diffhub 0.1.9 → 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/1944ulFaN6y01mQKUIlQV → cli/.next/static/AzEXEgfCuAerg54KRf4nK}/_buildManifest.js +0 -0
  355. /package/.next/standalone/apps/{web/.next/static/1944ulFaN6y01mQKUIlQV → cli/.next/static/AzEXEgfCuAerg54KRf4nK}/_clientMiddlewareManifest.js +0 -0
  356. /package/.next/standalone/apps/{web/.next/static/1944ulFaN6y01mQKUIlQV → 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,258 @@
1
+ (globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,31012,e=>{"use strict";var t=e.i(71645),n=e.i(74080),o=e.i(43476);if("u">typeof document){let e=document.getElementById("feedback-tool-styles-annotation-popup-css-styles");e||((e=document.createElement("style")).id="feedback-tool-styles-annotation-popup-css-styles",document.head.appendChild(e)),e.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 r="styles-module__element___fTV2z",s="styles-module__expanded___2Hxgv";if("u">typeof document){let e=document.getElementById("feedback-tool-styles-components-icon-transitions");e||((e=document.createElement("style")).id="feedback-tool-styles-components-icon-transitions",document.head.appendChild(e)),e.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 l="icon-transitions-module__iconState___uqK9J",i="icon-transitions-module__iconStateFast___HxlMm",a="icon-transitions-module__iconFade___nPwXg",d="icon-transitions-module__iconFadeFast___Ofb2t",_="icon-transitions-module__visible___PlHsU",c="icon-transitions-module__visibleScaled___8Qog-",u="icon-transitions-module__hidden___ETykt",h="icon-transitions-module__hiddenScaled___JXn-m",m=({size:e=16})=>(0,o.jsx)("svg",{width:e,height:e,viewBox:"0 0 16 16",fill:"none",children:(0,o.jsx)("path",{d:"M8 3v10M3 8h10",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})}),g=({size:e=24,style:t={}})=>(0,o.jsxs)("svg",{width:e,height:e,viewBox:"0 0 24 24",fill:"none",style:t,children:[(0,o.jsxs)("g",{clipPath:"url(#clip0_list_sparkle)",children:[(0,o.jsx)("path",{d:"M11.5 12L5.5 12",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),(0,o.jsx)("path",{d:"M18.5 6.75L5.5 6.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),(0,o.jsx)("path",{d:"M9.25 17.25L5.5 17.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),(0,o.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,o.jsx)("defs",{children:(0,o.jsx)("clipPath",{id:"clip0_list_sparkle",children:(0,o.jsx)("rect",{width:"24",height:"24",fill:"white"})})})]}),p=({size:e=20,...t})=>(0,o.jsxs)("svg",{width:e,height:e,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t,children:[(0,o.jsx)("circle",{cx:"10",cy:"10",r:"5.375",stroke:"currentColor",strokeWidth:"1.25"}),(0,o.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,o.jsx)("circle",{cx:"10",cy:"12.625",r:"0.625",fill:"currentColor"})]}),y=({size:e=24,copied:t=!1,tint:n})=>(0,o.jsxs)("svg",{width:e,height:e,viewBox:"0 0 24 24",fill:"none",style:n?{color:n,transition:"color 0.3s ease"}:void 0,children:[(0,o.jsxs)("g",{className:`${l} ${t?h:c}`,children:[(0,o.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,o.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,o.jsxs)("g",{className:`${l} ${t?c:h}`,children:[(0,o.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,o.jsx)("path",{d:"M15 10L11 14.25L9.25 12.25",stroke:"var(--agentation-color-green)",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]})]}),x=({size:e=24,state:t="idle"})=>(0,o.jsxs)("svg",{width:e,height:e,viewBox:"0 0 24 24",fill:"none",children:[(0,o.jsx)("g",{className:`${i} ${"idle"===t?c:"sending"===t?"icon-transitions-module__sending___uaLN-":h}`,children:(0,o.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,o.jsxs)("g",{className:`${i} ${"sent"===t?c:h}`,children:[(0,o.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,o.jsx)("path",{d:"M15 10L11 14.25L9.25 12.25",stroke:"var(--agentation-color-green)",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),(0,o.jsxs)("g",{className:`${i} ${"failed"===t?c:h}`,children:[(0,o.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,o.jsx)("path",{d:"M12 8V12",stroke:"var(--agentation-color-red)",strokeWidth:"1.5",strokeLinecap:"round"}),(0,o.jsx)("circle",{cx:"12",cy:"15",r:"0.5",fill:"var(--agentation-color-red)",stroke:"var(--agentation-color-red)",strokeWidth:"1"})]})]}),f=({size:e=24,isOpen:t=!0})=>(0,o.jsxs)("svg",{width:e,height:e,viewBox:"0 0 24 24",fill:"none",children:[(0,o.jsxs)("g",{className:`${a} ${t?_:u}`,children:[(0,o.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,o.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,o.jsxs)("g",{className:`${a} ${t?u:_}`,children:[(0,o.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,o.jsx)("path",{d:"M5 19L19 5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})]})]}),b=({size:e=24,isPaused:t=!1})=>(0,o.jsxs)("svg",{width:e,height:e,viewBox:"0 0 24 24",fill:"none",children:[(0,o.jsxs)("g",{className:`${d} ${t?u:_}`,children:[(0,o.jsx)("path",{d:"M8 6L8 18",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}),(0,o.jsx)("path",{d:"M16 18L16 6",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})]}),(0,o.jsx)("path",{className:`${d} ${t?_:u}`,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"})]}),w=({size:e=16})=>(0,o.jsxs)("svg",{width:e,height:e,viewBox:"0 0 24 24",fill:"none",children:[(0,o.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,o.jsx)("circle",{cx:"12",cy:"12",r:"2.5",stroke:"currentColor",strokeWidth:"1.5"})]}),v=({size:e=16})=>(0,o.jsx)("svg",{width:e,height:e,viewBox:"0 0 24 24",fill:"none",children:(0,o.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"})}),k=({size:e=16})=>(0,o.jsxs)("svg",{width:e,height:e,viewBox:"0 0 24 24",fill:"none",children:[(0,o.jsxs)("g",{clipPath:"url(#clip0_2_53)",children:[(0,o.jsx)("path",{d:"M16.25 16.25L7.75 7.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),(0,o.jsx)("path",{d:"M7.75 16.25L16.25 7.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),(0,o.jsx)("defs",{children:(0,o.jsx)("clipPath",{id:"clip0_2_53",children:(0,o.jsx)("rect",{width:"24",height:"24",fill:"white"})})})]}),j=({size:e=24})=>(0,o.jsx)("svg",{width:e,height:e,viewBox:"0 0 24 24",fill:"none",children:(0,o.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"})}),C=({size:e=16})=>(0,o.jsxs)("svg",{width:e,height:e,viewBox:"0 0 20 20",fill:"none",children:[(0,o.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,o.jsx)("path",{d:"M10 3.9585V5.05698",stroke:"currentColor",strokeWidth:"1.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,o.jsx)("path",{d:"M10 14.9429V16.0414",stroke:"currentColor",strokeWidth:"1.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,o.jsx)("path",{d:"M5.7269 5.72656L6.50682 6.50649",stroke:"currentColor",strokeWidth:"1.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,o.jsx)("path",{d:"M13.4932 13.4932L14.2731 14.2731",stroke:"currentColor",strokeWidth:"1.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,o.jsx)("path",{d:"M3.95834 10H5.05683",stroke:"currentColor",strokeWidth:"1.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,o.jsx)("path",{d:"M14.9432 10H16.0417",stroke:"currentColor",strokeWidth:"1.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,o.jsx)("path",{d:"M5.7269 14.2731L6.50682 13.4932",stroke:"currentColor",strokeWidth:"1.25",strokeLinecap:"round",strokeLinejoin:"round"}),(0,o.jsx)("path",{d:"M13.4932 6.50649L14.2731 5.72656",stroke:"currentColor",strokeWidth:"1.25",strokeLinecap:"round",strokeLinejoin:"round"})]}),S=({size:e=16})=>(0,o.jsx)("svg",{width:e,height:e,viewBox:"0 0 20 20",fill:"none",children:(0,o.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"})}),M=({size:e=16})=>(0,o.jsx)("svg",{width:e,height:e,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:(0,o.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"})}),$=({size:e=24})=>(0,o.jsx)("svg",{width:e,height:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:(0,o.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"})}),L=({size:e=16})=>(0,o.jsx)("svg",{width:e,height:e,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:(0,o.jsx)("path",{d:"M8.5 3.5L4 8L8.5 12.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}),I=({size:e=24})=>(0,o.jsxs)("svg",{width:e,height:e,viewBox:"0 0 24 24",fill:"none",children:[(0,o.jsx)("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",stroke:"currentColor",strokeWidth:"1.5"}),(0,o.jsx)("line",{x1:"3",y1:"9",x2:"21",y2:"9",stroke:"currentColor",strokeWidth:"1.5"}),(0,o.jsx)("line",{x1:"9",y1:"9",x2:"9",y2:"21",stroke:"currentColor",strokeWidth:"1.5"})]}),B=["data-feedback-toolbar","data-annotation-popup","data-annotation-marker"],N=B.flatMap(e=>[`:not([${e}])`,`:not([${e}] *)`]).join(""),E="feedback-freeze-styles",R="__agentation_freeze",W=function(){if("u"<typeof window)return{frozen:!1,installed:!0,origSetTimeout:setTimeout,origSetInterval:setInterval,origRAF:e=>0,pausedAnimations:[],frozenTimeoutQueue:[],frozenRAFQueue:[]};let e=window;return e[R]||(e[R]={frozen:!1,installed:!1,origSetTimeout:null,origSetInterval:null,origRAF:null,pausedAnimations:[],frozenTimeoutQueue:[],frozenRAFQueue:[]}),e[R]}();"u">typeof window&&!W.installed&&(W.origSetTimeout=window.setTimeout.bind(window),W.origSetInterval=window.setInterval.bind(window),W.origRAF=window.requestAnimationFrame.bind(window),window.setTimeout=(e,t,...n)=>"string"==typeof e?W.origSetTimeout(e,t):W.origSetTimeout((...t)=>{W.frozen?W.frozenTimeoutQueue.push(()=>e(...t)):e(...t)},t,...n),window.setInterval=(e,t,...n)=>"string"==typeof e?W.origSetInterval(e,t):W.origSetInterval((...t)=>{W.frozen||e(...t)},t,...n),window.requestAnimationFrame=e=>W.origRAF(t=>{W.frozen?W.frozenRAFQueue.push(e):e(t)}),W.installed=!0);var D=W.origSetTimeout,z=W.origSetInterval,P=W.origRAF;function T(){if("u"<typeof document||!W.frozen)return;W.frozen=!1;let e=W.frozenTimeoutQueue;for(let t of(W.frozenTimeoutQueue=[],e))W.origSetTimeout(()=>{if(W.frozen)return void W.frozenTimeoutQueue.push(t);try{t()}catch(e){console.warn("[agentation] Error replaying queued timeout:",e)}},0);let t=W.frozenRAFQueue;for(let e of(W.frozenRAFQueue=[],t))W.origRAF(t=>{W.frozen?W.frozenRAFQueue.push(e):e(t)});for(let e of W.pausedAnimations)try{e.play()}catch(e){console.warn("[agentation] Error resuming animation:",e)}W.pausedAnimations=[],document.getElementById(E)?.remove(),document.querySelectorAll("video").forEach(e=>{"false"===e.dataset.wasPaused&&(e.play().catch(()=>{}),delete e.dataset.wasPaused)})}function O(e){if(!e)return;let t=e=>e.stopImmediatePropagation();document.addEventListener("focusin",t,!0),document.addEventListener("focusout",t,!0);try{e.focus()}finally{document.removeEventListener("focusin",t,!0),document.removeEventListener("focusout",t,!0)}}var A=(0,t.forwardRef)(function({element:e,timestamp:n,selectedText:l,placeholder:i="What should change?",initialValue:a="",submitLabel:d="Add",onSubmit:_,onCancel:c,onDelete:u,style:h,accentColor:m="#3c82f7",isExiting:g=!1,lightMode:p=!1,computedStyles:y},x){let[f,b]=(0,t.useState)(a),[w,v]=(0,t.useState)(!1),[k,j]=(0,t.useState)("initial"),[C,S]=(0,t.useState)(!1),[M,L]=(0,t.useState)(!1),I=(0,t.useRef)(null),B=(0,t.useRef)(null),N=(0,t.useRef)(null),E=(0,t.useRef)(null);(0,t.useEffect)(()=>{g&&"exit"!==k&&j("exit")},[g,k]),(0,t.useEffect)(()=>{D(()=>{j("enter")},0);let e=D(()=>{j("entered")},200),t=D(()=>{let e=I.current;e&&(O(e),e.selectionStart=e.selectionEnd=e.value.length,e.scrollTop=e.scrollHeight)},50);return()=>{clearTimeout(e),clearTimeout(t),N.current&&clearTimeout(N.current),E.current&&clearTimeout(E.current)}},[]);let R=(0,t.useCallback)(()=>{E.current&&clearTimeout(E.current),v(!0),E.current=D(()=>{v(!1),O(I.current)},250)},[]);(0,t.useImperativeHandle)(x,()=>({shake:R}),[R]);let W=(0,t.useCallback)(()=>{j("exit"),N.current=D(()=>{c()},150)},[c]),z=(0,t.useCallback)(()=>{f.trim()&&_(f.trim())},[f,_]),P=(0,t.useCallback)(e=>{e.stopPropagation(),e.nativeEvent.isComposing||("Enter"!==e.key||e.shiftKey||(e.preventDefault(),z()),"Escape"===e.key&&W())},[z,W]),T=["styles-module__popup___IhzrD",p?"styles-module__light___6AaSQ":"","enter"===k?"styles-module__enter___L7U7N":"","entered"===k?"styles-module__entered___COX-w":"","exit"===k?"styles-module__exit___5eGjE":"",w?"styles-module__shake___jdbWe":""].filter(Boolean).join(" ");return(0,o.jsxs)("div",{ref:B,className:T,"data-annotation-popup":!0,style:h,onClick:e=>e.stopPropagation(),children:[(0,o.jsxs)("div",{className:"styles-module__header___wWsSi",children:[y&&Object.keys(y).length>0?(0,o.jsxs)("button",{className:"styles-module__headerToggle___WpW0b",onClick:()=>{L(!M),M&&D(()=>O(I.current),0)},type:"button",children:[(0,o.jsx)("svg",{className:`styles-module__chevron___ZZJlR ${M?s:""}`,width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:(0,o.jsx)("path",{d:"M5.5 10.25L9 7.25L5.75 4",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}),(0,o.jsx)("span",{className:r,children:e})]}):(0,o.jsx)("span",{className:r,children:e}),n&&(0,o.jsx)("span",{className:"styles-module__timestamp___Dtpsv",children:n})]}),y&&Object.keys(y).length>0&&(0,o.jsx)("div",{className:`styles-module__stylesWrapper___pnHgy ${M?s:""}`,children:(0,o.jsx)("div",{className:"styles-module__stylesInner___YYZe2",children:(0,o.jsx)("div",{className:"styles-module__stylesBlock___VfQKn",children:Object.entries(y).map(([e,t])=>(0,o.jsxs)("div",{className:"styles-module__styleLine___1YQiD",children:[(0,o.jsx)("span",{className:"styles-module__styleProperty___84L1i",children:e.replace(/([A-Z])/g,"-$1").toLowerCase()}),": ",(0,o.jsx)("span",{className:"styles-module__styleValue___q51-h",children:t}),";"]},e))})})}),l&&(0,o.jsxs)("div",{className:"styles-module__quote___mcMmQ",children:["“",l.slice(0,80),l.length>80?"...":"","”"]}),(0,o.jsx)("textarea",{ref:I,className:"styles-module__textarea___jrSae",style:{borderColor:C?m:void 0},placeholder:i,value:f,onChange:e=>b(e.target.value),onFocus:()=>S(!0),onBlur:()=>S(!1),rows:2,onKeyDown:P}),(0,o.jsxs)("div",{className:"styles-module__actions___D6x3f",children:[u&&(0,o.jsx)("div",{className:"styles-module__deleteWrapper___oSjdo",children:(0,o.jsx)("button",{className:"styles-module__deleteButton___4VuAE",onClick:u,type:"button",children:(0,o.jsx)($,{size:22})})}),(0,o.jsx)("button",{className:"styles-module__cancel___hRjnL",onClick:W,children:"Cancel"}),(0,o.jsx)("button",{className:"styles-module__submit___K-mIR",style:{backgroundColor:m,opacity:f.trim()?1:.4},onClick:z,disabled:!f.trim(),children:d})]})]})}),F=({content:e,children:r,...s})=>{let[l,i]=(0,t.useState)(!1),[a,d]=(0,t.useState)(!1),[_,c]=(0,t.useState)({top:0,right:0}),u=(0,t.useRef)(null),h=(0,t.useRef)(null),m=(0,t.useRef)(null);return(0,t.useEffect)(()=>()=>{h.current&&clearTimeout(h.current),m.current&&clearTimeout(m.current)},[]),(0,o.jsxs)(o.Fragment,{children:[(0,o.jsx)("span",{ref:u,onMouseEnter:()=>{if(d(!0),m.current&&(clearTimeout(m.current),m.current=null),u.current){let e=u.current.getBoundingClientRect();c({top:e.top+e.height/2,right:window.innerWidth-e.left+8})}h.current=D(()=>{i(!0)},500)},onMouseLeave:()=>{h.current&&(clearTimeout(h.current),h.current=null),i(!1),m.current=D(()=>{d(!1)},150)},...s,children:r}),a&&(0,n.createPortal)((0,o.jsx)("div",{"data-feedback-toolbar":!0,style:{position:"fixed",top:_.top,right:_.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:+!!l,transition:"opacity 0.15s ease"},children:e}),document.body)]})};if("u">typeof document){let e=document.getElementById("feedback-tool-styles-help-tooltip-styles");e||((e=document.createElement("style")).id="feedback-tool-styles-help-tooltip-styles",document.head.appendChild(e)),e.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 H=({content:e})=>(0,o.jsx)(F,{className:"styles-module__tooltip___mcXL2",content:e,children:(0,o.jsx)(p,{className:"styles-module__tooltipIcon___Nq2nD"})}),Y={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}},X=[{section:"Layout",items:[{type:"navigation",label:"Navigation",...Y.navigation},{type:"header",label:"Header",...Y.header},{type:"hero",label:"Hero",...Y.hero},{type:"section",label:"Section",...Y.section},{type:"sidebar",label:"Sidebar",...Y.sidebar},{type:"footer",label:"Footer",...Y.footer},{type:"modal",label:"Modal",...Y.modal},{type:"banner",label:"Banner",...Y.banner},{type:"drawer",label:"Drawer",...Y.drawer},{type:"popover",label:"Popover",...Y.popover},{type:"divider",label:"Divider",...Y.divider}]},{section:"Content",items:[{type:"card",label:"Card",...Y.card},{type:"text",label:"Text",...Y.text},{type:"image",label:"Image",...Y.image},{type:"video",label:"Video",...Y.video},{type:"table",label:"Table",...Y.table},{type:"grid",label:"Grid",...Y.grid},{type:"list",label:"List",...Y.list},{type:"chart",label:"Chart",...Y.chart},{type:"codeBlock",label:"Code Block",...Y.codeBlock},{type:"map",label:"Map",...Y.map},{type:"timeline",label:"Timeline",...Y.timeline},{type:"calendar",label:"Calendar",...Y.calendar},{type:"accordion",label:"Accordion",...Y.accordion},{type:"carousel",label:"Carousel",...Y.carousel},{type:"logo",label:"Logo",...Y.logo},{type:"faq",label:"FAQ",...Y.faq},{type:"gallery",label:"Gallery",...Y.gallery}]},{section:"Controls",items:[{type:"button",label:"Button",...Y.button},{type:"input",label:"Input",...Y.input},{type:"search",label:"Search",...Y.search},{type:"form",label:"Form",...Y.form},{type:"tabs",label:"Tabs",...Y.tabs},{type:"dropdown",label:"Dropdown",...Y.dropdown},{type:"toggle",label:"Toggle",...Y.toggle},{type:"stepper",label:"Stepper",...Y.stepper},{type:"rating",label:"Rating",...Y.rating},{type:"fileUpload",label:"File Upload",...Y.fileUpload},{type:"checkbox",label:"Checkbox",...Y.checkbox},{type:"radio",label:"Radio",...Y.radio},{type:"slider",label:"Slider",...Y.slider},{type:"datePicker",label:"Date Picker",...Y.datePicker}]},{section:"Elements",items:[{type:"avatar",label:"Avatar",...Y.avatar},{type:"badge",label:"Badge",...Y.badge},{type:"tag",label:"Tag",...Y.tag},{type:"breadcrumb",label:"Breadcrumb",...Y.breadcrumb},{type:"pagination",label:"Pagination",...Y.pagination},{type:"progress",label:"Progress",...Y.progress},{type:"alert",label:"Alert",...Y.alert},{type:"toast",label:"Toast",...Y.toast},{type:"notification",label:"Notification",...Y.notification},{type:"tooltip",label:"Tooltip",...Y.tooltip},{type:"stat",label:"Stat",...Y.stat},{type:"skeleton",label:"Skeleton",...Y.skeleton},{type:"chip",label:"Chip",...Y.chip},{type:"icon",label:"Icon",...Y.icon},{type:"spinner",label:"Spinner",...Y.spinner}]},{section:"Blocks",items:[{type:"pricing",label:"Pricing",...Y.pricing},{type:"testimonial",label:"Testimonial",...Y.testimonial},{type:"cta",label:"CTA",...Y.cta},{type:"productCard",label:"Product Card",...Y.productCard},{type:"profile",label:"Profile",...Y.profile},{type:"feature",label:"Feature",...Y.feature},{type:"team",label:"Team",...Y.team},{type:"login",label:"Login",...Y.login},{type:"contact",label:"Contact",...Y.contact}]}],U={};for(let e of X)for(let t of e.items)U[t.type]=t;function Q({w:e,h:t=3,strong:n}){return(0,o.jsx)("div",{style:{width:"number"==typeof e?`${e}px`:e,height:t,borderRadius:2,background:n?"var(--agd-bar-strong)":"var(--agd-bar)",flexShrink:0}})}function q({w:e,h:t,radius:n=3,style:r}){return(0,o.jsx)("div",{style:{width:"number"==typeof e?`${e}px`:e,height:"number"==typeof t?`${t}px`:t,borderRadius:n,border:"1px dashed var(--agd-stroke)",background:"var(--agd-fill)",flexShrink:0,...r}})}function V({size:e}){return(0,o.jsx)("div",{style:{width:e,height:e,borderRadius:"50%",border:"1px dashed var(--agd-stroke)",background:"var(--agd-fill)",flexShrink:0}})}var Z={navigation:function({width:e,height:t}){let n=Math.max(8,.2*t);return(0,o.jsxs)("div",{style:{display:"flex",alignItems:"center",height:"100%",padding:`0 ${n}px`,gap:.02*e},children:[(0,o.jsx)(q,{w:Math.max(20,.5*t),h:Math.max(12,.4*t),radius:2}),(0,o.jsxs)("div",{style:{flex:1,display:"flex",gap:.03*e,marginLeft:.04*e},children:[(0,o.jsx)(Q,{w:.06*e}),(0,o.jsx)(Q,{w:.07*e}),(0,o.jsx)(Q,{w:.05*e}),(0,o.jsx)(Q,{w:.06*e})]}),(0,o.jsx)(q,{w:.1*e,h:Math.min(28,.5*t),radius:4})]})},hero:function({width:e,height:t,text:n}){return(0,o.jsxs)("div",{style:{display:"flex",flexDirection:"column",alignItems:"center",justifyContent:"center",height:"100%",gap:.05*t},children:[n?(0,o.jsx)("span",{style:{fontSize:Math.min(20,.08*t),fontWeight:600,color:"var(--agd-text-3)",textAlign:"center",maxWidth:"80%"},children:n}):(0,o.jsx)(Q,{w:.5*e,h:Math.max(6,.04*t),strong:!0}),(0,o.jsx)(Q,{w:.6*e}),(0,o.jsx)(Q,{w:.4*e}),(0,o.jsx)(q,{w:Math.min(140,.2*e),h:Math.min(36,.12*t),radius:6,style:{marginTop:.06*t}})]})},sidebar:function({width:e,height:t}){let n=Math.max(3,Math.floor(t/36));return(0,o.jsxs)("div",{style:{padding:.08*e,display:"flex",flexDirection:"column",gap:.03*t},children:[(0,o.jsx)(Q,{w:.6*e,h:4,strong:!0}),Array.from({length:n},(t,n)=>(0,o.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:6},children:[(0,o.jsx)(q,{w:10,h:10,radius:2}),(0,o.jsx)(Q,{w:e*(.4+17*n%30/100)})]},n))]})},footer:function({width:e,height:t}){let n=Math.max(2,Math.min(4,Math.floor(e/160)));return(0,o.jsx)("div",{style:{display:"flex",padding:`${.12*t}px ${.03*e}px`,gap:.05*e},children:Array.from({length:n},(e,t)=>(0,o.jsxs)("div",{style:{flex:1,display:"flex",flexDirection:"column",gap:4},children:[(0,o.jsx)(Q,{w:"60%",h:3,strong:!0}),(0,o.jsx)(Q,{w:"80%",h:2}),(0,o.jsx)(Q,{w:"70%",h:2}),(0,o.jsx)(Q,{w:"60%",h:2})]},t))})},modal:function({width:e,height:t}){return(0,o.jsxs)("div",{style:{height:"100%",display:"flex",flexDirection:"column"},children:[(0,o.jsxs)("div",{style:{padding:"10px 12px",borderBottom:"1px solid var(--agd-stroke)",display:"flex",alignItems:"center",justifyContent:"space-between"},children:[(0,o.jsx)(Q,{w:.3*e,h:4,strong:!0}),(0,o.jsx)("div",{style:{width:14,height:14,border:"1px solid var(--agd-stroke)",borderRadius:3}})]}),(0,o.jsxs)("div",{style:{flex:1,padding:12,display:"flex",flexDirection:"column",gap:6},children:[(0,o.jsx)(Q,{w:"90%"}),(0,o.jsx)(Q,{w:"70%"}),(0,o.jsx)(Q,{w:"80%"})]}),(0,o.jsxs)("div",{style:{padding:"10px 12px",borderTop:"1px solid var(--agd-stroke)",display:"flex",justifyContent:"flex-end",gap:8},children:[(0,o.jsx)(q,{w:70,h:26,radius:4}),(0,o.jsx)(q,{w:70,h:26,radius:4,style:{background:"var(--agd-bar)"}})]})]})},card:function({width:e,height:t}){return(0,o.jsxs)("div",{style:{height:"100%",display:"flex",flexDirection:"column"},children:[(0,o.jsx)("div",{style:{height:"40%",background:"var(--agd-fill)",borderBottom:"1px dashed var(--agd-stroke)"}}),(0,o.jsxs)("div",{style:{flex:1,padding:10,display:"flex",flexDirection:"column",gap:5},children:[(0,o.jsx)(Q,{w:"70%",h:4,strong:!0}),(0,o.jsx)(Q,{w:"95%",h:2}),(0,o.jsx)(Q,{w:"85%",h:2}),(0,o.jsx)(Q,{w:"50%",h:2})]})]})},text:function({width:e,height:t,text:n}){if(n)return(0,o.jsx)("div",{style:{padding:4,fontSize:Math.min(14,.3*t),lineHeight:1.5,color:"var(--agd-text-3)",wordBreak:"break-word",overflow:"hidden"},children:n});let r=Math.max(2,Math.floor(t/18));return(0,o.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:6,padding:4},children:[(0,o.jsx)(Q,{w:.6*e,h:5,strong:!0}),Array.from({length:r},(e,t)=>(0,o.jsx)(Q,{w:`${70+13*t%25}%`,h:2},t))]})},image:function({width:e,height:t}){return(0,o.jsx)("div",{style:{height:"100%",position:"relative"},children:(0,o.jsxs)("svg",{width:"100%",height:"100%",viewBox:`0 0 ${e} ${t}`,preserveAspectRatio:"none",fill:"none",children:[(0,o.jsx)("line",{x1:"0",y1:"0",x2:e,y2:t,stroke:"var(--agd-stroke)",strokeWidth:"1"}),(0,o.jsx)("line",{x1:e,y1:"0",x2:"0",y2:t,stroke:"var(--agd-stroke)",strokeWidth:"1"}),(0,o.jsx)("circle",{cx:.3*e,cy:.3*t,r:.08*Math.min(e,t),fill:"var(--agd-fill)",stroke:"var(--agd-stroke)",strokeWidth:"0.8"})]})})},table:function({width:e,height:t}){let n=Math.max(2,Math.min(5,Math.floor(e/100))),r=Math.max(2,Math.min(6,Math.floor(t/32)));return(0,o.jsxs)("div",{style:{height:"100%",display:"flex",flexDirection:"column"},children:[(0,o.jsx)("div",{style:{display:"flex",borderBottom:"1px solid var(--agd-stroke)",padding:"6px 0"},children:Array.from({length:n},(e,t)=>(0,o.jsx)("div",{style:{flex:1,padding:"0 8px"},children:(0,o.jsx)(Q,{w:"70%",h:3,strong:!0})},t))}),Array.from({length:r},(e,t)=>(0,o.jsx)("div",{style:{display:"flex",borderBottom:"1px solid rgba(255,255,255,0.03)",padding:"6px 0"},children:Array.from({length:n},(e,n)=>(0,o.jsx)("div",{style:{flex:1,padding:"0 8px"},children:(0,o.jsx)(Q,{w:`${50+(7*t+13*n)%40}%`,h:2})},n))},t))]})},list:function({width:e,height:t}){let n=Math.max(2,Math.floor(t/28));return(0,o.jsx)("div",{style:{display:"flex",flexDirection:"column",gap:4,padding:4},children:Array.from({length:n},(e,t)=>(0,o.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:8,padding:"4px 0"},children:[(0,o.jsx)(V,{size:8}),(0,o.jsx)(Q,{w:`${55+17*t%35}%`,h:2})]},t))})},button:function({width:e,height:t,text:n}){return(0,o.jsx)("div",{style:{height:"100%",borderRadius:Math.min(8,t/3),border:"1px solid var(--agd-stroke)",background:"var(--agd-fill)",display:"flex",alignItems:"center",justifyContent:"center"},children:n?(0,o.jsx)("span",{style:{fontSize:Math.min(13,.4*t),fontWeight:500,color:"var(--agd-text-3)",letterSpacing:"-0.01em"},children:n}):(0,o.jsx)(Q,{w:Math.max(20,.5*e),h:3,strong:!0})})},input:function({width:e,height:t}){return(0,o.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:4,height:"100%",justifyContent:"center"},children:[(0,o.jsx)(Q,{w:Math.min(80,.3*e),h:2}),(0,o.jsx)("div",{style:{height:Math.min(36,.6*t),borderRadius:4,border:"1px dashed var(--agd-stroke)",background:"var(--agd-fill)",display:"flex",alignItems:"center",paddingLeft:8},children:(0,o.jsx)(Q,{w:"40%",h:2})})]})},form:function({width:e,height:t}){let n=Math.max(2,Math.min(5,Math.floor(t/56)));return(0,o.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:.04*t,padding:8},children:[Array.from({length:n},(e,t)=>(0,o.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:4},children:[(0,o.jsx)(Q,{w:60+17*t%30,h:2}),(0,o.jsx)(q,{w:"100%",h:28,radius:4})]},t)),(0,o.jsx)(q,{w:Math.min(120,.35*e),h:30,radius:6,style:{marginTop:8,alignSelf:"flex-end",background:"var(--agd-bar)"}})]})},tabs:function({width:e,height:t}){let n=Math.max(2,Math.min(4,Math.floor(e/120)));return(0,o.jsxs)("div",{style:{height:"100%",display:"flex",flexDirection:"column"},children:[(0,o.jsx)("div",{style:{display:"flex",gap:2,borderBottom:"1px solid var(--agd-stroke)"},children:Array.from({length:n},(e,t)=>(0,o.jsx)("div",{style:{padding:"8px 12px",borderBottom:0===t?"2px solid var(--agd-bar-strong)":"none"},children:(0,o.jsx)(Q,{w:60,h:3,strong:0===t})},t))}),(0,o.jsxs)("div",{style:{flex:1,padding:12,display:"flex",flexDirection:"column",gap:6},children:[(0,o.jsx)(Q,{w:"80%",h:2}),(0,o.jsx)(Q,{w:"65%",h:2}),(0,o.jsx)(Q,{w:"75%",h:2})]})]})},avatar:function({width:e,height:t}){let n=Math.min(e,t)/2;return(0,o.jsxs)("svg",{width:"100%",height:"100%",viewBox:`0 0 ${e} ${t}`,fill:"none",children:[(0,o.jsx)("circle",{cx:e/2,cy:t/2,r:n-1,stroke:"var(--agd-stroke)",fill:"var(--agd-fill)",strokeWidth:"1.5",strokeDasharray:"3 2"}),(0,o.jsx)("circle",{cx:e/2,cy:.38*t,r:.28*n,stroke:"var(--agd-stroke)",fill:"var(--agd-fill)",strokeWidth:"0.8"}),(0,o.jsx)("path",{d:`M${e/2-.55*n} ${.78*t} C${e/2-.55*n} ${.55*t} ${e/2+.55*n} ${.55*t} ${e/2+.55*n} ${.78*t}`,stroke:"var(--agd-stroke)",fill:"var(--agd-fill)",strokeWidth:"0.8"})]})},badge:function({width:e,height:t}){return(0,o.jsx)("div",{style:{height:"100%",borderRadius:t/2,border:"1px solid var(--agd-stroke)",background:"var(--agd-fill)",display:"flex",alignItems:"center",justifyContent:"center"},children:(0,o.jsx)(Q,{w:Math.max(16,.5*e),h:2,strong:!0})})},header:function({width:e,height:t}){return(0,o.jsxs)("div",{style:{display:"flex",flexDirection:"column",alignItems:"center",justifyContent:"center",height:"100%",gap:.08*t},children:[(0,o.jsx)(Q,{w:.5*e,h:Math.max(5,.06*t),strong:!0}),(0,o.jsx)(Q,{w:.35*e})]})},section:function({width:e,height:t}){return(0,o.jsxs)("div",{style:{display:"flex",flexDirection:"column",height:"100%",gap:.04*t,padding:.04*e},children:[(0,o.jsx)(Q,{w:.3*e,h:4,strong:!0}),(0,o.jsx)(Q,{w:.7*e}),(0,o.jsx)(Q,{w:.5*e}),(0,o.jsxs)("div",{style:{flex:1,display:"flex",gap:.03*e,marginTop:.06*t},children:[(0,o.jsx)(q,{w:"33%",h:"100%",radius:4}),(0,o.jsx)(q,{w:"33%",h:"100%",radius:4}),(0,o.jsx)(q,{w:"33%",h:"100%",radius:4})]})]})},grid:function({width:e,height:t}){let n=Math.max(2,Math.min(4,Math.floor(e/140))),r=Math.max(1,Math.min(3,Math.floor(t/120)));return(0,o.jsx)("div",{style:{display:"grid",gridTemplateColumns:`repeat(${n}, 1fr)`,gridTemplateRows:`repeat(${r}, 1fr)`,gap:6,height:"100%"},children:Array.from({length:n*r},(e,t)=>(0,o.jsx)(q,{w:"100%",h:"100%",radius:4},t))})},dropdown:function({width:e,height:t}){let n=Math.max(2,Math.floor((t-32)/28));return(0,o.jsxs)("div",{style:{height:"100%",display:"flex",flexDirection:"column"},children:[(0,o.jsx)("div",{style:{padding:"6px 8px",borderBottom:"1px solid var(--agd-stroke)"},children:(0,o.jsx)(Q,{w:.5*e,h:3,strong:!0})}),(0,o.jsx)("div",{style:{flex:1,padding:4,display:"flex",flexDirection:"column",gap:2},children:Array.from({length:n},(e,t)=>(0,o.jsx)("div",{style:{padding:"4px 6px",borderRadius:3,background:0===t?"var(--agd-fill)":"transparent"},children:(0,o.jsx)(Q,{w:`${50+17*t%35}%`,h:2,strong:0===t})},t))})]})},toggle:function({width:e,height:t}){let n=Math.min(e,t)/2;return(0,o.jsxs)("svg",{width:"100%",height:"100%",viewBox:`0 0 ${e} ${t}`,fill:"none",children:[(0,o.jsx)("rect",{x:"1",y:"1",width:e-2,height:t-2,rx:n,stroke:"var(--agd-stroke)",strokeWidth:"1"}),(0,o.jsx)("circle",{cx:e-n,cy:t/2,r:.7*n,fill:"var(--agd-bar)"})]})},search:function({width:e,height:t}){let n=Math.min(t/2,20);return(0,o.jsxs)("div",{style:{height:"100%",borderRadius:n,border:"1px dashed var(--agd-stroke)",background:"var(--agd-fill)",display:"flex",alignItems:"center",padding:`0 ${.6*n}px`,gap:6},children:[(0,o.jsx)(V,{size:Math.min(14,.4*t)}),(0,o.jsx)(Q,{w:"50%",h:2})]})},toast:function({width:e,height:t}){return(0,o.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,o.jsx)(V,{size:Math.min(20,.5*t)}),(0,o.jsxs)("div",{style:{flex:1,display:"flex",flexDirection:"column",gap:3},children:[(0,o.jsx)(Q,{w:"60%",h:3,strong:!0}),(0,o.jsx)(Q,{w:"80%",h:2})]}),(0,o.jsx)("div",{style:{width:14,height:14,border:"1px solid var(--agd-stroke)",borderRadius:3,flexShrink:0}})]})},progress:function({width:e,height:t}){return(0,o.jsxs)("svg",{width:"100%",height:"100%",viewBox:`0 0 ${e} ${t}`,fill:"none",children:[(0,o.jsx)("rect",{x:"0",y:"0",width:e,height:t,rx:t/2,stroke:"var(--agd-stroke)",strokeWidth:"0.8"}),(0,o.jsx)("rect",{x:"1",y:"1",width:.65*e,height:t-2,rx:(t-2)/2,fill:"var(--agd-bar)"})]})},chart:function({width:e,height:t}){let n=Math.max(3,Math.min(7,Math.floor(e/50))),r=e/(2*n);return(0,o.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:n},(e,t)=>{let n=30+(37*t+17)%55;return(0,o.jsx)(q,{w:r,h:`${n}%`,radius:2},t)})})},video:function({width:e,height:t}){let n=.12*Math.min(e,t);return(0,o.jsxs)("div",{style:{height:"100%",position:"relative",display:"flex",alignItems:"center",justifyContent:"center"},children:[(0,o.jsx)(q,{w:"100%",h:"100%",radius:4}),(0,o.jsx)("div",{style:{position:"absolute",width:2*n,height:2*n,borderRadius:"50%",border:"1.5px solid var(--agd-stroke)",background:"var(--agd-fill)",display:"flex",alignItems:"center",justifyContent:"center"},children:(0,o.jsx)("div",{style:{width:0,height:0,borderLeft:`${.6*n}px solid var(--agd-bar-strong)`,borderTop:`${.4*n}px solid transparent`,borderBottom:`${.4*n}px solid transparent`,marginLeft:.15*n}})})]})},tooltip:function({width:e,height:t}){return(0,o.jsxs)("div",{style:{height:"100%",display:"flex",flexDirection:"column",alignItems:"center"},children:[(0,o.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,o.jsx)(Q,{w:"60%",h:2})}),(0,o.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:e,height:t}){let n=Math.max(2,Math.min(4,Math.floor(e/80)));return(0,o.jsx)("div",{style:{display:"flex",alignItems:"center",height:"100%",gap:4},children:Array.from({length:n},(e,t)=>(0,o.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:4},children:[t>0&&(0,o.jsx)("span",{style:{color:"var(--agd-stroke)",fontSize:10},children:"/"}),(0,o.jsx)(Q,{w:40+13*t%20,h:2,strong:t===n-1})]},t))})},pagination:function({width:e,height:t}){let n=Math.max(3,Math.min(5,Math.floor(e/40))),r=Math.min(28,.8*t);return(0,o.jsx)("div",{style:{display:"flex",alignItems:"center",justifyContent:"center",height:"100%",gap:4},children:Array.from({length:n},(e,t)=>(0,o.jsx)(q,{w:r,h:r,radius:4,style:1===t?{background:"var(--agd-bar)"}:void 0},t))})},divider:function({width:e}){return(0,o.jsx)("div",{style:{display:"flex",alignItems:"center",height:"100%"},children:(0,o.jsx)("div",{style:{width:"100%",height:1,background:"var(--agd-stroke)"}})})},accordion:function({width:e,height:t}){let n=Math.max(2,Math.min(4,Math.floor(t/40)));return(0,o.jsx)("div",{style:{display:"flex",flexDirection:"column",height:"100%"},children:Array.from({length:n},(e,t)=>(0,o.jsxs)("div",{style:{borderBottom:"1px solid var(--agd-stroke)",padding:"8px 6px",display:"flex",alignItems:"center",justifyContent:"space-between",flex:0===t?2:1},children:[(0,o.jsx)(Q,{w:`${40+17*t%25}%`,h:3,strong:!0}),(0,o.jsx)("span",{style:{fontSize:8,color:"var(--agd-stroke)"},children:0===t?"▼":"▶"})]},t))})},carousel:function({width:e,height:t}){return(0,o.jsxs)("div",{style:{height:"100%",display:"flex",flexDirection:"column",gap:6},children:[(0,o.jsxs)("div",{style:{flex:1,display:"flex",gap:6,alignItems:"center"},children:[(0,o.jsx)("span",{style:{fontSize:12,color:"var(--agd-stroke)"},children:"‹"}),(0,o.jsx)(q,{w:"100%",h:"100%",radius:4}),(0,o.jsx)("span",{style:{fontSize:12,color:"var(--agd-stroke)"},children:"›"})]}),(0,o.jsxs)("div",{style:{display:"flex",justifyContent:"center",gap:4},children:[(0,o.jsx)(V,{size:5}),(0,o.jsx)(V,{size:5}),(0,o.jsx)(V,{size:5})]})]})},pricing:function({width:e,height:t}){return(0,o.jsxs)("div",{style:{height:"100%",display:"flex",flexDirection:"column",alignItems:"center",padding:10,gap:.04*t},children:[(0,o.jsx)(Q,{w:.4*e,h:3,strong:!0}),(0,o.jsx)(Q,{w:.3*e,h:6,strong:!0}),(0,o.jsx)("div",{style:{flex:1,display:"flex",flexDirection:"column",gap:4,width:"100%",padding:"8px 0"},children:Array.from({length:4},(e,t)=>(0,o.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:4},children:[(0,o.jsx)(V,{size:5}),(0,o.jsx)(Q,{w:`${50+17*t%35}%`,h:2})]},t))}),(0,o.jsx)(q,{w:.7*e,h:Math.min(32,.1*t),radius:6,style:{background:"var(--agd-bar)"}})]})},testimonial:function({width:e,height:t}){return(0,o.jsxs)("div",{style:{height:"100%",display:"flex",flexDirection:"column",padding:10,gap:8},children:[(0,o.jsx)("span",{style:{fontSize:18,lineHeight:1,color:"var(--agd-stroke)",fontFamily:"serif"},children:"“"}),(0,o.jsxs)("div",{style:{flex:1,display:"flex",flexDirection:"column",gap:4},children:[(0,o.jsx)(Q,{w:"90%",h:2}),(0,o.jsx)(Q,{w:"75%",h:2}),(0,o.jsx)(Q,{w:"60%",h:2})]}),(0,o.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:6},children:[(0,o.jsx)(V,{size:20}),(0,o.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:2},children:[(0,o.jsx)(Q,{w:60,h:3,strong:!0}),(0,o.jsx)(Q,{w:40,h:2})]})]})]})},cta:function({width:e,height:t}){return(0,o.jsxs)("div",{style:{display:"flex",flexDirection:"column",alignItems:"center",justifyContent:"center",height:"100%",gap:.08*t},children:[(0,o.jsx)(Q,{w:.5*e,h:Math.max(4,.05*t),strong:!0}),(0,o.jsx)(Q,{w:.35*e}),(0,o.jsx)(q,{w:Math.min(140,.25*e),h:Math.min(32,.15*t),radius:6,style:{marginTop:.04*t,background:"var(--agd-bar)"}})]})},alert:function({width:e,height:t}){return(0,o.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,o.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,o.jsx)("div",{style:{width:2,height:6,background:"var(--agd-bar-strong)",borderRadius:1}})}),(0,o.jsxs)("div",{style:{flex:1,display:"flex",flexDirection:"column",gap:3},children:[(0,o.jsx)(Q,{w:"40%",h:3,strong:!0}),(0,o.jsx)(Q,{w:"70%",h:2})]})]})},banner:function({width:e,height:t}){return(0,o.jsxs)("div",{style:{height:"100%",background:"var(--agd-fill)",display:"flex",alignItems:"center",justifyContent:"center",gap:8,padding:"0 12px"},children:[(0,o.jsx)(Q,{w:.4*e,h:3,strong:!0}),(0,o.jsx)(q,{w:60,h:Math.min(24,.6*t),radius:4})]})},stat:function({width:e,height:t}){return(0,o.jsxs)("div",{style:{height:"100%",display:"flex",flexDirection:"column",alignItems:"center",justifyContent:"center",gap:.06*t},children:[(0,o.jsx)(Q,{w:.5*e,h:2}),(0,o.jsx)(Q,{w:.4*e,h:Math.max(8,.18*t),strong:!0}),(0,o.jsx)(Q,{w:.3*e,h:2})]})},stepper:function({width:e,height:t}){let n=Math.max(3,Math.min(5,Math.floor(e/100))),r=Math.min(12,.35*t);return(0,o.jsx)("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between",height:"100%",padding:"0 8px"},children:Array.from({length:n},(e,t)=>(0,o.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:0,flex:1},children:[(0,o.jsx)("div",{style:{width:r,height:r,borderRadius:"50%",border:"1.5px solid var(--agd-stroke)",background:0===t?"var(--agd-bar)":"transparent",flexShrink:0}}),t<n-1&&(0,o.jsx)("div",{style:{flex:1,height:1,background:"var(--agd-stroke)",margin:"0 4px"}})]},t))})},tag:function({width:e,height:t}){return(0,o.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,o.jsx)(Q,{w:Math.max(16,.5*e),h:2,strong:!0}),(0,o.jsx)("div",{style:{width:8,height:8,borderRadius:"50%",border:"1px solid var(--agd-stroke)",flexShrink:0}})]})},rating:function({width:e,height:t}){let n=Math.min(.7*t,e/7.5);return(0,o.jsx)("div",{style:{display:"flex",alignItems:"center",justifyContent:"center",height:"100%",gap:.2*n},children:Array.from({length:5},(e,t)=>(0,o.jsx)("svg",{width:n,height:n,viewBox:"0 0 16 16",fill:"none",children:(0,o.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:t<3?"var(--agd-bar)":"none"})},t))})},map:function({width:e,height:t}){return(0,o.jsxs)("div",{style:{height:"100%",position:"relative",borderRadius:4,border:"1px dashed var(--agd-stroke)",background:"var(--agd-fill)",overflow:"hidden"},children:[(0,o.jsxs)("svg",{width:"100%",height:"100%",viewBox:`0 0 ${e} ${t}`,fill:"none",style:{position:"absolute",inset:0},children:[(0,o.jsx)("line",{x1:0,y1:.3*t,x2:e,y2:.7*t,stroke:"var(--agd-stroke)",strokeWidth:"0.5",opacity:".2"}),(0,o.jsx)("line",{x1:0,y1:.6*t,x2:e,y2:.2*t,stroke:"var(--agd-stroke)",strokeWidth:"0.5",opacity:".15"}),(0,o.jsx)("line",{x1:.4*e,y1:0,x2:.6*e,y2:t,stroke:"var(--agd-stroke)",strokeWidth:"0.5",opacity:".15"})]}),(0,o.jsx)("div",{style:{position:"absolute",left:"50%",top:"40%",transform:"translate(-50%, -100%)"},children:(0,o.jsxs)("svg",{width:"16",height:"22",viewBox:"0 0 16 22",fill:"none",children:[(0,o.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,o.jsx)("circle",{cx:"8",cy:"8",r:"3",fill:"var(--agd-fill)"})]})})]})},timeline:function({width:e,height:t}){let n=Math.max(3,Math.min(5,Math.floor(t/60)));return(0,o.jsxs)("div",{style:{display:"flex",height:"100%",padding:"8px 0"},children:[(0,o.jsx)("div",{style:{width:16,display:"flex",flexDirection:"column",alignItems:"center"},children:Array.from({length:n},(e,t)=>(0,o.jsxs)("div",{style:{display:"flex",flexDirection:"column",alignItems:"center",flex:1},children:[(0,o.jsx)(V,{size:8}),t<n-1&&(0,o.jsx)("div",{style:{flex:1,width:1,background:"var(--agd-stroke)"}})]},t))}),(0,o.jsx)("div",{style:{flex:1,display:"flex",flexDirection:"column",justifyContent:"space-around",paddingLeft:8},children:Array.from({length:n},(e,t)=>(0,o.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:3},children:[(0,o.jsx)(Q,{w:`${35+13*t%25}%`,h:3,strong:!0}),(0,o.jsx)(Q,{w:`${50+17*t%30}%`,h:2})]},t))})]})},fileUpload:function({width:e,height:t}){return(0,o.jsxs)("div",{style:{height:"100%",borderRadius:8,border:"2px dashed var(--agd-stroke)",display:"flex",flexDirection:"column",alignItems:"center",justifyContent:"center",gap:.06*t},children:[(0,o.jsxs)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",children:[(0,o.jsx)("path",{d:"M12 16V4m0 0l-4 4m4-4l4 4",stroke:"var(--agd-stroke)",strokeWidth:"1.5"}),(0,o.jsx)("path",{d:"M4 17v2a1 1 0 001 1h14a1 1 0 001-1v-2",stroke:"var(--agd-stroke)",strokeWidth:"1.5"})]}),(0,o.jsx)(Q,{w:.4*e,h:2}),(0,o.jsx)(Q,{w:.25*e,h:2})]})},codeBlock:function({width:e,height:t}){let n=Math.max(3,Math.min(8,Math.floor(t/20)));return(0,o.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,o.jsxs)("div",{style:{display:"flex",gap:3,marginBottom:4},children:[(0,o.jsx)(V,{size:6}),(0,o.jsx)(V,{size:6}),(0,o.jsx)(V,{size:6})]}),Array.from({length:n},(e,t)=>(0,o.jsx)("div",{style:{display:"flex",gap:6,paddingLeft:12*(t>0&&t<n-1)},children:(0,o.jsx)(Q,{w:`${25+23*t%50}%`,h:2,strong:0===t})},t))]})},calendar:function({width:e,height:t}){let n=Math.min((e-16)/7,(t-40)/6);return(0,o.jsxs)("div",{style:{height:"100%",display:"flex",flexDirection:"column"},children:[(0,o.jsxs)("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between",padding:"6px 8px"},children:[(0,o.jsx)("span",{style:{fontSize:8,color:"var(--agd-stroke)"},children:"‹"}),(0,o.jsx)(Q,{w:.3*e,h:3,strong:!0}),(0,o.jsx)("span",{style:{fontSize:8,color:"var(--agd-stroke)"},children:"›"})]}),(0,o.jsxs)("div",{style:{display:"grid",gridTemplateColumns:"repeat(7, 1fr)",gap:2,padding:"0 4px",flex:1},children:[Array.from({length:7},(e,t)=>(0,o.jsx)("div",{style:{display:"flex",alignItems:"center",justifyContent:"center",height:.6*n},children:(0,o.jsx)(Q,{w:.5*n,h:2})},`h${t}`)),Array.from({length:35},(e,t)=>(0,o.jsx)("div",{style:{display:"flex",alignItems:"center",justifyContent:"center",height:n},children:(0,o.jsx)("div",{style:{width:.6*n,height:.6*n,borderRadius:"50%",background:12===t?"var(--agd-bar)":"transparent",display:"flex",alignItems:"center",justifyContent:"center"},children:(0,o.jsx)("div",{style:{width:2,height:2,borderRadius:1,background:"var(--agd-bar-strong)",opacity:12===t?1:.3}})})},t))]})]})},notification:function({width:e,height:t}){return(0,o.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,o.jsx)(V,{size:Math.min(32,.55*t)}),(0,o.jsxs)("div",{style:{flex:1,display:"flex",flexDirection:"column",gap:3},children:[(0,o.jsx)(Q,{w:"50%",h:3,strong:!0}),(0,o.jsx)(Q,{w:"75%",h:2})]}),(0,o.jsx)(Q,{w:30,h:2})]})},productCard:function({width:e,height:t}){return(0,o.jsxs)("div",{style:{height:"100%",display:"flex",flexDirection:"column"},children:[(0,o.jsx)("div",{style:{height:"50%",background:"var(--agd-fill)",borderBottom:"1px dashed var(--agd-stroke)"}}),(0,o.jsxs)("div",{style:{flex:1,padding:10,display:"flex",flexDirection:"column",gap:5},children:[(0,o.jsx)(Q,{w:"65%",h:4,strong:!0}),(0,o.jsx)(Q,{w:"40%",h:3}),(0,o.jsx)("div",{style:{flex:1}}),(0,o.jsxs)("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between"},children:[(0,o.jsx)(Q,{w:"30%",h:5,strong:!0}),(0,o.jsx)(q,{w:Math.min(70,.3*e),h:26,radius:4,style:{background:"var(--agd-bar)"}})]})]})]})},profile:function({width:e,height:t}){let n=Math.min(48,.3*t);return(0,o.jsxs)("div",{style:{height:"100%",display:"flex",flexDirection:"column",alignItems:"center",justifyContent:"center",gap:.06*t},children:[(0,o.jsx)(V,{size:n}),(0,o.jsx)(Q,{w:.45*e,h:4,strong:!0}),(0,o.jsx)(Q,{w:.3*e,h:2}),(0,o.jsxs)("div",{style:{display:"flex",gap:.08*e,marginTop:.04*t},children:[(0,o.jsxs)("div",{style:{display:"flex",flexDirection:"column",alignItems:"center",gap:2},children:[(0,o.jsx)(Q,{w:20,h:3,strong:!0}),(0,o.jsx)(Q,{w:28,h:2})]}),(0,o.jsxs)("div",{style:{display:"flex",flexDirection:"column",alignItems:"center",gap:2},children:[(0,o.jsx)(Q,{w:20,h:3,strong:!0}),(0,o.jsx)(Q,{w:28,h:2})]}),(0,o.jsxs)("div",{style:{display:"flex",flexDirection:"column",alignItems:"center",gap:2},children:[(0,o.jsx)(Q,{w:20,h:3,strong:!0}),(0,o.jsx)(Q,{w:28,h:2})]})]})]})},drawer:function({width:e,height:t}){let n=Math.max(.6*e,80),r=Math.max(3,Math.floor(t/40));return(0,o.jsxs)("div",{style:{height:"100%",display:"flex"},children:[(0,o.jsx)("div",{style:{width:e-n,background:"var(--agd-fill)",opacity:.3}}),(0,o.jsxs)("div",{style:{flex:1,borderLeft:"1px solid var(--agd-stroke)",display:"flex",flexDirection:"column",padding:.04*e},children:[(0,o.jsxs)("div",{style:{display:"flex",justifyContent:"space-between",alignItems:"center",marginBottom:.06*t},children:[(0,o.jsx)(Q,{w:.4*n,h:4,strong:!0}),(0,o.jsx)("div",{style:{width:12,height:12,border:"1px solid var(--agd-stroke)",borderRadius:3}})]}),Array.from({length:r},(e,t)=>(0,o.jsx)("div",{style:{padding:"6px 0"},children:(0,o.jsx)(Q,{w:`${50+17*t%35}%`,h:2,strong:0===t})},t))]})]})},popover:function({width:e,height:t}){return(0,o.jsxs)("div",{style:{height:"100%",display:"flex",flexDirection:"column",alignItems:"center"},children:[(0,o.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,o.jsx)(Q,{w:"70%",h:3,strong:!0}),(0,o.jsx)(Q,{w:"90%",h:2}),(0,o.jsx)(Q,{w:"60%",h:2})]}),(0,o.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:e,height:t}){let n=Math.min(.7*t,.3*e);return(0,o.jsxs)("div",{style:{height:"100%",display:"flex",alignItems:"center",gap:.08*e},children:[(0,o.jsx)(q,{w:n,h:n,radius:.25*n}),(0,o.jsx)(Q,{w:.45*e,h:Math.max(4,.2*t),strong:!0})]})},faq:function({width:e,height:t}){let n=Math.max(2,Math.min(5,Math.floor(t/56)));return(0,o.jsx)("div",{style:{display:"flex",flexDirection:"column",height:"100%"},children:Array.from({length:n},(t,n)=>(0,o.jsxs)("div",{style:{borderBottom:"1px solid var(--agd-stroke)",padding:"8px 6px",display:"flex",alignItems:"center",justifyContent:"space-between",flex:0===n?2:1},children:[(0,o.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:6},children:[(0,o.jsx)("span",{style:{fontSize:9,fontWeight:700,color:"var(--agd-stroke)"},children:"Q"}),(0,o.jsx)(Q,{w:e*(.3+13*n%25/100),h:3,strong:!0})]}),(0,o.jsx)("span",{style:{fontSize:8,color:"var(--agd-stroke)"},children:0===n?"▼":"▶"})]},n))})},gallery:function({width:e,height:t}){let n=Math.max(2,Math.min(4,Math.floor(e/120))),r=Math.max(1,Math.min(3,Math.floor(t/120)));return(0,o.jsx)("div",{style:{display:"grid",gridTemplateColumns:`repeat(${n}, 1fr)`,gridTemplateRows:`repeat(${r}, 1fr)`,gap:4,height:"100%"},children:Array.from({length:n*r},(e,t)=>(0,o.jsx)("div",{style:{borderRadius:4,border:"1px dashed var(--agd-stroke)",background:"var(--agd-fill)",position:"relative",overflow:"hidden"},children:(0,o.jsxs)("svg",{width:"100%",height:"100%",viewBox:"0 0 100 100",preserveAspectRatio:"none",fill:"none",children:[(0,o.jsx)("line",{x1:"0",y1:"0",x2:"100",y2:"100",stroke:"var(--agd-stroke)",strokeWidth:"0.5"}),(0,o.jsx)("line",{x1:"100",y1:"0",x2:"0",y2:"100",stroke:"var(--agd-stroke)",strokeWidth:"0.5"})]})},t))})},checkbox:function({width:e,height:t}){let n=Math.min(e,t);return(0,o.jsxs)("svg",{width:"100%",height:"100%",viewBox:`0 0 ${e} ${t}`,fill:"none",children:[(0,o.jsx)("rect",{x:"1",y:(t-n+2)/2,width:n-2,height:n-2,rx:.15*n,stroke:"var(--agd-stroke)",strokeWidth:"1.5"}),(0,o.jsx)("path",{d:`M${.25*n} ${t/2}l${.2*n} ${.2*n} ${.3*n}-${.35*n}`,stroke:"var(--agd-bar)",strokeWidth:"1.5",fill:"none",strokeLinecap:"round",strokeLinejoin:"round"})]})},radio:function({width:e,height:t}){let n=Math.min(e,t)/2-1;return(0,o.jsxs)("svg",{width:"100%",height:"100%",viewBox:`0 0 ${e} ${t}`,fill:"none",children:[(0,o.jsx)("circle",{cx:e/2,cy:t/2,r:n,stroke:"var(--agd-stroke)",strokeWidth:"1.5"}),(0,o.jsx)("circle",{cx:e/2,cy:t/2,r:.45*n,fill:"var(--agd-bar)"})]})},slider:function({width:e,height:t}){let n=Math.max(2,.12*t),r=Math.min(.35*t,10),s=.55*e;return(0,o.jsxs)("div",{style:{height:"100%",display:"flex",alignItems:"center",position:"relative"},children:[(0,o.jsx)("div",{style:{width:"100%",height:n,borderRadius:n/2,background:"var(--agd-fill)",border:"1px solid var(--agd-stroke)",position:"relative"},children:(0,o.jsx)("div",{style:{width:s,height:"100%",borderRadius:n/2,background:"var(--agd-bar)"}})}),(0,o.jsx)("div",{style:{position:"absolute",left:s-r,width:2*r,height:2*r,borderRadius:"50%",border:"1.5px solid var(--agd-stroke)",background:"var(--agd-fill)"}})]})},datePicker:function({width:e,height:t}){let n=Math.min(36,.15*t),r=Math.min((e-16)/7,(t-n-40)/5);return(0,o.jsxs)("div",{style:{height:"100%",display:"flex",flexDirection:"column",gap:4},children:[(0,o.jsxs)("div",{style:{height:n,borderRadius:4,border:"1px dashed var(--agd-stroke)",background:"var(--agd-fill)",display:"flex",alignItems:"center",padding:"0 8px",justifyContent:"space-between"},children:[(0,o.jsx)(Q,{w:"40%",h:2}),(0,o.jsxs)("svg",{width:"12",height:"12",viewBox:"0 0 16 16",fill:"none",children:[(0,o.jsx)("rect",{x:"2",y:"3",width:"12",height:"11",rx:"1",stroke:"var(--agd-stroke)",strokeWidth:"1"}),(0,o.jsx)("line",{x1:"2",y1:"6",x2:"14",y2:"6",stroke:"var(--agd-stroke)",strokeWidth:"0.5"})]})]}),(0,o.jsxs)("div",{style:{flex:1,borderRadius:6,border:"1px dashed var(--agd-stroke)",background:"var(--agd-fill)",display:"flex",flexDirection:"column"},children:[(0,o.jsxs)("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between",padding:"4px 6px"},children:[(0,o.jsx)("span",{style:{fontSize:7,color:"var(--agd-stroke)"},children:"‹"}),(0,o.jsx)(Q,{w:.25*e,h:2,strong:!0}),(0,o.jsx)("span",{style:{fontSize:7,color:"var(--agd-stroke)"},children:"›"})]}),(0,o.jsx)("div",{style:{display:"grid",gridTemplateColumns:"repeat(7, 1fr)",gap:1,padding:"0 4px",flex:1},children:Array.from({length:28},(e,t)=>(0,o.jsx)("div",{style:{display:"flex",alignItems:"center",justifyContent:"center",height:r},children:(0,o.jsx)("div",{style:{width:.5*r,height:.5*r,borderRadius:"50%",background:10===t?"var(--agd-bar)":"transparent"},children:(0,o.jsx)("div",{style:{width:"100%",height:"100%",display:"flex",alignItems:"center",justifyContent:"center"},children:(0,o.jsx)("div",{style:{width:1.5,height:1.5,borderRadius:1,background:"var(--agd-bar-strong)",opacity:10===t?1:.25}})})})},t))})]})]})},skeleton:function({width:e,height:t}){return(0,o.jsxs)("div",{style:{height:"100%",display:"flex",flexDirection:"column",gap:.08*t,padding:4},children:[(0,o.jsx)("div",{style:{width:"100%",height:.2*t,borderRadius:4,background:"var(--agd-fill)"}}),(0,o.jsx)("div",{style:{width:"70%",height:Math.max(6,.1*t),borderRadius:3,background:"var(--agd-fill)"}}),(0,o.jsx)("div",{style:{width:"90%",height:Math.max(4,.06*t),borderRadius:3,background:"var(--agd-fill)"}}),(0,o.jsx)("div",{style:{width:"50%",height:Math.max(4,.06*t),borderRadius:3,background:"var(--agd-fill)"}})]})},chip:function({width:e,height:t}){return(0,o.jsx)("div",{style:{height:"100%",display:"flex",alignItems:"center",gap:6},children:(0,o.jsxs)("div",{style:{height:"100%",flex:1,borderRadius:t/2,border:"1px solid var(--agd-stroke)",background:"var(--agd-fill)",display:"flex",alignItems:"center",padding:`0 ${.3*t}px`,gap:4},children:[(0,o.jsx)(Q,{w:"60%",h:2,strong:!0}),(0,o.jsx)("div",{style:{width:Math.max(6,.3*t),height:Math.max(6,.3*t),borderRadius:"50%",border:"1px solid var(--agd-stroke)",flexShrink:0,marginLeft:"auto"}})]})})},icon:function({width:e,height:t}){let n=Math.min(e,t);return(0,o.jsx)("svg",{width:"100%",height:"100%",viewBox:`0 0 ${e} ${t}`,fill:"none",children:(0,o.jsx)("path",{d:`M${e/2} ${(t-n)/2+.1*n}l${.12*n} ${.25*n} ${.28*n} ${.04*n}-${.2*n} ${.2*n} ${.05*n} ${.28*n}-${.25*n}-${.12*n}-${.25*n} ${.12*n} ${.05*n}-${.28*n}-${.2*n}-${.2*n} ${.28*n}-${.04*n}z`,stroke:"var(--agd-stroke)",strokeWidth:"1",fill:"var(--agd-fill)"})})},spinner:function({width:e,height:t}){let n=Math.min(e,t)/2-2;return(0,o.jsxs)("svg",{width:"100%",height:"100%",viewBox:`0 0 ${e} ${t}`,fill:"none",children:[(0,o.jsx)("circle",{cx:e/2,cy:t/2,r:n,stroke:"var(--agd-stroke)",strokeWidth:"1.5",opacity:".2"}),(0,o.jsx)("path",{d:`M${e/2} ${t/2-n}a${n} ${n} 0 0 1 ${n} ${n}`,stroke:"var(--agd-bar-strong)",strokeWidth:"1.5",strokeLinecap:"round"})]})},feature:function({width:e,height:t}){let n=Math.min(36,.25*t,.12*e),r=Math.max(1,Math.min(3,Math.floor(t/80)));return(0,o.jsx)("div",{style:{display:"flex",flexDirection:"column",height:"100%",justifyContent:"space-around",padding:8},children:Array.from({length:r},(t,r)=>(0,o.jsxs)("div",{style:{display:"flex",gap:.04*e,alignItems:"flex-start"},children:[(0,o.jsx)(q,{w:n,h:n,radius:.25*n}),(0,o.jsxs)("div",{style:{flex:1,display:"flex",flexDirection:"column",gap:4},children:[(0,o.jsx)(Q,{w:`${40+13*r%20}%`,h:3,strong:!0}),(0,o.jsx)(Q,{w:`${60+17*r%25}%`,h:2})]})]},r))})},team:function({width:e,height:t}){let n=Math.max(2,Math.min(4,Math.floor(e/120))),r=Math.min(36,.25*t);return(0,o.jsxs)("div",{style:{height:"100%",display:"flex",flexDirection:"column",alignItems:"center",gap:.06*t,padding:.06*t},children:[(0,o.jsx)(Q,{w:.3*e,h:4,strong:!0}),(0,o.jsx)("div",{style:{display:"flex",gap:.06*e,justifyContent:"center",flex:1,alignItems:"center"},children:Array.from({length:n},(t,n)=>(0,o.jsxs)("div",{style:{display:"flex",flexDirection:"column",alignItems:"center",gap:6},children:[(0,o.jsx)(V,{size:r}),(0,o.jsx)(Q,{w:.12*e,h:3,strong:!0}),(0,o.jsx)(Q,{w:.08*e,h:2})]},n))})]})},login:function({width:e,height:t}){let n=Math.max(2,Math.min(3,Math.floor(t/80)));return(0,o.jsxs)("div",{style:{height:"100%",display:"flex",flexDirection:"column",alignItems:"center",padding:.06*e,gap:.04*t},children:[(0,o.jsx)(Q,{w:.5*e,h:Math.max(5,.04*t),strong:!0}),(0,o.jsx)(Q,{w:.35*e,h:2}),(0,o.jsx)("div",{style:{width:"100%",display:"flex",flexDirection:"column",gap:.03*t,marginTop:.04*t},children:Array.from({length:n},(n,r)=>(0,o.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:3},children:[(0,o.jsx)(Q,{w:Math.min(60,.2*e),h:2}),(0,o.jsx)(q,{w:"100%",h:Math.min(32,.1*t),radius:4})]},r))}),(0,o.jsx)(q,{w:"100%",h:Math.min(36,.12*t),radius:6,style:{marginTop:.03*t,background:"var(--agd-bar)"}}),(0,o.jsx)(Q,{w:.4*e,h:2})]})},contact:function({width:e,height:t}){return(0,o.jsxs)("div",{style:{height:"100%",display:"flex",flexDirection:"column",padding:.04*e,gap:.03*t},children:[(0,o.jsx)(Q,{w:.4*e,h:4,strong:!0}),(0,o.jsx)(Q,{w:.6*e,h:2}),(0,o.jsxs)("div",{style:{display:"flex",gap:6,marginTop:.03*t},children:[(0,o.jsxs)("div",{style:{flex:1,display:"flex",flexDirection:"column",gap:3},children:[(0,o.jsx)(Q,{w:50,h:2}),(0,o.jsx)(q,{w:"100%",h:Math.min(28,.1*t),radius:4})]}),(0,o.jsxs)("div",{style:{flex:1,display:"flex",flexDirection:"column",gap:3},children:[(0,o.jsx)(Q,{w:40,h:2}),(0,o.jsx)(q,{w:"100%",h:Math.min(28,.1*t),radius:4})]})]}),(0,o.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:3},children:[(0,o.jsx)(Q,{w:50,h:2}),(0,o.jsx)(q,{w:"100%",h:Math.min(28,.1*t),radius:4})]}),(0,o.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:3,flex:1},children:[(0,o.jsx)(Q,{w:60,h:2}),(0,o.jsx)(q,{w:"100%",h:"100%",radius:4})]}),(0,o.jsx)(q,{w:Math.min(120,.3*e),h:Math.min(30,.1*t),radius:6,style:{alignSelf:"flex-end",background:"var(--agd-bar)"}})]})}};function K({type:e,width:t,height:n,text:r}){let s=Z[e];return s?(0,o.jsx)("div",{style:{width:"100%",height:"100%",padding:8,position:"relative",pointerEvents:"none"},children:(0,o.jsx)(s,{width:t,height:n,text:r})}):(0,o.jsx)("div",{style:{width:"100%",height:"100%",display:"flex",alignItems:"center",justifyContent:"center"},children:(0,o.jsx)("span",{style:{fontSize:10,fontWeight:600,color:"var(--agd-text-3)",textTransform:"uppercase",letterSpacing:"0.06em",opacity:.5},children:e})})}if("u">typeof document){let e=document.getElementById("feedback-tool-styles-design-mode-styles");e||((e=document.createElement("style")).id="feedback-tool-styles-design-mode-styles",document.head.appendChild(e)),e.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 J={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 G(e,t,n,o,r){let s=1/0,l=1/0,i=e.x,a=e.x+e.width,d=e.x+e.width/2,_=e.y,c=e.y+e.height,u=e.y+e.height/2,h=!o,m=h?[i,a,d]:[...o.left?[i]:[],...o.right?[a]:[]],g=h?[_,c,u]:[...o.top?[_]:[],...o.bottom?[c]:[]],p=[];for(let e of t)n.has(e.id)||p.push(e);for(let e of(r&&p.push(...r),p)){let t=e.x,n=e.x+e.width,o=e.x+e.width/2,r=e.y,i=e.y+e.height,a=e.y+e.height/2;for(let e of m)for(let r of[t,n,o]){let t=r-e;5>Math.abs(t)&&Math.abs(t)<Math.abs(s)&&(s=t)}for(let e of g)for(let t of[r,i,a]){let n=t-e;5>Math.abs(n)&&Math.abs(n)<Math.abs(l)&&(l=n)}}let y=5>Math.abs(s)?s:0,x=5>Math.abs(l)?l:0,f=[],b=new Set,w=i+y,v=a+y,k=d+y,j=_+x,C=c+x,S=u+x;for(let e of p){let t=e.x,n=e.x+e.width,o=e.x+e.width/2,r=e.y,s=e.y+e.height,l=e.y+e.height/2;for(let e of[t,o,n])for(let t of[w,k,v])if(.5>Math.abs(t-e)){let t=`x:${Math.round(e)}`;b.has(t)||(b.add(t),f.push({axis:"x",pos:e}))}for(let e of[r,l,s])for(let t of[j,S,C])if(.5>Math.abs(t-e)){let t=`y:${Math.round(e)}`;b.has(t)||(b.add(t),f.push({axis:"y",pos:e}))}}return{dx:y,dy:x,guides:f}}function ee(){return`dp-${Date.now()}-${Math.random().toString(36).slice(2,7)}`}function et({placements:e,onChange:n,activeComponent:r,onActiveComponentChange:s,isDarkMode:l,exiting:i,onInteractionChange:a,className:d,passthrough:_,extraSnapRects:c,onSelectionChange:u,deselectSignal:h,onDragMove:m,onDragEnd:g,clearSignal:p,wireframe:y}){let[x,f]=(0,t.useState)(new Set),[b,w]=(0,t.useState)(null),[v,k]=(0,t.useState)(null),[j,C]=(0,t.useState)(null),[S,M]=(0,t.useState)([]),[$,L]=(0,t.useState)(null),[I,B]=(0,t.useState)(!1),N=(0,t.useRef)(!1),[E,R]=(0,t.useState)(new Set),W=(0,t.useRef)(new Map),z=(0,t.useRef)(null),P=(0,t.useRef)(null),T=(0,t.useRef)(e);T.current=e;let O=(0,t.useRef)(u);O.current=u;let F=(0,t.useRef)(m);F.current=m;let H=(0,t.useRef)(g);H.current=g;let X=(0,t.useRef)(h);(0,t.useEffect)(()=>{h!==X.current&&(X.current=h,f(new Set))},[h]);let Q=(0,t.useRef)(p);(0,t.useEffect)(()=>{if(void 0!==p&&p!==Q.current){Q.current=p;let e=new Set(T.current.map(e=>e.id));e.size>0&&(R(e),f(new Set),P.current=null,D(()=>{n([]),R(new Set)},180))}},[p,n]),(0,t.useEffect)(()=>{let t=t=>{let o=t.target;if(!("INPUT"===o.tagName||"TEXTAREA"===o.tagName||o.isContentEditable)){if(("Backspace"===t.key||"Delete"===t.key)&&x.size>0){t.preventDefault();let e=new Set(x);R(e),f(new Set),D(()=>{n(T.current.filter(t=>!e.has(t.id))),R(new Set)},180);return}if(["ArrowUp","ArrowDown","ArrowLeft","ArrowRight"].includes(t.key)&&x.size>0){t.preventDefault();let o=t.shiftKey?20:1,r="ArrowLeft"===t.key?-o:"ArrowRight"===t.key?o:0,s="ArrowUp"===t.key?-o:"ArrowDown"===t.key?o:0;n(e.map(e=>x.has(e.id)?{...e,x:Math.max(0,e.x+r),y:Math.max(0,e.y+s)}:e));return}if("Escape"===t.key)return void(r?s(null):x.size>0&&f(new Set))}};return document.addEventListener("keydown",t),()=>document.removeEventListener("keydown",t)},[x,r,e,n,s]);let q=(0,t.useCallback)(t=>{if(0!==t.button||_||t.target.closest(`.${J.placement}`))return;t.preventDefault(),t.stopPropagation();let o=window.scrollY,l=t.clientX,i=t.clientY;if(r){P.current="place",a?.(!0);let t=!1,d=l,_=i,c=e=>{d=e.clientX;let n=Math.abs((_=e.clientY)-i);if((Math.abs(d-l)>5||n>5)&&(t=!0),t){let t=Math.min(l,d),n=Math.min(i,_),o=Math.abs(d-l),r=Math.abs(_-i);w({x:t,y:n,w:o,h:r}),C({x:e.clientX+12,y:e.clientY+12,text:`${Math.round(o)} \xd7 ${Math.round(r)}`})}},u=h=>{let m,g,p,y;window.removeEventListener("mousemove",c),window.removeEventListener("mouseup",u),w(null),C(null),P.current=null,a?.(!1);let x=Y[r];t?(m=Math.min(l,d),g=Math.min(i,_)+o,p=Math.max(24,Math.abs(d-l)),y=Math.max(24,Math.abs(_-i))):(p=x.width,y=x.height,m=l-p/2,g=i+o-y/2),m=Math.max(0,m),g=Math.max(0,g);let b={id:ee(),type:r,x:m,y:g,width:p,height:y,scrollY:o,timestamp:Date.now()};n([...e,b]),f(new Set([b.id])),s(null)};window.addEventListener("mousemove",c),window.addEventListener("mouseup",u)}else{t.shiftKey||f(new Set),P.current="select";let n=!1,r=e=>{let t=Math.abs(e.clientX-l),o=Math.abs(e.clientY-i);(t>4||o>4)&&(n=!0),n&&k({x:Math.min(l,e.clientX),y:Math.min(i,e.clientY),w:Math.abs(e.clientX-l),h:Math.abs(e.clientY-i)})},s=a=>{if(window.removeEventListener("mousemove",r),window.removeEventListener("mouseup",s),P.current=null,n){let n=Math.min(l,a.clientX),r=Math.min(i,a.clientY)+o,s=Math.abs(a.clientX-l),d=Math.abs(a.clientY-i),_=new Set(t.shiftKey?x:new Set);for(let t of e)t.y,t.x+t.width>n&&t.x<n+s&&t.y+t.height>r&&t.y<r+d&&_.add(t.id);f(_)}k(null)};window.addEventListener("mousemove",r),window.addEventListener("mouseup",s)}},[r,_,e,n,x]),V=(0,t.useCallback)((t,o)=>{let r;if(0!==t.button)return;let s=t.target;if(s.closest(`.${J.handle}`)||s.closest(`.${J.deleteButton}`))return;t.preventDefault(),t.stopPropagation(),t.shiftKey?(r=new Set(x)).has(o)?r.delete(o):r.add(o):r=new Set(x.has(o)?x:[o]),f(r),(r.size!==x.size||[...r].some(e=>!x.has(e)))&&O.current?.(r,t.shiftKey),window.scrollY;let l=t.clientX,i=t.clientY,d=new Map;for(let t of e)r.has(t.id)&&d.set(t.id,{x:t.x,y:t.y});P.current="move",a?.(!0);let _=!1,u=!1,h=e,m=0,g=0,p=new Map;for(let t of e)d.has(t.id)&&p.set(t.id,{w:t.width,h:t.height});let y=t=>{let o=t.clientX-l,r=t.clientY-i;if((Math.abs(o)>2||Math.abs(r)>2)&&(_=!0),!_)return;if(t.altKey&&!u){u=!0;let t=[];for(let n of e)d.has(n.id)&&t.push({...n,id:ee(),timestamp:Date.now()});h=[...e,...t]}let s=1/0,a=1/0,y=-1/0,x=-1/0;for(let[e,t]of d){let n=p.get(e);n&&(s=Math.min(s,t.x+o),a=Math.min(a,t.y+r),y=Math.max(y,t.x+o+n.w),x=Math.max(x,t.y+r+n.h))}let{dx:f,dy:b,guides:w}=G({x:s,y:a,width:y-s,height:x-a},h,new Set(d.keys()),void 0,c);M(w);let v=o+f,k=r+b;m=v,g=k,n(h.map(e=>{let t=d.get(e.id);return t?{...e,x:Math.max(0,t.x+v),y:Math.max(0,t.y+k)}:e})),F.current?.(v,k)},b=()=>{window.removeEventListener("mousemove",y),window.removeEventListener("mouseup",b),P.current=null,a?.(!1),M([]),H.current?.(m,g,_)};window.addEventListener("mousemove",y),window.addEventListener("mouseup",b)},[x,e,n,a]),Z=(0,t.useCallback)((t,o,r)=>{t.preventDefault(),t.stopPropagation();let s=e.find(e=>e.id===o);if(!s)return;f(new Set([o])),P.current="resize",a?.(!0);let l=t.clientX,i=t.clientY,d=s.width,_=s.height,u=s.x,h=s.y,m={left:r.includes("w"),right:r.includes("e"),top:r.includes("n"),bottom:r.includes("s")},g=e=>{let t=e.clientX-l,s=e.clientY-i,a=d,g=_,p=u,y=h;r.includes("e")&&(a=Math.max(24,d+t)),r.includes("w")&&(a=Math.max(24,d-t),p=u+d-a),r.includes("s")&&(g=Math.max(24,_+s)),r.includes("n")&&(g=Math.max(24,_-s),y=h+_-g);let{dx:x,dy:f,guides:b}=G({x:p,y:y,width:a,height:g},T.current,new Set([o]),m,c);M(b),0!==x&&(m.right?a+=x:m.left&&(p+=x,a-=x)),0!==f&&(m.bottom?g+=f:m.top&&(y+=f,g-=f)),n(T.current.map(e=>e.id===o?{...e,x:p,y:y,width:a,height:g}:e)),C({x:e.clientX+12,y:e.clientY+12,text:`${Math.round(a)} \xd7 ${Math.round(g)}`})},p=()=>{window.removeEventListener("mousemove",g),window.removeEventListener("mouseup",p),C(null),P.current=null,a?.(!1),M([])};window.addEventListener("mousemove",g),window.addEventListener("mouseup",p)},[e,n,a]),en=(0,t.useCallback)(e=>{P.current=null,R(t=>{let n=new Set(t);return n.add(e),n}),f(t=>{let n=new Set(t);return n.delete(e),n}),D(()=>{n(T.current.filter(t=>t.id!==e)),R(t=>{let n=new Set(t);return n.delete(e),n})},180)},[n]),eo={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"},er=(0,t.useCallback)(t=>{let n=e.find(e=>e.id===t);n&&(N.current=!!n.text,L(t),B(!1))},[e]),es=(0,t.useCallback)(()=>{$&&(B(!0),D(()=>{L(null),B(!1)},150))},[$]);(0,t.useEffect)(()=>{i&&$&&es()},[i]);let el=(0,t.useCallback)(t=>{$&&(n(e.map(e=>e.id===$?{...e,text:t.trim()||void 0}:e)),es())},[$,e,n,es]),ei="u">typeof window?window.scrollY:0,ea=["nw","ne","se","sw"],ed=y?"#f97316":"#3c82f7",e_=[{dir:"n",cls:J.edgeN,arrow:(0,o.jsx)("svg",{width:"8",height:"6",viewBox:"0 0 8 6",fill:"none",children:(0,o.jsx)("path",{d:"M4 0.5L1 4.5h6z",fill:ed})})},{dir:"e",cls:J.edgeE,arrow:(0,o.jsx)("svg",{width:"6",height:"8",viewBox:"0 0 6 8",fill:"none",children:(0,o.jsx)("path",{d:"M5.5 4L1.5 1v6z",fill:ed})})},{dir:"s",cls:J.edgeS,arrow:(0,o.jsx)("svg",{width:"8",height:"6",viewBox:"0 0 8 6",fill:"none",children:(0,o.jsx)("path",{d:"M4 5.5L1 1.5h6z",fill:ed})})},{dir:"w",cls:J.edgeW,arrow:(0,o.jsx)("svg",{width:"6",height:"8",viewBox:"0 0 6 8",fill:"none",children:(0,o.jsx)("path",{d:"M0.5 4L4.5 1v6z",fill:ed})})}];return(0,o.jsxs)(o.Fragment,{children:[(0,o.jsx)("div",{ref:z,className:`${J.overlay} ${!l?J.light:""} ${r?J.placing:""} ${_?J.passthrough:""} ${i?J.overlayExiting:""} ${y?J.wireframe:""}${d?` ${d}`:""}`,"data-feedback-toolbar":!0,onMouseDown:q,children:e.map(e=>{let t=x.has(e.id),n=U[e.type]?.label||e.type,r=e.y-ei;return(0,o.jsxs)("div",{"data-design-placement":e.id,className:`${J.placement} ${t?J.selected:""} ${E.has(e.id)?J.exiting:""}`,style:{left:e.x,top:r,width:e.width,height:e.height,position:"fixed"},onMouseDown:t=>V(t,e.id),onDoubleClick:()=>er(e.id),children:[(0,o.jsx)("span",{className:J.placementLabel,children:n}),(0,o.jsx)("span",{className:`${J.placementAnnotation} ${e.text?J.annotationVisible:""}`,children:(e.text&&W.current.set(e.id,e.text),e.text||W.current.get(e.id)||"")}),(0,o.jsx)("div",{className:J.placementContent,children:(0,o.jsx)(K,{type:e.type,width:e.width,height:e.height,text:e.text})}),(0,o.jsx)("div",{className:J.deleteButton,onMouseDown:e=>e.stopPropagation(),onClick:()=>en(e.id),children:"✕"}),ea.map(t=>(0,o.jsx)("div",{className:`${J.handle} ${J[`handle${t.charAt(0).toUpperCase()}${t.slice(1)}`]}`,onMouseDown:n=>Z(n,e.id,t)},t)),e_.map(({dir:t,cls:n,arrow:r})=>(0,o.jsx)("div",{className:`${J.edgeHandle} ${n}`,onMouseDown:n=>Z(n,e.id,t),children:r},t))]},e.id)})}),$&&(()=>{let t,n=e.find(e=>e.id===$);if(!n)return null;let r=n.y-ei,s=n.x+n.width/2,i=r-8,a=r+n.height+8,d=a<window.innerHeight-100,_=Math.max(160,Math.min(window.innerWidth-160,s));return t=i>200?{left:_,bottom:window.innerHeight-i}:d?{left:_,top:a}:{left:_,top:Math.max(80,window.innerHeight/2-80)},(0,o.jsx)(A,{element:U[n.type]?.label||n.type,placeholder:eo[n.type]||"Label or content text",initialValue:n.text??"",submitLabel:N.current?"Save":"Set",onSubmit:el,onCancel:es,onDelete:N.current?()=>{el("")}:void 0,isExiting:I,lightMode:!l,style:t})})(),b&&(0,o.jsx)("div",{className:J.drawBox,style:{left:b.x,top:b.y,width:b.w,height:b.h},"data-feedback-toolbar":!0}),v&&(0,o.jsx)("div",{className:J.selectBox,style:{left:v.x,top:v.y,width:v.w,height:v.h},"data-feedback-toolbar":!0}),j&&(0,o.jsx)("div",{className:J.sizeIndicator,style:{left:j.x,top:j.y},"data-feedback-toolbar":!0,children:j.text}),S.map((e,t)=>(0,o.jsx)("div",{className:J.guideLine,style:"x"===e.axis?{position:"fixed",left:e.pos,top:0,width:1,bottom:0}:{position:"fixed",left:0,top:e.pos-ei,right:0,height:1},"data-feedback-toolbar":!0},`${e.axis}-${e.pos}-${t}`))]})}var en="currentColor";function eo({type:e}){switch(e){case"navigation":return(0,o.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,o.jsx)("rect",{x:"1",y:"4",width:"18",height:"8",rx:"1",stroke:en,strokeWidth:"0.5"}),(0,o.jsx)("rect",{x:"2.5",y:"7",width:"3",height:"1.5",rx:".5",fill:en,opacity:".4"}),(0,o.jsx)("rect",{x:"7",y:"7",width:"2.5",height:"1.5",rx:".5",fill:en,opacity:".25"}),(0,o.jsx)("rect",{x:"11",y:"7",width:"2.5",height:"1.5",rx:".5",fill:en,opacity:".25"})]});case"header":return(0,o.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,o.jsx)("rect",{x:"1",y:"2",width:"18",height:"12",rx:"1",stroke:en,strokeWidth:"0.5"}),(0,o.jsx)("rect",{x:"3",y:"5.5",width:"8",height:"2",rx:".5",fill:en,opacity:".35"}),(0,o.jsx)("rect",{x:"3",y:"9",width:"12",height:"1",rx:".5",fill:en,opacity:".15"})]});case"hero":return(0,o.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,o.jsx)("rect",{x:"1",y:"1",width:"18",height:"14",rx:"1",stroke:en,strokeWidth:"0.5"}),(0,o.jsx)("rect",{x:"5",y:"5",width:"10",height:"1.5",rx:".5",fill:en,opacity:".35"}),(0,o.jsx)("rect",{x:"7",y:"8",width:"6",height:"1",rx:".5",fill:en,opacity:".15"}),(0,o.jsx)("rect",{x:"7.5",y:"10.5",width:"5",height:"2.5",rx:"1",stroke:en,strokeWidth:"0.5"})]});case"section":return(0,o.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,o.jsx)("rect",{x:"1",y:"1",width:"18",height:"14",rx:"1",stroke:en,strokeWidth:"0.5"}),(0,o.jsx)("rect",{x:"3",y:"4",width:"6",height:"1",rx:".5",fill:en,opacity:".3"}),(0,o.jsx)("rect",{x:"3",y:"6.5",width:"14",height:"1",rx:".5",fill:en,opacity:".15"}),(0,o.jsx)("rect",{x:"3",y:"9",width:"10",height:"1",rx:".5",fill:en,opacity:".15"})]});case"sidebar":return(0,o.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,o.jsx)("rect",{x:"1",y:"1",width:"7",height:"14",rx:"1",stroke:en,strokeWidth:"0.5"}),(0,o.jsx)("rect",{x:"2.5",y:"4",width:"4",height:"1",rx:".5",fill:en,opacity:".3"}),(0,o.jsx)("rect",{x:"2.5",y:"6.5",width:"3.5",height:"1",rx:".5",fill:en,opacity:".15"}),(0,o.jsx)("rect",{x:"2.5",y:"9",width:"4",height:"1",rx:".5",fill:en,opacity:".15"})]});case"footer":return(0,o.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,o.jsx)("rect",{x:"1",y:"7",width:"18",height:"8",rx:"1",stroke:en,strokeWidth:"0.5"}),(0,o.jsx)("rect",{x:"3",y:"9.5",width:"4",height:"1",rx:".5",fill:en,opacity:".25"}),(0,o.jsx)("rect",{x:"9",y:"9.5",width:"4",height:"1",rx:".5",fill:en,opacity:".25"}),(0,o.jsx)("rect",{x:"15",y:"9.5",width:"3",height:"1",rx:".5",fill:en,opacity:".2"})]});case"modal":return(0,o.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,o.jsx)("rect",{x:"3",y:"2",width:"14",height:"12",rx:"1.5",stroke:en,strokeWidth:"0.5"}),(0,o.jsx)("rect",{x:"5",y:"4.5",width:"7",height:"1",rx:".5",fill:en,opacity:".3"}),(0,o.jsx)("rect",{x:"5",y:"7",width:"10",height:"1",rx:".5",fill:en,opacity:".15"}),(0,o.jsx)("rect",{x:"11",y:"11",width:"5",height:"2",rx:".75",stroke:en,strokeWidth:"0.5"})]});case"divider":return(0,o.jsx)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:(0,o.jsx)("line",{x1:"2",y1:"8",x2:"18",y2:"8",stroke:en,strokeWidth:"0.5",opacity:".3"})});case"card":return(0,o.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,o.jsx)("rect",{x:"2",y:"1",width:"16",height:"14",rx:"1.5",stroke:en,strokeWidth:"0.5"}),(0,o.jsx)("rect",{x:"2",y:"1",width:"16",height:"5.5",rx:"1",fill:en,opacity:".04"}),(0,o.jsx)("rect",{x:"4",y:"8.5",width:"8",height:"1",rx:".5",fill:en,opacity:".25"}),(0,o.jsx)("rect",{x:"4",y:"11",width:"11",height:"1",rx:".5",fill:en,opacity:".12"})]});case"text":return(0,o.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,o.jsx)("rect",{x:"2",y:"4",width:"14",height:"1.5",rx:".5",fill:en,opacity:".3"}),(0,o.jsx)("rect",{x:"2",y:"7",width:"11",height:"1",rx:".5",fill:en,opacity:".15"}),(0,o.jsx)("rect",{x:"2",y:"9.5",width:"13",height:"1",rx:".5",fill:en,opacity:".15"}),(0,o.jsx)("rect",{x:"2",y:"12",width:"8",height:"1",rx:".5",fill:en,opacity:".12"})]});case"image":return(0,o.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,o.jsx)("rect",{x:"2",y:"2",width:"16",height:"12",rx:"1",stroke:en,strokeWidth:"0.5"}),(0,o.jsx)("line",{x1:"2",y1:"2",x2:"18",y2:"14",stroke:en,strokeWidth:".3",opacity:".25"}),(0,o.jsx)("line",{x1:"18",y1:"2",x2:"2",y2:"14",stroke:en,strokeWidth:".3",opacity:".25"})]});case"video":return(0,o.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,o.jsx)("rect",{x:"2",y:"2",width:"16",height:"12",rx:"1",stroke:en,strokeWidth:"0.5"}),(0,o.jsx)("path",{d:"M8.5 5.5v5l4.5-2.5z",stroke:en,strokeWidth:"0.5",fill:en,opacity:".15"})]});case"table":return(0,o.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,o.jsx)("rect",{x:"1",y:"2",width:"18",height:"12",rx:"1",stroke:en,strokeWidth:"0.5"}),(0,o.jsx)("line",{x1:"1",y1:"5.5",x2:"19",y2:"5.5",stroke:en,strokeWidth:".3",opacity:".25"}),(0,o.jsx)("line",{x1:"1",y1:"9",x2:"19",y2:"9",stroke:en,strokeWidth:".3",opacity:".25"}),(0,o.jsx)("line",{x1:"7",y1:"2",x2:"7",y2:"14",stroke:en,strokeWidth:".3",opacity:".25"}),(0,o.jsx)("line",{x1:"13",y1:"2",x2:"13",y2:"14",stroke:en,strokeWidth:".3",opacity:".25"})]});case"grid":return(0,o.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,o.jsx)("rect",{x:"1.5",y:"2",width:"7",height:"5.5",rx:"1",stroke:en,strokeWidth:"0.5"}),(0,o.jsx)("rect",{x:"11.5",y:"2",width:"7",height:"5.5",rx:"1",stroke:en,strokeWidth:"0.5"}),(0,o.jsx)("rect",{x:"1.5",y:"9.5",width:"7",height:"5.5",rx:"1",stroke:en,strokeWidth:"0.5"}),(0,o.jsx)("rect",{x:"11.5",y:"9.5",width:"7",height:"5.5",rx:"1",stroke:en,strokeWidth:"0.5"})]});case"list":return(0,o.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,o.jsx)("circle",{cx:"3.5",cy:"4.5",r:"1",stroke:en,strokeWidth:"0.5"}),(0,o.jsx)("rect",{x:"6.5",y:"4",width:"10",height:"1",rx:".5",fill:en,opacity:".2"}),(0,o.jsx)("circle",{cx:"3.5",cy:"8",r:"1",stroke:en,strokeWidth:"0.5"}),(0,o.jsx)("rect",{x:"6.5",y:"7.5",width:"8",height:"1",rx:".5",fill:en,opacity:".2"}),(0,o.jsx)("circle",{cx:"3.5",cy:"11.5",r:"1",stroke:en,strokeWidth:"0.5"}),(0,o.jsx)("rect",{x:"6.5",y:"11",width:"11",height:"1",rx:".5",fill:en,opacity:".2"})]});case"chart":return(0,o.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,o.jsx)("rect",{x:"3",y:"9",width:"2.5",height:"4",rx:".5",fill:en,opacity:".2"}),(0,o.jsx)("rect",{x:"7",y:"6",width:"2.5",height:"7",rx:".5",fill:en,opacity:".25"}),(0,o.jsx)("rect",{x:"11",y:"3",width:"2.5",height:"10",rx:".5",fill:en,opacity:".3"}),(0,o.jsx)("rect",{x:"15",y:"5",width:"2.5",height:"8",rx:".5",fill:en,opacity:".2"})]});case"accordion":return(0,o.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,o.jsx)("rect",{x:"1.5",y:"2",width:"17",height:"4",rx:"1",stroke:en,strokeWidth:"0.5"}),(0,o.jsx)("rect",{x:"3",y:"3.5",width:"6",height:"1",rx:".5",fill:en,opacity:".25"}),(0,o.jsx)("rect",{x:"1.5",y:"7.5",width:"17",height:"3",rx:"1",stroke:en,strokeWidth:"0.5"}),(0,o.jsx)("rect",{x:"1.5",y:"12",width:"17",height:"3",rx:"1",stroke:en,strokeWidth:"0.5"})]});case"carousel":return(0,o.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,o.jsx)("rect",{x:"3",y:"2",width:"14",height:"10",rx:"1",stroke:en,strokeWidth:"0.5"}),(0,o.jsx)("path",{d:"M1.5 7L3 8.5 1.5 10",stroke:en,strokeWidth:"0.5",opacity:".35"}),(0,o.jsx)("path",{d:"M18.5 7L17 8.5 18.5 10",stroke:en,strokeWidth:"0.5",opacity:".35"}),(0,o.jsx)("circle",{cx:"8.5",cy:"14",r:".6",fill:en,opacity:".35"}),(0,o.jsx)("circle",{cx:"10",cy:"14",r:".6",fill:en,opacity:".15"}),(0,o.jsx)("circle",{cx:"11.5",cy:"14",r:".6",fill:en,opacity:".15"})]});case"button":return(0,o.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,o.jsx)("rect",{x:"3",y:"5",width:"14",height:"6",rx:"2",stroke:en,strokeWidth:"0.5"}),(0,o.jsx)("rect",{x:"6.5",y:"7.5",width:"7",height:"1",rx:".5",fill:en,opacity:".25"})]});case"input":return(0,o.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,o.jsx)("rect",{x:"2",y:"4",width:"5.5",height:"1",rx:".5",fill:en,opacity:".25"}),(0,o.jsx)("rect",{x:"2",y:"6.5",width:"16",height:"5.5",rx:"1",stroke:en,strokeWidth:"0.5"}),(0,o.jsx)("rect",{x:"3.5",y:"8.5",width:"7",height:"1",rx:".5",fill:en,opacity:".12"})]});case"search":return(0,o.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,o.jsx)("rect",{x:"2",y:"4.5",width:"16",height:"7",rx:"3.5",stroke:en,strokeWidth:"0.5"}),(0,o.jsx)("circle",{cx:"6",cy:"8",r:"2",stroke:en,strokeWidth:"0.5",opacity:".3"}),(0,o.jsx)("line",{x1:"7.5",y1:"9.5",x2:"9",y2:"11",stroke:en,strokeWidth:"0.5",opacity:".3"}),(0,o.jsx)("rect",{x:"9.5",y:"7.5",width:"6",height:"1",rx:".5",fill:en,opacity:".12"})]});case"form":return(0,o.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,o.jsx)("rect",{x:"2",y:"1.5",width:"5.5",height:"1",rx:".5",fill:en,opacity:".25"}),(0,o.jsx)("rect",{x:"2",y:"3.5",width:"16",height:"3",rx:".75",stroke:en,strokeWidth:"0.5"}),(0,o.jsx)("rect",{x:"2",y:"8",width:"7",height:"1",rx:".5",fill:en,opacity:".25"}),(0,o.jsx)("rect",{x:"2",y:"10",width:"16",height:"3",rx:".75",stroke:en,strokeWidth:"0.5"}),(0,o.jsx)("rect",{x:"12",y:"14",width:"6",height:"2",rx:".75",stroke:en,strokeWidth:"0.5"})]});case"tabs":return(0,o.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,o.jsx)("rect",{x:"1",y:"5",width:"18",height:"10",rx:"1",stroke:en,strokeWidth:"0.5"}),(0,o.jsx)("rect",{x:"1",y:"2",width:"6",height:"3.5",rx:".75",stroke:en,strokeWidth:"0.5"}),(0,o.jsx)("rect",{x:"2.5",y:"3.25",width:"3",height:"1",rx:".5",fill:en,opacity:".25"}),(0,o.jsx)("rect",{x:"7",y:"2",width:"6",height:"3.5",rx:".75",stroke:en,strokeWidth:"0.5"})]});case"dropdown":return(0,o.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,o.jsx)("rect",{x:"2",y:"2",width:"16",height:"4",rx:"1",stroke:en,strokeWidth:"0.5"}),(0,o.jsx)("rect",{x:"3.5",y:"3.5",width:"7",height:"1",rx:".5",fill:en,opacity:".2"}),(0,o.jsx)("path",{d:"M15 3.5l1.5 1.5L18 3.5",stroke:en,strokeWidth:"0.5",opacity:".3"}),(0,o.jsx)("rect",{x:"2",y:"7",width:"16",height:"7",rx:"1",stroke:en,strokeWidth:"0.5",strokeDasharray:"2 1",opacity:".3"})]});case"toggle":return(0,o.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,o.jsx)("rect",{x:"4",y:"5",width:"12",height:"6",rx:"3",stroke:en,strokeWidth:"0.5"}),(0,o.jsx)("circle",{cx:"13",cy:"8",r:"2",fill:en,opacity:".3"})]});case"avatar":return(0,o.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,o.jsx)("circle",{cx:"10",cy:"8",r:"6",stroke:en,strokeWidth:"0.5"}),(0,o.jsx)("circle",{cx:"10",cy:"6.5",r:"2",stroke:en,strokeWidth:"0.5"}),(0,o.jsx)("path",{d:"M6.5 13c0-2 1.5-3.5 3.5-3.5s3.5 1.5 3.5 3.5",stroke:en,strokeWidth:"0.5"})]});case"badge":return(0,o.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,o.jsx)("rect",{x:"3",y:"5",width:"14",height:"6",rx:"3",stroke:en,strokeWidth:"0.5"}),(0,o.jsx)("rect",{x:"6",y:"7.5",width:"8",height:"1",rx:".5",fill:en,opacity:".25"})]});case"breadcrumb":return(0,o.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,o.jsx)("rect",{x:"1.5",y:"7",width:"3.5",height:"1",rx:".5",fill:en,opacity:".3"}),(0,o.jsx)("path",{d:"M6.5 7l1 1-1 1",stroke:en,strokeWidth:"0.5",opacity:".2"}),(0,o.jsx)("rect",{x:"9",y:"7",width:"3.5",height:"1",rx:".5",fill:en,opacity:".2"}),(0,o.jsx)("path",{d:"M14 7l1 1-1 1",stroke:en,strokeWidth:"0.5",opacity:".2"}),(0,o.jsx)("rect",{x:"16.5",y:"7",width:"2",height:"1",rx:".5",fill:en,opacity:".15"})]});case"pagination":return(0,o.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,o.jsx)("rect",{x:"2",y:"5.5",width:"3.5",height:"5",rx:"1",stroke:en,strokeWidth:"0.5"}),(0,o.jsx)("rect",{x:"6.5",y:"5.5",width:"3.5",height:"5",rx:"1",stroke:en,strokeWidth:"0.5"}),(0,o.jsx)("rect",{x:"11",y:"5.5",width:"3.5",height:"5",rx:"1",fill:en,opacity:".15",stroke:en,strokeWidth:"0.5"}),(0,o.jsx)("rect",{x:"15.5",y:"5.5",width:"3.5",height:"5",rx:"1",stroke:en,strokeWidth:"0.5"})]});case"progress":return(0,o.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,o.jsx)("rect",{x:"2",y:"7",width:"16",height:"2",rx:"1",stroke:en,strokeWidth:"0.5"}),(0,o.jsx)("rect",{x:"2",y:"7",width:"10",height:"2",rx:"1",fill:en,opacity:".2"})]});case"toast":return(0,o.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,o.jsx)("rect",{x:"2",y:"4",width:"16",height:"8",rx:"1.5",stroke:en,strokeWidth:"0.5"}),(0,o.jsx)("circle",{cx:"5",cy:"8",r:"1.5",stroke:en,strokeWidth:"0.5",opacity:".3"}),(0,o.jsx)("rect",{x:"8",y:"6.5",width:"7",height:"1",rx:".5",fill:en,opacity:".25"}),(0,o.jsx)("rect",{x:"8",y:"9",width:"5",height:"1",rx:".5",fill:en,opacity:".12"})]});case"tooltip":return(0,o.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,o.jsx)("rect",{x:"3",y:"3",width:"14",height:"7",rx:"1.5",stroke:en,strokeWidth:"0.5"}),(0,o.jsx)("rect",{x:"5.5",y:"5.5",width:"9",height:"1",rx:".5",fill:en,opacity:".25"}),(0,o.jsx)("path",{d:"M9 10l1 2.5 1-2.5",stroke:en,strokeWidth:"0.5"})]});case"pricing":return(0,o.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,o.jsx)("rect",{x:"2",y:"1",width:"16",height:"14",rx:"1.5",stroke:en,strokeWidth:"0.5"}),(0,o.jsx)("rect",{x:"6",y:"3",width:"8",height:"1.5",rx:".5",fill:en,opacity:".25"}),(0,o.jsx)("rect",{x:"7",y:"5.5",width:"6",height:"2",rx:".5",fill:en,opacity:".15"}),(0,o.jsx)("rect",{x:"5",y:"9",width:"10",height:"1",rx:".5",fill:en,opacity:".1"}),(0,o.jsx)("rect",{x:"5",y:"11",width:"10",height:"1",rx:".5",fill:en,opacity:".1"}),(0,o.jsx)("rect",{x:"6",y:"13",width:"8",height:"1.5",rx:".5",fill:en,opacity:".2"})]});case"testimonial":return(0,o.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,o.jsx)("rect",{x:"2",y:"1",width:"16",height:"14",rx:"1.5",stroke:en,strokeWidth:"0.5"}),(0,o.jsx)("text",{x:"4",y:"5.5",fontSize:"4",fill:en,opacity:".2",fontFamily:"serif",children:"“"}),(0,o.jsx)("rect",{x:"4",y:"7",width:"12",height:"1",rx:".5",fill:en,opacity:".15"}),(0,o.jsx)("rect",{x:"4",y:"9",width:"9",height:"1",rx:".5",fill:en,opacity:".12"}),(0,o.jsx)("circle",{cx:"5.5",cy:"12.5",r:"1.5",stroke:en,strokeWidth:"0.5",opacity:".25"}),(0,o.jsx)("rect",{x:"8",y:"12",width:"5",height:"1",rx:".5",fill:en,opacity:".15"})]});case"cta":return(0,o.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,o.jsx)("rect",{x:"1",y:"2",width:"18",height:"12",rx:"1",stroke:en,strokeWidth:"0.5"}),(0,o.jsx)("rect",{x:"5",y:"4.5",width:"10",height:"1.5",rx:".5",fill:en,opacity:".3"}),(0,o.jsx)("rect",{x:"6",y:"7.5",width:"8",height:"1",rx:".5",fill:en,opacity:".15"}),(0,o.jsx)("rect",{x:"7",y:"10",width:"6",height:"2.5",rx:"1",stroke:en,strokeWidth:"0.5"})]});case"alert":return(0,o.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,o.jsx)("rect",{x:"2",y:"4",width:"16",height:"8",rx:"1.5",stroke:en,strokeWidth:"0.5"}),(0,o.jsx)("circle",{cx:"6",cy:"8",r:"2",stroke:en,strokeWidth:"0.5",opacity:".3"}),(0,o.jsx)("line",{x1:"6",y1:"7",x2:"6",y2:"8.5",stroke:en,strokeWidth:"0.6",opacity:".5"}),(0,o.jsx)("circle",{cx:"6",cy:"9.3",r:".3",fill:en,opacity:".5"}),(0,o.jsx)("rect",{x:"9.5",y:"7",width:"6",height:"1",rx:".5",fill:en,opacity:".2"})]});case"banner":return(0,o.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,o.jsx)("rect",{x:"1",y:"5",width:"18",height:"6",rx:"1",stroke:en,strokeWidth:"0.5"}),(0,o.jsx)("rect",{x:"4",y:"7.5",width:"8",height:"1",rx:".5",fill:en,opacity:".25"}),(0,o.jsx)("rect",{x:"14",y:"7",width:"3.5",height:"2",rx:".75",stroke:en,strokeWidth:"0.5"})]});case"stat":return(0,o.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,o.jsx)("rect",{x:"3",y:"2",width:"14",height:"12",rx:"1.5",stroke:en,strokeWidth:"0.5"}),(0,o.jsx)("rect",{x:"6",y:"4.5",width:"8",height:"1",rx:".5",fill:en,opacity:".15"}),(0,o.jsx)("rect",{x:"5",y:"7",width:"10",height:"2.5",rx:".5",fill:en,opacity:".3"}),(0,o.jsx)("rect",{x:"7",y:"11",width:"6",height:"1",rx:".5",fill:en,opacity:".12"})]});case"stepper":return(0,o.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,o.jsx)("circle",{cx:"4",cy:"8",r:"2",fill:en,opacity:".2",stroke:en,strokeWidth:"0.5"}),(0,o.jsx)("line",{x1:"6",y1:"8",x2:"8",y2:"8",stroke:en,strokeWidth:".4",opacity:".3"}),(0,o.jsx)("circle",{cx:"10",cy:"8",r:"2",stroke:en,strokeWidth:"0.5"}),(0,o.jsx)("line",{x1:"12",y1:"8",x2:"14",y2:"8",stroke:en,strokeWidth:".4",opacity:".3"}),(0,o.jsx)("circle",{cx:"16",cy:"8",r:"2",stroke:en,strokeWidth:"0.5"})]});case"tag":return(0,o.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,o.jsx)("rect",{x:"3",y:"5",width:"14",height:"6",rx:"1.5",stroke:en,strokeWidth:"0.5"}),(0,o.jsx)("rect",{x:"5.5",y:"7.5",width:"6",height:"1",rx:".5",fill:en,opacity:".25"}),(0,o.jsx)("line",{x1:"14",y1:"6.5",x2:"15.5",y2:"9.5",stroke:en,strokeWidth:"0.5",opacity:".2"}),(0,o.jsx)("line",{x1:"15.5",y1:"6.5",x2:"14",y2:"9.5",stroke:en,strokeWidth:"0.5",opacity:".2"})]});case"rating":return(0,o.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,o.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:en,opacity:".25"}),(0,o.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:en,opacity:".25"}),(0,o.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:en,strokeWidth:"0.5",opacity:".25"})]});case"map":return(0,o.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,o.jsx)("rect",{x:"2",y:"2",width:"16",height:"12",rx:"1",stroke:en,strokeWidth:"0.5"}),(0,o.jsx)("line",{x1:"2",y1:"6",x2:"18",y2:"10",stroke:en,strokeWidth:".3",opacity:".15"}),(0,o.jsx)("line",{x1:"7",y1:"2",x2:"11",y2:"14",stroke:en,strokeWidth:".3",opacity:".15"}),(0,o.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:en,opacity:".15",stroke:en,strokeWidth:"0.5"})]});case"timeline":return(0,o.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,o.jsx)("line",{x1:"5",y1:"2",x2:"5",y2:"14",stroke:en,strokeWidth:".4",opacity:".25"}),(0,o.jsx)("circle",{cx:"5",cy:"4",r:"1.5",fill:en,opacity:".2",stroke:en,strokeWidth:"0.5"}),(0,o.jsx)("rect",{x:"8",y:"3",width:"8",height:"1",rx:".5",fill:en,opacity:".25"}),(0,o.jsx)("circle",{cx:"5",cy:"8.5",r:"1.5",stroke:en,strokeWidth:"0.5"}),(0,o.jsx)("rect",{x:"8",y:"7.5",width:"6",height:"1",rx:".5",fill:en,opacity:".15"}),(0,o.jsx)("circle",{cx:"5",cy:"13",r:"1.5",stroke:en,strokeWidth:"0.5"}),(0,o.jsx)("rect",{x:"8",y:"12",width:"7",height:"1",rx:".5",fill:en,opacity:".15"})]});case"fileUpload":return(0,o.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,o.jsx)("rect",{x:"3",y:"2",width:"14",height:"12",rx:"1.5",stroke:en,strokeWidth:"0.5",strokeDasharray:"2 1"}),(0,o.jsx)("path",{d:"M10 10V5.5m0 0L7.5 8m2.5-2.5L12.5 8",stroke:en,strokeWidth:"0.5",opacity:".3"}),(0,o.jsx)("rect",{x:"7",y:"11.5",width:"6",height:"1",rx:".5",fill:en,opacity:".15"})]});case"codeBlock":return(0,o.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,o.jsx)("rect",{x:"2",y:"2",width:"16",height:"12",rx:"1",stroke:en,strokeWidth:"0.5"}),(0,o.jsx)("circle",{cx:"4",cy:"4",r:".6",fill:en,opacity:".3"}),(0,o.jsx)("circle",{cx:"5.5",cy:"4",r:".6",fill:en,opacity:".3"}),(0,o.jsx)("circle",{cx:"7",cy:"4",r:".6",fill:en,opacity:".3"}),(0,o.jsx)("rect",{x:"4",y:"7",width:"7",height:"1",rx:".5",fill:en,opacity:".2"}),(0,o.jsx)("rect",{x:"6",y:"9",width:"5",height:"1",rx:".5",fill:en,opacity:".15"}),(0,o.jsx)("rect",{x:"4",y:"11",width:"8",height:"1",rx:".5",fill:en,opacity:".12"})]});case"calendar":return(0,o.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,o.jsx)("rect",{x:"2",y:"3",width:"16",height:"12",rx:"1",stroke:en,strokeWidth:"0.5"}),(0,o.jsx)("line",{x1:"2",y1:"6.5",x2:"18",y2:"6.5",stroke:en,strokeWidth:".4",opacity:".25"}),(0,o.jsx)("rect",{x:"5",y:"4",width:"1",height:"1.5",rx:".3",fill:en,opacity:".2"}),(0,o.jsx)("rect",{x:"14",y:"4",width:"1",height:"1.5",rx:".3",fill:en,opacity:".2"}),(0,o.jsx)("circle",{cx:"7",cy:"9",r:".6",fill:en,opacity:".2"}),(0,o.jsx)("circle",{cx:"10",cy:"9",r:".6",fill:en,opacity:".2"}),(0,o.jsx)("circle",{cx:"13",cy:"9",r:".6",fill:en,opacity:".3"}),(0,o.jsx)("circle",{cx:"7",cy:"12",r:".6",fill:en,opacity:".2"}),(0,o.jsx)("circle",{cx:"10",cy:"12",r:".6",fill:en,opacity:".2"})]});case"notification":return(0,o.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,o.jsx)("rect",{x:"2",y:"3",width:"16",height:"10",rx:"1.5",stroke:en,strokeWidth:"0.5"}),(0,o.jsx)("circle",{cx:"5.5",cy:"8",r:"2",stroke:en,strokeWidth:"0.5",opacity:".25"}),(0,o.jsx)("rect",{x:"9",y:"6",width:"6",height:"1",rx:".5",fill:en,opacity:".25"}),(0,o.jsx)("rect",{x:"9",y:"8.5",width:"4.5",height:"1",rx:".5",fill:en,opacity:".12"}),(0,o.jsx)("circle",{cx:"16.5",cy:"4.5",r:"1.5",fill:en,opacity:".25"})]});case"productCard":return(0,o.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,o.jsx)("rect",{x:"3",y:"1",width:"14",height:"14",rx:"1.5",stroke:en,strokeWidth:"0.5"}),(0,o.jsx)("rect",{x:"3",y:"1",width:"14",height:"6",rx:"1",fill:en,opacity:".04"}),(0,o.jsx)("rect",{x:"5",y:"8.5",width:"7",height:"1",rx:".5",fill:en,opacity:".25"}),(0,o.jsx)("rect",{x:"5",y:"10.5",width:"4",height:"1.5",rx:".5",fill:en,opacity:".15"}),(0,o.jsx)("rect",{x:"12",y:"12",width:"4",height:"2",rx:".75",stroke:en,strokeWidth:"0.5"})]});case"profile":return(0,o.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,o.jsx)("circle",{cx:"10",cy:"5",r:"3",stroke:en,strokeWidth:"0.5"}),(0,o.jsx)("rect",{x:"5",y:"10",width:"10",height:"1.5",rx:".5",fill:en,opacity:".25"}),(0,o.jsx)("rect",{x:"7",y:"12.5",width:"6",height:"1",rx:".5",fill:en,opacity:".12"})]});case"drawer":return(0,o.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,o.jsx)("rect",{x:"9",y:"1",width:"10",height:"14",rx:"1",stroke:en,strokeWidth:"0.5"}),(0,o.jsx)("rect",{x:"10.5",y:"4",width:"5",height:"1",rx:".5",fill:en,opacity:".25"}),(0,o.jsx)("rect",{x:"10.5",y:"6.5",width:"7",height:"1",rx:".5",fill:en,opacity:".15"}),(0,o.jsx)("rect",{x:"10.5",y:"9",width:"6",height:"1",rx:".5",fill:en,opacity:".15"}),(0,o.jsx)("rect",{x:"1",y:"1",width:"7",height:"14",rx:"1",stroke:en,strokeWidth:"0.5",opacity:".15"})]});case"popover":return(0,o.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,o.jsx)("rect",{x:"3",y:"2",width:"14",height:"9",rx:"1.5",stroke:en,strokeWidth:"0.5"}),(0,o.jsx)("rect",{x:"5",y:"4.5",width:"8",height:"1",rx:".5",fill:en,opacity:".25"}),(0,o.jsx)("rect",{x:"5",y:"7",width:"6",height:"1",rx:".5",fill:en,opacity:".15"}),(0,o.jsx)("path",{d:"M9 11l1 2.5 1-2.5",stroke:en,strokeWidth:"0.5"})]});case"logo":return(0,o.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,o.jsx)("rect",{x:"2",y:"3",width:"10",height:"10",rx:"2",stroke:en,strokeWidth:"0.5"}),(0,o.jsx)("path",{d:"M5 9.5l2-4 2 4",stroke:en,strokeWidth:"0.5",opacity:".3"}),(0,o.jsx)("rect",{x:"14",y:"6",width:"4",height:"1",rx:".5",fill:en,opacity:".2"}),(0,o.jsx)("rect",{x:"14",y:"8.5",width:"3",height:"1",rx:".5",fill:en,opacity:".12"})]});case"faq":return(0,o.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,o.jsx)("text",{x:"2.5",y:"5.5",fontSize:"4",fill:en,opacity:".3",fontWeight:"bold",children:"?"}),(0,o.jsx)("rect",{x:"7",y:"3",width:"10",height:"1",rx:".5",fill:en,opacity:".25"}),(0,o.jsx)("rect",{x:"7",y:"5.5",width:"8",height:"1",rx:".5",fill:en,opacity:".12"}),(0,o.jsx)("text",{x:"2.5",y:"11.5",fontSize:"4",fill:en,opacity:".3",fontWeight:"bold",children:"?"}),(0,o.jsx)("rect",{x:"7",y:"9",width:"9",height:"1",rx:".5",fill:en,opacity:".25"}),(0,o.jsx)("rect",{x:"7",y:"11.5",width:"7",height:"1",rx:".5",fill:en,opacity:".12"})]});case"gallery":return(0,o.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,o.jsx)("rect",{x:"1.5",y:"1.5",width:"5",height:"5",rx:".75",stroke:en,strokeWidth:"0.5"}),(0,o.jsx)("rect",{x:"7.5",y:"1.5",width:"5",height:"5",rx:".75",stroke:en,strokeWidth:"0.5"}),(0,o.jsx)("rect",{x:"13.5",y:"1.5",width:"5",height:"5",rx:".75",stroke:en,strokeWidth:"0.5"}),(0,o.jsx)("rect",{x:"1.5",y:"9.5",width:"5",height:"5",rx:".75",stroke:en,strokeWidth:"0.5"}),(0,o.jsx)("rect",{x:"7.5",y:"9.5",width:"5",height:"5",rx:".75",stroke:en,strokeWidth:"0.5"}),(0,o.jsx)("rect",{x:"13.5",y:"9.5",width:"5",height:"5",rx:".75",stroke:en,strokeWidth:"0.5"})]});case"checkbox":return(0,o.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,o.jsx)("rect",{x:"5",y:"4",width:"8",height:"8",rx:"1.5",stroke:en,strokeWidth:"0.5"}),(0,o.jsx)("path",{d:"M7.5 8l1.5 1.5 3-3",stroke:en,strokeWidth:"0.5",opacity:".35"})]});case"radio":return(0,o.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,o.jsx)("circle",{cx:"10",cy:"8",r:"4",stroke:en,strokeWidth:"0.5"}),(0,o.jsx)("circle",{cx:"10",cy:"8",r:"2",fill:en,opacity:".3"})]});case"slider":return(0,o.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,o.jsx)("rect",{x:"2",y:"7.5",width:"16",height:"1",rx:".5",fill:en,opacity:".15"}),(0,o.jsx)("rect",{x:"2",y:"7.5",width:"10",height:"1",rx:".5",fill:en,opacity:".25"}),(0,o.jsx)("circle",{cx:"12",cy:"8",r:"2.5",stroke:en,strokeWidth:"0.5"})]});case"datePicker":return(0,o.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,o.jsx)("rect",{x:"2",y:"1",width:"16",height:"5",rx:"1",stroke:en,strokeWidth:"0.5"}),(0,o.jsx)("rect",{x:"3.5",y:"3",width:"5",height:"1",rx:".5",fill:en,opacity:".2"}),(0,o.jsx)("rect",{x:"14",y:"2.5",width:"2.5",height:"2",rx:".5",fill:en,opacity:".12"}),(0,o.jsx)("rect",{x:"2",y:"7",width:"16",height:"8",rx:"1",stroke:en,strokeWidth:"0.5",strokeDasharray:"2 1",opacity:".3"}),(0,o.jsx)("circle",{cx:"6",cy:"10",r:".6",fill:en,opacity:".2"}),(0,o.jsx)("circle",{cx:"10",cy:"10",r:".6",fill:en,opacity:".3"}),(0,o.jsx)("circle",{cx:"14",cy:"10",r:".6",fill:en,opacity:".2"}),(0,o.jsx)("circle",{cx:"6",cy:"13",r:".6",fill:en,opacity:".2"}),(0,o.jsx)("circle",{cx:"10",cy:"13",r:".6",fill:en,opacity:".2"})]});case"skeleton":return(0,o.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,o.jsx)("rect",{x:"2",y:"2",width:"16",height:"3",rx:"1",fill:en,opacity:".08"}),(0,o.jsx)("rect",{x:"2",y:"7",width:"10",height:"2",rx:".75",fill:en,opacity:".08"}),(0,o.jsx)("rect",{x:"2",y:"11",width:"13",height:"2",rx:".75",fill:en,opacity:".08"})]});case"chip":return(0,o.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,o.jsx)("rect",{x:"1.5",y:"5",width:"10",height:"6",rx:"3",fill:en,opacity:".08",stroke:en,strokeWidth:"0.5"}),(0,o.jsx)("rect",{x:"4",y:"7.5",width:"4",height:"1",rx:".5",fill:en,opacity:".25"}),(0,o.jsx)("line",{x1:"9.5",y1:"6.5",x2:"10.5",y2:"9.5",stroke:en,strokeWidth:"0.5",opacity:".2"}),(0,o.jsx)("line",{x1:"10.5",y1:"6.5",x2:"9.5",y2:"9.5",stroke:en,strokeWidth:"0.5",opacity:".2"}),(0,o.jsx)("rect",{x:"13",y:"5",width:"5.5",height:"6",rx:"3",stroke:en,strokeWidth:"0.5",opacity:".25"})]});case"icon":return(0,o.jsx)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:(0,o.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:en,strokeWidth:"0.5",opacity:".3"})});case"spinner":return(0,o.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,o.jsx)("circle",{cx:"10",cy:"8",r:"5",stroke:en,strokeWidth:"0.5",opacity:".12"}),(0,o.jsx)("path",{d:"M10 3a5 5 0 0 1 5 5",stroke:en,strokeWidth:"0.5",opacity:".35",strokeLinecap:"round"})]});case"feature":return(0,o.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,o.jsx)("rect",{x:"2",y:"2",width:"5",height:"5",rx:"1.5",stroke:en,strokeWidth:"0.5"}),(0,o.jsx)("path",{d:"M4.5 3.5v3m-1.5-1.5h3",stroke:en,strokeWidth:"0.5",opacity:".25"}),(0,o.jsx)("rect",{x:"9",y:"2.5",width:"8",height:"1.5",rx:".5",fill:en,opacity:".25"}),(0,o.jsx)("rect",{x:"9",y:"5.5",width:"6",height:"1",rx:".5",fill:en,opacity:".12"}),(0,o.jsx)("rect",{x:"2",y:"10",width:"5",height:"5",rx:"1.5",stroke:en,strokeWidth:"0.5"}),(0,o.jsx)("rect",{x:"9",y:"10.5",width:"7",height:"1.5",rx:".5",fill:en,opacity:".25"}),(0,o.jsx)("rect",{x:"9",y:"13.5",width:"5",height:"1",rx:".5",fill:en,opacity:".12"})]});case"team":return(0,o.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,o.jsx)("circle",{cx:"5",cy:"5",r:"2.5",stroke:en,strokeWidth:"0.5"}),(0,o.jsx)("rect",{x:"2.5",y:"9",width:"5",height:"1",rx:".5",fill:en,opacity:".2"}),(0,o.jsx)("circle",{cx:"15",cy:"5",r:"2.5",stroke:en,strokeWidth:"0.5"}),(0,o.jsx)("rect",{x:"12.5",y:"9",width:"5",height:"1",rx:".5",fill:en,opacity:".2"}),(0,o.jsx)("circle",{cx:"10",cy:"5",r:"2.5",stroke:en,strokeWidth:"0.5",opacity:".5"}),(0,o.jsx)("rect",{x:"7.5",y:"9",width:"5",height:"1",rx:".5",fill:en,opacity:".15"}),(0,o.jsx)("rect",{x:"4",y:"12",width:"12",height:"1",rx:".5",fill:en,opacity:".1"})]});case"login":return(0,o.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,o.jsx)("rect",{x:"3",y:"1",width:"14",height:"14",rx:"1.5",stroke:en,strokeWidth:"0.5"}),(0,o.jsx)("rect",{x:"6",y:"3",width:"8",height:"1.5",rx:".5",fill:en,opacity:".25"}),(0,o.jsx)("rect",{x:"5",y:"5.5",width:"10",height:"3",rx:".75",stroke:en,strokeWidth:"0.5"}),(0,o.jsx)("rect",{x:"5",y:"9.5",width:"10",height:"3",rx:".75",stroke:en,strokeWidth:"0.5"}),(0,o.jsx)("rect",{x:"6.5",y:"13.5",width:"7",height:"2",rx:".75",fill:en,opacity:".2"})]});case"contact":return(0,o.jsxs)("svg",{viewBox:"0 0 20 16",width:"20",height:"16",fill:"none",children:[(0,o.jsx)("rect",{x:"2",y:"1",width:"16",height:"14",rx:"1.5",stroke:en,strokeWidth:"0.5"}),(0,o.jsx)("rect",{x:"4",y:"3",width:"5",height:"1",rx:".5",fill:en,opacity:".2"}),(0,o.jsx)("rect",{x:"4",y:"5",width:"12",height:"2.5",rx:".75",stroke:en,strokeWidth:"0.5"}),(0,o.jsx)("rect",{x:"4",y:"8.5",width:"12",height:"4",rx:".75",stroke:en,strokeWidth:"0.5"}),(0,o.jsx)("rect",{x:"11",y:"13.5",width:"5",height:"1.5",rx:".5",fill:en,opacity:".2"})]});default:return null}}function er({activeType:e,onSelect:t,onDragStart:n,scrollRef:r,fadeClass:s,blankCanvas:l}){return(0,o.jsx)("div",{ref:r,className:`${J.placeScroll} ${s||""}`,children:X.map(r=>(0,o.jsxs)("div",{className:J.paletteSection,children:[(0,o.jsx)("div",{className:J.paletteSectionTitle,children:r.section}),r.items.map(r=>(0,o.jsxs)("div",{className:`${J.paletteItem} ${e===r.type?J.active:""} ${l?J.wireframe:""}`,onClick:()=>t(r.type),onMouseDown:e=>{0===e.button&&n(r.type,e)},children:[(0,o.jsx)("div",{className:J.paletteItemIcon,children:(0,o.jsx)(eo,{type:r.type})}),(0,o.jsx)("span",{className:J.paletteItemLabel,children:r.label})]},r.type))]},r.section))})}function es({value:e,suffix:n}){let[r,s]=(0,t.useState)(null),[l,i]=(0,t.useState)(n),[a,d]=(0,t.useState)("up"),_=(0,t.useRef)(e),c=(0,t.useRef)(n),u=(0,t.useRef)(),h=null!==r&&l!==n;return((0,t.useEffect)(()=>{if(e!==_.current){if(0===e){_.current=e,c.current=n,s(null);return}d(e>_.current?"up":"down"),s(_.current),i(c.current),_.current=e,c.current=n,clearTimeout(u.current),u.current=D(()=>s(null),250)}else c.current=n},[e,n]),null===r)?(0,o.jsxs)(o.Fragment,{children:[e,n?` ${n}`:""]}):h?(0,o.jsxs)("span",{className:J.rollingWrap,children:[(0,o.jsxs)("span",{style:{visibility:"hidden"},children:[e," ",n]}),(0,o.jsxs)("span",{className:`${J.rollingNum} ${"up"===a?J.exitUp:J.exitDown}`,children:[r," ",l]},`o${r}-${e}`),(0,o.jsxs)("span",{className:`${J.rollingNum} ${"up"===a?J.enterUp:J.enterDown}`,children:[e," ",n]},`n${e}`)]}):(0,o.jsxs)(o.Fragment,{children:[(0,o.jsxs)("span",{className:J.rollingWrap,children:[(0,o.jsx)("span",{style:{visibility:"hidden"},children:e}),(0,o.jsx)("span",{className:`${J.rollingNum} ${"up"===a?J.exitUp:J.exitDown}`,children:r},`o${r}-${e}`),(0,o.jsx)("span",{className:`${J.rollingNum} ${"up"===a?J.enterUp:J.enterDown}`,children:e},`n${e}`)]}),n?` ${n}`:""]})}function el({activeType:e,onSelect:n,isDarkMode:r,sectionCount:s,onDetectSections:l,visible:i,onExited:a,placementCount:d,onClearPlacements:_,onDragStart:c,blankCanvas:u,onBlankCanvasChange:h,wireframePurpose:m,onWireframePurposeChange:g,Tooltip:p}){let[y,x]=(0,t.useState)(!1),[f,b]=(0,t.useState)("exit"),[w,v]=(0,t.useState)(!1),[k,j]=(0,t.useState)(!0),C=(0,t.useRef)(0),S=(0,t.useRef)(""),M=(0,t.useRef)(0),$=(0,t.useRef)(),L=(0,t.useRef)(null),[I,B]=(0,t.useState)("");(0,t.useEffect)(()=>(i?(x(!0),clearTimeout($.current),cancelAnimationFrame(M.current),M.current=P(()=>{M.current=P(()=>{b("enter")})})):(cancelAnimationFrame(M.current),b("exit"),clearTimeout($.current),$.current=D(()=>{x(!1),a?.()},200)),()=>cancelAnimationFrame(M.current)),[i]);let N=d>0||s>0,E=d+s;if(E>0&&(C.current=E,S.current=u?1===E?"Component":"Components":1===E?"Change":"Changes"),(0,t.useEffect)(()=>{if(N)w?j(!1):(j(!0),v(!0),P(()=>{P(()=>{j(!1)})}));else{j(!0);let e=D(()=>v(!1),300);return()=>clearTimeout(e)}},[N]),(0,t.useEffect)(()=>{if(!y)return;let e=L.current;if(!e)return;let t=()=>B(function(e){if(!e)return"";let t=e.scrollTop>2,n=e.scrollTop+e.clientHeight<e.scrollHeight-2;return`${t?J.fadeTop:""} ${n?J.fadeBottom:""}`}(e));t(),e.addEventListener("scroll",t,{passive:!0});let n=new ResizeObserver(t);return n.observe(e),()=>{e.removeEventListener("scroll",t),n.disconnect()}},[y]),!y)return null;let R=[];return d>0&&R.push("placed"),s>0&&R.push("captured"),(0,o.jsxs)("div",{className:`${J.palette} ${J[f]} ${!r?J.light:""}`,"data-feedback-toolbar":!0,"data-agentation-palette":!0,onClick:e=>e.stopPropagation(),onMouseDown:e=>e.stopPropagation(),onTransitionEnd:e=>{e.target===e.currentTarget&&(i||(clearTimeout($.current),x(!1),b("exit"),a?.()))},children:[(0,o.jsxs)("div",{className:J.paletteHeader,children:[(0,o.jsx)("div",{className:J.paletteHeaderTitle,children:"Layout Mode"}),(0,o.jsxs)("div",{className:J.paletteHeaderDesc,children:["Rearrange and resize existing elements, add new components, and explore layout ideas. Agent results may vary."," ",(0,o.jsx)("a",{href:"https://agentation.dev/features#layout-mode",target:"_blank",rel:"noopener noreferrer",children:"Learn more."})]})]}),(0,o.jsxs)("div",{className:`${J.canvasToggle} ${u?J.active:""}`,onClick:()=>h(!u),children:[(0,o.jsx)("span",{className:J.canvasToggleIcon,children:(0,o.jsxs)("svg",{viewBox:"0 0 14 14",width:"14",height:"14",fill:"none",children:[(0,o.jsx)("rect",{x:"1",y:"1",width:"12",height:"12",rx:"2",stroke:"currentColor",strokeWidth:"1"}),(0,o.jsx)("circle",{cx:"4.5",cy:"4.5",r:"0.8",fill:"currentColor",opacity:".6"}),(0,o.jsx)("circle",{cx:"7",cy:"4.5",r:"0.8",fill:"currentColor",opacity:".6"}),(0,o.jsx)("circle",{cx:"9.5",cy:"4.5",r:"0.8",fill:"currentColor",opacity:".6"}),(0,o.jsx)("circle",{cx:"4.5",cy:"7",r:"0.8",fill:"currentColor",opacity:".6"}),(0,o.jsx)("circle",{cx:"7",cy:"7",r:"0.8",fill:"currentColor",opacity:".6"}),(0,o.jsx)("circle",{cx:"9.5",cy:"7",r:"0.8",fill:"currentColor",opacity:".6"}),(0,o.jsx)("circle",{cx:"4.5",cy:"9.5",r:"0.8",fill:"currentColor",opacity:".6"}),(0,o.jsx)("circle",{cx:"7",cy:"9.5",r:"0.8",fill:"currentColor",opacity:".6"}),(0,o.jsx)("circle",{cx:"9.5",cy:"9.5",r:"0.8",fill:"currentColor",opacity:".6"})]})}),(0,o.jsx)("span",{className:J.canvasToggleLabel,children:"Wireframe New Page"})]}),(0,o.jsx)("div",{className:`${J.wireframePurposeWrap} ${!u?J.collapsed:""}`,children:(0,o.jsx)("div",{className:J.wireframePurposeInner,children:(0,o.jsx)("textarea",{className:J.wireframePurposeInput,placeholder:"Describe this page to provide additional context for your agent.",value:m,onChange:e=>g(e.target.value),rows:2})})}),(0,o.jsx)(er,{activeType:e,onSelect:n,onDragStart:c,scrollRef:L,fadeClass:I,blankCanvas:u}),w&&(0,o.jsx)("div",{className:`${J.paletteFooterWrap} ${k?J.footerHidden:""}`,children:(0,o.jsx)("div",{className:J.paletteFooterInner,children:(0,o.jsx)("div",{className:J.paletteFooterInnerContent,children:(0,o.jsxs)("div",{className:J.paletteFooter,children:[(0,o.jsx)("span",{className:J.paletteFooterCount,children:(0,o.jsx)(es,{value:C.current,suffix:S.current})}),(0,o.jsx)("button",{className:J.paletteFooterClear,onClick:_,children:"Clear"})]})})})})]})}function ei(e){if(e.parentElement)return e.parentElement;let t=e.getRootNode();return t instanceof ShadowRoot?t.host:null}function ea(e,t){let n=e;for(;n;){if(n.matches(t))return n;n=ei(n)}return null}function ed(e,t=4){let n=[],o=e,r=0;for(;o&&r<t;){let e=o.tagName.toLowerCase();if("html"===e||"body"===e)break;let t=e;if(o.id)t=`#${o.id}`;else if(o.className&&"string"==typeof o.className){let e=o.className.split(/\s+/).find(e=>e.length>2&&!e.match(/^[a-z]{1,2}$/)&&!e.match(/[A-Z0-9]{5,}/));e&&(t=`.${e.split("_")[0]}`)}let s=ei(o);!o.parentElement&&s&&(t=`\u27E8shadow\u27E9 ${t}`),n.unshift(t),o=s,r++}return n.join(" > ")}function e_(e){let t=ed(e);if(e.dataset.element)return{name:e.dataset.element,path:t};let n=e.tagName.toLowerCase();if(["path","circle","rect","line","g"].includes(n)){let n=ea(e,"svg");if(n){let e=ei(n);if(e instanceof HTMLElement){let n=e_(e).name;return{name:`graphic in ${n}`,path:t}}}return{name:"graphic element",path:t}}if("svg"===n){let n=ei(e);if(n?.tagName.toLowerCase()==="button"){let e=n.textContent?.trim();return{name:e?`icon in "${e}" button`:"button icon",path:t}}return{name:"icon",path:t}}if("button"===n){let n=e.textContent?.trim(),o=e.getAttribute("aria-label");return o?{name:`button [${o}]`,path:t}:{name:n?`button "${n.slice(0,25)}"`:"button",path:t}}if("a"===n){let n=e.textContent?.trim(),o=e.getAttribute("href");return n?{name:`link "${n.slice(0,25)}"`,path:t}:o?{name:`link to ${o.slice(0,30)}`,path:t}:{name:"link",path:t}}if("input"===n){let n=e.getAttribute("type")||"text",o=e.getAttribute("placeholder"),r=e.getAttribute("name");return o?{name:`input "${o}"`,path:t}:r?{name:`input [${r}]`,path:t}:{name:`${n} input`,path:t}}if(["h1","h2","h3","h4","h5","h6"].includes(n)){let o=e.textContent?.trim();return{name:o?`${n} "${o.slice(0,35)}"`:n,path:t}}if("p"===n){let n=e.textContent?.trim();return n?{name:`paragraph: "${n.slice(0,40)}${n.length>40?"...":""}"`,path:t}:{name:"paragraph",path:t}}if("span"===n||"label"===n){let o=e.textContent?.trim();return o&&o.length<40?{name:`"${o}"`,path:t}:{name:n,path:t}}if("li"===n){let n=e.textContent?.trim();return n&&n.length<40?{name:`list item: "${n.slice(0,35)}"`,path:t}:{name:"list item",path:t}}if("blockquote"===n)return{name:"blockquote",path:t};if("code"===n){let n=e.textContent?.trim();return n&&n.length<30?{name:`code: \`${n}\``,path:t}:{name:"code",path:t}}if("pre"===n)return{name:"code block",path:t};if("img"===n){let n=e.getAttribute("alt");return{name:n?`image "${n.slice(0,30)}"`:"image",path:t}}if("video"===n)return{name:"video",path:t};if(["div","section","article","nav","header","footer","aside","main"].includes(n)){let o=e.className,r=e.getAttribute("role"),s=e.getAttribute("aria-label");if(s)return{name:`${n} [${s}]`,path:t};if(r)return{name:`${r}`,path:t};if("string"==typeof o&&o){let e=o.split(/[\s_-]+/).map(e=>e.replace(/[A-Z0-9]{5,}.*$/,"")).filter(e=>e.length>2&&!/^[a-z]{1,2}$/.test(e)).slice(0,2);if(e.length>0)return{name:e.join(" "),path:t}}return{name:"div"===n?"container":n,path:t}}return{name:n,path:t}}function ec(e){let t=[],n=e.textContent?.trim();n&&n.length<100&&t.push(n);let o=e.previousElementSibling;if(o){let e=o.textContent?.trim();e&&e.length<50&&t.unshift(`[before: "${e.slice(0,40)}"]`)}let r=e.nextElementSibling;if(r){let e=r.textContent?.trim();e&&e.length<50&&t.push(`[after: "${e.slice(0,40)}"]`)}return t.join(" ")}function eu(e){let t=ei(e);if(!t)return"";let n=(e.getRootNode()instanceof ShadowRoot&&e.parentElement?Array.from(e.parentElement.children):Array.from(t.children)).filter(t=>t!==e&&t instanceof HTMLElement);if(0===n.length)return"";let o=n.slice(0,4).map(e=>{let t=e.tagName.toLowerCase(),n=e.className,o="";if("string"==typeof n&&n){let e=n.split(/\s+/).map(e=>e.replace(/[_][a-zA-Z0-9]{5,}.*$/,"")).find(e=>e.length>2&&!/^[a-z]{1,2}$/.test(e));e&&(o=`.${e}`)}if("button"===t||"a"===t){let n=e.textContent?.trim().slice(0,15);if(n)return`${t}${o} "${n}"`}return`${t}${o}`}),r=t.tagName.toLowerCase();if("string"==typeof t.className&&t.className){let e=t.className.split(/\s+/).map(e=>e.replace(/[_][a-zA-Z0-9]{5,}.*$/,"")).find(e=>e.length>2&&!/^[a-z]{1,2}$/.test(e));e&&(r=`.${e}`)}let s=t.children.length,l=s>o.length+1?` (${s} total in ${r})`:"";return o.join(", ")+l}function eh(e){let t=e.className;return"string"==typeof t&&t?t.split(/\s+/).filter(e=>e.length>0).map(e=>{let t=e.match(/^([a-zA-Z][a-zA-Z0-9_-]*?)(?:_[a-zA-Z0-9]{5,})?$/);return t?t[1]:e}).filter((e,t,n)=>n.indexOf(e)===t).join(", "):""}var em=new Set(["none","normal","auto","0px","rgba(0, 0, 0, 0)","transparent","static","visible"]),eg=new Set(["p","span","h1","h2","h3","h4","h5","h6","label","li","td","th","blockquote","figcaption","caption","legend","dt","dd","pre","code","em","strong","b","i","a","time","cite","q"]),ep=new Set(["input","textarea","select"]),ey=new Set(["img","video","canvas","svg"]),ex=new Set(["div","section","article","nav","header","footer","aside","main","ul","ol","form","fieldset"]);function ef(e){if("u"<typeof window)return{};let t=window.getComputedStyle(e),n={},o=e.tagName.toLowerCase();for(let r of eg.has(o)?["color","fontSize","fontWeight","fontFamily","lineHeight"]:"button"===o||"a"===o&&"button"===e.getAttribute("role")||ep.has(o)?["backgroundColor","color","padding","borderRadius","fontSize"]:ey.has(o)?["width","height","objectFit","borderRadius"]:ex.has(o)?["display","padding","margin","gap","backgroundColor"]:["color","fontSize","margin","padding","backgroundColor"]){let e=r.replace(/([A-Z])/g,"-$1").toLowerCase(),o=t.getPropertyValue(e);o&&!em.has(o)&&(n[r]=o)}return n}var eb=["color","backgroundColor","borderColor","fontSize","fontWeight","fontFamily","lineHeight","letterSpacing","textAlign","width","height","padding","margin","border","borderRadius","display","position","top","right","bottom","left","zIndex","flexDirection","justifyContent","alignItems","gap","opacity","visibility","overflow","boxShadow","transform"];function ew(e){if("u"<typeof window)return"";let t=window.getComputedStyle(e),n=[];for(let e of eb){let o=e.replace(/([A-Z])/g,"-$1").toLowerCase(),r=t.getPropertyValue(o);r&&!em.has(r)&&n.push(`${o}: ${r}`)}return n.join("; ")}function ev(e){let t=[],n=e.getAttribute("role"),o=e.getAttribute("aria-label"),r=e.getAttribute("aria-describedby"),s=e.getAttribute("tabindex"),l=e.getAttribute("aria-hidden");return n&&t.push(`role="${n}"`),o&&t.push(`aria-label="${o}"`),r&&t.push(`aria-describedby="${r}"`),s&&t.push(`tabindex=${s}`),"true"===l&&t.push("aria-hidden"),e.matches("a, button, input, select, textarea, [tabindex]")&&t.push("focusable"),t.join(", ")}function ek(e){let t=[],n=e;for(;n&&"html"!==n.tagName.toLowerCase();){let e=n.tagName.toLowerCase(),o=e;if(n.id)o=`${e}#${n.id}`;else if(n.className&&"string"==typeof n.className){let t=n.className.split(/\s+/).map(e=>e.replace(/[_][a-zA-Z0-9]{5,}.*$/,"")).find(e=>e.length>2);t&&(o=`${e}.${t}`)}let r=ei(n);!n.parentElement&&r&&(o=`\u27E8shadow\u27E9 ${o}`),t.unshift(o),n=r}return t.join(" > ")}var ej=new Set(["nav","header","main","section","article","footer","aside"]),eC={banner:"Header",navigation:"Navigation",main:"Main Content",contentinfo:"Footer",complementary:"Sidebar",region:"Section"},eS={nav:"Navigation",header:"Header",main:"Main Content",section:"Section",article:"Article",footer:"Footer",aside:"Sidebar"},eM=new Set(["script","style","noscript","link","meta"]);function e$(e){let t=e;for(;t&&t!==document.body&&t!==document.documentElement;){let e=window.getComputedStyle(t).position;if("fixed"===e||"sticky"===e)return!0;t=t.parentElement}return!1}function eL(e){let t=e.tagName.toLowerCase();if(["nav","header","footer","main"].includes(t)&&1===document.querySelectorAll(t).length)return t;if(e.id)return`#${CSS.escape(e.id)}`;if(e.className&&"string"==typeof e.className){let n=e.className.split(/\s+/).filter(e=>e.length>0).find(e=>e.length>2&&!/^[a-zA-Z0-9]{6,}$/.test(e)&&!/^[a-z]{1,2}$/.test(e));if(n){let e=`${t}.${CSS.escape(n)}`;if(1===document.querySelectorAll(e).length)return e}}let n=e.parentElement;if(n){let o=Array.from(n.children).indexOf(e)+1,r=n===document.body?"body":eL(n);return`${r} > ${t}:nth-child(${o})`}return t}function eI(e){let t=e.tagName.toLowerCase(),n=e.getAttribute("aria-label");if(n)return n;let o=e.getAttribute("role");if(o&&eC[o])return eC[o];if(eS[t])return eS[t];let r=e.querySelector("h1, h2, h3, h4, h5, h6");if(r){let e=r.textContent?.trim();if(e&&e.length<=50)return e;if(e)return e.slice(0,47)+"..."}let{name:s}=e_(e);return s.charAt(0).toUpperCase()+s.slice(1)}function eB(e){let t=e.className;return"string"==typeof t&&t&&t.split(/\s+/).map(e=>e.replace(/[_][a-zA-Z0-9]{5,}.*$/,"")).find(e=>e.length>2&&!/^[a-z]{1,2}$/.test(e))||null}function eN(e){let t=e.textContent?.trim();if(!t)return null;let n=t.replace(/\s+/g," ");return n.length<=30?n:n.slice(0,30)+"…"}var eE="rgba(59, 130, 246, 0.08)",eR="rgba(59, 130, 246, 0.5)",eW="#3b82f6",eD=["nw","n","ne","e","se","s","sw","w"];function ez(e,t,n,o){let r=1/0,s=1/0,l=e.x,i=e.x+e.width,a=e.x+e.width/2,d=e.y,_=e.y+e.height,c=e.y+e.height/2,u=[];for(let e of t)n.has(e.id)||u.push(e.currentRect);for(let e of(o&&u.push(...o),u)){let t=e.x,n=e.x+e.width,o=e.x+e.width/2,u=e.y,h=e.y+e.height,m=e.y+e.height/2;for(let e of[l,i,a])for(let s of[t,n,o]){let t=s-e;5>Math.abs(t)&&Math.abs(t)<Math.abs(r)&&(r=t)}for(let e of[d,_,c])for(let t of[u,h,m]){let n=t-e;5>Math.abs(n)&&Math.abs(n)<Math.abs(s)&&(s=n)}}let h=5>Math.abs(r)?r:0,m=5>Math.abs(s)?s:0,g=[],p=new Set,y=l+h,x=i+h,f=a+h,b=d+m,w=_+m,v=c+m;for(let e of u){let t=e.x,n=e.x+e.width,o=e.x+e.width/2,r=e.y,s=e.y+e.height,l=e.y+e.height/2;for(let e of[t,o,n])for(let t of[y,f,x])if(.5>Math.abs(t-e)){let t=`x:${Math.round(e)}`;p.has(t)||(p.add(t),g.push({axis:"x",pos:e}))}for(let e of[r,l,s])for(let t of[b,v,w])if(.5>Math.abs(t-e)){let t=`y:${Math.round(e)}`;p.has(t)||(p.add(t),g.push({axis:"y",pos:e}))}}return{dx:h,dy:m,guides:g}}var eP=new Set(["script","style","noscript","link","meta","br","hr"]);function eT(e){let t=e;for(;t&&t!==document.body&&t!==document.documentElement&&!t.closest("[data-feedback-toolbar]");){if(eP.has(t.tagName.toLowerCase())){t=t.parentElement;continue}let e=t.getBoundingClientRect();if(e.width>=16&&e.height>=16)return t;t=t.parentElement}return null}function eO({rearrangeState:e,onChange:n,isDarkMode:r,exiting:s,className:l,blankCanvas:i,extraSnapRects:a,onSelectionChange:d,deselectSignal:_,onDragMove:c,onDragEnd:u,clearSignal:h}){let{sections:m}=e,g=(0,t.useRef)(e);g.current=e;let[p,y]=(0,t.useState)(new Set),[x,f]=(0,t.useState)(!1),b=(0,t.useRef)(h);(0,t.useEffect)(()=>{void 0!==h&&h!==b.current&&(b.current=h,m.length>0&&f(!0))},[h,m.length]);let w=(0,t.useRef)(_);(0,t.useEffect)(()=>{_!==w.current&&(w.current=_,y(new Set))},[_]);let[v,k]=(0,t.useState)(null),[j,C]=(0,t.useState)(!1),S=(0,t.useRef)(!1),M=(0,t.useCallback)(e=>{let t=m.find(t=>t.id===e);t&&(S.current=!!t.note,k(e),C(!1))},[m]),$=(0,t.useCallback)(()=>{v&&(C(!0),D(()=>{k(null),C(!1)},150))},[v]),L=(0,t.useCallback)(t=>{v&&(n({...e,sections:m.map(e=>e.id===v?{...e,note:t.trim()||void 0}:e)}),$())},[v,m,e,n,$]);(0,t.useEffect)(()=>{s&&v&&$()},[s]);let[I,B]=(0,t.useState)(new Set),N=(0,t.useRef)(new Map),[E,R]=(0,t.useState)(null),[W,z]=(0,t.useState)(null),[P,T]=(0,t.useState)([]),[O,F]=(0,t.useState)(0),H=(0,t.useRef)(null),Y=(0,t.useRef)(new Set),X=(0,t.useRef)(new Map),[U,Q]=(0,t.useState)(new Map),[q,V]=(0,t.useState)(new Map),Z=(0,t.useRef)(new Set),K=(0,t.useRef)(new Map),G=(0,t.useRef)(d);G.current=d;let ee=(0,t.useRef)(c);ee.current=c;let et=(0,t.useRef)(u);et.current=u,(0,t.useEffect)(()=>{i&&y(new Set)},[i]);let[en,eo]=(0,t.useState)(()=>!e.sections.some(e=>{let t=e.originalRect,n=e.currentRect;return Math.abs(t.x-n.x)>1||Math.abs(t.y-n.y)>1||Math.abs(t.width-n.width)>1||Math.abs(t.height-n.height)>1}));(0,t.useEffect)(()=>{if(!en){let e=D(()=>eo(!0),380);return()=>clearTimeout(e)}},[]);let er=(0,t.useRef)(new Set);(0,t.useEffect)(()=>{er.current=new Set(m.map(e=>e.selector))},[m]),(0,t.useEffect)(()=>{let e=()=>F(window.scrollY);return e(),window.addEventListener("scroll",e,{passive:!0}),window.addEventListener("resize",e,{passive:!0}),()=>{window.removeEventListener("scroll",e),window.removeEventListener("resize",e)}},[]),(0,t.useEffect)(()=>{let e=e=>{if(H.current)return void R(null);let t=document.elementFromPoint(e.clientX,e.clientY);if(!t||t.closest("[data-feedback-toolbar]")||t.closest("[data-design-placement]")||t.closest("[data-annotation-popup]"))return void R(null);let n=eT(t);if(!n)return void R(null);for(let e of er.current)try{let t=document.querySelector(e);if(t&&(t===n||n.contains(t)))return void R(null)}catch{}let o=n.getBoundingClientRect();R({x:o.x,y:o.y,w:o.width,h:o.height})};return document.addEventListener("mousemove",e,{passive:!0}),()=>document.removeEventListener("mousemove",e)},[m]),(0,t.useEffect)(()=>{let e=document.body.style.userSelect;return document.body.style.userSelect="none",()=>{document.body.style.userSelect=e}},[]),(0,t.useEffect)(()=>{let t=t=>{if(H.current||0!==t.button)return;let o=t.target;if(!o||o.closest("[data-feedback-toolbar]")||o.closest("[data-design-placement]")||o.closest("[data-annotation-popup]"))return;let r=eT(o),s=!1;if(r)for(let e of er.current)try{let t=document.querySelector(e);if(t&&(t===r||r.contains(t))){s=!0;break}}catch{}let l=!!(t.shiftKey||t.metaKey||t.ctrlKey);if(r&&!s){let o,s,i,d,_,c;t.preventDefault(),t.stopPropagation();let u=(o=window.scrollY,s=r.getBoundingClientRect(),i=e$(r),d={x:s.x,y:i?s.y:s.y+o,width:s.width,height:s.height},_=r.parentElement,c=0,_&&(c=Array.from(_.children).indexOf(r)),{id:`rs-${Date.now()}-${Math.random().toString(36).slice(2,7)}`,label:eI(r),tagName:r.tagName.toLowerCase(),selector:eL(r),role:r.getAttribute("role"),className:eB(r),textSnippet:eN(r),originalRect:d,currentRect:{...d},originalIndex:c,isFixed:i}),h=[...m,u],g=[...e.originalOrder,u.id];n({...e,sections:h,originalOrder:g});let p=new Set([u.id]);y(p),G.current?.(p,l),R(null);let x=t.clientX,f=t.clientY,b={x:u.currentRect.x,y:u.currentRect.y};u.originalRect;let w=!1,v=0,k=0;H.current="move";let j=e=>{let t=e.clientX-x,n=e.clientY-f;if(!w&&(Math.abs(t)>2||Math.abs(n)>2)&&(w=!0),!w)return;let o=ez({x:b.x+t,y:b.y+n,width:u.currentRect.width,height:u.currentRect.height},h,new Set([u.id]),a);T(o.guides);let r=t+o.dx,s=n+o.dy;v=r,k=s;let l=document.querySelector(`[data-rearrange-section="${u.id}"]`);l&&(l.style.transform=`translate(${r}px, ${s}px)`),Q(new Map([[u.id,{x:b.x+r,y:b.y+s,width:u.currentRect.width,height:u.currentRect.height}]])),ee.current?.(r,s)},C=()=>{window.removeEventListener("mousemove",j),window.removeEventListener("mouseup",C),H.current=null,T([]),Q(new Map);let t=document.querySelector(`[data-rearrange-section="${u.id}"]`);t&&(t.style.transform=""),w&&n({...e,sections:h.map(e=>e.id===u.id?{...e,currentRect:{...e.currentRect,x:Math.max(0,b.x+v),y:Math.max(0,b.y+k)}}:e),originalOrder:g}),et.current?.(v,k,w)};window.addEventListener("mousemove",j),window.addEventListener("mouseup",C)}else if(s&&r){for(let e of(t.preventDefault(),m))try{let t=document.querySelector(e.selector);if(t&&t===r){let t=new Set([e.id]);y(t),G.current?.(t,l);return}}catch{}l||(y(new Set),G.current?.(new Set,!1))}else l||(y(new Set),G.current?.(new Set,!1))};return document.addEventListener("mousedown",t,!0),()=>document.removeEventListener("mousedown",t,!0)},[m,e,n]),(0,t.useEffect)(()=>{let t=t=>{let o=t.target;if("INPUT"!==o.tagName&&"TEXTAREA"!==o.tagName&&!o.isContentEditable){if(("Backspace"===t.key||"Delete"===t.key)&&p.size>0){t.preventDefault();let e=new Set(p);B(t=>{let n=new Set(t);for(let t of e)n.add(t);return n}),y(new Set),D(()=>{let t=g.current;n({...t,sections:t.sections.filter(t=>!e.has(t.id)),originalOrder:t.originalOrder.filter(t=>!e.has(t))}),B(t=>{let n=new Set(t);for(let t of e)n.delete(t);return n})},180);return}if(["ArrowUp","ArrowDown","ArrowLeft","ArrowRight"].includes(t.key)&&p.size>0){t.preventDefault();let o=t.shiftKey?20:1,r="ArrowLeft"===t.key?-o:"ArrowRight"===t.key?o:0,s="ArrowUp"===t.key?-o:"ArrowDown"===t.key?o:0;n({...e,sections:m.map(e=>p.has(e.id)?{...e,currentRect:{...e.currentRect,x:Math.max(0,e.currentRect.x+r),y:Math.max(0,e.currentRect.y+s)}}:e)});return}"Escape"===t.key&&p.size>0&&y(new Set)}};return document.addEventListener("keydown",t),()=>document.removeEventListener("keydown",t)},[p,m,e,n]);let es=(0,t.useCallback)((t,o)=>{let r;if(0!==t.button)return;let s=t.target;if(s.closest(`.${J.handle}`)||s.closest(`.${J.deleteButton}`))return;t.preventDefault(),t.stopPropagation(),t.shiftKey||t.metaKey||t.ctrlKey?(r=new Set(p)).has(o)?r.delete(o):r.add(o):r=new Set(p.has(o)?p:[o]),y(r),(r.size!==p.size||[...r].some(e=>!p.has(e)))&&G.current?.(r,!!(t.shiftKey||t.metaKey||t.ctrlKey));let l=t.clientX,i=t.clientY,d=new Map;for(let e of m)r.has(e.id)&&d.set(e.id,{x:e.currentRect.x,y:e.currentRect.y});H.current="move";let _=!1,c=0,u=0,h=new Map;for(let e of m)if(r.has(e.id)){let t=document.querySelector(`[data-rearrange-section="${e.id}"]`);h.set(e.id,{outlineEl:t,curW:e.currentRect.width,curH:e.currentRect.height})}let g=e=>{let t=e.clientX-l,n=e.clientY-i;if(0===t&&0===n)return;_=!0;let o=1/0,s=1/0,g=-1/0,p=-1/0;for(let[e,{curW:r,curH:l}]of h){let i=d.get(e);if(!i)continue;let a=i.x+t,_=i.y+n;o=Math.min(o,a),s=Math.min(s,_),g=Math.max(g,a+r),p=Math.max(p,_+l)}let y=ez({x:o,y:s,width:g-o,height:p-s},m,r,a),x=t+y.dx,f=n+y.dy;for(let[,{outlineEl:e}]of(c=x,u=f,T(y.guides),h))e&&(e.style.transform=`translate(${x}px, ${f}px)`);let b=new Map;for(let[e,{curW:t,curH:n}]of h){let o=d.get(e);if(o){let r={x:Math.max(0,o.x+x),y:Math.max(0,o.y+f),width:t,height:n};b.set(e,r)}}Q(b),ee.current?.(x,f)},x=t=>{for(let[,{outlineEl:e}]of(window.removeEventListener("mousemove",g),window.removeEventListener("mouseup",x),H.current=null,T([]),Q(new Map),h))e&&(e.style.transform="");if(_){let o=t.clientX-l,r=t.clientY-i;if(5>Math.abs(o)&&5>Math.abs(r))n({...e,sections:m.map(e=>{let t=d.get(e.id);return t?{...e,currentRect:{...e.currentRect,x:t.x,y:t.y}}:e})});else{n({...e,sections:m.map(e=>{let t=d.get(e.id);return t?{...e,currentRect:{...e.currentRect,x:Math.max(0,t.x+c),y:Math.max(0,t.y+u)}}:e})}),et.current?.(c,u,!0);return}}et.current?.(0,0,!1)};window.addEventListener("mousemove",g),window.addEventListener("mouseup",x)},[p,m,e,n]),el=(0,t.useCallback)((t,o,r)=>{t.preventDefault(),t.stopPropagation();let s=m.find(e=>e.id===o);if(!s)return;y(new Set([o])),H.current="resize";let l=t.clientX,i=t.clientY,a={...s.currentRect};s.originalRect;let d=a.width/a.height,_={...a},c=document.querySelector(`[data-rearrange-section="${o}"]`),u=e=>{let t=e.clientX-l,n=e.clientY-i,s=a.x,u=a.y,h=a.width,m=a.height;r.includes("e")&&(h=Math.max(24,a.width+t)),r.includes("w")&&(h=Math.max(24,a.width-t),s=a.x+a.width-h),r.includes("s")&&(m=Math.max(24,a.height+n)),r.includes("n")&&(m=Math.max(24,a.height-n),u=a.y+a.height-m),e.shiftKey&&(2===r.length?(Math.abs(h-a.width)>Math.abs(m-a.height)?m=h/d:h=m*d,r.includes("w")&&(s=a.x+a.width-h),r.includes("n")&&(u=a.y+a.height-m)):("e"===r||"w"===r?m=h/d:h=m*d,"w"===r&&(s=a.x+a.width-h),"n"===r&&(u=a.y+a.height-m))),_={x:s,y:u,width:h,height:m},c&&(c.style.left=`${s}px`,c.style.top=`${u-O}px`,c.style.width=`${h}px`,c.style.height=`${m}px`),z({x:e.clientX+12,y:e.clientY+12,text:`${Math.round(h)} \xd7 ${Math.round(m)}`}),Q(new Map([[o,_]]))},h=()=>{window.removeEventListener("mousemove",u),window.removeEventListener("mouseup",h),z(null),H.current=null,Q(new Map),n({...e,sections:m.map(e=>e.id===o?{...e,currentRect:_}:e)})};window.addEventListener("mousemove",u),window.addEventListener("mouseup",h)},[m,e,n,O]),ei=(0,t.useCallback)(e=>{B(t=>{let n=new Set(t);return n.add(e),n}),y(t=>{let n=new Set(t);return n.delete(e),n}),D(()=>{let t=g.current;n({...t,sections:t.sections.filter(t=>t.id!==e),originalOrder:t.originalOrder.filter(t=>t!==e)}),B(t=>{let n=new Set(t);return n.delete(e),n})},180)},[n]),ea=e=>{let t=e.originalRect,n=e.currentRect;return Math.abs(t.x-n.x)>1||Math.abs(t.y-n.y)>1||Math.abs(t.width-n.width)>1||Math.abs(t.height-n.height)>1},ed=e=>{let t=e.originalRect,n=e.currentRect;return Math.abs(t.x-n.x)>1||Math.abs(t.y-n.y)>1},e_=e=>{let t=e.originalRect,n=e.currentRect;return Math.abs(t.width-n.width)>1||Math.abs(t.height-n.height)>1};for(let e of m)!X.current.has(e.id)&&(ed(e)?X.current.set(e.id,"move"):e_(e)&&X.current.set(e.id,"resize"));for(let e of X.current.keys())m.some(t=>t.id===e)||X.current.delete(e);let ec=m.filter(e=>{try{if(I.has(e.id)||p.has(e.id))return!0;let t=document.querySelector(e.selector);if(!t)return!1;let n=t.getBoundingClientRect(),o=e.originalRect;return Math.abs(n.width-o.width)+Math.abs(n.height-o.height)<200}catch{return!1}}),eu=ec.filter(e=>ea(e)),eh=ec.filter(e=>!ea(e)),em=new Set(eu.map(e=>e.id));for(let e of Y.current)em.has(e)||Y.current.delete(e);let eg=[...em].sort().join(",");for(let e of eu)K.current.set(e.id,{currentRect:e.currentRect,originalRect:e.originalRect,isFixed:e.isFixed});return(0,t.useEffect)(()=>{let e=Z.current;Z.current=em;let t=new Map;for(let n of e)if(!em.has(n)){if(!m.some(e=>e.id===n))continue;let e=K.current.get(n);e&&(t.set(n,{orig:e.originalRect,target:e.currentRect,isFixed:e.isFixed}),K.current.delete(n))}if(t.size>0){V(e=>{let n=new Map(e);for(let[e,o]of t)n.set(e,o);return n});let e=D(()=>{V(e=>{let n=new Map(e);for(let e of t.keys())n.delete(e);return n})},250);return()=>clearTimeout(e)}},[eg,m]),(0,o.jsxs)(o.Fragment,{children:[(0,o.jsxs)("div",{className:`${J.rearrangeOverlay} ${!r?J.light:""} ${s?J.overlayExiting:""}${l?` ${l}`:""}`,"data-feedback-toolbar":!0,children:[E&&(0,o.jsx)("div",{className:J.hoverHighlight,style:{left:E.x,top:E.y,width:E.w,height:E.h}}),eh.map(e=>{let t=e.currentRect,n=e.isFixed?t.y:t.y-O,r=p.has(e.id);return(0,o.jsxs)("div",{"data-rearrange-section":e.id,className:`${J.sectionOutline} ${r?J.selected:""} ${x||s||I.has(e.id)?J.exiting:""}`,style:{left:t.x,top:n,width:t.width,height:t.height,borderColor:eR,backgroundColor:eE,...en?{}:{opacity:0,animation:"none",transition:"none"}},onMouseDown:t=>es(t,e.id),onDoubleClick:()=>M(e.id),children:[(0,o.jsx)("span",{className:J.sectionLabel,style:{backgroundColor:eW},children:e.label}),(0,o.jsx)("span",{className:`${J.sectionAnnotation} ${e.note?J.annotationVisible:""}`,children:(e.note&&N.current.set(e.id,e.note),e.note||N.current.get(e.id)||"")}),(0,o.jsxs)("span",{className:J.sectionDimensions,children:[Math.round(t.width)," × ",Math.round(t.height)]}),(0,o.jsx)("div",{className:J.deleteButton,onMouseDown:e=>e.stopPropagation(),onClick:()=>ei(e.id),children:"✕"}),eD.map(t=>(0,o.jsx)("div",{className:`${J.handle} ${J[`handle${t.charAt(0).toUpperCase()}${t.slice(1)}`]}`,onMouseDown:n=>el(n,e.id,t)},t))]},e.id)}),eu.map(e=>{let t=e.currentRect,n=e.isFixed?t.y:t.y-O,r=p.has(e.id),l=ed(e),a=e_(e);if(i&&!r)return null;let d=!Y.current.has(e.id);return d&&Y.current.add(e.id),(0,o.jsxs)("div",{"data-rearrange-section":e.id,className:`${J.ghostOutline} ${r?J.selected:""} ${x||s||I.has(e.id)?J.exiting:""}`,style:{left:t.x,top:n,width:t.width,height:t.height,...en?{}:{opacity:0,animation:"none",transition:"none"},...!d?{animation:"none"}:{}},onMouseDown:t=>es(t,e.id),onDoubleClick:()=>M(e.id),children:[(0,o.jsx)("span",{className:J.sectionLabel,style:{backgroundColor:eW},children:e.label}),(0,o.jsx)("span",{className:`${J.sectionAnnotation} ${e.note?J.annotationVisible:""}`,children:(e.note&&N.current.set(e.id,e.note),e.note||N.current.get(e.id)||"")}),(0,o.jsxs)("span",{className:J.sectionDimensions,children:[Math.round(t.width)," × ",Math.round(t.height)]}),(0,o.jsx)("div",{className:J.deleteButton,onMouseDown:e=>e.stopPropagation(),onClick:()=>ei(e.id),children:"✕"}),eD.map(t=>(0,o.jsx)("div",{className:`${J.handle} ${J[`handle${t.charAt(0).toUpperCase()}${t.slice(1)}`]}`,onMouseDown:n=>el(n,e.id,t)},t)),(0,o.jsx)("span",{className:J.ghostBadge,children:(()=>{let t=X.current.get(e.id);if(l&&a){let[e,n]="resize"===t?["Resize","Move"]:["Move","Resize"];return(0,o.jsxs)(o.Fragment,{children:["Suggested ",e," ",(0,o.jsxs)("span",{className:J.ghostBadgeExtra,children:["& ",n]})]})}return`Suggested ${a?"Resize":"Move"}`})()})]},e.id)})]}),!i&&(()=>{let e=[];for(let t of eu){let n=U.get(t.id);e.push({id:t.id,orig:t.originalRect,target:n||t.currentRect,isFixed:t.isFixed,isSelected:p.has(t.id),isExiting:I.has(t.id)})}for(let[t,n]of U)if(!e.some(e=>e.id===t)){let o=m.find(e=>e.id===t);o&&e.push({id:t,orig:o.originalRect,target:n,isFixed:o.isFixed,isSelected:p.has(t)})}for(let[t,n]of q)e.some(e=>e.id===t)||e.push({id:t,orig:n.orig,target:n.target,isFixed:n.isFixed,isSelected:!1,isExiting:!0});return 0===e.length?null:(0,o.jsxs)("svg",{className:`${J.connectorSvg} ${x||s?J.connectorExiting:""}`,children:[e.map(({id:e,orig:t,target:n,isFixed:r,isSelected:s,isExiting:l})=>{let i=t.x+t.width/2,a=(r?t.y:t.y-O)+t.height/2,d=n.x+n.width/2,_=(r?n.y:n.y-O)+n.height/2,c=d-i,u=_-a,h=Math.sqrt(c*c+u*u);if(h<2)return null;let m=Math.min(1,h/40),g=Math.min(.3*h,60),p=(i+d)/2+(h>0?-u/h:0)*g,y=(a+_)/2+(h>0?c/h:0)*g,x=U.has(e),f=x||s?1:.5;return(0,o.jsxs)("g",{className:l?J.connectorExiting:"",children:[(0,o.jsx)("path",{className:J.connectorLine,d:`M ${i} ${a} Q ${p} ${y} ${d} ${_}`,fill:"none",stroke:"rgba(59, 130, 246, 0.45)",strokeWidth:"1.5",opacity:(x||s?1:.4)*m}),(0,o.jsx)("circle",{className:J.connectorDot,cx:i,cy:a,r:4*m,fill:"rgba(59, 130, 246, 0.8)",stroke:"#fff",strokeWidth:"1.5",opacity:f*m,filter:"url(#connDotShadow)"}),(0,o.jsx)("circle",{className:J.connectorDot,cx:d,cy:_,r:4*m,fill:"rgba(59, 130, 246, 0.8)",stroke:"#fff",strokeWidth:"1.5",opacity:f*m,filter:"url(#connDotShadow)"})]},`conn-${e}`)}),(0,o.jsx)("defs",{children:(0,o.jsx)("filter",{id:"connDotShadow",x:"-50%",y:"-50%",width:"200%",height:"200%",children:(0,o.jsx)("feDropShadow",{dx:"0",dy:"0.5",stdDeviation:"1",floodOpacity:"0.15"})})})]})})(),v&&(()=>{let e,t=m.find(e=>e.id===v);if(!t)return null;let n=t.currentRect,s=t.isFixed?n.y:n.y-O,l=n.x+n.width/2,i=s-8,a=s+n.height+8,d=a<window.innerHeight-100,_=Math.max(160,Math.min(window.innerWidth-160,l));return e=i>200?{left:_,bottom:window.innerHeight-i}:d?{left:_,top:a}:{left:_,top:Math.max(80,window.innerHeight/2-80)},(0,o.jsx)(A,{element:t.label,placeholder:"Add a note about this section",initialValue:t.note??"",submitLabel:S.current?"Save":"Set",onSubmit:L,onCancel:$,onDelete:S.current?()=>{L("")}:void 0,isExiting:j,lightMode:!r,style:e})})(),W&&(0,o.jsx)("div",{className:J.sizeIndicator,style:{left:W.x,top:W.y},"data-feedback-toolbar":!0,children:W.text}),P.map((e,t)=>(0,o.jsx)("div",{className:J.guideLine,style:"x"===e.axis?{position:"fixed",left:e.pos,top:0,width:1,height:"100vh"}:{position:"fixed",left:0,top:e.pos-O,width:"100vw",height:1}},`${e.axis}-${e.pos}-${t}`))]})}var eA=new Set(["script","style","noscript","link","meta","br","hr"]);function eF(e,t){let n,o,r,s,l=t?(n=window.scrollY,t.map(({label:e,selector:t,rect:o})=>{let r=o.y-n;return{label:e,selector:t,top:r,bottom:r+o.height,left:o.x,right:o.x+o.width,area:o.width*o.height}})):function(){let e=document.querySelector("main")||document.body,t=[],n=Array.from(e.children);for(let o of e!==document.body&&n.length<3?Array.from(document.body.children):n){if(!(o instanceof HTMLElement)||eA.has(o.tagName.toLowerCase())||o.hasAttribute("data-feedback-toolbar"))continue;let e=window.getComputedStyle(o);if("none"===e.display||"hidden"===e.visibility)continue;let n=o.getBoundingClientRect();if(!(n.height<10)&&!(n.width<10))for(let e of(t.push({label:eI(o),selector:eL(o),top:n.top,bottom:n.bottom,left:n.left,right:n.right,area:n.width*n.height}),Array.from(o.children))){if(!(e instanceof HTMLElement)||eA.has(e.tagName.toLowerCase())||e.hasAttribute("data-feedback-toolbar"))continue;let n=window.getComputedStyle(e);if("none"===n.display||"hidden"===n.visibility)continue;let o=e.getBoundingClientRect();o.height<10||o.width<10||t.push({label:eI(e),selector:eL(e),top:o.top,bottom:o.bottom,left:o.left,right:o.right,area:o.width*o.height})}}return t}(),i=(o=window.scrollY,r=e.y-o,s=e.x,{top:r,bottom:r+e.height,left:s,right:s+e.width,area:e.width*e.height}),a=null,d=null,_=null,c=null,u=null;for(let t of l){if(2>Math.abs(t.left-i.left)&&2>Math.abs(t.top-i.top)&&2>Math.abs(t.right-t.left-e.width)&&2>Math.abs(t.bottom-t.top-e.height))continue;t.left<=i.left+2&&t.right>=i.right-2&&t.top<=i.top+2&&t.bottom>=i.bottom-2&&t.area>1.5*i.area&&(!u||t.area<u._area)&&(u={label:t.label,selector:t.selector,_area:t.area});let n=i.right>t.left+5&&i.left<t.right-5,o=i.bottom>t.top+5&&i.top<t.bottom-5;if(n&&t.bottom<=i.top+5){let e=Math.round(i.top-t.bottom);(!a||e<a._dist)&&(a={label:t.label,selector:t.selector,gap:Math.max(0,e),_dist:e})}if(n&&t.top>=i.bottom-5){let e=Math.round(t.top-i.bottom);(!d||e<d._dist)&&(d={label:t.label,selector:t.selector,gap:Math.max(0,e),_dist:e})}if(o&&t.right<=i.left+5){let e=Math.round(i.left-t.right);(!_||e<_._dist)&&(_={label:t.label,selector:t.selector,gap:Math.max(0,e),_dist:e})}if(o&&t.left>=i.right-5){let e=Math.round(t.left-i.right);(!c||e<c._dist)&&(c={label:t.label,selector:t.selector,gap:Math.max(0,e),_dist:e})}}let h=window.innerWidth,m=window.innerHeight,g=function(e,t){if(e.width/t>.85)return"full-width";let n=e.x+e.width/2-t/2;return Math.abs(n)<.08*t?"center":n<0?"left":"right"}(e,h),p=e=>e?{label:e.label,selector:e.selector,gap:e.gap}:null,y=function(e,t,n,o,r){let s={},l=!1,i=[];if(e.left<-2&&i.push("left"),e.right>t+2&&i.push("right"),e.top<-2&&i.push("top"),e.bottom>n+2&&i.push("bottom"),i.length>0&&(s.viewport=i,l=!0),o){let t=r.find(e=>e.label===o.label&&e.selector===o.selector&&10>Math.abs(e.area-o._area));if(t){let n=[];e.left<t.left-2&&n.push("left"),e.right>t.right+2&&n.push("right"),e.top<t.top-2&&n.push("top"),e.bottom>t.bottom+2&&n.push("bottom"),n.length>0&&(s.container={label:o.label,edges:n},l=!0)}}return l?s:null}(i,h,m,u?{label:u.label,selector:u.selector,_area:u._area}:null,l);return{above:p(a),below:p(d),left:p(_),right:p(c),alignment:g,containedIn:u?{label:u.label,selector:u.selector}:null,outOfBounds:y}}function eH(e){switch(e){case"full-width":return"full-width";case"center":return"centered";case"left":return"left-aligned";case"right":return"right-aligned"}}function eY(e,t={}){let n=[];e.above&&n.push(`Below \`${e.above.label}\`${e.above.gap>0?` (${e.above.gap}px gap)`:""}`),e.below&&n.push(`Above \`${e.below.label}\`${e.below.gap>0?` (${e.below.gap}px gap)`:""}`),t.includeLeftRight&&(e.left&&n.push(`Right of \`${e.left.label}\`${e.left.gap>0?` (${e.left.gap}px gap)`:""}`),e.right&&n.push(`Left of \`${e.right.label}\`${e.right.gap>0?` (${e.right.gap}px gap)`:""}`));let o=eH(e.alignment);return e.containedIn?n.push(`${o.charAt(0).toUpperCase()+o.slice(1)} in \`${e.containedIn.label}\``):n.push(`${o.charAt(0).toUpperCase()+o.slice(1)} in page`),t.includePixelRef&&t.pixelRef&&n.push(`Pixel ref: \`${t.pixelRef}\``),e.outOfBounds&&(e.outOfBounds.viewport&&n.push(`**Outside viewport** (${e.outOfBounds.viewport.join(", ")} edge${e.outOfBounds.viewport.length>1?"s":""})`),e.outOfBounds.container&&n.push(`**Outside \`${e.outOfBounds.container.label}\`** (${e.outOfBounds.container.edges.join(", ")} edge${e.outOfBounds.container.edges.length>1?"s":""})`)),n}function eX(e){if(e.length<2)return[];let t=[],n=new Set;for(let o=0;o<e.length;o++){if(n.has(o))continue;let r=[o];for(let t=o+1;t<e.length;t++)!n.has(t)&&15>Math.abs(e[o].rect.y-e[t].rect.y)&&r.push(t);if(r.length>=2){let o=r.map(t=>e[t]);o.sort((e,t)=>e.rect.x-t.rect.x);let s=[];for(let e=0;e<o.length-1;e++)s.push(Math.round(o[e+1].rect.x-(o[e].rect.x+o[e].rect.width)));let l=Math.round(o.reduce((e,t)=>e+t.rect.y,0)/o.length);t.push({labels:o.map(e=>e.label),type:"row",sharedEdge:l,gaps:s,avgGap:s.length?Math.round(s.reduce((e,t)=>e+t,0)/s.length):0}),r.forEach(e=>n.add(e))}}for(let o=0;o<e.length;o++){if(n.has(o))continue;let r=[o];for(let t=o+1;t<e.length;t++)!n.has(t)&&15>Math.abs(e[o].rect.x-e[t].rect.x)&&r.push(t);if(r.length>=2){let o=r.map(t=>e[t]);o.sort((e,t)=>e.rect.y-t.rect.y);let s=[];for(let e=0;e<o.length-1;e++)s.push(Math.round(o[e+1].rect.y-(o[e].rect.y+o[e].rect.height)));let l=Math.round(o.reduce((e,t)=>e+t.rect.x,0)/o.length);t.push({labels:o.map(e=>e.label),type:"column",sharedEdge:l,gaps:s,avgGap:s.length?Math.round(s.reduce((e,t)=>e+t,0)/s.length):0}),r.forEach(e=>n.add(e))}}return t}function eU(e){if("u"<typeof document)return{viewport:e,contentArea:null};let t=[],n=new Set,o=e=>{n.has(e)||!(e instanceof HTMLElement)||e.hasAttribute("data-feedback-toolbar")||eA.has(e.tagName.toLowerCase())||(n.add(e),t.push(e))},r=document.querySelector("main");r&&o(r);let s=document.querySelector("[role='main']");for(let e of(s&&o(s),Array.from(document.body.children)))if(o(e),e.children){for(let t of Array.from(e.children))if(o(t),t.children)for(let e of Array.from(t.children))o(e)}let l=null;for(let n of t){let t=n.getBoundingClientRect();if(t.height<50)continue;let o=getComputedStyle(n);if(o.maxWidth&&"none"!==o.maxWidth&&"0px"!==o.maxWidth){(!l||t.width<l.rect.width)&&(l={el:n,rect:t});continue}!l&&t.width<e.width-20&&t.width>100&&(l={el:n,rect:t})}if(l){let{el:t,rect:n}=l;return{viewport:e,contentArea:{width:Math.round(n.width),left:Math.round(n.left),right:Math.round(n.right),centerX:Math.round(n.left+n.width/2),selector:eL(t)}}}return{viewport:e,contentArea:null}}function eQ(e,t){let n=t.contentArea,o=n?n.width:t.viewport.width,r=n?n.left:0,s=n?n.centerX:Math.round(t.viewport.width/2),l=Math.round(e.x-r),i=Math.round(r+o-(e.x+e.width)),a=(e.width/o*100).toFixed(1),d=20>Math.abs(e.x+e.width/2-s),_=e.width/o>.95,c=[];return _?c.push("`width: 100%` of container"):c.push(`left \`${l}px\` in container, right \`${i}px\`, width \`${a}%\` (\`${Math.round(e.width)}px\`)`),d&&!_&&c.push("centered — `margin-inline: auto`"),c.join(" — ")}function eq(e){let{viewport:t,contentArea:n}=e,o="### Reference Frame\n";return o+=`- Viewport: \`${t.width}\xd7${t.height}px\`
2
+ `,n?o+=`- Content area: \`${n.width}px\` wide, left edge at \`x=${n.left}\`, right at \`x=${n.right}\` (\`${n.selector}\`)
3
+ - Pixel \u2192 CSS translation:
4
+ - **Horizontal position in container**: \`element.x - ${n.left}\` \u2192 use as \`margin-left\` or \`left\`
5
+ - **Width as % of container**: \`element.width / ${n.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 - ${n.centerX}| < 20px\` \u2192 use \`margin-inline: auto\`
8
+ `:o+=`- No distinct content container \u2014 elements positioned relative to full viewport
9
+ - Pixel \u2192 CSS translation:
10
+ - **Width as % of viewport**: \`element.width / ${t.width} \xd7 100\` \u2192 use as \`width: X%\`
11
+ - **Centered**: if \`|(element.x + element.width/2) - ${Math.round(t.width/2)}| < 20px\` \u2192 use \`margin-inline: auto\`
12
+ `,o+="\n"}function eV(e,t,n,o="standard"){if(0===e.length)return"";let r=[...e].sort((e,t)=>20>Math.abs(e.y-t.y)?e.x-t.x:e.y-t.y),s="";if(n?.blankCanvas?(s+=`## Wireframe: New Page
13
+
14
+ `,n.wireframePurpose&&(s+=`> **Purpose:** ${n.wireframePurpose}
15
+ >
16
+ `),s+=`> ${e.length} component${1!==e.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
+ `):s+=`## Design Layout
21
+
22
+ > ${e.length} component${1!==e.length?"s":""} placed
23
+
24
+ `,"compact"===o)return s+="### Components\n",r.forEach((e,t)=>{let n=U[e.type]?.label||e.type;s+=`${t+1}. **${n}** \u2014 \`${Math.round(e.width)}\xd7${Math.round(e.height)}px\` at \`(${Math.round(e.x)}, ${Math.round(e.y)})\`
25
+ `}),s;let l=eU(t);s+=eq(l),s+="### Components\n",r.forEach((e,t)=>{let n=U[e.type]?.label||e.type,r={x:e.x,y:e.y,width:e.width,height:e.height};for(let l of(s+=`${t+1}. **${n}** \u2014 \`${Math.round(e.width)}\xd7${Math.round(e.height)}px\` at \`(${Math.round(e.x)}, ${Math.round(e.y)})\`
26
+ `,eY(eF(r),{includeLeftRight:"detailed"===o||"forensic"===o})))s+=` - ${l}
27
+ `;let i=eQ(r,l);i&&(s+=` - CSS: ${i}
28
+ `)}),s+="\n### Layout Analysis\n";let i=[];for(let e of r){let t=i.find(t=>30>Math.abs(t.y-e.y));t?t.items.push(e):i.push({y:e.y,items:[e]})}if(i.sort((e,t)=>e.y-t.y),i.forEach((e,n)=>{e.items.sort((e,t)=>e.x-t.x);let o=e.items.map(e=>U[e.type]?.label||e.type);if(1===e.items.length){let r=e.items[0].width>.8*t.width;s+=`- Row ${n+1} (y\u2248${Math.round(e.y)}): ${o[0]}${r?" — full width":""}
29
+ `}else s+=`- Row ${n+1} (y\u2248${Math.round(e.y)}): ${o.join(" | ")} \u2014 ${e.items.length} items side by side
30
+ `}),"detailed"===o||"forensic"===o){s+="\n### Spacing & Gaps\n";for(let e=0;e<r.length-1;e++){let t=r[e],n=r[e+1],o=U[t.type]?.label||t.type,l=U[n.type]?.label||n.type,i=Math.round(n.y-(t.y+t.height)),a=Math.round(n.x-(t.x+t.width));30>Math.abs(t.y-n.y)?s+=`- ${o} \u2192 ${l}: \`${a}px\` horizontal gap
31
+ `:s+=`- ${o} \u2192 ${l}: \`${i}px\` vertical gap
32
+ `}if("forensic"===o&&r.length>2){s+="\n### All Pairwise Gaps\n";for(let e=0;e<r.length;e++)for(let t=e+1;t<r.length;t++){let n=r[e],o=r[t],l=U[n.type]?.label||n.type,i=U[o.type]?.label||o.type,a=Math.round(o.y-(n.y+n.height)),d=Math.round(o.x-(n.x+n.width));s+=`- ${l} \u2194 ${i}: h=\`${d}px\` v=\`${a}px\`
33
+ `}}"forensic"===o&&(s+="\n### Z-Order (placement order)\n",e.forEach((e,t)=>{let n=U[e.type]?.label||e.type;s+=`${t}. ${n} at \`(${Math.round(e.x)}, ${Math.round(e.y)})\`
34
+ `}))}s+="\n### Suggested Implementation\n";let a=r.some(e=>"navigation"===e.type),d=r.some(e=>"hero"===e.type),_=r.some(e=>"sidebar"===e.type),c=r.some(e=>"footer"===e.type),u=r.filter(e=>"card"===e.type),h=r.filter(e=>"form"===e.type),m=r.filter(e=>"table"===e.type),g=r.filter(e=>"modal"===e.type);if(a&&(s+="- Top navigation bar with logo + nav links + CTA\n"),d&&(s+="- Hero section with heading, subtext, and call-to-action\n"),_&&(s+="- Sidebar layout — use CSS Grid with sidebar + main content area\n"),u.length>1?s+=`- ${u.length}-column card grid \u2014 use CSS Grid or Flexbox
35
+ `:1===u.length&&(s+="- Card component with image + content area\n"),h.length>0&&(s+=`- ${h.length} form${h.length>1?"s":""} \u2014 add proper labels, validation, and submit handling
36
+ `),m.length>0&&(s+="- Data table — consider sortable columns and pagination\n"),g.length>0&&(s+="- Modal dialog — add overlay backdrop and focus trapping\n"),c&&(s+="- Multi-column footer with links\n"),"detailed"===o||"forensic"===o){if(s+="\n### CSS Suggestions\n",_){let e=r.find(e=>"sidebar"===e.type);s+=`- \`display: grid; grid-template-columns: ${Math.round(e.width)}px 1fr;\`
37
+ `}if(u.length>1){let e=Math.round(u[0].width);s+=`- \`display: grid; grid-template-columns: repeat(${u.length}, ${e}px); gap: 16px;\`
38
+ `}a&&(s+="- Navigation: `position: sticky; top: 0; z-index: 50;`\n")}return s}function eZ(e,t="standard",n){let{sections:o}=e,r=[];for(let e of o){let n=e.originalRect,o=e.currentRect,s=Math.abs(n.x-o.x)>1||Math.abs(n.y-o.y)>1,l=Math.abs(n.width-o.width)>1||Math.abs(n.height-o.height)>1;if(!s&&!l){"forensic"===t&&r.push({section:e,posMoved:!1,sizeChanged:!1});continue}r.push({section:e,posMoved:s,sizeChanged:l})}if(0===r.length||"forensic"!==t&&r.every(e=>!e.posMoved&&!e.sizeChanged))return"";let s="## Suggested Layout Changes\n\n",l=eU({width:n?n.width:"u">typeof window?window.innerWidth:0,height:n?n.height:"u">typeof window?window.innerHeight:0});"compact"!==t&&(s+=eq(l)),"forensic"===t&&(s+=`> Detected at: \`${new Date(e.detectedAt).toISOString()}\`
39
+ `,s+=`> Total sections: ${o.length}
40
+
41
+ `);let i=e=>o.map(t=>({label:t.label,selector:t.selector,rect:"original"===e?t.originalRect:t.currentRect}));for(let{section:e,posMoved:n,sizeChanged:o}of(s+="**Changes:**\n",r)){let r=e.originalRect,a=e.currentRect;if(!n&&!o){s+=`- ${e.label} \u2014 unchanged at (${Math.round(a.x)}, ${Math.round(a.y)}) ${Math.round(a.width)}\xd7${Math.round(a.height)}px
42
+ `;continue}if("compact"===t){n&&o?s+=`- Suggested: move **${e.label}** to (${Math.round(a.x)}, ${Math.round(a.y)}) ${Math.round(a.width)}\xd7${Math.round(a.height)}px
43
+ `:n?s+=`- Suggested: move **${e.label}** to (${Math.round(a.x)}, ${Math.round(a.y)})
44
+ `:s+=`- Suggested: resize **${e.label}** to ${Math.round(a.width)}\xd7${Math.round(a.height)}px
45
+ `;continue}if(n&&o?s+=`- Suggested: move and resize **${e.label}**
46
+ `:n?s+=`- Suggested: move **${e.label}**
47
+ `:s+=`- Suggested: resize **${e.label}** from ${Math.round(r.width)}\xd7${Math.round(r.height)}px to ${Math.round(a.width)}\xd7${Math.round(a.height)}px
48
+ `,n){let e=eF(r,i("original")),n=eF(a,i("current")),d=o?{width:r.width,height:r.height}:void 0;s+=` - Currently ${function(e,t,n){let o=[];e.above&&o.push(`below \`${e.above.label}\``),e.below&&o.push(`above \`${e.below.label}\``),e.left&&o.push(`right of \`${e.left.label}\``),e.right&&o.push(`left of \`${e.right.label}\``),e.containedIn&&o.push(`inside \`${e.containedIn.label}\``),o.push(eH(e.alignment)),e.outOfBounds?.viewport&&o.push(`**outside viewport** (${e.outOfBounds.viewport.join(", ")})`),e.outOfBounds?.container&&o.push(`**outside \`${e.outOfBounds.container.label}\`** (${e.outOfBounds.container.edges.join(", ")})`);let r=n?`, ${Math.round(n.width)}\xd7${Math.round(n.height)}px`:"";return`at (${Math.round(t.x)}, ${Math.round(t.y)})${r}: ${o.join(", ")}`}(e,{x:r.x,y:r.y},d)}
49
+ `;let _=o?{width:a.width,height:a.height}:void 0,c=`at (${Math.round(a.x)}, ${Math.round(a.y)})`,u=_?`, ${Math.round(_.width)}\xd7${Math.round(_.height)}px`:"",h=eY(n,{includeLeftRight:"detailed"===t||"forensic"===t});if(h.length>0){s+=` - Suggested position ${c}${u}: ${h[0]}
50
+ `;for(let e=1;e<h.length;e++)s+=` ${h[e]}
51
+ `}else s+=` - Suggested position ${c}${u}
52
+ `;let m=eQ(a,l);m&&(s+=` - CSS: ${m}
53
+ `)}let d=function(e){let t=function(e){if("u"<typeof document)return null;let t=document.querySelector(e);if(!t?.parentElement)return null;let n=getComputedStyle(t.parentElement),o={parentDisplay:n.display,parentSelector:eL(t.parentElement)};return n.display.includes("flex")&&(o.flexDirection=n.flexDirection),n.display.includes("grid")&&"none"!==n.gridTemplateColumns&&(o.gridCols=n.gridTemplateColumns),n.gap&&"normal"!==n.gap&&"0px"!==n.gap&&(o.gap=n.gap),o}(e);if(!t)return null;let n=`\`${t.parentDisplay}\``;return t.flexDirection&&(n+=`, flex-direction: \`${t.flexDirection}\``),t.gridCols&&(n+=`, grid-template-columns: \`${t.gridCols}\``),t.gap&&(n+=`, gap: \`${t.gap}\``),`Parent: ${n} (\`${t.parentSelector}\`)`}(e.selector);if(d&&(s+=` - ${d}
54
+ `),s+=` - Selector: \`${e.selector}\`
55
+ `,"detailed"===t||"forensic"===t){let n=e.className?`${e.tagName}.${e.className.split(" ")[0]}`:e.tagName;n!==e.selector&&(s+=` - Element: \`${n}\`
56
+ `),e.role&&(s+=` - Role: \`${e.role}\`
57
+ `),"forensic"===t&&e.textSnippet&&(s+=` - Text: "${e.textSnippet}"
58
+ `)}"forensic"===t&&(s+=` - Original rect: \`{ x: ${Math.round(r.x)}, y: ${Math.round(r.y)}, w: ${Math.round(r.width)}, h: ${Math.round(r.height)} }\`
59
+ `,s+=` - Current rect: \`{ x: ${Math.round(a.x)}, y: ${Math.round(a.y)}, w: ${Math.round(a.width)}, h: ${Math.round(a.height)} }\`
60
+ `)}if("compact"!==t){let e=function(e){if(e.length<2)return[];let t=eX(e.map(e=>({label:e.label,rect:e.originalRect}))),n=eX(e.map(e=>({label:e.label,rect:e.currentRect}))),o=[],r=new Set;for(let e of t){let t=new Set(e.labels),s=null,l=0;for(let e of n){let n=e.labels.filter(e=>t.has(e)).length;n>=2&&n>l&&(s=e,l=n)}if(s){let n=s.labels.filter(e=>t.has(e)),l=n.join(", ");if(s.type!==e.type){let t="row"===e.type?"y":"x",n="row"===s.type?"y":"x";o.push(`**${l}**: ${e.type} (${t}\u2248${e.sharedEdge}, ${e.avgGap}px gaps) \u2192 ${s.type} (${n}\u2248${s.sharedEdge}, ${s.avgGap}px gaps)`)}else if(Math.abs(e.sharedEdge-s.sharedEdge)>20||Math.abs(e.avgGap-s.avgGap)>5){let t="row"===e.type?"y":"x",n=Math.abs(e.sharedEdge-s.sharedEdge)>20?` ${t}: ${e.sharedEdge} \u2192 ${s.sharedEdge}`:"",r=Math.abs(e.avgGap-s.avgGap)>5?` gaps: ${e.avgGap}px \u2192 ${s.avgGap}px`:"";o.push(`**${l}**: ${e.type} shifted \u2014${n}${r}`)}n.forEach(e=>r.add(e))}else{let t=e.labels.join(", "),n="row"===e.type?"y":"x";o.push(`**${t}**: ${e.type} (${n}\u2248${e.sharedEdge}) dissolved`),e.labels.forEach(e=>r.add(e))}}for(let e of n)if(!e.labels.every(e=>r.has(e))&&!(e.labels.filter(e=>!r.has(e)).length<2)&&!t.some(t=>t.labels.filter(t=>e.labels.includes(t)).length>=2)){let t="row"===e.type?"y":"x";o.push(`**${e.labels.join(", ")}**: new ${e.type} (${t}\u2248${e.sharedEdge}, ${e.avgGap}px gaps)`),e.labels.forEach(e=>r.add(e))}let s=e.filter(e=>!r.has(e.label));if(s.length>=2){let e={};for(let t of s){let n=5*Math.round(t.currentRect.x/5);(e[n]??(e[n]=[])).push(t.label)}for(let[t,n]of Object.entries(e))n.length>=2&&o.push(`**${n.join(", ")}**: shared left edge at x\u2248${t}`)}return o}(r.filter(e=>e.posMoved).map(e=>({label:e.section.label,originalRect:e.section.originalRect,currentRect:e.section.currentRect})));if(e.length>0)for(let t of(s+="\n### Layout Summary\n",e))s+=`- ${t}
61
+ `}if("compact"!==t&&o.length>1)for(let e of(s+="\n### All Sections (current positions)\n",[...o].sort((e,t)=>20>Math.abs(e.currentRect.y-t.currentRect.y)?e.currentRect.x-t.currentRect.x:e.currentRect.y-t.currentRect.y))){let t=e.currentRect,n=Math.abs(t.x-e.originalRect.x)>1||Math.abs(t.y-e.originalRect.y)>1||Math.abs(t.width-e.originalRect.width)>1||Math.abs(t.height-e.originalRect.height)>1;s+=`- ${e.label}: \`${Math.round(t.width)}\xd7${Math.round(t.height)}px\` at \`(${Math.round(t.x)}, ${Math.round(t.y)})\`${n?" ← suggested":""}
62
+ `}return s}var eK="feedback-annotations-";function eJ(e){return`${eK}${e}`}function eG(e){if("u"<typeof window)return[];try{let t=localStorage.getItem(eJ(e));if(!t)return[];let n=JSON.parse(t),o=Date.now()-6048e5;return n.filter(e=>!e.timestamp||e.timestamp>o)}catch{return[]}}function e0(e,t){if("u">typeof window)try{localStorage.setItem(eJ(e),JSON.stringify(t))}catch{}}function e1(e,t,n){e0(e,t.map(e=>({...e,_syncedTo:n})))}var e5="agentation-design-",e2="agentation-rearrange-",e4="agentation-wireframe-";function e6(e,t){if("u">typeof window)try{localStorage.setItem(`${e4}${e}`,JSON.stringify(t))}catch{}}function e3(e){if("u">typeof window)try{localStorage.removeItem(`${e4}${e}`)}catch{}}var e8="agentation-session-";function e7(e){return`${e8}${e}`}function e9(e,t){if("u">typeof window)try{localStorage.setItem(e7(e),t)}catch{}}var te=`${e8}toolbar-hidden`;async function tt(e,t){let n=await fetch(`${e}/sessions`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({url:t})});if(!n.ok)throw Error(`Failed to create session: ${n.status}`);return n.json()}async function tn(e,t){let n=await fetch(`${e}/sessions/${t}`);if(!n.ok)throw Error(`Failed to get session: ${n.status}`);return n.json()}async function to(e,t,n){let o=await fetch(`${e}/sessions/${t}/annotations`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(n)});if(!o.ok)throw Error(`Failed to sync annotation: ${o.status}`);return o.json()}async function tr(e,t,n){let o=await fetch(`${e}/annotations/${t}`,{method:"PATCH",headers:{"Content-Type":"application/json"},body:JSON.stringify(n)});if(!o.ok)throw Error(`Failed to update annotation: ${o.status}`);return o.json()}async function ts(e,t){let n=await fetch(`${e}/annotations/${t}`,{method:"DELETE"});if(!n.ok)throw Error(`Failed to delete annotation: ${n.status}`)}var tl=new Set(["Component","PureComponent","Fragment","Suspense","Profiler","StrictMode","Routes","Route","Outlet","Root","ErrorBoundaryHandler","HotReload","Hot"]),ti=[/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$/],ta=[/Page$/,/View$/,/Screen$/,/Section$/,/Card$/,/List$/,/Item$/,/Form$/,/Modal$/,/Dialog$/,/Button$/,/Nav$/,/Header$/,/Footer$/,/Layout$/,/Panel$/,/Tab$/,/Menu$/],td=null,t_=new WeakMap;function tc(e){return Object.keys(e).some(e=>e.startsWith("__reactFiber$")||e.startsWith("__reactInternalInstance$")||e.startsWith("__reactProps$"))}function tu(e){return e?e.displayName?e.displayName:e.name?e.name:null:null}function th(e){if(!e.type||"string"==typeof e.type)return null;if("object"==typeof e.type||"function"==typeof e.type){let t=e.type;if(t.displayName)return t.displayName;if(t.name)return t.name}return null}var tm=new Map;function tg(e){let n=function(e){if(!e||"object"!=typeof e)return null;let t=Object.keys(e),n=t.find(e=>e.startsWith("__reactFiber$"));if(n)return e[n]||null;let o=t.find(e=>e.startsWith("__reactInternalInstance$"));if(o)return e[o]||null;let r=t.find(t=>{if(!t.startsWith("__react"))return!1;let n=e[t];return n&&"object"==typeof n&&"_debugSource"in n});return r&&e[r]||null}(e);if(!n)return{found:!1,reason:"no-fiber",isReactApp:!1,isProduction:!1};let o=function(e,t=50){let n=e,o=0;for(;n&&o<t;){if(n._debugSource)return{source:n._debugSource,componentName:th(n)};if(n._debugOwner?._debugSource)return{source:n._debugOwner._debugSource,componentName:th(n._debugOwner)};n=n.return,o++}return null}(n);if(o||(o=function(e){let t=e,n=0;for(;t&&n<50;){let e=t;for(let n of["_debugSource","__source","_source","debugSource"]){let o=e[n];if(o&&"object"==typeof o&&"fileName"in o)return{source:o,componentName:th(t)}}if(t.memoizedProps){let e=t.memoizedProps;if(e.__source&&"object"==typeof e.__source){let n=e.__source;if(n.fileName&&n.lineNumber)return{source:{fileName:n.fileName,lineNumber:n.lineNumber,columnNumber:n.columnNumber},componentName:th(t)}}}t=t.return,n++}return null}(n)),o?.source)return{found:!0,source:{fileName:o.source.fileName,lineNumber:o.source.lineNumber,columnNumber:o.source.columnNumber,componentName:o.componentName||void 0},isReactApp:!0,isProduction:!1};let r=function(e,n=15){let o=e,r=0;for(;o&&r<n;){let e=function(e){let n=function(e){let t=e.tag,n=e.type,o=e.elementType;if("string"==typeof n||null==n||"function"==typeof n&&n.prototype?.isReactComponent)return null;if((0===t||2===t)&&"function"==typeof n)return n;if(11===t&&o){let e=o.render;if("function"==typeof e)return e}if((14===t||15===t)&&o){let e=o.type;if("function"==typeof e)return e}return"function"==typeof n?n:null}(e);if(!n)return null;if(tm.has(n))return tm.get(n);let o=function(){let e=t.default,n=e.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;if(n&&"H"in n)return{get:()=>n.H,set:e=>{n.H=e}};let o=e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;if(o){let e=o.ReactCurrentDispatcher;if(e&&"current"in e)return{get:()=>e.current,set:t=>{e.current=t}}}return null}();if(!o)return tm.set(n,null),null;let r=o.get(),s=null;try{let t=new Proxy({},{get(){throw Error("probe")}});o.set(t);try{n({})}catch(t){if(t instanceof Error&&"probe"===t.message&&t.stack){let n=function(e){let t=e.split("\n"),n=[/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>/],o=/^\s*at\s+(?:.*?\s+\()?(.+?):(\d+):(\d+)\)?$/,r=/^[^@]*@(.+?):(\d+):(\d+)$/;for(let e of t){let t=e.trim();if(!t||n.some(e=>e.test(t)))continue;let s=o.exec(t)||r.exec(t);if(s)return{fileName:s[1],line:parseInt(s[2],10),column:parseInt(s[3],10)}}return null}(t.stack);n&&(s={fileName:n.fileName.replace(/[?#].*$/,"").replace(/^turbopack:\/\/\/\[project\]\//,"").replace(/^webpack-internal:\/\/\/\.\//,"").replace(/^webpack-internal:\/\/\//,"").replace(/^webpack:\/\/\/\.\//,"").replace(/^webpack:\/\/\//,"").replace(/^turbopack:\/\/\//,"").replace(/^https?:\/\/[^/]+\//,"").replace(/^file:\/\/\//,"/").replace(/^\([^)]+\)\/\.\//,"").replace(/^\.\//,""),lineNumber:n.line,columnNumber:n.column,componentName:th(e)||void 0})}}}finally{o.set(r)}return tm.set(n,s),s}(o);if(e)return e;o=o.return,r++}return null}(n);return r?{found:!0,source:r,isReactApp:!0,isProduction:!1}:{found:!1,reason:"no-debug-source",isReactApp:!0,isProduction:!1}}if("u">typeof document){let e=document.getElementById("feedback-tool-styles-page-toolbar-css-styles");e||((e=document.createElement("style")).id="feedback-tool-styles-page-toolbar-css-styles",document.head.appendChild(e)),e.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 tp={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"},ty=[{value:"compact",label:"Compact"},{value:"standard",label:"Standard"},{value:"detailed",label:"Detailed"},{value:"forensic",label:"Forensic"}];function tx(e,t,n="standard"){if(0===e.length)return"";let o="u">typeof window?`${window.innerWidth}\xd7${window.innerHeight}`:"unknown",r=`## Page Feedback: ${t}
63
+ `;return"forensic"===n?(r+=`
64
+ **Environment:**
65
+ - Viewport: ${o}
66
+ `,"u">typeof window&&(r+=`- URL: ${window.location.href}
67
+ - User Agent: ${navigator.userAgent}
68
+ - Timestamp: ${new Date().toISOString()}
69
+ - Device Pixel Ratio: ${window.devicePixelRatio}
70
+ `),r+=`
71
+ ---
72
+ `):"compact"!==n&&(r+=`**Viewport:** ${o}
73
+ `),r+="\n",e.forEach((e,t)=>{"compact"===n?(r+=`${t+1}. **${e.element}**${e.sourceFile?` (${e.sourceFile})`:""}: ${e.comment}`,e.selectedText&&(r+=` (re: "${e.selectedText.slice(0,30)}${e.selectedText.length>30?"...":""}")`),r+="\n"):("forensic"===n?(r+=`### ${t+1}. ${e.element}
74
+ `,e.isMultiSelect&&e.fullPath&&(r+=`*Forensic data shown for first element of selection*
75
+ `),e.fullPath&&(r+=`**Full DOM Path:** ${e.fullPath}
76
+ `),e.cssClasses&&(r+=`**CSS Classes:** ${e.cssClasses}
77
+ `),e.boundingBox&&(r+=`**Position:** x:${Math.round(e.boundingBox.x)}, y:${Math.round(e.boundingBox.y)} (${Math.round(e.boundingBox.width)}\xd7${Math.round(e.boundingBox.height)}px)
78
+ `),r+=`**Annotation at:** ${e.x.toFixed(1)}% from left, ${Math.round(e.y)}px from top
79
+ `,e.selectedText&&(r+=`**Selected text:** "${e.selectedText}"
80
+ `),e.nearbyText&&!e.selectedText&&(r+=`**Context:** ${e.nearbyText.slice(0,100)}
81
+ `),e.computedStyles&&(r+=`**Computed Styles:** ${e.computedStyles}
82
+ `),e.accessibility&&(r+=`**Accessibility:** ${e.accessibility}
83
+ `),e.nearbyElements&&(r+=`**Nearby Elements:** ${e.nearbyElements}
84
+ `),e.sourceFile&&(r+=`**Source:** ${e.sourceFile}
85
+ `),e.reactComponents&&(r+=`**React:** ${e.reactComponents}
86
+ `)):(r+=`### ${t+1}. ${e.element}
87
+ **Location:** ${e.elementPath}
88
+ `,e.sourceFile&&(r+=`**Source:** ${e.sourceFile}
89
+ `),e.reactComponents&&(r+=`**React:** ${e.reactComponents}
90
+ `),"detailed"===n&&(e.cssClasses&&(r+=`**Classes:** ${e.cssClasses}
91
+ `),e.boundingBox&&(r+=`**Position:** ${Math.round(e.boundingBox.x)}px, ${Math.round(e.boundingBox.y)}px (${Math.round(e.boundingBox.width)}\xd7${Math.round(e.boundingBox.height)}px)
92
+ `)),e.selectedText&&(r+=`**Selected text:** "${e.selectedText}"
93
+ `),"detailed"===n&&e.nearbyText&&!e.selectedText&&(r+=`**Context:** ${e.nearbyText.slice(0,100)}
94
+ `)),r+=`**Feedback:** ${e.comment}
95
+
96
+ `)}),r.trim()}if("u">typeof document){let e=document.getElementById("feedback-tool-styles-annotation-marker-styles");e||((e=document.createElement("style")).id="feedback-tool-styles-annotation-marker-styles",document.head.appendChild(e)),e.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 tf="styles-module__marker___9CKF7",tb="styles-module__enter___8kI3q",tw="styles-module__exit___KBdR3",tv="styles-module__multiSelect___CPfTC",tk="styles-module__hovered___-mg2N";function tj({annotation:e,globalIndex:t,layerIndex:n,layerSize:r,isExiting:s,isClearing:l,isAnimated:i,isHovered:a,isDeleting:d,isEditingAny:_,renumberFrom:c,markerClickBehavior:u,tooltipStyle:h,onHoverEnter:m,onHoverLeave:g,onClick:p,onContextMenu:y}){let x=(a||d)&&!_,f=x&&"delete"===u,b=e.isMultiSelect,w=s?`${(r-1-n)*20}ms`:`${20*n}ms`;return(0,o.jsxs)("div",{className:`${tf} ${b?tv:""} ${s?tw:l?"styles-module__clearing___8rM7K":i?"":tb} ${f?tk:""}`,"data-annotation-marker":!0,style:{left:`${e.x}%`,top:e.y,backgroundColor:f?void 0:b?"var(--agentation-color-green)":"var(--agentation-color-accent)",animationDelay:w},onMouseEnter:()=>m(e),onMouseLeave:g,onClick:t=>{t.stopPropagation(),s||p(e)},onContextMenu:y?t=>{"delete"===u&&(t.preventDefault(),t.stopPropagation(),s||y(e))}:void 0,children:[x?f?(0,o.jsx)(k,{size:b?18:16}):(0,o.jsx)(M,{size:16}):(0,o.jsx)("span",{className:null!==c&&t>=c?"styles-module__renumber___16lvD":void 0,children:t+1}),a&&!_&&(0,o.jsxs)("div",{className:`styles-module__markerTooltip___-VUm- ${tb}`,style:h,children:[(0,o.jsxs)("span",{className:"styles-module__markerQuote___tQake",children:[e.element,e.selectedText&&` "${e.selectedText.slice(0,30)}${e.selectedText.length>30?"...":""}"`]}),(0,o.jsx)("span",{className:"styles-module__markerNote___Rh4eI",children:e.comment})]})]})}function tC({x:e,y:t,isMultiSelect:n,isExiting:r}){return(0,o.jsx)("div",{className:`${tf} styles-module__pending___BiY-U ${n?tv:""} ${r?tw:tb}`,style:{left:`${e}%`,top:t,backgroundColor:n?"var(--agentation-color-green)":"var(--agentation-color-accent)"},children:(0,o.jsx)(m,{size:12})})}function tS({annotation:e,fixed:t}){let n=e.isMultiSelect;return(0,o.jsx)("div",{className:`${tf} ${t?"styles-module__fixed___aKrQO":""} ${tk} ${n?tv:""} ${tw}`,"data-annotation-marker":!0,style:{left:`${e.x}%`,top:e.y},children:(0,o.jsx)(k,{size:n?12:10})})}if("u">typeof document){let e=document.getElementById("feedback-tool-styles-switch-styles");e||((e=document.createElement("style")).id="feedback-tool-styles-switch-styles",document.head.appendChild(e)),e.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 tM=({className:e="",...t})=>(0,o.jsxs)("div",{className:`styles-module__switchContainer___Ka-AB ${e}`,children:[(0,o.jsx)("input",{className:"styles-module__switchInput___kYDSD",type:"checkbox",...t}),(0,o.jsx)("div",{className:"styles-module__switchThumb___4sCPH"})]});if("u">typeof document){let e=document.getElementById("feedback-tool-styles-checkbox-styles");e||((e=document.createElement("style")).id="feedback-tool-styles-checkbox-styles",document.head.appendChild(e)),e.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 t$=({className:e="",...t})=>(0,o.jsxs)("div",{className:`styles-module__checkboxContainer___joqZk ${e}`,children:[(0,o.jsx)("input",{className:"styles-module__checkboxInput___ECzzO",type:"checkbox",...t}),(0,o.jsx)("svg",{className:"styles-module__checkboxCheck___fUXpr",width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",children:(0,o.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 e=document.getElementById("feedback-tool-styles-checkbox-field-styles");e||((e=document.createElement("style")).id="feedback-tool-styles-checkbox-field-styles",document.head.appendChild(e)),e.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 tL=({className:e="",label:n,tooltip:r,checked:s,onChange:l,...i})=>{let a=(0,t.useId)();return(0,o.jsxs)("div",{className:`styles-module__container___w8eAF ${e}`,...i,children:[(0,o.jsx)(t$,{id:a,onChange:l,checked:s}),(0,o.jsx)("label",{className:"styles-module__label___J5mxE",htmlFor:a,children:n}),r&&(0,o.jsx)(H,{content:r})]})};if("u">typeof document){let e=document.getElementById("feedback-tool-styles-settings-panel-styles");e||((e=document.createElement("style")).id="feedback-tool-styles-settings-panel-styles",document.head.appendChild(e)),e.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 tI={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 tB({settings:e,onSettingsChange:t,isDarkMode:n,onToggleTheme:r,isDevMode:s,connectionStatus:l,endpoint:i,isVisible:a,toolbarNearBottom:d,settingsPage:_,onSettingsPageChange:c,onHideToolbar:u}){return(0,o.jsx)("div",{className:`${tI.settingsPanel} ${a?tI.enter:tI.exit}`,style:d?{bottom:"auto",top:"calc(100% + 0.5rem)"}:void 0,"data-agentation-settings-panel":!0,children:(0,o.jsxs)("div",{className:tI.settingsPanelContainer,children:[(0,o.jsxs)("div",{className:`${tI.settingsPage} ${"automations"===_?tI.slideLeft:""}`,children:[(0,o.jsxs)("div",{className:tI.settingsHeader,children:[(0,o.jsx)("a",{className:tI.settingsBrand,href:"https://agentation.com",target:"_blank",rel:"noopener noreferrer",children:(0,o.jsx)("svg",{width:"72",height:"16",viewBox:"0 0 676 151",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:(0,o.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,o.jsxs)("p",{className:tI.settingsVersion,children:["v","3.0.2"]}),(0,o.jsx)("button",{className:tI.themeToggle,onClick:r,title:n?"Switch to light mode":"Switch to dark mode",children:(0,o.jsx)("span",{className:tI.themeIconWrapper,children:(0,o.jsx)("span",{className:tI.themeIcon,children:n?(0,o.jsx)(C,{size:20}):(0,o.jsx)(S,{size:20})},n?"sun":"moon")})})]}),(0,o.jsx)("div",{className:tI.divider}),(0,o.jsxs)("div",{className:tI.settingsSection,children:[(0,o.jsxs)("div",{className:tI.settingsRow,children:[(0,o.jsxs)("div",{className:tI.settingsLabel,children:["Output Detail",(0,o.jsx)(H,{content:"Controls how much detail is included in the copied output"})]}),(0,o.jsxs)("button",{className:tI.cycleButton,onClick:()=>{let n=(ty.findIndex(t=>t.value===e.outputDetail)+1)%ty.length;t({outputDetail:ty[n].value})},children:[(0,o.jsx)("span",{className:tI.cycleButtonText,children:ty.find(t=>t.value===e.outputDetail)?.label},e.outputDetail),(0,o.jsx)("span",{className:tI.cycleDots,children:ty.map(t=>(0,o.jsx)("span",{className:`${tI.cycleDot} ${e.outputDetail===t.value?tI.active:""}`},t.value))})]})]}),(0,o.jsxs)("div",{className:`${tI.settingsRow} ${tI.settingsRowMarginTop} ${!s?tI.settingsRowDisabled:""}`,children:[(0,o.jsxs)("div",{className:tI.settingsLabel,children:["React Components",(0,o.jsx)(H,{content:s?"Include React component names in annotations":"Disabled — production builds minify component names, making detection unreliable. Use in development mode."})]}),(0,o.jsx)(tM,{checked:s&&e.reactEnabled,onChange:e=>t({reactEnabled:e.target.checked}),disabled:!s})]}),(0,o.jsxs)("div",{className:`${tI.settingsRow} ${tI.settingsRowMarginTop}`,children:[(0,o.jsxs)("div",{className:tI.settingsLabel,children:["Hide Until Restart",(0,o.jsx)(H,{content:"Hides the toolbar until you open a new tab"})]}),(0,o.jsx)(tM,{checked:!1,onChange:e=>{e.target.checked&&u()}})]})]}),(0,o.jsx)("div",{className:tI.divider}),(0,o.jsxs)("div",{className:tI.settingsSection,children:[(0,o.jsx)("div",{className:`${tI.settingsLabel} ${tI.settingsLabelMarker}`,children:"Marker Color"}),(0,o.jsx)("div",{className:tI.colorOptions,children:tD.map(n=>(0,o.jsx)("button",{className:`${tI.colorOption} ${e.annotationColorId===n.id?tI.selected:""}`,style:{"--swatch":n.srgb,"--swatch-p3":n.p3},onClick:()=>t({annotationColorId:n.id}),title:n.label,type:"button"},n.id))})]}),(0,o.jsx)("div",{className:tI.divider}),(0,o.jsxs)("div",{className:tI.settingsSection,children:[(0,o.jsx)(tL,{className:"checkbox-field",label:"Clear on copy/send",checked:e.autoClearAfterCopy,onChange:e=>t({autoClearAfterCopy:e.target.checked}),tooltip:"Automatically clear annotations after copying"}),(0,o.jsx)(tL,{className:tI.checkboxField,label:"Block page interactions",checked:e.blockInteractions,onChange:e=>t({blockInteractions:e.target.checked})})]}),(0,o.jsx)("div",{className:tI.divider}),(0,o.jsxs)("button",{className:tI.settingsNavLink,onClick:()=>c("automations"),children:[(0,o.jsx)("span",{children:"Manage MCP & Webhooks"}),(0,o.jsxs)("span",{className:tI.settingsNavLinkRight,children:[i&&"disconnected"!==l&&(0,o.jsx)("span",{className:`${tI.mcpNavIndicator} ${tI[l]}`}),(0,o.jsx)("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:(0,o.jsx)("path",{d:"M7.5 12.5L12 8L7.5 3.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})})]})]})]}),(0,o.jsxs)("div",{className:`${tI.settingsPage} ${tI.automationsPage} ${"automations"===_?tI.slideIn:""}`,children:[(0,o.jsxs)("button",{className:tI.settingsBackButton,onClick:()=>c("main"),children:[(0,o.jsx)(L,{size:16}),(0,o.jsx)("span",{children:"Manage MCP & Webhooks"})]}),(0,o.jsx)("div",{className:tI.divider}),(0,o.jsxs)("div",{className:tI.settingsSection,children:[(0,o.jsxs)("div",{className:tI.settingsRow,children:[(0,o.jsxs)("span",{className:tI.automationHeader,children:["MCP Connection",(0,o.jsx)(H,{content:"Connect via Model Context Protocol to let AI agents like Claude Code receive annotations in real-time."})]}),i&&(0,o.jsx)("div",{className:`${tI.mcpStatusDot} ${tI[l]}`,title:"connected"===l?"Connected":"connecting"===l?"Connecting...":"Disconnected"})]}),(0,o.jsxs)("p",{className:tI.automationDescription,style:{paddingBottom:6},children:["MCP connection allows agents to receive and act on annotations."," ",(0,o.jsx)("a",{href:"https://agentation.dev/mcp",target:"_blank",rel:"noopener noreferrer",className:tI.learnMoreLink,children:"Learn more"})]})]}),(0,o.jsx)("div",{className:tI.divider}),(0,o.jsxs)("div",{className:`${tI.settingsSection} ${tI.settingsSectionGrow}`,children:[(0,o.jsxs)("div",{className:tI.settingsRow,children:[(0,o.jsxs)("span",{className:tI.automationHeader,children:["Webhooks",(0,o.jsx)(H,{content:"Send annotation data to any URL endpoint when annotations change. Useful for custom integrations."})]}),(0,o.jsxs)("div",{className:tI.autoSendContainer,children:[(0,o.jsx)("label",{htmlFor:"agentation-auto-send",className:`${tI.autoSendLabel} ${e.webhooksEnabled?tI.active:""} ${!e.webhookUrl?tI.disabled:""}`,children:"Auto-Send"}),(0,o.jsx)(tM,{id:"agentation-auto-send",checked:e.webhooksEnabled,onChange:e=>t({webhooksEnabled:e.target.checked}),disabled:!e.webhookUrl})]})]}),(0,o.jsx)("p",{className:tI.automationDescription,children:"The webhook URL will receive live annotation changes and annotation data."}),(0,o.jsx)("textarea",{className:tI.webhookUrlInput,placeholder:"Webhook URL",value:e.webhookUrl,onKeyDown:e=>e.stopPropagation(),onChange:e=>t({webhookUrl:e.target.value})})]})]})]})})}function tN(e,t="filtered"){let{name:n,path:o}=e_(e);if("off"===t)return{name:n,elementName:n,path:o,reactComponents:null};let r=function(e,t){let n,o,r=(n=t?.mode??"filtered",o=tl,t?.skipExact&&(o=new Set([...tl,...t.skipExact instanceof Set?t.skipExact:new Set(t.skipExact)])),{maxComponents:t?.maxComponents??6,maxDepth:t?.maxDepth??30,mode:n,skipExact:o,skipPatterns:t?.skipPatterns?[...ti,...t.skipPatterns]:ti,userPatterns:t?.userPatterns??ta,filter:t?.filter}),s="all"===r.mode;if(s){let t=t_.get(e);if(void 0!==t)return t}if(!function(){if(null!==td)return td;if("u"<typeof document)return!1;if(document.body&&tc(document.body))return td=!0,!0;for(let e of["#root","#app","#__next","[data-reactroot]"]){let t=document.querySelector(e);if(t&&tc(t))return td=!0,!0}if(document.body){for(let e of document.body.children)if(tc(e))return td=!0,!0}return td=!1,!1}()){let t={path:null,components:[]};return s&&t_.set(e,t),t}let l="smart"===r.mode?function(e,t=10){let n=new Set,o=e,r=0;for(;o&&r<t;)o.className&&"string"==typeof o.className&&o.className.split(/\s+/).forEach(e=>{if(e.length>1){let t=e.replace(/[_][a-zA-Z0-9]{5,}.*$/,"").toLowerCase();t.length>1&&n.add(t)}}),o=o.parentElement,r++;return n}(e):void 0,i=[];try{var a;let t,n=(a=e,(t=Object.keys(a).find(e=>e.startsWith("__reactFiber$")||e.startsWith("__reactInternalInstance$"))||null)?a[t]:null),o=0;for(;n&&o<r.maxDepth&&i.length<r.maxComponents;){let e=function(e){let{tag:t,type:n,elementType:o}=e;if(5===t||6===t||26===t||27===t||7===t||8===t||12===t||18===t||3===t||4===t||21===t||22===t||23===t||24===t||25===t||29===t||30===t||31===t)return null;if(11===t){if(o?.render){let e=tu(o.render);if(e)return e}return o?.displayName?o.displayName:tu(n)}if(14===t||15===t){if(o?.type){let e=tu(o.type);if(e)return e}return o?.displayName?o.displayName:tu(n)}return 10===t?n?._context?.displayName?`${n._context.displayName}.Provider`:null:9===t?n?.displayName?`${n.displayName}.Consumer`:null:16===t?o?._status===1&&o._result?tu(o._result):null:13===t||19===t?null:17===t||28===t||0===t||1===t||2===t?tu(n):null}(n);e&&!(e.length<=2||e.length<=3&&e===e.toLowerCase())&&function(e,t,n,o){if(n.filter)return n.filter(e,t);switch(n.mode){case"all":default:return!0;case"filtered":if(n.skipExact.has(e)||n.skipPatterns.some(t=>t.test(e)))return!1;return!0;case"smart":if(n.skipExact.has(e)||n.skipPatterns.some(t=>t.test(e)))return!1;if(o&&function(e,t){let n=e.replace(/([a-z])([A-Z])/g,"$1-$2").replace(/([A-Z])([A-Z][a-z])/g,"$1-$2").toLowerCase();for(let e of t){if(e===n)return!0;let t=n.split("-").filter(e=>e.length>2),o=e.split("-").filter(e=>e.length>2);for(let e of t)for(let t of o)if(e===t||e.includes(t)||t.includes(e))return!0}return!1}(e,o)||n.userPatterns.some(t=>t.test(e)))return!0;return!1}}(e,o,r,l)&&i.push(e),n=n.return,o++}}catch{let t={path:null,components:[]};return s&&t_.set(e,t),t}if(0===i.length){let t={path:null,components:[]};return s&&t_.set(e,t),t}let d={path:i.slice().reverse().map(e=>`<${e}>`).join(" "),components:i};return s&&t_.set(e,d),d}(e,{mode:t});return{name:r.path?`${r.path} ${n}`:n,elementName:n,path:o,reactComponents:r.path}}var tE=!1,tR={outputDetail:"standard",autoClearAfterCopy:!1,annotationColorId:"blue",blockInteractions:!0,reactEnabled:!0,markerClickBehavior:"edit",webhookUrl:"",webhooksEnabled:!0},tW=e=>{if(!e||!e.trim())return!1;try{let t=new URL(e.trim());return"http:"===t.protocol||"https:"===t.protocol}catch{return!1}},tD=[{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 tz(e,t){let n=document.elementFromPoint(e,t);if(!n)return null;for(;n?.shadowRoot;){let o=n.shadowRoot.elementFromPoint(e,t);if(!o||o===n)break;n=o}return n}function tP(e){let t=e;for(;t&&t!==document.body;){let e=window.getComputedStyle(t).position;if("fixed"===e||"sticky"===e)return!0;t=t.parentElement}return!1}function tT(e){return"resolved"!==e.status&&"dismissed"!==e.status}function tO(e){let t=tg(e),n=t.found?t:function(e,t=10){let n=e,o=0;for(;n&&o<t;){let e=tg(n);if(e.found)return e;n=n.parentElement,o++}return tg(e)}(e);if(n.found&&n.source)return function(e,t="path"){let{fileName:n,lineNumber:o,columnNumber:r}=e,s=`${n}:${o}`;return(void 0!==r&&(s+=`:${r}`),"vscode"===t)?`vscode://file${n.startsWith("/")?"":"/"}${s}`:s}(n.source,"path")}function tA({demoAnnotations:e,demoDelay:r=1e3,enableDemoMode:s=!1,onAnnotationAdd:l,onAnnotationDelete:i,onAnnotationUpdate:a,onAnnotationsClear:d,onCopy:_,onSubmit:c,copyToClipboard:u=!0,endpoint:h,sessionId:m,onSessionCreated:p,webhookUrl:k,className:C}={}){let S,M,$,L,R,O,[F,X]=(0,t.useState)(!1),[U,Q]=(0,t.useState)([]),[q,V]=(0,t.useState)(!0),[Z,K]=(0,t.useState)(()=>(function(){if("u"<typeof window)return!1;try{return"1"===sessionStorage.getItem(te)}catch{return!1}})()),[G,ee]=(0,t.useState)(!1),en=(0,t.useRef)(null);(0,t.useEffect)(()=>{let e=e=>{let t=en.current;t&&t.contains(e.target)&&e.stopPropagation()},t=["mousedown","click","pointerdown"];return t.forEach(t=>document.body.addEventListener(t,e)),()=>{t.forEach(t=>document.body.removeEventListener(t,e))}},[]);let[eo,er]=(0,t.useState)(!1),[es,ei]=(0,t.useState)(!1),[ed,em]=(0,t.useState)(null),[eg,ep]=(0,t.useState)({x:0,y:0}),[ey,ex]=(0,t.useState)(null),[eb,eS]=(0,t.useState)(!1),[eE,eR]=(0,t.useState)("idle"),[eW,eD]=(0,t.useState)(!1),[ez,eP]=(0,t.useState)(!1),[eT,eA]=(0,t.useState)(null),[eF,eH]=(0,t.useState)(null),[eY,eX]=(0,t.useState)([]),[eU,eQ]=(0,t.useState)(null),[eq,e8]=(0,t.useState)(null),[tl,ti]=(0,t.useState)(null),[ta,td]=(0,t.useState)(null),[t_,tc]=(0,t.useState)([]),[tu,th]=(0,t.useState)(0),[tm,tg]=(0,t.useState)(!1),[ty,tf]=(0,t.useState)(!1),[tb,tw]=(0,t.useState)(!1),[tv,tk]=(0,t.useState)(!1),[tM,t$]=(0,t.useState)(!1),[tL,tI]=(0,t.useState)("main"),[tF,tH]=(0,t.useState)(!1),[tY,tX]=(0,t.useState)(!1),[tU,tQ]=(0,t.useState)(!1),[tq,tV]=(0,t.useState)([]),[tZ,tK]=(0,t.useState)(null),tJ=(0,t.useRef)(!1),[tG,t0]=(0,t.useState)(!1),[t1,t5]=(0,t.useState)(!1),[t2,t4]=(0,t.useState)(1),[t6,t3]=(0,t.useState)("new-page"),[t8,t7]=(0,t.useState)(""),[t9,ne]=(0,t.useState)(!1),[nt,nn]=(0,t.useState)(null),no=(0,t.useRef)(!1),nr=(0,t.useRef)({rearrange:null,placements:[]}),ns=(0,t.useRef)({rearrange:null,placements:[]}),[nl,ni]=(0,t.useState)(0),[na,nd]=(0,t.useState)(0),[n_,nc]=(0,t.useState)(0),[nu,nh]=(0,t.useState)(0),nm=(0,t.useRef)(new Set),ng=(0,t.useRef)(new Set),np=(0,t.useRef)(null),ny=(0,t.useRef)(),nx=tY&&F&&!tU&&tG;(0,t.useEffect)(()=>{if(nx){t5(!1);let e=P(()=>{t5(!0)});return()=>cancelAnimationFrame(e)}t5(!1)},[nx]);let nf=(0,t.useRef)(new Map),nb=(0,t.useRef)(new Map),nw=(0,t.useRef)(),[nv,nk]=(0,t.useState)(!1),[nj,nC]=(0,t.useState)([]);(0,t.useRef)(nj).current=nj;let[nS,nM]=(0,t.useState)(null),n$=(0,t.useRef)(null);(0,t.useRef)(!1),(0,t.useRef)([]),(0,t.useRef)(0),(0,t.useRef)(null),(0,t.useRef)(null),(0,t.useRef)(1);let[nL,nI]=(0,t.useState)(!1),nB=(0,t.useRef)(null),[nN,nE]=(0,t.useState)([]),nR=(0,t.useRef)({cmd:!1,shift:!1}),nW=()=>{tH(!0)};(0,t.useEffect)(()=>()=>{nB.current&&clearTimeout(nB.current)},[]);let[nD,nz]=(0,t.useState)(()=>{try{let e=JSON.parse(localStorage.getItem("feedback-toolbar-settings")??"");return{...tR,...e,annotationColorId:tD.find(t=>t.id===e.annotationColorId)?e.annotationColorId:tR.annotationColorId}}catch{return tR}}),[nP,nT]=(0,t.useState)(!0),[nO,nA]=(0,t.useState)(!1),[nF,nH]=(0,t.useState)(m??null),nY=(0,t.useRef)(!1),[nX,nU]=(0,t.useState)(h?"connecting":"disconnected"),[nQ,nq]=(0,t.useState)(null),[nV,nZ]=(0,t.useState)(!1),[nK,nJ]=(0,t.useState)(null),nG=(0,t.useRef)(!1),[n0,n1]=(0,t.useState)(new Set),[n5,n2]=(0,t.useState)(new Set),[n4,n6]=(0,t.useState)(!1),[n3,n8]=(0,t.useState)(!1),[n7,n9]=(0,t.useState)(!1),oe=(0,t.useRef)(null),ot=(0,t.useRef)(null),on=(0,t.useRef)(null),oo=(0,t.useRef)(null),or=(0,t.useRef)(!1),os=(0,t.useRef)(0),ol=(0,t.useRef)(null),oi=(0,t.useRef)(null),oa=(0,t.useRef)(null),od=(0,t.useRef)(null),o_=(0,t.useRef)(null),oc="u">typeof window?window.location.pathname:"/";(0,t.useEffect)(()=>{if(tv)t$(!0);else{tH(!1),tI("main");let e=D(()=>t$(!1),0);return()=>clearTimeout(e)}},[tv]);let ou=F&&q&&!tY;(0,t.useEffect)(()=>{if(ou){ei(!1),er(!0),n1(new Set);let e=D(()=>{n1(e=>{let t=new Set(e);return U.forEach(e=>t.add(e.id)),t})},350);return()=>clearTimeout(e)}if(eo){ei(!0);let e=D(()=>{er(!1),ei(!1)},250);return()=>clearTimeout(e)}},[ou]),(0,t.useEffect)(()=>{tf(!0),th(window.scrollY),Q(eG(oc).filter(tT)),tE||(nA(!0),tE=!0,D(()=>nA(!1),750));try{let e=localStorage.getItem("feedback-toolbar-theme");null!==e&&nT("dark"===e)}catch(e){}try{let e=localStorage.getItem("feedback-toolbar-position");if(e){let t=JSON.parse(e);"number"==typeof t.x&&"number"==typeof t.y&&nq(t)}}catch(e){}},[oc]),(0,t.useEffect)(()=>{ty&&localStorage.setItem("feedback-toolbar-settings",JSON.stringify(nD))},[nD,ty]),(0,t.useEffect)(()=>{ty&&localStorage.setItem("feedback-toolbar-theme",nP?"dark":"light")},[nP,ty]);let oh=(0,t.useRef)(!1);(0,t.useEffect)(()=>{let e=oh.current;oh.current=nV,e&&!nV&&nQ&&ty&&localStorage.setItem("feedback-toolbar-position",JSON.stringify(nQ))},[nV,nQ,ty]),(0,t.useEffect)(()=>{h&&ty&&!nY.current&&(nY.current=!0,nU("connecting"),(async()=>{try{let e=function(e){if("u"<typeof window)return null;try{return localStorage.getItem(e7(e))}catch{return null}}(oc),t=m||e,n=!1;if(t)try{let e=await tn(h,t);nH(e.id),nU("connected"),e9(oc,e.id),n=!0;let o=eG(oc),r=new Set(e.annotations.map(e=>e.id)),s=o.filter(e=>!r.has(e.id));if(s.length>0){let t="u">typeof window?window.location.origin:"",n=`${t}${oc}`,o=(await Promise.allSettled(s.map(t=>to(h,e.id,{...t,sessionId:e.id,url:n})))).map((e,t)=>"fulfilled"===e.status?e.value:(console.warn("[Agentation] Failed to sync annotation:",e.reason),s[t])),r=[...e.annotations,...o];Q(r.filter(tT)),e1(oc,r.filter(tT),e.id)}else Q(e.annotations.filter(tT)),e1(oc,e.annotations.filter(tT),e.id)}catch(e){console.warn("[Agentation] Could not join session, creating new:",e);if("u">typeof window)try{localStorage.removeItem(e7(oc))}catch{}}if(!n){let e="u">typeof window?window.location.href:"/",t=await tt(h,e);nH(t.id),nU("connected"),e9(oc,t.id),p?.(t.id);let n=function(){let e=new Map;if("u"<typeof window)return e;try{let t=Date.now()-6048e5;for(let n=0;n<localStorage.length;n++){let o=localStorage.key(n);if(o?.startsWith(eK)){let n=o.slice(eK.length),r=localStorage.getItem(o);if(r){let o=JSON.parse(r).filter(e=>!e.timestamp||e.timestamp>t);o.length>0&&e.set(n,o)}}}}catch{}return e}(),o="u">typeof window?window.location.origin:"",r=[];for(let[e,s]of n){let n=s.filter(e=>!e._syncedTo);if(0===n.length)continue;let l=`${o}${e}`,i=e===oc;r.push((async()=>{try{let o=i?t:await tt(h,l),r=(await Promise.allSettled(n.map(e=>to(h,o.id,{...e,sessionId:o.id,url:l})))).map((e,t)=>"fulfilled"===e.status?e.value:(console.warn("[Agentation] Failed to sync annotation:",e.reason),n[t])).filter(tT);if(e1(e,r,o.id),i){let e=new Set(n.map(e=>e.id));Q(t=>{let n=t.filter(t=>!e.has(t.id));return[...r,...n]})}}catch(t){console.warn(`[Agentation] Failed to sync annotations for ${e}:`,t)}})())}await Promise.allSettled(r)}}catch(e){nU("disconnected"),console.warn("[Agentation] Failed to initialize session, using local storage:",e)}})())},[h,m,ty,p,oc]),(0,t.useEffect)(()=>{if(!h||!ty)return;let e=async()=>{try{(await fetch(`${h}/health`)).ok?nU("connected"):nU("disconnected")}catch{nU("disconnected")}};e();let t=z(e,1e4);return()=>clearInterval(t)},[h,ty]),(0,t.useEffect)(()=>{if(!h||!ty||!nF)return;let e=new EventSource(`${h}/sessions/${nF}/events`),t=["resolved","dismissed"],n=e=>{try{let n=JSON.parse(e.data);if(t.includes(n.payload?.status)){let e=n.payload.id,t=n.payload.kind;if("placement"===t){for(let[t,n]of nf.current)if(n===e){nf.current.delete(t),tV(e=>e.filter(e=>e.id!==t));break}}else if("rearrange"===t){for(let[t,n]of nb.current)if(n===e){nb.current.delete(t),nn(e=>{if(!e)return null;let n=e.sections.filter(e=>e.id!==t);return 0===n.length?null:{...e,sections:n}});break}}else n2(t=>new Set(t).add(e)),D(()=>{Q(t=>t.filter(t=>t.id!==e)),n2(t=>{let n=new Set(t);return n.delete(e),n})},150)}}catch{}};return e.addEventListener("annotation.updated",n),()=>{e.removeEventListener("annotation.updated",n),e.close()}},[h,ty,nF]),(0,t.useEffect)(()=>{if(!h||!ty)return;let e="disconnected"===oi.current,t="connected"===nX;oi.current=nX,e&&t&&(async()=>{try{let e=eG(oc);if(0===e.length)return;let t="u">typeof window?window.location.origin:"",n=`${t}${oc}`,o=nF,r=[];if(o)try{r=(await tn(h,o)).annotations}catch{o=null}o||(o=(await tt(h,n)).id,nH(o),e9(oc,o));let s=new Set(r.map(e=>e.id)),l=e.filter(e=>!s.has(e.id));if(l.length>0){let e=(await Promise.allSettled(l.map(e=>to(h,o,{...e,sessionId:o,url:n})))).map((e,t)=>"fulfilled"===e.status?e.value:(console.warn("[Agentation] Failed to sync annotation on reconnect:",e.reason),l[t])),t=[...r,...e].filter(tT);Q(t),e1(oc,t,o)}}catch(e){console.warn("[Agentation] Failed to sync on reconnect:",e)}})()},[nX,h,ty,nF,oc]);let om=(0,t.useCallback)(()=>{G||(ee(!0),tk(!1),X(!1),D(()=>{if("u">typeof window)try{sessionStorage.setItem(te,"1")}catch{}K(!0),ee(!1)},400))},[G]);(0,t.useEffect)(()=>{if(!s||!ty||!e||0===e.length||U.length>0)return;let t=[];return t.push(D(()=>{X(!0)},r-200)),e.forEach((e,n)=>{t.push(D(()=>{let t=document.querySelector(e.selector);if(!t)return;let o=t.getBoundingClientRect(),{name:r,path:s}=e_(t),l={id:`demo-${Date.now()}-${n}`,x:(o.left+o.width/2)/window.innerWidth*100,y:o.top+o.height/2+window.scrollY,comment:e.comment,element:r,elementPath:s,timestamp:Date.now(),selectedText:e.selectedText,boundingBox:{x:o.left,y:o.top+window.scrollY,width:o.width,height:o.height},nearbyText:ec(t),cssClasses:eh(t)};Q(e=>[...e,l])},r+300*n))}),()=>{t.forEach(clearTimeout)}},[s,ty,e,r]),(0,t.useEffect)(()=>{let e=()=>{th(window.scrollY),tg(!0),o_.current&&clearTimeout(o_.current),o_.current=D(()=>{tg(!1)},150)};return window.addEventListener("scroll",e,{passive:!0}),()=>{window.removeEventListener("scroll",e),o_.current&&clearTimeout(o_.current)}},[]),(0,t.useEffect)(()=>{ty&&U.length>0?nF?e1(oc,U,nF):e0(oc,U):ty&&0===U.length&&localStorage.removeItem(eJ(oc))},[U,oc,ty,nF]),(0,t.useEffect)(()=>{if(ty&&!tJ.current){tJ.current=!0;let e=function(e){if("u"<typeof window)return[];try{let t=localStorage.getItem(`${e5}${e}`);if(!t)return[];return JSON.parse(t)}catch{return[]}}(oc);e.length>0&&tV(e)}},[ty,oc]),(0,t.useEffect)(()=>{if(ty&&tJ.current&&!tG){if(tq.length>0){if("u">typeof window)try{localStorage.setItem(`${e5}${oc}`,JSON.stringify(tq))}catch{}}else if("u">typeof window)try{localStorage.removeItem(`${e5}${oc}`)}catch{}}},[tq,oc,ty,tG]),(0,t.useEffect)(()=>{if(ty&&!no.current){no.current=!0;let e=function(e){if("u"<typeof window)return null;try{let t=localStorage.getItem(`${e2}${e}`);if(!t)return null;return JSON.parse(t)}catch{return null}}(oc);e&&nn({...e,sections:e.sections.map(e=>({...e,currentRect:e.currentRect??{...e.originalRect}}))})}},[ty,oc]),(0,t.useEffect)(()=>{if(ty&&no.current&&!tG){if(nt){if("u">typeof window)try{localStorage.setItem(`${e2}${oc}`,JSON.stringify(nt))}catch{}}else if("u">typeof window)try{localStorage.removeItem(`${e2}${oc}`)}catch{}}},[nt,oc,ty,tG]);let og=(0,t.useRef)(!1);(0,t.useEffect)(()=>{if(ty&&!og.current){og.current=!0;let e=function(e){if("u"<typeof window)return null;try{let t=localStorage.getItem(`${e4}${e}`);if(!t)return null;return JSON.parse(t)}catch{return null}}(oc);e&&(ns.current={rearrange:e.rearrange,placements:e.placements||[]},e.purpose&&t7(e.purpose))}},[ty,oc]),(0,t.useEffect)(()=>{if(!ty||!og.current)return;let e=ns.current;tG?(nt?.sections?.length??0)>0||tq.length>0||t8?e6(oc,{rearrange:nt,placements:tq,purpose:t8}):e3(oc):(e.rearrange?.sections?.length??0)>0||e.placements.length>0||t8?e6(oc,{rearrange:e.rearrange,placements:e.placements,purpose:t8}):e3(oc)},[nt,tq,t8,tG,oc,ty]),(0,t.useEffect)(()=>{tY&&!nt&&nn({sections:[],originalOrder:[],detectedAt:Date.now()})},[tY,nt]),(0,t.useEffect)(()=>{if(!h||!nF)return;let e=nf.current,t=new Set(tq.map(e=>e.id));for(let t of tq){if(e.has(t.id))continue;e.set(t.id,"");let n="u">typeof window?window.location.pathname+window.location.search+window.location.hash:oc;to(h,nF,{id:t.id,x:t.x/window.innerWidth*100,y:t.y,comment:`Place ${t.type} at (${Math.round(t.x)}, ${Math.round(t.y)}), ${t.width}\xd7${t.height}px${t.text?` \u2014 "${t.text}"`:""}`,element:`[design:${t.type}]`,elementPath:"[placement]",timestamp:t.timestamp,url:n,intent:"change",severity:"important",kind:"placement",placement:{componentType:t.type,width:t.width,height:t.height,scrollY:t.scrollY,text:t.text}}).then(n=>{e.has(t.id)&&e.set(t.id,n.id)}).catch(n=>{console.warn("[Agentation] Failed to sync placement annotation:",n),e.delete(t.id)})}for(let[n,o]of e)!t.has(n)&&(e.delete(n),o&&ts(h,o).catch(()=>{}))},[tq,h,nF,oc]),(0,t.useEffect)(()=>{if(h&&nF)return nw.current&&clearTimeout(nw.current),nw.current=D(()=>{let e=nb.current;if(!nt||0===nt.sections.length){for(let[,t]of e)t&&ts(h,t).catch(()=>{});e.clear();return}let t=new Set(nt.sections.map(e=>e.id)),n="u">typeof window?window.location.pathname+window.location.search+window.location.hash:oc;for(let t of nt.sections){let o=t.originalRect,r=t.currentRect;if(!(Math.abs(o.x-r.x)>1||Math.abs(o.y-r.y)>1||Math.abs(o.width-r.width)>1||Math.abs(o.height-r.height)>1)){let n=e.get(t.id);n&&(e.delete(t.id),ts(h,n).catch(()=>{}));continue}let s=e.get(t.id);s?tr(h,s,{comment:`Move ${t.label} section (${t.tagName}) \u2014 from (${Math.round(o.x)},${Math.round(o.y)}) ${Math.round(o.width)}\xd7${Math.round(o.height)} to (${Math.round(r.x)},${Math.round(r.y)}) ${Math.round(r.width)}\xd7${Math.round(r.height)}`}).catch(e=>{console.warn("[Agentation] Failed to update rearrange annotation:",e)}):(e.set(t.id,""),to(h,nF,{id:t.id,x:r.x/window.innerWidth*100,y:r.y,comment:`Move ${t.label} section (${t.tagName}) \u2014 from (${Math.round(o.x)},${Math.round(o.y)}) ${Math.round(o.width)}\xd7${Math.round(o.height)} to (${Math.round(r.x)},${Math.round(r.y)}) ${Math.round(r.width)}\xd7${Math.round(r.height)}`,element:t.selector,elementPath:"[rearrange]",timestamp:Date.now(),url:n,intent:"change",severity:"important",kind:"rearrange",rearrange:{selector:t.selector,label:t.label,tagName:t.tagName,originalRect:o,currentRect:r}}).then(n=>{e.has(t.id)&&e.set(t.id,n.id)}).catch(n=>{console.warn("[Agentation] Failed to sync rearrange annotation:",n),e.delete(t.id)}))}for(let[n,o]of e)!t.has(n)&&(e.delete(n),o&&ts(h,o).catch(()=>{}))},300),()=>{nw.current&&clearTimeout(nw.current)}},[nt,h,nF,oc]);let op=(0,t.useRef)(new Map);(0,t.useLayoutEffect)(()=>{let e=nt?.sections??[],t=new Set;if((tY||tU)&&F)for(let n of e){t.add(n.id);try{let e=document.querySelector(n.selector);if(!e)continue;if(!op.current.has(n.id)){let t={transform:e.style.transform,transformOrigin:e.style.transformOrigin,opacity:e.style.opacity,position:e.style.position,zIndex:e.style.zIndex,display:e.style.display},o=[],r=e.parentElement;for(;r&&r!==document.body;){let e=getComputedStyle(r);("visible"!==e.overflow||"visible"!==e.overflowX||"visible"!==e.overflowY)&&(o.push({el:r,overflow:r.style.overflow}),r.style.overflow="visible"),r=r.parentElement}let s=getComputedStyle(e);"inline"===s.display&&(e.style.display="inline-block"),op.current.set(n.id,{el:e,origStyles:t,ancestors:o}),e.style.transformOrigin="top left",e.style.zIndex="9999"}}catch{}}for(let[e,n]of op.current)if(!t.has(e)){let{el:t,origStyles:o,ancestors:r}=n;t.style.transition="transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1)",t.style.transform=o.transform,t.style.transformOrigin=o.transformOrigin,t.style.opacity=o.opacity,t.style.position=o.position,t.style.zIndex=o.zIndex,op.current.delete(e),D(()=>{for(let e of(t.style.transition="",t.style.display=o.display,r))e.el.style.overflow=e.overflow},450)}},[nt,tY,tU,F]),(0,t.useEffect)(()=>()=>{for(let[,e]of op.current){let{el:t,origStyles:n,ancestors:o}=e;t.style.transition="transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1)",t.style.transform=n.transform,t.style.transformOrigin=n.transformOrigin,t.style.opacity=n.opacity,t.style.position=n.position,t.style.zIndex=n.zIndex,D(()=>{for(let e of(t.style.transition="",t.style.display=n.display,o))e.el.style.overflow=e.overflow},450)}op.current.clear()},[]);let oy=(0,t.useCallback)(()=>{tQ(!0),tX(!1),tK(null),clearTimeout(ny.current),ny.current=D(()=>{tQ(!1)},300)},[]),ox=(0,t.useCallback)(()=>{tY&&(tQ(!0),tX(!1),tK(null),clearTimeout(ny.current),ny.current=D(()=>{tQ(!1)},300)),X(!1)},[tY]),of=(0,t.useCallback)(()=>{tb||(!function(){if("u"<typeof document||W.frozen)return;W.frozen=!0,W.frozenTimeoutQueue=[],W.frozenRAFQueue=[];let e=document.getElementById(E);e||((e=document.createElement("style")).id=E),e.textContent=`
97
+ *${N},
98
+ *${N}::before,
99
+ *${N}::after {
100
+ animation-play-state: paused !important;
101
+ transition: none !important;
102
+ }
103
+ `,document.head.appendChild(e),W.pausedAnimations=[];try{document.getAnimations().forEach(e=>{var t;"running"===e.playState&&((t=e.effect?.target)&&B.some(e=>!!t.closest?.(`[${e}]`))||(e.pause(),W.pausedAnimations.push(e)))})}catch{}document.querySelectorAll("video").forEach(e=>{e.paused||(e.dataset.wasPaused="false",e.pause())})}(),tw(!0))},[tb]),ob=(0,t.useCallback)(()=>{tb&&(T(),tw(!1))},[tb]),ow=(0,t.useCallback)(()=>{tb?ob():of()},[tb,of,ob]),ov=(0,t.useCallback)(()=>{if(0===nN.length)return;let e=nN[0],t=e.element,n=nN.length>1,o=nN.map(e=>e.element.getBoundingClientRect());if(n){let e={left:Math.min(...o.map(e=>e.left)),top:Math.min(...o.map(e=>e.top)),right:Math.max(...o.map(e=>e.right)),bottom:Math.max(...o.map(e=>e.bottom))},n=nN.slice(0,5).map(e=>e.name).join(", "),r=nN.length>5?` +${nN.length-5} more`:"",s=o.map(e=>({x:e.left,y:e.top+window.scrollY,width:e.width,height:e.height})),l=nN[nN.length-1].element,i=o[o.length-1],a=i.left+i.width/2,d=i.top+i.height/2,_=tP(l);ex({x:a/window.innerWidth*100,y:_?d:d+window.scrollY,clientY:d,element:`${nN.length} elements: ${n}${r}`,elementPath:"multi-select",boundingBox:{x:e.left,y:e.top+window.scrollY,width:e.right-e.left,height:e.bottom-e.top},isMultiSelect:!0,isFixed:_,elementBoundingBoxes:s,multiSelectElements:nN.map(e=>e.element),targetElement:l,fullPath:ek(t),accessibility:ev(t),computedStyles:ew(t),computedStylesObj:ef(t),nearbyElements:eu(t),cssClasses:eh(t),nearbyText:ec(t),sourceFile:tO(t)})}else{let n=o[0],r=tP(t);ex({x:n.left/window.innerWidth*100,y:r?n.top:n.top+window.scrollY,clientY:n.top,element:e.name,elementPath:e.path,boundingBox:{x:n.left,y:r?n.top:n.top+window.scrollY,width:n.width,height:n.height},isFixed:r,fullPath:ek(t),accessibility:ev(t),computedStyles:ew(t),computedStylesObj:ef(t),nearbyElements:eu(t),cssClasses:eh(t),nearbyText:ec(t),reactComponents:e.reactComponents,sourceFile:tO(t)})}nE([]),em(null)},[nN]);(0,t.useEffect)(()=>{!F&&(ex(null),ti(null),td(null),tc([]),em(null),tk(!1),nE([]),nR.current={cmd:!1,shift:!1},tb&&ob())},[F,tb,ob]),(0,t.useEffect)(()=>()=>{T()},[]),(0,t.useEffect)(()=>{if(!F)return;let e=":not([data-agentation-root]):not([data-agentation-root] *)",t=document.createElement("style");return t.id="feedback-cursor-styles",t.textContent=`
104
+ body ${e} {
105
+ cursor: crosshair !important;
106
+ }
107
+
108
+ 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])${e} {
109
+ cursor: text !important;
110
+ }
111
+ `,document.head.appendChild(t),()=>{let e=document.getElementById("feedback-cursor-styles");e&&e.remove()}},[F]),(0,t.useEffect)(()=>{if(null!==nS&&F)return document.documentElement.setAttribute("data-drawing-hover",""),()=>document.documentElement.removeAttribute("data-drawing-hover")},[nS,F]),(0,t.useEffect)(()=>{if(!F||ey||nv||tY)return;let e=e=>{if(ea(e.composedPath()[0]||e.target,"[data-feedback-toolbar]"))return void em(null);let t=tz(e.clientX,e.clientY);if(!t||ea(t,"[data-feedback-toolbar]"))return void em(null);let{name:n,elementName:o,path:r,reactComponents:s}=tN(t,"off");em({element:n,elementName:o,elementPath:r,rect:t.getBoundingClientRect(),reactComponents:s}),ep({x:e.clientX,y:e.clientY})};return document.addEventListener("mousemove",e),()=>document.removeEventListener("mousemove",e)},[F,ey,nv,tY,"off",nj]);let ok=(0,t.useCallback)(e=>{if(ti(e),eA(null),eH(null),eX([]),e.elementBoundingBoxes?.length){let t=[];for(let n of e.elementBoundingBoxes){let e=tz(n.x+n.width/2,n.y+n.height/2-window.scrollY);e&&t.push(e)}tc(t),td(null)}else if(e.boundingBox){let t=e.boundingBox,n=tz(t.x+t.width/2,e.isFixed?t.y+t.height/2:t.y+t.height/2-window.scrollY);if(n){let e=n.getBoundingClientRect(),o=e.width/t.width,r=e.height/t.height;o<.5||r<.5?td(null):td(n)}else td(null);tc([])}else td(null),tc([])},[]);(0,t.useEffect)(()=>{if(!F||nv||tY)return;let e=e=>{let t;if(or.current){or.current=!1;return}let n=e.composedPath()[0]||e.target;if(ea(n,"[data-feedback-toolbar]")||ea(n,"[data-annotation-popup]")||ea(n,"[data-annotation-marker]"))return;if(e.metaKey&&e.shiftKey&&!ey&&!tl){e.preventDefault(),e.stopPropagation();let t=tz(e.clientX,e.clientY);if(!t)return;let n=t.getBoundingClientRect(),{name:o,path:r,reactComponents:s}=tN(t,"off"),l=nN.findIndex(e=>e.element===t);l>=0?nE(e=>e.filter((e,t)=>t!==l)):nE(e=>[...e,{element:t,rect:n,name:o,path:r,reactComponents:s??void 0}]);return}let o=ea(n,"button, a, input, select, textarea, [role='button'], [onclick]");if(nD.blockInteractions&&o&&(e.preventDefault(),e.stopPropagation()),ey){if(o&&!nD.blockInteractions)return;e.preventDefault(),oa.current?.shake();return}if(tl){if(o&&!nD.blockInteractions)return;e.preventDefault(),od.current?.shake();return}e.preventDefault();let r=tz(e.clientX,e.clientY);if(!r)return;let{name:s,path:l,reactComponents:i}=tN(r,"off"),a=r.getBoundingClientRect(),d=e.clientX/window.innerWidth*100,_=tP(r),c=_?e.clientY:e.clientY+window.scrollY,u=window.getSelection();u&&u.toString().trim().length>0&&(t=u.toString().trim().slice(0,500));let h=ef(r),m=ew(r);ex({x:d,y:c,clientY:e.clientY,element:s,elementPath:l,selectedText:t,boundingBox:{x:a.left,y:_?a.top:a.top+window.scrollY,width:a.width,height:a.height},nearbyText:ec(r),cssClasses:eh(r),isFixed:_,fullPath:ek(r),accessibility:ev(r),computedStyles:m,computedStylesObj:h,nearbyElements:eu(r),reactComponents:i??void 0,sourceFile:tO(r),targetElement:r}),em(null)};return document.addEventListener("click",e,!0),()=>document.removeEventListener("click",e,!0)},[F,nv,tY,ey,tl,nD.blockInteractions,"off",nN]),(0,t.useEffect)(()=>{if(!F)return;let e=e=>{"Meta"===e.key&&(nR.current.cmd=!0),"Shift"===e.key&&(nR.current.shift=!0)},t=e=>{let t=nR.current.cmd&&nR.current.shift;"Meta"===e.key&&(nR.current.cmd=!1),"Shift"===e.key&&(nR.current.shift=!1);let n=nR.current.cmd&&nR.current.shift;t&&!n&&nN.length>0&&ov()},n=()=>{nR.current={cmd:!1,shift:!1},nE([])};return document.addEventListener("keydown",e),document.addEventListener("keyup",t),window.addEventListener("blur",n),()=>{document.removeEventListener("keydown",e),document.removeEventListener("keyup",t),window.removeEventListener("blur",n)}},[F,nN,ov]),(0,t.useEffect)(()=>{if(!F||ey||nv||tY)return;let e=e=>{let t=e.composedPath()[0]||e.target;ea(t,"[data-feedback-toolbar]")||ea(t,"[data-annotation-marker]")||ea(t,"[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(t.tagName)||t.isContentEditable||(e.preventDefault(),oe.current={x:e.clientX,y:e.clientY})};return document.addEventListener("mousedown",e),()=>document.removeEventListener("mousedown",e)},[F,ey,nv,tY]),(0,t.useEffect)(()=>{if(!F||ey)return;let e=e=>{if(!oe.current)return;let t=e.clientX-oe.current.x,n=e.clientY-oe.current.y,o=t*t+n*n;if(!n7&&o>=64&&(ot.current=oe.current,n9(!0),e.preventDefault()),(n7||o>=64)&&ot.current){if(on.current){let t=Math.min(ot.current.x,e.clientX),n=Math.min(ot.current.y,e.clientY),o=Math.abs(e.clientX-ot.current.x),r=Math.abs(e.clientY-ot.current.y);on.current.style.transform=`translate(${t}px, ${n}px)`,on.current.style.width=`${o}px`,on.current.style.height=`${r}px`}let t=Date.now();if(t-os.current<50)return;os.current=t;let n=ot.current.x,o=ot.current.y,r=Math.min(n,e.clientX),s=Math.min(o,e.clientY),l=Math.max(n,e.clientX),i=Math.max(o,e.clientY),a=(r+l)/2,d=(s+i)/2,_=new Set;for(let[e,t]of[[r,s],[l,s],[r,i],[l,i],[a,d],[a,s],[a,i],[r,d],[l,d]])for(let n of document.elementsFromPoint(e,t))n instanceof HTMLElement&&_.add(n);for(let e 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(e instanceof HTMLElement){let t=e.getBoundingClientRect(),n=t.left+t.width/2,o=t.top+t.height/2,a=n>=r&&n<=l&&o>=s&&o<=i,d=Math.min(t.right,l)-Math.max(t.left,r),c=Math.min(t.bottom,i)-Math.max(t.top,s),u=d>0&&c>0?d*c:0,h=t.width*t.height,m=h>0?u/h:0;(a||m>.5)&&_.add(e)}let c=[],u=new Set(["BUTTON","A","INPUT","IMG","P","H1","H2","H3","H4","H5","H6","LI","LABEL","TD","TH","SECTION","ARTICLE","ASIDE","NAV"]);for(let e of _){if(ea(e,"[data-feedback-toolbar]")||ea(e,"[data-annotation-marker]"))continue;let t=e.getBoundingClientRect();if((!(t.width>.8*window.innerWidth)||!(t.height>.5*window.innerHeight))&&!(t.width<10)&&!(t.height<10)&&t.left<l&&t.right>r&&t.top<i&&t.bottom>s){let n=e.tagName,o=u.has(n);if(!o&&("DIV"===n||"SPAN"===n)){let t=e.textContent&&e.textContent.trim().length>0,n=null!==e.onclick||"button"===e.getAttribute("role")||"link"===e.getAttribute("role")||e.classList.contains("clickable")||e.hasAttribute("data-clickable");(t||n)&&!e.querySelector("p, h1, h2, h3, h4, h5, h6, button, a")&&(o=!0)}if(o){let e=!1;for(let n of c)if(n.left<=t.left&&n.right>=t.right&&n.top<=t.top&&n.bottom>=t.bottom){e=!0;break}e||c.push(t)}}}if(oo.current){let e=oo.current;for(;e.children.length>c.length;)e.removeChild(e.lastChild);c.forEach((t,n)=>{let o=e.children[n];o||((o=document.createElement("div")).className=tp.selectedElementHighlight,e.appendChild(o)),o.style.transform=`translate(${t.left}px, ${t.top}px)`,o.style.width=`${t.width}px`,o.style.height=`${t.height}px`})}}};return document.addEventListener("mousemove",e,{passive:!0}),()=>document.removeEventListener("mousemove",e)},[F,ey,n7,8]),(0,t.useEffect)(()=>{if(!F)return;let e=e=>{let t=ot.current;if(n7&&t){or.current=!0;let n=Math.min(t.x,e.clientX),o=Math.min(t.y,e.clientY),r=Math.max(t.x,e.clientX),s=Math.max(t.y,e.clientY),l=[];document.querySelectorAll("button, a, input, img, p, h1, h2, h3, h4, h5, h6, li, label, td, th").forEach(e=>{if(!(e instanceof HTMLElement)||ea(e,"[data-feedback-toolbar]")||ea(e,"[data-annotation-marker]"))return;let t=e.getBoundingClientRect();t.width>.8*window.innerWidth&&t.height>.5*window.innerHeight||!(t.width<10)&&!(t.height<10)&&t.left<r&&t.right>n&&t.top<s&&t.bottom>o&&l.push({element:e,rect:t})});let i=l.filter(({element:e})=>!l.some(({element:t})=>t!==e&&e.contains(t))),a=e.clientX/window.innerWidth*100,d=e.clientY+window.scrollY;if(i.length>0){let t=i.reduce((e,{rect:t})=>({left:Math.min(e.left,t.left),top:Math.min(e.top,t.top),right:Math.max(e.right,t.right),bottom:Math.max(e.bottom,t.bottom)}),{left:1/0,top:1/0,right:-1/0,bottom:-1/0}),n=i.slice(0,5).map(({element:e})=>e_(e).name).join(", "),o=i.length>5?` +${i.length-5} more`:"",r=i[0].element,s=ef(r),l=ew(r);ex({x:a,y:d,clientY:e.clientY,element:`${i.length} elements: ${n}${o}`,elementPath:"multi-select",boundingBox:{x:t.left,y:t.top+window.scrollY,width:t.right-t.left,height:t.bottom-t.top},isMultiSelect:!0,fullPath:ek(r),accessibility:ev(r),computedStyles:l,computedStylesObj:s,nearbyElements:eu(r),cssClasses:eh(r),nearbyText:ec(r),sourceFile:tO(r)})}else{let t=Math.abs(r-n),l=Math.abs(s-o);t>20&&l>20&&ex({x:a,y:d,clientY:e.clientY,element:"Area selection",elementPath:`region at (${Math.round(n)}, ${Math.round(o)})`,boundingBox:{x:n,y:o+window.scrollY,width:t,height:l},isMultiSelect:!0})}em(null)}else n7&&(or.current=!0);oe.current=null,ot.current=null,n9(!1),oo.current&&(oo.current.innerHTML="")};return document.addEventListener("mouseup",e),()=>document.removeEventListener("mouseup",e)},[F,n7]);let oj=(0,t.useCallback)(async(e,t,n)=>{let o=nD.webhookUrl||k;if(!o||!nD.webhooksEnabled&&!n)return!1;try{return(await fetch(o,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({event:e,timestamp:Date.now(),url:"u">typeof window?window.location.href:void 0,...t})})).ok}catch(e){return console.warn("[Agentation] Webhook failed:",e),!1}},[k,nD.webhookUrl,nD.webhooksEnabled]),oC=(0,t.useCallback)(e=>{if(!ey)return;let t={id:Date.now().toString(),x:ey.x,y:ey.y,comment:e,element:ey.element,elementPath:ey.elementPath,timestamp:Date.now(),selectedText:ey.selectedText,boundingBox:ey.boundingBox,nearbyText:ey.nearbyText,cssClasses:ey.cssClasses,isMultiSelect:ey.isMultiSelect,isFixed:ey.isFixed,fullPath:ey.fullPath,accessibility:ey.accessibility,computedStyles:ey.computedStyles,nearbyElements:ey.nearbyElements,reactComponents:ey.reactComponents,sourceFile:ey.sourceFile,elementBoundingBoxes:ey.elementBoundingBoxes,...h&&nF?{sessionId:nF,url:"u">typeof window?window.location.href:void 0,status:"pending"}:{}};Q(e=>[...e,t]),ol.current=t.id,D(()=>{ol.current=null},300),D(()=>{n1(e=>new Set(e).add(t.id))},250),l?.(t),oj("annotation.add",{annotation:t}),n6(!0),D(()=>{ex(null),n6(!1)},150),window.getSelection()?.removeAllRanges(),h&&nF&&to(h,nF,t).then(e=>{e.id!==t.id&&(Q(n=>n.map(n=>n.id===t.id?{...n,id:e.id}:n)),n1(n=>{let o=new Set(n);return o.delete(t.id),o.add(e.id),o}))}).catch(e=>{console.warn("[Agentation] Failed to sync annotation:",e)})},[ey,l,oj,h,nF]),oS=(0,t.useCallback)(()=>{n6(!0),D(()=>{ex(null),n6(!1)},150)},[]),oM=(0,t.useCallback)(e=>{let t=U.findIndex(t=>t.id===e),n=U[t];tl?.id===e&&(n8(!0),D(()=>{ti(null),td(null),tc([]),n8(!1)},150)),eQ(e),n2(t=>new Set(t).add(e)),n&&(i?.(n),oj("annotation.delete",{annotation:n})),h&&ts(h,e).catch(e=>{console.warn("[Agentation] Failed to delete annotation from server:",e)}),D(()=>{Q(t=>t.filter(t=>t.id!==e)),n2(t=>{let n=new Set(t);return n.delete(e),n}),eQ(null),t<U.length-1&&(e8(t),D(()=>e8(null),200))},150)},[U,tl,i,oj,h]),o$=(0,t.useCallback)(e=>{if(!e){eA(null),eH(null),eX([]);return}if(eA(e.id),e.elementBoundingBoxes?.length){let t=[];for(let n of e.elementBoundingBoxes){let e=n.x+n.width/2,o=n.y+n.height/2-window.scrollY,r=document.elementsFromPoint(e,o).find(e=>!e.closest("[data-annotation-marker]")&&!e.closest("[data-agentation-root]"));r&&t.push(r)}eX(t),eH(null)}else if(e.boundingBox){let t=e.boundingBox,n=tz(t.x+t.width/2,e.isFixed?t.y+t.height/2:t.y+t.height/2-window.scrollY);if(n){let e=n.getBoundingClientRect(),o=e.width/t.width,r=e.height/t.height;o<.5||r<.5?eH(null):eH(n)}else eH(null);eX([])}else eH(null),eX([])},[]),oL=(0,t.useCallback)(e=>{if(!tl)return;let t={...tl,comment:e};Q(e=>e.map(e=>e.id===tl.id?t:e)),a?.(t),oj("annotation.update",{annotation:t}),h&&tr(h,tl.id,{comment:e}).catch(e=>{console.warn("[Agentation] Failed to update annotation on server:",e)}),n8(!0),D(()=>{ti(null),td(null),tc([]),n8(!1)},150)},[tl,a,oj,h]),oI=(0,t.useCallback)(()=>{n8(!0),D(()=>{ti(null),td(null),tc([]),n8(!1)},150)},[]),oB=(0,t.useCallback)(()=>{let e=U.length,t=tq.length>0||!!nt;if(0===e&&0===nj.length&&!t)return;if(d?.(U),oj("annotations.clear",{annotations:U}),h){for(let[,e]of(Promise.all(U.map(e=>ts(h,e.id).catch(e=>{console.warn("[Agentation] Failed to delete annotation from server:",e)}))),nf.current))e&&ts(h,e).catch(()=>{});for(let[,e]of(nf.current.clear(),nb.current))e&&ts(h,e).catch(()=>{});nb.current.clear()}eP(!0),eD(!0),nC([]);let n=n$.current;if(n){let e=n.getContext("2d");e&&e.clearRect(0,0,n.width,n.height)}(tq.length>0||nt)&&(nc(e=>e+1),nh(e=>e+1),D(()=>{tV([]),nn(null)},200)),tG&&t0(!1),t8&&t7(""),ns.current={rearrange:null,placements:[]},e3(oc),D(()=>{Q([]),n1(new Set),localStorage.removeItem(eJ(oc)),eP(!1)},30*e+200),D(()=>eD(!1),1500)},[oc,U,nj,tq,nt,tG,t8,d,oj,h]),oN=(0,t.useCallback)(async()=>{let e,t="u">typeof window?window.location.pathname+window.location.search+window.location.hash:oc,n=tY&&tG;if(n){if(0===tq.length&&!nt&&!t8)return;e=""}else{if(!(e=tx(U,t,nD.outputDetail))&&0===nj.length&&0===tq.length&&!nt)return;e||(e=`## Page Feedback: ${t}
112
+ `)}if(!n&&nj.length>0){let t=new Set;for(let e of U)null!=e.drawingIndex&&t.add(e.drawingIndex);let n=n$.current;n&&(n.style.visibility="hidden");let o=[],r=window.scrollY;for(let e=0;e<nj.length;e++){let n,s;if(t.has(e))continue;let l=nj[e];if(l.points.length<2)continue;let i=l.fixed?l.points:l.points.map(e=>({x:e.x,y:e.y-r})),a=1/0,d=1/0,_=-1/0,c=-1/0;for(let e of i)a=Math.min(a,e.x),d=Math.min(d,e.y),_=Math.max(_,e.x),c=Math.max(c,e.y);let u=_-a,h=c-d,m=Math.hypot(u,h),g=i[0],p=i[i.length-1],y=Math.hypot(p.x-g.x,p.y-g.y),x=u/Math.max(h,1);if(y<.35*m&&m>20){let e=.15*Math.max(u,h),t=0;for(let n of i){let o=n.x-a<e,r=_-n.x<e,s=n.y-d<e,l=c-n.y<e;(o||r)&&(s||l)&&t++}n=t>.15*i.length?"box":"circle"}else n=x>3&&h<40?"underline":y>.5*m?"arrow":"drawing";let f=Math.min(10,i.length),b=Math.max(1,Math.floor(i.length/f)),w=new Set,v=[],k=[g];for(let e=b;e<i.length-1;e+=b)k.push(i[e]);for(let e of(k.push(p),k)){let t=tz(e.x,e.y);if(!t||w.has(t)||ea(t,"[data-feedback-toolbar]"))continue;w.add(t);let{name:n}=e_(t);v.includes(n)||v.push(n)}let j=`${Math.round(a)},${Math.round(d)} \u2192 ${Math.round(_)},${Math.round(c)}`;if(("circle"===n||"box"===n)&&v.length>0){let e="box"===n?"Boxed":"Circled";s=`${e} **${v[0]}**${v.length>1?` (and ${v.slice(1).join(", ")})`:""} (region: ${j})`}else s="underline"===n&&v.length>0?`Underlined **${v[0]}** (${j})`:"arrow"===n&&v.length>=2?`Arrow from **${v[0]}** to **${v[v.length-1]}** (${Math.round(g.x)},${Math.round(g.y)} \u2192 ${Math.round(p.x)},${Math.round(p.y)})`:v.length>0?`${"arrow"===n?"Arrow":"Drawing"} near **${v.join("**, **")}** (region: ${j})`:`Drawing at ${j}`;o.push(s)}n&&(n.style.visibility=""),o.length>0&&(e+=`
113
+ **Drawings:**
114
+ `,o.forEach((t,n)=>{e+=`${n+1}. ${t}
115
+ `}))}if((tq.length>0||n&&t8)&&(e+="\n"+eV(tq,{width:window.innerWidth,height:window.innerHeight},{blankCanvas:tG,wireframePurpose:t8||void 0},nD.outputDetail)),nt){let t=eZ(nt,nD.outputDetail,{width:window.innerWidth,height:window.innerHeight});t&&(e+="\n"+t)}if(u)try{await navigator.clipboard.writeText(e)}catch{}_?.(e),eS(!0),D(()=>eS(!1),2e3),nD.autoClearAfterCopy&&D(()=>oB(),500)},[U,nj,tq,nt,tG,tY,t6,t8,oc,nD.outputDetail,"off",nD.autoClearAfterCopy,oB,u,_]),oE=(0,t.useCallback)(async()=>{let e="u">typeof window?window.location.pathname+window.location.search+window.location.hash:oc,t=tx(U,e,nD.outputDetail);if(!t&&0===tq.length&&!nt)return;if(t||(t=`## Page Feedback: ${e}
116
+ `),tq.length>0&&(t+="\n"+eV(tq,{width:window.innerWidth,height:window.innerHeight},{blankCanvas:tG,wireframePurpose:t8||void 0},nD.outputDetail)),nt){let e=eZ(nt,nD.outputDetail,{width:window.innerWidth,height:window.innerHeight});e&&(t+="\n"+e)}c&&c(t,U),eR("sending"),await new Promise(e=>D(e,150));let n=await oj("submit",{output:t,annotations:U},!0);eR(n?"sent":"failed"),D(()=>eR("idle"),2500),n&&nD.autoClearAfterCopy&&D(()=>oB(),500)},[c,oj,U,tq,nt,tG,t6,oc,nD.outputDetail,"off",nD.autoClearAfterCopy,oB]);(0,t.useEffect)(()=>{if(!nK)return;let e=e=>{let t=e.clientX-nK.x,n=e.clientY-nK.y,o=Math.sqrt(t*t+n*n);if(!nV&&o>10&&nZ(!0),nV||o>10){let e=nK.toolbarX+t,o=nK.toolbarY+n;nq({x:e=Math.max(20-(337-(F?"connected"===nX?297:257:44)),Math.min(window.innerWidth-20-337,e)),y:o=Math.max(20,Math.min(window.innerHeight-44-20,o))})}},t=()=>{nV&&(nG.current=!0),nZ(!1),nJ(null)};return document.addEventListener("mousemove",e),document.addEventListener("mouseup",t),()=>{document.removeEventListener("mousemove",e),document.removeEventListener("mouseup",t)}},[nK,nV,F,nX]);let oR=(0,t.useCallback)(e=>{if(e.target.closest("button")||e.target.closest("[data-agentation-settings-panel]"))return;let t=e.currentTarget.parentElement;if(!t)return;let n=t.getBoundingClientRect(),o=nQ?.x??n.left,r=nQ?.y??n.top;nJ({x:e.clientX,y:e.clientY,toolbarX:o,toolbarY:r})},[nQ]);if((0,t.useEffect)(()=>{if(!nQ)return;let e=()=>{let e=nQ.x,t=nQ.y;e=Math.max(20-(337-(F?"connected"===nX?297:257:44)),Math.min(window.innerWidth-20-337,e)),t=Math.max(20,Math.min(window.innerHeight-44-20,t)),(e!==nQ.x||t!==nQ.y)&&nq({x:e,y:t})};return e(),window.addEventListener("resize",e),()=>window.removeEventListener("resize",e)},[nQ,F,nX]),(0,t.useEffect)(()=>{let e=e=>{let t=e.target,n="INPUT"===t.tagName||"TEXTAREA"===t.tagName||t.isContentEditable;if("Escape"===e.key){if(tY)return void(tZ?tK(null):oy());if(nv)return void nk(!1);if(nN.length>0)return void nE([]);ey||F&&(nW(),X(!1))}if((e.metaKey||e.ctrlKey)&&e.shiftKey&&("f"===e.key||"F"===e.key)){e.preventDefault(),nW(),F?ox():X(!0);return}if(!n&&!e.metaKey&&!e.ctrlKey&&(("p"===e.key||"P"===e.key)&&(e.preventDefault(),nW(),ow()),("l"===e.key||"L"===e.key)&&(e.preventDefault(),nW(),nv&&nk(!1),tv&&tk(!1),ey&&oS(),tY?oy():tX(!0)),("h"===e.key||"H"===e.key)&&U.length>0&&(e.preventDefault(),nW(),V(e=>!e)),("c"===e.key||"C"===e.key)&&(U.length>0||tq.length>0||nt)&&(e.preventDefault(),nW(),oN()),("x"===e.key||"X"===e.key)&&(U.length>0||tq.length>0||nt)&&(e.preventDefault(),nW(),oB(),tq.length>0&&tV([]),nt&&nn(null)),"s"===e.key||"S"===e.key)){let t=tW(nD.webhookUrl)||tW(k||"");U.length>0&&t&&"idle"===eE&&(e.preventDefault(),nW(),oE())}};return document.addEventListener("keydown",e),()=>document.removeEventListener("keydown",e)},[F,nv,tY,tZ,tq,nt,ey,U.length,nD.webhookUrl,k,eE,oE,ow,oN,oB,nN]),!ty||Z)return null;let oW=U.length>0,oD=U.filter(e=>!n5.has(e.id)&&"placement"!==e.kind&&"rearrange"!==e.kind),oz=oD.length>0,oP=U.filter(e=>n5.has(e.id)),oT=e=>{let t=e.x/100*window.innerWidth,n="string"==typeof e.y?parseFloat(e.y):e.y,o={};window.innerHeight-n-22-10<80&&(o.top="auto",o.bottom="calc(100% + 10px)");let r=t-100;if(r<10)o.left=`calc(50% + ${10-r}px)`;else if(r+200>window.innerWidth-10){let e=r+200-(window.innerWidth-10);o.left=`calc(50% - ${e}px)`}return o};return(0,n.createPortal)((0,o.jsxs)("div",{ref:en,style:{display:"contents"},"data-agentation-theme":nP?"dark":"light","data-agentation-accent":nD.annotationColorId,"data-agentation-root":"",children:[(0,o.jsx)("div",{className:`${tp.toolbar}${C?` ${C}`:""}`,"data-feedback-toolbar":!0,"data-agentation-toolbar":!0,style:nQ?{left:nQ.x,top:nQ.y,right:"auto",bottom:"auto"}:void 0,children:(0,o.jsxs)("div",{className:`${tp.toolbarContainer} ${F?tp.expanded:tp.collapsed} ${nO?tp.entrance:""} ${G?tp.hiding:""} ${!nD.webhooksEnabled&&(tW(nD.webhookUrl)||tW(k||""))?tp.serverConnected:""}`,onClick:F?void 0:e=>{if(nG.current){nG.current=!1,e.preventDefault();return}X(!0)},onMouseDown:oR,role:F?void 0:"button",tabIndex:F?-1:0,title:F?void 0:"Start feedback mode",children:[(0,o.jsxs)("div",{className:`${tp.toggleContent} ${!F?tp.visible:tp.hidden}`,children:[(0,o.jsx)(g,{size:24}),oz&&(0,o.jsx)("span",{className:`${tp.badge} ${F?tp.fadeOut:""} ${nO?tp.entrance:""}`,children:oD.length})]}),(0,o.jsxs)("div",{className:`${tp.controlsContent} ${F?tp.visible:tp.hidden} ${nQ&&nQ.y<100?tp.tooltipBelow:""} ${tF||tv?tp.tooltipsHidden:""} ${nL?tp.tooltipsInSession:""}`,onMouseEnter:()=>{nL||(nB.current=D(()=>nI(!0),850))},onMouseLeave:()=>{nB.current&&(clearTimeout(nB.current),nB.current=null),nI(!1),tH(!1)},children:[(0,o.jsxs)("div",{className:`${tp.buttonWrapper} ${nQ&&nQ.x<120?tp.buttonWrapperAlignLeft:""}`,children:[(0,o.jsx)("button",{className:tp.controlButton,onClick:e=>{e.stopPropagation(),nW(),ow()},"data-active":tb,children:(0,o.jsx)(b,{size:24,isPaused:tb})}),(0,o.jsxs)("span",{className:tp.buttonTooltip,children:[tb?"Resume animations":"Pause animations",(0,o.jsx)("span",{className:tp.shortcut,children:"P"})]})]}),(0,o.jsxs)("div",{className:tp.buttonWrapper,children:[(0,o.jsx)("button",{className:`${tp.controlButton} ${!nP?tp.light:""}`,onClick:e=>{e.stopPropagation(),nW(),nv&&nk(!1),tv&&tk(!1),ey&&oS(),tY?oy():tX(!0)},"data-active":tY,style:tY&&tG?{color:"#f97316",background:"rgba(249, 115, 22, 0.25)"}:void 0,children:(0,o.jsx)(I,{size:21})}),(0,o.jsxs)("span",{className:tp.buttonTooltip,children:[tY?"Exit layout mode":"Layout mode",(0,o.jsx)("span",{className:tp.shortcut,children:"L"})]})]}),(0,o.jsxs)("div",{className:tp.buttonWrapper,children:[(0,o.jsx)("button",{className:tp.controlButton,onClick:e=>{e.stopPropagation(),nW(),V(!q)},disabled:!oW||tY,children:(0,o.jsx)(f,{size:24,isOpen:q})}),(0,o.jsxs)("span",{className:tp.buttonTooltip,children:[q?"Hide markers":"Show markers",(0,o.jsx)("span",{className:tp.shortcut,children:"H"})]})]}),(0,o.jsxs)("div",{className:tp.buttonWrapper,children:[(0,o.jsx)("button",{className:`${tp.controlButton} ${eb?tp.statusShowing:""}`,onClick:e=>{e.stopPropagation(),nW(),oN()},disabled:tY&&tG?0===tq.length&&!nt?.sections?.length:!oW&&0===nj.length&&0===tq.length&&!nt?.sections?.length,"data-active":eb,children:(0,o.jsx)(y,{size:24,copied:eb,tint:tY&&tG&&(tq.length>0||nt?.sections?.length)?"#f97316":void 0})}),(0,o.jsxs)("span",{className:tp.buttonTooltip,children:[tY&&tG?"Copy layout":"Copy feedback",(0,o.jsx)("span",{className:tp.shortcut,children:"C"})]})]}),(0,o.jsxs)("div",{className:`${tp.buttonWrapper} ${tp.sendButtonWrapper} ${F&&!nD.webhooksEnabled&&(tW(nD.webhookUrl)||tW(k||""))?tp.sendButtonVisible:""}`,children:[(0,o.jsxs)("button",{className:`${tp.controlButton} ${"sent"===eE||"failed"===eE?tp.statusShowing:""}`,onClick:e=>{e.stopPropagation(),nW(),oE()},disabled:!oW||!tW(nD.webhookUrl)&&!tW(k||"")||"sending"===eE,"data-no-hover":"sent"===eE||"failed"===eE,tabIndex:tW(nD.webhookUrl)||tW(k||"")?0:-1,children:[(0,o.jsx)(x,{size:24,state:eE}),oW&&"idle"===eE&&(0,o.jsx)("span",{className:tp.buttonBadge,children:U.length})]}),(0,o.jsxs)("span",{className:tp.buttonTooltip,children:["Send Annotations",(0,o.jsx)("span",{className:tp.shortcut,children:"S"})]})]}),(0,o.jsxs)("div",{className:tp.buttonWrapper,children:[(0,o.jsx)("button",{className:tp.controlButton,onClick:e=>{e.stopPropagation(),nW(),oB()},disabled:!oW&&0===nj.length&&0===tq.length&&!nt?.sections?.length,"data-danger":!0,children:(0,o.jsx)(v,{size:24})}),(0,o.jsxs)("span",{className:tp.buttonTooltip,children:["Clear all",(0,o.jsx)("span",{className:tp.shortcut,children:"X"})]})]}),(0,o.jsxs)("div",{className:tp.buttonWrapper,children:[(0,o.jsx)("button",{className:tp.controlButton,onClick:e=>{e.stopPropagation(),nW(),tY&&oy(),tk(!tv)},children:(0,o.jsx)(w,{size:24})}),h&&"disconnected"!==nX&&(0,o.jsx)("span",{className:`${tp.mcpIndicator} ${tp[nX]} ${tv?tp.hidden:""}`,title:"connected"===nX?"MCP Connected":"MCP Connecting..."}),(0,o.jsx)("span",{className:tp.buttonTooltip,children:"Settings"})]}),(0,o.jsx)("div",{className:tp.divider}),(0,o.jsxs)("div",{className:`${tp.buttonWrapper} ${nQ&&"u">typeof window&&nQ.x>window.innerWidth-120?tp.buttonWrapperAlignRight:""}`,children:[(0,o.jsx)("button",{className:tp.controlButton,onClick:e=>{e.stopPropagation(),nW(),ox()},children:(0,o.jsx)(j,{size:24})}),(0,o.jsxs)("span",{className:tp.buttonTooltip,children:["Exit",(0,o.jsx)("span",{className:tp.shortcut,children:"Esc"})]})]})]}),(0,o.jsx)(el,{visible:tY&&F,activeType:tZ,onSelect:e=>{tK(tZ===e?null:e)},isDarkMode:nP,sectionCount:nt?.sections.length??0,onDetectSections:()=>{let e,t,n,o,r=(n=t=Array.from((e=document.querySelector("main")||document.body).children),e!==document.body&&t.length<3&&(n=Array.from(document.body.children)),o=[],n.forEach((e,t)=>{if(!(e instanceof HTMLElement))return;let n=e.tagName.toLowerCase();if(eM.has(n)||e.hasAttribute("data-feedback-toolbar")||e.closest("[data-feedback-toolbar]"))return;let r=window.getComputedStyle(e);if("none"===r.display||"hidden"===r.visibility)return;let s=e.getBoundingClientRect();if(s.height<40)return;let l=ej.has(n),i=e.getAttribute("role")&&eC[e.getAttribute("role")],a="div"===n&&s.height>=60;if(!l&&!i&&!a)return;let d=window.scrollY,_=e$(e),c={x:s.x,y:_?s.y:s.y+d,width:s.width,height:s.height};o.push({id:`rs-${Date.now()}-${Math.random().toString(36).slice(2,7)}`,label:eI(e),tagName:n,selector:eL(e),role:e.getAttribute("role"),className:eB(e),textSnippet:eN(e),originalRect:c,currentRect:{...c},originalIndex:t,isFixed:_})}),o),s=nt?.sections??[],l=new Set(s.map(e=>e.selector)),i=r.filter(e=>!l.has(e.selector));nn({sections:[...s,...i],originalOrder:[...nt?.originalOrder??[],...i.map(e=>e.id)],detectedAt:Date.now()})},placementCount:tq.length,onClearPlacements:()=>{nc(e=>e+1),nh(e=>e+1),D(()=>{nn({sections:[],originalOrder:[],detectedAt:Date.now()})},200)},blankCanvas:tG,onBlankCanvasChange:e=>{let t={sections:[],originalOrder:[],detectedAt:Date.now()};e?(nr.current={rearrange:nt,placements:tq},nn(ns.current.rearrange||t),tV(ns.current.placements),tK(null)):(ns.current={rearrange:nt,placements:tq},nn(nr.current.rearrange||t),tV(nr.current.placements)),t0(e)},wireframePurpose:t8,onWireframePurposeChange:t7,Tooltip:H,onDragStart:(e,t)=>{t.preventDefault();let n=Y[e],o=null,r=!1,s=t.clientX,l=t.clientY,i=t.target.closest("[data-feedback-toolbar]"),a=i?.getBoundingClientRect().top??window.innerHeight,d=t=>{let i=t.clientX-s,d=t.clientY-l;if(!r&&(Math.abs(i)>4||Math.abs(d)>4)&&(r=!0,(o=document.createElement("div")).className=`${J.dragPreview}${tG?` ${J.dragPreviewWireframe}`:""}`,document.body.appendChild(o)),!o)return;let _=1-Math.pow(1-Math.min(1,Math.max(0,a-t.clientY)/180),2),c=Math.min(140,.18*n.width),u=Math.min(90,.18*n.height),h=28+(c-28)*_,m=20+(u-20)*_;o.style.width=`${h}px`,o.style.height=`${m}px`,o.style.left=`${t.clientX-h/2}px`,o.style.top=`${t.clientY-m/2}px`,o.style.opacity=`${.5+.5*_}`,o.textContent=_>.25?e:""},_=t=>{if(window.removeEventListener("mousemove",d),window.removeEventListener("mouseup",_),o&&document.body.removeChild(o),r){let o=n.width,r=n.height,s=window.scrollY,l=Math.max(0,t.clientX-o/2),i=Math.max(0,t.clientY+s-r/2),a={id:`dp-${Date.now()}-${Math.random().toString(36).slice(2,7)}`,type:e,x:l,y:i,width:o,height:r,scrollY:s,timestamp:Date.now()};tV(e=>[...e,a]),tK(null),nm.current=new Set,ni(e=>e+1)}};window.addEventListener("mousemove",d),window.addEventListener("mouseup",_)}}),(0,o.jsx)(tB,{settings:nD,onSettingsChange:e=>nz(t=>({...t,...e})),isDarkMode:nP,onToggleTheme:()=>{en.current?.classList.add(tp.disableTransitions),nT(e=>!e),P(()=>{en.current?.classList.remove(tp.disableTransitions)})},isDevMode:!1,connectionStatus:nX,endpoint:h,isVisible:tM,toolbarNearBottom:!!nQ&&nQ.y<230,settingsPage:tL,onSettingsPageChange:tI,onHideToolbar:om})]})}),(tY||tU)&&(0,o.jsx)("div",{className:`${J.blankCanvas} ${t1?J.visible:""} ${t9?J.gridActive:""}`,style:{"--canvas-opacity":t2},"data-feedback-toolbar":!0}),tY&&tG&&t1&&(0,o.jsxs)("div",{className:J.wireframeNotice,"data-feedback-toolbar":!0,children:[(0,o.jsxs)("div",{className:J.wireframeOpacityRow,children:[(0,o.jsx)("span",{className:J.wireframeOpacityLabel,children:"Toggle Opacity"}),(0,o.jsx)("input",{type:"range",className:J.wireframeOpacitySlider,min:0,max:1,step:.01,value:t2,onChange:e=>t4(Number(e.target.value))})]}),(0,o.jsxs)("div",{className:J.wireframeNoticeTitleRow,children:[(0,o.jsx)("span",{className:J.wireframeNoticeTitle,children:"Wireframe Mode"}),(0,o.jsx)("span",{className:J.wireframeNoticeDivider}),(0,o.jsx)("button",{className:J.wireframeStartOver,onClick:()=>{nc(e=>e+1),nn({sections:[],originalOrder:[],detectedAt:Date.now()}),ns.current={rearrange:null,placements:[]},t7(""),e3(oc)},children:"Start Over"})]}),"Drag components onto the canvas.",(0,o.jsx)("br",{}),"Copied output will only include the wireframed layout."]}),(tY||tU)&&(0,o.jsx)(et,{placements:tq,onChange:tV,activeComponent:tU?null:tZ,onActiveComponentChange:tK,isDarkMode:nP,exiting:tU,onInteractionChange:ne,passthrough:!tZ,extraSnapRects:nt?.sections.map(e=>e.currentRect),deselectSignal:nl,clearSignal:n_,wireframe:tG,onSelectionChange:(e,t)=>{nm.current=e,t||(ng.current=new Set,nd(e=>e+1))},onDragMove:(e,t)=>{let n=ng.current;if(n.size&&nt){if(!np.current)for(let e of(np.current=new Map,nt.sections))n.has(e.id)&&np.current.set(e.id,{x:e.currentRect.x,y:e.currentRect.y});for(let o of nt.sections){if(!n.has(o.id)||!np.current.get(o.id))continue;let r=document.querySelector(`[data-rearrange-section="${o.id}"]`);r&&(r.style.transform=`translate(${e}px, ${t}px)`)}}},onDragEnd:(e,t,n)=>{let o=ng.current,r=np.current;if(np.current=null,o.size&&nt&&r){for(let e of o){let t=document.querySelector(`[data-rearrange-section="${e}"]`);t&&(t.style.transform="")}n&&nn(n=>n?{...n,sections:n.sections.map(n=>{let o=r.get(n.id);return o?{...n,currentRect:{...n.currentRect,x:Math.max(0,o.x+e),y:Math.max(0,o.y+t)}}:n})}:n)}}}),(tY||tU)&&nt&&(0,o.jsx)(eO,{rearrangeState:nt,onChange:nn,isDarkMode:nP,exiting:tU,blankCanvas:tG,extraSnapRects:tq.map(e=>({x:e.x,y:e.y,width:e.width,height:e.height})),clearSignal:nu,deselectSignal:na,onSelectionChange:(e,t)=>{ng.current=e,t||(nm.current=new Set,ni(e=>e+1))},onDragMove:(e,t)=>{let n=nm.current;if(n.size){if(!np.current)for(let e of(np.current=new Map,tq))n.has(e.id)&&np.current.set(e.id,{x:e.x,y:e.y});for(let o of n){let n=document.querySelector(`[data-design-placement="${o}"]`);n&&(n.style.transform=`translate(${e}px, ${t}px)`)}}},onDragEnd:(e,t,n)=>{let o=nm.current,r=np.current;if(np.current=null,o.size&&r){for(let e of o){let t=document.querySelector(`[data-design-placement="${e}"]`);t&&(t.style.transform="")}n&&tV(n=>n.map(n=>{let o=r.get(n.id);return o?{...n,x:Math.max(0,o.x+e),y:Math.max(0,o.y+t)}:n}))}}}),(0,o.jsx)("canvas",{ref:n$,className:`${tp.drawCanvas} ${nv?tp.active:""}`,style:{opacity:+!!ou,transition:"opacity 0.15s ease"},"data-feedback-toolbar":!0}),(0,o.jsxs)("div",{className:tp.markersLayer,"data-feedback-toolbar":!0,children:[eo&&oD.filter(e=>!e.isFixed).map((e,t,n)=>(0,o.jsx)(tj,{annotation:e,globalIndex:oD.findIndex(t=>t.id===e.id),layerIndex:t,layerSize:n.length,isExiting:es,isClearing:ez,isAnimated:n0.has(e.id),isHovered:!es&&eT===e.id,isDeleting:eU===e.id,isEditingAny:!!tl,renumberFrom:eq,markerClickBehavior:nD.markerClickBehavior,tooltipStyle:oT(e),onHoverEnter:e=>!es&&e.id!==ol.current&&o$(e),onHoverLeave:()=>o$(null),onClick:e=>"delete"===nD.markerClickBehavior?oM(e.id):ok(e),onContextMenu:ok},e.id)),eo&&!es&&oP.filter(e=>!e.isFixed).map(e=>(0,o.jsx)(tS,{annotation:e},e.id))]}),(0,o.jsxs)("div",{className:tp.fixedMarkersLayer,"data-feedback-toolbar":!0,children:[eo&&oD.filter(e=>e.isFixed).map((e,t,n)=>(0,o.jsx)(tj,{annotation:e,globalIndex:oD.findIndex(t=>t.id===e.id),layerIndex:t,layerSize:n.length,isExiting:es,isClearing:ez,isAnimated:n0.has(e.id),isHovered:!es&&eT===e.id,isDeleting:eU===e.id,isEditingAny:!!tl,renumberFrom:eq,markerClickBehavior:nD.markerClickBehavior,tooltipStyle:oT(e),onHoverEnter:e=>!es&&e.id!==ol.current&&o$(e),onHoverLeave:()=>o$(null),onClick:e=>"delete"===nD.markerClickBehavior?oM(e.id):ok(e),onContextMenu:ok},e.id)),eo&&!es&&oP.filter(e=>e.isFixed).map(e=>(0,o.jsx)(tS,{annotation:e,fixed:!0},e.id))]}),F&&(0,o.jsxs)("div",{className:tp.overlay,"data-feedback-toolbar":!0,style:ey||tl?{zIndex:99999}:void 0,children:[ed?.rect&&!ey&&!tm&&!n7&&(0,o.jsx)("div",{className:`${tp.hoverHighlight} ${tp.enter}`,style:{left:ed.rect.left,top:ed.rect.top,width:ed.rect.width,height:ed.rect.height,borderColor:"color-mix(in srgb, var(--agentation-color-accent) 50%, transparent)",backgroundColor:"color-mix(in srgb, var(--agentation-color-accent) 4%, transparent)"}}),nN.filter(e=>document.contains(e.element)).map((e,t)=>{let n=e.element.getBoundingClientRect(),r=nN.length>1;return(0,o.jsx)("div",{className:r?tp.multiSelectOutline:tp.singleSelectOutline,style:{position:"fixed",left:n.left,top:n.top,width:n.width,height:n.height,...r?{}:{borderColor:"color-mix(in srgb, var(--agentation-color-accent) 60%, transparent)",backgroundColor:"color-mix(in srgb, var(--agentation-color-accent) 5%, transparent)"}}},t)}),eT&&!ey&&(()=>{let e=U.find(e=>e.id===eT);if(!e?.boundingBox)return null;if(e.elementBoundingBoxes?.length)return eY.length>0?eY.filter(e=>document.contains(e)).map((e,t)=>{let n=e.getBoundingClientRect();return(0,o.jsx)("div",{className:`${tp.multiSelectOutline} ${tp.enter}`,style:{left:n.left,top:n.top,width:n.width,height:n.height}},`hover-outline-live-${t}`)}):e.elementBoundingBoxes.map((e,t)=>(0,o.jsx)("div",{className:`${tp.multiSelectOutline} ${tp.enter}`,style:{left:e.x,top:e.y-tu,width:e.width,height:e.height}},`hover-outline-${t}`));let t=eF&&document.contains(eF)?eF.getBoundingClientRect():null,n=t?{x:t.left,y:t.top,width:t.width,height:t.height}:{x:e.boundingBox.x,y:e.isFixed?e.boundingBox.y:e.boundingBox.y-tu,width:e.boundingBox.width,height:e.boundingBox.height},r=e.isMultiSelect;return(0,o.jsx)("div",{className:`${r?tp.multiSelectOutline:tp.singleSelectOutline} ${tp.enter}`,style:{left:n.x,top:n.y,width:n.width,height:n.height,...r?{}:{borderColor:"color-mix(in srgb, var(--agentation-color-accent) 60%, transparent)",backgroundColor:"color-mix(in srgb, var(--agentation-color-accent) 5%, transparent)"}}})})(),ed&&!ey&&!tm&&!n7&&(0,o.jsxs)("div",{className:`${tp.hoverTooltip} ${tp.enter}`,style:{left:Math.max(8,Math.min(eg.x,window.innerWidth-100)),top:Math.max(eg.y-(ed.reactComponents?48:32),8)},children:[ed.reactComponents&&(0,o.jsx)("div",{className:tp.hoverReactPath,children:ed.reactComponents}),(0,o.jsx)("div",{className:tp.hoverElementName,children:ed.elementName})]}),ey&&(0,o.jsxs)(o.Fragment,{children:[ey.multiSelectElements?.length?ey.multiSelectElements.filter(e=>document.contains(e)).map((e,t)=>{let n=e.getBoundingClientRect();return(0,o.jsx)("div",{className:`${tp.multiSelectOutline} ${n4?tp.exit:tp.enter}`,style:{left:n.left,top:n.top,width:n.width,height:n.height}},`pending-multi-${t}`)}):ey.targetElement&&document.contains(ey.targetElement)?(S=ey.targetElement.getBoundingClientRect(),(0,o.jsx)("div",{className:`${tp.singleSelectOutline} ${n4?tp.exit:tp.enter}`,style:{left:S.left,top:S.top,width:S.width,height:S.height,borderColor:"color-mix(in srgb, var(--agentation-color-accent) 60%, transparent)",backgroundColor:"color-mix(in srgb, var(--agentation-color-accent) 5%, transparent)"}})):ey.boundingBox&&(0,o.jsx)("div",{className:`${ey.isMultiSelect?tp.multiSelectOutline:tp.singleSelectOutline} ${n4?tp.exit:tp.enter}`,style:{left:ey.boundingBox.x,top:ey.boundingBox.y-tu,width:ey.boundingBox.width,height:ey.boundingBox.height,...ey.isMultiSelect?{}:{borderColor:"color-mix(in srgb, var(--agentation-color-accent) 60%, transparent)",backgroundColor:"color-mix(in srgb, var(--agentation-color-accent) 5%, transparent)"}}}),(M=ey.x,$=ey.isFixed?ey.y:ey.y-tu,(0,o.jsxs)(o.Fragment,{children:[(0,o.jsx)(tC,{x:M,y:$,isMultiSelect:ey.isMultiSelect,isExiting:n4}),(0,o.jsx)(A,{ref:oa,element:ey.element,selectedText:ey.selectedText,computedStyles:ey.computedStylesObj,placeholder:"Area selection"===ey.element?"What should change in this area?":ey.isMultiSelect?"Feedback for this group of elements...":"What should change?",onSubmit:oC,onCancel:oS,isExiting:n4,lightMode:!nP,accentColor:ey.isMultiSelect?"var(--agentation-color-green)":"var(--agentation-color-accent)",style:{left:Math.max(160,Math.min(window.innerWidth-160,M/100*window.innerWidth)),...$>window.innerHeight-290?{bottom:window.innerHeight-$+20}:{top:$+20}}})]}))]}),tl&&(0,o.jsxs)(o.Fragment,{children:[tl.elementBoundingBoxes?.length?t_.length>0?t_.filter(e=>document.contains(e)).map((e,t)=>{let n=e.getBoundingClientRect();return(0,o.jsx)("div",{className:`${tp.multiSelectOutline} ${tp.enter}`,style:{left:n.left,top:n.top,width:n.width,height:n.height}},`edit-multi-live-${t}`)}):tl.elementBoundingBoxes.map((e,t)=>(0,o.jsx)("div",{className:`${tp.multiSelectOutline} ${tp.enter}`,style:{left:e.x,top:e.y-tu,width:e.width,height:e.height}},`edit-multi-${t}`)):(R=(L=ta&&document.contains(ta)?ta.getBoundingClientRect():null)?{x:L.left,y:L.top,width:L.width,height:L.height}:tl.boundingBox?{x:tl.boundingBox.x,y:tl.isFixed?tl.boundingBox.y:tl.boundingBox.y-tu,width:tl.boundingBox.width,height:tl.boundingBox.height}:null)?(0,o.jsx)("div",{className:`${tl.isMultiSelect?tp.multiSelectOutline:tp.singleSelectOutline} ${tp.enter}`,style:{left:R.x,top:R.y,width:R.width,height:R.height,...tl.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,o.jsx)(A,{ref:od,element:tl.element,selectedText:tl.selectedText,computedStyles:function(e){if(!e)return;let t={};for(let n of e.split(";").map(e=>e.trim()).filter(Boolean)){let e=n.indexOf(":");if(e>0){let o=n.slice(0,e).trim(),r=n.slice(e+1).trim();o&&r&&(t[o]=r)}}return Object.keys(t).length>0?t:void 0}(tl.computedStyles),placeholder:"Edit your feedback...",initialValue:tl.comment,submitLabel:"Save",onSubmit:oL,onCancel:oI,onDelete:()=>oM(tl.id),isExiting:n3,lightMode:!nP,accentColor:tl.isMultiSelect?"var(--agentation-color-green)":"var(--agentation-color-accent)",style:(O=tl.isFixed?tl.y:tl.y-tu,{left:Math.max(160,Math.min(window.innerWidth-160,tl.x/100*window.innerWidth)),...O>window.innerHeight-290?{bottom:window.innerHeight-O+20}:{top:O+20}})})]}),n7&&(0,o.jsxs)(o.Fragment,{children:[(0,o.jsx)("div",{ref:on,className:tp.dragSelection}),(0,o.jsx)("div",{ref:oo,className:tp.highlightsContainer})]})]})]}),document.body)}(()=>{if("u"<typeof document||document.getElementById("agentation-color-tokens"))return;let e=document.createElement("style");e.id="agentation-color-tokens",e.textContent=[...tD.map(e=>`
117
+ [data-agentation-accent="${e.id}"] {
118
+ --agentation-color-accent: ${e.srgb};
119
+ }
120
+
121
+ @supports (color: color(display-p3 0 0 0)) {
122
+ [data-agentation-accent="${e.id}"] {
123
+ --agentation-color-accent: ${e.p3};
124
+ }
125
+ }
126
+ `),`:root {
127
+ ${tD.map(e=>`--agentation-color-${e.id}: ${e.srgb};`).join("\n")}
128
+ }`,`@supports (color: color(display-p3 0 0 0)) {
129
+ :root {
130
+ ${tD.map(e=>`--agentation-color-${e.id}: ${e.p3};`).join("\n")}
131
+ }
132
+ }`].join(""),document.head.appendChild(e)})(),e.s(["Agentation",0,tA,"AnimatedBunny",0,({size:e=20,color:t="#4C74FF"})=>(0,o.jsxs)("svg",{width:e,height:e,viewBox:"0 0 28 28",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[(0,o.jsx)("style",{children:`
133
+ @keyframes bunnyEnterEar {
134
+ 0% { opacity: 0; transform: scale(0.8); }
135
+ 100% { opacity: 1; transform: scale(1); }
136
+ }
137
+ @keyframes bunnyEnterFace {
138
+ 0% { opacity: 0; transform: scale(0.9); }
139
+ 100% { opacity: 1; transform: scale(1); }
140
+ }
141
+ @keyframes bunnyEnterEye {
142
+ 0% { opacity: 0; transform: scale(0.5); }
143
+ 100% { opacity: 1; transform: scale(1); }
144
+ }
145
+ @keyframes leftEyeLook {
146
+ 0%, 8% { transform: translate(0, 0); }
147
+ 10%, 18% { transform: translate(1.5px, 0); }
148
+ 20%, 22% { transform: translate(1.5px, 0) scaleY(0.1); }
149
+ 24%, 32% { transform: translate(1.5px, 0); }
150
+ 35%, 48% { transform: translate(-0.8px, -0.6px); }
151
+ 52%, 54% { transform: translate(0, 0) scaleY(0.1); }
152
+ 56%, 68% { transform: translate(0, 0); }
153
+ 72%, 82% { transform: translate(-0.5px, 0.5px); }
154
+ 85%, 100% { transform: translate(0, 0); }
155
+ }
156
+ @keyframes rightEyeLook {
157
+ 0%, 8% { transform: translate(0, 0); }
158
+ 10%, 18% { transform: translate(0.8px, 0); }
159
+ 20%, 22% { transform: translate(0.8px, 0) scaleY(0.1); }
160
+ 24%, 32% { transform: translate(0.8px, 0); }
161
+ 35%, 48% { transform: translate(-1.5px, -0.6px); }
162
+ 52%, 54% { transform: translate(0, 0) scaleY(0.1); }
163
+ 56%, 68% { transform: translate(0, 0); }
164
+ 72%, 82% { transform: translate(-1.2px, 0.5px); }
165
+ 85%, 100% { transform: translate(0, 0); }
166
+ }
167
+ @keyframes leftEarTwitch {
168
+ 0%, 9% { transform: rotate(0deg); }
169
+ 12% { transform: rotate(-8deg); }
170
+ 16%, 34% { transform: rotate(0deg); }
171
+ 38% { transform: rotate(-12deg); }
172
+ 42% { transform: rotate(-6deg); }
173
+ 48%, 100% { transform: rotate(0deg); }
174
+ }
175
+ @keyframes rightEarTwitch {
176
+ 0%, 9% { transform: rotate(0deg); }
177
+ 12% { transform: rotate(6deg); }
178
+ 16%, 34% { transform: rotate(0deg); }
179
+ 38% { transform: rotate(10deg); }
180
+ 42% { transform: rotate(4deg); }
181
+ 48%, 71% { transform: rotate(0deg); }
182
+ 74% { transform: rotate(8deg); }
183
+ 78%, 100% { transform: rotate(0deg); }
184
+ }
185
+ .bunny-eye-left {
186
+ opacity: 0;
187
+ animation: bunnyEnterEye 0.3s ease-out 0.35s forwards, leftEyeLook 5s ease-in-out 0.65s infinite;
188
+ transform-origin: center;
189
+ transform-box: fill-box;
190
+ }
191
+ .bunny-eye-right {
192
+ opacity: 0;
193
+ animation: bunnyEnterEye 0.3s ease-out 0.4s forwards, rightEyeLook 5s ease-in-out 0.7s infinite;
194
+ transform-origin: center;
195
+ transform-box: fill-box;
196
+ }
197
+ .bunny-ear-left {
198
+ opacity: 0;
199
+ animation: bunnyEnterEar 0.3s ease-out 0.1s forwards, leftEarTwitch 5s ease-in-out 0.4s infinite;
200
+ transform-origin: bottom center;
201
+ transform-box: fill-box;
202
+ }
203
+ .bunny-ear-right {
204
+ opacity: 0;
205
+ animation: bunnyEnterEar 0.3s ease-out 0.15s forwards, rightEarTwitch 5s ease-in-out 0.45s infinite;
206
+ transform-origin: bottom center;
207
+ transform-box: fill-box;
208
+ }
209
+ .bunny-face {
210
+ opacity: 0;
211
+ animation: bunnyEnterFace 0.3s ease-out 0.25s forwards;
212
+ transform-origin: center;
213
+ transform-box: fill-box;
214
+ }
215
+ svg:hover .bunny-eye-left,
216
+ svg:hover .bunny-eye-right {
217
+ opacity: 0;
218
+ transition: opacity 0.2s ease;
219
+ }
220
+ .bunny-happy-face {
221
+ opacity: 0;
222
+ transition: opacity 0.2s ease;
223
+ }
224
+ svg:hover .bunny-happy-face {
225
+ opacity: 1;
226
+ }
227
+ `}),(0,o.jsx)("rect",{width:"28",height:"28",fill:"transparent"}),(0,o.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:t}),(0,o.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:t}),(0,o.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:t}),(0,o.jsx)("circle",{className:"bunny-eye-left",cx:"8.277",cy:"20.466",r:"1.8",fill:t}),(0,o.jsx)("circle",{className:"bunny-eye-right",cx:"19.878",cy:"20.466",r:"1.8",fill:t}),(0,o.jsx)("text",{className:"bunny-happy-face",x:"14",y:"26",textAnchor:"middle",fontSize:"12",fontWeight:"bold",fill:t,fontFamily:"system-ui, -apple-system, sans-serif",children:"˃ ᵕ ˂"})]}),"AnnotationPopupCSS",0,A,"IconChatEllipsis",0,({size:e=16,style:t={}})=>(0,o.jsxs)("svg",{width:e,height:e,viewBox:"0 0 24 24",fill:"none",style:t,children:[(0,o.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,o.jsx)("circle",{cx:"15",cy:"11.75",r:"1",fill:"currentColor"}),(0,o.jsx)("circle",{cx:"12",cy:"11.75",r:"1",fill:"currentColor"}),(0,o.jsx)("circle",{cx:"9",cy:"11.75",r:"1",fill:"currentColor"})]}),"IconCheck",0,({size:e=16})=>(0,o.jsx)("svg",{width:e,height:e,viewBox:"0 0 16 16",fill:"none",children:(0,o.jsx)("path",{d:"M3 8l3.5 3.5L13 5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}),"IconCheckSmall",0,({size:e=14})=>(0,o.jsx)("svg",{width:e,height:e,viewBox:"0 0 14 14",fill:"none",children:(0,o.jsx)("path",{d:"M3.9375 7L6.125 9.1875L10.5 4.8125",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}),"IconCheckSmallAnimated",0,({size:e=14})=>(0,o.jsxs)("svg",{width:e,height:e,viewBox:"0 0 14 14",fill:"none",children:[(0,o.jsx)("style",{children:`
228
+ @keyframes checkDraw {
229
+ 0% {
230
+ stroke-dashoffset: 12;
231
+ }
232
+ 100% {
233
+ stroke-dashoffset: 0;
234
+ }
235
+ }
236
+ @keyframes checkBounce {
237
+ 0% {
238
+ transform: scale(0.5);
239
+ opacity: 0;
240
+ }
241
+ 50% {
242
+ transform: scale(1.12);
243
+ opacity: 1;
244
+ }
245
+ 75% {
246
+ transform: scale(0.95);
247
+ }
248
+ 100% {
249
+ transform: scale(1);
250
+ }
251
+ }
252
+ .check-path-animated {
253
+ stroke-dasharray: 12;
254
+ stroke-dashoffset: 0;
255
+ transform-origin: center;
256
+ animation: checkDraw 0.18s ease-out, checkBounce 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
257
+ }
258
+ `}),(0,o.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:e=16})=>(0,o.jsxs)("svg",{width:e,height:e,viewBox:"0 0 24 24",fill:"none",children:[(0,o.jsx)("g",{clipPath:"url(#clip0_2_45)",children:(0,o.jsx)("path",{d:"M16.25 8.75L10 15.25L7.25 12.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}),(0,o.jsx)("defs",{children:(0,o.jsx)("clipPath",{id:"clip0_2_45",children:(0,o.jsx)("rect",{width:"24",height:"24",fill:"white"})})})]}),"IconCheckmarkCircle",0,({size:e=24})=>(0,o.jsxs)("svg",{width:e,height:e,viewBox:"0 0 24 24",fill:"none",children:[(0,o.jsxs)("g",{clipPath:"url(#clip0_checkmark_circle)",children:[(0,o.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,o.jsx)("path",{d:"M15 10L11 14.25L9.25 12.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]}),(0,o.jsx)("defs",{children:(0,o.jsx)("clipPath",{id:"clip0_checkmark_circle",children:(0,o.jsx)("rect",{width:"24",height:"24",fill:"white"})})})]}),"IconCheckmarkLarge",0,({size:e=16})=>(0,o.jsxs)("svg",{width:e,height:e,viewBox:"0 0 24 24",fill:"none",children:[(0,o.jsx)("g",{clipPath:"url(#clip0_2_37)",children:(0,o.jsx)("path",{d:"M17.5962 7.75L9.42308 16.25L6.15385 12.6538",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}),(0,o.jsx)("defs",{children:(0,o.jsx)("clipPath",{id:"clip0_2_37",children:(0,o.jsx)("rect",{width:"24",height:"24",fill:"white"})})})]}),"IconChevronLeft",0,L,"IconChevronRight",0,({size:e=16})=>(0,o.jsx)("svg",{width:e,height:e,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:(0,o.jsx)("path",{d:"M8.5 11.5L12 8L8.5 4.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}),"IconClose",0,({size:e=16})=>(0,o.jsx)("svg",{width:e,height:e,viewBox:"0 0 16 16",fill:"none",children:(0,o.jsx)("path",{d:"M4 4l8 8M12 4l-8 8",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})}),"IconCopyAlt",0,({size:e=16})=>(0,o.jsxs)("svg",{width:e,height:e,viewBox:"0 0 24 24",fill:"none",children:[(0,o.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,o.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,y,"IconEdit",0,M,"IconEye",0,({size:e=16})=>(0,o.jsxs)("svg",{width:e,height:e,viewBox:"0 0 24 24",fill:"none",children:[(0,o.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,o.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:e=24})=>(0,o.jsxs)("svg",{width:e,height:e,viewBox:"0 0 24 24",fill:"none",children:[(0,o.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,o.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,f,"IconEyeClosed",0,({size:e=24})=>(0,o.jsxs)("svg",{width:e,height:e,viewBox:"0 0 24 24",fill:"none",children:[(0,o.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,o.jsx)("path",{d:"M5 19L19 5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})]}),"IconEyeMinus",0,({size:e=16})=>(0,o.jsxs)("svg",{width:e,height:e,viewBox:"0 0 24 24",fill:"none",children:[(0,o.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,o.jsx)("path",{d:"M9 12H15",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})]}),"IconGear",0,w,"IconHelp",0,p,"IconLayout",0,I,"IconListSparkle",0,g,"IconMoon",0,S,"IconPause",0,({size:e=24})=>(0,o.jsxs)("svg",{width:e,height:e,viewBox:"0 0 24 24",fill:"none",children:[(0,o.jsx)("path",{d:"M8 6L8 18",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}),(0,o.jsx)("path",{d:"M16 18L16 6",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})]}),"IconPauseAlt",0,({size:e=16})=>(0,o.jsxs)("svg",{width:e,height:e,viewBox:"0 0 24 24",fill:"none",children:[(0,o.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,o.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,b,"IconPlayAlt",0,({size:e=16})=>(0,o.jsx)("svg",{width:e,height:e,viewBox:"0 0 24 24",fill:"none",children:(0,o.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,m,"IconSendAnimated",0,({size:e=24,sent:t=!1})=>(0,o.jsxs)("svg",{width:e,height:e,viewBox:"0 0 22 21",fill:"none",children:[(0,o.jsxs)("g",{className:`${l} ${t?h:c}`,children:[(0,o.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,o.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,o.jsx)("path",{d:"M7.5 13.75H12.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}),(0,o.jsx)("path",{d:"M7.5 10.75H10.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})]}),(0,o.jsxs)("g",{className:`${l} ${t?c:h}`,children:[(0,o.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,o.jsx)("path",{d:"M14 9L10 13.25L8.25 11.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]})]}),"IconSendArrow",0,x,"IconSun",0,C,"IconTrash",0,$,"IconTrashAlt",0,v,"IconXmark",0,k,"IconXmarkLarge",0,j,"PageFeedbackToolbarCSS",0,tA,"closestCrossingShadow",0,ea,"getElementClasses",0,eh,"getElementPath",0,ed,"getNearbyText",0,ec,"getShadowHost",0,function(e){let t=e.getRootNode();return t instanceof ShadowRoot?t.host:null},"getStorageKey",0,eJ,"identifyAnimationElement",0,function(e){if(e.dataset.element)return e.dataset.element;let t=e.tagName.toLowerCase();if("path"===t)return"path";if("circle"===t)return"circle";if("rect"===t)return"rectangle";if("line"===t)return"line";if("ellipse"===t)return"ellipse";if("polygon"===t)return"polygon";if("g"===t)return"group";if("svg"===t)return"svg";if("button"===t){let t=e.textContent?.trim();return t?`button "${t}"`:"button"}if("input"===t){let t=e.getAttribute("type")||"text";return`input (${t})`}if("span"===t||"p"===t||"label"===t){let t=e.textContent?.trim();return t&&t.length<30?`"${t}"`:"text"}if("div"===t){let t=e.className;if("string"==typeof t&&t){let e=t.split(/[\s_-]+/).map(e=>e.replace(/[A-Z0-9]{5,}.*$/,"")).filter(e=>e.length>2&&!/^[a-z]{1,2}$/.test(e)).slice(0,2);if(e.length>0)return e.join(" ")}return"container"}return t},"identifyElement",0,e_,"isInShadowDOM",0,function(e){return e.getRootNode()instanceof ShadowRoot},"loadAnnotations",0,eG,"saveAnnotations",0,e0])},95690,e=>{e.v(function(t,n){return e.b(t,"static/chunks/turbopack-worker-0sjn--fhq~1cg.js",["static/chunks/0rxmypfb82_70.js","static/chunks/turbopack-184izmgv72u06.js"],n)})},71249,e=>{"use strict";var t=e.i(43476),n=e.i(932),o=e.i(2540);let r=()=>e.r(95690)(Worker,{type:"module"});e.s(["DiffsWorkerProvider",0,e=>{let s,l,i,a=(0,n.c)(4),{children:d}=e;a[0]===Symbol.for("react.memo_cache_sentinel")?(s={poolSize:Math.min(4,navigator.hardwareConcurrency||4),workerFactory:r},a[0]=s):s=a[0];let _=s;return a[1]===Symbol.for("react.memo_cache_sentinel")?(l={},a[1]=l):l=a[1],a[2]!==d?(i=(0,t.jsx)(o.WorkerPoolContextProvider,{highlighterOptions:l,poolOptions:_,children:d}),a[2]=d,a[3]=i):i=a[3],i}])},87710,e=>{"use strict";var t=e.i(43476),n=e.i(932),o=e.i(63178);e.s(["ThemeProvider",0,e=>{let r,s,l,i=(0,n.c)(6);return i[0]!==e?({children:r,...s}=e,i[0]=e,i[1]=r,i[2]=s):(r=i[1],s=i[2]),i[3]!==r||i[4]!==s?(l=(0,t.jsx)(o.ThemeProvider,{...s,children:r}),i[3]=r,i[4]=s,i[5]=l):l=i[5],l}])}]);