diffhub 0.1.10 → 0.1.11

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 (1648) hide show
  1. package/.next/standalone/apps/cli/.next/BUILD_ID +1 -0
  2. package/.next/standalone/apps/cli/.next/build-manifest.json +20 -0
  3. package/.next/standalone/apps/cli/.next/prerender-manifest.json +114 -0
  4. package/.next/standalone/apps/cli/.next/required-server-files.json +338 -0
  5. package/.next/standalone/apps/cli/.next/server/app/_global-error/page/build-manifest.json +16 -0
  6. package/.next/standalone/apps/cli/.next/server/app/_global-error/page.js +10 -0
  7. package/.next/standalone/apps/cli/.next/server/app/_global-error/page.js.nft.json +1 -0
  8. package/.next/standalone/apps/cli/.next/server/app/_global-error/page_client-reference-manifest.js +3 -0
  9. package/.next/standalone/apps/cli/.next/server/app/_global-error.html +1 -0
  10. package/.next/standalone/apps/cli/.next/server/app/_global-error.rsc +15 -0
  11. package/.next/standalone/apps/cli/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +5 -0
  12. package/.next/standalone/apps/cli/.next/server/app/_global-error.segments/_full.segment.rsc +15 -0
  13. package/.next/standalone/apps/cli/.next/server/app/_global-error.segments/_head.segment.rsc +6 -0
  14. package/.next/standalone/apps/cli/.next/server/app/_global-error.segments/_index.segment.rsc +5 -0
  15. package/.next/standalone/apps/cli/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -0
  16. package/.next/standalone/apps/cli/.next/server/app/_not-found/page/build-manifest.json +16 -0
  17. package/.next/standalone/apps/cli/.next/server/app/_not-found/page/next-font-manifest.json +15 -0
  18. package/.next/standalone/apps/cli/.next/server/app/_not-found/page.js +13 -0
  19. package/.next/standalone/apps/cli/.next/server/app/_not-found/page.js.nft.json +1 -0
  20. package/.next/standalone/apps/cli/.next/server/app/_not-found/page_client-reference-manifest.js +3 -0
  21. package/.next/standalone/apps/cli/.next/server/app/_not-found.html +1 -0
  22. package/.next/standalone/apps/cli/.next/server/app/_not-found.rsc +18 -0
  23. package/.next/standalone/apps/cli/.next/server/app/_not-found.segments/_full.segment.rsc +18 -0
  24. package/.next/standalone/apps/cli/.next/server/app/_not-found.segments/_head.segment.rsc +6 -0
  25. package/.next/standalone/apps/cli/.next/server/app/_not-found.segments/_index.segment.rsc +7 -0
  26. package/.next/standalone/apps/cli/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +5 -0
  27. package/.next/standalone/apps/cli/.next/server/app/_not-found.segments/_not-found.segment.rsc +5 -0
  28. package/.next/standalone/apps/cli/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -0
  29. package/.next/standalone/apps/cli/.next/server/app/api/comments/route.js +7 -0
  30. package/.next/standalone/apps/cli/.next/server/app/api/comments/route.js.nft.json +1 -0
  31. package/.next/standalone/apps/cli/.next/server/app/api/diff/route.js +7 -0
  32. package/.next/standalone/apps/cli/.next/server/app/api/diff/route.js.nft.json +1 -0
  33. package/.next/standalone/apps/cli/.next/server/app/api/discard/route.js +7 -0
  34. package/.next/standalone/apps/cli/.next/server/app/api/discard/route.js.nft.json +1 -0
  35. package/.next/standalone/apps/cli/.next/server/app/api/file/route.js +7 -0
  36. package/.next/standalone/apps/cli/.next/server/app/api/file/route.js.nft.json +1 -0
  37. package/.next/standalone/apps/cli/.next/server/app/api/files/route.js +7 -0
  38. package/.next/standalone/apps/cli/.next/server/app/api/files/route.js.nft.json +1 -0
  39. package/.next/standalone/apps/cli/.next/server/app/api/health/route.js +6 -0
  40. package/.next/standalone/apps/cli/.next/server/app/api/health/route.js.nft.json +1 -0
  41. package/.next/standalone/apps/cli/.next/server/app/api/watch/route.js +6 -0
  42. package/.next/standalone/apps/cli/.next/server/app/api/watch/route.js.nft.json +1 -0
  43. package/.next/standalone/apps/cli/.next/server/app/favicon.ico/route.js +8 -0
  44. package/.next/standalone/apps/cli/.next/server/app/favicon.ico/route.js.nft.json +1 -0
  45. package/.next/standalone/apps/cli/.next/server/app/index.html +1 -0
  46. package/.next/standalone/apps/cli/.next/server/app/index.rsc +23 -0
  47. package/.next/standalone/apps/cli/.next/server/app/index.segments/__PAGE__.segment.rsc +6 -0
  48. package/.next/standalone/apps/cli/.next/server/app/index.segments/_full.segment.rsc +23 -0
  49. package/.next/standalone/apps/cli/.next/server/app/index.segments/_head.segment.rsc +6 -0
  50. package/.next/standalone/apps/cli/.next/server/app/index.segments/_index.segment.rsc +7 -0
  51. package/.next/standalone/apps/cli/.next/server/app/index.segments/_tree.segment.rsc +8 -0
  52. package/.next/standalone/apps/cli/.next/server/app/page/build-manifest.json +16 -0
  53. package/.next/standalone/apps/cli/.next/server/app/page/next-font-manifest.json +15 -0
  54. package/.next/standalone/apps/cli/.next/server/app/page/react-loadable-manifest.json +8 -0
  55. package/.next/standalone/apps/cli/.next/server/app/page.js +14 -0
  56. package/.next/standalone/apps/cli/.next/server/app/page.js.nft.json +1 -0
  57. package/.next/standalone/apps/cli/.next/server/app/page_client-reference-manifest.js +3 -0
  58. package/.next/standalone/apps/cli/.next/server/chunks/[root-of-the-server]__0-96rz3._.js +4 -0
  59. package/.next/standalone/apps/cli/.next/server/chunks/[root-of-the-server]__01ebhmk._.js +4 -0
  60. package/.next/standalone/apps/cli/.next/server/chunks/[root-of-the-server]__08gumz9._.js +20 -0
  61. package/.next/standalone/apps/cli/.next/server/chunks/[root-of-the-server]__096ht8h._.js +3 -0
  62. package/.next/standalone/apps/cli/.next/server/chunks/[root-of-the-server]__09h-x6c._.js +3 -0
  63. package/.next/standalone/apps/cli/.next/server/chunks/[root-of-the-server]__0dl3qev._.js +4 -0
  64. package/.next/standalone/apps/cli/.next/server/chunks/[root-of-the-server]__0ibxiti._.js +4 -0
  65. package/.next/standalone/apps/cli/.next/server/chunks/[root-of-the-server]__0op9af~._.js +3 -0
  66. package/.next/standalone/apps/cli/.next/server/chunks/[root-of-the-server]__0zpuus~._.js +4 -0
  67. package/.next/standalone/apps/cli/.next/server/chunks/[root-of-the-server]__10metcl._.js +3 -0
  68. package/.next/standalone/apps/cli/.next/server/chunks/_07nb1lf._.js +96 -0
  69. package/.next/standalone/apps/cli/.next/server/chunks/apps_cli__next-internal_server_app_api_comments_route_actions_11s3q1j.js +3 -0
  70. package/.next/standalone/apps/cli/.next/server/chunks/apps_cli__next-internal_server_app_api_diff_route_actions_0yd~76x.js +3 -0
  71. package/.next/standalone/apps/cli/.next/server/chunks/apps_cli__next-internal_server_app_api_discard_route_actions_0kh03~u.js +3 -0
  72. package/.next/standalone/apps/cli/.next/server/chunks/apps_cli__next-internal_server_app_api_file_route_actions_0qghjzw.js +3 -0
  73. package/.next/standalone/apps/cli/.next/server/chunks/apps_cli__next-internal_server_app_api_files_route_actions_0e9mdt8.js +3 -0
  74. package/.next/standalone/apps/cli/.next/server/chunks/apps_cli__next-internal_server_app_api_health_route_actions_06x7i6-.js +3 -0
  75. package/.next/standalone/apps/cli/.next/server/chunks/apps_cli__next-internal_server_app_api_watch_route_actions_11u4ntq.js +3 -0
  76. package/.next/standalone/apps/cli/.next/server/chunks/apps_cli__next-internal_server_app_favicon_ico_route_actions_0_ha2lk.js +3 -0
  77. package/.next/standalone/apps/cli/.next/server/chunks/node_modules_next_04~_e52._.js +13 -0
  78. package/.next/standalone/apps/cli/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_03vsq8v.js +3 -0
  79. package/.next/standalone/apps/cli/.next/server/chunks/ssr/[root-of-the-server]__0..1fdc._.js +3 -0
  80. package/.next/standalone/apps/cli/.next/server/chunks/ssr/[root-of-the-server]__0.kd7dh._.js +33 -0
  81. package/.next/standalone/apps/cli/.next/server/chunks/ssr/[root-of-the-server]__008jek4._.js +33 -0
  82. package/.next/standalone/apps/cli/.next/server/chunks/ssr/[root-of-the-server]__09z7o2x._.js +19 -0
  83. package/.next/standalone/apps/cli/.next/server/chunks/ssr/[root-of-the-server]__0khx0sl._.js +3 -0
  84. package/.next/standalone/apps/cli/.next/server/chunks/ssr/[root-of-the-server]__0scy8dd._.js +3 -0
  85. package/.next/standalone/apps/cli/.next/server/chunks/ssr/[root-of-the-server]__10f61k2._.js +3 -0
  86. package/.next/standalone/apps/cli/.next/server/chunks/ssr/_00rs0r_._.js +3 -0
  87. package/.next/standalone/apps/cli/.next/server/chunks/ssr/_07okxca._.js +46 -0
  88. package/.next/standalone/apps/cli/.next/server/chunks/ssr/_0zayoy9._.js +256 -0
  89. package/.next/standalone/apps/cli/.next/server/chunks/ssr/apps_cli__next-internal_server_app__global-error_page_actions_0mntbb4.js +3 -0
  90. package/.next/standalone/apps/cli/.next/server/chunks/ssr/apps_cli__next-internal_server_app__not-found_page_actions_0s.12rx.js +3 -0
  91. package/.next/standalone/apps/cli/.next/server/chunks/ssr/apps_cli__next-internal_server_app_page_actions_0zr0-4e.js +3 -0
  92. package/.next/standalone/apps/cli/.next/server/chunks/ssr/node_modules_09w7yel._.js +33 -0
  93. package/.next/standalone/apps/cli/.next/server/chunks/ssr/node_modules_0vtdjw7._.js +3 -0
  94. package/.next/standalone/apps/cli/.next/server/chunks/ssr/node_modules_@swc_helpers_cjs__interop_require_default_cjs_11~q6fv._.js +3 -0
  95. package/.next/standalone/apps/cli/.next/server/chunks/ssr/node_modules_next_dist_0qoh8ry._.js +6 -0
  96. package/.next/standalone/apps/cli/.next/server/chunks/ssr/node_modules_next_dist_client_components_0inhx6q._.js +3 -0
  97. package/.next/standalone/apps/cli/.next/server/chunks/ssr/node_modules_next_dist_client_components_builtin_forbidden_0ghu-f7.js +3 -0
  98. package/.next/standalone/apps/cli/.next/server/chunks/ssr/node_modules_next_dist_client_components_builtin_global-error_0lgvd_..js +3 -0
  99. package/.next/standalone/apps/cli/.next/server/chunks/ssr/node_modules_next_dist_client_components_builtin_unauthorized_0cjv-23.js +3 -0
  100. package/.next/standalone/apps/cli/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_0fetihc.js +4 -0
  101. package/.next/standalone/apps/cli/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_0uv6dgr.js +4 -0
  102. package/.next/standalone/apps/cli/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_0wek31p.js +4 -0
  103. package/.next/standalone/apps/cli/.next/server/middleware-build-manifest.js +20 -0
  104. package/.next/standalone/apps/cli/.next/server/middleware.js +5 -0
  105. package/.next/standalone/apps/cli/.next/server/next-font-manifest.js +1 -0
  106. package/.next/standalone/apps/cli/.next/server/next-font-manifest.json +23 -0
  107. package/.next/standalone/apps/cli/.next/server/pages/404.html +1 -0
  108. package/.next/standalone/apps/cli/.next/server/pages/500.html +1 -0
  109. package/.next/standalone/apps/cli/.next/server/server-reference-manifest.js +1 -0
  110. package/.next/standalone/apps/cli/.next/server/server-reference-manifest.json +5 -0
  111. package/.next/standalone/apps/cli/.next/static/chunks/01h3mxrlc59t0.js +44 -0
  112. package/.next/standalone/apps/cli/.next/static/chunks/01koxcc.u8pba.css +3 -0
  113. package/.next/standalone/apps/cli/.next/static/chunks/0dpr.umiw20gr.js +138 -0
  114. package/.next/standalone/apps/cli/.next/static/chunks/0emdc6r4v0e7m.js +1 -0
  115. package/.next/standalone/apps/cli/.next/static/chunks/0j84zq9o744on.js +1 -0
  116. package/.next/standalone/apps/cli/.next/static/chunks/0kdzg7sx7k3cc.js +63 -0
  117. package/.next/standalone/apps/cli/.next/static/chunks/0ljspdd3cv1ft.js +31 -0
  118. package/.next/standalone/apps/cli/.next/static/chunks/0mstyq17cbf8-.js +1 -0
  119. package/.next/standalone/apps/cli/.next/static/chunks/0rxmypfb82_70.js +1 -0
  120. package/.next/standalone/apps/cli/.next/static/chunks/0ubsc8e9~hk5c.js +5 -0
  121. package/.next/standalone/apps/cli/.next/static/chunks/11jy8da-iayqc.js +258 -0
  122. package/.next/standalone/apps/cli/.next/static/chunks/137rmjzihgq_3.js +1 -0
  123. package/.next/standalone/apps/cli/.next/static/chunks/13t_ihnxxnv7q.js +1 -0
  124. package/.next/standalone/apps/cli/.next/static/chunks/17chjvo0gou94.js +1 -0
  125. package/.next/standalone/apps/cli/.next/static/chunks/turbopack-0pi8.kquhduc_.js +1 -0
  126. package/.next/standalone/apps/cli/.next/static/chunks/turbopack-184izmgv72u06.js +1 -0
  127. package/.next/standalone/apps/cli/package.json +93 -0
  128. package/.next/standalone/node_modules/@img/sharp-libvips-linux-x64/README.md +46 -0
  129. package/.next/standalone/node_modules/@img/sharp-libvips-linux-x64/lib/glib-2.0/include/glibconfig.h +221 -0
  130. package/.next/standalone/node_modules/@img/sharp-libvips-linux-x64/lib/index.js +1 -0
  131. package/.next/standalone/node_modules/@img/sharp-libvips-linux-x64/lib/libvips-cpp.so.8.17.3 +0 -0
  132. package/.next/standalone/node_modules/@img/sharp-libvips-linux-x64/package.json +42 -0
  133. package/.next/standalone/node_modules/@img/sharp-libvips-linux-x64/versions.json +30 -0
  134. package/.next/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/README.md +46 -0
  135. package/.next/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/lib/glib-2.0/include/glibconfig.h +221 -0
  136. package/.next/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/lib/index.js +1 -0
  137. package/.next/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/lib/libvips-cpp.so.8.17.3 +0 -0
  138. package/.next/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/package.json +42 -0
  139. package/.next/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/versions.json +30 -0
  140. package/.next/standalone/node_modules/@img/sharp-linux-x64/lib/sharp-linux-x64.node +0 -0
  141. package/.next/standalone/node_modules/@img/sharp-linux-x64/package.json +46 -0
  142. package/.next/standalone/node_modules/@img/sharp-linuxmusl-x64/lib/sharp-linuxmusl-x64.node +0 -0
  143. package/.next/standalone/node_modules/@img/sharp-linuxmusl-x64/package.json +46 -0
  144. package/README.md +1 -1
  145. package/bin/diffhub.mjs +1 -1
  146. package/bin/prepare-standalone.mjs +1 -1
  147. package/package.json +1 -1
  148. package/.next/standalone/apps/web/.next/BUILD_ID +0 -1
  149. package/.next/standalone/apps/web/.next/build-manifest.json +0 -20
  150. package/.next/standalone/apps/web/.next/prerender-manifest.json +0 -114
  151. package/.next/standalone/apps/web/.next/required-server-files.json +0 -338
  152. package/.next/standalone/apps/web/.next/server/app/_global-error/page/build-manifest.json +0 -16
  153. package/.next/standalone/apps/web/.next/server/app/_global-error/page.js +0 -10
  154. package/.next/standalone/apps/web/.next/server/app/_global-error/page.js.nft.json +0 -1
  155. package/.next/standalone/apps/web/.next/server/app/_global-error/page_client-reference-manifest.js +0 -3
  156. package/.next/standalone/apps/web/.next/server/app/_global-error.html +0 -1
  157. package/.next/standalone/apps/web/.next/server/app/_global-error.rsc +0 -15
  158. package/.next/standalone/apps/web/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +0 -5
  159. package/.next/standalone/apps/web/.next/server/app/_global-error.segments/_full.segment.rsc +0 -15
  160. package/.next/standalone/apps/web/.next/server/app/_global-error.segments/_head.segment.rsc +0 -6
  161. package/.next/standalone/apps/web/.next/server/app/_global-error.segments/_index.segment.rsc +0 -5
  162. package/.next/standalone/apps/web/.next/server/app/_global-error.segments/_tree.segment.rsc +0 -1
  163. package/.next/standalone/apps/web/.next/server/app/_not-found/page/build-manifest.json +0 -16
  164. package/.next/standalone/apps/web/.next/server/app/_not-found/page/next-font-manifest.json +0 -15
  165. package/.next/standalone/apps/web/.next/server/app/_not-found/page.js +0 -13
  166. package/.next/standalone/apps/web/.next/server/app/_not-found/page.js.nft.json +0 -1
  167. package/.next/standalone/apps/web/.next/server/app/_not-found/page_client-reference-manifest.js +0 -3
  168. package/.next/standalone/apps/web/.next/server/app/_not-found.html +0 -1
  169. package/.next/standalone/apps/web/.next/server/app/_not-found.rsc +0 -18
  170. package/.next/standalone/apps/web/.next/server/app/_not-found.segments/_full.segment.rsc +0 -18
  171. package/.next/standalone/apps/web/.next/server/app/_not-found.segments/_head.segment.rsc +0 -6
  172. package/.next/standalone/apps/web/.next/server/app/_not-found.segments/_index.segment.rsc +0 -7
  173. package/.next/standalone/apps/web/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +0 -5
  174. package/.next/standalone/apps/web/.next/server/app/_not-found.segments/_not-found.segment.rsc +0 -5
  175. package/.next/standalone/apps/web/.next/server/app/_not-found.segments/_tree.segment.rsc +0 -2
  176. package/.next/standalone/apps/web/.next/server/app/api/comments/route.js +0 -7
  177. package/.next/standalone/apps/web/.next/server/app/api/comments/route.js.nft.json +0 -1
  178. package/.next/standalone/apps/web/.next/server/app/api/diff/route.js +0 -7
  179. package/.next/standalone/apps/web/.next/server/app/api/diff/route.js.nft.json +0 -1
  180. package/.next/standalone/apps/web/.next/server/app/api/discard/route.js +0 -7
  181. package/.next/standalone/apps/web/.next/server/app/api/discard/route.js.nft.json +0 -1
  182. package/.next/standalone/apps/web/.next/server/app/api/file/route.js +0 -7
  183. package/.next/standalone/apps/web/.next/server/app/api/file/route.js.nft.json +0 -1
  184. package/.next/standalone/apps/web/.next/server/app/api/files/route.js +0 -7
  185. package/.next/standalone/apps/web/.next/server/app/api/files/route.js.nft.json +0 -1
  186. package/.next/standalone/apps/web/.next/server/app/api/health/route.js +0 -6
  187. package/.next/standalone/apps/web/.next/server/app/api/health/route.js.nft.json +0 -1
  188. package/.next/standalone/apps/web/.next/server/app/api/watch/route.js +0 -6
  189. package/.next/standalone/apps/web/.next/server/app/api/watch/route.js.nft.json +0 -1
  190. package/.next/standalone/apps/web/.next/server/app/favicon.ico/route.js +0 -8
  191. package/.next/standalone/apps/web/.next/server/app/favicon.ico/route.js.nft.json +0 -1
  192. package/.next/standalone/apps/web/.next/server/app/index.html +0 -1
  193. package/.next/standalone/apps/web/.next/server/app/index.rsc +0 -23
  194. package/.next/standalone/apps/web/.next/server/app/index.segments/__PAGE__.segment.rsc +0 -6
  195. package/.next/standalone/apps/web/.next/server/app/index.segments/_full.segment.rsc +0 -23
  196. package/.next/standalone/apps/web/.next/server/app/index.segments/_head.segment.rsc +0 -6
  197. package/.next/standalone/apps/web/.next/server/app/index.segments/_index.segment.rsc +0 -7
  198. package/.next/standalone/apps/web/.next/server/app/index.segments/_tree.segment.rsc +0 -8
  199. package/.next/standalone/apps/web/.next/server/app/page/build-manifest.json +0 -16
  200. package/.next/standalone/apps/web/.next/server/app/page/next-font-manifest.json +0 -15
  201. package/.next/standalone/apps/web/.next/server/app/page/react-loadable-manifest.json +0 -8
  202. package/.next/standalone/apps/web/.next/server/app/page.js +0 -14
  203. package/.next/standalone/apps/web/.next/server/app/page.js.nft.json +0 -1
  204. package/.next/standalone/apps/web/.next/server/app/page_client-reference-manifest.js +0 -3
  205. package/.next/standalone/apps/web/.next/server/chunks/0fuv_next_0e28~xv._.js +0 -13
  206. package/.next/standalone/apps/web/.next/server/chunks/0fuv_next_dist_esm_build_templates_app-route_0jjt7pl.js +0 -3
  207. package/.next/standalone/apps/web/.next/server/chunks/[root-of-the-server]__002xd2v._.js +0 -4
  208. package/.next/standalone/apps/web/.next/server/chunks/[root-of-the-server]__08v6xj7._.js +0 -4
  209. package/.next/standalone/apps/web/.next/server/chunks/[root-of-the-server]__0of4lzl._.js +0 -3
  210. package/.next/standalone/apps/web/.next/server/chunks/[root-of-the-server]__0pdu84y._.js +0 -3
  211. package/.next/standalone/apps/web/.next/server/chunks/[root-of-the-server]__0w_z88x._.js +0 -3
  212. package/.next/standalone/apps/web/.next/server/chunks/[root-of-the-server]__0wmjj~m._.js +0 -4
  213. package/.next/standalone/apps/web/.next/server/chunks/[root-of-the-server]__0zeknn4._.js +0 -4
  214. package/.next/standalone/apps/web/.next/server/chunks/[root-of-the-server]__110z8gu._.js +0 -20
  215. package/.next/standalone/apps/web/.next/server/chunks/[root-of-the-server]__11d5pg1._.js +0 -4
  216. package/.next/standalone/apps/web/.next/server/chunks/[root-of-the-server]__11uz7s9._.js +0 -3
  217. package/.next/standalone/apps/web/.next/server/chunks/_0jcmjdn._.js +0 -96
  218. package/.next/standalone/apps/web/.next/server/chunks/apps_web__next-internal_server_app_api_comments_route_actions_0cubv9d.js +0 -3
  219. package/.next/standalone/apps/web/.next/server/chunks/apps_web__next-internal_server_app_api_diff_route_actions_03v97p2.js +0 -3
  220. package/.next/standalone/apps/web/.next/server/chunks/apps_web__next-internal_server_app_api_discard_route_actions_0atmzwp.js +0 -3
  221. package/.next/standalone/apps/web/.next/server/chunks/apps_web__next-internal_server_app_api_file_route_actions_00.gqla.js +0 -3
  222. package/.next/standalone/apps/web/.next/server/chunks/apps_web__next-internal_server_app_api_files_route_actions_0ywjjl0.js +0 -3
  223. package/.next/standalone/apps/web/.next/server/chunks/apps_web__next-internal_server_app_api_health_route_actions_08i7v0h.js +0 -3
  224. package/.next/standalone/apps/web/.next/server/chunks/apps_web__next-internal_server_app_api_watch_route_actions_0k9olin.js +0 -3
  225. package/.next/standalone/apps/web/.next/server/chunks/apps_web__next-internal_server_app_favicon_ico_route_actions_0h5n1et.js +0 -3
  226. package/.next/standalone/apps/web/.next/server/chunks/ssr/0fuv_04qquug._.js +0 -3
  227. package/.next/standalone/apps/web/.next/server/chunks/ssr/0fuv_0frin6b._.js +0 -33
  228. package/.next/standalone/apps/web/.next/server/chunks/ssr/0fuv_@swc_helpers_cjs__interop_require_default_cjs_0ghzfn9._.js +0 -3
  229. package/.next/standalone/apps/web/.next/server/chunks/ssr/0fuv_next_dist_0r_o2vo._.js +0 -6
  230. package/.next/standalone/apps/web/.next/server/chunks/ssr/0fuv_next_dist_client_components_04~l9~b._.js +0 -3
  231. package/.next/standalone/apps/web/.next/server/chunks/ssr/0fuv_next_dist_client_components_builtin_forbidden_0a6wr8l.js +0 -3
  232. package/.next/standalone/apps/web/.next/server/chunks/ssr/0fuv_next_dist_client_components_builtin_global-error_109gj6..js +0 -3
  233. package/.next/standalone/apps/web/.next/server/chunks/ssr/0fuv_next_dist_client_components_builtin_unauthorized_08_5kf-.js +0 -3
  234. package/.next/standalone/apps/web/.next/server/chunks/ssr/0fuv_next_dist_esm_build_templates_app-page_058-r3w.js +0 -4
  235. package/.next/standalone/apps/web/.next/server/chunks/ssr/0fuv_next_dist_esm_build_templates_app-page_05pj6u5.js +0 -4
  236. package/.next/standalone/apps/web/.next/server/chunks/ssr/0fuv_next_dist_esm_build_templates_app-page_0hk~_0u.js +0 -4
  237. package/.next/standalone/apps/web/.next/server/chunks/ssr/[root-of-the-server]__0bit3~x._.js +0 -3
  238. package/.next/standalone/apps/web/.next/server/chunks/ssr/[root-of-the-server]__0djkqf8._.js +0 -19
  239. package/.next/standalone/apps/web/.next/server/chunks/ssr/[root-of-the-server]__0giwc4b._.js +0 -3
  240. package/.next/standalone/apps/web/.next/server/chunks/ssr/[root-of-the-server]__0r9q7oa._.js +0 -3
  241. package/.next/standalone/apps/web/.next/server/chunks/ssr/[root-of-the-server]__0t1vjyl._.js +0 -3
  242. package/.next/standalone/apps/web/.next/server/chunks/ssr/[root-of-the-server]__0t43zba._.js +0 -33
  243. package/.next/standalone/apps/web/.next/server/chunks/ssr/[root-of-the-server]__0~3xyfh._.js +0 -33
  244. package/.next/standalone/apps/web/.next/server/chunks/ssr/_0m1v4-9._.js +0 -256
  245. package/.next/standalone/apps/web/.next/server/chunks/ssr/_0oc3qg_._.js +0 -46
  246. package/.next/standalone/apps/web/.next/server/chunks/ssr/apps_web_0758ax4._.js +0 -3
  247. package/.next/standalone/apps/web/.next/server/chunks/ssr/apps_web__next-internal_server_app__global-error_page_actions_0.u5cfa.js +0 -3
  248. package/.next/standalone/apps/web/.next/server/chunks/ssr/apps_web__next-internal_server_app__not-found_page_actions_0appun9.js +0 -3
  249. package/.next/standalone/apps/web/.next/server/chunks/ssr/apps_web__next-internal_server_app_page_actions_0rm5_5w.js +0 -3
  250. package/.next/standalone/apps/web/.next/server/middleware-build-manifest.js +0 -20
  251. package/.next/standalone/apps/web/.next/server/middleware.js +0 -5
  252. package/.next/standalone/apps/web/.next/server/next-font-manifest.js +0 -1
  253. package/.next/standalone/apps/web/.next/server/next-font-manifest.json +0 -23
  254. package/.next/standalone/apps/web/.next/server/pages/404.html +0 -1
  255. package/.next/standalone/apps/web/.next/server/pages/500.html +0 -1
  256. package/.next/standalone/apps/web/.next/server/server-reference-manifest.js +0 -1
  257. package/.next/standalone/apps/web/.next/server/server-reference-manifest.json +0 -5
  258. package/.next/standalone/apps/web/.next/static/chunks/01f1ms~jsc5vh.js +0 -138
  259. package/.next/standalone/apps/web/.next/static/chunks/04_8o9p_5mqbc.js +0 -1
  260. package/.next/standalone/apps/web/.next/static/chunks/08y3m525937fg.css +0 -3
  261. package/.next/standalone/apps/web/.next/static/chunks/0c7yx0ttmhb4s.js +0 -63
  262. package/.next/standalone/apps/web/.next/static/chunks/0k6qpcardco1q.js +0 -1
  263. package/.next/standalone/apps/web/.next/static/chunks/0nupph2ieezql.js +0 -31
  264. package/.next/standalone/apps/web/.next/static/chunks/0ogqv_xj2r0c6.js +0 -1
  265. package/.next/standalone/apps/web/.next/static/chunks/0p7btp09uoqfd.js +0 -1
  266. package/.next/standalone/apps/web/.next/static/chunks/0y0o261rjun_2.js +0 -258
  267. package/.next/standalone/apps/web/.next/static/chunks/10kt4bfjbj3p6.js +0 -44
  268. package/.next/standalone/apps/web/.next/static/chunks/129j.vkoufmaw.js +0 -1
  269. package/.next/standalone/apps/web/.next/static/chunks/14ri405j3wzhd.js +0 -1
  270. package/.next/standalone/apps/web/.next/static/chunks/17b.xoi.b6rcl.js +0 -1
  271. package/.next/standalone/apps/web/.next/static/chunks/18de3ubyyshv4.js +0 -5
  272. package/.next/standalone/apps/web/.next/static/chunks/turbopack-0_n_4n~_4no2a.js +0 -1
  273. package/.next/standalone/apps/web/.next/static/chunks/turbopack-0o1xu~kzm4kdq.js +0 -1
  274. package/.next/standalone/apps/web/package.json +0 -93
  275. /package/.next/standalone/apps/{web → cli}/.next/app-path-routes-manifest.json +0 -0
  276. /package/.next/standalone/apps/{web → cli}/.next/node_modules/shiki-43d062b67f27bbdc/dist/bundle-full.mjs +0 -0
  277. /package/.next/standalone/apps/{web → cli}/.next/node_modules/shiki-43d062b67f27bbdc/dist/index.mjs +0 -0
  278. /package/.next/standalone/apps/{web → cli}/.next/node_modules/shiki-43d062b67f27bbdc/dist/langs.mjs +0 -0
  279. /package/.next/standalone/apps/{web → cli}/.next/node_modules/shiki-43d062b67f27bbdc/dist/themes.mjs +0 -0
  280. /package/.next/standalone/apps/{web → cli}/.next/node_modules/shiki-43d062b67f27bbdc/dist/wasm.mjs +0 -0
  281. /package/.next/standalone/apps/{web → cli}/.next/node_modules/shiki-43d062b67f27bbdc/package.json +0 -0
  282. /package/.next/standalone/apps/{web → cli}/.next/package.json +0 -0
  283. /package/.next/standalone/apps/{web → cli}/.next/routes-manifest.json +0 -0
  284. /package/.next/standalone/apps/{web → cli}/.next/server/app/_global-error/page/app-paths-manifest.json +0 -0
  285. /package/.next/standalone/apps/{web → cli}/.next/server/app/_global-error/page/next-font-manifest.json +0 -0
  286. /package/.next/standalone/apps/{web → cli}/.next/server/app/_global-error/page/react-loadable-manifest.json +0 -0
  287. /package/.next/standalone/apps/{web → cli}/.next/server/app/_global-error/page/server-reference-manifest.json +0 -0
  288. /package/.next/standalone/apps/{web → cli}/.next/server/app/_global-error/page.js.map +0 -0
  289. /package/.next/standalone/apps/{web → cli}/.next/server/app/_global-error.meta +0 -0
  290. /package/.next/standalone/apps/{web → cli}/.next/server/app/_not-found/page/app-paths-manifest.json +0 -0
  291. /package/.next/standalone/apps/{web → cli}/.next/server/app/_not-found/page/react-loadable-manifest.json +0 -0
  292. /package/.next/standalone/apps/{web → cli}/.next/server/app/_not-found/page/server-reference-manifest.json +0 -0
  293. /package/.next/standalone/apps/{web → cli}/.next/server/app/_not-found/page.js.map +0 -0
  294. /package/.next/standalone/apps/{web → cli}/.next/server/app/_not-found.meta +0 -0
  295. /package/.next/standalone/apps/{web → cli}/.next/server/app/api/comments/route/app-paths-manifest.json +0 -0
  296. /package/.next/standalone/apps/{web → cli}/.next/server/app/api/comments/route/build-manifest.json +0 -0
  297. /package/.next/standalone/apps/{web → cli}/.next/server/app/api/comments/route/server-reference-manifest.json +0 -0
  298. /package/.next/standalone/apps/{web → cli}/.next/server/app/api/comments/route.js.map +0 -0
  299. /package/.next/standalone/apps/{web → cli}/.next/server/app/api/comments/route_client-reference-manifest.js +0 -0
  300. /package/.next/standalone/apps/{web → cli}/.next/server/app/api/diff/route/app-paths-manifest.json +0 -0
  301. /package/.next/standalone/apps/{web → cli}/.next/server/app/api/diff/route/build-manifest.json +0 -0
  302. /package/.next/standalone/apps/{web → cli}/.next/server/app/api/diff/route/server-reference-manifest.json +0 -0
  303. /package/.next/standalone/apps/{web → cli}/.next/server/app/api/diff/route.js.map +0 -0
  304. /package/.next/standalone/apps/{web → cli}/.next/server/app/api/diff/route_client-reference-manifest.js +0 -0
  305. /package/.next/standalone/apps/{web → cli}/.next/server/app/api/discard/route/app-paths-manifest.json +0 -0
  306. /package/.next/standalone/apps/{web → cli}/.next/server/app/api/discard/route/build-manifest.json +0 -0
  307. /package/.next/standalone/apps/{web → cli}/.next/server/app/api/discard/route/server-reference-manifest.json +0 -0
  308. /package/.next/standalone/apps/{web → cli}/.next/server/app/api/discard/route.js.map +0 -0
  309. /package/.next/standalone/apps/{web → cli}/.next/server/app/api/discard/route_client-reference-manifest.js +0 -0
  310. /package/.next/standalone/apps/{web → cli}/.next/server/app/api/file/route/app-paths-manifest.json +0 -0
  311. /package/.next/standalone/apps/{web → cli}/.next/server/app/api/file/route/build-manifest.json +0 -0
  312. /package/.next/standalone/apps/{web → cli}/.next/server/app/api/file/route/server-reference-manifest.json +0 -0
  313. /package/.next/standalone/apps/{web → cli}/.next/server/app/api/file/route.js.map +0 -0
  314. /package/.next/standalone/apps/{web → cli}/.next/server/app/api/file/route_client-reference-manifest.js +0 -0
  315. /package/.next/standalone/apps/{web → cli}/.next/server/app/api/files/route/app-paths-manifest.json +0 -0
  316. /package/.next/standalone/apps/{web → cli}/.next/server/app/api/files/route/build-manifest.json +0 -0
  317. /package/.next/standalone/apps/{web → cli}/.next/server/app/api/files/route/server-reference-manifest.json +0 -0
  318. /package/.next/standalone/apps/{web → cli}/.next/server/app/api/files/route.js.map +0 -0
  319. /package/.next/standalone/apps/{web → cli}/.next/server/app/api/files/route_client-reference-manifest.js +0 -0
  320. /package/.next/standalone/apps/{web → cli}/.next/server/app/api/health/route/app-paths-manifest.json +0 -0
  321. /package/.next/standalone/apps/{web → cli}/.next/server/app/api/health/route/build-manifest.json +0 -0
  322. /package/.next/standalone/apps/{web → cli}/.next/server/app/api/health/route/server-reference-manifest.json +0 -0
  323. /package/.next/standalone/apps/{web → cli}/.next/server/app/api/health/route.js.map +0 -0
  324. /package/.next/standalone/apps/{web → cli}/.next/server/app/api/health/route_client-reference-manifest.js +0 -0
  325. /package/.next/standalone/apps/{web → cli}/.next/server/app/api/watch/route/app-paths-manifest.json +0 -0
  326. /package/.next/standalone/apps/{web → cli}/.next/server/app/api/watch/route/build-manifest.json +0 -0
  327. /package/.next/standalone/apps/{web → cli}/.next/server/app/api/watch/route/server-reference-manifest.json +0 -0
  328. /package/.next/standalone/apps/{web → cli}/.next/server/app/api/watch/route.js.map +0 -0
  329. /package/.next/standalone/apps/{web → cli}/.next/server/app/api/watch/route_client-reference-manifest.js +0 -0
  330. /package/.next/standalone/apps/{web → cli}/.next/server/app/favicon.ico/route/app-paths-manifest.json +0 -0
  331. /package/.next/standalone/apps/{web → cli}/.next/server/app/favicon.ico/route/build-manifest.json +0 -0
  332. /package/.next/standalone/apps/{web → cli}/.next/server/app/favicon.ico/route.js.map +0 -0
  333. /package/.next/standalone/apps/{web → cli}/.next/server/app/favicon.ico.body +0 -0
  334. /package/.next/standalone/apps/{web → cli}/.next/server/app/favicon.ico.meta +0 -0
  335. /package/.next/standalone/apps/{web → cli}/.next/server/app/index.meta +0 -0
  336. /package/.next/standalone/apps/{web → cli}/.next/server/app/page/app-paths-manifest.json +0 -0
  337. /package/.next/standalone/apps/{web → cli}/.next/server/app/page/server-reference-manifest.json +0 -0
  338. /package/.next/standalone/apps/{web → cli}/.next/server/app/page.js.map +0 -0
  339. /package/.next/standalone/apps/{web → cli}/.next/server/app-paths-manifest.json +0 -0
  340. /package/.next/standalone/apps/{web → cli}/.next/server/chunks/[externals]__11vad82._.js +0 -0
  341. /package/.next/standalone/apps/{web → cli}/.next/server/chunks/[externals]_next_dist_0arv.vj._.js +0 -0
  342. /package/.next/standalone/apps/{web → cli}/.next/server/chunks/[externals]_shiki_wasm_0~fgmgp._.js +0 -0
  343. /package/.next/standalone/apps/{web → cli}/.next/server/chunks/[turbopack]_runtime.js +0 -0
  344. /package/.next/standalone/apps/{web → cli}/.next/server/chunks/node_modules_@pierre_theme_dist_pierre-dark_mjs_0ojo3_n._.js +0 -0
  345. /package/.next/standalone/apps/{web → cli}/.next/server/chunks/node_modules_@pierre_theme_dist_pierre-light_mjs_0pw9wwg._.js +0 -0
  346. /package/.next/standalone/apps/{web → cli}/.next/server/chunks/ssr/[externals]_shiki_wasm_0~fgmgp._.js +0 -0
  347. /package/.next/standalone/apps/{web → cli}/.next/server/chunks/ssr/[turbopack]_runtime.js +0 -0
  348. /package/.next/standalone/apps/{web → cli}/.next/server/chunks/ssr/node_modules_@pierre_theme_dist_pierre-dark_mjs_13rn_r.._.js +0 -0
  349. /package/.next/standalone/apps/{web → cli}/.next/server/chunks/ssr/node_modules_@pierre_theme_dist_pierre-light_mjs_0htu4q4._.js +0 -0
  350. /package/.next/standalone/apps/{web → cli}/.next/server/functions-config-manifest.json +0 -0
  351. /package/.next/standalone/apps/{web → cli}/.next/server/middleware-manifest.json +0 -0
  352. /package/.next/standalone/apps/{web → cli}/.next/server/pages-manifest.json +0 -0
  353. /package/.next/standalone/apps/{web → cli}/.next/server/prefetch-hints.json +0 -0
  354. /package/.next/standalone/apps/{web/.next/static/wJudy_0U8odZjFz2U2KtS → cli/.next/static/AzEXEgfCuAerg54KRf4nK}/_buildManifest.js +0 -0
  355. /package/.next/standalone/apps/{web/.next/static/wJudy_0U8odZjFz2U2KtS → cli/.next/static/AzEXEgfCuAerg54KRf4nK}/_clientMiddlewareManifest.js +0 -0
  356. /package/.next/standalone/apps/{web/.next/static/wJudy_0U8odZjFz2U2KtS → cli/.next/static/AzEXEgfCuAerg54KRf4nK}/_ssgManifest.js +0 -0
  357. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0--_zsmkfvbdb.js +0 -0
  358. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0-1nwsetlm5dw.js +0 -0
  359. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0-6q~1z8vjjo..js +0 -0
  360. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0-7l~ief8vwlw.js +0 -0
  361. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0-l_egd1a7oma.js +0 -0
  362. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0-v42~rno.0yn.js +0 -0
  363. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0-zv7545l~nj_.js +0 -0
  364. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0._u6ukk4y~7b.js +0 -0
  365. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0.a9k-nrp1fib.js +0 -0
  366. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0.ccwgu_~j12s.js +0 -0
  367. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0.r281eo71rsn.js +0 -0
  368. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0.swpbqovu1-s.js +0 -0
  369. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0.wt9x.t3dtkx.js +0 -0
  370. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0.x.t851q3sb-.js +0 -0
  371. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/00.-fx~so_jqp.js +0 -0
  372. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/005500kftk_2y.js +0 -0
  373. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/009k~8jfipumf.js +0 -0
  374. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/00ap3e0crihlu.js +0 -0
  375. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/00db_o431bf7m.js +0 -0
  376. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/00opk.v94b8d0.js +0 -0
  377. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/00sqi-uahhvne.js +0 -0
  378. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/00uw80ls1k.ib.js +0 -0
  379. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/00~k_02u8aq0y.js +0 -0
  380. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/018u8rwx8y9n..js +0 -0
  381. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/019.8f98~4uqh.js +0 -0
  382. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/01cpko09ronel.js +0 -0
  383. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/01cqf.wjioz0o.js +0 -0
  384. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/01odxtu7yfjnj.js +0 -0
  385. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/01qy58-cp3bl4.js +0 -0
  386. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/01u1p0m9a3t59.js +0 -0
  387. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/01yj_umbfr~o5.js +0 -0
  388. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/02fos~b~njfm..js +0 -0
  389. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/02m94syls98~q.js +0 -0
  390. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/02o8ee51zggh2.js +0 -0
  391. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/02p9s-r2in7_c.js +0 -0
  392. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/02uoc-z~-zkhc.js +0 -0
  393. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/03-3bzc707_v~.js +0 -0
  394. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/034w_ye2h5woc.js +0 -0
  395. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/038csljc2p1iv.js +0 -0
  396. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/03937j5zckqfy.js +0 -0
  397. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/039wlcb~.de~t.js +0 -0
  398. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/03wu~nl8z1x1o.js +0 -0
  399. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/03~yq9q893hmn.js +0 -0
  400. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0469cr.ku-m.1.js +0 -0
  401. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/049sw8rw.4icb.js +0 -0
  402. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/04apr7eqo9adu.js +0 -0
  403. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/04nyf3-fkie_q.js +0 -0
  404. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/04vl7r9~t.zuw.js +0 -0
  405. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/04zu2b9hzygxb.js +0 -0
  406. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/04~g7o9dd10-n.js +0 -0
  407. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/05ajx2~cui4a8.js +0 -0
  408. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/05jamkp.5mg0p.js +0 -0
  409. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/05l1s~ld962pk.js +0 -0
  410. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/05ltz36ad0cro.js +0 -0
  411. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/05m5tor4oput8.js +0 -0
  412. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/05ugqa-122eak.js +0 -0
  413. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/05xz2bewkv8wx.js +0 -0
  414. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/05~grqee8er3~.js +0 -0
  415. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/061t91-0vserf.js +0 -0
  416. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/066_8jdhkzg.9.js +0 -0
  417. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/06jruolv8d-hb.js +0 -0
  418. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/06slukewkj03e.js +0 -0
  419. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/06ukujtjt2yoe.js +0 -0
  420. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/06xm79f~ft.9-.js +0 -0
  421. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/070acyqpo2-6o.js +0 -0
  422. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0777.wdkhq4ki.js +0 -0
  423. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/07i120a.con.s.js +0 -0
  424. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/07l0sc_1sf3r8.js +0 -0
  425. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/07p8r_t06~3wp.js +0 -0
  426. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/08cdnx3j_6ki2.js +0 -0
  427. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/08eu5c68b24nw.js +0 -0
  428. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/08fyadhjshhz1.js +0 -0
  429. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/08svnlle0cj0t.js +0 -0
  430. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/08w_5dibuiib_.js +0 -0
  431. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/09-ssl6miioi~.js +0 -0
  432. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/09878rjpz18k-.js +0 -0
  433. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/09b-h3xuix4_h.js +0 -0
  434. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/09frt_x9idhpp.js +0 -0
  435. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/09j7w5f8ys~oi.js +0 -0
  436. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/09uj3rcvxx0z5.js +0 -0
  437. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/09wj0fd.7gmhy.js +0 -0
  438. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/09wztauta_6mu.js +0 -0
  439. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/09x3ehov0-zke.js +0 -0
  440. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0_037v.gri318.js +0 -0
  441. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0_52st2ao2~la.js +0 -0
  442. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0_7-q_3yrpyhi.js +0 -0
  443. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0_s91ux778pz~.js +0 -0
  444. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0a3fxcrvp4ijs.js +0 -0
  445. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0ah_~.~t9fx~a.js +0 -0
  446. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0akd.s7cjgxl0.js +0 -0
  447. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0at_9zbgn1m5u.js +0 -0
  448. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0avd63t~w65.o.js +0 -0
  449. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0avesy0.ssowg.js +0 -0
  450. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0awnsavwbe3h~.js +0 -0
  451. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0b1do8mj3aw7a.js +0 -0
  452. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0b4r5vsa41xwq.js +0 -0
  453. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0b57~ounp3b9k.js +0 -0
  454. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0b629i~cecxvv.js +0 -0
  455. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0bb73s8uhe~2n.js +0 -0
  456. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0bqd2teg64~oo.js +0 -0
  457. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0budy7bttgkge.js +0 -0
  458. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0burxwixpilt8.js +0 -0
  459. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0c.zo16t-79wr.js +0 -0
  460. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0c1yfuz2avxc4.js +0 -0
  461. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0c49d~xxp1hj9.js +0 -0
  462. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0cgbt.mvs0_q8.js +0 -0
  463. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0cnewhewq8odq.js +0 -0
  464. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0c~dmdbf504e5.js +0 -0
  465. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0d1_zd_iviw_h.js +0 -0
  466. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0db8zni.apok2.js +0 -0
  467. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0dh56a82.i~9c.js +0 -0
  468. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0djdk~3qr0_7y.js +0 -0
  469. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0dmz_brg~m1zf.js +0 -0
  470. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0do1wl3mk86yh.js +0 -0
  471. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0drklyayuvw~s.js +0 -0
  472. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0dtdks2yipah5.js +0 -0
  473. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0etqsz.iblzw6.js +0 -0
  474. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0ey.bgyk9mbj6.js +0 -0
  475. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0f31ud37nf04a.js +0 -0
  476. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0f6355h2f.5z2.js +0 -0
  477. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0fhuj2_md3mwd.js +0 -0
  478. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0fiebc.pz7lz-.js +0 -0
  479. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0fsut8km99wu-.js +0 -0
  480. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0fvaxs3neloe4.js +0 -0
  481. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0g35on_x-nvfu.js +0 -0
  482. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0gcgxusc6_r4o.js +0 -0
  483. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0gcn4rv1db9v2.js +0 -0
  484. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0gi321b95lp~m.js +0 -0
  485. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0guyja4bp405y.js +0 -0
  486. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0g~fb9uvrvg8p.js +0 -0
  487. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0hcxbpqnn.0fz.js +0 -0
  488. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0hf2xiq9j2.64.js +0 -0
  489. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0hifn-~hhv-kv.js +0 -0
  490. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0hrl0ni1eg3hl.js +0 -0
  491. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0hx0fnemn~bna.js +0 -0
  492. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0i-7satpv5t_9.js +0 -0
  493. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0i.~z16kxgsqt.js +0 -0
  494. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0i_i6j7lf~v4d.js +0 -0
  495. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0igt5mnpzmvx5.js +0 -0
  496. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0iq227~co7b77.js +0 -0
  497. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0j82qoa4cewfj.js +0 -0
  498. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0jf5ciyy~unj_.js +0 -0
  499. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0jjcnbq-e0eua.js +0 -0
  500. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0jof7ec748dev.js +0 -0
  501. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0jrdgnpowz7-e.js +0 -0
  502. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0jv_e-n-j5e_p.js +0 -0
  503. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0jxgg50c4544j.js +0 -0
  504. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0k8s2pr7fw5gg.js +0 -0
  505. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0k8squ0cemq16.js +0 -0
  506. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0knsb~0twkcym.js +0 -0
  507. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0kw6rfh.hm5fu.js +0 -0
  508. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0l0b2iqw~vg4p.js +0 -0
  509. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0lcum.l0ijm4b.js +0 -0
  510. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0lgd0cy674a2-.js +0 -0
  511. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0lhzqw~nvoyww.js +0 -0
  512. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0li874~37_nw..js +0 -0
  513. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0lk1q8mw8x16f.js +0 -0
  514. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0lmrdsaogcbqi.js +0 -0
  515. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0m3sv_vped4j~.js +0 -0
  516. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0m3uozyohiqsg.js +0 -0
  517. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0m7v1mcc3h~am.js +0 -0
  518. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0mfw6loyh~xxc.js +0 -0
  519. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0mnydn0unk-9c.js +0 -0
  520. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0mop72hyi2a_a.js +0 -0
  521. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0mta_n76jh1d9.js +0 -0
  522. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0mv85zp5r8rl5.js +0 -0
  523. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0n-ieg5c1xf~i.js +0 -0
  524. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0n75.p2~7t5v1.js +0 -0
  525. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0nd~h5~bu_zln.js +0 -0
  526. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0ngt1ro9_jmgv.js +0 -0
  527. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0nh6xl5nmwk8y.js +0 -0
  528. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0o-~p97twuzsp.js +0 -0
  529. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0o8l985pdln9n.js +0 -0
  530. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0o_atpizgmifx.js +0 -0
  531. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0o_g_u_q~-pyl.js +0 -0
  532. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0oa8ko11e03em.js +0 -0
  533. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0ocz-v4l_uel_.js +0 -0
  534. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0oiyv5ylwfoka.js +0 -0
  535. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0oyu_2qstzqx..js +0 -0
  536. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0o~9ep7o0-t4w.js +0 -0
  537. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0p0b06cvqf0~n.js +0 -0
  538. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0p5xgy55io8ju.js +0 -0
  539. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0p5yq5~6q_g68.js +0 -0
  540. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0p6cv-isja8l~.js +0 -0
  541. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0p8xbwt-~a4r0.js +0 -0
  542. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0pdxx~tuabwct.js +0 -0
  543. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0pmzla~xv47u1.js +0 -0
  544. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0pw5n~ek~e2zj.js +0 -0
  545. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0q37s2_7ddhtv.js +0 -0
  546. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0qv~klp1~jgbc.js +0 -0
  547. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0r-an~4ezhcs8.js +0 -0
  548. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0r6btfw...a50.js +0 -0
  549. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0r77pq_ev~xbf.js +0 -0
  550. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0r7tqf1g98-qw.js +0 -0
  551. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0r_1kyh9_7snc.js +0 -0
  552. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0rb-5f_xz2_4-.js +0 -0
  553. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0rwli08a4t2tm.js +0 -0
  554. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0s-z-lssg3mkz.js +0 -0
  555. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0s0d-_ldclsxp.js +0 -0
  556. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0s14jwv6z3mui.js +0 -0
  557. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0s199ba3rmp9~.js +0 -0
  558. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0s6sl8w76oqjd.js +0 -0
  559. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0sk9dspk-lf_n.js +0 -0
  560. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0spcrcx4~_~jr.js +0 -0
  561. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0srb8cs8sau6x.js +0 -0
  562. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0ss6o98oxsr1q.js +0 -0
  563. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0suco6wz_6yd7.js +0 -0
  564. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0t1-y.z5riwf5.js +0 -0
  565. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0t17qg518d-5b.js +0 -0
  566. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0t4p40tuwladl.js +0 -0
  567. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0t8ghotqoe~.5.js +0 -0
  568. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0tlxbqp15p2px.js +0 -0
  569. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0tp4_-fc0.o0m.js +0 -0
  570. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0u1iintjqvkkp.js +0 -0
  571. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0ugivay2rgim6.js +0 -0
  572. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0ulhzx~~ps.qt.js +0 -0
  573. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0um8reh4y0~rl.js +0 -0
  574. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0uqcjksdzz1.g.js +0 -0
  575. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0us.kh37rkhvi.js +0 -0
  576. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0uvsf82is3a1c.js +0 -0
  577. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0uypykmy1ca~8.js +0 -0
  578. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0v3_oe_ir77oa.js +0 -0
  579. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0vabbaus5.6zv.js +0 -0
  580. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0vikec.2e4juv.js +0 -0
  581. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0vo6ouy1n6pig.js +0 -0
  582. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0vod5vg3a904v.js +0 -0
  583. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0vyrdj2zo~a9t.js +0 -0
  584. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0vz7ywb0_ogms.js +0 -0
  585. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0w1p01rlhx3ag.js +0 -0
  586. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0w6v3pxn0096j.js +0 -0
  587. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0w6y2desvv-d5.js +0 -0
  588. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0w9tszsucsf_s.js +0 -0
  589. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0wkpw.el1paai.js +0 -0
  590. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0wrrms8ool41q.js +0 -0
  591. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0wu5.-ix.d7uw.js +0 -0
  592. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0wv089bwnz6yu.js +0 -0
  593. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0wxbvzvya.r2d.js +0 -0
  594. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0wzy_~f7o.24s.js +0 -0
  595. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0x7ns8y10i7-6.js +0 -0
  596. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0x93ihllu4v92.js +0 -0
  597. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0xmk2iyotvd00.js +0 -0
  598. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0xobdjtj1klxw.js +0 -0
  599. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0y.2lnn-wqntk.js +0 -0
  600. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0y26ski3cfkes.js +0 -0
  601. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0y5z3t-z1c8ks.js.map +0 -0
  602. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0y9r~_he08kvg.js +0 -0
  603. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0yefpik_~3-l_.js +0 -0
  604. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0z-eh0aq~xg4p.js +0 -0
  605. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0znjcuqju3t0u.js +0 -0
  606. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0zqao_lburj~0.js +0 -0
  607. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0zsnr4hvmj0.2.js +0 -0
  608. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0zza.vlrdqp28.js +0 -0
  609. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0~6.a82-_l0hi.js +0 -0
  610. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0~84esd1vdlt9.js +0 -0
  611. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0~krbyoiki-.d.js +0 -0
  612. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/0~sx4iez3modi.js +0 -0
  613. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/10.kzyc_pkoyb.js +0 -0
  614. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/109vrar6gprjo.js +0 -0
  615. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/10_c5z~j53lgt.js +0 -0
  616. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/10cvpruvohk8j.js +0 -0
  617. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/10d4ykizh3bhe.js +0 -0
  618. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/10hyatzkqked9.js +0 -0
  619. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/10kf2q17t--x_.js +0 -0
  620. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/10vuwtzl12i41.js +0 -0
  621. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/1123vps993tly.js +0 -0
  622. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/117t_c9.2ofnr.js +0 -0
  623. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/1181x9.0p5u_u.js +0 -0
  624. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/11f3.q94qn6ml.js +0 -0
  625. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/11fa99hntrezc.js +0 -0
  626. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/11gthfbri343q.js +0 -0
  627. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/11l2amf3-jsn0.js +0 -0
  628. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/11ui.th4ez6d2.js +0 -0
  629. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/1263n_544j3gj.js +0 -0
  630. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/12b-eqmjo9ayl.js +0 -0
  631. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/12cuoycj-4wmc.js +0 -0
  632. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/12g_k.-rvbjk1.js +0 -0
  633. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/12y-kk2uze0bq.js +0 -0
  634. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/12ymtkxexuhms.js +0 -0
  635. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/13-~ruiz5lv80.js +0 -0
  636. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/13r2jl0agce9o.js +0 -0
  637. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/13s61ahliua6k.js +0 -0
  638. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/142wiu8kfk4xf.js +0 -0
  639. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/14dxfi84wvxhf.js +0 -0
  640. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/14o3t5fm_nu5r.js +0 -0
  641. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/14~s-d~n5z95h.js +0 -0
  642. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/15.k3-r~izrsi.js +0 -0
  643. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/152yhzp9vpq8..js +0 -0
  644. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/154aqokqeh.k9.js +0 -0
  645. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/157.qd.n9ony6.js +0 -0
  646. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/159ktk_vo94mg.js +0 -0
  647. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/15_3zgh95bid7.js +0 -0
  648. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/15c1fj_gryap~.js +0 -0
  649. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/15d_kgg2d-gk5.js +0 -0
  650. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/15nlibxn18.4b.js +0 -0
  651. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/169lw74h4pwlo.js +0 -0
  652. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/16h7mfbvzn6zr.js +0 -0
  653. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/16sazc17ae.e1.js +0 -0
  654. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/16ut~u9p2z7yf.js +0 -0
  655. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/16vtsqvax-.yu.js +0 -0
  656. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/16wpus4_srs2h.js +0 -0
  657. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/16xgn98vzi~qj.js +0 -0
  658. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/16zly25zh5l9g.js +0 -0
  659. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/170brnj11bvpy.js +0 -0
  660. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/172oomukmn2sa.js +0 -0
  661. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/17ff5npy1gyal.js +0 -0
  662. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/17jtcrj5m~icr.js +0 -0
  663. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/17uesrrkyz1ta.js +0 -0
  664. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/1807nps95k_q8.js +0 -0
  665. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/180~4j94u_jdx.js +0 -0
  666. /package/.next/standalone/apps/{web → cli}/.next/static/chunks/turbopack-worker-0sjn--fhq~1cg.js +0 -0
  667. /package/.next/standalone/apps/{web → cli}/.next/static/media/diffs.worker.09unk0quktc_5.ts +0 -0
  668. /package/.next/standalone/apps/{web → cli}/.next/static/media/favicon.0x3dzn~oxb6tn.ico +0 -0
  669. /package/.next/standalone/apps/{web → cli}/.next/static/media/glide_variable-s.p.0fx44xqf9f43h.woff2 +0 -0
  670. /package/.next/standalone/apps/{web → cli}/.next/static/media/glide_variable_italic-s.p.093qg0eh0wzav.woff2 +0 -0
  671. /package/.next/standalone/apps/{web → cli}/.next/static/media/operator_mono_book-s.p.0ao75o~.if_c5.woff2 +0 -0
  672. /package/.next/standalone/apps/{web → cli}/.next/static/media/operator_mono_book_italic-s.p.17ittyvlvy8jk.woff2 +0 -0
  673. /package/.next/standalone/apps/{web → cli}/.next/static/media/operator_mono_medium-s.p.0lzlpc.qkabu3.woff2 +0 -0
  674. /package/.next/standalone/apps/{web → cli}/.next/static/media/operator_mono_medium_italic-s.p.0~p9vm-1dhank.woff2 +0 -0
  675. /package/.next/standalone/apps/{web → cli}/public/file.svg +0 -0
  676. /package/.next/standalone/apps/{web → cli}/public/glide-variable-italic.woff2 +0 -0
  677. /package/.next/standalone/apps/{web → cli}/public/glide-variable.woff2 +0 -0
  678. /package/.next/standalone/apps/{web → cli}/public/globe.svg +0 -0
  679. /package/.next/standalone/apps/{web → cli}/public/next.svg +0 -0
  680. /package/.next/standalone/apps/{web → cli}/public/operator-mono-book-italic.woff2 +0 -0
  681. /package/.next/standalone/apps/{web → cli}/public/operator-mono-book.woff2 +0 -0
  682. /package/.next/standalone/apps/{web → cli}/public/operator-mono-medium-italic.woff2 +0 -0
  683. /package/.next/standalone/apps/{web → cli}/public/operator-mono-medium.woff2 +0 -0
  684. /package/.next/standalone/apps/{web → cli}/public/screenshot.png +0 -0
  685. /package/.next/standalone/apps/{web → cli}/public/vercel.svg +0 -0
  686. /package/.next/standalone/apps/{web → cli}/public/window.svg +0 -0
  687. /package/.next/standalone/apps/{web → cli}/server.js +0 -0
  688. /package/.next/standalone/{apps/web/node_modules → node_modules}/@img/colour/color.cjs +0 -0
  689. /package/.next/standalone/{apps/web/node_modules → node_modules}/@img/colour/index.cjs +0 -0
  690. /package/.next/standalone/{apps/web/node_modules → node_modules}/@img/colour/package.json +0 -0
  691. /package/.next/standalone/{apps/web/node_modules → node_modules}/@next/env/dist/index.js +0 -0
  692. /package/.next/standalone/{apps/web/node_modules → node_modules}/@next/env/package.json +0 -0
  693. /package/.next/standalone/{apps/web/node_modules → node_modules}/@swc/helpers/cjs/_interop_require_default.cjs +0 -0
  694. /package/.next/standalone/{apps/web/node_modules → node_modules}/@swc/helpers/cjs/_interop_require_wildcard.cjs +0 -0
  695. /package/.next/standalone/{apps/web/node_modules → node_modules}/@swc/helpers/package.json +0 -0
  696. /package/.next/standalone/{apps/web/node_modules → node_modules}/client-only/index.js +0 -0
  697. /package/.next/standalone/{apps/web/node_modules → node_modules}/client-only/package.json +0 -0
  698. /package/.next/standalone/{apps/web/node_modules → node_modules}/detect-libc/lib/detect-libc.js +0 -0
  699. /package/.next/standalone/{apps/web/node_modules → node_modules}/detect-libc/lib/elf.js +0 -0
  700. /package/.next/standalone/{apps/web/node_modules → node_modules}/detect-libc/lib/filesystem.js +0 -0
  701. /package/.next/standalone/{apps/web/node_modules → node_modules}/detect-libc/lib/process.js +0 -0
  702. /package/.next/standalone/{apps/web/node_modules → node_modules}/detect-libc/package.json +0 -0
  703. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/build/adapter/setup-node-env.external.js +0 -0
  704. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/build/define-env.js +0 -0
  705. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/build/duration-to-string.js +0 -0
  706. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/build/get-supported-browsers.js +0 -0
  707. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/build/next-config-ts/require-hook.js +0 -0
  708. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/build/next-config-ts/transpile-config.js +0 -0
  709. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/build/output/format.js +0 -0
  710. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/build/output/log.js +0 -0
  711. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/build/segment-config/app/app-segment-config.js +0 -0
  712. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/build/segment-config/app/app-segments.js +0 -0
  713. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/build/segment-config/app/collect-root-param-keys.js +0 -0
  714. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/build/static-paths/app/extract-pathname-route-param-segments-from-loader-tree.js +0 -0
  715. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/build/static-paths/app.js +0 -0
  716. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/build/static-paths/pages.js +0 -0
  717. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/build/static-paths/utils.js +0 -0
  718. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/build/swc/helpers.js +0 -0
  719. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/build/swc/index.js +0 -0
  720. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/build/swc/install-bindings.js +0 -0
  721. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/build/swc/jest-transformer.js +0 -0
  722. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/build/swc/loaderWorkerPool.js +0 -0
  723. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/build/swc/options.js +0 -0
  724. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/build/swc/types.js +0 -0
  725. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/build/utils.js +0 -0
  726. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/cli/next-test.js +0 -0
  727. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/client/add-base-path.js +0 -0
  728. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/client/app-call-server.js +0 -0
  729. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/client/app-find-source-map-url.js +0 -0
  730. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/client/assign-location.js +0 -0
  731. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/client/components/app-router-announcer.js +0 -0
  732. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/client/components/app-router-headers.js +0 -0
  733. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/client/components/app-router-instance.js +0 -0
  734. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/client/components/app-router-utils.js +0 -0
  735. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/client/components/app-router.js +0 -0
  736. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/client/components/builtin/default.js +0 -0
  737. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/client/components/builtin/error-styles.js +0 -0
  738. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/client/components/builtin/global-error.js +0 -0
  739. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/client/components/dev-root-http-access-fallback-boundary.js +0 -0
  740. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/client/components/error-boundary.js +0 -0
  741. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/client/components/errors/graceful-degrade-boundary.js +0 -0
  742. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/client/components/errors/root-error-boundary.js +0 -0
  743. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/client/components/forbidden.js +0 -0
  744. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/client/components/handle-isr-error.js +0 -0
  745. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/client/components/hooks-server-context.js +0 -0
  746. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/client/components/http-access-fallback/error-boundary.js +0 -0
  747. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/client/components/http-access-fallback/http-access-fallback.js +0 -0
  748. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/client/components/is-next-router-error.js +0 -0
  749. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/client/components/links.js +0 -0
  750. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/client/components/match-segments.js +0 -0
  751. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/client/components/nav-failure-handler.js +0 -0
  752. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/client/components/navigation-devtools.js +0 -0
  753. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/client/components/navigation-untracked.js +0 -0
  754. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/client/components/navigation.js +0 -0
  755. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/client/components/navigation.react-server.js +0 -0
  756. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/client/components/not-found.js +0 -0
  757. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/client/components/readonly-url-search-params.js +0 -0
  758. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/client/components/redirect-boundary.js +0 -0
  759. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/client/components/redirect-error.js +0 -0
  760. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/client/components/redirect-status-code.js +0 -0
  761. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/client/components/redirect.js +0 -0
  762. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/client/components/router-reducer/compute-changed-path.js +0 -0
  763. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/client/components/router-reducer/create-href-from-url.js +0 -0
  764. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/client/components/router-reducer/create-initial-router-state.js +0 -0
  765. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/client/components/router-reducer/create-router-cache-key.js +0 -0
  766. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/client/components/router-reducer/fetch-server-response.js +0 -0
  767. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/client/components/router-reducer/is-navigating-to-new-root-layout.js +0 -0
  768. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/client/components/router-reducer/ppr-navigations.js +0 -0
  769. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/client/components/router-reducer/reducers/committed-state.js +0 -0
  770. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/client/components/router-reducer/reducers/find-head-in-cache.js +0 -0
  771. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/client/components/router-reducer/reducers/has-interception-route-in-current-tree.js +0 -0
  772. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/client/components/router-reducer/reducers/hmr-refresh-reducer.js +0 -0
  773. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/client/components/router-reducer/reducers/navigate-reducer.js +0 -0
  774. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/client/components/router-reducer/reducers/refresh-reducer.js +0 -0
  775. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/client/components/router-reducer/reducers/restore-reducer.js +0 -0
  776. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/client/components/router-reducer/reducers/server-action-reducer.js +0 -0
  777. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/client/components/router-reducer/reducers/server-patch-reducer.js +0 -0
  778. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/client/components/router-reducer/router-reducer-types.js +0 -0
  779. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/client/components/router-reducer/router-reducer.js +0 -0
  780. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/client/components/router-reducer/set-cache-busting-search-param.js +0 -0
  781. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/client/components/segment-cache/bfcache.js +0 -0
  782. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/client/components/segment-cache/cache-key.js +0 -0
  783. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/client/components/segment-cache/cache-map.js +0 -0
  784. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/client/components/segment-cache/cache.js +0 -0
  785. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/client/components/segment-cache/lru.js +0 -0
  786. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/client/components/segment-cache/navigation-testing-lock.js +0 -0
  787. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/client/components/segment-cache/navigation.js +0 -0
  788. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/client/components/segment-cache/optimistic-routes.js +0 -0
  789. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/client/components/segment-cache/prefetch.js +0 -0
  790. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/client/components/segment-cache/scheduler.js +0 -0
  791. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/client/components/segment-cache/types.js +0 -0
  792. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/client/components/segment-cache/vary-path.js +0 -0
  793. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/client/components/static-generation-bailout.js +0 -0
  794. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/client/components/unauthorized.js +0 -0
  795. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/client/components/unrecognized-action-error.js +0 -0
  796. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/client/components/unresolved-thenable.js +0 -0
  797. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/client/components/unstable-rethrow.browser.js +0 -0
  798. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/client/components/unstable-rethrow.js +0 -0
  799. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/client/components/unstable-rethrow.server.js +0 -0
  800. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/client/components/use-action-queue.js +0 -0
  801. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/client/dev/debug-channel.js +0 -0
  802. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/client/flight-data-helpers.js +0 -0
  803. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/client/has-base-path.js +0 -0
  804. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/client/lib/console.js +0 -0
  805. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/client/lib/javascript-url.js +0 -0
  806. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/client/navigation-build-id.js +0 -0
  807. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/client/normalize-trailing-slash.js +0 -0
  808. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/client/remove-base-path.js +0 -0
  809. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/client/route-params.js +0 -0
  810. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/@edge-runtime/cookies/index.js +0 -0
  811. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/@edge-runtime/cookies/package.json +0 -0
  812. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/@edge-runtime/ponyfill/index.js +0 -0
  813. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/@edge-runtime/ponyfill/package.json +0 -0
  814. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/@edge-runtime/primitives/abort-controller.js.text.js +0 -0
  815. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/@edge-runtime/primitives/console.js.text.js +0 -0
  816. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/@edge-runtime/primitives/events.js.text.js +0 -0
  817. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/@edge-runtime/primitives/index.js +0 -0
  818. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/@edge-runtime/primitives/load.js +0 -0
  819. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/@edge-runtime/primitives/package.json +0 -0
  820. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/@edge-runtime/primitives/stream.js +0 -0
  821. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/@edge-runtime/primitives/timers.js.text.js +0 -0
  822. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/@edge-runtime/primitives/url.js.text.js +0 -0
  823. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/@hapi/accept/index.js +0 -0
  824. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/@hapi/accept/package.json +0 -0
  825. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/@mswjs/interceptors/ClientRequest/index.js +0 -0
  826. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/@mswjs/interceptors/ClientRequest/package.json +0 -0
  827. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/@napi-rs/triples/index.js +0 -0
  828. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/@napi-rs/triples/package.json +0 -0
  829. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/@opentelemetry/api/index.js +0 -0
  830. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/@opentelemetry/api/package.json +0 -0
  831. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/async-retry/index.js +0 -0
  832. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/async-retry/package.json +0 -0
  833. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/async-sema/index.js +0 -0
  834. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/async-sema/package.json +0 -0
  835. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/busboy/index.js +0 -0
  836. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/busboy/package.json +0 -0
  837. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/bytes/index.js +0 -0
  838. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/bytes/package.json +0 -0
  839. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/ci-info/index.js +0 -0
  840. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/ci-info/package.json +0 -0
  841. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/commander/index.js +0 -0
  842. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/commander/package.json +0 -0
  843. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/comment-json/index.js +0 -0
  844. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/comment-json/package.json +0 -0
  845. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/compression/index.js +0 -0
  846. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/compression/package.json +0 -0
  847. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/conf/index.js +0 -0
  848. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/conf/package.json +0 -0
  849. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/content-disposition/index.js +0 -0
  850. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/content-disposition/package.json +0 -0
  851. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/cookie/index.js +0 -0
  852. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/cookie/package.json +0 -0
  853. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/cross-spawn/index.js +0 -0
  854. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/cross-spawn/package.json +0 -0
  855. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/debug/index.js +0 -0
  856. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/debug/package.json +0 -0
  857. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/edge-runtime/index.js +0 -0
  858. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/edge-runtime/package.json +0 -0
  859. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/find-up/index.js +0 -0
  860. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/find-up/package.json +0 -0
  861. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/fresh/index.js +0 -0
  862. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/fresh/package.json +0 -0
  863. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/http-proxy/index.js +0 -0
  864. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/http-proxy/package.json +0 -0
  865. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/image-detector/detector.js +0 -0
  866. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/image-size/index.js +0 -0
  867. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/image-size/package.json +0 -0
  868. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/ipaddr.js/ipaddr.js +0 -0
  869. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/ipaddr.js/package.json +0 -0
  870. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/is-animated/index.js +0 -0
  871. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/is-animated/package.json +0 -0
  872. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/is-docker/index.js +0 -0
  873. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/is-docker/package.json +0 -0
  874. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/is-wsl/index.js +0 -0
  875. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/is-wsl/package.json +0 -0
  876. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/jsonwebtoken/index.js +0 -0
  877. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/jsonwebtoken/package.json +0 -0
  878. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/nanoid/index.cjs +0 -0
  879. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/nanoid/package.json +0 -0
  880. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/next-server/app-page-turbo-experimental.runtime.prod.js +0 -0
  881. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js +0 -0
  882. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js +0 -0
  883. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/next-server/pages-turbo.runtime.prod.js +0 -0
  884. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/p-limit/index.js +0 -0
  885. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/p-limit/package.json +0 -0
  886. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/p-queue/index.js +0 -0
  887. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/p-queue/package.json +0 -0
  888. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/path-browserify/index.js +0 -0
  889. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/path-browserify/package.json +0 -0
  890. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/path-to-regexp/index.js +0 -0
  891. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/path-to-regexp/package.json +0 -0
  892. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/picomatch/index.js +0 -0
  893. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/picomatch/package.json +0 -0
  894. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/react-is/cjs/react-is.development.js +0 -0
  895. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/react-is/cjs/react-is.production.js +0 -0
  896. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/react-is/index.js +0 -0
  897. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/react-is/package.json +0 -0
  898. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/regenerator-runtime/package.json +0 -0
  899. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/regenerator-runtime/runtime.js +0 -0
  900. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/semver/index.js +0 -0
  901. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/semver/package.json +0 -0
  902. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/send/index.js +0 -0
  903. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/send/package.json +0 -0
  904. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/source-map/package.json +0 -0
  905. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/source-map/source-map.js +0 -0
  906. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/stacktrace-parser/package.json +0 -0
  907. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js +0 -0
  908. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/string-hash/index.js +0 -0
  909. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/string-hash/package.json +0 -0
  910. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/strip-ansi/index.js +0 -0
  911. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/strip-ansi/package.json +0 -0
  912. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/superstruct/index.cjs +0 -0
  913. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/superstruct/package.json +0 -0
  914. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/tar/index.min.js +0 -0
  915. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/tar/package.json +0 -0
  916. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/text-table/index.js +0 -0
  917. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/text-table/package.json +0 -0
  918. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/watchpack/package.json +0 -0
  919. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/watchpack/watchpack.js +0 -0
  920. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/ws/index.js +0 -0
  921. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/ws/package.json +0 -0
  922. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/zod/index.cjs +0 -0
  923. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/zod/package.json +0 -0
  924. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/zod-validation-error/index.js +0 -0
  925. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/compiled/zod-validation-error/package.json +0 -0
  926. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/experimental/testmode/context.js +0 -0
  927. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/experimental/testmode/fetch.js +0 -0
  928. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/experimental/testmode/httpget.js +0 -0
  929. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/experimental/testmode/server-edge.js +0 -0
  930. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/experimental/testmode/server.js +0 -0
  931. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/export/helpers/create-incremental-cache.js +0 -0
  932. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/batcher.js +0 -0
  933. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/build-custom-route.js +0 -0
  934. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/bundler.js +0 -0
  935. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/client-and-server-references.js +0 -0
  936. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/coalesced-function.js +0 -0
  937. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/compile-error.js +0 -0
  938. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/constants.js +0 -0
  939. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/create-client-router-filter.js +0 -0
  940. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/default-transpiled-packages.json +0 -0
  941. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/detached-promise.js +0 -0
  942. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/detect-typo.js +0 -0
  943. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/download-swc.js +0 -0
  944. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/error-telemetry-utils.js +0 -0
  945. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/fallback.js +0 -0
  946. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/fatal-error.js +0 -0
  947. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/file-exists.js +0 -0
  948. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/find-config.js +0 -0
  949. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/find-pages-dir.js +0 -0
  950. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/find-root.js +0 -0
  951. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/format-cli-help-output.js +0 -0
  952. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/format-dynamic-import-path.js +0 -0
  953. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/format-server-error.js +0 -0
  954. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/framework/boundary-components.js +0 -0
  955. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/framework/boundary-constants.js +0 -0
  956. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/fs/rename.js +0 -0
  957. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/fs/write-atomic.js +0 -0
  958. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/generate-interception-routes-rewrites.js +0 -0
  959. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/get-files-in-dir.js +0 -0
  960. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/get-network-host.js +0 -0
  961. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/get-package-version.js +0 -0
  962. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/get-project-dir.js +0 -0
  963. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/has-necessary-dependencies.js +0 -0
  964. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/helpers/get-cache-directory.js +0 -0
  965. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/helpers/get-npx-command.js +0 -0
  966. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/helpers/get-online.js +0 -0
  967. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/helpers/get-pkg-manager.js +0 -0
  968. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/helpers/get-registry.js +0 -0
  969. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/helpers/get-reserved-port.js +0 -0
  970. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/helpers/install.js +0 -0
  971. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/import-next-warning.js +0 -0
  972. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/inline-static-env.js +0 -0
  973. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/install-dependencies.js +0 -0
  974. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/interop-default.js +0 -0
  975. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/is-api-route.js +0 -0
  976. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/is-app-page-route.js +0 -0
  977. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/is-app-route-route.js +0 -0
  978. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/is-edge-runtime.js +0 -0
  979. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/is-error.js +0 -0
  980. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/is-interception-route-rewrite.js +0 -0
  981. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/is-internal-component.js +0 -0
  982. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/is-serializable-props.js +0 -0
  983. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/known-edge-safe-packages.json +0 -0
  984. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/load-custom-routes.js +0 -0
  985. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/memory/gc-observer.js +0 -0
  986. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/memory/shutdown.js +0 -0
  987. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/memory/startup.js +0 -0
  988. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/memory/trace.js +0 -0
  989. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/metadata/constants.js +0 -0
  990. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/metadata/default-metadata.js +0 -0
  991. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/metadata/generate/icon-mark.js +0 -0
  992. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/metadata/generate/utils.js +0 -0
  993. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/metadata/get-metadata-route.js +0 -0
  994. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/metadata/is-metadata-route.js +0 -0
  995. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/metadata/metadata-context.js +0 -0
  996. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/metadata/metadata.js +0 -0
  997. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/metadata/resolve-metadata.js +0 -0
  998. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/metadata/resolvers/resolve-basics.js +0 -0
  999. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/metadata/resolvers/resolve-icons.js +0 -0
  1000. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/metadata/resolvers/resolve-opengraph.js +0 -0
  1001. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/metadata/resolvers/resolve-title.js +0 -0
  1002. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/metadata/resolvers/resolve-url.js +0 -0
  1003. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/metadata/types/alternative-urls-types.js +0 -0
  1004. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/metadata/types/extra-types.js +0 -0
  1005. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/metadata/types/icons.js +0 -0
  1006. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/metadata/types/manifest-types.js +0 -0
  1007. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/metadata/types/metadata-interface.js +0 -0
  1008. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/metadata/types/metadata-types.js +0 -0
  1009. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/metadata/types/opengraph-types.js +0 -0
  1010. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/metadata/types/resolvers.js +0 -0
  1011. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/metadata/types/twitter-types.js +0 -0
  1012. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/mime-type.js +0 -0
  1013. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/mkcert.js +0 -0
  1014. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/multi-file-writer.js +0 -0
  1015. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/needs-experimental-react.js +0 -0
  1016. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/non-nullable.js +0 -0
  1017. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/normalize-path.js +0 -0
  1018. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/oxford-comma-list.js +0 -0
  1019. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/page-types.js +0 -0
  1020. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/patch-incorrect-lockfile.js +0 -0
  1021. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/pick.js +0 -0
  1022. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/picocolors.js +0 -0
  1023. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/pretty-bytes.js +0 -0
  1024. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/realpath.js +0 -0
  1025. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/recursive-copy.js +0 -0
  1026. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/recursive-delete.js +0 -0
  1027. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/recursive-readdir.js +0 -0
  1028. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/redirect-status.js +0 -0
  1029. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/require-instrumentation-client.js +0 -0
  1030. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/resolve-build-paths.js +0 -0
  1031. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/resolve-from.js +0 -0
  1032. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/route-pattern-normalizer.js +0 -0
  1033. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/scheduler.js +0 -0
  1034. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/semver-noop.js +0 -0
  1035. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/server-external-packages.jsonc +0 -0
  1036. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/setup-exception-listeners.js +0 -0
  1037. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/static-env.js +0 -0
  1038. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/try-to-parse-path.js +0 -0
  1039. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/turbopack-warning.js +0 -0
  1040. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/typescript/diagnosticFormatter.js +0 -0
  1041. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/typescript/getTypeScriptConfiguration.js +0 -0
  1042. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/typescript/getTypeScriptIntent.js +0 -0
  1043. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/typescript/missingDependencyError.js +0 -0
  1044. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/typescript/runTypeCheck.js +0 -0
  1045. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/typescript/type-paths.js +0 -0
  1046. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/typescript/writeAppTypeDeclarations.js +0 -0
  1047. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/typescript/writeConfigurationDefaults.js +0 -0
  1048. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/url.js +0 -0
  1049. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/verify-partytown-setup.js +0 -0
  1050. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/verify-root-layout.js +0 -0
  1051. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/verify-typescript-setup.js +0 -0
  1052. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/wait.js +0 -0
  1053. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/with-promise-cache.js +0 -0
  1054. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/lib/worker.js +0 -0
  1055. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/ReactDOMServerPages.js +0 -0
  1056. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/accept-header.js +0 -0
  1057. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/after/after-context.js +0 -0
  1058. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/after/after.js +0 -0
  1059. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/after/awaiter.js +0 -0
  1060. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/after/builtin-request-context.js +0 -0
  1061. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/after/index.js +0 -0
  1062. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/after/run-with-after.js +0 -0
  1063. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/api-utils/get-cookie-parser.js +0 -0
  1064. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/api-utils/index.js +0 -0
  1065. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/api-utils/node/api-resolver.js +0 -0
  1066. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/api-utils/node/parse-body.js +0 -0
  1067. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/api-utils/node/try-get-preview-data.js +0 -0
  1068. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/api-utils/web.js +0 -0
  1069. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/app-render/action-async-storage-instance.js +0 -0
  1070. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/app-render/action-async-storage.external.js +0 -0
  1071. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/app-render/action-handler.js +0 -0
  1072. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/app-render/after-task-async-storage-instance.js +0 -0
  1073. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/app-render/after-task-async-storage.external.js +0 -0
  1074. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/app-render/app-render-prerender-utils.js +0 -0
  1075. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/app-render/app-render-render-utils.js +0 -0
  1076. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/app-render/app-render-scheduling.js +0 -0
  1077. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/app-render/app-render.js +0 -0
  1078. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/app-render/async-local-storage.js +0 -0
  1079. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/app-render/cache-signal.js +0 -0
  1080. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/app-render/collect-segment-data.js +0 -0
  1081. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/app-render/console-async-storage-instance.js +0 -0
  1082. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/app-render/console-async-storage.external.js +0 -0
  1083. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/app-render/create-component-styles-and-scripts.js +0 -0
  1084. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/app-render/create-component-tree.js +0 -0
  1085. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/app-render/create-error-handler.js +0 -0
  1086. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/app-render/create-flight-router-state-from-loader-tree.js +0 -0
  1087. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/app-render/csrf-protection.js +0 -0
  1088. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/app-render/debug-channel-server.js +0 -0
  1089. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/app-render/debug-channel-server.web.js +0 -0
  1090. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/app-render/dynamic-access-async-storage-instance.js +0 -0
  1091. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/app-render/dynamic-access-async-storage.external.js +0 -0
  1092. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/app-render/dynamic-rendering.js +0 -0
  1093. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/app-render/encryption-utils-server.js +0 -0
  1094. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/app-render/encryption-utils.js +0 -0
  1095. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/app-render/encryption.js +0 -0
  1096. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/app-render/entry-base.js +0 -0
  1097. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/app-render/flight-render-result.js +0 -0
  1098. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/app-render/get-asset-query-string.js +0 -0
  1099. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/app-render/get-css-inlined-link-tags.js +0 -0
  1100. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/app-render/get-layer-assets.js +0 -0
  1101. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/app-render/get-preloadable-fonts.js +0 -0
  1102. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/app-render/get-script-nonce-from-header.js +0 -0
  1103. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/app-render/get-short-dynamic-param-type.js +0 -0
  1104. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/app-render/has-loading-component-in-tree.js +0 -0
  1105. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/app-render/instant-validation/boundary-constants.js +0 -0
  1106. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/app-render/instant-validation/boundary-impl.js +0 -0
  1107. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/app-render/instant-validation/boundary-tracking.js +0 -0
  1108. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/app-render/instant-validation/instant-config.js +0 -0
  1109. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/app-render/instant-validation/instant-samples-client.js +0 -0
  1110. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/app-render/instant-validation/instant-samples.js +0 -0
  1111. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/app-render/instant-validation/instant-validation-error.js +0 -0
  1112. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/app-render/instant-validation/instant-validation.js +0 -0
  1113. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/app-render/instant-validation/stream-utils.js +0 -0
  1114. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/app-render/interop-default.js +0 -0
  1115. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/app-render/make-get-server-inserted-html.js +0 -0
  1116. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/app-render/manifests-singleton.js +0 -0
  1117. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/app-render/metadata-insertion/create-server-inserted-metadata.js +0 -0
  1118. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/app-render/module-loading/track-dynamic-import.js +0 -0
  1119. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/app-render/module-loading/track-module-loading.external.js +0 -0
  1120. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/app-render/module-loading/track-module-loading.instance.js +0 -0
  1121. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/app-render/parse-and-validate-flight-router-state.js +0 -0
  1122. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/app-render/postponed-state.js +0 -0
  1123. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/app-render/prospective-render-utils.js +0 -0
  1124. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/app-render/react-large-shell-error.js +0 -0
  1125. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/app-render/react-server.node.js +0 -0
  1126. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/app-render/render-css-resource.js +0 -0
  1127. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/app-render/required-scripts.js +0 -0
  1128. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/app-render/rsc/postpone.js +0 -0
  1129. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/app-render/rsc/preloads.js +0 -0
  1130. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/app-render/rsc/taint.js +0 -0
  1131. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/app-render/segment-explorer-path.js +0 -0
  1132. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/app-render/server-inserted-html.js +0 -0
  1133. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/app-render/staged-rendering.js +0 -0
  1134. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/app-render/stale-time.js +0 -0
  1135. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/app-render/stream-ops.js +0 -0
  1136. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/app-render/stream-ops.web.js +0 -0
  1137. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/app-render/strip-flight-headers.js +0 -0
  1138. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/app-render/types.js +0 -0
  1139. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/app-render/use-flight-response.js +0 -0
  1140. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/app-render/vary-params.js +0 -0
  1141. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/app-render/walk-tree-with-flight-router-state.js +0 -0
  1142. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/app-render/work-async-storage-instance.js +0 -0
  1143. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/app-render/work-async-storage.external.js +0 -0
  1144. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/app-render/work-unit-async-storage-instance.js +0 -0
  1145. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/app-render/work-unit-async-storage.external.js +0 -0
  1146. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/async-storage/draft-mode-provider.js +0 -0
  1147. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/async-storage/request-store.js +0 -0
  1148. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/async-storage/with-store.js +0 -0
  1149. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/async-storage/work-store.js +0 -0
  1150. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/base-http/helpers.js +0 -0
  1151. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/base-http/index.js +0 -0
  1152. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/base-http/node.js +0 -0
  1153. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/base-http/web.js +0 -0
  1154. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/base-server.js +0 -0
  1155. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/body-streams.js +0 -0
  1156. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/cache-dir.js +0 -0
  1157. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/capsize-font-metrics.json +0 -0
  1158. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/ci-info.js +0 -0
  1159. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/client-component-renderer-logger.js +0 -0
  1160. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/config-schema.js +0 -0
  1161. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/config-shared.js +0 -0
  1162. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/config-utils.js +0 -0
  1163. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/config.js +0 -0
  1164. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/create-deduped-by-callsite-server-error-logger.js +0 -0
  1165. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/crypto-utils.js +0 -0
  1166. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/dev/browser-logs/file-logger.js +0 -0
  1167. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/dev/browser-logs/receive-logs.js +0 -0
  1168. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/dev/browser-logs/source-map.js +0 -0
  1169. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/dev/debug-channel.js +0 -0
  1170. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/dev/dev-indicator-server-state.js +0 -0
  1171. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/dev/get-source-map-from-file.js +0 -0
  1172. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/dev/hot-middleware.js +0 -0
  1173. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/dev/hot-reloader-rspack.js +0 -0
  1174. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/dev/hot-reloader-shared-utils.js +0 -0
  1175. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/dev/hot-reloader-turbopack.js +0 -0
  1176. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/dev/hot-reloader-types.js +0 -0
  1177. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/dev/hot-reloader-webpack.js +0 -0
  1178. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/dev/log-requests.js +0 -0
  1179. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/dev/messages.js +0 -0
  1180. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/dev/middleware-turbopack.js +0 -0
  1181. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/dev/middleware-webpack.js +0 -0
  1182. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/dev/node-stack-frames.js +0 -0
  1183. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/dev/on-demand-entry-handler.js +0 -0
  1184. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/dev/parse-version-info.js +0 -0
  1185. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/dev/require-cache.js +0 -0
  1186. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/dev/serialized-errors.js +0 -0
  1187. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/dev/server-action-logger.js +0 -0
  1188. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/dev/static-paths-worker.js +0 -0
  1189. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/dev/turbopack-utils.js +0 -0
  1190. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/dynamic-rendering-utils.js +0 -0
  1191. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/font-utils.js +0 -0
  1192. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/get-app-route-from-entrypoint.js +0 -0
  1193. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/get-page-files.js +0 -0
  1194. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/get-route-from-entrypoint.js +0 -0
  1195. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/htmlescape.js +0 -0
  1196. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/image-optimizer.js +0 -0
  1197. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/instrumentation/types.js +0 -0
  1198. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/instrumentation/utils.js +0 -0
  1199. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/internal-utils.js +0 -0
  1200. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/is-private-ip.js +0 -0
  1201. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/lib/app-dir-module.js +0 -0
  1202. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/lib/app-info-log.js +0 -0
  1203. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/lib/async-callback-set.js +0 -0
  1204. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/lib/cache-control.js +0 -0
  1205. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/lib/cache-handlers/default.external.js +0 -0
  1206. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/lib/cache-handlers/default.js +0 -0
  1207. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/lib/cache-handlers/types.js +0 -0
  1208. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/lib/chrome-devtools-workspace.js +0 -0
  1209. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/lib/clone-response.js +0 -0
  1210. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/lib/cpu-profile.js +0 -0
  1211. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/lib/decode-query-path-parameter.js +0 -0
  1212. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/lib/dedupe-fetch.js +0 -0
  1213. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/lib/dev-bundler-service.js +0 -0
  1214. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/lib/disk-lru-cache.external.js +0 -0
  1215. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/lib/etag.js +0 -0
  1216. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/lib/experimental/create-env-definitions.js +0 -0
  1217. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/lib/experimental/ppr.js +0 -0
  1218. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/lib/find-page-file.js +0 -0
  1219. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/lib/fix-mojibake.js +0 -0
  1220. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/lib/format-hostname.js +0 -0
  1221. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/lib/i18n-provider.js +0 -0
  1222. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/lib/implicit-tags.js +0 -0
  1223. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/lib/incremental-cache/file-system-cache.js +0 -0
  1224. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/lib/incremental-cache/index.js +0 -0
  1225. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/lib/incremental-cache/memory-cache.external.js +0 -0
  1226. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js +0 -0
  1227. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/lib/incremental-cache/tags-manifest.external.js +0 -0
  1228. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/lib/install-code-frame.js +0 -0
  1229. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/lib/is-ipv6.js +0 -0
  1230. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/lib/lazy-result.js +0 -0
  1231. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/lib/lru-cache.js +0 -0
  1232. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/lib/match-next-data-pathname.js +0 -0
  1233. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/lib/mock-request.js +0 -0
  1234. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/lib/module-loader/module-loader.js +0 -0
  1235. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/lib/module-loader/node-module-loader.js +0 -0
  1236. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/lib/module-loader/route-module-loader.js +0 -0
  1237. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/lib/node-fs-methods.js +0 -0
  1238. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/lib/parse-stack.js +0 -0
  1239. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/lib/patch-fetch.js +0 -0
  1240. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/lib/patch-set-header.js +0 -0
  1241. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/lib/postponed-request-body.js +0 -0
  1242. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/lib/render-server.js +0 -0
  1243. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/lib/router-server.js +0 -0
  1244. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/lib/router-utils/block-cross-site-dev.js +0 -0
  1245. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/lib/router-utils/build-data-route.js +0 -0
  1246. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/lib/router-utils/build-prefetch-segment-data-route.js +0 -0
  1247. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/lib/router-utils/cache-life-type-utils.js +0 -0
  1248. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/lib/router-utils/decode-path-params.js +0 -0
  1249. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/lib/router-utils/filesystem.js +0 -0
  1250. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/lib/router-utils/instrumentation-globals.external.js +0 -0
  1251. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/lib/router-utils/instrumentation-node-extensions.js +0 -0
  1252. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/lib/router-utils/is-postpone.js +0 -0
  1253. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/lib/router-utils/proxy-request.js +0 -0
  1254. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/lib/router-utils/resolve-routes.js +0 -0
  1255. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/lib/router-utils/route-types-utils.js +0 -0
  1256. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/lib/router-utils/router-server-context.js +0 -0
  1257. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/lib/router-utils/typegen.js +0 -0
  1258. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/lib/router-utils/types.js +0 -0
  1259. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/lib/server-action-request-meta.js +0 -0
  1260. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/lib/server-ipc/utils.js +0 -0
  1261. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/lib/source-maps.js +0 -0
  1262. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/lib/start-server.js +0 -0
  1263. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/lib/streaming-metadata.js +0 -0
  1264. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/lib/to-route.js +0 -0
  1265. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/lib/trace/constants.js +0 -0
  1266. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/lib/trace/tracer.js +0 -0
  1267. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/lib/trace/utils.js +0 -0
  1268. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/lib/types.js +0 -0
  1269. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/lib/utils.js +0 -0
  1270. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/lib/worker-utils.js +0 -0
  1271. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/load-components.js +0 -0
  1272. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/load-default-error-components.js +0 -0
  1273. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/load-manifest.external.js +0 -0
  1274. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/match-bundle.js +0 -0
  1275. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/mcp/get-mcp-middleware.js +0 -0
  1276. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/mcp/get-or-create-mcp-server.js +0 -0
  1277. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/mcp/mcp-telemetry-tracker.js +0 -0
  1278. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/mcp/tools/get-errors.js +0 -0
  1279. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/mcp/tools/get-logs.js +0 -0
  1280. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/mcp/tools/get-page-metadata.js +0 -0
  1281. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/mcp/tools/get-project-metadata.js +0 -0
  1282. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/mcp/tools/get-routes.js +0 -0
  1283. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/mcp/tools/get-server-action-by-id.js +0 -0
  1284. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/mcp/tools/next-instance-error-state.js +0 -0
  1285. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/mcp/tools/utils/browser-communication.js +0 -0
  1286. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/mcp/tools/utils/format-errors.js +0 -0
  1287. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/next-server.js +0 -0
  1288. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/next-typescript.js +0 -0
  1289. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/next.js +0 -0
  1290. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/node-environment-baseline.js +0 -0
  1291. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/node-environment-extensions/console-dim.external.js +0 -0
  1292. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/node-environment-extensions/console-exit.js +0 -0
  1293. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/node-environment-extensions/console-file.js +0 -0
  1294. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/node-environment-extensions/date.js +0 -0
  1295. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/node-environment-extensions/error-inspect.js +0 -0
  1296. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/node-environment-extensions/fast-set-immediate.external.js +0 -0
  1297. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/node-environment-extensions/global-behaviors.js +0 -0
  1298. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/node-environment-extensions/io-utils.js +0 -0
  1299. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/node-environment-extensions/node-crypto.js +0 -0
  1300. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/node-environment-extensions/process-error-handlers.js +0 -0
  1301. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/node-environment-extensions/random.js +0 -0
  1302. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/node-environment-extensions/unhandled-rejection.external.js +0 -0
  1303. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/node-environment-extensions/web-crypto.js +0 -0
  1304. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/node-environment.js +0 -0
  1305. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/node-polyfill-crypto.js +0 -0
  1306. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/normalizers/absolute-filename-normalizer.js +0 -0
  1307. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/normalizers/built/app/app-bundle-path-normalizer.js +0 -0
  1308. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/normalizers/built/app/app-filename-normalizer.js +0 -0
  1309. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/normalizers/built/app/app-page-normalizer.js +0 -0
  1310. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/normalizers/built/app/app-pathname-normalizer.js +0 -0
  1311. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/normalizers/built/app/index.js +0 -0
  1312. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/normalizers/built/pages/index.js +0 -0
  1313. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/normalizers/built/pages/pages-bundle-path-normalizer.js +0 -0
  1314. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/normalizers/built/pages/pages-filename-normalizer.js +0 -0
  1315. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/normalizers/built/pages/pages-page-normalizer.js +0 -0
  1316. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/normalizers/built/pages/pages-pathname-normalizer.js +0 -0
  1317. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/normalizers/locale-route-normalizer.js +0 -0
  1318. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/normalizers/normalizer.js +0 -0
  1319. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/normalizers/normalizers.js +0 -0
  1320. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/normalizers/prefixing-normalizer.js +0 -0
  1321. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/normalizers/request/base-path.js +0 -0
  1322. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/normalizers/request/next-data.js +0 -0
  1323. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/normalizers/request/pathname-normalizer.js +0 -0
  1324. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/normalizers/request/prefix.js +0 -0
  1325. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/normalizers/request/rsc.js +0 -0
  1326. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/normalizers/request/segment-prefix-rsc.js +0 -0
  1327. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/normalizers/request/suffix.js +0 -0
  1328. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/normalizers/underscore-normalizer.js +0 -0
  1329. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/normalizers/wrap-normalizer-fn.js +0 -0
  1330. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/og/image-response.js +0 -0
  1331. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/patch-error-inspect.js +0 -0
  1332. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/pipe-readable.js +0 -0
  1333. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/post-process.js +0 -0
  1334. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/render-result.js +0 -0
  1335. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/render.js +0 -0
  1336. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/request/connection.js +0 -0
  1337. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/request/cookies.js +0 -0
  1338. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/request/draft-mode.js +0 -0
  1339. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/request/fallback-params.js +0 -0
  1340. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/request/headers.js +0 -0
  1341. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/request/params.js +0 -0
  1342. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/request/pathname.js +0 -0
  1343. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/request/root-params.js +0 -0
  1344. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/request/search-params.js +0 -0
  1345. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/request/utils.js +0 -0
  1346. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/request-meta.js +0 -0
  1347. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/require-hook.js +0 -0
  1348. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/require.js +0 -0
  1349. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/response-cache/index.js +0 -0
  1350. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/response-cache/types.js +0 -0
  1351. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/response-cache/utils.js +0 -0
  1352. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/response-cache/web.js +0 -0
  1353. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/resume-data-cache/cache-store.js +0 -0
  1354. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/resume-data-cache/resume-data-cache.js +0 -0
  1355. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/revalidation-utils.js +0 -0
  1356. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-definitions/app-page-route-definition.js +0 -0
  1357. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-definitions/app-route-route-definition.js +0 -0
  1358. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-definitions/locale-route-definition.js +0 -0
  1359. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-definitions/pages-api-route-definition.js +0 -0
  1360. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-definitions/pages-route-definition.js +0 -0
  1361. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-definitions/route-definition.js +0 -0
  1362. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-kind.js +0 -0
  1363. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-matcher-managers/default-route-matcher-manager.js +0 -0
  1364. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-matcher-managers/dev-route-matcher-manager.js +0 -0
  1365. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-matcher-managers/route-matcher-manager.js +0 -0
  1366. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-matcher-providers/app-page-route-matcher-provider.js +0 -0
  1367. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-matcher-providers/app-route-route-matcher-provider.js +0 -0
  1368. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-matcher-providers/dev/dev-app-page-route-matcher-provider.js +0 -0
  1369. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-matcher-providers/dev/dev-app-route-route-matcher-provider.js +0 -0
  1370. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-matcher-providers/dev/dev-pages-api-route-matcher-provider.js +0 -0
  1371. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-matcher-providers/dev/dev-pages-route-matcher-provider.js +0 -0
  1372. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-matcher-providers/dev/file-cache-route-matcher-provider.js +0 -0
  1373. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-matcher-providers/dev/helpers/file-reader/batched-file-reader.js +0 -0
  1374. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-matcher-providers/dev/helpers/file-reader/default-file-reader.js +0 -0
  1375. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-matcher-providers/dev/helpers/file-reader/file-reader.js +0 -0
  1376. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-matcher-providers/helpers/cached-route-matcher-provider.js +0 -0
  1377. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-matcher-providers/helpers/manifest-loaders/manifest-loader.js +0 -0
  1378. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-matcher-providers/helpers/manifest-loaders/node-manifest-loader.js +0 -0
  1379. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-matcher-providers/helpers/manifest-loaders/server-manifest-loader.js +0 -0
  1380. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-matcher-providers/manifest-route-matcher-provider.js +0 -0
  1381. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-matcher-providers/pages-api-route-matcher-provider.js +0 -0
  1382. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-matcher-providers/pages-route-matcher-provider.js +0 -0
  1383. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-matcher-providers/route-matcher-provider.js +0 -0
  1384. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-matchers/app-page-route-matcher.js +0 -0
  1385. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-matchers/app-route-route-matcher.js +0 -0
  1386. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-matchers/locale-route-matcher.js +0 -0
  1387. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-matchers/pages-api-route-matcher.js +0 -0
  1388. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-matchers/pages-route-matcher.js +0 -0
  1389. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-matchers/route-matcher.js +0 -0
  1390. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-matches/app-page-route-match.js +0 -0
  1391. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-matches/app-route-route-match.js +0 -0
  1392. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-matches/locale-route-match.js +0 -0
  1393. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-matches/pages-api-route-match.js +0 -0
  1394. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-matches/pages-route-match.js +0 -0
  1395. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-matches/route-match.js +0 -0
  1396. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-modules/app-page/helpers/prerender-manifest-matcher.js +0 -0
  1397. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-modules/app-page/module.compiled.js +0 -0
  1398. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-modules/app-page/module.js +0 -0
  1399. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-modules/app-page/module.render.js +0 -0
  1400. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-modules/app-page/normalize-request-url.js +0 -0
  1401. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-modules/app-page/vendored/contexts/app-router-context.js +0 -0
  1402. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-modules/app-page/vendored/contexts/entrypoints.js +0 -0
  1403. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-modules/app-page/vendored/contexts/head-manager-context.js +0 -0
  1404. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-modules/app-page/vendored/contexts/hooks-client-context.js +0 -0
  1405. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-modules/app-page/vendored/contexts/image-config-context.js +0 -0
  1406. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-modules/app-page/vendored/contexts/router-context.js +0 -0
  1407. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-modules/app-page/vendored/contexts/server-inserted-html.js +0 -0
  1408. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-modules/app-page/vendored/rsc/entrypoints.js +0 -0
  1409. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-modules/app-page/vendored/rsc/react-compiler-runtime.js +0 -0
  1410. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-modules/app-page/vendored/rsc/react-dom.js +0 -0
  1411. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-modules/app-page/vendored/rsc/react-jsx-dev-runtime.js +0 -0
  1412. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-modules/app-page/vendored/rsc/react-jsx-runtime.js +0 -0
  1413. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-modules/app-page/vendored/rsc/react-server-dom-turbopack-server.js +0 -0
  1414. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-modules/app-page/vendored/rsc/react-server-dom-turbopack-static.js +0 -0
  1415. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-modules/app-page/vendored/rsc/react-server-dom-webpack-server.js +0 -0
  1416. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-modules/app-page/vendored/rsc/react-server-dom-webpack-static.js +0 -0
  1417. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-modules/app-page/vendored/rsc/react.js +0 -0
  1418. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-modules/app-page/vendored/ssr/entrypoints.js +0 -0
  1419. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-modules/app-page/vendored/ssr/react-compiler-runtime.js +0 -0
  1420. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-modules/app-page/vendored/ssr/react-dom-server.js +0 -0
  1421. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-modules/app-page/vendored/ssr/react-dom.js +0 -0
  1422. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-modules/app-page/vendored/ssr/react-jsx-dev-runtime.js +0 -0
  1423. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-modules/app-page/vendored/ssr/react-jsx-runtime.js +0 -0
  1424. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-modules/app-page/vendored/ssr/react-server-dom-turbopack-client.js +0 -0
  1425. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-modules/app-page/vendored/ssr/react-server-dom-webpack-client.js +0 -0
  1426. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-modules/app-page/vendored/ssr/react.js +0 -0
  1427. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-modules/app-route/helpers/auto-implement-methods.js +0 -0
  1428. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-modules/app-route/helpers/clean-url.js +0 -0
  1429. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-modules/app-route/helpers/get-pathname-from-absolute-path.js +0 -0
  1430. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-modules/app-route/helpers/is-static-gen-enabled.js +0 -0
  1431. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-modules/app-route/helpers/parsed-url-query-to-params.js +0 -0
  1432. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-modules/app-route/module.compiled.js +0 -0
  1433. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-modules/app-route/module.js +0 -0
  1434. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-modules/app-route/shared-modules.js +0 -0
  1435. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-modules/checks.js +0 -0
  1436. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-modules/pages/builtin/_error.js +0 -0
  1437. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-modules/pages/module.compiled.js +0 -0
  1438. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-modules/pages/module.js +0 -0
  1439. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-modules/pages/module.render.js +0 -0
  1440. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-modules/pages/pages-handler.js +0 -0
  1441. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-modules/pages/vendored/contexts/app-router-context.js +0 -0
  1442. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-modules/pages/vendored/contexts/entrypoints.js +0 -0
  1443. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-modules/pages/vendored/contexts/head-manager-context.js +0 -0
  1444. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-modules/pages/vendored/contexts/hooks-client-context.js +0 -0
  1445. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-modules/pages/vendored/contexts/html-context.js +0 -0
  1446. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-modules/pages/vendored/contexts/image-config-context.js +0 -0
  1447. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-modules/pages/vendored/contexts/loadable-context.js +0 -0
  1448. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-modules/pages/vendored/contexts/loadable.js +0 -0
  1449. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-modules/pages/vendored/contexts/router-context.js +0 -0
  1450. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-modules/pages/vendored/contexts/server-inserted-html.js +0 -0
  1451. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-modules/pages-api/module.compiled.js +0 -0
  1452. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-modules/pages-api/module.js +0 -0
  1453. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/route-modules/route-module.js +0 -0
  1454. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/runtime-reacts.external.js +0 -0
  1455. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/send-payload.js +0 -0
  1456. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/send-response.js +0 -0
  1457. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/serve-static.js +0 -0
  1458. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/server-route-utils.js +0 -0
  1459. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/server-utils.js +0 -0
  1460. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/setup-http-agent-env.js +0 -0
  1461. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/stream-utils/encoded-tags.js +0 -0
  1462. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/stream-utils/node-web-streams-helper.js +0 -0
  1463. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/stream-utils/uint8array-helpers.js +0 -0
  1464. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/typescript/constant.js +0 -0
  1465. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/typescript/index.js +0 -0
  1466. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/typescript/rules/client-boundary.js +0 -0
  1467. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/typescript/rules/config.js +0 -0
  1468. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/typescript/rules/entry.js +0 -0
  1469. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/typescript/rules/error.js +0 -0
  1470. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/typescript/rules/metadata.js +0 -0
  1471. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/typescript/rules/server-boundary.js +0 -0
  1472. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/typescript/rules/server.js +0 -0
  1473. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/typescript/utils.js +0 -0
  1474. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/use-cache/cache-life.js +0 -0
  1475. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/use-cache/cache-tag.js +0 -0
  1476. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/use-cache/constants.js +0 -0
  1477. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/use-cache/handlers.js +0 -0
  1478. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/use-cache/use-cache-errors.js +0 -0
  1479. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/use-cache/use-cache-wrapper.js +0 -0
  1480. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/utils.js +0 -0
  1481. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/web/adapter.js +0 -0
  1482. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/web/edge-route-module-wrapper.js +0 -0
  1483. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/web/error.js +0 -0
  1484. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/web/exports/index.js +0 -0
  1485. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/web/get-edge-preview-props.js +0 -0
  1486. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/web/globals.js +0 -0
  1487. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/web/http.js +0 -0
  1488. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/web/internal-edge-wait-until.js +0 -0
  1489. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/web/next-url.js +0 -0
  1490. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/web/sandbox/context.js +0 -0
  1491. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/web/sandbox/fetch-inline-assets.js +0 -0
  1492. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/web/sandbox/index.js +0 -0
  1493. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/web/sandbox/resource-managers.js +0 -0
  1494. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/web/sandbox/sandbox.js +0 -0
  1495. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/web/spec-extension/adapters/headers.js +0 -0
  1496. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/web/spec-extension/adapters/next-request.js +0 -0
  1497. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/web/spec-extension/adapters/reflect.js +0 -0
  1498. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/web/spec-extension/adapters/request-cookies.js +0 -0
  1499. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/web/spec-extension/cookies.js +0 -0
  1500. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/web/spec-extension/fetch-event.js +0 -0
  1501. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/web/spec-extension/image-response.js +0 -0
  1502. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/web/spec-extension/request.js +0 -0
  1503. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/web/spec-extension/response.js +0 -0
  1504. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/web/spec-extension/revalidate.js +0 -0
  1505. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/web/spec-extension/unstable-cache.js +0 -0
  1506. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/web/spec-extension/unstable-no-store.js +0 -0
  1507. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/web/spec-extension/url-pattern.js +0 -0
  1508. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/web/spec-extension/user-agent.js +0 -0
  1509. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/web/types.js +0 -0
  1510. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/web/utils.js +0 -0
  1511. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/server/web/web-on-close.js +0 -0
  1512. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/action-revalidation-kind.js +0 -0
  1513. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/app-router-context.shared-runtime.js +0 -0
  1514. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/app-router-types.js +0 -0
  1515. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/constants.js +0 -0
  1516. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/deep-freeze.js +0 -0
  1517. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/deployment-id.js +0 -0
  1518. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/dset.js +0 -0
  1519. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/encode-uri-path.js +0 -0
  1520. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/entry-constants.js +0 -0
  1521. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/error-source.js +0 -0
  1522. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/errors/canary-only-config-error.js +0 -0
  1523. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/errors/code-frame.js +0 -0
  1524. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/errors/constants.js +0 -0
  1525. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/errors/empty-generate-static-params-error.js +0 -0
  1526. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/errors/hard-deprecated-config-error.js +0 -0
  1527. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/escape-regexp.js +0 -0
  1528. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/get-hostname.js +0 -0
  1529. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/hash.js +0 -0
  1530. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/head-manager-context.shared-runtime.js +0 -0
  1531. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/head.js +0 -0
  1532. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/hooks-client-context.shared-runtime.js +0 -0
  1533. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/html-context.shared-runtime.js +0 -0
  1534. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/i18n/detect-domain-locale.js +0 -0
  1535. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/i18n/get-locale-redirect.js +0 -0
  1536. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/i18n/normalize-locale-path.js +0 -0
  1537. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/image-blur-svg.js +0 -0
  1538. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/image-config-context.shared-runtime.js +0 -0
  1539. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/image-config.js +0 -0
  1540. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/invariant-error.js +0 -0
  1541. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/is-plain-object.js +0 -0
  1542. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/is-thenable.js +0 -0
  1543. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/isomorphic/path.js +0 -0
  1544. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js +0 -0
  1545. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/loadable-context.shared-runtime.js +0 -0
  1546. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/loadable.shared-runtime.js +0 -0
  1547. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/match-local-pattern.js +0 -0
  1548. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/match-remote-pattern.js +0 -0
  1549. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/modern-browserslist-target.js +0 -0
  1550. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/no-fallback-error.external.js +0 -0
  1551. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/normalized-asset-prefix.js +0 -0
  1552. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/page-path/absolute-path-to-page.js +0 -0
  1553. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/page-path/denormalize-page-path.js +0 -0
  1554. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/page-path/ensure-leading-slash.js +0 -0
  1555. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/page-path/get-page-paths.js +0 -0
  1556. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/page-path/normalize-data-path.js +0 -0
  1557. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/page-path/normalize-page-path.js +0 -0
  1558. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/page-path/normalize-path-sep.js +0 -0
  1559. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/page-path/remove-page-path-tail.js +0 -0
  1560. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/promise-with-resolvers.js +0 -0
  1561. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/router/adapters.js +0 -0
  1562. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/router/routes/app.js +0 -0
  1563. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/router/utils/add-locale.js +0 -0
  1564. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/router/utils/add-path-prefix.js +0 -0
  1565. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/router/utils/add-path-suffix.js +0 -0
  1566. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/router/utils/app-paths.js +0 -0
  1567. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/router/utils/as-path-to-search-params.js +0 -0
  1568. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/router/utils/cache-busting-search-param.js +0 -0
  1569. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/router/utils/escape-path-delimiters.js +0 -0
  1570. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/router/utils/format-next-pathname-info.js +0 -0
  1571. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/router/utils/format-url.js +0 -0
  1572. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/router/utils/get-dynamic-param.js +0 -0
  1573. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/router/utils/get-next-pathname-info.js +0 -0
  1574. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/router/utils/get-route-from-asset-path.js +0 -0
  1575. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/router/utils/get-segment-param.js +0 -0
  1576. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/router/utils/html-bots.js +0 -0
  1577. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/router/utils/index.js +0 -0
  1578. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/router/utils/interception-prefix-from-param-type.js +0 -0
  1579. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/router/utils/interception-routes.js +0 -0
  1580. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/router/utils/is-bot.js +0 -0
  1581. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/router/utils/is-dynamic.js +0 -0
  1582. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/router/utils/middleware-route-matcher.js +0 -0
  1583. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/router/utils/parse-loader-tree.js +0 -0
  1584. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/router/utils/parse-path.js +0 -0
  1585. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/router/utils/parse-relative-url.js +0 -0
  1586. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/router/utils/parse-url.js +0 -0
  1587. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/router/utils/path-has-prefix.js +0 -0
  1588. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/router/utils/path-match.js +0 -0
  1589. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/router/utils/prepare-destination.js +0 -0
  1590. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/router/utils/querystring.js +0 -0
  1591. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/router/utils/relativize-url.js +0 -0
  1592. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/router/utils/remove-path-prefix.js +0 -0
  1593. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/router/utils/remove-trailing-slash.js +0 -0
  1594. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/router/utils/resolve-param-value.js +0 -0
  1595. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/router/utils/route-match-utils.js +0 -0
  1596. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/router/utils/route-matcher.js +0 -0
  1597. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/router/utils/route-regex.js +0 -0
  1598. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/router/utils/sorted-routes.js +0 -0
  1599. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/router-context.shared-runtime.js +0 -0
  1600. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/segment-cache/segment-value-encoding.js +0 -0
  1601. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/segment-cache/vary-params-decoding.js +0 -0
  1602. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/segment.js +0 -0
  1603. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/server-inserted-html.shared-runtime.js +0 -0
  1604. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/server-reference-info.js +0 -0
  1605. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/side-effect.js +0 -0
  1606. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/size-limit.js +0 -0
  1607. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/turbopack/internal-error.js +0 -0
  1608. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/utils/reflect-utils.js +0 -0
  1609. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/utils/warn-once.js +0 -0
  1610. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/utils.js +0 -0
  1611. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/shared/lib/zod.js +0 -0
  1612. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/telemetry/anonymous-meta.js +0 -0
  1613. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/telemetry/detached-flush.js +0 -0
  1614. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/telemetry/events/build.js +0 -0
  1615. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/telemetry/events/index.js +0 -0
  1616. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/telemetry/events/plugins.js +0 -0
  1617. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/telemetry/events/swc-load-failure.js +0 -0
  1618. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/telemetry/events/version.js +0 -0
  1619. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/telemetry/flush-telemetry.js +0 -0
  1620. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/telemetry/post-telemetry-payload.js +0 -0
  1621. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/telemetry/project-id.js +0 -0
  1622. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/telemetry/storage.js +0 -0
  1623. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/trace/index.js +0 -0
  1624. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/trace/report/index.js +0 -0
  1625. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/trace/report/to-json-build.js +0 -0
  1626. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/trace/report/to-json.js +0 -0
  1627. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/trace/report/to-telemetry.js +0 -0
  1628. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/trace/shared.js +0 -0
  1629. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/dist/trace/trace.js +0 -0
  1630. /package/.next/standalone/{apps/web/node_modules → node_modules}/next/package.json +0 -0
  1631. /package/.next/standalone/{apps/web/node_modules → node_modules}/sharp/lib/channel.js +0 -0
  1632. /package/.next/standalone/{apps/web/node_modules → node_modules}/sharp/lib/colour.js +0 -0
  1633. /package/.next/standalone/{apps/web/node_modules → node_modules}/sharp/lib/composite.js +0 -0
  1634. /package/.next/standalone/{apps/web/node_modules → node_modules}/sharp/lib/constructor.js +0 -0
  1635. /package/.next/standalone/{apps/web/node_modules → node_modules}/sharp/lib/index.js +0 -0
  1636. /package/.next/standalone/{apps/web/node_modules → node_modules}/sharp/lib/input.js +0 -0
  1637. /package/.next/standalone/{apps/web/node_modules → node_modules}/sharp/lib/is.js +0 -0
  1638. /package/.next/standalone/{apps/web/node_modules → node_modules}/sharp/lib/libvips.js +0 -0
  1639. /package/.next/standalone/{apps/web/node_modules → node_modules}/sharp/lib/operation.js +0 -0
  1640. /package/.next/standalone/{apps/web/node_modules → node_modules}/sharp/lib/output.js +0 -0
  1641. /package/.next/standalone/{apps/web/node_modules → node_modules}/sharp/lib/resize.js +0 -0
  1642. /package/.next/standalone/{apps/web/node_modules → node_modules}/sharp/lib/sharp.js +0 -0
  1643. /package/.next/standalone/{apps/web/node_modules → node_modules}/sharp/lib/utility.js +0 -0
  1644. /package/.next/standalone/{apps/web/node_modules → node_modules}/sharp/package.json +0 -0
  1645. /package/.next/standalone/{apps/web/node_modules → node_modules}/styled-jsx/dist/index/index.js +0 -0
  1646. /package/.next/standalone/{apps/web/node_modules → node_modules}/styled-jsx/index.js +0 -0
  1647. /package/.next/standalone/{apps/web/node_modules → node_modules}/styled-jsx/package.json +0 -0
  1648. /package/.next/standalone/{apps/web/node_modules → node_modules}/styled-jsx/style.js +0 -0
@@ -0,0 +1,256 @@
1
+ module.exports=[2257,a=>{"use strict";var b=a.i(72131),c=a.i(35112),d=a.i(87924);if("u">typeof document){let a=document.getElementById("feedback-tool-styles-annotation-popup-css-styles");a||((a=document.createElement("style")).id="feedback-tool-styles-annotation-popup-css-styles",document.head.appendChild(a)),a.textContent='.styles-module__popup___IhzrD svg[fill=none] {\n fill: none !important;\n}\n.styles-module__popup___IhzrD svg[fill=none] :not([fill]) {\n fill: none !important;\n}\n\n@keyframes styles-module__popupEnter___AuQDN {\n from {\n opacity: 0;\n transform: translateX(-50%) scale(0.95) translateY(4px);\n }\n to {\n opacity: 1;\n transform: translateX(-50%) scale(1) translateY(0);\n }\n}\n@keyframes styles-module__popupExit___JJKQX {\n from {\n opacity: 1;\n transform: translateX(-50%) scale(1) translateY(0);\n }\n to {\n opacity: 0;\n transform: translateX(-50%) scale(0.95) translateY(4px);\n }\n}\n@keyframes styles-module__shake___jdbWe {\n 0%, 100% {\n transform: translateX(-50%) scale(1) translateY(0) translateX(0);\n }\n 20% {\n transform: translateX(-50%) scale(1) translateY(0) translateX(-3px);\n }\n 40% {\n transform: translateX(-50%) scale(1) translateY(0) translateX(3px);\n }\n 60% {\n transform: translateX(-50%) scale(1) translateY(0) translateX(-2px);\n }\n 80% {\n transform: translateX(-50%) scale(1) translateY(0) translateX(2px);\n }\n}\n.styles-module__popup___IhzrD {\n position: fixed;\n transform: translateX(-50%);\n width: 280px;\n padding: 0.75rem 1rem 14px;\n background: #1a1a1a;\n border-radius: 16px;\n box-shadow: 0 4px 24px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.08);\n z-index: 100001;\n font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;\n will-change: transform, opacity;\n opacity: 0;\n}\n.styles-module__popup___IhzrD.styles-module__enter___L7U7N {\n animation: styles-module__popupEnter___AuQDN 0.2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;\n}\n.styles-module__popup___IhzrD.styles-module__entered___COX-w {\n opacity: 1;\n transform: translateX(-50%) scale(1) translateY(0);\n}\n.styles-module__popup___IhzrD.styles-module__exit___5eGjE {\n animation: styles-module__popupExit___JJKQX 0.15s ease-in forwards;\n}\n.styles-module__popup___IhzrD.styles-module__entered___COX-w.styles-module__shake___jdbWe {\n animation: styles-module__shake___jdbWe 0.25s ease-out;\n}\n\n.styles-module__header___wWsSi {\n display: flex;\n align-items: center;\n justify-content: space-between;\n margin-bottom: 0.5625rem;\n}\n\n.styles-module__element___fTV2z {\n font-size: 0.75rem;\n font-weight: 400;\n color: rgba(255, 255, 255, 0.5);\n max-width: 100%;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n flex: 1;\n}\n\n.styles-module__headerToggle___WpW0b {\n display: flex;\n align-items: center;\n gap: 0.25rem;\n background: none;\n border: none;\n padding: 0;\n cursor: pointer;\n flex: 1;\n min-width: 0;\n text-align: left;\n}\n.styles-module__headerToggle___WpW0b .styles-module__element___fTV2z {\n flex: 1;\n}\n\n.styles-module__chevron___ZZJlR {\n color: rgba(255, 255, 255, 0.5);\n transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);\n flex-shrink: 0;\n}\n.styles-module__chevron___ZZJlR.styles-module__expanded___2Hxgv {\n transform: rotate(90deg);\n}\n\n.styles-module__stylesWrapper___pnHgy {\n display: grid;\n grid-template-rows: 0fr;\n transition: grid-template-rows 0.3s cubic-bezier(0.16, 1, 0.3, 1);\n}\n.styles-module__stylesWrapper___pnHgy.styles-module__expanded___2Hxgv {\n grid-template-rows: 1fr;\n}\n\n.styles-module__stylesInner___YYZe2 {\n overflow: hidden;\n}\n\n.styles-module__stylesBlock___VfQKn {\n background: rgba(255, 255, 255, 0.05);\n border-radius: 0.375rem;\n padding: 0.5rem 0.625rem;\n margin-bottom: 0.5rem;\n font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace;\n font-size: 0.6875rem;\n line-height: 1.5;\n}\n\n.styles-module__styleLine___1YQiD {\n color: rgba(255, 255, 255, 0.85);\n word-break: break-word;\n}\n\n.styles-module__styleProperty___84L1i {\n color: #c792ea;\n}\n\n.styles-module__styleValue___q51-h {\n color: rgba(255, 255, 255, 0.85);\n}\n\n.styles-module__timestamp___Dtpsv {\n font-size: 0.625rem;\n font-weight: 500;\n color: rgba(255, 255, 255, 0.35);\n font-variant-numeric: tabular-nums;\n margin-left: 0.5rem;\n flex-shrink: 0;\n}\n\n.styles-module__quote___mcMmQ {\n font-size: 12px;\n font-style: italic;\n color: rgba(255, 255, 255, 0.6);\n margin-bottom: 0.5rem;\n padding: 0.4rem 0.5rem;\n background: rgba(255, 255, 255, 0.05);\n border-radius: 0.25rem;\n line-height: 1.45;\n}\n\n.styles-module__textarea___jrSae {\n box-sizing: border-box;\n width: 100%;\n padding: 0.5rem 0.625rem;\n font-size: 0.8125rem;\n font-family: inherit;\n background: rgba(255, 255, 255, 0.05);\n color: #fff;\n border: 1px solid rgba(255, 255, 255, 0.15);\n border-radius: 8px;\n resize: none;\n outline: none;\n transition: border-color 0.15s ease;\n}\n.styles-module__textarea___jrSae:focus {\n border-color: var(--agentation-color-blue);\n}\n.styles-module__textarea___jrSae.styles-module__green___99l3h:focus {\n border-color: var(--agentation-color-green);\n}\n.styles-module__textarea___jrSae::placeholder {\n color: rgba(255, 255, 255, 0.35);\n}\n.styles-module__textarea___jrSae::-webkit-scrollbar {\n width: 6px;\n}\n.styles-module__textarea___jrSae::-webkit-scrollbar-track {\n background: transparent;\n}\n.styles-module__textarea___jrSae::-webkit-scrollbar-thumb {\n background: rgba(255, 255, 255, 0.2);\n border-radius: 3px;\n}\n\n.styles-module__actions___D6x3f {\n display: flex;\n justify-content: flex-end;\n gap: 0.375rem;\n margin-top: 0.5rem;\n}\n\n.styles-module__cancel___hRjnL,\n.styles-module__submit___K-mIR {\n padding: 0.4rem 0.875rem;\n font-size: 0.75rem;\n font-weight: 500;\n border-radius: 1rem;\n border: none;\n cursor: pointer;\n transition: background-color 0.15s ease, color 0.15s ease, opacity 0.15s ease;\n}\n\n.styles-module__cancel___hRjnL {\n background: transparent;\n color: rgba(255, 255, 255, 0.5);\n}\n.styles-module__cancel___hRjnL:hover {\n background: rgba(255, 255, 255, 0.1);\n color: rgba(255, 255, 255, 0.8);\n}\n\n.styles-module__submit___K-mIR {\n color: white;\n}\n.styles-module__submit___K-mIR:hover:not(:disabled) {\n filter: brightness(0.9);\n}\n.styles-module__submit___K-mIR:disabled {\n cursor: not-allowed;\n}\n\n.styles-module__deleteWrapper___oSjdo {\n margin-right: auto;\n}\n\n.styles-module__deleteButton___4VuAE {\n cursor: pointer;\n display: flex;\n align-items: center;\n justify-content: center;\n width: 28px;\n height: 28px;\n border-radius: 50%;\n border: none;\n background: transparent;\n color: rgba(255, 255, 255, 0.4);\n transition: background-color 0.15s ease, color 0.15s ease, transform 0.1s ease;\n}\n.styles-module__deleteButton___4VuAE:hover {\n background-color: color-mix(in srgb, var(--agentation-color-red) 25%, transparent);\n color: var(--agentation-color-red);\n}\n.styles-module__deleteButton___4VuAE:active {\n transform: scale(0.92);\n}\n\n.styles-module__light___6AaSQ.styles-module__popup___IhzrD {\n background: #fff;\n box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.06);\n}\n.styles-module__light___6AaSQ .styles-module__element___fTV2z {\n color: rgba(0, 0, 0, 0.6);\n}\n.styles-module__light___6AaSQ .styles-module__timestamp___Dtpsv {\n color: rgba(0, 0, 0, 0.4);\n}\n.styles-module__light___6AaSQ .styles-module__chevron___ZZJlR {\n color: rgba(0, 0, 0, 0.4);\n}\n.styles-module__light___6AaSQ .styles-module__stylesBlock___VfQKn {\n background: rgba(0, 0, 0, 0.03);\n}\n.styles-module__light___6AaSQ .styles-module__styleLine___1YQiD {\n color: rgba(0, 0, 0, 0.75);\n}\n.styles-module__light___6AaSQ .styles-module__styleProperty___84L1i {\n color: #7c3aed;\n}\n.styles-module__light___6AaSQ .styles-module__styleValue___q51-h {\n color: rgba(0, 0, 0, 0.75);\n}\n.styles-module__light___6AaSQ .styles-module__quote___mcMmQ {\n color: rgba(0, 0, 0, 0.55);\n background: rgba(0, 0, 0, 0.04);\n}\n.styles-module__light___6AaSQ .styles-module__textarea___jrSae {\n background: rgba(0, 0, 0, 0.03);\n color: #1a1a1a;\n border-color: rgba(0, 0, 0, 0.12);\n}\n.styles-module__light___6AaSQ .styles-module__textarea___jrSae::placeholder {\n color: rgba(0, 0, 0, 0.4);\n}\n.styles-module__light___6AaSQ .styles-module__textarea___jrSae::-webkit-scrollbar-thumb {\n background: rgba(0, 0, 0, 0.15);\n}\n.styles-module__light___6AaSQ .styles-module__cancel___hRjnL {\n color: rgba(0, 0, 0, 0.5);\n}\n.styles-module__light___6AaSQ .styles-module__cancel___hRjnL:hover {\n background: rgba(0, 0, 0, 0.06);\n color: rgba(0, 0, 0, 0.75);\n}\n.styles-module__light___6AaSQ .styles-module__deleteButton___4VuAE {\n color: rgba(0, 0, 0, 0.4);\n}\n.styles-module__light___6AaSQ .styles-module__deleteButton___4VuAE:hover {\n background-color: color-mix(in srgb, var(--agentation-color-red) 25%, transparent);\n color: var(--agentation-color-red);\n}'}var e="styles-module__element___fTV2z",f="styles-module__expanded___2Hxgv";if("u">typeof document){let a=document.getElementById("feedback-tool-styles-components-icon-transitions");a||((a=document.createElement("style")).id="feedback-tool-styles-components-icon-transitions",document.head.appendChild(a)),a.textContent=".icon-transitions-module__iconState___uqK9J {\n transition: opacity 0.2s ease, transform 0.2s ease;\n transform-origin: center;\n}\n\n.icon-transitions-module__iconStateFast___HxlMm {\n transition: opacity 0.15s ease, transform 0.15s ease;\n transform-origin: center;\n}\n\n.icon-transitions-module__iconFade___nPwXg {\n transition: opacity 0.2s ease;\n}\n\n.icon-transitions-module__iconFadeFast___Ofb2t {\n transition: opacity 0.15s ease;\n}\n\n.icon-transitions-module__visible___PlHsU {\n opacity: 1 !important;\n}\n\n.icon-transitions-module__visibleScaled___8Qog- {\n opacity: 1 !important;\n transform: scale(1);\n}\n\n.icon-transitions-module__hidden___ETykt {\n opacity: 0 !important;\n}\n\n.icon-transitions-module__hiddenScaled___JXn-m {\n opacity: 0 !important;\n transform: scale(0.8);\n}\n\n.icon-transitions-module__sending___uaLN- {\n opacity: 0.5 !important;\n transform: scale(0.8);\n}"}var g="icon-transitions-module__iconState___uqK9J",h="icon-transitions-module__iconStateFast___HxlMm",i="icon-transitions-module__iconFade___nPwXg",j="icon-transitions-module__iconFadeFast___Ofb2t",k="icon-transitions-module__visible___PlHsU",l="icon-transitions-module__visibleScaled___8Qog-",m="icon-transitions-module__hidden___ETykt",n="icon-transitions-module__hiddenScaled___JXn-m",o=({size:a=16})=>(0,d.jsx)("svg",{width:a,height:a,viewBox:"0 0 16 16",fill:"none",children:(0,d.jsx)("path",{d:"M8 3v10M3 8h10",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})}),p=({size:a=24,style:b={}})=>(0,d.jsxs)("svg",{width:a,height:a,viewBox:"0 0 24 24",fill:"none",style:b,children:[(0,d.jsxs)("g",{clipPath:"url(#clip0_list_sparkle)",children:[(0,d.jsx)("path",{d:"M11.5 12L5.5 12",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),(0,d.jsx)("path",{d:"M18.5 6.75L5.5 6.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),(0,d.jsx)("path",{d:"M9.25 17.25L5.5 17.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),(0,d.jsx)("path",{d:"M16 12.75L16.5179 13.9677C16.8078 14.6494 17.3506 15.1922 18.0323 15.4821L19.25 16L18.0323 16.5179C17.3506 16.8078 16.8078 17.3506 16.5179 18.0323L16 19.25L15.4821 18.0323C15.1922 17.3506 14.6494 16.8078 13.9677 16.5179L12.75 16L13.9677 15.4821C14.6494 15.1922 15.1922 14.6494 15.4821 13.9677L16 12.75Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinejoin:"round"})]}),(0,d.jsx)("defs",{children:(0,d.jsx)("clipPath",{id:"clip0_list_sparkle",children:(0,d.jsx)("rect",{width:"24",height:"24",fill:"white"})})})]}),q=({size:a=20,...b})=>(0,d.jsxs)("svg",{width:a,height:a,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...b,children:[(0,d.jsx)("circle",{cx:"10",cy:"10",r:"5.375",stroke:"currentColor",strokeWidth:"1.25"}),(0,d.jsx)("path",{d:"M8.5 8.5C8.73 7.85 9.31 7.49 10 7.5C10.86 7.51 11.5 8.13 11.5 9C11.5 10.08 10 10.5 10 10.5V10.75",stroke:"currentColor",strokeWidth:"1.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,d.jsx)("circle",{cx:"10",cy:"12.625",r:"0.625",fill:"currentColor"})]}),r=({size:a=24,copied:b=!1,tint:c})=>(0,d.jsxs)("svg",{width:a,height:a,viewBox:"0 0 24 24",fill:"none",style:c?{color:c,transition:"color 0.3s ease"}:void 0,children:[(0,d.jsxs)("g",{className:`${g} ${b?n:l}`,children:[(0,d.jsx)("path",{d:"M4.75 11.25C4.75 10.4216 5.42157 9.75 6.25 9.75H12.75C13.5784 9.75 14.25 10.4216 14.25 11.25V17.75C14.25 18.5784 13.5784 19.25 12.75 19.25H6.25C5.42157 19.25 4.75 18.5784 4.75 17.75V11.25Z",stroke:"currentColor",strokeWidth:"1.5"}),(0,d.jsx)("path",{d:"M17.25 14.25H17.75C18.5784 14.25 19.25 13.5784 19.25 12.75V6.25C19.25 5.42157 18.5784 4.75 17.75 4.75H11.25C10.4216 4.75 9.75 5.42157 9.75 6.25V6.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})]}),(0,d.jsxs)("g",{className:`${g} ${b?l:n}`,children:[(0,d.jsx)("path",{d:"M12 20C7.58172 20 4 16.4182 4 12C4 7.58172 7.58172 4 12 4C16.4182 4 20 7.58172 20 12C20 16.4182 16.4182 20 12 20Z",stroke:"var(--agentation-color-green)",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),(0,d.jsx)("path",{d:"M15 10L11 14.25L9.25 12.25",stroke:"var(--agentation-color-green)",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]})]}),s=({size:a=24,state:b="idle"})=>(0,d.jsxs)("svg",{width:a,height:a,viewBox:"0 0 24 24",fill:"none",children:[(0,d.jsx)("g",{className:`${h} ${"idle"===b?l:"sending"===b?"icon-transitions-module__sending___uaLN-":n}`,children:(0,d.jsx)("path",{d:"M9.875 14.125L12.3506 19.6951C12.7184 20.5227 13.9091 20.4741 14.2083 19.6193L18.8139 6.46032C19.0907 5.6695 18.3305 4.90933 17.5397 5.18611L4.38072 9.79174C3.52589 10.0909 3.47731 11.2816 4.30494 11.6494L9.875 14.125ZM9.875 14.125L13.375 10.625",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}),(0,d.jsxs)("g",{className:`${h} ${"sent"===b?l:n}`,children:[(0,d.jsx)("path",{d:"M12 20C7.58172 20 4 16.4182 4 12C4 7.58172 7.58172 4 12 4C16.4182 4 20 7.58172 20 12C20 16.4182 16.4182 20 12 20Z",stroke:"var(--agentation-color-green)",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),(0,d.jsx)("path",{d:"M15 10L11 14.25L9.25 12.25",stroke:"var(--agentation-color-green)",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),(0,d.jsxs)("g",{className:`${h} ${"failed"===b?l:n}`,children:[(0,d.jsx)("path",{d:"M12 20C7.58172 20 4 16.4182 4 12C4 7.58172 7.58172 4 12 4C16.4182 4 20 7.58172 20 12C20 16.4182 16.4182 20 12 20Z",stroke:"var(--agentation-color-red)",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),(0,d.jsx)("path",{d:"M12 8V12",stroke:"var(--agentation-color-red)",strokeWidth:"1.5",strokeLinecap:"round"}),(0,d.jsx)("circle",{cx:"12",cy:"15",r:"0.5",fill:"var(--agentation-color-red)",stroke:"var(--agentation-color-red)",strokeWidth:"1"})]})]}),t=({size:a=24,isOpen:b=!0})=>(0,d.jsxs)("svg",{width:a,height:a,viewBox:"0 0 24 24",fill:"none",children:[(0,d.jsxs)("g",{className:`${i} ${b?k:m}`,children:[(0,d.jsx)("path",{d:"M3.91752 12.7539C3.65127 12.2996 3.65037 11.7515 3.9149 11.2962C4.9042 9.59346 7.72688 5.49994 12 5.49994C16.2731 5.49994 19.0958 9.59346 20.0851 11.2962C20.3496 11.7515 20.3487 12.2996 20.0825 12.7539C19.0908 14.4459 16.2694 18.4999 12 18.4999C7.73064 18.4999 4.90918 14.4459 3.91752 12.7539Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),(0,d.jsx)("path",{d:"M12 14.8261C13.5608 14.8261 14.8261 13.5608 14.8261 12C14.8261 10.4392 13.5608 9.17392 12 9.17392C10.4392 9.17392 9.17391 10.4392 9.17391 12C9.17391 13.5608 10.4392 14.8261 12 14.8261Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),(0,d.jsxs)("g",{className:`${i} ${b?m:k}`,children:[(0,d.jsx)("path",{d:"M18.6025 9.28503C18.9174 8.9701 19.4364 8.99481 19.7015 9.35271C20.1484 9.95606 20.4943 10.507 20.7342 10.9199C21.134 11.6086 21.1329 12.4454 20.7303 13.1328C20.2144 14.013 19.2151 15.5225 17.7723 16.8193C16.3293 18.1162 14.3852 19.2497 12.0008 19.25C11.4192 19.25 10.8638 19.1823 10.3355 19.0613C9.77966 18.934 9.63498 18.2525 10.0382 17.8493C10.2412 17.6463 10.5374 17.573 10.8188 17.6302C11.1993 17.7076 11.5935 17.75 12.0008 17.75C13.8848 17.7497 15.4867 16.8568 16.7693 15.7041C18.0522 14.5511 18.9606 13.1867 19.4363 12.375C19.5656 12.1543 19.5659 11.8943 19.4373 11.6729C19.2235 11.3049 18.921 10.8242 18.5364 10.3003C18.3085 9.98991 18.3302 9.5573 18.6025 9.28503ZM12.0008 4.75C12.5814 4.75006 13.1358 4.81803 13.6632 4.93953C14.2182 5.06741 14.362 5.74812 13.9593 6.15091C13.7558 6.35435 13.4589 6.42748 13.1771 6.36984C12.7983 6.29239 12.4061 6.25006 12.0008 6.25C10.1167 6.25 8.51415 7.15145 7.23028 8.31543C5.94678 9.47919 5.03918 10.8555 4.56426 11.6729C4.43551 11.8945 4.43582 12.1542 4.56524 12.375C4.77587 12.7343 5.07189 13.2012 5.44718 13.7105C5.67623 14.0213 5.65493 14.4552 5.38193 14.7282C5.0671 15.0431 4.54833 15.0189 4.28292 14.6614C3.84652 14.0736 3.50813 13.5369 3.27129 13.1328C2.86831 12.4451 2.86717 11.6088 3.26739 10.9199C3.78185 10.0345 4.77959 8.51239 6.22247 7.2041C7.66547 5.89584 9.61202 4.75 12.0008 4.75Z",fill:"currentColor"}),(0,d.jsx)("path",{d:"M5 19L19 5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})]})]}),u=({size:a=24,isPaused:b=!1})=>(0,d.jsxs)("svg",{width:a,height:a,viewBox:"0 0 24 24",fill:"none",children:[(0,d.jsxs)("g",{className:`${j} ${b?m:k}`,children:[(0,d.jsx)("path",{d:"M8 6L8 18",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}),(0,d.jsx)("path",{d:"M16 18L16 6",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})]}),(0,d.jsx)("path",{className:`${j} ${b?k:m}`,d:"M17.75 10.701C18.75 11.2783 18.75 12.7217 17.75 13.299L8.75 18.4952C7.75 19.0725 6.5 18.3509 6.5 17.1962L6.5 6.80384C6.5 5.64914 7.75 4.92746 8.75 5.50481L17.75 10.701Z",stroke:"currentColor",strokeWidth:"1.5"})]}),v=({size:a=16})=>(0,d.jsxs)("svg",{width:a,height:a,viewBox:"0 0 24 24",fill:"none",children:[(0,d.jsx)("path",{d:"M10.6504 5.81117C10.9939 4.39628 13.0061 4.39628 13.3496 5.81117C13.5715 6.72517 14.6187 7.15891 15.4219 6.66952C16.6652 5.91193 18.0881 7.33479 17.3305 8.57815C16.8411 9.38134 17.2748 10.4285 18.1888 10.6504C19.6037 10.9939 19.6037 13.0061 18.1888 13.3496C17.2748 13.5715 16.8411 14.6187 17.3305 15.4219C18.0881 16.6652 16.6652 18.0881 15.4219 17.3305C14.6187 16.8411 13.5715 17.2748 13.3496 18.1888C13.0061 19.6037 10.9939 19.6037 10.6504 18.1888C10.4285 17.2748 9.38135 16.8411 8.57815 17.3305C7.33479 18.0881 5.91193 16.6652 6.66952 15.4219C7.15891 14.6187 6.72517 13.5715 5.81117 13.3496C4.39628 13.0061 4.39628 10.9939 5.81117 10.6504C6.72517 10.4285 7.15891 9.38134 6.66952 8.57815C5.91193 7.33479 7.33479 5.91192 8.57815 6.66952C9.38135 7.15891 10.4285 6.72517 10.6504 5.81117Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),(0,d.jsx)("circle",{cx:"12",cy:"12",r:"2.5",stroke:"currentColor",strokeWidth:"1.5"})]}),w=({size:a=16})=>(0,d.jsx)("svg",{width:a,height:a,viewBox:"0 0 24 24",fill:"none",children:(0,d.jsx)("path",{d:"M13.5 4C14.7426 4 15.75 5.00736 15.75 6.25V7H18.5C18.9142 7 19.25 7.33579 19.25 7.75C19.25 8.16421 18.9142 8.5 18.5 8.5H17.9678L17.6328 16.2217C17.61 16.7475 17.5912 17.1861 17.5469 17.543C17.5015 17.9087 17.4225 18.2506 17.2461 18.5723C16.9747 19.0671 16.5579 19.4671 16.0518 19.7168C15.7227 19.8791 15.3772 19.9422 15.0098 19.9717C14.6514 20.0004 14.2126 20 13.6865 20H10.3135C9.78735 20 9.34856 20.0004 8.99023 19.9717C8.62278 19.9422 8.27729 19.8791 7.94824 19.7168C7.44205 19.4671 7.02532 19.0671 6.75391 18.5723C6.57751 18.2506 6.49853 17.9087 6.45312 17.543C6.40883 17.1861 6.39005 16.7475 6.36719 16.2217L6.03223 8.5H5.5C5.08579 8.5 4.75 8.16421 4.75 7.75C4.75 7.33579 5.08579 7 5.5 7H8.25V6.25C8.25 5.00736 9.25736 4 10.5 4H13.5ZM7.86621 16.1562C7.89013 16.7063 7.90624 17.0751 7.94141 17.3584C7.97545 17.6326 8.02151 17.7644 8.06934 17.8516C8.19271 18.0763 8.38239 18.2577 8.6123 18.3711C8.70153 18.4151 8.83504 18.4545 9.11035 18.4766C9.39482 18.4994 9.76335 18.5 10.3135 18.5H13.6865C14.2367 18.5 14.6052 18.4994 14.8896 18.4766C15.165 18.4545 15.2985 18.4151 15.3877 18.3711C15.6176 18.2577 15.8073 18.0763 15.9307 17.8516C15.9785 17.7644 16.0245 17.6326 16.0586 17.3584C16.0938 17.0751 16.1099 16.7063 16.1338 16.1562L16.4668 8.5H7.5332L7.86621 16.1562ZM9.97656 10.75C10.3906 10.7371 10.7371 11.0626 10.75 11.4766L10.875 15.4766C10.8879 15.8906 10.5624 16.2371 10.1484 16.25C9.73443 16.2629 9.38794 15.9374 9.375 15.5234L9.25 11.5234C9.23706 11.1094 9.56255 10.7629 9.97656 10.75ZM14.0244 10.75C14.4384 10.7635 14.7635 11.1105 14.75 11.5244L14.6201 15.5244C14.6066 15.9384 14.2596 16.2634 13.8457 16.25C13.4317 16.2365 13.1067 15.8896 13.1201 15.4756L13.251 11.4756C13.2645 11.0617 13.6105 10.7366 14.0244 10.75ZM10.5 5.5C10.0858 5.5 9.75 5.83579 9.75 6.25V7H14.25V6.25C14.25 5.83579 13.9142 5.5 13.5 5.5H10.5Z",fill:"currentColor"})}),x=({size:a=16})=>(0,d.jsxs)("svg",{width:a,height:a,viewBox:"0 0 24 24",fill:"none",children:[(0,d.jsxs)("g",{clipPath:"url(#clip0_2_53)",children:[(0,d.jsx)("path",{d:"M16.25 16.25L7.75 7.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),(0,d.jsx)("path",{d:"M7.75 16.25L16.25 7.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),(0,d.jsx)("defs",{children:(0,d.jsx)("clipPath",{id:"clip0_2_53",children:(0,d.jsx)("rect",{width:"24",height:"24",fill:"white"})})})]}),y=({size:a=24})=>(0,d.jsx)("svg",{width:a,height:a,viewBox:"0 0 24 24",fill:"none",children:(0,d.jsx)("path",{d:"M16.7198 6.21973C17.0127 5.92683 17.4874 5.92683 17.7803 6.21973C18.0732 6.51262 18.0732 6.9874 17.7803 7.28027L13.0606 12L17.7803 16.7197C18.0732 17.0126 18.0732 17.4874 17.7803 17.7803C17.4875 18.0731 17.0127 18.0731 16.7198 17.7803L12.0001 13.0605L7.28033 17.7803C6.98746 18.0731 6.51268 18.0731 6.21979 17.7803C5.92689 17.4874 5.92689 17.0126 6.21979 16.7197L10.9395 12L6.21979 7.28027C5.92689 6.98738 5.92689 6.51262 6.21979 6.21973C6.51268 5.92683 6.98744 5.92683 7.28033 6.21973L12.0001 10.9395L16.7198 6.21973Z",fill:"currentColor"})}),z=({size:a=16})=>(0,d.jsxs)("svg",{width:a,height:a,viewBox:"0 0 20 20",fill:"none",children:[(0,d.jsx)("path",{d:"M9.99999 12.7082C11.4958 12.7082 12.7083 11.4956 12.7083 9.99984C12.7083 8.50407 11.4958 7.2915 9.99999 7.2915C8.50422 7.2915 7.29166 8.50407 7.29166 9.99984C7.29166 11.4956 8.50422 12.7082 9.99999 12.7082Z",stroke:"currentColor",strokeWidth:"1.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,d.jsx)("path",{d:"M10 3.9585V5.05698",stroke:"currentColor",strokeWidth:"1.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,d.jsx)("path",{d:"M10 14.9429V16.0414",stroke:"currentColor",strokeWidth:"1.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,d.jsx)("path",{d:"M5.7269 5.72656L6.50682 6.50649",stroke:"currentColor",strokeWidth:"1.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,d.jsx)("path",{d:"M13.4932 13.4932L14.2731 14.2731",stroke:"currentColor",strokeWidth:"1.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,d.jsx)("path",{d:"M3.95834 10H5.05683",stroke:"currentColor",strokeWidth:"1.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,d.jsx)("path",{d:"M14.9432 10H16.0417",stroke:"currentColor",strokeWidth:"1.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,d.jsx)("path",{d:"M5.7269 14.2731L6.50682 13.4932",stroke:"currentColor",strokeWidth:"1.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,d.jsx)("path",{d:"M13.4932 6.50649L14.2731 5.72656",stroke:"currentColor",strokeWidth:"1.25",strokeLinecap:"round",strokeLinejoin:"round"})]}),A=({size:a=16})=>(0,d.jsx)("svg",{width:a,height:a,viewBox:"0 0 20 20",fill:"none",children:(0,d.jsx)("path",{d:"M15.5 10.4955C15.4037 11.5379 15.0124 12.5314 14.3721 13.3596C13.7317 14.1878 12.8688 14.8165 11.8841 15.1722C10.8995 15.5278 9.83397 15.5957 8.81217 15.3679C7.79038 15.1401 6.8546 14.6259 6.11434 13.8857C5.37408 13.1454 4.85995 12.2096 4.63211 11.1878C4.40427 10.166 4.47215 9.10048 4.82781 8.11585C5.18346 7.13123 5.81218 6.26825 6.64039 5.62791C7.4686 4.98756 8.46206 4.59634 9.5045 4.5C8.89418 5.32569 8.60049 6.34302 8.67685 7.36695C8.75321 8.39087 9.19454 9.35339 9.92058 10.0794C10.6466 10.8055 11.6091 11.2468 12.6331 11.3231C13.657 11.3995 14.6743 11.1058 15.5 10.4955Z",stroke:"currentColor",strokeWidth:"1.13793",strokeLinecap:"round",strokeLinejoin:"round"})}),B=({size:a=16})=>(0,d.jsx)("svg",{width:a,height:a,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:(0,d.jsx)("path",{d:"M11.3799 6.9572L9.05645 4.63375M11.3799 6.9572L6.74949 11.5699C6.61925 11.6996 6.45577 11.791 6.277 11.8339L4.29549 12.3092C3.93194 12.3964 3.60478 12.0683 3.69297 11.705L4.16585 9.75693C4.20893 9.57947 4.29978 9.4172 4.42854 9.28771L9.05645 4.63375M11.3799 6.9572L12.3455 5.98759C12.9839 5.34655 12.9839 4.31002 12.3455 3.66897C11.7033 3.02415 10.6594 3.02415 10.0172 3.66897L9.06126 4.62892L9.05645 4.63375",stroke:"currentColor",strokeWidth:"0.9",strokeLinecap:"round",strokeLinejoin:"round"})}),C=({size:a=24})=>(0,d.jsx)("svg",{width:a,height:a,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:(0,d.jsx)("path",{d:"M13.5 4C14.7426 4 15.75 5.00736 15.75 6.25V7H18.5C18.9142 7 19.25 7.33579 19.25 7.75C19.25 8.16421 18.9142 8.5 18.5 8.5H17.9678L17.6328 16.2217C17.61 16.7475 17.5912 17.1861 17.5469 17.543C17.5015 17.9087 17.4225 18.2506 17.2461 18.5723C16.9747 19.0671 16.5579 19.4671 16.0518 19.7168C15.7227 19.8791 15.3772 19.9422 15.0098 19.9717C14.6514 20.0004 14.2126 20 13.6865 20H10.3135C9.78735 20 9.34856 20.0004 8.99023 19.9717C8.62278 19.9422 8.27729 19.8791 7.94824 19.7168C7.44205 19.4671 7.02532 19.0671 6.75391 18.5723C6.57751 18.2506 6.49853 17.9087 6.45312 17.543C6.40883 17.1861 6.39005 16.7475 6.36719 16.2217L6.03223 8.5H5.5C5.08579 8.5 4.75 8.16421 4.75 7.75C4.75 7.33579 5.08579 7 5.5 7H8.25V6.25C8.25 5.00736 9.25736 4 10.5 4H13.5ZM7.86621 16.1562C7.89013 16.7063 7.90624 17.0751 7.94141 17.3584C7.97545 17.6326 8.02151 17.7644 8.06934 17.8516C8.19271 18.0763 8.38239 18.2577 8.6123 18.3711C8.70153 18.4151 8.83504 18.4545 9.11035 18.4766C9.39482 18.4994 9.76335 18.5 10.3135 18.5H13.6865C14.2367 18.5 14.6052 18.4994 14.8896 18.4766C15.165 18.4545 15.2985 18.4151 15.3877 18.3711C15.6176 18.2577 15.8073 18.0763 15.9307 17.8516C15.9785 17.7644 16.0245 17.6326 16.0586 17.3584C16.0938 17.0751 16.1099 16.7063 16.1338 16.1562L16.4668 8.5H7.5332L7.86621 16.1562ZM9.97656 10.75C10.3906 10.7371 10.7371 11.0626 10.75 11.4766L10.875 15.4766C10.8879 15.8906 10.5624 16.2371 10.1484 16.25C9.73443 16.2629 9.38794 15.9374 9.375 15.5234L9.25 11.5234C9.23706 11.1094 9.56255 10.7629 9.97656 10.75ZM14.0244 10.75C14.4383 10.7635 14.7635 11.1105 14.75 11.5244L14.6201 15.5244C14.6066 15.9384 14.2596 16.2634 13.8457 16.25C13.4317 16.2365 13.1067 15.8896 13.1201 15.4756L13.251 11.4756C13.2645 11.0617 13.6105 10.7366 14.0244 10.75ZM10.5 5.5C10.0858 5.5 9.75 5.83579 9.75 6.25V7H14.25V6.25C14.25 5.83579 13.9142 5.5 13.5 5.5H10.5Z",fill:"currentColor"})}),D=({size:a=16})=>(0,d.jsx)("svg",{width:a,height:a,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:(0,d.jsx)("path",{d:"M8.5 3.5L4 8L8.5 12.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}),E=({size:a=24})=>(0,d.jsxs)("svg",{width:a,height:a,viewBox:"0 0 24 24",fill:"none",children:[(0,d.jsx)("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",stroke:"currentColor",strokeWidth:"1.5"}),(0,d.jsx)("line",{x1:"3",y1:"9",x2:"21",y2:"9",stroke:"currentColor",strokeWidth:"1.5"}),(0,d.jsx)("line",{x1:"9",y1:"9",x2:"9",y2:"21",stroke:"currentColor",strokeWidth:"1.5"})]}),F=["data-feedback-toolbar","data-annotation-popup","data-annotation-marker"],G=F.flatMap(a=>[`:not([${a}])`,`:not([${a}] *)`]).join(""),H="feedback-freeze-styles",I={frozen:!1,installed:!0,origSetTimeout:setTimeout,origSetInterval:setInterval,origRAF:a=>0,pausedAnimations:[],frozenTimeoutQueue:[],frozenRAFQueue:[]},J=I.origSetTimeout,K=I.origSetInterval,L=I.origRAF;function M(){if("u"<typeof document||!I.frozen)return;I.frozen=!1;let a=I.frozenTimeoutQueue;for(let b of(I.frozenTimeoutQueue=[],a))I.origSetTimeout(()=>{if(I.frozen)return void I.frozenTimeoutQueue.push(b);try{b()}catch(a){console.warn("[agentation] Error replaying queued timeout:",a)}},0);let b=I.frozenRAFQueue;for(let a of(I.frozenRAFQueue=[],b))I.origRAF(b=>{I.frozen?I.frozenRAFQueue.push(a):a(b)});for(let a of I.pausedAnimations)try{a.play()}catch(a){console.warn("[agentation] Error resuming animation:",a)}I.pausedAnimations=[],document.getElementById(H)?.remove(),document.querySelectorAll("video").forEach(a=>{"false"===a.dataset.wasPaused&&(a.play().catch(()=>{}),delete a.dataset.wasPaused)})}function N(a){if(!a)return;let b=a=>a.stopImmediatePropagation();document.addEventListener("focusin",b,!0),document.addEventListener("focusout",b,!0);try{a.focus()}finally{document.removeEventListener("focusin",b,!0),document.removeEventListener("focusout",b,!0)}}var O=(0,b.forwardRef)(function({element:a,timestamp:c,selectedText:g,placeholder:h="What should change?",initialValue:i="",submitLabel:j="Add",onSubmit:k,onCancel:l,onDelete:m,style:n,accentColor:o="#3c82f7",isExiting:p=!1,lightMode:q=!1,computedStyles:r},s){let[t,u]=(0,b.useState)(i),[v,w]=(0,b.useState)(!1),[x,y]=(0,b.useState)("initial"),[z,A]=(0,b.useState)(!1),[B,D]=(0,b.useState)(!1),E=(0,b.useRef)(null),F=(0,b.useRef)(null),G=(0,b.useRef)(null),H=(0,b.useRef)(null);(0,b.useEffect)(()=>{p&&"exit"!==x&&y("exit")},[p,x]),(0,b.useEffect)(()=>{J(()=>{y("enter")},0);let a=J(()=>{y("entered")},200),b=J(()=>{let a=E.current;a&&(N(a),a.selectionStart=a.selectionEnd=a.value.length,a.scrollTop=a.scrollHeight)},50);return()=>{clearTimeout(a),clearTimeout(b),G.current&&clearTimeout(G.current),H.current&&clearTimeout(H.current)}},[]);let I=(0,b.useCallback)(()=>{H.current&&clearTimeout(H.current),w(!0),H.current=J(()=>{w(!1),N(E.current)},250)},[]);(0,b.useImperativeHandle)(s,()=>({shake:I}),[I]);let K=(0,b.useCallback)(()=>{y("exit"),G.current=J(()=>{l()},150)},[l]),L=(0,b.useCallback)(()=>{t.trim()&&k(t.trim())},[t,k]),M=(0,b.useCallback)(a=>{a.stopPropagation(),a.nativeEvent.isComposing||("Enter"!==a.key||a.shiftKey||(a.preventDefault(),L()),"Escape"===a.key&&K())},[L,K]),O=["styles-module__popup___IhzrD",q?"styles-module__light___6AaSQ":"","enter"===x?"styles-module__enter___L7U7N":"","entered"===x?"styles-module__entered___COX-w":"","exit"===x?"styles-module__exit___5eGjE":"",v?"styles-module__shake___jdbWe":""].filter(Boolean).join(" ");return(0,d.jsxs)("div",{ref:F,className:O,"data-annotation-popup":!0,style:n,onClick:a=>a.stopPropagation(),children:[(0,d.jsxs)("div",{className:"styles-module__header___wWsSi",children:[r&&Object.keys(r).length>0?(0,d.jsxs)("button",{className:"styles-module__headerToggle___WpW0b",onClick:()=>{D(!B),B&&J(()=>N(E.current),0)},type:"button",children:[(0,d.jsx)("svg",{className:`styles-module__chevron___ZZJlR ${B?f:""}`,width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:(0,d.jsx)("path",{d:"M5.5 10.25L9 7.25L5.75 4",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}),(0,d.jsx)("span",{className:e,children:a})]}):(0,d.jsx)("span",{className:e,children:a}),c&&(0,d.jsx)("span",{className:"styles-module__timestamp___Dtpsv",children:c})]}),r&&Object.keys(r).length>0&&(0,d.jsx)("div",{className:`styles-module__stylesWrapper___pnHgy ${B?f:""}`,children:(0,d.jsx)("div",{className:"styles-module__stylesInner___YYZe2",children:(0,d.jsx)("div",{className:"styles-module__stylesBlock___VfQKn",children:Object.entries(r).map(([a,b])=>(0,d.jsxs)("div",{className:"styles-module__styleLine___1YQiD",children:[(0,d.jsx)("span",{className:"styles-module__styleProperty___84L1i",children:a.replace(/([A-Z])/g,"-$1").toLowerCase()}),": ",(0,d.jsx)("span",{className:"styles-module__styleValue___q51-h",children:b}),";"]},a))})})}),g&&(0,d.jsxs)("div",{className:"styles-module__quote___mcMmQ",children:["“",g.slice(0,80),g.length>80?"...":"","”"]}),(0,d.jsx)("textarea",{ref:E,className:"styles-module__textarea___jrSae",style:{borderColor:z?o:void 0},placeholder:h,value:t,onChange:a=>u(a.target.value),onFocus:()=>A(!0),onBlur:()=>A(!1),rows:2,onKeyDown:M}),(0,d.jsxs)("div",{className:"styles-module__actions___D6x3f",children:[m&&(0,d.jsx)("div",{className:"styles-module__deleteWrapper___oSjdo",children:(0,d.jsx)("button",{className:"styles-module__deleteButton___4VuAE",onClick:m,type:"button",children:(0,d.jsx)(C,{size:22})})}),(0,d.jsx)("button",{className:"styles-module__cancel___hRjnL",onClick:K,children:"Cancel"}),(0,d.jsx)("button",{className:"styles-module__submit___K-mIR",style:{backgroundColor:o,opacity:t.trim()?1:.4},onClick:L,disabled:!t.trim(),children:j})]})]})}),P=({content:a,children:e,...f})=>{let[g,h]=(0,b.useState)(!1),[i,j]=(0,b.useState)(!1),[k,l]=(0,b.useState)({top:0,right:0}),m=(0,b.useRef)(null),n=(0,b.useRef)(null),o=(0,b.useRef)(null);return(0,b.useEffect)(()=>()=>{n.current&&clearTimeout(n.current),o.current&&clearTimeout(o.current)},[]),(0,d.jsxs)(d.Fragment,{children:[(0,d.jsx)("span",{ref:m,onMouseEnter:()=>{if(j(!0),o.current&&(clearTimeout(o.current),o.current=null),m.current){let a=m.current.getBoundingClientRect();l({top:a.top+a.height/2,right:window.innerWidth-a.left+8})}n.current=J(()=>{h(!0)},500)},onMouseLeave:()=>{n.current&&(clearTimeout(n.current),n.current=null),h(!1),o.current=J(()=>{j(!1)},150)},...f,children:e}),i&&(0,c.createPortal)((0,d.jsx)("div",{"data-feedback-toolbar":!0,style:{position:"fixed",top:k.top,right:k.right,transform:"translateY(-50%)",padding:"6px 10px",background:"#383838",color:"rgba(255, 255, 255, 0.7)",fontSize:"11px",fontWeight:400,lineHeight:"14px",borderRadius:"10px",width:"180px",textAlign:"left",zIndex:100020,pointerEvents:"none",boxShadow:"0px 1px 8px rgba(0, 0, 0, 0.28)",opacity:+!!g,transition:"opacity 0.15s ease"},children:a}),document.body)]})};if("u">typeof document){let a=document.getElementById("feedback-tool-styles-help-tooltip-styles");a||((a=document.createElement("style")).id="feedback-tool-styles-help-tooltip-styles",document.head.appendChild(a)),a.textContent=".styles-module__tooltip___mcXL2 {\n display: flex;\n justify-content: center;\n align-items: center;\n cursor: help;\n}\n\n.styles-module__tooltipIcon___Nq2nD {\n transform: translateY(0.5px);\n color: #fff;\n opacity: 0.2;\n transition: opacity 0.15s ease;\n will-change: transform;\n}\n.styles-module__tooltip___mcXL2:hover .styles-module__tooltipIcon___Nq2nD {\n opacity: 0.5;\n}\n[data-agentation-theme=light] .styles-module__tooltipIcon___Nq2nD {\n color: #000;\n}"}var Q=({content:a})=>(0,d.jsx)(P,{className:"styles-module__tooltip___mcXL2",content:a,children:(0,d.jsx)(q,{className:"styles-module__tooltipIcon___Nq2nD"})}),R={navigation:{width:800,height:56},hero:{width:800,height:320},header:{width:800,height:80},section:{width:800,height:400},sidebar:{width:240,height:400},footer:{width:800,height:160},modal:{width:480,height:300},card:{width:280,height:240},text:{width:400,height:120},image:{width:320,height:200},video:{width:480,height:270},table:{width:560,height:220},grid:{width:600,height:300},list:{width:300,height:180},chart:{width:400,height:240},button:{width:140,height:40},input:{width:280,height:56},form:{width:360,height:320},tabs:{width:480,height:240},dropdown:{width:200,height:200},toggle:{width:44,height:24},search:{width:320,height:44},avatar:{width:48,height:48},badge:{width:80,height:28},breadcrumb:{width:300,height:24},pagination:{width:300,height:36},progress:{width:240,height:8},divider:{width:600,height:1},accordion:{width:400,height:200},carousel:{width:600,height:300},toast:{width:320,height:64},tooltip:{width:180,height:40},pricing:{width:300,height:360},testimonial:{width:360,height:200},cta:{width:600,height:160},alert:{width:400,height:56},banner:{width:800,height:48},stat:{width:200,height:120},stepper:{width:480,height:48},tag:{width:72,height:28},rating:{width:160,height:28},map:{width:480,height:300},timeline:{width:360,height:320},fileUpload:{width:360,height:180},codeBlock:{width:480,height:200},calendar:{width:300,height:300},notification:{width:360,height:72},productCard:{width:280,height:360},profile:{width:280,height:200},drawer:{width:320,height:400},popover:{width:240,height:160},logo:{width:120,height:40},faq:{width:560,height:320},gallery:{width:560,height:360},checkbox:{width:20,height:20},radio:{width:20,height:20},slider:{width:240,height:32},datePicker:{width:300,height:320},skeleton:{width:320,height:120},chip:{width:96,height:32},icon:{width:24,height:24},spinner:{width:32,height:32},feature:{width:360,height:200},team:{width:560,height:280},login:{width:360,height:360},contact:{width:400,height:320}},S=[{section:"Layout",items:[{type:"navigation",label:"Navigation",...R.navigation},{type:"header",label:"Header",...R.header},{type:"hero",label:"Hero",...R.hero},{type:"section",label:"Section",...R.section},{type:"sidebar",label:"Sidebar",...R.sidebar},{type:"footer",label:"Footer",...R.footer},{type:"modal",label:"Modal",...R.modal},{type:"banner",label:"Banner",...R.banner},{type:"drawer",label:"Drawer",...R.drawer},{type:"popover",label:"Popover",...R.popover},{type:"divider",label:"Divider",...R.divider}]},{section:"Content",items:[{type:"card",label:"Card",...R.card},{type:"text",label:"Text",...R.text},{type:"image",label:"Image",...R.image},{type:"video",label:"Video",...R.video},{type:"table",label:"Table",...R.table},{type:"grid",label:"Grid",...R.grid},{type:"list",label:"List",...R.list},{type:"chart",label:"Chart",...R.chart},{type:"codeBlock",label:"Code Block",...R.codeBlock},{type:"map",label:"Map",...R.map},{type:"timeline",label:"Timeline",...R.timeline},{type:"calendar",label:"Calendar",...R.calendar},{type:"accordion",label:"Accordion",...R.accordion},{type:"carousel",label:"Carousel",...R.carousel},{type:"logo",label:"Logo",...R.logo},{type:"faq",label:"FAQ",...R.faq},{type:"gallery",label:"Gallery",...R.gallery}]},{section:"Controls",items:[{type:"button",label:"Button",...R.button},{type:"input",label:"Input",...R.input},{type:"search",label:"Search",...R.search},{type:"form",label:"Form",...R.form},{type:"tabs",label:"Tabs",...R.tabs},{type:"dropdown",label:"Dropdown",...R.dropdown},{type:"toggle",label:"Toggle",...R.toggle},{type:"stepper",label:"Stepper",...R.stepper},{type:"rating",label:"Rating",...R.rating},{type:"fileUpload",label:"File Upload",...R.fileUpload},{type:"checkbox",label:"Checkbox",...R.checkbox},{type:"radio",label:"Radio",...R.radio},{type:"slider",label:"Slider",...R.slider},{type:"datePicker",label:"Date Picker",...R.datePicker}]},{section:"Elements",items:[{type:"avatar",label:"Avatar",...R.avatar},{type:"badge",label:"Badge",...R.badge},{type:"tag",label:"Tag",...R.tag},{type:"breadcrumb",label:"Breadcrumb",...R.breadcrumb},{type:"pagination",label:"Pagination",...R.pagination},{type:"progress",label:"Progress",...R.progress},{type:"alert",label:"Alert",...R.alert},{type:"toast",label:"Toast",...R.toast},{type:"notification",label:"Notification",...R.notification},{type:"tooltip",label:"Tooltip",...R.tooltip},{type:"stat",label:"Stat",...R.stat},{type:"skeleton",label:"Skeleton",...R.skeleton},{type:"chip",label:"Chip",...R.chip},{type:"icon",label:"Icon",...R.icon},{type:"spinner",label:"Spinner",...R.spinner}]},{section:"Blocks",items:[{type:"pricing",label:"Pricing",...R.pricing},{type:"testimonial",label:"Testimonial",...R.testimonial},{type:"cta",label:"CTA",...R.cta},{type:"productCard",label:"Product Card",...R.productCard},{type:"profile",label:"Profile",...R.profile},{type:"feature",label:"Feature",...R.feature},{type:"team",label:"Team",...R.team},{type:"login",label:"Login",...R.login},{type:"contact",label:"Contact",...R.contact}]}],T={};for(let a of S)for(let b of a.items)T[b.type]=b;function U({w:a,h:b=3,strong:c}){return(0,d.jsx)("div",{style:{width:"number"==typeof a?`${a}px`:a,height:b,borderRadius:2,background:c?"var(--agd-bar-strong)":"var(--agd-bar)",flexShrink:0}})}function V({w:a,h:b,radius:c=3,style:e}){return(0,d.jsx)("div",{style:{width:"number"==typeof a?`${a}px`:a,height:"number"==typeof b?`${b}px`:b,borderRadius:c,border:"1px dashed var(--agd-stroke)",background:"var(--agd-fill)",flexShrink:0,...e}})}function W({size:a}){return(0,d.jsx)("div",{style:{width:a,height:a,borderRadius:"50%",border:"1px dashed var(--agd-stroke)",background:"var(--agd-fill)",flexShrink:0}})}var X={navigation:function({width:a,height:b}){let c=Math.max(8,.2*b);return(0,d.jsxs)("div",{style:{display:"flex",alignItems:"center",height:"100%",padding:`0 ${c}px`,gap:.02*a},children:[(0,d.jsx)(V,{w:Math.max(20,.5*b),h:Math.max(12,.4*b),radius:2}),(0,d.jsxs)("div",{style:{flex:1,display:"flex",gap:.03*a,marginLeft:.04*a},children:[(0,d.jsx)(U,{w:.06*a}),(0,d.jsx)(U,{w:.07*a}),(0,d.jsx)(U,{w:.05*a}),(0,d.jsx)(U,{w:.06*a})]}),(0,d.jsx)(V,{w:.1*a,h:Math.min(28,.5*b),radius:4})]})},hero:function({width:a,height:b,text:c}){return(0,d.jsxs)("div",{style:{display:"flex",flexDirection:"column",alignItems:"center",justifyContent:"center",height:"100%",gap:.05*b},children:[c?(0,d.jsx)("span",{style:{fontSize:Math.min(20,.08*b),fontWeight:600,color:"var(--agd-text-3)",textAlign:"center",maxWidth:"80%"},children:c}):(0,d.jsx)(U,{w:.5*a,h:Math.max(6,.04*b),strong:!0}),(0,d.jsx)(U,{w:.6*a}),(0,d.jsx)(U,{w:.4*a}),(0,d.jsx)(V,{w:Math.min(140,.2*a),h:Math.min(36,.12*b),radius:6,style:{marginTop:.06*b}})]})},sidebar:function({width:a,height:b}){let c=Math.max(3,Math.floor(b/36));return(0,d.jsxs)("div",{style:{padding:.08*a,display:"flex",flexDirection:"column",gap:.03*b},children:[(0,d.jsx)(U,{w:.6*a,h:4,strong:!0}),Array.from({length:c},(b,c)=>(0,d.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:6},children:[(0,d.jsx)(V,{w:10,h:10,radius:2}),(0,d.jsx)(U,{w:a*(.4+17*c%30/100)})]},c))]})},footer:function({width:a,height:b}){let c=Math.max(2,Math.min(4,Math.floor(a/160)));return(0,d.jsx)("div",{style:{display:"flex",padding:`${.12*b}px ${.03*a}px`,gap:.05*a},children:Array.from({length:c},(a,b)=>(0,d.jsxs)("div",{style:{flex:1,display:"flex",flexDirection:"column",gap:4},children:[(0,d.jsx)(U,{w:"60%",h:3,strong:!0}),(0,d.jsx)(U,{w:"80%",h:2}),(0,d.jsx)(U,{w:"70%",h:2}),(0,d.jsx)(U,{w:"60%",h:2})]},b))})},modal:function({width:a,height:b}){return(0,d.jsxs)("div",{style:{height:"100%",display:"flex",flexDirection:"column"},children:[(0,d.jsxs)("div",{style:{padding:"10px 12px",borderBottom:"1px solid var(--agd-stroke)",display:"flex",alignItems:"center",justifyContent:"space-between"},children:[(0,d.jsx)(U,{w:.3*a,h:4,strong:!0}),(0,d.jsx)("div",{style:{width:14,height:14,border:"1px solid var(--agd-stroke)",borderRadius:3}})]}),(0,d.jsxs)("div",{style:{flex:1,padding:12,display:"flex",flexDirection:"column",gap:6},children:[(0,d.jsx)(U,{w:"90%"}),(0,d.jsx)(U,{w:"70%"}),(0,d.jsx)(U,{w:"80%"})]}),(0,d.jsxs)("div",{style:{padding:"10px 12px",borderTop:"1px solid var(--agd-stroke)",display:"flex",justifyContent:"flex-end",gap:8},children:[(0,d.jsx)(V,{w:70,h:26,radius:4}),(0,d.jsx)(V,{w:70,h:26,radius:4,style:{background:"var(--agd-bar)"}})]})]})},card:function({width:a,height:b}){return(0,d.jsxs)("div",{style:{height:"100%",display:"flex",flexDirection:"column"},children:[(0,d.jsx)("div",{style:{height:"40%",background:"var(--agd-fill)",borderBottom:"1px dashed var(--agd-stroke)"}}),(0,d.jsxs)("div",{style:{flex:1,padding:10,display:"flex",flexDirection:"column",gap:5},children:[(0,d.jsx)(U,{w:"70%",h:4,strong:!0}),(0,d.jsx)(U,{w:"95%",h:2}),(0,d.jsx)(U,{w:"85%",h:2}),(0,d.jsx)(U,{w:"50%",h:2})]})]})},text:function({width:a,height:b,text:c}){if(c)return(0,d.jsx)("div",{style:{padding:4,fontSize:Math.min(14,.3*b),lineHeight:1.5,color:"var(--agd-text-3)",wordBreak:"break-word",overflow:"hidden"},children:c});let e=Math.max(2,Math.floor(b/18));return(0,d.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:6,padding:4},children:[(0,d.jsx)(U,{w:.6*a,h:5,strong:!0}),Array.from({length:e},(a,b)=>(0,d.jsx)(U,{w:`${70+13*b%25}%`,h:2},b))]})},image:function({width:a,height:b}){return(0,d.jsx)("div",{style:{height:"100%",position:"relative"},children:(0,d.jsxs)("svg",{width:"100%",height:"100%",viewBox:`0 0 ${a} ${b}`,preserveAspectRatio:"none",fill:"none",children:[(0,d.jsx)("line",{x1:"0",y1:"0",x2:a,y2:b,stroke:"var(--agd-stroke)",strokeWidth:"1"}),(0,d.jsx)("line",{x1:a,y1:"0",x2:"0",y2:b,stroke:"var(--agd-stroke)",strokeWidth:"1"}),(0,d.jsx)("circle",{cx:.3*a,cy:.3*b,r:.08*Math.min(a,b),fill:"var(--agd-fill)",stroke:"var(--agd-stroke)",strokeWidth:"0.8"})]})})},table:function({width:a,height:b}){let c=Math.max(2,Math.min(5,Math.floor(a/100))),e=Math.max(2,Math.min(6,Math.floor(b/32)));return(0,d.jsxs)("div",{style:{height:"100%",display:"flex",flexDirection:"column"},children:[(0,d.jsx)("div",{style:{display:"flex",borderBottom:"1px solid var(--agd-stroke)",padding:"6px 0"},children:Array.from({length:c},(a,b)=>(0,d.jsx)("div",{style:{flex:1,padding:"0 8px"},children:(0,d.jsx)(U,{w:"70%",h:3,strong:!0})},b))}),Array.from({length:e},(a,b)=>(0,d.jsx)("div",{style:{display:"flex",borderBottom:"1px solid rgba(255,255,255,0.03)",padding:"6px 0"},children:Array.from({length:c},(a,c)=>(0,d.jsx)("div",{style:{flex:1,padding:"0 8px"},children:(0,d.jsx)(U,{w:`${50+(7*b+13*c)%40}%`,h:2})},c))},b))]})},list:function({width:a,height:b}){let c=Math.max(2,Math.floor(b/28));return(0,d.jsx)("div",{style:{display:"flex",flexDirection:"column",gap:4,padding:4},children:Array.from({length:c},(a,b)=>(0,d.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:8,padding:"4px 0"},children:[(0,d.jsx)(W,{size:8}),(0,d.jsx)(U,{w:`${55+17*b%35}%`,h:2})]},b))})},button:function({width:a,height:b,text:c}){return(0,d.jsx)("div",{style:{height:"100%",borderRadius:Math.min(8,b/3),border:"1px solid var(--agd-stroke)",background:"var(--agd-fill)",display:"flex",alignItems:"center",justifyContent:"center"},children:c?(0,d.jsx)("span",{style:{fontSize:Math.min(13,.4*b),fontWeight:500,color:"var(--agd-text-3)",letterSpacing:"-0.01em"},children:c}):(0,d.jsx)(U,{w:Math.max(20,.5*a),h:3,strong:!0})})},input:function({width:a,height:b}){return(0,d.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:4,height:"100%",justifyContent:"center"},children:[(0,d.jsx)(U,{w:Math.min(80,.3*a),h:2}),(0,d.jsx)("div",{style:{height:Math.min(36,.6*b),borderRadius:4,border:"1px dashed var(--agd-stroke)",background:"var(--agd-fill)",display:"flex",alignItems:"center",paddingLeft:8},children:(0,d.jsx)(U,{w:"40%",h:2})})]})},form:function({width:a,height:b}){let c=Math.max(2,Math.min(5,Math.floor(b/56)));return(0,d.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:.04*b,padding:8},children:[Array.from({length:c},(a,b)=>(0,d.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:4},children:[(0,d.jsx)(U,{w:60+17*b%30,h:2}),(0,d.jsx)(V,{w:"100%",h:28,radius:4})]},b)),(0,d.jsx)(V,{w:Math.min(120,.35*a),h:30,radius:6,style:{marginTop:8,alignSelf:"flex-end",background:"var(--agd-bar)"}})]})},tabs:function({width:a,height:b}){let c=Math.max(2,Math.min(4,Math.floor(a/120)));return(0,d.jsxs)("div",{style:{height:"100%",display:"flex",flexDirection:"column"},children:[(0,d.jsx)("div",{style:{display:"flex",gap:2,borderBottom:"1px solid var(--agd-stroke)"},children:Array.from({length:c},(a,b)=>(0,d.jsx)("div",{style:{padding:"8px 12px",borderBottom:0===b?"2px solid var(--agd-bar-strong)":"none"},children:(0,d.jsx)(U,{w:60,h:3,strong:0===b})},b))}),(0,d.jsxs)("div",{style:{flex:1,padding:12,display:"flex",flexDirection:"column",gap:6},children:[(0,d.jsx)(U,{w:"80%",h:2}),(0,d.jsx)(U,{w:"65%",h:2}),(0,d.jsx)(U,{w:"75%",h:2})]})]})},avatar:function({width:a,height:b}){let c=Math.min(a,b)/2;return(0,d.jsxs)("svg",{width:"100%",height:"100%",viewBox:`0 0 ${a} ${b}`,fill:"none",children:[(0,d.jsx)("circle",{cx:a/2,cy:b/2,r:c-1,stroke:"var(--agd-stroke)",fill:"var(--agd-fill)",strokeWidth:"1.5",strokeDasharray:"3 2"}),(0,d.jsx)("circle",{cx:a/2,cy:.38*b,r:.28*c,stroke:"var(--agd-stroke)",fill:"var(--agd-fill)",strokeWidth:"0.8"}),(0,d.jsx)("path",{d:`M${a/2-.55*c} ${.78*b} C${a/2-.55*c} ${.55*b} ${a/2+.55*c} ${.55*b} ${a/2+.55*c} ${.78*b}`,stroke:"var(--agd-stroke)",fill:"var(--agd-fill)",strokeWidth:"0.8"})]})},badge:function({width:a,height:b}){return(0,d.jsx)("div",{style:{height:"100%",borderRadius:b/2,border:"1px solid var(--agd-stroke)",background:"var(--agd-fill)",display:"flex",alignItems:"center",justifyContent:"center"},children:(0,d.jsx)(U,{w:Math.max(16,.5*a),h:2,strong:!0})})},header:function({width:a,height:b}){return(0,d.jsxs)("div",{style:{display:"flex",flexDirection:"column",alignItems:"center",justifyContent:"center",height:"100%",gap:.08*b},children:[(0,d.jsx)(U,{w:.5*a,h:Math.max(5,.06*b),strong:!0}),(0,d.jsx)(U,{w:.35*a})]})},section:function({width:a,height:b}){return(0,d.jsxs)("div",{style:{display:"flex",flexDirection:"column",height:"100%",gap:.04*b,padding:.04*a},children:[(0,d.jsx)(U,{w:.3*a,h:4,strong:!0}),(0,d.jsx)(U,{w:.7*a}),(0,d.jsx)(U,{w:.5*a}),(0,d.jsxs)("div",{style:{flex:1,display:"flex",gap:.03*a,marginTop:.06*b},children:[(0,d.jsx)(V,{w:"33%",h:"100%",radius:4}),(0,d.jsx)(V,{w:"33%",h:"100%",radius:4}),(0,d.jsx)(V,{w:"33%",h:"100%",radius:4})]})]})},grid:function({width:a,height:b}){let c=Math.max(2,Math.min(4,Math.floor(a/140))),e=Math.max(1,Math.min(3,Math.floor(b/120)));return(0,d.jsx)("div",{style:{display:"grid",gridTemplateColumns:`repeat(${c}, 1fr)`,gridTemplateRows:`repeat(${e}, 1fr)`,gap:6,height:"100%"},children:Array.from({length:c*e},(a,b)=>(0,d.jsx)(V,{w:"100%",h:"100%",radius:4},b))})},dropdown:function({width:a,height:b}){let c=Math.max(2,Math.floor((b-32)/28));return(0,d.jsxs)("div",{style:{height:"100%",display:"flex",flexDirection:"column"},children:[(0,d.jsx)("div",{style:{padding:"6px 8px",borderBottom:"1px solid var(--agd-stroke)"},children:(0,d.jsx)(U,{w:.5*a,h:3,strong:!0})}),(0,d.jsx)("div",{style:{flex:1,padding:4,display:"flex",flexDirection:"column",gap:2},children:Array.from({length:c},(a,b)=>(0,d.jsx)("div",{style:{padding:"4px 6px",borderRadius:3,background:0===b?"var(--agd-fill)":"transparent"},children:(0,d.jsx)(U,{w:`${50+17*b%35}%`,h:2,strong:0===b})},b))})]})},toggle:function({width:a,height:b}){let c=Math.min(a,b)/2;return(0,d.jsxs)("svg",{width:"100%",height:"100%",viewBox:`0 0 ${a} ${b}`,fill:"none",children:[(0,d.jsx)("rect",{x:"1",y:"1",width:a-2,height:b-2,rx:c,stroke:"var(--agd-stroke)",strokeWidth:"1"}),(0,d.jsx)("circle",{cx:a-c,cy:b/2,r:.7*c,fill:"var(--agd-bar)"})]})},search:function({width:a,height:b}){let c=Math.min(b/2,20);return(0,d.jsxs)("div",{style:{height:"100%",borderRadius:c,border:"1px dashed var(--agd-stroke)",background:"var(--agd-fill)",display:"flex",alignItems:"center",padding:`0 ${.6*c}px`,gap:6},children:[(0,d.jsx)(W,{size:Math.min(14,.4*b)}),(0,d.jsx)(U,{w:"50%",h:2})]})},toast:function({width:a,height:b}){return(0,d.jsxs)("div",{style:{height:"100%",borderRadius:8,border:"1px dashed var(--agd-stroke)",background:"var(--agd-fill)",display:"flex",alignItems:"center",padding:"0 10px",gap:8},children:[(0,d.jsx)(W,{size:Math.min(20,.5*b)}),(0,d.jsxs)("div",{style:{flex:1,display:"flex",flexDirection:"column",gap:3},children:[(0,d.jsx)(U,{w:"60%",h:3,strong:!0}),(0,d.jsx)(U,{w:"80%",h:2})]}),(0,d.jsx)("div",{style:{width:14,height:14,border:"1px solid var(--agd-stroke)",borderRadius:3,flexShrink:0}})]})},progress:function({width:a,height:b}){return(0,d.jsxs)("svg",{width:"100%",height:"100%",viewBox:`0 0 ${a} ${b}`,fill:"none",children:[(0,d.jsx)("rect",{x:"0",y:"0",width:a,height:b,rx:b/2,stroke:"var(--agd-stroke)",strokeWidth:"0.8"}),(0,d.jsx)("rect",{x:"1",y:"1",width:.65*a,height:b-2,rx:(b-2)/2,fill:"var(--agd-bar)"})]})},chart:function({width:a,height:b}){let c=Math.max(3,Math.min(7,Math.floor(a/50))),e=a/(2*c);return(0,d.jsx)("div",{style:{height:"100%",display:"flex",alignItems:"flex-end",justifyContent:"space-around",padding:"0 4px",borderBottom:"1px solid var(--agd-stroke)"},children:Array.from({length:c},(a,b)=>{let c=30+(37*b+17)%55;return(0,d.jsx)(V,{w:e,h:`${c}%`,radius:2},b)})})},video:function({width:a,height:b}){let c=.12*Math.min(a,b);return(0,d.jsxs)("div",{style:{height:"100%",position:"relative",display:"flex",alignItems:"center",justifyContent:"center"},children:[(0,d.jsx)(V,{w:"100%",h:"100%",radius:4}),(0,d.jsx)("div",{style:{position:"absolute",width:2*c,height:2*c,borderRadius:"50%",border:"1.5px solid var(--agd-stroke)",background:"var(--agd-fill)",display:"flex",alignItems:"center",justifyContent:"center"},children:(0,d.jsx)("div",{style:{width:0,height:0,borderLeft:`${.6*c}px solid var(--agd-bar-strong)`,borderTop:`${.4*c}px solid transparent`,borderBottom:`${.4*c}px solid transparent`,marginLeft:.15*c}})})]})},tooltip:function({width:a,height:b}){return(0,d.jsxs)("div",{style:{height:"100%",display:"flex",flexDirection:"column",alignItems:"center"},children:[(0,d.jsx)("div",{style:{flex:1,width:"100%",borderRadius:6,border:"1px dashed var(--agd-stroke)",background:"var(--agd-fill)",display:"flex",alignItems:"center",justifyContent:"center"},children:(0,d.jsx)(U,{w:"60%",h:2})}),(0,d.jsx)("div",{style:{width:8,height:8,background:"var(--agd-fill)",border:"1px dashed var(--agd-stroke)",borderTop:"none",borderLeft:"none",transform:"rotate(45deg)",marginTop:-5}})]})},breadcrumb:function({width:a,height:b}){let c=Math.max(2,Math.min(4,Math.floor(a/80)));return(0,d.jsx)("div",{style:{display:"flex",alignItems:"center",height:"100%",gap:4},children:Array.from({length:c},(a,b)=>(0,d.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:4},children:[b>0&&(0,d.jsx)("span",{style:{color:"var(--agd-stroke)",fontSize:10},children:"/"}),(0,d.jsx)(U,{w:40+13*b%20,h:2,strong:b===c-1})]},b))})},pagination:function({width:a,height:b}){let c=Math.max(3,Math.min(5,Math.floor(a/40))),e=Math.min(28,.8*b);return(0,d.jsx)("div",{style:{display:"flex",alignItems:"center",justifyContent:"center",height:"100%",gap:4},children:Array.from({length:c},(a,b)=>(0,d.jsx)(V,{w:e,h:e,radius:4,style:1===b?{background:"var(--agd-bar)"}:void 0},b))})},divider:function({width:a}){return(0,d.jsx)("div",{style:{display:"flex",alignItems:"center",height:"100%"},children:(0,d.jsx)("div",{style:{width:"100%",height:1,background:"var(--agd-stroke)"}})})},accordion:function({width:a,height:b}){let c=Math.max(2,Math.min(4,Math.floor(b/40)));return(0,d.jsx)("div",{style:{display:"flex",flexDirection:"column",height:"100%"},children:Array.from({length:c},(a,b)=>(0,d.jsxs)("div",{style:{borderBottom:"1px solid var(--agd-stroke)",padding:"8px 6px",display:"flex",alignItems:"center",justifyContent:"space-between",flex:0===b?2:1},children:[(0,d.jsx)(U,{w:`${40+17*b%25}%`,h:3,strong:!0}),(0,d.jsx)("span",{style:{fontSize:8,color:"var(--agd-stroke)"},children:0===b?"▼":"▶"})]},b))})},carousel:function({width:a,height:b}){return(0,d.jsxs)("div",{style:{height:"100%",display:"flex",flexDirection:"column",gap:6},children:[(0,d.jsxs)("div",{style:{flex:1,display:"flex",gap:6,alignItems:"center"},children:[(0,d.jsx)("span",{style:{fontSize:12,color:"var(--agd-stroke)"},children:"‹"}),(0,d.jsx)(V,{w:"100%",h:"100%",radius:4}),(0,d.jsx)("span",{style:{fontSize:12,color:"var(--agd-stroke)"},children:"›"})]}),(0,d.jsxs)("div",{style:{display:"flex",justifyContent:"center",gap:4},children:[(0,d.jsx)(W,{size:5}),(0,d.jsx)(W,{size:5}),(0,d.jsx)(W,{size:5})]})]})},pricing:function({width:a,height:b}){return(0,d.jsxs)("div",{style:{height:"100%",display:"flex",flexDirection:"column",alignItems:"center",padding:10,gap:.04*b},children:[(0,d.jsx)(U,{w:.4*a,h:3,strong:!0}),(0,d.jsx)(U,{w:.3*a,h:6,strong:!0}),(0,d.jsx)("div",{style:{flex:1,display:"flex",flexDirection:"column",gap:4,width:"100%",padding:"8px 0"},children:Array.from({length:4},(a,b)=>(0,d.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:4},children:[(0,d.jsx)(W,{size:5}),(0,d.jsx)(U,{w:`${50+17*b%35}%`,h:2})]},b))}),(0,d.jsx)(V,{w:.7*a,h:Math.min(32,.1*b),radius:6,style:{background:"var(--agd-bar)"}})]})},testimonial:function({width:a,height:b}){return(0,d.jsxs)("div",{style:{height:"100%",display:"flex",flexDirection:"column",padding:10,gap:8},children:[(0,d.jsx)("span",{style:{fontSize:18,lineHeight:1,color:"var(--agd-stroke)",fontFamily:"serif"},children:"“"}),(0,d.jsxs)("div",{style:{flex:1,display:"flex",flexDirection:"column",gap:4},children:[(0,d.jsx)(U,{w:"90%",h:2}),(0,d.jsx)(U,{w:"75%",h:2}),(0,d.jsx)(U,{w:"60%",h:2})]}),(0,d.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:6},children:[(0,d.jsx)(W,{size:20}),(0,d.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:2},children:[(0,d.jsx)(U,{w:60,h:3,strong:!0}),(0,d.jsx)(U,{w:40,h:2})]})]})]})},cta:function({width:a,height:b}){return(0,d.jsxs)("div",{style:{display:"flex",flexDirection:"column",alignItems:"center",justifyContent:"center",height:"100%",gap:.08*b},children:[(0,d.jsx)(U,{w:.5*a,h:Math.max(4,.05*b),strong:!0}),(0,d.jsx)(U,{w:.35*a}),(0,d.jsx)(V,{w:Math.min(140,.25*a),h:Math.min(32,.15*b),radius:6,style:{marginTop:.04*b,background:"var(--agd-bar)"}})]})},alert:function({width:a,height:b}){return(0,d.jsxs)("div",{style:{height:"100%",borderRadius:6,border:"1px dashed var(--agd-stroke)",background:"var(--agd-fill)",display:"flex",alignItems:"center",padding:"0 10px",gap:8},children:[(0,d.jsx)("div",{style:{width:16,height:16,borderRadius:"50%",border:"1.5px solid var(--agd-bar-strong)",display:"flex",alignItems:"center",justifyContent:"center",flexShrink:0},children:(0,d.jsx)("div",{style:{width:2,height:6,background:"var(--agd-bar-strong)",borderRadius:1}})}),(0,d.jsxs)("div",{style:{flex:1,display:"flex",flexDirection:"column",gap:3},children:[(0,d.jsx)(U,{w:"40%",h:3,strong:!0}),(0,d.jsx)(U,{w:"70%",h:2})]})]})},banner:function({width:a,height:b}){return(0,d.jsxs)("div",{style:{height:"100%",background:"var(--agd-fill)",display:"flex",alignItems:"center",justifyContent:"center",gap:8,padding:"0 12px"},children:[(0,d.jsx)(U,{w:.4*a,h:3,strong:!0}),(0,d.jsx)(V,{w:60,h:Math.min(24,.6*b),radius:4})]})},stat:function({width:a,height:b}){return(0,d.jsxs)("div",{style:{height:"100%",display:"flex",flexDirection:"column",alignItems:"center",justifyContent:"center",gap:.06*b},children:[(0,d.jsx)(U,{w:.5*a,h:2}),(0,d.jsx)(U,{w:.4*a,h:Math.max(8,.18*b),strong:!0}),(0,d.jsx)(U,{w:.3*a,h:2})]})},stepper:function({width:a,height:b}){let c=Math.max(3,Math.min(5,Math.floor(a/100))),e=Math.min(12,.35*b);return(0,d.jsx)("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between",height:"100%",padding:"0 8px"},children:Array.from({length:c},(a,b)=>(0,d.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:0,flex:1},children:[(0,d.jsx)("div",{style:{width:e,height:e,borderRadius:"50%",border:"1.5px solid var(--agd-stroke)",background:0===b?"var(--agd-bar)":"transparent",flexShrink:0}}),b<c-1&&(0,d.jsx)("div",{style:{flex:1,height:1,background:"var(--agd-stroke)",margin:"0 4px"}})]},b))})},tag:function({width:a,height:b}){return(0,d.jsxs)("div",{style:{height:"100%",borderRadius:4,border:"1px solid var(--agd-stroke)",background:"var(--agd-fill)",display:"flex",alignItems:"center",justifyContent:"center",gap:4,padding:"0 6px"},children:[(0,d.jsx)(U,{w:Math.max(16,.5*a),h:2,strong:!0}),(0,d.jsx)("div",{style:{width:8,height:8,borderRadius:"50%",border:"1px solid var(--agd-stroke)",flexShrink:0}})]})},rating:function({width:a,height:b}){let c=Math.min(.7*b,a/7.5);return(0,d.jsx)("div",{style:{display:"flex",alignItems:"center",justifyContent:"center",height:"100%",gap:.2*c},children:Array.from({length:5},(a,b)=>(0,d.jsx)("svg",{width:c,height:c,viewBox:"0 0 16 16",fill:"none",children:(0,d.jsx)("path",{d:"M8 1.5l2 4 4.5.7-3.25 3.1.75 4.5L8 11.4l-4 2.4.75-4.5L1.5 6.2 6 5.5z",stroke:"var(--agd-stroke)",strokeWidth:"0.8",fill:b<3?"var(--agd-bar)":"none"})},b))})},map:function({width:a,height:b}){return(0,d.jsxs)("div",{style:{height:"100%",position:"relative",borderRadius:4,border:"1px dashed var(--agd-stroke)",background:"var(--agd-fill)",overflow:"hidden"},children:[(0,d.jsxs)("svg",{width:"100%",height:"100%",viewBox:`0 0 ${a} ${b}`,fill:"none",style:{position:"absolute",inset:0},children:[(0,d.jsx)("line",{x1:0,y1:.3*b,x2:a,y2:.7*b,stroke:"var(--agd-stroke)",strokeWidth:"0.5",opacity:".2"}),(0,d.jsx)("line",{x1:0,y1:.6*b,x2:a,y2:.2*b,stroke:"var(--agd-stroke)",strokeWidth:"0.5",opacity:".15"}),(0,d.jsx)("line",{x1:.4*a,y1:0,x2:.6*a,y2:b,stroke:"var(--agd-stroke)",strokeWidth:"0.5",opacity:".15"})]}),(0,d.jsx)("div",{style:{position:"absolute",left:"50%",top:"40%",transform:"translate(-50%, -100%)"},children:(0,d.jsxs)("svg",{width:"16",height:"22",viewBox:"0 0 16 22",fill:"none",children:[(0,d.jsx)("path",{d:"M8 0C3.6 0 0 3.6 0 8c0 6 8 14 8 14s8-8 8-14c0-4.4-3.6-8-8-8z",fill:"var(--agd-bar)",opacity:".4"}),(0,d.jsx)("circle",{cx:"8",cy:"8",r:"3",fill:"var(--agd-fill)"})]})})]})},timeline:function({width:a,height:b}){let c=Math.max(3,Math.min(5,Math.floor(b/60)));return(0,d.jsxs)("div",{style:{display:"flex",height:"100%",padding:"8px 0"},children:[(0,d.jsx)("div",{style:{width:16,display:"flex",flexDirection:"column",alignItems:"center"},children:Array.from({length:c},(a,b)=>(0,d.jsxs)("div",{style:{display:"flex",flexDirection:"column",alignItems:"center",flex:1},children:[(0,d.jsx)(W,{size:8}),b<c-1&&(0,d.jsx)("div",{style:{flex:1,width:1,background:"var(--agd-stroke)"}})]},b))}),(0,d.jsx)("div",{style:{flex:1,display:"flex",flexDirection:"column",justifyContent:"space-around",paddingLeft:8},children:Array.from({length:c},(a,b)=>(0,d.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:3},children:[(0,d.jsx)(U,{w:`${35+13*b%25}%`,h:3,strong:!0}),(0,d.jsx)(U,{w:`${50+17*b%30}%`,h:2})]},b))})]})},fileUpload:function({width:a,height:b}){return(0,d.jsxs)("div",{style:{height:"100%",borderRadius:8,border:"2px dashed var(--agd-stroke)",display:"flex",flexDirection:"column",alignItems:"center",justifyContent:"center",gap:.06*b},children:[(0,d.jsxs)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",children:[(0,d.jsx)("path",{d:"M12 16V4m0 0l-4 4m4-4l4 4",stroke:"var(--agd-stroke)",strokeWidth:"1.5"}),(0,d.jsx)("path",{d:"M4 17v2a1 1 0 001 1h14a1 1 0 001-1v-2",stroke:"var(--agd-stroke)",strokeWidth:"1.5"})]}),(0,d.jsx)(U,{w:.4*a,h:2}),(0,d.jsx)(U,{w:.25*a,h:2})]})},codeBlock:function({width:a,height:b}){let c=Math.max(3,Math.min(8,Math.floor(b/20)));return(0,d.jsxs)("div",{style:{height:"100%",borderRadius:6,background:"var(--agd-fill)",border:"1px solid var(--agd-stroke)",padding:8,display:"flex",flexDirection:"column",gap:4},children:[(0,d.jsxs)("div",{style:{display:"flex",gap:3,marginBottom:4},children:[(0,d.jsx)(W,{size:6}),(0,d.jsx)(W,{size:6}),(0,d.jsx)(W,{size:6})]}),Array.from({length:c},(a,b)=>(0,d.jsx)("div",{style:{display:"flex",gap:6,paddingLeft:12*(b>0&&b<c-1)},children:(0,d.jsx)(U,{w:`${25+23*b%50}%`,h:2,strong:0===b})},b))]})},calendar:function({width:a,height:b}){let c=Math.min((a-16)/7,(b-40)/6);return(0,d.jsxs)("div",{style:{height:"100%",display:"flex",flexDirection:"column"},children:[(0,d.jsxs)("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between",padding:"6px 8px"},children:[(0,d.jsx)("span",{style:{fontSize:8,color:"var(--agd-stroke)"},children:"‹"}),(0,d.jsx)(U,{w:.3*a,h:3,strong:!0}),(0,d.jsx)("span",{style:{fontSize:8,color:"var(--agd-stroke)"},children:"›"})]}),(0,d.jsxs)("div",{style:{display:"grid",gridTemplateColumns:"repeat(7, 1fr)",gap:2,padding:"0 4px",flex:1},children:[Array.from({length:7},(a,b)=>(0,d.jsx)("div",{style:{display:"flex",alignItems:"center",justifyContent:"center",height:.6*c},children:(0,d.jsx)(U,{w:.5*c,h:2})},`h${b}`)),Array.from({length:35},(a,b)=>(0,d.jsx)("div",{style:{display:"flex",alignItems:"center",justifyContent:"center",height:c},children:(0,d.jsx)("div",{style:{width:.6*c,height:.6*c,borderRadius:"50%",background:12===b?"var(--agd-bar)":"transparent",display:"flex",alignItems:"center",justifyContent:"center"},children:(0,d.jsx)("div",{style:{width:2,height:2,borderRadius:1,background:"var(--agd-bar-strong)",opacity:12===b?1:.3}})})},b))]})]})},notification:function({width:a,height:b}){return(0,d.jsxs)("div",{style:{height:"100%",borderRadius:8,border:"1px dashed var(--agd-stroke)",background:"var(--agd-fill)",display:"flex",alignItems:"center",padding:"0 10px",gap:8},children:[(0,d.jsx)(W,{size:Math.min(32,.55*b)}),(0,d.jsxs)("div",{style:{flex:1,display:"flex",flexDirection:"column",gap:3},children:[(0,d.jsx)(U,{w:"50%",h:3,strong:!0}),(0,d.jsx)(U,{w:"75%",h:2})]}),(0,d.jsx)(U,{w:30,h:2})]})},productCard:function({width:a,height:b}){return(0,d.jsxs)("div",{style:{height:"100%",display:"flex",flexDirection:"column"},children:[(0,d.jsx)("div",{style:{height:"50%",background:"var(--agd-fill)",borderBottom:"1px dashed var(--agd-stroke)"}}),(0,d.jsxs)("div",{style:{flex:1,padding:10,display:"flex",flexDirection:"column",gap:5},children:[(0,d.jsx)(U,{w:"65%",h:4,strong:!0}),(0,d.jsx)(U,{w:"40%",h:3}),(0,d.jsx)("div",{style:{flex:1}}),(0,d.jsxs)("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between"},children:[(0,d.jsx)(U,{w:"30%",h:5,strong:!0}),(0,d.jsx)(V,{w:Math.min(70,.3*a),h:26,radius:4,style:{background:"var(--agd-bar)"}})]})]})]})},profile:function({width:a,height:b}){let c=Math.min(48,.3*b);return(0,d.jsxs)("div",{style:{height:"100%",display:"flex",flexDirection:"column",alignItems:"center",justifyContent:"center",gap:.06*b},children:[(0,d.jsx)(W,{size:c}),(0,d.jsx)(U,{w:.45*a,h:4,strong:!0}),(0,d.jsx)(U,{w:.3*a,h:2}),(0,d.jsxs)("div",{style:{display:"flex",gap:.08*a,marginTop:.04*b},children:[(0,d.jsxs)("div",{style:{display:"flex",flexDirection:"column",alignItems:"center",gap:2},children:[(0,d.jsx)(U,{w:20,h:3,strong:!0}),(0,d.jsx)(U,{w:28,h:2})]}),(0,d.jsxs)("div",{style:{display:"flex",flexDirection:"column",alignItems:"center",gap:2},children:[(0,d.jsx)(U,{w:20,h:3,strong:!0}),(0,d.jsx)(U,{w:28,h:2})]}),(0,d.jsxs)("div",{style:{display:"flex",flexDirection:"column",alignItems:"center",gap:2},children:[(0,d.jsx)(U,{w:20,h:3,strong:!0}),(0,d.jsx)(U,{w:28,h:2})]})]})]})},drawer:function({width:a,height:b}){let c=Math.max(.6*a,80),e=Math.max(3,Math.floor(b/40));return(0,d.jsxs)("div",{style:{height:"100%",display:"flex"},children:[(0,d.jsx)("div",{style:{width:a-c,background:"var(--agd-fill)",opacity:.3}}),(0,d.jsxs)("div",{style:{flex:1,borderLeft:"1px solid var(--agd-stroke)",display:"flex",flexDirection:"column",padding:.04*a},children:[(0,d.jsxs)("div",{style:{display:"flex",justifyContent:"space-between",alignItems:"center",marginBottom:.06*b},children:[(0,d.jsx)(U,{w:.4*c,h:4,strong:!0}),(0,d.jsx)("div",{style:{width:12,height:12,border:"1px solid var(--agd-stroke)",borderRadius:3}})]}),Array.from({length:e},(a,b)=>(0,d.jsx)("div",{style:{padding:"6px 0"},children:(0,d.jsx)(U,{w:`${50+17*b%35}%`,h:2,strong:0===b})},b))]})]})},popover:function({width:a,height:b}){return(0,d.jsxs)("div",{style:{height:"100%",display:"flex",flexDirection:"column",alignItems:"center"},children:[(0,d.jsxs)("div",{style:{flex:1,width:"100%",borderRadius:8,border:"1px dashed var(--agd-stroke)",background:"var(--agd-fill)",padding:10,display:"flex",flexDirection:"column",gap:5},children:[(0,d.jsx)(U,{w:"70%",h:3,strong:!0}),(0,d.jsx)(U,{w:"90%",h:2}),(0,d.jsx)(U,{w:"60%",h:2})]}),(0,d.jsx)("div",{style:{width:10,height:10,background:"var(--agd-fill)",border:"1px dashed var(--agd-stroke)",borderTop:"none",borderLeft:"none",transform:"rotate(45deg)",marginTop:-6}})]})},logo:function({width:a,height:b}){let c=Math.min(.7*b,.3*a);return(0,d.jsxs)("div",{style:{height:"100%",display:"flex",alignItems:"center",gap:.08*a},children:[(0,d.jsx)(V,{w:c,h:c,radius:.25*c}),(0,d.jsx)(U,{w:.45*a,h:Math.max(4,.2*b),strong:!0})]})},faq:function({width:a,height:b}){let c=Math.max(2,Math.min(5,Math.floor(b/56)));return(0,d.jsx)("div",{style:{display:"flex",flexDirection:"column",height:"100%"},children:Array.from({length:c},(b,c)=>(0,d.jsxs)("div",{style:{borderBottom:"1px solid var(--agd-stroke)",padding:"8px 6px",display:"flex",alignItems:"center",justifyContent:"space-between",flex:0===c?2:1},children:[(0,d.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:6},children:[(0,d.jsx)("span",{style:{fontSize:9,fontWeight:700,color:"var(--agd-stroke)"},children:"Q"}),(0,d.jsx)(U,{w:a*(.3+13*c%25/100),h:3,strong:!0})]}),(0,d.jsx)("span",{style:{fontSize:8,color:"var(--agd-stroke)"},children:0===c?"▼":"▶"})]},c))})},gallery:function({width:a,height:b}){let c=Math.max(2,Math.min(4,Math.floor(a/120))),e=Math.max(1,Math.min(3,Math.floor(b/120)));return(0,d.jsx)("div",{style:{display:"grid",gridTemplateColumns:`repeat(${c}, 1fr)`,gridTemplateRows:`repeat(${e}, 1fr)`,gap:4,height:"100%"},children:Array.from({length:c*e},(a,b)=>(0,d.jsx)("div",{style:{borderRadius:4,border:"1px dashed var(--agd-stroke)",background:"var(--agd-fill)",position:"relative",overflow:"hidden"},children:(0,d.jsxs)("svg",{width:"100%",height:"100%",viewBox:"0 0 100 100",preserveAspectRatio:"none",fill:"none",children:[(0,d.jsx)("line",{x1:"0",y1:"0",x2:"100",y2:"100",stroke:"var(--agd-stroke)",strokeWidth:"0.5"}),(0,d.jsx)("line",{x1:"100",y1:"0",x2:"0",y2:"100",stroke:"var(--agd-stroke)",strokeWidth:"0.5"})]})},b))})},checkbox:function({width:a,height:b}){let c=Math.min(a,b);return(0,d.jsxs)("svg",{width:"100%",height:"100%",viewBox:`0 0 ${a} ${b}`,fill:"none",children:[(0,d.jsx)("rect",{x:"1",y:(b-c+2)/2,width:c-2,height:c-2,rx:.15*c,stroke:"var(--agd-stroke)",strokeWidth:"1.5"}),(0,d.jsx)("path",{d:`M${.25*c} ${b/2}l${.2*c} ${.2*c} ${.3*c}-${.35*c}`,stroke:"var(--agd-bar)",strokeWidth:"1.5",fill:"none",strokeLinecap:"round",strokeLinejoin:"round"})]})},radio:function({width:a,height:b}){let c=Math.min(a,b)/2-1;return(0,d.jsxs)("svg",{width:"100%",height:"100%",viewBox:`0 0 ${a} ${b}`,fill:"none",children:[(0,d.jsx)("circle",{cx:a/2,cy:b/2,r:c,stroke:"var(--agd-stroke)",strokeWidth:"1.5"}),(0,d.jsx)("circle",{cx:a/2,cy:b/2,r:.45*c,fill:"var(--agd-bar)"})]})},slider:function({width:a,height:b}){let c=Math.max(2,.12*b),e=Math.min(.35*b,10),f=.55*a;return(0,d.jsxs)("div",{style:{height:"100%",display:"flex",alignItems:"center",position:"relative"},children:[(0,d.jsx)("div",{style:{width:"100%",height:c,borderRadius:c/2,background:"var(--agd-fill)",border:"1px solid var(--agd-stroke)",position:"relative"},children:(0,d.jsx)("div",{style:{width:f,height:"100%",borderRadius:c/2,background:"var(--agd-bar)"}})}),(0,d.jsx)("div",{style:{position:"absolute",left:f-e,width:2*e,height:2*e,borderRadius:"50%",border:"1.5px solid var(--agd-stroke)",background:"var(--agd-fill)"}})]})},datePicker:function({width:a,height:b}){let c=Math.min(36,.15*b),e=Math.min((a-16)/7,(b-c-40)/5);return(0,d.jsxs)("div",{style:{height:"100%",display:"flex",flexDirection:"column",gap:4},children:[(0,d.jsxs)("div",{style:{height:c,borderRadius:4,border:"1px dashed var(--agd-stroke)",background:"var(--agd-fill)",display:"flex",alignItems:"center",padding:"0 8px",justifyContent:"space-between"},children:[(0,d.jsx)(U,{w:"40%",h:2}),(0,d.jsxs)("svg",{width:"12",height:"12",viewBox:"0 0 16 16",fill:"none",children:[(0,d.jsx)("rect",{x:"2",y:"3",width:"12",height:"11",rx:"1",stroke:"var(--agd-stroke)",strokeWidth:"1"}),(0,d.jsx)("line",{x1:"2",y1:"6",x2:"14",y2:"6",stroke:"var(--agd-stroke)",strokeWidth:"0.5"})]})]}),(0,d.jsxs)("div",{style:{flex:1,borderRadius:6,border:"1px dashed var(--agd-stroke)",background:"var(--agd-fill)",display:"flex",flexDirection:"column"},children:[(0,d.jsxs)("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between",padding:"4px 6px"},children:[(0,d.jsx)("span",{style:{fontSize:7,color:"var(--agd-stroke)"},children:"‹"}),(0,d.jsx)(U,{w:.25*a,h:2,strong:!0}),(0,d.jsx)("span",{style:{fontSize:7,color:"var(--agd-stroke)"},children:"›"})]}),(0,d.jsx)("div",{style:{display:"grid",gridTemplateColumns:"repeat(7, 1fr)",gap:1,padding:"0 4px",flex:1},children:Array.from({length:28},(a,b)=>(0,d.jsx)("div",{style:{display:"flex",alignItems:"center",justifyContent:"center",height:e},children:(0,d.jsx)("div",{style:{width:.5*e,height:.5*e,borderRadius:"50%",background:10===b?"var(--agd-bar)":"transparent"},children:(0,d.jsx)("div",{style:{width:"100%",height:"100%",display:"flex",alignItems:"center",justifyContent:"center"},children:(0,d.jsx)("div",{style:{width:1.5,height:1.5,borderRadius:1,background:"var(--agd-bar-strong)",opacity:10===b?1:.25}})})})},b))})]})]})},skeleton:function({width:a,height:b}){return(0,d.jsxs)("div",{style:{height:"100%",display:"flex",flexDirection:"column",gap:.08*b,padding:4},children:[(0,d.jsx)("div",{style:{width:"100%",height:.2*b,borderRadius:4,background:"var(--agd-fill)"}}),(0,d.jsx)("div",{style:{width:"70%",height:Math.max(6,.1*b),borderRadius:3,background:"var(--agd-fill)"}}),(0,d.jsx)("div",{style:{width:"90%",height:Math.max(4,.06*b),borderRadius:3,background:"var(--agd-fill)"}}),(0,d.jsx)("div",{style:{width:"50%",height:Math.max(4,.06*b),borderRadius:3,background:"var(--agd-fill)"}})]})},chip:function({width:a,height:b}){return(0,d.jsx)("div",{style:{height:"100%",display:"flex",alignItems:"center",gap:6},children:(0,d.jsxs)("div",{style:{height:"100%",flex:1,borderRadius:b/2,border:"1px solid var(--agd-stroke)",background:"var(--agd-fill)",display:"flex",alignItems:"center",padding:`0 ${.3*b}px`,gap:4},children:[(0,d.jsx)(U,{w:"60%",h:2,strong:!0}),(0,d.jsx)("div",{style:{width:Math.max(6,.3*b),height:Math.max(6,.3*b),borderRadius:"50%",border:"1px solid var(--agd-stroke)",flexShrink:0,marginLeft:"auto"}})]})})},icon:function({width:a,height:b}){let c=Math.min(a,b);return(0,d.jsx)("svg",{width:"100%",height:"100%",viewBox:`0 0 ${a} ${b}`,fill:"none",children:(0,d.jsx)("path",{d:`M${a/2} ${(b-c)/2+.1*c}l${.12*c} ${.25*c} ${.28*c} ${.04*c}-${.2*c} ${.2*c} ${.05*c} ${.28*c}-${.25*c}-${.12*c}-${.25*c} ${.12*c} ${.05*c}-${.28*c}-${.2*c}-${.2*c} ${.28*c}-${.04*c}z`,stroke:"var(--agd-stroke)",strokeWidth:"1",fill:"var(--agd-fill)"})})},spinner:function({width:a,height:b}){let c=Math.min(a,b)/2-2;return(0,d.jsxs)("svg",{width:"100%",height:"100%",viewBox:`0 0 ${a} ${b}`,fill:"none",children:[(0,d.jsx)("circle",{cx:a/2,cy:b/2,r:c,stroke:"var(--agd-stroke)",strokeWidth:"1.5",opacity:".2"}),(0,d.jsx)("path",{d:`M${a/2} ${b/2-c}a${c} ${c} 0 0 1 ${c} ${c}`,stroke:"var(--agd-bar-strong)",strokeWidth:"1.5",strokeLinecap:"round"})]})},feature:function({width:a,height:b}){let c=Math.min(36,.25*b,.12*a),e=Math.max(1,Math.min(3,Math.floor(b/80)));return(0,d.jsx)("div",{style:{display:"flex",flexDirection:"column",height:"100%",justifyContent:"space-around",padding:8},children:Array.from({length:e},(b,e)=>(0,d.jsxs)("div",{style:{display:"flex",gap:.04*a,alignItems:"flex-start"},children:[(0,d.jsx)(V,{w:c,h:c,radius:.25*c}),(0,d.jsxs)("div",{style:{flex:1,display:"flex",flexDirection:"column",gap:4},children:[(0,d.jsx)(U,{w:`${40+13*e%20}%`,h:3,strong:!0}),(0,d.jsx)(U,{w:`${60+17*e%25}%`,h:2})]})]},e))})},team:function({width:a,height:b}){let c=Math.max(2,Math.min(4,Math.floor(a/120))),e=Math.min(36,.25*b);return(0,d.jsxs)("div",{style:{height:"100%",display:"flex",flexDirection:"column",alignItems:"center",gap:.06*b,padding:.06*b},children:[(0,d.jsx)(U,{w:.3*a,h:4,strong:!0}),(0,d.jsx)("div",{style:{display:"flex",gap:.06*a,justifyContent:"center",flex:1,alignItems:"center"},children:Array.from({length:c},(b,c)=>(0,d.jsxs)("div",{style:{display:"flex",flexDirection:"column",alignItems:"center",gap:6},children:[(0,d.jsx)(W,{size:e}),(0,d.jsx)(U,{w:.12*a,h:3,strong:!0}),(0,d.jsx)(U,{w:.08*a,h:2})]},c))})]})},login:function({width:a,height:b}){let c=Math.max(2,Math.min(3,Math.floor(b/80)));return(0,d.jsxs)("div",{style:{height:"100%",display:"flex",flexDirection:"column",alignItems:"center",padding:.06*a,gap:.04*b},children:[(0,d.jsx)(U,{w:.5*a,h:Math.max(5,.04*b),strong:!0}),(0,d.jsx)(U,{w:.35*a,h:2}),(0,d.jsx)("div",{style:{width:"100%",display:"flex",flexDirection:"column",gap:.03*b,marginTop:.04*b},children:Array.from({length:c},(c,e)=>(0,d.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:3},children:[(0,d.jsx)(U,{w:Math.min(60,.2*a),h:2}),(0,d.jsx)(V,{w:"100%",h:Math.min(32,.1*b),radius:4})]},e))}),(0,d.jsx)(V,{w:"100%",h:Math.min(36,.12*b),radius:6,style:{marginTop:.03*b,background:"var(--agd-bar)"}}),(0,d.jsx)(U,{w:.4*a,h:2})]})},contact:function({width:a,height:b}){return(0,d.jsxs)("div",{style:{height:"100%",display:"flex",flexDirection:"column",padding:.04*a,gap:.03*b},children:[(0,d.jsx)(U,{w:.4*a,h:4,strong:!0}),(0,d.jsx)(U,{w:.6*a,h:2}),(0,d.jsxs)("div",{style:{display:"flex",gap:6,marginTop:.03*b},children:[(0,d.jsxs)("div",{style:{flex:1,display:"flex",flexDirection:"column",gap:3},children:[(0,d.jsx)(U,{w:50,h:2}),(0,d.jsx)(V,{w:"100%",h:Math.min(28,.1*b),radius:4})]}),(0,d.jsxs)("div",{style:{flex:1,display:"flex",flexDirection:"column",gap:3},children:[(0,d.jsx)(U,{w:40,h:2}),(0,d.jsx)(V,{w:"100%",h:Math.min(28,.1*b),radius:4})]})]}),(0,d.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:3},children:[(0,d.jsx)(U,{w:50,h:2}),(0,d.jsx)(V,{w:"100%",h:Math.min(28,.1*b),radius:4})]}),(0,d.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:3,flex:1},children:[(0,d.jsx)(U,{w:60,h:2}),(0,d.jsx)(V,{w:"100%",h:"100%",radius:4})]}),(0,d.jsx)(V,{w:Math.min(120,.3*a),h:Math.min(30,.1*b),radius:6,style:{alignSelf:"flex-end",background:"var(--agd-bar)"}})]})}};function Y({type:a,width:b,height:c,text:e}){let f=X[a];return f?(0,d.jsx)("div",{style:{width:"100%",height:"100%",padding:8,position:"relative",pointerEvents:"none"},children:(0,d.jsx)(f,{width:b,height:c,text:e})}):(0,d.jsx)("div",{style:{width:"100%",height:"100%",display:"flex",alignItems:"center",justifyContent:"center"},children:(0,d.jsx)("span",{style:{fontSize:10,fontWeight:600,color:"var(--agd-text-3)",textTransform:"uppercase",letterSpacing:"0.06em",opacity:.5},children:a})})}if("u">typeof document){let a=document.getElementById("feedback-tool-styles-design-mode-styles");a||((a=document.createElement("style")).id="feedback-tool-styles-design-mode-styles",document.head.appendChild(a)),a.textContent='svg[fill=none] {\n fill: none !important;\n}\n\n.styles-module__overlayExiting___iEmYr {\n opacity: 0 !important;\n transition: opacity 0.25s ease !important;\n pointer-events: none !important;\n}\n\n.styles-module__overlay___aWh-q {\n position: fixed;\n inset: 0;\n z-index: 99995;\n pointer-events: auto;\n cursor: default;\n animation: styles-module__overlayFadeIn___aECVy 0.15s ease;\n --agd-stroke: rgba(59, 130, 246, 0.35);\n --agd-fill: rgba(59, 130, 246, 0.06);\n --agd-bar: rgba(59, 130, 246, 0.18);\n --agd-bar-strong: rgba(59, 130, 246, 0.28);\n --agd-text-3: rgba(255, 255, 255, 0.6);\n --agd-surface: #fff;\n}\n.styles-module__overlay___aWh-q.styles-module__light___ORIft {\n --agd-surface: #fff;\n}\n.styles-module__overlay___aWh-q:not(.styles-module__light___ORIft) {\n --agd-surface: #141414;\n}\n.styles-module__overlay___aWh-q.styles-module__wireframe___itvQU {\n --agd-stroke: rgba(249, 115, 22, 0.35);\n --agd-fill: rgba(249, 115, 22, 0.06);\n --agd-bar: rgba(249, 115, 22, 0.18);\n --agd-bar-strong: rgba(249, 115, 22, 0.28);\n}\n.styles-module__overlay___aWh-q.styles-module__placing___45yD8 {\n cursor: crosshair;\n}\n.styles-module__overlay___aWh-q.styles-module__passthrough___xaFeE {\n pointer-events: none;\n}\n\n.styles-module__blankCanvas___t2Eue {\n position: fixed;\n inset: 0;\n z-index: 99994;\n background: #fff;\n opacity: 0;\n pointer-events: none;\n transition: opacity 0.25s ease;\n}\n.styles-module__blankCanvas___t2Eue.styles-module__visible___OKKqX {\n opacity: var(--canvas-opacity, 1);\n pointer-events: auto;\n}\n.styles-module__blankCanvas___t2Eue::after {\n content: "";\n position: absolute;\n inset: 0;\n background-image: radial-gradient(circle, rgba(0, 0, 0, 0.08) 1px, transparent 1px);\n background-size: 24px 24px;\n background-position: 12px 12px;\n pointer-events: none;\n transition: opacity 0.2s ease;\n}\n.styles-module__blankCanvas___t2Eue.styles-module__gridActive___OZ-cf::after {\n opacity: 1;\n background-image: radial-gradient(circle, rgba(0, 0, 0, 0.22) 1px, transparent 1px);\n}\n\n.styles-module__paletteHeader___-Q5gQ {\n padding: 0 1rem 0.375rem;\n}\n\n.styles-module__paletteHeaderTitle___oHqZC {\n font-size: 0.8125rem;\n font-weight: 500;\n color: #fff;\n letter-spacing: -0.0094em;\n}\n.styles-module__light___ORIft .styles-module__paletteHeaderTitle___oHqZC {\n color: rgba(0, 0, 0, 0.85);\n}\n\n.styles-module__paletteHeaderDesc___6i74T {\n font-size: 0.6875rem;\n font-weight: 300;\n color: rgba(255, 255, 255, 0.45);\n margin-top: 2px;\n line-height: 14px;\n}\n.styles-module__light___ORIft .styles-module__paletteHeaderDesc___6i74T {\n color: rgba(0, 0, 0, 0.45);\n}\n.styles-module__paletteHeaderDesc___6i74T a {\n color: rgba(255, 255, 255, 0.8);\n text-decoration: underline dotted;\n text-decoration-color: rgba(255, 255, 255, 0.2);\n text-underline-offset: 2px;\n transition: color 0.15s ease;\n}\n.styles-module__paletteHeaderDesc___6i74T a:hover {\n color: #fff;\n}\n.styles-module__light___ORIft .styles-module__paletteHeaderDesc___6i74T a {\n color: rgba(0, 0, 0, 0.6);\n text-decoration-color: rgba(0, 0, 0, 0.2);\n}\n.styles-module__light___ORIft .styles-module__paletteHeaderDesc___6i74T a:hover {\n color: rgba(0, 0, 0, 0.85);\n}\n\n.styles-module__wireframePurposeWrap___To-tS {\n display: grid;\n grid-template-rows: 1fr;\n transition: grid-template-rows 0.2s ease, opacity 0.15s ease;\n opacity: 1;\n}\n.styles-module__wireframePurposeWrap___To-tS.styles-module__collapsed___Ms9vS {\n grid-template-rows: 0fr;\n opacity: 0;\n}\n\n.styles-module__wireframePurposeInner___Lrahs {\n overflow: hidden;\n}\n\n.styles-module__wireframePurposeInput___7EtBN {\n display: block;\n width: calc(100% - 2rem);\n margin: 0.25rem 1rem 0.375rem;\n padding: 0.375rem 0.5rem;\n font-size: 0.8125rem;\n font-family: inherit;\n color: rgba(255, 255, 255, 0.85);\n background: rgba(255, 255, 255, 0.03);\n border: 1px solid rgba(255, 255, 255, 0.1);\n border-radius: 0.375rem;\n resize: none;\n outline: none;\n transition: border-color 0.15s ease;\n letter-spacing: -0.0094em;\n}\n.styles-module__wireframePurposeInput___7EtBN::placeholder {\n color: rgba(255, 255, 255, 0.3);\n}\n.styles-module__wireframePurposeInput___7EtBN:focus {\n border-color: rgba(255, 255, 255, 0.3);\n background: rgba(255, 255, 255, 0.05);\n}\n.styles-module__light___ORIft .styles-module__wireframePurposeInput___7EtBN {\n color: rgba(0, 0, 0, 0.7);\n background: rgba(0, 0, 0, 0.03);\n border-color: rgba(0, 0, 0, 0.1);\n}\n.styles-module__light___ORIft .styles-module__wireframePurposeInput___7EtBN::placeholder {\n color: rgba(0, 0, 0, 0.3);\n}\n.styles-module__light___ORIft .styles-module__wireframePurposeInput___7EtBN:focus {\n border-color: rgba(0, 0, 0, 0.25);\n background: rgba(0, 0, 0, 0.05);\n}\n\n.styles-module__canvasToggle___-QqSy {\n display: flex;\n align-items: center;\n justify-content: center;\n gap: 0.375rem;\n margin: 0.25rem 1rem 0.25rem;\n padding: 0.375rem 0.5rem;\n border-radius: 0.5rem;\n cursor: pointer;\n border: 1px dashed rgba(255, 255, 255, 0.1);\n background: transparent;\n transition: background 0.15s ease, border-color 0.15s ease;\n}\n.styles-module__canvasToggle___-QqSy:hover {\n background: rgba(255, 255, 255, 0.04);\n border-color: rgba(255, 255, 255, 0.15);\n}\n.styles-module__canvasToggle___-QqSy.styles-module__active___hosp7 {\n background: #f97316;\n border-color: transparent;\n border-style: solid;\n box-shadow: none;\n}\n.styles-module__light___ORIft .styles-module__canvasToggle___-QqSy {\n border-color: rgba(0, 0, 0, 0.08);\n}\n.styles-module__light___ORIft .styles-module__canvasToggle___-QqSy:hover {\n background: rgba(0, 0, 0, 0.02);\n border-color: rgba(0, 0, 0, 0.12);\n}\n.styles-module__light___ORIft .styles-module__canvasToggle___-QqSy.styles-module__active___hosp7 {\n background: #f97316;\n border-color: transparent;\n border-style: solid;\n box-shadow: none;\n}\n\n.styles-module__canvasToggleIcon___7pJ82 {\n width: 14px;\n height: 14px;\n flex-shrink: 0;\n display: flex;\n align-items: center;\n justify-content: center;\n color: rgba(255, 255, 255, 0.35);\n}\n.styles-module__active___hosp7 .styles-module__canvasToggleIcon___7pJ82 {\n color: rgba(255, 255, 255, 0.85);\n}\n.styles-module__light___ORIft .styles-module__canvasToggleIcon___7pJ82 {\n color: rgba(0, 0, 0, 0.25);\n}\n.styles-module__light___ORIft .styles-module__active___hosp7 .styles-module__canvasToggleIcon___7pJ82 {\n color: rgba(255, 255, 255, 0.85);\n}\n\n.styles-module__canvasToggleLabel___OanpY {\n font-size: 0.8125rem;\n font-weight: 400;\n color: rgba(255, 255, 255, 0.6);\n letter-spacing: -0.0094em;\n}\n.styles-module__active___hosp7 .styles-module__canvasToggleLabel___OanpY {\n color: #fff;\n}\n.styles-module__light___ORIft .styles-module__canvasToggleLabel___OanpY {\n color: rgba(0, 0, 0, 0.5);\n}\n.styles-module__light___ORIft .styles-module__active___hosp7 .styles-module__canvasToggleLabel___OanpY {\n color: #fff;\n}\n\n.styles-module__canvasPurposeWrap___hj6zk {\n display: grid;\n grid-template-rows: 1fr;\n transition: grid-template-rows 0.2s ease, opacity 0.15s ease;\n opacity: 1;\n}\n.styles-module__canvasPurposeWrap___hj6zk.styles-module__collapsed___Ms9vS {\n grid-template-rows: 0fr;\n opacity: 0;\n}\n\n.styles-module__canvasPurposeInner___VWiyu {\n overflow: hidden;\n}\n\n.styles-module__canvasPurposeToggle___byDH2 {\n display: flex;\n align-items: center;\n gap: 0.5rem;\n cursor: pointer;\n margin: 0.375rem 1rem 0.375rem 1.1875rem;\n}\n.styles-module__canvasPurposeToggle___byDH2 input[type=checkbox] {\n position: absolute;\n opacity: 0;\n width: 0;\n height: 0;\n}\n\n.styles-module__canvasPurposeCheck___xqd7l {\n position: relative;\n width: 14px;\n height: 14px;\n border: 1px solid rgba(255, 255, 255, 0.2);\n border-radius: 4px;\n background: rgba(255, 255, 255, 0.05);\n display: flex;\n align-items: center;\n justify-content: center;\n flex-shrink: 0;\n transition: background 0.25s ease, border-color 0.25s ease;\n}\n.styles-module__canvasPurposeCheck___xqd7l svg {\n color: #1a1a1a;\n opacity: 1;\n transition: opacity 0.15s ease;\n}\n.styles-module__canvasPurposeCheck___xqd7l.styles-module__checked___-1JGH {\n border-color: rgba(255, 255, 255, 0.3);\n background: rgb(255, 255, 255);\n}\n.styles-module__light___ORIft .styles-module__canvasPurposeCheck___xqd7l {\n border: 1px solid rgba(0, 0, 0, 0.15);\n background: #fff;\n}\n.styles-module__light___ORIft .styles-module__canvasPurposeCheck___xqd7l.styles-module__checked___-1JGH {\n border-color: #1a1a1a;\n background: #1a1a1a;\n}\n.styles-module__light___ORIft .styles-module__canvasPurposeCheck___xqd7l.styles-module__checked___-1JGH svg {\n color: #fff;\n}\n\n.styles-module__canvasPurposeLabel___Zu-tD {\n font-size: 0.8125rem;\n font-weight: 400;\n color: rgba(255, 255, 255, 0.5);\n letter-spacing: -0.0094em;\n display: flex;\n align-items: center;\n gap: 0.25rem;\n}\n.styles-module__light___ORIft .styles-module__canvasPurposeLabel___Zu-tD {\n color: rgba(0, 0, 0, 0.5);\n}\n\n.styles-module__canvasPurposeHelp___jijwR {\n position: relative;\n display: inline-flex;\n align-items: center;\n justify-content: center;\n cursor: help;\n}\n.styles-module__canvasPurposeHelp___jijwR svg {\n color: rgba(255, 255, 255, 0.2);\n transform: translateY(2px);\n transition: color 0.15s ease;\n}\n.styles-module__canvasPurposeHelp___jijwR:hover svg {\n color: rgba(255, 255, 255, 0.5);\n}\n.styles-module__light___ORIft .styles-module__canvasPurposeHelp___jijwR svg {\n color: rgba(0, 0, 0, 0.2);\n}\n.styles-module__light___ORIft .styles-module__canvasPurposeHelp___jijwR:hover svg {\n color: rgba(0, 0, 0, 0.5);\n}\n\n.styles-module__placement___zcxv8 {\n position: absolute;\n border: 1.5px dashed rgba(59, 130, 246, 0.4);\n border-radius: 6px;\n background: rgba(59, 130, 246, 0.08);\n cursor: grab;\n transition: box-shadow 0.15s, border-color 0.15s, opacity 0.15s ease, transform 0.15s ease;\n user-select: none;\n pointer-events: auto;\n box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);\n animation: styles-module__placementEnter___TdRhf 0.25s cubic-bezier(0.34, 1.2, 0.64, 1);\n}\n.styles-module__placement___zcxv8:active {\n cursor: grabbing;\n}\n.styles-module__placement___zcxv8:hover {\n border-color: rgba(59, 130, 246, 0.5);\n background: rgba(59, 130, 246, 0.1);\n box-shadow: 0 2px 8px rgba(59, 130, 246, 0.12);\n}\n.styles-module__placement___zcxv8.styles-module__selected___6yrp6 {\n border-color: #3c82f7;\n border-style: solid;\n background: rgba(59, 130, 246, 0.1);\n box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.15), 0 2px 8px rgba(59, 130, 246, 0.15);\n}\n.styles-module__placement___zcxv8.styles-module__selected___6yrp6:hover {\n box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.15), 0 2px 8px rgba(59, 130, 246, 0.15);\n}\n.styles-module__wireframe___itvQU .styles-module__placement___zcxv8 {\n border-color: rgba(249, 115, 22, 0.4);\n background: rgba(249, 115, 22, 0.08);\n}\n.styles-module__wireframe___itvQU .styles-module__placement___zcxv8:hover {\n border-color: rgba(249, 115, 22, 0.5);\n background: rgba(249, 115, 22, 0.1);\n box-shadow: 0 2px 8px rgba(249, 115, 22, 0.12);\n}\n.styles-module__wireframe___itvQU .styles-module__placement___zcxv8.styles-module__selected___6yrp6 {\n border-color: #f97316;\n background: rgba(249, 115, 22, 0.1);\n box-shadow: 0 0 0 2px rgba(249, 115, 22, 0.15), 0 2px 8px rgba(249, 115, 22, 0.15);\n}\n.styles-module__wireframe___itvQU .styles-module__placement___zcxv8.styles-module__selected___6yrp6:hover {\n box-shadow: 0 0 0 2px rgba(249, 115, 22, 0.15), 0 2px 8px rgba(249, 115, 22, 0.15);\n}\n.styles-module__placement___zcxv8.styles-module__dragging___le6KZ {\n opacity: 0.85;\n z-index: 50;\n}\n.styles-module__placement___zcxv8.styles-module__exiting___YrM8F {\n opacity: 0;\n transform: scale(0.97);\n pointer-events: none;\n animation: none;\n transition: opacity 0.2s ease, transform 0.2s cubic-bezier(0.32, 0.72, 0, 1);\n}\n\n.styles-module__placementContent___f64A4 {\n width: 100%;\n height: 100%;\n overflow: hidden;\n pointer-events: none;\n}\n\n.styles-module__placementLabel___0KvWl {\n position: absolute;\n top: -18px;\n left: 0;\n font-size: 10px;\n font-weight: 600;\n color: rgba(59, 130, 246, 0.7);\n white-space: nowrap;\n pointer-events: none;\n font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;\n text-shadow: 0 0 4px rgba(255, 255, 255, 0.8), 0 0 8px rgba(255, 255, 255, 0.5);\n}\n.styles-module__selected___6yrp6 .styles-module__placementLabel___0KvWl {\n color: #3c82f7;\n}\n.styles-module__wireframe___itvQU .styles-module__placementLabel___0KvWl {\n color: rgba(249, 115, 22, 0.7);\n}\n.styles-module__wireframe___itvQU .styles-module__selected___6yrp6 .styles-module__placementLabel___0KvWl {\n color: #f97316;\n}\n\n.styles-module__placementAnnotation___78pTr {\n position: absolute;\n bottom: -18px;\n left: 0;\n right: 0;\n font-weight: 450;\n color: rgba(0, 0, 0, 0.5);\n font-size: 10px;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n pointer-events: none;\n font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;\n text-shadow: 0 0 4px rgba(255, 255, 255, 0.9), 0 0 8px rgba(255, 255, 255, 0.6);\n opacity: 0;\n transform: translateY(-2px);\n transition: opacity 0.2s ease, transform 0.2s ease;\n}\n.styles-module__placementAnnotation___78pTr.styles-module__annotationVisible___mrUyA {\n opacity: 1;\n transform: translateY(0);\n}\n\n.styles-module__sectionAnnotation___aUIs0 {\n position: absolute;\n bottom: -18px;\n left: 0;\n right: 0;\n font-weight: 450;\n color: rgba(59, 130, 246, 0.6);\n font-size: 10px;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n pointer-events: none;\n font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;\n text-shadow: 0 0 4px rgba(255, 255, 255, 0.9), 0 0 8px rgba(255, 255, 255, 0.6);\n opacity: 0;\n transform: translateY(-2px);\n transition: opacity 0.2s ease, transform 0.2s ease;\n}\n.styles-module__sectionAnnotation___aUIs0.styles-module__annotationVisible___mrUyA {\n opacity: 1;\n transform: translateY(0);\n}\n\n.styles-module__handle___Ikbxm {\n position: absolute;\n width: 8px;\n height: 8px;\n background: #fff;\n border: 1.5px solid #3c82f7;\n border-radius: 2px;\n z-index: 12;\n box-shadow: 0 0 0 0.5px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.12);\n opacity: 0;\n transform: scale(0.3);\n pointer-events: none;\n will-change: opacity, transform;\n transition: opacity 0.2s ease-out, transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);\n}\n.styles-module__placement___zcxv8:hover .styles-module__handle___Ikbxm, .styles-module__sectionOutline___s0hy-:hover .styles-module__handle___Ikbxm, .styles-module__ghostOutline___po-kO:hover .styles-module__handle___Ikbxm, .styles-module__placement___zcxv8:active .styles-module__handle___Ikbxm, .styles-module__sectionOutline___s0hy-:active .styles-module__handle___Ikbxm, .styles-module__ghostOutline___po-kO:active .styles-module__handle___Ikbxm, .styles-module__selected___6yrp6 .styles-module__handle___Ikbxm {\n opacity: 1;\n transform: scale(1);\n pointer-events: auto;\n}\n.styles-module__sectionOutline___s0hy- .styles-module__handle___Ikbxm {\n border-color: inherit;\n}\n.styles-module__wireframe___itvQU .styles-module__handle___Ikbxm {\n border-color: #f97316;\n}\n\n.styles-module__handleNw___4TMIj {\n top: -4px;\n left: -4px;\n cursor: nw-resize;\n}\n\n.styles-module__handleNe___mnsTh {\n top: -4px;\n right: -4px;\n cursor: ne-resize;\n}\n\n.styles-module__handleSe___oSFnk {\n bottom: -4px;\n right: -4px;\n cursor: se-resize;\n}\n\n.styles-module__handleSw___pi--Z {\n bottom: -4px;\n left: -4px;\n cursor: sw-resize;\n}\n\n.styles-module__handleN___aBA-Q, .styles-module__handleE___0hM5u, .styles-module__handleS___JjDRv, .styles-module__handleW___ERWGQ {\n opacity: 0 !important;\n pointer-events: none !important;\n}\n\n.styles-module__edgeHandle___XxXdT {\n position: absolute;\n z-index: 11;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n.styles-module__edgeHandle___XxXdT::after {\n content: "";\n position: absolute;\n border-radius: 4px;\n background: #3c82f7;\n}\n.styles-module__wireframe___itvQU .styles-module__edgeHandle___XxXdT::after {\n background: #f97316;\n}\n.styles-module__edgeHandle___XxXdT::after {\n opacity: 0;\n transition: opacity 0.1s ease, transform 0.1s ease;\n transform: scale(0.8);\n}\n.styles-module__edgeHandle___XxXdT:hover::after {\n opacity: 0.85;\n transform: scale(1);\n}\n.styles-module__edgeHandle___XxXdT svg {\n position: relative;\n z-index: 1;\n opacity: 0;\n transition: opacity 0.1s ease;\n filter: drop-shadow(0 0 2px var(--agd-surface));\n}\n.styles-module__edgeHandle___XxXdT:hover svg {\n opacity: 1;\n}\n\n.styles-module__edgeN___-JJDj, .styles-module__edgeS___66lMX {\n left: 12px;\n right: 12px;\n height: 12px;\n cursor: n-resize;\n}\n.styles-module__edgeN___-JJDj::after, .styles-module__edgeS___66lMX::after {\n width: 24px;\n height: 4px;\n}\n\n.styles-module__edgeN___-JJDj {\n top: -6px;\n}\n\n.styles-module__edgeS___66lMX {\n bottom: -6px;\n cursor: s-resize;\n}\n\n.styles-module__edgeE___1bGDa, .styles-module__edgeW___lHQNo {\n top: 12px;\n bottom: 12px;\n width: 12px;\n cursor: e-resize;\n}\n.styles-module__edgeE___1bGDa::after, .styles-module__edgeW___lHQNo::after {\n width: 4px;\n height: 24px;\n}\n\n.styles-module__edgeE___1bGDa {\n right: -6px;\n}\n\n.styles-module__edgeW___lHQNo {\n left: -6px;\n cursor: w-resize;\n}\n\n.styles-module__deleteButton___LkGCb {\n position: absolute;\n top: -8px;\n right: -8px;\n width: 18px;\n height: 18px;\n border-radius: 50%;\n background: rgba(255, 255, 255, 0.9);\n backdrop-filter: blur(8px);\n border: 1px solid rgba(0, 0, 0, 0.08);\n box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);\n color: rgba(0, 0, 0, 0.35);\n cursor: pointer;\n display: flex;\n align-items: center;\n justify-content: center;\n font-size: 10px;\n line-height: 1;\n z-index: 15;\n pointer-events: none;\n opacity: 0;\n transform: scale(0.8);\n will-change: opacity, transform;\n transition: opacity 0.2s ease-out, transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.12s ease, color 0.12s ease, border-color 0.12s ease, box-shadow 0.12s ease;\n}\n.styles-module__placement___zcxv8:hover .styles-module__deleteButton___LkGCb, .styles-module__selected___6yrp6 .styles-module__deleteButton___LkGCb, .styles-module__sectionOutline___s0hy-:hover .styles-module__deleteButton___LkGCb, .styles-module__sectionOutline___s0hy-.styles-module__selected___6yrp6 .styles-module__deleteButton___LkGCb, .styles-module__ghostOutline___po-kO:hover .styles-module__deleteButton___LkGCb, .styles-module__ghostOutline___po-kO.styles-module__selected___6yrp6 .styles-module__deleteButton___LkGCb {\n opacity: 1;\n transform: scale(1);\n pointer-events: auto;\n}\n.styles-module__deleteButton___LkGCb:hover {\n background: #ef4444;\n color: #fff;\n border-color: #ef4444;\n box-shadow: 0 1px 4px rgba(239, 68, 68, 0.3);\n transform: scale(1.1);\n}\n.styles-module__overlay___aWh-q:not(.styles-module__light___ORIft) .styles-module__deleteButton___LkGCb, .styles-module__rearrangeOverlay___-3R3t:not(.styles-module__light___ORIft) .styles-module__deleteButton___LkGCb {\n background: rgba(40, 40, 40, 0.9);\n border-color: rgba(255, 255, 255, 0.1);\n color: rgba(255, 255, 255, 0.5);\n box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);\n}\n.styles-module__overlay___aWh-q:not(.styles-module__light___ORIft) .styles-module__deleteButton___LkGCb:hover, .styles-module__rearrangeOverlay___-3R3t:not(.styles-module__light___ORIft) .styles-module__deleteButton___LkGCb:hover {\n background: #ef4444;\n color: #fff;\n border-color: #ef4444;\n}\n\n.styles-module__drawBox___BrVAa {\n position: fixed;\n pointer-events: none;\n z-index: 99996;\n border: 2px solid #3c82f7;\n border-radius: 6px;\n background: rgba(59, 130, 246, 0.15);\n}\n\n.styles-module__selectBox___Iu8kB {\n position: fixed;\n pointer-events: none;\n z-index: 99996;\n border: 1px dashed #3c82f7;\n background: rgba(59, 130, 246, 0.08);\n border-radius: 2px;\n}\n\n.styles-module__sizeIndicator___7zJ4y {\n position: fixed;\n pointer-events: none;\n z-index: 100001;\n font-size: 10px;\n color: #fff;\n background: #3c82f7;\n padding: 2px 6px;\n border-radius: 4px;\n white-space: nowrap;\n font-weight: 500;\n font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;\n box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);\n}\n\n.styles-module__guideLine___DUQY2 {\n pointer-events: none;\n z-index: 100001;\n background: #f0f;\n opacity: 0.5;\n}\n\n.styles-module__dragPreview___onPbU {\n position: fixed;\n z-index: 100002;\n pointer-events: none;\n border: 1.5px dashed #3c82f7;\n border-radius: 6px;\n background: rgba(59, 130, 246, 0.1);\n backdrop-filter: blur(8px);\n display: flex;\n align-items: center;\n justify-content: center;\n font-size: 9px;\n font-weight: 600;\n color: #3c82f7;\n font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;\n text-transform: uppercase;\n letter-spacing: 0.04em;\n box-shadow: 0 4px 16px rgba(59, 130, 246, 0.15);\n transition: width 0.08s ease, height 0.08s ease, opacity 0.08s ease;\n}\n\n.styles-module__dragPreviewWireframe___jsg0G {\n border-color: #f97316;\n background: rgba(249, 115, 22, 0.1);\n color: #f97316;\n box-shadow: 0 4px 16px rgba(249, 115, 22, 0.15);\n}\n\n.styles-module__palette___C7iSH {\n position: absolute;\n right: 5px;\n bottom: calc(100% + 0.5rem);\n width: 256px;\n overflow: hidden;\n background: #1c1c1c;\n border: none;\n border-radius: 1rem;\n padding: 13px 0 16px;\n box-shadow: 0 1px 8px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(0, 0, 0, 0.04);\n z-index: 100001;\n font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;\n cursor: default;\n opacity: 0;\n filter: blur(5px);\n}\n.styles-module__palette___C7iSH .styles-module__paletteItem___6TlnA,\n.styles-module__palette___C7iSH .styles-module__paletteItemLabel___6ncO4,\n.styles-module__palette___C7iSH .styles-module__paletteSectionTitle___PqnjX,\n.styles-module__palette___C7iSH .styles-module__paletteFooter___QYnAG {\n transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;\n}\n.styles-module__palette___C7iSH.styles-module__enter___6LYk5 {\n opacity: 1;\n transform: translateY(0);\n filter: blur(0px);\n transition: opacity 0.2s ease, transform 0.2s ease, filter 0.2s ease;\n}\n.styles-module__palette___C7iSH.styles-module__exit___iSGRw {\n opacity: 0;\n transform: translateY(6px);\n filter: blur(5px);\n pointer-events: none;\n transition: opacity 0.1s ease, transform 0.1s ease, filter 0.1s ease;\n}\n.styles-module__palette___C7iSH.styles-module__light___ORIft {\n background: #fff;\n box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.06), 0 0 0 1px rgba(0, 0, 0, 0.04);\n}\n\n.styles-module__paletteSection___V8DEA {\n padding: 0 1rem;\n}\n.styles-module__paletteSection___V8DEA + .styles-module__paletteSection___V8DEA {\n margin-top: 0.5rem;\n padding-top: 0.5rem;\n border-top: 1px solid rgba(255, 255, 255, 0.07);\n}\n.styles-module__light___ORIft .styles-module__paletteSection___V8DEA + .styles-module__paletteSection___V8DEA {\n border-top-color: rgba(0, 0, 0, 0.07);\n}\n\n.styles-module__paletteSectionTitle___PqnjX {\n font-size: 0.6875rem;\n font-weight: 500;\n color: rgba(255, 255, 255, 0.5);\n letter-spacing: -0.0094em;\n padding: 0 0 3px 3px;\n}\n.styles-module__light___ORIft .styles-module__paletteSectionTitle___PqnjX {\n color: rgba(0, 0, 0, 0.4);\n}\n\n.styles-module__paletteItem___6TlnA {\n display: flex;\n align-items: center;\n gap: 0.375rem;\n padding: 0.25rem 0.25rem;\n margin-bottom: 1px;\n border-radius: 0.375rem;\n cursor: pointer;\n transition: background-color 0.15s ease, border-color 0.15s ease;\n border: 1px solid transparent;\n user-select: none;\n min-height: 24px;\n}\n.styles-module__paletteItem___6TlnA:hover {\n background: rgba(255, 255, 255, 0.1);\n}\n.styles-module__paletteItem___6TlnA.styles-module__active___hosp7 {\n background: #3c82f7;\n border-color: transparent;\n}\n.styles-module__paletteItem___6TlnA.styles-module__wireframe___itvQU.styles-module__active___hosp7 {\n background: #f97316;\n}\n.styles-module__light___ORIft .styles-module__paletteItem___6TlnA:hover {\n background: rgba(0, 0, 0, 0.05);\n}\n.styles-module__light___ORIft .styles-module__paletteItem___6TlnA.styles-module__active___hosp7 {\n background: #3c82f7;\n border-color: transparent;\n}\n.styles-module__light___ORIft .styles-module__paletteItem___6TlnA.styles-module__wireframe___itvQU.styles-module__active___hosp7 {\n background: #f97316;\n}\n\n.styles-module__paletteItemIcon___0NPQK {\n width: 20px;\n height: 16px;\n border-radius: 2px;\n border: 1px dashed rgba(255, 255, 255, 0.15);\n background: rgba(255, 255, 255, 0.04);\n display: flex;\n align-items: center;\n justify-content: center;\n flex-shrink: 0;\n overflow: hidden;\n color: rgba(255, 255, 255, 0.45);\n}\n.styles-module__paletteItemIcon___0NPQK svg {\n display: block;\n width: 20px;\n height: 16px;\n}\n.styles-module__active___hosp7 .styles-module__paletteItemIcon___0NPQK {\n border-color: rgba(255, 255, 255, 0.3);\n background: rgba(255, 255, 255, 0.15);\n color: #fff;\n}\n.styles-module__light___ORIft .styles-module__paletteItemIcon___0NPQK {\n border-color: rgba(0, 0, 0, 0.12);\n background: rgba(0, 0, 0, 0.02);\n color: rgba(0, 0, 0, 0.4);\n}\n.styles-module__light___ORIft .styles-module__active___hosp7 .styles-module__paletteItemIcon___0NPQK {\n border-color: rgba(255, 255, 255, 0.3);\n background: rgba(255, 255, 255, 0.15);\n color: #fff;\n}\n\n.styles-module__paletteItemLabel___6ncO4 {\n font-size: 0.8125rem;\n font-weight: 500;\n color: rgba(255, 255, 255, 0.85);\n letter-spacing: -0.0094em;\n line-height: 1;\n min-width: 0;\n}\n.styles-module__active___hosp7 .styles-module__paletteItemLabel___6ncO4 {\n color: #fff;\n font-weight: 600;\n}\n.styles-module__light___ORIft .styles-module__paletteItemLabel___6ncO4 {\n color: rgba(0, 0, 0, 0.7);\n}\n.styles-module__light___ORIft .styles-module__active___hosp7 .styles-module__paletteItemLabel___6ncO4 {\n color: #fff;\n font-weight: 600;\n}\n\n.styles-module__placeScroll___7sClM {\n max-height: 240px;\n overflow-y: auto;\n overflow-x: hidden;\n padding-top: 0.25rem;\n}\n.styles-module__placeScroll___7sClM.styles-module__fadeTop___KT9tF {\n -webkit-mask-image: linear-gradient(to bottom, transparent 0, black 32px);\n mask-image: linear-gradient(to bottom, transparent 0, black 32px);\n}\n.styles-module__placeScroll___7sClM.styles-module__fadeBottom___x3ShT {\n -webkit-mask-image: linear-gradient(to bottom, black calc(100% - 32px), transparent 100%);\n mask-image: linear-gradient(to bottom, black calc(100% - 32px), transparent 100%);\n}\n.styles-module__placeScroll___7sClM.styles-module__fadeTop___KT9tF.styles-module__fadeBottom___x3ShT {\n -webkit-mask-image: linear-gradient(to bottom, transparent 0, black 32px, black calc(100% - 32px), transparent 100%);\n mask-image: linear-gradient(to bottom, transparent 0, black 32px, black calc(100% - 32px), transparent 100%);\n}\n.styles-module__placeScroll___7sClM::-webkit-scrollbar {\n width: 3px;\n}\n.styles-module__placeScroll___7sClM::-webkit-scrollbar-thumb {\n background: rgba(255, 255, 255, 0.12);\n border-radius: 2px;\n}\n.styles-module__light___ORIft .styles-module__placeScroll___7sClM::-webkit-scrollbar-thumb {\n background: rgba(0, 0, 0, 0.1);\n}\n\n.styles-module__paletteFooterWrap___71-fI {\n display: grid;\n grid-template-rows: 1fr;\n transition: grid-template-rows 0.25s cubic-bezier(0.32, 0.72, 0, 1);\n}\n.styles-module__paletteFooterWrap___71-fI.styles-module__footerHidden___fJUik {\n grid-template-rows: 0fr;\n}\n\n.styles-module__paletteFooterInnerContent___VC26h {\n opacity: 1;\n transform: translateY(0);\n transition: opacity 0.15s ease, transform 0.15s ease;\n}\n.styles-module__footerHidden___fJUik .styles-module__paletteFooterInnerContent___VC26h {\n opacity: 0;\n transform: translateY(4px);\n}\n\n.styles-module__paletteFooterInner___dfylY {\n overflow: hidden;\n}\n\n.styles-module__paletteFooter___QYnAG {\n display: flex;\n align-items: center;\n justify-content: space-between;\n min-height: 24px;\n padding: 0 1rem;\n margin-top: 0.5rem;\n padding-top: 0.5rem;\n border-top: 1px solid rgba(255, 255, 255, 0.07);\n}\n.styles-module__light___ORIft .styles-module__paletteFooter___QYnAG {\n border-top-color: rgba(0, 0, 0, 0.07);\n}\n\n.styles-module__paletteFooterCount___D3Fia {\n font-size: 0.8125rem;\n font-weight: 400;\n letter-spacing: -0.0094em;\n color: rgba(255, 255, 255, 0.5);\n}\n.styles-module__light___ORIft .styles-module__paletteFooterCount___D3Fia {\n color: rgba(0, 0, 0, 0.5);\n}\n\n.styles-module__paletteFooterClear___ybBoa {\n font-size: 0.8125rem;\n font-weight: 400;\n letter-spacing: -0.0094em;\n color: rgba(255, 255, 255, 0.5);\n background: none;\n border: none;\n cursor: pointer;\n padding: 0;\n font-family: inherit;\n transition: color 0.15s ease;\n}\n.styles-module__paletteFooterClear___ybBoa:hover {\n color: rgba(255, 255, 255, 0.7);\n}\n.styles-module__light___ORIft .styles-module__paletteFooterClear___ybBoa {\n color: rgba(0, 0, 0, 0.5);\n}\n.styles-module__light___ORIft .styles-module__paletteFooterClear___ybBoa:hover {\n color: rgba(0, 0, 0, 0.6);\n}\n\n.styles-module__paletteFooterActions___fLzv8 {\n display: flex;\n align-items: center;\n gap: 0.75rem;\n}\n\n.styles-module__rollingWrap___S75jM {\n display: inline-block;\n overflow: hidden;\n height: 1.15em;\n position: relative;\n vertical-align: bottom;\n}\n\n.styles-module__rollingNum___1RKDx {\n position: absolute;\n left: 0;\n top: 0;\n}\n\n.styles-module__exitUp___AFDRW {\n animation: styles-module__numExitUp___FRQqx 0.25s cubic-bezier(0.32, 0.72, 0, 1) forwards;\n}\n\n.styles-module__enterUp___CPlXb {\n animation: styles-module__numEnterUp___2Yd-w 0.25s cubic-bezier(0.32, 0.72, 0, 1) forwards;\n}\n\n.styles-module__exitDown___-1yAy {\n animation: styles-module__numExitDown___xm5by 0.25s cubic-bezier(0.32, 0.72, 0, 1) forwards;\n}\n\n.styles-module__enterDown___DDuFR {\n animation: styles-module__numEnterDown___hpxBk 0.25s cubic-bezier(0.32, 0.72, 0, 1) forwards;\n}\n\n@keyframes styles-module__numExitUp___FRQqx {\n from {\n transform: translateY(0);\n opacity: 1;\n }\n to {\n transform: translateY(-110%);\n opacity: 0;\n }\n}\n@keyframes styles-module__numEnterUp___2Yd-w {\n from {\n transform: translateY(110%);\n opacity: 0;\n }\n to {\n transform: translateY(0);\n opacity: 1;\n }\n}\n@keyframes styles-module__numExitDown___xm5by {\n from {\n transform: translateY(0);\n opacity: 1;\n }\n to {\n transform: translateY(110%);\n opacity: 0;\n }\n}\n@keyframes styles-module__numEnterDown___hpxBk {\n from {\n transform: translateY(-110%);\n opacity: 0;\n }\n to {\n transform: translateY(0);\n opacity: 1;\n }\n}\n.styles-module__rearrangeOverlay___-3R3t {\n position: fixed;\n inset: 0;\n z-index: 99995;\n pointer-events: none;\n cursor: default;\n user-select: none;\n animation: styles-module__overlayFadeIn___aECVy 0.15s ease;\n}\n\n.styles-module__hoverHighlight___8eT-v {\n position: fixed;\n pointer-events: none;\n z-index: 99994;\n border: 2px dashed rgba(59, 130, 246, 0.5);\n border-radius: 4px;\n background: rgba(59, 130, 246, 0.06);\n animation: styles-module__highlightFadeIn___Lg7KY 0.12s ease;\n}\n\n.styles-module__sectionOutline___s0hy- {\n position: fixed;\n border: 2px solid;\n border-radius: 4px;\n cursor: grab;\n}\n.styles-module__sectionOutline___s0hy-:active {\n cursor: grabbing;\n}\n.styles-module__sectionOutline___s0hy- {\n transition: box-shadow 0.15s, border-color 0.3s, background-color 0.3s, border-style 0s;\n user-select: none;\n pointer-events: auto;\n animation: styles-module__sectionEnter___-8BXT 0.2s ease;\n}\n.styles-module__sectionOutline___s0hy-:hover {\n box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1), 0 4px 12px rgba(0, 0, 0, 0.15);\n}\n.styles-module__sectionOutline___s0hy-.styles-module__selected___6yrp6 {\n border-style: solid;\n box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.15), 0 2px 8px rgba(59, 130, 246, 0.15);\n}\n.styles-module__sectionOutline___s0hy-.styles-module__selected___6yrp6:hover {\n box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.15), 0 2px 8px rgba(59, 130, 246, 0.15);\n}\n.styles-module__sectionOutline___s0hy-.styles-module__settled___b5U5o:not(.styles-module__selected___6yrp6) {\n border: 1.5px dashed rgba(150, 150, 150, 0.35);\n background-color: transparent !important;\n box-shadow: none;\n}\n.styles-module__sectionOutline___s0hy-.styles-module__settled___b5U5o:not(.styles-module__selected___6yrp6):hover {\n border-color: rgba(150, 150, 150, 0.6);\n box-shadow: none;\n}\n.styles-module__sectionOutline___s0hy-.styles-module__settled___b5U5o:not(.styles-module__selected___6yrp6) .styles-module__sectionLabel___F80HQ {\n opacity: 0;\n transition: opacity 0.15s ease;\n}\n.styles-module__sectionOutline___s0hy-.styles-module__settled___b5U5o:not(.styles-module__selected___6yrp6):hover .styles-module__sectionLabel___F80HQ {\n opacity: 1;\n}\n.styles-module__sectionOutline___s0hy-.styles-module__settled___b5U5o:not(.styles-module__selected___6yrp6) .styles-module__movedBadge___s8z-q,\n.styles-module__sectionOutline___s0hy-.styles-module__settled___b5U5o:not(.styles-module__selected___6yrp6) .styles-module__sectionDimensions___RcJSL {\n opacity: 0;\n transition: opacity 0.15s ease;\n}\n.styles-module__sectionOutline___s0hy-.styles-module__settled___b5U5o:not(.styles-module__selected___6yrp6):hover .styles-module__sectionDimensions___RcJSL {\n opacity: 1;\n}\n.styles-module__sectionOutline___s0hy-.styles-module__exiting___YrM8F {\n opacity: 0;\n transform: scale(0.97);\n pointer-events: none;\n animation: none;\n transition: opacity 0.2s ease, transform 0.2s cubic-bezier(0.32, 0.72, 0, 1);\n}\n\n.styles-module__sectionLabel___F80HQ {\n position: absolute;\n top: 4px;\n left: 4px;\n font-size: 10px;\n font-weight: 600;\n color: #fff;\n padding: 2px 8px;\n border-radius: 4px;\n white-space: nowrap;\n pointer-events: none;\n font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;\n box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);\n max-width: calc(100% - 8px);\n overflow: hidden;\n text-overflow: ellipsis;\n}\n\n.styles-module__movedBadge___s8z-q {\n position: absolute;\n bottom: 22px;\n right: 4px;\n font-size: 9px;\n font-weight: 700;\n color: #fff;\n background: #22c55e;\n padding: 2px 6px;\n border-radius: 4px;\n white-space: nowrap;\n pointer-events: none;\n font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;\n text-transform: uppercase;\n letter-spacing: 0.04em;\n box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);\n opacity: 0;\n transform: scale(0.8);\n transition: opacity 0.15s ease, transform 0.15s ease;\n}\n.styles-module__movedBadge___s8z-q.styles-module__badgeVisible___npbdS {\n opacity: 1;\n transform: scale(1);\n transition: opacity 0.2s cubic-bezier(0.34, 1.2, 0.64, 1), transform 0.2s cubic-bezier(0.34, 1.2, 0.64, 1);\n}\n\n.styles-module__resizedBadge___u51V8 {\n background: #3c82f7;\n bottom: 40px;\n}\n\n.styles-module__sectionDimensions___RcJSL {\n position: absolute;\n bottom: 4px;\n right: 4px;\n font-size: 9px;\n font-weight: 500;\n color: rgba(255, 255, 255, 0.7);\n background: rgba(0, 0, 0, 0.5);\n padding: 1px 5px;\n border-radius: 3px;\n white-space: nowrap;\n pointer-events: none;\n font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;\n}\n.styles-module__light___ORIft .styles-module__sectionDimensions___RcJSL {\n color: rgba(0, 0, 0, 0.5);\n background: rgba(255, 255, 255, 0.7);\n}\n\n.styles-module__wireframeNotice___4GJyB {\n position: fixed;\n bottom: 16px;\n left: 24px;\n z-index: 99995;\n font-size: 9.5px;\n font-weight: 400;\n color: rgba(0, 0, 0, 0.4);\n font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;\n pointer-events: auto;\n animation: styles-module__overlayFadeIn___aECVy 0.3s ease;\n line-height: 1.5;\n max-width: 280px;\n}\n\n.styles-module__wireframeOpacityRow___CJXzi {\n display: flex;\n align-items: center;\n gap: 8px;\n margin-bottom: 8px;\n}\n\n.styles-module__wireframeOpacityLabel___afkfT {\n font-size: 9px;\n font-weight: 500;\n color: rgba(0, 0, 0, 0.32);\n letter-spacing: 0.02em;\n white-space: nowrap;\n user-select: none;\n}\n\n.styles-module__wireframeOpacitySlider___YcoEs {\n -webkit-appearance: none;\n appearance: none;\n width: 56px;\n height: 4px;\n background: rgba(0, 0, 0, 0.08);\n border-radius: 2px;\n outline: none;\n cursor: pointer;\n flex-shrink: 0;\n transition: background 0.15s ease;\n}\n.styles-module__wireframeOpacitySlider___YcoEs:hover {\n background: rgba(0, 0, 0, 0.13);\n}\n.styles-module__wireframeOpacitySlider___YcoEs::-webkit-slider-thumb {\n -webkit-appearance: none;\n appearance: none;\n width: 10px;\n height: 10px;\n border-radius: 50%;\n background: #f97316;\n cursor: pointer;\n transition: background 0.15s ease;\n}\n.styles-module__wireframeOpacitySlider___YcoEs::-webkit-slider-thumb:hover {\n background: rgb(224.4209205021, 95.3548117155, 5.7790794979);\n}\n.styles-module__wireframeOpacitySlider___YcoEs::-moz-range-thumb {\n width: 10px;\n height: 10px;\n border-radius: 50%;\n background: #f97316;\n border: none;\n cursor: pointer;\n}\n.styles-module__wireframeOpacitySlider___YcoEs::-moz-range-track {\n background: rgba(0, 0, 0, 0.08);\n height: 4px;\n border-radius: 2px;\n}\n\n.styles-module__wireframeNoticeTitleRow___PJqyG {\n display: flex;\n align-items: center;\n gap: 0;\n margin-bottom: 2px;\n}\n\n.styles-module__wireframeNoticeTitle___okr08 {\n font-weight: 600;\n color: rgba(0, 0, 0, 0.55);\n}\n\n.styles-module__wireframeNoticeDivider___PNKQ6 {\n width: 1px;\n height: 8px;\n background: rgba(0, 0, 0, 0.12);\n margin: 0 8px;\n flex-shrink: 0;\n}\n\n.styles-module__wireframeStartOver___YFk-I {\n font-size: 9.5px;\n font-weight: 500;\n color: rgba(0, 0, 0, 0.35);\n cursor: pointer;\n background: none;\n border: none;\n padding: 0;\n font-family: inherit;\n text-decoration: none;\n transition: color 0.12s ease;\n white-space: nowrap;\n}\n.styles-module__wireframeStartOver___YFk-I:hover {\n color: rgba(0, 0, 0, 0.6);\n}\n\n.styles-module__ghostOutline___po-kO {\n position: fixed;\n border: 1.5px dashed rgba(59, 130, 246, 0.4);\n border-radius: 4px;\n background: rgba(59, 130, 246, 0.04);\n cursor: grab;\n opacity: 0.5;\n user-select: none;\n pointer-events: auto;\n animation: styles-module__ghostEnter___EC3Mb 0.25s ease;\n transition: box-shadow 0.15s, border-color 0.3s, opacity 0.25s;\n}\n.styles-module__ghostOutline___po-kO:active {\n cursor: grabbing;\n}\n.styles-module__ghostOutline___po-kO:hover {\n opacity: 0.7;\n box-shadow: 0 0 0 1px rgba(59, 130, 246, 0.1), 0 4px 12px rgba(0, 0, 0, 0.08);\n}\n.styles-module__ghostOutline___po-kO.styles-module__selected___6yrp6 {\n opacity: 1;\n border-style: solid;\n border-width: 2px;\n border-color: #3c82f7;\n background: rgba(59, 130, 246, 0.08);\n box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.15), 0 2px 8px rgba(59, 130, 246, 0.15);\n}\n.styles-module__ghostOutline___po-kO.styles-module__exiting___YrM8F {\n opacity: 0;\n transform: scale(0.97);\n pointer-events: none;\n animation: none;\n transition: opacity 0.2s ease, transform 0.2s cubic-bezier(0.32, 0.72, 0, 1);\n}\n\n.styles-module__ghostBadge___tsQUK {\n position: absolute;\n bottom: calc(100% + 4px);\n left: -1px;\n font-size: 9px;\n font-weight: 600;\n color: rgba(59, 130, 246, 0.9);\n background: rgba(59, 130, 246, 0.08);\n border: 1px solid rgba(59, 130, 246, 0.2);\n padding: 1px 5px;\n border-radius: 3px;\n white-space: nowrap;\n pointer-events: none;\n font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;\n letter-spacing: 0.02em;\n line-height: 1.2;\n animation: styles-module__badgeSlideIn___typJ7 0.2s ease both;\n}\n\n@keyframes styles-module__badgeSlideIn___typJ7 {\n from {\n opacity: 0;\n transform: translateY(4px);\n }\n to {\n opacity: 1;\n transform: translateY(0);\n }\n}\n.styles-module__ghostBadgeExtra___6CVoD {\n display: inline;\n animation: styles-module__badgeExtraIn___i4W8F 0.2s ease both;\n}\n\n@keyframes styles-module__badgeExtraIn___i4W8F {\n from {\n opacity: 0;\n }\n to {\n opacity: 1;\n }\n}\n.styles-module__originalOutline___Y6DD1 {\n position: fixed;\n border: 1.5px dashed rgba(150, 150, 150, 0.3);\n border-radius: 4px;\n background: transparent;\n pointer-events: none;\n user-select: none;\n animation: styles-module__sectionEnter___-8BXT 0.2s ease;\n}\n\n.styles-module__originalLabel___HqI9g {\n position: absolute;\n top: 4px;\n left: 4px;\n font-size: 9px;\n font-weight: 500;\n color: rgba(150, 150, 150, 0.5);\n padding: 1px 6px;\n border-radius: 3px;\n white-space: nowrap;\n pointer-events: none;\n font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;\n background: rgba(150, 150, 150, 0.08);\n}\n\n.styles-module__connectorSvg___Lovld {\n position: fixed;\n inset: 0;\n width: 100vw;\n height: 100vh;\n pointer-events: none;\n z-index: 99996;\n}\n\n.styles-module__connectorLine___XeWh- {\n transition: opacity 0.2s ease;\n animation: styles-module__connectorDraw___8sK5I 0.3s ease both;\n}\n\n.styles-module__connectorDot___yvf7C {\n transform-box: fill-box;\n transform-origin: center;\n animation: styles-module__connectorDotIn___NwTUq 0.25s cubic-bezier(0.34, 1.56, 0.64, 1) 0.15s both;\n}\n\n@keyframes styles-module__connectorDraw___8sK5I {\n from {\n opacity: 0;\n }\n to {\n opacity: 1;\n }\n}\n@keyframes styles-module__connectorDotIn___NwTUq {\n from {\n transform: scale(0);\n opacity: 0;\n }\n to {\n transform: scale(1);\n opacity: 1;\n }\n}\n.styles-module__connectorExiting___2lLOs {\n animation: styles-module__connectorOut___5QoPl 0.2s ease forwards;\n}\n.styles-module__connectorExiting___2lLOs .styles-module__connectorDot___yvf7C {\n animation: styles-module__connectorDotOut___FEq7e 0.2s ease forwards;\n}\n\n@keyframes styles-module__connectorOut___5QoPl {\n from {\n opacity: 1;\n }\n to {\n opacity: 0;\n }\n}\n@keyframes styles-module__connectorDotOut___FEq7e {\n from {\n transform: scale(1);\n opacity: 1;\n }\n to {\n transform: scale(0);\n opacity: 0;\n }\n}\n@keyframes styles-module__placementEnter___TdRhf {\n from {\n opacity: 0;\n transform: scale(0.85);\n }\n to {\n opacity: 1;\n transform: scale(1);\n }\n}\n@keyframes styles-module__sectionEnter___-8BXT {\n from {\n opacity: 0;\n transform: scale(0.96);\n }\n to {\n opacity: 1;\n transform: scale(1);\n }\n}\n@keyframes styles-module__highlightFadeIn___Lg7KY {\n from {\n opacity: 0;\n }\n to {\n opacity: 1;\n }\n}\n@keyframes styles-module__overlayFadeIn___aECVy {\n from {\n opacity: 0;\n }\n to {\n opacity: 1;\n }\n}\n@keyframes styles-module__ghostEnter___EC3Mb {\n from {\n opacity: 0;\n transform: scale(0.96);\n }\n to {\n opacity: 0.6;\n transform: scale(1);\n }\n}'}var Z={overlayExiting:"styles-module__overlayExiting___iEmYr",overlay:"styles-module__overlay___aWh-q",overlayFadeIn:"styles-module__overlayFadeIn___aECVy",light:"styles-module__light___ORIft",wireframe:"styles-module__wireframe___itvQU",placing:"styles-module__placing___45yD8",passthrough:"styles-module__passthrough___xaFeE",blankCanvas:"styles-module__blankCanvas___t2Eue",visible:"styles-module__visible___OKKqX",gridActive:"styles-module__gridActive___OZ-cf",paletteHeader:"styles-module__paletteHeader___-Q5gQ",paletteHeaderTitle:"styles-module__paletteHeaderTitle___oHqZC",paletteHeaderDesc:"styles-module__paletteHeaderDesc___6i74T",wireframePurposeWrap:"styles-module__wireframePurposeWrap___To-tS",collapsed:"styles-module__collapsed___Ms9vS",wireframePurposeInner:"styles-module__wireframePurposeInner___Lrahs",wireframePurposeInput:"styles-module__wireframePurposeInput___7EtBN",canvasToggle:"styles-module__canvasToggle___-QqSy",active:"styles-module__active___hosp7",canvasToggleIcon:"styles-module__canvasToggleIcon___7pJ82",canvasToggleLabel:"styles-module__canvasToggleLabel___OanpY",canvasPurposeWrap:"styles-module__canvasPurposeWrap___hj6zk",canvasPurposeInner:"styles-module__canvasPurposeInner___VWiyu",canvasPurposeToggle:"styles-module__canvasPurposeToggle___byDH2",canvasPurposeCheck:"styles-module__canvasPurposeCheck___xqd7l",checked:"styles-module__checked___-1JGH",canvasPurposeLabel:"styles-module__canvasPurposeLabel___Zu-tD",canvasPurposeHelp:"styles-module__canvasPurposeHelp___jijwR",placement:"styles-module__placement___zcxv8",placementEnter:"styles-module__placementEnter___TdRhf",selected:"styles-module__selected___6yrp6",dragging:"styles-module__dragging___le6KZ",exiting:"styles-module__exiting___YrM8F",placementContent:"styles-module__placementContent___f64A4",placementLabel:"styles-module__placementLabel___0KvWl",placementAnnotation:"styles-module__placementAnnotation___78pTr",annotationVisible:"styles-module__annotationVisible___mrUyA",sectionAnnotation:"styles-module__sectionAnnotation___aUIs0",handle:"styles-module__handle___Ikbxm",sectionOutline:"styles-module__sectionOutline___s0hy-",ghostOutline:"styles-module__ghostOutline___po-kO",handleNw:"styles-module__handleNw___4TMIj",handleNe:"styles-module__handleNe___mnsTh",handleSe:"styles-module__handleSe___oSFnk",handleSw:"styles-module__handleSw___pi--Z",handleN:"styles-module__handleN___aBA-Q",handleE:"styles-module__handleE___0hM5u",handleS:"styles-module__handleS___JjDRv",handleW:"styles-module__handleW___ERWGQ",edgeHandle:"styles-module__edgeHandle___XxXdT",edgeN:"styles-module__edgeN___-JJDj",edgeS:"styles-module__edgeS___66lMX",edgeE:"styles-module__edgeE___1bGDa",edgeW:"styles-module__edgeW___lHQNo",deleteButton:"styles-module__deleteButton___LkGCb",rearrangeOverlay:"styles-module__rearrangeOverlay___-3R3t",drawBox:"styles-module__drawBox___BrVAa",selectBox:"styles-module__selectBox___Iu8kB",sizeIndicator:"styles-module__sizeIndicator___7zJ4y",guideLine:"styles-module__guideLine___DUQY2",dragPreview:"styles-module__dragPreview___onPbU",dragPreviewWireframe:"styles-module__dragPreviewWireframe___jsg0G",palette:"styles-module__palette___C7iSH",paletteItem:"styles-module__paletteItem___6TlnA",paletteItemLabel:"styles-module__paletteItemLabel___6ncO4",paletteSectionTitle:"styles-module__paletteSectionTitle___PqnjX",paletteFooter:"styles-module__paletteFooter___QYnAG",enter:"styles-module__enter___6LYk5",exit:"styles-module__exit___iSGRw",paletteSection:"styles-module__paletteSection___V8DEA",paletteItemIcon:"styles-module__paletteItemIcon___0NPQK",placeScroll:"styles-module__placeScroll___7sClM",fadeTop:"styles-module__fadeTop___KT9tF",fadeBottom:"styles-module__fadeBottom___x3ShT",paletteFooterWrap:"styles-module__paletteFooterWrap___71-fI",footerHidden:"styles-module__footerHidden___fJUik",paletteFooterInnerContent:"styles-module__paletteFooterInnerContent___VC26h",paletteFooterInner:"styles-module__paletteFooterInner___dfylY",paletteFooterCount:"styles-module__paletteFooterCount___D3Fia",paletteFooterClear:"styles-module__paletteFooterClear___ybBoa",paletteFooterActions:"styles-module__paletteFooterActions___fLzv8",rollingWrap:"styles-module__rollingWrap___S75jM",rollingNum:"styles-module__rollingNum___1RKDx",exitUp:"styles-module__exitUp___AFDRW",numExitUp:"styles-module__numExitUp___FRQqx",enterUp:"styles-module__enterUp___CPlXb",numEnterUp:"styles-module__numEnterUp___2Yd-w",exitDown:"styles-module__exitDown___-1yAy",numExitDown:"styles-module__numExitDown___xm5by",enterDown:"styles-module__enterDown___DDuFR",numEnterDown:"styles-module__numEnterDown___hpxBk",hoverHighlight:"styles-module__hoverHighlight___8eT-v",highlightFadeIn:"styles-module__highlightFadeIn___Lg7KY",sectionEnter:"styles-module__sectionEnter___-8BXT",settled:"styles-module__settled___b5U5o",sectionLabel:"styles-module__sectionLabel___F80HQ",movedBadge:"styles-module__movedBadge___s8z-q",sectionDimensions:"styles-module__sectionDimensions___RcJSL",badgeVisible:"styles-module__badgeVisible___npbdS",resizedBadge:"styles-module__resizedBadge___u51V8",wireframeNotice:"styles-module__wireframeNotice___4GJyB",wireframeOpacityRow:"styles-module__wireframeOpacityRow___CJXzi",wireframeOpacityLabel:"styles-module__wireframeOpacityLabel___afkfT",wireframeOpacitySlider:"styles-module__wireframeOpacitySlider___YcoEs",wireframeNoticeTitleRow:"styles-module__wireframeNoticeTitleRow___PJqyG",wireframeNoticeTitle:"styles-module__wireframeNoticeTitle___okr08",wireframeNoticeDivider:"styles-module__wireframeNoticeDivider___PNKQ6",wireframeStartOver:"styles-module__wireframeStartOver___YFk-I",ghostEnter:"styles-module__ghostEnter___EC3Mb",ghostBadge:"styles-module__ghostBadge___tsQUK",badgeSlideIn:"styles-module__badgeSlideIn___typJ7",ghostBadgeExtra:"styles-module__ghostBadgeExtra___6CVoD",badgeExtraIn:"styles-module__badgeExtraIn___i4W8F",originalOutline:"styles-module__originalOutline___Y6DD1",originalLabel:"styles-module__originalLabel___HqI9g",connectorSvg:"styles-module__connectorSvg___Lovld",connectorLine:"styles-module__connectorLine___XeWh-",connectorDraw:"styles-module__connectorDraw___8sK5I",connectorDot:"styles-module__connectorDot___yvf7C",connectorDotIn:"styles-module__connectorDotIn___NwTUq",connectorExiting:"styles-module__connectorExiting___2lLOs",connectorOut:"styles-module__connectorOut___5QoPl",connectorDotOut:"styles-module__connectorDotOut___FEq7e"};function $(a,b,c,d,e){let f=1/0,g=1/0,h=a.x,i=a.x+a.width,j=a.x+a.width/2,k=a.y,l=a.y+a.height,m=a.y+a.height/2,n=!d,o=n?[h,i,j]:[...d.left?[h]:[],...d.right?[i]:[]],p=n?[k,l,m]:[...d.top?[k]:[],...d.bottom?[l]:[]],q=[];for(let a of b)c.has(a.id)||q.push(a);for(let a of(e&&q.push(...e),q)){let b=a.x,c=a.x+a.width,d=a.x+a.width/2,e=a.y,h=a.y+a.height,i=a.y+a.height/2;for(let a of o)for(let e of[b,c,d]){let b=e-a;5>Math.abs(b)&&Math.abs(b)<Math.abs(f)&&(f=b)}for(let a of p)for(let b of[e,h,i]){let c=b-a;5>Math.abs(c)&&Math.abs(c)<Math.abs(g)&&(g=c)}}let r=5>Math.abs(f)?f:0,s=5>Math.abs(g)?g:0,t=[],u=new Set,v=h+r,w=i+r,x=j+r,y=k+s,z=l+s,A=m+s;for(let a of q){let b=a.x,c=a.x+a.width,d=a.x+a.width/2,e=a.y,f=a.y+a.height,g=a.y+a.height/2;for(let a of[b,d,c])for(let b of[v,x,w])if(.5>Math.abs(b-a)){let b=`x:${Math.round(a)}`;u.has(b)||(u.add(b),t.push({axis:"x",pos:a}))}for(let a of[e,g,f])for(let b of[y,A,z])if(.5>Math.abs(b-a)){let b=`y:${Math.round(a)}`;u.has(b)||(u.add(b),t.push({axis:"y",pos:a}))}}return{dx:r,dy:s,guides:t}}function _(){return`dp-${Date.now()}-${Math.random().toString(36).slice(2,7)}`}function aa({placements:a,onChange:c,activeComponent:e,onActiveComponentChange:f,isDarkMode:g,exiting:h,onInteractionChange:i,className:j,passthrough:k,extraSnapRects:l,onSelectionChange:m,deselectSignal:n,onDragMove:o,onDragEnd:p,clearSignal:q,wireframe:r}){let[s,t]=(0,b.useState)(new Set),[u,v]=(0,b.useState)(null),[w,x]=(0,b.useState)(null),[y,z]=(0,b.useState)(null),[A,B]=(0,b.useState)([]),[C,D]=(0,b.useState)(null),[E,F]=(0,b.useState)(!1),G=(0,b.useRef)(!1),[H,I]=(0,b.useState)(new Set),K=(0,b.useRef)(new Map),L=(0,b.useRef)(null),M=(0,b.useRef)(null),N=(0,b.useRef)(a);N.current=a;let P=(0,b.useRef)(m);P.current=m;let Q=(0,b.useRef)(o);Q.current=o;let S=(0,b.useRef)(p);S.current=p;let U=(0,b.useRef)(n);(0,b.useEffect)(()=>{n!==U.current&&(U.current=n,t(new Set))},[n]);let V=(0,b.useRef)(q);(0,b.useEffect)(()=>{if(void 0!==q&&q!==V.current){V.current=q;let a=new Set(N.current.map(a=>a.id));a.size>0&&(I(a),t(new Set),M.current=null,J(()=>{c([]),I(new Set)},180))}},[q,c]),(0,b.useEffect)(()=>{let b=b=>{let d=b.target;if(!("INPUT"===d.tagName||"TEXTAREA"===d.tagName||d.isContentEditable)){if(("Backspace"===b.key||"Delete"===b.key)&&s.size>0){b.preventDefault();let a=new Set(s);I(a),t(new Set),J(()=>{c(N.current.filter(b=>!a.has(b.id))),I(new Set)},180);return}if(["ArrowUp","ArrowDown","ArrowLeft","ArrowRight"].includes(b.key)&&s.size>0){b.preventDefault();let d=b.shiftKey?20:1,e="ArrowLeft"===b.key?-d:"ArrowRight"===b.key?d:0,f="ArrowUp"===b.key?-d:"ArrowDown"===b.key?d:0;c(a.map(a=>s.has(a.id)?{...a,x:Math.max(0,a.x+e),y:Math.max(0,a.y+f)}:a));return}if("Escape"===b.key)return void(e?f(null):s.size>0&&t(new Set))}};return document.addEventListener("keydown",b),()=>document.removeEventListener("keydown",b)},[s,e,a,c,f]);let W=(0,b.useCallback)(b=>{if(0!==b.button||k||b.target.closest(`.${Z.placement}`))return;b.preventDefault(),b.stopPropagation();let d=window.scrollY,g=b.clientX,h=b.clientY;if(e){M.current="place",i?.(!0);let b=!1,j=g,k=h,l=a=>{j=a.clientX;let c=Math.abs((k=a.clientY)-h);if((Math.abs(j-g)>5||c>5)&&(b=!0),b){let b=Math.min(g,j),c=Math.min(h,k),d=Math.abs(j-g),e=Math.abs(k-h);v({x:b,y:c,w:d,h:e}),z({x:a.clientX+12,y:a.clientY+12,text:`${Math.round(d)} \xd7 ${Math.round(e)}`})}},m=n=>{let o,p,q,r;window.removeEventListener("mousemove",l),window.removeEventListener("mouseup",m),v(null),z(null),M.current=null,i?.(!1);let s=R[e];b?(o=Math.min(g,j),p=Math.min(h,k)+d,q=Math.max(24,Math.abs(j-g)),r=Math.max(24,Math.abs(k-h))):(q=s.width,r=s.height,o=g-q/2,p=h+d-r/2),o=Math.max(0,o),p=Math.max(0,p);let u={id:_(),type:e,x:o,y:p,width:q,height:r,scrollY:d,timestamp:Date.now()};c([...a,u]),t(new Set([u.id])),f(null)};window.addEventListener("mousemove",l),window.addEventListener("mouseup",m)}else{b.shiftKey||t(new Set),M.current="select";let c=!1,e=a=>{let b=Math.abs(a.clientX-g),d=Math.abs(a.clientY-h);(b>4||d>4)&&(c=!0),c&&x({x:Math.min(g,a.clientX),y:Math.min(h,a.clientY),w:Math.abs(a.clientX-g),h:Math.abs(a.clientY-h)})},f=i=>{if(window.removeEventListener("mousemove",e),window.removeEventListener("mouseup",f),M.current=null,c){let c=Math.min(g,i.clientX),e=Math.min(h,i.clientY)+d,f=Math.abs(i.clientX-g),j=Math.abs(i.clientY-h),k=new Set(b.shiftKey?s:new Set);for(let b of a)b.y,b.x+b.width>c&&b.x<c+f&&b.y+b.height>e&&b.y<e+j&&k.add(b.id);t(k)}x(null)};window.addEventListener("mousemove",e),window.addEventListener("mouseup",f)}},[e,k,a,c,s]),X=(0,b.useCallback)((b,d)=>{let e;if(0!==b.button)return;let f=b.target;if(f.closest(`.${Z.handle}`)||f.closest(`.${Z.deleteButton}`))return;b.preventDefault(),b.stopPropagation(),b.shiftKey?(e=new Set(s)).has(d)?e.delete(d):e.add(d):e=new Set(s.has(d)?s:[d]),t(e),(e.size!==s.size||[...e].some(a=>!s.has(a)))&&P.current?.(e,b.shiftKey),window.scrollY;let g=b.clientX,h=b.clientY,j=new Map;for(let b of a)e.has(b.id)&&j.set(b.id,{x:b.x,y:b.y});M.current="move",i?.(!0);let k=!1,m=!1,n=a,o=0,p=0,q=new Map;for(let b of a)j.has(b.id)&&q.set(b.id,{w:b.width,h:b.height});let r=b=>{let d=b.clientX-g,e=b.clientY-h;if((Math.abs(d)>2||Math.abs(e)>2)&&(k=!0),!k)return;if(b.altKey&&!m){m=!0;let b=[];for(let c of a)j.has(c.id)&&b.push({...c,id:_(),timestamp:Date.now()});n=[...a,...b]}let f=1/0,i=1/0,r=-1/0,s=-1/0;for(let[a,b]of j){let c=q.get(a);c&&(f=Math.min(f,b.x+d),i=Math.min(i,b.y+e),r=Math.max(r,b.x+d+c.w),s=Math.max(s,b.y+e+c.h))}let{dx:t,dy:u,guides:v}=$({x:f,y:i,width:r-f,height:s-i},n,new Set(j.keys()),void 0,l);B(v);let w=d+t,x=e+u;o=w,p=x,c(n.map(a=>{let b=j.get(a.id);return b?{...a,x:Math.max(0,b.x+w),y:Math.max(0,b.y+x)}:a})),Q.current?.(w,x)},u=()=>{window.removeEventListener("mousemove",r),window.removeEventListener("mouseup",u),M.current=null,i?.(!1),B([]),S.current?.(o,p,k)};window.addEventListener("mousemove",r),window.addEventListener("mouseup",u)},[s,a,c,i]),ab=(0,b.useCallback)((b,d,e)=>{b.preventDefault(),b.stopPropagation();let f=a.find(a=>a.id===d);if(!f)return;t(new Set([d])),M.current="resize",i?.(!0);let g=b.clientX,h=b.clientY,j=f.width,k=f.height,m=f.x,n=f.y,o={left:e.includes("w"),right:e.includes("e"),top:e.includes("n"),bottom:e.includes("s")},p=a=>{let b=a.clientX-g,f=a.clientY-h,i=j,p=k,q=m,r=n;e.includes("e")&&(i=Math.max(24,j+b)),e.includes("w")&&(i=Math.max(24,j-b),q=m+j-i),e.includes("s")&&(p=Math.max(24,k+f)),e.includes("n")&&(p=Math.max(24,k-f),r=n+k-p);let{dx:s,dy:t,guides:u}=$({x:q,y:r,width:i,height:p},N.current,new Set([d]),o,l);B(u),0!==s&&(o.right?i+=s:o.left&&(q+=s,i-=s)),0!==t&&(o.bottom?p+=t:o.top&&(r+=t,p-=t)),c(N.current.map(a=>a.id===d?{...a,x:q,y:r,width:i,height:p}:a)),z({x:a.clientX+12,y:a.clientY+12,text:`${Math.round(i)} \xd7 ${Math.round(p)}`})},q=()=>{window.removeEventListener("mousemove",p),window.removeEventListener("mouseup",q),z(null),M.current=null,i?.(!1),B([])};window.addEventListener("mousemove",p),window.addEventListener("mouseup",q)},[a,c,i]),ac=(0,b.useCallback)(a=>{M.current=null,I(b=>{let c=new Set(b);return c.add(a),c}),t(b=>{let c=new Set(b);return c.delete(a),c}),J(()=>{c(N.current.filter(b=>b.id!==a)),I(b=>{let c=new Set(b);return c.delete(a),c})},180)},[c]),ad={hero:"Headline text",button:"Button label",badge:"Badge label",cta:"Call to action text",toast:"Notification message",modal:"Dialog title",card:"Card title",navigation:"Brand / nav items",tabs:"Tab labels",input:"Placeholder text",search:"Search placeholder",pricing:"Plan name or price",testimonial:"Quote text",alert:"Alert message",banner:"Banner text",tag:"Tag label",notification:"Notification message",stat:"Metric value",productCard:"Product name"},ae=(0,b.useCallback)(b=>{let c=a.find(a=>a.id===b);c&&(G.current=!!c.text,D(b),F(!1))},[a]),af=(0,b.useCallback)(()=>{C&&(F(!0),J(()=>{D(null),F(!1)},150))},[C]);(0,b.useEffect)(()=>{h&&C&&af()},[h]);let ag=(0,b.useCallback)(b=>{C&&(c(a.map(a=>a.id===C?{...a,text:b.trim()||void 0}:a)),af())},[C,a,c,af]),ah=["nw","ne","se","sw"],ai=r?"#f97316":"#3c82f7",aj=[{dir:"n",cls:Z.edgeN,arrow:(0,d.jsx)("svg",{width:"8",height:"6",viewBox:"0 0 8 6",fill:"none",children:(0,d.jsx)("path",{d:"M4 0.5L1 4.5h6z",fill:ai})})},{dir:"e",cls:Z.edgeE,arrow:(0,d.jsx)("svg",{width:"6",height:"8",viewBox:"0 0 6 8",fill:"none",children:(0,d.jsx)("path",{d:"M5.5 4L1.5 1v6z",fill:ai})})},{dir:"s",cls:Z.edgeS,arrow:(0,d.jsx)("svg",{width:"8",height:"6",viewBox:"0 0 8 6",fill:"none",children:(0,d.jsx)("path",{d:"M4 5.5L1 1.5h6z",fill:ai})})},{dir:"w",cls:Z.edgeW,arrow:(0,d.jsx)("svg",{width:"6",height:"8",viewBox:"0 0 6 8",fill:"none",children:(0,d.jsx)("path",{d:"M0.5 4L4.5 1v6z",fill:ai})})}];return(0,d.jsxs)(d.Fragment,{children:[(0,d.jsx)("div",{ref:L,className:`${Z.overlay} ${!g?Z.light:""} ${e?Z.placing:""} ${k?Z.passthrough:""} ${h?Z.overlayExiting:""} ${r?Z.wireframe:""}${j?` ${j}`:""}`,"data-feedback-toolbar":!0,onMouseDown:W,children:a.map(a=>{let b=s.has(a.id),c=T[a.type]?.label||a.type,e=a.y-0;return(0,d.jsxs)("div",{"data-design-placement":a.id,className:`${Z.placement} ${b?Z.selected:""} ${H.has(a.id)?Z.exiting:""}`,style:{left:a.x,top:e,width:a.width,height:a.height,position:"fixed"},onMouseDown:b=>X(b,a.id),onDoubleClick:()=>ae(a.id),children:[(0,d.jsx)("span",{className:Z.placementLabel,children:c}),(0,d.jsx)("span",{className:`${Z.placementAnnotation} ${a.text?Z.annotationVisible:""}`,children:(a.text&&K.current.set(a.id,a.text),a.text||K.current.get(a.id)||"")}),(0,d.jsx)("div",{className:Z.placementContent,children:(0,d.jsx)(Y,{type:a.type,width:a.width,height:a.height,text:a.text})}),(0,d.jsx)("div",{className:Z.deleteButton,onMouseDown:a=>a.stopPropagation(),onClick:()=>ac(a.id),children:"✕"}),ah.map(b=>(0,d.jsx)("div",{className:`${Z.handle} ${Z[`handle${b.charAt(0).toUpperCase()}${b.slice(1)}`]}`,onMouseDown:c=>ab(c,a.id,b)},b)),aj.map(({dir:b,cls:c,arrow:e})=>(0,d.jsx)("div",{className:`${Z.edgeHandle} ${c}`,onMouseDown:c=>ab(c,a.id,b),children:e},b))]},a.id)})}),C&&(()=>{let b,c=a.find(a=>a.id===C);if(!c)return null;let e=c.y-0,f=c.x+c.width/2,h=e-8,i=e+c.height+8,j=i<window.innerHeight-100,k=Math.max(160,Math.min(window.innerWidth-160,f));return b=h>200?{left:k,bottom:window.innerHeight-h}:j?{left:k,top:i}:{left:k,top:Math.max(80,window.innerHeight/2-80)},(0,d.jsx)(O,{element:T[c.type]?.label||c.type,placeholder:ad[c.type]||"Label or content text",initialValue:c.text??"",submitLabel:G.current?"Save":"Set",onSubmit:ag,onCancel:af,onDelete:G.current?()=>{ag("")}:void 0,isExiting:E,lightMode:!g,style:b})})(),u&&(0,d.jsx)("div",{className:Z.drawBox,style:{left:u.x,top:u.y,width:u.w,height:u.h},"data-feedback-toolbar":!0}),w&&(0,d.jsx)("div",{className:Z.selectBox,style:{left:w.x,top:w.y,width:w.w,height:w.h},"data-feedback-toolbar":!0}),y&&(0,d.jsx)("div",{className:Z.sizeIndicator,style:{left:y.x,top:y.y},"data-feedback-toolbar":!0,children:y.text}),A.map((a,b)=>(0,d.jsx)("div",{className:Z.guideLine,style:"x"===a.axis?{position:"fixed",left:a.pos,top:0,width:1,bottom:0}:{position:"fixed",left:0,top:a.pos-0,right:0,height:1},"data-feedback-toolbar":!0},`${a.axis}-${a.pos}-${b}`))]})}var ab="currentColor";function ac({type:a}){switch(a){case"navigation":return(0,d.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,d.jsx)("rect",{x:"1",y:"4",width:"18",height:"8",rx:"1",stroke:ab,strokeWidth:"0.5"}),(0,d.jsx)("rect",{x:"2.5",y:"7",width:"3",height:"1.5",rx:".5",fill:ab,opacity:".4"}),(0,d.jsx)("rect",{x:"7",y:"7",width:"2.5",height:"1.5",rx:".5",fill:ab,opacity:".25"}),(0,d.jsx)("rect",{x:"11",y:"7",width:"2.5",height:"1.5",rx:".5",fill:ab,opacity:".25"})]});case"header":return(0,d.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,d.jsx)("rect",{x:"1",y:"2",width:"18",height:"12",rx:"1",stroke:ab,strokeWidth:"0.5"}),(0,d.jsx)("rect",{x:"3",y:"5.5",width:"8",height:"2",rx:".5",fill:ab,opacity:".35"}),(0,d.jsx)("rect",{x:"3",y:"9",width:"12",height:"1",rx:".5",fill:ab,opacity:".15"})]});case"hero":return(0,d.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,d.jsx)("rect",{x:"1",y:"1",width:"18",height:"14",rx:"1",stroke:ab,strokeWidth:"0.5"}),(0,d.jsx)("rect",{x:"5",y:"5",width:"10",height:"1.5",rx:".5",fill:ab,opacity:".35"}),(0,d.jsx)("rect",{x:"7",y:"8",width:"6",height:"1",rx:".5",fill:ab,opacity:".15"}),(0,d.jsx)("rect",{x:"7.5",y:"10.5",width:"5",height:"2.5",rx:"1",stroke:ab,strokeWidth:"0.5"})]});case"section":return(0,d.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,d.jsx)("rect",{x:"1",y:"1",width:"18",height:"14",rx:"1",stroke:ab,strokeWidth:"0.5"}),(0,d.jsx)("rect",{x:"3",y:"4",width:"6",height:"1",rx:".5",fill:ab,opacity:".3"}),(0,d.jsx)("rect",{x:"3",y:"6.5",width:"14",height:"1",rx:".5",fill:ab,opacity:".15"}),(0,d.jsx)("rect",{x:"3",y:"9",width:"10",height:"1",rx:".5",fill:ab,opacity:".15"})]});case"sidebar":return(0,d.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,d.jsx)("rect",{x:"1",y:"1",width:"7",height:"14",rx:"1",stroke:ab,strokeWidth:"0.5"}),(0,d.jsx)("rect",{x:"2.5",y:"4",width:"4",height:"1",rx:".5",fill:ab,opacity:".3"}),(0,d.jsx)("rect",{x:"2.5",y:"6.5",width:"3.5",height:"1",rx:".5",fill:ab,opacity:".15"}),(0,d.jsx)("rect",{x:"2.5",y:"9",width:"4",height:"1",rx:".5",fill:ab,opacity:".15"})]});case"footer":return(0,d.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,d.jsx)("rect",{x:"1",y:"7",width:"18",height:"8",rx:"1",stroke:ab,strokeWidth:"0.5"}),(0,d.jsx)("rect",{x:"3",y:"9.5",width:"4",height:"1",rx:".5",fill:ab,opacity:".25"}),(0,d.jsx)("rect",{x:"9",y:"9.5",width:"4",height:"1",rx:".5",fill:ab,opacity:".25"}),(0,d.jsx)("rect",{x:"15",y:"9.5",width:"3",height:"1",rx:".5",fill:ab,opacity:".2"})]});case"modal":return(0,d.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,d.jsx)("rect",{x:"3",y:"2",width:"14",height:"12",rx:"1.5",stroke:ab,strokeWidth:"0.5"}),(0,d.jsx)("rect",{x:"5",y:"4.5",width:"7",height:"1",rx:".5",fill:ab,opacity:".3"}),(0,d.jsx)("rect",{x:"5",y:"7",width:"10",height:"1",rx:".5",fill:ab,opacity:".15"}),(0,d.jsx)("rect",{x:"11",y:"11",width:"5",height:"2",rx:".75",stroke:ab,strokeWidth:"0.5"})]});case"divider":return(0,d.jsx)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:(0,d.jsx)("line",{x1:"2",y1:"8",x2:"18",y2:"8",stroke:ab,strokeWidth:"0.5",opacity:".3"})});case"card":return(0,d.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,d.jsx)("rect",{x:"2",y:"1",width:"16",height:"14",rx:"1.5",stroke:ab,strokeWidth:"0.5"}),(0,d.jsx)("rect",{x:"2",y:"1",width:"16",height:"5.5",rx:"1",fill:ab,opacity:".04"}),(0,d.jsx)("rect",{x:"4",y:"8.5",width:"8",height:"1",rx:".5",fill:ab,opacity:".25"}),(0,d.jsx)("rect",{x:"4",y:"11",width:"11",height:"1",rx:".5",fill:ab,opacity:".12"})]});case"text":return(0,d.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,d.jsx)("rect",{x:"2",y:"4",width:"14",height:"1.5",rx:".5",fill:ab,opacity:".3"}),(0,d.jsx)("rect",{x:"2",y:"7",width:"11",height:"1",rx:".5",fill:ab,opacity:".15"}),(0,d.jsx)("rect",{x:"2",y:"9.5",width:"13",height:"1",rx:".5",fill:ab,opacity:".15"}),(0,d.jsx)("rect",{x:"2",y:"12",width:"8",height:"1",rx:".5",fill:ab,opacity:".12"})]});case"image":return(0,d.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,d.jsx)("rect",{x:"2",y:"2",width:"16",height:"12",rx:"1",stroke:ab,strokeWidth:"0.5"}),(0,d.jsx)("line",{x1:"2",y1:"2",x2:"18",y2:"14",stroke:ab,strokeWidth:".3",opacity:".25"}),(0,d.jsx)("line",{x1:"18",y1:"2",x2:"2",y2:"14",stroke:ab,strokeWidth:".3",opacity:".25"})]});case"video":return(0,d.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,d.jsx)("rect",{x:"2",y:"2",width:"16",height:"12",rx:"1",stroke:ab,strokeWidth:"0.5"}),(0,d.jsx)("path",{d:"M8.5 5.5v5l4.5-2.5z",stroke:ab,strokeWidth:"0.5",fill:ab,opacity:".15"})]});case"table":return(0,d.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,d.jsx)("rect",{x:"1",y:"2",width:"18",height:"12",rx:"1",stroke:ab,strokeWidth:"0.5"}),(0,d.jsx)("line",{x1:"1",y1:"5.5",x2:"19",y2:"5.5",stroke:ab,strokeWidth:".3",opacity:".25"}),(0,d.jsx)("line",{x1:"1",y1:"9",x2:"19",y2:"9",stroke:ab,strokeWidth:".3",opacity:".25"}),(0,d.jsx)("line",{x1:"7",y1:"2",x2:"7",y2:"14",stroke:ab,strokeWidth:".3",opacity:".25"}),(0,d.jsx)("line",{x1:"13",y1:"2",x2:"13",y2:"14",stroke:ab,strokeWidth:".3",opacity:".25"})]});case"grid":return(0,d.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,d.jsx)("rect",{x:"1.5",y:"2",width:"7",height:"5.5",rx:"1",stroke:ab,strokeWidth:"0.5"}),(0,d.jsx)("rect",{x:"11.5",y:"2",width:"7",height:"5.5",rx:"1",stroke:ab,strokeWidth:"0.5"}),(0,d.jsx)("rect",{x:"1.5",y:"9.5",width:"7",height:"5.5",rx:"1",stroke:ab,strokeWidth:"0.5"}),(0,d.jsx)("rect",{x:"11.5",y:"9.5",width:"7",height:"5.5",rx:"1",stroke:ab,strokeWidth:"0.5"})]});case"list":return(0,d.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,d.jsx)("circle",{cx:"3.5",cy:"4.5",r:"1",stroke:ab,strokeWidth:"0.5"}),(0,d.jsx)("rect",{x:"6.5",y:"4",width:"10",height:"1",rx:".5",fill:ab,opacity:".2"}),(0,d.jsx)("circle",{cx:"3.5",cy:"8",r:"1",stroke:ab,strokeWidth:"0.5"}),(0,d.jsx)("rect",{x:"6.5",y:"7.5",width:"8",height:"1",rx:".5",fill:ab,opacity:".2"}),(0,d.jsx)("circle",{cx:"3.5",cy:"11.5",r:"1",stroke:ab,strokeWidth:"0.5"}),(0,d.jsx)("rect",{x:"6.5",y:"11",width:"11",height:"1",rx:".5",fill:ab,opacity:".2"})]});case"chart":return(0,d.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,d.jsx)("rect",{x:"3",y:"9",width:"2.5",height:"4",rx:".5",fill:ab,opacity:".2"}),(0,d.jsx)("rect",{x:"7",y:"6",width:"2.5",height:"7",rx:".5",fill:ab,opacity:".25"}),(0,d.jsx)("rect",{x:"11",y:"3",width:"2.5",height:"10",rx:".5",fill:ab,opacity:".3"}),(0,d.jsx)("rect",{x:"15",y:"5",width:"2.5",height:"8",rx:".5",fill:ab,opacity:".2"})]});case"accordion":return(0,d.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,d.jsx)("rect",{x:"1.5",y:"2",width:"17",height:"4",rx:"1",stroke:ab,strokeWidth:"0.5"}),(0,d.jsx)("rect",{x:"3",y:"3.5",width:"6",height:"1",rx:".5",fill:ab,opacity:".25"}),(0,d.jsx)("rect",{x:"1.5",y:"7.5",width:"17",height:"3",rx:"1",stroke:ab,strokeWidth:"0.5"}),(0,d.jsx)("rect",{x:"1.5",y:"12",width:"17",height:"3",rx:"1",stroke:ab,strokeWidth:"0.5"})]});case"carousel":return(0,d.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,d.jsx)("rect",{x:"3",y:"2",width:"14",height:"10",rx:"1",stroke:ab,strokeWidth:"0.5"}),(0,d.jsx)("path",{d:"M1.5 7L3 8.5 1.5 10",stroke:ab,strokeWidth:"0.5",opacity:".35"}),(0,d.jsx)("path",{d:"M18.5 7L17 8.5 18.5 10",stroke:ab,strokeWidth:"0.5",opacity:".35"}),(0,d.jsx)("circle",{cx:"8.5",cy:"14",r:".6",fill:ab,opacity:".35"}),(0,d.jsx)("circle",{cx:"10",cy:"14",r:".6",fill:ab,opacity:".15"}),(0,d.jsx)("circle",{cx:"11.5",cy:"14",r:".6",fill:ab,opacity:".15"})]});case"button":return(0,d.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,d.jsx)("rect",{x:"3",y:"5",width:"14",height:"6",rx:"2",stroke:ab,strokeWidth:"0.5"}),(0,d.jsx)("rect",{x:"6.5",y:"7.5",width:"7",height:"1",rx:".5",fill:ab,opacity:".25"})]});case"input":return(0,d.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,d.jsx)("rect",{x:"2",y:"4",width:"5.5",height:"1",rx:".5",fill:ab,opacity:".25"}),(0,d.jsx)("rect",{x:"2",y:"6.5",width:"16",height:"5.5",rx:"1",stroke:ab,strokeWidth:"0.5"}),(0,d.jsx)("rect",{x:"3.5",y:"8.5",width:"7",height:"1",rx:".5",fill:ab,opacity:".12"})]});case"search":return(0,d.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,d.jsx)("rect",{x:"2",y:"4.5",width:"16",height:"7",rx:"3.5",stroke:ab,strokeWidth:"0.5"}),(0,d.jsx)("circle",{cx:"6",cy:"8",r:"2",stroke:ab,strokeWidth:"0.5",opacity:".3"}),(0,d.jsx)("line",{x1:"7.5",y1:"9.5",x2:"9",y2:"11",stroke:ab,strokeWidth:"0.5",opacity:".3"}),(0,d.jsx)("rect",{x:"9.5",y:"7.5",width:"6",height:"1",rx:".5",fill:ab,opacity:".12"})]});case"form":return(0,d.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,d.jsx)("rect",{x:"2",y:"1.5",width:"5.5",height:"1",rx:".5",fill:ab,opacity:".25"}),(0,d.jsx)("rect",{x:"2",y:"3.5",width:"16",height:"3",rx:".75",stroke:ab,strokeWidth:"0.5"}),(0,d.jsx)("rect",{x:"2",y:"8",width:"7",height:"1",rx:".5",fill:ab,opacity:".25"}),(0,d.jsx)("rect",{x:"2",y:"10",width:"16",height:"3",rx:".75",stroke:ab,strokeWidth:"0.5"}),(0,d.jsx)("rect",{x:"12",y:"14",width:"6",height:"2",rx:".75",stroke:ab,strokeWidth:"0.5"})]});case"tabs":return(0,d.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,d.jsx)("rect",{x:"1",y:"5",width:"18",height:"10",rx:"1",stroke:ab,strokeWidth:"0.5"}),(0,d.jsx)("rect",{x:"1",y:"2",width:"6",height:"3.5",rx:".75",stroke:ab,strokeWidth:"0.5"}),(0,d.jsx)("rect",{x:"2.5",y:"3.25",width:"3",height:"1",rx:".5",fill:ab,opacity:".25"}),(0,d.jsx)("rect",{x:"7",y:"2",width:"6",height:"3.5",rx:".75",stroke:ab,strokeWidth:"0.5"})]});case"dropdown":return(0,d.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,d.jsx)("rect",{x:"2",y:"2",width:"16",height:"4",rx:"1",stroke:ab,strokeWidth:"0.5"}),(0,d.jsx)("rect",{x:"3.5",y:"3.5",width:"7",height:"1",rx:".5",fill:ab,opacity:".2"}),(0,d.jsx)("path",{d:"M15 3.5l1.5 1.5L18 3.5",stroke:ab,strokeWidth:"0.5",opacity:".3"}),(0,d.jsx)("rect",{x:"2",y:"7",width:"16",height:"7",rx:"1",stroke:ab,strokeWidth:"0.5",strokeDasharray:"2 1",opacity:".3"})]});case"toggle":return(0,d.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,d.jsx)("rect",{x:"4",y:"5",width:"12",height:"6",rx:"3",stroke:ab,strokeWidth:"0.5"}),(0,d.jsx)("circle",{cx:"13",cy:"8",r:"2",fill:ab,opacity:".3"})]});case"avatar":return(0,d.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,d.jsx)("circle",{cx:"10",cy:"8",r:"6",stroke:ab,strokeWidth:"0.5"}),(0,d.jsx)("circle",{cx:"10",cy:"6.5",r:"2",stroke:ab,strokeWidth:"0.5"}),(0,d.jsx)("path",{d:"M6.5 13c0-2 1.5-3.5 3.5-3.5s3.5 1.5 3.5 3.5",stroke:ab,strokeWidth:"0.5"})]});case"badge":return(0,d.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,d.jsx)("rect",{x:"3",y:"5",width:"14",height:"6",rx:"3",stroke:ab,strokeWidth:"0.5"}),(0,d.jsx)("rect",{x:"6",y:"7.5",width:"8",height:"1",rx:".5",fill:ab,opacity:".25"})]});case"breadcrumb":return(0,d.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,d.jsx)("rect",{x:"1.5",y:"7",width:"3.5",height:"1",rx:".5",fill:ab,opacity:".3"}),(0,d.jsx)("path",{d:"M6.5 7l1 1-1 1",stroke:ab,strokeWidth:"0.5",opacity:".2"}),(0,d.jsx)("rect",{x:"9",y:"7",width:"3.5",height:"1",rx:".5",fill:ab,opacity:".2"}),(0,d.jsx)("path",{d:"M14 7l1 1-1 1",stroke:ab,strokeWidth:"0.5",opacity:".2"}),(0,d.jsx)("rect",{x:"16.5",y:"7",width:"2",height:"1",rx:".5",fill:ab,opacity:".15"})]});case"pagination":return(0,d.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,d.jsx)("rect",{x:"2",y:"5.5",width:"3.5",height:"5",rx:"1",stroke:ab,strokeWidth:"0.5"}),(0,d.jsx)("rect",{x:"6.5",y:"5.5",width:"3.5",height:"5",rx:"1",stroke:ab,strokeWidth:"0.5"}),(0,d.jsx)("rect",{x:"11",y:"5.5",width:"3.5",height:"5",rx:"1",fill:ab,opacity:".15",stroke:ab,strokeWidth:"0.5"}),(0,d.jsx)("rect",{x:"15.5",y:"5.5",width:"3.5",height:"5",rx:"1",stroke:ab,strokeWidth:"0.5"})]});case"progress":return(0,d.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,d.jsx)("rect",{x:"2",y:"7",width:"16",height:"2",rx:"1",stroke:ab,strokeWidth:"0.5"}),(0,d.jsx)("rect",{x:"2",y:"7",width:"10",height:"2",rx:"1",fill:ab,opacity:".2"})]});case"toast":return(0,d.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,d.jsx)("rect",{x:"2",y:"4",width:"16",height:"8",rx:"1.5",stroke:ab,strokeWidth:"0.5"}),(0,d.jsx)("circle",{cx:"5",cy:"8",r:"1.5",stroke:ab,strokeWidth:"0.5",opacity:".3"}),(0,d.jsx)("rect",{x:"8",y:"6.5",width:"7",height:"1",rx:".5",fill:ab,opacity:".25"}),(0,d.jsx)("rect",{x:"8",y:"9",width:"5",height:"1",rx:".5",fill:ab,opacity:".12"})]});case"tooltip":return(0,d.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,d.jsx)("rect",{x:"3",y:"3",width:"14",height:"7",rx:"1.5",stroke:ab,strokeWidth:"0.5"}),(0,d.jsx)("rect",{x:"5.5",y:"5.5",width:"9",height:"1",rx:".5",fill:ab,opacity:".25"}),(0,d.jsx)("path",{d:"M9 10l1 2.5 1-2.5",stroke:ab,strokeWidth:"0.5"})]});case"pricing":return(0,d.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,d.jsx)("rect",{x:"2",y:"1",width:"16",height:"14",rx:"1.5",stroke:ab,strokeWidth:"0.5"}),(0,d.jsx)("rect",{x:"6",y:"3",width:"8",height:"1.5",rx:".5",fill:ab,opacity:".25"}),(0,d.jsx)("rect",{x:"7",y:"5.5",width:"6",height:"2",rx:".5",fill:ab,opacity:".15"}),(0,d.jsx)("rect",{x:"5",y:"9",width:"10",height:"1",rx:".5",fill:ab,opacity:".1"}),(0,d.jsx)("rect",{x:"5",y:"11",width:"10",height:"1",rx:".5",fill:ab,opacity:".1"}),(0,d.jsx)("rect",{x:"6",y:"13",width:"8",height:"1.5",rx:".5",fill:ab,opacity:".2"})]});case"testimonial":return(0,d.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,d.jsx)("rect",{x:"2",y:"1",width:"16",height:"14",rx:"1.5",stroke:ab,strokeWidth:"0.5"}),(0,d.jsx)("text",{x:"4",y:"5.5",fontSize:"4",fill:ab,opacity:".2",fontFamily:"serif",children:"“"}),(0,d.jsx)("rect",{x:"4",y:"7",width:"12",height:"1",rx:".5",fill:ab,opacity:".15"}),(0,d.jsx)("rect",{x:"4",y:"9",width:"9",height:"1",rx:".5",fill:ab,opacity:".12"}),(0,d.jsx)("circle",{cx:"5.5",cy:"12.5",r:"1.5",stroke:ab,strokeWidth:"0.5",opacity:".25"}),(0,d.jsx)("rect",{x:"8",y:"12",width:"5",height:"1",rx:".5",fill:ab,opacity:".15"})]});case"cta":return(0,d.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,d.jsx)("rect",{x:"1",y:"2",width:"18",height:"12",rx:"1",stroke:ab,strokeWidth:"0.5"}),(0,d.jsx)("rect",{x:"5",y:"4.5",width:"10",height:"1.5",rx:".5",fill:ab,opacity:".3"}),(0,d.jsx)("rect",{x:"6",y:"7.5",width:"8",height:"1",rx:".5",fill:ab,opacity:".15"}),(0,d.jsx)("rect",{x:"7",y:"10",width:"6",height:"2.5",rx:"1",stroke:ab,strokeWidth:"0.5"})]});case"alert":return(0,d.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,d.jsx)("rect",{x:"2",y:"4",width:"16",height:"8",rx:"1.5",stroke:ab,strokeWidth:"0.5"}),(0,d.jsx)("circle",{cx:"6",cy:"8",r:"2",stroke:ab,strokeWidth:"0.5",opacity:".3"}),(0,d.jsx)("line",{x1:"6",y1:"7",x2:"6",y2:"8.5",stroke:ab,strokeWidth:"0.6",opacity:".5"}),(0,d.jsx)("circle",{cx:"6",cy:"9.3",r:".3",fill:ab,opacity:".5"}),(0,d.jsx)("rect",{x:"9.5",y:"7",width:"6",height:"1",rx:".5",fill:ab,opacity:".2"})]});case"banner":return(0,d.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,d.jsx)("rect",{x:"1",y:"5",width:"18",height:"6",rx:"1",stroke:ab,strokeWidth:"0.5"}),(0,d.jsx)("rect",{x:"4",y:"7.5",width:"8",height:"1",rx:".5",fill:ab,opacity:".25"}),(0,d.jsx)("rect",{x:"14",y:"7",width:"3.5",height:"2",rx:".75",stroke:ab,strokeWidth:"0.5"})]});case"stat":return(0,d.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,d.jsx)("rect",{x:"3",y:"2",width:"14",height:"12",rx:"1.5",stroke:ab,strokeWidth:"0.5"}),(0,d.jsx)("rect",{x:"6",y:"4.5",width:"8",height:"1",rx:".5",fill:ab,opacity:".15"}),(0,d.jsx)("rect",{x:"5",y:"7",width:"10",height:"2.5",rx:".5",fill:ab,opacity:".3"}),(0,d.jsx)("rect",{x:"7",y:"11",width:"6",height:"1",rx:".5",fill:ab,opacity:".12"})]});case"stepper":return(0,d.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,d.jsx)("circle",{cx:"4",cy:"8",r:"2",fill:ab,opacity:".2",stroke:ab,strokeWidth:"0.5"}),(0,d.jsx)("line",{x1:"6",y1:"8",x2:"8",y2:"8",stroke:ab,strokeWidth:".4",opacity:".3"}),(0,d.jsx)("circle",{cx:"10",cy:"8",r:"2",stroke:ab,strokeWidth:"0.5"}),(0,d.jsx)("line",{x1:"12",y1:"8",x2:"14",y2:"8",stroke:ab,strokeWidth:".4",opacity:".3"}),(0,d.jsx)("circle",{cx:"16",cy:"8",r:"2",stroke:ab,strokeWidth:"0.5"})]});case"tag":return(0,d.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,d.jsx)("rect",{x:"3",y:"5",width:"14",height:"6",rx:"1.5",stroke:ab,strokeWidth:"0.5"}),(0,d.jsx)("rect",{x:"5.5",y:"7.5",width:"6",height:"1",rx:".5",fill:ab,opacity:".25"}),(0,d.jsx)("line",{x1:"14",y1:"6.5",x2:"15.5",y2:"9.5",stroke:ab,strokeWidth:"0.5",opacity:".2"}),(0,d.jsx)("line",{x1:"15.5",y1:"6.5",x2:"14",y2:"9.5",stroke:ab,strokeWidth:"0.5",opacity:".2"})]});case"rating":return(0,d.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,d.jsx)("path",{d:"M4 5.5l1 2 2.2.3-1.6 1.5.4 2.2L4 10.3l-2 1.2.4-2.2L.8 7.8 3 7.5z",fill:ab,opacity:".25"}),(0,d.jsx)("path",{d:"M10 5.5l1 2 2.2.3-1.6 1.5.4 2.2L10 10.3l-2 1.2.4-2.2L6.8 7.8 9 7.5z",fill:ab,opacity:".25"}),(0,d.jsx)("path",{d:"M16 5.5l1 2 2.2.3-1.6 1.5.4 2.2L16 10.3l-2 1.2.4-2.2-1.6-1.5 2.2-.3z",stroke:ab,strokeWidth:"0.5",opacity:".25"})]});case"map":return(0,d.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,d.jsx)("rect",{x:"2",y:"2",width:"16",height:"12",rx:"1",stroke:ab,strokeWidth:"0.5"}),(0,d.jsx)("line",{x1:"2",y1:"6",x2:"18",y2:"10",stroke:ab,strokeWidth:".3",opacity:".15"}),(0,d.jsx)("line",{x1:"7",y1:"2",x2:"11",y2:"14",stroke:ab,strokeWidth:".3",opacity:".15"}),(0,d.jsx)("path",{d:"M10 5c-1.7 0-3 1.3-3 3 0 2.5 3 5 3 5s3-2.5 3-5c0-1.7-1.3-3-3-3z",fill:ab,opacity:".15",stroke:ab,strokeWidth:"0.5"})]});case"timeline":return(0,d.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,d.jsx)("line",{x1:"5",y1:"2",x2:"5",y2:"14",stroke:ab,strokeWidth:".4",opacity:".25"}),(0,d.jsx)("circle",{cx:"5",cy:"4",r:"1.5",fill:ab,opacity:".2",stroke:ab,strokeWidth:"0.5"}),(0,d.jsx)("rect",{x:"8",y:"3",width:"8",height:"1",rx:".5",fill:ab,opacity:".25"}),(0,d.jsx)("circle",{cx:"5",cy:"8.5",r:"1.5",stroke:ab,strokeWidth:"0.5"}),(0,d.jsx)("rect",{x:"8",y:"7.5",width:"6",height:"1",rx:".5",fill:ab,opacity:".15"}),(0,d.jsx)("circle",{cx:"5",cy:"13",r:"1.5",stroke:ab,strokeWidth:"0.5"}),(0,d.jsx)("rect",{x:"8",y:"12",width:"7",height:"1",rx:".5",fill:ab,opacity:".15"})]});case"fileUpload":return(0,d.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,d.jsx)("rect",{x:"3",y:"2",width:"14",height:"12",rx:"1.5",stroke:ab,strokeWidth:"0.5",strokeDasharray:"2 1"}),(0,d.jsx)("path",{d:"M10 10V5.5m0 0L7.5 8m2.5-2.5L12.5 8",stroke:ab,strokeWidth:"0.5",opacity:".3"}),(0,d.jsx)("rect",{x:"7",y:"11.5",width:"6",height:"1",rx:".5",fill:ab,opacity:".15"})]});case"codeBlock":return(0,d.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,d.jsx)("rect",{x:"2",y:"2",width:"16",height:"12",rx:"1",stroke:ab,strokeWidth:"0.5"}),(0,d.jsx)("circle",{cx:"4",cy:"4",r:".6",fill:ab,opacity:".3"}),(0,d.jsx)("circle",{cx:"5.5",cy:"4",r:".6",fill:ab,opacity:".3"}),(0,d.jsx)("circle",{cx:"7",cy:"4",r:".6",fill:ab,opacity:".3"}),(0,d.jsx)("rect",{x:"4",y:"7",width:"7",height:"1",rx:".5",fill:ab,opacity:".2"}),(0,d.jsx)("rect",{x:"6",y:"9",width:"5",height:"1",rx:".5",fill:ab,opacity:".15"}),(0,d.jsx)("rect",{x:"4",y:"11",width:"8",height:"1",rx:".5",fill:ab,opacity:".12"})]});case"calendar":return(0,d.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,d.jsx)("rect",{x:"2",y:"3",width:"16",height:"12",rx:"1",stroke:ab,strokeWidth:"0.5"}),(0,d.jsx)("line",{x1:"2",y1:"6.5",x2:"18",y2:"6.5",stroke:ab,strokeWidth:".4",opacity:".25"}),(0,d.jsx)("rect",{x:"5",y:"4",width:"1",height:"1.5",rx:".3",fill:ab,opacity:".2"}),(0,d.jsx)("rect",{x:"14",y:"4",width:"1",height:"1.5",rx:".3",fill:ab,opacity:".2"}),(0,d.jsx)("circle",{cx:"7",cy:"9",r:".6",fill:ab,opacity:".2"}),(0,d.jsx)("circle",{cx:"10",cy:"9",r:".6",fill:ab,opacity:".2"}),(0,d.jsx)("circle",{cx:"13",cy:"9",r:".6",fill:ab,opacity:".3"}),(0,d.jsx)("circle",{cx:"7",cy:"12",r:".6",fill:ab,opacity:".2"}),(0,d.jsx)("circle",{cx:"10",cy:"12",r:".6",fill:ab,opacity:".2"})]});case"notification":return(0,d.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,d.jsx)("rect",{x:"2",y:"3",width:"16",height:"10",rx:"1.5",stroke:ab,strokeWidth:"0.5"}),(0,d.jsx)("circle",{cx:"5.5",cy:"8",r:"2",stroke:ab,strokeWidth:"0.5",opacity:".25"}),(0,d.jsx)("rect",{x:"9",y:"6",width:"6",height:"1",rx:".5",fill:ab,opacity:".25"}),(0,d.jsx)("rect",{x:"9",y:"8.5",width:"4.5",height:"1",rx:".5",fill:ab,opacity:".12"}),(0,d.jsx)("circle",{cx:"16.5",cy:"4.5",r:"1.5",fill:ab,opacity:".25"})]});case"productCard":return(0,d.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,d.jsx)("rect",{x:"3",y:"1",width:"14",height:"14",rx:"1.5",stroke:ab,strokeWidth:"0.5"}),(0,d.jsx)("rect",{x:"3",y:"1",width:"14",height:"6",rx:"1",fill:ab,opacity:".04"}),(0,d.jsx)("rect",{x:"5",y:"8.5",width:"7",height:"1",rx:".5",fill:ab,opacity:".25"}),(0,d.jsx)("rect",{x:"5",y:"10.5",width:"4",height:"1.5",rx:".5",fill:ab,opacity:".15"}),(0,d.jsx)("rect",{x:"12",y:"12",width:"4",height:"2",rx:".75",stroke:ab,strokeWidth:"0.5"})]});case"profile":return(0,d.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,d.jsx)("circle",{cx:"10",cy:"5",r:"3",stroke:ab,strokeWidth:"0.5"}),(0,d.jsx)("rect",{x:"5",y:"10",width:"10",height:"1.5",rx:".5",fill:ab,opacity:".25"}),(0,d.jsx)("rect",{x:"7",y:"12.5",width:"6",height:"1",rx:".5",fill:ab,opacity:".12"})]});case"drawer":return(0,d.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,d.jsx)("rect",{x:"9",y:"1",width:"10",height:"14",rx:"1",stroke:ab,strokeWidth:"0.5"}),(0,d.jsx)("rect",{x:"10.5",y:"4",width:"5",height:"1",rx:".5",fill:ab,opacity:".25"}),(0,d.jsx)("rect",{x:"10.5",y:"6.5",width:"7",height:"1",rx:".5",fill:ab,opacity:".15"}),(0,d.jsx)("rect",{x:"10.5",y:"9",width:"6",height:"1",rx:".5",fill:ab,opacity:".15"}),(0,d.jsx)("rect",{x:"1",y:"1",width:"7",height:"14",rx:"1",stroke:ab,strokeWidth:"0.5",opacity:".15"})]});case"popover":return(0,d.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,d.jsx)("rect",{x:"3",y:"2",width:"14",height:"9",rx:"1.5",stroke:ab,strokeWidth:"0.5"}),(0,d.jsx)("rect",{x:"5",y:"4.5",width:"8",height:"1",rx:".5",fill:ab,opacity:".25"}),(0,d.jsx)("rect",{x:"5",y:"7",width:"6",height:"1",rx:".5",fill:ab,opacity:".15"}),(0,d.jsx)("path",{d:"M9 11l1 2.5 1-2.5",stroke:ab,strokeWidth:"0.5"})]});case"logo":return(0,d.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,d.jsx)("rect",{x:"2",y:"3",width:"10",height:"10",rx:"2",stroke:ab,strokeWidth:"0.5"}),(0,d.jsx)("path",{d:"M5 9.5l2-4 2 4",stroke:ab,strokeWidth:"0.5",opacity:".3"}),(0,d.jsx)("rect",{x:"14",y:"6",width:"4",height:"1",rx:".5",fill:ab,opacity:".2"}),(0,d.jsx)("rect",{x:"14",y:"8.5",width:"3",height:"1",rx:".5",fill:ab,opacity:".12"})]});case"faq":return(0,d.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,d.jsx)("text",{x:"2.5",y:"5.5",fontSize:"4",fill:ab,opacity:".3",fontWeight:"bold",children:"?"}),(0,d.jsx)("rect",{x:"7",y:"3",width:"10",height:"1",rx:".5",fill:ab,opacity:".25"}),(0,d.jsx)("rect",{x:"7",y:"5.5",width:"8",height:"1",rx:".5",fill:ab,opacity:".12"}),(0,d.jsx)("text",{x:"2.5",y:"11.5",fontSize:"4",fill:ab,opacity:".3",fontWeight:"bold",children:"?"}),(0,d.jsx)("rect",{x:"7",y:"9",width:"9",height:"1",rx:".5",fill:ab,opacity:".25"}),(0,d.jsx)("rect",{x:"7",y:"11.5",width:"7",height:"1",rx:".5",fill:ab,opacity:".12"})]});case"gallery":return(0,d.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,d.jsx)("rect",{x:"1.5",y:"1.5",width:"5",height:"5",rx:".75",stroke:ab,strokeWidth:"0.5"}),(0,d.jsx)("rect",{x:"7.5",y:"1.5",width:"5",height:"5",rx:".75",stroke:ab,strokeWidth:"0.5"}),(0,d.jsx)("rect",{x:"13.5",y:"1.5",width:"5",height:"5",rx:".75",stroke:ab,strokeWidth:"0.5"}),(0,d.jsx)("rect",{x:"1.5",y:"9.5",width:"5",height:"5",rx:".75",stroke:ab,strokeWidth:"0.5"}),(0,d.jsx)("rect",{x:"7.5",y:"9.5",width:"5",height:"5",rx:".75",stroke:ab,strokeWidth:"0.5"}),(0,d.jsx)("rect",{x:"13.5",y:"9.5",width:"5",height:"5",rx:".75",stroke:ab,strokeWidth:"0.5"})]});case"checkbox":return(0,d.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,d.jsx)("rect",{x:"5",y:"4",width:"8",height:"8",rx:"1.5",stroke:ab,strokeWidth:"0.5"}),(0,d.jsx)("path",{d:"M7.5 8l1.5 1.5 3-3",stroke:ab,strokeWidth:"0.5",opacity:".35"})]});case"radio":return(0,d.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,d.jsx)("circle",{cx:"10",cy:"8",r:"4",stroke:ab,strokeWidth:"0.5"}),(0,d.jsx)("circle",{cx:"10",cy:"8",r:"2",fill:ab,opacity:".3"})]});case"slider":return(0,d.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,d.jsx)("rect",{x:"2",y:"7.5",width:"16",height:"1",rx:".5",fill:ab,opacity:".15"}),(0,d.jsx)("rect",{x:"2",y:"7.5",width:"10",height:"1",rx:".5",fill:ab,opacity:".25"}),(0,d.jsx)("circle",{cx:"12",cy:"8",r:"2.5",stroke:ab,strokeWidth:"0.5"})]});case"datePicker":return(0,d.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,d.jsx)("rect",{x:"2",y:"1",width:"16",height:"5",rx:"1",stroke:ab,strokeWidth:"0.5"}),(0,d.jsx)("rect",{x:"3.5",y:"3",width:"5",height:"1",rx:".5",fill:ab,opacity:".2"}),(0,d.jsx)("rect",{x:"14",y:"2.5",width:"2.5",height:"2",rx:".5",fill:ab,opacity:".12"}),(0,d.jsx)("rect",{x:"2",y:"7",width:"16",height:"8",rx:"1",stroke:ab,strokeWidth:"0.5",strokeDasharray:"2 1",opacity:".3"}),(0,d.jsx)("circle",{cx:"6",cy:"10",r:".6",fill:ab,opacity:".2"}),(0,d.jsx)("circle",{cx:"10",cy:"10",r:".6",fill:ab,opacity:".3"}),(0,d.jsx)("circle",{cx:"14",cy:"10",r:".6",fill:ab,opacity:".2"}),(0,d.jsx)("circle",{cx:"6",cy:"13",r:".6",fill:ab,opacity:".2"}),(0,d.jsx)("circle",{cx:"10",cy:"13",r:".6",fill:ab,opacity:".2"})]});case"skeleton":return(0,d.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,d.jsx)("rect",{x:"2",y:"2",width:"16",height:"3",rx:"1",fill:ab,opacity:".08"}),(0,d.jsx)("rect",{x:"2",y:"7",width:"10",height:"2",rx:".75",fill:ab,opacity:".08"}),(0,d.jsx)("rect",{x:"2",y:"11",width:"13",height:"2",rx:".75",fill:ab,opacity:".08"})]});case"chip":return(0,d.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,d.jsx)("rect",{x:"1.5",y:"5",width:"10",height:"6",rx:"3",fill:ab,opacity:".08",stroke:ab,strokeWidth:"0.5"}),(0,d.jsx)("rect",{x:"4",y:"7.5",width:"4",height:"1",rx:".5",fill:ab,opacity:".25"}),(0,d.jsx)("line",{x1:"9.5",y1:"6.5",x2:"10.5",y2:"9.5",stroke:ab,strokeWidth:"0.5",opacity:".2"}),(0,d.jsx)("line",{x1:"10.5",y1:"6.5",x2:"9.5",y2:"9.5",stroke:ab,strokeWidth:"0.5",opacity:".2"}),(0,d.jsx)("rect",{x:"13",y:"5",width:"5.5",height:"6",rx:"3",stroke:ab,strokeWidth:"0.5",opacity:".25"})]});case"icon":return(0,d.jsx)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:(0,d.jsx)("path",{d:"M10 3l1.5 3 3.5.5-2.5 2.5.5 3.5L10 11l-3 1.5.5-3.5L5 6.5l3.5-.5z",stroke:ab,strokeWidth:"0.5",opacity:".3"})});case"spinner":return(0,d.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,d.jsx)("circle",{cx:"10",cy:"8",r:"5",stroke:ab,strokeWidth:"0.5",opacity:".12"}),(0,d.jsx)("path",{d:"M10 3a5 5 0 0 1 5 5",stroke:ab,strokeWidth:"0.5",opacity:".35",strokeLinecap:"round"})]});case"feature":return(0,d.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,d.jsx)("rect",{x:"2",y:"2",width:"5",height:"5",rx:"1.5",stroke:ab,strokeWidth:"0.5"}),(0,d.jsx)("path",{d:"M4.5 3.5v3m-1.5-1.5h3",stroke:ab,strokeWidth:"0.5",opacity:".25"}),(0,d.jsx)("rect",{x:"9",y:"2.5",width:"8",height:"1.5",rx:".5",fill:ab,opacity:".25"}),(0,d.jsx)("rect",{x:"9",y:"5.5",width:"6",height:"1",rx:".5",fill:ab,opacity:".12"}),(0,d.jsx)("rect",{x:"2",y:"10",width:"5",height:"5",rx:"1.5",stroke:ab,strokeWidth:"0.5"}),(0,d.jsx)("rect",{x:"9",y:"10.5",width:"7",height:"1.5",rx:".5",fill:ab,opacity:".25"}),(0,d.jsx)("rect",{x:"9",y:"13.5",width:"5",height:"1",rx:".5",fill:ab,opacity:".12"})]});case"team":return(0,d.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,d.jsx)("circle",{cx:"5",cy:"5",r:"2.5",stroke:ab,strokeWidth:"0.5"}),(0,d.jsx)("rect",{x:"2.5",y:"9",width:"5",height:"1",rx:".5",fill:ab,opacity:".2"}),(0,d.jsx)("circle",{cx:"15",cy:"5",r:"2.5",stroke:ab,strokeWidth:"0.5"}),(0,d.jsx)("rect",{x:"12.5",y:"9",width:"5",height:"1",rx:".5",fill:ab,opacity:".2"}),(0,d.jsx)("circle",{cx:"10",cy:"5",r:"2.5",stroke:ab,strokeWidth:"0.5",opacity:".5"}),(0,d.jsx)("rect",{x:"7.5",y:"9",width:"5",height:"1",rx:".5",fill:ab,opacity:".15"}),(0,d.jsx)("rect",{x:"4",y:"12",width:"12",height:"1",rx:".5",fill:ab,opacity:".1"})]});case"login":return(0,d.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,d.jsx)("rect",{x:"3",y:"1",width:"14",height:"14",rx:"1.5",stroke:ab,strokeWidth:"0.5"}),(0,d.jsx)("rect",{x:"6",y:"3",width:"8",height:"1.5",rx:".5",fill:ab,opacity:".25"}),(0,d.jsx)("rect",{x:"5",y:"5.5",width:"10",height:"3",rx:".75",stroke:ab,strokeWidth:"0.5"}),(0,d.jsx)("rect",{x:"5",y:"9.5",width:"10",height:"3",rx:".75",stroke:ab,strokeWidth:"0.5"}),(0,d.jsx)("rect",{x:"6.5",y:"13.5",width:"7",height:"2",rx:".75",fill:ab,opacity:".2"})]});case"contact":return(0,d.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,d.jsx)("rect",{x:"2",y:"1",width:"16",height:"14",rx:"1.5",stroke:ab,strokeWidth:"0.5"}),(0,d.jsx)("rect",{x:"4",y:"3",width:"5",height:"1",rx:".5",fill:ab,opacity:".2"}),(0,d.jsx)("rect",{x:"4",y:"5",width:"12",height:"2.5",rx:".75",stroke:ab,strokeWidth:"0.5"}),(0,d.jsx)("rect",{x:"4",y:"8.5",width:"12",height:"4",rx:".75",stroke:ab,strokeWidth:"0.5"}),(0,d.jsx)("rect",{x:"11",y:"13.5",width:"5",height:"1.5",rx:".5",fill:ab,opacity:".2"})]});default:return null}}function ad({activeType:a,onSelect:b,onDragStart:c,scrollRef:e,fadeClass:f,blankCanvas:g}){return(0,d.jsx)("div",{ref:e,className:`${Z.placeScroll} ${f||""}`,children:S.map(e=>(0,d.jsxs)("div",{className:Z.paletteSection,children:[(0,d.jsx)("div",{className:Z.paletteSectionTitle,children:e.section}),e.items.map(e=>(0,d.jsxs)("div",{className:`${Z.paletteItem} ${a===e.type?Z.active:""} ${g?Z.wireframe:""}`,onClick:()=>b(e.type),onMouseDown:a=>{0===a.button&&c(e.type,a)},children:[(0,d.jsx)("div",{className:Z.paletteItemIcon,children:(0,d.jsx)(ac,{type:e.type})}),(0,d.jsx)("span",{className:Z.paletteItemLabel,children:e.label})]},e.type))]},e.section))})}function ae({value:a,suffix:c}){let[e,f]=(0,b.useState)(null),[g,h]=(0,b.useState)(c),[i,j]=(0,b.useState)("up"),k=(0,b.useRef)(a),l=(0,b.useRef)(c),m=(0,b.useRef)(),n=null!==e&&g!==c;return((0,b.useEffect)(()=>{if(a!==k.current){if(0===a){k.current=a,l.current=c,f(null);return}j(a>k.current?"up":"down"),f(k.current),h(l.current),k.current=a,l.current=c,clearTimeout(m.current),m.current=J(()=>f(null),250)}else l.current=c},[a,c]),null===e)?(0,d.jsxs)(d.Fragment,{children:[a,c?` ${c}`:""]}):n?(0,d.jsxs)("span",{className:Z.rollingWrap,children:[(0,d.jsxs)("span",{style:{visibility:"hidden"},children:[a," ",c]}),(0,d.jsxs)("span",{className:`${Z.rollingNum} ${"up"===i?Z.exitUp:Z.exitDown}`,children:[e," ",g]},`o${e}-${a}`),(0,d.jsxs)("span",{className:`${Z.rollingNum} ${"up"===i?Z.enterUp:Z.enterDown}`,children:[a," ",c]},`n${a}`)]}):(0,d.jsxs)(d.Fragment,{children:[(0,d.jsxs)("span",{className:Z.rollingWrap,children:[(0,d.jsx)("span",{style:{visibility:"hidden"},children:a}),(0,d.jsx)("span",{className:`${Z.rollingNum} ${"up"===i?Z.exitUp:Z.exitDown}`,children:e},`o${e}-${a}`),(0,d.jsx)("span",{className:`${Z.rollingNum} ${"up"===i?Z.enterUp:Z.enterDown}`,children:a},`n${a}`)]}),c?` ${c}`:""]})}function af({activeType:a,onSelect:c,isDarkMode:e,sectionCount:f,onDetectSections:g,visible:h,onExited:i,placementCount:j,onClearPlacements:k,onDragStart:l,blankCanvas:m,onBlankCanvasChange:n,wireframePurpose:o,onWireframePurposeChange:p,Tooltip:q}){let[r,s]=(0,b.useState)(!1),[t,u]=(0,b.useState)("exit"),[v,w]=(0,b.useState)(!1),[x,y]=(0,b.useState)(!0),z=(0,b.useRef)(0),A=(0,b.useRef)(""),B=(0,b.useRef)(0),C=(0,b.useRef)(),D=(0,b.useRef)(null),[E,F]=(0,b.useState)("");(0,b.useEffect)(()=>(h?(s(!0),clearTimeout(C.current),cancelAnimationFrame(B.current),B.current=L(()=>{B.current=L(()=>{u("enter")})})):(cancelAnimationFrame(B.current),u("exit"),clearTimeout(C.current),C.current=J(()=>{s(!1),i?.()},200)),()=>cancelAnimationFrame(B.current)),[h]);let G=j>0||f>0,H=j+f;if(H>0&&(z.current=H,A.current=m?1===H?"Component":"Components":1===H?"Change":"Changes"),(0,b.useEffect)(()=>{if(G)v?y(!1):(y(!0),w(!0),L(()=>{L(()=>{y(!1)})}));else{y(!0);let a=J(()=>w(!1),300);return()=>clearTimeout(a)}},[G]),(0,b.useEffect)(()=>{if(!r)return;let a=D.current;if(!a)return;let b=()=>F(function(a){if(!a)return"";let b=a.scrollTop>2,c=a.scrollTop+a.clientHeight<a.scrollHeight-2;return`${b?Z.fadeTop:""} ${c?Z.fadeBottom:""}`}(a));b(),a.addEventListener("scroll",b,{passive:!0});let c=new ResizeObserver(b);return c.observe(a),()=>{a.removeEventListener("scroll",b),c.disconnect()}},[r]),!r)return null;let I=[];return j>0&&I.push("placed"),f>0&&I.push("captured"),(0,d.jsxs)("div",{className:`${Z.palette} ${Z[t]} ${!e?Z.light:""}`,"data-feedback-toolbar":!0,"data-agentation-palette":!0,onClick:a=>a.stopPropagation(),onMouseDown:a=>a.stopPropagation(),onTransitionEnd:a=>{a.target===a.currentTarget&&(h||(clearTimeout(C.current),s(!1),u("exit"),i?.()))},children:[(0,d.jsxs)("div",{className:Z.paletteHeader,children:[(0,d.jsx)("div",{className:Z.paletteHeaderTitle,children:"Layout Mode"}),(0,d.jsxs)("div",{className:Z.paletteHeaderDesc,children:["Rearrange and resize existing elements, add new components, and explore layout ideas. Agent results may vary."," ",(0,d.jsx)("a",{href:"https://agentation.dev/features#layout-mode",target:"_blank",rel:"noopener noreferrer",children:"Learn more."})]})]}),(0,d.jsxs)("div",{className:`${Z.canvasToggle} ${m?Z.active:""}`,onClick:()=>n(!m),children:[(0,d.jsx)("span",{className:Z.canvasToggleIcon,children:(0,d.jsxs)("svg",{viewBox:"0 0 14 14",width:"14",height:"14",fill:"none",children:[(0,d.jsx)("rect",{x:"1",y:"1",width:"12",height:"12",rx:"2",stroke:"currentColor",strokeWidth:"1"}),(0,d.jsx)("circle",{cx:"4.5",cy:"4.5",r:"0.8",fill:"currentColor",opacity:".6"}),(0,d.jsx)("circle",{cx:"7",cy:"4.5",r:"0.8",fill:"currentColor",opacity:".6"}),(0,d.jsx)("circle",{cx:"9.5",cy:"4.5",r:"0.8",fill:"currentColor",opacity:".6"}),(0,d.jsx)("circle",{cx:"4.5",cy:"7",r:"0.8",fill:"currentColor",opacity:".6"}),(0,d.jsx)("circle",{cx:"7",cy:"7",r:"0.8",fill:"currentColor",opacity:".6"}),(0,d.jsx)("circle",{cx:"9.5",cy:"7",r:"0.8",fill:"currentColor",opacity:".6"}),(0,d.jsx)("circle",{cx:"4.5",cy:"9.5",r:"0.8",fill:"currentColor",opacity:".6"}),(0,d.jsx)("circle",{cx:"7",cy:"9.5",r:"0.8",fill:"currentColor",opacity:".6"}),(0,d.jsx)("circle",{cx:"9.5",cy:"9.5",r:"0.8",fill:"currentColor",opacity:".6"})]})}),(0,d.jsx)("span",{className:Z.canvasToggleLabel,children:"Wireframe New Page"})]}),(0,d.jsx)("div",{className:`${Z.wireframePurposeWrap} ${!m?Z.collapsed:""}`,children:(0,d.jsx)("div",{className:Z.wireframePurposeInner,children:(0,d.jsx)("textarea",{className:Z.wireframePurposeInput,placeholder:"Describe this page to provide additional context for your agent.",value:o,onChange:a=>p(a.target.value),rows:2})})}),(0,d.jsx)(ad,{activeType:a,onSelect:c,onDragStart:l,scrollRef:D,fadeClass:E,blankCanvas:m}),v&&(0,d.jsx)("div",{className:`${Z.paletteFooterWrap} ${x?Z.footerHidden:""}`,children:(0,d.jsx)("div",{className:Z.paletteFooterInner,children:(0,d.jsx)("div",{className:Z.paletteFooterInnerContent,children:(0,d.jsxs)("div",{className:Z.paletteFooter,children:[(0,d.jsx)("span",{className:Z.paletteFooterCount,children:(0,d.jsx)(ae,{value:z.current,suffix:A.current})}),(0,d.jsx)("button",{className:Z.paletteFooterClear,onClick:k,children:"Clear"})]})})})})]})}function ag(a){if(a.parentElement)return a.parentElement;let b=a.getRootNode();return b instanceof ShadowRoot?b.host:null}function ah(a,b){let c=a;for(;c;){if(c.matches(b))return c;c=ag(c)}return null}function ai(a,b=4){let c=[],d=a,e=0;for(;d&&e<b;){let a=d.tagName.toLowerCase();if("html"===a||"body"===a)break;let b=a;if(d.id)b=`#${d.id}`;else if(d.className&&"string"==typeof d.className){let a=d.className.split(/\s+/).find(a=>a.length>2&&!a.match(/^[a-z]{1,2}$/)&&!a.match(/[A-Z0-9]{5,}/));a&&(b=`.${a.split("_")[0]}`)}let f=ag(d);!d.parentElement&&f&&(b=`\u27E8shadow\u27E9 ${b}`),c.unshift(b),d=f,e++}return c.join(" > ")}function aj(a){let b=ai(a);if(a.dataset.element)return{name:a.dataset.element,path:b};let c=a.tagName.toLowerCase();if(["path","circle","rect","line","g"].includes(c)){let c=ah(a,"svg");if(c){let a=ag(c);if(a instanceof HTMLElement){let c=aj(a).name;return{name:`graphic in ${c}`,path:b}}}return{name:"graphic element",path:b}}if("svg"===c){let c=ag(a);if(c?.tagName.toLowerCase()==="button"){let a=c.textContent?.trim();return{name:a?`icon in "${a}" button`:"button icon",path:b}}return{name:"icon",path:b}}if("button"===c){let c=a.textContent?.trim(),d=a.getAttribute("aria-label");return d?{name:`button [${d}]`,path:b}:{name:c?`button "${c.slice(0,25)}"`:"button",path:b}}if("a"===c){let c=a.textContent?.trim(),d=a.getAttribute("href");return c?{name:`link "${c.slice(0,25)}"`,path:b}:d?{name:`link to ${d.slice(0,30)}`,path:b}:{name:"link",path:b}}if("input"===c){let c=a.getAttribute("type")||"text",d=a.getAttribute("placeholder"),e=a.getAttribute("name");return d?{name:`input "${d}"`,path:b}:e?{name:`input [${e}]`,path:b}:{name:`${c} input`,path:b}}if(["h1","h2","h3","h4","h5","h6"].includes(c)){let d=a.textContent?.trim();return{name:d?`${c} "${d.slice(0,35)}"`:c,path:b}}if("p"===c){let c=a.textContent?.trim();return c?{name:`paragraph: "${c.slice(0,40)}${c.length>40?"...":""}"`,path:b}:{name:"paragraph",path:b}}if("span"===c||"label"===c){let d=a.textContent?.trim();return d&&d.length<40?{name:`"${d}"`,path:b}:{name:c,path:b}}if("li"===c){let c=a.textContent?.trim();return c&&c.length<40?{name:`list item: "${c.slice(0,35)}"`,path:b}:{name:"list item",path:b}}if("blockquote"===c)return{name:"blockquote",path:b};if("code"===c){let c=a.textContent?.trim();return c&&c.length<30?{name:`code: \`${c}\``,path:b}:{name:"code",path:b}}if("pre"===c)return{name:"code block",path:b};if("img"===c){let c=a.getAttribute("alt");return{name:c?`image "${c.slice(0,30)}"`:"image",path:b}}if("video"===c)return{name:"video",path:b};if(["div","section","article","nav","header","footer","aside","main"].includes(c)){let d=a.className,e=a.getAttribute("role"),f=a.getAttribute("aria-label");if(f)return{name:`${c} [${f}]`,path:b};if(e)return{name:`${e}`,path:b};if("string"==typeof d&&d){let a=d.split(/[\s_-]+/).map(a=>a.replace(/[A-Z0-9]{5,}.*$/,"")).filter(a=>a.length>2&&!/^[a-z]{1,2}$/.test(a)).slice(0,2);if(a.length>0)return{name:a.join(" "),path:b}}return{name:"div"===c?"container":c,path:b}}return{name:c,path:b}}function ak(a){let b=[],c=a.textContent?.trim();c&&c.length<100&&b.push(c);let d=a.previousElementSibling;if(d){let a=d.textContent?.trim();a&&a.length<50&&b.unshift(`[before: "${a.slice(0,40)}"]`)}let e=a.nextElementSibling;if(e){let a=e.textContent?.trim();a&&a.length<50&&b.push(`[after: "${a.slice(0,40)}"]`)}return b.join(" ")}function al(a){let b=ag(a);if(!b)return"";let c=(a.getRootNode()instanceof ShadowRoot&&a.parentElement?Array.from(a.parentElement.children):Array.from(b.children)).filter(b=>b!==a&&b instanceof HTMLElement);if(0===c.length)return"";let d=c.slice(0,4).map(a=>{let b=a.tagName.toLowerCase(),c=a.className,d="";if("string"==typeof c&&c){let a=c.split(/\s+/).map(a=>a.replace(/[_][a-zA-Z0-9]{5,}.*$/,"")).find(a=>a.length>2&&!/^[a-z]{1,2}$/.test(a));a&&(d=`.${a}`)}if("button"===b||"a"===b){let c=a.textContent?.trim().slice(0,15);if(c)return`${b}${d} "${c}"`}return`${b}${d}`}),e=b.tagName.toLowerCase();if("string"==typeof b.className&&b.className){let a=b.className.split(/\s+/).map(a=>a.replace(/[_][a-zA-Z0-9]{5,}.*$/,"")).find(a=>a.length>2&&!/^[a-z]{1,2}$/.test(a));a&&(e=`.${a}`)}let f=b.children.length,g=f>d.length+1?` (${f} total in ${e})`:"";return d.join(", ")+g}function am(a){let b=a.className;return"string"==typeof b&&b?b.split(/\s+/).filter(a=>a.length>0).map(a=>{let b=a.match(/^([a-zA-Z][a-zA-Z0-9_-]*?)(?:_[a-zA-Z0-9]{5,})?$/);return b?b[1]:a}).filter((a,b,c)=>c.indexOf(a)===b).join(", "):""}function an(a){let b=[],c=a.getAttribute("role"),d=a.getAttribute("aria-label"),e=a.getAttribute("aria-describedby"),f=a.getAttribute("tabindex"),g=a.getAttribute("aria-hidden");return c&&b.push(`role="${c}"`),d&&b.push(`aria-label="${d}"`),e&&b.push(`aria-describedby="${e}"`),f&&b.push(`tabindex=${f}`),"true"===g&&b.push("aria-hidden"),a.matches("a, button, input, select, textarea, [tabindex]")&&b.push("focusable"),b.join(", ")}function ao(a){let b=[],c=a;for(;c&&"html"!==c.tagName.toLowerCase();){let a=c.tagName.toLowerCase(),d=a;if(c.id)d=`${a}#${c.id}`;else if(c.className&&"string"==typeof c.className){let b=c.className.split(/\s+/).map(a=>a.replace(/[_][a-zA-Z0-9]{5,}.*$/,"")).find(a=>a.length>2);b&&(d=`${a}.${b}`)}let e=ag(c);!c.parentElement&&e&&(d=`\u27E8shadow\u27E9 ${d}`),b.unshift(d),c=e}return b.join(" > ")}var ap=new Set(["nav","header","main","section","article","footer","aside"]),aq={banner:"Header",navigation:"Navigation",main:"Main Content",contentinfo:"Footer",complementary:"Sidebar",region:"Section"},ar={nav:"Navigation",header:"Header",main:"Main Content",section:"Section",article:"Article",footer:"Footer",aside:"Sidebar"},as=new Set(["script","style","noscript","link","meta"]);function at(a){let b=a;for(;b&&b!==document.body&&b!==document.documentElement;){let a=window.getComputedStyle(b).position;if("fixed"===a||"sticky"===a)return!0;b=b.parentElement}return!1}function au(a){let b=a.tagName.toLowerCase();if(["nav","header","footer","main"].includes(b)&&1===document.querySelectorAll(b).length)return b;if(a.id)return`#${CSS.escape(a.id)}`;if(a.className&&"string"==typeof a.className){let c=a.className.split(/\s+/).filter(a=>a.length>0).find(a=>a.length>2&&!/^[a-zA-Z0-9]{6,}$/.test(a)&&!/^[a-z]{1,2}$/.test(a));if(c){let a=`${b}.${CSS.escape(c)}`;if(1===document.querySelectorAll(a).length)return a}}let c=a.parentElement;if(c){let d=Array.from(c.children).indexOf(a)+1,e=c===document.body?"body":au(c);return`${e} > ${b}:nth-child(${d})`}return b}function av(a){let b=a.tagName.toLowerCase(),c=a.getAttribute("aria-label");if(c)return c;let d=a.getAttribute("role");if(d&&aq[d])return aq[d];if(ar[b])return ar[b];let e=a.querySelector("h1, h2, h3, h4, h5, h6");if(e){let a=e.textContent?.trim();if(a&&a.length<=50)return a;if(a)return a.slice(0,47)+"..."}let{name:f}=aj(a);return f.charAt(0).toUpperCase()+f.slice(1)}function aw(a){let b=a.className;return"string"==typeof b&&b&&b.split(/\s+/).map(a=>a.replace(/[_][a-zA-Z0-9]{5,}.*$/,"")).find(a=>a.length>2&&!/^[a-z]{1,2}$/.test(a))||null}function ax(a){let b=a.textContent?.trim();if(!b)return null;let c=b.replace(/\s+/g," ");return c.length<=30?c:c.slice(0,30)+"…"}var ay="rgba(59, 130, 246, 0.08)",az="rgba(59, 130, 246, 0.5)",aA="#3b82f6",aB=["nw","n","ne","e","se","s","sw","w"];function aC(a,b,c,d){let e=1/0,f=1/0,g=a.x,h=a.x+a.width,i=a.x+a.width/2,j=a.y,k=a.y+a.height,l=a.y+a.height/2,m=[];for(let a of b)c.has(a.id)||m.push(a.currentRect);for(let a of(d&&m.push(...d),m)){let b=a.x,c=a.x+a.width,d=a.x+a.width/2,m=a.y,n=a.y+a.height,o=a.y+a.height/2;for(let a of[g,h,i])for(let f of[b,c,d]){let b=f-a;5>Math.abs(b)&&Math.abs(b)<Math.abs(e)&&(e=b)}for(let a of[j,k,l])for(let b of[m,n,o]){let c=b-a;5>Math.abs(c)&&Math.abs(c)<Math.abs(f)&&(f=c)}}let n=5>Math.abs(e)?e:0,o=5>Math.abs(f)?f:0,p=[],q=new Set,r=g+n,s=h+n,t=i+n,u=j+o,v=k+o,w=l+o;for(let a of m){let b=a.x,c=a.x+a.width,d=a.x+a.width/2,e=a.y,f=a.y+a.height,g=a.y+a.height/2;for(let a of[b,d,c])for(let b of[r,t,s])if(.5>Math.abs(b-a)){let b=`x:${Math.round(a)}`;q.has(b)||(q.add(b),p.push({axis:"x",pos:a}))}for(let a of[e,g,f])for(let b of[u,w,v])if(.5>Math.abs(b-a)){let b=`y:${Math.round(a)}`;q.has(b)||(q.add(b),p.push({axis:"y",pos:a}))}}return{dx:n,dy:o,guides:p}}var aD=new Set(["script","style","noscript","link","meta","br","hr"]);function aE(a){let b=a;for(;b&&b!==document.body&&b!==document.documentElement&&!b.closest("[data-feedback-toolbar]");){if(aD.has(b.tagName.toLowerCase())){b=b.parentElement;continue}let a=b.getBoundingClientRect();if(a.width>=16&&a.height>=16)return b;b=b.parentElement}return null}function aF({rearrangeState:a,onChange:c,isDarkMode:e,exiting:f,className:g,blankCanvas:h,extraSnapRects:i,onSelectionChange:j,deselectSignal:k,onDragMove:l,onDragEnd:m,clearSignal:n}){let{sections:o}=a,p=(0,b.useRef)(a);p.current=a;let[q,r]=(0,b.useState)(new Set),[s,t]=(0,b.useState)(!1),u=(0,b.useRef)(n);(0,b.useEffect)(()=>{void 0!==n&&n!==u.current&&(u.current=n,o.length>0&&t(!0))},[n,o.length]);let v=(0,b.useRef)(k);(0,b.useEffect)(()=>{k!==v.current&&(v.current=k,r(new Set))},[k]);let[w,x]=(0,b.useState)(null),[y,z]=(0,b.useState)(!1),A=(0,b.useRef)(!1),B=(0,b.useCallback)(a=>{let b=o.find(b=>b.id===a);b&&(A.current=!!b.note,x(a),z(!1))},[o]),C=(0,b.useCallback)(()=>{w&&(z(!0),J(()=>{x(null),z(!1)},150))},[w]),D=(0,b.useCallback)(b=>{w&&(c({...a,sections:o.map(a=>a.id===w?{...a,note:b.trim()||void 0}:a)}),C())},[w,o,a,c,C]);(0,b.useEffect)(()=>{f&&w&&C()},[f]);let[E,F]=(0,b.useState)(new Set),G=(0,b.useRef)(new Map),[H,I]=(0,b.useState)(null),[K,L]=(0,b.useState)(null),[M,N]=(0,b.useState)([]),[P,Q]=(0,b.useState)(0),R=(0,b.useRef)(null),S=(0,b.useRef)(new Set),T=(0,b.useRef)(new Map),[U,V]=(0,b.useState)(new Map),[W,X]=(0,b.useState)(new Map),Y=(0,b.useRef)(new Set),$=(0,b.useRef)(new Map),_=(0,b.useRef)(j);_.current=j;let aa=(0,b.useRef)(l);aa.current=l;let ab=(0,b.useRef)(m);ab.current=m,(0,b.useEffect)(()=>{h&&r(new Set)},[h]);let[ac,ad]=(0,b.useState)(()=>!a.sections.some(a=>{let b=a.originalRect,c=a.currentRect;return Math.abs(b.x-c.x)>1||Math.abs(b.y-c.y)>1||Math.abs(b.width-c.width)>1||Math.abs(b.height-c.height)>1}));(0,b.useEffect)(()=>{if(!ac){let a=J(()=>ad(!0),380);return()=>clearTimeout(a)}},[]);let ae=(0,b.useRef)(new Set);(0,b.useEffect)(()=>{ae.current=new Set(o.map(a=>a.selector))},[o]),(0,b.useEffect)(()=>{let a=()=>Q(window.scrollY);return a(),window.addEventListener("scroll",a,{passive:!0}),window.addEventListener("resize",a,{passive:!0}),()=>{window.removeEventListener("scroll",a),window.removeEventListener("resize",a)}},[]),(0,b.useEffect)(()=>{let a=a=>{if(R.current)return void I(null);let b=document.elementFromPoint(a.clientX,a.clientY);if(!b||b.closest("[data-feedback-toolbar]")||b.closest("[data-design-placement]")||b.closest("[data-annotation-popup]"))return void I(null);let c=aE(b);if(!c)return void I(null);for(let a of ae.current)try{let b=document.querySelector(a);if(b&&(b===c||c.contains(b)))return void I(null)}catch{}let d=c.getBoundingClientRect();I({x:d.x,y:d.y,w:d.width,h:d.height})};return document.addEventListener("mousemove",a,{passive:!0}),()=>document.removeEventListener("mousemove",a)},[o]),(0,b.useEffect)(()=>{let a=document.body.style.userSelect;return document.body.style.userSelect="none",()=>{document.body.style.userSelect=a}},[]),(0,b.useEffect)(()=>{let b=b=>{if(R.current||0!==b.button)return;let d=b.target;if(!d||d.closest("[data-feedback-toolbar]")||d.closest("[data-design-placement]")||d.closest("[data-annotation-popup]"))return;let e=aE(d),f=!1;if(e)for(let a of ae.current)try{let b=document.querySelector(a);if(b&&(b===e||e.contains(b))){f=!0;break}}catch{}let g=!!(b.shiftKey||b.metaKey||b.ctrlKey);if(e&&!f){let d,f,h,j,k,l;b.preventDefault(),b.stopPropagation();let m=(d=window.scrollY,f=e.getBoundingClientRect(),h=at(e),j={x:f.x,y:h?f.y:f.y+d,width:f.width,height:f.height},k=e.parentElement,l=0,k&&(l=Array.from(k.children).indexOf(e)),{id:`rs-${Date.now()}-${Math.random().toString(36).slice(2,7)}`,label:av(e),tagName:e.tagName.toLowerCase(),selector:au(e),role:e.getAttribute("role"),className:aw(e),textSnippet:ax(e),originalRect:j,currentRect:{...j},originalIndex:l,isFixed:h}),n=[...o,m],p=[...a.originalOrder,m.id];c({...a,sections:n,originalOrder:p});let q=new Set([m.id]);r(q),_.current?.(q,g),I(null);let s=b.clientX,t=b.clientY,u={x:m.currentRect.x,y:m.currentRect.y};m.originalRect;let v=!1,w=0,x=0;R.current="move";let y=a=>{let b=a.clientX-s,c=a.clientY-t;if(!v&&(Math.abs(b)>2||Math.abs(c)>2)&&(v=!0),!v)return;let d=aC({x:u.x+b,y:u.y+c,width:m.currentRect.width,height:m.currentRect.height},n,new Set([m.id]),i);N(d.guides);let e=b+d.dx,f=c+d.dy;w=e,x=f;let g=document.querySelector(`[data-rearrange-section="${m.id}"]`);g&&(g.style.transform=`translate(${e}px, ${f}px)`),V(new Map([[m.id,{x:u.x+e,y:u.y+f,width:m.currentRect.width,height:m.currentRect.height}]])),aa.current?.(e,f)},z=()=>{window.removeEventListener("mousemove",y),window.removeEventListener("mouseup",z),R.current=null,N([]),V(new Map);let b=document.querySelector(`[data-rearrange-section="${m.id}"]`);b&&(b.style.transform=""),v&&c({...a,sections:n.map(a=>a.id===m.id?{...a,currentRect:{...a.currentRect,x:Math.max(0,u.x+w),y:Math.max(0,u.y+x)}}:a),originalOrder:p}),ab.current?.(w,x,v)};window.addEventListener("mousemove",y),window.addEventListener("mouseup",z)}else if(f&&e){for(let a of(b.preventDefault(),o))try{let b=document.querySelector(a.selector);if(b&&b===e){let b=new Set([a.id]);r(b),_.current?.(b,g);return}}catch{}g||(r(new Set),_.current?.(new Set,!1))}else g||(r(new Set),_.current?.(new Set,!1))};return document.addEventListener("mousedown",b,!0),()=>document.removeEventListener("mousedown",b,!0)},[o,a,c]),(0,b.useEffect)(()=>{let b=b=>{let d=b.target;if("INPUT"!==d.tagName&&"TEXTAREA"!==d.tagName&&!d.isContentEditable){if(("Backspace"===b.key||"Delete"===b.key)&&q.size>0){b.preventDefault();let a=new Set(q);F(b=>{let c=new Set(b);for(let b of a)c.add(b);return c}),r(new Set),J(()=>{let b=p.current;c({...b,sections:b.sections.filter(b=>!a.has(b.id)),originalOrder:b.originalOrder.filter(b=>!a.has(b))}),F(b=>{let c=new Set(b);for(let b of a)c.delete(b);return c})},180);return}if(["ArrowUp","ArrowDown","ArrowLeft","ArrowRight"].includes(b.key)&&q.size>0){b.preventDefault();let d=b.shiftKey?20:1,e="ArrowLeft"===b.key?-d:"ArrowRight"===b.key?d:0,f="ArrowUp"===b.key?-d:"ArrowDown"===b.key?d:0;c({...a,sections:o.map(a=>q.has(a.id)?{...a,currentRect:{...a.currentRect,x:Math.max(0,a.currentRect.x+e),y:Math.max(0,a.currentRect.y+f)}}:a)});return}"Escape"===b.key&&q.size>0&&r(new Set)}};return document.addEventListener("keydown",b),()=>document.removeEventListener("keydown",b)},[q,o,a,c]);let af=(0,b.useCallback)((b,d)=>{let e;if(0!==b.button)return;let f=b.target;if(f.closest(`.${Z.handle}`)||f.closest(`.${Z.deleteButton}`))return;b.preventDefault(),b.stopPropagation(),b.shiftKey||b.metaKey||b.ctrlKey?(e=new Set(q)).has(d)?e.delete(d):e.add(d):e=new Set(q.has(d)?q:[d]),r(e),(e.size!==q.size||[...e].some(a=>!q.has(a)))&&_.current?.(e,!!(b.shiftKey||b.metaKey||b.ctrlKey));let g=b.clientX,h=b.clientY,j=new Map;for(let a of o)e.has(a.id)&&j.set(a.id,{x:a.currentRect.x,y:a.currentRect.y});R.current="move";let k=!1,l=0,m=0,n=new Map;for(let a of o)if(e.has(a.id)){let b=document.querySelector(`[data-rearrange-section="${a.id}"]`);n.set(a.id,{outlineEl:b,curW:a.currentRect.width,curH:a.currentRect.height})}let p=a=>{let b=a.clientX-g,c=a.clientY-h;if(0===b&&0===c)return;k=!0;let d=1/0,f=1/0,p=-1/0,q=-1/0;for(let[a,{curW:e,curH:g}]of n){let h=j.get(a);if(!h)continue;let i=h.x+b,k=h.y+c;d=Math.min(d,i),f=Math.min(f,k),p=Math.max(p,i+e),q=Math.max(q,k+g)}let r=aC({x:d,y:f,width:p-d,height:q-f},o,e,i),s=b+r.dx,t=c+r.dy;for(let[,{outlineEl:a}]of(l=s,m=t,N(r.guides),n))a&&(a.style.transform=`translate(${s}px, ${t}px)`);let u=new Map;for(let[a,{curW:b,curH:c}]of n){let d=j.get(a);if(d){let e={x:Math.max(0,d.x+s),y:Math.max(0,d.y+t),width:b,height:c};u.set(a,e)}}V(u),aa.current?.(s,t)},s=b=>{for(let[,{outlineEl:a}]of(window.removeEventListener("mousemove",p),window.removeEventListener("mouseup",s),R.current=null,N([]),V(new Map),n))a&&(a.style.transform="");if(k){let d=b.clientX-g,e=b.clientY-h;if(5>Math.abs(d)&&5>Math.abs(e))c({...a,sections:o.map(a=>{let b=j.get(a.id);return b?{...a,currentRect:{...a.currentRect,x:b.x,y:b.y}}:a})});else{c({...a,sections:o.map(a=>{let b=j.get(a.id);return b?{...a,currentRect:{...a.currentRect,x:Math.max(0,b.x+l),y:Math.max(0,b.y+m)}}:a})}),ab.current?.(l,m,!0);return}}ab.current?.(0,0,!1)};window.addEventListener("mousemove",p),window.addEventListener("mouseup",s)},[q,o,a,c]),ag=(0,b.useCallback)((b,d,e)=>{b.preventDefault(),b.stopPropagation();let f=o.find(a=>a.id===d);if(!f)return;r(new Set([d])),R.current="resize";let g=b.clientX,h=b.clientY,i={...f.currentRect};f.originalRect;let j=i.width/i.height,k={...i},l=document.querySelector(`[data-rearrange-section="${d}"]`),m=a=>{let b=a.clientX-g,c=a.clientY-h,f=i.x,m=i.y,n=i.width,o=i.height;e.includes("e")&&(n=Math.max(24,i.width+b)),e.includes("w")&&(n=Math.max(24,i.width-b),f=i.x+i.width-n),e.includes("s")&&(o=Math.max(24,i.height+c)),e.includes("n")&&(o=Math.max(24,i.height-c),m=i.y+i.height-o),a.shiftKey&&(2===e.length?(Math.abs(n-i.width)>Math.abs(o-i.height)?o=n/j:n=o*j,e.includes("w")&&(f=i.x+i.width-n),e.includes("n")&&(m=i.y+i.height-o)):("e"===e||"w"===e?o=n/j:n=o*j,"w"===e&&(f=i.x+i.width-n),"n"===e&&(m=i.y+i.height-o))),k={x:f,y:m,width:n,height:o},l&&(l.style.left=`${f}px`,l.style.top=`${m-P}px`,l.style.width=`${n}px`,l.style.height=`${o}px`),L({x:a.clientX+12,y:a.clientY+12,text:`${Math.round(n)} \xd7 ${Math.round(o)}`}),V(new Map([[d,k]]))},n=()=>{window.removeEventListener("mousemove",m),window.removeEventListener("mouseup",n),L(null),R.current=null,V(new Map),c({...a,sections:o.map(a=>a.id===d?{...a,currentRect:k}:a)})};window.addEventListener("mousemove",m),window.addEventListener("mouseup",n)},[o,a,c,P]),ah=(0,b.useCallback)(a=>{F(b=>{let c=new Set(b);return c.add(a),c}),r(b=>{let c=new Set(b);return c.delete(a),c}),J(()=>{let b=p.current;c({...b,sections:b.sections.filter(b=>b.id!==a),originalOrder:b.originalOrder.filter(b=>b!==a)}),F(b=>{let c=new Set(b);return c.delete(a),c})},180)},[c]),ai=a=>{let b=a.originalRect,c=a.currentRect;return Math.abs(b.x-c.x)>1||Math.abs(b.y-c.y)>1||Math.abs(b.width-c.width)>1||Math.abs(b.height-c.height)>1},aj=a=>{let b=a.originalRect,c=a.currentRect;return Math.abs(b.x-c.x)>1||Math.abs(b.y-c.y)>1},ak=a=>{let b=a.originalRect,c=a.currentRect;return Math.abs(b.width-c.width)>1||Math.abs(b.height-c.height)>1};for(let a of o)!T.current.has(a.id)&&(aj(a)?T.current.set(a.id,"move"):ak(a)&&T.current.set(a.id,"resize"));for(let a of T.current.keys())o.some(b=>b.id===a)||T.current.delete(a);let al=o.filter(a=>{try{if(E.has(a.id)||q.has(a.id))return!0;let b=document.querySelector(a.selector);if(!b)return!1;let c=b.getBoundingClientRect(),d=a.originalRect;return Math.abs(c.width-d.width)+Math.abs(c.height-d.height)<200}catch{return!1}}),am=al.filter(a=>ai(a)),an=al.filter(a=>!ai(a)),ao=new Set(am.map(a=>a.id));for(let a of S.current)ao.has(a)||S.current.delete(a);let ap=[...ao].sort().join(",");for(let a of am)$.current.set(a.id,{currentRect:a.currentRect,originalRect:a.originalRect,isFixed:a.isFixed});return(0,b.useEffect)(()=>{let a=Y.current;Y.current=ao;let b=new Map;for(let c of a)if(!ao.has(c)){if(!o.some(a=>a.id===c))continue;let a=$.current.get(c);a&&(b.set(c,{orig:a.originalRect,target:a.currentRect,isFixed:a.isFixed}),$.current.delete(c))}if(b.size>0){X(a=>{let c=new Map(a);for(let[a,d]of b)c.set(a,d);return c});let a=J(()=>{X(a=>{let c=new Map(a);for(let a of b.keys())c.delete(a);return c})},250);return()=>clearTimeout(a)}},[ap,o]),(0,d.jsxs)(d.Fragment,{children:[(0,d.jsxs)("div",{className:`${Z.rearrangeOverlay} ${!e?Z.light:""} ${f?Z.overlayExiting:""}${g?` ${g}`:""}`,"data-feedback-toolbar":!0,children:[H&&(0,d.jsx)("div",{className:Z.hoverHighlight,style:{left:H.x,top:H.y,width:H.w,height:H.h}}),an.map(a=>{let b=a.currentRect,c=a.isFixed?b.y:b.y-P,e=q.has(a.id);return(0,d.jsxs)("div",{"data-rearrange-section":a.id,className:`${Z.sectionOutline} ${e?Z.selected:""} ${s||f||E.has(a.id)?Z.exiting:""}`,style:{left:b.x,top:c,width:b.width,height:b.height,borderColor:az,backgroundColor:ay,...ac?{}:{opacity:0,animation:"none",transition:"none"}},onMouseDown:b=>af(b,a.id),onDoubleClick:()=>B(a.id),children:[(0,d.jsx)("span",{className:Z.sectionLabel,style:{backgroundColor:aA},children:a.label}),(0,d.jsx)("span",{className:`${Z.sectionAnnotation} ${a.note?Z.annotationVisible:""}`,children:(a.note&&G.current.set(a.id,a.note),a.note||G.current.get(a.id)||"")}),(0,d.jsxs)("span",{className:Z.sectionDimensions,children:[Math.round(b.width)," × ",Math.round(b.height)]}),(0,d.jsx)("div",{className:Z.deleteButton,onMouseDown:a=>a.stopPropagation(),onClick:()=>ah(a.id),children:"✕"}),aB.map(b=>(0,d.jsx)("div",{className:`${Z.handle} ${Z[`handle${b.charAt(0).toUpperCase()}${b.slice(1)}`]}`,onMouseDown:c=>ag(c,a.id,b)},b))]},a.id)}),am.map(a=>{let b=a.currentRect,c=a.isFixed?b.y:b.y-P,e=q.has(a.id),g=aj(a),i=ak(a);if(h&&!e)return null;let j=!S.current.has(a.id);return j&&S.current.add(a.id),(0,d.jsxs)("div",{"data-rearrange-section":a.id,className:`${Z.ghostOutline} ${e?Z.selected:""} ${s||f||E.has(a.id)?Z.exiting:""}`,style:{left:b.x,top:c,width:b.width,height:b.height,...ac?{}:{opacity:0,animation:"none",transition:"none"},...!j?{animation:"none"}:{}},onMouseDown:b=>af(b,a.id),onDoubleClick:()=>B(a.id),children:[(0,d.jsx)("span",{className:Z.sectionLabel,style:{backgroundColor:aA},children:a.label}),(0,d.jsx)("span",{className:`${Z.sectionAnnotation} ${a.note?Z.annotationVisible:""}`,children:(a.note&&G.current.set(a.id,a.note),a.note||G.current.get(a.id)||"")}),(0,d.jsxs)("span",{className:Z.sectionDimensions,children:[Math.round(b.width)," × ",Math.round(b.height)]}),(0,d.jsx)("div",{className:Z.deleteButton,onMouseDown:a=>a.stopPropagation(),onClick:()=>ah(a.id),children:"✕"}),aB.map(b=>(0,d.jsx)("div",{className:`${Z.handle} ${Z[`handle${b.charAt(0).toUpperCase()}${b.slice(1)}`]}`,onMouseDown:c=>ag(c,a.id,b)},b)),(0,d.jsx)("span",{className:Z.ghostBadge,children:(()=>{let b=T.current.get(a.id);if(g&&i){let[a,c]="resize"===b?["Resize","Move"]:["Move","Resize"];return(0,d.jsxs)(d.Fragment,{children:["Suggested ",a," ",(0,d.jsxs)("span",{className:Z.ghostBadgeExtra,children:["& ",c]})]})}return`Suggested ${i?"Resize":"Move"}`})()})]},a.id)})]}),!h&&(()=>{let a=[];for(let b of am){let c=U.get(b.id);a.push({id:b.id,orig:b.originalRect,target:c||b.currentRect,isFixed:b.isFixed,isSelected:q.has(b.id),isExiting:E.has(b.id)})}for(let[b,c]of U)if(!a.some(a=>a.id===b)){let d=o.find(a=>a.id===b);d&&a.push({id:b,orig:d.originalRect,target:c,isFixed:d.isFixed,isSelected:q.has(b)})}for(let[b,c]of W)a.some(a=>a.id===b)||a.push({id:b,orig:c.orig,target:c.target,isFixed:c.isFixed,isSelected:!1,isExiting:!0});return 0===a.length?null:(0,d.jsxs)("svg",{className:`${Z.connectorSvg} ${s||f?Z.connectorExiting:""}`,children:[a.map(({id:a,orig:b,target:c,isFixed:e,isSelected:f,isExiting:g})=>{let h=b.x+b.width/2,i=(e?b.y:b.y-P)+b.height/2,j=c.x+c.width/2,k=(e?c.y:c.y-P)+c.height/2,l=j-h,m=k-i,n=Math.sqrt(l*l+m*m);if(n<2)return null;let o=Math.min(1,n/40),p=Math.min(.3*n,60),q=(h+j)/2+(n>0?-m/n:0)*p,r=(i+k)/2+(n>0?l/n:0)*p,s=U.has(a),t=s||f?1:.5;return(0,d.jsxs)("g",{className:g?Z.connectorExiting:"",children:[(0,d.jsx)("path",{className:Z.connectorLine,d:`M ${h} ${i} Q ${q} ${r} ${j} ${k}`,fill:"none",stroke:"rgba(59, 130, 246, 0.45)",strokeWidth:"1.5",opacity:(s||f?1:.4)*o}),(0,d.jsx)("circle",{className:Z.connectorDot,cx:h,cy:i,r:4*o,fill:"rgba(59, 130, 246, 0.8)",stroke:"#fff",strokeWidth:"1.5",opacity:t*o,filter:"url(#connDotShadow)"}),(0,d.jsx)("circle",{className:Z.connectorDot,cx:j,cy:k,r:4*o,fill:"rgba(59, 130, 246, 0.8)",stroke:"#fff",strokeWidth:"1.5",opacity:t*o,filter:"url(#connDotShadow)"})]},`conn-${a}`)}),(0,d.jsx)("defs",{children:(0,d.jsx)("filter",{id:"connDotShadow",x:"-50%",y:"-50%",width:"200%",height:"200%",children:(0,d.jsx)("feDropShadow",{dx:"0",dy:"0.5",stdDeviation:"1",floodOpacity:"0.15"})})})]})})(),w&&(()=>{let a,b=o.find(a=>a.id===w);if(!b)return null;let c=b.currentRect,f=b.isFixed?c.y:c.y-P,g=c.x+c.width/2,h=f-8,i=f+c.height+8,j=i<window.innerHeight-100,k=Math.max(160,Math.min(window.innerWidth-160,g));return a=h>200?{left:k,bottom:window.innerHeight-h}:j?{left:k,top:i}:{left:k,top:Math.max(80,window.innerHeight/2-80)},(0,d.jsx)(O,{element:b.label,placeholder:"Add a note about this section",initialValue:b.note??"",submitLabel:A.current?"Save":"Set",onSubmit:D,onCancel:C,onDelete:A.current?()=>{D("")}:void 0,isExiting:y,lightMode:!e,style:a})})(),K&&(0,d.jsx)("div",{className:Z.sizeIndicator,style:{left:K.x,top:K.y},"data-feedback-toolbar":!0,children:K.text}),M.map((a,b)=>(0,d.jsx)("div",{className:Z.guideLine,style:"x"===a.axis?{position:"fixed",left:a.pos,top:0,width:1,height:"100vh"}:{position:"fixed",left:0,top:a.pos-P,width:"100vw",height:1}},`${a.axis}-${a.pos}-${b}`))]})}var aG=new Set(["script","style","noscript","link","meta","br","hr"]);function aH(a,b){let c,d,e,f,g=b?(c=window.scrollY,b.map(({label:a,selector:b,rect:d})=>{let e=d.y-c;return{label:a,selector:b,top:e,bottom:e+d.height,left:d.x,right:d.x+d.width,area:d.width*d.height}})):function(){let a=document.querySelector("main")||document.body,b=[],c=Array.from(a.children);for(let d of a!==document.body&&c.length<3?Array.from(document.body.children):c){if(!(d instanceof HTMLElement)||aG.has(d.tagName.toLowerCase())||d.hasAttribute("data-feedback-toolbar"))continue;let a=window.getComputedStyle(d);if("none"===a.display||"hidden"===a.visibility)continue;let c=d.getBoundingClientRect();if(!(c.height<10)&&!(c.width<10))for(let a of(b.push({label:av(d),selector:au(d),top:c.top,bottom:c.bottom,left:c.left,right:c.right,area:c.width*c.height}),Array.from(d.children))){if(!(a instanceof HTMLElement)||aG.has(a.tagName.toLowerCase())||a.hasAttribute("data-feedback-toolbar"))continue;let c=window.getComputedStyle(a);if("none"===c.display||"hidden"===c.visibility)continue;let d=a.getBoundingClientRect();d.height<10||d.width<10||b.push({label:av(a),selector:au(a),top:d.top,bottom:d.bottom,left:d.left,right:d.right,area:d.width*d.height})}}return b}(),h=(d=window.scrollY,e=a.y-d,f=a.x,{top:e,bottom:e+a.height,left:f,right:f+a.width,area:a.width*a.height}),i=null,j=null,k=null,l=null,m=null;for(let b of g){if(2>Math.abs(b.left-h.left)&&2>Math.abs(b.top-h.top)&&2>Math.abs(b.right-b.left-a.width)&&2>Math.abs(b.bottom-b.top-a.height))continue;b.left<=h.left+2&&b.right>=h.right-2&&b.top<=h.top+2&&b.bottom>=h.bottom-2&&b.area>1.5*h.area&&(!m||b.area<m._area)&&(m={label:b.label,selector:b.selector,_area:b.area});let c=h.right>b.left+5&&h.left<b.right-5,d=h.bottom>b.top+5&&h.top<b.bottom-5;if(c&&b.bottom<=h.top+5){let a=Math.round(h.top-b.bottom);(!i||a<i._dist)&&(i={label:b.label,selector:b.selector,gap:Math.max(0,a),_dist:a})}if(c&&b.top>=h.bottom-5){let a=Math.round(b.top-h.bottom);(!j||a<j._dist)&&(j={label:b.label,selector:b.selector,gap:Math.max(0,a),_dist:a})}if(d&&b.right<=h.left+5){let a=Math.round(h.left-b.right);(!k||a<k._dist)&&(k={label:b.label,selector:b.selector,gap:Math.max(0,a),_dist:a})}if(d&&b.left>=h.right-5){let a=Math.round(b.left-h.right);(!l||a<l._dist)&&(l={label:b.label,selector:b.selector,gap:Math.max(0,a),_dist:a})}}let n=window.innerWidth,o=window.innerHeight,p=function(a,b){if(a.width/b>.85)return"full-width";let c=a.x+a.width/2-b/2;return Math.abs(c)<.08*b?"center":c<0?"left":"right"}(a,n),q=a=>a?{label:a.label,selector:a.selector,gap:a.gap}:null,r=function(a,b,c,d,e){let f={},g=!1,h=[];if(a.left<-2&&h.push("left"),a.right>b+2&&h.push("right"),a.top<-2&&h.push("top"),a.bottom>c+2&&h.push("bottom"),h.length>0&&(f.viewport=h,g=!0),d){let b=e.find(a=>a.label===d.label&&a.selector===d.selector&&10>Math.abs(a.area-d._area));if(b){let c=[];a.left<b.left-2&&c.push("left"),a.right>b.right+2&&c.push("right"),a.top<b.top-2&&c.push("top"),a.bottom>b.bottom+2&&c.push("bottom"),c.length>0&&(f.container={label:d.label,edges:c},g=!0)}}return g?f:null}(h,n,o,m?{label:m.label,selector:m.selector,_area:m._area}:null,g);return{above:q(i),below:q(j),left:q(k),right:q(l),alignment:p,containedIn:m?{label:m.label,selector:m.selector}:null,outOfBounds:r}}function aI(a){switch(a){case"full-width":return"full-width";case"center":return"centered";case"left":return"left-aligned";case"right":return"right-aligned"}}function aJ(a,b={}){let c=[];a.above&&c.push(`Below \`${a.above.label}\`${a.above.gap>0?` (${a.above.gap}px gap)`:""}`),a.below&&c.push(`Above \`${a.below.label}\`${a.below.gap>0?` (${a.below.gap}px gap)`:""}`),b.includeLeftRight&&(a.left&&c.push(`Right of \`${a.left.label}\`${a.left.gap>0?` (${a.left.gap}px gap)`:""}`),a.right&&c.push(`Left of \`${a.right.label}\`${a.right.gap>0?` (${a.right.gap}px gap)`:""}`));let d=aI(a.alignment);return a.containedIn?c.push(`${d.charAt(0).toUpperCase()+d.slice(1)} in \`${a.containedIn.label}\``):c.push(`${d.charAt(0).toUpperCase()+d.slice(1)} in page`),b.includePixelRef&&b.pixelRef&&c.push(`Pixel ref: \`${b.pixelRef}\``),a.outOfBounds&&(a.outOfBounds.viewport&&c.push(`**Outside viewport** (${a.outOfBounds.viewport.join(", ")} edge${a.outOfBounds.viewport.length>1?"s":""})`),a.outOfBounds.container&&c.push(`**Outside \`${a.outOfBounds.container.label}\`** (${a.outOfBounds.container.edges.join(", ")} edge${a.outOfBounds.container.edges.length>1?"s":""})`)),c}function aK(a){if(a.length<2)return[];let b=[],c=new Set;for(let d=0;d<a.length;d++){if(c.has(d))continue;let e=[d];for(let b=d+1;b<a.length;b++)!c.has(b)&&15>Math.abs(a[d].rect.y-a[b].rect.y)&&e.push(b);if(e.length>=2){let d=e.map(b=>a[b]);d.sort((a,b)=>a.rect.x-b.rect.x);let f=[];for(let a=0;a<d.length-1;a++)f.push(Math.round(d[a+1].rect.x-(d[a].rect.x+d[a].rect.width)));let g=Math.round(d.reduce((a,b)=>a+b.rect.y,0)/d.length);b.push({labels:d.map(a=>a.label),type:"row",sharedEdge:g,gaps:f,avgGap:f.length?Math.round(f.reduce((a,b)=>a+b,0)/f.length):0}),e.forEach(a=>c.add(a))}}for(let d=0;d<a.length;d++){if(c.has(d))continue;let e=[d];for(let b=d+1;b<a.length;b++)!c.has(b)&&15>Math.abs(a[d].rect.x-a[b].rect.x)&&e.push(b);if(e.length>=2){let d=e.map(b=>a[b]);d.sort((a,b)=>a.rect.y-b.rect.y);let f=[];for(let a=0;a<d.length-1;a++)f.push(Math.round(d[a+1].rect.y-(d[a].rect.y+d[a].rect.height)));let g=Math.round(d.reduce((a,b)=>a+b.rect.x,0)/d.length);b.push({labels:d.map(a=>a.label),type:"column",sharedEdge:g,gaps:f,avgGap:f.length?Math.round(f.reduce((a,b)=>a+b,0)/f.length):0}),e.forEach(a=>c.add(a))}}return b}function aL(a){if("u"<typeof document)return{viewport:a,contentArea:null};let b=[],c=new Set,d=a=>{c.has(a)||!(a instanceof HTMLElement)||a.hasAttribute("data-feedback-toolbar")||aG.has(a.tagName.toLowerCase())||(c.add(a),b.push(a))},e=document.querySelector("main");e&&d(e);let f=document.querySelector("[role='main']");for(let a of(f&&d(f),Array.from(document.body.children)))if(d(a),a.children){for(let b of Array.from(a.children))if(d(b),b.children)for(let a of Array.from(b.children))d(a)}let g=null;for(let c of b){let b=c.getBoundingClientRect();if(b.height<50)continue;let d=getComputedStyle(c);if(d.maxWidth&&"none"!==d.maxWidth&&"0px"!==d.maxWidth){(!g||b.width<g.rect.width)&&(g={el:c,rect:b});continue}!g&&b.width<a.width-20&&b.width>100&&(g={el:c,rect:b})}if(g){let{el:b,rect:c}=g;return{viewport:a,contentArea:{width:Math.round(c.width),left:Math.round(c.left),right:Math.round(c.right),centerX:Math.round(c.left+c.width/2),selector:au(b)}}}return{viewport:a,contentArea:null}}function aM(a,b){let c=b.contentArea,d=c?c.width:b.viewport.width,e=c?c.left:0,f=c?c.centerX:Math.round(b.viewport.width/2),g=Math.round(a.x-e),h=Math.round(e+d-(a.x+a.width)),i=(a.width/d*100).toFixed(1),j=20>Math.abs(a.x+a.width/2-f),k=a.width/d>.95,l=[];return k?l.push("`width: 100%` of container"):l.push(`left \`${g}px\` in container, right \`${h}px\`, width \`${i}%\` (\`${Math.round(a.width)}px\`)`),j&&!k&&l.push("centered — `margin-inline: auto`"),l.join(" — ")}function aN(a){let{viewport:b,contentArea:c}=a,d="### Reference Frame\n";return d+=`- Viewport: \`${b.width}\xd7${b.height}px\`
2
+ `,c?d+=`- Content area: \`${c.width}px\` wide, left edge at \`x=${c.left}\`, right at \`x=${c.right}\` (\`${c.selector}\`)
3
+ - Pixel \u2192 CSS translation:
4
+ - **Horizontal position in container**: \`element.x - ${c.left}\` \u2192 use as \`margin-left\` or \`left\`
5
+ - **Width as % of container**: \`element.width / ${c.width} \xd7 100\` \u2192 use as \`width: X%\`
6
+ - **Vertical gap between elements**: \`nextElement.y - (prevElement.y + prevElement.height)\` → use as \`margin-top\` or \`gap\`
7
+ - **Centered**: if \`|element.centerX - ${c.centerX}| < 20px\` \u2192 use \`margin-inline: auto\`
8
+ `:d+=`- No distinct content container \u2014 elements positioned relative to full viewport
9
+ - Pixel \u2192 CSS translation:
10
+ - **Width as % of viewport**: \`element.width / ${b.width} \xd7 100\` \u2192 use as \`width: X%\`
11
+ - **Centered**: if \`|(element.x + element.width/2) - ${Math.round(b.width/2)}| < 20px\` \u2192 use \`margin-inline: auto\`
12
+ `,d+="\n"}function aO(a,b,c,d="standard"){if(0===a.length)return"";let e=[...a].sort((a,b)=>20>Math.abs(a.y-b.y)?a.x-b.x:a.y-b.y),f="";if(c?.blankCanvas?(f+=`## Wireframe: New Page
13
+
14
+ `,c.wireframePurpose&&(f+=`> **Purpose:** ${c.wireframePurpose}
15
+ >
16
+ `),f+=`> ${a.length} component${1!==a.length?"s":""} placed \u2014 this is a standalone wireframe, not related to the current page.
17
+ >
18
+ > This wireframe is a rough sketch for exploring ideas.
19
+
20
+ `):f+=`## Design Layout
21
+
22
+ > ${a.length} component${1!==a.length?"s":""} placed
23
+
24
+ `,"compact"===d)return f+="### Components\n",e.forEach((a,b)=>{let c=T[a.type]?.label||a.type;f+=`${b+1}. **${c}** \u2014 \`${Math.round(a.width)}\xd7${Math.round(a.height)}px\` at \`(${Math.round(a.x)}, ${Math.round(a.y)})\`
25
+ `}),f;let g=aL(b);f+=aN(g),f+="### Components\n",e.forEach((a,b)=>{let c=T[a.type]?.label||a.type,e={x:a.x,y:a.y,width:a.width,height:a.height};for(let g of(f+=`${b+1}. **${c}** \u2014 \`${Math.round(a.width)}\xd7${Math.round(a.height)}px\` at \`(${Math.round(a.x)}, ${Math.round(a.y)})\`
26
+ `,aJ(aH(e),{includeLeftRight:"detailed"===d||"forensic"===d})))f+=` - ${g}
27
+ `;let h=aM(e,g);h&&(f+=` - CSS: ${h}
28
+ `)}),f+="\n### Layout Analysis\n";let h=[];for(let a of e){let b=h.find(b=>30>Math.abs(b.y-a.y));b?b.items.push(a):h.push({y:a.y,items:[a]})}if(h.sort((a,b)=>a.y-b.y),h.forEach((a,c)=>{a.items.sort((a,b)=>a.x-b.x);let d=a.items.map(a=>T[a.type]?.label||a.type);if(1===a.items.length){let e=a.items[0].width>.8*b.width;f+=`- Row ${c+1} (y\u2248${Math.round(a.y)}): ${d[0]}${e?" — full width":""}
29
+ `}else f+=`- Row ${c+1} (y\u2248${Math.round(a.y)}): ${d.join(" | ")} \u2014 ${a.items.length} items side by side
30
+ `}),"detailed"===d||"forensic"===d){f+="\n### Spacing & Gaps\n";for(let a=0;a<e.length-1;a++){let b=e[a],c=e[a+1],d=T[b.type]?.label||b.type,g=T[c.type]?.label||c.type,h=Math.round(c.y-(b.y+b.height)),i=Math.round(c.x-(b.x+b.width));30>Math.abs(b.y-c.y)?f+=`- ${d} \u2192 ${g}: \`${i}px\` horizontal gap
31
+ `:f+=`- ${d} \u2192 ${g}: \`${h}px\` vertical gap
32
+ `}if("forensic"===d&&e.length>2){f+="\n### All Pairwise Gaps\n";for(let a=0;a<e.length;a++)for(let b=a+1;b<e.length;b++){let c=e[a],d=e[b],g=T[c.type]?.label||c.type,h=T[d.type]?.label||d.type,i=Math.round(d.y-(c.y+c.height)),j=Math.round(d.x-(c.x+c.width));f+=`- ${g} \u2194 ${h}: h=\`${j}px\` v=\`${i}px\`
33
+ `}}"forensic"===d&&(f+="\n### Z-Order (placement order)\n",a.forEach((a,b)=>{let c=T[a.type]?.label||a.type;f+=`${b}. ${c} at \`(${Math.round(a.x)}, ${Math.round(a.y)})\`
34
+ `}))}f+="\n### Suggested Implementation\n";let i=e.some(a=>"navigation"===a.type),j=e.some(a=>"hero"===a.type),k=e.some(a=>"sidebar"===a.type),l=e.some(a=>"footer"===a.type),m=e.filter(a=>"card"===a.type),n=e.filter(a=>"form"===a.type),o=e.filter(a=>"table"===a.type),p=e.filter(a=>"modal"===a.type);if(i&&(f+="- Top navigation bar with logo + nav links + CTA\n"),j&&(f+="- Hero section with heading, subtext, and call-to-action\n"),k&&(f+="- Sidebar layout — use CSS Grid with sidebar + main content area\n"),m.length>1?f+=`- ${m.length}-column card grid \u2014 use CSS Grid or Flexbox
35
+ `:1===m.length&&(f+="- Card component with image + content area\n"),n.length>0&&(f+=`- ${n.length} form${n.length>1?"s":""} \u2014 add proper labels, validation, and submit handling
36
+ `),o.length>0&&(f+="- Data table — consider sortable columns and pagination\n"),p.length>0&&(f+="- Modal dialog — add overlay backdrop and focus trapping\n"),l&&(f+="- Multi-column footer with links\n"),"detailed"===d||"forensic"===d){if(f+="\n### CSS Suggestions\n",k){let a=e.find(a=>"sidebar"===a.type);f+=`- \`display: grid; grid-template-columns: ${Math.round(a.width)}px 1fr;\`
37
+ `}if(m.length>1){let a=Math.round(m[0].width);f+=`- \`display: grid; grid-template-columns: repeat(${m.length}, ${a}px); gap: 16px;\`
38
+ `}i&&(f+="- Navigation: `position: sticky; top: 0; z-index: 50;`\n")}return f}function aP(a,b="standard",c){let{sections:d}=a,e=[];for(let a of d){let c=a.originalRect,d=a.currentRect,f=Math.abs(c.x-d.x)>1||Math.abs(c.y-d.y)>1,g=Math.abs(c.width-d.width)>1||Math.abs(c.height-d.height)>1;if(!f&&!g){"forensic"===b&&e.push({section:a,posMoved:!1,sizeChanged:!1});continue}e.push({section:a,posMoved:f,sizeChanged:g})}if(0===e.length||"forensic"!==b&&e.every(a=>!a.posMoved&&!a.sizeChanged))return"";let f="## Suggested Layout Changes\n\n",g=aL({width:c?c.width:0,height:c?c.height:0});"compact"!==b&&(f+=aN(g)),"forensic"===b&&(f+=`> Detected at: \`${new Date(a.detectedAt).toISOString()}\`
39
+ `,f+=`> Total sections: ${d.length}
40
+
41
+ `);let h=a=>d.map(b=>({label:b.label,selector:b.selector,rect:"original"===a?b.originalRect:b.currentRect}));for(let{section:a,posMoved:c,sizeChanged:d}of(f+="**Changes:**\n",e)){let e=a.originalRect,i=a.currentRect;if(!c&&!d){f+=`- ${a.label} \u2014 unchanged at (${Math.round(i.x)}, ${Math.round(i.y)}) ${Math.round(i.width)}\xd7${Math.round(i.height)}px
42
+ `;continue}if("compact"===b){c&&d?f+=`- Suggested: move **${a.label}** to (${Math.round(i.x)}, ${Math.round(i.y)}) ${Math.round(i.width)}\xd7${Math.round(i.height)}px
43
+ `:c?f+=`- Suggested: move **${a.label}** to (${Math.round(i.x)}, ${Math.round(i.y)})
44
+ `:f+=`- Suggested: resize **${a.label}** to ${Math.round(i.width)}\xd7${Math.round(i.height)}px
45
+ `;continue}if(c&&d?f+=`- Suggested: move and resize **${a.label}**
46
+ `:c?f+=`- Suggested: move **${a.label}**
47
+ `:f+=`- Suggested: resize **${a.label}** from ${Math.round(e.width)}\xd7${Math.round(e.height)}px to ${Math.round(i.width)}\xd7${Math.round(i.height)}px
48
+ `,c){let a=aH(e,h("original")),c=aH(i,h("current")),j=d?{width:e.width,height:e.height}:void 0;f+=` - Currently ${function(a,b,c){let d=[];a.above&&d.push(`below \`${a.above.label}\``),a.below&&d.push(`above \`${a.below.label}\``),a.left&&d.push(`right of \`${a.left.label}\``),a.right&&d.push(`left of \`${a.right.label}\``),a.containedIn&&d.push(`inside \`${a.containedIn.label}\``),d.push(aI(a.alignment)),a.outOfBounds?.viewport&&d.push(`**outside viewport** (${a.outOfBounds.viewport.join(", ")})`),a.outOfBounds?.container&&d.push(`**outside \`${a.outOfBounds.container.label}\`** (${a.outOfBounds.container.edges.join(", ")})`);let e=c?`, ${Math.round(c.width)}\xd7${Math.round(c.height)}px`:"";return`at (${Math.round(b.x)}, ${Math.round(b.y)})${e}: ${d.join(", ")}`}(a,{x:e.x,y:e.y},j)}
49
+ `;let k=d?{width:i.width,height:i.height}:void 0,l=`at (${Math.round(i.x)}, ${Math.round(i.y)})`,m=k?`, ${Math.round(k.width)}\xd7${Math.round(k.height)}px`:"",n=aJ(c,{includeLeftRight:"detailed"===b||"forensic"===b});if(n.length>0){f+=` - Suggested position ${l}${m}: ${n[0]}
50
+ `;for(let a=1;a<n.length;a++)f+=` ${n[a]}
51
+ `}else f+=` - Suggested position ${l}${m}
52
+ `;let o=aM(i,g);o&&(f+=` - CSS: ${o}
53
+ `)}let j=function(a){let b=function(a){if("u"<typeof document)return null;let b=document.querySelector(a);if(!b?.parentElement)return null;let c=getComputedStyle(b.parentElement),d={parentDisplay:c.display,parentSelector:au(b.parentElement)};return c.display.includes("flex")&&(d.flexDirection=c.flexDirection),c.display.includes("grid")&&"none"!==c.gridTemplateColumns&&(d.gridCols=c.gridTemplateColumns),c.gap&&"normal"!==c.gap&&"0px"!==c.gap&&(d.gap=c.gap),d}(a);if(!b)return null;let c=`\`${b.parentDisplay}\``;return b.flexDirection&&(c+=`, flex-direction: \`${b.flexDirection}\``),b.gridCols&&(c+=`, grid-template-columns: \`${b.gridCols}\``),b.gap&&(c+=`, gap: \`${b.gap}\``),`Parent: ${c} (\`${b.parentSelector}\`)`}(a.selector);if(j&&(f+=` - ${j}
54
+ `),f+=` - Selector: \`${a.selector}\`
55
+ `,"detailed"===b||"forensic"===b){let c=a.className?`${a.tagName}.${a.className.split(" ")[0]}`:a.tagName;c!==a.selector&&(f+=` - Element: \`${c}\`
56
+ `),a.role&&(f+=` - Role: \`${a.role}\`
57
+ `),"forensic"===b&&a.textSnippet&&(f+=` - Text: "${a.textSnippet}"
58
+ `)}"forensic"===b&&(f+=` - Original rect: \`{ x: ${Math.round(e.x)}, y: ${Math.round(e.y)}, w: ${Math.round(e.width)}, h: ${Math.round(e.height)} }\`
59
+ `,f+=` - Current rect: \`{ x: ${Math.round(i.x)}, y: ${Math.round(i.y)}, w: ${Math.round(i.width)}, h: ${Math.round(i.height)} }\`
60
+ `)}if("compact"!==b){let a=function(a){if(a.length<2)return[];let b=aK(a.map(a=>({label:a.label,rect:a.originalRect}))),c=aK(a.map(a=>({label:a.label,rect:a.currentRect}))),d=[],e=new Set;for(let a of b){let b=new Set(a.labels),f=null,g=0;for(let a of c){let c=a.labels.filter(a=>b.has(a)).length;c>=2&&c>g&&(f=a,g=c)}if(f){let c=f.labels.filter(a=>b.has(a)),g=c.join(", ");if(f.type!==a.type){let b="row"===a.type?"y":"x",c="row"===f.type?"y":"x";d.push(`**${g}**: ${a.type} (${b}\u2248${a.sharedEdge}, ${a.avgGap}px gaps) \u2192 ${f.type} (${c}\u2248${f.sharedEdge}, ${f.avgGap}px gaps)`)}else if(Math.abs(a.sharedEdge-f.sharedEdge)>20||Math.abs(a.avgGap-f.avgGap)>5){let b="row"===a.type?"y":"x",c=Math.abs(a.sharedEdge-f.sharedEdge)>20?` ${b}: ${a.sharedEdge} \u2192 ${f.sharedEdge}`:"",e=Math.abs(a.avgGap-f.avgGap)>5?` gaps: ${a.avgGap}px \u2192 ${f.avgGap}px`:"";d.push(`**${g}**: ${a.type} shifted \u2014${c}${e}`)}c.forEach(a=>e.add(a))}else{let b=a.labels.join(", "),c="row"===a.type?"y":"x";d.push(`**${b}**: ${a.type} (${c}\u2248${a.sharedEdge}) dissolved`),a.labels.forEach(a=>e.add(a))}}for(let a of c)if(!a.labels.every(a=>e.has(a))&&!(a.labels.filter(a=>!e.has(a)).length<2)&&!b.some(b=>b.labels.filter(b=>a.labels.includes(b)).length>=2)){let b="row"===a.type?"y":"x";d.push(`**${a.labels.join(", ")}**: new ${a.type} (${b}\u2248${a.sharedEdge}, ${a.avgGap}px gaps)`),a.labels.forEach(a=>e.add(a))}let f=a.filter(a=>!e.has(a.label));if(f.length>=2){let a={};for(let b of f){let c=5*Math.round(b.currentRect.x/5);(a[c]??(a[c]=[])).push(b.label)}for(let[b,c]of Object.entries(a))c.length>=2&&d.push(`**${c.join(", ")}**: shared left edge at x\u2248${b}`)}return d}(e.filter(a=>a.posMoved).map(a=>({label:a.section.label,originalRect:a.section.originalRect,currentRect:a.section.currentRect})));if(a.length>0)for(let b of(f+="\n### Layout Summary\n",a))f+=`- ${b}
61
+ `}if("compact"!==b&&d.length>1)for(let a of(f+="\n### All Sections (current positions)\n",[...d].sort((a,b)=>20>Math.abs(a.currentRect.y-b.currentRect.y)?a.currentRect.x-b.currentRect.x:a.currentRect.y-b.currentRect.y))){let b=a.currentRect,c=Math.abs(b.x-a.originalRect.x)>1||Math.abs(b.y-a.originalRect.y)>1||Math.abs(b.width-a.originalRect.width)>1||Math.abs(b.height-a.originalRect.height)>1;f+=`- ${a.label}: \`${Math.round(b.width)}\xd7${Math.round(b.height)}px\` at \`(${Math.round(b.x)}, ${Math.round(b.y)})\`${c?" ← suggested":""}
62
+ `}return f}function aQ(a){return`feedback-annotations-${a}`}function aR(a){return[]}function aS(a,b){}function aT(a,b,c){aS(a,b.map(a=>({...a,_syncedTo:c})))}function aU(a,b){}function aV(a){}function aW(a,b){}async function aX(a,b){let c=await fetch(`${a}/sessions`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({url:b})});if(!c.ok)throw Error(`Failed to create session: ${c.status}`);return c.json()}async function aY(a,b){let c=await fetch(`${a}/sessions/${b}`);if(!c.ok)throw Error(`Failed to get session: ${c.status}`);return c.json()}async function aZ(a,b,c){let d=await fetch(`${a}/sessions/${b}/annotations`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(c)});if(!d.ok)throw Error(`Failed to sync annotation: ${d.status}`);return d.json()}async function a$(a,b,c){let d=await fetch(`${a}/annotations/${b}`,{method:"PATCH",headers:{"Content-Type":"application/json"},body:JSON.stringify(c)});if(!d.ok)throw Error(`Failed to update annotation: ${d.status}`);return d.json()}async function a_(a,b){let c=await fetch(`${a}/annotations/${b}`,{method:"DELETE"});if(!c.ok)throw Error(`Failed to delete annotation: ${c.status}`)}var a0=new Set(["Component","PureComponent","Fragment","Suspense","Profiler","StrictMode","Routes","Route","Outlet","Root","ErrorBoundaryHandler","HotReload","Hot"]),a1=[/Boundary$/,/BoundaryHandler$/,/Provider$/,/Consumer$/,/^(Inner|Outer)/,/Router$/,/^Client(Page|Segment|Root)/,/^Segment(ViewNode|Node)$/,/^LayoutSegment/,/^Server(Root|Component|Render)/,/^RSC/,/Context$/,/^Hot(Reload)?$/,/^(Dev|React)(Overlay|Tools|Root)/,/Overlay$/,/Handler$/,/^With[A-Z]/,/Wrapper$/,/^Root$/],a2=[/Page$/,/View$/,/Screen$/,/Section$/,/Card$/,/List$/,/Item$/,/Form$/,/Modal$/,/Dialog$/,/Button$/,/Nav$/,/Header$/,/Footer$/,/Layout$/,/Panel$/,/Tab$/,/Menu$/],a3=null,a4=new WeakMap;function a5(a){return Object.keys(a).some(a=>a.startsWith("__reactFiber$")||a.startsWith("__reactInternalInstance$")||a.startsWith("__reactProps$"))}function a6(a){return a?a.displayName?a.displayName:a.name?a.name:null:null}function a7(a){if(!a.type||"string"==typeof a.type)return null;if("object"==typeof a.type||"function"==typeof a.type){let b=a.type;if(b.displayName)return b.displayName;if(b.name)return b.name}return null}var a8=new Map;function a9(a){let c=function(a){if(!a||"object"!=typeof a)return null;let b=Object.keys(a),c=b.find(a=>a.startsWith("__reactFiber$"));if(c)return a[c]||null;let d=b.find(a=>a.startsWith("__reactInternalInstance$"));if(d)return a[d]||null;let e=b.find(b=>{if(!b.startsWith("__react"))return!1;let c=a[b];return c&&"object"==typeof c&&"_debugSource"in c});return e&&a[e]||null}(a);if(!c)return{found:!1,reason:"no-fiber",isReactApp:!1,isProduction:!1};let d=function(a,b=50){let c=a,d=0;for(;c&&d<b;){if(c._debugSource)return{source:c._debugSource,componentName:a7(c)};if(c._debugOwner?._debugSource)return{source:c._debugOwner._debugSource,componentName:a7(c._debugOwner)};c=c.return,d++}return null}(c);if(d||(d=function(a){let b=a,c=0;for(;b&&c<50;){let a=b;for(let c of["_debugSource","__source","_source","debugSource"]){let d=a[c];if(d&&"object"==typeof d&&"fileName"in d)return{source:d,componentName:a7(b)}}if(b.memoizedProps){let a=b.memoizedProps;if(a.__source&&"object"==typeof a.__source){let c=a.__source;if(c.fileName&&c.lineNumber)return{source:{fileName:c.fileName,lineNumber:c.lineNumber,columnNumber:c.columnNumber},componentName:a7(b)}}}b=b.return,c++}return null}(c)),d?.source)return{found:!0,source:{fileName:d.source.fileName,lineNumber:d.source.lineNumber,columnNumber:d.source.columnNumber,componentName:d.componentName||void 0},isReactApp:!0,isProduction:!1};let e=function(a,c=15){let d=a,e=0;for(;d&&e<c;){let a=function(a){let c=function(a){let b=a.tag,c=a.type,d=a.elementType;if("string"==typeof c||null==c||"function"==typeof c&&c.prototype?.isReactComponent)return null;if((0===b||2===b)&&"function"==typeof c)return c;if(11===b&&d){let a=d.render;if("function"==typeof a)return a}if((14===b||15===b)&&d){let a=d.type;if("function"==typeof a)return a}return"function"==typeof c?c:null}(a);if(!c)return null;if(a8.has(c))return a8.get(c);let d=function(){let a=b.default,c=a.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;if(c&&"H"in c)return{get:()=>c.H,set:a=>{c.H=a}};let d=a.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;if(d){let a=d.ReactCurrentDispatcher;if(a&&"current"in a)return{get:()=>a.current,set:b=>{a.current=b}}}return null}();if(!d)return a8.set(c,null),null;let e=d.get(),f=null;try{let b=new Proxy({},{get(){throw Error("probe")}});d.set(b);try{c({})}catch(b){if(b instanceof Error&&"probe"===b.message&&b.stack){let c=function(a){let b=a.split("\n"),c=[/source-location/,/\/dist\/index\./,/node_modules\//,/react-dom/,/react\.development/,/react\.production/,/chunk-[A-Z0-9]+/i,/react-stack-bottom-frame/,/react-reconciler/,/scheduler/,/<anonymous>/],d=/^\s*at\s+(?:.*?\s+\()?(.+?):(\d+):(\d+)\)?$/,e=/^[^@]*@(.+?):(\d+):(\d+)$/;for(let a of b){let b=a.trim();if(!b||c.some(a=>a.test(b)))continue;let f=d.exec(b)||e.exec(b);if(f)return{fileName:f[1],line:parseInt(f[2],10),column:parseInt(f[3],10)}}return null}(b.stack);c&&(f={fileName:c.fileName.replace(/[?#].*$/,"").replace(/^turbopack:\/\/\/\[project\]\//,"").replace(/^webpack-internal:\/\/\/\.\//,"").replace(/^webpack-internal:\/\/\//,"").replace(/^webpack:\/\/\/\.\//,"").replace(/^webpack:\/\/\//,"").replace(/^turbopack:\/\/\//,"").replace(/^https?:\/\/[^/]+\//,"").replace(/^file:\/\/\//,"/").replace(/^\([^)]+\)\/\.\//,"").replace(/^\.\//,""),lineNumber:c.line,columnNumber:c.column,componentName:a7(a)||void 0})}}}finally{d.set(e)}return a8.set(c,f),f}(d);if(a)return a;d=d.return,e++}return null}(c);return e?{found:!0,source:e,isReactApp:!0,isProduction:!1}:{found:!1,reason:"no-debug-source",isReactApp:!0,isProduction:!1}}if("u">typeof document){let a=document.getElementById("feedback-tool-styles-page-toolbar-css-styles");a||((a=document.createElement("style")).id="feedback-tool-styles-page-toolbar-css-styles",document.head.appendChild(a)),a.textContent='.styles-module__toolbar___wNsdK svg[fill=none],\n.styles-module__markersLayer___-25j1 svg[fill=none],\n.styles-module__fixedMarkersLayer___ffyX6 svg[fill=none] {\n fill: none !important;\n}\n.styles-module__toolbar___wNsdK svg[fill=none] :not([fill]),\n.styles-module__markersLayer___-25j1 svg[fill=none] :not([fill]),\n.styles-module__fixedMarkersLayer___ffyX6 svg[fill=none] :not([fill]) {\n fill: none !important;\n}\n\n.styles-module__controlsContent___9GJWU :where(button, input, select, textarea, label) {\n background: unset;\n border: unset;\n border-radius: unset;\n padding: unset;\n margin: unset;\n color: unset;\n font-family: unset;\n font-weight: unset;\n font-style: unset;\n line-height: unset;\n letter-spacing: unset;\n text-transform: unset;\n text-decoration: unset;\n box-shadow: unset;\n outline: unset;\n}\n\n@keyframes styles-module__toolbarEnter___u8RRu {\n from {\n opacity: 0;\n transform: scale(0.5) rotate(90deg);\n }\n to {\n opacity: 1;\n transform: scale(1) rotate(0deg);\n }\n}\n@keyframes styles-module__toolbarHide___y8kaT {\n from {\n opacity: 1;\n transform: scale(1);\n }\n to {\n opacity: 0;\n transform: scale(0.8);\n }\n}\n@keyframes styles-module__badgeEnter___mVQLj {\n from {\n opacity: 0;\n transform: scale(0);\n }\n to {\n opacity: 1;\n transform: scale(1);\n }\n}\n@keyframes styles-module__scaleIn___c-r1K {\n from {\n opacity: 0;\n transform: scale(0.85);\n }\n to {\n opacity: 1;\n transform: scale(1);\n }\n}\n@keyframes styles-module__scaleOut___Wctwz {\n from {\n opacity: 1;\n transform: scale(1);\n }\n to {\n opacity: 0;\n transform: scale(0.85);\n }\n}\n@keyframes styles-module__slideUp___kgD36 {\n from {\n opacity: 0;\n transform: scale(0.85) translateY(8px);\n }\n to {\n opacity: 1;\n transform: scale(1) translateY(0);\n }\n}\n@keyframes styles-module__slideDown___zcdje {\n from {\n opacity: 1;\n transform: scale(1) translateY(0);\n }\n to {\n opacity: 0;\n transform: scale(0.85) translateY(8px);\n }\n}\n@keyframes styles-module__fadeIn___b9qmf {\n from {\n opacity: 0;\n }\n to {\n opacity: 1;\n }\n}\n@keyframes styles-module__fadeOut___6Ut6- {\n from {\n opacity: 1;\n }\n to {\n opacity: 0;\n }\n}\n@keyframes styles-module__hoverHighlightIn___6WYHY {\n from {\n opacity: 0;\n transform: scale(0.98);\n }\n to {\n opacity: 1;\n transform: scale(1);\n }\n}\n@keyframes styles-module__hoverTooltipIn___FYGQx {\n from {\n opacity: 0;\n transform: scale(0.95) translateY(4px);\n }\n to {\n opacity: 1;\n transform: scale(1) translateY(0);\n }\n}\n.styles-module__disableTransitions___EopxO :is(*, *::before, *::after) {\n transition: none !important;\n}\n\n.styles-module__toolbar___wNsdK {\n position: fixed;\n bottom: 1.25rem;\n right: 1.25rem;\n width: 337px;\n z-index: 100000;\n font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;\n pointer-events: none;\n transition: left 0s, top 0s, right 0s, bottom 0s;\n}\n\n:where(.styles-module__toolbar___wNsdK) {\n bottom: 1.25rem;\n right: 1.25rem;\n}\n\n.styles-module__toolbarContainer___dIhma {\n position: relative;\n user-select: none;\n margin-left: auto;\n align-self: flex-end;\n display: flex;\n align-items: center;\n justify-content: center;\n background: #1a1a1a;\n color: #fff;\n border: none;\n box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2), 0 4px 16px rgba(0, 0, 0, 0.1);\n pointer-events: auto;\n transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1), transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);\n}\n.styles-module__toolbarContainer___dIhma.styles-module__entrance___sgHd8 {\n animation: styles-module__toolbarEnter___u8RRu 0.5s cubic-bezier(0.34, 1.2, 0.64, 1) forwards;\n}\n.styles-module__toolbarContainer___dIhma.styles-module__hiding___1td44 {\n animation: styles-module__toolbarHide___y8kaT 0.4s cubic-bezier(0.4, 0, 1, 1) forwards;\n pointer-events: none;\n}\n.styles-module__toolbarContainer___dIhma.styles-module__collapsed___Rydsn {\n width: 44px;\n height: 44px;\n border-radius: 22px;\n padding: 0;\n cursor: pointer;\n}\n.styles-module__toolbarContainer___dIhma.styles-module__collapsed___Rydsn svg {\n margin-top: -1px;\n}\n.styles-module__toolbarContainer___dIhma.styles-module__collapsed___Rydsn:hover {\n background: #2a2a2a;\n}\n.styles-module__toolbarContainer___dIhma.styles-module__collapsed___Rydsn:active {\n transform: scale(0.95);\n}\n.styles-module__toolbarContainer___dIhma.styles-module__expanded___ofKPx {\n height: 44px;\n border-radius: 1.5rem;\n padding: 0.375rem;\n width: 297px;\n}\n.styles-module__toolbarContainer___dIhma.styles-module__expanded___ofKPx.styles-module__serverConnected___Gfbou {\n width: 337px;\n}\n\n.styles-module__toggleContent___0yfyP {\n position: absolute;\n display: flex;\n align-items: center;\n justify-content: center;\n transition: opacity 0.1s cubic-bezier(0.19, 1, 0.22, 1);\n}\n.styles-module__toggleContent___0yfyP.styles-module__visible___KHwEW {\n opacity: 1;\n visibility: visible;\n pointer-events: auto;\n}\n.styles-module__toggleContent___0yfyP.styles-module__hidden___Ae8H4 {\n opacity: 0;\n pointer-events: none;\n}\n\n.styles-module__controlsContent___9GJWU {\n display: flex;\n align-items: center;\n gap: 0.375rem;\n transition: filter 0.8s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1), transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);\n}\n.styles-module__controlsContent___9GJWU.styles-module__visible___KHwEW {\n opacity: 1;\n filter: blur(0px);\n transform: scale(1);\n visibility: visible;\n pointer-events: auto;\n}\n.styles-module__controlsContent___9GJWU.styles-module__hidden___Ae8H4 {\n pointer-events: none;\n opacity: 0;\n filter: blur(10px);\n transform: scale(0.4);\n}\n\n.styles-module__badge___2XsgF {\n position: absolute;\n top: -13px;\n right: -13px;\n user-select: none;\n min-width: 18px;\n height: 18px;\n padding: 0 5px;\n border-radius: 9px;\n background-color: var(--agentation-color-accent);\n color: white;\n font-size: 0.625rem;\n font-weight: 600;\n display: flex;\n align-items: center;\n justify-content: center;\n box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15), inset 0 0 0 1px rgba(255, 255, 255, 0.04);\n opacity: 1;\n transition: transform 0.3s ease, opacity 0.2s ease;\n transform: scale(1);\n}\n.styles-module__badge___2XsgF.styles-module__fadeOut___6Ut6- {\n opacity: 0;\n transform: scale(0);\n pointer-events: none;\n}\n.styles-module__badge___2XsgF.styles-module__entrance___sgHd8 {\n animation: styles-module__badgeEnter___mVQLj 0.3s cubic-bezier(0.34, 1.2, 0.64, 1) 0.4s both;\n}\n\n.styles-module__controlButton___8Q0jc {\n position: relative;\n cursor: pointer;\n display: flex;\n align-items: center;\n justify-content: center;\n width: 34px;\n height: 34px;\n border-radius: 50%;\n border: none;\n background: transparent;\n color: rgba(255, 255, 255, 0.85);\n transition: background-color 0.15s ease, color 0.15s ease, transform 0.1s ease, opacity 0.2s ease;\n}\n.styles-module__controlButton___8Q0jc:hover:not(:disabled):not([data-active=true]):not([data-failed=true]):not([data-auto-sync=true]):not([data-error=true]):not([data-no-hover=true]) {\n background: rgba(255, 255, 255, 0.12);\n color: #fff;\n}\n.styles-module__controlButton___8Q0jc:active:not(:disabled) {\n transform: scale(0.92);\n}\n.styles-module__controlButton___8Q0jc:disabled {\n opacity: 0.35;\n cursor: not-allowed;\n}\n.styles-module__controlButton___8Q0jc[data-active=true] {\n color: var(--agentation-color-blue);\n background-color: color-mix(in srgb, var(--agentation-color-blue) 25%, transparent);\n}\n.styles-module__controlButton___8Q0jc[data-error=true] {\n color: var(--agentation-color-red);\n background-color: color-mix(in srgb, var(--agentation-color-red) 25%, transparent);\n}\n.styles-module__controlButton___8Q0jc[data-danger]:hover:not(:disabled):not([data-active=true]):not([data-failed=true]) {\n background-color: color-mix(in srgb, var(--agentation-color-red) 25%, transparent);\n color: var(--agentation-color-red);\n}\n.styles-module__controlButton___8Q0jc[data-no-hover=true], .styles-module__controlButton___8Q0jc.styles-module__statusShowing___te6iu {\n cursor: default;\n pointer-events: none;\n background: transparent !important;\n}\n.styles-module__controlButton___8Q0jc[data-auto-sync=true] {\n color: var(--agentation-color-green);\n background: transparent;\n cursor: default;\n}\n.styles-module__controlButton___8Q0jc[data-failed=true] {\n color: var(--agentation-color-red);\n background-color: color-mix(in srgb, var(--agentation-color-red) 25%, transparent);\n}\n\n.styles-module__buttonBadge___NeFWb {\n position: absolute;\n top: 0px;\n right: 0px;\n min-width: 16px;\n height: 16px;\n padding: 0 4px;\n border-radius: 8px;\n background-color: var(--agentation-color-accent);\n color: white;\n font-size: 0.625rem;\n font-weight: 600;\n display: flex;\n align-items: center;\n justify-content: center;\n box-shadow: 0 0 0 2px #1a1a1a, 0 1px 3px rgba(0, 0, 0, 0.2);\n pointer-events: none;\n}\n[data-agentation-theme=light] .styles-module__buttonBadge___NeFWb {\n box-shadow: 0 0 0 2px #fff, 0 1px 3px rgba(0, 0, 0, 0.2);\n}\n\n@keyframes styles-module__mcpIndicatorPulseConnected___EDodZ {\n 0%, 100% {\n box-shadow: 0 0 0 0 color-mix(in srgb, var(--agentation-color-green) 50%, transparent);\n }\n 50% {\n box-shadow: 0 0 0 5px color-mix(in srgb, var(--agentation-color-green) 0%, transparent);\n }\n}\n@keyframes styles-module__mcpIndicatorPulseConnecting___cCYte {\n 0%, 100% {\n box-shadow: 0 0 0 0 color-mix(in srgb, var(--agentation-color-yellow) 50%, transparent);\n }\n 50% {\n box-shadow: 0 0 0 5px color-mix(in srgb, var(--agentation-color-yellow) 0%, transparent);\n }\n}\n.styles-module__mcpIndicator___zGJeL {\n position: absolute;\n top: 3px;\n right: 3px;\n width: 6px;\n height: 6px;\n border-radius: 50%;\n pointer-events: none;\n transition: background-color 0.3s ease, opacity 0.15s ease, transform 0.15s ease;\n opacity: 1;\n transform: scale(1);\n}\n.styles-module__mcpIndicator___zGJeL.styles-module__connected___7c28g {\n background-color: var(--agentation-color-green);\n animation: styles-module__mcpIndicatorPulseConnected___EDodZ 2.5s ease-in-out infinite;\n}\n.styles-module__mcpIndicator___zGJeL.styles-module__connecting___uo-CW {\n background-color: var(--agentation-color-yellow);\n animation: styles-module__mcpIndicatorPulseConnecting___cCYte 1.5s ease-in-out infinite;\n}\n.styles-module__mcpIndicator___zGJeL.styles-module__hidden___Ae8H4 {\n opacity: 0;\n transform: scale(0);\n animation: none;\n}\n\n@keyframes styles-module__connectionPulse___-Zycw {\n 0%, 100% {\n opacity: 1;\n transform: scale(1);\n }\n 50% {\n opacity: 0.6;\n transform: scale(0.9);\n }\n}\n.styles-module__connectionIndicatorWrapper___L-e-3 {\n width: 8px;\n height: 34px;\n margin-left: 6px;\n margin-right: 6px;\n}\n\n.styles-module__connectionIndicator___afk9p {\n position: relative;\n width: 8px;\n height: 8px;\n border-radius: 50%;\n opacity: 0;\n transition: opacity 0.3s ease, background-color 0.3s ease;\n cursor: default;\n}\n\n.styles-module__connectionIndicatorVisible___C-i5B {\n opacity: 1;\n}\n\n.styles-module__connectionIndicatorConnected___IY8pR {\n background-color: var(--agentation-color-green);\n animation: styles-module__connectionPulse___-Zycw 2.5s ease-in-out infinite;\n}\n\n.styles-module__connectionIndicatorDisconnected___kmpaZ {\n background-color: var(--agentation-color-red);\n animation: none;\n}\n\n.styles-module__connectionIndicatorConnecting___QmSLH {\n background-color: var(--agentation-color-yellow);\n animation: styles-module__connectionPulse___-Zycw 1s ease-in-out infinite;\n}\n\n.styles-module__buttonWrapper___rBcdv {\n position: relative;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n.styles-module__buttonWrapper___rBcdv:hover .styles-module__buttonTooltip___Burd9 {\n opacity: 1;\n visibility: visible;\n transform: translateX(-50%) scale(1);\n transition-delay: 0.85s;\n}\n.styles-module__buttonWrapper___rBcdv:has(.styles-module__controlButton___8Q0jc:disabled):hover .styles-module__buttonTooltip___Burd9 {\n opacity: 0;\n visibility: hidden;\n}\n\n.styles-module__tooltipsInSession___-0lHH .styles-module__buttonWrapper___rBcdv:hover .styles-module__buttonTooltip___Burd9 {\n transition-delay: 0s;\n}\n\n.styles-module__sendButtonWrapper___UUxG6 {\n width: 0;\n opacity: 0;\n overflow: hidden;\n pointer-events: none;\n margin-left: -0.375rem;\n transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1), margin 0.4s cubic-bezier(0.19, 1, 0.22, 1);\n}\n.styles-module__sendButtonWrapper___UUxG6 .styles-module__controlButton___8Q0jc {\n transform: scale(0.8);\n transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);\n}\n.styles-module__sendButtonWrapper___UUxG6.styles-module__sendButtonVisible___WPSQU {\n width: 34px;\n opacity: 1;\n overflow: visible;\n pointer-events: auto;\n margin-left: 0;\n}\n.styles-module__sendButtonWrapper___UUxG6.styles-module__sendButtonVisible___WPSQU .styles-module__controlButton___8Q0jc {\n transform: scale(1);\n}\n\n.styles-module__buttonTooltip___Burd9 {\n position: absolute;\n bottom: calc(100% + 14px);\n left: 50%;\n transform: translateX(-50%) scale(0.95);\n padding: 6px 10px;\n background: #1a1a1a;\n color: rgba(255, 255, 255, 0.9);\n font-size: 12px;\n font-weight: 500;\n border-radius: 8px;\n white-space: nowrap;\n opacity: 0;\n visibility: hidden;\n pointer-events: none;\n z-index: 100001;\n box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);\n transition: opacity 0.135s ease, transform 0.135s ease, visibility 0.135s ease;\n}\n.styles-module__buttonTooltip___Burd9::after {\n content: "";\n position: absolute;\n top: calc(100% - 4px);\n left: 50%;\n transform: translateX(-50%) rotate(45deg);\n width: 8px;\n height: 8px;\n background: #1a1a1a;\n border-radius: 0 0 2px 0;\n}\n\n.styles-module__shortcut___lEAQk {\n margin-left: 4px;\n opacity: 0.5;\n}\n\n.styles-module__tooltipBelow___m6ats .styles-module__buttonTooltip___Burd9 {\n bottom: auto;\n top: calc(100% + 14px);\n transform: translateX(-50%) scale(0.95);\n}\n.styles-module__tooltipBelow___m6ats .styles-module__buttonTooltip___Burd9::after {\n top: -4px;\n bottom: auto;\n border-radius: 2px 0 0 0;\n}\n\n.styles-module__tooltipBelow___m6ats .styles-module__buttonWrapper___rBcdv:hover .styles-module__buttonTooltip___Burd9 {\n transform: translateX(-50%) scale(1);\n}\n\n.styles-module__tooltipsHidden___VtLJG .styles-module__buttonTooltip___Burd9 {\n opacity: 0 !important;\n visibility: hidden !important;\n transition: none !important;\n}\n\n.styles-module__tooltipVisible___0jcCv,\n.styles-module__tooltipsHidden___VtLJG .styles-module__tooltipVisible___0jcCv {\n opacity: 1 !important;\n visibility: visible !important;\n transform: translateX(-50%) scale(1) !important;\n transition-delay: 0s !important;\n}\n\n.styles-module__buttonWrapperAlignLeft___myzIp .styles-module__buttonTooltip___Burd9 {\n left: 50%;\n transform: translateX(-12px) scale(0.95);\n}\n.styles-module__buttonWrapperAlignLeft___myzIp .styles-module__buttonTooltip___Burd9::after {\n left: 16px;\n}\n.styles-module__buttonWrapperAlignLeft___myzIp:hover .styles-module__buttonTooltip___Burd9 {\n transform: translateX(-12px) scale(1);\n}\n\n.styles-module__tooltipBelow___m6ats .styles-module__buttonWrapperAlignLeft___myzIp .styles-module__buttonTooltip___Burd9 {\n transform: translateX(-12px) scale(0.95);\n}\n.styles-module__tooltipBelow___m6ats .styles-module__buttonWrapperAlignLeft___myzIp:hover .styles-module__buttonTooltip___Burd9 {\n transform: translateX(-12px) scale(1);\n}\n\n.styles-module__buttonWrapperAlignRight___HCQFR .styles-module__buttonTooltip___Burd9 {\n left: 50%;\n transform: translateX(calc(-100% + 12px)) scale(0.95);\n}\n.styles-module__buttonWrapperAlignRight___HCQFR .styles-module__buttonTooltip___Burd9::after {\n left: auto;\n right: 8px;\n}\n.styles-module__buttonWrapperAlignRight___HCQFR:hover .styles-module__buttonTooltip___Burd9 {\n transform: translateX(calc(-100% + 12px)) scale(1);\n}\n\n.styles-module__tooltipBelow___m6ats .styles-module__buttonWrapperAlignRight___HCQFR .styles-module__buttonTooltip___Burd9 {\n transform: translateX(calc(-100% + 12px)) scale(0.95);\n}\n.styles-module__tooltipBelow___m6ats .styles-module__buttonWrapperAlignRight___HCQFR:hover .styles-module__buttonTooltip___Burd9 {\n transform: translateX(calc(-100% + 12px)) scale(1);\n}\n\n.styles-module__divider___c--s1 {\n width: 1px;\n height: 12px;\n background: rgba(255, 255, 255, 0.15);\n margin: 0 0.125rem;\n}\n\n.styles-module__overlay___Q1O9y {\n position: fixed;\n inset: 0;\n z-index: 99997;\n pointer-events: none;\n}\n.styles-module__overlay___Q1O9y > * {\n pointer-events: auto;\n}\n\n.styles-module__hoverHighlight___ogakW {\n position: fixed;\n border: 2px solid color-mix(in srgb, var(--agentation-color-accent) 50%, transparent);\n border-radius: 4px;\n background-color: color-mix(in srgb, var(--agentation-color-accent) 4%, transparent);\n pointer-events: none !important;\n box-sizing: border-box;\n will-change: opacity;\n contain: layout style;\n}\n.styles-module__hoverHighlight___ogakW.styles-module__enter___WFIki {\n animation: styles-module__hoverHighlightIn___6WYHY 0.12s ease-out forwards;\n}\n\n.styles-module__multiSelectOutline___cSJ-m {\n position: fixed;\n border: 2px dashed color-mix(in srgb, var(--agentation-color-green) 60%, transparent);\n border-radius: 4px;\n pointer-events: none !important;\n background-color: color-mix(in srgb, var(--agentation-color-green) 5%, transparent);\n box-sizing: border-box;\n will-change: opacity;\n}\n.styles-module__multiSelectOutline___cSJ-m.styles-module__enter___WFIki {\n animation: styles-module__fadeIn___b9qmf 0.15s ease-out forwards;\n}\n.styles-module__multiSelectOutline___cSJ-m.styles-module__exit___fyOJ0 {\n animation: styles-module__fadeOut___6Ut6- 0.15s ease-out forwards;\n}\n\n.styles-module__singleSelectOutline___QhX-O {\n position: fixed;\n border: 2px solid color-mix(in srgb, var(--agentation-color-blue) 60%, transparent);\n border-radius: 4px;\n pointer-events: none !important;\n background-color: color-mix(in srgb, var(--agentation-color-blue) 5%, transparent);\n box-sizing: border-box;\n will-change: opacity;\n}\n.styles-module__singleSelectOutline___QhX-O.styles-module__enter___WFIki {\n animation: styles-module__fadeIn___b9qmf 0.15s ease-out forwards;\n}\n.styles-module__singleSelectOutline___QhX-O.styles-module__exit___fyOJ0 {\n animation: styles-module__fadeOut___6Ut6- 0.15s ease-out forwards;\n}\n\n.styles-module__hoverTooltip___bvLk7 {\n position: fixed;\n font-size: 0.6875rem;\n font-weight: 500;\n color: #fff;\n background: rgba(0, 0, 0, 0.85);\n padding: 0.35rem 0.6rem;\n border-radius: 0.375rem;\n pointer-events: none !important;\n white-space: nowrap;\n max-width: 280px;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n.styles-module__hoverTooltip___bvLk7.styles-module__enter___WFIki {\n animation: styles-module__hoverTooltipIn___FYGQx 0.1s ease-out forwards;\n}\n\n.styles-module__hoverReactPath___gx1IJ {\n font-size: 0.625rem;\n color: rgba(255, 255, 255, 0.6);\n margin-bottom: 0.15rem;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n\n.styles-module__hoverElementName___QMLMl {\n overflow: hidden;\n text-overflow: ellipsis;\n}\n\n.styles-module__markersLayer___-25j1 {\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n height: 0;\n z-index: 99998;\n pointer-events: none;\n}\n.styles-module__markersLayer___-25j1 > * {\n pointer-events: auto;\n}\n\n.styles-module__fixedMarkersLayer___ffyX6 {\n position: fixed;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n z-index: 99998;\n pointer-events: none;\n}\n.styles-module__fixedMarkersLayer___ffyX6 > * {\n pointer-events: auto;\n}\n\n.styles-module__marker___6sQrs {\n position: absolute;\n width: 22px;\n height: 22px;\n background: var(--agentation-color-blue);\n color: white;\n border-radius: 50%;\n display: flex;\n align-items: center;\n justify-content: center;\n font-size: 0.6875rem;\n font-weight: 600;\n transform: translate(-50%, -50%) scale(1);\n opacity: 1;\n cursor: pointer;\n box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.04);\n user-select: none;\n will-change: transform, opacity;\n contain: layout style;\n z-index: 1;\n}\n.styles-module__marker___6sQrs:hover {\n z-index: 2;\n}\n.styles-module__marker___6sQrs:not(.styles-module__enter___WFIki):not(.styles-module__exit___fyOJ0):not(.styles-module__clearing___FQ--7) {\n transition: background-color 0.15s ease, transform 0.1s ease;\n}\n.styles-module__marker___6sQrs.styles-module__enter___WFIki {\n animation: styles-module__markerIn___5FaAP 0.25s cubic-bezier(0.22, 1, 0.36, 1) both;\n}\n.styles-module__marker___6sQrs.styles-module__exit___fyOJ0 {\n animation: styles-module__markerOut___GU5jX 0.2s ease-out both;\n pointer-events: none;\n}\n.styles-module__marker___6sQrs.styles-module__clearing___FQ--7 {\n animation: styles-module__markerOut___GU5jX 0.15s ease-out both;\n pointer-events: none;\n}\n.styles-module__marker___6sQrs:not(.styles-module__enter___WFIki):not(.styles-module__exit___fyOJ0):not(.styles-module__clearing___FQ--7):hover {\n transform: translate(-50%, -50%) scale(1.1);\n}\n.styles-module__marker___6sQrs.styles-module__pending___2IHLC {\n position: fixed;\n background-color: var(--agentation-color-blue);\n cursor: default;\n}\n.styles-module__marker___6sQrs.styles-module__fixed___dBMHC {\n position: fixed;\n}\n.styles-module__marker___6sQrs.styles-module__multiSelect___YWiuz {\n background-color: var(--agentation-color-green);\n width: 26px;\n height: 26px;\n border-radius: 6px;\n font-size: 0.75rem;\n}\n.styles-module__marker___6sQrs.styles-module__multiSelect___YWiuz.styles-module__pending___2IHLC {\n background-color: var(--agentation-color-green);\n}\n.styles-module__marker___6sQrs.styles-module__hovered___ZgXIy {\n background-color: var(--agentation-color-red);\n}\n\n.styles-module__renumber___nCTxD {\n display: block;\n animation: styles-module__renumberRoll___Wgbq3 0.2s ease-out;\n}\n\n@keyframes styles-module__renumberRoll___Wgbq3 {\n 0% {\n transform: translateX(-40%);\n opacity: 0;\n }\n 100% {\n transform: translateX(0);\n opacity: 1;\n }\n}\n.styles-module__markerTooltip___aLJID {\n position: absolute;\n top: calc(100% + 10px);\n left: 50%;\n transform: translateX(-50%) scale(0.909);\n z-index: 100002;\n background: #1a1a1a;\n padding: 8px 0.75rem;\n border-radius: 0.75rem;\n font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;\n font-weight: 400;\n color: #fff;\n box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.08);\n min-width: 120px;\n max-width: 200px;\n pointer-events: none;\n cursor: default;\n}\n.styles-module__markerTooltip___aLJID.styles-module__enter___WFIki {\n animation: styles-module__tooltipIn___0N31w 0.1s ease-out forwards;\n}\n\n.styles-module__markerQuote___FHmrz {\n display: block;\n font-size: 12px;\n font-style: italic;\n color: rgba(255, 255, 255, 0.6);\n margin-bottom: 0.3125rem;\n line-height: 1.4;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n\n.styles-module__markerNote___QkrrS {\n display: block;\n font-size: 13px;\n font-weight: 400;\n line-height: 1.4;\n color: #fff;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n padding-bottom: 2px;\n}\n\n.styles-module__markerHint___2iF-6 {\n display: block;\n font-size: 0.625rem;\n font-weight: 400;\n color: rgba(255, 255, 255, 0.6);\n margin-top: 0.375rem;\n white-space: nowrap;\n}\n\n.styles-module__settingsPanel___OxX3Y {\n position: absolute;\n right: 5px;\n bottom: calc(100% + 0.5rem);\n z-index: 1;\n overflow: hidden;\n background: #1c1c1c;\n border-radius: 1rem;\n padding: 13px 0 16px;\n min-width: 205px;\n cursor: default;\n opacity: 1;\n box-shadow: 0 1px 8px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(0, 0, 0, 0.04);\n transition: background-color 0.25s ease, box-shadow 0.25s ease;\n}\n.styles-module__settingsPanel___OxX3Y::before, .styles-module__settingsPanel___OxX3Y::after {\n content: "";\n position: absolute;\n top: 0;\n bottom: 0;\n width: 16px;\n z-index: 2;\n pointer-events: none;\n}\n.styles-module__settingsPanel___OxX3Y::before {\n left: 0;\n background: linear-gradient(to right, #1c1c1c 0%, transparent 100%);\n}\n.styles-module__settingsPanel___OxX3Y::after {\n right: 0;\n background: linear-gradient(to left, #1c1c1c 0%, transparent 100%);\n}\n.styles-module__settingsPanel___OxX3Y .styles-module__settingsHeader___pwDY9,\n.styles-module__settingsPanel___OxX3Y .styles-module__settingsBrand___0gJeM,\n.styles-module__settingsPanel___OxX3Y .styles-module__settingsBrandSlash___uTG18,\n.styles-module__settingsPanel___OxX3Y .styles-module__settingsVersion___TUcFq,\n.styles-module__settingsPanel___OxX3Y .styles-module__settingsSection___m-YM2,\n.styles-module__settingsPanel___OxX3Y .styles-module__settingsLabel___8UjfX,\n.styles-module__settingsPanel___OxX3Y .styles-module__cycleButton___FMKfw,\n.styles-module__settingsPanel___OxX3Y .styles-module__cycleDot___nPgLY,\n.styles-module__settingsPanel___OxX3Y .styles-module__dropdownButton___16NPz,\n.styles-module__settingsPanel___OxX3Y .styles-module__toggleLabel___Xm8Aa,\n.styles-module__settingsPanel___OxX3Y .styles-module__customCheckbox___U39ax,\n.styles-module__settingsPanel___OxX3Y .styles-module__sliderLabel___U8sPr,\n.styles-module__settingsPanel___OxX3Y .styles-module__slider___GLdxp,\n.styles-module__settingsPanel___OxX3Y .styles-module__themeToggle___2rUjA {\n transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;\n}\n.styles-module__settingsPanel___OxX3Y.styles-module__enter___WFIki {\n opacity: 1;\n transform: translateY(0) scale(1);\n filter: blur(0px);\n transition: opacity 0.2s ease, transform 0.2s ease, filter 0.2s ease;\n}\n.styles-module__settingsPanel___OxX3Y.styles-module__exit___fyOJ0 {\n opacity: 0;\n transform: translateY(8px) scale(0.95);\n filter: blur(5px);\n pointer-events: none;\n transition: opacity 0.1s ease, transform 0.1s ease, filter 0.1s ease;\n}\n[data-agentation-theme=dark] .styles-module__settingsPanel___OxX3Y {\n background: #1a1a1a;\n box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.08);\n}\n[data-agentation-theme=dark] .styles-module__settingsPanel___OxX3Y .styles-module__settingsLabel___8UjfX {\n color: rgba(255, 255, 255, 0.6);\n}\n[data-agentation-theme=dark] .styles-module__settingsPanel___OxX3Y .styles-module__settingsOption___UNa12 {\n color: rgba(255, 255, 255, 0.85);\n}\n[data-agentation-theme=dark] .styles-module__settingsPanel___OxX3Y .styles-module__settingsOption___UNa12:hover {\n background: rgba(255, 255, 255, 0.1);\n}\n[data-agentation-theme=dark] .styles-module__settingsPanel___OxX3Y .styles-module__settingsOption___UNa12.styles-module__selected___OwRqP {\n background: rgba(255, 255, 255, 0.15);\n color: #fff;\n}\n[data-agentation-theme=dark] .styles-module__settingsPanel___OxX3Y .styles-module__toggleLabel___Xm8Aa {\n color: rgba(255, 255, 255, 0.85);\n}\n\n.styles-module__settingsPanelContainer___Xksv8 {\n overflow: visible;\n position: relative;\n display: flex;\n padding: 0 1rem;\n}\n\n.styles-module__settingsPage___6YfHH {\n min-width: 100%;\n flex-shrink: 0;\n transition: transform 0.2s ease, opacity 0.2s ease;\n transition-delay: 0s;\n opacity: 1;\n}\n\n.styles-module__settingsPage___6YfHH.styles-module__slideLeft___Ps01J {\n transform: translateX(-24px);\n opacity: 0;\n pointer-events: none;\n}\n\n.styles-module__automationsPage___uvCq6 {\n position: absolute;\n top: 0;\n left: 24px;\n width: 100%;\n height: 100%;\n padding: 3px 1rem 0;\n box-sizing: border-box;\n display: flex;\n flex-direction: column;\n transition: transform 0.2s ease, opacity 0.2s ease;\n opacity: 0;\n pointer-events: none;\n}\n\n.styles-module__automationsPage___uvCq6.styles-module__slideIn___4-qXe {\n transform: translateX(-24px);\n opacity: 1;\n pointer-events: auto;\n}\n\n.styles-module__settingsNavLink___wCzJt {\n display: flex;\n align-items: center;\n justify-content: space-between;\n width: 100%;\n padding: 0;\n border: none;\n background: transparent;\n font-family: inherit;\n font-size: 0.8125rem;\n font-weight: 400;\n color: rgba(255, 255, 255, 0.5);\n cursor: pointer;\n transition: color 0.15s ease;\n}\n.styles-module__settingsNavLink___wCzJt:hover {\n color: rgba(255, 255, 255, 0.9);\n}\n[data-agentation-theme=light] .styles-module__settingsNavLink___wCzJt {\n color: rgba(0, 0, 0, 0.5);\n}\n[data-agentation-theme=light] .styles-module__settingsNavLink___wCzJt:hover {\n color: rgba(0, 0, 0, 0.8);\n}\n.styles-module__settingsNavLink___wCzJt svg {\n color: rgba(255, 255, 255, 0.4);\n transition: color 0.15s ease;\n}\n.styles-module__settingsNavLink___wCzJt:hover svg {\n color: #fff;\n}\n[data-agentation-theme=light] .styles-module__settingsNavLink___wCzJt svg {\n color: rgba(0, 0, 0, 0.25);\n}\n[data-agentation-theme=light] .styles-module__settingsNavLink___wCzJt:hover svg {\n color: rgba(0, 0, 0, 0.8);\n}\n\n.styles-module__settingsNavLinkRight___ZWwhj {\n display: flex;\n align-items: center;\n gap: 6px;\n}\n\n.styles-module__mcpNavIndicator___cl9pO {\n width: 8px;\n height: 8px;\n border-radius: 50%;\n flex-shrink: 0;\n}\n.styles-module__mcpNavIndicator___cl9pO.styles-module__connected___7c28g {\n background-color: var(--agentation-color-green);\n animation: styles-module__mcpPulse___uNggr 2.5s ease-in-out infinite;\n}\n.styles-module__mcpNavIndicator___cl9pO.styles-module__connecting___uo-CW {\n background-color: var(--agentation-color-yellow);\n animation: styles-module__mcpPulse___uNggr 1.5s ease-in-out infinite;\n}\n\n.styles-module__settingsBackButton___bIe2j {\n display: flex;\n align-items: center;\n gap: 4px;\n padding: 6px 0 12px 0;\n margin: -6px 0 0.5rem 0;\n border: none;\n border-bottom: 1px solid rgba(255, 255, 255, 0.07);\n border-radius: 0;\n background: transparent;\n font-family: inherit;\n font-size: 0.8125rem;\n font-weight: 500;\n letter-spacing: -0.15px;\n color: #fff;\n cursor: pointer;\n transition: transform 0.12s cubic-bezier(0.32, 0.72, 0, 1);\n}\n.styles-module__settingsBackButton___bIe2j svg {\n opacity: 0.4;\n flex-shrink: 0;\n transition: opacity 0.15s ease, transform 0.18s cubic-bezier(0.32, 0.72, 0, 1);\n}\n.styles-module__settingsBackButton___bIe2j:hover {\n border-bottom-color: rgba(255, 255, 255, 0.07);\n}\n.styles-module__settingsBackButton___bIe2j:hover svg {\n opacity: 1;\n}\n[data-agentation-theme=light] .styles-module__settingsBackButton___bIe2j {\n color: rgba(0, 0, 0, 0.85);\n border-bottom-color: rgba(0, 0, 0, 0.08);\n}\n[data-agentation-theme=light] .styles-module__settingsBackButton___bIe2j:hover {\n border-bottom-color: rgba(0, 0, 0, 0.08);\n}\n\n.styles-module__automationHeader___InP0r {\n display: flex;\n align-items: center;\n gap: 0.125rem;\n font-size: 0.8125rem;\n font-weight: 400;\n color: #fff;\n}\n[data-agentation-theme=light] .styles-module__automationHeader___InP0r {\n color: rgba(0, 0, 0, 0.85);\n}\n\n.styles-module__automationDescription___NKlmo {\n font-size: 0.6875rem;\n font-weight: 300;\n color: rgba(255, 255, 255, 0.5);\n margin-top: 2px;\n line-height: 14px;\n}\n[data-agentation-theme=light] .styles-module__automationDescription___NKlmo {\n color: rgba(0, 0, 0, 0.5);\n}\n\n.styles-module__learnMoreLink___8xv-x {\n color: rgba(255, 255, 255, 0.8);\n text-decoration: underline dotted;\n text-decoration-color: rgba(255, 255, 255, 0.2);\n text-underline-offset: 2px;\n transition: color 0.15s ease;\n}\n.styles-module__learnMoreLink___8xv-x:hover {\n color: #fff;\n}\n[data-agentation-theme=light] .styles-module__learnMoreLink___8xv-x {\n color: rgba(0, 0, 0, 0.6);\n text-decoration-color: rgba(0, 0, 0, 0.2);\n}\n[data-agentation-theme=light] .styles-module__learnMoreLink___8xv-x:hover {\n color: rgba(0, 0, 0, 0.85);\n}\n\n.styles-module__autoSendRow___UblX5 {\n display: flex;\n align-items: center;\n gap: 8px;\n}\n\n.styles-module__autoSendLabel___icDc2 {\n font-size: 0.6875rem;\n font-weight: 400;\n color: rgba(255, 255, 255, 0.4);\n transition: color 0.15s ease;\n}\n.styles-module__autoSendLabel___icDc2.styles-module__active___-zoN6 {\n color: #66b8ff;\n color: color(display-p3 0.4 0.72 1);\n}\n[data-agentation-theme=light] .styles-module__autoSendLabel___icDc2 {\n color: rgba(0, 0, 0, 0.4);\n}\n[data-agentation-theme=light] .styles-module__autoSendLabel___icDc2.styles-module__active___-zoN6 {\n color: var(--agentation-color-blue);\n}\n\n.styles-module__webhookUrlInput___2375C {\n display: block;\n width: 100%;\n flex: 1;\n min-height: 60px;\n box-sizing: border-box;\n margin-top: 11px;\n padding: 8px 10px;\n border: 1px solid rgba(255, 255, 255, 0.1);\n border-radius: 6px;\n background: rgba(255, 255, 255, 0.03);\n font-family: inherit;\n font-size: 0.75rem;\n font-weight: 400;\n color: #fff;\n outline: none;\n resize: none;\n user-select: text;\n transition: border-color 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease;\n}\n.styles-module__webhookUrlInput___2375C::placeholder {\n color: rgba(255, 255, 255, 0.3);\n}\n.styles-module__webhookUrlInput___2375C:focus {\n border-color: rgba(255, 255, 255, 0.3);\n background: rgba(255, 255, 255, 0.08);\n}\n[data-agentation-theme=light] .styles-module__webhookUrlInput___2375C {\n border-color: rgba(0, 0, 0, 0.1);\n background: rgba(0, 0, 0, 0.03);\n color: rgba(0, 0, 0, 0.85);\n}\n[data-agentation-theme=light] .styles-module__webhookUrlInput___2375C::placeholder {\n color: rgba(0, 0, 0, 0.3);\n}\n[data-agentation-theme=light] .styles-module__webhookUrlInput___2375C:focus {\n border-color: rgba(0, 0, 0, 0.25);\n background: rgba(0, 0, 0, 0.05);\n}\n\n.styles-module__settingsHeader___pwDY9 {\n display: flex;\n align-items: center;\n justify-content: space-between;\n min-height: 24px;\n margin-bottom: 0.5rem;\n padding-bottom: 9px;\n border-bottom: 1px solid rgba(255, 255, 255, 0.07);\n}\n\n.styles-module__settingsBrand___0gJeM {\n font-size: 0.8125rem;\n font-weight: 600;\n letter-spacing: -0.0094em;\n color: #fff;\n text-decoration: none;\n}\n\n.styles-module__settingsBrandSlash___uTG18 {\n color: var(--agentation-color-accent);\n transition: color 0.2s ease;\n}\n\n.styles-module__settingsVersion___TUcFq {\n font-size: 11px;\n font-weight: 400;\n color: rgba(255, 255, 255, 0.4);\n margin-left: auto;\n letter-spacing: -0.0094em;\n}\n\n.styles-module__settingsSection___m-YM2 + .styles-module__settingsSection___m-YM2 {\n margin-top: 0.5rem;\n padding-top: 0.5rem;\n border-top: 1px solid rgba(255, 255, 255, 0.07);\n}\n.styles-module__settingsSection___m-YM2.styles-module__settingsSectionExtraPadding___jdhFV {\n padding-top: calc(0.5rem + 4px);\n}\n\n.styles-module__settingsSectionGrow___h-5HZ {\n flex: 1;\n display: flex;\n flex-direction: column;\n}\n\n.styles-module__settingsRow___3sdhc {\n display: flex;\n align-items: center;\n justify-content: space-between;\n min-height: 24px;\n}\n.styles-module__settingsRow___3sdhc.styles-module__settingsRowMarginTop___zA0Sp {\n margin-top: 8px;\n}\n\n.styles-module__dropdownContainer___BVnxe {\n position: relative;\n}\n\n.styles-module__dropdownButton___16NPz {\n display: flex;\n align-items: center;\n gap: 0.5rem;\n padding: 0.25rem 0.5rem;\n border: none;\n border-radius: 0.375rem;\n background: transparent;\n font-size: 0.8125rem;\n font-weight: 600;\n color: #fff;\n cursor: pointer;\n transition: background-color 0.15s ease, color 0.15s ease;\n letter-spacing: -0.0094em;\n}\n.styles-module__dropdownButton___16NPz:hover {\n background: rgba(255, 255, 255, 0.08);\n}\n.styles-module__dropdownButton___16NPz svg {\n opacity: 0.6;\n}\n\n.styles-module__cycleButton___FMKfw {\n display: flex;\n align-items: center;\n gap: 0.5rem;\n padding: 0;\n border: none;\n background: transparent;\n font-size: 0.8125rem;\n font-weight: 500;\n color: #fff;\n cursor: pointer;\n letter-spacing: -0.0094em;\n}\n[data-agentation-theme=light] .styles-module__cycleButton___FMKfw {\n color: rgba(0, 0, 0, 0.85);\n}\n.styles-module__cycleButton___FMKfw:disabled {\n opacity: 0.35;\n cursor: not-allowed;\n}\n\n.styles-module__settingsRowDisabled___EgS0V .styles-module__settingsLabel___8UjfX {\n color: rgba(255, 255, 255, 0.2);\n}\n[data-agentation-theme=light] .styles-module__settingsRowDisabled___EgS0V .styles-module__settingsLabel___8UjfX {\n color: rgba(0, 0, 0, 0.2);\n}\n.styles-module__settingsRowDisabled___EgS0V .styles-module__toggleSwitch___l4Ygm {\n opacity: 0.4;\n cursor: not-allowed;\n}\n\n@keyframes styles-module__cycleTextIn___Q6zJf {\n 0% {\n opacity: 0;\n transform: translateY(-6px);\n }\n 100% {\n opacity: 1;\n transform: translateY(0);\n }\n}\n.styles-module__cycleButtonText___fD1LR {\n display: inline-block;\n animation: styles-module__cycleTextIn___Q6zJf 0.2s ease-out;\n}\n\n.styles-module__cycleDots___LWuoQ {\n display: flex;\n flex-direction: column;\n gap: 2px;\n}\n\n.styles-module__cycleDot___nPgLY {\n width: 3px;\n height: 3px;\n border-radius: 50%;\n background: rgba(255, 255, 255, 0.3);\n transform: scale(0.667);\n transition: background-color 0.25s ease-out, transform 0.25s ease-out;\n}\n.styles-module__cycleDot___nPgLY.styles-module__active___-zoN6 {\n background: #fff;\n transform: scale(1);\n}\n[data-agentation-theme=light] .styles-module__cycleDot___nPgLY {\n background: rgba(0, 0, 0, 0.2);\n}\n[data-agentation-theme=light] .styles-module__cycleDot___nPgLY.styles-module__active___-zoN6 {\n background: rgba(0, 0, 0, 0.7);\n}\n\n.styles-module__dropdownMenu___k73ER {\n position: absolute;\n right: 0;\n top: calc(100% + 0.25rem);\n background: #1a1a1a;\n border-radius: 0.5rem;\n padding: 0.25rem;\n min-width: 120px;\n box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.1);\n z-index: 10;\n animation: styles-module__scaleIn___c-r1K 0.15s ease-out;\n}\n\n.styles-module__dropdownItem___ylsLj {\n width: 100%;\n display: flex;\n align-items: center;\n padding: 0.5rem 0.625rem;\n border: none;\n border-radius: 0.375rem;\n background: transparent;\n font-size: 0.8125rem;\n font-weight: 500;\n color: rgba(255, 255, 255, 0.85);\n cursor: pointer;\n text-align: left;\n transition: background-color 0.15s ease, color 0.15s ease;\n letter-spacing: -0.0094em;\n}\n.styles-module__dropdownItem___ylsLj:hover {\n background: rgba(255, 255, 255, 0.08);\n}\n.styles-module__dropdownItem___ylsLj.styles-module__selected___OwRqP {\n background: rgba(255, 255, 255, 0.12);\n color: #fff;\n font-weight: 600;\n}\n\n.styles-module__settingsLabel___8UjfX {\n font-size: 0.8125rem;\n font-weight: 400;\n letter-spacing: -0.0094em;\n color: rgba(255, 255, 255, 0.5);\n display: flex;\n align-items: center;\n gap: 0.125rem;\n}\n[data-agentation-theme=light] .styles-module__settingsLabel___8UjfX {\n color: rgba(0, 0, 0, 0.5);\n}\n\n.styles-module__settingsLabelMarker___ewdtV {\n padding-top: 3px;\n margin-bottom: 10px;\n}\n\n.styles-module__settingsOptions___LyrBA {\n display: flex;\n gap: 0.25rem;\n}\n\n.styles-module__settingsOption___UNa12 {\n flex: 1;\n display: flex;\n align-items: center;\n justify-content: center;\n gap: 0.25rem;\n padding: 0.375rem 0.5rem;\n border: none;\n border-radius: 0.375rem;\n background: transparent;\n font-size: 0.6875rem;\n font-weight: 500;\n color: rgba(0, 0, 0, 0.7);\n cursor: pointer;\n transition: background-color 0.15s ease, color 0.15s ease;\n}\n.styles-module__settingsOption___UNa12:hover {\n background: rgba(0, 0, 0, 0.05);\n}\n.styles-module__settingsOption___UNa12.styles-module__selected___OwRqP {\n background: color-mix(in srgb, var(--agentation-color-blue) 15%, transparent);\n color: var(--agentation-color-blue);\n}\n\n.styles-module__sliderContainer___ducXj {\n display: flex;\n flex-direction: column;\n gap: 0.5rem;\n}\n\n.styles-module__slider___GLdxp {\n -webkit-appearance: none;\n appearance: none;\n width: 100%;\n height: 4px;\n background: rgba(255, 255, 255, 0.15);\n border-radius: 2px;\n outline: none;\n cursor: pointer;\n}\n.styles-module__slider___GLdxp::-webkit-slider-thumb {\n -webkit-appearance: none;\n appearance: none;\n width: 14px;\n height: 14px;\n background: white;\n border-radius: 50%;\n cursor: pointer;\n transition: transform 0.15s ease, box-shadow 0.15s ease;\n box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);\n}\n.styles-module__slider___GLdxp::-moz-range-thumb {\n width: 14px;\n height: 14px;\n background: white;\n border: none;\n border-radius: 50%;\n cursor: pointer;\n transition: transform 0.15s ease, box-shadow 0.15s ease;\n box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);\n}\n.styles-module__slider___GLdxp:hover::-webkit-slider-thumb {\n transform: scale(1.15);\n box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);\n}\n.styles-module__slider___GLdxp:hover::-moz-range-thumb {\n transform: scale(1.15);\n box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);\n}\n\n.styles-module__sliderLabels___FhLDB {\n display: flex;\n justify-content: space-between;\n}\n\n.styles-module__sliderLabel___U8sPr {\n font-size: 0.625rem;\n font-weight: 500;\n color: rgba(255, 255, 255, 0.4);\n cursor: pointer;\n transition: color 0.15s ease;\n}\n.styles-module__sliderLabel___U8sPr:hover {\n color: rgba(255, 255, 255, 0.7);\n}\n.styles-module__sliderLabel___U8sPr.styles-module__active___-zoN6 {\n color: rgba(255, 255, 255, 0.9);\n}\n\n.styles-module__colorOptions___iHCNX {\n display: flex;\n gap: 0.5rem;\n margin-top: 0.375rem;\n margin-bottom: 1px;\n}\n\n.styles-module__colorOption___IodiY {\n display: block;\n width: 20px;\n height: 20px;\n border-radius: 50%;\n border: 2px solid transparent;\n background-color: var(--swatch);\n cursor: pointer;\n transition: transform 0.2s cubic-bezier(0.25, 1, 0.5, 1);\n}\n@supports (color: color(display-p3 0 0 0)) {\n .styles-module__colorOption___IodiY {\n background-color: var(--swatch-p3);\n }\n}\n.styles-module__colorOption___IodiY:hover {\n transform: scale(1.15);\n}\n.styles-module__colorOption___IodiY.styles-module__selected___OwRqP {\n transform: scale(0.83);\n}\n\n.styles-module__colorOptionRing___U2xpo {\n display: flex;\n width: 24px;\n height: 24px;\n border: 2px solid transparent;\n border-radius: 50%;\n transition: border-color 0.3s ease;\n}\n.styles-module__colorOptionRing___U2xpo.styles-module__selected___OwRqP {\n border-color: var(--swatch);\n}\n@supports (color: color(display-p3 0 0 0)) {\n .styles-module__colorOptionRing___U2xpo.styles-module__selected___OwRqP {\n border-color: var(--swatch-p3);\n }\n}\n\n.styles-module__settingsToggle___fBrFn {\n display: flex;\n align-items: center;\n gap: 0.5rem;\n cursor: pointer;\n}\n.styles-module__settingsToggle___fBrFn + .styles-module__settingsToggle___fBrFn {\n margin-top: calc(0.5rem + 6px);\n}\n.styles-module__settingsToggle___fBrFn input[type=checkbox] {\n position: absolute;\n opacity: 0;\n width: 0;\n height: 0;\n}\n.styles-module__settingsToggle___fBrFn.styles-module__settingsToggleMarginBottom___MZUyF {\n margin-bottom: calc(0.5rem + 6px);\n}\n\n.styles-module__customCheckbox___U39ax {\n position: relative;\n width: 14px;\n height: 14px;\n border: 1px solid rgba(255, 255, 255, 0.2);\n border-radius: 4px;\n background: rgba(255, 255, 255, 0.05);\n display: flex;\n align-items: center;\n justify-content: center;\n flex-shrink: 0;\n transition: background-color 0.25s ease, border-color 0.25s ease;\n}\n.styles-module__customCheckbox___U39ax svg {\n color: #1a1a1a;\n opacity: 1;\n transition: opacity 0.15s ease;\n}\ninput[type=checkbox]:checked + .styles-module__customCheckbox___U39ax {\n border-color: rgba(255, 255, 255, 0.3);\n background: rgb(255, 255, 255);\n}\n[data-agentation-theme=light] .styles-module__customCheckbox___U39ax {\n border: 1px solid rgba(0, 0, 0, 0.15);\n background: #fff;\n}\n[data-agentation-theme=light] .styles-module__customCheckbox___U39ax.styles-module__checked___mnZLo {\n border-color: #1a1a1a;\n background: #1a1a1a;\n}\n[data-agentation-theme=light] .styles-module__customCheckbox___U39ax.styles-module__checked___mnZLo svg {\n color: #fff;\n}\n\n.styles-module__toggleLabel___Xm8Aa {\n font-size: 0.8125rem;\n font-weight: 400;\n color: rgba(255, 255, 255, 0.5);\n letter-spacing: -0.0094em;\n display: flex;\n align-items: center;\n gap: 0.25rem;\n}\n[data-agentation-theme=light] .styles-module__toggleLabel___Xm8Aa {\n color: rgba(0, 0, 0, 0.5);\n}\n\n.styles-module__toggleSwitch___l4Ygm {\n position: relative;\n display: inline-block;\n width: 24px;\n height: 16px;\n flex-shrink: 0;\n cursor: pointer;\n transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);\n}\n.styles-module__toggleSwitch___l4Ygm input {\n opacity: 0;\n width: 0;\n height: 0;\n}\n.styles-module__toggleSwitch___l4Ygm input:checked + .styles-module__toggleSlider___wprIn {\n background-color: var(--agentation-color-blue);\n}\n.styles-module__toggleSwitch___l4Ygm input:checked + .styles-module__toggleSlider___wprIn::before {\n transform: translateX(8px);\n}\n.styles-module__toggleSwitch___l4Ygm.styles-module__disabled___332Jw {\n opacity: 0.4;\n}\n.styles-module__toggleSwitch___l4Ygm.styles-module__disabled___332Jw .styles-module__toggleSlider___wprIn {\n cursor: not-allowed;\n}\n\n.styles-module__toggleSlider___wprIn {\n position: absolute;\n cursor: pointer;\n inset: 0;\n border-radius: 16px;\n background: #484848;\n}\n[data-agentation-theme=light] .styles-module__toggleSlider___wprIn {\n background: #dddddd;\n}\n.styles-module__toggleSlider___wprIn::before {\n content: "";\n position: absolute;\n height: 12px;\n width: 12px;\n left: 2px;\n bottom: 2px;\n background: white;\n border-radius: 50%;\n transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);\n}\n\n@keyframes styles-module__mcpPulse___uNggr {\n 0% {\n box-shadow: 0 0 0 0 color-mix(in srgb, var(--agentation-color-green) 50%, transparent);\n }\n 70% {\n box-shadow: 0 0 0 6px color-mix(in srgb, var(--agentation-color-green) 0%, transparent);\n }\n 100% {\n box-shadow: 0 0 0 0 color-mix(in srgb, var(--agentation-color-green) 0%, transparent);\n }\n}\n@keyframes styles-module__mcpPulseError___fov9B {\n 0% {\n box-shadow: 0 0 0 0 color-mix(in srgb, var(--agentation-color-red) 50%, transparent);\n }\n 70% {\n box-shadow: 0 0 0 6px color-mix(in srgb, var(--agentation-color-red) 0%, transparent);\n }\n 100% {\n box-shadow: 0 0 0 0 color-mix(in srgb, var(--agentation-color-red) 0%, transparent);\n }\n}\n.styles-module__mcpStatusDot___ibgkc {\n width: 8px;\n height: 8px;\n border-radius: 50%;\n flex-shrink: 0;\n}\n.styles-module__mcpStatusDot___ibgkc.styles-module__connecting___uo-CW {\n background-color: var(--agentation-color-yellow);\n animation: styles-module__mcpPulse___uNggr 1.5s infinite;\n}\n.styles-module__mcpStatusDot___ibgkc.styles-module__connected___7c28g {\n background-color: var(--agentation-color-green);\n animation: styles-module__mcpPulse___uNggr 2.5s ease-in-out infinite;\n}\n.styles-module__mcpStatusDot___ibgkc.styles-module__disconnected___cHPxR {\n background-color: var(--agentation-color-red);\n animation: styles-module__mcpPulseError___fov9B 2s infinite;\n}\n\n.styles-module__drawCanvas___7cG9U {\n position: fixed;\n inset: 0;\n z-index: 99996;\n pointer-events: none !important;\n}\n.styles-module__drawCanvas___7cG9U.styles-module__active___-zoN6 {\n pointer-events: auto !important;\n cursor: crosshair !important;\n}\n.styles-module__drawCanvas___7cG9U.styles-module__active___-zoN6[data-stroke-hover] {\n cursor: pointer !important;\n}\n\n.styles-module__dragSelection___kZLq2 {\n position: fixed;\n top: 0;\n left: 0;\n border: 2px solid color-mix(in srgb, var(--agentation-color-green) 60%, transparent);\n border-radius: 4px;\n background-color: color-mix(in srgb, var(--agentation-color-green) 8%, transparent);\n pointer-events: none;\n z-index: 99997;\n will-change: transform, width, height;\n contain: layout style;\n}\n\n.styles-module__dragCount___KM90j {\n position: absolute;\n top: 50%;\n left: 50%;\n transform: translate(-50%, -50%);\n background-color: var(--agentation-color-green);\n color: white;\n font-size: 0.875rem;\n font-weight: 600;\n padding: 0.25rem 0.5rem;\n border-radius: 1rem;\n min-width: 1.5rem;\n text-align: center;\n}\n\n.styles-module__highlightsContainer___-0xzG {\n position: fixed;\n top: 0;\n left: 0;\n pointer-events: none;\n z-index: 99996;\n}\n\n.styles-module__selectedElementHighlight___fyVlI {\n position: fixed;\n top: 0;\n left: 0;\n border: 2px solid color-mix(in srgb, var(--agentation-color-green) 50%, transparent);\n border-radius: 4px;\n background: color-mix(in srgb, var(--agentation-color-green) 6%, transparent);\n pointer-events: none;\n will-change: transform, width, height;\n contain: layout style;\n}\n\n[data-agentation-theme=light] .styles-module__toolbarContainer___dIhma {\n background: #fff;\n color: rgba(0, 0, 0, 0.85);\n box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.06), 0 0 0 1px rgba(0, 0, 0, 0.04);\n}\n[data-agentation-theme=light] .styles-module__toolbarContainer___dIhma.styles-module__collapsed___Rydsn:hover {\n background: #f5f5f5;\n}\n[data-agentation-theme=light] .styles-module__controlButton___8Q0jc {\n color: rgba(0, 0, 0, 0.5);\n}\n[data-agentation-theme=light] .styles-module__controlButton___8Q0jc:hover:not(:disabled):not([data-active=true]):not([data-failed=true]):not([data-auto-sync=true]):not([data-error=true]):not([data-no-hover=true]) {\n background: rgba(0, 0, 0, 0.06);\n color: rgba(0, 0, 0, 0.85);\n}\n[data-agentation-theme=light] .styles-module__controlButton___8Q0jc[data-active=true] {\n color: var(--agentation-color-blue);\n background: color-mix(in srgb, var(--agentation-color-blue) 15%, transparent);\n}\n[data-agentation-theme=light] .styles-module__controlButton___8Q0jc[data-error=true] {\n color: var(--agentation-color-red);\n background: color-mix(in srgb, var(--agentation-color-red) 15%, transparent);\n}\n[data-agentation-theme=light] .styles-module__controlButton___8Q0jc[data-danger]:hover:not(:disabled):not([data-active=true]):not([data-failed=true]) {\n color: var(--agentation-color-red);\n background: color-mix(in srgb, var(--agentation-color-red) 15%, transparent);\n}\n[data-agentation-theme=light] .styles-module__controlButton___8Q0jc[data-auto-sync=true] {\n color: var(--agentation-color-green);\n background: transparent;\n}\n[data-agentation-theme=light] .styles-module__controlButton___8Q0jc[data-failed=true] {\n color: var(--agentation-color-red);\n background: color-mix(in srgb, var(--agentation-color-red) 15%, transparent);\n}\n[data-agentation-theme=light] .styles-module__buttonTooltip___Burd9 {\n background: #fff;\n color: rgba(0, 0, 0, 0.85);\n box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.06), 0 0 0 1px rgba(0, 0, 0, 0.04);\n}\n[data-agentation-theme=light] .styles-module__buttonTooltip___Burd9::after {\n background: #fff;\n}\n[data-agentation-theme=light] .styles-module__divider___c--s1 {\n background: rgba(0, 0, 0, 0.1);\n}'}var ba={toolbar:"styles-module__toolbar___wNsdK",markersLayer:"styles-module__markersLayer___-25j1",fixedMarkersLayer:"styles-module__fixedMarkersLayer___ffyX6",controlsContent:"styles-module__controlsContent___9GJWU",disableTransitions:"styles-module__disableTransitions___EopxO",toolbarContainer:"styles-module__toolbarContainer___dIhma",entrance:"styles-module__entrance___sgHd8",toolbarEnter:"styles-module__toolbarEnter___u8RRu",hiding:"styles-module__hiding___1td44",toolbarHide:"styles-module__toolbarHide___y8kaT",collapsed:"styles-module__collapsed___Rydsn",expanded:"styles-module__expanded___ofKPx",serverConnected:"styles-module__serverConnected___Gfbou",toggleContent:"styles-module__toggleContent___0yfyP",visible:"styles-module__visible___KHwEW",hidden:"styles-module__hidden___Ae8H4",badge:"styles-module__badge___2XsgF",fadeOut:"styles-module__fadeOut___6Ut6-",badgeEnter:"styles-module__badgeEnter___mVQLj",controlButton:"styles-module__controlButton___8Q0jc",statusShowing:"styles-module__statusShowing___te6iu",buttonBadge:"styles-module__buttonBadge___NeFWb",mcpIndicator:"styles-module__mcpIndicator___zGJeL",connected:"styles-module__connected___7c28g",mcpIndicatorPulseConnected:"styles-module__mcpIndicatorPulseConnected___EDodZ",connecting:"styles-module__connecting___uo-CW",mcpIndicatorPulseConnecting:"styles-module__mcpIndicatorPulseConnecting___cCYte",connectionIndicatorWrapper:"styles-module__connectionIndicatorWrapper___L-e-3",connectionIndicator:"styles-module__connectionIndicator___afk9p",connectionIndicatorVisible:"styles-module__connectionIndicatorVisible___C-i5B",connectionIndicatorConnected:"styles-module__connectionIndicatorConnected___IY8pR",connectionPulse:"styles-module__connectionPulse___-Zycw",connectionIndicatorDisconnected:"styles-module__connectionIndicatorDisconnected___kmpaZ",connectionIndicatorConnecting:"styles-module__connectionIndicatorConnecting___QmSLH",buttonWrapper:"styles-module__buttonWrapper___rBcdv",buttonTooltip:"styles-module__buttonTooltip___Burd9",tooltipsInSession:"styles-module__tooltipsInSession___-0lHH",sendButtonWrapper:"styles-module__sendButtonWrapper___UUxG6",sendButtonVisible:"styles-module__sendButtonVisible___WPSQU",shortcut:"styles-module__shortcut___lEAQk",tooltipBelow:"styles-module__tooltipBelow___m6ats",tooltipsHidden:"styles-module__tooltipsHidden___VtLJG",tooltipVisible:"styles-module__tooltipVisible___0jcCv",buttonWrapperAlignLeft:"styles-module__buttonWrapperAlignLeft___myzIp",buttonWrapperAlignRight:"styles-module__buttonWrapperAlignRight___HCQFR",divider:"styles-module__divider___c--s1",overlay:"styles-module__overlay___Q1O9y",hoverHighlight:"styles-module__hoverHighlight___ogakW",enter:"styles-module__enter___WFIki",hoverHighlightIn:"styles-module__hoverHighlightIn___6WYHY",multiSelectOutline:"styles-module__multiSelectOutline___cSJ-m",fadeIn:"styles-module__fadeIn___b9qmf",exit:"styles-module__exit___fyOJ0",singleSelectOutline:"styles-module__singleSelectOutline___QhX-O",hoverTooltip:"styles-module__hoverTooltip___bvLk7",hoverTooltipIn:"styles-module__hoverTooltipIn___FYGQx",hoverReactPath:"styles-module__hoverReactPath___gx1IJ",hoverElementName:"styles-module__hoverElementName___QMLMl",marker:"styles-module__marker___6sQrs",clearing:"styles-module__clearing___FQ--7",markerIn:"styles-module__markerIn___5FaAP",markerOut:"styles-module__markerOut___GU5jX",pending:"styles-module__pending___2IHLC",fixed:"styles-module__fixed___dBMHC",multiSelect:"styles-module__multiSelect___YWiuz",hovered:"styles-module__hovered___ZgXIy",renumber:"styles-module__renumber___nCTxD",renumberRoll:"styles-module__renumberRoll___Wgbq3",markerTooltip:"styles-module__markerTooltip___aLJID",tooltipIn:"styles-module__tooltipIn___0N31w",markerQuote:"styles-module__markerQuote___FHmrz",markerNote:"styles-module__markerNote___QkrrS",markerHint:"styles-module__markerHint___2iF-6",settingsPanel:"styles-module__settingsPanel___OxX3Y",settingsHeader:"styles-module__settingsHeader___pwDY9",settingsBrand:"styles-module__settingsBrand___0gJeM",settingsBrandSlash:"styles-module__settingsBrandSlash___uTG18",settingsVersion:"styles-module__settingsVersion___TUcFq",settingsSection:"styles-module__settingsSection___m-YM2",settingsLabel:"styles-module__settingsLabel___8UjfX",cycleButton:"styles-module__cycleButton___FMKfw",cycleDot:"styles-module__cycleDot___nPgLY",dropdownButton:"styles-module__dropdownButton___16NPz",toggleLabel:"styles-module__toggleLabel___Xm8Aa",customCheckbox:"styles-module__customCheckbox___U39ax",sliderLabel:"styles-module__sliderLabel___U8sPr",slider:"styles-module__slider___GLdxp",themeToggle:"styles-module__themeToggle___2rUjA",settingsOption:"styles-module__settingsOption___UNa12",selected:"styles-module__selected___OwRqP",settingsPanelContainer:"styles-module__settingsPanelContainer___Xksv8",settingsPage:"styles-module__settingsPage___6YfHH",slideLeft:"styles-module__slideLeft___Ps01J",automationsPage:"styles-module__automationsPage___uvCq6",slideIn:"styles-module__slideIn___4-qXe",settingsNavLink:"styles-module__settingsNavLink___wCzJt",settingsNavLinkRight:"styles-module__settingsNavLinkRight___ZWwhj",mcpNavIndicator:"styles-module__mcpNavIndicator___cl9pO",mcpPulse:"styles-module__mcpPulse___uNggr",settingsBackButton:"styles-module__settingsBackButton___bIe2j",automationHeader:"styles-module__automationHeader___InP0r",automationDescription:"styles-module__automationDescription___NKlmo",learnMoreLink:"styles-module__learnMoreLink___8xv-x",autoSendRow:"styles-module__autoSendRow___UblX5",autoSendLabel:"styles-module__autoSendLabel___icDc2",active:"styles-module__active___-zoN6",webhookUrlInput:"styles-module__webhookUrlInput___2375C",settingsSectionExtraPadding:"styles-module__settingsSectionExtraPadding___jdhFV",settingsSectionGrow:"styles-module__settingsSectionGrow___h-5HZ",settingsRow:"styles-module__settingsRow___3sdhc",settingsRowMarginTop:"styles-module__settingsRowMarginTop___zA0Sp",dropdownContainer:"styles-module__dropdownContainer___BVnxe",settingsRowDisabled:"styles-module__settingsRowDisabled___EgS0V",toggleSwitch:"styles-module__toggleSwitch___l4Ygm",cycleButtonText:"styles-module__cycleButtonText___fD1LR",cycleTextIn:"styles-module__cycleTextIn___Q6zJf",cycleDots:"styles-module__cycleDots___LWuoQ",dropdownMenu:"styles-module__dropdownMenu___k73ER",scaleIn:"styles-module__scaleIn___c-r1K",dropdownItem:"styles-module__dropdownItem___ylsLj",settingsLabelMarker:"styles-module__settingsLabelMarker___ewdtV",settingsOptions:"styles-module__settingsOptions___LyrBA",sliderContainer:"styles-module__sliderContainer___ducXj",sliderLabels:"styles-module__sliderLabels___FhLDB",colorOptions:"styles-module__colorOptions___iHCNX",colorOption:"styles-module__colorOption___IodiY",colorOptionRing:"styles-module__colorOptionRing___U2xpo",settingsToggle:"styles-module__settingsToggle___fBrFn",settingsToggleMarginBottom:"styles-module__settingsToggleMarginBottom___MZUyF",checked:"styles-module__checked___mnZLo",toggleSlider:"styles-module__toggleSlider___wprIn",disabled:"styles-module__disabled___332Jw",mcpStatusDot:"styles-module__mcpStatusDot___ibgkc",disconnected:"styles-module__disconnected___cHPxR",mcpPulseError:"styles-module__mcpPulseError___fov9B",drawCanvas:"styles-module__drawCanvas___7cG9U",dragSelection:"styles-module__dragSelection___kZLq2",dragCount:"styles-module__dragCount___KM90j",highlightsContainer:"styles-module__highlightsContainer___-0xzG",selectedElementHighlight:"styles-module__selectedElementHighlight___fyVlI",scaleOut:"styles-module__scaleOut___Wctwz",slideUp:"styles-module__slideUp___kgD36",slideDown:"styles-module__slideDown___zcdje"},bb=[{value:"compact",label:"Compact"},{value:"standard",label:"Standard"},{value:"detailed",label:"Detailed"},{value:"forensic",label:"Forensic"}];function bc(a,b,c="standard"){if(0===a.length)return"";let d="unknown",e=`## Page Feedback: ${b}
63
+ `;return"forensic"===c?e+=`
64
+ **Environment:**
65
+ - Viewport: ${d}
66
+
67
+ ---
68
+ `:"compact"!==c&&(e+=`**Viewport:** ${d}
69
+ `),e+="\n",a.forEach((a,b)=>{"compact"===c?(e+=`${b+1}. **${a.element}**${a.sourceFile?` (${a.sourceFile})`:""}: ${a.comment}`,a.selectedText&&(e+=` (re: "${a.selectedText.slice(0,30)}${a.selectedText.length>30?"...":""}")`),e+="\n"):("forensic"===c?(e+=`### ${b+1}. ${a.element}
70
+ `,a.isMultiSelect&&a.fullPath&&(e+=`*Forensic data shown for first element of selection*
71
+ `),a.fullPath&&(e+=`**Full DOM Path:** ${a.fullPath}
72
+ `),a.cssClasses&&(e+=`**CSS Classes:** ${a.cssClasses}
73
+ `),a.boundingBox&&(e+=`**Position:** x:${Math.round(a.boundingBox.x)}, y:${Math.round(a.boundingBox.y)} (${Math.round(a.boundingBox.width)}\xd7${Math.round(a.boundingBox.height)}px)
74
+ `),e+=`**Annotation at:** ${a.x.toFixed(1)}% from left, ${Math.round(a.y)}px from top
75
+ `,a.selectedText&&(e+=`**Selected text:** "${a.selectedText}"
76
+ `),a.nearbyText&&!a.selectedText&&(e+=`**Context:** ${a.nearbyText.slice(0,100)}
77
+ `),a.computedStyles&&(e+=`**Computed Styles:** ${a.computedStyles}
78
+ `),a.accessibility&&(e+=`**Accessibility:** ${a.accessibility}
79
+ `),a.nearbyElements&&(e+=`**Nearby Elements:** ${a.nearbyElements}
80
+ `),a.sourceFile&&(e+=`**Source:** ${a.sourceFile}
81
+ `),a.reactComponents&&(e+=`**React:** ${a.reactComponents}
82
+ `)):(e+=`### ${b+1}. ${a.element}
83
+ **Location:** ${a.elementPath}
84
+ `,a.sourceFile&&(e+=`**Source:** ${a.sourceFile}
85
+ `),a.reactComponents&&(e+=`**React:** ${a.reactComponents}
86
+ `),"detailed"===c&&(a.cssClasses&&(e+=`**Classes:** ${a.cssClasses}
87
+ `),a.boundingBox&&(e+=`**Position:** ${Math.round(a.boundingBox.x)}px, ${Math.round(a.boundingBox.y)}px (${Math.round(a.boundingBox.width)}\xd7${Math.round(a.boundingBox.height)}px)
88
+ `)),a.selectedText&&(e+=`**Selected text:** "${a.selectedText}"
89
+ `),"detailed"===c&&a.nearbyText&&!a.selectedText&&(e+=`**Context:** ${a.nearbyText.slice(0,100)}
90
+ `)),e+=`**Feedback:** ${a.comment}
91
+
92
+ `)}),e.trim()}if("u">typeof document){let a=document.getElementById("feedback-tool-styles-annotation-marker-styles");a||((a=document.createElement("style")).id="feedback-tool-styles-annotation-marker-styles",document.head.appendChild(a)),a.textContent='@keyframes styles-module__markerIn___x4G8D {\n 0% {\n opacity: 0;\n transform: translate(-50%, -50%) scale(0.3);\n }\n 100% {\n opacity: 1;\n transform: translate(-50%, -50%) scale(1);\n }\n}\n@keyframes styles-module__markerOut___6VhQN {\n 0% {\n opacity: 1;\n transform: translate(-50%, -50%) scale(1);\n }\n 100% {\n opacity: 0;\n transform: translate(-50%, -50%) scale(0.3);\n }\n}\n@keyframes styles-module__tooltipIn___aJslQ {\n from {\n opacity: 0;\n transform: translateX(-50%) translateY(2px) scale(0.891);\n }\n to {\n opacity: 1;\n transform: translateX(-50%) translateY(0) scale(0.909);\n }\n}\n@keyframes styles-module__renumberRoll___akV9B {\n 0% {\n transform: translateX(-40%);\n opacity: 0;\n }\n 100% {\n transform: translateX(0);\n opacity: 1;\n }\n}\n.styles-module__marker___9CKF7 {\n position: absolute;\n width: 22px;\n height: 22px;\n background: var(--agentation-color-blue);\n color: white;\n border-radius: 50%;\n display: flex;\n align-items: center;\n justify-content: center;\n font-size: 0.6875rem;\n font-weight: 600;\n transform: translate(-50%, -50%) scale(1);\n opacity: 1;\n cursor: pointer;\n box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.04);\n user-select: none;\n will-change: transform, opacity;\n contain: layout style;\n z-index: 1;\n}\n.styles-module__marker___9CKF7:hover {\n z-index: 2;\n}\n.styles-module__marker___9CKF7:not(.styles-module__enter___8kI3q):not(.styles-module__exit___KBdR3):not(.styles-module__clearing___8rM7K) {\n transition: background-color 0.15s ease, transform 0.1s ease;\n}\n.styles-module__marker___9CKF7.styles-module__enter___8kI3q {\n animation: styles-module__markerIn___x4G8D 0.25s cubic-bezier(0.22, 1, 0.36, 1) both;\n}\n.styles-module__marker___9CKF7.styles-module__exit___KBdR3 {\n animation: styles-module__markerOut___6VhQN 0.2s ease-out both;\n pointer-events: none;\n}\n.styles-module__marker___9CKF7.styles-module__clearing___8rM7K {\n animation: styles-module__markerOut___6VhQN 0.15s ease-out both;\n pointer-events: none;\n}\n.styles-module__marker___9CKF7:not(.styles-module__enter___8kI3q):not(.styles-module__exit___KBdR3):not(.styles-module__clearing___8rM7K):hover {\n transform: translate(-50%, -50%) scale(1.1);\n}\n.styles-module__marker___9CKF7.styles-module__pending___BiY-U {\n position: fixed;\n background-color: var(--agentation-color-blue);\n cursor: default;\n}\n.styles-module__marker___9CKF7.styles-module__fixed___aKrQO {\n position: fixed;\n}\n.styles-module__marker___9CKF7.styles-module__multiSelect___CPfTC {\n background-color: var(--agentation-color-green);\n width: 26px;\n height: 26px;\n border-radius: 6px;\n font-size: 0.75rem;\n}\n.styles-module__marker___9CKF7.styles-module__multiSelect___CPfTC.styles-module__pending___BiY-U {\n background-color: var(--agentation-color-green);\n}\n.styles-module__marker___9CKF7.styles-module__hovered___-mg2N {\n background-color: var(--agentation-color-red);\n}\n\n.styles-module__renumber___16lvD {\n display: block;\n animation: styles-module__renumberRoll___akV9B 0.2s ease-out;\n}\n\n.styles-module__markerTooltip___-VUm- {\n position: absolute;\n top: calc(100% + 10px);\n left: 50%;\n transform: translateX(-50%) scale(0.909);\n z-index: 100002;\n background: #1a1a1a;\n padding: 8px 0.75rem;\n border-radius: 0.75rem;\n font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;\n font-weight: 400;\n color: #fff;\n box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.08);\n min-width: 120px;\n max-width: 200px;\n pointer-events: none;\n cursor: default;\n}\n.styles-module__markerTooltip___-VUm-.styles-module__enter___8kI3q {\n animation: styles-module__tooltipIn___aJslQ 0.1s ease-out forwards;\n}\n\n.styles-module__markerQuote___tQake {\n display: block;\n font-size: 12px;\n font-style: italic;\n color: rgba(255, 255, 255, 0.6);\n margin-bottom: 0.3125rem;\n line-height: 1.4;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n\n.styles-module__markerNote___Rh4eI {\n display: block;\n font-size: 13px;\n font-weight: 400;\n line-height: 1.4;\n color: #fff;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n padding-bottom: 2px;\n}\n\n[data-agentation-theme=light] .styles-module__markerTooltip___-VUm- {\n background: #fff;\n box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.06);\n}\n[data-agentation-theme=light] .styles-module__markerTooltip___-VUm- .styles-module__markerQuote___tQake {\n color: rgba(0, 0, 0, 0.5);\n}\n[data-agentation-theme=light] .styles-module__markerTooltip___-VUm- .styles-module__markerNote___Rh4eI {\n color: rgba(0, 0, 0, 0.85);\n}'}var bd="styles-module__marker___9CKF7",be="styles-module__enter___8kI3q",bf="styles-module__exit___KBdR3",bg="styles-module__multiSelect___CPfTC",bh="styles-module__hovered___-mg2N";function bi({annotation:a,globalIndex:b,layerIndex:c,layerSize:e,isExiting:f,isClearing:g,isAnimated:h,isHovered:i,isDeleting:j,isEditingAny:k,renumberFrom:l,markerClickBehavior:m,tooltipStyle:n,onHoverEnter:o,onHoverLeave:p,onClick:q,onContextMenu:r}){let s=(i||j)&&!k,t=s&&"delete"===m,u=a.isMultiSelect,v=f?`${(e-1-c)*20}ms`:`${20*c}ms`;return(0,d.jsxs)("div",{className:`${bd} ${u?bg:""} ${f?bf:g?"styles-module__clearing___8rM7K":h?"":be} ${t?bh:""}`,"data-annotation-marker":!0,style:{left:`${a.x}%`,top:a.y,backgroundColor:t?void 0:u?"var(--agentation-color-green)":"var(--agentation-color-accent)",animationDelay:v},onMouseEnter:()=>o(a),onMouseLeave:p,onClick:b=>{b.stopPropagation(),f||q(a)},onContextMenu:r?b=>{"delete"===m&&(b.preventDefault(),b.stopPropagation(),f||r(a))}:void 0,children:[s?t?(0,d.jsx)(x,{size:u?18:16}):(0,d.jsx)(B,{size:16}):(0,d.jsx)("span",{className:null!==l&&b>=l?"styles-module__renumber___16lvD":void 0,children:b+1}),i&&!k&&(0,d.jsxs)("div",{className:`styles-module__markerTooltip___-VUm- ${be}`,style:n,children:[(0,d.jsxs)("span",{className:"styles-module__markerQuote___tQake",children:[a.element,a.selectedText&&` "${a.selectedText.slice(0,30)}${a.selectedText.length>30?"...":""}"`]}),(0,d.jsx)("span",{className:"styles-module__markerNote___Rh4eI",children:a.comment})]})]})}function bj({x:a,y:b,isMultiSelect:c,isExiting:e}){return(0,d.jsx)("div",{className:`${bd} styles-module__pending___BiY-U ${c?bg:""} ${e?bf:be}`,style:{left:`${a}%`,top:b,backgroundColor:c?"var(--agentation-color-green)":"var(--agentation-color-accent)"},children:(0,d.jsx)(o,{size:12})})}function bk({annotation:a,fixed:b}){let c=a.isMultiSelect;return(0,d.jsx)("div",{className:`${bd} ${b?"styles-module__fixed___aKrQO":""} ${bh} ${c?bg:""} ${bf}`,"data-annotation-marker":!0,style:{left:`${a.x}%`,top:a.y},children:(0,d.jsx)(x,{size:c?12:10})})}if("u">typeof document){let a=document.getElementById("feedback-tool-styles-switch-styles");a||((a=document.createElement("style")).id="feedback-tool-styles-switch-styles",document.head.appendChild(a)),a.textContent=".styles-module__switchContainer___Ka-AB {\n display: flex;\n align-items: center;\n position: relative;\n padding: 2px;\n width: 24px;\n height: 16px;\n border-radius: 8px;\n background-color: #cdcdcd;\n transition: background-color 0.15s, opacity 0.15s;\n}\n[data-agentation-theme=dark] .styles-module__switchContainer___Ka-AB {\n background-color: #484848;\n}\n.styles-module__switchContainer___Ka-AB:has(.styles-module__switchInput___kYDSD:checked) {\n background-color: var(--agentation-color-blue);\n}\n.styles-module__switchContainer___Ka-AB:has(.styles-module__switchInput___kYDSD:disabled) {\n opacity: 0.3;\n}\n\n.styles-module__switchInput___kYDSD {\n position: absolute;\n z-index: 1;\n inset: 0;\n border-radius: inherit;\n opacity: 0;\n cursor: pointer;\n}\n.styles-module__switchInput___kYDSD:disabled {\n cursor: not-allowed;\n}\n\n.styles-module__switchThumb___4sCPH {\n border-radius: 50%;\n width: 12px;\n height: 12px;\n background-color: #fff;\n transition: transform 0.15s;\n}\n.styles-module__switchContainer___Ka-AB:has(.styles-module__switchInput___kYDSD:checked) .styles-module__switchThumb___4sCPH {\n transform: translateX(8px);\n}"}var bl=({className:a="",...b})=>(0,d.jsxs)("div",{className:`styles-module__switchContainer___Ka-AB ${a}`,children:[(0,d.jsx)("input",{className:"styles-module__switchInput___kYDSD",type:"checkbox",...b}),(0,d.jsx)("div",{className:"styles-module__switchThumb___4sCPH"})]});if("u">typeof document){let a=document.getElementById("feedback-tool-styles-checkbox-styles");a||((a=document.createElement("style")).id="feedback-tool-styles-checkbox-styles",document.head.appendChild(a)),a.textContent=".styles-module__checkboxContainer___joqZk {\n display: flex;\n justify-content: center;\n align-items: center;\n position: relative;\n border: 1px solid rgba(26, 26, 26, 0.2);\n border-radius: 4px;\n width: 14px;\n height: 14px;\n background-color: #fff;\n transition: background-color 0.2s ease;\n}\n[data-agentation-theme=dark] .styles-module__checkboxContainer___joqZk {\n border-color: rgba(255, 255, 255, 0.2);\n background-color: #252525;\n}\n.styles-module__checkboxContainer___joqZk:has(.styles-module__checkboxInput___ECzzO:checked) {\n background-color: #1a1a1a;\n}\n[data-agentation-theme=dark] .styles-module__checkboxContainer___joqZk:has(.styles-module__checkboxInput___ECzzO:checked) {\n background-color: #fff;\n}\n\n.styles-module__checkboxInput___ECzzO {\n position: absolute;\n z-index: 1;\n inset: -1px;\n border-radius: inherit;\n opacity: 0;\n cursor: pointer;\n}\n\n.styles-module__checkboxCheck___fUXpr {\n color: #fafafa;\n}\n[data-agentation-theme=dark] .styles-module__checkboxCheck___fUXpr {\n color: #1a1a1a;\n}\n\n.styles-module__checkboxCheckPath___cDyh8 {\n stroke-dasharray: 9.29px;\n stroke-dashoffset: 9.29px;\n color: #fafafa;\n transition: stroke-dashoffset 0.1s ease;\n}\n[data-agentation-theme=dark] .styles-module__checkboxCheckPath___cDyh8 {\n color: #1a1a1a;\n}\n.styles-module__checkboxContainer___joqZk:has(.styles-module__checkboxInput___ECzzO:checked) .styles-module__checkboxCheckPath___cDyh8 {\n transition-duration: 0.2s;\n stroke-dashoffset: 0;\n}"}var bm=({className:a="",...b})=>(0,d.jsxs)("div",{className:`styles-module__checkboxContainer___joqZk ${a}`,children:[(0,d.jsx)("input",{className:"styles-module__checkboxInput___ECzzO",type:"checkbox",...b}),(0,d.jsx)("svg",{className:"styles-module__checkboxCheck___fUXpr",width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",children:(0,d.jsx)("path",{className:"styles-module__checkboxCheckPath___cDyh8",d:"M3.94 7L6.13 9.19L10.5 4.81",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})})]});if("u">typeof document){let a=document.getElementById("feedback-tool-styles-checkbox-field-styles");a||((a=document.createElement("style")).id="feedback-tool-styles-checkbox-field-styles",document.head.appendChild(a)),a.textContent=".styles-module__container___w8eAF {\n display: flex;\n align-items: center;\n height: 24px;\n}\n\n.styles-module__label___J5mxE {\n padding-inline: 8px 2px;\n line-height: 20px;\n font-size: 13px;\n letter-spacing: -0.15px;\n color: rgba(26, 26, 26, 0.5);\n cursor: pointer;\n}\n[data-agentation-theme=dark] .styles-module__label___J5mxE {\n color: rgba(255, 255, 255, 0.5);\n}"}var bn=({className:a="",label:c,tooltip:e,checked:f,onChange:g,...h})=>{let i=(0,b.useId)();return(0,d.jsxs)("div",{className:`styles-module__container___w8eAF ${a}`,...h,children:[(0,d.jsx)(bm,{id:i,onChange:g,checked:f}),(0,d.jsx)("label",{className:"styles-module__label___J5mxE",htmlFor:i,children:c}),e&&(0,d.jsx)(Q,{content:e})]})};if("u">typeof document){let a=document.getElementById("feedback-tool-styles-settings-panel-styles");a||((a=document.createElement("style")).id="feedback-tool-styles-settings-panel-styles",document.head.appendChild(a)),a.textContent='@keyframes styles-module__cycleTextIn___VBNTi {\n 0% {\n opacity: 0;\n transform: translateY(-6px);\n }\n 100% {\n opacity: 1;\n transform: translateY(0);\n }\n}\n@keyframes styles-module__scaleIn___QpQ8E {\n from {\n opacity: 0;\n transform: scale(0.85);\n }\n to {\n opacity: 1;\n transform: scale(1);\n }\n}\n@keyframes styles-module__mcpPulse___5Q3Jj {\n 0% {\n box-shadow: 0 0 0 0 color-mix(in srgb, var(--agentation-color-green) 50%, transparent);\n }\n 70% {\n box-shadow: 0 0 0 6px color-mix(in srgb, var(--agentation-color-green) 0%, transparent);\n }\n 100% {\n box-shadow: 0 0 0 0 color-mix(in srgb, var(--agentation-color-green) 0%, transparent);\n }\n}\n@keyframes styles-module__mcpPulseError___VHxhx {\n 0% {\n box-shadow: 0 0 0 0 color-mix(in srgb, var(--agentation-color-red) 50%, transparent);\n }\n 70% {\n box-shadow: 0 0 0 6px color-mix(in srgb, var(--agentation-color-red) 0%, transparent);\n }\n 100% {\n box-shadow: 0 0 0 0 color-mix(in srgb, var(--agentation-color-red) 0%, transparent);\n }\n}\n@keyframes styles-module__themeIconIn___qUWMV {\n 0% {\n opacity: 0;\n transform: scale(0.8) rotate(-30deg);\n }\n 100% {\n opacity: 1;\n transform: scale(1) rotate(0deg);\n }\n}\n.styles-module__settingsPanel___qNkn- {\n position: absolute;\n right: 5px;\n bottom: calc(100% + 0.5rem);\n z-index: 1;\n overflow: hidden;\n background: #1c1c1c;\n border-radius: 16px;\n padding: 12px 0;\n width: 100%;\n max-width: 253px;\n min-width: 205px;\n cursor: default;\n opacity: 1;\n box-shadow: 0 1px 8px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(0, 0, 0, 0.04);\n transition: background-color 0.25s ease, box-shadow 0.25s ease;\n}\n.styles-module__settingsPanel___qNkn-::before, .styles-module__settingsPanel___qNkn-::after {\n content: "";\n position: absolute;\n top: 0;\n bottom: 0;\n width: 16px;\n z-index: 2;\n pointer-events: none;\n}\n.styles-module__settingsPanel___qNkn-::before {\n left: 0;\n background: linear-gradient(to right, #1c1c1c 0%, transparent 100%);\n}\n.styles-module__settingsPanel___qNkn-::after {\n right: 0;\n background: linear-gradient(to left, #1c1c1c 0%, transparent 100%);\n}\n.styles-module__settingsPanel___qNkn- .styles-module__settingsHeader___Fn1DP,\n.styles-module__settingsPanel___qNkn- .styles-module__settingsBrand___OoKlM,\n.styles-module__settingsPanel___qNkn- .styles-module__settingsBrandSlash___Q-AU9,\n.styles-module__settingsPanel___qNkn- .styles-module__settingsVersion___rXmL9,\n.styles-module__settingsPanel___qNkn- .styles-module__settingsSection___n5V-4,\n.styles-module__settingsPanel___qNkn- .styles-module__settingsLabel___VCVOQ,\n.styles-module__settingsPanel___qNkn- .styles-module__cycleButton___XMBx3,\n.styles-module__settingsPanel___qNkn- .styles-module__cycleDot___zgSXY,\n.styles-module__settingsPanel___qNkn- .styles-module__dropdownButton___mKHe8,\n.styles-module__settingsPanel___qNkn- .styles-module__sliderLabel___6K5v1,\n.styles-module__settingsPanel___qNkn- .styles-module__slider___v5z-c,\n.styles-module__settingsPanel___qNkn- .styles-module__themeToggle___3imlT {\n transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;\n}\n.styles-module__settingsPanel___qNkn-.styles-module__enter___wginS {\n opacity: 1;\n transform: translateY(0) scale(1);\n filter: blur(0px);\n transition: opacity 0.2s ease, transform 0.2s ease, filter 0.2s ease;\n}\n.styles-module__settingsPanel___qNkn-.styles-module__exit___A4iJc {\n opacity: 0;\n transform: translateY(8px) scale(0.95);\n filter: blur(5px);\n pointer-events: none;\n transition: opacity 0.1s ease, transform 0.1s ease, filter 0.1s ease;\n}\n[data-agentation-theme=dark] .styles-module__settingsPanel___qNkn- {\n background: #1a1a1a;\n box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.08);\n}\n[data-agentation-theme=dark] .styles-module__settingsPanel___qNkn- .styles-module__settingsLabel___VCVOQ {\n color: rgba(255, 255, 255, 0.6);\n}\n[data-agentation-theme=dark] .styles-module__settingsPanel___qNkn- .styles-module__settingsOption___JoyH- {\n color: rgba(255, 255, 255, 0.85);\n}\n[data-agentation-theme=dark] .styles-module__settingsPanel___qNkn- .styles-module__settingsOption___JoyH-:hover {\n background: rgba(255, 255, 255, 0.1);\n}\n[data-agentation-theme=dark] .styles-module__settingsPanel___qNkn- .styles-module__settingsOption___JoyH-.styles-module__selected___k1-Vq {\n background: rgba(255, 255, 255, 0.15);\n color: #fff;\n}\n\n.styles-module__settingsPanelContainer___5it-H {\n overflow: visible;\n position: relative;\n display: flex;\n padding: 0 16px;\n}\n\n.styles-module__settingsPage___BMn-3 {\n min-width: 100%;\n flex-basis: 0;\n flex-shrink: 0;\n transition: transform 0.2s ease, opacity 0.2s ease;\n transition-delay: 0s;\n opacity: 1;\n}\n\n.styles-module__settingsPage___BMn-3.styles-module__slideLeft___qUvW4 {\n transform: translateX(-24px);\n opacity: 0;\n pointer-events: none;\n}\n\n.styles-module__automationsPage___N7By0 {\n position: absolute;\n top: 0;\n left: 24px;\n width: 100%;\n height: 100%;\n padding: 0 16px 4px;\n box-sizing: border-box;\n display: flex;\n flex-direction: column;\n transition: transform 0.2s ease, opacity 0.2s ease;\n opacity: 0;\n pointer-events: none;\n}\n\n.styles-module__automationsPage___N7By0.styles-module__slideIn___uXDSu {\n transform: translateX(-24px);\n opacity: 1;\n pointer-events: auto;\n}\n\n.styles-module__settingsHeader___Fn1DP {\n display: flex;\n align-items: center;\n justify-content: space-between;\n height: 24px;\n}\n\n.styles-module__settingsBrand___OoKlM {\n font-size: 0.8125rem;\n font-weight: 600;\n letter-spacing: -0.0094em;\n color: #fff;\n text-decoration: none;\n}\n\n.styles-module__settingsBrandSlash___Q-AU9 {\n color: var(--agentation-color-accent);\n transition: color 0.2s ease;\n}\n\n.styles-module__settingsVersion___rXmL9 {\n font-size: 11px;\n font-weight: 400;\n color: rgba(255, 255, 255, 0.4);\n margin-left: auto;\n letter-spacing: -0.0094em;\n}\n\n.styles-module__themeToggle___3imlT {\n display: flex;\n align-items: center;\n justify-content: center;\n width: 22px;\n height: 22px;\n margin-left: 8px;\n border: none;\n border-radius: 6px;\n background: transparent;\n color: rgba(255, 255, 255, 0.4);\n transition: background-color 0.15s ease, color 0.15s ease;\n cursor: pointer;\n}\n.styles-module__themeToggle___3imlT:hover {\n background: rgba(255, 255, 255, 0.1);\n color: rgba(255, 255, 255, 0.8);\n}\n[data-agentation-theme=light] .styles-module__themeToggle___3imlT {\n color: rgba(0, 0, 0, 0.4);\n}\n[data-agentation-theme=light] .styles-module__themeToggle___3imlT:hover {\n background: rgba(0, 0, 0, 0.06);\n color: rgba(0, 0, 0, 0.7);\n}\n\n.styles-module__themeIconWrapper___pyaYa {\n display: flex;\n align-items: center;\n justify-content: center;\n position: relative;\n width: 20px;\n height: 20px;\n}\n\n.styles-module__themeIcon___w7lAm {\n display: flex;\n align-items: center;\n justify-content: center;\n animation: styles-module__themeIconIn___qUWMV 0.35s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;\n}\n\n.styles-module__settingsSectionGrow___eZTRw {\n flex: 1;\n display: flex;\n flex-direction: column;\n}\n\n.styles-module__settingsRow___y-tDE {\n display: flex;\n align-items: center;\n justify-content: space-between;\n min-height: 24px;\n}\n.styles-module__settingsRow___y-tDE.styles-module__settingsRowMarginTop___uLpGb {\n margin-top: 8px;\n}\n\n.styles-module__settingsRowDisabled___ydl3Q .styles-module__settingsLabel___VCVOQ {\n color: rgba(255, 255, 255, 0.2);\n}\n[data-agentation-theme=light] .styles-module__settingsRowDisabled___ydl3Q .styles-module__settingsLabel___VCVOQ {\n color: rgba(0, 0, 0, 0.2);\n}\n\n.styles-module__settingsLabel___VCVOQ {\n display: flex;\n align-items: center;\n column-gap: 2px;\n line-height: 20px;\n font-size: 13px;\n font-weight: 400;\n letter-spacing: -0.15px;\n color: rgba(255, 255, 255, 0.5);\n}\n[data-agentation-theme=light] .styles-module__settingsLabel___VCVOQ {\n color: rgba(0, 0, 0, 0.5);\n}\n\n.styles-module__cycleButton___XMBx3 {\n display: flex;\n align-items: center;\n gap: 0.5rem;\n padding: 0;\n border: none;\n background: transparent;\n font-size: 0.8125rem;\n font-weight: 500;\n color: #fff;\n cursor: pointer;\n letter-spacing: -0.0094em;\n}\n[data-agentation-theme=light] .styles-module__cycleButton___XMBx3 {\n color: rgba(0, 0, 0, 0.85);\n}\n.styles-module__cycleButton___XMBx3:disabled {\n opacity: 0.35;\n cursor: not-allowed;\n}\n\n.styles-module__cycleButtonText___mbbnD {\n display: inline-block;\n animation: styles-module__cycleTextIn___VBNTi 0.2s ease-out;\n}\n\n.styles-module__cycleDots___ehp6i {\n display: flex;\n flex-direction: column;\n gap: 2px;\n}\n\n.styles-module__cycleDot___zgSXY {\n width: 3px;\n height: 3px;\n border-radius: 50%;\n background: rgba(255, 255, 255, 0.3);\n transform: scale(0.667);\n transition: background-color 0.25s ease-out, transform 0.25s ease-out;\n}\n.styles-module__cycleDot___zgSXY.styles-module__active___dpAhM {\n background: #fff;\n transform: scale(1);\n}\n[data-agentation-theme=light] .styles-module__cycleDot___zgSXY {\n background: rgba(0, 0, 0, 0.2);\n}\n[data-agentation-theme=light] .styles-module__cycleDot___zgSXY.styles-module__active___dpAhM {\n background: rgba(0, 0, 0, 0.7);\n}\n\n.styles-module__colorOptions___pbxZx {\n display: flex;\n justify-content: space-between;\n align-items: center;\n margin-top: 6px;\n height: 26px;\n}\n\n.styles-module__colorOption___Co955 {\n padding: 0;\n position: relative;\n border-radius: 50%;\n width: 20px;\n height: 20px;\n background-color: #fff;\n cursor: pointer;\n}\n[data-agentation-theme=dark] .styles-module__colorOption___Co955 {\n background-color: #1a1a1a;\n}\n.styles-module__colorOption___Co955::before, .styles-module__colorOption___Co955::after {\n content: "";\n position: absolute;\n inset: 0;\n border-radius: 50%;\n background-color: var(--swatch);\n transition: opacity 0.2s, transform 0.2s;\n}\n@supports (color: color(display-p3 0 0 0)) {\n .styles-module__colorOption___Co955::before, .styles-module__colorOption___Co955::after {\n --color: var(--swatch-p3);\n }\n}\n.styles-module__colorOption___Co955::after {\n z-index: -1;\n transform: scale(1.2);\n opacity: 0;\n}\n.styles-module__colorOption___Co955.styles-module__selected___k1-Vq::before {\n transform: scale(0.8);\n}\n.styles-module__colorOption___Co955.styles-module__selected___k1-Vq::after {\n opacity: 1;\n}\n\n.styles-module__settingsNavLink___uYIwM {\n display: flex;\n align-items: center;\n justify-content: space-between;\n width: 100%;\n height: 24px;\n padding: 0;\n border: none;\n background: transparent;\n font-family: inherit;\n line-height: 20px;\n font-size: 13px;\n font-weight: 400;\n color: rgba(255, 255, 255, 0.5);\n transition: color 0.15s ease;\n cursor: pointer;\n}\n.styles-module__settingsNavLink___uYIwM:hover {\n color: rgba(255, 255, 255, 0.9);\n}\n.styles-module__settingsNavLink___uYIwM svg {\n color: rgba(255, 255, 255, 0.4);\n transition: color 0.15s ease;\n}\n.styles-module__settingsNavLink___uYIwM:hover svg {\n color: #fff;\n}\n[data-agentation-theme=light] .styles-module__settingsNavLink___uYIwM {\n color: rgba(0, 0, 0, 0.5);\n}\n[data-agentation-theme=light] .styles-module__settingsNavLink___uYIwM:hover {\n color: rgba(0, 0, 0, 0.8);\n}\n[data-agentation-theme=light] .styles-module__settingsNavLink___uYIwM svg {\n color: rgba(0, 0, 0, 0.25);\n}\n[data-agentation-theme=light] .styles-module__settingsNavLink___uYIwM:hover svg {\n color: rgba(0, 0, 0, 0.8);\n}\n\n.styles-module__settingsNavLinkRight___XBUzC {\n display: flex;\n align-items: center;\n gap: 6px;\n}\n\n.styles-module__settingsBackButton___fflll {\n display: flex;\n align-items: center;\n gap: 4px;\n height: 24px;\n background: transparent;\n font-family: inherit;\n line-height: 20px;\n font-size: 13px;\n font-weight: 500;\n letter-spacing: -0.15px;\n color: #fff;\n cursor: pointer;\n transition: transform 0.12s cubic-bezier(0.32, 0.72, 0, 1);\n}\n.styles-module__settingsBackButton___fflll svg {\n opacity: 0.4;\n flex-shrink: 0;\n transition: opacity 0.15s ease, transform 0.18s cubic-bezier(0.32, 0.72, 0, 1);\n}\n.styles-module__settingsBackButton___fflll:hover svg {\n opacity: 1;\n}\n[data-agentation-theme=light] .styles-module__settingsBackButton___fflll {\n color: rgba(0, 0, 0, 0.85);\n border-bottom-color: rgba(0, 0, 0, 0.08);\n}\n\n.styles-module__automationHeader___Avra9 {\n display: flex;\n align-items: center;\n gap: 0.125rem;\n font-size: 0.8125rem;\n font-weight: 400;\n color: #fff;\n}\n[data-agentation-theme=light] .styles-module__automationHeader___Avra9 {\n color: rgba(0, 0, 0, 0.85);\n}\n\n.styles-module__automationDescription___vFTmJ {\n font-size: 0.6875rem;\n font-weight: 300;\n color: rgba(255, 255, 255, 0.5);\n margin-top: 2px;\n line-height: 14px;\n}\n[data-agentation-theme=light] .styles-module__automationDescription___vFTmJ {\n color: rgba(0, 0, 0, 0.5);\n}\n\n.styles-module__learnMoreLink___cG7OI {\n color: rgba(255, 255, 255, 0.8);\n text-decoration-line: underline;\n text-decoration-style: dotted;\n text-decoration-color: rgba(255, 255, 255, 0.2);\n text-underline-offset: 2px;\n transition: color 0.15s ease;\n}\n.styles-module__learnMoreLink___cG7OI:hover {\n color: #fff;\n}\n[data-agentation-theme=light] .styles-module__learnMoreLink___cG7OI {\n color: rgba(0, 0, 0, 0.6);\n text-decoration-color: rgba(0, 0, 0, 0.2);\n}\n[data-agentation-theme=light] .styles-module__learnMoreLink___cG7OI:hover {\n color: rgba(0, 0, 0, 0.85);\n}\n\n.styles-module__autoSendContainer___VpkXk {\n display: flex;\n align-items: center;\n}\n\n.styles-module__autoSendLabel___ngNdC {\n padding-inline-end: 8px;\n font-size: 11px;\n font-weight: 400;\n color: rgba(255, 255, 255, 0.4);\n transition: color 0.15s, opacity 0.15s;\n cursor: pointer;\n}\n.styles-module__autoSendLabel___ngNdC.styles-module__active___dpAhM {\n color: #66b8ff;\n color: color(display-p3 0.4 0.72 1);\n}\n[data-agentation-theme=light] .styles-module__autoSendLabel___ngNdC {\n color: rgba(0, 0, 0, 0.4);\n}\n[data-agentation-theme=light] .styles-module__autoSendLabel___ngNdC.styles-module__active___dpAhM {\n color: var(--agentation-color-blue);\n}\n.styles-module__autoSendLabel___ngNdC.styles-module__disabled___9AZYS {\n opacity: 0.3;\n cursor: not-allowed;\n}\n\n.styles-module__mcpStatusDot___8AMxP {\n width: 8px;\n height: 8px;\n border-radius: 50%;\n flex-shrink: 0;\n}\n.styles-module__mcpStatusDot___8AMxP.styles-module__connecting___QEO1r {\n background-color: var(--agentation-color-yellow);\n animation: styles-module__mcpPulse___5Q3Jj 1.5s infinite;\n}\n.styles-module__mcpStatusDot___8AMxP.styles-module__connected___WyFkx {\n background-color: var(--agentation-color-green);\n animation: styles-module__mcpPulse___5Q3Jj 2.5s ease-in-out infinite;\n}\n.styles-module__mcpStatusDot___8AMxP.styles-module__disconnected___mvmvQ {\n background-color: var(--agentation-color-red);\n animation: styles-module__mcpPulseError___VHxhx 2s infinite;\n}\n\n.styles-module__mcpNavIndicator___auBHI {\n width: 8px;\n height: 8px;\n border-radius: 50%;\n flex-shrink: 0;\n}\n.styles-module__mcpNavIndicator___auBHI.styles-module__connected___WyFkx {\n background-color: var(--agentation-color-green);\n animation: styles-module__mcpPulse___5Q3Jj 2.5s ease-in-out infinite;\n}\n.styles-module__mcpNavIndicator___auBHI.styles-module__connecting___QEO1r {\n background-color: var(--agentation-color-yellow);\n animation: styles-module__mcpPulse___5Q3Jj 1.5s ease-in-out infinite;\n}\n\n.styles-module__webhookUrlInput___WDDDC {\n display: block;\n width: 100%;\n flex: 1;\n min-height: 60px;\n box-sizing: border-box;\n margin-top: 11px;\n padding: 8px 10px;\n border: 1px solid rgba(255, 255, 255, 0.1);\n border-radius: 6px;\n background: rgba(255, 255, 255, 0.03);\n font-family: inherit;\n font-size: 0.75rem;\n font-weight: 400;\n color: #fff;\n outline: none;\n resize: none;\n user-select: text;\n transition: border-color 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease;\n}\n.styles-module__webhookUrlInput___WDDDC::placeholder {\n color: rgba(255, 255, 255, 0.3);\n}\n.styles-module__webhookUrlInput___WDDDC:focus {\n border-color: rgba(255, 255, 255, 0.3);\n background: rgba(255, 255, 255, 0.08);\n}\n[data-agentation-theme=light] .styles-module__webhookUrlInput___WDDDC {\n border-color: rgba(0, 0, 0, 0.1);\n background: rgba(0, 0, 0, 0.03);\n color: rgba(0, 0, 0, 0.85);\n}\n[data-agentation-theme=light] .styles-module__webhookUrlInput___WDDDC::placeholder {\n color: rgba(0, 0, 0, 0.3);\n}\n[data-agentation-theme=light] .styles-module__webhookUrlInput___WDDDC:focus {\n border-color: rgba(0, 0, 0, 0.25);\n background: rgba(0, 0, 0, 0.05);\n}\n\n[data-agentation-theme=light] .styles-module__settingsPanel___qNkn- {\n background: #fff;\n box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.06), 0 0 0 1px rgba(0, 0, 0, 0.04);\n}\n[data-agentation-theme=light] .styles-module__settingsPanel___qNkn-::before {\n background: linear-gradient(to right, #fff 0%, transparent 100%);\n}\n[data-agentation-theme=light] .styles-module__settingsPanel___qNkn-::after {\n background: linear-gradient(to left, #fff 0%, transparent 100%);\n}\n[data-agentation-theme=light] .styles-module__settingsPanel___qNkn- .styles-module__settingsHeader___Fn1DP {\n border-bottom-color: rgba(0, 0, 0, 0.08);\n}\n[data-agentation-theme=light] .styles-module__settingsPanel___qNkn- .styles-module__settingsBrand___OoKlM {\n color: #E5484D;\n}\n[data-agentation-theme=light] .styles-module__settingsPanel___qNkn- .styles-module__settingsVersion___rXmL9 {\n color: rgba(0, 0, 0, 0.4);\n}\n[data-agentation-theme=light] .styles-module__settingsPanel___qNkn- .styles-module__settingsSection___n5V-4 {\n border-top-color: rgba(0, 0, 0, 0.08);\n}\n[data-agentation-theme=light] .styles-module__settingsPanel___qNkn- .styles-module__settingsLabel___VCVOQ {\n color: rgba(0, 0, 0, 0.5);\n}\n[data-agentation-theme=light] .styles-module__settingsPanel___qNkn- .styles-module__cycleButton___XMBx3 {\n color: rgba(0, 0, 0, 0.85);\n}\n[data-agentation-theme=light] .styles-module__settingsPanel___qNkn- .styles-module__cycleDot___zgSXY {\n background: rgba(0, 0, 0, 0.2);\n}\n[data-agentation-theme=light] .styles-module__settingsPanel___qNkn- .styles-module__cycleDot___zgSXY.styles-module__active___dpAhM {\n background: rgba(0, 0, 0, 0.7);\n}\n[data-agentation-theme=light] .styles-module__settingsPanel___qNkn- .styles-module__dropdownButton___mKHe8 {\n color: rgba(0, 0, 0, 0.85);\n}\n[data-agentation-theme=light] .styles-module__settingsPanel___qNkn- .styles-module__dropdownButton___mKHe8:hover {\n background: rgba(0, 0, 0, 0.05);\n}\n\n.styles-module__checkboxField___ZrSqv:not(:first-child) {\n margin-top: 8px;\n}\n\n.styles-module__divider___h6Yux {\n margin-block: 8px;\n width: 100%;\n height: 1px;\n background-color: rgba(26, 26, 26, 0.07);\n}\n[data-agentation-theme=dark] .styles-module__divider___h6Yux {\n background-color: rgba(255, 255, 255, 0.07);\n}'}var bo={settingsPanel:"styles-module__settingsPanel___qNkn-",settingsHeader:"styles-module__settingsHeader___Fn1DP",settingsBrand:"styles-module__settingsBrand___OoKlM",settingsBrandSlash:"styles-module__settingsBrandSlash___Q-AU9",settingsVersion:"styles-module__settingsVersion___rXmL9",settingsSection:"styles-module__settingsSection___n5V-4",settingsLabel:"styles-module__settingsLabel___VCVOQ",cycleButton:"styles-module__cycleButton___XMBx3",cycleDot:"styles-module__cycleDot___zgSXY",dropdownButton:"styles-module__dropdownButton___mKHe8",sliderLabel:"styles-module__sliderLabel___6K5v1",slider:"styles-module__slider___v5z-c",themeToggle:"styles-module__themeToggle___3imlT",enter:"styles-module__enter___wginS",exit:"styles-module__exit___A4iJc",settingsOption:"styles-module__settingsOption___JoyH-",selected:"styles-module__selected___k1-Vq",settingsPanelContainer:"styles-module__settingsPanelContainer___5it-H",settingsPage:"styles-module__settingsPage___BMn-3",slideLeft:"styles-module__slideLeft___qUvW4",automationsPage:"styles-module__automationsPage___N7By0",slideIn:"styles-module__slideIn___uXDSu",themeIconWrapper:"styles-module__themeIconWrapper___pyaYa",themeIcon:"styles-module__themeIcon___w7lAm",themeIconIn:"styles-module__themeIconIn___qUWMV",settingsSectionGrow:"styles-module__settingsSectionGrow___eZTRw",settingsRow:"styles-module__settingsRow___y-tDE",settingsRowMarginTop:"styles-module__settingsRowMarginTop___uLpGb",settingsRowDisabled:"styles-module__settingsRowDisabled___ydl3Q",cycleButtonText:"styles-module__cycleButtonText___mbbnD",cycleTextIn:"styles-module__cycleTextIn___VBNTi",cycleDots:"styles-module__cycleDots___ehp6i",active:"styles-module__active___dpAhM",colorOptions:"styles-module__colorOptions___pbxZx",colorOption:"styles-module__colorOption___Co955",settingsNavLink:"styles-module__settingsNavLink___uYIwM",settingsNavLinkRight:"styles-module__settingsNavLinkRight___XBUzC",settingsBackButton:"styles-module__settingsBackButton___fflll",automationHeader:"styles-module__automationHeader___Avra9",automationDescription:"styles-module__automationDescription___vFTmJ",learnMoreLink:"styles-module__learnMoreLink___cG7OI",autoSendContainer:"styles-module__autoSendContainer___VpkXk",autoSendLabel:"styles-module__autoSendLabel___ngNdC",disabled:"styles-module__disabled___9AZYS",mcpStatusDot:"styles-module__mcpStatusDot___8AMxP",connecting:"styles-module__connecting___QEO1r",mcpPulse:"styles-module__mcpPulse___5Q3Jj",connected:"styles-module__connected___WyFkx",disconnected:"styles-module__disconnected___mvmvQ",mcpPulseError:"styles-module__mcpPulseError___VHxhx",mcpNavIndicator:"styles-module__mcpNavIndicator___auBHI",webhookUrlInput:"styles-module__webhookUrlInput___WDDDC",checkboxField:"styles-module__checkboxField___ZrSqv",divider:"styles-module__divider___h6Yux",scaleIn:"styles-module__scaleIn___QpQ8E"};function bp({settings:a,onSettingsChange:b,isDarkMode:c,onToggleTheme:e,isDevMode:f,connectionStatus:g,endpoint:h,isVisible:i,toolbarNearBottom:j,settingsPage:k,onSettingsPageChange:l,onHideToolbar:m}){return(0,d.jsx)("div",{className:`${bo.settingsPanel} ${i?bo.enter:bo.exit}`,style:j?{bottom:"auto",top:"calc(100% + 0.5rem)"}:void 0,"data-agentation-settings-panel":!0,children:(0,d.jsxs)("div",{className:bo.settingsPanelContainer,children:[(0,d.jsxs)("div",{className:`${bo.settingsPage} ${"automations"===k?bo.slideLeft:""}`,children:[(0,d.jsxs)("div",{className:bo.settingsHeader,children:[(0,d.jsx)("a",{className:bo.settingsBrand,href:"https://agentation.com",target:"_blank",rel:"noopener noreferrer",children:(0,d.jsx)("svg",{width:"72",height:"16",viewBox:"0 0 676 151",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:(0,d.jsx)("path",{d:"M79.6666 100.561L104.863 15.5213C107.828 4.03448 99.1201 -3.00582 88.7449 1.25541L3.52015 39.6065C1.48217 40.5329 0 42.7562 0 45.1647C0 48.6848 2.77907 51.4639 6.29922 51.4639C7.22558 51.4639 8.15193 51.2786 9.07829 50.9081L93.7472 12.7422C97.2674 11.0748 93.7472 8.29572 92.6356 12.1864L67.624 97.2259C66.5123 100.931 69.4767 105.193 73.7379 105.193C76.517 105.193 79.1108 103.155 79.6666 100.561ZM663.641 100.005C665.679 107.231 677.537 104.081 675.499 96.8553L666.05 66.2856C663.456 57.7631 655.489 55.7251 648.82 61.098L618.991 86.6654C617.324 87.9623 621.029 89.815 621.214 88.1476L625.846 61.6538C626.958 55.3546 624.179 50.5375 615.841 50.5375L579.158 51.0934C576.008 51.0934 578.417 53.8724 578.417 57.022C578.417 60.1716 580.825 61.6538 583.975 61.6538L616.212 60.9127C616.397 60.9127 614.544 59.6158 614.544 59.8011L609.727 88.7034C607.875 99.6344 617.694 102.784 626.031 95.7437L655.86 70.1763L654.192 69.6205L663.641 100.005ZM571.191 89.0739C555.443 88.7034 562.298 61.4685 578.787 61.8391C594.72 62.0243 587.124 89.2592 571.191 89.0739ZM571.006 100.375C601.575 100.931 611.024 51.6492 579.158 51.0934C547.847 50.5375 540.065 99.8197 571.006 100.375ZM521.909 46.4616C525.985 46.4616 529.505 42.9414 529.505 38.6802C529.505 34.4189 525.985 31.0841 521.909 31.0841C517.833 31.0841 514.127 34.6042 514.127 38.6802C514.127 42.7562 517.648 46.4616 521.909 46.4616ZM472.256 103.525C493.192 103.71 515.98 73.3259 519.13 62.3949L509.866 60.9127C505.234 73.3259 497.638 101.672 519.871 102.043C536.545 102.228 552.479 85.3685 563.595 70.1763C564.151 69.2499 564.706 68.1383 564.706 66.8414C564.706 63.6918 563.965 61.098 560.816 61.098C558.963 61.098 557.296 62.0243 556.184 63.5065C546.365 77.0313 530.802 90.9266 522.094 90.7414C511.904 90.5561 517.462 71.4732 519.871 64.9887C523.391 55.7251 512.831 53.5019 509.681 60.9127C506.531 68.6941 488.19 92.4088 475.035 92.2235C467.439 92.0383 464.29 83.8863 472.441 59.9864L486.707 17.7445C487.634 14.4097 485.41 10.519 481.334 10.519C478.741 10.519 476.517 12.1864 475.962 14.4097L461.696 56.4662C451.506 86.4801 455.211 103.155 472.256 103.525ZM447.43 42.5709L496.527 41.4593C499.306 41.4593 501.529 39.0507 501.529 36.2717C501.529 33.3073 499.306 31.0841 496.341 31.0841L447.245 32.1957C444.466 32.1957 442.242 34.4189 442.242 37.3833C442.242 40.1624 444.466 42.5709 447.43 42.5709ZM422.974 106.304C435.387 106.489 457.249 94.8173 472.441 53.8724C473.553 50.7228 472.071 48.3143 468.365 48.3143C466.142 48.3143 464.29 49.6112 463.548 51.6492C450.394 87.2212 431.682 96.1142 424.456 95.929C419.454 95.929 417.972 93.3352 418.713 85.5538C419.454 78.1429 410.376 74.9933 406.114 81.1073C401.297 87.777 394.442 94.2615 385.549 94.0763C370.172 93.891 376.471 67.0267 399.815 67.3972C408.338 67.5825 414.452 71.4732 417.045 76.6608C417.786 78.3282 419.454 79.6251 421.492 79.6251C424.271 79.6251 426.679 77.2166 426.679 74.4375C426.679 73.6964 426.494 72.9553 426.124 72.2143C421.862 63.6918 412.414 57.3926 400 57.2073C363.502 56.6515 353.497 104.451 383.326 104.822C397.036 105.193 410.005 94.0763 413.34 85.9243C412.599 86.8507 408.338 86.6654 408.523 84.4422C407.411 97.4111 410.931 106.119 422.974 106.304ZM335.897 104.266C335.897 115.012 347.569 117.606 347.569 103.34C347.569 89.0739 358.5 54.4282 361.464 45.1647L396.666 43.6825C405.929 43.1267 404.262 33.1221 397.036 33.3073L364.984 34.4189L368.875 22.7469C369.801 20.1531 370.542 17.9298 370.542 16.2624C370.542 13.4833 368.504 11.8159 365.911 11.8159C362.946 11.8159 360.352 12.7422 357.573 21.0794L352.942 35.16L330.153 36.0864C326.263 36.4569 323.483 38.1244 323.483 41.6445C323.483 45.5352 326.448 47.0174 330.709 46.8321L349.421 45.9058C345.901 56.6515 335.897 90.7414 335.897 104.266ZM186.939 78.6988C193.979 56.4662 212.877 54.984 212.877 62.9507C212.877 68.3236 203.984 77.0313 186.939 78.6988ZM113.942 150.955C142.844 152.437 159.704 111.492 160.63 80.5515C161.556 73.3259 153.96 70.3616 148.773 75.7344C141.918 83.1453 129.505 93.1499 119.685 93.1499C103.011 93.1499 116.165 59.8011 143.956 59.8011C149.514 59.8011 153.59 61.6538 156.184 64.0623C160.815 68.3236 170.82 62.0243 165.818 56.0957C161.927 51.4639 155.072 48.129 144.882 48.129C102.455 48.129 83.7426 105.007 116.721 105.007C134.692 105.007 151.367 88.3329 155.257 82.7747C154.516 83.5158 149.329 81.2925 149.699 79.4398L149.143 83.5158C148.958 107.045 134.322 141.506 116.536 139.838C113.386 139.468 112.089 137.43 112.089 134.836C112.089 128.907 122.094 119.273 145.067 113.53C159.518 109.824 152.293 101.487 143.4 104.081C111.163 113.53 99.6759 127.425 99.6759 137.8C99.6759 145.026 105.605 150.584 113.942 150.955ZM194.72 109.454C214.359 109.454 239 95.3732 251.228 77.9577C250.301 82.96 246.596 96.8553 246.596 101.487C246.596 110.01 254.748 109.454 261.232 102.784L288.097 75.5491L290.32 85.7391C293.284 99.4491 299.213 104.822 308.847 104.822C326.263 104.822 342.196 85.7391 349.421 74.8081L344.049 63.6918C339.787 74.8081 321.631 92.5941 311.626 92.5941C306.994 92.5941 304.771 89.815 303.289 83.7011L300.325 71.2879C297.916 60.7275 289.023 58.3189 279.018 68.1383L261.788 84.8127L264.382 69.991C266.235 59.2453 255.674 58.1337 250.116 65.915C241.779 77.0313 216.767 97.7817 196.387 97.7817C187.865 97.7817 185.456 93.7057 185.456 88.3329C230.848 84.998 239.185 47.2027 208.986 47.2027C172.858 47.2027 157.11 109.454 194.72 109.454Z",fill:"currentColor"})})}),(0,d.jsxs)("p",{className:bo.settingsVersion,children:["v","3.0.2"]}),(0,d.jsx)("button",{className:bo.themeToggle,onClick:e,title:c?"Switch to light mode":"Switch to dark mode",children:(0,d.jsx)("span",{className:bo.themeIconWrapper,children:(0,d.jsx)("span",{className:bo.themeIcon,children:c?(0,d.jsx)(z,{size:20}):(0,d.jsx)(A,{size:20})},c?"sun":"moon")})})]}),(0,d.jsx)("div",{className:bo.divider}),(0,d.jsxs)("div",{className:bo.settingsSection,children:[(0,d.jsxs)("div",{className:bo.settingsRow,children:[(0,d.jsxs)("div",{className:bo.settingsLabel,children:["Output Detail",(0,d.jsx)(Q,{content:"Controls how much detail is included in the copied output"})]}),(0,d.jsxs)("button",{className:bo.cycleButton,onClick:()=>{let c=(bb.findIndex(b=>b.value===a.outputDetail)+1)%bb.length;b({outputDetail:bb[c].value})},children:[(0,d.jsx)("span",{className:bo.cycleButtonText,children:bb.find(b=>b.value===a.outputDetail)?.label},a.outputDetail),(0,d.jsx)("span",{className:bo.cycleDots,children:bb.map(b=>(0,d.jsx)("span",{className:`${bo.cycleDot} ${a.outputDetail===b.value?bo.active:""}`},b.value))})]})]}),(0,d.jsxs)("div",{className:`${bo.settingsRow} ${bo.settingsRowMarginTop} ${!f?bo.settingsRowDisabled:""}`,children:[(0,d.jsxs)("div",{className:bo.settingsLabel,children:["React Components",(0,d.jsx)(Q,{content:f?"Include React component names in annotations":"Disabled — production builds minify component names, making detection unreliable. Use in development mode."})]}),(0,d.jsx)(bl,{checked:f&&a.reactEnabled,onChange:a=>b({reactEnabled:a.target.checked}),disabled:!f})]}),(0,d.jsxs)("div",{className:`${bo.settingsRow} ${bo.settingsRowMarginTop}`,children:[(0,d.jsxs)("div",{className:bo.settingsLabel,children:["Hide Until Restart",(0,d.jsx)(Q,{content:"Hides the toolbar until you open a new tab"})]}),(0,d.jsx)(bl,{checked:!1,onChange:a=>{a.target.checked&&m()}})]})]}),(0,d.jsx)("div",{className:bo.divider}),(0,d.jsxs)("div",{className:bo.settingsSection,children:[(0,d.jsx)("div",{className:`${bo.settingsLabel} ${bo.settingsLabelMarker}`,children:"Marker Color"}),(0,d.jsx)("div",{className:bo.colorOptions,children:bu.map(c=>(0,d.jsx)("button",{className:`${bo.colorOption} ${a.annotationColorId===c.id?bo.selected:""}`,style:{"--swatch":c.srgb,"--swatch-p3":c.p3},onClick:()=>b({annotationColorId:c.id}),title:c.label,type:"button"},c.id))})]}),(0,d.jsx)("div",{className:bo.divider}),(0,d.jsxs)("div",{className:bo.settingsSection,children:[(0,d.jsx)(bn,{className:"checkbox-field",label:"Clear on copy/send",checked:a.autoClearAfterCopy,onChange:a=>b({autoClearAfterCopy:a.target.checked}),tooltip:"Automatically clear annotations after copying"}),(0,d.jsx)(bn,{className:bo.checkboxField,label:"Block page interactions",checked:a.blockInteractions,onChange:a=>b({blockInteractions:a.target.checked})})]}),(0,d.jsx)("div",{className:bo.divider}),(0,d.jsxs)("button",{className:bo.settingsNavLink,onClick:()=>l("automations"),children:[(0,d.jsx)("span",{children:"Manage MCP & Webhooks"}),(0,d.jsxs)("span",{className:bo.settingsNavLinkRight,children:[h&&"disconnected"!==g&&(0,d.jsx)("span",{className:`${bo.mcpNavIndicator} ${bo[g]}`}),(0,d.jsx)("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:(0,d.jsx)("path",{d:"M7.5 12.5L12 8L7.5 3.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})})]})]})]}),(0,d.jsxs)("div",{className:`${bo.settingsPage} ${bo.automationsPage} ${"automations"===k?bo.slideIn:""}`,children:[(0,d.jsxs)("button",{className:bo.settingsBackButton,onClick:()=>l("main"),children:[(0,d.jsx)(D,{size:16}),(0,d.jsx)("span",{children:"Manage MCP & Webhooks"})]}),(0,d.jsx)("div",{className:bo.divider}),(0,d.jsxs)("div",{className:bo.settingsSection,children:[(0,d.jsxs)("div",{className:bo.settingsRow,children:[(0,d.jsxs)("span",{className:bo.automationHeader,children:["MCP Connection",(0,d.jsx)(Q,{content:"Connect via Model Context Protocol to let AI agents like Claude Code receive annotations in real-time."})]}),h&&(0,d.jsx)("div",{className:`${bo.mcpStatusDot} ${bo[g]}`,title:"connected"===g?"Connected":"connecting"===g?"Connecting...":"Disconnected"})]}),(0,d.jsxs)("p",{className:bo.automationDescription,style:{paddingBottom:6},children:["MCP connection allows agents to receive and act on annotations."," ",(0,d.jsx)("a",{href:"https://agentation.dev/mcp",target:"_blank",rel:"noopener noreferrer",className:bo.learnMoreLink,children:"Learn more"})]})]}),(0,d.jsx)("div",{className:bo.divider}),(0,d.jsxs)("div",{className:`${bo.settingsSection} ${bo.settingsSectionGrow}`,children:[(0,d.jsxs)("div",{className:bo.settingsRow,children:[(0,d.jsxs)("span",{className:bo.automationHeader,children:["Webhooks",(0,d.jsx)(Q,{content:"Send annotation data to any URL endpoint when annotations change. Useful for custom integrations."})]}),(0,d.jsxs)("div",{className:bo.autoSendContainer,children:[(0,d.jsx)("label",{htmlFor:"agentation-auto-send",className:`${bo.autoSendLabel} ${a.webhooksEnabled?bo.active:""} ${!a.webhookUrl?bo.disabled:""}`,children:"Auto-Send"}),(0,d.jsx)(bl,{id:"agentation-auto-send",checked:a.webhooksEnabled,onChange:a=>b({webhooksEnabled:a.target.checked}),disabled:!a.webhookUrl})]})]}),(0,d.jsx)("p",{className:bo.automationDescription,children:"The webhook URL will receive live annotation changes and annotation data."}),(0,d.jsx)("textarea",{className:bo.webhookUrlInput,placeholder:"Webhook URL",value:a.webhookUrl,onKeyDown:a=>a.stopPropagation(),onChange:a=>b({webhookUrl:a.target.value})})]})]})]})})}function bq(a,b="filtered"){let{name:c,path:d}=aj(a);if("off"===b)return{name:c,elementName:c,path:d,reactComponents:null};let e=function(a,b){let c,d,e=(c=b?.mode??"filtered",d=a0,b?.skipExact&&(d=new Set([...a0,...b.skipExact instanceof Set?b.skipExact:new Set(b.skipExact)])),{maxComponents:b?.maxComponents??6,maxDepth:b?.maxDepth??30,mode:c,skipExact:d,skipPatterns:b?.skipPatterns?[...a1,...b.skipPatterns]:a1,userPatterns:b?.userPatterns??a2,filter:b?.filter}),f="all"===e.mode;if(f){let b=a4.get(a);if(void 0!==b)return b}if(!function(){if(null!==a3)return a3;if("u"<typeof document)return!1;if(document.body&&a5(document.body))return a3=!0,!0;for(let a of["#root","#app","#__next","[data-reactroot]"]){let b=document.querySelector(a);if(b&&a5(b))return a3=!0,!0}if(document.body){for(let a of document.body.children)if(a5(a))return a3=!0,!0}return a3=!1,!1}()){let b={path:null,components:[]};return f&&a4.set(a,b),b}let g="smart"===e.mode?function(a,b=10){let c=new Set,d=a,e=0;for(;d&&e<b;)d.className&&"string"==typeof d.className&&d.className.split(/\s+/).forEach(a=>{if(a.length>1){let b=a.replace(/[_][a-zA-Z0-9]{5,}.*$/,"").toLowerCase();b.length>1&&c.add(b)}}),d=d.parentElement,e++;return c}(a):void 0,h=[];try{var i;let b,c=(i=a,(b=Object.keys(i).find(a=>a.startsWith("__reactFiber$")||a.startsWith("__reactInternalInstance$"))||null)?i[b]:null),d=0;for(;c&&d<e.maxDepth&&h.length<e.maxComponents;){let a=function(a){let{tag:b,type:c,elementType:d}=a;if(5===b||6===b||26===b||27===b||7===b||8===b||12===b||18===b||3===b||4===b||21===b||22===b||23===b||24===b||25===b||29===b||30===b||31===b)return null;if(11===b){if(d?.render){let a=a6(d.render);if(a)return a}return d?.displayName?d.displayName:a6(c)}if(14===b||15===b){if(d?.type){let a=a6(d.type);if(a)return a}return d?.displayName?d.displayName:a6(c)}return 10===b?c?._context?.displayName?`${c._context.displayName}.Provider`:null:9===b?c?.displayName?`${c.displayName}.Consumer`:null:16===b?d?._status===1&&d._result?a6(d._result):null:13===b||19===b?null:17===b||28===b||0===b||1===b||2===b?a6(c):null}(c);a&&!(a.length<=2||a.length<=3&&a===a.toLowerCase())&&function(a,b,c,d){if(c.filter)return c.filter(a,b);switch(c.mode){case"all":default:return!0;case"filtered":if(c.skipExact.has(a)||c.skipPatterns.some(b=>b.test(a)))return!1;return!0;case"smart":if(c.skipExact.has(a)||c.skipPatterns.some(b=>b.test(a)))return!1;if(d&&function(a,b){let c=a.replace(/([a-z])([A-Z])/g,"$1-$2").replace(/([A-Z])([A-Z][a-z])/g,"$1-$2").toLowerCase();for(let a of b){if(a===c)return!0;let b=c.split("-").filter(a=>a.length>2),d=a.split("-").filter(a=>a.length>2);for(let a of b)for(let b of d)if(a===b||a.includes(b)||b.includes(a))return!0}return!1}(a,d)||c.userPatterns.some(b=>b.test(a)))return!0;return!1}}(a,d,e,g)&&h.push(a),c=c.return,d++}}catch{let b={path:null,components:[]};return f&&a4.set(a,b),b}if(0===h.length){let b={path:null,components:[]};return f&&a4.set(a,b),b}let j={path:h.slice().reverse().map(a=>`<${a}>`).join(" "),components:h};return f&&a4.set(a,j),j}(a,{mode:b});return{name:e.path?`${e.path} ${c}`:c,elementName:c,path:d,reactComponents:e.path}}var br=!1,bs={outputDetail:"standard",autoClearAfterCopy:!1,annotationColorId:"blue",blockInteractions:!0,reactEnabled:!0,markerClickBehavior:"edit",webhookUrl:"",webhooksEnabled:!0},bt=a=>{if(!a||!a.trim())return!1;try{let b=new URL(a.trim());return"http:"===b.protocol||"https:"===b.protocol}catch{return!1}},bu=[{id:"indigo",label:"Indigo",srgb:"#6155F5",p3:"color(display-p3 0.38 0.33 0.96)"},{id:"blue",label:"Blue",srgb:"#0088FF",p3:"color(display-p3 0.00 0.53 1.00)"},{id:"cyan",label:"Cyan",srgb:"#00C3D0",p3:"color(display-p3 0.00 0.76 0.82)"},{id:"green",label:"Green",srgb:"#34C759",p3:"color(display-p3 0.20 0.78 0.35)"},{id:"yellow",label:"Yellow",srgb:"#FFCC00",p3:"color(display-p3 1.00 0.80 0.00)"},{id:"orange",label:"Orange",srgb:"#FF8D28",p3:"color(display-p3 1.00 0.55 0.16)"},{id:"red",label:"Red",srgb:"#FF383C",p3:"color(display-p3 1.00 0.22 0.24)"}];function bv(a,b){let c=document.elementFromPoint(a,b);if(!c)return null;for(;c?.shadowRoot;){let d=c.shadowRoot.elementFromPoint(a,b);if(!d||d===c)break;c=d}return c}function bw(a){let b=a;for(;b&&b!==document.body;){let a=window.getComputedStyle(b).position;if("fixed"===a||"sticky"===a)return!0;b=b.parentElement}return!1}function bx(a){return"resolved"!==a.status&&"dismissed"!==a.status}function by(a){let b=a9(a),c=b.found?b:function(a,b=10){let c=a,d=0;for(;c&&d<b;){let a=a9(c);if(a.found)return a;c=c.parentElement,d++}return a9(a)}(a);if(c.found&&c.source)return function(a,b="path"){let{fileName:c,lineNumber:d,columnNumber:e}=a,f=`${c}:${d}`;return(void 0!==e&&(f+=`:${e}`),"vscode"===b)?`vscode://file${c.startsWith("/")?"":"/"}${f}`:f}(c.source,"path")}function bz({demoAnnotations:a,demoDelay:e=1e3,enableDemoMode:f=!1,onAnnotationAdd:g,onAnnotationDelete:h,onAnnotationUpdate:i,onAnnotationsClear:j,onCopy:k,onSubmit:l,copyToClipboard:m=!0,endpoint:n,sessionId:o,onSessionCreated:q,webhookUrl:x,className:z}={}){let A,B,C,D,N,P,[S,T]=(0,b.useState)(!1),[U,V]=(0,b.useState)([]),[W,X]=(0,b.useState)(!0),[Y,$]=(0,b.useState)(()=>!1),[_,ab]=(0,b.useState)(!1),ac=(0,b.useRef)(null);(0,b.useEffect)(()=>{let a=a=>{let b=ac.current;b&&b.contains(a.target)&&a.stopPropagation()},b=["mousedown","click","pointerdown"];return b.forEach(b=>document.body.addEventListener(b,a)),()=>{b.forEach(b=>document.body.removeEventListener(b,a))}},[]);let[ad,ae]=(0,b.useState)(!1),[ag,ai]=(0,b.useState)(!1),[ar,ay]=(0,b.useState)(null),[az,aA]=(0,b.useState)({x:0,y:0}),[aB,aC]=(0,b.useState)(null),[aD,aE]=(0,b.useState)(!1),[aG,aH]=(0,b.useState)("idle"),[aI,aJ]=(0,b.useState)(!1),[aK,aL]=(0,b.useState)(!1),[aM,aN]=(0,b.useState)(null),[a0,a1]=(0,b.useState)(null),[a2,a3]=(0,b.useState)([]),[a4,a5]=(0,b.useState)(null),[a6,a7]=(0,b.useState)(null),[a8,a9]=(0,b.useState)(null),[bb,bd]=(0,b.useState)(null),[be,bf]=(0,b.useState)([]),[bg,bh]=(0,b.useState)(0),[bl,bm]=(0,b.useState)(!1),[bn,bo]=(0,b.useState)(!1),[bA,bB]=(0,b.useState)(!1),[bC,bD]=(0,b.useState)(!1),[bE,bF]=(0,b.useState)(!1),[bG,bH]=(0,b.useState)("main"),[bI,bJ]=(0,b.useState)(!1),[bK,bL]=(0,b.useState)(!1),[bM,bN]=(0,b.useState)(!1),[bO,bP]=(0,b.useState)([]),[bQ,bR]=(0,b.useState)(null),bS=(0,b.useRef)(!1),[bT,bU]=(0,b.useState)(!1),[bV,bW]=(0,b.useState)(!1),[bX,bY]=(0,b.useState)(1),[bZ,b$]=(0,b.useState)("new-page"),[b_,b0]=(0,b.useState)(""),[b1,b2]=(0,b.useState)(!1),[b3,b4]=(0,b.useState)(null),b5=(0,b.useRef)(!1),b6=(0,b.useRef)({rearrange:null,placements:[]}),b7=(0,b.useRef)({rearrange:null,placements:[]}),[b8,b9]=(0,b.useState)(0),[ca,cb]=(0,b.useState)(0),[cc,cd]=(0,b.useState)(0),[ce,cf]=(0,b.useState)(0),cg=(0,b.useRef)(new Set),ch=(0,b.useRef)(new Set),ci=(0,b.useRef)(null),cj=(0,b.useRef)(),ck=bK&&S&&!bM&&bT;(0,b.useEffect)(()=>{if(ck){bW(!1);let a=L(()=>{bW(!0)});return()=>cancelAnimationFrame(a)}bW(!1)},[ck]);let cl=(0,b.useRef)(new Map),cm=(0,b.useRef)(new Map),cn=(0,b.useRef)(),[co,cp]=(0,b.useState)(!1),[cq,cr]=(0,b.useState)([]);(0,b.useRef)(cq).current=cq;let[cs,ct]=(0,b.useState)(null),cu=(0,b.useRef)(null);(0,b.useRef)(!1),(0,b.useRef)([]),(0,b.useRef)(0),(0,b.useRef)(null),(0,b.useRef)(null),(0,b.useRef)(1);let[cv,cw]=(0,b.useState)(!1),cx=(0,b.useRef)(null),[cy,cz]=(0,b.useState)([]),cA=(0,b.useRef)({cmd:!1,shift:!1}),cB=()=>{bJ(!0)};(0,b.useEffect)(()=>()=>{cx.current&&clearTimeout(cx.current)},[]);let[cC,cD]=(0,b.useState)(()=>{try{let a=JSON.parse(localStorage.getItem("feedback-toolbar-settings")??"");return{...bs,...a,annotationColorId:bu.find(b=>b.id===a.annotationColorId)?a.annotationColorId:bs.annotationColorId}}catch{return bs}}),[cE,cF]=(0,b.useState)(!0),[cG,cH]=(0,b.useState)(!1),[cI,cJ]=(0,b.useState)(o??null),cK=(0,b.useRef)(!1),[cL,cM]=(0,b.useState)(n?"connecting":"disconnected"),[cN,cO]=(0,b.useState)(null),[cP,cQ]=(0,b.useState)(!1),[cR,cS]=(0,b.useState)(null),cT=(0,b.useRef)(!1),[cU,cV]=(0,b.useState)(new Set),[cW,cX]=(0,b.useState)(new Set),[cY,cZ]=(0,b.useState)(!1),[c$,c_]=(0,b.useState)(!1),[c0,c1]=(0,b.useState)(!1),c2=(0,b.useRef)(null),c3=(0,b.useRef)(null),c4=(0,b.useRef)(null),c5=(0,b.useRef)(null),c6=(0,b.useRef)(!1),c7=(0,b.useRef)(0),c8=(0,b.useRef)(null),c9=(0,b.useRef)(null),da=(0,b.useRef)(null),db=(0,b.useRef)(null),dc=(0,b.useRef)(null);(0,b.useEffect)(()=>{if(bC)bF(!0);else{bJ(!1),bH("main");let a=J(()=>bF(!1),0);return()=>clearTimeout(a)}},[bC]);let dd=S&&W&&!bK;(0,b.useEffect)(()=>{if(dd){ai(!1),ae(!0),cV(new Set);let a=J(()=>{cV(a=>{let b=new Set(a);return U.forEach(a=>b.add(a.id)),b})},350);return()=>clearTimeout(a)}if(ad){ai(!0);let a=J(()=>{ae(!1),ai(!1)},250);return()=>clearTimeout(a)}},[dd]),(0,b.useEffect)(()=>{bo(!0),bh(window.scrollY),V(aR("/").filter(bx)),br||(cH(!0),br=!0,J(()=>cH(!1),750));try{let a=localStorage.getItem("feedback-toolbar-theme");null!==a&&cF("dark"===a)}catch(a){}try{let a=localStorage.getItem("feedback-toolbar-position");if(a){let b=JSON.parse(a);"number"==typeof b.x&&"number"==typeof b.y&&cO(b)}}catch(a){}},["/"]),(0,b.useEffect)(()=>{bn&&localStorage.setItem("feedback-toolbar-settings",JSON.stringify(cC))},[cC,bn]),(0,b.useEffect)(()=>{bn&&localStorage.setItem("feedback-toolbar-theme",cE?"dark":"light")},[cE,bn]);let de=(0,b.useRef)(!1);(0,b.useEffect)(()=>{let a=de.current;de.current=cP,a&&!cP&&cN&&bn&&localStorage.setItem("feedback-toolbar-position",JSON.stringify(cN))},[cP,cN,bn]),(0,b.useEffect)(()=>{n&&bn&&!cK.current&&(cK.current=!0,cM("connecting"),(async()=>{try{let a=o||null,b=!1;if(a)try{let c=await aY(n,a);cJ(c.id),cM("connected"),aW("/",c.id),b=!0;let d=aR("/"),e=new Set(c.annotations.map(a=>a.id)),f=d.filter(a=>!e.has(a.id));if(f.length>0){let a=(await Promise.allSettled(f.map(a=>aZ(n,c.id,{...a,sessionId:c.id,url:"/"})))).map((a,b)=>"fulfilled"===a.status?a.value:(console.warn("[Agentation] Failed to sync annotation:",a.reason),f[b])),b=[...c.annotations,...a];V(b.filter(bx)),aT("/",b.filter(bx),c.id)}else V(c.annotations.filter(bx)),aT("/",c.annotations.filter(bx),c.id)}catch(a){console.warn("[Agentation] Could not join session, creating new:",a)}if(!b){let a=await aX(n,"/");cJ(a.id),cM("connected"),aW("/",a.id),q?.(a.id);let b=new Map,c=[];for(let[d,e]of b){let b=e.filter(a=>!a._syncedTo);if(0===b.length)continue;let f=`${d}`,g="/"===d;c.push((async()=>{try{let c=g?a:await aX(n,f),e=(await Promise.allSettled(b.map(a=>aZ(n,c.id,{...a,sessionId:c.id,url:f})))).map((a,c)=>"fulfilled"===a.status?a.value:(console.warn("[Agentation] Failed to sync annotation:",a.reason),b[c])).filter(bx);if(aT(d,e,c.id),g){let a=new Set(b.map(a=>a.id));V(b=>{let c=b.filter(b=>!a.has(b.id));return[...e,...c]})}}catch(a){console.warn(`[Agentation] Failed to sync annotations for ${d}:`,a)}})())}await Promise.allSettled(c)}}catch(a){cM("disconnected"),console.warn("[Agentation] Failed to initialize session, using local storage:",a)}})())},[n,o,bn,q,"/"]),(0,b.useEffect)(()=>{if(!n||!bn)return;let a=async()=>{try{(await fetch(`${n}/health`)).ok?cM("connected"):cM("disconnected")}catch{cM("disconnected")}};a();let b=K(a,1e4);return()=>clearInterval(b)},[n,bn]),(0,b.useEffect)(()=>{if(!n||!bn||!cI)return;let a=new EventSource(`${n}/sessions/${cI}/events`),b=["resolved","dismissed"],c=a=>{try{let c=JSON.parse(a.data);if(b.includes(c.payload?.status)){let a=c.payload.id,b=c.payload.kind;if("placement"===b){for(let[b,c]of cl.current)if(c===a){cl.current.delete(b),bP(a=>a.filter(a=>a.id!==b));break}}else if("rearrange"===b){for(let[b,c]of cm.current)if(c===a){cm.current.delete(b),b4(a=>{if(!a)return null;let c=a.sections.filter(a=>a.id!==b);return 0===c.length?null:{...a,sections:c}});break}}else cX(b=>new Set(b).add(a)),J(()=>{V(b=>b.filter(b=>b.id!==a)),cX(b=>{let c=new Set(b);return c.delete(a),c})},150)}}catch{}};return a.addEventListener("annotation.updated",c),()=>{a.removeEventListener("annotation.updated",c),a.close()}},[n,bn,cI]),(0,b.useEffect)(()=>{if(!n||!bn)return;let a="disconnected"===c9.current,b="connected"===cL;c9.current=cL,a&&b&&(async()=>{try{let a=aR("/");if(0===a.length)return;let b=cI,c=[];if(b)try{c=(await aY(n,b)).annotations}catch{b=null}b||(b=(await aX(n,"/")).id,cJ(b),aW("/",b));let d=new Set(c.map(a=>a.id)),e=a.filter(a=>!d.has(a.id));if(e.length>0){let a=(await Promise.allSettled(e.map(a=>aZ(n,b,{...a,sessionId:b,url:"/"})))).map((a,b)=>"fulfilled"===a.status?a.value:(console.warn("[Agentation] Failed to sync annotation on reconnect:",a.reason),e[b])),d=[...c,...a].filter(bx);V(d),aT("/",d,b)}}catch(a){console.warn("[Agentation] Failed to sync on reconnect:",a)}})()},[cL,n,bn,cI,"/"]);let df=(0,b.useCallback)(()=>{_||(ab(!0),bD(!1),T(!1),J(()=>{$(!0),ab(!1)},400))},[_]);(0,b.useEffect)(()=>{if(!f||!bn||!a||0===a.length||U.length>0)return;let b=[];return b.push(J(()=>{T(!0)},e-200)),a.forEach((a,c)=>{b.push(J(()=>{let b=document.querySelector(a.selector);if(!b)return;let d=b.getBoundingClientRect(),{name:e,path:f}=aj(b),g={id:`demo-${Date.now()}-${c}`,x:(d.left+d.width/2)/window.innerWidth*100,y:d.top+d.height/2+window.scrollY,comment:a.comment,element:e,elementPath:f,timestamp:Date.now(),selectedText:a.selectedText,boundingBox:{x:d.left,y:d.top+window.scrollY,width:d.width,height:d.height},nearbyText:ak(b),cssClasses:am(b)};V(a=>[...a,g])},e+300*c))}),()=>{b.forEach(clearTimeout)}},[f,bn,a,e]),(0,b.useEffect)(()=>{let a=()=>{bh(window.scrollY),bm(!0),dc.current&&clearTimeout(dc.current),dc.current=J(()=>{bm(!1)},150)};return window.addEventListener("scroll",a,{passive:!0}),()=>{window.removeEventListener("scroll",a),dc.current&&clearTimeout(dc.current)}},[]),(0,b.useEffect)(()=>{bn&&U.length>0?cI?aT("/",U,cI):aS("/",U):bn&&0===U.length&&localStorage.removeItem(aQ("/"))},[U,"/",bn,cI]),(0,b.useEffect)(()=>{if(bn&&!bS.current){bS.current=!0;let a=[];a.length>0&&bP(a)}},[bn,"/"]),(0,b.useEffect)(()=>{bn&&bS.current&&!bT&&bO.length},[bO,"/",bn,bT]),(0,b.useEffect)(()=>{bn&&!b5.current&&(b5.current=!0)},[bn,"/"]),(0,b.useEffect)(()=>{bn&&b5.current},[b3,"/",bn,bT]);let dg=(0,b.useRef)(!1);(0,b.useEffect)(()=>{bn&&!dg.current&&(dg.current=!0)},[bn,"/"]),(0,b.useEffect)(()=>{if(!bn||!dg.current)return;let a=b7.current;bT?(b3?.sections?.length??0)>0||bO.length>0||b_?aU("/",{rearrange:b3,placements:bO,purpose:b_}):aV("/"):(a.rearrange?.sections?.length??0)>0||a.placements.length>0||b_?aU("/",{rearrange:a.rearrange,placements:a.placements,purpose:b_}):aV("/")},[b3,bO,b_,bT,"/",bn]),(0,b.useEffect)(()=>{bK&&!b3&&b4({sections:[],originalOrder:[],detectedAt:Date.now()})},[bK,b3]),(0,b.useEffect)(()=>{if(!n||!cI)return;let a=cl.current,b=new Set(bO.map(a=>a.id));for(let b of bO)a.has(b.id)||(a.set(b.id,""),aZ(n,cI,{id:b.id,x:b.x/window.innerWidth*100,y:b.y,comment:`Place ${b.type} at (${Math.round(b.x)}, ${Math.round(b.y)}), ${b.width}\xd7${b.height}px${b.text?` \u2014 "${b.text}"`:""}`,element:`[design:${b.type}]`,elementPath:"[placement]",timestamp:b.timestamp,url:"/",intent:"change",severity:"important",kind:"placement",placement:{componentType:b.type,width:b.width,height:b.height,scrollY:b.scrollY,text:b.text}}).then(c=>{a.has(b.id)&&a.set(b.id,c.id)}).catch(c=>{console.warn("[Agentation] Failed to sync placement annotation:",c),a.delete(b.id)}));for(let[c,d]of a)!b.has(c)&&(a.delete(c),d&&a_(n,d).catch(()=>{}))},[bO,n,cI,"/"]),(0,b.useEffect)(()=>{if(n&&cI)return cn.current&&clearTimeout(cn.current),cn.current=J(()=>{let a=cm.current;if(!b3||0===b3.sections.length){for(let[,b]of a)b&&a_(n,b).catch(()=>{});a.clear();return}let b=new Set(b3.sections.map(a=>a.id));for(let b of b3.sections){let c=b.originalRect,d=b.currentRect;if(!(Math.abs(c.x-d.x)>1||Math.abs(c.y-d.y)>1||Math.abs(c.width-d.width)>1||Math.abs(c.height-d.height)>1)){let c=a.get(b.id);c&&(a.delete(b.id),a_(n,c).catch(()=>{}));continue}let e=a.get(b.id);e?a$(n,e,{comment:`Move ${b.label} section (${b.tagName}) \u2014 from (${Math.round(c.x)},${Math.round(c.y)}) ${Math.round(c.width)}\xd7${Math.round(c.height)} to (${Math.round(d.x)},${Math.round(d.y)}) ${Math.round(d.width)}\xd7${Math.round(d.height)}`}).catch(a=>{console.warn("[Agentation] Failed to update rearrange annotation:",a)}):(a.set(b.id,""),aZ(n,cI,{id:b.id,x:d.x/window.innerWidth*100,y:d.y,comment:`Move ${b.label} section (${b.tagName}) \u2014 from (${Math.round(c.x)},${Math.round(c.y)}) ${Math.round(c.width)}\xd7${Math.round(c.height)} to (${Math.round(d.x)},${Math.round(d.y)}) ${Math.round(d.width)}\xd7${Math.round(d.height)}`,element:b.selector,elementPath:"[rearrange]",timestamp:Date.now(),url:"/",intent:"change",severity:"important",kind:"rearrange",rearrange:{selector:b.selector,label:b.label,tagName:b.tagName,originalRect:c,currentRect:d}}).then(c=>{a.has(b.id)&&a.set(b.id,c.id)}).catch(c=>{console.warn("[Agentation] Failed to sync rearrange annotation:",c),a.delete(b.id)}))}for(let[c,d]of a)!b.has(c)&&(a.delete(c),d&&a_(n,d).catch(()=>{}))},300),()=>{cn.current&&clearTimeout(cn.current)}},[b3,n,cI,"/"]);let dh=(0,b.useRef)(new Map);(0,b.useLayoutEffect)(()=>{let a=b3?.sections??[],b=new Set;if((bK||bM)&&S)for(let c of a){b.add(c.id);try{let a=document.querySelector(c.selector);if(!a)continue;if(!dh.current.has(c.id)){let b={transform:a.style.transform,transformOrigin:a.style.transformOrigin,opacity:a.style.opacity,position:a.style.position,zIndex:a.style.zIndex,display:a.style.display},d=[],e=a.parentElement;for(;e&&e!==document.body;){let a=getComputedStyle(e);("visible"!==a.overflow||"visible"!==a.overflowX||"visible"!==a.overflowY)&&(d.push({el:e,overflow:e.style.overflow}),e.style.overflow="visible"),e=e.parentElement}let f=getComputedStyle(a);"inline"===f.display&&(a.style.display="inline-block"),dh.current.set(c.id,{el:a,origStyles:b,ancestors:d}),a.style.transformOrigin="top left",a.style.zIndex="9999"}}catch{}}for(let[a,c]of dh.current)if(!b.has(a)){let{el:b,origStyles:d,ancestors:e}=c;b.style.transition="transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1)",b.style.transform=d.transform,b.style.transformOrigin=d.transformOrigin,b.style.opacity=d.opacity,b.style.position=d.position,b.style.zIndex=d.zIndex,dh.current.delete(a),J(()=>{for(let a of(b.style.transition="",b.style.display=d.display,e))a.el.style.overflow=a.overflow},450)}},[b3,bK,bM,S]),(0,b.useEffect)(()=>()=>{for(let[,a]of dh.current){let{el:b,origStyles:c,ancestors:d}=a;b.style.transition="transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1)",b.style.transform=c.transform,b.style.transformOrigin=c.transformOrigin,b.style.opacity=c.opacity,b.style.position=c.position,b.style.zIndex=c.zIndex,J(()=>{for(let a of(b.style.transition="",b.style.display=c.display,d))a.el.style.overflow=a.overflow},450)}dh.current.clear()},[]);let di=(0,b.useCallback)(()=>{bN(!0),bL(!1),bR(null),clearTimeout(cj.current),cj.current=J(()=>{bN(!1)},300)},[]),dj=(0,b.useCallback)(()=>{bK&&(bN(!0),bL(!1),bR(null),clearTimeout(cj.current),cj.current=J(()=>{bN(!1)},300)),T(!1)},[bK]),dk=(0,b.useCallback)(()=>{bA||(!function(){if("u"<typeof document||I.frozen)return;I.frozen=!0,I.frozenTimeoutQueue=[],I.frozenRAFQueue=[];let a=document.getElementById(H);a||((a=document.createElement("style")).id=H),a.textContent=`
93
+ *${G},
94
+ *${G}::before,
95
+ *${G}::after {
96
+ animation-play-state: paused !important;
97
+ transition: none !important;
98
+ }
99
+ `,document.head.appendChild(a),I.pausedAnimations=[];try{document.getAnimations().forEach(a=>{var b;"running"===a.playState&&((b=a.effect?.target)&&F.some(a=>!!b.closest?.(`[${a}]`))||(a.pause(),I.pausedAnimations.push(a)))})}catch{}document.querySelectorAll("video").forEach(a=>{a.paused||(a.dataset.wasPaused="false",a.pause())})}(),bB(!0))},[bA]),dl=(0,b.useCallback)(()=>{bA&&(M(),bB(!1))},[bA]),dm=(0,b.useCallback)(()=>{bA?dl():dk()},[bA,dk,dl]),dn=(0,b.useCallback)(()=>{if(0===cy.length)return;let a=cy[0],b=a.element,c=cy.length>1,d=cy.map(a=>a.element.getBoundingClientRect());if(c){let a={left:Math.min(...d.map(a=>a.left)),top:Math.min(...d.map(a=>a.top)),right:Math.max(...d.map(a=>a.right)),bottom:Math.max(...d.map(a=>a.bottom))},c=cy.slice(0,5).map(a=>a.name).join(", "),e=cy.length>5?` +${cy.length-5} more`:"",f=d.map(a=>({x:a.left,y:a.top+window.scrollY,width:a.width,height:a.height})),g=cy[cy.length-1].element,h=d[d.length-1],i=h.left+h.width/2,j=h.top+h.height/2,k=bw(g);aC({x:i/window.innerWidth*100,y:k?j:j+window.scrollY,clientY:j,element:`${cy.length} elements: ${c}${e}`,elementPath:"multi-select",boundingBox:{x:a.left,y:a.top+window.scrollY,width:a.right-a.left,height:a.bottom-a.top},isMultiSelect:!0,isFixed:k,elementBoundingBoxes:f,multiSelectElements:cy.map(a=>a.element),targetElement:g,fullPath:ao(b),accessibility:an(b),computedStyles:"",computedStylesObj:{},nearbyElements:al(b),cssClasses:am(b),nearbyText:ak(b),sourceFile:by(b)})}else{let c=d[0],e=bw(b);aC({x:c.left/window.innerWidth*100,y:e?c.top:c.top+window.scrollY,clientY:c.top,element:a.name,elementPath:a.path,boundingBox:{x:c.left,y:e?c.top:c.top+window.scrollY,width:c.width,height:c.height},isFixed:e,fullPath:ao(b),accessibility:an(b),computedStyles:"",computedStylesObj:{},nearbyElements:al(b),cssClasses:am(b),nearbyText:ak(b),reactComponents:a.reactComponents,sourceFile:by(b)})}cz([]),ay(null)},[cy]);(0,b.useEffect)(()=>{!S&&(aC(null),a9(null),bd(null),bf([]),ay(null),bD(!1),cz([]),cA.current={cmd:!1,shift:!1},bA&&dl())},[S,bA,dl]),(0,b.useEffect)(()=>()=>{M()},[]),(0,b.useEffect)(()=>{if(!S)return;let a=":not([data-agentation-root]):not([data-agentation-root] *)",b=document.createElement("style");return b.id="feedback-cursor-styles",b.textContent=`
100
+ body ${a} {
101
+ cursor: crosshair !important;
102
+ }
103
+
104
+ body :is(p, span, h1, h2, h3, h4, h5, h6, li, td, th, label, blockquote, figcaption, caption, legend, dt, dd, pre, code, em, strong, b, i, u, s, a, time, address, cite, q, abbr, dfn, mark, small, sub, sup, [contenteditable])${a} {
105
+ cursor: text !important;
106
+ }
107
+ `,document.head.appendChild(b),()=>{let a=document.getElementById("feedback-cursor-styles");a&&a.remove()}},[S]),(0,b.useEffect)(()=>{if(null!==cs&&S)return document.documentElement.setAttribute("data-drawing-hover",""),()=>document.documentElement.removeAttribute("data-drawing-hover")},[cs,S]),(0,b.useEffect)(()=>{if(!S||aB||co||bK)return;let a=a=>{if(ah(a.composedPath()[0]||a.target,"[data-feedback-toolbar]"))return void ay(null);let b=bv(a.clientX,a.clientY);if(!b||ah(b,"[data-feedback-toolbar]"))return void ay(null);let{name:c,elementName:d,path:e,reactComponents:f}=bq(b,"off");ay({element:c,elementName:d,elementPath:e,rect:b.getBoundingClientRect(),reactComponents:f}),aA({x:a.clientX,y:a.clientY})};return document.addEventListener("mousemove",a),()=>document.removeEventListener("mousemove",a)},[S,aB,co,bK,"off",cq]);let dp=(0,b.useCallback)(a=>{if(a9(a),aN(null),a1(null),a3([]),a.elementBoundingBoxes?.length){let b=[];for(let c of a.elementBoundingBoxes){let a=bv(c.x+c.width/2,c.y+c.height/2-window.scrollY);a&&b.push(a)}bf(b),bd(null)}else if(a.boundingBox){let b=a.boundingBox,c=bv(b.x+b.width/2,a.isFixed?b.y+b.height/2:b.y+b.height/2-window.scrollY);if(c){let a=c.getBoundingClientRect(),d=a.width/b.width,e=a.height/b.height;d<.5||e<.5?bd(null):bd(c)}else bd(null);bf([])}else bd(null),bf([])},[]);(0,b.useEffect)(()=>{if(!S||co||bK)return;let a=a=>{let b;if(c6.current){c6.current=!1;return}let c=a.composedPath()[0]||a.target;if(ah(c,"[data-feedback-toolbar]")||ah(c,"[data-annotation-popup]")||ah(c,"[data-annotation-marker]"))return;if(a.metaKey&&a.shiftKey&&!aB&&!a8){a.preventDefault(),a.stopPropagation();let b=bv(a.clientX,a.clientY);if(!b)return;let c=b.getBoundingClientRect(),{name:d,path:e,reactComponents:f}=bq(b,"off"),g=cy.findIndex(a=>a.element===b);g>=0?cz(a=>a.filter((a,b)=>b!==g)):cz(a=>[...a,{element:b,rect:c,name:d,path:e,reactComponents:f??void 0}]);return}let d=ah(c,"button, a, input, select, textarea, [role='button'], [onclick]");if(cC.blockInteractions&&d&&(a.preventDefault(),a.stopPropagation()),aB){if(d&&!cC.blockInteractions)return;a.preventDefault(),da.current?.shake();return}if(a8){if(d&&!cC.blockInteractions)return;a.preventDefault(),db.current?.shake();return}a.preventDefault();let e=bv(a.clientX,a.clientY);if(!e)return;let{name:f,path:g,reactComponents:h}=bq(e,"off"),i=e.getBoundingClientRect(),j=a.clientX/window.innerWidth*100,k=bw(e),l=k?a.clientY:a.clientY+window.scrollY,m=window.getSelection();m&&m.toString().trim().length>0&&(b=m.toString().trim().slice(0,500)),aC({x:j,y:l,clientY:a.clientY,element:f,elementPath:g,selectedText:b,boundingBox:{x:i.left,y:k?i.top:i.top+window.scrollY,width:i.width,height:i.height},nearbyText:ak(e),cssClasses:am(e),isFixed:k,fullPath:ao(e),accessibility:an(e),computedStyles:"",computedStylesObj:{},nearbyElements:al(e),reactComponents:h??void 0,sourceFile:by(e),targetElement:e}),ay(null)};return document.addEventListener("click",a,!0),()=>document.removeEventListener("click",a,!0)},[S,co,bK,aB,a8,cC.blockInteractions,"off",cy]),(0,b.useEffect)(()=>{if(!S)return;let a=a=>{"Meta"===a.key&&(cA.current.cmd=!0),"Shift"===a.key&&(cA.current.shift=!0)},b=a=>{let b=cA.current.cmd&&cA.current.shift;"Meta"===a.key&&(cA.current.cmd=!1),"Shift"===a.key&&(cA.current.shift=!1);let c=cA.current.cmd&&cA.current.shift;b&&!c&&cy.length>0&&dn()},c=()=>{cA.current={cmd:!1,shift:!1},cz([])};return document.addEventListener("keydown",a),document.addEventListener("keyup",b),window.addEventListener("blur",c),()=>{document.removeEventListener("keydown",a),document.removeEventListener("keyup",b),window.removeEventListener("blur",c)}},[S,cy,dn]),(0,b.useEffect)(()=>{if(!S||aB||co||bK)return;let a=a=>{let b=a.composedPath()[0]||a.target;ah(b,"[data-feedback-toolbar]")||ah(b,"[data-annotation-marker]")||ah(b,"[data-annotation-popup]")||new Set(["P","SPAN","H1","H2","H3","H4","H5","H6","LI","TD","TH","LABEL","BLOCKQUOTE","FIGCAPTION","CAPTION","LEGEND","DT","DD","PRE","CODE","EM","STRONG","B","I","U","S","A","TIME","ADDRESS","CITE","Q","ABBR","DFN","MARK","SMALL","SUB","SUP"]).has(b.tagName)||b.isContentEditable||(a.preventDefault(),c2.current={x:a.clientX,y:a.clientY})};return document.addEventListener("mousedown",a),()=>document.removeEventListener("mousedown",a)},[S,aB,co,bK]),(0,b.useEffect)(()=>{if(!S||aB)return;let a=a=>{if(!c2.current)return;let b=a.clientX-c2.current.x,c=a.clientY-c2.current.y,d=b*b+c*c;if(!c0&&d>=64&&(c3.current=c2.current,c1(!0),a.preventDefault()),(c0||d>=64)&&c3.current){if(c4.current){let b=Math.min(c3.current.x,a.clientX),c=Math.min(c3.current.y,a.clientY),d=Math.abs(a.clientX-c3.current.x),e=Math.abs(a.clientY-c3.current.y);c4.current.style.transform=`translate(${b}px, ${c}px)`,c4.current.style.width=`${d}px`,c4.current.style.height=`${e}px`}let b=Date.now();if(b-c7.current<50)return;c7.current=b;let c=c3.current.x,d=c3.current.y,e=Math.min(c,a.clientX),f=Math.min(d,a.clientY),g=Math.max(c,a.clientX),h=Math.max(d,a.clientY),i=(e+g)/2,j=(f+h)/2,k=new Set;for(let[a,b]of[[e,f],[g,f],[e,h],[g,h],[i,j],[i,f],[i,h],[e,j],[g,j]])for(let c of document.elementsFromPoint(a,b))c instanceof HTMLElement&&k.add(c);for(let a of document.querySelectorAll("button, a, input, img, p, h1, h2, h3, h4, h5, h6, li, label, td, th, div, span, section, article, aside, nav"))if(a instanceof HTMLElement){let b=a.getBoundingClientRect(),c=b.left+b.width/2,d=b.top+b.height/2,i=c>=e&&c<=g&&d>=f&&d<=h,j=Math.min(b.right,g)-Math.max(b.left,e),l=Math.min(b.bottom,h)-Math.max(b.top,f),m=j>0&&l>0?j*l:0,n=b.width*b.height,o=n>0?m/n:0;(i||o>.5)&&k.add(a)}let l=[],m=new Set(["BUTTON","A","INPUT","IMG","P","H1","H2","H3","H4","H5","H6","LI","LABEL","TD","TH","SECTION","ARTICLE","ASIDE","NAV"]);for(let a of k){if(ah(a,"[data-feedback-toolbar]")||ah(a,"[data-annotation-marker]"))continue;let b=a.getBoundingClientRect();if((!(b.width>.8*window.innerWidth)||!(b.height>.5*window.innerHeight))&&!(b.width<10)&&!(b.height<10)&&b.left<g&&b.right>e&&b.top<h&&b.bottom>f){let c=a.tagName,d=m.has(c);if(!d&&("DIV"===c||"SPAN"===c)){let b=a.textContent&&a.textContent.trim().length>0,c=null!==a.onclick||"button"===a.getAttribute("role")||"link"===a.getAttribute("role")||a.classList.contains("clickable")||a.hasAttribute("data-clickable");(b||c)&&!a.querySelector("p, h1, h2, h3, h4, h5, h6, button, a")&&(d=!0)}if(d){let a=!1;for(let c of l)if(c.left<=b.left&&c.right>=b.right&&c.top<=b.top&&c.bottom>=b.bottom){a=!0;break}a||l.push(b)}}}if(c5.current){let a=c5.current;for(;a.children.length>l.length;)a.removeChild(a.lastChild);l.forEach((b,c)=>{let d=a.children[c];d||((d=document.createElement("div")).className=ba.selectedElementHighlight,a.appendChild(d)),d.style.transform=`translate(${b.left}px, ${b.top}px)`,d.style.width=`${b.width}px`,d.style.height=`${b.height}px`})}}};return document.addEventListener("mousemove",a,{passive:!0}),()=>document.removeEventListener("mousemove",a)},[S,aB,c0,8]),(0,b.useEffect)(()=>{if(!S)return;let a=a=>{let b=c3.current;if(c0&&b){c6.current=!0;let c=Math.min(b.x,a.clientX),d=Math.min(b.y,a.clientY),e=Math.max(b.x,a.clientX),f=Math.max(b.y,a.clientY),g=[];document.querySelectorAll("button, a, input, img, p, h1, h2, h3, h4, h5, h6, li, label, td, th").forEach(a=>{if(!(a instanceof HTMLElement)||ah(a,"[data-feedback-toolbar]")||ah(a,"[data-annotation-marker]"))return;let b=a.getBoundingClientRect();b.width>.8*window.innerWidth&&b.height>.5*window.innerHeight||!(b.width<10)&&!(b.height<10)&&b.left<e&&b.right>c&&b.top<f&&b.bottom>d&&g.push({element:a,rect:b})});let h=g.filter(({element:a})=>!g.some(({element:b})=>b!==a&&a.contains(b))),i=a.clientX/window.innerWidth*100,j=a.clientY+window.scrollY;if(h.length>0){let b=h.reduce((a,{rect:b})=>({left:Math.min(a.left,b.left),top:Math.min(a.top,b.top),right:Math.max(a.right,b.right),bottom:Math.max(a.bottom,b.bottom)}),{left:1/0,top:1/0,right:-1/0,bottom:-1/0}),c=h.slice(0,5).map(({element:a})=>aj(a).name).join(", "),d=h.length>5?` +${h.length-5} more`:"",e=h[0].element;aC({x:i,y:j,clientY:a.clientY,element:`${h.length} elements: ${c}${d}`,elementPath:"multi-select",boundingBox:{x:b.left,y:b.top+window.scrollY,width:b.right-b.left,height:b.bottom-b.top},isMultiSelect:!0,fullPath:ao(e),accessibility:an(e),computedStyles:"",computedStylesObj:{},nearbyElements:al(e),cssClasses:am(e),nearbyText:ak(e),sourceFile:by(e)})}else{let b=Math.abs(e-c),g=Math.abs(f-d);b>20&&g>20&&aC({x:i,y:j,clientY:a.clientY,element:"Area selection",elementPath:`region at (${Math.round(c)}, ${Math.round(d)})`,boundingBox:{x:c,y:d+window.scrollY,width:b,height:g},isMultiSelect:!0})}ay(null)}else c0&&(c6.current=!0);c2.current=null,c3.current=null,c1(!1),c5.current&&(c5.current.innerHTML="")};return document.addEventListener("mouseup",a),()=>document.removeEventListener("mouseup",a)},[S,c0]);let dq=(0,b.useCallback)(async(a,b,c)=>{let d=cC.webhookUrl||x;if(!d||!cC.webhooksEnabled&&!c)return!1;try{return(await fetch(d,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({event:a,timestamp:Date.now(),url:void 0,...b})})).ok}catch(a){return console.warn("[Agentation] Webhook failed:",a),!1}},[x,cC.webhookUrl,cC.webhooksEnabled]),dr=(0,b.useCallback)(a=>{if(!aB)return;let b={id:Date.now().toString(),x:aB.x,y:aB.y,comment:a,element:aB.element,elementPath:aB.elementPath,timestamp:Date.now(),selectedText:aB.selectedText,boundingBox:aB.boundingBox,nearbyText:aB.nearbyText,cssClasses:aB.cssClasses,isMultiSelect:aB.isMultiSelect,isFixed:aB.isFixed,fullPath:aB.fullPath,accessibility:aB.accessibility,computedStyles:aB.computedStyles,nearbyElements:aB.nearbyElements,reactComponents:aB.reactComponents,sourceFile:aB.sourceFile,elementBoundingBoxes:aB.elementBoundingBoxes,...n&&cI?{sessionId:cI,url:void 0,status:"pending"}:{}};V(a=>[...a,b]),c8.current=b.id,J(()=>{c8.current=null},300),J(()=>{cV(a=>new Set(a).add(b.id))},250),g?.(b),dq("annotation.add",{annotation:b}),cZ(!0),J(()=>{aC(null),cZ(!1)},150),window.getSelection()?.removeAllRanges(),n&&cI&&aZ(n,cI,b).then(a=>{a.id!==b.id&&(V(c=>c.map(c=>c.id===b.id?{...c,id:a.id}:c)),cV(c=>{let d=new Set(c);return d.delete(b.id),d.add(a.id),d}))}).catch(a=>{console.warn("[Agentation] Failed to sync annotation:",a)})},[aB,g,dq,n,cI]),ds=(0,b.useCallback)(()=>{cZ(!0),J(()=>{aC(null),cZ(!1)},150)},[]),dt=(0,b.useCallback)(a=>{let b=U.findIndex(b=>b.id===a),c=U[b];a8?.id===a&&(c_(!0),J(()=>{a9(null),bd(null),bf([]),c_(!1)},150)),a5(a),cX(b=>new Set(b).add(a)),c&&(h?.(c),dq("annotation.delete",{annotation:c})),n&&a_(n,a).catch(a=>{console.warn("[Agentation] Failed to delete annotation from server:",a)}),J(()=>{V(b=>b.filter(b=>b.id!==a)),cX(b=>{let c=new Set(b);return c.delete(a),c}),a5(null),b<U.length-1&&(a7(b),J(()=>a7(null),200))},150)},[U,a8,h,dq,n]),du=(0,b.useCallback)(a=>{if(!a){aN(null),a1(null),a3([]);return}if(aN(a.id),a.elementBoundingBoxes?.length){let b=[];for(let c of a.elementBoundingBoxes){let a=c.x+c.width/2,d=c.y+c.height/2-window.scrollY,e=document.elementsFromPoint(a,d).find(a=>!a.closest("[data-annotation-marker]")&&!a.closest("[data-agentation-root]"));e&&b.push(e)}a3(b),a1(null)}else if(a.boundingBox){let b=a.boundingBox,c=bv(b.x+b.width/2,a.isFixed?b.y+b.height/2:b.y+b.height/2-window.scrollY);if(c){let a=c.getBoundingClientRect(),d=a.width/b.width,e=a.height/b.height;d<.5||e<.5?a1(null):a1(c)}else a1(null);a3([])}else a1(null),a3([])},[]),dv=(0,b.useCallback)(a=>{if(!a8)return;let b={...a8,comment:a};V(a=>a.map(a=>a.id===a8.id?b:a)),i?.(b),dq("annotation.update",{annotation:b}),n&&a$(n,a8.id,{comment:a}).catch(a=>{console.warn("[Agentation] Failed to update annotation on server:",a)}),c_(!0),J(()=>{a9(null),bd(null),bf([]),c_(!1)},150)},[a8,i,dq,n]),dw=(0,b.useCallback)(()=>{c_(!0),J(()=>{a9(null),bd(null),bf([]),c_(!1)},150)},[]),dx=(0,b.useCallback)(()=>{let a=U.length,b=bO.length>0||!!b3;if(0===a&&0===cq.length&&!b)return;if(j?.(U),dq("annotations.clear",{annotations:U}),n){for(let[,a]of(Promise.all(U.map(a=>a_(n,a.id).catch(a=>{console.warn("[Agentation] Failed to delete annotation from server:",a)}))),cl.current))a&&a_(n,a).catch(()=>{});for(let[,a]of(cl.current.clear(),cm.current))a&&a_(n,a).catch(()=>{});cm.current.clear()}aL(!0),aJ(!0),cr([]);let c=cu.current;if(c){let a=c.getContext("2d");a&&a.clearRect(0,0,c.width,c.height)}(bO.length>0||b3)&&(cd(a=>a+1),cf(a=>a+1),J(()=>{bP([]),b4(null)},200)),bT&&bU(!1),b_&&b0(""),b7.current={rearrange:null,placements:[]},aV("/"),J(()=>{V([]),cV(new Set),localStorage.removeItem(aQ("/")),aL(!1)},30*a+200),J(()=>aJ(!1),1500)},["/",U,cq,bO,b3,bT,b_,j,dq,n]),dy=(0,b.useCallback)(async()=>{let a,b=bK&&bT;if(b){if(0===bO.length&&!b3&&!b_)return;a=""}else{if(!(a=bc(U,"/",cC.outputDetail))&&0===cq.length&&0===bO.length&&!b3)return;a||(a=`## Page Feedback: /
108
+ `)}if(!b&&cq.length>0){let b=new Set;for(let a of U)null!=a.drawingIndex&&b.add(a.drawingIndex);let c=cu.current;c&&(c.style.visibility="hidden");let d=[],e=window.scrollY;for(let a=0;a<cq.length;a++){let c,f;if(b.has(a))continue;let g=cq[a];if(g.points.length<2)continue;let h=g.fixed?g.points:g.points.map(a=>({x:a.x,y:a.y-e})),i=1/0,j=1/0,k=-1/0,l=-1/0;for(let a of h)i=Math.min(i,a.x),j=Math.min(j,a.y),k=Math.max(k,a.x),l=Math.max(l,a.y);let m=k-i,n=l-j,o=Math.hypot(m,n),p=h[0],q=h[h.length-1],r=Math.hypot(q.x-p.x,q.y-p.y),s=m/Math.max(n,1);if(r<.35*o&&o>20){let a=.15*Math.max(m,n),b=0;for(let c of h){let d=c.x-i<a,e=k-c.x<a,f=c.y-j<a,g=l-c.y<a;(d||e)&&(f||g)&&b++}c=b>.15*h.length?"box":"circle"}else c=s>3&&n<40?"underline":r>.5*o?"arrow":"drawing";let t=Math.min(10,h.length),u=Math.max(1,Math.floor(h.length/t)),v=new Set,w=[],x=[p];for(let a=u;a<h.length-1;a+=u)x.push(h[a]);for(let a of(x.push(q),x)){let b=bv(a.x,a.y);if(!b||v.has(b)||ah(b,"[data-feedback-toolbar]"))continue;v.add(b);let{name:c}=aj(b);w.includes(c)||w.push(c)}let y=`${Math.round(i)},${Math.round(j)} \u2192 ${Math.round(k)},${Math.round(l)}`;if(("circle"===c||"box"===c)&&w.length>0){let a="box"===c?"Boxed":"Circled";f=`${a} **${w[0]}**${w.length>1?` (and ${w.slice(1).join(", ")})`:""} (region: ${y})`}else f="underline"===c&&w.length>0?`Underlined **${w[0]}** (${y})`:"arrow"===c&&w.length>=2?`Arrow from **${w[0]}** to **${w[w.length-1]}** (${Math.round(p.x)},${Math.round(p.y)} \u2192 ${Math.round(q.x)},${Math.round(q.y)})`:w.length>0?`${"arrow"===c?"Arrow":"Drawing"} near **${w.join("**, **")}** (region: ${y})`:`Drawing at ${y}`;d.push(f)}c&&(c.style.visibility=""),d.length>0&&(a+=`
109
+ **Drawings:**
110
+ `,d.forEach((b,c)=>{a+=`${c+1}. ${b}
111
+ `}))}if((bO.length>0||b&&b_)&&(a+="\n"+aO(bO,{width:window.innerWidth,height:window.innerHeight},{blankCanvas:bT,wireframePurpose:b_||void 0},cC.outputDetail)),b3){let b=aP(b3,cC.outputDetail,{width:window.innerWidth,height:window.innerHeight});b&&(a+="\n"+b)}if(m)try{await navigator.clipboard.writeText(a)}catch{}k?.(a),aE(!0),J(()=>aE(!1),2e3),cC.autoClearAfterCopy&&J(()=>dx(),500)},[U,cq,bO,b3,bT,bK,bZ,b_,"/",cC.outputDetail,"off",cC.autoClearAfterCopy,dx,m,k]),dz=(0,b.useCallback)(async()=>{let a=bc(U,"/",cC.outputDetail);if(!a&&0===bO.length&&!b3)return;if(a||(a=`## Page Feedback: /
112
+ `),bO.length>0&&(a+="\n"+aO(bO,{width:window.innerWidth,height:window.innerHeight},{blankCanvas:bT,wireframePurpose:b_||void 0},cC.outputDetail)),b3){let b=aP(b3,cC.outputDetail,{width:window.innerWidth,height:window.innerHeight});b&&(a+="\n"+b)}l&&l(a,U),aH("sending"),await new Promise(a=>J(a,150));let b=await dq("submit",{output:a,annotations:U},!0);aH(b?"sent":"failed"),J(()=>aH("idle"),2500),b&&cC.autoClearAfterCopy&&J(()=>dx(),500)},[l,dq,U,bO,b3,bT,bZ,"/",cC.outputDetail,"off",cC.autoClearAfterCopy,dx]);(0,b.useEffect)(()=>{if(!cR)return;let a=a=>{let b=a.clientX-cR.x,c=a.clientY-cR.y,d=Math.sqrt(b*b+c*c);if(!cP&&d>10&&cQ(!0),cP||d>10){let a=cR.toolbarX+b,d=cR.toolbarY+c;cO({x:a=Math.max(20-(337-(S?"connected"===cL?297:257:44)),Math.min(window.innerWidth-20-337,a)),y:d=Math.max(20,Math.min(window.innerHeight-44-20,d))})}},b=()=>{cP&&(cT.current=!0),cQ(!1),cS(null)};return document.addEventListener("mousemove",a),document.addEventListener("mouseup",b),()=>{document.removeEventListener("mousemove",a),document.removeEventListener("mouseup",b)}},[cR,cP,S,cL]);let dA=(0,b.useCallback)(a=>{if(a.target.closest("button")||a.target.closest("[data-agentation-settings-panel]"))return;let b=a.currentTarget.parentElement;if(!b)return;let c=b.getBoundingClientRect(),d=cN?.x??c.left,e=cN?.y??c.top;cS({x:a.clientX,y:a.clientY,toolbarX:d,toolbarY:e})},[cN]);if((0,b.useEffect)(()=>{if(!cN)return;let a=()=>{let a=cN.x,b=cN.y;a=Math.max(20-(337-(S?"connected"===cL?297:257:44)),Math.min(window.innerWidth-20-337,a)),b=Math.max(20,Math.min(window.innerHeight-44-20,b)),(a!==cN.x||b!==cN.y)&&cO({x:a,y:b})};return a(),window.addEventListener("resize",a),()=>window.removeEventListener("resize",a)},[cN,S,cL]),(0,b.useEffect)(()=>{let a=a=>{let b=a.target,c="INPUT"===b.tagName||"TEXTAREA"===b.tagName||b.isContentEditable;if("Escape"===a.key){if(bK)return void(bQ?bR(null):di());if(co)return void cp(!1);if(cy.length>0)return void cz([]);aB||S&&(cB(),T(!1))}if((a.metaKey||a.ctrlKey)&&a.shiftKey&&("f"===a.key||"F"===a.key)){a.preventDefault(),cB(),S?dj():T(!0);return}if(!c&&!a.metaKey&&!a.ctrlKey&&(("p"===a.key||"P"===a.key)&&(a.preventDefault(),cB(),dm()),("l"===a.key||"L"===a.key)&&(a.preventDefault(),cB(),co&&cp(!1),bC&&bD(!1),aB&&ds(),bK?di():bL(!0)),("h"===a.key||"H"===a.key)&&U.length>0&&(a.preventDefault(),cB(),X(a=>!a)),("c"===a.key||"C"===a.key)&&(U.length>0||bO.length>0||b3)&&(a.preventDefault(),cB(),dy()),("x"===a.key||"X"===a.key)&&(U.length>0||bO.length>0||b3)&&(a.preventDefault(),cB(),dx(),bO.length>0&&bP([]),b3&&b4(null)),"s"===a.key||"S"===a.key)){let b=bt(cC.webhookUrl)||bt(x||"");U.length>0&&b&&"idle"===aG&&(a.preventDefault(),cB(),dz())}};return document.addEventListener("keydown",a),()=>document.removeEventListener("keydown",a)},[S,co,bK,bQ,bO,b3,aB,U.length,cC.webhookUrl,x,aG,dz,dm,dy,dx,cy]),!bn||Y)return null;let dB=U.length>0,dC=U.filter(a=>!cW.has(a.id)&&"placement"!==a.kind&&"rearrange"!==a.kind),dD=dC.length>0,dE=U.filter(a=>cW.has(a.id)),dF=a=>{let b=a.x/100*window.innerWidth,c="string"==typeof a.y?parseFloat(a.y):a.y,d={};window.innerHeight-c-22-10<80&&(d.top="auto",d.bottom="calc(100% + 10px)");let e=b-100;if(e<10)d.left=`calc(50% + ${10-e}px)`;else if(e+200>window.innerWidth-10){let a=e+200-(window.innerWidth-10);d.left=`calc(50% - ${a}px)`}return d};return(0,c.createPortal)((0,d.jsxs)("div",{ref:ac,style:{display:"contents"},"data-agentation-theme":cE?"dark":"light","data-agentation-accent":cC.annotationColorId,"data-agentation-root":"",children:[(0,d.jsx)("div",{className:`${ba.toolbar}${z?` ${z}`:""}`,"data-feedback-toolbar":!0,"data-agentation-toolbar":!0,style:cN?{left:cN.x,top:cN.y,right:"auto",bottom:"auto"}:void 0,children:(0,d.jsxs)("div",{className:`${ba.toolbarContainer} ${S?ba.expanded:ba.collapsed} ${cG?ba.entrance:""} ${_?ba.hiding:""} ${!cC.webhooksEnabled&&(bt(cC.webhookUrl)||bt(x||""))?ba.serverConnected:""}`,onClick:S?void 0:a=>{if(cT.current){cT.current=!1,a.preventDefault();return}T(!0)},onMouseDown:dA,role:S?void 0:"button",tabIndex:S?-1:0,title:S?void 0:"Start feedback mode",children:[(0,d.jsxs)("div",{className:`${ba.toggleContent} ${!S?ba.visible:ba.hidden}`,children:[(0,d.jsx)(p,{size:24}),dD&&(0,d.jsx)("span",{className:`${ba.badge} ${S?ba.fadeOut:""} ${cG?ba.entrance:""}`,children:dC.length})]}),(0,d.jsxs)("div",{className:`${ba.controlsContent} ${S?ba.visible:ba.hidden} ${cN&&cN.y<100?ba.tooltipBelow:""} ${bI||bC?ba.tooltipsHidden:""} ${cv?ba.tooltipsInSession:""}`,onMouseEnter:()=>{cv||(cx.current=J(()=>cw(!0),850))},onMouseLeave:()=>{cx.current&&(clearTimeout(cx.current),cx.current=null),cw(!1),bJ(!1)},children:[(0,d.jsxs)("div",{className:`${ba.buttonWrapper} ${cN&&cN.x<120?ba.buttonWrapperAlignLeft:""}`,children:[(0,d.jsx)("button",{className:ba.controlButton,onClick:a=>{a.stopPropagation(),cB(),dm()},"data-active":bA,children:(0,d.jsx)(u,{size:24,isPaused:bA})}),(0,d.jsxs)("span",{className:ba.buttonTooltip,children:[bA?"Resume animations":"Pause animations",(0,d.jsx)("span",{className:ba.shortcut,children:"P"})]})]}),(0,d.jsxs)("div",{className:ba.buttonWrapper,children:[(0,d.jsx)("button",{className:`${ba.controlButton} ${!cE?ba.light:""}`,onClick:a=>{a.stopPropagation(),cB(),co&&cp(!1),bC&&bD(!1),aB&&ds(),bK?di():bL(!0)},"data-active":bK,style:bK&&bT?{color:"#f97316",background:"rgba(249, 115, 22, 0.25)"}:void 0,children:(0,d.jsx)(E,{size:21})}),(0,d.jsxs)("span",{className:ba.buttonTooltip,children:[bK?"Exit layout mode":"Layout mode",(0,d.jsx)("span",{className:ba.shortcut,children:"L"})]})]}),(0,d.jsxs)("div",{className:ba.buttonWrapper,children:[(0,d.jsx)("button",{className:ba.controlButton,onClick:a=>{a.stopPropagation(),cB(),X(!W)},disabled:!dB||bK,children:(0,d.jsx)(t,{size:24,isOpen:W})}),(0,d.jsxs)("span",{className:ba.buttonTooltip,children:[W?"Hide markers":"Show markers",(0,d.jsx)("span",{className:ba.shortcut,children:"H"})]})]}),(0,d.jsxs)("div",{className:ba.buttonWrapper,children:[(0,d.jsx)("button",{className:`${ba.controlButton} ${aD?ba.statusShowing:""}`,onClick:a=>{a.stopPropagation(),cB(),dy()},disabled:bK&&bT?0===bO.length&&!b3?.sections?.length:!dB&&0===cq.length&&0===bO.length&&!b3?.sections?.length,"data-active":aD,children:(0,d.jsx)(r,{size:24,copied:aD,tint:bK&&bT&&(bO.length>0||b3?.sections?.length)?"#f97316":void 0})}),(0,d.jsxs)("span",{className:ba.buttonTooltip,children:[bK&&bT?"Copy layout":"Copy feedback",(0,d.jsx)("span",{className:ba.shortcut,children:"C"})]})]}),(0,d.jsxs)("div",{className:`${ba.buttonWrapper} ${ba.sendButtonWrapper} ${S&&!cC.webhooksEnabled&&(bt(cC.webhookUrl)||bt(x||""))?ba.sendButtonVisible:""}`,children:[(0,d.jsxs)("button",{className:`${ba.controlButton} ${"sent"===aG||"failed"===aG?ba.statusShowing:""}`,onClick:a=>{a.stopPropagation(),cB(),dz()},disabled:!dB||!bt(cC.webhookUrl)&&!bt(x||"")||"sending"===aG,"data-no-hover":"sent"===aG||"failed"===aG,tabIndex:bt(cC.webhookUrl)||bt(x||"")?0:-1,children:[(0,d.jsx)(s,{size:24,state:aG}),dB&&"idle"===aG&&(0,d.jsx)("span",{className:ba.buttonBadge,children:U.length})]}),(0,d.jsxs)("span",{className:ba.buttonTooltip,children:["Send Annotations",(0,d.jsx)("span",{className:ba.shortcut,children:"S"})]})]}),(0,d.jsxs)("div",{className:ba.buttonWrapper,children:[(0,d.jsx)("button",{className:ba.controlButton,onClick:a=>{a.stopPropagation(),cB(),dx()},disabled:!dB&&0===cq.length&&0===bO.length&&!b3?.sections?.length,"data-danger":!0,children:(0,d.jsx)(w,{size:24})}),(0,d.jsxs)("span",{className:ba.buttonTooltip,children:["Clear all",(0,d.jsx)("span",{className:ba.shortcut,children:"X"})]})]}),(0,d.jsxs)("div",{className:ba.buttonWrapper,children:[(0,d.jsx)("button",{className:ba.controlButton,onClick:a=>{a.stopPropagation(),cB(),bK&&di(),bD(!bC)},children:(0,d.jsx)(v,{size:24})}),n&&"disconnected"!==cL&&(0,d.jsx)("span",{className:`${ba.mcpIndicator} ${ba[cL]} ${bC?ba.hidden:""}`,title:"connected"===cL?"MCP Connected":"MCP Connecting..."}),(0,d.jsx)("span",{className:ba.buttonTooltip,children:"Settings"})]}),(0,d.jsx)("div",{className:ba.divider}),(0,d.jsxs)("div",{className:`${ba.buttonWrapper} `,children:[(0,d.jsx)("button",{className:ba.controlButton,onClick:a=>{a.stopPropagation(),cB(),dj()},children:(0,d.jsx)(y,{size:24})}),(0,d.jsxs)("span",{className:ba.buttonTooltip,children:["Exit",(0,d.jsx)("span",{className:ba.shortcut,children:"Esc"})]})]})]}),(0,d.jsx)(af,{visible:bK&&S,activeType:bQ,onSelect:a=>{bR(bQ===a?null:a)},isDarkMode:cE,sectionCount:b3?.sections.length??0,onDetectSections:()=>{let a,b,c,d,e=(c=b=Array.from((a=document.querySelector("main")||document.body).children),a!==document.body&&b.length<3&&(c=Array.from(document.body.children)),d=[],c.forEach((a,b)=>{if(!(a instanceof HTMLElement))return;let c=a.tagName.toLowerCase();if(as.has(c)||a.hasAttribute("data-feedback-toolbar")||a.closest("[data-feedback-toolbar]"))return;let e=window.getComputedStyle(a);if("none"===e.display||"hidden"===e.visibility)return;let f=a.getBoundingClientRect();if(f.height<40)return;let g=ap.has(c),h=a.getAttribute("role")&&aq[a.getAttribute("role")],i="div"===c&&f.height>=60;if(!g&&!h&&!i)return;let j=window.scrollY,k=at(a),l={x:f.x,y:k?f.y:f.y+j,width:f.width,height:f.height};d.push({id:`rs-${Date.now()}-${Math.random().toString(36).slice(2,7)}`,label:av(a),tagName:c,selector:au(a),role:a.getAttribute("role"),className:aw(a),textSnippet:ax(a),originalRect:l,currentRect:{...l},originalIndex:b,isFixed:k})}),d),f=b3?.sections??[],g=new Set(f.map(a=>a.selector)),h=e.filter(a=>!g.has(a.selector));b4({sections:[...f,...h],originalOrder:[...b3?.originalOrder??[],...h.map(a=>a.id)],detectedAt:Date.now()})},placementCount:bO.length,onClearPlacements:()=>{cd(a=>a+1),cf(a=>a+1),J(()=>{b4({sections:[],originalOrder:[],detectedAt:Date.now()})},200)},blankCanvas:bT,onBlankCanvasChange:a=>{let b={sections:[],originalOrder:[],detectedAt:Date.now()};a?(b6.current={rearrange:b3,placements:bO},b4(b7.current.rearrange||b),bP(b7.current.placements),bR(null)):(b7.current={rearrange:b3,placements:bO},b4(b6.current.rearrange||b),bP(b6.current.placements)),bU(a)},wireframePurpose:b_,onWireframePurposeChange:b0,Tooltip:Q,onDragStart:(a,b)=>{b.preventDefault();let c=R[a],d=null,e=!1,f=b.clientX,g=b.clientY,h=b.target.closest("[data-feedback-toolbar]"),i=h?.getBoundingClientRect().top??window.innerHeight,j=b=>{let h=b.clientX-f,j=b.clientY-g;if(!e&&(Math.abs(h)>4||Math.abs(j)>4)&&(e=!0,(d=document.createElement("div")).className=`${Z.dragPreview}${bT?` ${Z.dragPreviewWireframe}`:""}`,document.body.appendChild(d)),!d)return;let k=1-Math.pow(1-Math.min(1,Math.max(0,i-b.clientY)/180),2),l=Math.min(140,.18*c.width),m=Math.min(90,.18*c.height),n=28+(l-28)*k,o=20+(m-20)*k;d.style.width=`${n}px`,d.style.height=`${o}px`,d.style.left=`${b.clientX-n/2}px`,d.style.top=`${b.clientY-o/2}px`,d.style.opacity=`${.5+.5*k}`,d.textContent=k>.25?a:""},k=b=>{if(window.removeEventListener("mousemove",j),window.removeEventListener("mouseup",k),d&&document.body.removeChild(d),e){let d=c.width,e=c.height,f=window.scrollY,g=Math.max(0,b.clientX-d/2),h=Math.max(0,b.clientY+f-e/2),i={id:`dp-${Date.now()}-${Math.random().toString(36).slice(2,7)}`,type:a,x:g,y:h,width:d,height:e,scrollY:f,timestamp:Date.now()};bP(a=>[...a,i]),bR(null),cg.current=new Set,b9(a=>a+1)}};window.addEventListener("mousemove",j),window.addEventListener("mouseup",k)}}),(0,d.jsx)(bp,{settings:cC,onSettingsChange:a=>cD(b=>({...b,...a})),isDarkMode:cE,onToggleTheme:()=>{ac.current?.classList.add(ba.disableTransitions),cF(a=>!a),L(()=>{ac.current?.classList.remove(ba.disableTransitions)})},isDevMode:!1,connectionStatus:cL,endpoint:n,isVisible:bE,toolbarNearBottom:!!cN&&cN.y<230,settingsPage:bG,onSettingsPageChange:bH,onHideToolbar:df})]})}),(bK||bM)&&(0,d.jsx)("div",{className:`${Z.blankCanvas} ${bV?Z.visible:""} ${b1?Z.gridActive:""}`,style:{"--canvas-opacity":bX},"data-feedback-toolbar":!0}),bK&&bT&&bV&&(0,d.jsxs)("div",{className:Z.wireframeNotice,"data-feedback-toolbar":!0,children:[(0,d.jsxs)("div",{className:Z.wireframeOpacityRow,children:[(0,d.jsx)("span",{className:Z.wireframeOpacityLabel,children:"Toggle Opacity"}),(0,d.jsx)("input",{type:"range",className:Z.wireframeOpacitySlider,min:0,max:1,step:.01,value:bX,onChange:a=>bY(Number(a.target.value))})]}),(0,d.jsxs)("div",{className:Z.wireframeNoticeTitleRow,children:[(0,d.jsx)("span",{className:Z.wireframeNoticeTitle,children:"Wireframe Mode"}),(0,d.jsx)("span",{className:Z.wireframeNoticeDivider}),(0,d.jsx)("button",{className:Z.wireframeStartOver,onClick:()=>{cd(a=>a+1),b4({sections:[],originalOrder:[],detectedAt:Date.now()}),b7.current={rearrange:null,placements:[]},b0(""),aV("/")},children:"Start Over"})]}),"Drag components onto the canvas.",(0,d.jsx)("br",{}),"Copied output will only include the wireframed layout."]}),(bK||bM)&&(0,d.jsx)(aa,{placements:bO,onChange:bP,activeComponent:bM?null:bQ,onActiveComponentChange:bR,isDarkMode:cE,exiting:bM,onInteractionChange:b2,passthrough:!bQ,extraSnapRects:b3?.sections.map(a=>a.currentRect),deselectSignal:b8,clearSignal:cc,wireframe:bT,onSelectionChange:(a,b)=>{cg.current=a,b||(ch.current=new Set,cb(a=>a+1))},onDragMove:(a,b)=>{let c=ch.current;if(c.size&&b3){if(!ci.current)for(let a of(ci.current=new Map,b3.sections))c.has(a.id)&&ci.current.set(a.id,{x:a.currentRect.x,y:a.currentRect.y});for(let d of b3.sections){if(!c.has(d.id)||!ci.current.get(d.id))continue;let e=document.querySelector(`[data-rearrange-section="${d.id}"]`);e&&(e.style.transform=`translate(${a}px, ${b}px)`)}}},onDragEnd:(a,b,c)=>{let d=ch.current,e=ci.current;if(ci.current=null,d.size&&b3&&e){for(let a of d){let b=document.querySelector(`[data-rearrange-section="${a}"]`);b&&(b.style.transform="")}c&&b4(c=>c?{...c,sections:c.sections.map(c=>{let d=e.get(c.id);return d?{...c,currentRect:{...c.currentRect,x:Math.max(0,d.x+a),y:Math.max(0,d.y+b)}}:c})}:c)}}}),(bK||bM)&&b3&&(0,d.jsx)(aF,{rearrangeState:b3,onChange:b4,isDarkMode:cE,exiting:bM,blankCanvas:bT,extraSnapRects:bO.map(a=>({x:a.x,y:a.y,width:a.width,height:a.height})),clearSignal:ce,deselectSignal:ca,onSelectionChange:(a,b)=>{ch.current=a,b||(cg.current=new Set,b9(a=>a+1))},onDragMove:(a,b)=>{let c=cg.current;if(c.size){if(!ci.current)for(let a of(ci.current=new Map,bO))c.has(a.id)&&ci.current.set(a.id,{x:a.x,y:a.y});for(let d of c){let c=document.querySelector(`[data-design-placement="${d}"]`);c&&(c.style.transform=`translate(${a}px, ${b}px)`)}}},onDragEnd:(a,b,c)=>{let d=cg.current,e=ci.current;if(ci.current=null,d.size&&e){for(let a of d){let b=document.querySelector(`[data-design-placement="${a}"]`);b&&(b.style.transform="")}c&&bP(c=>c.map(c=>{let d=e.get(c.id);return d?{...c,x:Math.max(0,d.x+a),y:Math.max(0,d.y+b)}:c}))}}}),(0,d.jsx)("canvas",{ref:cu,className:`${ba.drawCanvas} ${co?ba.active:""}`,style:{opacity:+!!dd,transition:"opacity 0.15s ease"},"data-feedback-toolbar":!0}),(0,d.jsxs)("div",{className:ba.markersLayer,"data-feedback-toolbar":!0,children:[ad&&dC.filter(a=>!a.isFixed).map((a,b,c)=>(0,d.jsx)(bi,{annotation:a,globalIndex:dC.findIndex(b=>b.id===a.id),layerIndex:b,layerSize:c.length,isExiting:ag,isClearing:aK,isAnimated:cU.has(a.id),isHovered:!ag&&aM===a.id,isDeleting:a4===a.id,isEditingAny:!!a8,renumberFrom:a6,markerClickBehavior:cC.markerClickBehavior,tooltipStyle:dF(a),onHoverEnter:a=>!ag&&a.id!==c8.current&&du(a),onHoverLeave:()=>du(null),onClick:a=>"delete"===cC.markerClickBehavior?dt(a.id):dp(a),onContextMenu:dp},a.id)),ad&&!ag&&dE.filter(a=>!a.isFixed).map(a=>(0,d.jsx)(bk,{annotation:a},a.id))]}),(0,d.jsxs)("div",{className:ba.fixedMarkersLayer,"data-feedback-toolbar":!0,children:[ad&&dC.filter(a=>a.isFixed).map((a,b,c)=>(0,d.jsx)(bi,{annotation:a,globalIndex:dC.findIndex(b=>b.id===a.id),layerIndex:b,layerSize:c.length,isExiting:ag,isClearing:aK,isAnimated:cU.has(a.id),isHovered:!ag&&aM===a.id,isDeleting:a4===a.id,isEditingAny:!!a8,renumberFrom:a6,markerClickBehavior:cC.markerClickBehavior,tooltipStyle:dF(a),onHoverEnter:a=>!ag&&a.id!==c8.current&&du(a),onHoverLeave:()=>du(null),onClick:a=>"delete"===cC.markerClickBehavior?dt(a.id):dp(a),onContextMenu:dp},a.id)),ad&&!ag&&dE.filter(a=>a.isFixed).map(a=>(0,d.jsx)(bk,{annotation:a,fixed:!0},a.id))]}),S&&(0,d.jsxs)("div",{className:ba.overlay,"data-feedback-toolbar":!0,style:aB||a8?{zIndex:99999}:void 0,children:[ar?.rect&&!aB&&!bl&&!c0&&(0,d.jsx)("div",{className:`${ba.hoverHighlight} ${ba.enter}`,style:{left:ar.rect.left,top:ar.rect.top,width:ar.rect.width,height:ar.rect.height,borderColor:"color-mix(in srgb, var(--agentation-color-accent) 50%, transparent)",backgroundColor:"color-mix(in srgb, var(--agentation-color-accent) 4%, transparent)"}}),cy.filter(a=>document.contains(a.element)).map((a,b)=>{let c=a.element.getBoundingClientRect(),e=cy.length>1;return(0,d.jsx)("div",{className:e?ba.multiSelectOutline:ba.singleSelectOutline,style:{position:"fixed",left:c.left,top:c.top,width:c.width,height:c.height,...e?{}:{borderColor:"color-mix(in srgb, var(--agentation-color-accent) 60%, transparent)",backgroundColor:"color-mix(in srgb, var(--agentation-color-accent) 5%, transparent)"}}},b)}),aM&&!aB&&(()=>{let a=U.find(a=>a.id===aM);if(!a?.boundingBox)return null;if(a.elementBoundingBoxes?.length)return a2.length>0?a2.filter(a=>document.contains(a)).map((a,b)=>{let c=a.getBoundingClientRect();return(0,d.jsx)("div",{className:`${ba.multiSelectOutline} ${ba.enter}`,style:{left:c.left,top:c.top,width:c.width,height:c.height}},`hover-outline-live-${b}`)}):a.elementBoundingBoxes.map((a,b)=>(0,d.jsx)("div",{className:`${ba.multiSelectOutline} ${ba.enter}`,style:{left:a.x,top:a.y-bg,width:a.width,height:a.height}},`hover-outline-${b}`));let b=a0&&document.contains(a0)?a0.getBoundingClientRect():null,c=b?{x:b.left,y:b.top,width:b.width,height:b.height}:{x:a.boundingBox.x,y:a.isFixed?a.boundingBox.y:a.boundingBox.y-bg,width:a.boundingBox.width,height:a.boundingBox.height},e=a.isMultiSelect;return(0,d.jsx)("div",{className:`${e?ba.multiSelectOutline:ba.singleSelectOutline} ${ba.enter}`,style:{left:c.x,top:c.y,width:c.width,height:c.height,...e?{}:{borderColor:"color-mix(in srgb, var(--agentation-color-accent) 60%, transparent)",backgroundColor:"color-mix(in srgb, var(--agentation-color-accent) 5%, transparent)"}}})})(),ar&&!aB&&!bl&&!c0&&(0,d.jsxs)("div",{className:`${ba.hoverTooltip} ${ba.enter}`,style:{left:Math.max(8,Math.min(az.x,window.innerWidth-100)),top:Math.max(az.y-(ar.reactComponents?48:32),8)},children:[ar.reactComponents&&(0,d.jsx)("div",{className:ba.hoverReactPath,children:ar.reactComponents}),(0,d.jsx)("div",{className:ba.hoverElementName,children:ar.elementName})]}),aB&&(0,d.jsxs)(d.Fragment,{children:[aB.multiSelectElements?.length?aB.multiSelectElements.filter(a=>document.contains(a)).map((a,b)=>{let c=a.getBoundingClientRect();return(0,d.jsx)("div",{className:`${ba.multiSelectOutline} ${cY?ba.exit:ba.enter}`,style:{left:c.left,top:c.top,width:c.width,height:c.height}},`pending-multi-${b}`)}):aB.targetElement&&document.contains(aB.targetElement)?(A=aB.targetElement.getBoundingClientRect(),(0,d.jsx)("div",{className:`${ba.singleSelectOutline} ${cY?ba.exit:ba.enter}`,style:{left:A.left,top:A.top,width:A.width,height:A.height,borderColor:"color-mix(in srgb, var(--agentation-color-accent) 60%, transparent)",backgroundColor:"color-mix(in srgb, var(--agentation-color-accent) 5%, transparent)"}})):aB.boundingBox&&(0,d.jsx)("div",{className:`${aB.isMultiSelect?ba.multiSelectOutline:ba.singleSelectOutline} ${cY?ba.exit:ba.enter}`,style:{left:aB.boundingBox.x,top:aB.boundingBox.y-bg,width:aB.boundingBox.width,height:aB.boundingBox.height,...aB.isMultiSelect?{}:{borderColor:"color-mix(in srgb, var(--agentation-color-accent) 60%, transparent)",backgroundColor:"color-mix(in srgb, var(--agentation-color-accent) 5%, transparent)"}}}),(B=aB.x,C=aB.isFixed?aB.y:aB.y-bg,(0,d.jsxs)(d.Fragment,{children:[(0,d.jsx)(bj,{x:B,y:C,isMultiSelect:aB.isMultiSelect,isExiting:cY}),(0,d.jsx)(O,{ref:da,element:aB.element,selectedText:aB.selectedText,computedStyles:aB.computedStylesObj,placeholder:"Area selection"===aB.element?"What should change in this area?":aB.isMultiSelect?"Feedback for this group of elements...":"What should change?",onSubmit:dr,onCancel:ds,isExiting:cY,lightMode:!cE,accentColor:aB.isMultiSelect?"var(--agentation-color-green)":"var(--agentation-color-accent)",style:{left:Math.max(160,Math.min(window.innerWidth-160,B/100*window.innerWidth)),...C>window.innerHeight-290?{bottom:window.innerHeight-C+20}:{top:C+20}}})]}))]}),a8&&(0,d.jsxs)(d.Fragment,{children:[a8.elementBoundingBoxes?.length?be.length>0?be.filter(a=>document.contains(a)).map((a,b)=>{let c=a.getBoundingClientRect();return(0,d.jsx)("div",{className:`${ba.multiSelectOutline} ${ba.enter}`,style:{left:c.left,top:c.top,width:c.width,height:c.height}},`edit-multi-live-${b}`)}):a8.elementBoundingBoxes.map((a,b)=>(0,d.jsx)("div",{className:`${ba.multiSelectOutline} ${ba.enter}`,style:{left:a.x,top:a.y-bg,width:a.width,height:a.height}},`edit-multi-${b}`)):(N=(D=bb&&document.contains(bb)?bb.getBoundingClientRect():null)?{x:D.left,y:D.top,width:D.width,height:D.height}:a8.boundingBox?{x:a8.boundingBox.x,y:a8.isFixed?a8.boundingBox.y:a8.boundingBox.y-bg,width:a8.boundingBox.width,height:a8.boundingBox.height}:null)?(0,d.jsx)("div",{className:`${a8.isMultiSelect?ba.multiSelectOutline:ba.singleSelectOutline} ${ba.enter}`,style:{left:N.x,top:N.y,width:N.width,height:N.height,...a8.isMultiSelect?{}:{borderColor:"color-mix(in srgb, var(--agentation-color-accent) 60%, transparent)",backgroundColor:"color-mix(in srgb, var(--agentation-color-accent) 5%, transparent)"}}}):null,(0,d.jsx)(O,{ref:db,element:a8.element,selectedText:a8.selectedText,computedStyles:function(a){if(!a)return;let b={};for(let c of a.split(";").map(a=>a.trim()).filter(Boolean)){let a=c.indexOf(":");if(a>0){let d=c.slice(0,a).trim(),e=c.slice(a+1).trim();d&&e&&(b[d]=e)}}return Object.keys(b).length>0?b:void 0}(a8.computedStyles),placeholder:"Edit your feedback...",initialValue:a8.comment,submitLabel:"Save",onSubmit:dv,onCancel:dw,onDelete:()=>dt(a8.id),isExiting:c$,lightMode:!cE,accentColor:a8.isMultiSelect?"var(--agentation-color-green)":"var(--agentation-color-accent)",style:(P=a8.isFixed?a8.y:a8.y-bg,{left:Math.max(160,Math.min(window.innerWidth-160,a8.x/100*window.innerWidth)),...P>window.innerHeight-290?{bottom:window.innerHeight-P+20}:{top:P+20}})})]}),c0&&(0,d.jsxs)(d.Fragment,{children:[(0,d.jsx)("div",{ref:c4,className:ba.dragSelection}),(0,d.jsx)("div",{ref:c5,className:ba.highlightsContainer})]})]})]}),document.body)}(()=>{if("u"<typeof document||document.getElementById("agentation-color-tokens"))return;let a=document.createElement("style");a.id="agentation-color-tokens",a.textContent=[...bu.map(a=>`
113
+ [data-agentation-accent="${a.id}"] {
114
+ --agentation-color-accent: ${a.srgb};
115
+ }
116
+
117
+ @supports (color: color(display-p3 0 0 0)) {
118
+ [data-agentation-accent="${a.id}"] {
119
+ --agentation-color-accent: ${a.p3};
120
+ }
121
+ }
122
+ `),`:root {
123
+ ${bu.map(a=>`--agentation-color-${a.id}: ${a.srgb};`).join("\n")}
124
+ }`,`@supports (color: color(display-p3 0 0 0)) {
125
+ :root {
126
+ ${bu.map(a=>`--agentation-color-${a.id}: ${a.p3};`).join("\n")}
127
+ }
128
+ }`].join(""),document.head.appendChild(a)})(),a.s(["Agentation",0,bz,"AnimatedBunny",0,({size:a=20,color:b="#4C74FF"})=>(0,d.jsxs)("svg",{width:a,height:a,viewBox:"0 0 28 28",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[(0,d.jsx)("style",{children:`
129
+ @keyframes bunnyEnterEar {
130
+ 0% { opacity: 0; transform: scale(0.8); }
131
+ 100% { opacity: 1; transform: scale(1); }
132
+ }
133
+ @keyframes bunnyEnterFace {
134
+ 0% { opacity: 0; transform: scale(0.9); }
135
+ 100% { opacity: 1; transform: scale(1); }
136
+ }
137
+ @keyframes bunnyEnterEye {
138
+ 0% { opacity: 0; transform: scale(0.5); }
139
+ 100% { opacity: 1; transform: scale(1); }
140
+ }
141
+ @keyframes leftEyeLook {
142
+ 0%, 8% { transform: translate(0, 0); }
143
+ 10%, 18% { transform: translate(1.5px, 0); }
144
+ 20%, 22% { transform: translate(1.5px, 0) scaleY(0.1); }
145
+ 24%, 32% { transform: translate(1.5px, 0); }
146
+ 35%, 48% { transform: translate(-0.8px, -0.6px); }
147
+ 52%, 54% { transform: translate(0, 0) scaleY(0.1); }
148
+ 56%, 68% { transform: translate(0, 0); }
149
+ 72%, 82% { transform: translate(-0.5px, 0.5px); }
150
+ 85%, 100% { transform: translate(0, 0); }
151
+ }
152
+ @keyframes rightEyeLook {
153
+ 0%, 8% { transform: translate(0, 0); }
154
+ 10%, 18% { transform: translate(0.8px, 0); }
155
+ 20%, 22% { transform: translate(0.8px, 0) scaleY(0.1); }
156
+ 24%, 32% { transform: translate(0.8px, 0); }
157
+ 35%, 48% { transform: translate(-1.5px, -0.6px); }
158
+ 52%, 54% { transform: translate(0, 0) scaleY(0.1); }
159
+ 56%, 68% { transform: translate(0, 0); }
160
+ 72%, 82% { transform: translate(-1.2px, 0.5px); }
161
+ 85%, 100% { transform: translate(0, 0); }
162
+ }
163
+ @keyframes leftEarTwitch {
164
+ 0%, 9% { transform: rotate(0deg); }
165
+ 12% { transform: rotate(-8deg); }
166
+ 16%, 34% { transform: rotate(0deg); }
167
+ 38% { transform: rotate(-12deg); }
168
+ 42% { transform: rotate(-6deg); }
169
+ 48%, 100% { transform: rotate(0deg); }
170
+ }
171
+ @keyframes rightEarTwitch {
172
+ 0%, 9% { transform: rotate(0deg); }
173
+ 12% { transform: rotate(6deg); }
174
+ 16%, 34% { transform: rotate(0deg); }
175
+ 38% { transform: rotate(10deg); }
176
+ 42% { transform: rotate(4deg); }
177
+ 48%, 71% { transform: rotate(0deg); }
178
+ 74% { transform: rotate(8deg); }
179
+ 78%, 100% { transform: rotate(0deg); }
180
+ }
181
+ .bunny-eye-left {
182
+ opacity: 0;
183
+ animation: bunnyEnterEye 0.3s ease-out 0.35s forwards, leftEyeLook 5s ease-in-out 0.65s infinite;
184
+ transform-origin: center;
185
+ transform-box: fill-box;
186
+ }
187
+ .bunny-eye-right {
188
+ opacity: 0;
189
+ animation: bunnyEnterEye 0.3s ease-out 0.4s forwards, rightEyeLook 5s ease-in-out 0.7s infinite;
190
+ transform-origin: center;
191
+ transform-box: fill-box;
192
+ }
193
+ .bunny-ear-left {
194
+ opacity: 0;
195
+ animation: bunnyEnterEar 0.3s ease-out 0.1s forwards, leftEarTwitch 5s ease-in-out 0.4s infinite;
196
+ transform-origin: bottom center;
197
+ transform-box: fill-box;
198
+ }
199
+ .bunny-ear-right {
200
+ opacity: 0;
201
+ animation: bunnyEnterEar 0.3s ease-out 0.15s forwards, rightEarTwitch 5s ease-in-out 0.45s infinite;
202
+ transform-origin: bottom center;
203
+ transform-box: fill-box;
204
+ }
205
+ .bunny-face {
206
+ opacity: 0;
207
+ animation: bunnyEnterFace 0.3s ease-out 0.25s forwards;
208
+ transform-origin: center;
209
+ transform-box: fill-box;
210
+ }
211
+ svg:hover .bunny-eye-left,
212
+ svg:hover .bunny-eye-right {
213
+ opacity: 0;
214
+ transition: opacity 0.2s ease;
215
+ }
216
+ .bunny-happy-face {
217
+ opacity: 0;
218
+ transition: opacity 0.2s ease;
219
+ }
220
+ svg:hover .bunny-happy-face {
221
+ opacity: 1;
222
+ }
223
+ `}),(0,d.jsx)("rect",{width:"28",height:"28",fill:"transparent"}),(0,d.jsx)("path",{className:"bunny-ear-left",d:"M3.738 10.2164L7.224 2.007H9.167L5.676 10.2164H3.738ZM10.791 6.42705C10.791 5.90346 10.726 5.42764 10.596 4.99959C10.47 4.57155 10.292 4.16643 10.063 3.78425C9.833 3.39825 9.56 3.01797 9.243 2.64343C8.926 2.26507 8.767 2.07589 8.767 2.07589L10.24 0.957996C10.24 0.957996 10.433 1.17203 10.819 1.60007C11.209 2.0243 11.559 2.49056 11.869 2.99886C12.178 3.50717 12.413 4.04222 12.574 4.60403C12.734 5.16584 12.814 5.77352 12.814 6.42705C12.814 7.10734 12.73 7.7303 12.562 8.29593C12.394 8.85774 12.153 9.3966 11.84 9.9126C11.526 10.4247 11.181 10.8833 10.802 11.2884C10.428 11.6974 10.24 11.9018 10.24 11.9018L8.767 10.7839C8.767 10.7839 8.924 10.5948 9.237 10.2164C9.554 9.8419 9.83 9.4597 10.063 9.06985C10.3 8.6762 10.479 8.26726 10.602 7.84304C10.728 7.41499 10.791 6.943 10.791 6.42705Z",fill:b}),(0,d.jsx)("path",{className:"bunny-ear-right",d:"M15.003 10.2164L18.489 2.007H20.432L16.941 10.2164H15.003ZM22.056 6.42705C22.056 5.90346 21.991 5.42764 21.861 4.99959C21.735 4.57155 21.557 4.16643 21.328 3.78425C21.098 3.39825 20.825 3.01797 20.508 2.64343C20.191 2.26507 20.032 2.07589 20.032 2.07589L21.505 0.957996C21.505 0.957996 21.698 1.17203 22.084 1.60007C22.474 2.0243 22.824 2.49056 23.133 2.99886C23.443 3.50717 23.678 4.04222 23.839 4.60403C23.999 5.16584 24.079 5.77352 24.079 6.42705C24.079 7.10734 23.995 7.7303 23.827 8.29593C23.659 8.85774 23.418 9.3966 23.105 9.9126C22.791 10.4247 22.445 10.8833 22.067 11.2884C21.693 11.6974 21.505 11.9018 21.505 11.9018L20.032 10.7839C20.032 10.7839 20.189 10.5948 20.502 10.2164C20.819 9.8419 21.094 9.4597 21.328 9.06985C21.565 8.6762 21.744 8.26726 21.866 7.84304C21.993 7.41499 22.056 6.943 22.056 6.42705Z",fill:b}),(0,d.jsx)("path",{className:"bunny-face",d:"M2.03 20.4328C2.03 20.9564 2.093 21.4322 2.219 21.8602C2.345 22.2883 2.523 22.6953 2.752 23.0813C2.981 23.4635 3.254 23.8419 3.572 24.2164C3.889 24.5948 4.047 24.7839 4.047 24.7839L2.574 25.9018C2.574 25.9018 2.379 25.6878 1.989 25.2598C1.603 24.8355 1.256 24.3693 0.946 23.861C0.636 23.3527 0.401 22.8176 0.241 22.2558C0.08 21.694 0 21.0863 0 20.4328C0 19.7525 0.084 19.1314 0.252 18.5696C0.421 18.004 0.661 17.4651 0.975 16.953C1.288 16.4371 1.632 15.9765 2.007 15.5714C2.385 15.1625 2.574 14.958 2.574 14.958L4.047 16.0759C4.047 16.0759 3.889 16.2651 3.572 16.6434C3.258 17.018 2.983 17.4021 2.746 17.7957C2.513 18.1855 2.335 18.5945 2.213 19.0225C2.091 19.4467 2.03 19.9168 2.03 20.4328ZM23.687 20.4271C23.687 19.9035 23.622 19.4276 23.492 18.9996C23.366 18.5715 23.188 18.1664 22.959 17.7843C22.729 17.3982 22.456 17.018 22.139 16.6434C21.822 16.2651 21.663 16.0759 21.663 16.0759L23.136 14.958C23.136 14.958 23.329 15.172 23.715 15.6001C24.105 16.0243 24.455 16.4906 24.765 16.9989C25.074 17.5072 25.309 18.0422 25.47 18.604C25.63 19.1658 25.71 19.7735 25.71 20.4271C25.71 21.1073 25.626 21.7303 25.458 22.2959C25.29 22.8577 25.049 23.3966 24.736 23.9126C24.422 24.4247 24.077 24.8833 23.698 25.2884C23.324 25.6974 23.136 25.9018 23.136 25.9018L21.663 24.7839C21.663 24.7839 21.82 24.5948 22.133 24.2164C22.45 23.8419 22.726 23.4597 22.959 23.0698C23.196 22.6762 23.375 22.2673 23.498 21.843C23.624 21.415 23.687 20.943 23.687 20.4271Z",fill:b}),(0,d.jsx)("circle",{className:"bunny-eye-left",cx:"8.277",cy:"20.466",r:"1.8",fill:b}),(0,d.jsx)("circle",{className:"bunny-eye-right",cx:"19.878",cy:"20.466",r:"1.8",fill:b}),(0,d.jsx)("text",{className:"bunny-happy-face",x:"14",y:"26",textAnchor:"middle",fontSize:"12",fontWeight:"bold",fill:b,fontFamily:"system-ui, -apple-system, sans-serif",children:"˃ ᵕ ˂"})]}),"AnnotationPopupCSS",0,O,"IconChatEllipsis",0,({size:a=16,style:b={}})=>(0,d.jsxs)("svg",{width:a,height:a,viewBox:"0 0 24 24",fill:"none",style:b,children:[(0,d.jsx)("path",{d:"M18.8875 19.25L19.6112 19.0533C19.6823 19.3148 19.6068 19.5943 19.4137 19.7844C19.2206 19.9746 18.9399 20.0457 18.6795 19.9706L18.8875 19.25ZM14.9631 18.244L15.263 18.9314L14.9631 18.244ZM18.0914 15.6309L17.4669 15.2156L18.0914 15.6309ZM4.75 11.8041H5.5C5.5 15.2664 8.39065 18.1081 12 18.1081V18.8581V19.6081C7.60123 19.6081 4 16.1334 4 11.8041H4.75ZM19.25 11.8041H18.5C18.5 8.34166 15.6094 5.5 12 5.5V4.75V4C16.3988 4 20 7.47476 20 11.8041H19.25ZM12 4.75V5.5C8.39065 5.5 5.5 8.34166 5.5 11.8041H4.75H4C4 7.47476 7.60123 4 12 4V4.75ZM18.0914 15.6309L17.4669 15.2156C18.1213 14.2315 18.5 13.0612 18.5 11.8041H19.25H20C20 13.3681 19.5276 14.8257 18.716 16.0462L18.0914 15.6309ZM18.8875 19.25L18.1638 19.4467L17.2953 16.2517L18.019 16.055L18.7428 15.8583L19.6112 19.0533L18.8875 19.25ZM12 18.8581V18.1081C12.9509 18.1081 13.8518 17.9105 14.6632 17.5565L14.9631 18.244L15.263 18.9314C14.2652 19.3667 13.1603 19.6081 12 19.6081V18.8581ZM15.3144 18.2188L15.5224 17.4982L19.0955 18.5294L18.8875 19.25L18.6795 19.9706L15.1064 18.9394L15.3144 18.2188ZM14.9631 18.244L14.6632 17.5565C14.925 17.4423 15.2286 17.4134 15.5224 17.4982L15.3144 18.2188L15.1064 18.9394C15.1677 18.957 15.223 18.9489 15.263 18.9314L14.9631 18.244ZM18.0914 15.6309L18.716 16.0462C18.7451 16.0024 18.7636 15.9351 18.7428 15.8583L18.019 16.055L17.2953 16.2517C17.1957 15.8853 17.2716 15.5093 17.4669 15.2156L18.0914 15.6309Z",fill:"currentColor"}),(0,d.jsx)("circle",{cx:"15",cy:"11.75",r:"1",fill:"currentColor"}),(0,d.jsx)("circle",{cx:"12",cy:"11.75",r:"1",fill:"currentColor"}),(0,d.jsx)("circle",{cx:"9",cy:"11.75",r:"1",fill:"currentColor"})]}),"IconCheck",0,({size:a=16})=>(0,d.jsx)("svg",{width:a,height:a,viewBox:"0 0 16 16",fill:"none",children:(0,d.jsx)("path",{d:"M3 8l3.5 3.5L13 5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}),"IconCheckSmall",0,({size:a=14})=>(0,d.jsx)("svg",{width:a,height:a,viewBox:"0 0 14 14",fill:"none",children:(0,d.jsx)("path",{d:"M3.9375 7L6.125 9.1875L10.5 4.8125",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}),"IconCheckSmallAnimated",0,({size:a=14})=>(0,d.jsxs)("svg",{width:a,height:a,viewBox:"0 0 14 14",fill:"none",children:[(0,d.jsx)("style",{children:`
224
+ @keyframes checkDraw {
225
+ 0% {
226
+ stroke-dashoffset: 12;
227
+ }
228
+ 100% {
229
+ stroke-dashoffset: 0;
230
+ }
231
+ }
232
+ @keyframes checkBounce {
233
+ 0% {
234
+ transform: scale(0.5);
235
+ opacity: 0;
236
+ }
237
+ 50% {
238
+ transform: scale(1.12);
239
+ opacity: 1;
240
+ }
241
+ 75% {
242
+ transform: scale(0.95);
243
+ }
244
+ 100% {
245
+ transform: scale(1);
246
+ }
247
+ }
248
+ .check-path-animated {
249
+ stroke-dasharray: 12;
250
+ stroke-dashoffset: 0;
251
+ transform-origin: center;
252
+ animation: checkDraw 0.18s ease-out, checkBounce 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
253
+ }
254
+ `}),(0,d.jsx)("path",{className:"check-path-animated",d:"M3.9375 7L6.125 9.1875L10.5 4.8125",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),"IconCheckmark",0,({size:a=16})=>(0,d.jsxs)("svg",{width:a,height:a,viewBox:"0 0 24 24",fill:"none",children:[(0,d.jsx)("g",{clipPath:"url(#clip0_2_45)",children:(0,d.jsx)("path",{d:"M16.25 8.75L10 15.25L7.25 12.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}),(0,d.jsx)("defs",{children:(0,d.jsx)("clipPath",{id:"clip0_2_45",children:(0,d.jsx)("rect",{width:"24",height:"24",fill:"white"})})})]}),"IconCheckmarkCircle",0,({size:a=24})=>(0,d.jsxs)("svg",{width:a,height:a,viewBox:"0 0 24 24",fill:"none",children:[(0,d.jsxs)("g",{clipPath:"url(#clip0_checkmark_circle)",children:[(0,d.jsx)("path",{d:"M12 20C7.58172 20 4 16.4182 4 12C4 7.58172 7.58172 4 12 4C16.4182 4 20 7.58172 20 12C20 16.4182 16.4182 20 12 20Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),(0,d.jsx)("path",{d:"M15 10L11 14.25L9.25 12.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),(0,d.jsx)("defs",{children:(0,d.jsx)("clipPath",{id:"clip0_checkmark_circle",children:(0,d.jsx)("rect",{width:"24",height:"24",fill:"white"})})})]}),"IconCheckmarkLarge",0,({size:a=16})=>(0,d.jsxs)("svg",{width:a,height:a,viewBox:"0 0 24 24",fill:"none",children:[(0,d.jsx)("g",{clipPath:"url(#clip0_2_37)",children:(0,d.jsx)("path",{d:"M17.5962 7.75L9.42308 16.25L6.15385 12.6538",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}),(0,d.jsx)("defs",{children:(0,d.jsx)("clipPath",{id:"clip0_2_37",children:(0,d.jsx)("rect",{width:"24",height:"24",fill:"white"})})})]}),"IconChevronLeft",0,D,"IconChevronRight",0,({size:a=16})=>(0,d.jsx)("svg",{width:a,height:a,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:(0,d.jsx)("path",{d:"M8.5 11.5L12 8L8.5 4.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}),"IconClose",0,({size:a=16})=>(0,d.jsx)("svg",{width:a,height:a,viewBox:"0 0 16 16",fill:"none",children:(0,d.jsx)("path",{d:"M4 4l8 8M12 4l-8 8",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})}),"IconCopyAlt",0,({size:a=16})=>(0,d.jsxs)("svg",{width:a,height:a,viewBox:"0 0 24 24",fill:"none",children:[(0,d.jsx)("path",{d:"M4.75 11.25C4.75 10.4216 5.42157 9.75 6.25 9.75H12.75C13.5784 9.75 14.25 10.4216 14.25 11.25V17.75C14.25 18.5784 13.5784 19.25 12.75 19.25H6.25C5.42157 19.25 4.75 18.5784 4.75 17.75V11.25Z",stroke:"currentColor",strokeWidth:"1.5"}),(0,d.jsx)("path",{d:"M17.25 14.25H17.75C18.5784 14.25 19.25 13.5784 19.25 12.75V6.25C19.25 5.42157 18.5784 4.75 17.75 4.75H11.25C10.4216 4.75 9.75 5.42157 9.75 6.25V6.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})]}),"IconCopyAnimated",0,r,"IconEdit",0,B,"IconEye",0,({size:a=16})=>(0,d.jsxs)("svg",{width:a,height:a,viewBox:"0 0 24 24",fill:"none",children:[(0,d.jsx)("path",{d:"M4.91516 12.7108C4.63794 12.2883 4.63705 11.7565 4.91242 11.3328C5.84146 9.9033 8.30909 6.74994 12 6.74994C15.6909 6.74994 18.1585 9.9033 19.0876 11.3328C19.3629 11.7565 19.3621 12.2883 19.0848 12.7108C18.1537 14.13 15.6873 17.2499 12 17.2499C8.31272 17.2499 5.8463 14.13 4.91516 12.7108Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),(0,d.jsx)("path",{d:"M12 14.25C13.2426 14.25 14.25 13.2426 14.25 12C14.25 10.7574 13.2426 9.75 12 9.75C10.7574 9.75 9.75 10.7574 9.75 12C9.75 13.2426 10.7574 14.25 12 14.25Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),"IconEyeAlt",0,({size:a=24})=>(0,d.jsxs)("svg",{width:a,height:a,viewBox:"0 0 24 24",fill:"none",children:[(0,d.jsx)("path",{d:"M3.91752 12.7539C3.65127 12.2996 3.65037 11.7515 3.9149 11.2962C4.9042 9.59346 7.72688 5.49994 12 5.49994C16.2731 5.49994 19.0958 9.59346 20.0851 11.2962C20.3496 11.7515 20.3487 12.2996 20.0825 12.7539C19.0908 14.4459 16.2694 18.4999 12 18.4999C7.73064 18.4999 4.90918 14.4459 3.91752 12.7539Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),(0,d.jsx)("path",{d:"M12 14.8261C13.5608 14.8261 14.8261 13.5608 14.8261 12C14.8261 10.4392 13.5608 9.17392 12 9.17392C10.4392 9.17392 9.17391 10.4392 9.17391 12C9.17391 13.5608 10.4392 14.8261 12 14.8261Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),"IconEyeAnimated",0,t,"IconEyeClosed",0,({size:a=24})=>(0,d.jsxs)("svg",{width:a,height:a,viewBox:"0 0 24 24",fill:"none",children:[(0,d.jsx)("path",{d:"M18.6025 9.28503C18.9174 8.9701 19.4364 8.99481 19.7015 9.35271C20.1484 9.95606 20.4943 10.507 20.7342 10.9199C21.134 11.6086 21.1329 12.4454 20.7303 13.1328C20.2144 14.013 19.2151 15.5225 17.7723 16.8193C16.3293 18.1162 14.3852 19.2497 12.0008 19.25C11.4192 19.25 10.8638 19.1823 10.3355 19.0613C9.77966 18.934 9.63498 18.2525 10.0382 17.8493C10.2412 17.6463 10.5374 17.573 10.8188 17.6302C11.1993 17.7076 11.5935 17.75 12.0008 17.75C13.8848 17.7497 15.4867 16.8568 16.7693 15.7041C18.0522 14.5511 18.9606 13.1867 19.4363 12.375C19.5656 12.1543 19.5659 11.8943 19.4373 11.6729C19.2235 11.3049 18.921 10.8242 18.5364 10.3003C18.3085 9.98991 18.3302 9.5573 18.6025 9.28503ZM12.0008 4.75C12.5814 4.75006 13.1358 4.81803 13.6632 4.93953C14.2182 5.06741 14.362 5.74812 13.9593 6.15091C13.7558 6.35435 13.4589 6.42748 13.1771 6.36984C12.7983 6.29239 12.4061 6.25006 12.0008 6.25C10.1167 6.25 8.51415 7.15145 7.23028 8.31543C5.94678 9.47919 5.03918 10.8555 4.56426 11.6729C4.43551 11.8945 4.43582 12.1542 4.56524 12.375C4.77587 12.7343 5.07189 13.2012 5.44718 13.7105C5.67623 14.0213 5.65493 14.4552 5.38193 14.7282C5.0671 15.0431 4.54833 15.0189 4.28292 14.6614C3.84652 14.0736 3.50813 13.5369 3.27129 13.1328C2.86831 12.4451 2.86717 11.6088 3.26739 10.9199C3.78185 10.0345 4.77959 8.51239 6.22247 7.2041C7.66547 5.89584 9.61202 4.75 12.0008 4.75Z",fill:"currentColor"}),(0,d.jsx)("path",{d:"M5 19L19 5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})]}),"IconEyeMinus",0,({size:a=16})=>(0,d.jsxs)("svg",{width:a,height:a,viewBox:"0 0 24 24",fill:"none",children:[(0,d.jsx)("path",{d:"M4.91516 12.7108C4.63794 12.2883 4.63705 11.7565 4.91242 11.3328C5.84146 9.9033 8.30909 6.74994 12 6.74994C15.6909 6.74994 18.1585 9.9033 19.0876 11.3328C19.3629 11.7565 19.3621 12.2883 19.0848 12.7108C18.1537 14.13 15.6873 17.2499 12 17.2499C8.31272 17.2499 5.8463 14.13 4.91516 12.7108Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),(0,d.jsx)("path",{d:"M9 12H15",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})]}),"IconGear",0,v,"IconHelp",0,q,"IconLayout",0,E,"IconListSparkle",0,p,"IconMoon",0,A,"IconPause",0,({size:a=24})=>(0,d.jsxs)("svg",{width:a,height:a,viewBox:"0 0 24 24",fill:"none",children:[(0,d.jsx)("path",{d:"M8 6L8 18",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}),(0,d.jsx)("path",{d:"M16 18L16 6",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})]}),"IconPauseAlt",0,({size:a=16})=>(0,d.jsxs)("svg",{width:a,height:a,viewBox:"0 0 24 24",fill:"none",children:[(0,d.jsx)("path",{d:"M9.25 5.75C9.80228 5.75 10.25 6.19772 10.25 6.75L10.25 17.25C10.25 17.8023 9.80228 18.25 9.25 18.25L6.75 18.25C6.19772 18.25 5.75 17.8023 5.75 17.25L5.75 6.75C5.75 6.19772 6.19772 5.75 6.75 5.75L9.25 5.75Z",stroke:"currentColor",strokeWidth:"1.5"}),(0,d.jsx)("path",{d:"M17.25 5.75C17.8023 5.75 18.25 6.19772 18.25 6.75L18.25 17.25C18.25 17.8023 17.8023 18.25 17.25 18.25L14.75 18.25C14.1977 18.25 13.75 17.8023 13.75 17.25L13.75 6.75C13.75 6.19772 14.1977 5.75 14.75 5.75L17.25 5.75Z",stroke:"currentColor",strokeWidth:"1.5"})]}),"IconPausePlayAnimated",0,u,"IconPlayAlt",0,({size:a=16})=>(0,d.jsx)("svg",{width:a,height:a,viewBox:"0 0 24 24",fill:"none",children:(0,d.jsx)("path",{d:"M17.75 10.701C18.75 11.2783 18.75 12.7217 17.75 13.299L8.75 18.4952C7.75 19.0725 6.5 18.3509 6.5 17.1962L6.5 6.80384C6.5 5.64914 7.75 4.92746 8.75 5.50481L17.75 10.701Z",stroke:"currentColor",strokeWidth:"1.5"})}),"IconPlus",0,o,"IconSendAnimated",0,({size:a=24,sent:b=!1})=>(0,d.jsxs)("svg",{width:a,height:a,viewBox:"0 0 22 21",fill:"none",children:[(0,d.jsxs)("g",{className:`${g} ${b?n:l}`,children:[(0,d.jsx)("path",{d:"M9.5 5H6.5C4.84315 5 3.5 6.34315 3.5 8V15C3.5 16.6569 4.84315 18 6.5 18H13.5C15.1569 18 16.5 16.6569 16.5 15V12",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}),(0,d.jsx)("path",{d:"M13.5 8.5L18.5 3.5M18.5 3.5L14.4524 3.5M18.5 3.5L18.5 7.54762",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),(0,d.jsx)("path",{d:"M7.5 13.75H12.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}),(0,d.jsx)("path",{d:"M7.5 10.75H10.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})]}),(0,d.jsxs)("g",{className:`${g} ${b?l:n}`,children:[(0,d.jsx)("path",{d:"M11 19C6.58172 19 3 15.4182 3 11C3 6.58172 6.58172 3 11 3C15.4182 3 19 6.58172 19 11C19 15.4182 15.4182 19 11 19Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),(0,d.jsx)("path",{d:"M14 9L10 13.25L8.25 11.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]})]}),"IconSendArrow",0,s,"IconSun",0,z,"IconTrash",0,C,"IconTrashAlt",0,w,"IconXmark",0,x,"IconXmarkLarge",0,y,"PageFeedbackToolbarCSS",0,bz,"closestCrossingShadow",0,ah,"getElementClasses",0,am,"getElementPath",0,ai,"getNearbyText",0,ak,"getShadowHost",0,function(a){let b=a.getRootNode();return b instanceof ShadowRoot?b.host:null},"getStorageKey",0,aQ,"identifyAnimationElement",0,function(a){if(a.dataset.element)return a.dataset.element;let b=a.tagName.toLowerCase();if("path"===b)return"path";if("circle"===b)return"circle";if("rect"===b)return"rectangle";if("line"===b)return"line";if("ellipse"===b)return"ellipse";if("polygon"===b)return"polygon";if("g"===b)return"group";if("svg"===b)return"svg";if("button"===b){let b=a.textContent?.trim();return b?`button "${b}"`:"button"}if("input"===b){let b=a.getAttribute("type")||"text";return`input (${b})`}if("span"===b||"p"===b||"label"===b){let b=a.textContent?.trim();return b&&b.length<30?`"${b}"`:"text"}if("div"===b){let b=a.className;if("string"==typeof b&&b){let a=b.split(/[\s_-]+/).map(a=>a.replace(/[A-Z0-9]{5,}.*$/,"")).filter(a=>a.length>2&&!/^[a-z]{1,2}$/.test(a)).slice(0,2);if(a.length>0)return a.join(" ")}return"container"}return b},"identifyElement",0,aj,"isInShadowDOM",0,function(a){return a.getRootNode()instanceof ShadowRoot},"loadAnnotations",0,aR,"saveAnnotations",0,aS])},73297,a=>{"use strict";Object.freeze({fromStart:0,fromEnd:0}),a.s(["DEFAULT_COLLAPSED_CONTEXT_THRESHOLD",0,1,"DEFAULT_THEMES",0,{dark:"pierre-dark",light:"pierre-light"},"SPLIT_WITH_NEWLINES",0,/(?<=\n)/])},14327,a=>{"use strict";let b=new Map,c=new Map,d=new Map,e=new Set;a.s(["AttachedThemes",0,e,"RegisteredCustomThemes",0,d,"ResolvedThemes",0,b,"ResolvingThemes",0,c])},52570,a=>{"use strict";var b=a.i(14327);a.s(["attachResolvedThemes",0,function(a,c){for(let d of a=Array.isArray(a)?a:[a]){let a;if("string"==typeof d){if(null==(a=b.ResolvedThemes.get(d)))throw Error(`loadResolvedThemes: ${d} is not resolved, you must resolve it before calling loadResolvedThemes`)}else a=d,d=d.name,b.ResolvedThemes.has(d)||b.ResolvedThemes.set(d,a);b.AttachedThemes.has(d)||(b.AttachedThemes.add(d),c.loadThemeSync(a))}}])},75992,a=>{"use strict";let b=new Map,c=new Map,d=new Map,e=new Set;a.s(["AttachedLanguages",0,e,"RegisteredCustomLanguages",0,d,"ResolvedLanguages",0,b,"ResolvingLanguages",0,c])},70438,a=>{"use strict";var b=a.i(75992);a.s(["attachResolvedLanguages",0,function(a,c){for(let d of a=Array.isArray(a)?a:[a]){if(b.AttachedLanguages.has(d.name))continue;let a=b.ResolvedLanguages.get(d.name);null==a&&(a=d,b.ResolvedLanguages.set(d.name,a)),b.AttachedLanguages.add(a.name),c.loadLanguageSync(a.data)}}])},35988,a=>{"use strict";var b=a.i(75992);a.s(["cleanUpResolvedLanguages",0,function(){b.ResolvedLanguages.clear(),b.AttachedLanguages.clear()}])},16386,a=>{"use strict";a.s(["isWorkerContext",0,function(){return"u">typeof WorkerGlobalScope&&"u">typeof self&&self instanceof WorkerGlobalScope}])},85531,a=>a.a(async(b,c)=>{try{var d=a.i(75992),e=a.i(16386),f=a.i(5104),g=b([f]);async function h(a){if((0,e.isWorkerContext)())throw Error(`resolveLanguage("${a}") cannot be called from a worker context. Languages must be pre-resolved on the main thread and passed to the worker via the resolvedLanguages parameter.`);let b=d.ResolvingLanguages.get(a);if(null!=b)return b;try{let b=d.RegisteredCustomLanguages.get(a);if(null==b&&Object.prototype.hasOwnProperty.call(f.bundledLanguages,a)&&(b=f.bundledLanguages[a]),null==b)throw Error(`resolveLanguage: "${a}" not found in bundled or custom languages`);let c=b().then(({default:b})=>{let c={name:a,data:b};return d.ResolvedLanguages.has(a)||d.ResolvedLanguages.set(a,c),c});return d.ResolvingLanguages.set(a,c),await c}finally{d.ResolvingLanguages.delete(a)}}[f]=g.then?(await g)():g,a.s(["resolveLanguage",0,h]),c()}catch(a){c(a)}},!1),45169,a=>a.a(async(b,c)=>{try{var d=a.i(75992),e=a.i(85531),f=b([e]);[e]=f.then?(await f)():f,a.s(["getResolvedOrResolveLanguage",0,function(a){return d.ResolvedLanguages.get(a)??(0,e.resolveLanguage)(a)}]),c()}catch(a){c(a)}},!1),28982,a=>{"use strict";var b=a.i(14327);a.s(["cleanUpResolvedThemes",0,function(){b.ResolvedThemes.clear(),b.AttachedThemes.clear()}])},86407,a=>a.a(async(b,c)=>{try{var d=a.i(16386),e=a.i(14327),f=a.i(5104),g=b([f]);async function h(a){if((0,d.isWorkerContext)())throw Error(`resolveTheme("${a}") cannot be called from a worker context. Themes must be pre-resolved on the main thread and passed to the worker via the resolvedLanguages parameter.`);let b=e.ResolvingThemes.get(a);if(null!=b)return b;try{let b=e.RegisteredCustomThemes.get(a)??f.bundledThemes[a];if(null==b)throw Error(`resolveTheme: No valid loader for ${a}`);let c=b().then(b=>{var c,d;let g;return c=a,d="default"in b?b.default:b,g=e.ResolvedThemes.get(c),null!=g?g:(d=(0,f.normalizeTheme)(d),e.ResolvedThemes.set(c,d),d)});e.ResolvingThemes.set(a,c);let d=await c;if(d.name!==a)throw Error(`resolvedTheme: themeName: ${a} does not match theme.name: ${d.name}`);return e.ResolvedThemes.set(d.name,d),d}finally{e.ResolvingThemes.delete(a)}}[f]=g.then?(await g)():g,a.s(["resolveTheme",0,h]),c()}catch(a){c(a)}},!1),69190,a=>a.a(async(b,c)=>{try{var d=a.i(14327),e=a.i(86407),f=b([e]);[e]=f.then?(await f)():f,a.s(["getResolvedOrResolveTheme",0,function(a){return d.ResolvedThemes.get(a)??(0,e.resolveTheme)(a)}]),c()}catch(a){c(a)}},!1),60408,a=>{"use strict";var b=a.i(14327);a.s(["registerCustomTheme",0,function(a,c){b.RegisteredCustomThemes.has(a)?console.error("SharedHighlight.registerCustomTheme: theme name already registered",a):b.RegisteredCustomThemes.set(a,c)}])},74442,a=>a.a(async(b,c)=>{try{let l;var d=a.i(70438);a.i(35988);var e=a.i(45169),f=a.i(52570);a.i(28982);var g=a.i(69190),h=a.i(60408),i=a.i(5104),j=b([e,g,i]);async function k({themes:b,langs:c,preferredHighlighter:h="shiki-js"}){l??=(0,i.createHighlighter)({themes:[],langs:["text"],engine:"shiki-wasm"===h?(0,i.createOnigurumaEngine)(a.A(95590)):(0,i.createJavaScriptRegexEngine)()});let j=!function(a=l){return null!=a&&"then"in a}(l)?l:await l;l=j;let m=[];for(let a of c){if("text"===a||"ansi"===a)continue;let b=(0,e.getResolvedOrResolveLanguage)(a);"then"in b?m.push(b):(0,d.attachResolvedLanguages)(b,j)}let n=[];for(let a of b){let b=(0,g.getResolvedOrResolveTheme)(a);"then"in b?n.push(b):(0,f.attachResolvedThemes)(b,l)}return(m.length>0||n.length>0)&&await Promise.all([Promise.all(m).then(a=>{(0,d.attachResolvedLanguages)(a,j)}),Promise.all(n).then(a=>{(0,f.attachResolvedThemes)(a,j)})]),j}[e,g,i]=j.then?(await j)():j,(0,h.registerCustomTheme)("pierre-dark",async()=>{let{default:b}=await a.A(7e3);return{...b,name:"pierre-dark"}}),(0,h.registerCustomTheme)("pierre-light",async()=>{let{default:b}=await a.A(2068);return{...b,name:"pierre-light"}}),a.s(["getSharedHighlighter",0,k]),c()}catch(a){c(a)}},!1),80350,a=>{"use strict";var b=a.i(73297);a.s(["getThemes",0,function(a=b.DEFAULT_THEMES){let c=[];return"string"==typeof a?c.push(a):(c.push(a.dark),c.push(a.light)),c}])},43965,a=>{"use strict";var b=a.i(14327);a.s(["hasResolvedThemes",0,function(a){for(let c of a)if(!b.ResolvedThemes.has(c))return!1;return!0}])},59923,a=>{"use strict";a.s(["areThemesEqual",0,function(a,b){return null==a||null==b||"string"==typeof a||"string"==typeof b?a===b:a.dark===b.dark&&a.light===b.light}])},75366,a=>{"use strict";let b=new Map,c={"1c":"1c",abap:"abap",as:"actionscript-3",ada:"ada",adb:"ada",ads:"ada",adoc:"asciidoc",asciidoc:"asciidoc","component.html":"angular-html","component.ts":"angular-ts",conf:"nginx",htaccess:"apache",cls:"tex",trigger:"apex",apl:"apl",applescript:"applescript",scpt:"applescript",ara:"ara",asm:"asm",s:"riscv",astro:"astro",awk:"awk",bal:"ballerina",sh:"zsh",bash:"zsh",bat:"cmd",cmd:"cmd",be:"berry",beancount:"beancount",bib:"bibtex",bicep:"bicep","blade.php":"blade",bsl:"bsl",c:"c",h:"objective-cpp",cs:"csharp",cpp:"cpp",hpp:"cpp",cc:"cpp",cxx:"cpp",hh:"cpp",cdc:"cdc",cairo:"cairo",clar:"clarity",clj:"clojure",cljs:"clojure",cljc:"clojure",soy:"soy",cmake:"cmake","CMakeLists.txt":"cmake",cob:"cobol",cbl:"cobol",cobol:"cobol",CODEOWNERS:"codeowners",ql:"ql",coffee:"coffeescript",lisp:"lisp",cl:"lisp",lsp:"lisp",log:"log",v:"verilog",cql:"cql",cr:"crystal",css:"css",csv:"csv",cue:"cue",cypher:"cypher",cyp:"cypher",d:"d",dart:"dart",dax:"dax",desktop:"desktop",diff:"diff",patch:"diff",Dockerfile:"dockerfile",dockerfile:"dockerfile",env:"dotenv",dm:"dream-maker",edge:"edge",el:"emacs-lisp",ex:"elixir",exs:"elixir",elm:"elm",erb:"erb",erl:"erlang",hrl:"erlang",f:"fortran-fixed-form",for:"fortran-fixed-form",fs:"fsharp",fsi:"fsharp",fsx:"fsharp",f03:"f03",f08:"f08",f18:"f18",f77:"f77",f90:"fortran-free-form",f95:"fortran-free-form",fnl:"fennel",fish:"fish",ftl:"ftl",tres:"gdresource",res:"gdresource",gd:"gdscript",gdshader:"gdshader",gs:"genie",feature:"gherkin",COMMIT_EDITMSG:"git-commit","git-rebase-todo":"git-rebase",gjs:"glimmer-js",gleam:"gleam",gts:"glimmer-ts",glsl:"glsl",vert:"glsl",frag:"glsl",shader:"shaderlab",gp:"gnuplot",plt:"gnuplot",gnuplot:"gnuplot",go:"go",graphql:"graphql",gql:"graphql",groovy:"groovy",gvy:"groovy",hack:"hack",haml:"haml",hbs:"handlebars",handlebars:"handlebars",hs:"haskell",lhs:"haskell",hx:"haxe",hcl:"hcl",hjson:"hjson",hlsl:"hlsl",fx:"hlsl",html:"html",htm:"html",http:"http",rest:"http",hxml:"hxml",hy:"hy",imba:"imba",ini:"ini",cfg:"ini",jade:"pug",pug:"pug",java:"java",js:"javascript",mjs:"javascript",cjs:"javascript",jinja:"jinja",jinja2:"jinja",j2:"jinja",jison:"jison",jl:"julia",json:"json",json5:"json5",jsonc:"jsonc",jsonl:"jsonl",jsonnet:"jsonnet",libsonnet:"jsonnet",jssm:"jssm",jsx:"jsx",kt:"kotlin",kts:"kts",kql:"kusto",tex:"tex",ltx:"tex",lean:"lean4",less:"less",liquid:"liquid",lit:"lit",ll:"llvm",logo:"logo",lua:"lua",luau:"luau",Makefile:"makefile",mk:"makefile",makefile:"makefile",md:"markdown",markdown:"markdown",marko:"marko",m:"wolfram",mat:"matlab",mdc:"mdc",mdx:"mdx",wiki:"wikitext",mediawiki:"wikitext",mmd:"mermaid",mermaid:"mermaid",mips:"mipsasm",mojo:"mojo","🔥":"mojo",move:"move",nar:"narrat",nf:"nextflow",nim:"nim",nims:"nim",nimble:"nim",nix:"nix",nu:"nushell",mm:"objective-cpp",ml:"ocaml",mli:"ocaml",mll:"ocaml",mly:"ocaml",pas:"pascal",p:"pascal",pl:"prolog",pm:"perl",t:"perl",raku:"raku",p6:"raku",pl6:"raku",php:"php",phtml:"php",pls:"plsql",sql:"sql",po:"po",polar:"polar",pcss:"postcss",pot:"pot",potx:"potx",pq:"powerquery",pqm:"powerquery",ps1:"powershell",psm1:"powershell",psd1:"powershell",prisma:"prisma",pro:"prolog",P:"prolog",properties:"properties",proto:"protobuf",pp:"puppet",purs:"purescript",py:"python",pyw:"python",pyi:"python",qml:"qml",qmldir:"qmldir",qss:"qss",r:"r",R:"r",rkt:"racket",rktl:"racket",razor:"razor",cshtml:"razor",rb:"ruby",rbw:"ruby",reg:"reg",regex:"regexp",rel:"rel",rs:"rust",rst:"rst",rake:"ruby",gemspec:"ruby",sas:"sas",sass:"sass",scala:"scala",sc:"scala",scm:"scheme",ss:"scheme",sld:"scheme",scss:"scss",sdbl:"sdbl",shadergraph:"shader",st:"smalltalk",sol:"solidity",sparql:"sparql",rq:"sparql",spl:"splunk",config:"ssh-config",do:"stata",ado:"stata",dta:"stata",styl:"stylus",stylus:"stylus",svelte:"svelte",swift:"swift",sv:"system-verilog",svh:"system-verilog",service:"systemd",socket:"systemd",device:"systemd",timer:"systemd",talon:"talonscript",tasl:"tasl",tcl:"tcl",templ:"templ",tf:"tf",tfvars:"tfvars",toml:"toml",ts:"typescript",tsp:"typespec",tsv:"tsv",tsx:"tsx",ttl:"turtle",twig:"twig",typ:"typst",vv:"v",vala:"vala",vapi:"vala",vb:"vb",vbs:"vb",bas:"vb",vh:"verilog",vhd:"vhdl",vhdl:"vhdl",vim:"vimscript",vue:"vue","vine.ts":"vue-vine",vy:"vyper",wasm:"wasm",wat:"wasm",wy:"文言",wgsl:"wgsl",wit:"wit",wl:"wolfram",nb:"wolfram",xml:"xml",xsl:"xsl",xslt:"xsl",yaml:"yaml",yml:"yml",zs:"zenscript",zig:"zig",zsh:"zsh",sty:"tex"};a.s(["getCustomExtensionsMap",0,function(){return Object.fromEntries(b)},"getCustomExtensionsVersion",0,function(){return 0},"getFiletypeFromFileName",0,function(a){if(b.has(a))return b.get(a)??"text";if(null!=c[a])return c[a];let d=a.match(/\.([^/\\]+\.[^/\\]+)$/);if(null!=d){if(b.has(d[1]))return b.get(d[1])??"text";if(null!=c[d[1]])return c[d[1]]??"text"}let e=a.match(/\.([^.]+)$/)?.[1]??"";return b.has(e)?b.get(e)??"text":c[e]??"text"}])},26044,a=>{"use strict";var b=a.i(75366);a.s(["isFilePlainText",0,function(a){return(a.lang??(0,b.getFiletypeFromFileName)(a.name))==="text"}])},2687,32143,9562,28416,80596,a=>{"use strict";a.s(["cleanLastNewline",0,function(a){return a.replace(/\n$|\r\n$/,"")}],2687);let b=Symbol("no-token"),c=Symbol("multiple-tokens");function d(a){if("element"===a.type)for(let b of(a.properties["data-char"]=void 0,a.children))d(b)}let e=function(a={}){let{classPrefix:b="__shiki_",classSuffix:c="",classReplacer:d=a=>a}=a,e=new Map;function f(a){return Object.entries(a).map(([a,b])=>`${a}:${b}`).join(";")}function g(a){let g=b+function(a,b=0){let c=0xdeadbeef^b,d=0x41c6ce57^b;for(let b=0,e;b<a.length;b++)c=Math.imul(c^(e=a.charCodeAt(b)),0x9e3779b1),d=Math.imul(d^e,0x5f356495);return c=Math.imul(c^c>>>16,0x85ebca6b)^Math.imul(d^d>>>13,0xc2b2ae35),(0x100000000*(2097151&(d=Math.imul(d^d>>>16,0x85ebca6b)^Math.imul(c^c>>>13,0xc2b2ae35)))+(c>>>0)).toString(36).slice(0,6)}("string"==typeof a?a:f(a))+c;return g=d(g),e.has(g)||e.set(g,"string"==typeof a?a:{...a}),g}return{name:"@shikijs/transformers:style-to-class",pre(a){if(!a.properties.style)return;let b=g(a.properties.style);delete a.properties.style,this.addClassToHast(a,b)},tokens(a){for(let b of a)for(let a of b){if(!a.htmlStyle)continue;let b=g(a.htmlStyle);a.htmlStyle={},a.htmlAttrs||={},a.htmlAttrs.class?a.htmlAttrs.class+=` ${b}`:a.htmlAttrs.class=b}},getClassRegistry:()=>e,getCSS(){let a="";for(let[b,c]of e.entries())a+=`.${b}{${"string"==typeof c?c:f(c)}}`;return a},clearRegistry(){e.clear()}}}({classPrefix:"hl-"}),f={name:"token-style-normalizer",tokens(a){for(let b of a)for(let a of b){if(null!=a.htmlStyle)continue;let b={};null!=a.color&&(b.color=a.color),null!=a.bgColor&&(b["background-color"]=a.bgColor),null!=a.fontStyle&&0!==a.fontStyle&&((1&a.fontStyle)!=0&&(b["font-style"]="italic"),(2&a.fontStyle)!=0&&(b["font-weight"]="bold"),(4&a.fontStyle)!=0&&(b["text-decoration"]="underline")),Object.keys(b).length>0&&(a.htmlStyle=b)}}};function g(a){return`--${"token"===a?"diffs-token":"diffs"}-`}a.s(["createTransformerWithState",0,function(a=!1,g=!1){let h={lineInfo:[]},i=[{line:a=>(delete a.properties.class,a),pre(e){let f=function(a){let b=a.children[0];for(;null!=b;){if("element"===b.type&&"code"===b.tagName)return b;b="children"in b?b.children[0]:null}}(e),g=[];if(null!=f){let e=1;for(let i of f.children)"element"===i.type&&(a&&function a(e){let f,g=function(a){let b=a.properties["data-char"];if("number"==typeof b)return b}(e);if(null!=g)return g;let h=b,i=[],j=[],k=()=>{if(0===j.length||null==f){j=[],f=void 0;return}if(1===j.length){let c=j[0];if(c?.type==="element"){var a,b;for(let e of(a=c,b=f,a.properties["data-char"]=b,c.children))d(e)}else d(c);i.push(c),j=[],f=void 0;return}for(let a of j)d(a);i.push(function({tagName:a,children:b=[],properties:c={}}){return{type:"element",tagName:a,properties:c,children:b}}({tagName:"span",properties:{"data-char":f},children:j})),j=[],f=void 0},l=a=>{if(a!==b){if(a===c){h=c;return}if(h===b){h=a;return}h!==a&&(h=c)}};for(let c of e.children){let d="element"===c.type?a(c):b;if(l(d),"number"!=typeof d){k(),i.push(c);continue}null!=f&&f!==d&&k(),f??=d,j.push(c)}return k(),e.children=i,h}(i),g.push(function(a,b,c){let d="function"==typeof c.lineInfo?c.lineInfo(b):c.lineInfo[b-1];if(null==d){let d=`processLine: line ${b}, contains no state.lineInfo`;throw console.error(d,{node:a,line:b,state:c}),Error(d)}return a.tagName="div",a.properties["data-line"]=d.lineNumber,a.properties["data-alt-line"]=d.altLineNumber,a.properties["data-line-type"]=d.type,a.properties["data-line-index"]=d.lineIndex,0===a.children.length&&a.children.push({type:"text",value:"\n"}),a}(i,e,h)),e++);f.children=g}return e},...a?{tokens(a){for(let b of a){let a=0;for(let c of b)c.__lineChar??=a,a+=c.content.length}},preprocess(a,b){b.mergeWhitespaces="never"},span(a,b,c,d,e){if(e?.offset!=null&&null!=e.content){let b=e.__lineChar;null!=b&&(a.properties["data-char"]=b)}return a}}:null}];return g&&i.push(f,e),{state:h,transformers:i,toClass:e}}],32143),a.s(["formatCSSVariablePrefix",0,g],9562);var h=a.i(73297);function i(a,b){b=null!=b?`${b}-`:"";let c="",d=a.colors?.["gitDecoration.addedResourceForeground"]??a.colors?.["terminal.ansiGreen"];null!=d&&(c+=`${g("global")}${b}addition-color:${d};`);let e=a.colors?.["gitDecoration.deletedResourceForeground"]??a.colors?.["terminal.ansiRed"];null!=e&&(c+=`${g("global")}${b}deletion-color:${e};`);let f=a.colors?.["gitDecoration.modifiedResourceForeground"]??a.colors?.["terminal.ansiBlue"];return null!=f&&(c+=`${g("global")}${b}modified-color:${f};`),c}a.s(["getHighlighterThemeStyles",0,function({theme:a=h.DEFAULT_THEMES,highlighter:b,prefix:c}){let d="";if("string"==typeof a){let e=b.getTheme(a);d+=`color:${e.fg};`,d+=`background-color:${e.bg};`,d+=`${g("global")}fg:${e.fg};`,d+=`${g("global")}bg:${e.bg};`,d+=i(e,c)}else{let c=b.getTheme(a.dark);d+=`${g("global")}dark:${c.fg};`,d+=`${g("global")}dark-bg:${c.bg};`,d+=i(c,"dark"),c=b.getTheme(a.light),d+=`${g("global")}light:${c.fg};`,d+=`${g("global")}light-bg:${c.bg};`,d+=i(c,"light")}return d}],28416),a.s(["getLineNodes",0,function(a){let b=a.children[0];for(;null!=b;){if("element"===b.type&&"code"===b.tagName)return b.children;b="children"in b?b.children[0]:null}throw console.error(a),Error("getLineNodes: Unable to find children")}],80596)},62042,a=>{"use strict";var b=a.i(73297),c=a.i(75366),d=a.i(2687),e=a.i(32143),f=a.i(9562),g=a.i(28416),h=a.i(80596);let i={forcePlainText:!1};a.s(["renderFileWithHighlighter",0,function(a,j,{theme:k=b.DEFAULT_THEMES,tokenizeMaxLineLength:l,useTokenTransformer:m},{forcePlainText:n,startingLine:o,totalLines:p,lines:q}=i){var r,s,t;let u;n?(o??=0,p??=1/0):(o=0,p=1/0);let v=o>0||p<1/0,{state:w,transformers:x}=(0,e.createTransformerWithState)(m),y=n?"text":a.lang??(0,c.getFiletypeFromFileName)(a.name),z="string"==typeof k?j.getTheme(k).type:void 0,A=(0,g.getHighlighterThemeStyles)({theme:k,highlighter:j});w.lineInfo=a=>({type:"context",lineIndex:a-1+o,lineNumber:a+o});let B="string"==typeof k?{lang:y,theme:k,transformers:x,defaultColor:!1,cssVariablePrefix:(0,f.formatCSSVariablePrefix)("token"),tokenizeMaxLineLength:l}:{lang:y,themes:k,transformers:x,defaultColor:!1,cssVariablePrefix:(0,f.formatCSSVariablePrefix)("token"),tokenizeMaxLineLength:l},C=(0,h.getLineNodes)(j.codeToHast(v?(s=q??(""!==(r=a.contents)?r.split(b.SPLIT_WITH_NEWLINES):[]),t=o,u="",!function({lines:a,startingLine:b=0,totalLines:c=1/0,callback:d}){let e,f=Math.min(b+c,a.length),g=""===(e=a.at(-1))||"\n"===e||"\r\n"===e||"\r"===e?Math.max(0,a.length-2):a.length-1;for(let c=b;c<f;c++){let b=c===g;if(!0===d({lineIndex:c,lineNumber:c+1,content:a[c],isLastLine:b})||b)break}}({lines:s,startingLine:t,totalLines:p,callback({content:a}){u+=a}}),u):(0,d.cleanLastNewline)(a.contents),B)),D=v?Array(o):C;return v&&D.push(...C),{code:D,themeStyles:A,baseThemeType:z}}],62042)},91593,a=>{"use strict";a.s(["areFilesEqual",0,function(a,b){return a?.cacheKey===b?.cacheKey&&a?.contents===b?.contents&&a?.name===b?.name&&a?.lang===b?.lang}])},96137,a=>{"use strict";var b=a.i(59923);a.s(["areDiffRenderOptionsEqual",0,function(a,c){return(0,b.areThemesEqual)(a.theme,c.theme)&&a.useTokenTransformer===c.useTokenTransformer&&a.tokenizeMaxLineLength===c.tokenizeMaxLineLength&&a.lineDiffType===c.lineDiffType&&a.maxLineDiffLength===c.maxLineDiffLength}])},2868,a=>{"use strict";var b=a.i(75366);a.s(["isDiffPlainText",0,function(a){let c=a.lang??(0,b.getFiletypeFromFileName)(a.name),d=a.lang??(null!=a.prevName?(0,b.getFiletypeFromFileName)(a.prevName):"text");return"text"===c&&"text"===d}])},71643,a=>{"use strict";var b=a.i(73297),c=a.i(75366),d=a.i(2687),e=a.i(32143),f=a.i(9562),g=a.i(28416),h=a.i(80596);function i(a,b,c,d,e){if(0===(b=Math.max(b,0))||a)return{fromStart:0,fromEnd:0,rangeSize:b,collapsedLines:Math.max(b,0)};if(!0===c||b<=e)return{fromStart:b,fromEnd:0,rangeSize:b,collapsedLines:0};let f=c?.get(d),g=Math.min(Math.max(f?.fromStart??0,0),b),h=Math.min(Math.max(f?.fromEnd??0,0),b),i=g+h,j=i>=b;return{fromStart:j?b:g,fromEnd:j?0:h,rangeSize:b,collapsedLines:Math.max(b-i,0)}}function j({line:a,spanStart:b,spanLength:c}){return{start:{line:a,character:b},end:{line:a,character:b+c},properties:{"data-diff-span":""},alwaysWrap:!0}}function k({item:a,arr:b,enableJoin:c,isNeutral:d=!1,isLastItem:e=!1}){let f=b[b.length-1];if(null==f||e||!c)return void b.push([+!d,a.value]);let g=0===f[0];if(d===g||d&&1===a.value.length&&!g){f[1]+=a.value;return}b.push([+!d,a.value])}class l{diff(a,b,c={}){let d;"function"==typeof c?(d=c,c={}):"callback"in c&&(d=c.callback);let e=this.castInput(a,c),f=this.castInput(b,c),g=this.removeEmpty(this.tokenize(e,c)),h=this.removeEmpty(this.tokenize(f,c));return this.diffWithOptionsObj(g,h,c,d)}diffWithOptionsObj(a,b,c,d){var e;let f=a=>(a=this.postProcess(a,c),d)?void setTimeout(function(){d(a)},0):a,g=b.length,h=a.length,i=1,j=g+h;null!=c.maxEditLength&&(j=Math.min(j,c.maxEditLength));let k=null!=(e=c.timeout)?e:1/0,l=Date.now()+k,m=[{oldPos:-1,lastComponent:void 0}],n=this.extractCommon(m[0],b,a,0,c);if(m[0].oldPos+1>=h&&n+1>=g)return f(this.buildValues(m[0].lastComponent,b,a));let o=-1/0,p=1/0,q=()=>{for(let d=Math.max(o,-i);d<=Math.min(p,i);d+=2){let e,i=m[d-1],j=m[d+1];i&&(m[d-1]=void 0);let k=!1;if(j){let a=j.oldPos-d;k=j&&0<=a&&a<g}let l=i&&i.oldPos+1<h;if(!k&&!l){m[d]=void 0;continue}if(e=!l||k&&i.oldPos<j.oldPos?this.addToPath(j,!0,!1,0,c):this.addToPath(i,!1,!0,1,c),n=this.extractCommon(e,b,a,d,c),e.oldPos+1>=h&&n+1>=g)return f(this.buildValues(e.lastComponent,b,a))||!0;m[d]=e,e.oldPos+1>=h&&(p=Math.min(p,d-1)),n+1>=g&&(o=Math.max(o,d+1))}i++};if(d)!function a(){setTimeout(function(){if(i>j||Date.now()>l)return d(void 0);q()||a()},0)}();else for(;i<=j&&Date.now()<=l;){let a=q();if(a)return a}}addToPath(a,b,c,d,e){let f=a.lastComponent;return f&&!e.oneChangePerToken&&f.added===b&&f.removed===c?{oldPos:a.oldPos+d,lastComponent:{count:f.count+1,added:b,removed:c,previousComponent:f.previousComponent}}:{oldPos:a.oldPos+d,lastComponent:{count:1,added:b,removed:c,previousComponent:f}}}extractCommon(a,b,c,d,e){let f=b.length,g=c.length,h=a.oldPos,i=h-d,j=0;for(;i+1<f&&h+1<g&&this.equals(c[h+1],b[i+1],e);)i++,h++,j++,e.oneChangePerToken&&(a.lastComponent={count:1,previousComponent:a.lastComponent,added:!1,removed:!1});return j&&!e.oneChangePerToken&&(a.lastComponent={count:j,previousComponent:a.lastComponent,added:!1,removed:!1}),a.oldPos=h,i}equals(a,b,c){return c.comparator?c.comparator(a,b):a===b||!!c.ignoreCase&&a.toLowerCase()===b.toLowerCase()}removeEmpty(a){let b=[];for(let c=0;c<a.length;c++)a[c]&&b.push(a[c]);return b}castInput(a,b){return a}tokenize(a,b){return Array.from(a)}join(a){return a.join("")}postProcess(a,b){return a}get useLongestToken(){return!1}buildValues(a,b,c){let d,e=[];for(;a;)e.push(a),d=a.previousComponent,delete a.previousComponent,a=d;e.reverse();let f=e.length,g=0,h=0,i=0;for(;g<f;g++){let a=e[g];if(a.removed)a.value=this.join(c.slice(i,i+a.count)),i+=a.count;else{if(!a.added&&this.useLongestToken){let d=b.slice(h,h+a.count);d=d.map(function(a,b){let d=c[i+b];return d.length>a.length?d:a}),a.value=this.join(d)}else a.value=this.join(b.slice(h,h+a.count));h+=a.count,a.added||(i+=a.count)}}return e}}let m=new class extends l{};function n(a,b){let c;for(c=0;c<a.length&&c<b.length&&a[c]==b[c];c++);return a.slice(0,c)}function o(a,b){let c;if(!a||!b||a[a.length-1]!=b[b.length-1])return"";for(c=0;c<a.length&&c<b.length&&a[a.length-(c+1)]==b[b.length-(c+1)];c++);return a.slice(-c)}function p(a,b,c){if(a.slice(0,b.length)!=b)throw Error(`string ${JSON.stringify(a)} doesn't start with prefix ${JSON.stringify(b)}; this is a bug`);return c+a.slice(b.length)}function q(a,b,c){if(!b)return a+c;if(a.slice(-b.length)!=b)throw Error(`string ${JSON.stringify(a)} doesn't end with suffix ${JSON.stringify(b)}; this is a bug`);return a.slice(0,-b.length)+c}function r(a,b){return p(a,b,"")}function s(a,b){return b.slice(0,function(a,b){let c=0;a.length>b.length&&(c=a.length-b.length);let d=b.length;a.length<b.length&&(d=a.length);let e=Array(d),f=0;e[0]=0;for(let a=1;a<d;a++){for(b[a]==b[f]?e[a]=e[f]:e[a]=f;f>0&&b[a]!=b[f];)f=e[f];b[a]==b[f]&&f++}f=0;for(let d=c;d<a.length;d++){for(;f>0&&a[d]!=b[f];)f=e[f];a[d]==b[f]&&f++}return f}(a,b))}function t(a){let b;for(b=a.length-1;b>=0&&a[b].match(/\s/);b--);return a.substring(b+1)}function u(a){let b=a.match(/^\s*/);return b?b[0]:""}let v="a-zA-Z0-9_\\u{AD}\\u{C0}-\\u{D6}\\u{D8}-\\u{F6}\\u{F8}-\\u{2C6}\\u{2C8}-\\u{2D7}\\u{2DE}-\\u{2FF}\\u{1E00}-\\u{1EFF}",w=RegExp(`[${v}]+|\\s+|[^${v}]`,"ug");function x(a,b,c,d){var e,f,g,h;if(b&&c){let g=u(b.value),h=t(b.value),i=u(c.value),j=t(c.value);if(a){let d=n(g,i);a.value=q(a.value,i,d),b.value=r(b.value,d),c.value=r(c.value,d)}if(d){let a=o(h,j);d.value=p(d.value,j,a),e=b.value,b.value=q(e,a,""),f=c.value,c.value=q(f,a,"")}}else if(c){if(a){let a=u(c.value);c.value=c.value.substring(a.length)}if(d){let a=u(d.value);d.value=d.value.substring(a.length)}}else if(a&&d){let c=u(d.value),e=u(b.value),f=t(b.value),h=n(c,e);b.value=r(b.value,h);let i=o(r(c,h),f);g=b.value,b.value=q(g,i,""),d.value=p(d.value,c,i),a.value=q(a.value,c,c.slice(0,c.length-i.length))}else if(d){let a=u(d.value),c=s(t(b.value),a);h=b.value,b.value=q(h,c,"")}else if(a){let c=s(t(a.value),u(b.value));b.value=r(b.value,c)}}new class extends l{equals(a,b,c){return c.ignoreCase&&(a=a.toLowerCase(),b=b.toLowerCase()),a.trim()===b.trim()}tokenize(a,b={}){let c;if(b.intlSegmenter){let d=b.intlSegmenter;if("word"!=d.resolvedOptions().granularity)throw Error('The segmenter passed must have a granularity of "word"');for(let b of(c=[],Array.from(d.segment(a)))){let a=b.segment;c.length&&/\s/.test(c[c.length-1])&&/\s/.test(a)?c[c.length-1]+=a:c.push(a)}}else c=a.match(w)||[];let d=[],e=null;return c.forEach(a=>{/\s/.test(a)?null==e?d.push(a):d.push(d.pop()+a):null!=e&&/\s/.test(e)?d[d.length-1]==e?d.push(d.pop()+a):d.push(e+a):d.push(a),e=a}),d}join(a){return a.map((a,b)=>0==b?a:a.replace(/^\s+/,"")).join("")}postProcess(a,b){if(!a||b.oneChangePerToken)return a;let c=null,d=null,e=null;return a.forEach(a=>{a.added?d=a:a.removed?e=a:((d||e)&&x(c,e,d,a),c=a,d=null,e=null)}),(d||e)&&x(c,e,d,null),a}};let y=new class extends l{tokenize(a){let b=RegExp(`(\\r?\\n)|[${v}]+|[^\\S\\n\\r]+|[^${v}]`,"ug");return a.match(b)||[]}},z={forcePlainText:!1};a.s(["renderDiffWithHighlighter",0,function(a,l,n,{forcePlainText:o,startingLine:p,totalLines:q,expandedHunks:r,collapsedContextThreshold:s=b.DEFAULT_COLLAPSED_CONTEXT_THRESHOLD}=z){o?(p??=0,q??=1/0):(p=0,q=1/0);let t=p>0||q<1/0,u="string"==typeof n.theme?l.getTheme(n.theme).type:void 0,v=(0,g.getHighlighterThemeStyles)({theme:n.theme,highlighter:l}),w=o&&!t&&(a.unifiedLineCount>1e3||a.splitLineCount>1e3)?"none":n.lineDiffType,x={deletionLines:[],additionLines:[]},{maxLineDiffLength:A}=n,B=!o&&!a.isPartial,C=new Map;function D(a,b,c,d){if(t){let a=c.at(-1);(null==a||a.targetIndex+a.count!==b)&&(a={targetIndex:b,originalOffset:d.length,count:0},c.push(a)),a.count++}d.push(a)}for(let g of(!function({diff:a,diffStyle:c,startingLine:d=0,totalLines:e=1/0,expandedHunks:f,collapsedContextThreshold:g=b.DEFAULT_COLLAPSED_CONTEXT_THRESHOLD,callback:h}){let j={finalHunk:a.hunks.at(-1),viewportStart:d,viewportEnd:d+e,isWindowedHighlight:d>0||e<1/0,splitCount:0,unifiedCount:0,shouldBreak(){if(!j.isWindowedHighlight)return!1;let a=j.unifiedCount>=d+e,b=j.splitCount>=d+e;return"unified"===c?a:"split"===c?b:a&&b},shouldSkip(a,b){if(!j.isWindowedHighlight)return!1;let e=j.unifiedCount+a<d,f=j.splitCount+b<d;return"unified"===c?e:"split"===c?f:e&&f},incrementCounts(a,b){("unified"===c||"both"===c)&&(j.unifiedCount+=a),("split"===c||"both"===c)&&(j.splitCount+=b)},isInWindow(a,b){if(!j.isWindowedHighlight)return!0;let d=j.isInUnifiedWindow(a),e=j.isInSplitWindow(b);return"unified"===c?d:"split"===c?e:d||e},isInUnifiedWindow:a=>!j.isWindowedHighlight||j.unifiedCount>=d-a&&j.unifiedCount<d+e,isInSplitWindow:a=>!j.isWindowedHighlight||j.splitCount>=d-a&&j.splitCount<d+e,emit:(a,b=!1)=>(b||("unified"===c?j.incrementCounts(1,0):"split"===c?j.incrementCounts(0,1):j.incrementCounts(1,1)),h(a)??!1)};a:for(let[b,d]of a.hunks.entries()){if(j.shouldBreak())break;let e=i(a.isPartial,d.collapsedBefore,f,b,g),h=(()=>{if(d!==j.finalHunk||!function(a){let b=a.hunks.at(-1);return null!=b&&!a.isPartial&&0!==a.additionLines.length&&0!==a.deletionLines.length&&(b.additionLineIndex+b.additionCount<a.additionLines.length||b.deletionLineIndex+b.deletionCount<a.deletionLines.length)}(a))return;let b=a.additionLines.length-(d.additionLineIndex+d.additionCount),c=a.deletionLines.length-(d.deletionLineIndex+d.deletionCount);if(b!==c)throw Error(`iterateOverDiff: trailing context mismatch (additions=${b}, deletions=${c}) for ${a.name}`);let e=Math.min(b,c);return i(a.isPartial,e,f,a.hunks.length,g)})(),m=e.fromStart+e.fromEnd;function k(a,b){return null==h||h.collapsedLines<=0||h.fromStart+h.fromEnd>0?0:"unified"===c?a===d.unifiedLineStart+d.unifiedLineCount-1?h.collapsedLines:0:b===d.splitLineStart+d.splitLineCount-1?h.collapsedLines:0}function l(){if(0===e.collapsedLines)return 0;let a=e.collapsedLines;return e.collapsedLines=0,a}if(j.shouldSkip(m,m))j.incrementCounts(m,m),l();else{let a=d.unifiedLineStart-e.rangeSize,c=d.splitLineStart-e.rangeSize,f=d.deletionLineIndex-e.rangeSize,g=d.additionLineIndex-e.rangeSize,h=d.deletionStart-e.rangeSize,i=d.additionStart-e.rangeSize,k=0;for(;k<e.fromStart;){if(j.isInWindow(0,0)){if(j.emit({hunkIndex:b,hunk:d,collapsedBefore:0,collapsedAfter:0,type:"context-expanded",deletionLine:{lineNumber:h+k,lineIndex:f+k,noEOFCR:!1,unifiedLineIndex:a+k,splitLineIndex:c+k},additionLine:{unifiedLineIndex:a+k,splitLineIndex:c+k,lineIndex:g+k,lineNumber:i+k,noEOFCR:!1}}))break a}else j.incrementCounts(1,1);k++}for(a=d.unifiedLineStart-e.fromEnd,c=d.splitLineStart-e.fromEnd,f=d.deletionLineIndex-e.fromEnd,g=d.additionLineIndex-e.fromEnd,h=d.deletionStart-e.fromEnd,i=d.additionStart-e.fromEnd,k=0;k<e.fromEnd;){if(j.isInWindow(0,0)){if(j.emit({hunkIndex:b,hunk:d,collapsedBefore:l(),collapsedAfter:0,type:"context-expanded",deletionLine:{lineNumber:h+k,lineIndex:f+k,noEOFCR:!1,unifiedLineIndex:a+k,splitLineIndex:c+k},additionLine:{unifiedLineIndex:a+k,splitLineIndex:c+k,lineIndex:g+k,lineNumber:i+k,noEOFCR:!1}}))break a}else j.incrementCounts(1,1);k++}}let n=d.unifiedLineStart,o=d.splitLineStart,p=d.deletionLineIndex,q=d.additionLineIndex,r=d.deletionStart,s=d.additionStart,t=d.hunkContent.at(-1);for(let a of d.hunkContent){if(j.shouldBreak())break a;let e=a===t;if("context"===a.type){if(j.shouldSkip(a.lines,a.lines))j.incrementCounts(a.lines,a.lines),l();else{let c=0;for(;c<a.lines;){if(j.isInWindow(0,0)){let f=e&&c===a.lines-1,g=n+c,h=o+c;if(j.emit({hunkIndex:b,hunk:d,collapsedBefore:l(),collapsedAfter:k(g,h),type:"context",deletionLine:{lineNumber:r+c,lineIndex:p+c,noEOFCR:f&&d.noEOFCRDeletions,unifiedLineIndex:g,splitLineIndex:h},additionLine:{unifiedLineIndex:g,splitLineIndex:h,lineIndex:q+c,lineNumber:s+c,noEOFCR:f&&d.noEOFCRAdditions}}))break a}else j.incrementCounts(1,1);c++}}n+=a.lines,o+=a.lines,p+=a.lines,q+=a.lines,r+=a.lines,s+=a.lines}else{let f=Math.max(a.deletions,a.additions),g=a.deletions+a.additions;if(!j.shouldSkip(g,f))for(let[h,i]of function(a,b,c){if(!a.isWindowedHighlight)return[[0,"unified"===c?b.deletions+b.additions:Math.max(b.deletions,b.additions)]];let d="unified"===c?"unified":"split",e=[];function f(b,c){if(b+c<=a.viewportStart||b>=a.viewportEnd)return;let d=Math.max(0,a.viewportStart-b),e=Math.min(c,a.viewportEnd-b);return e>d?[d,e]:void 0}function g(a,c){if(null==a)return;let[f,g]="split"===d?a:"additions"===c?[a[0]+b.deletions,a[1]+b.deletions]:a;g>f&&e.push([f,g])}if("split"!==c&&(g(f(a.unifiedCount,b.deletions),"deletions"),g(f(a.unifiedCount+b.deletions,b.additions),"additions")),"unified"!==c&&(g(f(a.splitCount,b.deletions),"deletions"),g(f(a.splitCount,b.additions),"additions")),0===e.length)return e;e.sort((a,b)=>a[0]-b[0]);let h=[e[0]];for(let[a,b]of e.slice(1)){let c=h[h.length-1];a<=c[1]?c[1]=Math.max(c[1],b):h.push([a,b])}return h}(j,a,c))for(let m=h;m<i;m++){let h=k(n+m,"unified"===c?o+(m<a.deletions?m:m-a.deletions):o+m);if(j.emit(function({hunkIndex:a,hunk:b,collapsedAfter:c,collapsedBefore:d,diffStyle:e,index:f,unifiedLineIndex:g,splitLineIndex:h,additionLineIndex:i,deletionLineIndex:j,additionLineNumber:k,deletionLineNumber:l,content:m,isLastContent:n,unifiedCount:o,splitCount:p}){let q=f<m.deletions?g+f:void 0,r="unified"===e?f>=m.deletions?g+f:void 0:f<m.additions?g+m.deletions+f:void 0,s="unified"===e?h+(f<m.deletions?f:f-m.deletions):h+f,t=f<m.deletions?j+f:void 0,u=f<m.deletions?l+f:void 0,v="unified"===e?f>=m.deletions?i+(f-m.deletions):void 0:f<m.additions?i+f:void 0,w="unified"===e?f>=m.deletions?k+(f-m.deletions):void 0:f<m.additions?k+f:void 0,x="unified"===e?n&&f===m.deletions-1&&b.noEOFCRDeletions:n&&f===p-1&&b.noEOFCRDeletions,y="unified"===e?n&&f===o-1&&b.noEOFCRAdditions:n&&f===p-1&&b.noEOFCRAdditions,z=null!=t&&null!=u&&null!=q?{lineNumber:u,lineIndex:t,noEOFCR:x,unifiedLineIndex:q,splitLineIndex:s}:void 0,A=null!=v&&null!=w&&null!=r?{unifiedLineIndex:r,splitLineIndex:s,lineIndex:v,lineNumber:w,noEOFCR:y}:void 0;if(null==z&&null!=A)return{type:"change",hunkIndex:a,hunk:b,collapsedAfter:c,collapsedBefore:d,deletionLine:void 0,additionLine:A};if(null!=z&&null==A)return{type:"change",hunkIndex:a,hunk:b,collapsedAfter:c,collapsedBefore:d,deletionLine:z,additionLine:void 0};if(null==z||null==A)throw Error("iterateOverDiff: missing change line data");return{type:"change",hunkIndex:a,hunk:b,collapsedAfter:c,collapsedBefore:d,deletionLine:z,additionLine:A}}({hunkIndex:b,hunk:d,collapsedBefore:l(),collapsedAfter:h,diffStyle:c,index:m,unifiedLineIndex:n,splitLineIndex:o,additionLineIndex:q,deletionLineIndex:p,additionLineNumber:s,deletionLineNumber:r,content:a,isLastContent:e,unifiedCount:g,splitCount:f}),!0))break a}l(),j.incrementCounts(g,f),n+=g,o+=f,p+=a.deletions,q+=a.additions,r+=a.deletions,s+=a.additions}}if(null!=h){let{collapsedLines:b,fromStart:c,fromEnd:d}=h,e=c+d,f=0;for(;f<e;){if(j.shouldBreak())break a;if(j.isInWindow(0,0)){let c=f===e-1;if(j.emit({hunkIndex:a.hunks.length,hunk:void 0,collapsedBefore:0,collapsedAfter:c?b:0,type:"context-expanded",deletionLine:{lineNumber:r+f,lineIndex:p+f,noEOFCR:!1,unifiedLineIndex:n+f,splitLineIndex:o+f},additionLine:{unifiedLineIndex:n+f,splitLineIndex:o+f,lineIndex:q+f,lineNumber:s+f,noEOFCR:!1}}))break a}else j.incrementCounts(1,1);f++}}}}({diff:a,diffStyle:"both",startingLine:p,totalLines:q,expandedHunks:!t||(o?r:void 0),collapsedContextThreshold:s,callback:({hunkIndex:b,additionLine:c,deletionLine:e,type:f})=>{let g,h,i=(g=B?0:b,h=C.get(g)??{deletionContent:{push(a){this.value+=a,this.length++},value:"",length:0},additionContent:{push(a){this.value+=a,this.length++},value:"",length:0},deletionInfo:[],additionInfo:[],deletionDecorations:[],additionDecorations:[],deletionSegments:[],additionSegments:[]},C.set(g,h),h),l=null!=c?c.splitLineIndex:e.splitLineIndex;"change"===f&&null!=c&&null!=e&&function({deletionLine:a,additionLine:b,deletionLineIndex:c,additionLineIndex:e,deletionDecorations:f,additionDecorations:g,lineDiffType:h,maxLineDiffLength:i}){var l,n,o,p;if(null==a||null==b||"none"===h||(a=(0,d.cleanLastNewline)(a),b=(0,d.cleanLastNewline)(b),a.length>i||b.length>i))return;let q="char"===h?(l=a,n=b,m.diff(l,n,void 0)):(o=a,p=b,y.diff(o,p,void 0)),r=[],s=[],t="word-alt"===h,u=q.at(-1);for(let a of q){let b=a===u;a.added||a.removed?a.removed?k({item:a,arr:r,enableJoin:t,isLastItem:b}):k({item:a,arr:s,enableJoin:t,isLastItem:b}):(k({item:a,arr:r,enableJoin:t,isNeutral:!0,isLastItem:b}),k({item:a,arr:s,enableJoin:t,isNeutral:!0,isLastItem:b}))}let v=0;for(let a of r)1===a[0]&&f.push(j({line:c,spanStart:v,spanLength:a[1].length})),v+=a[1].length;for(let a of(v=0,s))1===a[0]&&g.push(j({line:e,spanStart:v,spanLength:a[1].length})),v+=a[1].length}({additionLine:a.additionLines[c.lineIndex],deletionLine:a.deletionLines[e.lineIndex],deletionLineIndex:i.deletionContent.length,additionLineIndex:i.additionContent.length,deletionDecorations:i.deletionDecorations,additionDecorations:i.additionDecorations,lineDiffType:w,maxLineDiffLength:A}),null!=e&&(D(a.deletionLines[e.lineIndex],e.lineIndex,i.deletionSegments,i.deletionContent),i.deletionInfo.push({type:"change"===f?"change-deletion":f,lineNumber:e.lineNumber,altLineNumber:"change"===f?void 0:c.lineNumber??void 0,lineIndex:`${e.unifiedLineIndex},${l}`})),null!=c&&(D(a.additionLines[c.lineIndex],c.lineIndex,i.additionSegments,i.additionContent),i.additionInfo.push({type:"change"===f?"change-addition":f,lineNumber:c.lineNumber,altLineNumber:"change"===f?void 0:e.lineNumber??void 0,lineIndex:`${c.unifiedLineIndex},${l}`}))}}),C.values())){if(0===g.deletionContent.length&&0===g.additionContent.length)continue;let i={name:a.prevName??a.name,contents:g.deletionContent.value},j={name:a.name,contents:g.additionContent.value},{deletionLines:k,additionLines:m}=function({deletionFile:a,additionFile:g,deletionInfo:i,additionInfo:j,highlighter:k,deletionDecorations:l,additionDecorations:m,languageOverride:n,options:{theme:o=b.DEFAULT_THEMES,...p}}){let q=n??(0,c.getFiletypeFromFileName)(a.name),r=n??(0,c.getFiletypeFromFileName)(g.name),{state:s,transformers:t}=(0,e.createTransformerWithState)(p.useTokenTransformer),u="string"==typeof o?{...p,lang:"text",theme:o,transformers:t,decorations:void 0,defaultColor:!1,cssVariablePrefix:(0,f.formatCSSVariablePrefix)("token")}:{...p,lang:"text",themes:o,transformers:t,decorations:void 0,defaultColor:!1,cssVariablePrefix:(0,f.formatCSSVariablePrefix)("token")};return{deletionLines:""===a.contents?[]:(u.lang=q,s.lineInfo=i,u.decorations=l,(0,h.getLineNodes)(k.codeToHast((0,d.cleanLastNewline)(a.contents),u))),additionLines:""===g.contents?[]:(u.lang=r,u.decorations=m,s.lineInfo=j,(0,h.getLineNodes)(k.codeToHast((0,d.cleanLastNewline)(g.contents),u)))}}({deletionFile:i,deletionInfo:g.deletionInfo,deletionDecorations:g.deletionDecorations,additionFile:j,additionInfo:g.additionInfo,additionDecorations:g.additionDecorations,highlighter:l,options:n,languageOverride:o?"text":a.lang});if(B){x.deletionLines=k,x.additionLines=m;continue}if(g.deletionSegments.length>0)for(let a of g.deletionSegments)for(let b=0;b<a.count;b++)x.deletionLines[a.targetIndex+b]=k[a.originalOffset+b];else x.deletionLines.push(...k);if(g.additionSegments.length>0)for(let a of g.additionSegments)for(let b=0;b<a.count;b++)x.additionLines[a.targetIndex+b]=m[a.originalOffset+b];else x.additionLines.push(...m)}return{code:x,themeStyles:v,baseThemeType:u}}],71643)},67036,a=>{"use strict";var b=a.i(75992);a.s(["getResolvedLanguages",0,function(a){let c=[];for(let d of a){let a=b.ResolvedLanguages.get(d);if(null==a)throw Error(`getResolvedLanguages: ${d} is not resolved. Please resolve languages before calling getResolvedLanguages`);c.push(a)}return c}])},91408,a=>{"use strict";var b=a.i(75992);a.s(["hasResolvedLanguages",0,function(a){for(let c of Array.isArray(a)?a:[a])if(!b.ResolvedLanguages.has(c))return!1;return!0}])},48114,a=>a.a(async(b,c)=>{try{var d=a.i(85531),e=a.i(45169),f=b([d,e]);async function g(a){let b=[],c=[];for(let f of a){if("text"===f||"ansi"===f)continue;let a=(0,e.getResolvedOrResolveLanguage)(f)??(0,d.resolveLanguage)(f);"then"in a?c.push(a):b.push(a)}return c.length>0&&await Promise.all(c).then(a=>{for(let c of a){if(null==c)throw Error("resolvedLanguages: unable to resolve language");b.push(c)}}),b}[d,e]=f.then?(await f)():f,a.s(["resolveLanguages",0,g]),c()}catch(a){c(a)}},!1),29748,a=>{"use strict";var b=a.i(14327);a.s(["getResolvedThemes",0,function(a){let c=[];for(let d of a){let a=b.ResolvedThemes.get(d);if(null==a)throw Error(`getAllResolvedThemes: ${d} is unresolved, you must resolve all necessary themes before calling this function`);c.push(a)}return c}])},4578,a=>a.a(async(b,c)=>{try{var d=a.i(86407),e=a.i(69190),f=b([d,e]);async function g(a){let b=[],c=[];for(let f of a){let a=(0,e.getResolvedOrResolveTheme)(f)??(0,d.resolveTheme)(f);"then"in a?c.push(a):b.push(a)}return c.length>0&&await Promise.all(c).then(a=>{for(let c of a)null!=c&&b.push(c)}),b}[d,e]=f.then?(await f)():f,a.s(["resolveThemes",0,g]),c()}catch(a){c(a)}},!1),6253,(a,b,c)=>{a.e,function(a){let b=Symbol("newer"),c=Symbol("older");class d{constructor(a,b){"number"!=typeof a&&(b=a,a=0),this.size=0,this.limit=a,this.oldest=this.newest=void 0,this._keymap=new Map,b&&(this.assign(b),a<1&&(this.limit=this.size))}_markEntryAsUsed(a){a!==this.newest&&(a[b]&&(a===this.oldest&&(this.oldest=a[b]),a[b][c]=a[c]),a[c]&&(a[c][b]=a[b]),a[b]=void 0,a[c]=this.newest,this.newest&&(this.newest[b]=a),this.newest=a)}assign(a){let d,f=this.limit||Number.MAX_VALUE;this._keymap.clear();let g=a[Symbol.iterator]();for(let a=g.next();!a.done;a=g.next()){let g=new e(a.value[0],a.value[1]);if(this._keymap.set(g.key,g),d?(d[b]=g,g[c]=d):this.oldest=g,d=g,0==f--)throw Error("overflow")}this.newest=d,this.size=this._keymap.size}get(a){var b=this._keymap.get(a);return b?(this._markEntryAsUsed(b),b.value):void 0}set(a,d){var f=this._keymap.get(a);return f?(f.value=d,this._markEntryAsUsed(f)):(this._keymap.set(a,f=new e(a,d)),this.newest?(this.newest[b]=f,f[c]=this.newest):this.oldest=f,this.newest=f,++this.size,this.size>this.limit&&this.shift()),this}shift(){var a=this.oldest;if(a)return this.oldest[b]?(this.oldest=this.oldest[b],this.oldest[c]=void 0):(this.oldest=void 0,this.newest=void 0),a[b]=a[c]=void 0,this._keymap.delete(a.key),--this.size,[a.key,a.value]}find(a){let b=this._keymap.get(a);return b?b.value:void 0}has(a){return this._keymap.has(a)}delete(a){var d=this._keymap.get(a);return d?(this._keymap.delete(d.key),d[b]&&d[c]?(d[c][b]=d[b],d[b][c]=d[c]):d[b]?(d[b][c]=void 0,this.oldest=d[b]):d[c]?(d[c][b]=void 0,this.newest=d[c]):this.oldest=this.newest=void 0,this.size--,d.value):void 0}clear(){this.oldest=this.newest=void 0,this.size=0,this._keymap.clear()}keys(){return new g(this.oldest)}values(){return new h(this.oldest)}entries(){return this}[Symbol.iterator](){return new f(this.oldest)}forEach(a,c){"object"!=typeof c&&(c=this);let d=this.oldest;for(;d;)a.call(c,d.value,d.key,this),d=d[b]}toJSON(){for(var a=Array(this.size),c=0,d=this.oldest;d;)a[c++]={key:d.key,value:d.value},d=d[b];return a}toString(){for(var a="",c=this.oldest;c;)a+=String(c.key)+":"+c.value,(c=c[b])&&(a+=" < ");return a}}function e(a,d){this.key=a,this.value=d,this[b]=void 0,this[c]=void 0}function f(a){this.entry=a}function g(a){this.entry=a}function h(a){this.entry=a}a.LRUMap=d,f.prototype[Symbol.iterator]=function(){return this},f.prototype.next=function(){let a=this.entry;return a?(this.entry=a[b],{done:!1,value:[a.key,a.value]}):{done:!0,value:void 0}},g.prototype[Symbol.iterator]=function(){return this},g.prototype.next=function(){let a=this.entry;return a?(this.entry=a[b],{done:!1,value:a.key}):{done:!0,value:void 0}},h.prototype[Symbol.iterator]=function(){return this},h.prototype.next=function(){let a=this.entry;return a?(this.entry=a[b],{done:!1,value:a.value}):{done:!0,value:void 0}}}(c)},41431,a=>a.a(async(b,c)=>{try{var d=a.i(73297),e=a.i(52570),f=a.i(74442),g=a.i(80350),h=a.i(43965),i=a.i(59923),j=a.i(75366),k=a.i(26044),l=a.i(62042),m=a.i(91593),n=a.i(96137),o=a.i(2868),p=a.i(71643),q=a.i(67036),r=a.i(91408),s=a.i(48114),t=a.i(29748),u=a.i(4578),v=a.i(6253),w=b([f,s,u]);[f,s,u]=w.then?(await w)():w;let z=Symbol("IGNORE_RESPONSE");var x=class{highlighter;preferredHighlighter;renderOptions;initialized=!1;workers=[];taskQueue=new Map;pendingTasks=new Map;nextRequestId=0;themeSubscribers=new Set;workersFailed=!1;instanceRequestMap=new Map;statSubscribers=new Set;fileCache;diffCache;_queuedBroadcast;constructor(a,{langs:b,theme:c=d.DEFAULT_THEMES,useTokenTransformer:e=!1,lineDiffType:f="word-alt",maxLineDiffLength:g=1e3,tokenizeMaxLineLength:h=1e3,preferredHighlighter:i="shiki-js"}){this.options=a,this.preferredHighlighter=i,this.renderOptions={theme:c,useTokenTransformer:e,lineDiffType:f,maxLineDiffLength:g,tokenizeMaxLineLength:h},this.fileCache=new v.default.LRUMap(a.totalASTLRUCacheSize??100),this.diffCache=new v.default.LRUMap(a.totalASTLRUCacheSize??100),this.initialize(b)}isWorkingPool(){return!this.workersFailed}getFileResultCache(a){return null!=a.cacheKey?this.fileCache.get(a.cacheKey):void 0}getDiffResultCache(a){return null!=a.cacheKey?this.diffCache.get(a.cacheKey):void 0}inspectCaches(){let{fileCache:a,diffCache:b}=this;return{fileCache:a,diffCache:b}}evictFileFromCache(a){try{return void 0!==this.fileCache.delete(a)}finally{this.queueBroadcastStateChanges()}}evictDiffFromCache(a){try{return void 0!==this.diffCache.delete(a)}finally{this.queueBroadcastStateChanges()}}async setRenderOptions({theme:a=d.DEFAULT_THEMES,useTokenTransformer:b=!1,lineDiffType:c="word-alt",maxLineDiffLength:j=1e3,tokenizeMaxLineLength:k=1e3}){let l={theme:a,useTokenTransformer:b,lineDiffType:c,maxLineDiffLength:j,tokenizeMaxLineLength:k};if(this.isInitialized()||await this.initialize(),(0,n.areDiffRenderOptionsEqual)(l,this.renderOptions))return;let m=(0,g.getThemes)(a),o=[];if((0,i.areThemesEqual)(l.theme,this.renderOptions.theme)||(o=(0,h.hasResolvedThemes)(m)?(0,t.getResolvedThemes)(m):await (0,u.resolveThemes)(m)),null!=this.highlighter)(0,e.attachResolvedThemes)(o,this.highlighter),await this.setRenderOptionsOnWorkers(l,o);else{let[a]=await Promise.all([(0,f.getSharedHighlighter)({themes:m,langs:["text"],preferredHighlighter:this.preferredHighlighter}),this.setRenderOptionsOnWorkers(l,o)]);this.highlighter=a}for(let a of(this.renderOptions=l,this.diffCache.clear(),this.fileCache.clear(),this.themeSubscribers))a.rerender()}getFileRenderOptions(){let{tokenizeMaxLineLength:a,theme:b,useTokenTransformer:c}=this.renderOptions;return{theme:b,useTokenTransformer:c,tokenizeMaxLineLength:a}}getDiffRenderOptions(){return{...this.renderOptions}}async setRenderOptionsOnWorkers(a,b){if(this.workersFailed)return;this.isInitialized()||await this.initialize();let c=[];for(let d of this.workers){if(!d.initialized)throw console.log({managedWorker:d}),Error("setRenderOptionsOnWorkers: Somehow we have an uninitialized worker");c.push(new Promise((c,e)=>{let f=this.generateRequestId(),g={type:"set-render-options",id:f,request:{type:"set-render-options",id:f,renderOptions:a,resolvedThemes:b},resolve:c,reject:e,requestStart:Date.now()};this.pendingTasks.set(f,g),d.worker.postMessage(g.request)}))}await Promise.all(c)}subscribeToThemeChanges(a){return this.themeSubscribers.add(a),this.queueBroadcastStateChanges(),()=>{this.unsubscribeToThemeChanges(a),this.queueBroadcastStateChanges()}}unsubscribeToThemeChanges(a){this.themeSubscribers.delete(a),this.queueBroadcastStateChanges()}subscribeToStatChanges(a){return this.statSubscribers.add(a),a(this.getStats()),()=>{this.statSubscribers.delete(a)}}queueBroadcastStateChanges(){null==this._queuedBroadcast&&(this._queuedBroadcast=requestAnimationFrame(this._broadcastStateChanges))}_broadcastStateChanges=()=>{null!=this._queuedBroadcast&&(cancelAnimationFrame(this._queuedBroadcast),this._queuedBroadcast=void 0);let a=this.getStats();for(let b of this.statSubscribers)b(a)};cleanUpPendingTasks(a){this.taskQueue.delete(a);let b=this.instanceRequestMap.get(a);null!=b&&(this.pendingTasks.delete(b),this.instanceRequestMap.delete(a)),this.queueBroadcastStateChanges()}isInitialized(){return!0===this.initialized}async initialize(a=[]){return!0===this.initialized?void 0:!1!==this.initialized?this.initialized:void(this.initialized=new Promise((b,c)=>{(async()=>{try{let c=(0,g.getThemes)(this.renderOptions.theme),d=[];d=(0,h.hasResolvedThemes)(c)?(0,t.getResolvedThemes)(c):await (0,u.resolveThemes)(c);let e=[];e=(0,r.hasResolvedLanguages)(a)?(0,q.getResolvedLanguages)(a):await (0,s.resolveLanguages)(a);let[i]=await Promise.all([(0,f.getSharedHighlighter)({themes:c,langs:["text",...a],preferredHighlighter:this.preferredHighlighter}),this.initializeWorkers(d,e)]);if(!1===this.initialized)throw this.terminateWorkers(),Error("WorkerPoolManager: workers failed to initialize");this.highlighter=i,this.initialized=!0,this.diffCache.clear(),this.fileCache.clear(),this.drainQueue(),this.queueBroadcastStateChanges(),b()}catch(a){this.initialized=!1,this.workersFailed=!0,this.queueBroadcastStateChanges(),c(a)}})()}),this.queueBroadcastStateChanges())}async initializeWorkers(a,b){this.workersFailed=!1;let c=[],d=(0,j.getCustomExtensionsVersion)(),e=d>0?(0,j.getCustomExtensionsMap)():void 0;this.workers.length>0&&this.terminateWorkers();for(let f=0;f<(this.options.poolSize??8);f++){let f=this.options.workerFactory(),g={worker:f,request_id:void 0,initialized:!1,langs:new Set(["text",...b.map(({name:a})=>a)]),customExtensionsVersion:0};f.addEventListener("message",a=>{this.handleWorkerMessage(g,a.data)}),f.addEventListener("error",a=>console.error("Worker error:",a,g)),this.workers.push(g),c.push(new Promise((c,f)=>{let h=this.generateRequestId(),i={type:"initialize",id:h,request:{type:"initialize",id:h,renderOptions:this.renderOptions,preferredHighlighter:this.preferredHighlighter,resolvedThemes:a,resolvedLanguages:b,customExtensionsVersion:null!=e?d:void 0,customExtensionMap:e},resolve(){g.initialized=!0,c()},reject:f,requestStart:Date.now()};this.pendingTasks.set(h,i),this.executeTask(g,i)}))}await Promise.all(c)}drainQueue=()=>{if(this._queuedDrain=void 0,!0===this.initialized&&0!==this.taskQueue.size){for(let[a,b]of this.taskQueue){if(this.instanceRequestMap.has(a))continue;let c=y(b),d=this.getAvailableWorker(c);if(null==d)break;this.assignWorkerToTask(b,d),this.resolveLanguagesAndExecuteTask(d,b,c)}this.queueBroadcastStateChanges()}};highlightFileAST(a,b){if(!(0,k.isFilePlainText)(b)){for(let c of[this.taskQueue,this.pendingTasks.values()])for(let d of c)if("instance"in d&&d.instance===a&&"file"===d.request.type&&(0,m.areFilesEqual)(b,d.request.file))return;this.submitTask(a,{type:"file",file:b})}}getPlainFileAST(a,b,c,d){return null==this.highlighter?void this.initialize():(0,l.renderFileWithHighlighter)(a,this.highlighter,this.renderOptions,{forcePlainText:!0,startingLine:b,totalLines:c,lines:d})}highlightDiffAST(a,b){if(!(0,o.isDiffPlainText)(b)){for(let c of[this.taskQueue,this.pendingTasks.values()])for(let d of c)if("instance"in d&&d.instance===a&&"diff"===d.request.type&&d.request.diff===b)return;this.submitTask(a,{type:"diff",diff:b})}}getPlainDiffAST(a,b,c,d,e){return null!=this.highlighter?(0,p.renderDiffWithHighlighter)(a,this.highlighter,this.renderOptions,{forcePlainText:!0,startingLine:b,totalLines:c,expandedHunks:d,collapsedContextThreshold:e}):void 0}terminate(){this.terminateWorkers(),this.fileCache.clear(),this.diffCache.clear(),this.instanceRequestMap.clear(),this.taskQueue.clear(),this.pendingTasks.clear(),this.highlighter=void 0,this.initialized=!1,this.workersFailed=!1,this.queueBroadcastStateChanges()}terminateWorkers(){for(let a of this.workers)a.worker.terminate();this.workers.length=0}getStats(){return{managerState:!1===this.initialized?"waiting":!0!==this.initialized?"initializing":"initialized",totalWorkers:this.workers.length,workersFailed:this.workersFailed,busyWorkers:this.workers.filter(a=>null!=a.request_id).length,queuedTasks:this.taskQueue.size,pendingTasks:this.pendingTasks.size,themeSubscribers:this.themeSubscribers.size,fileCacheSize:this.fileCache.size,diffCacheSize:this.diffCache.size}}submitTask(a,b){!1===this.initialized&&this.initialize();let c=this.generateRequestId(),d=Date.now(),e=(()=>{switch(b.type){case"file":return{type:"file",id:c,request:{...b,id:c},instance:a,requestStart:d};case"diff":return{type:"diff",id:c,request:{...b,id:c},instance:a,requestStart:d}}})();this.taskQueue.set(a,e),this.queueDrain()}async resolveLanguagesAndExecuteTask(a,b,c){try{let d=c.filter(b=>!a.langs.has(b));d.length>0&&((0,r.hasResolvedLanguages)(d)?b.request.resolvedLanguages=(0,q.getResolvedLanguages)(d):b.request.resolvedLanguages=await (0,s.resolveLanguages)(d)),this.executeTask(a,b)}catch{this.cleanWorkerAndTask(a,b)}}handleWorkerMessage(a,b){let c=this.pendingTasks.get(b.id);try{if(null==c)throw z;if("error"===b.type){let a=Error(b.error);throw b.stack&&(a.stack=b.stack),"reject"in c?c.reject(a):c.instance.onHighlightError(a),a}if("instance"in c&&this.instanceRequestMap.get(c.instance)!==b.id)throw z;switch(b.requestType){case"initialize":if("initialize"!==c.type)throw Error("handleWorkerMessage: task/response dont match");this.syncCustomExtensionVersion(a,c.request),c.resolve();break;case"set-render-options":if("set-render-options"!==c.type)throw Error("handleWorkerMessage: task/response dont match");c.resolve();break;case"file":{if("file"!==c.type)throw Error("handleWorkerMessage: task/response dont match");let{result:d,options:e}=b,{instance:f,request:g}=c;this.syncCustomExtensionVersion(a,g),null!=g.file.cacheKey&&this.fileCache.set(g.file.cacheKey,{result:d,options:e}),f.onHighlightSuccess(g.file,d,e);break}case"diff":{if("diff"!==c.type)throw Error("handleWorkerMessage: task/response dont match");let{result:d,options:e}=b,{instance:f,request:g}=c;this.syncCustomExtensionVersion(a,g),null!=g.diff.cacheKey&&this.diffCache.set(g.diff.cacheKey,{result:d,options:e}),f.onHighlightSuccess(g.diff,d,e)}}}catch(a){a!==z&&console.error(a,c,b)}this.cleanWorkerAndTask(a,c),this.queueBroadcastStateChanges(),this.taskQueue.size>0&&this.queueDrain()}_queuedDrain;queueDrain(){null==this._queuedDrain&&(this._queuedDrain=Promise.resolve().then(this.drainQueue),this.queueBroadcastStateChanges())}assignWorkerToTask(a,b){b.request_id=a.id,"instance"in a&&(this.taskQueue.delete(a.instance),this.instanceRequestMap.set(a.instance,a.id)),this.pendingTasks.set(a.id,a)}cleanWorkerAndTask(a,b){a.request_id=void 0,null!=b&&("instance"in b&&this.instanceRequestMap.delete(b.instance),this.pendingTasks.delete(b.id))}executeTask(a,b){var c;for(let d of(c=b.request,("initialize"===c.type||"file"===c.type||"diff"===c.type)&&this.maybeAttachCustomExtensions(a,b.request),this.assignWorkerToTask(b,a),y(b)))a.langs.add(d);try{a.worker.postMessage(b.request)}catch(c){this.cleanWorkerAndTask(a,b),console.error("Failed to post message to worker:",c),"instance"in b?b.instance.onHighlightError(c):"reject"in b&&b.reject(c)}this.queueBroadcastStateChanges()}maybeAttachCustomExtensions(a,b){if(null!=b.customExtensionsVersion)return;let c=(0,j.getCustomExtensionsVersion)();a.customExtensionsVersion>=c||(b.customExtensionsVersion=c,b.customExtensionMap=(0,j.getCustomExtensionsMap)())}syncCustomExtensionVersion(a,b){null!=b.customExtensionsVersion&&(a.customExtensionsVersion=b.customExtensionsVersion)}getAvailableWorker(a){let b;for(let c of this.workers){if(null!=c.request_id||!c.initialized)continue;if(b=c,0===a.length)break;let d=!0;for(let b of a)if(!c.langs.has(b)){d=!1;break}if(d)break}return b}generateRequestId(){return`req_${++this.nextRequestId}`}};function y(a){let b=new Set;if("initialize"===a.type||"set-render-options"===a.type)return[];switch(a.type){case"file":b.add(a.request.file.lang??(0,j.getFiletypeFromFileName)(a.request.file.name));break;case"diff":b.add(a.request.diff.lang??(0,j.getFiletypeFromFileName)(a.request.diff.name)),b.add(a.request.diff.lang??(0,j.getFiletypeFromFileName)(a.request.diff.prevName??"-"))}return b.delete("text"),Array.from(b)}a.s(["WorkerPoolManager",0,x]),c()}catch(a){c(a)}},!1),11912,a=>a.a(async(b,c)=>{try{let f;var d=a.i(41431),e=b([d]);[d]=e.then?(await e)():e,a.s(["terminateWorkerPoolSingleton",0,function(){null!=f&&(f.terminate(),f=void 0)}]),c()}catch(a){c(a)}},!1),63634,a=>a.a(async(b,c)=>{try{var d=a.i(11912),e=a.i(72131),f=a.i(87924),g=b([d]);[d]=g.then?(await g)():g;let h=(0,e.createContext)(void 0),i=0;a.s(["WorkerPoolContextProvider",0,function({children:a,poolOptions:b,highlighterOptions:c}){let[g]=(0,e.useState)(()=>{});return(0,e.useInsertionEffect)(()=>{if(null!=g)return i++,()=>{i--}},[g]),(0,e.useEffect)(()=>()=>{0===i&&(0,d.terminateWorkerPoolSingleton)()},[]),(0,f.jsx)(h.Provider,{value:g,children:a})}]),c()}catch(a){c(a)}},!1),85083,a=>a.a(async(b,c)=>{try{var d=a.i(87924),e=a.i(63634),f=a.i(72131),g=b([e]);[e]=g.then?(await g)():g;let h=()=>new Worker(new a.U(a.r(90762)),{type:"module"});a.s(["DiffsWorkerProvider",0,({children:a})=>{let b=(0,f.useMemo)(()=>({poolSize:Math.min(4,navigator.hardwareConcurrency||4),workerFactory:h}),[]);return(0,d.jsx)(e.WorkerPoolContextProvider,{highlighterOptions:{},poolOptions:b,children:a})}]),c()}catch(a){c(a)}},!1),53954,a=>{"use strict";var b=a.i(87924),c=a.i(13902);a.s(["ThemeProvider",0,({children:a,...d})=>(0,b.jsx)(c.ThemeProvider,{...d,children:a})])}];
255
+
256
+ //# sourceMappingURL=_0zayoy9._.js.map