cx-viewer 1.0.3 → 1.0.4

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 (1440) hide show
  1. package/README.md +49 -20
  2. package/build.js +15 -0
  3. package/cli.js +102 -18
  4. package/concepts/ar/BodyDiffJSON.md +1 -1
  5. package/concepts/ar/BodyFields.md +30 -33
  6. package/concepts/ar/GlobalSettings.md +165 -167
  7. package/concepts/ar/MainAgent.md +3 -4
  8. package/concepts/ar/ProxySwitch.md +3 -3
  9. package/concepts/ar/QRCode.md +1 -1
  10. package/concepts/ar/ResponseFields.md +29 -41
  11. package/concepts/ar/SubAgent-Search.md +12 -12
  12. package/concepts/ar/Teammate.md +16 -16
  13. package/concepts/ar/ToolsFirst.md +42 -48
  14. package/concepts/ar/TranslateContextPollution.md +9 -9
  15. package/concepts/ar/UltraPlan.md +38 -38
  16. package/concepts/da/BodyDiffJSON.md +2 -2
  17. package/concepts/da/BodyFields.md +30 -33
  18. package/concepts/da/GlobalSettings.md +165 -167
  19. package/concepts/da/MainAgent.md +3 -4
  20. package/concepts/da/ProxySwitch.md +3 -3
  21. package/concepts/da/QRCode.md +1 -1
  22. package/concepts/da/ResponseFields.md +29 -41
  23. package/concepts/da/SubAgent-Search.md +11 -11
  24. package/concepts/da/Teammate.md +16 -16
  25. package/concepts/da/ToolsFirst.md +42 -48
  26. package/concepts/da/TranslateContextPollution.md +9 -9
  27. package/concepts/da/UltraPlan.md +38 -38
  28. package/concepts/de/BodyDiffJSON.md +2 -2
  29. package/concepts/de/BodyFields.md +30 -33
  30. package/concepts/de/GlobalSettings.md +165 -167
  31. package/concepts/de/MainAgent.md +3 -4
  32. package/concepts/de/ProxySwitch.md +3 -3
  33. package/concepts/de/QRCode.md +1 -1
  34. package/concepts/de/ResponseFields.md +29 -41
  35. package/concepts/de/SubAgent-Search.md +11 -11
  36. package/concepts/de/Teammate.md +15 -15
  37. package/concepts/de/ToolsFirst.md +41 -47
  38. package/concepts/de/TranslateContextPollution.md +9 -9
  39. package/concepts/de/UltraPlan.md +38 -38
  40. package/concepts/en/BodyDiffJSON.md +5 -5
  41. package/concepts/en/BodyFields.md +17 -20
  42. package/concepts/en/GlobalSettings.md +49 -51
  43. package/concepts/en/MainAgent.md +8 -8
  44. package/concepts/en/ProxySwitch.md +3 -3
  45. package/concepts/en/QRCode.md +6 -6
  46. package/concepts/en/ResponseFields.md +7 -19
  47. package/concepts/en/SubAgent-Search.md +2 -2
  48. package/concepts/en/Teammate.md +4 -4
  49. package/concepts/en/Tool-apply_patch.md +11 -0
  50. package/concepts/en/Tool-create_goal.md +8 -0
  51. package/concepts/en/Tool-exec.md +88 -0
  52. package/concepts/en/Tool-followup_task.md +10 -0
  53. package/concepts/en/Tool-get_goal.md +5 -0
  54. package/concepts/en/Tool-image_generation.md +5 -0
  55. package/concepts/en/Tool-interrupt_agent.md +9 -0
  56. package/concepts/en/Tool-list_agents.md +9 -0
  57. package/concepts/en/Tool-list_mcp_resource_templates.md +8 -0
  58. package/concepts/en/Tool-list_mcp_resources.md +8 -0
  59. package/concepts/en/Tool-read_mcp_resource.md +10 -0
  60. package/concepts/en/Tool-request_user_input.md +9 -0
  61. package/concepts/en/Tool-send_message.md +10 -0
  62. package/concepts/en/Tool-shell_command.md +12 -0
  63. package/concepts/en/Tool-spawn_agent.md +11 -0
  64. package/concepts/en/Tool-tool_search.md +12 -0
  65. package/concepts/en/Tool-update_goal.md +9 -0
  66. package/concepts/en/Tool-update_plan.md +9 -0
  67. package/concepts/en/Tool-view_image.md +10 -0
  68. package/concepts/en/Tool-wait.md +12 -0
  69. package/concepts/en/Tool-wait_agent.md +9 -0
  70. package/concepts/en/Tool-web_search.md +11 -0
  71. package/concepts/en/Tools.md +29 -58
  72. package/concepts/en/ToolsFirst.md +24 -30
  73. package/concepts/en/TranslateContextPollution.md +10 -38
  74. package/concepts/en/UltraPlan.md +7 -7
  75. package/concepts/es/BodyDiffJSON.md +1 -1
  76. package/concepts/es/BodyFields.md +35 -38
  77. package/concepts/es/GlobalSettings.md +165 -167
  78. package/concepts/es/MainAgent.md +3 -4
  79. package/concepts/es/ProxySwitch.md +3 -3
  80. package/concepts/es/QRCode.md +1 -1
  81. package/concepts/es/ResponseFields.md +28 -40
  82. package/concepts/es/SubAgent-Search.md +12 -12
  83. package/concepts/es/Teammate.md +17 -17
  84. package/concepts/es/ToolsFirst.md +41 -47
  85. package/concepts/es/TranslateContextPollution.md +9 -9
  86. package/concepts/es/UltraPlan.md +38 -38
  87. package/concepts/fr/BodyDiffJSON.md +2 -2
  88. package/concepts/fr/BodyFields.md +35 -38
  89. package/concepts/fr/GlobalSettings.md +165 -167
  90. package/concepts/fr/MainAgent.md +3 -4
  91. package/concepts/fr/ProxySwitch.md +3 -3
  92. package/concepts/fr/QRCode.md +1 -1
  93. package/concepts/fr/ResponseFields.md +25 -37
  94. package/concepts/fr/SubAgent-Search.md +12 -12
  95. package/concepts/fr/Teammate.md +16 -16
  96. package/concepts/fr/ToolsFirst.md +40 -46
  97. package/concepts/fr/TranslateContextPollution.md +9 -9
  98. package/concepts/fr/UltraPlan.md +38 -38
  99. package/concepts/it/BodyDiffJSON.md +2 -2
  100. package/concepts/it/BodyFields.md +35 -38
  101. package/concepts/it/GlobalSettings.md +165 -167
  102. package/concepts/it/MainAgent.md +3 -4
  103. package/concepts/it/ProxySwitch.md +3 -3
  104. package/concepts/it/QRCode.md +1 -1
  105. package/concepts/it/ResponseFields.md +28 -40
  106. package/concepts/it/SubAgent-Search.md +12 -12
  107. package/concepts/it/Teammate.md +17 -17
  108. package/concepts/it/ToolsFirst.md +41 -47
  109. package/concepts/it/TranslateContextPollution.md +9 -9
  110. package/concepts/it/UltraPlan.md +38 -38
  111. package/concepts/ja/BodyDiffJSON.md +1 -1
  112. package/concepts/ja/BodyFields.md +30 -33
  113. package/concepts/ja/GlobalSettings.md +165 -167
  114. package/concepts/ja/MainAgent.md +3 -4
  115. package/concepts/ja/ProxySwitch.md +3 -3
  116. package/concepts/ja/QRCode.md +1 -1
  117. package/concepts/ja/ResponseFields.md +29 -41
  118. package/concepts/ja/SubAgent-Search.md +12 -12
  119. package/concepts/ja/Teammate.md +17 -17
  120. package/concepts/ja/ToolsFirst.md +41 -47
  121. package/concepts/ja/TranslateContextPollution.md +9 -9
  122. package/concepts/ja/UltraPlan.md +38 -38
  123. package/concepts/ko/BodyDiffJSON.md +1 -1
  124. package/concepts/ko/BodyFields.md +30 -33
  125. package/concepts/ko/GlobalSettings.md +165 -167
  126. package/concepts/ko/MainAgent.md +3 -4
  127. package/concepts/ko/ProxySwitch.md +3 -3
  128. package/concepts/ko/QRCode.md +1 -1
  129. package/concepts/ko/ResponseFields.md +29 -41
  130. package/concepts/ko/SubAgent-Search.md +12 -12
  131. package/concepts/ko/Teammate.md +17 -17
  132. package/concepts/ko/ToolsFirst.md +41 -47
  133. package/concepts/ko/TranslateContextPollution.md +9 -9
  134. package/concepts/ko/UltraPlan.md +38 -38
  135. package/concepts/no/BodyDiffJSON.md +2 -2
  136. package/concepts/no/BodyFields.md +30 -33
  137. package/concepts/no/GlobalSettings.md +165 -167
  138. package/concepts/no/MainAgent.md +3 -4
  139. package/concepts/no/ProxySwitch.md +3 -3
  140. package/concepts/no/QRCode.md +1 -1
  141. package/concepts/no/ResponseFields.md +29 -41
  142. package/concepts/no/SubAgent-Search.md +12 -12
  143. package/concepts/no/Teammate.md +17 -17
  144. package/concepts/no/ToolsFirst.md +42 -48
  145. package/concepts/no/TranslateContextPollution.md +9 -9
  146. package/concepts/no/UltraPlan.md +38 -38
  147. package/concepts/pl/BodyDiffJSON.md +2 -2
  148. package/concepts/pl/BodyFields.md +30 -33
  149. package/concepts/pl/GlobalSettings.md +165 -167
  150. package/concepts/pl/MainAgent.md +3 -4
  151. package/concepts/pl/ProxySwitch.md +3 -3
  152. package/concepts/pl/QRCode.md +1 -1
  153. package/concepts/pl/ResponseFields.md +29 -41
  154. package/concepts/pl/SubAgent-Search.md +12 -12
  155. package/concepts/pl/Teammate.md +17 -17
  156. package/concepts/pl/ToolsFirst.md +42 -48
  157. package/concepts/pl/TranslateContextPollution.md +9 -9
  158. package/concepts/pl/UltraPlan.md +38 -38
  159. package/concepts/pt-BR/BodyDiffJSON.md +2 -2
  160. package/concepts/pt-BR/BodyFields.md +30 -33
  161. package/concepts/pt-BR/GlobalSettings.md +165 -167
  162. package/concepts/pt-BR/MainAgent.md +3 -4
  163. package/concepts/pt-BR/ProxySwitch.md +3 -3
  164. package/concepts/pt-BR/QRCode.md +1 -1
  165. package/concepts/pt-BR/ResponseFields.md +29 -41
  166. package/concepts/pt-BR/SubAgent-Search.md +12 -12
  167. package/concepts/pt-BR/Teammate.md +17 -17
  168. package/concepts/pt-BR/ToolsFirst.md +41 -47
  169. package/concepts/pt-BR/TranslateContextPollution.md +9 -9
  170. package/concepts/pt-BR/UltraPlan.md +38 -38
  171. package/concepts/ru/BodyDiffJSON.md +1 -1
  172. package/concepts/ru/BodyFields.md +30 -33
  173. package/concepts/ru/GlobalSettings.md +165 -167
  174. package/concepts/ru/MainAgent.md +3 -4
  175. package/concepts/ru/ProxySwitch.md +3 -3
  176. package/concepts/ru/QRCode.md +1 -1
  177. package/concepts/ru/ResponseFields.md +29 -41
  178. package/concepts/ru/SubAgent-Search.md +12 -12
  179. package/concepts/ru/Teammate.md +17 -17
  180. package/concepts/ru/ToolsFirst.md +41 -47
  181. package/concepts/ru/TranslateContextPollution.md +9 -9
  182. package/concepts/ru/UltraPlan.md +38 -38
  183. package/concepts/th/BodyDiffJSON.md +1 -1
  184. package/concepts/th/BodyFields.md +30 -33
  185. package/concepts/th/GlobalSettings.md +165 -167
  186. package/concepts/th/MainAgent.md +3 -4
  187. package/concepts/th/ProxySwitch.md +3 -3
  188. package/concepts/th/QRCode.md +1 -1
  189. package/concepts/th/ResponseFields.md +29 -41
  190. package/concepts/th/SubAgent-Search.md +12 -12
  191. package/concepts/th/Teammate.md +17 -17
  192. package/concepts/th/ToolsFirst.md +42 -48
  193. package/concepts/th/TranslateContextPollution.md +9 -9
  194. package/concepts/th/UltraPlan.md +38 -38
  195. package/concepts/tr/BodyDiffJSON.md +1 -1
  196. package/concepts/tr/BodyFields.md +30 -33
  197. package/concepts/tr/GlobalSettings.md +165 -167
  198. package/concepts/tr/MainAgent.md +3 -4
  199. package/concepts/tr/ProxySwitch.md +3 -3
  200. package/concepts/tr/QRCode.md +1 -1
  201. package/concepts/tr/ResponseFields.md +29 -41
  202. package/concepts/tr/SubAgent-Search.md +12 -12
  203. package/concepts/tr/Teammate.md +16 -16
  204. package/concepts/tr/ToolsFirst.md +42 -48
  205. package/concepts/tr/TranslateContextPollution.md +9 -9
  206. package/concepts/tr/UltraPlan.md +38 -38
  207. package/concepts/uk/BodyDiffJSON.md +1 -1
  208. package/concepts/uk/BodyFields.md +30 -33
  209. package/concepts/uk/GlobalSettings.md +165 -167
  210. package/concepts/uk/MainAgent.md +3 -4
  211. package/concepts/uk/ProxySwitch.md +3 -3
  212. package/concepts/uk/QRCode.md +1 -1
  213. package/concepts/uk/ResponseFields.md +29 -41
  214. package/concepts/uk/SubAgent-Search.md +12 -12
  215. package/concepts/uk/Teammate.md +17 -17
  216. package/concepts/uk/ToolsFirst.md +42 -48
  217. package/concepts/uk/TranslateContextPollution.md +9 -9
  218. package/concepts/uk/UltraPlan.md +38 -38
  219. package/concepts/zh/BodyDiffJSON.md +4 -4
  220. package/concepts/zh/BodyFields.md +17 -20
  221. package/concepts/zh/GlobalSettings.md +26 -28
  222. package/concepts/zh/MainAgent.md +6 -6
  223. package/concepts/zh/ProxySwitch.md +1 -1
  224. package/concepts/zh/ResponseFields.md +7 -18
  225. package/concepts/zh/SubAgent-Search.md +2 -2
  226. package/concepts/zh/Teammate.md +4 -4
  227. package/concepts/zh/Tool-apply_patch.md +11 -0
  228. package/concepts/zh/Tool-create_goal.md +8 -0
  229. package/concepts/zh/Tool-exec.md +88 -0
  230. package/concepts/zh/Tool-followup_task.md +10 -0
  231. package/concepts/zh/Tool-get_goal.md +5 -0
  232. package/concepts/zh/Tool-image_generation.md +5 -0
  233. package/concepts/zh/Tool-interrupt_agent.md +9 -0
  234. package/concepts/zh/Tool-list_agents.md +9 -0
  235. package/concepts/zh/Tool-list_mcp_resource_templates.md +8 -0
  236. package/concepts/zh/Tool-list_mcp_resources.md +8 -0
  237. package/concepts/zh/Tool-read_mcp_resource.md +10 -0
  238. package/concepts/zh/Tool-request_user_input.md +9 -0
  239. package/concepts/zh/Tool-send_message.md +10 -0
  240. package/concepts/zh/Tool-shell_command.md +12 -0
  241. package/concepts/zh/Tool-spawn_agent.md +11 -0
  242. package/concepts/zh/Tool-tool_search.md +12 -0
  243. package/concepts/zh/Tool-update_goal.md +9 -0
  244. package/concepts/zh/Tool-update_plan.md +9 -0
  245. package/concepts/zh/Tool-view_image.md +10 -0
  246. package/concepts/zh/Tool-wait.md +12 -0
  247. package/concepts/zh/Tool-wait_agent.md +9 -0
  248. package/concepts/zh/Tool-web_search.md +11 -0
  249. package/concepts/zh/Tools.md +29 -58
  250. package/concepts/zh/ToolsFirst.md +21 -27
  251. package/concepts/zh/TranslateContextPollution.md +10 -38
  252. package/concepts/zh/UltraPlan.md +7 -7
  253. package/concepts/zh-TW/BodyFields.md +27 -30
  254. package/concepts/zh-TW/GlobalSettings.md +26 -28
  255. package/concepts/zh-TW/MainAgent.md +0 -1
  256. package/concepts/zh-TW/ProxySwitch.md +22 -22
  257. package/concepts/zh-TW/ResponseFields.md +29 -40
  258. package/concepts/zh-TW/SubAgent-Search.md +12 -12
  259. package/concepts/zh-TW/Teammate.md +16 -16
  260. package/concepts/zh-TW/ToolsFirst.md +41 -47
  261. package/concepts/zh-TW/UltraPlan.md +38 -38
  262. package/dist/assets/App-BZ9oclBj.js +2 -0
  263. package/dist/assets/App-rWON7PuS.css +1 -0
  264. package/dist/assets/MdxEditorPanel-B4lZ7Z_A.js +1 -0
  265. package/dist/assets/MdxEditorPanel-Da_ceLFo.css +1 -0
  266. package/dist/assets/Mobile-B5V_-6Hc.css +1 -0
  267. package/dist/assets/Mobile-C7Hy-TIM.js +1 -0
  268. package/dist/assets/abnfDiagram-VRR7QNED-DYYppIQV.js +1 -0
  269. package/dist/assets/apl-B8ZmNFqK.js +1 -0
  270. package/dist/assets/arc-BT3um7r4.js +1 -0
  271. package/dist/assets/architectureDiagram-ZJ3FMSHR-uweBqnh-.js +1 -0
  272. package/dist/assets/asciiarmor-CIte6N-S.js +1 -0
  273. package/dist/assets/asn1-Ax1-z1nk.js +1 -0
  274. package/dist/assets/asterisk-CLHf-iRz.js +1 -0
  275. package/dist/assets/blockDiagram-677ZJIJ3-DzeI4GyV.js +1 -0
  276. package/dist/assets/brainfuck-CdLnmYpe.js +1 -0
  277. package/dist/assets/c4Diagram-LMCZKHZV-DBI0K7wS.js +1 -0
  278. package/dist/assets/channel-BrN6yx0e.js +1 -0
  279. package/dist/assets/chunk-2Q5K7J3B-DK9JA8Ct.js +1 -0
  280. package/dist/assets/chunk-32BRIVSS-VNg3Ylzs.js +1 -0
  281. package/dist/assets/chunk-5VM5RSS4-DFhufY9o.js +1 -0
  282. package/dist/assets/chunk-EX3LRPZG-B93MHNBT.js +1 -0
  283. package/dist/assets/chunk-JWPE2WC7-C54OW1iN.js +1 -0
  284. package/dist/assets/chunk-MOJQB5TN-lKhWWIDe.js +1 -0
  285. package/dist/assets/chunk-RYQCIY6F-BK2jDXwB.js +1 -0
  286. package/dist/assets/chunk-V7JOEXUC-aLHBmfOc.js +1 -0
  287. package/dist/assets/chunk-VR4S4FIN-Bomuor1h.js +1 -0
  288. package/dist/assets/chunk-XXDRQBXY-BPj05P7g.js +1 -0
  289. package/dist/assets/classDiagram-OUVF2IWQ-COm0X4uJ.js +1 -0
  290. package/dist/assets/classDiagram-v2-EOCWNBFH-COm0X4uJ.js +1 -0
  291. package/dist/assets/clike-BDgEuk0n.js +1 -0
  292. package/dist/assets/clojure-CrPxgQZl.js +1 -0
  293. package/dist/assets/cmake-BknZiLBu.js +1 -0
  294. package/dist/assets/cobol-DN1mHbgw.js +1 -0
  295. package/dist/assets/coffeescript-DTAwRC7M.js +1 -0
  296. package/dist/assets/commonlisp-B4DJ--Bo.js +1 -0
  297. package/dist/assets/cose-bilkent-JH36ORCC-DU44QHSb.js +1 -0
  298. package/dist/assets/crystal-DoipYOOv.js +1 -0
  299. package/dist/assets/css-BeQRP3p5.js +1 -0
  300. package/dist/assets/cynefin-VYW2F7L2-C0dowxsF.js +15 -0
  301. package/dist/assets/cynefinDiagram-TSTJHNR4-C6vNWPUV.js +1 -0
  302. package/dist/assets/cypher-BzELKutH.js +1 -0
  303. package/dist/assets/cytoscape.esm-D0POlJZ1.js +9 -0
  304. package/dist/assets/d-Mh2Rawoc.js +1 -0
  305. package/dist/assets/dagre-VKFMJZFB-aLG4uEb-.js +1 -0
  306. package/dist/assets/defaultLocale-DZ7E7S9R.js +1 -0
  307. package/dist/assets/diagram-FQU43EPY-D5C8GfdU.js +1 -0
  308. package/dist/assets/diagram-G47NLZAW-C9tRw_xi.js +1 -0
  309. package/dist/assets/diagram-NH7WQ7WH-AYxTxwJ2.js +1 -0
  310. package/dist/assets/diagram-OA4YK3LP-BuBE5n9n.js +1 -0
  311. package/dist/assets/diagram-WEI45ONY-Cda7zYeO.js +1 -0
  312. package/dist/assets/diff-B1OtBbfz.js +1 -0
  313. package/dist/assets/dockerfile-Du7niAGi.js +1 -0
  314. package/dist/assets/dtd-So5hjSa8.js +1 -0
  315. package/dist/assets/dylan-Co15g-RX.js +1 -0
  316. package/dist/assets/ebnf-DWrAnno4.js +1 -0
  317. package/dist/assets/ebnfDiagram-CCIWWBDH-DC_OGyoh.js +1 -0
  318. package/dist/assets/ecl-8tbf0rUT.js +1 -0
  319. package/dist/assets/eiffel-BXtlUtEg.js +1 -0
  320. package/dist/assets/elm-BwiUluiH.js +1 -0
  321. package/dist/assets/erDiagram-Q63AITRT-D2G21PVY.js +1 -0
  322. package/dist/assets/erlang-CrHBLi-m.js +1 -0
  323. package/dist/assets/factor-C7nC06Ta.js +1 -0
  324. package/dist/assets/fcl-DKWfryFT.js +1 -0
  325. package/dist/assets/flowDiagram-23GEKE2U-CEQPYHrk.js +1 -0
  326. package/dist/assets/forth-Cg8ASoTj.js +1 -0
  327. package/dist/assets/fortran-BHf_qfFx.js +1 -0
  328. package/dist/assets/ganttDiagram-NO4QXBWP-JStxUtFR.js +1 -0
  329. package/dist/assets/gas-cj_2N_z1.js +1 -0
  330. package/dist/assets/gherkin-BiuTaH40.js +1 -0
  331. package/dist/assets/gitGraphDiagram-IHSO6WYX-BiojPH-V.js +1 -0
  332. package/dist/assets/graph-CnJdn47S.js +1 -0
  333. package/dist/assets/groovy-Bq8cXYUU.js +1 -0
  334. package/dist/assets/haskell-1ANuaeie.js +1 -0
  335. package/dist/assets/haxe-BUNSvWf_.js +1 -0
  336. package/dist/assets/html2canvas.esm-HFdlUwfn.js +20 -0
  337. package/dist/assets/http-DPC2IRQA.js +1 -0
  338. package/dist/assets/idl-DDbIciu_.js +1 -0
  339. package/dist/assets/index-BEyKG3O5.css +1 -0
  340. package/dist/assets/index-BduJoLQ5.js +1 -0
  341. package/dist/assets/index-BqwR8F0v.js +1 -0
  342. package/dist/assets/index-BsycQyrv.js +1 -0
  343. package/dist/assets/index-CFSDxZyA.js +1 -0
  344. package/dist/assets/index-CunNLTHc.js +1 -0
  345. package/dist/assets/index-OGkDFNTK.js +1 -0
  346. package/dist/assets/index-oxOyrL07.js +2 -0
  347. package/dist/assets/index-wvaycTGT.js +1 -0
  348. package/dist/assets/infoDiagram-FWYZ7A6U-Csl_aBIC.js +1 -0
  349. package/dist/assets/init-DMZMl1PR.js +1 -0
  350. package/dist/assets/ishikawaDiagram-FXEZZL3T-CjgGuMwr.js +1 -0
  351. package/dist/assets/javascript-Cet1BUca.js +1 -0
  352. package/dist/assets/journeyDiagram-5HDEW3XC-DUOy1PCq.js +1 -0
  353. package/dist/assets/jszip.min-BxIXdRg4.js +12 -0
  354. package/dist/assets/julia-CdxLCr68.js +1 -0
  355. package/dist/assets/kanban-definition-HUTT4EX6-Cx7GSrSj.js +1 -0
  356. package/dist/assets/katex-CfXf84Fz.js +1 -0
  357. package/dist/assets/layout-CCUE9ZRw.js +1 -0
  358. package/dist/assets/linear-GeBi6jJp.js +1 -0
  359. package/dist/assets/livescript-Bw1Vw7Ae.js +1 -0
  360. package/dist/assets/lua-DM1wbcnc.js +1 -0
  361. package/dist/assets/map-DQeg2hXV.js +1 -0
  362. package/dist/assets/mathematica-BXSv1_O1.js +1 -0
  363. package/dist/assets/mbox-CWY0keg3.js +1 -0
  364. package/dist/assets/mermaid.core-Cy9iVxov.js +7 -0
  365. package/dist/assets/mindmap-definition-LN4V7U3C-CUVxVkK5.js +1 -0
  366. package/dist/assets/mirc-CMLrLVMT.js +1 -0
  367. package/dist/assets/mllike-naqhAFf1.js +1 -0
  368. package/dist/assets/modelica-BvadsaHY.js +1 -0
  369. package/dist/assets/mscgen-DOr-Q10p.js +1 -0
  370. package/dist/assets/mumps-DKTl5Nyj.js +1 -0
  371. package/dist/assets/nginx-DWR90-d1.js +1 -0
  372. package/dist/assets/nsis-ooFGduGn.js +1 -0
  373. package/dist/assets/ntriples-q5jkU4X1.js +1 -0
  374. package/dist/assets/octave-Deu9Ci7_.js +1 -0
  375. package/dist/assets/orbiting-BCD4Vuij.svg +7 -0
  376. package/dist/assets/ordinal-DA-_8pMy.js +1 -0
  377. package/dist/assets/oz-cTQm1aoB.js +1 -0
  378. package/dist/assets/pascal-Oh3VmczP.js +1 -0
  379. package/dist/assets/pegDiagram-2B236MQR-BCF1byLY.js +1 -0
  380. package/dist/assets/perl-BddWF1HQ.js +1 -0
  381. package/dist/assets/pieDiagram-ENE6RG2P-D2cZTo8-.js +1 -0
  382. package/dist/assets/pig-g5ZQNIDr.js +1 -0
  383. package/dist/assets/powershell-CNmQNFVJ.js +1 -0
  384. package/dist/assets/properties-B41DXfv6.js +1 -0
  385. package/dist/assets/protobuf-eEBl31OJ.js +1 -0
  386. package/dist/assets/pug-DRSo4eCK.js +1 -0
  387. package/dist/assets/puppet-ClfRubAD.js +1 -0
  388. package/dist/assets/python-BSflc812.js +1 -0
  389. package/dist/assets/q-BBDx3N9Y.js +1 -0
  390. package/dist/assets/quadrantDiagram-ABIIQ3AL-Bwsn2--F.js +1 -0
  391. package/dist/assets/r-CByC1eO8.js +1 -0
  392. package/dist/assets/railroadDiagram-RFXS5EU6-CLGLpWHs.js +1 -0
  393. package/dist/assets/requirementDiagram-TGXJPOKE-BfmBYwZl.js +1 -0
  394. package/dist/assets/rpm-8t935XkD.js +1 -0
  395. package/dist/assets/ruby-CAgbkLZh.js +1 -0
  396. package/dist/assets/sankeyDiagram-HTMAVEWB-CqZhbyFn.js +1 -0
  397. package/dist/assets/sas-C-JWcRvo.js +1 -0
  398. package/dist/assets/scheme-D7o9RjUX.js +1 -0
  399. package/dist/assets/seqResourceLoaders-Bkh2Rb9i.js +2 -0
  400. package/dist/assets/seqResourceLoaders-Do7Kqg3B.css +41 -0
  401. package/dist/assets/sequenceDiagram-DBY2YBRQ-CcOdXkN2.js +1 -0
  402. package/dist/assets/shell-BXA79DV6.js +1 -0
  403. package/dist/assets/shimmer-BBDejmDf.svg +7 -0
  404. package/dist/assets/sieve-DNwyl0rd.js +1 -0
  405. package/dist/assets/simple-mode-CoQRusFX.js +1 -0
  406. package/dist/assets/sizeCapture-X5ZJPWSS-B4OVmPqu.js +1 -0
  407. package/dist/assets/smalltalk-DggktV6S.js +1 -0
  408. package/dist/assets/solr-D7NRuIPM.js +1 -0
  409. package/dist/assets/sparql-Cr71deJQ.js +1 -0
  410. package/dist/assets/spreadsheet-BMD3tYqw.js +1 -0
  411. package/dist/assets/sql-CbOjXfBR.js +1 -0
  412. package/dist/assets/stateDiagram-2N3HPSRC-Dysun0oO.js +1 -0
  413. package/dist/assets/stateDiagram-v2-6OUMAXLB-BFet8xAz.js +1 -0
  414. package/dist/assets/stex-iDPIkRmr.js +1 -0
  415. package/dist/assets/stylus-nWZizI-c.js +1 -0
  416. package/dist/assets/swift-DOhLK5SG.js +1 -0
  417. package/dist/assets/swimlanes-5IMT3BWC-_30OXwXy.js +2 -0
  418. package/dist/assets/swimlanesDiagram-G3AALYLV-C19viY0G.js +1 -0
  419. package/dist/assets/tcl-CQhJd1WY.js +1 -0
  420. package/dist/assets/textile-D9XqfVtL.js +1 -0
  421. package/dist/assets/tiddlywiki-DfOYgVky.js +1 -0
  422. package/dist/assets/tiki-a0_YLWvV.js +1 -0
  423. package/dist/assets/timeline-definition-FHXFAJF6-X1Xk3onD.js +1 -0
  424. package/dist/assets/toml-ekl3F1YB.js +1 -0
  425. package/dist/assets/troff-Bh_pcXF1.js +1 -0
  426. package/dist/assets/ttcn-M6363IRW.js +1 -0
  427. package/dist/assets/ttcn-cfg-7I2DgJEN.js +1 -0
  428. package/dist/assets/turtle-B5jdxH6D.js +1 -0
  429. package/dist/assets/vb-DM-xPmVv.js +1 -0
  430. package/dist/assets/vbscript-B0qu41Yc.js +1 -0
  431. package/dist/assets/velocity-FCgsuVHf.js +1 -0
  432. package/dist/assets/vendor-antd-Bzi1WuBb.js +17 -0
  433. package/dist/assets/vendor-codemirror-CKTrJd47.js +1 -0
  434. package/dist/assets/vendor-highlight-IFTJ9nxW.js +1 -0
  435. package/dist/assets/vendor-markdown-BN3QLsBu.js +3 -0
  436. package/dist/assets/vendor-mdxeditor-4PbKH6K7.js +2 -0
  437. package/dist/assets/vendor-qrcode-Bnjm0rcu.js +6 -0
  438. package/dist/assets/vendor-react-l0sNRNKZ.js +1 -0
  439. package/dist/assets/vendor-virtuoso-2P4SowHC.js +1 -0
  440. package/dist/assets/vendor-xterm-DckPrCx1.js +37 -0
  441. package/dist/assets/vennDiagram-L72KCM5P-D3fQnGq7.js +1 -0
  442. package/dist/assets/verilog-nrfFvR12.js +1 -0
  443. package/dist/assets/vhdl-WlDXtV-W.js +1 -0
  444. package/dist/assets/wardleyDiagram-EHGQE667-CRhqI6-g.js +1 -0
  445. package/dist/assets/webidl-RIQoSXDx.js +1 -0
  446. package/dist/assets/xquery-BN45G3lJ.js +1 -0
  447. package/dist/assets/xychartDiagram-FW5EYKEG-Cmtgmmtg.js +1 -0
  448. package/dist/assets/yacas-U6gaIVhD.js +1 -0
  449. package/dist/assets/z80-CFe5BHbK.js +1 -0
  450. package/dist/index.html +25 -6
  451. package/dist/voice-packs/default/A_choice_for_your_consideration_sir.MP3 +0 -0
  452. package/dist/voice-packs/default/It_is_done_sir.MP3 +0 -0
  453. package/dist/voice-packs/default/The_plan_awaits_your_approval_sir.MP3 +0 -0
  454. package/dist/voice-packs/default/pack.json +24 -0
  455. package/dist/voice-packs/sanguo/ask.MP3 +0 -0
  456. package/dist/voice-packs/sanguo/end.MP3 +0 -0
  457. package/dist/voice-packs/sanguo/pack.json +24 -0
  458. package/dist/voice-packs/sanguo/plan.MP3 +0 -0
  459. package/electron/diag.js +110 -0
  460. package/electron/main.js +1432 -0
  461. package/electron/menu-model.js +107 -0
  462. package/electron/tab-bar.html +575 -0
  463. package/electron/tab-content-preload.js +66 -0
  464. package/electron/tab-preload.js +24 -0
  465. package/electron/tab-worker.js +142 -0
  466. package/electron/window-state.js +60 -0
  467. package/electron/workspace-preload.js +19 -0
  468. package/findcx.js +4 -0
  469. package/i18n.js +3 -423
  470. package/index.html +30 -0
  471. package/interceptor.js +144 -70
  472. package/jsconfig.json +25 -0
  473. package/lib/approval-reviewer.js +23 -0
  474. package/lib/appserver-bridge.js +1753 -237
  475. package/lib/ask-bridge.js +5 -5
  476. package/lib/cli-args.js +1 -0
  477. package/lib/codex-config.js +157 -18
  478. package/lib/context-watcher.js +6 -65
  479. package/lib/delta-reconstructor.js +74 -52
  480. package/lib/ensure-hooks.js +37 -30
  481. package/lib/interceptor-core.js +490 -43
  482. package/lib/log-watcher.js +3 -8
  483. package/lib/main-agent-entry.js +68 -0
  484. package/lib/openai-body.js +95 -0
  485. package/lib/otel-adapter.js +3 -2
  486. package/lib/otel-receiver.js +1 -2
  487. package/lib/perm-bridge.js +84 -44
  488. package/lib/proxy-env.js +45 -1
  489. package/lib/sdk-adapter.js +241 -51
  490. package/lib/sdk-manager.js +523 -370
  491. package/lib/skills-api.js +364 -0
  492. package/lib/stats-worker.js +21 -21
  493. package/lib/token-usage.js +29 -0
  494. package/lib/updater.js +3 -7
  495. package/package.json +27 -6
  496. package/plugins/.gitkeep +0 -0
  497. package/plugins/README.md +8 -0
  498. package/proxy.js +187 -241
  499. package/pty-manager.js +17 -1
  500. package/public/favicon.ico +0 -0
  501. package/public/voice-packs/default/A_choice_for_your_consideration_sir.MP3 +0 -0
  502. package/public/voice-packs/default/It_is_done_sir.MP3 +0 -0
  503. package/public/voice-packs/default/The_plan_awaits_your_approval_sir.MP3 +0 -0
  504. package/public/voice-packs/default/pack.json +24 -0
  505. package/public/voice-packs/sanguo/ask.MP3 +0 -0
  506. package/public/voice-packs/sanguo/end.MP3 +0 -0
  507. package/public/voice-packs/sanguo/pack.json +24 -0
  508. package/public/voice-packs/sanguo/plan.MP3 +0 -0
  509. package/scripts/check-no-control-bytes.js +130 -0
  510. package/scripts/check-sign-config.sh +85 -0
  511. package/scripts/gen-default-voicepack.js +176 -0
  512. package/scripts/mac-sign.sh +47 -0
  513. package/scripts/npm-pack-dry-run.mjs +20 -0
  514. package/server/lib/approval-modal-prefs.js +72 -0
  515. package/server/lib/context-rules.js +70 -0
  516. package/server/lib/delta-reconstructor.js +403 -0
  517. package/server/lib/tools-xml-formatter.js +91 -0
  518. package/server/lib/voice-pack-events.js +79 -0
  519. package/server.js +420 -86
  520. package/src/App.jsx +638 -0
  521. package/src/App.module.css +1088 -0
  522. package/src/AppBase.jsx +2803 -0
  523. package/src/Mobile.jsx +1348 -0
  524. package/src/components/approval/ApprovalModal.jsx +319 -0
  525. package/src/components/approval/ApprovalModal.module.css +160 -0
  526. package/src/components/approval/ToolApprovalPanel.jsx +111 -0
  527. package/src/components/approval/ToolApprovalPanel.module.css +250 -0
  528. package/src/components/chat/ApprovalPortalContext.js +26 -0
  529. package/src/components/chat/AskQuestionForm.jsx +279 -0
  530. package/src/components/chat/AskTimeoutCountdown.jsx +113 -0
  531. package/src/components/chat/ChatInputBar.jsx +584 -0
  532. package/src/components/chat/ChatInputBar.module.css +656 -0
  533. package/src/components/chat/ChatMessage.jsx +1587 -0
  534. package/src/components/chat/ChatMessage.module.css +1560 -0
  535. package/src/components/chat/ChatView.jsx +3533 -0
  536. package/src/components/chat/ChatView.module.css +418 -0
  537. package/src/components/chat/DiffView.jsx +111 -0
  538. package/src/components/chat/DiffView.module.css +141 -0
  539. package/src/components/chat/RoleFilterBar.jsx +35 -0
  540. package/src/components/chat/RoleFilterBar.module.css +62 -0
  541. package/src/components/chat/controllers/askFlowController.js +789 -0
  542. package/src/components/chat/controllers/permissionController.js +84 -0
  543. package/src/components/chat/controllers/ptyPromptController.js +166 -0
  544. package/src/components/chat/controllers/scrollHighlightController.js +50 -0
  545. package/src/components/chat/controllers/splitDragController.js +135 -0
  546. package/src/components/chat/controllers/toolFileChangeController.js +216 -0
  547. package/src/components/chat/interactionOwnership.js +106 -0
  548. package/src/components/chat/uploadDeferLogic.js +46 -0
  549. package/src/components/common/ConceptHelp.jsx +97 -0
  550. package/src/components/common/ConceptHelp.module.css +151 -0
  551. package/src/components/common/ConfirmRemoveButton.jsx +78 -0
  552. package/src/components/common/CountryFlag.jsx +105 -0
  553. package/src/components/common/CountryFlag.module.css +36 -0
  554. package/src/components/common/DingTalkIcon.jsx +20 -0
  555. package/src/components/common/DiscordIcon.jsx +21 -0
  556. package/src/components/common/FeishuIcon.jsx +23 -0
  557. package/src/components/common/HoverPreviewTip.jsx +62 -0
  558. package/src/components/common/HoverPreviewTip.module.css +21 -0
  559. package/src/components/common/ImageLightbox.jsx +244 -0
  560. package/src/components/common/ImageLightbox.module.css +120 -0
  561. package/src/components/common/MemoryDetailModal.jsx +75 -0
  562. package/src/components/common/OpenFolderIcon.jsx +53 -0
  563. package/src/components/common/OpenFolderIcon.module.css +7 -0
  564. package/src/components/common/PanelResizer.jsx +48 -0
  565. package/src/components/common/PanelResizer.module.css +11 -0
  566. package/src/components/common/QuickAutoApproveRows.jsx +66 -0
  567. package/src/components/common/RefreshIcon.jsx +50 -0
  568. package/src/components/common/RefreshIcon.module.css +26 -0
  569. package/src/components/common/SnapLineOverlay.jsx +47 -0
  570. package/src/components/common/SnapLineOverlay.module.css +31 -0
  571. package/src/components/common/ToolsHelp.jsx +113 -0
  572. package/src/components/common/ToolsHelp.module.css +85 -0
  573. package/src/components/common/WeComIcon.jsx +22 -0
  574. package/src/components/common/quickMenuIcons.jsx +99 -0
  575. package/src/components/common/sharedChrome.module.css +274 -0
  576. package/src/components/dashboard/AppHeader.jsx +2085 -0
  577. package/src/components/dashboard/AppHeader.module.css +676 -0
  578. package/src/components/dashboard/CachePopoverContent.jsx +538 -0
  579. package/src/components/dashboard/CachePopoverContent.module.css +191 -0
  580. package/src/components/dashboard/ContextTab.jsx +769 -0
  581. package/src/components/dashboard/ContextTab.module.css +565 -0
  582. package/src/components/dashboard/DetailPanel.jsx +813 -0
  583. package/src/components/dashboard/DetailPanel.module.css +513 -0
  584. package/src/components/dashboard/LiveTagPopover.jsx +89 -0
  585. package/src/components/dashboard/LiveTagPopover.module.css +67 -0
  586. package/src/components/dashboard/RequestList.jsx +146 -0
  587. package/src/components/dashboard/RequestList.module.css +146 -0
  588. package/src/components/dashboard/TeamSessionPanel.jsx +584 -0
  589. package/src/components/dashboard/TeamSessionPanel.module.css +457 -0
  590. package/src/components/dashboard/UsageWindowPill.jsx +166 -0
  591. package/src/components/dashboard/UsageWindowPill.module.css +140 -0
  592. package/src/components/dashboard/WorkflowRunsPanel.jsx +108 -0
  593. package/src/components/dashboard/WorkflowRunsPanel.module.css +72 -0
  594. package/src/components/dashboard/WorkspaceList.jsx +410 -0
  595. package/src/components/dashboard/WorkspaceList.module.css +254 -0
  596. package/src/components/files/FileContentView.jsx +1013 -0
  597. package/src/components/files/FileContentView.module.css +418 -0
  598. package/src/components/files/FileExplorer.jsx +937 -0
  599. package/src/components/files/FileExplorer.module.css +173 -0
  600. package/src/components/files/MdxEditorPanel.base.css +9 -0
  601. package/src/components/files/MdxEditorPanel.jsx +181 -0
  602. package/src/components/files/MdxEditorPanel.module.css +917 -0
  603. package/src/components/git/DiffMiniMap.jsx +98 -0
  604. package/src/components/git/DiffMiniMap.module.css +17 -0
  605. package/src/components/git/FullFileDiffView.jsx +265 -0
  606. package/src/components/git/FullFileDiffView.module.css +176 -0
  607. package/src/components/git/GitChanges.jsx +461 -0
  608. package/src/components/git/GitChanges.module.css +337 -0
  609. package/src/components/git/GitDiffView.jsx +161 -0
  610. package/src/components/git/GitDiffView.module.css +205 -0
  611. package/src/components/mobile/MobileDrawerCloseButton.jsx +18 -0
  612. package/src/components/mobile/MobileFileExplorer.jsx +231 -0
  613. package/src/components/mobile/MobileFileExplorer.module.css +171 -0
  614. package/src/components/mobile/MobileGitDiff.jsx +293 -0
  615. package/src/components/mobile/MobileGitDiff.module.css +317 -0
  616. package/src/components/mobile/MobileStats.jsx +211 -0
  617. package/src/components/mobile/MobileStats.module.css +75 -0
  618. package/src/components/settings/ImAppendSystemModal.jsx +104 -0
  619. package/src/components/settings/ImConversationModal.jsx +328 -0
  620. package/src/components/settings/ImConversationModal.module.css +49 -0
  621. package/src/components/settings/ImPlatformSettings.jsx +453 -0
  622. package/src/components/settings/ImPlatformSettings.module.css +110 -0
  623. package/src/components/settings/ImSkillsModal.jsx +94 -0
  624. package/src/components/settings/ImStatusChip.jsx +80 -0
  625. package/src/components/settings/ImStatusChip.module.css +36 -0
  626. package/src/components/settings/MessagingModal.jsx +65 -0
  627. package/src/components/settings/MessagingModal.module.css +95 -0
  628. package/src/components/settings/ModelPromptTabs.jsx +118 -0
  629. package/src/components/settings/PluginModal.jsx +423 -0
  630. package/src/components/settings/PluginModal.module.css +136 -0
  631. package/src/components/settings/PreferencesForm.jsx +104 -0
  632. package/src/components/settings/PreferencesForm.module.css +27 -0
  633. package/src/components/settings/ProcessModal.jsx +175 -0
  634. package/src/components/settings/ProcessModal.module.css +21 -0
  635. package/src/components/settings/ProjectAliasEditor.jsx +138 -0
  636. package/src/components/settings/ProjectAliasEditor.module.css +87 -0
  637. package/src/components/settings/ProjectPrefsManagerModal.jsx +123 -0
  638. package/src/components/settings/ProjectPrefsManagerModal.module.css +52 -0
  639. package/src/components/settings/ProxyModal.jsx +286 -0
  640. package/src/components/settings/ProxyModal.module.css +141 -0
  641. package/src/components/settings/SkillsManagerModal.jsx +143 -0
  642. package/src/components/settings/SkillsManagerModal.module.css +143 -0
  643. package/src/components/settings/SystemTextModal.jsx +312 -0
  644. package/src/components/settings/SystemTextModal.module.css +331 -0
  645. package/src/components/settings/VoicePackSettings.jsx +319 -0
  646. package/src/components/settings/VoicePackSettings.module.css +151 -0
  647. package/src/components/settings/imPlatforms.js +177 -0
  648. package/src/components/terminal/CustomUltraplanEditModal.jsx +227 -0
  649. package/src/components/terminal/CustomUltraplanEditModal.module.css +189 -0
  650. package/src/components/terminal/PresetExpertPickerModal.jsx +116 -0
  651. package/src/components/terminal/PresetExpertPickerModal.module.css +90 -0
  652. package/src/components/terminal/PresetModal.jsx +118 -0
  653. package/src/components/terminal/ScratchTerminal.jsx +359 -0
  654. package/src/components/terminal/TerminalPanel.jsx +2021 -0
  655. package/src/components/terminal/TerminalPanel.module.css +872 -0
  656. package/src/components/terminal/TerminalWsContext.jsx +226 -0
  657. package/src/components/terminal/UltraPlanModal.jsx +328 -0
  658. package/src/components/terminal/UltraPlanModal.module.css +527 -0
  659. package/src/components/terminal/UltraplanExpertManagerModal.jsx +114 -0
  660. package/src/components/terminal/UltraplanExpertManagerModal.module.css +91 -0
  661. package/src/components/terminal/UltraplanPanel.jsx +307 -0
  662. package/src/components/terminal/UltraplanPanel.module.css +540 -0
  663. package/src/components/terminal/terminalThemes.js +33 -0
  664. package/src/components/viewers/ImageViewer.jsx +288 -0
  665. package/src/components/viewers/ImageViewer.module.css +203 -0
  666. package/src/components/viewers/JsonViewer.jsx +40 -0
  667. package/src/components/viewers/JsonViewer.module.css +9 -0
  668. package/src/components/viewers/LogTable.jsx +131 -0
  669. package/src/components/viewers/MarkdownBlock.jsx +112 -0
  670. package/src/components/viewers/MarkdownBlock.module.css +157 -0
  671. package/src/components/viewers/ToolResultView.jsx +389 -0
  672. package/src/components/viewers/ToolResultView.module.css +108 -0
  673. package/src/components/viewers/WebResultsView.jsx +74 -0
  674. package/src/components/viewers/WebResultsView.module.css +85 -0
  675. package/src/components/viewers/WorkflowLiveHud.jsx +153 -0
  676. package/src/components/viewers/WorkflowLiveHud.module.css +256 -0
  677. package/src/components/viewers/WorkflowPanel.jsx +243 -0
  678. package/src/components/viewers/WorkflowPanel.module.css +265 -0
  679. package/src/components/viewers/WorkflowTimeline.jsx +83 -0
  680. package/src/components/viewers/WorkflowTimeline.module.css +116 -0
  681. package/src/contexts/SettingsContext.jsx +140 -0
  682. package/src/env.js +54 -0
  683. package/src/global.css +607 -0
  684. package/src/hooks/useMarkdownExport.js +146 -0
  685. package/src/hooks/useMermaidRender.js +193 -0
  686. package/src/hooks/useProjectAlias.js +29 -0
  687. package/src/hooks/useSessionStoragePersistedSet.js +41 -0
  688. package/src/i18n/mdxTranslations.js +472 -0
  689. package/src/i18n.js +12409 -0
  690. package/src/img/ccv-logo.png +0 -0
  691. package/src/img/codex/entrance.svg +7 -0
  692. package/src/img/codex/exit.svg +7 -0
  693. package/src/img/codex/orbiting.svg +7 -0
  694. package/src/img/codex/shimmer.svg +7 -0
  695. package/src/img/codex/thinking.svg +7 -0
  696. package/src/img/codex/tickle.svg +7 -0
  697. package/src/img/codex/waiting.svg +7 -0
  698. package/src/img/codex/writing.svg +7 -0
  699. package/src/img/default-avatar.svg +1 -0
  700. package/src/img/default-model-avatar.svg +1 -0
  701. package/src/img/loading-pet.gif +0 -0
  702. package/src/img/model-codex.svg +2 -0
  703. package/src/img/model-deepseek.svg +2 -0
  704. package/src/img/model-gemini.svg +2 -0
  705. package/src/img/model-glm.svg +2 -0
  706. package/src/img/model-kimi.svg +2 -0
  707. package/src/img/model-minimax.svg +2 -0
  708. package/src/img/model-openai.svg +2 -0
  709. package/src/img/model-qwen.svg +2 -0
  710. package/src/img/teammates/DESIGN.md +165 -0
  711. package/src/img/teammates/analyst.svg +32 -0
  712. package/src/img/teammates/auditor.svg +28 -0
  713. package/src/img/teammates/builder.svg +33 -0
  714. package/src/img/teammates/default.svg +25 -0
  715. package/src/img/teammates/designer.svg +25 -0
  716. package/src/img/teammates/executor.svg +31 -0
  717. package/src/img/teammates/expert.svg +30 -0
  718. package/src/img/teammates/explorer.svg +30 -0
  719. package/src/img/teammates/implementer.svg +34 -0
  720. package/src/img/teammates/investigator.svg +29 -0
  721. package/src/img/teammates/marvel/analyst.svg +26 -0
  722. package/src/img/teammates/marvel/auditor.svg +28 -0
  723. package/src/img/teammates/marvel/builder.svg +15 -0
  724. package/src/img/teammates/marvel/default.svg +25 -0
  725. package/src/img/teammates/marvel/designer.svg +21 -0
  726. package/src/img/teammates/marvel/executor.svg +25 -0
  727. package/src/img/teammates/marvel/expert.svg +31 -0
  728. package/src/img/teammates/marvel/explorer.svg +22 -0
  729. package/src/img/teammates/marvel/implementer.svg +30 -0
  730. package/src/img/teammates/marvel/investigator.svg +21 -0
  731. package/src/img/teammates/marvel/researcher.svg +30 -0
  732. package/src/img/teammates/marvel/reviewer.svg +21 -0
  733. package/src/img/teammates/marvel/scanner.svg +23 -0
  734. package/src/img/teammates/marvel/security.svg +30 -0
  735. package/src/img/teammates/marvel/tracer.svg +19 -0
  736. package/src/img/teammates/marvel/translator.svg +24 -0
  737. package/src/img/teammates/marvel/worker.svg +16 -0
  738. package/src/img/teammates/researcher.svg +35 -0
  739. package/src/img/teammates/reviewer.svg +23 -0
  740. package/src/img/teammates/scanner.svg +31 -0
  741. package/src/img/teammates/security.svg +31 -0
  742. package/src/img/teammates/tracer.svg +30 -0
  743. package/src/img/teammates/translator.svg +32 -0
  744. package/src/img/teammates/worker.svg +29 -0
  745. package/src/main.jsx +30 -0
  746. package/src/tokenInterceptor.js +60 -0
  747. package/src/utils/apiUrl.js +26 -0
  748. package/src/utils/approvalReviewerOptions.js +27 -0
  749. package/src/utils/askFallback.js +21 -0
  750. package/src/utils/askOptionDesc.js +55 -0
  751. package/src/utils/askPortalMatcher.js +54 -0
  752. package/src/utils/autoApproveOptions.js +23 -0
  753. package/src/utils/avatarAnimationPostPass.js +46 -0
  754. package/src/utils/builtinPresets.js +18 -0
  755. package/src/utils/clearCheckpoint.js +154 -0
  756. package/src/utils/commandValidator.js +45 -0
  757. package/src/utils/contentFilter.js +675 -0
  758. package/src/utils/contextRaw.js +17 -0
  759. package/src/utils/contextSidebarNavigation.js +16 -0
  760. package/src/utils/conversationEntryNormalize.js +497 -0
  761. package/src/utils/displayScaleHelper.js +47 -0
  762. package/src/utils/entry-slim.js +594 -0
  763. package/src/utils/entryCache.js +179 -0
  764. package/src/utils/errorReport.js +40 -0
  765. package/src/utils/fileExpandedPathsStorage.js +70 -0
  766. package/src/utils/fileIcons.jsx +36 -0
  767. package/src/utils/fileOpen.js +37 -0
  768. package/src/utils/formatters.js +48 -0
  769. package/src/utils/gitApi.js +50 -0
  770. package/src/utils/gitTreeBuilder.js +19 -0
  771. package/src/utils/helpers.js +462 -0
  772. package/src/utils/identityHeal.js +83 -0
  773. package/src/utils/imOrigin.js +24 -0
  774. package/src/utils/imTr.js +7 -0
  775. package/src/utils/imageCompress.js +83 -0
  776. package/src/utils/imageDownscale.js +28 -0
  777. package/src/utils/imageResize.js +112 -0
  778. package/src/utils/ingestPipeline.js +47 -0
  779. package/src/utils/lazyWithReload.js +53 -0
  780. package/src/utils/markdown.js +30 -0
  781. package/src/utils/markdownIncremental.js +39 -0
  782. package/src/utils/markdownProfiler.js +113 -0
  783. package/src/utils/mdExtensionDetect.js +64 -0
  784. package/src/utils/memoryLinkParser.js +44 -0
  785. package/src/utils/modalMask.js +15 -0
  786. package/src/utils/monotime.js +6 -0
  787. package/src/utils/pinnedMenu.js +55 -0
  788. package/src/utils/presetShortcuts.js +14 -0
  789. package/src/utils/projectAlias.js +135 -0
  790. package/src/utils/promptClassifier.js +111 -0
  791. package/src/utils/promptDetect.js +196 -0
  792. package/src/utils/promptNav.js +60 -0
  793. package/src/utils/ptyChunkBuilder.js +251 -0
  794. package/src/utils/quickMenuHoverIntent.js +35 -0
  795. package/src/utils/rateLimitParser.js +249 -0
  796. package/src/utils/readResultPool.js +106 -0
  797. package/src/utils/refreshCachedItemProp.js +32 -0
  798. package/src/utils/requestTools.js +19 -0
  799. package/src/utils/requestType.js +284 -0
  800. package/src/utils/resizeCalc.js +21 -0
  801. package/src/utils/resolveLocalized.js +17 -0
  802. package/src/utils/seqResourceLoaders.js +79 -0
  803. package/src/utils/sessionManager.js +694 -0
  804. package/src/utils/sessionMerge.js +290 -0
  805. package/src/utils/skillModalController.js +111 -0
  806. package/src/utils/skillsParser.js +116 -0
  807. package/src/utils/slashCommandLabels.js +80 -0
  808. package/src/utils/splitDragCalc.js +73 -0
  809. package/src/utils/stickyBottomController.js +643 -0
  810. package/src/utils/svgSanitize.js +48 -0
  811. package/src/utils/systemTags.js +47 -0
  812. package/src/utils/tCodex.js +20 -0
  813. package/src/utils/teamModalBuilder.js +347 -0
  814. package/src/utils/teamSessionParser.js +186 -0
  815. package/src/utils/teammateAvatars.js +194 -0
  816. package/src/utils/teammateDetector.js +106 -0
  817. package/src/utils/termDiag.js +114 -0
  818. package/src/utils/terminalClipboard.js +117 -0
  819. package/src/utils/terminalWriteQueue.js +398 -0
  820. package/src/utils/thinkingMerge.js +49 -0
  821. package/src/utils/tokenUsage.js +1 -0
  822. package/src/utils/toolCatalog.js +31 -0
  823. package/src/utils/toolNameAliases.js +13 -0
  824. package/src/utils/toolResultBuilder.js +312 -0
  825. package/src/utils/toolResultClassifier.js +16 -0
  826. package/src/utils/toolResultCore.js +161 -0
  827. package/src/utils/toolsDiff.js +44 -0
  828. package/src/utils/toolsXmlFormatter.js +3 -0
  829. package/src/utils/ultraplanController.js +109 -0
  830. package/src/utils/ultraplanExperts.js +86 -0
  831. package/src/utils/ultraplanTemplates.js +152 -0
  832. package/src/utils/userImageRefs.js +49 -0
  833. package/src/utils/voicePackPlayer.js +233 -0
  834. package/src/utils/webResultGrouping.js +111 -0
  835. package/src/utils/workflowFormat.js +52 -0
  836. package/src/utils/workflowRuns.js +118 -0
  837. package/src/utils/workflowStore.js +94 -0
  838. package/vite.config.js +106 -0
  839. package/concepts/ar/CacheRebuild.md +0 -36
  840. package/concepts/ar/KVCacheContent.md +0 -49
  841. package/concepts/ar/Tool-Agent.md +0 -125
  842. package/concepts/ar/Tool-AskUserQuestion.md +0 -75
  843. package/concepts/ar/Tool-Bash.md +0 -167
  844. package/concepts/ar/Tool-Edit.md +0 -46
  845. package/concepts/ar/Tool-EnterPlanMode.md +0 -128
  846. package/concepts/ar/Tool-EnterWorktree.md +0 -56
  847. package/concepts/ar/Tool-ExitPlanMode.md +0 -62
  848. package/concepts/ar/Tool-Glob.md +0 -39
  849. package/concepts/ar/Tool-Grep.md +0 -57
  850. package/concepts/ar/Tool-NotebookEdit.md +0 -33
  851. package/concepts/ar/Tool-Read.md +0 -56
  852. package/concepts/ar/Tool-SendMessage.md +0 -41
  853. package/concepts/ar/Tool-Skill.md +0 -56
  854. package/concepts/ar/Tool-Task.md +0 -51
  855. package/concepts/ar/Tool-TaskCreate.md +0 -78
  856. package/concepts/ar/Tool-TaskGet.md +0 -56
  857. package/concepts/ar/Tool-TaskList.md +0 -56
  858. package/concepts/ar/Tool-TaskOutput.md +0 -40
  859. package/concepts/ar/Tool-TaskStop.md +0 -32
  860. package/concepts/ar/Tool-TaskUpdate.md +0 -123
  861. package/concepts/ar/Tool-TeamCreate.md +0 -38
  862. package/concepts/ar/Tool-TeamDelete.md +0 -30
  863. package/concepts/ar/Tool-WebFetch.md +0 -55
  864. package/concepts/ar/Tool-WebSearch.md +0 -58
  865. package/concepts/ar/Tool-Write.md +0 -39
  866. package/concepts/ar/Tool-executeCode.md +0 -41
  867. package/concepts/ar/Tool-getDiagnostics.md +0 -32
  868. package/concepts/ar/Tools.md +0 -67
  869. package/concepts/da/CacheRebuild.md +0 -36
  870. package/concepts/da/KVCacheContent.md +0 -49
  871. package/concepts/da/Tool-Agent.md +0 -125
  872. package/concepts/da/Tool-AskUserQuestion.md +0 -75
  873. package/concepts/da/Tool-Bash.md +0 -167
  874. package/concepts/da/Tool-Edit.md +0 -46
  875. package/concepts/da/Tool-EnterPlanMode.md +0 -128
  876. package/concepts/da/Tool-EnterWorktree.md +0 -56
  877. package/concepts/da/Tool-ExitPlanMode.md +0 -62
  878. package/concepts/da/Tool-Glob.md +0 -39
  879. package/concepts/da/Tool-Grep.md +0 -57
  880. package/concepts/da/Tool-NotebookEdit.md +0 -33
  881. package/concepts/da/Tool-Read.md +0 -56
  882. package/concepts/da/Tool-SendMessage.md +0 -41
  883. package/concepts/da/Tool-Skill.md +0 -56
  884. package/concepts/da/Tool-Task.md +0 -51
  885. package/concepts/da/Tool-TaskCreate.md +0 -78
  886. package/concepts/da/Tool-TaskGet.md +0 -56
  887. package/concepts/da/Tool-TaskList.md +0 -56
  888. package/concepts/da/Tool-TaskOutput.md +0 -40
  889. package/concepts/da/Tool-TaskStop.md +0 -32
  890. package/concepts/da/Tool-TaskUpdate.md +0 -123
  891. package/concepts/da/Tool-TeamCreate.md +0 -38
  892. package/concepts/da/Tool-TeamDelete.md +0 -30
  893. package/concepts/da/Tool-WebFetch.md +0 -55
  894. package/concepts/da/Tool-WebSearch.md +0 -58
  895. package/concepts/da/Tool-Write.md +0 -39
  896. package/concepts/da/Tool-executeCode.md +0 -41
  897. package/concepts/da/Tool-getDiagnostics.md +0 -32
  898. package/concepts/da/Tools.md +0 -67
  899. package/concepts/de/CacheRebuild.md +0 -36
  900. package/concepts/de/KVCacheContent.md +0 -49
  901. package/concepts/de/Tool-Agent.md +0 -125
  902. package/concepts/de/Tool-AskUserQuestion.md +0 -75
  903. package/concepts/de/Tool-Bash.md +0 -167
  904. package/concepts/de/Tool-Edit.md +0 -46
  905. package/concepts/de/Tool-EnterPlanMode.md +0 -128
  906. package/concepts/de/Tool-EnterWorktree.md +0 -56
  907. package/concepts/de/Tool-ExitPlanMode.md +0 -62
  908. package/concepts/de/Tool-Glob.md +0 -39
  909. package/concepts/de/Tool-Grep.md +0 -57
  910. package/concepts/de/Tool-NotebookEdit.md +0 -33
  911. package/concepts/de/Tool-Read.md +0 -56
  912. package/concepts/de/Tool-SendMessage.md +0 -41
  913. package/concepts/de/Tool-Skill.md +0 -56
  914. package/concepts/de/Tool-Task.md +0 -51
  915. package/concepts/de/Tool-TaskCreate.md +0 -78
  916. package/concepts/de/Tool-TaskGet.md +0 -56
  917. package/concepts/de/Tool-TaskList.md +0 -56
  918. package/concepts/de/Tool-TaskOutput.md +0 -40
  919. package/concepts/de/Tool-TaskStop.md +0 -32
  920. package/concepts/de/Tool-TaskUpdate.md +0 -123
  921. package/concepts/de/Tool-TeamCreate.md +0 -38
  922. package/concepts/de/Tool-TeamDelete.md +0 -30
  923. package/concepts/de/Tool-WebFetch.md +0 -55
  924. package/concepts/de/Tool-WebSearch.md +0 -58
  925. package/concepts/de/Tool-Write.md +0 -39
  926. package/concepts/de/Tool-executeCode.md +0 -41
  927. package/concepts/de/Tool-getDiagnostics.md +0 -32
  928. package/concepts/de/Tools.md +0 -67
  929. package/concepts/en/CacheRebuild.md +0 -36
  930. package/concepts/en/KVCacheContent.md +0 -49
  931. package/concepts/en/Tool-Agent.md +0 -125
  932. package/concepts/en/Tool-AskUserQuestion.md +0 -75
  933. package/concepts/en/Tool-Bash.md +0 -167
  934. package/concepts/en/Tool-Edit.md +0 -46
  935. package/concepts/en/Tool-EnterPlanMode.md +0 -128
  936. package/concepts/en/Tool-EnterWorktree.md +0 -56
  937. package/concepts/en/Tool-ExitPlanMode.md +0 -62
  938. package/concepts/en/Tool-Glob.md +0 -39
  939. package/concepts/en/Tool-Grep.md +0 -57
  940. package/concepts/en/Tool-NotebookEdit.md +0 -33
  941. package/concepts/en/Tool-Read.md +0 -56
  942. package/concepts/en/Tool-SendMessage.md +0 -41
  943. package/concepts/en/Tool-Skill.md +0 -56
  944. package/concepts/en/Tool-Task.md +0 -51
  945. package/concepts/en/Tool-TaskCreate.md +0 -78
  946. package/concepts/en/Tool-TaskGet.md +0 -56
  947. package/concepts/en/Tool-TaskList.md +0 -56
  948. package/concepts/en/Tool-TaskOutput.md +0 -40
  949. package/concepts/en/Tool-TaskStop.md +0 -32
  950. package/concepts/en/Tool-TaskUpdate.md +0 -123
  951. package/concepts/en/Tool-TeamCreate.md +0 -38
  952. package/concepts/en/Tool-TeamDelete.md +0 -30
  953. package/concepts/en/Tool-WebFetch.md +0 -55
  954. package/concepts/en/Tool-WebSearch.md +0 -58
  955. package/concepts/en/Tool-Write.md +0 -39
  956. package/concepts/en/Tool-executeCode.md +0 -41
  957. package/concepts/en/Tool-getDiagnostics.md +0 -32
  958. package/concepts/es/CacheRebuild.md +0 -36
  959. package/concepts/es/KVCacheContent.md +0 -49
  960. package/concepts/es/Tool-Agent.md +0 -125
  961. package/concepts/es/Tool-AskUserQuestion.md +0 -75
  962. package/concepts/es/Tool-Bash.md +0 -167
  963. package/concepts/es/Tool-Edit.md +0 -46
  964. package/concepts/es/Tool-EnterPlanMode.md +0 -128
  965. package/concepts/es/Tool-EnterWorktree.md +0 -56
  966. package/concepts/es/Tool-ExitPlanMode.md +0 -62
  967. package/concepts/es/Tool-Glob.md +0 -39
  968. package/concepts/es/Tool-Grep.md +0 -57
  969. package/concepts/es/Tool-NotebookEdit.md +0 -33
  970. package/concepts/es/Tool-Read.md +0 -56
  971. package/concepts/es/Tool-SendMessage.md +0 -41
  972. package/concepts/es/Tool-Skill.md +0 -56
  973. package/concepts/es/Tool-Task.md +0 -51
  974. package/concepts/es/Tool-TaskCreate.md +0 -78
  975. package/concepts/es/Tool-TaskGet.md +0 -56
  976. package/concepts/es/Tool-TaskList.md +0 -56
  977. package/concepts/es/Tool-TaskOutput.md +0 -40
  978. package/concepts/es/Tool-TaskStop.md +0 -32
  979. package/concepts/es/Tool-TaskUpdate.md +0 -123
  980. package/concepts/es/Tool-TeamCreate.md +0 -38
  981. package/concepts/es/Tool-TeamDelete.md +0 -30
  982. package/concepts/es/Tool-WebFetch.md +0 -55
  983. package/concepts/es/Tool-WebSearch.md +0 -58
  984. package/concepts/es/Tool-Write.md +0 -39
  985. package/concepts/es/Tool-executeCode.md +0 -41
  986. package/concepts/es/Tool-getDiagnostics.md +0 -32
  987. package/concepts/es/Tools.md +0 -67
  988. package/concepts/fr/CacheRebuild.md +0 -36
  989. package/concepts/fr/KVCacheContent.md +0 -49
  990. package/concepts/fr/Tool-Agent.md +0 -125
  991. package/concepts/fr/Tool-AskUserQuestion.md +0 -75
  992. package/concepts/fr/Tool-Bash.md +0 -167
  993. package/concepts/fr/Tool-Edit.md +0 -46
  994. package/concepts/fr/Tool-EnterPlanMode.md +0 -128
  995. package/concepts/fr/Tool-EnterWorktree.md +0 -56
  996. package/concepts/fr/Tool-ExitPlanMode.md +0 -62
  997. package/concepts/fr/Tool-Glob.md +0 -39
  998. package/concepts/fr/Tool-Grep.md +0 -57
  999. package/concepts/fr/Tool-NotebookEdit.md +0 -33
  1000. package/concepts/fr/Tool-Read.md +0 -56
  1001. package/concepts/fr/Tool-SendMessage.md +0 -41
  1002. package/concepts/fr/Tool-Skill.md +0 -56
  1003. package/concepts/fr/Tool-Task.md +0 -51
  1004. package/concepts/fr/Tool-TaskCreate.md +0 -78
  1005. package/concepts/fr/Tool-TaskGet.md +0 -56
  1006. package/concepts/fr/Tool-TaskList.md +0 -56
  1007. package/concepts/fr/Tool-TaskOutput.md +0 -40
  1008. package/concepts/fr/Tool-TaskStop.md +0 -32
  1009. package/concepts/fr/Tool-TaskUpdate.md +0 -123
  1010. package/concepts/fr/Tool-TeamCreate.md +0 -38
  1011. package/concepts/fr/Tool-TeamDelete.md +0 -30
  1012. package/concepts/fr/Tool-WebFetch.md +0 -55
  1013. package/concepts/fr/Tool-WebSearch.md +0 -58
  1014. package/concepts/fr/Tool-Write.md +0 -39
  1015. package/concepts/fr/Tool-executeCode.md +0 -41
  1016. package/concepts/fr/Tool-getDiagnostics.md +0 -32
  1017. package/concepts/fr/Tools.md +0 -67
  1018. package/concepts/it/CacheRebuild.md +0 -36
  1019. package/concepts/it/KVCacheContent.md +0 -49
  1020. package/concepts/it/Tool-Agent.md +0 -125
  1021. package/concepts/it/Tool-AskUserQuestion.md +0 -75
  1022. package/concepts/it/Tool-Bash.md +0 -167
  1023. package/concepts/it/Tool-Edit.md +0 -46
  1024. package/concepts/it/Tool-EnterPlanMode.md +0 -128
  1025. package/concepts/it/Tool-EnterWorktree.md +0 -56
  1026. package/concepts/it/Tool-ExitPlanMode.md +0 -62
  1027. package/concepts/it/Tool-Glob.md +0 -39
  1028. package/concepts/it/Tool-Grep.md +0 -57
  1029. package/concepts/it/Tool-NotebookEdit.md +0 -33
  1030. package/concepts/it/Tool-Read.md +0 -56
  1031. package/concepts/it/Tool-SendMessage.md +0 -41
  1032. package/concepts/it/Tool-Skill.md +0 -56
  1033. package/concepts/it/Tool-Task.md +0 -51
  1034. package/concepts/it/Tool-TaskCreate.md +0 -78
  1035. package/concepts/it/Tool-TaskGet.md +0 -56
  1036. package/concepts/it/Tool-TaskList.md +0 -56
  1037. package/concepts/it/Tool-TaskOutput.md +0 -40
  1038. package/concepts/it/Tool-TaskStop.md +0 -32
  1039. package/concepts/it/Tool-TaskUpdate.md +0 -123
  1040. package/concepts/it/Tool-TeamCreate.md +0 -38
  1041. package/concepts/it/Tool-TeamDelete.md +0 -30
  1042. package/concepts/it/Tool-WebFetch.md +0 -55
  1043. package/concepts/it/Tool-WebSearch.md +0 -58
  1044. package/concepts/it/Tool-Write.md +0 -39
  1045. package/concepts/it/Tool-executeCode.md +0 -41
  1046. package/concepts/it/Tool-getDiagnostics.md +0 -32
  1047. package/concepts/it/Tools.md +0 -67
  1048. package/concepts/ja/CacheRebuild.md +0 -36
  1049. package/concepts/ja/KVCacheContent.md +0 -49
  1050. package/concepts/ja/Tool-Agent.md +0 -125
  1051. package/concepts/ja/Tool-AskUserQuestion.md +0 -75
  1052. package/concepts/ja/Tool-Bash.md +0 -167
  1053. package/concepts/ja/Tool-Edit.md +0 -46
  1054. package/concepts/ja/Tool-EnterPlanMode.md +0 -128
  1055. package/concepts/ja/Tool-EnterWorktree.md +0 -56
  1056. package/concepts/ja/Tool-ExitPlanMode.md +0 -62
  1057. package/concepts/ja/Tool-Glob.md +0 -39
  1058. package/concepts/ja/Tool-Grep.md +0 -57
  1059. package/concepts/ja/Tool-NotebookEdit.md +0 -33
  1060. package/concepts/ja/Tool-Read.md +0 -56
  1061. package/concepts/ja/Tool-SendMessage.md +0 -41
  1062. package/concepts/ja/Tool-Skill.md +0 -56
  1063. package/concepts/ja/Tool-Task.md +0 -51
  1064. package/concepts/ja/Tool-TaskCreate.md +0 -78
  1065. package/concepts/ja/Tool-TaskGet.md +0 -56
  1066. package/concepts/ja/Tool-TaskList.md +0 -56
  1067. package/concepts/ja/Tool-TaskOutput.md +0 -40
  1068. package/concepts/ja/Tool-TaskStop.md +0 -32
  1069. package/concepts/ja/Tool-TaskUpdate.md +0 -123
  1070. package/concepts/ja/Tool-TeamCreate.md +0 -38
  1071. package/concepts/ja/Tool-TeamDelete.md +0 -30
  1072. package/concepts/ja/Tool-WebFetch.md +0 -55
  1073. package/concepts/ja/Tool-WebSearch.md +0 -58
  1074. package/concepts/ja/Tool-Write.md +0 -39
  1075. package/concepts/ja/Tool-executeCode.md +0 -41
  1076. package/concepts/ja/Tool-getDiagnostics.md +0 -32
  1077. package/concepts/ja/Tools.md +0 -67
  1078. package/concepts/ko/CacheRebuild.md +0 -36
  1079. package/concepts/ko/KVCacheContent.md +0 -49
  1080. package/concepts/ko/Tool-Agent.md +0 -125
  1081. package/concepts/ko/Tool-AskUserQuestion.md +0 -75
  1082. package/concepts/ko/Tool-Bash.md +0 -167
  1083. package/concepts/ko/Tool-Edit.md +0 -46
  1084. package/concepts/ko/Tool-EnterPlanMode.md +0 -128
  1085. package/concepts/ko/Tool-EnterWorktree.md +0 -56
  1086. package/concepts/ko/Tool-ExitPlanMode.md +0 -62
  1087. package/concepts/ko/Tool-Glob.md +0 -39
  1088. package/concepts/ko/Tool-Grep.md +0 -57
  1089. package/concepts/ko/Tool-NotebookEdit.md +0 -33
  1090. package/concepts/ko/Tool-Read.md +0 -56
  1091. package/concepts/ko/Tool-SendMessage.md +0 -41
  1092. package/concepts/ko/Tool-Skill.md +0 -56
  1093. package/concepts/ko/Tool-Task.md +0 -51
  1094. package/concepts/ko/Tool-TaskCreate.md +0 -78
  1095. package/concepts/ko/Tool-TaskGet.md +0 -56
  1096. package/concepts/ko/Tool-TaskList.md +0 -56
  1097. package/concepts/ko/Tool-TaskOutput.md +0 -40
  1098. package/concepts/ko/Tool-TaskStop.md +0 -32
  1099. package/concepts/ko/Tool-TaskUpdate.md +0 -123
  1100. package/concepts/ko/Tool-TeamCreate.md +0 -38
  1101. package/concepts/ko/Tool-TeamDelete.md +0 -30
  1102. package/concepts/ko/Tool-WebFetch.md +0 -55
  1103. package/concepts/ko/Tool-WebSearch.md +0 -58
  1104. package/concepts/ko/Tool-Write.md +0 -39
  1105. package/concepts/ko/Tool-executeCode.md +0 -41
  1106. package/concepts/ko/Tool-getDiagnostics.md +0 -32
  1107. package/concepts/ko/Tools.md +0 -67
  1108. package/concepts/no/CacheRebuild.md +0 -36
  1109. package/concepts/no/KVCacheContent.md +0 -49
  1110. package/concepts/no/Tool-Agent.md +0 -125
  1111. package/concepts/no/Tool-AskUserQuestion.md +0 -75
  1112. package/concepts/no/Tool-Bash.md +0 -167
  1113. package/concepts/no/Tool-Edit.md +0 -46
  1114. package/concepts/no/Tool-EnterPlanMode.md +0 -128
  1115. package/concepts/no/Tool-EnterWorktree.md +0 -56
  1116. package/concepts/no/Tool-ExitPlanMode.md +0 -62
  1117. package/concepts/no/Tool-Glob.md +0 -39
  1118. package/concepts/no/Tool-Grep.md +0 -57
  1119. package/concepts/no/Tool-NotebookEdit.md +0 -33
  1120. package/concepts/no/Tool-Read.md +0 -56
  1121. package/concepts/no/Tool-SendMessage.md +0 -41
  1122. package/concepts/no/Tool-Skill.md +0 -56
  1123. package/concepts/no/Tool-Task.md +0 -51
  1124. package/concepts/no/Tool-TaskCreate.md +0 -78
  1125. package/concepts/no/Tool-TaskGet.md +0 -56
  1126. package/concepts/no/Tool-TaskList.md +0 -56
  1127. package/concepts/no/Tool-TaskOutput.md +0 -40
  1128. package/concepts/no/Tool-TaskStop.md +0 -32
  1129. package/concepts/no/Tool-TaskUpdate.md +0 -123
  1130. package/concepts/no/Tool-TeamCreate.md +0 -38
  1131. package/concepts/no/Tool-TeamDelete.md +0 -30
  1132. package/concepts/no/Tool-WebFetch.md +0 -55
  1133. package/concepts/no/Tool-WebSearch.md +0 -58
  1134. package/concepts/no/Tool-Write.md +0 -39
  1135. package/concepts/no/Tool-executeCode.md +0 -41
  1136. package/concepts/no/Tool-getDiagnostics.md +0 -32
  1137. package/concepts/no/Tools.md +0 -67
  1138. package/concepts/pl/CacheRebuild.md +0 -36
  1139. package/concepts/pl/KVCacheContent.md +0 -49
  1140. package/concepts/pl/Tool-Agent.md +0 -125
  1141. package/concepts/pl/Tool-AskUserQuestion.md +0 -75
  1142. package/concepts/pl/Tool-Bash.md +0 -167
  1143. package/concepts/pl/Tool-Edit.md +0 -46
  1144. package/concepts/pl/Tool-EnterPlanMode.md +0 -128
  1145. package/concepts/pl/Tool-EnterWorktree.md +0 -56
  1146. package/concepts/pl/Tool-ExitPlanMode.md +0 -62
  1147. package/concepts/pl/Tool-Glob.md +0 -39
  1148. package/concepts/pl/Tool-Grep.md +0 -57
  1149. package/concepts/pl/Tool-NotebookEdit.md +0 -33
  1150. package/concepts/pl/Tool-Read.md +0 -56
  1151. package/concepts/pl/Tool-SendMessage.md +0 -41
  1152. package/concepts/pl/Tool-Skill.md +0 -56
  1153. package/concepts/pl/Tool-Task.md +0 -51
  1154. package/concepts/pl/Tool-TaskCreate.md +0 -78
  1155. package/concepts/pl/Tool-TaskGet.md +0 -56
  1156. package/concepts/pl/Tool-TaskList.md +0 -56
  1157. package/concepts/pl/Tool-TaskOutput.md +0 -40
  1158. package/concepts/pl/Tool-TaskStop.md +0 -32
  1159. package/concepts/pl/Tool-TaskUpdate.md +0 -123
  1160. package/concepts/pl/Tool-TeamCreate.md +0 -38
  1161. package/concepts/pl/Tool-TeamDelete.md +0 -30
  1162. package/concepts/pl/Tool-WebFetch.md +0 -55
  1163. package/concepts/pl/Tool-WebSearch.md +0 -58
  1164. package/concepts/pl/Tool-Write.md +0 -39
  1165. package/concepts/pl/Tool-executeCode.md +0 -41
  1166. package/concepts/pl/Tool-getDiagnostics.md +0 -32
  1167. package/concepts/pl/Tools.md +0 -67
  1168. package/concepts/pt-BR/CacheRebuild.md +0 -36
  1169. package/concepts/pt-BR/KVCacheContent.md +0 -49
  1170. package/concepts/pt-BR/Tool-Agent.md +0 -125
  1171. package/concepts/pt-BR/Tool-AskUserQuestion.md +0 -75
  1172. package/concepts/pt-BR/Tool-Bash.md +0 -167
  1173. package/concepts/pt-BR/Tool-Edit.md +0 -46
  1174. package/concepts/pt-BR/Tool-EnterPlanMode.md +0 -128
  1175. package/concepts/pt-BR/Tool-EnterWorktree.md +0 -56
  1176. package/concepts/pt-BR/Tool-ExitPlanMode.md +0 -62
  1177. package/concepts/pt-BR/Tool-Glob.md +0 -39
  1178. package/concepts/pt-BR/Tool-Grep.md +0 -57
  1179. package/concepts/pt-BR/Tool-NotebookEdit.md +0 -33
  1180. package/concepts/pt-BR/Tool-Read.md +0 -56
  1181. package/concepts/pt-BR/Tool-SendMessage.md +0 -41
  1182. package/concepts/pt-BR/Tool-Skill.md +0 -56
  1183. package/concepts/pt-BR/Tool-Task.md +0 -51
  1184. package/concepts/pt-BR/Tool-TaskCreate.md +0 -78
  1185. package/concepts/pt-BR/Tool-TaskGet.md +0 -56
  1186. package/concepts/pt-BR/Tool-TaskList.md +0 -56
  1187. package/concepts/pt-BR/Tool-TaskOutput.md +0 -40
  1188. package/concepts/pt-BR/Tool-TaskStop.md +0 -32
  1189. package/concepts/pt-BR/Tool-TaskUpdate.md +0 -123
  1190. package/concepts/pt-BR/Tool-TeamCreate.md +0 -38
  1191. package/concepts/pt-BR/Tool-TeamDelete.md +0 -30
  1192. package/concepts/pt-BR/Tool-WebFetch.md +0 -55
  1193. package/concepts/pt-BR/Tool-WebSearch.md +0 -58
  1194. package/concepts/pt-BR/Tool-Write.md +0 -39
  1195. package/concepts/pt-BR/Tool-executeCode.md +0 -41
  1196. package/concepts/pt-BR/Tool-getDiagnostics.md +0 -32
  1197. package/concepts/pt-BR/Tools.md +0 -67
  1198. package/concepts/ru/CacheRebuild.md +0 -36
  1199. package/concepts/ru/KVCacheContent.md +0 -49
  1200. package/concepts/ru/Tool-Agent.md +0 -125
  1201. package/concepts/ru/Tool-AskUserQuestion.md +0 -75
  1202. package/concepts/ru/Tool-Bash.md +0 -167
  1203. package/concepts/ru/Tool-Edit.md +0 -46
  1204. package/concepts/ru/Tool-EnterPlanMode.md +0 -128
  1205. package/concepts/ru/Tool-EnterWorktree.md +0 -56
  1206. package/concepts/ru/Tool-ExitPlanMode.md +0 -62
  1207. package/concepts/ru/Tool-Glob.md +0 -39
  1208. package/concepts/ru/Tool-Grep.md +0 -57
  1209. package/concepts/ru/Tool-NotebookEdit.md +0 -33
  1210. package/concepts/ru/Tool-Read.md +0 -56
  1211. package/concepts/ru/Tool-SendMessage.md +0 -41
  1212. package/concepts/ru/Tool-Skill.md +0 -56
  1213. package/concepts/ru/Tool-Task.md +0 -51
  1214. package/concepts/ru/Tool-TaskCreate.md +0 -78
  1215. package/concepts/ru/Tool-TaskGet.md +0 -56
  1216. package/concepts/ru/Tool-TaskList.md +0 -56
  1217. package/concepts/ru/Tool-TaskOutput.md +0 -40
  1218. package/concepts/ru/Tool-TaskStop.md +0 -32
  1219. package/concepts/ru/Tool-TaskUpdate.md +0 -123
  1220. package/concepts/ru/Tool-TeamCreate.md +0 -38
  1221. package/concepts/ru/Tool-TeamDelete.md +0 -30
  1222. package/concepts/ru/Tool-WebFetch.md +0 -55
  1223. package/concepts/ru/Tool-WebSearch.md +0 -58
  1224. package/concepts/ru/Tool-Write.md +0 -39
  1225. package/concepts/ru/Tool-executeCode.md +0 -41
  1226. package/concepts/ru/Tool-getDiagnostics.md +0 -32
  1227. package/concepts/ru/Tools.md +0 -67
  1228. package/concepts/th/CacheRebuild.md +0 -36
  1229. package/concepts/th/KVCacheContent.md +0 -49
  1230. package/concepts/th/Tool-Agent.md +0 -125
  1231. package/concepts/th/Tool-AskUserQuestion.md +0 -75
  1232. package/concepts/th/Tool-Bash.md +0 -167
  1233. package/concepts/th/Tool-Edit.md +0 -46
  1234. package/concepts/th/Tool-EnterPlanMode.md +0 -128
  1235. package/concepts/th/Tool-EnterWorktree.md +0 -56
  1236. package/concepts/th/Tool-ExitPlanMode.md +0 -62
  1237. package/concepts/th/Tool-Glob.md +0 -39
  1238. package/concepts/th/Tool-Grep.md +0 -57
  1239. package/concepts/th/Tool-NotebookEdit.md +0 -33
  1240. package/concepts/th/Tool-Read.md +0 -56
  1241. package/concepts/th/Tool-SendMessage.md +0 -41
  1242. package/concepts/th/Tool-Skill.md +0 -56
  1243. package/concepts/th/Tool-Task.md +0 -51
  1244. package/concepts/th/Tool-TaskCreate.md +0 -78
  1245. package/concepts/th/Tool-TaskGet.md +0 -56
  1246. package/concepts/th/Tool-TaskList.md +0 -56
  1247. package/concepts/th/Tool-TaskOutput.md +0 -40
  1248. package/concepts/th/Tool-TaskStop.md +0 -32
  1249. package/concepts/th/Tool-TaskUpdate.md +0 -123
  1250. package/concepts/th/Tool-TeamCreate.md +0 -38
  1251. package/concepts/th/Tool-TeamDelete.md +0 -30
  1252. package/concepts/th/Tool-WebFetch.md +0 -55
  1253. package/concepts/th/Tool-WebSearch.md +0 -58
  1254. package/concepts/th/Tool-Write.md +0 -39
  1255. package/concepts/th/Tool-executeCode.md +0 -41
  1256. package/concepts/th/Tool-getDiagnostics.md +0 -32
  1257. package/concepts/th/Tools.md +0 -67
  1258. package/concepts/tr/CacheRebuild.md +0 -36
  1259. package/concepts/tr/KVCacheContent.md +0 -49
  1260. package/concepts/tr/Tool-Agent.md +0 -125
  1261. package/concepts/tr/Tool-AskUserQuestion.md +0 -75
  1262. package/concepts/tr/Tool-Bash.md +0 -167
  1263. package/concepts/tr/Tool-Edit.md +0 -46
  1264. package/concepts/tr/Tool-EnterPlanMode.md +0 -128
  1265. package/concepts/tr/Tool-EnterWorktree.md +0 -56
  1266. package/concepts/tr/Tool-ExitPlanMode.md +0 -62
  1267. package/concepts/tr/Tool-Glob.md +0 -39
  1268. package/concepts/tr/Tool-Grep.md +0 -57
  1269. package/concepts/tr/Tool-NotebookEdit.md +0 -33
  1270. package/concepts/tr/Tool-Read.md +0 -56
  1271. package/concepts/tr/Tool-SendMessage.md +0 -41
  1272. package/concepts/tr/Tool-Skill.md +0 -56
  1273. package/concepts/tr/Tool-Task.md +0 -51
  1274. package/concepts/tr/Tool-TaskCreate.md +0 -78
  1275. package/concepts/tr/Tool-TaskGet.md +0 -56
  1276. package/concepts/tr/Tool-TaskList.md +0 -56
  1277. package/concepts/tr/Tool-TaskOutput.md +0 -40
  1278. package/concepts/tr/Tool-TaskStop.md +0 -32
  1279. package/concepts/tr/Tool-TaskUpdate.md +0 -123
  1280. package/concepts/tr/Tool-TeamCreate.md +0 -38
  1281. package/concepts/tr/Tool-TeamDelete.md +0 -30
  1282. package/concepts/tr/Tool-WebFetch.md +0 -55
  1283. package/concepts/tr/Tool-WebSearch.md +0 -58
  1284. package/concepts/tr/Tool-Write.md +0 -39
  1285. package/concepts/tr/Tool-executeCode.md +0 -41
  1286. package/concepts/tr/Tool-getDiagnostics.md +0 -32
  1287. package/concepts/tr/Tools.md +0 -67
  1288. package/concepts/uk/CacheRebuild.md +0 -36
  1289. package/concepts/uk/KVCacheContent.md +0 -49
  1290. package/concepts/uk/Tool-Agent.md +0 -125
  1291. package/concepts/uk/Tool-AskUserQuestion.md +0 -75
  1292. package/concepts/uk/Tool-Bash.md +0 -167
  1293. package/concepts/uk/Tool-Edit.md +0 -46
  1294. package/concepts/uk/Tool-EnterPlanMode.md +0 -128
  1295. package/concepts/uk/Tool-EnterWorktree.md +0 -56
  1296. package/concepts/uk/Tool-ExitPlanMode.md +0 -62
  1297. package/concepts/uk/Tool-Glob.md +0 -39
  1298. package/concepts/uk/Tool-Grep.md +0 -57
  1299. package/concepts/uk/Tool-NotebookEdit.md +0 -33
  1300. package/concepts/uk/Tool-Read.md +0 -56
  1301. package/concepts/uk/Tool-SendMessage.md +0 -41
  1302. package/concepts/uk/Tool-Skill.md +0 -56
  1303. package/concepts/uk/Tool-Task.md +0 -51
  1304. package/concepts/uk/Tool-TaskCreate.md +0 -78
  1305. package/concepts/uk/Tool-TaskGet.md +0 -56
  1306. package/concepts/uk/Tool-TaskList.md +0 -56
  1307. package/concepts/uk/Tool-TaskOutput.md +0 -40
  1308. package/concepts/uk/Tool-TaskStop.md +0 -32
  1309. package/concepts/uk/Tool-TaskUpdate.md +0 -123
  1310. package/concepts/uk/Tool-TeamCreate.md +0 -38
  1311. package/concepts/uk/Tool-TeamDelete.md +0 -30
  1312. package/concepts/uk/Tool-WebFetch.md +0 -55
  1313. package/concepts/uk/Tool-WebSearch.md +0 -58
  1314. package/concepts/uk/Tool-Write.md +0 -39
  1315. package/concepts/uk/Tool-executeCode.md +0 -41
  1316. package/concepts/uk/Tool-getDiagnostics.md +0 -32
  1317. package/concepts/uk/Tools.md +0 -67
  1318. package/concepts/zh/CacheRebuild.md +0 -36
  1319. package/concepts/zh/KVCacheContent.md +0 -49
  1320. package/concepts/zh/Tool-Agent.md +0 -125
  1321. package/concepts/zh/Tool-AskUserQuestion.md +0 -75
  1322. package/concepts/zh/Tool-Bash.md +0 -167
  1323. package/concepts/zh/Tool-Edit.md +0 -46
  1324. package/concepts/zh/Tool-EnterPlanMode.md +0 -128
  1325. package/concepts/zh/Tool-EnterWorktree.md +0 -56
  1326. package/concepts/zh/Tool-ExitPlanMode.md +0 -62
  1327. package/concepts/zh/Tool-Glob.md +0 -39
  1328. package/concepts/zh/Tool-Grep.md +0 -57
  1329. package/concepts/zh/Tool-NotebookEdit.md +0 -33
  1330. package/concepts/zh/Tool-Read.md +0 -56
  1331. package/concepts/zh/Tool-SendMessage.md +0 -41
  1332. package/concepts/zh/Tool-Skill.md +0 -56
  1333. package/concepts/zh/Tool-Task.md +0 -51
  1334. package/concepts/zh/Tool-TaskCreate.md +0 -78
  1335. package/concepts/zh/Tool-TaskGet.md +0 -56
  1336. package/concepts/zh/Tool-TaskList.md +0 -56
  1337. package/concepts/zh/Tool-TaskOutput.md +0 -40
  1338. package/concepts/zh/Tool-TaskStop.md +0 -32
  1339. package/concepts/zh/Tool-TaskUpdate.md +0 -123
  1340. package/concepts/zh/Tool-TeamCreate.md +0 -38
  1341. package/concepts/zh/Tool-TeamDelete.md +0 -30
  1342. package/concepts/zh/Tool-WebFetch.md +0 -55
  1343. package/concepts/zh/Tool-WebSearch.md +0 -58
  1344. package/concepts/zh/Tool-Write.md +0 -39
  1345. package/concepts/zh/Tool-executeCode.md +0 -41
  1346. package/concepts/zh/Tool-getDiagnostics.md +0 -32
  1347. package/concepts/zh-TW/CacheRebuild.md +0 -36
  1348. package/concepts/zh-TW/KVCacheContent.md +0 -49
  1349. package/concepts/zh-TW/Tool-Agent.md +0 -125
  1350. package/concepts/zh-TW/Tool-AskUserQuestion.md +0 -75
  1351. package/concepts/zh-TW/Tool-Bash.md +0 -167
  1352. package/concepts/zh-TW/Tool-Edit.md +0 -46
  1353. package/concepts/zh-TW/Tool-EnterPlanMode.md +0 -128
  1354. package/concepts/zh-TW/Tool-EnterWorktree.md +0 -56
  1355. package/concepts/zh-TW/Tool-ExitPlanMode.md +0 -62
  1356. package/concepts/zh-TW/Tool-Glob.md +0 -39
  1357. package/concepts/zh-TW/Tool-Grep.md +0 -57
  1358. package/concepts/zh-TW/Tool-NotebookEdit.md +0 -33
  1359. package/concepts/zh-TW/Tool-Read.md +0 -56
  1360. package/concepts/zh-TW/Tool-SendMessage.md +0 -41
  1361. package/concepts/zh-TW/Tool-Skill.md +0 -56
  1362. package/concepts/zh-TW/Tool-Task.md +0 -51
  1363. package/concepts/zh-TW/Tool-TaskCreate.md +0 -78
  1364. package/concepts/zh-TW/Tool-TaskGet.md +0 -56
  1365. package/concepts/zh-TW/Tool-TaskList.md +0 -56
  1366. package/concepts/zh-TW/Tool-TaskOutput.md +0 -40
  1367. package/concepts/zh-TW/Tool-TaskStop.md +0 -32
  1368. package/concepts/zh-TW/Tool-TaskUpdate.md +0 -123
  1369. package/concepts/zh-TW/Tool-TeamCreate.md +0 -38
  1370. package/concepts/zh-TW/Tool-TeamDelete.md +0 -30
  1371. package/concepts/zh-TW/Tool-WebFetch.md +0 -55
  1372. package/concepts/zh-TW/Tool-WebSearch.md +0 -58
  1373. package/concepts/zh-TW/Tool-Write.md +0 -39
  1374. package/concepts/zh-TW/Tool-executeCode.md +0 -41
  1375. package/concepts/zh-TW/Tool-getDiagnostics.md +0 -32
  1376. package/concepts/zh-TW/Tools.md +0 -67
  1377. package/dist/assets/App-BN2YmKSu.js +0 -41
  1378. package/dist/assets/App-fG2r3jFq.css +0 -1
  1379. package/dist/assets/AppHeader-BqUGBbBx.css +0 -41
  1380. package/dist/assets/AppHeader.module-CvH9GQQ2.js +0 -1250
  1381. package/dist/assets/Mobile-BnDkLcBv.css +0 -1
  1382. package/dist/assets/Mobile-CbC8YD3O.js +0 -10
  1383. package/dist/assets/_baseUniq-B2ddYY2A.js +0 -1
  1384. package/dist/assets/arc-DFPOHgcd.js +0 -1
  1385. package/dist/assets/architectureDiagram-Q4EWVU46-1tuXixQv.js +0 -36
  1386. package/dist/assets/blockDiagram-DXYQGD6D-BfVKQPAV.js +0 -132
  1387. package/dist/assets/c4Diagram-AHTNJAMY-Bua8O4-1.js +0 -10
  1388. package/dist/assets/channel-Cf9uPxYW.js +0 -1
  1389. package/dist/assets/chunk-4BX2VUAB-YOIkSNn_.js +0 -1
  1390. package/dist/assets/chunk-4TB4RGXK-CjZt-To5.js +0 -206
  1391. package/dist/assets/chunk-55IACEB6-BAEfMF5S.js +0 -1
  1392. package/dist/assets/chunk-EDXVE4YY-BUYDmLXU.js +0 -1
  1393. package/dist/assets/chunk-FMBD7UC4-Cw_LDap-.js +0 -15
  1394. package/dist/assets/chunk-OYMX7WX6-PlfZFFxd.js +0 -231
  1395. package/dist/assets/chunk-QZHKN3VN-C2ReFZl_.js +0 -1
  1396. package/dist/assets/chunk-YZCP3GAM-B7IVGkPB.js +0 -1
  1397. package/dist/assets/classDiagram-6PBFFD2Q-DdwVeNLZ.js +0 -1
  1398. package/dist/assets/classDiagram-v2-HSJHXN6E-DdwVeNLZ.js +0 -1
  1399. package/dist/assets/clone-C8Lz0121.js +0 -1
  1400. package/dist/assets/cose-bilkent-S5V4N54A-M6rBKf0y.js +0 -1
  1401. package/dist/assets/cytoscape.esm-DxGcaOPV.js +0 -331
  1402. package/dist/assets/dagre-KV5264BT-UPacTWnL.js +0 -4
  1403. package/dist/assets/defaultLocale-DX6XiGOO.js +0 -1
  1404. package/dist/assets/diagram-5BDNPKRD-Cjjtnh0e.js +0 -10
  1405. package/dist/assets/diagram-G4DWMVQ6-CjXILMP0.js +0 -24
  1406. package/dist/assets/diagram-MMDJMWI5-C_-XZ9gc.js +0 -43
  1407. package/dist/assets/diagram-TYMM5635-Dxe2GxUR.js +0 -24
  1408. package/dist/assets/erDiagram-SMLLAGMA-1w-wtgMd.js +0 -85
  1409. package/dist/assets/flowDiagram-DWJPFMVM-B9naMGCj.js +0 -162
  1410. package/dist/assets/ganttDiagram-T4ZO3ILL-BPZBdhPv.js +0 -292
  1411. package/dist/assets/gitGraphDiagram-UUTBAWPF-_P9PdiGG.js +0 -106
  1412. package/dist/assets/graph-CjOY8lRz.js +0 -1
  1413. package/dist/assets/html2canvas.esm-QH1iLAAe.js +0 -22
  1414. package/dist/assets/index-BcCW9op4.js +0 -41
  1415. package/dist/assets/index-DCtZ2KSX.css +0 -1
  1416. package/dist/assets/infoDiagram-42DDH7IO-Ch8SOTtq.js +0 -2
  1417. package/dist/assets/init-Gi6I4Gst.js +0 -1
  1418. package/dist/assets/ishikawaDiagram-UXIWVN3A-XLscQrJT.js +0 -70
  1419. package/dist/assets/journeyDiagram-VCZTEJTY-C3FQ_QPk.js +0 -139
  1420. package/dist/assets/kanban-definition-6JOO6SKY-DIQDTOi3.js +0 -89
  1421. package/dist/assets/katex-DkKDou_j.js +0 -257
  1422. package/dist/assets/layout-DO9W0X_b.js +0 -1
  1423. package/dist/assets/linear-ClCJqwn1.js +0 -1
  1424. package/dist/assets/mermaid.core-BW02B1TS.js +0 -308
  1425. package/dist/assets/min-BuzClhio.js +0 -1
  1426. package/dist/assets/mindmap-definition-QFDTVHPH-DuCaTeZu.js +0 -96
  1427. package/dist/assets/ordinal-Cboi1Yqb.js +0 -1
  1428. package/dist/assets/pieDiagram-DEJITSTG-BZoZ6CI1.js +0 -30
  1429. package/dist/assets/quadrantDiagram-34T5L4WZ-DFNwvtmc.js +0 -7
  1430. package/dist/assets/requirementDiagram-MS252O5E-DPG-7raV.js +0 -84
  1431. package/dist/assets/sankeyDiagram-XADWPNL6-Bp92e1ie.js +0 -10
  1432. package/dist/assets/sequenceDiagram-FGHM5R23-C6ADwqJY.js +0 -157
  1433. package/dist/assets/stateDiagram-FHFEXIEX-BfrwZGmF.js +0 -1
  1434. package/dist/assets/stateDiagram-v2-QKLJ7IA2-4gBW7EPI.js +0 -1
  1435. package/dist/assets/timeline-definition-GMOUNBTQ-Bb-TxYx2.js +0 -120
  1436. package/dist/assets/vennDiagram-DHZGUBPP-DTRiNXJu.js +0 -34
  1437. package/dist/assets/wardley-RL74JXVD-C8j_kjXS.js +0 -162
  1438. package/dist/assets/wardleyDiagram-NUSXRM2D-CvICMc3N.js +0 -20
  1439. package/dist/assets/xychartDiagram-5P7HB3ND-DI0bBGwq.js +0 -7
  1440. package/lib/kv-cache-analyzer.js +0 -164
@@ -0,0 +1,21 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" aria-hidden="true" stroke-linecap="round" stroke-linejoin="round">
2
+ <path d="M23.5 39a24 27 0 1 0 48 0a24 27 0 1 0-48 0Z" fill="rgba(143,181,200,0.22)"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.759;1" dur="1.08s" begin="0s" fill="freeze"/></path>
3
+ <path d="M38.5 69.5C33 71 27.5 74.5 24.5 79C22.6 82 22.2 84.5 22.2 86.5C28.5 91.5 38 93.6 47.5 93.6C57 93.6 66 91.5 72.8 86.5C72.8 84.5 72.4 82 70.5 79C67.5 74.5 62 71 56.5 69.5C51.5 72.8 43.5 72.8 38.5 69.5Z" fill="#8fb5c8"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.674;1" dur="0.86s" begin="0s" fill="freeze"/></path>
4
+ <path d="M24.5 79C29 74 34 71 39.5 69.6C41.5 73 40.5 78 37 81.5C33 85 27.5 85 24 82.5Z" fill="#79a3ba"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.72;1" dur="0.8s" begin="0s" fill="freeze"/></path>
5
+ <path d="M43 57L43 66C45.5 68 49.5 68 52 66L52 57C49.5 60 45.5 60 43 57Z" fill="#e9e4da"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.633;1" dur="0.6s" begin="0s" fill="freeze"/></path>
6
+ <path d="M43 57.5C45.5 60 49.5 60 52 57.5L52 61C49.5 63 45.5 63 43 61Z" fill="#d3ccbf"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.714;1" dur="0.7s" begin="0s" fill="freeze"/></path>
7
+ <path d="M29.5 42C27.5 31 30.5 19.5 40 13C44 10.2 51 10.2 55 13C64.5 19.5 67.5 31 65.5 42C64.5 53 57.5 61 47.5 62C37.5 61 30.5 53 29.5 42Z" fill="#e9e4da"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.548;1" dur="0.62s" begin="0s" fill="freeze"/></path>
8
+ <path d="M37.5 40a3.2 2.4 0 1 0 6.4 0a3.2 2.4 0 1 0-6.4 0ZM51 40a3.2 2.4 0 1 0 6.4 0a3.2 2.4 0 1 0-6.4 0Z" fill="#2b2233"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.571;1" dur="0.42s" begin="0s" fill="freeze"/></path>
9
+ <path d="M39.4 38.8a0.9 0.9 0 1 0 1.8 0a0.9 0.9 0 1 0-1.8 0ZM52.9 38.8a0.9 0.9 0 1 0 1.8 0a0.9 0.9 0 1 0-1.8 0Z" fill="#f4e9d8"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.68;1" dur="0.72s" begin="0s" fill="freeze"/></path>
10
+ <path d="M25 21.5L25.7 23.3L27.5 24L25.7 24.7L25 26.5L24.3 24.7L22.5 24L24.3 23.3ZM70 19.5L70.7 21.3L72.5 22L70.7 22.7L70 24.5L69.3 22.7L67.5 22L69.3 21.3ZM72.5 45L73.2 46.8L75 47.5L73.2 48.2L72.5 50L71.8 48.2L70 47.5L71.8 46.8ZM24 49L24.7 50.8L26.5 51.5L24.7 52.2L24 54L23.3 52.2L21.5 51.5L23.3 50.8Z" fill="#f4e9d8"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.82;1" dur="0.96s" begin="0s" fill="freeze"/></path>
11
+ <path d="M29.5 42C30.5 53 37.5 61 47.5 62C57.5 61 64.5 53 65.5 42" fill="none" stroke="#2b2233" stroke-width="3.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;0" keyTimes="0;1" calcMode="spline" keySplines=".4 0 .2 1" dur="0.24s" begin="0s" fill="freeze"/></path>
12
+ <path d="M47.5 44.5L46.8 48.2C47.2 48.8 48.3 48.8 48.7 48.2" fill="none" stroke="#2b2233" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.529;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.34s" begin="0s" fill="freeze"/></path>
13
+ <path d="M45.8 53C47 53.6 48.5 53.6 49.7 53" fill="none" stroke="#2b2233" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.6;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.44s" begin="0s" fill="freeze"/></path>
14
+ <path d="M29.5 42C27.5 31 30.5 19.5 40 13C44 10.2 51 10.2 55 13C64.5 19.5 67.5 31 65.5 42" fill="none" stroke="#2b2233" stroke-width="3.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.238;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.42s" begin="0s" fill="freeze"/></path>
15
+ <path d="M43 58L43 65M52 58L52 65" fill="none" stroke="#2b2233" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.769;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.52s" begin="0s" fill="freeze"/></path>
16
+ <path d="M30 72C36 68 44 68 50 71" fill="none" stroke="#2b2233" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.72;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.5s" begin="0s" fill="freeze"/></path>
17
+ <path d="M38.5 69.5C43.5 72.8 51.5 72.8 56.5 69.5" fill="none" stroke="#2b2233" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.774;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.62s" begin="0s" fill="freeze"/></path>
18
+ <path d="M38.5 69.5C33 71 27.5 74.5 24.5 79C22.6 82 22.2 84.5 22.2 86.5" fill="none" stroke="#2b2233" stroke-width="3.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.714;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.7s" begin="0s" fill="freeze"/></path>
19
+ <path d="M56.5 69.5C62 71 67.5 74.5 70.5 79C72.4 82 72.8 84.5 72.8 86.5" fill="none" stroke="#2b2233" stroke-width="3.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.73;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.74s" begin="0s" fill="freeze"/></path>
20
+ <path d="M70 30L73 28M26 34L23 33M68 52L71 53" fill="none" stroke="#8fb5c8" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.78;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="1s" begin="0s" fill="freeze"/></path>
21
+ </svg>
@@ -0,0 +1,23 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" aria-hidden="true" stroke-linecap="round" stroke-linejoin="round">
2
+ <path d="M38.5 69.5C33 71 27.5 74.5 24.5 79C22.6 82 22.2 84.5 22.2 86.5C28.5 91.5 38 93.6 47.5 93.6C57 93.6 66 91.5 72.8 86.5C72.8 84.5 72.4 82 70.5 79C67.5 74.5 62 71 56.5 69.5C51.5 72.8 43.5 72.8 38.5 69.5Z" fill="#2c3e6b"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.674;1" dur="0.86s" begin="0s" fill="freeze"/></path>
3
+ <path d="M24.5 84C26 79 30 74 37 71.5C37.5 75 37.5 80 38.5 84C33 85 28 85 24.5 84ZM70.5 84C69 79 65 74 58 71.5C57.5 75 57.5 80 56.5 84C62 85 67 85 70.5 84Z" fill="#e0b32a"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.694;1" dur="0.72s" begin="0s" fill="freeze"/></path>
4
+ <path d="M43 54.5L43 64C45.5 66 49.5 66 52 64L52 54.5C49.5 57.5 45.5 57.5 43 54.5Z" fill="#eec49c"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.633;1" dur="0.6s" begin="0s" fill="freeze"/></path>
5
+ <path d="M43 55C45.5 57.8 49.5 57.8 52 55L52 58.5C49.5 60.8 45.5 60.8 43 58.5Z" fill="#dfa878"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.714;1" dur="0.7s" begin="0s" fill="freeze"/></path>
6
+ <path d="M35.2 34C35.2 26.8 40.6 23.6 47.5 23.6C54.4 23.6 60 27 60 34.2C60 43.5 58 50.8 54.2 54.8C50.4 58.8 44.6 58.7 40.9 54.6C37.2 50.4 35.2 43 35.2 34Z" fill="#eec49c"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.548;1" dur="0.62s" begin="0s" fill="freeze"/></path>
7
+ <path d="M42 55C44.5 58 50.5 58 53 55C51 57.5 44 57.5 42 55Z" fill="rgba(160,104,64,0.25)"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.7;1" dur="0.7s" begin="0s" fill="freeze"/></path>
8
+ <path d="M34 42C33 47 33 53 36 57.5C38.5 55 40 50 40 45L38 42C36.5 41.5 35 41.5 34 42ZM61 42C62 47 62 53 59 57.5C56.5 55 55 50 55 45L57 42C58.5 41.5 60 41.5 61 42Z" fill="#2c3e6b"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.6;1" dur="0.66s" begin="0s" fill="freeze"/></path>
9
+ <path d="M34 42C32.5 36 33 22 35.5 16C38 11 43 9.5 47.5 9.5C52 9.5 57 11 59.5 16C62 22 62.5 36 61 42C54 44 41 44 34 42Z" fill="#e0b32a"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.517;1" dur="0.58s" begin="0s" fill="freeze"/></path>
10
+ <path d="M34.5 34C34 28 34 21 35 16C32 13.5 29 12 25.5 11C27 19 31 29 34.5 34ZM60.5 34C61 28 61 21 60 16C63 13.5 66 12 69.5 11C68 19 64 29 60.5 34Z" fill="#2b2233"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.5;1" dur="0.56s" begin="0s" fill="freeze"/></path>
11
+ <path d="M37.5 43.3C39.5 42.8 43 43.8 45.5 45.3C43.5 46.5 40.5 46.3 38.5 45.5C37.8 45 37.4 44.1 37.5 43.3ZM57.5 43.3C55.5 42.8 52 43.8 49.5 45.3C51.5 46.5 54.5 46.3 56.5 45.5C57.2 45 57.6 44.1 57.5 43.3Z" fill="#f4e9d8"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.633;1" dur="0.5s" begin="0s" fill="freeze"/></path>
12
+ <path d="M39.5 53C41.5 57 44.5 59 47.5 59C50.5 59 53.5 57 55.5 53" fill="none" stroke="#2b2233" stroke-width="3.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;0" keyTimes="0;1" calcMode="spline" keySplines=".4 0 .2 1" dur="0.24s" begin="0s" fill="freeze"/></path>
13
+ <path d="M34 42C32.5 36 33 22 35.5 16C38 11 43 9.5 47.5 9.5C52 9.5 57 11 59.5 16C62 22 62.5 36 61 42" fill="none" stroke="#2b2233" stroke-width="3.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.238;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.42s" begin="0s" fill="freeze"/></path>
14
+ <path d="M34 42C41 44 54 44 61 42" fill="none" stroke="#2b2233" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.6;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.46s" begin="0s" fill="freeze"/></path>
15
+ <path d="M37.5 43.3C39.5 42.8 43 43.8 45.5 45.3C43.5 46.5 40.5 46.3 38.5 45.5C37.8 45 37.4 44.1 37.5 43.3ZM57.5 43.3C55.5 42.8 52 43.8 49.5 45.3C51.5 46.5 54.5 46.3 56.5 45.5C57.2 45 57.6 44.1 57.5 43.3Z" fill="none" stroke="#2b2233" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.5;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.42s" begin="0s" fill="freeze"/></path>
16
+ <path d="M47.5 47L46.5 50.5C47 51 48 51 48.5 50.5" fill="none" stroke="#2b2233" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.529;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.34s" begin="0s" fill="freeze"/></path>
17
+ <path d="M42.5 54C45 53.4 50 53.4 52.5 54" fill="none" stroke="#2b2233" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.759;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.58s" begin="0s" fill="freeze"/></path>
18
+ <path d="M43 56L43 63.2M52 56L52 63.2" fill="none" stroke="#2b2233" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.769;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.52s" begin="0s" fill="freeze"/></path>
19
+ <path d="M38.5 69.5C33 71 27.5 74.5 24.5 79C22.6 82 22.2 84.5 22.2 86.5" fill="none" stroke="#2b2233" stroke-width="3.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.714;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.7s" begin="0s" fill="freeze"/></path>
20
+ <path d="M56.5 69.5C62 71 67.5 74.5 70.5 79C72.4 82 72.8 84.5 72.8 86.5" fill="none" stroke="#2b2233" stroke-width="3.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.73;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.74s" begin="0s" fill="freeze"/></path>
21
+ <path d="M67 56.8L79 44.8M70 58.8L83 47.8M73 60.8L86 51.8" fill="none" stroke="#2b2233" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.77;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.98s" begin="0s" fill="freeze"/></path>
22
+ <path d="M66 56L78 44M69 58L82 47M72 60L85 51" fill="none" stroke="#9aa0a8" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.78;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="1s" begin="0s" fill="freeze"/></path>
23
+ </svg>
@@ -0,0 +1,30 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" aria-hidden="true" stroke-linecap="round" stroke-linejoin="round">
2
+ <path d="M38.5 69.5C33 71 27.5 74.5 24.5 79C22.6 82 22.2 84.5 22.2 86.5C28.5 91.5 38 93.6 47.5 93.6C57 93.6 66 91.5 72.8 86.5C72.8 84.5 72.4 82 70.5 79C67.5 74.5 62 71 56.5 69.5C51.5 72.8 43.5 72.8 38.5 69.5Z" fill="#2c3e6b"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.674;1" dur="0.86s" begin="0s" fill="freeze"/></path>
3
+ <path d="M43 54.5L43 64C45.5 66 49.5 66 52 64L52 54.5C49.5 57.5 45.5 57.5 43 54.5Z" fill="#eec49c"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.633;1" dur="0.6s" begin="0s" fill="freeze"/></path>
4
+ <path d="M43 55C45.5 57.8 49.5 57.8 52 55L52 58.5C49.5 60.8 45.5 60.8 43 58.5Z" fill="#dfa878"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.714;1" dur="0.7s" begin="0s" fill="freeze"/></path>
5
+ <path d="M32.5 44C31 35 31.5 25 35.5 19C39.5 13.5 44 12 47.5 12C51 12 55.5 13.5 59.5 19C63.5 25 64 35 62.5 44C62 51 59.5 56 56 59C52 62 43 62 39 59C35.5 56 33 51 32.5 44Z" fill="#2c3e6b"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.517;1" dur="0.58s" begin="0s" fill="freeze"/></path>
6
+ <path d="M36.5 39C36 45 37.5 52 41 56C44 59 51 59 54 56C57.5 52 59 45 58.5 39C54 41 41 41 36.5 39Z" fill="#eec49c"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.548;1" dur="0.62s" begin="0s" fill="freeze"/></path>
7
+ <path d="M43.9 52.1C45.3 51.2 46.9 51.4 47.6 52C48.3 51.4 49.9 51.2 51.3 52.1C50 53.7 45.3 53.7 43.9 52.1Z" fill="#b56a68"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.652;1" dur="0.46s" begin="0s" fill="freeze"/></path>
8
+ <path d="M40.9 42.6a1.8 1.5 0 1 0 3.6 0a1.8 1.5 0 1 0-3.6 0ZM51.1 42.6a1.8 1.5 0 1 0 3.6 0a1.8 1.5 0 1 0-3.6 0Z" fill="#2b2233"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.571;1" dur="0.42s" begin="0s" fill="freeze"/></path>
9
+ <path d="M37 38.5L27.5 35.5L32 38.5L27.5 41L33 41.5L29 43.5L37 43Z" fill="#f4e9d8"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.72;1" dur="0.76s" begin="0s" fill="freeze"/></path>
10
+ <path d="M58 38.5L67.5 35.5L63 38.5L67.5 41L62 41.5L66 43.5L58 43Z" fill="#f4e9d8"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.73;1" dur="0.78s" begin="0s" fill="freeze"/></path>
11
+ <path d="M66 45a11 11 0 1 0 22 0a11 11 0 1 0-22 0Z" fill="#c9403a"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.75;1" dur="0.9s" begin="0s" fill="freeze"/></path>
12
+ <path d="M68.5 45a8.5 8.5 0 1 0 17 0a8.5 8.5 0 1 0-17 0Z" fill="#f4e9d8"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.77;1" dur="0.92s" begin="0s" fill="freeze"/></path>
13
+ <path d="M71 45a6 6 0 1 0 12 0a6 6 0 1 0-12 0Z" fill="#c9403a"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.79;1" dur="0.94s" begin="0s" fill="freeze"/></path>
14
+ <path d="M73.2 45a3.8 3.8 0 1 0 7.6 0a3.8 3.8 0 1 0-7.6 0Z" fill="#2c3e6b"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.81;1" dur="0.96s" begin="0s" fill="freeze"/></path>
15
+ <path d="M77 41.7L77.8 43.9L80.1 44L78.3 45.4L79 47.7L77 46.4L75 47.7L75.7 45.4L73.9 44L76.2 43.9Z" fill="#f4e9d8"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.85;1" dur="1s" begin="0s" fill="freeze"/></path>
16
+ <path d="M36.5 39C36 45 37.5 52 41 56C44 59 51 59 54 56C57.5 52 59 45 58.5 39" fill="none" stroke="#2b2233" stroke-width="3.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;0" keyTimes="0;1" calcMode="spline" keySplines=".4 0 .2 1" dur="0.24s" begin="0s" fill="freeze"/></path>
17
+ <path d="M40.4 40.2C41.8 39.7 43.6 39.7 44.9 40.2" fill="none" stroke="#2b2233" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.467;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.3s" begin="0s" fill="freeze"/></path>
18
+ <path d="M50.1 40.2C51.4 39.7 53.2 39.7 54.6 40.2" fill="none" stroke="#2b2233" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.5;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.32s" begin="0s" fill="freeze"/></path>
19
+ <path d="M47.4 43C47.2 45.4 46.9 47.2 46.3 48.4C47 49.1 48.2 49.1 48.9 48.5" fill="none" stroke="#2b2233" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.529;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.34s" begin="0s" fill="freeze"/></path>
20
+ <path d="M32.5 44C31 35 31.5 25 35.5 19C39.5 13.5 44 12 47.5 12C51 12 55.5 13.5 59.5 19C63.5 25 64 35 62.5 44" fill="none" stroke="#2b2233" stroke-width="3.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.238;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.42s" begin="0s" fill="freeze"/></path>
21
+ <path d="M36.5 39C41 41 54 41 58.5 39" fill="none" stroke="#2b2233" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.667;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.48s" begin="0s" fill="freeze"/></path>
22
+ <path d="M44.5 52.5C46.5 53.3 48.5 53.3 50.5 52.5" fill="none" stroke="#2b2233" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.72;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.5s" begin="0s" fill="freeze"/></path>
23
+ <path d="M38.5 69.5C43.5 72.8 51.5 72.8 56.5 69.5" fill="none" stroke="#2b2233" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.774;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.62s" begin="0s" fill="freeze"/></path>
24
+ <path d="M38.5 69.5C33 71 27.5 74.5 24.5 79C22.6 82 22.2 84.5 22.2 86.5" fill="none" stroke="#2b2233" stroke-width="3.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.714;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.7s" begin="0s" fill="freeze"/></path>
25
+ <path d="M56.5 69.5C62 71 67.5 74.5 70.5 79C72.4 82 72.8 84.5 72.8 86.5" fill="none" stroke="#2b2233" stroke-width="3.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.73;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.74s" begin="0s" fill="freeze"/></path>
26
+ <path d="M35 72L57 89" fill="none" stroke="#c9403a" stroke-width="3.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.7;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.78s" begin="0s" fill="freeze"/></path>
27
+ <path d="M39.5 71L61.5 88" fill="none" stroke="#f4e9d8" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.76;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.82s" begin="0s" fill="freeze"/></path>
28
+ <path d="M66 45a11 11 0 1 0 22 0a11 11 0 1 0-22 0Z" fill="none" stroke="#2b2233" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.725;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.8s" begin="0s" fill="freeze"/></path>
29
+ <path d="M70 40C72 37.5 75.5 36.5 78.5 37.5" fill="none" stroke="#f4e9d8" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.78;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="1s" begin="0s" fill="freeze"/></path>
30
+ </svg>
@@ -0,0 +1,19 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" aria-hidden="true" stroke-linecap="round" stroke-linejoin="round">
2
+ <path d="M38.5 69.5C33 71 27.5 74.5 24.5 79C22.6 82 22.2 84.5 22.2 86.5C28.5 91.5 38 93.6 47.5 93.6C57 93.6 66 91.5 72.8 86.5C72.8 84.5 72.4 82 70.5 79C67.5 74.5 62 71 56.5 69.5C51.5 72.8 43.5 72.8 38.5 69.5Z" fill="#3b5ba5"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.674;1" dur="0.86s" begin="0s" fill="freeze"/></path>
3
+ <path d="M43 55C45.5 57.5 49.5 57.5 52 55L52 66C49.5 68 45.5 68 43 66Z" fill="#c9403a"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.633;1" dur="0.6s" begin="0s" fill="freeze"/></path>
4
+ <path d="M39 67C43 70 52 70 56 67C59 72 60 81 59 90C53 91.5 42 91.5 36 90C35 81 36 72 39 67Z" fill="#c9403a"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.694;1" dur="0.72s" begin="0s" fill="freeze"/></path>
5
+ <path d="M35.2 34C35.2 26.8 40.6 23.6 47.5 23.6C54.4 23.6 60 27 60 34.2C60 43.5 58 50.8 54.2 54.8C50.4 58.8 44.6 58.7 40.9 54.6C37.2 50.4 35.2 43 35.2 34Z" fill="#c9403a"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.548;1" dur="0.62s" begin="0s" fill="freeze"/></path>
6
+ <path d="M35.4 33C34 26 34.5 18 37.5 14C40.5 10 44.5 9.5 49.5 9.5C54.5 9.5 58.5 10 61.5 14C64.5 18 65 26 59.6 33.5Z" fill="#c9403a"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.517;1" dur="0.58s" begin="0s" fill="freeze"/></path>
7
+ <path d="M46 50C43.5 49 39 48.5 36 46C33.5 44 33.8 40.3 37 39.8C40.2 39.3 43.8 41.3 45.4 44C46.5 46 46.7 48 46 50ZM49 50C51.5 49 56 48.5 59 46C61.5 44 61.2 40.3 58 39.8C54.8 39.3 51.2 41.3 49.6 44C48.5 46 48.3 48 49 50Z" fill="#f4e9d8"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.633;1" dur="0.6s" begin="0s" fill="freeze"/></path>
8
+ <path d="M46.3 75a1.3 1.3 0 1 0 2.4 0a1.3 1.3 0 1 0-2.4 0ZM45.3 78.5a2.2 2.6 0 1 0 4.4 0a2.2 2.6 0 1 0-4.4 0Z" fill="#2b2233"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.79;1" dur="0.82s" begin="0s" fill="freeze"/></path>
9
+ <path d="M70.2 53a2.7 2.7 0 1 0 5.4 0a2.7 2.7 0 1 0-5.4 0Z" fill="#2b2233"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.85;1" dur="1s" begin="0s" fill="freeze"/></path>
10
+ <path d="M35.4 33C34.8 40.5 36.2 48.8 40.9 54.6C44.4 58.6 50.4 58.7 54.2 54.8C58.4 50 59.8 41 59.6 33.5" fill="none" stroke="#2b2233" stroke-width="3.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;0" keyTimes="0;1" calcMode="spline" keySplines=".4 0 .2 1" dur="0.24s" begin="0s" fill="freeze"/></path>
11
+ <path d="M35.4 33C34 26 34.5 18 37.5 14C40.5 10 44.5 9.5 49.5 9.5C54.5 9.5 58.5 10 61.5 14C64.5 18 65 26 59.6 33.5" fill="none" stroke="#2b2233" stroke-width="3.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.238;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.42s" begin="0s" fill="freeze"/></path>
12
+ <path d="M46 50C43.5 49 39 48.5 36 46C33.5 44 33.8 40.3 37 39.8C40.2 39.3 43.8 41.3 45.4 44C46.5 46 46.7 48 46 50ZM49 50C51.5 49 56 48.5 59 46C61.5 44 61.2 40.3 58 39.8C54.8 39.3 51.2 41.3 49.6 44C48.5 46 48.3 48 49 50Z" fill="none" stroke="#2b2233" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.5;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.42s" begin="0s" fill="freeze"/></path>
13
+ <path d="M47 26C43 26 39 28 36 31M47 31C44 31 40.5 33 38 35.5M48 26C52 26 56 28 59 31M48 31C51 31 54.5 33 57 35.5" fill="none" stroke="#2b2233" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.72;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.72s" begin="0s" fill="freeze"/></path>
14
+ <path d="M38.5 69.5C33 71 27.5 74.5 24.5 79C22.6 82 22.2 84.5 22.2 86.5" fill="none" stroke="#2b2233" stroke-width="3.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.714;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.7s" begin="0s" fill="freeze"/></path>
15
+ <path d="M56.5 69.5C62 71 67.5 74.5 70.5 79C72.4 82 72.8 84.5 72.8 86.5" fill="none" stroke="#2b2233" stroke-width="3.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.73;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.74s" begin="0s" fill="freeze"/></path>
16
+ <path d="M46 76.5C43.5 75.5 41 75 39 75.5M46 78C43 77.5 40.5 78 38.5 78.5M46 79.5C43.5 79.5 41.5 80.5 40 82M49 76.5C51.5 75.5 54 75 56 75.5M49 78C52 77.5 54.5 78 56.5 78.5M49 79.5C51.5 79.5 53.5 80.5 55 82" fill="none" stroke="#2b2233" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.795;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.82s" begin="0s" fill="freeze"/></path>
17
+ <path d="M76 22C79 32 77.5 44 72.9 52.5" fill="none" stroke="#2b2233" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.78;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="1s" begin="0s" fill="freeze"/></path>
18
+ <path d="M70.5 51.5C69 50.5 68.5 49.5 68 48.3M75.4 51.5C76.9 50.5 77.4 49.5 77.9 48.3M70.5 54.7C69 55.7 68.5 56.7 68 57.9M75.4 54.7C76.9 55.7 77.4 56.7 77.9 57.9" fill="none" stroke="#2b2233" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.8;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.84s" begin="0s" fill="freeze"/></path>
19
+ </svg>
@@ -0,0 +1,24 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" aria-hidden="true" stroke-linecap="round" stroke-linejoin="round">
2
+ <path d="M38.5 69.5C33 71 27.5 74.5 24.5 79C22.6 82 22.2 84.5 22.2 86.5C28.5 91.5 38 93.6 47.5 93.6C57 93.6 66 91.5 72.8 86.5C72.8 84.5 72.4 82 70.5 79C67.5 74.5 62 71 56.5 69.5C51.5 72.8 43.5 72.8 38.5 69.5Z" fill="#5a6b4a"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.674;1" dur="0.86s" begin="0s" fill="freeze"/></path>
3
+ <path d="M43 54.5L43 64C45.5 66 49.5 66 52 64L52 54.5C49.5 57.5 45.5 57.5 43 54.5Z" fill="#6e4a2f"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.633;1" dur="0.6s" begin="0s" fill="freeze"/></path>
4
+ <path d="M43 55C45.5 57.8 49.5 57.8 52 55L52 58.5C49.5 60.8 45.5 60.8 43 58.5Z" fill="#5a3d26"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.714;1" dur="0.7s" begin="0s" fill="freeze"/></path>
5
+ <path d="M40.5 63C43.5 66.3 51.5 66.3 54.5 63L56.5 69.5C51.5 72.8 43.5 72.8 38.5 69.5Z" fill="#5a3d26"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.694;1" dur="0.72s" begin="0s" fill="freeze"/></path>
6
+ <path d="M35.2 34C35.2 27 36 24 40 23C43.5 22.2 51.5 22.2 55 23C59 24 60 27 60 34.2C60 43.5 58 50.8 54.2 54.8C50.4 58.8 44.6 58.7 40.9 54.6C37.2 50.4 35.2 43 35.2 34Z" fill="#6e4a2f"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.548;1" dur="0.62s" begin="0s" fill="freeze"/></path>
7
+ <path d="M38.5 43a3.5 3.5 0 1 0 7 0a3.5 3.5 0 1 0-7 0ZM50 43a3.5 3.5 0 1 0 7 0a3.5 3.5 0 1 0-7 0Z" fill="#2b2233"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.571;1" dur="0.42s" begin="0s" fill="freeze"/></path>
8
+ <path d="M43 41.3a1 1 0 1 0 2 0a1 1 0 1 0-2 0ZM54.5 41.3a1 1 0 1 0 2 0a1 1 0 1 0-2 0Z" fill="#f4e9d8"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.733;1" dur="0.75s" begin="0s" fill="freeze"/></path>
9
+ <path d="M37 19.5C33.5 18.5 31.5 20.5 32.5 23.5C36 24 38 21.5 37 19.5Z" fill="#7a9a4a"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.79;1" dur="0.94s" begin="0s" fill="freeze"/></path>
10
+ <path d="M58 19.5C61.5 18.5 63.5 20.5 62.5 23.5C59 24 57 21.5 58 19.5Z" fill="#7a9a4a"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.8;1" dur="0.96s" begin="0s" fill="freeze"/></path>
11
+ <path d="M30 72C26.5 71 24.5 73 25.5 76C29 76.5 31 74 30 72Z" fill="#7a9a4a"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.82;1" dur="1s" begin="0s" fill="freeze"/></path>
12
+ <path d="M35.4 33C34.8 40.5 36.2 48.8 40.9 54.6C44.4 58.6 50.4 58.7 54.2 54.8C58.4 50 59.8 41 59.6 33.5" fill="none" stroke="#2b2233" stroke-width="3.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;0" keyTimes="0;1" calcMode="spline" keySplines=".4 0 .2 1" dur="0.24s" begin="0s" fill="freeze"/></path>
13
+ <path d="M38.5 38.5C40 37.3 44 37.3 45.5 38.5M50.5 38.5C52 37.3 56 37.3 57.5 38.5" fill="none" stroke="#2b2233" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.467;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.3s" begin="0s" fill="freeze"/></path>
14
+ <path d="M46.5 49C47 50.2 48 50.2 48.5 49" fill="none" stroke="#2b2233" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.529;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.34s" begin="0s" fill="freeze"/></path>
15
+ <path d="M44.5 53.5C46.5 55 48.5 55 50.5 53.5" fill="none" stroke="#2b2233" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.55;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.36s" begin="0s" fill="freeze"/></path>
16
+ <path d="M35.2 34C35.2 27 36 24 40 23C43.5 22.2 51.5 22.2 55 23C59 24 60 27 59.9 34" fill="none" stroke="#2b2233" stroke-width="3.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.238;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.42s" begin="0s" fill="freeze"/></path>
17
+ <path d="M47.5 34C47.2 39 47.2 44 47.5 49M37.5 37C37 43 37 49 38 54M57.5 37C58 43 58 49 57 54M43 50.5C42.8 52.5 42.8 54.5 43.2 56" fill="none" stroke="#4a3120" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.667;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.48s" begin="0s" fill="freeze"/></path>
18
+ <path d="M43 56L43 63.2M52 56L52 63.2" fill="none" stroke="#2b2233" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.769;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.52s" begin="0s" fill="freeze"/></path>
19
+ <path d="M40.5 63C43.5 66.3 51.5 66.3 54.5 63" fill="none" stroke="#2b2233" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.759;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.58s" begin="0s" fill="freeze"/></path>
20
+ <path d="M38.5 69.5C33 71 27.5 74.5 24.5 79C22.6 82 22.2 84.5 22.2 86.5" fill="none" stroke="#2b2233" stroke-width="3.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.714;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.7s" begin="0s" fill="freeze"/></path>
21
+ <path d="M56.5 69.5C62 71 67.5 74.5 70.5 79C72.4 82 72.8 84.5 72.8 86.5" fill="none" stroke="#2b2233" stroke-width="3.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.73;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.74s" begin="0s" fill="freeze"/></path>
22
+ <path d="M33 79C36 80 40 80.5 43 80M52 80C55 80.5 59 80 62 79M28 74C29.5 75 31 75.3 32.5 75" fill="none" stroke="#47563a" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.795;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.82s" begin="0s" fill="freeze"/></path>
23
+ <path d="M34 22.5L36.5 20.3M60 22.5L57.5 20.3M27 74.5L29.3 72.5" fill="none" stroke="#4f6b32" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.78;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="1s" begin="0s" fill="freeze"/></path>
24
+ </svg>
@@ -0,0 +1,16 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" aria-hidden="true" stroke-linecap="round" stroke-linejoin="round">
2
+ <path d="M38.5 69.5C33 71 27.5 74.5 24.5 79C22.6 82 22.2 84.5 22.2 86.5C28.5 91.5 38 93.6 47.5 93.6C57 93.6 66 91.5 72.8 86.5C72.8 84.5 72.4 82 70.5 79C67.5 74.5 62 71 56.5 69.5C51.5 72.8 43.5 72.8 38.5 69.5Z" fill="#2b2b33"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.674;1" dur="0.86s" begin="0s" fill="freeze"/></path>
3
+ <path d="M42 58.5L42 71L53 71L53 58.5C50.5 61.5 44.5 61.5 42 58.5Z" fill="#2b2b33"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.633;1" dur="0.6s" begin="0s" fill="freeze"/></path>
4
+ <path d="M34 42C34 25 40 17 47.5 17C55 17 61 25 61 42C61 52 58 58 53 61.5C50 63.5 45 63.5 42 61.5C37 58 34 52 34 42Z" fill="#8a8f98"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.548;1" dur="0.62s" begin="0s" fill="freeze"/></path>
5
+ <path d="M40 18C35 19 32.5 26 33 36L36 36C36 28 38 22 42 19ZM55 18C60 19 62.5 26 62 36L59 36C59 28 57 22 53 19Z" fill="#c9403a"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.6;1" dur="0.68s" begin="0s" fill="freeze"/></path>
6
+ <path d="M37 40a5 5 0 1 0 10 0a5 5 0 1 0-10 0ZM48 40a5 5 0 1 0 10 0a5 5 0 1 0-10 0Z" fill="#c9403a"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.66;1" dur="0.74s" begin="0s" fill="freeze"/></path>
7
+ <path d="M39.3 38a1 1 0 1 0 2 0a1 1 0 1 0-2 0ZM50.3 38a1 1 0 1 0 2 0a1 1 0 1 0-2 0Z" fill="#f4e9d8"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.78;1" dur="0.9s" begin="0s" fill="freeze"/></path>
8
+ <path d="M44 50L51 50C52.5 50 52.5 56 51 56L44 56C42.5 56 42.5 50 44 50Z" fill="#9aa0a8"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.7;1" dur="0.8s" begin="0s" fill="freeze"/></path>
9
+ <path d="M34 42C34 25 40 17 47.5 17C55 17 61 25 61 42C61 52 58 58 53 61.5C50 63.5 45 63.5 42 61.5C37 58 34 52 34 42Z" fill="none" stroke="#2b2233" stroke-width="3.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;0" keyTimes="0;1" calcMode="spline" keySplines=".4 0 .2 1" dur="0.24s" begin="0s" fill="freeze"/></path>
10
+ <path d="M43 18.5L40 12.5M52 18.5L55 12.5" fill="none" stroke="#2b2233" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.2;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.42s" begin="0s" fill="freeze"/></path>
11
+ <path d="M37 40a5 5 0 1 0 10 0a5 5 0 1 0-10 0ZM48 40a5 5 0 1 0 10 0a5 5 0 1 0-10 0Z" fill="none" stroke="#2b2233" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.45;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.5s" begin="0s" fill="freeze"/></path>
12
+ <path d="M46 51.5L46 54.5M49 51.5L49 54.5" fill="none" stroke="#2b2233" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.55;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.56s" begin="0s" fill="freeze"/></path>
13
+ <path d="M39.5 12.5a1.6 1.6 0 1 0 3.2 0a1.6 1.6 0 1 0-3.2 0ZM53.3 12.5a1.6 1.6 0 1 0 3.2 0a1.6 1.6 0 1 0-3.2 0Z" fill="#8a8f98"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.72;1" dur="0.8s" begin="0s" fill="freeze"/></path>
14
+ <path d="M38.5 69.5C33 71 27.5 74.5 24.5 79C22.6 82 22.2 84.5 22.2 86.5M56.5 69.5C62 71 67.5 74.5 70.5 79C72.4 82 72.8 84.5 72.8 86.5" fill="none" stroke="#2b2233" stroke-width="3.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.73;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.74s" begin="0s" fill="freeze"/></path>
15
+ <path d="M37 80.5L58 80.5M40 86L55 86" fill="none" stroke="#c9403a" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.78;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.94s" begin="0s" fill="freeze"/></path>
16
+ </svg>
@@ -0,0 +1,35 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" aria-hidden="true" stroke-linecap="round" stroke-linejoin="round">
2
+ <path d="M63.5 45a13 13 0 1 0 26 0a13 13 0 1 0-26 0Z" fill="rgba(124,229,119,0.28)"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.759;1" dur="1.08s" begin="0s" fill="freeze"/></path>
3
+ <path d="M38.5 69.5C33 71 27.5 74.5 24.5 79C22.6 82 22.2 84.5 22.2 86.5C28.5 91.5 38 93.6 47.5 93.6C57 93.6 66 91.5 72.8 86.5C72.8 84.5 72.4 82 70.5 79C67.5 74.5 62 71 56.5 69.5C51.5 72.8 43.5 72.8 38.5 69.5Z" fill="#2e4057"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.674;1" dur="0.86s" begin="0s" fill="freeze"/></path>
4
+ <path d="M43 54.5L43 64C45.5 66 49.5 66 52 64L52 54.5C49.5 57.5 45.5 57.5 43 54.5Z" fill="#eec49c"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.633;1" dur="0.6s" begin="0s" fill="freeze"/></path>
5
+ <path d="M43 55C45.5 57.8 49.5 57.8 52 55L52 58.5C49.5 60.8 45.5 60.8 43 58.5Z" fill="#dfa878"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.714;1" dur="0.7s" begin="0s" fill="freeze"/></path>
6
+ <path d="M40.5 63C43.5 66.3 51.5 66.3 54.5 63L56.5 69.5C51.5 72.8 43.5 72.8 38.5 69.5Z" fill="#f4e9d8"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.694;1" dur="0.72s" begin="0s" fill="freeze"/></path>
7
+ <path d="M35.2 34C35.2 26.8 40.6 23.6 47.5 23.6C54.4 23.6 60 27 60 34.2C60 43.5 58 50.8 54.2 54.8C50.4 58.8 44.6 58.7 40.9 54.6C37.2 50.4 35.2 43 35.2 34Z" fill="#eec49c"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.548;1" dur="0.62s" begin="0s" fill="freeze"/></path>
8
+ <path d="M38.7 47.2a2.3 1.9 0 1 0 4.6 0a2.3 1.9 0 1 0-4.6 0ZM51.7 47.2a2.3 1.9 0 1 0 4.6 0a2.3 1.9 0 1 0-4.6 0Z" fill="rgba(197,116,92,0.26)"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.733;1" dur="0.75s" begin="0s" fill="freeze"/></path>
9
+ <path d="M43.9 52.1C45.3 51.2 46.9 51.4 47.6 52C48.3 51.4 49.9 51.2 51.3 52.1C50 53.7 45.3 53.7 43.9 52.1Z" fill="#b56a68"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.652;1" dur="0.46s" begin="0s" fill="freeze"/></path>
10
+ <path d="M40.9 42.6a1.8 1.5 0 1 0 3.6 0a1.8 1.5 0 1 0-3.6 0ZM51.1 42.6a1.8 1.5 0 1 0 3.6 0a1.8 1.5 0 1 0-3.6 0Z" fill="#2b2233"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.571;1" dur="0.42s" begin="0s" fill="freeze"/></path>
11
+ <path d="M35.8 38.5C33.3 35 33 30 34.5 25C36.5 18.5 43 14.5 49.5 14.8C56.5 15.2 62 19.5 63.2 26C64 31 62.9 36.5 60.7 39.5C60.2 33 58.9 28.6 56.5 26.6C52.5 23.6 42.5 23.6 39 26.6C37 28.4 36.1 32.8 35.8 38.5Z" fill="#43302a"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.517;1" dur="0.58s" begin="0s" fill="freeze"/></path>
12
+ <path d="M55 18.5C59 21 61 25.5 61 30C59.5 26 56.5 21.5 52.5 19.3C53.3 18.8 54.3 18.4 55 18.5Z" fill="#64463a"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.694;1" dur="0.72s" begin="0s" fill="freeze"/></path>
13
+ <path d="M38.8 18.5C37.8 14 41.5 10.6 45.8 11C49.6 11.4 52.2 14.6 51.4 18.4C47.6 16.2 42.6 16.2 38.8 18.5Z" fill="#43302a"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.607;1" dur="0.56s" begin="0s" fill="freeze"/></path>
14
+ <path d="M74 26.5L79 26.5L79 32.5L80 34L80 40.5L73 40.5L73 34L74 32.5Z" fill="rgba(244,233,216,0.4)"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.773;1" dur="0.88s" begin="0s" fill="freeze"/></path>
15
+ <path d="M73 40.5L80 40.5L80 51.5C80 54.6 73 54.6 73 51.5Z" fill="#7ce577"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.787;1" dur="0.94s" begin="0s" fill="freeze"/></path>
16
+ <path d="M75.3 44.8a1.2 1.2 0 1 0 2.4 0a1.2 1.2 0 1 0-2.4 0ZM77.1 48.5a0.9 0.9 0 1 0 1.8 0a0.9 0.9 0 1 0-1.8 0Z" fill="#d9f7d0"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.85;1" dur="1s" begin="0s" fill="freeze"/></path>
17
+ <path d="M73.8 24.8L79.2 24.8L79.2 30L73.8 30Z" fill="#c68a58"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.778;1" dur="0.9s" begin="0s" fill="freeze"/></path>
18
+ <path d="M45.9 69.8a1.6 1.6 0 1 0 3.2 0a1.6 1.6 0 1 0-3.2 0Z" fill="#d4a437"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.805;1" dur="0.82s" begin="0s" fill="freeze"/></path>
19
+ <path d="M35.4 33C34.8 40.5 36.2 48.8 40.9 54.6C44.4 58.6 50.4 58.7 54.2 54.8C58.4 50 59.8 41 59.6 33.5" fill="none" stroke="#2b2233" stroke-width="3.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;0" keyTimes="0;1" calcMode="spline" keySplines=".4 0 .2 1" dur="0.24s" begin="0s" fill="freeze"/></path>
20
+ <path d="M40.4 39.2C41.6 38.2 43.6 38.1 44.8 38.9" fill="none" stroke="#2b2233" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.467;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.3s" begin="0s" fill="freeze"/></path>
21
+ <path d="M51 38.9C52.2 38.1 54.2 38.2 55.4 39.2" fill="none" stroke="#2b2233" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.5;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.32s" begin="0s" fill="freeze"/></path>
22
+ <path d="M47.4 43C47.2 45.4 46.9 47.2 46.3 48.4C47 49.1 48.2 49.1 48.9 48.5" fill="none" stroke="#2b2233" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.529;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.34s" begin="0s" fill="freeze"/></path>
23
+ <path d="M35.8 38.5C33.3 35 33 30 34.5 25C36.5 18.5 43 14.5 49.5 14.8C56.5 15.2 62 19.5 63.2 26C64 31 62.9 36.5 60.7 39.5" fill="none" stroke="#2b2233" stroke-width="3.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.238;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.42s" begin="0s" fill="freeze"/></path>
24
+ <path d="M36.4 35.5C36.9 30.8 38 28.2 40 26.9C43.5 24.4 52 24.4 55.5 27C57.6 28.6 58.9 32 59.4 36" fill="none" stroke="#2b2233" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.667;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.48s" begin="0s" fill="freeze"/></path>
25
+ <path d="M38.8 18.5C37.8 14 41.5 10.6 45.8 11C49.6 11.4 52.2 14.6 51.4 18.4" fill="none" stroke="#2b2233" stroke-width="3.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.609;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.46s" begin="0s" fill="freeze"/></path>
26
+ <path d="M42 15.8C43.5 13.8 46.5 13.6 48.3 15.2" fill="none" stroke="#2b2233" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.72;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.5s" begin="0s" fill="freeze"/></path>
27
+ <path d="M43 56L43 63.2M52 56L52 63.2" fill="none" stroke="#2b2233" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.769;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.52s" begin="0s" fill="freeze"/></path>
28
+ <path d="M40.5 63C43.5 66.3 51.5 66.3 54.5 63" fill="none" stroke="#2b2233" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.759;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.58s" begin="0s" fill="freeze"/></path>
29
+ <path d="M38.5 69.5C43.5 72.8 51.5 72.8 56.5 69.5" fill="none" stroke="#2b2233" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.774;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.62s" begin="0s" fill="freeze"/></path>
30
+ <path d="M38.5 69.5C33 71 27.5 74.5 24.5 79C22.6 82 22.2 84.5 22.2 86.5" fill="none" stroke="#2b2233" stroke-width="3.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.714;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.7s" begin="0s" fill="freeze"/></path>
31
+ <path d="M56.5 69.5C62 71 67.5 74.5 70.5 79C72.4 82 72.8 84.5 72.8 86.5" fill="none" stroke="#2b2233" stroke-width="3.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.73;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.74s" begin="0s" fill="freeze"/></path>
32
+ <path d="M34 74.5C32.5 79 31.5 84 31.3 88.5M61 74.5C62.5 79 63.5 84 63.7 88.5" fill="none" stroke="#2b2233" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.795;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.82s" begin="0s" fill="freeze"/></path>
33
+ <path d="M74 26.5L79 26.5M74 26.5L74 32.5L73 34L73 51.5C73 54.6 80 54.6 80 51.5L80 34L79 32.5L79 26.5" fill="none" stroke="#2b2233" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.725;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.8s" begin="0s" fill="freeze"/></path>
34
+ <path d="M76.5 21.5L76.5 17.2M84.5 25.5L87.8 21.8M89.5 43.5L94 42.6" fill="none" stroke="#7ce577" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.78;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="1s" begin="0s" fill="freeze"/></path>
35
+ </svg>
@@ -0,0 +1,23 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" aria-hidden="true" stroke-linecap="round" stroke-linejoin="round">
2
+ <path d="M38.5 69.5C33 71 27.5 74.5 24.5 79C22.6 82 22.2 84.5 22.2 86.5C28.5 91.5 38 93.6 47.5 93.6C57 93.6 66 91.5 72.8 86.5C72.8 84.5 72.4 82 70.5 79C67.5 74.5 62 71 56.5 69.5C51.5 72.8 43.5 72.8 38.5 69.5Z" fill="#e6dcc8"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.674;1" dur="0.86s" begin="0s" fill="freeze"/></path>
3
+ <path d="M35.2 34C34 24 39 15 47.5 15C56 15 61 24 60 34.2C60 43.5 58 50.8 54.2 54.8C50.4 58.8 44.6 58.7 40.9 54.6C37.2 50.4 35.2 43 35.2 34Z" fill="#eec49c"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.548;1" dur="0.62s" begin="0s" fill="freeze"/></path>
4
+ <path d="M43 54.5L43 68C45.5 70 49.5 70 52 68L52 54.5C49.5 57.5 45.5 57.5 43 54.5Z" fill="#eec49c"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.633;1" dur="0.6s" begin="0s" fill="freeze"/></path>
5
+ <path d="M35 38C31 46 30 56 35 64C39 68 56 68 60 64C65 56 64 46 60 38C58.5 44 55.5 48.5 52 50C50 51.5 45 51.5 43 50C39.5 48.5 36.5 44 35 38Z" fill="#ddd5c4"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.517;1" dur="0.58s" begin="0s" fill="freeze"/></path>
6
+ <path d="M42 50C44.5 51 46.5 51.5 47.5 51.5C48.5 51.5 50.5 51 53 50C51.5 53 49.5 54.5 47.5 54.5C45.5 54.5 43.5 53 42 50Z" fill="#c9c0ab"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.694;1" dur="0.72s" begin="0s" fill="freeze"/></path>
7
+ <path d="M33 40C31.5 42 31.5 46 33 48C34.5 46 35 44 35 42ZM64 40C65.5 42 65.5 46 64 48C62.5 46 62 44 62 42Z" fill="#ddd5c4"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.607;1" dur="0.56s" begin="0s" fill="freeze"/></path>
8
+ <path d="M40.9 42.6a1.8 1.5 0 1 0 3.6 0a1.8 1.5 0 1 0-3.6 0ZM51.1 42.6a1.8 1.5 0 1 0 3.6 0a1.8 1.5 0 1 0-3.6 0Z" fill="#2b2233"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.571;1" dur="0.42s" begin="0s" fill="freeze"/></path>
9
+ <path d="M69 40.4L83 41.6L83 51.6L69 50.4Z" fill="#f4e9d8"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.787;1" dur="0.94s" begin="0s" fill="freeze"/></path>
10
+ <path d="M65.5 39.2C65.5 37.2 69.5 37.2 69.5 39.2L69.5 51.2C69.5 53.2 65.5 53.2 65.5 51.2Z" fill="#d8cfc0"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.778;1" dur="0.9s" begin="0s" fill="freeze"/></path>
11
+ <path d="M82.5 40.8C82.5 38.8 86.5 38.8 86.5 40.8L86.5 52.8C86.5 54.8 82.5 54.8 82.5 52.8Z" fill="#d8cfc0"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.773;1" dur="0.88s" begin="0s" fill="freeze"/></path>
12
+ <path d="M35.3 35C34 24 39 15 47.5 15C56 15 61 24 59.7 35" fill="none" stroke="#2b2233" stroke-width="3.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;0" keyTimes="0;1" calcMode="spline" keySplines=".4 0 .2 1" dur="0.24s" begin="0s" fill="freeze"/></path>
13
+ <path d="M40.4 39.5C41.6 37.8 43.6 37.8 45 38.6" fill="none" stroke="#2b2233" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.467;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.3s" begin="0s" fill="freeze"/></path>
14
+ <path d="M50.5 38.3C52 37.6 54 38 55.4 39.4" fill="none" stroke="#2b2233" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.5;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.32s" begin="0s" fill="freeze"/></path>
15
+ <path d="M47.4 43C47.2 45.4 46.9 47.2 46.3 48.4C47 49.1 48.2 49.1 48.9 48.5" fill="none" stroke="#2b2233" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.529;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.34s" begin="0s" fill="freeze"/></path>
16
+ <path d="M35 38C31 46 30 56 35 64C39 68 56 68 60 64C65 56 64 46 60 38" fill="none" stroke="#2b2233" stroke-width="3.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.238;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.42s" begin="0s" fill="freeze"/></path>
17
+ <path d="M43 56C43.5 60 44 62 45 64M52 56C51.5 60 51 62 50 64" fill="none" stroke="#c9c0ab" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.667;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.48s" begin="0s" fill="freeze"/></path>
18
+ <path d="M38.5 69.5C33 71 27.5 74.5 24.5 79C22.6 82 22.2 84.5 22.2 86.5" fill="none" stroke="#2b2233" stroke-width="3.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.714;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.7s" begin="0s" fill="freeze"/></path>
19
+ <path d="M56.5 69.5C62 71 67.5 74.5 70.5 79C72.4 82 72.8 84.5 72.8 86.5" fill="none" stroke="#2b2233" stroke-width="3.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.73;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.74s" begin="0s" fill="freeze"/></path>
20
+ <path d="M32 73C36 76 40 79 44 82" fill="none" stroke="#8a9a5b" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.795;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.82s" begin="0s" fill="freeze"/></path>
21
+ <path d="M69 40.4L83 41.6M69 50.4L83 51.6M65.5 39.2C65.5 37.2 69.5 37.2 69.5 39.2L69.5 51.2C69.5 53.2 65.5 53.2 65.5 51.2L65.5 39.2M82.5 40.8C82.5 38.8 86.5 38.8 86.5 40.8L86.5 52.8C86.5 54.8 82.5 54.8 82.5 52.8L82.5 40.8M67.5 35.8C69 35.8 69 38.2 67.5 38.2C66.4 38.2 66.4 36.6 67.5 36.6C68.2 36.6 68.2 37.6 67.5 37.6M84.5 37.4C86 37.4 86 39.8 84.5 39.8C83.4 39.8 83.4 38.2 84.5 38.2C85.2 38.2 85.2 39.2 84.5 39.2" fill="none" stroke="#2b2233" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.725;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.8s" begin="0s" fill="freeze"/></path>
22
+ <path d="M72 44.1L80 44.9M72 47.1L80 47.9" fill="none" stroke="#2b2233" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.78;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="1s" begin="0s" fill="freeze"/></path>
23
+ </svg>
@@ -0,0 +1,31 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" aria-hidden="true" stroke-linecap="round" stroke-linejoin="round">
2
+ <path d="M64 44a13 15 0 1 0 26 0a13 15 0 1 0-26 0Z" fill="rgba(111,214,224,0.28)"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.759;1" dur="1.08s" begin="0s" fill="freeze"/></path>
3
+ <path d="M38.5 69.5C33 71 27.5 74.5 24.5 79C22.6 82 22.2 84.5 22.2 86.5C28.5 91.5 38 93.6 47.5 93.6C57 93.6 66 91.5 72.8 86.5C72.8 84.5 72.4 82 70.5 79C67.5 74.5 62 71 56.5 69.5C51.5 72.8 43.5 72.8 38.5 69.5Z" fill="#3c4046"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.674;1" dur="0.86s" begin="0s" fill="freeze"/></path>
4
+ <path d="M43 54.5L43 64C45.5 66 49.5 66 52 64L52 54.5C49.5 57.5 45.5 57.5 43 54.5Z" fill="#eec49c"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.633;1" dur="0.6s" begin="0s" fill="freeze"/></path>
5
+ <path d="M43 55C45.5 57.8 49.5 57.8 52 55L52 58.5C49.5 60.8 45.5 60.8 43 58.5Z" fill="#dfa878"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.714;1" dur="0.7s" begin="0s" fill="freeze"/></path>
6
+ <path d="M40.5 63C43.5 66.3 51.5 66.3 54.5 63L56.5 69.5C51.5 72.8 43.5 72.8 38.5 69.5Z" fill="#f4e9d8"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.694;1" dur="0.72s" begin="0s" fill="freeze"/></path>
7
+ <path d="M44 61L46 65.2L43 64.5ZM51 61L52 65.2L54 64.2Z" fill="#f4e9d8"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.72;1" dur="0.76s" begin="0s" fill="freeze"/></path>
8
+ <path d="M35 30C33.5 22 37 15 47.5 14C58 15 61.5 22 60 30C55 25 40 25 35 30Z" fill="#eec49c"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.5;1" dur="0.56s" begin="0s" fill="freeze"/></path>
9
+ <path d="M35.2 34C35.2 26.8 40.6 23.6 47.5 23.6C54.4 23.6 60 27 60 34.2C60 43.5 58 50.8 54.2 54.8C50.4 58.8 44.6 58.7 40.9 54.6C37.2 50.4 35.2 43 35.2 34Z" fill="#eec49c"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.548;1" dur="0.62s" begin="0s" fill="freeze"/></path>
10
+ <path d="M40.9 42.6a1.8 1.5 0 1 0 3.6 0a1.8 1.5 0 1 0-3.6 0ZM51.1 42.6a1.8 1.5 0 1 0 3.6 0a1.8 1.5 0 1 0-3.6 0Z" fill="#2b2233"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.571;1" dur="0.42s" begin="0s" fill="freeze"/></path>
11
+ <path d="M34.6 30C33.9 36 34 43 35 48C36.2 53.5 38.5 57 42 59.5C45 61.5 50 61.5 53 59.5C56.5 57 58.8 53.5 60 48C61 43 61.1 36 60.4 30C59.5 36 57.5 43 55 46.5C53.5 48.5 51 49.5 49 49.5C48.5 49.6 47 49.6 46.5 49.5C44.5 49.5 42 48.5 40.5 46.5C38 43 36 36 34.6 30Z" fill="#3a2d24"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.517;1" dur="0.58s" begin="0s" fill="freeze"/></path>
12
+ <path d="M33.5 40C31.5 34 31.5 27 34 22C35.5 19 38 18 40 19C37.5 21 36 25 35.5 30C35 34 34.5 37 34.5 40Z" fill="#322820"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.6;1" dur="0.6s" begin="0s" fill="freeze"/></path>
13
+ <path d="M61.5 40C63.5 34 63.5 27 61 22C59.5 19 57 18 55 19C57.5 21 59 25 59.5 30C60 34 60.5 37 60.5 40Z" fill="#322820"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.62;1" dur="0.62s" begin="0s" fill="freeze"/></path>
14
+ <path d="M69 35L85 33L87 55L71 57Z" fill="#23303c"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.787;1" dur="0.94s" begin="0s" fill="freeze"/></path>
15
+ <path d="M34.6 30C33.9 36 34 43 35 48C36.2 53.5 38.5 57 42 59.5C45 61.5 50 61.5 53 59.5C56.5 57 58.8 53.5 60 48C61 43 61.1 36 60.4 30" fill="none" stroke="#2b2233" stroke-width="3.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;0" keyTimes="0;1" calcMode="spline" keySplines=".4 0 .2 1" dur="0.24s" begin="0s" fill="freeze"/></path>
16
+ <path d="M40.4 39.4C41.8 38.9 43.6 38.9 44.9 39.4" fill="none" stroke="#2b2233" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.467;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.3s" begin="0s" fill="freeze"/></path>
17
+ <path d="M50.1 39.4C51.4 38.9 53.2 38.9 54.6 39.4" fill="none" stroke="#2b2233" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.5;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.32s" begin="0s" fill="freeze"/></path>
18
+ <path d="M47.4 43C47.2 45.4 46.9 47.2 46.3 48.4C47 49.1 48.2 49.1 48.9 48.5" fill="none" stroke="#2b2233" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.529;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.34s" begin="0s" fill="freeze"/></path>
19
+ <path d="M33.5 40C31.5 34 31.5 27 34 22C35.5 19 38 18 40 19M61.5 40C63.5 34 63.5 27 61 22C59.5 19 57 18 55 19" fill="none" stroke="#2b2233" stroke-width="3.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.238;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.42s" begin="0s" fill="freeze"/></path>
20
+ <path d="M35 30C33.5 22 37 15 47.5 14C58 15 61.5 22 60 30" fill="none" stroke="#2b2233" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.667;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.48s" begin="0s" fill="freeze"/></path>
21
+ <path d="M40.5 49.5C43 50.5 45 51 47.5 51C50 51 52 50.5 54.5 49.5" fill="none" stroke="#2b2233" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.72;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.5s" begin="0s" fill="freeze"/></path>
22
+ <path d="M40.5 63C43.5 66.3 51.5 66.3 54.5 63" fill="none" stroke="#2b2233" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.759;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.58s" begin="0s" fill="freeze"/></path>
23
+ <path d="M38.5 69.5C43.5 72.8 51.5 72.8 56.5 69.5" fill="none" stroke="#2b2233" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.774;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.62s" begin="0s" fill="freeze"/></path>
24
+ <path d="M38.5 69.5C33 71 27.5 74.5 24.5 79C22.6 82 22.2 84.5 22.2 86.5" fill="none" stroke="#2b2233" stroke-width="3.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.714;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.7s" begin="0s" fill="freeze"/></path>
25
+ <path d="M56.5 69.5C62 71 67.5 74.5 70.5 79C72.4 82 72.8 84.5 72.8 86.5" fill="none" stroke="#2b2233" stroke-width="3.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.73;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.74s" begin="0s" fill="freeze"/></path>
26
+ <path d="M44 71L40.5 88M51 71L54.5 88" fill="none" stroke="#2b2233" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.795;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.82s" begin="0s" fill="freeze"/></path>
27
+ <path d="M38.7 42.6a4 4 0 1 0 8 0a4 4 0 1 0-8 0M48.9 42.6a4 4 0 1 0 8 0a4 4 0 1 0-8 0M46.7 42L48.9 42M38.7 42.6L35.5 41.5M56.9 42.6L60 41.5" fill="none" stroke="#c9982f" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.6;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.62s" begin="0s" fill="freeze"/></path>
28
+ <path d="M69 35L85 33L87 55L71 57Z" fill="none" stroke="#6fd6e0" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.725;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.8s" begin="0s" fill="freeze"/></path>
29
+ <path d="M77 53.5L73.5 44M77 53.5L76 42.5M77 53.5L79 42.5M77 53.5L81.5 45M77 53.5L72.8 49" fill="none" stroke="#f4e9d8" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.76;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.9s" begin="0s" fill="freeze"/></path>
30
+ <path d="M89 34L92 32M91.5 45L94.5 45M89 56L91 58" fill="none" stroke="#6fd6e0" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.78;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="1s" begin="0s" fill="freeze"/></path>
31
+ </svg>
@@ -0,0 +1,31 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" aria-hidden="true" stroke-linecap="round" stroke-linejoin="round">
2
+ <path d="M38.5 69.5C33 71 27.5 74.5 24.5 79C22.6 82 22.2 84.5 22.2 86.5C28.5 91.5 38 93.6 47.5 93.6C57 93.6 66 91.5 72.8 86.5C72.8 84.5 72.4 82 70.5 79C67.5 74.5 62 71 56.5 69.5C51.5 72.8 43.5 72.8 38.5 69.5Z" fill="#2b2b33"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.674;1" dur="0.86s" begin="0s" fill="freeze"/></path>
3
+ <path d="M43 54.5L43 64C45.5 66 49.5 66 52 64L52 54.5C49.5 57.5 45.5 57.5 43 54.5Z" fill="#eec49c"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.633;1" dur="0.6s" begin="0s" fill="freeze"/></path>
4
+ <path d="M43 55C45.5 57.8 49.5 57.8 52 55L52 58.5C49.5 60.8 45.5 60.8 43 58.5Z" fill="#dfa878"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.714;1" dur="0.7s" begin="0s" fill="freeze"/></path>
5
+ <path d="M40.5 63C43.5 66.3 51.5 66.3 54.5 63L56.5 69.5C51.5 72.8 43.5 72.8 38.5 69.5Z" fill="#f4e9d8"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.694;1" dur="0.72s" begin="0s" fill="freeze"/></path>
6
+ <path d="M35.2 34C35.2 26.8 40.6 23.6 47.5 23.6C54.4 23.6 60 27 60 34.2C60 43.5 58 50.8 54.2 54.8C50.4 58.8 44.6 58.7 40.9 54.6C37.2 50.4 35.2 43 35.2 34Z" fill="#eec49c"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.548;1" dur="0.62s" begin="0s" fill="freeze"/></path>
7
+ <path d="M43.9 52.1C45.3 51.2 46.9 51.4 47.6 52C48.3 51.4 49.9 51.2 51.3 52.1C50 53.7 45.3 53.7 43.9 52.1Z" fill="#b56a68"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.652;1" dur="0.46s" begin="0s" fill="freeze"/></path>
8
+ <path d="M40.9 42.6a1.8 1.5 0 1 0 3.6 0a1.8 1.5 0 1 0-3.6 0ZM51.1 42.6a1.8 1.5 0 1 0 3.6 0a1.8 1.5 0 1 0-3.6 0Z" fill="#2b2233"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.571;1" dur="0.42s" begin="0s" fill="freeze"/></path>
9
+ <path d="M33.8 41C31.3 35 31.3 26.5 34 20.5C37 14 43 11.5 47.5 12.8C52 11.5 58 14 61 20.5C63.7 26.5 63.7 35 61.2 41C60.7 34 59.5 29.5 57 27.5C54 25.5 50.5 25.5 48 27.8C47.8 26 47.6 24.5 47.5 22.8C47.4 24.5 47.2 26 47 27.8C44.5 25.5 41 25.5 38 27.5C35.5 29.5 34.3 34 33.8 41Z" fill="#241f1c"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.517;1" dur="0.58s" begin="0s" fill="freeze"/></path>
10
+ <path d="M37 20.5C39 16.5 43 14 47 14.2C44 15.5 41 18 39 22C38.2 21.4 37.5 21 37 20.5Z" fill="#3a3330"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.694;1" dur="0.72s" begin="0s" fill="freeze"/></path>
11
+ <path d="M41 61.5L47.5 65L41 68.5ZM54 61.5L47.5 65L54 68.5ZM45.8 63.4L49.2 63.4L49.2 66.6L45.8 66.6Z" fill="#22222a"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.72;1" dur="0.7s" begin="0s" fill="freeze"/></path>
12
+ <path d="M71.5 44C71.5 42.8 72.5 42 74 42L82 42C83.5 42 84.5 42.8 84.5 44L84.5 53C84.5 54.2 83.5 55 82 55L74 55C72.5 55 71.5 54.2 71.5 53Z" fill="#c9982f"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.787;1" dur="0.94s" begin="0s" fill="freeze"/></path>
13
+ <path d="M76.5 47.5a1.5 1.5 0 1 0 3 0a1.5 1.5 0 1 0-3 0ZM77.3 49L78.7 49L78.4 52L77.6 52Z" fill="#2b2233"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.85;1" dur="1s" begin="0s" fill="freeze"/></path>
14
+ <path d="M35.4 33C34.8 40.5 36.2 48.8 40.9 54.6C44.4 58.6 50.4 58.7 54.2 54.8C58.4 50 59.8 41 59.6 33.5" fill="none" stroke="#2b2233" stroke-width="3.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;0" keyTimes="0;1" calcMode="spline" keySplines=".4 0 .2 1" dur="0.24s" begin="0s" fill="freeze"/></path>
15
+ <path d="M40.4 39.4C41.8 38.9 43.6 38.9 44.9 39.4" fill="none" stroke="#2b2233" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.467;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.3s" begin="0s" fill="freeze"/></path>
16
+ <path d="M50.1 39.4C51.4 38.9 53.2 38.9 54.6 39.4" fill="none" stroke="#2b2233" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.5;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.32s" begin="0s" fill="freeze"/></path>
17
+ <path d="M47.4 43C47.2 45.4 46.9 47.2 46.3 48.4C47 49.1 48.2 49.1 48.9 48.5" fill="none" stroke="#2b2233" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.529;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.34s" begin="0s" fill="freeze"/></path>
18
+ <path d="M33.8 41C31.3 35 31.3 26.5 34 20.5C37 14 43 11.5 47.5 12.8C52 11.5 58 14 61 20.5C63.7 26.5 63.7 35 61.2 41" fill="none" stroke="#2b2233" stroke-width="3.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.238;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.42s" begin="0s" fill="freeze"/></path>
19
+ <path d="M34.3 39C35 33 36 29.5 38.5 27.8C41.2 26 44.8 26 47.5 28.3C50.2 26 53.8 26 56.5 27.8C59 29.5 60 33 60.7 39" fill="none" stroke="#2b2233" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.667;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.48s" begin="0s" fill="freeze"/></path>
20
+ <path d="M47.5 28L47.5 15" fill="none" stroke="#100e0d" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.72;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.5s" begin="0s" fill="freeze"/></path>
21
+ <path d="M44.5 52.4C46 53.4 49 53.4 50.5 52.4" fill="none" stroke="#2b2233" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.6;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.44s" begin="0s" fill="freeze"/></path>
22
+ <path d="M38.5 69.5C43.5 72.8 51.5 72.8 56.5 69.5" fill="none" stroke="#2b2233" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.774;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.62s" begin="0s" fill="freeze"/></path>
23
+ <path d="M38.5 69.5C33 71 27.5 74.5 24.5 79C22.6 82 22.2 84.5 22.2 86.5" fill="none" stroke="#2b2233" stroke-width="3.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.714;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.7s" begin="0s" fill="freeze"/></path>
24
+ <path d="M56.5 69.5C62 71 67.5 74.5 70.5 79C72.4 82 72.8 84.5 72.8 86.5" fill="none" stroke="#2b2233" stroke-width="3.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.73;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.74s" begin="0s" fill="freeze"/></path>
25
+ <path d="M47.5 69L41 83M47.5 69L54 83" fill="none" stroke="#2b2233" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.795;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.82s" begin="0s" fill="freeze"/></path>
26
+ <path d="M30 73L54 92M65 73L41 92" fill="none" stroke="#9aa0a8" stroke-width="3.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.7;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.78s" begin="0s" fill="freeze"/></path>
27
+ <path d="M36 77.5L34.5 79.5M43 83L41.5 85M52 83L53.5 85M59 77.5L60.5 79.5" fill="none" stroke="#2b2233" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.76;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.86s" begin="0s" fill="freeze"/></path>
28
+ <path d="M74 42L74 37.5C74 34 82 34 82 37.5L82 42" fill="none" stroke="#9aa0a8" stroke-width="3.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.725;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.8s" begin="0s" fill="freeze"/></path>
29
+ <path d="M71.5 44C71.5 42.8 72.5 42 74 42L82 42C83.5 42 84.5 42.8 84.5 44L84.5 53C84.5 54.2 83.5 55 82 55L74 55C72.5 55 71.5 54.2 71.5 53Z" fill="none" stroke="#2b2233" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.74;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.82s" begin="0s" fill="freeze"/></path>
30
+ <path d="M86 36L88 34M89.5 46L92.5 46M85.5 57L87.5 59" fill="none" stroke="#9aa0a8" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.78;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="1s" begin="0s" fill="freeze"/></path>
31
+ </svg>
@@ -0,0 +1,30 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" aria-hidden="true" stroke-linecap="round" stroke-linejoin="round">
2
+ <path d="M38.5 69.5C33 71 27.5 74.5 24.5 79C22.6 82 22.2 84.5 22.2 86.5C28.5 91.5 38 93.6 47.5 93.6C57 93.6 66 91.5 72.8 86.5C72.8 84.5 72.4 82 70.5 79C67.5 74.5 62 71 56.5 69.5C51.5 72.8 43.5 72.8 38.5 69.5Z" fill="#f4e9d8"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.674;1" dur="0.86s" begin="0s" fill="freeze"/></path>
3
+ <path d="M58 42a5 5 0 1 0 10 0a5 5 0 1 0-10 0Z" fill="#6e3b2a"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.607;1" dur="0.56s" begin="0s" fill="freeze"/></path>
4
+ <path d="M43 54.5L43 64C45.5 66 49.5 66 52 64L52 54.5C49.5 57.5 45.5 57.5 43 54.5Z" fill="#eec49c"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.633;1" dur="0.6s" begin="0s" fill="freeze"/></path>
5
+ <path d="M43 55C45.5 57.8 49.5 57.8 52 55L52 58.5C49.5 60.8 45.5 60.8 43 58.5Z" fill="#dfa878"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.714;1" dur="0.7s" begin="0s" fill="freeze"/></path>
6
+ <path d="M40.5 63C43.5 66.3 51.5 66.3 54.5 63L56.5 69.5C51.5 72.8 43.5 72.8 38.5 69.5Z" fill="#f4e9d8"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.694;1" dur="0.72s" begin="0s" fill="freeze"/></path>
7
+ <path d="M35.2 34C35.2 26.8 40.6 23.6 47.5 23.6C54.4 23.6 60 27 60 34.2C60 43.5 58 50.8 54.2 54.8C50.4 58.8 44.6 58.7 40.9 54.6C37.2 50.4 35.2 43 35.2 34Z" fill="#eec49c"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.548;1" dur="0.62s" begin="0s" fill="freeze"/></path>
8
+ <path d="M38.7 47.2a2.3 1.9 0 1 0 4.6 0a2.3 1.9 0 1 0-4.6 0ZM51.7 47.2a2.3 1.9 0 1 0 4.6 0a2.3 1.9 0 1 0-4.6 0Z" fill="rgba(197,116,92,0.26)"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.733;1" dur="0.75s" begin="0s" fill="freeze"/></path>
9
+ <path d="M43.9 52.1C45.3 51.2 46.9 51.4 47.6 52C48.3 51.4 49.9 51.2 51.3 52.1C50 53.7 45.3 53.7 43.9 52.1Z" fill="#b56a68"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.652;1" dur="0.46s" begin="0s" fill="freeze"/></path>
10
+ <path d="M40.9 42.6a1.8 1.5 0 1 0 3.6 0a1.8 1.5 0 1 0-3.6 0ZM51.1 42.6a1.8 1.5 0 1 0 3.6 0a1.8 1.5 0 1 0-3.6 0Z" fill="#2b2233"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.571;1" dur="0.42s" begin="0s" fill="freeze"/></path>
11
+ <path d="M35.5 44C33 37 33 27 36 21C39 15.5 44 14 47.5 14C51 14 56 15.5 59 21C62 27 62 37 59.5 44C58 39 57 32 54 29C50 25.5 45 25.5 41 29C38 32 37 39 35.5 44Z" fill="#6e3b2a"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.517;1" dur="0.58s" begin="0s" fill="freeze"/></path>
12
+ <path d="M54 18C58 20.5 60 25 60 29C58.5 25 55.5 21 52 19C52.8 18.4 53.3 17.8 54 18Z" fill="#8a4a34"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.694;1" dur="0.72s" begin="0s" fill="freeze"/></path>
13
+ <path d="M35 33C42 28 58 28 61 33C60 30.5 58 29.5 56 29C51 28 44 28 39 29.3C37.2 29.8 36 31 35 33Z" fill="#d4a437"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.778;1" dur="0.9s" begin="0s" fill="freeze"/></path>
14
+ <path d="M32.4 73a1.6 1.6 0 1 0 3.2 0a1.6 1.6 0 1 0-3.2 0ZM59.4 73a1.6 1.6 0 1 0 3.2 0a1.6 1.6 0 1 0-3.2 0Z" fill="#d4a437"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.805;1" dur="0.82s" begin="0s" fill="freeze"/></path>
15
+ <path d="M71 46a7 7 0 1 0 14 0a7 7 0 1 0-14 0Z" fill="#e05252"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.787;1" dur="0.94s" begin="0s" fill="freeze"/></path>
16
+ <path d="M35.4 33C34.8 40.5 36.2 48.8 40.9 54.6C44.4 58.6 50.4 58.7 54.2 54.8C58.4 50 59.8 41 59.6 33.5" fill="none" stroke="#2b2233" stroke-width="3.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;0" keyTimes="0;1" calcMode="spline" keySplines=".4 0 .2 1" dur="0.24s" begin="0s" fill="freeze"/></path>
17
+ <path d="M40.4 39.2C41.6 38.2 43.6 38.1 44.8 38.9" fill="none" stroke="#2b2233" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.467;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.3s" begin="0s" fill="freeze"/></path>
18
+ <path d="M51 38.9C52.2 38.1 54.2 38.2 55.4 39.2" fill="none" stroke="#2b2233" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.5;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.32s" begin="0s" fill="freeze"/></path>
19
+ <path d="M47.4 43C47.2 45.4 46.9 47.2 46.3 48.4C47 49.1 48.2 49.1 48.9 48.5" fill="none" stroke="#2b2233" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.529;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.34s" begin="0s" fill="freeze"/></path>
20
+ <path d="M35.5 44C33 37 33 27 36 21C39 15.5 44 14 47.5 14C51 14 56 15.5 59 21C62 27 62 37 59.5 44" fill="none" stroke="#2b2233" stroke-width="3.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.238;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.42s" begin="0s" fill="freeze"/></path>
21
+ <path d="M47.5 14L47.5 25M59.5 44C58 39 57 32 54 29C50 25.5 45 25.5 41 29C38 32 37 39 35.5 44" fill="none" stroke="#2b2233" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.667;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.48s" begin="0s" fill="freeze"/></path>
22
+ <path d="M43 56L43 63.2M52 56L52 63.2" fill="none" stroke="#2b2233" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.769;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.52s" begin="0s" fill="freeze"/></path>
23
+ <path d="M40.5 63C43.5 66.3 51.5 66.3 54.5 63" fill="none" stroke="#2b2233" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.759;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.58s" begin="0s" fill="freeze"/></path>
24
+ <path d="M38.5 69.5C43.5 72.8 51.5 72.8 56.5 69.5" fill="none" stroke="#2b2233" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.774;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.62s" begin="0s" fill="freeze"/></path>
25
+ <path d="M38.5 69.5C33 71 27.5 74.5 24.5 79C22.6 82 22.2 84.5 22.2 86.5" fill="none" stroke="#2b2233" stroke-width="3.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.714;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.7s" begin="0s" fill="freeze"/></path>
26
+ <path d="M56.5 69.5C62 71 67.5 74.5 70.5 79C72.4 82 72.8 84.5 72.8 86.5" fill="none" stroke="#2b2233" stroke-width="3.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.73;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.74s" begin="0s" fill="freeze"/></path>
27
+ <path d="M39 75L37.5 92M47.5 74L47.5 93M56 75L57.5 92" fill="none" stroke="#2b2233" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.795;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.82s" begin="0s" fill="freeze"/></path>
28
+ <path d="M72 43C75.5 45 80.5 45 84 43M71.5 47.5C75.5 49.5 80.5 49.5 84.5 47.5M75.5 39.5C78.5 44 78.5 48 75.5 52.5" fill="none" stroke="#b83a3a" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.725;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.8s" begin="0s" fill="freeze"/></path>
29
+ <path d="M72 49.5C66 52 70 58 63 61C59 63 61 67 58.5 70" fill="none" stroke="#e05252" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.78;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="1s" begin="0s" fill="freeze"/></path>
30
+ </svg>
@@ -0,0 +1,32 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" aria-hidden="true" stroke-linecap="round" stroke-linejoin="round">
2
+ <path d="M62 47a15 15 0 1 0 30 0a15 15 0 1 0-30 0Z" fill="rgba(201,168,107,0.16)"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.759;1" dur="1.08s" begin="0s" fill="freeze"/></path>
3
+ <path d="M38.5 69.5C33 71 27.5 74.5 24.5 79C22.6 82 22.2 84.5 22.2 86.5C28.5 91.5 38 93.6 47.5 93.6C57 93.6 66 91.5 72.8 86.5C72.8 84.5 72.4 82 70.5 79C67.5 74.5 62 71 56.5 69.5C51.5 72.8 43.5 72.8 38.5 69.5Z" fill="#3f4a5a"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.674;1" dur="0.86s" begin="0s" fill="freeze"/></path>
4
+ <path d="M43 54.5L43 64C45.5 66 49.5 66 52 64L52 54.5C49.5 57.5 45.5 57.5 43 54.5Z" fill="#eec49c"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.633;1" dur="0.6s" begin="0s" fill="freeze"/></path>
5
+ <path d="M43 55C45.5 57.8 49.5 57.8 52 55L52 58.5C49.5 60.8 45.5 60.8 43 58.5Z" fill="#dfa878"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.714;1" dur="0.7s" begin="0s" fill="freeze"/></path>
6
+ <path d="M39.5 71L38 60C38.5 58 42 58 42.5 61L43.5 71ZM55.5 71L57 60C56.5 58 53 58 52.5 61L51.5 71Z" fill="#3f4a5a"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.674;1" dur="0.78s" begin="0s" fill="freeze"/></path>
7
+ <path d="M41.5 61C43 68 52 68 53.5 61L55 70.5C51 74 44 74 40 70.5Z" fill="#f4e9d8"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.694;1" dur="0.72s" begin="0s" fill="freeze"/></path>
8
+ <path d="M35.2 34C35.2 26.8 40.6 23.6 47.5 23.6C54.4 23.6 60 27 60 34.2C60 43.5 58 50.8 54.2 54.8C50.4 58.8 44.6 58.7 40.9 54.6C37.2 50.4 35.2 43 35.2 34Z" fill="#eec49c"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.548;1" dur="0.62s" begin="0s" fill="freeze"/></path>
9
+ <path d="M38.7 47.2a2.3 1.9 0 1 0 4.6 0a2.3 1.9 0 1 0-4.6 0ZM51.7 47.2a2.3 1.9 0 1 0 4.6 0a2.3 1.9 0 1 0-4.6 0Z" fill="rgba(197,116,92,0.26)"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.733;1" dur="0.75s" begin="0s" fill="freeze"/></path>
10
+ <path d="M43.9 52.1C45.3 51.2 46.9 51.4 47.6 52C48.3 51.4 49.9 51.2 51.3 52.1C50 53.7 45.3 53.7 43.9 52.1Z" fill="#b56a68"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.652;1" dur="0.46s" begin="0s" fill="freeze"/></path>
11
+ <path d="M40.9 42.6a1.8 1.5 0 1 0 3.6 0a1.8 1.5 0 1 0-3.6 0ZM51.1 42.6a1.8 1.5 0 1 0 3.6 0a1.8 1.5 0 1 0-3.6 0Z" fill="#2b2233"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.571;1" dur="0.42s" begin="0s" fill="freeze"/></path>
12
+ <path d="M35.5 40C32.5 35 32 28 34 22C36.5 15 43 12.5 49.5 12.8C57 13.2 63 17 64.5 24C65.5 30 64.5 36 62 41C61.5 46 60 50.5 57.5 52.5C56 53.7 54.3 52.7 54.3 50C55.3 44.5 55.3 38 54.8 33C51 24.5 43 24.5 39.5 32.5C39 37.5 39 44 40 50C40 52.7 38.3 53.7 36.8 52.5C34.3 50.5 34 45 35.5 40Z" fill="#2e2622"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.517;1" dur="0.58s" begin="0s" fill="freeze"/></path>
13
+ <path d="M40 20C43 15 51 14 57 17.5C53 16 46 16.5 41.5 20.5C41 20.8 40.3 20.6 40 20Z" fill="#3d332c"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.694;1" dur="0.72s" begin="0s" fill="freeze"/></path>
14
+ <path d="M39.5 32.5C41.5 27.5 45 24.8 48.5 25.2C46.5 26.8 44.3 30 43.2 34.5C41.7 34 40.3 33.5 39.5 32.5Z" fill="#3d332c"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.607;1" dur="0.56s" begin="0s" fill="freeze"/></path>
15
+ <path d="M68 34L86 31L89 60L71 63Z" fill="#5a5f66"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.787;1" dur="0.94s" begin="0s" fill="freeze"/></path>
16
+ <path d="M68 34L70.2 34.5L73 62.5L71 63Z" fill="#c9a86b"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.778;1" dur="0.9s" begin="0s" fill="freeze"/></path>
17
+ <path d="M73 38.7a1.2 1.2 0 1 0 2.4 0a1.2 1.2 0 1 0-2.4 0ZM82 37.5L83 37.4L83.3 40.4L82.3 40.5ZM78.4 38a1 1 0 1 0 2 0a1 1 0 1 0-2 0Z" fill="#f4e9d8"><animate attributeName="opacity" values="0;0;1" keyTimes="0;0.85;1" dur="1s" begin="0s" fill="freeze"/></path>
18
+ <path d="M43 56L43 63.2M52 56L52 63.2" fill="none" stroke="#2b2233" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.769;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.52s" begin="0s" fill="freeze"/></path>
19
+ <path d="M35.5 40C32.5 35 32 28 34 22C36.5 15 43 12.5 49.5 12.8C57 13.2 63 17 64.5 24C65.5 30 64.5 36 62 41" fill="none" stroke="#2b2233" stroke-width="3.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.238;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.42s" begin="0s" fill="freeze"/></path>
20
+ <path d="M62 41C61.5 46 60 50.5 57.5 52.5C56 53.7 54.3 52.7 54.3 50M35.5 40C34 45 34.3 50.5 36.8 52.5C38.3 53.7 40 52.7 40 50" fill="none" stroke="#2b2233" stroke-width="3.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.28;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.46s" begin="0s" fill="freeze"/></path>
21
+ <path d="M39.5 33C43 26 47 23.5 55 25.5" fill="none" stroke="#2b2233" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.667;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.48s" begin="0s" fill="freeze"/></path>
22
+ <path d="M40.4 39.2C41.6 38.2 43.6 38.1 44.8 38.9" fill="none" stroke="#2b2233" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.467;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.3s" begin="0s" fill="freeze"/></path>
23
+ <path d="M51 38.9C52.2 38.1 54.2 38.2 55.4 39.2" fill="none" stroke="#2b2233" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.5;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.32s" begin="0s" fill="freeze"/></path>
24
+ <path d="M47.4 43C47.2 45.4 46.9 47.2 46.3 48.4C47 49.1 48.2 49.1 48.9 48.5" fill="none" stroke="#2b2233" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.529;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.34s" begin="0s" fill="freeze"/></path>
25
+ <path d="M39.5 71L38 60C38.5 58 42 58 42.5 61L43.5 71M55.5 71L57 60C56.5 58 53 58 52.5 61L51.5 71" fill="none" stroke="#2b2233" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.72;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.62s" begin="0s" fill="freeze"/></path>
26
+ <path d="M41.5 61C43 68 52 68 53.5 61" fill="none" stroke="#2b2233" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.759;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.58s" begin="0s" fill="freeze"/></path>
27
+ <path d="M38.5 69.5C33 71 27.5 74.5 24.5 79C22.6 82 22.2 84.5 22.2 86.5" fill="none" stroke="#2b2233" stroke-width="3.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.714;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.7s" begin="0s" fill="freeze"/></path>
28
+ <path d="M56.5 69.5C62 71 67.5 74.5 70.5 79C72.4 82 72.8 84.5 72.8 86.5" fill="none" stroke="#2b2233" stroke-width="3.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.73;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.74s" begin="0s" fill="freeze"/></path>
29
+ <path d="M42 73L47.5 83L53 73" fill="none" stroke="#2b2233" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.795;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.82s" begin="0s" fill="freeze"/></path>
30
+ <path d="M68 34L86 31L89 60L71 63Z" fill="none" stroke="#2b2233" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.725;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="0.8s" begin="0s" fill="freeze"/></path>
31
+ <path d="M72.5 46L76 45.6M77.5 45.4L81 45M72.8 49L76.3 48.6M73 54.2L73.3 54.2M76 53.9L76.3 53.9M79 53.6L79.3 53.6M74.5 56.4L74.8 56.4M77.5 56.1L77.8 56.1" fill="none" stroke="#f4e9d8" stroke-width="2.5" pathLength="1" stroke-dasharray="1"><animate attributeName="stroke-dashoffset" values="1.01;1.01;0" keyTimes="0;0.78;1" calcMode="spline" keySplines="0 0 1 1;.4 0 .2 1" dur="1s" begin="0s" fill="freeze"/></path>
32
+ </svg>