@apify/actors-mcp-server 0.9.1 → 0.9.3-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (423) hide show
  1. package/README.md +2 -2
  2. package/dist/actor/const.js +1 -4
  3. package/dist/actor/const.js.map +1 -1
  4. package/dist/actor/server.d.ts.map +1 -1
  5. package/dist/actor/server.js +11 -15
  6. package/dist/actor/server.js.map +1 -1
  7. package/dist/actor/types.js +1 -4
  8. package/dist/actor/types.js.map +1 -1
  9. package/dist/actor/utils.js +1 -4
  10. package/dist/actor/utils.js.map +1 -1
  11. package/dist/{apify-client.d.ts → apify_client.d.ts} +1 -1
  12. package/dist/{apify-client.d.ts.map → apify_client.d.ts.map} +1 -1
  13. package/dist/{apify-client.js → apify_client.js} +1 -4
  14. package/dist/apify_client.js.map +1 -0
  15. package/dist/const.d.ts +1 -1
  16. package/dist/const.d.ts.map +1 -1
  17. package/dist/const.js +4 -7
  18. package/dist/const.js.map +1 -1
  19. package/dist/errors.js +1 -4
  20. package/dist/errors.js.map +1 -1
  21. package/dist/index.js +1 -4
  22. package/dist/index.js.map +1 -1
  23. package/dist/index_internals.d.ts +16 -0
  24. package/dist/index_internals.d.ts.map +1 -0
  25. package/dist/index_internals.js +18 -0
  26. package/dist/index_internals.js.map +1 -0
  27. package/dist/input.js +1 -4
  28. package/dist/input.js.map +1 -1
  29. package/dist/instrument.js +1 -4
  30. package/dist/instrument.js.map +1 -1
  31. package/dist/main.js +2 -5
  32. package/dist/main.js.map +1 -1
  33. package/dist/mcp/actors.js +2 -5
  34. package/dist/mcp/actors.js.map +1 -1
  35. package/dist/mcp/client.d.ts.map +1 -1
  36. package/dist/mcp/client.js +13 -12
  37. package/dist/mcp/client.js.map +1 -1
  38. package/dist/mcp/const.js +1 -4
  39. package/dist/mcp/const.js.map +1 -1
  40. package/dist/mcp/proxy.js +1 -4
  41. package/dist/mcp/proxy.js.map +1 -1
  42. package/dist/mcp/server.d.ts +6 -2
  43. package/dist/mcp/server.d.ts.map +1 -1
  44. package/dist/mcp/server.js +72 -91
  45. package/dist/mcp/server.js.map +1 -1
  46. package/dist/mcp/utils.d.ts +4 -3
  47. package/dist/mcp/utils.d.ts.map +1 -1
  48. package/dist/mcp/utils.js +6 -8
  49. package/dist/mcp/utils.js.map +1 -1
  50. package/dist/prompts/index.js +2 -5
  51. package/dist/prompts/index.js.map +1 -1
  52. package/dist/prompts/{latest-news-on-topic.d.ts → latest_news_on_topic.d.ts} +1 -1
  53. package/dist/prompts/latest_news_on_topic.d.ts.map +1 -0
  54. package/dist/prompts/{latest-news-on-topic.js → latest_news_on_topic.js} +1 -4
  55. package/dist/prompts/latest_news_on_topic.js.map +1 -0
  56. package/dist/resources/resource_service.d.ts +2 -2
  57. package/dist/resources/resource_service.d.ts.map +1 -1
  58. package/dist/resources/resource_service.js +4 -7
  59. package/dist/resources/resource_service.js.map +1 -1
  60. package/dist/resources/widgets.js +1 -4
  61. package/dist/resources/widgets.js.map +1 -1
  62. package/dist/server_card.js +1 -4
  63. package/dist/server_card.js.map +1 -1
  64. package/dist/state.d.ts +1 -1
  65. package/dist/state.js +2 -5
  66. package/dist/state.js.map +1 -1
  67. package/dist/stdio.js +5 -7
  68. package/dist/stdio.js.map +1 -1
  69. package/dist/telemetry.js +1 -4
  70. package/dist/telemetry.js.map +1 -1
  71. package/dist/tools/build.d.ts +1 -1
  72. package/dist/tools/build.js +1 -4
  73. package/dist/tools/build.js.map +1 -1
  74. package/dist/tools/categories.d.ts +49 -9
  75. package/dist/tools/categories.d.ts.map +1 -1
  76. package/dist/tools/categories.js +86 -26
  77. package/dist/tools/categories.js.map +1 -1
  78. package/dist/tools/common/abort_actor_run.d.ts +6 -0
  79. package/dist/tools/common/abort_actor_run.d.ts.map +1 -0
  80. package/dist/tools/common/abort_actor_run.js +48 -0
  81. package/dist/tools/common/abort_actor_run.js.map +1 -0
  82. package/dist/tools/{helpers.d.ts → common/add_actor.d.ts} +2 -2
  83. package/dist/tools/common/add_actor.d.ts.map +1 -0
  84. package/dist/tools/{helpers.js → common/add_actor.js} +7 -10
  85. package/dist/tools/common/add_actor.js.map +1 -0
  86. package/dist/tools/{dataset_collection.d.ts → common/dataset_collection.d.ts} +1 -1
  87. package/dist/tools/common/dataset_collection.d.ts.map +1 -0
  88. package/dist/tools/{dataset_collection.js → common/dataset_collection.js} +6 -9
  89. package/dist/tools/common/dataset_collection.js.map +1 -0
  90. package/dist/tools/common/fetch_apify_docs.d.ts +3 -0
  91. package/dist/tools/common/fetch_apify_docs.d.ts.map +1 -0
  92. package/dist/tools/{fetch-apify-docs.js → common/fetch_apify_docs.js} +10 -13
  93. package/dist/tools/common/fetch_apify_docs.js.map +1 -0
  94. package/dist/tools/{get-actor-output.d.ts → common/get_actor_output.d.ts} +2 -2
  95. package/dist/tools/common/get_actor_output.d.ts.map +1 -0
  96. package/dist/tools/{get-actor-output.js → common/get_actor_output.js} +9 -12
  97. package/dist/tools/common/get_actor_output.js.map +1 -0
  98. package/dist/tools/common/get_actor_run_log.d.ts +7 -0
  99. package/dist/tools/common/get_actor_run_log.d.ts.map +1 -0
  100. package/dist/tools/common/get_actor_run_log.js +52 -0
  101. package/dist/tools/common/get_actor_run_log.js.map +1 -0
  102. package/dist/tools/common/get_dataset.d.ts +6 -0
  103. package/dist/tools/common/get_dataset.d.ts.map +1 -0
  104. package/dist/tools/common/get_dataset.js +55 -0
  105. package/dist/tools/common/get_dataset.js.map +1 -0
  106. package/dist/tools/common/get_dataset_items.d.ts +6 -0
  107. package/dist/tools/common/get_dataset_items.d.ts.map +1 -0
  108. package/dist/tools/common/get_dataset_items.js +98 -0
  109. package/dist/tools/common/get_dataset_items.js.map +1 -0
  110. package/dist/tools/common/get_dataset_schema.d.ts +6 -0
  111. package/dist/tools/common/get_dataset_schema.d.ts.map +1 -0
  112. package/dist/tools/common/get_dataset_schema.js +91 -0
  113. package/dist/tools/common/get_dataset_schema.js.map +1 -0
  114. package/dist/tools/common/get_html_skeleton.d.ts +3 -0
  115. package/dist/tools/common/get_html_skeleton.d.ts.map +1 -0
  116. package/dist/tools/{get-html-skeleton.js → common/get_html_skeleton.js} +10 -13
  117. package/dist/tools/common/get_html_skeleton.js.map +1 -0
  118. package/dist/tools/common/get_key_value_store.d.ts +6 -0
  119. package/dist/tools/common/get_key_value_store.d.ts.map +1 -0
  120. package/dist/tools/common/get_key_value_store.js +45 -0
  121. package/dist/tools/common/get_key_value_store.js.map +1 -0
  122. package/dist/tools/common/get_key_value_store_keys.d.ts +6 -0
  123. package/dist/tools/common/get_key_value_store_keys.d.ts.map +1 -0
  124. package/dist/tools/common/get_key_value_store_keys.js +56 -0
  125. package/dist/tools/common/get_key_value_store_keys.js.map +1 -0
  126. package/dist/tools/common/get_key_value_store_record.d.ts +6 -0
  127. package/dist/tools/common/get_key_value_store_record.d.ts.map +1 -0
  128. package/dist/tools/common/get_key_value_store_record.js +48 -0
  129. package/dist/tools/common/get_key_value_store_record.js.map +1 -0
  130. package/dist/tools/{key_value_store_collection.d.ts → common/key_value_store_collection.d.ts} +1 -1
  131. package/dist/tools/common/key_value_store_collection.d.ts.map +1 -0
  132. package/dist/tools/{key_value_store_collection.js → common/key_value_store_collection.js} +6 -9
  133. package/dist/tools/common/key_value_store_collection.js.map +1 -0
  134. package/dist/tools/{run_collection.d.ts → common/run_collection.d.ts} +1 -1
  135. package/dist/tools/common/run_collection.d.ts.map +1 -0
  136. package/dist/tools/{run_collection.js → common/run_collection.js} +7 -10
  137. package/dist/tools/common/run_collection.js.map +1 -0
  138. package/dist/tools/common/search_apify_docs.d.ts +3 -0
  139. package/dist/tools/common/search_apify_docs.d.ts.map +1 -0
  140. package/dist/tools/{search-apify-docs.js → common/search_apify_docs.js} +8 -11
  141. package/dist/tools/common/search_apify_docs.js.map +1 -0
  142. package/dist/tools/core/actor_execution.d.ts +40 -0
  143. package/dist/tools/core/actor_execution.d.ts.map +1 -0
  144. package/dist/tools/core/actor_execution.js +87 -0
  145. package/dist/tools/core/actor_execution.js.map +1 -0
  146. package/dist/{utils/actor-response.d.ts → tools/core/actor_response.d.ts} +3 -3
  147. package/dist/tools/core/actor_response.d.ts.map +1 -0
  148. package/dist/{utils/actor-response.js → tools/core/actor_response.js} +1 -4
  149. package/dist/tools/core/actor_response.js.map +1 -0
  150. package/dist/tools/core/actor_tools_factory.d.ts +37 -0
  151. package/dist/tools/core/actor_tools_factory.d.ts.map +1 -0
  152. package/dist/tools/core/actor_tools_factory.js +218 -0
  153. package/dist/tools/core/actor_tools_factory.js.map +1 -0
  154. package/dist/tools/core/call_actor_common.d.ts +95 -0
  155. package/dist/tools/core/call_actor_common.d.ts.map +1 -0
  156. package/dist/tools/core/call_actor_common.js +227 -0
  157. package/dist/tools/core/call_actor_common.js.map +1 -0
  158. package/dist/tools/core/fetch_actor_details_common.d.ts +25 -0
  159. package/dist/tools/core/fetch_actor_details_common.d.ts.map +1 -0
  160. package/dist/tools/core/fetch_actor_details_common.js +54 -0
  161. package/dist/tools/core/fetch_actor_details_common.js.map +1 -0
  162. package/dist/tools/core/get_actor_run_common.d.ts +54 -0
  163. package/dist/tools/core/get_actor_run_common.d.ts.map +1 -0
  164. package/dist/tools/core/get_actor_run_common.js +111 -0
  165. package/dist/tools/core/get_actor_run_common.js.map +1 -0
  166. package/dist/tools/core/search_actors_common.d.ts +17 -0
  167. package/dist/tools/core/search_actors_common.d.ts.map +1 -0
  168. package/dist/tools/core/search_actors_common.js +103 -0
  169. package/dist/tools/core/search_actors_common.js.map +1 -0
  170. package/dist/tools/default/actor_executor.d.ts +7 -0
  171. package/dist/tools/default/actor_executor.d.ts.map +1 -0
  172. package/dist/tools/default/actor_executor.js +31 -0
  173. package/dist/tools/default/actor_executor.js.map +1 -0
  174. package/dist/tools/default/call_actor.d.ts +8 -0
  175. package/dist/tools/default/call_actor.d.ts.map +1 -0
  176. package/dist/tools/default/call_actor.js +132 -0
  177. package/dist/tools/default/call_actor.js.map +1 -0
  178. package/dist/tools/default/fetch_actor_details.d.ts +7 -0
  179. package/dist/tools/default/fetch_actor_details.d.ts.map +1 -0
  180. package/dist/tools/default/fetch_actor_details.js +42 -0
  181. package/dist/tools/default/fetch_actor_details.js.map +1 -0
  182. package/dist/tools/default/get_actor_run.d.ts +7 -0
  183. package/dist/tools/default/get_actor_run.d.ts.map +1 -0
  184. package/dist/tools/default/get_actor_run.js +46 -0
  185. package/dist/tools/default/get_actor_run.js.map +1 -0
  186. package/dist/tools/default/search_actors.d.ts +7 -0
  187. package/dist/tools/default/search_actors.d.ts.map +1 -0
  188. package/dist/tools/default/search_actors.js +62 -0
  189. package/dist/tools/default/search_actors.js.map +1 -0
  190. package/dist/tools/index.d.ts +11 -5
  191. package/dist/tools/index.d.ts.map +1 -1
  192. package/dist/tools/index.js +17 -11
  193. package/dist/tools/index.js.map +1 -1
  194. package/dist/tools/openai/actor_executor.d.ts +8 -0
  195. package/dist/tools/openai/actor_executor.d.ts.map +1 -0
  196. package/dist/tools/openai/actor_executor.js +49 -0
  197. package/dist/tools/openai/actor_executor.js.map +1 -0
  198. package/dist/tools/openai/call_actor.d.ts +8 -0
  199. package/dist/tools/openai/call_actor.d.ts.map +1 -0
  200. package/dist/tools/openai/call_actor.js +117 -0
  201. package/dist/tools/openai/call_actor.js.map +1 -0
  202. package/dist/tools/openai/fetch_actor_details.d.ts +7 -0
  203. package/dist/tools/openai/fetch_actor_details.d.ts.map +1 -0
  204. package/dist/tools/openai/fetch_actor_details.js +47 -0
  205. package/dist/tools/openai/fetch_actor_details.js.map +1 -0
  206. package/dist/tools/openai/fetch_actor_details_internal.d.ts +3 -0
  207. package/dist/tools/openai/fetch_actor_details_internal.d.ts.map +1 -0
  208. package/dist/tools/{fetch-actor-details-internal.js → openai/fetch_actor_details_internal.js} +9 -13
  209. package/dist/tools/openai/fetch_actor_details_internal.js.map +1 -0
  210. package/dist/tools/openai/get_actor_run.d.ts +7 -0
  211. package/dist/tools/openai/get_actor_run.d.ts.map +1 -0
  212. package/dist/tools/openai/get_actor_run.js +53 -0
  213. package/dist/tools/openai/get_actor_run.js.map +1 -0
  214. package/dist/tools/openai/search_actors.d.ts +7 -0
  215. package/dist/tools/openai/search_actors.d.ts.map +1 -0
  216. package/dist/tools/openai/search_actors.js +76 -0
  217. package/dist/tools/openai/search_actors.js.map +1 -0
  218. package/dist/tools/openai/search_actors_internal.d.ts +3 -0
  219. package/dist/tools/openai/search_actors_internal.d.ts.map +1 -0
  220. package/dist/tools/{search-actors-internal.js → openai/search_actors_internal.js} +10 -14
  221. package/dist/tools/openai/search_actors_internal.js.map +1 -0
  222. package/dist/tools/{structured-output-schemas.d.ts → structured_output_schemas.d.ts} +1 -1
  223. package/dist/tools/{structured-output-schemas.d.ts.map → structured_output_schemas.d.ts.map} +1 -1
  224. package/dist/tools/{structured-output-schemas.js → structured_output_schemas.js} +1 -4
  225. package/dist/tools/structured_output_schemas.js.map +1 -0
  226. package/dist/tools/utils.js +2 -5
  227. package/dist/tools/utils.js.map +1 -1
  228. package/dist/tsconfig.tsbuildinfo +1 -1
  229. package/dist/types.d.ts +76 -8
  230. package/dist/types.d.ts.map +1 -1
  231. package/dist/types.js +12 -5
  232. package/dist/types.js.map +1 -1
  233. package/dist/utils/actor.d.ts +1 -1
  234. package/dist/utils/actor.js +1 -4
  235. package/dist/utils/actor.js.map +1 -1
  236. package/dist/utils/{actor-card.d.ts → actor_card.d.ts} +2 -2
  237. package/dist/utils/{actor-card.d.ts.map → actor_card.d.ts.map} +1 -1
  238. package/dist/utils/{actor-card.js → actor_card.js} +2 -5
  239. package/dist/utils/actor_card.js.map +1 -0
  240. package/dist/utils/{actor-details.d.ts → actor_details.d.ts} +3 -3
  241. package/dist/utils/{actor-details.d.ts.map → actor_details.d.ts.map} +1 -1
  242. package/dist/utils/{actor-details.js → actor_details.js} +3 -6
  243. package/dist/utils/actor_details.js.map +1 -0
  244. package/dist/utils/{actor-search.d.ts → actor_search.d.ts} +13 -1
  245. package/dist/utils/actor_search.d.ts.map +1 -0
  246. package/dist/utils/{actor-search.js → actor_search.js} +19 -6
  247. package/dist/utils/actor_search.js.map +1 -0
  248. package/dist/utils/ajv.js +1 -4
  249. package/dist/utils/ajv.js.map +1 -1
  250. package/dist/utils/{apify-docs.d.ts → apify_docs.d.ts} +1 -1
  251. package/dist/utils/{apify-docs.d.ts.map → apify_docs.d.ts.map} +1 -1
  252. package/dist/utils/{apify-docs.js → apify_docs.js} +1 -4
  253. package/dist/utils/apify_docs.js.map +1 -0
  254. package/dist/utils/{apify-properties.d.ts → apify_properties.d.ts} +1 -1
  255. package/dist/utils/{apify-properties.d.ts.map → apify_properties.d.ts.map} +1 -1
  256. package/dist/utils/{apify-properties.js → apify_properties.js} +1 -4
  257. package/dist/utils/apify_properties.js.map +1 -0
  258. package/dist/utils/auth.d.ts +2 -0
  259. package/dist/utils/auth.d.ts.map +1 -1
  260. package/dist/utils/auth.js +5 -6
  261. package/dist/utils/auth.js.map +1 -1
  262. package/dist/utils/generic.js +1 -4
  263. package/dist/utils/generic.js.map +1 -1
  264. package/dist/utils/html.js +1 -4
  265. package/dist/utils/html.js.map +1 -1
  266. package/dist/utils/{html-to-md.d.ts → html_to_md.d.ts} +1 -1
  267. package/dist/utils/html_to_md.d.ts.map +1 -0
  268. package/dist/utils/{html-to-md.js → html_to_md.js} +1 -4
  269. package/dist/utils/html_to_md.js.map +1 -0
  270. package/dist/utils/logging.js +1 -4
  271. package/dist/utils/logging.js.map +1 -1
  272. package/dist/utils/mcp.js +1 -4
  273. package/dist/utils/mcp.js.map +1 -1
  274. package/dist/utils/{mcp-clients.d.ts → mcp_clients.d.ts} +1 -1
  275. package/dist/utils/mcp_clients.d.ts.map +1 -0
  276. package/dist/utils/{mcp-clients.js → mcp_clients.js} +1 -4
  277. package/dist/utils/mcp_clients.js.map +1 -0
  278. package/dist/utils/{pricing-info.d.ts → pricing_info.d.ts} +1 -1
  279. package/dist/utils/{pricing-info.d.ts.map → pricing_info.d.ts.map} +1 -1
  280. package/dist/utils/{pricing-info.js → pricing_info.js} +1 -4
  281. package/dist/utils/pricing_info.js.map +1 -0
  282. package/dist/utils/progress.d.ts +1 -1
  283. package/dist/utils/progress.js +1 -4
  284. package/dist/utils/progress.js.map +1 -1
  285. package/dist/utils/{schema-generation.d.ts → schema_generation.d.ts} +1 -1
  286. package/dist/utils/{schema-generation.d.ts.map → schema_generation.d.ts.map} +1 -1
  287. package/dist/utils/{schema-generation.js → schema_generation.js} +1 -4
  288. package/dist/utils/schema_generation.js.map +1 -0
  289. package/dist/utils/server-instructions/common.d.ts +19 -0
  290. package/dist/utils/server-instructions/common.d.ts.map +1 -0
  291. package/dist/utils/{server-instructions.js → server-instructions/common.js} +10 -42
  292. package/dist/utils/server-instructions/common.js.map +1 -0
  293. package/dist/utils/server-instructions/default.d.ts +6 -0
  294. package/dist/utils/server-instructions/default.d.ts.map +1 -0
  295. package/dist/utils/server-instructions/default.js +14 -0
  296. package/dist/utils/server-instructions/default.js.map +1 -0
  297. package/dist/utils/server-instructions/index.d.ts +10 -0
  298. package/dist/utils/server-instructions/index.d.ts.map +1 -0
  299. package/dist/utils/server-instructions/index.js +18 -0
  300. package/dist/utils/server-instructions/index.js.map +1 -0
  301. package/dist/utils/server-instructions/openai.d.ts +7 -0
  302. package/dist/utils/server-instructions/openai.d.ts.map +1 -0
  303. package/dist/utils/server-instructions/openai.js +30 -0
  304. package/dist/utils/server-instructions/openai.js.map +1 -0
  305. package/dist/utils/skyfire.js +1 -4
  306. package/dist/utils/skyfire.js.map +1 -1
  307. package/dist/utils/tool_categories_helpers.d.ts +11 -0
  308. package/dist/utils/tool_categories_helpers.d.ts.map +1 -0
  309. package/dist/utils/tool_categories_helpers.js +21 -0
  310. package/dist/utils/tool_categories_helpers.js.map +1 -0
  311. package/dist/utils/{tool-status.d.ts → tool_status.d.ts} +1 -1
  312. package/dist/utils/tool_status.d.ts.map +1 -0
  313. package/dist/utils/{tool-status.js → tool_status.js} +1 -4
  314. package/dist/utils/tool_status.js.map +1 -0
  315. package/dist/utils/tools.d.ts +12 -2
  316. package/dist/utils/tools.d.ts.map +1 -1
  317. package/dist/utils/tools.js +38 -6
  318. package/dist/utils/tools.js.map +1 -1
  319. package/dist/utils/{tools-loader.d.ts → tools_loader.d.ts} +5 -4
  320. package/dist/utils/tools_loader.d.ts.map +1 -0
  321. package/dist/utils/{tools-loader.js → tools_loader.js} +66 -69
  322. package/dist/utils/tools_loader.js.map +1 -0
  323. package/dist/utils/{ttl-lru.d.ts → ttl_lru.d.ts} +1 -1
  324. package/dist/utils/{ttl-lru.d.ts.map → ttl_lru.d.ts.map} +1 -1
  325. package/dist/utils/{ttl-lru.js → ttl_lru.js} +1 -4
  326. package/dist/utils/ttl_lru.js.map +1 -0
  327. package/dist/utils/{userid-cache.d.ts → userid_cache.d.ts} +2 -2
  328. package/dist/utils/userid_cache.d.ts.map +1 -0
  329. package/dist/utils/{userid-cache.js → userid_cache.js} +2 -5
  330. package/dist/utils/userid_cache.js.map +1 -0
  331. package/dist/utils/version.js +1 -4
  332. package/dist/utils/version.js.map +1 -1
  333. package/dist/web/dist/actor-detail-widget.js +62 -59
  334. package/dist/web/dist/actor-run-widget.js +116 -118
  335. package/dist/web/dist/search-actors-widget.js +91 -88
  336. package/manifest.json +1 -1
  337. package/package.json +8 -8
  338. package/server.json +1 -1
  339. package/dist/apify-client.js.map +0 -1
  340. package/dist/index-internals.d.ts +0 -15
  341. package/dist/index-internals.d.ts.map +0 -1
  342. package/dist/index-internals.js +0 -20
  343. package/dist/index-internals.js.map +0 -1
  344. package/dist/prompts/latest-news-on-topic.d.ts.map +0 -1
  345. package/dist/prompts/latest-news-on-topic.js.map +0 -1
  346. package/dist/tools/actor.d.ts +0 -73
  347. package/dist/tools/actor.d.ts.map +0 -1
  348. package/dist/tools/actor.js +0 -596
  349. package/dist/tools/actor.js.map +0 -1
  350. package/dist/tools/dataset.d.ts +0 -14
  351. package/dist/tools/dataset.d.ts.map +0 -1
  352. package/dist/tools/dataset.js +0 -235
  353. package/dist/tools/dataset.js.map +0 -1
  354. package/dist/tools/dataset_collection.d.ts.map +0 -1
  355. package/dist/tools/dataset_collection.js.map +0 -1
  356. package/dist/tools/fetch-actor-details-internal.d.ts +0 -3
  357. package/dist/tools/fetch-actor-details-internal.d.ts.map +0 -1
  358. package/dist/tools/fetch-actor-details-internal.js.map +0 -1
  359. package/dist/tools/fetch-actor-details.d.ts +0 -3
  360. package/dist/tools/fetch-actor-details.d.ts.map +0 -1
  361. package/dist/tools/fetch-actor-details.js +0 -103
  362. package/dist/tools/fetch-actor-details.js.map +0 -1
  363. package/dist/tools/fetch-apify-docs.d.ts +0 -3
  364. package/dist/tools/fetch-apify-docs.d.ts.map +0 -1
  365. package/dist/tools/fetch-apify-docs.js.map +0 -1
  366. package/dist/tools/get-actor-output.d.ts.map +0 -1
  367. package/dist/tools/get-actor-output.js.map +0 -1
  368. package/dist/tools/get-html-skeleton.d.ts +0 -3
  369. package/dist/tools/get-html-skeleton.d.ts.map +0 -1
  370. package/dist/tools/get-html-skeleton.js.map +0 -1
  371. package/dist/tools/helpers.d.ts.map +0 -1
  372. package/dist/tools/helpers.js.map +0 -1
  373. package/dist/tools/key_value_store.d.ts +0 -14
  374. package/dist/tools/key_value_store.d.ts.map +0 -1
  375. package/dist/tools/key_value_store.js +0 -142
  376. package/dist/tools/key_value_store.js.map +0 -1
  377. package/dist/tools/key_value_store_collection.d.ts.map +0 -1
  378. package/dist/tools/key_value_store_collection.js.map +0 -1
  379. package/dist/tools/run.d.ts +0 -15
  380. package/dist/tools/run.d.ts.map +0 -1
  381. package/dist/tools/run.js +0 -231
  382. package/dist/tools/run.js.map +0 -1
  383. package/dist/tools/run_collection.d.ts.map +0 -1
  384. package/dist/tools/run_collection.js.map +0 -1
  385. package/dist/tools/search-actors-internal.d.ts +0 -3
  386. package/dist/tools/search-actors-internal.d.ts.map +0 -1
  387. package/dist/tools/search-actors-internal.js.map +0 -1
  388. package/dist/tools/search-apify-docs.d.ts +0 -3
  389. package/dist/tools/search-apify-docs.d.ts.map +0 -1
  390. package/dist/tools/search-apify-docs.js.map +0 -1
  391. package/dist/tools/store_collection.d.ts +0 -26
  392. package/dist/tools/store_collection.d.ts.map +0 -1
  393. package/dist/tools/store_collection.js +0 -198
  394. package/dist/tools/store_collection.js.map +0 -1
  395. package/dist/tools/structured-output-schemas.js.map +0 -1
  396. package/dist/utils/actor-card.js.map +0 -1
  397. package/dist/utils/actor-details.js.map +0 -1
  398. package/dist/utils/actor-response.d.ts.map +0 -1
  399. package/dist/utils/actor-response.js.map +0 -1
  400. package/dist/utils/actor-search.d.ts.map +0 -1
  401. package/dist/utils/actor-search.js.map +0 -1
  402. package/dist/utils/apify-docs.js.map +0 -1
  403. package/dist/utils/apify-properties.js.map +0 -1
  404. package/dist/utils/html-to-md.d.ts.map +0 -1
  405. package/dist/utils/html-to-md.js.map +0 -1
  406. package/dist/utils/mcp-clients.d.ts.map +0 -1
  407. package/dist/utils/mcp-clients.js.map +0 -1
  408. package/dist/utils/pricing-info.js.map +0 -1
  409. package/dist/utils/schema-generation.js.map +0 -1
  410. package/dist/utils/server-instructions.d.ts +0 -14
  411. package/dist/utils/server-instructions.d.ts.map +0 -1
  412. package/dist/utils/server-instructions.js.map +0 -1
  413. package/dist/utils/tool-categories-helpers.d.ts +0 -10
  414. package/dist/utils/tool-categories-helpers.d.ts.map +0 -1
  415. package/dist/utils/tool-categories-helpers.js +0 -22
  416. package/dist/utils/tool-categories-helpers.js.map +0 -1
  417. package/dist/utils/tool-status.d.ts.map +0 -1
  418. package/dist/utils/tool-status.js.map +0 -1
  419. package/dist/utils/tools-loader.d.ts.map +0 -1
  420. package/dist/utils/tools-loader.js.map +0 -1
  421. package/dist/utils/ttl-lru.js.map +0 -1
  422. package/dist/utils/userid-cache.d.ts.map +0 -1
  423. package/dist/utils/userid-cache.js.map +0 -1
@@ -1,12 +1,12 @@
1
- var AM=Object.create;var S1=Object.defineProperty;var _M=Object.getOwnPropertyDescriptor;var SM=Object.getOwnPropertyNames;var IM=Object.getPrototypeOf,FM=Object.prototype.hasOwnProperty;var dx=(e=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(e,{get:(t,n)=>(typeof require<"u"?require:t)[n]}):e)(function(e){if(typeof require<"u")return require.apply(this,arguments);throw Error('Dynamic require of "'+e+'" is not supported')});var LM=(e,t)=>()=>(e&&(t=e(e=0)),t);var lt=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),Nl=(e,t)=>{for(var n in t)S1(e,n,{get:t[n],enumerable:!0})},RM=(e,t,n,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of SM(t))!FM.call(e,o)&&o!==n&&S1(e,o,{get:()=>t[o],enumerable:!(r=_M(t,o))||r.enumerable});return e};var G=(e,t,n)=>(n=e!=null?AM(IM(e)):{},RM(t||!e||!e.__esModule?S1(n,"default",{value:e,enumerable:!0}):n,e));var wx=lt(Ye=>{"use strict";var Ol=Symbol.for("react.element"),NM=Symbol.for("react.portal"),OM=Symbol.for("react.fragment"),MM=Symbol.for("react.strict_mode"),PM=Symbol.for("react.profiler"),BM=Symbol.for("react.provider"),$M=Symbol.for("react.context"),zM=Symbol.for("react.forward_ref"),HM=Symbol.for("react.suspense"),UM=Symbol.for("react.memo"),jM=Symbol.for("react.lazy"),fx=Symbol.iterator;function WM(e){return e===null||typeof e!="object"?null:(e=fx&&e[fx]||e["@@iterator"],typeof e=="function"?e:null)}var mx={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},gx=Object.assign,yx={};function Qs(e,t,n){this.props=e,this.context=t,this.refs=yx,this.updater=n||mx}Qs.prototype.isReactComponent={};Qs.prototype.setState=function(e,t){if(typeof e!="object"&&typeof e!="function"&&e!=null)throw Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");this.updater.enqueueSetState(this,e,t,"setState")};Qs.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")};function bx(){}bx.prototype=Qs.prototype;function F1(e,t,n){this.props=e,this.context=t,this.refs=yx,this.updater=n||mx}var L1=F1.prototype=new bx;L1.constructor=F1;gx(L1,Qs.prototype);L1.isPureReactComponent=!0;var px=Array.isArray,Ex=Object.prototype.hasOwnProperty,R1={current:null},Dx={key:!0,ref:!0,__self:!0,__source:!0};function xx(e,t,n){var r,o={},i=null,s=null;if(t!=null)for(r in t.ref!==void 0&&(s=t.ref),t.key!==void 0&&(i=""+t.key),t)Ex.call(t,r)&&!Dx.hasOwnProperty(r)&&(o[r]=t[r]);var l=arguments.length-2;if(l===1)o.children=n;else if(1<l){for(var c=Array(l),d=0;d<l;d++)c[d]=arguments[d+2];o.children=c}if(e&&e.defaultProps)for(r in l=e.defaultProps,l)o[r]===void 0&&(o[r]=l[r]);return{$$typeof:Ol,type:e,key:i,ref:s,props:o,_owner:R1.current}}function VM(e,t){return{$$typeof:Ol,type:e.type,key:t,ref:e.ref,props:e.props,_owner:e._owner}}function N1(e){return typeof e=="object"&&e!==null&&e.$$typeof===Ol}function GM(e){var t={"=":"=0",":":"=2"};return"$"+e.replace(/[=:]/g,function(n){return t[n]})}var hx=/\/+/g;function I1(e,t){return typeof e=="object"&&e!==null&&e.key!=null?GM(""+e.key):t.toString(36)}function Lf(e,t,n,r,o){var i=typeof e;(i==="undefined"||i==="boolean")&&(e=null);var s=!1;if(e===null)s=!0;else switch(i){case"string":case"number":s=!0;break;case"object":switch(e.$$typeof){case Ol:case NM:s=!0}}if(s)return s=e,o=o(s),e=r===""?"."+I1(s,0):r,px(o)?(n="",e!=null&&(n=e.replace(hx,"$&/")+"/"),Lf(o,t,n,"",function(d){return d})):o!=null&&(N1(o)&&(o=VM(o,n+(!o.key||s&&s.key===o.key?"":(""+o.key).replace(hx,"$&/")+"/")+e)),t.push(o)),1;if(s=0,r=r===""?".":r+":",px(e))for(var l=0;l<e.length;l++){i=e[l];var c=r+I1(i,l);s+=Lf(i,t,n,c,o)}else if(c=WM(e),typeof c=="function")for(e=c.call(e),l=0;!(i=e.next()).done;)i=i.value,c=r+I1(i,l++),s+=Lf(i,t,n,c,o);else if(i==="object")throw t=String(e),Error("Objects are not valid as a React child (found: "+(t==="[object Object]"?"object with keys {"+Object.keys(e).join(", ")+"}":t)+"). If you meant to render a collection of children, use an array instead.");return s}function Ff(e,t,n){if(e==null)return e;var r=[],o=0;return Lf(e,r,"","",function(i){return t.call(n,i,o++)}),r}function YM(e){if(e._status===-1){var t=e._result;t=t(),t.then(function(n){(e._status===0||e._status===-1)&&(e._status=1,e._result=n)},function(n){(e._status===0||e._status===-1)&&(e._status=2,e._result=n)}),e._status===-1&&(e._status=0,e._result=t)}if(e._status===1)return e._result.default;throw e._result}var zn={current:null},Rf={transition:null},qM={ReactCurrentDispatcher:zn,ReactCurrentBatchConfig:Rf,ReactCurrentOwner:R1};function vx(){throw Error("act(...) is not supported in production builds of React.")}Ye.Children={map:Ff,forEach:function(e,t,n){Ff(e,function(){t.apply(this,arguments)},n)},count:function(e){var t=0;return Ff(e,function(){t++}),t},toArray:function(e){return Ff(e,function(t){return t})||[]},only:function(e){if(!N1(e))throw Error("React.Children.only expected to receive a single React element child.");return e}};Ye.Component=Qs;Ye.Fragment=OM;Ye.Profiler=PM;Ye.PureComponent=F1;Ye.StrictMode=MM;Ye.Suspense=HM;Ye.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=qM;Ye.act=vx;Ye.cloneElement=function(e,t,n){if(e==null)throw Error("React.cloneElement(...): The argument must be a React element, but you passed "+e+".");var r=gx({},e.props),o=e.key,i=e.ref,s=e._owner;if(t!=null){if(t.ref!==void 0&&(i=t.ref,s=R1.current),t.key!==void 0&&(o=""+t.key),e.type&&e.type.defaultProps)var l=e.type.defaultProps;for(c in t)Ex.call(t,c)&&!Dx.hasOwnProperty(c)&&(r[c]=t[c]===void 0&&l!==void 0?l[c]:t[c])}var c=arguments.length-2;if(c===1)r.children=n;else if(1<c){l=Array(c);for(var d=0;d<c;d++)l[d]=arguments[d+2];r.children=l}return{$$typeof:Ol,type:e.type,key:o,ref:i,props:r,_owner:s}};Ye.createContext=function(e){return e={$$typeof:$M,_currentValue:e,_currentValue2:e,_threadCount:0,Provider:null,Consumer:null,_defaultValue:null,_globalName:null},e.Provider={$$typeof:BM,_context:e},e.Consumer=e};Ye.createElement=xx;Ye.createFactory=function(e){var t=xx.bind(null,e);return t.type=e,t};Ye.createRef=function(){return{current:null}};Ye.forwardRef=function(e){return{$$typeof:zM,render:e}};Ye.isValidElement=N1;Ye.lazy=function(e){return{$$typeof:jM,_payload:{_status:-1,_result:e},_init:YM}};Ye.memo=function(e,t){return{$$typeof:UM,type:e,compare:t===void 0?null:t}};Ye.startTransition=function(e){var t=Rf.transition;Rf.transition={};try{e()}finally{Rf.transition=t}};Ye.unstable_act=vx;Ye.useCallback=function(e,t){return zn.current.useCallback(e,t)};Ye.useContext=function(e){return zn.current.useContext(e)};Ye.useDebugValue=function(){};Ye.useDeferredValue=function(e){return zn.current.useDeferredValue(e)};Ye.useEffect=function(e,t){return zn.current.useEffect(e,t)};Ye.useId=function(){return zn.current.useId()};Ye.useImperativeHandle=function(e,t,n){return zn.current.useImperativeHandle(e,t,n)};Ye.useInsertionEffect=function(e,t){return zn.current.useInsertionEffect(e,t)};Ye.useLayoutEffect=function(e,t){return zn.current.useLayoutEffect(e,t)};Ye.useMemo=function(e,t){return zn.current.useMemo(e,t)};Ye.useReducer=function(e,t,n){return zn.current.useReducer(e,t,n)};Ye.useRef=function(e){return zn.current.useRef(e)};Ye.useState=function(e){return zn.current.useState(e)};Ye.useSyncExternalStore=function(e,t,n){return zn.current.useSyncExternalStore(e,t,n)};Ye.useTransition=function(){return zn.current.useTransition()};Ye.version="18.3.1"});var _e=lt((vJ,kx)=>{"use strict";kx.exports=wx()});var kv=lt(Kf=>{"use strict";var SP=_e(),IP=Symbol.for("react.element"),FP=Symbol.for("react.fragment"),LP=Object.prototype.hasOwnProperty,RP=SP.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,NP={key:!0,ref:!0,__self:!0,__source:!0};function wv(e,t,n){var r,o={},i=null,s=null;n!==void 0&&(i=""+n),t.key!==void 0&&(i=""+t.key),t.ref!==void 0&&(s=t.ref);for(r in t)LP.call(t,r)&&!NP.hasOwnProperty(r)&&(o[r]=t[r]);if(e&&e.defaultProps)for(r in t=e.defaultProps,t)o[r]===void 0&&(o[r]=t[r]);return{$$typeof:IP,type:e,key:i,ref:s,props:o,_owner:RP.current}}Kf.Fragment=FP;Kf.jsx=wv;Kf.jsxs=wv});var De=lt((yee,Cv)=>{"use strict";Cv.exports=kv()});var ow=lt((Wte,rw)=>{"use strict";rw.exports=function(){return/\uD83C\uDFF4\uDB40\uDC67\uDB40\uDC62(?:\uDB40\uDC77\uDB40\uDC6C\uDB40\uDC73|\uDB40\uDC73\uDB40\uDC63\uDB40\uDC74|\uDB40\uDC65\uDB40\uDC6E\uDB40\uDC67)\uDB40\uDC7F|(?:\uD83E\uDDD1\uD83C\uDFFF\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFE])|(?:\uD83E\uDDD1\uD83C\uDFFE\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFD\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFC\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB\uDFFD-\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFB\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFB\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFC-\uDFFF])|\uD83D\uDC68(?:\uD83C\uDFFB(?:\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF]))|\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFC-\uDFFF])|[\u2695\u2696\u2708]\uFE0F|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))?|(?:\uD83C[\uDFFC-\uDFFF])\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF]))|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83D\uDC68|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFE])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])\uFE0F|\u200D(?:(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D[\uDC66\uDC67])|\uD83D[\uDC66\uDC67])|\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC)?|(?:\uD83D\uDC69(?:\uD83C\uDFFB\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|(?:\uD83C[\uDFFC-\uDFFF])\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69]))|\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1)(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC69(?:\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83E\uDDD1(?:\u200D(?:\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83D\uDC69\u200D\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D[\uDC66\uDC67])|\uD83D\uDC69\u200D\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D\uDC41\uFE0F\u200D\uD83D\uDDE8|\uD83E\uDDD1(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|\uD83D\uDC69(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|\uD83D\uDE36\u200D\uD83C\uDF2B|\uD83C\uDFF3\uFE0F\u200D\u26A7|\uD83D\uDC3B\u200D\u2744|(?:(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF])\u200D[\u2640\u2642]|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|\uD83C\uDFF4\u200D\u2620|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])\u200D[\u2640\u2642]|[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u2328\u23CF\u23ED-\u23EF\u23F1\u23F2\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB\u25FC\u2600-\u2604\u260E\u2611\u2618\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u2692\u2694-\u2697\u2699\u269B\u269C\u26A0\u26A7\u26B0\u26B1\u26C8\u26CF\u26D1\u26D3\u26E9\u26F0\u26F1\u26F4\u26F7\u26F8\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2763\u27A1\u2934\u2935\u2B05-\u2B07\u3030\u303D\u3297\u3299]|\uD83C[\uDD70\uDD71\uDD7E\uDD7F\uDE02\uDE37\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF5\uDFF7]|\uD83D[\uDC3F\uDCFD\uDD49\uDD4A\uDD6F\uDD70\uDD73\uDD76-\uDD79\uDD87\uDD8A-\uDD8D\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA\uDECB\uDECD-\uDECF\uDEE0-\uDEE5\uDEE9\uDEF0\uDEF3])\uFE0F|\uD83C\uDFF3\uFE0F\u200D\uD83C\uDF08|\uD83D\uDC69\u200D\uD83D\uDC67|\uD83D\uDC69\u200D\uD83D\uDC66|\uD83D\uDE35\u200D\uD83D\uDCAB|\uD83D\uDE2E\u200D\uD83D\uDCA8|\uD83D\uDC15\u200D\uD83E\uDDBA|\uD83E\uDDD1(?:\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC|\uD83C\uDFFB)?|\uD83D\uDC69(?:\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC|\uD83C\uDFFB)?|\uD83C\uDDFD\uD83C\uDDF0|\uD83C\uDDF6\uD83C\uDDE6|\uD83C\uDDF4\uD83C\uDDF2|\uD83D\uDC08\u200D\u2B1B|\u2764\uFE0F\u200D(?:\uD83D\uDD25|\uD83E\uDE79)|\uD83D\uDC41\uFE0F|\uD83C\uDFF3\uFE0F|\uD83C\uDDFF(?:\uD83C[\uDDE6\uDDF2\uDDFC])|\uD83C\uDDFE(?:\uD83C[\uDDEA\uDDF9])|\uD83C\uDDFC(?:\uD83C[\uDDEB\uDDF8])|\uD83C\uDDFB(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA])|\uD83C\uDDFA(?:\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF])|\uD83C\uDDF9(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF])|\uD83C\uDDF8(?:\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF])|\uD83C\uDDF7(?:\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC])|\uD83C\uDDF5(?:\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE])|\uD83C\uDDF3(?:\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF])|\uD83C\uDDF2(?:\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF])|\uD83C\uDDF1(?:\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE])|\uD83C\uDDF0(?:\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF])|\uD83C\uDDEF(?:\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5])|\uD83C\uDDEE(?:\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9])|\uD83C\uDDED(?:\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA])|\uD83C\uDDEC(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE])|\uD83C\uDDEB(?:\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7])|\uD83C\uDDEA(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA])|\uD83C\uDDE9(?:\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF])|\uD83C\uDDE8(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF])|\uD83C\uDDE7(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF])|\uD83C\uDDE6(?:\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF])|[#\*0-9]\uFE0F\u20E3|\u2764\uFE0F|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])|\uD83C\uDFF4|(?:[\u270A\u270B]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5])(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u261D\u270C\u270D]|\uD83D[\uDD74\uDD90])(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])|[\u270A\u270B]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\uDC08\uDC15\uDC3B\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE2E\uDE35\uDE36\uDE4C\uDE4F\uDEC0\uDECC]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5]|\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD]|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF]|[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55]|\uD83C[\uDC04\uDCCF\uDD8E\uDD91-\uDD9A\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF84\uDF86-\uDF93\uDFA0-\uDFC1\uDFC5\uDFC6\uDFC8\uDFC9\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF8-\uDFFF]|\uD83D[\uDC00-\uDC07\uDC09-\uDC14\uDC16-\uDC3A\uDC3C-\uDC3E\uDC40\uDC44\uDC45\uDC51-\uDC65\uDC6A\uDC79-\uDC7B\uDC7D-\uDC80\uDC84\uDC88-\uDC8E\uDC90\uDC92-\uDCA9\uDCAB-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDDA4\uDDFB-\uDE2D\uDE2F-\uDE34\uDE37-\uDE44\uDE48-\uDE4A\uDE80-\uDEA2\uDEA4-\uDEB3\uDEB7-\uDEBF\uDEC1-\uDEC5\uDED0-\uDED2\uDED5-\uDED7\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0D\uDD0E\uDD10-\uDD17\uDD1D\uDD20-\uDD25\uDD27-\uDD2F\uDD3A\uDD3F-\uDD45\uDD47-\uDD76\uDD78\uDD7A-\uDDB4\uDDB7\uDDBA\uDDBC-\uDDCB\uDDD0\uDDE0-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6]|(?:[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u270A\u270B\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55]|\uD83C[\uDC04\uDCCF\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF93\uDFA0-\uDFCA\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF4\uDFF8-\uDFFF]|\uD83D[\uDC00-\uDC3E\uDC40\uDC42-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDD7A\uDD95\uDD96\uDDA4\uDDFB-\uDE4F\uDE80-\uDEC5\uDECC\uDED0-\uDED2\uDED5-\uDED7\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0C-\uDD3A\uDD3C-\uDD45\uDD47-\uDD78\uDD7A-\uDDCB\uDDCD-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6])|(?:[#\*0-9\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23E9-\u23F3\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB-\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u261D\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692-\u2697\u2699\u269B\u269C\u26A0\u26A1\u26A7\u26AA\u26AB\u26B0\u26B1\u26BD\u26BE\u26C4\u26C5\u26C8\u26CE\u26CF\u26D1\u26D3\u26D4\u26E9\u26EA\u26F0-\u26F5\u26F7-\u26FA\u26FD\u2702\u2705\u2708-\u270D\u270F\u2712\u2714\u2716\u271D\u2721\u2728\u2733\u2734\u2744\u2747\u274C\u274E\u2753-\u2755\u2757\u2763\u2764\u2795-\u2797\u27A1\u27B0\u27BF\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B50\u2B55\u3030\u303D\u3297\u3299]|\uD83C[\uDC04\uDCCF\uDD70\uDD71\uDD7E\uDD7F\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE02\uDE1A\uDE2F\uDE32-\uDE3A\uDE50\uDE51\uDF00-\uDF21\uDF24-\uDF93\uDF96\uDF97\uDF99-\uDF9B\uDF9E-\uDFF0\uDFF3-\uDFF5\uDFF7-\uDFFF]|\uD83D[\uDC00-\uDCFD\uDCFF-\uDD3D\uDD49-\uDD4E\uDD50-\uDD67\uDD6F\uDD70\uDD73-\uDD7A\uDD87\uDD8A-\uDD8D\uDD90\uDD95\uDD96\uDDA4\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA-\uDE4F\uDE80-\uDEC5\uDECB-\uDED2\uDED5-\uDED7\uDEE0-\uDEE5\uDEE9\uDEEB\uDEEC\uDEF0\uDEF3-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0C-\uDD3A\uDD3C-\uDD45\uDD47-\uDD78\uDD7A-\uDDCB\uDDCD-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6])\uFE0F|(?:[\u261D\u26F9\u270A-\u270D]|\uD83C[\uDF85\uDFC2-\uDFC4\uDFC7\uDFCA-\uDFCC]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66-\uDC78\uDC7C\uDC81-\uDC83\uDC85-\uDC87\uDC8F\uDC91\uDCAA\uDD74\uDD75\uDD7A\uDD90\uDD95\uDD96\uDE45-\uDE47\uDE4B-\uDE4F\uDEA3\uDEB4-\uDEB6\uDEC0\uDECC]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1F\uDD26\uDD30-\uDD39\uDD3C-\uDD3E\uDD77\uDDB5\uDDB6\uDDB8\uDDB9\uDDBB\uDDCD-\uDDCF\uDDD1-\uDDDD])/g}});var ik=lt(ht=>{"use strict";function _g(e,t){var n=e.length;e.push(t);e:for(;0<n;){var r=n-1>>>1,o=e[r];if(0<hp(o,t))e[r]=t,e[n]=o,n=r;else break e}}function uo(e){return e.length===0?null:e[0]}function gp(e){if(e.length===0)return null;var t=e[0],n=e.pop();if(n!==t){e[0]=n;e:for(var r=0,o=e.length,i=o>>>1;r<i;){var s=2*(r+1)-1,l=e[s],c=s+1,d=e[c];if(0>hp(l,n))c<o&&0>hp(d,l)?(e[r]=d,e[c]=n,r=c):(e[r]=l,e[s]=n,r=s);else if(c<o&&0>hp(d,n))e[r]=d,e[c]=n,r=c;else break e}}return t}function hp(e,t){var n=e.sortIndex-t.sortIndex;return n!==0?n:e.id-t.id}typeof performance=="object"&&typeof performance.now=="function"?(Kw=performance,ht.unstable_now=function(){return Kw.now()}):(Cg=Date,Qw=Cg.now(),ht.unstable_now=function(){return Cg.now()-Qw});var Kw,Cg,Qw,Io=[],Ki=[],T$=1,$r=null,Cn=3,yp=!1,es=!1,ic=!1,ek=typeof setTimeout=="function"?setTimeout:null,tk=typeof clearTimeout=="function"?clearTimeout:null,Zw=typeof setImmediate<"u"?setImmediate:null;typeof navigator<"u"&&navigator.scheduling!==void 0&&navigator.scheduling.isInputPending!==void 0&&navigator.scheduling.isInputPending.bind(navigator.scheduling);function Sg(e){for(var t=uo(Ki);t!==null;){if(t.callback===null)gp(Ki);else if(t.startTime<=e)gp(Ki),t.sortIndex=t.expirationTime,_g(Io,t);else break;t=uo(Ki)}}function Ig(e){if(ic=!1,Sg(e),!es)if(uo(Io)!==null)es=!0,Lg(Fg);else{var t=uo(Ki);t!==null&&Rg(Ig,t.startTime-e)}}function Fg(e,t){es=!1,ic&&(ic=!1,tk(ac),ac=-1),yp=!0;var n=Cn;try{for(Sg(t),$r=uo(Io);$r!==null&&(!($r.expirationTime>t)||e&&!ok());){var r=$r.callback;if(typeof r=="function"){$r.callback=null,Cn=$r.priorityLevel;var o=r($r.expirationTime<=t);t=ht.unstable_now(),typeof o=="function"?$r.callback=o:$r===uo(Io)&&gp(Io),Sg(t)}else gp(Io);$r=uo(Io)}if($r!==null)var i=!0;else{var s=uo(Ki);s!==null&&Rg(Ig,s.startTime-t),i=!1}return i}finally{$r=null,Cn=n,yp=!1}}var bp=!1,mp=null,ac=-1,nk=5,rk=-1;function ok(){return!(ht.unstable_now()-rk<nk)}function Tg(){if(mp!==null){var e=ht.unstable_now();rk=e;var t=!0;try{t=mp(!0,e)}finally{t?oc():(bp=!1,mp=null)}}else bp=!1}var oc;typeof Zw=="function"?oc=function(){Zw(Tg)}:typeof MessageChannel<"u"?(Ag=new MessageChannel,Jw=Ag.port2,Ag.port1.onmessage=Tg,oc=function(){Jw.postMessage(null)}):oc=function(){ek(Tg,0)};var Ag,Jw;function Lg(e){mp=e,bp||(bp=!0,oc())}function Rg(e,t){ac=ek(function(){e(ht.unstable_now())},t)}ht.unstable_IdlePriority=5;ht.unstable_ImmediatePriority=1;ht.unstable_LowPriority=4;ht.unstable_NormalPriority=3;ht.unstable_Profiling=null;ht.unstable_UserBlockingPriority=2;ht.unstable_cancelCallback=function(e){e.callback=null};ht.unstable_continueExecution=function(){es||yp||(es=!0,Lg(Fg))};ht.unstable_forceFrameRate=function(e){0>e||125<e?console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported"):nk=0<e?Math.floor(1e3/e):5};ht.unstable_getCurrentPriorityLevel=function(){return Cn};ht.unstable_getFirstCallbackNode=function(){return uo(Io)};ht.unstable_next=function(e){switch(Cn){case 1:case 2:case 3:var t=3;break;default:t=Cn}var n=Cn;Cn=t;try{return e()}finally{Cn=n}};ht.unstable_pauseExecution=function(){};ht.unstable_requestPaint=function(){};ht.unstable_runWithPriority=function(e,t){switch(e){case 1:case 2:case 3:case 4:case 5:break;default:e=3}var n=Cn;Cn=e;try{return t()}finally{Cn=n}};ht.unstable_scheduleCallback=function(e,t,n){var r=ht.unstable_now();switch(typeof n=="object"&&n!==null?(n=n.delay,n=typeof n=="number"&&0<n?r+n:r):n=r,e){case 1:var o=-1;break;case 2:o=250;break;case 5:o=1073741823;break;case 4:o=1e4;break;default:o=5e3}return o=n+o,e={id:T$++,callback:t,priorityLevel:e,startTime:n,expirationTime:o,sortIndex:-1},n>r?(e.sortIndex=n,_g(Ki,e),uo(Io)===null&&e===uo(Ki)&&(ic?(tk(ac),ac=-1):ic=!0,Rg(Ig,n-r))):(e.sortIndex=o,_g(Io,e),es||yp||(es=!0,Lg(Fg))),e};ht.unstable_shouldYield=ok;ht.unstable_wrapCallback=function(e){var t=Cn;return function(){var n=Cn;Cn=t;try{return e.apply(this,arguments)}finally{Cn=n}}}});var sk=lt((Kne,ak)=>{"use strict";ak.exports=ik()});var d5=lt(Cr=>{"use strict";var A$=_e(),wr=sk();function ae(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,n=1;n<arguments.length;n++)t+="&args[]="+encodeURIComponent(arguments[n]);return"Minified React error #"+e+"; visit "+t+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var hC=new Set,_c={};function ps(e,t){Ou(e,t),Ou(e+"Capture",t)}function Ou(e,t){for(_c[e]=t,e=0;e<t.length;e++)hC.add(t[e])}var gi=!(typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"),n3=Object.prototype.hasOwnProperty,_$=/^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/,uk={},lk={};function S$(e){return n3.call(lk,e)?!0:n3.call(uk,e)?!1:_$.test(e)?lk[e]=!0:(uk[e]=!0,!1)}function I$(e,t,n,r){if(n!==null&&n.type===0)return!1;switch(typeof t){case"function":case"symbol":return!0;case"boolean":return r?!1:n!==null?!n.acceptsBooleans:(e=e.toLowerCase().slice(0,5),e!=="data-"&&e!=="aria-");default:return!1}}function F$(e,t,n,r){if(t===null||typeof t>"u"||I$(e,t,n,r))return!0;if(r)return!1;if(n!==null)switch(n.type){case 3:return!t;case 4:return t===!1;case 5:return isNaN(t);case 6:return isNaN(t)||1>t}return!1}function Vn(e,t,n,r,o,i,s){this.acceptsBooleans=t===2||t===3||t===4,this.attributeName=r,this.attributeNamespace=o,this.mustUseProperty=n,this.propertyName=e,this.type=t,this.sanitizeURL=i,this.removeEmptyString=s}var Dn={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(e){Dn[e]=new Vn(e,0,!1,e,null,!1,!1)});[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(e){var t=e[0];Dn[t]=new Vn(t,1,!1,e[1],null,!1,!1)});["contentEditable","draggable","spellCheck","value"].forEach(function(e){Dn[e]=new Vn(e,2,!1,e.toLowerCase(),null,!1,!1)});["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(e){Dn[e]=new Vn(e,2,!1,e,null,!1,!1)});"allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture disableRemotePlayback formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope".split(" ").forEach(function(e){Dn[e]=new Vn(e,3,!1,e.toLowerCase(),null,!1,!1)});["checked","multiple","muted","selected"].forEach(function(e){Dn[e]=new Vn(e,3,!0,e,null,!1,!1)});["capture","download"].forEach(function(e){Dn[e]=new Vn(e,4,!1,e,null,!1,!1)});["cols","rows","size","span"].forEach(function(e){Dn[e]=new Vn(e,6,!1,e,null,!1,!1)});["rowSpan","start"].forEach(function(e){Dn[e]=new Vn(e,5,!1,e.toLowerCase(),null,!1,!1)});var q3=/[\-:]([a-z])/g;function X3(e){return e[1].toUpperCase()}"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height".split(" ").forEach(function(e){var t=e.replace(q3,X3);Dn[t]=new Vn(t,1,!1,e,null,!1,!1)});"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(e){var t=e.replace(q3,X3);Dn[t]=new Vn(t,1,!1,e,"http://www.w3.org/1999/xlink",!1,!1)});["xml:base","xml:lang","xml:space"].forEach(function(e){var t=e.replace(q3,X3);Dn[t]=new Vn(t,1,!1,e,"http://www.w3.org/XML/1998/namespace",!1,!1)});["tabIndex","crossOrigin"].forEach(function(e){Dn[e]=new Vn(e,1,!1,e.toLowerCase(),null,!1,!1)});Dn.xlinkHref=new Vn("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1);["src","href","action","formAction"].forEach(function(e){Dn[e]=new Vn(e,1,!1,e.toLowerCase(),null,!0,!0)});function K3(e,t,n,r){var o=Dn.hasOwnProperty(t)?Dn[t]:null;(o!==null?o.type!==0:r||!(2<t.length)||t[0]!=="o"&&t[0]!=="O"||t[1]!=="n"&&t[1]!=="N")&&(F$(t,n,o,r)&&(n=null),r||o===null?S$(t)&&(n===null?e.removeAttribute(t):e.setAttribute(t,""+n)):o.mustUseProperty?e[o.propertyName]=n===null?o.type===3?!1:"":n:(t=o.attributeName,r=o.attributeNamespace,n===null?e.removeAttribute(t):(o=o.type,n=o===3||o===4&&n===!0?"":""+n,r?e.setAttributeNS(r,t,n):e.setAttribute(t,n))))}var Di=A$.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,Ep=Symbol.for("react.element"),yu=Symbol.for("react.portal"),bu=Symbol.for("react.fragment"),Q3=Symbol.for("react.strict_mode"),r3=Symbol.for("react.profiler"),mC=Symbol.for("react.provider"),gC=Symbol.for("react.context"),Z3=Symbol.for("react.forward_ref"),o3=Symbol.for("react.suspense"),i3=Symbol.for("react.suspense_list"),J3=Symbol.for("react.memo"),Zi=Symbol.for("react.lazy");Symbol.for("react.scope");Symbol.for("react.debug_trace_mode");var yC=Symbol.for("react.offscreen");Symbol.for("react.legacy_hidden");Symbol.for("react.cache");Symbol.for("react.tracing_marker");var ck=Symbol.iterator;function sc(e){return e===null||typeof e!="object"?null:(e=ck&&e[ck]||e["@@iterator"],typeof e=="function"?e:null)}var It=Object.assign,Ng;function mc(e){if(Ng===void 0)try{throw Error()}catch(n){var t=n.stack.trim().match(/\n( *(at )?)/);Ng=t&&t[1]||""}return`
1
+ var AM=Object.create;var S1=Object.defineProperty;var _M=Object.getOwnPropertyDescriptor;var SM=Object.getOwnPropertyNames;var IM=Object.getPrototypeOf,FM=Object.prototype.hasOwnProperty;var dx=(e=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(e,{get:(t,n)=>(typeof require<"u"?require:t)[n]}):e)(function(e){if(typeof require<"u")return require.apply(this,arguments);throw Error('Dynamic require of "'+e+'" is not supported')});var LM=(e,t)=>()=>(e&&(t=e(e=0)),t);var lt=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),Nl=(e,t)=>{for(var n in t)S1(e,n,{get:t[n],enumerable:!0})},RM=(e,t,n,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of SM(t))!FM.call(e,o)&&o!==n&&S1(e,o,{get:()=>t[o],enumerable:!(r=_M(t,o))||r.enumerable});return e};var G=(e,t,n)=>(n=e!=null?AM(IM(e)):{},RM(t||!e||!e.__esModule?S1(n,"default",{value:e,enumerable:!0}):n,e));var wx=lt(Ye=>{"use strict";var Ol=Symbol.for("react.element"),NM=Symbol.for("react.portal"),OM=Symbol.for("react.fragment"),MM=Symbol.for("react.strict_mode"),PM=Symbol.for("react.profiler"),BM=Symbol.for("react.provider"),$M=Symbol.for("react.context"),zM=Symbol.for("react.forward_ref"),HM=Symbol.for("react.suspense"),UM=Symbol.for("react.memo"),jM=Symbol.for("react.lazy"),fx=Symbol.iterator;function WM(e){return e===null||typeof e!="object"?null:(e=fx&&e[fx]||e["@@iterator"],typeof e=="function"?e:null)}var mx={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},gx=Object.assign,yx={};function Qs(e,t,n){this.props=e,this.context=t,this.refs=yx,this.updater=n||mx}Qs.prototype.isReactComponent={};Qs.prototype.setState=function(e,t){if(typeof e!="object"&&typeof e!="function"&&e!=null)throw Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");this.updater.enqueueSetState(this,e,t,"setState")};Qs.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")};function bx(){}bx.prototype=Qs.prototype;function F1(e,t,n){this.props=e,this.context=t,this.refs=yx,this.updater=n||mx}var L1=F1.prototype=new bx;L1.constructor=F1;gx(L1,Qs.prototype);L1.isPureReactComponent=!0;var px=Array.isArray,Ex=Object.prototype.hasOwnProperty,R1={current:null},Dx={key:!0,ref:!0,__self:!0,__source:!0};function xx(e,t,n){var r,o={},i=null,s=null;if(t!=null)for(r in t.ref!==void 0&&(s=t.ref),t.key!==void 0&&(i=""+t.key),t)Ex.call(t,r)&&!Dx.hasOwnProperty(r)&&(o[r]=t[r]);var l=arguments.length-2;if(l===1)o.children=n;else if(1<l){for(var c=Array(l),d=0;d<l;d++)c[d]=arguments[d+2];o.children=c}if(e&&e.defaultProps)for(r in l=e.defaultProps,l)o[r]===void 0&&(o[r]=l[r]);return{$$typeof:Ol,type:e,key:i,ref:s,props:o,_owner:R1.current}}function VM(e,t){return{$$typeof:Ol,type:e.type,key:t,ref:e.ref,props:e.props,_owner:e._owner}}function N1(e){return typeof e=="object"&&e!==null&&e.$$typeof===Ol}function GM(e){var t={"=":"=0",":":"=2"};return"$"+e.replace(/[=:]/g,function(n){return t[n]})}var hx=/\/+/g;function I1(e,t){return typeof e=="object"&&e!==null&&e.key!=null?GM(""+e.key):t.toString(36)}function Lf(e,t,n,r,o){var i=typeof e;(i==="undefined"||i==="boolean")&&(e=null);var s=!1;if(e===null)s=!0;else switch(i){case"string":case"number":s=!0;break;case"object":switch(e.$$typeof){case Ol:case NM:s=!0}}if(s)return s=e,o=o(s),e=r===""?"."+I1(s,0):r,px(o)?(n="",e!=null&&(n=e.replace(hx,"$&/")+"/"),Lf(o,t,n,"",function(d){return d})):o!=null&&(N1(o)&&(o=VM(o,n+(!o.key||s&&s.key===o.key?"":(""+o.key).replace(hx,"$&/")+"/")+e)),t.push(o)),1;if(s=0,r=r===""?".":r+":",px(e))for(var l=0;l<e.length;l++){i=e[l];var c=r+I1(i,l);s+=Lf(i,t,n,c,o)}else if(c=WM(e),typeof c=="function")for(e=c.call(e),l=0;!(i=e.next()).done;)i=i.value,c=r+I1(i,l++),s+=Lf(i,t,n,c,o);else if(i==="object")throw t=String(e),Error("Objects are not valid as a React child (found: "+(t==="[object Object]"?"object with keys {"+Object.keys(e).join(", ")+"}":t)+"). If you meant to render a collection of children, use an array instead.");return s}function Ff(e,t,n){if(e==null)return e;var r=[],o=0;return Lf(e,r,"","",function(i){return t.call(n,i,o++)}),r}function YM(e){if(e._status===-1){var t=e._result;t=t(),t.then(function(n){(e._status===0||e._status===-1)&&(e._status=1,e._result=n)},function(n){(e._status===0||e._status===-1)&&(e._status=2,e._result=n)}),e._status===-1&&(e._status=0,e._result=t)}if(e._status===1)return e._result.default;throw e._result}var zn={current:null},Rf={transition:null},qM={ReactCurrentDispatcher:zn,ReactCurrentBatchConfig:Rf,ReactCurrentOwner:R1};function vx(){throw Error("act(...) is not supported in production builds of React.")}Ye.Children={map:Ff,forEach:function(e,t,n){Ff(e,function(){t.apply(this,arguments)},n)},count:function(e){var t=0;return Ff(e,function(){t++}),t},toArray:function(e){return Ff(e,function(t){return t})||[]},only:function(e){if(!N1(e))throw Error("React.Children.only expected to receive a single React element child.");return e}};Ye.Component=Qs;Ye.Fragment=OM;Ye.Profiler=PM;Ye.PureComponent=F1;Ye.StrictMode=MM;Ye.Suspense=HM;Ye.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=qM;Ye.act=vx;Ye.cloneElement=function(e,t,n){if(e==null)throw Error("React.cloneElement(...): The argument must be a React element, but you passed "+e+".");var r=gx({},e.props),o=e.key,i=e.ref,s=e._owner;if(t!=null){if(t.ref!==void 0&&(i=t.ref,s=R1.current),t.key!==void 0&&(o=""+t.key),e.type&&e.type.defaultProps)var l=e.type.defaultProps;for(c in t)Ex.call(t,c)&&!Dx.hasOwnProperty(c)&&(r[c]=t[c]===void 0&&l!==void 0?l[c]:t[c])}var c=arguments.length-2;if(c===1)r.children=n;else if(1<c){l=Array(c);for(var d=0;d<c;d++)l[d]=arguments[d+2];r.children=l}return{$$typeof:Ol,type:e.type,key:o,ref:i,props:r,_owner:s}};Ye.createContext=function(e){return e={$$typeof:$M,_currentValue:e,_currentValue2:e,_threadCount:0,Provider:null,Consumer:null,_defaultValue:null,_globalName:null},e.Provider={$$typeof:BM,_context:e},e.Consumer=e};Ye.createElement=xx;Ye.createFactory=function(e){var t=xx.bind(null,e);return t.type=e,t};Ye.createRef=function(){return{current:null}};Ye.forwardRef=function(e){return{$$typeof:zM,render:e}};Ye.isValidElement=N1;Ye.lazy=function(e){return{$$typeof:jM,_payload:{_status:-1,_result:e},_init:YM}};Ye.memo=function(e,t){return{$$typeof:UM,type:e,compare:t===void 0?null:t}};Ye.startTransition=function(e){var t=Rf.transition;Rf.transition={};try{e()}finally{Rf.transition=t}};Ye.unstable_act=vx;Ye.useCallback=function(e,t){return zn.current.useCallback(e,t)};Ye.useContext=function(e){return zn.current.useContext(e)};Ye.useDebugValue=function(){};Ye.useDeferredValue=function(e){return zn.current.useDeferredValue(e)};Ye.useEffect=function(e,t){return zn.current.useEffect(e,t)};Ye.useId=function(){return zn.current.useId()};Ye.useImperativeHandle=function(e,t,n){return zn.current.useImperativeHandle(e,t,n)};Ye.useInsertionEffect=function(e,t){return zn.current.useInsertionEffect(e,t)};Ye.useLayoutEffect=function(e,t){return zn.current.useLayoutEffect(e,t)};Ye.useMemo=function(e,t){return zn.current.useMemo(e,t)};Ye.useReducer=function(e,t,n){return zn.current.useReducer(e,t,n)};Ye.useRef=function(e){return zn.current.useRef(e)};Ye.useState=function(e){return zn.current.useState(e)};Ye.useSyncExternalStore=function(e,t,n){return zn.current.useSyncExternalStore(e,t,n)};Ye.useTransition=function(){return zn.current.useTransition()};Ye.version="18.3.1"});var _e=lt((wJ,kx)=>{"use strict";kx.exports=wx()});var kv=lt(Kf=>{"use strict";var SP=_e(),IP=Symbol.for("react.element"),FP=Symbol.for("react.fragment"),LP=Object.prototype.hasOwnProperty,RP=SP.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,NP={key:!0,ref:!0,__self:!0,__source:!0};function wv(e,t,n){var r,o={},i=null,s=null;n!==void 0&&(i=""+n),t.key!==void 0&&(i=""+t.key),t.ref!==void 0&&(s=t.ref);for(r in t)LP.call(t,r)&&!NP.hasOwnProperty(r)&&(o[r]=t[r]);if(e&&e.defaultProps)for(r in t=e.defaultProps,t)o[r]===void 0&&(o[r]=t[r]);return{$$typeof:IP,type:e,key:i,ref:s,props:o,_owner:RP.current}}Kf.Fragment=FP;Kf.jsx=wv;Kf.jsxs=wv});var De=lt((bee,Cv)=>{"use strict";Cv.exports=kv()});var ow=lt((Vte,rw)=>{"use strict";rw.exports=function(){return/\uD83C\uDFF4\uDB40\uDC67\uDB40\uDC62(?:\uDB40\uDC77\uDB40\uDC6C\uDB40\uDC73|\uDB40\uDC73\uDB40\uDC63\uDB40\uDC74|\uDB40\uDC65\uDB40\uDC6E\uDB40\uDC67)\uDB40\uDC7F|(?:\uD83E\uDDD1\uD83C\uDFFF\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFE])|(?:\uD83E\uDDD1\uD83C\uDFFE\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFD\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFC\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB\uDFFD-\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFB\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFB\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFC-\uDFFF])|\uD83D\uDC68(?:\uD83C\uDFFB(?:\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF]))|\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFC-\uDFFF])|[\u2695\u2696\u2708]\uFE0F|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))?|(?:\uD83C[\uDFFC-\uDFFF])\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF]))|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83D\uDC68|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFE])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])\uFE0F|\u200D(?:(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D[\uDC66\uDC67])|\uD83D[\uDC66\uDC67])|\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC)?|(?:\uD83D\uDC69(?:\uD83C\uDFFB\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|(?:\uD83C[\uDFFC-\uDFFF])\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69]))|\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1)(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC69(?:\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83E\uDDD1(?:\u200D(?:\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83D\uDC69\u200D\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D[\uDC66\uDC67])|\uD83D\uDC69\u200D\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D\uDC41\uFE0F\u200D\uD83D\uDDE8|\uD83E\uDDD1(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|\uD83D\uDC69(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|\uD83D\uDE36\u200D\uD83C\uDF2B|\uD83C\uDFF3\uFE0F\u200D\u26A7|\uD83D\uDC3B\u200D\u2744|(?:(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF])\u200D[\u2640\u2642]|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|\uD83C\uDFF4\u200D\u2620|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])\u200D[\u2640\u2642]|[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u2328\u23CF\u23ED-\u23EF\u23F1\u23F2\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB\u25FC\u2600-\u2604\u260E\u2611\u2618\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u2692\u2694-\u2697\u2699\u269B\u269C\u26A0\u26A7\u26B0\u26B1\u26C8\u26CF\u26D1\u26D3\u26E9\u26F0\u26F1\u26F4\u26F7\u26F8\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2763\u27A1\u2934\u2935\u2B05-\u2B07\u3030\u303D\u3297\u3299]|\uD83C[\uDD70\uDD71\uDD7E\uDD7F\uDE02\uDE37\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF5\uDFF7]|\uD83D[\uDC3F\uDCFD\uDD49\uDD4A\uDD6F\uDD70\uDD73\uDD76-\uDD79\uDD87\uDD8A-\uDD8D\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA\uDECB\uDECD-\uDECF\uDEE0-\uDEE5\uDEE9\uDEF0\uDEF3])\uFE0F|\uD83C\uDFF3\uFE0F\u200D\uD83C\uDF08|\uD83D\uDC69\u200D\uD83D\uDC67|\uD83D\uDC69\u200D\uD83D\uDC66|\uD83D\uDE35\u200D\uD83D\uDCAB|\uD83D\uDE2E\u200D\uD83D\uDCA8|\uD83D\uDC15\u200D\uD83E\uDDBA|\uD83E\uDDD1(?:\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC|\uD83C\uDFFB)?|\uD83D\uDC69(?:\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC|\uD83C\uDFFB)?|\uD83C\uDDFD\uD83C\uDDF0|\uD83C\uDDF6\uD83C\uDDE6|\uD83C\uDDF4\uD83C\uDDF2|\uD83D\uDC08\u200D\u2B1B|\u2764\uFE0F\u200D(?:\uD83D\uDD25|\uD83E\uDE79)|\uD83D\uDC41\uFE0F|\uD83C\uDFF3\uFE0F|\uD83C\uDDFF(?:\uD83C[\uDDE6\uDDF2\uDDFC])|\uD83C\uDDFE(?:\uD83C[\uDDEA\uDDF9])|\uD83C\uDDFC(?:\uD83C[\uDDEB\uDDF8])|\uD83C\uDDFB(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA])|\uD83C\uDDFA(?:\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF])|\uD83C\uDDF9(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF])|\uD83C\uDDF8(?:\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF])|\uD83C\uDDF7(?:\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC])|\uD83C\uDDF5(?:\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE])|\uD83C\uDDF3(?:\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF])|\uD83C\uDDF2(?:\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF])|\uD83C\uDDF1(?:\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE])|\uD83C\uDDF0(?:\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF])|\uD83C\uDDEF(?:\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5])|\uD83C\uDDEE(?:\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9])|\uD83C\uDDED(?:\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA])|\uD83C\uDDEC(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE])|\uD83C\uDDEB(?:\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7])|\uD83C\uDDEA(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA])|\uD83C\uDDE9(?:\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF])|\uD83C\uDDE8(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF])|\uD83C\uDDE7(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF])|\uD83C\uDDE6(?:\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF])|[#\*0-9]\uFE0F\u20E3|\u2764\uFE0F|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])|\uD83C\uDFF4|(?:[\u270A\u270B]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5])(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u261D\u270C\u270D]|\uD83D[\uDD74\uDD90])(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])|[\u270A\u270B]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\uDC08\uDC15\uDC3B\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE2E\uDE35\uDE36\uDE4C\uDE4F\uDEC0\uDECC]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5]|\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD]|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF]|[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55]|\uD83C[\uDC04\uDCCF\uDD8E\uDD91-\uDD9A\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF84\uDF86-\uDF93\uDFA0-\uDFC1\uDFC5\uDFC6\uDFC8\uDFC9\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF8-\uDFFF]|\uD83D[\uDC00-\uDC07\uDC09-\uDC14\uDC16-\uDC3A\uDC3C-\uDC3E\uDC40\uDC44\uDC45\uDC51-\uDC65\uDC6A\uDC79-\uDC7B\uDC7D-\uDC80\uDC84\uDC88-\uDC8E\uDC90\uDC92-\uDCA9\uDCAB-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDDA4\uDDFB-\uDE2D\uDE2F-\uDE34\uDE37-\uDE44\uDE48-\uDE4A\uDE80-\uDEA2\uDEA4-\uDEB3\uDEB7-\uDEBF\uDEC1-\uDEC5\uDED0-\uDED2\uDED5-\uDED7\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0D\uDD0E\uDD10-\uDD17\uDD1D\uDD20-\uDD25\uDD27-\uDD2F\uDD3A\uDD3F-\uDD45\uDD47-\uDD76\uDD78\uDD7A-\uDDB4\uDDB7\uDDBA\uDDBC-\uDDCB\uDDD0\uDDE0-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6]|(?:[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u270A\u270B\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55]|\uD83C[\uDC04\uDCCF\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF93\uDFA0-\uDFCA\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF4\uDFF8-\uDFFF]|\uD83D[\uDC00-\uDC3E\uDC40\uDC42-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDD7A\uDD95\uDD96\uDDA4\uDDFB-\uDE4F\uDE80-\uDEC5\uDECC\uDED0-\uDED2\uDED5-\uDED7\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0C-\uDD3A\uDD3C-\uDD45\uDD47-\uDD78\uDD7A-\uDDCB\uDDCD-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6])|(?:[#\*0-9\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23E9-\u23F3\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB-\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u261D\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692-\u2697\u2699\u269B\u269C\u26A0\u26A1\u26A7\u26AA\u26AB\u26B0\u26B1\u26BD\u26BE\u26C4\u26C5\u26C8\u26CE\u26CF\u26D1\u26D3\u26D4\u26E9\u26EA\u26F0-\u26F5\u26F7-\u26FA\u26FD\u2702\u2705\u2708-\u270D\u270F\u2712\u2714\u2716\u271D\u2721\u2728\u2733\u2734\u2744\u2747\u274C\u274E\u2753-\u2755\u2757\u2763\u2764\u2795-\u2797\u27A1\u27B0\u27BF\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B50\u2B55\u3030\u303D\u3297\u3299]|\uD83C[\uDC04\uDCCF\uDD70\uDD71\uDD7E\uDD7F\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE02\uDE1A\uDE2F\uDE32-\uDE3A\uDE50\uDE51\uDF00-\uDF21\uDF24-\uDF93\uDF96\uDF97\uDF99-\uDF9B\uDF9E-\uDFF0\uDFF3-\uDFF5\uDFF7-\uDFFF]|\uD83D[\uDC00-\uDCFD\uDCFF-\uDD3D\uDD49-\uDD4E\uDD50-\uDD67\uDD6F\uDD70\uDD73-\uDD7A\uDD87\uDD8A-\uDD8D\uDD90\uDD95\uDD96\uDDA4\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA-\uDE4F\uDE80-\uDEC5\uDECB-\uDED2\uDED5-\uDED7\uDEE0-\uDEE5\uDEE9\uDEEB\uDEEC\uDEF0\uDEF3-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0C-\uDD3A\uDD3C-\uDD45\uDD47-\uDD78\uDD7A-\uDDCB\uDDCD-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6])\uFE0F|(?:[\u261D\u26F9\u270A-\u270D]|\uD83C[\uDF85\uDFC2-\uDFC4\uDFC7\uDFCA-\uDFCC]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66-\uDC78\uDC7C\uDC81-\uDC83\uDC85-\uDC87\uDC8F\uDC91\uDCAA\uDD74\uDD75\uDD7A\uDD90\uDD95\uDD96\uDE45-\uDE47\uDE4B-\uDE4F\uDEA3\uDEB4-\uDEB6\uDEC0\uDECC]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1F\uDD26\uDD30-\uDD39\uDD3C-\uDD3E\uDD77\uDDB5\uDDB6\uDDB8\uDDB9\uDDBB\uDDCD-\uDDCF\uDDD1-\uDDDD])/g}});var ik=lt(ht=>{"use strict";function _g(e,t){var n=e.length;e.push(t);e:for(;0<n;){var r=n-1>>>1,o=e[r];if(0<hp(o,t))e[r]=t,e[n]=o,n=r;else break e}}function uo(e){return e.length===0?null:e[0]}function gp(e){if(e.length===0)return null;var t=e[0],n=e.pop();if(n!==t){e[0]=n;e:for(var r=0,o=e.length,i=o>>>1;r<i;){var s=2*(r+1)-1,l=e[s],c=s+1,d=e[c];if(0>hp(l,n))c<o&&0>hp(d,l)?(e[r]=d,e[c]=n,r=c):(e[r]=l,e[s]=n,r=s);else if(c<o&&0>hp(d,n))e[r]=d,e[c]=n,r=c;else break e}}return t}function hp(e,t){var n=e.sortIndex-t.sortIndex;return n!==0?n:e.id-t.id}typeof performance=="object"&&typeof performance.now=="function"?(Kw=performance,ht.unstable_now=function(){return Kw.now()}):(Cg=Date,Qw=Cg.now(),ht.unstable_now=function(){return Cg.now()-Qw});var Kw,Cg,Qw,Io=[],Ki=[],T$=1,$r=null,Cn=3,yp=!1,es=!1,ic=!1,ek=typeof setTimeout=="function"?setTimeout:null,tk=typeof clearTimeout=="function"?clearTimeout:null,Zw=typeof setImmediate<"u"?setImmediate:null;typeof navigator<"u"&&navigator.scheduling!==void 0&&navigator.scheduling.isInputPending!==void 0&&navigator.scheduling.isInputPending.bind(navigator.scheduling);function Sg(e){for(var t=uo(Ki);t!==null;){if(t.callback===null)gp(Ki);else if(t.startTime<=e)gp(Ki),t.sortIndex=t.expirationTime,_g(Io,t);else break;t=uo(Ki)}}function Ig(e){if(ic=!1,Sg(e),!es)if(uo(Io)!==null)es=!0,Lg(Fg);else{var t=uo(Ki);t!==null&&Rg(Ig,t.startTime-e)}}function Fg(e,t){es=!1,ic&&(ic=!1,tk(ac),ac=-1),yp=!0;var n=Cn;try{for(Sg(t),$r=uo(Io);$r!==null&&(!($r.expirationTime>t)||e&&!ok());){var r=$r.callback;if(typeof r=="function"){$r.callback=null,Cn=$r.priorityLevel;var o=r($r.expirationTime<=t);t=ht.unstable_now(),typeof o=="function"?$r.callback=o:$r===uo(Io)&&gp(Io),Sg(t)}else gp(Io);$r=uo(Io)}if($r!==null)var i=!0;else{var s=uo(Ki);s!==null&&Rg(Ig,s.startTime-t),i=!1}return i}finally{$r=null,Cn=n,yp=!1}}var bp=!1,mp=null,ac=-1,nk=5,rk=-1;function ok(){return!(ht.unstable_now()-rk<nk)}function Tg(){if(mp!==null){var e=ht.unstable_now();rk=e;var t=!0;try{t=mp(!0,e)}finally{t?oc():(bp=!1,mp=null)}}else bp=!1}var oc;typeof Zw=="function"?oc=function(){Zw(Tg)}:typeof MessageChannel<"u"?(Ag=new MessageChannel,Jw=Ag.port2,Ag.port1.onmessage=Tg,oc=function(){Jw.postMessage(null)}):oc=function(){ek(Tg,0)};var Ag,Jw;function Lg(e){mp=e,bp||(bp=!0,oc())}function Rg(e,t){ac=ek(function(){e(ht.unstable_now())},t)}ht.unstable_IdlePriority=5;ht.unstable_ImmediatePriority=1;ht.unstable_LowPriority=4;ht.unstable_NormalPriority=3;ht.unstable_Profiling=null;ht.unstable_UserBlockingPriority=2;ht.unstable_cancelCallback=function(e){e.callback=null};ht.unstable_continueExecution=function(){es||yp||(es=!0,Lg(Fg))};ht.unstable_forceFrameRate=function(e){0>e||125<e?console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported"):nk=0<e?Math.floor(1e3/e):5};ht.unstable_getCurrentPriorityLevel=function(){return Cn};ht.unstable_getFirstCallbackNode=function(){return uo(Io)};ht.unstable_next=function(e){switch(Cn){case 1:case 2:case 3:var t=3;break;default:t=Cn}var n=Cn;Cn=t;try{return e()}finally{Cn=n}};ht.unstable_pauseExecution=function(){};ht.unstable_requestPaint=function(){};ht.unstable_runWithPriority=function(e,t){switch(e){case 1:case 2:case 3:case 4:case 5:break;default:e=3}var n=Cn;Cn=e;try{return t()}finally{Cn=n}};ht.unstable_scheduleCallback=function(e,t,n){var r=ht.unstable_now();switch(typeof n=="object"&&n!==null?(n=n.delay,n=typeof n=="number"&&0<n?r+n:r):n=r,e){case 1:var o=-1;break;case 2:o=250;break;case 5:o=1073741823;break;case 4:o=1e4;break;default:o=5e3}return o=n+o,e={id:T$++,callback:t,priorityLevel:e,startTime:n,expirationTime:o,sortIndex:-1},n>r?(e.sortIndex=n,_g(Ki,e),uo(Io)===null&&e===uo(Ki)&&(ic?(tk(ac),ac=-1):ic=!0,Rg(Ig,n-r))):(e.sortIndex=o,_g(Io,e),es||yp||(es=!0,Lg(Fg))),e};ht.unstable_shouldYield=ok;ht.unstable_wrapCallback=function(e){var t=Cn;return function(){var n=Cn;Cn=t;try{return e.apply(this,arguments)}finally{Cn=n}}}});var sk=lt((Qne,ak)=>{"use strict";ak.exports=ik()});var d5=lt(Cr=>{"use strict";var A$=_e(),wr=sk();function ae(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,n=1;n<arguments.length;n++)t+="&args[]="+encodeURIComponent(arguments[n]);return"Minified React error #"+e+"; visit "+t+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var hC=new Set,_c={};function ps(e,t){Ou(e,t),Ou(e+"Capture",t)}function Ou(e,t){for(_c[e]=t,e=0;e<t.length;e++)hC.add(t[e])}var gi=!(typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"),n3=Object.prototype.hasOwnProperty,_$=/^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/,uk={},lk={};function S$(e){return n3.call(lk,e)?!0:n3.call(uk,e)?!1:_$.test(e)?lk[e]=!0:(uk[e]=!0,!1)}function I$(e,t,n,r){if(n!==null&&n.type===0)return!1;switch(typeof t){case"function":case"symbol":return!0;case"boolean":return r?!1:n!==null?!n.acceptsBooleans:(e=e.toLowerCase().slice(0,5),e!=="data-"&&e!=="aria-");default:return!1}}function F$(e,t,n,r){if(t===null||typeof t>"u"||I$(e,t,n,r))return!0;if(r)return!1;if(n!==null)switch(n.type){case 3:return!t;case 4:return t===!1;case 5:return isNaN(t);case 6:return isNaN(t)||1>t}return!1}function Vn(e,t,n,r,o,i,s){this.acceptsBooleans=t===2||t===3||t===4,this.attributeName=r,this.attributeNamespace=o,this.mustUseProperty=n,this.propertyName=e,this.type=t,this.sanitizeURL=i,this.removeEmptyString=s}var Dn={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(e){Dn[e]=new Vn(e,0,!1,e,null,!1,!1)});[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(e){var t=e[0];Dn[t]=new Vn(t,1,!1,e[1],null,!1,!1)});["contentEditable","draggable","spellCheck","value"].forEach(function(e){Dn[e]=new Vn(e,2,!1,e.toLowerCase(),null,!1,!1)});["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(e){Dn[e]=new Vn(e,2,!1,e,null,!1,!1)});"allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture disableRemotePlayback formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope".split(" ").forEach(function(e){Dn[e]=new Vn(e,3,!1,e.toLowerCase(),null,!1,!1)});["checked","multiple","muted","selected"].forEach(function(e){Dn[e]=new Vn(e,3,!0,e,null,!1,!1)});["capture","download"].forEach(function(e){Dn[e]=new Vn(e,4,!1,e,null,!1,!1)});["cols","rows","size","span"].forEach(function(e){Dn[e]=new Vn(e,6,!1,e,null,!1,!1)});["rowSpan","start"].forEach(function(e){Dn[e]=new Vn(e,5,!1,e.toLowerCase(),null,!1,!1)});var q3=/[\-:]([a-z])/g;function X3(e){return e[1].toUpperCase()}"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height".split(" ").forEach(function(e){var t=e.replace(q3,X3);Dn[t]=new Vn(t,1,!1,e,null,!1,!1)});"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(e){var t=e.replace(q3,X3);Dn[t]=new Vn(t,1,!1,e,"http://www.w3.org/1999/xlink",!1,!1)});["xml:base","xml:lang","xml:space"].forEach(function(e){var t=e.replace(q3,X3);Dn[t]=new Vn(t,1,!1,e,"http://www.w3.org/XML/1998/namespace",!1,!1)});["tabIndex","crossOrigin"].forEach(function(e){Dn[e]=new Vn(e,1,!1,e.toLowerCase(),null,!1,!1)});Dn.xlinkHref=new Vn("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1);["src","href","action","formAction"].forEach(function(e){Dn[e]=new Vn(e,1,!1,e.toLowerCase(),null,!0,!0)});function K3(e,t,n,r){var o=Dn.hasOwnProperty(t)?Dn[t]:null;(o!==null?o.type!==0:r||!(2<t.length)||t[0]!=="o"&&t[0]!=="O"||t[1]!=="n"&&t[1]!=="N")&&(F$(t,n,o,r)&&(n=null),r||o===null?S$(t)&&(n===null?e.removeAttribute(t):e.setAttribute(t,""+n)):o.mustUseProperty?e[o.propertyName]=n===null?o.type===3?!1:"":n:(t=o.attributeName,r=o.attributeNamespace,n===null?e.removeAttribute(t):(o=o.type,n=o===3||o===4&&n===!0?"":""+n,r?e.setAttributeNS(r,t,n):e.setAttribute(t,n))))}var Di=A$.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,Ep=Symbol.for("react.element"),yu=Symbol.for("react.portal"),bu=Symbol.for("react.fragment"),Q3=Symbol.for("react.strict_mode"),r3=Symbol.for("react.profiler"),mC=Symbol.for("react.provider"),gC=Symbol.for("react.context"),Z3=Symbol.for("react.forward_ref"),o3=Symbol.for("react.suspense"),i3=Symbol.for("react.suspense_list"),J3=Symbol.for("react.memo"),Zi=Symbol.for("react.lazy");Symbol.for("react.scope");Symbol.for("react.debug_trace_mode");var yC=Symbol.for("react.offscreen");Symbol.for("react.legacy_hidden");Symbol.for("react.cache");Symbol.for("react.tracing_marker");var ck=Symbol.iterator;function sc(e){return e===null||typeof e!="object"?null:(e=ck&&e[ck]||e["@@iterator"],typeof e=="function"?e:null)}var It=Object.assign,Ng;function mc(e){if(Ng===void 0)try{throw Error()}catch(n){var t=n.stack.trim().match(/\n( *(at )?)/);Ng=t&&t[1]||""}return`
2
2
  `+Ng+e}var Og=!1;function Mg(e,t){if(!e||Og)return"";Og=!0;var n=Error.prepareStackTrace;Error.prepareStackTrace=void 0;try{if(t)if(t=function(){throw Error()},Object.defineProperty(t.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(t,[])}catch(d){var r=d}Reflect.construct(e,[],t)}else{try{t.call()}catch(d){r=d}e.call(t.prototype)}else{try{throw Error()}catch(d){r=d}e()}}catch(d){if(d&&r&&typeof d.stack=="string"){for(var o=d.stack.split(`
3
3
  `),i=r.stack.split(`
4
4
  `),s=o.length-1,l=i.length-1;1<=s&&0<=l&&o[s]!==i[l];)l--;for(;1<=s&&0<=l;s--,l--)if(o[s]!==i[l]){if(s!==1||l!==1)do if(s--,l--,0>l||o[s]!==i[l]){var c=`
5
5
  `+o[s].replace(" at new "," at ");return e.displayName&&c.includes("<anonymous>")&&(c=c.replace("<anonymous>",e.displayName)),c}while(1<=s&&0<=l);break}}}finally{Og=!1,Error.prepareStackTrace=n}return(e=e?e.displayName||e.name:"")?mc(e):""}function L$(e){switch(e.tag){case 5:return mc(e.type);case 16:return mc("Lazy");case 13:return mc("Suspense");case 19:return mc("SuspenseList");case 0:case 2:case 15:return e=Mg(e.type,!1),e;case 11:return e=Mg(e.type.render,!1),e;case 1:return e=Mg(e.type,!0),e;default:return""}}function a3(e){if(e==null)return null;if(typeof e=="function")return e.displayName||e.name||null;if(typeof e=="string")return e;switch(e){case bu:return"Fragment";case yu:return"Portal";case r3:return"Profiler";case Q3:return"StrictMode";case o3:return"Suspense";case i3:return"SuspenseList"}if(typeof e=="object")switch(e.$$typeof){case gC:return(e.displayName||"Context")+".Consumer";case mC:return(e._context.displayName||"Context")+".Provider";case Z3:var t=e.render;return e=e.displayName,e||(e=t.displayName||t.name||"",e=e!==""?"ForwardRef("+e+")":"ForwardRef"),e;case J3:return t=e.displayName||null,t!==null?t:a3(e.type)||"Memo";case Zi:t=e._payload,e=e._init;try{return a3(e(t))}catch{}}return null}function R$(e){var t=e.type;switch(e.tag){case 24:return"Cache";case 9:return(t.displayName||"Context")+".Consumer";case 10:return(t._context.displayName||"Context")+".Provider";case 18:return"DehydratedFragment";case 11:return e=t.render,e=e.displayName||e.name||"",t.displayName||(e!==""?"ForwardRef("+e+")":"ForwardRef");case 7:return"Fragment";case 5:return t;case 4:return"Portal";case 3:return"Root";case 6:return"Text";case 16:return a3(t);case 8:return t===Q3?"StrictMode":"Mode";case 22:return"Offscreen";case 12:return"Profiler";case 21:return"Scope";case 13:return"Suspense";case 19:return"SuspenseList";case 25:return"TracingMarker";case 1:case 0:case 17:case 2:case 14:case 15:if(typeof t=="function")return t.displayName||t.name||null;if(typeof t=="string")return t}return null}function fa(e){switch(typeof e){case"boolean":case"number":case"string":case"undefined":return e;case"object":return e;default:return""}}function bC(e){var t=e.type;return(e=e.nodeName)&&e.toLowerCase()==="input"&&(t==="checkbox"||t==="radio")}function N$(e){var t=bC(e)?"checked":"value",n=Object.getOwnPropertyDescriptor(e.constructor.prototype,t),r=""+e[t];if(!e.hasOwnProperty(t)&&typeof n<"u"&&typeof n.get=="function"&&typeof n.set=="function"){var o=n.get,i=n.set;return Object.defineProperty(e,t,{configurable:!0,get:function(){return o.call(this)},set:function(s){r=""+s,i.call(this,s)}}),Object.defineProperty(e,t,{enumerable:n.enumerable}),{getValue:function(){return r},setValue:function(s){r=""+s},stopTracking:function(){e._valueTracker=null,delete e[t]}}}}function Dp(e){e._valueTracker||(e._valueTracker=N$(e))}function EC(e){if(!e)return!1;var t=e._valueTracker;if(!t)return!0;var n=t.getValue(),r="";return e&&(r=bC(e)?e.checked?"true":"false":e.value),e=r,e!==n?(t.setValue(e),!0):!1}function qp(e){if(e=e||(typeof document<"u"?document:void 0),typeof e>"u")return null;try{return e.activeElement||e.body}catch{return e.body}}function s3(e,t){var n=t.checked;return It({},t,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:n??e._wrapperState.initialChecked})}function dk(e,t){var n=t.defaultValue==null?"":t.defaultValue,r=t.checked!=null?t.checked:t.defaultChecked;n=fa(t.value!=null?t.value:n),e._wrapperState={initialChecked:r,initialValue:n,controlled:t.type==="checkbox"||t.type==="radio"?t.checked!=null:t.value!=null}}function DC(e,t){t=t.checked,t!=null&&K3(e,"checked",t,!1)}function u3(e,t){DC(e,t);var n=fa(t.value),r=t.type;if(n!=null)r==="number"?(n===0&&e.value===""||e.value!=n)&&(e.value=""+n):e.value!==""+n&&(e.value=""+n);else if(r==="submit"||r==="reset"){e.removeAttribute("value");return}t.hasOwnProperty("value")?l3(e,t.type,n):t.hasOwnProperty("defaultValue")&&l3(e,t.type,fa(t.defaultValue)),t.checked==null&&t.defaultChecked!=null&&(e.defaultChecked=!!t.defaultChecked)}function fk(e,t,n){if(t.hasOwnProperty("value")||t.hasOwnProperty("defaultValue")){var r=t.type;if(!(r!=="submit"&&r!=="reset"||t.value!==void 0&&t.value!==null))return;t=""+e._wrapperState.initialValue,n||t===e.value||(e.value=t),e.defaultValue=t}n=e.name,n!==""&&(e.name=""),e.defaultChecked=!!e._wrapperState.initialChecked,n!==""&&(e.name=n)}function l3(e,t,n){(t!=="number"||qp(e.ownerDocument)!==e)&&(n==null?e.defaultValue=""+e._wrapperState.initialValue:e.defaultValue!==""+n&&(e.defaultValue=""+n))}var gc=Array.isArray;function Su(e,t,n,r){if(e=e.options,t){t={};for(var o=0;o<n.length;o++)t["$"+n[o]]=!0;for(n=0;n<e.length;n++)o=t.hasOwnProperty("$"+e[n].value),e[n].selected!==o&&(e[n].selected=o),o&&r&&(e[n].defaultSelected=!0)}else{for(n=""+fa(n),t=null,o=0;o<e.length;o++){if(e[o].value===n){e[o].selected=!0,r&&(e[o].defaultSelected=!0);return}t!==null||e[o].disabled||(t=e[o])}t!==null&&(t.selected=!0)}}function c3(e,t){if(t.dangerouslySetInnerHTML!=null)throw Error(ae(91));return It({},t,{value:void 0,defaultValue:void 0,children:""+e._wrapperState.initialValue})}function pk(e,t){var n=t.value;if(n==null){if(n=t.children,t=t.defaultValue,n!=null){if(t!=null)throw Error(ae(92));if(gc(n)){if(1<n.length)throw Error(ae(93));n=n[0]}t=n}t==null&&(t=""),n=t}e._wrapperState={initialValue:fa(n)}}function xC(e,t){var n=fa(t.value),r=fa(t.defaultValue);n!=null&&(n=""+n,n!==e.value&&(e.value=n),t.defaultValue==null&&e.defaultValue!==n&&(e.defaultValue=n)),r!=null&&(e.defaultValue=""+r)}function hk(e){var t=e.textContent;t===e._wrapperState.initialValue&&t!==""&&t!==null&&(e.value=t)}function vC(e){switch(e){case"svg":return"http://www.w3.org/2000/svg";case"math":return"http://www.w3.org/1998/Math/MathML";default:return"http://www.w3.org/1999/xhtml"}}function d3(e,t){return e==null||e==="http://www.w3.org/1999/xhtml"?vC(t):e==="http://www.w3.org/2000/svg"&&t==="foreignObject"?"http://www.w3.org/1999/xhtml":e}var xp,wC=function(e){return typeof MSApp<"u"&&MSApp.execUnsafeLocalFunction?function(t,n,r,o){MSApp.execUnsafeLocalFunction(function(){return e(t,n,r,o)})}:e}(function(e,t){if(e.namespaceURI!=="http://www.w3.org/2000/svg"||"innerHTML"in e)e.innerHTML=t;else{for(xp=xp||document.createElement("div"),xp.innerHTML="<svg>"+t.valueOf().toString()+"</svg>",t=xp.firstChild;e.firstChild;)e.removeChild(e.firstChild);for(;t.firstChild;)e.appendChild(t.firstChild)}});function Sc(e,t){if(t){var n=e.firstChild;if(n&&n===e.lastChild&&n.nodeType===3){n.nodeValue=t;return}}e.textContent=t}var Ec={animationIterationCount:!0,aspectRatio:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},O$=["Webkit","ms","Moz","O"];Object.keys(Ec).forEach(function(e){O$.forEach(function(t){t=t+e.charAt(0).toUpperCase()+e.substring(1),Ec[t]=Ec[e]})});function kC(e,t,n){return t==null||typeof t=="boolean"||t===""?"":n||typeof t!="number"||t===0||Ec.hasOwnProperty(e)&&Ec[e]?(""+t).trim():t+"px"}function CC(e,t){e=e.style;for(var n in t)if(t.hasOwnProperty(n)){var r=n.indexOf("--")===0,o=kC(n,t[n],r);n==="float"&&(n="cssFloat"),r?e.setProperty(n,o):e[n]=o}}var M$=It({menuitem:!0},{area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0});function f3(e,t){if(t){if(M$[e]&&(t.children!=null||t.dangerouslySetInnerHTML!=null))throw Error(ae(137,e));if(t.dangerouslySetInnerHTML!=null){if(t.children!=null)throw Error(ae(60));if(typeof t.dangerouslySetInnerHTML!="object"||!("__html"in t.dangerouslySetInnerHTML))throw Error(ae(61))}if(t.style!=null&&typeof t.style!="object")throw Error(ae(62))}}function p3(e,t){if(e.indexOf("-")===-1)return typeof t.is=="string";switch(e){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return!1;default:return!0}}var h3=null;function e2(e){return e=e.target||e.srcElement||window,e.correspondingUseElement&&(e=e.correspondingUseElement),e.nodeType===3?e.parentNode:e}var m3=null,Iu=null,Fu=null;function mk(e){if(e=Yc(e)){if(typeof m3!="function")throw Error(ae(280));var t=e.stateNode;t&&(t=v0(t),m3(e.stateNode,e.type,t))}}function TC(e){Iu?Fu?Fu.push(e):Fu=[e]:Iu=e}function AC(){if(Iu){var e=Iu,t=Fu;if(Fu=Iu=null,mk(e),t)for(e=0;e<t.length;e++)mk(t[e])}}function _C(e,t){return e(t)}function SC(){}var Pg=!1;function IC(e,t,n){if(Pg)return e(t,n);Pg=!0;try{return _C(e,t,n)}finally{Pg=!1,(Iu!==null||Fu!==null)&&(SC(),AC())}}function Ic(e,t){var n=e.stateNode;if(n===null)return null;var r=v0(n);if(r===null)return null;n=r[t];e:switch(t){case"onClick":case"onClickCapture":case"onDoubleClick":case"onDoubleClickCapture":case"onMouseDown":case"onMouseDownCapture":case"onMouseMove":case"onMouseMoveCapture":case"onMouseUp":case"onMouseUpCapture":case"onMouseEnter":(r=!r.disabled)||(e=e.type,r=!(e==="button"||e==="input"||e==="select"||e==="textarea")),e=!r;break e;default:e=!1}if(e)return null;if(n&&typeof n!="function")throw Error(ae(231,t,typeof n));return n}var g3=!1;if(gi)try{mu={},Object.defineProperty(mu,"passive",{get:function(){g3=!0}}),window.addEventListener("test",mu,mu),window.removeEventListener("test",mu,mu)}catch{g3=!1}var mu;function P$(e,t,n,r,o,i,s,l,c){var d=Array.prototype.slice.call(arguments,3);try{t.apply(n,d)}catch(h){this.onError(h)}}var Dc=!1,Xp=null,Kp=!1,y3=null,B$={onError:function(e){Dc=!0,Xp=e}};function $$(e,t,n,r,o,i,s,l,c){Dc=!1,Xp=null,P$.apply(B$,arguments)}function z$(e,t,n,r,o,i,s,l,c){if($$.apply(this,arguments),Dc){if(Dc){var d=Xp;Dc=!1,Xp=null}else throw Error(ae(198));Kp||(Kp=!0,y3=d)}}function hs(e){var t=e,n=e;if(e.alternate)for(;t.return;)t=t.return;else{e=t;do t=e,t.flags&4098&&(n=t.return),e=t.return;while(e)}return t.tag===3?n:null}function FC(e){if(e.tag===13){var t=e.memoizedState;if(t===null&&(e=e.alternate,e!==null&&(t=e.memoizedState)),t!==null)return t.dehydrated}return null}function gk(e){if(hs(e)!==e)throw Error(ae(188))}function H$(e){var t=e.alternate;if(!t){if(t=hs(e),t===null)throw Error(ae(188));return t!==e?null:e}for(var n=e,r=t;;){var o=n.return;if(o===null)break;var i=o.alternate;if(i===null){if(r=o.return,r!==null){n=r;continue}break}if(o.child===i.child){for(i=o.child;i;){if(i===n)return gk(o),e;if(i===r)return gk(o),t;i=i.sibling}throw Error(ae(188))}if(n.return!==r.return)n=o,r=i;else{for(var s=!1,l=o.child;l;){if(l===n){s=!0,n=o,r=i;break}if(l===r){s=!0,r=o,n=i;break}l=l.sibling}if(!s){for(l=i.child;l;){if(l===n){s=!0,n=i,r=o;break}if(l===r){s=!0,r=i,n=o;break}l=l.sibling}if(!s)throw Error(ae(189))}}if(n.alternate!==r)throw Error(ae(190))}if(n.tag!==3)throw Error(ae(188));return n.stateNode.current===n?e:t}function LC(e){return e=H$(e),e!==null?RC(e):null}function RC(e){if(e.tag===5||e.tag===6)return e;for(e=e.child;e!==null;){var t=RC(e);if(t!==null)return t;e=e.sibling}return null}var NC=wr.unstable_scheduleCallback,yk=wr.unstable_cancelCallback,U$=wr.unstable_shouldYield,j$=wr.unstable_requestPaint,$t=wr.unstable_now,W$=wr.unstable_getCurrentPriorityLevel,t2=wr.unstable_ImmediatePriority,OC=wr.unstable_UserBlockingPriority,Qp=wr.unstable_NormalPriority,V$=wr.unstable_LowPriority,MC=wr.unstable_IdlePriority,b0=null,No=null;function G$(e){if(No&&typeof No.onCommitFiberRoot=="function")try{No.onCommitFiberRoot(b0,e,void 0,(e.current.flags&128)===128)}catch{}}var ho=Math.clz32?Math.clz32:X$,Y$=Math.log,q$=Math.LN2;function X$(e){return e>>>=0,e===0?32:31-(Y$(e)/q$|0)|0}var vp=64,wp=4194304;function yc(e){switch(e&-e){case 1:return 1;case 2:return 2;case 4:return 4;case 8:return 8;case 16:return 16;case 32:return 32;case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return e&4194240;case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:return e&130023424;case 134217728:return 134217728;case 268435456:return 268435456;case 536870912:return 536870912;case 1073741824:return 1073741824;default:return e}}function Zp(e,t){var n=e.pendingLanes;if(n===0)return 0;var r=0,o=e.suspendedLanes,i=e.pingedLanes,s=n&268435455;if(s!==0){var l=s&~o;l!==0?r=yc(l):(i&=s,i!==0&&(r=yc(i)))}else s=n&~o,s!==0?r=yc(s):i!==0&&(r=yc(i));if(r===0)return 0;if(t!==0&&t!==r&&!(t&o)&&(o=r&-r,i=t&-t,o>=i||o===16&&(i&4194240)!==0))return t;if(r&4&&(r|=n&16),t=e.entangledLanes,t!==0)for(e=e.entanglements,t&=r;0<t;)n=31-ho(t),o=1<<n,r|=e[n],t&=~o;return r}function K$(e,t){switch(e){case 1:case 2:case 4:return t+250;case 8:case 16:case 32:case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return t+5e3;case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:return-1;case 134217728:case 268435456:case 536870912:case 1073741824:return-1;default:return-1}}function Q$(e,t){for(var n=e.suspendedLanes,r=e.pingedLanes,o=e.expirationTimes,i=e.pendingLanes;0<i;){var s=31-ho(i),l=1<<s,c=o[s];c===-1?(!(l&n)||l&r)&&(o[s]=K$(l,t)):c<=t&&(e.expiredLanes|=l),i&=~l}}function b3(e){return e=e.pendingLanes&-1073741825,e!==0?e:e&1073741824?1073741824:0}function PC(){var e=vp;return vp<<=1,!(vp&4194240)&&(vp=64),e}function Bg(e){for(var t=[],n=0;31>n;n++)t.push(e);return t}function Vc(e,t,n){e.pendingLanes|=t,t!==536870912&&(e.suspendedLanes=0,e.pingedLanes=0),e=e.eventTimes,t=31-ho(t),e[t]=n}function Z$(e,t){var n=e.pendingLanes&~t;e.pendingLanes=t,e.suspendedLanes=0,e.pingedLanes=0,e.expiredLanes&=t,e.mutableReadLanes&=t,e.entangledLanes&=t,t=e.entanglements;var r=e.eventTimes;for(e=e.expirationTimes;0<n;){var o=31-ho(n),i=1<<o;t[o]=0,r[o]=-1,e[o]=-1,n&=~i}}function n2(e,t){var n=e.entangledLanes|=t;for(e=e.entanglements;n;){var r=31-ho(n),o=1<<r;o&t|e[r]&t&&(e[r]|=t),n&=~o}}var at=0;function BC(e){return e&=-e,1<e?4<e?e&268435455?16:536870912:4:1}var $C,r2,zC,HC,UC,E3=!1,kp=[],oa=null,ia=null,aa=null,Fc=new Map,Lc=new Map,ea=[],J$="mousedown mouseup touchcancel touchend touchstart auxclick dblclick pointercancel pointerdown pointerup dragend dragstart drop compositionend compositionstart keydown keypress keyup input textInput copy cut paste click change contextmenu reset submit".split(" ");function bk(e,t){switch(e){case"focusin":case"focusout":oa=null;break;case"dragenter":case"dragleave":ia=null;break;case"mouseover":case"mouseout":aa=null;break;case"pointerover":case"pointerout":Fc.delete(t.pointerId);break;case"gotpointercapture":case"lostpointercapture":Lc.delete(t.pointerId)}}function uc(e,t,n,r,o,i){return e===null||e.nativeEvent!==i?(e={blockedOn:t,domEventName:n,eventSystemFlags:r,nativeEvent:i,targetContainers:[o]},t!==null&&(t=Yc(t),t!==null&&r2(t)),e):(e.eventSystemFlags|=r,t=e.targetContainers,o!==null&&t.indexOf(o)===-1&&t.push(o),e)}function ez(e,t,n,r,o){switch(t){case"focusin":return oa=uc(oa,e,t,n,r,o),!0;case"dragenter":return ia=uc(ia,e,t,n,r,o),!0;case"mouseover":return aa=uc(aa,e,t,n,r,o),!0;case"pointerover":var i=o.pointerId;return Fc.set(i,uc(Fc.get(i)||null,e,t,n,r,o)),!0;case"gotpointercapture":return i=o.pointerId,Lc.set(i,uc(Lc.get(i)||null,e,t,n,r,o)),!0}return!1}function jC(e){var t=rs(e.target);if(t!==null){var n=hs(t);if(n!==null){if(t=n.tag,t===13){if(t=FC(n),t!==null){e.blockedOn=t,UC(e.priority,function(){zC(n)});return}}else if(t===3&&n.stateNode.current.memoizedState.isDehydrated){e.blockedOn=n.tag===3?n.stateNode.containerInfo:null;return}}}e.blockedOn=null}function Bp(e){if(e.blockedOn!==null)return!1;for(var t=e.targetContainers;0<t.length;){var n=D3(e.domEventName,e.eventSystemFlags,t[0],e.nativeEvent);if(n===null){n=e.nativeEvent;var r=new n.constructor(n.type,n);h3=r,n.target.dispatchEvent(r),h3=null}else return t=Yc(n),t!==null&&r2(t),e.blockedOn=n,!1;t.shift()}return!0}function Ek(e,t,n){Bp(e)&&n.delete(t)}function tz(){E3=!1,oa!==null&&Bp(oa)&&(oa=null),ia!==null&&Bp(ia)&&(ia=null),aa!==null&&Bp(aa)&&(aa=null),Fc.forEach(Ek),Lc.forEach(Ek)}function lc(e,t){e.blockedOn===t&&(e.blockedOn=null,E3||(E3=!0,wr.unstable_scheduleCallback(wr.unstable_NormalPriority,tz)))}function Rc(e){function t(o){return lc(o,e)}if(0<kp.length){lc(kp[0],e);for(var n=1;n<kp.length;n++){var r=kp[n];r.blockedOn===e&&(r.blockedOn=null)}}for(oa!==null&&lc(oa,e),ia!==null&&lc(ia,e),aa!==null&&lc(aa,e),Fc.forEach(t),Lc.forEach(t),n=0;n<ea.length;n++)r=ea[n],r.blockedOn===e&&(r.blockedOn=null);for(;0<ea.length&&(n=ea[0],n.blockedOn===null);)jC(n),n.blockedOn===null&&ea.shift()}var Lu=Di.ReactCurrentBatchConfig,Jp=!0;function nz(e,t,n,r){var o=at,i=Lu.transition;Lu.transition=null;try{at=1,o2(e,t,n,r)}finally{at=o,Lu.transition=i}}function rz(e,t,n,r){var o=at,i=Lu.transition;Lu.transition=null;try{at=4,o2(e,t,n,r)}finally{at=o,Lu.transition=i}}function o2(e,t,n,r){if(Jp){var o=D3(e,t,n,r);if(o===null)Vg(e,t,r,e0,n),bk(e,r);else if(ez(o,e,t,n,r))r.stopPropagation();else if(bk(e,r),t&4&&-1<J$.indexOf(e)){for(;o!==null;){var i=Yc(o);if(i!==null&&$C(i),i=D3(e,t,n,r),i===null&&Vg(e,t,r,e0,n),i===o)break;o=i}o!==null&&r.stopPropagation()}else Vg(e,t,r,null,n)}}var e0=null;function D3(e,t,n,r){if(e0=null,e=e2(r),e=rs(e),e!==null)if(t=hs(e),t===null)e=null;else if(n=t.tag,n===13){if(e=FC(t),e!==null)return e;e=null}else if(n===3){if(t.stateNode.current.memoizedState.isDehydrated)return t.tag===3?t.stateNode.containerInfo:null;e=null}else t!==e&&(e=null);return e0=e,null}function WC(e){switch(e){case"cancel":case"click":case"close":case"contextmenu":case"copy":case"cut":case"auxclick":case"dblclick":case"dragend":case"dragstart":case"drop":case"focusin":case"focusout":case"input":case"invalid":case"keydown":case"keypress":case"keyup":case"mousedown":case"mouseup":case"paste":case"pause":case"play":case"pointercancel":case"pointerdown":case"pointerup":case"ratechange":case"reset":case"resize":case"seeked":case"submit":case"touchcancel":case"touchend":case"touchstart":case"volumechange":case"change":case"selectionchange":case"textInput":case"compositionstart":case"compositionend":case"compositionupdate":case"beforeblur":case"afterblur":case"beforeinput":case"blur":case"fullscreenchange":case"focus":case"hashchange":case"popstate":case"select":case"selectstart":return 1;case"drag":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"mousemove":case"mouseout":case"mouseover":case"pointermove":case"pointerout":case"pointerover":case"scroll":case"toggle":case"touchmove":case"wheel":case"mouseenter":case"mouseleave":case"pointerenter":case"pointerleave":return 4;case"message":switch(W$()){case t2:return 1;case OC:return 4;case Qp:case V$:return 16;case MC:return 536870912;default:return 16}default:return 16}}var na=null,i2=null,$p=null;function VC(){if($p)return $p;var e,t=i2,n=t.length,r,o="value"in na?na.value:na.textContent,i=o.length;for(e=0;e<n&&t[e]===o[e];e++);var s=n-e;for(r=1;r<=s&&t[n-r]===o[i-r];r++);return $p=o.slice(e,1<r?1-r:void 0)}function zp(e){var t=e.keyCode;return"charCode"in e?(e=e.charCode,e===0&&t===13&&(e=13)):e=t,e===10&&(e=13),32<=e||e===13?e:0}function Cp(){return!0}function Dk(){return!1}function kr(e){function t(n,r,o,i,s){this._reactName=n,this._targetInst=o,this.type=r,this.nativeEvent=i,this.target=s,this.currentTarget=null;for(var l in e)e.hasOwnProperty(l)&&(n=e[l],this[l]=n?n(i):i[l]);return this.isDefaultPrevented=(i.defaultPrevented!=null?i.defaultPrevented:i.returnValue===!1)?Cp:Dk,this.isPropagationStopped=Dk,this}return It(t.prototype,{preventDefault:function(){this.defaultPrevented=!0;var n=this.nativeEvent;n&&(n.preventDefault?n.preventDefault():typeof n.returnValue!="unknown"&&(n.returnValue=!1),this.isDefaultPrevented=Cp)},stopPropagation:function(){var n=this.nativeEvent;n&&(n.stopPropagation?n.stopPropagation():typeof n.cancelBubble!="unknown"&&(n.cancelBubble=!0),this.isPropagationStopped=Cp)},persist:function(){},isPersistent:Cp}),t}var Uu={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(e){return e.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},a2=kr(Uu),Gc=It({},Uu,{view:0,detail:0}),oz=kr(Gc),$g,zg,cc,E0=It({},Gc,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:s2,button:0,buttons:0,relatedTarget:function(e){return e.relatedTarget===void 0?e.fromElement===e.srcElement?e.toElement:e.fromElement:e.relatedTarget},movementX:function(e){return"movementX"in e?e.movementX:(e!==cc&&(cc&&e.type==="mousemove"?($g=e.screenX-cc.screenX,zg=e.screenY-cc.screenY):zg=$g=0,cc=e),$g)},movementY:function(e){return"movementY"in e?e.movementY:zg}}),xk=kr(E0),iz=It({},E0,{dataTransfer:0}),az=kr(iz),sz=It({},Gc,{relatedTarget:0}),Hg=kr(sz),uz=It({},Uu,{animationName:0,elapsedTime:0,pseudoElement:0}),lz=kr(uz),cz=It({},Uu,{clipboardData:function(e){return"clipboardData"in e?e.clipboardData:window.clipboardData}}),dz=kr(cz),fz=It({},Uu,{data:0}),vk=kr(fz),pz={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},hz={8:"Backspace",9:"Tab",12:"Clear",13:"Enter",16:"Shift",17:"Control",18:"Alt",19:"Pause",20:"CapsLock",27:"Escape",32:" ",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"ArrowLeft",38:"ArrowUp",39:"ArrowRight",40:"ArrowDown",45:"Insert",46:"Delete",112:"F1",113:"F2",114:"F3",115:"F4",116:"F5",117:"F6",118:"F7",119:"F8",120:"F9",121:"F10",122:"F11",123:"F12",144:"NumLock",145:"ScrollLock",224:"Meta"},mz={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function gz(e){var t=this.nativeEvent;return t.getModifierState?t.getModifierState(e):(e=mz[e])?!!t[e]:!1}function s2(){return gz}var yz=It({},Gc,{key:function(e){if(e.key){var t=pz[e.key]||e.key;if(t!=="Unidentified")return t}return e.type==="keypress"?(e=zp(e),e===13?"Enter":String.fromCharCode(e)):e.type==="keydown"||e.type==="keyup"?hz[e.keyCode]||"Unidentified":""},code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:s2,charCode:function(e){return e.type==="keypress"?zp(e):0},keyCode:function(e){return e.type==="keydown"||e.type==="keyup"?e.keyCode:0},which:function(e){return e.type==="keypress"?zp(e):e.type==="keydown"||e.type==="keyup"?e.keyCode:0}}),bz=kr(yz),Ez=It({},E0,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0}),wk=kr(Ez),Dz=It({},Gc,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:s2}),xz=kr(Dz),vz=It({},Uu,{propertyName:0,elapsedTime:0,pseudoElement:0}),wz=kr(vz),kz=It({},E0,{deltaX:function(e){return"deltaX"in e?e.deltaX:"wheelDeltaX"in e?-e.wheelDeltaX:0},deltaY:function(e){return"deltaY"in e?e.deltaY:"wheelDeltaY"in e?-e.wheelDeltaY:"wheelDelta"in e?-e.wheelDelta:0},deltaZ:0,deltaMode:0}),Cz=kr(kz),Tz=[9,13,27,32],u2=gi&&"CompositionEvent"in window,xc=null;gi&&"documentMode"in document&&(xc=document.documentMode);var Az=gi&&"TextEvent"in window&&!xc,GC=gi&&(!u2||xc&&8<xc&&11>=xc),kk=" ",Ck=!1;function YC(e,t){switch(e){case"keyup":return Tz.indexOf(t.keyCode)!==-1;case"keydown":return t.keyCode!==229;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function qC(e){return e=e.detail,typeof e=="object"&&"data"in e?e.data:null}var Eu=!1;function _z(e,t){switch(e){case"compositionend":return qC(t);case"keypress":return t.which!==32?null:(Ck=!0,kk);case"textInput":return e=t.data,e===kk&&Ck?null:e;default:return null}}function Sz(e,t){if(Eu)return e==="compositionend"||!u2&&YC(e,t)?(e=VC(),$p=i2=na=null,Eu=!1,e):null;switch(e){case"paste":return null;case"keypress":if(!(t.ctrlKey||t.altKey||t.metaKey)||t.ctrlKey&&t.altKey){if(t.char&&1<t.char.length)return t.char;if(t.which)return String.fromCharCode(t.which)}return null;case"compositionend":return GC&&t.locale!=="ko"?null:t.data;default:return null}}var Iz={color:!0,date:!0,datetime:!0,"datetime-local":!0,email:!0,month:!0,number:!0,password:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0};function Tk(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t==="input"?!!Iz[e.type]:t==="textarea"}function XC(e,t,n,r){TC(r),t=t0(t,"onChange"),0<t.length&&(n=new a2("onChange","change",null,n,r),e.push({event:n,listeners:t}))}var vc=null,Nc=null;function Fz(e){aT(e,0)}function D0(e){var t=vu(e);if(EC(t))return e}function Lz(e,t){if(e==="change")return t}var KC=!1;gi&&(gi?(Ap="oninput"in document,Ap||(Ug=document.createElement("div"),Ug.setAttribute("oninput","return;"),Ap=typeof Ug.oninput=="function"),Tp=Ap):Tp=!1,KC=Tp&&(!document.documentMode||9<document.documentMode));var Tp,Ap,Ug;function Ak(){vc&&(vc.detachEvent("onpropertychange",QC),Nc=vc=null)}function QC(e){if(e.propertyName==="value"&&D0(Nc)){var t=[];XC(t,Nc,e,e2(e)),IC(Fz,t)}}function Rz(e,t,n){e==="focusin"?(Ak(),vc=t,Nc=n,vc.attachEvent("onpropertychange",QC)):e==="focusout"&&Ak()}function Nz(e){if(e==="selectionchange"||e==="keyup"||e==="keydown")return D0(Nc)}function Oz(e,t){if(e==="click")return D0(t)}function Mz(e,t){if(e==="input"||e==="change")return D0(t)}function Pz(e,t){return e===t&&(e!==0||1/e===1/t)||e!==e&&t!==t}var go=typeof Object.is=="function"?Object.is:Pz;function Oc(e,t){if(go(e,t))return!0;if(typeof e!="object"||e===null||typeof t!="object"||t===null)return!1;var n=Object.keys(e),r=Object.keys(t);if(n.length!==r.length)return!1;for(r=0;r<n.length;r++){var o=n[r];if(!n3.call(t,o)||!go(e[o],t[o]))return!1}return!0}function _k(e){for(;e&&e.firstChild;)e=e.firstChild;return e}function Sk(e,t){var n=_k(e);e=0;for(var r;n;){if(n.nodeType===3){if(r=e+n.textContent.length,e<=t&&r>=t)return{node:n,offset:t-e};e=r}e:{for(;n;){if(n.nextSibling){n=n.nextSibling;break e}n=n.parentNode}n=void 0}n=_k(n)}}function ZC(e,t){return e&&t?e===t?!0:e&&e.nodeType===3?!1:t&&t.nodeType===3?ZC(e,t.parentNode):"contains"in e?e.contains(t):e.compareDocumentPosition?!!(e.compareDocumentPosition(t)&16):!1:!1}function JC(){for(var e=window,t=qp();t instanceof e.HTMLIFrameElement;){try{var n=typeof t.contentWindow.location.href=="string"}catch{n=!1}if(n)e=t.contentWindow;else break;t=qp(e.document)}return t}function l2(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t&&(t==="input"&&(e.type==="text"||e.type==="search"||e.type==="tel"||e.type==="url"||e.type==="password")||t==="textarea"||e.contentEditable==="true")}function Bz(e){var t=JC(),n=e.focusedElem,r=e.selectionRange;if(t!==n&&n&&n.ownerDocument&&ZC(n.ownerDocument.documentElement,n)){if(r!==null&&l2(n)){if(t=r.start,e=r.end,e===void 0&&(e=t),"selectionStart"in n)n.selectionStart=t,n.selectionEnd=Math.min(e,n.value.length);else if(e=(t=n.ownerDocument||document)&&t.defaultView||window,e.getSelection){e=e.getSelection();var o=n.textContent.length,i=Math.min(r.start,o);r=r.end===void 0?i:Math.min(r.end,o),!e.extend&&i>r&&(o=r,r=i,i=o),o=Sk(n,i);var s=Sk(n,r);o&&s&&(e.rangeCount!==1||e.anchorNode!==o.node||e.anchorOffset!==o.offset||e.focusNode!==s.node||e.focusOffset!==s.offset)&&(t=t.createRange(),t.setStart(o.node,o.offset),e.removeAllRanges(),i>r?(e.addRange(t),e.extend(s.node,s.offset)):(t.setEnd(s.node,s.offset),e.addRange(t)))}}for(t=[],e=n;e=e.parentNode;)e.nodeType===1&&t.push({element:e,left:e.scrollLeft,top:e.scrollTop});for(typeof n.focus=="function"&&n.focus(),n=0;n<t.length;n++)e=t[n],e.element.scrollLeft=e.left,e.element.scrollTop=e.top}}var $z=gi&&"documentMode"in document&&11>=document.documentMode,Du=null,x3=null,wc=null,v3=!1;function Ik(e,t,n){var r=n.window===n?n.document:n.nodeType===9?n:n.ownerDocument;v3||Du==null||Du!==qp(r)||(r=Du,"selectionStart"in r&&l2(r)?r={start:r.selectionStart,end:r.selectionEnd}:(r=(r.ownerDocument&&r.ownerDocument.defaultView||window).getSelection(),r={anchorNode:r.anchorNode,anchorOffset:r.anchorOffset,focusNode:r.focusNode,focusOffset:r.focusOffset}),wc&&Oc(wc,r)||(wc=r,r=t0(x3,"onSelect"),0<r.length&&(t=new a2("onSelect","select",null,t,n),e.push({event:t,listeners:r}),t.target=Du)))}function _p(e,t){var n={};return n[e.toLowerCase()]=t.toLowerCase(),n["Webkit"+e]="webkit"+t,n["Moz"+e]="moz"+t,n}var xu={animationend:_p("Animation","AnimationEnd"),animationiteration:_p("Animation","AnimationIteration"),animationstart:_p("Animation","AnimationStart"),transitionend:_p("Transition","TransitionEnd")},jg={},eT={};gi&&(eT=document.createElement("div").style,"AnimationEvent"in window||(delete xu.animationend.animation,delete xu.animationiteration.animation,delete xu.animationstart.animation),"TransitionEvent"in window||delete xu.transitionend.transition);function x0(e){if(jg[e])return jg[e];if(!xu[e])return e;var t=xu[e],n;for(n in t)if(t.hasOwnProperty(n)&&n in eT)return jg[e]=t[n];return e}var tT=x0("animationend"),nT=x0("animationiteration"),rT=x0("animationstart"),oT=x0("transitionend"),iT=new Map,Fk="abort auxClick cancel canPlay canPlayThrough click close contextMenu copy cut drag dragEnd dragEnter dragExit dragLeave dragOver dragStart drop durationChange emptied encrypted ended error gotPointerCapture input invalid keyDown keyPress keyUp load loadedData loadedMetadata loadStart lostPointerCapture mouseDown mouseMove mouseOut mouseOver mouseUp paste pause play playing pointerCancel pointerDown pointerMove pointerOut pointerOver pointerUp progress rateChange reset resize seeked seeking stalled submit suspend timeUpdate touchCancel touchEnd touchStart volumeChange scroll toggle touchMove waiting wheel".split(" ");function ha(e,t){iT.set(e,t),ps(t,[e])}for(Sp=0;Sp<Fk.length;Sp++)Ip=Fk[Sp],Lk=Ip.toLowerCase(),Rk=Ip[0].toUpperCase()+Ip.slice(1),ha(Lk,"on"+Rk);var Ip,Lk,Rk,Sp;ha(tT,"onAnimationEnd");ha(nT,"onAnimationIteration");ha(rT,"onAnimationStart");ha("dblclick","onDoubleClick");ha("focusin","onFocus");ha("focusout","onBlur");ha(oT,"onTransitionEnd");Ou("onMouseEnter",["mouseout","mouseover"]);Ou("onMouseLeave",["mouseout","mouseover"]);Ou("onPointerEnter",["pointerout","pointerover"]);Ou("onPointerLeave",["pointerout","pointerover"]);ps("onChange","change click focusin focusout input keydown keyup selectionchange".split(" "));ps("onSelect","focusout contextmenu dragend focusin keydown keyup mousedown mouseup selectionchange".split(" "));ps("onBeforeInput",["compositionend","keypress","textInput","paste"]);ps("onCompositionEnd","compositionend focusout keydown keypress keyup mousedown".split(" "));ps("onCompositionStart","compositionstart focusout keydown keypress keyup mousedown".split(" "));ps("onCompositionUpdate","compositionupdate focusout keydown keypress keyup mousedown".split(" "));var bc="abort canplay canplaythrough durationchange emptied encrypted ended error loadeddata loadedmetadata loadstart pause play playing progress ratechange resize seeked seeking stalled suspend timeupdate volumechange waiting".split(" "),zz=new Set("cancel close invalid load scroll toggle".split(" ").concat(bc));function Nk(e,t,n){var r=e.type||"unknown-event";e.currentTarget=n,z$(r,t,void 0,e),e.currentTarget=null}function aT(e,t){t=(t&4)!==0;for(var n=0;n<e.length;n++){var r=e[n],o=r.event;r=r.listeners;e:{var i=void 0;if(t)for(var s=r.length-1;0<=s;s--){var l=r[s],c=l.instance,d=l.currentTarget;if(l=l.listener,c!==i&&o.isPropagationStopped())break e;Nk(o,l,d),i=c}else for(s=0;s<r.length;s++){if(l=r[s],c=l.instance,d=l.currentTarget,l=l.listener,c!==i&&o.isPropagationStopped())break e;Nk(o,l,d),i=c}}}if(Kp)throw e=y3,Kp=!1,y3=null,e}function Et(e,t){var n=t[A3];n===void 0&&(n=t[A3]=new Set);var r=e+"__bubble";n.has(r)||(sT(t,e,2,!1),n.add(r))}function Wg(e,t,n){var r=0;t&&(r|=4),sT(n,e,r,t)}var Fp="_reactListening"+Math.random().toString(36).slice(2);function Mc(e){if(!e[Fp]){e[Fp]=!0,hC.forEach(function(n){n!=="selectionchange"&&(zz.has(n)||Wg(n,!1,e),Wg(n,!0,e))});var t=e.nodeType===9?e:e.ownerDocument;t===null||t[Fp]||(t[Fp]=!0,Wg("selectionchange",!1,t))}}function sT(e,t,n,r){switch(WC(t)){case 1:var o=nz;break;case 4:o=rz;break;default:o=o2}n=o.bind(null,t,n,e),o=void 0,!g3||t!=="touchstart"&&t!=="touchmove"&&t!=="wheel"||(o=!0),r?o!==void 0?e.addEventListener(t,n,{capture:!0,passive:o}):e.addEventListener(t,n,!0):o!==void 0?e.addEventListener(t,n,{passive:o}):e.addEventListener(t,n,!1)}function Vg(e,t,n,r,o){var i=r;if(!(t&1)&&!(t&2)&&r!==null)e:for(;;){if(r===null)return;var s=r.tag;if(s===3||s===4){var l=r.stateNode.containerInfo;if(l===o||l.nodeType===8&&l.parentNode===o)break;if(s===4)for(s=r.return;s!==null;){var c=s.tag;if((c===3||c===4)&&(c=s.stateNode.containerInfo,c===o||c.nodeType===8&&c.parentNode===o))return;s=s.return}for(;l!==null;){if(s=rs(l),s===null)return;if(c=s.tag,c===5||c===6){r=i=s;continue e}l=l.parentNode}}r=r.return}IC(function(){var d=i,h=e2(n),g=[];e:{var E=iT.get(e);if(E!==void 0){var y=a2,D=e;switch(e){case"keypress":if(zp(n)===0)break e;case"keydown":case"keyup":y=bz;break;case"focusin":D="focus",y=Hg;break;case"focusout":D="blur",y=Hg;break;case"beforeblur":case"afterblur":y=Hg;break;case"click":if(n.button===2)break e;case"auxclick":case"dblclick":case"mousedown":case"mousemove":case"mouseup":case"mouseout":case"mouseover":case"contextmenu":y=xk;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":y=az;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":y=xz;break;case tT:case nT:case rT:y=lz;break;case oT:y=wz;break;case"scroll":y=oz;break;case"wheel":y=Cz;break;case"copy":case"cut":case"paste":y=dz;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":y=wk}var w=(t&4)!==0,A=!w&&e==="scroll",x=w?E!==null?E+"Capture":null:E;w=[];for(var v=d,k;v!==null;){k=v;var L=k.stateNode;if(k.tag===5&&L!==null&&(k=L,x!==null&&(L=Ic(v,x),L!=null&&w.push(Pc(v,L,k)))),A)break;v=v.return}0<w.length&&(E=new y(E,D,null,n,h),g.push({event:E,listeners:w}))}}if(!(t&7)){e:{if(E=e==="mouseover"||e==="pointerover",y=e==="mouseout"||e==="pointerout",E&&n!==h3&&(D=n.relatedTarget||n.fromElement)&&(rs(D)||D[yi]))break e;if((y||E)&&(E=h.window===h?h:(E=h.ownerDocument)?E.defaultView||E.parentWindow:window,y?(D=n.relatedTarget||n.toElement,y=d,D=D?rs(D):null,D!==null&&(A=hs(D),D!==A||D.tag!==5&&D.tag!==6)&&(D=null)):(y=null,D=d),y!==D)){if(w=xk,L="onMouseLeave",x="onMouseEnter",v="mouse",(e==="pointerout"||e==="pointerover")&&(w=wk,L="onPointerLeave",x="onPointerEnter",v="pointer"),A=y==null?E:vu(y),k=D==null?E:vu(D),E=new w(L,v+"leave",y,n,h),E.target=A,E.relatedTarget=k,L=null,rs(h)===d&&(w=new w(x,v+"enter",D,n,h),w.target=k,w.relatedTarget=A,L=w),A=L,y&&D)t:{for(w=y,x=D,v=0,k=w;k;k=gu(k))v++;for(k=0,L=x;L;L=gu(L))k++;for(;0<v-k;)w=gu(w),v--;for(;0<k-v;)x=gu(x),k--;for(;v--;){if(w===x||x!==null&&w===x.alternate)break t;w=gu(w),x=gu(x)}w=null}else w=null;y!==null&&Ok(g,E,y,w,!1),D!==null&&A!==null&&Ok(g,A,D,w,!0)}}e:{if(E=d?vu(d):window,y=E.nodeName&&E.nodeName.toLowerCase(),y==="select"||y==="input"&&E.type==="file")var B=Lz;else if(Tk(E))if(KC)B=Mz;else{B=Nz;var I=Rz}else(y=E.nodeName)&&y.toLowerCase()==="input"&&(E.type==="checkbox"||E.type==="radio")&&(B=Oz);if(B&&(B=B(e,d))){XC(g,B,n,h);break e}I&&I(e,E,d),e==="focusout"&&(I=E._wrapperState)&&I.controlled&&E.type==="number"&&l3(E,"number",E.value)}switch(I=d?vu(d):window,e){case"focusin":(Tk(I)||I.contentEditable==="true")&&(Du=I,x3=d,wc=null);break;case"focusout":wc=x3=Du=null;break;case"mousedown":v3=!0;break;case"contextmenu":case"mouseup":case"dragend":v3=!1,Ik(g,n,h);break;case"selectionchange":if($z)break;case"keydown":case"keyup":Ik(g,n,h)}var z;if(u2)e:{switch(e){case"compositionstart":var q="onCompositionStart";break e;case"compositionend":q="onCompositionEnd";break e;case"compositionupdate":q="onCompositionUpdate";break e}q=void 0}else Eu?YC(e,n)&&(q="onCompositionEnd"):e==="keydown"&&n.keyCode===229&&(q="onCompositionStart");q&&(GC&&n.locale!=="ko"&&(Eu||q!=="onCompositionStart"?q==="onCompositionEnd"&&Eu&&(z=VC()):(na=h,i2="value"in na?na.value:na.textContent,Eu=!0)),I=t0(d,q),0<I.length&&(q=new vk(q,e,null,n,h),g.push({event:q,listeners:I}),z?q.data=z:(z=qC(n),z!==null&&(q.data=z)))),(z=Az?_z(e,n):Sz(e,n))&&(d=t0(d,"onBeforeInput"),0<d.length&&(h=new vk("onBeforeInput","beforeinput",null,n,h),g.push({event:h,listeners:d}),h.data=z))}aT(g,t)})}function Pc(e,t,n){return{instance:e,listener:t,currentTarget:n}}function t0(e,t){for(var n=t+"Capture",r=[];e!==null;){var o=e,i=o.stateNode;o.tag===5&&i!==null&&(o=i,i=Ic(e,n),i!=null&&r.unshift(Pc(e,i,o)),i=Ic(e,t),i!=null&&r.push(Pc(e,i,o))),e=e.return}return r}function gu(e){if(e===null)return null;do e=e.return;while(e&&e.tag!==5);return e||null}function Ok(e,t,n,r,o){for(var i=t._reactName,s=[];n!==null&&n!==r;){var l=n,c=l.alternate,d=l.stateNode;if(c!==null&&c===r)break;l.tag===5&&d!==null&&(l=d,o?(c=Ic(n,i),c!=null&&s.unshift(Pc(n,c,l))):o||(c=Ic(n,i),c!=null&&s.push(Pc(n,c,l)))),n=n.return}s.length!==0&&e.push({event:t,listeners:s})}var Hz=/\r\n?/g,Uz=/\u0000|\uFFFD/g;function Mk(e){return(typeof e=="string"?e:""+e).replace(Hz,`
6
6
  `).replace(Uz,"")}function Lp(e,t,n){if(t=Mk(t),Mk(e)!==t&&n)throw Error(ae(425))}function n0(){}var w3=null,k3=null;function C3(e,t){return e==="textarea"||e==="noscript"||typeof t.children=="string"||typeof t.children=="number"||typeof t.dangerouslySetInnerHTML=="object"&&t.dangerouslySetInnerHTML!==null&&t.dangerouslySetInnerHTML.__html!=null}var T3=typeof setTimeout=="function"?setTimeout:void 0,jz=typeof clearTimeout=="function"?clearTimeout:void 0,Pk=typeof Promise=="function"?Promise:void 0,Wz=typeof queueMicrotask=="function"?queueMicrotask:typeof Pk<"u"?function(e){return Pk.resolve(null).then(e).catch(Vz)}:T3;function Vz(e){setTimeout(function(){throw e})}function Gg(e,t){var n=t,r=0;do{var o=n.nextSibling;if(e.removeChild(n),o&&o.nodeType===8)if(n=o.data,n==="/$"){if(r===0){e.removeChild(o),Rc(t);return}r--}else n!=="$"&&n!=="$?"&&n!=="$!"||r++;n=o}while(n);Rc(t)}function sa(e){for(;e!=null;e=e.nextSibling){var t=e.nodeType;if(t===1||t===3)break;if(t===8){if(t=e.data,t==="$"||t==="$!"||t==="$?")break;if(t==="/$")return null}}return e}function Bk(e){e=e.previousSibling;for(var t=0;e;){if(e.nodeType===8){var n=e.data;if(n==="$"||n==="$!"||n==="$?"){if(t===0)return e;t--}else n==="/$"&&t++}e=e.previousSibling}return null}var ju=Math.random().toString(36).slice(2),Ro="__reactFiber$"+ju,Bc="__reactProps$"+ju,yi="__reactContainer$"+ju,A3="__reactEvents$"+ju,Gz="__reactListeners$"+ju,Yz="__reactHandles$"+ju;function rs(e){var t=e[Ro];if(t)return t;for(var n=e.parentNode;n;){if(t=n[yi]||n[Ro]){if(n=t.alternate,t.child!==null||n!==null&&n.child!==null)for(e=Bk(e);e!==null;){if(n=e[Ro])return n;e=Bk(e)}return t}e=n,n=e.parentNode}return null}function Yc(e){return e=e[Ro]||e[yi],!e||e.tag!==5&&e.tag!==6&&e.tag!==13&&e.tag!==3?null:e}function vu(e){if(e.tag===5||e.tag===6)return e.stateNode;throw Error(ae(33))}function v0(e){return e[Bc]||null}var _3=[],wu=-1;function ma(e){return{current:e}}function Dt(e){0>wu||(e.current=_3[wu],_3[wu]=null,wu--)}function mt(e,t){wu++,_3[wu]=e.current,e.current=t}var pa={},Sn=ma(pa),or=ma(!1),us=pa;function Mu(e,t){var n=e.type.contextTypes;if(!n)return pa;var r=e.stateNode;if(r&&r.__reactInternalMemoizedUnmaskedChildContext===t)return r.__reactInternalMemoizedMaskedChildContext;var o={},i;for(i in n)o[i]=t[i];return r&&(e=e.stateNode,e.__reactInternalMemoizedUnmaskedChildContext=t,e.__reactInternalMemoizedMaskedChildContext=o),o}function ir(e){return e=e.childContextTypes,e!=null}function r0(){Dt(or),Dt(Sn)}function $k(e,t,n){if(Sn.current!==pa)throw Error(ae(168));mt(Sn,t),mt(or,n)}function uT(e,t,n){var r=e.stateNode;if(t=t.childContextTypes,typeof r.getChildContext!="function")return n;r=r.getChildContext();for(var o in r)if(!(o in t))throw Error(ae(108,R$(e)||"Unknown",o));return It({},n,r)}function o0(e){return e=(e=e.stateNode)&&e.__reactInternalMemoizedMergedChildContext||pa,us=Sn.current,mt(Sn,e),mt(or,or.current),!0}function zk(e,t,n){var r=e.stateNode;if(!r)throw Error(ae(169));n?(e=uT(e,t,us),r.__reactInternalMemoizedMergedChildContext=e,Dt(or),Dt(Sn),mt(Sn,e)):Dt(or),mt(or,n)}var fi=null,w0=!1,Yg=!1;function lT(e){fi===null?fi=[e]:fi.push(e)}function qz(e){w0=!0,lT(e)}function ga(){if(!Yg&&fi!==null){Yg=!0;var e=0,t=at;try{var n=fi;for(at=1;e<n.length;e++){var r=n[e];do r=r(!0);while(r!==null)}fi=null,w0=!1}catch(o){throw fi!==null&&(fi=fi.slice(e+1)),NC(t2,ga),o}finally{at=t,Yg=!1}}return null}var ku=[],Cu=0,i0=null,a0=0,zr=[],Hr=0,ls=null,pi=1,hi="";function ts(e,t){ku[Cu++]=a0,ku[Cu++]=i0,i0=e,a0=t}function cT(e,t,n){zr[Hr++]=pi,zr[Hr++]=hi,zr[Hr++]=ls,ls=e;var r=pi;e=hi;var o=32-ho(r)-1;r&=~(1<<o),n+=1;var i=32-ho(t)+o;if(30<i){var s=o-o%5;i=(r&(1<<s)-1).toString(32),r>>=s,o-=s,pi=1<<32-ho(t)+o|n<<o|r,hi=i+e}else pi=1<<i|n<<o|r,hi=e}function c2(e){e.return!==null&&(ts(e,1),cT(e,1,0))}function d2(e){for(;e===i0;)i0=ku[--Cu],ku[Cu]=null,a0=ku[--Cu],ku[Cu]=null;for(;e===ls;)ls=zr[--Hr],zr[Hr]=null,hi=zr[--Hr],zr[Hr]=null,pi=zr[--Hr],zr[Hr]=null}var vr=null,xr=null,wt=!1,po=null;function dT(e,t){var n=Ur(5,null,null,0);n.elementType="DELETED",n.stateNode=t,n.return=e,t=e.deletions,t===null?(e.deletions=[n],e.flags|=16):t.push(n)}function Hk(e,t){switch(e.tag){case 5:var n=e.type;return t=t.nodeType!==1||n.toLowerCase()!==t.nodeName.toLowerCase()?null:t,t!==null?(e.stateNode=t,vr=e,xr=sa(t.firstChild),!0):!1;case 6:return t=e.pendingProps===""||t.nodeType!==3?null:t,t!==null?(e.stateNode=t,vr=e,xr=null,!0):!1;case 13:return t=t.nodeType!==8?null:t,t!==null?(n=ls!==null?{id:pi,overflow:hi}:null,e.memoizedState={dehydrated:t,treeContext:n,retryLane:1073741824},n=Ur(18,null,null,0),n.stateNode=t,n.return=e,e.child=n,vr=e,xr=null,!0):!1;default:return!1}}function S3(e){return(e.mode&1)!==0&&(e.flags&128)===0}function I3(e){if(wt){var t=xr;if(t){var n=t;if(!Hk(e,t)){if(S3(e))throw Error(ae(418));t=sa(n.nextSibling);var r=vr;t&&Hk(e,t)?dT(r,n):(e.flags=e.flags&-4097|2,wt=!1,vr=e)}}else{if(S3(e))throw Error(ae(418));e.flags=e.flags&-4097|2,wt=!1,vr=e}}}function Uk(e){for(e=e.return;e!==null&&e.tag!==5&&e.tag!==3&&e.tag!==13;)e=e.return;vr=e}function Rp(e){if(e!==vr)return!1;if(!wt)return Uk(e),wt=!0,!1;var t;if((t=e.tag!==3)&&!(t=e.tag!==5)&&(t=e.type,t=t!=="head"&&t!=="body"&&!C3(e.type,e.memoizedProps)),t&&(t=xr)){if(S3(e))throw fT(),Error(ae(418));for(;t;)dT(e,t),t=sa(t.nextSibling)}if(Uk(e),e.tag===13){if(e=e.memoizedState,e=e!==null?e.dehydrated:null,!e)throw Error(ae(317));e:{for(e=e.nextSibling,t=0;e;){if(e.nodeType===8){var n=e.data;if(n==="/$"){if(t===0){xr=sa(e.nextSibling);break e}t--}else n!=="$"&&n!=="$!"&&n!=="$?"||t++}e=e.nextSibling}xr=null}}else xr=vr?sa(e.stateNode.nextSibling):null;return!0}function fT(){for(var e=xr;e;)e=sa(e.nextSibling)}function Pu(){xr=vr=null,wt=!1}function f2(e){po===null?po=[e]:po.push(e)}var Xz=Di.ReactCurrentBatchConfig;function dc(e,t,n){if(e=n.ref,e!==null&&typeof e!="function"&&typeof e!="object"){if(n._owner){if(n=n._owner,n){if(n.tag!==1)throw Error(ae(309));var r=n.stateNode}if(!r)throw Error(ae(147,e));var o=r,i=""+e;return t!==null&&t.ref!==null&&typeof t.ref=="function"&&t.ref._stringRef===i?t.ref:(t=function(s){var l=o.refs;s===null?delete l[i]:l[i]=s},t._stringRef=i,t)}if(typeof e!="string")throw Error(ae(284));if(!n._owner)throw Error(ae(290,e))}return e}function Np(e,t){throw e=Object.prototype.toString.call(t),Error(ae(31,e==="[object Object]"?"object with keys {"+Object.keys(t).join(", ")+"}":e))}function jk(e){var t=e._init;return t(e._payload)}function pT(e){function t(x,v){if(e){var k=x.deletions;k===null?(x.deletions=[v],x.flags|=16):k.push(v)}}function n(x,v){if(!e)return null;for(;v!==null;)t(x,v),v=v.sibling;return null}function r(x,v){for(x=new Map;v!==null;)v.key!==null?x.set(v.key,v):x.set(v.index,v),v=v.sibling;return x}function o(x,v){return x=da(x,v),x.index=0,x.sibling=null,x}function i(x,v,k){return x.index=k,e?(k=x.alternate,k!==null?(k=k.index,k<v?(x.flags|=2,v):k):(x.flags|=2,v)):(x.flags|=1048576,v)}function s(x){return e&&x.alternate===null&&(x.flags|=2),x}function l(x,v,k,L){return v===null||v.tag!==6?(v=e3(k,x.mode,L),v.return=x,v):(v=o(v,k),v.return=x,v)}function c(x,v,k,L){var B=k.type;return B===bu?h(x,v,k.props.children,L,k.key):v!==null&&(v.elementType===B||typeof B=="object"&&B!==null&&B.$$typeof===Zi&&jk(B)===v.type)?(L=o(v,k.props),L.ref=dc(x,v,k),L.return=x,L):(L=Yp(k.type,k.key,k.props,null,x.mode,L),L.ref=dc(x,v,k),L.return=x,L)}function d(x,v,k,L){return v===null||v.tag!==4||v.stateNode.containerInfo!==k.containerInfo||v.stateNode.implementation!==k.implementation?(v=t3(k,x.mode,L),v.return=x,v):(v=o(v,k.children||[]),v.return=x,v)}function h(x,v,k,L,B){return v===null||v.tag!==7?(v=ss(k,x.mode,L,B),v.return=x,v):(v=o(v,k),v.return=x,v)}function g(x,v,k){if(typeof v=="string"&&v!==""||typeof v=="number")return v=e3(""+v,x.mode,k),v.return=x,v;if(typeof v=="object"&&v!==null){switch(v.$$typeof){case Ep:return k=Yp(v.type,v.key,v.props,null,x.mode,k),k.ref=dc(x,null,v),k.return=x,k;case yu:return v=t3(v,x.mode,k),v.return=x,v;case Zi:var L=v._init;return g(x,L(v._payload),k)}if(gc(v)||sc(v))return v=ss(v,x.mode,k,null),v.return=x,v;Np(x,v)}return null}function E(x,v,k,L){var B=v!==null?v.key:null;if(typeof k=="string"&&k!==""||typeof k=="number")return B!==null?null:l(x,v,""+k,L);if(typeof k=="object"&&k!==null){switch(k.$$typeof){case Ep:return k.key===B?c(x,v,k,L):null;case yu:return k.key===B?d(x,v,k,L):null;case Zi:return B=k._init,E(x,v,B(k._payload),L)}if(gc(k)||sc(k))return B!==null?null:h(x,v,k,L,null);Np(x,k)}return null}function y(x,v,k,L,B){if(typeof L=="string"&&L!==""||typeof L=="number")return x=x.get(k)||null,l(v,x,""+L,B);if(typeof L=="object"&&L!==null){switch(L.$$typeof){case Ep:return x=x.get(L.key===null?k:L.key)||null,c(v,x,L,B);case yu:return x=x.get(L.key===null?k:L.key)||null,d(v,x,L,B);case Zi:var I=L._init;return y(x,v,k,I(L._payload),B)}if(gc(L)||sc(L))return x=x.get(k)||null,h(v,x,L,B,null);Np(v,L)}return null}function D(x,v,k,L){for(var B=null,I=null,z=v,q=v=0,te=null;z!==null&&q<k.length;q++){z.index>q?(te=z,z=null):te=z.sibling;var M=E(x,z,k[q],L);if(M===null){z===null&&(z=te);break}e&&z&&M.alternate===null&&t(x,z),v=i(M,v,q),I===null?B=M:I.sibling=M,I=M,z=te}if(q===k.length)return n(x,z),wt&&ts(x,q),B;if(z===null){for(;q<k.length;q++)z=g(x,k[q],L),z!==null&&(v=i(z,v,q),I===null?B=z:I.sibling=z,I=z);return wt&&ts(x,q),B}for(z=r(x,z);q<k.length;q++)te=y(z,x,q,k[q],L),te!==null&&(e&&te.alternate!==null&&z.delete(te.key===null?q:te.key),v=i(te,v,q),I===null?B=te:I.sibling=te,I=te);return e&&z.forEach(function(me){return t(x,me)}),wt&&ts(x,q),B}function w(x,v,k,L){var B=sc(k);if(typeof B!="function")throw Error(ae(150));if(k=B.call(k),k==null)throw Error(ae(151));for(var I=B=null,z=v,q=v=0,te=null,M=k.next();z!==null&&!M.done;q++,M=k.next()){z.index>q?(te=z,z=null):te=z.sibling;var me=E(x,z,M.value,L);if(me===null){z===null&&(z=te);break}e&&z&&me.alternate===null&&t(x,z),v=i(me,v,q),I===null?B=me:I.sibling=me,I=me,z=te}if(M.done)return n(x,z),wt&&ts(x,q),B;if(z===null){for(;!M.done;q++,M=k.next())M=g(x,M.value,L),M!==null&&(v=i(M,v,q),I===null?B=M:I.sibling=M,I=M);return wt&&ts(x,q),B}for(z=r(x,z);!M.done;q++,M=k.next())M=y(z,x,q,M.value,L),M!==null&&(e&&M.alternate!==null&&z.delete(M.key===null?q:M.key),v=i(M,v,q),I===null?B=M:I.sibling=M,I=M);return e&&z.forEach(function(fe){return t(x,fe)}),wt&&ts(x,q),B}function A(x,v,k,L){if(typeof k=="object"&&k!==null&&k.type===bu&&k.key===null&&(k=k.props.children),typeof k=="object"&&k!==null){switch(k.$$typeof){case Ep:e:{for(var B=k.key,I=v;I!==null;){if(I.key===B){if(B=k.type,B===bu){if(I.tag===7){n(x,I.sibling),v=o(I,k.props.children),v.return=x,x=v;break e}}else if(I.elementType===B||typeof B=="object"&&B!==null&&B.$$typeof===Zi&&jk(B)===I.type){n(x,I.sibling),v=o(I,k.props),v.ref=dc(x,I,k),v.return=x,x=v;break e}n(x,I);break}else t(x,I);I=I.sibling}k.type===bu?(v=ss(k.props.children,x.mode,L,k.key),v.return=x,x=v):(L=Yp(k.type,k.key,k.props,null,x.mode,L),L.ref=dc(x,v,k),L.return=x,x=L)}return s(x);case yu:e:{for(I=k.key;v!==null;){if(v.key===I)if(v.tag===4&&v.stateNode.containerInfo===k.containerInfo&&v.stateNode.implementation===k.implementation){n(x,v.sibling),v=o(v,k.children||[]),v.return=x,x=v;break e}else{n(x,v);break}else t(x,v);v=v.sibling}v=t3(k,x.mode,L),v.return=x,x=v}return s(x);case Zi:return I=k._init,A(x,v,I(k._payload),L)}if(gc(k))return D(x,v,k,L);if(sc(k))return w(x,v,k,L);Np(x,k)}return typeof k=="string"&&k!==""||typeof k=="number"?(k=""+k,v!==null&&v.tag===6?(n(x,v.sibling),v=o(v,k),v.return=x,x=v):(n(x,v),v=e3(k,x.mode,L),v.return=x,x=v),s(x)):n(x,v)}return A}var Bu=pT(!0),hT=pT(!1),s0=ma(null),u0=null,Tu=null,p2=null;function h2(){p2=Tu=u0=null}function m2(e){var t=s0.current;Dt(s0),e._currentValue=t}function F3(e,t,n){for(;e!==null;){var r=e.alternate;if((e.childLanes&t)!==t?(e.childLanes|=t,r!==null&&(r.childLanes|=t)):r!==null&&(r.childLanes&t)!==t&&(r.childLanes|=t),e===n)break;e=e.return}}function Ru(e,t){u0=e,p2=Tu=null,e=e.dependencies,e!==null&&e.firstContext!==null&&(e.lanes&t&&(rr=!0),e.firstContext=null)}function Wr(e){var t=e._currentValue;if(p2!==e)if(e={context:e,memoizedValue:t,next:null},Tu===null){if(u0===null)throw Error(ae(308));Tu=e,u0.dependencies={lanes:0,firstContext:e}}else Tu=Tu.next=e;return t}var os=null;function g2(e){os===null?os=[e]:os.push(e)}function mT(e,t,n,r){var o=t.interleaved;return o===null?(n.next=n,g2(t)):(n.next=o.next,o.next=n),t.interleaved=n,bi(e,r)}function bi(e,t){e.lanes|=t;var n=e.alternate;for(n!==null&&(n.lanes|=t),n=e,e=e.return;e!==null;)e.childLanes|=t,n=e.alternate,n!==null&&(n.childLanes|=t),n=e,e=e.return;return n.tag===3?n.stateNode:null}var Ji=!1;function y2(e){e.updateQueue={baseState:e.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,interleaved:null,lanes:0},effects:null}}function gT(e,t){e=e.updateQueue,t.updateQueue===e&&(t.updateQueue={baseState:e.baseState,firstBaseUpdate:e.firstBaseUpdate,lastBaseUpdate:e.lastBaseUpdate,shared:e.shared,effects:e.effects})}function mi(e,t){return{eventTime:e,lane:t,tag:0,payload:null,callback:null,next:null}}function ua(e,t,n){var r=e.updateQueue;if(r===null)return null;if(r=r.shared,Je&2){var o=r.pending;return o===null?t.next=t:(t.next=o.next,o.next=t),r.pending=t,bi(e,n)}return o=r.interleaved,o===null?(t.next=t,g2(r)):(t.next=o.next,o.next=t),r.interleaved=t,bi(e,n)}function Hp(e,t,n){if(t=t.updateQueue,t!==null&&(t=t.shared,(n&4194240)!==0)){var r=t.lanes;r&=e.pendingLanes,n|=r,t.lanes=n,n2(e,n)}}function Wk(e,t){var n=e.updateQueue,r=e.alternate;if(r!==null&&(r=r.updateQueue,n===r)){var o=null,i=null;if(n=n.firstBaseUpdate,n!==null){do{var s={eventTime:n.eventTime,lane:n.lane,tag:n.tag,payload:n.payload,callback:n.callback,next:null};i===null?o=i=s:i=i.next=s,n=n.next}while(n!==null);i===null?o=i=t:i=i.next=t}else o=i=t;n={baseState:r.baseState,firstBaseUpdate:o,lastBaseUpdate:i,shared:r.shared,effects:r.effects},e.updateQueue=n;return}e=n.lastBaseUpdate,e===null?n.firstBaseUpdate=t:e.next=t,n.lastBaseUpdate=t}function l0(e,t,n,r){var o=e.updateQueue;Ji=!1;var i=o.firstBaseUpdate,s=o.lastBaseUpdate,l=o.shared.pending;if(l!==null){o.shared.pending=null;var c=l,d=c.next;c.next=null,s===null?i=d:s.next=d,s=c;var h=e.alternate;h!==null&&(h=h.updateQueue,l=h.lastBaseUpdate,l!==s&&(l===null?h.firstBaseUpdate=d:l.next=d,h.lastBaseUpdate=c))}if(i!==null){var g=o.baseState;s=0,h=d=c=null,l=i;do{var E=l.lane,y=l.eventTime;if((r&E)===E){h!==null&&(h=h.next={eventTime:y,lane:0,tag:l.tag,payload:l.payload,callback:l.callback,next:null});e:{var D=e,w=l;switch(E=t,y=n,w.tag){case 1:if(D=w.payload,typeof D=="function"){g=D.call(y,g,E);break e}g=D;break e;case 3:D.flags=D.flags&-65537|128;case 0:if(D=w.payload,E=typeof D=="function"?D.call(y,g,E):D,E==null)break e;g=It({},g,E);break e;case 2:Ji=!0}}l.callback!==null&&l.lane!==0&&(e.flags|=64,E=o.effects,E===null?o.effects=[l]:E.push(l))}else y={eventTime:y,lane:E,tag:l.tag,payload:l.payload,callback:l.callback,next:null},h===null?(d=h=y,c=g):h=h.next=y,s|=E;if(l=l.next,l===null){if(l=o.shared.pending,l===null)break;E=l,l=E.next,E.next=null,o.lastBaseUpdate=E,o.shared.pending=null}}while(!0);if(h===null&&(c=g),o.baseState=c,o.firstBaseUpdate=d,o.lastBaseUpdate=h,t=o.shared.interleaved,t!==null){o=t;do s|=o.lane,o=o.next;while(o!==t)}else i===null&&(o.shared.lanes=0);ds|=s,e.lanes=s,e.memoizedState=g}}function Vk(e,t,n){if(e=t.effects,t.effects=null,e!==null)for(t=0;t<e.length;t++){var r=e[t],o=r.callback;if(o!==null){if(r.callback=null,r=n,typeof o!="function")throw Error(ae(191,o));o.call(r)}}}var qc={},Oo=ma(qc),$c=ma(qc),zc=ma(qc);function is(e){if(e===qc)throw Error(ae(174));return e}function b2(e,t){switch(mt(zc,t),mt($c,e),mt(Oo,qc),e=t.nodeType,e){case 9:case 11:t=(t=t.documentElement)?t.namespaceURI:d3(null,"");break;default:e=e===8?t.parentNode:t,t=e.namespaceURI||null,e=e.tagName,t=d3(t,e)}Dt(Oo),mt(Oo,t)}function $u(){Dt(Oo),Dt($c),Dt(zc)}function yT(e){is(zc.current);var t=is(Oo.current),n=d3(t,e.type);t!==n&&(mt($c,e),mt(Oo,n))}function E2(e){$c.current===e&&(Dt(Oo),Dt($c))}var _t=ma(0);function c0(e){for(var t=e;t!==null;){if(t.tag===13){var n=t.memoizedState;if(n!==null&&(n=n.dehydrated,n===null||n.data==="$?"||n.data==="$!"))return t}else if(t.tag===19&&t.memoizedProps.revealOrder!==void 0){if(t.flags&128)return t}else if(t.child!==null){t.child.return=t,t=t.child;continue}if(t===e)break;for(;t.sibling===null;){if(t.return===null||t.return===e)return null;t=t.return}t.sibling.return=t.return,t=t.sibling}return null}var qg=[];function D2(){for(var e=0;e<qg.length;e++)qg[e]._workInProgressVersionPrimary=null;qg.length=0}var Up=Di.ReactCurrentDispatcher,Xg=Di.ReactCurrentBatchConfig,cs=0,St=null,Zt=null,un=null,d0=!1,kc=!1,Hc=0,Kz=0;function Tn(){throw Error(ae(321))}function x2(e,t){if(t===null)return!1;for(var n=0;n<t.length&&n<e.length;n++)if(!go(e[n],t[n]))return!1;return!0}function v2(e,t,n,r,o,i){if(cs=i,St=t,t.memoizedState=null,t.updateQueue=null,t.lanes=0,Up.current=e===null||e.memoizedState===null?eH:tH,e=n(r,o),kc){i=0;do{if(kc=!1,Hc=0,25<=i)throw Error(ae(301));i+=1,un=Zt=null,t.updateQueue=null,Up.current=nH,e=n(r,o)}while(kc)}if(Up.current=f0,t=Zt!==null&&Zt.next!==null,cs=0,un=Zt=St=null,d0=!1,t)throw Error(ae(300));return e}function w2(){var e=Hc!==0;return Hc=0,e}function Lo(){var e={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return un===null?St.memoizedState=un=e:un=un.next=e,un}function Vr(){if(Zt===null){var e=St.alternate;e=e!==null?e.memoizedState:null}else e=Zt.next;var t=un===null?St.memoizedState:un.next;if(t!==null)un=t,Zt=e;else{if(e===null)throw Error(ae(310));Zt=e,e={memoizedState:Zt.memoizedState,baseState:Zt.baseState,baseQueue:Zt.baseQueue,queue:Zt.queue,next:null},un===null?St.memoizedState=un=e:un=un.next=e}return un}function Uc(e,t){return typeof t=="function"?t(e):t}function Kg(e){var t=Vr(),n=t.queue;if(n===null)throw Error(ae(311));n.lastRenderedReducer=e;var r=Zt,o=r.baseQueue,i=n.pending;if(i!==null){if(o!==null){var s=o.next;o.next=i.next,i.next=s}r.baseQueue=o=i,n.pending=null}if(o!==null){i=o.next,r=r.baseState;var l=s=null,c=null,d=i;do{var h=d.lane;if((cs&h)===h)c!==null&&(c=c.next={lane:0,action:d.action,hasEagerState:d.hasEagerState,eagerState:d.eagerState,next:null}),r=d.hasEagerState?d.eagerState:e(r,d.action);else{var g={lane:h,action:d.action,hasEagerState:d.hasEagerState,eagerState:d.eagerState,next:null};c===null?(l=c=g,s=r):c=c.next=g,St.lanes|=h,ds|=h}d=d.next}while(d!==null&&d!==i);c===null?s=r:c.next=l,go(r,t.memoizedState)||(rr=!0),t.memoizedState=r,t.baseState=s,t.baseQueue=c,n.lastRenderedState=r}if(e=n.interleaved,e!==null){o=e;do i=o.lane,St.lanes|=i,ds|=i,o=o.next;while(o!==e)}else o===null&&(n.lanes=0);return[t.memoizedState,n.dispatch]}function Qg(e){var t=Vr(),n=t.queue;if(n===null)throw Error(ae(311));n.lastRenderedReducer=e;var r=n.dispatch,o=n.pending,i=t.memoizedState;if(o!==null){n.pending=null;var s=o=o.next;do i=e(i,s.action),s=s.next;while(s!==o);go(i,t.memoizedState)||(rr=!0),t.memoizedState=i,t.baseQueue===null&&(t.baseState=i),n.lastRenderedState=i}return[i,r]}function bT(){}function ET(e,t){var n=St,r=Vr(),o=t(),i=!go(r.memoizedState,o);if(i&&(r.memoizedState=o,rr=!0),r=r.queue,k2(vT.bind(null,n,r,e),[e]),r.getSnapshot!==t||i||un!==null&&un.memoizedState.tag&1){if(n.flags|=2048,jc(9,xT.bind(null,n,r,o,t),void 0,null),ln===null)throw Error(ae(349));cs&30||DT(n,t,o)}return o}function DT(e,t,n){e.flags|=16384,e={getSnapshot:t,value:n},t=St.updateQueue,t===null?(t={lastEffect:null,stores:null},St.updateQueue=t,t.stores=[e]):(n=t.stores,n===null?t.stores=[e]:n.push(e))}function xT(e,t,n,r){t.value=n,t.getSnapshot=r,wT(t)&&kT(e)}function vT(e,t,n){return n(function(){wT(t)&&kT(e)})}function wT(e){var t=e.getSnapshot;e=e.value;try{var n=t();return!go(e,n)}catch{return!0}}function kT(e){var t=bi(e,1);t!==null&&mo(t,e,1,-1)}function Gk(e){var t=Lo();return typeof e=="function"&&(e=e()),t.memoizedState=t.baseState=e,e={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:Uc,lastRenderedState:e},t.queue=e,e=e.dispatch=Jz.bind(null,St,e),[t.memoizedState,e]}function jc(e,t,n,r){return e={tag:e,create:t,destroy:n,deps:r,next:null},t=St.updateQueue,t===null?(t={lastEffect:null,stores:null},St.updateQueue=t,t.lastEffect=e.next=e):(n=t.lastEffect,n===null?t.lastEffect=e.next=e:(r=n.next,n.next=e,e.next=r,t.lastEffect=e)),e}function CT(){return Vr().memoizedState}function jp(e,t,n,r){var o=Lo();St.flags|=e,o.memoizedState=jc(1|t,n,void 0,r===void 0?null:r)}function k0(e,t,n,r){var o=Vr();r=r===void 0?null:r;var i=void 0;if(Zt!==null){var s=Zt.memoizedState;if(i=s.destroy,r!==null&&x2(r,s.deps)){o.memoizedState=jc(t,n,i,r);return}}St.flags|=e,o.memoizedState=jc(1|t,n,i,r)}function Yk(e,t){return jp(8390656,8,e,t)}function k2(e,t){return k0(2048,8,e,t)}function TT(e,t){return k0(4,2,e,t)}function AT(e,t){return k0(4,4,e,t)}function _T(e,t){if(typeof t=="function")return e=e(),t(e),function(){t(null)};if(t!=null)return e=e(),t.current=e,function(){t.current=null}}function ST(e,t,n){return n=n!=null?n.concat([e]):null,k0(4,4,_T.bind(null,t,e),n)}function C2(){}function IT(e,t){var n=Vr();t=t===void 0?null:t;var r=n.memoizedState;return r!==null&&t!==null&&x2(t,r[1])?r[0]:(n.memoizedState=[e,t],e)}function FT(e,t){var n=Vr();t=t===void 0?null:t;var r=n.memoizedState;return r!==null&&t!==null&&x2(t,r[1])?r[0]:(e=e(),n.memoizedState=[e,t],e)}function LT(e,t,n){return cs&21?(go(n,t)||(n=PC(),St.lanes|=n,ds|=n,e.baseState=!0),t):(e.baseState&&(e.baseState=!1,rr=!0),e.memoizedState=n)}function Qz(e,t){var n=at;at=n!==0&&4>n?n:4,e(!0);var r=Xg.transition;Xg.transition={};try{e(!1),t()}finally{at=n,Xg.transition=r}}function RT(){return Vr().memoizedState}function Zz(e,t,n){var r=ca(e);if(n={lane:r,action:n,hasEagerState:!1,eagerState:null,next:null},NT(e))OT(t,n);else if(n=mT(e,t,n,r),n!==null){var o=Wn();mo(n,e,r,o),MT(n,t,r)}}function Jz(e,t,n){var r=ca(e),o={lane:r,action:n,hasEagerState:!1,eagerState:null,next:null};if(NT(e))OT(t,o);else{var i=e.alternate;if(e.lanes===0&&(i===null||i.lanes===0)&&(i=t.lastRenderedReducer,i!==null))try{var s=t.lastRenderedState,l=i(s,n);if(o.hasEagerState=!0,o.eagerState=l,go(l,s)){var c=t.interleaved;c===null?(o.next=o,g2(t)):(o.next=c.next,c.next=o),t.interleaved=o;return}}catch{}finally{}n=mT(e,t,o,r),n!==null&&(o=Wn(),mo(n,e,r,o),MT(n,t,r))}}function NT(e){var t=e.alternate;return e===St||t!==null&&t===St}function OT(e,t){kc=d0=!0;var n=e.pending;n===null?t.next=t:(t.next=n.next,n.next=t),e.pending=t}function MT(e,t,n){if(n&4194240){var r=t.lanes;r&=e.pendingLanes,n|=r,t.lanes=n,n2(e,n)}}var f0={readContext:Wr,useCallback:Tn,useContext:Tn,useEffect:Tn,useImperativeHandle:Tn,useInsertionEffect:Tn,useLayoutEffect:Tn,useMemo:Tn,useReducer:Tn,useRef:Tn,useState:Tn,useDebugValue:Tn,useDeferredValue:Tn,useTransition:Tn,useMutableSource:Tn,useSyncExternalStore:Tn,useId:Tn,unstable_isNewReconciler:!1},eH={readContext:Wr,useCallback:function(e,t){return Lo().memoizedState=[e,t===void 0?null:t],e},useContext:Wr,useEffect:Yk,useImperativeHandle:function(e,t,n){return n=n!=null?n.concat([e]):null,jp(4194308,4,_T.bind(null,t,e),n)},useLayoutEffect:function(e,t){return jp(4194308,4,e,t)},useInsertionEffect:function(e,t){return jp(4,2,e,t)},useMemo:function(e,t){var n=Lo();return t=t===void 0?null:t,e=e(),n.memoizedState=[e,t],e},useReducer:function(e,t,n){var r=Lo();return t=n!==void 0?n(t):t,r.memoizedState=r.baseState=t,e={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:e,lastRenderedState:t},r.queue=e,e=e.dispatch=Zz.bind(null,St,e),[r.memoizedState,e]},useRef:function(e){var t=Lo();return e={current:e},t.memoizedState=e},useState:Gk,useDebugValue:C2,useDeferredValue:function(e){return Lo().memoizedState=e},useTransition:function(){var e=Gk(!1),t=e[0];return e=Qz.bind(null,e[1]),Lo().memoizedState=e,[t,e]},useMutableSource:function(){},useSyncExternalStore:function(e,t,n){var r=St,o=Lo();if(wt){if(n===void 0)throw Error(ae(407));n=n()}else{if(n=t(),ln===null)throw Error(ae(349));cs&30||DT(r,t,n)}o.memoizedState=n;var i={value:n,getSnapshot:t};return o.queue=i,Yk(vT.bind(null,r,i,e),[e]),r.flags|=2048,jc(9,xT.bind(null,r,i,n,t),void 0,null),n},useId:function(){var e=Lo(),t=ln.identifierPrefix;if(wt){var n=hi,r=pi;n=(r&~(1<<32-ho(r)-1)).toString(32)+n,t=":"+t+"R"+n,n=Hc++,0<n&&(t+="H"+n.toString(32)),t+=":"}else n=Kz++,t=":"+t+"r"+n.toString(32)+":";return e.memoizedState=t},unstable_isNewReconciler:!1},tH={readContext:Wr,useCallback:IT,useContext:Wr,useEffect:k2,useImperativeHandle:ST,useInsertionEffect:TT,useLayoutEffect:AT,useMemo:FT,useReducer:Kg,useRef:CT,useState:function(){return Kg(Uc)},useDebugValue:C2,useDeferredValue:function(e){var t=Vr();return LT(t,Zt.memoizedState,e)},useTransition:function(){var e=Kg(Uc)[0],t=Vr().memoizedState;return[e,t]},useMutableSource:bT,useSyncExternalStore:ET,useId:RT,unstable_isNewReconciler:!1},nH={readContext:Wr,useCallback:IT,useContext:Wr,useEffect:k2,useImperativeHandle:ST,useInsertionEffect:TT,useLayoutEffect:AT,useMemo:FT,useReducer:Qg,useRef:CT,useState:function(){return Qg(Uc)},useDebugValue:C2,useDeferredValue:function(e){var t=Vr();return Zt===null?t.memoizedState=e:LT(t,Zt.memoizedState,e)},useTransition:function(){var e=Qg(Uc)[0],t=Vr().memoizedState;return[e,t]},useMutableSource:bT,useSyncExternalStore:ET,useId:RT,unstable_isNewReconciler:!1};function co(e,t){if(e&&e.defaultProps){t=It({},t),e=e.defaultProps;for(var n in e)t[n]===void 0&&(t[n]=e[n]);return t}return t}function L3(e,t,n,r){t=e.memoizedState,n=n(r,t),n=n==null?t:It({},t,n),e.memoizedState=n,e.lanes===0&&(e.updateQueue.baseState=n)}var C0={isMounted:function(e){return(e=e._reactInternals)?hs(e)===e:!1},enqueueSetState:function(e,t,n){e=e._reactInternals;var r=Wn(),o=ca(e),i=mi(r,o);i.payload=t,n!=null&&(i.callback=n),t=ua(e,i,o),t!==null&&(mo(t,e,o,r),Hp(t,e,o))},enqueueReplaceState:function(e,t,n){e=e._reactInternals;var r=Wn(),o=ca(e),i=mi(r,o);i.tag=1,i.payload=t,n!=null&&(i.callback=n),t=ua(e,i,o),t!==null&&(mo(t,e,o,r),Hp(t,e,o))},enqueueForceUpdate:function(e,t){e=e._reactInternals;var n=Wn(),r=ca(e),o=mi(n,r);o.tag=2,t!=null&&(o.callback=t),t=ua(e,o,r),t!==null&&(mo(t,e,r,n),Hp(t,e,r))}};function qk(e,t,n,r,o,i,s){return e=e.stateNode,typeof e.shouldComponentUpdate=="function"?e.shouldComponentUpdate(r,i,s):t.prototype&&t.prototype.isPureReactComponent?!Oc(n,r)||!Oc(o,i):!0}function PT(e,t,n){var r=!1,o=pa,i=t.contextType;return typeof i=="object"&&i!==null?i=Wr(i):(o=ir(t)?us:Sn.current,r=t.contextTypes,i=(r=r!=null)?Mu(e,o):pa),t=new t(n,i),e.memoizedState=t.state!==null&&t.state!==void 0?t.state:null,t.updater=C0,e.stateNode=t,t._reactInternals=e,r&&(e=e.stateNode,e.__reactInternalMemoizedUnmaskedChildContext=o,e.__reactInternalMemoizedMaskedChildContext=i),t}function Xk(e,t,n,r){e=t.state,typeof t.componentWillReceiveProps=="function"&&t.componentWillReceiveProps(n,r),typeof t.UNSAFE_componentWillReceiveProps=="function"&&t.UNSAFE_componentWillReceiveProps(n,r),t.state!==e&&C0.enqueueReplaceState(t,t.state,null)}function R3(e,t,n,r){var o=e.stateNode;o.props=n,o.state=e.memoizedState,o.refs={},y2(e);var i=t.contextType;typeof i=="object"&&i!==null?o.context=Wr(i):(i=ir(t)?us:Sn.current,o.context=Mu(e,i)),o.state=e.memoizedState,i=t.getDerivedStateFromProps,typeof i=="function"&&(L3(e,t,i,n),o.state=e.memoizedState),typeof t.getDerivedStateFromProps=="function"||typeof o.getSnapshotBeforeUpdate=="function"||typeof o.UNSAFE_componentWillMount!="function"&&typeof o.componentWillMount!="function"||(t=o.state,typeof o.componentWillMount=="function"&&o.componentWillMount(),typeof o.UNSAFE_componentWillMount=="function"&&o.UNSAFE_componentWillMount(),t!==o.state&&C0.enqueueReplaceState(o,o.state,null),l0(e,n,o,r),o.state=e.memoizedState),typeof o.componentDidMount=="function"&&(e.flags|=4194308)}function zu(e,t){try{var n="",r=t;do n+=L$(r),r=r.return;while(r);var o=n}catch(i){o=`
7
7
  Error generating stack: `+i.message+`
8
- `+i.stack}return{value:e,source:t,stack:o,digest:null}}function Zg(e,t,n){return{value:e,source:null,stack:n??null,digest:t??null}}function N3(e,t){try{console.error(t.value)}catch(n){setTimeout(function(){throw n})}}var rH=typeof WeakMap=="function"?WeakMap:Map;function BT(e,t,n){n=mi(-1,n),n.tag=3,n.payload={element:null};var r=t.value;return n.callback=function(){h0||(h0=!0,W3=r),N3(e,t)},n}function $T(e,t,n){n=mi(-1,n),n.tag=3;var r=e.type.getDerivedStateFromError;if(typeof r=="function"){var o=t.value;n.payload=function(){return r(o)},n.callback=function(){N3(e,t)}}var i=e.stateNode;return i!==null&&typeof i.componentDidCatch=="function"&&(n.callback=function(){N3(e,t),typeof r!="function"&&(la===null?la=new Set([this]):la.add(this));var s=t.stack;this.componentDidCatch(t.value,{componentStack:s!==null?s:""})}),n}function Kk(e,t,n){var r=e.pingCache;if(r===null){r=e.pingCache=new rH;var o=new Set;r.set(t,o)}else o=r.get(t),o===void 0&&(o=new Set,r.set(t,o));o.has(n)||(o.add(n),e=yH.bind(null,e,t,n),t.then(e,e))}function Qk(e){do{var t;if((t=e.tag===13)&&(t=e.memoizedState,t=t!==null?t.dehydrated!==null:!0),t)return e;e=e.return}while(e!==null);return null}function Zk(e,t,n,r,o){return e.mode&1?(e.flags|=65536,e.lanes=o,e):(e===t?e.flags|=65536:(e.flags|=128,n.flags|=131072,n.flags&=-52805,n.tag===1&&(n.alternate===null?n.tag=17:(t=mi(-1,1),t.tag=2,ua(n,t,1))),n.lanes|=1),e)}var oH=Di.ReactCurrentOwner,rr=!1;function jn(e,t,n,r){t.child=e===null?hT(t,null,n,r):Bu(t,e.child,n,r)}function Jk(e,t,n,r,o){n=n.render;var i=t.ref;return Ru(t,o),r=v2(e,t,n,r,i,o),n=w2(),e!==null&&!rr?(t.updateQueue=e.updateQueue,t.flags&=-2053,e.lanes&=~o,Ei(e,t,o)):(wt&&n&&c2(t),t.flags|=1,jn(e,t,r,o),t.child)}function eC(e,t,n,r,o){if(e===null){var i=n.type;return typeof i=="function"&&!R2(i)&&i.defaultProps===void 0&&n.compare===null&&n.defaultProps===void 0?(t.tag=15,t.type=i,zT(e,t,i,r,o)):(e=Yp(n.type,null,r,t,t.mode,o),e.ref=t.ref,e.return=t,t.child=e)}if(i=e.child,!(e.lanes&o)){var s=i.memoizedProps;if(n=n.compare,n=n!==null?n:Oc,n(s,r)&&e.ref===t.ref)return Ei(e,t,o)}return t.flags|=1,e=da(i,r),e.ref=t.ref,e.return=t,t.child=e}function zT(e,t,n,r,o){if(e!==null){var i=e.memoizedProps;if(Oc(i,r)&&e.ref===t.ref)if(rr=!1,t.pendingProps=r=i,(e.lanes&o)!==0)e.flags&131072&&(rr=!0);else return t.lanes=e.lanes,Ei(e,t,o)}return O3(e,t,n,r,o)}function HT(e,t,n){var r=t.pendingProps,o=r.children,i=e!==null?e.memoizedState:null;if(r.mode==="hidden")if(!(t.mode&1))t.memoizedState={baseLanes:0,cachePool:null,transitions:null},mt(_u,Dr),Dr|=n;else{if(!(n&1073741824))return e=i!==null?i.baseLanes|n:n,t.lanes=t.childLanes=1073741824,t.memoizedState={baseLanes:e,cachePool:null,transitions:null},t.updateQueue=null,mt(_u,Dr),Dr|=e,null;t.memoizedState={baseLanes:0,cachePool:null,transitions:null},r=i!==null?i.baseLanes:n,mt(_u,Dr),Dr|=r}else i!==null?(r=i.baseLanes|n,t.memoizedState=null):r=n,mt(_u,Dr),Dr|=r;return jn(e,t,o,n),t.child}function UT(e,t){var n=t.ref;(e===null&&n!==null||e!==null&&e.ref!==n)&&(t.flags|=512,t.flags|=2097152)}function O3(e,t,n,r,o){var i=ir(n)?us:Sn.current;return i=Mu(t,i),Ru(t,o),n=v2(e,t,n,r,i,o),r=w2(),e!==null&&!rr?(t.updateQueue=e.updateQueue,t.flags&=-2053,e.lanes&=~o,Ei(e,t,o)):(wt&&r&&c2(t),t.flags|=1,jn(e,t,n,o),t.child)}function tC(e,t,n,r,o){if(ir(n)){var i=!0;o0(t)}else i=!1;if(Ru(t,o),t.stateNode===null)Wp(e,t),PT(t,n,r),R3(t,n,r,o),r=!0;else if(e===null){var s=t.stateNode,l=t.memoizedProps;s.props=l;var c=s.context,d=n.contextType;typeof d=="object"&&d!==null?d=Wr(d):(d=ir(n)?us:Sn.current,d=Mu(t,d));var h=n.getDerivedStateFromProps,g=typeof h=="function"||typeof s.getSnapshotBeforeUpdate=="function";g||typeof s.UNSAFE_componentWillReceiveProps!="function"&&typeof s.componentWillReceiveProps!="function"||(l!==r||c!==d)&&Xk(t,s,r,d),Ji=!1;var E=t.memoizedState;s.state=E,l0(t,r,s,o),c=t.memoizedState,l!==r||E!==c||or.current||Ji?(typeof h=="function"&&(L3(t,n,h,r),c=t.memoizedState),(l=Ji||qk(t,n,l,r,E,c,d))?(g||typeof s.UNSAFE_componentWillMount!="function"&&typeof s.componentWillMount!="function"||(typeof s.componentWillMount=="function"&&s.componentWillMount(),typeof s.UNSAFE_componentWillMount=="function"&&s.UNSAFE_componentWillMount()),typeof s.componentDidMount=="function"&&(t.flags|=4194308)):(typeof s.componentDidMount=="function"&&(t.flags|=4194308),t.memoizedProps=r,t.memoizedState=c),s.props=r,s.state=c,s.context=d,r=l):(typeof s.componentDidMount=="function"&&(t.flags|=4194308),r=!1)}else{s=t.stateNode,gT(e,t),l=t.memoizedProps,d=t.type===t.elementType?l:co(t.type,l),s.props=d,g=t.pendingProps,E=s.context,c=n.contextType,typeof c=="object"&&c!==null?c=Wr(c):(c=ir(n)?us:Sn.current,c=Mu(t,c));var y=n.getDerivedStateFromProps;(h=typeof y=="function"||typeof s.getSnapshotBeforeUpdate=="function")||typeof s.UNSAFE_componentWillReceiveProps!="function"&&typeof s.componentWillReceiveProps!="function"||(l!==g||E!==c)&&Xk(t,s,r,c),Ji=!1,E=t.memoizedState,s.state=E,l0(t,r,s,o);var D=t.memoizedState;l!==g||E!==D||or.current||Ji?(typeof y=="function"&&(L3(t,n,y,r),D=t.memoizedState),(d=Ji||qk(t,n,d,r,E,D,c)||!1)?(h||typeof s.UNSAFE_componentWillUpdate!="function"&&typeof s.componentWillUpdate!="function"||(typeof s.componentWillUpdate=="function"&&s.componentWillUpdate(r,D,c),typeof s.UNSAFE_componentWillUpdate=="function"&&s.UNSAFE_componentWillUpdate(r,D,c)),typeof s.componentDidUpdate=="function"&&(t.flags|=4),typeof s.getSnapshotBeforeUpdate=="function"&&(t.flags|=1024)):(typeof s.componentDidUpdate!="function"||l===e.memoizedProps&&E===e.memoizedState||(t.flags|=4),typeof s.getSnapshotBeforeUpdate!="function"||l===e.memoizedProps&&E===e.memoizedState||(t.flags|=1024),t.memoizedProps=r,t.memoizedState=D),s.props=r,s.state=D,s.context=c,r=d):(typeof s.componentDidUpdate!="function"||l===e.memoizedProps&&E===e.memoizedState||(t.flags|=4),typeof s.getSnapshotBeforeUpdate!="function"||l===e.memoizedProps&&E===e.memoizedState||(t.flags|=1024),r=!1)}return M3(e,t,n,r,i,o)}function M3(e,t,n,r,o,i){UT(e,t);var s=(t.flags&128)!==0;if(!r&&!s)return o&&zk(t,n,!1),Ei(e,t,i);r=t.stateNode,oH.current=t;var l=s&&typeof n.getDerivedStateFromError!="function"?null:r.render();return t.flags|=1,e!==null&&s?(t.child=Bu(t,e.child,null,i),t.child=Bu(t,null,l,i)):jn(e,t,l,i),t.memoizedState=r.state,o&&zk(t,n,!0),t.child}function jT(e){var t=e.stateNode;t.pendingContext?$k(e,t.pendingContext,t.pendingContext!==t.context):t.context&&$k(e,t.context,!1),b2(e,t.containerInfo)}function nC(e,t,n,r,o){return Pu(),f2(o),t.flags|=256,jn(e,t,n,r),t.child}var P3={dehydrated:null,treeContext:null,retryLane:0};function B3(e){return{baseLanes:e,cachePool:null,transitions:null}}function WT(e,t,n){var r=t.pendingProps,o=_t.current,i=!1,s=(t.flags&128)!==0,l;if((l=s)||(l=e!==null&&e.memoizedState===null?!1:(o&2)!==0),l?(i=!0,t.flags&=-129):(e===null||e.memoizedState!==null)&&(o|=1),mt(_t,o&1),e===null)return I3(t),e=t.memoizedState,e!==null&&(e=e.dehydrated,e!==null)?(t.mode&1?e.data==="$!"?t.lanes=8:t.lanes=1073741824:t.lanes=1,null):(s=r.children,e=r.fallback,i?(r=t.mode,i=t.child,s={mode:"hidden",children:s},!(r&1)&&i!==null?(i.childLanes=0,i.pendingProps=s):i=_0(s,r,0,null),e=ss(e,r,n,null),i.return=t,e.return=t,i.sibling=e,t.child=i,t.child.memoizedState=B3(n),t.memoizedState=P3,e):T2(t,s));if(o=e.memoizedState,o!==null&&(l=o.dehydrated,l!==null))return iH(e,t,s,r,l,o,n);if(i){i=r.fallback,s=t.mode,o=e.child,l=o.sibling;var c={mode:"hidden",children:r.children};return!(s&1)&&t.child!==o?(r=t.child,r.childLanes=0,r.pendingProps=c,t.deletions=null):(r=da(o,c),r.subtreeFlags=o.subtreeFlags&14680064),l!==null?i=da(l,i):(i=ss(i,s,n,null),i.flags|=2),i.return=t,r.return=t,r.sibling=i,t.child=r,r=i,i=t.child,s=e.child.memoizedState,s=s===null?B3(n):{baseLanes:s.baseLanes|n,cachePool:null,transitions:s.transitions},i.memoizedState=s,i.childLanes=e.childLanes&~n,t.memoizedState=P3,r}return i=e.child,e=i.sibling,r=da(i,{mode:"visible",children:r.children}),!(t.mode&1)&&(r.lanes=n),r.return=t,r.sibling=null,e!==null&&(n=t.deletions,n===null?(t.deletions=[e],t.flags|=16):n.push(e)),t.child=r,t.memoizedState=null,r}function T2(e,t){return t=_0({mode:"visible",children:t},e.mode,0,null),t.return=e,e.child=t}function Op(e,t,n,r){return r!==null&&f2(r),Bu(t,e.child,null,n),e=T2(t,t.pendingProps.children),e.flags|=2,t.memoizedState=null,e}function iH(e,t,n,r,o,i,s){if(n)return t.flags&256?(t.flags&=-257,r=Zg(Error(ae(422))),Op(e,t,s,r)):t.memoizedState!==null?(t.child=e.child,t.flags|=128,null):(i=r.fallback,o=t.mode,r=_0({mode:"visible",children:r.children},o,0,null),i=ss(i,o,s,null),i.flags|=2,r.return=t,i.return=t,r.sibling=i,t.child=r,t.mode&1&&Bu(t,e.child,null,s),t.child.memoizedState=B3(s),t.memoizedState=P3,i);if(!(t.mode&1))return Op(e,t,s,null);if(o.data==="$!"){if(r=o.nextSibling&&o.nextSibling.dataset,r)var l=r.dgst;return r=l,i=Error(ae(419)),r=Zg(i,r,void 0),Op(e,t,s,r)}if(l=(s&e.childLanes)!==0,rr||l){if(r=ln,r!==null){switch(s&-s){case 4:o=2;break;case 16:o=8;break;case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:o=32;break;case 536870912:o=268435456;break;default:o=0}o=o&(r.suspendedLanes|s)?0:o,o!==0&&o!==i.retryLane&&(i.retryLane=o,bi(e,o),mo(r,e,o,-1))}return L2(),r=Zg(Error(ae(421))),Op(e,t,s,r)}return o.data==="$?"?(t.flags|=128,t.child=e.child,t=bH.bind(null,e),o._reactRetry=t,null):(e=i.treeContext,xr=sa(o.nextSibling),vr=t,wt=!0,po=null,e!==null&&(zr[Hr++]=pi,zr[Hr++]=hi,zr[Hr++]=ls,pi=e.id,hi=e.overflow,ls=t),t=T2(t,r.children),t.flags|=4096,t)}function rC(e,t,n){e.lanes|=t;var r=e.alternate;r!==null&&(r.lanes|=t),F3(e.return,t,n)}function Jg(e,t,n,r,o){var i=e.memoizedState;i===null?e.memoizedState={isBackwards:t,rendering:null,renderingStartTime:0,last:r,tail:n,tailMode:o}:(i.isBackwards=t,i.rendering=null,i.renderingStartTime=0,i.last=r,i.tail=n,i.tailMode=o)}function VT(e,t,n){var r=t.pendingProps,o=r.revealOrder,i=r.tail;if(jn(e,t,r.children,n),r=_t.current,r&2)r=r&1|2,t.flags|=128;else{if(e!==null&&e.flags&128)e:for(e=t.child;e!==null;){if(e.tag===13)e.memoizedState!==null&&rC(e,n,t);else if(e.tag===19)rC(e,n,t);else if(e.child!==null){e.child.return=e,e=e.child;continue}if(e===t)break e;for(;e.sibling===null;){if(e.return===null||e.return===t)break e;e=e.return}e.sibling.return=e.return,e=e.sibling}r&=1}if(mt(_t,r),!(t.mode&1))t.memoizedState=null;else switch(o){case"forwards":for(n=t.child,o=null;n!==null;)e=n.alternate,e!==null&&c0(e)===null&&(o=n),n=n.sibling;n=o,n===null?(o=t.child,t.child=null):(o=n.sibling,n.sibling=null),Jg(t,!1,o,n,i);break;case"backwards":for(n=null,o=t.child,t.child=null;o!==null;){if(e=o.alternate,e!==null&&c0(e)===null){t.child=o;break}e=o.sibling,o.sibling=n,n=o,o=e}Jg(t,!0,n,null,i);break;case"together":Jg(t,!1,null,null,void 0);break;default:t.memoizedState=null}return t.child}function Wp(e,t){!(t.mode&1)&&e!==null&&(e.alternate=null,t.alternate=null,t.flags|=2)}function Ei(e,t,n){if(e!==null&&(t.dependencies=e.dependencies),ds|=t.lanes,!(n&t.childLanes))return null;if(e!==null&&t.child!==e.child)throw Error(ae(153));if(t.child!==null){for(e=t.child,n=da(e,e.pendingProps),t.child=n,n.return=t;e.sibling!==null;)e=e.sibling,n=n.sibling=da(e,e.pendingProps),n.return=t;n.sibling=null}return t.child}function aH(e,t,n){switch(t.tag){case 3:jT(t),Pu();break;case 5:yT(t);break;case 1:ir(t.type)&&o0(t);break;case 4:b2(t,t.stateNode.containerInfo);break;case 10:var r=t.type._context,o=t.memoizedProps.value;mt(s0,r._currentValue),r._currentValue=o;break;case 13:if(r=t.memoizedState,r!==null)return r.dehydrated!==null?(mt(_t,_t.current&1),t.flags|=128,null):n&t.child.childLanes?WT(e,t,n):(mt(_t,_t.current&1),e=Ei(e,t,n),e!==null?e.sibling:null);mt(_t,_t.current&1);break;case 19:if(r=(n&t.childLanes)!==0,e.flags&128){if(r)return VT(e,t,n);t.flags|=128}if(o=t.memoizedState,o!==null&&(o.rendering=null,o.tail=null,o.lastEffect=null),mt(_t,_t.current),r)break;return null;case 22:case 23:return t.lanes=0,HT(e,t,n)}return Ei(e,t,n)}var GT,$3,YT,qT;GT=function(e,t){for(var n=t.child;n!==null;){if(n.tag===5||n.tag===6)e.appendChild(n.stateNode);else if(n.tag!==4&&n.child!==null){n.child.return=n,n=n.child;continue}if(n===t)break;for(;n.sibling===null;){if(n.return===null||n.return===t)return;n=n.return}n.sibling.return=n.return,n=n.sibling}};$3=function(){};YT=function(e,t,n,r){var o=e.memoizedProps;if(o!==r){e=t.stateNode,is(Oo.current);var i=null;switch(n){case"input":o=s3(e,o),r=s3(e,r),i=[];break;case"select":o=It({},o,{value:void 0}),r=It({},r,{value:void 0}),i=[];break;case"textarea":o=c3(e,o),r=c3(e,r),i=[];break;default:typeof o.onClick!="function"&&typeof r.onClick=="function"&&(e.onclick=n0)}f3(n,r);var s;n=null;for(d in o)if(!r.hasOwnProperty(d)&&o.hasOwnProperty(d)&&o[d]!=null)if(d==="style"){var l=o[d];for(s in l)l.hasOwnProperty(s)&&(n||(n={}),n[s]="")}else d!=="dangerouslySetInnerHTML"&&d!=="children"&&d!=="suppressContentEditableWarning"&&d!=="suppressHydrationWarning"&&d!=="autoFocus"&&(_c.hasOwnProperty(d)?i||(i=[]):(i=i||[]).push(d,null));for(d in r){var c=r[d];if(l=o?.[d],r.hasOwnProperty(d)&&c!==l&&(c!=null||l!=null))if(d==="style")if(l){for(s in l)!l.hasOwnProperty(s)||c&&c.hasOwnProperty(s)||(n||(n={}),n[s]="");for(s in c)c.hasOwnProperty(s)&&l[s]!==c[s]&&(n||(n={}),n[s]=c[s])}else n||(i||(i=[]),i.push(d,n)),n=c;else d==="dangerouslySetInnerHTML"?(c=c?c.__html:void 0,l=l?l.__html:void 0,c!=null&&l!==c&&(i=i||[]).push(d,c)):d==="children"?typeof c!="string"&&typeof c!="number"||(i=i||[]).push(d,""+c):d!=="suppressContentEditableWarning"&&d!=="suppressHydrationWarning"&&(_c.hasOwnProperty(d)?(c!=null&&d==="onScroll"&&Et("scroll",e),i||l===c||(i=[])):(i=i||[]).push(d,c))}n&&(i=i||[]).push("style",n);var d=i;(t.updateQueue=d)&&(t.flags|=4)}};qT=function(e,t,n,r){n!==r&&(t.flags|=4)};function fc(e,t){if(!wt)switch(e.tailMode){case"hidden":t=e.tail;for(var n=null;t!==null;)t.alternate!==null&&(n=t),t=t.sibling;n===null?e.tail=null:n.sibling=null;break;case"collapsed":n=e.tail;for(var r=null;n!==null;)n.alternate!==null&&(r=n),n=n.sibling;r===null?t||e.tail===null?e.tail=null:e.tail.sibling=null:r.sibling=null}}function An(e){var t=e.alternate!==null&&e.alternate.child===e.child,n=0,r=0;if(t)for(var o=e.child;o!==null;)n|=o.lanes|o.childLanes,r|=o.subtreeFlags&14680064,r|=o.flags&14680064,o.return=e,o=o.sibling;else for(o=e.child;o!==null;)n|=o.lanes|o.childLanes,r|=o.subtreeFlags,r|=o.flags,o.return=e,o=o.sibling;return e.subtreeFlags|=r,e.childLanes=n,t}function sH(e,t,n){var r=t.pendingProps;switch(d2(t),t.tag){case 2:case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return An(t),null;case 1:return ir(t.type)&&r0(),An(t),null;case 3:return r=t.stateNode,$u(),Dt(or),Dt(Sn),D2(),r.pendingContext&&(r.context=r.pendingContext,r.pendingContext=null),(e===null||e.child===null)&&(Rp(t)?t.flags|=4:e===null||e.memoizedState.isDehydrated&&!(t.flags&256)||(t.flags|=1024,po!==null&&(Y3(po),po=null))),$3(e,t),An(t),null;case 5:E2(t);var o=is(zc.current);if(n=t.type,e!==null&&t.stateNode!=null)YT(e,t,n,r,o),e.ref!==t.ref&&(t.flags|=512,t.flags|=2097152);else{if(!r){if(t.stateNode===null)throw Error(ae(166));return An(t),null}if(e=is(Oo.current),Rp(t)){r=t.stateNode,n=t.type;var i=t.memoizedProps;switch(r[Ro]=t,r[Bc]=i,e=(t.mode&1)!==0,n){case"dialog":Et("cancel",r),Et("close",r);break;case"iframe":case"object":case"embed":Et("load",r);break;case"video":case"audio":for(o=0;o<bc.length;o++)Et(bc[o],r);break;case"source":Et("error",r);break;case"img":case"image":case"link":Et("error",r),Et("load",r);break;case"details":Et("toggle",r);break;case"input":dk(r,i),Et("invalid",r);break;case"select":r._wrapperState={wasMultiple:!!i.multiple},Et("invalid",r);break;case"textarea":pk(r,i),Et("invalid",r)}f3(n,i),o=null;for(var s in i)if(i.hasOwnProperty(s)){var l=i[s];s==="children"?typeof l=="string"?r.textContent!==l&&(i.suppressHydrationWarning!==!0&&Lp(r.textContent,l,e),o=["children",l]):typeof l=="number"&&r.textContent!==""+l&&(i.suppressHydrationWarning!==!0&&Lp(r.textContent,l,e),o=["children",""+l]):_c.hasOwnProperty(s)&&l!=null&&s==="onScroll"&&Et("scroll",r)}switch(n){case"input":Dp(r),fk(r,i,!0);break;case"textarea":Dp(r),hk(r);break;case"select":case"option":break;default:typeof i.onClick=="function"&&(r.onclick=n0)}r=o,t.updateQueue=r,r!==null&&(t.flags|=4)}else{s=o.nodeType===9?o:o.ownerDocument,e==="http://www.w3.org/1999/xhtml"&&(e=vC(n)),e==="http://www.w3.org/1999/xhtml"?n==="script"?(e=s.createElement("div"),e.innerHTML="<script><\/script>",e=e.removeChild(e.firstChild)):typeof r.is=="string"?e=s.createElement(n,{is:r.is}):(e=s.createElement(n),n==="select"&&(s=e,r.multiple?s.multiple=!0:r.size&&(s.size=r.size))):e=s.createElementNS(e,n),e[Ro]=t,e[Bc]=r,GT(e,t,!1,!1),t.stateNode=e;e:{switch(s=p3(n,r),n){case"dialog":Et("cancel",e),Et("close",e),o=r;break;case"iframe":case"object":case"embed":Et("load",e),o=r;break;case"video":case"audio":for(o=0;o<bc.length;o++)Et(bc[o],e);o=r;break;case"source":Et("error",e),o=r;break;case"img":case"image":case"link":Et("error",e),Et("load",e),o=r;break;case"details":Et("toggle",e),o=r;break;case"input":dk(e,r),o=s3(e,r),Et("invalid",e);break;case"option":o=r;break;case"select":e._wrapperState={wasMultiple:!!r.multiple},o=It({},r,{value:void 0}),Et("invalid",e);break;case"textarea":pk(e,r),o=c3(e,r),Et("invalid",e);break;default:o=r}f3(n,o),l=o;for(i in l)if(l.hasOwnProperty(i)){var c=l[i];i==="style"?CC(e,c):i==="dangerouslySetInnerHTML"?(c=c?c.__html:void 0,c!=null&&wC(e,c)):i==="children"?typeof c=="string"?(n!=="textarea"||c!=="")&&Sc(e,c):typeof c=="number"&&Sc(e,""+c):i!=="suppressContentEditableWarning"&&i!=="suppressHydrationWarning"&&i!=="autoFocus"&&(_c.hasOwnProperty(i)?c!=null&&i==="onScroll"&&Et("scroll",e):c!=null&&K3(e,i,c,s))}switch(n){case"input":Dp(e),fk(e,r,!1);break;case"textarea":Dp(e),hk(e);break;case"option":r.value!=null&&e.setAttribute("value",""+fa(r.value));break;case"select":e.multiple=!!r.multiple,i=r.value,i!=null?Su(e,!!r.multiple,i,!1):r.defaultValue!=null&&Su(e,!!r.multiple,r.defaultValue,!0);break;default:typeof o.onClick=="function"&&(e.onclick=n0)}switch(n){case"button":case"input":case"select":case"textarea":r=!!r.autoFocus;break e;case"img":r=!0;break e;default:r=!1}}r&&(t.flags|=4)}t.ref!==null&&(t.flags|=512,t.flags|=2097152)}return An(t),null;case 6:if(e&&t.stateNode!=null)qT(e,t,e.memoizedProps,r);else{if(typeof r!="string"&&t.stateNode===null)throw Error(ae(166));if(n=is(zc.current),is(Oo.current),Rp(t)){if(r=t.stateNode,n=t.memoizedProps,r[Ro]=t,(i=r.nodeValue!==n)&&(e=vr,e!==null))switch(e.tag){case 3:Lp(r.nodeValue,n,(e.mode&1)!==0);break;case 5:e.memoizedProps.suppressHydrationWarning!==!0&&Lp(r.nodeValue,n,(e.mode&1)!==0)}i&&(t.flags|=4)}else r=(n.nodeType===9?n:n.ownerDocument).createTextNode(r),r[Ro]=t,t.stateNode=r}return An(t),null;case 13:if(Dt(_t),r=t.memoizedState,e===null||e.memoizedState!==null&&e.memoizedState.dehydrated!==null){if(wt&&xr!==null&&t.mode&1&&!(t.flags&128))fT(),Pu(),t.flags|=98560,i=!1;else if(i=Rp(t),r!==null&&r.dehydrated!==null){if(e===null){if(!i)throw Error(ae(318));if(i=t.memoizedState,i=i!==null?i.dehydrated:null,!i)throw Error(ae(317));i[Ro]=t}else Pu(),!(t.flags&128)&&(t.memoizedState=null),t.flags|=4;An(t),i=!1}else po!==null&&(Y3(po),po=null),i=!0;if(!i)return t.flags&65536?t:null}return t.flags&128?(t.lanes=n,t):(r=r!==null,r!==(e!==null&&e.memoizedState!==null)&&r&&(t.child.flags|=8192,t.mode&1&&(e===null||_t.current&1?Jt===0&&(Jt=3):L2())),t.updateQueue!==null&&(t.flags|=4),An(t),null);case 4:return $u(),$3(e,t),e===null&&Mc(t.stateNode.containerInfo),An(t),null;case 10:return m2(t.type._context),An(t),null;case 17:return ir(t.type)&&r0(),An(t),null;case 19:if(Dt(_t),i=t.memoizedState,i===null)return An(t),null;if(r=(t.flags&128)!==0,s=i.rendering,s===null)if(r)fc(i,!1);else{if(Jt!==0||e!==null&&e.flags&128)for(e=t.child;e!==null;){if(s=c0(e),s!==null){for(t.flags|=128,fc(i,!1),r=s.updateQueue,r!==null&&(t.updateQueue=r,t.flags|=4),t.subtreeFlags=0,r=n,n=t.child;n!==null;)i=n,e=r,i.flags&=14680066,s=i.alternate,s===null?(i.childLanes=0,i.lanes=e,i.child=null,i.subtreeFlags=0,i.memoizedProps=null,i.memoizedState=null,i.updateQueue=null,i.dependencies=null,i.stateNode=null):(i.childLanes=s.childLanes,i.lanes=s.lanes,i.child=s.child,i.subtreeFlags=0,i.deletions=null,i.memoizedProps=s.memoizedProps,i.memoizedState=s.memoizedState,i.updateQueue=s.updateQueue,i.type=s.type,e=s.dependencies,i.dependencies=e===null?null:{lanes:e.lanes,firstContext:e.firstContext}),n=n.sibling;return mt(_t,_t.current&1|2),t.child}e=e.sibling}i.tail!==null&&$t()>Hu&&(t.flags|=128,r=!0,fc(i,!1),t.lanes=4194304)}else{if(!r)if(e=c0(s),e!==null){if(t.flags|=128,r=!0,n=e.updateQueue,n!==null&&(t.updateQueue=n,t.flags|=4),fc(i,!0),i.tail===null&&i.tailMode==="hidden"&&!s.alternate&&!wt)return An(t),null}else 2*$t()-i.renderingStartTime>Hu&&n!==1073741824&&(t.flags|=128,r=!0,fc(i,!1),t.lanes=4194304);i.isBackwards?(s.sibling=t.child,t.child=s):(n=i.last,n!==null?n.sibling=s:t.child=s,i.last=s)}return i.tail!==null?(t=i.tail,i.rendering=t,i.tail=t.sibling,i.renderingStartTime=$t(),t.sibling=null,n=_t.current,mt(_t,r?n&1|2:n&1),t):(An(t),null);case 22:case 23:return F2(),r=t.memoizedState!==null,e!==null&&e.memoizedState!==null!==r&&(t.flags|=8192),r&&t.mode&1?Dr&1073741824&&(An(t),t.subtreeFlags&6&&(t.flags|=8192)):An(t),null;case 24:return null;case 25:return null}throw Error(ae(156,t.tag))}function uH(e,t){switch(d2(t),t.tag){case 1:return ir(t.type)&&r0(),e=t.flags,e&65536?(t.flags=e&-65537|128,t):null;case 3:return $u(),Dt(or),Dt(Sn),D2(),e=t.flags,e&65536&&!(e&128)?(t.flags=e&-65537|128,t):null;case 5:return E2(t),null;case 13:if(Dt(_t),e=t.memoizedState,e!==null&&e.dehydrated!==null){if(t.alternate===null)throw Error(ae(340));Pu()}return e=t.flags,e&65536?(t.flags=e&-65537|128,t):null;case 19:return Dt(_t),null;case 4:return $u(),null;case 10:return m2(t.type._context),null;case 22:case 23:return F2(),null;case 24:return null;default:return null}}var Mp=!1,_n=!1,lH=typeof WeakSet=="function"?WeakSet:Set,ve=null;function Au(e,t){var n=e.ref;if(n!==null)if(typeof n=="function")try{n(null)}catch(r){Lt(e,t,r)}else n.current=null}function z3(e,t,n){try{n()}catch(r){Lt(e,t,r)}}var oC=!1;function cH(e,t){if(w3=Jp,e=JC(),l2(e)){if("selectionStart"in e)var n={start:e.selectionStart,end:e.selectionEnd};else e:{n=(n=e.ownerDocument)&&n.defaultView||window;var r=n.getSelection&&n.getSelection();if(r&&r.rangeCount!==0){n=r.anchorNode;var o=r.anchorOffset,i=r.focusNode;r=r.focusOffset;try{n.nodeType,i.nodeType}catch{n=null;break e}var s=0,l=-1,c=-1,d=0,h=0,g=e,E=null;t:for(;;){for(var y;g!==n||o!==0&&g.nodeType!==3||(l=s+o),g!==i||r!==0&&g.nodeType!==3||(c=s+r),g.nodeType===3&&(s+=g.nodeValue.length),(y=g.firstChild)!==null;)E=g,g=y;for(;;){if(g===e)break t;if(E===n&&++d===o&&(l=s),E===i&&++h===r&&(c=s),(y=g.nextSibling)!==null)break;g=E,E=g.parentNode}g=y}n=l===-1||c===-1?null:{start:l,end:c}}else n=null}n=n||{start:0,end:0}}else n=null;for(k3={focusedElem:e,selectionRange:n},Jp=!1,ve=t;ve!==null;)if(t=ve,e=t.child,(t.subtreeFlags&1028)!==0&&e!==null)e.return=t,ve=e;else for(;ve!==null;){t=ve;try{var D=t.alternate;if(t.flags&1024)switch(t.tag){case 0:case 11:case 15:break;case 1:if(D!==null){var w=D.memoizedProps,A=D.memoizedState,x=t.stateNode,v=x.getSnapshotBeforeUpdate(t.elementType===t.type?w:co(t.type,w),A);x.__reactInternalSnapshotBeforeUpdate=v}break;case 3:var k=t.stateNode.containerInfo;k.nodeType===1?k.textContent="":k.nodeType===9&&k.documentElement&&k.removeChild(k.documentElement);break;case 5:case 6:case 4:case 17:break;default:throw Error(ae(163))}}catch(L){Lt(t,t.return,L)}if(e=t.sibling,e!==null){e.return=t.return,ve=e;break}ve=t.return}return D=oC,oC=!1,D}function Cc(e,t,n){var r=t.updateQueue;if(r=r!==null?r.lastEffect:null,r!==null){var o=r=r.next;do{if((o.tag&e)===e){var i=o.destroy;o.destroy=void 0,i!==void 0&&z3(t,n,i)}o=o.next}while(o!==r)}}function T0(e,t){if(t=t.updateQueue,t=t!==null?t.lastEffect:null,t!==null){var n=t=t.next;do{if((n.tag&e)===e){var r=n.create;n.destroy=r()}n=n.next}while(n!==t)}}function H3(e){var t=e.ref;if(t!==null){var n=e.stateNode;switch(e.tag){case 5:e=n;break;default:e=n}typeof t=="function"?t(e):t.current=e}}function XT(e){var t=e.alternate;t!==null&&(e.alternate=null,XT(t)),e.child=null,e.deletions=null,e.sibling=null,e.tag===5&&(t=e.stateNode,t!==null&&(delete t[Ro],delete t[Bc],delete t[A3],delete t[Gz],delete t[Yz])),e.stateNode=null,e.return=null,e.dependencies=null,e.memoizedProps=null,e.memoizedState=null,e.pendingProps=null,e.stateNode=null,e.updateQueue=null}function KT(e){return e.tag===5||e.tag===3||e.tag===4}function iC(e){e:for(;;){for(;e.sibling===null;){if(e.return===null||KT(e.return))return null;e=e.return}for(e.sibling.return=e.return,e=e.sibling;e.tag!==5&&e.tag!==6&&e.tag!==18;){if(e.flags&2||e.child===null||e.tag===4)continue e;e.child.return=e,e=e.child}if(!(e.flags&2))return e.stateNode}}function U3(e,t,n){var r=e.tag;if(r===5||r===6)e=e.stateNode,t?n.nodeType===8?n.parentNode.insertBefore(e,t):n.insertBefore(e,t):(n.nodeType===8?(t=n.parentNode,t.insertBefore(e,n)):(t=n,t.appendChild(e)),n=n._reactRootContainer,n!=null||t.onclick!==null||(t.onclick=n0));else if(r!==4&&(e=e.child,e!==null))for(U3(e,t,n),e=e.sibling;e!==null;)U3(e,t,n),e=e.sibling}function j3(e,t,n){var r=e.tag;if(r===5||r===6)e=e.stateNode,t?n.insertBefore(e,t):n.appendChild(e);else if(r!==4&&(e=e.child,e!==null))for(j3(e,t,n),e=e.sibling;e!==null;)j3(e,t,n),e=e.sibling}var bn=null,fo=!1;function Qi(e,t,n){for(n=n.child;n!==null;)QT(e,t,n),n=n.sibling}function QT(e,t,n){if(No&&typeof No.onCommitFiberUnmount=="function")try{No.onCommitFiberUnmount(b0,n)}catch{}switch(n.tag){case 5:_n||Au(n,t);case 6:var r=bn,o=fo;bn=null,Qi(e,t,n),bn=r,fo=o,bn!==null&&(fo?(e=bn,n=n.stateNode,e.nodeType===8?e.parentNode.removeChild(n):e.removeChild(n)):bn.removeChild(n.stateNode));break;case 18:bn!==null&&(fo?(e=bn,n=n.stateNode,e.nodeType===8?Gg(e.parentNode,n):e.nodeType===1&&Gg(e,n),Rc(e)):Gg(bn,n.stateNode));break;case 4:r=bn,o=fo,bn=n.stateNode.containerInfo,fo=!0,Qi(e,t,n),bn=r,fo=o;break;case 0:case 11:case 14:case 15:if(!_n&&(r=n.updateQueue,r!==null&&(r=r.lastEffect,r!==null))){o=r=r.next;do{var i=o,s=i.destroy;i=i.tag,s!==void 0&&(i&2||i&4)&&z3(n,t,s),o=o.next}while(o!==r)}Qi(e,t,n);break;case 1:if(!_n&&(Au(n,t),r=n.stateNode,typeof r.componentWillUnmount=="function"))try{r.props=n.memoizedProps,r.state=n.memoizedState,r.componentWillUnmount()}catch(l){Lt(n,t,l)}Qi(e,t,n);break;case 21:Qi(e,t,n);break;case 22:n.mode&1?(_n=(r=_n)||n.memoizedState!==null,Qi(e,t,n),_n=r):Qi(e,t,n);break;default:Qi(e,t,n)}}function aC(e){var t=e.updateQueue;if(t!==null){e.updateQueue=null;var n=e.stateNode;n===null&&(n=e.stateNode=new lH),t.forEach(function(r){var o=EH.bind(null,e,r);n.has(r)||(n.add(r),r.then(o,o))})}}function lo(e,t){var n=t.deletions;if(n!==null)for(var r=0;r<n.length;r++){var o=n[r];try{var i=e,s=t,l=s;e:for(;l!==null;){switch(l.tag){case 5:bn=l.stateNode,fo=!1;break e;case 3:bn=l.stateNode.containerInfo,fo=!0;break e;case 4:bn=l.stateNode.containerInfo,fo=!0;break e}l=l.return}if(bn===null)throw Error(ae(160));QT(i,s,o),bn=null,fo=!1;var c=o.alternate;c!==null&&(c.return=null),o.return=null}catch(d){Lt(o,t,d)}}if(t.subtreeFlags&12854)for(t=t.child;t!==null;)ZT(t,e),t=t.sibling}function ZT(e,t){var n=e.alternate,r=e.flags;switch(e.tag){case 0:case 11:case 14:case 15:if(lo(t,e),Fo(e),r&4){try{Cc(3,e,e.return),T0(3,e)}catch(w){Lt(e,e.return,w)}try{Cc(5,e,e.return)}catch(w){Lt(e,e.return,w)}}break;case 1:lo(t,e),Fo(e),r&512&&n!==null&&Au(n,n.return);break;case 5:if(lo(t,e),Fo(e),r&512&&n!==null&&Au(n,n.return),e.flags&32){var o=e.stateNode;try{Sc(o,"")}catch(w){Lt(e,e.return,w)}}if(r&4&&(o=e.stateNode,o!=null)){var i=e.memoizedProps,s=n!==null?n.memoizedProps:i,l=e.type,c=e.updateQueue;if(e.updateQueue=null,c!==null)try{l==="input"&&i.type==="radio"&&i.name!=null&&DC(o,i),p3(l,s);var d=p3(l,i);for(s=0;s<c.length;s+=2){var h=c[s],g=c[s+1];h==="style"?CC(o,g):h==="dangerouslySetInnerHTML"?wC(o,g):h==="children"?Sc(o,g):K3(o,h,g,d)}switch(l){case"input":u3(o,i);break;case"textarea":xC(o,i);break;case"select":var E=o._wrapperState.wasMultiple;o._wrapperState.wasMultiple=!!i.multiple;var y=i.value;y!=null?Su(o,!!i.multiple,y,!1):E!==!!i.multiple&&(i.defaultValue!=null?Su(o,!!i.multiple,i.defaultValue,!0):Su(o,!!i.multiple,i.multiple?[]:"",!1))}o[Bc]=i}catch(w){Lt(e,e.return,w)}}break;case 6:if(lo(t,e),Fo(e),r&4){if(e.stateNode===null)throw Error(ae(162));o=e.stateNode,i=e.memoizedProps;try{o.nodeValue=i}catch(w){Lt(e,e.return,w)}}break;case 3:if(lo(t,e),Fo(e),r&4&&n!==null&&n.memoizedState.isDehydrated)try{Rc(t.containerInfo)}catch(w){Lt(e,e.return,w)}break;case 4:lo(t,e),Fo(e);break;case 13:lo(t,e),Fo(e),o=e.child,o.flags&8192&&(i=o.memoizedState!==null,o.stateNode.isHidden=i,!i||o.alternate!==null&&o.alternate.memoizedState!==null||(S2=$t())),r&4&&aC(e);break;case 22:if(h=n!==null&&n.memoizedState!==null,e.mode&1?(_n=(d=_n)||h,lo(t,e),_n=d):lo(t,e),Fo(e),r&8192){if(d=e.memoizedState!==null,(e.stateNode.isHidden=d)&&!h&&e.mode&1)for(ve=e,h=e.child;h!==null;){for(g=ve=h;ve!==null;){switch(E=ve,y=E.child,E.tag){case 0:case 11:case 14:case 15:Cc(4,E,E.return);break;case 1:Au(E,E.return);var D=E.stateNode;if(typeof D.componentWillUnmount=="function"){r=E,n=E.return;try{t=r,D.props=t.memoizedProps,D.state=t.memoizedState,D.componentWillUnmount()}catch(w){Lt(r,n,w)}}break;case 5:Au(E,E.return);break;case 22:if(E.memoizedState!==null){uC(g);continue}}y!==null?(y.return=E,ve=y):uC(g)}h=h.sibling}e:for(h=null,g=e;;){if(g.tag===5){if(h===null){h=g;try{o=g.stateNode,d?(i=o.style,typeof i.setProperty=="function"?i.setProperty("display","none","important"):i.display="none"):(l=g.stateNode,c=g.memoizedProps.style,s=c!=null&&c.hasOwnProperty("display")?c.display:null,l.style.display=kC("display",s))}catch(w){Lt(e,e.return,w)}}}else if(g.tag===6){if(h===null)try{g.stateNode.nodeValue=d?"":g.memoizedProps}catch(w){Lt(e,e.return,w)}}else if((g.tag!==22&&g.tag!==23||g.memoizedState===null||g===e)&&g.child!==null){g.child.return=g,g=g.child;continue}if(g===e)break e;for(;g.sibling===null;){if(g.return===null||g.return===e)break e;h===g&&(h=null),g=g.return}h===g&&(h=null),g.sibling.return=g.return,g=g.sibling}}break;case 19:lo(t,e),Fo(e),r&4&&aC(e);break;case 21:break;default:lo(t,e),Fo(e)}}function Fo(e){var t=e.flags;if(t&2){try{e:{for(var n=e.return;n!==null;){if(KT(n)){var r=n;break e}n=n.return}throw Error(ae(160))}switch(r.tag){case 5:var o=r.stateNode;r.flags&32&&(Sc(o,""),r.flags&=-33);var i=iC(e);j3(e,i,o);break;case 3:case 4:var s=r.stateNode.containerInfo,l=iC(e);U3(e,l,s);break;default:throw Error(ae(161))}}catch(c){Lt(e,e.return,c)}e.flags&=-3}t&4096&&(e.flags&=-4097)}function dH(e,t,n){ve=e,JT(e,t,n)}function JT(e,t,n){for(var r=(e.mode&1)!==0;ve!==null;){var o=ve,i=o.child;if(o.tag===22&&r){var s=o.memoizedState!==null||Mp;if(!s){var l=o.alternate,c=l!==null&&l.memoizedState!==null||_n;l=Mp;var d=_n;if(Mp=s,(_n=c)&&!d)for(ve=o;ve!==null;)s=ve,c=s.child,s.tag===22&&s.memoizedState!==null?lC(o):c!==null?(c.return=s,ve=c):lC(o);for(;i!==null;)ve=i,JT(i,t,n),i=i.sibling;ve=o,Mp=l,_n=d}sC(e,t,n)}else o.subtreeFlags&8772&&i!==null?(i.return=o,ve=i):sC(e,t,n)}}function sC(e){for(;ve!==null;){var t=ve;if(t.flags&8772){var n=t.alternate;try{if(t.flags&8772)switch(t.tag){case 0:case 11:case 15:_n||T0(5,t);break;case 1:var r=t.stateNode;if(t.flags&4&&!_n)if(n===null)r.componentDidMount();else{var o=t.elementType===t.type?n.memoizedProps:co(t.type,n.memoizedProps);r.componentDidUpdate(o,n.memoizedState,r.__reactInternalSnapshotBeforeUpdate)}var i=t.updateQueue;i!==null&&Vk(t,i,r);break;case 3:var s=t.updateQueue;if(s!==null){if(n=null,t.child!==null)switch(t.child.tag){case 5:n=t.child.stateNode;break;case 1:n=t.child.stateNode}Vk(t,s,n)}break;case 5:var l=t.stateNode;if(n===null&&t.flags&4){n=l;var c=t.memoizedProps;switch(t.type){case"button":case"input":case"select":case"textarea":c.autoFocus&&n.focus();break;case"img":c.src&&(n.src=c.src)}}break;case 6:break;case 4:break;case 12:break;case 13:if(t.memoizedState===null){var d=t.alternate;if(d!==null){var h=d.memoizedState;if(h!==null){var g=h.dehydrated;g!==null&&Rc(g)}}}break;case 19:case 17:case 21:case 22:case 23:case 25:break;default:throw Error(ae(163))}_n||t.flags&512&&H3(t)}catch(E){Lt(t,t.return,E)}}if(t===e){ve=null;break}if(n=t.sibling,n!==null){n.return=t.return,ve=n;break}ve=t.return}}function uC(e){for(;ve!==null;){var t=ve;if(t===e){ve=null;break}var n=t.sibling;if(n!==null){n.return=t.return,ve=n;break}ve=t.return}}function lC(e){for(;ve!==null;){var t=ve;try{switch(t.tag){case 0:case 11:case 15:var n=t.return;try{T0(4,t)}catch(c){Lt(t,n,c)}break;case 1:var r=t.stateNode;if(typeof r.componentDidMount=="function"){var o=t.return;try{r.componentDidMount()}catch(c){Lt(t,o,c)}}var i=t.return;try{H3(t)}catch(c){Lt(t,i,c)}break;case 5:var s=t.return;try{H3(t)}catch(c){Lt(t,s,c)}}}catch(c){Lt(t,t.return,c)}if(t===e){ve=null;break}var l=t.sibling;if(l!==null){l.return=t.return,ve=l;break}ve=t.return}}var fH=Math.ceil,p0=Di.ReactCurrentDispatcher,A2=Di.ReactCurrentOwner,jr=Di.ReactCurrentBatchConfig,Je=0,ln=null,Wt=null,En=0,Dr=0,_u=ma(0),Jt=0,Wc=null,ds=0,A0=0,_2=0,Tc=null,nr=null,S2=0,Hu=1/0,di=null,h0=!1,W3=null,la=null,Pp=!1,ra=null,m0=0,Ac=0,V3=null,Vp=-1,Gp=0;function Wn(){return Je&6?$t():Vp!==-1?Vp:Vp=$t()}function ca(e){return e.mode&1?Je&2&&En!==0?En&-En:Xz.transition!==null?(Gp===0&&(Gp=PC()),Gp):(e=at,e!==0||(e=window.event,e=e===void 0?16:WC(e.type)),e):1}function mo(e,t,n,r){if(50<Ac)throw Ac=0,V3=null,Error(ae(185));Vc(e,n,r),(!(Je&2)||e!==ln)&&(e===ln&&(!(Je&2)&&(A0|=n),Jt===4&&ta(e,En)),ar(e,r),n===1&&Je===0&&!(t.mode&1)&&(Hu=$t()+500,w0&&ga()))}function ar(e,t){var n=e.callbackNode;Q$(e,t);var r=Zp(e,e===ln?En:0);if(r===0)n!==null&&yk(n),e.callbackNode=null,e.callbackPriority=0;else if(t=r&-r,e.callbackPriority!==t){if(n!=null&&yk(n),t===1)e.tag===0?qz(cC.bind(null,e)):lT(cC.bind(null,e)),Wz(function(){!(Je&6)&&ga()}),n=null;else{switch(BC(r)){case 1:n=t2;break;case 4:n=OC;break;case 16:n=Qp;break;case 536870912:n=MC;break;default:n=Qp}n=s5(n,e5.bind(null,e))}e.callbackPriority=t,e.callbackNode=n}}function e5(e,t){if(Vp=-1,Gp=0,Je&6)throw Error(ae(327));var n=e.callbackNode;if(Nu()&&e.callbackNode!==n)return null;var r=Zp(e,e===ln?En:0);if(r===0)return null;if(r&30||r&e.expiredLanes||t)t=g0(e,r);else{t=r;var o=Je;Je|=2;var i=n5();(ln!==e||En!==t)&&(di=null,Hu=$t()+500,as(e,t));do try{mH();break}catch(l){t5(e,l)}while(!0);h2(),p0.current=i,Je=o,Wt!==null?t=0:(ln=null,En=0,t=Jt)}if(t!==0){if(t===2&&(o=b3(e),o!==0&&(r=o,t=G3(e,o))),t===1)throw n=Wc,as(e,0),ta(e,r),ar(e,$t()),n;if(t===6)ta(e,r);else{if(o=e.current.alternate,!(r&30)&&!pH(o)&&(t=g0(e,r),t===2&&(i=b3(e),i!==0&&(r=i,t=G3(e,i))),t===1))throw n=Wc,as(e,0),ta(e,r),ar(e,$t()),n;switch(e.finishedWork=o,e.finishedLanes=r,t){case 0:case 1:throw Error(ae(345));case 2:ns(e,nr,di);break;case 3:if(ta(e,r),(r&130023424)===r&&(t=S2+500-$t(),10<t)){if(Zp(e,0)!==0)break;if(o=e.suspendedLanes,(o&r)!==r){Wn(),e.pingedLanes|=e.suspendedLanes&o;break}e.timeoutHandle=T3(ns.bind(null,e,nr,di),t);break}ns(e,nr,di);break;case 4:if(ta(e,r),(r&4194240)===r)break;for(t=e.eventTimes,o=-1;0<r;){var s=31-ho(r);i=1<<s,s=t[s],s>o&&(o=s),r&=~i}if(r=o,r=$t()-r,r=(120>r?120:480>r?480:1080>r?1080:1920>r?1920:3e3>r?3e3:4320>r?4320:1960*fH(r/1960))-r,10<r){e.timeoutHandle=T3(ns.bind(null,e,nr,di),r);break}ns(e,nr,di);break;case 5:ns(e,nr,di);break;default:throw Error(ae(329))}}}return ar(e,$t()),e.callbackNode===n?e5.bind(null,e):null}function G3(e,t){var n=Tc;return e.current.memoizedState.isDehydrated&&(as(e,t).flags|=256),e=g0(e,t),e!==2&&(t=nr,nr=n,t!==null&&Y3(t)),e}function Y3(e){nr===null?nr=e:nr.push.apply(nr,e)}function pH(e){for(var t=e;;){if(t.flags&16384){var n=t.updateQueue;if(n!==null&&(n=n.stores,n!==null))for(var r=0;r<n.length;r++){var o=n[r],i=o.getSnapshot;o=o.value;try{if(!go(i(),o))return!1}catch{return!1}}}if(n=t.child,t.subtreeFlags&16384&&n!==null)n.return=t,t=n;else{if(t===e)break;for(;t.sibling===null;){if(t.return===null||t.return===e)return!0;t=t.return}t.sibling.return=t.return,t=t.sibling}}return!0}function ta(e,t){for(t&=~_2,t&=~A0,e.suspendedLanes|=t,e.pingedLanes&=~t,e=e.expirationTimes;0<t;){var n=31-ho(t),r=1<<n;e[n]=-1,t&=~r}}function cC(e){if(Je&6)throw Error(ae(327));Nu();var t=Zp(e,0);if(!(t&1))return ar(e,$t()),null;var n=g0(e,t);if(e.tag!==0&&n===2){var r=b3(e);r!==0&&(t=r,n=G3(e,r))}if(n===1)throw n=Wc,as(e,0),ta(e,t),ar(e,$t()),n;if(n===6)throw Error(ae(345));return e.finishedWork=e.current.alternate,e.finishedLanes=t,ns(e,nr,di),ar(e,$t()),null}function I2(e,t){var n=Je;Je|=1;try{return e(t)}finally{Je=n,Je===0&&(Hu=$t()+500,w0&&ga())}}function fs(e){ra!==null&&ra.tag===0&&!(Je&6)&&Nu();var t=Je;Je|=1;var n=jr.transition,r=at;try{if(jr.transition=null,at=1,e)return e()}finally{at=r,jr.transition=n,Je=t,!(Je&6)&&ga()}}function F2(){Dr=_u.current,Dt(_u)}function as(e,t){e.finishedWork=null,e.finishedLanes=0;var n=e.timeoutHandle;if(n!==-1&&(e.timeoutHandle=-1,jz(n)),Wt!==null)for(n=Wt.return;n!==null;){var r=n;switch(d2(r),r.tag){case 1:r=r.type.childContextTypes,r!=null&&r0();break;case 3:$u(),Dt(or),Dt(Sn),D2();break;case 5:E2(r);break;case 4:$u();break;case 13:Dt(_t);break;case 19:Dt(_t);break;case 10:m2(r.type._context);break;case 22:case 23:F2()}n=n.return}if(ln=e,Wt=e=da(e.current,null),En=Dr=t,Jt=0,Wc=null,_2=A0=ds=0,nr=Tc=null,os!==null){for(t=0;t<os.length;t++)if(n=os[t],r=n.interleaved,r!==null){n.interleaved=null;var o=r.next,i=n.pending;if(i!==null){var s=i.next;i.next=o,r.next=s}n.pending=r}os=null}return e}function t5(e,t){do{var n=Wt;try{if(h2(),Up.current=f0,d0){for(var r=St.memoizedState;r!==null;){var o=r.queue;o!==null&&(o.pending=null),r=r.next}d0=!1}if(cs=0,un=Zt=St=null,kc=!1,Hc=0,A2.current=null,n===null||n.return===null){Jt=1,Wc=t,Wt=null;break}e:{var i=e,s=n.return,l=n,c=t;if(t=En,l.flags|=32768,c!==null&&typeof c=="object"&&typeof c.then=="function"){var d=c,h=l,g=h.tag;if(!(h.mode&1)&&(g===0||g===11||g===15)){var E=h.alternate;E?(h.updateQueue=E.updateQueue,h.memoizedState=E.memoizedState,h.lanes=E.lanes):(h.updateQueue=null,h.memoizedState=null)}var y=Qk(s);if(y!==null){y.flags&=-257,Zk(y,s,l,i,t),y.mode&1&&Kk(i,d,t),t=y,c=d;var D=t.updateQueue;if(D===null){var w=new Set;w.add(c),t.updateQueue=w}else D.add(c);break e}else{if(!(t&1)){Kk(i,d,t),L2();break e}c=Error(ae(426))}}else if(wt&&l.mode&1){var A=Qk(s);if(A!==null){!(A.flags&65536)&&(A.flags|=256),Zk(A,s,l,i,t),f2(zu(c,l));break e}}i=c=zu(c,l),Jt!==4&&(Jt=2),Tc===null?Tc=[i]:Tc.push(i),i=s;do{switch(i.tag){case 3:i.flags|=65536,t&=-t,i.lanes|=t;var x=BT(i,c,t);Wk(i,x);break e;case 1:l=c;var v=i.type,k=i.stateNode;if(!(i.flags&128)&&(typeof v.getDerivedStateFromError=="function"||k!==null&&typeof k.componentDidCatch=="function"&&(la===null||!la.has(k)))){i.flags|=65536,t&=-t,i.lanes|=t;var L=$T(i,l,t);Wk(i,L);break e}}i=i.return}while(i!==null)}o5(n)}catch(B){t=B,Wt===n&&n!==null&&(Wt=n=n.return);continue}break}while(!0)}function n5(){var e=p0.current;return p0.current=f0,e===null?f0:e}function L2(){(Jt===0||Jt===3||Jt===2)&&(Jt=4),ln===null||!(ds&268435455)&&!(A0&268435455)||ta(ln,En)}function g0(e,t){var n=Je;Je|=2;var r=n5();(ln!==e||En!==t)&&(di=null,as(e,t));do try{hH();break}catch(o){t5(e,o)}while(!0);if(h2(),Je=n,p0.current=r,Wt!==null)throw Error(ae(261));return ln=null,En=0,Jt}function hH(){for(;Wt!==null;)r5(Wt)}function mH(){for(;Wt!==null&&!U$();)r5(Wt)}function r5(e){var t=a5(e.alternate,e,Dr);e.memoizedProps=e.pendingProps,t===null?o5(e):Wt=t,A2.current=null}function o5(e){var t=e;do{var n=t.alternate;if(e=t.return,t.flags&32768){if(n=uH(n,t),n!==null){n.flags&=32767,Wt=n;return}if(e!==null)e.flags|=32768,e.subtreeFlags=0,e.deletions=null;else{Jt=6,Wt=null;return}}else if(n=sH(n,t,Dr),n!==null){Wt=n;return}if(t=t.sibling,t!==null){Wt=t;return}Wt=t=e}while(t!==null);Jt===0&&(Jt=5)}function ns(e,t,n){var r=at,o=jr.transition;try{jr.transition=null,at=1,gH(e,t,n,r)}finally{jr.transition=o,at=r}return null}function gH(e,t,n,r){do Nu();while(ra!==null);if(Je&6)throw Error(ae(327));n=e.finishedWork;var o=e.finishedLanes;if(n===null)return null;if(e.finishedWork=null,e.finishedLanes=0,n===e.current)throw Error(ae(177));e.callbackNode=null,e.callbackPriority=0;var i=n.lanes|n.childLanes;if(Z$(e,i),e===ln&&(Wt=ln=null,En=0),!(n.subtreeFlags&2064)&&!(n.flags&2064)||Pp||(Pp=!0,s5(Qp,function(){return Nu(),null})),i=(n.flags&15990)!==0,n.subtreeFlags&15990||i){i=jr.transition,jr.transition=null;var s=at;at=1;var l=Je;Je|=4,A2.current=null,cH(e,n),ZT(n,e),Bz(k3),Jp=!!w3,k3=w3=null,e.current=n,dH(n,e,o),j$(),Je=l,at=s,jr.transition=i}else e.current=n;if(Pp&&(Pp=!1,ra=e,m0=o),i=e.pendingLanes,i===0&&(la=null),G$(n.stateNode,r),ar(e,$t()),t!==null)for(r=e.onRecoverableError,n=0;n<t.length;n++)o=t[n],r(o.value,{componentStack:o.stack,digest:o.digest});if(h0)throw h0=!1,e=W3,W3=null,e;return m0&1&&e.tag!==0&&Nu(),i=e.pendingLanes,i&1?e===V3?Ac++:(Ac=0,V3=e):Ac=0,ga(),null}function Nu(){if(ra!==null){var e=BC(m0),t=jr.transition,n=at;try{if(jr.transition=null,at=16>e?16:e,ra===null)var r=!1;else{if(e=ra,ra=null,m0=0,Je&6)throw Error(ae(331));var o=Je;for(Je|=4,ve=e.current;ve!==null;){var i=ve,s=i.child;if(ve.flags&16){var l=i.deletions;if(l!==null){for(var c=0;c<l.length;c++){var d=l[c];for(ve=d;ve!==null;){var h=ve;switch(h.tag){case 0:case 11:case 15:Cc(8,h,i)}var g=h.child;if(g!==null)g.return=h,ve=g;else for(;ve!==null;){h=ve;var E=h.sibling,y=h.return;if(XT(h),h===d){ve=null;break}if(E!==null){E.return=y,ve=E;break}ve=y}}}var D=i.alternate;if(D!==null){var w=D.child;if(w!==null){D.child=null;do{var A=w.sibling;w.sibling=null,w=A}while(w!==null)}}ve=i}}if(i.subtreeFlags&2064&&s!==null)s.return=i,ve=s;else e:for(;ve!==null;){if(i=ve,i.flags&2048)switch(i.tag){case 0:case 11:case 15:Cc(9,i,i.return)}var x=i.sibling;if(x!==null){x.return=i.return,ve=x;break e}ve=i.return}}var v=e.current;for(ve=v;ve!==null;){s=ve;var k=s.child;if(s.subtreeFlags&2064&&k!==null)k.return=s,ve=k;else e:for(s=v;ve!==null;){if(l=ve,l.flags&2048)try{switch(l.tag){case 0:case 11:case 15:T0(9,l)}}catch(B){Lt(l,l.return,B)}if(l===s){ve=null;break e}var L=l.sibling;if(L!==null){L.return=l.return,ve=L;break e}ve=l.return}}if(Je=o,ga(),No&&typeof No.onPostCommitFiberRoot=="function")try{No.onPostCommitFiberRoot(b0,e)}catch{}r=!0}return r}finally{at=n,jr.transition=t}}return!1}function dC(e,t,n){t=zu(n,t),t=BT(e,t,1),e=ua(e,t,1),t=Wn(),e!==null&&(Vc(e,1,t),ar(e,t))}function Lt(e,t,n){if(e.tag===3)dC(e,e,n);else for(;t!==null;){if(t.tag===3){dC(t,e,n);break}else if(t.tag===1){var r=t.stateNode;if(typeof t.type.getDerivedStateFromError=="function"||typeof r.componentDidCatch=="function"&&(la===null||!la.has(r))){e=zu(n,e),e=$T(t,e,1),t=ua(t,e,1),e=Wn(),t!==null&&(Vc(t,1,e),ar(t,e));break}}t=t.return}}function yH(e,t,n){var r=e.pingCache;r!==null&&r.delete(t),t=Wn(),e.pingedLanes|=e.suspendedLanes&n,ln===e&&(En&n)===n&&(Jt===4||Jt===3&&(En&130023424)===En&&500>$t()-S2?as(e,0):_2|=n),ar(e,t)}function i5(e,t){t===0&&(e.mode&1?(t=wp,wp<<=1,!(wp&130023424)&&(wp=4194304)):t=1);var n=Wn();e=bi(e,t),e!==null&&(Vc(e,t,n),ar(e,n))}function bH(e){var t=e.memoizedState,n=0;t!==null&&(n=t.retryLane),i5(e,n)}function EH(e,t){var n=0;switch(e.tag){case 13:var r=e.stateNode,o=e.memoizedState;o!==null&&(n=o.retryLane);break;case 19:r=e.stateNode;break;default:throw Error(ae(314))}r!==null&&r.delete(t),i5(e,n)}var a5;a5=function(e,t,n){if(e!==null)if(e.memoizedProps!==t.pendingProps||or.current)rr=!0;else{if(!(e.lanes&n)&&!(t.flags&128))return rr=!1,aH(e,t,n);rr=!!(e.flags&131072)}else rr=!1,wt&&t.flags&1048576&&cT(t,a0,t.index);switch(t.lanes=0,t.tag){case 2:var r=t.type;Wp(e,t),e=t.pendingProps;var o=Mu(t,Sn.current);Ru(t,n),o=v2(null,t,r,e,o,n);var i=w2();return t.flags|=1,typeof o=="object"&&o!==null&&typeof o.render=="function"&&o.$$typeof===void 0?(t.tag=1,t.memoizedState=null,t.updateQueue=null,ir(r)?(i=!0,o0(t)):i=!1,t.memoizedState=o.state!==null&&o.state!==void 0?o.state:null,y2(t),o.updater=C0,t.stateNode=o,o._reactInternals=t,R3(t,r,e,n),t=M3(null,t,r,!0,i,n)):(t.tag=0,wt&&i&&c2(t),jn(null,t,o,n),t=t.child),t;case 16:r=t.elementType;e:{switch(Wp(e,t),e=t.pendingProps,o=r._init,r=o(r._payload),t.type=r,o=t.tag=xH(r),e=co(r,e),o){case 0:t=O3(null,t,r,e,n);break e;case 1:t=tC(null,t,r,e,n);break e;case 11:t=Jk(null,t,r,e,n);break e;case 14:t=eC(null,t,r,co(r.type,e),n);break e}throw Error(ae(306,r,""))}return t;case 0:return r=t.type,o=t.pendingProps,o=t.elementType===r?o:co(r,o),O3(e,t,r,o,n);case 1:return r=t.type,o=t.pendingProps,o=t.elementType===r?o:co(r,o),tC(e,t,r,o,n);case 3:e:{if(jT(t),e===null)throw Error(ae(387));r=t.pendingProps,i=t.memoizedState,o=i.element,gT(e,t),l0(t,r,null,n);var s=t.memoizedState;if(r=s.element,i.isDehydrated)if(i={element:r,isDehydrated:!1,cache:s.cache,pendingSuspenseBoundaries:s.pendingSuspenseBoundaries,transitions:s.transitions},t.updateQueue.baseState=i,t.memoizedState=i,t.flags&256){o=zu(Error(ae(423)),t),t=nC(e,t,r,n,o);break e}else if(r!==o){o=zu(Error(ae(424)),t),t=nC(e,t,r,n,o);break e}else for(xr=sa(t.stateNode.containerInfo.firstChild),vr=t,wt=!0,po=null,n=hT(t,null,r,n),t.child=n;n;)n.flags=n.flags&-3|4096,n=n.sibling;else{if(Pu(),r===o){t=Ei(e,t,n);break e}jn(e,t,r,n)}t=t.child}return t;case 5:return yT(t),e===null&&I3(t),r=t.type,o=t.pendingProps,i=e!==null?e.memoizedProps:null,s=o.children,C3(r,o)?s=null:i!==null&&C3(r,i)&&(t.flags|=32),UT(e,t),jn(e,t,s,n),t.child;case 6:return e===null&&I3(t),null;case 13:return WT(e,t,n);case 4:return b2(t,t.stateNode.containerInfo),r=t.pendingProps,e===null?t.child=Bu(t,null,r,n):jn(e,t,r,n),t.child;case 11:return r=t.type,o=t.pendingProps,o=t.elementType===r?o:co(r,o),Jk(e,t,r,o,n);case 7:return jn(e,t,t.pendingProps,n),t.child;case 8:return jn(e,t,t.pendingProps.children,n),t.child;case 12:return jn(e,t,t.pendingProps.children,n),t.child;case 10:e:{if(r=t.type._context,o=t.pendingProps,i=t.memoizedProps,s=o.value,mt(s0,r._currentValue),r._currentValue=s,i!==null)if(go(i.value,s)){if(i.children===o.children&&!or.current){t=Ei(e,t,n);break e}}else for(i=t.child,i!==null&&(i.return=t);i!==null;){var l=i.dependencies;if(l!==null){s=i.child;for(var c=l.firstContext;c!==null;){if(c.context===r){if(i.tag===1){c=mi(-1,n&-n),c.tag=2;var d=i.updateQueue;if(d!==null){d=d.shared;var h=d.pending;h===null?c.next=c:(c.next=h.next,h.next=c),d.pending=c}}i.lanes|=n,c=i.alternate,c!==null&&(c.lanes|=n),F3(i.return,n,t),l.lanes|=n;break}c=c.next}}else if(i.tag===10)s=i.type===t.type?null:i.child;else if(i.tag===18){if(s=i.return,s===null)throw Error(ae(341));s.lanes|=n,l=s.alternate,l!==null&&(l.lanes|=n),F3(s,n,t),s=i.sibling}else s=i.child;if(s!==null)s.return=i;else for(s=i;s!==null;){if(s===t){s=null;break}if(i=s.sibling,i!==null){i.return=s.return,s=i;break}s=s.return}i=s}jn(e,t,o.children,n),t=t.child}return t;case 9:return o=t.type,r=t.pendingProps.children,Ru(t,n),o=Wr(o),r=r(o),t.flags|=1,jn(e,t,r,n),t.child;case 14:return r=t.type,o=co(r,t.pendingProps),o=co(r.type,o),eC(e,t,r,o,n);case 15:return zT(e,t,t.type,t.pendingProps,n);case 17:return r=t.type,o=t.pendingProps,o=t.elementType===r?o:co(r,o),Wp(e,t),t.tag=1,ir(r)?(e=!0,o0(t)):e=!1,Ru(t,n),PT(t,r,o),R3(t,r,o,n),M3(null,t,r,!0,e,n);case 19:return VT(e,t,n);case 22:return HT(e,t,n)}throw Error(ae(156,t.tag))};function s5(e,t){return NC(e,t)}function DH(e,t,n,r){this.tag=e,this.key=n,this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null,this.index=0,this.ref=null,this.pendingProps=t,this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null,this.mode=r,this.subtreeFlags=this.flags=0,this.deletions=null,this.childLanes=this.lanes=0,this.alternate=null}function Ur(e,t,n,r){return new DH(e,t,n,r)}function R2(e){return e=e.prototype,!(!e||!e.isReactComponent)}function xH(e){if(typeof e=="function")return R2(e)?1:0;if(e!=null){if(e=e.$$typeof,e===Z3)return 11;if(e===J3)return 14}return 2}function da(e,t){var n=e.alternate;return n===null?(n=Ur(e.tag,t,e.key,e.mode),n.elementType=e.elementType,n.type=e.type,n.stateNode=e.stateNode,n.alternate=e,e.alternate=n):(n.pendingProps=t,n.type=e.type,n.flags=0,n.subtreeFlags=0,n.deletions=null),n.flags=e.flags&14680064,n.childLanes=e.childLanes,n.lanes=e.lanes,n.child=e.child,n.memoizedProps=e.memoizedProps,n.memoizedState=e.memoizedState,n.updateQueue=e.updateQueue,t=e.dependencies,n.dependencies=t===null?null:{lanes:t.lanes,firstContext:t.firstContext},n.sibling=e.sibling,n.index=e.index,n.ref=e.ref,n}function Yp(e,t,n,r,o,i){var s=2;if(r=e,typeof e=="function")R2(e)&&(s=1);else if(typeof e=="string")s=5;else e:switch(e){case bu:return ss(n.children,o,i,t);case Q3:s=8,o|=8;break;case r3:return e=Ur(12,n,t,o|2),e.elementType=r3,e.lanes=i,e;case o3:return e=Ur(13,n,t,o),e.elementType=o3,e.lanes=i,e;case i3:return e=Ur(19,n,t,o),e.elementType=i3,e.lanes=i,e;case yC:return _0(n,o,i,t);default:if(typeof e=="object"&&e!==null)switch(e.$$typeof){case mC:s=10;break e;case gC:s=9;break e;case Z3:s=11;break e;case J3:s=14;break e;case Zi:s=16,r=null;break e}throw Error(ae(130,e==null?e:typeof e,""))}return t=Ur(s,n,t,o),t.elementType=e,t.type=r,t.lanes=i,t}function ss(e,t,n,r){return e=Ur(7,e,r,t),e.lanes=n,e}function _0(e,t,n,r){return e=Ur(22,e,r,t),e.elementType=yC,e.lanes=n,e.stateNode={isHidden:!1},e}function e3(e,t,n){return e=Ur(6,e,null,t),e.lanes=n,e}function t3(e,t,n){return t=Ur(4,e.children!==null?e.children:[],e.key,t),t.lanes=n,t.stateNode={containerInfo:e.containerInfo,pendingChildren:null,implementation:e.implementation},t}function vH(e,t,n,r,o){this.tag=t,this.containerInfo=e,this.finishedWork=this.pingCache=this.current=this.pendingChildren=null,this.timeoutHandle=-1,this.callbackNode=this.pendingContext=this.context=null,this.callbackPriority=0,this.eventTimes=Bg(0),this.expirationTimes=Bg(-1),this.entangledLanes=this.finishedLanes=this.mutableReadLanes=this.expiredLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=Bg(0),this.identifierPrefix=r,this.onRecoverableError=o,this.mutableSourceEagerHydrationData=null}function N2(e,t,n,r,o,i,s,l,c){return e=new vH(e,t,n,l,c),t===1?(t=1,i===!0&&(t|=8)):t=0,i=Ur(3,null,null,t),e.current=i,i.stateNode=e,i.memoizedState={element:r,isDehydrated:n,cache:null,transitions:null,pendingSuspenseBoundaries:null},y2(i),e}function wH(e,t,n){var r=3<arguments.length&&arguments[3]!==void 0?arguments[3]:null;return{$$typeof:yu,key:r==null?null:""+r,children:e,containerInfo:t,implementation:n}}function u5(e){if(!e)return pa;e=e._reactInternals;e:{if(hs(e)!==e||e.tag!==1)throw Error(ae(170));var t=e;do{switch(t.tag){case 3:t=t.stateNode.context;break e;case 1:if(ir(t.type)){t=t.stateNode.__reactInternalMemoizedMergedChildContext;break e}}t=t.return}while(t!==null);throw Error(ae(171))}if(e.tag===1){var n=e.type;if(ir(n))return uT(e,n,t)}return t}function l5(e,t,n,r,o,i,s,l,c){return e=N2(n,r,!0,e,o,i,s,l,c),e.context=u5(null),n=e.current,r=Wn(),o=ca(n),i=mi(r,o),i.callback=t??null,ua(n,i,o),e.current.lanes=o,Vc(e,o,r),ar(e,r),e}function S0(e,t,n,r){var o=t.current,i=Wn(),s=ca(o);return n=u5(n),t.context===null?t.context=n:t.pendingContext=n,t=mi(i,s),t.payload={element:e},r=r===void 0?null:r,r!==null&&(t.callback=r),e=ua(o,t,s),e!==null&&(mo(e,o,s,i),Hp(e,o,s)),s}function y0(e){if(e=e.current,!e.child)return null;switch(e.child.tag){case 5:return e.child.stateNode;default:return e.child.stateNode}}function fC(e,t){if(e=e.memoizedState,e!==null&&e.dehydrated!==null){var n=e.retryLane;e.retryLane=n!==0&&n<t?n:t}}function O2(e,t){fC(e,t),(e=e.alternate)&&fC(e,t)}function kH(){return null}var c5=typeof reportError=="function"?reportError:function(e){console.error(e)};function M2(e){this._internalRoot=e}I0.prototype.render=M2.prototype.render=function(e){var t=this._internalRoot;if(t===null)throw Error(ae(409));S0(e,t,null,null)};I0.prototype.unmount=M2.prototype.unmount=function(){var e=this._internalRoot;if(e!==null){this._internalRoot=null;var t=e.containerInfo;fs(function(){S0(null,e,null,null)}),t[yi]=null}};function I0(e){this._internalRoot=e}I0.prototype.unstable_scheduleHydration=function(e){if(e){var t=HC();e={blockedOn:null,target:e,priority:t};for(var n=0;n<ea.length&&t!==0&&t<ea[n].priority;n++);ea.splice(n,0,e),n===0&&jC(e)}};function P2(e){return!(!e||e.nodeType!==1&&e.nodeType!==9&&e.nodeType!==11)}function F0(e){return!(!e||e.nodeType!==1&&e.nodeType!==9&&e.nodeType!==11&&(e.nodeType!==8||e.nodeValue!==" react-mount-point-unstable "))}function pC(){}function CH(e,t,n,r,o){if(o){if(typeof r=="function"){var i=r;r=function(){var d=y0(s);i.call(d)}}var s=l5(t,r,e,0,null,!1,!1,"",pC);return e._reactRootContainer=s,e[yi]=s.current,Mc(e.nodeType===8?e.parentNode:e),fs(),s}for(;o=e.lastChild;)e.removeChild(o);if(typeof r=="function"){var l=r;r=function(){var d=y0(c);l.call(d)}}var c=N2(e,0,!1,null,null,!1,!1,"",pC);return e._reactRootContainer=c,e[yi]=c.current,Mc(e.nodeType===8?e.parentNode:e),fs(function(){S0(t,c,n,r)}),c}function L0(e,t,n,r,o){var i=n._reactRootContainer;if(i){var s=i;if(typeof o=="function"){var l=o;o=function(){var c=y0(s);l.call(c)}}S0(t,s,e,o)}else s=CH(n,t,e,o,r);return y0(s)}$C=function(e){switch(e.tag){case 3:var t=e.stateNode;if(t.current.memoizedState.isDehydrated){var n=yc(t.pendingLanes);n!==0&&(n2(t,n|1),ar(t,$t()),!(Je&6)&&(Hu=$t()+500,ga()))}break;case 13:fs(function(){var r=bi(e,1);if(r!==null){var o=Wn();mo(r,e,1,o)}}),O2(e,1)}};r2=function(e){if(e.tag===13){var t=bi(e,134217728);if(t!==null){var n=Wn();mo(t,e,134217728,n)}O2(e,134217728)}};zC=function(e){if(e.tag===13){var t=ca(e),n=bi(e,t);if(n!==null){var r=Wn();mo(n,e,t,r)}O2(e,t)}};HC=function(){return at};UC=function(e,t){var n=at;try{return at=e,t()}finally{at=n}};m3=function(e,t,n){switch(t){case"input":if(u3(e,n),t=n.name,n.type==="radio"&&t!=null){for(n=e;n.parentNode;)n=n.parentNode;for(n=n.querySelectorAll("input[name="+JSON.stringify(""+t)+'][type="radio"]'),t=0;t<n.length;t++){var r=n[t];if(r!==e&&r.form===e.form){var o=v0(r);if(!o)throw Error(ae(90));EC(r),u3(r,o)}}}break;case"textarea":xC(e,n);break;case"select":t=n.value,t!=null&&Su(e,!!n.multiple,t,!1)}};_C=I2;SC=fs;var TH={usingClientEntryPoint:!1,Events:[Yc,vu,v0,TC,AC,I2]},pc={findFiberByHostInstance:rs,bundleType:0,version:"18.3.1",rendererPackageName:"react-dom"},AH={bundleType:pc.bundleType,version:pc.version,rendererPackageName:pc.rendererPackageName,rendererConfig:pc.rendererConfig,overrideHookState:null,overrideHookStateDeletePath:null,overrideHookStateRenamePath:null,overrideProps:null,overridePropsDeletePath:null,overridePropsRenamePath:null,setErrorHandler:null,setSuspenseHandler:null,scheduleUpdate:null,currentDispatcherRef:Di.ReactCurrentDispatcher,findHostInstanceByFiber:function(e){return e=LC(e),e===null?null:e.stateNode},findFiberByHostInstance:pc.findFiberByHostInstance||kH,findHostInstancesForRefresh:null,scheduleRefresh:null,scheduleRoot:null,setRefreshHandler:null,getCurrentFiber:null,reconcilerVersion:"18.3.1-next-f1338f8080-20240426"};if(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&(hc=__REACT_DEVTOOLS_GLOBAL_HOOK__,!hc.isDisabled&&hc.supportsFiber))try{b0=hc.inject(AH),No=hc}catch{}var hc;Cr.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=TH;Cr.createPortal=function(e,t){var n=2<arguments.length&&arguments[2]!==void 0?arguments[2]:null;if(!P2(t))throw Error(ae(200));return wH(e,t,null,n)};Cr.createRoot=function(e,t){if(!P2(e))throw Error(ae(299));var n=!1,r="",o=c5;return t!=null&&(t.unstable_strictMode===!0&&(n=!0),t.identifierPrefix!==void 0&&(r=t.identifierPrefix),t.onRecoverableError!==void 0&&(o=t.onRecoverableError)),t=N2(e,1,!1,null,null,n,!1,r,o),e[yi]=t.current,Mc(e.nodeType===8?e.parentNode:e),new M2(t)};Cr.findDOMNode=function(e){if(e==null)return null;if(e.nodeType===1)return e;var t=e._reactInternals;if(t===void 0)throw typeof e.render=="function"?Error(ae(188)):(e=Object.keys(e).join(","),Error(ae(268,e)));return e=LC(t),e=e===null?null:e.stateNode,e};Cr.flushSync=function(e){return fs(e)};Cr.hydrate=function(e,t,n){if(!F0(t))throw Error(ae(200));return L0(null,e,t,!0,n)};Cr.hydrateRoot=function(e,t,n){if(!P2(e))throw Error(ae(405));var r=n!=null&&n.hydratedSources||null,o=!1,i="",s=c5;if(n!=null&&(n.unstable_strictMode===!0&&(o=!0),n.identifierPrefix!==void 0&&(i=n.identifierPrefix),n.onRecoverableError!==void 0&&(s=n.onRecoverableError)),t=l5(t,null,e,1,n??null,o,!1,i,s),e[yi]=t.current,Mc(e),r)for(e=0;e<r.length;e++)n=r[e],o=n._getVersion,o=o(n._source),t.mutableSourceEagerHydrationData==null?t.mutableSourceEagerHydrationData=[n,o]:t.mutableSourceEagerHydrationData.push(n,o);return new I0(t)};Cr.render=function(e,t,n){if(!F0(t))throw Error(ae(200));return L0(null,e,t,!1,n)};Cr.unmountComponentAtNode=function(e){if(!F0(e))throw Error(ae(40));return e._reactRootContainer?(fs(function(){L0(null,null,e,!1,function(){e._reactRootContainer=null,e[yi]=null})}),!0):!1};Cr.unstable_batchedUpdates=I2;Cr.unstable_renderSubtreeIntoContainer=function(e,t,n,r){if(!F0(n))throw Error(ae(200));if(e==null||e._reactInternals===void 0)throw Error(ae(38));return L0(e,t,n,!1,r)};Cr.version="18.3.1-next-f1338f8080-20240426"});var R0=lt((Zne,p5)=>{"use strict";function f5(){if(!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__>"u"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function"))try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(f5)}catch(e){console.error(e)}}f5(),p5.exports=d5()});var R4=lt((Uie,L4)=>{"use strict";var _4=/\/\*[^*]*\*+([^/*][^*]*\*+)*\//g,jU=/\n/g,WU=/^\s*/,VU=/^(\*?[-#/*\\\w]+(\[[0-9a-z_-]+\])?)\s*/,GU=/^:\s*/,YU=/^((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^)]*?\)|[^};])+)/,qU=/^[;\s]*/,XU=/^\s+|\s+$/g,KU=`
9
- `,S4="/",I4="*",Es="",QU="comment",ZU="declaration";function JU(e,t){if(typeof e!="string")throw new TypeError("First argument must be a string");if(!e)return[];t=t||{};var n=1,r=1;function o(D){var w=D.match(jU);w&&(n+=w.length);var A=D.lastIndexOf(KU);r=~A?D.length-A:r+D.length}function i(){var D={line:n,column:r};return function(w){return w.position=new s(D),d(),w}}function s(D){this.start=D,this.end={line:n,column:r},this.source=t.source}s.prototype.content=e;function l(D){var w=new Error(t.source+":"+n+":"+r+": "+D);if(w.reason=D,w.filename=t.source,w.line=n,w.column=r,w.source=e,!t.silent)throw w}function c(D){var w=D.exec(e);if(w){var A=w[0];return o(A),e=e.slice(A.length),w}}function d(){c(WU)}function h(D){var w;for(D=D||[];w=g();)w!==!1&&D.push(w);return D}function g(){var D=i();if(!(S4!=e.charAt(0)||I4!=e.charAt(1))){for(var w=2;Es!=e.charAt(w)&&(I4!=e.charAt(w)||S4!=e.charAt(w+1));)++w;if(w+=2,Es===e.charAt(w-1))return l("End of comment missing");var A=e.slice(2,w-2);return r+=2,o(A),e=e.slice(w),r+=2,D({type:QU,comment:A})}}function E(){var D=i(),w=c(VU);if(w){if(g(),!c(GU))return l("property missing ':'");var A=c(YU),x=D({type:ZU,property:F4(w[0].replace(_4,Es)),value:A?F4(A[0].replace(_4,Es)):Es});return c(qU),x}}function y(){var D=[];h(D);for(var w;w=E();)w!==!1&&(D.push(w),h(D));return D}return d(),y()}function F4(e){return e?e.replace(XU,Es):Es}L4.exports=JU});var N4=lt(Qc=>{"use strict";var ej=Qc&&Qc.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(Qc,"__esModule",{value:!0});Qc.default=nj;var tj=ej(R4());function nj(e,t){let n=null;if(!e||typeof e!="string")return n;let r=(0,tj.default)(e),o=typeof t=="function";return r.forEach(i=>{if(i.type!=="declaration")return;let{property:s,value:l}=i;o?t(s,l,i):l&&(n=n||{},n[s]=l)}),n}});var M4=lt(K0=>{"use strict";Object.defineProperty(K0,"__esModule",{value:!0});K0.camelCase=void 0;var rj=/^--[a-zA-Z0-9_-]+$/,oj=/-([a-z])/g,ij=/^[^-]+$/,aj=/^-(webkit|moz|ms|o|khtml)-/,sj=/^-(ms)-/,uj=function(e){return!e||ij.test(e)||rj.test(e)},lj=function(e,t){return t.toUpperCase()},O4=function(e,t){return"".concat(t,"-")},cj=function(e,t){return t===void 0&&(t={}),uj(e)?e:(e=e.toLowerCase(),t.reactCompat?e=e.replace(sj,O4):e=e.replace(aj,O4),e.replace(oj,lj))};K0.camelCase=cj});var B4=lt((fy,P4)=>{"use strict";var dj=fy&&fy.__importDefault||function(e){return e&&e.__esModule?e:{default:e}},fj=dj(N4()),pj=M4();function dy(e,t){var n={};return!e||typeof e!="string"||(0,fj.default)(e,function(r,o){r&&o&&(n[(0,pj.camelCase)(r,t)]=o)}),n}dy.default=dy;P4.exports=dy});var u8=lt((bde,s8)=>{"use strict";var Eh=Object.prototype.hasOwnProperty,a8=Object.prototype.toString,e8=Object.defineProperty,t8=Object.getOwnPropertyDescriptor,n8=function(t){return typeof Array.isArray=="function"?Array.isArray(t):a8.call(t)==="[object Array]"},r8=function(t){if(!t||a8.call(t)!=="[object Object]")return!1;var n=Eh.call(t,"constructor"),r=t.constructor&&t.constructor.prototype&&Eh.call(t.constructor.prototype,"isPrototypeOf");if(t.constructor&&!n&&!r)return!1;var o;for(o in t);return typeof o>"u"||Eh.call(t,o)},o8=function(t,n){e8&&n.name==="__proto__"?e8(t,n.name,{enumerable:!0,configurable:!0,value:n.newValue,writable:!0}):t[n.name]=n.newValue},i8=function(t,n){if(n==="__proto__")if(Eh.call(t,n)){if(t8)return t8(t,n).value}else return;return t[n]};s8.exports=function e(){var t,n,r,o,i,s,l=arguments[0],c=1,d=arguments.length,h=!1;for(typeof l=="boolean"&&(h=l,l=arguments[1]||{},c=2),(l==null||typeof l!="object"&&typeof l!="function")&&(l={});c<d;++c)if(t=arguments[c],t!=null)for(n in t)r=i8(l,n),o=i8(t,n),l!==o&&(h&&o&&(r8(o)||(i=n8(o)))?(i?(i=!1,s=r&&n8(r)?r:[]):s=r&&r8(r)?r:{},o8(l,{name:n,newValue:e(h,s,o)})):typeof o<"u"&&o8(l,{name:n,newValue:o}));return l}});var cS=lt((t6,n6)=>{(function(e,t,n){typeof t6=="object"?(n6.exports=n(),n6.exports.default=n()):typeof define=="function"&&define.amd?define(n):t[e]=n()})("slugify",t6,function(){var e=JSON.parse(`{"$":"dollar","%":"percent","&":"and","<":"less",">":"greater","|":"or","\xA2":"cent","\xA3":"pound","\xA4":"currency","\xA5":"yen","\xA9":"(c)","\xAA":"a","\xAE":"(r)","\xBA":"o","\xC0":"A","\xC1":"A","\xC2":"A","\xC3":"A","\xC4":"A","\xC5":"A","\xC6":"AE","\xC7":"C","\xC8":"E","\xC9":"E","\xCA":"E","\xCB":"E","\xCC":"I","\xCD":"I","\xCE":"I","\xCF":"I","\xD0":"D","\xD1":"N","\xD2":"O","\xD3":"O","\xD4":"O","\xD5":"O","\xD6":"O","\xD8":"O","\xD9":"U","\xDA":"U","\xDB":"U","\xDC":"U","\xDD":"Y","\xDE":"TH","\xDF":"ss","\xE0":"a","\xE1":"a","\xE2":"a","\xE3":"a","\xE4":"a","\xE5":"a","\xE6":"ae","\xE7":"c","\xE8":"e","\xE9":"e","\xEA":"e","\xEB":"e","\xEC":"i","\xED":"i","\xEE":"i","\xEF":"i","\xF0":"d","\xF1":"n","\xF2":"o","\xF3":"o","\xF4":"o","\xF5":"o","\xF6":"o","\xF8":"o","\xF9":"u","\xFA":"u","\xFB":"u","\xFC":"u","\xFD":"y","\xFE":"th","\xFF":"y","\u0100":"A","\u0101":"a","\u0102":"A","\u0103":"a","\u0104":"A","\u0105":"a","\u0106":"C","\u0107":"c","\u010C":"C","\u010D":"c","\u010E":"D","\u010F":"d","\u0110":"DJ","\u0111":"dj","\u0112":"E","\u0113":"e","\u0116":"E","\u0117":"e","\u0118":"e","\u0119":"e","\u011A":"E","\u011B":"e","\u011E":"G","\u011F":"g","\u0122":"G","\u0123":"g","\u0128":"I","\u0129":"i","\u012A":"i","\u012B":"i","\u012E":"I","\u012F":"i","\u0130":"I","\u0131":"i","\u0136":"k","\u0137":"k","\u013B":"L","\u013C":"l","\u013D":"L","\u013E":"l","\u0141":"L","\u0142":"l","\u0143":"N","\u0144":"n","\u0145":"N","\u0146":"n","\u0147":"N","\u0148":"n","\u014C":"O","\u014D":"o","\u0150":"O","\u0151":"o","\u0152":"OE","\u0153":"oe","\u0154":"R","\u0155":"r","\u0158":"R","\u0159":"r","\u015A":"S","\u015B":"s","\u015E":"S","\u015F":"s","\u0160":"S","\u0161":"s","\u0162":"T","\u0163":"t","\u0164":"T","\u0165":"t","\u0168":"U","\u0169":"u","\u016A":"u","\u016B":"u","\u016E":"U","\u016F":"u","\u0170":"U","\u0171":"u","\u0172":"U","\u0173":"u","\u0174":"W","\u0175":"w","\u0176":"Y","\u0177":"y","\u0178":"Y","\u0179":"Z","\u017A":"z","\u017B":"Z","\u017C":"z","\u017D":"Z","\u017E":"z","\u018F":"E","\u0192":"f","\u01A0":"O","\u01A1":"o","\u01AF":"U","\u01B0":"u","\u01C8":"LJ","\u01C9":"lj","\u01CB":"NJ","\u01CC":"nj","\u0218":"S","\u0219":"s","\u021A":"T","\u021B":"t","\u0259":"e","\u02DA":"o","\u0386":"A","\u0388":"E","\u0389":"H","\u038A":"I","\u038C":"O","\u038E":"Y","\u038F":"W","\u0390":"i","\u0391":"A","\u0392":"B","\u0393":"G","\u0394":"D","\u0395":"E","\u0396":"Z","\u0397":"H","\u0398":"8","\u0399":"I","\u039A":"K","\u039B":"L","\u039C":"M","\u039D":"N","\u039E":"3","\u039F":"O","\u03A0":"P","\u03A1":"R","\u03A3":"S","\u03A4":"T","\u03A5":"Y","\u03A6":"F","\u03A7":"X","\u03A8":"PS","\u03A9":"W","\u03AA":"I","\u03AB":"Y","\u03AC":"a","\u03AD":"e","\u03AE":"h","\u03AF":"i","\u03B0":"y","\u03B1":"a","\u03B2":"b","\u03B3":"g","\u03B4":"d","\u03B5":"e","\u03B6":"z","\u03B7":"h","\u03B8":"8","\u03B9":"i","\u03BA":"k","\u03BB":"l","\u03BC":"m","\u03BD":"n","\u03BE":"3","\u03BF":"o","\u03C0":"p","\u03C1":"r","\u03C2":"s","\u03C3":"s","\u03C4":"t","\u03C5":"y","\u03C6":"f","\u03C7":"x","\u03C8":"ps","\u03C9":"w","\u03CA":"i","\u03CB":"y","\u03CC":"o","\u03CD":"y","\u03CE":"w","\u0401":"Yo","\u0402":"DJ","\u0404":"Ye","\u0406":"I","\u0407":"Yi","\u0408":"J","\u0409":"LJ","\u040A":"NJ","\u040B":"C","\u040F":"DZ","\u0410":"A","\u0411":"B","\u0412":"V","\u0413":"G","\u0414":"D","\u0415":"E","\u0416":"Zh","\u0417":"Z","\u0418":"I","\u0419":"J","\u041A":"K","\u041B":"L","\u041C":"M","\u041D":"N","\u041E":"O","\u041F":"P","\u0420":"R","\u0421":"S","\u0422":"T","\u0423":"U","\u0424":"F","\u0425":"H","\u0426":"C","\u0427":"Ch","\u0428":"Sh","\u0429":"Sh","\u042A":"U","\u042B":"Y","\u042C":"","\u042D":"E","\u042E":"Yu","\u042F":"Ya","\u0430":"a","\u0431":"b","\u0432":"v","\u0433":"g","\u0434":"d","\u0435":"e","\u0436":"zh","\u0437":"z","\u0438":"i","\u0439":"j","\u043A":"k","\u043B":"l","\u043C":"m","\u043D":"n","\u043E":"o","\u043F":"p","\u0440":"r","\u0441":"s","\u0442":"t","\u0443":"u","\u0444":"f","\u0445":"h","\u0446":"c","\u0447":"ch","\u0448":"sh","\u0449":"sh","\u044A":"u","\u044B":"y","\u044C":"","\u044D":"e","\u044E":"yu","\u044F":"ya","\u0451":"yo","\u0452":"dj","\u0454":"ye","\u0456":"i","\u0457":"yi","\u0458":"j","\u0459":"lj","\u045A":"nj","\u045B":"c","\u045D":"u","\u045F":"dz","\u0490":"G","\u0491":"g","\u0492":"GH","\u0493":"gh","\u049A":"KH","\u049B":"kh","\u04A2":"NG","\u04A3":"ng","\u04AE":"UE","\u04AF":"ue","\u04B0":"U","\u04B1":"u","\u04BA":"H","\u04BB":"h","\u04D8":"AE","\u04D9":"ae","\u04E8":"OE","\u04E9":"oe","\u0531":"A","\u0532":"B","\u0533":"G","\u0534":"D","\u0535":"E","\u0536":"Z","\u0537":"E'","\u0538":"Y'","\u0539":"T'","\u053A":"JH","\u053B":"I","\u053C":"L","\u053D":"X","\u053E":"C'","\u053F":"K","\u0540":"H","\u0541":"D'","\u0542":"GH","\u0543":"TW","\u0544":"M","\u0545":"Y","\u0546":"N","\u0547":"SH","\u0549":"CH","\u054A":"P","\u054B":"J","\u054C":"R'","\u054D":"S","\u054E":"V","\u054F":"T","\u0550":"R","\u0551":"C","\u0553":"P'","\u0554":"Q'","\u0555":"O''","\u0556":"F","\u0587":"EV","\u0621":"a","\u0622":"aa","\u0623":"a","\u0624":"u","\u0625":"i","\u0626":"e","\u0627":"a","\u0628":"b","\u0629":"h","\u062A":"t","\u062B":"th","\u062C":"j","\u062D":"h","\u062E":"kh","\u062F":"d","\u0630":"th","\u0631":"r","\u0632":"z","\u0633":"s","\u0634":"sh","\u0635":"s","\u0636":"dh","\u0637":"t","\u0638":"z","\u0639":"a","\u063A":"gh","\u0641":"f","\u0642":"q","\u0643":"k","\u0644":"l","\u0645":"m","\u0646":"n","\u0647":"h","\u0648":"w","\u0649":"a","\u064A":"y","\u064B":"an","\u064C":"on","\u064D":"en","\u064E":"a","\u064F":"u","\u0650":"e","\u0652":"","\u0660":"0","\u0661":"1","\u0662":"2","\u0663":"3","\u0664":"4","\u0665":"5","\u0666":"6","\u0667":"7","\u0668":"8","\u0669":"9","\u067E":"p","\u0686":"ch","\u0698":"zh","\u06A9":"k","\u06AF":"g","\u06CC":"y","\u06F0":"0","\u06F1":"1","\u06F2":"2","\u06F3":"3","\u06F4":"4","\u06F5":"5","\u06F6":"6","\u06F7":"7","\u06F8":"8","\u06F9":"9","\u0E3F":"baht","\u10D0":"a","\u10D1":"b","\u10D2":"g","\u10D3":"d","\u10D4":"e","\u10D5":"v","\u10D6":"z","\u10D7":"t","\u10D8":"i","\u10D9":"k","\u10DA":"l","\u10DB":"m","\u10DC":"n","\u10DD":"o","\u10DE":"p","\u10DF":"zh","\u10E0":"r","\u10E1":"s","\u10E2":"t","\u10E3":"u","\u10E4":"f","\u10E5":"k","\u10E6":"gh","\u10E7":"q","\u10E8":"sh","\u10E9":"ch","\u10EA":"ts","\u10EB":"dz","\u10EC":"ts","\u10ED":"ch","\u10EE":"kh","\u10EF":"j","\u10F0":"h","\u1E62":"S","\u1E63":"s","\u1E80":"W","\u1E81":"w","\u1E82":"W","\u1E83":"w","\u1E84":"W","\u1E85":"w","\u1E9E":"SS","\u1EA0":"A","\u1EA1":"a","\u1EA2":"A","\u1EA3":"a","\u1EA4":"A","\u1EA5":"a","\u1EA6":"A","\u1EA7":"a","\u1EA8":"A","\u1EA9":"a","\u1EAA":"A","\u1EAB":"a","\u1EAC":"A","\u1EAD":"a","\u1EAE":"A","\u1EAF":"a","\u1EB0":"A","\u1EB1":"a","\u1EB2":"A","\u1EB3":"a","\u1EB4":"A","\u1EB5":"a","\u1EB6":"A","\u1EB7":"a","\u1EB8":"E","\u1EB9":"e","\u1EBA":"E","\u1EBB":"e","\u1EBC":"E","\u1EBD":"e","\u1EBE":"E","\u1EBF":"e","\u1EC0":"E","\u1EC1":"e","\u1EC2":"E","\u1EC3":"e","\u1EC4":"E","\u1EC5":"e","\u1EC6":"E","\u1EC7":"e","\u1EC8":"I","\u1EC9":"i","\u1ECA":"I","\u1ECB":"i","\u1ECC":"O","\u1ECD":"o","\u1ECE":"O","\u1ECF":"o","\u1ED0":"O","\u1ED1":"o","\u1ED2":"O","\u1ED3":"o","\u1ED4":"O","\u1ED5":"o","\u1ED6":"O","\u1ED7":"o","\u1ED8":"O","\u1ED9":"o","\u1EDA":"O","\u1EDB":"o","\u1EDC":"O","\u1EDD":"o","\u1EDE":"O","\u1EDF":"o","\u1EE0":"O","\u1EE1":"o","\u1EE2":"O","\u1EE3":"o","\u1EE4":"U","\u1EE5":"u","\u1EE6":"U","\u1EE7":"u","\u1EE8":"U","\u1EE9":"u","\u1EEA":"U","\u1EEB":"u","\u1EEC":"U","\u1EED":"u","\u1EEE":"U","\u1EEF":"u","\u1EF0":"U","\u1EF1":"u","\u1EF2":"Y","\u1EF3":"y","\u1EF4":"Y","\u1EF5":"y","\u1EF6":"Y","\u1EF7":"y","\u1EF8":"Y","\u1EF9":"y","\u2013":"-","\u2018":"'","\u2019":"'","\u201C":"\\"","\u201D":"\\"","\u201E":"\\"","\u2020":"+","\u2022":"*","\u2026":"...","\u20A0":"ecu","\u20A2":"cruzeiro","\u20A3":"french franc","\u20A4":"lira","\u20A5":"mill","\u20A6":"naira","\u20A7":"peseta","\u20A8":"rupee","\u20A9":"won","\u20AA":"new shequel","\u20AB":"dong","\u20AC":"euro","\u20AD":"kip","\u20AE":"tugrik","\u20AF":"drachma","\u20B0":"penny","\u20B1":"peso","\u20B2":"guarani","\u20B3":"austral","\u20B4":"hryvnia","\u20B5":"cedi","\u20B8":"kazakhstani tenge","\u20B9":"indian rupee","\u20BA":"turkish lira","\u20BD":"russian ruble","\u20BF":"bitcoin","\u2120":"sm","\u2122":"tm","\u2202":"d","\u2206":"delta","\u2211":"sum","\u221E":"infinity","\u2665":"love","\u5143":"yuan","\u5186":"yen","\uFDFC":"rial","\uFEF5":"laa","\uFEF7":"laa","\uFEF9":"lai","\uFEFB":"la"}`),t=JSON.parse('{"bg":{"\u0419":"Y","\u0426":"Ts","\u0429":"Sht","\u042A":"A","\u042C":"Y","\u0439":"y","\u0446":"ts","\u0449":"sht","\u044A":"a","\u044C":"y"},"de":{"\xC4":"AE","\xE4":"ae","\xD6":"OE","\xF6":"oe","\xDC":"UE","\xFC":"ue","\xDF":"ss","%":"prozent","&":"und","|":"oder","\u2211":"summe","\u221E":"unendlich","\u2665":"liebe"},"es":{"%":"por ciento","&":"y","<":"menor que",">":"mayor que","|":"o","\xA2":"centavos","\xA3":"libras","\xA4":"moneda","\u20A3":"francos","\u2211":"suma","\u221E":"infinito","\u2665":"amor"},"fr":{"%":"pourcent","&":"et","<":"plus petit",">":"plus grand","|":"ou","\xA2":"centime","\xA3":"livre","\xA4":"devise","\u20A3":"franc","\u2211":"somme","\u221E":"infini","\u2665":"amour"},"pt":{"%":"porcento","&":"e","<":"menor",">":"maior","|":"ou","\xA2":"centavo","\u2211":"soma","\xA3":"libra","\u221E":"infinito","\u2665":"amor"},"uk":{"\u0418":"Y","\u0438":"y","\u0419":"Y","\u0439":"y","\u0426":"Ts","\u0446":"ts","\u0425":"Kh","\u0445":"kh","\u0429":"Shch","\u0449":"shch","\u0413":"H","\u0433":"h"},"vi":{"\u0110":"D","\u0111":"d"},"da":{"\xD8":"OE","\xF8":"oe","\xC5":"AA","\xE5":"aa","%":"procent","&":"og","|":"eller","$":"dollar","<":"mindre end",">":"st\xF8rre end"},"nb":{"&":"og","\xC5":"AA","\xC6":"AE","\xD8":"OE","\xE5":"aa","\xE6":"ae","\xF8":"oe"},"it":{"&":"e"},"nl":{"&":"en"},"sv":{"&":"och","\xC5":"AA","\xC4":"AE","\xD6":"OE","\xE5":"aa","\xE4":"ae","\xF6":"oe"}}');function n(r,o){if(typeof r!="string")throw new Error("slugify: string argument expected");o=typeof o=="string"?{replacement:o}:o||{};var i=t[o.locale]||{},s=o.replacement===void 0?"-":o.replacement,l=o.trim===void 0?!0:o.trim,c=r.normalize().split("").reduce(function(d,h){var g=i[h];return g===void 0&&(g=e[h]),g===void 0&&(g=h),g===s&&(g=" "),d+g.replace(o.remove||/[^\w\s$*_+~.()'"!\-:@]+/g,"")},"");return o.strict&&(c=c.replace(/[^A-Za-z0-9\s]/g,"")),l&&(c=c.trim()),c=c.replace(/\s+/g,s),o.lower&&(c=c.toLowerCase()),c}return n.extend=function(r){Object.assign(e,r)},n})});var _d=lt((cl,Ad)=>{(function(){var e,t="4.17.23",n=200,r="Unsupported core-js use. Try https://npms.io/search?q=ponyfill.",o="Expected a function",i="Invalid `variable` option passed into `_.template`",s="__lodash_hash_undefined__",l=500,c="__lodash_placeholder__",d=1,h=2,g=4,E=1,y=2,D=1,w=2,A=4,x=8,v=16,k=32,L=64,B=128,I=256,z=512,q=30,te="...",M=800,me=16,fe=1,ue=2,le=3,ge=1/0,ke=9007199254740991,be=17976931348623157e292,se=NaN,Ee=4294967295,R=Ee-1,Te=Ee>>>1,Ve=[["ary",B],["bind",D],["bindKey",w],["curry",x],["curryRight",v],["flip",z],["partial",k],["partialRight",L],["rearg",I]],P="[object Arguments]",ot="[object Array]",Nn="[object AsyncFunction]",pn="[object Boolean]",tn="[object Date]",ft="[object DOMException]",Mt="[object Error]",qt="[object Function]",xn="[object GeneratorFunction]",ut="[object Map]",cr="[object Number]",Ii="[object Null]",Xt="[object Object]",bl="[object Promise]",Hd="[object Proxy]",Ra="[object RegExp]",Kn="[object Set]",Fi="[object String]",Ps="[object Symbol]",mm="[object Undefined]",Na="[object WeakMap]",gm="[object WeakSet]",Oa="[object ArrayBuffer]",K="[object DataView]",ce="[object Float32Array]",Re="[object Float64Array]",ze="[object Int8Array]",et="[object Int16Array]",On="[object Int32Array]",Qr="[object Uint8Array]",dr="[object Uint8ClampedArray]",qo="[object Uint16Array]",Xo="[object Uint32Array]",Mn=/\b__p \+= '';/g,Li=/\b(__p \+=) '' \+/g,Zr=/(__e\(.*?\)|\b__t\)) \+\n'';/g,M6=/&(?:amp|lt|gt|quot|#39);/g,P6=/[&<>"']/g,Q7=RegExp(M6.source),Z7=RegExp(P6.source),J7=/<%-([\s\S]+?)%>/g,eI=/<%([\s\S]+?)%>/g,B6=/<%=([\s\S]+?)%>/g,tI=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,nI=/^\w*$/,rI=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,ym=/[\\^$.*+?()[\]{}|]/g,oI=RegExp(ym.source),bm=/^\s+/,iI=/\s/,aI=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,sI=/\{\n\/\* \[wrapped with (.+)\] \*/,uI=/,? & /,lI=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,cI=/[()=,{}\[\]\/\s]/,dI=/\\(\\)?/g,fI=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,$6=/\w*$/,pI=/^[-+]0x[0-9a-f]+$/i,hI=/^0b[01]+$/i,mI=/^\[object .+?Constructor\]$/,gI=/^0o[0-7]+$/i,yI=/^(?:0|[1-9]\d*)$/,bI=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,Ud=/($^)/,EI=/['\n\r\u2028\u2029\\]/g,jd="\\ud800-\\udfff",DI="\\u0300-\\u036f",xI="\\ufe20-\\ufe2f",vI="\\u20d0-\\u20ff",z6=DI+xI+vI,H6="\\u2700-\\u27bf",U6="a-z\\xdf-\\xf6\\xf8-\\xff",wI="\\xac\\xb1\\xd7\\xf7",kI="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",CI="\\u2000-\\u206f",TI=" \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",j6="A-Z\\xc0-\\xd6\\xd8-\\xde",W6="\\ufe0e\\ufe0f",V6=wI+kI+CI+TI,Em="['\u2019]",AI="["+jd+"]",G6="["+V6+"]",Wd="["+z6+"]",Y6="\\d+",_I="["+H6+"]",q6="["+U6+"]",X6="[^"+jd+V6+Y6+H6+U6+j6+"]",Dm="\\ud83c[\\udffb-\\udfff]",SI="(?:"+Wd+"|"+Dm+")",K6="[^"+jd+"]",xm="(?:\\ud83c[\\udde6-\\uddff]){2}",vm="[\\ud800-\\udbff][\\udc00-\\udfff]",Bs="["+j6+"]",Q6="\\u200d",Z6="(?:"+q6+"|"+X6+")",II="(?:"+Bs+"|"+X6+")",J6="(?:"+Em+"(?:d|ll|m|re|s|t|ve))?",eE="(?:"+Em+"(?:D|LL|M|RE|S|T|VE))?",tE=SI+"?",nE="["+W6+"]?",FI="(?:"+Q6+"(?:"+[K6,xm,vm].join("|")+")"+nE+tE+")*",LI="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",RI="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",rE=nE+tE+FI,NI="(?:"+[_I,xm,vm].join("|")+")"+rE,OI="(?:"+[K6+Wd+"?",Wd,xm,vm,AI].join("|")+")",MI=RegExp(Em,"g"),PI=RegExp(Wd,"g"),wm=RegExp(Dm+"(?="+Dm+")|"+OI+rE,"g"),BI=RegExp([Bs+"?"+q6+"+"+J6+"(?="+[G6,Bs,"$"].join("|")+")",II+"+"+eE+"(?="+[G6,Bs+Z6,"$"].join("|")+")",Bs+"?"+Z6+"+"+J6,Bs+"+"+eE,RI,LI,Y6,NI].join("|"),"g"),$I=RegExp("["+Q6+jd+z6+W6+"]"),zI=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,HI=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],UI=-1,yt={};yt[ce]=yt[Re]=yt[ze]=yt[et]=yt[On]=yt[Qr]=yt[dr]=yt[qo]=yt[Xo]=!0,yt[P]=yt[ot]=yt[Oa]=yt[pn]=yt[K]=yt[tn]=yt[Mt]=yt[qt]=yt[ut]=yt[cr]=yt[Xt]=yt[Ra]=yt[Kn]=yt[Fi]=yt[Na]=!1;var pt={};pt[P]=pt[ot]=pt[Oa]=pt[K]=pt[pn]=pt[tn]=pt[ce]=pt[Re]=pt[ze]=pt[et]=pt[On]=pt[ut]=pt[cr]=pt[Xt]=pt[Ra]=pt[Kn]=pt[Fi]=pt[Ps]=pt[Qr]=pt[dr]=pt[qo]=pt[Xo]=!0,pt[Mt]=pt[qt]=pt[Na]=!1;var jI={\u00C0:"A",\u00C1:"A",\u00C2:"A",\u00C3:"A",\u00C4:"A",\u00C5:"A",\u00E0:"a",\u00E1:"a",\u00E2:"a",\u00E3:"a",\u00E4:"a",\u00E5:"a",\u00C7:"C",\u00E7:"c",\u00D0:"D",\u00F0:"d",\u00C8:"E",\u00C9:"E",\u00CA:"E",\u00CB:"E",\u00E8:"e",\u00E9:"e",\u00EA:"e",\u00EB:"e",\u00CC:"I",\u00CD:"I",\u00CE:"I",\u00CF:"I",\u00EC:"i",\u00ED:"i",\u00EE:"i",\u00EF:"i",\u00D1:"N",\u00F1:"n",\u00D2:"O",\u00D3:"O",\u00D4:"O",\u00D5:"O",\u00D6:"O",\u00D8:"O",\u00F2:"o",\u00F3:"o",\u00F4:"o",\u00F5:"o",\u00F6:"o",\u00F8:"o",\u00D9:"U",\u00DA:"U",\u00DB:"U",\u00DC:"U",\u00F9:"u",\u00FA:"u",\u00FB:"u",\u00FC:"u",\u00DD:"Y",\u00FD:"y",\u00FF:"y",\u00C6:"Ae",\u00E6:"ae",\u00DE:"Th",\u00FE:"th",\u00DF:"ss",\u0100:"A",\u0102:"A",\u0104:"A",\u0101:"a",\u0103:"a",\u0105:"a",\u0106:"C",\u0108:"C",\u010A:"C",\u010C:"C",\u0107:"c",\u0109:"c",\u010B:"c",\u010D:"c",\u010E:"D",\u0110:"D",\u010F:"d",\u0111:"d",\u0112:"E",\u0114:"E",\u0116:"E",\u0118:"E",\u011A:"E",\u0113:"e",\u0115:"e",\u0117:"e",\u0119:"e",\u011B:"e",\u011C:"G",\u011E:"G",\u0120:"G",\u0122:"G",\u011D:"g",\u011F:"g",\u0121:"g",\u0123:"g",\u0124:"H",\u0126:"H",\u0125:"h",\u0127:"h",\u0128:"I",\u012A:"I",\u012C:"I",\u012E:"I",\u0130:"I",\u0129:"i",\u012B:"i",\u012D:"i",\u012F:"i",\u0131:"i",\u0134:"J",\u0135:"j",\u0136:"K",\u0137:"k",\u0138:"k",\u0139:"L",\u013B:"L",\u013D:"L",\u013F:"L",\u0141:"L",\u013A:"l",\u013C:"l",\u013E:"l",\u0140:"l",\u0142:"l",\u0143:"N",\u0145:"N",\u0147:"N",\u014A:"N",\u0144:"n",\u0146:"n",\u0148:"n",\u014B:"n",\u014C:"O",\u014E:"O",\u0150:"O",\u014D:"o",\u014F:"o",\u0151:"o",\u0154:"R",\u0156:"R",\u0158:"R",\u0155:"r",\u0157:"r",\u0159:"r",\u015A:"S",\u015C:"S",\u015E:"S",\u0160:"S",\u015B:"s",\u015D:"s",\u015F:"s",\u0161:"s",\u0162:"T",\u0164:"T",\u0166:"T",\u0163:"t",\u0165:"t",\u0167:"t",\u0168:"U",\u016A:"U",\u016C:"U",\u016E:"U",\u0170:"U",\u0172:"U",\u0169:"u",\u016B:"u",\u016D:"u",\u016F:"u",\u0171:"u",\u0173:"u",\u0174:"W",\u0175:"w",\u0176:"Y",\u0177:"y",\u0178:"Y",\u0179:"Z",\u017B:"Z",\u017D:"Z",\u017A:"z",\u017C:"z",\u017E:"z",\u0132:"IJ",\u0133:"ij",\u0152:"Oe",\u0153:"oe",\u0149:"'n",\u017F:"s"},WI={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"},VI={"&amp;":"&","&lt;":"<","&gt;":">","&quot;":'"',"&#39;":"'"},GI={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},YI=parseFloat,qI=parseInt,oE=typeof global=="object"&&global&&global.Object===Object&&global,XI=typeof self=="object"&&self&&self.Object===Object&&self,nn=oE||XI||Function("return this")(),km=typeof cl=="object"&&cl&&!cl.nodeType&&cl,Ma=km&&typeof Ad=="object"&&Ad&&!Ad.nodeType&&Ad,iE=Ma&&Ma.exports===km,Cm=iE&&oE.process,_r=function(){try{var H=Ma&&Ma.require&&Ma.require("util").types;return H||Cm&&Cm.binding&&Cm.binding("util")}catch{}}(),aE=_r&&_r.isArrayBuffer,sE=_r&&_r.isDate,uE=_r&&_r.isMap,lE=_r&&_r.isRegExp,cE=_r&&_r.isSet,dE=_r&&_r.isTypedArray;function fr(H,Q,V){switch(V.length){case 0:return H.call(Q);case 1:return H.call(Q,V[0]);case 2:return H.call(Q,V[0],V[1]);case 3:return H.call(Q,V[0],V[1],V[2])}return H.apply(Q,V)}function KI(H,Q,V,xe){for(var Ne=-1,tt=H==null?0:H.length;++Ne<tt;){var Kt=H[Ne];Q(xe,Kt,V(Kt),H)}return xe}function Sr(H,Q){for(var V=-1,xe=H==null?0:H.length;++V<xe&&Q(H[V],V,H)!==!1;);return H}function QI(H,Q){for(var V=H==null?0:H.length;V--&&Q(H[V],V,H)!==!1;);return H}function fE(H,Q){for(var V=-1,xe=H==null?0:H.length;++V<xe;)if(!Q(H[V],V,H))return!1;return!0}function Ri(H,Q){for(var V=-1,xe=H==null?0:H.length,Ne=0,tt=[];++V<xe;){var Kt=H[V];Q(Kt,V,H)&&(tt[Ne++]=Kt)}return tt}function Vd(H,Q){var V=H==null?0:H.length;return!!V&&$s(H,Q,0)>-1}function Tm(H,Q,V){for(var xe=-1,Ne=H==null?0:H.length;++xe<Ne;)if(V(Q,H[xe]))return!0;return!1}function xt(H,Q){for(var V=-1,xe=H==null?0:H.length,Ne=Array(xe);++V<xe;)Ne[V]=Q(H[V],V,H);return Ne}function Ni(H,Q){for(var V=-1,xe=Q.length,Ne=H.length;++V<xe;)H[Ne+V]=Q[V];return H}function Am(H,Q,V,xe){var Ne=-1,tt=H==null?0:H.length;for(xe&&tt&&(V=H[++Ne]);++Ne<tt;)V=Q(V,H[Ne],Ne,H);return V}function ZI(H,Q,V,xe){var Ne=H==null?0:H.length;for(xe&&Ne&&(V=H[--Ne]);Ne--;)V=Q(V,H[Ne],Ne,H);return V}function _m(H,Q){for(var V=-1,xe=H==null?0:H.length;++V<xe;)if(Q(H[V],V,H))return!0;return!1}var JI=Sm("length");function eF(H){return H.split("")}function tF(H){return H.match(lI)||[]}function pE(H,Q,V){var xe;return V(H,function(Ne,tt,Kt){if(Q(Ne,tt,Kt))return xe=tt,!1}),xe}function Gd(H,Q,V,xe){for(var Ne=H.length,tt=V+(xe?1:-1);xe?tt--:++tt<Ne;)if(Q(H[tt],tt,H))return tt;return-1}function $s(H,Q,V){return Q===Q?pF(H,Q,V):Gd(H,hE,V)}function nF(H,Q,V,xe){for(var Ne=V-1,tt=H.length;++Ne<tt;)if(xe(H[Ne],Q))return Ne;return-1}function hE(H){return H!==H}function mE(H,Q){var V=H==null?0:H.length;return V?Fm(H,Q)/V:se}function Sm(H){return function(Q){return Q==null?e:Q[H]}}function Im(H){return function(Q){return H==null?e:H[Q]}}function gE(H,Q,V,xe,Ne){return Ne(H,function(tt,Kt,ct){V=xe?(xe=!1,tt):Q(V,tt,Kt,ct)}),V}function rF(H,Q){var V=H.length;for(H.sort(Q);V--;)H[V]=H[V].value;return H}function Fm(H,Q){for(var V,xe=-1,Ne=H.length;++xe<Ne;){var tt=Q(H[xe]);tt!==e&&(V=V===e?tt:V+tt)}return V}function Lm(H,Q){for(var V=-1,xe=Array(H);++V<H;)xe[V]=Q(V);return xe}function oF(H,Q){return xt(Q,function(V){return[V,H[V]]})}function yE(H){return H&&H.slice(0,xE(H)+1).replace(bm,"")}function pr(H){return function(Q){return H(Q)}}function Rm(H,Q){return xt(Q,function(V){return H[V]})}function El(H,Q){return H.has(Q)}function bE(H,Q){for(var V=-1,xe=H.length;++V<xe&&$s(Q,H[V],0)>-1;);return V}function EE(H,Q){for(var V=H.length;V--&&$s(Q,H[V],0)>-1;);return V}function iF(H,Q){for(var V=H.length,xe=0;V--;)H[V]===Q&&++xe;return xe}var aF=Im(jI),sF=Im(WI);function uF(H){return"\\"+GI[H]}function lF(H,Q){return H==null?e:H[Q]}function zs(H){return $I.test(H)}function cF(H){return zI.test(H)}function dF(H){for(var Q,V=[];!(Q=H.next()).done;)V.push(Q.value);return V}function Nm(H){var Q=-1,V=Array(H.size);return H.forEach(function(xe,Ne){V[++Q]=[Ne,xe]}),V}function DE(H,Q){return function(V){return H(Q(V))}}function Oi(H,Q){for(var V=-1,xe=H.length,Ne=0,tt=[];++V<xe;){var Kt=H[V];(Kt===Q||Kt===c)&&(H[V]=c,tt[Ne++]=V)}return tt}function Yd(H){var Q=-1,V=Array(H.size);return H.forEach(function(xe){V[++Q]=xe}),V}function fF(H){var Q=-1,V=Array(H.size);return H.forEach(function(xe){V[++Q]=[xe,xe]}),V}function pF(H,Q,V){for(var xe=V-1,Ne=H.length;++xe<Ne;)if(H[xe]===Q)return xe;return-1}function hF(H,Q,V){for(var xe=V+1;xe--;)if(H[xe]===Q)return xe;return xe}function Hs(H){return zs(H)?gF(H):JI(H)}function Jr(H){return zs(H)?yF(H):eF(H)}function xE(H){for(var Q=H.length;Q--&&iI.test(H.charAt(Q)););return Q}var mF=Im(VI);function gF(H){for(var Q=wm.lastIndex=0;wm.test(H);)++Q;return Q}function yF(H){return H.match(wm)||[]}function bF(H){return H.match(BI)||[]}var EF=function H(Q){Q=Q==null?nn:Mi.defaults(nn.Object(),Q,Mi.pick(nn,HI));var V=Q.Array,xe=Q.Date,Ne=Q.Error,tt=Q.Function,Kt=Q.Math,ct=Q.Object,Om=Q.RegExp,DF=Q.String,Ir=Q.TypeError,qd=V.prototype,xF=tt.prototype,Us=ct.prototype,Xd=Q["__core-js_shared__"],Kd=xF.toString,nt=Us.hasOwnProperty,vF=0,vE=function(){var a=/[^.]+$/.exec(Xd&&Xd.keys&&Xd.keys.IE_PROTO||"");return a?"Symbol(src)_1."+a:""}(),Qd=Us.toString,wF=Kd.call(ct),kF=nn._,CF=Om("^"+Kd.call(nt).replace(ym,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Zd=iE?Q.Buffer:e,Pi=Q.Symbol,Jd=Q.Uint8Array,wE=Zd?Zd.allocUnsafe:e,ef=DE(ct.getPrototypeOf,ct),kE=ct.create,CE=Us.propertyIsEnumerable,tf=qd.splice,TE=Pi?Pi.isConcatSpreadable:e,Dl=Pi?Pi.iterator:e,Pa=Pi?Pi.toStringTag:e,nf=function(){try{var a=Ua(ct,"defineProperty");return a({},"",{}),a}catch{}}(),TF=Q.clearTimeout!==nn.clearTimeout&&Q.clearTimeout,AF=xe&&xe.now!==nn.Date.now&&xe.now,_F=Q.setTimeout!==nn.setTimeout&&Q.setTimeout,rf=Kt.ceil,of=Kt.floor,Mm=ct.getOwnPropertySymbols,SF=Zd?Zd.isBuffer:e,AE=Q.isFinite,IF=qd.join,FF=DE(ct.keys,ct),Qt=Kt.max,vn=Kt.min,LF=xe.now,RF=Q.parseInt,_E=Kt.random,NF=qd.reverse,Pm=Ua(Q,"DataView"),xl=Ua(Q,"Map"),Bm=Ua(Q,"Promise"),js=Ua(Q,"Set"),vl=Ua(Q,"WeakMap"),wl=Ua(ct,"create"),af=vl&&new vl,Ws={},OF=ja(Pm),MF=ja(xl),PF=ja(Bm),BF=ja(js),$F=ja(vl),sf=Pi?Pi.prototype:e,kl=sf?sf.valueOf:e,SE=sf?sf.toString:e;function T(a){if(Ft(a)&&!Oe(a)&&!(a instanceof qe)){if(a instanceof Fr)return a;if(nt.call(a,"__wrapped__"))return ID(a)}return new Fr(a)}var Vs=function(){function a(){}return function(u){if(!Ct(u))return{};if(kE)return kE(u);a.prototype=u;var f=new a;return a.prototype=e,f}}();function uf(){}function Fr(a,u){this.__wrapped__=a,this.__actions__=[],this.__chain__=!!u,this.__index__=0,this.__values__=e}T.templateSettings={escape:J7,evaluate:eI,interpolate:B6,variable:"",imports:{_:T}},T.prototype=uf.prototype,T.prototype.constructor=T,Fr.prototype=Vs(uf.prototype),Fr.prototype.constructor=Fr;function qe(a){this.__wrapped__=a,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=Ee,this.__views__=[]}function zF(){var a=new qe(this.__wrapped__);return a.__actions__=Qn(this.__actions__),a.__dir__=this.__dir__,a.__filtered__=this.__filtered__,a.__iteratees__=Qn(this.__iteratees__),a.__takeCount__=this.__takeCount__,a.__views__=Qn(this.__views__),a}function HF(){if(this.__filtered__){var a=new qe(this);a.__dir__=-1,a.__filtered__=!0}else a=this.clone(),a.__dir__*=-1;return a}function UF(){var a=this.__wrapped__.value(),u=this.__dir__,f=Oe(a),b=u<0,C=f?a.length:0,_=eR(0,C,this.__views__),N=_.start,$=_.end,U=$-N,J=b?$:N-1,ee=this.__iteratees__,re=ee.length,pe=0,we=vn(U,this.__takeCount__);if(!f||!b&&C==U&&we==U)return JE(a,this.__actions__);var Fe=[];e:for(;U--&&pe<we;){J+=u;for(var $e=-1,Le=a[J];++$e<re;){var Ge=ee[$e],Qe=Ge.iteratee,gr=Ge.type,$n=Qe(Le);if(gr==ue)Le=$n;else if(!$n){if(gr==fe)continue e;break e}}Fe[pe++]=Le}return Fe}qe.prototype=Vs(uf.prototype),qe.prototype.constructor=qe;function Ba(a){var u=-1,f=a==null?0:a.length;for(this.clear();++u<f;){var b=a[u];this.set(b[0],b[1])}}function jF(){this.__data__=wl?wl(null):{},this.size=0}function WF(a){var u=this.has(a)&&delete this.__data__[a];return this.size-=u?1:0,u}function VF(a){var u=this.__data__;if(wl){var f=u[a];return f===s?e:f}return nt.call(u,a)?u[a]:e}function GF(a){var u=this.__data__;return wl?u[a]!==e:nt.call(u,a)}function YF(a,u){var f=this.__data__;return this.size+=this.has(a)?0:1,f[a]=wl&&u===e?s:u,this}Ba.prototype.clear=jF,Ba.prototype.delete=WF,Ba.prototype.get=VF,Ba.prototype.has=GF,Ba.prototype.set=YF;function Ko(a){var u=-1,f=a==null?0:a.length;for(this.clear();++u<f;){var b=a[u];this.set(b[0],b[1])}}function qF(){this.__data__=[],this.size=0}function XF(a){var u=this.__data__,f=lf(u,a);if(f<0)return!1;var b=u.length-1;return f==b?u.pop():tf.call(u,f,1),--this.size,!0}function KF(a){var u=this.__data__,f=lf(u,a);return f<0?e:u[f][1]}function QF(a){return lf(this.__data__,a)>-1}function ZF(a,u){var f=this.__data__,b=lf(f,a);return b<0?(++this.size,f.push([a,u])):f[b][1]=u,this}Ko.prototype.clear=qF,Ko.prototype.delete=XF,Ko.prototype.get=KF,Ko.prototype.has=QF,Ko.prototype.set=ZF;function Qo(a){var u=-1,f=a==null?0:a.length;for(this.clear();++u<f;){var b=a[u];this.set(b[0],b[1])}}function JF(){this.size=0,this.__data__={hash:new Ba,map:new(xl||Ko),string:new Ba}}function eL(a){var u=xf(this,a).delete(a);return this.size-=u?1:0,u}function tL(a){return xf(this,a).get(a)}function nL(a){return xf(this,a).has(a)}function rL(a,u){var f=xf(this,a),b=f.size;return f.set(a,u),this.size+=f.size==b?0:1,this}Qo.prototype.clear=JF,Qo.prototype.delete=eL,Qo.prototype.get=tL,Qo.prototype.has=nL,Qo.prototype.set=rL;function $a(a){var u=-1,f=a==null?0:a.length;for(this.__data__=new Qo;++u<f;)this.add(a[u])}function oL(a){return this.__data__.set(a,s),this}function iL(a){return this.__data__.has(a)}$a.prototype.add=$a.prototype.push=oL,$a.prototype.has=iL;function eo(a){var u=this.__data__=new Ko(a);this.size=u.size}function aL(){this.__data__=new Ko,this.size=0}function sL(a){var u=this.__data__,f=u.delete(a);return this.size=u.size,f}function uL(a){return this.__data__.get(a)}function lL(a){return this.__data__.has(a)}function cL(a,u){var f=this.__data__;if(f instanceof Ko){var b=f.__data__;if(!xl||b.length<n-1)return b.push([a,u]),this.size=++f.size,this;f=this.__data__=new Qo(b)}return f.set(a,u),this.size=f.size,this}eo.prototype.clear=aL,eo.prototype.delete=sL,eo.prototype.get=uL,eo.prototype.has=lL,eo.prototype.set=cL;function IE(a,u){var f=Oe(a),b=!f&&Wa(a),C=!f&&!b&&Ui(a),_=!f&&!b&&!C&&Xs(a),N=f||b||C||_,$=N?Lm(a.length,DF):[],U=$.length;for(var J in a)(u||nt.call(a,J))&&!(N&&(J=="length"||C&&(J=="offset"||J=="parent")||_&&(J=="buffer"||J=="byteLength"||J=="byteOffset")||ti(J,U)))&&$.push(J);return $}function FE(a){var u=a.length;return u?a[Xm(0,u-1)]:e}function dL(a,u){return vf(Qn(a),za(u,0,a.length))}function fL(a){return vf(Qn(a))}function $m(a,u,f){(f!==e&&!to(a[u],f)||f===e&&!(u in a))&&Zo(a,u,f)}function Cl(a,u,f){var b=a[u];(!(nt.call(a,u)&&to(b,f))||f===e&&!(u in a))&&Zo(a,u,f)}function lf(a,u){for(var f=a.length;f--;)if(to(a[f][0],u))return f;return-1}function pL(a,u,f,b){return Bi(a,function(C,_,N){u(b,C,f(C),N)}),b}function LE(a,u){return a&&ko(u,rn(u),a)}function hL(a,u){return a&&ko(u,Jn(u),a)}function Zo(a,u,f){u=="__proto__"&&nf?nf(a,u,{configurable:!0,enumerable:!0,value:f,writable:!0}):a[u]=f}function zm(a,u){for(var f=-1,b=u.length,C=V(b),_=a==null;++f<b;)C[f]=_?e:D1(a,u[f]);return C}function za(a,u,f){return a===a&&(f!==e&&(a=a<=f?a:f),u!==e&&(a=a>=u?a:u)),a}function Lr(a,u,f,b,C,_){var N,$=u&d,U=u&h,J=u&g;if(f&&(N=C?f(a,b,C,_):f(a)),N!==e)return N;if(!Ct(a))return a;var ee=Oe(a);if(ee){if(N=nR(a),!$)return Qn(a,N)}else{var re=wn(a),pe=re==qt||re==xn;if(Ui(a))return nD(a,$);if(re==Xt||re==P||pe&&!C){if(N=U||pe?{}:xD(a),!$)return U?VL(a,hL(N,a)):WL(a,LE(N,a))}else{if(!pt[re])return C?a:{};N=rR(a,re,$)}}_||(_=new eo);var we=_.get(a);if(we)return we;_.set(a,N),KD(a)?a.forEach(function(Le){N.add(Lr(Le,u,f,Le,a,_))}):qD(a)&&a.forEach(function(Le,Ge){N.set(Ge,Lr(Le,u,f,Ge,a,_))});var Fe=J?U?a1:i1:U?Jn:rn,$e=ee?e:Fe(a);return Sr($e||a,function(Le,Ge){$e&&(Ge=Le,Le=a[Ge]),Cl(N,Ge,Lr(Le,u,f,Ge,a,_))}),N}function mL(a){var u=rn(a);return function(f){return RE(f,a,u)}}function RE(a,u,f){var b=f.length;if(a==null)return!b;for(a=ct(a);b--;){var C=f[b],_=u[C],N=a[C];if(N===e&&!(C in a)||!_(N))return!1}return!0}function NE(a,u,f){if(typeof a!="function")throw new Ir(o);return Ll(function(){a.apply(e,f)},u)}function Tl(a,u,f,b){var C=-1,_=Vd,N=!0,$=a.length,U=[],J=u.length;if(!$)return U;f&&(u=xt(u,pr(f))),b?(_=Tm,N=!1):u.length>=n&&(_=El,N=!1,u=new $a(u));e:for(;++C<$;){var ee=a[C],re=f==null?ee:f(ee);if(ee=b||ee!==0?ee:0,N&&re===re){for(var pe=J;pe--;)if(u[pe]===re)continue e;U.push(ee)}else _(u,re,b)||U.push(ee)}return U}var Bi=sD(wo),OE=sD(Um,!0);function gL(a,u){var f=!0;return Bi(a,function(b,C,_){return f=!!u(b,C,_),f}),f}function cf(a,u,f){for(var b=-1,C=a.length;++b<C;){var _=a[b],N=u(_);if(N!=null&&($===e?N===N&&!mr(N):f(N,$)))var $=N,U=_}return U}function yL(a,u,f,b){var C=a.length;for(f=Be(f),f<0&&(f=-f>C?0:C+f),b=b===e||b>C?C:Be(b),b<0&&(b+=C),b=f>b?0:ZD(b);f<b;)a[f++]=u;return a}function ME(a,u){var f=[];return Bi(a,function(b,C,_){u(b,C,_)&&f.push(b)}),f}function hn(a,u,f,b,C){var _=-1,N=a.length;for(f||(f=iR),C||(C=[]);++_<N;){var $=a[_];u>0&&f($)?u>1?hn($,u-1,f,b,C):Ni(C,$):b||(C[C.length]=$)}return C}var Hm=uD(),PE=uD(!0);function wo(a,u){return a&&Hm(a,u,rn)}function Um(a,u){return a&&PE(a,u,rn)}function df(a,u){return Ri(u,function(f){return ni(a[f])})}function Ha(a,u){u=zi(u,a);for(var f=0,b=u.length;a!=null&&f<b;)a=a[Co(u[f++])];return f&&f==b?a:e}function BE(a,u,f){var b=u(a);return Oe(a)?b:Ni(b,f(a))}function Pn(a){return a==null?a===e?mm:Ii:Pa&&Pa in ct(a)?JL(a):fR(a)}function jm(a,u){return a>u}function bL(a,u){return a!=null&&nt.call(a,u)}function EL(a,u){return a!=null&&u in ct(a)}function DL(a,u,f){return a>=vn(u,f)&&a<Qt(u,f)}function Wm(a,u,f){for(var b=f?Tm:Vd,C=a[0].length,_=a.length,N=_,$=V(_),U=1/0,J=[];N--;){var ee=a[N];N&&u&&(ee=xt(ee,pr(u))),U=vn(ee.length,U),$[N]=!f&&(u||C>=120&&ee.length>=120)?new $a(N&&ee):e}ee=a[0];var re=-1,pe=$[0];e:for(;++re<C&&J.length<U;){var we=ee[re],Fe=u?u(we):we;if(we=f||we!==0?we:0,!(pe?El(pe,Fe):b(J,Fe,f))){for(N=_;--N;){var $e=$[N];if(!($e?El($e,Fe):b(a[N],Fe,f)))continue e}pe&&pe.push(Fe),J.push(we)}}return J}function xL(a,u,f,b){return wo(a,function(C,_,N){u(b,f(C),_,N)}),b}function Al(a,u,f){u=zi(u,a),a=CD(a,u);var b=a==null?a:a[Co(Nr(u))];return b==null?e:fr(b,a,f)}function $E(a){return Ft(a)&&Pn(a)==P}function vL(a){return Ft(a)&&Pn(a)==Oa}function wL(a){return Ft(a)&&Pn(a)==tn}function _l(a,u,f,b,C){return a===u?!0:a==null||u==null||!Ft(a)&&!Ft(u)?a!==a&&u!==u:kL(a,u,f,b,_l,C)}function kL(a,u,f,b,C,_){var N=Oe(a),$=Oe(u),U=N?ot:wn(a),J=$?ot:wn(u);U=U==P?Xt:U,J=J==P?Xt:J;var ee=U==Xt,re=J==Xt,pe=U==J;if(pe&&Ui(a)){if(!Ui(u))return!1;N=!0,ee=!1}if(pe&&!ee)return _||(_=new eo),N||Xs(a)?bD(a,u,f,b,C,_):QL(a,u,U,f,b,C,_);if(!(f&E)){var we=ee&&nt.call(a,"__wrapped__"),Fe=re&&nt.call(u,"__wrapped__");if(we||Fe){var $e=we?a.value():a,Le=Fe?u.value():u;return _||(_=new eo),C($e,Le,f,b,_)}}return pe?(_||(_=new eo),ZL(a,u,f,b,C,_)):!1}function CL(a){return Ft(a)&&wn(a)==ut}function Vm(a,u,f,b){var C=f.length,_=C,N=!b;if(a==null)return!_;for(a=ct(a);C--;){var $=f[C];if(N&&$[2]?$[1]!==a[$[0]]:!($[0]in a))return!1}for(;++C<_;){$=f[C];var U=$[0],J=a[U],ee=$[1];if(N&&$[2]){if(J===e&&!(U in a))return!1}else{var re=new eo;if(b)var pe=b(J,ee,U,a,u,re);if(!(pe===e?_l(ee,J,E|y,b,re):pe))return!1}}return!0}function zE(a){if(!Ct(a)||sR(a))return!1;var u=ni(a)?CF:mI;return u.test(ja(a))}function TL(a){return Ft(a)&&Pn(a)==Ra}function AL(a){return Ft(a)&&wn(a)==Kn}function _L(a){return Ft(a)&&_f(a.length)&&!!yt[Pn(a)]}function HE(a){return typeof a=="function"?a:a==null?er:typeof a=="object"?Oe(a)?WE(a[0],a[1]):jE(a):lx(a)}function Gm(a){if(!Fl(a))return FF(a);var u=[];for(var f in ct(a))nt.call(a,f)&&f!="constructor"&&u.push(f);return u}function SL(a){if(!Ct(a))return dR(a);var u=Fl(a),f=[];for(var b in a)b=="constructor"&&(u||!nt.call(a,b))||f.push(b);return f}function Ym(a,u){return a<u}function UE(a,u){var f=-1,b=Zn(a)?V(a.length):[];return Bi(a,function(C,_,N){b[++f]=u(C,_,N)}),b}function jE(a){var u=u1(a);return u.length==1&&u[0][2]?wD(u[0][0],u[0][1]):function(f){return f===a||Vm(f,a,u)}}function WE(a,u){return c1(a)&&vD(u)?wD(Co(a),u):function(f){var b=D1(f,a);return b===e&&b===u?x1(f,a):_l(u,b,E|y)}}function ff(a,u,f,b,C){a!==u&&Hm(u,function(_,N){if(C||(C=new eo),Ct(_))IL(a,u,N,f,ff,b,C);else{var $=b?b(f1(a,N),_,N+"",a,u,C):e;$===e&&($=_),$m(a,N,$)}},Jn)}function IL(a,u,f,b,C,_,N){var $=f1(a,f),U=f1(u,f),J=N.get(U);if(J){$m(a,f,J);return}var ee=_?_($,U,f+"",a,u,N):e,re=ee===e;if(re){var pe=Oe(U),we=!pe&&Ui(U),Fe=!pe&&!we&&Xs(U);ee=U,pe||we||Fe?Oe($)?ee=$:Pt($)?ee=Qn($):we?(re=!1,ee=nD(U,!0)):Fe?(re=!1,ee=rD(U,!0)):ee=[]:Rl(U)||Wa(U)?(ee=$,Wa($)?ee=JD($):(!Ct($)||ni($))&&(ee=xD(U))):re=!1}re&&(N.set(U,ee),C(ee,U,b,_,N),N.delete(U)),$m(a,f,ee)}function VE(a,u){var f=a.length;if(f)return u+=u<0?f:0,ti(u,f)?a[u]:e}function GE(a,u,f){u.length?u=xt(u,function(_){return Oe(_)?function(N){return Ha(N,_.length===1?_[0]:_)}:_}):u=[er];var b=-1;u=xt(u,pr(Ie()));var C=UE(a,function(_,N,$){var U=xt(u,function(J){return J(_)});return{criteria:U,index:++b,value:_}});return rF(C,function(_,N){return jL(_,N,f)})}function FL(a,u){return YE(a,u,function(f,b){return x1(a,b)})}function YE(a,u,f){for(var b=-1,C=u.length,_={};++b<C;){var N=u[b],$=Ha(a,N);f($,N)&&Sl(_,zi(N,a),$)}return _}function LL(a){return function(u){return Ha(u,a)}}function qm(a,u,f,b){var C=b?nF:$s,_=-1,N=u.length,$=a;for(a===u&&(u=Qn(u)),f&&($=xt(a,pr(f)));++_<N;)for(var U=0,J=u[_],ee=f?f(J):J;(U=C($,ee,U,b))>-1;)$!==a&&tf.call($,U,1),tf.call(a,U,1);return a}function qE(a,u){for(var f=a?u.length:0,b=f-1;f--;){var C=u[f];if(f==b||C!==_){var _=C;ti(C)?tf.call(a,C,1):Zm(a,C)}}return a}function Xm(a,u){return a+of(_E()*(u-a+1))}function RL(a,u,f,b){for(var C=-1,_=Qt(rf((u-a)/(f||1)),0),N=V(_);_--;)N[b?_:++C]=a,a+=f;return N}function Km(a,u){var f="";if(!a||u<1||u>ke)return f;do u%2&&(f+=a),u=of(u/2),u&&(a+=a);while(u);return f}function He(a,u){return p1(kD(a,u,er),a+"")}function NL(a){return FE(Ks(a))}function OL(a,u){var f=Ks(a);return vf(f,za(u,0,f.length))}function Sl(a,u,f,b){if(!Ct(a))return a;u=zi(u,a);for(var C=-1,_=u.length,N=_-1,$=a;$!=null&&++C<_;){var U=Co(u[C]),J=f;if(U==="__proto__"||U==="constructor"||U==="prototype")return a;if(C!=N){var ee=$[U];J=b?b(ee,U,$):e,J===e&&(J=Ct(ee)?ee:ti(u[C+1])?[]:{})}Cl($,U,J),$=$[U]}return a}var XE=af?function(a,u){return af.set(a,u),a}:er,ML=nf?function(a,u){return nf(a,"toString",{configurable:!0,enumerable:!1,value:w1(u),writable:!0})}:er;function PL(a){return vf(Ks(a))}function Rr(a,u,f){var b=-1,C=a.length;u<0&&(u=-u>C?0:C+u),f=f>C?C:f,f<0&&(f+=C),C=u>f?0:f-u>>>0,u>>>=0;for(var _=V(C);++b<C;)_[b]=a[b+u];return _}function BL(a,u){var f;return Bi(a,function(b,C,_){return f=u(b,C,_),!f}),!!f}function pf(a,u,f){var b=0,C=a==null?b:a.length;if(typeof u=="number"&&u===u&&C<=Te){for(;b<C;){var _=b+C>>>1,N=a[_];N!==null&&!mr(N)&&(f?N<=u:N<u)?b=_+1:C=_}return C}return Qm(a,u,er,f)}function Qm(a,u,f,b){var C=0,_=a==null?0:a.length;if(_===0)return 0;u=f(u);for(var N=u!==u,$=u===null,U=mr(u),J=u===e;C<_;){var ee=of((C+_)/2),re=f(a[ee]),pe=re!==e,we=re===null,Fe=re===re,$e=mr(re);if(N)var Le=b||Fe;else J?Le=Fe&&(b||pe):$?Le=Fe&&pe&&(b||!we):U?Le=Fe&&pe&&!we&&(b||!$e):we||$e?Le=!1:Le=b?re<=u:re<u;Le?C=ee+1:_=ee}return vn(_,R)}function KE(a,u){for(var f=-1,b=a.length,C=0,_=[];++f<b;){var N=a[f],$=u?u(N):N;if(!f||!to($,U)){var U=$;_[C++]=N===0?0:N}}return _}function QE(a){return typeof a=="number"?a:mr(a)?se:+a}function hr(a){if(typeof a=="string")return a;if(Oe(a))return xt(a,hr)+"";if(mr(a))return SE?SE.call(a):"";var u=a+"";return u=="0"&&1/a==-ge?"-0":u}function $i(a,u,f){var b=-1,C=Vd,_=a.length,N=!0,$=[],U=$;if(f)N=!1,C=Tm;else if(_>=n){var J=u?null:XL(a);if(J)return Yd(J);N=!1,C=El,U=new $a}else U=u?[]:$;e:for(;++b<_;){var ee=a[b],re=u?u(ee):ee;if(ee=f||ee!==0?ee:0,N&&re===re){for(var pe=U.length;pe--;)if(U[pe]===re)continue e;u&&U.push(re),$.push(ee)}else C(U,re,f)||(U!==$&&U.push(re),$.push(ee))}return $}function Zm(a,u){u=zi(u,a);var f=-1,b=u.length;if(!b)return!0;for(var C=a==null||typeof a!="object"&&typeof a!="function";++f<b;){var _=u[f];if(typeof _=="string"){if(_==="__proto__"&&!nt.call(a,"__proto__"))return!1;if(_==="constructor"&&f+1<b&&typeof u[f+1]=="string"&&u[f+1]==="prototype"){if(C&&f===0)continue;return!1}}}var N=CD(a,u);return N==null||delete N[Co(Nr(u))]}function ZE(a,u,f,b){return Sl(a,u,f(Ha(a,u)),b)}function hf(a,u,f,b){for(var C=a.length,_=b?C:-1;(b?_--:++_<C)&&u(a[_],_,a););return f?Rr(a,b?0:_,b?_+1:C):Rr(a,b?_+1:0,b?C:_)}function JE(a,u){var f=a;return f instanceof qe&&(f=f.value()),Am(u,function(b,C){return C.func.apply(C.thisArg,Ni([b],C.args))},f)}function Jm(a,u,f){var b=a.length;if(b<2)return b?$i(a[0]):[];for(var C=-1,_=V(b);++C<b;)for(var N=a[C],$=-1;++$<b;)$!=C&&(_[C]=Tl(_[C]||N,a[$],u,f));return $i(hn(_,1),u,f)}function eD(a,u,f){for(var b=-1,C=a.length,_=u.length,N={};++b<C;){var $=b<_?u[b]:e;f(N,a[b],$)}return N}function e1(a){return Pt(a)?a:[]}function t1(a){return typeof a=="function"?a:er}function zi(a,u){return Oe(a)?a:c1(a,u)?[a]:SD(rt(a))}var $L=He;function Hi(a,u,f){var b=a.length;return f=f===e?b:f,!u&&f>=b?a:Rr(a,u,f)}var tD=TF||function(a){return nn.clearTimeout(a)};function nD(a,u){if(u)return a.slice();var f=a.length,b=wE?wE(f):new a.constructor(f);return a.copy(b),b}function n1(a){var u=new a.constructor(a.byteLength);return new Jd(u).set(new Jd(a)),u}function zL(a,u){var f=u?n1(a.buffer):a.buffer;return new a.constructor(f,a.byteOffset,a.byteLength)}function HL(a){var u=new a.constructor(a.source,$6.exec(a));return u.lastIndex=a.lastIndex,u}function UL(a){return kl?ct(kl.call(a)):{}}function rD(a,u){var f=u?n1(a.buffer):a.buffer;return new a.constructor(f,a.byteOffset,a.length)}function oD(a,u){if(a!==u){var f=a!==e,b=a===null,C=a===a,_=mr(a),N=u!==e,$=u===null,U=u===u,J=mr(u);if(!$&&!J&&!_&&a>u||_&&N&&U&&!$&&!J||b&&N&&U||!f&&U||!C)return 1;if(!b&&!_&&!J&&a<u||J&&f&&C&&!b&&!_||$&&f&&C||!N&&C||!U)return-1}return 0}function jL(a,u,f){for(var b=-1,C=a.criteria,_=u.criteria,N=C.length,$=f.length;++b<N;){var U=oD(C[b],_[b]);if(U){if(b>=$)return U;var J=f[b];return U*(J=="desc"?-1:1)}}return a.index-u.index}function iD(a,u,f,b){for(var C=-1,_=a.length,N=f.length,$=-1,U=u.length,J=Qt(_-N,0),ee=V(U+J),re=!b;++$<U;)ee[$]=u[$];for(;++C<N;)(re||C<_)&&(ee[f[C]]=a[C]);for(;J--;)ee[$++]=a[C++];return ee}function aD(a,u,f,b){for(var C=-1,_=a.length,N=-1,$=f.length,U=-1,J=u.length,ee=Qt(_-$,0),re=V(ee+J),pe=!b;++C<ee;)re[C]=a[C];for(var we=C;++U<J;)re[we+U]=u[U];for(;++N<$;)(pe||C<_)&&(re[we+f[N]]=a[C++]);return re}function Qn(a,u){var f=-1,b=a.length;for(u||(u=V(b));++f<b;)u[f]=a[f];return u}function ko(a,u,f,b){var C=!f;f||(f={});for(var _=-1,N=u.length;++_<N;){var $=u[_],U=b?b(f[$],a[$],$,f,a):e;U===e&&(U=a[$]),C?Zo(f,$,U):Cl(f,$,U)}return f}function WL(a,u){return ko(a,l1(a),u)}function VL(a,u){return ko(a,ED(a),u)}function mf(a,u){return function(f,b){var C=Oe(f)?KI:pL,_=u?u():{};return C(f,a,Ie(b,2),_)}}function Gs(a){return He(function(u,f){var b=-1,C=f.length,_=C>1?f[C-1]:e,N=C>2?f[2]:e;for(_=a.length>3&&typeof _=="function"?(C--,_):e,N&&Bn(f[0],f[1],N)&&(_=C<3?e:_,C=1),u=ct(u);++b<C;){var $=f[b];$&&a(u,$,b,_)}return u})}function sD(a,u){return function(f,b){if(f==null)return f;if(!Zn(f))return a(f,b);for(var C=f.length,_=u?C:-1,N=ct(f);(u?_--:++_<C)&&b(N[_],_,N)!==!1;);return f}}function uD(a){return function(u,f,b){for(var C=-1,_=ct(u),N=b(u),$=N.length;$--;){var U=N[a?$:++C];if(f(_[U],U,_)===!1)break}return u}}function GL(a,u,f){var b=u&D,C=Il(a);function _(){var N=this&&this!==nn&&this instanceof _?C:a;return N.apply(b?f:this,arguments)}return _}function lD(a){return function(u){u=rt(u);var f=zs(u)?Jr(u):e,b=f?f[0]:u.charAt(0),C=f?Hi(f,1).join(""):u.slice(1);return b[a]()+C}}function Ys(a){return function(u){return Am(sx(ax(u).replace(MI,"")),a,"")}}function Il(a){return function(){var u=arguments;switch(u.length){case 0:return new a;case 1:return new a(u[0]);case 2:return new a(u[0],u[1]);case 3:return new a(u[0],u[1],u[2]);case 4:return new a(u[0],u[1],u[2],u[3]);case 5:return new a(u[0],u[1],u[2],u[3],u[4]);case 6:return new a(u[0],u[1],u[2],u[3],u[4],u[5]);case 7:return new a(u[0],u[1],u[2],u[3],u[4],u[5],u[6])}var f=Vs(a.prototype),b=a.apply(f,u);return Ct(b)?b:f}}function YL(a,u,f){var b=Il(a);function C(){for(var _=arguments.length,N=V(_),$=_,U=qs(C);$--;)N[$]=arguments[$];var J=_<3&&N[0]!==U&&N[_-1]!==U?[]:Oi(N,U);if(_-=J.length,_<f)return hD(a,u,gf,C.placeholder,e,N,J,e,e,f-_);var ee=this&&this!==nn&&this instanceof C?b:a;return fr(ee,this,N)}return C}function cD(a){return function(u,f,b){var C=ct(u);if(!Zn(u)){var _=Ie(f,3);u=rn(u),f=function($){return _(C[$],$,C)}}var N=a(u,f,b);return N>-1?C[_?u[N]:N]:e}}function dD(a){return ei(function(u){var f=u.length,b=f,C=Fr.prototype.thru;for(a&&u.reverse();b--;){var _=u[b];if(typeof _!="function")throw new Ir(o);if(C&&!N&&Df(_)=="wrapper")var N=new Fr([],!0)}for(b=N?b:f;++b<f;){_=u[b];var $=Df(_),U=$=="wrapper"?s1(_):e;U&&d1(U[0])&&U[1]==(B|x|k|I)&&!U[4].length&&U[9]==1?N=N[Df(U[0])].apply(N,U[3]):N=_.length==1&&d1(_)?N[$]():N.thru(_)}return function(){var J=arguments,ee=J[0];if(N&&J.length==1&&Oe(ee))return N.plant(ee).value();for(var re=0,pe=f?u[re].apply(this,J):ee;++re<f;)pe=u[re].call(this,pe);return pe}})}function gf(a,u,f,b,C,_,N,$,U,J){var ee=u&B,re=u&D,pe=u&w,we=u&(x|v),Fe=u&z,$e=pe?e:Il(a);function Le(){for(var Ge=arguments.length,Qe=V(Ge),gr=Ge;gr--;)Qe[gr]=arguments[gr];if(we)var $n=qs(Le),yr=iF(Qe,$n);if(b&&(Qe=iD(Qe,b,C,we)),_&&(Qe=aD(Qe,_,N,we)),Ge-=yr,we&&Ge<J){var Bt=Oi(Qe,$n);return hD(a,u,gf,Le.placeholder,f,Qe,Bt,$,U,J-Ge)}var no=re?f:this,oi=pe?no[a]:a;return Ge=Qe.length,$?Qe=pR(Qe,$):Fe&&Ge>1&&Qe.reverse(),ee&&U<Ge&&(Qe.length=U),this&&this!==nn&&this instanceof Le&&(oi=$e||Il(oi)),oi.apply(no,Qe)}return Le}function fD(a,u){return function(f,b){return xL(f,a,u(b),{})}}function yf(a,u){return function(f,b){var C;if(f===e&&b===e)return u;if(f!==e&&(C=f),b!==e){if(C===e)return b;typeof f=="string"||typeof b=="string"?(f=hr(f),b=hr(b)):(f=QE(f),b=QE(b)),C=a(f,b)}return C}}function r1(a){return ei(function(u){return u=xt(u,pr(Ie())),He(function(f){var b=this;return a(u,function(C){return fr(C,b,f)})})})}function bf(a,u){u=u===e?" ":hr(u);var f=u.length;if(f<2)return f?Km(u,a):u;var b=Km(u,rf(a/Hs(u)));return zs(u)?Hi(Jr(b),0,a).join(""):b.slice(0,a)}function qL(a,u,f,b){var C=u&D,_=Il(a);function N(){for(var $=-1,U=arguments.length,J=-1,ee=b.length,re=V(ee+U),pe=this&&this!==nn&&this instanceof N?_:a;++J<ee;)re[J]=b[J];for(;U--;)re[J++]=arguments[++$];return fr(pe,C?f:this,re)}return N}function pD(a){return function(u,f,b){return b&&typeof b!="number"&&Bn(u,f,b)&&(f=b=e),u=ri(u),f===e?(f=u,u=0):f=ri(f),b=b===e?u<f?1:-1:ri(b),RL(u,f,b,a)}}function Ef(a){return function(u,f){return typeof u=="string"&&typeof f=="string"||(u=Or(u),f=Or(f)),a(u,f)}}function hD(a,u,f,b,C,_,N,$,U,J){var ee=u&x,re=ee?N:e,pe=ee?e:N,we=ee?_:e,Fe=ee?e:_;u|=ee?k:L,u&=~(ee?L:k),u&A||(u&=~(D|w));var $e=[a,u,C,we,re,Fe,pe,$,U,J],Le=f.apply(e,$e);return d1(a)&&TD(Le,$e),Le.placeholder=b,AD(Le,a,u)}function o1(a){var u=Kt[a];return function(f,b){if(f=Or(f),b=b==null?0:vn(Be(b),292),b&&AE(f)){var C=(rt(f)+"e").split("e"),_=u(C[0]+"e"+(+C[1]+b));return C=(rt(_)+"e").split("e"),+(C[0]+"e"+(+C[1]-b))}return u(f)}}var XL=js&&1/Yd(new js([,-0]))[1]==ge?function(a){return new js(a)}:T1;function mD(a){return function(u){var f=wn(u);return f==ut?Nm(u):f==Kn?fF(u):oF(u,a(u))}}function Jo(a,u,f,b,C,_,N,$){var U=u&w;if(!U&&typeof a!="function")throw new Ir(o);var J=b?b.length:0;if(J||(u&=~(k|L),b=C=e),N=N===e?N:Qt(Be(N),0),$=$===e?$:Be($),J-=C?C.length:0,u&L){var ee=b,re=C;b=C=e}var pe=U?e:s1(a),we=[a,u,f,b,C,ee,re,_,N,$];if(pe&&cR(we,pe),a=we[0],u=we[1],f=we[2],b=we[3],C=we[4],$=we[9]=we[9]===e?U?0:a.length:Qt(we[9]-J,0),!$&&u&(x|v)&&(u&=~(x|v)),!u||u==D)var Fe=GL(a,u,f);else u==x||u==v?Fe=YL(a,u,$):(u==k||u==(D|k))&&!C.length?Fe=qL(a,u,f,b):Fe=gf.apply(e,we);var $e=pe?XE:TD;return AD($e(Fe,we),a,u)}function gD(a,u,f,b){return a===e||to(a,Us[f])&&!nt.call(b,f)?u:a}function yD(a,u,f,b,C,_){return Ct(a)&&Ct(u)&&(_.set(u,a),ff(a,u,e,yD,_),_.delete(u)),a}function KL(a){return Rl(a)?e:a}function bD(a,u,f,b,C,_){var N=f&E,$=a.length,U=u.length;if($!=U&&!(N&&U>$))return!1;var J=_.get(a),ee=_.get(u);if(J&&ee)return J==u&&ee==a;var re=-1,pe=!0,we=f&y?new $a:e;for(_.set(a,u),_.set(u,a);++re<$;){var Fe=a[re],$e=u[re];if(b)var Le=N?b($e,Fe,re,u,a,_):b(Fe,$e,re,a,u,_);if(Le!==e){if(Le)continue;pe=!1;break}if(we){if(!_m(u,function(Ge,Qe){if(!El(we,Qe)&&(Fe===Ge||C(Fe,Ge,f,b,_)))return we.push(Qe)})){pe=!1;break}}else if(!(Fe===$e||C(Fe,$e,f,b,_))){pe=!1;break}}return _.delete(a),_.delete(u),pe}function QL(a,u,f,b,C,_,N){switch(f){case K:if(a.byteLength!=u.byteLength||a.byteOffset!=u.byteOffset)return!1;a=a.buffer,u=u.buffer;case Oa:return!(a.byteLength!=u.byteLength||!_(new Jd(a),new Jd(u)));case pn:case tn:case cr:return to(+a,+u);case Mt:return a.name==u.name&&a.message==u.message;case Ra:case Fi:return a==u+"";case ut:var $=Nm;case Kn:var U=b&E;if($||($=Yd),a.size!=u.size&&!U)return!1;var J=N.get(a);if(J)return J==u;b|=y,N.set(a,u);var ee=bD($(a),$(u),b,C,_,N);return N.delete(a),ee;case Ps:if(kl)return kl.call(a)==kl.call(u)}return!1}function ZL(a,u,f,b,C,_){var N=f&E,$=i1(a),U=$.length,J=i1(u),ee=J.length;if(U!=ee&&!N)return!1;for(var re=U;re--;){var pe=$[re];if(!(N?pe in u:nt.call(u,pe)))return!1}var we=_.get(a),Fe=_.get(u);if(we&&Fe)return we==u&&Fe==a;var $e=!0;_.set(a,u),_.set(u,a);for(var Le=N;++re<U;){pe=$[re];var Ge=a[pe],Qe=u[pe];if(b)var gr=N?b(Qe,Ge,pe,u,a,_):b(Ge,Qe,pe,a,u,_);if(!(gr===e?Ge===Qe||C(Ge,Qe,f,b,_):gr)){$e=!1;break}Le||(Le=pe=="constructor")}if($e&&!Le){var $n=a.constructor,yr=u.constructor;$n!=yr&&"constructor"in a&&"constructor"in u&&!(typeof $n=="function"&&$n instanceof $n&&typeof yr=="function"&&yr instanceof yr)&&($e=!1)}return _.delete(a),_.delete(u),$e}function ei(a){return p1(kD(a,e,RD),a+"")}function i1(a){return BE(a,rn,l1)}function a1(a){return BE(a,Jn,ED)}var s1=af?function(a){return af.get(a)}:T1;function Df(a){for(var u=a.name+"",f=Ws[u],b=nt.call(Ws,u)?f.length:0;b--;){var C=f[b],_=C.func;if(_==null||_==a)return C.name}return u}function qs(a){var u=nt.call(T,"placeholder")?T:a;return u.placeholder}function Ie(){var a=T.iteratee||k1;return a=a===k1?HE:a,arguments.length?a(arguments[0],arguments[1]):a}function xf(a,u){var f=a.__data__;return aR(u)?f[typeof u=="string"?"string":"hash"]:f.map}function u1(a){for(var u=rn(a),f=u.length;f--;){var b=u[f],C=a[b];u[f]=[b,C,vD(C)]}return u}function Ua(a,u){var f=lF(a,u);return zE(f)?f:e}function JL(a){var u=nt.call(a,Pa),f=a[Pa];try{a[Pa]=e;var b=!0}catch{}var C=Qd.call(a);return b&&(u?a[Pa]=f:delete a[Pa]),C}var l1=Mm?function(a){return a==null?[]:(a=ct(a),Ri(Mm(a),function(u){return CE.call(a,u)}))}:A1,ED=Mm?function(a){for(var u=[];a;)Ni(u,l1(a)),a=ef(a);return u}:A1,wn=Pn;(Pm&&wn(new Pm(new ArrayBuffer(1)))!=K||xl&&wn(new xl)!=ut||Bm&&wn(Bm.resolve())!=bl||js&&wn(new js)!=Kn||vl&&wn(new vl)!=Na)&&(wn=function(a){var u=Pn(a),f=u==Xt?a.constructor:e,b=f?ja(f):"";if(b)switch(b){case OF:return K;case MF:return ut;case PF:return bl;case BF:return Kn;case $F:return Na}return u});function eR(a,u,f){for(var b=-1,C=f.length;++b<C;){var _=f[b],N=_.size;switch(_.type){case"drop":a+=N;break;case"dropRight":u-=N;break;case"take":u=vn(u,a+N);break;case"takeRight":a=Qt(a,u-N);break}}return{start:a,end:u}}function tR(a){var u=a.match(sI);return u?u[1].split(uI):[]}function DD(a,u,f){u=zi(u,a);for(var b=-1,C=u.length,_=!1;++b<C;){var N=Co(u[b]);if(!(_=a!=null&&f(a,N)))break;a=a[N]}return _||++b!=C?_:(C=a==null?0:a.length,!!C&&_f(C)&&ti(N,C)&&(Oe(a)||Wa(a)))}function nR(a){var u=a.length,f=new a.constructor(u);return u&&typeof a[0]=="string"&&nt.call(a,"index")&&(f.index=a.index,f.input=a.input),f}function xD(a){return typeof a.constructor=="function"&&!Fl(a)?Vs(ef(a)):{}}function rR(a,u,f){var b=a.constructor;switch(u){case Oa:return n1(a);case pn:case tn:return new b(+a);case K:return zL(a,f);case ce:case Re:case ze:case et:case On:case Qr:case dr:case qo:case Xo:return rD(a,f);case ut:return new b;case cr:case Fi:return new b(a);case Ra:return HL(a);case Kn:return new b;case Ps:return UL(a)}}function oR(a,u){var f=u.length;if(!f)return a;var b=f-1;return u[b]=(f>1?"& ":"")+u[b],u=u.join(f>2?", ":" "),a.replace(aI,`{
8
+ `+i.stack}return{value:e,source:t,stack:o,digest:null}}function Zg(e,t,n){return{value:e,source:null,stack:n??null,digest:t??null}}function N3(e,t){try{console.error(t.value)}catch(n){setTimeout(function(){throw n})}}var rH=typeof WeakMap=="function"?WeakMap:Map;function BT(e,t,n){n=mi(-1,n),n.tag=3,n.payload={element:null};var r=t.value;return n.callback=function(){h0||(h0=!0,W3=r),N3(e,t)},n}function $T(e,t,n){n=mi(-1,n),n.tag=3;var r=e.type.getDerivedStateFromError;if(typeof r=="function"){var o=t.value;n.payload=function(){return r(o)},n.callback=function(){N3(e,t)}}var i=e.stateNode;return i!==null&&typeof i.componentDidCatch=="function"&&(n.callback=function(){N3(e,t),typeof r!="function"&&(la===null?la=new Set([this]):la.add(this));var s=t.stack;this.componentDidCatch(t.value,{componentStack:s!==null?s:""})}),n}function Kk(e,t,n){var r=e.pingCache;if(r===null){r=e.pingCache=new rH;var o=new Set;r.set(t,o)}else o=r.get(t),o===void 0&&(o=new Set,r.set(t,o));o.has(n)||(o.add(n),e=yH.bind(null,e,t,n),t.then(e,e))}function Qk(e){do{var t;if((t=e.tag===13)&&(t=e.memoizedState,t=t!==null?t.dehydrated!==null:!0),t)return e;e=e.return}while(e!==null);return null}function Zk(e,t,n,r,o){return e.mode&1?(e.flags|=65536,e.lanes=o,e):(e===t?e.flags|=65536:(e.flags|=128,n.flags|=131072,n.flags&=-52805,n.tag===1&&(n.alternate===null?n.tag=17:(t=mi(-1,1),t.tag=2,ua(n,t,1))),n.lanes|=1),e)}var oH=Di.ReactCurrentOwner,rr=!1;function jn(e,t,n,r){t.child=e===null?hT(t,null,n,r):Bu(t,e.child,n,r)}function Jk(e,t,n,r,o){n=n.render;var i=t.ref;return Ru(t,o),r=v2(e,t,n,r,i,o),n=w2(),e!==null&&!rr?(t.updateQueue=e.updateQueue,t.flags&=-2053,e.lanes&=~o,Ei(e,t,o)):(wt&&n&&c2(t),t.flags|=1,jn(e,t,r,o),t.child)}function eC(e,t,n,r,o){if(e===null){var i=n.type;return typeof i=="function"&&!R2(i)&&i.defaultProps===void 0&&n.compare===null&&n.defaultProps===void 0?(t.tag=15,t.type=i,zT(e,t,i,r,o)):(e=Yp(n.type,null,r,t,t.mode,o),e.ref=t.ref,e.return=t,t.child=e)}if(i=e.child,!(e.lanes&o)){var s=i.memoizedProps;if(n=n.compare,n=n!==null?n:Oc,n(s,r)&&e.ref===t.ref)return Ei(e,t,o)}return t.flags|=1,e=da(i,r),e.ref=t.ref,e.return=t,t.child=e}function zT(e,t,n,r,o){if(e!==null){var i=e.memoizedProps;if(Oc(i,r)&&e.ref===t.ref)if(rr=!1,t.pendingProps=r=i,(e.lanes&o)!==0)e.flags&131072&&(rr=!0);else return t.lanes=e.lanes,Ei(e,t,o)}return O3(e,t,n,r,o)}function HT(e,t,n){var r=t.pendingProps,o=r.children,i=e!==null?e.memoizedState:null;if(r.mode==="hidden")if(!(t.mode&1))t.memoizedState={baseLanes:0,cachePool:null,transitions:null},mt(_u,Dr),Dr|=n;else{if(!(n&1073741824))return e=i!==null?i.baseLanes|n:n,t.lanes=t.childLanes=1073741824,t.memoizedState={baseLanes:e,cachePool:null,transitions:null},t.updateQueue=null,mt(_u,Dr),Dr|=e,null;t.memoizedState={baseLanes:0,cachePool:null,transitions:null},r=i!==null?i.baseLanes:n,mt(_u,Dr),Dr|=r}else i!==null?(r=i.baseLanes|n,t.memoizedState=null):r=n,mt(_u,Dr),Dr|=r;return jn(e,t,o,n),t.child}function UT(e,t){var n=t.ref;(e===null&&n!==null||e!==null&&e.ref!==n)&&(t.flags|=512,t.flags|=2097152)}function O3(e,t,n,r,o){var i=ir(n)?us:Sn.current;return i=Mu(t,i),Ru(t,o),n=v2(e,t,n,r,i,o),r=w2(),e!==null&&!rr?(t.updateQueue=e.updateQueue,t.flags&=-2053,e.lanes&=~o,Ei(e,t,o)):(wt&&r&&c2(t),t.flags|=1,jn(e,t,n,o),t.child)}function tC(e,t,n,r,o){if(ir(n)){var i=!0;o0(t)}else i=!1;if(Ru(t,o),t.stateNode===null)Wp(e,t),PT(t,n,r),R3(t,n,r,o),r=!0;else if(e===null){var s=t.stateNode,l=t.memoizedProps;s.props=l;var c=s.context,d=n.contextType;typeof d=="object"&&d!==null?d=Wr(d):(d=ir(n)?us:Sn.current,d=Mu(t,d));var h=n.getDerivedStateFromProps,g=typeof h=="function"||typeof s.getSnapshotBeforeUpdate=="function";g||typeof s.UNSAFE_componentWillReceiveProps!="function"&&typeof s.componentWillReceiveProps!="function"||(l!==r||c!==d)&&Xk(t,s,r,d),Ji=!1;var E=t.memoizedState;s.state=E,l0(t,r,s,o),c=t.memoizedState,l!==r||E!==c||or.current||Ji?(typeof h=="function"&&(L3(t,n,h,r),c=t.memoizedState),(l=Ji||qk(t,n,l,r,E,c,d))?(g||typeof s.UNSAFE_componentWillMount!="function"&&typeof s.componentWillMount!="function"||(typeof s.componentWillMount=="function"&&s.componentWillMount(),typeof s.UNSAFE_componentWillMount=="function"&&s.UNSAFE_componentWillMount()),typeof s.componentDidMount=="function"&&(t.flags|=4194308)):(typeof s.componentDidMount=="function"&&(t.flags|=4194308),t.memoizedProps=r,t.memoizedState=c),s.props=r,s.state=c,s.context=d,r=l):(typeof s.componentDidMount=="function"&&(t.flags|=4194308),r=!1)}else{s=t.stateNode,gT(e,t),l=t.memoizedProps,d=t.type===t.elementType?l:co(t.type,l),s.props=d,g=t.pendingProps,E=s.context,c=n.contextType,typeof c=="object"&&c!==null?c=Wr(c):(c=ir(n)?us:Sn.current,c=Mu(t,c));var y=n.getDerivedStateFromProps;(h=typeof y=="function"||typeof s.getSnapshotBeforeUpdate=="function")||typeof s.UNSAFE_componentWillReceiveProps!="function"&&typeof s.componentWillReceiveProps!="function"||(l!==g||E!==c)&&Xk(t,s,r,c),Ji=!1,E=t.memoizedState,s.state=E,l0(t,r,s,o);var D=t.memoizedState;l!==g||E!==D||or.current||Ji?(typeof y=="function"&&(L3(t,n,y,r),D=t.memoizedState),(d=Ji||qk(t,n,d,r,E,D,c)||!1)?(h||typeof s.UNSAFE_componentWillUpdate!="function"&&typeof s.componentWillUpdate!="function"||(typeof s.componentWillUpdate=="function"&&s.componentWillUpdate(r,D,c),typeof s.UNSAFE_componentWillUpdate=="function"&&s.UNSAFE_componentWillUpdate(r,D,c)),typeof s.componentDidUpdate=="function"&&(t.flags|=4),typeof s.getSnapshotBeforeUpdate=="function"&&(t.flags|=1024)):(typeof s.componentDidUpdate!="function"||l===e.memoizedProps&&E===e.memoizedState||(t.flags|=4),typeof s.getSnapshotBeforeUpdate!="function"||l===e.memoizedProps&&E===e.memoizedState||(t.flags|=1024),t.memoizedProps=r,t.memoizedState=D),s.props=r,s.state=D,s.context=c,r=d):(typeof s.componentDidUpdate!="function"||l===e.memoizedProps&&E===e.memoizedState||(t.flags|=4),typeof s.getSnapshotBeforeUpdate!="function"||l===e.memoizedProps&&E===e.memoizedState||(t.flags|=1024),r=!1)}return M3(e,t,n,r,i,o)}function M3(e,t,n,r,o,i){UT(e,t);var s=(t.flags&128)!==0;if(!r&&!s)return o&&zk(t,n,!1),Ei(e,t,i);r=t.stateNode,oH.current=t;var l=s&&typeof n.getDerivedStateFromError!="function"?null:r.render();return t.flags|=1,e!==null&&s?(t.child=Bu(t,e.child,null,i),t.child=Bu(t,null,l,i)):jn(e,t,l,i),t.memoizedState=r.state,o&&zk(t,n,!0),t.child}function jT(e){var t=e.stateNode;t.pendingContext?$k(e,t.pendingContext,t.pendingContext!==t.context):t.context&&$k(e,t.context,!1),b2(e,t.containerInfo)}function nC(e,t,n,r,o){return Pu(),f2(o),t.flags|=256,jn(e,t,n,r),t.child}var P3={dehydrated:null,treeContext:null,retryLane:0};function B3(e){return{baseLanes:e,cachePool:null,transitions:null}}function WT(e,t,n){var r=t.pendingProps,o=_t.current,i=!1,s=(t.flags&128)!==0,l;if((l=s)||(l=e!==null&&e.memoizedState===null?!1:(o&2)!==0),l?(i=!0,t.flags&=-129):(e===null||e.memoizedState!==null)&&(o|=1),mt(_t,o&1),e===null)return I3(t),e=t.memoizedState,e!==null&&(e=e.dehydrated,e!==null)?(t.mode&1?e.data==="$!"?t.lanes=8:t.lanes=1073741824:t.lanes=1,null):(s=r.children,e=r.fallback,i?(r=t.mode,i=t.child,s={mode:"hidden",children:s},!(r&1)&&i!==null?(i.childLanes=0,i.pendingProps=s):i=_0(s,r,0,null),e=ss(e,r,n,null),i.return=t,e.return=t,i.sibling=e,t.child=i,t.child.memoizedState=B3(n),t.memoizedState=P3,e):T2(t,s));if(o=e.memoizedState,o!==null&&(l=o.dehydrated,l!==null))return iH(e,t,s,r,l,o,n);if(i){i=r.fallback,s=t.mode,o=e.child,l=o.sibling;var c={mode:"hidden",children:r.children};return!(s&1)&&t.child!==o?(r=t.child,r.childLanes=0,r.pendingProps=c,t.deletions=null):(r=da(o,c),r.subtreeFlags=o.subtreeFlags&14680064),l!==null?i=da(l,i):(i=ss(i,s,n,null),i.flags|=2),i.return=t,r.return=t,r.sibling=i,t.child=r,r=i,i=t.child,s=e.child.memoizedState,s=s===null?B3(n):{baseLanes:s.baseLanes|n,cachePool:null,transitions:s.transitions},i.memoizedState=s,i.childLanes=e.childLanes&~n,t.memoizedState=P3,r}return i=e.child,e=i.sibling,r=da(i,{mode:"visible",children:r.children}),!(t.mode&1)&&(r.lanes=n),r.return=t,r.sibling=null,e!==null&&(n=t.deletions,n===null?(t.deletions=[e],t.flags|=16):n.push(e)),t.child=r,t.memoizedState=null,r}function T2(e,t){return t=_0({mode:"visible",children:t},e.mode,0,null),t.return=e,e.child=t}function Op(e,t,n,r){return r!==null&&f2(r),Bu(t,e.child,null,n),e=T2(t,t.pendingProps.children),e.flags|=2,t.memoizedState=null,e}function iH(e,t,n,r,o,i,s){if(n)return t.flags&256?(t.flags&=-257,r=Zg(Error(ae(422))),Op(e,t,s,r)):t.memoizedState!==null?(t.child=e.child,t.flags|=128,null):(i=r.fallback,o=t.mode,r=_0({mode:"visible",children:r.children},o,0,null),i=ss(i,o,s,null),i.flags|=2,r.return=t,i.return=t,r.sibling=i,t.child=r,t.mode&1&&Bu(t,e.child,null,s),t.child.memoizedState=B3(s),t.memoizedState=P3,i);if(!(t.mode&1))return Op(e,t,s,null);if(o.data==="$!"){if(r=o.nextSibling&&o.nextSibling.dataset,r)var l=r.dgst;return r=l,i=Error(ae(419)),r=Zg(i,r,void 0),Op(e,t,s,r)}if(l=(s&e.childLanes)!==0,rr||l){if(r=ln,r!==null){switch(s&-s){case 4:o=2;break;case 16:o=8;break;case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:o=32;break;case 536870912:o=268435456;break;default:o=0}o=o&(r.suspendedLanes|s)?0:o,o!==0&&o!==i.retryLane&&(i.retryLane=o,bi(e,o),mo(r,e,o,-1))}return L2(),r=Zg(Error(ae(421))),Op(e,t,s,r)}return o.data==="$?"?(t.flags|=128,t.child=e.child,t=bH.bind(null,e),o._reactRetry=t,null):(e=i.treeContext,xr=sa(o.nextSibling),vr=t,wt=!0,po=null,e!==null&&(zr[Hr++]=pi,zr[Hr++]=hi,zr[Hr++]=ls,pi=e.id,hi=e.overflow,ls=t),t=T2(t,r.children),t.flags|=4096,t)}function rC(e,t,n){e.lanes|=t;var r=e.alternate;r!==null&&(r.lanes|=t),F3(e.return,t,n)}function Jg(e,t,n,r,o){var i=e.memoizedState;i===null?e.memoizedState={isBackwards:t,rendering:null,renderingStartTime:0,last:r,tail:n,tailMode:o}:(i.isBackwards=t,i.rendering=null,i.renderingStartTime=0,i.last=r,i.tail=n,i.tailMode=o)}function VT(e,t,n){var r=t.pendingProps,o=r.revealOrder,i=r.tail;if(jn(e,t,r.children,n),r=_t.current,r&2)r=r&1|2,t.flags|=128;else{if(e!==null&&e.flags&128)e:for(e=t.child;e!==null;){if(e.tag===13)e.memoizedState!==null&&rC(e,n,t);else if(e.tag===19)rC(e,n,t);else if(e.child!==null){e.child.return=e,e=e.child;continue}if(e===t)break e;for(;e.sibling===null;){if(e.return===null||e.return===t)break e;e=e.return}e.sibling.return=e.return,e=e.sibling}r&=1}if(mt(_t,r),!(t.mode&1))t.memoizedState=null;else switch(o){case"forwards":for(n=t.child,o=null;n!==null;)e=n.alternate,e!==null&&c0(e)===null&&(o=n),n=n.sibling;n=o,n===null?(o=t.child,t.child=null):(o=n.sibling,n.sibling=null),Jg(t,!1,o,n,i);break;case"backwards":for(n=null,o=t.child,t.child=null;o!==null;){if(e=o.alternate,e!==null&&c0(e)===null){t.child=o;break}e=o.sibling,o.sibling=n,n=o,o=e}Jg(t,!0,n,null,i);break;case"together":Jg(t,!1,null,null,void 0);break;default:t.memoizedState=null}return t.child}function Wp(e,t){!(t.mode&1)&&e!==null&&(e.alternate=null,t.alternate=null,t.flags|=2)}function Ei(e,t,n){if(e!==null&&(t.dependencies=e.dependencies),ds|=t.lanes,!(n&t.childLanes))return null;if(e!==null&&t.child!==e.child)throw Error(ae(153));if(t.child!==null){for(e=t.child,n=da(e,e.pendingProps),t.child=n,n.return=t;e.sibling!==null;)e=e.sibling,n=n.sibling=da(e,e.pendingProps),n.return=t;n.sibling=null}return t.child}function aH(e,t,n){switch(t.tag){case 3:jT(t),Pu();break;case 5:yT(t);break;case 1:ir(t.type)&&o0(t);break;case 4:b2(t,t.stateNode.containerInfo);break;case 10:var r=t.type._context,o=t.memoizedProps.value;mt(s0,r._currentValue),r._currentValue=o;break;case 13:if(r=t.memoizedState,r!==null)return r.dehydrated!==null?(mt(_t,_t.current&1),t.flags|=128,null):n&t.child.childLanes?WT(e,t,n):(mt(_t,_t.current&1),e=Ei(e,t,n),e!==null?e.sibling:null);mt(_t,_t.current&1);break;case 19:if(r=(n&t.childLanes)!==0,e.flags&128){if(r)return VT(e,t,n);t.flags|=128}if(o=t.memoizedState,o!==null&&(o.rendering=null,o.tail=null,o.lastEffect=null),mt(_t,_t.current),r)break;return null;case 22:case 23:return t.lanes=0,HT(e,t,n)}return Ei(e,t,n)}var GT,$3,YT,qT;GT=function(e,t){for(var n=t.child;n!==null;){if(n.tag===5||n.tag===6)e.appendChild(n.stateNode);else if(n.tag!==4&&n.child!==null){n.child.return=n,n=n.child;continue}if(n===t)break;for(;n.sibling===null;){if(n.return===null||n.return===t)return;n=n.return}n.sibling.return=n.return,n=n.sibling}};$3=function(){};YT=function(e,t,n,r){var o=e.memoizedProps;if(o!==r){e=t.stateNode,is(Oo.current);var i=null;switch(n){case"input":o=s3(e,o),r=s3(e,r),i=[];break;case"select":o=It({},o,{value:void 0}),r=It({},r,{value:void 0}),i=[];break;case"textarea":o=c3(e,o),r=c3(e,r),i=[];break;default:typeof o.onClick!="function"&&typeof r.onClick=="function"&&(e.onclick=n0)}f3(n,r);var s;n=null;for(d in o)if(!r.hasOwnProperty(d)&&o.hasOwnProperty(d)&&o[d]!=null)if(d==="style"){var l=o[d];for(s in l)l.hasOwnProperty(s)&&(n||(n={}),n[s]="")}else d!=="dangerouslySetInnerHTML"&&d!=="children"&&d!=="suppressContentEditableWarning"&&d!=="suppressHydrationWarning"&&d!=="autoFocus"&&(_c.hasOwnProperty(d)?i||(i=[]):(i=i||[]).push(d,null));for(d in r){var c=r[d];if(l=o?.[d],r.hasOwnProperty(d)&&c!==l&&(c!=null||l!=null))if(d==="style")if(l){for(s in l)!l.hasOwnProperty(s)||c&&c.hasOwnProperty(s)||(n||(n={}),n[s]="");for(s in c)c.hasOwnProperty(s)&&l[s]!==c[s]&&(n||(n={}),n[s]=c[s])}else n||(i||(i=[]),i.push(d,n)),n=c;else d==="dangerouslySetInnerHTML"?(c=c?c.__html:void 0,l=l?l.__html:void 0,c!=null&&l!==c&&(i=i||[]).push(d,c)):d==="children"?typeof c!="string"&&typeof c!="number"||(i=i||[]).push(d,""+c):d!=="suppressContentEditableWarning"&&d!=="suppressHydrationWarning"&&(_c.hasOwnProperty(d)?(c!=null&&d==="onScroll"&&Et("scroll",e),i||l===c||(i=[])):(i=i||[]).push(d,c))}n&&(i=i||[]).push("style",n);var d=i;(t.updateQueue=d)&&(t.flags|=4)}};qT=function(e,t,n,r){n!==r&&(t.flags|=4)};function fc(e,t){if(!wt)switch(e.tailMode){case"hidden":t=e.tail;for(var n=null;t!==null;)t.alternate!==null&&(n=t),t=t.sibling;n===null?e.tail=null:n.sibling=null;break;case"collapsed":n=e.tail;for(var r=null;n!==null;)n.alternate!==null&&(r=n),n=n.sibling;r===null?t||e.tail===null?e.tail=null:e.tail.sibling=null:r.sibling=null}}function An(e){var t=e.alternate!==null&&e.alternate.child===e.child,n=0,r=0;if(t)for(var o=e.child;o!==null;)n|=o.lanes|o.childLanes,r|=o.subtreeFlags&14680064,r|=o.flags&14680064,o.return=e,o=o.sibling;else for(o=e.child;o!==null;)n|=o.lanes|o.childLanes,r|=o.subtreeFlags,r|=o.flags,o.return=e,o=o.sibling;return e.subtreeFlags|=r,e.childLanes=n,t}function sH(e,t,n){var r=t.pendingProps;switch(d2(t),t.tag){case 2:case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return An(t),null;case 1:return ir(t.type)&&r0(),An(t),null;case 3:return r=t.stateNode,$u(),Dt(or),Dt(Sn),D2(),r.pendingContext&&(r.context=r.pendingContext,r.pendingContext=null),(e===null||e.child===null)&&(Rp(t)?t.flags|=4:e===null||e.memoizedState.isDehydrated&&!(t.flags&256)||(t.flags|=1024,po!==null&&(Y3(po),po=null))),$3(e,t),An(t),null;case 5:E2(t);var o=is(zc.current);if(n=t.type,e!==null&&t.stateNode!=null)YT(e,t,n,r,o),e.ref!==t.ref&&(t.flags|=512,t.flags|=2097152);else{if(!r){if(t.stateNode===null)throw Error(ae(166));return An(t),null}if(e=is(Oo.current),Rp(t)){r=t.stateNode,n=t.type;var i=t.memoizedProps;switch(r[Ro]=t,r[Bc]=i,e=(t.mode&1)!==0,n){case"dialog":Et("cancel",r),Et("close",r);break;case"iframe":case"object":case"embed":Et("load",r);break;case"video":case"audio":for(o=0;o<bc.length;o++)Et(bc[o],r);break;case"source":Et("error",r);break;case"img":case"image":case"link":Et("error",r),Et("load",r);break;case"details":Et("toggle",r);break;case"input":dk(r,i),Et("invalid",r);break;case"select":r._wrapperState={wasMultiple:!!i.multiple},Et("invalid",r);break;case"textarea":pk(r,i),Et("invalid",r)}f3(n,i),o=null;for(var s in i)if(i.hasOwnProperty(s)){var l=i[s];s==="children"?typeof l=="string"?r.textContent!==l&&(i.suppressHydrationWarning!==!0&&Lp(r.textContent,l,e),o=["children",l]):typeof l=="number"&&r.textContent!==""+l&&(i.suppressHydrationWarning!==!0&&Lp(r.textContent,l,e),o=["children",""+l]):_c.hasOwnProperty(s)&&l!=null&&s==="onScroll"&&Et("scroll",r)}switch(n){case"input":Dp(r),fk(r,i,!0);break;case"textarea":Dp(r),hk(r);break;case"select":case"option":break;default:typeof i.onClick=="function"&&(r.onclick=n0)}r=o,t.updateQueue=r,r!==null&&(t.flags|=4)}else{s=o.nodeType===9?o:o.ownerDocument,e==="http://www.w3.org/1999/xhtml"&&(e=vC(n)),e==="http://www.w3.org/1999/xhtml"?n==="script"?(e=s.createElement("div"),e.innerHTML="<script><\/script>",e=e.removeChild(e.firstChild)):typeof r.is=="string"?e=s.createElement(n,{is:r.is}):(e=s.createElement(n),n==="select"&&(s=e,r.multiple?s.multiple=!0:r.size&&(s.size=r.size))):e=s.createElementNS(e,n),e[Ro]=t,e[Bc]=r,GT(e,t,!1,!1),t.stateNode=e;e:{switch(s=p3(n,r),n){case"dialog":Et("cancel",e),Et("close",e),o=r;break;case"iframe":case"object":case"embed":Et("load",e),o=r;break;case"video":case"audio":for(o=0;o<bc.length;o++)Et(bc[o],e);o=r;break;case"source":Et("error",e),o=r;break;case"img":case"image":case"link":Et("error",e),Et("load",e),o=r;break;case"details":Et("toggle",e),o=r;break;case"input":dk(e,r),o=s3(e,r),Et("invalid",e);break;case"option":o=r;break;case"select":e._wrapperState={wasMultiple:!!r.multiple},o=It({},r,{value:void 0}),Et("invalid",e);break;case"textarea":pk(e,r),o=c3(e,r),Et("invalid",e);break;default:o=r}f3(n,o),l=o;for(i in l)if(l.hasOwnProperty(i)){var c=l[i];i==="style"?CC(e,c):i==="dangerouslySetInnerHTML"?(c=c?c.__html:void 0,c!=null&&wC(e,c)):i==="children"?typeof c=="string"?(n!=="textarea"||c!=="")&&Sc(e,c):typeof c=="number"&&Sc(e,""+c):i!=="suppressContentEditableWarning"&&i!=="suppressHydrationWarning"&&i!=="autoFocus"&&(_c.hasOwnProperty(i)?c!=null&&i==="onScroll"&&Et("scroll",e):c!=null&&K3(e,i,c,s))}switch(n){case"input":Dp(e),fk(e,r,!1);break;case"textarea":Dp(e),hk(e);break;case"option":r.value!=null&&e.setAttribute("value",""+fa(r.value));break;case"select":e.multiple=!!r.multiple,i=r.value,i!=null?Su(e,!!r.multiple,i,!1):r.defaultValue!=null&&Su(e,!!r.multiple,r.defaultValue,!0);break;default:typeof o.onClick=="function"&&(e.onclick=n0)}switch(n){case"button":case"input":case"select":case"textarea":r=!!r.autoFocus;break e;case"img":r=!0;break e;default:r=!1}}r&&(t.flags|=4)}t.ref!==null&&(t.flags|=512,t.flags|=2097152)}return An(t),null;case 6:if(e&&t.stateNode!=null)qT(e,t,e.memoizedProps,r);else{if(typeof r!="string"&&t.stateNode===null)throw Error(ae(166));if(n=is(zc.current),is(Oo.current),Rp(t)){if(r=t.stateNode,n=t.memoizedProps,r[Ro]=t,(i=r.nodeValue!==n)&&(e=vr,e!==null))switch(e.tag){case 3:Lp(r.nodeValue,n,(e.mode&1)!==0);break;case 5:e.memoizedProps.suppressHydrationWarning!==!0&&Lp(r.nodeValue,n,(e.mode&1)!==0)}i&&(t.flags|=4)}else r=(n.nodeType===9?n:n.ownerDocument).createTextNode(r),r[Ro]=t,t.stateNode=r}return An(t),null;case 13:if(Dt(_t),r=t.memoizedState,e===null||e.memoizedState!==null&&e.memoizedState.dehydrated!==null){if(wt&&xr!==null&&t.mode&1&&!(t.flags&128))fT(),Pu(),t.flags|=98560,i=!1;else if(i=Rp(t),r!==null&&r.dehydrated!==null){if(e===null){if(!i)throw Error(ae(318));if(i=t.memoizedState,i=i!==null?i.dehydrated:null,!i)throw Error(ae(317));i[Ro]=t}else Pu(),!(t.flags&128)&&(t.memoizedState=null),t.flags|=4;An(t),i=!1}else po!==null&&(Y3(po),po=null),i=!0;if(!i)return t.flags&65536?t:null}return t.flags&128?(t.lanes=n,t):(r=r!==null,r!==(e!==null&&e.memoizedState!==null)&&r&&(t.child.flags|=8192,t.mode&1&&(e===null||_t.current&1?Jt===0&&(Jt=3):L2())),t.updateQueue!==null&&(t.flags|=4),An(t),null);case 4:return $u(),$3(e,t),e===null&&Mc(t.stateNode.containerInfo),An(t),null;case 10:return m2(t.type._context),An(t),null;case 17:return ir(t.type)&&r0(),An(t),null;case 19:if(Dt(_t),i=t.memoizedState,i===null)return An(t),null;if(r=(t.flags&128)!==0,s=i.rendering,s===null)if(r)fc(i,!1);else{if(Jt!==0||e!==null&&e.flags&128)for(e=t.child;e!==null;){if(s=c0(e),s!==null){for(t.flags|=128,fc(i,!1),r=s.updateQueue,r!==null&&(t.updateQueue=r,t.flags|=4),t.subtreeFlags=0,r=n,n=t.child;n!==null;)i=n,e=r,i.flags&=14680066,s=i.alternate,s===null?(i.childLanes=0,i.lanes=e,i.child=null,i.subtreeFlags=0,i.memoizedProps=null,i.memoizedState=null,i.updateQueue=null,i.dependencies=null,i.stateNode=null):(i.childLanes=s.childLanes,i.lanes=s.lanes,i.child=s.child,i.subtreeFlags=0,i.deletions=null,i.memoizedProps=s.memoizedProps,i.memoizedState=s.memoizedState,i.updateQueue=s.updateQueue,i.type=s.type,e=s.dependencies,i.dependencies=e===null?null:{lanes:e.lanes,firstContext:e.firstContext}),n=n.sibling;return mt(_t,_t.current&1|2),t.child}e=e.sibling}i.tail!==null&&$t()>Hu&&(t.flags|=128,r=!0,fc(i,!1),t.lanes=4194304)}else{if(!r)if(e=c0(s),e!==null){if(t.flags|=128,r=!0,n=e.updateQueue,n!==null&&(t.updateQueue=n,t.flags|=4),fc(i,!0),i.tail===null&&i.tailMode==="hidden"&&!s.alternate&&!wt)return An(t),null}else 2*$t()-i.renderingStartTime>Hu&&n!==1073741824&&(t.flags|=128,r=!0,fc(i,!1),t.lanes=4194304);i.isBackwards?(s.sibling=t.child,t.child=s):(n=i.last,n!==null?n.sibling=s:t.child=s,i.last=s)}return i.tail!==null?(t=i.tail,i.rendering=t,i.tail=t.sibling,i.renderingStartTime=$t(),t.sibling=null,n=_t.current,mt(_t,r?n&1|2:n&1),t):(An(t),null);case 22:case 23:return F2(),r=t.memoizedState!==null,e!==null&&e.memoizedState!==null!==r&&(t.flags|=8192),r&&t.mode&1?Dr&1073741824&&(An(t),t.subtreeFlags&6&&(t.flags|=8192)):An(t),null;case 24:return null;case 25:return null}throw Error(ae(156,t.tag))}function uH(e,t){switch(d2(t),t.tag){case 1:return ir(t.type)&&r0(),e=t.flags,e&65536?(t.flags=e&-65537|128,t):null;case 3:return $u(),Dt(or),Dt(Sn),D2(),e=t.flags,e&65536&&!(e&128)?(t.flags=e&-65537|128,t):null;case 5:return E2(t),null;case 13:if(Dt(_t),e=t.memoizedState,e!==null&&e.dehydrated!==null){if(t.alternate===null)throw Error(ae(340));Pu()}return e=t.flags,e&65536?(t.flags=e&-65537|128,t):null;case 19:return Dt(_t),null;case 4:return $u(),null;case 10:return m2(t.type._context),null;case 22:case 23:return F2(),null;case 24:return null;default:return null}}var Mp=!1,_n=!1,lH=typeof WeakSet=="function"?WeakSet:Set,ve=null;function Au(e,t){var n=e.ref;if(n!==null)if(typeof n=="function")try{n(null)}catch(r){Lt(e,t,r)}else n.current=null}function z3(e,t,n){try{n()}catch(r){Lt(e,t,r)}}var oC=!1;function cH(e,t){if(w3=Jp,e=JC(),l2(e)){if("selectionStart"in e)var n={start:e.selectionStart,end:e.selectionEnd};else e:{n=(n=e.ownerDocument)&&n.defaultView||window;var r=n.getSelection&&n.getSelection();if(r&&r.rangeCount!==0){n=r.anchorNode;var o=r.anchorOffset,i=r.focusNode;r=r.focusOffset;try{n.nodeType,i.nodeType}catch{n=null;break e}var s=0,l=-1,c=-1,d=0,h=0,g=e,E=null;t:for(;;){for(var y;g!==n||o!==0&&g.nodeType!==3||(l=s+o),g!==i||r!==0&&g.nodeType!==3||(c=s+r),g.nodeType===3&&(s+=g.nodeValue.length),(y=g.firstChild)!==null;)E=g,g=y;for(;;){if(g===e)break t;if(E===n&&++d===o&&(l=s),E===i&&++h===r&&(c=s),(y=g.nextSibling)!==null)break;g=E,E=g.parentNode}g=y}n=l===-1||c===-1?null:{start:l,end:c}}else n=null}n=n||{start:0,end:0}}else n=null;for(k3={focusedElem:e,selectionRange:n},Jp=!1,ve=t;ve!==null;)if(t=ve,e=t.child,(t.subtreeFlags&1028)!==0&&e!==null)e.return=t,ve=e;else for(;ve!==null;){t=ve;try{var D=t.alternate;if(t.flags&1024)switch(t.tag){case 0:case 11:case 15:break;case 1:if(D!==null){var w=D.memoizedProps,A=D.memoizedState,x=t.stateNode,v=x.getSnapshotBeforeUpdate(t.elementType===t.type?w:co(t.type,w),A);x.__reactInternalSnapshotBeforeUpdate=v}break;case 3:var k=t.stateNode.containerInfo;k.nodeType===1?k.textContent="":k.nodeType===9&&k.documentElement&&k.removeChild(k.documentElement);break;case 5:case 6:case 4:case 17:break;default:throw Error(ae(163))}}catch(L){Lt(t,t.return,L)}if(e=t.sibling,e!==null){e.return=t.return,ve=e;break}ve=t.return}return D=oC,oC=!1,D}function Cc(e,t,n){var r=t.updateQueue;if(r=r!==null?r.lastEffect:null,r!==null){var o=r=r.next;do{if((o.tag&e)===e){var i=o.destroy;o.destroy=void 0,i!==void 0&&z3(t,n,i)}o=o.next}while(o!==r)}}function T0(e,t){if(t=t.updateQueue,t=t!==null?t.lastEffect:null,t!==null){var n=t=t.next;do{if((n.tag&e)===e){var r=n.create;n.destroy=r()}n=n.next}while(n!==t)}}function H3(e){var t=e.ref;if(t!==null){var n=e.stateNode;switch(e.tag){case 5:e=n;break;default:e=n}typeof t=="function"?t(e):t.current=e}}function XT(e){var t=e.alternate;t!==null&&(e.alternate=null,XT(t)),e.child=null,e.deletions=null,e.sibling=null,e.tag===5&&(t=e.stateNode,t!==null&&(delete t[Ro],delete t[Bc],delete t[A3],delete t[Gz],delete t[Yz])),e.stateNode=null,e.return=null,e.dependencies=null,e.memoizedProps=null,e.memoizedState=null,e.pendingProps=null,e.stateNode=null,e.updateQueue=null}function KT(e){return e.tag===5||e.tag===3||e.tag===4}function iC(e){e:for(;;){for(;e.sibling===null;){if(e.return===null||KT(e.return))return null;e=e.return}for(e.sibling.return=e.return,e=e.sibling;e.tag!==5&&e.tag!==6&&e.tag!==18;){if(e.flags&2||e.child===null||e.tag===4)continue e;e.child.return=e,e=e.child}if(!(e.flags&2))return e.stateNode}}function U3(e,t,n){var r=e.tag;if(r===5||r===6)e=e.stateNode,t?n.nodeType===8?n.parentNode.insertBefore(e,t):n.insertBefore(e,t):(n.nodeType===8?(t=n.parentNode,t.insertBefore(e,n)):(t=n,t.appendChild(e)),n=n._reactRootContainer,n!=null||t.onclick!==null||(t.onclick=n0));else if(r!==4&&(e=e.child,e!==null))for(U3(e,t,n),e=e.sibling;e!==null;)U3(e,t,n),e=e.sibling}function j3(e,t,n){var r=e.tag;if(r===5||r===6)e=e.stateNode,t?n.insertBefore(e,t):n.appendChild(e);else if(r!==4&&(e=e.child,e!==null))for(j3(e,t,n),e=e.sibling;e!==null;)j3(e,t,n),e=e.sibling}var bn=null,fo=!1;function Qi(e,t,n){for(n=n.child;n!==null;)QT(e,t,n),n=n.sibling}function QT(e,t,n){if(No&&typeof No.onCommitFiberUnmount=="function")try{No.onCommitFiberUnmount(b0,n)}catch{}switch(n.tag){case 5:_n||Au(n,t);case 6:var r=bn,o=fo;bn=null,Qi(e,t,n),bn=r,fo=o,bn!==null&&(fo?(e=bn,n=n.stateNode,e.nodeType===8?e.parentNode.removeChild(n):e.removeChild(n)):bn.removeChild(n.stateNode));break;case 18:bn!==null&&(fo?(e=bn,n=n.stateNode,e.nodeType===8?Gg(e.parentNode,n):e.nodeType===1&&Gg(e,n),Rc(e)):Gg(bn,n.stateNode));break;case 4:r=bn,o=fo,bn=n.stateNode.containerInfo,fo=!0,Qi(e,t,n),bn=r,fo=o;break;case 0:case 11:case 14:case 15:if(!_n&&(r=n.updateQueue,r!==null&&(r=r.lastEffect,r!==null))){o=r=r.next;do{var i=o,s=i.destroy;i=i.tag,s!==void 0&&(i&2||i&4)&&z3(n,t,s),o=o.next}while(o!==r)}Qi(e,t,n);break;case 1:if(!_n&&(Au(n,t),r=n.stateNode,typeof r.componentWillUnmount=="function"))try{r.props=n.memoizedProps,r.state=n.memoizedState,r.componentWillUnmount()}catch(l){Lt(n,t,l)}Qi(e,t,n);break;case 21:Qi(e,t,n);break;case 22:n.mode&1?(_n=(r=_n)||n.memoizedState!==null,Qi(e,t,n),_n=r):Qi(e,t,n);break;default:Qi(e,t,n)}}function aC(e){var t=e.updateQueue;if(t!==null){e.updateQueue=null;var n=e.stateNode;n===null&&(n=e.stateNode=new lH),t.forEach(function(r){var o=EH.bind(null,e,r);n.has(r)||(n.add(r),r.then(o,o))})}}function lo(e,t){var n=t.deletions;if(n!==null)for(var r=0;r<n.length;r++){var o=n[r];try{var i=e,s=t,l=s;e:for(;l!==null;){switch(l.tag){case 5:bn=l.stateNode,fo=!1;break e;case 3:bn=l.stateNode.containerInfo,fo=!0;break e;case 4:bn=l.stateNode.containerInfo,fo=!0;break e}l=l.return}if(bn===null)throw Error(ae(160));QT(i,s,o),bn=null,fo=!1;var c=o.alternate;c!==null&&(c.return=null),o.return=null}catch(d){Lt(o,t,d)}}if(t.subtreeFlags&12854)for(t=t.child;t!==null;)ZT(t,e),t=t.sibling}function ZT(e,t){var n=e.alternate,r=e.flags;switch(e.tag){case 0:case 11:case 14:case 15:if(lo(t,e),Fo(e),r&4){try{Cc(3,e,e.return),T0(3,e)}catch(w){Lt(e,e.return,w)}try{Cc(5,e,e.return)}catch(w){Lt(e,e.return,w)}}break;case 1:lo(t,e),Fo(e),r&512&&n!==null&&Au(n,n.return);break;case 5:if(lo(t,e),Fo(e),r&512&&n!==null&&Au(n,n.return),e.flags&32){var o=e.stateNode;try{Sc(o,"")}catch(w){Lt(e,e.return,w)}}if(r&4&&(o=e.stateNode,o!=null)){var i=e.memoizedProps,s=n!==null?n.memoizedProps:i,l=e.type,c=e.updateQueue;if(e.updateQueue=null,c!==null)try{l==="input"&&i.type==="radio"&&i.name!=null&&DC(o,i),p3(l,s);var d=p3(l,i);for(s=0;s<c.length;s+=2){var h=c[s],g=c[s+1];h==="style"?CC(o,g):h==="dangerouslySetInnerHTML"?wC(o,g):h==="children"?Sc(o,g):K3(o,h,g,d)}switch(l){case"input":u3(o,i);break;case"textarea":xC(o,i);break;case"select":var E=o._wrapperState.wasMultiple;o._wrapperState.wasMultiple=!!i.multiple;var y=i.value;y!=null?Su(o,!!i.multiple,y,!1):E!==!!i.multiple&&(i.defaultValue!=null?Su(o,!!i.multiple,i.defaultValue,!0):Su(o,!!i.multiple,i.multiple?[]:"",!1))}o[Bc]=i}catch(w){Lt(e,e.return,w)}}break;case 6:if(lo(t,e),Fo(e),r&4){if(e.stateNode===null)throw Error(ae(162));o=e.stateNode,i=e.memoizedProps;try{o.nodeValue=i}catch(w){Lt(e,e.return,w)}}break;case 3:if(lo(t,e),Fo(e),r&4&&n!==null&&n.memoizedState.isDehydrated)try{Rc(t.containerInfo)}catch(w){Lt(e,e.return,w)}break;case 4:lo(t,e),Fo(e);break;case 13:lo(t,e),Fo(e),o=e.child,o.flags&8192&&(i=o.memoizedState!==null,o.stateNode.isHidden=i,!i||o.alternate!==null&&o.alternate.memoizedState!==null||(S2=$t())),r&4&&aC(e);break;case 22:if(h=n!==null&&n.memoizedState!==null,e.mode&1?(_n=(d=_n)||h,lo(t,e),_n=d):lo(t,e),Fo(e),r&8192){if(d=e.memoizedState!==null,(e.stateNode.isHidden=d)&&!h&&e.mode&1)for(ve=e,h=e.child;h!==null;){for(g=ve=h;ve!==null;){switch(E=ve,y=E.child,E.tag){case 0:case 11:case 14:case 15:Cc(4,E,E.return);break;case 1:Au(E,E.return);var D=E.stateNode;if(typeof D.componentWillUnmount=="function"){r=E,n=E.return;try{t=r,D.props=t.memoizedProps,D.state=t.memoizedState,D.componentWillUnmount()}catch(w){Lt(r,n,w)}}break;case 5:Au(E,E.return);break;case 22:if(E.memoizedState!==null){uC(g);continue}}y!==null?(y.return=E,ve=y):uC(g)}h=h.sibling}e:for(h=null,g=e;;){if(g.tag===5){if(h===null){h=g;try{o=g.stateNode,d?(i=o.style,typeof i.setProperty=="function"?i.setProperty("display","none","important"):i.display="none"):(l=g.stateNode,c=g.memoizedProps.style,s=c!=null&&c.hasOwnProperty("display")?c.display:null,l.style.display=kC("display",s))}catch(w){Lt(e,e.return,w)}}}else if(g.tag===6){if(h===null)try{g.stateNode.nodeValue=d?"":g.memoizedProps}catch(w){Lt(e,e.return,w)}}else if((g.tag!==22&&g.tag!==23||g.memoizedState===null||g===e)&&g.child!==null){g.child.return=g,g=g.child;continue}if(g===e)break e;for(;g.sibling===null;){if(g.return===null||g.return===e)break e;h===g&&(h=null),g=g.return}h===g&&(h=null),g.sibling.return=g.return,g=g.sibling}}break;case 19:lo(t,e),Fo(e),r&4&&aC(e);break;case 21:break;default:lo(t,e),Fo(e)}}function Fo(e){var t=e.flags;if(t&2){try{e:{for(var n=e.return;n!==null;){if(KT(n)){var r=n;break e}n=n.return}throw Error(ae(160))}switch(r.tag){case 5:var o=r.stateNode;r.flags&32&&(Sc(o,""),r.flags&=-33);var i=iC(e);j3(e,i,o);break;case 3:case 4:var s=r.stateNode.containerInfo,l=iC(e);U3(e,l,s);break;default:throw Error(ae(161))}}catch(c){Lt(e,e.return,c)}e.flags&=-3}t&4096&&(e.flags&=-4097)}function dH(e,t,n){ve=e,JT(e,t,n)}function JT(e,t,n){for(var r=(e.mode&1)!==0;ve!==null;){var o=ve,i=o.child;if(o.tag===22&&r){var s=o.memoizedState!==null||Mp;if(!s){var l=o.alternate,c=l!==null&&l.memoizedState!==null||_n;l=Mp;var d=_n;if(Mp=s,(_n=c)&&!d)for(ve=o;ve!==null;)s=ve,c=s.child,s.tag===22&&s.memoizedState!==null?lC(o):c!==null?(c.return=s,ve=c):lC(o);for(;i!==null;)ve=i,JT(i,t,n),i=i.sibling;ve=o,Mp=l,_n=d}sC(e,t,n)}else o.subtreeFlags&8772&&i!==null?(i.return=o,ve=i):sC(e,t,n)}}function sC(e){for(;ve!==null;){var t=ve;if(t.flags&8772){var n=t.alternate;try{if(t.flags&8772)switch(t.tag){case 0:case 11:case 15:_n||T0(5,t);break;case 1:var r=t.stateNode;if(t.flags&4&&!_n)if(n===null)r.componentDidMount();else{var o=t.elementType===t.type?n.memoizedProps:co(t.type,n.memoizedProps);r.componentDidUpdate(o,n.memoizedState,r.__reactInternalSnapshotBeforeUpdate)}var i=t.updateQueue;i!==null&&Vk(t,i,r);break;case 3:var s=t.updateQueue;if(s!==null){if(n=null,t.child!==null)switch(t.child.tag){case 5:n=t.child.stateNode;break;case 1:n=t.child.stateNode}Vk(t,s,n)}break;case 5:var l=t.stateNode;if(n===null&&t.flags&4){n=l;var c=t.memoizedProps;switch(t.type){case"button":case"input":case"select":case"textarea":c.autoFocus&&n.focus();break;case"img":c.src&&(n.src=c.src)}}break;case 6:break;case 4:break;case 12:break;case 13:if(t.memoizedState===null){var d=t.alternate;if(d!==null){var h=d.memoizedState;if(h!==null){var g=h.dehydrated;g!==null&&Rc(g)}}}break;case 19:case 17:case 21:case 22:case 23:case 25:break;default:throw Error(ae(163))}_n||t.flags&512&&H3(t)}catch(E){Lt(t,t.return,E)}}if(t===e){ve=null;break}if(n=t.sibling,n!==null){n.return=t.return,ve=n;break}ve=t.return}}function uC(e){for(;ve!==null;){var t=ve;if(t===e){ve=null;break}var n=t.sibling;if(n!==null){n.return=t.return,ve=n;break}ve=t.return}}function lC(e){for(;ve!==null;){var t=ve;try{switch(t.tag){case 0:case 11:case 15:var n=t.return;try{T0(4,t)}catch(c){Lt(t,n,c)}break;case 1:var r=t.stateNode;if(typeof r.componentDidMount=="function"){var o=t.return;try{r.componentDidMount()}catch(c){Lt(t,o,c)}}var i=t.return;try{H3(t)}catch(c){Lt(t,i,c)}break;case 5:var s=t.return;try{H3(t)}catch(c){Lt(t,s,c)}}}catch(c){Lt(t,t.return,c)}if(t===e){ve=null;break}var l=t.sibling;if(l!==null){l.return=t.return,ve=l;break}ve=t.return}}var fH=Math.ceil,p0=Di.ReactCurrentDispatcher,A2=Di.ReactCurrentOwner,jr=Di.ReactCurrentBatchConfig,Je=0,ln=null,Wt=null,En=0,Dr=0,_u=ma(0),Jt=0,Wc=null,ds=0,A0=0,_2=0,Tc=null,nr=null,S2=0,Hu=1/0,di=null,h0=!1,W3=null,la=null,Pp=!1,ra=null,m0=0,Ac=0,V3=null,Vp=-1,Gp=0;function Wn(){return Je&6?$t():Vp!==-1?Vp:Vp=$t()}function ca(e){return e.mode&1?Je&2&&En!==0?En&-En:Xz.transition!==null?(Gp===0&&(Gp=PC()),Gp):(e=at,e!==0||(e=window.event,e=e===void 0?16:WC(e.type)),e):1}function mo(e,t,n,r){if(50<Ac)throw Ac=0,V3=null,Error(ae(185));Vc(e,n,r),(!(Je&2)||e!==ln)&&(e===ln&&(!(Je&2)&&(A0|=n),Jt===4&&ta(e,En)),ar(e,r),n===1&&Je===0&&!(t.mode&1)&&(Hu=$t()+500,w0&&ga()))}function ar(e,t){var n=e.callbackNode;Q$(e,t);var r=Zp(e,e===ln?En:0);if(r===0)n!==null&&yk(n),e.callbackNode=null,e.callbackPriority=0;else if(t=r&-r,e.callbackPriority!==t){if(n!=null&&yk(n),t===1)e.tag===0?qz(cC.bind(null,e)):lT(cC.bind(null,e)),Wz(function(){!(Je&6)&&ga()}),n=null;else{switch(BC(r)){case 1:n=t2;break;case 4:n=OC;break;case 16:n=Qp;break;case 536870912:n=MC;break;default:n=Qp}n=s5(n,e5.bind(null,e))}e.callbackPriority=t,e.callbackNode=n}}function e5(e,t){if(Vp=-1,Gp=0,Je&6)throw Error(ae(327));var n=e.callbackNode;if(Nu()&&e.callbackNode!==n)return null;var r=Zp(e,e===ln?En:0);if(r===0)return null;if(r&30||r&e.expiredLanes||t)t=g0(e,r);else{t=r;var o=Je;Je|=2;var i=n5();(ln!==e||En!==t)&&(di=null,Hu=$t()+500,as(e,t));do try{mH();break}catch(l){t5(e,l)}while(!0);h2(),p0.current=i,Je=o,Wt!==null?t=0:(ln=null,En=0,t=Jt)}if(t!==0){if(t===2&&(o=b3(e),o!==0&&(r=o,t=G3(e,o))),t===1)throw n=Wc,as(e,0),ta(e,r),ar(e,$t()),n;if(t===6)ta(e,r);else{if(o=e.current.alternate,!(r&30)&&!pH(o)&&(t=g0(e,r),t===2&&(i=b3(e),i!==0&&(r=i,t=G3(e,i))),t===1))throw n=Wc,as(e,0),ta(e,r),ar(e,$t()),n;switch(e.finishedWork=o,e.finishedLanes=r,t){case 0:case 1:throw Error(ae(345));case 2:ns(e,nr,di);break;case 3:if(ta(e,r),(r&130023424)===r&&(t=S2+500-$t(),10<t)){if(Zp(e,0)!==0)break;if(o=e.suspendedLanes,(o&r)!==r){Wn(),e.pingedLanes|=e.suspendedLanes&o;break}e.timeoutHandle=T3(ns.bind(null,e,nr,di),t);break}ns(e,nr,di);break;case 4:if(ta(e,r),(r&4194240)===r)break;for(t=e.eventTimes,o=-1;0<r;){var s=31-ho(r);i=1<<s,s=t[s],s>o&&(o=s),r&=~i}if(r=o,r=$t()-r,r=(120>r?120:480>r?480:1080>r?1080:1920>r?1920:3e3>r?3e3:4320>r?4320:1960*fH(r/1960))-r,10<r){e.timeoutHandle=T3(ns.bind(null,e,nr,di),r);break}ns(e,nr,di);break;case 5:ns(e,nr,di);break;default:throw Error(ae(329))}}}return ar(e,$t()),e.callbackNode===n?e5.bind(null,e):null}function G3(e,t){var n=Tc;return e.current.memoizedState.isDehydrated&&(as(e,t).flags|=256),e=g0(e,t),e!==2&&(t=nr,nr=n,t!==null&&Y3(t)),e}function Y3(e){nr===null?nr=e:nr.push.apply(nr,e)}function pH(e){for(var t=e;;){if(t.flags&16384){var n=t.updateQueue;if(n!==null&&(n=n.stores,n!==null))for(var r=0;r<n.length;r++){var o=n[r],i=o.getSnapshot;o=o.value;try{if(!go(i(),o))return!1}catch{return!1}}}if(n=t.child,t.subtreeFlags&16384&&n!==null)n.return=t,t=n;else{if(t===e)break;for(;t.sibling===null;){if(t.return===null||t.return===e)return!0;t=t.return}t.sibling.return=t.return,t=t.sibling}}return!0}function ta(e,t){for(t&=~_2,t&=~A0,e.suspendedLanes|=t,e.pingedLanes&=~t,e=e.expirationTimes;0<t;){var n=31-ho(t),r=1<<n;e[n]=-1,t&=~r}}function cC(e){if(Je&6)throw Error(ae(327));Nu();var t=Zp(e,0);if(!(t&1))return ar(e,$t()),null;var n=g0(e,t);if(e.tag!==0&&n===2){var r=b3(e);r!==0&&(t=r,n=G3(e,r))}if(n===1)throw n=Wc,as(e,0),ta(e,t),ar(e,$t()),n;if(n===6)throw Error(ae(345));return e.finishedWork=e.current.alternate,e.finishedLanes=t,ns(e,nr,di),ar(e,$t()),null}function I2(e,t){var n=Je;Je|=1;try{return e(t)}finally{Je=n,Je===0&&(Hu=$t()+500,w0&&ga())}}function fs(e){ra!==null&&ra.tag===0&&!(Je&6)&&Nu();var t=Je;Je|=1;var n=jr.transition,r=at;try{if(jr.transition=null,at=1,e)return e()}finally{at=r,jr.transition=n,Je=t,!(Je&6)&&ga()}}function F2(){Dr=_u.current,Dt(_u)}function as(e,t){e.finishedWork=null,e.finishedLanes=0;var n=e.timeoutHandle;if(n!==-1&&(e.timeoutHandle=-1,jz(n)),Wt!==null)for(n=Wt.return;n!==null;){var r=n;switch(d2(r),r.tag){case 1:r=r.type.childContextTypes,r!=null&&r0();break;case 3:$u(),Dt(or),Dt(Sn),D2();break;case 5:E2(r);break;case 4:$u();break;case 13:Dt(_t);break;case 19:Dt(_t);break;case 10:m2(r.type._context);break;case 22:case 23:F2()}n=n.return}if(ln=e,Wt=e=da(e.current,null),En=Dr=t,Jt=0,Wc=null,_2=A0=ds=0,nr=Tc=null,os!==null){for(t=0;t<os.length;t++)if(n=os[t],r=n.interleaved,r!==null){n.interleaved=null;var o=r.next,i=n.pending;if(i!==null){var s=i.next;i.next=o,r.next=s}n.pending=r}os=null}return e}function t5(e,t){do{var n=Wt;try{if(h2(),Up.current=f0,d0){for(var r=St.memoizedState;r!==null;){var o=r.queue;o!==null&&(o.pending=null),r=r.next}d0=!1}if(cs=0,un=Zt=St=null,kc=!1,Hc=0,A2.current=null,n===null||n.return===null){Jt=1,Wc=t,Wt=null;break}e:{var i=e,s=n.return,l=n,c=t;if(t=En,l.flags|=32768,c!==null&&typeof c=="object"&&typeof c.then=="function"){var d=c,h=l,g=h.tag;if(!(h.mode&1)&&(g===0||g===11||g===15)){var E=h.alternate;E?(h.updateQueue=E.updateQueue,h.memoizedState=E.memoizedState,h.lanes=E.lanes):(h.updateQueue=null,h.memoizedState=null)}var y=Qk(s);if(y!==null){y.flags&=-257,Zk(y,s,l,i,t),y.mode&1&&Kk(i,d,t),t=y,c=d;var D=t.updateQueue;if(D===null){var w=new Set;w.add(c),t.updateQueue=w}else D.add(c);break e}else{if(!(t&1)){Kk(i,d,t),L2();break e}c=Error(ae(426))}}else if(wt&&l.mode&1){var A=Qk(s);if(A!==null){!(A.flags&65536)&&(A.flags|=256),Zk(A,s,l,i,t),f2(zu(c,l));break e}}i=c=zu(c,l),Jt!==4&&(Jt=2),Tc===null?Tc=[i]:Tc.push(i),i=s;do{switch(i.tag){case 3:i.flags|=65536,t&=-t,i.lanes|=t;var x=BT(i,c,t);Wk(i,x);break e;case 1:l=c;var v=i.type,k=i.stateNode;if(!(i.flags&128)&&(typeof v.getDerivedStateFromError=="function"||k!==null&&typeof k.componentDidCatch=="function"&&(la===null||!la.has(k)))){i.flags|=65536,t&=-t,i.lanes|=t;var L=$T(i,l,t);Wk(i,L);break e}}i=i.return}while(i!==null)}o5(n)}catch(B){t=B,Wt===n&&n!==null&&(Wt=n=n.return);continue}break}while(!0)}function n5(){var e=p0.current;return p0.current=f0,e===null?f0:e}function L2(){(Jt===0||Jt===3||Jt===2)&&(Jt=4),ln===null||!(ds&268435455)&&!(A0&268435455)||ta(ln,En)}function g0(e,t){var n=Je;Je|=2;var r=n5();(ln!==e||En!==t)&&(di=null,as(e,t));do try{hH();break}catch(o){t5(e,o)}while(!0);if(h2(),Je=n,p0.current=r,Wt!==null)throw Error(ae(261));return ln=null,En=0,Jt}function hH(){for(;Wt!==null;)r5(Wt)}function mH(){for(;Wt!==null&&!U$();)r5(Wt)}function r5(e){var t=a5(e.alternate,e,Dr);e.memoizedProps=e.pendingProps,t===null?o5(e):Wt=t,A2.current=null}function o5(e){var t=e;do{var n=t.alternate;if(e=t.return,t.flags&32768){if(n=uH(n,t),n!==null){n.flags&=32767,Wt=n;return}if(e!==null)e.flags|=32768,e.subtreeFlags=0,e.deletions=null;else{Jt=6,Wt=null;return}}else if(n=sH(n,t,Dr),n!==null){Wt=n;return}if(t=t.sibling,t!==null){Wt=t;return}Wt=t=e}while(t!==null);Jt===0&&(Jt=5)}function ns(e,t,n){var r=at,o=jr.transition;try{jr.transition=null,at=1,gH(e,t,n,r)}finally{jr.transition=o,at=r}return null}function gH(e,t,n,r){do Nu();while(ra!==null);if(Je&6)throw Error(ae(327));n=e.finishedWork;var o=e.finishedLanes;if(n===null)return null;if(e.finishedWork=null,e.finishedLanes=0,n===e.current)throw Error(ae(177));e.callbackNode=null,e.callbackPriority=0;var i=n.lanes|n.childLanes;if(Z$(e,i),e===ln&&(Wt=ln=null,En=0),!(n.subtreeFlags&2064)&&!(n.flags&2064)||Pp||(Pp=!0,s5(Qp,function(){return Nu(),null})),i=(n.flags&15990)!==0,n.subtreeFlags&15990||i){i=jr.transition,jr.transition=null;var s=at;at=1;var l=Je;Je|=4,A2.current=null,cH(e,n),ZT(n,e),Bz(k3),Jp=!!w3,k3=w3=null,e.current=n,dH(n,e,o),j$(),Je=l,at=s,jr.transition=i}else e.current=n;if(Pp&&(Pp=!1,ra=e,m0=o),i=e.pendingLanes,i===0&&(la=null),G$(n.stateNode,r),ar(e,$t()),t!==null)for(r=e.onRecoverableError,n=0;n<t.length;n++)o=t[n],r(o.value,{componentStack:o.stack,digest:o.digest});if(h0)throw h0=!1,e=W3,W3=null,e;return m0&1&&e.tag!==0&&Nu(),i=e.pendingLanes,i&1?e===V3?Ac++:(Ac=0,V3=e):Ac=0,ga(),null}function Nu(){if(ra!==null){var e=BC(m0),t=jr.transition,n=at;try{if(jr.transition=null,at=16>e?16:e,ra===null)var r=!1;else{if(e=ra,ra=null,m0=0,Je&6)throw Error(ae(331));var o=Je;for(Je|=4,ve=e.current;ve!==null;){var i=ve,s=i.child;if(ve.flags&16){var l=i.deletions;if(l!==null){for(var c=0;c<l.length;c++){var d=l[c];for(ve=d;ve!==null;){var h=ve;switch(h.tag){case 0:case 11:case 15:Cc(8,h,i)}var g=h.child;if(g!==null)g.return=h,ve=g;else for(;ve!==null;){h=ve;var E=h.sibling,y=h.return;if(XT(h),h===d){ve=null;break}if(E!==null){E.return=y,ve=E;break}ve=y}}}var D=i.alternate;if(D!==null){var w=D.child;if(w!==null){D.child=null;do{var A=w.sibling;w.sibling=null,w=A}while(w!==null)}}ve=i}}if(i.subtreeFlags&2064&&s!==null)s.return=i,ve=s;else e:for(;ve!==null;){if(i=ve,i.flags&2048)switch(i.tag){case 0:case 11:case 15:Cc(9,i,i.return)}var x=i.sibling;if(x!==null){x.return=i.return,ve=x;break e}ve=i.return}}var v=e.current;for(ve=v;ve!==null;){s=ve;var k=s.child;if(s.subtreeFlags&2064&&k!==null)k.return=s,ve=k;else e:for(s=v;ve!==null;){if(l=ve,l.flags&2048)try{switch(l.tag){case 0:case 11:case 15:T0(9,l)}}catch(B){Lt(l,l.return,B)}if(l===s){ve=null;break e}var L=l.sibling;if(L!==null){L.return=l.return,ve=L;break e}ve=l.return}}if(Je=o,ga(),No&&typeof No.onPostCommitFiberRoot=="function")try{No.onPostCommitFiberRoot(b0,e)}catch{}r=!0}return r}finally{at=n,jr.transition=t}}return!1}function dC(e,t,n){t=zu(n,t),t=BT(e,t,1),e=ua(e,t,1),t=Wn(),e!==null&&(Vc(e,1,t),ar(e,t))}function Lt(e,t,n){if(e.tag===3)dC(e,e,n);else for(;t!==null;){if(t.tag===3){dC(t,e,n);break}else if(t.tag===1){var r=t.stateNode;if(typeof t.type.getDerivedStateFromError=="function"||typeof r.componentDidCatch=="function"&&(la===null||!la.has(r))){e=zu(n,e),e=$T(t,e,1),t=ua(t,e,1),e=Wn(),t!==null&&(Vc(t,1,e),ar(t,e));break}}t=t.return}}function yH(e,t,n){var r=e.pingCache;r!==null&&r.delete(t),t=Wn(),e.pingedLanes|=e.suspendedLanes&n,ln===e&&(En&n)===n&&(Jt===4||Jt===3&&(En&130023424)===En&&500>$t()-S2?as(e,0):_2|=n),ar(e,t)}function i5(e,t){t===0&&(e.mode&1?(t=wp,wp<<=1,!(wp&130023424)&&(wp=4194304)):t=1);var n=Wn();e=bi(e,t),e!==null&&(Vc(e,t,n),ar(e,n))}function bH(e){var t=e.memoizedState,n=0;t!==null&&(n=t.retryLane),i5(e,n)}function EH(e,t){var n=0;switch(e.tag){case 13:var r=e.stateNode,o=e.memoizedState;o!==null&&(n=o.retryLane);break;case 19:r=e.stateNode;break;default:throw Error(ae(314))}r!==null&&r.delete(t),i5(e,n)}var a5;a5=function(e,t,n){if(e!==null)if(e.memoizedProps!==t.pendingProps||or.current)rr=!0;else{if(!(e.lanes&n)&&!(t.flags&128))return rr=!1,aH(e,t,n);rr=!!(e.flags&131072)}else rr=!1,wt&&t.flags&1048576&&cT(t,a0,t.index);switch(t.lanes=0,t.tag){case 2:var r=t.type;Wp(e,t),e=t.pendingProps;var o=Mu(t,Sn.current);Ru(t,n),o=v2(null,t,r,e,o,n);var i=w2();return t.flags|=1,typeof o=="object"&&o!==null&&typeof o.render=="function"&&o.$$typeof===void 0?(t.tag=1,t.memoizedState=null,t.updateQueue=null,ir(r)?(i=!0,o0(t)):i=!1,t.memoizedState=o.state!==null&&o.state!==void 0?o.state:null,y2(t),o.updater=C0,t.stateNode=o,o._reactInternals=t,R3(t,r,e,n),t=M3(null,t,r,!0,i,n)):(t.tag=0,wt&&i&&c2(t),jn(null,t,o,n),t=t.child),t;case 16:r=t.elementType;e:{switch(Wp(e,t),e=t.pendingProps,o=r._init,r=o(r._payload),t.type=r,o=t.tag=xH(r),e=co(r,e),o){case 0:t=O3(null,t,r,e,n);break e;case 1:t=tC(null,t,r,e,n);break e;case 11:t=Jk(null,t,r,e,n);break e;case 14:t=eC(null,t,r,co(r.type,e),n);break e}throw Error(ae(306,r,""))}return t;case 0:return r=t.type,o=t.pendingProps,o=t.elementType===r?o:co(r,o),O3(e,t,r,o,n);case 1:return r=t.type,o=t.pendingProps,o=t.elementType===r?o:co(r,o),tC(e,t,r,o,n);case 3:e:{if(jT(t),e===null)throw Error(ae(387));r=t.pendingProps,i=t.memoizedState,o=i.element,gT(e,t),l0(t,r,null,n);var s=t.memoizedState;if(r=s.element,i.isDehydrated)if(i={element:r,isDehydrated:!1,cache:s.cache,pendingSuspenseBoundaries:s.pendingSuspenseBoundaries,transitions:s.transitions},t.updateQueue.baseState=i,t.memoizedState=i,t.flags&256){o=zu(Error(ae(423)),t),t=nC(e,t,r,n,o);break e}else if(r!==o){o=zu(Error(ae(424)),t),t=nC(e,t,r,n,o);break e}else for(xr=sa(t.stateNode.containerInfo.firstChild),vr=t,wt=!0,po=null,n=hT(t,null,r,n),t.child=n;n;)n.flags=n.flags&-3|4096,n=n.sibling;else{if(Pu(),r===o){t=Ei(e,t,n);break e}jn(e,t,r,n)}t=t.child}return t;case 5:return yT(t),e===null&&I3(t),r=t.type,o=t.pendingProps,i=e!==null?e.memoizedProps:null,s=o.children,C3(r,o)?s=null:i!==null&&C3(r,i)&&(t.flags|=32),UT(e,t),jn(e,t,s,n),t.child;case 6:return e===null&&I3(t),null;case 13:return WT(e,t,n);case 4:return b2(t,t.stateNode.containerInfo),r=t.pendingProps,e===null?t.child=Bu(t,null,r,n):jn(e,t,r,n),t.child;case 11:return r=t.type,o=t.pendingProps,o=t.elementType===r?o:co(r,o),Jk(e,t,r,o,n);case 7:return jn(e,t,t.pendingProps,n),t.child;case 8:return jn(e,t,t.pendingProps.children,n),t.child;case 12:return jn(e,t,t.pendingProps.children,n),t.child;case 10:e:{if(r=t.type._context,o=t.pendingProps,i=t.memoizedProps,s=o.value,mt(s0,r._currentValue),r._currentValue=s,i!==null)if(go(i.value,s)){if(i.children===o.children&&!or.current){t=Ei(e,t,n);break e}}else for(i=t.child,i!==null&&(i.return=t);i!==null;){var l=i.dependencies;if(l!==null){s=i.child;for(var c=l.firstContext;c!==null;){if(c.context===r){if(i.tag===1){c=mi(-1,n&-n),c.tag=2;var d=i.updateQueue;if(d!==null){d=d.shared;var h=d.pending;h===null?c.next=c:(c.next=h.next,h.next=c),d.pending=c}}i.lanes|=n,c=i.alternate,c!==null&&(c.lanes|=n),F3(i.return,n,t),l.lanes|=n;break}c=c.next}}else if(i.tag===10)s=i.type===t.type?null:i.child;else if(i.tag===18){if(s=i.return,s===null)throw Error(ae(341));s.lanes|=n,l=s.alternate,l!==null&&(l.lanes|=n),F3(s,n,t),s=i.sibling}else s=i.child;if(s!==null)s.return=i;else for(s=i;s!==null;){if(s===t){s=null;break}if(i=s.sibling,i!==null){i.return=s.return,s=i;break}s=s.return}i=s}jn(e,t,o.children,n),t=t.child}return t;case 9:return o=t.type,r=t.pendingProps.children,Ru(t,n),o=Wr(o),r=r(o),t.flags|=1,jn(e,t,r,n),t.child;case 14:return r=t.type,o=co(r,t.pendingProps),o=co(r.type,o),eC(e,t,r,o,n);case 15:return zT(e,t,t.type,t.pendingProps,n);case 17:return r=t.type,o=t.pendingProps,o=t.elementType===r?o:co(r,o),Wp(e,t),t.tag=1,ir(r)?(e=!0,o0(t)):e=!1,Ru(t,n),PT(t,r,o),R3(t,r,o,n),M3(null,t,r,!0,e,n);case 19:return VT(e,t,n);case 22:return HT(e,t,n)}throw Error(ae(156,t.tag))};function s5(e,t){return NC(e,t)}function DH(e,t,n,r){this.tag=e,this.key=n,this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null,this.index=0,this.ref=null,this.pendingProps=t,this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null,this.mode=r,this.subtreeFlags=this.flags=0,this.deletions=null,this.childLanes=this.lanes=0,this.alternate=null}function Ur(e,t,n,r){return new DH(e,t,n,r)}function R2(e){return e=e.prototype,!(!e||!e.isReactComponent)}function xH(e){if(typeof e=="function")return R2(e)?1:0;if(e!=null){if(e=e.$$typeof,e===Z3)return 11;if(e===J3)return 14}return 2}function da(e,t){var n=e.alternate;return n===null?(n=Ur(e.tag,t,e.key,e.mode),n.elementType=e.elementType,n.type=e.type,n.stateNode=e.stateNode,n.alternate=e,e.alternate=n):(n.pendingProps=t,n.type=e.type,n.flags=0,n.subtreeFlags=0,n.deletions=null),n.flags=e.flags&14680064,n.childLanes=e.childLanes,n.lanes=e.lanes,n.child=e.child,n.memoizedProps=e.memoizedProps,n.memoizedState=e.memoizedState,n.updateQueue=e.updateQueue,t=e.dependencies,n.dependencies=t===null?null:{lanes:t.lanes,firstContext:t.firstContext},n.sibling=e.sibling,n.index=e.index,n.ref=e.ref,n}function Yp(e,t,n,r,o,i){var s=2;if(r=e,typeof e=="function")R2(e)&&(s=1);else if(typeof e=="string")s=5;else e:switch(e){case bu:return ss(n.children,o,i,t);case Q3:s=8,o|=8;break;case r3:return e=Ur(12,n,t,o|2),e.elementType=r3,e.lanes=i,e;case o3:return e=Ur(13,n,t,o),e.elementType=o3,e.lanes=i,e;case i3:return e=Ur(19,n,t,o),e.elementType=i3,e.lanes=i,e;case yC:return _0(n,o,i,t);default:if(typeof e=="object"&&e!==null)switch(e.$$typeof){case mC:s=10;break e;case gC:s=9;break e;case Z3:s=11;break e;case J3:s=14;break e;case Zi:s=16,r=null;break e}throw Error(ae(130,e==null?e:typeof e,""))}return t=Ur(s,n,t,o),t.elementType=e,t.type=r,t.lanes=i,t}function ss(e,t,n,r){return e=Ur(7,e,r,t),e.lanes=n,e}function _0(e,t,n,r){return e=Ur(22,e,r,t),e.elementType=yC,e.lanes=n,e.stateNode={isHidden:!1},e}function e3(e,t,n){return e=Ur(6,e,null,t),e.lanes=n,e}function t3(e,t,n){return t=Ur(4,e.children!==null?e.children:[],e.key,t),t.lanes=n,t.stateNode={containerInfo:e.containerInfo,pendingChildren:null,implementation:e.implementation},t}function vH(e,t,n,r,o){this.tag=t,this.containerInfo=e,this.finishedWork=this.pingCache=this.current=this.pendingChildren=null,this.timeoutHandle=-1,this.callbackNode=this.pendingContext=this.context=null,this.callbackPriority=0,this.eventTimes=Bg(0),this.expirationTimes=Bg(-1),this.entangledLanes=this.finishedLanes=this.mutableReadLanes=this.expiredLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=Bg(0),this.identifierPrefix=r,this.onRecoverableError=o,this.mutableSourceEagerHydrationData=null}function N2(e,t,n,r,o,i,s,l,c){return e=new vH(e,t,n,l,c),t===1?(t=1,i===!0&&(t|=8)):t=0,i=Ur(3,null,null,t),e.current=i,i.stateNode=e,i.memoizedState={element:r,isDehydrated:n,cache:null,transitions:null,pendingSuspenseBoundaries:null},y2(i),e}function wH(e,t,n){var r=3<arguments.length&&arguments[3]!==void 0?arguments[3]:null;return{$$typeof:yu,key:r==null?null:""+r,children:e,containerInfo:t,implementation:n}}function u5(e){if(!e)return pa;e=e._reactInternals;e:{if(hs(e)!==e||e.tag!==1)throw Error(ae(170));var t=e;do{switch(t.tag){case 3:t=t.stateNode.context;break e;case 1:if(ir(t.type)){t=t.stateNode.__reactInternalMemoizedMergedChildContext;break e}}t=t.return}while(t!==null);throw Error(ae(171))}if(e.tag===1){var n=e.type;if(ir(n))return uT(e,n,t)}return t}function l5(e,t,n,r,o,i,s,l,c){return e=N2(n,r,!0,e,o,i,s,l,c),e.context=u5(null),n=e.current,r=Wn(),o=ca(n),i=mi(r,o),i.callback=t??null,ua(n,i,o),e.current.lanes=o,Vc(e,o,r),ar(e,r),e}function S0(e,t,n,r){var o=t.current,i=Wn(),s=ca(o);return n=u5(n),t.context===null?t.context=n:t.pendingContext=n,t=mi(i,s),t.payload={element:e},r=r===void 0?null:r,r!==null&&(t.callback=r),e=ua(o,t,s),e!==null&&(mo(e,o,s,i),Hp(e,o,s)),s}function y0(e){if(e=e.current,!e.child)return null;switch(e.child.tag){case 5:return e.child.stateNode;default:return e.child.stateNode}}function fC(e,t){if(e=e.memoizedState,e!==null&&e.dehydrated!==null){var n=e.retryLane;e.retryLane=n!==0&&n<t?n:t}}function O2(e,t){fC(e,t),(e=e.alternate)&&fC(e,t)}function kH(){return null}var c5=typeof reportError=="function"?reportError:function(e){console.error(e)};function M2(e){this._internalRoot=e}I0.prototype.render=M2.prototype.render=function(e){var t=this._internalRoot;if(t===null)throw Error(ae(409));S0(e,t,null,null)};I0.prototype.unmount=M2.prototype.unmount=function(){var e=this._internalRoot;if(e!==null){this._internalRoot=null;var t=e.containerInfo;fs(function(){S0(null,e,null,null)}),t[yi]=null}};function I0(e){this._internalRoot=e}I0.prototype.unstable_scheduleHydration=function(e){if(e){var t=HC();e={blockedOn:null,target:e,priority:t};for(var n=0;n<ea.length&&t!==0&&t<ea[n].priority;n++);ea.splice(n,0,e),n===0&&jC(e)}};function P2(e){return!(!e||e.nodeType!==1&&e.nodeType!==9&&e.nodeType!==11)}function F0(e){return!(!e||e.nodeType!==1&&e.nodeType!==9&&e.nodeType!==11&&(e.nodeType!==8||e.nodeValue!==" react-mount-point-unstable "))}function pC(){}function CH(e,t,n,r,o){if(o){if(typeof r=="function"){var i=r;r=function(){var d=y0(s);i.call(d)}}var s=l5(t,r,e,0,null,!1,!1,"",pC);return e._reactRootContainer=s,e[yi]=s.current,Mc(e.nodeType===8?e.parentNode:e),fs(),s}for(;o=e.lastChild;)e.removeChild(o);if(typeof r=="function"){var l=r;r=function(){var d=y0(c);l.call(d)}}var c=N2(e,0,!1,null,null,!1,!1,"",pC);return e._reactRootContainer=c,e[yi]=c.current,Mc(e.nodeType===8?e.parentNode:e),fs(function(){S0(t,c,n,r)}),c}function L0(e,t,n,r,o){var i=n._reactRootContainer;if(i){var s=i;if(typeof o=="function"){var l=o;o=function(){var c=y0(s);l.call(c)}}S0(t,s,e,o)}else s=CH(n,t,e,o,r);return y0(s)}$C=function(e){switch(e.tag){case 3:var t=e.stateNode;if(t.current.memoizedState.isDehydrated){var n=yc(t.pendingLanes);n!==0&&(n2(t,n|1),ar(t,$t()),!(Je&6)&&(Hu=$t()+500,ga()))}break;case 13:fs(function(){var r=bi(e,1);if(r!==null){var o=Wn();mo(r,e,1,o)}}),O2(e,1)}};r2=function(e){if(e.tag===13){var t=bi(e,134217728);if(t!==null){var n=Wn();mo(t,e,134217728,n)}O2(e,134217728)}};zC=function(e){if(e.tag===13){var t=ca(e),n=bi(e,t);if(n!==null){var r=Wn();mo(n,e,t,r)}O2(e,t)}};HC=function(){return at};UC=function(e,t){var n=at;try{return at=e,t()}finally{at=n}};m3=function(e,t,n){switch(t){case"input":if(u3(e,n),t=n.name,n.type==="radio"&&t!=null){for(n=e;n.parentNode;)n=n.parentNode;for(n=n.querySelectorAll("input[name="+JSON.stringify(""+t)+'][type="radio"]'),t=0;t<n.length;t++){var r=n[t];if(r!==e&&r.form===e.form){var o=v0(r);if(!o)throw Error(ae(90));EC(r),u3(r,o)}}}break;case"textarea":xC(e,n);break;case"select":t=n.value,t!=null&&Su(e,!!n.multiple,t,!1)}};_C=I2;SC=fs;var TH={usingClientEntryPoint:!1,Events:[Yc,vu,v0,TC,AC,I2]},pc={findFiberByHostInstance:rs,bundleType:0,version:"18.3.1",rendererPackageName:"react-dom"},AH={bundleType:pc.bundleType,version:pc.version,rendererPackageName:pc.rendererPackageName,rendererConfig:pc.rendererConfig,overrideHookState:null,overrideHookStateDeletePath:null,overrideHookStateRenamePath:null,overrideProps:null,overridePropsDeletePath:null,overridePropsRenamePath:null,setErrorHandler:null,setSuspenseHandler:null,scheduleUpdate:null,currentDispatcherRef:Di.ReactCurrentDispatcher,findHostInstanceByFiber:function(e){return e=LC(e),e===null?null:e.stateNode},findFiberByHostInstance:pc.findFiberByHostInstance||kH,findHostInstancesForRefresh:null,scheduleRefresh:null,scheduleRoot:null,setRefreshHandler:null,getCurrentFiber:null,reconcilerVersion:"18.3.1-next-f1338f8080-20240426"};if(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&(hc=__REACT_DEVTOOLS_GLOBAL_HOOK__,!hc.isDisabled&&hc.supportsFiber))try{b0=hc.inject(AH),No=hc}catch{}var hc;Cr.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=TH;Cr.createPortal=function(e,t){var n=2<arguments.length&&arguments[2]!==void 0?arguments[2]:null;if(!P2(t))throw Error(ae(200));return wH(e,t,null,n)};Cr.createRoot=function(e,t){if(!P2(e))throw Error(ae(299));var n=!1,r="",o=c5;return t!=null&&(t.unstable_strictMode===!0&&(n=!0),t.identifierPrefix!==void 0&&(r=t.identifierPrefix),t.onRecoverableError!==void 0&&(o=t.onRecoverableError)),t=N2(e,1,!1,null,null,n,!1,r,o),e[yi]=t.current,Mc(e.nodeType===8?e.parentNode:e),new M2(t)};Cr.findDOMNode=function(e){if(e==null)return null;if(e.nodeType===1)return e;var t=e._reactInternals;if(t===void 0)throw typeof e.render=="function"?Error(ae(188)):(e=Object.keys(e).join(","),Error(ae(268,e)));return e=LC(t),e=e===null?null:e.stateNode,e};Cr.flushSync=function(e){return fs(e)};Cr.hydrate=function(e,t,n){if(!F0(t))throw Error(ae(200));return L0(null,e,t,!0,n)};Cr.hydrateRoot=function(e,t,n){if(!P2(e))throw Error(ae(405));var r=n!=null&&n.hydratedSources||null,o=!1,i="",s=c5;if(n!=null&&(n.unstable_strictMode===!0&&(o=!0),n.identifierPrefix!==void 0&&(i=n.identifierPrefix),n.onRecoverableError!==void 0&&(s=n.onRecoverableError)),t=l5(t,null,e,1,n??null,o,!1,i,s),e[yi]=t.current,Mc(e),r)for(e=0;e<r.length;e++)n=r[e],o=n._getVersion,o=o(n._source),t.mutableSourceEagerHydrationData==null?t.mutableSourceEagerHydrationData=[n,o]:t.mutableSourceEagerHydrationData.push(n,o);return new I0(t)};Cr.render=function(e,t,n){if(!F0(t))throw Error(ae(200));return L0(null,e,t,!1,n)};Cr.unmountComponentAtNode=function(e){if(!F0(e))throw Error(ae(40));return e._reactRootContainer?(fs(function(){L0(null,null,e,!1,function(){e._reactRootContainer=null,e[yi]=null})}),!0):!1};Cr.unstable_batchedUpdates=I2;Cr.unstable_renderSubtreeIntoContainer=function(e,t,n,r){if(!F0(n))throw Error(ae(200));if(e==null||e._reactInternals===void 0)throw Error(ae(38));return L0(e,t,n,!1,r)};Cr.version="18.3.1-next-f1338f8080-20240426"});var R0=lt((Jne,p5)=>{"use strict";function f5(){if(!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__>"u"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function"))try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(f5)}catch(e){console.error(e)}}f5(),p5.exports=d5()});var R4=lt((jie,L4)=>{"use strict";var _4=/\/\*[^*]*\*+([^/*][^*]*\*+)*\//g,jU=/\n/g,WU=/^\s*/,VU=/^(\*?[-#/*\\\w]+(\[[0-9a-z_-]+\])?)\s*/,GU=/^:\s*/,YU=/^((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^)]*?\)|[^};])+)/,qU=/^[;\s]*/,XU=/^\s+|\s+$/g,KU=`
9
+ `,S4="/",I4="*",Es="",QU="comment",ZU="declaration";function JU(e,t){if(typeof e!="string")throw new TypeError("First argument must be a string");if(!e)return[];t=t||{};var n=1,r=1;function o(D){var w=D.match(jU);w&&(n+=w.length);var A=D.lastIndexOf(KU);r=~A?D.length-A:r+D.length}function i(){var D={line:n,column:r};return function(w){return w.position=new s(D),d(),w}}function s(D){this.start=D,this.end={line:n,column:r},this.source=t.source}s.prototype.content=e;function l(D){var w=new Error(t.source+":"+n+":"+r+": "+D);if(w.reason=D,w.filename=t.source,w.line=n,w.column=r,w.source=e,!t.silent)throw w}function c(D){var w=D.exec(e);if(w){var A=w[0];return o(A),e=e.slice(A.length),w}}function d(){c(WU)}function h(D){var w;for(D=D||[];w=g();)w!==!1&&D.push(w);return D}function g(){var D=i();if(!(S4!=e.charAt(0)||I4!=e.charAt(1))){for(var w=2;Es!=e.charAt(w)&&(I4!=e.charAt(w)||S4!=e.charAt(w+1));)++w;if(w+=2,Es===e.charAt(w-1))return l("End of comment missing");var A=e.slice(2,w-2);return r+=2,o(A),e=e.slice(w),r+=2,D({type:QU,comment:A})}}function E(){var D=i(),w=c(VU);if(w){if(g(),!c(GU))return l("property missing ':'");var A=c(YU),x=D({type:ZU,property:F4(w[0].replace(_4,Es)),value:A?F4(A[0].replace(_4,Es)):Es});return c(qU),x}}function y(){var D=[];h(D);for(var w;w=E();)w!==!1&&(D.push(w),h(D));return D}return d(),y()}function F4(e){return e?e.replace(XU,Es):Es}L4.exports=JU});var N4=lt(Qc=>{"use strict";var ej=Qc&&Qc.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(Qc,"__esModule",{value:!0});Qc.default=nj;var tj=ej(R4());function nj(e,t){let n=null;if(!e||typeof e!="string")return n;let r=(0,tj.default)(e),o=typeof t=="function";return r.forEach(i=>{if(i.type!=="declaration")return;let{property:s,value:l}=i;o?t(s,l,i):l&&(n=n||{},n[s]=l)}),n}});var M4=lt(K0=>{"use strict";Object.defineProperty(K0,"__esModule",{value:!0});K0.camelCase=void 0;var rj=/^--[a-zA-Z0-9_-]+$/,oj=/-([a-z])/g,ij=/^[^-]+$/,aj=/^-(webkit|moz|ms|o|khtml)-/,sj=/^-(ms)-/,uj=function(e){return!e||ij.test(e)||rj.test(e)},lj=function(e,t){return t.toUpperCase()},O4=function(e,t){return"".concat(t,"-")},cj=function(e,t){return t===void 0&&(t={}),uj(e)?e:(e=e.toLowerCase(),t.reactCompat?e=e.replace(sj,O4):e=e.replace(aj,O4),e.replace(oj,lj))};K0.camelCase=cj});var B4=lt((fy,P4)=>{"use strict";var dj=fy&&fy.__importDefault||function(e){return e&&e.__esModule?e:{default:e}},fj=dj(N4()),pj=M4();function dy(e,t){var n={};return!e||typeof e!="string"||(0,fj.default)(e,function(r,o){r&&o&&(n[(0,pj.camelCase)(r,t)]=o)}),n}dy.default=dy;P4.exports=dy});var u8=lt((Ede,s8)=>{"use strict";var Eh=Object.prototype.hasOwnProperty,a8=Object.prototype.toString,e8=Object.defineProperty,t8=Object.getOwnPropertyDescriptor,n8=function(t){return typeof Array.isArray=="function"?Array.isArray(t):a8.call(t)==="[object Array]"},r8=function(t){if(!t||a8.call(t)!=="[object Object]")return!1;var n=Eh.call(t,"constructor"),r=t.constructor&&t.constructor.prototype&&Eh.call(t.constructor.prototype,"isPrototypeOf");if(t.constructor&&!n&&!r)return!1;var o;for(o in t);return typeof o>"u"||Eh.call(t,o)},o8=function(t,n){e8&&n.name==="__proto__"?e8(t,n.name,{enumerable:!0,configurable:!0,value:n.newValue,writable:!0}):t[n.name]=n.newValue},i8=function(t,n){if(n==="__proto__")if(Eh.call(t,n)){if(t8)return t8(t,n).value}else return;return t[n]};s8.exports=function e(){var t,n,r,o,i,s,l=arguments[0],c=1,d=arguments.length,h=!1;for(typeof l=="boolean"&&(h=l,l=arguments[1]||{},c=2),(l==null||typeof l!="object"&&typeof l!="function")&&(l={});c<d;++c)if(t=arguments[c],t!=null)for(n in t)r=i8(l,n),o=i8(t,n),l!==o&&(h&&o&&(r8(o)||(i=n8(o)))?(i?(i=!1,s=r&&n8(r)?r:[]):s=r&&r8(r)?r:{},o8(l,{name:n,newValue:e(h,s,o)})):typeof o<"u"&&o8(l,{name:n,newValue:o}));return l}});var cS=lt((t6,n6)=>{(function(e,t,n){typeof t6=="object"?(n6.exports=n(),n6.exports.default=n()):typeof define=="function"&&define.amd?define(n):t[e]=n()})("slugify",t6,function(){var e=JSON.parse(`{"$":"dollar","%":"percent","&":"and","<":"less",">":"greater","|":"or","\xA2":"cent","\xA3":"pound","\xA4":"currency","\xA5":"yen","\xA9":"(c)","\xAA":"a","\xAE":"(r)","\xBA":"o","\xC0":"A","\xC1":"A","\xC2":"A","\xC3":"A","\xC4":"A","\xC5":"A","\xC6":"AE","\xC7":"C","\xC8":"E","\xC9":"E","\xCA":"E","\xCB":"E","\xCC":"I","\xCD":"I","\xCE":"I","\xCF":"I","\xD0":"D","\xD1":"N","\xD2":"O","\xD3":"O","\xD4":"O","\xD5":"O","\xD6":"O","\xD8":"O","\xD9":"U","\xDA":"U","\xDB":"U","\xDC":"U","\xDD":"Y","\xDE":"TH","\xDF":"ss","\xE0":"a","\xE1":"a","\xE2":"a","\xE3":"a","\xE4":"a","\xE5":"a","\xE6":"ae","\xE7":"c","\xE8":"e","\xE9":"e","\xEA":"e","\xEB":"e","\xEC":"i","\xED":"i","\xEE":"i","\xEF":"i","\xF0":"d","\xF1":"n","\xF2":"o","\xF3":"o","\xF4":"o","\xF5":"o","\xF6":"o","\xF8":"o","\xF9":"u","\xFA":"u","\xFB":"u","\xFC":"u","\xFD":"y","\xFE":"th","\xFF":"y","\u0100":"A","\u0101":"a","\u0102":"A","\u0103":"a","\u0104":"A","\u0105":"a","\u0106":"C","\u0107":"c","\u010C":"C","\u010D":"c","\u010E":"D","\u010F":"d","\u0110":"DJ","\u0111":"dj","\u0112":"E","\u0113":"e","\u0116":"E","\u0117":"e","\u0118":"e","\u0119":"e","\u011A":"E","\u011B":"e","\u011E":"G","\u011F":"g","\u0122":"G","\u0123":"g","\u0128":"I","\u0129":"i","\u012A":"i","\u012B":"i","\u012E":"I","\u012F":"i","\u0130":"I","\u0131":"i","\u0136":"k","\u0137":"k","\u013B":"L","\u013C":"l","\u013D":"L","\u013E":"l","\u0141":"L","\u0142":"l","\u0143":"N","\u0144":"n","\u0145":"N","\u0146":"n","\u0147":"N","\u0148":"n","\u014C":"O","\u014D":"o","\u0150":"O","\u0151":"o","\u0152":"OE","\u0153":"oe","\u0154":"R","\u0155":"r","\u0158":"R","\u0159":"r","\u015A":"S","\u015B":"s","\u015E":"S","\u015F":"s","\u0160":"S","\u0161":"s","\u0162":"T","\u0163":"t","\u0164":"T","\u0165":"t","\u0168":"U","\u0169":"u","\u016A":"u","\u016B":"u","\u016E":"U","\u016F":"u","\u0170":"U","\u0171":"u","\u0172":"U","\u0173":"u","\u0174":"W","\u0175":"w","\u0176":"Y","\u0177":"y","\u0178":"Y","\u0179":"Z","\u017A":"z","\u017B":"Z","\u017C":"z","\u017D":"Z","\u017E":"z","\u018F":"E","\u0192":"f","\u01A0":"O","\u01A1":"o","\u01AF":"U","\u01B0":"u","\u01C8":"LJ","\u01C9":"lj","\u01CB":"NJ","\u01CC":"nj","\u0218":"S","\u0219":"s","\u021A":"T","\u021B":"t","\u0259":"e","\u02DA":"o","\u0386":"A","\u0388":"E","\u0389":"H","\u038A":"I","\u038C":"O","\u038E":"Y","\u038F":"W","\u0390":"i","\u0391":"A","\u0392":"B","\u0393":"G","\u0394":"D","\u0395":"E","\u0396":"Z","\u0397":"H","\u0398":"8","\u0399":"I","\u039A":"K","\u039B":"L","\u039C":"M","\u039D":"N","\u039E":"3","\u039F":"O","\u03A0":"P","\u03A1":"R","\u03A3":"S","\u03A4":"T","\u03A5":"Y","\u03A6":"F","\u03A7":"X","\u03A8":"PS","\u03A9":"W","\u03AA":"I","\u03AB":"Y","\u03AC":"a","\u03AD":"e","\u03AE":"h","\u03AF":"i","\u03B0":"y","\u03B1":"a","\u03B2":"b","\u03B3":"g","\u03B4":"d","\u03B5":"e","\u03B6":"z","\u03B7":"h","\u03B8":"8","\u03B9":"i","\u03BA":"k","\u03BB":"l","\u03BC":"m","\u03BD":"n","\u03BE":"3","\u03BF":"o","\u03C0":"p","\u03C1":"r","\u03C2":"s","\u03C3":"s","\u03C4":"t","\u03C5":"y","\u03C6":"f","\u03C7":"x","\u03C8":"ps","\u03C9":"w","\u03CA":"i","\u03CB":"y","\u03CC":"o","\u03CD":"y","\u03CE":"w","\u0401":"Yo","\u0402":"DJ","\u0404":"Ye","\u0406":"I","\u0407":"Yi","\u0408":"J","\u0409":"LJ","\u040A":"NJ","\u040B":"C","\u040F":"DZ","\u0410":"A","\u0411":"B","\u0412":"V","\u0413":"G","\u0414":"D","\u0415":"E","\u0416":"Zh","\u0417":"Z","\u0418":"I","\u0419":"J","\u041A":"K","\u041B":"L","\u041C":"M","\u041D":"N","\u041E":"O","\u041F":"P","\u0420":"R","\u0421":"S","\u0422":"T","\u0423":"U","\u0424":"F","\u0425":"H","\u0426":"C","\u0427":"Ch","\u0428":"Sh","\u0429":"Sh","\u042A":"U","\u042B":"Y","\u042C":"","\u042D":"E","\u042E":"Yu","\u042F":"Ya","\u0430":"a","\u0431":"b","\u0432":"v","\u0433":"g","\u0434":"d","\u0435":"e","\u0436":"zh","\u0437":"z","\u0438":"i","\u0439":"j","\u043A":"k","\u043B":"l","\u043C":"m","\u043D":"n","\u043E":"o","\u043F":"p","\u0440":"r","\u0441":"s","\u0442":"t","\u0443":"u","\u0444":"f","\u0445":"h","\u0446":"c","\u0447":"ch","\u0448":"sh","\u0449":"sh","\u044A":"u","\u044B":"y","\u044C":"","\u044D":"e","\u044E":"yu","\u044F":"ya","\u0451":"yo","\u0452":"dj","\u0454":"ye","\u0456":"i","\u0457":"yi","\u0458":"j","\u0459":"lj","\u045A":"nj","\u045B":"c","\u045D":"u","\u045F":"dz","\u0490":"G","\u0491":"g","\u0492":"GH","\u0493":"gh","\u049A":"KH","\u049B":"kh","\u04A2":"NG","\u04A3":"ng","\u04AE":"UE","\u04AF":"ue","\u04B0":"U","\u04B1":"u","\u04BA":"H","\u04BB":"h","\u04D8":"AE","\u04D9":"ae","\u04E8":"OE","\u04E9":"oe","\u0531":"A","\u0532":"B","\u0533":"G","\u0534":"D","\u0535":"E","\u0536":"Z","\u0537":"E'","\u0538":"Y'","\u0539":"T'","\u053A":"JH","\u053B":"I","\u053C":"L","\u053D":"X","\u053E":"C'","\u053F":"K","\u0540":"H","\u0541":"D'","\u0542":"GH","\u0543":"TW","\u0544":"M","\u0545":"Y","\u0546":"N","\u0547":"SH","\u0549":"CH","\u054A":"P","\u054B":"J","\u054C":"R'","\u054D":"S","\u054E":"V","\u054F":"T","\u0550":"R","\u0551":"C","\u0553":"P'","\u0554":"Q'","\u0555":"O''","\u0556":"F","\u0587":"EV","\u0621":"a","\u0622":"aa","\u0623":"a","\u0624":"u","\u0625":"i","\u0626":"e","\u0627":"a","\u0628":"b","\u0629":"h","\u062A":"t","\u062B":"th","\u062C":"j","\u062D":"h","\u062E":"kh","\u062F":"d","\u0630":"th","\u0631":"r","\u0632":"z","\u0633":"s","\u0634":"sh","\u0635":"s","\u0636":"dh","\u0637":"t","\u0638":"z","\u0639":"a","\u063A":"gh","\u0641":"f","\u0642":"q","\u0643":"k","\u0644":"l","\u0645":"m","\u0646":"n","\u0647":"h","\u0648":"w","\u0649":"a","\u064A":"y","\u064B":"an","\u064C":"on","\u064D":"en","\u064E":"a","\u064F":"u","\u0650":"e","\u0652":"","\u0660":"0","\u0661":"1","\u0662":"2","\u0663":"3","\u0664":"4","\u0665":"5","\u0666":"6","\u0667":"7","\u0668":"8","\u0669":"9","\u067E":"p","\u0686":"ch","\u0698":"zh","\u06A9":"k","\u06AF":"g","\u06CC":"y","\u06F0":"0","\u06F1":"1","\u06F2":"2","\u06F3":"3","\u06F4":"4","\u06F5":"5","\u06F6":"6","\u06F7":"7","\u06F8":"8","\u06F9":"9","\u0E3F":"baht","\u10D0":"a","\u10D1":"b","\u10D2":"g","\u10D3":"d","\u10D4":"e","\u10D5":"v","\u10D6":"z","\u10D7":"t","\u10D8":"i","\u10D9":"k","\u10DA":"l","\u10DB":"m","\u10DC":"n","\u10DD":"o","\u10DE":"p","\u10DF":"zh","\u10E0":"r","\u10E1":"s","\u10E2":"t","\u10E3":"u","\u10E4":"f","\u10E5":"k","\u10E6":"gh","\u10E7":"q","\u10E8":"sh","\u10E9":"ch","\u10EA":"ts","\u10EB":"dz","\u10EC":"ts","\u10ED":"ch","\u10EE":"kh","\u10EF":"j","\u10F0":"h","\u1E62":"S","\u1E63":"s","\u1E80":"W","\u1E81":"w","\u1E82":"W","\u1E83":"w","\u1E84":"W","\u1E85":"w","\u1E9E":"SS","\u1EA0":"A","\u1EA1":"a","\u1EA2":"A","\u1EA3":"a","\u1EA4":"A","\u1EA5":"a","\u1EA6":"A","\u1EA7":"a","\u1EA8":"A","\u1EA9":"a","\u1EAA":"A","\u1EAB":"a","\u1EAC":"A","\u1EAD":"a","\u1EAE":"A","\u1EAF":"a","\u1EB0":"A","\u1EB1":"a","\u1EB2":"A","\u1EB3":"a","\u1EB4":"A","\u1EB5":"a","\u1EB6":"A","\u1EB7":"a","\u1EB8":"E","\u1EB9":"e","\u1EBA":"E","\u1EBB":"e","\u1EBC":"E","\u1EBD":"e","\u1EBE":"E","\u1EBF":"e","\u1EC0":"E","\u1EC1":"e","\u1EC2":"E","\u1EC3":"e","\u1EC4":"E","\u1EC5":"e","\u1EC6":"E","\u1EC7":"e","\u1EC8":"I","\u1EC9":"i","\u1ECA":"I","\u1ECB":"i","\u1ECC":"O","\u1ECD":"o","\u1ECE":"O","\u1ECF":"o","\u1ED0":"O","\u1ED1":"o","\u1ED2":"O","\u1ED3":"o","\u1ED4":"O","\u1ED5":"o","\u1ED6":"O","\u1ED7":"o","\u1ED8":"O","\u1ED9":"o","\u1EDA":"O","\u1EDB":"o","\u1EDC":"O","\u1EDD":"o","\u1EDE":"O","\u1EDF":"o","\u1EE0":"O","\u1EE1":"o","\u1EE2":"O","\u1EE3":"o","\u1EE4":"U","\u1EE5":"u","\u1EE6":"U","\u1EE7":"u","\u1EE8":"U","\u1EE9":"u","\u1EEA":"U","\u1EEB":"u","\u1EEC":"U","\u1EED":"u","\u1EEE":"U","\u1EEF":"u","\u1EF0":"U","\u1EF1":"u","\u1EF2":"Y","\u1EF3":"y","\u1EF4":"Y","\u1EF5":"y","\u1EF6":"Y","\u1EF7":"y","\u1EF8":"Y","\u1EF9":"y","\u2013":"-","\u2018":"'","\u2019":"'","\u201C":"\\"","\u201D":"\\"","\u201E":"\\"","\u2020":"+","\u2022":"*","\u2026":"...","\u20A0":"ecu","\u20A2":"cruzeiro","\u20A3":"french franc","\u20A4":"lira","\u20A5":"mill","\u20A6":"naira","\u20A7":"peseta","\u20A8":"rupee","\u20A9":"won","\u20AA":"new shequel","\u20AB":"dong","\u20AC":"euro","\u20AD":"kip","\u20AE":"tugrik","\u20AF":"drachma","\u20B0":"penny","\u20B1":"peso","\u20B2":"guarani","\u20B3":"austral","\u20B4":"hryvnia","\u20B5":"cedi","\u20B8":"kazakhstani tenge","\u20B9":"indian rupee","\u20BA":"turkish lira","\u20BD":"russian ruble","\u20BF":"bitcoin","\u2120":"sm","\u2122":"tm","\u2202":"d","\u2206":"delta","\u2211":"sum","\u221E":"infinity","\u2665":"love","\u5143":"yuan","\u5186":"yen","\uFDFC":"rial","\uFEF5":"laa","\uFEF7":"laa","\uFEF9":"lai","\uFEFB":"la"}`),t=JSON.parse('{"bg":{"\u0419":"Y","\u0426":"Ts","\u0429":"Sht","\u042A":"A","\u042C":"Y","\u0439":"y","\u0446":"ts","\u0449":"sht","\u044A":"a","\u044C":"y"},"de":{"\xC4":"AE","\xE4":"ae","\xD6":"OE","\xF6":"oe","\xDC":"UE","\xFC":"ue","\xDF":"ss","%":"prozent","&":"und","|":"oder","\u2211":"summe","\u221E":"unendlich","\u2665":"liebe"},"es":{"%":"por ciento","&":"y","<":"menor que",">":"mayor que","|":"o","\xA2":"centavos","\xA3":"libras","\xA4":"moneda","\u20A3":"francos","\u2211":"suma","\u221E":"infinito","\u2665":"amor"},"fr":{"%":"pourcent","&":"et","<":"plus petit",">":"plus grand","|":"ou","\xA2":"centime","\xA3":"livre","\xA4":"devise","\u20A3":"franc","\u2211":"somme","\u221E":"infini","\u2665":"amour"},"pt":{"%":"porcento","&":"e","<":"menor",">":"maior","|":"ou","\xA2":"centavo","\u2211":"soma","\xA3":"libra","\u221E":"infinito","\u2665":"amor"},"uk":{"\u0418":"Y","\u0438":"y","\u0419":"Y","\u0439":"y","\u0426":"Ts","\u0446":"ts","\u0425":"Kh","\u0445":"kh","\u0429":"Shch","\u0449":"shch","\u0413":"H","\u0433":"h"},"vi":{"\u0110":"D","\u0111":"d"},"da":{"\xD8":"OE","\xF8":"oe","\xC5":"AA","\xE5":"aa","%":"procent","&":"og","|":"eller","$":"dollar","<":"mindre end",">":"st\xF8rre end"},"nb":{"&":"og","\xC5":"AA","\xC6":"AE","\xD8":"OE","\xE5":"aa","\xE6":"ae","\xF8":"oe"},"it":{"&":"e"},"nl":{"&":"en"},"sv":{"&":"och","\xC5":"AA","\xC4":"AE","\xD6":"OE","\xE5":"aa","\xE4":"ae","\xF6":"oe"}}');function n(r,o){if(typeof r!="string")throw new Error("slugify: string argument expected");o=typeof o=="string"?{replacement:o}:o||{};var i=t[o.locale]||{},s=o.replacement===void 0?"-":o.replacement,l=o.trim===void 0?!0:o.trim,c=r.normalize().split("").reduce(function(d,h){var g=i[h];return g===void 0&&(g=e[h]),g===void 0&&(g=h),g===s&&(g=" "),d+g.replace(o.remove||/[^\w\s$*_+~.()'"!\-:@]+/g,"")},"");return o.strict&&(c=c.replace(/[^A-Za-z0-9\s]/g,"")),l&&(c=c.trim()),c=c.replace(/\s+/g,s),o.lower&&(c=c.toLowerCase()),c}return n.extend=function(r){Object.assign(e,r)},n})});var _d=lt((cl,Ad)=>{(function(){var e,t="4.17.23",n=200,r="Unsupported core-js use. Try https://npms.io/search?q=ponyfill.",o="Expected a function",i="Invalid `variable` option passed into `_.template`",s="__lodash_hash_undefined__",l=500,c="__lodash_placeholder__",d=1,h=2,g=4,E=1,y=2,D=1,w=2,A=4,x=8,v=16,k=32,L=64,B=128,I=256,z=512,q=30,te="...",M=800,me=16,fe=1,ue=2,le=3,ge=1/0,ke=9007199254740991,be=17976931348623157e292,se=NaN,Ee=4294967295,R=Ee-1,Te=Ee>>>1,Ve=[["ary",B],["bind",D],["bindKey",w],["curry",x],["curryRight",v],["flip",z],["partial",k],["partialRight",L],["rearg",I]],P="[object Arguments]",ot="[object Array]",Nn="[object AsyncFunction]",pn="[object Boolean]",tn="[object Date]",ft="[object DOMException]",Mt="[object Error]",qt="[object Function]",xn="[object GeneratorFunction]",ut="[object Map]",cr="[object Number]",Ii="[object Null]",Xt="[object Object]",bl="[object Promise]",Hd="[object Proxy]",Ra="[object RegExp]",Kn="[object Set]",Fi="[object String]",Ps="[object Symbol]",mm="[object Undefined]",Na="[object WeakMap]",gm="[object WeakSet]",Oa="[object ArrayBuffer]",K="[object DataView]",ce="[object Float32Array]",Re="[object Float64Array]",ze="[object Int8Array]",et="[object Int16Array]",On="[object Int32Array]",Qr="[object Uint8Array]",dr="[object Uint8ClampedArray]",qo="[object Uint16Array]",Xo="[object Uint32Array]",Mn=/\b__p \+= '';/g,Li=/\b(__p \+=) '' \+/g,Zr=/(__e\(.*?\)|\b__t\)) \+\n'';/g,M6=/&(?:amp|lt|gt|quot|#39);/g,P6=/[&<>"']/g,Q7=RegExp(M6.source),Z7=RegExp(P6.source),J7=/<%-([\s\S]+?)%>/g,eI=/<%([\s\S]+?)%>/g,B6=/<%=([\s\S]+?)%>/g,tI=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,nI=/^\w*$/,rI=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,ym=/[\\^$.*+?()[\]{}|]/g,oI=RegExp(ym.source),bm=/^\s+/,iI=/\s/,aI=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,sI=/\{\n\/\* \[wrapped with (.+)\] \*/,uI=/,? & /,lI=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,cI=/[()=,{}\[\]\/\s]/,dI=/\\(\\)?/g,fI=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,$6=/\w*$/,pI=/^[-+]0x[0-9a-f]+$/i,hI=/^0b[01]+$/i,mI=/^\[object .+?Constructor\]$/,gI=/^0o[0-7]+$/i,yI=/^(?:0|[1-9]\d*)$/,bI=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,Ud=/($^)/,EI=/['\n\r\u2028\u2029\\]/g,jd="\\ud800-\\udfff",DI="\\u0300-\\u036f",xI="\\ufe20-\\ufe2f",vI="\\u20d0-\\u20ff",z6=DI+xI+vI,H6="\\u2700-\\u27bf",U6="a-z\\xdf-\\xf6\\xf8-\\xff",wI="\\xac\\xb1\\xd7\\xf7",kI="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",CI="\\u2000-\\u206f",TI=" \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",j6="A-Z\\xc0-\\xd6\\xd8-\\xde",W6="\\ufe0e\\ufe0f",V6=wI+kI+CI+TI,Em="['\u2019]",AI="["+jd+"]",G6="["+V6+"]",Wd="["+z6+"]",Y6="\\d+",_I="["+H6+"]",q6="["+U6+"]",X6="[^"+jd+V6+Y6+H6+U6+j6+"]",Dm="\\ud83c[\\udffb-\\udfff]",SI="(?:"+Wd+"|"+Dm+")",K6="[^"+jd+"]",xm="(?:\\ud83c[\\udde6-\\uddff]){2}",vm="[\\ud800-\\udbff][\\udc00-\\udfff]",Bs="["+j6+"]",Q6="\\u200d",Z6="(?:"+q6+"|"+X6+")",II="(?:"+Bs+"|"+X6+")",J6="(?:"+Em+"(?:d|ll|m|re|s|t|ve))?",eE="(?:"+Em+"(?:D|LL|M|RE|S|T|VE))?",tE=SI+"?",nE="["+W6+"]?",FI="(?:"+Q6+"(?:"+[K6,xm,vm].join("|")+")"+nE+tE+")*",LI="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",RI="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",rE=nE+tE+FI,NI="(?:"+[_I,xm,vm].join("|")+")"+rE,OI="(?:"+[K6+Wd+"?",Wd,xm,vm,AI].join("|")+")",MI=RegExp(Em,"g"),PI=RegExp(Wd,"g"),wm=RegExp(Dm+"(?="+Dm+")|"+OI+rE,"g"),BI=RegExp([Bs+"?"+q6+"+"+J6+"(?="+[G6,Bs,"$"].join("|")+")",II+"+"+eE+"(?="+[G6,Bs+Z6,"$"].join("|")+")",Bs+"?"+Z6+"+"+J6,Bs+"+"+eE,RI,LI,Y6,NI].join("|"),"g"),$I=RegExp("["+Q6+jd+z6+W6+"]"),zI=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,HI=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],UI=-1,yt={};yt[ce]=yt[Re]=yt[ze]=yt[et]=yt[On]=yt[Qr]=yt[dr]=yt[qo]=yt[Xo]=!0,yt[P]=yt[ot]=yt[Oa]=yt[pn]=yt[K]=yt[tn]=yt[Mt]=yt[qt]=yt[ut]=yt[cr]=yt[Xt]=yt[Ra]=yt[Kn]=yt[Fi]=yt[Na]=!1;var pt={};pt[P]=pt[ot]=pt[Oa]=pt[K]=pt[pn]=pt[tn]=pt[ce]=pt[Re]=pt[ze]=pt[et]=pt[On]=pt[ut]=pt[cr]=pt[Xt]=pt[Ra]=pt[Kn]=pt[Fi]=pt[Ps]=pt[Qr]=pt[dr]=pt[qo]=pt[Xo]=!0,pt[Mt]=pt[qt]=pt[Na]=!1;var jI={\u00C0:"A",\u00C1:"A",\u00C2:"A",\u00C3:"A",\u00C4:"A",\u00C5:"A",\u00E0:"a",\u00E1:"a",\u00E2:"a",\u00E3:"a",\u00E4:"a",\u00E5:"a",\u00C7:"C",\u00E7:"c",\u00D0:"D",\u00F0:"d",\u00C8:"E",\u00C9:"E",\u00CA:"E",\u00CB:"E",\u00E8:"e",\u00E9:"e",\u00EA:"e",\u00EB:"e",\u00CC:"I",\u00CD:"I",\u00CE:"I",\u00CF:"I",\u00EC:"i",\u00ED:"i",\u00EE:"i",\u00EF:"i",\u00D1:"N",\u00F1:"n",\u00D2:"O",\u00D3:"O",\u00D4:"O",\u00D5:"O",\u00D6:"O",\u00D8:"O",\u00F2:"o",\u00F3:"o",\u00F4:"o",\u00F5:"o",\u00F6:"o",\u00F8:"o",\u00D9:"U",\u00DA:"U",\u00DB:"U",\u00DC:"U",\u00F9:"u",\u00FA:"u",\u00FB:"u",\u00FC:"u",\u00DD:"Y",\u00FD:"y",\u00FF:"y",\u00C6:"Ae",\u00E6:"ae",\u00DE:"Th",\u00FE:"th",\u00DF:"ss",\u0100:"A",\u0102:"A",\u0104:"A",\u0101:"a",\u0103:"a",\u0105:"a",\u0106:"C",\u0108:"C",\u010A:"C",\u010C:"C",\u0107:"c",\u0109:"c",\u010B:"c",\u010D:"c",\u010E:"D",\u0110:"D",\u010F:"d",\u0111:"d",\u0112:"E",\u0114:"E",\u0116:"E",\u0118:"E",\u011A:"E",\u0113:"e",\u0115:"e",\u0117:"e",\u0119:"e",\u011B:"e",\u011C:"G",\u011E:"G",\u0120:"G",\u0122:"G",\u011D:"g",\u011F:"g",\u0121:"g",\u0123:"g",\u0124:"H",\u0126:"H",\u0125:"h",\u0127:"h",\u0128:"I",\u012A:"I",\u012C:"I",\u012E:"I",\u0130:"I",\u0129:"i",\u012B:"i",\u012D:"i",\u012F:"i",\u0131:"i",\u0134:"J",\u0135:"j",\u0136:"K",\u0137:"k",\u0138:"k",\u0139:"L",\u013B:"L",\u013D:"L",\u013F:"L",\u0141:"L",\u013A:"l",\u013C:"l",\u013E:"l",\u0140:"l",\u0142:"l",\u0143:"N",\u0145:"N",\u0147:"N",\u014A:"N",\u0144:"n",\u0146:"n",\u0148:"n",\u014B:"n",\u014C:"O",\u014E:"O",\u0150:"O",\u014D:"o",\u014F:"o",\u0151:"o",\u0154:"R",\u0156:"R",\u0158:"R",\u0155:"r",\u0157:"r",\u0159:"r",\u015A:"S",\u015C:"S",\u015E:"S",\u0160:"S",\u015B:"s",\u015D:"s",\u015F:"s",\u0161:"s",\u0162:"T",\u0164:"T",\u0166:"T",\u0163:"t",\u0165:"t",\u0167:"t",\u0168:"U",\u016A:"U",\u016C:"U",\u016E:"U",\u0170:"U",\u0172:"U",\u0169:"u",\u016B:"u",\u016D:"u",\u016F:"u",\u0171:"u",\u0173:"u",\u0174:"W",\u0175:"w",\u0176:"Y",\u0177:"y",\u0178:"Y",\u0179:"Z",\u017B:"Z",\u017D:"Z",\u017A:"z",\u017C:"z",\u017E:"z",\u0132:"IJ",\u0133:"ij",\u0152:"Oe",\u0153:"oe",\u0149:"'n",\u017F:"s"},WI={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"},VI={"&amp;":"&","&lt;":"<","&gt;":">","&quot;":'"',"&#39;":"'"},GI={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},YI=parseFloat,qI=parseInt,oE=typeof global=="object"&&global&&global.Object===Object&&global,XI=typeof self=="object"&&self&&self.Object===Object&&self,nn=oE||XI||Function("return this")(),km=typeof cl=="object"&&cl&&!cl.nodeType&&cl,Ma=km&&typeof Ad=="object"&&Ad&&!Ad.nodeType&&Ad,iE=Ma&&Ma.exports===km,Cm=iE&&oE.process,_r=function(){try{var H=Ma&&Ma.require&&Ma.require("util").types;return H||Cm&&Cm.binding&&Cm.binding("util")}catch{}}(),aE=_r&&_r.isArrayBuffer,sE=_r&&_r.isDate,uE=_r&&_r.isMap,lE=_r&&_r.isRegExp,cE=_r&&_r.isSet,dE=_r&&_r.isTypedArray;function fr(H,Q,V){switch(V.length){case 0:return H.call(Q);case 1:return H.call(Q,V[0]);case 2:return H.call(Q,V[0],V[1]);case 3:return H.call(Q,V[0],V[1],V[2])}return H.apply(Q,V)}function KI(H,Q,V,xe){for(var Ne=-1,tt=H==null?0:H.length;++Ne<tt;){var Kt=H[Ne];Q(xe,Kt,V(Kt),H)}return xe}function Sr(H,Q){for(var V=-1,xe=H==null?0:H.length;++V<xe&&Q(H[V],V,H)!==!1;);return H}function QI(H,Q){for(var V=H==null?0:H.length;V--&&Q(H[V],V,H)!==!1;);return H}function fE(H,Q){for(var V=-1,xe=H==null?0:H.length;++V<xe;)if(!Q(H[V],V,H))return!1;return!0}function Ri(H,Q){for(var V=-1,xe=H==null?0:H.length,Ne=0,tt=[];++V<xe;){var Kt=H[V];Q(Kt,V,H)&&(tt[Ne++]=Kt)}return tt}function Vd(H,Q){var V=H==null?0:H.length;return!!V&&$s(H,Q,0)>-1}function Tm(H,Q,V){for(var xe=-1,Ne=H==null?0:H.length;++xe<Ne;)if(V(Q,H[xe]))return!0;return!1}function xt(H,Q){for(var V=-1,xe=H==null?0:H.length,Ne=Array(xe);++V<xe;)Ne[V]=Q(H[V],V,H);return Ne}function Ni(H,Q){for(var V=-1,xe=Q.length,Ne=H.length;++V<xe;)H[Ne+V]=Q[V];return H}function Am(H,Q,V,xe){var Ne=-1,tt=H==null?0:H.length;for(xe&&tt&&(V=H[++Ne]);++Ne<tt;)V=Q(V,H[Ne],Ne,H);return V}function ZI(H,Q,V,xe){var Ne=H==null?0:H.length;for(xe&&Ne&&(V=H[--Ne]);Ne--;)V=Q(V,H[Ne],Ne,H);return V}function _m(H,Q){for(var V=-1,xe=H==null?0:H.length;++V<xe;)if(Q(H[V],V,H))return!0;return!1}var JI=Sm("length");function eF(H){return H.split("")}function tF(H){return H.match(lI)||[]}function pE(H,Q,V){var xe;return V(H,function(Ne,tt,Kt){if(Q(Ne,tt,Kt))return xe=tt,!1}),xe}function Gd(H,Q,V,xe){for(var Ne=H.length,tt=V+(xe?1:-1);xe?tt--:++tt<Ne;)if(Q(H[tt],tt,H))return tt;return-1}function $s(H,Q,V){return Q===Q?pF(H,Q,V):Gd(H,hE,V)}function nF(H,Q,V,xe){for(var Ne=V-1,tt=H.length;++Ne<tt;)if(xe(H[Ne],Q))return Ne;return-1}function hE(H){return H!==H}function mE(H,Q){var V=H==null?0:H.length;return V?Fm(H,Q)/V:se}function Sm(H){return function(Q){return Q==null?e:Q[H]}}function Im(H){return function(Q){return H==null?e:H[Q]}}function gE(H,Q,V,xe,Ne){return Ne(H,function(tt,Kt,ct){V=xe?(xe=!1,tt):Q(V,tt,Kt,ct)}),V}function rF(H,Q){var V=H.length;for(H.sort(Q);V--;)H[V]=H[V].value;return H}function Fm(H,Q){for(var V,xe=-1,Ne=H.length;++xe<Ne;){var tt=Q(H[xe]);tt!==e&&(V=V===e?tt:V+tt)}return V}function Lm(H,Q){for(var V=-1,xe=Array(H);++V<H;)xe[V]=Q(V);return xe}function oF(H,Q){return xt(Q,function(V){return[V,H[V]]})}function yE(H){return H&&H.slice(0,xE(H)+1).replace(bm,"")}function pr(H){return function(Q){return H(Q)}}function Rm(H,Q){return xt(Q,function(V){return H[V]})}function El(H,Q){return H.has(Q)}function bE(H,Q){for(var V=-1,xe=H.length;++V<xe&&$s(Q,H[V],0)>-1;);return V}function EE(H,Q){for(var V=H.length;V--&&$s(Q,H[V],0)>-1;);return V}function iF(H,Q){for(var V=H.length,xe=0;V--;)H[V]===Q&&++xe;return xe}var aF=Im(jI),sF=Im(WI);function uF(H){return"\\"+GI[H]}function lF(H,Q){return H==null?e:H[Q]}function zs(H){return $I.test(H)}function cF(H){return zI.test(H)}function dF(H){for(var Q,V=[];!(Q=H.next()).done;)V.push(Q.value);return V}function Nm(H){var Q=-1,V=Array(H.size);return H.forEach(function(xe,Ne){V[++Q]=[Ne,xe]}),V}function DE(H,Q){return function(V){return H(Q(V))}}function Oi(H,Q){for(var V=-1,xe=H.length,Ne=0,tt=[];++V<xe;){var Kt=H[V];(Kt===Q||Kt===c)&&(H[V]=c,tt[Ne++]=V)}return tt}function Yd(H){var Q=-1,V=Array(H.size);return H.forEach(function(xe){V[++Q]=xe}),V}function fF(H){var Q=-1,V=Array(H.size);return H.forEach(function(xe){V[++Q]=[xe,xe]}),V}function pF(H,Q,V){for(var xe=V-1,Ne=H.length;++xe<Ne;)if(H[xe]===Q)return xe;return-1}function hF(H,Q,V){for(var xe=V+1;xe--;)if(H[xe]===Q)return xe;return xe}function Hs(H){return zs(H)?gF(H):JI(H)}function Jr(H){return zs(H)?yF(H):eF(H)}function xE(H){for(var Q=H.length;Q--&&iI.test(H.charAt(Q)););return Q}var mF=Im(VI);function gF(H){for(var Q=wm.lastIndex=0;wm.test(H);)++Q;return Q}function yF(H){return H.match(wm)||[]}function bF(H){return H.match(BI)||[]}var EF=function H(Q){Q=Q==null?nn:Mi.defaults(nn.Object(),Q,Mi.pick(nn,HI));var V=Q.Array,xe=Q.Date,Ne=Q.Error,tt=Q.Function,Kt=Q.Math,ct=Q.Object,Om=Q.RegExp,DF=Q.String,Ir=Q.TypeError,qd=V.prototype,xF=tt.prototype,Us=ct.prototype,Xd=Q["__core-js_shared__"],Kd=xF.toString,nt=Us.hasOwnProperty,vF=0,vE=function(){var a=/[^.]+$/.exec(Xd&&Xd.keys&&Xd.keys.IE_PROTO||"");return a?"Symbol(src)_1."+a:""}(),Qd=Us.toString,wF=Kd.call(ct),kF=nn._,CF=Om("^"+Kd.call(nt).replace(ym,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Zd=iE?Q.Buffer:e,Pi=Q.Symbol,Jd=Q.Uint8Array,wE=Zd?Zd.allocUnsafe:e,ef=DE(ct.getPrototypeOf,ct),kE=ct.create,CE=Us.propertyIsEnumerable,tf=qd.splice,TE=Pi?Pi.isConcatSpreadable:e,Dl=Pi?Pi.iterator:e,Pa=Pi?Pi.toStringTag:e,nf=function(){try{var a=Ua(ct,"defineProperty");return a({},"",{}),a}catch{}}(),TF=Q.clearTimeout!==nn.clearTimeout&&Q.clearTimeout,AF=xe&&xe.now!==nn.Date.now&&xe.now,_F=Q.setTimeout!==nn.setTimeout&&Q.setTimeout,rf=Kt.ceil,of=Kt.floor,Mm=ct.getOwnPropertySymbols,SF=Zd?Zd.isBuffer:e,AE=Q.isFinite,IF=qd.join,FF=DE(ct.keys,ct),Qt=Kt.max,vn=Kt.min,LF=xe.now,RF=Q.parseInt,_E=Kt.random,NF=qd.reverse,Pm=Ua(Q,"DataView"),xl=Ua(Q,"Map"),Bm=Ua(Q,"Promise"),js=Ua(Q,"Set"),vl=Ua(Q,"WeakMap"),wl=Ua(ct,"create"),af=vl&&new vl,Ws={},OF=ja(Pm),MF=ja(xl),PF=ja(Bm),BF=ja(js),$F=ja(vl),sf=Pi?Pi.prototype:e,kl=sf?sf.valueOf:e,SE=sf?sf.toString:e;function T(a){if(Ft(a)&&!Oe(a)&&!(a instanceof qe)){if(a instanceof Fr)return a;if(nt.call(a,"__wrapped__"))return ID(a)}return new Fr(a)}var Vs=function(){function a(){}return function(u){if(!Ct(u))return{};if(kE)return kE(u);a.prototype=u;var f=new a;return a.prototype=e,f}}();function uf(){}function Fr(a,u){this.__wrapped__=a,this.__actions__=[],this.__chain__=!!u,this.__index__=0,this.__values__=e}T.templateSettings={escape:J7,evaluate:eI,interpolate:B6,variable:"",imports:{_:T}},T.prototype=uf.prototype,T.prototype.constructor=T,Fr.prototype=Vs(uf.prototype),Fr.prototype.constructor=Fr;function qe(a){this.__wrapped__=a,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=Ee,this.__views__=[]}function zF(){var a=new qe(this.__wrapped__);return a.__actions__=Qn(this.__actions__),a.__dir__=this.__dir__,a.__filtered__=this.__filtered__,a.__iteratees__=Qn(this.__iteratees__),a.__takeCount__=this.__takeCount__,a.__views__=Qn(this.__views__),a}function HF(){if(this.__filtered__){var a=new qe(this);a.__dir__=-1,a.__filtered__=!0}else a=this.clone(),a.__dir__*=-1;return a}function UF(){var a=this.__wrapped__.value(),u=this.__dir__,f=Oe(a),b=u<0,C=f?a.length:0,_=eR(0,C,this.__views__),N=_.start,$=_.end,U=$-N,J=b?$:N-1,ee=this.__iteratees__,re=ee.length,pe=0,we=vn(U,this.__takeCount__);if(!f||!b&&C==U&&we==U)return JE(a,this.__actions__);var Fe=[];e:for(;U--&&pe<we;){J+=u;for(var $e=-1,Le=a[J];++$e<re;){var Ge=ee[$e],Qe=Ge.iteratee,gr=Ge.type,$n=Qe(Le);if(gr==ue)Le=$n;else if(!$n){if(gr==fe)continue e;break e}}Fe[pe++]=Le}return Fe}qe.prototype=Vs(uf.prototype),qe.prototype.constructor=qe;function Ba(a){var u=-1,f=a==null?0:a.length;for(this.clear();++u<f;){var b=a[u];this.set(b[0],b[1])}}function jF(){this.__data__=wl?wl(null):{},this.size=0}function WF(a){var u=this.has(a)&&delete this.__data__[a];return this.size-=u?1:0,u}function VF(a){var u=this.__data__;if(wl){var f=u[a];return f===s?e:f}return nt.call(u,a)?u[a]:e}function GF(a){var u=this.__data__;return wl?u[a]!==e:nt.call(u,a)}function YF(a,u){var f=this.__data__;return this.size+=this.has(a)?0:1,f[a]=wl&&u===e?s:u,this}Ba.prototype.clear=jF,Ba.prototype.delete=WF,Ba.prototype.get=VF,Ba.prototype.has=GF,Ba.prototype.set=YF;function Ko(a){var u=-1,f=a==null?0:a.length;for(this.clear();++u<f;){var b=a[u];this.set(b[0],b[1])}}function qF(){this.__data__=[],this.size=0}function XF(a){var u=this.__data__,f=lf(u,a);if(f<0)return!1;var b=u.length-1;return f==b?u.pop():tf.call(u,f,1),--this.size,!0}function KF(a){var u=this.__data__,f=lf(u,a);return f<0?e:u[f][1]}function QF(a){return lf(this.__data__,a)>-1}function ZF(a,u){var f=this.__data__,b=lf(f,a);return b<0?(++this.size,f.push([a,u])):f[b][1]=u,this}Ko.prototype.clear=qF,Ko.prototype.delete=XF,Ko.prototype.get=KF,Ko.prototype.has=QF,Ko.prototype.set=ZF;function Qo(a){var u=-1,f=a==null?0:a.length;for(this.clear();++u<f;){var b=a[u];this.set(b[0],b[1])}}function JF(){this.size=0,this.__data__={hash:new Ba,map:new(xl||Ko),string:new Ba}}function eL(a){var u=xf(this,a).delete(a);return this.size-=u?1:0,u}function tL(a){return xf(this,a).get(a)}function nL(a){return xf(this,a).has(a)}function rL(a,u){var f=xf(this,a),b=f.size;return f.set(a,u),this.size+=f.size==b?0:1,this}Qo.prototype.clear=JF,Qo.prototype.delete=eL,Qo.prototype.get=tL,Qo.prototype.has=nL,Qo.prototype.set=rL;function $a(a){var u=-1,f=a==null?0:a.length;for(this.__data__=new Qo;++u<f;)this.add(a[u])}function oL(a){return this.__data__.set(a,s),this}function iL(a){return this.__data__.has(a)}$a.prototype.add=$a.prototype.push=oL,$a.prototype.has=iL;function eo(a){var u=this.__data__=new Ko(a);this.size=u.size}function aL(){this.__data__=new Ko,this.size=0}function sL(a){var u=this.__data__,f=u.delete(a);return this.size=u.size,f}function uL(a){return this.__data__.get(a)}function lL(a){return this.__data__.has(a)}function cL(a,u){var f=this.__data__;if(f instanceof Ko){var b=f.__data__;if(!xl||b.length<n-1)return b.push([a,u]),this.size=++f.size,this;f=this.__data__=new Qo(b)}return f.set(a,u),this.size=f.size,this}eo.prototype.clear=aL,eo.prototype.delete=sL,eo.prototype.get=uL,eo.prototype.has=lL,eo.prototype.set=cL;function IE(a,u){var f=Oe(a),b=!f&&Wa(a),C=!f&&!b&&Ui(a),_=!f&&!b&&!C&&Xs(a),N=f||b||C||_,$=N?Lm(a.length,DF):[],U=$.length;for(var J in a)(u||nt.call(a,J))&&!(N&&(J=="length"||C&&(J=="offset"||J=="parent")||_&&(J=="buffer"||J=="byteLength"||J=="byteOffset")||ti(J,U)))&&$.push(J);return $}function FE(a){var u=a.length;return u?a[Xm(0,u-1)]:e}function dL(a,u){return vf(Qn(a),za(u,0,a.length))}function fL(a){return vf(Qn(a))}function $m(a,u,f){(f!==e&&!to(a[u],f)||f===e&&!(u in a))&&Zo(a,u,f)}function Cl(a,u,f){var b=a[u];(!(nt.call(a,u)&&to(b,f))||f===e&&!(u in a))&&Zo(a,u,f)}function lf(a,u){for(var f=a.length;f--;)if(to(a[f][0],u))return f;return-1}function pL(a,u,f,b){return Bi(a,function(C,_,N){u(b,C,f(C),N)}),b}function LE(a,u){return a&&ko(u,rn(u),a)}function hL(a,u){return a&&ko(u,Jn(u),a)}function Zo(a,u,f){u=="__proto__"&&nf?nf(a,u,{configurable:!0,enumerable:!0,value:f,writable:!0}):a[u]=f}function zm(a,u){for(var f=-1,b=u.length,C=V(b),_=a==null;++f<b;)C[f]=_?e:D1(a,u[f]);return C}function za(a,u,f){return a===a&&(f!==e&&(a=a<=f?a:f),u!==e&&(a=a>=u?a:u)),a}function Lr(a,u,f,b,C,_){var N,$=u&d,U=u&h,J=u&g;if(f&&(N=C?f(a,b,C,_):f(a)),N!==e)return N;if(!Ct(a))return a;var ee=Oe(a);if(ee){if(N=nR(a),!$)return Qn(a,N)}else{var re=wn(a),pe=re==qt||re==xn;if(Ui(a))return nD(a,$);if(re==Xt||re==P||pe&&!C){if(N=U||pe?{}:xD(a),!$)return U?VL(a,hL(N,a)):WL(a,LE(N,a))}else{if(!pt[re])return C?a:{};N=rR(a,re,$)}}_||(_=new eo);var we=_.get(a);if(we)return we;_.set(a,N),KD(a)?a.forEach(function(Le){N.add(Lr(Le,u,f,Le,a,_))}):qD(a)&&a.forEach(function(Le,Ge){N.set(Ge,Lr(Le,u,f,Ge,a,_))});var Fe=J?U?a1:i1:U?Jn:rn,$e=ee?e:Fe(a);return Sr($e||a,function(Le,Ge){$e&&(Ge=Le,Le=a[Ge]),Cl(N,Ge,Lr(Le,u,f,Ge,a,_))}),N}function mL(a){var u=rn(a);return function(f){return RE(f,a,u)}}function RE(a,u,f){var b=f.length;if(a==null)return!b;for(a=ct(a);b--;){var C=f[b],_=u[C],N=a[C];if(N===e&&!(C in a)||!_(N))return!1}return!0}function NE(a,u,f){if(typeof a!="function")throw new Ir(o);return Ll(function(){a.apply(e,f)},u)}function Tl(a,u,f,b){var C=-1,_=Vd,N=!0,$=a.length,U=[],J=u.length;if(!$)return U;f&&(u=xt(u,pr(f))),b?(_=Tm,N=!1):u.length>=n&&(_=El,N=!1,u=new $a(u));e:for(;++C<$;){var ee=a[C],re=f==null?ee:f(ee);if(ee=b||ee!==0?ee:0,N&&re===re){for(var pe=J;pe--;)if(u[pe]===re)continue e;U.push(ee)}else _(u,re,b)||U.push(ee)}return U}var Bi=sD(wo),OE=sD(Um,!0);function gL(a,u){var f=!0;return Bi(a,function(b,C,_){return f=!!u(b,C,_),f}),f}function cf(a,u,f){for(var b=-1,C=a.length;++b<C;){var _=a[b],N=u(_);if(N!=null&&($===e?N===N&&!mr(N):f(N,$)))var $=N,U=_}return U}function yL(a,u,f,b){var C=a.length;for(f=Be(f),f<0&&(f=-f>C?0:C+f),b=b===e||b>C?C:Be(b),b<0&&(b+=C),b=f>b?0:ZD(b);f<b;)a[f++]=u;return a}function ME(a,u){var f=[];return Bi(a,function(b,C,_){u(b,C,_)&&f.push(b)}),f}function hn(a,u,f,b,C){var _=-1,N=a.length;for(f||(f=iR),C||(C=[]);++_<N;){var $=a[_];u>0&&f($)?u>1?hn($,u-1,f,b,C):Ni(C,$):b||(C[C.length]=$)}return C}var Hm=uD(),PE=uD(!0);function wo(a,u){return a&&Hm(a,u,rn)}function Um(a,u){return a&&PE(a,u,rn)}function df(a,u){return Ri(u,function(f){return ni(a[f])})}function Ha(a,u){u=zi(u,a);for(var f=0,b=u.length;a!=null&&f<b;)a=a[Co(u[f++])];return f&&f==b?a:e}function BE(a,u,f){var b=u(a);return Oe(a)?b:Ni(b,f(a))}function Pn(a){return a==null?a===e?mm:Ii:Pa&&Pa in ct(a)?JL(a):fR(a)}function jm(a,u){return a>u}function bL(a,u){return a!=null&&nt.call(a,u)}function EL(a,u){return a!=null&&u in ct(a)}function DL(a,u,f){return a>=vn(u,f)&&a<Qt(u,f)}function Wm(a,u,f){for(var b=f?Tm:Vd,C=a[0].length,_=a.length,N=_,$=V(_),U=1/0,J=[];N--;){var ee=a[N];N&&u&&(ee=xt(ee,pr(u))),U=vn(ee.length,U),$[N]=!f&&(u||C>=120&&ee.length>=120)?new $a(N&&ee):e}ee=a[0];var re=-1,pe=$[0];e:for(;++re<C&&J.length<U;){var we=ee[re],Fe=u?u(we):we;if(we=f||we!==0?we:0,!(pe?El(pe,Fe):b(J,Fe,f))){for(N=_;--N;){var $e=$[N];if(!($e?El($e,Fe):b(a[N],Fe,f)))continue e}pe&&pe.push(Fe),J.push(we)}}return J}function xL(a,u,f,b){return wo(a,function(C,_,N){u(b,f(C),_,N)}),b}function Al(a,u,f){u=zi(u,a),a=CD(a,u);var b=a==null?a:a[Co(Nr(u))];return b==null?e:fr(b,a,f)}function $E(a){return Ft(a)&&Pn(a)==P}function vL(a){return Ft(a)&&Pn(a)==Oa}function wL(a){return Ft(a)&&Pn(a)==tn}function _l(a,u,f,b,C){return a===u?!0:a==null||u==null||!Ft(a)&&!Ft(u)?a!==a&&u!==u:kL(a,u,f,b,_l,C)}function kL(a,u,f,b,C,_){var N=Oe(a),$=Oe(u),U=N?ot:wn(a),J=$?ot:wn(u);U=U==P?Xt:U,J=J==P?Xt:J;var ee=U==Xt,re=J==Xt,pe=U==J;if(pe&&Ui(a)){if(!Ui(u))return!1;N=!0,ee=!1}if(pe&&!ee)return _||(_=new eo),N||Xs(a)?bD(a,u,f,b,C,_):QL(a,u,U,f,b,C,_);if(!(f&E)){var we=ee&&nt.call(a,"__wrapped__"),Fe=re&&nt.call(u,"__wrapped__");if(we||Fe){var $e=we?a.value():a,Le=Fe?u.value():u;return _||(_=new eo),C($e,Le,f,b,_)}}return pe?(_||(_=new eo),ZL(a,u,f,b,C,_)):!1}function CL(a){return Ft(a)&&wn(a)==ut}function Vm(a,u,f,b){var C=f.length,_=C,N=!b;if(a==null)return!_;for(a=ct(a);C--;){var $=f[C];if(N&&$[2]?$[1]!==a[$[0]]:!($[0]in a))return!1}for(;++C<_;){$=f[C];var U=$[0],J=a[U],ee=$[1];if(N&&$[2]){if(J===e&&!(U in a))return!1}else{var re=new eo;if(b)var pe=b(J,ee,U,a,u,re);if(!(pe===e?_l(ee,J,E|y,b,re):pe))return!1}}return!0}function zE(a){if(!Ct(a)||sR(a))return!1;var u=ni(a)?CF:mI;return u.test(ja(a))}function TL(a){return Ft(a)&&Pn(a)==Ra}function AL(a){return Ft(a)&&wn(a)==Kn}function _L(a){return Ft(a)&&_f(a.length)&&!!yt[Pn(a)]}function HE(a){return typeof a=="function"?a:a==null?er:typeof a=="object"?Oe(a)?WE(a[0],a[1]):jE(a):lx(a)}function Gm(a){if(!Fl(a))return FF(a);var u=[];for(var f in ct(a))nt.call(a,f)&&f!="constructor"&&u.push(f);return u}function SL(a){if(!Ct(a))return dR(a);var u=Fl(a),f=[];for(var b in a)b=="constructor"&&(u||!nt.call(a,b))||f.push(b);return f}function Ym(a,u){return a<u}function UE(a,u){var f=-1,b=Zn(a)?V(a.length):[];return Bi(a,function(C,_,N){b[++f]=u(C,_,N)}),b}function jE(a){var u=u1(a);return u.length==1&&u[0][2]?wD(u[0][0],u[0][1]):function(f){return f===a||Vm(f,a,u)}}function WE(a,u){return c1(a)&&vD(u)?wD(Co(a),u):function(f){var b=D1(f,a);return b===e&&b===u?x1(f,a):_l(u,b,E|y)}}function ff(a,u,f,b,C){a!==u&&Hm(u,function(_,N){if(C||(C=new eo),Ct(_))IL(a,u,N,f,ff,b,C);else{var $=b?b(f1(a,N),_,N+"",a,u,C):e;$===e&&($=_),$m(a,N,$)}},Jn)}function IL(a,u,f,b,C,_,N){var $=f1(a,f),U=f1(u,f),J=N.get(U);if(J){$m(a,f,J);return}var ee=_?_($,U,f+"",a,u,N):e,re=ee===e;if(re){var pe=Oe(U),we=!pe&&Ui(U),Fe=!pe&&!we&&Xs(U);ee=U,pe||we||Fe?Oe($)?ee=$:Pt($)?ee=Qn($):we?(re=!1,ee=nD(U,!0)):Fe?(re=!1,ee=rD(U,!0)):ee=[]:Rl(U)||Wa(U)?(ee=$,Wa($)?ee=JD($):(!Ct($)||ni($))&&(ee=xD(U))):re=!1}re&&(N.set(U,ee),C(ee,U,b,_,N),N.delete(U)),$m(a,f,ee)}function VE(a,u){var f=a.length;if(f)return u+=u<0?f:0,ti(u,f)?a[u]:e}function GE(a,u,f){u.length?u=xt(u,function(_){return Oe(_)?function(N){return Ha(N,_.length===1?_[0]:_)}:_}):u=[er];var b=-1;u=xt(u,pr(Ie()));var C=UE(a,function(_,N,$){var U=xt(u,function(J){return J(_)});return{criteria:U,index:++b,value:_}});return rF(C,function(_,N){return jL(_,N,f)})}function FL(a,u){return YE(a,u,function(f,b){return x1(a,b)})}function YE(a,u,f){for(var b=-1,C=u.length,_={};++b<C;){var N=u[b],$=Ha(a,N);f($,N)&&Sl(_,zi(N,a),$)}return _}function LL(a){return function(u){return Ha(u,a)}}function qm(a,u,f,b){var C=b?nF:$s,_=-1,N=u.length,$=a;for(a===u&&(u=Qn(u)),f&&($=xt(a,pr(f)));++_<N;)for(var U=0,J=u[_],ee=f?f(J):J;(U=C($,ee,U,b))>-1;)$!==a&&tf.call($,U,1),tf.call(a,U,1);return a}function qE(a,u){for(var f=a?u.length:0,b=f-1;f--;){var C=u[f];if(f==b||C!==_){var _=C;ti(C)?tf.call(a,C,1):Zm(a,C)}}return a}function Xm(a,u){return a+of(_E()*(u-a+1))}function RL(a,u,f,b){for(var C=-1,_=Qt(rf((u-a)/(f||1)),0),N=V(_);_--;)N[b?_:++C]=a,a+=f;return N}function Km(a,u){var f="";if(!a||u<1||u>ke)return f;do u%2&&(f+=a),u=of(u/2),u&&(a+=a);while(u);return f}function He(a,u){return p1(kD(a,u,er),a+"")}function NL(a){return FE(Ks(a))}function OL(a,u){var f=Ks(a);return vf(f,za(u,0,f.length))}function Sl(a,u,f,b){if(!Ct(a))return a;u=zi(u,a);for(var C=-1,_=u.length,N=_-1,$=a;$!=null&&++C<_;){var U=Co(u[C]),J=f;if(U==="__proto__"||U==="constructor"||U==="prototype")return a;if(C!=N){var ee=$[U];J=b?b(ee,U,$):e,J===e&&(J=Ct(ee)?ee:ti(u[C+1])?[]:{})}Cl($,U,J),$=$[U]}return a}var XE=af?function(a,u){return af.set(a,u),a}:er,ML=nf?function(a,u){return nf(a,"toString",{configurable:!0,enumerable:!1,value:w1(u),writable:!0})}:er;function PL(a){return vf(Ks(a))}function Rr(a,u,f){var b=-1,C=a.length;u<0&&(u=-u>C?0:C+u),f=f>C?C:f,f<0&&(f+=C),C=u>f?0:f-u>>>0,u>>>=0;for(var _=V(C);++b<C;)_[b]=a[b+u];return _}function BL(a,u){var f;return Bi(a,function(b,C,_){return f=u(b,C,_),!f}),!!f}function pf(a,u,f){var b=0,C=a==null?b:a.length;if(typeof u=="number"&&u===u&&C<=Te){for(;b<C;){var _=b+C>>>1,N=a[_];N!==null&&!mr(N)&&(f?N<=u:N<u)?b=_+1:C=_}return C}return Qm(a,u,er,f)}function Qm(a,u,f,b){var C=0,_=a==null?0:a.length;if(_===0)return 0;u=f(u);for(var N=u!==u,$=u===null,U=mr(u),J=u===e;C<_;){var ee=of((C+_)/2),re=f(a[ee]),pe=re!==e,we=re===null,Fe=re===re,$e=mr(re);if(N)var Le=b||Fe;else J?Le=Fe&&(b||pe):$?Le=Fe&&pe&&(b||!we):U?Le=Fe&&pe&&!we&&(b||!$e):we||$e?Le=!1:Le=b?re<=u:re<u;Le?C=ee+1:_=ee}return vn(_,R)}function KE(a,u){for(var f=-1,b=a.length,C=0,_=[];++f<b;){var N=a[f],$=u?u(N):N;if(!f||!to($,U)){var U=$;_[C++]=N===0?0:N}}return _}function QE(a){return typeof a=="number"?a:mr(a)?se:+a}function hr(a){if(typeof a=="string")return a;if(Oe(a))return xt(a,hr)+"";if(mr(a))return SE?SE.call(a):"";var u=a+"";return u=="0"&&1/a==-ge?"-0":u}function $i(a,u,f){var b=-1,C=Vd,_=a.length,N=!0,$=[],U=$;if(f)N=!1,C=Tm;else if(_>=n){var J=u?null:XL(a);if(J)return Yd(J);N=!1,C=El,U=new $a}else U=u?[]:$;e:for(;++b<_;){var ee=a[b],re=u?u(ee):ee;if(ee=f||ee!==0?ee:0,N&&re===re){for(var pe=U.length;pe--;)if(U[pe]===re)continue e;u&&U.push(re),$.push(ee)}else C(U,re,f)||(U!==$&&U.push(re),$.push(ee))}return $}function Zm(a,u){u=zi(u,a);var f=-1,b=u.length;if(!b)return!0;for(var C=a==null||typeof a!="object"&&typeof a!="function";++f<b;){var _=u[f];if(typeof _=="string"){if(_==="__proto__"&&!nt.call(a,"__proto__"))return!1;if(_==="constructor"&&f+1<b&&typeof u[f+1]=="string"&&u[f+1]==="prototype"){if(C&&f===0)continue;return!1}}}var N=CD(a,u);return N==null||delete N[Co(Nr(u))]}function ZE(a,u,f,b){return Sl(a,u,f(Ha(a,u)),b)}function hf(a,u,f,b){for(var C=a.length,_=b?C:-1;(b?_--:++_<C)&&u(a[_],_,a););return f?Rr(a,b?0:_,b?_+1:C):Rr(a,b?_+1:0,b?C:_)}function JE(a,u){var f=a;return f instanceof qe&&(f=f.value()),Am(u,function(b,C){return C.func.apply(C.thisArg,Ni([b],C.args))},f)}function Jm(a,u,f){var b=a.length;if(b<2)return b?$i(a[0]):[];for(var C=-1,_=V(b);++C<b;)for(var N=a[C],$=-1;++$<b;)$!=C&&(_[C]=Tl(_[C]||N,a[$],u,f));return $i(hn(_,1),u,f)}function eD(a,u,f){for(var b=-1,C=a.length,_=u.length,N={};++b<C;){var $=b<_?u[b]:e;f(N,a[b],$)}return N}function e1(a){return Pt(a)?a:[]}function t1(a){return typeof a=="function"?a:er}function zi(a,u){return Oe(a)?a:c1(a,u)?[a]:SD(rt(a))}var $L=He;function Hi(a,u,f){var b=a.length;return f=f===e?b:f,!u&&f>=b?a:Rr(a,u,f)}var tD=TF||function(a){return nn.clearTimeout(a)};function nD(a,u){if(u)return a.slice();var f=a.length,b=wE?wE(f):new a.constructor(f);return a.copy(b),b}function n1(a){var u=new a.constructor(a.byteLength);return new Jd(u).set(new Jd(a)),u}function zL(a,u){var f=u?n1(a.buffer):a.buffer;return new a.constructor(f,a.byteOffset,a.byteLength)}function HL(a){var u=new a.constructor(a.source,$6.exec(a));return u.lastIndex=a.lastIndex,u}function UL(a){return kl?ct(kl.call(a)):{}}function rD(a,u){var f=u?n1(a.buffer):a.buffer;return new a.constructor(f,a.byteOffset,a.length)}function oD(a,u){if(a!==u){var f=a!==e,b=a===null,C=a===a,_=mr(a),N=u!==e,$=u===null,U=u===u,J=mr(u);if(!$&&!J&&!_&&a>u||_&&N&&U&&!$&&!J||b&&N&&U||!f&&U||!C)return 1;if(!b&&!_&&!J&&a<u||J&&f&&C&&!b&&!_||$&&f&&C||!N&&C||!U)return-1}return 0}function jL(a,u,f){for(var b=-1,C=a.criteria,_=u.criteria,N=C.length,$=f.length;++b<N;){var U=oD(C[b],_[b]);if(U){if(b>=$)return U;var J=f[b];return U*(J=="desc"?-1:1)}}return a.index-u.index}function iD(a,u,f,b){for(var C=-1,_=a.length,N=f.length,$=-1,U=u.length,J=Qt(_-N,0),ee=V(U+J),re=!b;++$<U;)ee[$]=u[$];for(;++C<N;)(re||C<_)&&(ee[f[C]]=a[C]);for(;J--;)ee[$++]=a[C++];return ee}function aD(a,u,f,b){for(var C=-1,_=a.length,N=-1,$=f.length,U=-1,J=u.length,ee=Qt(_-$,0),re=V(ee+J),pe=!b;++C<ee;)re[C]=a[C];for(var we=C;++U<J;)re[we+U]=u[U];for(;++N<$;)(pe||C<_)&&(re[we+f[N]]=a[C++]);return re}function Qn(a,u){var f=-1,b=a.length;for(u||(u=V(b));++f<b;)u[f]=a[f];return u}function ko(a,u,f,b){var C=!f;f||(f={});for(var _=-1,N=u.length;++_<N;){var $=u[_],U=b?b(f[$],a[$],$,f,a):e;U===e&&(U=a[$]),C?Zo(f,$,U):Cl(f,$,U)}return f}function WL(a,u){return ko(a,l1(a),u)}function VL(a,u){return ko(a,ED(a),u)}function mf(a,u){return function(f,b){var C=Oe(f)?KI:pL,_=u?u():{};return C(f,a,Ie(b,2),_)}}function Gs(a){return He(function(u,f){var b=-1,C=f.length,_=C>1?f[C-1]:e,N=C>2?f[2]:e;for(_=a.length>3&&typeof _=="function"?(C--,_):e,N&&Bn(f[0],f[1],N)&&(_=C<3?e:_,C=1),u=ct(u);++b<C;){var $=f[b];$&&a(u,$,b,_)}return u})}function sD(a,u){return function(f,b){if(f==null)return f;if(!Zn(f))return a(f,b);for(var C=f.length,_=u?C:-1,N=ct(f);(u?_--:++_<C)&&b(N[_],_,N)!==!1;);return f}}function uD(a){return function(u,f,b){for(var C=-1,_=ct(u),N=b(u),$=N.length;$--;){var U=N[a?$:++C];if(f(_[U],U,_)===!1)break}return u}}function GL(a,u,f){var b=u&D,C=Il(a);function _(){var N=this&&this!==nn&&this instanceof _?C:a;return N.apply(b?f:this,arguments)}return _}function lD(a){return function(u){u=rt(u);var f=zs(u)?Jr(u):e,b=f?f[0]:u.charAt(0),C=f?Hi(f,1).join(""):u.slice(1);return b[a]()+C}}function Ys(a){return function(u){return Am(sx(ax(u).replace(MI,"")),a,"")}}function Il(a){return function(){var u=arguments;switch(u.length){case 0:return new a;case 1:return new a(u[0]);case 2:return new a(u[0],u[1]);case 3:return new a(u[0],u[1],u[2]);case 4:return new a(u[0],u[1],u[2],u[3]);case 5:return new a(u[0],u[1],u[2],u[3],u[4]);case 6:return new a(u[0],u[1],u[2],u[3],u[4],u[5]);case 7:return new a(u[0],u[1],u[2],u[3],u[4],u[5],u[6])}var f=Vs(a.prototype),b=a.apply(f,u);return Ct(b)?b:f}}function YL(a,u,f){var b=Il(a);function C(){for(var _=arguments.length,N=V(_),$=_,U=qs(C);$--;)N[$]=arguments[$];var J=_<3&&N[0]!==U&&N[_-1]!==U?[]:Oi(N,U);if(_-=J.length,_<f)return hD(a,u,gf,C.placeholder,e,N,J,e,e,f-_);var ee=this&&this!==nn&&this instanceof C?b:a;return fr(ee,this,N)}return C}function cD(a){return function(u,f,b){var C=ct(u);if(!Zn(u)){var _=Ie(f,3);u=rn(u),f=function($){return _(C[$],$,C)}}var N=a(u,f,b);return N>-1?C[_?u[N]:N]:e}}function dD(a){return ei(function(u){var f=u.length,b=f,C=Fr.prototype.thru;for(a&&u.reverse();b--;){var _=u[b];if(typeof _!="function")throw new Ir(o);if(C&&!N&&Df(_)=="wrapper")var N=new Fr([],!0)}for(b=N?b:f;++b<f;){_=u[b];var $=Df(_),U=$=="wrapper"?s1(_):e;U&&d1(U[0])&&U[1]==(B|x|k|I)&&!U[4].length&&U[9]==1?N=N[Df(U[0])].apply(N,U[3]):N=_.length==1&&d1(_)?N[$]():N.thru(_)}return function(){var J=arguments,ee=J[0];if(N&&J.length==1&&Oe(ee))return N.plant(ee).value();for(var re=0,pe=f?u[re].apply(this,J):ee;++re<f;)pe=u[re].call(this,pe);return pe}})}function gf(a,u,f,b,C,_,N,$,U,J){var ee=u&B,re=u&D,pe=u&w,we=u&(x|v),Fe=u&z,$e=pe?e:Il(a);function Le(){for(var Ge=arguments.length,Qe=V(Ge),gr=Ge;gr--;)Qe[gr]=arguments[gr];if(we)var $n=qs(Le),yr=iF(Qe,$n);if(b&&(Qe=iD(Qe,b,C,we)),_&&(Qe=aD(Qe,_,N,we)),Ge-=yr,we&&Ge<J){var Bt=Oi(Qe,$n);return hD(a,u,gf,Le.placeholder,f,Qe,Bt,$,U,J-Ge)}var no=re?f:this,oi=pe?no[a]:a;return Ge=Qe.length,$?Qe=pR(Qe,$):Fe&&Ge>1&&Qe.reverse(),ee&&U<Ge&&(Qe.length=U),this&&this!==nn&&this instanceof Le&&(oi=$e||Il(oi)),oi.apply(no,Qe)}return Le}function fD(a,u){return function(f,b){return xL(f,a,u(b),{})}}function yf(a,u){return function(f,b){var C;if(f===e&&b===e)return u;if(f!==e&&(C=f),b!==e){if(C===e)return b;typeof f=="string"||typeof b=="string"?(f=hr(f),b=hr(b)):(f=QE(f),b=QE(b)),C=a(f,b)}return C}}function r1(a){return ei(function(u){return u=xt(u,pr(Ie())),He(function(f){var b=this;return a(u,function(C){return fr(C,b,f)})})})}function bf(a,u){u=u===e?" ":hr(u);var f=u.length;if(f<2)return f?Km(u,a):u;var b=Km(u,rf(a/Hs(u)));return zs(u)?Hi(Jr(b),0,a).join(""):b.slice(0,a)}function qL(a,u,f,b){var C=u&D,_=Il(a);function N(){for(var $=-1,U=arguments.length,J=-1,ee=b.length,re=V(ee+U),pe=this&&this!==nn&&this instanceof N?_:a;++J<ee;)re[J]=b[J];for(;U--;)re[J++]=arguments[++$];return fr(pe,C?f:this,re)}return N}function pD(a){return function(u,f,b){return b&&typeof b!="number"&&Bn(u,f,b)&&(f=b=e),u=ri(u),f===e?(f=u,u=0):f=ri(f),b=b===e?u<f?1:-1:ri(b),RL(u,f,b,a)}}function Ef(a){return function(u,f){return typeof u=="string"&&typeof f=="string"||(u=Or(u),f=Or(f)),a(u,f)}}function hD(a,u,f,b,C,_,N,$,U,J){var ee=u&x,re=ee?N:e,pe=ee?e:N,we=ee?_:e,Fe=ee?e:_;u|=ee?k:L,u&=~(ee?L:k),u&A||(u&=~(D|w));var $e=[a,u,C,we,re,Fe,pe,$,U,J],Le=f.apply(e,$e);return d1(a)&&TD(Le,$e),Le.placeholder=b,AD(Le,a,u)}function o1(a){var u=Kt[a];return function(f,b){if(f=Or(f),b=b==null?0:vn(Be(b),292),b&&AE(f)){var C=(rt(f)+"e").split("e"),_=u(C[0]+"e"+(+C[1]+b));return C=(rt(_)+"e").split("e"),+(C[0]+"e"+(+C[1]-b))}return u(f)}}var XL=js&&1/Yd(new js([,-0]))[1]==ge?function(a){return new js(a)}:T1;function mD(a){return function(u){var f=wn(u);return f==ut?Nm(u):f==Kn?fF(u):oF(u,a(u))}}function Jo(a,u,f,b,C,_,N,$){var U=u&w;if(!U&&typeof a!="function")throw new Ir(o);var J=b?b.length:0;if(J||(u&=~(k|L),b=C=e),N=N===e?N:Qt(Be(N),0),$=$===e?$:Be($),J-=C?C.length:0,u&L){var ee=b,re=C;b=C=e}var pe=U?e:s1(a),we=[a,u,f,b,C,ee,re,_,N,$];if(pe&&cR(we,pe),a=we[0],u=we[1],f=we[2],b=we[3],C=we[4],$=we[9]=we[9]===e?U?0:a.length:Qt(we[9]-J,0),!$&&u&(x|v)&&(u&=~(x|v)),!u||u==D)var Fe=GL(a,u,f);else u==x||u==v?Fe=YL(a,u,$):(u==k||u==(D|k))&&!C.length?Fe=qL(a,u,f,b):Fe=gf.apply(e,we);var $e=pe?XE:TD;return AD($e(Fe,we),a,u)}function gD(a,u,f,b){return a===e||to(a,Us[f])&&!nt.call(b,f)?u:a}function yD(a,u,f,b,C,_){return Ct(a)&&Ct(u)&&(_.set(u,a),ff(a,u,e,yD,_),_.delete(u)),a}function KL(a){return Rl(a)?e:a}function bD(a,u,f,b,C,_){var N=f&E,$=a.length,U=u.length;if($!=U&&!(N&&U>$))return!1;var J=_.get(a),ee=_.get(u);if(J&&ee)return J==u&&ee==a;var re=-1,pe=!0,we=f&y?new $a:e;for(_.set(a,u),_.set(u,a);++re<$;){var Fe=a[re],$e=u[re];if(b)var Le=N?b($e,Fe,re,u,a,_):b(Fe,$e,re,a,u,_);if(Le!==e){if(Le)continue;pe=!1;break}if(we){if(!_m(u,function(Ge,Qe){if(!El(we,Qe)&&(Fe===Ge||C(Fe,Ge,f,b,_)))return we.push(Qe)})){pe=!1;break}}else if(!(Fe===$e||C(Fe,$e,f,b,_))){pe=!1;break}}return _.delete(a),_.delete(u),pe}function QL(a,u,f,b,C,_,N){switch(f){case K:if(a.byteLength!=u.byteLength||a.byteOffset!=u.byteOffset)return!1;a=a.buffer,u=u.buffer;case Oa:return!(a.byteLength!=u.byteLength||!_(new Jd(a),new Jd(u)));case pn:case tn:case cr:return to(+a,+u);case Mt:return a.name==u.name&&a.message==u.message;case Ra:case Fi:return a==u+"";case ut:var $=Nm;case Kn:var U=b&E;if($||($=Yd),a.size!=u.size&&!U)return!1;var J=N.get(a);if(J)return J==u;b|=y,N.set(a,u);var ee=bD($(a),$(u),b,C,_,N);return N.delete(a),ee;case Ps:if(kl)return kl.call(a)==kl.call(u)}return!1}function ZL(a,u,f,b,C,_){var N=f&E,$=i1(a),U=$.length,J=i1(u),ee=J.length;if(U!=ee&&!N)return!1;for(var re=U;re--;){var pe=$[re];if(!(N?pe in u:nt.call(u,pe)))return!1}var we=_.get(a),Fe=_.get(u);if(we&&Fe)return we==u&&Fe==a;var $e=!0;_.set(a,u),_.set(u,a);for(var Le=N;++re<U;){pe=$[re];var Ge=a[pe],Qe=u[pe];if(b)var gr=N?b(Qe,Ge,pe,u,a,_):b(Ge,Qe,pe,a,u,_);if(!(gr===e?Ge===Qe||C(Ge,Qe,f,b,_):gr)){$e=!1;break}Le||(Le=pe=="constructor")}if($e&&!Le){var $n=a.constructor,yr=u.constructor;$n!=yr&&"constructor"in a&&"constructor"in u&&!(typeof $n=="function"&&$n instanceof $n&&typeof yr=="function"&&yr instanceof yr)&&($e=!1)}return _.delete(a),_.delete(u),$e}function ei(a){return p1(kD(a,e,RD),a+"")}function i1(a){return BE(a,rn,l1)}function a1(a){return BE(a,Jn,ED)}var s1=af?function(a){return af.get(a)}:T1;function Df(a){for(var u=a.name+"",f=Ws[u],b=nt.call(Ws,u)?f.length:0;b--;){var C=f[b],_=C.func;if(_==null||_==a)return C.name}return u}function qs(a){var u=nt.call(T,"placeholder")?T:a;return u.placeholder}function Ie(){var a=T.iteratee||k1;return a=a===k1?HE:a,arguments.length?a(arguments[0],arguments[1]):a}function xf(a,u){var f=a.__data__;return aR(u)?f[typeof u=="string"?"string":"hash"]:f.map}function u1(a){for(var u=rn(a),f=u.length;f--;){var b=u[f],C=a[b];u[f]=[b,C,vD(C)]}return u}function Ua(a,u){var f=lF(a,u);return zE(f)?f:e}function JL(a){var u=nt.call(a,Pa),f=a[Pa];try{a[Pa]=e;var b=!0}catch{}var C=Qd.call(a);return b&&(u?a[Pa]=f:delete a[Pa]),C}var l1=Mm?function(a){return a==null?[]:(a=ct(a),Ri(Mm(a),function(u){return CE.call(a,u)}))}:A1,ED=Mm?function(a){for(var u=[];a;)Ni(u,l1(a)),a=ef(a);return u}:A1,wn=Pn;(Pm&&wn(new Pm(new ArrayBuffer(1)))!=K||xl&&wn(new xl)!=ut||Bm&&wn(Bm.resolve())!=bl||js&&wn(new js)!=Kn||vl&&wn(new vl)!=Na)&&(wn=function(a){var u=Pn(a),f=u==Xt?a.constructor:e,b=f?ja(f):"";if(b)switch(b){case OF:return K;case MF:return ut;case PF:return bl;case BF:return Kn;case $F:return Na}return u});function eR(a,u,f){for(var b=-1,C=f.length;++b<C;){var _=f[b],N=_.size;switch(_.type){case"drop":a+=N;break;case"dropRight":u-=N;break;case"take":u=vn(u,a+N);break;case"takeRight":a=Qt(a,u-N);break}}return{start:a,end:u}}function tR(a){var u=a.match(sI);return u?u[1].split(uI):[]}function DD(a,u,f){u=zi(u,a);for(var b=-1,C=u.length,_=!1;++b<C;){var N=Co(u[b]);if(!(_=a!=null&&f(a,N)))break;a=a[N]}return _||++b!=C?_:(C=a==null?0:a.length,!!C&&_f(C)&&ti(N,C)&&(Oe(a)||Wa(a)))}function nR(a){var u=a.length,f=new a.constructor(u);return u&&typeof a[0]=="string"&&nt.call(a,"index")&&(f.index=a.index,f.input=a.input),f}function xD(a){return typeof a.constructor=="function"&&!Fl(a)?Vs(ef(a)):{}}function rR(a,u,f){var b=a.constructor;switch(u){case Oa:return n1(a);case pn:case tn:return new b(+a);case K:return zL(a,f);case ce:case Re:case ze:case et:case On:case Qr:case dr:case qo:case Xo:return rD(a,f);case ut:return new b;case cr:case Fi:return new b(a);case Ra:return HL(a);case Kn:return new b;case Ps:return UL(a)}}function oR(a,u){var f=u.length;if(!f)return a;var b=f-1;return u[b]=(f>1?"& ":"")+u[b],u=u.join(f>2?", ":" "),a.replace(aI,`{
10
10
  /* [wrapped with `+u+`] */
11
11
  `)}function iR(a){return Oe(a)||Wa(a)||!!(TE&&a&&a[TE])}function ti(a,u){var f=typeof a;return u=u??ke,!!u&&(f=="number"||f!="symbol"&&yI.test(a))&&a>-1&&a%1==0&&a<u}function Bn(a,u,f){if(!Ct(f))return!1;var b=typeof u;return(b=="number"?Zn(f)&&ti(u,f.length):b=="string"&&u in f)?to(f[u],a):!1}function c1(a,u){if(Oe(a))return!1;var f=typeof a;return f=="number"||f=="symbol"||f=="boolean"||a==null||mr(a)?!0:nI.test(a)||!tI.test(a)||u!=null&&a in ct(u)}function aR(a){var u=typeof a;return u=="string"||u=="number"||u=="symbol"||u=="boolean"?a!=="__proto__":a===null}function d1(a){var u=Df(a),f=T[u];if(typeof f!="function"||!(u in qe.prototype))return!1;if(a===f)return!0;var b=s1(f);return!!b&&a===b[0]}function sR(a){return!!vE&&vE in a}var uR=Xd?ni:_1;function Fl(a){var u=a&&a.constructor,f=typeof u=="function"&&u.prototype||Us;return a===f}function vD(a){return a===a&&!Ct(a)}function wD(a,u){return function(f){return f==null?!1:f[a]===u&&(u!==e||a in ct(f))}}function lR(a){var u=Tf(a,function(b){return f.size===l&&f.clear(),b}),f=u.cache;return u}function cR(a,u){var f=a[1],b=u[1],C=f|b,_=C<(D|w|B),N=b==B&&f==x||b==B&&f==I&&a[7].length<=u[8]||b==(B|I)&&u[7].length<=u[8]&&f==x;if(!(_||N))return a;b&D&&(a[2]=u[2],C|=f&D?0:A);var $=u[3];if($){var U=a[3];a[3]=U?iD(U,$,u[4]):$,a[4]=U?Oi(a[3],c):u[4]}return $=u[5],$&&(U=a[5],a[5]=U?aD(U,$,u[6]):$,a[6]=U?Oi(a[5],c):u[6]),$=u[7],$&&(a[7]=$),b&B&&(a[8]=a[8]==null?u[8]:vn(a[8],u[8])),a[9]==null&&(a[9]=u[9]),a[0]=u[0],a[1]=C,a}function dR(a){var u=[];if(a!=null)for(var f in ct(a))u.push(f);return u}function fR(a){return Qd.call(a)}function kD(a,u,f){return u=Qt(u===e?a.length-1:u,0),function(){for(var b=arguments,C=-1,_=Qt(b.length-u,0),N=V(_);++C<_;)N[C]=b[u+C];C=-1;for(var $=V(u+1);++C<u;)$[C]=b[C];return $[u]=f(N),fr(a,this,$)}}function CD(a,u){return u.length<2?a:Ha(a,Rr(u,0,-1))}function pR(a,u){for(var f=a.length,b=vn(u.length,f),C=Qn(a);b--;){var _=u[b];a[b]=ti(_,f)?C[_]:e}return a}function f1(a,u){if(!(u==="constructor"&&typeof a[u]=="function")&&u!="__proto__")return a[u]}var TD=_D(XE),Ll=_F||function(a,u){return nn.setTimeout(a,u)},p1=_D(ML);function AD(a,u,f){var b=u+"";return p1(a,oR(b,hR(tR(b),f)))}function _D(a){var u=0,f=0;return function(){var b=LF(),C=me-(b-f);if(f=b,C>0){if(++u>=M)return arguments[0]}else u=0;return a.apply(e,arguments)}}function vf(a,u){var f=-1,b=a.length,C=b-1;for(u=u===e?b:u;++f<u;){var _=Xm(f,C),N=a[_];a[_]=a[f],a[f]=N}return a.length=u,a}var SD=lR(function(a){var u=[];return a.charCodeAt(0)===46&&u.push(""),a.replace(rI,function(f,b,C,_){u.push(C?_.replace(dI,"$1"):b||f)}),u});function Co(a){if(typeof a=="string"||mr(a))return a;var u=a+"";return u=="0"&&1/a==-ge?"-0":u}function ja(a){if(a!=null){try{return Kd.call(a)}catch{}try{return a+""}catch{}}return""}function hR(a,u){return Sr(Ve,function(f){var b="_."+f[0];u&f[1]&&!Vd(a,b)&&a.push(b)}),a.sort()}function ID(a){if(a instanceof qe)return a.clone();var u=new Fr(a.__wrapped__,a.__chain__);return u.__actions__=Qn(a.__actions__),u.__index__=a.__index__,u.__values__=a.__values__,u}function mR(a,u,f){(f?Bn(a,u,f):u===e)?u=1:u=Qt(Be(u),0);var b=a==null?0:a.length;if(!b||u<1)return[];for(var C=0,_=0,N=V(rf(b/u));C<b;)N[_++]=Rr(a,C,C+=u);return N}function gR(a){for(var u=-1,f=a==null?0:a.length,b=0,C=[];++u<f;){var _=a[u];_&&(C[b++]=_)}return C}function yR(){var a=arguments.length;if(!a)return[];for(var u=V(a-1),f=arguments[0],b=a;b--;)u[b-1]=arguments[b];return Ni(Oe(f)?Qn(f):[f],hn(u,1))}var bR=He(function(a,u){return Pt(a)?Tl(a,hn(u,1,Pt,!0)):[]}),ER=He(function(a,u){var f=Nr(u);return Pt(f)&&(f=e),Pt(a)?Tl(a,hn(u,1,Pt,!0),Ie(f,2)):[]}),DR=He(function(a,u){var f=Nr(u);return Pt(f)&&(f=e),Pt(a)?Tl(a,hn(u,1,Pt,!0),e,f):[]});function xR(a,u,f){var b=a==null?0:a.length;return b?(u=f||u===e?1:Be(u),Rr(a,u<0?0:u,b)):[]}function vR(a,u,f){var b=a==null?0:a.length;return b?(u=f||u===e?1:Be(u),u=b-u,Rr(a,0,u<0?0:u)):[]}function wR(a,u){return a&&a.length?hf(a,Ie(u,3),!0,!0):[]}function kR(a,u){return a&&a.length?hf(a,Ie(u,3),!0):[]}function CR(a,u,f,b){var C=a==null?0:a.length;return C?(f&&typeof f!="number"&&Bn(a,u,f)&&(f=0,b=C),yL(a,u,f,b)):[]}function FD(a,u,f){var b=a==null?0:a.length;if(!b)return-1;var C=f==null?0:Be(f);return C<0&&(C=Qt(b+C,0)),Gd(a,Ie(u,3),C)}function LD(a,u,f){var b=a==null?0:a.length;if(!b)return-1;var C=b-1;return f!==e&&(C=Be(f),C=f<0?Qt(b+C,0):vn(C,b-1)),Gd(a,Ie(u,3),C,!0)}function RD(a){var u=a==null?0:a.length;return u?hn(a,1):[]}function TR(a){var u=a==null?0:a.length;return u?hn(a,ge):[]}function AR(a,u){var f=a==null?0:a.length;return f?(u=u===e?1:Be(u),hn(a,u)):[]}function _R(a){for(var u=-1,f=a==null?0:a.length,b={};++u<f;){var C=a[u];b[C[0]]=C[1]}return b}function ND(a){return a&&a.length?a[0]:e}function SR(a,u,f){var b=a==null?0:a.length;if(!b)return-1;var C=f==null?0:Be(f);return C<0&&(C=Qt(b+C,0)),$s(a,u,C)}function IR(a){var u=a==null?0:a.length;return u?Rr(a,0,-1):[]}var FR=He(function(a){var u=xt(a,e1);return u.length&&u[0]===a[0]?Wm(u):[]}),LR=He(function(a){var u=Nr(a),f=xt(a,e1);return u===Nr(f)?u=e:f.pop(),f.length&&f[0]===a[0]?Wm(f,Ie(u,2)):[]}),RR=He(function(a){var u=Nr(a),f=xt(a,e1);return u=typeof u=="function"?u:e,u&&f.pop(),f.length&&f[0]===a[0]?Wm(f,e,u):[]});function NR(a,u){return a==null?"":IF.call(a,u)}function Nr(a){var u=a==null?0:a.length;return u?a[u-1]:e}function OR(a,u,f){var b=a==null?0:a.length;if(!b)return-1;var C=b;return f!==e&&(C=Be(f),C=C<0?Qt(b+C,0):vn(C,b-1)),u===u?hF(a,u,C):Gd(a,hE,C,!0)}function MR(a,u){return a&&a.length?VE(a,Be(u)):e}var PR=He(OD);function OD(a,u){return a&&a.length&&u&&u.length?qm(a,u):a}function BR(a,u,f){return a&&a.length&&u&&u.length?qm(a,u,Ie(f,2)):a}function $R(a,u,f){return a&&a.length&&u&&u.length?qm(a,u,e,f):a}var zR=ei(function(a,u){var f=a==null?0:a.length,b=zm(a,u);return qE(a,xt(u,function(C){return ti(C,f)?+C:C}).sort(oD)),b});function HR(a,u){var f=[];if(!(a&&a.length))return f;var b=-1,C=[],_=a.length;for(u=Ie(u,3);++b<_;){var N=a[b];u(N,b,a)&&(f.push(N),C.push(b))}return qE(a,C),f}function h1(a){return a==null?a:NF.call(a)}function UR(a,u,f){var b=a==null?0:a.length;return b?(f&&typeof f!="number"&&Bn(a,u,f)?(u=0,f=b):(u=u==null?0:Be(u),f=f===e?b:Be(f)),Rr(a,u,f)):[]}function jR(a,u){return pf(a,u)}function WR(a,u,f){return Qm(a,u,Ie(f,2))}function VR(a,u){var f=a==null?0:a.length;if(f){var b=pf(a,u);if(b<f&&to(a[b],u))return b}return-1}function GR(a,u){return pf(a,u,!0)}function YR(a,u,f){return Qm(a,u,Ie(f,2),!0)}function qR(a,u){var f=a==null?0:a.length;if(f){var b=pf(a,u,!0)-1;if(to(a[b],u))return b}return-1}function XR(a){return a&&a.length?KE(a):[]}function KR(a,u){return a&&a.length?KE(a,Ie(u,2)):[]}function QR(a){var u=a==null?0:a.length;return u?Rr(a,1,u):[]}function ZR(a,u,f){return a&&a.length?(u=f||u===e?1:Be(u),Rr(a,0,u<0?0:u)):[]}function JR(a,u,f){var b=a==null?0:a.length;return b?(u=f||u===e?1:Be(u),u=b-u,Rr(a,u<0?0:u,b)):[]}function eN(a,u){return a&&a.length?hf(a,Ie(u,3),!1,!0):[]}function tN(a,u){return a&&a.length?hf(a,Ie(u,3)):[]}var nN=He(function(a){return $i(hn(a,1,Pt,!0))}),rN=He(function(a){var u=Nr(a);return Pt(u)&&(u=e),$i(hn(a,1,Pt,!0),Ie(u,2))}),oN=He(function(a){var u=Nr(a);return u=typeof u=="function"?u:e,$i(hn(a,1,Pt,!0),e,u)});function iN(a){return a&&a.length?$i(a):[]}function aN(a,u){return a&&a.length?$i(a,Ie(u,2)):[]}function sN(a,u){return u=typeof u=="function"?u:e,a&&a.length?$i(a,e,u):[]}function m1(a){if(!(a&&a.length))return[];var u=0;return a=Ri(a,function(f){if(Pt(f))return u=Qt(f.length,u),!0}),Lm(u,function(f){return xt(a,Sm(f))})}function MD(a,u){if(!(a&&a.length))return[];var f=m1(a);return u==null?f:xt(f,function(b){return fr(u,e,b)})}var uN=He(function(a,u){return Pt(a)?Tl(a,u):[]}),lN=He(function(a){return Jm(Ri(a,Pt))}),cN=He(function(a){var u=Nr(a);return Pt(u)&&(u=e),Jm(Ri(a,Pt),Ie(u,2))}),dN=He(function(a){var u=Nr(a);return u=typeof u=="function"?u:e,Jm(Ri(a,Pt),e,u)}),fN=He(m1);function pN(a,u){return eD(a||[],u||[],Cl)}function hN(a,u){return eD(a||[],u||[],Sl)}var mN=He(function(a){var u=a.length,f=u>1?a[u-1]:e;return f=typeof f=="function"?(a.pop(),f):e,MD(a,f)});function PD(a){var u=T(a);return u.__chain__=!0,u}function gN(a,u){return u(a),a}function wf(a,u){return u(a)}var yN=ei(function(a){var u=a.length,f=u?a[0]:0,b=this.__wrapped__,C=function(_){return zm(_,a)};return u>1||this.__actions__.length||!(b instanceof qe)||!ti(f)?this.thru(C):(b=b.slice(f,+f+(u?1:0)),b.__actions__.push({func:wf,args:[C],thisArg:e}),new Fr(b,this.__chain__).thru(function(_){return u&&!_.length&&_.push(e),_}))});function bN(){return PD(this)}function EN(){return new Fr(this.value(),this.__chain__)}function DN(){this.__values__===e&&(this.__values__=QD(this.value()));var a=this.__index__>=this.__values__.length,u=a?e:this.__values__[this.__index__++];return{done:a,value:u}}function xN(){return this}function vN(a){for(var u,f=this;f instanceof uf;){var b=ID(f);b.__index__=0,b.__values__=e,u?C.__wrapped__=b:u=b;var C=b;f=f.__wrapped__}return C.__wrapped__=a,u}function wN(){var a=this.__wrapped__;if(a instanceof qe){var u=a;return this.__actions__.length&&(u=new qe(this)),u=u.reverse(),u.__actions__.push({func:wf,args:[h1],thisArg:e}),new Fr(u,this.__chain__)}return this.thru(h1)}function kN(){return JE(this.__wrapped__,this.__actions__)}var CN=mf(function(a,u,f){nt.call(a,f)?++a[f]:Zo(a,f,1)});function TN(a,u,f){var b=Oe(a)?fE:gL;return f&&Bn(a,u,f)&&(u=e),b(a,Ie(u,3))}function AN(a,u){var f=Oe(a)?Ri:ME;return f(a,Ie(u,3))}var _N=cD(FD),SN=cD(LD);function IN(a,u){return hn(kf(a,u),1)}function FN(a,u){return hn(kf(a,u),ge)}function LN(a,u,f){return f=f===e?1:Be(f),hn(kf(a,u),f)}function BD(a,u){var f=Oe(a)?Sr:Bi;return f(a,Ie(u,3))}function $D(a,u){var f=Oe(a)?QI:OE;return f(a,Ie(u,3))}var RN=mf(function(a,u,f){nt.call(a,f)?a[f].push(u):Zo(a,f,[u])});function NN(a,u,f,b){a=Zn(a)?a:Ks(a),f=f&&!b?Be(f):0;var C=a.length;return f<0&&(f=Qt(C+f,0)),Sf(a)?f<=C&&a.indexOf(u,f)>-1:!!C&&$s(a,u,f)>-1}var ON=He(function(a,u,f){var b=-1,C=typeof u=="function",_=Zn(a)?V(a.length):[];return Bi(a,function(N){_[++b]=C?fr(u,N,f):Al(N,u,f)}),_}),MN=mf(function(a,u,f){Zo(a,f,u)});function kf(a,u){var f=Oe(a)?xt:UE;return f(a,Ie(u,3))}function PN(a,u,f,b){return a==null?[]:(Oe(u)||(u=u==null?[]:[u]),f=b?e:f,Oe(f)||(f=f==null?[]:[f]),GE(a,u,f))}var BN=mf(function(a,u,f){a[f?0:1].push(u)},function(){return[[],[]]});function $N(a,u,f){var b=Oe(a)?Am:gE,C=arguments.length<3;return b(a,Ie(u,4),f,C,Bi)}function zN(a,u,f){var b=Oe(a)?ZI:gE,C=arguments.length<3;return b(a,Ie(u,4),f,C,OE)}function HN(a,u){var f=Oe(a)?Ri:ME;return f(a,Af(Ie(u,3)))}function UN(a){var u=Oe(a)?FE:NL;return u(a)}function jN(a,u,f){(f?Bn(a,u,f):u===e)?u=1:u=Be(u);var b=Oe(a)?dL:OL;return b(a,u)}function WN(a){var u=Oe(a)?fL:PL;return u(a)}function VN(a){if(a==null)return 0;if(Zn(a))return Sf(a)?Hs(a):a.length;var u=wn(a);return u==ut||u==Kn?a.size:Gm(a).length}function GN(a,u,f){var b=Oe(a)?_m:BL;return f&&Bn(a,u,f)&&(u=e),b(a,Ie(u,3))}var YN=He(function(a,u){if(a==null)return[];var f=u.length;return f>1&&Bn(a,u[0],u[1])?u=[]:f>2&&Bn(u[0],u[1],u[2])&&(u=[u[0]]),GE(a,hn(u,1),[])}),Cf=AF||function(){return nn.Date.now()};function qN(a,u){if(typeof u!="function")throw new Ir(o);return a=Be(a),function(){if(--a<1)return u.apply(this,arguments)}}function zD(a,u,f){return u=f?e:u,u=a&&u==null?a.length:u,Jo(a,B,e,e,e,e,u)}function HD(a,u){var f;if(typeof u!="function")throw new Ir(o);return a=Be(a),function(){return--a>0&&(f=u.apply(this,arguments)),a<=1&&(u=e),f}}var g1=He(function(a,u,f){var b=D;if(f.length){var C=Oi(f,qs(g1));b|=k}return Jo(a,b,u,f,C)}),UD=He(function(a,u,f){var b=D|w;if(f.length){var C=Oi(f,qs(UD));b|=k}return Jo(u,b,a,f,C)});function jD(a,u,f){u=f?e:u;var b=Jo(a,x,e,e,e,e,e,u);return b.placeholder=jD.placeholder,b}function WD(a,u,f){u=f?e:u;var b=Jo(a,v,e,e,e,e,e,u);return b.placeholder=WD.placeholder,b}function VD(a,u,f){var b,C,_,N,$,U,J=0,ee=!1,re=!1,pe=!0;if(typeof a!="function")throw new Ir(o);u=Or(u)||0,Ct(f)&&(ee=!!f.leading,re="maxWait"in f,_=re?Qt(Or(f.maxWait)||0,u):_,pe="trailing"in f?!!f.trailing:pe);function we(Bt){var no=b,oi=C;return b=C=e,J=Bt,N=a.apply(oi,no),N}function Fe(Bt){return J=Bt,$=Ll(Ge,u),ee?we(Bt):N}function $e(Bt){var no=Bt-U,oi=Bt-J,cx=u-no;return re?vn(cx,_-oi):cx}function Le(Bt){var no=Bt-U,oi=Bt-J;return U===e||no>=u||no<0||re&&oi>=_}function Ge(){var Bt=Cf();if(Le(Bt))return Qe(Bt);$=Ll(Ge,$e(Bt))}function Qe(Bt){return $=e,pe&&b?we(Bt):(b=C=e,N)}function gr(){$!==e&&tD($),J=0,b=U=C=$=e}function $n(){return $===e?N:Qe(Cf())}function yr(){var Bt=Cf(),no=Le(Bt);if(b=arguments,C=this,U=Bt,no){if($===e)return Fe(U);if(re)return tD($),$=Ll(Ge,u),we(U)}return $===e&&($=Ll(Ge,u)),N}return yr.cancel=gr,yr.flush=$n,yr}var XN=He(function(a,u){return NE(a,1,u)}),KN=He(function(a,u,f){return NE(a,Or(u)||0,f)});function QN(a){return Jo(a,z)}function Tf(a,u){if(typeof a!="function"||u!=null&&typeof u!="function")throw new Ir(o);var f=function(){var b=arguments,C=u?u.apply(this,b):b[0],_=f.cache;if(_.has(C))return _.get(C);var N=a.apply(this,b);return f.cache=_.set(C,N)||_,N};return f.cache=new(Tf.Cache||Qo),f}Tf.Cache=Qo;function Af(a){if(typeof a!="function")throw new Ir(o);return function(){var u=arguments;switch(u.length){case 0:return!a.call(this);case 1:return!a.call(this,u[0]);case 2:return!a.call(this,u[0],u[1]);case 3:return!a.call(this,u[0],u[1],u[2])}return!a.apply(this,u)}}function ZN(a){return HD(2,a)}var JN=$L(function(a,u){u=u.length==1&&Oe(u[0])?xt(u[0],pr(Ie())):xt(hn(u,1),pr(Ie()));var f=u.length;return He(function(b){for(var C=-1,_=vn(b.length,f);++C<_;)b[C]=u[C].call(this,b[C]);return fr(a,this,b)})}),y1=He(function(a,u){var f=Oi(u,qs(y1));return Jo(a,k,e,u,f)}),GD=He(function(a,u){var f=Oi(u,qs(GD));return Jo(a,L,e,u,f)}),eO=ei(function(a,u){return Jo(a,I,e,e,e,u)});function tO(a,u){if(typeof a!="function")throw new Ir(o);return u=u===e?u:Be(u),He(a,u)}function nO(a,u){if(typeof a!="function")throw new Ir(o);return u=u==null?0:Qt(Be(u),0),He(function(f){var b=f[u],C=Hi(f,0,u);return b&&Ni(C,b),fr(a,this,C)})}function rO(a,u,f){var b=!0,C=!0;if(typeof a!="function")throw new Ir(o);return Ct(f)&&(b="leading"in f?!!f.leading:b,C="trailing"in f?!!f.trailing:C),VD(a,u,{leading:b,maxWait:u,trailing:C})}function oO(a){return zD(a,1)}function iO(a,u){return y1(t1(u),a)}function aO(){if(!arguments.length)return[];var a=arguments[0];return Oe(a)?a:[a]}function sO(a){return Lr(a,g)}function uO(a,u){return u=typeof u=="function"?u:e,Lr(a,g,u)}function lO(a){return Lr(a,d|g)}function cO(a,u){return u=typeof u=="function"?u:e,Lr(a,d|g,u)}function dO(a,u){return u==null||RE(a,u,rn(u))}function to(a,u){return a===u||a!==a&&u!==u}var fO=Ef(jm),pO=Ef(function(a,u){return a>=u}),Wa=$E(function(){return arguments}())?$E:function(a){return Ft(a)&&nt.call(a,"callee")&&!CE.call(a,"callee")},Oe=V.isArray,hO=aE?pr(aE):vL;function Zn(a){return a!=null&&_f(a.length)&&!ni(a)}function Pt(a){return Ft(a)&&Zn(a)}function mO(a){return a===!0||a===!1||Ft(a)&&Pn(a)==pn}var Ui=SF||_1,gO=sE?pr(sE):wL;function yO(a){return Ft(a)&&a.nodeType===1&&!Rl(a)}function bO(a){if(a==null)return!0;if(Zn(a)&&(Oe(a)||typeof a=="string"||typeof a.splice=="function"||Ui(a)||Xs(a)||Wa(a)))return!a.length;var u=wn(a);if(u==ut||u==Kn)return!a.size;if(Fl(a))return!Gm(a).length;for(var f in a)if(nt.call(a,f))return!1;return!0}function EO(a,u){return _l(a,u)}function DO(a,u,f){f=typeof f=="function"?f:e;var b=f?f(a,u):e;return b===e?_l(a,u,e,f):!!b}function b1(a){if(!Ft(a))return!1;var u=Pn(a);return u==Mt||u==ft||typeof a.message=="string"&&typeof a.name=="string"&&!Rl(a)}function xO(a){return typeof a=="number"&&AE(a)}function ni(a){if(!Ct(a))return!1;var u=Pn(a);return u==qt||u==xn||u==Nn||u==Hd}function YD(a){return typeof a=="number"&&a==Be(a)}function _f(a){return typeof a=="number"&&a>-1&&a%1==0&&a<=ke}function Ct(a){var u=typeof a;return a!=null&&(u=="object"||u=="function")}function Ft(a){return a!=null&&typeof a=="object"}var qD=uE?pr(uE):CL;function vO(a,u){return a===u||Vm(a,u,u1(u))}function wO(a,u,f){return f=typeof f=="function"?f:e,Vm(a,u,u1(u),f)}function kO(a){return XD(a)&&a!=+a}function CO(a){if(uR(a))throw new Ne(r);return zE(a)}function TO(a){return a===null}function AO(a){return a==null}function XD(a){return typeof a=="number"||Ft(a)&&Pn(a)==cr}function Rl(a){if(!Ft(a)||Pn(a)!=Xt)return!1;var u=ef(a);if(u===null)return!0;var f=nt.call(u,"constructor")&&u.constructor;return typeof f=="function"&&f instanceof f&&Kd.call(f)==wF}var E1=lE?pr(lE):TL;function _O(a){return YD(a)&&a>=-ke&&a<=ke}var KD=cE?pr(cE):AL;function Sf(a){return typeof a=="string"||!Oe(a)&&Ft(a)&&Pn(a)==Fi}function mr(a){return typeof a=="symbol"||Ft(a)&&Pn(a)==Ps}var Xs=dE?pr(dE):_L;function SO(a){return a===e}function IO(a){return Ft(a)&&wn(a)==Na}function FO(a){return Ft(a)&&Pn(a)==gm}var LO=Ef(Ym),RO=Ef(function(a,u){return a<=u});function QD(a){if(!a)return[];if(Zn(a))return Sf(a)?Jr(a):Qn(a);if(Dl&&a[Dl])return dF(a[Dl]());var u=wn(a),f=u==ut?Nm:u==Kn?Yd:Ks;return f(a)}function ri(a){if(!a)return a===0?a:0;if(a=Or(a),a===ge||a===-ge){var u=a<0?-1:1;return u*be}return a===a?a:0}function Be(a){var u=ri(a),f=u%1;return u===u?f?u-f:u:0}function ZD(a){return a?za(Be(a),0,Ee):0}function Or(a){if(typeof a=="number")return a;if(mr(a))return se;if(Ct(a)){var u=typeof a.valueOf=="function"?a.valueOf():a;a=Ct(u)?u+"":u}if(typeof a!="string")return a===0?a:+a;a=yE(a);var f=hI.test(a);return f||gI.test(a)?qI(a.slice(2),f?2:8):pI.test(a)?se:+a}function JD(a){return ko(a,Jn(a))}function NO(a){return a?za(Be(a),-ke,ke):a===0?a:0}function rt(a){return a==null?"":hr(a)}var OO=Gs(function(a,u){if(Fl(u)||Zn(u)){ko(u,rn(u),a);return}for(var f in u)nt.call(u,f)&&Cl(a,f,u[f])}),ex=Gs(function(a,u){ko(u,Jn(u),a)}),If=Gs(function(a,u,f,b){ko(u,Jn(u),a,b)}),MO=Gs(function(a,u,f,b){ko(u,rn(u),a,b)}),PO=ei(zm);function BO(a,u){var f=Vs(a);return u==null?f:LE(f,u)}var $O=He(function(a,u){a=ct(a);var f=-1,b=u.length,C=b>2?u[2]:e;for(C&&Bn(u[0],u[1],C)&&(b=1);++f<b;)for(var _=u[f],N=Jn(_),$=-1,U=N.length;++$<U;){var J=N[$],ee=a[J];(ee===e||to(ee,Us[J])&&!nt.call(a,J))&&(a[J]=_[J])}return a}),zO=He(function(a){return a.push(e,yD),fr(tx,e,a)});function HO(a,u){return pE(a,Ie(u,3),wo)}function UO(a,u){return pE(a,Ie(u,3),Um)}function jO(a,u){return a==null?a:Hm(a,Ie(u,3),Jn)}function WO(a,u){return a==null?a:PE(a,Ie(u,3),Jn)}function VO(a,u){return a&&wo(a,Ie(u,3))}function GO(a,u){return a&&Um(a,Ie(u,3))}function YO(a){return a==null?[]:df(a,rn(a))}function qO(a){return a==null?[]:df(a,Jn(a))}function D1(a,u,f){var b=a==null?e:Ha(a,u);return b===e?f:b}function XO(a,u){return a!=null&&DD(a,u,bL)}function x1(a,u){return a!=null&&DD(a,u,EL)}var KO=fD(function(a,u,f){u!=null&&typeof u.toString!="function"&&(u=Qd.call(u)),a[u]=f},w1(er)),QO=fD(function(a,u,f){u!=null&&typeof u.toString!="function"&&(u=Qd.call(u)),nt.call(a,u)?a[u].push(f):a[u]=[f]},Ie),ZO=He(Al);function rn(a){return Zn(a)?IE(a):Gm(a)}function Jn(a){return Zn(a)?IE(a,!0):SL(a)}function JO(a,u){var f={};return u=Ie(u,3),wo(a,function(b,C,_){Zo(f,u(b,C,_),b)}),f}function e9(a,u){var f={};return u=Ie(u,3),wo(a,function(b,C,_){Zo(f,C,u(b,C,_))}),f}var t9=Gs(function(a,u,f){ff(a,u,f)}),tx=Gs(function(a,u,f,b){ff(a,u,f,b)}),n9=ei(function(a,u){var f={};if(a==null)return f;var b=!1;u=xt(u,function(_){return _=zi(_,a),b||(b=_.length>1),_}),ko(a,a1(a),f),b&&(f=Lr(f,d|h|g,KL));for(var C=u.length;C--;)Zm(f,u[C]);return f});function r9(a,u){return nx(a,Af(Ie(u)))}var o9=ei(function(a,u){return a==null?{}:FL(a,u)});function nx(a,u){if(a==null)return{};var f=xt(a1(a),function(b){return[b]});return u=Ie(u),YE(a,f,function(b,C){return u(b,C[0])})}function i9(a,u,f){u=zi(u,a);var b=-1,C=u.length;for(C||(C=1,a=e);++b<C;){var _=a==null?e:a[Co(u[b])];_===e&&(b=C,_=f),a=ni(_)?_.call(a):_}return a}function a9(a,u,f){return a==null?a:Sl(a,u,f)}function s9(a,u,f,b){return b=typeof b=="function"?b:e,a==null?a:Sl(a,u,f,b)}var rx=mD(rn),ox=mD(Jn);function u9(a,u,f){var b=Oe(a),C=b||Ui(a)||Xs(a);if(u=Ie(u,4),f==null){var _=a&&a.constructor;C?f=b?new _:[]:Ct(a)?f=ni(_)?Vs(ef(a)):{}:f={}}return(C?Sr:wo)(a,function(N,$,U){return u(f,N,$,U)}),f}function l9(a,u){return a==null?!0:Zm(a,u)}function c9(a,u,f){return a==null?a:ZE(a,u,t1(f))}function d9(a,u,f,b){return b=typeof b=="function"?b:e,a==null?a:ZE(a,u,t1(f),b)}function Ks(a){return a==null?[]:Rm(a,rn(a))}function f9(a){return a==null?[]:Rm(a,Jn(a))}function p9(a,u,f){return f===e&&(f=u,u=e),f!==e&&(f=Or(f),f=f===f?f:0),u!==e&&(u=Or(u),u=u===u?u:0),za(Or(a),u,f)}function h9(a,u,f){return u=ri(u),f===e?(f=u,u=0):f=ri(f),a=Or(a),DL(a,u,f)}function m9(a,u,f){if(f&&typeof f!="boolean"&&Bn(a,u,f)&&(u=f=e),f===e&&(typeof u=="boolean"?(f=u,u=e):typeof a=="boolean"&&(f=a,a=e)),a===e&&u===e?(a=0,u=1):(a=ri(a),u===e?(u=a,a=0):u=ri(u)),a>u){var b=a;a=u,u=b}if(f||a%1||u%1){var C=_E();return vn(a+C*(u-a+YI("1e-"+((C+"").length-1))),u)}return Xm(a,u)}var g9=Ys(function(a,u,f){return u=u.toLowerCase(),a+(f?ix(u):u)});function ix(a){return v1(rt(a).toLowerCase())}function ax(a){return a=rt(a),a&&a.replace(bI,aF).replace(PI,"")}function y9(a,u,f){a=rt(a),u=hr(u);var b=a.length;f=f===e?b:za(Be(f),0,b);var C=f;return f-=u.length,f>=0&&a.slice(f,C)==u}function b9(a){return a=rt(a),a&&Z7.test(a)?a.replace(P6,sF):a}function E9(a){return a=rt(a),a&&oI.test(a)?a.replace(ym,"\\$&"):a}var D9=Ys(function(a,u,f){return a+(f?"-":"")+u.toLowerCase()}),x9=Ys(function(a,u,f){return a+(f?" ":"")+u.toLowerCase()}),v9=lD("toLowerCase");function w9(a,u,f){a=rt(a),u=Be(u);var b=u?Hs(a):0;if(!u||b>=u)return a;var C=(u-b)/2;return bf(of(C),f)+a+bf(rf(C),f)}function k9(a,u,f){a=rt(a),u=Be(u);var b=u?Hs(a):0;return u&&b<u?a+bf(u-b,f):a}function C9(a,u,f){a=rt(a),u=Be(u);var b=u?Hs(a):0;return u&&b<u?bf(u-b,f)+a:a}function T9(a,u,f){return f||u==null?u=0:u&&(u=+u),RF(rt(a).replace(bm,""),u||0)}function A9(a,u,f){return(f?Bn(a,u,f):u===e)?u=1:u=Be(u),Km(rt(a),u)}function _9(){var a=arguments,u=rt(a[0]);return a.length<3?u:u.replace(a[1],a[2])}var S9=Ys(function(a,u,f){return a+(f?"_":"")+u.toLowerCase()});function I9(a,u,f){return f&&typeof f!="number"&&Bn(a,u,f)&&(u=f=e),f=f===e?Ee:f>>>0,f?(a=rt(a),a&&(typeof u=="string"||u!=null&&!E1(u))&&(u=hr(u),!u&&zs(a))?Hi(Jr(a),0,f):a.split(u,f)):[]}var F9=Ys(function(a,u,f){return a+(f?" ":"")+v1(u)});function L9(a,u,f){return a=rt(a),f=f==null?0:za(Be(f),0,a.length),u=hr(u),a.slice(f,f+u.length)==u}function R9(a,u,f){var b=T.templateSettings;f&&Bn(a,u,f)&&(u=e),a=rt(a),u=If({},u,b,gD);var C=If({},u.imports,b.imports,gD),_=rn(C),N=Rm(C,_),$,U,J=0,ee=u.interpolate||Ud,re="__p += '",pe=Om((u.escape||Ud).source+"|"+ee.source+"|"+(ee===B6?fI:Ud).source+"|"+(u.evaluate||Ud).source+"|$","g"),we="//# sourceURL="+(nt.call(u,"sourceURL")?(u.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++UI+"]")+`
12
12
  `;a.replace(pe,function(Le,Ge,Qe,gr,$n,yr){return Qe||(Qe=gr),re+=a.slice(J,yr).replace(EI,uF),Ge&&($=!0,re+=`' +
@@ -25,8 +25,8 @@ __p += '`),Qe&&(re+=`' +
25
25
  function print() { __p += __j.call(arguments, '') }
26
26
  `:`;
27
27
  `)+re+`return __p
28
- }`;var $e=ux(function(){return tt(_,we+"return "+re).apply(e,N)});if($e.source=re,b1($e))throw $e;return $e}function N9(a){return rt(a).toLowerCase()}function O9(a){return rt(a).toUpperCase()}function M9(a,u,f){if(a=rt(a),a&&(f||u===e))return yE(a);if(!a||!(u=hr(u)))return a;var b=Jr(a),C=Jr(u),_=bE(b,C),N=EE(b,C)+1;return Hi(b,_,N).join("")}function P9(a,u,f){if(a=rt(a),a&&(f||u===e))return a.slice(0,xE(a)+1);if(!a||!(u=hr(u)))return a;var b=Jr(a),C=EE(b,Jr(u))+1;return Hi(b,0,C).join("")}function B9(a,u,f){if(a=rt(a),a&&(f||u===e))return a.replace(bm,"");if(!a||!(u=hr(u)))return a;var b=Jr(a),C=bE(b,Jr(u));return Hi(b,C).join("")}function $9(a,u){var f=q,b=te;if(Ct(u)){var C="separator"in u?u.separator:C;f="length"in u?Be(u.length):f,b="omission"in u?hr(u.omission):b}a=rt(a);var _=a.length;if(zs(a)){var N=Jr(a);_=N.length}if(f>=_)return a;var $=f-Hs(b);if($<1)return b;var U=N?Hi(N,0,$).join(""):a.slice(0,$);if(C===e)return U+b;if(N&&($+=U.length-$),E1(C)){if(a.slice($).search(C)){var J,ee=U;for(C.global||(C=Om(C.source,rt($6.exec(C))+"g")),C.lastIndex=0;J=C.exec(ee);)var re=J.index;U=U.slice(0,re===e?$:re)}}else if(a.indexOf(hr(C),$)!=$){var pe=U.lastIndexOf(C);pe>-1&&(U=U.slice(0,pe))}return U+b}function z9(a){return a=rt(a),a&&Q7.test(a)?a.replace(M6,mF):a}var H9=Ys(function(a,u,f){return a+(f?" ":"")+u.toUpperCase()}),v1=lD("toUpperCase");function sx(a,u,f){return a=rt(a),u=f?e:u,u===e?cF(a)?bF(a):tF(a):a.match(u)||[]}var ux=He(function(a,u){try{return fr(a,e,u)}catch(f){return b1(f)?f:new Ne(f)}}),U9=ei(function(a,u){return Sr(u,function(f){f=Co(f),Zo(a,f,g1(a[f],a))}),a});function j9(a){var u=a==null?0:a.length,f=Ie();return a=u?xt(a,function(b){if(typeof b[1]!="function")throw new Ir(o);return[f(b[0]),b[1]]}):[],He(function(b){for(var C=-1;++C<u;){var _=a[C];if(fr(_[0],this,b))return fr(_[1],this,b)}})}function W9(a){return mL(Lr(a,d))}function w1(a){return function(){return a}}function V9(a,u){return a==null||a!==a?u:a}var G9=dD(),Y9=dD(!0);function er(a){return a}function k1(a){return HE(typeof a=="function"?a:Lr(a,d))}function q9(a){return jE(Lr(a,d))}function X9(a,u){return WE(a,Lr(u,d))}var K9=He(function(a,u){return function(f){return Al(f,a,u)}}),Q9=He(function(a,u){return function(f){return Al(a,f,u)}});function C1(a,u,f){var b=rn(u),C=df(u,b);f==null&&!(Ct(u)&&(C.length||!b.length))&&(f=u,u=a,a=this,C=df(u,rn(u)));var _=!(Ct(f)&&"chain"in f)||!!f.chain,N=ni(a);return Sr(C,function($){var U=u[$];a[$]=U,N&&(a.prototype[$]=function(){var J=this.__chain__;if(_||J){var ee=a(this.__wrapped__),re=ee.__actions__=Qn(this.__actions__);return re.push({func:U,args:arguments,thisArg:a}),ee.__chain__=J,ee}return U.apply(a,Ni([this.value()],arguments))})}),a}function Z9(){return nn._===this&&(nn._=kF),this}function T1(){}function J9(a){return a=Be(a),He(function(u){return VE(u,a)})}var eM=r1(xt),tM=r1(fE),nM=r1(_m);function lx(a){return c1(a)?Sm(Co(a)):LL(a)}function rM(a){return function(u){return a==null?e:Ha(a,u)}}var oM=pD(),iM=pD(!0);function A1(){return[]}function _1(){return!1}function aM(){return{}}function sM(){return""}function uM(){return!0}function lM(a,u){if(a=Be(a),a<1||a>ke)return[];var f=Ee,b=vn(a,Ee);u=Ie(u),a-=Ee;for(var C=Lm(b,u);++f<a;)u(f);return C}function cM(a){return Oe(a)?xt(a,Co):mr(a)?[a]:Qn(SD(rt(a)))}function dM(a){var u=++vF;return rt(a)+u}var fM=yf(function(a,u){return a+u},0),pM=o1("ceil"),hM=yf(function(a,u){return a/u},1),mM=o1("floor");function gM(a){return a&&a.length?cf(a,er,jm):e}function yM(a,u){return a&&a.length?cf(a,Ie(u,2),jm):e}function bM(a){return mE(a,er)}function EM(a,u){return mE(a,Ie(u,2))}function DM(a){return a&&a.length?cf(a,er,Ym):e}function xM(a,u){return a&&a.length?cf(a,Ie(u,2),Ym):e}var vM=yf(function(a,u){return a*u},1),wM=o1("round"),kM=yf(function(a,u){return a-u},0);function CM(a){return a&&a.length?Fm(a,er):0}function TM(a,u){return a&&a.length?Fm(a,Ie(u,2)):0}return T.after=qN,T.ary=zD,T.assign=OO,T.assignIn=ex,T.assignInWith=If,T.assignWith=MO,T.at=PO,T.before=HD,T.bind=g1,T.bindAll=U9,T.bindKey=UD,T.castArray=aO,T.chain=PD,T.chunk=mR,T.compact=gR,T.concat=yR,T.cond=j9,T.conforms=W9,T.constant=w1,T.countBy=CN,T.create=BO,T.curry=jD,T.curryRight=WD,T.debounce=VD,T.defaults=$O,T.defaultsDeep=zO,T.defer=XN,T.delay=KN,T.difference=bR,T.differenceBy=ER,T.differenceWith=DR,T.drop=xR,T.dropRight=vR,T.dropRightWhile=wR,T.dropWhile=kR,T.fill=CR,T.filter=AN,T.flatMap=IN,T.flatMapDeep=FN,T.flatMapDepth=LN,T.flatten=RD,T.flattenDeep=TR,T.flattenDepth=AR,T.flip=QN,T.flow=G9,T.flowRight=Y9,T.fromPairs=_R,T.functions=YO,T.functionsIn=qO,T.groupBy=RN,T.initial=IR,T.intersection=FR,T.intersectionBy=LR,T.intersectionWith=RR,T.invert=KO,T.invertBy=QO,T.invokeMap=ON,T.iteratee=k1,T.keyBy=MN,T.keys=rn,T.keysIn=Jn,T.map=kf,T.mapKeys=JO,T.mapValues=e9,T.matches=q9,T.matchesProperty=X9,T.memoize=Tf,T.merge=t9,T.mergeWith=tx,T.method=K9,T.methodOf=Q9,T.mixin=C1,T.negate=Af,T.nthArg=J9,T.omit=n9,T.omitBy=r9,T.once=ZN,T.orderBy=PN,T.over=eM,T.overArgs=JN,T.overEvery=tM,T.overSome=nM,T.partial=y1,T.partialRight=GD,T.partition=BN,T.pick=o9,T.pickBy=nx,T.property=lx,T.propertyOf=rM,T.pull=PR,T.pullAll=OD,T.pullAllBy=BR,T.pullAllWith=$R,T.pullAt=zR,T.range=oM,T.rangeRight=iM,T.rearg=eO,T.reject=HN,T.remove=HR,T.rest=tO,T.reverse=h1,T.sampleSize=jN,T.set=a9,T.setWith=s9,T.shuffle=WN,T.slice=UR,T.sortBy=YN,T.sortedUniq=XR,T.sortedUniqBy=KR,T.split=I9,T.spread=nO,T.tail=QR,T.take=ZR,T.takeRight=JR,T.takeRightWhile=eN,T.takeWhile=tN,T.tap=gN,T.throttle=rO,T.thru=wf,T.toArray=QD,T.toPairs=rx,T.toPairsIn=ox,T.toPath=cM,T.toPlainObject=JD,T.transform=u9,T.unary=oO,T.union=nN,T.unionBy=rN,T.unionWith=oN,T.uniq=iN,T.uniqBy=aN,T.uniqWith=sN,T.unset=l9,T.unzip=m1,T.unzipWith=MD,T.update=c9,T.updateWith=d9,T.values=Ks,T.valuesIn=f9,T.without=uN,T.words=sx,T.wrap=iO,T.xor=lN,T.xorBy=cN,T.xorWith=dN,T.zip=fN,T.zipObject=pN,T.zipObjectDeep=hN,T.zipWith=mN,T.entries=rx,T.entriesIn=ox,T.extend=ex,T.extendWith=If,C1(T,T),T.add=fM,T.attempt=ux,T.camelCase=g9,T.capitalize=ix,T.ceil=pM,T.clamp=p9,T.clone=sO,T.cloneDeep=lO,T.cloneDeepWith=cO,T.cloneWith=uO,T.conformsTo=dO,T.deburr=ax,T.defaultTo=V9,T.divide=hM,T.endsWith=y9,T.eq=to,T.escape=b9,T.escapeRegExp=E9,T.every=TN,T.find=_N,T.findIndex=FD,T.findKey=HO,T.findLast=SN,T.findLastIndex=LD,T.findLastKey=UO,T.floor=mM,T.forEach=BD,T.forEachRight=$D,T.forIn=jO,T.forInRight=WO,T.forOwn=VO,T.forOwnRight=GO,T.get=D1,T.gt=fO,T.gte=pO,T.has=XO,T.hasIn=x1,T.head=ND,T.identity=er,T.includes=NN,T.indexOf=SR,T.inRange=h9,T.invoke=ZO,T.isArguments=Wa,T.isArray=Oe,T.isArrayBuffer=hO,T.isArrayLike=Zn,T.isArrayLikeObject=Pt,T.isBoolean=mO,T.isBuffer=Ui,T.isDate=gO,T.isElement=yO,T.isEmpty=bO,T.isEqual=EO,T.isEqualWith=DO,T.isError=b1,T.isFinite=xO,T.isFunction=ni,T.isInteger=YD,T.isLength=_f,T.isMap=qD,T.isMatch=vO,T.isMatchWith=wO,T.isNaN=kO,T.isNative=CO,T.isNil=AO,T.isNull=TO,T.isNumber=XD,T.isObject=Ct,T.isObjectLike=Ft,T.isPlainObject=Rl,T.isRegExp=E1,T.isSafeInteger=_O,T.isSet=KD,T.isString=Sf,T.isSymbol=mr,T.isTypedArray=Xs,T.isUndefined=SO,T.isWeakMap=IO,T.isWeakSet=FO,T.join=NR,T.kebabCase=D9,T.last=Nr,T.lastIndexOf=OR,T.lowerCase=x9,T.lowerFirst=v9,T.lt=LO,T.lte=RO,T.max=gM,T.maxBy=yM,T.mean=bM,T.meanBy=EM,T.min=DM,T.minBy=xM,T.stubArray=A1,T.stubFalse=_1,T.stubObject=aM,T.stubString=sM,T.stubTrue=uM,T.multiply=vM,T.nth=MR,T.noConflict=Z9,T.noop=T1,T.now=Cf,T.pad=w9,T.padEnd=k9,T.padStart=C9,T.parseInt=T9,T.random=m9,T.reduce=$N,T.reduceRight=zN,T.repeat=A9,T.replace=_9,T.result=i9,T.round=wM,T.runInContext=H,T.sample=UN,T.size=VN,T.snakeCase=S9,T.some=GN,T.sortedIndex=jR,T.sortedIndexBy=WR,T.sortedIndexOf=VR,T.sortedLastIndex=GR,T.sortedLastIndexBy=YR,T.sortedLastIndexOf=qR,T.startCase=F9,T.startsWith=L9,T.subtract=kM,T.sum=CM,T.sumBy=TM,T.template=R9,T.times=lM,T.toFinite=ri,T.toInteger=Be,T.toLength=ZD,T.toLower=N9,T.toNumber=Or,T.toSafeInteger=NO,T.toString=rt,T.toUpper=O9,T.trim=M9,T.trimEnd=P9,T.trimStart=B9,T.truncate=$9,T.unescape=z9,T.uniqueId=dM,T.upperCase=H9,T.upperFirst=v1,T.each=BD,T.eachRight=$D,T.first=ND,C1(T,function(){var a={};return wo(T,function(u,f){nt.call(T.prototype,f)||(a[f]=u)}),a}(),{chain:!1}),T.VERSION=t,Sr(["bind","bindKey","curry","curryRight","partial","partialRight"],function(a){T[a].placeholder=T}),Sr(["drop","take"],function(a,u){qe.prototype[a]=function(f){f=f===e?1:Qt(Be(f),0);var b=this.__filtered__&&!u?new qe(this):this.clone();return b.__filtered__?b.__takeCount__=vn(f,b.__takeCount__):b.__views__.push({size:vn(f,Ee),type:a+(b.__dir__<0?"Right":"")}),b},qe.prototype[a+"Right"]=function(f){return this.reverse()[a](f).reverse()}}),Sr(["filter","map","takeWhile"],function(a,u){var f=u+1,b=f==fe||f==le;qe.prototype[a]=function(C){var _=this.clone();return _.__iteratees__.push({iteratee:Ie(C,3),type:f}),_.__filtered__=_.__filtered__||b,_}}),Sr(["head","last"],function(a,u){var f="take"+(u?"Right":"");qe.prototype[a]=function(){return this[f](1).value()[0]}}),Sr(["initial","tail"],function(a,u){var f="drop"+(u?"":"Right");qe.prototype[a]=function(){return this.__filtered__?new qe(this):this[f](1)}}),qe.prototype.compact=function(){return this.filter(er)},qe.prototype.find=function(a){return this.filter(a).head()},qe.prototype.findLast=function(a){return this.reverse().find(a)},qe.prototype.invokeMap=He(function(a,u){return typeof a=="function"?new qe(this):this.map(function(f){return Al(f,a,u)})}),qe.prototype.reject=function(a){return this.filter(Af(Ie(a)))},qe.prototype.slice=function(a,u){a=Be(a);var f=this;return f.__filtered__&&(a>0||u<0)?new qe(f):(a<0?f=f.takeRight(-a):a&&(f=f.drop(a)),u!==e&&(u=Be(u),f=u<0?f.dropRight(-u):f.take(u-a)),f)},qe.prototype.takeRightWhile=function(a){return this.reverse().takeWhile(a).reverse()},qe.prototype.toArray=function(){return this.take(Ee)},wo(qe.prototype,function(a,u){var f=/^(?:filter|find|map|reject)|While$/.test(u),b=/^(?:head|last)$/.test(u),C=T[b?"take"+(u=="last"?"Right":""):u],_=b||/^find/.test(u);C&&(T.prototype[u]=function(){var N=this.__wrapped__,$=b?[1]:arguments,U=N instanceof qe,J=$[0],ee=U||Oe(N),re=function(Ge){var Qe=C.apply(T,Ni([Ge],$));return b&&pe?Qe[0]:Qe};ee&&f&&typeof J=="function"&&J.length!=1&&(U=ee=!1);var pe=this.__chain__,we=!!this.__actions__.length,Fe=_&&!pe,$e=U&&!we;if(!_&&ee){N=$e?N:new qe(this);var Le=a.apply(N,$);return Le.__actions__.push({func:wf,args:[re],thisArg:e}),new Fr(Le,pe)}return Fe&&$e?a.apply(this,$):(Le=this.thru(re),Fe?b?Le.value()[0]:Le.value():Le)})}),Sr(["pop","push","shift","sort","splice","unshift"],function(a){var u=qd[a],f=/^(?:push|sort|unshift)$/.test(a)?"tap":"thru",b=/^(?:pop|shift)$/.test(a);T.prototype[a]=function(){var C=arguments;if(b&&!this.__chain__){var _=this.value();return u.apply(Oe(_)?_:[],C)}return this[f](function(N){return u.apply(Oe(N)?N:[],C)})}}),wo(qe.prototype,function(a,u){var f=T[u];if(f){var b=f.name+"";nt.call(Ws,b)||(Ws[b]=[]),Ws[b].push({name:u,func:f})}}),Ws[gf(e,w).name]=[{name:"wrapper",func:e}],qe.prototype.clone=zF,qe.prototype.reverse=HF,qe.prototype.value=UF,T.prototype.at=yN,T.prototype.chain=bN,T.prototype.commit=EN,T.prototype.next=DN,T.prototype.plant=vN,T.prototype.reverse=wN,T.prototype.toJSON=T.prototype.valueOf=T.prototype.value=kN,T.prototype.first=T.prototype.head,Dl&&(T.prototype[Dl]=xN),T},Mi=EF();typeof define=="function"&&typeof define.amd=="object"&&define.amd?(nn._=Mi,define(function(){return Mi})):Ma?((Ma.exports=Mi)._=Mi,km._=Mi):nn._=Mi}).call(cl)});var h6=lt(()=>{(function(e){var t="\\b(?:BASH|BASHOPTS|BASH_ALIASES|BASH_ARGC|BASH_ARGV|BASH_CMDS|BASH_COMPLETION_COMPAT_DIR|BASH_LINENO|BASH_REMATCH|BASH_SOURCE|BASH_VERSINFO|BASH_VERSION|COLORTERM|COLUMNS|COMP_WORDBREAKS|DBUS_SESSION_BUS_ADDRESS|DEFAULTS_PATH|DESKTOP_SESSION|DIRSTACK|DISPLAY|EUID|GDMSESSION|GDM_LANG|GNOME_KEYRING_CONTROL|GNOME_KEYRING_PID|GPG_AGENT_INFO|GROUPS|HISTCONTROL|HISTFILE|HISTFILESIZE|HISTSIZE|HOME|HOSTNAME|HOSTTYPE|IFS|INSTANCE|JOB|LANG|LANGUAGE|LC_ADDRESS|LC_ALL|LC_IDENTIFICATION|LC_MEASUREMENT|LC_MONETARY|LC_NAME|LC_NUMERIC|LC_PAPER|LC_TELEPHONE|LC_TIME|LESSCLOSE|LESSOPEN|LINES|LOGNAME|LS_COLORS|MACHTYPE|MAILCHECK|MANDATORY_PATH|NO_AT_BRIDGE|OLDPWD|OPTERR|OPTIND|ORBIT_SOCKETDIR|OSTYPE|PAPERSIZE|PATH|PIPESTATUS|PPID|PS1|PS2|PS3|PS4|PWD|RANDOM|REPLY|SECONDS|SELINUX_INIT|SESSION|SESSIONTYPE|SESSION_MANAGER|SHELL|SHELLOPTS|SHLVL|SSH_AUTH_SOCK|TERM|UID|UPSTART_EVENTS|UPSTART_INSTANCE|UPSTART_JOB|UPSTART_SESSION|USER|WINDOWID|XAUTHORITY|XDG_CONFIG_DIRS|XDG_CURRENT_DESKTOP|XDG_DATA_DIRS|XDG_GREETER_DATA_DIR|XDG_MENU_PREFIX|XDG_RUNTIME_DIR|XDG_SEAT|XDG_SEAT_PATH|XDG_SESSION_DESKTOP|XDG_SESSION_ID|XDG_SESSION_PATH|XDG_SESSION_TYPE|XDG_VTNR|XMODIFIERS)\\b",n={pattern:/(^(["']?)\w+\2)[ \t]+\S.*/,lookbehind:!0,alias:"punctuation",inside:null},r={bash:n,environment:{pattern:RegExp("\\$"+t),alias:"constant"},variable:[{pattern:/\$?\(\([\s\S]+?\)\)/,greedy:!0,inside:{variable:[{pattern:/(^\$\(\([\s\S]+)\)\)/,lookbehind:!0},/^\$\(\(/],number:/\b0x[\dA-Fa-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:[Ee]-?\d+)?/,operator:/--|\+\+|\*\*=?|<<=?|>>=?|&&|\|\||[=!+\-*/%<>^&|]=?|[?~:]/,punctuation:/\(\(?|\)\)?|,|;/}},{pattern:/\$\((?:\([^)]+\)|[^()])+\)|`[^`]+`/,greedy:!0,inside:{variable:/^\$\(|^`|\)$|`$/}},{pattern:/\$\{[^}]+\}/,greedy:!0,inside:{operator:/:[-=?+]?|[!\/]|##?|%%?|\^\^?|,,?/,punctuation:/[\[\]]/,environment:{pattern:RegExp("(\\{)"+t),lookbehind:!0,alias:"constant"}}},/\$(?:\w+|[#?*!@$])/],entity:/\\(?:[abceEfnrtv\\"]|O?[0-7]{1,3}|U[0-9a-fA-F]{8}|u[0-9a-fA-F]{4}|x[0-9a-fA-F]{1,2})/};e.languages.bash={shebang:{pattern:/^#!\s*\/.*/,alias:"important"},comment:{pattern:/(^|[^"{\\$])#.*/,lookbehind:!0},"function-name":[{pattern:/(\bfunction\s+)[\w-]+(?=(?:\s*\(?:\s*\))?\s*\{)/,lookbehind:!0,alias:"function"},{pattern:/\b[\w-]+(?=\s*\(\s*\)\s*\{)/,alias:"function"}],"for-or-select":{pattern:/(\b(?:for|select)\s+)\w+(?=\s+in\s)/,alias:"variable",lookbehind:!0},"assign-left":{pattern:/(^|[\s;|&]|[<>]\()\w+(?:\.\w+)*(?=\+?=)/,inside:{environment:{pattern:RegExp("(^|[\\s;|&]|[<>]\\()"+t),lookbehind:!0,alias:"constant"}},alias:"variable",lookbehind:!0},parameter:{pattern:/(^|\s)-{1,2}(?:\w+:[+-]?)?\w+(?:\.\w+)*(?=[=\s]|$)/,alias:"variable",lookbehind:!0},string:[{pattern:/((?:^|[^<])<<-?\s*)(\w+)\s[\s\S]*?(?:\r?\n|\r)\2/,lookbehind:!0,greedy:!0,inside:r},{pattern:/((?:^|[^<])<<-?\s*)(["'])(\w+)\2\s[\s\S]*?(?:\r?\n|\r)\3/,lookbehind:!0,greedy:!0,inside:{bash:n}},{pattern:/(^|[^\\](?:\\\\)*)"(?:\\[\s\S]|\$\([^)]+\)|\$(?!\()|`[^`]+`|[^"\\`$])*"/,lookbehind:!0,greedy:!0,inside:r},{pattern:/(^|[^$\\])'[^']*'/,lookbehind:!0,greedy:!0},{pattern:/\$'(?:[^'\\]|\\[\s\S])*'/,greedy:!0,inside:{entity:r.entity}}],environment:{pattern:RegExp("\\$?"+t),alias:"constant"},variable:r.variable,function:{pattern:/(^|[\s;|&]|[<>]\()(?:add|apropos|apt|apt-cache|apt-get|aptitude|aspell|automysqlbackup|awk|basename|bash|bc|bconsole|bg|bzip2|cal|cargo|cat|cfdisk|chgrp|chkconfig|chmod|chown|chroot|cksum|clear|cmp|column|comm|composer|cp|cron|crontab|csplit|curl|cut|date|dc|dd|ddrescue|debootstrap|df|diff|diff3|dig|dir|dircolors|dirname|dirs|dmesg|docker|docker-compose|du|egrep|eject|env|ethtool|expand|expect|expr|fdformat|fdisk|fg|fgrep|file|find|fmt|fold|format|free|fsck|ftp|fuser|gawk|git|gparted|grep|groupadd|groupdel|groupmod|groups|grub-mkconfig|gzip|halt|head|hg|history|host|hostname|htop|iconv|id|ifconfig|ifdown|ifup|import|install|ip|java|jobs|join|kill|killall|less|link|ln|locate|logname|logrotate|look|lpc|lpr|lprint|lprintd|lprintq|lprm|ls|lsof|lynx|make|man|mc|mdadm|mkconfig|mkdir|mke2fs|mkfifo|mkfs|mkisofs|mknod|mkswap|mmv|more|most|mount|mtools|mtr|mutt|mv|nano|nc|netstat|nice|nl|node|nohup|notify-send|npm|nslookup|op|open|parted|passwd|paste|pathchk|ping|pkill|pnpm|podman|podman-compose|popd|pr|printcap|printenv|ps|pushd|pv|quota|quotacheck|quotactl|ram|rar|rcp|reboot|remsync|rename|renice|rev|rm|rmdir|rpm|rsync|scp|screen|sdiff|sed|sendmail|seq|service|sftp|sh|shellcheck|shuf|shutdown|sleep|slocate|sort|split|ssh|stat|strace|su|sudo|sum|suspend|swapon|sync|sysctl|tac|tail|tar|tee|time|timeout|top|touch|tr|traceroute|tsort|tty|umount|uname|unexpand|uniq|units|unrar|unshar|unzip|update-grub|uptime|useradd|userdel|usermod|users|uudecode|uuencode|v|vcpkg|vdir|vi|vim|virsh|vmstat|wait|watch|wc|wget|whereis|which|who|whoami|write|xargs|xdg-open|yarn|yes|zenity|zip|zsh|zypper)(?=$|[)\s;|&])/,lookbehind:!0},keyword:{pattern:/(^|[\s;|&]|[<>]\()(?:case|do|done|elif|else|esac|fi|for|function|if|in|select|then|until|while)(?=$|[)\s;|&])/,lookbehind:!0},builtin:{pattern:/(^|[\s;|&]|[<>]\()(?:\.|:|alias|bind|break|builtin|caller|cd|command|continue|declare|echo|enable|eval|exec|exit|export|getopts|hash|help|let|local|logout|mapfile|printf|pwd|read|readarray|readonly|return|set|shift|shopt|source|test|times|trap|type|typeset|ulimit|umask|unalias|unset)(?=$|[)\s;|&])/,lookbehind:!0,alias:"class-name"},boolean:{pattern:/(^|[\s;|&]|[<>]\()(?:false|true)(?=$|[)\s;|&])/,lookbehind:!0},"file-descriptor":{pattern:/\B&\d\b/,alias:"important"},operator:{pattern:/\d?<>|>\||\+=|=[=~]?|!=?|<<[<-]?|[&\d]?>>|\d[<>]&?|[<>][&=]?|&[>&]?|\|[&|]?/,inside:{"file-descriptor":{pattern:/^\d/,alias:"important"}}},punctuation:/\$?\(\(?|\)\)?|\.\.|[{}[\];\\]/,number:{pattern:/(^|\s)(?:[1-9]\d*|0)(?:[.,]\d+)?\b/,lookbehind:!0}},n.inside=e.languages.bash;for(var o=["comment","function-name","for-or-select","assign-left","parameter","string","environment","function","keyword","builtin","boolean","file-descriptor","operator","punctuation","number"],i=r.variable[1].inside,s=0;s<o.length;s++)i[o[s]]=e.languages.bash[o[s]];e.languages.sh=e.languages.bash,e.languages.shell=e.languages.bash})(Prism)});var $S=lt(()=>{(function(e){for(var t=/\/\*(?:[^*/]|\*(?!\/)|\/(?!\*)|<self>)*\*\//.source,n=0;n<2;n++)t=t.replace(/<self>/g,function(){return t});t=t.replace(/<self>/g,function(){return/[^\s\S]/.source}),e.languages.rust={comment:[{pattern:RegExp(/(^|[^\\])/.source+t),lookbehind:!0,greedy:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0,greedy:!0}],string:{pattern:/b?"(?:\\[\s\S]|[^\\"])*"|b?r(#*)"(?:[^"]|"(?!\1))*"\1/,greedy:!0},char:{pattern:/b?'(?:\\(?:x[0-7][\da-fA-F]|u\{(?:[\da-fA-F]_*){1,6}\}|.)|[^\\\r\n\t'])'/,greedy:!0},attribute:{pattern:/#!?\[(?:[^\[\]"]|"(?:\\[\s\S]|[^\\"])*")*\]/,greedy:!0,alias:"attr-name",inside:{string:null}},"closure-params":{pattern:/([=(,:]\s*|\bmove\s*)\|[^|]*\||\|[^|]*\|(?=\s*(?:\{|->))/,lookbehind:!0,greedy:!0,inside:{"closure-punctuation":{pattern:/^\||\|$/,alias:"punctuation"},rest:null}},"lifetime-annotation":{pattern:/'\w+/,alias:"symbol"},"fragment-specifier":{pattern:/(\$\w+:)[a-z]+/,lookbehind:!0,alias:"punctuation"},variable:/\$\w+/,"function-definition":{pattern:/(\bfn\s+)\w+/,lookbehind:!0,alias:"function"},"type-definition":{pattern:/(\b(?:enum|struct|trait|type|union)\s+)\w+/,lookbehind:!0,alias:"class-name"},"module-declaration":[{pattern:/(\b(?:crate|mod)\s+)[a-z][a-z_\d]*/,lookbehind:!0,alias:"namespace"},{pattern:/(\b(?:crate|self|super)\s*)::\s*[a-z][a-z_\d]*\b(?:\s*::(?:\s*[a-z][a-z_\d]*\s*::)*)?/,lookbehind:!0,alias:"namespace",inside:{punctuation:/::/}}],keyword:[/\b(?:Self|abstract|as|async|await|become|box|break|const|continue|crate|do|dyn|else|enum|extern|final|fn|for|if|impl|in|let|loop|macro|match|mod|move|mut|override|priv|pub|ref|return|self|static|struct|super|trait|try|type|typeof|union|unsafe|unsized|use|virtual|where|while|yield)\b/,/\b(?:bool|char|f(?:32|64)|[ui](?:8|16|32|64|128|size)|str)\b/],function:/\b[a-z_]\w*(?=\s*(?:::\s*<|\())/,macro:{pattern:/\b\w+!/,alias:"property"},constant:/\b[A-Z_][A-Z_\d]+\b/,"class-name":/\b[A-Z]\w*\b/,namespace:{pattern:/(?:\b[a-z][a-z_\d]*\s*::\s*)*\b[a-z][a-z_\d]*\s*::(?!\s*<)/,inside:{punctuation:/::/}},number:/\b(?:0x[\dA-Fa-f](?:_?[\dA-Fa-f])*|0o[0-7](?:_?[0-7])*|0b[01](?:_?[01])*|(?:(?:\d(?:_?\d)*)?\.)?\d(?:_?\d)*(?:[Ee][+-]?\d+)?)(?:_?(?:f32|f64|[iu](?:8|16|32|64|size)?))?\b/,boolean:/\b(?:false|true)\b/,punctuation:/->|\.\.=|\.{1,3}|::|[{}[\];(),:]/,operator:/[-+*\/%!^]=?|=[=>]?|&[&=]?|\|[|=]?|<<?=?|>>?=?|[@?]/},e.languages.rust["closure-params"].inside.rest=e.languages.rust,e.languages.rust.attribute.inside.string=e.languages.rust.string})(Prism)});var zS=lt(()=>{(function(e){var t=/\\[\r\n](?:\s|\\[\r\n]|#.*(?!.))*(?![\s#]|\\[\r\n])/.source,n=/(?:[ \t]+(?![ \t])(?:<SP_BS>)?|<SP_BS>)/.source.replace(/<SP_BS>/g,function(){return t}),r=/"(?:[^"\\\r\n]|\\(?:\r\n|[\s\S]))*"|'(?:[^'\\\r\n]|\\(?:\r\n|[\s\S]))*'/.source,o=/--[\w-]+=(?:<STR>|(?!["'])(?:[^\s\\]|\\.)+)/.source.replace(/<STR>/g,function(){return r}),i={pattern:RegExp(r),greedy:!0},s={pattern:/(^[ \t]*)#.*/m,lookbehind:!0,greedy:!0};function l(c,d){return c=c.replace(/<OPT>/g,function(){return o}).replace(/<SP>/g,function(){return n}),RegExp(c,d)}e.languages.docker={instruction:{pattern:/(^[ \t]*)(?:ADD|ARG|CMD|COPY|ENTRYPOINT|ENV|EXPOSE|FROM|HEALTHCHECK|LABEL|MAINTAINER|ONBUILD|RUN|SHELL|STOPSIGNAL|USER|VOLUME|WORKDIR)(?=\s)(?:\\.|[^\r\n\\])*(?:\\$(?:\s|#.*$)*(?![\s#])(?:\\.|[^\r\n\\])*)*/im,lookbehind:!0,greedy:!0,inside:{options:{pattern:l(/(^(?:ONBUILD<SP>)?\w+<SP>)<OPT>(?:<SP><OPT>)*/.source,"i"),lookbehind:!0,greedy:!0,inside:{property:{pattern:/(^|\s)--[\w-]+/,lookbehind:!0},string:[i,{pattern:/(=)(?!["'])(?:[^\s\\]|\\.)+/,lookbehind:!0}],operator:/\\$/m,punctuation:/=/}},keyword:[{pattern:l(/(^(?:ONBUILD<SP>)?HEALTHCHECK<SP>(?:<OPT><SP>)*)(?:CMD|NONE)\b/.source,"i"),lookbehind:!0,greedy:!0},{pattern:l(/(^(?:ONBUILD<SP>)?FROM<SP>(?:<OPT><SP>)*(?!--)[^ \t\\]+<SP>)AS/.source,"i"),lookbehind:!0,greedy:!0},{pattern:l(/(^ONBUILD<SP>)\w+/.source,"i"),lookbehind:!0,greedy:!0},{pattern:/^\w+/,greedy:!0}],comment:s,string:i,variable:/\$(?:\w+|\{[^{}"'\\]*\})/,operator:/\\$/m}},comment:s},e.languages.dockerfile=e.languages.docker})(Prism)});var HS=lt(()=>{(function(e){function t(d){return RegExp("(^(?:"+d+"):[ ]*(?![ ]))[^]+","i")}e.languages.http={"request-line":{pattern:/^(?:CONNECT|DELETE|GET|HEAD|OPTIONS|PATCH|POST|PRI|PUT|SEARCH|TRACE)\s(?:https?:\/\/|\/)\S*\sHTTP\/[\d.]+/m,inside:{method:{pattern:/^[A-Z]+\b/,alias:"property"},"request-target":{pattern:/^(\s)(?:https?:\/\/|\/)\S*(?=\s)/,lookbehind:!0,alias:"url",inside:e.languages.uri},"http-version":{pattern:/^(\s)HTTP\/[\d.]+/,lookbehind:!0,alias:"property"}}},"response-status":{pattern:/^HTTP\/[\d.]+ \d+ .+/m,inside:{"http-version":{pattern:/^HTTP\/[\d.]+/,alias:"property"},"status-code":{pattern:/^(\s)\d+(?=\s)/,lookbehind:!0,alias:"number"},"reason-phrase":{pattern:/^(\s).+/,lookbehind:!0,alias:"string"}}},header:{pattern:/^[\w-]+:.+(?:(?:\r\n?|\n)[ \t].+)*/m,inside:{"header-value":[{pattern:t(/Content-Security-Policy/.source),lookbehind:!0,alias:["csp","languages-csp"],inside:e.languages.csp},{pattern:t(/Public-Key-Pins(?:-Report-Only)?/.source),lookbehind:!0,alias:["hpkp","languages-hpkp"],inside:e.languages.hpkp},{pattern:t(/Strict-Transport-Security/.source),lookbehind:!0,alias:["hsts","languages-hsts"],inside:e.languages.hsts},{pattern:t(/[^:]+/.source),lookbehind:!0}],"header-name":{pattern:/^[^:]+/,alias:"keyword"},punctuation:/^:/}}};var n=e.languages,r={"application/javascript":n.javascript,"application/json":n.json||n.javascript,"application/xml":n.xml,"text/xml":n.xml,"text/html":n.html,"text/css":n.css,"text/plain":n.plain},o={"application/json":!0,"application/xml":!0};function i(d){var h=d.replace(/^[a-z]+\//,""),g="\\w+/(?:[\\w.-]+\\+)+"+h+"(?![+\\w.-])";return"(?:"+d+"|"+g+")"}var s;for(var l in r)if(r[l]){s=s||{};var c=o[l]?i(l):l;s[l.replace(/\//g,"-")]={pattern:RegExp("("+/content-type:\s*/.source+c+/(?:(?:\r\n?|\n)[\w-].*)*(?:\r(?:\n|(?!\n))|\n)/.source+")"+/[^ \t\w-][\s\S]*/.source,"i"),lookbehind:!0,inside:r[l]}}s&&e.languages.insertBefore("http","header",s)})(Prism)});var US=lt(()=>{Prism.languages.javascript=Prism.languages.extend("clike",{"class-name":[Prism.languages.clike["class-name"],{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$A-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\.(?:constructor|prototype))/,lookbehind:!0}],keyword:[{pattern:/((?:^|\})\s*)catch\b/,lookbehind:!0},{pattern:/(^|[^.]|\.\.\.\s*)\b(?:as|assert(?=\s*\{)|async(?=\s*(?:function\b|\(|[$\w\xA0-\uFFFF]|$))|await|break|case|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally(?=\s*(?:\{|$))|for|from(?=\s*(?:['"]|$))|function|(?:get|set)(?=\s*(?:[#\[$\w\xA0-\uFFFF]|$))|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)\b/,lookbehind:!0}],function:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*(?:\.\s*(?:apply|bind|call)\s*)?\()/,number:{pattern:RegExp(/(^|[^\w$])/.source+"(?:"+(/NaN|Infinity/.source+"|"+/0[bB][01]+(?:_[01]+)*n?/.source+"|"+/0[oO][0-7]+(?:_[0-7]+)*n?/.source+"|"+/0[xX][\dA-Fa-f]+(?:_[\dA-Fa-f]+)*n?/.source+"|"+/\d+(?:_\d+)*n/.source+"|"+/(?:\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\.\d+(?:_\d+)*)(?:[Ee][+-]?\d+(?:_\d+)*)?/.source)+")"+/(?![\w$])/.source),lookbehind:!0},operator:/--|\+\+|\*\*=?|=>|&&=?|\|\|=?|[!=]==|<<=?|>>>?=?|[-+*/%&|^!=<>]=?|\.{3}|\?\?=?|\?\.?|[~:]/});Prism.languages.javascript["class-name"][0].pattern=/(\b(?:class|extends|implements|instanceof|interface|new)\s+)[\w.\\]+/;Prism.languages.insertBefore("javascript","keyword",{regex:{pattern:RegExp(/((?:^|[^$\w\xA0-\uFFFF."'\])\s]|\b(?:return|yield))\s*)/.source+/\//.source+"(?:"+/(?:\[(?:[^\]\\\r\n]|\\.)*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}/.source+"|"+/(?:\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.)*\])*\])*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}v[dgimyus]{0,7}/.source+")"+/(?=(?:\s|\/\*(?:[^*]|\*(?!\/))*\*\/)*(?:$|[\r\n,.;:})\]]|\/\/))/.source),lookbehind:!0,greedy:!0,inside:{"regex-source":{pattern:/^(\/)[\s\S]+(?=\/[a-z]*$)/,lookbehind:!0,alias:"language-regex",inside:Prism.languages.regex},"regex-delimiter":/^\/|\/$/,"regex-flags":/^[a-z]+$/}},"function-variable":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*[=:]\s*(?:async\s*)?(?:\bfunction\b|(?:\((?:[^()]|\([^()]*\))*\)|(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)\s*=>))/,alias:"function"},parameter:[{pattern:/(function(?:\s+(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)?\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\))/,lookbehind:!0,inside:Prism.languages.javascript},{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*=>)/i,lookbehind:!0,inside:Prism.languages.javascript},{pattern:/(\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*=>)/,lookbehind:!0,inside:Prism.languages.javascript},{pattern:/((?:\b|\s|^)(?!(?:as|async|await|break|case|catch|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)(?![$\w\xA0-\uFFFF]))(?:(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*)\(\s*|\]\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*\{)/,lookbehind:!0,inside:Prism.languages.javascript}],constant:/\b[A-Z](?:[A-Z_]|\dx?)*\b/});Prism.languages.insertBefore("javascript","string",{hashbang:{pattern:/^#!.*/,greedy:!0,alias:"comment"},"template-string":{pattern:/`(?:\\[\s\S]|\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}|(?!\$\{)[^\\`])*`/,greedy:!0,inside:{"template-punctuation":{pattern:/^`|`$/,alias:"string"},interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}/,lookbehind:!0,inside:{"interpolation-punctuation":{pattern:/^\$\{|\}$/,alias:"punctuation"},rest:Prism.languages.javascript}},string:/[\s\S]+/}},"string-property":{pattern:/((?:^|[,{])[ \t]*)(["'])(?:\\(?:\r\n|[\s\S])|(?!\2)[^\\\r\n])*\2(?=\s*:)/m,lookbehind:!0,greedy:!0,alias:"property"}});Prism.languages.insertBefore("javascript","operator",{"literal-property":{pattern:/((?:^|[,{])[ \t]*)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*:)/m,lookbehind:!0,alias:"property"}});Prism.languages.markup&&(Prism.languages.markup.tag.addInlined("script","javascript"),Prism.languages.markup.tag.addAttribute(/on(?:abort|blur|change|click|composition(?:end|start|update)|dblclick|error|focus(?:in|out)?|key(?:down|up)|load|mouse(?:down|enter|leave|move|out|over|up)|reset|resize|scroll|select|slotchange|submit|unload|wheel)/.source,"javascript"));Prism.languages.js=Prism.languages.javascript});var jS=lt(()=>{Prism.languages.json={property:{pattern:/(^|[^\\])"(?:\\.|[^\\"\r\n])*"(?=\s*:)/,lookbehind:!0,greedy:!0},string:{pattern:/(^|[^\\])"(?:\\.|[^\\"\r\n])*"(?!\s*:)/,lookbehind:!0,greedy:!0},comment:{pattern:/\/\/.*|\/\*[\s\S]*?(?:\*\/|$)/,greedy:!0},number:/-?\b\d+(?:\.\d+)?(?:e[+-]?\d+)?\b/i,punctuation:/[{}[\],]/,operator:/:/,boolean:/\b(?:false|true)\b/,null:{pattern:/\bnull\b/,alias:"keyword"}};Prism.languages.webmanifest=Prism.languages.json});var WS=lt(()=>{Prism.languages.markup={comment:{pattern:/<!--(?:(?!<!--)[\s\S])*?-->/,greedy:!0},prolog:{pattern:/<\?[\s\S]+?\?>/,greedy:!0},doctype:{pattern:/<!DOCTYPE(?:[^>"'[\]]|"[^"]*"|'[^']*')+(?:\[(?:[^<"'\]]|"[^"]*"|'[^']*'|<(?!!--)|<!--(?:[^-]|-(?!->))*-->)*\]\s*)?>/i,greedy:!0,inside:{"internal-subset":{pattern:/(^[^\[]*\[)[\s\S]+(?=\]>$)/,lookbehind:!0,greedy:!0,inside:null},string:{pattern:/"[^"]*"|'[^']*'/,greedy:!0},punctuation:/^<!|>$|[[\]]/,"doctype-tag":/^DOCTYPE/i,name:/[^\s<>'"]+/}},cdata:{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,greedy:!0},tag:{pattern:/<\/?(?!\d)[^\s>\/=$<%]+(?:\s(?:\s*[^\s>\/=]+(?:\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))|(?=[\s/>])))+)?\s*\/?>/,greedy:!0,inside:{tag:{pattern:/^<\/?[^\s>\/]+/,inside:{punctuation:/^<\/?/,namespace:/^[^\s>\/:]+:/}},"special-attr":[],"attr-value":{pattern:/=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+)/,inside:{punctuation:[{pattern:/^=/,alias:"attr-equals"},{pattern:/^(\s*)["']|["']$/,lookbehind:!0}]}},punctuation:/\/?>/,"attr-name":{pattern:/[^\s>\/]+/,inside:{namespace:/^[^\s>\/:]+:/}}}},entity:[{pattern:/&[\da-z]{1,8};/i,alias:"named-entity"},/&#x?[\da-f]{1,8};/i]};Prism.languages.markup.tag.inside["attr-value"].inside.entity=Prism.languages.markup.entity;Prism.languages.markup.doctype.inside["internal-subset"].inside=Prism.languages.markup;Prism.hooks.add("wrap",function(e){e.type==="entity"&&(e.attributes.title=e.content.replace(/&amp;/,"&"))});Object.defineProperty(Prism.languages.markup.tag,"addInlined",{value:function(t,n){var r={};r["language-"+n]={pattern:/(^<!\[CDATA\[)[\s\S]+?(?=\]\]>$)/i,lookbehind:!0,inside:Prism.languages[n]},r.cdata=/^<!\[CDATA\[|\]\]>$/i;var o={"included-cdata":{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,inside:r}};o["language-"+n]={pattern:/[\s\S]+/,inside:Prism.languages[n]};var i={};i[t]={pattern:RegExp(/(<__[^>]*>)(?:<!\[CDATA\[(?:[^\]]|\](?!\]>))*\]\]>|(?!<!\[CDATA\[)[\s\S])*?(?=<\/__>)/.source.replace(/__/g,function(){return t}),"i"),lookbehind:!0,greedy:!0,inside:o},Prism.languages.insertBefore("markup","cdata",i)}});Object.defineProperty(Prism.languages.markup.tag,"addAttribute",{value:function(e,t){Prism.languages.markup.tag.inside["special-attr"].push({pattern:RegExp(/(^|["'\s])/.source+"(?:"+e+")"+/\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))/.source,"i"),lookbehind:!0,inside:{"attr-name":/^[^\s=]+/,"attr-value":{pattern:/=[\s\S]+/,inside:{value:{pattern:/(^=\s*(["']|(?!["'])))\S[\s\S]*(?=\2$)/,lookbehind:!0,alias:[t,"language-"+t],inside:Prism.languages[t]},punctuation:[{pattern:/^=/,alias:"attr-equals"},/"|'/]}}}})}});Prism.languages.html=Prism.languages.markup;Prism.languages.mathml=Prism.languages.markup;Prism.languages.svg=Prism.languages.markup;Prism.languages.xml=Prism.languages.extend("markup",{});Prism.languages.ssml=Prism.languages.xml;Prism.languages.atom=Prism.languages.xml;Prism.languages.rss=Prism.languages.xml});var VS=lt(()=>{(function(e){e.languages.typescript=e.languages.extend("javascript",{"class-name":{pattern:/(\b(?:class|extends|implements|instanceof|interface|new|type)\s+)(?!keyof\b)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?:\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>)?/,lookbehind:!0,greedy:!0,inside:null},builtin:/\b(?:Array|Function|Promise|any|boolean|console|never|number|string|symbol|unknown)\b/}),e.languages.typescript.keyword.push(/\b(?:abstract|declare|is|keyof|readonly|require)\b/,/\b(?:asserts|infer|interface|module|namespace|type)\b(?=\s*(?:[{_$a-zA-Z\xA0-\uFFFF]|$))/,/\btype\b(?=\s*(?:[\{*]|$))/),delete e.languages.typescript.parameter,delete e.languages.typescript["literal-property"];var t=e.languages.extend("typescript",{});delete t["class-name"],e.languages.typescript["class-name"].inside=t,e.languages.insertBefore("typescript","function",{decorator:{pattern:/@[$\w\xA0-\uFFFF]+/,inside:{at:{pattern:/^@/,alias:"operator"},function:/^[\s\S]+/}},"generic-function":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>(?=\s*\()/,greedy:!0,inside:{function:/^#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*/,generic:{pattern:/<[\s\S]+/,alias:"class-name",inside:t}}}}),e.languages.ts=e.languages.typescript})(Prism)});var GS=lt(()=>{(function(e){function t(i,s){e.languages[i]&&e.languages.insertBefore(i,"comment",{"doc-comment":s})}var n=e.languages.markup.tag,r={pattern:/\/\/\/.*/,greedy:!0,alias:"comment",inside:{tag:n}},o={pattern:/'''.*/,greedy:!0,alias:"comment",inside:{tag:n}};t("csharp",r),t("fsharp",r),t("vbnet",o)})(Prism)});var YS=lt(()=>{(function(e){var t=/[*&][^\s[\]{},]+/,n=/!(?:<[\w\-%#;/?:@&=+$,.!~*'()[\]]+>|(?:[a-zA-Z\d-]*!)?[\w\-%#;/?:@&=+$.~*'()]+)?/,r="(?:"+n.source+"(?:[ ]+"+t.source+")?|"+t.source+"(?:[ ]+"+n.source+")?)",o=/(?:[^\s\x00-\x08\x0e-\x1f!"#%&'*,\-:>?@[\]`{|}\x7f-\x84\x86-\x9f\ud800-\udfff\ufffe\uffff]|[?:-]<PLAIN>)(?:[ \t]*(?:(?![#:])<PLAIN>|:<PLAIN>))*/.source.replace(/<PLAIN>/g,function(){return/[^\s\x00-\x08\x0e-\x1f,[\]{}\x7f-\x84\x86-\x9f\ud800-\udfff\ufffe\uffff]/.source}),i=/"(?:[^"\\\r\n]|\\.)*"|'(?:[^'\\\r\n]|\\.)*'/.source;function s(l,c){c=(c||"").replace(/m/g,"")+"m";var d=/([:\-,[{]\s*(?:\s<<prop>>[ \t]+)?)(?:<<value>>)(?=[ \t]*(?:$|,|\]|\}|(?:[\r\n]\s*)?#))/.source.replace(/<<prop>>/g,function(){return r}).replace(/<<value>>/g,function(){return l});return RegExp(d,c)}e.languages.yaml={scalar:{pattern:RegExp(/([\-:]\s*(?:\s<<prop>>[ \t]+)?[|>])[ \t]*(?:((?:\r?\n|\r)[ \t]+)\S[^\r\n]*(?:\2[^\r\n]+)*)/.source.replace(/<<prop>>/g,function(){return r})),lookbehind:!0,alias:"string"},comment:/#.*/,key:{pattern:RegExp(/((?:^|[:\-,[{\r\n?])[ \t]*(?:<<prop>>[ \t]+)?)<<key>>(?=\s*:\s)/.source.replace(/<<prop>>/g,function(){return r}).replace(/<<key>>/g,function(){return"(?:"+o+"|"+i+")"})),lookbehind:!0,greedy:!0,alias:"atrule"},directive:{pattern:/(^[ \t]*)%.+/m,lookbehind:!0,alias:"important"},datetime:{pattern:s(/\d{4}-\d\d?-\d\d?(?:[tT]|[ \t]+)\d\d?:\d{2}:\d{2}(?:\.\d*)?(?:[ \t]*(?:Z|[-+]\d\d?(?::\d{2})?))?|\d{4}-\d{2}-\d{2}|\d\d?:\d{2}(?::\d{2}(?:\.\d*)?)?/.source),lookbehind:!0,alias:"number"},boolean:{pattern:s(/false|true/.source,"i"),lookbehind:!0,alias:"important"},null:{pattern:s(/null|~/.source,"i"),lookbehind:!0,alias:"important"},string:{pattern:s(i),lookbehind:!0,greedy:!0},number:{pattern:s(/[+-]?(?:0x[\da-f]+|0o[0-7]+|(?:\d+(?:\.\d*)?|\.\d+)(?:e[+-]?\d+)?|\.inf|\.nan)/.source,"i"),lookbehind:!0},tag:n,important:t,punctuation:/---|[:[\]{}\-,|>?]|\.\.\./},e.languages.yml=e.languages.yaml})(Prism)});var hQ={};var qS=LM(()=>{"use strict";Prism.languages.python={comment:{pattern:/(^|[^\\])#.*/,lookbehind:!0,greedy:!0},"string-interpolation":{pattern:/(?:f|fr|rf)(?:("""|''')[\s\S]*?\1|("|')(?:\\.|(?!\2)[^\\\r\n])*\2)/i,greedy:!0,inside:{interpolation:{pattern:/((?:^|[^{])(?:\{\{)*)\{(?!\{)(?:[^{}]|\{(?!\{)(?:[^{}]|\{(?!\{)(?:[^{}])+\})+\})+\}/,lookbehind:!0,inside:{"format-spec":{pattern:/(:)[^:(){}]+(?=\}$)/,lookbehind:!0},"conversion-option":{pattern:/![sra](?=[:}]$)/,alias:"punctuation"},rest:null}},string:/[\s\S]+/}},"string-property":{pattern:/((?:^|[,{])[ \t]*)(["'])(?:\\(?:\r\n|[\s\S])|(?!\2)[^\\\r\n])*\2(?=\s*:)/m,lookbehind:!0,greedy:!0,alias:"property"},"triple-quoted-string":{pattern:/(?:[rub]|br|rb)?("""|''')[\s\S]*?\1/i,greedy:!0,alias:"string"},string:{pattern:/(?:[rub]|br|rb)?("|')(?:\\.|(?!\1)[^\\\r\n])*\1/i,greedy:!0},function:{pattern:/((?:^|\s)def[ \t]+)[a-zA-Z_]\w*(?=\s*\()/g,lookbehind:!0},"class-name":{pattern:/(\bclass\s+)\w+/i,lookbehind:!0},decorator:{pattern:/(^[\t ]*)@\w+(?:\.\w+)*/m,lookbehind:!0,alias:["annotation","punctuation"],inside:{punctuation:/\./}},keyword:/\b(?:_(?=\s*:)|and|as|assert|async|await|break|case|class|continue|def|del|elif|else|except|exec|finally|for|from|global|if|import|in|is|lambda|match|nonlocal|not|or|pass|print|raise|return|try|while|with|yield)\b/,builtin:/\b(?:__import__|abs|all|any|apply|ascii|basestring|bin|bool|buffer|bytearray|bytes|callable|chr|classmethod|cmp|coerce|compile|complex|delattr|dict|dir|divmod|enumerate|eval|execfile|file|filter|float|format|frozenset|getattr|globals|hasattr|hash|help|hex|id|input|int|intern|isinstance|issubclass|iter|len|list|locals|long|map|max|memoryview|min|next|object|oct|open|ord|pow|property|range|raw_input|reduce|reload|repr|reversed|round|set|setattr|slice|sorted|staticmethod|str|sum|super|tuple|type|unichr|unicode|vars|xrange|zip)\b/,boolean:/\b(?:False|None|True)\b/,number:/\b0(?:b(?:_?[01])+|o(?:_?[0-7])+|x(?:_?[a-f0-9])+)\b|(?:\b\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\B\.\d+(?:_\d+)*)(?:e[+-]?\d+(?:_\d+)*)?j?(?!\w)/i,operator:/[-+%=]=?|!=|:=|\*\*?=?|\/\/?=?|<[<=>]?|>[=>]?|[&|^~]/,punctuation:/[{}[\];(),.:]/};Prism.languages.python["string-interpolation"].inside.interpolation.inside.rest=Prism.languages.python;Prism.languages.py=Prism.languages.python});var F7=lt((A6,_6)=>{(function(e,t){typeof dx=="function"&&typeof A6=="object"&&typeof _6=="object"?_6.exports=t():typeof define=="function"&&define.amd?define(function(){return t()}):e.pluralize=t()})(A6,function(){var e=[],t=[],n={},r={},o={};function i(y){return typeof y=="string"?new RegExp("^"+y+"$","i"):y}function s(y,D){return y===D?D:y===y.toLowerCase()?D.toLowerCase():y===y.toUpperCase()?D.toUpperCase():y[0]===y[0].toUpperCase()?D.charAt(0).toUpperCase()+D.substr(1).toLowerCase():D.toLowerCase()}function l(y,D){return y.replace(/\$(\d{1,2})/g,function(w,A){return D[A]||""})}function c(y,D){return y.replace(D[0],function(w,A){var x=l(D[1],arguments);return s(w===""?y[A-1]:w,x)})}function d(y,D,w){if(!y.length||n.hasOwnProperty(y))return D;for(var A=w.length;A--;){var x=w[A];if(x[0].test(D))return c(D,x)}return D}function h(y,D,w){return function(A){var x=A.toLowerCase();return D.hasOwnProperty(x)?s(A,x):y.hasOwnProperty(x)?s(A,y[x]):d(x,A,w)}}function g(y,D,w,A){return function(x){var v=x.toLowerCase();return D.hasOwnProperty(v)?!0:y.hasOwnProperty(v)?!1:d(v,v,w)===v}}function E(y,D,w){var A=D===1?E.singular(y):E.plural(y);return(w?D+" ":"")+A}return E.plural=h(o,r,e),E.isPlural=g(o,r,e),E.singular=h(r,o,t),E.isSingular=g(r,o,t),E.addPluralRule=function(y,D){e.push([i(y),D])},E.addSingularRule=function(y,D){t.push([i(y),D])},E.addUncountableRule=function(y){if(typeof y=="string"){n[y.toLowerCase()]=!0;return}E.addPluralRule(y,"$0"),E.addSingularRule(y,"$0")},E.addIrregularRule=function(y,D){D=D.toLowerCase(),y=y.toLowerCase(),o[y]=D,r[D]=y},[["I","we"],["me","us"],["he","they"],["she","they"],["them","them"],["myself","ourselves"],["yourself","yourselves"],["itself","themselves"],["herself","themselves"],["himself","themselves"],["themself","themselves"],["is","are"],["was","were"],["has","have"],["this","these"],["that","those"],["echo","echoes"],["dingo","dingoes"],["volcano","volcanoes"],["tornado","tornadoes"],["torpedo","torpedoes"],["genus","genera"],["viscus","viscera"],["stigma","stigmata"],["stoma","stomata"],["dogma","dogmata"],["lemma","lemmata"],["schema","schemata"],["anathema","anathemata"],["ox","oxen"],["axe","axes"],["die","dice"],["yes","yeses"],["foot","feet"],["eave","eaves"],["goose","geese"],["tooth","teeth"],["quiz","quizzes"],["human","humans"],["proof","proofs"],["carve","carves"],["valve","valves"],["looey","looies"],["thief","thieves"],["groove","grooves"],["pickaxe","pickaxes"],["passerby","passersby"]].forEach(function(y){return E.addIrregularRule(y[0],y[1])}),[[/s?$/i,"s"],[/[^\u0000-\u007F]$/i,"$0"],[/([^aeiou]ese)$/i,"$1"],[/(ax|test)is$/i,"$1es"],[/(alias|[^aou]us|t[lm]as|gas|ris)$/i,"$1es"],[/(e[mn]u)s?$/i,"$1s"],[/([^l]ias|[aeiou]las|[ejzr]as|[iu]am)$/i,"$1"],[/(alumn|syllab|vir|radi|nucle|fung|cact|stimul|termin|bacill|foc|uter|loc|strat)(?:us|i)$/i,"$1i"],[/(alumn|alg|vertebr)(?:a|ae)$/i,"$1ae"],[/(seraph|cherub)(?:im)?$/i,"$1im"],[/(her|at|gr)o$/i,"$1oes"],[/(agend|addend|millenni|dat|extrem|bacteri|desiderat|strat|candelabr|errat|ov|symposi|curricul|automat|quor)(?:a|um)$/i,"$1a"],[/(apheli|hyperbat|periheli|asyndet|noumen|phenomen|criteri|organ|prolegomen|hedr|automat)(?:a|on)$/i,"$1a"],[/sis$/i,"ses"],[/(?:(kni|wi|li)fe|(ar|l|ea|eo|oa|hoo)f)$/i,"$1$2ves"],[/([^aeiouy]|qu)y$/i,"$1ies"],[/([^ch][ieo][ln])ey$/i,"$1ies"],[/(x|ch|ss|sh|zz)$/i,"$1es"],[/(matr|cod|mur|sil|vert|ind|append)(?:ix|ex)$/i,"$1ices"],[/\b((?:tit)?m|l)(?:ice|ouse)$/i,"$1ice"],[/(pe)(?:rson|ople)$/i,"$1ople"],[/(child)(?:ren)?$/i,"$1ren"],[/eaux$/i,"$0"],[/m[ae]n$/i,"men"],["thou","you"]].forEach(function(y){return E.addPluralRule(y[0],y[1])}),[[/s$/i,""],[/(ss)$/i,"$1"],[/(wi|kni|(?:after|half|high|low|mid|non|night|[^\w]|^)li)ves$/i,"$1fe"],[/(ar|(?:wo|[ae])l|[eo][ao])ves$/i,"$1f"],[/ies$/i,"y"],[/\b([pl]|zomb|(?:neck|cross)?t|coll|faer|food|gen|goon|group|lass|talk|goal|cut)ies$/i,"$1ie"],[/\b(mon|smil)ies$/i,"$1ey"],[/\b((?:tit)?m|l)ice$/i,"$1ouse"],[/(seraph|cherub)im$/i,"$1"],[/(x|ch|ss|sh|zz|tto|go|cho|alias|[^aou]us|t[lm]as|gas|(?:her|at|gr)o|[aeiou]ris)(?:es)?$/i,"$1"],[/(analy|diagno|parenthe|progno|synop|the|empha|cri|ne)(?:sis|ses)$/i,"$1sis"],[/(movie|twelve|abuse|e[mn]u)s$/i,"$1"],[/(test)(?:is|es)$/i,"$1is"],[/(alumn|syllab|vir|radi|nucle|fung|cact|stimul|termin|bacill|foc|uter|loc|strat)(?:us|i)$/i,"$1us"],[/(agend|addend|millenni|dat|extrem|bacteri|desiderat|strat|candelabr|errat|ov|symposi|curricul|quor)a$/i,"$1um"],[/(apheli|hyperbat|periheli|asyndet|noumen|phenomen|criteri|organ|prolegomen|hedr|automat)a$/i,"$1on"],[/(alumn|alg|vertebr)ae$/i,"$1a"],[/(cod|mur|sil|vert|ind)ices$/i,"$1ex"],[/(matr|append)ices$/i,"$1ix"],[/(pe)(rson|ople)$/i,"$1rson"],[/(child)ren$/i,"$1"],[/(eau)x?$/i,"$1"],[/men$/i,"man"]].forEach(function(y){return E.addSingularRule(y[0],y[1])}),["adulthood","advice","agenda","aid","aircraft","alcohol","ammo","analytics","anime","athletics","audio","bison","blood","bream","buffalo","butter","carp","cash","chassis","chess","clothing","cod","commerce","cooperation","corps","debris","diabetes","digestion","elk","energy","equipment","excretion","expertise","firmware","flounder","fun","gallows","garbage","graffiti","hardware","headquarters","health","herpes","highjinks","homework","housework","information","jeans","justice","kudos","labour","literature","machinery","mackerel","mail","media","mews","moose","music","mud","manga","news","only","personnel","pike","plankton","pliers","police","pollution","premises","rain","research","rice","salmon","scissors","series","sewage","shambles","shrimp","software","species","staff","swine","tennis","traffic","transportation","trout","tuna","wealth","welfare","whiting","wildebeest","wildlife","you",/pok[eé]mon$/i,/[^aeiou]ese$/i,/deer$/i,/fish$/i,/measles$/i,/o[iu]s$/i,/pox$/i,/sheep$/i].forEach(E.addUncountableRule),E})});var q7=lt(R6=>{"use strict";var Y7=R0();R6.createRoot=Y7.createRoot,R6.hydrateRoot=Y7.hydrateRoot;var UEe});var Cx=G(_e(),1);var O1="openai:set_globals";function Nf(e){return(0,Cx.useSyncExternalStore)(t=>{if(typeof window>"u")return()=>{};let n=r=>{r.detail.globals[e]!==void 0&&t()};return window.addEventListener(O1,n,{passive:!0}),()=>{window.removeEventListener(O1,n)}},()=>window.openai?.[e]??null,()=>window.openai?.[e]??null)}function Tx(e){let t=Nf("toolOutput"),n=typeof e=="function"?e():e??null;return t??n}var La=G(_e(),1);var on=function(){return on=Object.assign||function(t){for(var n,r=1,o=arguments.length;r<o;r++){n=arguments[r];for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(t[i]=n[i])}return t},on.apply(this,arguments)};function Zs(e,t,n){if(n||arguments.length===2)for(var r=0,o=t.length,i;r<o;r++)(i||!(r in t))&&(i||(i=Array.prototype.slice.call(t,0,r)),i[r]=t[r]);return e.concat(i||Array.prototype.slice.call(t))}var vt=G(_e());var dt="-ms-",Va="-moz-",Ze="-webkit-",Of="comm",ji="rule",Js="decl";var Ax="@import";var _x="@namespace",Mf="@keyframes";var Sx="@layer";var M1=Math.abs,Ml=String.fromCharCode,Pl=Object.assign;function Ix(e,t){return Tt(e,0)^45?(((t<<2^Tt(e,0))<<2^Tt(e,1))<<2^Tt(e,2))<<2^Tt(e,3):0}function Pf(e){return e.trim()}function ro(e,t){return(e=t.exec(e))?e[0]:e}function Me(e,t,n){return e.replace(t,n)}function eu(e,t,n){return e.indexOf(t,n)}function Tt(e,t){return e.charCodeAt(t)|0}function oo(e,t,n){return e.slice(t,n)}function kn(e){return e.length}function Bf(e){return e.length}function Ga(e,t){return t.push(e),e}function Fx(e,t){return e.map(t).join("")}function P1(e,t){return e.filter(function(n){return!ro(n,t)})}var $f=1,tu=1,Lx=0,Mr=0,Ut=0,ru="";function Bl(e,t,n,r,o,i,s,l){return{value:e,root:t,parent:n,type:r,props:o,children:i,line:$f,column:tu,length:s,return:"",siblings:l}}function ii(e,t){return Pl(Bl("",null,null,"",null,null,0,e.siblings),e,{length:-e.length},t)}function Ya(e){for(;e.root;)e=ii(e.root,{children:[e]});Ga(e,e.siblings)}function Rx(){return Ut}function Nx(){return Ut=Mr>0?Tt(ru,--Mr):0,tu--,Ut===10&&(tu=1,$f--),Ut}function Pr(){return Ut=Mr<Lx?Tt(ru,Mr++):0,tu++,Ut===10&&(tu=1,$f++),Ut}function ai(){return Tt(ru,Mr)}function $l(){return Mr}function zf(e,t){return oo(ru,e,t)}function nu(e){switch(e){case 0:case 9:case 10:case 13:case 32:return 5;case 33:case 43:case 44:case 47:case 62:case 64:case 126:case 59:case 123:case 125:return 4;case 58:return 3;case 34:case 39:case 40:case 91:return 2;case 41:case 93:return 1}return 0}function Ox(e){return $f=tu=1,Lx=kn(ru=e),Mr=0,[]}function Mx(e){return ru="",e}function Hf(e){return Pf(zf(Mr-1,B1(e===91?e+2:e===40?e+1:e)))}function Px(e){for(;(Ut=ai())&&Ut<33;)Pr();return nu(e)>2||nu(Ut)>3?"":" "}function Bx(e,t){for(;--t&&Pr()&&!(Ut<48||Ut>102||Ut>57&&Ut<65||Ut>70&&Ut<97););return zf(e,$l()+(t<6&&ai()==32&&Pr()==32))}function B1(e){for(;Pr();)switch(Ut){case e:return Mr;case 34:case 39:e!==34&&e!==39&&B1(Ut);break;case 40:e===41&&B1(e);break;case 92:Pr();break}return Mr}function $x(e,t){for(;Pr()&&e+Ut!==57;)if(e+Ut===84&&ai()===47)break;return"/*"+zf(t,Mr-1)+"*"+Ml(e===47?e:Pr())}function zx(e){for(;!nu(ai());)Pr();return zf(e,Mr)}function jx(e){return Mx(Uf("",null,null,null,[""],e=Ox(e),0,[0],e))}function Uf(e,t,n,r,o,i,s,l,c){for(var d=0,h=0,g=s,E=0,y=0,D=0,w=1,A=1,x=1,v=0,k="",L=o,B=i,I=r,z=k;A;)switch(D=v,v=Pr()){case 40:if(D!=108&&Tt(z,g-1)==58){eu(z+=Me(Hf(v),"&","&\f"),"&\f",M1(d?l[d-1]:0))!=-1&&(x=-1);break}case 34:case 39:case 91:z+=Hf(v);break;case 9:case 10:case 13:case 32:z+=Px(D);break;case 92:z+=Bx($l()-1,7);continue;case 47:switch(ai()){case 42:case 47:Ga(XM($x(Pr(),$l()),t,n,c),c),(nu(D||1)==5||nu(ai()||1)==5)&&kn(z)&&oo(z,-1,void 0)!==" "&&(z+=" ");break;default:z+="/"}break;case 123*w:l[d++]=kn(z)*x;case 125*w:case 59:case 0:switch(v){case 0:case 125:A=0;case 59+h:x==-1&&(z=Me(z,/\f/g,"")),y>0&&(kn(z)-g||w===0&&D===47)&&Ga(y>32?Ux(z+";",r,n,g-1,c):Ux(Me(z," ","")+";",r,n,g-2,c),c);break;case 59:z+=";";default:if(Ga(I=Hx(z,t,n,d,h,o,l,k,L=[],B=[],g,i),i),v===123)if(h===0)Uf(z,t,I,I,L,i,g,l,B);else{switch(E){case 99:if(Tt(z,3)===110)break;case 108:if(Tt(z,2)===97)break;default:h=0;case 100:case 109:case 115:}h?Uf(e,I,I,r&&Ga(Hx(e,I,I,0,0,o,l,k,o,L=[],g,B),B),o,B,g,l,r?L:B):Uf(z,I,I,I,[""],B,0,l,B)}}d=h=y=0,w=x=1,k=z="",g=s;break;case 58:g=1+kn(z),y=D;default:if(w<1){if(v==123)--w;else if(v==125&&w++==0&&Nx()==125)continue}switch(z+=Ml(v),v*w){case 38:x=h>0?1:(z+="\f",-1);break;case 44:l[d++]=(kn(z)-1)*x,x=1;break;case 64:ai()===45&&(z+=Hf(Pr())),E=ai(),h=g=kn(k=z+=zx($l())),v++;break;case 45:D===45&&kn(z)==2&&(w=0)}}return i}function Hx(e,t,n,r,o,i,s,l,c,d,h,g){for(var E=o-1,y=o===0?i:[""],D=Bf(y),w=0,A=0,x=0;w<r;++w)for(var v=0,k=oo(e,E+1,E=M1(A=s[w])),L=e;v<D;++v)(L=Pf(A>0?y[v]+" "+k:Me(k,/&\f/g,y[v])))&&(c[x++]=L);return Bl(e,t,n,o===0?ji:l,c,d,h,g)}function XM(e,t,n,r){return Bl(e,t,n,Of,Ml(Rx()),oo(e,2,-2),0,r)}function Ux(e,t,n,r,o){return Bl(e,t,n,Js,oo(e,0,r),oo(e,r+1,-1),r,o)}function $1(e,t,n){switch(Ix(e,t)){case 5103:return Ze+"print-"+e+e;case 5737:case 4201:case 3177:case 3433:case 1641:case 4457:case 2921:case 5572:case 6356:case 5844:case 3191:case 6645:case 3005:case 4215:case 6389:case 5109:case 5365:case 5621:case 3829:case 6391:case 5879:case 5623:case 6135:case 4599:return Ze+e+e;case 4855:return Ze+e.replace("add","source-over").replace("substract","source-out").replace("intersect","source-in").replace("exclude","xor")+e;case 4789:return Va+e+e;case 5349:case 4246:case 4810:case 6968:case 2756:return Ze+e+Va+e+dt+e+e;case 5936:switch(Tt(e,t+11)){case 114:return Ze+e+dt+Me(e,/[svh]\w+-[tblr]{2}/,"tb")+e;case 108:return Ze+e+dt+Me(e,/[svh]\w+-[tblr]{2}/,"tb-rl")+e;case 45:return Ze+e+dt+Me(e,/[svh]\w+-[tblr]{2}/,"lr")+e}case 6828:case 4268:case 2903:return Ze+e+dt+e+e;case 6165:return Ze+e+dt+"flex-"+e+e;case 5187:return Ze+e+Me(e,/(\w+).+(:[^]+)/,Ze+"box-$1$2"+dt+"flex-$1$2")+e;case 5443:return Ze+e+dt+"flex-item-"+Me(e,/flex-|-self/g,"")+(ro(e,/flex-|baseline/)?"":dt+"grid-row-"+Me(e,/flex-|-self/g,""))+e;case 4675:return Ze+e+dt+"flex-line-pack"+Me(e,/align-content|flex-|-self/g,"")+e;case 5548:return Ze+e+dt+Me(e,"shrink","negative")+e;case 5292:return Ze+e+dt+Me(e,"basis","preferred-size")+e;case 6060:return Ze+"box-"+Me(e,"-grow","")+Ze+e+dt+Me(e,"grow","positive")+e;case 4554:return Ze+Me(e,/([^-])(transform)/g,"$1"+Ze+"$2")+e;case 6187:return Me(Me(Me(e,/(zoom-|grab)/,Ze+"$1"),/(image-set)/,Ze+"$1"),e,"")+e;case 5495:case 3959:return Me(e,/(image-set\([^]*)/,Ze+"$1$`$1");case 4968:return Me(Me(e,/(.+:)(flex-)?(.*)/,Ze+"box-pack:$3"+dt+"flex-pack:$3"),/space-between/,"justify")+Ze+e+e;case 4200:if(!ro(e,/flex-|baseline/))return dt+"grid-column-align"+oo(e,t)+e;break;case 2592:case 3360:return dt+Me(e,"template-","")+e;case 4384:case 3616:return n&&n.some(function(r,o){return t=o,ro(r.props,/grid-\w+-end/)})?~eu(e+(n=n[t].value),"span",0)?e:dt+Me(e,"-start","")+e+dt+"grid-row-span:"+(~eu(n,"span",0)?ro(n,/\d+/):+ro(n,/\d+/)-+ro(e,/\d+/))+";":dt+Me(e,"-start","")+e;case 4896:case 4128:return n&&n.some(function(r){return ro(r.props,/grid-\w+-start/)})?e:dt+Me(Me(e,"-end","-span"),"span ","")+e;case 4095:case 3583:case 4068:case 2532:return Me(e,/(.+)-inline(.+)/,Ze+"$1$2")+e;case 8116:case 7059:case 5753:case 5535:case 5445:case 5701:case 4933:case 4677:case 5533:case 5789:case 5021:case 4765:if(kn(e)-1-t>6)switch(Tt(e,t+1)){case 109:if(Tt(e,t+4)!==45)break;case 102:return Me(e,/(.+:)(.+)-([^]+)/,"$1"+Ze+"$2-$3$1"+Va+(Tt(e,t+3)==108?"$3":"$2-$3"))+e;case 115:return~eu(e,"stretch",0)?$1(Me(e,"stretch","fill-available"),t,n)+e:e}break;case 5152:case 5920:return Me(e,/(.+?):(\d+)(\s*\/\s*(span)?\s*(\d+))?(.*)/,function(r,o,i,s,l,c,d){return dt+o+":"+i+d+(s?dt+o+"-span:"+(l?c:+c-+i)+d:"")+e});case 4949:if(Tt(e,t+6)===121)return Me(e,":",":"+Ze)+e;break;case 6444:switch(Tt(e,Tt(e,14)===45?18:11)){case 120:return Me(e,/(.+:)([^;\s!]+)(;|(\s+)?!.+)?/,"$1"+Ze+(Tt(e,14)===45?"inline-":"")+"box$3$1"+Ze+"$2$3$1"+dt+"$2box$3")+e;case 100:return Me(e,":",":"+dt)+e}break;case 5719:case 2647:case 2135:case 3927:case 2391:return Me(e,"scroll-","scroll-snap-")+e}return e}function ou(e,t){for(var n="",r=0;r<e.length;r++)n+=t(e[r],r,e,t)||"";return n}function Wx(e,t,n,r){switch(e.type){case Sx:if(e.children.length)break;case Ax:case _x:case Js:return e.return=e.return||e.value;case Of:return"";case Mf:return e.return=e.value+"{"+ou(e.children,r)+"}";case ji:if(!kn(e.value=e.props.join(",")))return""}return kn(n=ou(e.children,r))?e.return=e.value+"{"+n+"}":""}function Vx(e){var t=Bf(e);return function(n,r,o,i){for(var s="",l=0;l<t;l++)s+=e[l](n,r,o,i)||"";return s}}function Gx(e){return function(t){t.root||(t=t.return)&&e(t)}}function Yx(e,t,n,r){if(e.length>-1&&!e.return)switch(e.type){case Js:e.return=$1(e.value,e.length,n);return;case Mf:return ou([ii(e,{value:Me(e.value,"@","@"+Ze)})],r);case ji:if(e.length)return Fx(n=e.props,function(o){switch(ro(o,r=/(::plac\w+|:read-\w+)/)){case":read-only":case":read-write":Ya(ii(e,{props:[Me(o,/:(read-\w+)/,":"+Va+"$1")]})),Ya(ii(e,{props:[o]})),Pl(e,{props:P1(n,r)});break;case"::placeholder":Ya(ii(e,{props:[Me(o,/:(plac\w+)/,":"+Ze+"input-$1")]})),Ya(ii(e,{props:[Me(o,/:(plac\w+)/,":"+Va+"$1")]})),Ya(ii(e,{props:[Me(o,/:(plac\w+)/,dt+"input-$1")]})),Ya(ii(e,{props:[o]})),Pl(e,{props:P1(n,r)});break}return""})}}var qx={animationIterationCount:1,aspectRatio:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,scale:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1};var si=typeof process<"u"&&process.env!==void 0&&(process.env.REACT_APP_SC_ATTR||process.env.SC_ATTR)||"data-styled",av="active",Vf="data-styled-version",su="6.3.8",K1=`/*!sc*/
29
- `,Gf=typeof window<"u"&&typeof document<"u",Vi=vt.default.createContext===void 0,KM=!!(typeof SC_DISABLE_SPEEDY=="boolean"?SC_DISABLE_SPEEDY:typeof process<"u"&&process.env!==void 0&&process.env.REACT_APP_SC_DISABLE_SPEEDY!==void 0&&process.env.REACT_APP_SC_DISABLE_SPEEDY!==""?process.env.REACT_APP_SC_DISABLE_SPEEDY!=="false"&&process.env.REACT_APP_SC_DISABLE_SPEEDY:typeof process<"u"&&process.env!==void 0&&process.env.SC_DISABLE_SPEEDY!==void 0&&process.env.SC_DISABLE_SPEEDY!==""&&process.env.SC_DISABLE_SPEEDY!=="false"&&process.env.SC_DISABLE_SPEEDY);var Xf=Object.freeze([]),uu=Object.freeze({});function QM(e,t,n){return n===void 0&&(n=uu),e.theme!==n.theme&&e.theme||t||n.theme}var sv=new Set(["a","abbr","address","area","article","aside","audio","b","bdi","bdo","blockquote","body","button","br","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","label","legend","li","main","map","mark","menu","meter","nav","object","ol","optgroup","option","output","p","picture","pre","progress","q","rp","rt","ruby","s","samp","search","section","select","slot","small","span","strong","sub","summary","sup","table","tbody","td","template","textarea","tfoot","th","thead","time","tr","u","ul","var","video","wbr","circle","clipPath","defs","ellipse","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","filter","foreignObject","g","image","line","linearGradient","marker","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","switch","symbol","text","textPath","tspan","use"]),ZM=/[!"#$%&'()*+,./:;<=>?@[\\\]^`{|}~-]+/g,JM=/(^-|-$)/g;function Xx(e){return e.replace(ZM,"-").replace(JM,"")}var eP=/(a)(d)/gi,Kx=function(e){return String.fromCharCode(e+(e>25?39:97))};function j1(e){var t,n="";for(t=Math.abs(e);t>52;t=t/52|0)n=Kx(t%52)+n;return(Kx(t%52)+n).replace(eP,"$1-$2")}var z1,iu=function(e,t){for(var n=t.length;n;)e=33*e^t.charCodeAt(--n);return e},uv=function(e){return iu(5381,e)};function lv(e){return j1(uv(e)>>>0)}function tP(e){return e.displayName||e.name||"Component"}function H1(e){return typeof e=="string"&&!0}var cv=typeof Symbol=="function"&&Symbol.for,dv=cv?Symbol.for("react.memo"):60115,nP=cv?Symbol.for("react.forward_ref"):60112,rP={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},oP={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},fv={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},iP=((z1={})[nP]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},z1[dv]=fv,z1);function Qx(e){return("type"in(t=e)&&t.type.$$typeof)===dv?fv:"$$typeof"in e?iP[e.$$typeof]:rP;var t}var aP=Object.defineProperty,sP=Object.getOwnPropertyNames,Zx=Object.getOwnPropertySymbols,uP=Object.getOwnPropertyDescriptor,lP=Object.getPrototypeOf,Jx=Object.prototype;function pv(e,t,n){if(typeof t!="string"){if(Jx){var r=lP(t);r&&r!==Jx&&pv(e,r,n)}var o=sP(t);Zx&&(o=o.concat(Zx(t)));for(var i=Qx(e),s=Qx(t),l=0;l<o.length;++l){var c=o[l];if(!(c in oP||n&&n[c]||s&&c in s||i&&c in i)){var d=uP(t,c);try{aP(e,c,d)}catch{}}}}return e}function Xa(e){return typeof e=="function"}function Q1(e){return typeof e=="object"&&"styledComponentId"in e}function qa(e,t){return e&&t?"".concat(e," ").concat(t):e||t||""}function Hl(e,t){if(e.length===0)return"";for(var n=e[0],r=1;r<e.length;r++)n+=t?t+e[r]:e[r];return n}function Ul(e){return e!==null&&typeof e=="object"&&e.constructor.name===Object.name&&!("props"in e&&e.$$typeof)}function W1(e,t,n){if(n===void 0&&(n=!1),!n&&!Ul(e)&&!Array.isArray(e))return t;if(Array.isArray(t))for(var r=0;r<t.length;r++)e[r]=W1(e[r],t[r]);else if(Ul(t))for(var r in t)e[r]=W1(e[r],t[r]);return e}function Z1(e,t){Object.defineProperty(e,"toString",{value:t})}function io(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];return new Error("An error occurred. See https://github.com/styled-components/styled-components/blob/main/packages/styled-components/src/utils/errors.md#".concat(e," for more information.").concat(t.length>0?" Args: ".concat(t.join(", ")):""))}var cP=function(){function e(t){this.groupSizes=new Uint32Array(512),this.length=512,this.tag=t}return e.prototype.indexOfGroup=function(t){for(var n=0,r=0;r<t;r++)n+=this.groupSizes[r];return n},e.prototype.insertRules=function(t,n){if(t>=this.groupSizes.length){for(var r=this.groupSizes,o=r.length,i=o;t>=i;)if((i<<=1)<0)throw io(16,"".concat(t));this.groupSizes=new Uint32Array(i),this.groupSizes.set(r),this.length=i;for(var s=o;s<i;s++)this.groupSizes[s]=0}for(var l=this.indexOfGroup(t+1),c=(s=0,n.length);s<c;s++)this.tag.insertRule(l,n[s])&&(this.groupSizes[t]++,l++)},e.prototype.clearGroup=function(t){if(t<this.length){var n=this.groupSizes[t],r=this.indexOfGroup(t),o=r+n;this.groupSizes[t]=0;for(var i=r;i<o;i++)this.tag.deleteRule(r)}},e.prototype.getGroup=function(t){var n="";if(t>=this.length||this.groupSizes[t]===0)return n;for(var r=this.groupSizes[t],o=this.indexOfGroup(t),i=o+r,s=o;s<i;s++)n+="".concat(this.tag.getRule(s)).concat(K1);return n},e}(),lee=1<<30,jf=new Map,Yf=new Map,Wf=1,zl=function(e){if(jf.has(e))return jf.get(e);for(;Yf.has(Wf);)Wf++;var t=Wf++;return jf.set(e,t),Yf.set(t,e),t},dP=function(e,t){Wf=t+1,jf.set(e,t),Yf.set(t,e)},fP="style[".concat(si,"][").concat(Vf,'="').concat(su,'"]'),pP=new RegExp("^".concat(si,'\\.g(\\d+)\\[id="([\\w\\d-]+)"\\].*?"([^"]*)')),hP=function(e,t,n){for(var r,o=n.split(","),i=0,s=o.length;i<s;i++)(r=o[i])&&e.registerName(t,r)},mP=function(e,t){for(var n,r=((n=t.textContent)!==null&&n!==void 0?n:"").split(K1),o=[],i=0,s=r.length;i<s;i++){var l=r[i].trim();if(l){var c=l.match(pP);if(c){var d=0|parseInt(c[1],10),h=c[2];d!==0&&(dP(h,d),hP(e,h,c[3]),e.getTag().insertRules(d,o)),o.length=0}else o.push(l)}}},ev=function(e){for(var t=document.querySelectorAll(fP),n=0,r=t.length;n<r;n++){var o=t[n];o&&o.getAttribute(si)!==av&&(mP(e,o),o.parentNode&&o.parentNode.removeChild(o))}};function V1(){return typeof __webpack_nonce__<"u"?__webpack_nonce__:null}var hv=function(e){var t=document.head,n=e||t,r=document.createElement("style"),o=function(l){var c=Array.from(l.querySelectorAll("style[".concat(si,"]")));return c[c.length-1]}(n),i=o!==void 0?o.nextSibling:null;r.setAttribute(si,av),r.setAttribute(Vf,su);var s=V1();return s&&r.setAttribute("nonce",s),n.insertBefore(r,i),r},gP=function(){function e(t){this.element=hv(t),this.element.appendChild(document.createTextNode("")),this.sheet=function(n){if(n.sheet)return n.sheet;for(var r=document.styleSheets,o=0,i=r.length;o<i;o++){var s=r[o];if(s.ownerNode===n)return s}throw io(17)}(this.element),this.length=0}return e.prototype.insertRule=function(t,n){try{return this.sheet.insertRule(n,t),this.length++,!0}catch{return!1}},e.prototype.deleteRule=function(t){this.sheet.deleteRule(t),this.length--},e.prototype.getRule=function(t){var n=this.sheet.cssRules[t];return n&&n.cssText?n.cssText:""},e}(),yP=function(){function e(t){this.element=hv(t),this.nodes=this.element.childNodes,this.length=0}return e.prototype.insertRule=function(t,n){if(t<=this.length&&t>=0){var r=document.createTextNode(n);return this.element.insertBefore(r,this.nodes[t]||null),this.length++,!0}return!1},e.prototype.deleteRule=function(t){this.element.removeChild(this.nodes[t]),this.length--},e.prototype.getRule=function(t){return t<this.length?this.nodes[t].textContent:""},e}(),bP=function(){function e(t){this.rules=[],this.length=0}return e.prototype.insertRule=function(t,n){return t<=this.length&&(this.rules.splice(t,0,n),this.length++,!0)},e.prototype.deleteRule=function(t){this.rules.splice(t,1),this.length--},e.prototype.getRule=function(t){return t<this.length?this.rules[t]:""},e}(),tv=Gf,EP={isServer:!Gf,useCSSOMInjection:!KM},jl=function(){function e(t,n,r){t===void 0&&(t=uu),n===void 0&&(n={});var o=this;this.options=on(on({},EP),t),this.gs=n,this.names=new Map(r),this.server=!!t.isServer,!this.server&&Gf&&tv&&(tv=!1,ev(this)),Z1(this,function(){return function(i){for(var s=i.getTag(),l=s.length,c="",d=function(g){var E=function(x){return Yf.get(x)}(g);if(E===void 0)return"continue";var y=i.names.get(E),D=s.getGroup(g);if(y===void 0||!y.size||D.length===0)return"continue";var w="".concat(si,".g").concat(g,'[id="').concat(E,'"]'),A="";y!==void 0&&y.forEach(function(x){x.length>0&&(A+="".concat(x,","))}),c+="".concat(D).concat(w,'{content:"').concat(A,'"}').concat(K1)},h=0;h<l;h++)d(h);return c}(o)})}return e.registerId=function(t){return zl(t)},e.prototype.rehydrate=function(){!this.server&&Gf&&ev(this)},e.prototype.reconstructWithOptions=function(t,n){return n===void 0&&(n=!0),new e(on(on({},this.options),t),this.gs,n&&this.names||void 0)},e.prototype.allocateGSInstance=function(t){return this.gs[t]=(this.gs[t]||0)+1},e.prototype.getTag=function(){return this.tag||(this.tag=(t=function(n){var r=n.useCSSOMInjection,o=n.target;return n.isServer?new bP(o):r?new gP(o):new yP(o)}(this.options),new cP(t)));var t},e.prototype.hasNameForId=function(t,n){return this.names.has(t)&&this.names.get(t).has(n)},e.prototype.registerName=function(t,n){if(zl(t),this.names.has(t))this.names.get(t).add(n);else{var r=new Set;r.add(n),this.names.set(t,r)}},e.prototype.insertRules=function(t,n,r){this.registerName(t,n),this.getTag().insertRules(zl(t),r)},e.prototype.clearNames=function(t){this.names.has(t)&&this.names.get(t).clear()},e.prototype.clearRules=function(t){this.getTag().clearGroup(zl(t)),this.clearNames(t)},e.prototype.clearTag=function(){this.tag=void 0},e}(),DP=/&/g,au=47;function nv(e){if(e.indexOf("}")===-1)return!1;for(var t=e.length,n=0,r=0,o=!1,i=0;i<t;i++){var s=e.charCodeAt(i);if(r!==0||o||s!==au||e.charCodeAt(i+1)!==42)if(o)s===42&&e.charCodeAt(i+1)===au&&(o=!1,i++);else if(s!==34&&s!==39||i!==0&&e.charCodeAt(i-1)===92){if(r===0){if(s===123)n++;else if(s===125&&--n<0)return!0}}else r===0?r=s:r===s&&(r=0);else o=!0,i++}return n!==0||r!==0}function mv(e,t){return e.map(function(n){return n.type==="rule"&&(n.value="".concat(t," ").concat(n.value),n.value=n.value.replaceAll(",",",".concat(t," ")),n.props=n.props.map(function(r){return"".concat(t," ").concat(r)})),Array.isArray(n.children)&&n.type!=="@keyframes"&&(n.children=mv(n.children,t)),n})}function gv(e){var t,n,r,o=e===void 0?uu:e,i=o.options,s=i===void 0?uu:i,l=o.plugins,c=l===void 0?Xf:l,d=function(E,y,D){return D.startsWith(n)&&D.endsWith(n)&&D.replaceAll(n,"").length>0?".".concat(t):E},h=c.slice();h.push(function(E){E.type===ji&&E.value.includes("&")&&(E.props[0]=E.props[0].replace(DP,n).replace(r,d))}),s.prefix&&h.push(Yx),h.push(Wx);var g=function(E,y,D,w){y===void 0&&(y=""),D===void 0&&(D=""),w===void 0&&(w="&"),t=w,n=y,r=new RegExp("\\".concat(n,"\\b"),"g");var A=function(k){if(!nv(k))return k;for(var L=k.length,B="",I=0,z=0,q=0,te=!1,M=0;M<L;M++){var me=k.charCodeAt(M);if(q!==0||te||me!==au||k.charCodeAt(M+1)!==42)if(te)me===42&&k.charCodeAt(M+1)===au&&(te=!1,M++);else if(me!==34&&me!==39||M!==0&&k.charCodeAt(M-1)===92){if(q===0)if(me===123)z++;else if(me===125){if(--z<0){for(var fe=M+1;fe<L;){var ue=k.charCodeAt(fe);if(ue===59||ue===10)break;fe++}fe<L&&k.charCodeAt(fe)===59&&fe++,z=0,M=fe-1,I=fe;continue}z===0&&(B+=k.substring(I,M+1),I=M+1)}else me===59&&z===0&&(B+=k.substring(I,M+1),I=M+1)}else q===0?q=me:q===me&&(q=0);else te=!0,M++}if(I<L){var le=k.substring(I);nv(le)||(B+=le)}return B}(function(k){if(k.indexOf("//")===-1)return k;for(var L=k.length,B=[],I=0,z=0,q=0,te=0;z<L;){var M=k.charCodeAt(z);if(M!==34&&M!==39||z!==0&&k.charCodeAt(z-1)===92)if(q===0)if(M===40&&z>=3&&(32|k.charCodeAt(z-1))==108&&(32|k.charCodeAt(z-2))==114&&(32|k.charCodeAt(z-3))==117)te=1,z++;else if(te>0)M===41?te--:M===40&&te++,z++;else if(M===au&&z+1<L&&k.charCodeAt(z+1)===au){for(z>I&&B.push(k.substring(I,z));z<L&&k.charCodeAt(z)!==10;)z++;I=z}else z++;else z++;else q===0?q=M:q===M&&(q=0),z++}return I===0?k:(I<L&&B.push(k.substring(I)),B.join(""))}(E)),x=jx(D||y?"".concat(D," ").concat(y," { ").concat(A," }"):A);s.namespace&&(x=mv(x,s.namespace));var v=[];return ou(x,Vx(h.concat(Gx(function(k){return v.push(k)})))),v};return g.hash=c.length?c.reduce(function(E,y){return y.name||io(15),iu(E,y.name)},5381).toString():"",g}var xP=new jl,G1=gv(),Y1={shouldForwardProp:void 0,styleSheet:xP,stylis:G1},J1=Vi?{Provider:function(e){return e.children},Consumer:function(e){return(0,e.children)(Y1)}}:vt.default.createContext(Y1),cee=J1.Consumer,vP=Vi?{Provider:function(e){return e.children},Consumer:function(e){return(0,e.children)(void 0)}}:vt.default.createContext(void 0);function q1(){return Vi?Y1:vt.default.useContext(J1)}function wP(e){if(Vi||!vt.default.useMemo)return e.children;var t=q1().styleSheet,n=vt.default.useMemo(function(){var i=t;return e.sheet?i=e.sheet:e.target&&(i=i.reconstructWithOptions({target:e.target},!1)),e.disableCSSOMInjection&&(i=i.reconstructWithOptions({useCSSOMInjection:!1})),i},[e.disableCSSOMInjection,e.sheet,e.target,t]),r=vt.default.useMemo(function(){return gv({options:{namespace:e.namespace,prefix:e.enableVendorPrefixes},plugins:e.stylisPlugins})},[e.enableVendorPrefixes,e.namespace,e.stylisPlugins]),o=vt.default.useMemo(function(){return{shouldForwardProp:e.shouldForwardProp,styleSheet:n,stylis:r}},[e.shouldForwardProp,n,r]);return vt.default.createElement(J1.Provider,{value:o},vt.default.createElement(vP.Provider,{value:r},e.children))}var yv=function(){function e(t,n){var r=this;this.inject=function(o,i){i===void 0&&(i=G1);var s=r.name+i.hash;o.hasNameForId(r.id,s)||o.insertRules(r.id,s,i(r.rules,s,"@keyframes"))},this.name=t,this.id="sc-keyframes-".concat(t),this.rules=n,Z1(this,function(){throw io(12,String(r.name))})}return e.prototype.getName=function(t){return t===void 0&&(t=G1),this.name+t.hash},e}();function kP(e,t){return t==null||typeof t=="boolean"||t===""?"":typeof t!="number"||t===0||e in qx||e.startsWith("--")?String(t).trim():"".concat(t,"px")}var CP=function(e){return e>="A"&&e<="Z"};function rv(e){for(var t="",n=0;n<e.length;n++){var r=e[n];if(n===1&&r==="-"&&e[0]==="-")return e;CP(r)?t+="-"+r.toLowerCase():t+=r}return t.startsWith("ms-")?"-"+t:t}var bv=function(e){return e==null||e===!1||e===""},Ev=function(e){var t=[];for(var n in e){var r=e[n];e.hasOwnProperty(n)&&!bv(r)&&(Array.isArray(r)&&r.isCss||Xa(r)?t.push("".concat(rv(n),":"),r,";"):Ul(r)?t.push.apply(t,Zs(Zs(["".concat(n," {")],Ev(r),!1),["}"],!1)):t.push("".concat(rv(n),": ").concat(kP(n,r),";")))}return t};function Wi(e,t,n,r){if(bv(e))return[];if(Q1(e))return[".".concat(e.styledComponentId)];if(Xa(e)){if(!Xa(i=e)||i.prototype&&i.prototype.isReactComponent||!t)return[e];var o=e(t);return Wi(o,t,n,r)}var i;return e instanceof yv?n?(e.inject(n,r),[e.getName(r)]):[e]:Ul(e)?Ev(e):Array.isArray(e)?Array.prototype.concat.apply(Xf,e.map(function(s){return Wi(s,t,n,r)})):[e.toString()]}function Dv(e){for(var t=0;t<e.length;t+=1){var n=e[t];if(Xa(n)&&!Q1(n))return!1}return!0}var TP=uv(su),AP=function(){function e(t,n,r){this.rules=t,this.staticRulesId="",this.isStatic=(r===void 0||r.isStatic)&&Dv(t),this.componentId=n,this.baseHash=iu(TP,n),this.baseStyle=r,jl.registerId(n)}return e.prototype.generateAndInjectStyles=function(t,n,r){var o=this.baseStyle?this.baseStyle.generateAndInjectStyles(t,n,r).className:"";if(this.isStatic&&!r.hash)if(this.staticRulesId&&n.hasNameForId(this.componentId,this.staticRulesId))o=qa(o,this.staticRulesId);else{var i=Hl(Wi(this.rules,t,n,r)),s=j1(iu(this.baseHash,i)>>>0);if(!n.hasNameForId(this.componentId,s)){var l=r(i,".".concat(s),void 0,this.componentId);n.insertRules(this.componentId,s,l)}o=qa(o,s),this.staticRulesId=s}else{for(var c=iu(this.baseHash,r.hash),d="",h=0;h<this.rules.length;h++){var g=this.rules[h];if(typeof g=="string")d+=g;else if(g){var E=Hl(Wi(g,t,n,r));c=iu(c,E+h),d+=E}}if(d){var y=j1(c>>>0);if(!n.hasNameForId(this.componentId,y)){var D=r(d,".".concat(y),void 0,this.componentId);n.insertRules(this.componentId,y,D)}o=qa(o,y)}}return{className:o,css:typeof window>"u"?n.getTag().getGroup(zl(this.componentId)):""}},e}(),qf=Vi?{Provider:function(e){return e.children},Consumer:function(e){return(0,e.children)(void 0)}}:vt.default.createContext(void 0),dee=qf.Consumer;function xv(e){if(Vi)return e.children;var t=vt.default.useContext(qf),n=vt.default.useMemo(function(){return function(r,o){if(!r)throw io(14);if(Xa(r)){var i=r(o);return i}if(Array.isArray(r)||typeof r!="object")throw io(8);return o?on(on({},o),r):r}(e.theme,t)},[e.theme,t]);return e.children?vt.default.createElement(qf.Provider,{value:n},e.children):null}var U1={};function _P(e,t,n){var r=Q1(e),o=e,i=!H1(e),s=t.attrs,l=s===void 0?Xf:s,c=t.componentId,d=c===void 0?function(L,B){var I=typeof L!="string"?"sc":Xx(L);U1[I]=(U1[I]||0)+1;var z="".concat(I,"-").concat(lv(su+I+U1[I]));return B?"".concat(B,"-").concat(z):z}(t.displayName,t.parentComponentId):c,h=t.displayName,g=h===void 0?function(L){return H1(L)?"styled.".concat(L):"Styled(".concat(tP(L),")")}(e):h,E=t.displayName&&t.componentId?"".concat(Xx(t.displayName),"-").concat(t.componentId):t.componentId||d,y=r&&o.attrs?o.attrs.concat(l).filter(Boolean):l,D=t.shouldForwardProp;if(r&&o.shouldForwardProp){var w=o.shouldForwardProp;if(t.shouldForwardProp){var A=t.shouldForwardProp;D=function(L,B){return w(L,B)&&A(L,B)}}else D=w}var x=new AP(n,E,r?o.componentStyle:void 0);function v(L,B){return function(I,z,q){var te=I.attrs,M=I.componentStyle,me=I.defaultProps,fe=I.foldedComponentIds,ue=I.styledComponentId,le=I.target,ge=Vi?void 0:vt.default.useContext(qf),ke=q1(),be=I.shouldForwardProp||ke.shouldForwardProp,se=QM(z,ge,me)||uu,Ee=function(ft,Mt,qt){for(var xn,ut=on(on({},Mt),{className:void 0,theme:qt}),cr=0;cr<ft.length;cr+=1){var Ii=Xa(xn=ft[cr])?xn(ut):xn;for(var Xt in Ii)Xt==="className"?ut.className=qa(ut.className,Ii[Xt]):Xt==="style"?ut.style=on(on({},ut.style),Ii[Xt]):ut[Xt]=Ii[Xt]}return"className"in Mt&&typeof Mt.className=="string"&&(ut.className=qa(ut.className,Mt.className)),ut}(te,z,se),R=Ee.as||le,Te={};for(var Ve in Ee)Ee[Ve]===void 0||Ve[0]==="$"||Ve==="as"||Ve==="theme"&&Ee.theme===se||(Ve==="forwardedAs"?Te.as=Ee.forwardedAs:be&&!be(Ve,R)||(Te[Ve]=Ee[Ve]));var P=function(ft,Mt){var qt=q1(),xn=ft.generateAndInjectStyles(Mt,qt.styleSheet,qt.stylis);return xn}(M,Ee),ot=P.className,Nn=P.css,pn=qa(fe,ue);ot&&(pn+=" "+ot),Ee.className&&(pn+=" "+Ee.className),Te[H1(R)&&!sv.has(R)?"class":"className"]=pn,q&&(Te.ref=q);var tn=(0,vt.createElement)(R,Te);return Vi&&Nn?vt.default.createElement(vt.default.Fragment,null,vt.default.createElement("style",{precedence:"styled-components",href:"sc-".concat(ue,"-").concat(ot),children:Nn}),tn):tn}(k,L,B)}v.displayName=g;var k=vt.default.forwardRef(v);return k.attrs=y,k.componentStyle=x,k.displayName=g,k.shouldForwardProp=D,k.foldedComponentIds=r?qa(o.foldedComponentIds,o.styledComponentId):"",k.styledComponentId=E,k.target=r?o.target:e,Object.defineProperty(k,"defaultProps",{get:function(){return this._foldedDefaultProps},set:function(L){this._foldedDefaultProps=r?function(B){for(var I=[],z=1;z<arguments.length;z++)I[z-1]=arguments[z];for(var q=0,te=I;q<te.length;q++)W1(B,te[q],!0);return B}({},o.defaultProps,L):L}}),Z1(k,function(){return".".concat(k.styledComponentId)}),i&&pv(k,e,{attrs:!0,componentStyle:!0,displayName:!0,foldedComponentIds:!0,shouldForwardProp:!0,styledComponentId:!0,target:!0}),k}function ov(e,t){for(var n=[e[0]],r=0,o=t.length;r<o;r+=1)n.push(t[r],e[r+1]);return n}var iv=function(e){return Object.assign(e,{isCss:!0})};function X(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];if(Xa(e)||Ul(e))return iv(Wi(ov(Xf,Zs([e],t,!0))));var r=e;return t.length===0&&r.length===1&&typeof r[0]=="string"?Wi(r):iv(Wi(ov(r,t)))}function X1(e,t,n){if(n===void 0&&(n=uu),!t)throw io(1,t);var r=function(o){for(var i=[],s=1;s<arguments.length;s++)i[s-1]=arguments[s];return e(t,n,X.apply(void 0,Zs([o],i,!1)))};return r.attrs=function(o){return X1(e,t,on(on({},n),{attrs:Array.prototype.concat(n.attrs,o).filter(Boolean)}))},r.withConfig=function(o){return X1(e,t,on(on({},n),o))},r}var vv=function(e){return X1(_P,e)},W=vv;sv.forEach(function(e){W[e]=vv(e)});var fee=function(){function e(t,n){this.rules=t,this.componentId=n,this.isStatic=Dv(t),jl.registerId(this.componentId+1)}return e.prototype.createStyles=function(t,n,r,o){var i=o(Hl(Wi(this.rules,n,r,o)),""),s=this.componentId+t;r.insertRules(s,s,i)},e.prototype.removeStyles=function(t,n){n.clearRules(this.componentId+t)},e.prototype.renderStyles=function(t,n,r,o){t>2&&jl.registerId(this.componentId+t);var i=this.componentId+t;this.isStatic?r.hasNameForId(i,i)||this.createStyles(t,n,r,o):(this.removeStyles(t,r),this.createStyles(t,n,r,o))},e}();function Wl(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];var r=Hl(X.apply(void 0,Zs([e],t,!1))),o=lv(r);return new yv(o,r)}var pee=function(){function e(){var t=this;this._emitSheetCSS=function(){var n=t.instance.toString();if(!n)return"";var r=V1(),o=Hl([r&&'nonce="'.concat(r,'"'),"".concat(si,'="true"'),"".concat(Vf,'="').concat(su,'"')].filter(Boolean)," ");return"<style ".concat(o,">").concat(n,"</style>")},this.getStyleTags=function(){if(t.sealed)throw io(2);return t._emitSheetCSS()},this.getStyleElement=function(){var n;if(t.sealed)throw io(2);var r=t.instance.toString();if(!r)return[];var o=((n={})[si]="",n[Vf]=su,n.dangerouslySetInnerHTML={__html:r},n),i=V1();return i&&(o.nonce=i),[vt.default.createElement("style",on({},o,{key:"sc-0-0"}))]},this.seal=function(){t.sealed=!0},this.instance=new jl({isServer:!0}),this.sealed=!1}return e.prototype.collectStyles=function(t){if(this.sealed)throw io(2);return vt.default.createElement(wP,{sheet:this.instance},t)},e.prototype.interleaveWithNodeStream=function(t){throw io(3)},e}();var hee="__sc-".concat(si,"__");var PP=G(De(),1);var eg=`
28
+ }`;var $e=ux(function(){return tt(_,we+"return "+re).apply(e,N)});if($e.source=re,b1($e))throw $e;return $e}function N9(a){return rt(a).toLowerCase()}function O9(a){return rt(a).toUpperCase()}function M9(a,u,f){if(a=rt(a),a&&(f||u===e))return yE(a);if(!a||!(u=hr(u)))return a;var b=Jr(a),C=Jr(u),_=bE(b,C),N=EE(b,C)+1;return Hi(b,_,N).join("")}function P9(a,u,f){if(a=rt(a),a&&(f||u===e))return a.slice(0,xE(a)+1);if(!a||!(u=hr(u)))return a;var b=Jr(a),C=EE(b,Jr(u))+1;return Hi(b,0,C).join("")}function B9(a,u,f){if(a=rt(a),a&&(f||u===e))return a.replace(bm,"");if(!a||!(u=hr(u)))return a;var b=Jr(a),C=bE(b,Jr(u));return Hi(b,C).join("")}function $9(a,u){var f=q,b=te;if(Ct(u)){var C="separator"in u?u.separator:C;f="length"in u?Be(u.length):f,b="omission"in u?hr(u.omission):b}a=rt(a);var _=a.length;if(zs(a)){var N=Jr(a);_=N.length}if(f>=_)return a;var $=f-Hs(b);if($<1)return b;var U=N?Hi(N,0,$).join(""):a.slice(0,$);if(C===e)return U+b;if(N&&($+=U.length-$),E1(C)){if(a.slice($).search(C)){var J,ee=U;for(C.global||(C=Om(C.source,rt($6.exec(C))+"g")),C.lastIndex=0;J=C.exec(ee);)var re=J.index;U=U.slice(0,re===e?$:re)}}else if(a.indexOf(hr(C),$)!=$){var pe=U.lastIndexOf(C);pe>-1&&(U=U.slice(0,pe))}return U+b}function z9(a){return a=rt(a),a&&Q7.test(a)?a.replace(M6,mF):a}var H9=Ys(function(a,u,f){return a+(f?" ":"")+u.toUpperCase()}),v1=lD("toUpperCase");function sx(a,u,f){return a=rt(a),u=f?e:u,u===e?cF(a)?bF(a):tF(a):a.match(u)||[]}var ux=He(function(a,u){try{return fr(a,e,u)}catch(f){return b1(f)?f:new Ne(f)}}),U9=ei(function(a,u){return Sr(u,function(f){f=Co(f),Zo(a,f,g1(a[f],a))}),a});function j9(a){var u=a==null?0:a.length,f=Ie();return a=u?xt(a,function(b){if(typeof b[1]!="function")throw new Ir(o);return[f(b[0]),b[1]]}):[],He(function(b){for(var C=-1;++C<u;){var _=a[C];if(fr(_[0],this,b))return fr(_[1],this,b)}})}function W9(a){return mL(Lr(a,d))}function w1(a){return function(){return a}}function V9(a,u){return a==null||a!==a?u:a}var G9=dD(),Y9=dD(!0);function er(a){return a}function k1(a){return HE(typeof a=="function"?a:Lr(a,d))}function q9(a){return jE(Lr(a,d))}function X9(a,u){return WE(a,Lr(u,d))}var K9=He(function(a,u){return function(f){return Al(f,a,u)}}),Q9=He(function(a,u){return function(f){return Al(a,f,u)}});function C1(a,u,f){var b=rn(u),C=df(u,b);f==null&&!(Ct(u)&&(C.length||!b.length))&&(f=u,u=a,a=this,C=df(u,rn(u)));var _=!(Ct(f)&&"chain"in f)||!!f.chain,N=ni(a);return Sr(C,function($){var U=u[$];a[$]=U,N&&(a.prototype[$]=function(){var J=this.__chain__;if(_||J){var ee=a(this.__wrapped__),re=ee.__actions__=Qn(this.__actions__);return re.push({func:U,args:arguments,thisArg:a}),ee.__chain__=J,ee}return U.apply(a,Ni([this.value()],arguments))})}),a}function Z9(){return nn._===this&&(nn._=kF),this}function T1(){}function J9(a){return a=Be(a),He(function(u){return VE(u,a)})}var eM=r1(xt),tM=r1(fE),nM=r1(_m);function lx(a){return c1(a)?Sm(Co(a)):LL(a)}function rM(a){return function(u){return a==null?e:Ha(a,u)}}var oM=pD(),iM=pD(!0);function A1(){return[]}function _1(){return!1}function aM(){return{}}function sM(){return""}function uM(){return!0}function lM(a,u){if(a=Be(a),a<1||a>ke)return[];var f=Ee,b=vn(a,Ee);u=Ie(u),a-=Ee;for(var C=Lm(b,u);++f<a;)u(f);return C}function cM(a){return Oe(a)?xt(a,Co):mr(a)?[a]:Qn(SD(rt(a)))}function dM(a){var u=++vF;return rt(a)+u}var fM=yf(function(a,u){return a+u},0),pM=o1("ceil"),hM=yf(function(a,u){return a/u},1),mM=o1("floor");function gM(a){return a&&a.length?cf(a,er,jm):e}function yM(a,u){return a&&a.length?cf(a,Ie(u,2),jm):e}function bM(a){return mE(a,er)}function EM(a,u){return mE(a,Ie(u,2))}function DM(a){return a&&a.length?cf(a,er,Ym):e}function xM(a,u){return a&&a.length?cf(a,Ie(u,2),Ym):e}var vM=yf(function(a,u){return a*u},1),wM=o1("round"),kM=yf(function(a,u){return a-u},0);function CM(a){return a&&a.length?Fm(a,er):0}function TM(a,u){return a&&a.length?Fm(a,Ie(u,2)):0}return T.after=qN,T.ary=zD,T.assign=OO,T.assignIn=ex,T.assignInWith=If,T.assignWith=MO,T.at=PO,T.before=HD,T.bind=g1,T.bindAll=U9,T.bindKey=UD,T.castArray=aO,T.chain=PD,T.chunk=mR,T.compact=gR,T.concat=yR,T.cond=j9,T.conforms=W9,T.constant=w1,T.countBy=CN,T.create=BO,T.curry=jD,T.curryRight=WD,T.debounce=VD,T.defaults=$O,T.defaultsDeep=zO,T.defer=XN,T.delay=KN,T.difference=bR,T.differenceBy=ER,T.differenceWith=DR,T.drop=xR,T.dropRight=vR,T.dropRightWhile=wR,T.dropWhile=kR,T.fill=CR,T.filter=AN,T.flatMap=IN,T.flatMapDeep=FN,T.flatMapDepth=LN,T.flatten=RD,T.flattenDeep=TR,T.flattenDepth=AR,T.flip=QN,T.flow=G9,T.flowRight=Y9,T.fromPairs=_R,T.functions=YO,T.functionsIn=qO,T.groupBy=RN,T.initial=IR,T.intersection=FR,T.intersectionBy=LR,T.intersectionWith=RR,T.invert=KO,T.invertBy=QO,T.invokeMap=ON,T.iteratee=k1,T.keyBy=MN,T.keys=rn,T.keysIn=Jn,T.map=kf,T.mapKeys=JO,T.mapValues=e9,T.matches=q9,T.matchesProperty=X9,T.memoize=Tf,T.merge=t9,T.mergeWith=tx,T.method=K9,T.methodOf=Q9,T.mixin=C1,T.negate=Af,T.nthArg=J9,T.omit=n9,T.omitBy=r9,T.once=ZN,T.orderBy=PN,T.over=eM,T.overArgs=JN,T.overEvery=tM,T.overSome=nM,T.partial=y1,T.partialRight=GD,T.partition=BN,T.pick=o9,T.pickBy=nx,T.property=lx,T.propertyOf=rM,T.pull=PR,T.pullAll=OD,T.pullAllBy=BR,T.pullAllWith=$R,T.pullAt=zR,T.range=oM,T.rangeRight=iM,T.rearg=eO,T.reject=HN,T.remove=HR,T.rest=tO,T.reverse=h1,T.sampleSize=jN,T.set=a9,T.setWith=s9,T.shuffle=WN,T.slice=UR,T.sortBy=YN,T.sortedUniq=XR,T.sortedUniqBy=KR,T.split=I9,T.spread=nO,T.tail=QR,T.take=ZR,T.takeRight=JR,T.takeRightWhile=eN,T.takeWhile=tN,T.tap=gN,T.throttle=rO,T.thru=wf,T.toArray=QD,T.toPairs=rx,T.toPairsIn=ox,T.toPath=cM,T.toPlainObject=JD,T.transform=u9,T.unary=oO,T.union=nN,T.unionBy=rN,T.unionWith=oN,T.uniq=iN,T.uniqBy=aN,T.uniqWith=sN,T.unset=l9,T.unzip=m1,T.unzipWith=MD,T.update=c9,T.updateWith=d9,T.values=Ks,T.valuesIn=f9,T.without=uN,T.words=sx,T.wrap=iO,T.xor=lN,T.xorBy=cN,T.xorWith=dN,T.zip=fN,T.zipObject=pN,T.zipObjectDeep=hN,T.zipWith=mN,T.entries=rx,T.entriesIn=ox,T.extend=ex,T.extendWith=If,C1(T,T),T.add=fM,T.attempt=ux,T.camelCase=g9,T.capitalize=ix,T.ceil=pM,T.clamp=p9,T.clone=sO,T.cloneDeep=lO,T.cloneDeepWith=cO,T.cloneWith=uO,T.conformsTo=dO,T.deburr=ax,T.defaultTo=V9,T.divide=hM,T.endsWith=y9,T.eq=to,T.escape=b9,T.escapeRegExp=E9,T.every=TN,T.find=_N,T.findIndex=FD,T.findKey=HO,T.findLast=SN,T.findLastIndex=LD,T.findLastKey=UO,T.floor=mM,T.forEach=BD,T.forEachRight=$D,T.forIn=jO,T.forInRight=WO,T.forOwn=VO,T.forOwnRight=GO,T.get=D1,T.gt=fO,T.gte=pO,T.has=XO,T.hasIn=x1,T.head=ND,T.identity=er,T.includes=NN,T.indexOf=SR,T.inRange=h9,T.invoke=ZO,T.isArguments=Wa,T.isArray=Oe,T.isArrayBuffer=hO,T.isArrayLike=Zn,T.isArrayLikeObject=Pt,T.isBoolean=mO,T.isBuffer=Ui,T.isDate=gO,T.isElement=yO,T.isEmpty=bO,T.isEqual=EO,T.isEqualWith=DO,T.isError=b1,T.isFinite=xO,T.isFunction=ni,T.isInteger=YD,T.isLength=_f,T.isMap=qD,T.isMatch=vO,T.isMatchWith=wO,T.isNaN=kO,T.isNative=CO,T.isNil=AO,T.isNull=TO,T.isNumber=XD,T.isObject=Ct,T.isObjectLike=Ft,T.isPlainObject=Rl,T.isRegExp=E1,T.isSafeInteger=_O,T.isSet=KD,T.isString=Sf,T.isSymbol=mr,T.isTypedArray=Xs,T.isUndefined=SO,T.isWeakMap=IO,T.isWeakSet=FO,T.join=NR,T.kebabCase=D9,T.last=Nr,T.lastIndexOf=OR,T.lowerCase=x9,T.lowerFirst=v9,T.lt=LO,T.lte=RO,T.max=gM,T.maxBy=yM,T.mean=bM,T.meanBy=EM,T.min=DM,T.minBy=xM,T.stubArray=A1,T.stubFalse=_1,T.stubObject=aM,T.stubString=sM,T.stubTrue=uM,T.multiply=vM,T.nth=MR,T.noConflict=Z9,T.noop=T1,T.now=Cf,T.pad=w9,T.padEnd=k9,T.padStart=C9,T.parseInt=T9,T.random=m9,T.reduce=$N,T.reduceRight=zN,T.repeat=A9,T.replace=_9,T.result=i9,T.round=wM,T.runInContext=H,T.sample=UN,T.size=VN,T.snakeCase=S9,T.some=GN,T.sortedIndex=jR,T.sortedIndexBy=WR,T.sortedIndexOf=VR,T.sortedLastIndex=GR,T.sortedLastIndexBy=YR,T.sortedLastIndexOf=qR,T.startCase=F9,T.startsWith=L9,T.subtract=kM,T.sum=CM,T.sumBy=TM,T.template=R9,T.times=lM,T.toFinite=ri,T.toInteger=Be,T.toLength=ZD,T.toLower=N9,T.toNumber=Or,T.toSafeInteger=NO,T.toString=rt,T.toUpper=O9,T.trim=M9,T.trimEnd=P9,T.trimStart=B9,T.truncate=$9,T.unescape=z9,T.uniqueId=dM,T.upperCase=H9,T.upperFirst=v1,T.each=BD,T.eachRight=$D,T.first=ND,C1(T,function(){var a={};return wo(T,function(u,f){nt.call(T.prototype,f)||(a[f]=u)}),a}(),{chain:!1}),T.VERSION=t,Sr(["bind","bindKey","curry","curryRight","partial","partialRight"],function(a){T[a].placeholder=T}),Sr(["drop","take"],function(a,u){qe.prototype[a]=function(f){f=f===e?1:Qt(Be(f),0);var b=this.__filtered__&&!u?new qe(this):this.clone();return b.__filtered__?b.__takeCount__=vn(f,b.__takeCount__):b.__views__.push({size:vn(f,Ee),type:a+(b.__dir__<0?"Right":"")}),b},qe.prototype[a+"Right"]=function(f){return this.reverse()[a](f).reverse()}}),Sr(["filter","map","takeWhile"],function(a,u){var f=u+1,b=f==fe||f==le;qe.prototype[a]=function(C){var _=this.clone();return _.__iteratees__.push({iteratee:Ie(C,3),type:f}),_.__filtered__=_.__filtered__||b,_}}),Sr(["head","last"],function(a,u){var f="take"+(u?"Right":"");qe.prototype[a]=function(){return this[f](1).value()[0]}}),Sr(["initial","tail"],function(a,u){var f="drop"+(u?"":"Right");qe.prototype[a]=function(){return this.__filtered__?new qe(this):this[f](1)}}),qe.prototype.compact=function(){return this.filter(er)},qe.prototype.find=function(a){return this.filter(a).head()},qe.prototype.findLast=function(a){return this.reverse().find(a)},qe.prototype.invokeMap=He(function(a,u){return typeof a=="function"?new qe(this):this.map(function(f){return Al(f,a,u)})}),qe.prototype.reject=function(a){return this.filter(Af(Ie(a)))},qe.prototype.slice=function(a,u){a=Be(a);var f=this;return f.__filtered__&&(a>0||u<0)?new qe(f):(a<0?f=f.takeRight(-a):a&&(f=f.drop(a)),u!==e&&(u=Be(u),f=u<0?f.dropRight(-u):f.take(u-a)),f)},qe.prototype.takeRightWhile=function(a){return this.reverse().takeWhile(a).reverse()},qe.prototype.toArray=function(){return this.take(Ee)},wo(qe.prototype,function(a,u){var f=/^(?:filter|find|map|reject)|While$/.test(u),b=/^(?:head|last)$/.test(u),C=T[b?"take"+(u=="last"?"Right":""):u],_=b||/^find/.test(u);C&&(T.prototype[u]=function(){var N=this.__wrapped__,$=b?[1]:arguments,U=N instanceof qe,J=$[0],ee=U||Oe(N),re=function(Ge){var Qe=C.apply(T,Ni([Ge],$));return b&&pe?Qe[0]:Qe};ee&&f&&typeof J=="function"&&J.length!=1&&(U=ee=!1);var pe=this.__chain__,we=!!this.__actions__.length,Fe=_&&!pe,$e=U&&!we;if(!_&&ee){N=$e?N:new qe(this);var Le=a.apply(N,$);return Le.__actions__.push({func:wf,args:[re],thisArg:e}),new Fr(Le,pe)}return Fe&&$e?a.apply(this,$):(Le=this.thru(re),Fe?b?Le.value()[0]:Le.value():Le)})}),Sr(["pop","push","shift","sort","splice","unshift"],function(a){var u=qd[a],f=/^(?:push|sort|unshift)$/.test(a)?"tap":"thru",b=/^(?:pop|shift)$/.test(a);T.prototype[a]=function(){var C=arguments;if(b&&!this.__chain__){var _=this.value();return u.apply(Oe(_)?_:[],C)}return this[f](function(N){return u.apply(Oe(N)?N:[],C)})}}),wo(qe.prototype,function(a,u){var f=T[u];if(f){var b=f.name+"";nt.call(Ws,b)||(Ws[b]=[]),Ws[b].push({name:u,func:f})}}),Ws[gf(e,w).name]=[{name:"wrapper",func:e}],qe.prototype.clone=zF,qe.prototype.reverse=HF,qe.prototype.value=UF,T.prototype.at=yN,T.prototype.chain=bN,T.prototype.commit=EN,T.prototype.next=DN,T.prototype.plant=vN,T.prototype.reverse=wN,T.prototype.toJSON=T.prototype.valueOf=T.prototype.value=kN,T.prototype.first=T.prototype.head,Dl&&(T.prototype[Dl]=xN),T},Mi=EF();typeof define=="function"&&typeof define.amd=="object"&&define.amd?(nn._=Mi,define(function(){return Mi})):Ma?((Ma.exports=Mi)._=Mi,km._=Mi):nn._=Mi}).call(cl)});var h6=lt(()=>{(function(e){var t="\\b(?:BASH|BASHOPTS|BASH_ALIASES|BASH_ARGC|BASH_ARGV|BASH_CMDS|BASH_COMPLETION_COMPAT_DIR|BASH_LINENO|BASH_REMATCH|BASH_SOURCE|BASH_VERSINFO|BASH_VERSION|COLORTERM|COLUMNS|COMP_WORDBREAKS|DBUS_SESSION_BUS_ADDRESS|DEFAULTS_PATH|DESKTOP_SESSION|DIRSTACK|DISPLAY|EUID|GDMSESSION|GDM_LANG|GNOME_KEYRING_CONTROL|GNOME_KEYRING_PID|GPG_AGENT_INFO|GROUPS|HISTCONTROL|HISTFILE|HISTFILESIZE|HISTSIZE|HOME|HOSTNAME|HOSTTYPE|IFS|INSTANCE|JOB|LANG|LANGUAGE|LC_ADDRESS|LC_ALL|LC_IDENTIFICATION|LC_MEASUREMENT|LC_MONETARY|LC_NAME|LC_NUMERIC|LC_PAPER|LC_TELEPHONE|LC_TIME|LESSCLOSE|LESSOPEN|LINES|LOGNAME|LS_COLORS|MACHTYPE|MAILCHECK|MANDATORY_PATH|NO_AT_BRIDGE|OLDPWD|OPTERR|OPTIND|ORBIT_SOCKETDIR|OSTYPE|PAPERSIZE|PATH|PIPESTATUS|PPID|PS1|PS2|PS3|PS4|PWD|RANDOM|REPLY|SECONDS|SELINUX_INIT|SESSION|SESSIONTYPE|SESSION_MANAGER|SHELL|SHELLOPTS|SHLVL|SSH_AUTH_SOCK|TERM|UID|UPSTART_EVENTS|UPSTART_INSTANCE|UPSTART_JOB|UPSTART_SESSION|USER|WINDOWID|XAUTHORITY|XDG_CONFIG_DIRS|XDG_CURRENT_DESKTOP|XDG_DATA_DIRS|XDG_GREETER_DATA_DIR|XDG_MENU_PREFIX|XDG_RUNTIME_DIR|XDG_SEAT|XDG_SEAT_PATH|XDG_SESSION_DESKTOP|XDG_SESSION_ID|XDG_SESSION_PATH|XDG_SESSION_TYPE|XDG_VTNR|XMODIFIERS)\\b",n={pattern:/(^(["']?)\w+\2)[ \t]+\S.*/,lookbehind:!0,alias:"punctuation",inside:null},r={bash:n,environment:{pattern:RegExp("\\$"+t),alias:"constant"},variable:[{pattern:/\$?\(\([\s\S]+?\)\)/,greedy:!0,inside:{variable:[{pattern:/(^\$\(\([\s\S]+)\)\)/,lookbehind:!0},/^\$\(\(/],number:/\b0x[\dA-Fa-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:[Ee]-?\d+)?/,operator:/--|\+\+|\*\*=?|<<=?|>>=?|&&|\|\||[=!+\-*/%<>^&|]=?|[?~:]/,punctuation:/\(\(?|\)\)?|,|;/}},{pattern:/\$\((?:\([^)]+\)|[^()])+\)|`[^`]+`/,greedy:!0,inside:{variable:/^\$\(|^`|\)$|`$/}},{pattern:/\$\{[^}]+\}/,greedy:!0,inside:{operator:/:[-=?+]?|[!\/]|##?|%%?|\^\^?|,,?/,punctuation:/[\[\]]/,environment:{pattern:RegExp("(\\{)"+t),lookbehind:!0,alias:"constant"}}},/\$(?:\w+|[#?*!@$])/],entity:/\\(?:[abceEfnrtv\\"]|O?[0-7]{1,3}|U[0-9a-fA-F]{8}|u[0-9a-fA-F]{4}|x[0-9a-fA-F]{1,2})/};e.languages.bash={shebang:{pattern:/^#!\s*\/.*/,alias:"important"},comment:{pattern:/(^|[^"{\\$])#.*/,lookbehind:!0},"function-name":[{pattern:/(\bfunction\s+)[\w-]+(?=(?:\s*\(?:\s*\))?\s*\{)/,lookbehind:!0,alias:"function"},{pattern:/\b[\w-]+(?=\s*\(\s*\)\s*\{)/,alias:"function"}],"for-or-select":{pattern:/(\b(?:for|select)\s+)\w+(?=\s+in\s)/,alias:"variable",lookbehind:!0},"assign-left":{pattern:/(^|[\s;|&]|[<>]\()\w+(?:\.\w+)*(?=\+?=)/,inside:{environment:{pattern:RegExp("(^|[\\s;|&]|[<>]\\()"+t),lookbehind:!0,alias:"constant"}},alias:"variable",lookbehind:!0},parameter:{pattern:/(^|\s)-{1,2}(?:\w+:[+-]?)?\w+(?:\.\w+)*(?=[=\s]|$)/,alias:"variable",lookbehind:!0},string:[{pattern:/((?:^|[^<])<<-?\s*)(\w+)\s[\s\S]*?(?:\r?\n|\r)\2/,lookbehind:!0,greedy:!0,inside:r},{pattern:/((?:^|[^<])<<-?\s*)(["'])(\w+)\2\s[\s\S]*?(?:\r?\n|\r)\3/,lookbehind:!0,greedy:!0,inside:{bash:n}},{pattern:/(^|[^\\](?:\\\\)*)"(?:\\[\s\S]|\$\([^)]+\)|\$(?!\()|`[^`]+`|[^"\\`$])*"/,lookbehind:!0,greedy:!0,inside:r},{pattern:/(^|[^$\\])'[^']*'/,lookbehind:!0,greedy:!0},{pattern:/\$'(?:[^'\\]|\\[\s\S])*'/,greedy:!0,inside:{entity:r.entity}}],environment:{pattern:RegExp("\\$?"+t),alias:"constant"},variable:r.variable,function:{pattern:/(^|[\s;|&]|[<>]\()(?:add|apropos|apt|apt-cache|apt-get|aptitude|aspell|automysqlbackup|awk|basename|bash|bc|bconsole|bg|bzip2|cal|cargo|cat|cfdisk|chgrp|chkconfig|chmod|chown|chroot|cksum|clear|cmp|column|comm|composer|cp|cron|crontab|csplit|curl|cut|date|dc|dd|ddrescue|debootstrap|df|diff|diff3|dig|dir|dircolors|dirname|dirs|dmesg|docker|docker-compose|du|egrep|eject|env|ethtool|expand|expect|expr|fdformat|fdisk|fg|fgrep|file|find|fmt|fold|format|free|fsck|ftp|fuser|gawk|git|gparted|grep|groupadd|groupdel|groupmod|groups|grub-mkconfig|gzip|halt|head|hg|history|host|hostname|htop|iconv|id|ifconfig|ifdown|ifup|import|install|ip|java|jobs|join|kill|killall|less|link|ln|locate|logname|logrotate|look|lpc|lpr|lprint|lprintd|lprintq|lprm|ls|lsof|lynx|make|man|mc|mdadm|mkconfig|mkdir|mke2fs|mkfifo|mkfs|mkisofs|mknod|mkswap|mmv|more|most|mount|mtools|mtr|mutt|mv|nano|nc|netstat|nice|nl|node|nohup|notify-send|npm|nslookup|op|open|parted|passwd|paste|pathchk|ping|pkill|pnpm|podman|podman-compose|popd|pr|printcap|printenv|ps|pushd|pv|quota|quotacheck|quotactl|ram|rar|rcp|reboot|remsync|rename|renice|rev|rm|rmdir|rpm|rsync|scp|screen|sdiff|sed|sendmail|seq|service|sftp|sh|shellcheck|shuf|shutdown|sleep|slocate|sort|split|ssh|stat|strace|su|sudo|sum|suspend|swapon|sync|sysctl|tac|tail|tar|tee|time|timeout|top|touch|tr|traceroute|tsort|tty|umount|uname|unexpand|uniq|units|unrar|unshar|unzip|update-grub|uptime|useradd|userdel|usermod|users|uudecode|uuencode|v|vcpkg|vdir|vi|vim|virsh|vmstat|wait|watch|wc|wget|whereis|which|who|whoami|write|xargs|xdg-open|yarn|yes|zenity|zip|zsh|zypper)(?=$|[)\s;|&])/,lookbehind:!0},keyword:{pattern:/(^|[\s;|&]|[<>]\()(?:case|do|done|elif|else|esac|fi|for|function|if|in|select|then|until|while)(?=$|[)\s;|&])/,lookbehind:!0},builtin:{pattern:/(^|[\s;|&]|[<>]\()(?:\.|:|alias|bind|break|builtin|caller|cd|command|continue|declare|echo|enable|eval|exec|exit|export|getopts|hash|help|let|local|logout|mapfile|printf|pwd|read|readarray|readonly|return|set|shift|shopt|source|test|times|trap|type|typeset|ulimit|umask|unalias|unset)(?=$|[)\s;|&])/,lookbehind:!0,alias:"class-name"},boolean:{pattern:/(^|[\s;|&]|[<>]\()(?:false|true)(?=$|[)\s;|&])/,lookbehind:!0},"file-descriptor":{pattern:/\B&\d\b/,alias:"important"},operator:{pattern:/\d?<>|>\||\+=|=[=~]?|!=?|<<[<-]?|[&\d]?>>|\d[<>]&?|[<>][&=]?|&[>&]?|\|[&|]?/,inside:{"file-descriptor":{pattern:/^\d/,alias:"important"}}},punctuation:/\$?\(\(?|\)\)?|\.\.|[{}[\];\\]/,number:{pattern:/(^|\s)(?:[1-9]\d*|0)(?:[.,]\d+)?\b/,lookbehind:!0}},n.inside=e.languages.bash;for(var o=["comment","function-name","for-or-select","assign-left","parameter","string","environment","function","keyword","builtin","boolean","file-descriptor","operator","punctuation","number"],i=r.variable[1].inside,s=0;s<o.length;s++)i[o[s]]=e.languages.bash[o[s]];e.languages.sh=e.languages.bash,e.languages.shell=e.languages.bash})(Prism)});var $S=lt(()=>{(function(e){for(var t=/\/\*(?:[^*/]|\*(?!\/)|\/(?!\*)|<self>)*\*\//.source,n=0;n<2;n++)t=t.replace(/<self>/g,function(){return t});t=t.replace(/<self>/g,function(){return/[^\s\S]/.source}),e.languages.rust={comment:[{pattern:RegExp(/(^|[^\\])/.source+t),lookbehind:!0,greedy:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0,greedy:!0}],string:{pattern:/b?"(?:\\[\s\S]|[^\\"])*"|b?r(#*)"(?:[^"]|"(?!\1))*"\1/,greedy:!0},char:{pattern:/b?'(?:\\(?:x[0-7][\da-fA-F]|u\{(?:[\da-fA-F]_*){1,6}\}|.)|[^\\\r\n\t'])'/,greedy:!0},attribute:{pattern:/#!?\[(?:[^\[\]"]|"(?:\\[\s\S]|[^\\"])*")*\]/,greedy:!0,alias:"attr-name",inside:{string:null}},"closure-params":{pattern:/([=(,:]\s*|\bmove\s*)\|[^|]*\||\|[^|]*\|(?=\s*(?:\{|->))/,lookbehind:!0,greedy:!0,inside:{"closure-punctuation":{pattern:/^\||\|$/,alias:"punctuation"},rest:null}},"lifetime-annotation":{pattern:/'\w+/,alias:"symbol"},"fragment-specifier":{pattern:/(\$\w+:)[a-z]+/,lookbehind:!0,alias:"punctuation"},variable:/\$\w+/,"function-definition":{pattern:/(\bfn\s+)\w+/,lookbehind:!0,alias:"function"},"type-definition":{pattern:/(\b(?:enum|struct|trait|type|union)\s+)\w+/,lookbehind:!0,alias:"class-name"},"module-declaration":[{pattern:/(\b(?:crate|mod)\s+)[a-z][a-z_\d]*/,lookbehind:!0,alias:"namespace"},{pattern:/(\b(?:crate|self|super)\s*)::\s*[a-z][a-z_\d]*\b(?:\s*::(?:\s*[a-z][a-z_\d]*\s*::)*)?/,lookbehind:!0,alias:"namespace",inside:{punctuation:/::/}}],keyword:[/\b(?:Self|abstract|as|async|await|become|box|break|const|continue|crate|do|dyn|else|enum|extern|final|fn|for|if|impl|in|let|loop|macro|match|mod|move|mut|override|priv|pub|ref|return|self|static|struct|super|trait|try|type|typeof|union|unsafe|unsized|use|virtual|where|while|yield)\b/,/\b(?:bool|char|f(?:32|64)|[ui](?:8|16|32|64|128|size)|str)\b/],function:/\b[a-z_]\w*(?=\s*(?:::\s*<|\())/,macro:{pattern:/\b\w+!/,alias:"property"},constant:/\b[A-Z_][A-Z_\d]+\b/,"class-name":/\b[A-Z]\w*\b/,namespace:{pattern:/(?:\b[a-z][a-z_\d]*\s*::\s*)*\b[a-z][a-z_\d]*\s*::(?!\s*<)/,inside:{punctuation:/::/}},number:/\b(?:0x[\dA-Fa-f](?:_?[\dA-Fa-f])*|0o[0-7](?:_?[0-7])*|0b[01](?:_?[01])*|(?:(?:\d(?:_?\d)*)?\.)?\d(?:_?\d)*(?:[Ee][+-]?\d+)?)(?:_?(?:f32|f64|[iu](?:8|16|32|64|size)?))?\b/,boolean:/\b(?:false|true)\b/,punctuation:/->|\.\.=|\.{1,3}|::|[{}[\];(),:]/,operator:/[-+*\/%!^]=?|=[=>]?|&[&=]?|\|[|=]?|<<?=?|>>?=?|[@?]/},e.languages.rust["closure-params"].inside.rest=e.languages.rust,e.languages.rust.attribute.inside.string=e.languages.rust.string})(Prism)});var zS=lt(()=>{(function(e){var t=/\\[\r\n](?:\s|\\[\r\n]|#.*(?!.))*(?![\s#]|\\[\r\n])/.source,n=/(?:[ \t]+(?![ \t])(?:<SP_BS>)?|<SP_BS>)/.source.replace(/<SP_BS>/g,function(){return t}),r=/"(?:[^"\\\r\n]|\\(?:\r\n|[\s\S]))*"|'(?:[^'\\\r\n]|\\(?:\r\n|[\s\S]))*'/.source,o=/--[\w-]+=(?:<STR>|(?!["'])(?:[^\s\\]|\\.)+)/.source.replace(/<STR>/g,function(){return r}),i={pattern:RegExp(r),greedy:!0},s={pattern:/(^[ \t]*)#.*/m,lookbehind:!0,greedy:!0};function l(c,d){return c=c.replace(/<OPT>/g,function(){return o}).replace(/<SP>/g,function(){return n}),RegExp(c,d)}e.languages.docker={instruction:{pattern:/(^[ \t]*)(?:ADD|ARG|CMD|COPY|ENTRYPOINT|ENV|EXPOSE|FROM|HEALTHCHECK|LABEL|MAINTAINER|ONBUILD|RUN|SHELL|STOPSIGNAL|USER|VOLUME|WORKDIR)(?=\s)(?:\\.|[^\r\n\\])*(?:\\$(?:\s|#.*$)*(?![\s#])(?:\\.|[^\r\n\\])*)*/im,lookbehind:!0,greedy:!0,inside:{options:{pattern:l(/(^(?:ONBUILD<SP>)?\w+<SP>)<OPT>(?:<SP><OPT>)*/.source,"i"),lookbehind:!0,greedy:!0,inside:{property:{pattern:/(^|\s)--[\w-]+/,lookbehind:!0},string:[i,{pattern:/(=)(?!["'])(?:[^\s\\]|\\.)+/,lookbehind:!0}],operator:/\\$/m,punctuation:/=/}},keyword:[{pattern:l(/(^(?:ONBUILD<SP>)?HEALTHCHECK<SP>(?:<OPT><SP>)*)(?:CMD|NONE)\b/.source,"i"),lookbehind:!0,greedy:!0},{pattern:l(/(^(?:ONBUILD<SP>)?FROM<SP>(?:<OPT><SP>)*(?!--)[^ \t\\]+<SP>)AS/.source,"i"),lookbehind:!0,greedy:!0},{pattern:l(/(^ONBUILD<SP>)\w+/.source,"i"),lookbehind:!0,greedy:!0},{pattern:/^\w+/,greedy:!0}],comment:s,string:i,variable:/\$(?:\w+|\{[^{}"'\\]*\})/,operator:/\\$/m}},comment:s},e.languages.dockerfile=e.languages.docker})(Prism)});var HS=lt(()=>{(function(e){function t(d){return RegExp("(^(?:"+d+"):[ ]*(?![ ]))[^]+","i")}e.languages.http={"request-line":{pattern:/^(?:CONNECT|DELETE|GET|HEAD|OPTIONS|PATCH|POST|PRI|PUT|SEARCH|TRACE)\s(?:https?:\/\/|\/)\S*\sHTTP\/[\d.]+/m,inside:{method:{pattern:/^[A-Z]+\b/,alias:"property"},"request-target":{pattern:/^(\s)(?:https?:\/\/|\/)\S*(?=\s)/,lookbehind:!0,alias:"url",inside:e.languages.uri},"http-version":{pattern:/^(\s)HTTP\/[\d.]+/,lookbehind:!0,alias:"property"}}},"response-status":{pattern:/^HTTP\/[\d.]+ \d+ .+/m,inside:{"http-version":{pattern:/^HTTP\/[\d.]+/,alias:"property"},"status-code":{pattern:/^(\s)\d+(?=\s)/,lookbehind:!0,alias:"number"},"reason-phrase":{pattern:/^(\s).+/,lookbehind:!0,alias:"string"}}},header:{pattern:/^[\w-]+:.+(?:(?:\r\n?|\n)[ \t].+)*/m,inside:{"header-value":[{pattern:t(/Content-Security-Policy/.source),lookbehind:!0,alias:["csp","languages-csp"],inside:e.languages.csp},{pattern:t(/Public-Key-Pins(?:-Report-Only)?/.source),lookbehind:!0,alias:["hpkp","languages-hpkp"],inside:e.languages.hpkp},{pattern:t(/Strict-Transport-Security/.source),lookbehind:!0,alias:["hsts","languages-hsts"],inside:e.languages.hsts},{pattern:t(/[^:]+/.source),lookbehind:!0}],"header-name":{pattern:/^[^:]+/,alias:"keyword"},punctuation:/^:/}}};var n=e.languages,r={"application/javascript":n.javascript,"application/json":n.json||n.javascript,"application/xml":n.xml,"text/xml":n.xml,"text/html":n.html,"text/css":n.css,"text/plain":n.plain},o={"application/json":!0,"application/xml":!0};function i(d){var h=d.replace(/^[a-z]+\//,""),g="\\w+/(?:[\\w.-]+\\+)+"+h+"(?![+\\w.-])";return"(?:"+d+"|"+g+")"}var s;for(var l in r)if(r[l]){s=s||{};var c=o[l]?i(l):l;s[l.replace(/\//g,"-")]={pattern:RegExp("("+/content-type:\s*/.source+c+/(?:(?:\r\n?|\n)[\w-].*)*(?:\r(?:\n|(?!\n))|\n)/.source+")"+/[^ \t\w-][\s\S]*/.source,"i"),lookbehind:!0,inside:r[l]}}s&&e.languages.insertBefore("http","header",s)})(Prism)});var US=lt(()=>{Prism.languages.javascript=Prism.languages.extend("clike",{"class-name":[Prism.languages.clike["class-name"],{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$A-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\.(?:constructor|prototype))/,lookbehind:!0}],keyword:[{pattern:/((?:^|\})\s*)catch\b/,lookbehind:!0},{pattern:/(^|[^.]|\.\.\.\s*)\b(?:as|assert(?=\s*\{)|async(?=\s*(?:function\b|\(|[$\w\xA0-\uFFFF]|$))|await|break|case|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally(?=\s*(?:\{|$))|for|from(?=\s*(?:['"]|$))|function|(?:get|set)(?=\s*(?:[#\[$\w\xA0-\uFFFF]|$))|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)\b/,lookbehind:!0}],function:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*(?:\.\s*(?:apply|bind|call)\s*)?\()/,number:{pattern:RegExp(/(^|[^\w$])/.source+"(?:"+(/NaN|Infinity/.source+"|"+/0[bB][01]+(?:_[01]+)*n?/.source+"|"+/0[oO][0-7]+(?:_[0-7]+)*n?/.source+"|"+/0[xX][\dA-Fa-f]+(?:_[\dA-Fa-f]+)*n?/.source+"|"+/\d+(?:_\d+)*n/.source+"|"+/(?:\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\.\d+(?:_\d+)*)(?:[Ee][+-]?\d+(?:_\d+)*)?/.source)+")"+/(?![\w$])/.source),lookbehind:!0},operator:/--|\+\+|\*\*=?|=>|&&=?|\|\|=?|[!=]==|<<=?|>>>?=?|[-+*/%&|^!=<>]=?|\.{3}|\?\?=?|\?\.?|[~:]/});Prism.languages.javascript["class-name"][0].pattern=/(\b(?:class|extends|implements|instanceof|interface|new)\s+)[\w.\\]+/;Prism.languages.insertBefore("javascript","keyword",{regex:{pattern:RegExp(/((?:^|[^$\w\xA0-\uFFFF."'\])\s]|\b(?:return|yield))\s*)/.source+/\//.source+"(?:"+/(?:\[(?:[^\]\\\r\n]|\\.)*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}/.source+"|"+/(?:\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.)*\])*\])*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}v[dgimyus]{0,7}/.source+")"+/(?=(?:\s|\/\*(?:[^*]|\*(?!\/))*\*\/)*(?:$|[\r\n,.;:})\]]|\/\/))/.source),lookbehind:!0,greedy:!0,inside:{"regex-source":{pattern:/^(\/)[\s\S]+(?=\/[a-z]*$)/,lookbehind:!0,alias:"language-regex",inside:Prism.languages.regex},"regex-delimiter":/^\/|\/$/,"regex-flags":/^[a-z]+$/}},"function-variable":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*[=:]\s*(?:async\s*)?(?:\bfunction\b|(?:\((?:[^()]|\([^()]*\))*\)|(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)\s*=>))/,alias:"function"},parameter:[{pattern:/(function(?:\s+(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)?\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\))/,lookbehind:!0,inside:Prism.languages.javascript},{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*=>)/i,lookbehind:!0,inside:Prism.languages.javascript},{pattern:/(\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*=>)/,lookbehind:!0,inside:Prism.languages.javascript},{pattern:/((?:\b|\s|^)(?!(?:as|async|await|break|case|catch|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)(?![$\w\xA0-\uFFFF]))(?:(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*)\(\s*|\]\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*\{)/,lookbehind:!0,inside:Prism.languages.javascript}],constant:/\b[A-Z](?:[A-Z_]|\dx?)*\b/});Prism.languages.insertBefore("javascript","string",{hashbang:{pattern:/^#!.*/,greedy:!0,alias:"comment"},"template-string":{pattern:/`(?:\\[\s\S]|\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}|(?!\$\{)[^\\`])*`/,greedy:!0,inside:{"template-punctuation":{pattern:/^`|`$/,alias:"string"},interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}/,lookbehind:!0,inside:{"interpolation-punctuation":{pattern:/^\$\{|\}$/,alias:"punctuation"},rest:Prism.languages.javascript}},string:/[\s\S]+/}},"string-property":{pattern:/((?:^|[,{])[ \t]*)(["'])(?:\\(?:\r\n|[\s\S])|(?!\2)[^\\\r\n])*\2(?=\s*:)/m,lookbehind:!0,greedy:!0,alias:"property"}});Prism.languages.insertBefore("javascript","operator",{"literal-property":{pattern:/((?:^|[,{])[ \t]*)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*:)/m,lookbehind:!0,alias:"property"}});Prism.languages.markup&&(Prism.languages.markup.tag.addInlined("script","javascript"),Prism.languages.markup.tag.addAttribute(/on(?:abort|blur|change|click|composition(?:end|start|update)|dblclick|error|focus(?:in|out)?|key(?:down|up)|load|mouse(?:down|enter|leave|move|out|over|up)|reset|resize|scroll|select|slotchange|submit|unload|wheel)/.source,"javascript"));Prism.languages.js=Prism.languages.javascript});var jS=lt(()=>{Prism.languages.json={property:{pattern:/(^|[^\\])"(?:\\.|[^\\"\r\n])*"(?=\s*:)/,lookbehind:!0,greedy:!0},string:{pattern:/(^|[^\\])"(?:\\.|[^\\"\r\n])*"(?!\s*:)/,lookbehind:!0,greedy:!0},comment:{pattern:/\/\/.*|\/\*[\s\S]*?(?:\*\/|$)/,greedy:!0},number:/-?\b\d+(?:\.\d+)?(?:e[+-]?\d+)?\b/i,punctuation:/[{}[\],]/,operator:/:/,boolean:/\b(?:false|true)\b/,null:{pattern:/\bnull\b/,alias:"keyword"}};Prism.languages.webmanifest=Prism.languages.json});var WS=lt(()=>{Prism.languages.markup={comment:{pattern:/<!--(?:(?!<!--)[\s\S])*?-->/,greedy:!0},prolog:{pattern:/<\?[\s\S]+?\?>/,greedy:!0},doctype:{pattern:/<!DOCTYPE(?:[^>"'[\]]|"[^"]*"|'[^']*')+(?:\[(?:[^<"'\]]|"[^"]*"|'[^']*'|<(?!!--)|<!--(?:[^-]|-(?!->))*-->)*\]\s*)?>/i,greedy:!0,inside:{"internal-subset":{pattern:/(^[^\[]*\[)[\s\S]+(?=\]>$)/,lookbehind:!0,greedy:!0,inside:null},string:{pattern:/"[^"]*"|'[^']*'/,greedy:!0},punctuation:/^<!|>$|[[\]]/,"doctype-tag":/^DOCTYPE/i,name:/[^\s<>'"]+/}},cdata:{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,greedy:!0},tag:{pattern:/<\/?(?!\d)[^\s>\/=$<%]+(?:\s(?:\s*[^\s>\/=]+(?:\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))|(?=[\s/>])))+)?\s*\/?>/,greedy:!0,inside:{tag:{pattern:/^<\/?[^\s>\/]+/,inside:{punctuation:/^<\/?/,namespace:/^[^\s>\/:]+:/}},"special-attr":[],"attr-value":{pattern:/=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+)/,inside:{punctuation:[{pattern:/^=/,alias:"attr-equals"},{pattern:/^(\s*)["']|["']$/,lookbehind:!0}]}},punctuation:/\/?>/,"attr-name":{pattern:/[^\s>\/]+/,inside:{namespace:/^[^\s>\/:]+:/}}}},entity:[{pattern:/&[\da-z]{1,8};/i,alias:"named-entity"},/&#x?[\da-f]{1,8};/i]};Prism.languages.markup.tag.inside["attr-value"].inside.entity=Prism.languages.markup.entity;Prism.languages.markup.doctype.inside["internal-subset"].inside=Prism.languages.markup;Prism.hooks.add("wrap",function(e){e.type==="entity"&&(e.attributes.title=e.content.replace(/&amp;/,"&"))});Object.defineProperty(Prism.languages.markup.tag,"addInlined",{value:function(t,n){var r={};r["language-"+n]={pattern:/(^<!\[CDATA\[)[\s\S]+?(?=\]\]>$)/i,lookbehind:!0,inside:Prism.languages[n]},r.cdata=/^<!\[CDATA\[|\]\]>$/i;var o={"included-cdata":{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,inside:r}};o["language-"+n]={pattern:/[\s\S]+/,inside:Prism.languages[n]};var i={};i[t]={pattern:RegExp(/(<__[^>]*>)(?:<!\[CDATA\[(?:[^\]]|\](?!\]>))*\]\]>|(?!<!\[CDATA\[)[\s\S])*?(?=<\/__>)/.source.replace(/__/g,function(){return t}),"i"),lookbehind:!0,greedy:!0,inside:o},Prism.languages.insertBefore("markup","cdata",i)}});Object.defineProperty(Prism.languages.markup.tag,"addAttribute",{value:function(e,t){Prism.languages.markup.tag.inside["special-attr"].push({pattern:RegExp(/(^|["'\s])/.source+"(?:"+e+")"+/\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))/.source,"i"),lookbehind:!0,inside:{"attr-name":/^[^\s=]+/,"attr-value":{pattern:/=[\s\S]+/,inside:{value:{pattern:/(^=\s*(["']|(?!["'])))\S[\s\S]*(?=\2$)/,lookbehind:!0,alias:[t,"language-"+t],inside:Prism.languages[t]},punctuation:[{pattern:/^=/,alias:"attr-equals"},/"|'/]}}}})}});Prism.languages.html=Prism.languages.markup;Prism.languages.mathml=Prism.languages.markup;Prism.languages.svg=Prism.languages.markup;Prism.languages.xml=Prism.languages.extend("markup",{});Prism.languages.ssml=Prism.languages.xml;Prism.languages.atom=Prism.languages.xml;Prism.languages.rss=Prism.languages.xml});var VS=lt(()=>{(function(e){e.languages.typescript=e.languages.extend("javascript",{"class-name":{pattern:/(\b(?:class|extends|implements|instanceof|interface|new|type)\s+)(?!keyof\b)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?:\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>)?/,lookbehind:!0,greedy:!0,inside:null},builtin:/\b(?:Array|Function|Promise|any|boolean|console|never|number|string|symbol|unknown)\b/}),e.languages.typescript.keyword.push(/\b(?:abstract|declare|is|keyof|readonly|require)\b/,/\b(?:asserts|infer|interface|module|namespace|type)\b(?=\s*(?:[{_$a-zA-Z\xA0-\uFFFF]|$))/,/\btype\b(?=\s*(?:[\{*]|$))/),delete e.languages.typescript.parameter,delete e.languages.typescript["literal-property"];var t=e.languages.extend("typescript",{});delete t["class-name"],e.languages.typescript["class-name"].inside=t,e.languages.insertBefore("typescript","function",{decorator:{pattern:/@[$\w\xA0-\uFFFF]+/,inside:{at:{pattern:/^@/,alias:"operator"},function:/^[\s\S]+/}},"generic-function":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>(?=\s*\()/,greedy:!0,inside:{function:/^#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*/,generic:{pattern:/<[\s\S]+/,alias:"class-name",inside:t}}}}),e.languages.ts=e.languages.typescript})(Prism)});var GS=lt(()=>{(function(e){function t(i,s){e.languages[i]&&e.languages.insertBefore(i,"comment",{"doc-comment":s})}var n=e.languages.markup.tag,r={pattern:/\/\/\/.*/,greedy:!0,alias:"comment",inside:{tag:n}},o={pattern:/'''.*/,greedy:!0,alias:"comment",inside:{tag:n}};t("csharp",r),t("fsharp",r),t("vbnet",o)})(Prism)});var YS=lt(()=>{(function(e){var t=/[*&][^\s[\]{},]+/,n=/!(?:<[\w\-%#;/?:@&=+$,.!~*'()[\]]+>|(?:[a-zA-Z\d-]*!)?[\w\-%#;/?:@&=+$.~*'()]+)?/,r="(?:"+n.source+"(?:[ ]+"+t.source+")?|"+t.source+"(?:[ ]+"+n.source+")?)",o=/(?:[^\s\x00-\x08\x0e-\x1f!"#%&'*,\-:>?@[\]`{|}\x7f-\x84\x86-\x9f\ud800-\udfff\ufffe\uffff]|[?:-]<PLAIN>)(?:[ \t]*(?:(?![#:])<PLAIN>|:<PLAIN>))*/.source.replace(/<PLAIN>/g,function(){return/[^\s\x00-\x08\x0e-\x1f,[\]{}\x7f-\x84\x86-\x9f\ud800-\udfff\ufffe\uffff]/.source}),i=/"(?:[^"\\\r\n]|\\.)*"|'(?:[^'\\\r\n]|\\.)*'/.source;function s(l,c){c=(c||"").replace(/m/g,"")+"m";var d=/([:\-,[{]\s*(?:\s<<prop>>[ \t]+)?)(?:<<value>>)(?=[ \t]*(?:$|,|\]|\}|(?:[\r\n]\s*)?#))/.source.replace(/<<prop>>/g,function(){return r}).replace(/<<value>>/g,function(){return l});return RegExp(d,c)}e.languages.yaml={scalar:{pattern:RegExp(/([\-:]\s*(?:\s<<prop>>[ \t]+)?[|>])[ \t]*(?:((?:\r?\n|\r)[ \t]+)\S[^\r\n]*(?:\2[^\r\n]+)*)/.source.replace(/<<prop>>/g,function(){return r})),lookbehind:!0,alias:"string"},comment:/#.*/,key:{pattern:RegExp(/((?:^|[:\-,[{\r\n?])[ \t]*(?:<<prop>>[ \t]+)?)<<key>>(?=\s*:\s)/.source.replace(/<<prop>>/g,function(){return r}).replace(/<<key>>/g,function(){return"(?:"+o+"|"+i+")"})),lookbehind:!0,greedy:!0,alias:"atrule"},directive:{pattern:/(^[ \t]*)%.+/m,lookbehind:!0,alias:"important"},datetime:{pattern:s(/\d{4}-\d\d?-\d\d?(?:[tT]|[ \t]+)\d\d?:\d{2}:\d{2}(?:\.\d*)?(?:[ \t]*(?:Z|[-+]\d\d?(?::\d{2})?))?|\d{4}-\d{2}-\d{2}|\d\d?:\d{2}(?::\d{2}(?:\.\d*)?)?/.source),lookbehind:!0,alias:"number"},boolean:{pattern:s(/false|true/.source,"i"),lookbehind:!0,alias:"important"},null:{pattern:s(/null|~/.source,"i"),lookbehind:!0,alias:"important"},string:{pattern:s(i),lookbehind:!0,greedy:!0},number:{pattern:s(/[+-]?(?:0x[\da-f]+|0o[0-7]+|(?:\d+(?:\.\d*)?|\.\d+)(?:e[+-]?\d+)?|\.inf|\.nan)/.source,"i"),lookbehind:!0},tag:n,important:t,punctuation:/---|[:[\]{}\-,|>?]|\.\.\./},e.languages.yml=e.languages.yaml})(Prism)});var hQ={};var qS=LM(()=>{"use strict";Prism.languages.python={comment:{pattern:/(^|[^\\])#.*/,lookbehind:!0,greedy:!0},"string-interpolation":{pattern:/(?:f|fr|rf)(?:("""|''')[\s\S]*?\1|("|')(?:\\.|(?!\2)[^\\\r\n])*\2)/i,greedy:!0,inside:{interpolation:{pattern:/((?:^|[^{])(?:\{\{)*)\{(?!\{)(?:[^{}]|\{(?!\{)(?:[^{}]|\{(?!\{)(?:[^{}])+\})+\})+\}/,lookbehind:!0,inside:{"format-spec":{pattern:/(:)[^:(){}]+(?=\}$)/,lookbehind:!0},"conversion-option":{pattern:/![sra](?=[:}]$)/,alias:"punctuation"},rest:null}},string:/[\s\S]+/}},"string-property":{pattern:/((?:^|[,{])[ \t]*)(["'])(?:\\(?:\r\n|[\s\S])|(?!\2)[^\\\r\n])*\2(?=\s*:)/m,lookbehind:!0,greedy:!0,alias:"property"},"triple-quoted-string":{pattern:/(?:[rub]|br|rb)?("""|''')[\s\S]*?\1/i,greedy:!0,alias:"string"},string:{pattern:/(?:[rub]|br|rb)?("|')(?:\\.|(?!\1)[^\\\r\n])*\1/i,greedy:!0},function:{pattern:/((?:^|\s)def[ \t]+)[a-zA-Z_]\w*(?=\s*\()/g,lookbehind:!0},"class-name":{pattern:/(\bclass\s+)\w+/i,lookbehind:!0},decorator:{pattern:/(^[\t ]*)@\w+(?:\.\w+)*/m,lookbehind:!0,alias:["annotation","punctuation"],inside:{punctuation:/\./}},keyword:/\b(?:_(?=\s*:)|and|as|assert|async|await|break|case|class|continue|def|del|elif|else|except|exec|finally|for|from|global|if|import|in|is|lambda|match|nonlocal|not|or|pass|print|raise|return|try|while|with|yield)\b/,builtin:/\b(?:__import__|abs|all|any|apply|ascii|basestring|bin|bool|buffer|bytearray|bytes|callable|chr|classmethod|cmp|coerce|compile|complex|delattr|dict|dir|divmod|enumerate|eval|execfile|file|filter|float|format|frozenset|getattr|globals|hasattr|hash|help|hex|id|input|int|intern|isinstance|issubclass|iter|len|list|locals|long|map|max|memoryview|min|next|object|oct|open|ord|pow|property|range|raw_input|reduce|reload|repr|reversed|round|set|setattr|slice|sorted|staticmethod|str|sum|super|tuple|type|unichr|unicode|vars|xrange|zip)\b/,boolean:/\b(?:False|None|True)\b/,number:/\b0(?:b(?:_?[01])+|o(?:_?[0-7])+|x(?:_?[a-f0-9])+)\b|(?:\b\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\B\.\d+(?:_\d+)*)(?:e[+-]?\d+(?:_\d+)*)?j?(?!\w)/i,operator:/[-+%=]=?|!=|:=|\*\*?=?|\/\/?=?|<[<=>]?|>[=>]?|[&|^~]/,punctuation:/[{}[\];(),.:]/};Prism.languages.python["string-interpolation"].inside.interpolation.inside.rest=Prism.languages.python;Prism.languages.py=Prism.languages.python});var F7=lt((A6,_6)=>{(function(e,t){typeof dx=="function"&&typeof A6=="object"&&typeof _6=="object"?_6.exports=t():typeof define=="function"&&define.amd?define(function(){return t()}):e.pluralize=t()})(A6,function(){var e=[],t=[],n={},r={},o={};function i(y){return typeof y=="string"?new RegExp("^"+y+"$","i"):y}function s(y,D){return y===D?D:y===y.toLowerCase()?D.toLowerCase():y===y.toUpperCase()?D.toUpperCase():y[0]===y[0].toUpperCase()?D.charAt(0).toUpperCase()+D.substr(1).toLowerCase():D.toLowerCase()}function l(y,D){return y.replace(/\$(\d{1,2})/g,function(w,A){return D[A]||""})}function c(y,D){return y.replace(D[0],function(w,A){var x=l(D[1],arguments);return s(w===""?y[A-1]:w,x)})}function d(y,D,w){if(!y.length||n.hasOwnProperty(y))return D;for(var A=w.length;A--;){var x=w[A];if(x[0].test(D))return c(D,x)}return D}function h(y,D,w){return function(A){var x=A.toLowerCase();return D.hasOwnProperty(x)?s(A,x):y.hasOwnProperty(x)?s(A,y[x]):d(x,A,w)}}function g(y,D,w,A){return function(x){var v=x.toLowerCase();return D.hasOwnProperty(v)?!0:y.hasOwnProperty(v)?!1:d(v,v,w)===v}}function E(y,D,w){var A=D===1?E.singular(y):E.plural(y);return(w?D+" ":"")+A}return E.plural=h(o,r,e),E.isPlural=g(o,r,e),E.singular=h(r,o,t),E.isSingular=g(r,o,t),E.addPluralRule=function(y,D){e.push([i(y),D])},E.addSingularRule=function(y,D){t.push([i(y),D])},E.addUncountableRule=function(y){if(typeof y=="string"){n[y.toLowerCase()]=!0;return}E.addPluralRule(y,"$0"),E.addSingularRule(y,"$0")},E.addIrregularRule=function(y,D){D=D.toLowerCase(),y=y.toLowerCase(),o[y]=D,r[D]=y},[["I","we"],["me","us"],["he","they"],["she","they"],["them","them"],["myself","ourselves"],["yourself","yourselves"],["itself","themselves"],["herself","themselves"],["himself","themselves"],["themself","themselves"],["is","are"],["was","were"],["has","have"],["this","these"],["that","those"],["echo","echoes"],["dingo","dingoes"],["volcano","volcanoes"],["tornado","tornadoes"],["torpedo","torpedoes"],["genus","genera"],["viscus","viscera"],["stigma","stigmata"],["stoma","stomata"],["dogma","dogmata"],["lemma","lemmata"],["schema","schemata"],["anathema","anathemata"],["ox","oxen"],["axe","axes"],["die","dice"],["yes","yeses"],["foot","feet"],["eave","eaves"],["goose","geese"],["tooth","teeth"],["quiz","quizzes"],["human","humans"],["proof","proofs"],["carve","carves"],["valve","valves"],["looey","looies"],["thief","thieves"],["groove","grooves"],["pickaxe","pickaxes"],["passerby","passersby"]].forEach(function(y){return E.addIrregularRule(y[0],y[1])}),[[/s?$/i,"s"],[/[^\u0000-\u007F]$/i,"$0"],[/([^aeiou]ese)$/i,"$1"],[/(ax|test)is$/i,"$1es"],[/(alias|[^aou]us|t[lm]as|gas|ris)$/i,"$1es"],[/(e[mn]u)s?$/i,"$1s"],[/([^l]ias|[aeiou]las|[ejzr]as|[iu]am)$/i,"$1"],[/(alumn|syllab|vir|radi|nucle|fung|cact|stimul|termin|bacill|foc|uter|loc|strat)(?:us|i)$/i,"$1i"],[/(alumn|alg|vertebr)(?:a|ae)$/i,"$1ae"],[/(seraph|cherub)(?:im)?$/i,"$1im"],[/(her|at|gr)o$/i,"$1oes"],[/(agend|addend|millenni|dat|extrem|bacteri|desiderat|strat|candelabr|errat|ov|symposi|curricul|automat|quor)(?:a|um)$/i,"$1a"],[/(apheli|hyperbat|periheli|asyndet|noumen|phenomen|criteri|organ|prolegomen|hedr|automat)(?:a|on)$/i,"$1a"],[/sis$/i,"ses"],[/(?:(kni|wi|li)fe|(ar|l|ea|eo|oa|hoo)f)$/i,"$1$2ves"],[/([^aeiouy]|qu)y$/i,"$1ies"],[/([^ch][ieo][ln])ey$/i,"$1ies"],[/(x|ch|ss|sh|zz)$/i,"$1es"],[/(matr|cod|mur|sil|vert|ind|append)(?:ix|ex)$/i,"$1ices"],[/\b((?:tit)?m|l)(?:ice|ouse)$/i,"$1ice"],[/(pe)(?:rson|ople)$/i,"$1ople"],[/(child)(?:ren)?$/i,"$1ren"],[/eaux$/i,"$0"],[/m[ae]n$/i,"men"],["thou","you"]].forEach(function(y){return E.addPluralRule(y[0],y[1])}),[[/s$/i,""],[/(ss)$/i,"$1"],[/(wi|kni|(?:after|half|high|low|mid|non|night|[^\w]|^)li)ves$/i,"$1fe"],[/(ar|(?:wo|[ae])l|[eo][ao])ves$/i,"$1f"],[/ies$/i,"y"],[/\b([pl]|zomb|(?:neck|cross)?t|coll|faer|food|gen|goon|group|lass|talk|goal|cut)ies$/i,"$1ie"],[/\b(mon|smil)ies$/i,"$1ey"],[/\b((?:tit)?m|l)ice$/i,"$1ouse"],[/(seraph|cherub)im$/i,"$1"],[/(x|ch|ss|sh|zz|tto|go|cho|alias|[^aou]us|t[lm]as|gas|(?:her|at|gr)o|[aeiou]ris)(?:es)?$/i,"$1"],[/(analy|diagno|parenthe|progno|synop|the|empha|cri|ne)(?:sis|ses)$/i,"$1sis"],[/(movie|twelve|abuse|e[mn]u)s$/i,"$1"],[/(test)(?:is|es)$/i,"$1is"],[/(alumn|syllab|vir|radi|nucle|fung|cact|stimul|termin|bacill|foc|uter|loc|strat)(?:us|i)$/i,"$1us"],[/(agend|addend|millenni|dat|extrem|bacteri|desiderat|strat|candelabr|errat|ov|symposi|curricul|quor)a$/i,"$1um"],[/(apheli|hyperbat|periheli|asyndet|noumen|phenomen|criteri|organ|prolegomen|hedr|automat)a$/i,"$1on"],[/(alumn|alg|vertebr)ae$/i,"$1a"],[/(cod|mur|sil|vert|ind)ices$/i,"$1ex"],[/(matr|append)ices$/i,"$1ix"],[/(pe)(rson|ople)$/i,"$1rson"],[/(child)ren$/i,"$1"],[/(eau)x?$/i,"$1"],[/men$/i,"man"]].forEach(function(y){return E.addSingularRule(y[0],y[1])}),["adulthood","advice","agenda","aid","aircraft","alcohol","ammo","analytics","anime","athletics","audio","bison","blood","bream","buffalo","butter","carp","cash","chassis","chess","clothing","cod","commerce","cooperation","corps","debris","diabetes","digestion","elk","energy","equipment","excretion","expertise","firmware","flounder","fun","gallows","garbage","graffiti","hardware","headquarters","health","herpes","highjinks","homework","housework","information","jeans","justice","kudos","labour","literature","machinery","mackerel","mail","media","mews","moose","music","mud","manga","news","only","personnel","pike","plankton","pliers","police","pollution","premises","rain","research","rice","salmon","scissors","series","sewage","shambles","shrimp","software","species","staff","swine","tennis","traffic","transportation","trout","tuna","wealth","welfare","whiting","wildebeest","wildlife","you",/pok[eé]mon$/i,/[^aeiou]ese$/i,/deer$/i,/fish$/i,/measles$/i,/o[iu]s$/i,/pox$/i,/sheep$/i].forEach(E.addUncountableRule),E})});var q7=lt(R6=>{"use strict";var Y7=R0();R6.createRoot=Y7.createRoot,R6.hydrateRoot=Y7.hydrateRoot;var jEe});var Cx=G(_e(),1);var O1="openai:set_globals";function Nf(e){return(0,Cx.useSyncExternalStore)(t=>{if(typeof window>"u")return()=>{};let n=r=>{r.detail.globals[e]!==void 0&&t()};return window.addEventListener(O1,n,{passive:!0}),()=>{window.removeEventListener(O1,n)}},()=>window.openai?.[e]??null,()=>window.openai?.[e]??null)}function Tx(e){let t=Nf("toolOutput"),n=typeof e=="function"?e():e??null;return t??n}var La=G(_e(),1);var on=function(){return on=Object.assign||function(t){for(var n,r=1,o=arguments.length;r<o;r++){n=arguments[r];for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(t[i]=n[i])}return t},on.apply(this,arguments)};function Zs(e,t,n){if(n||arguments.length===2)for(var r=0,o=t.length,i;r<o;r++)(i||!(r in t))&&(i||(i=Array.prototype.slice.call(t,0,r)),i[r]=t[r]);return e.concat(i||Array.prototype.slice.call(t))}var vt=G(_e());var dt="-ms-",Va="-moz-",Ze="-webkit-",Of="comm",ji="rule",Js="decl";var Ax="@import";var _x="@namespace",Mf="@keyframes";var Sx="@layer";var M1=Math.abs,Ml=String.fromCharCode,Pl=Object.assign;function Ix(e,t){return Tt(e,0)^45?(((t<<2^Tt(e,0))<<2^Tt(e,1))<<2^Tt(e,2))<<2^Tt(e,3):0}function Pf(e){return e.trim()}function ro(e,t){return(e=t.exec(e))?e[0]:e}function Me(e,t,n){return e.replace(t,n)}function eu(e,t,n){return e.indexOf(t,n)}function Tt(e,t){return e.charCodeAt(t)|0}function oo(e,t,n){return e.slice(t,n)}function kn(e){return e.length}function Bf(e){return e.length}function Ga(e,t){return t.push(e),e}function Fx(e,t){return e.map(t).join("")}function P1(e,t){return e.filter(function(n){return!ro(n,t)})}var $f=1,tu=1,Lx=0,Mr=0,Ut=0,ru="";function Bl(e,t,n,r,o,i,s,l){return{value:e,root:t,parent:n,type:r,props:o,children:i,line:$f,column:tu,length:s,return:"",siblings:l}}function ii(e,t){return Pl(Bl("",null,null,"",null,null,0,e.siblings),e,{length:-e.length},t)}function Ya(e){for(;e.root;)e=ii(e.root,{children:[e]});Ga(e,e.siblings)}function Rx(){return Ut}function Nx(){return Ut=Mr>0?Tt(ru,--Mr):0,tu--,Ut===10&&(tu=1,$f--),Ut}function Pr(){return Ut=Mr<Lx?Tt(ru,Mr++):0,tu++,Ut===10&&(tu=1,$f++),Ut}function ai(){return Tt(ru,Mr)}function $l(){return Mr}function zf(e,t){return oo(ru,e,t)}function nu(e){switch(e){case 0:case 9:case 10:case 13:case 32:return 5;case 33:case 43:case 44:case 47:case 62:case 64:case 126:case 59:case 123:case 125:return 4;case 58:return 3;case 34:case 39:case 40:case 91:return 2;case 41:case 93:return 1}return 0}function Ox(e){return $f=tu=1,Lx=kn(ru=e),Mr=0,[]}function Mx(e){return ru="",e}function Hf(e){return Pf(zf(Mr-1,B1(e===91?e+2:e===40?e+1:e)))}function Px(e){for(;(Ut=ai())&&Ut<33;)Pr();return nu(e)>2||nu(Ut)>3?"":" "}function Bx(e,t){for(;--t&&Pr()&&!(Ut<48||Ut>102||Ut>57&&Ut<65||Ut>70&&Ut<97););return zf(e,$l()+(t<6&&ai()==32&&Pr()==32))}function B1(e){for(;Pr();)switch(Ut){case e:return Mr;case 34:case 39:e!==34&&e!==39&&B1(Ut);break;case 40:e===41&&B1(e);break;case 92:Pr();break}return Mr}function $x(e,t){for(;Pr()&&e+Ut!==57;)if(e+Ut===84&&ai()===47)break;return"/*"+zf(t,Mr-1)+"*"+Ml(e===47?e:Pr())}function zx(e){for(;!nu(ai());)Pr();return zf(e,Mr)}function jx(e){return Mx(Uf("",null,null,null,[""],e=Ox(e),0,[0],e))}function Uf(e,t,n,r,o,i,s,l,c){for(var d=0,h=0,g=s,E=0,y=0,D=0,w=1,A=1,x=1,v=0,k="",L=o,B=i,I=r,z=k;A;)switch(D=v,v=Pr()){case 40:if(D!=108&&Tt(z,g-1)==58){eu(z+=Me(Hf(v),"&","&\f"),"&\f",M1(d?l[d-1]:0))!=-1&&(x=-1);break}case 34:case 39:case 91:z+=Hf(v);break;case 9:case 10:case 13:case 32:z+=Px(D);break;case 92:z+=Bx($l()-1,7);continue;case 47:switch(ai()){case 42:case 47:Ga(XM($x(Pr(),$l()),t,n,c),c),(nu(D||1)==5||nu(ai()||1)==5)&&kn(z)&&oo(z,-1,void 0)!==" "&&(z+=" ");break;default:z+="/"}break;case 123*w:l[d++]=kn(z)*x;case 125*w:case 59:case 0:switch(v){case 0:case 125:A=0;case 59+h:x==-1&&(z=Me(z,/\f/g,"")),y>0&&(kn(z)-g||w===0&&D===47)&&Ga(y>32?Ux(z+";",r,n,g-1,c):Ux(Me(z," ","")+";",r,n,g-2,c),c);break;case 59:z+=";";default:if(Ga(I=Hx(z,t,n,d,h,o,l,k,L=[],B=[],g,i),i),v===123)if(h===0)Uf(z,t,I,I,L,i,g,l,B);else{switch(E){case 99:if(Tt(z,3)===110)break;case 108:if(Tt(z,2)===97)break;default:h=0;case 100:case 109:case 115:}h?Uf(e,I,I,r&&Ga(Hx(e,I,I,0,0,o,l,k,o,L=[],g,B),B),o,B,g,l,r?L:B):Uf(z,I,I,I,[""],B,0,l,B)}}d=h=y=0,w=x=1,k=z="",g=s;break;case 58:g=1+kn(z),y=D;default:if(w<1){if(v==123)--w;else if(v==125&&w++==0&&Nx()==125)continue}switch(z+=Ml(v),v*w){case 38:x=h>0?1:(z+="\f",-1);break;case 44:l[d++]=(kn(z)-1)*x,x=1;break;case 64:ai()===45&&(z+=Hf(Pr())),E=ai(),h=g=kn(k=z+=zx($l())),v++;break;case 45:D===45&&kn(z)==2&&(w=0)}}return i}function Hx(e,t,n,r,o,i,s,l,c,d,h,g){for(var E=o-1,y=o===0?i:[""],D=Bf(y),w=0,A=0,x=0;w<r;++w)for(var v=0,k=oo(e,E+1,E=M1(A=s[w])),L=e;v<D;++v)(L=Pf(A>0?y[v]+" "+k:Me(k,/&\f/g,y[v])))&&(c[x++]=L);return Bl(e,t,n,o===0?ji:l,c,d,h,g)}function XM(e,t,n,r){return Bl(e,t,n,Of,Ml(Rx()),oo(e,2,-2),0,r)}function Ux(e,t,n,r,o){return Bl(e,t,n,Js,oo(e,0,r),oo(e,r+1,-1),r,o)}function $1(e,t,n){switch(Ix(e,t)){case 5103:return Ze+"print-"+e+e;case 5737:case 4201:case 3177:case 3433:case 1641:case 4457:case 2921:case 5572:case 6356:case 5844:case 3191:case 6645:case 3005:case 4215:case 6389:case 5109:case 5365:case 5621:case 3829:case 6391:case 5879:case 5623:case 6135:case 4599:return Ze+e+e;case 4855:return Ze+e.replace("add","source-over").replace("substract","source-out").replace("intersect","source-in").replace("exclude","xor")+e;case 4789:return Va+e+e;case 5349:case 4246:case 4810:case 6968:case 2756:return Ze+e+Va+e+dt+e+e;case 5936:switch(Tt(e,t+11)){case 114:return Ze+e+dt+Me(e,/[svh]\w+-[tblr]{2}/,"tb")+e;case 108:return Ze+e+dt+Me(e,/[svh]\w+-[tblr]{2}/,"tb-rl")+e;case 45:return Ze+e+dt+Me(e,/[svh]\w+-[tblr]{2}/,"lr")+e}case 6828:case 4268:case 2903:return Ze+e+dt+e+e;case 6165:return Ze+e+dt+"flex-"+e+e;case 5187:return Ze+e+Me(e,/(\w+).+(:[^]+)/,Ze+"box-$1$2"+dt+"flex-$1$2")+e;case 5443:return Ze+e+dt+"flex-item-"+Me(e,/flex-|-self/g,"")+(ro(e,/flex-|baseline/)?"":dt+"grid-row-"+Me(e,/flex-|-self/g,""))+e;case 4675:return Ze+e+dt+"flex-line-pack"+Me(e,/align-content|flex-|-self/g,"")+e;case 5548:return Ze+e+dt+Me(e,"shrink","negative")+e;case 5292:return Ze+e+dt+Me(e,"basis","preferred-size")+e;case 6060:return Ze+"box-"+Me(e,"-grow","")+Ze+e+dt+Me(e,"grow","positive")+e;case 4554:return Ze+Me(e,/([^-])(transform)/g,"$1"+Ze+"$2")+e;case 6187:return Me(Me(Me(e,/(zoom-|grab)/,Ze+"$1"),/(image-set)/,Ze+"$1"),e,"")+e;case 5495:case 3959:return Me(e,/(image-set\([^]*)/,Ze+"$1$`$1");case 4968:return Me(Me(e,/(.+:)(flex-)?(.*)/,Ze+"box-pack:$3"+dt+"flex-pack:$3"),/space-between/,"justify")+Ze+e+e;case 4200:if(!ro(e,/flex-|baseline/))return dt+"grid-column-align"+oo(e,t)+e;break;case 2592:case 3360:return dt+Me(e,"template-","")+e;case 4384:case 3616:return n&&n.some(function(r,o){return t=o,ro(r.props,/grid-\w+-end/)})?~eu(e+(n=n[t].value),"span",0)?e:dt+Me(e,"-start","")+e+dt+"grid-row-span:"+(~eu(n,"span",0)?ro(n,/\d+/):+ro(n,/\d+/)-+ro(e,/\d+/))+";":dt+Me(e,"-start","")+e;case 4896:case 4128:return n&&n.some(function(r){return ro(r.props,/grid-\w+-start/)})?e:dt+Me(Me(e,"-end","-span"),"span ","")+e;case 4095:case 3583:case 4068:case 2532:return Me(e,/(.+)-inline(.+)/,Ze+"$1$2")+e;case 8116:case 7059:case 5753:case 5535:case 5445:case 5701:case 4933:case 4677:case 5533:case 5789:case 5021:case 4765:if(kn(e)-1-t>6)switch(Tt(e,t+1)){case 109:if(Tt(e,t+4)!==45)break;case 102:return Me(e,/(.+:)(.+)-([^]+)/,"$1"+Ze+"$2-$3$1"+Va+(Tt(e,t+3)==108?"$3":"$2-$3"))+e;case 115:return~eu(e,"stretch",0)?$1(Me(e,"stretch","fill-available"),t,n)+e:e}break;case 5152:case 5920:return Me(e,/(.+?):(\d+)(\s*\/\s*(span)?\s*(\d+))?(.*)/,function(r,o,i,s,l,c,d){return dt+o+":"+i+d+(s?dt+o+"-span:"+(l?c:+c-+i)+d:"")+e});case 4949:if(Tt(e,t+6)===121)return Me(e,":",":"+Ze)+e;break;case 6444:switch(Tt(e,Tt(e,14)===45?18:11)){case 120:return Me(e,/(.+:)([^;\s!]+)(;|(\s+)?!.+)?/,"$1"+Ze+(Tt(e,14)===45?"inline-":"")+"box$3$1"+Ze+"$2$3$1"+dt+"$2box$3")+e;case 100:return Me(e,":",":"+dt)+e}break;case 5719:case 2647:case 2135:case 3927:case 2391:return Me(e,"scroll-","scroll-snap-")+e}return e}function ou(e,t){for(var n="",r=0;r<e.length;r++)n+=t(e[r],r,e,t)||"";return n}function Wx(e,t,n,r){switch(e.type){case Sx:if(e.children.length)break;case Ax:case _x:case Js:return e.return=e.return||e.value;case Of:return"";case Mf:return e.return=e.value+"{"+ou(e.children,r)+"}";case ji:if(!kn(e.value=e.props.join(",")))return""}return kn(n=ou(e.children,r))?e.return=e.value+"{"+n+"}":""}function Vx(e){var t=Bf(e);return function(n,r,o,i){for(var s="",l=0;l<t;l++)s+=e[l](n,r,o,i)||"";return s}}function Gx(e){return function(t){t.root||(t=t.return)&&e(t)}}function Yx(e,t,n,r){if(e.length>-1&&!e.return)switch(e.type){case Js:e.return=$1(e.value,e.length,n);return;case Mf:return ou([ii(e,{value:Me(e.value,"@","@"+Ze)})],r);case ji:if(e.length)return Fx(n=e.props,function(o){switch(ro(o,r=/(::plac\w+|:read-\w+)/)){case":read-only":case":read-write":Ya(ii(e,{props:[Me(o,/:(read-\w+)/,":"+Va+"$1")]})),Ya(ii(e,{props:[o]})),Pl(e,{props:P1(n,r)});break;case"::placeholder":Ya(ii(e,{props:[Me(o,/:(plac\w+)/,":"+Ze+"input-$1")]})),Ya(ii(e,{props:[Me(o,/:(plac\w+)/,":"+Va+"$1")]})),Ya(ii(e,{props:[Me(o,/:(plac\w+)/,dt+"input-$1")]})),Ya(ii(e,{props:[o]})),Pl(e,{props:P1(n,r)});break}return""})}}var qx={animationIterationCount:1,aspectRatio:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,scale:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1};var si=typeof process<"u"&&process.env!==void 0&&(process.env.REACT_APP_SC_ATTR||process.env.SC_ATTR)||"data-styled",av="active",Vf="data-styled-version",su="6.3.8",K1=`/*!sc*/
29
+ `,Gf=typeof window<"u"&&typeof document<"u",Vi=vt.default.createContext===void 0,KM=!!(typeof SC_DISABLE_SPEEDY=="boolean"?SC_DISABLE_SPEEDY:typeof process<"u"&&process.env!==void 0&&process.env.REACT_APP_SC_DISABLE_SPEEDY!==void 0&&process.env.REACT_APP_SC_DISABLE_SPEEDY!==""?process.env.REACT_APP_SC_DISABLE_SPEEDY!=="false"&&process.env.REACT_APP_SC_DISABLE_SPEEDY:typeof process<"u"&&process.env!==void 0&&process.env.SC_DISABLE_SPEEDY!==void 0&&process.env.SC_DISABLE_SPEEDY!==""&&process.env.SC_DISABLE_SPEEDY!=="false"&&process.env.SC_DISABLE_SPEEDY);var Xf=Object.freeze([]),uu=Object.freeze({});function QM(e,t,n){return n===void 0&&(n=uu),e.theme!==n.theme&&e.theme||t||n.theme}var sv=new Set(["a","abbr","address","area","article","aside","audio","b","bdi","bdo","blockquote","body","button","br","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","label","legend","li","main","map","mark","menu","meter","nav","object","ol","optgroup","option","output","p","picture","pre","progress","q","rp","rt","ruby","s","samp","search","section","select","slot","small","span","strong","sub","summary","sup","table","tbody","td","template","textarea","tfoot","th","thead","time","tr","u","ul","var","video","wbr","circle","clipPath","defs","ellipse","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","filter","foreignObject","g","image","line","linearGradient","marker","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","switch","symbol","text","textPath","tspan","use"]),ZM=/[!"#$%&'()*+,./:;<=>?@[\\\]^`{|}~-]+/g,JM=/(^-|-$)/g;function Xx(e){return e.replace(ZM,"-").replace(JM,"")}var eP=/(a)(d)/gi,Kx=function(e){return String.fromCharCode(e+(e>25?39:97))};function j1(e){var t,n="";for(t=Math.abs(e);t>52;t=t/52|0)n=Kx(t%52)+n;return(Kx(t%52)+n).replace(eP,"$1-$2")}var z1,iu=function(e,t){for(var n=t.length;n;)e=33*e^t.charCodeAt(--n);return e},uv=function(e){return iu(5381,e)};function lv(e){return j1(uv(e)>>>0)}function tP(e){return e.displayName||e.name||"Component"}function H1(e){return typeof e=="string"&&!0}var cv=typeof Symbol=="function"&&Symbol.for,dv=cv?Symbol.for("react.memo"):60115,nP=cv?Symbol.for("react.forward_ref"):60112,rP={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},oP={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},fv={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},iP=((z1={})[nP]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},z1[dv]=fv,z1);function Qx(e){return("type"in(t=e)&&t.type.$$typeof)===dv?fv:"$$typeof"in e?iP[e.$$typeof]:rP;var t}var aP=Object.defineProperty,sP=Object.getOwnPropertyNames,Zx=Object.getOwnPropertySymbols,uP=Object.getOwnPropertyDescriptor,lP=Object.getPrototypeOf,Jx=Object.prototype;function pv(e,t,n){if(typeof t!="string"){if(Jx){var r=lP(t);r&&r!==Jx&&pv(e,r,n)}var o=sP(t);Zx&&(o=o.concat(Zx(t)));for(var i=Qx(e),s=Qx(t),l=0;l<o.length;++l){var c=o[l];if(!(c in oP||n&&n[c]||s&&c in s||i&&c in i)){var d=uP(t,c);try{aP(e,c,d)}catch{}}}}return e}function Xa(e){return typeof e=="function"}function Q1(e){return typeof e=="object"&&"styledComponentId"in e}function qa(e,t){return e&&t?"".concat(e," ").concat(t):e||t||""}function Hl(e,t){if(e.length===0)return"";for(var n=e[0],r=1;r<e.length;r++)n+=t?t+e[r]:e[r];return n}function Ul(e){return e!==null&&typeof e=="object"&&e.constructor.name===Object.name&&!("props"in e&&e.$$typeof)}function W1(e,t,n){if(n===void 0&&(n=!1),!n&&!Ul(e)&&!Array.isArray(e))return t;if(Array.isArray(t))for(var r=0;r<t.length;r++)e[r]=W1(e[r],t[r]);else if(Ul(t))for(var r in t)e[r]=W1(e[r],t[r]);return e}function Z1(e,t){Object.defineProperty(e,"toString",{value:t})}function io(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];return new Error("An error occurred. See https://github.com/styled-components/styled-components/blob/main/packages/styled-components/src/utils/errors.md#".concat(e," for more information.").concat(t.length>0?" Args: ".concat(t.join(", ")):""))}var cP=function(){function e(t){this.groupSizes=new Uint32Array(512),this.length=512,this.tag=t}return e.prototype.indexOfGroup=function(t){for(var n=0,r=0;r<t;r++)n+=this.groupSizes[r];return n},e.prototype.insertRules=function(t,n){if(t>=this.groupSizes.length){for(var r=this.groupSizes,o=r.length,i=o;t>=i;)if((i<<=1)<0)throw io(16,"".concat(t));this.groupSizes=new Uint32Array(i),this.groupSizes.set(r),this.length=i;for(var s=o;s<i;s++)this.groupSizes[s]=0}for(var l=this.indexOfGroup(t+1),c=(s=0,n.length);s<c;s++)this.tag.insertRule(l,n[s])&&(this.groupSizes[t]++,l++)},e.prototype.clearGroup=function(t){if(t<this.length){var n=this.groupSizes[t],r=this.indexOfGroup(t),o=r+n;this.groupSizes[t]=0;for(var i=r;i<o;i++)this.tag.deleteRule(r)}},e.prototype.getGroup=function(t){var n="";if(t>=this.length||this.groupSizes[t]===0)return n;for(var r=this.groupSizes[t],o=this.indexOfGroup(t),i=o+r,s=o;s<i;s++)n+="".concat(this.tag.getRule(s)).concat(K1);return n},e}(),cee=1<<30,jf=new Map,Yf=new Map,Wf=1,zl=function(e){if(jf.has(e))return jf.get(e);for(;Yf.has(Wf);)Wf++;var t=Wf++;return jf.set(e,t),Yf.set(t,e),t},dP=function(e,t){Wf=t+1,jf.set(e,t),Yf.set(t,e)},fP="style[".concat(si,"][").concat(Vf,'="').concat(su,'"]'),pP=new RegExp("^".concat(si,'\\.g(\\d+)\\[id="([\\w\\d-]+)"\\].*?"([^"]*)')),hP=function(e,t,n){for(var r,o=n.split(","),i=0,s=o.length;i<s;i++)(r=o[i])&&e.registerName(t,r)},mP=function(e,t){for(var n,r=((n=t.textContent)!==null&&n!==void 0?n:"").split(K1),o=[],i=0,s=r.length;i<s;i++){var l=r[i].trim();if(l){var c=l.match(pP);if(c){var d=0|parseInt(c[1],10),h=c[2];d!==0&&(dP(h,d),hP(e,h,c[3]),e.getTag().insertRules(d,o)),o.length=0}else o.push(l)}}},ev=function(e){for(var t=document.querySelectorAll(fP),n=0,r=t.length;n<r;n++){var o=t[n];o&&o.getAttribute(si)!==av&&(mP(e,o),o.parentNode&&o.parentNode.removeChild(o))}};function V1(){return typeof __webpack_nonce__<"u"?__webpack_nonce__:null}var hv=function(e){var t=document.head,n=e||t,r=document.createElement("style"),o=function(l){var c=Array.from(l.querySelectorAll("style[".concat(si,"]")));return c[c.length-1]}(n),i=o!==void 0?o.nextSibling:null;r.setAttribute(si,av),r.setAttribute(Vf,su);var s=V1();return s&&r.setAttribute("nonce",s),n.insertBefore(r,i),r},gP=function(){function e(t){this.element=hv(t),this.element.appendChild(document.createTextNode("")),this.sheet=function(n){if(n.sheet)return n.sheet;for(var r=document.styleSheets,o=0,i=r.length;o<i;o++){var s=r[o];if(s.ownerNode===n)return s}throw io(17)}(this.element),this.length=0}return e.prototype.insertRule=function(t,n){try{return this.sheet.insertRule(n,t),this.length++,!0}catch{return!1}},e.prototype.deleteRule=function(t){this.sheet.deleteRule(t),this.length--},e.prototype.getRule=function(t){var n=this.sheet.cssRules[t];return n&&n.cssText?n.cssText:""},e}(),yP=function(){function e(t){this.element=hv(t),this.nodes=this.element.childNodes,this.length=0}return e.prototype.insertRule=function(t,n){if(t<=this.length&&t>=0){var r=document.createTextNode(n);return this.element.insertBefore(r,this.nodes[t]||null),this.length++,!0}return!1},e.prototype.deleteRule=function(t){this.element.removeChild(this.nodes[t]),this.length--},e.prototype.getRule=function(t){return t<this.length?this.nodes[t].textContent:""},e}(),bP=function(){function e(t){this.rules=[],this.length=0}return e.prototype.insertRule=function(t,n){return t<=this.length&&(this.rules.splice(t,0,n),this.length++,!0)},e.prototype.deleteRule=function(t){this.rules.splice(t,1),this.length--},e.prototype.getRule=function(t){return t<this.length?this.rules[t]:""},e}(),tv=Gf,EP={isServer:!Gf,useCSSOMInjection:!KM},jl=function(){function e(t,n,r){t===void 0&&(t=uu),n===void 0&&(n={});var o=this;this.options=on(on({},EP),t),this.gs=n,this.names=new Map(r),this.server=!!t.isServer,!this.server&&Gf&&tv&&(tv=!1,ev(this)),Z1(this,function(){return function(i){for(var s=i.getTag(),l=s.length,c="",d=function(g){var E=function(x){return Yf.get(x)}(g);if(E===void 0)return"continue";var y=i.names.get(E),D=s.getGroup(g);if(y===void 0||!y.size||D.length===0)return"continue";var w="".concat(si,".g").concat(g,'[id="').concat(E,'"]'),A="";y!==void 0&&y.forEach(function(x){x.length>0&&(A+="".concat(x,","))}),c+="".concat(D).concat(w,'{content:"').concat(A,'"}').concat(K1)},h=0;h<l;h++)d(h);return c}(o)})}return e.registerId=function(t){return zl(t)},e.prototype.rehydrate=function(){!this.server&&Gf&&ev(this)},e.prototype.reconstructWithOptions=function(t,n){return n===void 0&&(n=!0),new e(on(on({},this.options),t),this.gs,n&&this.names||void 0)},e.prototype.allocateGSInstance=function(t){return this.gs[t]=(this.gs[t]||0)+1},e.prototype.getTag=function(){return this.tag||(this.tag=(t=function(n){var r=n.useCSSOMInjection,o=n.target;return n.isServer?new bP(o):r?new gP(o):new yP(o)}(this.options),new cP(t)));var t},e.prototype.hasNameForId=function(t,n){return this.names.has(t)&&this.names.get(t).has(n)},e.prototype.registerName=function(t,n){if(zl(t),this.names.has(t))this.names.get(t).add(n);else{var r=new Set;r.add(n),this.names.set(t,r)}},e.prototype.insertRules=function(t,n,r){this.registerName(t,n),this.getTag().insertRules(zl(t),r)},e.prototype.clearNames=function(t){this.names.has(t)&&this.names.get(t).clear()},e.prototype.clearRules=function(t){this.getTag().clearGroup(zl(t)),this.clearNames(t)},e.prototype.clearTag=function(){this.tag=void 0},e}(),DP=/&/g,au=47;function nv(e){if(e.indexOf("}")===-1)return!1;for(var t=e.length,n=0,r=0,o=!1,i=0;i<t;i++){var s=e.charCodeAt(i);if(r!==0||o||s!==au||e.charCodeAt(i+1)!==42)if(o)s===42&&e.charCodeAt(i+1)===au&&(o=!1,i++);else if(s!==34&&s!==39||i!==0&&e.charCodeAt(i-1)===92){if(r===0){if(s===123)n++;else if(s===125&&--n<0)return!0}}else r===0?r=s:r===s&&(r=0);else o=!0,i++}return n!==0||r!==0}function mv(e,t){return e.map(function(n){return n.type==="rule"&&(n.value="".concat(t," ").concat(n.value),n.value=n.value.replaceAll(",",",".concat(t," ")),n.props=n.props.map(function(r){return"".concat(t," ").concat(r)})),Array.isArray(n.children)&&n.type!=="@keyframes"&&(n.children=mv(n.children,t)),n})}function gv(e){var t,n,r,o=e===void 0?uu:e,i=o.options,s=i===void 0?uu:i,l=o.plugins,c=l===void 0?Xf:l,d=function(E,y,D){return D.startsWith(n)&&D.endsWith(n)&&D.replaceAll(n,"").length>0?".".concat(t):E},h=c.slice();h.push(function(E){E.type===ji&&E.value.includes("&")&&(E.props[0]=E.props[0].replace(DP,n).replace(r,d))}),s.prefix&&h.push(Yx),h.push(Wx);var g=function(E,y,D,w){y===void 0&&(y=""),D===void 0&&(D=""),w===void 0&&(w="&"),t=w,n=y,r=new RegExp("\\".concat(n,"\\b"),"g");var A=function(k){if(!nv(k))return k;for(var L=k.length,B="",I=0,z=0,q=0,te=!1,M=0;M<L;M++){var me=k.charCodeAt(M);if(q!==0||te||me!==au||k.charCodeAt(M+1)!==42)if(te)me===42&&k.charCodeAt(M+1)===au&&(te=!1,M++);else if(me!==34&&me!==39||M!==0&&k.charCodeAt(M-1)===92){if(q===0)if(me===123)z++;else if(me===125){if(--z<0){for(var fe=M+1;fe<L;){var ue=k.charCodeAt(fe);if(ue===59||ue===10)break;fe++}fe<L&&k.charCodeAt(fe)===59&&fe++,z=0,M=fe-1,I=fe;continue}z===0&&(B+=k.substring(I,M+1),I=M+1)}else me===59&&z===0&&(B+=k.substring(I,M+1),I=M+1)}else q===0?q=me:q===me&&(q=0);else te=!0,M++}if(I<L){var le=k.substring(I);nv(le)||(B+=le)}return B}(function(k){if(k.indexOf("//")===-1)return k;for(var L=k.length,B=[],I=0,z=0,q=0,te=0;z<L;){var M=k.charCodeAt(z);if(M!==34&&M!==39||z!==0&&k.charCodeAt(z-1)===92)if(q===0)if(M===40&&z>=3&&(32|k.charCodeAt(z-1))==108&&(32|k.charCodeAt(z-2))==114&&(32|k.charCodeAt(z-3))==117)te=1,z++;else if(te>0)M===41?te--:M===40&&te++,z++;else if(M===au&&z+1<L&&k.charCodeAt(z+1)===au){for(z>I&&B.push(k.substring(I,z));z<L&&k.charCodeAt(z)!==10;)z++;I=z}else z++;else z++;else q===0?q=M:q===M&&(q=0),z++}return I===0?k:(I<L&&B.push(k.substring(I)),B.join(""))}(E)),x=jx(D||y?"".concat(D," ").concat(y," { ").concat(A," }"):A);s.namespace&&(x=mv(x,s.namespace));var v=[];return ou(x,Vx(h.concat(Gx(function(k){return v.push(k)})))),v};return g.hash=c.length?c.reduce(function(E,y){return y.name||io(15),iu(E,y.name)},5381).toString():"",g}var xP=new jl,G1=gv(),Y1={shouldForwardProp:void 0,styleSheet:xP,stylis:G1},J1=Vi?{Provider:function(e){return e.children},Consumer:function(e){return(0,e.children)(Y1)}}:vt.default.createContext(Y1),dee=J1.Consumer,vP=Vi?{Provider:function(e){return e.children},Consumer:function(e){return(0,e.children)(void 0)}}:vt.default.createContext(void 0);function q1(){return Vi?Y1:vt.default.useContext(J1)}function wP(e){if(Vi||!vt.default.useMemo)return e.children;var t=q1().styleSheet,n=vt.default.useMemo(function(){var i=t;return e.sheet?i=e.sheet:e.target&&(i=i.reconstructWithOptions({target:e.target},!1)),e.disableCSSOMInjection&&(i=i.reconstructWithOptions({useCSSOMInjection:!1})),i},[e.disableCSSOMInjection,e.sheet,e.target,t]),r=vt.default.useMemo(function(){return gv({options:{namespace:e.namespace,prefix:e.enableVendorPrefixes},plugins:e.stylisPlugins})},[e.enableVendorPrefixes,e.namespace,e.stylisPlugins]),o=vt.default.useMemo(function(){return{shouldForwardProp:e.shouldForwardProp,styleSheet:n,stylis:r}},[e.shouldForwardProp,n,r]);return vt.default.createElement(J1.Provider,{value:o},vt.default.createElement(vP.Provider,{value:r},e.children))}var yv=function(){function e(t,n){var r=this;this.inject=function(o,i){i===void 0&&(i=G1);var s=r.name+i.hash;o.hasNameForId(r.id,s)||o.insertRules(r.id,s,i(r.rules,s,"@keyframes"))},this.name=t,this.id="sc-keyframes-".concat(t),this.rules=n,Z1(this,function(){throw io(12,String(r.name))})}return e.prototype.getName=function(t){return t===void 0&&(t=G1),this.name+t.hash},e}();function kP(e,t){return t==null||typeof t=="boolean"||t===""?"":typeof t!="number"||t===0||e in qx||e.startsWith("--")?String(t).trim():"".concat(t,"px")}var CP=function(e){return e>="A"&&e<="Z"};function rv(e){for(var t="",n=0;n<e.length;n++){var r=e[n];if(n===1&&r==="-"&&e[0]==="-")return e;CP(r)?t+="-"+r.toLowerCase():t+=r}return t.startsWith("ms-")?"-"+t:t}var bv=function(e){return e==null||e===!1||e===""},Ev=function(e){var t=[];for(var n in e){var r=e[n];e.hasOwnProperty(n)&&!bv(r)&&(Array.isArray(r)&&r.isCss||Xa(r)?t.push("".concat(rv(n),":"),r,";"):Ul(r)?t.push.apply(t,Zs(Zs(["".concat(n," {")],Ev(r),!1),["}"],!1)):t.push("".concat(rv(n),": ").concat(kP(n,r),";")))}return t};function Wi(e,t,n,r){if(bv(e))return[];if(Q1(e))return[".".concat(e.styledComponentId)];if(Xa(e)){if(!Xa(i=e)||i.prototype&&i.prototype.isReactComponent||!t)return[e];var o=e(t);return Wi(o,t,n,r)}var i;return e instanceof yv?n?(e.inject(n,r),[e.getName(r)]):[e]:Ul(e)?Ev(e):Array.isArray(e)?Array.prototype.concat.apply(Xf,e.map(function(s){return Wi(s,t,n,r)})):[e.toString()]}function Dv(e){for(var t=0;t<e.length;t+=1){var n=e[t];if(Xa(n)&&!Q1(n))return!1}return!0}var TP=uv(su),AP=function(){function e(t,n,r){this.rules=t,this.staticRulesId="",this.isStatic=(r===void 0||r.isStatic)&&Dv(t),this.componentId=n,this.baseHash=iu(TP,n),this.baseStyle=r,jl.registerId(n)}return e.prototype.generateAndInjectStyles=function(t,n,r){var o=this.baseStyle?this.baseStyle.generateAndInjectStyles(t,n,r).className:"";if(this.isStatic&&!r.hash)if(this.staticRulesId&&n.hasNameForId(this.componentId,this.staticRulesId))o=qa(o,this.staticRulesId);else{var i=Hl(Wi(this.rules,t,n,r)),s=j1(iu(this.baseHash,i)>>>0);if(!n.hasNameForId(this.componentId,s)){var l=r(i,".".concat(s),void 0,this.componentId);n.insertRules(this.componentId,s,l)}o=qa(o,s),this.staticRulesId=s}else{for(var c=iu(this.baseHash,r.hash),d="",h=0;h<this.rules.length;h++){var g=this.rules[h];if(typeof g=="string")d+=g;else if(g){var E=Hl(Wi(g,t,n,r));c=iu(c,E+h),d+=E}}if(d){var y=j1(c>>>0);if(!n.hasNameForId(this.componentId,y)){var D=r(d,".".concat(y),void 0,this.componentId);n.insertRules(this.componentId,y,D)}o=qa(o,y)}}return{className:o,css:typeof window>"u"?n.getTag().getGroup(zl(this.componentId)):""}},e}(),qf=Vi?{Provider:function(e){return e.children},Consumer:function(e){return(0,e.children)(void 0)}}:vt.default.createContext(void 0),fee=qf.Consumer;function xv(e){if(Vi)return e.children;var t=vt.default.useContext(qf),n=vt.default.useMemo(function(){return function(r,o){if(!r)throw io(14);if(Xa(r)){var i=r(o);return i}if(Array.isArray(r)||typeof r!="object")throw io(8);return o?on(on({},o),r):r}(e.theme,t)},[e.theme,t]);return e.children?vt.default.createElement(qf.Provider,{value:n},e.children):null}var U1={};function _P(e,t,n){var r=Q1(e),o=e,i=!H1(e),s=t.attrs,l=s===void 0?Xf:s,c=t.componentId,d=c===void 0?function(L,B){var I=typeof L!="string"?"sc":Xx(L);U1[I]=(U1[I]||0)+1;var z="".concat(I,"-").concat(lv(su+I+U1[I]));return B?"".concat(B,"-").concat(z):z}(t.displayName,t.parentComponentId):c,h=t.displayName,g=h===void 0?function(L){return H1(L)?"styled.".concat(L):"Styled(".concat(tP(L),")")}(e):h,E=t.displayName&&t.componentId?"".concat(Xx(t.displayName),"-").concat(t.componentId):t.componentId||d,y=r&&o.attrs?o.attrs.concat(l).filter(Boolean):l,D=t.shouldForwardProp;if(r&&o.shouldForwardProp){var w=o.shouldForwardProp;if(t.shouldForwardProp){var A=t.shouldForwardProp;D=function(L,B){return w(L,B)&&A(L,B)}}else D=w}var x=new AP(n,E,r?o.componentStyle:void 0);function v(L,B){return function(I,z,q){var te=I.attrs,M=I.componentStyle,me=I.defaultProps,fe=I.foldedComponentIds,ue=I.styledComponentId,le=I.target,ge=Vi?void 0:vt.default.useContext(qf),ke=q1(),be=I.shouldForwardProp||ke.shouldForwardProp,se=QM(z,ge,me)||uu,Ee=function(ft,Mt,qt){for(var xn,ut=on(on({},Mt),{className:void 0,theme:qt}),cr=0;cr<ft.length;cr+=1){var Ii=Xa(xn=ft[cr])?xn(ut):xn;for(var Xt in Ii)Xt==="className"?ut.className=qa(ut.className,Ii[Xt]):Xt==="style"?ut.style=on(on({},ut.style),Ii[Xt]):ut[Xt]=Ii[Xt]}return"className"in Mt&&typeof Mt.className=="string"&&(ut.className=qa(ut.className,Mt.className)),ut}(te,z,se),R=Ee.as||le,Te={};for(var Ve in Ee)Ee[Ve]===void 0||Ve[0]==="$"||Ve==="as"||Ve==="theme"&&Ee.theme===se||(Ve==="forwardedAs"?Te.as=Ee.forwardedAs:be&&!be(Ve,R)||(Te[Ve]=Ee[Ve]));var P=function(ft,Mt){var qt=q1(),xn=ft.generateAndInjectStyles(Mt,qt.styleSheet,qt.stylis);return xn}(M,Ee),ot=P.className,Nn=P.css,pn=qa(fe,ue);ot&&(pn+=" "+ot),Ee.className&&(pn+=" "+Ee.className),Te[H1(R)&&!sv.has(R)?"class":"className"]=pn,q&&(Te.ref=q);var tn=(0,vt.createElement)(R,Te);return Vi&&Nn?vt.default.createElement(vt.default.Fragment,null,vt.default.createElement("style",{precedence:"styled-components",href:"sc-".concat(ue,"-").concat(ot),children:Nn}),tn):tn}(k,L,B)}v.displayName=g;var k=vt.default.forwardRef(v);return k.attrs=y,k.componentStyle=x,k.displayName=g,k.shouldForwardProp=D,k.foldedComponentIds=r?qa(o.foldedComponentIds,o.styledComponentId):"",k.styledComponentId=E,k.target=r?o.target:e,Object.defineProperty(k,"defaultProps",{get:function(){return this._foldedDefaultProps},set:function(L){this._foldedDefaultProps=r?function(B){for(var I=[],z=1;z<arguments.length;z++)I[z-1]=arguments[z];for(var q=0,te=I;q<te.length;q++)W1(B,te[q],!0);return B}({},o.defaultProps,L):L}}),Z1(k,function(){return".".concat(k.styledComponentId)}),i&&pv(k,e,{attrs:!0,componentStyle:!0,displayName:!0,foldedComponentIds:!0,shouldForwardProp:!0,styledComponentId:!0,target:!0}),k}function ov(e,t){for(var n=[e[0]],r=0,o=t.length;r<o;r+=1)n.push(t[r],e[r+1]);return n}var iv=function(e){return Object.assign(e,{isCss:!0})};function X(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];if(Xa(e)||Ul(e))return iv(Wi(ov(Xf,Zs([e],t,!0))));var r=e;return t.length===0&&r.length===1&&typeof r[0]=="string"?Wi(r):iv(Wi(ov(r,t)))}function X1(e,t,n){if(n===void 0&&(n=uu),!t)throw io(1,t);var r=function(o){for(var i=[],s=1;s<arguments.length;s++)i[s-1]=arguments[s];return e(t,n,X.apply(void 0,Zs([o],i,!1)))};return r.attrs=function(o){return X1(e,t,on(on({},n),{attrs:Array.prototype.concat(n.attrs,o).filter(Boolean)}))},r.withConfig=function(o){return X1(e,t,on(on({},n),o))},r}var vv=function(e){return X1(_P,e)},W=vv;sv.forEach(function(e){W[e]=vv(e)});var pee=function(){function e(t,n){this.rules=t,this.componentId=n,this.isStatic=Dv(t),jl.registerId(this.componentId+1)}return e.prototype.createStyles=function(t,n,r,o){var i=o(Hl(Wi(this.rules,n,r,o)),""),s=this.componentId+t;r.insertRules(s,s,i)},e.prototype.removeStyles=function(t,n){n.clearRules(this.componentId+t)},e.prototype.renderStyles=function(t,n,r,o){t>2&&jl.registerId(this.componentId+t);var i=this.componentId+t;this.isStatic?r.hasNameForId(i,i)||this.createStyles(t,n,r,o):(this.removeStyles(t,r),this.createStyles(t,n,r,o))},e}();function Wl(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];var r=Hl(X.apply(void 0,Zs([e],t,!1))),o=lv(r);return new yv(o,r)}var hee=function(){function e(){var t=this;this._emitSheetCSS=function(){var n=t.instance.toString();if(!n)return"";var r=V1(),o=Hl([r&&'nonce="'.concat(r,'"'),"".concat(si,'="true"'),"".concat(Vf,'="').concat(su,'"')].filter(Boolean)," ");return"<style ".concat(o,">").concat(n,"</style>")},this.getStyleTags=function(){if(t.sealed)throw io(2);return t._emitSheetCSS()},this.getStyleElement=function(){var n;if(t.sealed)throw io(2);var r=t.instance.toString();if(!r)return[];var o=((n={})[si]="",n[Vf]=su,n.dangerouslySetInnerHTML={__html:r},n),i=V1();return i&&(o.nonce=i),[vt.default.createElement("style",on({},o,{key:"sc-0-0"}))]},this.seal=function(){t.sealed=!0},this.instance=new jl({isServer:!0}),this.sealed=!1}return e.prototype.collectStyles=function(t){if(this.sealed)throw io(2);return vt.default.createElement(wP,{sheet:this.instance},t)},e.prototype.interleaveWithNodeStream=function(t){throw io(3)},e}();var mee="__sc-".concat(si,"__");var PP=G(De(),1);var eg=`
30
30
  --color-neutral-text: #1f2123;
31
31
  --color-neutral-text-muted: #3d3f43;
32
32
  --color-neutral-text-subtle: #6d7178;
@@ -358,7 +358,7 @@ function print() { __p += __j.call(arguments, '') }
358
358
  ${e=>e.$color&&X`
359
359
  color: ${e.$color};
360
360
  `}
361
- `,Br=({italic:e,align:t,color:n,uppercase:r,as:o,...i})=>(0,Ov.jsx)(MP,{$italic:e,$align:t,$color:n,$uppercase:r,forwardedAs:o,...i});var ate=W(Br)`
361
+ `,Br=({italic:e,align:t,color:n,uppercase:r,as:o,...i})=>(0,Ov.jsx)(MP,{$italic:e,$align:t,$color:n,$uppercase:r,forwardedAs:o,...i});var ste=W(Br)`
362
362
  ${e=>`
363
363
  ${p.typography.shared.mobile[e.$type||"titleL"]}
364
364
 
@@ -372,7 +372,7 @@ function print() { __p += __j.call(arguments, '') }
372
372
  `}
373
373
  `;var Mv=G(De(),1),Pv=G(_e(),1);var BP={body:{regular:{normal:p.typography.shared.tablet.bodyM,medium:p.typography.shared.tablet.bodyMMedium,bold:p.typography.shared.tablet.bodyMStrong},small:{normal:p.typography.shared.tablet.bodyS,medium:p.typography.shared.tablet.bodySMedium,bold:p.typography.shared.tablet.bodySStrong},big:{normal:p.typography.shared.tablet.bodyL,medium:p.typography.shared.tablet.bodyLMedium,bold:p.typography.shared.tablet.bodyLStrong}},code:{regular:{normal:p.typography.shared.tablet.codeM,medium:p.typography.shared.tablet.codeMMedium,bold:p.typography.shared.tablet.codeMStrong},small:{normal:p.typography.shared.tablet.codeS,medium:p.typography.shared.tablet.codeSMedium,bold:p.typography.shared.tablet.codeSStrong},big:{normal:p.typography.shared.tablet.codeL,medium:p.typography.shared.tablet.codeLMedium,bold:p.typography.shared.tablet.codeLStrong}}},$P=W(Br)`
374
374
  ${e=>BP[e.$type||"body"][e.$size||"regular"][e.$weight||"normal"]}
375
- `,Ue=(0,Pv.forwardRef)(({type:e,size:t,weight:n,as:r,...o},i)=>(0,Mv.jsx)($P,{$type:e,$size:t,$weight:n,forwardedAs:r||"p",ref:i,m:"none",...o}));var Bv=G(De(),1),$v=G(_e(),1);var zP={paragraph:{normal:X`
375
+ `,je=(0,Pv.forwardRef)(({type:e,size:t,weight:n,as:r,...o},i)=>(0,Mv.jsx)($P,{$type:e,$size:t,$weight:n,forwardedAs:r||"p",ref:i,m:"none",...o}));var Bv=G(De(),1),$v=G(_e(),1);var zP={paragraph:{normal:X`
376
376
  ${p.typography.content.mobile.paragraph}
377
377
 
378
378
  @media (min-width: ${p.layout.tablet}) {
@@ -546,9 +546,9 @@ function print() { __p += __j.call(arguments, '') }
546
546
  @media (min-width: ${p.layout.desktop}) {
547
547
  ${p.typography.content.desktop[e]}
548
548
  }
549
- `;var wte=W(Br)`
549
+ `;var kte=W(Br)`
550
550
  ${e=>VP(e.$type||"heading1")}
551
- `;var GP=G(De(),1);var _te=W(Br)`
551
+ `;var GP=G(De(),1);var Ste=W(Br)`
552
552
  ${e=>`
553
553
  ${p.typography.marketing.mobile[e.$type||"titleL"]}
554
554
 
@@ -601,7 +601,7 @@ Details: https://developer.mozilla.org/en/docs/Web/HTML/CORS_enabled_image`));re
601
601
  }
602
602
  `,SB=W.img`
603
603
  border-radius: 100%;
604
- `,IB=({name:e,className:t,url:n,size:r,alt:o,asOrganization:i,...s})=>{let[l,c]=Xl.default.useState(!1),{generateProxyImageUrl:d}=an(),h=it(cg.BASE,n?cg.IMG:cg.SVG,t);(0,Xl.useEffect)(()=>{c(!1)},[n]);let g=({currentTarget:y})=>{l||!y||(y.src=i?AB:TB,c(!0))},E=o||`${e} avatar`;return n?(0,dg.jsx)(SB,{className:h,src:d?d(n,{resize:{height:r*2,width:r*2}}):n,width:r,height:r,alt:E,onError:g,...s}):(0,dg.jsx)(_B,{alt:E,size:r,className:h,name:e})},one=Xl.default.memo(IB);var cu=G(De(),1);var tp={CONTENT:"CardContainer-Content",HEADER:"CardContainer-Header"},cw={TOP:"TOP",BOTTOM:"BOTTOM"},FB=W(he)`
604
+ `,IB=({name:e,className:t,url:n,size:r,alt:o,asOrganization:i,...s})=>{let[l,c]=Xl.default.useState(!1),{generateProxyImageUrl:d}=an(),h=it(cg.BASE,n?cg.IMG:cg.SVG,t);(0,Xl.useEffect)(()=>{c(!1)},[n]);let g=({currentTarget:y})=>{l||!y||(y.src=i?AB:TB,c(!0))},E=o||`${e} avatar`;return n?(0,dg.jsx)(SB,{className:h,src:d?d(n,{resize:{height:r*2,width:r*2}}):n,width:r,height:r,alt:E,onError:g,...s}):(0,dg.jsx)(_B,{alt:E,size:r,className:h,name:e})},ine=Xl.default.memo(IB);var cu=G(De(),1);var tp={CONTENT:"CardContainer-Content",HEADER:"CardContainer-Header"},cw={TOP:"TOP",BOTTOM:"BOTTOM"},FB=W(he)`
605
605
  background-color: ${p.color.neutral.backgroundSubtle};
606
606
  border-radius: ${p.radius.radius12};
607
607
 
@@ -803,7 +803,7 @@ Details: https://developer.mozilla.org/en/docs/Web/HTML/CORS_enabled_image`));re
803
803
  color: ${p.color.danger.icon};
804
804
  }
805
805
  }
806
- `,XB={info:Dw,success:Ka,warning:pg,danger:ww},Iw=({className:e,Icon:t,icon:n,caption:r,children:o,onDismissClick:i,type:s="warning",borderless:l=!1,boxless:c=!1,dismissTrackingId:d,actions:h=[],as:g,...E})=>{let y=n||t||XB[s],D=!!r&&!!o;return(0,tr.jsxs)(qB,{className:it(e,yn.main,s,l&&"borderless"),mb:c?"space8":"space16",forwardedAs:g,$boxless:c,$hasCaption:D,...E,children:[(0,tr.jsxs)("div",{className:yn.content,children:[(0,tr.jsx)(y,{className:yn.icon,size:"16"}),D&&(0,tr.jsx)(Ue,{weight:"bold",className:yn.caption,children:r}),(0,tr.jsx)("div",{className:yn.description,children:o})]}),(h.length>0||i)&&(0,tr.jsxs)("div",{className:yn.actionsWrapper,children:[h.length>0&&(0,tr.jsx)(tr.Fragment,{children:h.map(({label:w,...A},x)=>(0,tr.jsx)(Qa,{size:"small",variant:"primary",...A,children:w},x))}),i&&(0,tr.jsx)(Qa,{size:"small",variant:"tertiary",trackingId:d,onClick:i,className:yn.dismiss,children:(0,tr.jsx)(gw,{size:"16",color:p.color.neutral.icon})})]})]})};var p4=G(De(),1);var de=G(_e(),1),Gu=G(_e(),1);function up(){return typeof window<"u"}function qi(e){return Fw(e)?(e.nodeName||"").toLowerCase():"#document"}function Un(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function ao(e){var t;return(t=(Fw(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function Fw(e){return up()?e instanceof Node||e instanceof Un(e).Node:!1}function jt(e){return up()?e instanceof Element||e instanceof Un(e).Element:!1}function br(e){return up()?e instanceof HTMLElement||e instanceof Un(e).HTMLElement:!1}function sp(e){return!up()||typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof Un(e).ShadowRoot}var KB=new Set(["inline","contents"]);function fu(e){let{overflow:t,overflowX:n,overflowY:r,display:o}=Er(e);return/auto|scroll|overlay|hidden|clip/.test(t+r+n)&&!KB.has(o)}var QB=new Set(["table","td","th"]);function Lw(e){return QB.has(qi(e))}var ZB=[":popover-open",":modal"];function Kl(e){return ZB.some(t=>{try{return e.matches(t)}catch{return!1}})}var JB=["transform","translate","scale","rotate","perspective"],e$=["transform","translate","scale","rotate","perspective","filter"],t$=["paint","layout","strict","content"];function lp(e){let t=Ql(),n=jt(e)?Er(e):e;return JB.some(r=>n[r]?n[r]!=="none":!1)||(n.containerType?n.containerType!=="normal":!1)||!t&&(n.backdropFilter?n.backdropFilter!=="none":!1)||!t&&(n.filter?n.filter!=="none":!1)||e$.some(r=>(n.willChange||"").includes(r))||t$.some(r=>(n.contain||"").includes(r))}function Rw(e){let t=Ao(e);for(;br(t)&&!Xi(t);){if(lp(t))return t;if(Kl(t))return null;t=Ao(t)}return null}function Ql(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}var n$=new Set(["html","body","#document"]);function Xi(e){return n$.has(qi(e))}function Er(e){return Un(e).getComputedStyle(e)}function Zl(e){return jt(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function Ao(e){if(qi(e)==="html")return e;let t=e.assignedSlot||e.parentNode||sp(e)&&e.host||ao(e);return sp(t)?t.host:t}function Nw(e){let t=Ao(e);return Xi(t)?e.ownerDocument?e.ownerDocument.body:e.body:br(t)&&fu(t)?t:Nw(t)}function ui(e,t,n){var r;t===void 0&&(t=[]),n===void 0&&(n=!0);let o=Nw(e),i=o===((r=e.ownerDocument)==null?void 0:r.body),s=Un(o);if(i){let l=cp(s);return t.concat(s,s.visualViewport||[],fu(o)?o:[],l&&n?ui(l):[])}return t.concat(o,ui(o,[],n))}function cp(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function Ow(e){let t=e.activeElement;for(;((n=t)==null||(n=n.shadowRoot)==null?void 0:n.activeElement)!=null;){var n;t=t.shadowRoot.activeElement}return t}function hg(e,t){if(!e||!t)return!1;let n=t.getRootNode==null?void 0:t.getRootNode();if(e.contains(t))return!0;if(n&&sp(n)){let r=t;for(;r;){if(e===r)return!0;r=r.parentNode||r.host}}return!1}function Mw(){return/apple/i.test(navigator.vendor)}function dp(e,t){let n=["mouse","pen"];return t||n.push("",void 0),n.includes(e)}function pu(e){return e?.ownerDocument||document}var mg=["top","right","bottom","left"],Pw=["start","end"],gg=mg.reduce((e,t)=>e.concat(t,t+"-"+Pw[0],t+"-"+Pw[1]),[]),hu=Math.min,li=Math.max,tc=Math.round,nc=Math.floor,so=e=>({x:e,y:e}),r$={left:"right",right:"left",bottom:"top",top:"bottom"},o$={start:"end",end:"start"};function yg(e,t,n){return li(e,hu(t,n))}function Za(e,t){return typeof e=="function"?e(t):e}function _o(e){return e.split("-")[0]}function So(e){return e.split("-")[1]}function bg(e){return e==="x"?"y":"x"}function Eg(e){return e==="y"?"height":"width"}var i$=new Set(["top","bottom"]);function ci(e){return i$.has(_o(e))?"y":"x"}function Dg(e){return bg(ci(e))}function xg(e,t,n){n===void 0&&(n=!1);let r=So(e),o=Dg(e),i=Eg(o),s=o==="x"?r===(n?"end":"start")?"right":"left":r==="start"?"bottom":"top";return t.reference[i]>t.floating[i]&&(s=ec(s)),[s,ec(s)]}function zw(e){let t=ec(e);return[Jl(e),t,Jl(t)]}function Jl(e){return e.replace(/start|end/g,t=>o$[t])}var Bw=["left","right"],$w=["right","left"],a$=["top","bottom"],s$=["bottom","top"];function u$(e,t,n){switch(e){case"top":case"bottom":return n?t?$w:Bw:t?Bw:$w;case"left":case"right":return t?a$:s$;default:return[]}}function Hw(e,t,n,r){let o=So(e),i=u$(_o(e),n==="start",r);return o&&(i=i.map(s=>s+"-"+o),t&&(i=i.concat(i.map(Jl)))),i}function ec(e){return e.replace(/left|right|bottom|top/g,t=>r$[t])}function l$(e){return{top:0,right:0,bottom:0,left:0,...e}}function Uw(e){return typeof e!="number"?l$(e):{top:e,right:e,bottom:e,left:e}}function Ja(e){let{x:t,y:n,width:r,height:o}=e;return{width:r,height:o,top:n,left:t,right:t+r,bottom:n+o,x:t,y:n}}var c$=["input:not([inert]):not([inert] *)","select:not([inert]):not([inert] *)","textarea:not([inert]):not([inert] *)","a[href]:not([inert]):not([inert] *)","button:not([inert]):not([inert] *)","[tabindex]:not(slot):not([inert]):not([inert] *)","audio[controls]:not([inert]):not([inert] *)","video[controls]:not([inert]):not([inert] *)",'[contenteditable]:not([contenteditable="false"]):not([inert]):not([inert] *)',"details>summary:first-of-type:not([inert]):not([inert] *)","details:not([inert]):not([inert] *)"],vg=c$.join(","),Vw=typeof Element>"u",rc=Vw?function(){}:Element.prototype.matches||Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector,fp=!Vw&&Element.prototype.getRootNode?function(e){var t;return e==null||(t=e.getRootNode)===null||t===void 0?void 0:t.call(e)}:function(e){return e?.ownerDocument},pp=function(t,n){var r;n===void 0&&(n=!0);var o=t==null||(r=t.getAttribute)===null||r===void 0?void 0:r.call(t,"inert"),i=o===""||o==="true",s=i||n&&t&&(typeof t.closest=="function"?t.closest("[inert]"):pp(t.parentNode));return s},d$=function(t){var n,r=t==null||(n=t.getAttribute)===null||n===void 0?void 0:n.call(t,"contenteditable");return r===""||r==="true"},f$=function(t,n,r){if(pp(t))return[];var o=Array.prototype.slice.apply(t.querySelectorAll(vg));return n&&rc.call(t,vg)&&o.unshift(t),o=o.filter(r),o},wg=function(t,n,r){for(var o=[],i=Array.from(t);i.length;){var s=i.shift();if(!pp(s,!1))if(s.tagName==="SLOT"){var l=s.assignedElements(),c=l.length?l:s.children,d=wg(c,!0,r);r.flatten?o.push.apply(o,d):o.push({scopeParent:s,candidates:d})}else{var h=rc.call(s,vg);h&&r.filter(s)&&(n||!t.includes(s))&&o.push(s);var g=s.shadowRoot||typeof r.getShadowRoot=="function"&&r.getShadowRoot(s),E=!pp(g,!1)&&(!r.shadowRootFilter||r.shadowRootFilter(s));if(g&&E){var y=wg(g===!0?s.children:g.children,!0,r);r.flatten?o.push.apply(o,y):o.push({scopeParent:s,candidates:y})}else i.unshift.apply(i,s.children)}}return o},Gw=function(t){return!isNaN(parseInt(t.getAttribute("tabindex"),10))},Yw=function(t){if(!t)throw new Error("No node provided");return t.tabIndex<0&&(/^(AUDIO|VIDEO|DETAILS)$/.test(t.tagName)||d$(t))&&!Gw(t)?0:t.tabIndex},p$=function(t,n){var r=Yw(t);return r<0&&n&&!Gw(t)?0:r},h$=function(t,n){return t.tabIndex===n.tabIndex?t.documentOrder-n.documentOrder:t.tabIndex-n.tabIndex},qw=function(t){return t.tagName==="INPUT"},m$=function(t){return qw(t)&&t.type==="hidden"},g$=function(t){var n=t.tagName==="DETAILS"&&Array.prototype.slice.apply(t.children).some(function(r){return r.tagName==="SUMMARY"});return n},y$=function(t,n){for(var r=0;r<t.length;r++)if(t[r].checked&&t[r].form===n)return t[r]},b$=function(t){if(!t.name)return!0;var n=t.form||fp(t),r=function(l){return n.querySelectorAll('input[type="radio"][name="'+l+'"]')},o;if(typeof window<"u"&&typeof window.CSS<"u"&&typeof window.CSS.escape=="function")o=r(window.CSS.escape(t.name));else try{o=r(t.name)}catch(s){return console.error("Looks like you have a radio button with a name attribute containing invalid CSS selector characters and need the CSS.escape polyfill: %s",s.message),!1}var i=y$(o,t.form);return!i||i===t},E$=function(t){return qw(t)&&t.type==="radio"},D$=function(t){return E$(t)&&!b$(t)},x$=function(t){var n,r=t&&fp(t),o=(n=r)===null||n===void 0?void 0:n.host,i=!1;if(r&&r!==t){var s,l,c;for(i=!!((s=o)!==null&&s!==void 0&&(l=s.ownerDocument)!==null&&l!==void 0&&l.contains(o)||t!=null&&(c=t.ownerDocument)!==null&&c!==void 0&&c.contains(t));!i&&o;){var d,h,g;r=fp(o),o=(d=r)===null||d===void 0?void 0:d.host,i=!!((h=o)!==null&&h!==void 0&&(g=h.ownerDocument)!==null&&g!==void 0&&g.contains(o))}}return i},jw=function(t){var n=t.getBoundingClientRect(),r=n.width,o=n.height;return r===0&&o===0},v$=function(t,n){var r=n.displayCheck,o=n.getShadowRoot;if(r==="full-native"&&"checkVisibility"in t){var i=t.checkVisibility({checkOpacity:!1,opacityProperty:!1,contentVisibilityAuto:!0,visibilityProperty:!0,checkVisibilityCSS:!0});return!i}if(getComputedStyle(t).visibility==="hidden")return!0;var s=rc.call(t,"details>summary:first-of-type"),l=s?t.parentElement:t;if(rc.call(l,"details:not([open]) *"))return!0;if(!r||r==="full"||r==="full-native"||r==="legacy-full"){if(typeof o=="function"){for(var c=t;t;){var d=t.parentElement,h=fp(t);if(d&&!d.shadowRoot&&o(d)===!0)return jw(t);t.assignedSlot?t=t.assignedSlot:!d&&h!==t.ownerDocument?t=h.host:t=d}t=c}if(x$(t))return!t.getClientRects().length;if(r!=="legacy-full")return!0}else if(r==="non-zero-area")return jw(t);return!1},w$=function(t){if(/^(INPUT|BUTTON|SELECT|TEXTAREA)$/.test(t.tagName))for(var n=t.parentElement;n;){if(n.tagName==="FIELDSET"&&n.disabled){for(var r=0;r<n.children.length;r++){var o=n.children.item(r);if(o.tagName==="LEGEND")return rc.call(n,"fieldset[disabled] *")?!0:!o.contains(t)}return!0}n=n.parentElement}return!1},k$=function(t,n){return!(n.disabled||m$(n)||v$(n,t)||g$(n)||w$(n))},Ww=function(t,n){return!(D$(n)||Yw(n)<0||!k$(t,n))},C$=function(t){var n=parseInt(t.getAttribute("tabindex"),10);return!!(isNaN(n)||n>=0)},Xw=function(t){var n=[],r=[];return t.forEach(function(o,i){var s=!!o.scopeParent,l=s?o.scopeParent:o,c=p$(l,s),d=s?Xw(o.candidates):l;c===0?s?n.push.apply(n,d):n.push(l):r.push({documentOrder:i,tabIndex:c,item:o,isScope:s,content:d})}),r.sort(h$).reduce(function(o,i){return i.isScope?o.push.apply(o,i.content):o.push(i.content),o},[]).concat(n)},kg=function(t,n){n=n||{};var r;return n.getShadowRoot?r=wg([t],n.includeContainer,{filter:Ww.bind(null,n),flatten:!1,getShadowRoot:n.getShadowRoot,shadowRootFilter:C$}):r=f$(t,n.includeContainer,Ww.bind(null,n)),Xw(r)};var K2=G(R0(),1);function h5(e,t,n){let{reference:r,floating:o}=e,i=ci(t),s=Dg(t),l=Eg(s),c=_o(t),d=i==="y",h=r.x+r.width/2-o.width/2,g=r.y+r.height/2-o.height/2,E=r[l]/2-o[l]/2,y;switch(c){case"top":y={x:h,y:r.y-o.height};break;case"bottom":y={x:h,y:r.y+r.height};break;case"right":y={x:r.x+r.width,y:g};break;case"left":y={x:r.x-o.width,y:g};break;default:y={x:r.x,y:r.y}}switch(So(t)){case"start":y[s]-=E*(n&&d?-1:1);break;case"end":y[s]+=E*(n&&d?-1:1);break}return y}async function y5(e,t){var n;t===void 0&&(t={});let{x:r,y:o,platform:i,rects:s,elements:l,strategy:c}=e,{boundary:d="clippingAncestors",rootBoundary:h="viewport",elementContext:g="floating",altBoundary:E=!1,padding:y=0}=Za(t,e),D=Uw(y),A=l[E?g==="floating"?"reference":"floating":g],x=Ja(await i.getClippingRect({element:(n=await(i.isElement==null?void 0:i.isElement(A)))==null||n?A:A.contextElement||await(i.getDocumentElement==null?void 0:i.getDocumentElement(l.floating)),boundary:d,rootBoundary:h,strategy:c})),v=g==="floating"?{x:r,y:o,width:s.floating.width,height:s.floating.height}:s.reference,k=await(i.getOffsetParent==null?void 0:i.getOffsetParent(l.floating)),L=await(i.isElement==null?void 0:i.isElement(k))?await(i.getScale==null?void 0:i.getScale(k))||{x:1,y:1}:{x:1,y:1},B=Ja(i.convertOffsetParentRelativeRectToViewportRelativeRect?await i.convertOffsetParentRelativeRectToViewportRelativeRect({elements:l,rect:v,offsetParent:k,strategy:c}):v);return{top:(x.top-B.top+D.top)/L.y,bottom:(B.bottom-x.bottom+D.bottom)/L.y,left:(x.left-B.left+D.left)/L.x,right:(B.right-x.right+D.right)/L.x}}var b5=async(e,t,n)=>{let{placement:r="bottom",strategy:o="absolute",middleware:i=[],platform:s}=n,l=i.filter(Boolean),c=await(s.isRTL==null?void 0:s.isRTL(t)),d=await s.getElementRects({reference:e,floating:t,strategy:o}),{x:h,y:g}=h5(d,r,c),E=r,y={},D=0;for(let A=0;A<l.length;A++){var w;let{name:x,fn:v}=l[A],{x:k,y:L,data:B,reset:I}=await v({x:h,y:g,initialPlacement:r,placement:E,strategy:o,middlewareData:y,rects:d,platform:{...s,detectOverflow:(w=s.detectOverflow)!=null?w:y5},elements:{reference:e,floating:t}});h=k??h,g=L??g,y={...y,[x]:{...y[x],...B}},I&&D<=50&&(D++,typeof I=="object"&&(I.placement&&(E=I.placement),I.rects&&(d=I.rects===!0?await s.getElementRects({reference:e,floating:t,strategy:o}):I.rects),{x:h,y:g}=h5(d,E,c)),A=-1)}return{x:h,y:g,placement:E,strategy:o,middlewareData:y}};function _H(e,t,n){return(e?[...n.filter(o=>So(o)===e),...n.filter(o=>So(o)!==e)]:n.filter(o=>_o(o)===o)).filter(o=>e?So(o)===e||(t?Jl(o)!==o:!1):!0)}var E5=function(e){return e===void 0&&(e={}),{name:"autoPlacement",options:e,async fn(t){var n,r,o;let{rects:i,middlewareData:s,placement:l,platform:c,elements:d}=t,{crossAxis:h=!1,alignment:g,allowedPlacements:E=gg,autoAlignment:y=!0,...D}=Za(e,t),w=g!==void 0||E===gg?_H(g||null,y,E):E,A=await c.detectOverflow(t,D),x=((n=s.autoPlacement)==null?void 0:n.index)||0,v=w[x];if(v==null)return{};let k=xg(v,i,await(c.isRTL==null?void 0:c.isRTL(d.floating)));if(l!==v)return{reset:{placement:w[0]}};let L=[A[_o(v)],A[k[0]],A[k[1]]],B=[...((r=s.autoPlacement)==null?void 0:r.overflows)||[],{placement:v,overflows:L}],I=w[x+1];if(I)return{data:{index:x+1,overflows:B},reset:{placement:I}};let z=B.map(M=>{let me=So(M.placement);return[M.placement,me&&h?M.overflows.slice(0,2).reduce((fe,ue)=>fe+ue,0):M.overflows[0],M.overflows]}).sort((M,me)=>M[1]-me[1]),te=((o=z.filter(M=>M[2].slice(0,So(M[0])?2:3).every(me=>me<=0))[0])==null?void 0:o[0])||z[0][0];return te!==l?{data:{index:x+1,overflows:B},reset:{placement:te}}:{}}}},D5=function(e){return e===void 0&&(e={}),{name:"flip",options:e,async fn(t){var n,r;let{placement:o,middlewareData:i,rects:s,initialPlacement:l,platform:c,elements:d}=t,{mainAxis:h=!0,crossAxis:g=!0,fallbackPlacements:E,fallbackStrategy:y="bestFit",fallbackAxisSideDirection:D="none",flipAlignment:w=!0,...A}=Za(e,t);if((n=i.arrow)!=null&&n.alignmentOffset)return{};let x=_o(o),v=ci(l),k=_o(l)===l,L=await(c.isRTL==null?void 0:c.isRTL(d.floating)),B=E||(k||!w?[ec(l)]:zw(l)),I=D!=="none";!E&&I&&B.push(...Hw(l,w,D,L));let z=[l,...B],q=await c.detectOverflow(t,A),te=[],M=((r=i.flip)==null?void 0:r.overflows)||[];if(h&&te.push(q[x]),g){let le=xg(o,s,L);te.push(q[le[0]],q[le[1]])}if(M=[...M,{placement:o,overflows:te}],!te.every(le=>le<=0)){var me,fe;let le=(((me=i.flip)==null?void 0:me.index)||0)+1,ge=z[le];if(ge&&(!(g==="alignment"?v!==ci(ge):!1)||M.every(se=>ci(se.placement)===v?se.overflows[0]>0:!0)))return{data:{index:le,overflows:M},reset:{placement:ge}};let ke=(fe=M.filter(be=>be.overflows[0]<=0).sort((be,se)=>be.overflows[1]-se.overflows[1])[0])==null?void 0:fe.placement;if(!ke)switch(y){case"bestFit":{var ue;let be=(ue=M.filter(se=>{if(I){let Ee=ci(se.placement);return Ee===v||Ee==="y"}return!0}).map(se=>[se.placement,se.overflows.filter(Ee=>Ee>0).reduce((Ee,R)=>Ee+R,0)]).sort((se,Ee)=>se[1]-Ee[1])[0])==null?void 0:ue[0];be&&(ke=be);break}case"initialPlacement":ke=l;break}if(o!==ke)return{reset:{placement:ke}}}return{}}}};function m5(e,t){return{top:e.top-t.height,right:e.right-t.width,bottom:e.bottom-t.height,left:e.left-t.width}}function g5(e){return mg.some(t=>e[t]>=0)}var x5=function(e){return e===void 0&&(e={}),{name:"hide",options:e,async fn(t){let{rects:n,platform:r}=t,{strategy:o="referenceHidden",...i}=Za(e,t);switch(o){case"referenceHidden":{let s=await r.detectOverflow(t,{...i,elementContext:"reference"}),l=m5(s,n.reference);return{data:{referenceHiddenOffsets:l,referenceHidden:g5(l)}}}case"escaped":{let s=await r.detectOverflow(t,{...i,altBoundary:!0}),l=m5(s,n.floating);return{data:{escapedOffsets:l,escaped:g5(l)}}}default:return{}}}}};var SH=new Set(["left","top"]);async function IH(e,t){let{placement:n,platform:r,elements:o}=e,i=await(r.isRTL==null?void 0:r.isRTL(o.floating)),s=_o(n),l=So(n),c=ci(n)==="y",d=SH.has(s)?-1:1,h=i&&c?-1:1,g=Za(t,e),{mainAxis:E,crossAxis:y,alignmentAxis:D}=typeof g=="number"?{mainAxis:g,crossAxis:0,alignmentAxis:null}:{mainAxis:g.mainAxis||0,crossAxis:g.crossAxis||0,alignmentAxis:g.alignmentAxis};return l&&typeof D=="number"&&(y=l==="end"?D*-1:D),c?{x:y*h,y:E*d}:{x:E*d,y:y*h}}var v5=function(e){return e===void 0&&(e=0),{name:"offset",options:e,async fn(t){var n,r;let{x:o,y:i,placement:s,middlewareData:l}=t,c=await IH(t,e);return s===((n=l.offset)==null?void 0:n.placement)&&(r=l.arrow)!=null&&r.alignmentOffset?{}:{x:o+c.x,y:i+c.y,data:{...c,placement:s}}}}},w5=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){let{x:n,y:r,placement:o,platform:i}=t,{mainAxis:s=!0,crossAxis:l=!1,limiter:c={fn:x=>{let{x:v,y:k}=x;return{x:v,y:k}}},...d}=Za(e,t),h={x:n,y:r},g=await i.detectOverflow(t,d),E=ci(_o(o)),y=bg(E),D=h[y],w=h[E];if(s){let x=y==="y"?"top":"left",v=y==="y"?"bottom":"right",k=D+g[x],L=D-g[v];D=yg(k,D,L)}if(l){let x=E==="y"?"top":"left",v=E==="y"?"bottom":"right",k=w+g[x],L=w-g[v];w=yg(k,w,L)}let A=c.fn({...t,[y]:D,[E]:w});return{...A,data:{x:A.x-n,y:A.y-r,enabled:{[y]:s,[E]:l}}}}}};function A5(e){let t=Er(e),n=parseFloat(t.width)||0,r=parseFloat(t.height)||0,o=br(e),i=o?e.offsetWidth:n,s=o?e.offsetHeight:r,l=tc(n)!==i||tc(r)!==s;return l&&(n=i,r=s),{width:n,height:r,$:l}}function $2(e){return jt(e)?e:e.contextElement}function Wu(e){let t=$2(e);if(!br(t))return so(1);let n=t.getBoundingClientRect(),{width:r,height:o,$:i}=A5(t),s=(i?tc(n.width):n.width)/r,l=(i?tc(n.height):n.height)/o;return(!s||!Number.isFinite(s))&&(s=1),(!l||!Number.isFinite(l))&&(l=1),{x:s,y:l}}var FH=so(0);function _5(e){let t=Un(e);return!Ql()||!t.visualViewport?FH:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function LH(e,t,n){return t===void 0&&(t=!1),!n||t&&n!==Un(e)?!1:t}function ms(e,t,n,r){t===void 0&&(t=!1),n===void 0&&(n=!1);let o=e.getBoundingClientRect(),i=$2(e),s=so(1);t&&(r?jt(r)&&(s=Wu(r)):s=Wu(e));let l=LH(i,n,r)?_5(i):so(0),c=(o.left+l.x)/s.x,d=(o.top+l.y)/s.y,h=o.width/s.x,g=o.height/s.y;if(i){let E=Un(i),y=r&&jt(r)?Un(r):r,D=E,w=cp(D);for(;w&&r&&y!==D;){let A=Wu(w),x=w.getBoundingClientRect(),v=Er(w),k=x.left+(w.clientLeft+parseFloat(v.paddingLeft))*A.x,L=x.top+(w.clientTop+parseFloat(v.paddingTop))*A.y;c*=A.x,d*=A.y,h*=A.x,g*=A.y,c+=k,d+=L,D=Un(w),w=cp(D)}}return Ja({width:h,height:g,x:c,y:d})}function N0(e,t){let n=Zl(e).scrollLeft;return t?t.left+n:ms(ao(e)).left+n}function S5(e,t){let n=e.getBoundingClientRect(),r=n.left+t.scrollLeft-N0(e,n),o=n.top+t.scrollTop;return{x:r,y:o}}function RH(e){let{elements:t,rect:n,offsetParent:r,strategy:o}=e,i=o==="fixed",s=ao(r),l=t?Kl(t.floating):!1;if(r===s||l&&i)return n;let c={scrollLeft:0,scrollTop:0},d=so(1),h=so(0),g=br(r);if((g||!g&&!i)&&((qi(r)!=="body"||fu(s))&&(c=Zl(r)),br(r))){let y=ms(r);d=Wu(r),h.x=y.x+r.clientLeft,h.y=y.y+r.clientTop}let E=s&&!g&&!i?S5(s,c):so(0);return{width:n.width*d.x,height:n.height*d.y,x:n.x*d.x-c.scrollLeft*d.x+h.x+E.x,y:n.y*d.y-c.scrollTop*d.y+h.y+E.y}}function NH(e){return Array.from(e.getClientRects())}function OH(e){let t=ao(e),n=Zl(e),r=e.ownerDocument.body,o=li(t.scrollWidth,t.clientWidth,r.scrollWidth,r.clientWidth),i=li(t.scrollHeight,t.clientHeight,r.scrollHeight,r.clientHeight),s=-n.scrollLeft+N0(e),l=-n.scrollTop;return Er(r).direction==="rtl"&&(s+=li(t.clientWidth,r.clientWidth)-o),{width:o,height:i,x:s,y:l}}var k5=25;function MH(e,t){let n=Un(e),r=ao(e),o=n.visualViewport,i=r.clientWidth,s=r.clientHeight,l=0,c=0;if(o){i=o.width,s=o.height;let h=Ql();(!h||h&&t==="fixed")&&(l=o.offsetLeft,c=o.offsetTop)}let d=N0(r);if(d<=0){let h=r.ownerDocument,g=h.body,E=getComputedStyle(g),y=h.compatMode==="CSS1Compat"&&parseFloat(E.marginLeft)+parseFloat(E.marginRight)||0,D=Math.abs(r.clientWidth-g.clientWidth-y);D<=k5&&(i-=D)}else d<=k5&&(i+=d);return{width:i,height:s,x:l,y:c}}var PH=new Set(["absolute","fixed"]);function BH(e,t){let n=ms(e,!0,t==="fixed"),r=n.top+e.clientTop,o=n.left+e.clientLeft,i=br(e)?Wu(e):so(1),s=e.clientWidth*i.x,l=e.clientHeight*i.y,c=o*i.x,d=r*i.y;return{width:s,height:l,x:c,y:d}}function C5(e,t,n){let r;if(t==="viewport")r=MH(e,n);else if(t==="document")r=OH(ao(e));else if(jt(t))r=BH(t,n);else{let o=_5(e);r={x:t.x-o.x,y:t.y-o.y,width:t.width,height:t.height}}return Ja(r)}function I5(e,t){let n=Ao(e);return n===t||!jt(n)||Xi(n)?!1:Er(n).position==="fixed"||I5(n,t)}function $H(e,t){let n=t.get(e);if(n)return n;let r=ui(e,[],!1).filter(l=>jt(l)&&qi(l)!=="body"),o=null,i=Er(e).position==="fixed",s=i?Ao(e):e;for(;jt(s)&&!Xi(s);){let l=Er(s),c=lp(s);!c&&l.position==="fixed"&&(o=null),(i?!c&&!o:!c&&l.position==="static"&&!!o&&PH.has(o.position)||fu(s)&&!c&&I5(e,s))?r=r.filter(h=>h!==s):o=l,s=Ao(s)}return t.set(e,r),r}function zH(e){let{element:t,boundary:n,rootBoundary:r,strategy:o}=e,s=[...n==="clippingAncestors"?Kl(t)?[]:$H(t,this._c):[].concat(n),r],l=s[0],c=s.reduce((d,h)=>{let g=C5(t,h,o);return d.top=li(g.top,d.top),d.right=hu(g.right,d.right),d.bottom=hu(g.bottom,d.bottom),d.left=li(g.left,d.left),d},C5(t,l,o));return{width:c.right-c.left,height:c.bottom-c.top,x:c.left,y:c.top}}function HH(e){let{width:t,height:n}=A5(e);return{width:t,height:n}}function UH(e,t,n){let r=br(t),o=ao(t),i=n==="fixed",s=ms(e,!0,i,t),l={scrollLeft:0,scrollTop:0},c=so(0);function d(){c.x=N0(o)}if(r||!r&&!i)if((qi(t)!=="body"||fu(o))&&(l=Zl(t)),r){let y=ms(t,!0,i,t);c.x=y.x+t.clientLeft,c.y=y.y+t.clientTop}else o&&d();i&&!r&&o&&d();let h=o&&!r&&!i?S5(o,l):so(0),g=s.left+l.scrollLeft-c.x-h.x,E=s.top+l.scrollTop-c.y-h.y;return{x:g,y:E,width:s.width,height:s.height}}function B2(e){return Er(e).position==="static"}function T5(e,t){if(!br(e)||Er(e).position==="fixed")return null;if(t)return t(e);let n=e.offsetParent;return ao(e)===n&&(n=n.ownerDocument.body),n}function F5(e,t){let n=Un(e);if(Kl(e))return n;if(!br(e)){let o=Ao(e);for(;o&&!Xi(o);){if(jt(o)&&!B2(o))return o;o=Ao(o)}return n}let r=T5(e,t);for(;r&&Lw(r)&&B2(r);)r=T5(r,t);return r&&Xi(r)&&B2(r)&&!lp(r)?n:r||Rw(e)||n}var jH=async function(e){let t=this.getOffsetParent||F5,n=this.getDimensions,r=await n(e.floating);return{reference:UH(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:r.width,height:r.height}}};function WH(e){return Er(e).direction==="rtl"}var z2={convertOffsetParentRelativeRectToViewportRelativeRect:RH,getDocumentElement:ao,getClippingRect:zH,getOffsetParent:F5,getElementRects:jH,getClientRects:NH,getDimensions:HH,getScale:Wu,isElement:jt,isRTL:WH};function L5(e,t){return e.x===t.x&&e.y===t.y&&e.width===t.width&&e.height===t.height}function VH(e,t){let n=null,r,o=ao(e);function i(){var l;clearTimeout(r),(l=n)==null||l.disconnect(),n=null}function s(l,c){l===void 0&&(l=!1),c===void 0&&(c=1),i();let d=e.getBoundingClientRect(),{left:h,top:g,width:E,height:y}=d;if(l||t(),!E||!y)return;let D=nc(g),w=nc(o.clientWidth-(h+E)),A=nc(o.clientHeight-(g+y)),x=nc(h),k={rootMargin:-D+"px "+-w+"px "+-A+"px "+-x+"px",threshold:li(0,hu(1,c))||1},L=!0;function B(I){let z=I[0].intersectionRatio;if(z!==c){if(!L)return s();z?s(!1,z):r=setTimeout(()=>{s(!1,1e-7)},1e3)}z===1&&!L5(d,e.getBoundingClientRect())&&s(),L=!1}try{n=new IntersectionObserver(B,{...k,root:o.ownerDocument})}catch{n=new IntersectionObserver(B,k)}n.observe(e)}return s(!0),i}function O0(e,t,n,r){r===void 0&&(r={});let{ancestorScroll:o=!0,ancestorResize:i=!0,elementResize:s=typeof ResizeObserver=="function",layoutShift:l=typeof IntersectionObserver=="function",animationFrame:c=!1}=r,d=$2(e),h=o||i?[...d?ui(d):[],...ui(t)]:[];h.forEach(x=>{o&&x.addEventListener("scroll",n,{passive:!0}),i&&x.addEventListener("resize",n)});let g=d&&l?VH(d,n):null,E=-1,y=null;s&&(y=new ResizeObserver(x=>{let[v]=x;v&&v.target===d&&y&&(y.unobserve(t),cancelAnimationFrame(E),E=requestAnimationFrame(()=>{var k;(k=y)==null||k.observe(t)})),n()}),d&&!c&&y.observe(d),y.observe(t));let D,w=c?ms(e):null;c&&A();function A(){let x=ms(e);w&&!L5(w,x)&&n(),w=x,D=requestAnimationFrame(A)}return n(),()=>{var x;h.forEach(v=>{o&&v.removeEventListener("scroll",n),i&&v.removeEventListener("resize",n)}),g?.(),(x=y)==null||x.disconnect(),y=null,c&&cancelAnimationFrame(D)}}var R5=v5,N5=E5,O5=w5,M5=D5;var P5=x5;var M0=(e,t,n)=>{let r=new Map,o={platform:z2,...n},i={...o.platform,_c:r};return b5(e,t,{...o,platform:i})};var Vt=G(_e(),1),z5=G(_e(),1),H5=G(R0(),1),GH=typeof document<"u",YH=function(){},P0=GH?z5.useLayoutEffect:YH;function B0(e,t){if(e===t)return!0;if(typeof e!=typeof t)return!1;if(typeof e=="function"&&e.toString()===t.toString())return!0;let n,r,o;if(e&&t&&typeof e=="object"){if(Array.isArray(e)){if(n=e.length,n!==t.length)return!1;for(r=n;r--!==0;)if(!B0(e[r],t[r]))return!1;return!0}if(o=Object.keys(e),n=o.length,n!==Object.keys(t).length)return!1;for(r=n;r--!==0;)if(!{}.hasOwnProperty.call(t,o[r]))return!1;for(r=n;r--!==0;){let i=o[r];if(!(i==="_owner"&&e.$$typeof)&&!B0(e[i],t[i]))return!1}return!0}return e!==e&&t!==t}function U5(e){return typeof window>"u"?1:(e.ownerDocument.defaultView||window).devicePixelRatio||1}function B5(e,t){let n=U5(e);return Math.round(t*n)/n}function H2(e){let t=Vt.useRef(e);return P0(()=>{t.current=e}),t}function j5(e){e===void 0&&(e={});let{placement:t="bottom",strategy:n="absolute",middleware:r=[],platform:o,elements:{reference:i,floating:s}={},transform:l=!0,whileElementsMounted:c,open:d}=e,[h,g]=Vt.useState({x:0,y:0,strategy:n,placement:t,middlewareData:{},isPositioned:!1}),[E,y]=Vt.useState(r);B0(E,r)||y(r);let[D,w]=Vt.useState(null),[A,x]=Vt.useState(null),v=Vt.useCallback(se=>{se!==I.current&&(I.current=se,w(se))},[]),k=Vt.useCallback(se=>{se!==z.current&&(z.current=se,x(se))},[]),L=i||D,B=s||A,I=Vt.useRef(null),z=Vt.useRef(null),q=Vt.useRef(h),te=c!=null,M=H2(c),me=H2(o),fe=H2(d),ue=Vt.useCallback(()=>{if(!I.current||!z.current)return;let se={placement:t,strategy:n,middleware:E};me.current&&(se.platform=me.current),M0(I.current,z.current,se).then(Ee=>{let R={...Ee,isPositioned:fe.current!==!1};le.current&&!B0(q.current,R)&&(q.current=R,H5.flushSync(()=>{g(R)}))})},[E,t,n,me,fe]);P0(()=>{d===!1&&q.current.isPositioned&&(q.current.isPositioned=!1,g(se=>({...se,isPositioned:!1})))},[d]);let le=Vt.useRef(!1);P0(()=>(le.current=!0,()=>{le.current=!1}),[]),P0(()=>{if(L&&(I.current=L),B&&(z.current=B),L&&B){if(M.current)return M.current(L,B,ue);ue()}},[L,B,ue,M,te]);let ge=Vt.useMemo(()=>({reference:I,floating:z,setReference:v,setFloating:k}),[v,k]),ke=Vt.useMemo(()=>({reference:L,floating:B}),[L,B]),be=Vt.useMemo(()=>{let se={position:n,left:0,top:0};if(!ke.floating)return se;let Ee=B5(ke.floating,h.x),R=B5(ke.floating,h.y);return l?{...se,transform:"translate("+Ee+"px, "+R+"px)",...U5(ke.floating)>=1.5&&{willChange:"transform"}}:{position:n,left:Ee,top:R}},[n,l,ke.floating,h.x,h.y]);return Vt.useMemo(()=>({...h,update:ue,refs:ge,elements:ke,floatingStyles:be}),[h,ue,ge,ke,be])}var $0=(e,t)=>({...R5(e),options:[e,t]}),U2=(e,t)=>({...O5(e),options:[e,t]});var j2=(e,t)=>({...M5(e),options:[e,t]});var W2=(e,t)=>({...N5(e),options:[e,t]}),V2=(e,t)=>({...P5(e),options:[e,t]});var e4={...de},qH=e4.useInsertionEffect,XH=qH||(e=>e());function z0(e){let t=de.useRef(()=>{});return XH(()=>{t.current=e}),de.useCallback(function(){for(var n=arguments.length,r=new Array(n),o=0;o<n;o++)r[o]=arguments[o];return t.current==null?void 0:t.current(...r)},[])}var KH="ArrowUp",QH="ArrowDown",ZH="ArrowLeft",JH="ArrowRight";var Gr=typeof document<"u"?Gu.useLayoutEffect:Gu.useEffect;var eU=[ZH,JH],tU=[KH,QH],Bre=[...eU,...tU];function X2(){return X2=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},X2.apply(this,arguments)}var W5=!1,nU=0,V5=()=>"floating-ui-"+Math.random().toString(36).slice(2,6)+nU++;function rU(){let[e,t]=de.useState(()=>W5?V5():void 0);return Gr(()=>{e==null&&t(V5())},[]),de.useEffect(()=>{W5=!0},[]),e}var oU=e4.useId,t4=oU||rU;function iU(){let e=new Map;return{emit(t,n){var r;(r=e.get(t))==null||r.forEach(o=>o(n))},on(t,n){e.set(t,[...e.get(t)||[],n])},off(t,n){var r;e.set(t,((r=e.get(t))==null?void 0:r.filter(o=>o!==n))||[])}}}var aU=de.createContext(null),sU=de.createContext(null),n4=()=>{var e;return((e=de.useContext(aU))==null?void 0:e.id)||null},r4=()=>de.useContext(sU);function Q2(e){return"data-floating-ui-"+e}function gs(e){let t=(0,Gu.useRef)(e);return Gr(()=>{t.current=e}),t}var G5=Q2("safe-polygon");function G2(e,t,n){return n&&!dp(n)?0:typeof e=="number"?e:e?.[t]}function o4(e,t){t===void 0&&(t={});let{open:n,onOpenChange:r,dataRef:o,events:i,elements:s}=e,{enabled:l=!0,delay:c=0,handleClose:d=null,mouseOnly:h=!1,restMs:g=0,move:E=!0}=t,y=r4(),D=n4(),w=gs(d),A=gs(c),x=gs(n),v=de.useRef(),k=de.useRef(-1),L=de.useRef(),B=de.useRef(-1),I=de.useRef(!0),z=de.useRef(!1),q=de.useRef(()=>{}),te=de.useRef(!1),M=de.useCallback(()=>{var be;let se=(be=o.current.openEvent)==null?void 0:be.type;return se?.includes("mouse")&&se!=="mousedown"},[o]);de.useEffect(()=>{if(!l)return;function be(se){let{open:Ee}=se;Ee||(clearTimeout(k.current),clearTimeout(B.current),I.current=!0,te.current=!1)}return i.on("openchange",be),()=>{i.off("openchange",be)}},[l,i]),de.useEffect(()=>{if(!l||!w.current||!n)return;function be(Ee){M()&&r(!1,Ee,"hover")}let se=pu(s.floating).documentElement;return se.addEventListener("mouseleave",be),()=>{se.removeEventListener("mouseleave",be)}},[s.floating,n,r,l,w,M]);let me=de.useCallback(function(be,se,Ee){se===void 0&&(se=!0),Ee===void 0&&(Ee="hover");let R=G2(A.current,"close",v.current);R&&!L.current?(clearTimeout(k.current),k.current=window.setTimeout(()=>r(!1,be,Ee),R)):se&&(clearTimeout(k.current),r(!1,be,Ee))},[A,r]),fe=z0(()=>{q.current(),L.current=void 0}),ue=z0(()=>{if(z.current){let be=pu(s.floating).body;be.style.pointerEvents="",be.removeAttribute(G5),z.current=!1}}),le=z0(()=>o.current.openEvent?["click","mousedown"].includes(o.current.openEvent.type):!1);de.useEffect(()=>{if(!l)return;function be(Te){if(clearTimeout(k.current),I.current=!1,h&&!dp(v.current)||g>0&&!G2(A.current,"open"))return;let Ve=G2(A.current,"open",v.current);Ve?k.current=window.setTimeout(()=>{x.current||r(!0,Te,"hover")},Ve):n||r(!0,Te,"hover")}function se(Te){if(le())return;q.current();let Ve=pu(s.floating);if(clearTimeout(B.current),te.current=!1,w.current&&o.current.floatingContext){n||clearTimeout(k.current),L.current=w.current({...o.current.floatingContext,tree:y,x:Te.clientX,y:Te.clientY,onClose(){ue(),fe(),le()||me(Te,!0,"safe-polygon")}});let ot=L.current;Ve.addEventListener("mousemove",ot),q.current=()=>{Ve.removeEventListener("mousemove",ot)};return}(v.current==="touch"?!hg(s.floating,Te.relatedTarget):!0)&&me(Te)}function Ee(Te){le()||o.current.floatingContext&&(w.current==null||w.current({...o.current.floatingContext,tree:y,x:Te.clientX,y:Te.clientY,onClose(){ue(),fe(),le()||me(Te)}})(Te))}if(jt(s.domReference)){var R;let Te=s.domReference;return n&&Te.addEventListener("mouseleave",Ee),(R=s.floating)==null||R.addEventListener("mouseleave",Ee),E&&Te.addEventListener("mousemove",be,{once:!0}),Te.addEventListener("mouseenter",be),Te.addEventListener("mouseleave",se),()=>{var Ve;n&&Te.removeEventListener("mouseleave",Ee),(Ve=s.floating)==null||Ve.removeEventListener("mouseleave",Ee),E&&Te.removeEventListener("mousemove",be),Te.removeEventListener("mouseenter",be),Te.removeEventListener("mouseleave",se)}}},[s,l,e,h,g,E,me,fe,ue,r,n,x,y,A,w,o,le]),Gr(()=>{var be;if(l&&n&&(be=w.current)!=null&&be.__options.blockPointerEvents&&M()){z.current=!0;let Ee=s.floating;if(jt(s.domReference)&&Ee){var se;let R=pu(s.floating).body;R.setAttribute(G5,"");let Te=s.domReference,Ve=y==null||(se=y.nodesRef.current.find(P=>P.id===D))==null||(se=se.context)==null?void 0:se.elements.floating;return Ve&&(Ve.style.pointerEvents=""),R.style.pointerEvents="none",Te.style.pointerEvents="auto",Ee.style.pointerEvents="auto",()=>{R.style.pointerEvents="",Te.style.pointerEvents="",Ee.style.pointerEvents=""}}}},[l,n,D,s,y,w,M]),Gr(()=>{n||(v.current=void 0,te.current=!1,fe(),ue())},[n,fe,ue]),de.useEffect(()=>()=>{fe(),clearTimeout(k.current),clearTimeout(B.current),ue()},[l,s.domReference,fe,ue]);let ge=de.useMemo(()=>{function be(se){v.current=se.pointerType}return{onPointerDown:be,onPointerEnter:be,onMouseMove(se){let{nativeEvent:Ee}=se;function R(){!I.current&&!x.current&&r(!0,Ee,"hover")}h&&!dp(v.current)||n||g===0||te.current&&se.movementX**2+se.movementY**2<2||(clearTimeout(B.current),v.current==="touch"?R():(te.current=!0,B.current=window.setTimeout(R,g)))}}},[h,r,n,x,g]),ke=de.useMemo(()=>({onMouseEnter(){clearTimeout(k.current)},onMouseLeave(be){le()||me(be.nativeEvent,!1)}}),[me,le]);return de.useMemo(()=>l?{reference:ge,floating:ke}:{},[l,ge,ke])}var i4=()=>({getShadowRoot:!0,displayCheck:typeof ResizeObserver=="function"&&ResizeObserver.toString().includes("[native code]")?"full":"none"});function a4(e,t){let n=kg(e,i4());t==="prev"&&n.reverse();let r=n.indexOf(Ow(pu(e)));return n.slice(r+1)[0]}function uU(){return a4(document.body,"next")}function lU(){return a4(document.body,"prev")}function Y2(e,t){let n=t||e.currentTarget,r=e.relatedTarget;return!r||!hg(n,r)}function cU(e){kg(e,i4()).forEach(n=>{n.dataset.tabindex=n.getAttribute("tabindex")||"",n.setAttribute("tabindex","-1")})}function Y5(e){e.querySelectorAll("[data-tabindex]").forEach(n=>{let r=n.dataset.tabindex;delete n.dataset.tabindex,r?n.setAttribute("tabindex",r):n.removeAttribute("tabindex")})}var s4={border:0,clip:"rect(0 0 0 0)",height:"1px",margin:"-1px",overflow:"hidden",padding:0,position:"fixed",whiteSpace:"nowrap",width:"1px",top:0,left:0},dU;function q5(e){e.key==="Tab"&&(e.target,clearTimeout(dU))}var X5=de.forwardRef(function(t,n){let[r,o]=de.useState();Gr(()=>(Mw()&&o("button"),document.addEventListener("keydown",q5),()=>{document.removeEventListener("keydown",q5)}),[]);let i={ref:n,tabIndex:0,role:r,"aria-hidden":r?void 0:!0,[Q2("focus-guard")]:"",style:s4};return de.createElement("span",X2({},t,i))}),u4=de.createContext(null),K5=Q2("portal");function fU(e){e===void 0&&(e={});let{id:t,root:n}=e,r=t4(),o=pU(),[i,s]=de.useState(null),l=de.useRef(null);return Gr(()=>()=>{i?.remove(),queueMicrotask(()=>{l.current=null})},[i]),Gr(()=>{if(!r||l.current)return;let c=t?document.getElementById(t):null;if(!c)return;let d=document.createElement("div");d.id=r,d.setAttribute(K5,""),c.appendChild(d),l.current=d,s(d)},[t,r]),Gr(()=>{if(n===null||!r||l.current)return;let c=n||o?.portalNode;c&&!jt(c)&&(c=c.current),c=c||document.body;let d=null;t&&(d=document.createElement("div"),d.id=t,c.appendChild(d));let h=document.createElement("div");h.id=r,h.setAttribute(K5,""),c=d||c,c.appendChild(h),l.current=h,s(h)},[t,n,r,o]),i}function l4(e){let{children:t,id:n,root:r,preserveTabOrder:o=!0}=e,i=fU({id:n,root:r}),[s,l]=de.useState(null),c=de.useRef(null),d=de.useRef(null),h=de.useRef(null),g=de.useRef(null),E=s?.modal,y=s?.open,D=!!s&&!s.modal&&s.open&&o&&!!(r||i);return de.useEffect(()=>{if(!i||!o||E)return;function w(A){i&&Y2(A)&&(A.type==="focusin"?Y5:cU)(i)}return i.addEventListener("focusin",w,!0),i.addEventListener("focusout",w,!0),()=>{i.removeEventListener("focusin",w,!0),i.removeEventListener("focusout",w,!0)}},[i,o,E]),de.useEffect(()=>{i&&(y||Y5(i))},[y,i]),de.createElement(u4.Provider,{value:de.useMemo(()=>({preserveTabOrder:o,beforeOutsideRef:c,afterOutsideRef:d,beforeInsideRef:h,afterInsideRef:g,portalNode:i,setFocusManagerState:l}),[o,i])},D&&i&&de.createElement(X5,{"data-type":"outside",ref:c,onFocus:w=>{if(Y2(w,i)){var A;(A=h.current)==null||A.focus()}else{let x=lU()||s?.refs.domReference.current;x?.focus()}}}),D&&i&&de.createElement("span",{"aria-owns":i.id,style:s4}),i&&K2.createPortal(t,i),D&&i&&de.createElement(X5,{"data-type":"outside",ref:d,onFocus:w=>{if(Y2(w,i)){var A;(A=g.current)==null||A.focus()}else{let x=uU()||s?.refs.domReference.current;x?.focus(),s?.closeOnFocusOut&&s?.onOpenChange(!1,w.nativeEvent,"focus-out")}}}))}var pU=()=>de.useContext(u4),hU="data-floating-ui-focusable";function mU(e){let{open:t=!1,onOpenChange:n,elements:r}=e,o=t4(),i=de.useRef({}),[s]=de.useState(()=>iU()),l=n4()!=null,[c,d]=de.useState(r.reference),h=z0((y,D,w)=>{i.current.openEvent=y?D:void 0,s.emit("openchange",{open:y,event:D,reason:w,nested:l}),n?.(y,D,w)}),g=de.useMemo(()=>({setPositionReference:d}),[]),E=de.useMemo(()=>({reference:c||r.reference||null,floating:r.floating||null,domReference:r.reference}),[c,r.reference,r.floating]);return de.useMemo(()=>({dataRef:i,open:t,onOpenChange:h,elements:E,events:s,floatingId:o,refs:g}),[t,h,E,s,o,g])}function H0(e){e===void 0&&(e={});let{nodeId:t}=e,n=mU({...e,elements:{reference:null,floating:null,...e.elements}}),r=e.rootContext||n,o=r.elements,[i,s]=de.useState(null),[l,c]=de.useState(null),h=o?.domReference||i,g=de.useRef(null),E=r4();Gr(()=>{h&&(g.current=h)},[h]);let y=j5({...e,elements:{...o,...l&&{reference:l}}}),D=de.useCallback(k=>{let L=jt(k)?{getBoundingClientRect:()=>k.getBoundingClientRect(),contextElement:k}:k;c(L),y.refs.setReference(L)},[y.refs]),w=de.useCallback(k=>{(jt(k)||k===null)&&(g.current=k,s(k)),(jt(y.refs.reference.current)||y.refs.reference.current===null||k!==null&&!jt(k))&&y.refs.setReference(k)},[y.refs]),A=de.useMemo(()=>({...y.refs,setReference:w,setPositionReference:D,domReference:g}),[y.refs,w,D]),x=de.useMemo(()=>({...y.elements,domReference:h}),[y.elements,h]),v=de.useMemo(()=>({...y,...r,refs:A,elements:x,nodeId:t}),[y,A,x,t,r]);return Gr(()=>{r.dataRef.current.floatingContext=v;let k=E?.nodesRef.current.find(L=>L.id===t);k&&(k.context=v)}),de.useMemo(()=>({...y,context:v,refs:A,elements:x}),[y,A,x,v])}var Q5="active",Z5="selected";function q2(e,t,n){let r=new Map,o=n==="item",i=e;if(o&&e){let{[Q5]:s,[Z5]:l,...c}=e;i=c}return{...n==="floating"&&{tabIndex:-1,[hU]:""},...i,...t.map(s=>{let l=s?s[n]:null;return typeof l=="function"?e?l(e):null:l}).concat(e).reduce((s,l)=>(l&&Object.entries(l).forEach(c=>{let[d,h]=c;if(!(o&&[Q5,Z5].includes(d)))if(d.indexOf("on")===0){if(r.has(d)||r.set(d,[]),typeof h=="function"){var g;(g=r.get(d))==null||g.push(h),s[d]=function(){for(var E,y=arguments.length,D=new Array(y),w=0;w<y;w++)D[w]=arguments[w];return(E=r.get(d))==null?void 0:E.map(A=>A(...D)).find(A=>A!==void 0)}}}else s[d]=h}),s),{})}}function c4(e){e===void 0&&(e=[]);let t=e.map(l=>l?.reference),n=e.map(l=>l?.floating),r=e.map(l=>l?.item),o=de.useCallback(l=>q2(l,e,"reference"),t),i=de.useCallback(l=>q2(l,e,"floating"),n),s=de.useCallback(l=>q2(l,e,"item"),r);return de.useMemo(()=>({getReferenceProps:o,getFloatingProps:i,getItemProps:s}),[o,i,s])}var J5=e=>e.replace(/[A-Z]+(?![a-z])|[A-Z]/g,(t,n)=>(n?"-":"")+t.toLowerCase());function Vu(e,t){return typeof e=="function"?e(t):e}function gU(e,t){let[n,r]=de.useState(e);return e&&!n&&r(!0),de.useEffect(()=>{if(!e&&n){let o=setTimeout(()=>r(!1),t);return()=>clearTimeout(o)}},[e,n,t]),n}function yU(e,t){t===void 0&&(t={});let{open:n,elements:{floating:r}}=e,{duration:o=250}=t,s=(typeof o=="number"?o:o.close)||0,[l,c]=de.useState("unmounted"),d=gU(n,s);return!d&&l==="close"&&c("unmounted"),Gr(()=>{if(r){if(n){c("initial");let h=requestAnimationFrame(()=>{c("open")});return()=>{cancelAnimationFrame(h)}}c("close")}},[n,r]),{isMounted:d,status:l}}function d4(e,t){t===void 0&&(t={});let{initial:n={opacity:0},open:r,close:o,common:i,duration:s=250}=t,l=e.placement,c=l.split("-")[0],d=de.useMemo(()=>({side:c,placement:l}),[c,l]),h=typeof s=="number",g=(h?s:s.open)||0,E=(h?s:s.close)||0,[y,D]=de.useState(()=>({...Vu(i,d),...Vu(n,d)})),{isMounted:w,status:A}=yU(e,{duration:s}),x=gs(n),v=gs(r),k=gs(o),L=gs(i);return Gr(()=>{let B=Vu(x.current,d),I=Vu(k.current,d),z=Vu(L.current,d),q=Vu(v.current,d)||Object.keys(B).reduce((te,M)=>(te[M]="",te),{});if(A==="initial"&&D(te=>({transitionProperty:te.transitionProperty,...z,...B})),A==="open"&&D({transitionProperty:Object.keys(q).map(J5).join(","),transitionDuration:g+"ms",...z,...q}),A==="close"){let te=I||B;D({transitionProperty:Object.keys(te).map(J5).join(","),transitionDuration:E+"ms",...z,...te})}},[E,k,x,v,L,g,A,d]),{isMounted:w,styles:y}}var j0=G(_e(),1);var U0=G(De(),1);var f4=G(_e(),1);var bU=W(he).attrs({p:"space8"})`
806
+ `,XB={info:Dw,success:Ka,warning:pg,danger:ww},Iw=({className:e,Icon:t,icon:n,caption:r,children:o,onDismissClick:i,type:s="warning",borderless:l=!1,boxless:c=!1,dismissTrackingId:d,actions:h=[],as:g,...E})=>{let y=n||t||XB[s],D=!!r&&!!o;return(0,tr.jsxs)(qB,{className:it(e,yn.main,s,l&&"borderless"),mb:c?"space8":"space16",forwardedAs:g,$boxless:c,$hasCaption:D,...E,children:[(0,tr.jsxs)("div",{className:yn.content,children:[(0,tr.jsx)(y,{className:yn.icon,size:"16"}),D&&(0,tr.jsx)(je,{weight:"bold",className:yn.caption,children:r}),(0,tr.jsx)("div",{className:yn.description,children:o})]}),(h.length>0||i)&&(0,tr.jsxs)("div",{className:yn.actionsWrapper,children:[h.length>0&&(0,tr.jsx)(tr.Fragment,{children:h.map(({label:w,...A},x)=>(0,tr.jsx)(Qa,{size:"small",variant:"primary",...A,children:w},x))}),i&&(0,tr.jsx)(Qa,{size:"small",variant:"tertiary",trackingId:d,onClick:i,className:yn.dismiss,children:(0,tr.jsx)(gw,{size:"16",color:p.color.neutral.icon})})]})]})};var p4=G(De(),1);var de=G(_e(),1),Gu=G(_e(),1);function up(){return typeof window<"u"}function qi(e){return Fw(e)?(e.nodeName||"").toLowerCase():"#document"}function Un(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function ao(e){var t;return(t=(Fw(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function Fw(e){return up()?e instanceof Node||e instanceof Un(e).Node:!1}function jt(e){return up()?e instanceof Element||e instanceof Un(e).Element:!1}function br(e){return up()?e instanceof HTMLElement||e instanceof Un(e).HTMLElement:!1}function sp(e){return!up()||typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof Un(e).ShadowRoot}var KB=new Set(["inline","contents"]);function fu(e){let{overflow:t,overflowX:n,overflowY:r,display:o}=Er(e);return/auto|scroll|overlay|hidden|clip/.test(t+r+n)&&!KB.has(o)}var QB=new Set(["table","td","th"]);function Lw(e){return QB.has(qi(e))}var ZB=[":popover-open",":modal"];function Kl(e){return ZB.some(t=>{try{return e.matches(t)}catch{return!1}})}var JB=["transform","translate","scale","rotate","perspective"],e$=["transform","translate","scale","rotate","perspective","filter"],t$=["paint","layout","strict","content"];function lp(e){let t=Ql(),n=jt(e)?Er(e):e;return JB.some(r=>n[r]?n[r]!=="none":!1)||(n.containerType?n.containerType!=="normal":!1)||!t&&(n.backdropFilter?n.backdropFilter!=="none":!1)||!t&&(n.filter?n.filter!=="none":!1)||e$.some(r=>(n.willChange||"").includes(r))||t$.some(r=>(n.contain||"").includes(r))}function Rw(e){let t=Ao(e);for(;br(t)&&!Xi(t);){if(lp(t))return t;if(Kl(t))return null;t=Ao(t)}return null}function Ql(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}var n$=new Set(["html","body","#document"]);function Xi(e){return n$.has(qi(e))}function Er(e){return Un(e).getComputedStyle(e)}function Zl(e){return jt(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function Ao(e){if(qi(e)==="html")return e;let t=e.assignedSlot||e.parentNode||sp(e)&&e.host||ao(e);return sp(t)?t.host:t}function Nw(e){let t=Ao(e);return Xi(t)?e.ownerDocument?e.ownerDocument.body:e.body:br(t)&&fu(t)?t:Nw(t)}function ui(e,t,n){var r;t===void 0&&(t=[]),n===void 0&&(n=!0);let o=Nw(e),i=o===((r=e.ownerDocument)==null?void 0:r.body),s=Un(o);if(i){let l=cp(s);return t.concat(s,s.visualViewport||[],fu(o)?o:[],l&&n?ui(l):[])}return t.concat(o,ui(o,[],n))}function cp(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function Ow(e){let t=e.activeElement;for(;((n=t)==null||(n=n.shadowRoot)==null?void 0:n.activeElement)!=null;){var n;t=t.shadowRoot.activeElement}return t}function hg(e,t){if(!e||!t)return!1;let n=t.getRootNode==null?void 0:t.getRootNode();if(e.contains(t))return!0;if(n&&sp(n)){let r=t;for(;r;){if(e===r)return!0;r=r.parentNode||r.host}}return!1}function Mw(){return/apple/i.test(navigator.vendor)}function dp(e,t){let n=["mouse","pen"];return t||n.push("",void 0),n.includes(e)}function pu(e){return e?.ownerDocument||document}var mg=["top","right","bottom","left"],Pw=["start","end"],gg=mg.reduce((e,t)=>e.concat(t,t+"-"+Pw[0],t+"-"+Pw[1]),[]),hu=Math.min,li=Math.max,tc=Math.round,nc=Math.floor,so=e=>({x:e,y:e}),r$={left:"right",right:"left",bottom:"top",top:"bottom"},o$={start:"end",end:"start"};function yg(e,t,n){return li(e,hu(t,n))}function Za(e,t){return typeof e=="function"?e(t):e}function _o(e){return e.split("-")[0]}function So(e){return e.split("-")[1]}function bg(e){return e==="x"?"y":"x"}function Eg(e){return e==="y"?"height":"width"}var i$=new Set(["top","bottom"]);function ci(e){return i$.has(_o(e))?"y":"x"}function Dg(e){return bg(ci(e))}function xg(e,t,n){n===void 0&&(n=!1);let r=So(e),o=Dg(e),i=Eg(o),s=o==="x"?r===(n?"end":"start")?"right":"left":r==="start"?"bottom":"top";return t.reference[i]>t.floating[i]&&(s=ec(s)),[s,ec(s)]}function zw(e){let t=ec(e);return[Jl(e),t,Jl(t)]}function Jl(e){return e.replace(/start|end/g,t=>o$[t])}var Bw=["left","right"],$w=["right","left"],a$=["top","bottom"],s$=["bottom","top"];function u$(e,t,n){switch(e){case"top":case"bottom":return n?t?$w:Bw:t?Bw:$w;case"left":case"right":return t?a$:s$;default:return[]}}function Hw(e,t,n,r){let o=So(e),i=u$(_o(e),n==="start",r);return o&&(i=i.map(s=>s+"-"+o),t&&(i=i.concat(i.map(Jl)))),i}function ec(e){return e.replace(/left|right|bottom|top/g,t=>r$[t])}function l$(e){return{top:0,right:0,bottom:0,left:0,...e}}function Uw(e){return typeof e!="number"?l$(e):{top:e,right:e,bottom:e,left:e}}function Ja(e){let{x:t,y:n,width:r,height:o}=e;return{width:r,height:o,top:n,left:t,right:t+r,bottom:n+o,x:t,y:n}}var c$=["input:not([inert]):not([inert] *)","select:not([inert]):not([inert] *)","textarea:not([inert]):not([inert] *)","a[href]:not([inert]):not([inert] *)","button:not([inert]):not([inert] *)","[tabindex]:not(slot):not([inert]):not([inert] *)","audio[controls]:not([inert]):not([inert] *)","video[controls]:not([inert]):not([inert] *)",'[contenteditable]:not([contenteditable="false"]):not([inert]):not([inert] *)',"details>summary:first-of-type:not([inert]):not([inert] *)","details:not([inert]):not([inert] *)"],vg=c$.join(","),Vw=typeof Element>"u",rc=Vw?function(){}:Element.prototype.matches||Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector,fp=!Vw&&Element.prototype.getRootNode?function(e){var t;return e==null||(t=e.getRootNode)===null||t===void 0?void 0:t.call(e)}:function(e){return e?.ownerDocument},pp=function(t,n){var r;n===void 0&&(n=!0);var o=t==null||(r=t.getAttribute)===null||r===void 0?void 0:r.call(t,"inert"),i=o===""||o==="true",s=i||n&&t&&(typeof t.closest=="function"?t.closest("[inert]"):pp(t.parentNode));return s},d$=function(t){var n,r=t==null||(n=t.getAttribute)===null||n===void 0?void 0:n.call(t,"contenteditable");return r===""||r==="true"},f$=function(t,n,r){if(pp(t))return[];var o=Array.prototype.slice.apply(t.querySelectorAll(vg));return n&&rc.call(t,vg)&&o.unshift(t),o=o.filter(r),o},wg=function(t,n,r){for(var o=[],i=Array.from(t);i.length;){var s=i.shift();if(!pp(s,!1))if(s.tagName==="SLOT"){var l=s.assignedElements(),c=l.length?l:s.children,d=wg(c,!0,r);r.flatten?o.push.apply(o,d):o.push({scopeParent:s,candidates:d})}else{var h=rc.call(s,vg);h&&r.filter(s)&&(n||!t.includes(s))&&o.push(s);var g=s.shadowRoot||typeof r.getShadowRoot=="function"&&r.getShadowRoot(s),E=!pp(g,!1)&&(!r.shadowRootFilter||r.shadowRootFilter(s));if(g&&E){var y=wg(g===!0?s.children:g.children,!0,r);r.flatten?o.push.apply(o,y):o.push({scopeParent:s,candidates:y})}else i.unshift.apply(i,s.children)}}return o},Gw=function(t){return!isNaN(parseInt(t.getAttribute("tabindex"),10))},Yw=function(t){if(!t)throw new Error("No node provided");return t.tabIndex<0&&(/^(AUDIO|VIDEO|DETAILS)$/.test(t.tagName)||d$(t))&&!Gw(t)?0:t.tabIndex},p$=function(t,n){var r=Yw(t);return r<0&&n&&!Gw(t)?0:r},h$=function(t,n){return t.tabIndex===n.tabIndex?t.documentOrder-n.documentOrder:t.tabIndex-n.tabIndex},qw=function(t){return t.tagName==="INPUT"},m$=function(t){return qw(t)&&t.type==="hidden"},g$=function(t){var n=t.tagName==="DETAILS"&&Array.prototype.slice.apply(t.children).some(function(r){return r.tagName==="SUMMARY"});return n},y$=function(t,n){for(var r=0;r<t.length;r++)if(t[r].checked&&t[r].form===n)return t[r]},b$=function(t){if(!t.name)return!0;var n=t.form||fp(t),r=function(l){return n.querySelectorAll('input[type="radio"][name="'+l+'"]')},o;if(typeof window<"u"&&typeof window.CSS<"u"&&typeof window.CSS.escape=="function")o=r(window.CSS.escape(t.name));else try{o=r(t.name)}catch(s){return console.error("Looks like you have a radio button with a name attribute containing invalid CSS selector characters and need the CSS.escape polyfill: %s",s.message),!1}var i=y$(o,t.form);return!i||i===t},E$=function(t){return qw(t)&&t.type==="radio"},D$=function(t){return E$(t)&&!b$(t)},x$=function(t){var n,r=t&&fp(t),o=(n=r)===null||n===void 0?void 0:n.host,i=!1;if(r&&r!==t){var s,l,c;for(i=!!((s=o)!==null&&s!==void 0&&(l=s.ownerDocument)!==null&&l!==void 0&&l.contains(o)||t!=null&&(c=t.ownerDocument)!==null&&c!==void 0&&c.contains(t));!i&&o;){var d,h,g;r=fp(o),o=(d=r)===null||d===void 0?void 0:d.host,i=!!((h=o)!==null&&h!==void 0&&(g=h.ownerDocument)!==null&&g!==void 0&&g.contains(o))}}return i},jw=function(t){var n=t.getBoundingClientRect(),r=n.width,o=n.height;return r===0&&o===0},v$=function(t,n){var r=n.displayCheck,o=n.getShadowRoot;if(r==="full-native"&&"checkVisibility"in t){var i=t.checkVisibility({checkOpacity:!1,opacityProperty:!1,contentVisibilityAuto:!0,visibilityProperty:!0,checkVisibilityCSS:!0});return!i}if(getComputedStyle(t).visibility==="hidden")return!0;var s=rc.call(t,"details>summary:first-of-type"),l=s?t.parentElement:t;if(rc.call(l,"details:not([open]) *"))return!0;if(!r||r==="full"||r==="full-native"||r==="legacy-full"){if(typeof o=="function"){for(var c=t;t;){var d=t.parentElement,h=fp(t);if(d&&!d.shadowRoot&&o(d)===!0)return jw(t);t.assignedSlot?t=t.assignedSlot:!d&&h!==t.ownerDocument?t=h.host:t=d}t=c}if(x$(t))return!t.getClientRects().length;if(r!=="legacy-full")return!0}else if(r==="non-zero-area")return jw(t);return!1},w$=function(t){if(/^(INPUT|BUTTON|SELECT|TEXTAREA)$/.test(t.tagName))for(var n=t.parentElement;n;){if(n.tagName==="FIELDSET"&&n.disabled){for(var r=0;r<n.children.length;r++){var o=n.children.item(r);if(o.tagName==="LEGEND")return rc.call(n,"fieldset[disabled] *")?!0:!o.contains(t)}return!0}n=n.parentElement}return!1},k$=function(t,n){return!(n.disabled||m$(n)||v$(n,t)||g$(n)||w$(n))},Ww=function(t,n){return!(D$(n)||Yw(n)<0||!k$(t,n))},C$=function(t){var n=parseInt(t.getAttribute("tabindex"),10);return!!(isNaN(n)||n>=0)},Xw=function(t){var n=[],r=[];return t.forEach(function(o,i){var s=!!o.scopeParent,l=s?o.scopeParent:o,c=p$(l,s),d=s?Xw(o.candidates):l;c===0?s?n.push.apply(n,d):n.push(l):r.push({documentOrder:i,tabIndex:c,item:o,isScope:s,content:d})}),r.sort(h$).reduce(function(o,i){return i.isScope?o.push.apply(o,i.content):o.push(i.content),o},[]).concat(n)},kg=function(t,n){n=n||{};var r;return n.getShadowRoot?r=wg([t],n.includeContainer,{filter:Ww.bind(null,n),flatten:!1,getShadowRoot:n.getShadowRoot,shadowRootFilter:C$}):r=f$(t,n.includeContainer,Ww.bind(null,n)),Xw(r)};var K2=G(R0(),1);function h5(e,t,n){let{reference:r,floating:o}=e,i=ci(t),s=Dg(t),l=Eg(s),c=_o(t),d=i==="y",h=r.x+r.width/2-o.width/2,g=r.y+r.height/2-o.height/2,E=r[l]/2-o[l]/2,y;switch(c){case"top":y={x:h,y:r.y-o.height};break;case"bottom":y={x:h,y:r.y+r.height};break;case"right":y={x:r.x+r.width,y:g};break;case"left":y={x:r.x-o.width,y:g};break;default:y={x:r.x,y:r.y}}switch(So(t)){case"start":y[s]-=E*(n&&d?-1:1);break;case"end":y[s]+=E*(n&&d?-1:1);break}return y}async function y5(e,t){var n;t===void 0&&(t={});let{x:r,y:o,platform:i,rects:s,elements:l,strategy:c}=e,{boundary:d="clippingAncestors",rootBoundary:h="viewport",elementContext:g="floating",altBoundary:E=!1,padding:y=0}=Za(t,e),D=Uw(y),A=l[E?g==="floating"?"reference":"floating":g],x=Ja(await i.getClippingRect({element:(n=await(i.isElement==null?void 0:i.isElement(A)))==null||n?A:A.contextElement||await(i.getDocumentElement==null?void 0:i.getDocumentElement(l.floating)),boundary:d,rootBoundary:h,strategy:c})),v=g==="floating"?{x:r,y:o,width:s.floating.width,height:s.floating.height}:s.reference,k=await(i.getOffsetParent==null?void 0:i.getOffsetParent(l.floating)),L=await(i.isElement==null?void 0:i.isElement(k))?await(i.getScale==null?void 0:i.getScale(k))||{x:1,y:1}:{x:1,y:1},B=Ja(i.convertOffsetParentRelativeRectToViewportRelativeRect?await i.convertOffsetParentRelativeRectToViewportRelativeRect({elements:l,rect:v,offsetParent:k,strategy:c}):v);return{top:(x.top-B.top+D.top)/L.y,bottom:(B.bottom-x.bottom+D.bottom)/L.y,left:(x.left-B.left+D.left)/L.x,right:(B.right-x.right+D.right)/L.x}}var b5=async(e,t,n)=>{let{placement:r="bottom",strategy:o="absolute",middleware:i=[],platform:s}=n,l=i.filter(Boolean),c=await(s.isRTL==null?void 0:s.isRTL(t)),d=await s.getElementRects({reference:e,floating:t,strategy:o}),{x:h,y:g}=h5(d,r,c),E=r,y={},D=0;for(let A=0;A<l.length;A++){var w;let{name:x,fn:v}=l[A],{x:k,y:L,data:B,reset:I}=await v({x:h,y:g,initialPlacement:r,placement:E,strategy:o,middlewareData:y,rects:d,platform:{...s,detectOverflow:(w=s.detectOverflow)!=null?w:y5},elements:{reference:e,floating:t}});h=k??h,g=L??g,y={...y,[x]:{...y[x],...B}},I&&D<=50&&(D++,typeof I=="object"&&(I.placement&&(E=I.placement),I.rects&&(d=I.rects===!0?await s.getElementRects({reference:e,floating:t,strategy:o}):I.rects),{x:h,y:g}=h5(d,E,c)),A=-1)}return{x:h,y:g,placement:E,strategy:o,middlewareData:y}};function _H(e,t,n){return(e?[...n.filter(o=>So(o)===e),...n.filter(o=>So(o)!==e)]:n.filter(o=>_o(o)===o)).filter(o=>e?So(o)===e||(t?Jl(o)!==o:!1):!0)}var E5=function(e){return e===void 0&&(e={}),{name:"autoPlacement",options:e,async fn(t){var n,r,o;let{rects:i,middlewareData:s,placement:l,platform:c,elements:d}=t,{crossAxis:h=!1,alignment:g,allowedPlacements:E=gg,autoAlignment:y=!0,...D}=Za(e,t),w=g!==void 0||E===gg?_H(g||null,y,E):E,A=await c.detectOverflow(t,D),x=((n=s.autoPlacement)==null?void 0:n.index)||0,v=w[x];if(v==null)return{};let k=xg(v,i,await(c.isRTL==null?void 0:c.isRTL(d.floating)));if(l!==v)return{reset:{placement:w[0]}};let L=[A[_o(v)],A[k[0]],A[k[1]]],B=[...((r=s.autoPlacement)==null?void 0:r.overflows)||[],{placement:v,overflows:L}],I=w[x+1];if(I)return{data:{index:x+1,overflows:B},reset:{placement:I}};let z=B.map(M=>{let me=So(M.placement);return[M.placement,me&&h?M.overflows.slice(0,2).reduce((fe,ue)=>fe+ue,0):M.overflows[0],M.overflows]}).sort((M,me)=>M[1]-me[1]),te=((o=z.filter(M=>M[2].slice(0,So(M[0])?2:3).every(me=>me<=0))[0])==null?void 0:o[0])||z[0][0];return te!==l?{data:{index:x+1,overflows:B},reset:{placement:te}}:{}}}},D5=function(e){return e===void 0&&(e={}),{name:"flip",options:e,async fn(t){var n,r;let{placement:o,middlewareData:i,rects:s,initialPlacement:l,platform:c,elements:d}=t,{mainAxis:h=!0,crossAxis:g=!0,fallbackPlacements:E,fallbackStrategy:y="bestFit",fallbackAxisSideDirection:D="none",flipAlignment:w=!0,...A}=Za(e,t);if((n=i.arrow)!=null&&n.alignmentOffset)return{};let x=_o(o),v=ci(l),k=_o(l)===l,L=await(c.isRTL==null?void 0:c.isRTL(d.floating)),B=E||(k||!w?[ec(l)]:zw(l)),I=D!=="none";!E&&I&&B.push(...Hw(l,w,D,L));let z=[l,...B],q=await c.detectOverflow(t,A),te=[],M=((r=i.flip)==null?void 0:r.overflows)||[];if(h&&te.push(q[x]),g){let le=xg(o,s,L);te.push(q[le[0]],q[le[1]])}if(M=[...M,{placement:o,overflows:te}],!te.every(le=>le<=0)){var me,fe;let le=(((me=i.flip)==null?void 0:me.index)||0)+1,ge=z[le];if(ge&&(!(g==="alignment"?v!==ci(ge):!1)||M.every(se=>ci(se.placement)===v?se.overflows[0]>0:!0)))return{data:{index:le,overflows:M},reset:{placement:ge}};let ke=(fe=M.filter(be=>be.overflows[0]<=0).sort((be,se)=>be.overflows[1]-se.overflows[1])[0])==null?void 0:fe.placement;if(!ke)switch(y){case"bestFit":{var ue;let be=(ue=M.filter(se=>{if(I){let Ee=ci(se.placement);return Ee===v||Ee==="y"}return!0}).map(se=>[se.placement,se.overflows.filter(Ee=>Ee>0).reduce((Ee,R)=>Ee+R,0)]).sort((se,Ee)=>se[1]-Ee[1])[0])==null?void 0:ue[0];be&&(ke=be);break}case"initialPlacement":ke=l;break}if(o!==ke)return{reset:{placement:ke}}}return{}}}};function m5(e,t){return{top:e.top-t.height,right:e.right-t.width,bottom:e.bottom-t.height,left:e.left-t.width}}function g5(e){return mg.some(t=>e[t]>=0)}var x5=function(e){return e===void 0&&(e={}),{name:"hide",options:e,async fn(t){let{rects:n,platform:r}=t,{strategy:o="referenceHidden",...i}=Za(e,t);switch(o){case"referenceHidden":{let s=await r.detectOverflow(t,{...i,elementContext:"reference"}),l=m5(s,n.reference);return{data:{referenceHiddenOffsets:l,referenceHidden:g5(l)}}}case"escaped":{let s=await r.detectOverflow(t,{...i,altBoundary:!0}),l=m5(s,n.floating);return{data:{escapedOffsets:l,escaped:g5(l)}}}default:return{}}}}};var SH=new Set(["left","top"]);async function IH(e,t){let{placement:n,platform:r,elements:o}=e,i=await(r.isRTL==null?void 0:r.isRTL(o.floating)),s=_o(n),l=So(n),c=ci(n)==="y",d=SH.has(s)?-1:1,h=i&&c?-1:1,g=Za(t,e),{mainAxis:E,crossAxis:y,alignmentAxis:D}=typeof g=="number"?{mainAxis:g,crossAxis:0,alignmentAxis:null}:{mainAxis:g.mainAxis||0,crossAxis:g.crossAxis||0,alignmentAxis:g.alignmentAxis};return l&&typeof D=="number"&&(y=l==="end"?D*-1:D),c?{x:y*h,y:E*d}:{x:E*d,y:y*h}}var v5=function(e){return e===void 0&&(e=0),{name:"offset",options:e,async fn(t){var n,r;let{x:o,y:i,placement:s,middlewareData:l}=t,c=await IH(t,e);return s===((n=l.offset)==null?void 0:n.placement)&&(r=l.arrow)!=null&&r.alignmentOffset?{}:{x:o+c.x,y:i+c.y,data:{...c,placement:s}}}}},w5=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){let{x:n,y:r,placement:o,platform:i}=t,{mainAxis:s=!0,crossAxis:l=!1,limiter:c={fn:x=>{let{x:v,y:k}=x;return{x:v,y:k}}},...d}=Za(e,t),h={x:n,y:r},g=await i.detectOverflow(t,d),E=ci(_o(o)),y=bg(E),D=h[y],w=h[E];if(s){let x=y==="y"?"top":"left",v=y==="y"?"bottom":"right",k=D+g[x],L=D-g[v];D=yg(k,D,L)}if(l){let x=E==="y"?"top":"left",v=E==="y"?"bottom":"right",k=w+g[x],L=w-g[v];w=yg(k,w,L)}let A=c.fn({...t,[y]:D,[E]:w});return{...A,data:{x:A.x-n,y:A.y-r,enabled:{[y]:s,[E]:l}}}}}};function A5(e){let t=Er(e),n=parseFloat(t.width)||0,r=parseFloat(t.height)||0,o=br(e),i=o?e.offsetWidth:n,s=o?e.offsetHeight:r,l=tc(n)!==i||tc(r)!==s;return l&&(n=i,r=s),{width:n,height:r,$:l}}function $2(e){return jt(e)?e:e.contextElement}function Wu(e){let t=$2(e);if(!br(t))return so(1);let n=t.getBoundingClientRect(),{width:r,height:o,$:i}=A5(t),s=(i?tc(n.width):n.width)/r,l=(i?tc(n.height):n.height)/o;return(!s||!Number.isFinite(s))&&(s=1),(!l||!Number.isFinite(l))&&(l=1),{x:s,y:l}}var FH=so(0);function _5(e){let t=Un(e);return!Ql()||!t.visualViewport?FH:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function LH(e,t,n){return t===void 0&&(t=!1),!n||t&&n!==Un(e)?!1:t}function ms(e,t,n,r){t===void 0&&(t=!1),n===void 0&&(n=!1);let o=e.getBoundingClientRect(),i=$2(e),s=so(1);t&&(r?jt(r)&&(s=Wu(r)):s=Wu(e));let l=LH(i,n,r)?_5(i):so(0),c=(o.left+l.x)/s.x,d=(o.top+l.y)/s.y,h=o.width/s.x,g=o.height/s.y;if(i){let E=Un(i),y=r&&jt(r)?Un(r):r,D=E,w=cp(D);for(;w&&r&&y!==D;){let A=Wu(w),x=w.getBoundingClientRect(),v=Er(w),k=x.left+(w.clientLeft+parseFloat(v.paddingLeft))*A.x,L=x.top+(w.clientTop+parseFloat(v.paddingTop))*A.y;c*=A.x,d*=A.y,h*=A.x,g*=A.y,c+=k,d+=L,D=Un(w),w=cp(D)}}return Ja({width:h,height:g,x:c,y:d})}function N0(e,t){let n=Zl(e).scrollLeft;return t?t.left+n:ms(ao(e)).left+n}function S5(e,t){let n=e.getBoundingClientRect(),r=n.left+t.scrollLeft-N0(e,n),o=n.top+t.scrollTop;return{x:r,y:o}}function RH(e){let{elements:t,rect:n,offsetParent:r,strategy:o}=e,i=o==="fixed",s=ao(r),l=t?Kl(t.floating):!1;if(r===s||l&&i)return n;let c={scrollLeft:0,scrollTop:0},d=so(1),h=so(0),g=br(r);if((g||!g&&!i)&&((qi(r)!=="body"||fu(s))&&(c=Zl(r)),br(r))){let y=ms(r);d=Wu(r),h.x=y.x+r.clientLeft,h.y=y.y+r.clientTop}let E=s&&!g&&!i?S5(s,c):so(0);return{width:n.width*d.x,height:n.height*d.y,x:n.x*d.x-c.scrollLeft*d.x+h.x+E.x,y:n.y*d.y-c.scrollTop*d.y+h.y+E.y}}function NH(e){return Array.from(e.getClientRects())}function OH(e){let t=ao(e),n=Zl(e),r=e.ownerDocument.body,o=li(t.scrollWidth,t.clientWidth,r.scrollWidth,r.clientWidth),i=li(t.scrollHeight,t.clientHeight,r.scrollHeight,r.clientHeight),s=-n.scrollLeft+N0(e),l=-n.scrollTop;return Er(r).direction==="rtl"&&(s+=li(t.clientWidth,r.clientWidth)-o),{width:o,height:i,x:s,y:l}}var k5=25;function MH(e,t){let n=Un(e),r=ao(e),o=n.visualViewport,i=r.clientWidth,s=r.clientHeight,l=0,c=0;if(o){i=o.width,s=o.height;let h=Ql();(!h||h&&t==="fixed")&&(l=o.offsetLeft,c=o.offsetTop)}let d=N0(r);if(d<=0){let h=r.ownerDocument,g=h.body,E=getComputedStyle(g),y=h.compatMode==="CSS1Compat"&&parseFloat(E.marginLeft)+parseFloat(E.marginRight)||0,D=Math.abs(r.clientWidth-g.clientWidth-y);D<=k5&&(i-=D)}else d<=k5&&(i+=d);return{width:i,height:s,x:l,y:c}}var PH=new Set(["absolute","fixed"]);function BH(e,t){let n=ms(e,!0,t==="fixed"),r=n.top+e.clientTop,o=n.left+e.clientLeft,i=br(e)?Wu(e):so(1),s=e.clientWidth*i.x,l=e.clientHeight*i.y,c=o*i.x,d=r*i.y;return{width:s,height:l,x:c,y:d}}function C5(e,t,n){let r;if(t==="viewport")r=MH(e,n);else if(t==="document")r=OH(ao(e));else if(jt(t))r=BH(t,n);else{let o=_5(e);r={x:t.x-o.x,y:t.y-o.y,width:t.width,height:t.height}}return Ja(r)}function I5(e,t){let n=Ao(e);return n===t||!jt(n)||Xi(n)?!1:Er(n).position==="fixed"||I5(n,t)}function $H(e,t){let n=t.get(e);if(n)return n;let r=ui(e,[],!1).filter(l=>jt(l)&&qi(l)!=="body"),o=null,i=Er(e).position==="fixed",s=i?Ao(e):e;for(;jt(s)&&!Xi(s);){let l=Er(s),c=lp(s);!c&&l.position==="fixed"&&(o=null),(i?!c&&!o:!c&&l.position==="static"&&!!o&&PH.has(o.position)||fu(s)&&!c&&I5(e,s))?r=r.filter(h=>h!==s):o=l,s=Ao(s)}return t.set(e,r),r}function zH(e){let{element:t,boundary:n,rootBoundary:r,strategy:o}=e,s=[...n==="clippingAncestors"?Kl(t)?[]:$H(t,this._c):[].concat(n),r],l=s[0],c=s.reduce((d,h)=>{let g=C5(t,h,o);return d.top=li(g.top,d.top),d.right=hu(g.right,d.right),d.bottom=hu(g.bottom,d.bottom),d.left=li(g.left,d.left),d},C5(t,l,o));return{width:c.right-c.left,height:c.bottom-c.top,x:c.left,y:c.top}}function HH(e){let{width:t,height:n}=A5(e);return{width:t,height:n}}function UH(e,t,n){let r=br(t),o=ao(t),i=n==="fixed",s=ms(e,!0,i,t),l={scrollLeft:0,scrollTop:0},c=so(0);function d(){c.x=N0(o)}if(r||!r&&!i)if((qi(t)!=="body"||fu(o))&&(l=Zl(t)),r){let y=ms(t,!0,i,t);c.x=y.x+t.clientLeft,c.y=y.y+t.clientTop}else o&&d();i&&!r&&o&&d();let h=o&&!r&&!i?S5(o,l):so(0),g=s.left+l.scrollLeft-c.x-h.x,E=s.top+l.scrollTop-c.y-h.y;return{x:g,y:E,width:s.width,height:s.height}}function B2(e){return Er(e).position==="static"}function T5(e,t){if(!br(e)||Er(e).position==="fixed")return null;if(t)return t(e);let n=e.offsetParent;return ao(e)===n&&(n=n.ownerDocument.body),n}function F5(e,t){let n=Un(e);if(Kl(e))return n;if(!br(e)){let o=Ao(e);for(;o&&!Xi(o);){if(jt(o)&&!B2(o))return o;o=Ao(o)}return n}let r=T5(e,t);for(;r&&Lw(r)&&B2(r);)r=T5(r,t);return r&&Xi(r)&&B2(r)&&!lp(r)?n:r||Rw(e)||n}var jH=async function(e){let t=this.getOffsetParent||F5,n=this.getDimensions,r=await n(e.floating);return{reference:UH(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:r.width,height:r.height}}};function WH(e){return Er(e).direction==="rtl"}var z2={convertOffsetParentRelativeRectToViewportRelativeRect:RH,getDocumentElement:ao,getClippingRect:zH,getOffsetParent:F5,getElementRects:jH,getClientRects:NH,getDimensions:HH,getScale:Wu,isElement:jt,isRTL:WH};function L5(e,t){return e.x===t.x&&e.y===t.y&&e.width===t.width&&e.height===t.height}function VH(e,t){let n=null,r,o=ao(e);function i(){var l;clearTimeout(r),(l=n)==null||l.disconnect(),n=null}function s(l,c){l===void 0&&(l=!1),c===void 0&&(c=1),i();let d=e.getBoundingClientRect(),{left:h,top:g,width:E,height:y}=d;if(l||t(),!E||!y)return;let D=nc(g),w=nc(o.clientWidth-(h+E)),A=nc(o.clientHeight-(g+y)),x=nc(h),k={rootMargin:-D+"px "+-w+"px "+-A+"px "+-x+"px",threshold:li(0,hu(1,c))||1},L=!0;function B(I){let z=I[0].intersectionRatio;if(z!==c){if(!L)return s();z?s(!1,z):r=setTimeout(()=>{s(!1,1e-7)},1e3)}z===1&&!L5(d,e.getBoundingClientRect())&&s(),L=!1}try{n=new IntersectionObserver(B,{...k,root:o.ownerDocument})}catch{n=new IntersectionObserver(B,k)}n.observe(e)}return s(!0),i}function O0(e,t,n,r){r===void 0&&(r={});let{ancestorScroll:o=!0,ancestorResize:i=!0,elementResize:s=typeof ResizeObserver=="function",layoutShift:l=typeof IntersectionObserver=="function",animationFrame:c=!1}=r,d=$2(e),h=o||i?[...d?ui(d):[],...ui(t)]:[];h.forEach(x=>{o&&x.addEventListener("scroll",n,{passive:!0}),i&&x.addEventListener("resize",n)});let g=d&&l?VH(d,n):null,E=-1,y=null;s&&(y=new ResizeObserver(x=>{let[v]=x;v&&v.target===d&&y&&(y.unobserve(t),cancelAnimationFrame(E),E=requestAnimationFrame(()=>{var k;(k=y)==null||k.observe(t)})),n()}),d&&!c&&y.observe(d),y.observe(t));let D,w=c?ms(e):null;c&&A();function A(){let x=ms(e);w&&!L5(w,x)&&n(),w=x,D=requestAnimationFrame(A)}return n(),()=>{var x;h.forEach(v=>{o&&v.removeEventListener("scroll",n),i&&v.removeEventListener("resize",n)}),g?.(),(x=y)==null||x.disconnect(),y=null,c&&cancelAnimationFrame(D)}}var R5=v5,N5=E5,O5=w5,M5=D5;var P5=x5;var M0=(e,t,n)=>{let r=new Map,o={platform:z2,...n},i={...o.platform,_c:r};return b5(e,t,{...o,platform:i})};var Vt=G(_e(),1),z5=G(_e(),1),H5=G(R0(),1),GH=typeof document<"u",YH=function(){},P0=GH?z5.useLayoutEffect:YH;function B0(e,t){if(e===t)return!0;if(typeof e!=typeof t)return!1;if(typeof e=="function"&&e.toString()===t.toString())return!0;let n,r,o;if(e&&t&&typeof e=="object"){if(Array.isArray(e)){if(n=e.length,n!==t.length)return!1;for(r=n;r--!==0;)if(!B0(e[r],t[r]))return!1;return!0}if(o=Object.keys(e),n=o.length,n!==Object.keys(t).length)return!1;for(r=n;r--!==0;)if(!{}.hasOwnProperty.call(t,o[r]))return!1;for(r=n;r--!==0;){let i=o[r];if(!(i==="_owner"&&e.$$typeof)&&!B0(e[i],t[i]))return!1}return!0}return e!==e&&t!==t}function U5(e){return typeof window>"u"?1:(e.ownerDocument.defaultView||window).devicePixelRatio||1}function B5(e,t){let n=U5(e);return Math.round(t*n)/n}function H2(e){let t=Vt.useRef(e);return P0(()=>{t.current=e}),t}function j5(e){e===void 0&&(e={});let{placement:t="bottom",strategy:n="absolute",middleware:r=[],platform:o,elements:{reference:i,floating:s}={},transform:l=!0,whileElementsMounted:c,open:d}=e,[h,g]=Vt.useState({x:0,y:0,strategy:n,placement:t,middlewareData:{},isPositioned:!1}),[E,y]=Vt.useState(r);B0(E,r)||y(r);let[D,w]=Vt.useState(null),[A,x]=Vt.useState(null),v=Vt.useCallback(se=>{se!==I.current&&(I.current=se,w(se))},[]),k=Vt.useCallback(se=>{se!==z.current&&(z.current=se,x(se))},[]),L=i||D,B=s||A,I=Vt.useRef(null),z=Vt.useRef(null),q=Vt.useRef(h),te=c!=null,M=H2(c),me=H2(o),fe=H2(d),ue=Vt.useCallback(()=>{if(!I.current||!z.current)return;let se={placement:t,strategy:n,middleware:E};me.current&&(se.platform=me.current),M0(I.current,z.current,se).then(Ee=>{let R={...Ee,isPositioned:fe.current!==!1};le.current&&!B0(q.current,R)&&(q.current=R,H5.flushSync(()=>{g(R)}))})},[E,t,n,me,fe]);P0(()=>{d===!1&&q.current.isPositioned&&(q.current.isPositioned=!1,g(se=>({...se,isPositioned:!1})))},[d]);let le=Vt.useRef(!1);P0(()=>(le.current=!0,()=>{le.current=!1}),[]),P0(()=>{if(L&&(I.current=L),B&&(z.current=B),L&&B){if(M.current)return M.current(L,B,ue);ue()}},[L,B,ue,M,te]);let ge=Vt.useMemo(()=>({reference:I,floating:z,setReference:v,setFloating:k}),[v,k]),ke=Vt.useMemo(()=>({reference:L,floating:B}),[L,B]),be=Vt.useMemo(()=>{let se={position:n,left:0,top:0};if(!ke.floating)return se;let Ee=B5(ke.floating,h.x),R=B5(ke.floating,h.y);return l?{...se,transform:"translate("+Ee+"px, "+R+"px)",...U5(ke.floating)>=1.5&&{willChange:"transform"}}:{position:n,left:Ee,top:R}},[n,l,ke.floating,h.x,h.y]);return Vt.useMemo(()=>({...h,update:ue,refs:ge,elements:ke,floatingStyles:be}),[h,ue,ge,ke,be])}var $0=(e,t)=>({...R5(e),options:[e,t]}),U2=(e,t)=>({...O5(e),options:[e,t]});var j2=(e,t)=>({...M5(e),options:[e,t]});var W2=(e,t)=>({...N5(e),options:[e,t]}),V2=(e,t)=>({...P5(e),options:[e,t]});var e4={...de},qH=e4.useInsertionEffect,XH=qH||(e=>e());function z0(e){let t=de.useRef(()=>{});return XH(()=>{t.current=e}),de.useCallback(function(){for(var n=arguments.length,r=new Array(n),o=0;o<n;o++)r[o]=arguments[o];return t.current==null?void 0:t.current(...r)},[])}var KH="ArrowUp",QH="ArrowDown",ZH="ArrowLeft",JH="ArrowRight";var Gr=typeof document<"u"?Gu.useLayoutEffect:Gu.useEffect;var eU=[ZH,JH],tU=[KH,QH],$re=[...eU,...tU];function X2(){return X2=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},X2.apply(this,arguments)}var W5=!1,nU=0,V5=()=>"floating-ui-"+Math.random().toString(36).slice(2,6)+nU++;function rU(){let[e,t]=de.useState(()=>W5?V5():void 0);return Gr(()=>{e==null&&t(V5())},[]),de.useEffect(()=>{W5=!0},[]),e}var oU=e4.useId,t4=oU||rU;function iU(){let e=new Map;return{emit(t,n){var r;(r=e.get(t))==null||r.forEach(o=>o(n))},on(t,n){e.set(t,[...e.get(t)||[],n])},off(t,n){var r;e.set(t,((r=e.get(t))==null?void 0:r.filter(o=>o!==n))||[])}}}var aU=de.createContext(null),sU=de.createContext(null),n4=()=>{var e;return((e=de.useContext(aU))==null?void 0:e.id)||null},r4=()=>de.useContext(sU);function Q2(e){return"data-floating-ui-"+e}function gs(e){let t=(0,Gu.useRef)(e);return Gr(()=>{t.current=e}),t}var G5=Q2("safe-polygon");function G2(e,t,n){return n&&!dp(n)?0:typeof e=="number"?e:e?.[t]}function o4(e,t){t===void 0&&(t={});let{open:n,onOpenChange:r,dataRef:o,events:i,elements:s}=e,{enabled:l=!0,delay:c=0,handleClose:d=null,mouseOnly:h=!1,restMs:g=0,move:E=!0}=t,y=r4(),D=n4(),w=gs(d),A=gs(c),x=gs(n),v=de.useRef(),k=de.useRef(-1),L=de.useRef(),B=de.useRef(-1),I=de.useRef(!0),z=de.useRef(!1),q=de.useRef(()=>{}),te=de.useRef(!1),M=de.useCallback(()=>{var be;let se=(be=o.current.openEvent)==null?void 0:be.type;return se?.includes("mouse")&&se!=="mousedown"},[o]);de.useEffect(()=>{if(!l)return;function be(se){let{open:Ee}=se;Ee||(clearTimeout(k.current),clearTimeout(B.current),I.current=!0,te.current=!1)}return i.on("openchange",be),()=>{i.off("openchange",be)}},[l,i]),de.useEffect(()=>{if(!l||!w.current||!n)return;function be(Ee){M()&&r(!1,Ee,"hover")}let se=pu(s.floating).documentElement;return se.addEventListener("mouseleave",be),()=>{se.removeEventListener("mouseleave",be)}},[s.floating,n,r,l,w,M]);let me=de.useCallback(function(be,se,Ee){se===void 0&&(se=!0),Ee===void 0&&(Ee="hover");let R=G2(A.current,"close",v.current);R&&!L.current?(clearTimeout(k.current),k.current=window.setTimeout(()=>r(!1,be,Ee),R)):se&&(clearTimeout(k.current),r(!1,be,Ee))},[A,r]),fe=z0(()=>{q.current(),L.current=void 0}),ue=z0(()=>{if(z.current){let be=pu(s.floating).body;be.style.pointerEvents="",be.removeAttribute(G5),z.current=!1}}),le=z0(()=>o.current.openEvent?["click","mousedown"].includes(o.current.openEvent.type):!1);de.useEffect(()=>{if(!l)return;function be(Te){if(clearTimeout(k.current),I.current=!1,h&&!dp(v.current)||g>0&&!G2(A.current,"open"))return;let Ve=G2(A.current,"open",v.current);Ve?k.current=window.setTimeout(()=>{x.current||r(!0,Te,"hover")},Ve):n||r(!0,Te,"hover")}function se(Te){if(le())return;q.current();let Ve=pu(s.floating);if(clearTimeout(B.current),te.current=!1,w.current&&o.current.floatingContext){n||clearTimeout(k.current),L.current=w.current({...o.current.floatingContext,tree:y,x:Te.clientX,y:Te.clientY,onClose(){ue(),fe(),le()||me(Te,!0,"safe-polygon")}});let ot=L.current;Ve.addEventListener("mousemove",ot),q.current=()=>{Ve.removeEventListener("mousemove",ot)};return}(v.current==="touch"?!hg(s.floating,Te.relatedTarget):!0)&&me(Te)}function Ee(Te){le()||o.current.floatingContext&&(w.current==null||w.current({...o.current.floatingContext,tree:y,x:Te.clientX,y:Te.clientY,onClose(){ue(),fe(),le()||me(Te)}})(Te))}if(jt(s.domReference)){var R;let Te=s.domReference;return n&&Te.addEventListener("mouseleave",Ee),(R=s.floating)==null||R.addEventListener("mouseleave",Ee),E&&Te.addEventListener("mousemove",be,{once:!0}),Te.addEventListener("mouseenter",be),Te.addEventListener("mouseleave",se),()=>{var Ve;n&&Te.removeEventListener("mouseleave",Ee),(Ve=s.floating)==null||Ve.removeEventListener("mouseleave",Ee),E&&Te.removeEventListener("mousemove",be),Te.removeEventListener("mouseenter",be),Te.removeEventListener("mouseleave",se)}}},[s,l,e,h,g,E,me,fe,ue,r,n,x,y,A,w,o,le]),Gr(()=>{var be;if(l&&n&&(be=w.current)!=null&&be.__options.blockPointerEvents&&M()){z.current=!0;let Ee=s.floating;if(jt(s.domReference)&&Ee){var se;let R=pu(s.floating).body;R.setAttribute(G5,"");let Te=s.domReference,Ve=y==null||(se=y.nodesRef.current.find(P=>P.id===D))==null||(se=se.context)==null?void 0:se.elements.floating;return Ve&&(Ve.style.pointerEvents=""),R.style.pointerEvents="none",Te.style.pointerEvents="auto",Ee.style.pointerEvents="auto",()=>{R.style.pointerEvents="",Te.style.pointerEvents="",Ee.style.pointerEvents=""}}}},[l,n,D,s,y,w,M]),Gr(()=>{n||(v.current=void 0,te.current=!1,fe(),ue())},[n,fe,ue]),de.useEffect(()=>()=>{fe(),clearTimeout(k.current),clearTimeout(B.current),ue()},[l,s.domReference,fe,ue]);let ge=de.useMemo(()=>{function be(se){v.current=se.pointerType}return{onPointerDown:be,onPointerEnter:be,onMouseMove(se){let{nativeEvent:Ee}=se;function R(){!I.current&&!x.current&&r(!0,Ee,"hover")}h&&!dp(v.current)||n||g===0||te.current&&se.movementX**2+se.movementY**2<2||(clearTimeout(B.current),v.current==="touch"?R():(te.current=!0,B.current=window.setTimeout(R,g)))}}},[h,r,n,x,g]),ke=de.useMemo(()=>({onMouseEnter(){clearTimeout(k.current)},onMouseLeave(be){le()||me(be.nativeEvent,!1)}}),[me,le]);return de.useMemo(()=>l?{reference:ge,floating:ke}:{},[l,ge,ke])}var i4=()=>({getShadowRoot:!0,displayCheck:typeof ResizeObserver=="function"&&ResizeObserver.toString().includes("[native code]")?"full":"none"});function a4(e,t){let n=kg(e,i4());t==="prev"&&n.reverse();let r=n.indexOf(Ow(pu(e)));return n.slice(r+1)[0]}function uU(){return a4(document.body,"next")}function lU(){return a4(document.body,"prev")}function Y2(e,t){let n=t||e.currentTarget,r=e.relatedTarget;return!r||!hg(n,r)}function cU(e){kg(e,i4()).forEach(n=>{n.dataset.tabindex=n.getAttribute("tabindex")||"",n.setAttribute("tabindex","-1")})}function Y5(e){e.querySelectorAll("[data-tabindex]").forEach(n=>{let r=n.dataset.tabindex;delete n.dataset.tabindex,r?n.setAttribute("tabindex",r):n.removeAttribute("tabindex")})}var s4={border:0,clip:"rect(0 0 0 0)",height:"1px",margin:"-1px",overflow:"hidden",padding:0,position:"fixed",whiteSpace:"nowrap",width:"1px",top:0,left:0},dU;function q5(e){e.key==="Tab"&&(e.target,clearTimeout(dU))}var X5=de.forwardRef(function(t,n){let[r,o]=de.useState();Gr(()=>(Mw()&&o("button"),document.addEventListener("keydown",q5),()=>{document.removeEventListener("keydown",q5)}),[]);let i={ref:n,tabIndex:0,role:r,"aria-hidden":r?void 0:!0,[Q2("focus-guard")]:"",style:s4};return de.createElement("span",X2({},t,i))}),u4=de.createContext(null),K5=Q2("portal");function fU(e){e===void 0&&(e={});let{id:t,root:n}=e,r=t4(),o=pU(),[i,s]=de.useState(null),l=de.useRef(null);return Gr(()=>()=>{i?.remove(),queueMicrotask(()=>{l.current=null})},[i]),Gr(()=>{if(!r||l.current)return;let c=t?document.getElementById(t):null;if(!c)return;let d=document.createElement("div");d.id=r,d.setAttribute(K5,""),c.appendChild(d),l.current=d,s(d)},[t,r]),Gr(()=>{if(n===null||!r||l.current)return;let c=n||o?.portalNode;c&&!jt(c)&&(c=c.current),c=c||document.body;let d=null;t&&(d=document.createElement("div"),d.id=t,c.appendChild(d));let h=document.createElement("div");h.id=r,h.setAttribute(K5,""),c=d||c,c.appendChild(h),l.current=h,s(h)},[t,n,r,o]),i}function l4(e){let{children:t,id:n,root:r,preserveTabOrder:o=!0}=e,i=fU({id:n,root:r}),[s,l]=de.useState(null),c=de.useRef(null),d=de.useRef(null),h=de.useRef(null),g=de.useRef(null),E=s?.modal,y=s?.open,D=!!s&&!s.modal&&s.open&&o&&!!(r||i);return de.useEffect(()=>{if(!i||!o||E)return;function w(A){i&&Y2(A)&&(A.type==="focusin"?Y5:cU)(i)}return i.addEventListener("focusin",w,!0),i.addEventListener("focusout",w,!0),()=>{i.removeEventListener("focusin",w,!0),i.removeEventListener("focusout",w,!0)}},[i,o,E]),de.useEffect(()=>{i&&(y||Y5(i))},[y,i]),de.createElement(u4.Provider,{value:de.useMemo(()=>({preserveTabOrder:o,beforeOutsideRef:c,afterOutsideRef:d,beforeInsideRef:h,afterInsideRef:g,portalNode:i,setFocusManagerState:l}),[o,i])},D&&i&&de.createElement(X5,{"data-type":"outside",ref:c,onFocus:w=>{if(Y2(w,i)){var A;(A=h.current)==null||A.focus()}else{let x=lU()||s?.refs.domReference.current;x?.focus()}}}),D&&i&&de.createElement("span",{"aria-owns":i.id,style:s4}),i&&K2.createPortal(t,i),D&&i&&de.createElement(X5,{"data-type":"outside",ref:d,onFocus:w=>{if(Y2(w,i)){var A;(A=g.current)==null||A.focus()}else{let x=uU()||s?.refs.domReference.current;x?.focus(),s?.closeOnFocusOut&&s?.onOpenChange(!1,w.nativeEvent,"focus-out")}}}))}var pU=()=>de.useContext(u4),hU="data-floating-ui-focusable";function mU(e){let{open:t=!1,onOpenChange:n,elements:r}=e,o=t4(),i=de.useRef({}),[s]=de.useState(()=>iU()),l=n4()!=null,[c,d]=de.useState(r.reference),h=z0((y,D,w)=>{i.current.openEvent=y?D:void 0,s.emit("openchange",{open:y,event:D,reason:w,nested:l}),n?.(y,D,w)}),g=de.useMemo(()=>({setPositionReference:d}),[]),E=de.useMemo(()=>({reference:c||r.reference||null,floating:r.floating||null,domReference:r.reference}),[c,r.reference,r.floating]);return de.useMemo(()=>({dataRef:i,open:t,onOpenChange:h,elements:E,events:s,floatingId:o,refs:g}),[t,h,E,s,o,g])}function H0(e){e===void 0&&(e={});let{nodeId:t}=e,n=mU({...e,elements:{reference:null,floating:null,...e.elements}}),r=e.rootContext||n,o=r.elements,[i,s]=de.useState(null),[l,c]=de.useState(null),h=o?.domReference||i,g=de.useRef(null),E=r4();Gr(()=>{h&&(g.current=h)},[h]);let y=j5({...e,elements:{...o,...l&&{reference:l}}}),D=de.useCallback(k=>{let L=jt(k)?{getBoundingClientRect:()=>k.getBoundingClientRect(),contextElement:k}:k;c(L),y.refs.setReference(L)},[y.refs]),w=de.useCallback(k=>{(jt(k)||k===null)&&(g.current=k,s(k)),(jt(y.refs.reference.current)||y.refs.reference.current===null||k!==null&&!jt(k))&&y.refs.setReference(k)},[y.refs]),A=de.useMemo(()=>({...y.refs,setReference:w,setPositionReference:D,domReference:g}),[y.refs,w,D]),x=de.useMemo(()=>({...y.elements,domReference:h}),[y.elements,h]),v=de.useMemo(()=>({...y,...r,refs:A,elements:x,nodeId:t}),[y,A,x,t,r]);return Gr(()=>{r.dataRef.current.floatingContext=v;let k=E?.nodesRef.current.find(L=>L.id===t);k&&(k.context=v)}),de.useMemo(()=>({...y,context:v,refs:A,elements:x}),[y,A,x,v])}var Q5="active",Z5="selected";function q2(e,t,n){let r=new Map,o=n==="item",i=e;if(o&&e){let{[Q5]:s,[Z5]:l,...c}=e;i=c}return{...n==="floating"&&{tabIndex:-1,[hU]:""},...i,...t.map(s=>{let l=s?s[n]:null;return typeof l=="function"?e?l(e):null:l}).concat(e).reduce((s,l)=>(l&&Object.entries(l).forEach(c=>{let[d,h]=c;if(!(o&&[Q5,Z5].includes(d)))if(d.indexOf("on")===0){if(r.has(d)||r.set(d,[]),typeof h=="function"){var g;(g=r.get(d))==null||g.push(h),s[d]=function(){for(var E,y=arguments.length,D=new Array(y),w=0;w<y;w++)D[w]=arguments[w];return(E=r.get(d))==null?void 0:E.map(A=>A(...D)).find(A=>A!==void 0)}}}else s[d]=h}),s),{})}}function c4(e){e===void 0&&(e=[]);let t=e.map(l=>l?.reference),n=e.map(l=>l?.floating),r=e.map(l=>l?.item),o=de.useCallback(l=>q2(l,e,"reference"),t),i=de.useCallback(l=>q2(l,e,"floating"),n),s=de.useCallback(l=>q2(l,e,"item"),r);return de.useMemo(()=>({getReferenceProps:o,getFloatingProps:i,getItemProps:s}),[o,i,s])}var J5=e=>e.replace(/[A-Z]+(?![a-z])|[A-Z]/g,(t,n)=>(n?"-":"")+t.toLowerCase());function Vu(e,t){return typeof e=="function"?e(t):e}function gU(e,t){let[n,r]=de.useState(e);return e&&!n&&r(!0),de.useEffect(()=>{if(!e&&n){let o=setTimeout(()=>r(!1),t);return()=>clearTimeout(o)}},[e,n,t]),n}function yU(e,t){t===void 0&&(t={});let{open:n,elements:{floating:r}}=e,{duration:o=250}=t,s=(typeof o=="number"?o:o.close)||0,[l,c]=de.useState("unmounted"),d=gU(n,s);return!d&&l==="close"&&c("unmounted"),Gr(()=>{if(r){if(n){c("initial");let h=requestAnimationFrame(()=>{c("open")});return()=>{cancelAnimationFrame(h)}}c("close")}},[n,r]),{isMounted:d,status:l}}function d4(e,t){t===void 0&&(t={});let{initial:n={opacity:0},open:r,close:o,common:i,duration:s=250}=t,l=e.placement,c=l.split("-")[0],d=de.useMemo(()=>({side:c,placement:l}),[c,l]),h=typeof s=="number",g=(h?s:s.open)||0,E=(h?s:s.close)||0,[y,D]=de.useState(()=>({...Vu(i,d),...Vu(n,d)})),{isMounted:w,status:A}=yU(e,{duration:s}),x=gs(n),v=gs(r),k=gs(o),L=gs(i);return Gr(()=>{let B=Vu(x.current,d),I=Vu(k.current,d),z=Vu(L.current,d),q=Vu(v.current,d)||Object.keys(B).reduce((te,M)=>(te[M]="",te),{});if(A==="initial"&&D(te=>({transitionProperty:te.transitionProperty,...z,...B})),A==="open"&&D({transitionProperty:Object.keys(q).map(J5).join(","),transitionDuration:g+"ms",...z,...q}),A==="close"){let te=I||B;D({transitionProperty:Object.keys(te).map(J5).join(","),transitionDuration:E+"ms",...z,...te})}},[E,k,x,v,L,g,A,d]),{isMounted:w,styles:y}}var j0=G(_e(),1);var U0=G(De(),1);var f4=G(_e(),1);var bU=W(he).attrs({p:"space8"})`
807
807
  display: flex;
808
808
  flex-direction: column;
809
809
  max-height: 300px;
@@ -878,7 +878,7 @@ Details: https://developer.mozilla.org/en/docs/Web/HTML/CORS_enabled_image`));re
878
878
  background-color: ${p.colorPalette.dark.neutral800};
879
879
  border: 1px solid ${p.colorPalette.dark.neutral700};
880
880
  color: ${p.colorPalette.dark.neutral400};
881
- `,_U=W(Ue)`
881
+ `,_U=W(je)`
882
882
  min-width: 20px;
883
883
  height: 20px;
884
884
  display: inline-flex;
@@ -943,7 +943,7 @@ Details: https://developer.mozilla.org/en/docs/Web/HTML/CORS_enabled_image`));re
943
943
  box-shadow: ${p.shadow.shadow2};
944
944
  border: 1px solid ${p.color.neutral.smallTooltipBorder};
945
945
  `}
946
- `,x4=({as:e,className:t,delayShow:n=500,delayHide:r=50,shortcuts:o=[],imageUrl:i,subtleText:s,size:l=J2.SMALL,textAlign:c=Z2.LEFT,...d})=>{let{uiTheme:h,tooltipSafeHtml:g}=an(),[E,y]=(0,ey.useState)(!1),{refs:D,context:w}=H0({open:E,onOpenChange:y}),A=o4(w,{delay:{open:n,close:r}}),{getReferenceProps:x,getFloatingProps:v}=c4([A]);if(!d.content&&!o?.length&&!i&&!s)return d.children;let k={isOpen:E,...d,content:(0,Xc.jsx)(D4,{content:g(d.content),shortcuts:o,imageUrl:i,subtleText:s,size:l,textAlign:c})};return(0,Xc.jsx)(FU,{as:e,className:t,ref:D.setReference,...x(),children:(0,Xc.jsx)("div",{ref:D.setFloating,...v(),children:(0,Xc.jsx)(LU,{...k,$isDarkTheme:h==="DARK"})})})};var v4=G(De(),1),_oe=G(_e(),1);var Moe=W(he)`
946
+ `,x4=({as:e,className:t,delayShow:n=500,delayHide:r=50,shortcuts:o=[],imageUrl:i,subtleText:s,size:l=J2.SMALL,textAlign:c=Z2.LEFT,...d})=>{let{uiTheme:h,tooltipSafeHtml:g}=an(),[E,y]=(0,ey.useState)(!1),{refs:D,context:w}=H0({open:E,onOpenChange:y}),A=o4(w,{delay:{open:n,close:r}}),{getReferenceProps:x,getFloatingProps:v}=c4([A]);if(!d.content&&!o?.length&&!i&&!s)return d.children;let k={isOpen:E,...d,content:(0,Xc.jsx)(D4,{content:g(d.content),shortcuts:o,imageUrl:i,subtleText:s,size:l,textAlign:c})};return(0,Xc.jsx)(FU,{as:e,className:t,ref:D.setReference,...x(),children:(0,Xc.jsx)("div",{ref:D.setFloating,...v(),children:(0,Xc.jsx)(LU,{...k,$isDarkTheme:h==="DARK"})})})};var v4=G(De(),1),Soe=G(_e(),1);var Poe=W(he)`
947
947
  display: inline-flex;
948
948
  align-items: center;
949
949
  color: ${p.color.neutral.text};
@@ -958,7 +958,7 @@ Details: https://developer.mozilla.org/en/docs/Web/HTML/CORS_enabled_image`));re
958
958
  transform: translate(${({$isBackLink:e})=>e?-3:3}px, 0);
959
959
  }
960
960
  }
961
- `;var FQ=G(De(),1),x6=G(_e(),1);function ty(e){let t=[],n=String(e||""),r=n.indexOf(","),o=0,i=!1;for(;!i;){r===-1&&(r=n.length,i=!0);let s=n.slice(o,r).trim();(s||!i)&&t.push(s),o=r+1,r=n.indexOf(",",o)}return t}function W0(e,t){let n=t||{};return(e[e.length-1]===""?[...e,""]:e).join((n.padRight?" ":"")+","+(n.padLeft===!1?"":" ")).trim()}var NU=/^[$_\p{ID_Start}][$_\u{200C}\u{200D}\p{ID_Continue}]*$/u,OU=/^[$_\p{ID_Start}][-$_\u{200C}\u{200D}\p{ID_Continue}]*$/u,MU={};function V0(e,t){return((t||MU).jsx?OU:NU).test(e)}var PU=/[ \t\n\f\r]/g;function ny(e){return typeof e=="object"?e.type==="text"?w4(e.value):!1:w4(e)}function w4(e){return e.replace(PU,"")===""}var xi=class{constructor(t,n,r){this.normal=n,this.property=t,r&&(this.space=r)}};xi.prototype.normal={};xi.prototype.property={};xi.prototype.space=void 0;function ry(e,t){let n={},r={};for(let o of e)Object.assign(n,o.property),Object.assign(r,o.normal);return new xi(n,r,t)}function vi(e){return e.toLowerCase()}var cn=class{constructor(t,n){this.attribute=n,this.property=t}};cn.prototype.attribute="";cn.prototype.booleanish=!1;cn.prototype.boolean=!1;cn.prototype.commaOrSpaceSeparated=!1;cn.prototype.commaSeparated=!1;cn.prototype.defined=!1;cn.prototype.mustUseProperty=!1;cn.prototype.number=!1;cn.prototype.overloadedBoolean=!1;cn.prototype.property="";cn.prototype.spaceSeparated=!1;cn.prototype.space=void 0;var Kc={};Nl(Kc,{boolean:()=>Pe,booleanish:()=>Rt,commaOrSpaceSeparated:()=>sr,commaSeparated:()=>ba,number:()=>ie,overloadedBoolean:()=>G0,spaceSeparated:()=>st});var BU=0,Pe=ys(),Rt=ys(),G0=ys(),ie=ys(),st=ys(),ba=ys(),sr=ys();function ys(){return 2**++BU}var oy=Object.keys(Kc),bs=class extends cn{constructor(t,n,r,o){let i=-1;if(super(t,n),k4(this,"space",o),typeof r=="number")for(;++i<oy.length;){let s=oy[i];k4(this,oy[i],(r&Kc[s])===Kc[s])}}};bs.prototype.defined=!0;function k4(e,t,n){n&&(e[t]=n)}function Yr(e){let t={},n={};for(let[r,o]of Object.entries(e.properties)){let i=new bs(r,e.transform(e.attributes||{},r),o,e.space);e.mustUseProperty&&e.mustUseProperty.includes(r)&&(i.mustUseProperty=!0),t[r]=i,n[vi(r)]=r,n[vi(i.attribute)]=r}return new xi(t,n,e.space)}var iy=Yr({properties:{ariaActiveDescendant:null,ariaAtomic:Rt,ariaAutoComplete:null,ariaBusy:Rt,ariaChecked:Rt,ariaColCount:ie,ariaColIndex:ie,ariaColSpan:ie,ariaControls:st,ariaCurrent:null,ariaDescribedBy:st,ariaDetails:null,ariaDisabled:Rt,ariaDropEffect:st,ariaErrorMessage:null,ariaExpanded:Rt,ariaFlowTo:st,ariaGrabbed:Rt,ariaHasPopup:null,ariaHidden:Rt,ariaInvalid:null,ariaKeyShortcuts:null,ariaLabel:null,ariaLabelledBy:st,ariaLevel:ie,ariaLive:null,ariaModal:Rt,ariaMultiLine:Rt,ariaMultiSelectable:Rt,ariaOrientation:null,ariaOwns:st,ariaPlaceholder:null,ariaPosInSet:ie,ariaPressed:Rt,ariaReadOnly:Rt,ariaRelevant:null,ariaRequired:Rt,ariaRoleDescription:st,ariaRowCount:ie,ariaRowIndex:ie,ariaRowSpan:ie,ariaSelected:Rt,ariaSetSize:ie,ariaSort:null,ariaValueMax:ie,ariaValueMin:ie,ariaValueNow:ie,ariaValueText:null,role:null},transform(e,t){return t==="role"?t:"aria-"+t.slice(4).toLowerCase()}});function Y0(e,t){return t in e?e[t]:t}function q0(e,t){return Y0(e,t.toLowerCase())}var C4=Yr({attributes:{acceptcharset:"accept-charset",classname:"class",htmlfor:"for",httpequiv:"http-equiv"},mustUseProperty:["checked","multiple","muted","selected"],properties:{abbr:null,accept:ba,acceptCharset:st,accessKey:st,action:null,allow:null,allowFullScreen:Pe,allowPaymentRequest:Pe,allowUserMedia:Pe,alt:null,as:null,async:Pe,autoCapitalize:null,autoComplete:st,autoFocus:Pe,autoPlay:Pe,blocking:st,capture:null,charSet:null,checked:Pe,cite:null,className:st,cols:ie,colSpan:null,content:null,contentEditable:Rt,controls:Pe,controlsList:st,coords:ie|ba,crossOrigin:null,data:null,dateTime:null,decoding:null,default:Pe,defer:Pe,dir:null,dirName:null,disabled:Pe,download:G0,draggable:Rt,encType:null,enterKeyHint:null,fetchPriority:null,form:null,formAction:null,formEncType:null,formMethod:null,formNoValidate:Pe,formTarget:null,headers:st,height:ie,hidden:G0,high:ie,href:null,hrefLang:null,htmlFor:st,httpEquiv:st,id:null,imageSizes:null,imageSrcSet:null,inert:Pe,inputMode:null,integrity:null,is:null,isMap:Pe,itemId:null,itemProp:st,itemRef:st,itemScope:Pe,itemType:st,kind:null,label:null,lang:null,language:null,list:null,loading:null,loop:Pe,low:ie,manifest:null,max:null,maxLength:ie,media:null,method:null,min:null,minLength:ie,multiple:Pe,muted:Pe,name:null,nonce:null,noModule:Pe,noValidate:Pe,onAbort:null,onAfterPrint:null,onAuxClick:null,onBeforeMatch:null,onBeforePrint:null,onBeforeToggle:null,onBeforeUnload:null,onBlur:null,onCancel:null,onCanPlay:null,onCanPlayThrough:null,onChange:null,onClick:null,onClose:null,onContextLost:null,onContextMenu:null,onContextRestored:null,onCopy:null,onCueChange:null,onCut:null,onDblClick:null,onDrag:null,onDragEnd:null,onDragEnter:null,onDragExit:null,onDragLeave:null,onDragOver:null,onDragStart:null,onDrop:null,onDurationChange:null,onEmptied:null,onEnded:null,onError:null,onFocus:null,onFormData:null,onHashChange:null,onInput:null,onInvalid:null,onKeyDown:null,onKeyPress:null,onKeyUp:null,onLanguageChange:null,onLoad:null,onLoadedData:null,onLoadedMetadata:null,onLoadEnd:null,onLoadStart:null,onMessage:null,onMessageError:null,onMouseDown:null,onMouseEnter:null,onMouseLeave:null,onMouseMove:null,onMouseOut:null,onMouseOver:null,onMouseUp:null,onOffline:null,onOnline:null,onPageHide:null,onPageShow:null,onPaste:null,onPause:null,onPlay:null,onPlaying:null,onPopState:null,onProgress:null,onRateChange:null,onRejectionHandled:null,onReset:null,onResize:null,onScroll:null,onScrollEnd:null,onSecurityPolicyViolation:null,onSeeked:null,onSeeking:null,onSelect:null,onSlotChange:null,onStalled:null,onStorage:null,onSubmit:null,onSuspend:null,onTimeUpdate:null,onToggle:null,onUnhandledRejection:null,onUnload:null,onVolumeChange:null,onWaiting:null,onWheel:null,open:Pe,optimum:ie,pattern:null,ping:st,placeholder:null,playsInline:Pe,popover:null,popoverTarget:null,popoverTargetAction:null,poster:null,preload:null,readOnly:Pe,referrerPolicy:null,rel:st,required:Pe,reversed:Pe,rows:ie,rowSpan:ie,sandbox:st,scope:null,scoped:Pe,seamless:Pe,selected:Pe,shadowRootClonable:Pe,shadowRootDelegatesFocus:Pe,shadowRootMode:null,shape:null,size:ie,sizes:null,slot:null,span:ie,spellCheck:Rt,src:null,srcDoc:null,srcLang:null,srcSet:null,start:ie,step:null,style:null,tabIndex:ie,target:null,title:null,translate:null,type:null,typeMustMatch:Pe,useMap:null,value:Rt,width:ie,wrap:null,writingSuggestions:null,align:null,aLink:null,archive:st,axis:null,background:null,bgColor:null,border:ie,borderColor:null,bottomMargin:ie,cellPadding:null,cellSpacing:null,char:null,charOff:null,classId:null,clear:null,code:null,codeBase:null,codeType:null,color:null,compact:Pe,declare:Pe,event:null,face:null,frame:null,frameBorder:null,hSpace:ie,leftMargin:ie,link:null,longDesc:null,lowSrc:null,marginHeight:ie,marginWidth:ie,noResize:Pe,noHref:Pe,noShade:Pe,noWrap:Pe,object:null,profile:null,prompt:null,rev:null,rightMargin:ie,rules:null,scheme:null,scrolling:Rt,standby:null,summary:null,text:null,topMargin:ie,valueType:null,version:null,vAlign:null,vLink:null,vSpace:ie,allowTransparency:null,autoCorrect:null,autoSave:null,disablePictureInPicture:Pe,disableRemotePlayback:Pe,prefix:null,property:null,results:ie,security:null,unselectable:null},space:"html",transform:q0});var T4=Yr({attributes:{accentHeight:"accent-height",alignmentBaseline:"alignment-baseline",arabicForm:"arabic-form",baselineShift:"baseline-shift",capHeight:"cap-height",className:"class",clipPath:"clip-path",clipRule:"clip-rule",colorInterpolation:"color-interpolation",colorInterpolationFilters:"color-interpolation-filters",colorProfile:"color-profile",colorRendering:"color-rendering",crossOrigin:"crossorigin",dataType:"datatype",dominantBaseline:"dominant-baseline",enableBackground:"enable-background",fillOpacity:"fill-opacity",fillRule:"fill-rule",floodColor:"flood-color",floodOpacity:"flood-opacity",fontFamily:"font-family",fontSize:"font-size",fontSizeAdjust:"font-size-adjust",fontStretch:"font-stretch",fontStyle:"font-style",fontVariant:"font-variant",fontWeight:"font-weight",glyphName:"glyph-name",glyphOrientationHorizontal:"glyph-orientation-horizontal",glyphOrientationVertical:"glyph-orientation-vertical",hrefLang:"hreflang",horizAdvX:"horiz-adv-x",horizOriginX:"horiz-origin-x",horizOriginY:"horiz-origin-y",imageRendering:"image-rendering",letterSpacing:"letter-spacing",lightingColor:"lighting-color",markerEnd:"marker-end",markerMid:"marker-mid",markerStart:"marker-start",navDown:"nav-down",navDownLeft:"nav-down-left",navDownRight:"nav-down-right",navLeft:"nav-left",navNext:"nav-next",navPrev:"nav-prev",navRight:"nav-right",navUp:"nav-up",navUpLeft:"nav-up-left",navUpRight:"nav-up-right",onAbort:"onabort",onActivate:"onactivate",onAfterPrint:"onafterprint",onBeforePrint:"onbeforeprint",onBegin:"onbegin",onCancel:"oncancel",onCanPlay:"oncanplay",onCanPlayThrough:"oncanplaythrough",onChange:"onchange",onClick:"onclick",onClose:"onclose",onCopy:"oncopy",onCueChange:"oncuechange",onCut:"oncut",onDblClick:"ondblclick",onDrag:"ondrag",onDragEnd:"ondragend",onDragEnter:"ondragenter",onDragExit:"ondragexit",onDragLeave:"ondragleave",onDragOver:"ondragover",onDragStart:"ondragstart",onDrop:"ondrop",onDurationChange:"ondurationchange",onEmptied:"onemptied",onEnd:"onend",onEnded:"onended",onError:"onerror",onFocus:"onfocus",onFocusIn:"onfocusin",onFocusOut:"onfocusout",onHashChange:"onhashchange",onInput:"oninput",onInvalid:"oninvalid",onKeyDown:"onkeydown",onKeyPress:"onkeypress",onKeyUp:"onkeyup",onLoad:"onload",onLoadedData:"onloadeddata",onLoadedMetadata:"onloadedmetadata",onLoadStart:"onloadstart",onMessage:"onmessage",onMouseDown:"onmousedown",onMouseEnter:"onmouseenter",onMouseLeave:"onmouseleave",onMouseMove:"onmousemove",onMouseOut:"onmouseout",onMouseOver:"onmouseover",onMouseUp:"onmouseup",onMouseWheel:"onmousewheel",onOffline:"onoffline",onOnline:"ononline",onPageHide:"onpagehide",onPageShow:"onpageshow",onPaste:"onpaste",onPause:"onpause",onPlay:"onplay",onPlaying:"onplaying",onPopState:"onpopstate",onProgress:"onprogress",onRateChange:"onratechange",onRepeat:"onrepeat",onReset:"onreset",onResize:"onresize",onScroll:"onscroll",onSeeked:"onseeked",onSeeking:"onseeking",onSelect:"onselect",onShow:"onshow",onStalled:"onstalled",onStorage:"onstorage",onSubmit:"onsubmit",onSuspend:"onsuspend",onTimeUpdate:"ontimeupdate",onToggle:"ontoggle",onUnload:"onunload",onVolumeChange:"onvolumechange",onWaiting:"onwaiting",onZoom:"onzoom",overlinePosition:"overline-position",overlineThickness:"overline-thickness",paintOrder:"paint-order",panose1:"panose-1",pointerEvents:"pointer-events",referrerPolicy:"referrerpolicy",renderingIntent:"rendering-intent",shapeRendering:"shape-rendering",stopColor:"stop-color",stopOpacity:"stop-opacity",strikethroughPosition:"strikethrough-position",strikethroughThickness:"strikethrough-thickness",strokeDashArray:"stroke-dasharray",strokeDashOffset:"stroke-dashoffset",strokeLineCap:"stroke-linecap",strokeLineJoin:"stroke-linejoin",strokeMiterLimit:"stroke-miterlimit",strokeOpacity:"stroke-opacity",strokeWidth:"stroke-width",tabIndex:"tabindex",textAnchor:"text-anchor",textDecoration:"text-decoration",textRendering:"text-rendering",transformOrigin:"transform-origin",typeOf:"typeof",underlinePosition:"underline-position",underlineThickness:"underline-thickness",unicodeBidi:"unicode-bidi",unicodeRange:"unicode-range",unitsPerEm:"units-per-em",vAlphabetic:"v-alphabetic",vHanging:"v-hanging",vIdeographic:"v-ideographic",vMathematical:"v-mathematical",vectorEffect:"vector-effect",vertAdvY:"vert-adv-y",vertOriginX:"vert-origin-x",vertOriginY:"vert-origin-y",wordSpacing:"word-spacing",writingMode:"writing-mode",xHeight:"x-height",playbackOrder:"playbackorder",timelineBegin:"timelinebegin"},properties:{about:sr,accentHeight:ie,accumulate:null,additive:null,alignmentBaseline:null,alphabetic:ie,amplitude:ie,arabicForm:null,ascent:ie,attributeName:null,attributeType:null,azimuth:ie,bandwidth:null,baselineShift:null,baseFrequency:null,baseProfile:null,bbox:null,begin:null,bias:ie,by:null,calcMode:null,capHeight:ie,className:st,clip:null,clipPath:null,clipPathUnits:null,clipRule:null,color:null,colorInterpolation:null,colorInterpolationFilters:null,colorProfile:null,colorRendering:null,content:null,contentScriptType:null,contentStyleType:null,crossOrigin:null,cursor:null,cx:null,cy:null,d:null,dataType:null,defaultAction:null,descent:ie,diffuseConstant:ie,direction:null,display:null,dur:null,divisor:ie,dominantBaseline:null,download:Pe,dx:null,dy:null,edgeMode:null,editable:null,elevation:ie,enableBackground:null,end:null,event:null,exponent:ie,externalResourcesRequired:null,fill:null,fillOpacity:ie,fillRule:null,filter:null,filterRes:null,filterUnits:null,floodColor:null,floodOpacity:null,focusable:null,focusHighlight:null,fontFamily:null,fontSize:null,fontSizeAdjust:null,fontStretch:null,fontStyle:null,fontVariant:null,fontWeight:null,format:null,fr:null,from:null,fx:null,fy:null,g1:ba,g2:ba,glyphName:ba,glyphOrientationHorizontal:null,glyphOrientationVertical:null,glyphRef:null,gradientTransform:null,gradientUnits:null,handler:null,hanging:ie,hatchContentUnits:null,hatchUnits:null,height:null,href:null,hrefLang:null,horizAdvX:ie,horizOriginX:ie,horizOriginY:ie,id:null,ideographic:ie,imageRendering:null,initialVisibility:null,in:null,in2:null,intercept:ie,k:ie,k1:ie,k2:ie,k3:ie,k4:ie,kernelMatrix:sr,kernelUnitLength:null,keyPoints:null,keySplines:null,keyTimes:null,kerning:null,lang:null,lengthAdjust:null,letterSpacing:null,lightingColor:null,limitingConeAngle:ie,local:null,markerEnd:null,markerMid:null,markerStart:null,markerHeight:null,markerUnits:null,markerWidth:null,mask:null,maskContentUnits:null,maskUnits:null,mathematical:null,max:null,media:null,mediaCharacterEncoding:null,mediaContentEncodings:null,mediaSize:ie,mediaTime:null,method:null,min:null,mode:null,name:null,navDown:null,navDownLeft:null,navDownRight:null,navLeft:null,navNext:null,navPrev:null,navRight:null,navUp:null,navUpLeft:null,navUpRight:null,numOctaves:null,observer:null,offset:null,onAbort:null,onActivate:null,onAfterPrint:null,onBeforePrint:null,onBegin:null,onCancel:null,onCanPlay:null,onCanPlayThrough:null,onChange:null,onClick:null,onClose:null,onCopy:null,onCueChange:null,onCut:null,onDblClick:null,onDrag:null,onDragEnd:null,onDragEnter:null,onDragExit:null,onDragLeave:null,onDragOver:null,onDragStart:null,onDrop:null,onDurationChange:null,onEmptied:null,onEnd:null,onEnded:null,onError:null,onFocus:null,onFocusIn:null,onFocusOut:null,onHashChange:null,onInput:null,onInvalid:null,onKeyDown:null,onKeyPress:null,onKeyUp:null,onLoad:null,onLoadedData:null,onLoadedMetadata:null,onLoadStart:null,onMessage:null,onMouseDown:null,onMouseEnter:null,onMouseLeave:null,onMouseMove:null,onMouseOut:null,onMouseOver:null,onMouseUp:null,onMouseWheel:null,onOffline:null,onOnline:null,onPageHide:null,onPageShow:null,onPaste:null,onPause:null,onPlay:null,onPlaying:null,onPopState:null,onProgress:null,onRateChange:null,onRepeat:null,onReset:null,onResize:null,onScroll:null,onSeeked:null,onSeeking:null,onSelect:null,onShow:null,onStalled:null,onStorage:null,onSubmit:null,onSuspend:null,onTimeUpdate:null,onToggle:null,onUnload:null,onVolumeChange:null,onWaiting:null,onZoom:null,opacity:null,operator:null,order:null,orient:null,orientation:null,origin:null,overflow:null,overlay:null,overlinePosition:ie,overlineThickness:ie,paintOrder:null,panose1:null,path:null,pathLength:ie,patternContentUnits:null,patternTransform:null,patternUnits:null,phase:null,ping:st,pitch:null,playbackOrder:null,pointerEvents:null,points:null,pointsAtX:ie,pointsAtY:ie,pointsAtZ:ie,preserveAlpha:null,preserveAspectRatio:null,primitiveUnits:null,propagate:null,property:sr,r:null,radius:null,referrerPolicy:null,refX:null,refY:null,rel:sr,rev:sr,renderingIntent:null,repeatCount:null,repeatDur:null,requiredExtensions:sr,requiredFeatures:sr,requiredFonts:sr,requiredFormats:sr,resource:null,restart:null,result:null,rotate:null,rx:null,ry:null,scale:null,seed:null,shapeRendering:null,side:null,slope:null,snapshotTime:null,specularConstant:ie,specularExponent:ie,spreadMethod:null,spacing:null,startOffset:null,stdDeviation:null,stemh:null,stemv:null,stitchTiles:null,stopColor:null,stopOpacity:null,strikethroughPosition:ie,strikethroughThickness:ie,string:null,stroke:null,strokeDashArray:sr,strokeDashOffset:null,strokeLineCap:null,strokeLineJoin:null,strokeMiterLimit:ie,strokeOpacity:ie,strokeWidth:null,style:null,surfaceScale:ie,syncBehavior:null,syncBehaviorDefault:null,syncMaster:null,syncTolerance:null,syncToleranceDefault:null,systemLanguage:sr,tabIndex:ie,tableValues:null,target:null,targetX:ie,targetY:ie,textAnchor:null,textDecoration:null,textRendering:null,textLength:null,timelineBegin:null,title:null,transformBehavior:null,type:null,typeOf:sr,to:null,transform:null,transformOrigin:null,u1:null,u2:null,underlinePosition:ie,underlineThickness:ie,unicode:null,unicodeBidi:null,unicodeRange:null,unitsPerEm:ie,values:null,vAlphabetic:ie,vMathematical:ie,vectorEffect:null,vHanging:ie,vIdeographic:ie,version:null,vertAdvY:ie,vertOriginX:ie,vertOriginY:ie,viewBox:null,viewTarget:null,visibility:null,width:null,widths:null,wordSpacing:null,writingMode:null,x:null,x1:null,x2:null,xChannelSelector:null,xHeight:ie,y:null,y1:null,y2:null,yChannelSelector:null,z:null,zoomAndPan:null},space:"svg",transform:Y0});var ay=Yr({properties:{xLinkActuate:null,xLinkArcRole:null,xLinkHref:null,xLinkRole:null,xLinkShow:null,xLinkTitle:null,xLinkType:null},space:"xlink",transform(e,t){return"xlink:"+t.slice(5).toLowerCase()}});var sy=Yr({attributes:{xmlnsxlink:"xmlns:xlink"},properties:{xmlnsXLink:null,xmlns:null},space:"xmlns",transform:q0});var uy=Yr({properties:{xmlBase:null,xmlLang:null,xmlSpace:null},space:"xml",transform(e,t){return"xml:"+t.slice(3).toLowerCase()}});var ly={classId:"classID",dataType:"datatype",itemId:"itemID",strokeDashArray:"strokeDasharray",strokeDashOffset:"strokeDashoffset",strokeLineCap:"strokeLinecap",strokeLineJoin:"strokeLinejoin",strokeMiterLimit:"strokeMiterlimit",typeOf:"typeof",xLinkActuate:"xlinkActuate",xLinkArcRole:"xlinkArcrole",xLinkHref:"xlinkHref",xLinkRole:"xlinkRole",xLinkShow:"xlinkShow",xLinkTitle:"xlinkTitle",xLinkType:"xlinkType",xmlnsXLink:"xmlnsXlink"};var $U=/[A-Z]/g,A4=/-[a-z]/g,zU=/^data[-\w.:]+$/i;function wi(e,t){let n=vi(t),r=t,o=cn;if(n in e.normal)return e.property[e.normal[n]];if(n.length>4&&n.slice(0,4)==="data"&&zU.test(t)){if(t.charAt(4)==="-"){let i=t.slice(5).replace(A4,UU);r="data"+i.charAt(0).toUpperCase()+i.slice(1)}else{let i=t.slice(4);if(!A4.test(i)){let s=i.replace($U,HU);s.charAt(0)!=="-"&&(s="-"+s),t="data"+s}}o=bs}return new o(r,t)}function HU(e){return"-"+e.toLowerCase()}function UU(e){return e.charAt(1).toUpperCase()}var ki=ry([iy,C4,ay,sy,uy],"html"),qr=ry([iy,T4,ay,sy,uy],"svg");function cy(e){let t=String(e||"").trim();return t?t.split(/[ \t\n\r\f]+/g):[]}function X0(e){return e.join(" ").trim()}var U4=G(B4(),1);var Ds=$4("end"),ur=$4("start");function $4(e){return t;function t(n){let r=n&&n.position&&n.position[e]||{};if(typeof r.line=="number"&&r.line>0&&typeof r.column=="number"&&r.column>0)return{line:r.line,column:r.column,offset:typeof r.offset=="number"&&r.offset>-1?r.offset:void 0}}}function py(e){let t=ur(e),n=Ds(e);if(t&&n)return{start:t,end:n}}function Ea(e){return!e||typeof e!="object"?"":"position"in e||"type"in e?z4(e.position):"start"in e||"end"in e?z4(e):"line"in e||"column"in e?hy(e):""}function hy(e){return H4(e&&e.line)+":"+H4(e&&e.column)}function z4(e){return hy(e&&e.start)+"-"+hy(e&&e.end)}function H4(e){return e&&typeof e=="number"?e:1}var zt=class extends Error{constructor(t,n,r){super(),typeof n=="string"&&(r=n,n=void 0);let o="",i={},s=!1;if(n&&("line"in n&&"column"in n?i={place:n}:"start"in n&&"end"in n?i={place:n}:"type"in n?i={ancestors:[n],place:n.position}:i={...n}),typeof t=="string"?o=t:!i.cause&&t&&(s=!0,o=t.message,i.cause=t),!i.ruleId&&!i.source&&typeof r=="string"){let c=r.indexOf(":");c===-1?i.ruleId=r:(i.source=r.slice(0,c),i.ruleId=r.slice(c+1))}if(!i.place&&i.ancestors&&i.ancestors){let c=i.ancestors[i.ancestors.length-1];c&&(i.place=c.position)}let l=i.place&&"start"in i.place?i.place.start:i.place;this.ancestors=i.ancestors||void 0,this.cause=i.cause||void 0,this.column=l?l.column:void 0,this.fatal=void 0,this.file="",this.message=o,this.line=l?l.line:void 0,this.name=Ea(i.place)||"1:1",this.place=i.place||void 0,this.reason=this.message,this.ruleId=i.ruleId||void 0,this.source=i.source||void 0,this.stack=s&&i.cause&&typeof i.cause.stack=="string"?i.cause.stack:"",this.actual=void 0,this.expected=void 0,this.note=void 0,this.url=void 0}};zt.prototype.file="";zt.prototype.name="";zt.prototype.reason="";zt.prototype.message="";zt.prototype.stack="";zt.prototype.column=void 0;zt.prototype.line=void 0;zt.prototype.ancestors=void 0;zt.prototype.cause=void 0;zt.prototype.fatal=void 0;zt.prototype.place=void 0;zt.prototype.ruleId=void 0;zt.prototype.source=void 0;var my={}.hasOwnProperty,hj=new Map,mj=/[A-Z]/g,gj=new Set(["table","tbody","thead","tfoot","tr"]),yj=new Set(["td","th"]),j4="https://github.com/syntax-tree/hast-util-to-jsx-runtime";function gy(e,t){if(!t||t.Fragment===void 0)throw new TypeError("Expected `Fragment` in options");let n=t.filePath||void 0,r;if(t.development){if(typeof t.jsxDEV!="function")throw new TypeError("Expected `jsxDEV` in options when `development: true`");r=Cj(n,t.jsxDEV)}else{if(typeof t.jsx!="function")throw new TypeError("Expected `jsx` in production options");if(typeof t.jsxs!="function")throw new TypeError("Expected `jsxs` in production options");r=kj(n,t.jsx,t.jsxs)}let o={Fragment:t.Fragment,ancestors:[],components:t.components||{},create:r,elementAttributeNameCase:t.elementAttributeNameCase||"react",evaluater:t.createEvaluater?t.createEvaluater():void 0,filePath:n,ignoreInvalidStyle:t.ignoreInvalidStyle||!1,passKeys:t.passKeys!==!1,passNode:t.passNode||!1,schema:t.space==="svg"?qr:ki,stylePropertyNameCase:t.stylePropertyNameCase||"dom",tableCellAlignToStyle:t.tableCellAlignToStyle!==!1},i=W4(o,e,void 0);return i&&typeof i!="string"?i:o.create(e,o.Fragment,{children:i||void 0},void 0)}function W4(e,t,n){if(t.type==="element")return bj(e,t,n);if(t.type==="mdxFlowExpression"||t.type==="mdxTextExpression")return Ej(e,t);if(t.type==="mdxJsxFlowElement"||t.type==="mdxJsxTextElement")return xj(e,t,n);if(t.type==="mdxjsEsm")return Dj(e,t);if(t.type==="root")return vj(e,t,n);if(t.type==="text")return wj(e,t)}function bj(e,t,n){let r=e.schema,o=r;t.tagName.toLowerCase()==="svg"&&r.space==="html"&&(o=qr,e.schema=o),e.ancestors.push(t);let i=G4(e,t.tagName,!1),s=Tj(e,t),l=by(e,t);return gj.has(t.tagName)&&(l=l.filter(function(c){return typeof c=="string"?!ny(c):!0})),V4(e,s,i,t),yy(s,l),e.ancestors.pop(),e.schema=r,e.create(t,i,s,n)}function Ej(e,t){if(t.data&&t.data.estree&&e.evaluater){let r=t.data.estree.body[0];return r.type,e.evaluater.evaluateExpression(r.expression)}Zc(e,t.position)}function Dj(e,t){if(t.data&&t.data.estree&&e.evaluater)return e.evaluater.evaluateProgram(t.data.estree);Zc(e,t.position)}function xj(e,t,n){let r=e.schema,o=r;t.name==="svg"&&r.space==="html"&&(o=qr,e.schema=o),e.ancestors.push(t);let i=t.name===null?e.Fragment:G4(e,t.name,!0),s=Aj(e,t),l=by(e,t);return V4(e,s,i,t),yy(s,l),e.ancestors.pop(),e.schema=r,e.create(t,i,s,n)}function vj(e,t,n){let r={};return yy(r,by(e,t)),e.create(t,e.Fragment,r,n)}function wj(e,t){return t.value}function V4(e,t,n,r){typeof n!="string"&&n!==e.Fragment&&e.passNode&&(t.node=r)}function yy(e,t){if(t.length>0){let n=t.length>1?t:t[0];n&&(e.children=n)}}function kj(e,t,n){return r;function r(o,i,s,l){let d=Array.isArray(s.children)?n:t;return l?d(i,s,l):d(i,s)}}function Cj(e,t){return n;function n(r,o,i,s){let l=Array.isArray(i.children),c=ur(r);return t(o,i,s,l,{columnNumber:c?c.column-1:void 0,fileName:e,lineNumber:c?c.line:void 0},void 0)}}function Tj(e,t){let n={},r,o;for(o in t.properties)if(o!=="children"&&my.call(t.properties,o)){let i=_j(e,o,t.properties[o]);if(i){let[s,l]=i;e.tableCellAlignToStyle&&s==="align"&&typeof l=="string"&&yj.has(t.tagName)?r=l:n[s]=l}}if(r){let i=n.style||(n.style={});i[e.stylePropertyNameCase==="css"?"text-align":"textAlign"]=r}return n}function Aj(e,t){let n={};for(let r of t.attributes)if(r.type==="mdxJsxExpressionAttribute")if(r.data&&r.data.estree&&e.evaluater){let i=r.data.estree.body[0];i.type;let s=i.expression;s.type;let l=s.properties[0];l.type,Object.assign(n,e.evaluater.evaluateExpression(l.argument))}else Zc(e,t.position);else{let o=r.name,i;if(r.value&&typeof r.value=="object")if(r.value.data&&r.value.data.estree&&e.evaluater){let l=r.value.data.estree.body[0];l.type,i=e.evaluater.evaluateExpression(l.expression)}else Zc(e,t.position);else i=r.value===null?!0:r.value;n[o]=i}return n}function by(e,t){let n=[],r=-1,o=e.passKeys?new Map:hj;for(;++r<t.children.length;){let i=t.children[r],s;if(e.passKeys){let c=i.type==="element"?i.tagName:i.type==="mdxJsxFlowElement"||i.type==="mdxJsxTextElement"?i.name:void 0;if(c){let d=o.get(c)||0;s=c+"-"+d,o.set(c,d+1)}}let l=W4(e,i,s);l!==void 0&&n.push(l)}return n}function _j(e,t,n){let r=wi(e.schema,t);if(!(n==null||typeof n=="number"&&Number.isNaN(n))){if(Array.isArray(n)&&(n=r.commaSeparated?W0(n):X0(n)),r.property==="style"){let o=typeof n=="object"?n:Sj(e,String(n));return e.stylePropertyNameCase==="css"&&(o=Ij(o)),["style",o]}return[e.elementAttributeNameCase==="react"&&r.space?ly[r.property]||r.property:r.attribute,n]}}function Sj(e,t){try{return(0,U4.default)(t,{reactCompat:!0})}catch(n){if(e.ignoreInvalidStyle)return{};let r=n,o=new zt("Cannot parse `style` attribute",{ancestors:e.ancestors,cause:r,ruleId:"style",source:"hast-util-to-jsx-runtime"});throw o.file=e.filePath||void 0,o.url=j4+"#cannot-parse-style-attribute",o}}function G4(e,t,n){let r;if(!n)r={type:"Literal",value:t};else if(t.includes(".")){let o=t.split("."),i=-1,s;for(;++i<o.length;){let l=V0(o[i])?{type:"Identifier",name:o[i]}:{type:"Literal",value:o[i]};s=s?{type:"MemberExpression",object:s,property:l,computed:!!(i&&l.type==="Literal"),optional:!1}:l}r=s}else r=V0(t)&&!/^[a-z]/.test(t)?{type:"Identifier",name:t}:{type:"Literal",value:t};if(r.type==="Literal"){let o=r.value;return my.call(e.components,o)?e.components[o]:o}if(e.evaluater)return e.evaluater.evaluateExpression(r);Zc(e)}function Zc(e,t){let n=new zt("Cannot handle MDX estrees without `createEvaluater`",{ancestors:e.ancestors,place:t,ruleId:"mdx-estree",source:"hast-util-to-jsx-runtime"});throw n.file=e.filePath||void 0,n.url=j4+"#cannot-handle-mdx-estrees-without-createevaluater",n}function Ij(e){let t={},n;for(n in e)my.call(e,n)&&(t[Fj(n)]=e[n]);return t}function Fj(e){let t=e.replace(mj,Lj);return t.slice(0,3)==="ms-"&&(t="-"+t),t}function Lj(e){return"-"+e.toLowerCase()}var Jc={action:["form"],cite:["blockquote","del","ins","q"],data:["object"],formAction:["button","input"],href:["a","area","base","link"],icon:["menuitem"],itemId:null,manifest:["html"],ping:["a","area"],poster:["video"],src:["audio","embed","iframe","img","input","script","source","track","video"]};var Ku=G(De(),1),b8=G(_e(),1);var Rj={};function Ci(e,t){let n=t||Rj,r=typeof n.includeImageAlt=="boolean"?n.includeImageAlt:!0,o=typeof n.includeHtml=="boolean"?n.includeHtml:!0;return q4(e,r,o)}function q4(e,t,n){if(Nj(e)){if("value"in e)return e.type==="html"&&!n?"":e.value;if(t&&"alt"in e&&e.alt)return e.alt;if("children"in e)return Y4(e.children,t,n)}return Array.isArray(e)?Y4(e,t,n):""}function Y4(e,t,n){let r=[],o=-1;for(;++o<e.length;)r[o]=q4(e[o],t,n);return r.join("")}function Nj(e){return!!(e&&typeof e=="object")}var X4=document.createElement("i");function Yu(e){let t="&"+e+";";X4.innerHTML=t;let n=X4.textContent;return n.charCodeAt(n.length-1)===59&&e!=="semi"||n===t?!1:n}function Ht(e,t,n,r){let o=e.length,i=0,s;if(t<0?t=-t>o?0:o+t:t=t>o?o:t,n=n>0?n:0,r.length<1e4)s=Array.from(r),s.unshift(t,n),e.splice(...s);else for(n&&e.splice(t,n);i<r.length;)s=r.slice(i,i+1e4),s.unshift(t,0),e.splice(...s),i+=1e4,t+=1e4}function Gn(e,t){return e.length>0?(Ht(e,e.length,0,t),e):t}var K4={}.hasOwnProperty;function Q0(e){let t={},n=-1;for(;++n<e.length;)Oj(t,e[n]);return t}function Oj(e,t){let n;for(n in t){let o=(K4.call(e,n)?e[n]:void 0)||(e[n]={}),i=t[n],s;if(i)for(s in i){K4.call(o,s)||(o[s]=[]);let l=i[s];Mj(o[s],Array.isArray(l)?l:l?[l]:[])}}}function Mj(e,t){let n=-1,r=[];for(;++n<t.length;)(t[n].add==="after"?e:r).push(t[n]);Ht(e,0,0,r)}function Z0(e,t){let n=Number.parseInt(e,t);return n<9||n===11||n>13&&n<32||n>126&&n<160||n>55295&&n<57344||n>64975&&n<65008||(n&65535)===65535||(n&65535)===65534||n>1114111?"\uFFFD":String.fromCodePoint(n)}function In(e){return e.replace(/[\t\n\r ]+/g," ").replace(/^ | $/g,"").toLowerCase().toUpperCase()}var en=Da(/[A-Za-z]/),Nt=Da(/[\dA-Za-z]/),Q4=Da(/[#-'*+\--9=?A-Z^-~]/);function xs(e){return e!==null&&(e<32||e===127)}var ed=Da(/\d/),Z4=Da(/[\dA-Fa-f]/),J4=Da(/[!-/:-@[-`{-~]/);function ye(e){return e!==null&&e<-2}function je(e){return e!==null&&(e<0||e===32)}function Se(e){return e===-2||e===-1||e===32}var vs=Da(/\p{P}|\p{S}/u),Po=Da(/\s/);function Da(e){return t;function t(n){return n!==null&&n>-1&&e.test(String.fromCharCode(n))}}function Xr(e){let t=[],n=-1,r=0,o=0;for(;++n<e.length;){let i=e.charCodeAt(n),s="";if(i===37&&Nt(e.charCodeAt(n+1))&&Nt(e.charCodeAt(n+2)))o=2;else if(i<128)/[!#$&-;=?-Z_a-z~]/.test(String.fromCharCode(i))||(s=String.fromCharCode(i));else if(i>55295&&i<57344){let l=e.charCodeAt(n+1);i<56320&&l>56319&&l<57344?(s=String.fromCharCode(i,l),o=1):s="\uFFFD"}else s=String.fromCharCode(i);s&&(t.push(e.slice(r,n),encodeURIComponent(s)),r=n+o+1,s=""),o&&(n+=o,o=0)}return t.join("")+e.slice(r)}function Ae(e,t,n,r){let o=r?r-1:Number.POSITIVE_INFINITY,i=0;return s;function s(c){return Se(c)?(e.enter(n),l(c)):t(c)}function l(c){return Se(c)&&i++<o?(e.consume(c),l):(e.exit(n),t(c))}}var eA={tokenize:Pj};function Pj(e){let t=e.attempt(this.parser.constructs.contentInitial,r,o),n;return t;function r(l){if(l===null){e.consume(l);return}return e.enter("lineEnding"),e.consume(l),e.exit("lineEnding"),Ae(e,t,"linePrefix")}function o(l){return e.enter("paragraph"),i(l)}function i(l){let c=e.enter("chunkText",{contentType:"text",previous:n});return n&&(n.next=c),n=c,s(l)}function s(l){if(l===null){e.exit("chunkText"),e.exit("paragraph"),e.consume(l);return}return ye(l)?(e.consume(l),e.exit("chunkText"),i):(e.consume(l),s)}}var nA={tokenize:Bj},tA={tokenize:$j};function Bj(e){let t=this,n=[],r=0,o,i,s;return l;function l(k){if(r<n.length){let L=n[r];return t.containerState=L[1],e.attempt(L[0].continuation,c,d)(k)}return d(k)}function c(k){if(r++,t.containerState._closeFlow){t.containerState._closeFlow=void 0,o&&v();let L=t.events.length,B=L,I;for(;B--;)if(t.events[B][0]==="exit"&&t.events[B][1].type==="chunkFlow"){I=t.events[B][1].end;break}x(r);let z=L;for(;z<t.events.length;)t.events[z][1].end={...I},z++;return Ht(t.events,B+1,0,t.events.slice(L)),t.events.length=z,d(k)}return l(k)}function d(k){if(r===n.length){if(!o)return E(k);if(o.currentConstruct&&o.currentConstruct.concrete)return D(k);t.interrupt=!!(o.currentConstruct&&!o._gfmTableDynamicInterruptHack)}return t.containerState={},e.check(tA,h,g)(k)}function h(k){return o&&v(),x(r),E(k)}function g(k){return t.parser.lazy[t.now().line]=r!==n.length,s=t.now().offset,D(k)}function E(k){return t.containerState={},e.attempt(tA,y,D)(k)}function y(k){return r++,n.push([t.currentConstruct,t.containerState]),E(k)}function D(k){if(k===null){o&&v(),x(0),e.consume(k);return}return o=o||t.parser.flow(t.now()),e.enter("chunkFlow",{_tokenizer:o,contentType:"flow",previous:i}),w(k)}function w(k){if(k===null){A(e.exit("chunkFlow"),!0),x(0),e.consume(k);return}return ye(k)?(e.consume(k),A(e.exit("chunkFlow")),r=0,t.interrupt=void 0,l):(e.consume(k),w)}function A(k,L){let B=t.sliceStream(k);if(L&&B.push(null),k.previous=i,i&&(i.next=k),i=k,o.defineSkip(k.start),o.write(B),t.parser.lazy[k.start.line]){let I=o.events.length;for(;I--;)if(o.events[I][1].start.offset<s&&(!o.events[I][1].end||o.events[I][1].end.offset>s))return;let z=t.events.length,q=z,te,M;for(;q--;)if(t.events[q][0]==="exit"&&t.events[q][1].type==="chunkFlow"){if(te){M=t.events[q][1].end;break}te=!0}for(x(r),I=z;I<t.events.length;)t.events[I][1].end={...M},I++;Ht(t.events,q+1,0,t.events.slice(z)),t.events.length=I}}function x(k){let L=n.length;for(;L-- >k;){let B=n[L];t.containerState=B[1],B[0].exit.call(t,e)}n.length=k}function v(){o.write([null]),i=void 0,o=void 0,t.containerState._closeFlow=void 0}}function $j(e,t,n){return Ae(e,e.attempt(this.parser.constructs.document,t,n),"linePrefix",this.parser.constructs.disable.null.includes("codeIndented")?void 0:4)}function Ti(e){if(e===null||je(e)||Po(e))return 1;if(vs(e))return 2}function xa(e,t,n){let r=[],o=-1;for(;++o<e.length;){let i=e[o].resolveAll;i&&!r.includes(i)&&(t=i(t,n),r.push(i))}return t}var td={name:"attention",resolveAll:zj,tokenize:Hj};function zj(e,t){let n=-1,r,o,i,s,l,c,d,h;for(;++n<e.length;)if(e[n][0]==="enter"&&e[n][1].type==="attentionSequence"&&e[n][1]._close){for(r=n;r--;)if(e[r][0]==="exit"&&e[r][1].type==="attentionSequence"&&e[r][1]._open&&t.sliceSerialize(e[r][1]).charCodeAt(0)===t.sliceSerialize(e[n][1]).charCodeAt(0)){if((e[r][1]._close||e[n][1]._open)&&(e[n][1].end.offset-e[n][1].start.offset)%3&&!((e[r][1].end.offset-e[r][1].start.offset+e[n][1].end.offset-e[n][1].start.offset)%3))continue;c=e[r][1].end.offset-e[r][1].start.offset>1&&e[n][1].end.offset-e[n][1].start.offset>1?2:1;let g={...e[r][1].end},E={...e[n][1].start};rA(g,-c),rA(E,c),s={type:c>1?"strongSequence":"emphasisSequence",start:g,end:{...e[r][1].end}},l={type:c>1?"strongSequence":"emphasisSequence",start:{...e[n][1].start},end:E},i={type:c>1?"strongText":"emphasisText",start:{...e[r][1].end},end:{...e[n][1].start}},o={type:c>1?"strong":"emphasis",start:{...s.start},end:{...l.end}},e[r][1].end={...s.start},e[n][1].start={...l.end},d=[],e[r][1].end.offset-e[r][1].start.offset&&(d=Gn(d,[["enter",e[r][1],t],["exit",e[r][1],t]])),d=Gn(d,[["enter",o,t],["enter",s,t],["exit",s,t],["enter",i,t]]),d=Gn(d,xa(t.parser.constructs.insideSpan.null,e.slice(r+1,n),t)),d=Gn(d,[["exit",i,t],["enter",l,t],["exit",l,t],["exit",o,t]]),e[n][1].end.offset-e[n][1].start.offset?(h=2,d=Gn(d,[["enter",e[n][1],t],["exit",e[n][1],t]])):h=0,Ht(e,r-1,n-r+3,d),n=r+d.length-h-2;break}}for(n=-1;++n<e.length;)e[n][1].type==="attentionSequence"&&(e[n][1].type="data");return e}function Hj(e,t){let n=this.parser.constructs.attentionMarkers.null,r=this.previous,o=Ti(r),i;return s;function s(c){return i=c,e.enter("attentionSequence"),l(c)}function l(c){if(c===i)return e.consume(c),l;let d=e.exit("attentionSequence"),h=Ti(c),g=!h||h===2&&o||n.includes(c),E=!o||o===2&&h||n.includes(r);return d._open=!!(i===42?g:g&&(o||!E)),d._close=!!(i===42?E:E&&(h||!g)),t(c)}}function rA(e,t){e.column+=t,e.offset+=t,e._bufferIndex+=t}var Ey={name:"autolink",tokenize:Uj};function Uj(e,t,n){let r=0;return o;function o(y){return e.enter("autolink"),e.enter("autolinkMarker"),e.consume(y),e.exit("autolinkMarker"),e.enter("autolinkProtocol"),i}function i(y){return en(y)?(e.consume(y),s):y===64?n(y):d(y)}function s(y){return y===43||y===45||y===46||Nt(y)?(r=1,l(y)):d(y)}function l(y){return y===58?(e.consume(y),r=0,c):(y===43||y===45||y===46||Nt(y))&&r++<32?(e.consume(y),l):(r=0,d(y))}function c(y){return y===62?(e.exit("autolinkProtocol"),e.enter("autolinkMarker"),e.consume(y),e.exit("autolinkMarker"),e.exit("autolink"),t):y===null||y===32||y===60||xs(y)?n(y):(e.consume(y),c)}function d(y){return y===64?(e.consume(y),h):Q4(y)?(e.consume(y),d):n(y)}function h(y){return Nt(y)?g(y):n(y)}function g(y){return y===46?(e.consume(y),r=0,h):y===62?(e.exit("autolinkProtocol").type="autolinkEmail",e.enter("autolinkMarker"),e.consume(y),e.exit("autolinkMarker"),e.exit("autolink"),t):E(y)}function E(y){if((y===45||Nt(y))&&r++<63){let D=y===45?E:g;return e.consume(y),D}return n(y)}}var Bo={partial:!0,tokenize:jj};function jj(e,t,n){return r;function r(i){return Se(i)?Ae(e,o,"linePrefix")(i):o(i)}function o(i){return i===null||ye(i)?t(i):n(i)}}var J0={continuation:{tokenize:Vj},exit:Gj,name:"blockQuote",tokenize:Wj};function Wj(e,t,n){let r=this;return o;function o(s){if(s===62){let l=r.containerState;return l.open||(e.enter("blockQuote",{_container:!0}),l.open=!0),e.enter("blockQuotePrefix"),e.enter("blockQuoteMarker"),e.consume(s),e.exit("blockQuoteMarker"),i}return n(s)}function i(s){return Se(s)?(e.enter("blockQuotePrefixWhitespace"),e.consume(s),e.exit("blockQuotePrefixWhitespace"),e.exit("blockQuotePrefix"),t):(e.exit("blockQuotePrefix"),t(s))}}function Vj(e,t,n){let r=this;return o;function o(s){return Se(s)?Ae(e,i,"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(s):i(s)}function i(s){return e.attempt(J0,t,n)(s)}}function Gj(e){e.exit("blockQuote")}var eh={name:"characterEscape",tokenize:Yj};function Yj(e,t,n){return r;function r(i){return e.enter("characterEscape"),e.enter("escapeMarker"),e.consume(i),e.exit("escapeMarker"),o}function o(i){return J4(i)?(e.enter("characterEscapeValue"),e.consume(i),e.exit("characterEscapeValue"),e.exit("characterEscape"),t):n(i)}}var th={name:"characterReference",tokenize:qj};function qj(e,t,n){let r=this,o=0,i,s;return l;function l(g){return e.enter("characterReference"),e.enter("characterReferenceMarker"),e.consume(g),e.exit("characterReferenceMarker"),c}function c(g){return g===35?(e.enter("characterReferenceMarkerNumeric"),e.consume(g),e.exit("characterReferenceMarkerNumeric"),d):(e.enter("characterReferenceValue"),i=31,s=Nt,h(g))}function d(g){return g===88||g===120?(e.enter("characterReferenceMarkerHexadecimal"),e.consume(g),e.exit("characterReferenceMarkerHexadecimal"),e.enter("characterReferenceValue"),i=6,s=Z4,h):(e.enter("characterReferenceValue"),i=7,s=ed,h(g))}function h(g){if(g===59&&o){let E=e.exit("characterReferenceValue");return s===Nt&&!Yu(r.sliceSerialize(E))?n(g):(e.enter("characterReferenceMarker"),e.consume(g),e.exit("characterReferenceMarker"),e.exit("characterReference"),t)}return s(g)&&o++<i?(e.consume(g),h):n(g)}}var oA={partial:!0,tokenize:Kj},nh={concrete:!0,name:"codeFenced",tokenize:Xj};function Xj(e,t,n){let r=this,o={partial:!0,tokenize:B},i=0,s=0,l;return c;function c(I){return d(I)}function d(I){let z=r.events[r.events.length-1];return i=z&&z[1].type==="linePrefix"?z[2].sliceSerialize(z[1],!0).length:0,l=I,e.enter("codeFenced"),e.enter("codeFencedFence"),e.enter("codeFencedFenceSequence"),h(I)}function h(I){return I===l?(s++,e.consume(I),h):s<3?n(I):(e.exit("codeFencedFenceSequence"),Se(I)?Ae(e,g,"whitespace")(I):g(I))}function g(I){return I===null||ye(I)?(e.exit("codeFencedFence"),r.interrupt?t(I):e.check(oA,w,L)(I)):(e.enter("codeFencedFenceInfo"),e.enter("chunkString",{contentType:"string"}),E(I))}function E(I){return I===null||ye(I)?(e.exit("chunkString"),e.exit("codeFencedFenceInfo"),g(I)):Se(I)?(e.exit("chunkString"),e.exit("codeFencedFenceInfo"),Ae(e,y,"whitespace")(I)):I===96&&I===l?n(I):(e.consume(I),E)}function y(I){return I===null||ye(I)?g(I):(e.enter("codeFencedFenceMeta"),e.enter("chunkString",{contentType:"string"}),D(I))}function D(I){return I===null||ye(I)?(e.exit("chunkString"),e.exit("codeFencedFenceMeta"),g(I)):I===96&&I===l?n(I):(e.consume(I),D)}function w(I){return e.attempt(o,L,A)(I)}function A(I){return e.enter("lineEnding"),e.consume(I),e.exit("lineEnding"),x}function x(I){return i>0&&Se(I)?Ae(e,v,"linePrefix",i+1)(I):v(I)}function v(I){return I===null||ye(I)?e.check(oA,w,L)(I):(e.enter("codeFlowValue"),k(I))}function k(I){return I===null||ye(I)?(e.exit("codeFlowValue"),v(I)):(e.consume(I),k)}function L(I){return e.exit("codeFenced"),t(I)}function B(I,z,q){let te=0;return M;function M(ge){return I.enter("lineEnding"),I.consume(ge),I.exit("lineEnding"),me}function me(ge){return I.enter("codeFencedFence"),Se(ge)?Ae(I,fe,"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(ge):fe(ge)}function fe(ge){return ge===l?(I.enter("codeFencedFenceSequence"),ue(ge)):q(ge)}function ue(ge){return ge===l?(te++,I.consume(ge),ue):te>=s?(I.exit("codeFencedFenceSequence"),Se(ge)?Ae(I,le,"whitespace")(ge):le(ge)):q(ge)}function le(ge){return ge===null||ye(ge)?(I.exit("codeFencedFence"),z(ge)):q(ge)}}}function Kj(e,t,n){let r=this;return o;function o(s){return s===null?n(s):(e.enter("lineEnding"),e.consume(s),e.exit("lineEnding"),i)}function i(s){return r.parser.lazy[r.now().line]?n(s):t(s)}}var nd={name:"codeIndented",tokenize:Zj},Qj={partial:!0,tokenize:Jj};function Zj(e,t,n){let r=this;return o;function o(d){return e.enter("codeIndented"),Ae(e,i,"linePrefix",5)(d)}function i(d){let h=r.events[r.events.length-1];return h&&h[1].type==="linePrefix"&&h[2].sliceSerialize(h[1],!0).length>=4?s(d):n(d)}function s(d){return d===null?c(d):ye(d)?e.attempt(Qj,s,c)(d):(e.enter("codeFlowValue"),l(d))}function l(d){return d===null||ye(d)?(e.exit("codeFlowValue"),s(d)):(e.consume(d),l)}function c(d){return e.exit("codeIndented"),t(d)}}function Jj(e,t,n){let r=this;return o;function o(s){return r.parser.lazy[r.now().line]?n(s):ye(s)?(e.enter("lineEnding"),e.consume(s),e.exit("lineEnding"),o):Ae(e,i,"linePrefix",5)(s)}function i(s){let l=r.events[r.events.length-1];return l&&l[1].type==="linePrefix"&&l[2].sliceSerialize(l[1],!0).length>=4?t(s):ye(s)?o(s):n(s)}}var Dy={name:"codeText",previous:tW,resolve:eW,tokenize:nW};function eW(e){let t=e.length-4,n=3,r,o;if((e[n][1].type==="lineEnding"||e[n][1].type==="space")&&(e[t][1].type==="lineEnding"||e[t][1].type==="space")){for(r=n;++r<t;)if(e[r][1].type==="codeTextData"){e[n][1].type="codeTextPadding",e[t][1].type="codeTextPadding",n+=2,t-=2;break}}for(r=n-1,t++;++r<=t;)o===void 0?r!==t&&e[r][1].type!=="lineEnding"&&(o=r):(r===t||e[r][1].type==="lineEnding")&&(e[o][1].type="codeTextData",r!==o+2&&(e[o][1].end=e[r-1][1].end,e.splice(o+2,r-o-2),t-=r-o-2,r=o+2),o=void 0);return e}function tW(e){return e!==96||this.events[this.events.length-1][1].type==="characterEscape"}function nW(e,t,n){let r=this,o=0,i,s;return l;function l(E){return e.enter("codeText"),e.enter("codeTextSequence"),c(E)}function c(E){return E===96?(e.consume(E),o++,c):(e.exit("codeTextSequence"),d(E))}function d(E){return E===null?n(E):E===32?(e.enter("space"),e.consume(E),e.exit("space"),d):E===96?(s=e.enter("codeTextSequence"),i=0,g(E)):ye(E)?(e.enter("lineEnding"),e.consume(E),e.exit("lineEnding"),d):(e.enter("codeTextData"),h(E))}function h(E){return E===null||E===32||E===96||ye(E)?(e.exit("codeTextData"),d(E)):(e.consume(E),h)}function g(E){return E===96?(e.consume(E),i++,g):i===o?(e.exit("codeTextSequence"),e.exit("codeText"),t(E)):(s.type="codeTextData",h(E))}}var rh=class{constructor(t){this.left=t?[...t]:[],this.right=[]}get(t){if(t<0||t>=this.left.length+this.right.length)throw new RangeError("Cannot access index `"+t+"` in a splice buffer of size `"+(this.left.length+this.right.length)+"`");return t<this.left.length?this.left[t]:this.right[this.right.length-t+this.left.length-1]}get length(){return this.left.length+this.right.length}shift(){return this.setCursor(0),this.right.pop()}slice(t,n){let r=n??Number.POSITIVE_INFINITY;return r<this.left.length?this.left.slice(t,r):t>this.left.length?this.right.slice(this.right.length-r+this.left.length,this.right.length-t+this.left.length).reverse():this.left.slice(t).concat(this.right.slice(this.right.length-r+this.left.length).reverse())}splice(t,n,r){let o=n||0;this.setCursor(Math.trunc(t));let i=this.right.splice(this.right.length-o,Number.POSITIVE_INFINITY);return r&&rd(this.left,r),i.reverse()}pop(){return this.setCursor(Number.POSITIVE_INFINITY),this.left.pop()}push(t){this.setCursor(Number.POSITIVE_INFINITY),this.left.push(t)}pushMany(t){this.setCursor(Number.POSITIVE_INFINITY),rd(this.left,t)}unshift(t){this.setCursor(0),this.right.push(t)}unshiftMany(t){this.setCursor(0),rd(this.right,t.reverse())}setCursor(t){if(!(t===this.left.length||t>this.left.length&&this.right.length===0||t<0&&this.left.length===0))if(t<this.left.length){let n=this.left.splice(t,Number.POSITIVE_INFINITY);rd(this.right,n.reverse())}else{let n=this.right.splice(this.left.length+this.right.length-t,Number.POSITIVE_INFINITY);rd(this.left,n.reverse())}}};function rd(e,t){let n=0;if(t.length<1e4)e.push(...t);else for(;n<t.length;)e.push(...t.slice(n,n+1e4)),n+=1e4}function oh(e){let t={},n=-1,r,o,i,s,l,c,d,h=new rh(e);for(;++n<h.length;){for(;n in t;)n=t[n];if(r=h.get(n),n&&r[1].type==="chunkFlow"&&h.get(n-1)[1].type==="listItemPrefix"&&(c=r[1]._tokenizer.events,i=0,i<c.length&&c[i][1].type==="lineEndingBlank"&&(i+=2),i<c.length&&c[i][1].type==="content"))for(;++i<c.length&&c[i][1].type!=="content";)c[i][1].type==="chunkText"&&(c[i][1]._isInFirstContentOfListItem=!0,i++);if(r[0]==="enter")r[1].contentType&&(Object.assign(t,rW(h,n)),n=t[n],d=!0);else if(r[1]._container){for(i=n,o=void 0;i--;)if(s=h.get(i),s[1].type==="lineEnding"||s[1].type==="lineEndingBlank")s[0]==="enter"&&(o&&(h.get(o)[1].type="lineEndingBlank"),s[1].type="lineEnding",o=i);else if(!(s[1].type==="linePrefix"||s[1].type==="listItemIndent"))break;o&&(r[1].end={...h.get(o)[1].start},l=h.slice(o,n),l.unshift(r),h.splice(o,n-o+1,l))}}return Ht(e,0,Number.POSITIVE_INFINITY,h.slice(0)),!d}function rW(e,t){let n=e.get(t)[1],r=e.get(t)[2],o=t-1,i=[],s=n._tokenizer;s||(s=r.parser[n.contentType](n.start),n._contentTypeTextTrailing&&(s._contentTypeTextTrailing=!0));let l=s.events,c=[],d={},h,g,E=-1,y=n,D=0,w=0,A=[w];for(;y;){for(;e.get(++o)[1]!==y;);i.push(o),y._tokenizer||(h=r.sliceStream(y),y.next||h.push(null),g&&s.defineSkip(y.start),y._isInFirstContentOfListItem&&(s._gfmTasklistFirstContentOfListItem=!0),s.write(h),y._isInFirstContentOfListItem&&(s._gfmTasklistFirstContentOfListItem=void 0)),g=y,y=y.next}for(y=n;++E<l.length;)l[E][0]==="exit"&&l[E-1][0]==="enter"&&l[E][1].type===l[E-1][1].type&&l[E][1].start.line!==l[E][1].end.line&&(w=E+1,A.push(w),y._tokenizer=void 0,y.previous=void 0,y=y.next);for(s.events=[],y?(y._tokenizer=void 0,y.previous=void 0):A.pop(),E=A.length;E--;){let x=l.slice(A[E],A[E+1]),v=i.pop();c.push([v,v+x.length-1]),e.splice(v,2,x)}for(c.reverse(),E=-1;++E<c.length;)d[D+c[E][0]]=D+c[E][1],D+=c[E][1]-c[E][0]-1;return d}var xy={resolve:iW,tokenize:aW},oW={partial:!0,tokenize:sW};function iW(e){return oh(e),e}function aW(e,t){let n;return r;function r(l){return e.enter("content"),n=e.enter("chunkContent",{contentType:"content"}),o(l)}function o(l){return l===null?i(l):ye(l)?e.check(oW,s,i)(l):(e.consume(l),o)}function i(l){return e.exit("chunkContent"),e.exit("content"),t(l)}function s(l){return e.consume(l),e.exit("chunkContent"),n.next=e.enter("chunkContent",{contentType:"content",previous:n}),n=n.next,o}}function sW(e,t,n){let r=this;return o;function o(s){return e.exit("chunkContent"),e.enter("lineEnding"),e.consume(s),e.exit("lineEnding"),Ae(e,i,"linePrefix")}function i(s){if(s===null||ye(s))return n(s);let l=r.events[r.events.length-1];return!r.parser.constructs.disable.null.includes("codeIndented")&&l&&l[1].type==="linePrefix"&&l[2].sliceSerialize(l[1],!0).length>=4?t(s):e.interrupt(r.parser.constructs.flow,n,t)(s)}}function ih(e,t,n,r,o,i,s,l,c){let d=c||Number.POSITIVE_INFINITY,h=0;return g;function g(x){return x===60?(e.enter(r),e.enter(o),e.enter(i),e.consume(x),e.exit(i),E):x===null||x===32||x===41||xs(x)?n(x):(e.enter(r),e.enter(s),e.enter(l),e.enter("chunkString",{contentType:"string"}),w(x))}function E(x){return x===62?(e.enter(i),e.consume(x),e.exit(i),e.exit(o),e.exit(r),t):(e.enter(l),e.enter("chunkString",{contentType:"string"}),y(x))}function y(x){return x===62?(e.exit("chunkString"),e.exit(l),E(x)):x===null||x===60||ye(x)?n(x):(e.consume(x),x===92?D:y)}function D(x){return x===60||x===62||x===92?(e.consume(x),y):y(x)}function w(x){return!h&&(x===null||x===41||je(x))?(e.exit("chunkString"),e.exit(l),e.exit(s),e.exit(r),t(x)):h<d&&x===40?(e.consume(x),h++,w):x===41?(e.consume(x),h--,w):x===null||x===32||x===40||xs(x)?n(x):(e.consume(x),x===92?A:w)}function A(x){return x===40||x===41||x===92?(e.consume(x),w):w(x)}}function ah(e,t,n,r,o,i){let s=this,l=0,c;return d;function d(y){return e.enter(r),e.enter(o),e.consume(y),e.exit(o),e.enter(i),h}function h(y){return l>999||y===null||y===91||y===93&&!c||y===94&&!l&&"_hiddenFootnoteSupport"in s.parser.constructs?n(y):y===93?(e.exit(i),e.enter(o),e.consume(y),e.exit(o),e.exit(r),t):ye(y)?(e.enter("lineEnding"),e.consume(y),e.exit("lineEnding"),h):(e.enter("chunkString",{contentType:"string"}),g(y))}function g(y){return y===null||y===91||y===93||ye(y)||l++>999?(e.exit("chunkString"),h(y)):(e.consume(y),c||(c=!Se(y)),y===92?E:g)}function E(y){return y===91||y===92||y===93?(e.consume(y),l++,g):g(y)}}function sh(e,t,n,r,o,i){let s;return l;function l(E){return E===34||E===39||E===40?(e.enter(r),e.enter(o),e.consume(E),e.exit(o),s=E===40?41:E,c):n(E)}function c(E){return E===s?(e.enter(o),e.consume(E),e.exit(o),e.exit(r),t):(e.enter(i),d(E))}function d(E){return E===s?(e.exit(i),c(s)):E===null?n(E):ye(E)?(e.enter("lineEnding"),e.consume(E),e.exit("lineEnding"),Ae(e,d,"linePrefix")):(e.enter("chunkString",{contentType:"string"}),h(E))}function h(E){return E===s||E===null||ye(E)?(e.exit("chunkString"),d(E)):(e.consume(E),E===92?g:h)}function g(E){return E===s||E===92?(e.consume(E),h):h(E)}}function ws(e,t){let n;return r;function r(o){return ye(o)?(e.enter("lineEnding"),e.consume(o),e.exit("lineEnding"),n=!0,r):Se(o)?Ae(e,r,n?"linePrefix":"lineSuffix")(o):t(o)}}var vy={name:"definition",tokenize:lW},uW={partial:!0,tokenize:cW};function lW(e,t,n){let r=this,o;return i;function i(y){return e.enter("definition"),s(y)}function s(y){return ah.call(r,e,l,n,"definitionLabel","definitionLabelMarker","definitionLabelString")(y)}function l(y){return o=In(r.sliceSerialize(r.events[r.events.length-1][1]).slice(1,-1)),y===58?(e.enter("definitionMarker"),e.consume(y),e.exit("definitionMarker"),c):n(y)}function c(y){return je(y)?ws(e,d)(y):d(y)}function d(y){return ih(e,h,n,"definitionDestination","definitionDestinationLiteral","definitionDestinationLiteralMarker","definitionDestinationRaw","definitionDestinationString")(y)}function h(y){return e.attempt(uW,g,g)(y)}function g(y){return Se(y)?Ae(e,E,"whitespace")(y):E(y)}function E(y){return y===null||ye(y)?(e.exit("definition"),r.parser.defined.push(o),t(y)):n(y)}}function cW(e,t,n){return r;function r(l){return je(l)?ws(e,o)(l):n(l)}function o(l){return sh(e,i,n,"definitionTitle","definitionTitleMarker","definitionTitleString")(l)}function i(l){return Se(l)?Ae(e,s,"whitespace")(l):s(l)}function s(l){return l===null||ye(l)?t(l):n(l)}}var wy={name:"hardBreakEscape",tokenize:dW};function dW(e,t,n){return r;function r(i){return e.enter("hardBreakEscape"),e.consume(i),o}function o(i){return ye(i)?(e.exit("hardBreakEscape"),t(i)):n(i)}}var ky={name:"headingAtx",resolve:fW,tokenize:pW};function fW(e,t){let n=e.length-2,r=3,o,i;return e[r][1].type==="whitespace"&&(r+=2),n-2>r&&e[n][1].type==="whitespace"&&(n-=2),e[n][1].type==="atxHeadingSequence"&&(r===n-1||n-4>r&&e[n-2][1].type==="whitespace")&&(n-=r+1===n?2:4),n>r&&(o={type:"atxHeadingText",start:e[r][1].start,end:e[n][1].end},i={type:"chunkText",start:e[r][1].start,end:e[n][1].end,contentType:"text"},Ht(e,r,n-r+1,[["enter",o,t],["enter",i,t],["exit",i,t],["exit",o,t]])),e}function pW(e,t,n){let r=0;return o;function o(h){return e.enter("atxHeading"),i(h)}function i(h){return e.enter("atxHeadingSequence"),s(h)}function s(h){return h===35&&r++<6?(e.consume(h),s):h===null||je(h)?(e.exit("atxHeadingSequence"),l(h)):n(h)}function l(h){return h===35?(e.enter("atxHeadingSequence"),c(h)):h===null||ye(h)?(e.exit("atxHeading"),t(h)):Se(h)?Ae(e,l,"whitespace")(h):(e.enter("atxHeadingText"),d(h))}function c(h){return h===35?(e.consume(h),c):(e.exit("atxHeadingSequence"),l(h))}function d(h){return h===null||h===35||je(h)?(e.exit("atxHeadingText"),l(h)):(e.consume(h),d)}}var iA=["address","article","aside","base","basefont","blockquote","body","caption","center","col","colgroup","dd","details","dialog","dir","div","dl","dt","fieldset","figcaption","figure","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hr","html","iframe","legend","li","link","main","menu","menuitem","nav","noframes","ol","optgroup","option","p","param","search","section","summary","table","tbody","td","tfoot","th","thead","title","tr","track","ul"],Cy=["pre","script","style","textarea"];var Ty={concrete:!0,name:"htmlFlow",resolveTo:gW,tokenize:yW},hW={partial:!0,tokenize:EW},mW={partial:!0,tokenize:bW};function gW(e){let t=e.length;for(;t--&&!(e[t][0]==="enter"&&e[t][1].type==="htmlFlow"););return t>1&&e[t-2][1].type==="linePrefix"&&(e[t][1].start=e[t-2][1].start,e[t+1][1].start=e[t-2][1].start,e.splice(t-2,2)),e}function yW(e,t,n){let r=this,o,i,s,l,c;return d;function d(P){return h(P)}function h(P){return e.enter("htmlFlow"),e.enter("htmlFlowData"),e.consume(P),g}function g(P){return P===33?(e.consume(P),E):P===47?(e.consume(P),i=!0,w):P===63?(e.consume(P),o=3,r.interrupt?t:R):en(P)?(e.consume(P),s=String.fromCharCode(P),A):n(P)}function E(P){return P===45?(e.consume(P),o=2,y):P===91?(e.consume(P),o=5,l=0,D):en(P)?(e.consume(P),o=4,r.interrupt?t:R):n(P)}function y(P){return P===45?(e.consume(P),r.interrupt?t:R):n(P)}function D(P){let ot="CDATA[";return P===ot.charCodeAt(l++)?(e.consume(P),l===ot.length?r.interrupt?t:fe:D):n(P)}function w(P){return en(P)?(e.consume(P),s=String.fromCharCode(P),A):n(P)}function A(P){if(P===null||P===47||P===62||je(P)){let ot=P===47,Nn=s.toLowerCase();return!ot&&!i&&Cy.includes(Nn)?(o=1,r.interrupt?t(P):fe(P)):iA.includes(s.toLowerCase())?(o=6,ot?(e.consume(P),x):r.interrupt?t(P):fe(P)):(o=7,r.interrupt&&!r.parser.lazy[r.now().line]?n(P):i?v(P):k(P))}return P===45||Nt(P)?(e.consume(P),s+=String.fromCharCode(P),A):n(P)}function x(P){return P===62?(e.consume(P),r.interrupt?t:fe):n(P)}function v(P){return Se(P)?(e.consume(P),v):M(P)}function k(P){return P===47?(e.consume(P),M):P===58||P===95||en(P)?(e.consume(P),L):Se(P)?(e.consume(P),k):M(P)}function L(P){return P===45||P===46||P===58||P===95||Nt(P)?(e.consume(P),L):B(P)}function B(P){return P===61?(e.consume(P),I):Se(P)?(e.consume(P),B):k(P)}function I(P){return P===null||P===60||P===61||P===62||P===96?n(P):P===34||P===39?(e.consume(P),c=P,z):Se(P)?(e.consume(P),I):q(P)}function z(P){return P===c?(e.consume(P),c=null,te):P===null||ye(P)?n(P):(e.consume(P),z)}function q(P){return P===null||P===34||P===39||P===47||P===60||P===61||P===62||P===96||je(P)?B(P):(e.consume(P),q)}function te(P){return P===47||P===62||Se(P)?k(P):n(P)}function M(P){return P===62?(e.consume(P),me):n(P)}function me(P){return P===null||ye(P)?fe(P):Se(P)?(e.consume(P),me):n(P)}function fe(P){return P===45&&o===2?(e.consume(P),ke):P===60&&o===1?(e.consume(P),be):P===62&&o===4?(e.consume(P),Te):P===63&&o===3?(e.consume(P),R):P===93&&o===5?(e.consume(P),Ee):ye(P)&&(o===6||o===7)?(e.exit("htmlFlowData"),e.check(hW,Ve,ue)(P)):P===null||ye(P)?(e.exit("htmlFlowData"),ue(P)):(e.consume(P),fe)}function ue(P){return e.check(mW,le,Ve)(P)}function le(P){return e.enter("lineEnding"),e.consume(P),e.exit("lineEnding"),ge}function ge(P){return P===null||ye(P)?ue(P):(e.enter("htmlFlowData"),fe(P))}function ke(P){return P===45?(e.consume(P),R):fe(P)}function be(P){return P===47?(e.consume(P),s="",se):fe(P)}function se(P){if(P===62){let ot=s.toLowerCase();return Cy.includes(ot)?(e.consume(P),Te):fe(P)}return en(P)&&s.length<8?(e.consume(P),s+=String.fromCharCode(P),se):fe(P)}function Ee(P){return P===93?(e.consume(P),R):fe(P)}function R(P){return P===62?(e.consume(P),Te):P===45&&o===2?(e.consume(P),R):fe(P)}function Te(P){return P===null||ye(P)?(e.exit("htmlFlowData"),Ve(P)):(e.consume(P),Te)}function Ve(P){return e.exit("htmlFlow"),t(P)}}function bW(e,t,n){let r=this;return o;function o(s){return ye(s)?(e.enter("lineEnding"),e.consume(s),e.exit("lineEnding"),i):n(s)}function i(s){return r.parser.lazy[r.now().line]?n(s):t(s)}}function EW(e,t,n){return r;function r(o){return e.enter("lineEnding"),e.consume(o),e.exit("lineEnding"),e.attempt(Bo,t,n)}}var Ay={name:"htmlText",tokenize:DW};function DW(e,t,n){let r=this,o,i,s;return l;function l(R){return e.enter("htmlText"),e.enter("htmlTextData"),e.consume(R),c}function c(R){return R===33?(e.consume(R),d):R===47?(e.consume(R),B):R===63?(e.consume(R),k):en(R)?(e.consume(R),q):n(R)}function d(R){return R===45?(e.consume(R),h):R===91?(e.consume(R),i=0,D):en(R)?(e.consume(R),v):n(R)}function h(R){return R===45?(e.consume(R),y):n(R)}function g(R){return R===null?n(R):R===45?(e.consume(R),E):ye(R)?(s=g,be(R)):(e.consume(R),g)}function E(R){return R===45?(e.consume(R),y):g(R)}function y(R){return R===62?ke(R):R===45?E(R):g(R)}function D(R){let Te="CDATA[";return R===Te.charCodeAt(i++)?(e.consume(R),i===Te.length?w:D):n(R)}function w(R){return R===null?n(R):R===93?(e.consume(R),A):ye(R)?(s=w,be(R)):(e.consume(R),w)}function A(R){return R===93?(e.consume(R),x):w(R)}function x(R){return R===62?ke(R):R===93?(e.consume(R),x):w(R)}function v(R){return R===null||R===62?ke(R):ye(R)?(s=v,be(R)):(e.consume(R),v)}function k(R){return R===null?n(R):R===63?(e.consume(R),L):ye(R)?(s=k,be(R)):(e.consume(R),k)}function L(R){return R===62?ke(R):k(R)}function B(R){return en(R)?(e.consume(R),I):n(R)}function I(R){return R===45||Nt(R)?(e.consume(R),I):z(R)}function z(R){return ye(R)?(s=z,be(R)):Se(R)?(e.consume(R),z):ke(R)}function q(R){return R===45||Nt(R)?(e.consume(R),q):R===47||R===62||je(R)?te(R):n(R)}function te(R){return R===47?(e.consume(R),ke):R===58||R===95||en(R)?(e.consume(R),M):ye(R)?(s=te,be(R)):Se(R)?(e.consume(R),te):ke(R)}function M(R){return R===45||R===46||R===58||R===95||Nt(R)?(e.consume(R),M):me(R)}function me(R){return R===61?(e.consume(R),fe):ye(R)?(s=me,be(R)):Se(R)?(e.consume(R),me):te(R)}function fe(R){return R===null||R===60||R===61||R===62||R===96?n(R):R===34||R===39?(e.consume(R),o=R,ue):ye(R)?(s=fe,be(R)):Se(R)?(e.consume(R),fe):(e.consume(R),le)}function ue(R){return R===o?(e.consume(R),o=void 0,ge):R===null?n(R):ye(R)?(s=ue,be(R)):(e.consume(R),ue)}function le(R){return R===null||R===34||R===39||R===60||R===61||R===96?n(R):R===47||R===62||je(R)?te(R):(e.consume(R),le)}function ge(R){return R===47||R===62||je(R)?te(R):n(R)}function ke(R){return R===62?(e.consume(R),e.exit("htmlTextData"),e.exit("htmlText"),t):n(R)}function be(R){return e.exit("htmlTextData"),e.enter("lineEnding"),e.consume(R),e.exit("lineEnding"),se}function se(R){return Se(R)?Ae(e,Ee,"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(R):Ee(R)}function Ee(R){return e.enter("htmlTextData"),s(R)}}var ks={name:"labelEnd",resolveAll:kW,resolveTo:CW,tokenize:TW},xW={tokenize:AW},vW={tokenize:_W},wW={tokenize:SW};function kW(e){let t=-1,n=[];for(;++t<e.length;){let r=e[t][1];if(n.push(e[t]),r.type==="labelImage"||r.type==="labelLink"||r.type==="labelEnd"){let o=r.type==="labelImage"?4:2;r.type="data",t+=o}}return e.length!==n.length&&Ht(e,0,e.length,n),e}function CW(e,t){let n=e.length,r=0,o,i,s,l;for(;n--;)if(o=e[n][1],i){if(o.type==="link"||o.type==="labelLink"&&o._inactive)break;e[n][0]==="enter"&&o.type==="labelLink"&&(o._inactive=!0)}else if(s){if(e[n][0]==="enter"&&(o.type==="labelImage"||o.type==="labelLink")&&!o._balanced&&(i=n,o.type!=="labelLink")){r=2;break}}else o.type==="labelEnd"&&(s=n);let c={type:e[i][1].type==="labelLink"?"link":"image",start:{...e[i][1].start},end:{...e[e.length-1][1].end}},d={type:"label",start:{...e[i][1].start},end:{...e[s][1].end}},h={type:"labelText",start:{...e[i+r+2][1].end},end:{...e[s-2][1].start}};return l=[["enter",c,t],["enter",d,t]],l=Gn(l,e.slice(i+1,i+r+3)),l=Gn(l,[["enter",h,t]]),l=Gn(l,xa(t.parser.constructs.insideSpan.null,e.slice(i+r+4,s-3),t)),l=Gn(l,[["exit",h,t],e[s-2],e[s-1],["exit",d,t]]),l=Gn(l,e.slice(s+1)),l=Gn(l,[["exit",c,t]]),Ht(e,i,e.length,l),e}function TW(e,t,n){let r=this,o=r.events.length,i,s;for(;o--;)if((r.events[o][1].type==="labelImage"||r.events[o][1].type==="labelLink")&&!r.events[o][1]._balanced){i=r.events[o][1];break}return l;function l(E){return i?i._inactive?g(E):(s=r.parser.defined.includes(In(r.sliceSerialize({start:i.end,end:r.now()}))),e.enter("labelEnd"),e.enter("labelMarker"),e.consume(E),e.exit("labelMarker"),e.exit("labelEnd"),c):n(E)}function c(E){return E===40?e.attempt(xW,h,s?h:g)(E):E===91?e.attempt(vW,h,s?d:g)(E):s?h(E):g(E)}function d(E){return e.attempt(wW,h,g)(E)}function h(E){return t(E)}function g(E){return i._balanced=!0,n(E)}}function AW(e,t,n){return r;function r(g){return e.enter("resource"),e.enter("resourceMarker"),e.consume(g),e.exit("resourceMarker"),o}function o(g){return je(g)?ws(e,i)(g):i(g)}function i(g){return g===41?h(g):ih(e,s,l,"resourceDestination","resourceDestinationLiteral","resourceDestinationLiteralMarker","resourceDestinationRaw","resourceDestinationString",32)(g)}function s(g){return je(g)?ws(e,c)(g):h(g)}function l(g){return n(g)}function c(g){return g===34||g===39||g===40?sh(e,d,n,"resourceTitle","resourceTitleMarker","resourceTitleString")(g):h(g)}function d(g){return je(g)?ws(e,h)(g):h(g)}function h(g){return g===41?(e.enter("resourceMarker"),e.consume(g),e.exit("resourceMarker"),e.exit("resource"),t):n(g)}}function _W(e,t,n){let r=this;return o;function o(l){return ah.call(r,e,i,s,"reference","referenceMarker","referenceString")(l)}function i(l){return r.parser.defined.includes(In(r.sliceSerialize(r.events[r.events.length-1][1]).slice(1,-1)))?t(l):n(l)}function s(l){return n(l)}}function SW(e,t,n){return r;function r(i){return e.enter("reference"),e.enter("referenceMarker"),e.consume(i),e.exit("referenceMarker"),o}function o(i){return i===93?(e.enter("referenceMarker"),e.consume(i),e.exit("referenceMarker"),e.exit("reference"),t):n(i)}}var _y={name:"labelStartImage",resolveAll:ks.resolveAll,tokenize:IW};function IW(e,t,n){let r=this;return o;function o(l){return e.enter("labelImage"),e.enter("labelImageMarker"),e.consume(l),e.exit("labelImageMarker"),i}function i(l){return l===91?(e.enter("labelMarker"),e.consume(l),e.exit("labelMarker"),e.exit("labelImage"),s):n(l)}function s(l){return l===94&&"_hiddenFootnoteSupport"in r.parser.constructs?n(l):t(l)}}var Sy={name:"labelStartLink",resolveAll:ks.resolveAll,tokenize:FW};function FW(e,t,n){let r=this;return o;function o(s){return e.enter("labelLink"),e.enter("labelMarker"),e.consume(s),e.exit("labelMarker"),e.exit("labelLink"),i}function i(s){return s===94&&"_hiddenFootnoteSupport"in r.parser.constructs?n(s):t(s)}}var od={name:"lineEnding",tokenize:LW};function LW(e,t){return n;function n(r){return e.enter("lineEnding"),e.consume(r),e.exit("lineEnding"),Ae(e,t,"linePrefix")}}var Cs={name:"thematicBreak",tokenize:RW};function RW(e,t,n){let r=0,o;return i;function i(d){return e.enter("thematicBreak"),s(d)}function s(d){return o=d,l(d)}function l(d){return d===o?(e.enter("thematicBreakSequence"),c(d)):r>=3&&(d===null||ye(d))?(e.exit("thematicBreak"),t(d)):n(d)}function c(d){return d===o?(e.consume(d),r++,c):(e.exit("thematicBreakSequence"),Se(d)?Ae(e,l,"whitespace")(d):l(d))}}var Fn={continuation:{tokenize:PW},exit:$W,name:"list",tokenize:MW},NW={partial:!0,tokenize:zW},OW={partial:!0,tokenize:BW};function MW(e,t,n){let r=this,o=r.events[r.events.length-1],i=o&&o[1].type==="linePrefix"?o[2].sliceSerialize(o[1],!0).length:0,s=0;return l;function l(y){let D=r.containerState.type||(y===42||y===43||y===45?"listUnordered":"listOrdered");if(D==="listUnordered"?!r.containerState.marker||y===r.containerState.marker:ed(y)){if(r.containerState.type||(r.containerState.type=D,e.enter(D,{_container:!0})),D==="listUnordered")return e.enter("listItemPrefix"),y===42||y===45?e.check(Cs,n,d)(y):d(y);if(!r.interrupt||y===49)return e.enter("listItemPrefix"),e.enter("listItemValue"),c(y)}return n(y)}function c(y){return ed(y)&&++s<10?(e.consume(y),c):(!r.interrupt||s<2)&&(r.containerState.marker?y===r.containerState.marker:y===41||y===46)?(e.exit("listItemValue"),d(y)):n(y)}function d(y){return e.enter("listItemMarker"),e.consume(y),e.exit("listItemMarker"),r.containerState.marker=r.containerState.marker||y,e.check(Bo,r.interrupt?n:h,e.attempt(NW,E,g))}function h(y){return r.containerState.initialBlankLine=!0,i++,E(y)}function g(y){return Se(y)?(e.enter("listItemPrefixWhitespace"),e.consume(y),e.exit("listItemPrefixWhitespace"),E):n(y)}function E(y){return r.containerState.size=i+r.sliceSerialize(e.exit("listItemPrefix"),!0).length,t(y)}}function PW(e,t,n){let r=this;return r.containerState._closeFlow=void 0,e.check(Bo,o,i);function o(l){return r.containerState.furtherBlankLines=r.containerState.furtherBlankLines||r.containerState.initialBlankLine,Ae(e,t,"listItemIndent",r.containerState.size+1)(l)}function i(l){return r.containerState.furtherBlankLines||!Se(l)?(r.containerState.furtherBlankLines=void 0,r.containerState.initialBlankLine=void 0,s(l)):(r.containerState.furtherBlankLines=void 0,r.containerState.initialBlankLine=void 0,e.attempt(OW,t,s)(l))}function s(l){return r.containerState._closeFlow=!0,r.interrupt=void 0,Ae(e,e.attempt(Fn,t,n),"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(l)}}function BW(e,t,n){let r=this;return Ae(e,o,"listItemIndent",r.containerState.size+1);function o(i){let s=r.events[r.events.length-1];return s&&s[1].type==="listItemIndent"&&s[2].sliceSerialize(s[1],!0).length===r.containerState.size?t(i):n(i)}}function $W(e){e.exit(this.containerState.type)}function zW(e,t,n){let r=this;return Ae(e,o,"listItemPrefixWhitespace",r.parser.constructs.disable.null.includes("codeIndented")?void 0:5);function o(i){let s=r.events[r.events.length-1];return!Se(i)&&s&&s[1].type==="listItemPrefixWhitespace"?t(i):n(i)}}var uh={name:"setextUnderline",resolveTo:HW,tokenize:UW};function HW(e,t){let n=e.length,r,o,i;for(;n--;)if(e[n][0]==="enter"){if(e[n][1].type==="content"){r=n;break}e[n][1].type==="paragraph"&&(o=n)}else e[n][1].type==="content"&&e.splice(n,1),!i&&e[n][1].type==="definition"&&(i=n);let s={type:"setextHeading",start:{...e[r][1].start},end:{...e[e.length-1][1].end}};return e[o][1].type="setextHeadingText",i?(e.splice(o,0,["enter",s,t]),e.splice(i+1,0,["exit",e[r][1],t]),e[r][1].end={...e[i][1].end}):e[r][1]=s,e.push(["exit",s,t]),e}function UW(e,t,n){let r=this,o;return i;function i(d){let h=r.events.length,g;for(;h--;)if(r.events[h][1].type!=="lineEnding"&&r.events[h][1].type!=="linePrefix"&&r.events[h][1].type!=="content"){g=r.events[h][1].type==="paragraph";break}return!r.parser.lazy[r.now().line]&&(r.interrupt||g)?(e.enter("setextHeadingLine"),o=d,s(d)):n(d)}function s(d){return e.enter("setextHeadingLineSequence"),l(d)}function l(d){return d===o?(e.consume(d),l):(e.exit("setextHeadingLineSequence"),Se(d)?Ae(e,c,"lineSuffix")(d):c(d))}function c(d){return d===null||ye(d)?(e.exit("setextHeadingLine"),t(d)):n(d)}}var aA={tokenize:jW};function jW(e){let t=this,n=e.attempt(Bo,r,e.attempt(this.parser.constructs.flowInitial,o,Ae(e,e.attempt(this.parser.constructs.flow,o,e.attempt(xy,o)),"linePrefix")));return n;function r(i){if(i===null){e.consume(i);return}return e.enter("lineEndingBlank"),e.consume(i),e.exit("lineEndingBlank"),t.currentConstruct=void 0,n}function o(i){if(i===null){e.consume(i);return}return e.enter("lineEnding"),e.consume(i),e.exit("lineEnding"),t.currentConstruct=void 0,n}}var sA={resolveAll:dA()},uA=cA("string"),lA=cA("text");function cA(e){return{resolveAll:dA(e==="text"?WW:void 0),tokenize:t};function t(n){let r=this,o=this.parser.constructs[e],i=n.attempt(o,s,l);return s;function s(h){return d(h)?i(h):l(h)}function l(h){if(h===null){n.consume(h);return}return n.enter("data"),n.consume(h),c}function c(h){return d(h)?(n.exit("data"),i(h)):(n.consume(h),c)}function d(h){if(h===null)return!0;let g=o[h],E=-1;if(g)for(;++E<g.length;){let y=g[E];if(!y.previous||y.previous.call(r,r.previous))return!0}return!1}}}function dA(e){return t;function t(n,r){let o=-1,i;for(;++o<=n.length;)i===void 0?n[o]&&n[o][1].type==="data"&&(i=o,o++):(!n[o]||n[o][1].type!=="data")&&(o!==i+2&&(n[i][1].end=n[o-1][1].end,n.splice(i+2,o-i-2),o=i+2),i=void 0);return e?e(n,r):n}}function WW(e,t){let n=0;for(;++n<=e.length;)if((n===e.length||e[n][1].type==="lineEnding")&&e[n-1][1].type==="data"){let r=e[n-1][1],o=t.sliceStream(r),i=o.length,s=-1,l=0,c;for(;i--;){let d=o[i];if(typeof d=="string"){for(s=d.length;d.charCodeAt(s-1)===32;)l++,s--;if(s)break;s=-1}else if(d===-2)c=!0,l++;else if(d!==-1){i++;break}}if(t._contentTypeTextTrailing&&n===e.length&&(l=0),l){let d={type:n===e.length||c||l<2?"lineSuffix":"hardBreakTrailing",start:{_bufferIndex:i?s:r.start._bufferIndex+s,_index:r.start._index+i,line:r.end.line,column:r.end.column-l,offset:r.end.offset-l},end:{...r.end}};r.end={...d.start},r.start.offset===r.end.offset?Object.assign(r,d):(e.splice(n,0,["enter",d,t],["exit",d,t]),n+=2)}n++}return e}var Iy={};Nl(Iy,{attentionMarkers:()=>ZW,contentInitial:()=>GW,disable:()=>JW,document:()=>VW,flow:()=>qW,flowInitial:()=>YW,insideSpan:()=>QW,string:()=>XW,text:()=>KW});var VW={42:Fn,43:Fn,45:Fn,48:Fn,49:Fn,50:Fn,51:Fn,52:Fn,53:Fn,54:Fn,55:Fn,56:Fn,57:Fn,62:J0},GW={91:vy},YW={[-2]:nd,[-1]:nd,32:nd},qW={35:ky,42:Cs,45:[uh,Cs],60:Ty,61:uh,95:Cs,96:nh,126:nh},XW={38:th,92:eh},KW={[-5]:od,[-4]:od,[-3]:od,33:_y,38:th,42:td,60:[Ey,Ay],91:Sy,92:[wy,eh],93:ks,95:td,96:Dy},QW={null:[td,sA]},ZW={null:[42,95]},JW={null:[]};function fA(e,t,n){let r={_bufferIndex:-1,_index:0,line:n&&n.line||1,column:n&&n.column||1,offset:n&&n.offset||0},o={},i=[],s=[],l=[],c=!0,d={attempt:te(z),check:te(q),consume:L,enter:B,exit:I,interrupt:te(q,{interrupt:!0})},h={code:null,containerState:{},defineSkip:x,events:[],now:A,parser:e,previous:null,sliceSerialize:D,sliceStream:w,write:y},g=t.tokenize.call(h,d),E;return t.resolveAll&&i.push(t),h;function y(ue){return s=Gn(s,ue),v(),s[s.length-1]!==null?[]:(M(t,0),h.events=xa(i,h.events,h),h.events)}function D(ue,le){return tV(w(ue),le)}function w(ue){return eV(s,ue)}function A(){let{_bufferIndex:ue,_index:le,line:ge,column:ke,offset:be}=r;return{_bufferIndex:ue,_index:le,line:ge,column:ke,offset:be}}function x(ue){o[ue.line]=ue.column,fe()}function v(){let ue;for(;r._index<s.length;){let le=s[r._index];if(typeof le=="string")for(ue=r._index,r._bufferIndex<0&&(r._bufferIndex=0);r._index===ue&&r._bufferIndex<le.length;)k(le.charCodeAt(r._bufferIndex));else k(le)}}function k(ue){c=void 0,E=ue,g=g(ue)}function L(ue){ye(ue)?(r.line++,r.column=1,r.offset+=ue===-3?2:1,fe()):ue!==-1&&(r.column++,r.offset++),r._bufferIndex<0?r._index++:(r._bufferIndex++,r._bufferIndex===s[r._index].length&&(r._bufferIndex=-1,r._index++)),h.previous=ue,c=!0}function B(ue,le){let ge=le||{};return ge.type=ue,ge.start=A(),h.events.push(["enter",ge,h]),l.push(ge),ge}function I(ue){let le=l.pop();return le.end=A(),h.events.push(["exit",le,h]),le}function z(ue,le){M(ue,le.from)}function q(ue,le){le.restore()}function te(ue,le){return ge;function ge(ke,be,se){let Ee,R,Te,Ve;return Array.isArray(ke)?ot(ke):"tokenize"in ke?ot([ke]):P(ke);function P(ft){return Mt;function Mt(qt){let xn=qt!==null&&ft[qt],ut=qt!==null&&ft.null,cr=[...Array.isArray(xn)?xn:xn?[xn]:[],...Array.isArray(ut)?ut:ut?[ut]:[]];return ot(cr)(qt)}}function ot(ft){return Ee=ft,R=0,ft.length===0?se:Nn(ft[R])}function Nn(ft){return Mt;function Mt(qt){return Ve=me(),Te=ft,ft.partial||(h.currentConstruct=ft),ft.name&&h.parser.constructs.disable.null.includes(ft.name)?tn(qt):ft.tokenize.call(le?Object.assign(Object.create(h),le):h,d,pn,tn)(qt)}}function pn(ft){return c=!0,ue(Te,Ve),be}function tn(ft){return c=!0,Ve.restore(),++R<Ee.length?Nn(Ee[R]):se}}}function M(ue,le){ue.resolveAll&&!i.includes(ue)&&i.push(ue),ue.resolve&&Ht(h.events,le,h.events.length-le,ue.resolve(h.events.slice(le),h)),ue.resolveTo&&(h.events=ue.resolveTo(h.events,h))}function me(){let ue=A(),le=h.previous,ge=h.currentConstruct,ke=h.events.length,be=Array.from(l);return{from:ke,restore:se};function se(){r=ue,h.previous=le,h.currentConstruct=ge,h.events.length=ke,l=be,fe()}}function fe(){r.line in o&&r.column<2&&(r.column=o[r.line],r.offset+=o[r.line]-1)}}function eV(e,t){let n=t.start._index,r=t.start._bufferIndex,o=t.end._index,i=t.end._bufferIndex,s;if(n===o)s=[e[n].slice(r,i)];else{if(s=e.slice(n,o),r>-1){let l=s[0];typeof l=="string"?s[0]=l.slice(r):s.shift()}i>0&&s.push(e[o].slice(0,i))}return s}function tV(e,t){let n=-1,r=[],o;for(;++n<e.length;){let i=e[n],s;if(typeof i=="string")s=i;else switch(i){case-5:{s="\r";break}case-4:{s=`
961
+ `;var FQ=G(De(),1),x6=G(_e(),1);function ty(e){let t=[],n=String(e||""),r=n.indexOf(","),o=0,i=!1;for(;!i;){r===-1&&(r=n.length,i=!0);let s=n.slice(o,r).trim();(s||!i)&&t.push(s),o=r+1,r=n.indexOf(",",o)}return t}function W0(e,t){let n=t||{};return(e[e.length-1]===""?[...e,""]:e).join((n.padRight?" ":"")+","+(n.padLeft===!1?"":" ")).trim()}var NU=/^[$_\p{ID_Start}][$_\u{200C}\u{200D}\p{ID_Continue}]*$/u,OU=/^[$_\p{ID_Start}][-$_\u{200C}\u{200D}\p{ID_Continue}]*$/u,MU={};function V0(e,t){return((t||MU).jsx?OU:NU).test(e)}var PU=/[ \t\n\f\r]/g;function ny(e){return typeof e=="object"?e.type==="text"?w4(e.value):!1:w4(e)}function w4(e){return e.replace(PU,"")===""}var xi=class{constructor(t,n,r){this.normal=n,this.property=t,r&&(this.space=r)}};xi.prototype.normal={};xi.prototype.property={};xi.prototype.space=void 0;function ry(e,t){let n={},r={};for(let o of e)Object.assign(n,o.property),Object.assign(r,o.normal);return new xi(n,r,t)}function vi(e){return e.toLowerCase()}var cn=class{constructor(t,n){this.attribute=n,this.property=t}};cn.prototype.attribute="";cn.prototype.booleanish=!1;cn.prototype.boolean=!1;cn.prototype.commaOrSpaceSeparated=!1;cn.prototype.commaSeparated=!1;cn.prototype.defined=!1;cn.prototype.mustUseProperty=!1;cn.prototype.number=!1;cn.prototype.overloadedBoolean=!1;cn.prototype.property="";cn.prototype.spaceSeparated=!1;cn.prototype.space=void 0;var Kc={};Nl(Kc,{boolean:()=>Pe,booleanish:()=>Rt,commaOrSpaceSeparated:()=>sr,commaSeparated:()=>ba,number:()=>ie,overloadedBoolean:()=>G0,spaceSeparated:()=>st});var BU=0,Pe=ys(),Rt=ys(),G0=ys(),ie=ys(),st=ys(),ba=ys(),sr=ys();function ys(){return 2**++BU}var oy=Object.keys(Kc),bs=class extends cn{constructor(t,n,r,o){let i=-1;if(super(t,n),k4(this,"space",o),typeof r=="number")for(;++i<oy.length;){let s=oy[i];k4(this,oy[i],(r&Kc[s])===Kc[s])}}};bs.prototype.defined=!0;function k4(e,t,n){n&&(e[t]=n)}function Yr(e){let t={},n={};for(let[r,o]of Object.entries(e.properties)){let i=new bs(r,e.transform(e.attributes||{},r),o,e.space);e.mustUseProperty&&e.mustUseProperty.includes(r)&&(i.mustUseProperty=!0),t[r]=i,n[vi(r)]=r,n[vi(i.attribute)]=r}return new xi(t,n,e.space)}var iy=Yr({properties:{ariaActiveDescendant:null,ariaAtomic:Rt,ariaAutoComplete:null,ariaBusy:Rt,ariaChecked:Rt,ariaColCount:ie,ariaColIndex:ie,ariaColSpan:ie,ariaControls:st,ariaCurrent:null,ariaDescribedBy:st,ariaDetails:null,ariaDisabled:Rt,ariaDropEffect:st,ariaErrorMessage:null,ariaExpanded:Rt,ariaFlowTo:st,ariaGrabbed:Rt,ariaHasPopup:null,ariaHidden:Rt,ariaInvalid:null,ariaKeyShortcuts:null,ariaLabel:null,ariaLabelledBy:st,ariaLevel:ie,ariaLive:null,ariaModal:Rt,ariaMultiLine:Rt,ariaMultiSelectable:Rt,ariaOrientation:null,ariaOwns:st,ariaPlaceholder:null,ariaPosInSet:ie,ariaPressed:Rt,ariaReadOnly:Rt,ariaRelevant:null,ariaRequired:Rt,ariaRoleDescription:st,ariaRowCount:ie,ariaRowIndex:ie,ariaRowSpan:ie,ariaSelected:Rt,ariaSetSize:ie,ariaSort:null,ariaValueMax:ie,ariaValueMin:ie,ariaValueNow:ie,ariaValueText:null,role:null},transform(e,t){return t==="role"?t:"aria-"+t.slice(4).toLowerCase()}});function Y0(e,t){return t in e?e[t]:t}function q0(e,t){return Y0(e,t.toLowerCase())}var C4=Yr({attributes:{acceptcharset:"accept-charset",classname:"class",htmlfor:"for",httpequiv:"http-equiv"},mustUseProperty:["checked","multiple","muted","selected"],properties:{abbr:null,accept:ba,acceptCharset:st,accessKey:st,action:null,allow:null,allowFullScreen:Pe,allowPaymentRequest:Pe,allowUserMedia:Pe,alt:null,as:null,async:Pe,autoCapitalize:null,autoComplete:st,autoFocus:Pe,autoPlay:Pe,blocking:st,capture:null,charSet:null,checked:Pe,cite:null,className:st,cols:ie,colSpan:null,content:null,contentEditable:Rt,controls:Pe,controlsList:st,coords:ie|ba,crossOrigin:null,data:null,dateTime:null,decoding:null,default:Pe,defer:Pe,dir:null,dirName:null,disabled:Pe,download:G0,draggable:Rt,encType:null,enterKeyHint:null,fetchPriority:null,form:null,formAction:null,formEncType:null,formMethod:null,formNoValidate:Pe,formTarget:null,headers:st,height:ie,hidden:G0,high:ie,href:null,hrefLang:null,htmlFor:st,httpEquiv:st,id:null,imageSizes:null,imageSrcSet:null,inert:Pe,inputMode:null,integrity:null,is:null,isMap:Pe,itemId:null,itemProp:st,itemRef:st,itemScope:Pe,itemType:st,kind:null,label:null,lang:null,language:null,list:null,loading:null,loop:Pe,low:ie,manifest:null,max:null,maxLength:ie,media:null,method:null,min:null,minLength:ie,multiple:Pe,muted:Pe,name:null,nonce:null,noModule:Pe,noValidate:Pe,onAbort:null,onAfterPrint:null,onAuxClick:null,onBeforeMatch:null,onBeforePrint:null,onBeforeToggle:null,onBeforeUnload:null,onBlur:null,onCancel:null,onCanPlay:null,onCanPlayThrough:null,onChange:null,onClick:null,onClose:null,onContextLost:null,onContextMenu:null,onContextRestored:null,onCopy:null,onCueChange:null,onCut:null,onDblClick:null,onDrag:null,onDragEnd:null,onDragEnter:null,onDragExit:null,onDragLeave:null,onDragOver:null,onDragStart:null,onDrop:null,onDurationChange:null,onEmptied:null,onEnded:null,onError:null,onFocus:null,onFormData:null,onHashChange:null,onInput:null,onInvalid:null,onKeyDown:null,onKeyPress:null,onKeyUp:null,onLanguageChange:null,onLoad:null,onLoadedData:null,onLoadedMetadata:null,onLoadEnd:null,onLoadStart:null,onMessage:null,onMessageError:null,onMouseDown:null,onMouseEnter:null,onMouseLeave:null,onMouseMove:null,onMouseOut:null,onMouseOver:null,onMouseUp:null,onOffline:null,onOnline:null,onPageHide:null,onPageShow:null,onPaste:null,onPause:null,onPlay:null,onPlaying:null,onPopState:null,onProgress:null,onRateChange:null,onRejectionHandled:null,onReset:null,onResize:null,onScroll:null,onScrollEnd:null,onSecurityPolicyViolation:null,onSeeked:null,onSeeking:null,onSelect:null,onSlotChange:null,onStalled:null,onStorage:null,onSubmit:null,onSuspend:null,onTimeUpdate:null,onToggle:null,onUnhandledRejection:null,onUnload:null,onVolumeChange:null,onWaiting:null,onWheel:null,open:Pe,optimum:ie,pattern:null,ping:st,placeholder:null,playsInline:Pe,popover:null,popoverTarget:null,popoverTargetAction:null,poster:null,preload:null,readOnly:Pe,referrerPolicy:null,rel:st,required:Pe,reversed:Pe,rows:ie,rowSpan:ie,sandbox:st,scope:null,scoped:Pe,seamless:Pe,selected:Pe,shadowRootClonable:Pe,shadowRootDelegatesFocus:Pe,shadowRootMode:null,shape:null,size:ie,sizes:null,slot:null,span:ie,spellCheck:Rt,src:null,srcDoc:null,srcLang:null,srcSet:null,start:ie,step:null,style:null,tabIndex:ie,target:null,title:null,translate:null,type:null,typeMustMatch:Pe,useMap:null,value:Rt,width:ie,wrap:null,writingSuggestions:null,align:null,aLink:null,archive:st,axis:null,background:null,bgColor:null,border:ie,borderColor:null,bottomMargin:ie,cellPadding:null,cellSpacing:null,char:null,charOff:null,classId:null,clear:null,code:null,codeBase:null,codeType:null,color:null,compact:Pe,declare:Pe,event:null,face:null,frame:null,frameBorder:null,hSpace:ie,leftMargin:ie,link:null,longDesc:null,lowSrc:null,marginHeight:ie,marginWidth:ie,noResize:Pe,noHref:Pe,noShade:Pe,noWrap:Pe,object:null,profile:null,prompt:null,rev:null,rightMargin:ie,rules:null,scheme:null,scrolling:Rt,standby:null,summary:null,text:null,topMargin:ie,valueType:null,version:null,vAlign:null,vLink:null,vSpace:ie,allowTransparency:null,autoCorrect:null,autoSave:null,disablePictureInPicture:Pe,disableRemotePlayback:Pe,prefix:null,property:null,results:ie,security:null,unselectable:null},space:"html",transform:q0});var T4=Yr({attributes:{accentHeight:"accent-height",alignmentBaseline:"alignment-baseline",arabicForm:"arabic-form",baselineShift:"baseline-shift",capHeight:"cap-height",className:"class",clipPath:"clip-path",clipRule:"clip-rule",colorInterpolation:"color-interpolation",colorInterpolationFilters:"color-interpolation-filters",colorProfile:"color-profile",colorRendering:"color-rendering",crossOrigin:"crossorigin",dataType:"datatype",dominantBaseline:"dominant-baseline",enableBackground:"enable-background",fillOpacity:"fill-opacity",fillRule:"fill-rule",floodColor:"flood-color",floodOpacity:"flood-opacity",fontFamily:"font-family",fontSize:"font-size",fontSizeAdjust:"font-size-adjust",fontStretch:"font-stretch",fontStyle:"font-style",fontVariant:"font-variant",fontWeight:"font-weight",glyphName:"glyph-name",glyphOrientationHorizontal:"glyph-orientation-horizontal",glyphOrientationVertical:"glyph-orientation-vertical",hrefLang:"hreflang",horizAdvX:"horiz-adv-x",horizOriginX:"horiz-origin-x",horizOriginY:"horiz-origin-y",imageRendering:"image-rendering",letterSpacing:"letter-spacing",lightingColor:"lighting-color",markerEnd:"marker-end",markerMid:"marker-mid",markerStart:"marker-start",navDown:"nav-down",navDownLeft:"nav-down-left",navDownRight:"nav-down-right",navLeft:"nav-left",navNext:"nav-next",navPrev:"nav-prev",navRight:"nav-right",navUp:"nav-up",navUpLeft:"nav-up-left",navUpRight:"nav-up-right",onAbort:"onabort",onActivate:"onactivate",onAfterPrint:"onafterprint",onBeforePrint:"onbeforeprint",onBegin:"onbegin",onCancel:"oncancel",onCanPlay:"oncanplay",onCanPlayThrough:"oncanplaythrough",onChange:"onchange",onClick:"onclick",onClose:"onclose",onCopy:"oncopy",onCueChange:"oncuechange",onCut:"oncut",onDblClick:"ondblclick",onDrag:"ondrag",onDragEnd:"ondragend",onDragEnter:"ondragenter",onDragExit:"ondragexit",onDragLeave:"ondragleave",onDragOver:"ondragover",onDragStart:"ondragstart",onDrop:"ondrop",onDurationChange:"ondurationchange",onEmptied:"onemptied",onEnd:"onend",onEnded:"onended",onError:"onerror",onFocus:"onfocus",onFocusIn:"onfocusin",onFocusOut:"onfocusout",onHashChange:"onhashchange",onInput:"oninput",onInvalid:"oninvalid",onKeyDown:"onkeydown",onKeyPress:"onkeypress",onKeyUp:"onkeyup",onLoad:"onload",onLoadedData:"onloadeddata",onLoadedMetadata:"onloadedmetadata",onLoadStart:"onloadstart",onMessage:"onmessage",onMouseDown:"onmousedown",onMouseEnter:"onmouseenter",onMouseLeave:"onmouseleave",onMouseMove:"onmousemove",onMouseOut:"onmouseout",onMouseOver:"onmouseover",onMouseUp:"onmouseup",onMouseWheel:"onmousewheel",onOffline:"onoffline",onOnline:"ononline",onPageHide:"onpagehide",onPageShow:"onpageshow",onPaste:"onpaste",onPause:"onpause",onPlay:"onplay",onPlaying:"onplaying",onPopState:"onpopstate",onProgress:"onprogress",onRateChange:"onratechange",onRepeat:"onrepeat",onReset:"onreset",onResize:"onresize",onScroll:"onscroll",onSeeked:"onseeked",onSeeking:"onseeking",onSelect:"onselect",onShow:"onshow",onStalled:"onstalled",onStorage:"onstorage",onSubmit:"onsubmit",onSuspend:"onsuspend",onTimeUpdate:"ontimeupdate",onToggle:"ontoggle",onUnload:"onunload",onVolumeChange:"onvolumechange",onWaiting:"onwaiting",onZoom:"onzoom",overlinePosition:"overline-position",overlineThickness:"overline-thickness",paintOrder:"paint-order",panose1:"panose-1",pointerEvents:"pointer-events",referrerPolicy:"referrerpolicy",renderingIntent:"rendering-intent",shapeRendering:"shape-rendering",stopColor:"stop-color",stopOpacity:"stop-opacity",strikethroughPosition:"strikethrough-position",strikethroughThickness:"strikethrough-thickness",strokeDashArray:"stroke-dasharray",strokeDashOffset:"stroke-dashoffset",strokeLineCap:"stroke-linecap",strokeLineJoin:"stroke-linejoin",strokeMiterLimit:"stroke-miterlimit",strokeOpacity:"stroke-opacity",strokeWidth:"stroke-width",tabIndex:"tabindex",textAnchor:"text-anchor",textDecoration:"text-decoration",textRendering:"text-rendering",transformOrigin:"transform-origin",typeOf:"typeof",underlinePosition:"underline-position",underlineThickness:"underline-thickness",unicodeBidi:"unicode-bidi",unicodeRange:"unicode-range",unitsPerEm:"units-per-em",vAlphabetic:"v-alphabetic",vHanging:"v-hanging",vIdeographic:"v-ideographic",vMathematical:"v-mathematical",vectorEffect:"vector-effect",vertAdvY:"vert-adv-y",vertOriginX:"vert-origin-x",vertOriginY:"vert-origin-y",wordSpacing:"word-spacing",writingMode:"writing-mode",xHeight:"x-height",playbackOrder:"playbackorder",timelineBegin:"timelinebegin"},properties:{about:sr,accentHeight:ie,accumulate:null,additive:null,alignmentBaseline:null,alphabetic:ie,amplitude:ie,arabicForm:null,ascent:ie,attributeName:null,attributeType:null,azimuth:ie,bandwidth:null,baselineShift:null,baseFrequency:null,baseProfile:null,bbox:null,begin:null,bias:ie,by:null,calcMode:null,capHeight:ie,className:st,clip:null,clipPath:null,clipPathUnits:null,clipRule:null,color:null,colorInterpolation:null,colorInterpolationFilters:null,colorProfile:null,colorRendering:null,content:null,contentScriptType:null,contentStyleType:null,crossOrigin:null,cursor:null,cx:null,cy:null,d:null,dataType:null,defaultAction:null,descent:ie,diffuseConstant:ie,direction:null,display:null,dur:null,divisor:ie,dominantBaseline:null,download:Pe,dx:null,dy:null,edgeMode:null,editable:null,elevation:ie,enableBackground:null,end:null,event:null,exponent:ie,externalResourcesRequired:null,fill:null,fillOpacity:ie,fillRule:null,filter:null,filterRes:null,filterUnits:null,floodColor:null,floodOpacity:null,focusable:null,focusHighlight:null,fontFamily:null,fontSize:null,fontSizeAdjust:null,fontStretch:null,fontStyle:null,fontVariant:null,fontWeight:null,format:null,fr:null,from:null,fx:null,fy:null,g1:ba,g2:ba,glyphName:ba,glyphOrientationHorizontal:null,glyphOrientationVertical:null,glyphRef:null,gradientTransform:null,gradientUnits:null,handler:null,hanging:ie,hatchContentUnits:null,hatchUnits:null,height:null,href:null,hrefLang:null,horizAdvX:ie,horizOriginX:ie,horizOriginY:ie,id:null,ideographic:ie,imageRendering:null,initialVisibility:null,in:null,in2:null,intercept:ie,k:ie,k1:ie,k2:ie,k3:ie,k4:ie,kernelMatrix:sr,kernelUnitLength:null,keyPoints:null,keySplines:null,keyTimes:null,kerning:null,lang:null,lengthAdjust:null,letterSpacing:null,lightingColor:null,limitingConeAngle:ie,local:null,markerEnd:null,markerMid:null,markerStart:null,markerHeight:null,markerUnits:null,markerWidth:null,mask:null,maskContentUnits:null,maskUnits:null,mathematical:null,max:null,media:null,mediaCharacterEncoding:null,mediaContentEncodings:null,mediaSize:ie,mediaTime:null,method:null,min:null,mode:null,name:null,navDown:null,navDownLeft:null,navDownRight:null,navLeft:null,navNext:null,navPrev:null,navRight:null,navUp:null,navUpLeft:null,navUpRight:null,numOctaves:null,observer:null,offset:null,onAbort:null,onActivate:null,onAfterPrint:null,onBeforePrint:null,onBegin:null,onCancel:null,onCanPlay:null,onCanPlayThrough:null,onChange:null,onClick:null,onClose:null,onCopy:null,onCueChange:null,onCut:null,onDblClick:null,onDrag:null,onDragEnd:null,onDragEnter:null,onDragExit:null,onDragLeave:null,onDragOver:null,onDragStart:null,onDrop:null,onDurationChange:null,onEmptied:null,onEnd:null,onEnded:null,onError:null,onFocus:null,onFocusIn:null,onFocusOut:null,onHashChange:null,onInput:null,onInvalid:null,onKeyDown:null,onKeyPress:null,onKeyUp:null,onLoad:null,onLoadedData:null,onLoadedMetadata:null,onLoadStart:null,onMessage:null,onMouseDown:null,onMouseEnter:null,onMouseLeave:null,onMouseMove:null,onMouseOut:null,onMouseOver:null,onMouseUp:null,onMouseWheel:null,onOffline:null,onOnline:null,onPageHide:null,onPageShow:null,onPaste:null,onPause:null,onPlay:null,onPlaying:null,onPopState:null,onProgress:null,onRateChange:null,onRepeat:null,onReset:null,onResize:null,onScroll:null,onSeeked:null,onSeeking:null,onSelect:null,onShow:null,onStalled:null,onStorage:null,onSubmit:null,onSuspend:null,onTimeUpdate:null,onToggle:null,onUnload:null,onVolumeChange:null,onWaiting:null,onZoom:null,opacity:null,operator:null,order:null,orient:null,orientation:null,origin:null,overflow:null,overlay:null,overlinePosition:ie,overlineThickness:ie,paintOrder:null,panose1:null,path:null,pathLength:ie,patternContentUnits:null,patternTransform:null,patternUnits:null,phase:null,ping:st,pitch:null,playbackOrder:null,pointerEvents:null,points:null,pointsAtX:ie,pointsAtY:ie,pointsAtZ:ie,preserveAlpha:null,preserveAspectRatio:null,primitiveUnits:null,propagate:null,property:sr,r:null,radius:null,referrerPolicy:null,refX:null,refY:null,rel:sr,rev:sr,renderingIntent:null,repeatCount:null,repeatDur:null,requiredExtensions:sr,requiredFeatures:sr,requiredFonts:sr,requiredFormats:sr,resource:null,restart:null,result:null,rotate:null,rx:null,ry:null,scale:null,seed:null,shapeRendering:null,side:null,slope:null,snapshotTime:null,specularConstant:ie,specularExponent:ie,spreadMethod:null,spacing:null,startOffset:null,stdDeviation:null,stemh:null,stemv:null,stitchTiles:null,stopColor:null,stopOpacity:null,strikethroughPosition:ie,strikethroughThickness:ie,string:null,stroke:null,strokeDashArray:sr,strokeDashOffset:null,strokeLineCap:null,strokeLineJoin:null,strokeMiterLimit:ie,strokeOpacity:ie,strokeWidth:null,style:null,surfaceScale:ie,syncBehavior:null,syncBehaviorDefault:null,syncMaster:null,syncTolerance:null,syncToleranceDefault:null,systemLanguage:sr,tabIndex:ie,tableValues:null,target:null,targetX:ie,targetY:ie,textAnchor:null,textDecoration:null,textRendering:null,textLength:null,timelineBegin:null,title:null,transformBehavior:null,type:null,typeOf:sr,to:null,transform:null,transformOrigin:null,u1:null,u2:null,underlinePosition:ie,underlineThickness:ie,unicode:null,unicodeBidi:null,unicodeRange:null,unitsPerEm:ie,values:null,vAlphabetic:ie,vMathematical:ie,vectorEffect:null,vHanging:ie,vIdeographic:ie,version:null,vertAdvY:ie,vertOriginX:ie,vertOriginY:ie,viewBox:null,viewTarget:null,visibility:null,width:null,widths:null,wordSpacing:null,writingMode:null,x:null,x1:null,x2:null,xChannelSelector:null,xHeight:ie,y:null,y1:null,y2:null,yChannelSelector:null,z:null,zoomAndPan:null},space:"svg",transform:Y0});var ay=Yr({properties:{xLinkActuate:null,xLinkArcRole:null,xLinkHref:null,xLinkRole:null,xLinkShow:null,xLinkTitle:null,xLinkType:null},space:"xlink",transform(e,t){return"xlink:"+t.slice(5).toLowerCase()}});var sy=Yr({attributes:{xmlnsxlink:"xmlns:xlink"},properties:{xmlnsXLink:null,xmlns:null},space:"xmlns",transform:q0});var uy=Yr({properties:{xmlBase:null,xmlLang:null,xmlSpace:null},space:"xml",transform(e,t){return"xml:"+t.slice(3).toLowerCase()}});var ly={classId:"classID",dataType:"datatype",itemId:"itemID",strokeDashArray:"strokeDasharray",strokeDashOffset:"strokeDashoffset",strokeLineCap:"strokeLinecap",strokeLineJoin:"strokeLinejoin",strokeMiterLimit:"strokeMiterlimit",typeOf:"typeof",xLinkActuate:"xlinkActuate",xLinkArcRole:"xlinkArcrole",xLinkHref:"xlinkHref",xLinkRole:"xlinkRole",xLinkShow:"xlinkShow",xLinkTitle:"xlinkTitle",xLinkType:"xlinkType",xmlnsXLink:"xmlnsXlink"};var $U=/[A-Z]/g,A4=/-[a-z]/g,zU=/^data[-\w.:]+$/i;function wi(e,t){let n=vi(t),r=t,o=cn;if(n in e.normal)return e.property[e.normal[n]];if(n.length>4&&n.slice(0,4)==="data"&&zU.test(t)){if(t.charAt(4)==="-"){let i=t.slice(5).replace(A4,UU);r="data"+i.charAt(0).toUpperCase()+i.slice(1)}else{let i=t.slice(4);if(!A4.test(i)){let s=i.replace($U,HU);s.charAt(0)!=="-"&&(s="-"+s),t="data"+s}}o=bs}return new o(r,t)}function HU(e){return"-"+e.toLowerCase()}function UU(e){return e.charAt(1).toUpperCase()}var ki=ry([iy,C4,ay,sy,uy],"html"),qr=ry([iy,T4,ay,sy,uy],"svg");function cy(e){let t=String(e||"").trim();return t?t.split(/[ \t\n\r\f]+/g):[]}function X0(e){return e.join(" ").trim()}var U4=G(B4(),1);var Ds=$4("end"),ur=$4("start");function $4(e){return t;function t(n){let r=n&&n.position&&n.position[e]||{};if(typeof r.line=="number"&&r.line>0&&typeof r.column=="number"&&r.column>0)return{line:r.line,column:r.column,offset:typeof r.offset=="number"&&r.offset>-1?r.offset:void 0}}}function py(e){let t=ur(e),n=Ds(e);if(t&&n)return{start:t,end:n}}function Ea(e){return!e||typeof e!="object"?"":"position"in e||"type"in e?z4(e.position):"start"in e||"end"in e?z4(e):"line"in e||"column"in e?hy(e):""}function hy(e){return H4(e&&e.line)+":"+H4(e&&e.column)}function z4(e){return hy(e&&e.start)+"-"+hy(e&&e.end)}function H4(e){return e&&typeof e=="number"?e:1}var zt=class extends Error{constructor(t,n,r){super(),typeof n=="string"&&(r=n,n=void 0);let o="",i={},s=!1;if(n&&("line"in n&&"column"in n?i={place:n}:"start"in n&&"end"in n?i={place:n}:"type"in n?i={ancestors:[n],place:n.position}:i={...n}),typeof t=="string"?o=t:!i.cause&&t&&(s=!0,o=t.message,i.cause=t),!i.ruleId&&!i.source&&typeof r=="string"){let c=r.indexOf(":");c===-1?i.ruleId=r:(i.source=r.slice(0,c),i.ruleId=r.slice(c+1))}if(!i.place&&i.ancestors&&i.ancestors){let c=i.ancestors[i.ancestors.length-1];c&&(i.place=c.position)}let l=i.place&&"start"in i.place?i.place.start:i.place;this.ancestors=i.ancestors||void 0,this.cause=i.cause||void 0,this.column=l?l.column:void 0,this.fatal=void 0,this.file="",this.message=o,this.line=l?l.line:void 0,this.name=Ea(i.place)||"1:1",this.place=i.place||void 0,this.reason=this.message,this.ruleId=i.ruleId||void 0,this.source=i.source||void 0,this.stack=s&&i.cause&&typeof i.cause.stack=="string"?i.cause.stack:"",this.actual=void 0,this.expected=void 0,this.note=void 0,this.url=void 0}};zt.prototype.file="";zt.prototype.name="";zt.prototype.reason="";zt.prototype.message="";zt.prototype.stack="";zt.prototype.column=void 0;zt.prototype.line=void 0;zt.prototype.ancestors=void 0;zt.prototype.cause=void 0;zt.prototype.fatal=void 0;zt.prototype.place=void 0;zt.prototype.ruleId=void 0;zt.prototype.source=void 0;var my={}.hasOwnProperty,hj=new Map,mj=/[A-Z]/g,gj=new Set(["table","tbody","thead","tfoot","tr"]),yj=new Set(["td","th"]),j4="https://github.com/syntax-tree/hast-util-to-jsx-runtime";function gy(e,t){if(!t||t.Fragment===void 0)throw new TypeError("Expected `Fragment` in options");let n=t.filePath||void 0,r;if(t.development){if(typeof t.jsxDEV!="function")throw new TypeError("Expected `jsxDEV` in options when `development: true`");r=Cj(n,t.jsxDEV)}else{if(typeof t.jsx!="function")throw new TypeError("Expected `jsx` in production options");if(typeof t.jsxs!="function")throw new TypeError("Expected `jsxs` in production options");r=kj(n,t.jsx,t.jsxs)}let o={Fragment:t.Fragment,ancestors:[],components:t.components||{},create:r,elementAttributeNameCase:t.elementAttributeNameCase||"react",evaluater:t.createEvaluater?t.createEvaluater():void 0,filePath:n,ignoreInvalidStyle:t.ignoreInvalidStyle||!1,passKeys:t.passKeys!==!1,passNode:t.passNode||!1,schema:t.space==="svg"?qr:ki,stylePropertyNameCase:t.stylePropertyNameCase||"dom",tableCellAlignToStyle:t.tableCellAlignToStyle!==!1},i=W4(o,e,void 0);return i&&typeof i!="string"?i:o.create(e,o.Fragment,{children:i||void 0},void 0)}function W4(e,t,n){if(t.type==="element")return bj(e,t,n);if(t.type==="mdxFlowExpression"||t.type==="mdxTextExpression")return Ej(e,t);if(t.type==="mdxJsxFlowElement"||t.type==="mdxJsxTextElement")return xj(e,t,n);if(t.type==="mdxjsEsm")return Dj(e,t);if(t.type==="root")return vj(e,t,n);if(t.type==="text")return wj(e,t)}function bj(e,t,n){let r=e.schema,o=r;t.tagName.toLowerCase()==="svg"&&r.space==="html"&&(o=qr,e.schema=o),e.ancestors.push(t);let i=G4(e,t.tagName,!1),s=Tj(e,t),l=by(e,t);return gj.has(t.tagName)&&(l=l.filter(function(c){return typeof c=="string"?!ny(c):!0})),V4(e,s,i,t),yy(s,l),e.ancestors.pop(),e.schema=r,e.create(t,i,s,n)}function Ej(e,t){if(t.data&&t.data.estree&&e.evaluater){let r=t.data.estree.body[0];return r.type,e.evaluater.evaluateExpression(r.expression)}Zc(e,t.position)}function Dj(e,t){if(t.data&&t.data.estree&&e.evaluater)return e.evaluater.evaluateProgram(t.data.estree);Zc(e,t.position)}function xj(e,t,n){let r=e.schema,o=r;t.name==="svg"&&r.space==="html"&&(o=qr,e.schema=o),e.ancestors.push(t);let i=t.name===null?e.Fragment:G4(e,t.name,!0),s=Aj(e,t),l=by(e,t);return V4(e,s,i,t),yy(s,l),e.ancestors.pop(),e.schema=r,e.create(t,i,s,n)}function vj(e,t,n){let r={};return yy(r,by(e,t)),e.create(t,e.Fragment,r,n)}function wj(e,t){return t.value}function V4(e,t,n,r){typeof n!="string"&&n!==e.Fragment&&e.passNode&&(t.node=r)}function yy(e,t){if(t.length>0){let n=t.length>1?t:t[0];n&&(e.children=n)}}function kj(e,t,n){return r;function r(o,i,s,l){let d=Array.isArray(s.children)?n:t;return l?d(i,s,l):d(i,s)}}function Cj(e,t){return n;function n(r,o,i,s){let l=Array.isArray(i.children),c=ur(r);return t(o,i,s,l,{columnNumber:c?c.column-1:void 0,fileName:e,lineNumber:c?c.line:void 0},void 0)}}function Tj(e,t){let n={},r,o;for(o in t.properties)if(o!=="children"&&my.call(t.properties,o)){let i=_j(e,o,t.properties[o]);if(i){let[s,l]=i;e.tableCellAlignToStyle&&s==="align"&&typeof l=="string"&&yj.has(t.tagName)?r=l:n[s]=l}}if(r){let i=n.style||(n.style={});i[e.stylePropertyNameCase==="css"?"text-align":"textAlign"]=r}return n}function Aj(e,t){let n={};for(let r of t.attributes)if(r.type==="mdxJsxExpressionAttribute")if(r.data&&r.data.estree&&e.evaluater){let i=r.data.estree.body[0];i.type;let s=i.expression;s.type;let l=s.properties[0];l.type,Object.assign(n,e.evaluater.evaluateExpression(l.argument))}else Zc(e,t.position);else{let o=r.name,i;if(r.value&&typeof r.value=="object")if(r.value.data&&r.value.data.estree&&e.evaluater){let l=r.value.data.estree.body[0];l.type,i=e.evaluater.evaluateExpression(l.expression)}else Zc(e,t.position);else i=r.value===null?!0:r.value;n[o]=i}return n}function by(e,t){let n=[],r=-1,o=e.passKeys?new Map:hj;for(;++r<t.children.length;){let i=t.children[r],s;if(e.passKeys){let c=i.type==="element"?i.tagName:i.type==="mdxJsxFlowElement"||i.type==="mdxJsxTextElement"?i.name:void 0;if(c){let d=o.get(c)||0;s=c+"-"+d,o.set(c,d+1)}}let l=W4(e,i,s);l!==void 0&&n.push(l)}return n}function _j(e,t,n){let r=wi(e.schema,t);if(!(n==null||typeof n=="number"&&Number.isNaN(n))){if(Array.isArray(n)&&(n=r.commaSeparated?W0(n):X0(n)),r.property==="style"){let o=typeof n=="object"?n:Sj(e,String(n));return e.stylePropertyNameCase==="css"&&(o=Ij(o)),["style",o]}return[e.elementAttributeNameCase==="react"&&r.space?ly[r.property]||r.property:r.attribute,n]}}function Sj(e,t){try{return(0,U4.default)(t,{reactCompat:!0})}catch(n){if(e.ignoreInvalidStyle)return{};let r=n,o=new zt("Cannot parse `style` attribute",{ancestors:e.ancestors,cause:r,ruleId:"style",source:"hast-util-to-jsx-runtime"});throw o.file=e.filePath||void 0,o.url=j4+"#cannot-parse-style-attribute",o}}function G4(e,t,n){let r;if(!n)r={type:"Literal",value:t};else if(t.includes(".")){let o=t.split("."),i=-1,s;for(;++i<o.length;){let l=V0(o[i])?{type:"Identifier",name:o[i]}:{type:"Literal",value:o[i]};s=s?{type:"MemberExpression",object:s,property:l,computed:!!(i&&l.type==="Literal"),optional:!1}:l}r=s}else r=V0(t)&&!/^[a-z]/.test(t)?{type:"Identifier",name:t}:{type:"Literal",value:t};if(r.type==="Literal"){let o=r.value;return my.call(e.components,o)?e.components[o]:o}if(e.evaluater)return e.evaluater.evaluateExpression(r);Zc(e)}function Zc(e,t){let n=new zt("Cannot handle MDX estrees without `createEvaluater`",{ancestors:e.ancestors,place:t,ruleId:"mdx-estree",source:"hast-util-to-jsx-runtime"});throw n.file=e.filePath||void 0,n.url=j4+"#cannot-handle-mdx-estrees-without-createevaluater",n}function Ij(e){let t={},n;for(n in e)my.call(e,n)&&(t[Fj(n)]=e[n]);return t}function Fj(e){let t=e.replace(mj,Lj);return t.slice(0,3)==="ms-"&&(t="-"+t),t}function Lj(e){return"-"+e.toLowerCase()}var Jc={action:["form"],cite:["blockquote","del","ins","q"],data:["object"],formAction:["button","input"],href:["a","area","base","link"],icon:["menuitem"],itemId:null,manifest:["html"],ping:["a","area"],poster:["video"],src:["audio","embed","iframe","img","input","script","source","track","video"]};var Ku=G(De(),1),b8=G(_e(),1);var Rj={};function Ci(e,t){let n=t||Rj,r=typeof n.includeImageAlt=="boolean"?n.includeImageAlt:!0,o=typeof n.includeHtml=="boolean"?n.includeHtml:!0;return q4(e,r,o)}function q4(e,t,n){if(Nj(e)){if("value"in e)return e.type==="html"&&!n?"":e.value;if(t&&"alt"in e&&e.alt)return e.alt;if("children"in e)return Y4(e.children,t,n)}return Array.isArray(e)?Y4(e,t,n):""}function Y4(e,t,n){let r=[],o=-1;for(;++o<e.length;)r[o]=q4(e[o],t,n);return r.join("")}function Nj(e){return!!(e&&typeof e=="object")}var X4=document.createElement("i");function Yu(e){let t="&"+e+";";X4.innerHTML=t;let n=X4.textContent;return n.charCodeAt(n.length-1)===59&&e!=="semi"||n===t?!1:n}function Ht(e,t,n,r){let o=e.length,i=0,s;if(t<0?t=-t>o?0:o+t:t=t>o?o:t,n=n>0?n:0,r.length<1e4)s=Array.from(r),s.unshift(t,n),e.splice(...s);else for(n&&e.splice(t,n);i<r.length;)s=r.slice(i,i+1e4),s.unshift(t,0),e.splice(...s),i+=1e4,t+=1e4}function Gn(e,t){return e.length>0?(Ht(e,e.length,0,t),e):t}var K4={}.hasOwnProperty;function Q0(e){let t={},n=-1;for(;++n<e.length;)Oj(t,e[n]);return t}function Oj(e,t){let n;for(n in t){let o=(K4.call(e,n)?e[n]:void 0)||(e[n]={}),i=t[n],s;if(i)for(s in i){K4.call(o,s)||(o[s]=[]);let l=i[s];Mj(o[s],Array.isArray(l)?l:l?[l]:[])}}}function Mj(e,t){let n=-1,r=[];for(;++n<t.length;)(t[n].add==="after"?e:r).push(t[n]);Ht(e,0,0,r)}function Z0(e,t){let n=Number.parseInt(e,t);return n<9||n===11||n>13&&n<32||n>126&&n<160||n>55295&&n<57344||n>64975&&n<65008||(n&65535)===65535||(n&65535)===65534||n>1114111?"\uFFFD":String.fromCodePoint(n)}function In(e){return e.replace(/[\t\n\r ]+/g," ").replace(/^ | $/g,"").toLowerCase().toUpperCase()}var en=Da(/[A-Za-z]/),Nt=Da(/[\dA-Za-z]/),Q4=Da(/[#-'*+\--9=?A-Z^-~]/);function xs(e){return e!==null&&(e<32||e===127)}var ed=Da(/\d/),Z4=Da(/[\dA-Fa-f]/),J4=Da(/[!-/:-@[-`{-~]/);function ye(e){return e!==null&&e<-2}function We(e){return e!==null&&(e<0||e===32)}function Se(e){return e===-2||e===-1||e===32}var vs=Da(/\p{P}|\p{S}/u),Po=Da(/\s/);function Da(e){return t;function t(n){return n!==null&&n>-1&&e.test(String.fromCharCode(n))}}function Xr(e){let t=[],n=-1,r=0,o=0;for(;++n<e.length;){let i=e.charCodeAt(n),s="";if(i===37&&Nt(e.charCodeAt(n+1))&&Nt(e.charCodeAt(n+2)))o=2;else if(i<128)/[!#$&-;=?-Z_a-z~]/.test(String.fromCharCode(i))||(s=String.fromCharCode(i));else if(i>55295&&i<57344){let l=e.charCodeAt(n+1);i<56320&&l>56319&&l<57344?(s=String.fromCharCode(i,l),o=1):s="\uFFFD"}else s=String.fromCharCode(i);s&&(t.push(e.slice(r,n),encodeURIComponent(s)),r=n+o+1,s=""),o&&(n+=o,o=0)}return t.join("")+e.slice(r)}function Ae(e,t,n,r){let o=r?r-1:Number.POSITIVE_INFINITY,i=0;return s;function s(c){return Se(c)?(e.enter(n),l(c)):t(c)}function l(c){return Se(c)&&i++<o?(e.consume(c),l):(e.exit(n),t(c))}}var eA={tokenize:Pj};function Pj(e){let t=e.attempt(this.parser.constructs.contentInitial,r,o),n;return t;function r(l){if(l===null){e.consume(l);return}return e.enter("lineEnding"),e.consume(l),e.exit("lineEnding"),Ae(e,t,"linePrefix")}function o(l){return e.enter("paragraph"),i(l)}function i(l){let c=e.enter("chunkText",{contentType:"text",previous:n});return n&&(n.next=c),n=c,s(l)}function s(l){if(l===null){e.exit("chunkText"),e.exit("paragraph"),e.consume(l);return}return ye(l)?(e.consume(l),e.exit("chunkText"),i):(e.consume(l),s)}}var nA={tokenize:Bj},tA={tokenize:$j};function Bj(e){let t=this,n=[],r=0,o,i,s;return l;function l(k){if(r<n.length){let L=n[r];return t.containerState=L[1],e.attempt(L[0].continuation,c,d)(k)}return d(k)}function c(k){if(r++,t.containerState._closeFlow){t.containerState._closeFlow=void 0,o&&v();let L=t.events.length,B=L,I;for(;B--;)if(t.events[B][0]==="exit"&&t.events[B][1].type==="chunkFlow"){I=t.events[B][1].end;break}x(r);let z=L;for(;z<t.events.length;)t.events[z][1].end={...I},z++;return Ht(t.events,B+1,0,t.events.slice(L)),t.events.length=z,d(k)}return l(k)}function d(k){if(r===n.length){if(!o)return E(k);if(o.currentConstruct&&o.currentConstruct.concrete)return D(k);t.interrupt=!!(o.currentConstruct&&!o._gfmTableDynamicInterruptHack)}return t.containerState={},e.check(tA,h,g)(k)}function h(k){return o&&v(),x(r),E(k)}function g(k){return t.parser.lazy[t.now().line]=r!==n.length,s=t.now().offset,D(k)}function E(k){return t.containerState={},e.attempt(tA,y,D)(k)}function y(k){return r++,n.push([t.currentConstruct,t.containerState]),E(k)}function D(k){if(k===null){o&&v(),x(0),e.consume(k);return}return o=o||t.parser.flow(t.now()),e.enter("chunkFlow",{_tokenizer:o,contentType:"flow",previous:i}),w(k)}function w(k){if(k===null){A(e.exit("chunkFlow"),!0),x(0),e.consume(k);return}return ye(k)?(e.consume(k),A(e.exit("chunkFlow")),r=0,t.interrupt=void 0,l):(e.consume(k),w)}function A(k,L){let B=t.sliceStream(k);if(L&&B.push(null),k.previous=i,i&&(i.next=k),i=k,o.defineSkip(k.start),o.write(B),t.parser.lazy[k.start.line]){let I=o.events.length;for(;I--;)if(o.events[I][1].start.offset<s&&(!o.events[I][1].end||o.events[I][1].end.offset>s))return;let z=t.events.length,q=z,te,M;for(;q--;)if(t.events[q][0]==="exit"&&t.events[q][1].type==="chunkFlow"){if(te){M=t.events[q][1].end;break}te=!0}for(x(r),I=z;I<t.events.length;)t.events[I][1].end={...M},I++;Ht(t.events,q+1,0,t.events.slice(z)),t.events.length=I}}function x(k){let L=n.length;for(;L-- >k;){let B=n[L];t.containerState=B[1],B[0].exit.call(t,e)}n.length=k}function v(){o.write([null]),i=void 0,o=void 0,t.containerState._closeFlow=void 0}}function $j(e,t,n){return Ae(e,e.attempt(this.parser.constructs.document,t,n),"linePrefix",this.parser.constructs.disable.null.includes("codeIndented")?void 0:4)}function Ti(e){if(e===null||We(e)||Po(e))return 1;if(vs(e))return 2}function xa(e,t,n){let r=[],o=-1;for(;++o<e.length;){let i=e[o].resolveAll;i&&!r.includes(i)&&(t=i(t,n),r.push(i))}return t}var td={name:"attention",resolveAll:zj,tokenize:Hj};function zj(e,t){let n=-1,r,o,i,s,l,c,d,h;for(;++n<e.length;)if(e[n][0]==="enter"&&e[n][1].type==="attentionSequence"&&e[n][1]._close){for(r=n;r--;)if(e[r][0]==="exit"&&e[r][1].type==="attentionSequence"&&e[r][1]._open&&t.sliceSerialize(e[r][1]).charCodeAt(0)===t.sliceSerialize(e[n][1]).charCodeAt(0)){if((e[r][1]._close||e[n][1]._open)&&(e[n][1].end.offset-e[n][1].start.offset)%3&&!((e[r][1].end.offset-e[r][1].start.offset+e[n][1].end.offset-e[n][1].start.offset)%3))continue;c=e[r][1].end.offset-e[r][1].start.offset>1&&e[n][1].end.offset-e[n][1].start.offset>1?2:1;let g={...e[r][1].end},E={...e[n][1].start};rA(g,-c),rA(E,c),s={type:c>1?"strongSequence":"emphasisSequence",start:g,end:{...e[r][1].end}},l={type:c>1?"strongSequence":"emphasisSequence",start:{...e[n][1].start},end:E},i={type:c>1?"strongText":"emphasisText",start:{...e[r][1].end},end:{...e[n][1].start}},o={type:c>1?"strong":"emphasis",start:{...s.start},end:{...l.end}},e[r][1].end={...s.start},e[n][1].start={...l.end},d=[],e[r][1].end.offset-e[r][1].start.offset&&(d=Gn(d,[["enter",e[r][1],t],["exit",e[r][1],t]])),d=Gn(d,[["enter",o,t],["enter",s,t],["exit",s,t],["enter",i,t]]),d=Gn(d,xa(t.parser.constructs.insideSpan.null,e.slice(r+1,n),t)),d=Gn(d,[["exit",i,t],["enter",l,t],["exit",l,t],["exit",o,t]]),e[n][1].end.offset-e[n][1].start.offset?(h=2,d=Gn(d,[["enter",e[n][1],t],["exit",e[n][1],t]])):h=0,Ht(e,r-1,n-r+3,d),n=r+d.length-h-2;break}}for(n=-1;++n<e.length;)e[n][1].type==="attentionSequence"&&(e[n][1].type="data");return e}function Hj(e,t){let n=this.parser.constructs.attentionMarkers.null,r=this.previous,o=Ti(r),i;return s;function s(c){return i=c,e.enter("attentionSequence"),l(c)}function l(c){if(c===i)return e.consume(c),l;let d=e.exit("attentionSequence"),h=Ti(c),g=!h||h===2&&o||n.includes(c),E=!o||o===2&&h||n.includes(r);return d._open=!!(i===42?g:g&&(o||!E)),d._close=!!(i===42?E:E&&(h||!g)),t(c)}}function rA(e,t){e.column+=t,e.offset+=t,e._bufferIndex+=t}var Ey={name:"autolink",tokenize:Uj};function Uj(e,t,n){let r=0;return o;function o(y){return e.enter("autolink"),e.enter("autolinkMarker"),e.consume(y),e.exit("autolinkMarker"),e.enter("autolinkProtocol"),i}function i(y){return en(y)?(e.consume(y),s):y===64?n(y):d(y)}function s(y){return y===43||y===45||y===46||Nt(y)?(r=1,l(y)):d(y)}function l(y){return y===58?(e.consume(y),r=0,c):(y===43||y===45||y===46||Nt(y))&&r++<32?(e.consume(y),l):(r=0,d(y))}function c(y){return y===62?(e.exit("autolinkProtocol"),e.enter("autolinkMarker"),e.consume(y),e.exit("autolinkMarker"),e.exit("autolink"),t):y===null||y===32||y===60||xs(y)?n(y):(e.consume(y),c)}function d(y){return y===64?(e.consume(y),h):Q4(y)?(e.consume(y),d):n(y)}function h(y){return Nt(y)?g(y):n(y)}function g(y){return y===46?(e.consume(y),r=0,h):y===62?(e.exit("autolinkProtocol").type="autolinkEmail",e.enter("autolinkMarker"),e.consume(y),e.exit("autolinkMarker"),e.exit("autolink"),t):E(y)}function E(y){if((y===45||Nt(y))&&r++<63){let D=y===45?E:g;return e.consume(y),D}return n(y)}}var Bo={partial:!0,tokenize:jj};function jj(e,t,n){return r;function r(i){return Se(i)?Ae(e,o,"linePrefix")(i):o(i)}function o(i){return i===null||ye(i)?t(i):n(i)}}var J0={continuation:{tokenize:Vj},exit:Gj,name:"blockQuote",tokenize:Wj};function Wj(e,t,n){let r=this;return o;function o(s){if(s===62){let l=r.containerState;return l.open||(e.enter("blockQuote",{_container:!0}),l.open=!0),e.enter("blockQuotePrefix"),e.enter("blockQuoteMarker"),e.consume(s),e.exit("blockQuoteMarker"),i}return n(s)}function i(s){return Se(s)?(e.enter("blockQuotePrefixWhitespace"),e.consume(s),e.exit("blockQuotePrefixWhitespace"),e.exit("blockQuotePrefix"),t):(e.exit("blockQuotePrefix"),t(s))}}function Vj(e,t,n){let r=this;return o;function o(s){return Se(s)?Ae(e,i,"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(s):i(s)}function i(s){return e.attempt(J0,t,n)(s)}}function Gj(e){e.exit("blockQuote")}var eh={name:"characterEscape",tokenize:Yj};function Yj(e,t,n){return r;function r(i){return e.enter("characterEscape"),e.enter("escapeMarker"),e.consume(i),e.exit("escapeMarker"),o}function o(i){return J4(i)?(e.enter("characterEscapeValue"),e.consume(i),e.exit("characterEscapeValue"),e.exit("characterEscape"),t):n(i)}}var th={name:"characterReference",tokenize:qj};function qj(e,t,n){let r=this,o=0,i,s;return l;function l(g){return e.enter("characterReference"),e.enter("characterReferenceMarker"),e.consume(g),e.exit("characterReferenceMarker"),c}function c(g){return g===35?(e.enter("characterReferenceMarkerNumeric"),e.consume(g),e.exit("characterReferenceMarkerNumeric"),d):(e.enter("characterReferenceValue"),i=31,s=Nt,h(g))}function d(g){return g===88||g===120?(e.enter("characterReferenceMarkerHexadecimal"),e.consume(g),e.exit("characterReferenceMarkerHexadecimal"),e.enter("characterReferenceValue"),i=6,s=Z4,h):(e.enter("characterReferenceValue"),i=7,s=ed,h(g))}function h(g){if(g===59&&o){let E=e.exit("characterReferenceValue");return s===Nt&&!Yu(r.sliceSerialize(E))?n(g):(e.enter("characterReferenceMarker"),e.consume(g),e.exit("characterReferenceMarker"),e.exit("characterReference"),t)}return s(g)&&o++<i?(e.consume(g),h):n(g)}}var oA={partial:!0,tokenize:Kj},nh={concrete:!0,name:"codeFenced",tokenize:Xj};function Xj(e,t,n){let r=this,o={partial:!0,tokenize:B},i=0,s=0,l;return c;function c(I){return d(I)}function d(I){let z=r.events[r.events.length-1];return i=z&&z[1].type==="linePrefix"?z[2].sliceSerialize(z[1],!0).length:0,l=I,e.enter("codeFenced"),e.enter("codeFencedFence"),e.enter("codeFencedFenceSequence"),h(I)}function h(I){return I===l?(s++,e.consume(I),h):s<3?n(I):(e.exit("codeFencedFenceSequence"),Se(I)?Ae(e,g,"whitespace")(I):g(I))}function g(I){return I===null||ye(I)?(e.exit("codeFencedFence"),r.interrupt?t(I):e.check(oA,w,L)(I)):(e.enter("codeFencedFenceInfo"),e.enter("chunkString",{contentType:"string"}),E(I))}function E(I){return I===null||ye(I)?(e.exit("chunkString"),e.exit("codeFencedFenceInfo"),g(I)):Se(I)?(e.exit("chunkString"),e.exit("codeFencedFenceInfo"),Ae(e,y,"whitespace")(I)):I===96&&I===l?n(I):(e.consume(I),E)}function y(I){return I===null||ye(I)?g(I):(e.enter("codeFencedFenceMeta"),e.enter("chunkString",{contentType:"string"}),D(I))}function D(I){return I===null||ye(I)?(e.exit("chunkString"),e.exit("codeFencedFenceMeta"),g(I)):I===96&&I===l?n(I):(e.consume(I),D)}function w(I){return e.attempt(o,L,A)(I)}function A(I){return e.enter("lineEnding"),e.consume(I),e.exit("lineEnding"),x}function x(I){return i>0&&Se(I)?Ae(e,v,"linePrefix",i+1)(I):v(I)}function v(I){return I===null||ye(I)?e.check(oA,w,L)(I):(e.enter("codeFlowValue"),k(I))}function k(I){return I===null||ye(I)?(e.exit("codeFlowValue"),v(I)):(e.consume(I),k)}function L(I){return e.exit("codeFenced"),t(I)}function B(I,z,q){let te=0;return M;function M(ge){return I.enter("lineEnding"),I.consume(ge),I.exit("lineEnding"),me}function me(ge){return I.enter("codeFencedFence"),Se(ge)?Ae(I,fe,"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(ge):fe(ge)}function fe(ge){return ge===l?(I.enter("codeFencedFenceSequence"),ue(ge)):q(ge)}function ue(ge){return ge===l?(te++,I.consume(ge),ue):te>=s?(I.exit("codeFencedFenceSequence"),Se(ge)?Ae(I,le,"whitespace")(ge):le(ge)):q(ge)}function le(ge){return ge===null||ye(ge)?(I.exit("codeFencedFence"),z(ge)):q(ge)}}}function Kj(e,t,n){let r=this;return o;function o(s){return s===null?n(s):(e.enter("lineEnding"),e.consume(s),e.exit("lineEnding"),i)}function i(s){return r.parser.lazy[r.now().line]?n(s):t(s)}}var nd={name:"codeIndented",tokenize:Zj},Qj={partial:!0,tokenize:Jj};function Zj(e,t,n){let r=this;return o;function o(d){return e.enter("codeIndented"),Ae(e,i,"linePrefix",5)(d)}function i(d){let h=r.events[r.events.length-1];return h&&h[1].type==="linePrefix"&&h[2].sliceSerialize(h[1],!0).length>=4?s(d):n(d)}function s(d){return d===null?c(d):ye(d)?e.attempt(Qj,s,c)(d):(e.enter("codeFlowValue"),l(d))}function l(d){return d===null||ye(d)?(e.exit("codeFlowValue"),s(d)):(e.consume(d),l)}function c(d){return e.exit("codeIndented"),t(d)}}function Jj(e,t,n){let r=this;return o;function o(s){return r.parser.lazy[r.now().line]?n(s):ye(s)?(e.enter("lineEnding"),e.consume(s),e.exit("lineEnding"),o):Ae(e,i,"linePrefix",5)(s)}function i(s){let l=r.events[r.events.length-1];return l&&l[1].type==="linePrefix"&&l[2].sliceSerialize(l[1],!0).length>=4?t(s):ye(s)?o(s):n(s)}}var Dy={name:"codeText",previous:tW,resolve:eW,tokenize:nW};function eW(e){let t=e.length-4,n=3,r,o;if((e[n][1].type==="lineEnding"||e[n][1].type==="space")&&(e[t][1].type==="lineEnding"||e[t][1].type==="space")){for(r=n;++r<t;)if(e[r][1].type==="codeTextData"){e[n][1].type="codeTextPadding",e[t][1].type="codeTextPadding",n+=2,t-=2;break}}for(r=n-1,t++;++r<=t;)o===void 0?r!==t&&e[r][1].type!=="lineEnding"&&(o=r):(r===t||e[r][1].type==="lineEnding")&&(e[o][1].type="codeTextData",r!==o+2&&(e[o][1].end=e[r-1][1].end,e.splice(o+2,r-o-2),t-=r-o-2,r=o+2),o=void 0);return e}function tW(e){return e!==96||this.events[this.events.length-1][1].type==="characterEscape"}function nW(e,t,n){let r=this,o=0,i,s;return l;function l(E){return e.enter("codeText"),e.enter("codeTextSequence"),c(E)}function c(E){return E===96?(e.consume(E),o++,c):(e.exit("codeTextSequence"),d(E))}function d(E){return E===null?n(E):E===32?(e.enter("space"),e.consume(E),e.exit("space"),d):E===96?(s=e.enter("codeTextSequence"),i=0,g(E)):ye(E)?(e.enter("lineEnding"),e.consume(E),e.exit("lineEnding"),d):(e.enter("codeTextData"),h(E))}function h(E){return E===null||E===32||E===96||ye(E)?(e.exit("codeTextData"),d(E)):(e.consume(E),h)}function g(E){return E===96?(e.consume(E),i++,g):i===o?(e.exit("codeTextSequence"),e.exit("codeText"),t(E)):(s.type="codeTextData",h(E))}}var rh=class{constructor(t){this.left=t?[...t]:[],this.right=[]}get(t){if(t<0||t>=this.left.length+this.right.length)throw new RangeError("Cannot access index `"+t+"` in a splice buffer of size `"+(this.left.length+this.right.length)+"`");return t<this.left.length?this.left[t]:this.right[this.right.length-t+this.left.length-1]}get length(){return this.left.length+this.right.length}shift(){return this.setCursor(0),this.right.pop()}slice(t,n){let r=n??Number.POSITIVE_INFINITY;return r<this.left.length?this.left.slice(t,r):t>this.left.length?this.right.slice(this.right.length-r+this.left.length,this.right.length-t+this.left.length).reverse():this.left.slice(t).concat(this.right.slice(this.right.length-r+this.left.length).reverse())}splice(t,n,r){let o=n||0;this.setCursor(Math.trunc(t));let i=this.right.splice(this.right.length-o,Number.POSITIVE_INFINITY);return r&&rd(this.left,r),i.reverse()}pop(){return this.setCursor(Number.POSITIVE_INFINITY),this.left.pop()}push(t){this.setCursor(Number.POSITIVE_INFINITY),this.left.push(t)}pushMany(t){this.setCursor(Number.POSITIVE_INFINITY),rd(this.left,t)}unshift(t){this.setCursor(0),this.right.push(t)}unshiftMany(t){this.setCursor(0),rd(this.right,t.reverse())}setCursor(t){if(!(t===this.left.length||t>this.left.length&&this.right.length===0||t<0&&this.left.length===0))if(t<this.left.length){let n=this.left.splice(t,Number.POSITIVE_INFINITY);rd(this.right,n.reverse())}else{let n=this.right.splice(this.left.length+this.right.length-t,Number.POSITIVE_INFINITY);rd(this.left,n.reverse())}}};function rd(e,t){let n=0;if(t.length<1e4)e.push(...t);else for(;n<t.length;)e.push(...t.slice(n,n+1e4)),n+=1e4}function oh(e){let t={},n=-1,r,o,i,s,l,c,d,h=new rh(e);for(;++n<h.length;){for(;n in t;)n=t[n];if(r=h.get(n),n&&r[1].type==="chunkFlow"&&h.get(n-1)[1].type==="listItemPrefix"&&(c=r[1]._tokenizer.events,i=0,i<c.length&&c[i][1].type==="lineEndingBlank"&&(i+=2),i<c.length&&c[i][1].type==="content"))for(;++i<c.length&&c[i][1].type!=="content";)c[i][1].type==="chunkText"&&(c[i][1]._isInFirstContentOfListItem=!0,i++);if(r[0]==="enter")r[1].contentType&&(Object.assign(t,rW(h,n)),n=t[n],d=!0);else if(r[1]._container){for(i=n,o=void 0;i--;)if(s=h.get(i),s[1].type==="lineEnding"||s[1].type==="lineEndingBlank")s[0]==="enter"&&(o&&(h.get(o)[1].type="lineEndingBlank"),s[1].type="lineEnding",o=i);else if(!(s[1].type==="linePrefix"||s[1].type==="listItemIndent"))break;o&&(r[1].end={...h.get(o)[1].start},l=h.slice(o,n),l.unshift(r),h.splice(o,n-o+1,l))}}return Ht(e,0,Number.POSITIVE_INFINITY,h.slice(0)),!d}function rW(e,t){let n=e.get(t)[1],r=e.get(t)[2],o=t-1,i=[],s=n._tokenizer;s||(s=r.parser[n.contentType](n.start),n._contentTypeTextTrailing&&(s._contentTypeTextTrailing=!0));let l=s.events,c=[],d={},h,g,E=-1,y=n,D=0,w=0,A=[w];for(;y;){for(;e.get(++o)[1]!==y;);i.push(o),y._tokenizer||(h=r.sliceStream(y),y.next||h.push(null),g&&s.defineSkip(y.start),y._isInFirstContentOfListItem&&(s._gfmTasklistFirstContentOfListItem=!0),s.write(h),y._isInFirstContentOfListItem&&(s._gfmTasklistFirstContentOfListItem=void 0)),g=y,y=y.next}for(y=n;++E<l.length;)l[E][0]==="exit"&&l[E-1][0]==="enter"&&l[E][1].type===l[E-1][1].type&&l[E][1].start.line!==l[E][1].end.line&&(w=E+1,A.push(w),y._tokenizer=void 0,y.previous=void 0,y=y.next);for(s.events=[],y?(y._tokenizer=void 0,y.previous=void 0):A.pop(),E=A.length;E--;){let x=l.slice(A[E],A[E+1]),v=i.pop();c.push([v,v+x.length-1]),e.splice(v,2,x)}for(c.reverse(),E=-1;++E<c.length;)d[D+c[E][0]]=D+c[E][1],D+=c[E][1]-c[E][0]-1;return d}var xy={resolve:iW,tokenize:aW},oW={partial:!0,tokenize:sW};function iW(e){return oh(e),e}function aW(e,t){let n;return r;function r(l){return e.enter("content"),n=e.enter("chunkContent",{contentType:"content"}),o(l)}function o(l){return l===null?i(l):ye(l)?e.check(oW,s,i)(l):(e.consume(l),o)}function i(l){return e.exit("chunkContent"),e.exit("content"),t(l)}function s(l){return e.consume(l),e.exit("chunkContent"),n.next=e.enter("chunkContent",{contentType:"content",previous:n}),n=n.next,o}}function sW(e,t,n){let r=this;return o;function o(s){return e.exit("chunkContent"),e.enter("lineEnding"),e.consume(s),e.exit("lineEnding"),Ae(e,i,"linePrefix")}function i(s){if(s===null||ye(s))return n(s);let l=r.events[r.events.length-1];return!r.parser.constructs.disable.null.includes("codeIndented")&&l&&l[1].type==="linePrefix"&&l[2].sliceSerialize(l[1],!0).length>=4?t(s):e.interrupt(r.parser.constructs.flow,n,t)(s)}}function ih(e,t,n,r,o,i,s,l,c){let d=c||Number.POSITIVE_INFINITY,h=0;return g;function g(x){return x===60?(e.enter(r),e.enter(o),e.enter(i),e.consume(x),e.exit(i),E):x===null||x===32||x===41||xs(x)?n(x):(e.enter(r),e.enter(s),e.enter(l),e.enter("chunkString",{contentType:"string"}),w(x))}function E(x){return x===62?(e.enter(i),e.consume(x),e.exit(i),e.exit(o),e.exit(r),t):(e.enter(l),e.enter("chunkString",{contentType:"string"}),y(x))}function y(x){return x===62?(e.exit("chunkString"),e.exit(l),E(x)):x===null||x===60||ye(x)?n(x):(e.consume(x),x===92?D:y)}function D(x){return x===60||x===62||x===92?(e.consume(x),y):y(x)}function w(x){return!h&&(x===null||x===41||We(x))?(e.exit("chunkString"),e.exit(l),e.exit(s),e.exit(r),t(x)):h<d&&x===40?(e.consume(x),h++,w):x===41?(e.consume(x),h--,w):x===null||x===32||x===40||xs(x)?n(x):(e.consume(x),x===92?A:w)}function A(x){return x===40||x===41||x===92?(e.consume(x),w):w(x)}}function ah(e,t,n,r,o,i){let s=this,l=0,c;return d;function d(y){return e.enter(r),e.enter(o),e.consume(y),e.exit(o),e.enter(i),h}function h(y){return l>999||y===null||y===91||y===93&&!c||y===94&&!l&&"_hiddenFootnoteSupport"in s.parser.constructs?n(y):y===93?(e.exit(i),e.enter(o),e.consume(y),e.exit(o),e.exit(r),t):ye(y)?(e.enter("lineEnding"),e.consume(y),e.exit("lineEnding"),h):(e.enter("chunkString",{contentType:"string"}),g(y))}function g(y){return y===null||y===91||y===93||ye(y)||l++>999?(e.exit("chunkString"),h(y)):(e.consume(y),c||(c=!Se(y)),y===92?E:g)}function E(y){return y===91||y===92||y===93?(e.consume(y),l++,g):g(y)}}function sh(e,t,n,r,o,i){let s;return l;function l(E){return E===34||E===39||E===40?(e.enter(r),e.enter(o),e.consume(E),e.exit(o),s=E===40?41:E,c):n(E)}function c(E){return E===s?(e.enter(o),e.consume(E),e.exit(o),e.exit(r),t):(e.enter(i),d(E))}function d(E){return E===s?(e.exit(i),c(s)):E===null?n(E):ye(E)?(e.enter("lineEnding"),e.consume(E),e.exit("lineEnding"),Ae(e,d,"linePrefix")):(e.enter("chunkString",{contentType:"string"}),h(E))}function h(E){return E===s||E===null||ye(E)?(e.exit("chunkString"),d(E)):(e.consume(E),E===92?g:h)}function g(E){return E===s||E===92?(e.consume(E),h):h(E)}}function ws(e,t){let n;return r;function r(o){return ye(o)?(e.enter("lineEnding"),e.consume(o),e.exit("lineEnding"),n=!0,r):Se(o)?Ae(e,r,n?"linePrefix":"lineSuffix")(o):t(o)}}var vy={name:"definition",tokenize:lW},uW={partial:!0,tokenize:cW};function lW(e,t,n){let r=this,o;return i;function i(y){return e.enter("definition"),s(y)}function s(y){return ah.call(r,e,l,n,"definitionLabel","definitionLabelMarker","definitionLabelString")(y)}function l(y){return o=In(r.sliceSerialize(r.events[r.events.length-1][1]).slice(1,-1)),y===58?(e.enter("definitionMarker"),e.consume(y),e.exit("definitionMarker"),c):n(y)}function c(y){return We(y)?ws(e,d)(y):d(y)}function d(y){return ih(e,h,n,"definitionDestination","definitionDestinationLiteral","definitionDestinationLiteralMarker","definitionDestinationRaw","definitionDestinationString")(y)}function h(y){return e.attempt(uW,g,g)(y)}function g(y){return Se(y)?Ae(e,E,"whitespace")(y):E(y)}function E(y){return y===null||ye(y)?(e.exit("definition"),r.parser.defined.push(o),t(y)):n(y)}}function cW(e,t,n){return r;function r(l){return We(l)?ws(e,o)(l):n(l)}function o(l){return sh(e,i,n,"definitionTitle","definitionTitleMarker","definitionTitleString")(l)}function i(l){return Se(l)?Ae(e,s,"whitespace")(l):s(l)}function s(l){return l===null||ye(l)?t(l):n(l)}}var wy={name:"hardBreakEscape",tokenize:dW};function dW(e,t,n){return r;function r(i){return e.enter("hardBreakEscape"),e.consume(i),o}function o(i){return ye(i)?(e.exit("hardBreakEscape"),t(i)):n(i)}}var ky={name:"headingAtx",resolve:fW,tokenize:pW};function fW(e,t){let n=e.length-2,r=3,o,i;return e[r][1].type==="whitespace"&&(r+=2),n-2>r&&e[n][1].type==="whitespace"&&(n-=2),e[n][1].type==="atxHeadingSequence"&&(r===n-1||n-4>r&&e[n-2][1].type==="whitespace")&&(n-=r+1===n?2:4),n>r&&(o={type:"atxHeadingText",start:e[r][1].start,end:e[n][1].end},i={type:"chunkText",start:e[r][1].start,end:e[n][1].end,contentType:"text"},Ht(e,r,n-r+1,[["enter",o,t],["enter",i,t],["exit",i,t],["exit",o,t]])),e}function pW(e,t,n){let r=0;return o;function o(h){return e.enter("atxHeading"),i(h)}function i(h){return e.enter("atxHeadingSequence"),s(h)}function s(h){return h===35&&r++<6?(e.consume(h),s):h===null||We(h)?(e.exit("atxHeadingSequence"),l(h)):n(h)}function l(h){return h===35?(e.enter("atxHeadingSequence"),c(h)):h===null||ye(h)?(e.exit("atxHeading"),t(h)):Se(h)?Ae(e,l,"whitespace")(h):(e.enter("atxHeadingText"),d(h))}function c(h){return h===35?(e.consume(h),c):(e.exit("atxHeadingSequence"),l(h))}function d(h){return h===null||h===35||We(h)?(e.exit("atxHeadingText"),l(h)):(e.consume(h),d)}}var iA=["address","article","aside","base","basefont","blockquote","body","caption","center","col","colgroup","dd","details","dialog","dir","div","dl","dt","fieldset","figcaption","figure","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hr","html","iframe","legend","li","link","main","menu","menuitem","nav","noframes","ol","optgroup","option","p","param","search","section","summary","table","tbody","td","tfoot","th","thead","title","tr","track","ul"],Cy=["pre","script","style","textarea"];var Ty={concrete:!0,name:"htmlFlow",resolveTo:gW,tokenize:yW},hW={partial:!0,tokenize:EW},mW={partial:!0,tokenize:bW};function gW(e){let t=e.length;for(;t--&&!(e[t][0]==="enter"&&e[t][1].type==="htmlFlow"););return t>1&&e[t-2][1].type==="linePrefix"&&(e[t][1].start=e[t-2][1].start,e[t+1][1].start=e[t-2][1].start,e.splice(t-2,2)),e}function yW(e,t,n){let r=this,o,i,s,l,c;return d;function d(P){return h(P)}function h(P){return e.enter("htmlFlow"),e.enter("htmlFlowData"),e.consume(P),g}function g(P){return P===33?(e.consume(P),E):P===47?(e.consume(P),i=!0,w):P===63?(e.consume(P),o=3,r.interrupt?t:R):en(P)?(e.consume(P),s=String.fromCharCode(P),A):n(P)}function E(P){return P===45?(e.consume(P),o=2,y):P===91?(e.consume(P),o=5,l=0,D):en(P)?(e.consume(P),o=4,r.interrupt?t:R):n(P)}function y(P){return P===45?(e.consume(P),r.interrupt?t:R):n(P)}function D(P){let ot="CDATA[";return P===ot.charCodeAt(l++)?(e.consume(P),l===ot.length?r.interrupt?t:fe:D):n(P)}function w(P){return en(P)?(e.consume(P),s=String.fromCharCode(P),A):n(P)}function A(P){if(P===null||P===47||P===62||We(P)){let ot=P===47,Nn=s.toLowerCase();return!ot&&!i&&Cy.includes(Nn)?(o=1,r.interrupt?t(P):fe(P)):iA.includes(s.toLowerCase())?(o=6,ot?(e.consume(P),x):r.interrupt?t(P):fe(P)):(o=7,r.interrupt&&!r.parser.lazy[r.now().line]?n(P):i?v(P):k(P))}return P===45||Nt(P)?(e.consume(P),s+=String.fromCharCode(P),A):n(P)}function x(P){return P===62?(e.consume(P),r.interrupt?t:fe):n(P)}function v(P){return Se(P)?(e.consume(P),v):M(P)}function k(P){return P===47?(e.consume(P),M):P===58||P===95||en(P)?(e.consume(P),L):Se(P)?(e.consume(P),k):M(P)}function L(P){return P===45||P===46||P===58||P===95||Nt(P)?(e.consume(P),L):B(P)}function B(P){return P===61?(e.consume(P),I):Se(P)?(e.consume(P),B):k(P)}function I(P){return P===null||P===60||P===61||P===62||P===96?n(P):P===34||P===39?(e.consume(P),c=P,z):Se(P)?(e.consume(P),I):q(P)}function z(P){return P===c?(e.consume(P),c=null,te):P===null||ye(P)?n(P):(e.consume(P),z)}function q(P){return P===null||P===34||P===39||P===47||P===60||P===61||P===62||P===96||We(P)?B(P):(e.consume(P),q)}function te(P){return P===47||P===62||Se(P)?k(P):n(P)}function M(P){return P===62?(e.consume(P),me):n(P)}function me(P){return P===null||ye(P)?fe(P):Se(P)?(e.consume(P),me):n(P)}function fe(P){return P===45&&o===2?(e.consume(P),ke):P===60&&o===1?(e.consume(P),be):P===62&&o===4?(e.consume(P),Te):P===63&&o===3?(e.consume(P),R):P===93&&o===5?(e.consume(P),Ee):ye(P)&&(o===6||o===7)?(e.exit("htmlFlowData"),e.check(hW,Ve,ue)(P)):P===null||ye(P)?(e.exit("htmlFlowData"),ue(P)):(e.consume(P),fe)}function ue(P){return e.check(mW,le,Ve)(P)}function le(P){return e.enter("lineEnding"),e.consume(P),e.exit("lineEnding"),ge}function ge(P){return P===null||ye(P)?ue(P):(e.enter("htmlFlowData"),fe(P))}function ke(P){return P===45?(e.consume(P),R):fe(P)}function be(P){return P===47?(e.consume(P),s="",se):fe(P)}function se(P){if(P===62){let ot=s.toLowerCase();return Cy.includes(ot)?(e.consume(P),Te):fe(P)}return en(P)&&s.length<8?(e.consume(P),s+=String.fromCharCode(P),se):fe(P)}function Ee(P){return P===93?(e.consume(P),R):fe(P)}function R(P){return P===62?(e.consume(P),Te):P===45&&o===2?(e.consume(P),R):fe(P)}function Te(P){return P===null||ye(P)?(e.exit("htmlFlowData"),Ve(P)):(e.consume(P),Te)}function Ve(P){return e.exit("htmlFlow"),t(P)}}function bW(e,t,n){let r=this;return o;function o(s){return ye(s)?(e.enter("lineEnding"),e.consume(s),e.exit("lineEnding"),i):n(s)}function i(s){return r.parser.lazy[r.now().line]?n(s):t(s)}}function EW(e,t,n){return r;function r(o){return e.enter("lineEnding"),e.consume(o),e.exit("lineEnding"),e.attempt(Bo,t,n)}}var Ay={name:"htmlText",tokenize:DW};function DW(e,t,n){let r=this,o,i,s;return l;function l(R){return e.enter("htmlText"),e.enter("htmlTextData"),e.consume(R),c}function c(R){return R===33?(e.consume(R),d):R===47?(e.consume(R),B):R===63?(e.consume(R),k):en(R)?(e.consume(R),q):n(R)}function d(R){return R===45?(e.consume(R),h):R===91?(e.consume(R),i=0,D):en(R)?(e.consume(R),v):n(R)}function h(R){return R===45?(e.consume(R),y):n(R)}function g(R){return R===null?n(R):R===45?(e.consume(R),E):ye(R)?(s=g,be(R)):(e.consume(R),g)}function E(R){return R===45?(e.consume(R),y):g(R)}function y(R){return R===62?ke(R):R===45?E(R):g(R)}function D(R){let Te="CDATA[";return R===Te.charCodeAt(i++)?(e.consume(R),i===Te.length?w:D):n(R)}function w(R){return R===null?n(R):R===93?(e.consume(R),A):ye(R)?(s=w,be(R)):(e.consume(R),w)}function A(R){return R===93?(e.consume(R),x):w(R)}function x(R){return R===62?ke(R):R===93?(e.consume(R),x):w(R)}function v(R){return R===null||R===62?ke(R):ye(R)?(s=v,be(R)):(e.consume(R),v)}function k(R){return R===null?n(R):R===63?(e.consume(R),L):ye(R)?(s=k,be(R)):(e.consume(R),k)}function L(R){return R===62?ke(R):k(R)}function B(R){return en(R)?(e.consume(R),I):n(R)}function I(R){return R===45||Nt(R)?(e.consume(R),I):z(R)}function z(R){return ye(R)?(s=z,be(R)):Se(R)?(e.consume(R),z):ke(R)}function q(R){return R===45||Nt(R)?(e.consume(R),q):R===47||R===62||We(R)?te(R):n(R)}function te(R){return R===47?(e.consume(R),ke):R===58||R===95||en(R)?(e.consume(R),M):ye(R)?(s=te,be(R)):Se(R)?(e.consume(R),te):ke(R)}function M(R){return R===45||R===46||R===58||R===95||Nt(R)?(e.consume(R),M):me(R)}function me(R){return R===61?(e.consume(R),fe):ye(R)?(s=me,be(R)):Se(R)?(e.consume(R),me):te(R)}function fe(R){return R===null||R===60||R===61||R===62||R===96?n(R):R===34||R===39?(e.consume(R),o=R,ue):ye(R)?(s=fe,be(R)):Se(R)?(e.consume(R),fe):(e.consume(R),le)}function ue(R){return R===o?(e.consume(R),o=void 0,ge):R===null?n(R):ye(R)?(s=ue,be(R)):(e.consume(R),ue)}function le(R){return R===null||R===34||R===39||R===60||R===61||R===96?n(R):R===47||R===62||We(R)?te(R):(e.consume(R),le)}function ge(R){return R===47||R===62||We(R)?te(R):n(R)}function ke(R){return R===62?(e.consume(R),e.exit("htmlTextData"),e.exit("htmlText"),t):n(R)}function be(R){return e.exit("htmlTextData"),e.enter("lineEnding"),e.consume(R),e.exit("lineEnding"),se}function se(R){return Se(R)?Ae(e,Ee,"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(R):Ee(R)}function Ee(R){return e.enter("htmlTextData"),s(R)}}var ks={name:"labelEnd",resolveAll:kW,resolveTo:CW,tokenize:TW},xW={tokenize:AW},vW={tokenize:_W},wW={tokenize:SW};function kW(e){let t=-1,n=[];for(;++t<e.length;){let r=e[t][1];if(n.push(e[t]),r.type==="labelImage"||r.type==="labelLink"||r.type==="labelEnd"){let o=r.type==="labelImage"?4:2;r.type="data",t+=o}}return e.length!==n.length&&Ht(e,0,e.length,n),e}function CW(e,t){let n=e.length,r=0,o,i,s,l;for(;n--;)if(o=e[n][1],i){if(o.type==="link"||o.type==="labelLink"&&o._inactive)break;e[n][0]==="enter"&&o.type==="labelLink"&&(o._inactive=!0)}else if(s){if(e[n][0]==="enter"&&(o.type==="labelImage"||o.type==="labelLink")&&!o._balanced&&(i=n,o.type!=="labelLink")){r=2;break}}else o.type==="labelEnd"&&(s=n);let c={type:e[i][1].type==="labelLink"?"link":"image",start:{...e[i][1].start},end:{...e[e.length-1][1].end}},d={type:"label",start:{...e[i][1].start},end:{...e[s][1].end}},h={type:"labelText",start:{...e[i+r+2][1].end},end:{...e[s-2][1].start}};return l=[["enter",c,t],["enter",d,t]],l=Gn(l,e.slice(i+1,i+r+3)),l=Gn(l,[["enter",h,t]]),l=Gn(l,xa(t.parser.constructs.insideSpan.null,e.slice(i+r+4,s-3),t)),l=Gn(l,[["exit",h,t],e[s-2],e[s-1],["exit",d,t]]),l=Gn(l,e.slice(s+1)),l=Gn(l,[["exit",c,t]]),Ht(e,i,e.length,l),e}function TW(e,t,n){let r=this,o=r.events.length,i,s;for(;o--;)if((r.events[o][1].type==="labelImage"||r.events[o][1].type==="labelLink")&&!r.events[o][1]._balanced){i=r.events[o][1];break}return l;function l(E){return i?i._inactive?g(E):(s=r.parser.defined.includes(In(r.sliceSerialize({start:i.end,end:r.now()}))),e.enter("labelEnd"),e.enter("labelMarker"),e.consume(E),e.exit("labelMarker"),e.exit("labelEnd"),c):n(E)}function c(E){return E===40?e.attempt(xW,h,s?h:g)(E):E===91?e.attempt(vW,h,s?d:g)(E):s?h(E):g(E)}function d(E){return e.attempt(wW,h,g)(E)}function h(E){return t(E)}function g(E){return i._balanced=!0,n(E)}}function AW(e,t,n){return r;function r(g){return e.enter("resource"),e.enter("resourceMarker"),e.consume(g),e.exit("resourceMarker"),o}function o(g){return We(g)?ws(e,i)(g):i(g)}function i(g){return g===41?h(g):ih(e,s,l,"resourceDestination","resourceDestinationLiteral","resourceDestinationLiteralMarker","resourceDestinationRaw","resourceDestinationString",32)(g)}function s(g){return We(g)?ws(e,c)(g):h(g)}function l(g){return n(g)}function c(g){return g===34||g===39||g===40?sh(e,d,n,"resourceTitle","resourceTitleMarker","resourceTitleString")(g):h(g)}function d(g){return We(g)?ws(e,h)(g):h(g)}function h(g){return g===41?(e.enter("resourceMarker"),e.consume(g),e.exit("resourceMarker"),e.exit("resource"),t):n(g)}}function _W(e,t,n){let r=this;return o;function o(l){return ah.call(r,e,i,s,"reference","referenceMarker","referenceString")(l)}function i(l){return r.parser.defined.includes(In(r.sliceSerialize(r.events[r.events.length-1][1]).slice(1,-1)))?t(l):n(l)}function s(l){return n(l)}}function SW(e,t,n){return r;function r(i){return e.enter("reference"),e.enter("referenceMarker"),e.consume(i),e.exit("referenceMarker"),o}function o(i){return i===93?(e.enter("referenceMarker"),e.consume(i),e.exit("referenceMarker"),e.exit("reference"),t):n(i)}}var _y={name:"labelStartImage",resolveAll:ks.resolveAll,tokenize:IW};function IW(e,t,n){let r=this;return o;function o(l){return e.enter("labelImage"),e.enter("labelImageMarker"),e.consume(l),e.exit("labelImageMarker"),i}function i(l){return l===91?(e.enter("labelMarker"),e.consume(l),e.exit("labelMarker"),e.exit("labelImage"),s):n(l)}function s(l){return l===94&&"_hiddenFootnoteSupport"in r.parser.constructs?n(l):t(l)}}var Sy={name:"labelStartLink",resolveAll:ks.resolveAll,tokenize:FW};function FW(e,t,n){let r=this;return o;function o(s){return e.enter("labelLink"),e.enter("labelMarker"),e.consume(s),e.exit("labelMarker"),e.exit("labelLink"),i}function i(s){return s===94&&"_hiddenFootnoteSupport"in r.parser.constructs?n(s):t(s)}}var od={name:"lineEnding",tokenize:LW};function LW(e,t){return n;function n(r){return e.enter("lineEnding"),e.consume(r),e.exit("lineEnding"),Ae(e,t,"linePrefix")}}var Cs={name:"thematicBreak",tokenize:RW};function RW(e,t,n){let r=0,o;return i;function i(d){return e.enter("thematicBreak"),s(d)}function s(d){return o=d,l(d)}function l(d){return d===o?(e.enter("thematicBreakSequence"),c(d)):r>=3&&(d===null||ye(d))?(e.exit("thematicBreak"),t(d)):n(d)}function c(d){return d===o?(e.consume(d),r++,c):(e.exit("thematicBreakSequence"),Se(d)?Ae(e,l,"whitespace")(d):l(d))}}var Fn={continuation:{tokenize:PW},exit:$W,name:"list",tokenize:MW},NW={partial:!0,tokenize:zW},OW={partial:!0,tokenize:BW};function MW(e,t,n){let r=this,o=r.events[r.events.length-1],i=o&&o[1].type==="linePrefix"?o[2].sliceSerialize(o[1],!0).length:0,s=0;return l;function l(y){let D=r.containerState.type||(y===42||y===43||y===45?"listUnordered":"listOrdered");if(D==="listUnordered"?!r.containerState.marker||y===r.containerState.marker:ed(y)){if(r.containerState.type||(r.containerState.type=D,e.enter(D,{_container:!0})),D==="listUnordered")return e.enter("listItemPrefix"),y===42||y===45?e.check(Cs,n,d)(y):d(y);if(!r.interrupt||y===49)return e.enter("listItemPrefix"),e.enter("listItemValue"),c(y)}return n(y)}function c(y){return ed(y)&&++s<10?(e.consume(y),c):(!r.interrupt||s<2)&&(r.containerState.marker?y===r.containerState.marker:y===41||y===46)?(e.exit("listItemValue"),d(y)):n(y)}function d(y){return e.enter("listItemMarker"),e.consume(y),e.exit("listItemMarker"),r.containerState.marker=r.containerState.marker||y,e.check(Bo,r.interrupt?n:h,e.attempt(NW,E,g))}function h(y){return r.containerState.initialBlankLine=!0,i++,E(y)}function g(y){return Se(y)?(e.enter("listItemPrefixWhitespace"),e.consume(y),e.exit("listItemPrefixWhitespace"),E):n(y)}function E(y){return r.containerState.size=i+r.sliceSerialize(e.exit("listItemPrefix"),!0).length,t(y)}}function PW(e,t,n){let r=this;return r.containerState._closeFlow=void 0,e.check(Bo,o,i);function o(l){return r.containerState.furtherBlankLines=r.containerState.furtherBlankLines||r.containerState.initialBlankLine,Ae(e,t,"listItemIndent",r.containerState.size+1)(l)}function i(l){return r.containerState.furtherBlankLines||!Se(l)?(r.containerState.furtherBlankLines=void 0,r.containerState.initialBlankLine=void 0,s(l)):(r.containerState.furtherBlankLines=void 0,r.containerState.initialBlankLine=void 0,e.attempt(OW,t,s)(l))}function s(l){return r.containerState._closeFlow=!0,r.interrupt=void 0,Ae(e,e.attempt(Fn,t,n),"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(l)}}function BW(e,t,n){let r=this;return Ae(e,o,"listItemIndent",r.containerState.size+1);function o(i){let s=r.events[r.events.length-1];return s&&s[1].type==="listItemIndent"&&s[2].sliceSerialize(s[1],!0).length===r.containerState.size?t(i):n(i)}}function $W(e){e.exit(this.containerState.type)}function zW(e,t,n){let r=this;return Ae(e,o,"listItemPrefixWhitespace",r.parser.constructs.disable.null.includes("codeIndented")?void 0:5);function o(i){let s=r.events[r.events.length-1];return!Se(i)&&s&&s[1].type==="listItemPrefixWhitespace"?t(i):n(i)}}var uh={name:"setextUnderline",resolveTo:HW,tokenize:UW};function HW(e,t){let n=e.length,r,o,i;for(;n--;)if(e[n][0]==="enter"){if(e[n][1].type==="content"){r=n;break}e[n][1].type==="paragraph"&&(o=n)}else e[n][1].type==="content"&&e.splice(n,1),!i&&e[n][1].type==="definition"&&(i=n);let s={type:"setextHeading",start:{...e[r][1].start},end:{...e[e.length-1][1].end}};return e[o][1].type="setextHeadingText",i?(e.splice(o,0,["enter",s,t]),e.splice(i+1,0,["exit",e[r][1],t]),e[r][1].end={...e[i][1].end}):e[r][1]=s,e.push(["exit",s,t]),e}function UW(e,t,n){let r=this,o;return i;function i(d){let h=r.events.length,g;for(;h--;)if(r.events[h][1].type!=="lineEnding"&&r.events[h][1].type!=="linePrefix"&&r.events[h][1].type!=="content"){g=r.events[h][1].type==="paragraph";break}return!r.parser.lazy[r.now().line]&&(r.interrupt||g)?(e.enter("setextHeadingLine"),o=d,s(d)):n(d)}function s(d){return e.enter("setextHeadingLineSequence"),l(d)}function l(d){return d===o?(e.consume(d),l):(e.exit("setextHeadingLineSequence"),Se(d)?Ae(e,c,"lineSuffix")(d):c(d))}function c(d){return d===null||ye(d)?(e.exit("setextHeadingLine"),t(d)):n(d)}}var aA={tokenize:jW};function jW(e){let t=this,n=e.attempt(Bo,r,e.attempt(this.parser.constructs.flowInitial,o,Ae(e,e.attempt(this.parser.constructs.flow,o,e.attempt(xy,o)),"linePrefix")));return n;function r(i){if(i===null){e.consume(i);return}return e.enter("lineEndingBlank"),e.consume(i),e.exit("lineEndingBlank"),t.currentConstruct=void 0,n}function o(i){if(i===null){e.consume(i);return}return e.enter("lineEnding"),e.consume(i),e.exit("lineEnding"),t.currentConstruct=void 0,n}}var sA={resolveAll:dA()},uA=cA("string"),lA=cA("text");function cA(e){return{resolveAll:dA(e==="text"?WW:void 0),tokenize:t};function t(n){let r=this,o=this.parser.constructs[e],i=n.attempt(o,s,l);return s;function s(h){return d(h)?i(h):l(h)}function l(h){if(h===null){n.consume(h);return}return n.enter("data"),n.consume(h),c}function c(h){return d(h)?(n.exit("data"),i(h)):(n.consume(h),c)}function d(h){if(h===null)return!0;let g=o[h],E=-1;if(g)for(;++E<g.length;){let y=g[E];if(!y.previous||y.previous.call(r,r.previous))return!0}return!1}}}function dA(e){return t;function t(n,r){let o=-1,i;for(;++o<=n.length;)i===void 0?n[o]&&n[o][1].type==="data"&&(i=o,o++):(!n[o]||n[o][1].type!=="data")&&(o!==i+2&&(n[i][1].end=n[o-1][1].end,n.splice(i+2,o-i-2),o=i+2),i=void 0);return e?e(n,r):n}}function WW(e,t){let n=0;for(;++n<=e.length;)if((n===e.length||e[n][1].type==="lineEnding")&&e[n-1][1].type==="data"){let r=e[n-1][1],o=t.sliceStream(r),i=o.length,s=-1,l=0,c;for(;i--;){let d=o[i];if(typeof d=="string"){for(s=d.length;d.charCodeAt(s-1)===32;)l++,s--;if(s)break;s=-1}else if(d===-2)c=!0,l++;else if(d!==-1){i++;break}}if(t._contentTypeTextTrailing&&n===e.length&&(l=0),l){let d={type:n===e.length||c||l<2?"lineSuffix":"hardBreakTrailing",start:{_bufferIndex:i?s:r.start._bufferIndex+s,_index:r.start._index+i,line:r.end.line,column:r.end.column-l,offset:r.end.offset-l},end:{...r.end}};r.end={...d.start},r.start.offset===r.end.offset?Object.assign(r,d):(e.splice(n,0,["enter",d,t],["exit",d,t]),n+=2)}n++}return e}var Iy={};Nl(Iy,{attentionMarkers:()=>ZW,contentInitial:()=>GW,disable:()=>JW,document:()=>VW,flow:()=>qW,flowInitial:()=>YW,insideSpan:()=>QW,string:()=>XW,text:()=>KW});var VW={42:Fn,43:Fn,45:Fn,48:Fn,49:Fn,50:Fn,51:Fn,52:Fn,53:Fn,54:Fn,55:Fn,56:Fn,57:Fn,62:J0},GW={91:vy},YW={[-2]:nd,[-1]:nd,32:nd},qW={35:ky,42:Cs,45:[uh,Cs],60:Ty,61:uh,95:Cs,96:nh,126:nh},XW={38:th,92:eh},KW={[-5]:od,[-4]:od,[-3]:od,33:_y,38:th,42:td,60:[Ey,Ay],91:Sy,92:[wy,eh],93:ks,95:td,96:Dy},QW={null:[td,sA]},ZW={null:[42,95]},JW={null:[]};function fA(e,t,n){let r={_bufferIndex:-1,_index:0,line:n&&n.line||1,column:n&&n.column||1,offset:n&&n.offset||0},o={},i=[],s=[],l=[],c=!0,d={attempt:te(z),check:te(q),consume:L,enter:B,exit:I,interrupt:te(q,{interrupt:!0})},h={code:null,containerState:{},defineSkip:x,events:[],now:A,parser:e,previous:null,sliceSerialize:D,sliceStream:w,write:y},g=t.tokenize.call(h,d),E;return t.resolveAll&&i.push(t),h;function y(ue){return s=Gn(s,ue),v(),s[s.length-1]!==null?[]:(M(t,0),h.events=xa(i,h.events,h),h.events)}function D(ue,le){return tV(w(ue),le)}function w(ue){return eV(s,ue)}function A(){let{_bufferIndex:ue,_index:le,line:ge,column:ke,offset:be}=r;return{_bufferIndex:ue,_index:le,line:ge,column:ke,offset:be}}function x(ue){o[ue.line]=ue.column,fe()}function v(){let ue;for(;r._index<s.length;){let le=s[r._index];if(typeof le=="string")for(ue=r._index,r._bufferIndex<0&&(r._bufferIndex=0);r._index===ue&&r._bufferIndex<le.length;)k(le.charCodeAt(r._bufferIndex));else k(le)}}function k(ue){c=void 0,E=ue,g=g(ue)}function L(ue){ye(ue)?(r.line++,r.column=1,r.offset+=ue===-3?2:1,fe()):ue!==-1&&(r.column++,r.offset++),r._bufferIndex<0?r._index++:(r._bufferIndex++,r._bufferIndex===s[r._index].length&&(r._bufferIndex=-1,r._index++)),h.previous=ue,c=!0}function B(ue,le){let ge=le||{};return ge.type=ue,ge.start=A(),h.events.push(["enter",ge,h]),l.push(ge),ge}function I(ue){let le=l.pop();return le.end=A(),h.events.push(["exit",le,h]),le}function z(ue,le){M(ue,le.from)}function q(ue,le){le.restore()}function te(ue,le){return ge;function ge(ke,be,se){let Ee,R,Te,Ve;return Array.isArray(ke)?ot(ke):"tokenize"in ke?ot([ke]):P(ke);function P(ft){return Mt;function Mt(qt){let xn=qt!==null&&ft[qt],ut=qt!==null&&ft.null,cr=[...Array.isArray(xn)?xn:xn?[xn]:[],...Array.isArray(ut)?ut:ut?[ut]:[]];return ot(cr)(qt)}}function ot(ft){return Ee=ft,R=0,ft.length===0?se:Nn(ft[R])}function Nn(ft){return Mt;function Mt(qt){return Ve=me(),Te=ft,ft.partial||(h.currentConstruct=ft),ft.name&&h.parser.constructs.disable.null.includes(ft.name)?tn(qt):ft.tokenize.call(le?Object.assign(Object.create(h),le):h,d,pn,tn)(qt)}}function pn(ft){return c=!0,ue(Te,Ve),be}function tn(ft){return c=!0,Ve.restore(),++R<Ee.length?Nn(Ee[R]):se}}}function M(ue,le){ue.resolveAll&&!i.includes(ue)&&i.push(ue),ue.resolve&&Ht(h.events,le,h.events.length-le,ue.resolve(h.events.slice(le),h)),ue.resolveTo&&(h.events=ue.resolveTo(h.events,h))}function me(){let ue=A(),le=h.previous,ge=h.currentConstruct,ke=h.events.length,be=Array.from(l);return{from:ke,restore:se};function se(){r=ue,h.previous=le,h.currentConstruct=ge,h.events.length=ke,l=be,fe()}}function fe(){r.line in o&&r.column<2&&(r.column=o[r.line],r.offset+=o[r.line]-1)}}function eV(e,t){let n=t.start._index,r=t.start._bufferIndex,o=t.end._index,i=t.end._bufferIndex,s;if(n===o)s=[e[n].slice(r,i)];else{if(s=e.slice(n,o),r>-1){let l=s[0];typeof l=="string"?s[0]=l.slice(r):s.shift()}i>0&&s.push(e[o].slice(0,i))}return s}function tV(e,t){let n=-1,r=[],o;for(;++n<e.length;){let i=e[n],s;if(typeof i=="string")s=i;else switch(i){case-5:{s="\r";break}case-4:{s=`
962
962
  `;break}case-3:{s=`\r
963
963
  `;break}case-2:{s=t?" ":" ";break}case-1:{if(!t&&o)continue;s=" ";break}default:s=String.fromCharCode(i)}o=i===-2,r.push(s)}return r.join("")}function Fy(e){let r={constructs:Q0([Iy,...(e||{}).extensions||[]]),content:o(eA),defined:[],document:o(nA),flow:o(aA),lazy:{},string:o(uA),text:o(lA)};return r;function o(i){return s;function s(l){return fA(r,i,l)}}}function Ly(e){for(;!oh(e););return e}var pA=/[\0\t\n\r]/g;function Ry(){let e=1,t="",n=!0,r;return o;function o(i,s,l){let c=[],d,h,g,E,y;for(i=t+(typeof i=="string"?i.toString():new TextDecoder(s||void 0).decode(i)),g=0,t="",n&&(i.charCodeAt(0)===65279&&g++,n=void 0);g<i.length;){if(pA.lastIndex=g,d=pA.exec(i),E=d&&d.index!==void 0?d.index:i.length,y=i.charCodeAt(E),!d){t=i.slice(g);break}if(y===10&&g===E&&r)c.push(-3),r=void 0;else switch(r&&(c.push(-5),r=void 0),g<E&&(c.push(i.slice(g,E)),e+=E-g),y){case 0:{c.push(65533),e++;break}case 9:{for(h=Math.ceil(e/4)*4,c.push(-2);e++<h;)c.push(-1);break}case 10:{c.push(-4),e=1;break}default:r=!0,e=1}g=E+1}return l&&(r&&c.push(-5),t&&c.push(t),c.push(null)),c}}var nV=/\\([!-/:-@[-`{-~])|&(#(?:\d{1,7}|x[\da-f]{1,6})|[\da-z]{1,31});/gi;function hA(e){return e.replace(nV,rV)}function rV(e,t,n){if(t)return t;if(n.charCodeAt(0)===35){let o=n.charCodeAt(1),i=o===120||o===88;return Z0(n.slice(i?2:1),i?16:10)}return Yu(n)||e}var gA={}.hasOwnProperty;function Ny(e,t,n){return typeof t!="string"&&(n=t,t=void 0),oV(n)(Ly(Fy(n).document().write(Ry()(e,t,!0))))}function oV(e){let t={transforms:[],canContainEols:["emphasis","fragment","heading","paragraph","strong"],enter:{autolink:i(Kn),autolinkProtocol:te,autolinkEmail:te,atxHeading:i(Xt),blockQuote:i(qt),characterEscape:te,characterReference:te,codeFenced:i(xn),codeFencedFenceInfo:s,codeFencedFenceMeta:s,codeIndented:i(xn,s),codeText:i(ut,s),codeTextData:te,data:te,codeFlowValue:te,definition:i(cr),definitionDestinationString:s,definitionLabelString:s,definitionTitleString:s,emphasis:i(Ii),hardBreakEscape:i(bl),hardBreakTrailing:i(bl),htmlFlow:i(Hd,s),htmlFlowData:te,htmlText:i(Hd,s),htmlTextData:te,image:i(Ra),label:s,link:i(Kn),listItem:i(Ps),listItemValue:E,listOrdered:i(Fi,g),listUnordered:i(Fi),paragraph:i(mm),reference:P,referenceString:s,resourceDestinationString:s,resourceTitleString:s,setextHeading:i(Xt),strong:i(Na),thematicBreak:i(Oa)},exit:{atxHeading:c(),atxHeadingSequence:B,autolink:c(),autolinkEmail:Mt,autolinkProtocol:ft,blockQuote:c(),characterEscapeValue:M,characterReferenceMarkerHexadecimal:Nn,characterReferenceMarkerNumeric:Nn,characterReferenceValue:pn,characterReference:tn,codeFenced:c(A),codeFencedFence:w,codeFencedFenceInfo:y,codeFencedFenceMeta:D,codeFlowValue:M,codeIndented:c(x),codeText:c(ge),codeTextData:M,data:M,definition:c(),definitionDestinationString:L,definitionLabelString:v,definitionTitleString:k,emphasis:c(),hardBreakEscape:c(fe),hardBreakTrailing:c(fe),htmlFlow:c(ue),htmlFlowData:M,htmlText:c(le),htmlTextData:M,image:c(be),label:Ee,labelText:se,lineEnding:me,link:c(ke),listItem:c(),listOrdered:c(),listUnordered:c(),paragraph:c(),referenceString:ot,resourceDestinationString:R,resourceTitleString:Te,resource:Ve,setextHeading:c(q),setextHeadingLineSequence:z,setextHeadingText:I,strong:c(),thematicBreak:c()}};yA(t,(e||{}).mdastExtensions||[]);let n={};return r;function r(K){let ce={type:"root",children:[]},Re={stack:[ce],tokenStack:[],config:t,enter:l,exit:d,buffer:s,resume:h,data:n},ze=[],et=-1;for(;++et<K.length;)if(K[et][1].type==="listOrdered"||K[et][1].type==="listUnordered")if(K[et][0]==="enter")ze.push(et);else{let On=ze.pop();et=o(K,On,et)}for(et=-1;++et<K.length;){let On=t[K[et][0]];gA.call(On,K[et][1].type)&&On[K[et][1].type].call(Object.assign({sliceSerialize:K[et][2].sliceSerialize},Re),K[et][1])}if(Re.tokenStack.length>0){let On=Re.tokenStack[Re.tokenStack.length-1];(On[1]||mA).call(Re,void 0,On[0])}for(ce.position={start:va(K.length>0?K[0][1].start:{line:1,column:1,offset:0}),end:va(K.length>0?K[K.length-2][1].end:{line:1,column:1,offset:0})},et=-1;++et<t.transforms.length;)ce=t.transforms[et](ce)||ce;return ce}function o(K,ce,Re){let ze=ce-1,et=-1,On=!1,Qr,dr,qo,Xo;for(;++ze<=Re;){let Mn=K[ze];switch(Mn[1].type){case"listUnordered":case"listOrdered":case"blockQuote":{Mn[0]==="enter"?et++:et--,Xo=void 0;break}case"lineEndingBlank":{Mn[0]==="enter"&&(Qr&&!Xo&&!et&&!qo&&(qo=ze),Xo=void 0);break}case"linePrefix":case"listItemValue":case"listItemMarker":case"listItemPrefix":case"listItemPrefixWhitespace":break;default:Xo=void 0}if(!et&&Mn[0]==="enter"&&Mn[1].type==="listItemPrefix"||et===-1&&Mn[0]==="exit"&&(Mn[1].type==="listUnordered"||Mn[1].type==="listOrdered")){if(Qr){let Li=ze;for(dr=void 0;Li--;){let Zr=K[Li];if(Zr[1].type==="lineEnding"||Zr[1].type==="lineEndingBlank"){if(Zr[0]==="exit")continue;dr&&(K[dr][1].type="lineEndingBlank",On=!0),Zr[1].type="lineEnding",dr=Li}else if(!(Zr[1].type==="linePrefix"||Zr[1].type==="blockQuotePrefix"||Zr[1].type==="blockQuotePrefixWhitespace"||Zr[1].type==="blockQuoteMarker"||Zr[1].type==="listItemIndent"))break}qo&&(!dr||qo<dr)&&(Qr._spread=!0),Qr.end=Object.assign({},dr?K[dr][1].start:Mn[1].end),K.splice(dr||ze,0,["exit",Qr,Mn[2]]),ze++,Re++}if(Mn[1].type==="listItemPrefix"){let Li={type:"listItem",_spread:!1,start:Object.assign({},Mn[1].start),end:void 0};Qr=Li,K.splice(ze,0,["enter",Li,Mn[2]]),ze++,Re++,qo=void 0,Xo=!0}}}return K[ce][1]._spread=On,Re}function i(K,ce){return Re;function Re(ze){l.call(this,K(ze),ze),ce&&ce.call(this,ze)}}function s(){this.stack.push({type:"fragment",children:[]})}function l(K,ce,Re){this.stack[this.stack.length-1].children.push(K),this.stack.push(K),this.tokenStack.push([ce,Re||void 0]),K.position={start:va(ce.start),end:void 0}}function c(K){return ce;function ce(Re){K&&K.call(this,Re),d.call(this,Re)}}function d(K,ce){let Re=this.stack.pop(),ze=this.tokenStack.pop();if(ze)ze[0].type!==K.type&&(ce?ce.call(this,K,ze[0]):(ze[1]||mA).call(this,K,ze[0]));else throw new Error("Cannot close `"+K.type+"` ("+Ea({start:K.start,end:K.end})+"): it\u2019s not open");Re.position.end=va(K.end)}function h(){return Ci(this.stack.pop())}function g(){this.data.expectingFirstListItemValue=!0}function E(K){if(this.data.expectingFirstListItemValue){let ce=this.stack[this.stack.length-2];ce.start=Number.parseInt(this.sliceSerialize(K),10),this.data.expectingFirstListItemValue=void 0}}function y(){let K=this.resume(),ce=this.stack[this.stack.length-1];ce.lang=K}function D(){let K=this.resume(),ce=this.stack[this.stack.length-1];ce.meta=K}function w(){this.data.flowCodeInside||(this.buffer(),this.data.flowCodeInside=!0)}function A(){let K=this.resume(),ce=this.stack[this.stack.length-1];ce.value=K.replace(/^(\r?\n|\r)|(\r?\n|\r)$/g,""),this.data.flowCodeInside=void 0}function x(){let K=this.resume(),ce=this.stack[this.stack.length-1];ce.value=K.replace(/(\r?\n|\r)$/g,"")}function v(K){let ce=this.resume(),Re=this.stack[this.stack.length-1];Re.label=ce,Re.identifier=In(this.sliceSerialize(K)).toLowerCase()}function k(){let K=this.resume(),ce=this.stack[this.stack.length-1];ce.title=K}function L(){let K=this.resume(),ce=this.stack[this.stack.length-1];ce.url=K}function B(K){let ce=this.stack[this.stack.length-1];if(!ce.depth){let Re=this.sliceSerialize(K).length;ce.depth=Re}}function I(){this.data.setextHeadingSlurpLineEnding=!0}function z(K){let ce=this.stack[this.stack.length-1];ce.depth=this.sliceSerialize(K).codePointAt(0)===61?1:2}function q(){this.data.setextHeadingSlurpLineEnding=void 0}function te(K){let Re=this.stack[this.stack.length-1].children,ze=Re[Re.length-1];(!ze||ze.type!=="text")&&(ze=gm(),ze.position={start:va(K.start),end:void 0},Re.push(ze)),this.stack.push(ze)}function M(K){let ce=this.stack.pop();ce.value+=this.sliceSerialize(K),ce.position.end=va(K.end)}function me(K){let ce=this.stack[this.stack.length-1];if(this.data.atHardBreak){let Re=ce.children[ce.children.length-1];Re.position.end=va(K.end),this.data.atHardBreak=void 0;return}!this.data.setextHeadingSlurpLineEnding&&t.canContainEols.includes(ce.type)&&(te.call(this,K),M.call(this,K))}function fe(){this.data.atHardBreak=!0}function ue(){let K=this.resume(),ce=this.stack[this.stack.length-1];ce.value=K}function le(){let K=this.resume(),ce=this.stack[this.stack.length-1];ce.value=K}function ge(){let K=this.resume(),ce=this.stack[this.stack.length-1];ce.value=K}function ke(){let K=this.stack[this.stack.length-1];if(this.data.inReference){let ce=this.data.referenceType||"shortcut";K.type+="Reference",K.referenceType=ce,delete K.url,delete K.title}else delete K.identifier,delete K.label;this.data.referenceType=void 0}function be(){let K=this.stack[this.stack.length-1];if(this.data.inReference){let ce=this.data.referenceType||"shortcut";K.type+="Reference",K.referenceType=ce,delete K.url,delete K.title}else delete K.identifier,delete K.label;this.data.referenceType=void 0}function se(K){let ce=this.sliceSerialize(K),Re=this.stack[this.stack.length-2];Re.label=hA(ce),Re.identifier=In(ce).toLowerCase()}function Ee(){let K=this.stack[this.stack.length-1],ce=this.resume(),Re=this.stack[this.stack.length-1];if(this.data.inReference=!0,Re.type==="link"){let ze=K.children;Re.children=ze}else Re.alt=ce}function R(){let K=this.resume(),ce=this.stack[this.stack.length-1];ce.url=K}function Te(){let K=this.resume(),ce=this.stack[this.stack.length-1];ce.title=K}function Ve(){this.data.inReference=void 0}function P(){this.data.referenceType="collapsed"}function ot(K){let ce=this.resume(),Re=this.stack[this.stack.length-1];Re.label=ce,Re.identifier=In(this.sliceSerialize(K)).toLowerCase(),this.data.referenceType="full"}function Nn(K){this.data.characterReferenceType=K.type}function pn(K){let ce=this.sliceSerialize(K),Re=this.data.characterReferenceType,ze;Re?(ze=Z0(ce,Re==="characterReferenceMarkerNumeric"?10:16),this.data.characterReferenceType=void 0):ze=Yu(ce);let et=this.stack[this.stack.length-1];et.value+=ze}function tn(K){let ce=this.stack.pop();ce.position.end=va(K.end)}function ft(K){M.call(this,K);let ce=this.stack[this.stack.length-1];ce.url=this.sliceSerialize(K)}function Mt(K){M.call(this,K);let ce=this.stack[this.stack.length-1];ce.url="mailto:"+this.sliceSerialize(K)}function qt(){return{type:"blockquote",children:[]}}function xn(){return{type:"code",lang:null,meta:null,value:""}}function ut(){return{type:"inlineCode",value:""}}function cr(){return{type:"definition",identifier:"",label:null,title:null,url:""}}function Ii(){return{type:"emphasis",children:[]}}function Xt(){return{type:"heading",depth:0,children:[]}}function bl(){return{type:"break"}}function Hd(){return{type:"html",value:""}}function Ra(){return{type:"image",title:null,url:"",alt:null}}function Kn(){return{type:"link",title:null,url:"",children:[]}}function Fi(K){return{type:"list",ordered:K.type==="listOrdered",start:null,spread:K._spread,children:[]}}function Ps(K){return{type:"listItem",spread:K._spread,checked:null,children:[]}}function mm(){return{type:"paragraph",children:[]}}function Na(){return{type:"strong",children:[]}}function gm(){return{type:"text",value:""}}function Oa(){return{type:"thematicBreak"}}}function va(e){return{line:e.line,column:e.column,offset:e.offset}}function yA(e,t){let n=-1;for(;++n<t.length;){let r=t[n];Array.isArray(r)?yA(e,r):iV(e,r)}}function iV(e,t){let n;for(n in t)if(gA.call(t,n))switch(n){case"canContainEols":{let r=t[n];r&&e[n].push(...r);break}case"transforms":{let r=t[n];r&&e[n].push(...r);break}case"enter":case"exit":{let r=t[n];r&&Object.assign(e[n],r);break}}}function mA(e,t){throw e?new Error("Cannot close `"+e.type+"` ("+Ea({start:e.start,end:e.end})+"): a different token (`"+t.type+"`, "+Ea({start:t.start,end:t.end})+") is open"):new Error("Cannot close document, a token (`"+t.type+"`, "+Ea({start:t.start,end:t.end})+") is still open")}function lh(e){let t=this;t.parser=n;function n(r){return Ny(r,{...t.data("settings"),...e,extensions:t.data("micromarkExtensions")||[],mdastExtensions:t.data("fromMarkdownExtensions")||[]})}}function bA(e,t){let n={type:"element",tagName:"blockquote",properties:{},children:e.wrap(e.all(t),!0)};return e.patch(t,n),e.applyData(t,n)}function EA(e,t){let n={type:"element",tagName:"br",properties:{},children:[]};return e.patch(t,n),[e.applyData(t,n),{type:"text",value:`
964
964
  `}]}function DA(e,t){let n=t.value?t.value+`
@@ -971,7 +971,7 @@ Details: https://developer.mozilla.org/en/docs/Web/HTML/CORS_enabled_image`));re
971
971
  `}),n.push(e[r]);return t&&e.length>0&&n.push({type:"text",value:`
972
972
  `}),n}function ZA(e){let t=0,n=e.charCodeAt(t);for(;n===9||n===32;)t++,n=e.charCodeAt(t);return e.slice(t)}function yh(e,t){let n=JA(e,t),r=n.one(e,void 0),o=KA(n),i=Array.isArray(r)?{type:"root",children:r}:r||{type:"root",children:[]};return o&&("children"in i,i.children.push({type:"text",value:`
973
973
  `},o)),i}function bh(e,t){return e&&"run"in e?async function(n,r){let o=yh(n,{file:r,...t});await e.run(o,r)}:function(n,r){return yh(n,{file:r,...e||t})}}function zy(e){if(e)throw e}var xh=G(u8(),1);function sd(e){if(typeof e!="object"||e===null)return!1;let t=Object.getPrototypeOf(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)}function Hy(){let e=[],t={run:n,use:r};return t;function n(...o){let i=-1,s=o.pop();if(typeof s!="function")throw new TypeError("Expected function as last argument, not "+s);l(null,...o);function l(c,...d){let h=e[++i],g=-1;if(c){s(c);return}for(;++g<o.length;)(d[g]===null||d[g]===void 0)&&(d[g]=o[g]);o=d,h?l8(h,l)(...d):s(null,...d)}}function r(o){if(typeof o!="function")throw new TypeError("Expected `middelware` to be a function, not "+o);return e.push(o),t}}function l8(e,t){let n;return r;function r(...s){let l=e.length>s.length,c;l&&s.push(o);try{c=e.apply(this,s)}catch(d){let h=d;if(l&&n)throw h;return o(h)}l||(c&&c.then&&typeof c.then=="function"?c.then(i,o):c instanceof Error?o(c):i(c))}function o(s,...l){n||(n=!0,t(s,...l))}function i(s){o(null,s)}}var bo={basename:AV,dirname:_V,extname:SV,join:IV,sep:"/"};function AV(e,t){if(t!==void 0&&typeof t!="string")throw new TypeError('"ext" argument must be a string');ud(e);let n=0,r=-1,o=e.length,i;if(t===void 0||t.length===0||t.length>e.length){for(;o--;)if(e.codePointAt(o)===47){if(i){n=o+1;break}}else r<0&&(i=!0,r=o+1);return r<0?"":e.slice(n,r)}if(t===e)return"";let s=-1,l=t.length-1;for(;o--;)if(e.codePointAt(o)===47){if(i){n=o+1;break}}else s<0&&(i=!0,s=o+1),l>-1&&(e.codePointAt(o)===t.codePointAt(l--)?l<0&&(r=o):(l=-1,r=s));return n===r?r=s:r<0&&(r=e.length),e.slice(n,r)}function _V(e){if(ud(e),e.length===0)return".";let t=-1,n=e.length,r;for(;--n;)if(e.codePointAt(n)===47){if(r){t=n;break}}else r||(r=!0);return t<0?e.codePointAt(0)===47?"/":".":t===1&&e.codePointAt(0)===47?"//":e.slice(0,t)}function SV(e){ud(e);let t=e.length,n=-1,r=0,o=-1,i=0,s;for(;t--;){let l=e.codePointAt(t);if(l===47){if(s){r=t+1;break}continue}n<0&&(s=!0,n=t+1),l===46?o<0?o=t:i!==1&&(i=1):o>-1&&(i=-1)}return o<0||n<0||i===0||i===1&&o===n-1&&o===r+1?"":e.slice(o,n)}function IV(...e){let t=-1,n;for(;++t<e.length;)ud(e[t]),e[t]&&(n=n===void 0?e[t]:n+"/"+e[t]);return n===void 0?".":FV(n)}function FV(e){ud(e);let t=e.codePointAt(0)===47,n=LV(e,!t);return n.length===0&&!t&&(n="."),n.length>0&&e.codePointAt(e.length-1)===47&&(n+="/"),t?"/"+n:n}function LV(e,t){let n="",r=0,o=-1,i=0,s=-1,l,c;for(;++s<=e.length;){if(s<e.length)l=e.codePointAt(s);else{if(l===47)break;l=47}if(l===47){if(!(o===s-1||i===1))if(o!==s-1&&i===2){if(n.length<2||r!==2||n.codePointAt(n.length-1)!==46||n.codePointAt(n.length-2)!==46){if(n.length>2){if(c=n.lastIndexOf("/"),c!==n.length-1){c<0?(n="",r=0):(n=n.slice(0,c),r=n.length-1-n.lastIndexOf("/")),o=s,i=0;continue}}else if(n.length>0){n="",r=0,o=s,i=0;continue}}t&&(n=n.length>0?n+"/..":"..",r=2)}else n.length>0?n+="/"+e.slice(o+1,s):n=e.slice(o+1,s),r=s-o-1;o=s,i=0}else l===46&&i>-1?i++:i=-1}return n}function ud(e){if(typeof e!="string")throw new TypeError("Path must be a string. Received "+JSON.stringify(e))}var c8={cwd:RV};function RV(){return"/"}function Xu(e){return!!(e!==null&&typeof e=="object"&&"href"in e&&e.href&&"protocol"in e&&e.protocol&&e.auth===void 0)}function d8(e){if(typeof e=="string")e=new URL(e);else if(!Xu(e)){let t=new TypeError('The "path" argument must be of type string or an instance of URL. Received `'+e+"`");throw t.code="ERR_INVALID_ARG_TYPE",t}if(e.protocol!=="file:"){let t=new TypeError("The URL must be of scheme file");throw t.code="ERR_INVALID_URL_SCHEME",t}return NV(e)}function NV(e){if(e.hostname!==""){let r=new TypeError('File URL host must be "localhost" or empty on darwin');throw r.code="ERR_INVALID_FILE_URL_HOST",r}let t=e.pathname,n=-1;for(;++n<t.length;)if(t.codePointAt(n)===37&&t.codePointAt(n+1)===50){let r=t.codePointAt(n+2);if(r===70||r===102){let o=new TypeError("File URL path must not include encoded / characters");throw o.code="ERR_INVALID_FILE_URL_PATH",o}}return decodeURIComponent(t)}var Uy=["history","path","basename","stem","extname","dirname"],As=class{constructor(t){let n;t?Xu(t)?n={path:t}:typeof t=="string"||OV(t)?n={value:t}:n=t:n={},this.cwd="cwd"in n?"":c8.cwd(),this.data={},this.history=[],this.messages=[],this.value,this.map,this.result,this.stored;let r=-1;for(;++r<Uy.length;){let i=Uy[r];i in n&&n[i]!==void 0&&n[i]!==null&&(this[i]=i==="history"?[...n[i]]:n[i])}let o;for(o in n)Uy.includes(o)||(this[o]=n[o])}get basename(){return typeof this.path=="string"?bo.basename(this.path):void 0}set basename(t){Wy(t,"basename"),jy(t,"basename"),this.path=bo.join(this.dirname||"",t)}get dirname(){return typeof this.path=="string"?bo.dirname(this.path):void 0}set dirname(t){f8(this.basename,"dirname"),this.path=bo.join(t||"",this.basename)}get extname(){return typeof this.path=="string"?bo.extname(this.path):void 0}set extname(t){if(jy(t,"extname"),f8(this.dirname,"extname"),t){if(t.codePointAt(0)!==46)throw new Error("`extname` must start with `.`");if(t.includes(".",1))throw new Error("`extname` cannot contain multiple dots")}this.path=bo.join(this.dirname,this.stem+(t||""))}get path(){return this.history[this.history.length-1]}set path(t){Xu(t)&&(t=d8(t)),Wy(t,"path"),this.path!==t&&this.history.push(t)}get stem(){return typeof this.path=="string"?bo.basename(this.path,this.extname):void 0}set stem(t){Wy(t,"stem"),jy(t,"stem"),this.path=bo.join(this.dirname||"",t+(this.extname||""))}fail(t,n,r){let o=this.message(t,n,r);throw o.fatal=!0,o}info(t,n,r){let o=this.message(t,n,r);return o.fatal=void 0,o}message(t,n,r){let o=new zt(t,n,r);return this.path&&(o.name=this.path+":"+o.name,o.file=this.path),o.fatal=!1,this.messages.push(o),o}toString(t){return this.value===void 0?"":typeof this.value=="string"?this.value:new TextDecoder(t||void 0).decode(this.value)}};function jy(e,t){if(e&&e.includes(bo.sep))throw new Error("`"+t+"` cannot be a path: did not expect `"+bo.sep+"`")}function Wy(e,t){if(!e)throw new Error("`"+t+"` cannot be empty")}function f8(e,t){if(!e)throw new Error("Setting `"+t+"` requires `path` to be set too")}function OV(e){return!!(e&&typeof e=="object"&&"byteLength"in e&&"byteOffset"in e)}var p8=function(e){let r=this.constructor.prototype,o=r[e],i=function(){return o.apply(i,arguments)};return Object.setPrototypeOf(i,r),i};var MV={}.hasOwnProperty,qy=class e extends p8{constructor(){super("copy"),this.Compiler=void 0,this.Parser=void 0,this.attachers=[],this.compiler=void 0,this.freezeIndex=-1,this.frozen=void 0,this.namespace={},this.parser=void 0,this.transformers=Hy()}copy(){let t=new e,n=-1;for(;++n<this.attachers.length;){let r=this.attachers[n];t.use(...r)}return t.data((0,xh.default)(!0,{},this.namespace)),t}data(t,n){return typeof t=="string"?arguments.length===2?(Yy("data",this.frozen),this.namespace[t]=n,this):MV.call(this.namespace,t)&&this.namespace[t]||void 0:t?(Yy("data",this.frozen),this.namespace=t,this):this.namespace}freeze(){if(this.frozen)return this;let t=this;for(;++this.freezeIndex<this.attachers.length;){let[n,...r]=this.attachers[this.freezeIndex];if(r[0]===!1)continue;r[0]===!0&&(r[0]=void 0);let o=n.call(t,...r);typeof o=="function"&&this.transformers.use(o)}return this.frozen=!0,this.freezeIndex=Number.POSITIVE_INFINITY,this}parse(t){this.freeze();let n=Dh(t),r=this.parser||this.Parser;return Vy("parse",r),r(String(n),n)}process(t,n){let r=this;return this.freeze(),Vy("process",this.parser||this.Parser),Gy("process",this.compiler||this.Compiler),n?o(void 0,n):new Promise(o);function o(i,s){let l=Dh(t),c=r.parse(l);r.run(c,l,function(h,g,E){if(h||!g||!E)return d(h);let y=g,D=r.stringify(y,E);BV(D)?E.value=D:E.result=D,d(h,E)});function d(h,g){h||!g?s(h):i?i(g):n(void 0,g)}}}processSync(t){let n=!1,r;return this.freeze(),Vy("processSync",this.parser||this.Parser),Gy("processSync",this.compiler||this.Compiler),this.process(t,o),m8("processSync","process",n),r;function o(i,s){n=!0,zy(i),r=s}}run(t,n,r){h8(t),this.freeze();let o=this.transformers;return!r&&typeof n=="function"&&(r=n,n=void 0),r?i(void 0,r):new Promise(i);function i(s,l){let c=Dh(n);o.run(t,c,d);function d(h,g,E){let y=g||t;h?l(h):s?s(y):r(void 0,y,E)}}}runSync(t,n){let r=!1,o;return this.run(t,n,i),m8("runSync","run",r),o;function i(s,l){zy(s),o=l,r=!0}}stringify(t,n){this.freeze();let r=Dh(n),o=this.compiler||this.Compiler;return Gy("stringify",o),h8(t),o(t,r)}use(t,...n){let r=this.attachers,o=this.namespace;if(Yy("use",this.frozen),t!=null)if(typeof t=="function")c(t,n);else if(typeof t=="object")Array.isArray(t)?l(t):s(t);else throw new TypeError("Expected usable value, not `"+t+"`");return this;function i(d){if(typeof d=="function")c(d,[]);else if(typeof d=="object")if(Array.isArray(d)){let[h,...g]=d;c(h,g)}else s(d);else throw new TypeError("Expected usable value, not `"+d+"`")}function s(d){if(!("plugins"in d)&&!("settings"in d))throw new Error("Expected usable value but received an empty preset, which is probably a mistake: presets typically come with `plugins` and sometimes with `settings`, but this has neither");l(d.plugins),d.settings&&(o.settings=(0,xh.default)(!0,o.settings,d.settings))}function l(d){let h=-1;if(d!=null)if(Array.isArray(d))for(;++h<d.length;){let g=d[h];i(g)}else throw new TypeError("Expected a list of plugins, not `"+d+"`")}function c(d,h){let g=-1,E=-1;for(;++g<r.length;)if(r[g][0]===d){E=g;break}if(E===-1)r.push([d,...h]);else if(h.length>0){let[y,...D]=h,w=r[E][1];sd(w)&&sd(y)&&(y=(0,xh.default)(!0,w,y)),r[E]=[d,y,...D]}}}},Xy=new qy().freeze();function Vy(e,t){if(typeof t!="function")throw new TypeError("Cannot `"+e+"` without `parser`")}function Gy(e,t){if(typeof t!="function")throw new TypeError("Cannot `"+e+"` without `compiler`")}function Yy(e,t){if(t)throw new Error("Cannot call `"+e+"` on a frozen processor.\nCreate a new processor first, by calling it: use `processor()` instead of `processor`.")}function h8(e){if(!sd(e)||typeof e.type!="string")throw new TypeError("Expected node, got `"+e+"`")}function m8(e,t,n){if(!n)throw new Error("`"+e+"` finished async. Use `"+t+"` instead")}function Dh(e){return PV(e)?e:new As(e)}function PV(e){return!!(e&&typeof e=="object"&&"message"in e&&"messages"in e)}function BV(e){return typeof e=="string"||$V(e)}function $V(e){return!!(e&&typeof e=="object"&&"byteLength"in e&&"byteOffset"in e)}var zV="https://github.com/remarkjs/react-markdown/blob/main/changelog.md",g8=[],y8={allowDangerousHtml:!0},HV=/^(https?|ircs?|mailto|xmpp)$/i,UV=[{from:"astPlugins",id:"remove-buggy-html-in-markdown-parser"},{from:"allowDangerousHtml",id:"remove-buggy-html-in-markdown-parser"},{from:"allowNode",id:"replace-allownode-allowedtypes-and-disallowedtypes",to:"allowElement"},{from:"allowedTypes",id:"replace-allownode-allowedtypes-and-disallowedtypes",to:"allowedElements"},{from:"className",id:"remove-classname"},{from:"disallowedTypes",id:"replace-allownode-allowedtypes-and-disallowedtypes",to:"disallowedElements"},{from:"escapeHtml",id:"remove-buggy-html-in-markdown-parser"},{from:"includeElementIndex",id:"#remove-includeelementindex"},{from:"includeNodeIndex",id:"change-includenodeindex-to-includeelementindex"},{from:"linkTarget",id:"remove-linktarget"},{from:"plugins",id:"change-plugins-to-remarkplugins",to:"remarkPlugins"},{from:"rawSourcePos",id:"#remove-rawsourcepos"},{from:"renderers",id:"change-renderers-to-components",to:"components"},{from:"source",id:"change-source-to-children",to:"children"},{from:"sourcePos",id:"#remove-sourcepos"},{from:"transformImageUri",id:"#add-urltransform",to:"urlTransform"},{from:"transformLinkUri",id:"#add-urltransform",to:"urlTransform"}];function ld(e){let t=jV(e),n=WV(e);return VV(t.runSync(t.parse(n),n),e)}function jV(e){let t=e.rehypePlugins||g8,n=e.remarkPlugins||g8,r=e.remarkRehypeOptions?{...e.remarkRehypeOptions,...y8}:y8;return Xy().use(lh).use(n).use(bh,r).use(t)}function WV(e){let t=e.children||"",n=new As;return typeof t=="string"?n.value=t:(""+t,void 0),n}function VV(e,t){let n=t.allowedElements,r=t.allowElement,o=t.components,i=t.disallowedElements,s=t.skipHtml,l=t.unwrapDisallowed,c=t.urlTransform||cd;for(let h of UV)Object.hasOwn(t,h.from)&&(""+h.from+(h.to?"use `"+h.to+"` instead":"remove it")+zV+h.id,void 0);return n&&i&&void 0,yo(e,d),gy(e,{Fragment:Ku.Fragment,components:o,ignoreInvalidStyle:!0,jsx:Ku.jsx,jsxs:Ku.jsxs,passKeys:!0,passNode:!0});function d(h,g,E){if(h.type==="raw"&&E&&typeof g=="number")return s?E.children.splice(g,1):E.children[g]={type:"text",value:h.value},g;if(h.type==="element"){let y;for(y in Jc)if(Object.hasOwn(Jc,y)&&Object.hasOwn(h.properties,y)){let D=h.properties[y],w=Jc[y];(w===null||w.includes(h.tagName))&&(h.properties[y]=c(String(D||""),y,h))}}if(h.type==="element"){let y=n?!n.includes(h.tagName):i?i.includes(h.tagName):!1;if(!y&&r&&typeof g=="number"&&(y=!r(h,g,E)),y&&E&&typeof g=="number")return l&&h.children?E.children.splice(g,1,...h.children):E.children.splice(g,1),g}}}function cd(e){let t=e.indexOf(":"),n=e.indexOf("?"),r=e.indexOf("#"),o=e.indexOf("/");return t===-1||o!==-1&&t>o||n!==-1&&t>n||r!==-1&&t>r||HV.test(e.slice(0,t))?e:""}var E8=/[#.]/g;function Ky(e,t){let n=e||"",r={},o=0,i,s;for(;o<n.length;){E8.lastIndex=o;let l=E8.exec(n),c=n.slice(o,l?l.index:n.length);c&&(i?i==="#"?r.id=c:Array.isArray(r.className)?r.className.push(c):r.className=[c]:s=c,o+=c.length),l&&(i=l[0],o++)}return{type:"element",tagName:s||t||"div",properties:r,children:[]}}function Zy(e,t,n){let r=n?XV(n):void 0;function o(i,s,...l){let c;if(i==null){c={type:"root",children:[]};let d=s;l.unshift(d)}else{c=Ky(i,t);let d=c.tagName.toLowerCase(),h=r?r.get(d):void 0;if(c.tagName=h||d,GV(s))l.unshift(s);else for(let[g,E]of Object.entries(s))YV(e,c.properties,g,E)}for(let d of l)Qy(c.children,d);return c.type==="element"&&c.tagName==="template"&&(c.content={type:"root",children:c.children},c.children=[]),c}return o}function GV(e){if(e===null||typeof e!="object"||Array.isArray(e))return!0;if(typeof e.type!="string")return!1;let t=e,n=Object.keys(e);for(let r of n){let o=t[r];if(o&&typeof o=="object"){if(!Array.isArray(o))return!0;let i=o;for(let s of i)if(typeof s!="number"&&typeof s!="string")return!0}}return!!("children"in e&&Array.isArray(e.children))}function YV(e,t,n,r){let o=wi(e,n),i;if(r!=null){if(typeof r=="number"){if(Number.isNaN(r))return;i=r}else typeof r=="boolean"?i=r:typeof r=="string"?o.spaceSeparated?i=cy(r):o.commaSeparated?i=ty(r):o.commaOrSpaceSeparated?i=cy(ty(r).join(" ")):i=D8(o,o.property,r):Array.isArray(r)?i=[...r]:i=o.property==="style"?qV(r):String(r);if(Array.isArray(i)){let s=[];for(let l of i)s.push(D8(o,o.property,l));i=s}o.property==="className"&&Array.isArray(t.className)&&(i=t.className.concat(i)),t[o.property]=i}}function Qy(e,t){if(t!=null)if(typeof t=="number"||typeof t=="string")e.push({type:"text",value:String(t)});else if(Array.isArray(t))for(let n of t)Qy(e,n);else if(typeof t=="object"&&"type"in t)t.type==="root"?Qy(e,t.children):e.push(t);else throw new Error("Expected node, nodes, or string, got `"+t+"`")}function D8(e,t,n){if(typeof n=="string"){if(e.number&&n&&!Number.isNaN(Number(n)))return Number(n);if((e.boolean||e.overloadedBoolean)&&(n===""||vi(n)===vi(t)))return!0}return n}function qV(e){let t=[];for(let[n,r]of Object.entries(e))t.push([n,r].join(": "));return t.join("; ")}function XV(e){let t=new Map;for(let n of e)t.set(n.toLowerCase(),n);return t}var x8=["altGlyph","altGlyphDef","altGlyphItem","animateColor","animateMotion","animateTransform","clipPath","feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence","foreignObject","glyphRef","linearGradient","radialGradient","solidColor","textArea","textPath"];var Jy=Zy(ki,"div"),eb=Zy(qr,"g",x8);function tb(e){let t=String(e),n=[];return{toOffset:o,toPoint:r};function r(i){if(typeof i=="number"&&i>-1&&i<=t.length){let s=0;for(;;){let l=n[s];if(l===void 0){let c=v8(t,n[s-1]);l=c===-1?t.length+1:c+1,n[s]=l}if(l>i)return{line:s+1,column:i-(s>0?n[s-1]:0)+1,offset:i};s++}}}function o(i){if(i&&typeof i.line=="number"&&typeof i.column=="number"&&!Number.isNaN(i.line)&&!Number.isNaN(i.column)){for(;n.length<i.line;){let l=n[n.length-1],c=v8(t,l),d=c===-1?t.length+1:c+1;if(l===d)break;n.push(d)}let s=(i.line>1?n[i.line-2]:0)+i.column-1;if(s<n[i.line-1])return s}}}function v8(e,t){let n=e.indexOf("\r",t),r=e.indexOf(`
974
- `,t);return r===-1?n:n===-1||n+1===r?r:n<r?n:r}var zo={html:"http://www.w3.org/1999/xhtml",mathml:"http://www.w3.org/1998/Math/MathML",svg:"http://www.w3.org/2000/svg",xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/"};var k8={}.hasOwnProperty,KV=Object.prototype;function nb(e,t){let n=t||{};return rb({file:n.file||void 0,location:!1,schema:n.space==="svg"?qr:ki,verbose:n.verbose||!1},e)}function rb(e,t){let n;switch(t.nodeName){case"#comment":{let r=t;return n={type:"comment",value:r.data},vh(e,r,n),n}case"#document":case"#document-fragment":{let r=t,o="mode"in r?r.mode==="quirks"||r.mode==="limited-quirks":!1;if(n={type:"root",children:C8(e,t.childNodes),data:{quirksMode:o}},e.file&&e.location){let i=String(e.file),s=tb(i),l=s.toPoint(0),c=s.toPoint(i.length);n.position={start:l,end:c}}return n}case"#documentType":{let r=t;return n={type:"doctype"},vh(e,r,n),n}case"#text":{let r=t;return n={type:"text",value:r.value},vh(e,r,n),n}default:return n=QV(e,t),n}}function C8(e,t){let n=-1,r=[];for(;++n<t.length;){let o=rb(e,t[n]);r.push(o)}return r}function QV(e,t){let n=e.schema;e.schema=t.namespaceURI===zo.svg?qr:ki;let r=-1,o={};for(;++r<t.attrs.length;){let l=t.attrs[r],c=(l.prefix?l.prefix+":":"")+l.name;k8.call(KV,c)||(o[c]=l.value)}let s=(e.schema.space==="svg"?eb:Jy)(t.tagName,o,C8(e,t.childNodes));if(vh(e,t,s),s.tagName==="template"){let l=t,c=l.sourceCodeLocation,d=c&&c.startTag&&Qu(c.startTag),h=c&&c.endTag&&Qu(c.endTag),g=rb(e,l.content);d&&h&&e.file&&(g.position={start:d.end,end:h.start}),s.content=g}return e.schema=n,s}function vh(e,t,n){if("sourceCodeLocation"in t&&t.sourceCodeLocation&&e.file){let r=ZV(e,n,t.sourceCodeLocation);r&&(e.location=!0,n.position=r)}}function ZV(e,t,n){let r=Qu(n);if(t.type==="element"){let o=t.children[t.children.length-1];if(r&&!n.endTag&&o&&o.position&&o.position.end&&(r.end=Object.assign({},o.position.end)),e.verbose){let i={},s;if(n.attrs)for(s in n.attrs)k8.call(n.attrs,s)&&(i[wi(e.schema,s).property]=Qu(n.attrs[s]));n.startTag;let l=Qu(n.startTag),c=n.endTag?Qu(n.endTag):void 0,d={opening:l};c&&(d.closing=c),d.properties=i,t.data={position:d}}}return r}function Qu(e){let t=w8({line:e.startLine,column:e.startCol,offset:e.startOffset}),n=w8({line:e.endLine,column:e.endCol,offset:e.endOffset});return t||n?{start:t,end:n}:void 0}function w8(e){return e.line&&e.column?e:void 0}var T8={}.hasOwnProperty;function wh(e,t){let n=t||{};function r(o,...i){let s=r.invalid,l=r.handlers;if(o&&T8.call(o,e)){let c=String(o[e]);s=T8.call(l,c)?l[c]:r.unknown}if(s)return s.call(this,o,...i)}return r.handlers=n.handlers||{},r.invalid=n.invalid,r.unknown=n.unknown,r}var JV={},eG={}.hasOwnProperty,A8=wh("type",{handlers:{root:tG,element:aG,text:oG,comment:iG,doctype:rG}});function ob(e,t){let r=(t||JV).space;return A8(e,r==="svg"?qr:ki)}function tG(e,t){let n={nodeName:"#document",mode:(e.data||{}).quirksMode?"quirks":"no-quirks",childNodes:[]};return n.childNodes=ib(e.children,n,t),Zu(e,n),n}function nG(e,t){let n={nodeName:"#document-fragment",childNodes:[]};return n.childNodes=ib(e.children,n,t),Zu(e,n),n}function rG(e){let t={nodeName:"#documentType",name:"html",publicId:"",systemId:"",parentNode:null};return Zu(e,t),t}function oG(e){let t={nodeName:"#text",value:e.value,parentNode:null};return Zu(e,t),t}function iG(e){let t={nodeName:"#comment",data:e.value,parentNode:null};return Zu(e,t),t}function aG(e,t){let n=t,r=n;e.type==="element"&&e.tagName.toLowerCase()==="svg"&&n.space==="html"&&(r=qr);let o=[],i;if(e.properties){for(i in e.properties)if(i!=="children"&&eG.call(e.properties,i)){let c=sG(r,i,e.properties[i]);c&&o.push(c)}}let s=r.space;let l={nodeName:e.tagName,tagName:e.tagName,attrs:o,namespaceURI:zo[s],childNodes:[],parentNode:null};return l.childNodes=ib(e.children,l,r),Zu(e,l),e.tagName==="template"&&e.content&&(l.content=nG(e.content,r)),l}function sG(e,t,n){let r=wi(e,t);if(n===!1||n===null||n===void 0||typeof n=="number"&&Number.isNaN(n)||!n&&r.boolean)return;Array.isArray(n)&&(n=r.commaSeparated?W0(n):X0(n));let o={name:r.attribute,value:n===!0?"":String(n)};if(r.space&&r.space!=="html"&&r.space!=="svg"){let i=o.name.indexOf(":");i<0?o.prefix="":(o.name=o.name.slice(i+1),o.prefix=r.attribute.slice(0,i)),o.namespace=zo[r.space]}return o}function ib(e,t,n){let r=-1,o=[];if(e)for(;++r<e.length;){let i=A8(e[r],n);i.parentNode=t,o.push(i)}return o}function Zu(e,t){let n=e.position;n&&n.start&&n.end&&(n.start.offset,n.end.offset,t.sourceCodeLocation={startLine:n.start.line,startCol:n.start.column,startOffset:n.start.offset,endLine:n.end.line,endCol:n.end.column,endOffset:n.end.offset})}var _8=["area","base","basefont","bgsound","br","col","command","embed","frame","hr","image","img","input","keygen","link","meta","param","source","track","wbr"];var uG=new Set([65534,65535,131070,131071,196606,196607,262142,262143,327678,327679,393214,393215,458750,458751,524286,524287,589822,589823,655358,655359,720894,720895,786430,786431,851966,851967,917502,917503,983038,983039,1048574,1048575,1114110,1114111]),gt="\uFFFD",S;(function(e){e[e.EOF=-1]="EOF",e[e.NULL=0]="NULL",e[e.TABULATION=9]="TABULATION",e[e.CARRIAGE_RETURN=13]="CARRIAGE_RETURN",e[e.LINE_FEED=10]="LINE_FEED",e[e.FORM_FEED=12]="FORM_FEED",e[e.SPACE=32]="SPACE",e[e.EXCLAMATION_MARK=33]="EXCLAMATION_MARK",e[e.QUOTATION_MARK=34]="QUOTATION_MARK",e[e.AMPERSAND=38]="AMPERSAND",e[e.APOSTROPHE=39]="APOSTROPHE",e[e.HYPHEN_MINUS=45]="HYPHEN_MINUS",e[e.SOLIDUS=47]="SOLIDUS",e[e.DIGIT_0=48]="DIGIT_0",e[e.DIGIT_9=57]="DIGIT_9",e[e.SEMICOLON=59]="SEMICOLON",e[e.LESS_THAN_SIGN=60]="LESS_THAN_SIGN",e[e.EQUALS_SIGN=61]="EQUALS_SIGN",e[e.GREATER_THAN_SIGN=62]="GREATER_THAN_SIGN",e[e.QUESTION_MARK=63]="QUESTION_MARK",e[e.LATIN_CAPITAL_A=65]="LATIN_CAPITAL_A",e[e.LATIN_CAPITAL_Z=90]="LATIN_CAPITAL_Z",e[e.RIGHT_SQUARE_BRACKET=93]="RIGHT_SQUARE_BRACKET",e[e.GRAVE_ACCENT=96]="GRAVE_ACCENT",e[e.LATIN_SMALL_A=97]="LATIN_SMALL_A",e[e.LATIN_SMALL_Z=122]="LATIN_SMALL_Z"})(S||(S={}));var Yn={DASH_DASH:"--",CDATA_START:"[CDATA[",DOCTYPE:"doctype",SCRIPT:"script",PUBLIC:"public",SYSTEM:"system"};function kh(e){return e>=55296&&e<=57343}function S8(e){return e>=56320&&e<=57343}function I8(e,t){return(e-55296)*1024+9216+t}function Ch(e){return e!==32&&e!==10&&e!==13&&e!==9&&e!==12&&e>=1&&e<=31||e>=127&&e<=159}function Th(e){return e>=64976&&e<=65007||uG.has(e)}var Y;(function(e){e.controlCharacterInInputStream="control-character-in-input-stream",e.noncharacterInInputStream="noncharacter-in-input-stream",e.surrogateInInputStream="surrogate-in-input-stream",e.nonVoidHtmlElementStartTagWithTrailingSolidus="non-void-html-element-start-tag-with-trailing-solidus",e.endTagWithAttributes="end-tag-with-attributes",e.endTagWithTrailingSolidus="end-tag-with-trailing-solidus",e.unexpectedSolidusInTag="unexpected-solidus-in-tag",e.unexpectedNullCharacter="unexpected-null-character",e.unexpectedQuestionMarkInsteadOfTagName="unexpected-question-mark-instead-of-tag-name",e.invalidFirstCharacterOfTagName="invalid-first-character-of-tag-name",e.unexpectedEqualsSignBeforeAttributeName="unexpected-equals-sign-before-attribute-name",e.missingEndTagName="missing-end-tag-name",e.unexpectedCharacterInAttributeName="unexpected-character-in-attribute-name",e.unknownNamedCharacterReference="unknown-named-character-reference",e.missingSemicolonAfterCharacterReference="missing-semicolon-after-character-reference",e.unexpectedCharacterAfterDoctypeSystemIdentifier="unexpected-character-after-doctype-system-identifier",e.unexpectedCharacterInUnquotedAttributeValue="unexpected-character-in-unquoted-attribute-value",e.eofBeforeTagName="eof-before-tag-name",e.eofInTag="eof-in-tag",e.missingAttributeValue="missing-attribute-value",e.missingWhitespaceBetweenAttributes="missing-whitespace-between-attributes",e.missingWhitespaceAfterDoctypePublicKeyword="missing-whitespace-after-doctype-public-keyword",e.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers="missing-whitespace-between-doctype-public-and-system-identifiers",e.missingWhitespaceAfterDoctypeSystemKeyword="missing-whitespace-after-doctype-system-keyword",e.missingQuoteBeforeDoctypePublicIdentifier="missing-quote-before-doctype-public-identifier",e.missingQuoteBeforeDoctypeSystemIdentifier="missing-quote-before-doctype-system-identifier",e.missingDoctypePublicIdentifier="missing-doctype-public-identifier",e.missingDoctypeSystemIdentifier="missing-doctype-system-identifier",e.abruptDoctypePublicIdentifier="abrupt-doctype-public-identifier",e.abruptDoctypeSystemIdentifier="abrupt-doctype-system-identifier",e.cdataInHtmlContent="cdata-in-html-content",e.incorrectlyOpenedComment="incorrectly-opened-comment",e.eofInScriptHtmlCommentLikeText="eof-in-script-html-comment-like-text",e.eofInDoctype="eof-in-doctype",e.nestedComment="nested-comment",e.abruptClosingOfEmptyComment="abrupt-closing-of-empty-comment",e.eofInComment="eof-in-comment",e.incorrectlyClosedComment="incorrectly-closed-comment",e.eofInCdata="eof-in-cdata",e.absenceOfDigitsInNumericCharacterReference="absence-of-digits-in-numeric-character-reference",e.nullCharacterReference="null-character-reference",e.surrogateCharacterReference="surrogate-character-reference",e.characterReferenceOutsideUnicodeRange="character-reference-outside-unicode-range",e.controlCharacterReference="control-character-reference",e.noncharacterCharacterReference="noncharacter-character-reference",e.missingWhitespaceBeforeDoctypeName="missing-whitespace-before-doctype-name",e.missingDoctypeName="missing-doctype-name",e.invalidCharacterSequenceAfterDoctypeName="invalid-character-sequence-after-doctype-name",e.duplicateAttribute="duplicate-attribute",e.nonConformingDoctype="non-conforming-doctype",e.missingDoctype="missing-doctype",e.misplacedDoctype="misplaced-doctype",e.endTagWithoutMatchingOpenElement="end-tag-without-matching-open-element",e.closingOfElementWithOpenChildElements="closing-of-element-with-open-child-elements",e.disallowedContentInNoscriptInHead="disallowed-content-in-noscript-in-head",e.openElementsLeftAfterEof="open-elements-left-after-eof",e.abandonedHeadElementChild="abandoned-head-element-child",e.misplacedStartTagForHeadElement="misplaced-start-tag-for-head-element",e.nestedNoscriptInHead="nested-noscript-in-head",e.eofInElementThatCanContainOnlyText="eof-in-element-that-can-contain-only-text"})(Y||(Y={}));var cG=65536,Ah=class{constructor(t){this.handler=t,this.html="",this.pos=-1,this.lastGapPos=-2,this.gapStack=[],this.skipNextNewLine=!1,this.lastChunkWritten=!1,this.endOfChunkHit=!1,this.bufferWaterline=cG,this.isEol=!1,this.lineStartPos=0,this.droppedBufferSize=0,this.line=1,this.lastErrOffset=-1}get col(){return this.pos-this.lineStartPos+ +(this.lastGapPos!==this.pos)}get offset(){return this.droppedBufferSize+this.pos}getError(t,n){let{line:r,col:o,offset:i}=this,s=o+n,l=i+n;return{code:t,startLine:r,endLine:r,startCol:s,endCol:s,startOffset:l,endOffset:l}}_err(t){this.handler.onParseError&&this.lastErrOffset!==this.offset&&(this.lastErrOffset=this.offset,this.handler.onParseError(this.getError(t,0)))}_addGap(){this.gapStack.push(this.lastGapPos),this.lastGapPos=this.pos}_processSurrogate(t){if(this.pos!==this.html.length-1){let n=this.html.charCodeAt(this.pos+1);if(S8(n))return this.pos++,this._addGap(),I8(t,n)}else if(!this.lastChunkWritten)return this.endOfChunkHit=!0,S.EOF;return this._err(Y.surrogateInInputStream),t}willDropParsedChunk(){return this.pos>this.bufferWaterline}dropParsedChunk(){this.willDropParsedChunk()&&(this.html=this.html.substring(this.pos),this.lineStartPos-=this.pos,this.droppedBufferSize+=this.pos,this.pos=0,this.lastGapPos=-2,this.gapStack.length=0)}write(t,n){this.html.length>0?this.html+=t:this.html=t,this.endOfChunkHit=!1,this.lastChunkWritten=n}insertHtmlAtCurrentPos(t){this.html=this.html.substring(0,this.pos+1)+t+this.html.substring(this.pos+1),this.endOfChunkHit=!1}startsWith(t,n){if(this.pos+t.length>this.html.length)return this.endOfChunkHit=!this.lastChunkWritten,!1;if(n)return this.html.startsWith(t,this.pos);for(let r=0;r<t.length;r++)if((this.html.charCodeAt(this.pos+r)|32)!==t.charCodeAt(r))return!1;return!0}peek(t){let n=this.pos+t;if(n>=this.html.length)return this.endOfChunkHit=!this.lastChunkWritten,S.EOF;let r=this.html.charCodeAt(n);return r===S.CARRIAGE_RETURN?S.LINE_FEED:r}advance(){if(this.pos++,this.isEol&&(this.isEol=!1,this.line++,this.lineStartPos=this.pos),this.pos>=this.html.length)return this.endOfChunkHit=!this.lastChunkWritten,S.EOF;let t=this.html.charCodeAt(this.pos);return t===S.CARRIAGE_RETURN?(this.isEol=!0,this.skipNextNewLine=!0,S.LINE_FEED):t===S.LINE_FEED&&(this.isEol=!0,this.skipNextNewLine)?(this.line--,this.skipNextNewLine=!1,this._addGap(),this.advance()):(this.skipNextNewLine=!1,kh(t)&&(t=this._processSurrogate(t)),this.handler.onParseError===null||t>31&&t<127||t===S.LINE_FEED||t===S.CARRIAGE_RETURN||t>159&&t<64976||this._checkForProblematicCharacters(t),t)}_checkForProblematicCharacters(t){Ch(t)?this._err(Y.controlCharacterInInputStream):Th(t)&&this._err(Y.noncharacterInInputStream)}retreat(t){for(this.pos-=t;this.pos<this.lastGapPos;)this.lastGapPos=this.gapStack.pop(),this.pos--;this.isEol=!1}};var wa={};Nl(wa,{TokenType:()=>Xe,getTokenAttr:()=>dd});var Xe;(function(e){e[e.CHARACTER=0]="CHARACTER",e[e.NULL_CHARACTER=1]="NULL_CHARACTER",e[e.WHITESPACE_CHARACTER=2]="WHITESPACE_CHARACTER",e[e.START_TAG=3]="START_TAG",e[e.END_TAG=4]="END_TAG",e[e.COMMENT=5]="COMMENT",e[e.DOCTYPE=6]="DOCTYPE",e[e.EOF=7]="EOF",e[e.HIBERNATION=8]="HIBERNATION"})(Xe||(Xe={}));function dd(e,t){for(let n=e.attrs.length-1;n>=0;n--)if(e.attrs[n].name===t)return e.attrs[n].value;return null}var _h=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(e=>e.charCodeAt(0)));var ab,dG=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]]),F8=(ab=String.fromCodePoint)!==null&&ab!==void 0?ab:function(e){let t="";return e>65535&&(e-=65536,t+=String.fromCharCode(e>>>10&1023|55296),e=56320|e&1023),t+=String.fromCharCode(e),t};function sb(e){var t;return e>=55296&&e<=57343||e>1114111?65533:(t=dG.get(e))!==null&&t!==void 0?t:e}var fn;(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"})(fn||(fn={}));var pG=32,ka;(function(e){e[e.VALUE_LENGTH=49152]="VALUE_LENGTH",e[e.BRANCH_LENGTH=16256]="BRANCH_LENGTH",e[e.JUMP_TABLE=127]="JUMP_TABLE"})(ka||(ka={}));function ub(e){return e>=fn.ZERO&&e<=fn.NINE}function hG(e){return e>=fn.UPPER_A&&e<=fn.UPPER_F||e>=fn.LOWER_A&&e<=fn.LOWER_F}function mG(e){return e>=fn.UPPER_A&&e<=fn.UPPER_Z||e>=fn.LOWER_A&&e<=fn.LOWER_Z||ub(e)}function gG(e){return e===fn.EQUALS||mG(e)}var dn;(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"})(dn||(dn={}));var Ho;(function(e){e[e.Legacy=0]="Legacy",e[e.Strict=1]="Strict",e[e.Attribute=2]="Attribute"})(Ho||(Ho={}));var Sh=class{constructor(t,n,r){this.decodeTree=t,this.emitCodePoint=n,this.errors=r,this.state=dn.EntityStart,this.consumed=1,this.result=0,this.treeIndex=0,this.excess=1,this.decodeMode=Ho.Strict}startEntity(t){this.decodeMode=t,this.state=dn.EntityStart,this.result=0,this.treeIndex=0,this.excess=1,this.consumed=1}write(t,n){switch(this.state){case dn.EntityStart:return t.charCodeAt(n)===fn.NUM?(this.state=dn.NumericStart,this.consumed+=1,this.stateNumericStart(t,n+1)):(this.state=dn.NamedEntity,this.stateNamedEntity(t,n));case dn.NumericStart:return this.stateNumericStart(t,n);case dn.NumericDecimal:return this.stateNumericDecimal(t,n);case dn.NumericHex:return this.stateNumericHex(t,n);case dn.NamedEntity:return this.stateNamedEntity(t,n)}}stateNumericStart(t,n){return n>=t.length?-1:(t.charCodeAt(n)|pG)===fn.LOWER_X?(this.state=dn.NumericHex,this.consumed+=1,this.stateNumericHex(t,n+1)):(this.state=dn.NumericDecimal,this.stateNumericDecimal(t,n))}addToNumericResult(t,n,r,o){if(n!==r){let i=r-n;this.result=this.result*Math.pow(o,i)+Number.parseInt(t.substr(n,i),o),this.consumed+=i}}stateNumericHex(t,n){let r=n;for(;n<t.length;){let o=t.charCodeAt(n);if(ub(o)||hG(o))n+=1;else return this.addToNumericResult(t,r,n,16),this.emitNumericEntity(o,3)}return this.addToNumericResult(t,r,n,16),-1}stateNumericDecimal(t,n){let r=n;for(;n<t.length;){let o=t.charCodeAt(n);if(ub(o))n+=1;else return this.addToNumericResult(t,r,n,10),this.emitNumericEntity(o,2)}return this.addToNumericResult(t,r,n,10),-1}emitNumericEntity(t,n){var r;if(this.consumed<=n)return(r=this.errors)===null||r===void 0||r.absenceOfDigitsInNumericCharacterReference(this.consumed),0;if(t===fn.SEMI)this.consumed+=1;else if(this.decodeMode===Ho.Strict)return 0;return this.emitCodePoint(sb(this.result),this.consumed),this.errors&&(t!==fn.SEMI&&this.errors.missingSemicolonAfterCharacterReference(),this.errors.validateNumericCharacterReference(this.result)),this.consumed}stateNamedEntity(t,n){let{decodeTree:r}=this,o=r[this.treeIndex],i=(o&ka.VALUE_LENGTH)>>14;for(;n<t.length;n++,this.excess++){let s=t.charCodeAt(n);if(this.treeIndex=yG(r,o,this.treeIndex+Math.max(1,i),s),this.treeIndex<0)return this.result===0||this.decodeMode===Ho.Attribute&&(i===0||gG(s))?0:this.emitNotTerminatedNamedEntity();if(o=r[this.treeIndex],i=(o&ka.VALUE_LENGTH)>>14,i!==0){if(s===fn.SEMI)return this.emitNamedEntityData(this.treeIndex,i,this.consumed+this.excess);this.decodeMode!==Ho.Strict&&(this.result=this.treeIndex,this.consumed+=this.excess,this.excess=0)}}return-1}emitNotTerminatedNamedEntity(){var t;let{result:n,decodeTree:r}=this,o=(r[n]&ka.VALUE_LENGTH)>>14;return this.emitNamedEntityData(n,o,this.consumed),(t=this.errors)===null||t===void 0||t.missingSemicolonAfterCharacterReference(),this.consumed}emitNamedEntityData(t,n,r){let{decodeTree:o}=this;return this.emitCodePoint(n===1?o[t]&~ka.VALUE_LENGTH:o[t+1],r),n===3&&this.emitCodePoint(o[t+2],r),r}end(){var t;switch(this.state){case dn.NamedEntity:return this.result!==0&&(this.decodeMode!==Ho.Attribute||this.result===this.treeIndex)?this.emitNotTerminatedNamedEntity():0;case dn.NumericDecimal:return this.emitNumericEntity(0,2);case dn.NumericHex:return this.emitNumericEntity(0,3);case dn.NumericStart:return(t=this.errors)===null||t===void 0||t.absenceOfDigitsInNumericCharacterReference(this.consumed),0;case dn.EntityStart:return 0}}};function yG(e,t,n,r){let o=(t&ka.BRANCH_LENGTH)>>7,i=t&ka.JUMP_TABLE;if(o===0)return i!==0&&r===i?n:-1;if(i){let c=r-i;return c<0||c>=o?-1:e[n+c]-1}let s=n,l=s+o-1;for(;s<=l;){let c=s+l>>>1,d=e[c];if(d<r)s=c+1;else if(d>r)l=c-1;else return e[c+o]}return-1}var fd={};Nl(fd,{ATTRS:()=>Uo,DOCUMENT_MODE:()=>Ln,NS:()=>ne,NUMBERED_HEADERS:()=>Ju,SPECIAL_ELEMENTS:()=>lb,TAG_ID:()=>m,TAG_NAMES:()=>j,getTagID:()=>Ca,hasUnescapedText:()=>L8});var ne;(function(e){e.HTML="http://www.w3.org/1999/xhtml",e.MATHML="http://www.w3.org/1998/Math/MathML",e.SVG="http://www.w3.org/2000/svg",e.XLINK="http://www.w3.org/1999/xlink",e.XML="http://www.w3.org/XML/1998/namespace",e.XMLNS="http://www.w3.org/2000/xmlns/"})(ne||(ne={}));var Uo;(function(e){e.TYPE="type",e.ACTION="action",e.ENCODING="encoding",e.PROMPT="prompt",e.NAME="name",e.COLOR="color",e.FACE="face",e.SIZE="size"})(Uo||(Uo={}));var Ln;(function(e){e.NO_QUIRKS="no-quirks",e.QUIRKS="quirks",e.LIMITED_QUIRKS="limited-quirks"})(Ln||(Ln={}));var j;(function(e){e.A="a",e.ADDRESS="address",e.ANNOTATION_XML="annotation-xml",e.APPLET="applet",e.AREA="area",e.ARTICLE="article",e.ASIDE="aside",e.B="b",e.BASE="base",e.BASEFONT="basefont",e.BGSOUND="bgsound",e.BIG="big",e.BLOCKQUOTE="blockquote",e.BODY="body",e.BR="br",e.BUTTON="button",e.CAPTION="caption",e.CENTER="center",e.CODE="code",e.COL="col",e.COLGROUP="colgroup",e.DD="dd",e.DESC="desc",e.DETAILS="details",e.DIALOG="dialog",e.DIR="dir",e.DIV="div",e.DL="dl",e.DT="dt",e.EM="em",e.EMBED="embed",e.FIELDSET="fieldset",e.FIGCAPTION="figcaption",e.FIGURE="figure",e.FONT="font",e.FOOTER="footer",e.FOREIGN_OBJECT="foreignObject",e.FORM="form",e.FRAME="frame",e.FRAMESET="frameset",e.H1="h1",e.H2="h2",e.H3="h3",e.H4="h4",e.H5="h5",e.H6="h6",e.HEAD="head",e.HEADER="header",e.HGROUP="hgroup",e.HR="hr",e.HTML="html",e.I="i",e.IMG="img",e.IMAGE="image",e.INPUT="input",e.IFRAME="iframe",e.KEYGEN="keygen",e.LABEL="label",e.LI="li",e.LINK="link",e.LISTING="listing",e.MAIN="main",e.MALIGNMARK="malignmark",e.MARQUEE="marquee",e.MATH="math",e.MENU="menu",e.META="meta",e.MGLYPH="mglyph",e.MI="mi",e.MO="mo",e.MN="mn",e.MS="ms",e.MTEXT="mtext",e.NAV="nav",e.NOBR="nobr",e.NOFRAMES="noframes",e.NOEMBED="noembed",e.NOSCRIPT="noscript",e.OBJECT="object",e.OL="ol",e.OPTGROUP="optgroup",e.OPTION="option",e.P="p",e.PARAM="param",e.PLAINTEXT="plaintext",e.PRE="pre",e.RB="rb",e.RP="rp",e.RT="rt",e.RTC="rtc",e.RUBY="ruby",e.S="s",e.SCRIPT="script",e.SEARCH="search",e.SECTION="section",e.SELECT="select",e.SOURCE="source",e.SMALL="small",e.SPAN="span",e.STRIKE="strike",e.STRONG="strong",e.STYLE="style",e.SUB="sub",e.SUMMARY="summary",e.SUP="sup",e.TABLE="table",e.TBODY="tbody",e.TEMPLATE="template",e.TEXTAREA="textarea",e.TFOOT="tfoot",e.TD="td",e.TH="th",e.THEAD="thead",e.TITLE="title",e.TR="tr",e.TRACK="track",e.TT="tt",e.U="u",e.UL="ul",e.SVG="svg",e.VAR="var",e.WBR="wbr",e.XMP="xmp"})(j||(j={}));var m;(function(e){e[e.UNKNOWN=0]="UNKNOWN",e[e.A=1]="A",e[e.ADDRESS=2]="ADDRESS",e[e.ANNOTATION_XML=3]="ANNOTATION_XML",e[e.APPLET=4]="APPLET",e[e.AREA=5]="AREA",e[e.ARTICLE=6]="ARTICLE",e[e.ASIDE=7]="ASIDE",e[e.B=8]="B",e[e.BASE=9]="BASE",e[e.BASEFONT=10]="BASEFONT",e[e.BGSOUND=11]="BGSOUND",e[e.BIG=12]="BIG",e[e.BLOCKQUOTE=13]="BLOCKQUOTE",e[e.BODY=14]="BODY",e[e.BR=15]="BR",e[e.BUTTON=16]="BUTTON",e[e.CAPTION=17]="CAPTION",e[e.CENTER=18]="CENTER",e[e.CODE=19]="CODE",e[e.COL=20]="COL",e[e.COLGROUP=21]="COLGROUP",e[e.DD=22]="DD",e[e.DESC=23]="DESC",e[e.DETAILS=24]="DETAILS",e[e.DIALOG=25]="DIALOG",e[e.DIR=26]="DIR",e[e.DIV=27]="DIV",e[e.DL=28]="DL",e[e.DT=29]="DT",e[e.EM=30]="EM",e[e.EMBED=31]="EMBED",e[e.FIELDSET=32]="FIELDSET",e[e.FIGCAPTION=33]="FIGCAPTION",e[e.FIGURE=34]="FIGURE",e[e.FONT=35]="FONT",e[e.FOOTER=36]="FOOTER",e[e.FOREIGN_OBJECT=37]="FOREIGN_OBJECT",e[e.FORM=38]="FORM",e[e.FRAME=39]="FRAME",e[e.FRAMESET=40]="FRAMESET",e[e.H1=41]="H1",e[e.H2=42]="H2",e[e.H3=43]="H3",e[e.H4=44]="H4",e[e.H5=45]="H5",e[e.H6=46]="H6",e[e.HEAD=47]="HEAD",e[e.HEADER=48]="HEADER",e[e.HGROUP=49]="HGROUP",e[e.HR=50]="HR",e[e.HTML=51]="HTML",e[e.I=52]="I",e[e.IMG=53]="IMG",e[e.IMAGE=54]="IMAGE",e[e.INPUT=55]="INPUT",e[e.IFRAME=56]="IFRAME",e[e.KEYGEN=57]="KEYGEN",e[e.LABEL=58]="LABEL",e[e.LI=59]="LI",e[e.LINK=60]="LINK",e[e.LISTING=61]="LISTING",e[e.MAIN=62]="MAIN",e[e.MALIGNMARK=63]="MALIGNMARK",e[e.MARQUEE=64]="MARQUEE",e[e.MATH=65]="MATH",e[e.MENU=66]="MENU",e[e.META=67]="META",e[e.MGLYPH=68]="MGLYPH",e[e.MI=69]="MI",e[e.MO=70]="MO",e[e.MN=71]="MN",e[e.MS=72]="MS",e[e.MTEXT=73]="MTEXT",e[e.NAV=74]="NAV",e[e.NOBR=75]="NOBR",e[e.NOFRAMES=76]="NOFRAMES",e[e.NOEMBED=77]="NOEMBED",e[e.NOSCRIPT=78]="NOSCRIPT",e[e.OBJECT=79]="OBJECT",e[e.OL=80]="OL",e[e.OPTGROUP=81]="OPTGROUP",e[e.OPTION=82]="OPTION",e[e.P=83]="P",e[e.PARAM=84]="PARAM",e[e.PLAINTEXT=85]="PLAINTEXT",e[e.PRE=86]="PRE",e[e.RB=87]="RB",e[e.RP=88]="RP",e[e.RT=89]="RT",e[e.RTC=90]="RTC",e[e.RUBY=91]="RUBY",e[e.S=92]="S",e[e.SCRIPT=93]="SCRIPT",e[e.SEARCH=94]="SEARCH",e[e.SECTION=95]="SECTION",e[e.SELECT=96]="SELECT",e[e.SOURCE=97]="SOURCE",e[e.SMALL=98]="SMALL",e[e.SPAN=99]="SPAN",e[e.STRIKE=100]="STRIKE",e[e.STRONG=101]="STRONG",e[e.STYLE=102]="STYLE",e[e.SUB=103]="SUB",e[e.SUMMARY=104]="SUMMARY",e[e.SUP=105]="SUP",e[e.TABLE=106]="TABLE",e[e.TBODY=107]="TBODY",e[e.TEMPLATE=108]="TEMPLATE",e[e.TEXTAREA=109]="TEXTAREA",e[e.TFOOT=110]="TFOOT",e[e.TD=111]="TD",e[e.TH=112]="TH",e[e.THEAD=113]="THEAD",e[e.TITLE=114]="TITLE",e[e.TR=115]="TR",e[e.TRACK=116]="TRACK",e[e.TT=117]="TT",e[e.U=118]="U",e[e.UL=119]="UL",e[e.SVG=120]="SVG",e[e.VAR=121]="VAR",e[e.WBR=122]="WBR",e[e.XMP=123]="XMP"})(m||(m={}));var bG=new Map([[j.A,m.A],[j.ADDRESS,m.ADDRESS],[j.ANNOTATION_XML,m.ANNOTATION_XML],[j.APPLET,m.APPLET],[j.AREA,m.AREA],[j.ARTICLE,m.ARTICLE],[j.ASIDE,m.ASIDE],[j.B,m.B],[j.BASE,m.BASE],[j.BASEFONT,m.BASEFONT],[j.BGSOUND,m.BGSOUND],[j.BIG,m.BIG],[j.BLOCKQUOTE,m.BLOCKQUOTE],[j.BODY,m.BODY],[j.BR,m.BR],[j.BUTTON,m.BUTTON],[j.CAPTION,m.CAPTION],[j.CENTER,m.CENTER],[j.CODE,m.CODE],[j.COL,m.COL],[j.COLGROUP,m.COLGROUP],[j.DD,m.DD],[j.DESC,m.DESC],[j.DETAILS,m.DETAILS],[j.DIALOG,m.DIALOG],[j.DIR,m.DIR],[j.DIV,m.DIV],[j.DL,m.DL],[j.DT,m.DT],[j.EM,m.EM],[j.EMBED,m.EMBED],[j.FIELDSET,m.FIELDSET],[j.FIGCAPTION,m.FIGCAPTION],[j.FIGURE,m.FIGURE],[j.FONT,m.FONT],[j.FOOTER,m.FOOTER],[j.FOREIGN_OBJECT,m.FOREIGN_OBJECT],[j.FORM,m.FORM],[j.FRAME,m.FRAME],[j.FRAMESET,m.FRAMESET],[j.H1,m.H1],[j.H2,m.H2],[j.H3,m.H3],[j.H4,m.H4],[j.H5,m.H5],[j.H6,m.H6],[j.HEAD,m.HEAD],[j.HEADER,m.HEADER],[j.HGROUP,m.HGROUP],[j.HR,m.HR],[j.HTML,m.HTML],[j.I,m.I],[j.IMG,m.IMG],[j.IMAGE,m.IMAGE],[j.INPUT,m.INPUT],[j.IFRAME,m.IFRAME],[j.KEYGEN,m.KEYGEN],[j.LABEL,m.LABEL],[j.LI,m.LI],[j.LINK,m.LINK],[j.LISTING,m.LISTING],[j.MAIN,m.MAIN],[j.MALIGNMARK,m.MALIGNMARK],[j.MARQUEE,m.MARQUEE],[j.MATH,m.MATH],[j.MENU,m.MENU],[j.META,m.META],[j.MGLYPH,m.MGLYPH],[j.MI,m.MI],[j.MO,m.MO],[j.MN,m.MN],[j.MS,m.MS],[j.MTEXT,m.MTEXT],[j.NAV,m.NAV],[j.NOBR,m.NOBR],[j.NOFRAMES,m.NOFRAMES],[j.NOEMBED,m.NOEMBED],[j.NOSCRIPT,m.NOSCRIPT],[j.OBJECT,m.OBJECT],[j.OL,m.OL],[j.OPTGROUP,m.OPTGROUP],[j.OPTION,m.OPTION],[j.P,m.P],[j.PARAM,m.PARAM],[j.PLAINTEXT,m.PLAINTEXT],[j.PRE,m.PRE],[j.RB,m.RB],[j.RP,m.RP],[j.RT,m.RT],[j.RTC,m.RTC],[j.RUBY,m.RUBY],[j.S,m.S],[j.SCRIPT,m.SCRIPT],[j.SEARCH,m.SEARCH],[j.SECTION,m.SECTION],[j.SELECT,m.SELECT],[j.SOURCE,m.SOURCE],[j.SMALL,m.SMALL],[j.SPAN,m.SPAN],[j.STRIKE,m.STRIKE],[j.STRONG,m.STRONG],[j.STYLE,m.STYLE],[j.SUB,m.SUB],[j.SUMMARY,m.SUMMARY],[j.SUP,m.SUP],[j.TABLE,m.TABLE],[j.TBODY,m.TBODY],[j.TEMPLATE,m.TEMPLATE],[j.TEXTAREA,m.TEXTAREA],[j.TFOOT,m.TFOOT],[j.TD,m.TD],[j.TH,m.TH],[j.THEAD,m.THEAD],[j.TITLE,m.TITLE],[j.TR,m.TR],[j.TRACK,m.TRACK],[j.TT,m.TT],[j.U,m.U],[j.UL,m.UL],[j.SVG,m.SVG],[j.VAR,m.VAR],[j.WBR,m.WBR],[j.XMP,m.XMP]]);function Ca(e){var t;return(t=bG.get(e))!==null&&t!==void 0?t:m.UNKNOWN}var oe=m,lb={[ne.HTML]:new Set([oe.ADDRESS,oe.APPLET,oe.AREA,oe.ARTICLE,oe.ASIDE,oe.BASE,oe.BASEFONT,oe.BGSOUND,oe.BLOCKQUOTE,oe.BODY,oe.BR,oe.BUTTON,oe.CAPTION,oe.CENTER,oe.COL,oe.COLGROUP,oe.DD,oe.DETAILS,oe.DIR,oe.DIV,oe.DL,oe.DT,oe.EMBED,oe.FIELDSET,oe.FIGCAPTION,oe.FIGURE,oe.FOOTER,oe.FORM,oe.FRAME,oe.FRAMESET,oe.H1,oe.H2,oe.H3,oe.H4,oe.H5,oe.H6,oe.HEAD,oe.HEADER,oe.HGROUP,oe.HR,oe.HTML,oe.IFRAME,oe.IMG,oe.INPUT,oe.LI,oe.LINK,oe.LISTING,oe.MAIN,oe.MARQUEE,oe.MENU,oe.META,oe.NAV,oe.NOEMBED,oe.NOFRAMES,oe.NOSCRIPT,oe.OBJECT,oe.OL,oe.P,oe.PARAM,oe.PLAINTEXT,oe.PRE,oe.SCRIPT,oe.SECTION,oe.SELECT,oe.SOURCE,oe.STYLE,oe.SUMMARY,oe.TABLE,oe.TBODY,oe.TD,oe.TEMPLATE,oe.TEXTAREA,oe.TFOOT,oe.TH,oe.THEAD,oe.TITLE,oe.TR,oe.TRACK,oe.UL,oe.WBR,oe.XMP]),[ne.MATHML]:new Set([oe.MI,oe.MO,oe.MN,oe.MS,oe.MTEXT,oe.ANNOTATION_XML]),[ne.SVG]:new Set([oe.TITLE,oe.FOREIGN_OBJECT,oe.DESC]),[ne.XLINK]:new Set,[ne.XML]:new Set,[ne.XMLNS]:new Set},Ju=new Set([oe.H1,oe.H2,oe.H3,oe.H4,oe.H5,oe.H6]),EG=new Set([j.STYLE,j.SCRIPT,j.XMP,j.IFRAME,j.NOEMBED,j.NOFRAMES,j.PLAINTEXT]);function L8(e,t){return EG.has(e)||t&&e===j.NOSCRIPT}var F;(function(e){e[e.DATA=0]="DATA",e[e.RCDATA=1]="RCDATA",e[e.RAWTEXT=2]="RAWTEXT",e[e.SCRIPT_DATA=3]="SCRIPT_DATA",e[e.PLAINTEXT=4]="PLAINTEXT",e[e.TAG_OPEN=5]="TAG_OPEN",e[e.END_TAG_OPEN=6]="END_TAG_OPEN",e[e.TAG_NAME=7]="TAG_NAME",e[e.RCDATA_LESS_THAN_SIGN=8]="RCDATA_LESS_THAN_SIGN",e[e.RCDATA_END_TAG_OPEN=9]="RCDATA_END_TAG_OPEN",e[e.RCDATA_END_TAG_NAME=10]="RCDATA_END_TAG_NAME",e[e.RAWTEXT_LESS_THAN_SIGN=11]="RAWTEXT_LESS_THAN_SIGN",e[e.RAWTEXT_END_TAG_OPEN=12]="RAWTEXT_END_TAG_OPEN",e[e.RAWTEXT_END_TAG_NAME=13]="RAWTEXT_END_TAG_NAME",e[e.SCRIPT_DATA_LESS_THAN_SIGN=14]="SCRIPT_DATA_LESS_THAN_SIGN",e[e.SCRIPT_DATA_END_TAG_OPEN=15]="SCRIPT_DATA_END_TAG_OPEN",e[e.SCRIPT_DATA_END_TAG_NAME=16]="SCRIPT_DATA_END_TAG_NAME",e[e.SCRIPT_DATA_ESCAPE_START=17]="SCRIPT_DATA_ESCAPE_START",e[e.SCRIPT_DATA_ESCAPE_START_DASH=18]="SCRIPT_DATA_ESCAPE_START_DASH",e[e.SCRIPT_DATA_ESCAPED=19]="SCRIPT_DATA_ESCAPED",e[e.SCRIPT_DATA_ESCAPED_DASH=20]="SCRIPT_DATA_ESCAPED_DASH",e[e.SCRIPT_DATA_ESCAPED_DASH_DASH=21]="SCRIPT_DATA_ESCAPED_DASH_DASH",e[e.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN=22]="SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN",e[e.SCRIPT_DATA_ESCAPED_END_TAG_OPEN=23]="SCRIPT_DATA_ESCAPED_END_TAG_OPEN",e[e.SCRIPT_DATA_ESCAPED_END_TAG_NAME=24]="SCRIPT_DATA_ESCAPED_END_TAG_NAME",e[e.SCRIPT_DATA_DOUBLE_ESCAPE_START=25]="SCRIPT_DATA_DOUBLE_ESCAPE_START",e[e.SCRIPT_DATA_DOUBLE_ESCAPED=26]="SCRIPT_DATA_DOUBLE_ESCAPED",e[e.SCRIPT_DATA_DOUBLE_ESCAPED_DASH=27]="SCRIPT_DATA_DOUBLE_ESCAPED_DASH",e[e.SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH=28]="SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH",e[e.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN=29]="SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN",e[e.SCRIPT_DATA_DOUBLE_ESCAPE_END=30]="SCRIPT_DATA_DOUBLE_ESCAPE_END",e[e.BEFORE_ATTRIBUTE_NAME=31]="BEFORE_ATTRIBUTE_NAME",e[e.ATTRIBUTE_NAME=32]="ATTRIBUTE_NAME",e[e.AFTER_ATTRIBUTE_NAME=33]="AFTER_ATTRIBUTE_NAME",e[e.BEFORE_ATTRIBUTE_VALUE=34]="BEFORE_ATTRIBUTE_VALUE",e[e.ATTRIBUTE_VALUE_DOUBLE_QUOTED=35]="ATTRIBUTE_VALUE_DOUBLE_QUOTED",e[e.ATTRIBUTE_VALUE_SINGLE_QUOTED=36]="ATTRIBUTE_VALUE_SINGLE_QUOTED",e[e.ATTRIBUTE_VALUE_UNQUOTED=37]="ATTRIBUTE_VALUE_UNQUOTED",e[e.AFTER_ATTRIBUTE_VALUE_QUOTED=38]="AFTER_ATTRIBUTE_VALUE_QUOTED",e[e.SELF_CLOSING_START_TAG=39]="SELF_CLOSING_START_TAG",e[e.BOGUS_COMMENT=40]="BOGUS_COMMENT",e[e.MARKUP_DECLARATION_OPEN=41]="MARKUP_DECLARATION_OPEN",e[e.COMMENT_START=42]="COMMENT_START",e[e.COMMENT_START_DASH=43]="COMMENT_START_DASH",e[e.COMMENT=44]="COMMENT",e[e.COMMENT_LESS_THAN_SIGN=45]="COMMENT_LESS_THAN_SIGN",e[e.COMMENT_LESS_THAN_SIGN_BANG=46]="COMMENT_LESS_THAN_SIGN_BANG",e[e.COMMENT_LESS_THAN_SIGN_BANG_DASH=47]="COMMENT_LESS_THAN_SIGN_BANG_DASH",e[e.COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH=48]="COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH",e[e.COMMENT_END_DASH=49]="COMMENT_END_DASH",e[e.COMMENT_END=50]="COMMENT_END",e[e.COMMENT_END_BANG=51]="COMMENT_END_BANG",e[e.DOCTYPE=52]="DOCTYPE",e[e.BEFORE_DOCTYPE_NAME=53]="BEFORE_DOCTYPE_NAME",e[e.DOCTYPE_NAME=54]="DOCTYPE_NAME",e[e.AFTER_DOCTYPE_NAME=55]="AFTER_DOCTYPE_NAME",e[e.AFTER_DOCTYPE_PUBLIC_KEYWORD=56]="AFTER_DOCTYPE_PUBLIC_KEYWORD",e[e.BEFORE_DOCTYPE_PUBLIC_IDENTIFIER=57]="BEFORE_DOCTYPE_PUBLIC_IDENTIFIER",e[e.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED=58]="DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED",e[e.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED=59]="DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED",e[e.AFTER_DOCTYPE_PUBLIC_IDENTIFIER=60]="AFTER_DOCTYPE_PUBLIC_IDENTIFIER",e[e.BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS=61]="BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS",e[e.AFTER_DOCTYPE_SYSTEM_KEYWORD=62]="AFTER_DOCTYPE_SYSTEM_KEYWORD",e[e.BEFORE_DOCTYPE_SYSTEM_IDENTIFIER=63]="BEFORE_DOCTYPE_SYSTEM_IDENTIFIER",e[e.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED=64]="DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED",e[e.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED=65]="DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED",e[e.AFTER_DOCTYPE_SYSTEM_IDENTIFIER=66]="AFTER_DOCTYPE_SYSTEM_IDENTIFIER",e[e.BOGUS_DOCTYPE=67]="BOGUS_DOCTYPE",e[e.CDATA_SECTION=68]="CDATA_SECTION",e[e.CDATA_SECTION_BRACKET=69]="CDATA_SECTION_BRACKET",e[e.CDATA_SECTION_END=70]="CDATA_SECTION_END",e[e.CHARACTER_REFERENCE=71]="CHARACTER_REFERENCE",e[e.AMBIGUOUS_AMPERSAND=72]="AMBIGUOUS_AMPERSAND"})(F||(F={}));var kt={DATA:F.DATA,RCDATA:F.RCDATA,RAWTEXT:F.RAWTEXT,SCRIPT_DATA:F.SCRIPT_DATA,PLAINTEXT:F.PLAINTEXT,CDATA_SECTION:F.CDATA_SECTION};function DG(e){return e>=S.DIGIT_0&&e<=S.DIGIT_9}function pd(e){return e>=S.LATIN_CAPITAL_A&&e<=S.LATIN_CAPITAL_Z}function xG(e){return e>=S.LATIN_SMALL_A&&e<=S.LATIN_SMALL_Z}function Ta(e){return xG(e)||pd(e)}function R8(e){return Ta(e)||DG(e)}function Ih(e){return e+32}function O8(e){return e===S.SPACE||e===S.LINE_FEED||e===S.TABULATION||e===S.FORM_FEED}function N8(e){return O8(e)||e===S.SOLIDUS||e===S.GREATER_THAN_SIGN}function vG(e){return e===S.NULL?Y.nullCharacterReference:e>1114111?Y.characterReferenceOutsideUnicodeRange:kh(e)?Y.surrogateCharacterReference:Th(e)?Y.noncharacterCharacterReference:Ch(e)||e===S.CARRIAGE_RETURN?Y.controlCharacterReference:null}var hd=class{constructor(t,n){this.options=t,this.handler=n,this.paused=!1,this.inLoop=!1,this.inForeignNode=!1,this.lastStartTagName="",this.active=!1,this.state=F.DATA,this.returnState=F.DATA,this.entityStartPos=0,this.consumedAfterSnapshot=-1,this.currentCharacterToken=null,this.currentToken=null,this.currentAttr={name:"",value:""},this.preprocessor=new Ah(n),this.currentLocation=this.getCurrentLocation(-1),this.entityDecoder=new Sh(_h,(r,o)=>{this.preprocessor.pos=this.entityStartPos+o-1,this._flushCodePointConsumedAsCharacterReference(r)},n.onParseError?{missingSemicolonAfterCharacterReference:()=>{this._err(Y.missingSemicolonAfterCharacterReference,1)},absenceOfDigitsInNumericCharacterReference:r=>{this._err(Y.absenceOfDigitsInNumericCharacterReference,this.entityStartPos-this.preprocessor.pos+r)},validateNumericCharacterReference:r=>{let o=vG(r);o&&this._err(o,1)}}:void 0)}_err(t,n=0){var r,o;(o=(r=this.handler).onParseError)===null||o===void 0||o.call(r,this.preprocessor.getError(t,n))}getCurrentLocation(t){return this.options.sourceCodeLocationInfo?{startLine:this.preprocessor.line,startCol:this.preprocessor.col-t,startOffset:this.preprocessor.offset-t,endLine:-1,endCol:-1,endOffset:-1}:null}_runParsingLoop(){if(!this.inLoop){for(this.inLoop=!0;this.active&&!this.paused;){this.consumedAfterSnapshot=0;let t=this._consume();this._ensureHibernation()||this._callState(t)}this.inLoop=!1}}pause(){this.paused=!0}resume(t){if(!this.paused)throw new Error("Parser was already resumed");this.paused=!1,!this.inLoop&&(this._runParsingLoop(),this.paused||t?.())}write(t,n,r){this.active=!0,this.preprocessor.write(t,n),this._runParsingLoop(),this.paused||r?.()}insertHtmlAtCurrentPos(t){this.active=!0,this.preprocessor.insertHtmlAtCurrentPos(t),this._runParsingLoop()}_ensureHibernation(){return this.preprocessor.endOfChunkHit?(this.preprocessor.retreat(this.consumedAfterSnapshot),this.consumedAfterSnapshot=0,this.active=!1,!0):!1}_consume(){return this.consumedAfterSnapshot++,this.preprocessor.advance()}_advanceBy(t){this.consumedAfterSnapshot+=t;for(let n=0;n<t;n++)this.preprocessor.advance()}_consumeSequenceIfMatch(t,n){return this.preprocessor.startsWith(t,n)?(this._advanceBy(t.length-1),!0):!1}_createStartTagToken(){this.currentToken={type:Xe.START_TAG,tagName:"",tagID:m.UNKNOWN,selfClosing:!1,ackSelfClosing:!1,attrs:[],location:this.getCurrentLocation(1)}}_createEndTagToken(){this.currentToken={type:Xe.END_TAG,tagName:"",tagID:m.UNKNOWN,selfClosing:!1,ackSelfClosing:!1,attrs:[],location:this.getCurrentLocation(2)}}_createCommentToken(t){this.currentToken={type:Xe.COMMENT,data:"",location:this.getCurrentLocation(t)}}_createDoctypeToken(t){this.currentToken={type:Xe.DOCTYPE,name:t,forceQuirks:!1,publicId:null,systemId:null,location:this.currentLocation}}_createCharacterToken(t,n){this.currentCharacterToken={type:t,chars:n,location:this.currentLocation}}_createAttr(t){this.currentAttr={name:t,value:""},this.currentLocation=this.getCurrentLocation(0)}_leaveAttrName(){var t,n;let r=this.currentToken;if(dd(r,this.currentAttr.name)===null){if(r.attrs.push(this.currentAttr),r.location&&this.currentLocation){let o=(t=(n=r.location).attrs)!==null&&t!==void 0?t:n.attrs=Object.create(null);o[this.currentAttr.name]=this.currentLocation,this._leaveAttrValue()}}else this._err(Y.duplicateAttribute)}_leaveAttrValue(){this.currentLocation&&(this.currentLocation.endLine=this.preprocessor.line,this.currentLocation.endCol=this.preprocessor.col,this.currentLocation.endOffset=this.preprocessor.offset)}prepareToken(t){this._emitCurrentCharacterToken(t.location),this.currentToken=null,t.location&&(t.location.endLine=this.preprocessor.line,t.location.endCol=this.preprocessor.col+1,t.location.endOffset=this.preprocessor.offset+1),this.currentLocation=this.getCurrentLocation(-1)}emitCurrentTagToken(){let t=this.currentToken;this.prepareToken(t),t.tagID=Ca(t.tagName),t.type===Xe.START_TAG?(this.lastStartTagName=t.tagName,this.handler.onStartTag(t)):(t.attrs.length>0&&this._err(Y.endTagWithAttributes),t.selfClosing&&this._err(Y.endTagWithTrailingSolidus),this.handler.onEndTag(t)),this.preprocessor.dropParsedChunk()}emitCurrentComment(t){this.prepareToken(t),this.handler.onComment(t),this.preprocessor.dropParsedChunk()}emitCurrentDoctype(t){this.prepareToken(t),this.handler.onDoctype(t),this.preprocessor.dropParsedChunk()}_emitCurrentCharacterToken(t){if(this.currentCharacterToken){switch(t&&this.currentCharacterToken.location&&(this.currentCharacterToken.location.endLine=t.startLine,this.currentCharacterToken.location.endCol=t.startCol,this.currentCharacterToken.location.endOffset=t.startOffset),this.currentCharacterToken.type){case Xe.CHARACTER:{this.handler.onCharacter(this.currentCharacterToken);break}case Xe.NULL_CHARACTER:{this.handler.onNullCharacter(this.currentCharacterToken);break}case Xe.WHITESPACE_CHARACTER:{this.handler.onWhitespaceCharacter(this.currentCharacterToken);break}}this.currentCharacterToken=null}}_emitEOFToken(){let t=this.getCurrentLocation(0);t&&(t.endLine=t.startLine,t.endCol=t.startCol,t.endOffset=t.startOffset),this._emitCurrentCharacterToken(t),this.handler.onEof({type:Xe.EOF,location:t}),this.active=!1}_appendCharToCurrentCharacterToken(t,n){if(this.currentCharacterToken)if(this.currentCharacterToken.type===t){this.currentCharacterToken.chars+=n;return}else this.currentLocation=this.getCurrentLocation(0),this._emitCurrentCharacterToken(this.currentLocation),this.preprocessor.dropParsedChunk();this._createCharacterToken(t,n)}_emitCodePoint(t){let n=O8(t)?Xe.WHITESPACE_CHARACTER:t===S.NULL?Xe.NULL_CHARACTER:Xe.CHARACTER;this._appendCharToCurrentCharacterToken(n,String.fromCodePoint(t))}_emitChars(t){this._appendCharToCurrentCharacterToken(Xe.CHARACTER,t)}_startCharacterReference(){this.returnState=this.state,this.state=F.CHARACTER_REFERENCE,this.entityStartPos=this.preprocessor.pos,this.entityDecoder.startEntity(this._isCharacterReferenceInAttribute()?Ho.Attribute:Ho.Legacy)}_isCharacterReferenceInAttribute(){return this.returnState===F.ATTRIBUTE_VALUE_DOUBLE_QUOTED||this.returnState===F.ATTRIBUTE_VALUE_SINGLE_QUOTED||this.returnState===F.ATTRIBUTE_VALUE_UNQUOTED}_flushCodePointConsumedAsCharacterReference(t){this._isCharacterReferenceInAttribute()?this.currentAttr.value+=String.fromCodePoint(t):this._emitCodePoint(t)}_callState(t){switch(this.state){case F.DATA:{this._stateData(t);break}case F.RCDATA:{this._stateRcdata(t);break}case F.RAWTEXT:{this._stateRawtext(t);break}case F.SCRIPT_DATA:{this._stateScriptData(t);break}case F.PLAINTEXT:{this._statePlaintext(t);break}case F.TAG_OPEN:{this._stateTagOpen(t);break}case F.END_TAG_OPEN:{this._stateEndTagOpen(t);break}case F.TAG_NAME:{this._stateTagName(t);break}case F.RCDATA_LESS_THAN_SIGN:{this._stateRcdataLessThanSign(t);break}case F.RCDATA_END_TAG_OPEN:{this._stateRcdataEndTagOpen(t);break}case F.RCDATA_END_TAG_NAME:{this._stateRcdataEndTagName(t);break}case F.RAWTEXT_LESS_THAN_SIGN:{this._stateRawtextLessThanSign(t);break}case F.RAWTEXT_END_TAG_OPEN:{this._stateRawtextEndTagOpen(t);break}case F.RAWTEXT_END_TAG_NAME:{this._stateRawtextEndTagName(t);break}case F.SCRIPT_DATA_LESS_THAN_SIGN:{this._stateScriptDataLessThanSign(t);break}case F.SCRIPT_DATA_END_TAG_OPEN:{this._stateScriptDataEndTagOpen(t);break}case F.SCRIPT_DATA_END_TAG_NAME:{this._stateScriptDataEndTagName(t);break}case F.SCRIPT_DATA_ESCAPE_START:{this._stateScriptDataEscapeStart(t);break}case F.SCRIPT_DATA_ESCAPE_START_DASH:{this._stateScriptDataEscapeStartDash(t);break}case F.SCRIPT_DATA_ESCAPED:{this._stateScriptDataEscaped(t);break}case F.SCRIPT_DATA_ESCAPED_DASH:{this._stateScriptDataEscapedDash(t);break}case F.SCRIPT_DATA_ESCAPED_DASH_DASH:{this._stateScriptDataEscapedDashDash(t);break}case F.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN:{this._stateScriptDataEscapedLessThanSign(t);break}case F.SCRIPT_DATA_ESCAPED_END_TAG_OPEN:{this._stateScriptDataEscapedEndTagOpen(t);break}case F.SCRIPT_DATA_ESCAPED_END_TAG_NAME:{this._stateScriptDataEscapedEndTagName(t);break}case F.SCRIPT_DATA_DOUBLE_ESCAPE_START:{this._stateScriptDataDoubleEscapeStart(t);break}case F.SCRIPT_DATA_DOUBLE_ESCAPED:{this._stateScriptDataDoubleEscaped(t);break}case F.SCRIPT_DATA_DOUBLE_ESCAPED_DASH:{this._stateScriptDataDoubleEscapedDash(t);break}case F.SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH:{this._stateScriptDataDoubleEscapedDashDash(t);break}case F.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN:{this._stateScriptDataDoubleEscapedLessThanSign(t);break}case F.SCRIPT_DATA_DOUBLE_ESCAPE_END:{this._stateScriptDataDoubleEscapeEnd(t);break}case F.BEFORE_ATTRIBUTE_NAME:{this._stateBeforeAttributeName(t);break}case F.ATTRIBUTE_NAME:{this._stateAttributeName(t);break}case F.AFTER_ATTRIBUTE_NAME:{this._stateAfterAttributeName(t);break}case F.BEFORE_ATTRIBUTE_VALUE:{this._stateBeforeAttributeValue(t);break}case F.ATTRIBUTE_VALUE_DOUBLE_QUOTED:{this._stateAttributeValueDoubleQuoted(t);break}case F.ATTRIBUTE_VALUE_SINGLE_QUOTED:{this._stateAttributeValueSingleQuoted(t);break}case F.ATTRIBUTE_VALUE_UNQUOTED:{this._stateAttributeValueUnquoted(t);break}case F.AFTER_ATTRIBUTE_VALUE_QUOTED:{this._stateAfterAttributeValueQuoted(t);break}case F.SELF_CLOSING_START_TAG:{this._stateSelfClosingStartTag(t);break}case F.BOGUS_COMMENT:{this._stateBogusComment(t);break}case F.MARKUP_DECLARATION_OPEN:{this._stateMarkupDeclarationOpen(t);break}case F.COMMENT_START:{this._stateCommentStart(t);break}case F.COMMENT_START_DASH:{this._stateCommentStartDash(t);break}case F.COMMENT:{this._stateComment(t);break}case F.COMMENT_LESS_THAN_SIGN:{this._stateCommentLessThanSign(t);break}case F.COMMENT_LESS_THAN_SIGN_BANG:{this._stateCommentLessThanSignBang(t);break}case F.COMMENT_LESS_THAN_SIGN_BANG_DASH:{this._stateCommentLessThanSignBangDash(t);break}case F.COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH:{this._stateCommentLessThanSignBangDashDash(t);break}case F.COMMENT_END_DASH:{this._stateCommentEndDash(t);break}case F.COMMENT_END:{this._stateCommentEnd(t);break}case F.COMMENT_END_BANG:{this._stateCommentEndBang(t);break}case F.DOCTYPE:{this._stateDoctype(t);break}case F.BEFORE_DOCTYPE_NAME:{this._stateBeforeDoctypeName(t);break}case F.DOCTYPE_NAME:{this._stateDoctypeName(t);break}case F.AFTER_DOCTYPE_NAME:{this._stateAfterDoctypeName(t);break}case F.AFTER_DOCTYPE_PUBLIC_KEYWORD:{this._stateAfterDoctypePublicKeyword(t);break}case F.BEFORE_DOCTYPE_PUBLIC_IDENTIFIER:{this._stateBeforeDoctypePublicIdentifier(t);break}case F.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED:{this._stateDoctypePublicIdentifierDoubleQuoted(t);break}case F.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED:{this._stateDoctypePublicIdentifierSingleQuoted(t);break}case F.AFTER_DOCTYPE_PUBLIC_IDENTIFIER:{this._stateAfterDoctypePublicIdentifier(t);break}case F.BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS:{this._stateBetweenDoctypePublicAndSystemIdentifiers(t);break}case F.AFTER_DOCTYPE_SYSTEM_KEYWORD:{this._stateAfterDoctypeSystemKeyword(t);break}case F.BEFORE_DOCTYPE_SYSTEM_IDENTIFIER:{this._stateBeforeDoctypeSystemIdentifier(t);break}case F.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED:{this._stateDoctypeSystemIdentifierDoubleQuoted(t);break}case F.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED:{this._stateDoctypeSystemIdentifierSingleQuoted(t);break}case F.AFTER_DOCTYPE_SYSTEM_IDENTIFIER:{this._stateAfterDoctypeSystemIdentifier(t);break}case F.BOGUS_DOCTYPE:{this._stateBogusDoctype(t);break}case F.CDATA_SECTION:{this._stateCdataSection(t);break}case F.CDATA_SECTION_BRACKET:{this._stateCdataSectionBracket(t);break}case F.CDATA_SECTION_END:{this._stateCdataSectionEnd(t);break}case F.CHARACTER_REFERENCE:{this._stateCharacterReference();break}case F.AMBIGUOUS_AMPERSAND:{this._stateAmbiguousAmpersand(t);break}default:throw new Error("Unknown state")}}_stateData(t){switch(t){case S.LESS_THAN_SIGN:{this.state=F.TAG_OPEN;break}case S.AMPERSAND:{this._startCharacterReference();break}case S.NULL:{this._err(Y.unexpectedNullCharacter),this._emitCodePoint(t);break}case S.EOF:{this._emitEOFToken();break}default:this._emitCodePoint(t)}}_stateRcdata(t){switch(t){case S.AMPERSAND:{this._startCharacterReference();break}case S.LESS_THAN_SIGN:{this.state=F.RCDATA_LESS_THAN_SIGN;break}case S.NULL:{this._err(Y.unexpectedNullCharacter),this._emitChars(gt);break}case S.EOF:{this._emitEOFToken();break}default:this._emitCodePoint(t)}}_stateRawtext(t){switch(t){case S.LESS_THAN_SIGN:{this.state=F.RAWTEXT_LESS_THAN_SIGN;break}case S.NULL:{this._err(Y.unexpectedNullCharacter),this._emitChars(gt);break}case S.EOF:{this._emitEOFToken();break}default:this._emitCodePoint(t)}}_stateScriptData(t){switch(t){case S.LESS_THAN_SIGN:{this.state=F.SCRIPT_DATA_LESS_THAN_SIGN;break}case S.NULL:{this._err(Y.unexpectedNullCharacter),this._emitChars(gt);break}case S.EOF:{this._emitEOFToken();break}default:this._emitCodePoint(t)}}_statePlaintext(t){switch(t){case S.NULL:{this._err(Y.unexpectedNullCharacter),this._emitChars(gt);break}case S.EOF:{this._emitEOFToken();break}default:this._emitCodePoint(t)}}_stateTagOpen(t){if(Ta(t))this._createStartTagToken(),this.state=F.TAG_NAME,this._stateTagName(t);else switch(t){case S.EXCLAMATION_MARK:{this.state=F.MARKUP_DECLARATION_OPEN;break}case S.SOLIDUS:{this.state=F.END_TAG_OPEN;break}case S.QUESTION_MARK:{this._err(Y.unexpectedQuestionMarkInsteadOfTagName),this._createCommentToken(1),this.state=F.BOGUS_COMMENT,this._stateBogusComment(t);break}case S.EOF:{this._err(Y.eofBeforeTagName),this._emitChars("<"),this._emitEOFToken();break}default:this._err(Y.invalidFirstCharacterOfTagName),this._emitChars("<"),this.state=F.DATA,this._stateData(t)}}_stateEndTagOpen(t){if(Ta(t))this._createEndTagToken(),this.state=F.TAG_NAME,this._stateTagName(t);else switch(t){case S.GREATER_THAN_SIGN:{this._err(Y.missingEndTagName),this.state=F.DATA;break}case S.EOF:{this._err(Y.eofBeforeTagName),this._emitChars("</"),this._emitEOFToken();break}default:this._err(Y.invalidFirstCharacterOfTagName),this._createCommentToken(2),this.state=F.BOGUS_COMMENT,this._stateBogusComment(t)}}_stateTagName(t){let n=this.currentToken;switch(t){case S.SPACE:case S.LINE_FEED:case S.TABULATION:case S.FORM_FEED:{this.state=F.BEFORE_ATTRIBUTE_NAME;break}case S.SOLIDUS:{this.state=F.SELF_CLOSING_START_TAG;break}case S.GREATER_THAN_SIGN:{this.state=F.DATA,this.emitCurrentTagToken();break}case S.NULL:{this._err(Y.unexpectedNullCharacter),n.tagName+=gt;break}case S.EOF:{this._err(Y.eofInTag),this._emitEOFToken();break}default:n.tagName+=String.fromCodePoint(pd(t)?Ih(t):t)}}_stateRcdataLessThanSign(t){t===S.SOLIDUS?this.state=F.RCDATA_END_TAG_OPEN:(this._emitChars("<"),this.state=F.RCDATA,this._stateRcdata(t))}_stateRcdataEndTagOpen(t){Ta(t)?(this.state=F.RCDATA_END_TAG_NAME,this._stateRcdataEndTagName(t)):(this._emitChars("</"),this.state=F.RCDATA,this._stateRcdata(t))}handleSpecialEndTag(t){if(!this.preprocessor.startsWith(this.lastStartTagName,!1))return!this._ensureHibernation();this._createEndTagToken();let n=this.currentToken;switch(n.tagName=this.lastStartTagName,this.preprocessor.peek(this.lastStartTagName.length)){case S.SPACE:case S.LINE_FEED:case S.TABULATION:case S.FORM_FEED:return this._advanceBy(this.lastStartTagName.length),this.state=F.BEFORE_ATTRIBUTE_NAME,!1;case S.SOLIDUS:return this._advanceBy(this.lastStartTagName.length),this.state=F.SELF_CLOSING_START_TAG,!1;case S.GREATER_THAN_SIGN:return this._advanceBy(this.lastStartTagName.length),this.emitCurrentTagToken(),this.state=F.DATA,!1;default:return!this._ensureHibernation()}}_stateRcdataEndTagName(t){this.handleSpecialEndTag(t)&&(this._emitChars("</"),this.state=F.RCDATA,this._stateRcdata(t))}_stateRawtextLessThanSign(t){t===S.SOLIDUS?this.state=F.RAWTEXT_END_TAG_OPEN:(this._emitChars("<"),this.state=F.RAWTEXT,this._stateRawtext(t))}_stateRawtextEndTagOpen(t){Ta(t)?(this.state=F.RAWTEXT_END_TAG_NAME,this._stateRawtextEndTagName(t)):(this._emitChars("</"),this.state=F.RAWTEXT,this._stateRawtext(t))}_stateRawtextEndTagName(t){this.handleSpecialEndTag(t)&&(this._emitChars("</"),this.state=F.RAWTEXT,this._stateRawtext(t))}_stateScriptDataLessThanSign(t){switch(t){case S.SOLIDUS:{this.state=F.SCRIPT_DATA_END_TAG_OPEN;break}case S.EXCLAMATION_MARK:{this.state=F.SCRIPT_DATA_ESCAPE_START,this._emitChars("<!");break}default:this._emitChars("<"),this.state=F.SCRIPT_DATA,this._stateScriptData(t)}}_stateScriptDataEndTagOpen(t){Ta(t)?(this.state=F.SCRIPT_DATA_END_TAG_NAME,this._stateScriptDataEndTagName(t)):(this._emitChars("</"),this.state=F.SCRIPT_DATA,this._stateScriptData(t))}_stateScriptDataEndTagName(t){this.handleSpecialEndTag(t)&&(this._emitChars("</"),this.state=F.SCRIPT_DATA,this._stateScriptData(t))}_stateScriptDataEscapeStart(t){t===S.HYPHEN_MINUS?(this.state=F.SCRIPT_DATA_ESCAPE_START_DASH,this._emitChars("-")):(this.state=F.SCRIPT_DATA,this._stateScriptData(t))}_stateScriptDataEscapeStartDash(t){t===S.HYPHEN_MINUS?(this.state=F.SCRIPT_DATA_ESCAPED_DASH_DASH,this._emitChars("-")):(this.state=F.SCRIPT_DATA,this._stateScriptData(t))}_stateScriptDataEscaped(t){switch(t){case S.HYPHEN_MINUS:{this.state=F.SCRIPT_DATA_ESCAPED_DASH,this._emitChars("-");break}case S.LESS_THAN_SIGN:{this.state=F.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN;break}case S.NULL:{this._err(Y.unexpectedNullCharacter),this._emitChars(gt);break}case S.EOF:{this._err(Y.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break}default:this._emitCodePoint(t)}}_stateScriptDataEscapedDash(t){switch(t){case S.HYPHEN_MINUS:{this.state=F.SCRIPT_DATA_ESCAPED_DASH_DASH,this._emitChars("-");break}case S.LESS_THAN_SIGN:{this.state=F.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN;break}case S.NULL:{this._err(Y.unexpectedNullCharacter),this.state=F.SCRIPT_DATA_ESCAPED,this._emitChars(gt);break}case S.EOF:{this._err(Y.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break}default:this.state=F.SCRIPT_DATA_ESCAPED,this._emitCodePoint(t)}}_stateScriptDataEscapedDashDash(t){switch(t){case S.HYPHEN_MINUS:{this._emitChars("-");break}case S.LESS_THAN_SIGN:{this.state=F.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN;break}case S.GREATER_THAN_SIGN:{this.state=F.SCRIPT_DATA,this._emitChars(">");break}case S.NULL:{this._err(Y.unexpectedNullCharacter),this.state=F.SCRIPT_DATA_ESCAPED,this._emitChars(gt);break}case S.EOF:{this._err(Y.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break}default:this.state=F.SCRIPT_DATA_ESCAPED,this._emitCodePoint(t)}}_stateScriptDataEscapedLessThanSign(t){t===S.SOLIDUS?this.state=F.SCRIPT_DATA_ESCAPED_END_TAG_OPEN:Ta(t)?(this._emitChars("<"),this.state=F.SCRIPT_DATA_DOUBLE_ESCAPE_START,this._stateScriptDataDoubleEscapeStart(t)):(this._emitChars("<"),this.state=F.SCRIPT_DATA_ESCAPED,this._stateScriptDataEscaped(t))}_stateScriptDataEscapedEndTagOpen(t){Ta(t)?(this.state=F.SCRIPT_DATA_ESCAPED_END_TAG_NAME,this._stateScriptDataEscapedEndTagName(t)):(this._emitChars("</"),this.state=F.SCRIPT_DATA_ESCAPED,this._stateScriptDataEscaped(t))}_stateScriptDataEscapedEndTagName(t){this.handleSpecialEndTag(t)&&(this._emitChars("</"),this.state=F.SCRIPT_DATA_ESCAPED,this._stateScriptDataEscaped(t))}_stateScriptDataDoubleEscapeStart(t){if(this.preprocessor.startsWith(Yn.SCRIPT,!1)&&N8(this.preprocessor.peek(Yn.SCRIPT.length))){this._emitCodePoint(t);for(let n=0;n<Yn.SCRIPT.length;n++)this._emitCodePoint(this._consume());this.state=F.SCRIPT_DATA_DOUBLE_ESCAPED}else this._ensureHibernation()||(this.state=F.SCRIPT_DATA_ESCAPED,this._stateScriptDataEscaped(t))}_stateScriptDataDoubleEscaped(t){switch(t){case S.HYPHEN_MINUS:{this.state=F.SCRIPT_DATA_DOUBLE_ESCAPED_DASH,this._emitChars("-");break}case S.LESS_THAN_SIGN:{this.state=F.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN,this._emitChars("<");break}case S.NULL:{this._err(Y.unexpectedNullCharacter),this._emitChars(gt);break}case S.EOF:{this._err(Y.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break}default:this._emitCodePoint(t)}}_stateScriptDataDoubleEscapedDash(t){switch(t){case S.HYPHEN_MINUS:{this.state=F.SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH,this._emitChars("-");break}case S.LESS_THAN_SIGN:{this.state=F.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN,this._emitChars("<");break}case S.NULL:{this._err(Y.unexpectedNullCharacter),this.state=F.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitChars(gt);break}case S.EOF:{this._err(Y.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break}default:this.state=F.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitCodePoint(t)}}_stateScriptDataDoubleEscapedDashDash(t){switch(t){case S.HYPHEN_MINUS:{this._emitChars("-");break}case S.LESS_THAN_SIGN:{this.state=F.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN,this._emitChars("<");break}case S.GREATER_THAN_SIGN:{this.state=F.SCRIPT_DATA,this._emitChars(">");break}case S.NULL:{this._err(Y.unexpectedNullCharacter),this.state=F.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitChars(gt);break}case S.EOF:{this._err(Y.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break}default:this.state=F.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitCodePoint(t)}}_stateScriptDataDoubleEscapedLessThanSign(t){t===S.SOLIDUS?(this.state=F.SCRIPT_DATA_DOUBLE_ESCAPE_END,this._emitChars("/")):(this.state=F.SCRIPT_DATA_DOUBLE_ESCAPED,this._stateScriptDataDoubleEscaped(t))}_stateScriptDataDoubleEscapeEnd(t){if(this.preprocessor.startsWith(Yn.SCRIPT,!1)&&N8(this.preprocessor.peek(Yn.SCRIPT.length))){this._emitCodePoint(t);for(let n=0;n<Yn.SCRIPT.length;n++)this._emitCodePoint(this._consume());this.state=F.SCRIPT_DATA_ESCAPED}else this._ensureHibernation()||(this.state=F.SCRIPT_DATA_DOUBLE_ESCAPED,this._stateScriptDataDoubleEscaped(t))}_stateBeforeAttributeName(t){switch(t){case S.SPACE:case S.LINE_FEED:case S.TABULATION:case S.FORM_FEED:break;case S.SOLIDUS:case S.GREATER_THAN_SIGN:case S.EOF:{this.state=F.AFTER_ATTRIBUTE_NAME,this._stateAfterAttributeName(t);break}case S.EQUALS_SIGN:{this._err(Y.unexpectedEqualsSignBeforeAttributeName),this._createAttr("="),this.state=F.ATTRIBUTE_NAME;break}default:this._createAttr(""),this.state=F.ATTRIBUTE_NAME,this._stateAttributeName(t)}}_stateAttributeName(t){switch(t){case S.SPACE:case S.LINE_FEED:case S.TABULATION:case S.FORM_FEED:case S.SOLIDUS:case S.GREATER_THAN_SIGN:case S.EOF:{this._leaveAttrName(),this.state=F.AFTER_ATTRIBUTE_NAME,this._stateAfterAttributeName(t);break}case S.EQUALS_SIGN:{this._leaveAttrName(),this.state=F.BEFORE_ATTRIBUTE_VALUE;break}case S.QUOTATION_MARK:case S.APOSTROPHE:case S.LESS_THAN_SIGN:{this._err(Y.unexpectedCharacterInAttributeName),this.currentAttr.name+=String.fromCodePoint(t);break}case S.NULL:{this._err(Y.unexpectedNullCharacter),this.currentAttr.name+=gt;break}default:this.currentAttr.name+=String.fromCodePoint(pd(t)?Ih(t):t)}}_stateAfterAttributeName(t){switch(t){case S.SPACE:case S.LINE_FEED:case S.TABULATION:case S.FORM_FEED:break;case S.SOLIDUS:{this.state=F.SELF_CLOSING_START_TAG;break}case S.EQUALS_SIGN:{this.state=F.BEFORE_ATTRIBUTE_VALUE;break}case S.GREATER_THAN_SIGN:{this.state=F.DATA,this.emitCurrentTagToken();break}case S.EOF:{this._err(Y.eofInTag),this._emitEOFToken();break}default:this._createAttr(""),this.state=F.ATTRIBUTE_NAME,this._stateAttributeName(t)}}_stateBeforeAttributeValue(t){switch(t){case S.SPACE:case S.LINE_FEED:case S.TABULATION:case S.FORM_FEED:break;case S.QUOTATION_MARK:{this.state=F.ATTRIBUTE_VALUE_DOUBLE_QUOTED;break}case S.APOSTROPHE:{this.state=F.ATTRIBUTE_VALUE_SINGLE_QUOTED;break}case S.GREATER_THAN_SIGN:{this._err(Y.missingAttributeValue),this.state=F.DATA,this.emitCurrentTagToken();break}default:this.state=F.ATTRIBUTE_VALUE_UNQUOTED,this._stateAttributeValueUnquoted(t)}}_stateAttributeValueDoubleQuoted(t){switch(t){case S.QUOTATION_MARK:{this.state=F.AFTER_ATTRIBUTE_VALUE_QUOTED;break}case S.AMPERSAND:{this._startCharacterReference();break}case S.NULL:{this._err(Y.unexpectedNullCharacter),this.currentAttr.value+=gt;break}case S.EOF:{this._err(Y.eofInTag),this._emitEOFToken();break}default:this.currentAttr.value+=String.fromCodePoint(t)}}_stateAttributeValueSingleQuoted(t){switch(t){case S.APOSTROPHE:{this.state=F.AFTER_ATTRIBUTE_VALUE_QUOTED;break}case S.AMPERSAND:{this._startCharacterReference();break}case S.NULL:{this._err(Y.unexpectedNullCharacter),this.currentAttr.value+=gt;break}case S.EOF:{this._err(Y.eofInTag),this._emitEOFToken();break}default:this.currentAttr.value+=String.fromCodePoint(t)}}_stateAttributeValueUnquoted(t){switch(t){case S.SPACE:case S.LINE_FEED:case S.TABULATION:case S.FORM_FEED:{this._leaveAttrValue(),this.state=F.BEFORE_ATTRIBUTE_NAME;break}case S.AMPERSAND:{this._startCharacterReference();break}case S.GREATER_THAN_SIGN:{this._leaveAttrValue(),this.state=F.DATA,this.emitCurrentTagToken();break}case S.NULL:{this._err(Y.unexpectedNullCharacter),this.currentAttr.value+=gt;break}case S.QUOTATION_MARK:case S.APOSTROPHE:case S.LESS_THAN_SIGN:case S.EQUALS_SIGN:case S.GRAVE_ACCENT:{this._err(Y.unexpectedCharacterInUnquotedAttributeValue),this.currentAttr.value+=String.fromCodePoint(t);break}case S.EOF:{this._err(Y.eofInTag),this._emitEOFToken();break}default:this.currentAttr.value+=String.fromCodePoint(t)}}_stateAfterAttributeValueQuoted(t){switch(t){case S.SPACE:case S.LINE_FEED:case S.TABULATION:case S.FORM_FEED:{this._leaveAttrValue(),this.state=F.BEFORE_ATTRIBUTE_NAME;break}case S.SOLIDUS:{this._leaveAttrValue(),this.state=F.SELF_CLOSING_START_TAG;break}case S.GREATER_THAN_SIGN:{this._leaveAttrValue(),this.state=F.DATA,this.emitCurrentTagToken();break}case S.EOF:{this._err(Y.eofInTag),this._emitEOFToken();break}default:this._err(Y.missingWhitespaceBetweenAttributes),this.state=F.BEFORE_ATTRIBUTE_NAME,this._stateBeforeAttributeName(t)}}_stateSelfClosingStartTag(t){switch(t){case S.GREATER_THAN_SIGN:{let n=this.currentToken;n.selfClosing=!0,this.state=F.DATA,this.emitCurrentTagToken();break}case S.EOF:{this._err(Y.eofInTag),this._emitEOFToken();break}default:this._err(Y.unexpectedSolidusInTag),this.state=F.BEFORE_ATTRIBUTE_NAME,this._stateBeforeAttributeName(t)}}_stateBogusComment(t){let n=this.currentToken;switch(t){case S.GREATER_THAN_SIGN:{this.state=F.DATA,this.emitCurrentComment(n);break}case S.EOF:{this.emitCurrentComment(n),this._emitEOFToken();break}case S.NULL:{this._err(Y.unexpectedNullCharacter),n.data+=gt;break}default:n.data+=String.fromCodePoint(t)}}_stateMarkupDeclarationOpen(t){this._consumeSequenceIfMatch(Yn.DASH_DASH,!0)?(this._createCommentToken(Yn.DASH_DASH.length+1),this.state=F.COMMENT_START):this._consumeSequenceIfMatch(Yn.DOCTYPE,!1)?(this.currentLocation=this.getCurrentLocation(Yn.DOCTYPE.length+1),this.state=F.DOCTYPE):this._consumeSequenceIfMatch(Yn.CDATA_START,!0)?this.inForeignNode?this.state=F.CDATA_SECTION:(this._err(Y.cdataInHtmlContent),this._createCommentToken(Yn.CDATA_START.length+1),this.currentToken.data="[CDATA[",this.state=F.BOGUS_COMMENT):this._ensureHibernation()||(this._err(Y.incorrectlyOpenedComment),this._createCommentToken(2),this.state=F.BOGUS_COMMENT,this._stateBogusComment(t))}_stateCommentStart(t){switch(t){case S.HYPHEN_MINUS:{this.state=F.COMMENT_START_DASH;break}case S.GREATER_THAN_SIGN:{this._err(Y.abruptClosingOfEmptyComment),this.state=F.DATA;let n=this.currentToken;this.emitCurrentComment(n);break}default:this.state=F.COMMENT,this._stateComment(t)}}_stateCommentStartDash(t){let n=this.currentToken;switch(t){case S.HYPHEN_MINUS:{this.state=F.COMMENT_END;break}case S.GREATER_THAN_SIGN:{this._err(Y.abruptClosingOfEmptyComment),this.state=F.DATA,this.emitCurrentComment(n);break}case S.EOF:{this._err(Y.eofInComment),this.emitCurrentComment(n),this._emitEOFToken();break}default:n.data+="-",this.state=F.COMMENT,this._stateComment(t)}}_stateComment(t){let n=this.currentToken;switch(t){case S.HYPHEN_MINUS:{this.state=F.COMMENT_END_DASH;break}case S.LESS_THAN_SIGN:{n.data+="<",this.state=F.COMMENT_LESS_THAN_SIGN;break}case S.NULL:{this._err(Y.unexpectedNullCharacter),n.data+=gt;break}case S.EOF:{this._err(Y.eofInComment),this.emitCurrentComment(n),this._emitEOFToken();break}default:n.data+=String.fromCodePoint(t)}}_stateCommentLessThanSign(t){let n=this.currentToken;switch(t){case S.EXCLAMATION_MARK:{n.data+="!",this.state=F.COMMENT_LESS_THAN_SIGN_BANG;break}case S.LESS_THAN_SIGN:{n.data+="<";break}default:this.state=F.COMMENT,this._stateComment(t)}}_stateCommentLessThanSignBang(t){t===S.HYPHEN_MINUS?this.state=F.COMMENT_LESS_THAN_SIGN_BANG_DASH:(this.state=F.COMMENT,this._stateComment(t))}_stateCommentLessThanSignBangDash(t){t===S.HYPHEN_MINUS?this.state=F.COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH:(this.state=F.COMMENT_END_DASH,this._stateCommentEndDash(t))}_stateCommentLessThanSignBangDashDash(t){t!==S.GREATER_THAN_SIGN&&t!==S.EOF&&this._err(Y.nestedComment),this.state=F.COMMENT_END,this._stateCommentEnd(t)}_stateCommentEndDash(t){let n=this.currentToken;switch(t){case S.HYPHEN_MINUS:{this.state=F.COMMENT_END;break}case S.EOF:{this._err(Y.eofInComment),this.emitCurrentComment(n),this._emitEOFToken();break}default:n.data+="-",this.state=F.COMMENT,this._stateComment(t)}}_stateCommentEnd(t){let n=this.currentToken;switch(t){case S.GREATER_THAN_SIGN:{this.state=F.DATA,this.emitCurrentComment(n);break}case S.EXCLAMATION_MARK:{this.state=F.COMMENT_END_BANG;break}case S.HYPHEN_MINUS:{n.data+="-";break}case S.EOF:{this._err(Y.eofInComment),this.emitCurrentComment(n),this._emitEOFToken();break}default:n.data+="--",this.state=F.COMMENT,this._stateComment(t)}}_stateCommentEndBang(t){let n=this.currentToken;switch(t){case S.HYPHEN_MINUS:{n.data+="--!",this.state=F.COMMENT_END_DASH;break}case S.GREATER_THAN_SIGN:{this._err(Y.incorrectlyClosedComment),this.state=F.DATA,this.emitCurrentComment(n);break}case S.EOF:{this._err(Y.eofInComment),this.emitCurrentComment(n),this._emitEOFToken();break}default:n.data+="--!",this.state=F.COMMENT,this._stateComment(t)}}_stateDoctype(t){switch(t){case S.SPACE:case S.LINE_FEED:case S.TABULATION:case S.FORM_FEED:{this.state=F.BEFORE_DOCTYPE_NAME;break}case S.GREATER_THAN_SIGN:{this.state=F.BEFORE_DOCTYPE_NAME,this._stateBeforeDoctypeName(t);break}case S.EOF:{this._err(Y.eofInDoctype),this._createDoctypeToken(null);let n=this.currentToken;n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._err(Y.missingWhitespaceBeforeDoctypeName),this.state=F.BEFORE_DOCTYPE_NAME,this._stateBeforeDoctypeName(t)}}_stateBeforeDoctypeName(t){if(pd(t))this._createDoctypeToken(String.fromCharCode(Ih(t))),this.state=F.DOCTYPE_NAME;else switch(t){case S.SPACE:case S.LINE_FEED:case S.TABULATION:case S.FORM_FEED:break;case S.NULL:{this._err(Y.unexpectedNullCharacter),this._createDoctypeToken(gt),this.state=F.DOCTYPE_NAME;break}case S.GREATER_THAN_SIGN:{this._err(Y.missingDoctypeName),this._createDoctypeToken(null);let n=this.currentToken;n.forceQuirks=!0,this.emitCurrentDoctype(n),this.state=F.DATA;break}case S.EOF:{this._err(Y.eofInDoctype),this._createDoctypeToken(null);let n=this.currentToken;n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._createDoctypeToken(String.fromCodePoint(t)),this.state=F.DOCTYPE_NAME}}_stateDoctypeName(t){let n=this.currentToken;switch(t){case S.SPACE:case S.LINE_FEED:case S.TABULATION:case S.FORM_FEED:{this.state=F.AFTER_DOCTYPE_NAME;break}case S.GREATER_THAN_SIGN:{this.state=F.DATA,this.emitCurrentDoctype(n);break}case S.NULL:{this._err(Y.unexpectedNullCharacter),n.name+=gt;break}case S.EOF:{this._err(Y.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:n.name+=String.fromCodePoint(pd(t)?Ih(t):t)}}_stateAfterDoctypeName(t){let n=this.currentToken;switch(t){case S.SPACE:case S.LINE_FEED:case S.TABULATION:case S.FORM_FEED:break;case S.GREATER_THAN_SIGN:{this.state=F.DATA,this.emitCurrentDoctype(n);break}case S.EOF:{this._err(Y.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._consumeSequenceIfMatch(Yn.PUBLIC,!1)?this.state=F.AFTER_DOCTYPE_PUBLIC_KEYWORD:this._consumeSequenceIfMatch(Yn.SYSTEM,!1)?this.state=F.AFTER_DOCTYPE_SYSTEM_KEYWORD:this._ensureHibernation()||(this._err(Y.invalidCharacterSequenceAfterDoctypeName),n.forceQuirks=!0,this.state=F.BOGUS_DOCTYPE,this._stateBogusDoctype(t))}}_stateAfterDoctypePublicKeyword(t){let n=this.currentToken;switch(t){case S.SPACE:case S.LINE_FEED:case S.TABULATION:case S.FORM_FEED:{this.state=F.BEFORE_DOCTYPE_PUBLIC_IDENTIFIER;break}case S.QUOTATION_MARK:{this._err(Y.missingWhitespaceAfterDoctypePublicKeyword),n.publicId="",this.state=F.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED;break}case S.APOSTROPHE:{this._err(Y.missingWhitespaceAfterDoctypePublicKeyword),n.publicId="",this.state=F.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED;break}case S.GREATER_THAN_SIGN:{this._err(Y.missingDoctypePublicIdentifier),n.forceQuirks=!0,this.state=F.DATA,this.emitCurrentDoctype(n);break}case S.EOF:{this._err(Y.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._err(Y.missingQuoteBeforeDoctypePublicIdentifier),n.forceQuirks=!0,this.state=F.BOGUS_DOCTYPE,this._stateBogusDoctype(t)}}_stateBeforeDoctypePublicIdentifier(t){let n=this.currentToken;switch(t){case S.SPACE:case S.LINE_FEED:case S.TABULATION:case S.FORM_FEED:break;case S.QUOTATION_MARK:{n.publicId="",this.state=F.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED;break}case S.APOSTROPHE:{n.publicId="",this.state=F.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED;break}case S.GREATER_THAN_SIGN:{this._err(Y.missingDoctypePublicIdentifier),n.forceQuirks=!0,this.state=F.DATA,this.emitCurrentDoctype(n);break}case S.EOF:{this._err(Y.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._err(Y.missingQuoteBeforeDoctypePublicIdentifier),n.forceQuirks=!0,this.state=F.BOGUS_DOCTYPE,this._stateBogusDoctype(t)}}_stateDoctypePublicIdentifierDoubleQuoted(t){let n=this.currentToken;switch(t){case S.QUOTATION_MARK:{this.state=F.AFTER_DOCTYPE_PUBLIC_IDENTIFIER;break}case S.NULL:{this._err(Y.unexpectedNullCharacter),n.publicId+=gt;break}case S.GREATER_THAN_SIGN:{this._err(Y.abruptDoctypePublicIdentifier),n.forceQuirks=!0,this.emitCurrentDoctype(n),this.state=F.DATA;break}case S.EOF:{this._err(Y.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:n.publicId+=String.fromCodePoint(t)}}_stateDoctypePublicIdentifierSingleQuoted(t){let n=this.currentToken;switch(t){case S.APOSTROPHE:{this.state=F.AFTER_DOCTYPE_PUBLIC_IDENTIFIER;break}case S.NULL:{this._err(Y.unexpectedNullCharacter),n.publicId+=gt;break}case S.GREATER_THAN_SIGN:{this._err(Y.abruptDoctypePublicIdentifier),n.forceQuirks=!0,this.emitCurrentDoctype(n),this.state=F.DATA;break}case S.EOF:{this._err(Y.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:n.publicId+=String.fromCodePoint(t)}}_stateAfterDoctypePublicIdentifier(t){let n=this.currentToken;switch(t){case S.SPACE:case S.LINE_FEED:case S.TABULATION:case S.FORM_FEED:{this.state=F.BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS;break}case S.GREATER_THAN_SIGN:{this.state=F.DATA,this.emitCurrentDoctype(n);break}case S.QUOTATION_MARK:{this._err(Y.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers),n.systemId="",this.state=F.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED;break}case S.APOSTROPHE:{this._err(Y.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers),n.systemId="",this.state=F.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED;break}case S.EOF:{this._err(Y.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._err(Y.missingQuoteBeforeDoctypeSystemIdentifier),n.forceQuirks=!0,this.state=F.BOGUS_DOCTYPE,this._stateBogusDoctype(t)}}_stateBetweenDoctypePublicAndSystemIdentifiers(t){let n=this.currentToken;switch(t){case S.SPACE:case S.LINE_FEED:case S.TABULATION:case S.FORM_FEED:break;case S.GREATER_THAN_SIGN:{this.emitCurrentDoctype(n),this.state=F.DATA;break}case S.QUOTATION_MARK:{n.systemId="",this.state=F.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED;break}case S.APOSTROPHE:{n.systemId="",this.state=F.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED;break}case S.EOF:{this._err(Y.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._err(Y.missingQuoteBeforeDoctypeSystemIdentifier),n.forceQuirks=!0,this.state=F.BOGUS_DOCTYPE,this._stateBogusDoctype(t)}}_stateAfterDoctypeSystemKeyword(t){let n=this.currentToken;switch(t){case S.SPACE:case S.LINE_FEED:case S.TABULATION:case S.FORM_FEED:{this.state=F.BEFORE_DOCTYPE_SYSTEM_IDENTIFIER;break}case S.QUOTATION_MARK:{this._err(Y.missingWhitespaceAfterDoctypeSystemKeyword),n.systemId="",this.state=F.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED;break}case S.APOSTROPHE:{this._err(Y.missingWhitespaceAfterDoctypeSystemKeyword),n.systemId="",this.state=F.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED;break}case S.GREATER_THAN_SIGN:{this._err(Y.missingDoctypeSystemIdentifier),n.forceQuirks=!0,this.state=F.DATA,this.emitCurrentDoctype(n);break}case S.EOF:{this._err(Y.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._err(Y.missingQuoteBeforeDoctypeSystemIdentifier),n.forceQuirks=!0,this.state=F.BOGUS_DOCTYPE,this._stateBogusDoctype(t)}}_stateBeforeDoctypeSystemIdentifier(t){let n=this.currentToken;switch(t){case S.SPACE:case S.LINE_FEED:case S.TABULATION:case S.FORM_FEED:break;case S.QUOTATION_MARK:{n.systemId="",this.state=F.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED;break}case S.APOSTROPHE:{n.systemId="",this.state=F.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED;break}case S.GREATER_THAN_SIGN:{this._err(Y.missingDoctypeSystemIdentifier),n.forceQuirks=!0,this.state=F.DATA,this.emitCurrentDoctype(n);break}case S.EOF:{this._err(Y.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._err(Y.missingQuoteBeforeDoctypeSystemIdentifier),n.forceQuirks=!0,this.state=F.BOGUS_DOCTYPE,this._stateBogusDoctype(t)}}_stateDoctypeSystemIdentifierDoubleQuoted(t){let n=this.currentToken;switch(t){case S.QUOTATION_MARK:{this.state=F.AFTER_DOCTYPE_SYSTEM_IDENTIFIER;break}case S.NULL:{this._err(Y.unexpectedNullCharacter),n.systemId+=gt;break}case S.GREATER_THAN_SIGN:{this._err(Y.abruptDoctypeSystemIdentifier),n.forceQuirks=!0,this.emitCurrentDoctype(n),this.state=F.DATA;break}case S.EOF:{this._err(Y.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:n.systemId+=String.fromCodePoint(t)}}_stateDoctypeSystemIdentifierSingleQuoted(t){let n=this.currentToken;switch(t){case S.APOSTROPHE:{this.state=F.AFTER_DOCTYPE_SYSTEM_IDENTIFIER;break}case S.NULL:{this._err(Y.unexpectedNullCharacter),n.systemId+=gt;break}case S.GREATER_THAN_SIGN:{this._err(Y.abruptDoctypeSystemIdentifier),n.forceQuirks=!0,this.emitCurrentDoctype(n),this.state=F.DATA;break}case S.EOF:{this._err(Y.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:n.systemId+=String.fromCodePoint(t)}}_stateAfterDoctypeSystemIdentifier(t){let n=this.currentToken;switch(t){case S.SPACE:case S.LINE_FEED:case S.TABULATION:case S.FORM_FEED:break;case S.GREATER_THAN_SIGN:{this.emitCurrentDoctype(n),this.state=F.DATA;break}case S.EOF:{this._err(Y.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._err(Y.unexpectedCharacterAfterDoctypeSystemIdentifier),this.state=F.BOGUS_DOCTYPE,this._stateBogusDoctype(t)}}_stateBogusDoctype(t){let n=this.currentToken;switch(t){case S.GREATER_THAN_SIGN:{this.emitCurrentDoctype(n),this.state=F.DATA;break}case S.NULL:{this._err(Y.unexpectedNullCharacter);break}case S.EOF:{this.emitCurrentDoctype(n),this._emitEOFToken();break}default:}}_stateCdataSection(t){switch(t){case S.RIGHT_SQUARE_BRACKET:{this.state=F.CDATA_SECTION_BRACKET;break}case S.EOF:{this._err(Y.eofInCdata),this._emitEOFToken();break}default:this._emitCodePoint(t)}}_stateCdataSectionBracket(t){t===S.RIGHT_SQUARE_BRACKET?this.state=F.CDATA_SECTION_END:(this._emitChars("]"),this.state=F.CDATA_SECTION,this._stateCdataSection(t))}_stateCdataSectionEnd(t){switch(t){case S.GREATER_THAN_SIGN:{this.state=F.DATA;break}case S.RIGHT_SQUARE_BRACKET:{this._emitChars("]");break}default:this._emitChars("]]"),this.state=F.CDATA_SECTION,this._stateCdataSection(t)}}_stateCharacterReference(){let t=this.entityDecoder.write(this.preprocessor.html,this.preprocessor.pos);if(t<0)if(this.preprocessor.lastChunkWritten)t=this.entityDecoder.end();else{this.active=!1,this.preprocessor.pos=this.preprocessor.html.length-1,this.consumedAfterSnapshot=0,this.preprocessor.endOfChunkHit=!0;return}t===0?(this.preprocessor.pos=this.entityStartPos,this._flushCodePointConsumedAsCharacterReference(S.AMPERSAND),this.state=!this._isCharacterReferenceInAttribute()&&R8(this.preprocessor.peek(1))?F.AMBIGUOUS_AMPERSAND:this.returnState):this.state=this.returnState}_stateAmbiguousAmpersand(t){R8(t)?this._flushCodePointConsumedAsCharacterReference(t):(t===S.SEMICOLON&&this._err(Y.unknownNamedCharacterReference),this.state=this.returnState,this._callState(t))}};var $8=new Set([m.DD,m.DT,m.LI,m.OPTGROUP,m.OPTION,m.P,m.RB,m.RP,m.RT,m.RTC]),M8=new Set([...$8,m.CAPTION,m.COLGROUP,m.TBODY,m.TD,m.TFOOT,m.TH,m.THEAD,m.TR]),Fh=new Set([m.APPLET,m.CAPTION,m.HTML,m.MARQUEE,m.OBJECT,m.TABLE,m.TD,m.TEMPLATE,m.TH]),wG=new Set([...Fh,m.OL,m.UL]),kG=new Set([...Fh,m.BUTTON]),P8=new Set([m.ANNOTATION_XML,m.MI,m.MN,m.MO,m.MS,m.MTEXT]),B8=new Set([m.DESC,m.FOREIGN_OBJECT,m.TITLE]),CG=new Set([m.TR,m.TEMPLATE,m.HTML]),TG=new Set([m.TBODY,m.TFOOT,m.THEAD,m.TEMPLATE,m.HTML]),AG=new Set([m.TABLE,m.TEMPLATE,m.HTML]),_G=new Set([m.TD,m.TH]),Lh=class{get currentTmplContentOrNode(){return this._isInTemplate()?this.treeAdapter.getTemplateContent(this.current):this.current}constructor(t,n,r){this.treeAdapter=n,this.handler=r,this.items=[],this.tagIDs=[],this.stackTop=-1,this.tmplCount=0,this.currentTagId=m.UNKNOWN,this.current=t}_indexOf(t){return this.items.lastIndexOf(t,this.stackTop)}_isInTemplate(){return this.currentTagId===m.TEMPLATE&&this.treeAdapter.getNamespaceURI(this.current)===ne.HTML}_updateCurrentElement(){this.current=this.items[this.stackTop],this.currentTagId=this.tagIDs[this.stackTop]}push(t,n){this.stackTop++,this.items[this.stackTop]=t,this.current=t,this.tagIDs[this.stackTop]=n,this.currentTagId=n,this._isInTemplate()&&this.tmplCount++,this.handler.onItemPush(t,n,!0)}pop(){let t=this.current;this.tmplCount>0&&this._isInTemplate()&&this.tmplCount--,this.stackTop--,this._updateCurrentElement(),this.handler.onItemPop(t,!0)}replace(t,n){let r=this._indexOf(t);this.items[r]=n,r===this.stackTop&&(this.current=n)}insertAfter(t,n,r){let o=this._indexOf(t)+1;this.items.splice(o,0,n),this.tagIDs.splice(o,0,r),this.stackTop++,o===this.stackTop&&this._updateCurrentElement(),this.current&&this.currentTagId!==void 0&&this.handler.onItemPush(this.current,this.currentTagId,o===this.stackTop)}popUntilTagNamePopped(t){let n=this.stackTop+1;do n=this.tagIDs.lastIndexOf(t,n-1);while(n>0&&this.treeAdapter.getNamespaceURI(this.items[n])!==ne.HTML);this.shortenToLength(Math.max(n,0))}shortenToLength(t){for(;this.stackTop>=t;){let n=this.current;this.tmplCount>0&&this._isInTemplate()&&(this.tmplCount-=1),this.stackTop--,this._updateCurrentElement(),this.handler.onItemPop(n,this.stackTop<t)}}popUntilElementPopped(t){let n=this._indexOf(t);this.shortenToLength(Math.max(n,0))}popUntilPopped(t,n){let r=this._indexOfTagNames(t,n);this.shortenToLength(Math.max(r,0))}popUntilNumberedHeaderPopped(){this.popUntilPopped(Ju,ne.HTML)}popUntilTableCellPopped(){this.popUntilPopped(_G,ne.HTML)}popAllUpToHtmlElement(){this.tmplCount=0,this.shortenToLength(1)}_indexOfTagNames(t,n){for(let r=this.stackTop;r>=0;r--)if(t.has(this.tagIDs[r])&&this.treeAdapter.getNamespaceURI(this.items[r])===n)return r;return-1}clearBackTo(t,n){let r=this._indexOfTagNames(t,n);this.shortenToLength(r+1)}clearBackToTableContext(){this.clearBackTo(AG,ne.HTML)}clearBackToTableBodyContext(){this.clearBackTo(TG,ne.HTML)}clearBackToTableRowContext(){this.clearBackTo(CG,ne.HTML)}remove(t){let n=this._indexOf(t);n>=0&&(n===this.stackTop?this.pop():(this.items.splice(n,1),this.tagIDs.splice(n,1),this.stackTop--,this._updateCurrentElement(),this.handler.onItemPop(t,!1)))}tryPeekProperlyNestedBodyElement(){return this.stackTop>=1&&this.tagIDs[1]===m.BODY?this.items[1]:null}contains(t){return this._indexOf(t)>-1}getCommonAncestor(t){let n=this._indexOf(t)-1;return n>=0?this.items[n]:null}isRootHtmlElementCurrent(){return this.stackTop===0&&this.tagIDs[0]===m.HTML}hasInDynamicScope(t,n){for(let r=this.stackTop;r>=0;r--){let o=this.tagIDs[r];switch(this.treeAdapter.getNamespaceURI(this.items[r])){case ne.HTML:{if(o===t)return!0;if(n.has(o))return!1;break}case ne.SVG:{if(B8.has(o))return!1;break}case ne.MATHML:{if(P8.has(o))return!1;break}}}return!0}hasInScope(t){return this.hasInDynamicScope(t,Fh)}hasInListItemScope(t){return this.hasInDynamicScope(t,wG)}hasInButtonScope(t){return this.hasInDynamicScope(t,kG)}hasNumberedHeaderInScope(){for(let t=this.stackTop;t>=0;t--){let n=this.tagIDs[t];switch(this.treeAdapter.getNamespaceURI(this.items[t])){case ne.HTML:{if(Ju.has(n))return!0;if(Fh.has(n))return!1;break}case ne.SVG:{if(B8.has(n))return!1;break}case ne.MATHML:{if(P8.has(n))return!1;break}}}return!0}hasInTableScope(t){for(let n=this.stackTop;n>=0;n--)if(this.treeAdapter.getNamespaceURI(this.items[n])===ne.HTML)switch(this.tagIDs[n]){case t:return!0;case m.TABLE:case m.HTML:return!1}return!0}hasTableBodyContextInTableScope(){for(let t=this.stackTop;t>=0;t--)if(this.treeAdapter.getNamespaceURI(this.items[t])===ne.HTML)switch(this.tagIDs[t]){case m.TBODY:case m.THEAD:case m.TFOOT:return!0;case m.TABLE:case m.HTML:return!1}return!0}hasInSelectScope(t){for(let n=this.stackTop;n>=0;n--)if(this.treeAdapter.getNamespaceURI(this.items[n])===ne.HTML)switch(this.tagIDs[n]){case t:return!0;case m.OPTION:case m.OPTGROUP:break;default:return!1}return!0}generateImpliedEndTags(){for(;this.currentTagId!==void 0&&$8.has(this.currentTagId);)this.pop()}generateImpliedEndTagsThoroughly(){for(;this.currentTagId!==void 0&&M8.has(this.currentTagId);)this.pop()}generateImpliedEndTagsWithExclusion(t){for(;this.currentTagId!==void 0&&this.currentTagId!==t&&M8.has(this.currentTagId);)this.pop()}};var Eo;(function(e){e[e.Marker=0]="Marker",e[e.Element=1]="Element"})(Eo||(Eo={}));var z8={type:Eo.Marker},Rh=class{constructor(t){this.treeAdapter=t,this.entries=[],this.bookmark=null}_getNoahArkConditionCandidates(t,n){let r=[],o=n.length,i=this.treeAdapter.getTagName(t),s=this.treeAdapter.getNamespaceURI(t);for(let l=0;l<this.entries.length;l++){let c=this.entries[l];if(c.type===Eo.Marker)break;let{element:d}=c;if(this.treeAdapter.getTagName(d)===i&&this.treeAdapter.getNamespaceURI(d)===s){let h=this.treeAdapter.getAttrList(d);h.length===o&&r.push({idx:l,attrs:h})}}return r}_ensureNoahArkCondition(t){if(this.entries.length<3)return;let n=this.treeAdapter.getAttrList(t),r=this._getNoahArkConditionCandidates(t,n);if(r.length<3)return;let o=new Map(n.map(s=>[s.name,s.value])),i=0;for(let s=0;s<r.length;s++){let l=r[s];l.attrs.every(c=>o.get(c.name)===c.value)&&(i+=1,i>=3&&this.entries.splice(l.idx,1))}}insertMarker(){this.entries.unshift(z8)}pushElement(t,n){this._ensureNoahArkCondition(t),this.entries.unshift({type:Eo.Element,element:t,token:n})}insertElementAfterBookmark(t,n){let r=this.entries.indexOf(this.bookmark);this.entries.splice(r,0,{type:Eo.Element,element:t,token:n})}removeEntry(t){let n=this.entries.indexOf(t);n!==-1&&this.entries.splice(n,1)}clearToLastMarker(){let t=this.entries.indexOf(z8);t===-1?this.entries.length=0:this.entries.splice(0,t+1)}getElementEntryInScopeWithTagName(t){let n=this.entries.find(r=>r.type===Eo.Marker||this.treeAdapter.getTagName(r.element)===t);return n&&n.type===Eo.Element?n:null}getElementEntry(t){return this.entries.find(n=>n.type===Eo.Element&&n.element===t)}};var Do={createDocument(){return{nodeName:"#document",mode:Ln.NO_QUIRKS,childNodes:[]}},createDocumentFragment(){return{nodeName:"#document-fragment",childNodes:[]}},createElement(e,t,n){return{nodeName:e,tagName:e,attrs:n,namespaceURI:t,childNodes:[],parentNode:null}},createCommentNode(e){return{nodeName:"#comment",data:e,parentNode:null}},createTextNode(e){return{nodeName:"#text",value:e,parentNode:null}},appendChild(e,t){e.childNodes.push(t),t.parentNode=e},insertBefore(e,t,n){let r=e.childNodes.indexOf(n);e.childNodes.splice(r,0,t),t.parentNode=e},setTemplateContent(e,t){e.content=t},getTemplateContent(e){return e.content},setDocumentType(e,t,n,r){let o=e.childNodes.find(i=>i.nodeName==="#documentType");if(o)o.name=t,o.publicId=n,o.systemId=r;else{let i={nodeName:"#documentType",name:t,publicId:n,systemId:r,parentNode:null};Do.appendChild(e,i)}},setDocumentMode(e,t){e.mode=t},getDocumentMode(e){return e.mode},detachNode(e){if(e.parentNode){let t=e.parentNode.childNodes.indexOf(e);e.parentNode.childNodes.splice(t,1),e.parentNode=null}},insertText(e,t){if(e.childNodes.length>0){let n=e.childNodes[e.childNodes.length-1];if(Do.isTextNode(n)){n.value+=t;return}}Do.appendChild(e,Do.createTextNode(t))},insertTextBefore(e,t,n){let r=e.childNodes[e.childNodes.indexOf(n)-1];r&&Do.isTextNode(r)?r.value+=t:Do.insertBefore(e,Do.createTextNode(t),n)},adoptAttributes(e,t){let n=new Set(e.attrs.map(r=>r.name));for(let r=0;r<t.length;r++)n.has(t[r].name)||e.attrs.push(t[r])},getFirstChild(e){return e.childNodes[0]},getChildNodes(e){return e.childNodes},getParentNode(e){return e.parentNode},getAttrList(e){return e.attrs},getTagName(e){return e.tagName},getNamespaceURI(e){return e.namespaceURI},getTextNodeContent(e){return e.value},getCommentNodeContent(e){return e.data},getDocumentTypeNodeName(e){return e.name},getDocumentTypeNodePublicId(e){return e.publicId},getDocumentTypeNodeSystemId(e){return e.systemId},isTextNode(e){return e.nodeName==="#text"},isCommentNode(e){return e.nodeName==="#comment"},isDocumentTypeNode(e){return e.nodeName==="#documentType"},isElementNode(e){return Object.prototype.hasOwnProperty.call(e,"tagName")},setNodeSourceCodeLocation(e,t){e.sourceCodeLocation=t},getNodeSourceCodeLocation(e){return e.sourceCodeLocation},updateNodeSourceCodeLocation(e,t){e.sourceCodeLocation={...e.sourceCodeLocation,...t}}};var U8="html",SG="about:legacy-compat",IG="http://www.ibm.com/data/dtd/v11/ibmxhtml1-transitional.dtd",j8=["+//silmaril//dtd html pro v0r11 19970101//","-//as//dtd html 3.0 aswedit + extensions//","-//advasoft ltd//dtd html 3.0 aswedit + extensions//","-//ietf//dtd html 2.0 level 1//","-//ietf//dtd html 2.0 level 2//","-//ietf//dtd html 2.0 strict level 1//","-//ietf//dtd html 2.0 strict level 2//","-//ietf//dtd html 2.0 strict//","-//ietf//dtd html 2.0//","-//ietf//dtd html 2.1e//","-//ietf//dtd html 3.0//","-//ietf//dtd html 3.2 final//","-//ietf//dtd html 3.2//","-//ietf//dtd html 3//","-//ietf//dtd html level 0//","-//ietf//dtd html level 1//","-//ietf//dtd html level 2//","-//ietf//dtd html level 3//","-//ietf//dtd html strict level 0//","-//ietf//dtd html strict level 1//","-//ietf//dtd html strict level 2//","-//ietf//dtd html strict level 3//","-//ietf//dtd html strict//","-//ietf//dtd html//","-//metrius//dtd metrius presentational//","-//microsoft//dtd internet explorer 2.0 html strict//","-//microsoft//dtd internet explorer 2.0 html//","-//microsoft//dtd internet explorer 2.0 tables//","-//microsoft//dtd internet explorer 3.0 html strict//","-//microsoft//dtd internet explorer 3.0 html//","-//microsoft//dtd internet explorer 3.0 tables//","-//netscape comm. corp.//dtd html//","-//netscape comm. corp.//dtd strict html//","-//o'reilly and associates//dtd html 2.0//","-//o'reilly and associates//dtd html extended 1.0//","-//o'reilly and associates//dtd html extended relaxed 1.0//","-//sq//dtd html 2.0 hotmetal + extensions//","-//softquad software//dtd hotmetal pro 6.0::19990601::extensions to html 4.0//","-//softquad//dtd hotmetal pro 4.0::19971010::extensions to html 4.0//","-//spyglass//dtd html 2.0 extended//","-//sun microsystems corp.//dtd hotjava html//","-//sun microsystems corp.//dtd hotjava strict html//","-//w3c//dtd html 3 1995-03-24//","-//w3c//dtd html 3.2 draft//","-//w3c//dtd html 3.2 final//","-//w3c//dtd html 3.2//","-//w3c//dtd html 3.2s draft//","-//w3c//dtd html 4.0 frameset//","-//w3c//dtd html 4.0 transitional//","-//w3c//dtd html experimental 19960712//","-//w3c//dtd html experimental 970421//","-//w3c//dtd w3 html//","-//w3o//dtd w3 html 3.0//","-//webtechs//dtd mozilla html 2.0//","-//webtechs//dtd mozilla html//"],FG=[...j8,"-//w3c//dtd html 4.01 frameset//","-//w3c//dtd html 4.01 transitional//"],LG=new Set(["-//w3o//dtd w3 html strict 3.0//en//","-/w3c/dtd html 4.0 transitional/en","html"]),W8=["-//w3c//dtd xhtml 1.0 frameset//","-//w3c//dtd xhtml 1.0 transitional//"],RG=[...W8,"-//w3c//dtd html 4.01 frameset//","-//w3c//dtd html 4.01 transitional//"];function H8(e,t){return t.some(n=>e.startsWith(n))}function V8(e){return e.name===U8&&e.publicId===null&&(e.systemId===null||e.systemId===SG)}function G8(e){if(e.name!==U8)return Ln.QUIRKS;let{systemId:t}=e;if(t&&t.toLowerCase()===IG)return Ln.QUIRKS;let{publicId:n}=e;if(n!==null){if(n=n.toLowerCase(),LG.has(n))return Ln.QUIRKS;let r=t===null?FG:j8;if(H8(n,r))return Ln.QUIRKS;if(r=t===null?W8:RG,H8(n,r))return Ln.LIMITED_QUIRKS}return Ln.NO_QUIRKS}var Y8={TEXT_HTML:"text/html",APPLICATION_XML:"application/xhtml+xml"},OG="definitionurl",MG="definitionURL",PG=new Map(["attributeName","attributeType","baseFrequency","baseProfile","calcMode","clipPathUnits","diffuseConstant","edgeMode","filterUnits","glyphRef","gradientTransform","gradientUnits","kernelMatrix","kernelUnitLength","keyPoints","keySplines","keyTimes","lengthAdjust","limitingConeAngle","markerHeight","markerUnits","markerWidth","maskContentUnits","maskUnits","numOctaves","pathLength","patternContentUnits","patternTransform","patternUnits","pointsAtX","pointsAtY","pointsAtZ","preserveAlpha","preserveAspectRatio","primitiveUnits","refX","refY","repeatCount","repeatDur","requiredExtensions","requiredFeatures","specularConstant","specularExponent","spreadMethod","startOffset","stdDeviation","stitchTiles","surfaceScale","systemLanguage","tableValues","targetX","targetY","textLength","viewBox","viewTarget","xChannelSelector","yChannelSelector","zoomAndPan"].map(e=>[e.toLowerCase(),e])),BG=new Map([["xlink:actuate",{prefix:"xlink",name:"actuate",namespace:ne.XLINK}],["xlink:arcrole",{prefix:"xlink",name:"arcrole",namespace:ne.XLINK}],["xlink:href",{prefix:"xlink",name:"href",namespace:ne.XLINK}],["xlink:role",{prefix:"xlink",name:"role",namespace:ne.XLINK}],["xlink:show",{prefix:"xlink",name:"show",namespace:ne.XLINK}],["xlink:title",{prefix:"xlink",name:"title",namespace:ne.XLINK}],["xlink:type",{prefix:"xlink",name:"type",namespace:ne.XLINK}],["xml:lang",{prefix:"xml",name:"lang",namespace:ne.XML}],["xml:space",{prefix:"xml",name:"space",namespace:ne.XML}],["xmlns",{prefix:"",name:"xmlns",namespace:ne.XMLNS}],["xmlns:xlink",{prefix:"xmlns",name:"xlink",namespace:ne.XMLNS}]]),$G=new Map(["altGlyph","altGlyphDef","altGlyphItem","animateColor","animateMotion","animateTransform","clipPath","feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence","foreignObject","glyphRef","linearGradient","radialGradient","textPath"].map(e=>[e.toLowerCase(),e])),zG=new Set([m.B,m.BIG,m.BLOCKQUOTE,m.BODY,m.BR,m.CENTER,m.CODE,m.DD,m.DIV,m.DL,m.DT,m.EM,m.EMBED,m.H1,m.H2,m.H3,m.H4,m.H5,m.H6,m.HEAD,m.HR,m.I,m.IMG,m.LI,m.LISTING,m.MENU,m.META,m.NOBR,m.OL,m.P,m.PRE,m.RUBY,m.S,m.SMALL,m.SPAN,m.STRONG,m.STRIKE,m.SUB,m.SUP,m.TABLE,m.TT,m.U,m.UL,m.VAR]);function q8(e){let t=e.tagID;return t===m.FONT&&e.attrs.some(({name:r})=>r===Uo.COLOR||r===Uo.SIZE||r===Uo.FACE)||zG.has(t)}function cb(e){for(let t=0;t<e.attrs.length;t++)if(e.attrs[t].name===OG){e.attrs[t].name=MG;break}}function db(e){for(let t=0;t<e.attrs.length;t++){let n=PG.get(e.attrs[t].name);n!=null&&(e.attrs[t].name=n)}}function Nh(e){for(let t=0;t<e.attrs.length;t++){let n=BG.get(e.attrs[t].name);n&&(e.attrs[t].prefix=n.prefix,e.attrs[t].name=n.name,e.attrs[t].namespace=n.namespace)}}function X8(e){let t=$G.get(e.tagName);t!=null&&(e.tagName=t,e.tagID=Ca(e.tagName))}function HG(e,t){return t===ne.MATHML&&(e===m.MI||e===m.MO||e===m.MN||e===m.MS||e===m.MTEXT)}function UG(e,t,n){if(t===ne.MATHML&&e===m.ANNOTATION_XML){for(let r=0;r<n.length;r++)if(n[r].name===Uo.ENCODING){let o=n[r].value.toLowerCase();return o===Y8.TEXT_HTML||o===Y8.APPLICATION_XML}}return t===ne.SVG&&(e===m.FOREIGN_OBJECT||e===m.DESC||e===m.TITLE)}function K8(e,t,n,r){return(!r||r===ne.HTML)&&UG(e,t,n)||(!r||r===ne.MATHML)&&HG(e,t)}var jG="hidden",WG=8,VG=3,O;(function(e){e[e.INITIAL=0]="INITIAL",e[e.BEFORE_HTML=1]="BEFORE_HTML",e[e.BEFORE_HEAD=2]="BEFORE_HEAD",e[e.IN_HEAD=3]="IN_HEAD",e[e.IN_HEAD_NO_SCRIPT=4]="IN_HEAD_NO_SCRIPT",e[e.AFTER_HEAD=5]="AFTER_HEAD",e[e.IN_BODY=6]="IN_BODY",e[e.TEXT=7]="TEXT",e[e.IN_TABLE=8]="IN_TABLE",e[e.IN_TABLE_TEXT=9]="IN_TABLE_TEXT",e[e.IN_CAPTION=10]="IN_CAPTION",e[e.IN_COLUMN_GROUP=11]="IN_COLUMN_GROUP",e[e.IN_TABLE_BODY=12]="IN_TABLE_BODY",e[e.IN_ROW=13]="IN_ROW",e[e.IN_CELL=14]="IN_CELL",e[e.IN_SELECT=15]="IN_SELECT",e[e.IN_SELECT_IN_TABLE=16]="IN_SELECT_IN_TABLE",e[e.IN_TEMPLATE=17]="IN_TEMPLATE",e[e.AFTER_BODY=18]="AFTER_BODY",e[e.IN_FRAMESET=19]="IN_FRAMESET",e[e.AFTER_FRAMESET=20]="AFTER_FRAMESET",e[e.AFTER_AFTER_BODY=21]="AFTER_AFTER_BODY",e[e.AFTER_AFTER_FRAMESET=22]="AFTER_AFTER_FRAMESET"})(O||(O={}));var GG={startLine:-1,startCol:-1,startOffset:-1,endLine:-1,endCol:-1,endOffset:-1},t_=new Set([m.TABLE,m.TBODY,m.TFOOT,m.THEAD,m.TR]),Z8={scriptingEnabled:!0,sourceCodeLocationInfo:!1,treeAdapter:Do,onParseError:null},_s=class{constructor(t,n,r=null,o=null){this.fragmentContext=r,this.scriptHandler=o,this.currentToken=null,this.stopped=!1,this.insertionMode=O.INITIAL,this.originalInsertionMode=O.INITIAL,this.headElement=null,this.formElement=null,this.currentNotInHTML=!1,this.tmplInsertionModeStack=[],this.pendingCharacterTokens=[],this.hasNonWhitespacePendingCharacterToken=!1,this.framesetOk=!0,this.skipNextNewLine=!1,this.fosterParentingEnabled=!1,this.options={...Z8,...t},this.treeAdapter=this.options.treeAdapter,this.onParseError=this.options.onParseError,this.onParseError&&(this.options.sourceCodeLocationInfo=!0),this.document=n??this.treeAdapter.createDocument(),this.tokenizer=new hd(this.options,this),this.activeFormattingElements=new Rh(this.treeAdapter),this.fragmentContextID=r?Ca(this.treeAdapter.getTagName(r)):m.UNKNOWN,this._setContextModes(r??this.document,this.fragmentContextID),this.openElements=new Lh(this.document,this.treeAdapter,this)}static parse(t,n){let r=new this(n);return r.tokenizer.write(t,!0),r.document}static getFragmentParser(t,n){let r={...Z8,...n};t??(t=r.treeAdapter.createElement(j.TEMPLATE,ne.HTML,[]));let o=r.treeAdapter.createElement("documentmock",ne.HTML,[]),i=new this(r,o,t);return i.fragmentContextID===m.TEMPLATE&&i.tmplInsertionModeStack.unshift(O.IN_TEMPLATE),i._initTokenizerForFragmentParsing(),i._insertFakeRootElement(),i._resetInsertionMode(),i._findFormInFragmentContext(),i}getFragment(){let t=this.treeAdapter.getFirstChild(this.document),n=this.treeAdapter.createDocumentFragment();return this._adoptNodes(t,n),n}_err(t,n,r){var o;if(!this.onParseError)return;let i=(o=t.location)!==null&&o!==void 0?o:GG,s={code:n,startLine:i.startLine,startCol:i.startCol,startOffset:i.startOffset,endLine:r?i.startLine:i.endLine,endCol:r?i.startCol:i.endCol,endOffset:r?i.startOffset:i.endOffset};this.onParseError(s)}onItemPush(t,n,r){var o,i;(i=(o=this.treeAdapter).onItemPush)===null||i===void 0||i.call(o,t),r&&this.openElements.stackTop>0&&this._setContextModes(t,n)}onItemPop(t,n){var r,o;if(this.options.sourceCodeLocationInfo&&this._setEndLocation(t,this.currentToken),(o=(r=this.treeAdapter).onItemPop)===null||o===void 0||o.call(r,t,this.openElements.current),n){let i,s;this.openElements.stackTop===0&&this.fragmentContext?(i=this.fragmentContext,s=this.fragmentContextID):{current:i,currentTagId:s}=this.openElements,this._setContextModes(i,s)}}_setContextModes(t,n){let r=t===this.document||t&&this.treeAdapter.getNamespaceURI(t)===ne.HTML;this.currentNotInHTML=!r,this.tokenizer.inForeignNode=!r&&t!==void 0&&n!==void 0&&!this._isIntegrationPoint(n,t)}_switchToTextParsing(t,n){this._insertElement(t,ne.HTML),this.tokenizer.state=n,this.originalInsertionMode=this.insertionMode,this.insertionMode=O.TEXT}switchToPlaintextParsing(){this.insertionMode=O.TEXT,this.originalInsertionMode=O.IN_BODY,this.tokenizer.state=kt.PLAINTEXT}_getAdjustedCurrentElement(){return this.openElements.stackTop===0&&this.fragmentContext?this.fragmentContext:this.openElements.current}_findFormInFragmentContext(){let t=this.fragmentContext;for(;t;){if(this.treeAdapter.getTagName(t)===j.FORM){this.formElement=t;break}t=this.treeAdapter.getParentNode(t)}}_initTokenizerForFragmentParsing(){if(!(!this.fragmentContext||this.treeAdapter.getNamespaceURI(this.fragmentContext)!==ne.HTML))switch(this.fragmentContextID){case m.TITLE:case m.TEXTAREA:{this.tokenizer.state=kt.RCDATA;break}case m.STYLE:case m.XMP:case m.IFRAME:case m.NOEMBED:case m.NOFRAMES:case m.NOSCRIPT:{this.tokenizer.state=kt.RAWTEXT;break}case m.SCRIPT:{this.tokenizer.state=kt.SCRIPT_DATA;break}case m.PLAINTEXT:{this.tokenizer.state=kt.PLAINTEXT;break}default:}}_setDocumentType(t){let n=t.name||"",r=t.publicId||"",o=t.systemId||"";if(this.treeAdapter.setDocumentType(this.document,n,r,o),t.location){let s=this.treeAdapter.getChildNodes(this.document).find(l=>this.treeAdapter.isDocumentTypeNode(l));s&&this.treeAdapter.setNodeSourceCodeLocation(s,t.location)}}_attachElementToTree(t,n){if(this.options.sourceCodeLocationInfo){let r=n&&{...n,startTag:n};this.treeAdapter.setNodeSourceCodeLocation(t,r)}if(this._shouldFosterParentOnInsertion())this._fosterParentElement(t);else{let r=this.openElements.currentTmplContentOrNode;this.treeAdapter.appendChild(r??this.document,t)}}_appendElement(t,n){let r=this.treeAdapter.createElement(t.tagName,n,t.attrs);this._attachElementToTree(r,t.location)}_insertElement(t,n){let r=this.treeAdapter.createElement(t.tagName,n,t.attrs);this._attachElementToTree(r,t.location),this.openElements.push(r,t.tagID)}_insertFakeElement(t,n){let r=this.treeAdapter.createElement(t,ne.HTML,[]);this._attachElementToTree(r,null),this.openElements.push(r,n)}_insertTemplate(t){let n=this.treeAdapter.createElement(t.tagName,ne.HTML,t.attrs),r=this.treeAdapter.createDocumentFragment();this.treeAdapter.setTemplateContent(n,r),this._attachElementToTree(n,t.location),this.openElements.push(n,t.tagID),this.options.sourceCodeLocationInfo&&this.treeAdapter.setNodeSourceCodeLocation(r,null)}_insertFakeRootElement(){let t=this.treeAdapter.createElement(j.HTML,ne.HTML,[]);this.options.sourceCodeLocationInfo&&this.treeAdapter.setNodeSourceCodeLocation(t,null),this.treeAdapter.appendChild(this.openElements.current,t),this.openElements.push(t,m.HTML)}_appendCommentNode(t,n){let r=this.treeAdapter.createCommentNode(t.data);this.treeAdapter.appendChild(n,r),this.options.sourceCodeLocationInfo&&this.treeAdapter.setNodeSourceCodeLocation(r,t.location)}_insertCharacters(t){let n,r;if(this._shouldFosterParentOnInsertion()?({parent:n,beforeElement:r}=this._findFosterParentingLocation(),r?this.treeAdapter.insertTextBefore(n,t.chars,r):this.treeAdapter.insertText(n,t.chars)):(n=this.openElements.currentTmplContentOrNode,this.treeAdapter.insertText(n,t.chars)),!t.location)return;let o=this.treeAdapter.getChildNodes(n),i=r?o.lastIndexOf(r):o.length,s=o[i-1];if(this.treeAdapter.getNodeSourceCodeLocation(s)){let{endLine:c,endCol:d,endOffset:h}=t.location;this.treeAdapter.updateNodeSourceCodeLocation(s,{endLine:c,endCol:d,endOffset:h})}else this.options.sourceCodeLocationInfo&&this.treeAdapter.setNodeSourceCodeLocation(s,t.location)}_adoptNodes(t,n){for(let r=this.treeAdapter.getFirstChild(t);r;r=this.treeAdapter.getFirstChild(t))this.treeAdapter.detachNode(r),this.treeAdapter.appendChild(n,r)}_setEndLocation(t,n){if(this.treeAdapter.getNodeSourceCodeLocation(t)&&n.location){let r=n.location,o=this.treeAdapter.getTagName(t),i=n.type===Xe.END_TAG&&o===n.tagName?{endTag:{...r},endLine:r.endLine,endCol:r.endCol,endOffset:r.endOffset}:{endLine:r.startLine,endCol:r.startCol,endOffset:r.startOffset};this.treeAdapter.updateNodeSourceCodeLocation(t,i)}}shouldProcessStartTagTokenInForeignContent(t){if(!this.currentNotInHTML)return!1;let n,r;return this.openElements.stackTop===0&&this.fragmentContext?(n=this.fragmentContext,r=this.fragmentContextID):{current:n,currentTagId:r}=this.openElements,t.tagID===m.SVG&&this.treeAdapter.getTagName(n)===j.ANNOTATION_XML&&this.treeAdapter.getNamespaceURI(n)===ne.MATHML?!1:this.tokenizer.inForeignNode||(t.tagID===m.MGLYPH||t.tagID===m.MALIGNMARK)&&r!==void 0&&!this._isIntegrationPoint(r,n,ne.HTML)}_processToken(t){switch(t.type){case Xe.CHARACTER:{this.onCharacter(t);break}case Xe.NULL_CHARACTER:{this.onNullCharacter(t);break}case Xe.COMMENT:{this.onComment(t);break}case Xe.DOCTYPE:{this.onDoctype(t);break}case Xe.START_TAG:{this._processStartTag(t);break}case Xe.END_TAG:{this.onEndTag(t);break}case Xe.EOF:{this.onEof(t);break}case Xe.WHITESPACE_CHARACTER:{this.onWhitespaceCharacter(t);break}}}_isIntegrationPoint(t,n,r){let o=this.treeAdapter.getNamespaceURI(n),i=this.treeAdapter.getAttrList(n);return K8(t,o,i,r)}_reconstructActiveFormattingElements(){let t=this.activeFormattingElements.entries.length;if(t){let n=this.activeFormattingElements.entries.findIndex(o=>o.type===Eo.Marker||this.openElements.contains(o.element)),r=n===-1?t-1:n-1;for(let o=r;o>=0;o--){let i=this.activeFormattingElements.entries[o];this._insertElement(i.token,this.treeAdapter.getNamespaceURI(i.element)),i.element=this.openElements.current}}}_closeTableCell(){this.openElements.generateImpliedEndTags(),this.openElements.popUntilTableCellPopped(),this.activeFormattingElements.clearToLastMarker(),this.insertionMode=O.IN_ROW}_closePElement(){this.openElements.generateImpliedEndTagsWithExclusion(m.P),this.openElements.popUntilTagNamePopped(m.P)}_resetInsertionMode(){for(let t=this.openElements.stackTop;t>=0;t--)switch(t===0&&this.fragmentContext?this.fragmentContextID:this.openElements.tagIDs[t]){case m.TR:{this.insertionMode=O.IN_ROW;return}case m.TBODY:case m.THEAD:case m.TFOOT:{this.insertionMode=O.IN_TABLE_BODY;return}case m.CAPTION:{this.insertionMode=O.IN_CAPTION;return}case m.COLGROUP:{this.insertionMode=O.IN_COLUMN_GROUP;return}case m.TABLE:{this.insertionMode=O.IN_TABLE;return}case m.BODY:{this.insertionMode=O.IN_BODY;return}case m.FRAMESET:{this.insertionMode=O.IN_FRAMESET;return}case m.SELECT:{this._resetInsertionModeForSelect(t);return}case m.TEMPLATE:{this.insertionMode=this.tmplInsertionModeStack[0];return}case m.HTML:{this.insertionMode=this.headElement?O.AFTER_HEAD:O.BEFORE_HEAD;return}case m.TD:case m.TH:{if(t>0){this.insertionMode=O.IN_CELL;return}break}case m.HEAD:{if(t>0){this.insertionMode=O.IN_HEAD;return}break}}this.insertionMode=O.IN_BODY}_resetInsertionModeForSelect(t){if(t>0)for(let n=t-1;n>0;n--){let r=this.openElements.tagIDs[n];if(r===m.TEMPLATE)break;if(r===m.TABLE){this.insertionMode=O.IN_SELECT_IN_TABLE;return}}this.insertionMode=O.IN_SELECT}_isElementCausesFosterParenting(t){return t_.has(t)}_shouldFosterParentOnInsertion(){return this.fosterParentingEnabled&&this.openElements.currentTagId!==void 0&&this._isElementCausesFosterParenting(this.openElements.currentTagId)}_findFosterParentingLocation(){for(let t=this.openElements.stackTop;t>=0;t--){let n=this.openElements.items[t];switch(this.openElements.tagIDs[t]){case m.TEMPLATE:{if(this.treeAdapter.getNamespaceURI(n)===ne.HTML)return{parent:this.treeAdapter.getTemplateContent(n),beforeElement:null};break}case m.TABLE:{let r=this.treeAdapter.getParentNode(n);return r?{parent:r,beforeElement:n}:{parent:this.openElements.items[t-1],beforeElement:null}}default:}}return{parent:this.openElements.items[0],beforeElement:null}}_fosterParentElement(t){let n=this._findFosterParentingLocation();n.beforeElement?this.treeAdapter.insertBefore(n.parent,t,n.beforeElement):this.treeAdapter.appendChild(n.parent,t)}_isSpecialElement(t,n){let r=this.treeAdapter.getNamespaceURI(t);return lb[r].has(n)}onCharacter(t){if(this.skipNextNewLine=!1,this.tokenizer.inForeignNode){vq(this,t);return}switch(this.insertionMode){case O.INITIAL:{md(this,t);break}case O.BEFORE_HTML:{yd(this,t);break}case O.BEFORE_HEAD:{bd(this,t);break}case O.IN_HEAD:{Ed(this,t);break}case O.IN_HEAD_NO_SCRIPT:{Dd(this,t);break}case O.AFTER_HEAD:{xd(this,t);break}case O.IN_BODY:case O.IN_CAPTION:case O.IN_CELL:case O.IN_TEMPLATE:{r_(this,t);break}case O.TEXT:case O.IN_SELECT:case O.IN_SELECT_IN_TABLE:{this._insertCharacters(t);break}case O.IN_TABLE:case O.IN_TABLE_BODY:case O.IN_ROW:{fb(this,t);break}case O.IN_TABLE_TEXT:{l_(this,t);break}case O.IN_COLUMN_GROUP:{Mh(this,t);break}case O.AFTER_BODY:{Ph(this,t);break}case O.AFTER_AFTER_BODY:{Oh(this,t);break}default:}}onNullCharacter(t){if(this.skipNextNewLine=!1,this.tokenizer.inForeignNode){xq(this,t);return}switch(this.insertionMode){case O.INITIAL:{md(this,t);break}case O.BEFORE_HTML:{yd(this,t);break}case O.BEFORE_HEAD:{bd(this,t);break}case O.IN_HEAD:{Ed(this,t);break}case O.IN_HEAD_NO_SCRIPT:{Dd(this,t);break}case O.AFTER_HEAD:{xd(this,t);break}case O.TEXT:{this._insertCharacters(t);break}case O.IN_TABLE:case O.IN_TABLE_BODY:case O.IN_ROW:{fb(this,t);break}case O.IN_COLUMN_GROUP:{Mh(this,t);break}case O.AFTER_BODY:{Ph(this,t);break}case O.AFTER_AFTER_BODY:{Oh(this,t);break}default:}}onComment(t){if(this.skipNextNewLine=!1,this.currentNotInHTML){pb(this,t);return}switch(this.insertionMode){case O.INITIAL:case O.BEFORE_HTML:case O.BEFORE_HEAD:case O.IN_HEAD:case O.IN_HEAD_NO_SCRIPT:case O.AFTER_HEAD:case O.IN_BODY:case O.IN_TABLE:case O.IN_CAPTION:case O.IN_COLUMN_GROUP:case O.IN_TABLE_BODY:case O.IN_ROW:case O.IN_CELL:case O.IN_SELECT:case O.IN_SELECT_IN_TABLE:case O.IN_TEMPLATE:case O.IN_FRAMESET:case O.AFTER_FRAMESET:{pb(this,t);break}case O.IN_TABLE_TEXT:{gd(this,t);break}case O.AFTER_BODY:{JG(this,t);break}case O.AFTER_AFTER_BODY:case O.AFTER_AFTER_FRAMESET:{eY(this,t);break}default:}}onDoctype(t){switch(this.skipNextNewLine=!1,this.insertionMode){case O.INITIAL:{tY(this,t);break}case O.BEFORE_HEAD:case O.IN_HEAD:case O.IN_HEAD_NO_SCRIPT:case O.AFTER_HEAD:{this._err(t,Y.misplacedDoctype);break}case O.IN_TABLE_TEXT:{gd(this,t);break}default:}}onStartTag(t){this.skipNextNewLine=!1,this.currentToken=t,this._processStartTag(t),t.selfClosing&&!t.ackSelfClosing&&this._err(t,Y.nonVoidHtmlElementStartTagWithTrailingSolidus)}_processStartTag(t){this.shouldProcessStartTagTokenInForeignContent(t)?wq(this,t):this._startTagOutsideForeignContent(t)}_startTagOutsideForeignContent(t){switch(this.insertionMode){case O.INITIAL:{md(this,t);break}case O.BEFORE_HTML:{nY(this,t);break}case O.BEFORE_HEAD:{oY(this,t);break}case O.IN_HEAD:{xo(this,t);break}case O.IN_HEAD_NO_SCRIPT:{sY(this,t);break}case O.AFTER_HEAD:{lY(this,t);break}case O.IN_BODY:{Rn(this,t);break}case O.IN_TABLE:{el(this,t);break}case O.IN_TABLE_TEXT:{gd(this,t);break}case O.IN_CAPTION:{iq(this,t);break}case O.IN_COLUMN_GROUP:{yb(this,t);break}case O.IN_TABLE_BODY:{zh(this,t);break}case O.IN_ROW:{Hh(this,t);break}case O.IN_CELL:{uq(this,t);break}case O.IN_SELECT:{f_(this,t);break}case O.IN_SELECT_IN_TABLE:{cq(this,t);break}case O.IN_TEMPLATE:{fq(this,t);break}case O.AFTER_BODY:{hq(this,t);break}case O.IN_FRAMESET:{mq(this,t);break}case O.AFTER_FRAMESET:{yq(this,t);break}case O.AFTER_AFTER_BODY:{Eq(this,t);break}case O.AFTER_AFTER_FRAMESET:{Dq(this,t);break}default:}}onEndTag(t){this.skipNextNewLine=!1,this.currentToken=t,this.currentNotInHTML?kq(this,t):this._endTagOutsideForeignContent(t)}_endTagOutsideForeignContent(t){switch(this.insertionMode){case O.INITIAL:{md(this,t);break}case O.BEFORE_HTML:{rY(this,t);break}case O.BEFORE_HEAD:{iY(this,t);break}case O.IN_HEAD:{aY(this,t);break}case O.IN_HEAD_NO_SCRIPT:{uY(this,t);break}case O.AFTER_HEAD:{cY(this,t);break}case O.IN_BODY:{$h(this,t);break}case O.TEXT:{XY(this,t);break}case O.IN_TABLE:{vd(this,t);break}case O.IN_TABLE_TEXT:{gd(this,t);break}case O.IN_CAPTION:{aq(this,t);break}case O.IN_COLUMN_GROUP:{sq(this,t);break}case O.IN_TABLE_BODY:{hb(this,t);break}case O.IN_ROW:{d_(this,t);break}case O.IN_CELL:{lq(this,t);break}case O.IN_SELECT:{p_(this,t);break}case O.IN_SELECT_IN_TABLE:{dq(this,t);break}case O.IN_TEMPLATE:{pq(this,t);break}case O.AFTER_BODY:{m_(this,t);break}case O.IN_FRAMESET:{gq(this,t);break}case O.AFTER_FRAMESET:{bq(this,t);break}case O.AFTER_AFTER_BODY:{Oh(this,t);break}default:}}onEof(t){switch(this.insertionMode){case O.INITIAL:{md(this,t);break}case O.BEFORE_HTML:{yd(this,t);break}case O.BEFORE_HEAD:{bd(this,t);break}case O.IN_HEAD:{Ed(this,t);break}case O.IN_HEAD_NO_SCRIPT:{Dd(this,t);break}case O.AFTER_HEAD:{xd(this,t);break}case O.IN_BODY:case O.IN_TABLE:case O.IN_CAPTION:case O.IN_COLUMN_GROUP:case O.IN_TABLE_BODY:case O.IN_ROW:case O.IN_CELL:case O.IN_SELECT:case O.IN_SELECT_IN_TABLE:{s_(this,t);break}case O.TEXT:{KY(this,t);break}case O.IN_TABLE_TEXT:{gd(this,t);break}case O.IN_TEMPLATE:{h_(this,t);break}case O.AFTER_BODY:case O.IN_FRAMESET:case O.AFTER_FRAMESET:case O.AFTER_AFTER_BODY:case O.AFTER_AFTER_FRAMESET:{gb(this,t);break}default:}}onWhitespaceCharacter(t){if(this.skipNextNewLine&&(this.skipNextNewLine=!1,t.chars.charCodeAt(0)===S.LINE_FEED)){if(t.chars.length===1)return;t.chars=t.chars.substr(1)}if(this.tokenizer.inForeignNode){this._insertCharacters(t);return}switch(this.insertionMode){case O.IN_HEAD:case O.IN_HEAD_NO_SCRIPT:case O.AFTER_HEAD:case O.TEXT:case O.IN_COLUMN_GROUP:case O.IN_SELECT:case O.IN_SELECT_IN_TABLE:case O.IN_FRAMESET:case O.AFTER_FRAMESET:{this._insertCharacters(t);break}case O.IN_BODY:case O.IN_CAPTION:case O.IN_CELL:case O.IN_TEMPLATE:case O.AFTER_BODY:case O.AFTER_AFTER_BODY:case O.AFTER_AFTER_FRAMESET:{n_(this,t);break}case O.IN_TABLE:case O.IN_TABLE_BODY:case O.IN_ROW:{fb(this,t);break}case O.IN_TABLE_TEXT:{u_(this,t);break}default:}}};function YG(e,t){let n=e.activeFormattingElements.getElementEntryInScopeWithTagName(t.tagName);return n?e.openElements.contains(n.element)?e.openElements.hasInScope(t.tagID)||(n=null):(e.activeFormattingElements.removeEntry(n),n=null):a_(e,t),n}function qG(e,t){let n=null,r=e.openElements.stackTop;for(;r>=0;r--){let o=e.openElements.items[r];if(o===t.element)break;e._isSpecialElement(o,e.openElements.tagIDs[r])&&(n=o)}return n||(e.openElements.shortenToLength(Math.max(r,0)),e.activeFormattingElements.removeEntry(t)),n}function XG(e,t,n){let r=t,o=e.openElements.getCommonAncestor(t);for(let i=0,s=o;s!==n;i++,s=o){o=e.openElements.getCommonAncestor(s);let l=e.activeFormattingElements.getElementEntry(s),c=l&&i>=VG;!l||c?(c&&e.activeFormattingElements.removeEntry(l),e.openElements.remove(s)):(s=KG(e,l),r===t&&(e.activeFormattingElements.bookmark=l),e.treeAdapter.detachNode(r),e.treeAdapter.appendChild(s,r),r=s)}return r}function KG(e,t){let n=e.treeAdapter.getNamespaceURI(t.element),r=e.treeAdapter.createElement(t.token.tagName,n,t.token.attrs);return e.openElements.replace(t.element,r),t.element=r,r}function QG(e,t,n){let r=e.treeAdapter.getTagName(t),o=Ca(r);if(e._isElementCausesFosterParenting(o))e._fosterParentElement(n);else{let i=e.treeAdapter.getNamespaceURI(t);o===m.TEMPLATE&&i===ne.HTML&&(t=e.treeAdapter.getTemplateContent(t)),e.treeAdapter.appendChild(t,n)}}function ZG(e,t,n){let r=e.treeAdapter.getNamespaceURI(n.element),{token:o}=n,i=e.treeAdapter.createElement(o.tagName,r,o.attrs);e._adoptNodes(t,i),e.treeAdapter.appendChild(t,i),e.activeFormattingElements.insertElementAfterBookmark(i,o),e.activeFormattingElements.removeEntry(n),e.openElements.remove(n.element),e.openElements.insertAfter(t,i,o.tagID)}function mb(e,t){for(let n=0;n<WG;n++){let r=YG(e,t);if(!r)break;let o=qG(e,r);if(!o)break;e.activeFormattingElements.bookmark=r;let i=XG(e,o,r.element),s=e.openElements.getCommonAncestor(r.element);e.treeAdapter.detachNode(i),s&&QG(e,s,i),ZG(e,o,r)}}function pb(e,t){e._appendCommentNode(t,e.openElements.currentTmplContentOrNode)}function JG(e,t){e._appendCommentNode(t,e.openElements.items[0])}function eY(e,t){e._appendCommentNode(t,e.document)}function gb(e,t){if(e.stopped=!0,t.location){let n=e.fragmentContext?0:2;for(let r=e.openElements.stackTop;r>=n;r--)e._setEndLocation(e.openElements.items[r],t);if(!e.fragmentContext&&e.openElements.stackTop>=0){let r=e.openElements.items[0],o=e.treeAdapter.getNodeSourceCodeLocation(r);if(o&&!o.endTag&&(e._setEndLocation(r,t),e.openElements.stackTop>=1)){let i=e.openElements.items[1],s=e.treeAdapter.getNodeSourceCodeLocation(i);s&&!s.endTag&&e._setEndLocation(i,t)}}}}function tY(e,t){e._setDocumentType(t);let n=t.forceQuirks?Ln.QUIRKS:G8(t);V8(t)||e._err(t,Y.nonConformingDoctype),e.treeAdapter.setDocumentMode(e.document,n),e.insertionMode=O.BEFORE_HTML}function md(e,t){e._err(t,Y.missingDoctype,!0),e.treeAdapter.setDocumentMode(e.document,Ln.QUIRKS),e.insertionMode=O.BEFORE_HTML,e._processToken(t)}function nY(e,t){t.tagID===m.HTML?(e._insertElement(t,ne.HTML),e.insertionMode=O.BEFORE_HEAD):yd(e,t)}function rY(e,t){let n=t.tagID;(n===m.HTML||n===m.HEAD||n===m.BODY||n===m.BR)&&yd(e,t)}function yd(e,t){e._insertFakeRootElement(),e.insertionMode=O.BEFORE_HEAD,e._processToken(t)}function oY(e,t){switch(t.tagID){case m.HTML:{Rn(e,t);break}case m.HEAD:{e._insertElement(t,ne.HTML),e.headElement=e.openElements.current,e.insertionMode=O.IN_HEAD;break}default:bd(e,t)}}function iY(e,t){let n=t.tagID;n===m.HEAD||n===m.BODY||n===m.HTML||n===m.BR?bd(e,t):e._err(t,Y.endTagWithoutMatchingOpenElement)}function bd(e,t){e._insertFakeElement(j.HEAD,m.HEAD),e.headElement=e.openElements.current,e.insertionMode=O.IN_HEAD,e._processToken(t)}function xo(e,t){switch(t.tagID){case m.HTML:{Rn(e,t);break}case m.BASE:case m.BASEFONT:case m.BGSOUND:case m.LINK:case m.META:{e._appendElement(t,ne.HTML),t.ackSelfClosing=!0;break}case m.TITLE:{e._switchToTextParsing(t,kt.RCDATA);break}case m.NOSCRIPT:{e.options.scriptingEnabled?e._switchToTextParsing(t,kt.RAWTEXT):(e._insertElement(t,ne.HTML),e.insertionMode=O.IN_HEAD_NO_SCRIPT);break}case m.NOFRAMES:case m.STYLE:{e._switchToTextParsing(t,kt.RAWTEXT);break}case m.SCRIPT:{e._switchToTextParsing(t,kt.SCRIPT_DATA);break}case m.TEMPLATE:{e._insertTemplate(t),e.activeFormattingElements.insertMarker(),e.framesetOk=!1,e.insertionMode=O.IN_TEMPLATE,e.tmplInsertionModeStack.unshift(O.IN_TEMPLATE);break}case m.HEAD:{e._err(t,Y.misplacedStartTagForHeadElement);break}default:Ed(e,t)}}function aY(e,t){switch(t.tagID){case m.HEAD:{e.openElements.pop(),e.insertionMode=O.AFTER_HEAD;break}case m.BODY:case m.BR:case m.HTML:{Ed(e,t);break}case m.TEMPLATE:{Ss(e,t);break}default:e._err(t,Y.endTagWithoutMatchingOpenElement)}}function Ss(e,t){e.openElements.tmplCount>0?(e.openElements.generateImpliedEndTagsThoroughly(),e.openElements.currentTagId!==m.TEMPLATE&&e._err(t,Y.closingOfElementWithOpenChildElements),e.openElements.popUntilTagNamePopped(m.TEMPLATE),e.activeFormattingElements.clearToLastMarker(),e.tmplInsertionModeStack.shift(),e._resetInsertionMode()):e._err(t,Y.endTagWithoutMatchingOpenElement)}function Ed(e,t){e.openElements.pop(),e.insertionMode=O.AFTER_HEAD,e._processToken(t)}function sY(e,t){switch(t.tagID){case m.HTML:{Rn(e,t);break}case m.BASEFONT:case m.BGSOUND:case m.HEAD:case m.LINK:case m.META:case m.NOFRAMES:case m.STYLE:{xo(e,t);break}case m.NOSCRIPT:{e._err(t,Y.nestedNoscriptInHead);break}default:Dd(e,t)}}function uY(e,t){switch(t.tagID){case m.NOSCRIPT:{e.openElements.pop(),e.insertionMode=O.IN_HEAD;break}case m.BR:{Dd(e,t);break}default:e._err(t,Y.endTagWithoutMatchingOpenElement)}}function Dd(e,t){let n=t.type===Xe.EOF?Y.openElementsLeftAfterEof:Y.disallowedContentInNoscriptInHead;e._err(t,n),e.openElements.pop(),e.insertionMode=O.IN_HEAD,e._processToken(t)}function lY(e,t){switch(t.tagID){case m.HTML:{Rn(e,t);break}case m.BODY:{e._insertElement(t,ne.HTML),e.framesetOk=!1,e.insertionMode=O.IN_BODY;break}case m.FRAMESET:{e._insertElement(t,ne.HTML),e.insertionMode=O.IN_FRAMESET;break}case m.BASE:case m.BASEFONT:case m.BGSOUND:case m.LINK:case m.META:case m.NOFRAMES:case m.SCRIPT:case m.STYLE:case m.TEMPLATE:case m.TITLE:{e._err(t,Y.abandonedHeadElementChild),e.openElements.push(e.headElement,m.HEAD),xo(e,t),e.openElements.remove(e.headElement);break}case m.HEAD:{e._err(t,Y.misplacedStartTagForHeadElement);break}default:xd(e,t)}}function cY(e,t){switch(t.tagID){case m.BODY:case m.HTML:case m.BR:{xd(e,t);break}case m.TEMPLATE:{Ss(e,t);break}default:e._err(t,Y.endTagWithoutMatchingOpenElement)}}function xd(e,t){e._insertFakeElement(j.BODY,m.BODY),e.insertionMode=O.IN_BODY,Bh(e,t)}function Bh(e,t){switch(t.type){case Xe.CHARACTER:{r_(e,t);break}case Xe.WHITESPACE_CHARACTER:{n_(e,t);break}case Xe.COMMENT:{pb(e,t);break}case Xe.START_TAG:{Rn(e,t);break}case Xe.END_TAG:{$h(e,t);break}case Xe.EOF:{s_(e,t);break}default:}}function n_(e,t){e._reconstructActiveFormattingElements(),e._insertCharacters(t)}function r_(e,t){e._reconstructActiveFormattingElements(),e._insertCharacters(t),e.framesetOk=!1}function dY(e,t){e.openElements.tmplCount===0&&e.treeAdapter.adoptAttributes(e.openElements.items[0],t.attrs)}function fY(e,t){let n=e.openElements.tryPeekProperlyNestedBodyElement();n&&e.openElements.tmplCount===0&&(e.framesetOk=!1,e.treeAdapter.adoptAttributes(n,t.attrs))}function pY(e,t){let n=e.openElements.tryPeekProperlyNestedBodyElement();e.framesetOk&&n&&(e.treeAdapter.detachNode(n),e.openElements.popAllUpToHtmlElement(),e._insertElement(t,ne.HTML),e.insertionMode=O.IN_FRAMESET)}function hY(e,t){e.openElements.hasInButtonScope(m.P)&&e._closePElement(),e._insertElement(t,ne.HTML)}function mY(e,t){e.openElements.hasInButtonScope(m.P)&&e._closePElement(),e.openElements.currentTagId!==void 0&&Ju.has(e.openElements.currentTagId)&&e.openElements.pop(),e._insertElement(t,ne.HTML)}function gY(e,t){e.openElements.hasInButtonScope(m.P)&&e._closePElement(),e._insertElement(t,ne.HTML),e.skipNextNewLine=!0,e.framesetOk=!1}function yY(e,t){let n=e.openElements.tmplCount>0;(!e.formElement||n)&&(e.openElements.hasInButtonScope(m.P)&&e._closePElement(),e._insertElement(t,ne.HTML),n||(e.formElement=e.openElements.current))}function bY(e,t){e.framesetOk=!1;let n=t.tagID;for(let r=e.openElements.stackTop;r>=0;r--){let o=e.openElements.tagIDs[r];if(n===m.LI&&o===m.LI||(n===m.DD||n===m.DT)&&(o===m.DD||o===m.DT)){e.openElements.generateImpliedEndTagsWithExclusion(o),e.openElements.popUntilTagNamePopped(o);break}if(o!==m.ADDRESS&&o!==m.DIV&&o!==m.P&&e._isSpecialElement(e.openElements.items[r],o))break}e.openElements.hasInButtonScope(m.P)&&e._closePElement(),e._insertElement(t,ne.HTML)}function EY(e,t){e.openElements.hasInButtonScope(m.P)&&e._closePElement(),e._insertElement(t,ne.HTML),e.tokenizer.state=kt.PLAINTEXT}function DY(e,t){e.openElements.hasInScope(m.BUTTON)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(m.BUTTON)),e._reconstructActiveFormattingElements(),e._insertElement(t,ne.HTML),e.framesetOk=!1}function xY(e,t){let n=e.activeFormattingElements.getElementEntryInScopeWithTagName(j.A);n&&(mb(e,t),e.openElements.remove(n.element),e.activeFormattingElements.removeEntry(n)),e._reconstructActiveFormattingElements(),e._insertElement(t,ne.HTML),e.activeFormattingElements.pushElement(e.openElements.current,t)}function vY(e,t){e._reconstructActiveFormattingElements(),e._insertElement(t,ne.HTML),e.activeFormattingElements.pushElement(e.openElements.current,t)}function wY(e,t){e._reconstructActiveFormattingElements(),e.openElements.hasInScope(m.NOBR)&&(mb(e,t),e._reconstructActiveFormattingElements()),e._insertElement(t,ne.HTML),e.activeFormattingElements.pushElement(e.openElements.current,t)}function kY(e,t){e._reconstructActiveFormattingElements(),e._insertElement(t,ne.HTML),e.activeFormattingElements.insertMarker(),e.framesetOk=!1}function CY(e,t){e.treeAdapter.getDocumentMode(e.document)!==Ln.QUIRKS&&e.openElements.hasInButtonScope(m.P)&&e._closePElement(),e._insertElement(t,ne.HTML),e.framesetOk=!1,e.insertionMode=O.IN_TABLE}function o_(e,t){e._reconstructActiveFormattingElements(),e._appendElement(t,ne.HTML),e.framesetOk=!1,t.ackSelfClosing=!0}function i_(e){let t=dd(e,Uo.TYPE);return t!=null&&t.toLowerCase()===jG}function TY(e,t){e._reconstructActiveFormattingElements(),e._appendElement(t,ne.HTML),i_(t)||(e.framesetOk=!1),t.ackSelfClosing=!0}function AY(e,t){e._appendElement(t,ne.HTML),t.ackSelfClosing=!0}function _Y(e,t){e.openElements.hasInButtonScope(m.P)&&e._closePElement(),e._appendElement(t,ne.HTML),e.framesetOk=!1,t.ackSelfClosing=!0}function SY(e,t){t.tagName=j.IMG,t.tagID=m.IMG,o_(e,t)}function IY(e,t){e._insertElement(t,ne.HTML),e.skipNextNewLine=!0,e.tokenizer.state=kt.RCDATA,e.originalInsertionMode=e.insertionMode,e.framesetOk=!1,e.insertionMode=O.TEXT}function FY(e,t){e.openElements.hasInButtonScope(m.P)&&e._closePElement(),e._reconstructActiveFormattingElements(),e.framesetOk=!1,e._switchToTextParsing(t,kt.RAWTEXT)}function LY(e,t){e.framesetOk=!1,e._switchToTextParsing(t,kt.RAWTEXT)}function J8(e,t){e._switchToTextParsing(t,kt.RAWTEXT)}function RY(e,t){e._reconstructActiveFormattingElements(),e._insertElement(t,ne.HTML),e.framesetOk=!1,e.insertionMode=e.insertionMode===O.IN_TABLE||e.insertionMode===O.IN_CAPTION||e.insertionMode===O.IN_TABLE_BODY||e.insertionMode===O.IN_ROW||e.insertionMode===O.IN_CELL?O.IN_SELECT_IN_TABLE:O.IN_SELECT}function NY(e,t){e.openElements.currentTagId===m.OPTION&&e.openElements.pop(),e._reconstructActiveFormattingElements(),e._insertElement(t,ne.HTML)}function OY(e,t){e.openElements.hasInScope(m.RUBY)&&e.openElements.generateImpliedEndTags(),e._insertElement(t,ne.HTML)}function MY(e,t){e.openElements.hasInScope(m.RUBY)&&e.openElements.generateImpliedEndTagsWithExclusion(m.RTC),e._insertElement(t,ne.HTML)}function PY(e,t){e._reconstructActiveFormattingElements(),cb(t),Nh(t),t.selfClosing?e._appendElement(t,ne.MATHML):e._insertElement(t,ne.MATHML),t.ackSelfClosing=!0}function BY(e,t){e._reconstructActiveFormattingElements(),db(t),Nh(t),t.selfClosing?e._appendElement(t,ne.SVG):e._insertElement(t,ne.SVG),t.ackSelfClosing=!0}function e_(e,t){e._reconstructActiveFormattingElements(),e._insertElement(t,ne.HTML)}function Rn(e,t){switch(t.tagID){case m.I:case m.S:case m.B:case m.U:case m.EM:case m.TT:case m.BIG:case m.CODE:case m.FONT:case m.SMALL:case m.STRIKE:case m.STRONG:{vY(e,t);break}case m.A:{xY(e,t);break}case m.H1:case m.H2:case m.H3:case m.H4:case m.H5:case m.H6:{mY(e,t);break}case m.P:case m.DL:case m.OL:case m.UL:case m.DIV:case m.DIR:case m.NAV:case m.MAIN:case m.MENU:case m.ASIDE:case m.CENTER:case m.FIGURE:case m.FOOTER:case m.HEADER:case m.HGROUP:case m.DIALOG:case m.DETAILS:case m.ADDRESS:case m.ARTICLE:case m.SEARCH:case m.SECTION:case m.SUMMARY:case m.FIELDSET:case m.BLOCKQUOTE:case m.FIGCAPTION:{hY(e,t);break}case m.LI:case m.DD:case m.DT:{bY(e,t);break}case m.BR:case m.IMG:case m.WBR:case m.AREA:case m.EMBED:case m.KEYGEN:{o_(e,t);break}case m.HR:{_Y(e,t);break}case m.RB:case m.RTC:{OY(e,t);break}case m.RT:case m.RP:{MY(e,t);break}case m.PRE:case m.LISTING:{gY(e,t);break}case m.XMP:{FY(e,t);break}case m.SVG:{BY(e,t);break}case m.HTML:{dY(e,t);break}case m.BASE:case m.LINK:case m.META:case m.STYLE:case m.TITLE:case m.SCRIPT:case m.BGSOUND:case m.BASEFONT:case m.TEMPLATE:{xo(e,t);break}case m.BODY:{fY(e,t);break}case m.FORM:{yY(e,t);break}case m.NOBR:{wY(e,t);break}case m.MATH:{PY(e,t);break}case m.TABLE:{CY(e,t);break}case m.INPUT:{TY(e,t);break}case m.PARAM:case m.TRACK:case m.SOURCE:{AY(e,t);break}case m.IMAGE:{SY(e,t);break}case m.BUTTON:{DY(e,t);break}case m.APPLET:case m.OBJECT:case m.MARQUEE:{kY(e,t);break}case m.IFRAME:{LY(e,t);break}case m.SELECT:{RY(e,t);break}case m.OPTION:case m.OPTGROUP:{NY(e,t);break}case m.NOEMBED:case m.NOFRAMES:{J8(e,t);break}case m.FRAMESET:{pY(e,t);break}case m.TEXTAREA:{IY(e,t);break}case m.NOSCRIPT:{e.options.scriptingEnabled?J8(e,t):e_(e,t);break}case m.PLAINTEXT:{EY(e,t);break}case m.COL:case m.TH:case m.TD:case m.TR:case m.HEAD:case m.FRAME:case m.TBODY:case m.TFOOT:case m.THEAD:case m.CAPTION:case m.COLGROUP:break;default:e_(e,t)}}function $Y(e,t){if(e.openElements.hasInScope(m.BODY)&&(e.insertionMode=O.AFTER_BODY,e.options.sourceCodeLocationInfo)){let n=e.openElements.tryPeekProperlyNestedBodyElement();n&&e._setEndLocation(n,t)}}function zY(e,t){e.openElements.hasInScope(m.BODY)&&(e.insertionMode=O.AFTER_BODY,m_(e,t))}function HY(e,t){let n=t.tagID;e.openElements.hasInScope(n)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(n))}function UY(e){let t=e.openElements.tmplCount>0,{formElement:n}=e;t||(e.formElement=null),(n||t)&&e.openElements.hasInScope(m.FORM)&&(e.openElements.generateImpliedEndTags(),t?e.openElements.popUntilTagNamePopped(m.FORM):n&&e.openElements.remove(n))}function jY(e){e.openElements.hasInButtonScope(m.P)||e._insertFakeElement(j.P,m.P),e._closePElement()}function WY(e){e.openElements.hasInListItemScope(m.LI)&&(e.openElements.generateImpliedEndTagsWithExclusion(m.LI),e.openElements.popUntilTagNamePopped(m.LI))}function VY(e,t){let n=t.tagID;e.openElements.hasInScope(n)&&(e.openElements.generateImpliedEndTagsWithExclusion(n),e.openElements.popUntilTagNamePopped(n))}function GY(e){e.openElements.hasNumberedHeaderInScope()&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilNumberedHeaderPopped())}function YY(e,t){let n=t.tagID;e.openElements.hasInScope(n)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(n),e.activeFormattingElements.clearToLastMarker())}function qY(e){e._reconstructActiveFormattingElements(),e._insertFakeElement(j.BR,m.BR),e.openElements.pop(),e.framesetOk=!1}function a_(e,t){let n=t.tagName,r=t.tagID;for(let o=e.openElements.stackTop;o>0;o--){let i=e.openElements.items[o],s=e.openElements.tagIDs[o];if(r===s&&(r!==m.UNKNOWN||e.treeAdapter.getTagName(i)===n)){e.openElements.generateImpliedEndTagsWithExclusion(r),e.openElements.stackTop>=o&&e.openElements.shortenToLength(o);break}if(e._isSpecialElement(i,s))break}}function $h(e,t){switch(t.tagID){case m.A:case m.B:case m.I:case m.S:case m.U:case m.EM:case m.TT:case m.BIG:case m.CODE:case m.FONT:case m.NOBR:case m.SMALL:case m.STRIKE:case m.STRONG:{mb(e,t);break}case m.P:{jY(e);break}case m.DL:case m.UL:case m.OL:case m.DIR:case m.DIV:case m.NAV:case m.PRE:case m.MAIN:case m.MENU:case m.ASIDE:case m.BUTTON:case m.CENTER:case m.FIGURE:case m.FOOTER:case m.HEADER:case m.HGROUP:case m.DIALOG:case m.ADDRESS:case m.ARTICLE:case m.DETAILS:case m.SEARCH:case m.SECTION:case m.SUMMARY:case m.LISTING:case m.FIELDSET:case m.BLOCKQUOTE:case m.FIGCAPTION:{HY(e,t);break}case m.LI:{WY(e);break}case m.DD:case m.DT:{VY(e,t);break}case m.H1:case m.H2:case m.H3:case m.H4:case m.H5:case m.H6:{GY(e);break}case m.BR:{qY(e);break}case m.BODY:{$Y(e,t);break}case m.HTML:{zY(e,t);break}case m.FORM:{UY(e);break}case m.APPLET:case m.OBJECT:case m.MARQUEE:{YY(e,t);break}case m.TEMPLATE:{Ss(e,t);break}default:a_(e,t)}}function s_(e,t){e.tmplInsertionModeStack.length>0?h_(e,t):gb(e,t)}function XY(e,t){var n;t.tagID===m.SCRIPT&&((n=e.scriptHandler)===null||n===void 0||n.call(e,e.openElements.current)),e.openElements.pop(),e.insertionMode=e.originalInsertionMode}function KY(e,t){e._err(t,Y.eofInElementThatCanContainOnlyText),e.openElements.pop(),e.insertionMode=e.originalInsertionMode,e.onEof(t)}function fb(e,t){if(e.openElements.currentTagId!==void 0&&t_.has(e.openElements.currentTagId))switch(e.pendingCharacterTokens.length=0,e.hasNonWhitespacePendingCharacterToken=!1,e.originalInsertionMode=e.insertionMode,e.insertionMode=O.IN_TABLE_TEXT,t.type){case Xe.CHARACTER:{l_(e,t);break}case Xe.WHITESPACE_CHARACTER:{u_(e,t);break}}else wd(e,t)}function QY(e,t){e.openElements.clearBackToTableContext(),e.activeFormattingElements.insertMarker(),e._insertElement(t,ne.HTML),e.insertionMode=O.IN_CAPTION}function ZY(e,t){e.openElements.clearBackToTableContext(),e._insertElement(t,ne.HTML),e.insertionMode=O.IN_COLUMN_GROUP}function JY(e,t){e.openElements.clearBackToTableContext(),e._insertFakeElement(j.COLGROUP,m.COLGROUP),e.insertionMode=O.IN_COLUMN_GROUP,yb(e,t)}function eq(e,t){e.openElements.clearBackToTableContext(),e._insertElement(t,ne.HTML),e.insertionMode=O.IN_TABLE_BODY}function tq(e,t){e.openElements.clearBackToTableContext(),e._insertFakeElement(j.TBODY,m.TBODY),e.insertionMode=O.IN_TABLE_BODY,zh(e,t)}function nq(e,t){e.openElements.hasInTableScope(m.TABLE)&&(e.openElements.popUntilTagNamePopped(m.TABLE),e._resetInsertionMode(),e._processStartTag(t))}function rq(e,t){i_(t)?e._appendElement(t,ne.HTML):wd(e,t),t.ackSelfClosing=!0}function oq(e,t){!e.formElement&&e.openElements.tmplCount===0&&(e._insertElement(t,ne.HTML),e.formElement=e.openElements.current,e.openElements.pop())}function el(e,t){switch(t.tagID){case m.TD:case m.TH:case m.TR:{tq(e,t);break}case m.STYLE:case m.SCRIPT:case m.TEMPLATE:{xo(e,t);break}case m.COL:{JY(e,t);break}case m.FORM:{oq(e,t);break}case m.TABLE:{nq(e,t);break}case m.TBODY:case m.TFOOT:case m.THEAD:{eq(e,t);break}case m.INPUT:{rq(e,t);break}case m.CAPTION:{QY(e,t);break}case m.COLGROUP:{ZY(e,t);break}default:wd(e,t)}}function vd(e,t){switch(t.tagID){case m.TABLE:{e.openElements.hasInTableScope(m.TABLE)&&(e.openElements.popUntilTagNamePopped(m.TABLE),e._resetInsertionMode());break}case m.TEMPLATE:{Ss(e,t);break}case m.BODY:case m.CAPTION:case m.COL:case m.COLGROUP:case m.HTML:case m.TBODY:case m.TD:case m.TFOOT:case m.TH:case m.THEAD:case m.TR:break;default:wd(e,t)}}function wd(e,t){let n=e.fosterParentingEnabled;e.fosterParentingEnabled=!0,Bh(e,t),e.fosterParentingEnabled=n}function u_(e,t){e.pendingCharacterTokens.push(t)}function l_(e,t){e.pendingCharacterTokens.push(t),e.hasNonWhitespacePendingCharacterToken=!0}function gd(e,t){let n=0;if(e.hasNonWhitespacePendingCharacterToken)for(;n<e.pendingCharacterTokens.length;n++)wd(e,e.pendingCharacterTokens[n]);else for(;n<e.pendingCharacterTokens.length;n++)e._insertCharacters(e.pendingCharacterTokens[n]);e.insertionMode=e.originalInsertionMode,e._processToken(t)}var c_=new Set([m.CAPTION,m.COL,m.COLGROUP,m.TBODY,m.TD,m.TFOOT,m.TH,m.THEAD,m.TR]);function iq(e,t){let n=t.tagID;c_.has(n)?e.openElements.hasInTableScope(m.CAPTION)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(m.CAPTION),e.activeFormattingElements.clearToLastMarker(),e.insertionMode=O.IN_TABLE,el(e,t)):Rn(e,t)}function aq(e,t){let n=t.tagID;switch(n){case m.CAPTION:case m.TABLE:{e.openElements.hasInTableScope(m.CAPTION)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(m.CAPTION),e.activeFormattingElements.clearToLastMarker(),e.insertionMode=O.IN_TABLE,n===m.TABLE&&vd(e,t));break}case m.BODY:case m.COL:case m.COLGROUP:case m.HTML:case m.TBODY:case m.TD:case m.TFOOT:case m.TH:case m.THEAD:case m.TR:break;default:$h(e,t)}}function yb(e,t){switch(t.tagID){case m.HTML:{Rn(e,t);break}case m.COL:{e._appendElement(t,ne.HTML),t.ackSelfClosing=!0;break}case m.TEMPLATE:{xo(e,t);break}default:Mh(e,t)}}function sq(e,t){switch(t.tagID){case m.COLGROUP:{e.openElements.currentTagId===m.COLGROUP&&(e.openElements.pop(),e.insertionMode=O.IN_TABLE);break}case m.TEMPLATE:{Ss(e,t);break}case m.COL:break;default:Mh(e,t)}}function Mh(e,t){e.openElements.currentTagId===m.COLGROUP&&(e.openElements.pop(),e.insertionMode=O.IN_TABLE,e._processToken(t))}function zh(e,t){switch(t.tagID){case m.TR:{e.openElements.clearBackToTableBodyContext(),e._insertElement(t,ne.HTML),e.insertionMode=O.IN_ROW;break}case m.TH:case m.TD:{e.openElements.clearBackToTableBodyContext(),e._insertFakeElement(j.TR,m.TR),e.insertionMode=O.IN_ROW,Hh(e,t);break}case m.CAPTION:case m.COL:case m.COLGROUP:case m.TBODY:case m.TFOOT:case m.THEAD:{e.openElements.hasTableBodyContextInTableScope()&&(e.openElements.clearBackToTableBodyContext(),e.openElements.pop(),e.insertionMode=O.IN_TABLE,el(e,t));break}default:el(e,t)}}function hb(e,t){let n=t.tagID;switch(t.tagID){case m.TBODY:case m.TFOOT:case m.THEAD:{e.openElements.hasInTableScope(n)&&(e.openElements.clearBackToTableBodyContext(),e.openElements.pop(),e.insertionMode=O.IN_TABLE);break}case m.TABLE:{e.openElements.hasTableBodyContextInTableScope()&&(e.openElements.clearBackToTableBodyContext(),e.openElements.pop(),e.insertionMode=O.IN_TABLE,vd(e,t));break}case m.BODY:case m.CAPTION:case m.COL:case m.COLGROUP:case m.HTML:case m.TD:case m.TH:case m.TR:break;default:vd(e,t)}}function Hh(e,t){switch(t.tagID){case m.TH:case m.TD:{e.openElements.clearBackToTableRowContext(),e._insertElement(t,ne.HTML),e.insertionMode=O.IN_CELL,e.activeFormattingElements.insertMarker();break}case m.CAPTION:case m.COL:case m.COLGROUP:case m.TBODY:case m.TFOOT:case m.THEAD:case m.TR:{e.openElements.hasInTableScope(m.TR)&&(e.openElements.clearBackToTableRowContext(),e.openElements.pop(),e.insertionMode=O.IN_TABLE_BODY,zh(e,t));break}default:el(e,t)}}function d_(e,t){switch(t.tagID){case m.TR:{e.openElements.hasInTableScope(m.TR)&&(e.openElements.clearBackToTableRowContext(),e.openElements.pop(),e.insertionMode=O.IN_TABLE_BODY);break}case m.TABLE:{e.openElements.hasInTableScope(m.TR)&&(e.openElements.clearBackToTableRowContext(),e.openElements.pop(),e.insertionMode=O.IN_TABLE_BODY,hb(e,t));break}case m.TBODY:case m.TFOOT:case m.THEAD:{(e.openElements.hasInTableScope(t.tagID)||e.openElements.hasInTableScope(m.TR))&&(e.openElements.clearBackToTableRowContext(),e.openElements.pop(),e.insertionMode=O.IN_TABLE_BODY,hb(e,t));break}case m.BODY:case m.CAPTION:case m.COL:case m.COLGROUP:case m.HTML:case m.TD:case m.TH:break;default:vd(e,t)}}function uq(e,t){let n=t.tagID;c_.has(n)?(e.openElements.hasInTableScope(m.TD)||e.openElements.hasInTableScope(m.TH))&&(e._closeTableCell(),Hh(e,t)):Rn(e,t)}function lq(e,t){let n=t.tagID;switch(n){case m.TD:case m.TH:{e.openElements.hasInTableScope(n)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(n),e.activeFormattingElements.clearToLastMarker(),e.insertionMode=O.IN_ROW);break}case m.TABLE:case m.TBODY:case m.TFOOT:case m.THEAD:case m.TR:{e.openElements.hasInTableScope(n)&&(e._closeTableCell(),d_(e,t));break}case m.BODY:case m.CAPTION:case m.COL:case m.COLGROUP:case m.HTML:break;default:$h(e,t)}}function f_(e,t){switch(t.tagID){case m.HTML:{Rn(e,t);break}case m.OPTION:{e.openElements.currentTagId===m.OPTION&&e.openElements.pop(),e._insertElement(t,ne.HTML);break}case m.OPTGROUP:{e.openElements.currentTagId===m.OPTION&&e.openElements.pop(),e.openElements.currentTagId===m.OPTGROUP&&e.openElements.pop(),e._insertElement(t,ne.HTML);break}case m.HR:{e.openElements.currentTagId===m.OPTION&&e.openElements.pop(),e.openElements.currentTagId===m.OPTGROUP&&e.openElements.pop(),e._appendElement(t,ne.HTML),t.ackSelfClosing=!0;break}case m.INPUT:case m.KEYGEN:case m.TEXTAREA:case m.SELECT:{e.openElements.hasInSelectScope(m.SELECT)&&(e.openElements.popUntilTagNamePopped(m.SELECT),e._resetInsertionMode(),t.tagID!==m.SELECT&&e._processStartTag(t));break}case m.SCRIPT:case m.TEMPLATE:{xo(e,t);break}default:}}function p_(e,t){switch(t.tagID){case m.OPTGROUP:{e.openElements.stackTop>0&&e.openElements.currentTagId===m.OPTION&&e.openElements.tagIDs[e.openElements.stackTop-1]===m.OPTGROUP&&e.openElements.pop(),e.openElements.currentTagId===m.OPTGROUP&&e.openElements.pop();break}case m.OPTION:{e.openElements.currentTagId===m.OPTION&&e.openElements.pop();break}case m.SELECT:{e.openElements.hasInSelectScope(m.SELECT)&&(e.openElements.popUntilTagNamePopped(m.SELECT),e._resetInsertionMode());break}case m.TEMPLATE:{Ss(e,t);break}default:}}function cq(e,t){let n=t.tagID;n===m.CAPTION||n===m.TABLE||n===m.TBODY||n===m.TFOOT||n===m.THEAD||n===m.TR||n===m.TD||n===m.TH?(e.openElements.popUntilTagNamePopped(m.SELECT),e._resetInsertionMode(),e._processStartTag(t)):f_(e,t)}function dq(e,t){let n=t.tagID;n===m.CAPTION||n===m.TABLE||n===m.TBODY||n===m.TFOOT||n===m.THEAD||n===m.TR||n===m.TD||n===m.TH?e.openElements.hasInTableScope(n)&&(e.openElements.popUntilTagNamePopped(m.SELECT),e._resetInsertionMode(),e.onEndTag(t)):p_(e,t)}function fq(e,t){switch(t.tagID){case m.BASE:case m.BASEFONT:case m.BGSOUND:case m.LINK:case m.META:case m.NOFRAMES:case m.SCRIPT:case m.STYLE:case m.TEMPLATE:case m.TITLE:{xo(e,t);break}case m.CAPTION:case m.COLGROUP:case m.TBODY:case m.TFOOT:case m.THEAD:{e.tmplInsertionModeStack[0]=O.IN_TABLE,e.insertionMode=O.IN_TABLE,el(e,t);break}case m.COL:{e.tmplInsertionModeStack[0]=O.IN_COLUMN_GROUP,e.insertionMode=O.IN_COLUMN_GROUP,yb(e,t);break}case m.TR:{e.tmplInsertionModeStack[0]=O.IN_TABLE_BODY,e.insertionMode=O.IN_TABLE_BODY,zh(e,t);break}case m.TD:case m.TH:{e.tmplInsertionModeStack[0]=O.IN_ROW,e.insertionMode=O.IN_ROW,Hh(e,t);break}default:e.tmplInsertionModeStack[0]=O.IN_BODY,e.insertionMode=O.IN_BODY,Rn(e,t)}}function pq(e,t){t.tagID===m.TEMPLATE&&Ss(e,t)}function h_(e,t){e.openElements.tmplCount>0?(e.openElements.popUntilTagNamePopped(m.TEMPLATE),e.activeFormattingElements.clearToLastMarker(),e.tmplInsertionModeStack.shift(),e._resetInsertionMode(),e.onEof(t)):gb(e,t)}function hq(e,t){t.tagID===m.HTML?Rn(e,t):Ph(e,t)}function m_(e,t){var n;if(t.tagID===m.HTML){if(e.fragmentContext||(e.insertionMode=O.AFTER_AFTER_BODY),e.options.sourceCodeLocationInfo&&e.openElements.tagIDs[0]===m.HTML){e._setEndLocation(e.openElements.items[0],t);let r=e.openElements.items[1];r&&!(!((n=e.treeAdapter.getNodeSourceCodeLocation(r))===null||n===void 0)&&n.endTag)&&e._setEndLocation(r,t)}}else Ph(e,t)}function Ph(e,t){e.insertionMode=O.IN_BODY,Bh(e,t)}function mq(e,t){switch(t.tagID){case m.HTML:{Rn(e,t);break}case m.FRAMESET:{e._insertElement(t,ne.HTML);break}case m.FRAME:{e._appendElement(t,ne.HTML),t.ackSelfClosing=!0;break}case m.NOFRAMES:{xo(e,t);break}default:}}function gq(e,t){t.tagID===m.FRAMESET&&!e.openElements.isRootHtmlElementCurrent()&&(e.openElements.pop(),!e.fragmentContext&&e.openElements.currentTagId!==m.FRAMESET&&(e.insertionMode=O.AFTER_FRAMESET))}function yq(e,t){switch(t.tagID){case m.HTML:{Rn(e,t);break}case m.NOFRAMES:{xo(e,t);break}default:}}function bq(e,t){t.tagID===m.HTML&&(e.insertionMode=O.AFTER_AFTER_FRAMESET)}function Eq(e,t){t.tagID===m.HTML?Rn(e,t):Oh(e,t)}function Oh(e,t){e.insertionMode=O.IN_BODY,Bh(e,t)}function Dq(e,t){switch(t.tagID){case m.HTML:{Rn(e,t);break}case m.NOFRAMES:{xo(e,t);break}default:}}function xq(e,t){t.chars=gt,e._insertCharacters(t)}function vq(e,t){e._insertCharacters(t),e.framesetOk=!1}function g_(e){for(;e.treeAdapter.getNamespaceURI(e.openElements.current)!==ne.HTML&&e.openElements.currentTagId!==void 0&&!e._isIntegrationPoint(e.openElements.currentTagId,e.openElements.current);)e.openElements.pop()}function wq(e,t){if(q8(t))g_(e),e._startTagOutsideForeignContent(t);else{let n=e._getAdjustedCurrentElement(),r=e.treeAdapter.getNamespaceURI(n);r===ne.MATHML?cb(t):r===ne.SVG&&(X8(t),db(t)),Nh(t),t.selfClosing?e._appendElement(t,r):e._insertElement(t,r),t.ackSelfClosing=!0}}function kq(e,t){if(t.tagID===m.P||t.tagID===m.BR){g_(e),e._endTagOutsideForeignContent(t);return}for(let n=e.openElements.stackTop;n>0;n--){let r=e.openElements.items[n];if(e.treeAdapter.getNamespaceURI(r)===ne.HTML){e._endTagOutsideForeignContent(t);break}let o=e.treeAdapter.getTagName(r);if(o.toLowerCase()===t.tagName){t.tagName=o,e.openElements.shortenToLength(n);break}}}var vpe=String.prototype.codePointAt==null?(e,t)=>(e.charCodeAt(t)&64512)===55296?(e.charCodeAt(t)-55296)*1024+e.charCodeAt(t+1)-56320+65536:e.charCodeAt(t):(e,t)=>e.codePointAt(t);var Spe=new Set([j.AREA,j.BASE,j.BASEFONT,j.BGSOUND,j.BR,j.COL,j.EMBED,j.FRAME,j.HR,j.IMG,j.INPUT,j.KEYGEN,j.LINK,j.META,j.PARAM,j.SOURCE,j.TRACK,j.WBR]);var Cq=/<(\/?)(iframe|noembed|noframes|plaintext|script|style|textarea|title|xmp)(?=[\t\n\f\r />])/gi,Tq=new Set(["mdxFlowExpression","mdxJsxFlowElement","mdxJsxTextElement","mdxTextExpression","mdxjsEsm"]),y_={sourceCodeLocationInfo:!0,scriptingEnabled:!1};function Uh(e,t){let n=Mq(e),r=wh("type",{handlers:{root:Aq,element:_q,text:Sq,comment:E_,doctype:Iq,raw:Lq},unknown:Rq}),o={parser:n?new _s(y_):_s.getFragmentParser(void 0,y_),handle(l){r(l,o)},stitches:!1,options:t||{}};r(e,o),tl(o,ur());let i=n?o.parser.document:o.parser.getFragment(),s=nb(i,{file:o.options.file});return o.stitches&&yo(s,"comment",function(l,c,d){let h=l;if(h.value.stitch&&d&&c!==void 0){let g=d.children;return g[c]=h.value.stitch,c}}),s.type==="root"&&s.children.length===1&&s.children[0].type===e.type?s.children[0]:s}function b_(e,t){let n=-1;if(e)for(;++n<e.length;)t.handle(e[n])}function Aq(e,t){b_(e.children,t)}function _q(e,t){Nq(e,t),b_(e.children,t),Oq(e,t)}function Sq(e,t){t.parser.tokenizer.state>4&&(t.parser.tokenizer.state=0);let n={type:wa.TokenType.CHARACTER,chars:e.value,location:kd(e)};tl(t,ur(e)),t.parser.currentToken=n,t.parser._processToken(t.parser.currentToken)}function Iq(e,t){let n={type:wa.TokenType.DOCTYPE,name:"html",forceQuirks:!1,publicId:"",systemId:"",location:kd(e)};tl(t,ur(e)),t.parser.currentToken=n,t.parser._processToken(t.parser.currentToken)}function Fq(e,t){t.stitches=!0;let n=Pq(e);if("children"in e&&"children"in n){let r=Uh({type:"root",children:e.children},t.options);n.children=r.children}E_({type:"comment",value:{stitch:n}},t)}function E_(e,t){let n=e.value,r={type:wa.TokenType.COMMENT,data:n,location:kd(e)};tl(t,ur(e)),t.parser.currentToken=r,t.parser._processToken(t.parser.currentToken)}function Lq(e,t){if(t.parser.tokenizer.preprocessor.html="",t.parser.tokenizer.preprocessor.pos=-1,t.parser.tokenizer.preprocessor.lastGapPos=-2,t.parser.tokenizer.preprocessor.gapStack=[],t.parser.tokenizer.preprocessor.skipNextNewLine=!1,t.parser.tokenizer.preprocessor.lastChunkWritten=!1,t.parser.tokenizer.preprocessor.endOfChunkHit=!1,t.parser.tokenizer.preprocessor.isEol=!1,D_(t,ur(e)),t.parser.tokenizer.write(t.options.tagfilter?e.value.replace(Cq,"&lt;$1$2"):e.value,!1),t.parser.tokenizer._runParsingLoop(),t.parser.tokenizer.state===72||t.parser.tokenizer.state===78){t.parser.tokenizer.preprocessor.lastChunkWritten=!0;let n=t.parser.tokenizer._consume();t.parser.tokenizer._callState(n)}}function Rq(e,t){let n=e;if(t.options.passThrough&&t.options.passThrough.includes(n.type))Fq(n,t);else{let r="";throw Tq.has(n.type)&&(r=". It looks like you are using MDX nodes with `hast-util-raw` (or `rehype-raw`). If you use this because you are using remark or rehype plugins that inject `'html'` nodes, then please raise an issue with that plugin, as its a bad and slow idea. If you use this because you are using markdown syntax, then you have to configure this utility (or plugin) to pass through these nodes (see `passThrough` in docs), but you can also migrate to use the MDX syntax"),new Error("Cannot compile `"+n.type+"` node"+r)}}function tl(e,t){D_(e,t);let n=e.parser.tokenizer.currentCharacterToken;n&&n.location&&(n.location.endLine=e.parser.tokenizer.preprocessor.line,n.location.endCol=e.parser.tokenizer.preprocessor.col+1,n.location.endOffset=e.parser.tokenizer.preprocessor.offset+1,e.parser.currentToken=n,e.parser._processToken(e.parser.currentToken)),e.parser.tokenizer.paused=!1,e.parser.tokenizer.inLoop=!1,e.parser.tokenizer.active=!1,e.parser.tokenizer.returnState=kt.DATA,e.parser.tokenizer.charRefCode=-1,e.parser.tokenizer.consumedAfterSnapshot=-1,e.parser.tokenizer.currentLocation=null,e.parser.tokenizer.currentCharacterToken=null,e.parser.tokenizer.currentToken=null,e.parser.tokenizer.currentAttr={name:"",value:""}}function D_(e,t){if(t&&t.offset!==void 0){let n={startLine:t.line,startCol:t.column,startOffset:t.offset,endLine:-1,endCol:-1,endOffset:-1};e.parser.tokenizer.preprocessor.lineStartPos=-t.column+1,e.parser.tokenizer.preprocessor.droppedBufferSize=t.offset,e.parser.tokenizer.preprocessor.line=t.line,e.parser.tokenizer.currentLocation=n}}function Nq(e,t){let n=e.tagName.toLowerCase();if(t.parser.tokenizer.state===kt.PLAINTEXT)return;tl(t,ur(e));let r=t.parser.openElements.current,o="namespaceURI"in r?r.namespaceURI:zo.html;o===zo.html&&n==="svg"&&(o=zo.svg);let i=ob({...e,children:[]},{space:o===zo.svg?"svg":"html"}),s={type:wa.TokenType.START_TAG,tagName:n,tagID:fd.getTagID(n),selfClosing:!1,ackSelfClosing:!1,attrs:"attrs"in i?i.attrs:[],location:kd(e)};t.parser.currentToken=s,t.parser._processToken(t.parser.currentToken),t.parser.tokenizer.lastStartTagName=n}function Oq(e,t){let n=e.tagName.toLowerCase();if(!t.parser.tokenizer.inForeignNode&&_8.includes(n)||t.parser.tokenizer.state===kt.PLAINTEXT)return;tl(t,Ds(e));let r={type:wa.TokenType.END_TAG,tagName:n,tagID:fd.getTagID(n),selfClosing:!1,ackSelfClosing:!1,attrs:[],location:kd(e)};t.parser.currentToken=r,t.parser._processToken(t.parser.currentToken),n===t.parser.tokenizer.lastStartTagName&&(t.parser.tokenizer.state===kt.RCDATA||t.parser.tokenizer.state===kt.RAWTEXT||t.parser.tokenizer.state===kt.SCRIPT_DATA)&&(t.parser.tokenizer.state=kt.DATA)}function Mq(e){let t=e.type==="root"?e.children[0]:e;return!!(t&&(t.type==="doctype"||t.type==="element"&&t.tagName.toLowerCase()==="html"))}function kd(e){let t=ur(e)||{line:void 0,column:void 0,offset:void 0},n=Ds(e)||{line:void 0,column:void 0,offset:void 0};return{startLine:t.line,startCol:t.column,startOffset:t.offset,endLine:n.line,endCol:n.column,endOffset:n.offset}}function Pq(e){return"children"in e?Kr({...e,children:[]}):Kr(e)}function jh(e){return function(t,n){return Uh(t,{...e,file:n})}}function bb(e,t){let n=String(e);if(typeof t!="string")throw new TypeError("Expected character");let r=0,o=n.indexOf(t);for(;o!==-1;)r++,o=n.indexOf(t,o+t.length);return r}function Eb(e){if(typeof e!="string")throw new TypeError("Expected a string");return e.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")}function Db(e,t,n){let o=$o((n||{}).ignore||[]),i=Bq(t),s=-1;for(;++s<i.length;)ad(e,"text",l);function l(d,h){let g=-1,E;for(;++g<h.length;){let y=h[g],D=E?E.children:void 0;if(o(y,D?D.indexOf(y):void 0,E))return;E=y}if(E)return c(d,h)}function c(d,h){let g=h[h.length-1],E=i[s][0],y=i[s][1],D=0,A=g.children.indexOf(d),x=!1,v=[];E.lastIndex=0;let k=E.exec(d.value);for(;k;){let L=k.index,B={index:k.index,input:k.input,stack:[...h,d]},I=y(...k,B);if(typeof I=="string"&&(I=I.length>0?{type:"text",value:I}:void 0),I===!1?E.lastIndex=L+1:(D!==L&&v.push({type:"text",value:d.value.slice(D,L)}),Array.isArray(I)?v.push(...I):I&&v.push(I),D=L+k[0].length,x=!0),!E.global)break;k=E.exec(d.value)}return x?(D<d.value.length&&v.push({type:"text",value:d.value.slice(D)}),g.children.splice(A,1,...v)):v=[d],A+v.length}}function Bq(e){let t=[];if(!Array.isArray(e))throw new TypeError("Expected find and replace tuple or list of tuples");let n=!e[0]||Array.isArray(e[0])?e:[e],r=-1;for(;++r<n.length;){let o=n[r];t.push([$q(o[0]),zq(o[1])])}return t}function $q(e){return typeof e=="string"?new RegExp(Eb(e),"g"):e}function zq(e){return typeof e=="function"?e:function(){return e}}var xb="phrasing",vb=["autolink","link","image","label"];function kb(){return{transforms:[Gq],enter:{literalAutolink:Hq,literalAutolinkEmail:wb,literalAutolinkHttp:wb,literalAutolinkWww:wb},exit:{literalAutolink:Vq,literalAutolinkEmail:Wq,literalAutolinkHttp:Uq,literalAutolinkWww:jq}}}function Cb(){return{unsafe:[{character:"@",before:"[+\\-.\\w]",after:"[\\-.\\w]",inConstruct:xb,notInConstruct:vb},{character:".",before:"[Ww]",after:"[\\-.\\w]",inConstruct:xb,notInConstruct:vb},{character:":",before:"[ps]",after:"\\/",inConstruct:xb,notInConstruct:vb}]}}function Hq(e){this.enter({type:"link",title:null,url:"",children:[]},e)}function wb(e){this.config.enter.autolinkProtocol.call(this,e)}function Uq(e){this.config.exit.autolinkProtocol.call(this,e)}function jq(e){this.config.exit.data.call(this,e);let t=this.stack[this.stack.length-1];t.type,t.url="http://"+this.sliceSerialize(e)}function Wq(e){this.config.exit.autolinkEmail.call(this,e)}function Vq(e){this.exit(e)}function Gq(e){Db(e,[[/(https?:\/\/|www(?=\.))([-.\w]+)([^ \t\r\n]*)/gi,Yq],[/(?<=^|\s|\p{P}|\p{S})([-.\w+]+)@([-\w]+(?:\.[-\w]+)+)/gu,qq]],{ignore:["link","linkReference"]})}function Yq(e,t,n,r,o){let i="";if(!x_(o)||(/^w/i.test(t)&&(n=t+n,t="",i="http://"),!Xq(n)))return!1;let s=Kq(n+r);if(!s[0])return!1;let l={type:"link",title:null,url:i+t+s[0],children:[{type:"text",value:t+s[0]}]};return s[1]?[l,{type:"text",value:s[1]}]:l}function qq(e,t,n,r){return!x_(r,!0)||/[-\d_]$/.test(n)?!1:{type:"link",title:null,url:"mailto:"+t+"@"+n,children:[{type:"text",value:t+"@"+n}]}}function Xq(e){let t=e.split(".");return!(t.length<2||t[t.length-1]&&(/_/.test(t[t.length-1])||!/[a-zA-Z\d]/.test(t[t.length-1]))||t[t.length-2]&&(/_/.test(t[t.length-2])||!/[a-zA-Z\d]/.test(t[t.length-2])))}function Kq(e){let t=/[!"&'),.:;<>?\]}]+$/.exec(e);if(!t)return[e,void 0];e=e.slice(0,t.index);let n=t[0],r=n.indexOf(")"),o=bb(e,"("),i=bb(e,")");for(;r!==-1&&o>i;)e+=n.slice(0,r+1),n=n.slice(r+1),r=n.indexOf(")"),i++;return[e,n]}function x_(e,t){let n=e.input.charCodeAt(e.index-1);return(e.index===0||Po(n)||vs(n))&&(!t||n!==47)}v_.peek=iX;function Qq(){this.buffer()}function Zq(e){this.enter({type:"footnoteReference",identifier:"",label:""},e)}function Jq(){this.buffer()}function eX(e){this.enter({type:"footnoteDefinition",identifier:"",label:"",children:[]},e)}function tX(e){let t=this.resume(),n=this.stack[this.stack.length-1];n.type,n.identifier=In(this.sliceSerialize(e)).toLowerCase(),n.label=t}function nX(e){this.exit(e)}function rX(e){let t=this.resume(),n=this.stack[this.stack.length-1];n.type,n.identifier=In(this.sliceSerialize(e)).toLowerCase(),n.label=t}function oX(e){this.exit(e)}function iX(){return"["}function v_(e,t,n,r){let o=n.createTracker(r),i=o.move("[^"),s=n.enter("footnoteReference"),l=n.enter("reference");return i+=o.move(n.safe(n.associationId(e),{after:"]",before:i})),l(),s(),i+=o.move("]"),i}function Tb(){return{enter:{gfmFootnoteCallString:Qq,gfmFootnoteCall:Zq,gfmFootnoteDefinitionLabelString:Jq,gfmFootnoteDefinition:eX},exit:{gfmFootnoteCallString:tX,gfmFootnoteCall:nX,gfmFootnoteDefinitionLabelString:rX,gfmFootnoteDefinition:oX}}}function Ab(e){let t=!1;return e&&e.firstLineBlank&&(t=!0),{handlers:{footnoteDefinition:n,footnoteReference:v_},unsafe:[{character:"[",inConstruct:["label","phrasing","reference"]}]};function n(r,o,i,s){let l=i.createTracker(s),c=l.move("[^"),d=i.enter("footnoteDefinition"),h=i.enter("label");return c+=l.move(i.safe(i.associationId(r),{before:c,after:"]"})),h(),c+=l.move("]:"),r.children&&r.children.length>0&&(l.shift(4),c+=l.move((t?`
974
+ `,t);return r===-1?n:n===-1||n+1===r?r:n<r?n:r}var zo={html:"http://www.w3.org/1999/xhtml",mathml:"http://www.w3.org/1998/Math/MathML",svg:"http://www.w3.org/2000/svg",xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/"};var k8={}.hasOwnProperty,KV=Object.prototype;function nb(e,t){let n=t||{};return rb({file:n.file||void 0,location:!1,schema:n.space==="svg"?qr:ki,verbose:n.verbose||!1},e)}function rb(e,t){let n;switch(t.nodeName){case"#comment":{let r=t;return n={type:"comment",value:r.data},vh(e,r,n),n}case"#document":case"#document-fragment":{let r=t,o="mode"in r?r.mode==="quirks"||r.mode==="limited-quirks":!1;if(n={type:"root",children:C8(e,t.childNodes),data:{quirksMode:o}},e.file&&e.location){let i=String(e.file),s=tb(i),l=s.toPoint(0),c=s.toPoint(i.length);n.position={start:l,end:c}}return n}case"#documentType":{let r=t;return n={type:"doctype"},vh(e,r,n),n}case"#text":{let r=t;return n={type:"text",value:r.value},vh(e,r,n),n}default:return n=QV(e,t),n}}function C8(e,t){let n=-1,r=[];for(;++n<t.length;){let o=rb(e,t[n]);r.push(o)}return r}function QV(e,t){let n=e.schema;e.schema=t.namespaceURI===zo.svg?qr:ki;let r=-1,o={};for(;++r<t.attrs.length;){let l=t.attrs[r],c=(l.prefix?l.prefix+":":"")+l.name;k8.call(KV,c)||(o[c]=l.value)}let s=(e.schema.space==="svg"?eb:Jy)(t.tagName,o,C8(e,t.childNodes));if(vh(e,t,s),s.tagName==="template"){let l=t,c=l.sourceCodeLocation,d=c&&c.startTag&&Qu(c.startTag),h=c&&c.endTag&&Qu(c.endTag),g=rb(e,l.content);d&&h&&e.file&&(g.position={start:d.end,end:h.start}),s.content=g}return e.schema=n,s}function vh(e,t,n){if("sourceCodeLocation"in t&&t.sourceCodeLocation&&e.file){let r=ZV(e,n,t.sourceCodeLocation);r&&(e.location=!0,n.position=r)}}function ZV(e,t,n){let r=Qu(n);if(t.type==="element"){let o=t.children[t.children.length-1];if(r&&!n.endTag&&o&&o.position&&o.position.end&&(r.end=Object.assign({},o.position.end)),e.verbose){let i={},s;if(n.attrs)for(s in n.attrs)k8.call(n.attrs,s)&&(i[wi(e.schema,s).property]=Qu(n.attrs[s]));n.startTag;let l=Qu(n.startTag),c=n.endTag?Qu(n.endTag):void 0,d={opening:l};c&&(d.closing=c),d.properties=i,t.data={position:d}}}return r}function Qu(e){let t=w8({line:e.startLine,column:e.startCol,offset:e.startOffset}),n=w8({line:e.endLine,column:e.endCol,offset:e.endOffset});return t||n?{start:t,end:n}:void 0}function w8(e){return e.line&&e.column?e:void 0}var T8={}.hasOwnProperty;function wh(e,t){let n=t||{};function r(o,...i){let s=r.invalid,l=r.handlers;if(o&&T8.call(o,e)){let c=String(o[e]);s=T8.call(l,c)?l[c]:r.unknown}if(s)return s.call(this,o,...i)}return r.handlers=n.handlers||{},r.invalid=n.invalid,r.unknown=n.unknown,r}var JV={},eG={}.hasOwnProperty,A8=wh("type",{handlers:{root:tG,element:aG,text:oG,comment:iG,doctype:rG}});function ob(e,t){let r=(t||JV).space;return A8(e,r==="svg"?qr:ki)}function tG(e,t){let n={nodeName:"#document",mode:(e.data||{}).quirksMode?"quirks":"no-quirks",childNodes:[]};return n.childNodes=ib(e.children,n,t),Zu(e,n),n}function nG(e,t){let n={nodeName:"#document-fragment",childNodes:[]};return n.childNodes=ib(e.children,n,t),Zu(e,n),n}function rG(e){let t={nodeName:"#documentType",name:"html",publicId:"",systemId:"",parentNode:null};return Zu(e,t),t}function oG(e){let t={nodeName:"#text",value:e.value,parentNode:null};return Zu(e,t),t}function iG(e){let t={nodeName:"#comment",data:e.value,parentNode:null};return Zu(e,t),t}function aG(e,t){let n=t,r=n;e.type==="element"&&e.tagName.toLowerCase()==="svg"&&n.space==="html"&&(r=qr);let o=[],i;if(e.properties){for(i in e.properties)if(i!=="children"&&eG.call(e.properties,i)){let c=sG(r,i,e.properties[i]);c&&o.push(c)}}let s=r.space;let l={nodeName:e.tagName,tagName:e.tagName,attrs:o,namespaceURI:zo[s],childNodes:[],parentNode:null};return l.childNodes=ib(e.children,l,r),Zu(e,l),e.tagName==="template"&&e.content&&(l.content=nG(e.content,r)),l}function sG(e,t,n){let r=wi(e,t);if(n===!1||n===null||n===void 0||typeof n=="number"&&Number.isNaN(n)||!n&&r.boolean)return;Array.isArray(n)&&(n=r.commaSeparated?W0(n):X0(n));let o={name:r.attribute,value:n===!0?"":String(n)};if(r.space&&r.space!=="html"&&r.space!=="svg"){let i=o.name.indexOf(":");i<0?o.prefix="":(o.name=o.name.slice(i+1),o.prefix=r.attribute.slice(0,i)),o.namespace=zo[r.space]}return o}function ib(e,t,n){let r=-1,o=[];if(e)for(;++r<e.length;){let i=A8(e[r],n);i.parentNode=t,o.push(i)}return o}function Zu(e,t){let n=e.position;n&&n.start&&n.end&&(n.start.offset,n.end.offset,t.sourceCodeLocation={startLine:n.start.line,startCol:n.start.column,startOffset:n.start.offset,endLine:n.end.line,endCol:n.end.column,endOffset:n.end.offset})}var _8=["area","base","basefont","bgsound","br","col","command","embed","frame","hr","image","img","input","keygen","link","meta","param","source","track","wbr"];var uG=new Set([65534,65535,131070,131071,196606,196607,262142,262143,327678,327679,393214,393215,458750,458751,524286,524287,589822,589823,655358,655359,720894,720895,786430,786431,851966,851967,917502,917503,983038,983039,1048574,1048575,1114110,1114111]),gt="\uFFFD",S;(function(e){e[e.EOF=-1]="EOF",e[e.NULL=0]="NULL",e[e.TABULATION=9]="TABULATION",e[e.CARRIAGE_RETURN=13]="CARRIAGE_RETURN",e[e.LINE_FEED=10]="LINE_FEED",e[e.FORM_FEED=12]="FORM_FEED",e[e.SPACE=32]="SPACE",e[e.EXCLAMATION_MARK=33]="EXCLAMATION_MARK",e[e.QUOTATION_MARK=34]="QUOTATION_MARK",e[e.AMPERSAND=38]="AMPERSAND",e[e.APOSTROPHE=39]="APOSTROPHE",e[e.HYPHEN_MINUS=45]="HYPHEN_MINUS",e[e.SOLIDUS=47]="SOLIDUS",e[e.DIGIT_0=48]="DIGIT_0",e[e.DIGIT_9=57]="DIGIT_9",e[e.SEMICOLON=59]="SEMICOLON",e[e.LESS_THAN_SIGN=60]="LESS_THAN_SIGN",e[e.EQUALS_SIGN=61]="EQUALS_SIGN",e[e.GREATER_THAN_SIGN=62]="GREATER_THAN_SIGN",e[e.QUESTION_MARK=63]="QUESTION_MARK",e[e.LATIN_CAPITAL_A=65]="LATIN_CAPITAL_A",e[e.LATIN_CAPITAL_Z=90]="LATIN_CAPITAL_Z",e[e.RIGHT_SQUARE_BRACKET=93]="RIGHT_SQUARE_BRACKET",e[e.GRAVE_ACCENT=96]="GRAVE_ACCENT",e[e.LATIN_SMALL_A=97]="LATIN_SMALL_A",e[e.LATIN_SMALL_Z=122]="LATIN_SMALL_Z"})(S||(S={}));var Yn={DASH_DASH:"--",CDATA_START:"[CDATA[",DOCTYPE:"doctype",SCRIPT:"script",PUBLIC:"public",SYSTEM:"system"};function kh(e){return e>=55296&&e<=57343}function S8(e){return e>=56320&&e<=57343}function I8(e,t){return(e-55296)*1024+9216+t}function Ch(e){return e!==32&&e!==10&&e!==13&&e!==9&&e!==12&&e>=1&&e<=31||e>=127&&e<=159}function Th(e){return e>=64976&&e<=65007||uG.has(e)}var Y;(function(e){e.controlCharacterInInputStream="control-character-in-input-stream",e.noncharacterInInputStream="noncharacter-in-input-stream",e.surrogateInInputStream="surrogate-in-input-stream",e.nonVoidHtmlElementStartTagWithTrailingSolidus="non-void-html-element-start-tag-with-trailing-solidus",e.endTagWithAttributes="end-tag-with-attributes",e.endTagWithTrailingSolidus="end-tag-with-trailing-solidus",e.unexpectedSolidusInTag="unexpected-solidus-in-tag",e.unexpectedNullCharacter="unexpected-null-character",e.unexpectedQuestionMarkInsteadOfTagName="unexpected-question-mark-instead-of-tag-name",e.invalidFirstCharacterOfTagName="invalid-first-character-of-tag-name",e.unexpectedEqualsSignBeforeAttributeName="unexpected-equals-sign-before-attribute-name",e.missingEndTagName="missing-end-tag-name",e.unexpectedCharacterInAttributeName="unexpected-character-in-attribute-name",e.unknownNamedCharacterReference="unknown-named-character-reference",e.missingSemicolonAfterCharacterReference="missing-semicolon-after-character-reference",e.unexpectedCharacterAfterDoctypeSystemIdentifier="unexpected-character-after-doctype-system-identifier",e.unexpectedCharacterInUnquotedAttributeValue="unexpected-character-in-unquoted-attribute-value",e.eofBeforeTagName="eof-before-tag-name",e.eofInTag="eof-in-tag",e.missingAttributeValue="missing-attribute-value",e.missingWhitespaceBetweenAttributes="missing-whitespace-between-attributes",e.missingWhitespaceAfterDoctypePublicKeyword="missing-whitespace-after-doctype-public-keyword",e.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers="missing-whitespace-between-doctype-public-and-system-identifiers",e.missingWhitespaceAfterDoctypeSystemKeyword="missing-whitespace-after-doctype-system-keyword",e.missingQuoteBeforeDoctypePublicIdentifier="missing-quote-before-doctype-public-identifier",e.missingQuoteBeforeDoctypeSystemIdentifier="missing-quote-before-doctype-system-identifier",e.missingDoctypePublicIdentifier="missing-doctype-public-identifier",e.missingDoctypeSystemIdentifier="missing-doctype-system-identifier",e.abruptDoctypePublicIdentifier="abrupt-doctype-public-identifier",e.abruptDoctypeSystemIdentifier="abrupt-doctype-system-identifier",e.cdataInHtmlContent="cdata-in-html-content",e.incorrectlyOpenedComment="incorrectly-opened-comment",e.eofInScriptHtmlCommentLikeText="eof-in-script-html-comment-like-text",e.eofInDoctype="eof-in-doctype",e.nestedComment="nested-comment",e.abruptClosingOfEmptyComment="abrupt-closing-of-empty-comment",e.eofInComment="eof-in-comment",e.incorrectlyClosedComment="incorrectly-closed-comment",e.eofInCdata="eof-in-cdata",e.absenceOfDigitsInNumericCharacterReference="absence-of-digits-in-numeric-character-reference",e.nullCharacterReference="null-character-reference",e.surrogateCharacterReference="surrogate-character-reference",e.characterReferenceOutsideUnicodeRange="character-reference-outside-unicode-range",e.controlCharacterReference="control-character-reference",e.noncharacterCharacterReference="noncharacter-character-reference",e.missingWhitespaceBeforeDoctypeName="missing-whitespace-before-doctype-name",e.missingDoctypeName="missing-doctype-name",e.invalidCharacterSequenceAfterDoctypeName="invalid-character-sequence-after-doctype-name",e.duplicateAttribute="duplicate-attribute",e.nonConformingDoctype="non-conforming-doctype",e.missingDoctype="missing-doctype",e.misplacedDoctype="misplaced-doctype",e.endTagWithoutMatchingOpenElement="end-tag-without-matching-open-element",e.closingOfElementWithOpenChildElements="closing-of-element-with-open-child-elements",e.disallowedContentInNoscriptInHead="disallowed-content-in-noscript-in-head",e.openElementsLeftAfterEof="open-elements-left-after-eof",e.abandonedHeadElementChild="abandoned-head-element-child",e.misplacedStartTagForHeadElement="misplaced-start-tag-for-head-element",e.nestedNoscriptInHead="nested-noscript-in-head",e.eofInElementThatCanContainOnlyText="eof-in-element-that-can-contain-only-text"})(Y||(Y={}));var cG=65536,Ah=class{constructor(t){this.handler=t,this.html="",this.pos=-1,this.lastGapPos=-2,this.gapStack=[],this.skipNextNewLine=!1,this.lastChunkWritten=!1,this.endOfChunkHit=!1,this.bufferWaterline=cG,this.isEol=!1,this.lineStartPos=0,this.droppedBufferSize=0,this.line=1,this.lastErrOffset=-1}get col(){return this.pos-this.lineStartPos+ +(this.lastGapPos!==this.pos)}get offset(){return this.droppedBufferSize+this.pos}getError(t,n){let{line:r,col:o,offset:i}=this,s=o+n,l=i+n;return{code:t,startLine:r,endLine:r,startCol:s,endCol:s,startOffset:l,endOffset:l}}_err(t){this.handler.onParseError&&this.lastErrOffset!==this.offset&&(this.lastErrOffset=this.offset,this.handler.onParseError(this.getError(t,0)))}_addGap(){this.gapStack.push(this.lastGapPos),this.lastGapPos=this.pos}_processSurrogate(t){if(this.pos!==this.html.length-1){let n=this.html.charCodeAt(this.pos+1);if(S8(n))return this.pos++,this._addGap(),I8(t,n)}else if(!this.lastChunkWritten)return this.endOfChunkHit=!0,S.EOF;return this._err(Y.surrogateInInputStream),t}willDropParsedChunk(){return this.pos>this.bufferWaterline}dropParsedChunk(){this.willDropParsedChunk()&&(this.html=this.html.substring(this.pos),this.lineStartPos-=this.pos,this.droppedBufferSize+=this.pos,this.pos=0,this.lastGapPos=-2,this.gapStack.length=0)}write(t,n){this.html.length>0?this.html+=t:this.html=t,this.endOfChunkHit=!1,this.lastChunkWritten=n}insertHtmlAtCurrentPos(t){this.html=this.html.substring(0,this.pos+1)+t+this.html.substring(this.pos+1),this.endOfChunkHit=!1}startsWith(t,n){if(this.pos+t.length>this.html.length)return this.endOfChunkHit=!this.lastChunkWritten,!1;if(n)return this.html.startsWith(t,this.pos);for(let r=0;r<t.length;r++)if((this.html.charCodeAt(this.pos+r)|32)!==t.charCodeAt(r))return!1;return!0}peek(t){let n=this.pos+t;if(n>=this.html.length)return this.endOfChunkHit=!this.lastChunkWritten,S.EOF;let r=this.html.charCodeAt(n);return r===S.CARRIAGE_RETURN?S.LINE_FEED:r}advance(){if(this.pos++,this.isEol&&(this.isEol=!1,this.line++,this.lineStartPos=this.pos),this.pos>=this.html.length)return this.endOfChunkHit=!this.lastChunkWritten,S.EOF;let t=this.html.charCodeAt(this.pos);return t===S.CARRIAGE_RETURN?(this.isEol=!0,this.skipNextNewLine=!0,S.LINE_FEED):t===S.LINE_FEED&&(this.isEol=!0,this.skipNextNewLine)?(this.line--,this.skipNextNewLine=!1,this._addGap(),this.advance()):(this.skipNextNewLine=!1,kh(t)&&(t=this._processSurrogate(t)),this.handler.onParseError===null||t>31&&t<127||t===S.LINE_FEED||t===S.CARRIAGE_RETURN||t>159&&t<64976||this._checkForProblematicCharacters(t),t)}_checkForProblematicCharacters(t){Ch(t)?this._err(Y.controlCharacterInInputStream):Th(t)&&this._err(Y.noncharacterInInputStream)}retreat(t){for(this.pos-=t;this.pos<this.lastGapPos;)this.lastGapPos=this.gapStack.pop(),this.pos--;this.isEol=!1}};var wa={};Nl(wa,{TokenType:()=>Xe,getTokenAttr:()=>dd});var Xe;(function(e){e[e.CHARACTER=0]="CHARACTER",e[e.NULL_CHARACTER=1]="NULL_CHARACTER",e[e.WHITESPACE_CHARACTER=2]="WHITESPACE_CHARACTER",e[e.START_TAG=3]="START_TAG",e[e.END_TAG=4]="END_TAG",e[e.COMMENT=5]="COMMENT",e[e.DOCTYPE=6]="DOCTYPE",e[e.EOF=7]="EOF",e[e.HIBERNATION=8]="HIBERNATION"})(Xe||(Xe={}));function dd(e,t){for(let n=e.attrs.length-1;n>=0;n--)if(e.attrs[n].name===t)return e.attrs[n].value;return null}var _h=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(e=>e.charCodeAt(0)));var ab,dG=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]]),F8=(ab=String.fromCodePoint)!==null&&ab!==void 0?ab:function(e){let t="";return e>65535&&(e-=65536,t+=String.fromCharCode(e>>>10&1023|55296),e=56320|e&1023),t+=String.fromCharCode(e),t};function sb(e){var t;return e>=55296&&e<=57343||e>1114111?65533:(t=dG.get(e))!==null&&t!==void 0?t:e}var fn;(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"})(fn||(fn={}));var pG=32,ka;(function(e){e[e.VALUE_LENGTH=49152]="VALUE_LENGTH",e[e.BRANCH_LENGTH=16256]="BRANCH_LENGTH",e[e.JUMP_TABLE=127]="JUMP_TABLE"})(ka||(ka={}));function ub(e){return e>=fn.ZERO&&e<=fn.NINE}function hG(e){return e>=fn.UPPER_A&&e<=fn.UPPER_F||e>=fn.LOWER_A&&e<=fn.LOWER_F}function mG(e){return e>=fn.UPPER_A&&e<=fn.UPPER_Z||e>=fn.LOWER_A&&e<=fn.LOWER_Z||ub(e)}function gG(e){return e===fn.EQUALS||mG(e)}var dn;(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"})(dn||(dn={}));var Ho;(function(e){e[e.Legacy=0]="Legacy",e[e.Strict=1]="Strict",e[e.Attribute=2]="Attribute"})(Ho||(Ho={}));var Sh=class{constructor(t,n,r){this.decodeTree=t,this.emitCodePoint=n,this.errors=r,this.state=dn.EntityStart,this.consumed=1,this.result=0,this.treeIndex=0,this.excess=1,this.decodeMode=Ho.Strict}startEntity(t){this.decodeMode=t,this.state=dn.EntityStart,this.result=0,this.treeIndex=0,this.excess=1,this.consumed=1}write(t,n){switch(this.state){case dn.EntityStart:return t.charCodeAt(n)===fn.NUM?(this.state=dn.NumericStart,this.consumed+=1,this.stateNumericStart(t,n+1)):(this.state=dn.NamedEntity,this.stateNamedEntity(t,n));case dn.NumericStart:return this.stateNumericStart(t,n);case dn.NumericDecimal:return this.stateNumericDecimal(t,n);case dn.NumericHex:return this.stateNumericHex(t,n);case dn.NamedEntity:return this.stateNamedEntity(t,n)}}stateNumericStart(t,n){return n>=t.length?-1:(t.charCodeAt(n)|pG)===fn.LOWER_X?(this.state=dn.NumericHex,this.consumed+=1,this.stateNumericHex(t,n+1)):(this.state=dn.NumericDecimal,this.stateNumericDecimal(t,n))}addToNumericResult(t,n,r,o){if(n!==r){let i=r-n;this.result=this.result*Math.pow(o,i)+Number.parseInt(t.substr(n,i),o),this.consumed+=i}}stateNumericHex(t,n){let r=n;for(;n<t.length;){let o=t.charCodeAt(n);if(ub(o)||hG(o))n+=1;else return this.addToNumericResult(t,r,n,16),this.emitNumericEntity(o,3)}return this.addToNumericResult(t,r,n,16),-1}stateNumericDecimal(t,n){let r=n;for(;n<t.length;){let o=t.charCodeAt(n);if(ub(o))n+=1;else return this.addToNumericResult(t,r,n,10),this.emitNumericEntity(o,2)}return this.addToNumericResult(t,r,n,10),-1}emitNumericEntity(t,n){var r;if(this.consumed<=n)return(r=this.errors)===null||r===void 0||r.absenceOfDigitsInNumericCharacterReference(this.consumed),0;if(t===fn.SEMI)this.consumed+=1;else if(this.decodeMode===Ho.Strict)return 0;return this.emitCodePoint(sb(this.result),this.consumed),this.errors&&(t!==fn.SEMI&&this.errors.missingSemicolonAfterCharacterReference(),this.errors.validateNumericCharacterReference(this.result)),this.consumed}stateNamedEntity(t,n){let{decodeTree:r}=this,o=r[this.treeIndex],i=(o&ka.VALUE_LENGTH)>>14;for(;n<t.length;n++,this.excess++){let s=t.charCodeAt(n);if(this.treeIndex=yG(r,o,this.treeIndex+Math.max(1,i),s),this.treeIndex<0)return this.result===0||this.decodeMode===Ho.Attribute&&(i===0||gG(s))?0:this.emitNotTerminatedNamedEntity();if(o=r[this.treeIndex],i=(o&ka.VALUE_LENGTH)>>14,i!==0){if(s===fn.SEMI)return this.emitNamedEntityData(this.treeIndex,i,this.consumed+this.excess);this.decodeMode!==Ho.Strict&&(this.result=this.treeIndex,this.consumed+=this.excess,this.excess=0)}}return-1}emitNotTerminatedNamedEntity(){var t;let{result:n,decodeTree:r}=this,o=(r[n]&ka.VALUE_LENGTH)>>14;return this.emitNamedEntityData(n,o,this.consumed),(t=this.errors)===null||t===void 0||t.missingSemicolonAfterCharacterReference(),this.consumed}emitNamedEntityData(t,n,r){let{decodeTree:o}=this;return this.emitCodePoint(n===1?o[t]&~ka.VALUE_LENGTH:o[t+1],r),n===3&&this.emitCodePoint(o[t+2],r),r}end(){var t;switch(this.state){case dn.NamedEntity:return this.result!==0&&(this.decodeMode!==Ho.Attribute||this.result===this.treeIndex)?this.emitNotTerminatedNamedEntity():0;case dn.NumericDecimal:return this.emitNumericEntity(0,2);case dn.NumericHex:return this.emitNumericEntity(0,3);case dn.NumericStart:return(t=this.errors)===null||t===void 0||t.absenceOfDigitsInNumericCharacterReference(this.consumed),0;case dn.EntityStart:return 0}}};function yG(e,t,n,r){let o=(t&ka.BRANCH_LENGTH)>>7,i=t&ka.JUMP_TABLE;if(o===0)return i!==0&&r===i?n:-1;if(i){let c=r-i;return c<0||c>=o?-1:e[n+c]-1}let s=n,l=s+o-1;for(;s<=l;){let c=s+l>>>1,d=e[c];if(d<r)s=c+1;else if(d>r)l=c-1;else return e[c+o]}return-1}var fd={};Nl(fd,{ATTRS:()=>Uo,DOCUMENT_MODE:()=>Ln,NS:()=>ne,NUMBERED_HEADERS:()=>Ju,SPECIAL_ELEMENTS:()=>lb,TAG_ID:()=>m,TAG_NAMES:()=>j,getTagID:()=>Ca,hasUnescapedText:()=>L8});var ne;(function(e){e.HTML="http://www.w3.org/1999/xhtml",e.MATHML="http://www.w3.org/1998/Math/MathML",e.SVG="http://www.w3.org/2000/svg",e.XLINK="http://www.w3.org/1999/xlink",e.XML="http://www.w3.org/XML/1998/namespace",e.XMLNS="http://www.w3.org/2000/xmlns/"})(ne||(ne={}));var Uo;(function(e){e.TYPE="type",e.ACTION="action",e.ENCODING="encoding",e.PROMPT="prompt",e.NAME="name",e.COLOR="color",e.FACE="face",e.SIZE="size"})(Uo||(Uo={}));var Ln;(function(e){e.NO_QUIRKS="no-quirks",e.QUIRKS="quirks",e.LIMITED_QUIRKS="limited-quirks"})(Ln||(Ln={}));var j;(function(e){e.A="a",e.ADDRESS="address",e.ANNOTATION_XML="annotation-xml",e.APPLET="applet",e.AREA="area",e.ARTICLE="article",e.ASIDE="aside",e.B="b",e.BASE="base",e.BASEFONT="basefont",e.BGSOUND="bgsound",e.BIG="big",e.BLOCKQUOTE="blockquote",e.BODY="body",e.BR="br",e.BUTTON="button",e.CAPTION="caption",e.CENTER="center",e.CODE="code",e.COL="col",e.COLGROUP="colgroup",e.DD="dd",e.DESC="desc",e.DETAILS="details",e.DIALOG="dialog",e.DIR="dir",e.DIV="div",e.DL="dl",e.DT="dt",e.EM="em",e.EMBED="embed",e.FIELDSET="fieldset",e.FIGCAPTION="figcaption",e.FIGURE="figure",e.FONT="font",e.FOOTER="footer",e.FOREIGN_OBJECT="foreignObject",e.FORM="form",e.FRAME="frame",e.FRAMESET="frameset",e.H1="h1",e.H2="h2",e.H3="h3",e.H4="h4",e.H5="h5",e.H6="h6",e.HEAD="head",e.HEADER="header",e.HGROUP="hgroup",e.HR="hr",e.HTML="html",e.I="i",e.IMG="img",e.IMAGE="image",e.INPUT="input",e.IFRAME="iframe",e.KEYGEN="keygen",e.LABEL="label",e.LI="li",e.LINK="link",e.LISTING="listing",e.MAIN="main",e.MALIGNMARK="malignmark",e.MARQUEE="marquee",e.MATH="math",e.MENU="menu",e.META="meta",e.MGLYPH="mglyph",e.MI="mi",e.MO="mo",e.MN="mn",e.MS="ms",e.MTEXT="mtext",e.NAV="nav",e.NOBR="nobr",e.NOFRAMES="noframes",e.NOEMBED="noembed",e.NOSCRIPT="noscript",e.OBJECT="object",e.OL="ol",e.OPTGROUP="optgroup",e.OPTION="option",e.P="p",e.PARAM="param",e.PLAINTEXT="plaintext",e.PRE="pre",e.RB="rb",e.RP="rp",e.RT="rt",e.RTC="rtc",e.RUBY="ruby",e.S="s",e.SCRIPT="script",e.SEARCH="search",e.SECTION="section",e.SELECT="select",e.SOURCE="source",e.SMALL="small",e.SPAN="span",e.STRIKE="strike",e.STRONG="strong",e.STYLE="style",e.SUB="sub",e.SUMMARY="summary",e.SUP="sup",e.TABLE="table",e.TBODY="tbody",e.TEMPLATE="template",e.TEXTAREA="textarea",e.TFOOT="tfoot",e.TD="td",e.TH="th",e.THEAD="thead",e.TITLE="title",e.TR="tr",e.TRACK="track",e.TT="tt",e.U="u",e.UL="ul",e.SVG="svg",e.VAR="var",e.WBR="wbr",e.XMP="xmp"})(j||(j={}));var m;(function(e){e[e.UNKNOWN=0]="UNKNOWN",e[e.A=1]="A",e[e.ADDRESS=2]="ADDRESS",e[e.ANNOTATION_XML=3]="ANNOTATION_XML",e[e.APPLET=4]="APPLET",e[e.AREA=5]="AREA",e[e.ARTICLE=6]="ARTICLE",e[e.ASIDE=7]="ASIDE",e[e.B=8]="B",e[e.BASE=9]="BASE",e[e.BASEFONT=10]="BASEFONT",e[e.BGSOUND=11]="BGSOUND",e[e.BIG=12]="BIG",e[e.BLOCKQUOTE=13]="BLOCKQUOTE",e[e.BODY=14]="BODY",e[e.BR=15]="BR",e[e.BUTTON=16]="BUTTON",e[e.CAPTION=17]="CAPTION",e[e.CENTER=18]="CENTER",e[e.CODE=19]="CODE",e[e.COL=20]="COL",e[e.COLGROUP=21]="COLGROUP",e[e.DD=22]="DD",e[e.DESC=23]="DESC",e[e.DETAILS=24]="DETAILS",e[e.DIALOG=25]="DIALOG",e[e.DIR=26]="DIR",e[e.DIV=27]="DIV",e[e.DL=28]="DL",e[e.DT=29]="DT",e[e.EM=30]="EM",e[e.EMBED=31]="EMBED",e[e.FIELDSET=32]="FIELDSET",e[e.FIGCAPTION=33]="FIGCAPTION",e[e.FIGURE=34]="FIGURE",e[e.FONT=35]="FONT",e[e.FOOTER=36]="FOOTER",e[e.FOREIGN_OBJECT=37]="FOREIGN_OBJECT",e[e.FORM=38]="FORM",e[e.FRAME=39]="FRAME",e[e.FRAMESET=40]="FRAMESET",e[e.H1=41]="H1",e[e.H2=42]="H2",e[e.H3=43]="H3",e[e.H4=44]="H4",e[e.H5=45]="H5",e[e.H6=46]="H6",e[e.HEAD=47]="HEAD",e[e.HEADER=48]="HEADER",e[e.HGROUP=49]="HGROUP",e[e.HR=50]="HR",e[e.HTML=51]="HTML",e[e.I=52]="I",e[e.IMG=53]="IMG",e[e.IMAGE=54]="IMAGE",e[e.INPUT=55]="INPUT",e[e.IFRAME=56]="IFRAME",e[e.KEYGEN=57]="KEYGEN",e[e.LABEL=58]="LABEL",e[e.LI=59]="LI",e[e.LINK=60]="LINK",e[e.LISTING=61]="LISTING",e[e.MAIN=62]="MAIN",e[e.MALIGNMARK=63]="MALIGNMARK",e[e.MARQUEE=64]="MARQUEE",e[e.MATH=65]="MATH",e[e.MENU=66]="MENU",e[e.META=67]="META",e[e.MGLYPH=68]="MGLYPH",e[e.MI=69]="MI",e[e.MO=70]="MO",e[e.MN=71]="MN",e[e.MS=72]="MS",e[e.MTEXT=73]="MTEXT",e[e.NAV=74]="NAV",e[e.NOBR=75]="NOBR",e[e.NOFRAMES=76]="NOFRAMES",e[e.NOEMBED=77]="NOEMBED",e[e.NOSCRIPT=78]="NOSCRIPT",e[e.OBJECT=79]="OBJECT",e[e.OL=80]="OL",e[e.OPTGROUP=81]="OPTGROUP",e[e.OPTION=82]="OPTION",e[e.P=83]="P",e[e.PARAM=84]="PARAM",e[e.PLAINTEXT=85]="PLAINTEXT",e[e.PRE=86]="PRE",e[e.RB=87]="RB",e[e.RP=88]="RP",e[e.RT=89]="RT",e[e.RTC=90]="RTC",e[e.RUBY=91]="RUBY",e[e.S=92]="S",e[e.SCRIPT=93]="SCRIPT",e[e.SEARCH=94]="SEARCH",e[e.SECTION=95]="SECTION",e[e.SELECT=96]="SELECT",e[e.SOURCE=97]="SOURCE",e[e.SMALL=98]="SMALL",e[e.SPAN=99]="SPAN",e[e.STRIKE=100]="STRIKE",e[e.STRONG=101]="STRONG",e[e.STYLE=102]="STYLE",e[e.SUB=103]="SUB",e[e.SUMMARY=104]="SUMMARY",e[e.SUP=105]="SUP",e[e.TABLE=106]="TABLE",e[e.TBODY=107]="TBODY",e[e.TEMPLATE=108]="TEMPLATE",e[e.TEXTAREA=109]="TEXTAREA",e[e.TFOOT=110]="TFOOT",e[e.TD=111]="TD",e[e.TH=112]="TH",e[e.THEAD=113]="THEAD",e[e.TITLE=114]="TITLE",e[e.TR=115]="TR",e[e.TRACK=116]="TRACK",e[e.TT=117]="TT",e[e.U=118]="U",e[e.UL=119]="UL",e[e.SVG=120]="SVG",e[e.VAR=121]="VAR",e[e.WBR=122]="WBR",e[e.XMP=123]="XMP"})(m||(m={}));var bG=new Map([[j.A,m.A],[j.ADDRESS,m.ADDRESS],[j.ANNOTATION_XML,m.ANNOTATION_XML],[j.APPLET,m.APPLET],[j.AREA,m.AREA],[j.ARTICLE,m.ARTICLE],[j.ASIDE,m.ASIDE],[j.B,m.B],[j.BASE,m.BASE],[j.BASEFONT,m.BASEFONT],[j.BGSOUND,m.BGSOUND],[j.BIG,m.BIG],[j.BLOCKQUOTE,m.BLOCKQUOTE],[j.BODY,m.BODY],[j.BR,m.BR],[j.BUTTON,m.BUTTON],[j.CAPTION,m.CAPTION],[j.CENTER,m.CENTER],[j.CODE,m.CODE],[j.COL,m.COL],[j.COLGROUP,m.COLGROUP],[j.DD,m.DD],[j.DESC,m.DESC],[j.DETAILS,m.DETAILS],[j.DIALOG,m.DIALOG],[j.DIR,m.DIR],[j.DIV,m.DIV],[j.DL,m.DL],[j.DT,m.DT],[j.EM,m.EM],[j.EMBED,m.EMBED],[j.FIELDSET,m.FIELDSET],[j.FIGCAPTION,m.FIGCAPTION],[j.FIGURE,m.FIGURE],[j.FONT,m.FONT],[j.FOOTER,m.FOOTER],[j.FOREIGN_OBJECT,m.FOREIGN_OBJECT],[j.FORM,m.FORM],[j.FRAME,m.FRAME],[j.FRAMESET,m.FRAMESET],[j.H1,m.H1],[j.H2,m.H2],[j.H3,m.H3],[j.H4,m.H4],[j.H5,m.H5],[j.H6,m.H6],[j.HEAD,m.HEAD],[j.HEADER,m.HEADER],[j.HGROUP,m.HGROUP],[j.HR,m.HR],[j.HTML,m.HTML],[j.I,m.I],[j.IMG,m.IMG],[j.IMAGE,m.IMAGE],[j.INPUT,m.INPUT],[j.IFRAME,m.IFRAME],[j.KEYGEN,m.KEYGEN],[j.LABEL,m.LABEL],[j.LI,m.LI],[j.LINK,m.LINK],[j.LISTING,m.LISTING],[j.MAIN,m.MAIN],[j.MALIGNMARK,m.MALIGNMARK],[j.MARQUEE,m.MARQUEE],[j.MATH,m.MATH],[j.MENU,m.MENU],[j.META,m.META],[j.MGLYPH,m.MGLYPH],[j.MI,m.MI],[j.MO,m.MO],[j.MN,m.MN],[j.MS,m.MS],[j.MTEXT,m.MTEXT],[j.NAV,m.NAV],[j.NOBR,m.NOBR],[j.NOFRAMES,m.NOFRAMES],[j.NOEMBED,m.NOEMBED],[j.NOSCRIPT,m.NOSCRIPT],[j.OBJECT,m.OBJECT],[j.OL,m.OL],[j.OPTGROUP,m.OPTGROUP],[j.OPTION,m.OPTION],[j.P,m.P],[j.PARAM,m.PARAM],[j.PLAINTEXT,m.PLAINTEXT],[j.PRE,m.PRE],[j.RB,m.RB],[j.RP,m.RP],[j.RT,m.RT],[j.RTC,m.RTC],[j.RUBY,m.RUBY],[j.S,m.S],[j.SCRIPT,m.SCRIPT],[j.SEARCH,m.SEARCH],[j.SECTION,m.SECTION],[j.SELECT,m.SELECT],[j.SOURCE,m.SOURCE],[j.SMALL,m.SMALL],[j.SPAN,m.SPAN],[j.STRIKE,m.STRIKE],[j.STRONG,m.STRONG],[j.STYLE,m.STYLE],[j.SUB,m.SUB],[j.SUMMARY,m.SUMMARY],[j.SUP,m.SUP],[j.TABLE,m.TABLE],[j.TBODY,m.TBODY],[j.TEMPLATE,m.TEMPLATE],[j.TEXTAREA,m.TEXTAREA],[j.TFOOT,m.TFOOT],[j.TD,m.TD],[j.TH,m.TH],[j.THEAD,m.THEAD],[j.TITLE,m.TITLE],[j.TR,m.TR],[j.TRACK,m.TRACK],[j.TT,m.TT],[j.U,m.U],[j.UL,m.UL],[j.SVG,m.SVG],[j.VAR,m.VAR],[j.WBR,m.WBR],[j.XMP,m.XMP]]);function Ca(e){var t;return(t=bG.get(e))!==null&&t!==void 0?t:m.UNKNOWN}var oe=m,lb={[ne.HTML]:new Set([oe.ADDRESS,oe.APPLET,oe.AREA,oe.ARTICLE,oe.ASIDE,oe.BASE,oe.BASEFONT,oe.BGSOUND,oe.BLOCKQUOTE,oe.BODY,oe.BR,oe.BUTTON,oe.CAPTION,oe.CENTER,oe.COL,oe.COLGROUP,oe.DD,oe.DETAILS,oe.DIR,oe.DIV,oe.DL,oe.DT,oe.EMBED,oe.FIELDSET,oe.FIGCAPTION,oe.FIGURE,oe.FOOTER,oe.FORM,oe.FRAME,oe.FRAMESET,oe.H1,oe.H2,oe.H3,oe.H4,oe.H5,oe.H6,oe.HEAD,oe.HEADER,oe.HGROUP,oe.HR,oe.HTML,oe.IFRAME,oe.IMG,oe.INPUT,oe.LI,oe.LINK,oe.LISTING,oe.MAIN,oe.MARQUEE,oe.MENU,oe.META,oe.NAV,oe.NOEMBED,oe.NOFRAMES,oe.NOSCRIPT,oe.OBJECT,oe.OL,oe.P,oe.PARAM,oe.PLAINTEXT,oe.PRE,oe.SCRIPT,oe.SECTION,oe.SELECT,oe.SOURCE,oe.STYLE,oe.SUMMARY,oe.TABLE,oe.TBODY,oe.TD,oe.TEMPLATE,oe.TEXTAREA,oe.TFOOT,oe.TH,oe.THEAD,oe.TITLE,oe.TR,oe.TRACK,oe.UL,oe.WBR,oe.XMP]),[ne.MATHML]:new Set([oe.MI,oe.MO,oe.MN,oe.MS,oe.MTEXT,oe.ANNOTATION_XML]),[ne.SVG]:new Set([oe.TITLE,oe.FOREIGN_OBJECT,oe.DESC]),[ne.XLINK]:new Set,[ne.XML]:new Set,[ne.XMLNS]:new Set},Ju=new Set([oe.H1,oe.H2,oe.H3,oe.H4,oe.H5,oe.H6]),EG=new Set([j.STYLE,j.SCRIPT,j.XMP,j.IFRAME,j.NOEMBED,j.NOFRAMES,j.PLAINTEXT]);function L8(e,t){return EG.has(e)||t&&e===j.NOSCRIPT}var F;(function(e){e[e.DATA=0]="DATA",e[e.RCDATA=1]="RCDATA",e[e.RAWTEXT=2]="RAWTEXT",e[e.SCRIPT_DATA=3]="SCRIPT_DATA",e[e.PLAINTEXT=4]="PLAINTEXT",e[e.TAG_OPEN=5]="TAG_OPEN",e[e.END_TAG_OPEN=6]="END_TAG_OPEN",e[e.TAG_NAME=7]="TAG_NAME",e[e.RCDATA_LESS_THAN_SIGN=8]="RCDATA_LESS_THAN_SIGN",e[e.RCDATA_END_TAG_OPEN=9]="RCDATA_END_TAG_OPEN",e[e.RCDATA_END_TAG_NAME=10]="RCDATA_END_TAG_NAME",e[e.RAWTEXT_LESS_THAN_SIGN=11]="RAWTEXT_LESS_THAN_SIGN",e[e.RAWTEXT_END_TAG_OPEN=12]="RAWTEXT_END_TAG_OPEN",e[e.RAWTEXT_END_TAG_NAME=13]="RAWTEXT_END_TAG_NAME",e[e.SCRIPT_DATA_LESS_THAN_SIGN=14]="SCRIPT_DATA_LESS_THAN_SIGN",e[e.SCRIPT_DATA_END_TAG_OPEN=15]="SCRIPT_DATA_END_TAG_OPEN",e[e.SCRIPT_DATA_END_TAG_NAME=16]="SCRIPT_DATA_END_TAG_NAME",e[e.SCRIPT_DATA_ESCAPE_START=17]="SCRIPT_DATA_ESCAPE_START",e[e.SCRIPT_DATA_ESCAPE_START_DASH=18]="SCRIPT_DATA_ESCAPE_START_DASH",e[e.SCRIPT_DATA_ESCAPED=19]="SCRIPT_DATA_ESCAPED",e[e.SCRIPT_DATA_ESCAPED_DASH=20]="SCRIPT_DATA_ESCAPED_DASH",e[e.SCRIPT_DATA_ESCAPED_DASH_DASH=21]="SCRIPT_DATA_ESCAPED_DASH_DASH",e[e.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN=22]="SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN",e[e.SCRIPT_DATA_ESCAPED_END_TAG_OPEN=23]="SCRIPT_DATA_ESCAPED_END_TAG_OPEN",e[e.SCRIPT_DATA_ESCAPED_END_TAG_NAME=24]="SCRIPT_DATA_ESCAPED_END_TAG_NAME",e[e.SCRIPT_DATA_DOUBLE_ESCAPE_START=25]="SCRIPT_DATA_DOUBLE_ESCAPE_START",e[e.SCRIPT_DATA_DOUBLE_ESCAPED=26]="SCRIPT_DATA_DOUBLE_ESCAPED",e[e.SCRIPT_DATA_DOUBLE_ESCAPED_DASH=27]="SCRIPT_DATA_DOUBLE_ESCAPED_DASH",e[e.SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH=28]="SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH",e[e.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN=29]="SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN",e[e.SCRIPT_DATA_DOUBLE_ESCAPE_END=30]="SCRIPT_DATA_DOUBLE_ESCAPE_END",e[e.BEFORE_ATTRIBUTE_NAME=31]="BEFORE_ATTRIBUTE_NAME",e[e.ATTRIBUTE_NAME=32]="ATTRIBUTE_NAME",e[e.AFTER_ATTRIBUTE_NAME=33]="AFTER_ATTRIBUTE_NAME",e[e.BEFORE_ATTRIBUTE_VALUE=34]="BEFORE_ATTRIBUTE_VALUE",e[e.ATTRIBUTE_VALUE_DOUBLE_QUOTED=35]="ATTRIBUTE_VALUE_DOUBLE_QUOTED",e[e.ATTRIBUTE_VALUE_SINGLE_QUOTED=36]="ATTRIBUTE_VALUE_SINGLE_QUOTED",e[e.ATTRIBUTE_VALUE_UNQUOTED=37]="ATTRIBUTE_VALUE_UNQUOTED",e[e.AFTER_ATTRIBUTE_VALUE_QUOTED=38]="AFTER_ATTRIBUTE_VALUE_QUOTED",e[e.SELF_CLOSING_START_TAG=39]="SELF_CLOSING_START_TAG",e[e.BOGUS_COMMENT=40]="BOGUS_COMMENT",e[e.MARKUP_DECLARATION_OPEN=41]="MARKUP_DECLARATION_OPEN",e[e.COMMENT_START=42]="COMMENT_START",e[e.COMMENT_START_DASH=43]="COMMENT_START_DASH",e[e.COMMENT=44]="COMMENT",e[e.COMMENT_LESS_THAN_SIGN=45]="COMMENT_LESS_THAN_SIGN",e[e.COMMENT_LESS_THAN_SIGN_BANG=46]="COMMENT_LESS_THAN_SIGN_BANG",e[e.COMMENT_LESS_THAN_SIGN_BANG_DASH=47]="COMMENT_LESS_THAN_SIGN_BANG_DASH",e[e.COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH=48]="COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH",e[e.COMMENT_END_DASH=49]="COMMENT_END_DASH",e[e.COMMENT_END=50]="COMMENT_END",e[e.COMMENT_END_BANG=51]="COMMENT_END_BANG",e[e.DOCTYPE=52]="DOCTYPE",e[e.BEFORE_DOCTYPE_NAME=53]="BEFORE_DOCTYPE_NAME",e[e.DOCTYPE_NAME=54]="DOCTYPE_NAME",e[e.AFTER_DOCTYPE_NAME=55]="AFTER_DOCTYPE_NAME",e[e.AFTER_DOCTYPE_PUBLIC_KEYWORD=56]="AFTER_DOCTYPE_PUBLIC_KEYWORD",e[e.BEFORE_DOCTYPE_PUBLIC_IDENTIFIER=57]="BEFORE_DOCTYPE_PUBLIC_IDENTIFIER",e[e.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED=58]="DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED",e[e.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED=59]="DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED",e[e.AFTER_DOCTYPE_PUBLIC_IDENTIFIER=60]="AFTER_DOCTYPE_PUBLIC_IDENTIFIER",e[e.BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS=61]="BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS",e[e.AFTER_DOCTYPE_SYSTEM_KEYWORD=62]="AFTER_DOCTYPE_SYSTEM_KEYWORD",e[e.BEFORE_DOCTYPE_SYSTEM_IDENTIFIER=63]="BEFORE_DOCTYPE_SYSTEM_IDENTIFIER",e[e.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED=64]="DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED",e[e.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED=65]="DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED",e[e.AFTER_DOCTYPE_SYSTEM_IDENTIFIER=66]="AFTER_DOCTYPE_SYSTEM_IDENTIFIER",e[e.BOGUS_DOCTYPE=67]="BOGUS_DOCTYPE",e[e.CDATA_SECTION=68]="CDATA_SECTION",e[e.CDATA_SECTION_BRACKET=69]="CDATA_SECTION_BRACKET",e[e.CDATA_SECTION_END=70]="CDATA_SECTION_END",e[e.CHARACTER_REFERENCE=71]="CHARACTER_REFERENCE",e[e.AMBIGUOUS_AMPERSAND=72]="AMBIGUOUS_AMPERSAND"})(F||(F={}));var kt={DATA:F.DATA,RCDATA:F.RCDATA,RAWTEXT:F.RAWTEXT,SCRIPT_DATA:F.SCRIPT_DATA,PLAINTEXT:F.PLAINTEXT,CDATA_SECTION:F.CDATA_SECTION};function DG(e){return e>=S.DIGIT_0&&e<=S.DIGIT_9}function pd(e){return e>=S.LATIN_CAPITAL_A&&e<=S.LATIN_CAPITAL_Z}function xG(e){return e>=S.LATIN_SMALL_A&&e<=S.LATIN_SMALL_Z}function Ta(e){return xG(e)||pd(e)}function R8(e){return Ta(e)||DG(e)}function Ih(e){return e+32}function O8(e){return e===S.SPACE||e===S.LINE_FEED||e===S.TABULATION||e===S.FORM_FEED}function N8(e){return O8(e)||e===S.SOLIDUS||e===S.GREATER_THAN_SIGN}function vG(e){return e===S.NULL?Y.nullCharacterReference:e>1114111?Y.characterReferenceOutsideUnicodeRange:kh(e)?Y.surrogateCharacterReference:Th(e)?Y.noncharacterCharacterReference:Ch(e)||e===S.CARRIAGE_RETURN?Y.controlCharacterReference:null}var hd=class{constructor(t,n){this.options=t,this.handler=n,this.paused=!1,this.inLoop=!1,this.inForeignNode=!1,this.lastStartTagName="",this.active=!1,this.state=F.DATA,this.returnState=F.DATA,this.entityStartPos=0,this.consumedAfterSnapshot=-1,this.currentCharacterToken=null,this.currentToken=null,this.currentAttr={name:"",value:""},this.preprocessor=new Ah(n),this.currentLocation=this.getCurrentLocation(-1),this.entityDecoder=new Sh(_h,(r,o)=>{this.preprocessor.pos=this.entityStartPos+o-1,this._flushCodePointConsumedAsCharacterReference(r)},n.onParseError?{missingSemicolonAfterCharacterReference:()=>{this._err(Y.missingSemicolonAfterCharacterReference,1)},absenceOfDigitsInNumericCharacterReference:r=>{this._err(Y.absenceOfDigitsInNumericCharacterReference,this.entityStartPos-this.preprocessor.pos+r)},validateNumericCharacterReference:r=>{let o=vG(r);o&&this._err(o,1)}}:void 0)}_err(t,n=0){var r,o;(o=(r=this.handler).onParseError)===null||o===void 0||o.call(r,this.preprocessor.getError(t,n))}getCurrentLocation(t){return this.options.sourceCodeLocationInfo?{startLine:this.preprocessor.line,startCol:this.preprocessor.col-t,startOffset:this.preprocessor.offset-t,endLine:-1,endCol:-1,endOffset:-1}:null}_runParsingLoop(){if(!this.inLoop){for(this.inLoop=!0;this.active&&!this.paused;){this.consumedAfterSnapshot=0;let t=this._consume();this._ensureHibernation()||this._callState(t)}this.inLoop=!1}}pause(){this.paused=!0}resume(t){if(!this.paused)throw new Error("Parser was already resumed");this.paused=!1,!this.inLoop&&(this._runParsingLoop(),this.paused||t?.())}write(t,n,r){this.active=!0,this.preprocessor.write(t,n),this._runParsingLoop(),this.paused||r?.()}insertHtmlAtCurrentPos(t){this.active=!0,this.preprocessor.insertHtmlAtCurrentPos(t),this._runParsingLoop()}_ensureHibernation(){return this.preprocessor.endOfChunkHit?(this.preprocessor.retreat(this.consumedAfterSnapshot),this.consumedAfterSnapshot=0,this.active=!1,!0):!1}_consume(){return this.consumedAfterSnapshot++,this.preprocessor.advance()}_advanceBy(t){this.consumedAfterSnapshot+=t;for(let n=0;n<t;n++)this.preprocessor.advance()}_consumeSequenceIfMatch(t,n){return this.preprocessor.startsWith(t,n)?(this._advanceBy(t.length-1),!0):!1}_createStartTagToken(){this.currentToken={type:Xe.START_TAG,tagName:"",tagID:m.UNKNOWN,selfClosing:!1,ackSelfClosing:!1,attrs:[],location:this.getCurrentLocation(1)}}_createEndTagToken(){this.currentToken={type:Xe.END_TAG,tagName:"",tagID:m.UNKNOWN,selfClosing:!1,ackSelfClosing:!1,attrs:[],location:this.getCurrentLocation(2)}}_createCommentToken(t){this.currentToken={type:Xe.COMMENT,data:"",location:this.getCurrentLocation(t)}}_createDoctypeToken(t){this.currentToken={type:Xe.DOCTYPE,name:t,forceQuirks:!1,publicId:null,systemId:null,location:this.currentLocation}}_createCharacterToken(t,n){this.currentCharacterToken={type:t,chars:n,location:this.currentLocation}}_createAttr(t){this.currentAttr={name:t,value:""},this.currentLocation=this.getCurrentLocation(0)}_leaveAttrName(){var t,n;let r=this.currentToken;if(dd(r,this.currentAttr.name)===null){if(r.attrs.push(this.currentAttr),r.location&&this.currentLocation){let o=(t=(n=r.location).attrs)!==null&&t!==void 0?t:n.attrs=Object.create(null);o[this.currentAttr.name]=this.currentLocation,this._leaveAttrValue()}}else this._err(Y.duplicateAttribute)}_leaveAttrValue(){this.currentLocation&&(this.currentLocation.endLine=this.preprocessor.line,this.currentLocation.endCol=this.preprocessor.col,this.currentLocation.endOffset=this.preprocessor.offset)}prepareToken(t){this._emitCurrentCharacterToken(t.location),this.currentToken=null,t.location&&(t.location.endLine=this.preprocessor.line,t.location.endCol=this.preprocessor.col+1,t.location.endOffset=this.preprocessor.offset+1),this.currentLocation=this.getCurrentLocation(-1)}emitCurrentTagToken(){let t=this.currentToken;this.prepareToken(t),t.tagID=Ca(t.tagName),t.type===Xe.START_TAG?(this.lastStartTagName=t.tagName,this.handler.onStartTag(t)):(t.attrs.length>0&&this._err(Y.endTagWithAttributes),t.selfClosing&&this._err(Y.endTagWithTrailingSolidus),this.handler.onEndTag(t)),this.preprocessor.dropParsedChunk()}emitCurrentComment(t){this.prepareToken(t),this.handler.onComment(t),this.preprocessor.dropParsedChunk()}emitCurrentDoctype(t){this.prepareToken(t),this.handler.onDoctype(t),this.preprocessor.dropParsedChunk()}_emitCurrentCharacterToken(t){if(this.currentCharacterToken){switch(t&&this.currentCharacterToken.location&&(this.currentCharacterToken.location.endLine=t.startLine,this.currentCharacterToken.location.endCol=t.startCol,this.currentCharacterToken.location.endOffset=t.startOffset),this.currentCharacterToken.type){case Xe.CHARACTER:{this.handler.onCharacter(this.currentCharacterToken);break}case Xe.NULL_CHARACTER:{this.handler.onNullCharacter(this.currentCharacterToken);break}case Xe.WHITESPACE_CHARACTER:{this.handler.onWhitespaceCharacter(this.currentCharacterToken);break}}this.currentCharacterToken=null}}_emitEOFToken(){let t=this.getCurrentLocation(0);t&&(t.endLine=t.startLine,t.endCol=t.startCol,t.endOffset=t.startOffset),this._emitCurrentCharacterToken(t),this.handler.onEof({type:Xe.EOF,location:t}),this.active=!1}_appendCharToCurrentCharacterToken(t,n){if(this.currentCharacterToken)if(this.currentCharacterToken.type===t){this.currentCharacterToken.chars+=n;return}else this.currentLocation=this.getCurrentLocation(0),this._emitCurrentCharacterToken(this.currentLocation),this.preprocessor.dropParsedChunk();this._createCharacterToken(t,n)}_emitCodePoint(t){let n=O8(t)?Xe.WHITESPACE_CHARACTER:t===S.NULL?Xe.NULL_CHARACTER:Xe.CHARACTER;this._appendCharToCurrentCharacterToken(n,String.fromCodePoint(t))}_emitChars(t){this._appendCharToCurrentCharacterToken(Xe.CHARACTER,t)}_startCharacterReference(){this.returnState=this.state,this.state=F.CHARACTER_REFERENCE,this.entityStartPos=this.preprocessor.pos,this.entityDecoder.startEntity(this._isCharacterReferenceInAttribute()?Ho.Attribute:Ho.Legacy)}_isCharacterReferenceInAttribute(){return this.returnState===F.ATTRIBUTE_VALUE_DOUBLE_QUOTED||this.returnState===F.ATTRIBUTE_VALUE_SINGLE_QUOTED||this.returnState===F.ATTRIBUTE_VALUE_UNQUOTED}_flushCodePointConsumedAsCharacterReference(t){this._isCharacterReferenceInAttribute()?this.currentAttr.value+=String.fromCodePoint(t):this._emitCodePoint(t)}_callState(t){switch(this.state){case F.DATA:{this._stateData(t);break}case F.RCDATA:{this._stateRcdata(t);break}case F.RAWTEXT:{this._stateRawtext(t);break}case F.SCRIPT_DATA:{this._stateScriptData(t);break}case F.PLAINTEXT:{this._statePlaintext(t);break}case F.TAG_OPEN:{this._stateTagOpen(t);break}case F.END_TAG_OPEN:{this._stateEndTagOpen(t);break}case F.TAG_NAME:{this._stateTagName(t);break}case F.RCDATA_LESS_THAN_SIGN:{this._stateRcdataLessThanSign(t);break}case F.RCDATA_END_TAG_OPEN:{this._stateRcdataEndTagOpen(t);break}case F.RCDATA_END_TAG_NAME:{this._stateRcdataEndTagName(t);break}case F.RAWTEXT_LESS_THAN_SIGN:{this._stateRawtextLessThanSign(t);break}case F.RAWTEXT_END_TAG_OPEN:{this._stateRawtextEndTagOpen(t);break}case F.RAWTEXT_END_TAG_NAME:{this._stateRawtextEndTagName(t);break}case F.SCRIPT_DATA_LESS_THAN_SIGN:{this._stateScriptDataLessThanSign(t);break}case F.SCRIPT_DATA_END_TAG_OPEN:{this._stateScriptDataEndTagOpen(t);break}case F.SCRIPT_DATA_END_TAG_NAME:{this._stateScriptDataEndTagName(t);break}case F.SCRIPT_DATA_ESCAPE_START:{this._stateScriptDataEscapeStart(t);break}case F.SCRIPT_DATA_ESCAPE_START_DASH:{this._stateScriptDataEscapeStartDash(t);break}case F.SCRIPT_DATA_ESCAPED:{this._stateScriptDataEscaped(t);break}case F.SCRIPT_DATA_ESCAPED_DASH:{this._stateScriptDataEscapedDash(t);break}case F.SCRIPT_DATA_ESCAPED_DASH_DASH:{this._stateScriptDataEscapedDashDash(t);break}case F.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN:{this._stateScriptDataEscapedLessThanSign(t);break}case F.SCRIPT_DATA_ESCAPED_END_TAG_OPEN:{this._stateScriptDataEscapedEndTagOpen(t);break}case F.SCRIPT_DATA_ESCAPED_END_TAG_NAME:{this._stateScriptDataEscapedEndTagName(t);break}case F.SCRIPT_DATA_DOUBLE_ESCAPE_START:{this._stateScriptDataDoubleEscapeStart(t);break}case F.SCRIPT_DATA_DOUBLE_ESCAPED:{this._stateScriptDataDoubleEscaped(t);break}case F.SCRIPT_DATA_DOUBLE_ESCAPED_DASH:{this._stateScriptDataDoubleEscapedDash(t);break}case F.SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH:{this._stateScriptDataDoubleEscapedDashDash(t);break}case F.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN:{this._stateScriptDataDoubleEscapedLessThanSign(t);break}case F.SCRIPT_DATA_DOUBLE_ESCAPE_END:{this._stateScriptDataDoubleEscapeEnd(t);break}case F.BEFORE_ATTRIBUTE_NAME:{this._stateBeforeAttributeName(t);break}case F.ATTRIBUTE_NAME:{this._stateAttributeName(t);break}case F.AFTER_ATTRIBUTE_NAME:{this._stateAfterAttributeName(t);break}case F.BEFORE_ATTRIBUTE_VALUE:{this._stateBeforeAttributeValue(t);break}case F.ATTRIBUTE_VALUE_DOUBLE_QUOTED:{this._stateAttributeValueDoubleQuoted(t);break}case F.ATTRIBUTE_VALUE_SINGLE_QUOTED:{this._stateAttributeValueSingleQuoted(t);break}case F.ATTRIBUTE_VALUE_UNQUOTED:{this._stateAttributeValueUnquoted(t);break}case F.AFTER_ATTRIBUTE_VALUE_QUOTED:{this._stateAfterAttributeValueQuoted(t);break}case F.SELF_CLOSING_START_TAG:{this._stateSelfClosingStartTag(t);break}case F.BOGUS_COMMENT:{this._stateBogusComment(t);break}case F.MARKUP_DECLARATION_OPEN:{this._stateMarkupDeclarationOpen(t);break}case F.COMMENT_START:{this._stateCommentStart(t);break}case F.COMMENT_START_DASH:{this._stateCommentStartDash(t);break}case F.COMMENT:{this._stateComment(t);break}case F.COMMENT_LESS_THAN_SIGN:{this._stateCommentLessThanSign(t);break}case F.COMMENT_LESS_THAN_SIGN_BANG:{this._stateCommentLessThanSignBang(t);break}case F.COMMENT_LESS_THAN_SIGN_BANG_DASH:{this._stateCommentLessThanSignBangDash(t);break}case F.COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH:{this._stateCommentLessThanSignBangDashDash(t);break}case F.COMMENT_END_DASH:{this._stateCommentEndDash(t);break}case F.COMMENT_END:{this._stateCommentEnd(t);break}case F.COMMENT_END_BANG:{this._stateCommentEndBang(t);break}case F.DOCTYPE:{this._stateDoctype(t);break}case F.BEFORE_DOCTYPE_NAME:{this._stateBeforeDoctypeName(t);break}case F.DOCTYPE_NAME:{this._stateDoctypeName(t);break}case F.AFTER_DOCTYPE_NAME:{this._stateAfterDoctypeName(t);break}case F.AFTER_DOCTYPE_PUBLIC_KEYWORD:{this._stateAfterDoctypePublicKeyword(t);break}case F.BEFORE_DOCTYPE_PUBLIC_IDENTIFIER:{this._stateBeforeDoctypePublicIdentifier(t);break}case F.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED:{this._stateDoctypePublicIdentifierDoubleQuoted(t);break}case F.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED:{this._stateDoctypePublicIdentifierSingleQuoted(t);break}case F.AFTER_DOCTYPE_PUBLIC_IDENTIFIER:{this._stateAfterDoctypePublicIdentifier(t);break}case F.BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS:{this._stateBetweenDoctypePublicAndSystemIdentifiers(t);break}case F.AFTER_DOCTYPE_SYSTEM_KEYWORD:{this._stateAfterDoctypeSystemKeyword(t);break}case F.BEFORE_DOCTYPE_SYSTEM_IDENTIFIER:{this._stateBeforeDoctypeSystemIdentifier(t);break}case F.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED:{this._stateDoctypeSystemIdentifierDoubleQuoted(t);break}case F.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED:{this._stateDoctypeSystemIdentifierSingleQuoted(t);break}case F.AFTER_DOCTYPE_SYSTEM_IDENTIFIER:{this._stateAfterDoctypeSystemIdentifier(t);break}case F.BOGUS_DOCTYPE:{this._stateBogusDoctype(t);break}case F.CDATA_SECTION:{this._stateCdataSection(t);break}case F.CDATA_SECTION_BRACKET:{this._stateCdataSectionBracket(t);break}case F.CDATA_SECTION_END:{this._stateCdataSectionEnd(t);break}case F.CHARACTER_REFERENCE:{this._stateCharacterReference();break}case F.AMBIGUOUS_AMPERSAND:{this._stateAmbiguousAmpersand(t);break}default:throw new Error("Unknown state")}}_stateData(t){switch(t){case S.LESS_THAN_SIGN:{this.state=F.TAG_OPEN;break}case S.AMPERSAND:{this._startCharacterReference();break}case S.NULL:{this._err(Y.unexpectedNullCharacter),this._emitCodePoint(t);break}case S.EOF:{this._emitEOFToken();break}default:this._emitCodePoint(t)}}_stateRcdata(t){switch(t){case S.AMPERSAND:{this._startCharacterReference();break}case S.LESS_THAN_SIGN:{this.state=F.RCDATA_LESS_THAN_SIGN;break}case S.NULL:{this._err(Y.unexpectedNullCharacter),this._emitChars(gt);break}case S.EOF:{this._emitEOFToken();break}default:this._emitCodePoint(t)}}_stateRawtext(t){switch(t){case S.LESS_THAN_SIGN:{this.state=F.RAWTEXT_LESS_THAN_SIGN;break}case S.NULL:{this._err(Y.unexpectedNullCharacter),this._emitChars(gt);break}case S.EOF:{this._emitEOFToken();break}default:this._emitCodePoint(t)}}_stateScriptData(t){switch(t){case S.LESS_THAN_SIGN:{this.state=F.SCRIPT_DATA_LESS_THAN_SIGN;break}case S.NULL:{this._err(Y.unexpectedNullCharacter),this._emitChars(gt);break}case S.EOF:{this._emitEOFToken();break}default:this._emitCodePoint(t)}}_statePlaintext(t){switch(t){case S.NULL:{this._err(Y.unexpectedNullCharacter),this._emitChars(gt);break}case S.EOF:{this._emitEOFToken();break}default:this._emitCodePoint(t)}}_stateTagOpen(t){if(Ta(t))this._createStartTagToken(),this.state=F.TAG_NAME,this._stateTagName(t);else switch(t){case S.EXCLAMATION_MARK:{this.state=F.MARKUP_DECLARATION_OPEN;break}case S.SOLIDUS:{this.state=F.END_TAG_OPEN;break}case S.QUESTION_MARK:{this._err(Y.unexpectedQuestionMarkInsteadOfTagName),this._createCommentToken(1),this.state=F.BOGUS_COMMENT,this._stateBogusComment(t);break}case S.EOF:{this._err(Y.eofBeforeTagName),this._emitChars("<"),this._emitEOFToken();break}default:this._err(Y.invalidFirstCharacterOfTagName),this._emitChars("<"),this.state=F.DATA,this._stateData(t)}}_stateEndTagOpen(t){if(Ta(t))this._createEndTagToken(),this.state=F.TAG_NAME,this._stateTagName(t);else switch(t){case S.GREATER_THAN_SIGN:{this._err(Y.missingEndTagName),this.state=F.DATA;break}case S.EOF:{this._err(Y.eofBeforeTagName),this._emitChars("</"),this._emitEOFToken();break}default:this._err(Y.invalidFirstCharacterOfTagName),this._createCommentToken(2),this.state=F.BOGUS_COMMENT,this._stateBogusComment(t)}}_stateTagName(t){let n=this.currentToken;switch(t){case S.SPACE:case S.LINE_FEED:case S.TABULATION:case S.FORM_FEED:{this.state=F.BEFORE_ATTRIBUTE_NAME;break}case S.SOLIDUS:{this.state=F.SELF_CLOSING_START_TAG;break}case S.GREATER_THAN_SIGN:{this.state=F.DATA,this.emitCurrentTagToken();break}case S.NULL:{this._err(Y.unexpectedNullCharacter),n.tagName+=gt;break}case S.EOF:{this._err(Y.eofInTag),this._emitEOFToken();break}default:n.tagName+=String.fromCodePoint(pd(t)?Ih(t):t)}}_stateRcdataLessThanSign(t){t===S.SOLIDUS?this.state=F.RCDATA_END_TAG_OPEN:(this._emitChars("<"),this.state=F.RCDATA,this._stateRcdata(t))}_stateRcdataEndTagOpen(t){Ta(t)?(this.state=F.RCDATA_END_TAG_NAME,this._stateRcdataEndTagName(t)):(this._emitChars("</"),this.state=F.RCDATA,this._stateRcdata(t))}handleSpecialEndTag(t){if(!this.preprocessor.startsWith(this.lastStartTagName,!1))return!this._ensureHibernation();this._createEndTagToken();let n=this.currentToken;switch(n.tagName=this.lastStartTagName,this.preprocessor.peek(this.lastStartTagName.length)){case S.SPACE:case S.LINE_FEED:case S.TABULATION:case S.FORM_FEED:return this._advanceBy(this.lastStartTagName.length),this.state=F.BEFORE_ATTRIBUTE_NAME,!1;case S.SOLIDUS:return this._advanceBy(this.lastStartTagName.length),this.state=F.SELF_CLOSING_START_TAG,!1;case S.GREATER_THAN_SIGN:return this._advanceBy(this.lastStartTagName.length),this.emitCurrentTagToken(),this.state=F.DATA,!1;default:return!this._ensureHibernation()}}_stateRcdataEndTagName(t){this.handleSpecialEndTag(t)&&(this._emitChars("</"),this.state=F.RCDATA,this._stateRcdata(t))}_stateRawtextLessThanSign(t){t===S.SOLIDUS?this.state=F.RAWTEXT_END_TAG_OPEN:(this._emitChars("<"),this.state=F.RAWTEXT,this._stateRawtext(t))}_stateRawtextEndTagOpen(t){Ta(t)?(this.state=F.RAWTEXT_END_TAG_NAME,this._stateRawtextEndTagName(t)):(this._emitChars("</"),this.state=F.RAWTEXT,this._stateRawtext(t))}_stateRawtextEndTagName(t){this.handleSpecialEndTag(t)&&(this._emitChars("</"),this.state=F.RAWTEXT,this._stateRawtext(t))}_stateScriptDataLessThanSign(t){switch(t){case S.SOLIDUS:{this.state=F.SCRIPT_DATA_END_TAG_OPEN;break}case S.EXCLAMATION_MARK:{this.state=F.SCRIPT_DATA_ESCAPE_START,this._emitChars("<!");break}default:this._emitChars("<"),this.state=F.SCRIPT_DATA,this._stateScriptData(t)}}_stateScriptDataEndTagOpen(t){Ta(t)?(this.state=F.SCRIPT_DATA_END_TAG_NAME,this._stateScriptDataEndTagName(t)):(this._emitChars("</"),this.state=F.SCRIPT_DATA,this._stateScriptData(t))}_stateScriptDataEndTagName(t){this.handleSpecialEndTag(t)&&(this._emitChars("</"),this.state=F.SCRIPT_DATA,this._stateScriptData(t))}_stateScriptDataEscapeStart(t){t===S.HYPHEN_MINUS?(this.state=F.SCRIPT_DATA_ESCAPE_START_DASH,this._emitChars("-")):(this.state=F.SCRIPT_DATA,this._stateScriptData(t))}_stateScriptDataEscapeStartDash(t){t===S.HYPHEN_MINUS?(this.state=F.SCRIPT_DATA_ESCAPED_DASH_DASH,this._emitChars("-")):(this.state=F.SCRIPT_DATA,this._stateScriptData(t))}_stateScriptDataEscaped(t){switch(t){case S.HYPHEN_MINUS:{this.state=F.SCRIPT_DATA_ESCAPED_DASH,this._emitChars("-");break}case S.LESS_THAN_SIGN:{this.state=F.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN;break}case S.NULL:{this._err(Y.unexpectedNullCharacter),this._emitChars(gt);break}case S.EOF:{this._err(Y.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break}default:this._emitCodePoint(t)}}_stateScriptDataEscapedDash(t){switch(t){case S.HYPHEN_MINUS:{this.state=F.SCRIPT_DATA_ESCAPED_DASH_DASH,this._emitChars("-");break}case S.LESS_THAN_SIGN:{this.state=F.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN;break}case S.NULL:{this._err(Y.unexpectedNullCharacter),this.state=F.SCRIPT_DATA_ESCAPED,this._emitChars(gt);break}case S.EOF:{this._err(Y.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break}default:this.state=F.SCRIPT_DATA_ESCAPED,this._emitCodePoint(t)}}_stateScriptDataEscapedDashDash(t){switch(t){case S.HYPHEN_MINUS:{this._emitChars("-");break}case S.LESS_THAN_SIGN:{this.state=F.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN;break}case S.GREATER_THAN_SIGN:{this.state=F.SCRIPT_DATA,this._emitChars(">");break}case S.NULL:{this._err(Y.unexpectedNullCharacter),this.state=F.SCRIPT_DATA_ESCAPED,this._emitChars(gt);break}case S.EOF:{this._err(Y.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break}default:this.state=F.SCRIPT_DATA_ESCAPED,this._emitCodePoint(t)}}_stateScriptDataEscapedLessThanSign(t){t===S.SOLIDUS?this.state=F.SCRIPT_DATA_ESCAPED_END_TAG_OPEN:Ta(t)?(this._emitChars("<"),this.state=F.SCRIPT_DATA_DOUBLE_ESCAPE_START,this._stateScriptDataDoubleEscapeStart(t)):(this._emitChars("<"),this.state=F.SCRIPT_DATA_ESCAPED,this._stateScriptDataEscaped(t))}_stateScriptDataEscapedEndTagOpen(t){Ta(t)?(this.state=F.SCRIPT_DATA_ESCAPED_END_TAG_NAME,this._stateScriptDataEscapedEndTagName(t)):(this._emitChars("</"),this.state=F.SCRIPT_DATA_ESCAPED,this._stateScriptDataEscaped(t))}_stateScriptDataEscapedEndTagName(t){this.handleSpecialEndTag(t)&&(this._emitChars("</"),this.state=F.SCRIPT_DATA_ESCAPED,this._stateScriptDataEscaped(t))}_stateScriptDataDoubleEscapeStart(t){if(this.preprocessor.startsWith(Yn.SCRIPT,!1)&&N8(this.preprocessor.peek(Yn.SCRIPT.length))){this._emitCodePoint(t);for(let n=0;n<Yn.SCRIPT.length;n++)this._emitCodePoint(this._consume());this.state=F.SCRIPT_DATA_DOUBLE_ESCAPED}else this._ensureHibernation()||(this.state=F.SCRIPT_DATA_ESCAPED,this._stateScriptDataEscaped(t))}_stateScriptDataDoubleEscaped(t){switch(t){case S.HYPHEN_MINUS:{this.state=F.SCRIPT_DATA_DOUBLE_ESCAPED_DASH,this._emitChars("-");break}case S.LESS_THAN_SIGN:{this.state=F.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN,this._emitChars("<");break}case S.NULL:{this._err(Y.unexpectedNullCharacter),this._emitChars(gt);break}case S.EOF:{this._err(Y.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break}default:this._emitCodePoint(t)}}_stateScriptDataDoubleEscapedDash(t){switch(t){case S.HYPHEN_MINUS:{this.state=F.SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH,this._emitChars("-");break}case S.LESS_THAN_SIGN:{this.state=F.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN,this._emitChars("<");break}case S.NULL:{this._err(Y.unexpectedNullCharacter),this.state=F.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitChars(gt);break}case S.EOF:{this._err(Y.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break}default:this.state=F.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitCodePoint(t)}}_stateScriptDataDoubleEscapedDashDash(t){switch(t){case S.HYPHEN_MINUS:{this._emitChars("-");break}case S.LESS_THAN_SIGN:{this.state=F.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN,this._emitChars("<");break}case S.GREATER_THAN_SIGN:{this.state=F.SCRIPT_DATA,this._emitChars(">");break}case S.NULL:{this._err(Y.unexpectedNullCharacter),this.state=F.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitChars(gt);break}case S.EOF:{this._err(Y.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break}default:this.state=F.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitCodePoint(t)}}_stateScriptDataDoubleEscapedLessThanSign(t){t===S.SOLIDUS?(this.state=F.SCRIPT_DATA_DOUBLE_ESCAPE_END,this._emitChars("/")):(this.state=F.SCRIPT_DATA_DOUBLE_ESCAPED,this._stateScriptDataDoubleEscaped(t))}_stateScriptDataDoubleEscapeEnd(t){if(this.preprocessor.startsWith(Yn.SCRIPT,!1)&&N8(this.preprocessor.peek(Yn.SCRIPT.length))){this._emitCodePoint(t);for(let n=0;n<Yn.SCRIPT.length;n++)this._emitCodePoint(this._consume());this.state=F.SCRIPT_DATA_ESCAPED}else this._ensureHibernation()||(this.state=F.SCRIPT_DATA_DOUBLE_ESCAPED,this._stateScriptDataDoubleEscaped(t))}_stateBeforeAttributeName(t){switch(t){case S.SPACE:case S.LINE_FEED:case S.TABULATION:case S.FORM_FEED:break;case S.SOLIDUS:case S.GREATER_THAN_SIGN:case S.EOF:{this.state=F.AFTER_ATTRIBUTE_NAME,this._stateAfterAttributeName(t);break}case S.EQUALS_SIGN:{this._err(Y.unexpectedEqualsSignBeforeAttributeName),this._createAttr("="),this.state=F.ATTRIBUTE_NAME;break}default:this._createAttr(""),this.state=F.ATTRIBUTE_NAME,this._stateAttributeName(t)}}_stateAttributeName(t){switch(t){case S.SPACE:case S.LINE_FEED:case S.TABULATION:case S.FORM_FEED:case S.SOLIDUS:case S.GREATER_THAN_SIGN:case S.EOF:{this._leaveAttrName(),this.state=F.AFTER_ATTRIBUTE_NAME,this._stateAfterAttributeName(t);break}case S.EQUALS_SIGN:{this._leaveAttrName(),this.state=F.BEFORE_ATTRIBUTE_VALUE;break}case S.QUOTATION_MARK:case S.APOSTROPHE:case S.LESS_THAN_SIGN:{this._err(Y.unexpectedCharacterInAttributeName),this.currentAttr.name+=String.fromCodePoint(t);break}case S.NULL:{this._err(Y.unexpectedNullCharacter),this.currentAttr.name+=gt;break}default:this.currentAttr.name+=String.fromCodePoint(pd(t)?Ih(t):t)}}_stateAfterAttributeName(t){switch(t){case S.SPACE:case S.LINE_FEED:case S.TABULATION:case S.FORM_FEED:break;case S.SOLIDUS:{this.state=F.SELF_CLOSING_START_TAG;break}case S.EQUALS_SIGN:{this.state=F.BEFORE_ATTRIBUTE_VALUE;break}case S.GREATER_THAN_SIGN:{this.state=F.DATA,this.emitCurrentTagToken();break}case S.EOF:{this._err(Y.eofInTag),this._emitEOFToken();break}default:this._createAttr(""),this.state=F.ATTRIBUTE_NAME,this._stateAttributeName(t)}}_stateBeforeAttributeValue(t){switch(t){case S.SPACE:case S.LINE_FEED:case S.TABULATION:case S.FORM_FEED:break;case S.QUOTATION_MARK:{this.state=F.ATTRIBUTE_VALUE_DOUBLE_QUOTED;break}case S.APOSTROPHE:{this.state=F.ATTRIBUTE_VALUE_SINGLE_QUOTED;break}case S.GREATER_THAN_SIGN:{this._err(Y.missingAttributeValue),this.state=F.DATA,this.emitCurrentTagToken();break}default:this.state=F.ATTRIBUTE_VALUE_UNQUOTED,this._stateAttributeValueUnquoted(t)}}_stateAttributeValueDoubleQuoted(t){switch(t){case S.QUOTATION_MARK:{this.state=F.AFTER_ATTRIBUTE_VALUE_QUOTED;break}case S.AMPERSAND:{this._startCharacterReference();break}case S.NULL:{this._err(Y.unexpectedNullCharacter),this.currentAttr.value+=gt;break}case S.EOF:{this._err(Y.eofInTag),this._emitEOFToken();break}default:this.currentAttr.value+=String.fromCodePoint(t)}}_stateAttributeValueSingleQuoted(t){switch(t){case S.APOSTROPHE:{this.state=F.AFTER_ATTRIBUTE_VALUE_QUOTED;break}case S.AMPERSAND:{this._startCharacterReference();break}case S.NULL:{this._err(Y.unexpectedNullCharacter),this.currentAttr.value+=gt;break}case S.EOF:{this._err(Y.eofInTag),this._emitEOFToken();break}default:this.currentAttr.value+=String.fromCodePoint(t)}}_stateAttributeValueUnquoted(t){switch(t){case S.SPACE:case S.LINE_FEED:case S.TABULATION:case S.FORM_FEED:{this._leaveAttrValue(),this.state=F.BEFORE_ATTRIBUTE_NAME;break}case S.AMPERSAND:{this._startCharacterReference();break}case S.GREATER_THAN_SIGN:{this._leaveAttrValue(),this.state=F.DATA,this.emitCurrentTagToken();break}case S.NULL:{this._err(Y.unexpectedNullCharacter),this.currentAttr.value+=gt;break}case S.QUOTATION_MARK:case S.APOSTROPHE:case S.LESS_THAN_SIGN:case S.EQUALS_SIGN:case S.GRAVE_ACCENT:{this._err(Y.unexpectedCharacterInUnquotedAttributeValue),this.currentAttr.value+=String.fromCodePoint(t);break}case S.EOF:{this._err(Y.eofInTag),this._emitEOFToken();break}default:this.currentAttr.value+=String.fromCodePoint(t)}}_stateAfterAttributeValueQuoted(t){switch(t){case S.SPACE:case S.LINE_FEED:case S.TABULATION:case S.FORM_FEED:{this._leaveAttrValue(),this.state=F.BEFORE_ATTRIBUTE_NAME;break}case S.SOLIDUS:{this._leaveAttrValue(),this.state=F.SELF_CLOSING_START_TAG;break}case S.GREATER_THAN_SIGN:{this._leaveAttrValue(),this.state=F.DATA,this.emitCurrentTagToken();break}case S.EOF:{this._err(Y.eofInTag),this._emitEOFToken();break}default:this._err(Y.missingWhitespaceBetweenAttributes),this.state=F.BEFORE_ATTRIBUTE_NAME,this._stateBeforeAttributeName(t)}}_stateSelfClosingStartTag(t){switch(t){case S.GREATER_THAN_SIGN:{let n=this.currentToken;n.selfClosing=!0,this.state=F.DATA,this.emitCurrentTagToken();break}case S.EOF:{this._err(Y.eofInTag),this._emitEOFToken();break}default:this._err(Y.unexpectedSolidusInTag),this.state=F.BEFORE_ATTRIBUTE_NAME,this._stateBeforeAttributeName(t)}}_stateBogusComment(t){let n=this.currentToken;switch(t){case S.GREATER_THAN_SIGN:{this.state=F.DATA,this.emitCurrentComment(n);break}case S.EOF:{this.emitCurrentComment(n),this._emitEOFToken();break}case S.NULL:{this._err(Y.unexpectedNullCharacter),n.data+=gt;break}default:n.data+=String.fromCodePoint(t)}}_stateMarkupDeclarationOpen(t){this._consumeSequenceIfMatch(Yn.DASH_DASH,!0)?(this._createCommentToken(Yn.DASH_DASH.length+1),this.state=F.COMMENT_START):this._consumeSequenceIfMatch(Yn.DOCTYPE,!1)?(this.currentLocation=this.getCurrentLocation(Yn.DOCTYPE.length+1),this.state=F.DOCTYPE):this._consumeSequenceIfMatch(Yn.CDATA_START,!0)?this.inForeignNode?this.state=F.CDATA_SECTION:(this._err(Y.cdataInHtmlContent),this._createCommentToken(Yn.CDATA_START.length+1),this.currentToken.data="[CDATA[",this.state=F.BOGUS_COMMENT):this._ensureHibernation()||(this._err(Y.incorrectlyOpenedComment),this._createCommentToken(2),this.state=F.BOGUS_COMMENT,this._stateBogusComment(t))}_stateCommentStart(t){switch(t){case S.HYPHEN_MINUS:{this.state=F.COMMENT_START_DASH;break}case S.GREATER_THAN_SIGN:{this._err(Y.abruptClosingOfEmptyComment),this.state=F.DATA;let n=this.currentToken;this.emitCurrentComment(n);break}default:this.state=F.COMMENT,this._stateComment(t)}}_stateCommentStartDash(t){let n=this.currentToken;switch(t){case S.HYPHEN_MINUS:{this.state=F.COMMENT_END;break}case S.GREATER_THAN_SIGN:{this._err(Y.abruptClosingOfEmptyComment),this.state=F.DATA,this.emitCurrentComment(n);break}case S.EOF:{this._err(Y.eofInComment),this.emitCurrentComment(n),this._emitEOFToken();break}default:n.data+="-",this.state=F.COMMENT,this._stateComment(t)}}_stateComment(t){let n=this.currentToken;switch(t){case S.HYPHEN_MINUS:{this.state=F.COMMENT_END_DASH;break}case S.LESS_THAN_SIGN:{n.data+="<",this.state=F.COMMENT_LESS_THAN_SIGN;break}case S.NULL:{this._err(Y.unexpectedNullCharacter),n.data+=gt;break}case S.EOF:{this._err(Y.eofInComment),this.emitCurrentComment(n),this._emitEOFToken();break}default:n.data+=String.fromCodePoint(t)}}_stateCommentLessThanSign(t){let n=this.currentToken;switch(t){case S.EXCLAMATION_MARK:{n.data+="!",this.state=F.COMMENT_LESS_THAN_SIGN_BANG;break}case S.LESS_THAN_SIGN:{n.data+="<";break}default:this.state=F.COMMENT,this._stateComment(t)}}_stateCommentLessThanSignBang(t){t===S.HYPHEN_MINUS?this.state=F.COMMENT_LESS_THAN_SIGN_BANG_DASH:(this.state=F.COMMENT,this._stateComment(t))}_stateCommentLessThanSignBangDash(t){t===S.HYPHEN_MINUS?this.state=F.COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH:(this.state=F.COMMENT_END_DASH,this._stateCommentEndDash(t))}_stateCommentLessThanSignBangDashDash(t){t!==S.GREATER_THAN_SIGN&&t!==S.EOF&&this._err(Y.nestedComment),this.state=F.COMMENT_END,this._stateCommentEnd(t)}_stateCommentEndDash(t){let n=this.currentToken;switch(t){case S.HYPHEN_MINUS:{this.state=F.COMMENT_END;break}case S.EOF:{this._err(Y.eofInComment),this.emitCurrentComment(n),this._emitEOFToken();break}default:n.data+="-",this.state=F.COMMENT,this._stateComment(t)}}_stateCommentEnd(t){let n=this.currentToken;switch(t){case S.GREATER_THAN_SIGN:{this.state=F.DATA,this.emitCurrentComment(n);break}case S.EXCLAMATION_MARK:{this.state=F.COMMENT_END_BANG;break}case S.HYPHEN_MINUS:{n.data+="-";break}case S.EOF:{this._err(Y.eofInComment),this.emitCurrentComment(n),this._emitEOFToken();break}default:n.data+="--",this.state=F.COMMENT,this._stateComment(t)}}_stateCommentEndBang(t){let n=this.currentToken;switch(t){case S.HYPHEN_MINUS:{n.data+="--!",this.state=F.COMMENT_END_DASH;break}case S.GREATER_THAN_SIGN:{this._err(Y.incorrectlyClosedComment),this.state=F.DATA,this.emitCurrentComment(n);break}case S.EOF:{this._err(Y.eofInComment),this.emitCurrentComment(n),this._emitEOFToken();break}default:n.data+="--!",this.state=F.COMMENT,this._stateComment(t)}}_stateDoctype(t){switch(t){case S.SPACE:case S.LINE_FEED:case S.TABULATION:case S.FORM_FEED:{this.state=F.BEFORE_DOCTYPE_NAME;break}case S.GREATER_THAN_SIGN:{this.state=F.BEFORE_DOCTYPE_NAME,this._stateBeforeDoctypeName(t);break}case S.EOF:{this._err(Y.eofInDoctype),this._createDoctypeToken(null);let n=this.currentToken;n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._err(Y.missingWhitespaceBeforeDoctypeName),this.state=F.BEFORE_DOCTYPE_NAME,this._stateBeforeDoctypeName(t)}}_stateBeforeDoctypeName(t){if(pd(t))this._createDoctypeToken(String.fromCharCode(Ih(t))),this.state=F.DOCTYPE_NAME;else switch(t){case S.SPACE:case S.LINE_FEED:case S.TABULATION:case S.FORM_FEED:break;case S.NULL:{this._err(Y.unexpectedNullCharacter),this._createDoctypeToken(gt),this.state=F.DOCTYPE_NAME;break}case S.GREATER_THAN_SIGN:{this._err(Y.missingDoctypeName),this._createDoctypeToken(null);let n=this.currentToken;n.forceQuirks=!0,this.emitCurrentDoctype(n),this.state=F.DATA;break}case S.EOF:{this._err(Y.eofInDoctype),this._createDoctypeToken(null);let n=this.currentToken;n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._createDoctypeToken(String.fromCodePoint(t)),this.state=F.DOCTYPE_NAME}}_stateDoctypeName(t){let n=this.currentToken;switch(t){case S.SPACE:case S.LINE_FEED:case S.TABULATION:case S.FORM_FEED:{this.state=F.AFTER_DOCTYPE_NAME;break}case S.GREATER_THAN_SIGN:{this.state=F.DATA,this.emitCurrentDoctype(n);break}case S.NULL:{this._err(Y.unexpectedNullCharacter),n.name+=gt;break}case S.EOF:{this._err(Y.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:n.name+=String.fromCodePoint(pd(t)?Ih(t):t)}}_stateAfterDoctypeName(t){let n=this.currentToken;switch(t){case S.SPACE:case S.LINE_FEED:case S.TABULATION:case S.FORM_FEED:break;case S.GREATER_THAN_SIGN:{this.state=F.DATA,this.emitCurrentDoctype(n);break}case S.EOF:{this._err(Y.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._consumeSequenceIfMatch(Yn.PUBLIC,!1)?this.state=F.AFTER_DOCTYPE_PUBLIC_KEYWORD:this._consumeSequenceIfMatch(Yn.SYSTEM,!1)?this.state=F.AFTER_DOCTYPE_SYSTEM_KEYWORD:this._ensureHibernation()||(this._err(Y.invalidCharacterSequenceAfterDoctypeName),n.forceQuirks=!0,this.state=F.BOGUS_DOCTYPE,this._stateBogusDoctype(t))}}_stateAfterDoctypePublicKeyword(t){let n=this.currentToken;switch(t){case S.SPACE:case S.LINE_FEED:case S.TABULATION:case S.FORM_FEED:{this.state=F.BEFORE_DOCTYPE_PUBLIC_IDENTIFIER;break}case S.QUOTATION_MARK:{this._err(Y.missingWhitespaceAfterDoctypePublicKeyword),n.publicId="",this.state=F.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED;break}case S.APOSTROPHE:{this._err(Y.missingWhitespaceAfterDoctypePublicKeyword),n.publicId="",this.state=F.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED;break}case S.GREATER_THAN_SIGN:{this._err(Y.missingDoctypePublicIdentifier),n.forceQuirks=!0,this.state=F.DATA,this.emitCurrentDoctype(n);break}case S.EOF:{this._err(Y.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._err(Y.missingQuoteBeforeDoctypePublicIdentifier),n.forceQuirks=!0,this.state=F.BOGUS_DOCTYPE,this._stateBogusDoctype(t)}}_stateBeforeDoctypePublicIdentifier(t){let n=this.currentToken;switch(t){case S.SPACE:case S.LINE_FEED:case S.TABULATION:case S.FORM_FEED:break;case S.QUOTATION_MARK:{n.publicId="",this.state=F.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED;break}case S.APOSTROPHE:{n.publicId="",this.state=F.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED;break}case S.GREATER_THAN_SIGN:{this._err(Y.missingDoctypePublicIdentifier),n.forceQuirks=!0,this.state=F.DATA,this.emitCurrentDoctype(n);break}case S.EOF:{this._err(Y.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._err(Y.missingQuoteBeforeDoctypePublicIdentifier),n.forceQuirks=!0,this.state=F.BOGUS_DOCTYPE,this._stateBogusDoctype(t)}}_stateDoctypePublicIdentifierDoubleQuoted(t){let n=this.currentToken;switch(t){case S.QUOTATION_MARK:{this.state=F.AFTER_DOCTYPE_PUBLIC_IDENTIFIER;break}case S.NULL:{this._err(Y.unexpectedNullCharacter),n.publicId+=gt;break}case S.GREATER_THAN_SIGN:{this._err(Y.abruptDoctypePublicIdentifier),n.forceQuirks=!0,this.emitCurrentDoctype(n),this.state=F.DATA;break}case S.EOF:{this._err(Y.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:n.publicId+=String.fromCodePoint(t)}}_stateDoctypePublicIdentifierSingleQuoted(t){let n=this.currentToken;switch(t){case S.APOSTROPHE:{this.state=F.AFTER_DOCTYPE_PUBLIC_IDENTIFIER;break}case S.NULL:{this._err(Y.unexpectedNullCharacter),n.publicId+=gt;break}case S.GREATER_THAN_SIGN:{this._err(Y.abruptDoctypePublicIdentifier),n.forceQuirks=!0,this.emitCurrentDoctype(n),this.state=F.DATA;break}case S.EOF:{this._err(Y.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:n.publicId+=String.fromCodePoint(t)}}_stateAfterDoctypePublicIdentifier(t){let n=this.currentToken;switch(t){case S.SPACE:case S.LINE_FEED:case S.TABULATION:case S.FORM_FEED:{this.state=F.BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS;break}case S.GREATER_THAN_SIGN:{this.state=F.DATA,this.emitCurrentDoctype(n);break}case S.QUOTATION_MARK:{this._err(Y.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers),n.systemId="",this.state=F.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED;break}case S.APOSTROPHE:{this._err(Y.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers),n.systemId="",this.state=F.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED;break}case S.EOF:{this._err(Y.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._err(Y.missingQuoteBeforeDoctypeSystemIdentifier),n.forceQuirks=!0,this.state=F.BOGUS_DOCTYPE,this._stateBogusDoctype(t)}}_stateBetweenDoctypePublicAndSystemIdentifiers(t){let n=this.currentToken;switch(t){case S.SPACE:case S.LINE_FEED:case S.TABULATION:case S.FORM_FEED:break;case S.GREATER_THAN_SIGN:{this.emitCurrentDoctype(n),this.state=F.DATA;break}case S.QUOTATION_MARK:{n.systemId="",this.state=F.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED;break}case S.APOSTROPHE:{n.systemId="",this.state=F.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED;break}case S.EOF:{this._err(Y.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._err(Y.missingQuoteBeforeDoctypeSystemIdentifier),n.forceQuirks=!0,this.state=F.BOGUS_DOCTYPE,this._stateBogusDoctype(t)}}_stateAfterDoctypeSystemKeyword(t){let n=this.currentToken;switch(t){case S.SPACE:case S.LINE_FEED:case S.TABULATION:case S.FORM_FEED:{this.state=F.BEFORE_DOCTYPE_SYSTEM_IDENTIFIER;break}case S.QUOTATION_MARK:{this._err(Y.missingWhitespaceAfterDoctypeSystemKeyword),n.systemId="",this.state=F.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED;break}case S.APOSTROPHE:{this._err(Y.missingWhitespaceAfterDoctypeSystemKeyword),n.systemId="",this.state=F.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED;break}case S.GREATER_THAN_SIGN:{this._err(Y.missingDoctypeSystemIdentifier),n.forceQuirks=!0,this.state=F.DATA,this.emitCurrentDoctype(n);break}case S.EOF:{this._err(Y.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._err(Y.missingQuoteBeforeDoctypeSystemIdentifier),n.forceQuirks=!0,this.state=F.BOGUS_DOCTYPE,this._stateBogusDoctype(t)}}_stateBeforeDoctypeSystemIdentifier(t){let n=this.currentToken;switch(t){case S.SPACE:case S.LINE_FEED:case S.TABULATION:case S.FORM_FEED:break;case S.QUOTATION_MARK:{n.systemId="",this.state=F.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED;break}case S.APOSTROPHE:{n.systemId="",this.state=F.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED;break}case S.GREATER_THAN_SIGN:{this._err(Y.missingDoctypeSystemIdentifier),n.forceQuirks=!0,this.state=F.DATA,this.emitCurrentDoctype(n);break}case S.EOF:{this._err(Y.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._err(Y.missingQuoteBeforeDoctypeSystemIdentifier),n.forceQuirks=!0,this.state=F.BOGUS_DOCTYPE,this._stateBogusDoctype(t)}}_stateDoctypeSystemIdentifierDoubleQuoted(t){let n=this.currentToken;switch(t){case S.QUOTATION_MARK:{this.state=F.AFTER_DOCTYPE_SYSTEM_IDENTIFIER;break}case S.NULL:{this._err(Y.unexpectedNullCharacter),n.systemId+=gt;break}case S.GREATER_THAN_SIGN:{this._err(Y.abruptDoctypeSystemIdentifier),n.forceQuirks=!0,this.emitCurrentDoctype(n),this.state=F.DATA;break}case S.EOF:{this._err(Y.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:n.systemId+=String.fromCodePoint(t)}}_stateDoctypeSystemIdentifierSingleQuoted(t){let n=this.currentToken;switch(t){case S.APOSTROPHE:{this.state=F.AFTER_DOCTYPE_SYSTEM_IDENTIFIER;break}case S.NULL:{this._err(Y.unexpectedNullCharacter),n.systemId+=gt;break}case S.GREATER_THAN_SIGN:{this._err(Y.abruptDoctypeSystemIdentifier),n.forceQuirks=!0,this.emitCurrentDoctype(n),this.state=F.DATA;break}case S.EOF:{this._err(Y.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:n.systemId+=String.fromCodePoint(t)}}_stateAfterDoctypeSystemIdentifier(t){let n=this.currentToken;switch(t){case S.SPACE:case S.LINE_FEED:case S.TABULATION:case S.FORM_FEED:break;case S.GREATER_THAN_SIGN:{this.emitCurrentDoctype(n),this.state=F.DATA;break}case S.EOF:{this._err(Y.eofInDoctype),n.forceQuirks=!0,this.emitCurrentDoctype(n),this._emitEOFToken();break}default:this._err(Y.unexpectedCharacterAfterDoctypeSystemIdentifier),this.state=F.BOGUS_DOCTYPE,this._stateBogusDoctype(t)}}_stateBogusDoctype(t){let n=this.currentToken;switch(t){case S.GREATER_THAN_SIGN:{this.emitCurrentDoctype(n),this.state=F.DATA;break}case S.NULL:{this._err(Y.unexpectedNullCharacter);break}case S.EOF:{this.emitCurrentDoctype(n),this._emitEOFToken();break}default:}}_stateCdataSection(t){switch(t){case S.RIGHT_SQUARE_BRACKET:{this.state=F.CDATA_SECTION_BRACKET;break}case S.EOF:{this._err(Y.eofInCdata),this._emitEOFToken();break}default:this._emitCodePoint(t)}}_stateCdataSectionBracket(t){t===S.RIGHT_SQUARE_BRACKET?this.state=F.CDATA_SECTION_END:(this._emitChars("]"),this.state=F.CDATA_SECTION,this._stateCdataSection(t))}_stateCdataSectionEnd(t){switch(t){case S.GREATER_THAN_SIGN:{this.state=F.DATA;break}case S.RIGHT_SQUARE_BRACKET:{this._emitChars("]");break}default:this._emitChars("]]"),this.state=F.CDATA_SECTION,this._stateCdataSection(t)}}_stateCharacterReference(){let t=this.entityDecoder.write(this.preprocessor.html,this.preprocessor.pos);if(t<0)if(this.preprocessor.lastChunkWritten)t=this.entityDecoder.end();else{this.active=!1,this.preprocessor.pos=this.preprocessor.html.length-1,this.consumedAfterSnapshot=0,this.preprocessor.endOfChunkHit=!0;return}t===0?(this.preprocessor.pos=this.entityStartPos,this._flushCodePointConsumedAsCharacterReference(S.AMPERSAND),this.state=!this._isCharacterReferenceInAttribute()&&R8(this.preprocessor.peek(1))?F.AMBIGUOUS_AMPERSAND:this.returnState):this.state=this.returnState}_stateAmbiguousAmpersand(t){R8(t)?this._flushCodePointConsumedAsCharacterReference(t):(t===S.SEMICOLON&&this._err(Y.unknownNamedCharacterReference),this.state=this.returnState,this._callState(t))}};var $8=new Set([m.DD,m.DT,m.LI,m.OPTGROUP,m.OPTION,m.P,m.RB,m.RP,m.RT,m.RTC]),M8=new Set([...$8,m.CAPTION,m.COLGROUP,m.TBODY,m.TD,m.TFOOT,m.TH,m.THEAD,m.TR]),Fh=new Set([m.APPLET,m.CAPTION,m.HTML,m.MARQUEE,m.OBJECT,m.TABLE,m.TD,m.TEMPLATE,m.TH]),wG=new Set([...Fh,m.OL,m.UL]),kG=new Set([...Fh,m.BUTTON]),P8=new Set([m.ANNOTATION_XML,m.MI,m.MN,m.MO,m.MS,m.MTEXT]),B8=new Set([m.DESC,m.FOREIGN_OBJECT,m.TITLE]),CG=new Set([m.TR,m.TEMPLATE,m.HTML]),TG=new Set([m.TBODY,m.TFOOT,m.THEAD,m.TEMPLATE,m.HTML]),AG=new Set([m.TABLE,m.TEMPLATE,m.HTML]),_G=new Set([m.TD,m.TH]),Lh=class{get currentTmplContentOrNode(){return this._isInTemplate()?this.treeAdapter.getTemplateContent(this.current):this.current}constructor(t,n,r){this.treeAdapter=n,this.handler=r,this.items=[],this.tagIDs=[],this.stackTop=-1,this.tmplCount=0,this.currentTagId=m.UNKNOWN,this.current=t}_indexOf(t){return this.items.lastIndexOf(t,this.stackTop)}_isInTemplate(){return this.currentTagId===m.TEMPLATE&&this.treeAdapter.getNamespaceURI(this.current)===ne.HTML}_updateCurrentElement(){this.current=this.items[this.stackTop],this.currentTagId=this.tagIDs[this.stackTop]}push(t,n){this.stackTop++,this.items[this.stackTop]=t,this.current=t,this.tagIDs[this.stackTop]=n,this.currentTagId=n,this._isInTemplate()&&this.tmplCount++,this.handler.onItemPush(t,n,!0)}pop(){let t=this.current;this.tmplCount>0&&this._isInTemplate()&&this.tmplCount--,this.stackTop--,this._updateCurrentElement(),this.handler.onItemPop(t,!0)}replace(t,n){let r=this._indexOf(t);this.items[r]=n,r===this.stackTop&&(this.current=n)}insertAfter(t,n,r){let o=this._indexOf(t)+1;this.items.splice(o,0,n),this.tagIDs.splice(o,0,r),this.stackTop++,o===this.stackTop&&this._updateCurrentElement(),this.current&&this.currentTagId!==void 0&&this.handler.onItemPush(this.current,this.currentTagId,o===this.stackTop)}popUntilTagNamePopped(t){let n=this.stackTop+1;do n=this.tagIDs.lastIndexOf(t,n-1);while(n>0&&this.treeAdapter.getNamespaceURI(this.items[n])!==ne.HTML);this.shortenToLength(Math.max(n,0))}shortenToLength(t){for(;this.stackTop>=t;){let n=this.current;this.tmplCount>0&&this._isInTemplate()&&(this.tmplCount-=1),this.stackTop--,this._updateCurrentElement(),this.handler.onItemPop(n,this.stackTop<t)}}popUntilElementPopped(t){let n=this._indexOf(t);this.shortenToLength(Math.max(n,0))}popUntilPopped(t,n){let r=this._indexOfTagNames(t,n);this.shortenToLength(Math.max(r,0))}popUntilNumberedHeaderPopped(){this.popUntilPopped(Ju,ne.HTML)}popUntilTableCellPopped(){this.popUntilPopped(_G,ne.HTML)}popAllUpToHtmlElement(){this.tmplCount=0,this.shortenToLength(1)}_indexOfTagNames(t,n){for(let r=this.stackTop;r>=0;r--)if(t.has(this.tagIDs[r])&&this.treeAdapter.getNamespaceURI(this.items[r])===n)return r;return-1}clearBackTo(t,n){let r=this._indexOfTagNames(t,n);this.shortenToLength(r+1)}clearBackToTableContext(){this.clearBackTo(AG,ne.HTML)}clearBackToTableBodyContext(){this.clearBackTo(TG,ne.HTML)}clearBackToTableRowContext(){this.clearBackTo(CG,ne.HTML)}remove(t){let n=this._indexOf(t);n>=0&&(n===this.stackTop?this.pop():(this.items.splice(n,1),this.tagIDs.splice(n,1),this.stackTop--,this._updateCurrentElement(),this.handler.onItemPop(t,!1)))}tryPeekProperlyNestedBodyElement(){return this.stackTop>=1&&this.tagIDs[1]===m.BODY?this.items[1]:null}contains(t){return this._indexOf(t)>-1}getCommonAncestor(t){let n=this._indexOf(t)-1;return n>=0?this.items[n]:null}isRootHtmlElementCurrent(){return this.stackTop===0&&this.tagIDs[0]===m.HTML}hasInDynamicScope(t,n){for(let r=this.stackTop;r>=0;r--){let o=this.tagIDs[r];switch(this.treeAdapter.getNamespaceURI(this.items[r])){case ne.HTML:{if(o===t)return!0;if(n.has(o))return!1;break}case ne.SVG:{if(B8.has(o))return!1;break}case ne.MATHML:{if(P8.has(o))return!1;break}}}return!0}hasInScope(t){return this.hasInDynamicScope(t,Fh)}hasInListItemScope(t){return this.hasInDynamicScope(t,wG)}hasInButtonScope(t){return this.hasInDynamicScope(t,kG)}hasNumberedHeaderInScope(){for(let t=this.stackTop;t>=0;t--){let n=this.tagIDs[t];switch(this.treeAdapter.getNamespaceURI(this.items[t])){case ne.HTML:{if(Ju.has(n))return!0;if(Fh.has(n))return!1;break}case ne.SVG:{if(B8.has(n))return!1;break}case ne.MATHML:{if(P8.has(n))return!1;break}}}return!0}hasInTableScope(t){for(let n=this.stackTop;n>=0;n--)if(this.treeAdapter.getNamespaceURI(this.items[n])===ne.HTML)switch(this.tagIDs[n]){case t:return!0;case m.TABLE:case m.HTML:return!1}return!0}hasTableBodyContextInTableScope(){for(let t=this.stackTop;t>=0;t--)if(this.treeAdapter.getNamespaceURI(this.items[t])===ne.HTML)switch(this.tagIDs[t]){case m.TBODY:case m.THEAD:case m.TFOOT:return!0;case m.TABLE:case m.HTML:return!1}return!0}hasInSelectScope(t){for(let n=this.stackTop;n>=0;n--)if(this.treeAdapter.getNamespaceURI(this.items[n])===ne.HTML)switch(this.tagIDs[n]){case t:return!0;case m.OPTION:case m.OPTGROUP:break;default:return!1}return!0}generateImpliedEndTags(){for(;this.currentTagId!==void 0&&$8.has(this.currentTagId);)this.pop()}generateImpliedEndTagsThoroughly(){for(;this.currentTagId!==void 0&&M8.has(this.currentTagId);)this.pop()}generateImpliedEndTagsWithExclusion(t){for(;this.currentTagId!==void 0&&this.currentTagId!==t&&M8.has(this.currentTagId);)this.pop()}};var Eo;(function(e){e[e.Marker=0]="Marker",e[e.Element=1]="Element"})(Eo||(Eo={}));var z8={type:Eo.Marker},Rh=class{constructor(t){this.treeAdapter=t,this.entries=[],this.bookmark=null}_getNoahArkConditionCandidates(t,n){let r=[],o=n.length,i=this.treeAdapter.getTagName(t),s=this.treeAdapter.getNamespaceURI(t);for(let l=0;l<this.entries.length;l++){let c=this.entries[l];if(c.type===Eo.Marker)break;let{element:d}=c;if(this.treeAdapter.getTagName(d)===i&&this.treeAdapter.getNamespaceURI(d)===s){let h=this.treeAdapter.getAttrList(d);h.length===o&&r.push({idx:l,attrs:h})}}return r}_ensureNoahArkCondition(t){if(this.entries.length<3)return;let n=this.treeAdapter.getAttrList(t),r=this._getNoahArkConditionCandidates(t,n);if(r.length<3)return;let o=new Map(n.map(s=>[s.name,s.value])),i=0;for(let s=0;s<r.length;s++){let l=r[s];l.attrs.every(c=>o.get(c.name)===c.value)&&(i+=1,i>=3&&this.entries.splice(l.idx,1))}}insertMarker(){this.entries.unshift(z8)}pushElement(t,n){this._ensureNoahArkCondition(t),this.entries.unshift({type:Eo.Element,element:t,token:n})}insertElementAfterBookmark(t,n){let r=this.entries.indexOf(this.bookmark);this.entries.splice(r,0,{type:Eo.Element,element:t,token:n})}removeEntry(t){let n=this.entries.indexOf(t);n!==-1&&this.entries.splice(n,1)}clearToLastMarker(){let t=this.entries.indexOf(z8);t===-1?this.entries.length=0:this.entries.splice(0,t+1)}getElementEntryInScopeWithTagName(t){let n=this.entries.find(r=>r.type===Eo.Marker||this.treeAdapter.getTagName(r.element)===t);return n&&n.type===Eo.Element?n:null}getElementEntry(t){return this.entries.find(n=>n.type===Eo.Element&&n.element===t)}};var Do={createDocument(){return{nodeName:"#document",mode:Ln.NO_QUIRKS,childNodes:[]}},createDocumentFragment(){return{nodeName:"#document-fragment",childNodes:[]}},createElement(e,t,n){return{nodeName:e,tagName:e,attrs:n,namespaceURI:t,childNodes:[],parentNode:null}},createCommentNode(e){return{nodeName:"#comment",data:e,parentNode:null}},createTextNode(e){return{nodeName:"#text",value:e,parentNode:null}},appendChild(e,t){e.childNodes.push(t),t.parentNode=e},insertBefore(e,t,n){let r=e.childNodes.indexOf(n);e.childNodes.splice(r,0,t),t.parentNode=e},setTemplateContent(e,t){e.content=t},getTemplateContent(e){return e.content},setDocumentType(e,t,n,r){let o=e.childNodes.find(i=>i.nodeName==="#documentType");if(o)o.name=t,o.publicId=n,o.systemId=r;else{let i={nodeName:"#documentType",name:t,publicId:n,systemId:r,parentNode:null};Do.appendChild(e,i)}},setDocumentMode(e,t){e.mode=t},getDocumentMode(e){return e.mode},detachNode(e){if(e.parentNode){let t=e.parentNode.childNodes.indexOf(e);e.parentNode.childNodes.splice(t,1),e.parentNode=null}},insertText(e,t){if(e.childNodes.length>0){let n=e.childNodes[e.childNodes.length-1];if(Do.isTextNode(n)){n.value+=t;return}}Do.appendChild(e,Do.createTextNode(t))},insertTextBefore(e,t,n){let r=e.childNodes[e.childNodes.indexOf(n)-1];r&&Do.isTextNode(r)?r.value+=t:Do.insertBefore(e,Do.createTextNode(t),n)},adoptAttributes(e,t){let n=new Set(e.attrs.map(r=>r.name));for(let r=0;r<t.length;r++)n.has(t[r].name)||e.attrs.push(t[r])},getFirstChild(e){return e.childNodes[0]},getChildNodes(e){return e.childNodes},getParentNode(e){return e.parentNode},getAttrList(e){return e.attrs},getTagName(e){return e.tagName},getNamespaceURI(e){return e.namespaceURI},getTextNodeContent(e){return e.value},getCommentNodeContent(e){return e.data},getDocumentTypeNodeName(e){return e.name},getDocumentTypeNodePublicId(e){return e.publicId},getDocumentTypeNodeSystemId(e){return e.systemId},isTextNode(e){return e.nodeName==="#text"},isCommentNode(e){return e.nodeName==="#comment"},isDocumentTypeNode(e){return e.nodeName==="#documentType"},isElementNode(e){return Object.prototype.hasOwnProperty.call(e,"tagName")},setNodeSourceCodeLocation(e,t){e.sourceCodeLocation=t},getNodeSourceCodeLocation(e){return e.sourceCodeLocation},updateNodeSourceCodeLocation(e,t){e.sourceCodeLocation={...e.sourceCodeLocation,...t}}};var U8="html",SG="about:legacy-compat",IG="http://www.ibm.com/data/dtd/v11/ibmxhtml1-transitional.dtd",j8=["+//silmaril//dtd html pro v0r11 19970101//","-//as//dtd html 3.0 aswedit + extensions//","-//advasoft ltd//dtd html 3.0 aswedit + extensions//","-//ietf//dtd html 2.0 level 1//","-//ietf//dtd html 2.0 level 2//","-//ietf//dtd html 2.0 strict level 1//","-//ietf//dtd html 2.0 strict level 2//","-//ietf//dtd html 2.0 strict//","-//ietf//dtd html 2.0//","-//ietf//dtd html 2.1e//","-//ietf//dtd html 3.0//","-//ietf//dtd html 3.2 final//","-//ietf//dtd html 3.2//","-//ietf//dtd html 3//","-//ietf//dtd html level 0//","-//ietf//dtd html level 1//","-//ietf//dtd html level 2//","-//ietf//dtd html level 3//","-//ietf//dtd html strict level 0//","-//ietf//dtd html strict level 1//","-//ietf//dtd html strict level 2//","-//ietf//dtd html strict level 3//","-//ietf//dtd html strict//","-//ietf//dtd html//","-//metrius//dtd metrius presentational//","-//microsoft//dtd internet explorer 2.0 html strict//","-//microsoft//dtd internet explorer 2.0 html//","-//microsoft//dtd internet explorer 2.0 tables//","-//microsoft//dtd internet explorer 3.0 html strict//","-//microsoft//dtd internet explorer 3.0 html//","-//microsoft//dtd internet explorer 3.0 tables//","-//netscape comm. corp.//dtd html//","-//netscape comm. corp.//dtd strict html//","-//o'reilly and associates//dtd html 2.0//","-//o'reilly and associates//dtd html extended 1.0//","-//o'reilly and associates//dtd html extended relaxed 1.0//","-//sq//dtd html 2.0 hotmetal + extensions//","-//softquad software//dtd hotmetal pro 6.0::19990601::extensions to html 4.0//","-//softquad//dtd hotmetal pro 4.0::19971010::extensions to html 4.0//","-//spyglass//dtd html 2.0 extended//","-//sun microsystems corp.//dtd hotjava html//","-//sun microsystems corp.//dtd hotjava strict html//","-//w3c//dtd html 3 1995-03-24//","-//w3c//dtd html 3.2 draft//","-//w3c//dtd html 3.2 final//","-//w3c//dtd html 3.2//","-//w3c//dtd html 3.2s draft//","-//w3c//dtd html 4.0 frameset//","-//w3c//dtd html 4.0 transitional//","-//w3c//dtd html experimental 19960712//","-//w3c//dtd html experimental 970421//","-//w3c//dtd w3 html//","-//w3o//dtd w3 html 3.0//","-//webtechs//dtd mozilla html 2.0//","-//webtechs//dtd mozilla html//"],FG=[...j8,"-//w3c//dtd html 4.01 frameset//","-//w3c//dtd html 4.01 transitional//"],LG=new Set(["-//w3o//dtd w3 html strict 3.0//en//","-/w3c/dtd html 4.0 transitional/en","html"]),W8=["-//w3c//dtd xhtml 1.0 frameset//","-//w3c//dtd xhtml 1.0 transitional//"],RG=[...W8,"-//w3c//dtd html 4.01 frameset//","-//w3c//dtd html 4.01 transitional//"];function H8(e,t){return t.some(n=>e.startsWith(n))}function V8(e){return e.name===U8&&e.publicId===null&&(e.systemId===null||e.systemId===SG)}function G8(e){if(e.name!==U8)return Ln.QUIRKS;let{systemId:t}=e;if(t&&t.toLowerCase()===IG)return Ln.QUIRKS;let{publicId:n}=e;if(n!==null){if(n=n.toLowerCase(),LG.has(n))return Ln.QUIRKS;let r=t===null?FG:j8;if(H8(n,r))return Ln.QUIRKS;if(r=t===null?W8:RG,H8(n,r))return Ln.LIMITED_QUIRKS}return Ln.NO_QUIRKS}var Y8={TEXT_HTML:"text/html",APPLICATION_XML:"application/xhtml+xml"},OG="definitionurl",MG="definitionURL",PG=new Map(["attributeName","attributeType","baseFrequency","baseProfile","calcMode","clipPathUnits","diffuseConstant","edgeMode","filterUnits","glyphRef","gradientTransform","gradientUnits","kernelMatrix","kernelUnitLength","keyPoints","keySplines","keyTimes","lengthAdjust","limitingConeAngle","markerHeight","markerUnits","markerWidth","maskContentUnits","maskUnits","numOctaves","pathLength","patternContentUnits","patternTransform","patternUnits","pointsAtX","pointsAtY","pointsAtZ","preserveAlpha","preserveAspectRatio","primitiveUnits","refX","refY","repeatCount","repeatDur","requiredExtensions","requiredFeatures","specularConstant","specularExponent","spreadMethod","startOffset","stdDeviation","stitchTiles","surfaceScale","systemLanguage","tableValues","targetX","targetY","textLength","viewBox","viewTarget","xChannelSelector","yChannelSelector","zoomAndPan"].map(e=>[e.toLowerCase(),e])),BG=new Map([["xlink:actuate",{prefix:"xlink",name:"actuate",namespace:ne.XLINK}],["xlink:arcrole",{prefix:"xlink",name:"arcrole",namespace:ne.XLINK}],["xlink:href",{prefix:"xlink",name:"href",namespace:ne.XLINK}],["xlink:role",{prefix:"xlink",name:"role",namespace:ne.XLINK}],["xlink:show",{prefix:"xlink",name:"show",namespace:ne.XLINK}],["xlink:title",{prefix:"xlink",name:"title",namespace:ne.XLINK}],["xlink:type",{prefix:"xlink",name:"type",namespace:ne.XLINK}],["xml:lang",{prefix:"xml",name:"lang",namespace:ne.XML}],["xml:space",{prefix:"xml",name:"space",namespace:ne.XML}],["xmlns",{prefix:"",name:"xmlns",namespace:ne.XMLNS}],["xmlns:xlink",{prefix:"xmlns",name:"xlink",namespace:ne.XMLNS}]]),$G=new Map(["altGlyph","altGlyphDef","altGlyphItem","animateColor","animateMotion","animateTransform","clipPath","feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence","foreignObject","glyphRef","linearGradient","radialGradient","textPath"].map(e=>[e.toLowerCase(),e])),zG=new Set([m.B,m.BIG,m.BLOCKQUOTE,m.BODY,m.BR,m.CENTER,m.CODE,m.DD,m.DIV,m.DL,m.DT,m.EM,m.EMBED,m.H1,m.H2,m.H3,m.H4,m.H5,m.H6,m.HEAD,m.HR,m.I,m.IMG,m.LI,m.LISTING,m.MENU,m.META,m.NOBR,m.OL,m.P,m.PRE,m.RUBY,m.S,m.SMALL,m.SPAN,m.STRONG,m.STRIKE,m.SUB,m.SUP,m.TABLE,m.TT,m.U,m.UL,m.VAR]);function q8(e){let t=e.tagID;return t===m.FONT&&e.attrs.some(({name:r})=>r===Uo.COLOR||r===Uo.SIZE||r===Uo.FACE)||zG.has(t)}function cb(e){for(let t=0;t<e.attrs.length;t++)if(e.attrs[t].name===OG){e.attrs[t].name=MG;break}}function db(e){for(let t=0;t<e.attrs.length;t++){let n=PG.get(e.attrs[t].name);n!=null&&(e.attrs[t].name=n)}}function Nh(e){for(let t=0;t<e.attrs.length;t++){let n=BG.get(e.attrs[t].name);n&&(e.attrs[t].prefix=n.prefix,e.attrs[t].name=n.name,e.attrs[t].namespace=n.namespace)}}function X8(e){let t=$G.get(e.tagName);t!=null&&(e.tagName=t,e.tagID=Ca(e.tagName))}function HG(e,t){return t===ne.MATHML&&(e===m.MI||e===m.MO||e===m.MN||e===m.MS||e===m.MTEXT)}function UG(e,t,n){if(t===ne.MATHML&&e===m.ANNOTATION_XML){for(let r=0;r<n.length;r++)if(n[r].name===Uo.ENCODING){let o=n[r].value.toLowerCase();return o===Y8.TEXT_HTML||o===Y8.APPLICATION_XML}}return t===ne.SVG&&(e===m.FOREIGN_OBJECT||e===m.DESC||e===m.TITLE)}function K8(e,t,n,r){return(!r||r===ne.HTML)&&UG(e,t,n)||(!r||r===ne.MATHML)&&HG(e,t)}var jG="hidden",WG=8,VG=3,O;(function(e){e[e.INITIAL=0]="INITIAL",e[e.BEFORE_HTML=1]="BEFORE_HTML",e[e.BEFORE_HEAD=2]="BEFORE_HEAD",e[e.IN_HEAD=3]="IN_HEAD",e[e.IN_HEAD_NO_SCRIPT=4]="IN_HEAD_NO_SCRIPT",e[e.AFTER_HEAD=5]="AFTER_HEAD",e[e.IN_BODY=6]="IN_BODY",e[e.TEXT=7]="TEXT",e[e.IN_TABLE=8]="IN_TABLE",e[e.IN_TABLE_TEXT=9]="IN_TABLE_TEXT",e[e.IN_CAPTION=10]="IN_CAPTION",e[e.IN_COLUMN_GROUP=11]="IN_COLUMN_GROUP",e[e.IN_TABLE_BODY=12]="IN_TABLE_BODY",e[e.IN_ROW=13]="IN_ROW",e[e.IN_CELL=14]="IN_CELL",e[e.IN_SELECT=15]="IN_SELECT",e[e.IN_SELECT_IN_TABLE=16]="IN_SELECT_IN_TABLE",e[e.IN_TEMPLATE=17]="IN_TEMPLATE",e[e.AFTER_BODY=18]="AFTER_BODY",e[e.IN_FRAMESET=19]="IN_FRAMESET",e[e.AFTER_FRAMESET=20]="AFTER_FRAMESET",e[e.AFTER_AFTER_BODY=21]="AFTER_AFTER_BODY",e[e.AFTER_AFTER_FRAMESET=22]="AFTER_AFTER_FRAMESET"})(O||(O={}));var GG={startLine:-1,startCol:-1,startOffset:-1,endLine:-1,endCol:-1,endOffset:-1},t_=new Set([m.TABLE,m.TBODY,m.TFOOT,m.THEAD,m.TR]),Z8={scriptingEnabled:!0,sourceCodeLocationInfo:!1,treeAdapter:Do,onParseError:null},_s=class{constructor(t,n,r=null,o=null){this.fragmentContext=r,this.scriptHandler=o,this.currentToken=null,this.stopped=!1,this.insertionMode=O.INITIAL,this.originalInsertionMode=O.INITIAL,this.headElement=null,this.formElement=null,this.currentNotInHTML=!1,this.tmplInsertionModeStack=[],this.pendingCharacterTokens=[],this.hasNonWhitespacePendingCharacterToken=!1,this.framesetOk=!0,this.skipNextNewLine=!1,this.fosterParentingEnabled=!1,this.options={...Z8,...t},this.treeAdapter=this.options.treeAdapter,this.onParseError=this.options.onParseError,this.onParseError&&(this.options.sourceCodeLocationInfo=!0),this.document=n??this.treeAdapter.createDocument(),this.tokenizer=new hd(this.options,this),this.activeFormattingElements=new Rh(this.treeAdapter),this.fragmentContextID=r?Ca(this.treeAdapter.getTagName(r)):m.UNKNOWN,this._setContextModes(r??this.document,this.fragmentContextID),this.openElements=new Lh(this.document,this.treeAdapter,this)}static parse(t,n){let r=new this(n);return r.tokenizer.write(t,!0),r.document}static getFragmentParser(t,n){let r={...Z8,...n};t??(t=r.treeAdapter.createElement(j.TEMPLATE,ne.HTML,[]));let o=r.treeAdapter.createElement("documentmock",ne.HTML,[]),i=new this(r,o,t);return i.fragmentContextID===m.TEMPLATE&&i.tmplInsertionModeStack.unshift(O.IN_TEMPLATE),i._initTokenizerForFragmentParsing(),i._insertFakeRootElement(),i._resetInsertionMode(),i._findFormInFragmentContext(),i}getFragment(){let t=this.treeAdapter.getFirstChild(this.document),n=this.treeAdapter.createDocumentFragment();return this._adoptNodes(t,n),n}_err(t,n,r){var o;if(!this.onParseError)return;let i=(o=t.location)!==null&&o!==void 0?o:GG,s={code:n,startLine:i.startLine,startCol:i.startCol,startOffset:i.startOffset,endLine:r?i.startLine:i.endLine,endCol:r?i.startCol:i.endCol,endOffset:r?i.startOffset:i.endOffset};this.onParseError(s)}onItemPush(t,n,r){var o,i;(i=(o=this.treeAdapter).onItemPush)===null||i===void 0||i.call(o,t),r&&this.openElements.stackTop>0&&this._setContextModes(t,n)}onItemPop(t,n){var r,o;if(this.options.sourceCodeLocationInfo&&this._setEndLocation(t,this.currentToken),(o=(r=this.treeAdapter).onItemPop)===null||o===void 0||o.call(r,t,this.openElements.current),n){let i,s;this.openElements.stackTop===0&&this.fragmentContext?(i=this.fragmentContext,s=this.fragmentContextID):{current:i,currentTagId:s}=this.openElements,this._setContextModes(i,s)}}_setContextModes(t,n){let r=t===this.document||t&&this.treeAdapter.getNamespaceURI(t)===ne.HTML;this.currentNotInHTML=!r,this.tokenizer.inForeignNode=!r&&t!==void 0&&n!==void 0&&!this._isIntegrationPoint(n,t)}_switchToTextParsing(t,n){this._insertElement(t,ne.HTML),this.tokenizer.state=n,this.originalInsertionMode=this.insertionMode,this.insertionMode=O.TEXT}switchToPlaintextParsing(){this.insertionMode=O.TEXT,this.originalInsertionMode=O.IN_BODY,this.tokenizer.state=kt.PLAINTEXT}_getAdjustedCurrentElement(){return this.openElements.stackTop===0&&this.fragmentContext?this.fragmentContext:this.openElements.current}_findFormInFragmentContext(){let t=this.fragmentContext;for(;t;){if(this.treeAdapter.getTagName(t)===j.FORM){this.formElement=t;break}t=this.treeAdapter.getParentNode(t)}}_initTokenizerForFragmentParsing(){if(!(!this.fragmentContext||this.treeAdapter.getNamespaceURI(this.fragmentContext)!==ne.HTML))switch(this.fragmentContextID){case m.TITLE:case m.TEXTAREA:{this.tokenizer.state=kt.RCDATA;break}case m.STYLE:case m.XMP:case m.IFRAME:case m.NOEMBED:case m.NOFRAMES:case m.NOSCRIPT:{this.tokenizer.state=kt.RAWTEXT;break}case m.SCRIPT:{this.tokenizer.state=kt.SCRIPT_DATA;break}case m.PLAINTEXT:{this.tokenizer.state=kt.PLAINTEXT;break}default:}}_setDocumentType(t){let n=t.name||"",r=t.publicId||"",o=t.systemId||"";if(this.treeAdapter.setDocumentType(this.document,n,r,o),t.location){let s=this.treeAdapter.getChildNodes(this.document).find(l=>this.treeAdapter.isDocumentTypeNode(l));s&&this.treeAdapter.setNodeSourceCodeLocation(s,t.location)}}_attachElementToTree(t,n){if(this.options.sourceCodeLocationInfo){let r=n&&{...n,startTag:n};this.treeAdapter.setNodeSourceCodeLocation(t,r)}if(this._shouldFosterParentOnInsertion())this._fosterParentElement(t);else{let r=this.openElements.currentTmplContentOrNode;this.treeAdapter.appendChild(r??this.document,t)}}_appendElement(t,n){let r=this.treeAdapter.createElement(t.tagName,n,t.attrs);this._attachElementToTree(r,t.location)}_insertElement(t,n){let r=this.treeAdapter.createElement(t.tagName,n,t.attrs);this._attachElementToTree(r,t.location),this.openElements.push(r,t.tagID)}_insertFakeElement(t,n){let r=this.treeAdapter.createElement(t,ne.HTML,[]);this._attachElementToTree(r,null),this.openElements.push(r,n)}_insertTemplate(t){let n=this.treeAdapter.createElement(t.tagName,ne.HTML,t.attrs),r=this.treeAdapter.createDocumentFragment();this.treeAdapter.setTemplateContent(n,r),this._attachElementToTree(n,t.location),this.openElements.push(n,t.tagID),this.options.sourceCodeLocationInfo&&this.treeAdapter.setNodeSourceCodeLocation(r,null)}_insertFakeRootElement(){let t=this.treeAdapter.createElement(j.HTML,ne.HTML,[]);this.options.sourceCodeLocationInfo&&this.treeAdapter.setNodeSourceCodeLocation(t,null),this.treeAdapter.appendChild(this.openElements.current,t),this.openElements.push(t,m.HTML)}_appendCommentNode(t,n){let r=this.treeAdapter.createCommentNode(t.data);this.treeAdapter.appendChild(n,r),this.options.sourceCodeLocationInfo&&this.treeAdapter.setNodeSourceCodeLocation(r,t.location)}_insertCharacters(t){let n,r;if(this._shouldFosterParentOnInsertion()?({parent:n,beforeElement:r}=this._findFosterParentingLocation(),r?this.treeAdapter.insertTextBefore(n,t.chars,r):this.treeAdapter.insertText(n,t.chars)):(n=this.openElements.currentTmplContentOrNode,this.treeAdapter.insertText(n,t.chars)),!t.location)return;let o=this.treeAdapter.getChildNodes(n),i=r?o.lastIndexOf(r):o.length,s=o[i-1];if(this.treeAdapter.getNodeSourceCodeLocation(s)){let{endLine:c,endCol:d,endOffset:h}=t.location;this.treeAdapter.updateNodeSourceCodeLocation(s,{endLine:c,endCol:d,endOffset:h})}else this.options.sourceCodeLocationInfo&&this.treeAdapter.setNodeSourceCodeLocation(s,t.location)}_adoptNodes(t,n){for(let r=this.treeAdapter.getFirstChild(t);r;r=this.treeAdapter.getFirstChild(t))this.treeAdapter.detachNode(r),this.treeAdapter.appendChild(n,r)}_setEndLocation(t,n){if(this.treeAdapter.getNodeSourceCodeLocation(t)&&n.location){let r=n.location,o=this.treeAdapter.getTagName(t),i=n.type===Xe.END_TAG&&o===n.tagName?{endTag:{...r},endLine:r.endLine,endCol:r.endCol,endOffset:r.endOffset}:{endLine:r.startLine,endCol:r.startCol,endOffset:r.startOffset};this.treeAdapter.updateNodeSourceCodeLocation(t,i)}}shouldProcessStartTagTokenInForeignContent(t){if(!this.currentNotInHTML)return!1;let n,r;return this.openElements.stackTop===0&&this.fragmentContext?(n=this.fragmentContext,r=this.fragmentContextID):{current:n,currentTagId:r}=this.openElements,t.tagID===m.SVG&&this.treeAdapter.getTagName(n)===j.ANNOTATION_XML&&this.treeAdapter.getNamespaceURI(n)===ne.MATHML?!1:this.tokenizer.inForeignNode||(t.tagID===m.MGLYPH||t.tagID===m.MALIGNMARK)&&r!==void 0&&!this._isIntegrationPoint(r,n,ne.HTML)}_processToken(t){switch(t.type){case Xe.CHARACTER:{this.onCharacter(t);break}case Xe.NULL_CHARACTER:{this.onNullCharacter(t);break}case Xe.COMMENT:{this.onComment(t);break}case Xe.DOCTYPE:{this.onDoctype(t);break}case Xe.START_TAG:{this._processStartTag(t);break}case Xe.END_TAG:{this.onEndTag(t);break}case Xe.EOF:{this.onEof(t);break}case Xe.WHITESPACE_CHARACTER:{this.onWhitespaceCharacter(t);break}}}_isIntegrationPoint(t,n,r){let o=this.treeAdapter.getNamespaceURI(n),i=this.treeAdapter.getAttrList(n);return K8(t,o,i,r)}_reconstructActiveFormattingElements(){let t=this.activeFormattingElements.entries.length;if(t){let n=this.activeFormattingElements.entries.findIndex(o=>o.type===Eo.Marker||this.openElements.contains(o.element)),r=n===-1?t-1:n-1;for(let o=r;o>=0;o--){let i=this.activeFormattingElements.entries[o];this._insertElement(i.token,this.treeAdapter.getNamespaceURI(i.element)),i.element=this.openElements.current}}}_closeTableCell(){this.openElements.generateImpliedEndTags(),this.openElements.popUntilTableCellPopped(),this.activeFormattingElements.clearToLastMarker(),this.insertionMode=O.IN_ROW}_closePElement(){this.openElements.generateImpliedEndTagsWithExclusion(m.P),this.openElements.popUntilTagNamePopped(m.P)}_resetInsertionMode(){for(let t=this.openElements.stackTop;t>=0;t--)switch(t===0&&this.fragmentContext?this.fragmentContextID:this.openElements.tagIDs[t]){case m.TR:{this.insertionMode=O.IN_ROW;return}case m.TBODY:case m.THEAD:case m.TFOOT:{this.insertionMode=O.IN_TABLE_BODY;return}case m.CAPTION:{this.insertionMode=O.IN_CAPTION;return}case m.COLGROUP:{this.insertionMode=O.IN_COLUMN_GROUP;return}case m.TABLE:{this.insertionMode=O.IN_TABLE;return}case m.BODY:{this.insertionMode=O.IN_BODY;return}case m.FRAMESET:{this.insertionMode=O.IN_FRAMESET;return}case m.SELECT:{this._resetInsertionModeForSelect(t);return}case m.TEMPLATE:{this.insertionMode=this.tmplInsertionModeStack[0];return}case m.HTML:{this.insertionMode=this.headElement?O.AFTER_HEAD:O.BEFORE_HEAD;return}case m.TD:case m.TH:{if(t>0){this.insertionMode=O.IN_CELL;return}break}case m.HEAD:{if(t>0){this.insertionMode=O.IN_HEAD;return}break}}this.insertionMode=O.IN_BODY}_resetInsertionModeForSelect(t){if(t>0)for(let n=t-1;n>0;n--){let r=this.openElements.tagIDs[n];if(r===m.TEMPLATE)break;if(r===m.TABLE){this.insertionMode=O.IN_SELECT_IN_TABLE;return}}this.insertionMode=O.IN_SELECT}_isElementCausesFosterParenting(t){return t_.has(t)}_shouldFosterParentOnInsertion(){return this.fosterParentingEnabled&&this.openElements.currentTagId!==void 0&&this._isElementCausesFosterParenting(this.openElements.currentTagId)}_findFosterParentingLocation(){for(let t=this.openElements.stackTop;t>=0;t--){let n=this.openElements.items[t];switch(this.openElements.tagIDs[t]){case m.TEMPLATE:{if(this.treeAdapter.getNamespaceURI(n)===ne.HTML)return{parent:this.treeAdapter.getTemplateContent(n),beforeElement:null};break}case m.TABLE:{let r=this.treeAdapter.getParentNode(n);return r?{parent:r,beforeElement:n}:{parent:this.openElements.items[t-1],beforeElement:null}}default:}}return{parent:this.openElements.items[0],beforeElement:null}}_fosterParentElement(t){let n=this._findFosterParentingLocation();n.beforeElement?this.treeAdapter.insertBefore(n.parent,t,n.beforeElement):this.treeAdapter.appendChild(n.parent,t)}_isSpecialElement(t,n){let r=this.treeAdapter.getNamespaceURI(t);return lb[r].has(n)}onCharacter(t){if(this.skipNextNewLine=!1,this.tokenizer.inForeignNode){vq(this,t);return}switch(this.insertionMode){case O.INITIAL:{md(this,t);break}case O.BEFORE_HTML:{yd(this,t);break}case O.BEFORE_HEAD:{bd(this,t);break}case O.IN_HEAD:{Ed(this,t);break}case O.IN_HEAD_NO_SCRIPT:{Dd(this,t);break}case O.AFTER_HEAD:{xd(this,t);break}case O.IN_BODY:case O.IN_CAPTION:case O.IN_CELL:case O.IN_TEMPLATE:{r_(this,t);break}case O.TEXT:case O.IN_SELECT:case O.IN_SELECT_IN_TABLE:{this._insertCharacters(t);break}case O.IN_TABLE:case O.IN_TABLE_BODY:case O.IN_ROW:{fb(this,t);break}case O.IN_TABLE_TEXT:{l_(this,t);break}case O.IN_COLUMN_GROUP:{Mh(this,t);break}case O.AFTER_BODY:{Ph(this,t);break}case O.AFTER_AFTER_BODY:{Oh(this,t);break}default:}}onNullCharacter(t){if(this.skipNextNewLine=!1,this.tokenizer.inForeignNode){xq(this,t);return}switch(this.insertionMode){case O.INITIAL:{md(this,t);break}case O.BEFORE_HTML:{yd(this,t);break}case O.BEFORE_HEAD:{bd(this,t);break}case O.IN_HEAD:{Ed(this,t);break}case O.IN_HEAD_NO_SCRIPT:{Dd(this,t);break}case O.AFTER_HEAD:{xd(this,t);break}case O.TEXT:{this._insertCharacters(t);break}case O.IN_TABLE:case O.IN_TABLE_BODY:case O.IN_ROW:{fb(this,t);break}case O.IN_COLUMN_GROUP:{Mh(this,t);break}case O.AFTER_BODY:{Ph(this,t);break}case O.AFTER_AFTER_BODY:{Oh(this,t);break}default:}}onComment(t){if(this.skipNextNewLine=!1,this.currentNotInHTML){pb(this,t);return}switch(this.insertionMode){case O.INITIAL:case O.BEFORE_HTML:case O.BEFORE_HEAD:case O.IN_HEAD:case O.IN_HEAD_NO_SCRIPT:case O.AFTER_HEAD:case O.IN_BODY:case O.IN_TABLE:case O.IN_CAPTION:case O.IN_COLUMN_GROUP:case O.IN_TABLE_BODY:case O.IN_ROW:case O.IN_CELL:case O.IN_SELECT:case O.IN_SELECT_IN_TABLE:case O.IN_TEMPLATE:case O.IN_FRAMESET:case O.AFTER_FRAMESET:{pb(this,t);break}case O.IN_TABLE_TEXT:{gd(this,t);break}case O.AFTER_BODY:{JG(this,t);break}case O.AFTER_AFTER_BODY:case O.AFTER_AFTER_FRAMESET:{eY(this,t);break}default:}}onDoctype(t){switch(this.skipNextNewLine=!1,this.insertionMode){case O.INITIAL:{tY(this,t);break}case O.BEFORE_HEAD:case O.IN_HEAD:case O.IN_HEAD_NO_SCRIPT:case O.AFTER_HEAD:{this._err(t,Y.misplacedDoctype);break}case O.IN_TABLE_TEXT:{gd(this,t);break}default:}}onStartTag(t){this.skipNextNewLine=!1,this.currentToken=t,this._processStartTag(t),t.selfClosing&&!t.ackSelfClosing&&this._err(t,Y.nonVoidHtmlElementStartTagWithTrailingSolidus)}_processStartTag(t){this.shouldProcessStartTagTokenInForeignContent(t)?wq(this,t):this._startTagOutsideForeignContent(t)}_startTagOutsideForeignContent(t){switch(this.insertionMode){case O.INITIAL:{md(this,t);break}case O.BEFORE_HTML:{nY(this,t);break}case O.BEFORE_HEAD:{oY(this,t);break}case O.IN_HEAD:{xo(this,t);break}case O.IN_HEAD_NO_SCRIPT:{sY(this,t);break}case O.AFTER_HEAD:{lY(this,t);break}case O.IN_BODY:{Rn(this,t);break}case O.IN_TABLE:{el(this,t);break}case O.IN_TABLE_TEXT:{gd(this,t);break}case O.IN_CAPTION:{iq(this,t);break}case O.IN_COLUMN_GROUP:{yb(this,t);break}case O.IN_TABLE_BODY:{zh(this,t);break}case O.IN_ROW:{Hh(this,t);break}case O.IN_CELL:{uq(this,t);break}case O.IN_SELECT:{f_(this,t);break}case O.IN_SELECT_IN_TABLE:{cq(this,t);break}case O.IN_TEMPLATE:{fq(this,t);break}case O.AFTER_BODY:{hq(this,t);break}case O.IN_FRAMESET:{mq(this,t);break}case O.AFTER_FRAMESET:{yq(this,t);break}case O.AFTER_AFTER_BODY:{Eq(this,t);break}case O.AFTER_AFTER_FRAMESET:{Dq(this,t);break}default:}}onEndTag(t){this.skipNextNewLine=!1,this.currentToken=t,this.currentNotInHTML?kq(this,t):this._endTagOutsideForeignContent(t)}_endTagOutsideForeignContent(t){switch(this.insertionMode){case O.INITIAL:{md(this,t);break}case O.BEFORE_HTML:{rY(this,t);break}case O.BEFORE_HEAD:{iY(this,t);break}case O.IN_HEAD:{aY(this,t);break}case O.IN_HEAD_NO_SCRIPT:{uY(this,t);break}case O.AFTER_HEAD:{cY(this,t);break}case O.IN_BODY:{$h(this,t);break}case O.TEXT:{XY(this,t);break}case O.IN_TABLE:{vd(this,t);break}case O.IN_TABLE_TEXT:{gd(this,t);break}case O.IN_CAPTION:{aq(this,t);break}case O.IN_COLUMN_GROUP:{sq(this,t);break}case O.IN_TABLE_BODY:{hb(this,t);break}case O.IN_ROW:{d_(this,t);break}case O.IN_CELL:{lq(this,t);break}case O.IN_SELECT:{p_(this,t);break}case O.IN_SELECT_IN_TABLE:{dq(this,t);break}case O.IN_TEMPLATE:{pq(this,t);break}case O.AFTER_BODY:{m_(this,t);break}case O.IN_FRAMESET:{gq(this,t);break}case O.AFTER_FRAMESET:{bq(this,t);break}case O.AFTER_AFTER_BODY:{Oh(this,t);break}default:}}onEof(t){switch(this.insertionMode){case O.INITIAL:{md(this,t);break}case O.BEFORE_HTML:{yd(this,t);break}case O.BEFORE_HEAD:{bd(this,t);break}case O.IN_HEAD:{Ed(this,t);break}case O.IN_HEAD_NO_SCRIPT:{Dd(this,t);break}case O.AFTER_HEAD:{xd(this,t);break}case O.IN_BODY:case O.IN_TABLE:case O.IN_CAPTION:case O.IN_COLUMN_GROUP:case O.IN_TABLE_BODY:case O.IN_ROW:case O.IN_CELL:case O.IN_SELECT:case O.IN_SELECT_IN_TABLE:{s_(this,t);break}case O.TEXT:{KY(this,t);break}case O.IN_TABLE_TEXT:{gd(this,t);break}case O.IN_TEMPLATE:{h_(this,t);break}case O.AFTER_BODY:case O.IN_FRAMESET:case O.AFTER_FRAMESET:case O.AFTER_AFTER_BODY:case O.AFTER_AFTER_FRAMESET:{gb(this,t);break}default:}}onWhitespaceCharacter(t){if(this.skipNextNewLine&&(this.skipNextNewLine=!1,t.chars.charCodeAt(0)===S.LINE_FEED)){if(t.chars.length===1)return;t.chars=t.chars.substr(1)}if(this.tokenizer.inForeignNode){this._insertCharacters(t);return}switch(this.insertionMode){case O.IN_HEAD:case O.IN_HEAD_NO_SCRIPT:case O.AFTER_HEAD:case O.TEXT:case O.IN_COLUMN_GROUP:case O.IN_SELECT:case O.IN_SELECT_IN_TABLE:case O.IN_FRAMESET:case O.AFTER_FRAMESET:{this._insertCharacters(t);break}case O.IN_BODY:case O.IN_CAPTION:case O.IN_CELL:case O.IN_TEMPLATE:case O.AFTER_BODY:case O.AFTER_AFTER_BODY:case O.AFTER_AFTER_FRAMESET:{n_(this,t);break}case O.IN_TABLE:case O.IN_TABLE_BODY:case O.IN_ROW:{fb(this,t);break}case O.IN_TABLE_TEXT:{u_(this,t);break}default:}}};function YG(e,t){let n=e.activeFormattingElements.getElementEntryInScopeWithTagName(t.tagName);return n?e.openElements.contains(n.element)?e.openElements.hasInScope(t.tagID)||(n=null):(e.activeFormattingElements.removeEntry(n),n=null):a_(e,t),n}function qG(e,t){let n=null,r=e.openElements.stackTop;for(;r>=0;r--){let o=e.openElements.items[r];if(o===t.element)break;e._isSpecialElement(o,e.openElements.tagIDs[r])&&(n=o)}return n||(e.openElements.shortenToLength(Math.max(r,0)),e.activeFormattingElements.removeEntry(t)),n}function XG(e,t,n){let r=t,o=e.openElements.getCommonAncestor(t);for(let i=0,s=o;s!==n;i++,s=o){o=e.openElements.getCommonAncestor(s);let l=e.activeFormattingElements.getElementEntry(s),c=l&&i>=VG;!l||c?(c&&e.activeFormattingElements.removeEntry(l),e.openElements.remove(s)):(s=KG(e,l),r===t&&(e.activeFormattingElements.bookmark=l),e.treeAdapter.detachNode(r),e.treeAdapter.appendChild(s,r),r=s)}return r}function KG(e,t){let n=e.treeAdapter.getNamespaceURI(t.element),r=e.treeAdapter.createElement(t.token.tagName,n,t.token.attrs);return e.openElements.replace(t.element,r),t.element=r,r}function QG(e,t,n){let r=e.treeAdapter.getTagName(t),o=Ca(r);if(e._isElementCausesFosterParenting(o))e._fosterParentElement(n);else{let i=e.treeAdapter.getNamespaceURI(t);o===m.TEMPLATE&&i===ne.HTML&&(t=e.treeAdapter.getTemplateContent(t)),e.treeAdapter.appendChild(t,n)}}function ZG(e,t,n){let r=e.treeAdapter.getNamespaceURI(n.element),{token:o}=n,i=e.treeAdapter.createElement(o.tagName,r,o.attrs);e._adoptNodes(t,i),e.treeAdapter.appendChild(t,i),e.activeFormattingElements.insertElementAfterBookmark(i,o),e.activeFormattingElements.removeEntry(n),e.openElements.remove(n.element),e.openElements.insertAfter(t,i,o.tagID)}function mb(e,t){for(let n=0;n<WG;n++){let r=YG(e,t);if(!r)break;let o=qG(e,r);if(!o)break;e.activeFormattingElements.bookmark=r;let i=XG(e,o,r.element),s=e.openElements.getCommonAncestor(r.element);e.treeAdapter.detachNode(i),s&&QG(e,s,i),ZG(e,o,r)}}function pb(e,t){e._appendCommentNode(t,e.openElements.currentTmplContentOrNode)}function JG(e,t){e._appendCommentNode(t,e.openElements.items[0])}function eY(e,t){e._appendCommentNode(t,e.document)}function gb(e,t){if(e.stopped=!0,t.location){let n=e.fragmentContext?0:2;for(let r=e.openElements.stackTop;r>=n;r--)e._setEndLocation(e.openElements.items[r],t);if(!e.fragmentContext&&e.openElements.stackTop>=0){let r=e.openElements.items[0],o=e.treeAdapter.getNodeSourceCodeLocation(r);if(o&&!o.endTag&&(e._setEndLocation(r,t),e.openElements.stackTop>=1)){let i=e.openElements.items[1],s=e.treeAdapter.getNodeSourceCodeLocation(i);s&&!s.endTag&&e._setEndLocation(i,t)}}}}function tY(e,t){e._setDocumentType(t);let n=t.forceQuirks?Ln.QUIRKS:G8(t);V8(t)||e._err(t,Y.nonConformingDoctype),e.treeAdapter.setDocumentMode(e.document,n),e.insertionMode=O.BEFORE_HTML}function md(e,t){e._err(t,Y.missingDoctype,!0),e.treeAdapter.setDocumentMode(e.document,Ln.QUIRKS),e.insertionMode=O.BEFORE_HTML,e._processToken(t)}function nY(e,t){t.tagID===m.HTML?(e._insertElement(t,ne.HTML),e.insertionMode=O.BEFORE_HEAD):yd(e,t)}function rY(e,t){let n=t.tagID;(n===m.HTML||n===m.HEAD||n===m.BODY||n===m.BR)&&yd(e,t)}function yd(e,t){e._insertFakeRootElement(),e.insertionMode=O.BEFORE_HEAD,e._processToken(t)}function oY(e,t){switch(t.tagID){case m.HTML:{Rn(e,t);break}case m.HEAD:{e._insertElement(t,ne.HTML),e.headElement=e.openElements.current,e.insertionMode=O.IN_HEAD;break}default:bd(e,t)}}function iY(e,t){let n=t.tagID;n===m.HEAD||n===m.BODY||n===m.HTML||n===m.BR?bd(e,t):e._err(t,Y.endTagWithoutMatchingOpenElement)}function bd(e,t){e._insertFakeElement(j.HEAD,m.HEAD),e.headElement=e.openElements.current,e.insertionMode=O.IN_HEAD,e._processToken(t)}function xo(e,t){switch(t.tagID){case m.HTML:{Rn(e,t);break}case m.BASE:case m.BASEFONT:case m.BGSOUND:case m.LINK:case m.META:{e._appendElement(t,ne.HTML),t.ackSelfClosing=!0;break}case m.TITLE:{e._switchToTextParsing(t,kt.RCDATA);break}case m.NOSCRIPT:{e.options.scriptingEnabled?e._switchToTextParsing(t,kt.RAWTEXT):(e._insertElement(t,ne.HTML),e.insertionMode=O.IN_HEAD_NO_SCRIPT);break}case m.NOFRAMES:case m.STYLE:{e._switchToTextParsing(t,kt.RAWTEXT);break}case m.SCRIPT:{e._switchToTextParsing(t,kt.SCRIPT_DATA);break}case m.TEMPLATE:{e._insertTemplate(t),e.activeFormattingElements.insertMarker(),e.framesetOk=!1,e.insertionMode=O.IN_TEMPLATE,e.tmplInsertionModeStack.unshift(O.IN_TEMPLATE);break}case m.HEAD:{e._err(t,Y.misplacedStartTagForHeadElement);break}default:Ed(e,t)}}function aY(e,t){switch(t.tagID){case m.HEAD:{e.openElements.pop(),e.insertionMode=O.AFTER_HEAD;break}case m.BODY:case m.BR:case m.HTML:{Ed(e,t);break}case m.TEMPLATE:{Ss(e,t);break}default:e._err(t,Y.endTagWithoutMatchingOpenElement)}}function Ss(e,t){e.openElements.tmplCount>0?(e.openElements.generateImpliedEndTagsThoroughly(),e.openElements.currentTagId!==m.TEMPLATE&&e._err(t,Y.closingOfElementWithOpenChildElements),e.openElements.popUntilTagNamePopped(m.TEMPLATE),e.activeFormattingElements.clearToLastMarker(),e.tmplInsertionModeStack.shift(),e._resetInsertionMode()):e._err(t,Y.endTagWithoutMatchingOpenElement)}function Ed(e,t){e.openElements.pop(),e.insertionMode=O.AFTER_HEAD,e._processToken(t)}function sY(e,t){switch(t.tagID){case m.HTML:{Rn(e,t);break}case m.BASEFONT:case m.BGSOUND:case m.HEAD:case m.LINK:case m.META:case m.NOFRAMES:case m.STYLE:{xo(e,t);break}case m.NOSCRIPT:{e._err(t,Y.nestedNoscriptInHead);break}default:Dd(e,t)}}function uY(e,t){switch(t.tagID){case m.NOSCRIPT:{e.openElements.pop(),e.insertionMode=O.IN_HEAD;break}case m.BR:{Dd(e,t);break}default:e._err(t,Y.endTagWithoutMatchingOpenElement)}}function Dd(e,t){let n=t.type===Xe.EOF?Y.openElementsLeftAfterEof:Y.disallowedContentInNoscriptInHead;e._err(t,n),e.openElements.pop(),e.insertionMode=O.IN_HEAD,e._processToken(t)}function lY(e,t){switch(t.tagID){case m.HTML:{Rn(e,t);break}case m.BODY:{e._insertElement(t,ne.HTML),e.framesetOk=!1,e.insertionMode=O.IN_BODY;break}case m.FRAMESET:{e._insertElement(t,ne.HTML),e.insertionMode=O.IN_FRAMESET;break}case m.BASE:case m.BASEFONT:case m.BGSOUND:case m.LINK:case m.META:case m.NOFRAMES:case m.SCRIPT:case m.STYLE:case m.TEMPLATE:case m.TITLE:{e._err(t,Y.abandonedHeadElementChild),e.openElements.push(e.headElement,m.HEAD),xo(e,t),e.openElements.remove(e.headElement);break}case m.HEAD:{e._err(t,Y.misplacedStartTagForHeadElement);break}default:xd(e,t)}}function cY(e,t){switch(t.tagID){case m.BODY:case m.HTML:case m.BR:{xd(e,t);break}case m.TEMPLATE:{Ss(e,t);break}default:e._err(t,Y.endTagWithoutMatchingOpenElement)}}function xd(e,t){e._insertFakeElement(j.BODY,m.BODY),e.insertionMode=O.IN_BODY,Bh(e,t)}function Bh(e,t){switch(t.type){case Xe.CHARACTER:{r_(e,t);break}case Xe.WHITESPACE_CHARACTER:{n_(e,t);break}case Xe.COMMENT:{pb(e,t);break}case Xe.START_TAG:{Rn(e,t);break}case Xe.END_TAG:{$h(e,t);break}case Xe.EOF:{s_(e,t);break}default:}}function n_(e,t){e._reconstructActiveFormattingElements(),e._insertCharacters(t)}function r_(e,t){e._reconstructActiveFormattingElements(),e._insertCharacters(t),e.framesetOk=!1}function dY(e,t){e.openElements.tmplCount===0&&e.treeAdapter.adoptAttributes(e.openElements.items[0],t.attrs)}function fY(e,t){let n=e.openElements.tryPeekProperlyNestedBodyElement();n&&e.openElements.tmplCount===0&&(e.framesetOk=!1,e.treeAdapter.adoptAttributes(n,t.attrs))}function pY(e,t){let n=e.openElements.tryPeekProperlyNestedBodyElement();e.framesetOk&&n&&(e.treeAdapter.detachNode(n),e.openElements.popAllUpToHtmlElement(),e._insertElement(t,ne.HTML),e.insertionMode=O.IN_FRAMESET)}function hY(e,t){e.openElements.hasInButtonScope(m.P)&&e._closePElement(),e._insertElement(t,ne.HTML)}function mY(e,t){e.openElements.hasInButtonScope(m.P)&&e._closePElement(),e.openElements.currentTagId!==void 0&&Ju.has(e.openElements.currentTagId)&&e.openElements.pop(),e._insertElement(t,ne.HTML)}function gY(e,t){e.openElements.hasInButtonScope(m.P)&&e._closePElement(),e._insertElement(t,ne.HTML),e.skipNextNewLine=!0,e.framesetOk=!1}function yY(e,t){let n=e.openElements.tmplCount>0;(!e.formElement||n)&&(e.openElements.hasInButtonScope(m.P)&&e._closePElement(),e._insertElement(t,ne.HTML),n||(e.formElement=e.openElements.current))}function bY(e,t){e.framesetOk=!1;let n=t.tagID;for(let r=e.openElements.stackTop;r>=0;r--){let o=e.openElements.tagIDs[r];if(n===m.LI&&o===m.LI||(n===m.DD||n===m.DT)&&(o===m.DD||o===m.DT)){e.openElements.generateImpliedEndTagsWithExclusion(o),e.openElements.popUntilTagNamePopped(o);break}if(o!==m.ADDRESS&&o!==m.DIV&&o!==m.P&&e._isSpecialElement(e.openElements.items[r],o))break}e.openElements.hasInButtonScope(m.P)&&e._closePElement(),e._insertElement(t,ne.HTML)}function EY(e,t){e.openElements.hasInButtonScope(m.P)&&e._closePElement(),e._insertElement(t,ne.HTML),e.tokenizer.state=kt.PLAINTEXT}function DY(e,t){e.openElements.hasInScope(m.BUTTON)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(m.BUTTON)),e._reconstructActiveFormattingElements(),e._insertElement(t,ne.HTML),e.framesetOk=!1}function xY(e,t){let n=e.activeFormattingElements.getElementEntryInScopeWithTagName(j.A);n&&(mb(e,t),e.openElements.remove(n.element),e.activeFormattingElements.removeEntry(n)),e._reconstructActiveFormattingElements(),e._insertElement(t,ne.HTML),e.activeFormattingElements.pushElement(e.openElements.current,t)}function vY(e,t){e._reconstructActiveFormattingElements(),e._insertElement(t,ne.HTML),e.activeFormattingElements.pushElement(e.openElements.current,t)}function wY(e,t){e._reconstructActiveFormattingElements(),e.openElements.hasInScope(m.NOBR)&&(mb(e,t),e._reconstructActiveFormattingElements()),e._insertElement(t,ne.HTML),e.activeFormattingElements.pushElement(e.openElements.current,t)}function kY(e,t){e._reconstructActiveFormattingElements(),e._insertElement(t,ne.HTML),e.activeFormattingElements.insertMarker(),e.framesetOk=!1}function CY(e,t){e.treeAdapter.getDocumentMode(e.document)!==Ln.QUIRKS&&e.openElements.hasInButtonScope(m.P)&&e._closePElement(),e._insertElement(t,ne.HTML),e.framesetOk=!1,e.insertionMode=O.IN_TABLE}function o_(e,t){e._reconstructActiveFormattingElements(),e._appendElement(t,ne.HTML),e.framesetOk=!1,t.ackSelfClosing=!0}function i_(e){let t=dd(e,Uo.TYPE);return t!=null&&t.toLowerCase()===jG}function TY(e,t){e._reconstructActiveFormattingElements(),e._appendElement(t,ne.HTML),i_(t)||(e.framesetOk=!1),t.ackSelfClosing=!0}function AY(e,t){e._appendElement(t,ne.HTML),t.ackSelfClosing=!0}function _Y(e,t){e.openElements.hasInButtonScope(m.P)&&e._closePElement(),e._appendElement(t,ne.HTML),e.framesetOk=!1,t.ackSelfClosing=!0}function SY(e,t){t.tagName=j.IMG,t.tagID=m.IMG,o_(e,t)}function IY(e,t){e._insertElement(t,ne.HTML),e.skipNextNewLine=!0,e.tokenizer.state=kt.RCDATA,e.originalInsertionMode=e.insertionMode,e.framesetOk=!1,e.insertionMode=O.TEXT}function FY(e,t){e.openElements.hasInButtonScope(m.P)&&e._closePElement(),e._reconstructActiveFormattingElements(),e.framesetOk=!1,e._switchToTextParsing(t,kt.RAWTEXT)}function LY(e,t){e.framesetOk=!1,e._switchToTextParsing(t,kt.RAWTEXT)}function J8(e,t){e._switchToTextParsing(t,kt.RAWTEXT)}function RY(e,t){e._reconstructActiveFormattingElements(),e._insertElement(t,ne.HTML),e.framesetOk=!1,e.insertionMode=e.insertionMode===O.IN_TABLE||e.insertionMode===O.IN_CAPTION||e.insertionMode===O.IN_TABLE_BODY||e.insertionMode===O.IN_ROW||e.insertionMode===O.IN_CELL?O.IN_SELECT_IN_TABLE:O.IN_SELECT}function NY(e,t){e.openElements.currentTagId===m.OPTION&&e.openElements.pop(),e._reconstructActiveFormattingElements(),e._insertElement(t,ne.HTML)}function OY(e,t){e.openElements.hasInScope(m.RUBY)&&e.openElements.generateImpliedEndTags(),e._insertElement(t,ne.HTML)}function MY(e,t){e.openElements.hasInScope(m.RUBY)&&e.openElements.generateImpliedEndTagsWithExclusion(m.RTC),e._insertElement(t,ne.HTML)}function PY(e,t){e._reconstructActiveFormattingElements(),cb(t),Nh(t),t.selfClosing?e._appendElement(t,ne.MATHML):e._insertElement(t,ne.MATHML),t.ackSelfClosing=!0}function BY(e,t){e._reconstructActiveFormattingElements(),db(t),Nh(t),t.selfClosing?e._appendElement(t,ne.SVG):e._insertElement(t,ne.SVG),t.ackSelfClosing=!0}function e_(e,t){e._reconstructActiveFormattingElements(),e._insertElement(t,ne.HTML)}function Rn(e,t){switch(t.tagID){case m.I:case m.S:case m.B:case m.U:case m.EM:case m.TT:case m.BIG:case m.CODE:case m.FONT:case m.SMALL:case m.STRIKE:case m.STRONG:{vY(e,t);break}case m.A:{xY(e,t);break}case m.H1:case m.H2:case m.H3:case m.H4:case m.H5:case m.H6:{mY(e,t);break}case m.P:case m.DL:case m.OL:case m.UL:case m.DIV:case m.DIR:case m.NAV:case m.MAIN:case m.MENU:case m.ASIDE:case m.CENTER:case m.FIGURE:case m.FOOTER:case m.HEADER:case m.HGROUP:case m.DIALOG:case m.DETAILS:case m.ADDRESS:case m.ARTICLE:case m.SEARCH:case m.SECTION:case m.SUMMARY:case m.FIELDSET:case m.BLOCKQUOTE:case m.FIGCAPTION:{hY(e,t);break}case m.LI:case m.DD:case m.DT:{bY(e,t);break}case m.BR:case m.IMG:case m.WBR:case m.AREA:case m.EMBED:case m.KEYGEN:{o_(e,t);break}case m.HR:{_Y(e,t);break}case m.RB:case m.RTC:{OY(e,t);break}case m.RT:case m.RP:{MY(e,t);break}case m.PRE:case m.LISTING:{gY(e,t);break}case m.XMP:{FY(e,t);break}case m.SVG:{BY(e,t);break}case m.HTML:{dY(e,t);break}case m.BASE:case m.LINK:case m.META:case m.STYLE:case m.TITLE:case m.SCRIPT:case m.BGSOUND:case m.BASEFONT:case m.TEMPLATE:{xo(e,t);break}case m.BODY:{fY(e,t);break}case m.FORM:{yY(e,t);break}case m.NOBR:{wY(e,t);break}case m.MATH:{PY(e,t);break}case m.TABLE:{CY(e,t);break}case m.INPUT:{TY(e,t);break}case m.PARAM:case m.TRACK:case m.SOURCE:{AY(e,t);break}case m.IMAGE:{SY(e,t);break}case m.BUTTON:{DY(e,t);break}case m.APPLET:case m.OBJECT:case m.MARQUEE:{kY(e,t);break}case m.IFRAME:{LY(e,t);break}case m.SELECT:{RY(e,t);break}case m.OPTION:case m.OPTGROUP:{NY(e,t);break}case m.NOEMBED:case m.NOFRAMES:{J8(e,t);break}case m.FRAMESET:{pY(e,t);break}case m.TEXTAREA:{IY(e,t);break}case m.NOSCRIPT:{e.options.scriptingEnabled?J8(e,t):e_(e,t);break}case m.PLAINTEXT:{EY(e,t);break}case m.COL:case m.TH:case m.TD:case m.TR:case m.HEAD:case m.FRAME:case m.TBODY:case m.TFOOT:case m.THEAD:case m.CAPTION:case m.COLGROUP:break;default:e_(e,t)}}function $Y(e,t){if(e.openElements.hasInScope(m.BODY)&&(e.insertionMode=O.AFTER_BODY,e.options.sourceCodeLocationInfo)){let n=e.openElements.tryPeekProperlyNestedBodyElement();n&&e._setEndLocation(n,t)}}function zY(e,t){e.openElements.hasInScope(m.BODY)&&(e.insertionMode=O.AFTER_BODY,m_(e,t))}function HY(e,t){let n=t.tagID;e.openElements.hasInScope(n)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(n))}function UY(e){let t=e.openElements.tmplCount>0,{formElement:n}=e;t||(e.formElement=null),(n||t)&&e.openElements.hasInScope(m.FORM)&&(e.openElements.generateImpliedEndTags(),t?e.openElements.popUntilTagNamePopped(m.FORM):n&&e.openElements.remove(n))}function jY(e){e.openElements.hasInButtonScope(m.P)||e._insertFakeElement(j.P,m.P),e._closePElement()}function WY(e){e.openElements.hasInListItemScope(m.LI)&&(e.openElements.generateImpliedEndTagsWithExclusion(m.LI),e.openElements.popUntilTagNamePopped(m.LI))}function VY(e,t){let n=t.tagID;e.openElements.hasInScope(n)&&(e.openElements.generateImpliedEndTagsWithExclusion(n),e.openElements.popUntilTagNamePopped(n))}function GY(e){e.openElements.hasNumberedHeaderInScope()&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilNumberedHeaderPopped())}function YY(e,t){let n=t.tagID;e.openElements.hasInScope(n)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(n),e.activeFormattingElements.clearToLastMarker())}function qY(e){e._reconstructActiveFormattingElements(),e._insertFakeElement(j.BR,m.BR),e.openElements.pop(),e.framesetOk=!1}function a_(e,t){let n=t.tagName,r=t.tagID;for(let o=e.openElements.stackTop;o>0;o--){let i=e.openElements.items[o],s=e.openElements.tagIDs[o];if(r===s&&(r!==m.UNKNOWN||e.treeAdapter.getTagName(i)===n)){e.openElements.generateImpliedEndTagsWithExclusion(r),e.openElements.stackTop>=o&&e.openElements.shortenToLength(o);break}if(e._isSpecialElement(i,s))break}}function $h(e,t){switch(t.tagID){case m.A:case m.B:case m.I:case m.S:case m.U:case m.EM:case m.TT:case m.BIG:case m.CODE:case m.FONT:case m.NOBR:case m.SMALL:case m.STRIKE:case m.STRONG:{mb(e,t);break}case m.P:{jY(e);break}case m.DL:case m.UL:case m.OL:case m.DIR:case m.DIV:case m.NAV:case m.PRE:case m.MAIN:case m.MENU:case m.ASIDE:case m.BUTTON:case m.CENTER:case m.FIGURE:case m.FOOTER:case m.HEADER:case m.HGROUP:case m.DIALOG:case m.ADDRESS:case m.ARTICLE:case m.DETAILS:case m.SEARCH:case m.SECTION:case m.SUMMARY:case m.LISTING:case m.FIELDSET:case m.BLOCKQUOTE:case m.FIGCAPTION:{HY(e,t);break}case m.LI:{WY(e);break}case m.DD:case m.DT:{VY(e,t);break}case m.H1:case m.H2:case m.H3:case m.H4:case m.H5:case m.H6:{GY(e);break}case m.BR:{qY(e);break}case m.BODY:{$Y(e,t);break}case m.HTML:{zY(e,t);break}case m.FORM:{UY(e);break}case m.APPLET:case m.OBJECT:case m.MARQUEE:{YY(e,t);break}case m.TEMPLATE:{Ss(e,t);break}default:a_(e,t)}}function s_(e,t){e.tmplInsertionModeStack.length>0?h_(e,t):gb(e,t)}function XY(e,t){var n;t.tagID===m.SCRIPT&&((n=e.scriptHandler)===null||n===void 0||n.call(e,e.openElements.current)),e.openElements.pop(),e.insertionMode=e.originalInsertionMode}function KY(e,t){e._err(t,Y.eofInElementThatCanContainOnlyText),e.openElements.pop(),e.insertionMode=e.originalInsertionMode,e.onEof(t)}function fb(e,t){if(e.openElements.currentTagId!==void 0&&t_.has(e.openElements.currentTagId))switch(e.pendingCharacterTokens.length=0,e.hasNonWhitespacePendingCharacterToken=!1,e.originalInsertionMode=e.insertionMode,e.insertionMode=O.IN_TABLE_TEXT,t.type){case Xe.CHARACTER:{l_(e,t);break}case Xe.WHITESPACE_CHARACTER:{u_(e,t);break}}else wd(e,t)}function QY(e,t){e.openElements.clearBackToTableContext(),e.activeFormattingElements.insertMarker(),e._insertElement(t,ne.HTML),e.insertionMode=O.IN_CAPTION}function ZY(e,t){e.openElements.clearBackToTableContext(),e._insertElement(t,ne.HTML),e.insertionMode=O.IN_COLUMN_GROUP}function JY(e,t){e.openElements.clearBackToTableContext(),e._insertFakeElement(j.COLGROUP,m.COLGROUP),e.insertionMode=O.IN_COLUMN_GROUP,yb(e,t)}function eq(e,t){e.openElements.clearBackToTableContext(),e._insertElement(t,ne.HTML),e.insertionMode=O.IN_TABLE_BODY}function tq(e,t){e.openElements.clearBackToTableContext(),e._insertFakeElement(j.TBODY,m.TBODY),e.insertionMode=O.IN_TABLE_BODY,zh(e,t)}function nq(e,t){e.openElements.hasInTableScope(m.TABLE)&&(e.openElements.popUntilTagNamePopped(m.TABLE),e._resetInsertionMode(),e._processStartTag(t))}function rq(e,t){i_(t)?e._appendElement(t,ne.HTML):wd(e,t),t.ackSelfClosing=!0}function oq(e,t){!e.formElement&&e.openElements.tmplCount===0&&(e._insertElement(t,ne.HTML),e.formElement=e.openElements.current,e.openElements.pop())}function el(e,t){switch(t.tagID){case m.TD:case m.TH:case m.TR:{tq(e,t);break}case m.STYLE:case m.SCRIPT:case m.TEMPLATE:{xo(e,t);break}case m.COL:{JY(e,t);break}case m.FORM:{oq(e,t);break}case m.TABLE:{nq(e,t);break}case m.TBODY:case m.TFOOT:case m.THEAD:{eq(e,t);break}case m.INPUT:{rq(e,t);break}case m.CAPTION:{QY(e,t);break}case m.COLGROUP:{ZY(e,t);break}default:wd(e,t)}}function vd(e,t){switch(t.tagID){case m.TABLE:{e.openElements.hasInTableScope(m.TABLE)&&(e.openElements.popUntilTagNamePopped(m.TABLE),e._resetInsertionMode());break}case m.TEMPLATE:{Ss(e,t);break}case m.BODY:case m.CAPTION:case m.COL:case m.COLGROUP:case m.HTML:case m.TBODY:case m.TD:case m.TFOOT:case m.TH:case m.THEAD:case m.TR:break;default:wd(e,t)}}function wd(e,t){let n=e.fosterParentingEnabled;e.fosterParentingEnabled=!0,Bh(e,t),e.fosterParentingEnabled=n}function u_(e,t){e.pendingCharacterTokens.push(t)}function l_(e,t){e.pendingCharacterTokens.push(t),e.hasNonWhitespacePendingCharacterToken=!0}function gd(e,t){let n=0;if(e.hasNonWhitespacePendingCharacterToken)for(;n<e.pendingCharacterTokens.length;n++)wd(e,e.pendingCharacterTokens[n]);else for(;n<e.pendingCharacterTokens.length;n++)e._insertCharacters(e.pendingCharacterTokens[n]);e.insertionMode=e.originalInsertionMode,e._processToken(t)}var c_=new Set([m.CAPTION,m.COL,m.COLGROUP,m.TBODY,m.TD,m.TFOOT,m.TH,m.THEAD,m.TR]);function iq(e,t){let n=t.tagID;c_.has(n)?e.openElements.hasInTableScope(m.CAPTION)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(m.CAPTION),e.activeFormattingElements.clearToLastMarker(),e.insertionMode=O.IN_TABLE,el(e,t)):Rn(e,t)}function aq(e,t){let n=t.tagID;switch(n){case m.CAPTION:case m.TABLE:{e.openElements.hasInTableScope(m.CAPTION)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(m.CAPTION),e.activeFormattingElements.clearToLastMarker(),e.insertionMode=O.IN_TABLE,n===m.TABLE&&vd(e,t));break}case m.BODY:case m.COL:case m.COLGROUP:case m.HTML:case m.TBODY:case m.TD:case m.TFOOT:case m.TH:case m.THEAD:case m.TR:break;default:$h(e,t)}}function yb(e,t){switch(t.tagID){case m.HTML:{Rn(e,t);break}case m.COL:{e._appendElement(t,ne.HTML),t.ackSelfClosing=!0;break}case m.TEMPLATE:{xo(e,t);break}default:Mh(e,t)}}function sq(e,t){switch(t.tagID){case m.COLGROUP:{e.openElements.currentTagId===m.COLGROUP&&(e.openElements.pop(),e.insertionMode=O.IN_TABLE);break}case m.TEMPLATE:{Ss(e,t);break}case m.COL:break;default:Mh(e,t)}}function Mh(e,t){e.openElements.currentTagId===m.COLGROUP&&(e.openElements.pop(),e.insertionMode=O.IN_TABLE,e._processToken(t))}function zh(e,t){switch(t.tagID){case m.TR:{e.openElements.clearBackToTableBodyContext(),e._insertElement(t,ne.HTML),e.insertionMode=O.IN_ROW;break}case m.TH:case m.TD:{e.openElements.clearBackToTableBodyContext(),e._insertFakeElement(j.TR,m.TR),e.insertionMode=O.IN_ROW,Hh(e,t);break}case m.CAPTION:case m.COL:case m.COLGROUP:case m.TBODY:case m.TFOOT:case m.THEAD:{e.openElements.hasTableBodyContextInTableScope()&&(e.openElements.clearBackToTableBodyContext(),e.openElements.pop(),e.insertionMode=O.IN_TABLE,el(e,t));break}default:el(e,t)}}function hb(e,t){let n=t.tagID;switch(t.tagID){case m.TBODY:case m.TFOOT:case m.THEAD:{e.openElements.hasInTableScope(n)&&(e.openElements.clearBackToTableBodyContext(),e.openElements.pop(),e.insertionMode=O.IN_TABLE);break}case m.TABLE:{e.openElements.hasTableBodyContextInTableScope()&&(e.openElements.clearBackToTableBodyContext(),e.openElements.pop(),e.insertionMode=O.IN_TABLE,vd(e,t));break}case m.BODY:case m.CAPTION:case m.COL:case m.COLGROUP:case m.HTML:case m.TD:case m.TH:case m.TR:break;default:vd(e,t)}}function Hh(e,t){switch(t.tagID){case m.TH:case m.TD:{e.openElements.clearBackToTableRowContext(),e._insertElement(t,ne.HTML),e.insertionMode=O.IN_CELL,e.activeFormattingElements.insertMarker();break}case m.CAPTION:case m.COL:case m.COLGROUP:case m.TBODY:case m.TFOOT:case m.THEAD:case m.TR:{e.openElements.hasInTableScope(m.TR)&&(e.openElements.clearBackToTableRowContext(),e.openElements.pop(),e.insertionMode=O.IN_TABLE_BODY,zh(e,t));break}default:el(e,t)}}function d_(e,t){switch(t.tagID){case m.TR:{e.openElements.hasInTableScope(m.TR)&&(e.openElements.clearBackToTableRowContext(),e.openElements.pop(),e.insertionMode=O.IN_TABLE_BODY);break}case m.TABLE:{e.openElements.hasInTableScope(m.TR)&&(e.openElements.clearBackToTableRowContext(),e.openElements.pop(),e.insertionMode=O.IN_TABLE_BODY,hb(e,t));break}case m.TBODY:case m.TFOOT:case m.THEAD:{(e.openElements.hasInTableScope(t.tagID)||e.openElements.hasInTableScope(m.TR))&&(e.openElements.clearBackToTableRowContext(),e.openElements.pop(),e.insertionMode=O.IN_TABLE_BODY,hb(e,t));break}case m.BODY:case m.CAPTION:case m.COL:case m.COLGROUP:case m.HTML:case m.TD:case m.TH:break;default:vd(e,t)}}function uq(e,t){let n=t.tagID;c_.has(n)?(e.openElements.hasInTableScope(m.TD)||e.openElements.hasInTableScope(m.TH))&&(e._closeTableCell(),Hh(e,t)):Rn(e,t)}function lq(e,t){let n=t.tagID;switch(n){case m.TD:case m.TH:{e.openElements.hasInTableScope(n)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(n),e.activeFormattingElements.clearToLastMarker(),e.insertionMode=O.IN_ROW);break}case m.TABLE:case m.TBODY:case m.TFOOT:case m.THEAD:case m.TR:{e.openElements.hasInTableScope(n)&&(e._closeTableCell(),d_(e,t));break}case m.BODY:case m.CAPTION:case m.COL:case m.COLGROUP:case m.HTML:break;default:$h(e,t)}}function f_(e,t){switch(t.tagID){case m.HTML:{Rn(e,t);break}case m.OPTION:{e.openElements.currentTagId===m.OPTION&&e.openElements.pop(),e._insertElement(t,ne.HTML);break}case m.OPTGROUP:{e.openElements.currentTagId===m.OPTION&&e.openElements.pop(),e.openElements.currentTagId===m.OPTGROUP&&e.openElements.pop(),e._insertElement(t,ne.HTML);break}case m.HR:{e.openElements.currentTagId===m.OPTION&&e.openElements.pop(),e.openElements.currentTagId===m.OPTGROUP&&e.openElements.pop(),e._appendElement(t,ne.HTML),t.ackSelfClosing=!0;break}case m.INPUT:case m.KEYGEN:case m.TEXTAREA:case m.SELECT:{e.openElements.hasInSelectScope(m.SELECT)&&(e.openElements.popUntilTagNamePopped(m.SELECT),e._resetInsertionMode(),t.tagID!==m.SELECT&&e._processStartTag(t));break}case m.SCRIPT:case m.TEMPLATE:{xo(e,t);break}default:}}function p_(e,t){switch(t.tagID){case m.OPTGROUP:{e.openElements.stackTop>0&&e.openElements.currentTagId===m.OPTION&&e.openElements.tagIDs[e.openElements.stackTop-1]===m.OPTGROUP&&e.openElements.pop(),e.openElements.currentTagId===m.OPTGROUP&&e.openElements.pop();break}case m.OPTION:{e.openElements.currentTagId===m.OPTION&&e.openElements.pop();break}case m.SELECT:{e.openElements.hasInSelectScope(m.SELECT)&&(e.openElements.popUntilTagNamePopped(m.SELECT),e._resetInsertionMode());break}case m.TEMPLATE:{Ss(e,t);break}default:}}function cq(e,t){let n=t.tagID;n===m.CAPTION||n===m.TABLE||n===m.TBODY||n===m.TFOOT||n===m.THEAD||n===m.TR||n===m.TD||n===m.TH?(e.openElements.popUntilTagNamePopped(m.SELECT),e._resetInsertionMode(),e._processStartTag(t)):f_(e,t)}function dq(e,t){let n=t.tagID;n===m.CAPTION||n===m.TABLE||n===m.TBODY||n===m.TFOOT||n===m.THEAD||n===m.TR||n===m.TD||n===m.TH?e.openElements.hasInTableScope(n)&&(e.openElements.popUntilTagNamePopped(m.SELECT),e._resetInsertionMode(),e.onEndTag(t)):p_(e,t)}function fq(e,t){switch(t.tagID){case m.BASE:case m.BASEFONT:case m.BGSOUND:case m.LINK:case m.META:case m.NOFRAMES:case m.SCRIPT:case m.STYLE:case m.TEMPLATE:case m.TITLE:{xo(e,t);break}case m.CAPTION:case m.COLGROUP:case m.TBODY:case m.TFOOT:case m.THEAD:{e.tmplInsertionModeStack[0]=O.IN_TABLE,e.insertionMode=O.IN_TABLE,el(e,t);break}case m.COL:{e.tmplInsertionModeStack[0]=O.IN_COLUMN_GROUP,e.insertionMode=O.IN_COLUMN_GROUP,yb(e,t);break}case m.TR:{e.tmplInsertionModeStack[0]=O.IN_TABLE_BODY,e.insertionMode=O.IN_TABLE_BODY,zh(e,t);break}case m.TD:case m.TH:{e.tmplInsertionModeStack[0]=O.IN_ROW,e.insertionMode=O.IN_ROW,Hh(e,t);break}default:e.tmplInsertionModeStack[0]=O.IN_BODY,e.insertionMode=O.IN_BODY,Rn(e,t)}}function pq(e,t){t.tagID===m.TEMPLATE&&Ss(e,t)}function h_(e,t){e.openElements.tmplCount>0?(e.openElements.popUntilTagNamePopped(m.TEMPLATE),e.activeFormattingElements.clearToLastMarker(),e.tmplInsertionModeStack.shift(),e._resetInsertionMode(),e.onEof(t)):gb(e,t)}function hq(e,t){t.tagID===m.HTML?Rn(e,t):Ph(e,t)}function m_(e,t){var n;if(t.tagID===m.HTML){if(e.fragmentContext||(e.insertionMode=O.AFTER_AFTER_BODY),e.options.sourceCodeLocationInfo&&e.openElements.tagIDs[0]===m.HTML){e._setEndLocation(e.openElements.items[0],t);let r=e.openElements.items[1];r&&!(!((n=e.treeAdapter.getNodeSourceCodeLocation(r))===null||n===void 0)&&n.endTag)&&e._setEndLocation(r,t)}}else Ph(e,t)}function Ph(e,t){e.insertionMode=O.IN_BODY,Bh(e,t)}function mq(e,t){switch(t.tagID){case m.HTML:{Rn(e,t);break}case m.FRAMESET:{e._insertElement(t,ne.HTML);break}case m.FRAME:{e._appendElement(t,ne.HTML),t.ackSelfClosing=!0;break}case m.NOFRAMES:{xo(e,t);break}default:}}function gq(e,t){t.tagID===m.FRAMESET&&!e.openElements.isRootHtmlElementCurrent()&&(e.openElements.pop(),!e.fragmentContext&&e.openElements.currentTagId!==m.FRAMESET&&(e.insertionMode=O.AFTER_FRAMESET))}function yq(e,t){switch(t.tagID){case m.HTML:{Rn(e,t);break}case m.NOFRAMES:{xo(e,t);break}default:}}function bq(e,t){t.tagID===m.HTML&&(e.insertionMode=O.AFTER_AFTER_FRAMESET)}function Eq(e,t){t.tagID===m.HTML?Rn(e,t):Oh(e,t)}function Oh(e,t){e.insertionMode=O.IN_BODY,Bh(e,t)}function Dq(e,t){switch(t.tagID){case m.HTML:{Rn(e,t);break}case m.NOFRAMES:{xo(e,t);break}default:}}function xq(e,t){t.chars=gt,e._insertCharacters(t)}function vq(e,t){e._insertCharacters(t),e.framesetOk=!1}function g_(e){for(;e.treeAdapter.getNamespaceURI(e.openElements.current)!==ne.HTML&&e.openElements.currentTagId!==void 0&&!e._isIntegrationPoint(e.openElements.currentTagId,e.openElements.current);)e.openElements.pop()}function wq(e,t){if(q8(t))g_(e),e._startTagOutsideForeignContent(t);else{let n=e._getAdjustedCurrentElement(),r=e.treeAdapter.getNamespaceURI(n);r===ne.MATHML?cb(t):r===ne.SVG&&(X8(t),db(t)),Nh(t),t.selfClosing?e._appendElement(t,r):e._insertElement(t,r),t.ackSelfClosing=!0}}function kq(e,t){if(t.tagID===m.P||t.tagID===m.BR){g_(e),e._endTagOutsideForeignContent(t);return}for(let n=e.openElements.stackTop;n>0;n--){let r=e.openElements.items[n];if(e.treeAdapter.getNamespaceURI(r)===ne.HTML){e._endTagOutsideForeignContent(t);break}let o=e.treeAdapter.getTagName(r);if(o.toLowerCase()===t.tagName){t.tagName=o,e.openElements.shortenToLength(n);break}}}var wpe=String.prototype.codePointAt==null?(e,t)=>(e.charCodeAt(t)&64512)===55296?(e.charCodeAt(t)-55296)*1024+e.charCodeAt(t+1)-56320+65536:e.charCodeAt(t):(e,t)=>e.codePointAt(t);var Ipe=new Set([j.AREA,j.BASE,j.BASEFONT,j.BGSOUND,j.BR,j.COL,j.EMBED,j.FRAME,j.HR,j.IMG,j.INPUT,j.KEYGEN,j.LINK,j.META,j.PARAM,j.SOURCE,j.TRACK,j.WBR]);var Cq=/<(\/?)(iframe|noembed|noframes|plaintext|script|style|textarea|title|xmp)(?=[\t\n\f\r />])/gi,Tq=new Set(["mdxFlowExpression","mdxJsxFlowElement","mdxJsxTextElement","mdxTextExpression","mdxjsEsm"]),y_={sourceCodeLocationInfo:!0,scriptingEnabled:!1};function Uh(e,t){let n=Mq(e),r=wh("type",{handlers:{root:Aq,element:_q,text:Sq,comment:E_,doctype:Iq,raw:Lq},unknown:Rq}),o={parser:n?new _s(y_):_s.getFragmentParser(void 0,y_),handle(l){r(l,o)},stitches:!1,options:t||{}};r(e,o),tl(o,ur());let i=n?o.parser.document:o.parser.getFragment(),s=nb(i,{file:o.options.file});return o.stitches&&yo(s,"comment",function(l,c,d){let h=l;if(h.value.stitch&&d&&c!==void 0){let g=d.children;return g[c]=h.value.stitch,c}}),s.type==="root"&&s.children.length===1&&s.children[0].type===e.type?s.children[0]:s}function b_(e,t){let n=-1;if(e)for(;++n<e.length;)t.handle(e[n])}function Aq(e,t){b_(e.children,t)}function _q(e,t){Nq(e,t),b_(e.children,t),Oq(e,t)}function Sq(e,t){t.parser.tokenizer.state>4&&(t.parser.tokenizer.state=0);let n={type:wa.TokenType.CHARACTER,chars:e.value,location:kd(e)};tl(t,ur(e)),t.parser.currentToken=n,t.parser._processToken(t.parser.currentToken)}function Iq(e,t){let n={type:wa.TokenType.DOCTYPE,name:"html",forceQuirks:!1,publicId:"",systemId:"",location:kd(e)};tl(t,ur(e)),t.parser.currentToken=n,t.parser._processToken(t.parser.currentToken)}function Fq(e,t){t.stitches=!0;let n=Pq(e);if("children"in e&&"children"in n){let r=Uh({type:"root",children:e.children},t.options);n.children=r.children}E_({type:"comment",value:{stitch:n}},t)}function E_(e,t){let n=e.value,r={type:wa.TokenType.COMMENT,data:n,location:kd(e)};tl(t,ur(e)),t.parser.currentToken=r,t.parser._processToken(t.parser.currentToken)}function Lq(e,t){if(t.parser.tokenizer.preprocessor.html="",t.parser.tokenizer.preprocessor.pos=-1,t.parser.tokenizer.preprocessor.lastGapPos=-2,t.parser.tokenizer.preprocessor.gapStack=[],t.parser.tokenizer.preprocessor.skipNextNewLine=!1,t.parser.tokenizer.preprocessor.lastChunkWritten=!1,t.parser.tokenizer.preprocessor.endOfChunkHit=!1,t.parser.tokenizer.preprocessor.isEol=!1,D_(t,ur(e)),t.parser.tokenizer.write(t.options.tagfilter?e.value.replace(Cq,"&lt;$1$2"):e.value,!1),t.parser.tokenizer._runParsingLoop(),t.parser.tokenizer.state===72||t.parser.tokenizer.state===78){t.parser.tokenizer.preprocessor.lastChunkWritten=!0;let n=t.parser.tokenizer._consume();t.parser.tokenizer._callState(n)}}function Rq(e,t){let n=e;if(t.options.passThrough&&t.options.passThrough.includes(n.type))Fq(n,t);else{let r="";throw Tq.has(n.type)&&(r=". It looks like you are using MDX nodes with `hast-util-raw` (or `rehype-raw`). If you use this because you are using remark or rehype plugins that inject `'html'` nodes, then please raise an issue with that plugin, as its a bad and slow idea. If you use this because you are using markdown syntax, then you have to configure this utility (or plugin) to pass through these nodes (see `passThrough` in docs), but you can also migrate to use the MDX syntax"),new Error("Cannot compile `"+n.type+"` node"+r)}}function tl(e,t){D_(e,t);let n=e.parser.tokenizer.currentCharacterToken;n&&n.location&&(n.location.endLine=e.parser.tokenizer.preprocessor.line,n.location.endCol=e.parser.tokenizer.preprocessor.col+1,n.location.endOffset=e.parser.tokenizer.preprocessor.offset+1,e.parser.currentToken=n,e.parser._processToken(e.parser.currentToken)),e.parser.tokenizer.paused=!1,e.parser.tokenizer.inLoop=!1,e.parser.tokenizer.active=!1,e.parser.tokenizer.returnState=kt.DATA,e.parser.tokenizer.charRefCode=-1,e.parser.tokenizer.consumedAfterSnapshot=-1,e.parser.tokenizer.currentLocation=null,e.parser.tokenizer.currentCharacterToken=null,e.parser.tokenizer.currentToken=null,e.parser.tokenizer.currentAttr={name:"",value:""}}function D_(e,t){if(t&&t.offset!==void 0){let n={startLine:t.line,startCol:t.column,startOffset:t.offset,endLine:-1,endCol:-1,endOffset:-1};e.parser.tokenizer.preprocessor.lineStartPos=-t.column+1,e.parser.tokenizer.preprocessor.droppedBufferSize=t.offset,e.parser.tokenizer.preprocessor.line=t.line,e.parser.tokenizer.currentLocation=n}}function Nq(e,t){let n=e.tagName.toLowerCase();if(t.parser.tokenizer.state===kt.PLAINTEXT)return;tl(t,ur(e));let r=t.parser.openElements.current,o="namespaceURI"in r?r.namespaceURI:zo.html;o===zo.html&&n==="svg"&&(o=zo.svg);let i=ob({...e,children:[]},{space:o===zo.svg?"svg":"html"}),s={type:wa.TokenType.START_TAG,tagName:n,tagID:fd.getTagID(n),selfClosing:!1,ackSelfClosing:!1,attrs:"attrs"in i?i.attrs:[],location:kd(e)};t.parser.currentToken=s,t.parser._processToken(t.parser.currentToken),t.parser.tokenizer.lastStartTagName=n}function Oq(e,t){let n=e.tagName.toLowerCase();if(!t.parser.tokenizer.inForeignNode&&_8.includes(n)||t.parser.tokenizer.state===kt.PLAINTEXT)return;tl(t,Ds(e));let r={type:wa.TokenType.END_TAG,tagName:n,tagID:fd.getTagID(n),selfClosing:!1,ackSelfClosing:!1,attrs:[],location:kd(e)};t.parser.currentToken=r,t.parser._processToken(t.parser.currentToken),n===t.parser.tokenizer.lastStartTagName&&(t.parser.tokenizer.state===kt.RCDATA||t.parser.tokenizer.state===kt.RAWTEXT||t.parser.tokenizer.state===kt.SCRIPT_DATA)&&(t.parser.tokenizer.state=kt.DATA)}function Mq(e){let t=e.type==="root"?e.children[0]:e;return!!(t&&(t.type==="doctype"||t.type==="element"&&t.tagName.toLowerCase()==="html"))}function kd(e){let t=ur(e)||{line:void 0,column:void 0,offset:void 0},n=Ds(e)||{line:void 0,column:void 0,offset:void 0};return{startLine:t.line,startCol:t.column,startOffset:t.offset,endLine:n.line,endCol:n.column,endOffset:n.offset}}function Pq(e){return"children"in e?Kr({...e,children:[]}):Kr(e)}function jh(e){return function(t,n){return Uh(t,{...e,file:n})}}function bb(e,t){let n=String(e);if(typeof t!="string")throw new TypeError("Expected character");let r=0,o=n.indexOf(t);for(;o!==-1;)r++,o=n.indexOf(t,o+t.length);return r}function Eb(e){if(typeof e!="string")throw new TypeError("Expected a string");return e.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")}function Db(e,t,n){let o=$o((n||{}).ignore||[]),i=Bq(t),s=-1;for(;++s<i.length;)ad(e,"text",l);function l(d,h){let g=-1,E;for(;++g<h.length;){let y=h[g],D=E?E.children:void 0;if(o(y,D?D.indexOf(y):void 0,E))return;E=y}if(E)return c(d,h)}function c(d,h){let g=h[h.length-1],E=i[s][0],y=i[s][1],D=0,A=g.children.indexOf(d),x=!1,v=[];E.lastIndex=0;let k=E.exec(d.value);for(;k;){let L=k.index,B={index:k.index,input:k.input,stack:[...h,d]},I=y(...k,B);if(typeof I=="string"&&(I=I.length>0?{type:"text",value:I}:void 0),I===!1?E.lastIndex=L+1:(D!==L&&v.push({type:"text",value:d.value.slice(D,L)}),Array.isArray(I)?v.push(...I):I&&v.push(I),D=L+k[0].length,x=!0),!E.global)break;k=E.exec(d.value)}return x?(D<d.value.length&&v.push({type:"text",value:d.value.slice(D)}),g.children.splice(A,1,...v)):v=[d],A+v.length}}function Bq(e){let t=[];if(!Array.isArray(e))throw new TypeError("Expected find and replace tuple or list of tuples");let n=!e[0]||Array.isArray(e[0])?e:[e],r=-1;for(;++r<n.length;){let o=n[r];t.push([$q(o[0]),zq(o[1])])}return t}function $q(e){return typeof e=="string"?new RegExp(Eb(e),"g"):e}function zq(e){return typeof e=="function"?e:function(){return e}}var xb="phrasing",vb=["autolink","link","image","label"];function kb(){return{transforms:[Gq],enter:{literalAutolink:Hq,literalAutolinkEmail:wb,literalAutolinkHttp:wb,literalAutolinkWww:wb},exit:{literalAutolink:Vq,literalAutolinkEmail:Wq,literalAutolinkHttp:Uq,literalAutolinkWww:jq}}}function Cb(){return{unsafe:[{character:"@",before:"[+\\-.\\w]",after:"[\\-.\\w]",inConstruct:xb,notInConstruct:vb},{character:".",before:"[Ww]",after:"[\\-.\\w]",inConstruct:xb,notInConstruct:vb},{character:":",before:"[ps]",after:"\\/",inConstruct:xb,notInConstruct:vb}]}}function Hq(e){this.enter({type:"link",title:null,url:"",children:[]},e)}function wb(e){this.config.enter.autolinkProtocol.call(this,e)}function Uq(e){this.config.exit.autolinkProtocol.call(this,e)}function jq(e){this.config.exit.data.call(this,e);let t=this.stack[this.stack.length-1];t.type,t.url="http://"+this.sliceSerialize(e)}function Wq(e){this.config.exit.autolinkEmail.call(this,e)}function Vq(e){this.exit(e)}function Gq(e){Db(e,[[/(https?:\/\/|www(?=\.))([-.\w]+)([^ \t\r\n]*)/gi,Yq],[/(?<=^|\s|\p{P}|\p{S})([-.\w+]+)@([-\w]+(?:\.[-\w]+)+)/gu,qq]],{ignore:["link","linkReference"]})}function Yq(e,t,n,r,o){let i="";if(!x_(o)||(/^w/i.test(t)&&(n=t+n,t="",i="http://"),!Xq(n)))return!1;let s=Kq(n+r);if(!s[0])return!1;let l={type:"link",title:null,url:i+t+s[0],children:[{type:"text",value:t+s[0]}]};return s[1]?[l,{type:"text",value:s[1]}]:l}function qq(e,t,n,r){return!x_(r,!0)||/[-\d_]$/.test(n)?!1:{type:"link",title:null,url:"mailto:"+t+"@"+n,children:[{type:"text",value:t+"@"+n}]}}function Xq(e){let t=e.split(".");return!(t.length<2||t[t.length-1]&&(/_/.test(t[t.length-1])||!/[a-zA-Z\d]/.test(t[t.length-1]))||t[t.length-2]&&(/_/.test(t[t.length-2])||!/[a-zA-Z\d]/.test(t[t.length-2])))}function Kq(e){let t=/[!"&'),.:;<>?\]}]+$/.exec(e);if(!t)return[e,void 0];e=e.slice(0,t.index);let n=t[0],r=n.indexOf(")"),o=bb(e,"("),i=bb(e,")");for(;r!==-1&&o>i;)e+=n.slice(0,r+1),n=n.slice(r+1),r=n.indexOf(")"),i++;return[e,n]}function x_(e,t){let n=e.input.charCodeAt(e.index-1);return(e.index===0||Po(n)||vs(n))&&(!t||n!==47)}v_.peek=iX;function Qq(){this.buffer()}function Zq(e){this.enter({type:"footnoteReference",identifier:"",label:""},e)}function Jq(){this.buffer()}function eX(e){this.enter({type:"footnoteDefinition",identifier:"",label:"",children:[]},e)}function tX(e){let t=this.resume(),n=this.stack[this.stack.length-1];n.type,n.identifier=In(this.sliceSerialize(e)).toLowerCase(),n.label=t}function nX(e){this.exit(e)}function rX(e){let t=this.resume(),n=this.stack[this.stack.length-1];n.type,n.identifier=In(this.sliceSerialize(e)).toLowerCase(),n.label=t}function oX(e){this.exit(e)}function iX(){return"["}function v_(e,t,n,r){let o=n.createTracker(r),i=o.move("[^"),s=n.enter("footnoteReference"),l=n.enter("reference");return i+=o.move(n.safe(n.associationId(e),{after:"]",before:i})),l(),s(),i+=o.move("]"),i}function Tb(){return{enter:{gfmFootnoteCallString:Qq,gfmFootnoteCall:Zq,gfmFootnoteDefinitionLabelString:Jq,gfmFootnoteDefinition:eX},exit:{gfmFootnoteCallString:tX,gfmFootnoteCall:nX,gfmFootnoteDefinitionLabelString:rX,gfmFootnoteDefinition:oX}}}function Ab(e){let t=!1;return e&&e.firstLineBlank&&(t=!0),{handlers:{footnoteDefinition:n,footnoteReference:v_},unsafe:[{character:"[",inConstruct:["label","phrasing","reference"]}]};function n(r,o,i,s){let l=i.createTracker(s),c=l.move("[^"),d=i.enter("footnoteDefinition"),h=i.enter("label");return c+=l.move(i.safe(i.associationId(r),{before:c,after:"]"})),h(),c+=l.move("]:"),r.children&&r.children.length>0&&(l.shift(4),c+=l.move((t?`
975
975
  `:" ")+i.indentLines(i.containerFlow(r,l.current()),t?w_:aX))),d(),c}}function aX(e,t,n){return t===0?e:w_(e,t,n)}function w_(e,t,n){return(n?"":" ")+e}var sX=["autolink","destinationLiteral","destinationRaw","reference","titleQuote","titleApostrophe"];k_.peek=cX;function _b(){return{canContainEols:["delete"],enter:{strikethrough:uX},exit:{strikethrough:lX}}}function Sb(){return{unsafe:[{character:"~",inConstruct:"phrasing",notInConstruct:sX}],handlers:{delete:k_}}}function uX(e){this.enter({type:"delete",children:[]},e)}function lX(e){this.exit(e)}function k_(e,t,n,r){let o=n.createTracker(r),i=n.enter("strikethrough"),s=o.move("~~");return s+=n.containerPhrasing(e,{...o.current(),before:s,after:"~"}),s+=o.move("~~"),i(),s}function cX(){return"~"}function dX(e){return e.length}function T_(e,t){let n=t||{},r=(n.align||[]).concat(),o=n.stringLength||dX,i=[],s=[],l=[],c=[],d=0,h=-1;for(;++h<e.length;){let w=[],A=[],x=-1;for(e[h].length>d&&(d=e[h].length);++x<e[h].length;){let v=fX(e[h][x]);if(n.alignDelimiters!==!1){let k=o(v);A[x]=k,(c[x]===void 0||k>c[x])&&(c[x]=k)}w.push(v)}s[h]=w,l[h]=A}let g=-1;if(typeof r=="object"&&"length"in r)for(;++g<d;)i[g]=C_(r[g]);else{let w=C_(r);for(;++g<d;)i[g]=w}g=-1;let E=[],y=[];for(;++g<d;){let w=i[g],A="",x="";w===99?(A=":",x=":"):w===108?A=":":w===114&&(x=":");let v=n.alignDelimiters===!1?1:Math.max(1,c[g]-A.length-x.length),k=A+"-".repeat(v)+x;n.alignDelimiters!==!1&&(v=A.length+v+x.length,v>c[g]&&(c[g]=v),y[g]=v),E[g]=k}s.splice(1,0,E),l.splice(1,0,y),h=-1;let D=[];for(;++h<s.length;){let w=s[h],A=l[h];g=-1;let x=[];for(;++g<d;){let v=w[g]||"",k="",L="";if(n.alignDelimiters!==!1){let B=c[g]-(A[g]||0),I=i[g];I===114?k=" ".repeat(B):I===99?B%2?(k=" ".repeat(B/2+.5),L=" ".repeat(B/2-.5)):(k=" ".repeat(B/2),L=k):L=" ".repeat(B)}n.delimiterStart!==!1&&!g&&x.push("|"),n.padding!==!1&&!(n.alignDelimiters===!1&&v==="")&&(n.delimiterStart!==!1||g)&&x.push(" "),n.alignDelimiters!==!1&&x.push(k),x.push(v),n.alignDelimiters!==!1&&x.push(L),n.padding!==!1&&x.push(" "),(n.delimiterEnd!==!1||g!==d-1)&&x.push("|")}D.push(n.delimiterEnd===!1?x.join("").replace(/ +$/,""):x.join(""))}return D.join(`
976
976
  `)}function fX(e){return e==null?"":String(e)}function C_(e){let t=typeof e=="string"?e.codePointAt(0):0;return t===67||t===99?99:t===76||t===108?108:t===82||t===114?114:0}function A_(e,t,n,r){let o=n.enter("blockquote"),i=n.createTracker(r);i.move("> "),i.shift(2);let s=n.indentLines(n.containerFlow(e,i.current()),pX);return o(),s}function pX(e,t,n){return">"+(n?"":" ")+e}function S_(e,t){return __(e,t.inConstruct,!0)&&!__(e,t.notInConstruct,!1)}function __(e,t,n){if(typeof t=="string"&&(t=[t]),!t||t.length===0)return n;let r=-1;for(;++r<t.length;)if(e.includes(t[r]))return!0;return!1}function Ib(e,t,n,r){let o=-1;for(;++o<n.unsafe.length;)if(n.unsafe[o].character===`
977
977
  `&&S_(n.stack,n.unsafe[o]))return/[ \t]/.test(r.before)?"":" ";return`\\
@@ -986,7 +986,7 @@ Details: https://developer.mozilla.org/en/docs/Web/HTML/CORS_enabled_image`));re
986
986
  `))+1))}let s="#".repeat(o),l=n.enter("headingAtx"),c=n.enter("phrasing");i.move(s+" ");let d=n.containerPhrasing(e,{before:"# ",after:`
987
987
  `,...i.current()});return/^[\t ]/.test(d)&&(d=Aa(d.charCodeAt(0))+d.slice(1)),d=d?s+" "+d:s,n.options.closeAtx&&(d+=" "+s),c(),l(),d}Lb.peek=gX;function Lb(e){return e.value||""}function gX(){return"<"}Rb.peek=yX;function Rb(e,t,n,r){let o=nl(n),i=o==='"'?"Quote":"Apostrophe",s=n.enter("image"),l=n.enter("label"),c=n.createTracker(r),d=c.move("![");return d+=c.move(n.safe(e.alt,{before:d,after:"]",...c.current()})),d+=c.move("]("),l(),!e.url&&e.title||/[\0- \u007F]/.test(e.url)?(l=n.enter("destinationLiteral"),d+=c.move("<"),d+=c.move(n.safe(e.url,{before:d,after:">",...c.current()})),d+=c.move(">")):(l=n.enter("destinationRaw"),d+=c.move(n.safe(e.url,{before:d,after:e.title?" ":")",...c.current()}))),l(),e.title&&(l=n.enter(`title${i}`),d+=c.move(" "+o),d+=c.move(n.safe(e.title,{before:d,after:o,...c.current()})),d+=c.move(o),l()),d+=c.move(")"),s(),d}function yX(){return"!"}Nb.peek=bX;function Nb(e,t,n,r){let o=e.referenceType,i=n.enter("imageReference"),s=n.enter("label"),l=n.createTracker(r),c=l.move("!["),d=n.safe(e.alt,{before:c,after:"]",...l.current()});c+=l.move(d+"]["),s();let h=n.stack;n.stack=[],s=n.enter("reference");let g=n.safe(n.associationId(e),{before:c,after:"]",...l.current()});return s(),n.stack=h,i(),o==="full"||!d||d!==g?c+=l.move(g+"]"):o==="shortcut"?c=c.slice(0,-1):c+=l.move("]"),c}function bX(){return"!"}Ob.peek=EX;function Ob(e,t,n){let r=e.value||"",o="`",i=-1;for(;new RegExp("(^|[^`])"+o+"([^`]|$)").test(r);)o+="`";for(/[^ \r\n]/.test(r)&&(/^[ \r\n]/.test(r)&&/[ \r\n]$/.test(r)||/^`|`$/.test(r))&&(r=" "+r+" ");++i<n.unsafe.length;){let s=n.unsafe[i],l=n.compilePattern(s),c;if(s.atBreak)for(;c=l.exec(r);){let d=c.index;r.charCodeAt(d)===10&&r.charCodeAt(d-1)===13&&d--,r=r.slice(0,d)+" "+r.slice(c.index+1)}}return o+r+o}function EX(){return"`"}function Mb(e,t){let n=Ci(e);return!!(!t.options.resourceLink&&e.url&&!e.title&&e.children&&e.children.length===1&&e.children[0].type==="text"&&(n===e.url||"mailto:"+n===e.url)&&/^[a-z][a-z+.-]+:/i.test(e.url)&&!/[\0- <>\u007F]/.test(e.url))}Pb.peek=DX;function Pb(e,t,n,r){let o=nl(n),i=o==='"'?"Quote":"Apostrophe",s=n.createTracker(r),l,c;if(Mb(e,n)){let h=n.stack;n.stack=[],l=n.enter("autolink");let g=s.move("<");return g+=s.move(n.containerPhrasing(e,{before:g,after:">",...s.current()})),g+=s.move(">"),l(),n.stack=h,g}l=n.enter("link"),c=n.enter("label");let d=s.move("[");return d+=s.move(n.containerPhrasing(e,{before:d,after:"](",...s.current()})),d+=s.move("]("),c(),!e.url&&e.title||/[\0- \u007F]/.test(e.url)?(c=n.enter("destinationLiteral"),d+=s.move("<"),d+=s.move(n.safe(e.url,{before:d,after:">",...s.current()})),d+=s.move(">")):(c=n.enter("destinationRaw"),d+=s.move(n.safe(e.url,{before:d,after:e.title?" ":")",...s.current()}))),c(),e.title&&(c=n.enter(`title${i}`),d+=s.move(" "+o),d+=s.move(n.safe(e.title,{before:d,after:o,...s.current()})),d+=s.move(o),c()),d+=s.move(")"),l(),d}function DX(e,t,n){return Mb(e,n)?"<":"["}Bb.peek=xX;function Bb(e,t,n,r){let o=e.referenceType,i=n.enter("linkReference"),s=n.enter("label"),l=n.createTracker(r),c=l.move("["),d=n.containerPhrasing(e,{before:c,after:"]",...l.current()});c+=l.move(d+"]["),s();let h=n.stack;n.stack=[],s=n.enter("reference");let g=n.safe(n.associationId(e),{before:c,after:"]",...l.current()});return s(),n.stack=h,i(),o==="full"||!d||d!==g?c+=l.move(g+"]"):o==="shortcut"?c=c.slice(0,-1):c+=l.move("]"),c}function xX(){return"["}function ol(e){let t=e.options.bullet||"*";if(t!=="*"&&t!=="+"&&t!=="-")throw new Error("Cannot serialize items with `"+t+"` for `options.bullet`, expected `*`, `+`, or `-`");return t}function B_(e){let t=ol(e),n=e.options.bulletOther;if(!n)return t==="*"?"-":"*";if(n!=="*"&&n!=="+"&&n!=="-")throw new Error("Cannot serialize items with `"+n+"` for `options.bulletOther`, expected `*`, `+`, or `-`");if(n===t)throw new Error("Expected `bullet` (`"+t+"`) and `bulletOther` (`"+n+"`) to be different");return n}function $_(e){let t=e.options.bulletOrdered||".";if(t!=="."&&t!==")")throw new Error("Cannot serialize items with `"+t+"` for `options.bulletOrdered`, expected `.` or `)`");return t}function Wh(e){let t=e.options.rule||"*";if(t!=="*"&&t!=="-"&&t!=="_")throw new Error("Cannot serialize rules with `"+t+"` for `options.rule`, expected `*`, `-`, or `_`");return t}function z_(e,t,n,r){let o=n.enter("list"),i=n.bulletCurrent,s=e.ordered?$_(n):ol(n),l=e.ordered?s==="."?")":".":B_(n),c=t&&n.bulletLastUsed?s===n.bulletLastUsed:!1;if(!e.ordered){let h=e.children?e.children[0]:void 0;if((s==="*"||s==="-")&&h&&(!h.children||!h.children[0])&&n.stack[n.stack.length-1]==="list"&&n.stack[n.stack.length-2]==="listItem"&&n.stack[n.stack.length-3]==="list"&&n.stack[n.stack.length-4]==="listItem"&&n.indexStack[n.indexStack.length-1]===0&&n.indexStack[n.indexStack.length-2]===0&&n.indexStack[n.indexStack.length-3]===0&&(c=!0),Wh(n)===s&&h){let g=-1;for(;++g<e.children.length;){let E=e.children[g];if(E&&E.type==="listItem"&&E.children&&E.children[0]&&E.children[0].type==="thematicBreak"){c=!0;break}}}}c&&(s=l),n.bulletCurrent=s;let d=n.containerFlow(e,r);return n.bulletLastUsed=s,n.bulletCurrent=i,o(),d}function H_(e){let t=e.options.listItemIndent||"one";if(t!=="tab"&&t!=="one"&&t!=="mixed")throw new Error("Cannot serialize items with `"+t+"` for `options.listItemIndent`, expected `tab`, `one`, or `mixed`");return t}function U_(e,t,n,r){let o=H_(n),i=n.bulletCurrent||ol(n);t&&t.type==="list"&&t.ordered&&(i=(typeof t.start=="number"&&t.start>-1?t.start:1)+(n.options.incrementListMarker===!1?0:t.children.indexOf(e))+i);let s=i.length+1;(o==="tab"||o==="mixed"&&(t&&t.type==="list"&&t.spread||e.spread))&&(s=Math.ceil(s/4)*4);let l=n.createTracker(r);l.move(i+" ".repeat(s-i.length)),l.shift(s);let c=n.enter("listItem"),d=n.indentLines(n.containerFlow(e,l.current()),h);return c(),d;function h(g,E,y){return E?(y?"":" ".repeat(s))+g:(y?i:i+" ".repeat(s-i.length))+g}}function j_(e,t,n,r){let o=n.enter("paragraph"),i=n.enter("phrasing"),s=n.containerPhrasing(e,r);return i(),o(),s}var $b=$o(["break","delete","emphasis","footnote","footnoteReference","image","imageReference","inlineCode","inlineMath","link","linkReference","mdxJsxTextElement","mdxTextExpression","strong","text","textDirective"]);function W_(e,t,n,r){return(e.children.some(function(s){return $b(s)})?n.containerPhrasing:n.containerFlow).call(n,e,r)}function V_(e){let t=e.options.strong||"*";if(t!=="*"&&t!=="_")throw new Error("Cannot serialize strong with `"+t+"` for `options.strong`, expected `*`, or `_`");return t}zb.peek=vX;function zb(e,t,n,r){let o=V_(n),i=n.enter("strong"),s=n.createTracker(r),l=s.move(o+o),c=s.move(n.containerPhrasing(e,{after:o,before:l,...s.current()})),d=c.charCodeAt(0),h=rl(r.before.charCodeAt(r.before.length-1),d,o);h.inside&&(c=Aa(d)+c.slice(1));let g=c.charCodeAt(c.length-1),E=rl(r.after.charCodeAt(0),g,o);E.inside&&(c=c.slice(0,-1)+Aa(g));let y=s.move(o+o);return i(),n.attentionEncodeSurroundingInfo={after:E.outside,before:h.outside},l+c+y}function vX(e,t,n){return n.options.strong||"*"}function G_(e,t,n,r){return n.safe(e.value,r)}function Y_(e){let t=e.options.ruleRepetition||3;if(t<3)throw new Error("Cannot serialize rules with repetition `"+t+"` for `options.ruleRepetition`, expected `3` or more");return t}function q_(e,t,n){let r=(Wh(n)+(n.options.ruleSpaces?" ":"")).repeat(Y_(n));return n.options.ruleSpaces?r.slice(0,-1):r}var Cd={blockquote:A_,break:Ib,code:R_,definition:N_,emphasis:Fb,hardBreak:Ib,heading:P_,html:Lb,image:Rb,imageReference:Nb,inlineCode:Ob,link:Pb,linkReference:Bb,list:z_,listItem:U_,paragraph:j_,root:W_,strong:zb,text:G_,thematicBreak:q_};function Ub(){return{enter:{table:wX,tableData:X_,tableHeader:X_,tableRow:CX},exit:{codeText:TX,table:kX,tableData:Hb,tableHeader:Hb,tableRow:Hb}}}function wX(e){let t=e._align;this.enter({type:"table",align:t.map(function(n){return n==="none"?null:n}),children:[]},e),this.data.inTable=!0}function kX(e){this.exit(e),this.data.inTable=void 0}function CX(e){this.enter({type:"tableRow",children:[]},e)}function Hb(e){this.exit(e)}function X_(e){this.enter({type:"tableCell",children:[]},e)}function TX(e){let t=this.resume();this.data.inTable&&(t=t.replace(/\\([\\|])/g,AX));let n=this.stack[this.stack.length-1];n.type,n.value=t,this.exit(e)}function AX(e,t){return t==="|"?t:e}function jb(e){let t=e||{},n=t.tableCellPadding,r=t.tablePipeAlign,o=t.stringLength,i=n?" ":"|";return{unsafe:[{character:"\r",inConstruct:"tableCell"},{character:`
988
988
  `,inConstruct:"tableCell"},{atBreak:!0,character:"|",after:"[ :-]"},{character:"|",inConstruct:"tableCell"},{atBreak:!0,character:":",after:"-"},{atBreak:!0,character:"-",after:"[:|-]"}],handlers:{inlineCode:E,table:s,tableCell:c,tableRow:l}};function s(y,D,w,A){return d(h(y,w,A),y.align)}function l(y,D,w,A){let x=g(y,w,A),v=d([x]);return v.slice(0,v.indexOf(`
989
- `))}function c(y,D,w,A){let x=w.enter("tableCell"),v=w.enter("phrasing"),k=w.containerPhrasing(y,{...A,before:i,after:i});return v(),x(),k}function d(y,D){return T_(y,{align:D,alignDelimiters:r,padding:n,stringLength:o})}function h(y,D,w){let A=y.children,x=-1,v=[],k=D.enter("table");for(;++x<A.length;)v[x]=g(A[x],D,w);return k(),v}function g(y,D,w){let A=y.children,x=-1,v=[],k=D.enter("tableRow");for(;++x<A.length;)v[x]=c(A[x],y,D,w);return k(),v}function E(y,D,w){let A=Cd.inlineCode(y,D,w);return w.stack.includes("tableCell")&&(A=A.replace(/\|/g,"\\$&")),A}}function Wb(){return{exit:{taskListCheckValueChecked:K_,taskListCheckValueUnchecked:K_,paragraph:_X}}}function Vb(){return{unsafe:[{atBreak:!0,character:"-",after:"[:|-]"}],handlers:{listItem:SX}}}function K_(e){let t=this.stack[this.stack.length-2];t.type,t.checked=e.type==="taskListCheckValueChecked"}function _X(e){let t=this.stack[this.stack.length-2];if(t&&t.type==="listItem"&&typeof t.checked=="boolean"){let n=this.stack[this.stack.length-1];n.type;let r=n.children[0];if(r&&r.type==="text"){let o=t.children,i=-1,s;for(;++i<o.length;){let l=o[i];if(l.type==="paragraph"){s=l;break}}s===n&&(r.value=r.value.slice(1),r.value.length===0?n.children.shift():n.position&&r.position&&typeof r.position.start.offset=="number"&&(r.position.start.column++,r.position.start.offset++,n.position.start=Object.assign({},r.position.start)))}}this.exit(e)}function SX(e,t,n,r){let o=e.children[0],i=typeof e.checked=="boolean"&&o&&o.type==="paragraph",s="["+(e.checked?"x":" ")+"] ",l=n.createTracker(r);i&&l.move(s);let c=Cd.listItem(e,t,n,{...r,...l.current()});return i&&(c=c.replace(/^(?:[*+-]|\d+\.)([\r\n]| {1,3})/,d)),c;function d(h){return h+s}}function Gb(){return[kb(),Tb(),_b(),Ub(),Wb()]}function Yb(e){return{extensions:[Cb(),Ab(e),Sb(),jb(e),Vb()]}}var IX={tokenize:OX,partial:!0},Q_={tokenize:MX,partial:!0},Z_={tokenize:PX,partial:!0},J_={tokenize:BX,partial:!0},FX={tokenize:$X,partial:!0},eS={name:"wwwAutolink",tokenize:RX,previous:nS},tS={name:"protocolAutolink",tokenize:NX,previous:rS},Ai={name:"emailAutolink",tokenize:LX,previous:oS},jo={};function Xb(){return{text:jo}}var Is=48;for(;Is<123;)jo[Is]=Ai,Is++,Is===58?Is=65:Is===91&&(Is=97);jo[43]=Ai;jo[45]=Ai;jo[46]=Ai;jo[95]=Ai;jo[72]=[Ai,tS];jo[104]=[Ai,tS];jo[87]=[Ai,eS];jo[119]=[Ai,eS];function LX(e,t,n){let r=this,o,i;return s;function s(g){return!qb(g)||!oS.call(r,r.previous)||Kb(r.events)?n(g):(e.enter("literalAutolink"),e.enter("literalAutolinkEmail"),l(g))}function l(g){return qb(g)?(e.consume(g),l):g===64?(e.consume(g),c):n(g)}function c(g){return g===46?e.check(FX,h,d)(g):g===45||g===95||Nt(g)?(i=!0,e.consume(g),c):h(g)}function d(g){return e.consume(g),o=!0,c}function h(g){return i&&o&&en(r.previous)?(e.exit("literalAutolinkEmail"),e.exit("literalAutolink"),t(g)):n(g)}}function RX(e,t,n){let r=this;return o;function o(s){return s!==87&&s!==119||!nS.call(r,r.previous)||Kb(r.events)?n(s):(e.enter("literalAutolink"),e.enter("literalAutolinkWww"),e.check(IX,e.attempt(Q_,e.attempt(Z_,i),n),n)(s))}function i(s){return e.exit("literalAutolinkWww"),e.exit("literalAutolink"),t(s)}}function NX(e,t,n){let r=this,o="",i=!1;return s;function s(g){return(g===72||g===104)&&rS.call(r,r.previous)&&!Kb(r.events)?(e.enter("literalAutolink"),e.enter("literalAutolinkHttp"),o+=String.fromCodePoint(g),e.consume(g),l):n(g)}function l(g){if(en(g)&&o.length<5)return o+=String.fromCodePoint(g),e.consume(g),l;if(g===58){let E=o.toLowerCase();if(E==="http"||E==="https")return e.consume(g),c}return n(g)}function c(g){return g===47?(e.consume(g),i?d:(i=!0,c)):n(g)}function d(g){return g===null||xs(g)||je(g)||Po(g)||vs(g)?n(g):e.attempt(Q_,e.attempt(Z_,h),n)(g)}function h(g){return e.exit("literalAutolinkHttp"),e.exit("literalAutolink"),t(g)}}function OX(e,t,n){let r=0;return o;function o(s){return(s===87||s===119)&&r<3?(r++,e.consume(s),o):s===46&&r===3?(e.consume(s),i):n(s)}function i(s){return s===null?n(s):t(s)}}function MX(e,t,n){let r,o,i;return s;function s(d){return d===46||d===95?e.check(J_,c,l)(d):d===null||je(d)||Po(d)||d!==45&&vs(d)?c(d):(i=!0,e.consume(d),s)}function l(d){return d===95?r=!0:(o=r,r=void 0),e.consume(d),s}function c(d){return o||r||!i?n(d):t(d)}}function PX(e,t){let n=0,r=0;return o;function o(s){return s===40?(n++,e.consume(s),o):s===41&&r<n?i(s):s===33||s===34||s===38||s===39||s===41||s===42||s===44||s===46||s===58||s===59||s===60||s===63||s===93||s===95||s===126?e.check(J_,t,i)(s):s===null||je(s)||Po(s)?t(s):(e.consume(s),o)}function i(s){return s===41&&r++,e.consume(s),o}}function BX(e,t,n){return r;function r(l){return l===33||l===34||l===39||l===41||l===42||l===44||l===46||l===58||l===59||l===63||l===95||l===126?(e.consume(l),r):l===38?(e.consume(l),i):l===93?(e.consume(l),o):l===60||l===null||je(l)||Po(l)?t(l):n(l)}function o(l){return l===null||l===40||l===91||je(l)||Po(l)?t(l):r(l)}function i(l){return en(l)?s(l):n(l)}function s(l){return l===59?(e.consume(l),r):en(l)?(e.consume(l),s):n(l)}}function $X(e,t,n){return r;function r(i){return e.consume(i),o}function o(i){return Nt(i)?n(i):t(i)}}function nS(e){return e===null||e===40||e===42||e===95||e===91||e===93||e===126||je(e)}function rS(e){return!en(e)}function oS(e){return!(e===47||qb(e))}function qb(e){return e===43||e===45||e===46||e===95||Nt(e)}function Kb(e){let t=e.length,n=!1;for(;t--;){let r=e[t][1];if((r.type==="labelLink"||r.type==="labelImage")&&!r._balanced){n=!0;break}if(r._gfmAutolinkLiteralWalkedInto){n=!1;break}}return e.length>0&&!n&&(e[e.length-1][1]._gfmAutolinkLiteralWalkedInto=!0),n}var zX={tokenize:YX,partial:!0};function Qb(){return{document:{91:{name:"gfmFootnoteDefinition",tokenize:WX,continuation:{tokenize:VX},exit:GX}},text:{91:{name:"gfmFootnoteCall",tokenize:jX},93:{name:"gfmPotentialFootnoteCall",add:"after",tokenize:HX,resolveTo:UX}}}}function HX(e,t,n){let r=this,o=r.events.length,i=r.parser.gfmFootnotes||(r.parser.gfmFootnotes=[]),s;for(;o--;){let c=r.events[o][1];if(c.type==="labelImage"){s=c;break}if(c.type==="gfmFootnoteCall"||c.type==="labelLink"||c.type==="label"||c.type==="image"||c.type==="link")break}return l;function l(c){if(!s||!s._balanced)return n(c);let d=In(r.sliceSerialize({start:s.end,end:r.now()}));return d.codePointAt(0)!==94||!i.includes(d.slice(1))?n(c):(e.enter("gfmFootnoteCallLabelMarker"),e.consume(c),e.exit("gfmFootnoteCallLabelMarker"),t(c))}}function UX(e,t){let n=e.length,r;for(;n--;)if(e[n][1].type==="labelImage"&&e[n][0]==="enter"){r=e[n][1];break}e[n+1][1].type="data",e[n+3][1].type="gfmFootnoteCallLabelMarker";let o={type:"gfmFootnoteCall",start:Object.assign({},e[n+3][1].start),end:Object.assign({},e[e.length-1][1].end)},i={type:"gfmFootnoteCallMarker",start:Object.assign({},e[n+3][1].end),end:Object.assign({},e[n+3][1].end)};i.end.column++,i.end.offset++,i.end._bufferIndex++;let s={type:"gfmFootnoteCallString",start:Object.assign({},i.end),end:Object.assign({},e[e.length-1][1].start)},l={type:"chunkString",contentType:"string",start:Object.assign({},s.start),end:Object.assign({},s.end)},c=[e[n+1],e[n+2],["enter",o,t],e[n+3],e[n+4],["enter",i,t],["exit",i,t],["enter",s,t],["enter",l,t],["exit",l,t],["exit",s,t],e[e.length-2],e[e.length-1],["exit",o,t]];return e.splice(n,e.length-n+1,...c),e}function jX(e,t,n){let r=this,o=r.parser.gfmFootnotes||(r.parser.gfmFootnotes=[]),i=0,s;return l;function l(g){return e.enter("gfmFootnoteCall"),e.enter("gfmFootnoteCallLabelMarker"),e.consume(g),e.exit("gfmFootnoteCallLabelMarker"),c}function c(g){return g!==94?n(g):(e.enter("gfmFootnoteCallMarker"),e.consume(g),e.exit("gfmFootnoteCallMarker"),e.enter("gfmFootnoteCallString"),e.enter("chunkString").contentType="string",d)}function d(g){if(i>999||g===93&&!s||g===null||g===91||je(g))return n(g);if(g===93){e.exit("chunkString");let E=e.exit("gfmFootnoteCallString");return o.includes(In(r.sliceSerialize(E)))?(e.enter("gfmFootnoteCallLabelMarker"),e.consume(g),e.exit("gfmFootnoteCallLabelMarker"),e.exit("gfmFootnoteCall"),t):n(g)}return je(g)||(s=!0),i++,e.consume(g),g===92?h:d}function h(g){return g===91||g===92||g===93?(e.consume(g),i++,d):d(g)}}function WX(e,t,n){let r=this,o=r.parser.gfmFootnotes||(r.parser.gfmFootnotes=[]),i,s=0,l;return c;function c(D){return e.enter("gfmFootnoteDefinition")._container=!0,e.enter("gfmFootnoteDefinitionLabel"),e.enter("gfmFootnoteDefinitionLabelMarker"),e.consume(D),e.exit("gfmFootnoteDefinitionLabelMarker"),d}function d(D){return D===94?(e.enter("gfmFootnoteDefinitionMarker"),e.consume(D),e.exit("gfmFootnoteDefinitionMarker"),e.enter("gfmFootnoteDefinitionLabelString"),e.enter("chunkString").contentType="string",h):n(D)}function h(D){if(s>999||D===93&&!l||D===null||D===91||je(D))return n(D);if(D===93){e.exit("chunkString");let w=e.exit("gfmFootnoteDefinitionLabelString");return i=In(r.sliceSerialize(w)),e.enter("gfmFootnoteDefinitionLabelMarker"),e.consume(D),e.exit("gfmFootnoteDefinitionLabelMarker"),e.exit("gfmFootnoteDefinitionLabel"),E}return je(D)||(l=!0),s++,e.consume(D),D===92?g:h}function g(D){return D===91||D===92||D===93?(e.consume(D),s++,h):h(D)}function E(D){return D===58?(e.enter("definitionMarker"),e.consume(D),e.exit("definitionMarker"),o.includes(i)||o.push(i),Ae(e,y,"gfmFootnoteDefinitionWhitespace")):n(D)}function y(D){return t(D)}}function VX(e,t,n){return e.check(Bo,t,e.attempt(zX,t,n))}function GX(e){e.exit("gfmFootnoteDefinition")}function YX(e,t,n){let r=this;return Ae(e,o,"gfmFootnoteDefinitionIndent",5);function o(i){let s=r.events[r.events.length-1];return s&&s[1].type==="gfmFootnoteDefinitionIndent"&&s[2].sliceSerialize(s[1],!0).length===4?t(i):n(i)}}function Zb(e){let n=(e||{}).singleTilde,r={name:"strikethrough",tokenize:i,resolveAll:o};return n==null&&(n=!0),{text:{126:r},insideSpan:{null:[r]},attentionMarkers:{null:[126]}};function o(s,l){let c=-1;for(;++c<s.length;)if(s[c][0]==="enter"&&s[c][1].type==="strikethroughSequenceTemporary"&&s[c][1]._close){let d=c;for(;d--;)if(s[d][0]==="exit"&&s[d][1].type==="strikethroughSequenceTemporary"&&s[d][1]._open&&s[c][1].end.offset-s[c][1].start.offset===s[d][1].end.offset-s[d][1].start.offset){s[c][1].type="strikethroughSequence",s[d][1].type="strikethroughSequence";let h={type:"strikethrough",start:Object.assign({},s[d][1].start),end:Object.assign({},s[c][1].end)},g={type:"strikethroughText",start:Object.assign({},s[d][1].end),end:Object.assign({},s[c][1].start)},E=[["enter",h,l],["enter",s[d][1],l],["exit",s[d][1],l],["enter",g,l]],y=l.parser.constructs.insideSpan.null;y&&Ht(E,E.length,0,xa(y,s.slice(d+1,c),l)),Ht(E,E.length,0,[["exit",g,l],["enter",s[c][1],l],["exit",s[c][1],l],["exit",h,l]]),Ht(s,d-1,c-d+3,E),c=d+E.length-2;break}}for(c=-1;++c<s.length;)s[c][1].type==="strikethroughSequenceTemporary"&&(s[c][1].type="data");return s}function i(s,l,c){let d=this.previous,h=this.events,g=0;return E;function E(D){return d===126&&h[h.length-1][1].type!=="characterEscape"?c(D):(s.enter("strikethroughSequenceTemporary"),y(D))}function y(D){let w=Ti(d);if(D===126)return g>1?c(D):(s.consume(D),g++,y);if(g<2&&!n)return c(D);let A=s.exit("strikethroughSequenceTemporary"),x=Ti(D);return A._open=!x||x===2&&!!w,A._close=!w||w===2&&!!x,l(D)}}}var Vh=class{constructor(){this.map=[]}add(t,n,r){qX(this,t,n,r)}consume(t){if(this.map.sort(function(i,s){return i[0]-s[0]}),this.map.length===0)return;let n=this.map.length,r=[];for(;n>0;)n-=1,r.push(t.slice(this.map[n][0]+this.map[n][1]),this.map[n][2]),t.length=this.map[n][0];r.push(t.slice()),t.length=0;let o=r.pop();for(;o;){for(let i of o)t.push(i);o=r.pop()}this.map.length=0}};function qX(e,t,n,r){let o=0;if(!(n===0&&r.length===0)){for(;o<e.map.length;){if(e.map[o][0]===t){e.map[o][1]+=n,e.map[o][2].push(...r);return}o+=1}e.map.push([t,n,r])}}function iS(e,t){let n=!1,r=[];for(;t<e.length;){let o=e[t];if(n){if(o[0]==="enter")o[1].type==="tableContent"&&r.push(e[t+1][1].type==="tableDelimiterMarker"?"left":"none");else if(o[1].type==="tableContent"){if(e[t-1][1].type==="tableDelimiterMarker"){let i=r.length-1;r[i]=r[i]==="left"?"center":"right"}}else if(o[1].type==="tableDelimiterRow")break}else o[0]==="enter"&&o[1].type==="tableDelimiterRow"&&(n=!0);t+=1}return r}function Jb(){return{flow:{null:{name:"table",tokenize:XX,resolveAll:KX}}}}function XX(e,t,n){let r=this,o=0,i=0,s;return l;function l(M){let me=r.events.length-1;for(;me>-1;){let le=r.events[me][1].type;if(le==="lineEnding"||le==="linePrefix")me--;else break}let fe=me>-1?r.events[me][1].type:null,ue=fe==="tableHead"||fe==="tableRow"?I:c;return ue===I&&r.parser.lazy[r.now().line]?n(M):ue(M)}function c(M){return e.enter("tableHead"),e.enter("tableRow"),d(M)}function d(M){return M===124||(s=!0,i+=1),h(M)}function h(M){return M===null?n(M):ye(M)?i>1?(i=0,r.interrupt=!0,e.exit("tableRow"),e.enter("lineEnding"),e.consume(M),e.exit("lineEnding"),y):n(M):Se(M)?Ae(e,h,"whitespace")(M):(i+=1,s&&(s=!1,o+=1),M===124?(e.enter("tableCellDivider"),e.consume(M),e.exit("tableCellDivider"),s=!0,h):(e.enter("data"),g(M)))}function g(M){return M===null||M===124||je(M)?(e.exit("data"),h(M)):(e.consume(M),M===92?E:g)}function E(M){return M===92||M===124?(e.consume(M),g):g(M)}function y(M){return r.interrupt=!1,r.parser.lazy[r.now().line]?n(M):(e.enter("tableDelimiterRow"),s=!1,Se(M)?Ae(e,D,"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(M):D(M))}function D(M){return M===45||M===58?A(M):M===124?(s=!0,e.enter("tableCellDivider"),e.consume(M),e.exit("tableCellDivider"),w):B(M)}function w(M){return Se(M)?Ae(e,A,"whitespace")(M):A(M)}function A(M){return M===58?(i+=1,s=!0,e.enter("tableDelimiterMarker"),e.consume(M),e.exit("tableDelimiterMarker"),x):M===45?(i+=1,x(M)):M===null||ye(M)?L(M):B(M)}function x(M){return M===45?(e.enter("tableDelimiterFiller"),v(M)):B(M)}function v(M){return M===45?(e.consume(M),v):M===58?(s=!0,e.exit("tableDelimiterFiller"),e.enter("tableDelimiterMarker"),e.consume(M),e.exit("tableDelimiterMarker"),k):(e.exit("tableDelimiterFiller"),k(M))}function k(M){return Se(M)?Ae(e,L,"whitespace")(M):L(M)}function L(M){return M===124?D(M):M===null||ye(M)?!s||o!==i?B(M):(e.exit("tableDelimiterRow"),e.exit("tableHead"),t(M)):B(M)}function B(M){return n(M)}function I(M){return e.enter("tableRow"),z(M)}function z(M){return M===124?(e.enter("tableCellDivider"),e.consume(M),e.exit("tableCellDivider"),z):M===null||ye(M)?(e.exit("tableRow"),t(M)):Se(M)?Ae(e,z,"whitespace")(M):(e.enter("data"),q(M))}function q(M){return M===null||M===124||je(M)?(e.exit("data"),z(M)):(e.consume(M),M===92?te:q)}function te(M){return M===92||M===124?(e.consume(M),q):q(M)}}function KX(e,t){let n=-1,r=!0,o=0,i=[0,0,0,0],s=[0,0,0,0],l=!1,c=0,d,h,g,E=new Vh;for(;++n<e.length;){let y=e[n],D=y[1];y[0]==="enter"?D.type==="tableHead"?(l=!1,c!==0&&(aS(E,t,c,d,h),h=void 0,c=0),d={type:"table",start:Object.assign({},D.start),end:Object.assign({},D.end)},E.add(n,0,[["enter",d,t]])):D.type==="tableRow"||D.type==="tableDelimiterRow"?(r=!0,g=void 0,i=[0,0,0,0],s=[0,n+1,0,0],l&&(l=!1,h={type:"tableBody",start:Object.assign({},D.start),end:Object.assign({},D.end)},E.add(n,0,[["enter",h,t]])),o=D.type==="tableDelimiterRow"?2:h?3:1):o&&(D.type==="data"||D.type==="tableDelimiterMarker"||D.type==="tableDelimiterFiller")?(r=!1,s[2]===0&&(i[1]!==0&&(s[0]=s[1],g=Gh(E,t,i,o,void 0,g),i=[0,0,0,0]),s[2]=n)):D.type==="tableCellDivider"&&(r?r=!1:(i[1]!==0&&(s[0]=s[1],g=Gh(E,t,i,o,void 0,g)),i=s,s=[i[1],n,0,0])):D.type==="tableHead"?(l=!0,c=n):D.type==="tableRow"||D.type==="tableDelimiterRow"?(c=n,i[1]!==0?(s[0]=s[1],g=Gh(E,t,i,o,n,g)):s[1]!==0&&(g=Gh(E,t,s,o,n,g)),o=0):o&&(D.type==="data"||D.type==="tableDelimiterMarker"||D.type==="tableDelimiterFiller")&&(s[3]=n)}for(c!==0&&aS(E,t,c,d,h),E.consume(t.events),n=-1;++n<t.events.length;){let y=t.events[n];y[0]==="enter"&&y[1].type==="table"&&(y[1]._align=iS(t.events,n))}return e}function Gh(e,t,n,r,o,i){let s=r===1?"tableHeader":r===2?"tableDelimiter":"tableData",l="tableContent";n[0]!==0&&(i.end=Object.assign({},il(t.events,n[0])),e.add(n[0],0,[["exit",i,t]]));let c=il(t.events,n[1]);if(i={type:s,start:Object.assign({},c),end:Object.assign({},c)},e.add(n[1],0,[["enter",i,t]]),n[2]!==0){let d=il(t.events,n[2]),h=il(t.events,n[3]),g={type:l,start:Object.assign({},d),end:Object.assign({},h)};if(e.add(n[2],0,[["enter",g,t]]),r!==2){let E=t.events[n[2]],y=t.events[n[3]];if(E[1].end=Object.assign({},y[1].end),E[1].type="chunkText",E[1].contentType="text",n[3]>n[2]+1){let D=n[2]+1,w=n[3]-n[2]-1;e.add(D,w,[])}}e.add(n[3]+1,0,[["exit",g,t]])}return o!==void 0&&(i.end=Object.assign({},il(t.events,o)),e.add(o,0,[["exit",i,t]]),i=void 0),i}function aS(e,t,n,r,o){let i=[],s=il(t.events,n);o&&(o.end=Object.assign({},s),i.push(["exit",o,t])),r.end=Object.assign({},s),i.push(["exit",r,t]),e.add(n+1,0,i)}function il(e,t){let n=e[t],r=n[0]==="enter"?"start":"end";return n[1][r]}var QX={name:"tasklistCheck",tokenize:ZX};function e6(){return{text:{91:QX}}}function ZX(e,t,n){let r=this;return o;function o(c){return r.previous!==null||!r._gfmTasklistFirstContentOfListItem?n(c):(e.enter("taskListCheck"),e.enter("taskListCheckMarker"),e.consume(c),e.exit("taskListCheckMarker"),i)}function i(c){return je(c)?(e.enter("taskListCheckValueUnchecked"),e.consume(c),e.exit("taskListCheckValueUnchecked"),s):c===88||c===120?(e.enter("taskListCheckValueChecked"),e.consume(c),e.exit("taskListCheckValueChecked"),s):n(c)}function s(c){return c===93?(e.enter("taskListCheckMarker"),e.consume(c),e.exit("taskListCheckMarker"),e.exit("taskListCheck"),l):n(c)}function l(c){return ye(c)?t(c):Se(c)?e.check({tokenize:JX},t,n)(c):n(c)}}function JX(e,t,n){return Ae(e,r,"whitespace");function r(o){return o===null?n(o):t(o)}}function sS(e){return Q0([Xb(),Qb(),Zb(e),Jb(),e6()])}var eK={};function Yh(e){let t=this,n=e||eK,r=t.data(),o=r.micromarkExtensions||(r.micromarkExtensions=[]),i=r.fromMarkdownExtensions||(r.fromMarkdownExtensions=[]),s=r.toMarkdownExtensions||(r.toMarkdownExtensions=[]);o.push(sS(n)),i.push(Gb()),s.push(Yb(n))}var uS=G(De(),1),lS=G(_e(),1);var tK=(0,lS.forwardRef)((e,t)=>{let{InternalImage:n}=an();return(0,uS.jsx)(he,{ref:t,...e,as:n})});var Td=G(_e(),1),dS=G(cS(),1),_a=e=>{if(!e)return;let t=[];return Td.default.Children.forEach(e,n=>{if(typeof n=="string")t.push((0,dS.default)(n,{lower:!0,strict:!0}));else if(Td.default.isValidElement(n)){let r=n;if(r.props.children){let o=_a(r.props.children);o&&t.push(o)}}}),t.join("-")},al=(e,t)=>{let n=e.replace(/<!-- toc start -->.*?<!-- toc end -->/s,"").replace(/##.*content.*?\n*<!-- toc -->(.|[\r\n])*<!-- tocstop -->\n*/,"");return t&&(n=n.replace(t?/^#\s.+$/m:"","")),n.trim()},r6=e=>(0,Td.useCallback)((t,n,r)=>!(r?.type==="root"&&n===0&&t.tagName==="h1"&&t.children.length===1&&t.children[0].type==="text"&&t.children[0].value?.toLowerCase()===e.toLowerCase()),[e]);var JS=G(De(),1);var l6={};Nl(l6,{exclude:()=>lK,extract:()=>s6,parse:()=>u6,parseUrl:()=>xS,pick:()=>wS,stringify:()=>DS,stringifyUrl:()=>vS});var hS="%[a-f0-9]{2}",fS=new RegExp("("+hS+")|([^%]+?)","gi"),pS=new RegExp("("+hS+")+","gi");function o6(e,t){try{return[decodeURIComponent(e.join(""))]}catch{}if(e.length===1)return e;t=t||1;let n=e.slice(0,t),r=e.slice(t);return Array.prototype.concat.call([],o6(n),o6(r))}function nK(e){try{return decodeURIComponent(e)}catch{let t=e.match(fS)||[];for(let n=1;n<t.length;n++)e=o6(t,n).join(""),t=e.match(fS)||[];return e}}function rK(e){let t={"%FE%FF":"\uFFFD\uFFFD","%FF%FE":"\uFFFD\uFFFD"},n=pS.exec(e);for(;n;){try{t[n[0]]=decodeURIComponent(n[0])}catch{let o=nK(n[0]);o!==n[0]&&(t[n[0]]=o)}n=pS.exec(e)}t["%C2"]="\uFFFD";let r=Object.keys(t);for(let o of r)e=e.replace(new RegExp(o,"g"),t[o]);return e}function i6(e){if(typeof e!="string")throw new TypeError("Expected `encodedURI` to be of type `string`, got `"+typeof e+"`");try{return decodeURIComponent(e)}catch{return rK(e)}}function qh(e,t){if(!(typeof e=="string"&&typeof t=="string"))throw new TypeError("Expected the arguments to be of type `string`");if(e===""||t==="")return[];let n=e.indexOf(t);return n===-1?[]:[e.slice(0,n),e.slice(n+t.length)]}function mS(e,t){let n={};if(Array.isArray(t))for(let r of t){let o=Object.getOwnPropertyDescriptor(e,r);o?.enumerable&&Object.defineProperty(n,r,o)}else for(let r of Reflect.ownKeys(e)){let o=Object.getOwnPropertyDescriptor(e,r);if(o.enumerable){let i=e[r];t(r,i,e)&&Object.defineProperty(n,r,o)}}return n}var oK=e=>e==null,iK=e=>encodeURIComponent(e).replace(/[!'()*]/g,t=>`%${t.charCodeAt(0).toString(16).toUpperCase()}`),a6=Symbol("encodeFragmentIdentifier");function aK(e){switch(e.arrayFormat){case"index":return t=>(n,r)=>{let o=n.length;return r===void 0||e.skipNull&&r===null||e.skipEmptyString&&r===""?n:r===null?[...n,[Gt(t,e),"[",o,"]"].join("")]:[...n,[Gt(t,e),"[",Gt(o,e),"]=",Gt(r,e)].join("")]};case"bracket":return t=>(n,r)=>r===void 0||e.skipNull&&r===null||e.skipEmptyString&&r===""?n:r===null?[...n,[Gt(t,e),"[]"].join("")]:[...n,[Gt(t,e),"[]=",Gt(r,e)].join("")];case"colon-list-separator":return t=>(n,r)=>r===void 0||e.skipNull&&r===null||e.skipEmptyString&&r===""?n:r===null?[...n,[Gt(t,e),":list="].join("")]:[...n,[Gt(t,e),":list=",Gt(r,e)].join("")];case"comma":case"separator":case"bracket-separator":{let t=e.arrayFormat==="bracket-separator"?"[]=":"=";return n=>(r,o)=>o===void 0||e.skipNull&&o===null||e.skipEmptyString&&o===""?r:(o=o===null?"":o,r.length===0?[[Gt(n,e),t,Gt(o,e)].join("")]:[[r,Gt(o,e)].join(e.arrayFormatSeparator)])}default:return t=>(n,r)=>r===void 0||e.skipNull&&r===null||e.skipEmptyString&&r===""?n:r===null?[...n,Gt(t,e)]:[...n,[Gt(t,e),"=",Gt(r,e)].join("")]}}function sK(e){let t;switch(e.arrayFormat){case"index":return(n,r,o)=>{if(t=/\[(\d*)]$/.exec(n),n=n.replace(/\[\d*]$/,""),!t){o[n]=r;return}o[n]===void 0&&(o[n]={}),o[n][t[1]]=r};case"bracket":return(n,r,o)=>{if(t=/(\[])$/.exec(n),n=n.replace(/\[]$/,""),!t){o[n]=r;return}if(o[n]===void 0){o[n]=[r];return}o[n]=[...o[n],r]};case"colon-list-separator":return(n,r,o)=>{if(t=/(:list)$/.exec(n),n=n.replace(/:list$/,""),!t){o[n]=r;return}if(o[n]===void 0){o[n]=[r];return}o[n]=[...o[n],r]};case"comma":case"separator":return(n,r,o)=>{let i=typeof r=="string"&&r.includes(e.arrayFormatSeparator),s=typeof r=="string"&&!i&&_i(r,e).includes(e.arrayFormatSeparator);r=s?_i(r,e):r;let l=i||s?r.split(e.arrayFormatSeparator).map(c=>_i(c,e)):r===null?r:_i(r,e);o[n]=l};case"bracket-separator":return(n,r,o)=>{let i=/(\[])$/.test(n);if(n=n.replace(/\[]$/,""),!i){o[n]=r&&_i(r,e);return}let s=r===null?[]:r.split(e.arrayFormatSeparator).map(l=>_i(l,e));if(o[n]===void 0){o[n]=s;return}o[n]=[...o[n],...s]};default:return(n,r,o)=>{if(o[n]===void 0){o[n]=r;return}o[n]=[...[o[n]].flat(),r]}}}function yS(e){if(typeof e!="string"||e.length!==1)throw new TypeError("arrayFormatSeparator must be single character string")}function Gt(e,t){return t.encode?t.strict?iK(e):encodeURIComponent(e):e}function _i(e,t){return t.decode?i6(e):e}function bS(e){return Array.isArray(e)?e.sort():typeof e=="object"?bS(Object.keys(e)).sort((t,n)=>Number(t)-Number(n)).map(t=>e[t]):e}function ES(e){let t=e.indexOf("#");return t!==-1&&(e=e.slice(0,t)),e}function uK(e){let t="",n=e.indexOf("#");return n!==-1&&(t=e.slice(n)),t}function gS(e,t){return t.parseNumbers&&!Number.isNaN(Number(e))&&typeof e=="string"&&e.trim()!==""?e=Number(e):t.parseBooleans&&e!==null&&(e.toLowerCase()==="true"||e.toLowerCase()==="false")&&(e=e.toLowerCase()==="true"),e}function s6(e){e=ES(e);let t=e.indexOf("?");return t===-1?"":e.slice(t+1)}function u6(e,t){t={decode:!0,sort:!0,arrayFormat:"none",arrayFormatSeparator:",",parseNumbers:!1,parseBooleans:!1,...t},yS(t.arrayFormatSeparator);let n=sK(t),r=Object.create(null);if(typeof e!="string"||(e=e.trim().replace(/^[?#&]/,""),!e))return r;for(let o of e.split("&")){if(o==="")continue;let i=t.decode?o.replace(/\+/g," "):o,[s,l]=qh(i,"=");s===void 0&&(s=i),l=l===void 0?null:["comma","separator","bracket-separator"].includes(t.arrayFormat)?l:_i(l,t),n(_i(s,t),l,r)}for(let[o,i]of Object.entries(r))if(typeof i=="object"&&i!==null)for(let[s,l]of Object.entries(i))i[s]=gS(l,t);else r[o]=gS(i,t);return t.sort===!1?r:(t.sort===!0?Object.keys(r).sort():Object.keys(r).sort(t.sort)).reduce((o,i)=>{let s=r[i];return o[i]=s&&typeof s=="object"&&!Array.isArray(s)?bS(s):s,o},Object.create(null))}function DS(e,t){if(!e)return"";t={encode:!0,strict:!0,arrayFormat:"none",arrayFormatSeparator:",",...t},yS(t.arrayFormatSeparator);let n=s=>t.skipNull&&oK(e[s])||t.skipEmptyString&&e[s]==="",r=aK(t),o={};for(let[s,l]of Object.entries(e))n(s)||(o[s]=l);let i=Object.keys(o);return t.sort!==!1&&i.sort(t.sort),i.map(s=>{let l=e[s];return l===void 0?"":l===null?Gt(s,t):Array.isArray(l)?l.length===0&&t.arrayFormat==="bracket-separator"?Gt(s,t)+"[]":l.reduce(r(s),[]).join("&"):Gt(s,t)+"="+Gt(l,t)}).filter(s=>s.length>0).join("&")}function xS(e,t){t={decode:!0,...t};let[n,r]=qh(e,"#");return n===void 0&&(n=e),{url:n?.split("?")?.[0]??"",query:u6(s6(e),t),...t&&t.parseFragmentIdentifier&&r?{fragmentIdentifier:_i(r,t)}:{}}}function vS(e,t){t={encode:!0,strict:!0,[a6]:!0,...t};let n=ES(e.url).split("?")[0]||"",r=s6(e.url),o={...u6(r,{sort:!1}),...e.query},i=DS(o,t);i&&(i=`?${i}`);let s=uK(e.url);if(e.fragmentIdentifier){let l=new URL(n);l.hash=e.fragmentIdentifier,s=t[a6]?l.hash:`#${e.fragmentIdentifier}`}return`${n}${i}${s}`}function wS(e,t,n){n={parseFragmentIdentifier:!0,[a6]:!1,...n};let{url:r,query:o,fragmentIdentifier:i}=xS(e,n);return vS({url:r,query:mS(o,t),fragmentIdentifier:i},n)}function lK(e,t,n){let r=Array.isArray(t)?o=>!t.includes(o):(o,i)=>!t(o,i);return wS(e,r,n)}var kS=l6;var sl=G(_e(),1);function Fs(e=1e3){let t=(0,sl.useRef)(null),[n,r]=(0,sl.useState)(!1);async function o(i){await navigator.clipboard.writeText(i),r(!0),t.current&&clearTimeout(t.current),t.current=setTimeout(()=>{r(!1),t.current=null},e)}return(0,sl.useEffect)(()=>()=>{t.current&&clearTimeout(t.current)},[]),{copyToClipboard:o,isCopied:n}}function c6(e){return X`
989
+ `))}function c(y,D,w,A){let x=w.enter("tableCell"),v=w.enter("phrasing"),k=w.containerPhrasing(y,{...A,before:i,after:i});return v(),x(),k}function d(y,D){return T_(y,{align:D,alignDelimiters:r,padding:n,stringLength:o})}function h(y,D,w){let A=y.children,x=-1,v=[],k=D.enter("table");for(;++x<A.length;)v[x]=g(A[x],D,w);return k(),v}function g(y,D,w){let A=y.children,x=-1,v=[],k=D.enter("tableRow");for(;++x<A.length;)v[x]=c(A[x],y,D,w);return k(),v}function E(y,D,w){let A=Cd.inlineCode(y,D,w);return w.stack.includes("tableCell")&&(A=A.replace(/\|/g,"\\$&")),A}}function Wb(){return{exit:{taskListCheckValueChecked:K_,taskListCheckValueUnchecked:K_,paragraph:_X}}}function Vb(){return{unsafe:[{atBreak:!0,character:"-",after:"[:|-]"}],handlers:{listItem:SX}}}function K_(e){let t=this.stack[this.stack.length-2];t.type,t.checked=e.type==="taskListCheckValueChecked"}function _X(e){let t=this.stack[this.stack.length-2];if(t&&t.type==="listItem"&&typeof t.checked=="boolean"){let n=this.stack[this.stack.length-1];n.type;let r=n.children[0];if(r&&r.type==="text"){let o=t.children,i=-1,s;for(;++i<o.length;){let l=o[i];if(l.type==="paragraph"){s=l;break}}s===n&&(r.value=r.value.slice(1),r.value.length===0?n.children.shift():n.position&&r.position&&typeof r.position.start.offset=="number"&&(r.position.start.column++,r.position.start.offset++,n.position.start=Object.assign({},r.position.start)))}}this.exit(e)}function SX(e,t,n,r){let o=e.children[0],i=typeof e.checked=="boolean"&&o&&o.type==="paragraph",s="["+(e.checked?"x":" ")+"] ",l=n.createTracker(r);i&&l.move(s);let c=Cd.listItem(e,t,n,{...r,...l.current()});return i&&(c=c.replace(/^(?:[*+-]|\d+\.)([\r\n]| {1,3})/,d)),c;function d(h){return h+s}}function Gb(){return[kb(),Tb(),_b(),Ub(),Wb()]}function Yb(e){return{extensions:[Cb(),Ab(e),Sb(),jb(e),Vb()]}}var IX={tokenize:OX,partial:!0},Q_={tokenize:MX,partial:!0},Z_={tokenize:PX,partial:!0},J_={tokenize:BX,partial:!0},FX={tokenize:$X,partial:!0},eS={name:"wwwAutolink",tokenize:RX,previous:nS},tS={name:"protocolAutolink",tokenize:NX,previous:rS},Ai={name:"emailAutolink",tokenize:LX,previous:oS},jo={};function Xb(){return{text:jo}}var Is=48;for(;Is<123;)jo[Is]=Ai,Is++,Is===58?Is=65:Is===91&&(Is=97);jo[43]=Ai;jo[45]=Ai;jo[46]=Ai;jo[95]=Ai;jo[72]=[Ai,tS];jo[104]=[Ai,tS];jo[87]=[Ai,eS];jo[119]=[Ai,eS];function LX(e,t,n){let r=this,o,i;return s;function s(g){return!qb(g)||!oS.call(r,r.previous)||Kb(r.events)?n(g):(e.enter("literalAutolink"),e.enter("literalAutolinkEmail"),l(g))}function l(g){return qb(g)?(e.consume(g),l):g===64?(e.consume(g),c):n(g)}function c(g){return g===46?e.check(FX,h,d)(g):g===45||g===95||Nt(g)?(i=!0,e.consume(g),c):h(g)}function d(g){return e.consume(g),o=!0,c}function h(g){return i&&o&&en(r.previous)?(e.exit("literalAutolinkEmail"),e.exit("literalAutolink"),t(g)):n(g)}}function RX(e,t,n){let r=this;return o;function o(s){return s!==87&&s!==119||!nS.call(r,r.previous)||Kb(r.events)?n(s):(e.enter("literalAutolink"),e.enter("literalAutolinkWww"),e.check(IX,e.attempt(Q_,e.attempt(Z_,i),n),n)(s))}function i(s){return e.exit("literalAutolinkWww"),e.exit("literalAutolink"),t(s)}}function NX(e,t,n){let r=this,o="",i=!1;return s;function s(g){return(g===72||g===104)&&rS.call(r,r.previous)&&!Kb(r.events)?(e.enter("literalAutolink"),e.enter("literalAutolinkHttp"),o+=String.fromCodePoint(g),e.consume(g),l):n(g)}function l(g){if(en(g)&&o.length<5)return o+=String.fromCodePoint(g),e.consume(g),l;if(g===58){let E=o.toLowerCase();if(E==="http"||E==="https")return e.consume(g),c}return n(g)}function c(g){return g===47?(e.consume(g),i?d:(i=!0,c)):n(g)}function d(g){return g===null||xs(g)||We(g)||Po(g)||vs(g)?n(g):e.attempt(Q_,e.attempt(Z_,h),n)(g)}function h(g){return e.exit("literalAutolinkHttp"),e.exit("literalAutolink"),t(g)}}function OX(e,t,n){let r=0;return o;function o(s){return(s===87||s===119)&&r<3?(r++,e.consume(s),o):s===46&&r===3?(e.consume(s),i):n(s)}function i(s){return s===null?n(s):t(s)}}function MX(e,t,n){let r,o,i;return s;function s(d){return d===46||d===95?e.check(J_,c,l)(d):d===null||We(d)||Po(d)||d!==45&&vs(d)?c(d):(i=!0,e.consume(d),s)}function l(d){return d===95?r=!0:(o=r,r=void 0),e.consume(d),s}function c(d){return o||r||!i?n(d):t(d)}}function PX(e,t){let n=0,r=0;return o;function o(s){return s===40?(n++,e.consume(s),o):s===41&&r<n?i(s):s===33||s===34||s===38||s===39||s===41||s===42||s===44||s===46||s===58||s===59||s===60||s===63||s===93||s===95||s===126?e.check(J_,t,i)(s):s===null||We(s)||Po(s)?t(s):(e.consume(s),o)}function i(s){return s===41&&r++,e.consume(s),o}}function BX(e,t,n){return r;function r(l){return l===33||l===34||l===39||l===41||l===42||l===44||l===46||l===58||l===59||l===63||l===95||l===126?(e.consume(l),r):l===38?(e.consume(l),i):l===93?(e.consume(l),o):l===60||l===null||We(l)||Po(l)?t(l):n(l)}function o(l){return l===null||l===40||l===91||We(l)||Po(l)?t(l):r(l)}function i(l){return en(l)?s(l):n(l)}function s(l){return l===59?(e.consume(l),r):en(l)?(e.consume(l),s):n(l)}}function $X(e,t,n){return r;function r(i){return e.consume(i),o}function o(i){return Nt(i)?n(i):t(i)}}function nS(e){return e===null||e===40||e===42||e===95||e===91||e===93||e===126||We(e)}function rS(e){return!en(e)}function oS(e){return!(e===47||qb(e))}function qb(e){return e===43||e===45||e===46||e===95||Nt(e)}function Kb(e){let t=e.length,n=!1;for(;t--;){let r=e[t][1];if((r.type==="labelLink"||r.type==="labelImage")&&!r._balanced){n=!0;break}if(r._gfmAutolinkLiteralWalkedInto){n=!1;break}}return e.length>0&&!n&&(e[e.length-1][1]._gfmAutolinkLiteralWalkedInto=!0),n}var zX={tokenize:YX,partial:!0};function Qb(){return{document:{91:{name:"gfmFootnoteDefinition",tokenize:WX,continuation:{tokenize:VX},exit:GX}},text:{91:{name:"gfmFootnoteCall",tokenize:jX},93:{name:"gfmPotentialFootnoteCall",add:"after",tokenize:HX,resolveTo:UX}}}}function HX(e,t,n){let r=this,o=r.events.length,i=r.parser.gfmFootnotes||(r.parser.gfmFootnotes=[]),s;for(;o--;){let c=r.events[o][1];if(c.type==="labelImage"){s=c;break}if(c.type==="gfmFootnoteCall"||c.type==="labelLink"||c.type==="label"||c.type==="image"||c.type==="link")break}return l;function l(c){if(!s||!s._balanced)return n(c);let d=In(r.sliceSerialize({start:s.end,end:r.now()}));return d.codePointAt(0)!==94||!i.includes(d.slice(1))?n(c):(e.enter("gfmFootnoteCallLabelMarker"),e.consume(c),e.exit("gfmFootnoteCallLabelMarker"),t(c))}}function UX(e,t){let n=e.length,r;for(;n--;)if(e[n][1].type==="labelImage"&&e[n][0]==="enter"){r=e[n][1];break}e[n+1][1].type="data",e[n+3][1].type="gfmFootnoteCallLabelMarker";let o={type:"gfmFootnoteCall",start:Object.assign({},e[n+3][1].start),end:Object.assign({},e[e.length-1][1].end)},i={type:"gfmFootnoteCallMarker",start:Object.assign({},e[n+3][1].end),end:Object.assign({},e[n+3][1].end)};i.end.column++,i.end.offset++,i.end._bufferIndex++;let s={type:"gfmFootnoteCallString",start:Object.assign({},i.end),end:Object.assign({},e[e.length-1][1].start)},l={type:"chunkString",contentType:"string",start:Object.assign({},s.start),end:Object.assign({},s.end)},c=[e[n+1],e[n+2],["enter",o,t],e[n+3],e[n+4],["enter",i,t],["exit",i,t],["enter",s,t],["enter",l,t],["exit",l,t],["exit",s,t],e[e.length-2],e[e.length-1],["exit",o,t]];return e.splice(n,e.length-n+1,...c),e}function jX(e,t,n){let r=this,o=r.parser.gfmFootnotes||(r.parser.gfmFootnotes=[]),i=0,s;return l;function l(g){return e.enter("gfmFootnoteCall"),e.enter("gfmFootnoteCallLabelMarker"),e.consume(g),e.exit("gfmFootnoteCallLabelMarker"),c}function c(g){return g!==94?n(g):(e.enter("gfmFootnoteCallMarker"),e.consume(g),e.exit("gfmFootnoteCallMarker"),e.enter("gfmFootnoteCallString"),e.enter("chunkString").contentType="string",d)}function d(g){if(i>999||g===93&&!s||g===null||g===91||We(g))return n(g);if(g===93){e.exit("chunkString");let E=e.exit("gfmFootnoteCallString");return o.includes(In(r.sliceSerialize(E)))?(e.enter("gfmFootnoteCallLabelMarker"),e.consume(g),e.exit("gfmFootnoteCallLabelMarker"),e.exit("gfmFootnoteCall"),t):n(g)}return We(g)||(s=!0),i++,e.consume(g),g===92?h:d}function h(g){return g===91||g===92||g===93?(e.consume(g),i++,d):d(g)}}function WX(e,t,n){let r=this,o=r.parser.gfmFootnotes||(r.parser.gfmFootnotes=[]),i,s=0,l;return c;function c(D){return e.enter("gfmFootnoteDefinition")._container=!0,e.enter("gfmFootnoteDefinitionLabel"),e.enter("gfmFootnoteDefinitionLabelMarker"),e.consume(D),e.exit("gfmFootnoteDefinitionLabelMarker"),d}function d(D){return D===94?(e.enter("gfmFootnoteDefinitionMarker"),e.consume(D),e.exit("gfmFootnoteDefinitionMarker"),e.enter("gfmFootnoteDefinitionLabelString"),e.enter("chunkString").contentType="string",h):n(D)}function h(D){if(s>999||D===93&&!l||D===null||D===91||We(D))return n(D);if(D===93){e.exit("chunkString");let w=e.exit("gfmFootnoteDefinitionLabelString");return i=In(r.sliceSerialize(w)),e.enter("gfmFootnoteDefinitionLabelMarker"),e.consume(D),e.exit("gfmFootnoteDefinitionLabelMarker"),e.exit("gfmFootnoteDefinitionLabel"),E}return We(D)||(l=!0),s++,e.consume(D),D===92?g:h}function g(D){return D===91||D===92||D===93?(e.consume(D),s++,h):h(D)}function E(D){return D===58?(e.enter("definitionMarker"),e.consume(D),e.exit("definitionMarker"),o.includes(i)||o.push(i),Ae(e,y,"gfmFootnoteDefinitionWhitespace")):n(D)}function y(D){return t(D)}}function VX(e,t,n){return e.check(Bo,t,e.attempt(zX,t,n))}function GX(e){e.exit("gfmFootnoteDefinition")}function YX(e,t,n){let r=this;return Ae(e,o,"gfmFootnoteDefinitionIndent",5);function o(i){let s=r.events[r.events.length-1];return s&&s[1].type==="gfmFootnoteDefinitionIndent"&&s[2].sliceSerialize(s[1],!0).length===4?t(i):n(i)}}function Zb(e){let n=(e||{}).singleTilde,r={name:"strikethrough",tokenize:i,resolveAll:o};return n==null&&(n=!0),{text:{126:r},insideSpan:{null:[r]},attentionMarkers:{null:[126]}};function o(s,l){let c=-1;for(;++c<s.length;)if(s[c][0]==="enter"&&s[c][1].type==="strikethroughSequenceTemporary"&&s[c][1]._close){let d=c;for(;d--;)if(s[d][0]==="exit"&&s[d][1].type==="strikethroughSequenceTemporary"&&s[d][1]._open&&s[c][1].end.offset-s[c][1].start.offset===s[d][1].end.offset-s[d][1].start.offset){s[c][1].type="strikethroughSequence",s[d][1].type="strikethroughSequence";let h={type:"strikethrough",start:Object.assign({},s[d][1].start),end:Object.assign({},s[c][1].end)},g={type:"strikethroughText",start:Object.assign({},s[d][1].end),end:Object.assign({},s[c][1].start)},E=[["enter",h,l],["enter",s[d][1],l],["exit",s[d][1],l],["enter",g,l]],y=l.parser.constructs.insideSpan.null;y&&Ht(E,E.length,0,xa(y,s.slice(d+1,c),l)),Ht(E,E.length,0,[["exit",g,l],["enter",s[c][1],l],["exit",s[c][1],l],["exit",h,l]]),Ht(s,d-1,c-d+3,E),c=d+E.length-2;break}}for(c=-1;++c<s.length;)s[c][1].type==="strikethroughSequenceTemporary"&&(s[c][1].type="data");return s}function i(s,l,c){let d=this.previous,h=this.events,g=0;return E;function E(D){return d===126&&h[h.length-1][1].type!=="characterEscape"?c(D):(s.enter("strikethroughSequenceTemporary"),y(D))}function y(D){let w=Ti(d);if(D===126)return g>1?c(D):(s.consume(D),g++,y);if(g<2&&!n)return c(D);let A=s.exit("strikethroughSequenceTemporary"),x=Ti(D);return A._open=!x||x===2&&!!w,A._close=!w||w===2&&!!x,l(D)}}}var Vh=class{constructor(){this.map=[]}add(t,n,r){qX(this,t,n,r)}consume(t){if(this.map.sort(function(i,s){return i[0]-s[0]}),this.map.length===0)return;let n=this.map.length,r=[];for(;n>0;)n-=1,r.push(t.slice(this.map[n][0]+this.map[n][1]),this.map[n][2]),t.length=this.map[n][0];r.push(t.slice()),t.length=0;let o=r.pop();for(;o;){for(let i of o)t.push(i);o=r.pop()}this.map.length=0}};function qX(e,t,n,r){let o=0;if(!(n===0&&r.length===0)){for(;o<e.map.length;){if(e.map[o][0]===t){e.map[o][1]+=n,e.map[o][2].push(...r);return}o+=1}e.map.push([t,n,r])}}function iS(e,t){let n=!1,r=[];for(;t<e.length;){let o=e[t];if(n){if(o[0]==="enter")o[1].type==="tableContent"&&r.push(e[t+1][1].type==="tableDelimiterMarker"?"left":"none");else if(o[1].type==="tableContent"){if(e[t-1][1].type==="tableDelimiterMarker"){let i=r.length-1;r[i]=r[i]==="left"?"center":"right"}}else if(o[1].type==="tableDelimiterRow")break}else o[0]==="enter"&&o[1].type==="tableDelimiterRow"&&(n=!0);t+=1}return r}function Jb(){return{flow:{null:{name:"table",tokenize:XX,resolveAll:KX}}}}function XX(e,t,n){let r=this,o=0,i=0,s;return l;function l(M){let me=r.events.length-1;for(;me>-1;){let le=r.events[me][1].type;if(le==="lineEnding"||le==="linePrefix")me--;else break}let fe=me>-1?r.events[me][1].type:null,ue=fe==="tableHead"||fe==="tableRow"?I:c;return ue===I&&r.parser.lazy[r.now().line]?n(M):ue(M)}function c(M){return e.enter("tableHead"),e.enter("tableRow"),d(M)}function d(M){return M===124||(s=!0,i+=1),h(M)}function h(M){return M===null?n(M):ye(M)?i>1?(i=0,r.interrupt=!0,e.exit("tableRow"),e.enter("lineEnding"),e.consume(M),e.exit("lineEnding"),y):n(M):Se(M)?Ae(e,h,"whitespace")(M):(i+=1,s&&(s=!1,o+=1),M===124?(e.enter("tableCellDivider"),e.consume(M),e.exit("tableCellDivider"),s=!0,h):(e.enter("data"),g(M)))}function g(M){return M===null||M===124||We(M)?(e.exit("data"),h(M)):(e.consume(M),M===92?E:g)}function E(M){return M===92||M===124?(e.consume(M),g):g(M)}function y(M){return r.interrupt=!1,r.parser.lazy[r.now().line]?n(M):(e.enter("tableDelimiterRow"),s=!1,Se(M)?Ae(e,D,"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(M):D(M))}function D(M){return M===45||M===58?A(M):M===124?(s=!0,e.enter("tableCellDivider"),e.consume(M),e.exit("tableCellDivider"),w):B(M)}function w(M){return Se(M)?Ae(e,A,"whitespace")(M):A(M)}function A(M){return M===58?(i+=1,s=!0,e.enter("tableDelimiterMarker"),e.consume(M),e.exit("tableDelimiterMarker"),x):M===45?(i+=1,x(M)):M===null||ye(M)?L(M):B(M)}function x(M){return M===45?(e.enter("tableDelimiterFiller"),v(M)):B(M)}function v(M){return M===45?(e.consume(M),v):M===58?(s=!0,e.exit("tableDelimiterFiller"),e.enter("tableDelimiterMarker"),e.consume(M),e.exit("tableDelimiterMarker"),k):(e.exit("tableDelimiterFiller"),k(M))}function k(M){return Se(M)?Ae(e,L,"whitespace")(M):L(M)}function L(M){return M===124?D(M):M===null||ye(M)?!s||o!==i?B(M):(e.exit("tableDelimiterRow"),e.exit("tableHead"),t(M)):B(M)}function B(M){return n(M)}function I(M){return e.enter("tableRow"),z(M)}function z(M){return M===124?(e.enter("tableCellDivider"),e.consume(M),e.exit("tableCellDivider"),z):M===null||ye(M)?(e.exit("tableRow"),t(M)):Se(M)?Ae(e,z,"whitespace")(M):(e.enter("data"),q(M))}function q(M){return M===null||M===124||We(M)?(e.exit("data"),z(M)):(e.consume(M),M===92?te:q)}function te(M){return M===92||M===124?(e.consume(M),q):q(M)}}function KX(e,t){let n=-1,r=!0,o=0,i=[0,0,0,0],s=[0,0,0,0],l=!1,c=0,d,h,g,E=new Vh;for(;++n<e.length;){let y=e[n],D=y[1];y[0]==="enter"?D.type==="tableHead"?(l=!1,c!==0&&(aS(E,t,c,d,h),h=void 0,c=0),d={type:"table",start:Object.assign({},D.start),end:Object.assign({},D.end)},E.add(n,0,[["enter",d,t]])):D.type==="tableRow"||D.type==="tableDelimiterRow"?(r=!0,g=void 0,i=[0,0,0,0],s=[0,n+1,0,0],l&&(l=!1,h={type:"tableBody",start:Object.assign({},D.start),end:Object.assign({},D.end)},E.add(n,0,[["enter",h,t]])),o=D.type==="tableDelimiterRow"?2:h?3:1):o&&(D.type==="data"||D.type==="tableDelimiterMarker"||D.type==="tableDelimiterFiller")?(r=!1,s[2]===0&&(i[1]!==0&&(s[0]=s[1],g=Gh(E,t,i,o,void 0,g),i=[0,0,0,0]),s[2]=n)):D.type==="tableCellDivider"&&(r?r=!1:(i[1]!==0&&(s[0]=s[1],g=Gh(E,t,i,o,void 0,g)),i=s,s=[i[1],n,0,0])):D.type==="tableHead"?(l=!0,c=n):D.type==="tableRow"||D.type==="tableDelimiterRow"?(c=n,i[1]!==0?(s[0]=s[1],g=Gh(E,t,i,o,n,g)):s[1]!==0&&(g=Gh(E,t,s,o,n,g)),o=0):o&&(D.type==="data"||D.type==="tableDelimiterMarker"||D.type==="tableDelimiterFiller")&&(s[3]=n)}for(c!==0&&aS(E,t,c,d,h),E.consume(t.events),n=-1;++n<t.events.length;){let y=t.events[n];y[0]==="enter"&&y[1].type==="table"&&(y[1]._align=iS(t.events,n))}return e}function Gh(e,t,n,r,o,i){let s=r===1?"tableHeader":r===2?"tableDelimiter":"tableData",l="tableContent";n[0]!==0&&(i.end=Object.assign({},il(t.events,n[0])),e.add(n[0],0,[["exit",i,t]]));let c=il(t.events,n[1]);if(i={type:s,start:Object.assign({},c),end:Object.assign({},c)},e.add(n[1],0,[["enter",i,t]]),n[2]!==0){let d=il(t.events,n[2]),h=il(t.events,n[3]),g={type:l,start:Object.assign({},d),end:Object.assign({},h)};if(e.add(n[2],0,[["enter",g,t]]),r!==2){let E=t.events[n[2]],y=t.events[n[3]];if(E[1].end=Object.assign({},y[1].end),E[1].type="chunkText",E[1].contentType="text",n[3]>n[2]+1){let D=n[2]+1,w=n[3]-n[2]-1;e.add(D,w,[])}}e.add(n[3]+1,0,[["exit",g,t]])}return o!==void 0&&(i.end=Object.assign({},il(t.events,o)),e.add(o,0,[["exit",i,t]]),i=void 0),i}function aS(e,t,n,r,o){let i=[],s=il(t.events,n);o&&(o.end=Object.assign({},s),i.push(["exit",o,t])),r.end=Object.assign({},s),i.push(["exit",r,t]),e.add(n+1,0,i)}function il(e,t){let n=e[t],r=n[0]==="enter"?"start":"end";return n[1][r]}var QX={name:"tasklistCheck",tokenize:ZX};function e6(){return{text:{91:QX}}}function ZX(e,t,n){let r=this;return o;function o(c){return r.previous!==null||!r._gfmTasklistFirstContentOfListItem?n(c):(e.enter("taskListCheck"),e.enter("taskListCheckMarker"),e.consume(c),e.exit("taskListCheckMarker"),i)}function i(c){return We(c)?(e.enter("taskListCheckValueUnchecked"),e.consume(c),e.exit("taskListCheckValueUnchecked"),s):c===88||c===120?(e.enter("taskListCheckValueChecked"),e.consume(c),e.exit("taskListCheckValueChecked"),s):n(c)}function s(c){return c===93?(e.enter("taskListCheckMarker"),e.consume(c),e.exit("taskListCheckMarker"),e.exit("taskListCheck"),l):n(c)}function l(c){return ye(c)?t(c):Se(c)?e.check({tokenize:JX},t,n)(c):n(c)}}function JX(e,t,n){return Ae(e,r,"whitespace");function r(o){return o===null?n(o):t(o)}}function sS(e){return Q0([Xb(),Qb(),Zb(e),Jb(),e6()])}var eK={};function Yh(e){let t=this,n=e||eK,r=t.data(),o=r.micromarkExtensions||(r.micromarkExtensions=[]),i=r.fromMarkdownExtensions||(r.fromMarkdownExtensions=[]),s=r.toMarkdownExtensions||(r.toMarkdownExtensions=[]);o.push(sS(n)),i.push(Gb()),s.push(Yb(n))}var uS=G(De(),1),lS=G(_e(),1);var tK=(0,lS.forwardRef)((e,t)=>{let{InternalImage:n}=an();return(0,uS.jsx)(he,{ref:t,...e,as:n})});var Td=G(_e(),1),dS=G(cS(),1),_a=e=>{if(!e)return;let t=[];return Td.default.Children.forEach(e,n=>{if(typeof n=="string")t.push((0,dS.default)(n,{lower:!0,strict:!0}));else if(Td.default.isValidElement(n)){let r=n;if(r.props.children){let o=_a(r.props.children);o&&t.push(o)}}}),t.join("-")},al=(e,t)=>{let n=e.replace(/<!-- toc start -->.*?<!-- toc end -->/s,"").replace(/##.*content.*?\n*<!-- toc -->(.|[\r\n])*<!-- tocstop -->\n*/,"");return t&&(n=n.replace(t?/^#\s.+$/m:"","")),n.trim()},r6=e=>(0,Td.useCallback)((t,n,r)=>!(r?.type==="root"&&n===0&&t.tagName==="h1"&&t.children.length===1&&t.children[0].type==="text"&&t.children[0].value?.toLowerCase()===e.toLowerCase()),[e]);var JS=G(De(),1);var l6={};Nl(l6,{exclude:()=>lK,extract:()=>s6,parse:()=>u6,parseUrl:()=>xS,pick:()=>wS,stringify:()=>DS,stringifyUrl:()=>vS});var hS="%[a-f0-9]{2}",fS=new RegExp("("+hS+")|([^%]+?)","gi"),pS=new RegExp("("+hS+")+","gi");function o6(e,t){try{return[decodeURIComponent(e.join(""))]}catch{}if(e.length===1)return e;t=t||1;let n=e.slice(0,t),r=e.slice(t);return Array.prototype.concat.call([],o6(n),o6(r))}function nK(e){try{return decodeURIComponent(e)}catch{let t=e.match(fS)||[];for(let n=1;n<t.length;n++)e=o6(t,n).join(""),t=e.match(fS)||[];return e}}function rK(e){let t={"%FE%FF":"\uFFFD\uFFFD","%FF%FE":"\uFFFD\uFFFD"},n=pS.exec(e);for(;n;){try{t[n[0]]=decodeURIComponent(n[0])}catch{let o=nK(n[0]);o!==n[0]&&(t[n[0]]=o)}n=pS.exec(e)}t["%C2"]="\uFFFD";let r=Object.keys(t);for(let o of r)e=e.replace(new RegExp(o,"g"),t[o]);return e}function i6(e){if(typeof e!="string")throw new TypeError("Expected `encodedURI` to be of type `string`, got `"+typeof e+"`");try{return decodeURIComponent(e)}catch{return rK(e)}}function qh(e,t){if(!(typeof e=="string"&&typeof t=="string"))throw new TypeError("Expected the arguments to be of type `string`");if(e===""||t==="")return[];let n=e.indexOf(t);return n===-1?[]:[e.slice(0,n),e.slice(n+t.length)]}function mS(e,t){let n={};if(Array.isArray(t))for(let r of t){let o=Object.getOwnPropertyDescriptor(e,r);o?.enumerable&&Object.defineProperty(n,r,o)}else for(let r of Reflect.ownKeys(e)){let o=Object.getOwnPropertyDescriptor(e,r);if(o.enumerable){let i=e[r];t(r,i,e)&&Object.defineProperty(n,r,o)}}return n}var oK=e=>e==null,iK=e=>encodeURIComponent(e).replace(/[!'()*]/g,t=>`%${t.charCodeAt(0).toString(16).toUpperCase()}`),a6=Symbol("encodeFragmentIdentifier");function aK(e){switch(e.arrayFormat){case"index":return t=>(n,r)=>{let o=n.length;return r===void 0||e.skipNull&&r===null||e.skipEmptyString&&r===""?n:r===null?[...n,[Gt(t,e),"[",o,"]"].join("")]:[...n,[Gt(t,e),"[",Gt(o,e),"]=",Gt(r,e)].join("")]};case"bracket":return t=>(n,r)=>r===void 0||e.skipNull&&r===null||e.skipEmptyString&&r===""?n:r===null?[...n,[Gt(t,e),"[]"].join("")]:[...n,[Gt(t,e),"[]=",Gt(r,e)].join("")];case"colon-list-separator":return t=>(n,r)=>r===void 0||e.skipNull&&r===null||e.skipEmptyString&&r===""?n:r===null?[...n,[Gt(t,e),":list="].join("")]:[...n,[Gt(t,e),":list=",Gt(r,e)].join("")];case"comma":case"separator":case"bracket-separator":{let t=e.arrayFormat==="bracket-separator"?"[]=":"=";return n=>(r,o)=>o===void 0||e.skipNull&&o===null||e.skipEmptyString&&o===""?r:(o=o===null?"":o,r.length===0?[[Gt(n,e),t,Gt(o,e)].join("")]:[[r,Gt(o,e)].join(e.arrayFormatSeparator)])}default:return t=>(n,r)=>r===void 0||e.skipNull&&r===null||e.skipEmptyString&&r===""?n:r===null?[...n,Gt(t,e)]:[...n,[Gt(t,e),"=",Gt(r,e)].join("")]}}function sK(e){let t;switch(e.arrayFormat){case"index":return(n,r,o)=>{if(t=/\[(\d*)]$/.exec(n),n=n.replace(/\[\d*]$/,""),!t){o[n]=r;return}o[n]===void 0&&(o[n]={}),o[n][t[1]]=r};case"bracket":return(n,r,o)=>{if(t=/(\[])$/.exec(n),n=n.replace(/\[]$/,""),!t){o[n]=r;return}if(o[n]===void 0){o[n]=[r];return}o[n]=[...o[n],r]};case"colon-list-separator":return(n,r,o)=>{if(t=/(:list)$/.exec(n),n=n.replace(/:list$/,""),!t){o[n]=r;return}if(o[n]===void 0){o[n]=[r];return}o[n]=[...o[n],r]};case"comma":case"separator":return(n,r,o)=>{let i=typeof r=="string"&&r.includes(e.arrayFormatSeparator),s=typeof r=="string"&&!i&&_i(r,e).includes(e.arrayFormatSeparator);r=s?_i(r,e):r;let l=i||s?r.split(e.arrayFormatSeparator).map(c=>_i(c,e)):r===null?r:_i(r,e);o[n]=l};case"bracket-separator":return(n,r,o)=>{let i=/(\[])$/.test(n);if(n=n.replace(/\[]$/,""),!i){o[n]=r&&_i(r,e);return}let s=r===null?[]:r.split(e.arrayFormatSeparator).map(l=>_i(l,e));if(o[n]===void 0){o[n]=s;return}o[n]=[...o[n],...s]};default:return(n,r,o)=>{if(o[n]===void 0){o[n]=r;return}o[n]=[...[o[n]].flat(),r]}}}function yS(e){if(typeof e!="string"||e.length!==1)throw new TypeError("arrayFormatSeparator must be single character string")}function Gt(e,t){return t.encode?t.strict?iK(e):encodeURIComponent(e):e}function _i(e,t){return t.decode?i6(e):e}function bS(e){return Array.isArray(e)?e.sort():typeof e=="object"?bS(Object.keys(e)).sort((t,n)=>Number(t)-Number(n)).map(t=>e[t]):e}function ES(e){let t=e.indexOf("#");return t!==-1&&(e=e.slice(0,t)),e}function uK(e){let t="",n=e.indexOf("#");return n!==-1&&(t=e.slice(n)),t}function gS(e,t){return t.parseNumbers&&!Number.isNaN(Number(e))&&typeof e=="string"&&e.trim()!==""?e=Number(e):t.parseBooleans&&e!==null&&(e.toLowerCase()==="true"||e.toLowerCase()==="false")&&(e=e.toLowerCase()==="true"),e}function s6(e){e=ES(e);let t=e.indexOf("?");return t===-1?"":e.slice(t+1)}function u6(e,t){t={decode:!0,sort:!0,arrayFormat:"none",arrayFormatSeparator:",",parseNumbers:!1,parseBooleans:!1,...t},yS(t.arrayFormatSeparator);let n=sK(t),r=Object.create(null);if(typeof e!="string"||(e=e.trim().replace(/^[?#&]/,""),!e))return r;for(let o of e.split("&")){if(o==="")continue;let i=t.decode?o.replace(/\+/g," "):o,[s,l]=qh(i,"=");s===void 0&&(s=i),l=l===void 0?null:["comma","separator","bracket-separator"].includes(t.arrayFormat)?l:_i(l,t),n(_i(s,t),l,r)}for(let[o,i]of Object.entries(r))if(typeof i=="object"&&i!==null)for(let[s,l]of Object.entries(i))i[s]=gS(l,t);else r[o]=gS(i,t);return t.sort===!1?r:(t.sort===!0?Object.keys(r).sort():Object.keys(r).sort(t.sort)).reduce((o,i)=>{let s=r[i];return o[i]=s&&typeof s=="object"&&!Array.isArray(s)?bS(s):s,o},Object.create(null))}function DS(e,t){if(!e)return"";t={encode:!0,strict:!0,arrayFormat:"none",arrayFormatSeparator:",",...t},yS(t.arrayFormatSeparator);let n=s=>t.skipNull&&oK(e[s])||t.skipEmptyString&&e[s]==="",r=aK(t),o={};for(let[s,l]of Object.entries(e))n(s)||(o[s]=l);let i=Object.keys(o);return t.sort!==!1&&i.sort(t.sort),i.map(s=>{let l=e[s];return l===void 0?"":l===null?Gt(s,t):Array.isArray(l)?l.length===0&&t.arrayFormat==="bracket-separator"?Gt(s,t)+"[]":l.reduce(r(s),[]).join("&"):Gt(s,t)+"="+Gt(l,t)}).filter(s=>s.length>0).join("&")}function xS(e,t){t={decode:!0,...t};let[n,r]=qh(e,"#");return n===void 0&&(n=e),{url:n?.split("?")?.[0]??"",query:u6(s6(e),t),...t&&t.parseFragmentIdentifier&&r?{fragmentIdentifier:_i(r,t)}:{}}}function vS(e,t){t={encode:!0,strict:!0,[a6]:!0,...t};let n=ES(e.url).split("?")[0]||"",r=s6(e.url),o={...u6(r,{sort:!1}),...e.query},i=DS(o,t);i&&(i=`?${i}`);let s=uK(e.url);if(e.fragmentIdentifier){let l=new URL(n);l.hash=e.fragmentIdentifier,s=t[a6]?l.hash:`#${e.fragmentIdentifier}`}return`${n}${i}${s}`}function wS(e,t,n){n={parseFragmentIdentifier:!0,[a6]:!1,...n};let{url:r,query:o,fragmentIdentifier:i}=xS(e,n);return vS({url:r,query:mS(o,t),fragmentIdentifier:i},n)}function lK(e,t,n){let r=Array.isArray(t)?o=>!t.includes(o):(o,i)=>!t(o,i);return wS(e,r,n)}var kS=l6;var sl=G(_e(),1);function Fs(e=1e3){let t=(0,sl.useRef)(null),[n,r]=(0,sl.useState)(!1);async function o(i){await navigator.clipboard.writeText(i),r(!0),t.current&&clearTimeout(t.current),t.current=setTimeout(()=>{r(!1),t.current=null},e)}return(0,sl.useEffect)(()=>()=>{t.current&&clearTimeout(t.current)},[]),{copyToClipboard:o,isCopied:n}}function c6(e){return X`
990
990
  overflow: hidden;
991
991
  text-overflow: ellipsis;
992
992
  display: -webkit-box;
@@ -1057,7 +1057,7 @@ Details: https://developer.mozilla.org/en/docs/Web/HTML/CORS_enabled_image`));re
1057
1057
  background-color: ${p.color.success.action};
1058
1058
  }
1059
1059
  `}
1060
- `,ll=({successStyle:e,children:t,trackingId:n,trackingData:r,onClick:o,...i})=>{let s=typeof t=="string",{trackClick:l}=an();return(0,ul.jsx)(cK,{$successStyle:e,$hasText:s,onClick:d=>{l&&n&&l(n,r),o&&o(d)},...i,children:s?(0,ul.jsx)(Ue,{weight:"bold",children:t}):t})},Xh=({code:e,...t})=>{let{isCopied:n,copyToClipboard:r}=Fs();return(0,ul.jsx)(ll,{onClick:async()=>r(e),"data-test":"copy_to_clipboard","aria-label":"Copy to clipboard",...t,children:n?(0,ul.jsx)(Ka,{size:"16"}):(0,ul.jsx)(np,{size:"16"})})};var Sa=G(De(),1);var g6=G(_d(),1);var NS=G(_e(),1),OS=G(_e(),1);var d6=G(_e(),1);var MS=G(_e(),1),dK=Object.create,Qh=Object.defineProperty,fK=Object.defineProperties,pK=Object.getOwnPropertyDescriptor,hK=Object.getOwnPropertyDescriptors,IS=Object.getOwnPropertyNames,Kh=Object.getOwnPropertySymbols,mK=Object.getPrototypeOf,f6=Object.prototype.hasOwnProperty,FS=Object.prototype.propertyIsEnumerable,TS=(e,t,n)=>t in e?Qh(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Wo=(e,t)=>{for(var n in t||(t={}))f6.call(t,n)&&TS(e,n,t[n]);if(Kh)for(var n of Kh(t))FS.call(t,n)&&TS(e,n,t[n]);return e},Zh=(e,t)=>fK(e,hK(t)),LS=(e,t)=>{var n={};for(var r in e)f6.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Kh)for(var r of Kh(e))t.indexOf(r)<0&&FS.call(e,r)&&(n[r]=e[r]);return n},gK=(e,t)=>function(){return t||(0,e[IS(e)[0]])((t={exports:{}}).exports,t),t.exports},yK=(e,t)=>{for(var n in t)Qh(e,n,{get:t[n],enumerable:!0})},bK=(e,t,n,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of IS(t))!f6.call(e,o)&&o!==n&&Qh(e,o,{get:()=>t[o],enumerable:!(r=pK(t,o))||r.enumerable});return e},EK=(e,t,n)=>(n=e!=null?dK(mK(e)):{},bK(t||!e||!e.__esModule?Qh(n,"default",{value:e,enumerable:!0}):n,e)),DK=gK({"../../node_modules/.pnpm/prismjs@1.29.0_patch_hash=vrxx3pzkik6jpmgpayxfjunetu/node_modules/prismjs/prism.js"(e,t){var n=function(){var r=/(?:^|\s)lang(?:uage)?-([\w-]+)(?=\s|$)/i,o=0,i={},s={util:{encode:function D(w){return w instanceof l?new l(w.type,D(w.content),w.alias):Array.isArray(w)?w.map(D):w.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/\u00a0/g," ")},type:function(D){return Object.prototype.toString.call(D).slice(8,-1)},objId:function(D){return D.__id||Object.defineProperty(D,"__id",{value:++o}),D.__id},clone:function D(w,A){A=A||{};var x,v;switch(s.util.type(w)){case"Object":if(v=s.util.objId(w),A[v])return A[v];x={},A[v]=x;for(var k in w)w.hasOwnProperty(k)&&(x[k]=D(w[k],A));return x;case"Array":return v=s.util.objId(w),A[v]?A[v]:(x=[],A[v]=x,w.forEach(function(L,B){x[B]=D(L,A)}),x);default:return w}},getLanguage:function(D){for(;D;){var w=r.exec(D.className);if(w)return w[1].toLowerCase();D=D.parentElement}return"none"},setLanguage:function(D,w){D.className=D.className.replace(RegExp(r,"gi"),""),D.classList.add("language-"+w)},isActive:function(D,w,A){for(var x="no-"+w;D;){var v=D.classList;if(v.contains(w))return!0;if(v.contains(x))return!1;D=D.parentElement}return!!A}},languages:{plain:i,plaintext:i,text:i,txt:i,extend:function(D,w){var A=s.util.clone(s.languages[D]);for(var x in w)A[x]=w[x];return A},insertBefore:function(D,w,A,x){x=x||s.languages;var v=x[D],k={};for(var L in v)if(v.hasOwnProperty(L)){if(L==w)for(var B in A)A.hasOwnProperty(B)&&(k[B]=A[B]);A.hasOwnProperty(L)||(k[L]=v[L])}var I=x[D];return x[D]=k,s.languages.DFS(s.languages,function(z,q){q===I&&z!=D&&(this[z]=k)}),k},DFS:function D(w,A,x,v){v=v||{};var k=s.util.objId;for(var L in w)if(w.hasOwnProperty(L)){A.call(w,L,w[L],x||L);var B=w[L],I=s.util.type(B);I==="Object"&&!v[k(B)]?(v[k(B)]=!0,D(B,A,null,v)):I==="Array"&&!v[k(B)]&&(v[k(B)]=!0,D(B,A,L,v))}}},plugins:{},highlight:function(D,w,A){var x={code:D,grammar:w,language:A};if(s.hooks.run("before-tokenize",x),!x.grammar)throw new Error('The language "'+x.language+'" has no grammar.');return x.tokens=s.tokenize(x.code,x.grammar),s.hooks.run("after-tokenize",x),l.stringify(s.util.encode(x.tokens),x.language)},tokenize:function(D,w){var A=w.rest;if(A){for(var x in A)w[x]=A[x];delete w.rest}var v=new h;return g(v,v.head,D),d(D,v,w,v.head,0),y(v)},hooks:{all:{},add:function(D,w){var A=s.hooks.all;A[D]=A[D]||[],A[D].push(w)},run:function(D,w){var A=s.hooks.all[D];if(!(!A||!A.length))for(var x=0,v;v=A[x++];)v(w)}},Token:l};function l(D,w,A,x){this.type=D,this.content=w,this.alias=A,this.length=(x||"").length|0}l.stringify=function D(w,A){if(typeof w=="string")return w;if(Array.isArray(w)){var x="";return w.forEach(function(I){x+=D(I,A)}),x}var v={type:w.type,content:D(w.content,A),tag:"span",classes:["token",w.type],attributes:{},language:A},k=w.alias;k&&(Array.isArray(k)?Array.prototype.push.apply(v.classes,k):v.classes.push(k)),s.hooks.run("wrap",v);var L="";for(var B in v.attributes)L+=" "+B+'="'+(v.attributes[B]||"").replace(/"/g,"&quot;")+'"';return"<"+v.tag+' class="'+v.classes.join(" ")+'"'+L+">"+v.content+"</"+v.tag+">"};function c(D,w,A,x){D.lastIndex=w;var v=D.exec(A);if(v&&x&&v[1]){var k=v[1].length;v.index+=k,v[0]=v[0].slice(k)}return v}function d(D,w,A,x,v,k){for(var L in A)if(!(!A.hasOwnProperty(L)||!A[L])){var B=A[L];B=Array.isArray(B)?B:[B];for(var I=0;I<B.length;++I){if(k&&k.cause==L+","+I)return;var z=B[I],q=z.inside,te=!!z.lookbehind,M=!!z.greedy,me=z.alias;if(M&&!z.pattern.global){var fe=z.pattern.toString().match(/[imsuy]*$/)[0];z.pattern=RegExp(z.pattern.source,fe+"g")}for(var ue=z.pattern||z,le=x.next,ge=v;le!==w.tail&&!(k&&ge>=k.reach);ge+=le.value.length,le=le.next){var ke=le.value;if(w.length>D.length)return;if(!(ke instanceof l)){var be=1,se;if(M){if(se=c(ue,ge,D,te),!se||se.index>=D.length)break;var Ve=se.index,Ee=se.index+se[0].length,R=ge;for(R+=le.value.length;Ve>=R;)le=le.next,R+=le.value.length;if(R-=le.value.length,ge=R,le.value instanceof l)continue;for(var Te=le;Te!==w.tail&&(R<Ee||typeof Te.value=="string");Te=Te.next)be++,R+=Te.value.length;be--,ke=D.slice(ge,R),se.index-=ge}else if(se=c(ue,0,ke,te),!se)continue;var Ve=se.index,P=se[0],ot=ke.slice(0,Ve),Nn=ke.slice(Ve+P.length),pn=ge+ke.length;k&&pn>k.reach&&(k.reach=pn);var tn=le.prev;ot&&(tn=g(w,tn,ot),ge+=ot.length),E(w,tn,be);var ft=new l(L,q?s.tokenize(P,q):P,me,P);if(le=g(w,tn,ft),Nn&&g(w,le,Nn),be>1){var Mt={cause:L+","+I,reach:pn};d(D,w,A,le.prev,ge,Mt),k&&Mt.reach>k.reach&&(k.reach=Mt.reach)}}}}}}function h(){var D={value:null,prev:null,next:null},w={value:null,prev:D,next:null};D.next=w,this.head=D,this.tail=w,this.length=0}function g(D,w,A){var x=w.next,v={value:A,prev:w,next:x};return w.next=v,x.prev=v,D.length++,v}function E(D,w,A){for(var x=w.next,v=0;v<A&&x!==D.tail;v++)x=x.next;w.next=x,x.prev=w,D.length-=v}function y(D){for(var w=[],A=D.head.next;A!==D.tail;)w.push(A.value),A=A.next;return w}return s}();t.exports=n,n.default=n}}),Z=EK(DK());Z.languages.markup={comment:{pattern:/<!--(?:(?!<!--)[\s\S])*?-->/,greedy:!0},prolog:{pattern:/<\?[\s\S]+?\?>/,greedy:!0},doctype:{pattern:/<!DOCTYPE(?:[^>"'[\]]|"[^"]*"|'[^']*')+(?:\[(?:[^<"'\]]|"[^"]*"|'[^']*'|<(?!!--)|<!--(?:[^-]|-(?!->))*-->)*\]\s*)?>/i,greedy:!0,inside:{"internal-subset":{pattern:/(^[^\[]*\[)[\s\S]+(?=\]>$)/,lookbehind:!0,greedy:!0,inside:null},string:{pattern:/"[^"]*"|'[^']*'/,greedy:!0},punctuation:/^<!|>$|[[\]]/,"doctype-tag":/^DOCTYPE/i,name:/[^\s<>'"]+/}},cdata:{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,greedy:!0},tag:{pattern:/<\/?(?!\d)[^\s>\/=$<%]+(?:\s(?:\s*[^\s>\/=]+(?:\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))|(?=[\s/>])))+)?\s*\/?>/,greedy:!0,inside:{tag:{pattern:/^<\/?[^\s>\/]+/,inside:{punctuation:/^<\/?/,namespace:/^[^\s>\/:]+:/}},"special-attr":[],"attr-value":{pattern:/=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+)/,inside:{punctuation:[{pattern:/^=/,alias:"attr-equals"},{pattern:/^(\s*)["']|["']$/,lookbehind:!0}]}},punctuation:/\/?>/,"attr-name":{pattern:/[^\s>\/]+/,inside:{namespace:/^[^\s>\/:]+:/}}}},entity:[{pattern:/&[\da-z]{1,8};/i,alias:"named-entity"},/&#x?[\da-f]{1,8};/i]},Z.languages.markup.tag.inside["attr-value"].inside.entity=Z.languages.markup.entity,Z.languages.markup.doctype.inside["internal-subset"].inside=Z.languages.markup,Z.hooks.add("wrap",function(e){e.type==="entity"&&(e.attributes.title=e.content.replace(/&amp;/,"&"))}),Object.defineProperty(Z.languages.markup.tag,"addInlined",{value:function(e,r){var n={},n=(n["language-"+r]={pattern:/(^<!\[CDATA\[)[\s\S]+?(?=\]\]>$)/i,lookbehind:!0,inside:Z.languages[r]},n.cdata=/^<!\[CDATA\[|\]\]>$/i,{"included-cdata":{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,inside:n}}),r=(n["language-"+r]={pattern:/[\s\S]+/,inside:Z.languages[r]},{});r[e]={pattern:RegExp(/(<__[^>]*>)(?:<!\[CDATA\[(?:[^\]]|\](?!\]>))*\]\]>|(?!<!\[CDATA\[)[\s\S])*?(?=<\/__>)/.source.replace(/__/g,function(){return e}),"i"),lookbehind:!0,greedy:!0,inside:n},Z.languages.insertBefore("markup","cdata",r)}}),Object.defineProperty(Z.languages.markup.tag,"addAttribute",{value:function(e,t){Z.languages.markup.tag.inside["special-attr"].push({pattern:RegExp(/(^|["'\s])/.source+"(?:"+e+")"+/\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))/.source,"i"),lookbehind:!0,inside:{"attr-name":/^[^\s=]+/,"attr-value":{pattern:/=[\s\S]+/,inside:{value:{pattern:/(^=\s*(["']|(?!["'])))\S[\s\S]*(?=\2$)/,lookbehind:!0,alias:[t,"language-"+t],inside:Z.languages[t]},punctuation:[{pattern:/^=/,alias:"attr-equals"},/"|'/]}}}})}}),Z.languages.html=Z.languages.markup,Z.languages.mathml=Z.languages.markup,Z.languages.svg=Z.languages.markup,Z.languages.xml=Z.languages.extend("markup",{}),Z.languages.ssml=Z.languages.xml,Z.languages.atom=Z.languages.xml,Z.languages.rss=Z.languages.xml,function(e){var t={pattern:/\\[\\(){}[\]^$+*?|.]/,alias:"escape"},n=/\\(?:x[\da-fA-F]{2}|u[\da-fA-F]{4}|u\{[\da-fA-F]+\}|0[0-7]{0,2}|[123][0-7]{2}|c[a-zA-Z]|.)/,r="(?:[^\\\\-]|"+n.source+")",r=RegExp(r+"-"+r),o={pattern:/(<|')[^<>']+(?=[>']$)/,lookbehind:!0,alias:"variable"};e.languages.regex={"char-class":{pattern:/((?:^|[^\\])(?:\\\\)*)\[(?:[^\\\]]|\\[\s\S])*\]/,lookbehind:!0,inside:{"char-class-negation":{pattern:/(^\[)\^/,lookbehind:!0,alias:"operator"},"char-class-punctuation":{pattern:/^\[|\]$/,alias:"punctuation"},range:{pattern:r,inside:{escape:n,"range-punctuation":{pattern:/-/,alias:"operator"}}},"special-escape":t,"char-set":{pattern:/\\[wsd]|\\p\{[^{}]+\}/i,alias:"class-name"},escape:n}},"special-escape":t,"char-set":{pattern:/\.|\\[wsd]|\\p\{[^{}]+\}/i,alias:"class-name"},backreference:[{pattern:/\\(?![123][0-7]{2})[1-9]/,alias:"keyword"},{pattern:/\\k<[^<>']+>/,alias:"keyword",inside:{"group-name":o}}],anchor:{pattern:/[$^]|\\[ABbGZz]/,alias:"function"},escape:n,group:[{pattern:/\((?:\?(?:<[^<>']+>|'[^<>']+'|[>:]|<?[=!]|[idmnsuxU]+(?:-[idmnsuxU]+)?:?))?/,alias:"punctuation",inside:{"group-name":o}},{pattern:/\)/,alias:"punctuation"}],quantifier:{pattern:/(?:[+*?]|\{\d+(?:,\d*)?\})[?+]?/,alias:"number"},alternation:{pattern:/\|/,alias:"keyword"}}}(Z),Z.languages.clike={comment:[{pattern:/(^|[^\\])\/\*[\s\S]*?(?:\*\/|$)/,lookbehind:!0,greedy:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0,greedy:!0}],string:{pattern:/(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0},"class-name":{pattern:/(\b(?:class|extends|implements|instanceof|interface|new|trait)\s+|\bcatch\s+\()[\w.\\]+/i,lookbehind:!0,inside:{punctuation:/[.\\]/}},keyword:/\b(?:break|catch|continue|do|else|finally|for|function|if|in|instanceof|new|null|return|throw|try|while)\b/,boolean:/\b(?:false|true)\b/,function:/\b\w+(?=\()/,number:/\b0x[\da-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?/i,operator:/[<>]=?|[!=]=?=?|--?|\+\+?|&&?|\|\|?|[?*/~^%]/,punctuation:/[{}[\];(),.:]/},Z.languages.javascript=Z.languages.extend("clike",{"class-name":[Z.languages.clike["class-name"],{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$A-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\.(?:constructor|prototype))/,lookbehind:!0}],keyword:[{pattern:/((?:^|\})\s*)catch\b/,lookbehind:!0},{pattern:/(^|[^.]|\.\.\.\s*)\b(?:as|assert(?=\s*\{)|async(?=\s*(?:function\b|\(|[$\w\xA0-\uFFFF]|$))|await|break|case|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally(?=\s*(?:\{|$))|for|from(?=\s*(?:['"]|$))|function|(?:get|set)(?=\s*(?:[#\[$\w\xA0-\uFFFF]|$))|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)\b/,lookbehind:!0}],function:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*(?:\.\s*(?:apply|bind|call)\s*)?\()/,number:{pattern:RegExp(/(^|[^\w$])/.source+"(?:"+/NaN|Infinity/.source+"|"+/0[bB][01]+(?:_[01]+)*n?/.source+"|"+/0[oO][0-7]+(?:_[0-7]+)*n?/.source+"|"+/0[xX][\dA-Fa-f]+(?:_[\dA-Fa-f]+)*n?/.source+"|"+/\d+(?:_\d+)*n/.source+"|"+/(?:\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\.\d+(?:_\d+)*)(?:[Ee][+-]?\d+(?:_\d+)*)?/.source+")"+/(?![\w$])/.source),lookbehind:!0},operator:/--|\+\+|\*\*=?|=>|&&=?|\|\|=?|[!=]==|<<=?|>>>?=?|[-+*/%&|^!=<>]=?|\.{3}|\?\?=?|\?\.?|[~:]/}),Z.languages.javascript["class-name"][0].pattern=/(\b(?:class|extends|implements|instanceof|interface|new)\s+)[\w.\\]+/,Z.languages.insertBefore("javascript","keyword",{regex:{pattern:RegExp(/((?:^|[^$\w\xA0-\uFFFF."'\])\s]|\b(?:return|yield))\s*)/.source+/\//.source+"(?:"+/(?:\[(?:[^\]\\\r\n]|\\.)*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}/.source+"|"+/(?:\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.)*\])*\])*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}v[dgimyus]{0,7}/.source+")"+/(?=(?:\s|\/\*(?:[^*]|\*(?!\/))*\*\/)*(?:$|[\r\n,.;:})\]]|\/\/))/.source),lookbehind:!0,greedy:!0,inside:{"regex-source":{pattern:/^(\/)[\s\S]+(?=\/[a-z]*$)/,lookbehind:!0,alias:"language-regex",inside:Z.languages.regex},"regex-delimiter":/^\/|\/$/,"regex-flags":/^[a-z]+$/}},"function-variable":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*[=:]\s*(?:async\s*)?(?:\bfunction\b|(?:\((?:[^()]|\([^()]*\))*\)|(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)\s*=>))/,alias:"function"},parameter:[{pattern:/(function(?:\s+(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)?\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\))/,lookbehind:!0,inside:Z.languages.javascript},{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*=>)/i,lookbehind:!0,inside:Z.languages.javascript},{pattern:/(\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*=>)/,lookbehind:!0,inside:Z.languages.javascript},{pattern:/((?:\b|\s|^)(?!(?:as|async|await|break|case|catch|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)(?![$\w\xA0-\uFFFF]))(?:(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*)\(\s*|\]\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*\{)/,lookbehind:!0,inside:Z.languages.javascript}],constant:/\b[A-Z](?:[A-Z_]|\dx?)*\b/}),Z.languages.insertBefore("javascript","string",{hashbang:{pattern:/^#!.*/,greedy:!0,alias:"comment"},"template-string":{pattern:/`(?:\\[\s\S]|\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}|(?!\$\{)[^\\`])*`/,greedy:!0,inside:{"template-punctuation":{pattern:/^`|`$/,alias:"string"},interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}/,lookbehind:!0,inside:{"interpolation-punctuation":{pattern:/^\$\{|\}$/,alias:"punctuation"},rest:Z.languages.javascript}},string:/[\s\S]+/}},"string-property":{pattern:/((?:^|[,{])[ \t]*)(["'])(?:\\(?:\r\n|[\s\S])|(?!\2)[^\\\r\n])*\2(?=\s*:)/m,lookbehind:!0,greedy:!0,alias:"property"}}),Z.languages.insertBefore("javascript","operator",{"literal-property":{pattern:/((?:^|[,{])[ \t]*)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*:)/m,lookbehind:!0,alias:"property"}}),Z.languages.markup&&(Z.languages.markup.tag.addInlined("script","javascript"),Z.languages.markup.tag.addAttribute(/on(?:abort|blur|change|click|composition(?:end|start|update)|dblclick|error|focus(?:in|out)?|key(?:down|up)|load|mouse(?:down|enter|leave|move|out|over|up)|reset|resize|scroll|select|slotchange|submit|unload|wheel)/.source,"javascript")),Z.languages.js=Z.languages.javascript,Z.languages.actionscript=Z.languages.extend("javascript",{keyword:/\b(?:as|break|case|catch|class|const|default|delete|do|dynamic|each|else|extends|final|finally|for|function|get|if|implements|import|in|include|instanceof|interface|internal|is|namespace|native|new|null|override|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|use|var|void|while|with)\b/,operator:/\+\+|--|(?:[+\-*\/%^]|&&?|\|\|?|<<?|>>?>?|[!=]=?)=?|[~?@]/}),Z.languages.actionscript["class-name"].alias="function",delete Z.languages.actionscript.parameter,delete Z.languages.actionscript["literal-property"],Z.languages.markup&&Z.languages.insertBefore("actionscript","string",{xml:{pattern:/(^|[^.])<\/?\w+(?:\s+[^\s>\/=]+=("|')(?:\\[\s\S]|(?!\2)[^\\])*\2)*\s*\/?>/,lookbehind:!0,inside:Z.languages.markup}}),function(e){var t=/#(?!\{).+/,n={pattern:/#\{[^}]+\}/,alias:"variable"};e.languages.coffeescript=e.languages.extend("javascript",{comment:t,string:[{pattern:/'(?:\\[\s\S]|[^\\'])*'/,greedy:!0},{pattern:/"(?:\\[\s\S]|[^\\"])*"/,greedy:!0,inside:{interpolation:n}}],keyword:/\b(?:and|break|by|catch|class|continue|debugger|delete|do|each|else|extend|extends|false|finally|for|if|in|instanceof|is|isnt|let|loop|namespace|new|no|not|null|of|off|on|or|own|return|super|switch|then|this|throw|true|try|typeof|undefined|unless|until|when|while|window|with|yes|yield)\b/,"class-member":{pattern:/@(?!\d)\w+/,alias:"variable"}}),e.languages.insertBefore("coffeescript","comment",{"multiline-comment":{pattern:/###[\s\S]+?###/,alias:"comment"},"block-regex":{pattern:/\/{3}[\s\S]*?\/{3}/,alias:"regex",inside:{comment:t,interpolation:n}}}),e.languages.insertBefore("coffeescript","string",{"inline-javascript":{pattern:/`(?:\\[\s\S]|[^\\`])*`/,inside:{delimiter:{pattern:/^`|`$/,alias:"punctuation"},script:{pattern:/[\s\S]+/,alias:"language-javascript",inside:e.languages.javascript}}},"multiline-string":[{pattern:/'''[\s\S]*?'''/,greedy:!0,alias:"string"},{pattern:/"""[\s\S]*?"""/,greedy:!0,alias:"string",inside:{interpolation:n}}]}),e.languages.insertBefore("coffeescript","keyword",{property:/(?!\d)\w+(?=\s*:(?!:))/}),delete e.languages.coffeescript["template-string"],e.languages.coffee=e.languages.coffeescript}(Z),function(e){var t=e.languages.javadoclike={parameter:{pattern:/(^[\t ]*(?:\/{3}|\*|\/\*\*)\s*@(?:arg|arguments|param)\s+)\w+/m,lookbehind:!0},keyword:{pattern:/(^[\t ]*(?:\/{3}|\*|\/\*\*)\s*|\{)@[a-z][a-zA-Z-]+\b/m,lookbehind:!0},punctuation:/[{}]/};Object.defineProperty(t,"addSupport",{value:function(n,r){(n=typeof n=="string"?[n]:n).forEach(function(o){var i=function(g){g.inside||(g.inside={}),g.inside.rest=r},s="doc-comment";if(l=e.languages[o]){var l,c=l[s];if((c=c||(l=e.languages.insertBefore(o,"comment",{"doc-comment":{pattern:/(^|[^\\])\/\*\*[^/][\s\S]*?(?:\*\/|$)/,lookbehind:!0,alias:"comment"}}))[s])instanceof RegExp&&(c=l[s]={pattern:c}),Array.isArray(c))for(var d=0,h=c.length;d<h;d++)c[d]instanceof RegExp&&(c[d]={pattern:c[d]}),i(c[d]);else i(c)}})}}),t.addSupport(["java","javascript","php"],t)}(Z),function(e){var t=/(?:"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n])*')/,t=(e.languages.css={comment:/\/\*[\s\S]*?\*\//,atrule:{pattern:RegExp("@[\\w-](?:"+/[^;{\s"']|\s+(?!\s)/.source+"|"+t.source+")*?"+/(?:;|(?=\s*\{))/.source),inside:{rule:/^@[\w-]+/,"selector-function-argument":{pattern:/(\bselector\s*\(\s*(?![\s)]))(?:[^()\s]|\s+(?![\s)])|\((?:[^()]|\([^()]*\))*\))+(?=\s*\))/,lookbehind:!0,alias:"selector"},keyword:{pattern:/(^|[^\w-])(?:and|not|only|or)(?![\w-])/,lookbehind:!0}}},url:{pattern:RegExp("\\burl\\((?:"+t.source+"|"+/(?:[^\\\r\n()"']|\\[\s\S])*/.source+")\\)","i"),greedy:!0,inside:{function:/^url/i,punctuation:/^\(|\)$/,string:{pattern:RegExp("^"+t.source+"$"),alias:"url"}}},selector:{pattern:RegExp(`(^|[{}\\s])[^{}\\s](?:[^{};"'\\s]|\\s+(?![\\s{])|`+t.source+")*(?=\\s*\\{)"),lookbehind:!0},string:{pattern:t,greedy:!0},property:{pattern:/(^|[^-\w\xA0-\uFFFF])(?!\s)[-_a-z\xA0-\uFFFF](?:(?!\s)[-\w\xA0-\uFFFF])*(?=\s*:)/i,lookbehind:!0},important:/!important\b/i,function:{pattern:/(^|[^-a-z0-9])[-a-z0-9]+(?=\()/i,lookbehind:!0},punctuation:/[(){};:,]/},e.languages.css.atrule.inside.rest=e.languages.css,e.languages.markup);t&&(t.tag.addInlined("style","css"),t.tag.addAttribute("style","css"))}(Z),function(e){var t=/("|')(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,t=(e.languages.css.selector={pattern:e.languages.css.selector.pattern,lookbehind:!0,inside:t={"pseudo-element":/:(?:after|before|first-letter|first-line|selection)|::[-\w]+/,"pseudo-class":/:[-\w]+/,class:/\.[-\w]+/,id:/#[-\w]+/,attribute:{pattern:RegExp(`\\[(?:[^[\\]"']|`+t.source+")*\\]"),greedy:!0,inside:{punctuation:/^\[|\]$/,"case-sensitivity":{pattern:/(\s)[si]$/i,lookbehind:!0,alias:"keyword"},namespace:{pattern:/^(\s*)(?:(?!\s)[-*\w\xA0-\uFFFF])*\|(?!=)/,lookbehind:!0,inside:{punctuation:/\|$/}},"attr-name":{pattern:/^(\s*)(?:(?!\s)[-\w\xA0-\uFFFF])+/,lookbehind:!0},"attr-value":[t,{pattern:/(=\s*)(?:(?!\s)[-\w\xA0-\uFFFF])+(?=\s*$)/,lookbehind:!0}],operator:/[|~*^$]?=/}},"n-th":[{pattern:/(\(\s*)[+-]?\d*[\dn](?:\s*[+-]\s*\d+)?(?=\s*\))/,lookbehind:!0,inside:{number:/[\dn]+/,operator:/[+-]/}},{pattern:/(\(\s*)(?:even|odd)(?=\s*\))/i,lookbehind:!0}],combinator:/>|\+|~|\|\|/,punctuation:/[(),]/}},e.languages.css.atrule.inside["selector-function-argument"].inside=t,e.languages.insertBefore("css","property",{variable:{pattern:/(^|[^-\w\xA0-\uFFFF])--(?!\s)[-_a-z\xA0-\uFFFF](?:(?!\s)[-\w\xA0-\uFFFF])*/i,lookbehind:!0}}),{pattern:/(\b\d+)(?:%|[a-z]+(?![\w-]))/,lookbehind:!0}),n={pattern:/(^|[^\w.-])-?(?:\d+(?:\.\d+)?|\.\d+)/,lookbehind:!0};e.languages.insertBefore("css","function",{operator:{pattern:/(\s)[+\-*\/](?=\s)/,lookbehind:!0},hexcode:{pattern:/\B#[\da-f]{3,8}\b/i,alias:"color"},color:[{pattern:/(^|[^\w-])(?:AliceBlue|AntiqueWhite|Aqua|Aquamarine|Azure|Beige|Bisque|Black|BlanchedAlmond|Blue|BlueViolet|Brown|BurlyWood|CadetBlue|Chartreuse|Chocolate|Coral|CornflowerBlue|Cornsilk|Crimson|Cyan|DarkBlue|DarkCyan|DarkGoldenRod|DarkGr[ae]y|DarkGreen|DarkKhaki|DarkMagenta|DarkOliveGreen|DarkOrange|DarkOrchid|DarkRed|DarkSalmon|DarkSeaGreen|DarkSlateBlue|DarkSlateGr[ae]y|DarkTurquoise|DarkViolet|DeepPink|DeepSkyBlue|DimGr[ae]y|DodgerBlue|FireBrick|FloralWhite|ForestGreen|Fuchsia|Gainsboro|GhostWhite|Gold|GoldenRod|Gr[ae]y|Green|GreenYellow|HoneyDew|HotPink|IndianRed|Indigo|Ivory|Khaki|Lavender|LavenderBlush|LawnGreen|LemonChiffon|LightBlue|LightCoral|LightCyan|LightGoldenRodYellow|LightGr[ae]y|LightGreen|LightPink|LightSalmon|LightSeaGreen|LightSkyBlue|LightSlateGr[ae]y|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|SlateGr[ae]y|Snow|SpringGreen|SteelBlue|Tan|Teal|Thistle|Tomato|Transparent|Turquoise|Violet|Wheat|White|WhiteSmoke|Yellow|YellowGreen)(?![\w-])/i,lookbehind:!0},{pattern:/\b(?:hsl|rgb)\(\s*\d{1,3}\s*,\s*\d{1,3}%?\s*,\s*\d{1,3}%?\s*\)\B|\b(?:hsl|rgb)a\(\s*\d{1,3}\s*,\s*\d{1,3}%?\s*,\s*\d{1,3}%?\s*,\s*(?:0|0?\.\d+|1)\s*\)\B/i,inside:{unit:t,number:n,function:/[\w-]+(?=\()/,punctuation:/[(),]/}}],entity:/\\[\da-f]{1,8}/i,unit:t,number:n})}(Z),function(e){var t=/[*&][^\s[\]{},]+/,n=/!(?:<[\w\-%#;/?:@&=+$,.!~*'()[\]]+>|(?:[a-zA-Z\d-]*!)?[\w\-%#;/?:@&=+$.~*'()]+)?/,r="(?:"+n.source+"(?:[ ]+"+t.source+")?|"+t.source+"(?:[ ]+"+n.source+")?)",o=/(?:[^\s\x00-\x08\x0e-\x1f!"#%&'*,\-:>?@[\]`{|}\x7f-\x84\x86-\x9f\ud800-\udfff\ufffe\uffff]|[?:-]<PLAIN>)(?:[ \t]*(?:(?![#:])<PLAIN>|:<PLAIN>))*/.source.replace(/<PLAIN>/g,function(){return/[^\s\x00-\x08\x0e-\x1f,[\]{}\x7f-\x84\x86-\x9f\ud800-\udfff\ufffe\uffff]/.source}),i=/"(?:[^"\\\r\n]|\\.)*"|'(?:[^'\\\r\n]|\\.)*'/.source;function s(l,c){c=(c||"").replace(/m/g,"")+"m";var d=/([:\-,[{]\s*(?:\s<<prop>>[ \t]+)?)(?:<<value>>)(?=[ \t]*(?:$|,|\]|\}|(?:[\r\n]\s*)?#))/.source.replace(/<<prop>>/g,function(){return r}).replace(/<<value>>/g,function(){return l});return RegExp(d,c)}e.languages.yaml={scalar:{pattern:RegExp(/([\-:]\s*(?:\s<<prop>>[ \t]+)?[|>])[ \t]*(?:((?:\r?\n|\r)[ \t]+)\S[^\r\n]*(?:\2[^\r\n]+)*)/.source.replace(/<<prop>>/g,function(){return r})),lookbehind:!0,alias:"string"},comment:/#.*/,key:{pattern:RegExp(/((?:^|[:\-,[{\r\n?])[ \t]*(?:<<prop>>[ \t]+)?)<<key>>(?=\s*:\s)/.source.replace(/<<prop>>/g,function(){return r}).replace(/<<key>>/g,function(){return"(?:"+o+"|"+i+")"})),lookbehind:!0,greedy:!0,alias:"atrule"},directive:{pattern:/(^[ \t]*)%.+/m,lookbehind:!0,alias:"important"},datetime:{pattern:s(/\d{4}-\d\d?-\d\d?(?:[tT]|[ \t]+)\d\d?:\d{2}:\d{2}(?:\.\d*)?(?:[ \t]*(?:Z|[-+]\d\d?(?::\d{2})?))?|\d{4}-\d{2}-\d{2}|\d\d?:\d{2}(?::\d{2}(?:\.\d*)?)?/.source),lookbehind:!0,alias:"number"},boolean:{pattern:s(/false|true/.source,"i"),lookbehind:!0,alias:"important"},null:{pattern:s(/null|~/.source,"i"),lookbehind:!0,alias:"important"},string:{pattern:s(i),lookbehind:!0,greedy:!0},number:{pattern:s(/[+-]?(?:0x[\da-f]+|0o[0-7]+|(?:\d+(?:\.\d*)?|\.\d+)(?:e[+-]?\d+)?|\.inf|\.nan)/.source,"i"),lookbehind:!0},tag:n,important:t,punctuation:/---|[:[\]{}\-,|>?]|\.\.\./},e.languages.yml=e.languages.yaml}(Z),function(e){var t=/(?:\\.|[^\\\n\r]|(?:\n|\r\n?)(?![\r\n]))/.source;function n(d){return d=d.replace(/<inner>/g,function(){return t}),RegExp(/((?:^|[^\\])(?:\\{2})*)/.source+"(?:"+d+")")}var r=/(?:\\.|``(?:[^`\r\n]|`(?!`))+``|`[^`\r\n]+`|[^\\|\r\n`])+/.source,o=/\|?__(?:\|__)+\|?(?:(?:\n|\r\n?)|(?![\s\S]))/.source.replace(/__/g,function(){return r}),i=/\|?[ \t]*:?-{3,}:?[ \t]*(?:\|[ \t]*:?-{3,}:?[ \t]*)+\|?(?:\n|\r\n?)/.source,s=(e.languages.markdown=e.languages.extend("markup",{}),e.languages.insertBefore("markdown","prolog",{"front-matter-block":{pattern:/(^(?:\s*[\r\n])?)---(?!.)[\s\S]*?[\r\n]---(?!.)/,lookbehind:!0,greedy:!0,inside:{punctuation:/^---|---$/,"front-matter":{pattern:/\S+(?:\s+\S+)*/,alias:["yaml","language-yaml"],inside:e.languages.yaml}}},blockquote:{pattern:/^>(?:[\t ]*>)*/m,alias:"punctuation"},table:{pattern:RegExp("^"+o+i+"(?:"+o+")*","m"),inside:{"table-data-rows":{pattern:RegExp("^("+o+i+")(?:"+o+")*$"),lookbehind:!0,inside:{"table-data":{pattern:RegExp(r),inside:e.languages.markdown},punctuation:/\|/}},"table-line":{pattern:RegExp("^("+o+")"+i+"$"),lookbehind:!0,inside:{punctuation:/\||:?-{3,}:?/}},"table-header-row":{pattern:RegExp("^"+o+"$"),inside:{"table-header":{pattern:RegExp(r),alias:"important",inside:e.languages.markdown},punctuation:/\|/}}}},code:[{pattern:/((?:^|\n)[ \t]*\n|(?:^|\r\n?)[ \t]*\r\n?)(?: {4}|\t).+(?:(?:\n|\r\n?)(?: {4}|\t).+)*/,lookbehind:!0,alias:"keyword"},{pattern:/^```[\s\S]*?^```$/m,greedy:!0,inside:{"code-block":{pattern:/^(```.*(?:\n|\r\n?))[\s\S]+?(?=(?:\n|\r\n?)^```$)/m,lookbehind:!0},"code-language":{pattern:/^(```).+/,lookbehind:!0},punctuation:/```/}}],title:[{pattern:/\S.*(?:\n|\r\n?)(?:==+|--+)(?=[ \t]*$)/m,alias:"important",inside:{punctuation:/==+$|--+$/}},{pattern:/(^\s*)#.+/m,lookbehind:!0,alias:"important",inside:{punctuation:/^#+|#+$/}}],hr:{pattern:/(^\s*)([*-])(?:[\t ]*\2){2,}(?=\s*$)/m,lookbehind:!0,alias:"punctuation"},list:{pattern:/(^\s*)(?:[*+-]|\d+\.)(?=[\t ].)/m,lookbehind:!0,alias:"punctuation"},"url-reference":{pattern:/!?\[[^\]]+\]:[\t ]+(?:\S+|<(?:\\.|[^>\\])+>)(?:[\t ]+(?:"(?:\\.|[^"\\])*"|'(?:\\.|[^'\\])*'|\((?:\\.|[^)\\])*\)))?/,inside:{variable:{pattern:/^(!?\[)[^\]]+/,lookbehind:!0},string:/(?:"(?:\\.|[^"\\])*"|'(?:\\.|[^'\\])*'|\((?:\\.|[^)\\])*\))$/,punctuation:/^[\[\]!:]|[<>]/},alias:"url"},bold:{pattern:n(/\b__(?:(?!_)<inner>|_(?:(?!_)<inner>)+_)+__\b|\*\*(?:(?!\*)<inner>|\*(?:(?!\*)<inner>)+\*)+\*\*/.source),lookbehind:!0,greedy:!0,inside:{content:{pattern:/(^..)[\s\S]+(?=..$)/,lookbehind:!0,inside:{}},punctuation:/\*\*|__/}},italic:{pattern:n(/\b_(?:(?!_)<inner>|__(?:(?!_)<inner>)+__)+_\b|\*(?:(?!\*)<inner>|\*\*(?:(?!\*)<inner>)+\*\*)+\*/.source),lookbehind:!0,greedy:!0,inside:{content:{pattern:/(^.)[\s\S]+(?=.$)/,lookbehind:!0,inside:{}},punctuation:/[*_]/}},strike:{pattern:n(/(~~?)(?:(?!~)<inner>)+\2/.source),lookbehind:!0,greedy:!0,inside:{content:{pattern:/(^~~?)[\s\S]+(?=\1$)/,lookbehind:!0,inside:{}},punctuation:/~~?/}},"code-snippet":{pattern:/(^|[^\\`])(?:``[^`\r\n]+(?:`[^`\r\n]+)*``(?!`)|`[^`\r\n]+`(?!`))/,lookbehind:!0,greedy:!0,alias:["code","keyword"]},url:{pattern:n(/!?\[(?:(?!\])<inner>)+\](?:\([^\s)]+(?:[\t ]+"(?:\\.|[^"\\])*")?\)|[ \t]?\[(?:(?!\])<inner>)+\])/.source),lookbehind:!0,greedy:!0,inside:{operator:/^!/,content:{pattern:/(^\[)[^\]]+(?=\])/,lookbehind:!0,inside:{}},variable:{pattern:/(^\][ \t]?\[)[^\]]+(?=\]$)/,lookbehind:!0},url:{pattern:/(^\]\()[^\s)]+/,lookbehind:!0},string:{pattern:/(^[ \t]+)"(?:\\.|[^"\\])*"(?=\)$)/,lookbehind:!0}}}}),["url","bold","italic","strike"].forEach(function(d){["url","bold","italic","strike","code-snippet"].forEach(function(h){d!==h&&(e.languages.markdown[d].inside.content.inside[h]=e.languages.markdown[h])})}),e.hooks.add("after-tokenize",function(d){d.language!=="markdown"&&d.language!=="md"||function h(g){if(g&&typeof g!="string")for(var E=0,y=g.length;E<y;E++){var D,w=g[E];w.type!=="code"?h(w.content):(D=w.content[1],w=w.content[3],D&&w&&D.type==="code-language"&&w.type==="code-block"&&typeof D.content=="string"&&(D=D.content.replace(/\b#/g,"sharp").replace(/\b\+\+/g,"pp"),D="language-"+(D=(/[a-z][\w-]*/i.exec(D)||[""])[0].toLowerCase()),w.alias?typeof w.alias=="string"?w.alias=[w.alias,D]:w.alias.push(D):w.alias=[D]))}}(d.tokens)}),e.hooks.add("wrap",function(d){if(d.type==="code-block"){for(var h="",g=0,E=d.classes.length;g<E;g++){var y=d.classes[g],y=/language-(.+)/.exec(y);if(y){h=y[1];break}}var D,w=e.languages[h];w?d.content=e.highlight(function(A){return A=A.replace(s,""),A=A.replace(/&(\w{1,8}|#x?[\da-f]{1,8});/gi,function(x,v){var k;return(v=v.toLowerCase())[0]==="#"?(k=v[1]==="x"?parseInt(v.slice(2),16):Number(v.slice(1)),c(k)):l[v]||x})}(d.content),w,h):h&&h!=="none"&&e.plugins.autoloader&&(D="md-"+new Date().valueOf()+"-"+Math.floor(1e16*Math.random()),d.attributes.id=D,e.plugins.autoloader.loadLanguages(h,function(){var A=document.getElementById(D);A&&(A.innerHTML=e.highlight(A.textContent,e.languages[h],h))}))}}),RegExp(e.languages.markup.tag.pattern.source,"gi")),l={amp:"&",lt:"<",gt:">",quot:'"'},c=String.fromCodePoint||String.fromCharCode;e.languages.md=e.languages.markdown}(Z),Z.languages.graphql={comment:/#.*/,description:{pattern:/(?:"""(?:[^"]|(?!""")")*"""|"(?:\\.|[^\\"\r\n])*")(?=\s*[a-z_])/i,greedy:!0,alias:"string",inside:{"language-markdown":{pattern:/(^"(?:"")?)(?!\1)[\s\S]+(?=\1$)/,lookbehind:!0,inside:Z.languages.markdown}}},string:{pattern:/"""(?:[^"]|(?!""")")*"""|"(?:\\.|[^\\"\r\n])*"/,greedy:!0},number:/(?:\B-|\b)\d+(?:\.\d+)?(?:e[+-]?\d+)?\b/i,boolean:/\b(?:false|true)\b/,variable:/\$[a-z_]\w*/i,directive:{pattern:/@[a-z_]\w*/i,alias:"function"},"attr-name":{pattern:/\b[a-z_]\w*(?=\s*(?:\((?:[^()"]|"(?:\\.|[^\\"\r\n])*")*\))?:)/i,greedy:!0},"atom-input":{pattern:/\b[A-Z]\w*Input\b/,alias:"class-name"},scalar:/\b(?:Boolean|Float|ID|Int|String)\b/,constant:/\b[A-Z][A-Z_\d]*\b/,"class-name":{pattern:/(\b(?:enum|implements|interface|on|scalar|type|union)\s+|&\s*|:\s*|\[)[A-Z_]\w*/,lookbehind:!0},fragment:{pattern:/(\bfragment\s+|\.{3}\s*(?!on\b))[a-zA-Z_]\w*/,lookbehind:!0,alias:"function"},"definition-mutation":{pattern:/(\bmutation\s+)[a-zA-Z_]\w*/,lookbehind:!0,alias:"function"},"definition-query":{pattern:/(\bquery\s+)[a-zA-Z_]\w*/,lookbehind:!0,alias:"function"},keyword:/\b(?:directive|enum|extend|fragment|implements|input|interface|mutation|on|query|repeatable|scalar|schema|subscription|type|union)\b/,operator:/[!=|&]|\.{3}/,"property-query":/\w+(?=\s*\()/,object:/\w+(?=\s*\{)/,punctuation:/[!(){}\[\]:=,]/,property:/\w+/},Z.hooks.add("after-tokenize",function(e){if(e.language==="graphql")for(var t=e.tokens.filter(function(D){return typeof D!="string"&&D.type!=="comment"&&D.type!=="scalar"}),n=0;n<t.length;){var r=t[n++];if(r.type==="keyword"&&r.content==="mutation"){var o=[];if(g(["definition-mutation","punctuation"])&&h(1).content==="("){n+=2;var i=E(/^\($/,/^\)$/);if(i===-1)continue;for(;n<i;n++){var s=h(0);s.type==="variable"&&(y(s,"variable-input"),o.push(s.content))}n=i+1}if(g(["punctuation","property-query"])&&h(0).content==="{"&&(n++,y(h(0),"property-mutation"),0<o.length)){var l=E(/^\{$/,/^\}$/);if(l!==-1)for(var c=n;c<l;c++){var d=t[c];d.type==="variable"&&0<=o.indexOf(d.content)&&y(d,"variable-input")}}}}function h(D){return t[n+D]}function g(D,w){w=w||0;for(var A=0;A<D.length;A++){var x=h(A+w);if(!x||x.type!==D[A])return}return 1}function E(D,w){for(var A=1,x=n;x<t.length;x++){var v=t[x],k=v.content;if(v.type==="punctuation"&&typeof k=="string"){if(D.test(k))A++;else if(w.test(k)&&--A===0)return x}}return-1}function y(D,w){var A=D.alias;A?Array.isArray(A)||(D.alias=A=[A]):D.alias=A=[],A.push(w)}}),Z.languages.sql={comment:{pattern:/(^|[^\\])(?:\/\*[\s\S]*?\*\/|(?:--|\/\/|#).*)/,lookbehind:!0},variable:[{pattern:/@(["'`])(?:\\[\s\S]|(?!\1)[^\\])+\1/,greedy:!0},/@[\w.$]+/],string:{pattern:/(^|[^@\\])("|')(?:\\[\s\S]|(?!\2)[^\\]|\2\2)*\2/,greedy:!0,lookbehind:!0},identifier:{pattern:/(^|[^@\\])`(?:\\[\s\S]|[^`\\]|``)*`/,greedy:!0,lookbehind:!0,inside:{punctuation:/^`|`$/}},function:/\b(?:AVG|COUNT|FIRST|FORMAT|LAST|LCASE|LEN|MAX|MID|MIN|MOD|NOW|ROUND|SUM|UCASE)(?=\s*\()/i,keyword:/\b(?:ACTION|ADD|AFTER|ALGORITHM|ALL|ALTER|ANALYZE|ANY|APPLY|AS|ASC|AUTHORIZATION|AUTO_INCREMENT|BACKUP|BDB|BEGIN|BERKELEYDB|BIGINT|BINARY|BIT|BLOB|BOOL|BOOLEAN|BREAK|BROWSE|BTREE|BULK|BY|CALL|CASCADED?|CASE|CHAIN|CHAR(?:ACTER|SET)?|CHECK(?:POINT)?|CLOSE|CLUSTERED|COALESCE|COLLATE|COLUMNS?|COMMENT|COMMIT(?:TED)?|COMPUTE|CONNECT|CONSISTENT|CONSTRAINT|CONTAINS(?:TABLE)?|CONTINUE|CONVERT|CREATE|CROSS|CURRENT(?:_DATE|_TIME|_TIMESTAMP|_USER)?|CURSOR|CYCLE|DATA(?:BASES?)?|DATE(?:TIME)?|DAY|DBCC|DEALLOCATE|DEC|DECIMAL|DECLARE|DEFAULT|DEFINER|DELAYED|DELETE|DELIMITERS?|DENY|DESC|DESCRIBE|DETERMINISTIC|DISABLE|DISCARD|DISK|DISTINCT|DISTINCTROW|DISTRIBUTED|DO|DOUBLE|DROP|DUMMY|DUMP(?:FILE)?|DUPLICATE|ELSE(?:IF)?|ENABLE|ENCLOSED|END|ENGINE|ENUM|ERRLVL|ERRORS|ESCAPED?|EXCEPT|EXEC(?:UTE)?|EXISTS|EXIT|EXPLAIN|EXTENDED|FETCH|FIELDS|FILE|FILLFACTOR|FIRST|FIXED|FLOAT|FOLLOWING|FOR(?: EACH ROW)?|FORCE|FOREIGN|FREETEXT(?:TABLE)?|FROM|FULL|FUNCTION|GEOMETRY(?:COLLECTION)?|GLOBAL|GOTO|GRANT|GROUP|HANDLER|HASH|HAVING|HOLDLOCK|HOUR|IDENTITY(?:COL|_INSERT)?|IF|IGNORE|IMPORT|INDEX|INFILE|INNER|INNODB|INOUT|INSERT|INT|INTEGER|INTERSECT|INTERVAL|INTO|INVOKER|ISOLATION|ITERATE|JOIN|KEYS?|KILL|LANGUAGE|LAST|LEAVE|LEFT|LEVEL|LIMIT|LINENO|LINES|LINESTRING|LOAD|LOCAL|LOCK|LONG(?:BLOB|TEXT)|LOOP|MATCH(?:ED)?|MEDIUM(?:BLOB|INT|TEXT)|MERGE|MIDDLEINT|MINUTE|MODE|MODIFIES|MODIFY|MONTH|MULTI(?:LINESTRING|POINT|POLYGON)|NATIONAL|NATURAL|NCHAR|NEXT|NO|NONCLUSTERED|NULLIF|NUMERIC|OFF?|OFFSETS?|ON|OPEN(?:DATASOURCE|QUERY|ROWSET)?|OPTIMIZE|OPTION(?:ALLY)?|ORDER|OUT(?:ER|FILE)?|OVER|PARTIAL|PARTITION|PERCENT|PIVOT|PLAN|POINT|POLYGON|PRECEDING|PRECISION|PREPARE|PREV|PRIMARY|PRINT|PRIVILEGES|PROC(?:EDURE)?|PUBLIC|PURGE|QUICK|RAISERROR|READS?|REAL|RECONFIGURE|REFERENCES|RELEASE|RENAME|REPEAT(?:ABLE)?|REPLACE|REPLICATION|REQUIRE|RESIGNAL|RESTORE|RESTRICT|RETURN(?:ING|S)?|REVOKE|RIGHT|ROLLBACK|ROUTINE|ROW(?:COUNT|GUIDCOL|S)?|RTREE|RULE|SAVE(?:POINT)?|SCHEMA|SECOND|SELECT|SERIAL(?:IZABLE)?|SESSION(?:_USER)?|SET(?:USER)?|SHARE|SHOW|SHUTDOWN|SIMPLE|SMALLINT|SNAPSHOT|SOME|SONAME|SQL|START(?:ING)?|STATISTICS|STATUS|STRIPED|SYSTEM_USER|TABLES?|TABLESPACE|TEMP(?:ORARY|TABLE)?|TERMINATED|TEXT(?:SIZE)?|THEN|TIME(?:STAMP)?|TINY(?:BLOB|INT|TEXT)|TOP?|TRAN(?:SACTIONS?)?|TRIGGER|TRUNCATE|TSEQUAL|TYPES?|UNBOUNDED|UNCOMMITTED|UNDEFINED|UNION|UNIQUE|UNLOCK|UNPIVOT|UNSIGNED|UPDATE(?:TEXT)?|USAGE|USE|USER|USING|VALUES?|VAR(?:BINARY|CHAR|CHARACTER|YING)|VIEW|WAITFOR|WARNINGS|WHEN|WHERE|WHILE|WITH(?: ROLLUP|IN)?|WORK|WRITE(?:TEXT)?|YEAR)\b/i,boolean:/\b(?:FALSE|NULL|TRUE)\b/i,number:/\b0x[\da-f]+\b|\b\d+(?:\.\d*)?|\B\.\d+\b/i,operator:/[-+*\/=%^~]|&&?|\|\|?|!=?|<(?:=>?|<|>)?|>[>=]?|\b(?:AND|BETWEEN|DIV|ILIKE|IN|IS|LIKE|NOT|OR|REGEXP|RLIKE|SOUNDS LIKE|XOR)\b/i,punctuation:/[;[\]()`,.]/},function(e){var t=e.languages.javascript["template-string"],n=t.pattern.source,r=t.inside.interpolation,o=r.inside["interpolation-punctuation"],i=r.pattern.source;function s(g,E){if(e.languages[g])return{pattern:RegExp("((?:"+E+")\\s*)"+n),lookbehind:!0,greedy:!0,inside:{"template-punctuation":{pattern:/^`|`$/,alias:"string"},"embedded-code":{pattern:/[\s\S]+/,alias:g}}}}function l(g,E,y){return g={code:g,grammar:E,language:y},e.hooks.run("before-tokenize",g),g.tokens=e.tokenize(g.code,g.grammar),e.hooks.run("after-tokenize",g),g.tokens}function c(g,E,y){var A=e.tokenize(g,{interpolation:{pattern:RegExp(i),lookbehind:!0}}),D=0,w={},A=l(A.map(function(v){if(typeof v=="string")return v;for(var k,L,v=v.content;g.indexOf((L=D++,k="___"+y.toUpperCase()+"_"+L+"___"))!==-1;);return w[k]=v,k}).join(""),E,y),x=Object.keys(w);return D=0,function v(k){for(var L=0;L<k.length;L++){if(D>=x.length)return;var B,I,z,q,te,M,me,fe=k[L];typeof fe=="string"||typeof fe.content=="string"?(B=x[D],(me=(M=typeof fe=="string"?fe:fe.content).indexOf(B))!==-1&&(++D,I=M.substring(0,me),te=w[B],z=void 0,(q={})["interpolation-punctuation"]=o,(q=e.tokenize(te,q)).length===3&&((z=[1,1]).push.apply(z,l(q[1],e.languages.javascript,"javascript")),q.splice.apply(q,z)),z=new e.Token("interpolation",q,r.alias,te),q=M.substring(me+B.length),te=[],I&&te.push(I),te.push(z),q&&(v(M=[q]),te.push.apply(te,M)),typeof fe=="string"?(k.splice.apply(k,[L,1].concat(te)),L+=te.length-1):fe.content=te)):(me=fe.content,Array.isArray(me)?v(me):v([me]))}}(A),new e.Token(y,A,"language-"+y,g)}e.languages.javascript["template-string"]=[s("css",/\b(?:styled(?:\([^)]*\))?(?:\s*\.\s*\w+(?:\([^)]*\))*)*|css(?:\s*\.\s*(?:global|resolve))?|createGlobalStyle|keyframes)/.source),s("html",/\bhtml|\.\s*(?:inner|outer)HTML\s*\+?=/.source),s("svg",/\bsvg/.source),s("markdown",/\b(?:markdown|md)/.source),s("graphql",/\b(?:gql|graphql(?:\s*\.\s*experimental)?)/.source),s("sql",/\bsql/.source),t].filter(Boolean);var d={javascript:!0,js:!0,typescript:!0,ts:!0,jsx:!0,tsx:!0};function h(g){return typeof g=="string"?g:Array.isArray(g)?g.map(h).join(""):h(g.content)}e.hooks.add("after-tokenize",function(g){g.language in d&&function E(y){for(var D=0,w=y.length;D<w;D++){var A,x,v,k=y[D];typeof k!="string"&&(A=k.content,Array.isArray(A)?k.type==="template-string"?(k=A[1],A.length===3&&typeof k!="string"&&k.type==="embedded-code"&&(x=h(k),k=k.alias,k=Array.isArray(k)?k[0]:k,v=e.languages[k])&&(A[1]=c(x,v,k))):E(A):typeof A!="string"&&E([A]))}}(g.tokens)})}(Z),function(e){e.languages.typescript=e.languages.extend("javascript",{"class-name":{pattern:/(\b(?:class|extends|implements|instanceof|interface|new|type)\s+)(?!keyof\b)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?:\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>)?/,lookbehind:!0,greedy:!0,inside:null},builtin:/\b(?:Array|Function|Promise|any|boolean|console|never|number|string|symbol|unknown)\b/}),e.languages.typescript.keyword.push(/\b(?:abstract|declare|is|keyof|readonly|require)\b/,/\b(?:asserts|infer|interface|module|namespace|type)\b(?=\s*(?:[{_$a-zA-Z\xA0-\uFFFF]|$))/,/\btype\b(?=\s*(?:[\{*]|$))/),delete e.languages.typescript.parameter,delete e.languages.typescript["literal-property"];var t=e.languages.extend("typescript",{});delete t["class-name"],e.languages.typescript["class-name"].inside=t,e.languages.insertBefore("typescript","function",{decorator:{pattern:/@[$\w\xA0-\uFFFF]+/,inside:{at:{pattern:/^@/,alias:"operator"},function:/^[\s\S]+/}},"generic-function":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>(?=\s*\()/,greedy:!0,inside:{function:/^#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*/,generic:{pattern:/<[\s\S]+/,alias:"class-name",inside:t}}}}),e.languages.ts=e.languages.typescript}(Z),function(e){var t=e.languages.javascript,n=/\{(?:[^{}]|\{(?:[^{}]|\{[^{}]*\})*\})+\}/.source,r="(@(?:arg|argument|param|property)\\s+(?:"+n+"\\s+)?)";e.languages.jsdoc=e.languages.extend("javadoclike",{parameter:{pattern:RegExp(r+/(?:(?!\s)[$\w\xA0-\uFFFF.])+(?=\s|$)/.source),lookbehind:!0,inside:{punctuation:/\./}}}),e.languages.insertBefore("jsdoc","keyword",{"optional-parameter":{pattern:RegExp(r+/\[(?:(?!\s)[$\w\xA0-\uFFFF.])+(?:=[^[\]]+)?\](?=\s|$)/.source),lookbehind:!0,inside:{parameter:{pattern:/(^\[)[$\w\xA0-\uFFFF\.]+/,lookbehind:!0,inside:{punctuation:/\./}},code:{pattern:/(=)[\s\S]*(?=\]$)/,lookbehind:!0,inside:t,alias:"language-javascript"},punctuation:/[=[\]]/}},"class-name":[{pattern:RegExp(/(@(?:augments|class|extends|interface|memberof!?|template|this|typedef)\s+(?:<TYPE>\s+)?)[A-Z]\w*(?:\.[A-Z]\w*)*/.source.replace(/<TYPE>/g,function(){return n})),lookbehind:!0,inside:{punctuation:/\./}},{pattern:RegExp("(@[a-z]+\\s+)"+n),lookbehind:!0,inside:{string:t.string,number:t.number,boolean:t.boolean,keyword:e.languages.typescript.keyword,operator:/=>|\.\.\.|[&|?:*]/,punctuation:/[.,;=<>{}()[\]]/}}],example:{pattern:/(@example\s+(?!\s))(?:[^@\s]|\s+(?!\s))+?(?=\s*(?:\*\s*)?(?:@\w|\*\/))/,lookbehind:!0,inside:{code:{pattern:/^([\t ]*(?:\*\s*)?)\S.*$/m,lookbehind:!0,inside:t,alias:"language-javascript"}}}}),e.languages.javadoclike.addSupport("javascript",e.languages.jsdoc)}(Z),function(e){e.languages.flow=e.languages.extend("javascript",{}),e.languages.insertBefore("flow","keyword",{type:[{pattern:/\b(?:[Bb]oolean|Function|[Nn]umber|[Ss]tring|[Ss]ymbol|any|mixed|null|void)\b/,alias:"class-name"}]}),e.languages.flow["function-variable"].pattern=/(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*=\s*(?:function\b|(?:\([^()]*\)(?:\s*:\s*\w+)?|(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)\s*=>))/i,delete e.languages.flow.parameter,e.languages.insertBefore("flow","operator",{"flow-punctuation":{pattern:/\{\||\|\}/,alias:"punctuation"}}),Array.isArray(e.languages.flow.keyword)||(e.languages.flow.keyword=[e.languages.flow.keyword]),e.languages.flow.keyword.unshift({pattern:/(^|[^$]\b)(?:Class|declare|opaque|type)\b(?!\$)/,lookbehind:!0},{pattern:/(^|[^$]\B)\$(?:Diff|Enum|Exact|Keys|ObjMap|PropertyType|Record|Shape|Subtype|Supertype|await)\b(?!\$)/,lookbehind:!0})}(Z),Z.languages.n4js=Z.languages.extend("javascript",{keyword:/\b(?:Array|any|boolean|break|case|catch|class|const|constructor|continue|debugger|declare|default|delete|do|else|enum|export|extends|false|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|module|new|null|number|package|private|protected|public|return|set|static|string|super|switch|this|throw|true|try|typeof|var|void|while|with|yield)\b/}),Z.languages.insertBefore("n4js","constant",{annotation:{pattern:/@+\w+/,alias:"operator"}}),Z.languages.n4jsd=Z.languages.n4js,function(e){function t(s,l){return RegExp(s.replace(/<ID>/g,function(){return/(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*/.source}),l)}e.languages.insertBefore("javascript","function-variable",{"method-variable":{pattern:RegExp("(\\.\\s*)"+e.languages.javascript["function-variable"].pattern.source),lookbehind:!0,alias:["function-variable","method","function","property-access"]}}),e.languages.insertBefore("javascript","function",{method:{pattern:RegExp("(\\.\\s*)"+e.languages.javascript.function.source),lookbehind:!0,alias:["function","property-access"]}}),e.languages.insertBefore("javascript","constant",{"known-class-name":[{pattern:/\b(?:(?:Float(?:32|64)|(?:Int|Uint)(?:8|16|32)|Uint8Clamped)?Array|ArrayBuffer|BigInt|Boolean|DataView|Date|Error|Function|Intl|JSON|(?:Weak)?(?:Map|Set)|Math|Number|Object|Promise|Proxy|Reflect|RegExp|String|Symbol|WebAssembly)\b/,alias:"class-name"},{pattern:/\b(?:[A-Z]\w*)Error\b/,alias:"class-name"}]}),e.languages.insertBefore("javascript","keyword",{imports:{pattern:t(/(\bimport\b\s*)(?:<ID>(?:\s*,\s*(?:\*\s*as\s+<ID>|\{[^{}]*\}))?|\*\s*as\s+<ID>|\{[^{}]*\})(?=\s*\bfrom\b)/.source),lookbehind:!0,inside:e.languages.javascript},exports:{pattern:t(/(\bexport\b\s*)(?:\*(?:\s*as\s+<ID>)?(?=\s*\bfrom\b)|\{[^{}]*\})/.source),lookbehind:!0,inside:e.languages.javascript}}),e.languages.javascript.keyword.unshift({pattern:/\b(?:as|default|export|from|import)\b/,alias:"module"},{pattern:/\b(?:await|break|catch|continue|do|else|finally|for|if|return|switch|throw|try|while|yield)\b/,alias:"control-flow"},{pattern:/\bnull\b/,alias:["null","nil"]},{pattern:/\bundefined\b/,alias:"nil"}),e.languages.insertBefore("javascript","operator",{spread:{pattern:/\.{3}/,alias:"operator"},arrow:{pattern:/=>/,alias:"operator"}}),e.languages.insertBefore("javascript","punctuation",{"property-access":{pattern:t(/(\.\s*)#?<ID>/.source),lookbehind:!0},"maybe-class-name":{pattern:/(^|[^$\w\xA0-\uFFFF])[A-Z][$\w\xA0-\uFFFF]+/,lookbehind:!0},dom:{pattern:/\b(?:document|(?:local|session)Storage|location|navigator|performance|window)\b/,alias:"variable"},console:{pattern:/\bconsole(?=\s*\.)/,alias:"class-name"}});for(var n=["function","function-variable","method","method-variable","property-access"],r=0;r<n.length;r++){var i=n[r],o=e.languages.javascript[i],i=(o=e.util.type(o)==="RegExp"?e.languages.javascript[i]={pattern:o}:o).inside||{};(o.inside=i)["maybe-class-name"]=/^[A-Z][\s\S]*/}}(Z),function(e){var t=e.util.clone(e.languages.javascript),n=/(?:\s|\/\/.*(?!.)|\/\*(?:[^*]|\*(?!\/))\*\/)/.source,r=/(?:\{(?:\{(?:\{[^{}]*\}|[^{}])*\}|[^{}])*\})/.source,o=/(?:\{<S>*\.{3}(?:[^{}]|<BRACES>)*\})/.source;function i(c,d){return c=c.replace(/<S>/g,function(){return n}).replace(/<BRACES>/g,function(){return r}).replace(/<SPREAD>/g,function(){return o}),RegExp(c,d)}o=i(o).source,e.languages.jsx=e.languages.extend("markup",t),e.languages.jsx.tag.pattern=i(/<\/?(?:[\w.:-]+(?:<S>+(?:[\w.:$-]+(?:=(?:"(?:\\[\s\S]|[^\\"])*"|'(?:\\[\s\S]|[^\\'])*'|[^\s{'"/>=]+|<BRACES>))?|<SPREAD>))*<S>*\/?)?>/.source),e.languages.jsx.tag.inside.tag.pattern=/^<\/?[^\s>\/]*/,e.languages.jsx.tag.inside["attr-value"].pattern=/=(?!\{)(?:"(?:\\[\s\S]|[^\\"])*"|'(?:\\[\s\S]|[^\\'])*'|[^\s'">]+)/,e.languages.jsx.tag.inside.tag.inside["class-name"]=/^[A-Z]\w*(?:\.[A-Z]\w*)*$/,e.languages.jsx.tag.inside.comment=t.comment,e.languages.insertBefore("inside","attr-name",{spread:{pattern:i(/<SPREAD>/.source),inside:e.languages.jsx}},e.languages.jsx.tag),e.languages.insertBefore("inside","special-attr",{script:{pattern:i(/=<BRACES>/.source),alias:"language-javascript",inside:{"script-punctuation":{pattern:/^=(?=\{)/,alias:"punctuation"},rest:e.languages.jsx}}},e.languages.jsx.tag);function s(c){for(var d=[],h=0;h<c.length;h++){var g=c[h],E=!1;typeof g!="string"&&(g.type==="tag"&&g.content[0]&&g.content[0].type==="tag"?g.content[0].content[0].content==="</"?0<d.length&&d[d.length-1].tagName===l(g.content[0].content[1])&&d.pop():g.content[g.content.length-1].content!=="/>"&&d.push({tagName:l(g.content[0].content[1]),openedBraces:0}):0<d.length&&g.type==="punctuation"&&g.content==="{"?d[d.length-1].openedBraces++:0<d.length&&0<d[d.length-1].openedBraces&&g.type==="punctuation"&&g.content==="}"?d[d.length-1].openedBraces--:E=!0),(E||typeof g=="string")&&0<d.length&&d[d.length-1].openedBraces===0&&(E=l(g),h<c.length-1&&(typeof c[h+1]=="string"||c[h+1].type==="plain-text")&&(E+=l(c[h+1]),c.splice(h+1,1)),0<h&&(typeof c[h-1]=="string"||c[h-1].type==="plain-text")&&(E=l(c[h-1])+E,c.splice(h-1,1),h--),c[h]=new e.Token("plain-text",E,null,E)),g.content&&typeof g.content!="string"&&s(g.content)}}var l=function(c){return c?typeof c=="string"?c:typeof c.content=="string"?c.content:c.content.map(l).join(""):""};e.hooks.add("after-tokenize",function(c){c.language!=="jsx"&&c.language!=="tsx"||s(c.tokens)})}(Z),function(e){var t=e.util.clone(e.languages.typescript),t=(e.languages.tsx=e.languages.extend("jsx",t),delete e.languages.tsx.parameter,delete e.languages.tsx["literal-property"],e.languages.tsx.tag);t.pattern=RegExp(/(^|[^\w$]|(?=<\/))/.source+"(?:"+t.pattern.source+")",t.pattern.flags),t.lookbehind=!0}(Z),Z.languages.swift={comment:{pattern:/(^|[^\\:])(?:\/\/.*|\/\*(?:[^/*]|\/(?!\*)|\*(?!\/)|\/\*(?:[^*]|\*(?!\/))*\*\/)*\*\/)/,lookbehind:!0,greedy:!0},"string-literal":[{pattern:RegExp(/(^|[^"#])/.source+"(?:"+/"(?:\\(?:\((?:[^()]|\([^()]*\))*\)|\r\n|[^(])|[^\\\r\n"])*"/.source+"|"+/"""(?:\\(?:\((?:[^()]|\([^()]*\))*\)|[^(])|[^\\"]|"(?!""))*"""/.source+")"+/(?!["#])/.source),lookbehind:!0,greedy:!0,inside:{interpolation:{pattern:/(\\\()(?:[^()]|\([^()]*\))*(?=\))/,lookbehind:!0,inside:null},"interpolation-punctuation":{pattern:/^\)|\\\($/,alias:"punctuation"},punctuation:/\\(?=[\r\n])/,string:/[\s\S]+/}},{pattern:RegExp(/(^|[^"#])(#+)/.source+"(?:"+/"(?:\\(?:#+\((?:[^()]|\([^()]*\))*\)|\r\n|[^#])|[^\\\r\n])*?"/.source+"|"+/"""(?:\\(?:#+\((?:[^()]|\([^()]*\))*\)|[^#])|[^\\])*?"""/.source+")\\2"),lookbehind:!0,greedy:!0,inside:{interpolation:{pattern:/(\\#+\()(?:[^()]|\([^()]*\))*(?=\))/,lookbehind:!0,inside:null},"interpolation-punctuation":{pattern:/^\)|\\#+\($/,alias:"punctuation"},string:/[\s\S]+/}}],directive:{pattern:RegExp(/#/.source+"(?:"+/(?:elseif|if)\b/.source+"(?:[ ]*"+/(?:![ \t]*)?(?:\b\w+\b(?:[ \t]*\((?:[^()]|\([^()]*\))*\))?|\((?:[^()]|\([^()]*\))*\))(?:[ \t]*(?:&&|\|\|))?/.source+")+|"+/(?:else|endif)\b/.source+")"),alias:"property",inside:{"directive-name":/^#\w+/,boolean:/\b(?:false|true)\b/,number:/\b\d+(?:\.\d+)*\b/,operator:/!|&&|\|\||[<>]=?/,punctuation:/[(),]/}},literal:{pattern:/#(?:colorLiteral|column|dsohandle|file(?:ID|Literal|Path)?|function|imageLiteral|line)\b/,alias:"constant"},"other-directive":{pattern:/#\w+\b/,alias:"property"},attribute:{pattern:/@\w+/,alias:"atrule"},"function-definition":{pattern:/(\bfunc\s+)\w+/,lookbehind:!0,alias:"function"},label:{pattern:/\b(break|continue)\s+\w+|\b[a-zA-Z_]\w*(?=\s*:\s*(?:for|repeat|while)\b)/,lookbehind:!0,alias:"important"},keyword:/\b(?:Any|Protocol|Self|Type|actor|as|assignment|associatedtype|associativity|async|await|break|case|catch|class|continue|convenience|default|defer|deinit|didSet|do|dynamic|else|enum|extension|fallthrough|fileprivate|final|for|func|get|guard|higherThan|if|import|in|indirect|infix|init|inout|internal|is|isolated|lazy|left|let|lowerThan|mutating|none|nonisolated|nonmutating|open|operator|optional|override|postfix|precedencegroup|prefix|private|protocol|public|repeat|required|rethrows|return|right|safe|self|set|some|static|struct|subscript|super|switch|throw|throws|try|typealias|unowned|unsafe|var|weak|where|while|willSet)\b/,boolean:/\b(?:false|true)\b/,nil:{pattern:/\bnil\b/,alias:"constant"},"short-argument":/\$\d+\b/,omit:{pattern:/\b_\b/,alias:"keyword"},number:/\b(?:[\d_]+(?:\.[\de_]+)?|0x[a-f0-9_]+(?:\.[a-f0-9p_]+)?|0b[01_]+|0o[0-7_]+)\b/i,"class-name":/\b[A-Z](?:[A-Z_\d]*[a-z]\w*)?\b/,function:/\b[a-z_]\w*(?=\s*\()/i,constant:/\b(?:[A-Z_]{2,}|k[A-Z][A-Za-z_]+)\b/,operator:/[-+*/%=!<>&|^~?]+|\.[.\-+*/%=!<>&|^~?]+/,punctuation:/[{}[\]();,.:\\]/},Z.languages.swift["string-literal"].forEach(function(e){e.inside.interpolation.inside=Z.languages.swift}),function(e){e.languages.kotlin=e.languages.extend("clike",{keyword:{pattern:/(^|[^.])\b(?:abstract|actual|annotation|as|break|by|catch|class|companion|const|constructor|continue|crossinline|data|do|dynamic|else|enum|expect|external|final|finally|for|fun|get|if|import|in|infix|init|inline|inner|interface|internal|is|lateinit|noinline|null|object|open|operator|out|override|package|private|protected|public|reified|return|sealed|set|super|suspend|tailrec|this|throw|to|try|typealias|val|var|vararg|when|where|while)\b/,lookbehind:!0},function:[{pattern:/(?:`[^\r\n`]+`|\b\w+)(?=\s*\()/,greedy:!0},{pattern:/(\.)(?:`[^\r\n`]+`|\w+)(?=\s*\{)/,lookbehind:!0,greedy:!0}],number:/\b(?:0[xX][\da-fA-F]+(?:_[\da-fA-F]+)*|0[bB][01]+(?:_[01]+)*|\d+(?:_\d+)*(?:\.\d+(?:_\d+)*)?(?:[eE][+-]?\d+(?:_\d+)*)?[fFL]?)\b/,operator:/\+[+=]?|-[-=>]?|==?=?|!(?:!|==?)?|[\/*%<>]=?|[?:]:?|\.\.|&&|\|\||\b(?:and|inv|or|shl|shr|ushr|xor)\b/}),delete e.languages.kotlin["class-name"];var t={"interpolation-punctuation":{pattern:/^\$\{?|\}$/,alias:"punctuation"},expression:{pattern:/[\s\S]+/,inside:e.languages.kotlin}};e.languages.insertBefore("kotlin","string",{"string-literal":[{pattern:/"""(?:[^$]|\$(?:(?!\{)|\{[^{}]*\}))*?"""/,alias:"multiline",inside:{interpolation:{pattern:/\$(?:[a-z_]\w*|\{[^{}]*\})/i,inside:t},string:/[\s\S]+/}},{pattern:/"(?:[^"\\\r\n$]|\\.|\$(?:(?!\{)|\{[^{}]*\}))*"/,alias:"singleline",inside:{interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\$(?:[a-z_]\w*|\{[^{}]*\})/i,lookbehind:!0,inside:t},string:/[\s\S]+/}}],char:{pattern:/'(?:[^'\\\r\n]|\\(?:.|u[a-fA-F0-9]{0,4}))'/,greedy:!0}}),delete e.languages.kotlin.string,e.languages.insertBefore("kotlin","keyword",{annotation:{pattern:/\B@(?:\w+:)?(?:[A-Z]\w*|\[[^\]]+\])/,alias:"builtin"}}),e.languages.insertBefore("kotlin","function",{label:{pattern:/\b\w+@|@\w+\b/,alias:"symbol"}}),e.languages.kt=e.languages.kotlin,e.languages.kts=e.languages.kotlin}(Z),Z.languages.c=Z.languages.extend("clike",{comment:{pattern:/\/\/(?:[^\r\n\\]|\\(?:\r\n?|\n|(?![\r\n])))*|\/\*[\s\S]*?(?:\*\/|$)/,greedy:!0},string:{pattern:/"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"/,greedy:!0},"class-name":{pattern:/(\b(?:enum|struct)\s+(?:__attribute__\s*\(\([\s\S]*?\)\)\s*)?)\w+|\b[a-z]\w*_t\b/,lookbehind:!0},keyword:/\b(?:_Alignas|_Alignof|_Atomic|_Bool|_Complex|_Generic|_Imaginary|_Noreturn|_Static_assert|_Thread_local|__attribute__|asm|auto|break|case|char|const|continue|default|do|double|else|enum|extern|float|for|goto|if|inline|int|long|register|return|short|signed|sizeof|static|struct|switch|typedef|typeof|union|unsigned|void|volatile|while)\b/,function:/\b[a-z_]\w*(?=\s*\()/i,number:/(?:\b0x(?:[\da-f]+(?:\.[\da-f]*)?|\.[\da-f]+)(?:p[+-]?\d+)?|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?)[ful]{0,4}/i,operator:/>>=?|<<=?|->|([-+&|:])\1|[?:~]|[-+*/%&|^!=<>]=?/}),Z.languages.insertBefore("c","string",{char:{pattern:/'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n]){0,32}'/,greedy:!0}}),Z.languages.insertBefore("c","string",{macro:{pattern:/(^[\t ]*)#\s*[a-z](?:[^\r\n\\/]|\/(?!\*)|\/\*(?:[^*]|\*(?!\/))*\*\/|\\(?:\r\n|[\s\S]))*/im,lookbehind:!0,greedy:!0,alias:"property",inside:{string:[{pattern:/^(#\s*include\s*)<[^>]+>/,lookbehind:!0},Z.languages.c.string],char:Z.languages.c.char,comment:Z.languages.c.comment,"macro-name":[{pattern:/(^#\s*define\s+)\w+\b(?!\()/i,lookbehind:!0},{pattern:/(^#\s*define\s+)\w+\b(?=\()/i,lookbehind:!0,alias:"function"}],directive:{pattern:/^(#\s*)[a-z]+/,lookbehind:!0,alias:"keyword"},"directive-hash":/^#/,punctuation:/##|\\(?=[\r\n])/,expression:{pattern:/\S[\s\S]*/,inside:Z.languages.c}}}}),Z.languages.insertBefore("c","function",{constant:/\b(?:EOF|NULL|SEEK_CUR|SEEK_END|SEEK_SET|__DATE__|__FILE__|__LINE__|__TIMESTAMP__|__TIME__|__func__|stderr|stdin|stdout)\b/}),delete Z.languages.c.boolean,Z.languages.objectivec=Z.languages.extend("c",{string:{pattern:/@?"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"/,greedy:!0},keyword:/\b(?:asm|auto|break|case|char|const|continue|default|do|double|else|enum|extern|float|for|goto|if|in|inline|int|long|register|return|self|short|signed|sizeof|static|struct|super|switch|typedef|typeof|union|unsigned|void|volatile|while)\b|(?:@interface|@end|@implementation|@protocol|@class|@public|@protected|@private|@property|@try|@catch|@finally|@throw|@synthesize|@dynamic|@selector)\b/,operator:/-[->]?|\+\+?|!=?|<<?=?|>>?=?|==?|&&?|\|\|?|[~^%?*\/@]/}),delete Z.languages.objectivec["class-name"],Z.languages.objc=Z.languages.objectivec,Z.languages.reason=Z.languages.extend("clike",{string:{pattern:/"(?:\\(?:\r\n|[\s\S])|[^\\\r\n"])*"/,greedy:!0},"class-name":/\b[A-Z]\w*/,keyword:/\b(?:and|as|assert|begin|class|constraint|do|done|downto|else|end|exception|external|for|fun|function|functor|if|in|include|inherit|initializer|lazy|let|method|module|mutable|new|nonrec|object|of|open|or|private|rec|sig|struct|switch|then|to|try|type|val|virtual|when|while|with)\b/,operator:/\.{3}|:[:=]|\|>|->|=(?:==?|>)?|<=?|>=?|[|^?'#!~`]|[+\-*\/]\.?|\b(?:asr|land|lor|lsl|lsr|lxor|mod)\b/}),Z.languages.insertBefore("reason","class-name",{char:{pattern:/'(?:\\x[\da-f]{2}|\\o[0-3][0-7][0-7]|\\\d{3}|\\.|[^'\\\r\n])'/,greedy:!0},constructor:/\b[A-Z]\w*\b(?!\s*\.)/,label:{pattern:/\b[a-z]\w*(?=::)/,alias:"symbol"}}),delete Z.languages.reason.function,function(e){for(var t=/\/\*(?:[^*/]|\*(?!\/)|\/(?!\*)|<self>)*\*\//.source,n=0;n<2;n++)t=t.replace(/<self>/g,function(){return t});t=t.replace(/<self>/g,function(){return/[^\s\S]/.source}),e.languages.rust={comment:[{pattern:RegExp(/(^|[^\\])/.source+t),lookbehind:!0,greedy:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0,greedy:!0}],string:{pattern:/b?"(?:\\[\s\S]|[^\\"])*"|b?r(#*)"(?:[^"]|"(?!\1))*"\1/,greedy:!0},char:{pattern:/b?'(?:\\(?:x[0-7][\da-fA-F]|u\{(?:[\da-fA-F]_*){1,6}\}|.)|[^\\\r\n\t'])'/,greedy:!0},attribute:{pattern:/#!?\[(?:[^\[\]"]|"(?:\\[\s\S]|[^\\"])*")*\]/,greedy:!0,alias:"attr-name",inside:{string:null}},"closure-params":{pattern:/([=(,:]\s*|\bmove\s*)\|[^|]*\||\|[^|]*\|(?=\s*(?:\{|->))/,lookbehind:!0,greedy:!0,inside:{"closure-punctuation":{pattern:/^\||\|$/,alias:"punctuation"},rest:null}},"lifetime-annotation":{pattern:/'\w+/,alias:"symbol"},"fragment-specifier":{pattern:/(\$\w+:)[a-z]+/,lookbehind:!0,alias:"punctuation"},variable:/\$\w+/,"function-definition":{pattern:/(\bfn\s+)\w+/,lookbehind:!0,alias:"function"},"type-definition":{pattern:/(\b(?:enum|struct|trait|type|union)\s+)\w+/,lookbehind:!0,alias:"class-name"},"module-declaration":[{pattern:/(\b(?:crate|mod)\s+)[a-z][a-z_\d]*/,lookbehind:!0,alias:"namespace"},{pattern:/(\b(?:crate|self|super)\s*)::\s*[a-z][a-z_\d]*\b(?:\s*::(?:\s*[a-z][a-z_\d]*\s*::)*)?/,lookbehind:!0,alias:"namespace",inside:{punctuation:/::/}}],keyword:[/\b(?:Self|abstract|as|async|await|become|box|break|const|continue|crate|do|dyn|else|enum|extern|final|fn|for|if|impl|in|let|loop|macro|match|mod|move|mut|override|priv|pub|ref|return|self|static|struct|super|trait|try|type|typeof|union|unsafe|unsized|use|virtual|where|while|yield)\b/,/\b(?:bool|char|f(?:32|64)|[ui](?:8|16|32|64|128|size)|str)\b/],function:/\b[a-z_]\w*(?=\s*(?:::\s*<|\())/,macro:{pattern:/\b\w+!/,alias:"property"},constant:/\b[A-Z_][A-Z_\d]+\b/,"class-name":/\b[A-Z]\w*\b/,namespace:{pattern:/(?:\b[a-z][a-z_\d]*\s*::\s*)*\b[a-z][a-z_\d]*\s*::(?!\s*<)/,inside:{punctuation:/::/}},number:/\b(?:0x[\dA-Fa-f](?:_?[\dA-Fa-f])*|0o[0-7](?:_?[0-7])*|0b[01](?:_?[01])*|(?:(?:\d(?:_?\d)*)?\.)?\d(?:_?\d)*(?:[Ee][+-]?\d+)?)(?:_?(?:f32|f64|[iu](?:8|16|32|64|size)?))?\b/,boolean:/\b(?:false|true)\b/,punctuation:/->|\.\.=|\.{1,3}|::|[{}[\];(),:]/,operator:/[-+*\/%!^]=?|=[=>]?|&[&=]?|\|[|=]?|<<?=?|>>?=?|[@?]/},e.languages.rust["closure-params"].inside.rest=e.languages.rust,e.languages.rust.attribute.inside.string=e.languages.rust.string}(Z),Z.languages.go=Z.languages.extend("clike",{string:{pattern:/(^|[^\\])"(?:\\.|[^"\\\r\n])*"|`[^`]*`/,lookbehind:!0,greedy:!0},keyword:/\b(?:break|case|chan|const|continue|default|defer|else|fallthrough|for|func|go(?:to)?|if|import|interface|map|package|range|return|select|struct|switch|type|var)\b/,boolean:/\b(?:_|false|iota|nil|true)\b/,number:[/\b0(?:b[01_]+|o[0-7_]+)i?\b/i,/\b0x(?:[a-f\d_]+(?:\.[a-f\d_]*)?|\.[a-f\d_]+)(?:p[+-]?\d+(?:_\d+)*)?i?(?!\w)/i,/(?:\b\d[\d_]*(?:\.[\d_]*)?|\B\.\d[\d_]*)(?:e[+-]?[\d_]+)?i?(?!\w)/i],operator:/[*\/%^!=]=?|\+[=+]?|-[=-]?|\|[=|]?|&(?:=|&|\^=?)?|>(?:>=?|=)?|<(?:<=?|=|-)?|:=|\.\.\./,builtin:/\b(?:append|bool|byte|cap|close|complex|complex(?:64|128)|copy|delete|error|float(?:32|64)|u?int(?:8|16|32|64)?|imag|len|make|new|panic|print(?:ln)?|real|recover|rune|string|uintptr)\b/}),Z.languages.insertBefore("go","string",{char:{pattern:/'(?:\\.|[^'\\\r\n]){0,10}'/,greedy:!0}}),delete Z.languages.go["class-name"],function(e){var t=/\b(?:alignas|alignof|asm|auto|bool|break|case|catch|char|char16_t|char32_t|char8_t|class|co_await|co_return|co_yield|compl|concept|const|const_cast|consteval|constexpr|constinit|continue|decltype|default|delete|do|double|dynamic_cast|else|enum|explicit|export|extern|final|float|for|friend|goto|if|import|inline|int|int16_t|int32_t|int64_t|int8_t|long|module|mutable|namespace|new|noexcept|nullptr|operator|override|private|protected|public|register|reinterpret_cast|requires|return|short|signed|sizeof|static|static_assert|static_cast|struct|switch|template|this|thread_local|throw|try|typedef|typeid|typename|uint16_t|uint32_t|uint64_t|uint8_t|union|unsigned|using|virtual|void|volatile|wchar_t|while)\b/,n=/\b(?!<keyword>)\w+(?:\s*\.\s*\w+)*\b/.source.replace(/<keyword>/g,function(){return t.source});e.languages.cpp=e.languages.extend("c",{"class-name":[{pattern:RegExp(/(\b(?:class|concept|enum|struct|typename)\s+)(?!<keyword>)\w+/.source.replace(/<keyword>/g,function(){return t.source})),lookbehind:!0},/\b[A-Z]\w*(?=\s*::\s*\w+\s*\()/,/\b[A-Z_]\w*(?=\s*::\s*~\w+\s*\()/i,/\b\w+(?=\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>\s*::\s*\w+\s*\()/],keyword:t,number:{pattern:/(?:\b0b[01']+|\b0x(?:[\da-f']+(?:\.[\da-f']*)?|\.[\da-f']+)(?:p[+-]?[\d']+)?|(?:\b[\d']+(?:\.[\d']*)?|\B\.[\d']+)(?:e[+-]?[\d']+)?)[ful]{0,4}/i,greedy:!0},operator:/>>=?|<<=?|->|--|\+\+|&&|\|\||[?:~]|<=>|[-+*/%&|^!=<>]=?|\b(?:and|and_eq|bitand|bitor|not|not_eq|or|or_eq|xor|xor_eq)\b/,boolean:/\b(?:false|true)\b/}),e.languages.insertBefore("cpp","string",{module:{pattern:RegExp(/(\b(?:import|module)\s+)/.source+"(?:"+/"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|<[^<>\r\n]*>/.source+"|"+/<mod-name>(?:\s*:\s*<mod-name>)?|:\s*<mod-name>/.source.replace(/<mod-name>/g,function(){return n})+")"),lookbehind:!0,greedy:!0,inside:{string:/^[<"][\s\S]+/,operator:/:/,punctuation:/\./}},"raw-string":{pattern:/R"([^()\\ ]{0,16})\([\s\S]*?\)\1"/,alias:"string",greedy:!0}}),e.languages.insertBefore("cpp","keyword",{"generic-function":{pattern:/\b(?!operator\b)[a-z_]\w*\s*<(?:[^<>]|<[^<>]*>)*>(?=\s*\()/i,inside:{function:/^\w+/,generic:{pattern:/<[\s\S]+/,alias:"class-name",inside:e.languages.cpp}}}}),e.languages.insertBefore("cpp","operator",{"double-colon":{pattern:/::/,alias:"punctuation"}}),e.languages.insertBefore("cpp","class-name",{"base-clause":{pattern:/(\b(?:class|struct)\s+\w+\s*:\s*)[^;{}"'\s]+(?:\s+[^;{}"'\s]+)*(?=\s*[;{])/,lookbehind:!0,greedy:!0,inside:e.languages.extend("cpp",{})}}),e.languages.insertBefore("inside","double-colon",{"class-name":/\b[a-z_]\w*\b(?!\s*::)/i},e.languages.cpp["base-clause"])}(Z),Z.languages.python={comment:{pattern:/(^|[^\\])#.*/,lookbehind:!0,greedy:!0},"string-interpolation":{pattern:/(?:f|fr|rf)(?:("""|''')[\s\S]*?\1|("|')(?:\\.|(?!\2)[^\\\r\n])*\2)/i,greedy:!0,inside:{interpolation:{pattern:/((?:^|[^{])(?:\{\{)*)\{(?!\{)(?:[^{}]|\{(?!\{)(?:[^{}]|\{(?!\{)(?:[^{}])+\})+\})+\}/,lookbehind:!0,inside:{"format-spec":{pattern:/(:)[^:(){}]+(?=\}$)/,lookbehind:!0},"conversion-option":{pattern:/![sra](?=[:}]$)/,alias:"punctuation"},rest:null}},string:/[\s\S]+/}},"triple-quoted-string":{pattern:/(?:[rub]|br|rb)?("""|''')[\s\S]*?\1/i,greedy:!0,alias:"string"},string:{pattern:/(?:[rub]|br|rb)?("|')(?:\\.|(?!\1)[^\\\r\n])*\1/i,greedy:!0},function:{pattern:/((?:^|\s)def[ \t]+)[a-zA-Z_]\w*(?=\s*\()/g,lookbehind:!0},"class-name":{pattern:/(\bclass\s+)\w+/i,lookbehind:!0},decorator:{pattern:/(^[\t ]*)@\w+(?:\.\w+)*/m,lookbehind:!0,alias:["annotation","punctuation"],inside:{punctuation:/\./}},keyword:/\b(?:_(?=\s*:)|and|as|assert|async|await|break|case|class|continue|def|del|elif|else|except|exec|finally|for|from|global|if|import|in|is|lambda|match|nonlocal|not|or|pass|print|raise|return|try|while|with|yield)\b/,builtin:/\b(?:__import__|abs|all|any|apply|ascii|basestring|bin|bool|buffer|bytearray|bytes|callable|chr|classmethod|cmp|coerce|compile|complex|delattr|dict|dir|divmod|enumerate|eval|execfile|file|filter|float|format|frozenset|getattr|globals|hasattr|hash|help|hex|id|input|int|intern|isinstance|issubclass|iter|len|list|locals|long|map|max|memoryview|min|next|object|oct|open|ord|pow|property|range|raw_input|reduce|reload|repr|reversed|round|set|setattr|slice|sorted|staticmethod|str|sum|super|tuple|type|unichr|unicode|vars|xrange|zip)\b/,boolean:/\b(?:False|None|True)\b/,number:/\b0(?:b(?:_?[01])+|o(?:_?[0-7])+|x(?:_?[a-f0-9])+)\b|(?:\b\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\B\.\d+(?:_\d+)*)(?:e[+-]?\d+(?:_\d+)*)?j?(?!\w)/i,operator:/[-+%=]=?|!=|:=|\*\*?=?|\/\/?=?|<[<=>]?|>[=>]?|[&|^~]/,punctuation:/[{}[\];(),.:]/},Z.languages.python["string-interpolation"].inside.interpolation.inside.rest=Z.languages.python,Z.languages.py=Z.languages.python,Z.languages.json={property:{pattern:/(^|[^\\])"(?:\\.|[^\\"\r\n])*"(?=\s*:)/,lookbehind:!0,greedy:!0},string:{pattern:/(^|[^\\])"(?:\\.|[^\\"\r\n])*"(?!\s*:)/,lookbehind:!0,greedy:!0},comment:{pattern:/\/\/.*|\/\*[\s\S]*?(?:\*\/|$)/,greedy:!0},number:/-?\b\d+(?:\.\d+)?(?:e[+-]?\d+)?\b/i,punctuation:/[{}[\],]/,operator:/:/,boolean:/\b(?:false|true)\b/,null:{pattern:/\bnull\b/,alias:"keyword"}},Z.languages.webmanifest=Z.languages.json;var p6={};yK(p6,{dracula:()=>vK,duotoneDark:()=>kK,duotoneLight:()=>TK,github:()=>_K,gruvboxMaterialDark:()=>rQ,gruvboxMaterialLight:()=>iQ,jettwaveDark:()=>XK,jettwaveLight:()=>QK,nightOwl:()=>IK,nightOwlLight:()=>LK,oceanicNext:()=>NK,okaidia:()=>MK,oneDark:()=>JK,oneLight:()=>tQ,palenight:()=>BK,shadesOfPurple:()=>zK,synthwave84:()=>UK,ultramin:()=>WK,vsDark:()=>RS,vsLight:()=>YK});var xK={plain:{color:"#F8F8F2",backgroundColor:"#282A36"},styles:[{types:["prolog","constant","builtin"],style:{color:"rgb(189, 147, 249)"}},{types:["inserted","function"],style:{color:"rgb(80, 250, 123)"}},{types:["deleted"],style:{color:"rgb(255, 85, 85)"}},{types:["changed"],style:{color:"rgb(255, 184, 108)"}},{types:["punctuation","symbol"],style:{color:"rgb(248, 248, 242)"}},{types:["string","char","tag","selector"],style:{color:"rgb(255, 121, 198)"}},{types:["keyword","variable"],style:{color:"rgb(189, 147, 249)",fontStyle:"italic"}},{types:["comment"],style:{color:"rgb(98, 114, 164)"}},{types:["attr-name"],style:{color:"rgb(241, 250, 140)"}}]},vK=xK,wK={plain:{backgroundColor:"#2a2734",color:"#9a86fd"},styles:[{types:["comment","prolog","doctype","cdata","punctuation"],style:{color:"#6c6783"}},{types:["namespace"],style:{opacity:.7}},{types:["tag","operator","number"],style:{color:"#e09142"}},{types:["property","function"],style:{color:"#9a86fd"}},{types:["tag-id","selector","atrule-id"],style:{color:"#eeebff"}},{types:["attr-name"],style:{color:"#c4b9fe"}},{types:["boolean","string","entity","url","attr-value","keyword","control","directive","unit","statement","regex","atrule","placeholder","variable"],style:{color:"#ffcc99"}},{types:["deleted"],style:{textDecorationLine:"line-through"}},{types:["inserted"],style:{textDecorationLine:"underline"}},{types:["italic"],style:{fontStyle:"italic"}},{types:["important","bold"],style:{fontWeight:"bold"}},{types:["important"],style:{color:"#c4b9fe"}}]},kK=wK,CK={plain:{backgroundColor:"#faf8f5",color:"#728fcb"},styles:[{types:["comment","prolog","doctype","cdata","punctuation"],style:{color:"#b6ad9a"}},{types:["namespace"],style:{opacity:.7}},{types:["tag","operator","number"],style:{color:"#063289"}},{types:["property","function"],style:{color:"#b29762"}},{types:["tag-id","selector","atrule-id"],style:{color:"#2d2006"}},{types:["attr-name"],style:{color:"#896724"}},{types:["boolean","string","entity","url","attr-value","keyword","control","directive","unit","statement","regex","atrule"],style:{color:"#728fcb"}},{types:["placeholder","variable"],style:{color:"#93abdc"}},{types:["deleted"],style:{textDecorationLine:"line-through"}},{types:["inserted"],style:{textDecorationLine:"underline"}},{types:["italic"],style:{fontStyle:"italic"}},{types:["important","bold"],style:{fontWeight:"bold"}},{types:["important"],style:{color:"#896724"}}]},TK=CK,AK={plain:{color:"#393A34",backgroundColor:"#f6f8fa"},styles:[{types:["comment","prolog","doctype","cdata"],style:{color:"#999988",fontStyle:"italic"}},{types:["namespace"],style:{opacity:.7}},{types:["string","attr-value"],style:{color:"#e3116c"}},{types:["punctuation","operator"],style:{color:"#393A34"}},{types:["entity","url","symbol","number","boolean","variable","constant","property","regex","inserted"],style:{color:"#36acaa"}},{types:["atrule","keyword","attr-name","selector"],style:{color:"#00a4db"}},{types:["function","deleted","tag"],style:{color:"#d73a49"}},{types:["function-variable"],style:{color:"#6f42c1"}},{types:["tag","selector","keyword"],style:{color:"#00009f"}}]},_K=AK,SK={plain:{color:"#d6deeb",backgroundColor:"#011627"},styles:[{types:["changed"],style:{color:"rgb(162, 191, 252)",fontStyle:"italic"}},{types:["deleted"],style:{color:"rgba(239, 83, 80, 0.56)",fontStyle:"italic"}},{types:["inserted","attr-name"],style:{color:"rgb(173, 219, 103)",fontStyle:"italic"}},{types:["comment"],style:{color:"rgb(99, 119, 119)",fontStyle:"italic"}},{types:["string","url"],style:{color:"rgb(173, 219, 103)"}},{types:["variable"],style:{color:"rgb(214, 222, 235)"}},{types:["number"],style:{color:"rgb(247, 140, 108)"}},{types:["builtin","char","constant","function"],style:{color:"rgb(130, 170, 255)"}},{types:["punctuation"],style:{color:"rgb(199, 146, 234)"}},{types:["selector","doctype"],style:{color:"rgb(199, 146, 234)",fontStyle:"italic"}},{types:["class-name"],style:{color:"rgb(255, 203, 139)"}},{types:["tag","operator","keyword"],style:{color:"rgb(127, 219, 202)"}},{types:["boolean"],style:{color:"rgb(255, 88, 116)"}},{types:["property"],style:{color:"rgb(128, 203, 196)"}},{types:["namespace"],style:{color:"rgb(178, 204, 214)"}}]},IK=SK,FK={plain:{color:"#403f53",backgroundColor:"#FBFBFB"},styles:[{types:["changed"],style:{color:"rgb(162, 191, 252)",fontStyle:"italic"}},{types:["deleted"],style:{color:"rgba(239, 83, 80, 0.56)",fontStyle:"italic"}},{types:["inserted","attr-name"],style:{color:"rgb(72, 118, 214)",fontStyle:"italic"}},{types:["comment"],style:{color:"rgb(152, 159, 177)",fontStyle:"italic"}},{types:["string","builtin","char","constant","url"],style:{color:"rgb(72, 118, 214)"}},{types:["variable"],style:{color:"rgb(201, 103, 101)"}},{types:["number"],style:{color:"rgb(170, 9, 130)"}},{types:["punctuation"],style:{color:"rgb(153, 76, 195)"}},{types:["function","selector","doctype"],style:{color:"rgb(153, 76, 195)",fontStyle:"italic"}},{types:["class-name"],style:{color:"rgb(17, 17, 17)"}},{types:["tag"],style:{color:"rgb(153, 76, 195)"}},{types:["operator","property","keyword","namespace"],style:{color:"rgb(12, 150, 155)"}},{types:["boolean"],style:{color:"rgb(188, 84, 84)"}}]},LK=FK,Ar={char:"#D8DEE9",comment:"#999999",keyword:"#c5a5c5",primitive:"#5a9bcf",string:"#8dc891",variable:"#d7deea",boolean:"#ff8b50",punctuation:"#5FB3B3",tag:"#fc929e",function:"#79b6f2",className:"#FAC863",method:"#6699CC",operator:"#fc929e"},RK={plain:{backgroundColor:"#282c34",color:"#ffffff"},styles:[{types:["attr-name"],style:{color:Ar.keyword}},{types:["attr-value"],style:{color:Ar.string}},{types:["comment","block-comment","prolog","doctype","cdata","shebang"],style:{color:Ar.comment}},{types:["property","number","function-name","constant","symbol","deleted"],style:{color:Ar.primitive}},{types:["boolean"],style:{color:Ar.boolean}},{types:["tag"],style:{color:Ar.tag}},{types:["string"],style:{color:Ar.string}},{types:["punctuation"],style:{color:Ar.string}},{types:["selector","char","builtin","inserted"],style:{color:Ar.char}},{types:["function"],style:{color:Ar.function}},{types:["operator","entity","url","variable"],style:{color:Ar.variable}},{types:["keyword"],style:{color:Ar.keyword}},{types:["atrule","class-name"],style:{color:Ar.className}},{types:["important"],style:{fontWeight:"400"}},{types:["bold"],style:{fontWeight:"bold"}},{types:["italic"],style:{fontStyle:"italic"}},{types:["namespace"],style:{opacity:.7}}]},NK=RK,OK={plain:{color:"#f8f8f2",backgroundColor:"#272822"},styles:[{types:["changed"],style:{color:"rgb(162, 191, 252)",fontStyle:"italic"}},{types:["deleted"],style:{color:"#f92672",fontStyle:"italic"}},{types:["inserted"],style:{color:"rgb(173, 219, 103)",fontStyle:"italic"}},{types:["comment"],style:{color:"#8292a2",fontStyle:"italic"}},{types:["string","url"],style:{color:"#a6e22e"}},{types:["variable"],style:{color:"#f8f8f2"}},{types:["number"],style:{color:"#ae81ff"}},{types:["builtin","char","constant","function","class-name"],style:{color:"#e6db74"}},{types:["punctuation"],style:{color:"#f8f8f2"}},{types:["selector","doctype"],style:{color:"#a6e22e",fontStyle:"italic"}},{types:["tag","operator","keyword"],style:{color:"#66d9ef"}},{types:["boolean"],style:{color:"#ae81ff"}},{types:["namespace"],style:{color:"rgb(178, 204, 214)",opacity:.7}},{types:["tag","property"],style:{color:"#f92672"}},{types:["attr-name"],style:{color:"#a6e22e !important"}},{types:["doctype"],style:{color:"#8292a2"}},{types:["rule"],style:{color:"#e6db74"}}]},MK=OK,PK={plain:{color:"#bfc7d5",backgroundColor:"#292d3e"},styles:[{types:["comment"],style:{color:"rgb(105, 112, 152)",fontStyle:"italic"}},{types:["string","inserted"],style:{color:"rgb(195, 232, 141)"}},{types:["number"],style:{color:"rgb(247, 140, 108)"}},{types:["builtin","char","constant","function"],style:{color:"rgb(130, 170, 255)"}},{types:["punctuation","selector"],style:{color:"rgb(199, 146, 234)"}},{types:["variable"],style:{color:"rgb(191, 199, 213)"}},{types:["class-name","attr-name"],style:{color:"rgb(255, 203, 107)"}},{types:["tag","deleted"],style:{color:"rgb(255, 85, 114)"}},{types:["operator"],style:{color:"rgb(137, 221, 255)"}},{types:["boolean"],style:{color:"rgb(255, 88, 116)"}},{types:["keyword"],style:{fontStyle:"italic"}},{types:["doctype"],style:{color:"rgb(199, 146, 234)",fontStyle:"italic"}},{types:["namespace"],style:{color:"rgb(178, 204, 214)"}},{types:["url"],style:{color:"rgb(221, 221, 221)"}}]},BK=PK,$K={plain:{color:"#9EFEFF",backgroundColor:"#2D2A55"},styles:[{types:["changed"],style:{color:"rgb(255, 238, 128)"}},{types:["deleted"],style:{color:"rgba(239, 83, 80, 0.56)"}},{types:["inserted"],style:{color:"rgb(173, 219, 103)"}},{types:["comment"],style:{color:"rgb(179, 98, 255)",fontStyle:"italic"}},{types:["punctuation"],style:{color:"rgb(255, 255, 255)"}},{types:["constant"],style:{color:"rgb(255, 98, 140)"}},{types:["string","url"],style:{color:"rgb(165, 255, 144)"}},{types:["variable"],style:{color:"rgb(255, 238, 128)"}},{types:["number","boolean"],style:{color:"rgb(255, 98, 140)"}},{types:["attr-name"],style:{color:"rgb(255, 180, 84)"}},{types:["keyword","operator","property","namespace","tag","selector","doctype"],style:{color:"rgb(255, 157, 0)"}},{types:["builtin","char","constant","function","class-name"],style:{color:"rgb(250, 208, 0)"}}]},zK=$K,HK={plain:{backgroundColor:"linear-gradient(to bottom, #2a2139 75%, #34294f)",backgroundImage:"#34294f",color:"#f92aad",textShadow:"0 0 2px #100c0f, 0 0 5px #dc078e33, 0 0 10px #fff3"},styles:[{types:["comment","block-comment","prolog","doctype","cdata"],style:{color:"#495495",fontStyle:"italic"}},{types:["punctuation"],style:{color:"#ccc"}},{types:["tag","attr-name","namespace","number","unit","hexcode","deleted"],style:{color:"#e2777a"}},{types:["property","selector"],style:{color:"#72f1b8",textShadow:"0 0 2px #100c0f, 0 0 10px #257c5575, 0 0 35px #21272475"}},{types:["function-name"],style:{color:"#6196cc"}},{types:["boolean","selector-id","function"],style:{color:"#fdfdfd",textShadow:"0 0 2px #001716, 0 0 3px #03edf975, 0 0 5px #03edf975, 0 0 8px #03edf975"}},{types:["class-name","maybe-class-name","builtin"],style:{color:"#fff5f6",textShadow:"0 0 2px #000, 0 0 10px #fc1f2c75, 0 0 5px #fc1f2c75, 0 0 25px #fc1f2c75"}},{types:["constant","symbol"],style:{color:"#f92aad",textShadow:"0 0 2px #100c0f, 0 0 5px #dc078e33, 0 0 10px #fff3"}},{types:["important","atrule","keyword","selector-class"],style:{color:"#f4eee4",textShadow:"0 0 2px #393a33, 0 0 8px #f39f0575, 0 0 2px #f39f0575"}},{types:["string","char","attr-value","regex","variable"],style:{color:"#f87c32"}},{types:["parameter"],style:{fontStyle:"italic"}},{types:["entity","url"],style:{color:"#67cdcc"}},{types:["operator"],style:{color:"ffffffee"}},{types:["important","bold"],style:{fontWeight:"bold"}},{types:["italic"],style:{fontStyle:"italic"}},{types:["entity"],style:{cursor:"help"}},{types:["inserted"],style:{color:"green"}}]},UK=HK,jK={plain:{color:"#282a2e",backgroundColor:"#ffffff"},styles:[{types:["comment"],style:{color:"rgb(197, 200, 198)"}},{types:["string","number","builtin","variable"],style:{color:"rgb(150, 152, 150)"}},{types:["class-name","function","tag","attr-name"],style:{color:"rgb(40, 42, 46)"}}]},WK=jK,VK={plain:{color:"#9CDCFE",backgroundColor:"#1E1E1E"},styles:[{types:["prolog"],style:{color:"rgb(0, 0, 128)"}},{types:["comment"],style:{color:"rgb(106, 153, 85)"}},{types:["builtin","changed","keyword","interpolation-punctuation"],style:{color:"rgb(86, 156, 214)"}},{types:["number","inserted"],style:{color:"rgb(181, 206, 168)"}},{types:["constant"],style:{color:"rgb(100, 102, 149)"}},{types:["attr-name","variable"],style:{color:"rgb(156, 220, 254)"}},{types:["deleted","string","attr-value","template-punctuation"],style:{color:"rgb(206, 145, 120)"}},{types:["selector"],style:{color:"rgb(215, 186, 125)"}},{types:["tag"],style:{color:"rgb(78, 201, 176)"}},{types:["tag"],languages:["markup"],style:{color:"rgb(86, 156, 214)"}},{types:["punctuation","operator"],style:{color:"rgb(212, 212, 212)"}},{types:["punctuation"],languages:["markup"],style:{color:"#808080"}},{types:["function"],style:{color:"rgb(220, 220, 170)"}},{types:["class-name"],style:{color:"rgb(78, 201, 176)"}},{types:["char"],style:{color:"rgb(209, 105, 105)"}}]},RS=VK,GK={plain:{color:"#000000",backgroundColor:"#ffffff"},styles:[{types:["comment"],style:{color:"rgb(0, 128, 0)"}},{types:["builtin"],style:{color:"rgb(0, 112, 193)"}},{types:["number","variable","inserted"],style:{color:"rgb(9, 134, 88)"}},{types:["operator"],style:{color:"rgb(0, 0, 0)"}},{types:["constant","char"],style:{color:"rgb(129, 31, 63)"}},{types:["tag"],style:{color:"rgb(128, 0, 0)"}},{types:["attr-name"],style:{color:"rgb(255, 0, 0)"}},{types:["deleted","string"],style:{color:"rgb(163, 21, 21)"}},{types:["changed","punctuation"],style:{color:"rgb(4, 81, 165)"}},{types:["function","keyword"],style:{color:"rgb(0, 0, 255)"}},{types:["class-name"],style:{color:"rgb(38, 127, 153)"}}]},YK=GK,qK={plain:{color:"#f8fafc",backgroundColor:"#011627"},styles:[{types:["prolog"],style:{color:"#000080"}},{types:["comment"],style:{color:"#6A9955"}},{types:["builtin","changed","keyword","interpolation-punctuation"],style:{color:"#569CD6"}},{types:["number","inserted"],style:{color:"#B5CEA8"}},{types:["constant"],style:{color:"#f8fafc"}},{types:["attr-name","variable"],style:{color:"#9CDCFE"}},{types:["deleted","string","attr-value","template-punctuation"],style:{color:"#cbd5e1"}},{types:["selector"],style:{color:"#D7BA7D"}},{types:["tag"],style:{color:"#0ea5e9"}},{types:["tag"],languages:["markup"],style:{color:"#0ea5e9"}},{types:["punctuation","operator"],style:{color:"#D4D4D4"}},{types:["punctuation"],languages:["markup"],style:{color:"#808080"}},{types:["function"],style:{color:"#7dd3fc"}},{types:["class-name"],style:{color:"#0ea5e9"}},{types:["char"],style:{color:"#D16969"}}]},XK=qK,KK={plain:{color:"#0f172a",backgroundColor:"#f1f5f9"},styles:[{types:["prolog"],style:{color:"#000080"}},{types:["comment"],style:{color:"#6A9955"}},{types:["builtin","changed","keyword","interpolation-punctuation"],style:{color:"#0c4a6e"}},{types:["number","inserted"],style:{color:"#B5CEA8"}},{types:["constant"],style:{color:"#0f172a"}},{types:["attr-name","variable"],style:{color:"#0c4a6e"}},{types:["deleted","string","attr-value","template-punctuation"],style:{color:"#64748b"}},{types:["selector"],style:{color:"#D7BA7D"}},{types:["tag"],style:{color:"#0ea5e9"}},{types:["tag"],languages:["markup"],style:{color:"#0ea5e9"}},{types:["punctuation","operator"],style:{color:"#475569"}},{types:["punctuation"],languages:["markup"],style:{color:"#808080"}},{types:["function"],style:{color:"#0e7490"}},{types:["class-name"],style:{color:"#0ea5e9"}},{types:["char"],style:{color:"#D16969"}}]},QK=KK,ZK={plain:{backgroundColor:"hsl(220, 13%, 18%)",color:"hsl(220, 14%, 71%)",textShadow:"0 1px rgba(0, 0, 0, 0.3)"},styles:[{types:["comment","prolog","cdata"],style:{color:"hsl(220, 10%, 40%)"}},{types:["doctype","punctuation","entity"],style:{color:"hsl(220, 14%, 71%)"}},{types:["attr-name","class-name","maybe-class-name","boolean","constant","number","atrule"],style:{color:"hsl(29, 54%, 61%)"}},{types:["keyword"],style:{color:"hsl(286, 60%, 67%)"}},{types:["property","tag","symbol","deleted","important"],style:{color:"hsl(355, 65%, 65%)"}},{types:["selector","string","char","builtin","inserted","regex","attr-value"],style:{color:"hsl(95, 38%, 62%)"}},{types:["variable","operator","function"],style:{color:"hsl(207, 82%, 66%)"}},{types:["url"],style:{color:"hsl(187, 47%, 55%)"}},{types:["deleted"],style:{textDecorationLine:"line-through"}},{types:["inserted"],style:{textDecorationLine:"underline"}},{types:["italic"],style:{fontStyle:"italic"}},{types:["important","bold"],style:{fontWeight:"bold"}},{types:["important"],style:{color:"hsl(220, 14%, 71%)"}}]},JK=ZK,eQ={plain:{backgroundColor:"hsl(230, 1%, 98%)",color:"hsl(230, 8%, 24%)"},styles:[{types:["comment","prolog","cdata"],style:{color:"hsl(230, 4%, 64%)"}},{types:["doctype","punctuation","entity"],style:{color:"hsl(230, 8%, 24%)"}},{types:["attr-name","class-name","boolean","constant","number","atrule"],style:{color:"hsl(35, 99%, 36%)"}},{types:["keyword"],style:{color:"hsl(301, 63%, 40%)"}},{types:["property","tag","symbol","deleted","important"],style:{color:"hsl(5, 74%, 59%)"}},{types:["selector","string","char","builtin","inserted","regex","attr-value","punctuation"],style:{color:"hsl(119, 34%, 47%)"}},{types:["variable","operator","function"],style:{color:"hsl(221, 87%, 60%)"}},{types:["url"],style:{color:"hsl(198, 99%, 37%)"}},{types:["deleted"],style:{textDecorationLine:"line-through"}},{types:["inserted"],style:{textDecorationLine:"underline"}},{types:["italic"],style:{fontStyle:"italic"}},{types:["important","bold"],style:{fontWeight:"bold"}},{types:["important"],style:{color:"hsl(230, 8%, 24%)"}}]},tQ=eQ,nQ={plain:{color:"#ebdbb2",backgroundColor:"#292828"},styles:[{types:["imports","class-name","maybe-class-name","constant","doctype","builtin","function"],style:{color:"#d8a657"}},{types:["property-access"],style:{color:"#7daea3"}},{types:["tag"],style:{color:"#e78a4e"}},{types:["attr-name","char","url","regex"],style:{color:"#a9b665"}},{types:["attr-value","string"],style:{color:"#89b482"}},{types:["comment","prolog","cdata","operator","inserted"],style:{color:"#a89984"}},{types:["delimiter","boolean","keyword","selector","important","atrule","property","variable","deleted"],style:{color:"#ea6962"}},{types:["entity","number","symbol"],style:{color:"#d3869b"}}]},rQ=nQ,oQ={plain:{color:"#654735",backgroundColor:"#f9f5d7"},styles:[{types:["delimiter","boolean","keyword","selector","important","atrule","property","variable","deleted"],style:{color:"#af2528"}},{types:["imports","class-name","maybe-class-name","constant","doctype","builtin"],style:{color:"#b4730e"}},{types:["string","attr-value"],style:{color:"#477a5b"}},{types:["property-access"],style:{color:"#266b79"}},{types:["function","attr-name","char","url"],style:{color:"#72761e"}},{types:["tag"],style:{color:"#b94c07"}},{types:["comment","prolog","cdata","operator","inserted"],style:{color:"#a89984"}},{types:["entity","number","symbol"],style:{color:"#924f79"}}]},iQ=oQ,aQ=e=>(0,OS.useCallback)(t=>{var n=t,{className:r,style:o,line:i}=n,s=LS(n,["className","style","line"]);let l=Zh(Wo({},s),{className:it("token-line",r)});return typeof e=="object"&&"plain"in e&&(l.style=e.plain),typeof o=="object"&&(l.style=Wo(Wo({},l.style||{}),o)),l},[e]),sQ=e=>{let t=(0,d6.useCallback)(({types:n,empty:r})=>{if(e!=null){{if(n.length===1&&n[0]==="plain")return r!=null?{display:"inline-block"}:void 0;if(n.length===1&&r!=null)return e[n[0]]}return Object.assign(r!=null?{display:"inline-block"}:{},...n.map(o=>e[o]))}},[e]);return(0,d6.useCallback)(n=>{var r=n,{token:o,className:i,style:s}=r,l=LS(r,["token","className","style"]);let c=Zh(Wo({},l),{className:it("token",...o.types,i),children:o.content,style:t(o)});return s!=null&&(c.style=Wo(Wo({},c.style||{}),s)),c},[t])},uQ=/\r\n|\r|\n/,AS=e=>{e.length===0?e.push({types:["plain"],content:`
1060
+ `,ll=({successStyle:e,children:t,trackingId:n,trackingData:r,onClick:o,...i})=>{let s=typeof t=="string",{trackClick:l}=an();return(0,ul.jsx)(cK,{$successStyle:e,$hasText:s,onClick:d=>{l&&n&&l(n,r),o&&o(d)},...i,children:s?(0,ul.jsx)(je,{weight:"bold",children:t}):t})},Xh=({code:e,...t})=>{let{isCopied:n,copyToClipboard:r}=Fs();return(0,ul.jsx)(ll,{onClick:async()=>r(e),"data-test":"copy_to_clipboard","aria-label":"Copy to clipboard",...t,children:n?(0,ul.jsx)(Ka,{size:"16"}):(0,ul.jsx)(np,{size:"16"})})};var Sa=G(De(),1);var g6=G(_d(),1);var NS=G(_e(),1),OS=G(_e(),1);var d6=G(_e(),1);var MS=G(_e(),1),dK=Object.create,Qh=Object.defineProperty,fK=Object.defineProperties,pK=Object.getOwnPropertyDescriptor,hK=Object.getOwnPropertyDescriptors,IS=Object.getOwnPropertyNames,Kh=Object.getOwnPropertySymbols,mK=Object.getPrototypeOf,f6=Object.prototype.hasOwnProperty,FS=Object.prototype.propertyIsEnumerable,TS=(e,t,n)=>t in e?Qh(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Wo=(e,t)=>{for(var n in t||(t={}))f6.call(t,n)&&TS(e,n,t[n]);if(Kh)for(var n of Kh(t))FS.call(t,n)&&TS(e,n,t[n]);return e},Zh=(e,t)=>fK(e,hK(t)),LS=(e,t)=>{var n={};for(var r in e)f6.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Kh)for(var r of Kh(e))t.indexOf(r)<0&&FS.call(e,r)&&(n[r]=e[r]);return n},gK=(e,t)=>function(){return t||(0,e[IS(e)[0]])((t={exports:{}}).exports,t),t.exports},yK=(e,t)=>{for(var n in t)Qh(e,n,{get:t[n],enumerable:!0})},bK=(e,t,n,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of IS(t))!f6.call(e,o)&&o!==n&&Qh(e,o,{get:()=>t[o],enumerable:!(r=pK(t,o))||r.enumerable});return e},EK=(e,t,n)=>(n=e!=null?dK(mK(e)):{},bK(t||!e||!e.__esModule?Qh(n,"default",{value:e,enumerable:!0}):n,e)),DK=gK({"../../node_modules/.pnpm/prismjs@1.29.0_patch_hash=vrxx3pzkik6jpmgpayxfjunetu/node_modules/prismjs/prism.js"(e,t){var n=function(){var r=/(?:^|\s)lang(?:uage)?-([\w-]+)(?=\s|$)/i,o=0,i={},s={util:{encode:function D(w){return w instanceof l?new l(w.type,D(w.content),w.alias):Array.isArray(w)?w.map(D):w.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/\u00a0/g," ")},type:function(D){return Object.prototype.toString.call(D).slice(8,-1)},objId:function(D){return D.__id||Object.defineProperty(D,"__id",{value:++o}),D.__id},clone:function D(w,A){A=A||{};var x,v;switch(s.util.type(w)){case"Object":if(v=s.util.objId(w),A[v])return A[v];x={},A[v]=x;for(var k in w)w.hasOwnProperty(k)&&(x[k]=D(w[k],A));return x;case"Array":return v=s.util.objId(w),A[v]?A[v]:(x=[],A[v]=x,w.forEach(function(L,B){x[B]=D(L,A)}),x);default:return w}},getLanguage:function(D){for(;D;){var w=r.exec(D.className);if(w)return w[1].toLowerCase();D=D.parentElement}return"none"},setLanguage:function(D,w){D.className=D.className.replace(RegExp(r,"gi"),""),D.classList.add("language-"+w)},isActive:function(D,w,A){for(var x="no-"+w;D;){var v=D.classList;if(v.contains(w))return!0;if(v.contains(x))return!1;D=D.parentElement}return!!A}},languages:{plain:i,plaintext:i,text:i,txt:i,extend:function(D,w){var A=s.util.clone(s.languages[D]);for(var x in w)A[x]=w[x];return A},insertBefore:function(D,w,A,x){x=x||s.languages;var v=x[D],k={};for(var L in v)if(v.hasOwnProperty(L)){if(L==w)for(var B in A)A.hasOwnProperty(B)&&(k[B]=A[B]);A.hasOwnProperty(L)||(k[L]=v[L])}var I=x[D];return x[D]=k,s.languages.DFS(s.languages,function(z,q){q===I&&z!=D&&(this[z]=k)}),k},DFS:function D(w,A,x,v){v=v||{};var k=s.util.objId;for(var L in w)if(w.hasOwnProperty(L)){A.call(w,L,w[L],x||L);var B=w[L],I=s.util.type(B);I==="Object"&&!v[k(B)]?(v[k(B)]=!0,D(B,A,null,v)):I==="Array"&&!v[k(B)]&&(v[k(B)]=!0,D(B,A,L,v))}}},plugins:{},highlight:function(D,w,A){var x={code:D,grammar:w,language:A};if(s.hooks.run("before-tokenize",x),!x.grammar)throw new Error('The language "'+x.language+'" has no grammar.');return x.tokens=s.tokenize(x.code,x.grammar),s.hooks.run("after-tokenize",x),l.stringify(s.util.encode(x.tokens),x.language)},tokenize:function(D,w){var A=w.rest;if(A){for(var x in A)w[x]=A[x];delete w.rest}var v=new h;return g(v,v.head,D),d(D,v,w,v.head,0),y(v)},hooks:{all:{},add:function(D,w){var A=s.hooks.all;A[D]=A[D]||[],A[D].push(w)},run:function(D,w){var A=s.hooks.all[D];if(!(!A||!A.length))for(var x=0,v;v=A[x++];)v(w)}},Token:l};function l(D,w,A,x){this.type=D,this.content=w,this.alias=A,this.length=(x||"").length|0}l.stringify=function D(w,A){if(typeof w=="string")return w;if(Array.isArray(w)){var x="";return w.forEach(function(I){x+=D(I,A)}),x}var v={type:w.type,content:D(w.content,A),tag:"span",classes:["token",w.type],attributes:{},language:A},k=w.alias;k&&(Array.isArray(k)?Array.prototype.push.apply(v.classes,k):v.classes.push(k)),s.hooks.run("wrap",v);var L="";for(var B in v.attributes)L+=" "+B+'="'+(v.attributes[B]||"").replace(/"/g,"&quot;")+'"';return"<"+v.tag+' class="'+v.classes.join(" ")+'"'+L+">"+v.content+"</"+v.tag+">"};function c(D,w,A,x){D.lastIndex=w;var v=D.exec(A);if(v&&x&&v[1]){var k=v[1].length;v.index+=k,v[0]=v[0].slice(k)}return v}function d(D,w,A,x,v,k){for(var L in A)if(!(!A.hasOwnProperty(L)||!A[L])){var B=A[L];B=Array.isArray(B)?B:[B];for(var I=0;I<B.length;++I){if(k&&k.cause==L+","+I)return;var z=B[I],q=z.inside,te=!!z.lookbehind,M=!!z.greedy,me=z.alias;if(M&&!z.pattern.global){var fe=z.pattern.toString().match(/[imsuy]*$/)[0];z.pattern=RegExp(z.pattern.source,fe+"g")}for(var ue=z.pattern||z,le=x.next,ge=v;le!==w.tail&&!(k&&ge>=k.reach);ge+=le.value.length,le=le.next){var ke=le.value;if(w.length>D.length)return;if(!(ke instanceof l)){var be=1,se;if(M){if(se=c(ue,ge,D,te),!se||se.index>=D.length)break;var Ve=se.index,Ee=se.index+se[0].length,R=ge;for(R+=le.value.length;Ve>=R;)le=le.next,R+=le.value.length;if(R-=le.value.length,ge=R,le.value instanceof l)continue;for(var Te=le;Te!==w.tail&&(R<Ee||typeof Te.value=="string");Te=Te.next)be++,R+=Te.value.length;be--,ke=D.slice(ge,R),se.index-=ge}else if(se=c(ue,0,ke,te),!se)continue;var Ve=se.index,P=se[0],ot=ke.slice(0,Ve),Nn=ke.slice(Ve+P.length),pn=ge+ke.length;k&&pn>k.reach&&(k.reach=pn);var tn=le.prev;ot&&(tn=g(w,tn,ot),ge+=ot.length),E(w,tn,be);var ft=new l(L,q?s.tokenize(P,q):P,me,P);if(le=g(w,tn,ft),Nn&&g(w,le,Nn),be>1){var Mt={cause:L+","+I,reach:pn};d(D,w,A,le.prev,ge,Mt),k&&Mt.reach>k.reach&&(k.reach=Mt.reach)}}}}}}function h(){var D={value:null,prev:null,next:null},w={value:null,prev:D,next:null};D.next=w,this.head=D,this.tail=w,this.length=0}function g(D,w,A){var x=w.next,v={value:A,prev:w,next:x};return w.next=v,x.prev=v,D.length++,v}function E(D,w,A){for(var x=w.next,v=0;v<A&&x!==D.tail;v++)x=x.next;w.next=x,x.prev=w,D.length-=v}function y(D){for(var w=[],A=D.head.next;A!==D.tail;)w.push(A.value),A=A.next;return w}return s}();t.exports=n,n.default=n}}),Z=EK(DK());Z.languages.markup={comment:{pattern:/<!--(?:(?!<!--)[\s\S])*?-->/,greedy:!0},prolog:{pattern:/<\?[\s\S]+?\?>/,greedy:!0},doctype:{pattern:/<!DOCTYPE(?:[^>"'[\]]|"[^"]*"|'[^']*')+(?:\[(?:[^<"'\]]|"[^"]*"|'[^']*'|<(?!!--)|<!--(?:[^-]|-(?!->))*-->)*\]\s*)?>/i,greedy:!0,inside:{"internal-subset":{pattern:/(^[^\[]*\[)[\s\S]+(?=\]>$)/,lookbehind:!0,greedy:!0,inside:null},string:{pattern:/"[^"]*"|'[^']*'/,greedy:!0},punctuation:/^<!|>$|[[\]]/,"doctype-tag":/^DOCTYPE/i,name:/[^\s<>'"]+/}},cdata:{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,greedy:!0},tag:{pattern:/<\/?(?!\d)[^\s>\/=$<%]+(?:\s(?:\s*[^\s>\/=]+(?:\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))|(?=[\s/>])))+)?\s*\/?>/,greedy:!0,inside:{tag:{pattern:/^<\/?[^\s>\/]+/,inside:{punctuation:/^<\/?/,namespace:/^[^\s>\/:]+:/}},"special-attr":[],"attr-value":{pattern:/=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+)/,inside:{punctuation:[{pattern:/^=/,alias:"attr-equals"},{pattern:/^(\s*)["']|["']$/,lookbehind:!0}]}},punctuation:/\/?>/,"attr-name":{pattern:/[^\s>\/]+/,inside:{namespace:/^[^\s>\/:]+:/}}}},entity:[{pattern:/&[\da-z]{1,8};/i,alias:"named-entity"},/&#x?[\da-f]{1,8};/i]},Z.languages.markup.tag.inside["attr-value"].inside.entity=Z.languages.markup.entity,Z.languages.markup.doctype.inside["internal-subset"].inside=Z.languages.markup,Z.hooks.add("wrap",function(e){e.type==="entity"&&(e.attributes.title=e.content.replace(/&amp;/,"&"))}),Object.defineProperty(Z.languages.markup.tag,"addInlined",{value:function(e,r){var n={},n=(n["language-"+r]={pattern:/(^<!\[CDATA\[)[\s\S]+?(?=\]\]>$)/i,lookbehind:!0,inside:Z.languages[r]},n.cdata=/^<!\[CDATA\[|\]\]>$/i,{"included-cdata":{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,inside:n}}),r=(n["language-"+r]={pattern:/[\s\S]+/,inside:Z.languages[r]},{});r[e]={pattern:RegExp(/(<__[^>]*>)(?:<!\[CDATA\[(?:[^\]]|\](?!\]>))*\]\]>|(?!<!\[CDATA\[)[\s\S])*?(?=<\/__>)/.source.replace(/__/g,function(){return e}),"i"),lookbehind:!0,greedy:!0,inside:n},Z.languages.insertBefore("markup","cdata",r)}}),Object.defineProperty(Z.languages.markup.tag,"addAttribute",{value:function(e,t){Z.languages.markup.tag.inside["special-attr"].push({pattern:RegExp(/(^|["'\s])/.source+"(?:"+e+")"+/\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))/.source,"i"),lookbehind:!0,inside:{"attr-name":/^[^\s=]+/,"attr-value":{pattern:/=[\s\S]+/,inside:{value:{pattern:/(^=\s*(["']|(?!["'])))\S[\s\S]*(?=\2$)/,lookbehind:!0,alias:[t,"language-"+t],inside:Z.languages[t]},punctuation:[{pattern:/^=/,alias:"attr-equals"},/"|'/]}}}})}}),Z.languages.html=Z.languages.markup,Z.languages.mathml=Z.languages.markup,Z.languages.svg=Z.languages.markup,Z.languages.xml=Z.languages.extend("markup",{}),Z.languages.ssml=Z.languages.xml,Z.languages.atom=Z.languages.xml,Z.languages.rss=Z.languages.xml,function(e){var t={pattern:/\\[\\(){}[\]^$+*?|.]/,alias:"escape"},n=/\\(?:x[\da-fA-F]{2}|u[\da-fA-F]{4}|u\{[\da-fA-F]+\}|0[0-7]{0,2}|[123][0-7]{2}|c[a-zA-Z]|.)/,r="(?:[^\\\\-]|"+n.source+")",r=RegExp(r+"-"+r),o={pattern:/(<|')[^<>']+(?=[>']$)/,lookbehind:!0,alias:"variable"};e.languages.regex={"char-class":{pattern:/((?:^|[^\\])(?:\\\\)*)\[(?:[^\\\]]|\\[\s\S])*\]/,lookbehind:!0,inside:{"char-class-negation":{pattern:/(^\[)\^/,lookbehind:!0,alias:"operator"},"char-class-punctuation":{pattern:/^\[|\]$/,alias:"punctuation"},range:{pattern:r,inside:{escape:n,"range-punctuation":{pattern:/-/,alias:"operator"}}},"special-escape":t,"char-set":{pattern:/\\[wsd]|\\p\{[^{}]+\}/i,alias:"class-name"},escape:n}},"special-escape":t,"char-set":{pattern:/\.|\\[wsd]|\\p\{[^{}]+\}/i,alias:"class-name"},backreference:[{pattern:/\\(?![123][0-7]{2})[1-9]/,alias:"keyword"},{pattern:/\\k<[^<>']+>/,alias:"keyword",inside:{"group-name":o}}],anchor:{pattern:/[$^]|\\[ABbGZz]/,alias:"function"},escape:n,group:[{pattern:/\((?:\?(?:<[^<>']+>|'[^<>']+'|[>:]|<?[=!]|[idmnsuxU]+(?:-[idmnsuxU]+)?:?))?/,alias:"punctuation",inside:{"group-name":o}},{pattern:/\)/,alias:"punctuation"}],quantifier:{pattern:/(?:[+*?]|\{\d+(?:,\d*)?\})[?+]?/,alias:"number"},alternation:{pattern:/\|/,alias:"keyword"}}}(Z),Z.languages.clike={comment:[{pattern:/(^|[^\\])\/\*[\s\S]*?(?:\*\/|$)/,lookbehind:!0,greedy:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0,greedy:!0}],string:{pattern:/(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0},"class-name":{pattern:/(\b(?:class|extends|implements|instanceof|interface|new|trait)\s+|\bcatch\s+\()[\w.\\]+/i,lookbehind:!0,inside:{punctuation:/[.\\]/}},keyword:/\b(?:break|catch|continue|do|else|finally|for|function|if|in|instanceof|new|null|return|throw|try|while)\b/,boolean:/\b(?:false|true)\b/,function:/\b\w+(?=\()/,number:/\b0x[\da-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?/i,operator:/[<>]=?|[!=]=?=?|--?|\+\+?|&&?|\|\|?|[?*/~^%]/,punctuation:/[{}[\];(),.:]/},Z.languages.javascript=Z.languages.extend("clike",{"class-name":[Z.languages.clike["class-name"],{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$A-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\.(?:constructor|prototype))/,lookbehind:!0}],keyword:[{pattern:/((?:^|\})\s*)catch\b/,lookbehind:!0},{pattern:/(^|[^.]|\.\.\.\s*)\b(?:as|assert(?=\s*\{)|async(?=\s*(?:function\b|\(|[$\w\xA0-\uFFFF]|$))|await|break|case|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally(?=\s*(?:\{|$))|for|from(?=\s*(?:['"]|$))|function|(?:get|set)(?=\s*(?:[#\[$\w\xA0-\uFFFF]|$))|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)\b/,lookbehind:!0}],function:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*(?:\.\s*(?:apply|bind|call)\s*)?\()/,number:{pattern:RegExp(/(^|[^\w$])/.source+"(?:"+/NaN|Infinity/.source+"|"+/0[bB][01]+(?:_[01]+)*n?/.source+"|"+/0[oO][0-7]+(?:_[0-7]+)*n?/.source+"|"+/0[xX][\dA-Fa-f]+(?:_[\dA-Fa-f]+)*n?/.source+"|"+/\d+(?:_\d+)*n/.source+"|"+/(?:\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\.\d+(?:_\d+)*)(?:[Ee][+-]?\d+(?:_\d+)*)?/.source+")"+/(?![\w$])/.source),lookbehind:!0},operator:/--|\+\+|\*\*=?|=>|&&=?|\|\|=?|[!=]==|<<=?|>>>?=?|[-+*/%&|^!=<>]=?|\.{3}|\?\?=?|\?\.?|[~:]/}),Z.languages.javascript["class-name"][0].pattern=/(\b(?:class|extends|implements|instanceof|interface|new)\s+)[\w.\\]+/,Z.languages.insertBefore("javascript","keyword",{regex:{pattern:RegExp(/((?:^|[^$\w\xA0-\uFFFF."'\])\s]|\b(?:return|yield))\s*)/.source+/\//.source+"(?:"+/(?:\[(?:[^\]\\\r\n]|\\.)*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}/.source+"|"+/(?:\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.)*\])*\])*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}v[dgimyus]{0,7}/.source+")"+/(?=(?:\s|\/\*(?:[^*]|\*(?!\/))*\*\/)*(?:$|[\r\n,.;:})\]]|\/\/))/.source),lookbehind:!0,greedy:!0,inside:{"regex-source":{pattern:/^(\/)[\s\S]+(?=\/[a-z]*$)/,lookbehind:!0,alias:"language-regex",inside:Z.languages.regex},"regex-delimiter":/^\/|\/$/,"regex-flags":/^[a-z]+$/}},"function-variable":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*[=:]\s*(?:async\s*)?(?:\bfunction\b|(?:\((?:[^()]|\([^()]*\))*\)|(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)\s*=>))/,alias:"function"},parameter:[{pattern:/(function(?:\s+(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)?\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\))/,lookbehind:!0,inside:Z.languages.javascript},{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*=>)/i,lookbehind:!0,inside:Z.languages.javascript},{pattern:/(\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*=>)/,lookbehind:!0,inside:Z.languages.javascript},{pattern:/((?:\b|\s|^)(?!(?:as|async|await|break|case|catch|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)(?![$\w\xA0-\uFFFF]))(?:(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*)\(\s*|\]\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*\{)/,lookbehind:!0,inside:Z.languages.javascript}],constant:/\b[A-Z](?:[A-Z_]|\dx?)*\b/}),Z.languages.insertBefore("javascript","string",{hashbang:{pattern:/^#!.*/,greedy:!0,alias:"comment"},"template-string":{pattern:/`(?:\\[\s\S]|\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}|(?!\$\{)[^\\`])*`/,greedy:!0,inside:{"template-punctuation":{pattern:/^`|`$/,alias:"string"},interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}/,lookbehind:!0,inside:{"interpolation-punctuation":{pattern:/^\$\{|\}$/,alias:"punctuation"},rest:Z.languages.javascript}},string:/[\s\S]+/}},"string-property":{pattern:/((?:^|[,{])[ \t]*)(["'])(?:\\(?:\r\n|[\s\S])|(?!\2)[^\\\r\n])*\2(?=\s*:)/m,lookbehind:!0,greedy:!0,alias:"property"}}),Z.languages.insertBefore("javascript","operator",{"literal-property":{pattern:/((?:^|[,{])[ \t]*)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*:)/m,lookbehind:!0,alias:"property"}}),Z.languages.markup&&(Z.languages.markup.tag.addInlined("script","javascript"),Z.languages.markup.tag.addAttribute(/on(?:abort|blur|change|click|composition(?:end|start|update)|dblclick|error|focus(?:in|out)?|key(?:down|up)|load|mouse(?:down|enter|leave|move|out|over|up)|reset|resize|scroll|select|slotchange|submit|unload|wheel)/.source,"javascript")),Z.languages.js=Z.languages.javascript,Z.languages.actionscript=Z.languages.extend("javascript",{keyword:/\b(?:as|break|case|catch|class|const|default|delete|do|dynamic|each|else|extends|final|finally|for|function|get|if|implements|import|in|include|instanceof|interface|internal|is|namespace|native|new|null|override|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|use|var|void|while|with)\b/,operator:/\+\+|--|(?:[+\-*\/%^]|&&?|\|\|?|<<?|>>?>?|[!=]=?)=?|[~?@]/}),Z.languages.actionscript["class-name"].alias="function",delete Z.languages.actionscript.parameter,delete Z.languages.actionscript["literal-property"],Z.languages.markup&&Z.languages.insertBefore("actionscript","string",{xml:{pattern:/(^|[^.])<\/?\w+(?:\s+[^\s>\/=]+=("|')(?:\\[\s\S]|(?!\2)[^\\])*\2)*\s*\/?>/,lookbehind:!0,inside:Z.languages.markup}}),function(e){var t=/#(?!\{).+/,n={pattern:/#\{[^}]+\}/,alias:"variable"};e.languages.coffeescript=e.languages.extend("javascript",{comment:t,string:[{pattern:/'(?:\\[\s\S]|[^\\'])*'/,greedy:!0},{pattern:/"(?:\\[\s\S]|[^\\"])*"/,greedy:!0,inside:{interpolation:n}}],keyword:/\b(?:and|break|by|catch|class|continue|debugger|delete|do|each|else|extend|extends|false|finally|for|if|in|instanceof|is|isnt|let|loop|namespace|new|no|not|null|of|off|on|or|own|return|super|switch|then|this|throw|true|try|typeof|undefined|unless|until|when|while|window|with|yes|yield)\b/,"class-member":{pattern:/@(?!\d)\w+/,alias:"variable"}}),e.languages.insertBefore("coffeescript","comment",{"multiline-comment":{pattern:/###[\s\S]+?###/,alias:"comment"},"block-regex":{pattern:/\/{3}[\s\S]*?\/{3}/,alias:"regex",inside:{comment:t,interpolation:n}}}),e.languages.insertBefore("coffeescript","string",{"inline-javascript":{pattern:/`(?:\\[\s\S]|[^\\`])*`/,inside:{delimiter:{pattern:/^`|`$/,alias:"punctuation"},script:{pattern:/[\s\S]+/,alias:"language-javascript",inside:e.languages.javascript}}},"multiline-string":[{pattern:/'''[\s\S]*?'''/,greedy:!0,alias:"string"},{pattern:/"""[\s\S]*?"""/,greedy:!0,alias:"string",inside:{interpolation:n}}]}),e.languages.insertBefore("coffeescript","keyword",{property:/(?!\d)\w+(?=\s*:(?!:))/}),delete e.languages.coffeescript["template-string"],e.languages.coffee=e.languages.coffeescript}(Z),function(e){var t=e.languages.javadoclike={parameter:{pattern:/(^[\t ]*(?:\/{3}|\*|\/\*\*)\s*@(?:arg|arguments|param)\s+)\w+/m,lookbehind:!0},keyword:{pattern:/(^[\t ]*(?:\/{3}|\*|\/\*\*)\s*|\{)@[a-z][a-zA-Z-]+\b/m,lookbehind:!0},punctuation:/[{}]/};Object.defineProperty(t,"addSupport",{value:function(n,r){(n=typeof n=="string"?[n]:n).forEach(function(o){var i=function(g){g.inside||(g.inside={}),g.inside.rest=r},s="doc-comment";if(l=e.languages[o]){var l,c=l[s];if((c=c||(l=e.languages.insertBefore(o,"comment",{"doc-comment":{pattern:/(^|[^\\])\/\*\*[^/][\s\S]*?(?:\*\/|$)/,lookbehind:!0,alias:"comment"}}))[s])instanceof RegExp&&(c=l[s]={pattern:c}),Array.isArray(c))for(var d=0,h=c.length;d<h;d++)c[d]instanceof RegExp&&(c[d]={pattern:c[d]}),i(c[d]);else i(c)}})}}),t.addSupport(["java","javascript","php"],t)}(Z),function(e){var t=/(?:"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n])*')/,t=(e.languages.css={comment:/\/\*[\s\S]*?\*\//,atrule:{pattern:RegExp("@[\\w-](?:"+/[^;{\s"']|\s+(?!\s)/.source+"|"+t.source+")*?"+/(?:;|(?=\s*\{))/.source),inside:{rule:/^@[\w-]+/,"selector-function-argument":{pattern:/(\bselector\s*\(\s*(?![\s)]))(?:[^()\s]|\s+(?![\s)])|\((?:[^()]|\([^()]*\))*\))+(?=\s*\))/,lookbehind:!0,alias:"selector"},keyword:{pattern:/(^|[^\w-])(?:and|not|only|or)(?![\w-])/,lookbehind:!0}}},url:{pattern:RegExp("\\burl\\((?:"+t.source+"|"+/(?:[^\\\r\n()"']|\\[\s\S])*/.source+")\\)","i"),greedy:!0,inside:{function:/^url/i,punctuation:/^\(|\)$/,string:{pattern:RegExp("^"+t.source+"$"),alias:"url"}}},selector:{pattern:RegExp(`(^|[{}\\s])[^{}\\s](?:[^{};"'\\s]|\\s+(?![\\s{])|`+t.source+")*(?=\\s*\\{)"),lookbehind:!0},string:{pattern:t,greedy:!0},property:{pattern:/(^|[^-\w\xA0-\uFFFF])(?!\s)[-_a-z\xA0-\uFFFF](?:(?!\s)[-\w\xA0-\uFFFF])*(?=\s*:)/i,lookbehind:!0},important:/!important\b/i,function:{pattern:/(^|[^-a-z0-9])[-a-z0-9]+(?=\()/i,lookbehind:!0},punctuation:/[(){};:,]/},e.languages.css.atrule.inside.rest=e.languages.css,e.languages.markup);t&&(t.tag.addInlined("style","css"),t.tag.addAttribute("style","css"))}(Z),function(e){var t=/("|')(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,t=(e.languages.css.selector={pattern:e.languages.css.selector.pattern,lookbehind:!0,inside:t={"pseudo-element":/:(?:after|before|first-letter|first-line|selection)|::[-\w]+/,"pseudo-class":/:[-\w]+/,class:/\.[-\w]+/,id:/#[-\w]+/,attribute:{pattern:RegExp(`\\[(?:[^[\\]"']|`+t.source+")*\\]"),greedy:!0,inside:{punctuation:/^\[|\]$/,"case-sensitivity":{pattern:/(\s)[si]$/i,lookbehind:!0,alias:"keyword"},namespace:{pattern:/^(\s*)(?:(?!\s)[-*\w\xA0-\uFFFF])*\|(?!=)/,lookbehind:!0,inside:{punctuation:/\|$/}},"attr-name":{pattern:/^(\s*)(?:(?!\s)[-\w\xA0-\uFFFF])+/,lookbehind:!0},"attr-value":[t,{pattern:/(=\s*)(?:(?!\s)[-\w\xA0-\uFFFF])+(?=\s*$)/,lookbehind:!0}],operator:/[|~*^$]?=/}},"n-th":[{pattern:/(\(\s*)[+-]?\d*[\dn](?:\s*[+-]\s*\d+)?(?=\s*\))/,lookbehind:!0,inside:{number:/[\dn]+/,operator:/[+-]/}},{pattern:/(\(\s*)(?:even|odd)(?=\s*\))/i,lookbehind:!0}],combinator:/>|\+|~|\|\|/,punctuation:/[(),]/}},e.languages.css.atrule.inside["selector-function-argument"].inside=t,e.languages.insertBefore("css","property",{variable:{pattern:/(^|[^-\w\xA0-\uFFFF])--(?!\s)[-_a-z\xA0-\uFFFF](?:(?!\s)[-\w\xA0-\uFFFF])*/i,lookbehind:!0}}),{pattern:/(\b\d+)(?:%|[a-z]+(?![\w-]))/,lookbehind:!0}),n={pattern:/(^|[^\w.-])-?(?:\d+(?:\.\d+)?|\.\d+)/,lookbehind:!0};e.languages.insertBefore("css","function",{operator:{pattern:/(\s)[+\-*\/](?=\s)/,lookbehind:!0},hexcode:{pattern:/\B#[\da-f]{3,8}\b/i,alias:"color"},color:[{pattern:/(^|[^\w-])(?:AliceBlue|AntiqueWhite|Aqua|Aquamarine|Azure|Beige|Bisque|Black|BlanchedAlmond|Blue|BlueViolet|Brown|BurlyWood|CadetBlue|Chartreuse|Chocolate|Coral|CornflowerBlue|Cornsilk|Crimson|Cyan|DarkBlue|DarkCyan|DarkGoldenRod|DarkGr[ae]y|DarkGreen|DarkKhaki|DarkMagenta|DarkOliveGreen|DarkOrange|DarkOrchid|DarkRed|DarkSalmon|DarkSeaGreen|DarkSlateBlue|DarkSlateGr[ae]y|DarkTurquoise|DarkViolet|DeepPink|DeepSkyBlue|DimGr[ae]y|DodgerBlue|FireBrick|FloralWhite|ForestGreen|Fuchsia|Gainsboro|GhostWhite|Gold|GoldenRod|Gr[ae]y|Green|GreenYellow|HoneyDew|HotPink|IndianRed|Indigo|Ivory|Khaki|Lavender|LavenderBlush|LawnGreen|LemonChiffon|LightBlue|LightCoral|LightCyan|LightGoldenRodYellow|LightGr[ae]y|LightGreen|LightPink|LightSalmon|LightSeaGreen|LightSkyBlue|LightSlateGr[ae]y|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|SlateGr[ae]y|Snow|SpringGreen|SteelBlue|Tan|Teal|Thistle|Tomato|Transparent|Turquoise|Violet|Wheat|White|WhiteSmoke|Yellow|YellowGreen)(?![\w-])/i,lookbehind:!0},{pattern:/\b(?:hsl|rgb)\(\s*\d{1,3}\s*,\s*\d{1,3}%?\s*,\s*\d{1,3}%?\s*\)\B|\b(?:hsl|rgb)a\(\s*\d{1,3}\s*,\s*\d{1,3}%?\s*,\s*\d{1,3}%?\s*,\s*(?:0|0?\.\d+|1)\s*\)\B/i,inside:{unit:t,number:n,function:/[\w-]+(?=\()/,punctuation:/[(),]/}}],entity:/\\[\da-f]{1,8}/i,unit:t,number:n})}(Z),function(e){var t=/[*&][^\s[\]{},]+/,n=/!(?:<[\w\-%#;/?:@&=+$,.!~*'()[\]]+>|(?:[a-zA-Z\d-]*!)?[\w\-%#;/?:@&=+$.~*'()]+)?/,r="(?:"+n.source+"(?:[ ]+"+t.source+")?|"+t.source+"(?:[ ]+"+n.source+")?)",o=/(?:[^\s\x00-\x08\x0e-\x1f!"#%&'*,\-:>?@[\]`{|}\x7f-\x84\x86-\x9f\ud800-\udfff\ufffe\uffff]|[?:-]<PLAIN>)(?:[ \t]*(?:(?![#:])<PLAIN>|:<PLAIN>))*/.source.replace(/<PLAIN>/g,function(){return/[^\s\x00-\x08\x0e-\x1f,[\]{}\x7f-\x84\x86-\x9f\ud800-\udfff\ufffe\uffff]/.source}),i=/"(?:[^"\\\r\n]|\\.)*"|'(?:[^'\\\r\n]|\\.)*'/.source;function s(l,c){c=(c||"").replace(/m/g,"")+"m";var d=/([:\-,[{]\s*(?:\s<<prop>>[ \t]+)?)(?:<<value>>)(?=[ \t]*(?:$|,|\]|\}|(?:[\r\n]\s*)?#))/.source.replace(/<<prop>>/g,function(){return r}).replace(/<<value>>/g,function(){return l});return RegExp(d,c)}e.languages.yaml={scalar:{pattern:RegExp(/([\-:]\s*(?:\s<<prop>>[ \t]+)?[|>])[ \t]*(?:((?:\r?\n|\r)[ \t]+)\S[^\r\n]*(?:\2[^\r\n]+)*)/.source.replace(/<<prop>>/g,function(){return r})),lookbehind:!0,alias:"string"},comment:/#.*/,key:{pattern:RegExp(/((?:^|[:\-,[{\r\n?])[ \t]*(?:<<prop>>[ \t]+)?)<<key>>(?=\s*:\s)/.source.replace(/<<prop>>/g,function(){return r}).replace(/<<key>>/g,function(){return"(?:"+o+"|"+i+")"})),lookbehind:!0,greedy:!0,alias:"atrule"},directive:{pattern:/(^[ \t]*)%.+/m,lookbehind:!0,alias:"important"},datetime:{pattern:s(/\d{4}-\d\d?-\d\d?(?:[tT]|[ \t]+)\d\d?:\d{2}:\d{2}(?:\.\d*)?(?:[ \t]*(?:Z|[-+]\d\d?(?::\d{2})?))?|\d{4}-\d{2}-\d{2}|\d\d?:\d{2}(?::\d{2}(?:\.\d*)?)?/.source),lookbehind:!0,alias:"number"},boolean:{pattern:s(/false|true/.source,"i"),lookbehind:!0,alias:"important"},null:{pattern:s(/null|~/.source,"i"),lookbehind:!0,alias:"important"},string:{pattern:s(i),lookbehind:!0,greedy:!0},number:{pattern:s(/[+-]?(?:0x[\da-f]+|0o[0-7]+|(?:\d+(?:\.\d*)?|\.\d+)(?:e[+-]?\d+)?|\.inf|\.nan)/.source,"i"),lookbehind:!0},tag:n,important:t,punctuation:/---|[:[\]{}\-,|>?]|\.\.\./},e.languages.yml=e.languages.yaml}(Z),function(e){var t=/(?:\\.|[^\\\n\r]|(?:\n|\r\n?)(?![\r\n]))/.source;function n(d){return d=d.replace(/<inner>/g,function(){return t}),RegExp(/((?:^|[^\\])(?:\\{2})*)/.source+"(?:"+d+")")}var r=/(?:\\.|``(?:[^`\r\n]|`(?!`))+``|`[^`\r\n]+`|[^\\|\r\n`])+/.source,o=/\|?__(?:\|__)+\|?(?:(?:\n|\r\n?)|(?![\s\S]))/.source.replace(/__/g,function(){return r}),i=/\|?[ \t]*:?-{3,}:?[ \t]*(?:\|[ \t]*:?-{3,}:?[ \t]*)+\|?(?:\n|\r\n?)/.source,s=(e.languages.markdown=e.languages.extend("markup",{}),e.languages.insertBefore("markdown","prolog",{"front-matter-block":{pattern:/(^(?:\s*[\r\n])?)---(?!.)[\s\S]*?[\r\n]---(?!.)/,lookbehind:!0,greedy:!0,inside:{punctuation:/^---|---$/,"front-matter":{pattern:/\S+(?:\s+\S+)*/,alias:["yaml","language-yaml"],inside:e.languages.yaml}}},blockquote:{pattern:/^>(?:[\t ]*>)*/m,alias:"punctuation"},table:{pattern:RegExp("^"+o+i+"(?:"+o+")*","m"),inside:{"table-data-rows":{pattern:RegExp("^("+o+i+")(?:"+o+")*$"),lookbehind:!0,inside:{"table-data":{pattern:RegExp(r),inside:e.languages.markdown},punctuation:/\|/}},"table-line":{pattern:RegExp("^("+o+")"+i+"$"),lookbehind:!0,inside:{punctuation:/\||:?-{3,}:?/}},"table-header-row":{pattern:RegExp("^"+o+"$"),inside:{"table-header":{pattern:RegExp(r),alias:"important",inside:e.languages.markdown},punctuation:/\|/}}}},code:[{pattern:/((?:^|\n)[ \t]*\n|(?:^|\r\n?)[ \t]*\r\n?)(?: {4}|\t).+(?:(?:\n|\r\n?)(?: {4}|\t).+)*/,lookbehind:!0,alias:"keyword"},{pattern:/^```[\s\S]*?^```$/m,greedy:!0,inside:{"code-block":{pattern:/^(```.*(?:\n|\r\n?))[\s\S]+?(?=(?:\n|\r\n?)^```$)/m,lookbehind:!0},"code-language":{pattern:/^(```).+/,lookbehind:!0},punctuation:/```/}}],title:[{pattern:/\S.*(?:\n|\r\n?)(?:==+|--+)(?=[ \t]*$)/m,alias:"important",inside:{punctuation:/==+$|--+$/}},{pattern:/(^\s*)#.+/m,lookbehind:!0,alias:"important",inside:{punctuation:/^#+|#+$/}}],hr:{pattern:/(^\s*)([*-])(?:[\t ]*\2){2,}(?=\s*$)/m,lookbehind:!0,alias:"punctuation"},list:{pattern:/(^\s*)(?:[*+-]|\d+\.)(?=[\t ].)/m,lookbehind:!0,alias:"punctuation"},"url-reference":{pattern:/!?\[[^\]]+\]:[\t ]+(?:\S+|<(?:\\.|[^>\\])+>)(?:[\t ]+(?:"(?:\\.|[^"\\])*"|'(?:\\.|[^'\\])*'|\((?:\\.|[^)\\])*\)))?/,inside:{variable:{pattern:/^(!?\[)[^\]]+/,lookbehind:!0},string:/(?:"(?:\\.|[^"\\])*"|'(?:\\.|[^'\\])*'|\((?:\\.|[^)\\])*\))$/,punctuation:/^[\[\]!:]|[<>]/},alias:"url"},bold:{pattern:n(/\b__(?:(?!_)<inner>|_(?:(?!_)<inner>)+_)+__\b|\*\*(?:(?!\*)<inner>|\*(?:(?!\*)<inner>)+\*)+\*\*/.source),lookbehind:!0,greedy:!0,inside:{content:{pattern:/(^..)[\s\S]+(?=..$)/,lookbehind:!0,inside:{}},punctuation:/\*\*|__/}},italic:{pattern:n(/\b_(?:(?!_)<inner>|__(?:(?!_)<inner>)+__)+_\b|\*(?:(?!\*)<inner>|\*\*(?:(?!\*)<inner>)+\*\*)+\*/.source),lookbehind:!0,greedy:!0,inside:{content:{pattern:/(^.)[\s\S]+(?=.$)/,lookbehind:!0,inside:{}},punctuation:/[*_]/}},strike:{pattern:n(/(~~?)(?:(?!~)<inner>)+\2/.source),lookbehind:!0,greedy:!0,inside:{content:{pattern:/(^~~?)[\s\S]+(?=\1$)/,lookbehind:!0,inside:{}},punctuation:/~~?/}},"code-snippet":{pattern:/(^|[^\\`])(?:``[^`\r\n]+(?:`[^`\r\n]+)*``(?!`)|`[^`\r\n]+`(?!`))/,lookbehind:!0,greedy:!0,alias:["code","keyword"]},url:{pattern:n(/!?\[(?:(?!\])<inner>)+\](?:\([^\s)]+(?:[\t ]+"(?:\\.|[^"\\])*")?\)|[ \t]?\[(?:(?!\])<inner>)+\])/.source),lookbehind:!0,greedy:!0,inside:{operator:/^!/,content:{pattern:/(^\[)[^\]]+(?=\])/,lookbehind:!0,inside:{}},variable:{pattern:/(^\][ \t]?\[)[^\]]+(?=\]$)/,lookbehind:!0},url:{pattern:/(^\]\()[^\s)]+/,lookbehind:!0},string:{pattern:/(^[ \t]+)"(?:\\.|[^"\\])*"(?=\)$)/,lookbehind:!0}}}}),["url","bold","italic","strike"].forEach(function(d){["url","bold","italic","strike","code-snippet"].forEach(function(h){d!==h&&(e.languages.markdown[d].inside.content.inside[h]=e.languages.markdown[h])})}),e.hooks.add("after-tokenize",function(d){d.language!=="markdown"&&d.language!=="md"||function h(g){if(g&&typeof g!="string")for(var E=0,y=g.length;E<y;E++){var D,w=g[E];w.type!=="code"?h(w.content):(D=w.content[1],w=w.content[3],D&&w&&D.type==="code-language"&&w.type==="code-block"&&typeof D.content=="string"&&(D=D.content.replace(/\b#/g,"sharp").replace(/\b\+\+/g,"pp"),D="language-"+(D=(/[a-z][\w-]*/i.exec(D)||[""])[0].toLowerCase()),w.alias?typeof w.alias=="string"?w.alias=[w.alias,D]:w.alias.push(D):w.alias=[D]))}}(d.tokens)}),e.hooks.add("wrap",function(d){if(d.type==="code-block"){for(var h="",g=0,E=d.classes.length;g<E;g++){var y=d.classes[g],y=/language-(.+)/.exec(y);if(y){h=y[1];break}}var D,w=e.languages[h];w?d.content=e.highlight(function(A){return A=A.replace(s,""),A=A.replace(/&(\w{1,8}|#x?[\da-f]{1,8});/gi,function(x,v){var k;return(v=v.toLowerCase())[0]==="#"?(k=v[1]==="x"?parseInt(v.slice(2),16):Number(v.slice(1)),c(k)):l[v]||x})}(d.content),w,h):h&&h!=="none"&&e.plugins.autoloader&&(D="md-"+new Date().valueOf()+"-"+Math.floor(1e16*Math.random()),d.attributes.id=D,e.plugins.autoloader.loadLanguages(h,function(){var A=document.getElementById(D);A&&(A.innerHTML=e.highlight(A.textContent,e.languages[h],h))}))}}),RegExp(e.languages.markup.tag.pattern.source,"gi")),l={amp:"&",lt:"<",gt:">",quot:'"'},c=String.fromCodePoint||String.fromCharCode;e.languages.md=e.languages.markdown}(Z),Z.languages.graphql={comment:/#.*/,description:{pattern:/(?:"""(?:[^"]|(?!""")")*"""|"(?:\\.|[^\\"\r\n])*")(?=\s*[a-z_])/i,greedy:!0,alias:"string",inside:{"language-markdown":{pattern:/(^"(?:"")?)(?!\1)[\s\S]+(?=\1$)/,lookbehind:!0,inside:Z.languages.markdown}}},string:{pattern:/"""(?:[^"]|(?!""")")*"""|"(?:\\.|[^\\"\r\n])*"/,greedy:!0},number:/(?:\B-|\b)\d+(?:\.\d+)?(?:e[+-]?\d+)?\b/i,boolean:/\b(?:false|true)\b/,variable:/\$[a-z_]\w*/i,directive:{pattern:/@[a-z_]\w*/i,alias:"function"},"attr-name":{pattern:/\b[a-z_]\w*(?=\s*(?:\((?:[^()"]|"(?:\\.|[^\\"\r\n])*")*\))?:)/i,greedy:!0},"atom-input":{pattern:/\b[A-Z]\w*Input\b/,alias:"class-name"},scalar:/\b(?:Boolean|Float|ID|Int|String)\b/,constant:/\b[A-Z][A-Z_\d]*\b/,"class-name":{pattern:/(\b(?:enum|implements|interface|on|scalar|type|union)\s+|&\s*|:\s*|\[)[A-Z_]\w*/,lookbehind:!0},fragment:{pattern:/(\bfragment\s+|\.{3}\s*(?!on\b))[a-zA-Z_]\w*/,lookbehind:!0,alias:"function"},"definition-mutation":{pattern:/(\bmutation\s+)[a-zA-Z_]\w*/,lookbehind:!0,alias:"function"},"definition-query":{pattern:/(\bquery\s+)[a-zA-Z_]\w*/,lookbehind:!0,alias:"function"},keyword:/\b(?:directive|enum|extend|fragment|implements|input|interface|mutation|on|query|repeatable|scalar|schema|subscription|type|union)\b/,operator:/[!=|&]|\.{3}/,"property-query":/\w+(?=\s*\()/,object:/\w+(?=\s*\{)/,punctuation:/[!(){}\[\]:=,]/,property:/\w+/},Z.hooks.add("after-tokenize",function(e){if(e.language==="graphql")for(var t=e.tokens.filter(function(D){return typeof D!="string"&&D.type!=="comment"&&D.type!=="scalar"}),n=0;n<t.length;){var r=t[n++];if(r.type==="keyword"&&r.content==="mutation"){var o=[];if(g(["definition-mutation","punctuation"])&&h(1).content==="("){n+=2;var i=E(/^\($/,/^\)$/);if(i===-1)continue;for(;n<i;n++){var s=h(0);s.type==="variable"&&(y(s,"variable-input"),o.push(s.content))}n=i+1}if(g(["punctuation","property-query"])&&h(0).content==="{"&&(n++,y(h(0),"property-mutation"),0<o.length)){var l=E(/^\{$/,/^\}$/);if(l!==-1)for(var c=n;c<l;c++){var d=t[c];d.type==="variable"&&0<=o.indexOf(d.content)&&y(d,"variable-input")}}}}function h(D){return t[n+D]}function g(D,w){w=w||0;for(var A=0;A<D.length;A++){var x=h(A+w);if(!x||x.type!==D[A])return}return 1}function E(D,w){for(var A=1,x=n;x<t.length;x++){var v=t[x],k=v.content;if(v.type==="punctuation"&&typeof k=="string"){if(D.test(k))A++;else if(w.test(k)&&--A===0)return x}}return-1}function y(D,w){var A=D.alias;A?Array.isArray(A)||(D.alias=A=[A]):D.alias=A=[],A.push(w)}}),Z.languages.sql={comment:{pattern:/(^|[^\\])(?:\/\*[\s\S]*?\*\/|(?:--|\/\/|#).*)/,lookbehind:!0},variable:[{pattern:/@(["'`])(?:\\[\s\S]|(?!\1)[^\\])+\1/,greedy:!0},/@[\w.$]+/],string:{pattern:/(^|[^@\\])("|')(?:\\[\s\S]|(?!\2)[^\\]|\2\2)*\2/,greedy:!0,lookbehind:!0},identifier:{pattern:/(^|[^@\\])`(?:\\[\s\S]|[^`\\]|``)*`/,greedy:!0,lookbehind:!0,inside:{punctuation:/^`|`$/}},function:/\b(?:AVG|COUNT|FIRST|FORMAT|LAST|LCASE|LEN|MAX|MID|MIN|MOD|NOW|ROUND|SUM|UCASE)(?=\s*\()/i,keyword:/\b(?:ACTION|ADD|AFTER|ALGORITHM|ALL|ALTER|ANALYZE|ANY|APPLY|AS|ASC|AUTHORIZATION|AUTO_INCREMENT|BACKUP|BDB|BEGIN|BERKELEYDB|BIGINT|BINARY|BIT|BLOB|BOOL|BOOLEAN|BREAK|BROWSE|BTREE|BULK|BY|CALL|CASCADED?|CASE|CHAIN|CHAR(?:ACTER|SET)?|CHECK(?:POINT)?|CLOSE|CLUSTERED|COALESCE|COLLATE|COLUMNS?|COMMENT|COMMIT(?:TED)?|COMPUTE|CONNECT|CONSISTENT|CONSTRAINT|CONTAINS(?:TABLE)?|CONTINUE|CONVERT|CREATE|CROSS|CURRENT(?:_DATE|_TIME|_TIMESTAMP|_USER)?|CURSOR|CYCLE|DATA(?:BASES?)?|DATE(?:TIME)?|DAY|DBCC|DEALLOCATE|DEC|DECIMAL|DECLARE|DEFAULT|DEFINER|DELAYED|DELETE|DELIMITERS?|DENY|DESC|DESCRIBE|DETERMINISTIC|DISABLE|DISCARD|DISK|DISTINCT|DISTINCTROW|DISTRIBUTED|DO|DOUBLE|DROP|DUMMY|DUMP(?:FILE)?|DUPLICATE|ELSE(?:IF)?|ENABLE|ENCLOSED|END|ENGINE|ENUM|ERRLVL|ERRORS|ESCAPED?|EXCEPT|EXEC(?:UTE)?|EXISTS|EXIT|EXPLAIN|EXTENDED|FETCH|FIELDS|FILE|FILLFACTOR|FIRST|FIXED|FLOAT|FOLLOWING|FOR(?: EACH ROW)?|FORCE|FOREIGN|FREETEXT(?:TABLE)?|FROM|FULL|FUNCTION|GEOMETRY(?:COLLECTION)?|GLOBAL|GOTO|GRANT|GROUP|HANDLER|HASH|HAVING|HOLDLOCK|HOUR|IDENTITY(?:COL|_INSERT)?|IF|IGNORE|IMPORT|INDEX|INFILE|INNER|INNODB|INOUT|INSERT|INT|INTEGER|INTERSECT|INTERVAL|INTO|INVOKER|ISOLATION|ITERATE|JOIN|KEYS?|KILL|LANGUAGE|LAST|LEAVE|LEFT|LEVEL|LIMIT|LINENO|LINES|LINESTRING|LOAD|LOCAL|LOCK|LONG(?:BLOB|TEXT)|LOOP|MATCH(?:ED)?|MEDIUM(?:BLOB|INT|TEXT)|MERGE|MIDDLEINT|MINUTE|MODE|MODIFIES|MODIFY|MONTH|MULTI(?:LINESTRING|POINT|POLYGON)|NATIONAL|NATURAL|NCHAR|NEXT|NO|NONCLUSTERED|NULLIF|NUMERIC|OFF?|OFFSETS?|ON|OPEN(?:DATASOURCE|QUERY|ROWSET)?|OPTIMIZE|OPTION(?:ALLY)?|ORDER|OUT(?:ER|FILE)?|OVER|PARTIAL|PARTITION|PERCENT|PIVOT|PLAN|POINT|POLYGON|PRECEDING|PRECISION|PREPARE|PREV|PRIMARY|PRINT|PRIVILEGES|PROC(?:EDURE)?|PUBLIC|PURGE|QUICK|RAISERROR|READS?|REAL|RECONFIGURE|REFERENCES|RELEASE|RENAME|REPEAT(?:ABLE)?|REPLACE|REPLICATION|REQUIRE|RESIGNAL|RESTORE|RESTRICT|RETURN(?:ING|S)?|REVOKE|RIGHT|ROLLBACK|ROUTINE|ROW(?:COUNT|GUIDCOL|S)?|RTREE|RULE|SAVE(?:POINT)?|SCHEMA|SECOND|SELECT|SERIAL(?:IZABLE)?|SESSION(?:_USER)?|SET(?:USER)?|SHARE|SHOW|SHUTDOWN|SIMPLE|SMALLINT|SNAPSHOT|SOME|SONAME|SQL|START(?:ING)?|STATISTICS|STATUS|STRIPED|SYSTEM_USER|TABLES?|TABLESPACE|TEMP(?:ORARY|TABLE)?|TERMINATED|TEXT(?:SIZE)?|THEN|TIME(?:STAMP)?|TINY(?:BLOB|INT|TEXT)|TOP?|TRAN(?:SACTIONS?)?|TRIGGER|TRUNCATE|TSEQUAL|TYPES?|UNBOUNDED|UNCOMMITTED|UNDEFINED|UNION|UNIQUE|UNLOCK|UNPIVOT|UNSIGNED|UPDATE(?:TEXT)?|USAGE|USE|USER|USING|VALUES?|VAR(?:BINARY|CHAR|CHARACTER|YING)|VIEW|WAITFOR|WARNINGS|WHEN|WHERE|WHILE|WITH(?: ROLLUP|IN)?|WORK|WRITE(?:TEXT)?|YEAR)\b/i,boolean:/\b(?:FALSE|NULL|TRUE)\b/i,number:/\b0x[\da-f]+\b|\b\d+(?:\.\d*)?|\B\.\d+\b/i,operator:/[-+*\/=%^~]|&&?|\|\|?|!=?|<(?:=>?|<|>)?|>[>=]?|\b(?:AND|BETWEEN|DIV|ILIKE|IN|IS|LIKE|NOT|OR|REGEXP|RLIKE|SOUNDS LIKE|XOR)\b/i,punctuation:/[;[\]()`,.]/},function(e){var t=e.languages.javascript["template-string"],n=t.pattern.source,r=t.inside.interpolation,o=r.inside["interpolation-punctuation"],i=r.pattern.source;function s(g,E){if(e.languages[g])return{pattern:RegExp("((?:"+E+")\\s*)"+n),lookbehind:!0,greedy:!0,inside:{"template-punctuation":{pattern:/^`|`$/,alias:"string"},"embedded-code":{pattern:/[\s\S]+/,alias:g}}}}function l(g,E,y){return g={code:g,grammar:E,language:y},e.hooks.run("before-tokenize",g),g.tokens=e.tokenize(g.code,g.grammar),e.hooks.run("after-tokenize",g),g.tokens}function c(g,E,y){var A=e.tokenize(g,{interpolation:{pattern:RegExp(i),lookbehind:!0}}),D=0,w={},A=l(A.map(function(v){if(typeof v=="string")return v;for(var k,L,v=v.content;g.indexOf((L=D++,k="___"+y.toUpperCase()+"_"+L+"___"))!==-1;);return w[k]=v,k}).join(""),E,y),x=Object.keys(w);return D=0,function v(k){for(var L=0;L<k.length;L++){if(D>=x.length)return;var B,I,z,q,te,M,me,fe=k[L];typeof fe=="string"||typeof fe.content=="string"?(B=x[D],(me=(M=typeof fe=="string"?fe:fe.content).indexOf(B))!==-1&&(++D,I=M.substring(0,me),te=w[B],z=void 0,(q={})["interpolation-punctuation"]=o,(q=e.tokenize(te,q)).length===3&&((z=[1,1]).push.apply(z,l(q[1],e.languages.javascript,"javascript")),q.splice.apply(q,z)),z=new e.Token("interpolation",q,r.alias,te),q=M.substring(me+B.length),te=[],I&&te.push(I),te.push(z),q&&(v(M=[q]),te.push.apply(te,M)),typeof fe=="string"?(k.splice.apply(k,[L,1].concat(te)),L+=te.length-1):fe.content=te)):(me=fe.content,Array.isArray(me)?v(me):v([me]))}}(A),new e.Token(y,A,"language-"+y,g)}e.languages.javascript["template-string"]=[s("css",/\b(?:styled(?:\([^)]*\))?(?:\s*\.\s*\w+(?:\([^)]*\))*)*|css(?:\s*\.\s*(?:global|resolve))?|createGlobalStyle|keyframes)/.source),s("html",/\bhtml|\.\s*(?:inner|outer)HTML\s*\+?=/.source),s("svg",/\bsvg/.source),s("markdown",/\b(?:markdown|md)/.source),s("graphql",/\b(?:gql|graphql(?:\s*\.\s*experimental)?)/.source),s("sql",/\bsql/.source),t].filter(Boolean);var d={javascript:!0,js:!0,typescript:!0,ts:!0,jsx:!0,tsx:!0};function h(g){return typeof g=="string"?g:Array.isArray(g)?g.map(h).join(""):h(g.content)}e.hooks.add("after-tokenize",function(g){g.language in d&&function E(y){for(var D=0,w=y.length;D<w;D++){var A,x,v,k=y[D];typeof k!="string"&&(A=k.content,Array.isArray(A)?k.type==="template-string"?(k=A[1],A.length===3&&typeof k!="string"&&k.type==="embedded-code"&&(x=h(k),k=k.alias,k=Array.isArray(k)?k[0]:k,v=e.languages[k])&&(A[1]=c(x,v,k))):E(A):typeof A!="string"&&E([A]))}}(g.tokens)})}(Z),function(e){e.languages.typescript=e.languages.extend("javascript",{"class-name":{pattern:/(\b(?:class|extends|implements|instanceof|interface|new|type)\s+)(?!keyof\b)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?:\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>)?/,lookbehind:!0,greedy:!0,inside:null},builtin:/\b(?:Array|Function|Promise|any|boolean|console|never|number|string|symbol|unknown)\b/}),e.languages.typescript.keyword.push(/\b(?:abstract|declare|is|keyof|readonly|require)\b/,/\b(?:asserts|infer|interface|module|namespace|type)\b(?=\s*(?:[{_$a-zA-Z\xA0-\uFFFF]|$))/,/\btype\b(?=\s*(?:[\{*]|$))/),delete e.languages.typescript.parameter,delete e.languages.typescript["literal-property"];var t=e.languages.extend("typescript",{});delete t["class-name"],e.languages.typescript["class-name"].inside=t,e.languages.insertBefore("typescript","function",{decorator:{pattern:/@[$\w\xA0-\uFFFF]+/,inside:{at:{pattern:/^@/,alias:"operator"},function:/^[\s\S]+/}},"generic-function":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>(?=\s*\()/,greedy:!0,inside:{function:/^#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*/,generic:{pattern:/<[\s\S]+/,alias:"class-name",inside:t}}}}),e.languages.ts=e.languages.typescript}(Z),function(e){var t=e.languages.javascript,n=/\{(?:[^{}]|\{(?:[^{}]|\{[^{}]*\})*\})+\}/.source,r="(@(?:arg|argument|param|property)\\s+(?:"+n+"\\s+)?)";e.languages.jsdoc=e.languages.extend("javadoclike",{parameter:{pattern:RegExp(r+/(?:(?!\s)[$\w\xA0-\uFFFF.])+(?=\s|$)/.source),lookbehind:!0,inside:{punctuation:/\./}}}),e.languages.insertBefore("jsdoc","keyword",{"optional-parameter":{pattern:RegExp(r+/\[(?:(?!\s)[$\w\xA0-\uFFFF.])+(?:=[^[\]]+)?\](?=\s|$)/.source),lookbehind:!0,inside:{parameter:{pattern:/(^\[)[$\w\xA0-\uFFFF\.]+/,lookbehind:!0,inside:{punctuation:/\./}},code:{pattern:/(=)[\s\S]*(?=\]$)/,lookbehind:!0,inside:t,alias:"language-javascript"},punctuation:/[=[\]]/}},"class-name":[{pattern:RegExp(/(@(?:augments|class|extends|interface|memberof!?|template|this|typedef)\s+(?:<TYPE>\s+)?)[A-Z]\w*(?:\.[A-Z]\w*)*/.source.replace(/<TYPE>/g,function(){return n})),lookbehind:!0,inside:{punctuation:/\./}},{pattern:RegExp("(@[a-z]+\\s+)"+n),lookbehind:!0,inside:{string:t.string,number:t.number,boolean:t.boolean,keyword:e.languages.typescript.keyword,operator:/=>|\.\.\.|[&|?:*]/,punctuation:/[.,;=<>{}()[\]]/}}],example:{pattern:/(@example\s+(?!\s))(?:[^@\s]|\s+(?!\s))+?(?=\s*(?:\*\s*)?(?:@\w|\*\/))/,lookbehind:!0,inside:{code:{pattern:/^([\t ]*(?:\*\s*)?)\S.*$/m,lookbehind:!0,inside:t,alias:"language-javascript"}}}}),e.languages.javadoclike.addSupport("javascript",e.languages.jsdoc)}(Z),function(e){e.languages.flow=e.languages.extend("javascript",{}),e.languages.insertBefore("flow","keyword",{type:[{pattern:/\b(?:[Bb]oolean|Function|[Nn]umber|[Ss]tring|[Ss]ymbol|any|mixed|null|void)\b/,alias:"class-name"}]}),e.languages.flow["function-variable"].pattern=/(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*=\s*(?:function\b|(?:\([^()]*\)(?:\s*:\s*\w+)?|(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)\s*=>))/i,delete e.languages.flow.parameter,e.languages.insertBefore("flow","operator",{"flow-punctuation":{pattern:/\{\||\|\}/,alias:"punctuation"}}),Array.isArray(e.languages.flow.keyword)||(e.languages.flow.keyword=[e.languages.flow.keyword]),e.languages.flow.keyword.unshift({pattern:/(^|[^$]\b)(?:Class|declare|opaque|type)\b(?!\$)/,lookbehind:!0},{pattern:/(^|[^$]\B)\$(?:Diff|Enum|Exact|Keys|ObjMap|PropertyType|Record|Shape|Subtype|Supertype|await)\b(?!\$)/,lookbehind:!0})}(Z),Z.languages.n4js=Z.languages.extend("javascript",{keyword:/\b(?:Array|any|boolean|break|case|catch|class|const|constructor|continue|debugger|declare|default|delete|do|else|enum|export|extends|false|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|module|new|null|number|package|private|protected|public|return|set|static|string|super|switch|this|throw|true|try|typeof|var|void|while|with|yield)\b/}),Z.languages.insertBefore("n4js","constant",{annotation:{pattern:/@+\w+/,alias:"operator"}}),Z.languages.n4jsd=Z.languages.n4js,function(e){function t(s,l){return RegExp(s.replace(/<ID>/g,function(){return/(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*/.source}),l)}e.languages.insertBefore("javascript","function-variable",{"method-variable":{pattern:RegExp("(\\.\\s*)"+e.languages.javascript["function-variable"].pattern.source),lookbehind:!0,alias:["function-variable","method","function","property-access"]}}),e.languages.insertBefore("javascript","function",{method:{pattern:RegExp("(\\.\\s*)"+e.languages.javascript.function.source),lookbehind:!0,alias:["function","property-access"]}}),e.languages.insertBefore("javascript","constant",{"known-class-name":[{pattern:/\b(?:(?:Float(?:32|64)|(?:Int|Uint)(?:8|16|32)|Uint8Clamped)?Array|ArrayBuffer|BigInt|Boolean|DataView|Date|Error|Function|Intl|JSON|(?:Weak)?(?:Map|Set)|Math|Number|Object|Promise|Proxy|Reflect|RegExp|String|Symbol|WebAssembly)\b/,alias:"class-name"},{pattern:/\b(?:[A-Z]\w*)Error\b/,alias:"class-name"}]}),e.languages.insertBefore("javascript","keyword",{imports:{pattern:t(/(\bimport\b\s*)(?:<ID>(?:\s*,\s*(?:\*\s*as\s+<ID>|\{[^{}]*\}))?|\*\s*as\s+<ID>|\{[^{}]*\})(?=\s*\bfrom\b)/.source),lookbehind:!0,inside:e.languages.javascript},exports:{pattern:t(/(\bexport\b\s*)(?:\*(?:\s*as\s+<ID>)?(?=\s*\bfrom\b)|\{[^{}]*\})/.source),lookbehind:!0,inside:e.languages.javascript}}),e.languages.javascript.keyword.unshift({pattern:/\b(?:as|default|export|from|import)\b/,alias:"module"},{pattern:/\b(?:await|break|catch|continue|do|else|finally|for|if|return|switch|throw|try|while|yield)\b/,alias:"control-flow"},{pattern:/\bnull\b/,alias:["null","nil"]},{pattern:/\bundefined\b/,alias:"nil"}),e.languages.insertBefore("javascript","operator",{spread:{pattern:/\.{3}/,alias:"operator"},arrow:{pattern:/=>/,alias:"operator"}}),e.languages.insertBefore("javascript","punctuation",{"property-access":{pattern:t(/(\.\s*)#?<ID>/.source),lookbehind:!0},"maybe-class-name":{pattern:/(^|[^$\w\xA0-\uFFFF])[A-Z][$\w\xA0-\uFFFF]+/,lookbehind:!0},dom:{pattern:/\b(?:document|(?:local|session)Storage|location|navigator|performance|window)\b/,alias:"variable"},console:{pattern:/\bconsole(?=\s*\.)/,alias:"class-name"}});for(var n=["function","function-variable","method","method-variable","property-access"],r=0;r<n.length;r++){var i=n[r],o=e.languages.javascript[i],i=(o=e.util.type(o)==="RegExp"?e.languages.javascript[i]={pattern:o}:o).inside||{};(o.inside=i)["maybe-class-name"]=/^[A-Z][\s\S]*/}}(Z),function(e){var t=e.util.clone(e.languages.javascript),n=/(?:\s|\/\/.*(?!.)|\/\*(?:[^*]|\*(?!\/))\*\/)/.source,r=/(?:\{(?:\{(?:\{[^{}]*\}|[^{}])*\}|[^{}])*\})/.source,o=/(?:\{<S>*\.{3}(?:[^{}]|<BRACES>)*\})/.source;function i(c,d){return c=c.replace(/<S>/g,function(){return n}).replace(/<BRACES>/g,function(){return r}).replace(/<SPREAD>/g,function(){return o}),RegExp(c,d)}o=i(o).source,e.languages.jsx=e.languages.extend("markup",t),e.languages.jsx.tag.pattern=i(/<\/?(?:[\w.:-]+(?:<S>+(?:[\w.:$-]+(?:=(?:"(?:\\[\s\S]|[^\\"])*"|'(?:\\[\s\S]|[^\\'])*'|[^\s{'"/>=]+|<BRACES>))?|<SPREAD>))*<S>*\/?)?>/.source),e.languages.jsx.tag.inside.tag.pattern=/^<\/?[^\s>\/]*/,e.languages.jsx.tag.inside["attr-value"].pattern=/=(?!\{)(?:"(?:\\[\s\S]|[^\\"])*"|'(?:\\[\s\S]|[^\\'])*'|[^\s'">]+)/,e.languages.jsx.tag.inside.tag.inside["class-name"]=/^[A-Z]\w*(?:\.[A-Z]\w*)*$/,e.languages.jsx.tag.inside.comment=t.comment,e.languages.insertBefore("inside","attr-name",{spread:{pattern:i(/<SPREAD>/.source),inside:e.languages.jsx}},e.languages.jsx.tag),e.languages.insertBefore("inside","special-attr",{script:{pattern:i(/=<BRACES>/.source),alias:"language-javascript",inside:{"script-punctuation":{pattern:/^=(?=\{)/,alias:"punctuation"},rest:e.languages.jsx}}},e.languages.jsx.tag);function s(c){for(var d=[],h=0;h<c.length;h++){var g=c[h],E=!1;typeof g!="string"&&(g.type==="tag"&&g.content[0]&&g.content[0].type==="tag"?g.content[0].content[0].content==="</"?0<d.length&&d[d.length-1].tagName===l(g.content[0].content[1])&&d.pop():g.content[g.content.length-1].content!=="/>"&&d.push({tagName:l(g.content[0].content[1]),openedBraces:0}):0<d.length&&g.type==="punctuation"&&g.content==="{"?d[d.length-1].openedBraces++:0<d.length&&0<d[d.length-1].openedBraces&&g.type==="punctuation"&&g.content==="}"?d[d.length-1].openedBraces--:E=!0),(E||typeof g=="string")&&0<d.length&&d[d.length-1].openedBraces===0&&(E=l(g),h<c.length-1&&(typeof c[h+1]=="string"||c[h+1].type==="plain-text")&&(E+=l(c[h+1]),c.splice(h+1,1)),0<h&&(typeof c[h-1]=="string"||c[h-1].type==="plain-text")&&(E=l(c[h-1])+E,c.splice(h-1,1),h--),c[h]=new e.Token("plain-text",E,null,E)),g.content&&typeof g.content!="string"&&s(g.content)}}var l=function(c){return c?typeof c=="string"?c:typeof c.content=="string"?c.content:c.content.map(l).join(""):""};e.hooks.add("after-tokenize",function(c){c.language!=="jsx"&&c.language!=="tsx"||s(c.tokens)})}(Z),function(e){var t=e.util.clone(e.languages.typescript),t=(e.languages.tsx=e.languages.extend("jsx",t),delete e.languages.tsx.parameter,delete e.languages.tsx["literal-property"],e.languages.tsx.tag);t.pattern=RegExp(/(^|[^\w$]|(?=<\/))/.source+"(?:"+t.pattern.source+")",t.pattern.flags),t.lookbehind=!0}(Z),Z.languages.swift={comment:{pattern:/(^|[^\\:])(?:\/\/.*|\/\*(?:[^/*]|\/(?!\*)|\*(?!\/)|\/\*(?:[^*]|\*(?!\/))*\*\/)*\*\/)/,lookbehind:!0,greedy:!0},"string-literal":[{pattern:RegExp(/(^|[^"#])/.source+"(?:"+/"(?:\\(?:\((?:[^()]|\([^()]*\))*\)|\r\n|[^(])|[^\\\r\n"])*"/.source+"|"+/"""(?:\\(?:\((?:[^()]|\([^()]*\))*\)|[^(])|[^\\"]|"(?!""))*"""/.source+")"+/(?!["#])/.source),lookbehind:!0,greedy:!0,inside:{interpolation:{pattern:/(\\\()(?:[^()]|\([^()]*\))*(?=\))/,lookbehind:!0,inside:null},"interpolation-punctuation":{pattern:/^\)|\\\($/,alias:"punctuation"},punctuation:/\\(?=[\r\n])/,string:/[\s\S]+/}},{pattern:RegExp(/(^|[^"#])(#+)/.source+"(?:"+/"(?:\\(?:#+\((?:[^()]|\([^()]*\))*\)|\r\n|[^#])|[^\\\r\n])*?"/.source+"|"+/"""(?:\\(?:#+\((?:[^()]|\([^()]*\))*\)|[^#])|[^\\])*?"""/.source+")\\2"),lookbehind:!0,greedy:!0,inside:{interpolation:{pattern:/(\\#+\()(?:[^()]|\([^()]*\))*(?=\))/,lookbehind:!0,inside:null},"interpolation-punctuation":{pattern:/^\)|\\#+\($/,alias:"punctuation"},string:/[\s\S]+/}}],directive:{pattern:RegExp(/#/.source+"(?:"+/(?:elseif|if)\b/.source+"(?:[ ]*"+/(?:![ \t]*)?(?:\b\w+\b(?:[ \t]*\((?:[^()]|\([^()]*\))*\))?|\((?:[^()]|\([^()]*\))*\))(?:[ \t]*(?:&&|\|\|))?/.source+")+|"+/(?:else|endif)\b/.source+")"),alias:"property",inside:{"directive-name":/^#\w+/,boolean:/\b(?:false|true)\b/,number:/\b\d+(?:\.\d+)*\b/,operator:/!|&&|\|\||[<>]=?/,punctuation:/[(),]/}},literal:{pattern:/#(?:colorLiteral|column|dsohandle|file(?:ID|Literal|Path)?|function|imageLiteral|line)\b/,alias:"constant"},"other-directive":{pattern:/#\w+\b/,alias:"property"},attribute:{pattern:/@\w+/,alias:"atrule"},"function-definition":{pattern:/(\bfunc\s+)\w+/,lookbehind:!0,alias:"function"},label:{pattern:/\b(break|continue)\s+\w+|\b[a-zA-Z_]\w*(?=\s*:\s*(?:for|repeat|while)\b)/,lookbehind:!0,alias:"important"},keyword:/\b(?:Any|Protocol|Self|Type|actor|as|assignment|associatedtype|associativity|async|await|break|case|catch|class|continue|convenience|default|defer|deinit|didSet|do|dynamic|else|enum|extension|fallthrough|fileprivate|final|for|func|get|guard|higherThan|if|import|in|indirect|infix|init|inout|internal|is|isolated|lazy|left|let|lowerThan|mutating|none|nonisolated|nonmutating|open|operator|optional|override|postfix|precedencegroup|prefix|private|protocol|public|repeat|required|rethrows|return|right|safe|self|set|some|static|struct|subscript|super|switch|throw|throws|try|typealias|unowned|unsafe|var|weak|where|while|willSet)\b/,boolean:/\b(?:false|true)\b/,nil:{pattern:/\bnil\b/,alias:"constant"},"short-argument":/\$\d+\b/,omit:{pattern:/\b_\b/,alias:"keyword"},number:/\b(?:[\d_]+(?:\.[\de_]+)?|0x[a-f0-9_]+(?:\.[a-f0-9p_]+)?|0b[01_]+|0o[0-7_]+)\b/i,"class-name":/\b[A-Z](?:[A-Z_\d]*[a-z]\w*)?\b/,function:/\b[a-z_]\w*(?=\s*\()/i,constant:/\b(?:[A-Z_]{2,}|k[A-Z][A-Za-z_]+)\b/,operator:/[-+*/%=!<>&|^~?]+|\.[.\-+*/%=!<>&|^~?]+/,punctuation:/[{}[\]();,.:\\]/},Z.languages.swift["string-literal"].forEach(function(e){e.inside.interpolation.inside=Z.languages.swift}),function(e){e.languages.kotlin=e.languages.extend("clike",{keyword:{pattern:/(^|[^.])\b(?:abstract|actual|annotation|as|break|by|catch|class|companion|const|constructor|continue|crossinline|data|do|dynamic|else|enum|expect|external|final|finally|for|fun|get|if|import|in|infix|init|inline|inner|interface|internal|is|lateinit|noinline|null|object|open|operator|out|override|package|private|protected|public|reified|return|sealed|set|super|suspend|tailrec|this|throw|to|try|typealias|val|var|vararg|when|where|while)\b/,lookbehind:!0},function:[{pattern:/(?:`[^\r\n`]+`|\b\w+)(?=\s*\()/,greedy:!0},{pattern:/(\.)(?:`[^\r\n`]+`|\w+)(?=\s*\{)/,lookbehind:!0,greedy:!0}],number:/\b(?:0[xX][\da-fA-F]+(?:_[\da-fA-F]+)*|0[bB][01]+(?:_[01]+)*|\d+(?:_\d+)*(?:\.\d+(?:_\d+)*)?(?:[eE][+-]?\d+(?:_\d+)*)?[fFL]?)\b/,operator:/\+[+=]?|-[-=>]?|==?=?|!(?:!|==?)?|[\/*%<>]=?|[?:]:?|\.\.|&&|\|\||\b(?:and|inv|or|shl|shr|ushr|xor)\b/}),delete e.languages.kotlin["class-name"];var t={"interpolation-punctuation":{pattern:/^\$\{?|\}$/,alias:"punctuation"},expression:{pattern:/[\s\S]+/,inside:e.languages.kotlin}};e.languages.insertBefore("kotlin","string",{"string-literal":[{pattern:/"""(?:[^$]|\$(?:(?!\{)|\{[^{}]*\}))*?"""/,alias:"multiline",inside:{interpolation:{pattern:/\$(?:[a-z_]\w*|\{[^{}]*\})/i,inside:t},string:/[\s\S]+/}},{pattern:/"(?:[^"\\\r\n$]|\\.|\$(?:(?!\{)|\{[^{}]*\}))*"/,alias:"singleline",inside:{interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\$(?:[a-z_]\w*|\{[^{}]*\})/i,lookbehind:!0,inside:t},string:/[\s\S]+/}}],char:{pattern:/'(?:[^'\\\r\n]|\\(?:.|u[a-fA-F0-9]{0,4}))'/,greedy:!0}}),delete e.languages.kotlin.string,e.languages.insertBefore("kotlin","keyword",{annotation:{pattern:/\B@(?:\w+:)?(?:[A-Z]\w*|\[[^\]]+\])/,alias:"builtin"}}),e.languages.insertBefore("kotlin","function",{label:{pattern:/\b\w+@|@\w+\b/,alias:"symbol"}}),e.languages.kt=e.languages.kotlin,e.languages.kts=e.languages.kotlin}(Z),Z.languages.c=Z.languages.extend("clike",{comment:{pattern:/\/\/(?:[^\r\n\\]|\\(?:\r\n?|\n|(?![\r\n])))*|\/\*[\s\S]*?(?:\*\/|$)/,greedy:!0},string:{pattern:/"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"/,greedy:!0},"class-name":{pattern:/(\b(?:enum|struct)\s+(?:__attribute__\s*\(\([\s\S]*?\)\)\s*)?)\w+|\b[a-z]\w*_t\b/,lookbehind:!0},keyword:/\b(?:_Alignas|_Alignof|_Atomic|_Bool|_Complex|_Generic|_Imaginary|_Noreturn|_Static_assert|_Thread_local|__attribute__|asm|auto|break|case|char|const|continue|default|do|double|else|enum|extern|float|for|goto|if|inline|int|long|register|return|short|signed|sizeof|static|struct|switch|typedef|typeof|union|unsigned|void|volatile|while)\b/,function:/\b[a-z_]\w*(?=\s*\()/i,number:/(?:\b0x(?:[\da-f]+(?:\.[\da-f]*)?|\.[\da-f]+)(?:p[+-]?\d+)?|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?)[ful]{0,4}/i,operator:/>>=?|<<=?|->|([-+&|:])\1|[?:~]|[-+*/%&|^!=<>]=?/}),Z.languages.insertBefore("c","string",{char:{pattern:/'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n]){0,32}'/,greedy:!0}}),Z.languages.insertBefore("c","string",{macro:{pattern:/(^[\t ]*)#\s*[a-z](?:[^\r\n\\/]|\/(?!\*)|\/\*(?:[^*]|\*(?!\/))*\*\/|\\(?:\r\n|[\s\S]))*/im,lookbehind:!0,greedy:!0,alias:"property",inside:{string:[{pattern:/^(#\s*include\s*)<[^>]+>/,lookbehind:!0},Z.languages.c.string],char:Z.languages.c.char,comment:Z.languages.c.comment,"macro-name":[{pattern:/(^#\s*define\s+)\w+\b(?!\()/i,lookbehind:!0},{pattern:/(^#\s*define\s+)\w+\b(?=\()/i,lookbehind:!0,alias:"function"}],directive:{pattern:/^(#\s*)[a-z]+/,lookbehind:!0,alias:"keyword"},"directive-hash":/^#/,punctuation:/##|\\(?=[\r\n])/,expression:{pattern:/\S[\s\S]*/,inside:Z.languages.c}}}}),Z.languages.insertBefore("c","function",{constant:/\b(?:EOF|NULL|SEEK_CUR|SEEK_END|SEEK_SET|__DATE__|__FILE__|__LINE__|__TIMESTAMP__|__TIME__|__func__|stderr|stdin|stdout)\b/}),delete Z.languages.c.boolean,Z.languages.objectivec=Z.languages.extend("c",{string:{pattern:/@?"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"/,greedy:!0},keyword:/\b(?:asm|auto|break|case|char|const|continue|default|do|double|else|enum|extern|float|for|goto|if|in|inline|int|long|register|return|self|short|signed|sizeof|static|struct|super|switch|typedef|typeof|union|unsigned|void|volatile|while)\b|(?:@interface|@end|@implementation|@protocol|@class|@public|@protected|@private|@property|@try|@catch|@finally|@throw|@synthesize|@dynamic|@selector)\b/,operator:/-[->]?|\+\+?|!=?|<<?=?|>>?=?|==?|&&?|\|\|?|[~^%?*\/@]/}),delete Z.languages.objectivec["class-name"],Z.languages.objc=Z.languages.objectivec,Z.languages.reason=Z.languages.extend("clike",{string:{pattern:/"(?:\\(?:\r\n|[\s\S])|[^\\\r\n"])*"/,greedy:!0},"class-name":/\b[A-Z]\w*/,keyword:/\b(?:and|as|assert|begin|class|constraint|do|done|downto|else|end|exception|external|for|fun|function|functor|if|in|include|inherit|initializer|lazy|let|method|module|mutable|new|nonrec|object|of|open|or|private|rec|sig|struct|switch|then|to|try|type|val|virtual|when|while|with)\b/,operator:/\.{3}|:[:=]|\|>|->|=(?:==?|>)?|<=?|>=?|[|^?'#!~`]|[+\-*\/]\.?|\b(?:asr|land|lor|lsl|lsr|lxor|mod)\b/}),Z.languages.insertBefore("reason","class-name",{char:{pattern:/'(?:\\x[\da-f]{2}|\\o[0-3][0-7][0-7]|\\\d{3}|\\.|[^'\\\r\n])'/,greedy:!0},constructor:/\b[A-Z]\w*\b(?!\s*\.)/,label:{pattern:/\b[a-z]\w*(?=::)/,alias:"symbol"}}),delete Z.languages.reason.function,function(e){for(var t=/\/\*(?:[^*/]|\*(?!\/)|\/(?!\*)|<self>)*\*\//.source,n=0;n<2;n++)t=t.replace(/<self>/g,function(){return t});t=t.replace(/<self>/g,function(){return/[^\s\S]/.source}),e.languages.rust={comment:[{pattern:RegExp(/(^|[^\\])/.source+t),lookbehind:!0,greedy:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0,greedy:!0}],string:{pattern:/b?"(?:\\[\s\S]|[^\\"])*"|b?r(#*)"(?:[^"]|"(?!\1))*"\1/,greedy:!0},char:{pattern:/b?'(?:\\(?:x[0-7][\da-fA-F]|u\{(?:[\da-fA-F]_*){1,6}\}|.)|[^\\\r\n\t'])'/,greedy:!0},attribute:{pattern:/#!?\[(?:[^\[\]"]|"(?:\\[\s\S]|[^\\"])*")*\]/,greedy:!0,alias:"attr-name",inside:{string:null}},"closure-params":{pattern:/([=(,:]\s*|\bmove\s*)\|[^|]*\||\|[^|]*\|(?=\s*(?:\{|->))/,lookbehind:!0,greedy:!0,inside:{"closure-punctuation":{pattern:/^\||\|$/,alias:"punctuation"},rest:null}},"lifetime-annotation":{pattern:/'\w+/,alias:"symbol"},"fragment-specifier":{pattern:/(\$\w+:)[a-z]+/,lookbehind:!0,alias:"punctuation"},variable:/\$\w+/,"function-definition":{pattern:/(\bfn\s+)\w+/,lookbehind:!0,alias:"function"},"type-definition":{pattern:/(\b(?:enum|struct|trait|type|union)\s+)\w+/,lookbehind:!0,alias:"class-name"},"module-declaration":[{pattern:/(\b(?:crate|mod)\s+)[a-z][a-z_\d]*/,lookbehind:!0,alias:"namespace"},{pattern:/(\b(?:crate|self|super)\s*)::\s*[a-z][a-z_\d]*\b(?:\s*::(?:\s*[a-z][a-z_\d]*\s*::)*)?/,lookbehind:!0,alias:"namespace",inside:{punctuation:/::/}}],keyword:[/\b(?:Self|abstract|as|async|await|become|box|break|const|continue|crate|do|dyn|else|enum|extern|final|fn|for|if|impl|in|let|loop|macro|match|mod|move|mut|override|priv|pub|ref|return|self|static|struct|super|trait|try|type|typeof|union|unsafe|unsized|use|virtual|where|while|yield)\b/,/\b(?:bool|char|f(?:32|64)|[ui](?:8|16|32|64|128|size)|str)\b/],function:/\b[a-z_]\w*(?=\s*(?:::\s*<|\())/,macro:{pattern:/\b\w+!/,alias:"property"},constant:/\b[A-Z_][A-Z_\d]+\b/,"class-name":/\b[A-Z]\w*\b/,namespace:{pattern:/(?:\b[a-z][a-z_\d]*\s*::\s*)*\b[a-z][a-z_\d]*\s*::(?!\s*<)/,inside:{punctuation:/::/}},number:/\b(?:0x[\dA-Fa-f](?:_?[\dA-Fa-f])*|0o[0-7](?:_?[0-7])*|0b[01](?:_?[01])*|(?:(?:\d(?:_?\d)*)?\.)?\d(?:_?\d)*(?:[Ee][+-]?\d+)?)(?:_?(?:f32|f64|[iu](?:8|16|32|64|size)?))?\b/,boolean:/\b(?:false|true)\b/,punctuation:/->|\.\.=|\.{1,3}|::|[{}[\];(),:]/,operator:/[-+*\/%!^]=?|=[=>]?|&[&=]?|\|[|=]?|<<?=?|>>?=?|[@?]/},e.languages.rust["closure-params"].inside.rest=e.languages.rust,e.languages.rust.attribute.inside.string=e.languages.rust.string}(Z),Z.languages.go=Z.languages.extend("clike",{string:{pattern:/(^|[^\\])"(?:\\.|[^"\\\r\n])*"|`[^`]*`/,lookbehind:!0,greedy:!0},keyword:/\b(?:break|case|chan|const|continue|default|defer|else|fallthrough|for|func|go(?:to)?|if|import|interface|map|package|range|return|select|struct|switch|type|var)\b/,boolean:/\b(?:_|false|iota|nil|true)\b/,number:[/\b0(?:b[01_]+|o[0-7_]+)i?\b/i,/\b0x(?:[a-f\d_]+(?:\.[a-f\d_]*)?|\.[a-f\d_]+)(?:p[+-]?\d+(?:_\d+)*)?i?(?!\w)/i,/(?:\b\d[\d_]*(?:\.[\d_]*)?|\B\.\d[\d_]*)(?:e[+-]?[\d_]+)?i?(?!\w)/i],operator:/[*\/%^!=]=?|\+[=+]?|-[=-]?|\|[=|]?|&(?:=|&|\^=?)?|>(?:>=?|=)?|<(?:<=?|=|-)?|:=|\.\.\./,builtin:/\b(?:append|bool|byte|cap|close|complex|complex(?:64|128)|copy|delete|error|float(?:32|64)|u?int(?:8|16|32|64)?|imag|len|make|new|panic|print(?:ln)?|real|recover|rune|string|uintptr)\b/}),Z.languages.insertBefore("go","string",{char:{pattern:/'(?:\\.|[^'\\\r\n]){0,10}'/,greedy:!0}}),delete Z.languages.go["class-name"],function(e){var t=/\b(?:alignas|alignof|asm|auto|bool|break|case|catch|char|char16_t|char32_t|char8_t|class|co_await|co_return|co_yield|compl|concept|const|const_cast|consteval|constexpr|constinit|continue|decltype|default|delete|do|double|dynamic_cast|else|enum|explicit|export|extern|final|float|for|friend|goto|if|import|inline|int|int16_t|int32_t|int64_t|int8_t|long|module|mutable|namespace|new|noexcept|nullptr|operator|override|private|protected|public|register|reinterpret_cast|requires|return|short|signed|sizeof|static|static_assert|static_cast|struct|switch|template|this|thread_local|throw|try|typedef|typeid|typename|uint16_t|uint32_t|uint64_t|uint8_t|union|unsigned|using|virtual|void|volatile|wchar_t|while)\b/,n=/\b(?!<keyword>)\w+(?:\s*\.\s*\w+)*\b/.source.replace(/<keyword>/g,function(){return t.source});e.languages.cpp=e.languages.extend("c",{"class-name":[{pattern:RegExp(/(\b(?:class|concept|enum|struct|typename)\s+)(?!<keyword>)\w+/.source.replace(/<keyword>/g,function(){return t.source})),lookbehind:!0},/\b[A-Z]\w*(?=\s*::\s*\w+\s*\()/,/\b[A-Z_]\w*(?=\s*::\s*~\w+\s*\()/i,/\b\w+(?=\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>\s*::\s*\w+\s*\()/],keyword:t,number:{pattern:/(?:\b0b[01']+|\b0x(?:[\da-f']+(?:\.[\da-f']*)?|\.[\da-f']+)(?:p[+-]?[\d']+)?|(?:\b[\d']+(?:\.[\d']*)?|\B\.[\d']+)(?:e[+-]?[\d']+)?)[ful]{0,4}/i,greedy:!0},operator:/>>=?|<<=?|->|--|\+\+|&&|\|\||[?:~]|<=>|[-+*/%&|^!=<>]=?|\b(?:and|and_eq|bitand|bitor|not|not_eq|or|or_eq|xor|xor_eq)\b/,boolean:/\b(?:false|true)\b/}),e.languages.insertBefore("cpp","string",{module:{pattern:RegExp(/(\b(?:import|module)\s+)/.source+"(?:"+/"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|<[^<>\r\n]*>/.source+"|"+/<mod-name>(?:\s*:\s*<mod-name>)?|:\s*<mod-name>/.source.replace(/<mod-name>/g,function(){return n})+")"),lookbehind:!0,greedy:!0,inside:{string:/^[<"][\s\S]+/,operator:/:/,punctuation:/\./}},"raw-string":{pattern:/R"([^()\\ ]{0,16})\([\s\S]*?\)\1"/,alias:"string",greedy:!0}}),e.languages.insertBefore("cpp","keyword",{"generic-function":{pattern:/\b(?!operator\b)[a-z_]\w*\s*<(?:[^<>]|<[^<>]*>)*>(?=\s*\()/i,inside:{function:/^\w+/,generic:{pattern:/<[\s\S]+/,alias:"class-name",inside:e.languages.cpp}}}}),e.languages.insertBefore("cpp","operator",{"double-colon":{pattern:/::/,alias:"punctuation"}}),e.languages.insertBefore("cpp","class-name",{"base-clause":{pattern:/(\b(?:class|struct)\s+\w+\s*:\s*)[^;{}"'\s]+(?:\s+[^;{}"'\s]+)*(?=\s*[;{])/,lookbehind:!0,greedy:!0,inside:e.languages.extend("cpp",{})}}),e.languages.insertBefore("inside","double-colon",{"class-name":/\b[a-z_]\w*\b(?!\s*::)/i},e.languages.cpp["base-clause"])}(Z),Z.languages.python={comment:{pattern:/(^|[^\\])#.*/,lookbehind:!0,greedy:!0},"string-interpolation":{pattern:/(?:f|fr|rf)(?:("""|''')[\s\S]*?\1|("|')(?:\\.|(?!\2)[^\\\r\n])*\2)/i,greedy:!0,inside:{interpolation:{pattern:/((?:^|[^{])(?:\{\{)*)\{(?!\{)(?:[^{}]|\{(?!\{)(?:[^{}]|\{(?!\{)(?:[^{}])+\})+\})+\}/,lookbehind:!0,inside:{"format-spec":{pattern:/(:)[^:(){}]+(?=\}$)/,lookbehind:!0},"conversion-option":{pattern:/![sra](?=[:}]$)/,alias:"punctuation"},rest:null}},string:/[\s\S]+/}},"triple-quoted-string":{pattern:/(?:[rub]|br|rb)?("""|''')[\s\S]*?\1/i,greedy:!0,alias:"string"},string:{pattern:/(?:[rub]|br|rb)?("|')(?:\\.|(?!\1)[^\\\r\n])*\1/i,greedy:!0},function:{pattern:/((?:^|\s)def[ \t]+)[a-zA-Z_]\w*(?=\s*\()/g,lookbehind:!0},"class-name":{pattern:/(\bclass\s+)\w+/i,lookbehind:!0},decorator:{pattern:/(^[\t ]*)@\w+(?:\.\w+)*/m,lookbehind:!0,alias:["annotation","punctuation"],inside:{punctuation:/\./}},keyword:/\b(?:_(?=\s*:)|and|as|assert|async|await|break|case|class|continue|def|del|elif|else|except|exec|finally|for|from|global|if|import|in|is|lambda|match|nonlocal|not|or|pass|print|raise|return|try|while|with|yield)\b/,builtin:/\b(?:__import__|abs|all|any|apply|ascii|basestring|bin|bool|buffer|bytearray|bytes|callable|chr|classmethod|cmp|coerce|compile|complex|delattr|dict|dir|divmod|enumerate|eval|execfile|file|filter|float|format|frozenset|getattr|globals|hasattr|hash|help|hex|id|input|int|intern|isinstance|issubclass|iter|len|list|locals|long|map|max|memoryview|min|next|object|oct|open|ord|pow|property|range|raw_input|reduce|reload|repr|reversed|round|set|setattr|slice|sorted|staticmethod|str|sum|super|tuple|type|unichr|unicode|vars|xrange|zip)\b/,boolean:/\b(?:False|None|True)\b/,number:/\b0(?:b(?:_?[01])+|o(?:_?[0-7])+|x(?:_?[a-f0-9])+)\b|(?:\b\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\B\.\d+(?:_\d+)*)(?:e[+-]?\d+(?:_\d+)*)?j?(?!\w)/i,operator:/[-+%=]=?|!=|:=|\*\*?=?|\/\/?=?|<[<=>]?|>[=>]?|[&|^~]/,punctuation:/[{}[\];(),.:]/},Z.languages.python["string-interpolation"].inside.interpolation.inside.rest=Z.languages.python,Z.languages.py=Z.languages.python,Z.languages.json={property:{pattern:/(^|[^\\])"(?:\\.|[^\\"\r\n])*"(?=\s*:)/,lookbehind:!0,greedy:!0},string:{pattern:/(^|[^\\])"(?:\\.|[^\\"\r\n])*"(?!\s*:)/,lookbehind:!0,greedy:!0},comment:{pattern:/\/\/.*|\/\*[\s\S]*?(?:\*\/|$)/,greedy:!0},number:/-?\b\d+(?:\.\d+)?(?:e[+-]?\d+)?\b/i,punctuation:/[{}[\],]/,operator:/:/,boolean:/\b(?:false|true)\b/,null:{pattern:/\bnull\b/,alias:"keyword"}},Z.languages.webmanifest=Z.languages.json;var p6={};yK(p6,{dracula:()=>vK,duotoneDark:()=>kK,duotoneLight:()=>TK,github:()=>_K,gruvboxMaterialDark:()=>rQ,gruvboxMaterialLight:()=>iQ,jettwaveDark:()=>XK,jettwaveLight:()=>QK,nightOwl:()=>IK,nightOwlLight:()=>LK,oceanicNext:()=>NK,okaidia:()=>MK,oneDark:()=>JK,oneLight:()=>tQ,palenight:()=>BK,shadesOfPurple:()=>zK,synthwave84:()=>UK,ultramin:()=>WK,vsDark:()=>RS,vsLight:()=>YK});var xK={plain:{color:"#F8F8F2",backgroundColor:"#282A36"},styles:[{types:["prolog","constant","builtin"],style:{color:"rgb(189, 147, 249)"}},{types:["inserted","function"],style:{color:"rgb(80, 250, 123)"}},{types:["deleted"],style:{color:"rgb(255, 85, 85)"}},{types:["changed"],style:{color:"rgb(255, 184, 108)"}},{types:["punctuation","symbol"],style:{color:"rgb(248, 248, 242)"}},{types:["string","char","tag","selector"],style:{color:"rgb(255, 121, 198)"}},{types:["keyword","variable"],style:{color:"rgb(189, 147, 249)",fontStyle:"italic"}},{types:["comment"],style:{color:"rgb(98, 114, 164)"}},{types:["attr-name"],style:{color:"rgb(241, 250, 140)"}}]},vK=xK,wK={plain:{backgroundColor:"#2a2734",color:"#9a86fd"},styles:[{types:["comment","prolog","doctype","cdata","punctuation"],style:{color:"#6c6783"}},{types:["namespace"],style:{opacity:.7}},{types:["tag","operator","number"],style:{color:"#e09142"}},{types:["property","function"],style:{color:"#9a86fd"}},{types:["tag-id","selector","atrule-id"],style:{color:"#eeebff"}},{types:["attr-name"],style:{color:"#c4b9fe"}},{types:["boolean","string","entity","url","attr-value","keyword","control","directive","unit","statement","regex","atrule","placeholder","variable"],style:{color:"#ffcc99"}},{types:["deleted"],style:{textDecorationLine:"line-through"}},{types:["inserted"],style:{textDecorationLine:"underline"}},{types:["italic"],style:{fontStyle:"italic"}},{types:["important","bold"],style:{fontWeight:"bold"}},{types:["important"],style:{color:"#c4b9fe"}}]},kK=wK,CK={plain:{backgroundColor:"#faf8f5",color:"#728fcb"},styles:[{types:["comment","prolog","doctype","cdata","punctuation"],style:{color:"#b6ad9a"}},{types:["namespace"],style:{opacity:.7}},{types:["tag","operator","number"],style:{color:"#063289"}},{types:["property","function"],style:{color:"#b29762"}},{types:["tag-id","selector","atrule-id"],style:{color:"#2d2006"}},{types:["attr-name"],style:{color:"#896724"}},{types:["boolean","string","entity","url","attr-value","keyword","control","directive","unit","statement","regex","atrule"],style:{color:"#728fcb"}},{types:["placeholder","variable"],style:{color:"#93abdc"}},{types:["deleted"],style:{textDecorationLine:"line-through"}},{types:["inserted"],style:{textDecorationLine:"underline"}},{types:["italic"],style:{fontStyle:"italic"}},{types:["important","bold"],style:{fontWeight:"bold"}},{types:["important"],style:{color:"#896724"}}]},TK=CK,AK={plain:{color:"#393A34",backgroundColor:"#f6f8fa"},styles:[{types:["comment","prolog","doctype","cdata"],style:{color:"#999988",fontStyle:"italic"}},{types:["namespace"],style:{opacity:.7}},{types:["string","attr-value"],style:{color:"#e3116c"}},{types:["punctuation","operator"],style:{color:"#393A34"}},{types:["entity","url","symbol","number","boolean","variable","constant","property","regex","inserted"],style:{color:"#36acaa"}},{types:["atrule","keyword","attr-name","selector"],style:{color:"#00a4db"}},{types:["function","deleted","tag"],style:{color:"#d73a49"}},{types:["function-variable"],style:{color:"#6f42c1"}},{types:["tag","selector","keyword"],style:{color:"#00009f"}}]},_K=AK,SK={plain:{color:"#d6deeb",backgroundColor:"#011627"},styles:[{types:["changed"],style:{color:"rgb(162, 191, 252)",fontStyle:"italic"}},{types:["deleted"],style:{color:"rgba(239, 83, 80, 0.56)",fontStyle:"italic"}},{types:["inserted","attr-name"],style:{color:"rgb(173, 219, 103)",fontStyle:"italic"}},{types:["comment"],style:{color:"rgb(99, 119, 119)",fontStyle:"italic"}},{types:["string","url"],style:{color:"rgb(173, 219, 103)"}},{types:["variable"],style:{color:"rgb(214, 222, 235)"}},{types:["number"],style:{color:"rgb(247, 140, 108)"}},{types:["builtin","char","constant","function"],style:{color:"rgb(130, 170, 255)"}},{types:["punctuation"],style:{color:"rgb(199, 146, 234)"}},{types:["selector","doctype"],style:{color:"rgb(199, 146, 234)",fontStyle:"italic"}},{types:["class-name"],style:{color:"rgb(255, 203, 139)"}},{types:["tag","operator","keyword"],style:{color:"rgb(127, 219, 202)"}},{types:["boolean"],style:{color:"rgb(255, 88, 116)"}},{types:["property"],style:{color:"rgb(128, 203, 196)"}},{types:["namespace"],style:{color:"rgb(178, 204, 214)"}}]},IK=SK,FK={plain:{color:"#403f53",backgroundColor:"#FBFBFB"},styles:[{types:["changed"],style:{color:"rgb(162, 191, 252)",fontStyle:"italic"}},{types:["deleted"],style:{color:"rgba(239, 83, 80, 0.56)",fontStyle:"italic"}},{types:["inserted","attr-name"],style:{color:"rgb(72, 118, 214)",fontStyle:"italic"}},{types:["comment"],style:{color:"rgb(152, 159, 177)",fontStyle:"italic"}},{types:["string","builtin","char","constant","url"],style:{color:"rgb(72, 118, 214)"}},{types:["variable"],style:{color:"rgb(201, 103, 101)"}},{types:["number"],style:{color:"rgb(170, 9, 130)"}},{types:["punctuation"],style:{color:"rgb(153, 76, 195)"}},{types:["function","selector","doctype"],style:{color:"rgb(153, 76, 195)",fontStyle:"italic"}},{types:["class-name"],style:{color:"rgb(17, 17, 17)"}},{types:["tag"],style:{color:"rgb(153, 76, 195)"}},{types:["operator","property","keyword","namespace"],style:{color:"rgb(12, 150, 155)"}},{types:["boolean"],style:{color:"rgb(188, 84, 84)"}}]},LK=FK,Ar={char:"#D8DEE9",comment:"#999999",keyword:"#c5a5c5",primitive:"#5a9bcf",string:"#8dc891",variable:"#d7deea",boolean:"#ff8b50",punctuation:"#5FB3B3",tag:"#fc929e",function:"#79b6f2",className:"#FAC863",method:"#6699CC",operator:"#fc929e"},RK={plain:{backgroundColor:"#282c34",color:"#ffffff"},styles:[{types:["attr-name"],style:{color:Ar.keyword}},{types:["attr-value"],style:{color:Ar.string}},{types:["comment","block-comment","prolog","doctype","cdata","shebang"],style:{color:Ar.comment}},{types:["property","number","function-name","constant","symbol","deleted"],style:{color:Ar.primitive}},{types:["boolean"],style:{color:Ar.boolean}},{types:["tag"],style:{color:Ar.tag}},{types:["string"],style:{color:Ar.string}},{types:["punctuation"],style:{color:Ar.string}},{types:["selector","char","builtin","inserted"],style:{color:Ar.char}},{types:["function"],style:{color:Ar.function}},{types:["operator","entity","url","variable"],style:{color:Ar.variable}},{types:["keyword"],style:{color:Ar.keyword}},{types:["atrule","class-name"],style:{color:Ar.className}},{types:["important"],style:{fontWeight:"400"}},{types:["bold"],style:{fontWeight:"bold"}},{types:["italic"],style:{fontStyle:"italic"}},{types:["namespace"],style:{opacity:.7}}]},NK=RK,OK={plain:{color:"#f8f8f2",backgroundColor:"#272822"},styles:[{types:["changed"],style:{color:"rgb(162, 191, 252)",fontStyle:"italic"}},{types:["deleted"],style:{color:"#f92672",fontStyle:"italic"}},{types:["inserted"],style:{color:"rgb(173, 219, 103)",fontStyle:"italic"}},{types:["comment"],style:{color:"#8292a2",fontStyle:"italic"}},{types:["string","url"],style:{color:"#a6e22e"}},{types:["variable"],style:{color:"#f8f8f2"}},{types:["number"],style:{color:"#ae81ff"}},{types:["builtin","char","constant","function","class-name"],style:{color:"#e6db74"}},{types:["punctuation"],style:{color:"#f8f8f2"}},{types:["selector","doctype"],style:{color:"#a6e22e",fontStyle:"italic"}},{types:["tag","operator","keyword"],style:{color:"#66d9ef"}},{types:["boolean"],style:{color:"#ae81ff"}},{types:["namespace"],style:{color:"rgb(178, 204, 214)",opacity:.7}},{types:["tag","property"],style:{color:"#f92672"}},{types:["attr-name"],style:{color:"#a6e22e !important"}},{types:["doctype"],style:{color:"#8292a2"}},{types:["rule"],style:{color:"#e6db74"}}]},MK=OK,PK={plain:{color:"#bfc7d5",backgroundColor:"#292d3e"},styles:[{types:["comment"],style:{color:"rgb(105, 112, 152)",fontStyle:"italic"}},{types:["string","inserted"],style:{color:"rgb(195, 232, 141)"}},{types:["number"],style:{color:"rgb(247, 140, 108)"}},{types:["builtin","char","constant","function"],style:{color:"rgb(130, 170, 255)"}},{types:["punctuation","selector"],style:{color:"rgb(199, 146, 234)"}},{types:["variable"],style:{color:"rgb(191, 199, 213)"}},{types:["class-name","attr-name"],style:{color:"rgb(255, 203, 107)"}},{types:["tag","deleted"],style:{color:"rgb(255, 85, 114)"}},{types:["operator"],style:{color:"rgb(137, 221, 255)"}},{types:["boolean"],style:{color:"rgb(255, 88, 116)"}},{types:["keyword"],style:{fontStyle:"italic"}},{types:["doctype"],style:{color:"rgb(199, 146, 234)",fontStyle:"italic"}},{types:["namespace"],style:{color:"rgb(178, 204, 214)"}},{types:["url"],style:{color:"rgb(221, 221, 221)"}}]},BK=PK,$K={plain:{color:"#9EFEFF",backgroundColor:"#2D2A55"},styles:[{types:["changed"],style:{color:"rgb(255, 238, 128)"}},{types:["deleted"],style:{color:"rgba(239, 83, 80, 0.56)"}},{types:["inserted"],style:{color:"rgb(173, 219, 103)"}},{types:["comment"],style:{color:"rgb(179, 98, 255)",fontStyle:"italic"}},{types:["punctuation"],style:{color:"rgb(255, 255, 255)"}},{types:["constant"],style:{color:"rgb(255, 98, 140)"}},{types:["string","url"],style:{color:"rgb(165, 255, 144)"}},{types:["variable"],style:{color:"rgb(255, 238, 128)"}},{types:["number","boolean"],style:{color:"rgb(255, 98, 140)"}},{types:["attr-name"],style:{color:"rgb(255, 180, 84)"}},{types:["keyword","operator","property","namespace","tag","selector","doctype"],style:{color:"rgb(255, 157, 0)"}},{types:["builtin","char","constant","function","class-name"],style:{color:"rgb(250, 208, 0)"}}]},zK=$K,HK={plain:{backgroundColor:"linear-gradient(to bottom, #2a2139 75%, #34294f)",backgroundImage:"#34294f",color:"#f92aad",textShadow:"0 0 2px #100c0f, 0 0 5px #dc078e33, 0 0 10px #fff3"},styles:[{types:["comment","block-comment","prolog","doctype","cdata"],style:{color:"#495495",fontStyle:"italic"}},{types:["punctuation"],style:{color:"#ccc"}},{types:["tag","attr-name","namespace","number","unit","hexcode","deleted"],style:{color:"#e2777a"}},{types:["property","selector"],style:{color:"#72f1b8",textShadow:"0 0 2px #100c0f, 0 0 10px #257c5575, 0 0 35px #21272475"}},{types:["function-name"],style:{color:"#6196cc"}},{types:["boolean","selector-id","function"],style:{color:"#fdfdfd",textShadow:"0 0 2px #001716, 0 0 3px #03edf975, 0 0 5px #03edf975, 0 0 8px #03edf975"}},{types:["class-name","maybe-class-name","builtin"],style:{color:"#fff5f6",textShadow:"0 0 2px #000, 0 0 10px #fc1f2c75, 0 0 5px #fc1f2c75, 0 0 25px #fc1f2c75"}},{types:["constant","symbol"],style:{color:"#f92aad",textShadow:"0 0 2px #100c0f, 0 0 5px #dc078e33, 0 0 10px #fff3"}},{types:["important","atrule","keyword","selector-class"],style:{color:"#f4eee4",textShadow:"0 0 2px #393a33, 0 0 8px #f39f0575, 0 0 2px #f39f0575"}},{types:["string","char","attr-value","regex","variable"],style:{color:"#f87c32"}},{types:["parameter"],style:{fontStyle:"italic"}},{types:["entity","url"],style:{color:"#67cdcc"}},{types:["operator"],style:{color:"ffffffee"}},{types:["important","bold"],style:{fontWeight:"bold"}},{types:["italic"],style:{fontStyle:"italic"}},{types:["entity"],style:{cursor:"help"}},{types:["inserted"],style:{color:"green"}}]},UK=HK,jK={plain:{color:"#282a2e",backgroundColor:"#ffffff"},styles:[{types:["comment"],style:{color:"rgb(197, 200, 198)"}},{types:["string","number","builtin","variable"],style:{color:"rgb(150, 152, 150)"}},{types:["class-name","function","tag","attr-name"],style:{color:"rgb(40, 42, 46)"}}]},WK=jK,VK={plain:{color:"#9CDCFE",backgroundColor:"#1E1E1E"},styles:[{types:["prolog"],style:{color:"rgb(0, 0, 128)"}},{types:["comment"],style:{color:"rgb(106, 153, 85)"}},{types:["builtin","changed","keyword","interpolation-punctuation"],style:{color:"rgb(86, 156, 214)"}},{types:["number","inserted"],style:{color:"rgb(181, 206, 168)"}},{types:["constant"],style:{color:"rgb(100, 102, 149)"}},{types:["attr-name","variable"],style:{color:"rgb(156, 220, 254)"}},{types:["deleted","string","attr-value","template-punctuation"],style:{color:"rgb(206, 145, 120)"}},{types:["selector"],style:{color:"rgb(215, 186, 125)"}},{types:["tag"],style:{color:"rgb(78, 201, 176)"}},{types:["tag"],languages:["markup"],style:{color:"rgb(86, 156, 214)"}},{types:["punctuation","operator"],style:{color:"rgb(212, 212, 212)"}},{types:["punctuation"],languages:["markup"],style:{color:"#808080"}},{types:["function"],style:{color:"rgb(220, 220, 170)"}},{types:["class-name"],style:{color:"rgb(78, 201, 176)"}},{types:["char"],style:{color:"rgb(209, 105, 105)"}}]},RS=VK,GK={plain:{color:"#000000",backgroundColor:"#ffffff"},styles:[{types:["comment"],style:{color:"rgb(0, 128, 0)"}},{types:["builtin"],style:{color:"rgb(0, 112, 193)"}},{types:["number","variable","inserted"],style:{color:"rgb(9, 134, 88)"}},{types:["operator"],style:{color:"rgb(0, 0, 0)"}},{types:["constant","char"],style:{color:"rgb(129, 31, 63)"}},{types:["tag"],style:{color:"rgb(128, 0, 0)"}},{types:["attr-name"],style:{color:"rgb(255, 0, 0)"}},{types:["deleted","string"],style:{color:"rgb(163, 21, 21)"}},{types:["changed","punctuation"],style:{color:"rgb(4, 81, 165)"}},{types:["function","keyword"],style:{color:"rgb(0, 0, 255)"}},{types:["class-name"],style:{color:"rgb(38, 127, 153)"}}]},YK=GK,qK={plain:{color:"#f8fafc",backgroundColor:"#011627"},styles:[{types:["prolog"],style:{color:"#000080"}},{types:["comment"],style:{color:"#6A9955"}},{types:["builtin","changed","keyword","interpolation-punctuation"],style:{color:"#569CD6"}},{types:["number","inserted"],style:{color:"#B5CEA8"}},{types:["constant"],style:{color:"#f8fafc"}},{types:["attr-name","variable"],style:{color:"#9CDCFE"}},{types:["deleted","string","attr-value","template-punctuation"],style:{color:"#cbd5e1"}},{types:["selector"],style:{color:"#D7BA7D"}},{types:["tag"],style:{color:"#0ea5e9"}},{types:["tag"],languages:["markup"],style:{color:"#0ea5e9"}},{types:["punctuation","operator"],style:{color:"#D4D4D4"}},{types:["punctuation"],languages:["markup"],style:{color:"#808080"}},{types:["function"],style:{color:"#7dd3fc"}},{types:["class-name"],style:{color:"#0ea5e9"}},{types:["char"],style:{color:"#D16969"}}]},XK=qK,KK={plain:{color:"#0f172a",backgroundColor:"#f1f5f9"},styles:[{types:["prolog"],style:{color:"#000080"}},{types:["comment"],style:{color:"#6A9955"}},{types:["builtin","changed","keyword","interpolation-punctuation"],style:{color:"#0c4a6e"}},{types:["number","inserted"],style:{color:"#B5CEA8"}},{types:["constant"],style:{color:"#0f172a"}},{types:["attr-name","variable"],style:{color:"#0c4a6e"}},{types:["deleted","string","attr-value","template-punctuation"],style:{color:"#64748b"}},{types:["selector"],style:{color:"#D7BA7D"}},{types:["tag"],style:{color:"#0ea5e9"}},{types:["tag"],languages:["markup"],style:{color:"#0ea5e9"}},{types:["punctuation","operator"],style:{color:"#475569"}},{types:["punctuation"],languages:["markup"],style:{color:"#808080"}},{types:["function"],style:{color:"#0e7490"}},{types:["class-name"],style:{color:"#0ea5e9"}},{types:["char"],style:{color:"#D16969"}}]},QK=KK,ZK={plain:{backgroundColor:"hsl(220, 13%, 18%)",color:"hsl(220, 14%, 71%)",textShadow:"0 1px rgba(0, 0, 0, 0.3)"},styles:[{types:["comment","prolog","cdata"],style:{color:"hsl(220, 10%, 40%)"}},{types:["doctype","punctuation","entity"],style:{color:"hsl(220, 14%, 71%)"}},{types:["attr-name","class-name","maybe-class-name","boolean","constant","number","atrule"],style:{color:"hsl(29, 54%, 61%)"}},{types:["keyword"],style:{color:"hsl(286, 60%, 67%)"}},{types:["property","tag","symbol","deleted","important"],style:{color:"hsl(355, 65%, 65%)"}},{types:["selector","string","char","builtin","inserted","regex","attr-value"],style:{color:"hsl(95, 38%, 62%)"}},{types:["variable","operator","function"],style:{color:"hsl(207, 82%, 66%)"}},{types:["url"],style:{color:"hsl(187, 47%, 55%)"}},{types:["deleted"],style:{textDecorationLine:"line-through"}},{types:["inserted"],style:{textDecorationLine:"underline"}},{types:["italic"],style:{fontStyle:"italic"}},{types:["important","bold"],style:{fontWeight:"bold"}},{types:["important"],style:{color:"hsl(220, 14%, 71%)"}}]},JK=ZK,eQ={plain:{backgroundColor:"hsl(230, 1%, 98%)",color:"hsl(230, 8%, 24%)"},styles:[{types:["comment","prolog","cdata"],style:{color:"hsl(230, 4%, 64%)"}},{types:["doctype","punctuation","entity"],style:{color:"hsl(230, 8%, 24%)"}},{types:["attr-name","class-name","boolean","constant","number","atrule"],style:{color:"hsl(35, 99%, 36%)"}},{types:["keyword"],style:{color:"hsl(301, 63%, 40%)"}},{types:["property","tag","symbol","deleted","important"],style:{color:"hsl(5, 74%, 59%)"}},{types:["selector","string","char","builtin","inserted","regex","attr-value","punctuation"],style:{color:"hsl(119, 34%, 47%)"}},{types:["variable","operator","function"],style:{color:"hsl(221, 87%, 60%)"}},{types:["url"],style:{color:"hsl(198, 99%, 37%)"}},{types:["deleted"],style:{textDecorationLine:"line-through"}},{types:["inserted"],style:{textDecorationLine:"underline"}},{types:["italic"],style:{fontStyle:"italic"}},{types:["important","bold"],style:{fontWeight:"bold"}},{types:["important"],style:{color:"hsl(230, 8%, 24%)"}}]},tQ=eQ,nQ={plain:{color:"#ebdbb2",backgroundColor:"#292828"},styles:[{types:["imports","class-name","maybe-class-name","constant","doctype","builtin","function"],style:{color:"#d8a657"}},{types:["property-access"],style:{color:"#7daea3"}},{types:["tag"],style:{color:"#e78a4e"}},{types:["attr-name","char","url","regex"],style:{color:"#a9b665"}},{types:["attr-value","string"],style:{color:"#89b482"}},{types:["comment","prolog","cdata","operator","inserted"],style:{color:"#a89984"}},{types:["delimiter","boolean","keyword","selector","important","atrule","property","variable","deleted"],style:{color:"#ea6962"}},{types:["entity","number","symbol"],style:{color:"#d3869b"}}]},rQ=nQ,oQ={plain:{color:"#654735",backgroundColor:"#f9f5d7"},styles:[{types:["delimiter","boolean","keyword","selector","important","atrule","property","variable","deleted"],style:{color:"#af2528"}},{types:["imports","class-name","maybe-class-name","constant","doctype","builtin"],style:{color:"#b4730e"}},{types:["string","attr-value"],style:{color:"#477a5b"}},{types:["property-access"],style:{color:"#266b79"}},{types:["function","attr-name","char","url"],style:{color:"#72761e"}},{types:["tag"],style:{color:"#b94c07"}},{types:["comment","prolog","cdata","operator","inserted"],style:{color:"#a89984"}},{types:["entity","number","symbol"],style:{color:"#924f79"}}]},iQ=oQ,aQ=e=>(0,OS.useCallback)(t=>{var n=t,{className:r,style:o,line:i}=n,s=LS(n,["className","style","line"]);let l=Zh(Wo({},s),{className:it("token-line",r)});return typeof e=="object"&&"plain"in e&&(l.style=e.plain),typeof o=="object"&&(l.style=Wo(Wo({},l.style||{}),o)),l},[e]),sQ=e=>{let t=(0,d6.useCallback)(({types:n,empty:r})=>{if(e!=null){{if(n.length===1&&n[0]==="plain")return r!=null?{display:"inline-block"}:void 0;if(n.length===1&&r!=null)return e[n[0]]}return Object.assign(r!=null?{display:"inline-block"}:{},...n.map(o=>e[o]))}},[e]);return(0,d6.useCallback)(n=>{var r=n,{token:o,className:i,style:s}=r,l=LS(r,["token","className","style"]);let c=Zh(Wo({},l),{className:it("token",...o.types,i),children:o.content,style:t(o)});return s!=null&&(c.style=Wo(Wo({},c.style||{}),s)),c},[t])},uQ=/\r\n|\r|\n/,AS=e=>{e.length===0?e.push({types:["plain"],content:`
1061
1061
  `,empty:!0}):e.length===1&&e[0].content===""&&(e[0].content=`
1062
1062
  `,e[0].empty=!0)},_S=(e,t)=>{let n=e.length;return n>0&&e[n-1]===t?e:e.concat(t)},lQ=e=>{let t=[[]],n=[e],r=[0],o=[e.length],i=0,s=0,l=[],c=[l];for(;s>-1;){for(;(i=r[s]++)<o[s];){let d,h=t[s],E=n[s][i];if(typeof E=="string"?(h=s>0?h:["plain"],d=E):(h=_S(h,E.type),E.alias&&(h=_S(h,E.alias)),d=E.content),typeof d!="string"){s++,t.push(h),n.push(d),r.push(0),o.push(d.length);continue}let y=d.split(uQ),D=y.length;l.push({types:h,content:y[0]});for(let w=1;w<D;w++)AS(l),c.push(l=[]),l.push({types:h,content:y[w]})}s--,t.pop(),n.pop(),r.pop(),o.pop()}return AS(l),c},SS=lQ,cQ=({prism:e,code:t,grammar:n,language:r})=>(0,MS.useMemo)(()=>{if(n==null)return SS([t]);let o={code:t,grammar:n,language:r,tokens:[]};return e.hooks.run("before-tokenize",o),o.tokens=e.tokenize(t,n),e.hooks.run("after-tokenize",o),SS(o.tokens)},[t,n,r,e]),dQ=(e,t)=>{let{plain:n}=e,r=e.styles.reduce((o,i)=>{let{languages:s,style:l}=i;return s&&!s.includes(t)||i.types.forEach(c=>{let d=Wo(Wo({},o[c]),l);o[c]=d}),o},{});return r.root=n,r.plain=Zh(Wo({},n),{backgroundColor:void 0}),r},fQ=dQ,pQ=({children:e,language:t,code:n,theme:r,prism:o})=>{let i=t.toLowerCase(),s=fQ(r,i),l=aQ(s),c=sQ(s),d=o.languages[i],h=cQ({prism:o,language:i,code:n,grammar:d});return e({tokens:h,className:`prism-code language-${i}`,style:s!=null?s.root:{},getLineProps:l,getTokenProps:c})},PS=e=>(0,NS.createElement)(pQ,Zh(Wo({},e),{prism:e.prism||Z,theme:e.theme||RS,code:e.code,language:e.language}));var dl=G(_e(),1);var BS={plain:{backgroundColor:"hsl(230, 1%, 98%)",color:"hsl(230, 8%, 24%)"},styles:[{types:["comment","prolog","cdata"],style:{color:"hsl(230, 4%, 64%)"}},{types:["doctype","entity"],style:{color:"hsl(230, 8%, 24%)"}},{types:["attr-name","class-name","boolean","constant","number","atrule"],style:{color:"hsl(35, 99%, 36%)"}},{types:["keyword"],style:{color:"hsl(301, 63%, 40%)"}},{types:["property","tag","symbol","deleted","important"],style:{color:"hsl(5, 74%, 59%)"}},{types:["punctuation"],style:{color:"hsl(230, 6%, 44%)"}},{types:["selector","string","char","builtin","inserted","regex","attr-value"],style:{color:"hsl(119, 34%, 47%)"}},{types:["variable","operator","function"],style:{color:"hsl(221, 87%, 60%)"}},{types:["url"],style:{color:"hsl(198, 99%, 37%)"}},{types:["deleted"],style:{textDecorationLine:"line-through"}},{types:["inserted"],style:{textDecorationLine:"underline"}},{types:["italic"],style:{fontStyle:"italic"}},{types:["important","bold"],style:{fontWeight:"bold"}},{types:["important"],style:{color:"hsl(230, 8%, 24%)"}}]};(typeof global<"u"?global:window).Prism=Z;var m6="rgba(22, 114, 235, 0.05)",mQ=async()=>{await Promise.all([Promise.resolve().then(()=>G(h6(),1)),Promise.resolve().then(()=>G($S(),1)),Promise.resolve().then(()=>G(h6(),1)),Promise.resolve().then(()=>G(zS(),1)),Promise.resolve().then(()=>G(HS(),1)),Promise.resolve().then(()=>G(US(),1)),Promise.resolve().then(()=>G(jS(),1)),Promise.resolve().then(()=>G(WS(),1)),Promise.resolve().then(()=>G(VS(),1)),Promise.resolve().then(()=>G(GS(),1)),Promise.resolve().then(()=>G(YS(),1)),Promise.resolve().then(()=>(qS(),hQ))])};mQ();var gQ=(e,t)=>(0,dl.useMemo)(()=>{if(t)return t;let r=[{lang:"rust",keywords:["fn main()","let mut","println!","pub struct","use std::"]},{lang:"http",keywords:["GET /","POST /","HTTP/1.1","Host:","Content-Type:"]},{lang:"bash",keywords:["#!/bin/bash","echo ","cd ","ls"]},{lang:"markup",keywords:["<div","<span","<html","<!DOCTYPE","</"]},{lang:"xml-doc",keywords:["<?xml","<doc","<summary","</doc>"]},{lang:"yaml",keywords:["version:","services:","name:"]},{lang:"docker",keywords:["FROM ","RUN ","CMD ","ENTRYPOINT","EXPOSE"]},{lang:"python",keywords:["def ","import ","print(","self","None"]},{lang:"javascript",keywords:["function","const","let","=>","console.log","var"]},{lang:"typescript",keywords:["interface ","type ",": string",": number","as const"]}].map(i=>{let s=0;for(let l of i.keywords)e.includes(l)&&(s+=1);return{lang:i.lang,score:s}}),o=g6.default.maxBy(r,"score");if(o?.score&&o.score>0)return o.lang},[e,t]),yQ=W.pre`
1063
1063
  width: 100%;
@@ -1125,7 +1125,7 @@ Details: https://developer.mozilla.org/en/docs/Web/HTML/CORS_enabled_image`));re
1125
1125
  `}
1126
1126
  }
1127
1127
  }
1128
- `,Jh=W(Ue).attrs({as:"span"})`
1128
+ `,Jh=W(je).attrs({as:"span"})`
1129
1129
  display: inline-block;
1130
1130
  margin-right: ${p.space.space16};
1131
1131
  text-align: right;
@@ -1135,7 +1135,7 @@ Details: https://developer.mozilla.org/en/docs/Web/HTML/CORS_enabled_image`));re
1135
1135
  -webkit-user-select: none;
1136
1136
  `,fl=W(Jh)`
1137
1137
  min-width: ${({$isOneLine:e})=>e?"unset":p.space.space16} !important;
1138
- `,em=(0,dl.forwardRef)(({size:e="regular",linePrefixes:t={},highlightLines:n=[],language:r,className:o,isSingleLine:i,...s},l)=>{let{uiTheme:c}=an(),d=!g6.default.isEmpty(t),h=(0,dl.useRef)(Object.fromEntries(n.map(E=>[E,!0]))),g=gQ(s.code||"",r)??"javascript";return(0,Sa.jsx)(PS,{theme:c==="DARK"?p6.nightOwl:BS,language:g,...s,children:({className:E,tokens:y,getLineProps:D,getTokenProps:w})=>(0,Sa.jsx)(yQ,{tabIndex:0,className:it(o,E),$hasLinePrefixes:d,$isSingleLine:i,ref:l,children:(0,Sa.jsx)(Ue,{size:e,type:"code",as:"code",children:y.map((A,x)=>(0,Sa.jsxs)("div",{...D({line:A,className:h.current[x+1]?"highlighted":""}),children:[d&&(t[x+1]||(0,Sa.jsx)(Jh,{})),A.map((v,k)=>(0,Sa.jsx)("span",{...w({token:v})},k))]},x))})})})});var y6=W(he)`
1138
+ `,em=(0,dl.forwardRef)(({size:e="regular",linePrefixes:t={},highlightLines:n=[],language:r,className:o,isSingleLine:i,...s},l)=>{let{uiTheme:c}=an(),d=!g6.default.isEmpty(t),h=(0,dl.useRef)(Object.fromEntries(n.map(E=>[E,!0]))),g=gQ(s.code||"",r)??"javascript";return(0,Sa.jsx)(PS,{theme:c==="DARK"?p6.nightOwl:BS,language:g,...s,children:({className:E,tokens:y,getLineProps:D,getTokenProps:w})=>(0,Sa.jsx)(yQ,{tabIndex:0,className:it(o,E),$hasLinePrefixes:d,$isSingleLine:i,ref:l,children:(0,Sa.jsx)(je,{size:e,type:"code",as:"code",children:y.map((A,x)=>(0,Sa.jsxs)("div",{...D({line:A,className:h.current[x+1]?"highlighted":""}),children:[d&&(t[x+1]||(0,Sa.jsx)(Jh,{})),A.map((v,k)=>(0,Sa.jsx)("span",{...w({token:v})},k))]},x))})})})});var y6=W(he)`
1139
1139
  background-color: ${p.color.neutral.backgroundMuted} !important;
1140
1140
  border: 1px solid ${p.color.neutral.border};
1141
1141
  border-radius: ${p.radius.radius12};
@@ -1290,7 +1290,7 @@ Details: https://developer.mozilla.org/en/docs/Web/HTML/CORS_enabled_image`));re
1290
1290
  }
1291
1291
  `;var Ls=G(De(),1);var tm=(e,t=[],n)=>{let o=e.split(`
1292
1292
  `).map(i=>i.trim()).map((i,s)=>{let l=i.startsWith("#")||!i;return t.length===0?l?(0,Ls.jsx)(fl,{$isOneLine:n}):(0,Ls.jsx)(fl,{$isOneLine:n,color:p.color.lavender.base,children:"$"}):t.includes(s+1)?(0,Ls.jsx)(fl,{$isOneLine:n,color:p.color.lavender.base,children:"$"},`code-highlighter-line-bash-prefix-${s}`):l?(0,Ls.jsx)(fl,{$isOneLine:n},`code-highlighter-line-bash-prefix-${s}`):(0,Ls.jsx)(fl,{$isOneLine:n,color:p.color.lavender.base,children:"<"},`code-highlighter-line-bash-prefix-${s}`)});return Object.fromEntries(o.map((i,s)=>[s+1,i]))},KS=e=>{let t=e.split(`
1293
- `).length,n=Array.from({length:t},(r,o)=>o+1);return Object.fromEntries(n.map(r=>[r,(0,Ls.jsx)(Jh,{children:r},`code-highlighter-line-prefix-${r}`)]))};var bQ=["json","jsonp","jsonp","rss","yaml","xml","html","bash","text","dockerfile","http"],EQ=()=>(0,Yt.jsxs)("div",{className:"CodeBlock-HederDotsWrapper",children:[(0,Yt.jsx)("div",{className:"CodeBlock-HeaderDot"}),(0,Yt.jsx)("div",{className:"CodeBlock-HeaderDot"}),(0,Yt.jsx)("div",{className:"CodeBlock-HeaderDot"})]}),DQ=({tabs:e,currentTab:t,showBashHeader:n,onTabChange:r,title:o})=>(0,Yt.jsxs)("div",{className:"CodeBlock-Header",children:[n&&(0,Yt.jsx)(EQ,{}),o&&(0,Yt.jsx)(Ue,{weight:"bold",className:"CodeBlock-HeaderTitle",children:o}),(0,Yt.jsx)("div",{className:"CodeBlock-HeaderTabsWrapper",children:e?.map(i=>{let s=i.key===t?.key,l={className:it("CodeBlock-Tab",{selected:s}),onClick:d=>r(i,d),title:i.label,id:i.id??i.key},c=(0,Yt.jsx)(Ue,{weight:i.key===t?.key?"bold":"normal",children:i.label});return i.to?(0,Yt.jsx)(sn,{to:i.to,...l,children:c},i.key):(0,Yt.jsx)("div",{...l,children:c},i.key)})})]}),nm=({content:e,size:t,language:n,highlightLines:r,onTabChange:o,defaultTabKey:i,showGradient:s,hideBashHeader:l,showActionButton:c,fullWidth:d,actionButtonLabel:h,gradientRotation:g=340,hideLineNumbers:E,fullHeight:y,title:D,hideCopyButton:w,bashCommandsStart:A,hideBashPromptPrefixes:x,onActionButtonClick:v,...k})=>{let L=e instanceof Array,B=L?e.find(R=>R.key===i)??e[0]:null,[I,z]=(0,Rs.useState)(B),q=(L?I?.code:e)?.trim()??"",te=n??I?.language,M=(0,Rs.useMemo)(()=>L?I?.highlightLines??[]:r,[L,I,r]),me=te==="bash",fe=!E&&!bQ.includes(te??""),ue=me&&!l&&!L,le=L||!!D||ue,ge=(0,Rs.useRef)(null),ke=async(R,Te)=>{await o?.(R.key,Te),z(R),ge.current?.scrollTo(0,0)},be=me&&!x,se=I?.bashCommandsStart??A,Ee=(0,Rs.useMemo)(()=>be?tm(q,se):fe?KS(q):{},[fe,be,q,se]);return(0,Yt.jsxs)(XS,{$hasHeader:le,$gradientRotation:g,$hasActionButton:c,$hasTabs:L,$fullWidth:d,$fullHeight:y,$showLineNumbers:fe,...k,children:[le&&(0,Yt.jsx)(DQ,{tabs:L?e:null,currentTab:I,onTabChange:ke,showBashHeader:ue,title:D}),(0,Yt.jsx)(em,{code:q,linePrefixes:Ee,highlightLines:M,language:te,size:t,ref:ge,isSingleLine:!1}),(0,Yt.jsxs)("div",{className:"CodeBlock-TopRightActionsWrapper",children:[c&&(0,Yt.jsx)(ll,{successStyle:!0,onClick:v,children:h??"Run on Apify"}),!w&&(0,Yt.jsx)(Xh,{code:q})]}),s&&(0,Yt.jsx)(CS,{className:"CodeBlock-Gradient",blurSize:69})]})};var xQ=G(_e(),1),E6=G(De(),1);var vQ=G(_d(),1);var b6={WRAPPER:"CodeBlockWithTabsWrapper",TABS:"CodeBlockWithTabsTabs",TAB:"CodeBlockWithTabsTab",CONTENT:"CodeBlockWithTabsContent"},e3e=W(he)`
1293
+ `).length,n=Array.from({length:t},(r,o)=>o+1);return Object.fromEntries(n.map(r=>[r,(0,Ls.jsx)(Jh,{children:r},`code-highlighter-line-prefix-${r}`)]))};var bQ=["json","jsonp","jsonp","rss","yaml","xml","html","bash","text","dockerfile","http"],EQ=()=>(0,Yt.jsxs)("div",{className:"CodeBlock-HederDotsWrapper",children:[(0,Yt.jsx)("div",{className:"CodeBlock-HeaderDot"}),(0,Yt.jsx)("div",{className:"CodeBlock-HeaderDot"}),(0,Yt.jsx)("div",{className:"CodeBlock-HeaderDot"})]}),DQ=({tabs:e,currentTab:t,showBashHeader:n,onTabChange:r,title:o})=>(0,Yt.jsxs)("div",{className:"CodeBlock-Header",children:[n&&(0,Yt.jsx)(EQ,{}),o&&(0,Yt.jsx)(je,{weight:"bold",className:"CodeBlock-HeaderTitle",children:o}),(0,Yt.jsx)("div",{className:"CodeBlock-HeaderTabsWrapper",children:e?.map(i=>{let s=i.key===t?.key,l={className:it("CodeBlock-Tab",{selected:s}),onClick:d=>r(i,d),title:i.label,id:i.id??i.key},c=(0,Yt.jsx)(je,{weight:i.key===t?.key?"bold":"normal",children:i.label});return i.to?(0,Yt.jsx)(sn,{to:i.to,...l,children:c},i.key):(0,Yt.jsx)("div",{...l,children:c},i.key)})})]}),nm=({content:e,size:t,language:n,highlightLines:r,onTabChange:o,defaultTabKey:i,showGradient:s,hideBashHeader:l,showActionButton:c,fullWidth:d,actionButtonLabel:h,gradientRotation:g=340,hideLineNumbers:E,fullHeight:y,title:D,hideCopyButton:w,bashCommandsStart:A,hideBashPromptPrefixes:x,onActionButtonClick:v,...k})=>{let L=e instanceof Array,B=L?e.find(R=>R.key===i)??e[0]:null,[I,z]=(0,Rs.useState)(B),q=(L?I?.code:e)?.trim()??"",te=n??I?.language,M=(0,Rs.useMemo)(()=>L?I?.highlightLines??[]:r,[L,I,r]),me=te==="bash",fe=!E&&!bQ.includes(te??""),ue=me&&!l&&!L,le=L||!!D||ue,ge=(0,Rs.useRef)(null),ke=async(R,Te)=>{await o?.(R.key,Te),z(R),ge.current?.scrollTo(0,0)},be=me&&!x,se=I?.bashCommandsStart??A,Ee=(0,Rs.useMemo)(()=>be?tm(q,se):fe?KS(q):{},[fe,be,q,se]);return(0,Yt.jsxs)(XS,{$hasHeader:le,$gradientRotation:g,$hasActionButton:c,$hasTabs:L,$fullWidth:d,$fullHeight:y,$showLineNumbers:fe,...k,children:[le&&(0,Yt.jsx)(DQ,{tabs:L?e:null,currentTab:I,onTabChange:ke,showBashHeader:ue,title:D}),(0,Yt.jsx)(em,{code:q,linePrefixes:Ee,highlightLines:M,language:te,size:t,ref:ge,isSingleLine:!1}),(0,Yt.jsxs)("div",{className:"CodeBlock-TopRightActionsWrapper",children:[c&&(0,Yt.jsx)(ll,{successStyle:!0,onClick:v,children:h??"Run on Apify"}),!w&&(0,Yt.jsx)(Xh,{code:q})]}),s&&(0,Yt.jsx)(CS,{className:"CodeBlock-Gradient",blurSize:69})]})};var xQ=G(_e(),1),E6=G(De(),1);var vQ=G(_d(),1);var b6={WRAPPER:"CodeBlockWithTabsWrapper",TABS:"CodeBlockWithTabsTabs",TAB:"CodeBlockWithTabsTab",CONTENT:"CodeBlockWithTabsContent"},t3e=W(he)`
1294
1294
  .${b6.TABS} {
1295
1295
  min-width: 266px;
1296
1296
  height: 72px;
@@ -1475,7 +1475,7 @@ Details: https://developer.mozilla.org/en/docs/Web/HTML/CORS_enabled_image`));re
1475
1475
  }
1476
1476
  }
1477
1477
  }
1478
- `;function D6({children:e,language:t,size:n,httpMethod:r,actionButtonLabel:o,onActionButtonClick:i,fullWidth:s,secretPlaceholder:l="***",secret:c,disabled:d,hideCopyButton:h,trackingBundle:g,...E}){let y=c!==void 0,[D,w]=(0,Sd.useState)(!1),A=(0,Sd.useMemo)(()=>y?e.replace(l,c):e,[e,c,y,l]),x=D?A:e,v=t==="bash",k=(0,Sd.useMemo)(()=>v?tm(x,[1],!0):{},[v,x]);return(0,lr.jsxs)(CQ,{$httpMethod:r,$fullWidth:s,$showBashPrefixes:v,$disabled:d,...E,children:[(0,lr.jsxs)("div",{className:Vo.gradientWrapper,children:[(0,lr.jsxs)("div",{className:Vo.scrollableWrapper,children:[r&&(0,lr.jsx)(Ue,{className:Vo.methodChip,as:"div",children:r}),(0,lr.jsx)(em,{language:t,size:n,linePrefixes:k,code:x,isSingleLine:!0})]}),(0,lr.jsx)("div",{className:Vo.gradient})]}),(0,lr.jsxs)("div",{className:Vo.buttons,children:[y&&(0,lr.jsx)(ll,{onClick:()=>w(L=>!L),trackingId:g?.secret?.trackingId,trackingData:g?.secret?.trackingData,"data-test":"toggle-visibility-button",children:D?(0,lr.jsx)(bw,{size:"16"}):(0,lr.jsx)(yw,{size:"16"})}),!h&&(0,lr.jsx)(Xh,{code:A,trackingId:g?.copy?.trackingId,trackingData:g?.copy?.trackingData}),!!i&&(0,lr.jsx)(ll,{onClick:i,trackingId:g?.action?.trackingId,trackingData:g?.action?.trackingData,children:o})]})]})}var Ia=G(De(),1);var Id=X`
1478
+ `;function D6({children:e,language:t,size:n,httpMethod:r,actionButtonLabel:o,onActionButtonClick:i,fullWidth:s,secretPlaceholder:l="***",secret:c,disabled:d,hideCopyButton:h,trackingBundle:g,...E}){let y=c!==void 0,[D,w]=(0,Sd.useState)(!1),A=(0,Sd.useMemo)(()=>y?e.replace(l,c):e,[e,c,y,l]),x=D?A:e,v=t==="bash",k=(0,Sd.useMemo)(()=>v?tm(x,[1],!0):{},[v,x]);return(0,lr.jsxs)(CQ,{$httpMethod:r,$fullWidth:s,$showBashPrefixes:v,$disabled:d,...E,children:[(0,lr.jsxs)("div",{className:Vo.gradientWrapper,children:[(0,lr.jsxs)("div",{className:Vo.scrollableWrapper,children:[r&&(0,lr.jsx)(je,{className:Vo.methodChip,as:"div",children:r}),(0,lr.jsx)(em,{language:t,size:n,linePrefixes:k,code:x,isSingleLine:!0})]}),(0,lr.jsx)("div",{className:Vo.gradient})]}),(0,lr.jsxs)("div",{className:Vo.buttons,children:[y&&(0,lr.jsx)(ll,{onClick:()=>w(L=>!L),trackingId:g?.secret?.trackingId,trackingData:g?.secret?.trackingData,"data-test":"toggle-visibility-button",children:D?(0,lr.jsx)(bw,{size:"16"}):(0,lr.jsx)(yw,{size:"16"})}),!h&&(0,lr.jsx)(Xh,{code:A,trackingId:g?.copy?.trackingId,trackingData:g?.copy?.trackingData}),!!i&&(0,lr.jsx)(ll,{onClick:i,trackingId:g?.action?.trackingId,trackingData:g?.action?.trackingData,children:o})]})]})}var Ia=G(De(),1);var Id=X`
1479
1479
  width: fit-content;
1480
1480
  padding: ${p.space.space2} 0.6rem;
1481
1481
  background-color: ${p.color.neutral.backgroundMuted};
@@ -1490,7 +1490,7 @@ Details: https://developer.mozilla.org/en/docs/Web/HTML/CORS_enabled_image`));re
1490
1490
  code {
1491
1491
  ${Id}
1492
1492
  }
1493
- `,QS=({children:e,size:t,withCopyButton:n,...r})=>(0,Ia.jsx)(_Q,{...r,children:(0,Ia.jsxs)(Ue,{type:"code",as:"code",size:t,children:[e,n&&(0,Ia.jsx)(AQ,{text:e?.toString()??""})]})});var ZS={HEADING_ICON_LINK:"headingIconLink"};var L3e=W(he)`
1493
+ `,QS=({children:e,size:t,withCopyButton:n,...r})=>(0,Ia.jsx)(_Q,{...r,children:(0,Ia.jsxs)(je,{type:"code",as:"code",size:t,children:[e,n&&(0,Ia.jsx)(AQ,{text:e?.toString()??""})]})});var ZS={HEADING_ICON_LINK:"headingIconLink"};var R3e=W(he)`
1494
1494
  display: flex;
1495
1495
  align-items: center;
1496
1496
  gap: ${p.space.space4};
@@ -1509,7 +1509,7 @@ Details: https://developer.mozilla.org/en/docs/Web/HTML/CORS_enabled_image`));re
1509
1509
  display: initial;
1510
1510
  }
1511
1511
  }
1512
- `;var R3e=W(QS)`
1512
+ `;var N3e=W(QS)`
1513
1513
  /* If code is rendered within heading, it should inherit its font styles */
1514
1514
  /* TODO: Look at implementation of InlineCode - maybe we can live without it */
1515
1515
  h1 & code, h2 & code, h3 & code, h4 & code, h5 & code {
@@ -1520,7 +1520,7 @@ Details: https://developer.mozilla.org/en/docs/Web/HTML/CORS_enabled_image`));re
1520
1520
  b & code, strong & code{
1521
1521
  font-weight: inherit !important;
1522
1522
  }
1523
- `;var N3e=W.div`
1523
+ `;var O3e=W.div`
1524
1524
  width: 65%;
1525
1525
 
1526
1526
  & > div {
@@ -1540,7 +1540,7 @@ Details: https://developer.mozilla.org/en/docs/Web/HTML/CORS_enabled_image`));re
1540
1540
  border: 0px;
1541
1541
  }
1542
1542
  }
1543
- `;var O3e=W(sn)`
1543
+ `;var M3e=W(sn)`
1544
1544
  overflow-wrap: break-word;
1545
1545
 
1546
1546
  h1 &, h2 &, h3 &, h4 &, h5 & {
@@ -1576,7 +1576,7 @@ Details: https://developer.mozilla.org/en/docs/Web/HTML/CORS_enabled_image`));re
1576
1576
  background-color: inherit;
1577
1577
  }
1578
1578
  }
1579
- `;var X3e=W(he)`
1579
+ `;var K3e=W(he)`
1580
1580
  scroll-margin-top: 10px;
1581
1581
 
1582
1582
  overflow: auto;
@@ -1596,7 +1596,7 @@ Details: https://developer.mozilla.org/en/docs/Web/HTML/CORS_enabled_image`));re
1596
1596
  hr {
1597
1597
  color: ${p.color.neutral.border};
1598
1598
  }
1599
- `;var Rd=G(De(),1),i7=G(_d(),1),Ns=G(_e(),1);var e7=/[\0-\x1F!-,\.\/:-@\[-\^`\{-\xA9\xAB-\xB4\xB6-\xB9\xBB-\xBF\xD7\xF7\u02C2-\u02C5\u02D2-\u02DF\u02E5-\u02EB\u02ED\u02EF-\u02FF\u0375\u0378\u0379\u037E\u0380-\u0385\u0387\u038B\u038D\u03A2\u03F6\u0482\u0530\u0557\u0558\u055A-\u055F\u0589-\u0590\u05BE\u05C0\u05C3\u05C6\u05C8-\u05CF\u05EB-\u05EE\u05F3-\u060F\u061B-\u061F\u066A-\u066D\u06D4\u06DD\u06DE\u06E9\u06FD\u06FE\u0700-\u070F\u074B\u074C\u07B2-\u07BF\u07F6-\u07F9\u07FB\u07FC\u07FE\u07FF\u082E-\u083F\u085C-\u085F\u086B-\u089F\u08B5\u08C8-\u08D2\u08E2\u0964\u0965\u0970\u0984\u098D\u098E\u0991\u0992\u09A9\u09B1\u09B3-\u09B5\u09BA\u09BB\u09C5\u09C6\u09C9\u09CA\u09CF-\u09D6\u09D8-\u09DB\u09DE\u09E4\u09E5\u09F2-\u09FB\u09FD\u09FF\u0A00\u0A04\u0A0B-\u0A0E\u0A11\u0A12\u0A29\u0A31\u0A34\u0A37\u0A3A\u0A3B\u0A3D\u0A43-\u0A46\u0A49\u0A4A\u0A4E-\u0A50\u0A52-\u0A58\u0A5D\u0A5F-\u0A65\u0A76-\u0A80\u0A84\u0A8E\u0A92\u0AA9\u0AB1\u0AB4\u0ABA\u0ABB\u0AC6\u0ACA\u0ACE\u0ACF\u0AD1-\u0ADF\u0AE4\u0AE5\u0AF0-\u0AF8\u0B00\u0B04\u0B0D\u0B0E\u0B11\u0B12\u0B29\u0B31\u0B34\u0B3A\u0B3B\u0B45\u0B46\u0B49\u0B4A\u0B4E-\u0B54\u0B58-\u0B5B\u0B5E\u0B64\u0B65\u0B70\u0B72-\u0B81\u0B84\u0B8B-\u0B8D\u0B91\u0B96-\u0B98\u0B9B\u0B9D\u0BA0-\u0BA2\u0BA5-\u0BA7\u0BAB-\u0BAD\u0BBA-\u0BBD\u0BC3-\u0BC5\u0BC9\u0BCE\u0BCF\u0BD1-\u0BD6\u0BD8-\u0BE5\u0BF0-\u0BFF\u0C0D\u0C11\u0C29\u0C3A-\u0C3C\u0C45\u0C49\u0C4E-\u0C54\u0C57\u0C5B-\u0C5F\u0C64\u0C65\u0C70-\u0C7F\u0C84\u0C8D\u0C91\u0CA9\u0CB4\u0CBA\u0CBB\u0CC5\u0CC9\u0CCE-\u0CD4\u0CD7-\u0CDD\u0CDF\u0CE4\u0CE5\u0CF0\u0CF3-\u0CFF\u0D0D\u0D11\u0D45\u0D49\u0D4F-\u0D53\u0D58-\u0D5E\u0D64\u0D65\u0D70-\u0D79\u0D80\u0D84\u0D97-\u0D99\u0DB2\u0DBC\u0DBE\u0DBF\u0DC7-\u0DC9\u0DCB-\u0DCE\u0DD5\u0DD7\u0DE0-\u0DE5\u0DF0\u0DF1\u0DF4-\u0E00\u0E3B-\u0E3F\u0E4F\u0E5A-\u0E80\u0E83\u0E85\u0E8B\u0EA4\u0EA6\u0EBE\u0EBF\u0EC5\u0EC7\u0ECE\u0ECF\u0EDA\u0EDB\u0EE0-\u0EFF\u0F01-\u0F17\u0F1A-\u0F1F\u0F2A-\u0F34\u0F36\u0F38\u0F3A-\u0F3D\u0F48\u0F6D-\u0F70\u0F85\u0F98\u0FBD-\u0FC5\u0FC7-\u0FFF\u104A-\u104F\u109E\u109F\u10C6\u10C8-\u10CC\u10CE\u10CF\u10FB\u1249\u124E\u124F\u1257\u1259\u125E\u125F\u1289\u128E\u128F\u12B1\u12B6\u12B7\u12BF\u12C1\u12C6\u12C7\u12D7\u1311\u1316\u1317\u135B\u135C\u1360-\u137F\u1390-\u139F\u13F6\u13F7\u13FE-\u1400\u166D\u166E\u1680\u169B-\u169F\u16EB-\u16ED\u16F9-\u16FF\u170D\u1715-\u171F\u1735-\u173F\u1754-\u175F\u176D\u1771\u1774-\u177F\u17D4-\u17D6\u17D8-\u17DB\u17DE\u17DF\u17EA-\u180A\u180E\u180F\u181A-\u181F\u1879-\u187F\u18AB-\u18AF\u18F6-\u18FF\u191F\u192C-\u192F\u193C-\u1945\u196E\u196F\u1975-\u197F\u19AC-\u19AF\u19CA-\u19CF\u19DA-\u19FF\u1A1C-\u1A1F\u1A5F\u1A7D\u1A7E\u1A8A-\u1A8F\u1A9A-\u1AA6\u1AA8-\u1AAF\u1AC1-\u1AFF\u1B4C-\u1B4F\u1B5A-\u1B6A\u1B74-\u1B7F\u1BF4-\u1BFF\u1C38-\u1C3F\u1C4A-\u1C4C\u1C7E\u1C7F\u1C89-\u1C8F\u1CBB\u1CBC\u1CC0-\u1CCF\u1CD3\u1CFB-\u1CFF\u1DFA\u1F16\u1F17\u1F1E\u1F1F\u1F46\u1F47\u1F4E\u1F4F\u1F58\u1F5A\u1F5C\u1F5E\u1F7E\u1F7F\u1FB5\u1FBD\u1FBF-\u1FC1\u1FC5\u1FCD-\u1FCF\u1FD4\u1FD5\u1FDC-\u1FDF\u1FED-\u1FF1\u1FF5\u1FFD-\u203E\u2041-\u2053\u2055-\u2070\u2072-\u207E\u2080-\u208F\u209D-\u20CF\u20F1-\u2101\u2103-\u2106\u2108\u2109\u2114\u2116-\u2118\u211E-\u2123\u2125\u2127\u2129\u212E\u213A\u213B\u2140-\u2144\u214A-\u214D\u214F-\u215F\u2189-\u24B5\u24EA-\u2BFF\u2C2F\u2C5F\u2CE5-\u2CEA\u2CF4-\u2CFF\u2D26\u2D28-\u2D2C\u2D2E\u2D2F\u2D68-\u2D6E\u2D70-\u2D7E\u2D97-\u2D9F\u2DA7\u2DAF\u2DB7\u2DBF\u2DC7\u2DCF\u2DD7\u2DDF\u2E00-\u2E2E\u2E30-\u3004\u3008-\u3020\u3030\u3036\u3037\u303D-\u3040\u3097\u3098\u309B\u309C\u30A0\u30FB\u3100-\u3104\u3130\u318F-\u319F\u31C0-\u31EF\u3200-\u33FF\u4DC0-\u4DFF\u9FFD-\u9FFF\uA48D-\uA4CF\uA4FE\uA4FF\uA60D-\uA60F\uA62C-\uA63F\uA673\uA67E\uA6F2-\uA716\uA720\uA721\uA789\uA78A\uA7C0\uA7C1\uA7CB-\uA7F4\uA828-\uA82B\uA82D-\uA83F\uA874-\uA87F\uA8C6-\uA8CF\uA8DA-\uA8DF\uA8F8-\uA8FA\uA8FC\uA92E\uA92F\uA954-\uA95F\uA97D-\uA97F\uA9C1-\uA9CE\uA9DA-\uA9DF\uA9FF\uAA37-\uAA3F\uAA4E\uAA4F\uAA5A-\uAA5F\uAA77-\uAA79\uAAC3-\uAADA\uAADE\uAADF\uAAF0\uAAF1\uAAF7-\uAB00\uAB07\uAB08\uAB0F\uAB10\uAB17-\uAB1F\uAB27\uAB2F\uAB5B\uAB6A-\uAB6F\uABEB\uABEE\uABEF\uABFA-\uABFF\uD7A4-\uD7AF\uD7C7-\uD7CA\uD7FC-\uD7FF\uE000-\uF8FF\uFA6E\uFA6F\uFADA-\uFAFF\uFB07-\uFB12\uFB18-\uFB1C\uFB29\uFB37\uFB3D\uFB3F\uFB42\uFB45\uFBB2-\uFBD2\uFD3E-\uFD4F\uFD90\uFD91\uFDC8-\uFDEF\uFDFC-\uFDFF\uFE10-\uFE1F\uFE30-\uFE32\uFE35-\uFE4C\uFE50-\uFE6F\uFE75\uFEFD-\uFF0F\uFF1A-\uFF20\uFF3B-\uFF3E\uFF40\uFF5B-\uFF65\uFFBF-\uFFC1\uFFC8\uFFC9\uFFD0\uFFD1\uFFD8\uFFD9\uFFDD-\uFFFF]|\uD800[\uDC0C\uDC27\uDC3B\uDC3E\uDC4E\uDC4F\uDC5E-\uDC7F\uDCFB-\uDD3F\uDD75-\uDDFC\uDDFE-\uDE7F\uDE9D-\uDE9F\uDED1-\uDEDF\uDEE1-\uDEFF\uDF20-\uDF2C\uDF4B-\uDF4F\uDF7B-\uDF7F\uDF9E\uDF9F\uDFC4-\uDFC7\uDFD0\uDFD6-\uDFFF]|\uD801[\uDC9E\uDC9F\uDCAA-\uDCAF\uDCD4-\uDCD7\uDCFC-\uDCFF\uDD28-\uDD2F\uDD64-\uDDFF\uDF37-\uDF3F\uDF56-\uDF5F\uDF68-\uDFFF]|\uD802[\uDC06\uDC07\uDC09\uDC36\uDC39-\uDC3B\uDC3D\uDC3E\uDC56-\uDC5F\uDC77-\uDC7F\uDC9F-\uDCDF\uDCF3\uDCF6-\uDCFF\uDD16-\uDD1F\uDD3A-\uDD7F\uDDB8-\uDDBD\uDDC0-\uDDFF\uDE04\uDE07-\uDE0B\uDE14\uDE18\uDE36\uDE37\uDE3B-\uDE3E\uDE40-\uDE5F\uDE7D-\uDE7F\uDE9D-\uDEBF\uDEC8\uDEE7-\uDEFF\uDF36-\uDF3F\uDF56-\uDF5F\uDF73-\uDF7F\uDF92-\uDFFF]|\uD803[\uDC49-\uDC7F\uDCB3-\uDCBF\uDCF3-\uDCFF\uDD28-\uDD2F\uDD3A-\uDE7F\uDEAA\uDEAD-\uDEAF\uDEB2-\uDEFF\uDF1D-\uDF26\uDF28-\uDF2F\uDF51-\uDFAF\uDFC5-\uDFDF\uDFF7-\uDFFF]|\uD804[\uDC47-\uDC65\uDC70-\uDC7E\uDCBB-\uDCCF\uDCE9-\uDCEF\uDCFA-\uDCFF\uDD35\uDD40-\uDD43\uDD48-\uDD4F\uDD74\uDD75\uDD77-\uDD7F\uDDC5-\uDDC8\uDDCD\uDDDB\uDDDD-\uDDFF\uDE12\uDE38-\uDE3D\uDE3F-\uDE7F\uDE87\uDE89\uDE8E\uDE9E\uDEA9-\uDEAF\uDEEB-\uDEEF\uDEFA-\uDEFF\uDF04\uDF0D\uDF0E\uDF11\uDF12\uDF29\uDF31\uDF34\uDF3A\uDF45\uDF46\uDF49\uDF4A\uDF4E\uDF4F\uDF51-\uDF56\uDF58-\uDF5C\uDF64\uDF65\uDF6D-\uDF6F\uDF75-\uDFFF]|\uD805[\uDC4B-\uDC4F\uDC5A-\uDC5D\uDC62-\uDC7F\uDCC6\uDCC8-\uDCCF\uDCDA-\uDD7F\uDDB6\uDDB7\uDDC1-\uDDD7\uDDDE-\uDDFF\uDE41-\uDE43\uDE45-\uDE4F\uDE5A-\uDE7F\uDEB9-\uDEBF\uDECA-\uDEFF\uDF1B\uDF1C\uDF2C-\uDF2F\uDF3A-\uDFFF]|\uD806[\uDC3B-\uDC9F\uDCEA-\uDCFE\uDD07\uDD08\uDD0A\uDD0B\uDD14\uDD17\uDD36\uDD39\uDD3A\uDD44-\uDD4F\uDD5A-\uDD9F\uDDA8\uDDA9\uDDD8\uDDD9\uDDE2\uDDE5-\uDDFF\uDE3F-\uDE46\uDE48-\uDE4F\uDE9A-\uDE9C\uDE9E-\uDEBF\uDEF9-\uDFFF]|\uD807[\uDC09\uDC37\uDC41-\uDC4F\uDC5A-\uDC71\uDC90\uDC91\uDCA8\uDCB7-\uDCFF\uDD07\uDD0A\uDD37-\uDD39\uDD3B\uDD3E\uDD48-\uDD4F\uDD5A-\uDD5F\uDD66\uDD69\uDD8F\uDD92\uDD99-\uDD9F\uDDAA-\uDEDF\uDEF7-\uDFAF\uDFB1-\uDFFF]|\uD808[\uDF9A-\uDFFF]|\uD809[\uDC6F-\uDC7F\uDD44-\uDFFF]|[\uD80A\uD80B\uD80E-\uD810\uD812-\uD819\uD824-\uD82B\uD82D\uD82E\uD830-\uD833\uD837\uD839\uD83D\uD83F\uD87B-\uD87D\uD87F\uD885-\uDB3F\uDB41-\uDBFF][\uDC00-\uDFFF]|\uD80D[\uDC2F-\uDFFF]|\uD811[\uDE47-\uDFFF]|\uD81A[\uDE39-\uDE3F\uDE5F\uDE6A-\uDECF\uDEEE\uDEEF\uDEF5-\uDEFF\uDF37-\uDF3F\uDF44-\uDF4F\uDF5A-\uDF62\uDF78-\uDF7C\uDF90-\uDFFF]|\uD81B[\uDC00-\uDE3F\uDE80-\uDEFF\uDF4B-\uDF4E\uDF88-\uDF8E\uDFA0-\uDFDF\uDFE2\uDFE5-\uDFEF\uDFF2-\uDFFF]|\uD821[\uDFF8-\uDFFF]|\uD823[\uDCD6-\uDCFF\uDD09-\uDFFF]|\uD82C[\uDD1F-\uDD4F\uDD53-\uDD63\uDD68-\uDD6F\uDEFC-\uDFFF]|\uD82F[\uDC6B-\uDC6F\uDC7D-\uDC7F\uDC89-\uDC8F\uDC9A-\uDC9C\uDC9F-\uDFFF]|\uD834[\uDC00-\uDD64\uDD6A-\uDD6C\uDD73-\uDD7A\uDD83\uDD84\uDD8C-\uDDA9\uDDAE-\uDE41\uDE45-\uDFFF]|\uD835[\uDC55\uDC9D\uDCA0\uDCA1\uDCA3\uDCA4\uDCA7\uDCA8\uDCAD\uDCBA\uDCBC\uDCC4\uDD06\uDD0B\uDD0C\uDD15\uDD1D\uDD3A\uDD3F\uDD45\uDD47-\uDD49\uDD51\uDEA6\uDEA7\uDEC1\uDEDB\uDEFB\uDF15\uDF35\uDF4F\uDF6F\uDF89\uDFA9\uDFC3\uDFCC\uDFCD]|\uD836[\uDC00-\uDDFF\uDE37-\uDE3A\uDE6D-\uDE74\uDE76-\uDE83\uDE85-\uDE9A\uDEA0\uDEB0-\uDFFF]|\uD838[\uDC07\uDC19\uDC1A\uDC22\uDC25\uDC2B-\uDCFF\uDD2D-\uDD2F\uDD3E\uDD3F\uDD4A-\uDD4D\uDD4F-\uDEBF\uDEFA-\uDFFF]|\uD83A[\uDCC5-\uDCCF\uDCD7-\uDCFF\uDD4C-\uDD4F\uDD5A-\uDFFF]|\uD83B[\uDC00-\uDDFF\uDE04\uDE20\uDE23\uDE25\uDE26\uDE28\uDE33\uDE38\uDE3A\uDE3C-\uDE41\uDE43-\uDE46\uDE48\uDE4A\uDE4C\uDE50\uDE53\uDE55\uDE56\uDE58\uDE5A\uDE5C\uDE5E\uDE60\uDE63\uDE65\uDE66\uDE6B\uDE73\uDE78\uDE7D\uDE7F\uDE8A\uDE9C-\uDEA0\uDEA4\uDEAA\uDEBC-\uDFFF]|\uD83C[\uDC00-\uDD2F\uDD4A-\uDD4F\uDD6A-\uDD6F\uDD8A-\uDFFF]|\uD83E[\uDC00-\uDFEF\uDFFA-\uDFFF]|\uD869[\uDEDE-\uDEFF]|\uD86D[\uDF35-\uDF3F]|\uD86E[\uDC1E\uDC1F]|\uD873[\uDEA2-\uDEAF]|\uD87A[\uDFE1-\uDFFF]|\uD87E[\uDE1E-\uDFFF]|\uD884[\uDF4B-\uDFFF]|\uDB40[\uDC00-\uDCFF\uDDF0-\uDFFF]/g;var LQ=Object.hasOwnProperty,Fd=class{constructor(){this.occurrences,this.reset()}slug(t,n){let r=this,o=RQ(t,n===!0),i=o;for(;LQ.call(r.occurrences,o);)r.occurrences[i]++,o=i+"-"+r.occurrences[i];return r.occurrences[o]=0,o}reset(){this.occurrences=Object.create(null)}};function RQ(e,t){return typeof e!="string"?"":(t||(e=e.toLowerCase()),e.replace(e7,"").replace(/ /g,"-"))}function rm(e){return new RegExp("^("+e+")$","i")}var t7=new Fd;function n7(e,t,n){let r="children"in e?e.children.length:0,o=n.skip?rm(n.skip):void 0,i=$o(n.parents||function(h){return h===e}),s=[],l,c,d;return t7.reset(),yo(e,"heading",function(h,g,E){let y=Ci(h,{includeImageAlt:!1}),D=h.data&&h.data.hProperties&&h.data.hProperties.id,w=t7.slug(D||y);if(i(E)){if(g!==void 0&&t&&!l&&t.test(y)){l=g+1,d=h;return}g!==void 0&&d&&!c&&h.depth<=d.depth&&(c=g),(c||!t)&&(!n.minDepth||h.depth>=n.minDepth)&&(!n.maxDepth||h.depth<=n.maxDepth)&&(!o||!o.test(y))&&s.push({depth:h.depth,children:h.children,id:w})}}),{index:l===void 0?-1:l,endIndex:l===void 0?-1:c||r,map:s}}function r7(e,t){let{ordered:n=!1,tight:r=!1,prefix:o}=t,i={type:"list",ordered:n,spread:!1,children:[]},s=Number.POSITIVE_INFINITY,l=-1;for(;++l<e.length;)e[l].depth<s&&(s=e[l].depth);for(l=-1;++l<e.length;)e[l].depth-=s-1;for(l=-1;++l<e.length;)Ld(e[l],i,{ordered:n,tight:r,prefix:o});return i}function Ld(e,t,n){let r=-1,o=t.children[t.children.length-1];if(t.type==="list")if(e.depth===1)t.children.push({type:"listItem",spread:!1,children:[{type:"paragraph",children:[{type:"link",title:null,url:"#"+(n.prefix||"")+e.id,children:v6(e.children)}]}]});else if(t.children.length>0){let i=t.children[t.children.length-1];Ld(e,i,n)}else{let i={type:"listItem",spread:!1,children:[]};t.children.push(i),Ld(e,i,n)}else if(o&&o.type==="list")e.depth--,Ld(e,o,n);else{let i={type:"list",ordered:n.ordered,spread:!1,children:[]};t.children.push(i),e.depth--,Ld(e,i,n)}if(t.type==="list"&&!n.tight){for(t.spread=!1;++r<t.children.length;)if(t.children[r].children.length>1){t.spread=!0;break}}else t.spread=!n.tight}function v6(e){let t=[],n=-1;for(;++n<e.length;){let r=NQ(e[n]);Array.isArray(r)?t.push(...r):t.push(r)}return t}function NQ(e){if(e.type==="footnoteReference")return[];if(e.type==="link"||e.type==="linkReference")return v6(e.children);if("children"in e){let{children:r,position:o,...i}=e;return Object.assign(Kr(i),{children:v6(e.children)})}let{position:t,...n}=e;return Kr(n)}function w6(e,t){let n=t||{},r=n.heading?rm(n.heading):void 0,o=n7(e,r,n);return{index:r?o.index:void 0,endIndex:r?o.endIndex:void 0,map:o.map.length>0?r7(o.map,n):void 0}}function om(e){let t={...e,heading:e&&e.heading||"(table[ -]of[ -])?contents?|toc",tight:e&&typeof e.tight=="boolean"?e.tight:!0};return function(n){let r=w6(n,t);r.endIndex===void 0||r.endIndex===-1||r.index===void 0||r.index===-1||!r.map||(n.children=[...n.children.slice(0,r.index),r.map,...n.children.slice(r.endIndex)])}}var o7="Contents",OQ=W(Ue)`
1599
+ `;var Rd=G(De(),1),i7=G(_d(),1),Ns=G(_e(),1);var e7=/[\0-\x1F!-,\.\/:-@\[-\^`\{-\xA9\xAB-\xB4\xB6-\xB9\xBB-\xBF\xD7\xF7\u02C2-\u02C5\u02D2-\u02DF\u02E5-\u02EB\u02ED\u02EF-\u02FF\u0375\u0378\u0379\u037E\u0380-\u0385\u0387\u038B\u038D\u03A2\u03F6\u0482\u0530\u0557\u0558\u055A-\u055F\u0589-\u0590\u05BE\u05C0\u05C3\u05C6\u05C8-\u05CF\u05EB-\u05EE\u05F3-\u060F\u061B-\u061F\u066A-\u066D\u06D4\u06DD\u06DE\u06E9\u06FD\u06FE\u0700-\u070F\u074B\u074C\u07B2-\u07BF\u07F6-\u07F9\u07FB\u07FC\u07FE\u07FF\u082E-\u083F\u085C-\u085F\u086B-\u089F\u08B5\u08C8-\u08D2\u08E2\u0964\u0965\u0970\u0984\u098D\u098E\u0991\u0992\u09A9\u09B1\u09B3-\u09B5\u09BA\u09BB\u09C5\u09C6\u09C9\u09CA\u09CF-\u09D6\u09D8-\u09DB\u09DE\u09E4\u09E5\u09F2-\u09FB\u09FD\u09FF\u0A00\u0A04\u0A0B-\u0A0E\u0A11\u0A12\u0A29\u0A31\u0A34\u0A37\u0A3A\u0A3B\u0A3D\u0A43-\u0A46\u0A49\u0A4A\u0A4E-\u0A50\u0A52-\u0A58\u0A5D\u0A5F-\u0A65\u0A76-\u0A80\u0A84\u0A8E\u0A92\u0AA9\u0AB1\u0AB4\u0ABA\u0ABB\u0AC6\u0ACA\u0ACE\u0ACF\u0AD1-\u0ADF\u0AE4\u0AE5\u0AF0-\u0AF8\u0B00\u0B04\u0B0D\u0B0E\u0B11\u0B12\u0B29\u0B31\u0B34\u0B3A\u0B3B\u0B45\u0B46\u0B49\u0B4A\u0B4E-\u0B54\u0B58-\u0B5B\u0B5E\u0B64\u0B65\u0B70\u0B72-\u0B81\u0B84\u0B8B-\u0B8D\u0B91\u0B96-\u0B98\u0B9B\u0B9D\u0BA0-\u0BA2\u0BA5-\u0BA7\u0BAB-\u0BAD\u0BBA-\u0BBD\u0BC3-\u0BC5\u0BC9\u0BCE\u0BCF\u0BD1-\u0BD6\u0BD8-\u0BE5\u0BF0-\u0BFF\u0C0D\u0C11\u0C29\u0C3A-\u0C3C\u0C45\u0C49\u0C4E-\u0C54\u0C57\u0C5B-\u0C5F\u0C64\u0C65\u0C70-\u0C7F\u0C84\u0C8D\u0C91\u0CA9\u0CB4\u0CBA\u0CBB\u0CC5\u0CC9\u0CCE-\u0CD4\u0CD7-\u0CDD\u0CDF\u0CE4\u0CE5\u0CF0\u0CF3-\u0CFF\u0D0D\u0D11\u0D45\u0D49\u0D4F-\u0D53\u0D58-\u0D5E\u0D64\u0D65\u0D70-\u0D79\u0D80\u0D84\u0D97-\u0D99\u0DB2\u0DBC\u0DBE\u0DBF\u0DC7-\u0DC9\u0DCB-\u0DCE\u0DD5\u0DD7\u0DE0-\u0DE5\u0DF0\u0DF1\u0DF4-\u0E00\u0E3B-\u0E3F\u0E4F\u0E5A-\u0E80\u0E83\u0E85\u0E8B\u0EA4\u0EA6\u0EBE\u0EBF\u0EC5\u0EC7\u0ECE\u0ECF\u0EDA\u0EDB\u0EE0-\u0EFF\u0F01-\u0F17\u0F1A-\u0F1F\u0F2A-\u0F34\u0F36\u0F38\u0F3A-\u0F3D\u0F48\u0F6D-\u0F70\u0F85\u0F98\u0FBD-\u0FC5\u0FC7-\u0FFF\u104A-\u104F\u109E\u109F\u10C6\u10C8-\u10CC\u10CE\u10CF\u10FB\u1249\u124E\u124F\u1257\u1259\u125E\u125F\u1289\u128E\u128F\u12B1\u12B6\u12B7\u12BF\u12C1\u12C6\u12C7\u12D7\u1311\u1316\u1317\u135B\u135C\u1360-\u137F\u1390-\u139F\u13F6\u13F7\u13FE-\u1400\u166D\u166E\u1680\u169B-\u169F\u16EB-\u16ED\u16F9-\u16FF\u170D\u1715-\u171F\u1735-\u173F\u1754-\u175F\u176D\u1771\u1774-\u177F\u17D4-\u17D6\u17D8-\u17DB\u17DE\u17DF\u17EA-\u180A\u180E\u180F\u181A-\u181F\u1879-\u187F\u18AB-\u18AF\u18F6-\u18FF\u191F\u192C-\u192F\u193C-\u1945\u196E\u196F\u1975-\u197F\u19AC-\u19AF\u19CA-\u19CF\u19DA-\u19FF\u1A1C-\u1A1F\u1A5F\u1A7D\u1A7E\u1A8A-\u1A8F\u1A9A-\u1AA6\u1AA8-\u1AAF\u1AC1-\u1AFF\u1B4C-\u1B4F\u1B5A-\u1B6A\u1B74-\u1B7F\u1BF4-\u1BFF\u1C38-\u1C3F\u1C4A-\u1C4C\u1C7E\u1C7F\u1C89-\u1C8F\u1CBB\u1CBC\u1CC0-\u1CCF\u1CD3\u1CFB-\u1CFF\u1DFA\u1F16\u1F17\u1F1E\u1F1F\u1F46\u1F47\u1F4E\u1F4F\u1F58\u1F5A\u1F5C\u1F5E\u1F7E\u1F7F\u1FB5\u1FBD\u1FBF-\u1FC1\u1FC5\u1FCD-\u1FCF\u1FD4\u1FD5\u1FDC-\u1FDF\u1FED-\u1FF1\u1FF5\u1FFD-\u203E\u2041-\u2053\u2055-\u2070\u2072-\u207E\u2080-\u208F\u209D-\u20CF\u20F1-\u2101\u2103-\u2106\u2108\u2109\u2114\u2116-\u2118\u211E-\u2123\u2125\u2127\u2129\u212E\u213A\u213B\u2140-\u2144\u214A-\u214D\u214F-\u215F\u2189-\u24B5\u24EA-\u2BFF\u2C2F\u2C5F\u2CE5-\u2CEA\u2CF4-\u2CFF\u2D26\u2D28-\u2D2C\u2D2E\u2D2F\u2D68-\u2D6E\u2D70-\u2D7E\u2D97-\u2D9F\u2DA7\u2DAF\u2DB7\u2DBF\u2DC7\u2DCF\u2DD7\u2DDF\u2E00-\u2E2E\u2E30-\u3004\u3008-\u3020\u3030\u3036\u3037\u303D-\u3040\u3097\u3098\u309B\u309C\u30A0\u30FB\u3100-\u3104\u3130\u318F-\u319F\u31C0-\u31EF\u3200-\u33FF\u4DC0-\u4DFF\u9FFD-\u9FFF\uA48D-\uA4CF\uA4FE\uA4FF\uA60D-\uA60F\uA62C-\uA63F\uA673\uA67E\uA6F2-\uA716\uA720\uA721\uA789\uA78A\uA7C0\uA7C1\uA7CB-\uA7F4\uA828-\uA82B\uA82D-\uA83F\uA874-\uA87F\uA8C6-\uA8CF\uA8DA-\uA8DF\uA8F8-\uA8FA\uA8FC\uA92E\uA92F\uA954-\uA95F\uA97D-\uA97F\uA9C1-\uA9CE\uA9DA-\uA9DF\uA9FF\uAA37-\uAA3F\uAA4E\uAA4F\uAA5A-\uAA5F\uAA77-\uAA79\uAAC3-\uAADA\uAADE\uAADF\uAAF0\uAAF1\uAAF7-\uAB00\uAB07\uAB08\uAB0F\uAB10\uAB17-\uAB1F\uAB27\uAB2F\uAB5B\uAB6A-\uAB6F\uABEB\uABEE\uABEF\uABFA-\uABFF\uD7A4-\uD7AF\uD7C7-\uD7CA\uD7FC-\uD7FF\uE000-\uF8FF\uFA6E\uFA6F\uFADA-\uFAFF\uFB07-\uFB12\uFB18-\uFB1C\uFB29\uFB37\uFB3D\uFB3F\uFB42\uFB45\uFBB2-\uFBD2\uFD3E-\uFD4F\uFD90\uFD91\uFDC8-\uFDEF\uFDFC-\uFDFF\uFE10-\uFE1F\uFE30-\uFE32\uFE35-\uFE4C\uFE50-\uFE6F\uFE75\uFEFD-\uFF0F\uFF1A-\uFF20\uFF3B-\uFF3E\uFF40\uFF5B-\uFF65\uFFBF-\uFFC1\uFFC8\uFFC9\uFFD0\uFFD1\uFFD8\uFFD9\uFFDD-\uFFFF]|\uD800[\uDC0C\uDC27\uDC3B\uDC3E\uDC4E\uDC4F\uDC5E-\uDC7F\uDCFB-\uDD3F\uDD75-\uDDFC\uDDFE-\uDE7F\uDE9D-\uDE9F\uDED1-\uDEDF\uDEE1-\uDEFF\uDF20-\uDF2C\uDF4B-\uDF4F\uDF7B-\uDF7F\uDF9E\uDF9F\uDFC4-\uDFC7\uDFD0\uDFD6-\uDFFF]|\uD801[\uDC9E\uDC9F\uDCAA-\uDCAF\uDCD4-\uDCD7\uDCFC-\uDCFF\uDD28-\uDD2F\uDD64-\uDDFF\uDF37-\uDF3F\uDF56-\uDF5F\uDF68-\uDFFF]|\uD802[\uDC06\uDC07\uDC09\uDC36\uDC39-\uDC3B\uDC3D\uDC3E\uDC56-\uDC5F\uDC77-\uDC7F\uDC9F-\uDCDF\uDCF3\uDCF6-\uDCFF\uDD16-\uDD1F\uDD3A-\uDD7F\uDDB8-\uDDBD\uDDC0-\uDDFF\uDE04\uDE07-\uDE0B\uDE14\uDE18\uDE36\uDE37\uDE3B-\uDE3E\uDE40-\uDE5F\uDE7D-\uDE7F\uDE9D-\uDEBF\uDEC8\uDEE7-\uDEFF\uDF36-\uDF3F\uDF56-\uDF5F\uDF73-\uDF7F\uDF92-\uDFFF]|\uD803[\uDC49-\uDC7F\uDCB3-\uDCBF\uDCF3-\uDCFF\uDD28-\uDD2F\uDD3A-\uDE7F\uDEAA\uDEAD-\uDEAF\uDEB2-\uDEFF\uDF1D-\uDF26\uDF28-\uDF2F\uDF51-\uDFAF\uDFC5-\uDFDF\uDFF7-\uDFFF]|\uD804[\uDC47-\uDC65\uDC70-\uDC7E\uDCBB-\uDCCF\uDCE9-\uDCEF\uDCFA-\uDCFF\uDD35\uDD40-\uDD43\uDD48-\uDD4F\uDD74\uDD75\uDD77-\uDD7F\uDDC5-\uDDC8\uDDCD\uDDDB\uDDDD-\uDDFF\uDE12\uDE38-\uDE3D\uDE3F-\uDE7F\uDE87\uDE89\uDE8E\uDE9E\uDEA9-\uDEAF\uDEEB-\uDEEF\uDEFA-\uDEFF\uDF04\uDF0D\uDF0E\uDF11\uDF12\uDF29\uDF31\uDF34\uDF3A\uDF45\uDF46\uDF49\uDF4A\uDF4E\uDF4F\uDF51-\uDF56\uDF58-\uDF5C\uDF64\uDF65\uDF6D-\uDF6F\uDF75-\uDFFF]|\uD805[\uDC4B-\uDC4F\uDC5A-\uDC5D\uDC62-\uDC7F\uDCC6\uDCC8-\uDCCF\uDCDA-\uDD7F\uDDB6\uDDB7\uDDC1-\uDDD7\uDDDE-\uDDFF\uDE41-\uDE43\uDE45-\uDE4F\uDE5A-\uDE7F\uDEB9-\uDEBF\uDECA-\uDEFF\uDF1B\uDF1C\uDF2C-\uDF2F\uDF3A-\uDFFF]|\uD806[\uDC3B-\uDC9F\uDCEA-\uDCFE\uDD07\uDD08\uDD0A\uDD0B\uDD14\uDD17\uDD36\uDD39\uDD3A\uDD44-\uDD4F\uDD5A-\uDD9F\uDDA8\uDDA9\uDDD8\uDDD9\uDDE2\uDDE5-\uDDFF\uDE3F-\uDE46\uDE48-\uDE4F\uDE9A-\uDE9C\uDE9E-\uDEBF\uDEF9-\uDFFF]|\uD807[\uDC09\uDC37\uDC41-\uDC4F\uDC5A-\uDC71\uDC90\uDC91\uDCA8\uDCB7-\uDCFF\uDD07\uDD0A\uDD37-\uDD39\uDD3B\uDD3E\uDD48-\uDD4F\uDD5A-\uDD5F\uDD66\uDD69\uDD8F\uDD92\uDD99-\uDD9F\uDDAA-\uDEDF\uDEF7-\uDFAF\uDFB1-\uDFFF]|\uD808[\uDF9A-\uDFFF]|\uD809[\uDC6F-\uDC7F\uDD44-\uDFFF]|[\uD80A\uD80B\uD80E-\uD810\uD812-\uD819\uD824-\uD82B\uD82D\uD82E\uD830-\uD833\uD837\uD839\uD83D\uD83F\uD87B-\uD87D\uD87F\uD885-\uDB3F\uDB41-\uDBFF][\uDC00-\uDFFF]|\uD80D[\uDC2F-\uDFFF]|\uD811[\uDE47-\uDFFF]|\uD81A[\uDE39-\uDE3F\uDE5F\uDE6A-\uDECF\uDEEE\uDEEF\uDEF5-\uDEFF\uDF37-\uDF3F\uDF44-\uDF4F\uDF5A-\uDF62\uDF78-\uDF7C\uDF90-\uDFFF]|\uD81B[\uDC00-\uDE3F\uDE80-\uDEFF\uDF4B-\uDF4E\uDF88-\uDF8E\uDFA0-\uDFDF\uDFE2\uDFE5-\uDFEF\uDFF2-\uDFFF]|\uD821[\uDFF8-\uDFFF]|\uD823[\uDCD6-\uDCFF\uDD09-\uDFFF]|\uD82C[\uDD1F-\uDD4F\uDD53-\uDD63\uDD68-\uDD6F\uDEFC-\uDFFF]|\uD82F[\uDC6B-\uDC6F\uDC7D-\uDC7F\uDC89-\uDC8F\uDC9A-\uDC9C\uDC9F-\uDFFF]|\uD834[\uDC00-\uDD64\uDD6A-\uDD6C\uDD73-\uDD7A\uDD83\uDD84\uDD8C-\uDDA9\uDDAE-\uDE41\uDE45-\uDFFF]|\uD835[\uDC55\uDC9D\uDCA0\uDCA1\uDCA3\uDCA4\uDCA7\uDCA8\uDCAD\uDCBA\uDCBC\uDCC4\uDD06\uDD0B\uDD0C\uDD15\uDD1D\uDD3A\uDD3F\uDD45\uDD47-\uDD49\uDD51\uDEA6\uDEA7\uDEC1\uDEDB\uDEFB\uDF15\uDF35\uDF4F\uDF6F\uDF89\uDFA9\uDFC3\uDFCC\uDFCD]|\uD836[\uDC00-\uDDFF\uDE37-\uDE3A\uDE6D-\uDE74\uDE76-\uDE83\uDE85-\uDE9A\uDEA0\uDEB0-\uDFFF]|\uD838[\uDC07\uDC19\uDC1A\uDC22\uDC25\uDC2B-\uDCFF\uDD2D-\uDD2F\uDD3E\uDD3F\uDD4A-\uDD4D\uDD4F-\uDEBF\uDEFA-\uDFFF]|\uD83A[\uDCC5-\uDCCF\uDCD7-\uDCFF\uDD4C-\uDD4F\uDD5A-\uDFFF]|\uD83B[\uDC00-\uDDFF\uDE04\uDE20\uDE23\uDE25\uDE26\uDE28\uDE33\uDE38\uDE3A\uDE3C-\uDE41\uDE43-\uDE46\uDE48\uDE4A\uDE4C\uDE50\uDE53\uDE55\uDE56\uDE58\uDE5A\uDE5C\uDE5E\uDE60\uDE63\uDE65\uDE66\uDE6B\uDE73\uDE78\uDE7D\uDE7F\uDE8A\uDE9C-\uDEA0\uDEA4\uDEAA\uDEBC-\uDFFF]|\uD83C[\uDC00-\uDD2F\uDD4A-\uDD4F\uDD6A-\uDD6F\uDD8A-\uDFFF]|\uD83E[\uDC00-\uDFEF\uDFFA-\uDFFF]|\uD869[\uDEDE-\uDEFF]|\uD86D[\uDF35-\uDF3F]|\uD86E[\uDC1E\uDC1F]|\uD873[\uDEA2-\uDEAF]|\uD87A[\uDFE1-\uDFFF]|\uD87E[\uDE1E-\uDFFF]|\uD884[\uDF4B-\uDFFF]|\uDB40[\uDC00-\uDCFF\uDDF0-\uDFFF]/g;var LQ=Object.hasOwnProperty,Fd=class{constructor(){this.occurrences,this.reset()}slug(t,n){let r=this,o=RQ(t,n===!0),i=o;for(;LQ.call(r.occurrences,o);)r.occurrences[i]++,o=i+"-"+r.occurrences[i];return r.occurrences[o]=0,o}reset(){this.occurrences=Object.create(null)}};function RQ(e,t){return typeof e!="string"?"":(t||(e=e.toLowerCase()),e.replace(e7,"").replace(/ /g,"-"))}function rm(e){return new RegExp("^("+e+")$","i")}var t7=new Fd;function n7(e,t,n){let r="children"in e?e.children.length:0,o=n.skip?rm(n.skip):void 0,i=$o(n.parents||function(h){return h===e}),s=[],l,c,d;return t7.reset(),yo(e,"heading",function(h,g,E){let y=Ci(h,{includeImageAlt:!1}),D=h.data&&h.data.hProperties&&h.data.hProperties.id,w=t7.slug(D||y);if(i(E)){if(g!==void 0&&t&&!l&&t.test(y)){l=g+1,d=h;return}g!==void 0&&d&&!c&&h.depth<=d.depth&&(c=g),(c||!t)&&(!n.minDepth||h.depth>=n.minDepth)&&(!n.maxDepth||h.depth<=n.maxDepth)&&(!o||!o.test(y))&&s.push({depth:h.depth,children:h.children,id:w})}}),{index:l===void 0?-1:l,endIndex:l===void 0?-1:c||r,map:s}}function r7(e,t){let{ordered:n=!1,tight:r=!1,prefix:o}=t,i={type:"list",ordered:n,spread:!1,children:[]},s=Number.POSITIVE_INFINITY,l=-1;for(;++l<e.length;)e[l].depth<s&&(s=e[l].depth);for(l=-1;++l<e.length;)e[l].depth-=s-1;for(l=-1;++l<e.length;)Ld(e[l],i,{ordered:n,tight:r,prefix:o});return i}function Ld(e,t,n){let r=-1,o=t.children[t.children.length-1];if(t.type==="list")if(e.depth===1)t.children.push({type:"listItem",spread:!1,children:[{type:"paragraph",children:[{type:"link",title:null,url:"#"+(n.prefix||"")+e.id,children:v6(e.children)}]}]});else if(t.children.length>0){let i=t.children[t.children.length-1];Ld(e,i,n)}else{let i={type:"listItem",spread:!1,children:[]};t.children.push(i),Ld(e,i,n)}else if(o&&o.type==="list")e.depth--,Ld(e,o,n);else{let i={type:"list",ordered:n.ordered,spread:!1,children:[]};t.children.push(i),e.depth--,Ld(e,i,n)}if(t.type==="list"&&!n.tight){for(t.spread=!1;++r<t.children.length;)if(t.children[r].children.length>1){t.spread=!0;break}}else t.spread=!n.tight}function v6(e){let t=[],n=-1;for(;++n<e.length;){let r=NQ(e[n]);Array.isArray(r)?t.push(...r):t.push(r)}return t}function NQ(e){if(e.type==="footnoteReference")return[];if(e.type==="link"||e.type==="linkReference")return v6(e.children);if("children"in e){let{children:r,position:o,...i}=e;return Object.assign(Kr(i),{children:v6(e.children)})}let{position:t,...n}=e;return Kr(n)}function w6(e,t){let n=t||{},r=n.heading?rm(n.heading):void 0,o=n7(e,r,n);return{index:r?o.index:void 0,endIndex:r?o.endIndex:void 0,map:o.map.length>0?r7(o.map,n):void 0}}function om(e){let t={...e,heading:e&&e.heading||"(table[ -]of[ -])?contents?|toc",tight:e&&typeof e.tight=="boolean"?e.tight:!0};return function(n){let r=w6(n,t);r.endIndex===void 0||r.endIndex===-1||r.index===void 0||r.index===-1||!r.map||(n.children=[...n.children.slice(0,r.index),r.map,...n.children.slice(r.endIndex)])}}var o7="Contents",OQ=W(je)`
1600
1600
  display: inline-block;
1601
1601
  color: ${p.color.neutral.textMuted};
1602
1602
  text-decoration: none;
@@ -1723,7 +1723,7 @@ ${l}`},[e]),i=(0,Ns.useMemo)(()=>!!o.match(/^#\s.+$/m),[o]),s=(0,Ns.useCallback)
1723
1723
  }
1724
1724
  }
1725
1725
  `}
1726
- `,j2e=(0,s7.forwardRef)(({as:e,className:t,caption:n,description:r,actions:o,children:i,disabled:s,shadowless:l,...c},d)=>(0,Fa.jsxs)(zQ,{$disabled:s,$shadowless:l,forwardedAs:e||"section",className:it(vo.WRAPPER,t),"data-test":"card",...c,ref:d,children:[(!!n||!!o)&&(0,Fa.jsxs)("header",{className:vo.HEADER,"data-test":"card-header",children:[n&&(0,Fa.jsx)(Ue,{as:"div",size:"big",weight:"bold",className:vo.CAPTION,"data-test":"card-caption",children:n}),o&&(0,Fa.jsx)("div",{className:vo.ACTIONS,"data-test":"card-actions",children:o})]}),r&&(0,Fa.jsx)("div",{className:vo.DESCRIPTION,"data-test":"card-description",children:r}),(0,Fa.jsx)("div",{className:vo.CONTENT,"data-test":"card-content",children:i})]}));var u7=G(De(),1),HQ=G(_e(),1);var Z2e=W(Qa).attrs({variant:"tertiary"})`
1726
+ `,W2e=(0,s7.forwardRef)(({as:e,className:t,caption:n,description:r,actions:o,children:i,disabled:s,shadowless:l,...c},d)=>(0,Fa.jsxs)(zQ,{$disabled:s,$shadowless:l,forwardedAs:e||"section",className:it(vo.WRAPPER,t),"data-test":"card",...c,ref:d,children:[(!!n||!!o)&&(0,Fa.jsxs)("header",{className:vo.HEADER,"data-test":"card-header",children:[n&&(0,Fa.jsx)(je,{as:"div",size:"big",weight:"bold",className:vo.CAPTION,"data-test":"card-caption",children:n}),o&&(0,Fa.jsx)("div",{className:vo.ACTIONS,"data-test":"card-actions",children:o})]}),r&&(0,Fa.jsx)("div",{className:vo.DESCRIPTION,"data-test":"card-description",children:r}),(0,Fa.jsx)("div",{className:vo.CONTENT,"data-test":"card-content",children:i})]}));var u7=G(De(),1),HQ=G(_e(),1);var J2e=W(Qa).attrs({variant:"tertiary"})`
1727
1727
  padding: 0;
1728
1728
  height: 28px;
1729
1729
  min-width: 28px;
@@ -1740,7 +1740,7 @@ ${l}`},[e]),i=(0,Ns.useMemo)(()=>!!o.match(/^#\s.+$/m),[o]),s=(0,Ns.useCallback)
1740
1740
  background-color: ${p.color.neutral.hover};
1741
1741
  }
1742
1742
  }
1743
- `,J2e=W(he)`
1743
+ `,eye=W(he)`
1744
1744
  display: inline-flex;
1745
1745
  gap: ${p.space.space8};
1746
1746
  `;var Ot=G(De(),1);var l7=G(_d(),1);var im=G(_e(),1);var Si={COPY_BUTTON:"Markdown-CopyButton",CODE_PRE:"Markdown-CodePre",VIDEO_WRAPPER:"Markdown-VideoWrapper",IFRAME_CONTAINER:"Iframe-container",HEADING_COPY_ICON:"ReadmeRenderer-headingCopyIcon",INLINE_CODE:"Markdown-InlineCode"},UQ=W(he)`
@@ -2022,7 +2022,7 @@ ${l}`},[e]),i=(0,Ns.useMemo)(()=>!!o.match(/^#\s.+$/m),[o]),s=(0,Ns.useCallback)
2022
2022
  }
2023
2023
  }
2024
2024
  `,jQ=({node:e,children:t})=>{let n=e.tagName,r=_a(t);return(0,Ot.jsx)(n,{id:r,children:t})};function WQ({className:e,children:t,node:n}){if(n?.position?.start?.line===n?.position?.end?.line)return(0,Ot.jsx)("code",{className:it(e,Si.INLINE_CODE),children:t});let o=String(t).replace(/\n$/,"").trim(),s=/language-(\w+)/.exec(e||"")?.[1]?.toLowerCase();return o.split(`
2025
- `).length<=1?(0,Ot.jsx)(D6,{language:s,fullWidth:!0,children:o}):(0,Ot.jsx)(nm,{content:o,language:s,hideLineNumbers:!0,fullWidth:!0,hideBashHeader:!0,hideBashPromptPrefixes:!0})}var VQ=/^(?:https?:\/\/)?(?:www\.)?(?:m\.)?(?:youtube(?:-nocookie)?\.com|youtu\.be)\/(?:watch\?v=|embed\/|v\/)?([a-zA-Z0-9\-_]+)(?:\S*)?$/,GQ=/^((?:https?:\/\/)?(?:player\.)?vimeo\.com(?:\/video)?\/(\d+))$/,c7=e=>{let t=e.match(VQ),n=e.match(GQ),r;return t&&(r=kS.stringifyUrl({url:`https://www.youtube.com/embed/${t[1]}`,query:{rel:0,enablejsapi:1}})),n&&(r=`https://player.vimeo.com/video/${n[2]}`),r},d7=({src:e})=>(0,Ot.jsx)("span",{className:Si.VIDEO_WRAPPER,children:(0,Ot.jsx)("span",{className:"Iframe-container",children:(0,Ot.jsx)("iframe",{loading:"lazy",allowFullScreen:!0,src:e})})}),YQ=["apify.com","docs.apify.com","help.apify.com","sdk.apify.com","blog.apify.com","kb.apify.com","my.apify.com","console.apify.com","crawlee.dev"],qQ=({node:e,href:t="",...n},{hostname:r},o)=>{let i=e.properties.enableEmbeddedVideo&&t?c7(t):void 0;if(i)return(0,Ot.jsx)(d7,{src:i});if((t||"").startsWith("#"))return(0,Ot.jsx)("a",{href:t,...n});let l;try{l=new URL(t)}catch{return(0,Ot.jsx)("span",{children:t})}if(!r&&typeof window<"u"&&!window?.location?.hostname)return(0,Ot.jsx)("a",{href:t,...n});let c=r||typeof window<"u"&&window?.location?.hostname.toLowerCase(),d=l&&l.hostname.toLowerCase()!==c,h=l&&YQ.includes(l.hostname.toLowerCase())&&l.protocol==="https:",g={};return d&&(h?g={target:"_blank",rel:"noopener"}:g={rel:it(o&&"ugc")}),(0,Ot.jsx)(sn,{...n,...g,to:t})},XQ=({node:e,...t})=>{e?.children.forEach(i=>{i.tagName==="a"&&(i.properties.enableEmbeddedVideo=e.children.length===1)});let n=e?.children[0],o=n?.type==="text"&&c7(n.value);return o?(0,Ot.jsx)(d7,{src:o}):(0,Ot.jsx)("p",{...t})},KQ=({node:e,children:t})=>{let n=e.tagName,r=_a(t),{isCopied:o,copyToClipboard:i}=Fs();async function s(){let l=new URL(window.location.href);l.hash=`#${r??""}`,await i(l.toString())}return(0,Ot.jsxs)(n,{id:r,children:[t,(0,Ot.jsx)("a",{onClick:s,href:`#${r}`,className:it(Si.HEADING_COPY_ICON,{isCopied:o}),"aria-label":"Copy link to clipboard",children:(0,Ot.jsx)(fg,{size:"16"})})]})},QQ=({markdown:e,transformLinkUri:t,transformImageUri:n,className:r,scrollMarginTopPx:o=10,allowElement:i,currentPathHostname:s,addHeadingAnchors:l,isUserGeneratedContent:c,LinkRenderer:d,lazyLoadImages:h})=>{let g=l?KQ:jQ,E=(0,im.useMemo)(()=>al(e),[e]);return(0,Ot.jsx)(UQ,{$scrollMarginTopPx:o,className:r,children:(0,Ot.jsx)(ld,{rehypePlugins:[jh],remarkPlugins:[Yh],allowedElements:["a","b","blockquote","br","center","code","del","em","h1","h2","h3","h4","h5","hr","i","img","li","ol","p","pre","span","strong","table","tbody","td","tfoot","th","thead","tr","u","ul"],allowElement:i,components:{h1:g,h2:g,h3:g,h4:g,h5:g,a:y=>d?d(y,{hostname:s},c):qQ(y,{hostname:s},c),code:y=>WQ(y),p:XQ,img:({node:y,...D})=>(0,Ot.jsx)("img",{...D,...h?{loading:"lazy"}:{}})},urlTransform:(y,D,w)=>w.tagName==="img"?n?n(y):y:w.tagName==="a"?t?cd(t(y)):cd(y):y,children:E})})},f7=im.default.memo(QQ,(e,t)=>l7.default.isEqual(e,t));var ZQ=G(De(),1);var bye=W(Ue)`
2025
+ `).length<=1?(0,Ot.jsx)(D6,{language:s,fullWidth:!0,children:o}):(0,Ot.jsx)(nm,{content:o,language:s,hideLineNumbers:!0,fullWidth:!0,hideBashHeader:!0,hideBashPromptPrefixes:!0})}var VQ=/^(?:https?:\/\/)?(?:www\.)?(?:m\.)?(?:youtube(?:-nocookie)?\.com|youtu\.be)\/(?:watch\?v=|embed\/|v\/)?([a-zA-Z0-9\-_]+)(?:\S*)?$/,GQ=/^((?:https?:\/\/)?(?:player\.)?vimeo\.com(?:\/video)?\/(\d+))$/,c7=e=>{let t=e.match(VQ),n=e.match(GQ),r;return t&&(r=kS.stringifyUrl({url:`https://www.youtube.com/embed/${t[1]}`,query:{rel:0,enablejsapi:1}})),n&&(r=`https://player.vimeo.com/video/${n[2]}`),r},d7=({src:e})=>(0,Ot.jsx)("span",{className:Si.VIDEO_WRAPPER,children:(0,Ot.jsx)("span",{className:"Iframe-container",children:(0,Ot.jsx)("iframe",{loading:"lazy",allowFullScreen:!0,src:e})})}),YQ=["apify.com","docs.apify.com","help.apify.com","sdk.apify.com","blog.apify.com","kb.apify.com","my.apify.com","console.apify.com","crawlee.dev"],qQ=({node:e,href:t="",...n},{hostname:r},o)=>{let i=e.properties.enableEmbeddedVideo&&t?c7(t):void 0;if(i)return(0,Ot.jsx)(d7,{src:i});if((t||"").startsWith("#"))return(0,Ot.jsx)("a",{href:t,...n});let l;try{l=new URL(t)}catch{return(0,Ot.jsx)("span",{children:t})}if(!r&&typeof window<"u"&&!window?.location?.hostname)return(0,Ot.jsx)("a",{href:t,...n});let c=r||typeof window<"u"&&window?.location?.hostname.toLowerCase(),d=l&&l.hostname.toLowerCase()!==c,h=l&&YQ.includes(l.hostname.toLowerCase())&&l.protocol==="https:",g={};return d&&(h?g={target:"_blank",rel:"noopener"}:g={rel:it(o&&"ugc")}),(0,Ot.jsx)(sn,{...n,...g,to:t})},XQ=({node:e,...t})=>{e?.children.forEach(i=>{i.tagName==="a"&&(i.properties.enableEmbeddedVideo=e.children.length===1)});let n=e?.children[0],o=n?.type==="text"&&c7(n.value);return o?(0,Ot.jsx)(d7,{src:o}):(0,Ot.jsx)("p",{...t})},KQ=({node:e,children:t})=>{let n=e.tagName,r=_a(t),{isCopied:o,copyToClipboard:i}=Fs();async function s(){let l=new URL(window.location.href);l.hash=`#${r??""}`,await i(l.toString())}return(0,Ot.jsxs)(n,{id:r,children:[t,(0,Ot.jsx)("a",{onClick:s,href:`#${r}`,className:it(Si.HEADING_COPY_ICON,{isCopied:o}),"aria-label":"Copy link to clipboard",children:(0,Ot.jsx)(fg,{size:"16"})})]})},QQ=({markdown:e,transformLinkUri:t,transformImageUri:n,className:r,scrollMarginTopPx:o=10,allowElement:i,currentPathHostname:s,addHeadingAnchors:l,isUserGeneratedContent:c,LinkRenderer:d,lazyLoadImages:h})=>{let g=l?KQ:jQ,E=(0,im.useMemo)(()=>al(e),[e]);return(0,Ot.jsx)(UQ,{$scrollMarginTopPx:o,className:r,children:(0,Ot.jsx)(ld,{rehypePlugins:[jh],remarkPlugins:[Yh],allowedElements:["a","b","blockquote","br","center","code","del","em","h1","h2","h3","h4","h5","hr","i","img","li","ol","p","pre","span","strong","table","tbody","td","tfoot","th","thead","tr","u","ul"],allowElement:i,components:{h1:g,h2:g,h3:g,h4:g,h5:g,a:y=>d?d(y,{hostname:s},c):qQ(y,{hostname:s},c),code:y=>WQ(y),p:XQ,img:({node:y,...D})=>(0,Ot.jsx)("img",{...D,...h?{loading:"lazy"}:{}})},urlTransform:(y,D,w)=>w.tagName==="img"?n?n(y):y:w.tagName==="a"?t?cd(t(y)):cd(y):y,children:E})})},f7=im.default.memo(QQ,(e,t)=>l7.default.isEqual(e,t));var ZQ=G(De(),1);var Eye=W(je)`
2026
2026
  color: ${p.color.neutral.text};
2027
2027
  background-color: ${p.color.neutral.chipBackground};
2028
2028
  line-height: 1;
@@ -2037,7 +2037,7 @@ ${l}`},[e]),i=(0,Ns.useMemo)(()=>!!o.match(/^#\s.+$/m),[o]),s=(0,Ns.useCallback)
2037
2037
  background-color: ${p.color.neutral.background};
2038
2038
  border: 1px solid ${p.color.neutral.border};
2039
2039
  border-radius: ${p.radius.radius12};
2040
- `;var JQ={TILE_CONTENT:"Tile-Content"},Fye=W.div`
2040
+ `;var JQ={TILE_CONTENT:"Tile-Content"},Lye=W.div`
2041
2041
  ${sm}
2042
2042
  padding: ${({$size:e})=>e===am.SMALL?p.space.space16:p.space.space24};
2043
2043
  display: flex;
@@ -2064,7 +2064,7 @@ ${l}`},[e]),i=(0,Ns.useMemo)(()=>!!o.match(/^#\s.+$/m),[o]),s=(0,Ns.useCallback)
2064
2064
  .${JQ.TILE_CONTENT} {
2065
2065
  flex-grow: 1;
2066
2066
  }
2067
- `;var eZ=G(De(),1);var Mye=W.div`
2067
+ `;var eZ=G(De(),1);var Pye=W.div`
2068
2068
  ${sm}
2069
2069
  padding: ${({$size:e})=>e===am.SMALL?p.space.space16:p.space.space24};
2070
2070
  width: 100%;
@@ -2082,7 +2082,7 @@ ${l}`},[e]),i=(0,Ns.useMemo)(()=>!!o.match(/^#\s.+$/m),[o]),s=(0,Ns.useCallback)
2082
2082
  &:focus {
2083
2083
  border-color: ${p.color.primary.action};
2084
2084
  }
2085
- `;var h7=G(De(),1);var um={IMAGE_WRAPPER:"ImageWrapper",TEXT:"Text",READ_POST:"ReadPost"},Wye=W.div`
2085
+ `;var h7=G(De(),1);var um={IMAGE_WRAPPER:"ImageWrapper",TEXT:"Text",READ_POST:"ReadPost"},Vye=W.div`
2086
2086
  display: flex;
2087
2087
  flex-direction: column;
2088
2088
 
@@ -2190,7 +2190,7 @@ ${l}`},[e]),i=(0,Ns.useMemo)(()=>!!o.match(/^#\s.+$/m),[o]),s=(0,Ns.useCallback)
2190
2190
  background-repeat: no-repeat;
2191
2191
  background-size: cover;
2192
2192
  `}
2193
- `,qye=W.div`
2193
+ `,Xye=W.div`
2194
2194
  width: ${e=>e.width||"100%"};
2195
2195
  padding: ${p.space.space40} ${p.space.space80};
2196
2196
  border-radius: ${p.radius.radius16};
@@ -2260,7 +2260,7 @@ ${l}`},[e]),i=(0,Ns.useMemo)(()=>!!o.match(/^#\s.+$/m),[o]),s=(0,Ns.useCallback)
2260
2260
  svg {
2261
2261
  flex-shrink: 0;
2262
2262
  }
2263
- `,Os=(0,g7.forwardRef)(({size:e="small",type:t="body",variant:n="neutral",LeadingIcon:r,TrailingIcon:o,children:i,...s},l)=>(0,pl.jsxs)(sZ,{ref:l,$size:e,$variant:n,forwardedAs:"span",...s,children:[r&&(0,pl.jsx)(r,{size:m7[e]}),i&&(0,pl.jsx)(Ue,{size:oZ[e],type:t,weight:"medium",as:"span",children:i}),o&&(0,pl.jsx)(o,{size:m7[e]})]}));Os.displayName="Badge";var lm={TEMPLATE_CARD_IMAGES:"TemplateCard-Images",TEMPLATE_CARD_TEXT:"TemplateCard-Text",TEMPLATE_CARD_DESCRIPTION:"TemplateCard-Description",TEMPLATE_CARD_BADGES:"TemplateCard-Badges"},sbe=W.div`
2263
+ `,Os=(0,g7.forwardRef)(({size:e="small",type:t="body",variant:n="neutral",LeadingIcon:r,TrailingIcon:o,children:i,...s},l)=>(0,pl.jsxs)(sZ,{ref:l,$size:e,$variant:n,forwardedAs:"span",...s,children:[r&&(0,pl.jsx)(r,{size:m7[e]}),i&&(0,pl.jsx)(je,{size:oZ[e],type:t,weight:"medium",as:"span",children:i}),o&&(0,pl.jsx)(o,{size:m7[e]})]}));Os.displayName="Badge";var lm={TEMPLATE_CARD_IMAGES:"TemplateCard-Images",TEMPLATE_CARD_TEXT:"TemplateCard-Text",TEMPLATE_CARD_DESCRIPTION:"TemplateCard-Description",TEMPLATE_CARD_BADGES:"TemplateCard-Badges"},ube=W.div`
2264
2264
  display: flex;
2265
2265
  flex-direction: column;
2266
2266
  align-items: flex-start;
@@ -2350,10 +2350,10 @@ ${l}`},[e]),i=(0,Ns.useMemo)(()=>!!o.match(/^#\s.+$/m),[o]),s=(0,Ns.useCallback)
2350
2350
  white-space: nowrap;
2351
2351
  cursor: ${({clickable:e})=>e?"pointer":"default"};
2352
2352
  gap: ${p.space.space4};
2353
- `,fZ=(0,b7.forwardRef)(({type:e=hl.DEFAULT,size:t=Nd.MEDIUM,icon:n,children:r,className:o,...i},s)=>{let l={...i,type:e,size:t,className:it(o,uZ.BODY)};return(0,k6.jsxs)(dZ,{ref:s,...l,children:[r,n]})});fZ.displayName="Chip";var E7=G(De(),1),D7=G(_e(),1);var Dbe=W(he)`
2353
+ `,fZ=(0,b7.forwardRef)(({type:e=hl.DEFAULT,size:t=Nd.MEDIUM,icon:n,children:r,className:o,...i},s)=>{let l={...i,type:e,size:t,className:it(o,uZ.BODY)};return(0,k6.jsxs)(dZ,{ref:s,...l,children:[r,n]})});fZ.displayName="Chip";var E7=G(De(),1),D7=G(_e(),1);var xbe=W(he)`
2354
2354
  display: flex;
2355
2355
  align-items: center;
2356
- `,xbe=W(he)`
2356
+ `,vbe=W(he)`
2357
2357
  display: grid;
2358
2358
  grid-template-columns: auto minmax(0, 1fr);
2359
2359
  align-items: center;
@@ -2365,7 +2365,7 @@ ${l}`},[e]),i=(0,Ns.useMemo)(()=>!!o.match(/^#\s.+$/m),[o]),s=(0,Ns.useCallback)
2365
2365
  line-height: 10px;
2366
2366
  font-size: 8px;
2367
2367
  }
2368
- `,vbe=W(he)`
2368
+ `,wbe=W(he)`
2369
2369
  height: 5px;
2370
2370
  border-radius: 10px;
2371
2371
  background: ${p.color.neutral.overflow};
@@ -2477,7 +2477,7 @@ ${l}`},[e]),i=(0,Ns.useMemo)(()=>!!o.match(/^#\s.+$/m),[o]),s=(0,Ns.useCallback)
2477
2477
  svg {
2478
2478
  flex-shrink: 0;
2479
2479
  }
2480
- `;function w7({as:e,size:t="small",type:n="body",variant:r="primary",LeadingIcon:o,TrailingIcon:i,children:s,...l},c){let d=e==="a"?sn:e??"button",h=t==="regular"?"small":t;return(0,ml.jsxs)(mZ,{as:d,ref:c,$variant:r,$size:t,...l,children:[o&&(0,ml.jsx)(o,{size:x7[t]}),s&&(0,ml.jsx)(Ue,{size:h,type:n,weight:"medium",children:s}),i&&(0,ml.jsx)(i,{size:x7[t]})]})}w7.displayName="Tag";var Ibe=(0,v7.forwardRef)(w7);var yZ=G(_e(),1),T7=G(De(),1),C6=G(_e(),1);var C7=G(De(),1);var gZ={default:X`
2480
+ `;function w7({as:e,size:t="small",type:n="body",variant:r="primary",LeadingIcon:o,TrailingIcon:i,children:s,...l},c){let d=e==="a"?sn:e??"button",h=t==="regular"?"small":t;return(0,ml.jsxs)(mZ,{as:d,ref:c,$variant:r,$size:t,...l,children:[o&&(0,ml.jsx)(o,{size:x7[t]}),s&&(0,ml.jsx)(je,{size:h,type:n,weight:"medium",children:s}),i&&(0,ml.jsx)(i,{size:x7[t]})]})}w7.displayName="Tag";var Fbe=(0,v7.forwardRef)(w7);var yZ=G(_e(),1),T7=G(De(),1),C6=G(_e(),1);var C7=G(De(),1);var gZ={default:X`
2481
2481
  height: 3.6rem;
2482
2482
  padding: 0 ${p.space.space8};
2483
2483
  color: ${p.color.neutral.textSubtle};
@@ -2561,7 +2561,7 @@ ${l}`},[e]),i=(0,Ns.useMemo)(()=>!!o.match(/^#\s.+$/m),[o]),s=(0,Ns.useCallback)
2561
2561
  border-color: ${p.color.neutral.border};
2562
2562
  color: ${p.color.neutral.text};
2563
2563
  }
2564
- `},k7={ICON:"Tab-icon",TITLE:"Tab-title"},Bbe=W(sn)`
2564
+ `},k7={ICON:"Tab-icon",TITLE:"Tab-title"},$be=W(sn)`
2565
2565
  display: inline-flex;
2566
2566
  align-items: center;
2567
2567
  justify-content: center;
@@ -2624,7 +2624,7 @@ ${l}`},[e]),i=(0,Ns.useMemo)(()=>!!o.match(/^#\s.+$/m),[o]),s=(0,Ns.useCallback)
2624
2624
  `,buttoned:X`
2625
2625
  align-items: center;
2626
2626
  gap: ${p.space.space4};
2627
- `},Ybe=W(he)`
2627
+ `},qbe=W(he)`
2628
2628
  height: 4rem;
2629
2629
  display: flex;
2630
2630
  position: relative;
@@ -2721,7 +2721,7 @@ ${l}`},[e]),i=(0,Ns.useMemo)(()=>!!o.match(/^#\s.+$/m),[o]),s=(0,Ns.useCallback)
2721
2721
  animation: ${DZ} 1.5s ease-in-out infinite, ${EZ} 2s linear infinite;
2722
2722
  }
2723
2723
  }
2724
- `,A7=({loadingReason:e,small:t,...n})=>(0,cm.jsx)(xZ,{...n,title:e,$small:t,children:(0,cm.jsx)("svg",{className:Od.SPINNER,viewBox:"0 0 50 50",children:(0,cm.jsx)("circle",{className:"path",cx:"25",cy:"25",r:"20",fill:"none",strokeWidth:"5",strokeLinecap:"round"})})}),e6e=W(A7)`
2724
+ `,A7=({loadingReason:e,small:t,...n})=>(0,cm.jsx)(xZ,{...n,title:e,$small:t,children:(0,cm.jsx)("svg",{className:Od.SPINNER,viewBox:"0 0 50 50",children:(0,cm.jsx)("circle",{className:"path",cx:"25",cy:"25",r:"20",fill:"none",strokeWidth:"5",strokeLinecap:"round"})})}),t6e=W(A7)`
2725
2725
  position: relative; /* "hold" absolutely positioned spinner */
2726
2726
  width: 100%;
2727
2727
  min-height: 8rem;
@@ -2774,7 +2774,7 @@ ${l}`},[e]),i=(0,Ns.useMemo)(()=>!!o.match(/^#\s.+$/m),[o]),s=(0,Ns.useCallback)
2774
2774
  .${Od.SPINNER} .path {
2775
2775
  stroke: ${p.color.neutral.icon};
2776
2776
  }
2777
- `,Pd=(0,S7.forwardRef)(({variant:e=Go.DEFAULT,size:t="medium",as:n="button",title:r,disabled:o=!1,isLoading:i=!1,Icon:s,tooltipProps:l,...c},d)=>{let h={...c,size:t},g=n==="a"?sn:n,{iconSize:E,spinnerSize:y}=wZ[t],D=(0,Md.jsx)(CZ,{forwardedAs:g,ref:d,disabled:o||i,type:"button","aria-label":r,LeftIcon:i?()=>(0,Md.jsx)(_7,{size:y}):()=>(0,Md.jsx)(s,{size:E}),variant:"tertiary",$size:t,$variant:e,...h});return r?(0,Md.jsx)(x4,{content:r,...l,children:D}):D});Pd.displayName="IconButton";var I7=G(De(),1);var T6={title:"ActorStoreItem-title",slug:"ActorStoreItem-slug",badge:"ActorStoreItem-badge"},h6e=W(he)`
2777
+ `,Pd=(0,S7.forwardRef)(({variant:e=Go.DEFAULT,size:t="medium",as:n="button",title:r,disabled:o=!1,isLoading:i=!1,Icon:s,tooltipProps:l,...c},d)=>{let h={...c,size:t},g=n==="a"?sn:n,{iconSize:E,spinnerSize:y}=wZ[t],D=(0,Md.jsx)(CZ,{forwardedAs:g,ref:d,disabled:o||i,type:"button","aria-label":r,LeftIcon:i?()=>(0,Md.jsx)(_7,{size:y}):()=>(0,Md.jsx)(s,{size:E}),variant:"tertiary",$size:t,$variant:e,...h});return r?(0,Md.jsx)(x4,{content:r,...l,children:D}):D});Pd.displayName="IconButton";var I7=G(De(),1);var T6={title:"ActorStoreItem-title",slug:"ActorStoreItem-slug",badge:"ActorStoreItem-badge"},m6e=W(he)`
2778
2778
  display: flex;
2779
2779
  gap: ${({$newStyle:e})=>e?p.space.space12:p.space.space8};
2780
2780
  align-items: center;
@@ -2789,12 +2789,12 @@ ${l}`},[e]),i=(0,Ns.useMemo)(()=>!!o.match(/^#\s.+$/m),[o]),s=(0,Ns.useCallback)
2789
2789
  top: -${p.space.space8};
2790
2790
  right: -${p.space.space8};
2791
2791
  }
2792
- `,m6e=W(he)`
2792
+ `,g6e=W(he)`
2793
2793
  position: relative;
2794
2794
  display: inline-block;
2795
- `,g6e=W(Os)`
2795
+ `,y6e=W(Os)`
2796
2796
  padding: ${p.space.space4};
2797
- `,y6e=W(he)`
2797
+ `,b6e=W(he)`
2798
2798
  overflow: hidden;
2799
2799
  display: flex;
2800
2800
  flex-direction: column;
@@ -2824,12 +2824,12 @@ ${l}`},[e]),i=(0,Ns.useMemo)(()=>!!o.match(/^#\s.+$/m),[o]),s=(0,Ns.useCallback)
2824
2824
  overflow: hidden;
2825
2825
  text-overflow: ellipsis;
2826
2826
  }
2827
- `;var dm=G(F7(),1),TZ=.01,gl=1e3;function L7(e,t={}){return new Intl.NumberFormat("en-US",{useGrouping:!0,minimumFractionDigits:2,maximumFractionDigits:2,...t}).format(e||0)}function AZ(e=0,t={}){return`${L7(e,t)} ${t.currency||""}`.trim()}function yl(e,t={}){let{decimals:n,fullCurrencyCode:r,...o}=t,{minimumFractionDigits:i,maximumFractionDigits:s}=t,l=Number.isInteger(n)?n:2,c=Number.isInteger(n)?n:2,d={minimumFractionDigits:i??l,maximumFractionDigits:s??c,currency:"USD",...o};return r?`${AZ(e,d)}`:L7(e,{style:"currency",...d})}function _Z(e){return`${yl(e||0)}/month + usage`}function SZ(e){let t=e.title.toLowerCase()||"result";if(e.tieredPricing&&e.tieredPricing.length>0){let n=e.tieredPricing.filter(r=>r.tier!=="FREE"&&r.priceUsd>0).map(r=>r.priceUsd);if(n.length>0){let o=Math.min(...n)*gl;return`from ${yl(o)} / 1,000 ${(0,dm.default)(t,gl)}`}}if(typeof e.priceUsd=="number"){if(e.priceUsd<TZ){let r=e.priceUsd*gl;return`${yl(r)} / 1,000 ${(0,dm.default)(t,gl)}`}return`${yl(e.priceUsd)} / ${t}`}return"Pay per event"}function IZ(e){let t=e.unitName||"result",n=(0,dm.default)(t);if(e.tieredPricing&&e.tieredPricing.length>0){let i=e.tieredPricing.filter(s=>s.tier!=="FREE").map(s=>s.pricePerUnit).filter(s=>s>0);if(i.length>0){let l=Math.min(...i)*gl;return`from ${yl(l)} / 1,000 ${n}`}}let o=(e.pricePerUnit||0)*gl;return`from ${yl(o)} / 1,000 ${n}`}var R7=e=>e?e.model==="FLAT_PRICE_PER_MONTH"?_Z(e.pricePerUnit):e.model==="PAY_PER_EVENT"?!e.events||e.events.length===0?"Pay per event":e.events.length===1?SZ(e.events[0]):"Pay per event":e.model==="PRICE_PER_DATASET_ITEM"?IZ(e):"Pay per usage":"Pay per usage",S6=e=>{try{return e>=1e6?`${(e/1e6).toFixed(1)}M`:e>=1e3?`${(e/1e3).toFixed(1)}K`:e.toString()}catch(t){return console.error("Error formatting number:",t),"N/A"}};var N7=e=>Number.isInteger(e)?e.toString():e.toFixed(1);var We=G(De(),1),FZ=W(he)`
2827
+ `;var dm=G(F7(),1),TZ=.01,gl=1e3;function L7(e,t={}){return new Intl.NumberFormat("en-US",{useGrouping:!0,minimumFractionDigits:2,maximumFractionDigits:2,...t}).format(e||0)}function AZ(e=0,t={}){return`${L7(e,t)} ${t.currency||""}`.trim()}function yl(e,t={}){let{decimals:n,fullCurrencyCode:r,...o}=t,{minimumFractionDigits:i,maximumFractionDigits:s}=t,l=Number.isInteger(n)?n:2,c=Number.isInteger(n)?n:2,d={minimumFractionDigits:i??l,maximumFractionDigits:s??c,currency:"USD",...o};return r?`${AZ(e,d)}`:L7(e,{style:"currency",...d})}function _Z(e){return`${yl(e||0)}/month + usage`}function SZ(e){let t=e.title.toLowerCase()||"result";if(e.tieredPricing&&e.tieredPricing.length>0){let n=e.tieredPricing.filter(r=>r.tier!=="FREE"&&r.priceUsd>0).map(r=>r.priceUsd);if(n.length>0){let o=Math.min(...n)*gl;return`from ${yl(o)} / 1,000 ${(0,dm.default)(t,gl)}`}}if(typeof e.priceUsd=="number"){if(e.priceUsd<TZ){let r=e.priceUsd*gl;return`${yl(r)} / 1,000 ${(0,dm.default)(t,gl)}`}return`${yl(e.priceUsd)} / ${t}`}return"Pay per event"}function IZ(e){let t=e.unitName||"result",n=(0,dm.default)(t);if(e.tieredPricing&&e.tieredPricing.length>0){let i=e.tieredPricing.filter(s=>s.tier!=="FREE").map(s=>s.pricePerUnit).filter(s=>s>0);if(i.length>0){let l=Math.min(...i)*gl;return`from ${yl(l)} / 1,000 ${n}`}}let o=(e.pricePerUnit||0)*gl;return`from ${yl(o)} / 1,000 ${n}`}var R7=e=>e?e.model==="FLAT_PRICE_PER_MONTH"?_Z(e.pricePerUnit):e.model==="PAY_PER_EVENT"?!e.events||e.events.length===0?"Pay per event":e.events.length===1?SZ(e.events[0]):"Pay per event":e.model==="PRICE_PER_DATASET_ITEM"?IZ(e):"Pay per usage":"Pay per usage",S6=e=>{try{return e>=1e6?`${(e/1e6).toFixed(1)}M`:e>=1e3?`${(e/1e3).toFixed(1)}K`:e.toString()}catch(t){return console.error("Error formatting number:",t),"N/A"}};var N7=e=>Number.isInteger(e)?e.toString():e.toFixed(1);var Ue=G(De(),1),FZ=W(he)`
2828
2828
  background: ${p.color.neutral.background};
2829
2829
  display: flex;
2830
2830
  flex-direction: column;
2831
2831
  gap: ${p.space.space8};
2832
- border-radius: ${p.radius.radius8};
2832
+ border-radius: ${p.radius.radius12};
2833
2833
  border: ${e=>e.$withBorder?`1px solid ${p.color.neutral.separatorSubtle}`:"none"};
2834
2834
 
2835
2835
  .clampToOneLine {
@@ -2857,9 +2857,9 @@ ${l}`},[e]),i=(0,Ns.useMemo)(()=>!!o.match(/^#\s.+$/m),[o]),s=(0,Ns.useCallback)
2857
2857
  border-left: 1px solid ${p.color.neutral.separatorSubtle};
2858
2858
  height: 8px;
2859
2859
  width: 1px;
2860
- `,NZ=W(Ue)`
2860
+ `,NZ=W(je)`
2861
2861
  white-space: pre-wrap;
2862
- ${({isDetail:e})=>!e&&c6(2)};
2862
+ ${({isDetail:e})=>!e&&c6(1)};
2863
2863
  `,OZ=W.div`
2864
2864
  display: flex;
2865
2865
  align-items: center;
@@ -2868,25 +2868,30 @@ ${l}`},[e]),i=(0,Ns.useMemo)(()=>!!o.match(/^#\s.+$/m),[o]),s=(0,Ns.useCallback)
2868
2868
  display: flex;
2869
2869
  flex-direction: column;
2870
2870
  gap: ${p.space.space2};
2871
- `,F6=({icon:e,value:t,additionalInfo:n})=>(0,We.jsxs)(RZ,{children:[e,(0,We.jsxs)(Ue,{size:"small",weight:"medium",color:p.color.neutral.textMuted,children:[t,n&&(0,We.jsxs)(Ue,{size:"small",color:p.color.neutral.textSubtle,as:"span",children:[" ",n]})]})]}),PZ=W(he)`
2871
+ `,PZ=W.div`
2872
+ border: 1px solid ${p.color.neutral.separatorSubtle};
2873
+ border-radius: ${p.radius.radius8};
2874
+ overflow: hidden;
2875
+ flex-shrink: 0;
2876
+ `,F6=({icon:e,value:t,additionalInfo:n})=>(0,Ue.jsxs)(RZ,{children:[e,(0,Ue.jsxs)(je,{size:"small",weight:"medium",color:p.color.neutral.textMuted,children:[t,n&&(0,Ue.jsxs)(je,{size:"small",color:p.color.neutral.textSubtle,as:"span",children:[" ",n]})]})]}),BZ=W(he)`
2872
2877
  display: flex;
2873
2878
  flex-direction: row;
2874
2879
  flex-wrap: wrap;
2875
2880
  gap: ${p.space.space8};
2876
2881
  align-items: center;
2877
- `,BZ=W(fm)`
2882
+ `,$Z=W(fm)`
2878
2883
  display: flex;
2879
2884
 
2880
2885
  @media ${p.device.tablet} {
2881
2886
  display: none;
2882
2887
  }
2883
- `,$Z=W(fm)`
2888
+ `,zZ=W(fm)`
2884
2889
  display: none;
2885
2890
 
2886
2891
  @media ${p.device.tablet} {
2887
2892
  display: flex;
2888
2893
  }
2889
- `,L6=({stats:e,pricingInfo:t,showFirstSeparator:n=!1})=>{let{totalUsers:r,actorReviewCount:o,actorReviewRating:i}=e||{},s=t?R7(t):"N/A";return(0,We.jsxs)(PZ,{children:[r!==void 0&&(0,We.jsxs)(We.Fragment,{children:[n&&(0,We.jsx)(I6,{}),(0,We.jsx)(F6,{icon:(0,We.jsx)(vw,{size:"12",color:p.color.neutral.icon}),value:S6(r)})]}),o!==void 0&&i!==void 0&&(0,We.jsxs)(We.Fragment,{children:[(0,We.jsx)(I6,{}),(0,We.jsx)(F6,{icon:(0,We.jsx)(rp,{size:"12",color:p.color.neutral.icon}),value:N7(i),additionalInfo:`(${S6(o)})`})]}),t&&(0,We.jsxs)(We.Fragment,{children:[(0,We.jsx)(I6,{}),(0,We.jsx)(F6,{icon:(0,We.jsx)(mw,{size:"12",color:p.color.neutral.icon}),value:s})]})]})},pm=({actor:e,isDetail:t=!1,customActionButton:n})=>{let r={stats:e.stats,pricingInfo:e.currentPricingInfo,isDetail:t};return(0,We.jsxs)(FZ,{px:"space16",py:"space12",$withBorder:!t,children:[(0,We.jsx)(fm,{children:(0,We.jsxs)(LZ,{children:[(0,We.jsxs)(OZ,{children:[(0,We.jsx)(lg,{size:40,name:e.title,url:e.pictureUrl}),(0,We.jsxs)(MZ,{children:[(0,We.jsx)(Ue,{as:"h3",weight:"bold",color:p.color.neutral.text,className:"clampToOneLine",children:e.title}),(0,We.jsxs)(fm,{children:[(0,We.jsxs)(Ue,{size:"small",weight:"medium",type:"code",color:p.color.neutral.textSubtle,className:"clampToOneLine",children:[e.username,"/",e.name]}),e.stats&&!t&&(0,We.jsx)($Z,{children:(0,We.jsx)(L6,{...r,showFirstSeparator:!0})})]})]})]}),n||(0,We.jsx)(Pd,{Icon:du,variant:Go.BORDERED,to:e.url,hideExternalIcon:!0,className:"flexShrink0"})]})}),(0,We.jsx)(NZ,{size:"small",weight:"normal",color:p.color.neutral.text,isDetail:t,children:e.description}),e.stats&&t&&(0,We.jsx)(L6,{...r}),e.stats&&!t&&(0,We.jsx)(BZ,{children:(0,We.jsx)(L6,{...r})})]})};var qn=G(De(),1),zZ=900,Bd={MARKDOWN_WRAPPER:"Readme-MarkdownWrapper",MARKDOWN:"Readme-Markdown",ONELINE_SCROLLABLE_WRAPPER:"OneLineCode-ScrollableWrapper"},HZ=W(he)`
2894
+ `,L6=({stats:e,pricingInfo:t,showFirstSeparator:n=!1})=>{let{totalUsers:r,actorReviewCount:o,actorReviewRating:i}=e||{},s=t?R7(t):"N/A";return(0,Ue.jsxs)(BZ,{children:[r!==void 0&&(0,Ue.jsxs)(Ue.Fragment,{children:[n&&(0,Ue.jsx)(I6,{}),(0,Ue.jsx)(F6,{icon:(0,Ue.jsx)(vw,{size:"12",color:p.color.neutral.icon}),value:S6(r)})]}),o!==void 0&&i!==void 0&&(0,Ue.jsxs)(Ue.Fragment,{children:[(0,Ue.jsx)(I6,{}),(0,Ue.jsx)(F6,{icon:(0,Ue.jsx)(rp,{size:"12",color:p.color.neutral.icon}),value:N7(i),additionalInfo:`(${S6(o)})`})]}),t&&(0,Ue.jsxs)(Ue.Fragment,{children:[(0,Ue.jsx)(I6,{}),(0,Ue.jsx)(F6,{icon:(0,Ue.jsx)(mw,{size:"12",color:p.color.neutral.icon}),value:s})]})]})},pm=({actor:e,isDetail:t=!1,customActionButton:n})=>{let r={stats:e.stats,pricingInfo:e.currentPricingInfo,isDetail:t};return(0,Ue.jsxs)(FZ,{px:"space16",py:"space12",$withBorder:!t,children:[(0,Ue.jsx)(fm,{children:(0,Ue.jsxs)(LZ,{children:[(0,Ue.jsxs)(OZ,{children:[(0,Ue.jsx)(PZ,{children:(0,Ue.jsx)(lg,{size:40,name:e.title,url:e.pictureUrl})}),(0,Ue.jsxs)(MZ,{children:[(0,Ue.jsx)(je,{as:"h3",weight:"bold",color:p.color.neutral.text,className:"clampToOneLine",children:e.title}),(0,Ue.jsxs)(fm,{children:[(0,Ue.jsxs)(je,{size:"small",weight:"medium",type:"code",color:p.color.neutral.textSubtle,className:"clampToOneLine",children:[e.username,"/",e.name]}),e.stats&&!t&&(0,Ue.jsx)(zZ,{children:(0,Ue.jsx)(L6,{...r,showFirstSeparator:!0})})]})]})]}),n||(0,Ue.jsx)(Pd,{Icon:du,variant:Go.BORDERED,to:e.url,hideExternalIcon:!0,className:"flexShrink0"})]})}),(0,Ue.jsx)(NZ,{size:"small",weight:"normal",color:p.color.neutral.text,isDetail:t,children:e.description}),e.stats&&t&&(0,Ue.jsx)(L6,{...r}),e.stats&&!t&&(0,Ue.jsx)($Z,{children:(0,Ue.jsx)(L6,{...r})})]})};var qn=G(De(),1),HZ=900,Bd={MARKDOWN_WRAPPER:"Readme-MarkdownWrapper",MARKDOWN:"Readme-Markdown",ONELINE_SCROLLABLE_WRAPPER:"OneLineCode-ScrollableWrapper"},UZ=W(he)`
2890
2895
  display: flex;
2891
2896
  flex-direction: column;
2892
2897
  justify-content: center;
@@ -2895,15 +2900,15 @@ ${l}`},[e]),i=(0,Ns.useMemo)(()=>!!o.match(/^#\s.+$/m),[o]),s=(0,Ns.useCallback)
2895
2900
  height: 100%;
2896
2901
  overflow: auto;
2897
2902
  background: ${p.color.neutral.background};
2898
- border-radius: ${p.radius.radius8};
2903
+ border-radius: ${p.radius.radius12};
2899
2904
  border: 1px solid ${p.color.neutral.separatorSubtle};
2900
- `,UZ=W(he)`
2905
+ `,jZ=W(he)`
2901
2906
  display: flex;
2902
2907
  flex-direction: column;
2903
2908
  overflow: hidden;
2904
2909
  width: 100%;
2905
2910
  max-width: 796px;
2906
- `,jZ=W(he)`
2911
+ `,WZ=W(he)`
2907
2912
  background: ${p.color.neutral.background};
2908
2913
  border-top: 1px solid ${p.color.neutral.separatorSubtle};
2909
2914
  color: ${p.color.neutral.text};
@@ -2919,7 +2924,7 @@ ${l}`},[e]),i=(0,Ns.useMemo)(()=>!!o.match(/^#\s.+$/m),[o]),s=(0,Ns.useCallback)
2919
2924
  overflow: hidden;
2920
2925
  max-height: 408px;
2921
2926
  `}
2922
- `,WZ=W.div`
2927
+ `,VZ=W.div`
2923
2928
  display: flex;
2924
2929
  flex-direction: column;
2925
2930
  gap: ${p.space.space16};
@@ -2956,7 +2961,7 @@ ${l}`},[e]),i=(0,Ns.useMemo)(()=>!!o.match(/^#\s.+$/m),[o]),s=(0,Ns.useCallback)
2956
2961
  padding-right: 1.6rem;
2957
2962
  }
2958
2963
  }
2959
- `,VZ=W.div`
2964
+ `,GZ=W.div`
2960
2965
  position: absolute;
2961
2966
  bottom: 0;
2962
2967
  left: 0;
@@ -2965,102 +2970,102 @@ ${l}`},[e]),i=(0,Ns.useMemo)(()=>!!o.match(/^#\s.+$/m),[o]),s=(0,Ns.useCallback)
2965
2970
  background: linear-gradient(178.84deg, transparent 13.4%, ${p.color.neutral.background} 81.59%);
2966
2971
  pointer-events: none;
2967
2972
  z-index: 1;
2968
- `,GZ=W.div`
2973
+ `,YZ=W.div`
2969
2974
  display: flex;
2970
2975
  align-items: center;
2971
2976
  justify-content: space-between;
2972
2977
  width: 100%;
2973
- `,YZ=W.div`
2978
+ `,qZ=W.div`
2974
2979
  flex-shrink: 0;
2975
- `,qZ=({readme:e,isExpanded:t,setIsExpanded:n,manuallyCollapsed:r,manuallyExpanded:o})=>{let i=(0,La.useRef)(null),s=r6("Readme");return(0,La.useEffect)(()=>{if(!i.current)return;let c=new ResizeObserver(()=>{let h=window.innerWidth>zZ;r.current&&h||o.current&&!h||(h&&(o.current=!1),h||(r.current=!1),n(h))});return c.observe(document.body),()=>{c.disconnect()}},[n,r,o]),e?(0,qn.jsxs)(jZ,{ref:i,p:"space16",$isExpanded:t,children:[(0,qn.jsxs)(WZ,{children:[(0,qn.jsx)(GZ,{children:(0,qn.jsx)(YZ,{children:(0,qn.jsx)(Os,{size:"small",LeadingIcon:pw,children:"Readme"})})}),(0,qn.jsx)("div",{className:Bd.MARKDOWN_WRAPPER,children:(0,qn.jsx)(f7,{markdown:e,className:Bd.MARKDOWN,allowElement:s,lazyLoadImages:!0})})]}),!t&&(0,qn.jsx)(VZ,{})]}):null},O7=({details:e})=>{let[t,n]=(0,La.useState)(!1),r=(0,La.useRef)(!1),o=(0,La.useRef)(!1),i=e.actorInfo,s=async()=>{t?(r.current=!0,o.current=!1,n(!1),await window.openai?.requestDisplayMode({mode:"inline"})):(o.current=!0,r.current=!1,n(!0),await window.openai?.requestDisplayMode({mode:"fullscreen"}))},l=(0,qn.jsx)(Pd,{Icon:t?xw:Ew,variant:Go.BORDERED,onClick:s});return(0,qn.jsx)(HZ,{children:(0,qn.jsxs)(UZ,{children:[(0,qn.jsx)(pm,{actor:i,isDetail:!0,customActionButton:l}),(0,qn.jsx)(qZ,{readme:e.readme,isExpanded:t,setIsExpanded:n,manuallyCollapsed:r,manuallyExpanded:o})]})})};var M7=()=>Nf("maxHeight");function P7(...e){return e.filter(Boolean).join(" ")}var $7=G(De(),1),B7=({children:e,className:t="",style:n={}})=>{let r=M7();return(0,$7.jsx)("div",{className:P7("flex flex-col gap-6 items-start pb-10 pt-4 px-5 w-full overflow-y-auto",t),style:{fontFamily:"SF Pro, -apple-system, BlinkMacSystemFont, sans-serif",maxHeight:r?`${r}px`:void 0,...n},children:e})};var z7=G(De(),1),XZ=Wl`
2980
+ `,XZ=({readme:e,isExpanded:t,setIsExpanded:n,manuallyCollapsed:r,manuallyExpanded:o})=>{let i=(0,La.useRef)(null),s=r6("Readme");return(0,La.useEffect)(()=>{if(!i.current)return;let c=new ResizeObserver(()=>{let h=window.innerWidth>HZ;r.current&&h||o.current&&!h||(h&&(o.current=!1),h||(r.current=!1),n(h))});return c.observe(document.body),()=>{c.disconnect()}},[n,r,o]),e?(0,qn.jsxs)(WZ,{ref:i,p:"space16",$isExpanded:t,children:[(0,qn.jsxs)(VZ,{children:[(0,qn.jsx)(YZ,{children:(0,qn.jsx)(qZ,{children:(0,qn.jsx)(Os,{size:"small",LeadingIcon:pw,children:"Readme"})})}),(0,qn.jsx)("div",{className:Bd.MARKDOWN_WRAPPER,children:(0,qn.jsx)(f7,{markdown:e,className:Bd.MARKDOWN,allowElement:s,lazyLoadImages:!0})})]}),!t&&(0,qn.jsx)(GZ,{})]}):null},O7=({details:e})=>{let[t,n]=(0,La.useState)(!1),r=(0,La.useRef)(!1),o=(0,La.useRef)(!1),i=e.actorInfo,s=async()=>{t?(r.current=!0,o.current=!1,n(!1),await window.openai?.requestDisplayMode({mode:"inline"})):(o.current=!0,r.current=!1,n(!0),await window.openai?.requestDisplayMode({mode:"fullscreen"}))},l=(0,qn.jsx)(Pd,{Icon:t?xw:Ew,variant:Go.BORDERED,onClick:s});return(0,qn.jsx)(UZ,{children:(0,qn.jsxs)(jZ,{children:[(0,qn.jsx)(pm,{actor:i,isDetail:!0,customActionButton:l}),(0,qn.jsx)(XZ,{readme:e.readme,isExpanded:t,setIsExpanded:n,manuallyCollapsed:r,manuallyExpanded:o})]})})};var M7=()=>Nf("maxHeight");function P7(...e){return e.filter(Boolean).join(" ")}var $7=G(De(),1),B7=({children:e,className:t="",style:n={}})=>{let r=M7();return(0,$7.jsx)("div",{className:P7("flex flex-col gap-6 items-start pb-10 pt-4 px-5 w-full overflow-y-auto",t),style:{fontFamily:"SF Pro, -apple-system, BlinkMacSystemFont, sans-serif",maxHeight:r?`${r}px`:void 0,...n},children:e})};var z7=G(De(),1),KZ=Wl`
2976
2981
  0%, 100% {
2977
2982
  opacity: 1;
2978
2983
  }
2979
2984
  50% {
2980
2985
  opacity: 0.5;
2981
2986
  }
2982
- `,KZ=W.div`
2987
+ `,QZ=W.div`
2983
2988
  background-color: ${p.color.neutral.backgroundSubtle};
2984
2989
  border-radius: ${p.radius.radius4};
2985
- animation: ${XZ} 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
2986
- `,Xn=({style:e})=>(0,z7.jsx)(KZ,{style:e});var Ke=G(De(),1),QZ=W(he)`
2990
+ animation: ${KZ} 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
2991
+ `,Xn=({style:e})=>(0,z7.jsx)(QZ,{style:e});var Ke=G(De(),1),ZZ=W(he)`
2987
2992
  background: ${p.color.neutral.background};
2988
2993
  display: flex;
2989
2994
  flex-direction: column;
2990
2995
  gap: ${p.space.space8};
2991
- border-radius: ${p.radius.radius8};
2996
+ border-radius: ${p.radius.radius12};
2992
2997
  border: 1px solid ${p.color.neutral.separatorSubtle};
2993
- `,ZZ=W(he)`
2998
+ `,JZ=W(he)`
2994
2999
  display: flex;
2995
3000
  gap: ${p.space.space8};
2996
3001
  position: relative;
2997
- `,JZ=W(he)`
3002
+ `,eJ=W(he)`
2998
3003
  display: flex;
2999
3004
  flex: 1;
3000
3005
  flex-direction: column;
3001
3006
  gap: ${p.space.space6};
3002
3007
  min-width: 0;
3003
3008
  justify-content: center;
3004
- `,eJ=W(he)`
3009
+ `,tJ=W(he)`
3005
3010
  display: flex;
3006
3011
  flex-direction: column;
3007
3012
  gap: ${p.space.space4};
3008
3013
  width: 100%;
3009
- `,tJ=W.div`
3014
+ `,nJ=W.div`
3010
3015
  margin-left: auto;
3011
3016
  align-self: flex-start;
3012
3017
  position: absolute;
3013
3018
  right: 0;
3014
3019
  top: 0;
3015
- `,nJ=()=>(0,Ke.jsxs)(QZ,{px:"space16",py:"space12",children:[(0,Ke.jsxs)(ZZ,{children:[(0,Ke.jsx)(Xn,{style:{width:"40px",height:"40px",borderRadius:p.radius.radius8,flexShrink:0}}),(0,Ke.jsxs)(JZ,{children:[(0,Ke.jsx)(Xn,{style:{height:"20px",width:"66%"}}),(0,Ke.jsx)(Xn,{style:{height:"16px",width:"80%"}})]}),(0,Ke.jsx)(tJ,{children:(0,Ke.jsx)(Xn,{style:{width:"32px",height:"32px",borderRadius:p.radius.radius8,flexShrink:0}})})]}),(0,Ke.jsxs)(eJ,{children:[(0,Ke.jsx)(Xn,{style:{height:"14px",width:"100%"}}),(0,Ke.jsx)(Xn,{style:{height:"14px",width:"100%"}})]})]}),rJ=W(he)`
3020
+ `,rJ=()=>(0,Ke.jsxs)(ZZ,{px:"space16",py:"space12",children:[(0,Ke.jsxs)(JZ,{children:[(0,Ke.jsx)(Xn,{style:{width:"40px",height:"40px",borderRadius:p.radius.radius8,flexShrink:0}}),(0,Ke.jsxs)(eJ,{children:[(0,Ke.jsx)(Xn,{style:{height:"20px",width:"66%"}}),(0,Ke.jsx)(Xn,{style:{height:"16px",width:"80%"}})]}),(0,Ke.jsx)(nJ,{children:(0,Ke.jsx)(Xn,{style:{width:"32px",height:"32px",borderRadius:p.radius.radius8,flexShrink:0}})})]}),(0,Ke.jsxs)(tJ,{children:[(0,Ke.jsx)(Xn,{style:{height:"14px",width:"100%"}}),(0,Ke.jsx)(Xn,{style:{height:"14px",width:"100%"}})]})]}),oJ=W(he)`
3016
3021
  display: flex;
3017
3022
  flex-direction: column;
3018
- gap: ${p.space.space12};
3023
+ gap: ${p.space.space8};
3019
3024
  width: 100%;
3020
- `,H7=({items:e=3})=>(0,Ke.jsx)(rJ,{children:Array.from({length:e}).map((t,n)=>(0,Ke.jsx)(nJ,{isFirst:n===0,isLast:n===e-1},n))}),oJ=W(he)`
3025
+ `,H7=({items:e=3})=>(0,Ke.jsx)(oJ,{children:Array.from({length:e}).map((t,n)=>(0,Ke.jsx)(rJ,{isFirst:n===0,isLast:n===e-1},n))}),iJ=W(he)`
3021
3026
  display: flex;
3022
3027
  flex-direction: column;
3023
3028
  justify-content: center;
3024
3029
  align-items: center;
3025
3030
  width: 100%;
3026
- `,iJ=W(he)`
3031
+ `,aJ=W(he)`
3027
3032
  background: ${p.color.neutral.background};
3028
- border-radius: ${p.radius.radius8};
3033
+ border-radius: ${p.radius.radius12};
3029
3034
  border: 1px solid ${p.color.neutral.separatorSubtle};
3030
3035
  display: flex;
3031
3036
  flex-direction: column;
3032
3037
  overflow: hidden;
3033
3038
  max-width: 796px;
3034
3039
  width: 100%;
3035
- `,aJ=W(he)`
3040
+ `,sJ=W(he)`
3036
3041
  background: ${p.color.neutral.background};
3037
3042
  display: flex;
3038
3043
  flex-direction: column;
3039
3044
  gap: ${p.space.space8};
3040
- `,sJ=W(he)`
3045
+ `,uJ=W(he)`
3041
3046
  display: flex;
3042
3047
  gap: ${p.space.space8};
3043
3048
  align-items: center;
3044
- `,uJ=W(he)`
3049
+ `,lJ=W(he)`
3045
3050
  display: flex;
3046
3051
  flex: 1;
3047
3052
  flex-direction: column;
3048
3053
  gap: ${p.space.space8};
3049
3054
  min-width: 0;
3050
- `,lJ=W(he)`
3055
+ `,cJ=W(he)`
3051
3056
  display: flex;
3052
3057
  flex-direction: column;
3053
3058
  gap: ${p.space.space8};
3054
- `,cJ=W(he)`
3059
+ `,dJ=W(he)`
3055
3060
  display: flex;
3056
3061
  flex-direction: column;
3057
- `,U7=()=>(0,Ke.jsx)(oJ,{children:(0,Ke.jsxs)(iJ,{children:[(0,Ke.jsxs)(aJ,{px:"space16",py:"space12",children:[(0,Ke.jsxs)(sJ,{py:"space2",children:[(0,Ke.jsx)(Xn,{style:{width:"64px",height:"64px",borderRadius:p.radius.radius8,flexShrink:0}}),(0,Ke.jsxs)(uJ,{children:[(0,Ke.jsx)(Xn,{style:{height:"20px",width:"50%"}}),(0,Ke.jsx)(Xn,{style:{height:"16px",width:"33%"}})]})]}),(0,Ke.jsxs)(lJ,{children:[(0,Ke.jsx)(Xn,{style:{height:"16px",width:"100%"}}),(0,Ke.jsx)(Xn,{style:{height:"16px",width:"80%"}})]}),(0,Ke.jsx)(Xn,{style:{height:"16px",width:"66%"}})]}),(0,Ke.jsxs)(cJ,{children:[(0,Ke.jsx)($d,{}),(0,Ke.jsx)($d,{}),(0,Ke.jsx)($d,{}),(0,Ke.jsx)($d,{}),(0,Ke.jsx)($d,{})]})]})}),dJ=W(he)`
3062
+ `,U7=()=>(0,Ke.jsx)(iJ,{children:(0,Ke.jsxs)(aJ,{children:[(0,Ke.jsxs)(sJ,{px:"space16",py:"space12",children:[(0,Ke.jsxs)(uJ,{py:"space2",children:[(0,Ke.jsx)(Xn,{style:{width:"64px",height:"64px",borderRadius:p.radius.radius8,flexShrink:0}}),(0,Ke.jsxs)(lJ,{children:[(0,Ke.jsx)(Xn,{style:{height:"20px",width:"50%"}}),(0,Ke.jsx)(Xn,{style:{height:"16px",width:"33%"}})]})]}),(0,Ke.jsxs)(cJ,{children:[(0,Ke.jsx)(Xn,{style:{height:"16px",width:"100%"}}),(0,Ke.jsx)(Xn,{style:{height:"16px",width:"80%"}})]}),(0,Ke.jsx)(Xn,{style:{height:"16px",width:"66%"}})]}),(0,Ke.jsxs)(dJ,{children:[(0,Ke.jsx)($d,{}),(0,Ke.jsx)($d,{}),(0,Ke.jsx)($d,{}),(0,Ke.jsx)($d,{}),(0,Ke.jsx)($d,{})]})]})}),fJ=W(he)`
3058
3063
  display: flex;
3059
3064
  align-items: center;
3060
3065
  justify-content: space-between;
3061
3066
  background: ${p.color.neutral.background};
3062
3067
  border-top: 1px solid ${p.color.neutral.separatorSubtle};
3063
- `,$d=()=>(0,Ke.jsxs)(dJ,{px:"space16",py:"space12",children:[(0,Ke.jsx)(Xn,{style:{height:"24px",width:"96px"}}),(0,Ke.jsx)(Xn,{style:{height:"16px",width:"64px"}})]});var Yo=G(De(),1),fJ=W(he)`
3068
+ `,$d=()=>(0,Ke.jsxs)(fJ,{px:"space16",py:"space12",children:[(0,Ke.jsx)(Xn,{style:{height:"24px",width:"96px"}}),(0,Ke.jsx)(Xn,{style:{height:"16px",width:"64px"}})]});var Yo=G(De(),1),pJ=W(he)`
3064
3069
  width: 100%;
3065
3070
  &:first-child {
3066
3071
  margin-top: 0;
@@ -3068,11 +3073,11 @@ ${l}`},[e]),i=(0,Ns.useMemo)(()=>!!o.match(/^#\s.+$/m),[o]),s=(0,Ns.useCallback)
3068
3073
  &:last-child {
3069
3074
  margin-bottom: 0;
3070
3075
  }
3071
- `,pJ=W(he)`
3076
+ `,hJ=W(he)`
3072
3077
  display: flex;
3073
3078
  flex-direction: column;
3074
3079
  width: 100%;
3075
- `,j7=()=>{let e=Tx(),t=!!e?.actorDetails,n=e?.widgetActors||e?.actors,r=e?.actorDetails,o=t?[]:n||[],i=t,s=i&&!!r,c=!!!(e&&("actors"in e||"actorDetails"in e))&&!r;return(0,Yo.jsx)(B7,{children:(0,Yo.jsx)(pJ,{children:s?(0,Yo.jsx)(O7,{details:r}):i&&!r?(0,Yo.jsx)(U7,{}):c?(0,Yo.jsx)(H7,{items:3}):o.length===0?(0,Yo.jsx)(hJ,{title:"No actors found",description:"Try a different search query"}):o.map(h=>(0,Yo.jsx)(fJ,{mb:"space12",children:(0,Yo.jsx)(pm,{actor:h})},h.id))})})},hJ=e=>{let{title:t,description:n}=e;return(0,Yo.jsx)(Iw,{type:"info",caption:t,children:n??""})};var W7={structuredContent:{actorInfo:{title:"X (Twitter) Profile Posts Scraper",url:"https://apify.com/scraper_one/x-profile-posts-scraper",fullName:"scraper_one/x-profile-posts-scraper",pictureUrl:"https://apify-image-uploads-prod.s3.us-east-1.amazonaws.com/I6SWeCfaQNWFFhjPZ-actor-Fo9GoU5wC270BgcBr-9cIIQJuTMz-X-Logo-Round-Color.png",developer:{username:"scraper_one",isOfficialApify:!1,url:"https://apify.com/scraper_one"},description:"Extract posts published by specified X (Twitter) profiles. Retrieve URLs, IDs, content, publication dates, text and engagement metrics. Ideal for social media monitoring solutions.",pricing:{model:"PAY_PER_EVENT",isFree:!1,events:[{title:"Initialize actor",description:"Initialize actor",tieredPricing:[{tier:"BRONZE",priceUsd:.0025},{tier:"SILVER",priceUsd:.0025},{tier:"GOLD",priceUsd:.0025},{tier:"PLATINUM",priceUsd:.0025},{tier:"DIAMOND",priceUsd:.0025},{tier:"FREE",priceUsd:.025}]},{title:"Result item",description:"Result item (post)",tieredPricing:[{tier:"FREE",priceUsd:.004},{tier:"BRONZE",priceUsd:4e-4},{tier:"SILVER",priceUsd:4e-4},{tier:"GOLD",priceUsd:4e-4},{tier:"PLATINUM",priceUsd:4e-4},{tier:"DIAMOND",priceUsd:4e-4}]}]},rating:{average:5,count:1},isDeprecated:!1,stats:{totalUsers:734,monthlyUsers:113,successRate:100,bookmarks:5},modifiedAt:"2026-01-23T08:11:16.995Z"},readme:`# [README](https://apify.com/scraper_one/x-profile-posts-scraper/readme): X (Twitter) Profile Posts Scraper
3080
+ `,j7=()=>{let e=Tx(),t=!!e?.actorDetails,n=e?.widgetActors||e?.actors,r=e?.actorDetails,o=t?[]:n||[],i=t,s=i&&!!r,c=!!!(e&&("actors"in e||"actorDetails"in e))&&!r;return(0,Yo.jsx)(B7,{children:(0,Yo.jsx)(hJ,{children:s?(0,Yo.jsx)(O7,{details:r}):i&&!r?(0,Yo.jsx)(U7,{}):c?(0,Yo.jsx)(H7,{items:3}):o.length===0?(0,Yo.jsx)(mJ,{title:"No actors found",description:"Try a different search query"}):o.map(h=>(0,Yo.jsx)(pJ,{mb:"space8",children:(0,Yo.jsx)(pm,{actor:h})},h.id))})})},mJ=e=>{let{title:t,description:n}=e;return(0,Yo.jsx)(Iw,{type:"info",caption:t,children:n??""})};var W7={structuredContent:{actorInfo:{title:"X (Twitter) Profile Posts Scraper",url:"https://apify.com/scraper_one/x-profile-posts-scraper",fullName:"scraper_one/x-profile-posts-scraper",pictureUrl:"https://apify-image-uploads-prod.s3.us-east-1.amazonaws.com/I6SWeCfaQNWFFhjPZ-actor-Fo9GoU5wC270BgcBr-9cIIQJuTMz-X-Logo-Round-Color.png",developer:{username:"scraper_one",isOfficialApify:!1,url:"https://apify.com/scraper_one"},description:"Extract posts published by specified X (Twitter) profiles. Retrieve URLs, IDs, content, publication dates, text and engagement metrics. Ideal for social media monitoring solutions.",pricing:{model:"PAY_PER_EVENT",isFree:!1,events:[{title:"Initialize actor",description:"Initialize actor",tieredPricing:[{tier:"BRONZE",priceUsd:.0025},{tier:"SILVER",priceUsd:.0025},{tier:"GOLD",priceUsd:.0025},{tier:"PLATINUM",priceUsd:.0025},{tier:"DIAMOND",priceUsd:.0025},{tier:"FREE",priceUsd:.025}]},{title:"Result item",description:"Result item (post)",tieredPricing:[{tier:"FREE",priceUsd:.004},{tier:"BRONZE",priceUsd:4e-4},{tier:"SILVER",priceUsd:4e-4},{tier:"GOLD",priceUsd:4e-4},{tier:"PLATINUM",priceUsd:4e-4},{tier:"DIAMOND",priceUsd:4e-4}]}]},rating:{average:5,count:1},isDeprecated:!1,stats:{totalUsers:734,monthlyUsers:113,successRate:100,bookmarks:5},modifiedAt:"2026-01-23T08:11:16.995Z"},readme:`# [README](https://apify.com/scraper_one/x-profile-posts-scraper/readme): X (Twitter) Profile Posts Scraper
3076
3081
 
3077
3082
  ![Apify Actor](https://img.shields.io/badge/Apify-Actor-blue)
3078
3083
 
@@ -3293,7 +3298,7 @@ The scraper returns an array of post objects in JSON format with details such as
3293
3298
  \u2709\uFE0F Need help or want to suggest a feature? **Open an issue** or contact us at **scraper1one@gmail.com**.
3294
3299
 
3295
3300
  `,inputSchema:{title:"Apify Input Schema",description:"Schema for input configuration in Apify Actor",type:"object",schemaVersion:1,properties:{profileUrls:{title:"Profile URLs",description:"List of profile URLs to process",type:"array",prefill:["https://x.com/ishowspeedsui","https://x.com/AshtonHallofc"]},resultsLimit:{title:"Results Limit",description:"Maximum number of results to retrieve (between 1 and 200) per profile URL. If not set, only a few of the first replies will be returned.",type:"integer",prefill:30}},required:["profileUrls"]}}}};var V7=(e={})=>{typeof window>"u"||window.openai||(console.log("Setting up mock openai"),window.openai={callTool:async(t,n)=>{if(console.log(`Mock callTool: ${t}`,n),e.callTool)return e.callTool(t,n);switch(t){case"fetch-actor-details":return console.log(`Returning mock actor details for: ${n.actor}`),{result:"success",structuredContent:W7.structuredContent};default:return alert(`Would call tool: ${t}
3296
- With args: ${JSON.stringify(n,null,2)}`),{result:"mock result"}}},sendFollowUpMessage:async t=>{console.log("Mock sendFollowUpMessage:",t)},openExternal:t=>{console.log("Mock openExternal:",t),window.open(t.href,"_blank")},requestDisplayMode:async t=>(console.log("Mock requestDisplayMode:",t),{mode:t.mode}),requestModal:async t=>(console.log("Mock requestModal:",t),null),requestClose:async()=>{console.log("Mock requestClose")},theme:"dark",userAgent:{device:{type:"desktop"},capabilities:{hover:!0,touch:!1}},locale:"en-US",maxHeight:800,displayMode:"inline",safeArea:{insets:{top:0,bottom:0,left:0,right:0}},toolInput:{},toolOutput:e.toolOutput||{},toolResponseMetadata:null,widgetState:e.initialWidgetState||{isPolling:!1,lastUpdateTime:Date.now()},setWidgetState:async t=>{console.log("Mock setWidgetState:",t),window.openai&&(window.openai.widgetState={...window.openai.widgetState,...t})}},e.toolOutput&&Object.keys(e.toolOutput).length)},G7=e=>{typeof window>"u"||!window.openai||(Object.assign(window.openai,e),window.dispatchEvent(new CustomEvent("openai:set_globals",{detail:{globals:e}})))};var mJ=`*, ::before, ::after {
3301
+ With args: ${JSON.stringify(n,null,2)}`),{result:"mock result"}}},sendFollowUpMessage:async t=>{console.log("Mock sendFollowUpMessage:",t)},openExternal:t=>{console.log("Mock openExternal:",t),window.open(t.href,"_blank")},requestDisplayMode:async t=>(console.log("Mock requestDisplayMode:",t),{mode:t.mode}),requestModal:async t=>(console.log("Mock requestModal:",t),null),requestClose:async()=>{console.log("Mock requestClose")},theme:"dark",userAgent:{device:{type:"desktop"},capabilities:{hover:!0,touch:!1}},locale:"en-US",maxHeight:800,displayMode:"inline",safeArea:{insets:{top:0,bottom:0,left:0,right:0}},toolInput:{},toolOutput:e.toolOutput||{},toolResponseMetadata:e.toolResponseMetadata||null,widgetState:e.initialWidgetState||{isPolling:!1,lastUpdateTime:Date.now()},setWidgetState:async t=>{console.log("Mock setWidgetState:",t),window.openai&&(window.openai.widgetState={...window.openai.widgetState,...t})}},e.toolOutput&&Object.keys(e.toolOutput).length)},G7=e=>{typeof window>"u"||!window.openai||(Object.assign(window.openai,e),window.dispatchEvent(new CustomEvent("openai:set_globals",{detail:{globals:e}})))};var gJ=`*, ::before, ::after {
3297
3302
  --tw-border-spacing-x: 0;
3298
3303
  --tw-border-spacing-y: 0;
3299
3304
  --tw-translate-x: 0;
@@ -4334,7 +4339,7 @@ body {
4334
4339
  .disabled\\:opacity-50:disabled {
4335
4340
  opacity: 0.5;
4336
4341
  }
4337
- `;if(typeof document<"u"){let e=document.createElement("style");e.textContent=mJ,document.head.appendChild(e)}var hm=G(_e(),1);var X7=G(q7(),1),Ms=G(De(),1),gJ=1e3;function N6(){let e=window.openai?.theme;return e==="dark"?"dark":e==="light"?"light":window.matchMedia?.("(prefers-color-scheme: dark)").matches?"dark":"light"}function O6(e){document.documentElement.setAttribute("data-theme",e),document.documentElement.classList.toggle("dark",e==="dark")}function zd(e,t,n){if(document.getElementById(e))return;let r=document.createElement(t);r.id=e,Object.entries(n).forEach(([o,i])=>{i!=null&&(r[o]=i)}),document.head.firstChild?document.head.insertBefore(r,document.head.firstChild):document.head.appendChild(r)}function yJ(){zd("apify-fonts-preconnect-1","link",{rel:"preconnect",href:"https://fonts.googleapis.com"}),zd("apify-fonts-preconnect-2","link",{rel:"preconnect",href:"https://fonts.gstatic.com",crossOrigin:"anonymous"}),zd("apify-fonts-stylesheet","link",{rel:"stylesheet",href:"https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=IBM+Plex+Mono:wght@400;500;600;700&display=swap"}),zd("apify-css-variables","style",{textContent:`:root {${eg}}`}),zd("apify-dark-css-variables","style",{textContent:`:root[data-theme="dark"] { ${tg} }`})}var K7=e=>{let t=()=>{let n=document.getElementById("root");if(!n)return;O6(N6());let r=window.matchMedia("(prefers-color-scheme: dark)"),o=d=>{let h=window.openai?.theme;h!=="dark"&&h!=="light"&&O6(d.matches?"dark":"light")};r.addEventListener("change",o);let i=N6(),s=()=>{let d=N6();d!==i&&(i=d,O6(d))};window.setInterval(s,gJ),yJ();let l=(0,X7.createRoot)(n),c={InternalLink:hm.default.forwardRef(({href:d,replace:h,...g},E)=>(0,Ms.jsx)("a",{ref:E,href:d,...g})),InternalImage:hm.default.forwardRef((d,h)=>(0,Ms.jsx)("img",{ref:h,...d})),generateProxyImageUrl:d=>d,trackClick:(d,h)=>{},windowLocationHost:window.location.host,isHrefTrusted:d=>{try{return new URL(d,window.location.origin).origin===window.location.origin}catch{return d.startsWith("/")}},tooltipSafeHtml:d=>d};l.render((0,Ms.jsx)(hm.default.StrictMode,{children:(0,Ms.jsx)(xv,{theme:{},children:(0,Ms.jsx)(Gv,{dependencies:c,children:(0,Ms.jsx)(e,{})})})}))};document.readyState==="loading"?document.addEventListener("DOMContentLoaded",t,{once:!0}):t()};var bJ=[{id:"actor-1",name:"web-scraper",username:"apify",fullName:"apify/web-scraper",title:"Web Scraper",description:"Crawl arbitrary websites using the Chrome browser and extract data from them using jQuery. It handles dynamic pages, authentication, and provides a REST API.",pictureUrl:"https://apify.com/storage/actor-avatars/1/web-scraper.png",stats:{totalUsers:12345,actorReviewCount:0,actorReviewRating:0},currentPricingInfo:{pricingModel:"PRICE_PER_DATASET_ITEM",pricePerUnitUsd:1e-4},url:"https://apify.com/apify/web-scraper"},{id:"actor-2",name:"google-search-scraper",username:"apify",fullName:"apify/google-search-scraper",title:"Google Search Results Scraper",description:"Extract data from Google Search results including organic results, ads, related queries, and more. Fast and reliable scraper with proxy rotation.",categories:["SEO","CONTENT_SCRAPING"],pictureUrl:"https://apify.com/storage/actor-avatars/1/google-search-scraper.png",stats:{totalUsers:8901,actorReviewCount:40,actorReviewRating:5},currentPricingInfo:{pricingModel:"PAY_PER_EVENT",pricePerUnitUsd:0},url:"https://apify.com/apify/google-search-scraper"},{id:"actor-3",name:"instagram-scraper",username:"dtrungtin",fullName:"dtrungtin/instagram-scraper",title:"Instagram Scraper",description:"Scrape Instagram posts, profiles, hashtags, stories, and comments. Extract images, videos, captions, and engagement metrics without using the official API.",categories:["SOCIAL_MEDIA","CONTENT_SCRAPING"],pictureUrl:"",stats:{totalUsers:5678,actorReviewCount:124,actorReviewRating:4.2},currentPricingInfo:{pricingModel:"FREE",pricePerUnitUsd:0},url:"https://apify.com/dtrungtin/instagram-scraper"},{id:"actor-4",name:"amazon-product-scraper",username:"junglee",fullName:"junglee/amazon-product-scraper",title:"Amazon Product Scraper",description:"Extract product details, prices, ratings, reviews, and seller information from Amazon. Supports multiple Amazon domains and handles anti-scraping measures.",categories:["ECOMMERCE","PRICE_MONITORING","CONTENT_SCRAPING"],pictureUrl:"https://apify.com/storage/actor-avatars/1/amazon-scraper.png",stats:{totalUsers:3456,actorReviewCount:5,actorReviewRating:3},currentPricingInfo:{pricingModel:"FLAT_PRICE_PER_MONTH",pricePerUnitUsd:49.99},url:"https://apify.com/junglee/amazon-product-scraper"}],EJ=typeof window<"u"&&!window.openai;V7({toolOutput:{actors:[],query:"web scraping"},initialWidgetState:{loadingDetails:null,isLoading:!0}});EJ&&setTimeout(()=>{G7({toolOutput:{actors:bJ,query:"web scraping"},widgetState:{loadingDetails:null,isLoading:!1}})},2e3);K7(j7);
4342
+ `;if(typeof document<"u"){let e=document.createElement("style");e.textContent=gJ,document.head.appendChild(e)}var hm=G(_e(),1);var X7=G(q7(),1),Ms=G(De(),1),yJ=1e3;function N6(){let e=window.openai?.theme;return e==="dark"?"dark":e==="light"?"light":window.matchMedia?.("(prefers-color-scheme: dark)").matches?"dark":"light"}function O6(e){document.documentElement.setAttribute("data-theme",e),document.documentElement.classList.toggle("dark",e==="dark")}function zd(e,t,n){if(document.getElementById(e))return;let r=document.createElement(t);r.id=e,Object.entries(n).forEach(([o,i])=>{i!=null&&(r[o]=i)}),document.head.firstChild?document.head.insertBefore(r,document.head.firstChild):document.head.appendChild(r)}function bJ(){zd("apify-fonts-preconnect-1","link",{rel:"preconnect",href:"https://fonts.googleapis.com"}),zd("apify-fonts-preconnect-2","link",{rel:"preconnect",href:"https://fonts.gstatic.com",crossOrigin:"anonymous"}),zd("apify-fonts-stylesheet","link",{rel:"stylesheet",href:"https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=IBM+Plex+Mono:wght@400;500;600;700&display=swap"}),zd("apify-css-variables","style",{textContent:`:root {${eg}}`}),zd("apify-dark-css-variables","style",{textContent:`:root[data-theme="dark"] { ${tg} }`})}var K7=e=>{let t=()=>{let n=document.getElementById("root");if(!n)return;O6(N6());let r=window.matchMedia("(prefers-color-scheme: dark)"),o=d=>{let h=window.openai?.theme;h!=="dark"&&h!=="light"&&O6(d.matches?"dark":"light")};r.addEventListener("change",o);let i=N6(),s=()=>{let d=N6();d!==i&&(i=d,O6(d))};window.setInterval(s,yJ),bJ();let l=(0,X7.createRoot)(n),c={InternalLink:hm.default.forwardRef(({href:d,replace:h,...g},E)=>(0,Ms.jsx)("a",{ref:E,href:d,...g})),InternalImage:hm.default.forwardRef((d,h)=>(0,Ms.jsx)("img",{ref:h,...d})),generateProxyImageUrl:d=>d,trackClick:(d,h)=>{},windowLocationHost:window.location.host,isHrefTrusted:d=>{try{return new URL(d,window.location.origin).origin===window.location.origin}catch{return d.startsWith("/")}},tooltipSafeHtml:d=>d};l.render((0,Ms.jsx)(hm.default.StrictMode,{children:(0,Ms.jsx)(xv,{theme:{},children:(0,Ms.jsx)(Gv,{dependencies:c,children:(0,Ms.jsx)(e,{})})})}))};document.readyState==="loading"?document.addEventListener("DOMContentLoaded",t,{once:!0}):t()};var EJ=[{id:"actor-1",name:"web-scraper",username:"apify",fullName:"apify/web-scraper",title:"Web Scraper",description:"Crawl arbitrary websites using the Chrome browser and extract data from them using jQuery. It handles dynamic pages, authentication, and provides a REST API.",pictureUrl:"https://apify.com/storage/actor-avatars/1/web-scraper.png",stats:{totalUsers:12345,actorReviewCount:0,actorReviewRating:0},currentPricingInfo:{pricingModel:"PRICE_PER_DATASET_ITEM",pricePerUnitUsd:1e-4},url:"https://apify.com/apify/web-scraper"},{id:"actor-2",name:"google-search-scraper",username:"apify",fullName:"apify/google-search-scraper",title:"Google Search Results Scraper",description:"Extract data from Google Search results including organic results, ads, related queries, and more. Fast and reliable scraper with proxy rotation.",categories:["SEO","CONTENT_SCRAPING"],pictureUrl:"https://apify.com/storage/actor-avatars/1/google-search-scraper.png",stats:{totalUsers:8901,actorReviewCount:40,actorReviewRating:5},currentPricingInfo:{pricingModel:"PAY_PER_EVENT",pricePerUnitUsd:0},url:"https://apify.com/apify/google-search-scraper"},{id:"actor-3",name:"instagram-scraper",username:"dtrungtin",fullName:"dtrungtin/instagram-scraper",title:"Instagram Scraper",description:"Scrape Instagram posts, profiles, hashtags, stories, and comments. Extract images, videos, captions, and engagement metrics without using the official API.",categories:["SOCIAL_MEDIA","CONTENT_SCRAPING"],pictureUrl:"",stats:{totalUsers:5678,actorReviewCount:124,actorReviewRating:4.2},currentPricingInfo:{pricingModel:"FREE",pricePerUnitUsd:0},url:"https://apify.com/dtrungtin/instagram-scraper"},{id:"actor-4",name:"amazon-product-scraper",username:"junglee",fullName:"junglee/amazon-product-scraper",title:"Amazon Product Scraper",description:"Extract product details, prices, ratings, reviews, and seller information from Amazon. Supports multiple Amazon domains and handles anti-scraping measures.",categories:["ECOMMERCE","PRICE_MONITORING","CONTENT_SCRAPING"],pictureUrl:"https://apify.com/storage/actor-avatars/1/amazon-scraper.png",stats:{totalUsers:3456,actorReviewCount:5,actorReviewRating:3},currentPricingInfo:{pricingModel:"FLAT_PRICE_PER_MONTH",pricePerUnitUsd:49.99},url:"https://apify.com/junglee/amazon-product-scraper"}],DJ=typeof window<"u"&&!window.openai;V7({toolOutput:{actors:[],query:"web scraping"},initialWidgetState:{loadingDetails:null,isLoading:!0}});DJ&&setTimeout(()=>{G7({toolOutput:{actors:EJ,query:"web scraping"},widgetState:{loadingDetails:null,isLoading:!1}})},2e3);K7(j7);
4338
4343
  /*! Bundled license information:
4339
4344
 
4340
4345
  react/cjs/react.production.min.js:
@@ -4414,5 +4419,3 @@ prism-react-renderer/dist/index.mjs:
4414
4419
  *)
4415
4420
  *)
4416
4421
  */
4417
- !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="6ef03790-3475-5864-a98e-cab161821eb3")}catch(e){}}();
4418
- //# debugId=6ef03790-3475-5864-a98e-cab161821eb3