vibe-pal 0.82.0 → 0.84.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (240) hide show
  1. package/.next/BUILD_ID +1 -1
  2. package/.next/build-manifest.json +2 -2
  3. package/.next/fallback-build-manifest.json +2 -2
  4. package/.next/prerender-manifest.json +3 -3
  5. package/.next/server/app/_global-error.html +2 -2
  6. package/.next/server/app/_global-error.rsc +1 -1
  7. package/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
  8. package/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  9. package/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  10. package/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  11. package/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  12. package/.next/server/app/_not-found.html +2 -2
  13. package/.next/server/app/_not-found.rsc +1 -1
  14. package/.next/server/app/_not-found.segments/_full.segment.rsc +1 -1
  15. package/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
  16. package/.next/server/app/_not-found.segments/_index.segment.rsc +1 -1
  17. package/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
  18. package/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
  19. package/.next/server/app/_not-found.segments/_tree.segment.rsc +1 -1
  20. package/.next/server/app/api/agent/cancel/route.js.nft.json +1 -1
  21. package/.next/server/app/api/agent/install/route.js.nft.json +1 -1
  22. package/.next/server/app/api/agent/login/start/route.js.nft.json +1 -1
  23. package/.next/server/app/api/agent/message/route.js.nft.json +1 -1
  24. package/.next/server/app/api/agent/session/route.js.nft.json +1 -1
  25. package/.next/server/app/api/agent/status/route.js.nft.json +1 -1
  26. package/.next/server/app/api/agent/subprocesses/route.js.nft.json +1 -1
  27. package/.next/server/app/api/agent/subprocesses/terminate/route.js.nft.json +1 -1
  28. package/.next/server/app/api/agent/thread/route.js.nft.json +1 -1
  29. package/.next/server/app/api/git/action/route.js.nft.json +1 -1
  30. package/.next/server/app/api/git/branches/route.js.nft.json +1 -1
  31. package/.next/server/app/api/git/diff/route.js.nft.json +1 -1
  32. package/.next/server/app/api/git/log/route.js.nft.json +1 -1
  33. package/.next/server/app/api/git/status/route.js.nft.json +1 -1
  34. package/.next/server/app/api/projects/clone/route.js.nft.json +1 -1
  35. package/.next/server/app/api/projects/icon/route.js.nft.json +1 -1
  36. package/.next/server/app/api/projects/route.js.nft.json +1 -1
  37. package/.next/server/app/api/session-workspace-preparations/release/route.js.nft.json +1 -1
  38. package/.next/server/app/api/settings/route.js.nft.json +1 -1
  39. package/.next/server/app/credentials/page/server-reference-manifest.json +7 -7
  40. package/.next/server/app/credentials/page.js.nft.json +1 -1
  41. package/.next/server/app/credentials/page_client-reference-manifest.js +1 -1
  42. package/.next/server/app/credentials.html +2 -2
  43. package/.next/server/app/credentials.rsc +3 -3
  44. package/.next/server/app/credentials.segments/_full.segment.rsc +3 -3
  45. package/.next/server/app/credentials.segments/_head.segment.rsc +1 -1
  46. package/.next/server/app/credentials.segments/_index.segment.rsc +1 -1
  47. package/.next/server/app/credentials.segments/_tree.segment.rsc +1 -1
  48. package/.next/server/app/credentials.segments/credentials/__PAGE__.segment.rsc +2 -2
  49. package/.next/server/app/credentials.segments/credentials.segment.rsc +1 -1
  50. package/.next/server/app/git/changes/page/server-reference-manifest.json +10 -10
  51. package/.next/server/app/git/changes/page.js.nft.json +1 -1
  52. package/.next/server/app/git/changes/page_client-reference-manifest.js +1 -1
  53. package/.next/server/app/git/history/page/server-reference-manifest.json +11 -11
  54. package/.next/server/app/git/history/page.js.nft.json +1 -1
  55. package/.next/server/app/git/history/page_client-reference-manifest.js +1 -1
  56. package/.next/server/app/git/page/server-reference-manifest.json +11 -11
  57. package/.next/server/app/git/page.js.nft.json +1 -1
  58. package/.next/server/app/git/page_client-reference-manifest.js +1 -1
  59. package/.next/server/app/git/stashes/page/server-reference-manifest.json +9 -9
  60. package/.next/server/app/git/stashes/page.js.nft.json +1 -1
  61. package/.next/server/app/git/stashes/page_client-reference-manifest.js +1 -1
  62. package/.next/server/app/index.html +2 -2
  63. package/.next/server/app/index.rsc +5 -5
  64. package/.next/server/app/index.segments/__PAGE__.segment.rsc +3 -3
  65. package/.next/server/app/index.segments/_full.segment.rsc +5 -5
  66. package/.next/server/app/index.segments/_head.segment.rsc +1 -1
  67. package/.next/server/app/index.segments/_index.segment.rsc +1 -1
  68. package/.next/server/app/index.segments/_tree.segment.rsc +1 -1
  69. package/.next/server/app/new/page/server-reference-manifest.json +29 -29
  70. package/.next/server/app/new/page.js.nft.json +1 -1
  71. package/.next/server/app/new/page_client-reference-manifest.js +1 -1
  72. package/.next/server/app/page/react-loadable-manifest.json +2 -2
  73. package/.next/server/app/page/server-reference-manifest.json +14 -14
  74. package/.next/server/app/page.js.nft.json +1 -1
  75. package/.next/server/app/page_client-reference-manifest.js +1 -1
  76. package/.next/server/app/session/[sessionId]/page/server-reference-manifest.json +43 -43
  77. package/.next/server/app/session/[sessionId]/page.js.nft.json +1 -1
  78. package/.next/server/app/session/[sessionId]/page_client-reference-manifest.js +1 -1
  79. package/.next/server/chunks/[root-of-the-server]__205aac2d._.js +2 -2
  80. package/.next/server/chunks/[root-of-the-server]__2146d292._.js +1 -1
  81. package/.next/server/chunks/[root-of-the-server]__46f58642._.js +2 -2
  82. package/.next/server/chunks/[root-of-the-server]__53b648b6._.js +1 -1
  83. package/.next/server/chunks/[root-of-the-server]__8ba974f2._.js +8 -8
  84. package/.next/server/chunks/[root-of-the-server]__9d346869._.js +2 -2
  85. package/.next/server/chunks/[root-of-the-server]__bfb52294._.js +8 -8
  86. package/.next/server/chunks/[root-of-the-server]__e6dc2f0d._.js +1 -1
  87. package/.next/server/chunks/[root-of-the-server]__f0ad8547._.js +2 -2
  88. package/.next/server/chunks/[root-of-the-server]__ff90c384._.js +2 -2
  89. package/.next/server/chunks/node_modules/better-sqlite3-90e2652d1716b047/build/Release/.deps/4292fa9a667d77b27488aa109b010a85bce8e4e7a1c7aa0370cea902395c3866.intermediate.d +1 -0
  90. package/.next/server/chunks/node_modules/better-sqlite3-90e2652d1716b047/build/Release/.deps/Release/better_sqlite3.node.d +1 -0
  91. package/.next/server/chunks/node_modules/better-sqlite3-90e2652d1716b047/build/Release/.deps/Release/obj.target/better_sqlite3/src/better_sqlite3.o.d +137 -0
  92. package/.next/server/chunks/node_modules/better-sqlite3-90e2652d1716b047/build/Release/.deps/Release/obj.target/better_sqlite3.node.d +1 -0
  93. package/.next/server/chunks/node_modules/better-sqlite3-90e2652d1716b047/build/Release/.deps/Release/obj.target/deps/locate_sqlite3.stamp.d +1 -0
  94. package/.next/server/chunks/node_modules/better-sqlite3-90e2652d1716b047/build/Release/.deps/Release/obj.target/sqlite3/gen/sqlite3/sqlite3.o.d +4 -0
  95. package/.next/server/chunks/node_modules/better-sqlite3-90e2652d1716b047/build/Release/.deps/Release/obj.target/test_extension/deps/test_extension.o.d +7 -0
  96. package/.next/server/chunks/node_modules/better-sqlite3-90e2652d1716b047/build/Release/.deps/Release/obj.target/test_extension.node.d +1 -0
  97. package/.next/server/chunks/node_modules/better-sqlite3-90e2652d1716b047/build/Release/.deps/Release/sqlite3.a.d +1 -0
  98. package/.next/server/chunks/node_modules/better-sqlite3-90e2652d1716b047/build/Release/.deps/Release/test_extension.node.d +1 -0
  99. package/.next/server/chunks/node_modules/better-sqlite3-90e2652d1716b047/build/Release/better_sqlite3.node +0 -0
  100. package/.next/server/chunks/node_modules/better-sqlite3-90e2652d1716b047/build/Release/obj/gen/sqlite3/sqlite3.c +261480 -0
  101. package/.next/server/chunks/node_modules/better-sqlite3-90e2652d1716b047/build/Release/obj/gen/sqlite3/sqlite3.h +13715 -0
  102. package/.next/server/chunks/node_modules/better-sqlite3-90e2652d1716b047/build/Release/obj/gen/sqlite3/sqlite3ext.h +719 -0
  103. package/.next/server/chunks/node_modules/better-sqlite3-90e2652d1716b047/build/Release/obj.target/better_sqlite3/src/better_sqlite3.o +0 -0
  104. package/.next/server/chunks/node_modules/better-sqlite3-90e2652d1716b047/build/Release/obj.target/better_sqlite3.node +0 -0
  105. package/.next/server/chunks/node_modules/better-sqlite3-90e2652d1716b047/build/Release/obj.target/deps/locate_sqlite3.stamp +0 -0
  106. package/.next/server/chunks/node_modules/better-sqlite3-90e2652d1716b047/build/Release/obj.target/deps/sqlite3.a +0 -0
  107. package/.next/server/chunks/node_modules/better-sqlite3-90e2652d1716b047/build/Release/obj.target/deps/sqlite3.a.ar-file-list +1 -0
  108. package/.next/server/chunks/node_modules/better-sqlite3-90e2652d1716b047/build/Release/obj.target/sqlite3/gen/sqlite3/sqlite3.o +0 -0
  109. package/.next/server/chunks/node_modules/better-sqlite3-90e2652d1716b047/build/Release/obj.target/test_extension/deps/test_extension.o +0 -0
  110. package/.next/server/chunks/node_modules/better-sqlite3-90e2652d1716b047/build/Release/obj.target/test_extension.node +0 -0
  111. package/.next/server/chunks/node_modules/better-sqlite3-90e2652d1716b047/build/Release/sqlite3.a +0 -0
  112. package/.next/server/chunks/node_modules/better-sqlite3-90e2652d1716b047/build/Release/test_extension.node +0 -0
  113. package/.next/server/chunks/node_modules/better-sqlite3-90e2652d1716b047/lib/database.js +90 -0
  114. package/.next/server/chunks/node_modules/better-sqlite3-90e2652d1716b047/lib/index.js +3 -0
  115. package/.next/server/chunks/node_modules/better-sqlite3-90e2652d1716b047/lib/methods/aggregate.js +43 -0
  116. package/.next/server/chunks/node_modules/better-sqlite3-90e2652d1716b047/lib/methods/backup.js +67 -0
  117. package/.next/server/chunks/node_modules/better-sqlite3-90e2652d1716b047/lib/methods/function.js +31 -0
  118. package/.next/server/chunks/node_modules/better-sqlite3-90e2652d1716b047/lib/methods/inspect.js +7 -0
  119. package/.next/server/chunks/node_modules/better-sqlite3-90e2652d1716b047/lib/methods/pragma.js +12 -0
  120. package/.next/server/chunks/node_modules/better-sqlite3-90e2652d1716b047/lib/methods/serialize.js +16 -0
  121. package/.next/server/chunks/node_modules/better-sqlite3-90e2652d1716b047/lib/methods/table.js +189 -0
  122. package/.next/server/chunks/node_modules/better-sqlite3-90e2652d1716b047/lib/methods/transaction.js +78 -0
  123. package/.next/server/chunks/node_modules/better-sqlite3-90e2652d1716b047/lib/methods/wrappers.js +54 -0
  124. package/.next/server/chunks/node_modules/better-sqlite3-90e2652d1716b047/lib/sqlite-error.js +20 -0
  125. package/.next/server/chunks/node_modules/better-sqlite3-90e2652d1716b047/lib/util.js +12 -0
  126. package/.next/server/chunks/node_modules/better-sqlite3-90e2652d1716b047/package.json +54 -0
  127. package/.next/server/chunks/node_modules/keytar-eb44cd511463a26b/build/Release/keytar.node +0 -0
  128. package/.next/server/chunks/node_modules/keytar-eb44cd511463a26b/lib/keytar.js +43 -0
  129. package/.next/server/chunks/node_modules/keytar-eb44cd511463a26b/package.json +66 -0
  130. package/.next/server/chunks/node_modules_615807d2._.js +1 -1
  131. package/.next/server/chunks/node_modules_615807d2._.js.map +1 -1
  132. package/.next/server/chunks/src_453a9a3d._.js +3 -3
  133. package/.next/server/chunks/src_b78b9992._.js +3 -3
  134. package/.next/server/chunks/ssr/[root-of-the-server]__0d5d0a53._.js +3 -0
  135. package/.next/server/chunks/ssr/{[root-of-the-server]__a47d1669._.js.map → [root-of-the-server]__0d5d0a53._.js.map} +1 -1
  136. package/.next/server/chunks/ssr/{[root-of-the-server]__a474de73._.js → [root-of-the-server]__16b99baa._.js} +2 -2
  137. package/.next/server/chunks/ssr/{[root-of-the-server]__a474de73._.js.map → [root-of-the-server]__16b99baa._.js.map} +1 -1
  138. package/.next/server/chunks/ssr/[root-of-the-server]__287e0897._.js +1 -1
  139. package/.next/server/chunks/ssr/[root-of-the-server]__28f4bcb2._.js +1 -1
  140. package/.next/server/chunks/ssr/[root-of-the-server]__28f4bcb2._.js.map +1 -1
  141. package/.next/server/chunks/ssr/[root-of-the-server]__362e1a45._.js +1 -1
  142. package/.next/server/chunks/ssr/[root-of-the-server]__362e1a45._.js.map +1 -1
  143. package/.next/server/chunks/ssr/[root-of-the-server]__40f6c6ec._.js +1 -1
  144. package/.next/server/chunks/ssr/[root-of-the-server]__40f6c6ec._.js.map +1 -1
  145. package/.next/server/chunks/ssr/[root-of-the-server]__5777de16._.js +1 -1
  146. package/.next/server/chunks/ssr/[root-of-the-server]__644fd51a._.js +2 -2
  147. package/.next/server/chunks/ssr/[root-of-the-server]__644fd51a._.js.map +1 -1
  148. package/.next/server/chunks/ssr/[root-of-the-server]__65744667._.js +1 -1
  149. package/.next/server/chunks/ssr/[root-of-the-server]__65744667._.js.map +1 -1
  150. package/.next/server/chunks/ssr/[root-of-the-server]__7b17fd55._.js +1 -1
  151. package/.next/server/chunks/ssr/[root-of-the-server]__7b17fd55._.js.map +1 -1
  152. package/.next/server/chunks/ssr/{[root-of-the-server]__f60ad1f8._.js → [root-of-the-server]__7e70a19a._.js} +2 -2
  153. package/.next/server/chunks/ssr/{[root-of-the-server]__f60ad1f8._.js.map → [root-of-the-server]__7e70a19a._.js.map} +1 -1
  154. package/.next/server/chunks/ssr/[root-of-the-server]__800f757c._.js +1 -1
  155. package/.next/server/chunks/ssr/[root-of-the-server]__c3ae965a._.js +1 -1
  156. package/.next/server/chunks/ssr/[root-of-the-server]__c3ae965a._.js.map +1 -1
  157. package/.next/server/chunks/ssr/[root-of-the-server]__ea509505._.js +1 -1
  158. package/.next/server/chunks/ssr/[root-of-the-server]__ea509505._.js.map +1 -1
  159. package/.next/server/chunks/ssr/{_645bb2fb._.js → _087ae726._.js} +2 -2
  160. package/.next/server/chunks/ssr/{_645bb2fb._.js.map → _087ae726._.js.map} +1 -1
  161. package/.next/server/chunks/ssr/{_42bd9090._.js → _183d6a28._.js} +2 -2
  162. package/.next/server/chunks/ssr/{_42bd9090._.js.map → _183d6a28._.js.map} +1 -1
  163. package/.next/server/chunks/ssr/_3231d5c9._.js +2 -2
  164. package/.next/server/chunks/ssr/_3cab0df2._.js +1 -1
  165. package/.next/server/chunks/ssr/_48f0bfd8._.js +3 -0
  166. package/.next/server/chunks/ssr/{_7e258e42._.js.map → _48f0bfd8._.js.map} +1 -1
  167. package/.next/server/chunks/ssr/_5ad27f7b._.js +3 -0
  168. package/.next/server/chunks/ssr/{_9a4d9349._.js.map → _5ad27f7b._.js.map} +1 -1
  169. package/.next/server/chunks/ssr/{_f23e2534._.js → _63604074._.js} +2 -2
  170. package/.next/server/chunks/ssr/{_f23e2534._.js.map → _63604074._.js.map} +1 -1
  171. package/.next/server/chunks/ssr/_71f130c3._.js +1 -1
  172. package/.next/server/chunks/ssr/_7394af29._.js +2 -2
  173. package/.next/server/chunks/ssr/_8f5d2965._.js +3 -0
  174. package/.next/server/chunks/ssr/{_2f2e2770._.js.map → _8f5d2965._.js.map} +1 -1
  175. package/.next/server/chunks/ssr/{_b4f0f22a._.js → _98789958._.js} +2 -2
  176. package/.next/server/chunks/ssr/{_b4f0f22a._.js.map → _98789958._.js.map} +1 -1
  177. package/.next/server/chunks/ssr/_9b16245e._.js +1 -1
  178. package/.next/server/chunks/ssr/_9b16245e._.js.map +1 -1
  179. package/.next/server/chunks/ssr/{_a2759926._.js → _9cc91208._.js} +2 -2
  180. package/.next/server/chunks/ssr/{_a2759926._.js.map → _9cc91208._.js.map} +1 -1
  181. package/.next/server/chunks/ssr/{_026966b7._.js → _b2ccd886._.js} +2 -2
  182. package/.next/server/chunks/ssr/{_026966b7._.js.map → _b2ccd886._.js.map} +1 -1
  183. package/.next/server/chunks/ssr/_b3547c2d._.js +3 -0
  184. package/.next/server/chunks/ssr/{_a5431b44._.js.map → _b3547c2d._.js.map} +1 -1
  185. package/.next/server/chunks/ssr/_c5a18bd9._.js +2 -2
  186. package/.next/server/chunks/ssr/_e22a98e5._.js +1 -1
  187. package/.next/server/chunks/ssr/_e31cd55e._.js +1 -1
  188. package/.next/server/chunks/ssr/_e31cd55e._.js.map +1 -1
  189. package/.next/server/chunks/ssr/_eeb65f56._.js +1 -1
  190. package/.next/server/chunks/ssr/src_app_actions_707d608f._.js +3 -0
  191. package/.next/server/chunks/ssr/{src_app_actions_e0eac381._.js.map → src_app_actions_707d608f._.js.map} +1 -1
  192. package/.next/server/chunks/ssr/src_app_credentials_credentials-content_tsx_94e09708._.js +1 -1
  193. package/.next/server/chunks/ssr/src_app_credentials_credentials-content_tsx_94e09708._.js.map +1 -1
  194. package/.next/server/chunks/ssr/src_app_git_history-content_tsx_a09e9f49._.js +1 -1
  195. package/.next/server/chunks/ssr/src_app_git_history-content_tsx_a09e9f49._.js.map +1 -1
  196. package/.next/server/chunks/ssr/{src_037db137._.js → src_cb9c9ac7._.js} +2 -2
  197. package/.next/server/chunks/ssr/{src_037db137._.js.map → src_cb9c9ac7._.js.map} +1 -1
  198. package/.next/server/chunks/ssr/src_components_HomeDashboardContainer_tsx_ca86c554._.js +1 -1
  199. package/.next/server/chunks/ssr/src_components_HomeDashboardContainer_tsx_ca86c554._.js.map +1 -1
  200. package/.next/server/chunks/ssr/src_components_NewSessionComposer_tsx_c29dd81d._.js +1 -1
  201. package/.next/server/chunks/ssr/src_components_NewSessionComposer_tsx_c29dd81d._.js.map +1 -1
  202. package/.next/server/chunks/ssr/src_components_fae38b5d._.js +1 -1
  203. package/.next/server/chunks/ssr/{src_1b6803fd._.js → src_fd82db20._.js} +2 -2
  204. package/.next/server/chunks/ssr/{src_1b6803fd._.js.map → src_fd82db20._.js.map} +1 -1
  205. package/.next/server/pages/404.html +2 -2
  206. package/.next/server/pages/500.html +2 -2
  207. package/.next/server/server-reference-manifest.js +1 -1
  208. package/.next/server/server-reference-manifest.json +67 -67
  209. package/.next/static/chunks/{b616acc6c2adaf9b.js → 02add69f48b1db79.js} +1 -1
  210. package/.next/static/chunks/10d62bfaa183c587.js +1 -0
  211. package/.next/static/chunks/{6c6480b7603a61b8.js → 1579d967128643ac.js} +1 -1
  212. package/.next/static/chunks/{33094c2e1d167794.js → 18568dad58448607.js} +1 -1
  213. package/.next/static/chunks/{3dd279d281fa310b.js → 18fb3ea1eaab3707.js} +1 -1
  214. package/.next/static/chunks/{5d7e7f8599e58283.js → 18fcb8bf9d2dda16.js} +2 -2
  215. package/.next/static/chunks/1ca268ea0fb59c20.js +1 -0
  216. package/.next/static/chunks/{4571c8f90c3f5500.js → 5603c5110c67d835.js} +2 -2
  217. package/.next/static/chunks/{deea6af2c8e7ffcb.js → 68558e9df118c082.js} +1 -1
  218. package/.next/static/chunks/aebbc07ea3ff1fae.js +1 -0
  219. package/.next/static/chunks/{e16b2f863af9ce79.js → af0115e55a85f68d.js} +1 -1
  220. package/.next/static/chunks/{20f3b1bef821ddba.js → b44ccbc7463e929f.js} +1 -1
  221. package/.next/static/chunks/bc631f265243e6ed.js +1 -0
  222. package/.next/static/chunks/{5a551c9fae4d5c94.js → bd22dc4fc08aeeea.js} +2 -2
  223. package/.next/static/chunks/{e8837131d4239f53.js → bd5a06d71fdb2956.js} +1 -1
  224. package/.next/static/chunks/{23aa6a780eaa6f54.js → bf7688b26164ad42.js} +2 -2
  225. package/bin/viba.mjs +2 -0
  226. package/package.json +3 -1
  227. package/src/lib/next-native-shims.mjs +103 -0
  228. package/.next/server/chunks/ssr/[root-of-the-server]__a47d1669._.js +0 -3
  229. package/.next/server/chunks/ssr/_2f2e2770._.js +0 -3
  230. package/.next/server/chunks/ssr/_7e258e42._.js +0 -3
  231. package/.next/server/chunks/ssr/_9a4d9349._.js +0 -3
  232. package/.next/server/chunks/ssr/_a5431b44._.js +0 -3
  233. package/.next/server/chunks/ssr/src_app_actions_e0eac381._.js +0 -3
  234. package/.next/static/chunks/2c86506f0458250d.js +0 -1
  235. package/.next/static/chunks/7b5a9320874f3e04.js +0 -1
  236. package/.next/static/chunks/82b1d82309ba4bc1.js +0 -1
  237. package/.next/static/chunks/cd53f5183cf4f723.js +0 -1
  238. /package/.next/static/{gYwosQKDxpFFTwRMtusG3 → jfFmflorMuxipQghToltT}/_buildManifest.js +0 -0
  239. /package/.next/static/{gYwosQKDxpFFTwRMtusG3 → jfFmflorMuxipQghToltT}/_clientMiddlewareManifest.json +0 -0
  240. /package/.next/static/{gYwosQKDxpFFTwRMtusG3 → jfFmflorMuxipQghToltT}/_ssgManifest.js +0 -0
package/.next/BUILD_ID CHANGED
@@ -1 +1 @@
1
- gYwosQKDxpFFTwRMtusG3
1
+ jfFmflorMuxipQghToltT
@@ -7,8 +7,8 @@
7
7
  "static/chunks/a6dad97d9634a72d.js"
8
8
  ],
9
9
  "lowPriorityFiles": [
10
- "static/gYwosQKDxpFFTwRMtusG3/_ssgManifest.js",
11
- "static/gYwosQKDxpFFTwRMtusG3/_buildManifest.js"
10
+ "static/jfFmflorMuxipQghToltT/_ssgManifest.js",
11
+ "static/jfFmflorMuxipQghToltT/_buildManifest.js"
12
12
  ],
13
13
  "rootMainFiles": [
14
14
  "static/chunks/7cc751f1b6fdb41c.js",
@@ -5,8 +5,8 @@
5
5
  "devFiles": [],
6
6
  "polyfillFiles": [],
7
7
  "lowPriorityFiles": [
8
- "static/gYwosQKDxpFFTwRMtusG3/_ssgManifest.js",
9
- "static/gYwosQKDxpFFTwRMtusG3/_buildManifest.js"
8
+ "static/jfFmflorMuxipQghToltT/_ssgManifest.js",
9
+ "static/jfFmflorMuxipQghToltT/_buildManifest.js"
10
10
  ],
11
11
  "rootMainFiles": []
12
12
  }
@@ -131,8 +131,8 @@
131
131
  "dynamicRoutes": {},
132
132
  "notFoundRoutes": [],
133
133
  "preview": {
134
- "previewModeId": "4a668bf72d79ec63341e4b35de870462",
135
- "previewModeSigningKey": "d2303faafffae3e1d1e8e774ea3e0c20e060897118b68cab9288337c6f72607c",
136
- "previewModeEncryptionKey": "4c336b4e8d05e6b32a77239e1fca5998ad932a5b604e54026b32084d0a611530"
134
+ "previewModeId": "34e379b915247027137cbb97d28424ea",
135
+ "previewModeSigningKey": "7aae74bf25845b79aacd2d22911c00e7e933cb95a98a1c18f1b7d789d9399c2a",
136
+ "previewModeEncryptionKey": "fd2748f454cdac3bb3cbe3c7e8c46316defe111436b988d3b0d211d475a01af6"
137
137
  }
138
138
  }
@@ -1,2 +1,2 @@
1
- <!DOCTYPE html><!--gYwosQKDxpFFTwRMtusG3--><html id="__next_error__"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/7cc751f1b6fdb41c.js"/><script src="/_next/static/chunks/16699d4a9aa76ac3.js" async=""></script><script src="/_next/static/chunks/aebc3b6d791f68d2.js" async=""></script><script src="/_next/static/chunks/068649e8eb29b8d9.js" async=""></script><script src="/_next/static/chunks/3770166bed1577ce.js" async=""></script><script src="/_next/static/chunks/turbopack-4b3de4ddfe02ce8c.js" async=""></script><script src="/_next/static/chunks/ff1a16fafef87110.js" async=""></script><script src="/_next/static/chunks/e495eb4861c68b02.js" async=""></script><title>500: Internal Server Error.</title><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div style="line-height:48px"><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}
2
- @media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding-right:23px;font-size:24px;font-weight:500;vertical-align:top">500</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:28px">Internal Server Error.</h2></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/7cc751f1b6fdb41c.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[39756,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/e495eb4861c68b02.js\"],\"default\"]\n3:I[37457,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/e495eb4861c68b02.js\"],\"default\"]\n4:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/e495eb4861c68b02.js\"],\"OutletBoundary\"]\n5:\"$Sreact.suspense\"\n7:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/e495eb4861c68b02.js\"],\"ViewportBoundary\"]\n9:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/e495eb4861c68b02.js\"],\"MetadataBoundary\"]\nb:I[68027,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/e495eb4861c68b02.js\"],\"default\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"gYwosQKDxpFFTwRMtusG3\",\"c\":[\"\",\"_global-error\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"__PAGE__\",{}]}],[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"html\",null,{\"id\":\"__next_error__\",\"children\":[[\"$\",\"head\",null,{\"children\":[\"$\",\"title\",null,{\"children\":\"500: Internal Server Error.\"}]}],[\"$\",\"body\",null,{\"children\":[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"style\":{\"lineHeight\":\"48px\"},\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\\n@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"paddingRight\":23,\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\"},\"children\":\"500\"}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"28px\"},\"children\":\"Internal Server Error.\"}]}]]}]}]}]]}],[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/ff1a16fafef87110.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/e495eb4861c68b02.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$L4\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@6\"}]}]]}],{},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L7\",null,{\"children\":\"$L8\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L9\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.Metadata\",\"children\":\"$La\"}]}]}],null]}],false]],\"m\":\"$undefined\",\"G\":[\"$b\",\"$undefined\"],\"S\":true}\n"])</script><script>self.__next_f.push([1,"8:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"6:null\na:[]\n"])</script></body></html>
1
+ <!DOCTYPE html><!--jfFmflorMuxipQghToltT--><html id="__next_error__"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/7cc751f1b6fdb41c.js"/><script src="/_next/static/chunks/16699d4a9aa76ac3.js" async=""></script><script src="/_next/static/chunks/aebc3b6d791f68d2.js" async=""></script><script src="/_next/static/chunks/068649e8eb29b8d9.js" async=""></script><script src="/_next/static/chunks/3770166bed1577ce.js" async=""></script><script src="/_next/static/chunks/turbopack-4b3de4ddfe02ce8c.js" async=""></script><script src="/_next/static/chunks/ff1a16fafef87110.js" async=""></script><script src="/_next/static/chunks/e495eb4861c68b02.js" async=""></script><title>500: Internal Server Error.</title><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div style="line-height:48px"><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}
2
+ @media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding-right:23px;font-size:24px;font-weight:500;vertical-align:top">500</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:28px">Internal Server Error.</h2></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/7cc751f1b6fdb41c.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[39756,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/e495eb4861c68b02.js\"],\"default\"]\n3:I[37457,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/e495eb4861c68b02.js\"],\"default\"]\n4:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/e495eb4861c68b02.js\"],\"OutletBoundary\"]\n5:\"$Sreact.suspense\"\n7:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/e495eb4861c68b02.js\"],\"ViewportBoundary\"]\n9:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/e495eb4861c68b02.js\"],\"MetadataBoundary\"]\nb:I[68027,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/e495eb4861c68b02.js\"],\"default\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"jfFmflorMuxipQghToltT\",\"c\":[\"\",\"_global-error\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"__PAGE__\",{}]}],[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"html\",null,{\"id\":\"__next_error__\",\"children\":[[\"$\",\"head\",null,{\"children\":[\"$\",\"title\",null,{\"children\":\"500: Internal Server Error.\"}]}],[\"$\",\"body\",null,{\"children\":[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"style\":{\"lineHeight\":\"48px\"},\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\\n@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"paddingRight\":23,\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\"},\"children\":\"500\"}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"28px\"},\"children\":\"Internal Server Error.\"}]}]]}]}]}]]}],[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/ff1a16fafef87110.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/e495eb4861c68b02.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$L4\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@6\"}]}]]}],{},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L7\",null,{\"children\":\"$L8\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L9\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.Metadata\",\"children\":\"$La\"}]}]}],null]}],false]],\"m\":\"$undefined\",\"G\":[\"$b\",\"$undefined\"],\"S\":true}\n"])</script><script>self.__next_f.push([1,"8:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"6:null\na:[]\n"])</script></body></html>
@@ -6,7 +6,7 @@
6
6
  7:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/e495eb4861c68b02.js"],"ViewportBoundary"]
7
7
  9:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/e495eb4861c68b02.js"],"MetadataBoundary"]
8
8
  b:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/e495eb4861c68b02.js"],"default"]
9
- 0:{"P":null,"b":"gYwosQKDxpFFTwRMtusG3","c":["","_global-error"],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]}],[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":["$","title",null,{"children":"500: Internal Server Error."}]}],["$","body",null,{"children":["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"style":{"lineHeight":"48px"},"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\n@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","paddingRight":23,"fontSize":24,"fontWeight":500,"verticalAlign":"top"},"children":"500"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"28px"},"children":"Internal Server Error."}]}]]}]}]}]]}],[["$","script","script-0",{"src":"/_next/static/chunks/ff1a16fafef87110.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/e495eb4861c68b02.js","async":true,"nonce":"$undefined"}]],["$","$L4",null,{"children":["$","$5",null,{"name":"Next.MetadataOutlet","children":"$@6"}]}]]}],{},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$L7",null,{"children":"$L8"}],["$","div",null,{"hidden":true,"children":["$","$L9",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$La"}]}]}],null]}],false]],"m":"$undefined","G":["$b","$undefined"],"S":true}
9
+ 0:{"P":null,"b":"jfFmflorMuxipQghToltT","c":["","_global-error"],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]}],[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":["$","title",null,{"children":"500: Internal Server Error."}]}],["$","body",null,{"children":["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"style":{"lineHeight":"48px"},"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\n@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","paddingRight":23,"fontSize":24,"fontWeight":500,"verticalAlign":"top"},"children":"500"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"28px"},"children":"Internal Server Error."}]}]]}]}]}]]}],[["$","script","script-0",{"src":"/_next/static/chunks/ff1a16fafef87110.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/e495eb4861c68b02.js","async":true,"nonce":"$undefined"}]],["$","$L4",null,{"children":["$","$5",null,{"name":"Next.MetadataOutlet","children":"$@6"}]}]]}],{},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$L7",null,{"children":"$L8"}],["$","div",null,{"hidden":true,"children":["$","$L9",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$La"}]}]}],null]}],false]],"m":"$undefined","G":["$b","$undefined"],"S":true}
10
10
  8:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
11
11
  6:null
12
12
  a:[]
@@ -1,5 +1,5 @@
1
1
  1:"$Sreact.fragment"
2
2
  2:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/e495eb4861c68b02.js"],"OutletBoundary"]
3
3
  3:"$Sreact.suspense"
4
- 0:{"buildId":"gYwosQKDxpFFTwRMtusG3","rsc":["$","$1","c",{"children":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":["$","title",null,{"children":"500: Internal Server Error."}]}],["$","body",null,{"children":["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"style":{"lineHeight":"48px"},"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\n@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","paddingRight":23,"fontSize":24,"fontWeight":500,"verticalAlign":"top"},"children":"500"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"28px"},"children":"Internal Server Error."}]}]]}]}]}]]}],[["$","script","script-0",{"src":"/_next/static/chunks/ff1a16fafef87110.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/e495eb4861c68b02.js","async":true}]],["$","$L2",null,{"children":["$","$3",null,{"name":"Next.MetadataOutlet","children":"$@4"}]}]]}],"loading":null,"isPartial":false}
4
+ 0:{"buildId":"jfFmflorMuxipQghToltT","rsc":["$","$1","c",{"children":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":["$","title",null,{"children":"500: Internal Server Error."}]}],["$","body",null,{"children":["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"style":{"lineHeight":"48px"},"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\n@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","paddingRight":23,"fontSize":24,"fontWeight":500,"verticalAlign":"top"},"children":"500"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"28px"},"children":"Internal Server Error."}]}]]}]}]}]]}],[["$","script","script-0",{"src":"/_next/static/chunks/ff1a16fafef87110.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/e495eb4861c68b02.js","async":true}]],["$","$L2",null,{"children":["$","$3",null,{"name":"Next.MetadataOutlet","children":"$@4"}]}]]}],"loading":null,"isPartial":false}
5
5
  4:null
@@ -6,7 +6,7 @@
6
6
  7:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/e495eb4861c68b02.js"],"ViewportBoundary"]
7
7
  9:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/e495eb4861c68b02.js"],"MetadataBoundary"]
8
8
  b:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/e495eb4861c68b02.js"],"default"]
9
- 0:{"P":null,"b":"gYwosQKDxpFFTwRMtusG3","c":["","_global-error"],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]}],[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":["$","title",null,{"children":"500: Internal Server Error."}]}],["$","body",null,{"children":["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"style":{"lineHeight":"48px"},"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\n@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","paddingRight":23,"fontSize":24,"fontWeight":500,"verticalAlign":"top"},"children":"500"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"28px"},"children":"Internal Server Error."}]}]]}]}]}]]}],[["$","script","script-0",{"src":"/_next/static/chunks/ff1a16fafef87110.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/e495eb4861c68b02.js","async":true,"nonce":"$undefined"}]],["$","$L4",null,{"children":["$","$5",null,{"name":"Next.MetadataOutlet","children":"$@6"}]}]]}],{},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$L7",null,{"children":"$L8"}],["$","div",null,{"hidden":true,"children":["$","$L9",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$La"}]}]}],null]}],false]],"m":"$undefined","G":["$b","$undefined"],"S":true}
9
+ 0:{"P":null,"b":"jfFmflorMuxipQghToltT","c":["","_global-error"],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]}],[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":["$","title",null,{"children":"500: Internal Server Error."}]}],["$","body",null,{"children":["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"style":{"lineHeight":"48px"},"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\n@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","paddingRight":23,"fontSize":24,"fontWeight":500,"verticalAlign":"top"},"children":"500"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"28px"},"children":"Internal Server Error."}]}]]}]}]}]]}],[["$","script","script-0",{"src":"/_next/static/chunks/ff1a16fafef87110.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/e495eb4861c68b02.js","async":true,"nonce":"$undefined"}]],["$","$L4",null,{"children":["$","$5",null,{"name":"Next.MetadataOutlet","children":"$@6"}]}]]}],{},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$L7",null,{"children":"$L8"}],["$","div",null,{"hidden":true,"children":["$","$L9",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$La"}]}]}],null]}],false]],"m":"$undefined","G":["$b","$undefined"],"S":true}
10
10
  8:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
11
11
  6:null
12
12
  a:[]
@@ -2,4 +2,4 @@
2
2
  2:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/e495eb4861c68b02.js"],"ViewportBoundary"]
3
3
  3:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/e495eb4861c68b02.js"],"MetadataBoundary"]
4
4
  4:"$Sreact.suspense"
5
- 0:{"buildId":"gYwosQKDxpFFTwRMtusG3","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[]}]}]}],null]}],"loading":null,"isPartial":false}
5
+ 0:{"buildId":"jfFmflorMuxipQghToltT","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[]}]}]}],null]}],"loading":null,"isPartial":false}
@@ -1,4 +1,4 @@
1
1
  1:"$Sreact.fragment"
2
2
  2:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/e495eb4861c68b02.js"],"default"]
3
3
  3:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/e495eb4861c68b02.js"],"default"]
4
- 0:{"buildId":"gYwosQKDxpFFTwRMtusG3","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}
4
+ 0:{"buildId":"jfFmflorMuxipQghToltT","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}
@@ -1 +1 @@
1
- 0:{"buildId":"gYwosQKDxpFFTwRMtusG3","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false},"staleTime":300}
1
+ 0:{"buildId":"jfFmflorMuxipQghToltT","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false},"staleTime":300}
@@ -1,4 +1,4 @@
1
- <!DOCTYPE html><!--gYwosQKDxpFFTwRMtusG3--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/chunks/0fbaf780322ac803.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/7cc751f1b6fdb41c.js"/><script src="/_next/static/chunks/16699d4a9aa76ac3.js" async=""></script><script src="/_next/static/chunks/aebc3b6d791f68d2.js" async=""></script><script src="/_next/static/chunks/068649e8eb29b8d9.js" async=""></script><script src="/_next/static/chunks/3770166bed1577ce.js" async=""></script><script src="/_next/static/chunks/turbopack-4b3de4ddfe02ce8c.js" async=""></script><script src="/_next/static/chunks/c6e285890727145f.js" async=""></script><script src="/_next/static/chunks/ff1a16fafef87110.js" async=""></script><script src="/_next/static/chunks/e495eb4861c68b02.js" async=""></script><link rel="preload" href="https://cdn.jsdelivr.net/gh/iconoir-icons/iconoir@main/css/iconoir.css" as="style"/><title>404: This page could not be found.</title><meta name="robots" content="noindex"/><title>Palx</title><link rel="icon" href="/palx-icon.png"/><link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/iconoir-icons/iconoir@main/css/iconoir.css"/><script>
1
+ <!DOCTYPE html><!--jfFmflorMuxipQghToltT--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/chunks/0fbaf780322ac803.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/7cc751f1b6fdb41c.js"/><script src="/_next/static/chunks/16699d4a9aa76ac3.js" async=""></script><script src="/_next/static/chunks/aebc3b6d791f68d2.js" async=""></script><script src="/_next/static/chunks/068649e8eb29b8d9.js" async=""></script><script src="/_next/static/chunks/3770166bed1577ce.js" async=""></script><script src="/_next/static/chunks/turbopack-4b3de4ddfe02ce8c.js" async=""></script><script src="/_next/static/chunks/c6e285890727145f.js" async=""></script><script src="/_next/static/chunks/ff1a16fafef87110.js" async=""></script><script src="/_next/static/chunks/e495eb4861c68b02.js" async=""></script><link rel="preload" href="https://cdn.jsdelivr.net/gh/iconoir-icons/iconoir@main/css/iconoir.css" as="style"/><title>404: This page could not be found.</title><meta name="robots" content="noindex"/><title>Palx</title><link rel="icon" href="/palx-icon.png"/><link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/iconoir-icons/iconoir@main/css/iconoir.css"/><script>
2
2
  (() => {
3
3
  const storageKey = 'viba:theme-mode';
4
4
  const runtimeKey = '__vibaThemeSyncInstalled';
@@ -51,4 +51,4 @@
51
51
  window.addEventListener('storage', handleStorageChange);
52
52
  window.addEventListener('viba:theme-refresh', handleThemeRefresh);
53
53
  })();
54
- </script><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script></head><body class="antialiased"><div hidden=""><!--$--><!--/$--></div><script>((a,b,c,d,e,f,g,h)=>{let i=document.documentElement,j=["light","dark"];function k(b){var c;(Array.isArray(a)?a:[a]).forEach(a=>{let c="class"===a,d=c&&f?e.map(a=>f[a]||a):e;c?(i.classList.remove(...d),i.classList.add(f&&f[b]?f[b]:b)):i.setAttribute(a,b)}),c=b,h&&j.includes(c)&&(i.style.colorScheme=c)}if(d)k(d);else try{let a=localStorage.getItem(b)||c,d=g&&"system"===a?window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light":a;k(d)}catch(a){}})("data-theme","theme","system",null,["light","dark"],null,true,true)</script><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding:0 23px 0 0;font-size:24px;font-weight:500;vertical-align:top;line-height:49px">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:49px;margin:0">This page could not be found.</h2></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/7cc751f1b6fdb41c.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n3:I[44636,[\"/_next/static/chunks/c6e285890727145f.js\"],\"Providers\"]\n4:I[39756,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/e495eb4861c68b02.js\"],\"default\"]\n5:I[37457,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/e495eb4861c68b02.js\"],\"default\"]\n9:I[68027,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/e495eb4861c68b02.js\"],\"default\"]\n:HL[\"/_next/static/chunks/0fbaf780322ac803.css\",\"style\"]\n:HL[\"https://cdn.jsdelivr.net/gh/iconoir-icons/iconoir@main/css/iconoir.css\",\"style\"]\n2:T61b,"])</script><script>self.__next_f.push([1,"\n(() =\u003e {\n const storageKey = 'viba:theme-mode';\n const runtimeKey = '__vibaThemeSyncInstalled';\n const mediaQuery = window.matchMedia('(prefers-color-scheme: dark)');\n const resolveThemeMode = () =\u003e {\n try {\n const stored = window.localStorage.getItem(storageKey);\n if (stored === 'light' || stored === 'dark' || stored === 'auto') {\n return stored;\n }\n } catch {\n // Ignore localStorage access errors and fall back to auto mode.\n }\n return 'auto';\n };\n const applyThemeMode = () =\u003e {\n const mode = resolveThemeMode();\n const shouldUseDark = mode === 'dark' || (mode === 'auto' \u0026\u0026 mediaQuery.matches);\n document.documentElement.classList.toggle('dark', shouldUseDark);\n document.documentElement.dataset.themeMode = mode;\n };\n\n applyThemeMode();\n\n if (window[runtimeKey]) {\n return;\n }\n window[runtimeKey] = true;\n\n const handleMediaChange = () =\u003e {\n if (resolveThemeMode() === 'auto') {\n applyThemeMode();\n }\n };\n const handleStorageChange = (event) =\u003e {\n if (!event || !event.key || event.key === storageKey) {\n applyThemeMode();\n }\n };\n const handleThemeRefresh = () =\u003e {\n applyThemeMode();\n };\n\n if (typeof mediaQuery.addEventListener === 'function') {\n mediaQuery.addEventListener('change', handleMediaChange);\n } else if (typeof mediaQuery.addListener === 'function') {\n mediaQuery.addListener(handleMediaChange);\n }\n\n window.addEventListener('storage', handleStorageChange);\n window.addEventListener('viba:theme-refresh', handleThemeRefresh);\n})();\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"gYwosQKDxpFFTwRMtusG3\",\"c\":[\"\",\"_not-found\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/0fbaf780322ac803.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/c6e285890727145f.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"link\",null,{\"rel\":\"stylesheet\",\"href\":\"https://cdn.jsdelivr.net/gh/iconoir-icons/iconoir@main/css/iconoir.css\"}],[\"$\",\"script\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"$2\"}}]]}],[\"$\",\"body\",null,{\"className\":\"antialiased\",\"children\":[\"$\",\"$L3\",null,{\"children\":[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],\"$L6\"],null,\"$L7\"]}],{},null,false,false]},null,false,false]},null,false,false],\"$L8\",false]],\"m\":\"$undefined\",\"G\":[\"$9\",\"$undefined\"],\"S\":true}\n"])</script><script>self.__next_f.push([1,"a:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/e495eb4861c68b02.js\"],\"OutletBoundary\"]\nb:\"$Sreact.suspense\"\nd:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/e495eb4861c68b02.js\"],\"ViewportBoundary\"]\nf:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/e495eb4861c68b02.js\"],\"MetadataBoundary\"]\n6:[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:props:children:props:notFound:0:1:props:style\",\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:props:children:props:notFound:0:1:props:children:props:children:1:props:style\",\"children\":404}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:style\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style\",\"children\":\"This page could not be found.\"}]}]]}]}]\n7:[\"$\",\"$La\",null,{\"children\":[\"$\",\"$b\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@c\"}]}]\n8:[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[\"$\",\"$Ld\",null,{\"children\":\"$Le\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$Lf\",null,{\"children\":[\"$\",\"$b\",null,{\"name\":\"Next.Metadata\",\"children\":\"$L10\"}]}]}],null]}]\n"])</script><script>self.__next_f.push([1,"e:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"11:I[27201,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/e495eb4861c68b02.js\"],\"IconMark\"]\nc:null\n10:[[\"$\",\"title\",\"0\",{\"children\":\"Palx\"}],[\"$\",\"link\",\"1\",{\"rel\":\"icon\",\"href\":\"/palx-icon.png\"}],[\"$\",\"$L11\",\"2\",{}]]\n"])</script></body></html>
54
+ </script><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script></head><body class="antialiased"><div hidden=""><!--$--><!--/$--></div><script>((a,b,c,d,e,f,g,h)=>{let i=document.documentElement,j=["light","dark"];function k(b){var c;(Array.isArray(a)?a:[a]).forEach(a=>{let c="class"===a,d=c&&f?e.map(a=>f[a]||a):e;c?(i.classList.remove(...d),i.classList.add(f&&f[b]?f[b]:b)):i.setAttribute(a,b)}),c=b,h&&j.includes(c)&&(i.style.colorScheme=c)}if(d)k(d);else try{let a=localStorage.getItem(b)||c,d=g&&"system"===a?window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light":a;k(d)}catch(a){}})("data-theme","theme","system",null,["light","dark"],null,true,true)</script><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding:0 23px 0 0;font-size:24px;font-weight:500;vertical-align:top;line-height:49px">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:49px;margin:0">This page could not be found.</h2></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/7cc751f1b6fdb41c.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n3:I[44636,[\"/_next/static/chunks/c6e285890727145f.js\"],\"Providers\"]\n4:I[39756,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/e495eb4861c68b02.js\"],\"default\"]\n5:I[37457,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/e495eb4861c68b02.js\"],\"default\"]\n9:I[68027,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/e495eb4861c68b02.js\"],\"default\"]\n:HL[\"/_next/static/chunks/0fbaf780322ac803.css\",\"style\"]\n:HL[\"https://cdn.jsdelivr.net/gh/iconoir-icons/iconoir@main/css/iconoir.css\",\"style\"]\n2:T61b,"])</script><script>self.__next_f.push([1,"\n(() =\u003e {\n const storageKey = 'viba:theme-mode';\n const runtimeKey = '__vibaThemeSyncInstalled';\n const mediaQuery = window.matchMedia('(prefers-color-scheme: dark)');\n const resolveThemeMode = () =\u003e {\n try {\n const stored = window.localStorage.getItem(storageKey);\n if (stored === 'light' || stored === 'dark' || stored === 'auto') {\n return stored;\n }\n } catch {\n // Ignore localStorage access errors and fall back to auto mode.\n }\n return 'auto';\n };\n const applyThemeMode = () =\u003e {\n const mode = resolveThemeMode();\n const shouldUseDark = mode === 'dark' || (mode === 'auto' \u0026\u0026 mediaQuery.matches);\n document.documentElement.classList.toggle('dark', shouldUseDark);\n document.documentElement.dataset.themeMode = mode;\n };\n\n applyThemeMode();\n\n if (window[runtimeKey]) {\n return;\n }\n window[runtimeKey] = true;\n\n const handleMediaChange = () =\u003e {\n if (resolveThemeMode() === 'auto') {\n applyThemeMode();\n }\n };\n const handleStorageChange = (event) =\u003e {\n if (!event || !event.key || event.key === storageKey) {\n applyThemeMode();\n }\n };\n const handleThemeRefresh = () =\u003e {\n applyThemeMode();\n };\n\n if (typeof mediaQuery.addEventListener === 'function') {\n mediaQuery.addEventListener('change', handleMediaChange);\n } else if (typeof mediaQuery.addListener === 'function') {\n mediaQuery.addListener(handleMediaChange);\n }\n\n window.addEventListener('storage', handleStorageChange);\n window.addEventListener('viba:theme-refresh', handleThemeRefresh);\n})();\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"jfFmflorMuxipQghToltT\",\"c\":[\"\",\"_not-found\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/0fbaf780322ac803.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/c6e285890727145f.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"link\",null,{\"rel\":\"stylesheet\",\"href\":\"https://cdn.jsdelivr.net/gh/iconoir-icons/iconoir@main/css/iconoir.css\"}],[\"$\",\"script\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"$2\"}}]]}],[\"$\",\"body\",null,{\"className\":\"antialiased\",\"children\":[\"$\",\"$L3\",null,{\"children\":[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],\"$L6\"],null,\"$L7\"]}],{},null,false,false]},null,false,false]},null,false,false],\"$L8\",false]],\"m\":\"$undefined\",\"G\":[\"$9\",\"$undefined\"],\"S\":true}\n"])</script><script>self.__next_f.push([1,"a:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/e495eb4861c68b02.js\"],\"OutletBoundary\"]\nb:\"$Sreact.suspense\"\nd:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/e495eb4861c68b02.js\"],\"ViewportBoundary\"]\nf:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/e495eb4861c68b02.js\"],\"MetadataBoundary\"]\n6:[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:props:children:props:notFound:0:1:props:style\",\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:props:children:props:notFound:0:1:props:children:props:children:1:props:style\",\"children\":404}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:style\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style\",\"children\":\"This page could not be found.\"}]}]]}]}]\n7:[\"$\",\"$La\",null,{\"children\":[\"$\",\"$b\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@c\"}]}]\n8:[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[\"$\",\"$Ld\",null,{\"children\":\"$Le\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$Lf\",null,{\"children\":[\"$\",\"$b\",null,{\"name\":\"Next.Metadata\",\"children\":\"$L10\"}]}]}],null]}]\n"])</script><script>self.__next_f.push([1,"e:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"11:I[27201,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/e495eb4861c68b02.js\"],\"IconMark\"]\nc:null\n10:[[\"$\",\"title\",\"0\",{\"children\":\"Palx\"}],[\"$\",\"link\",\"1\",{\"rel\":\"icon\",\"href\":\"/palx-icon.png\"}],[\"$\",\"$L11\",\"2\",{}]]\n"])</script></body></html>
@@ -58,7 +58,7 @@
58
58
  window.addEventListener('storage', handleStorageChange);
59
59
  window.addEventListener('viba:theme-refresh', handleThemeRefresh);
60
60
  })();
61
- 0:{"P":null,"b":"gYwosQKDxpFFTwRMtusG3","c":["","_not-found"],"q":"","i":false,"f":[[["",{"children":["/_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0fbaf780322ac803.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/c6e285890727145f.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":[["$","head",null,{"children":[["$","link",null,{"rel":"stylesheet","href":"https://cdn.jsdelivr.net/gh/iconoir-icons/iconoir@main/css/iconoir.css"}],["$","script",null,{"dangerouslySetInnerHTML":{"__html":"$2"}}]]}],["$","body",null,{"className":"antialiased","children":["$","$L3",null,{"children":["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]}]]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],"$L6"],null,"$L7"]}],{},null,false,false]},null,false,false]},null,false,false],"$L8",false]],"m":"$undefined","G":["$9","$undefined"],"S":true}
61
+ 0:{"P":null,"b":"jfFmflorMuxipQghToltT","c":["","_not-found"],"q":"","i":false,"f":[[["",{"children":["/_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0fbaf780322ac803.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/c6e285890727145f.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":[["$","head",null,{"children":[["$","link",null,{"rel":"stylesheet","href":"https://cdn.jsdelivr.net/gh/iconoir-icons/iconoir@main/css/iconoir.css"}],["$","script",null,{"dangerouslySetInnerHTML":{"__html":"$2"}}]]}],["$","body",null,{"className":"antialiased","children":["$","$L3",null,{"children":["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]}]]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],"$L6"],null,"$L7"]}],{},null,false,false]},null,false,false]},null,false,false],"$L8",false]],"m":"$undefined","G":["$9","$undefined"],"S":true}
62
62
  a:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/e495eb4861c68b02.js"],"OutletBoundary"]
63
63
  b:"$Sreact.suspense"
64
64
  d:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/e495eb4861c68b02.js"],"ViewportBoundary"]
@@ -58,7 +58,7 @@
58
58
  window.addEventListener('storage', handleStorageChange);
59
59
  window.addEventListener('viba:theme-refresh', handleThemeRefresh);
60
60
  })();
61
- 0:{"P":null,"b":"gYwosQKDxpFFTwRMtusG3","c":["","_not-found"],"q":"","i":false,"f":[[["",{"children":["/_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0fbaf780322ac803.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/c6e285890727145f.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":[["$","head",null,{"children":[["$","link",null,{"rel":"stylesheet","href":"https://cdn.jsdelivr.net/gh/iconoir-icons/iconoir@main/css/iconoir.css"}],["$","script",null,{"dangerouslySetInnerHTML":{"__html":"$2"}}]]}],["$","body",null,{"className":"antialiased","children":["$","$L3",null,{"children":["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]}]]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],"$L6"],null,"$L7"]}],{},null,false,false]},null,false,false]},null,false,false],"$L8",false]],"m":"$undefined","G":["$9","$undefined"],"S":true}
61
+ 0:{"P":null,"b":"jfFmflorMuxipQghToltT","c":["","_not-found"],"q":"","i":false,"f":[[["",{"children":["/_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0fbaf780322ac803.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/c6e285890727145f.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":[["$","head",null,{"children":[["$","link",null,{"rel":"stylesheet","href":"https://cdn.jsdelivr.net/gh/iconoir-icons/iconoir@main/css/iconoir.css"}],["$","script",null,{"dangerouslySetInnerHTML":{"__html":"$2"}}]]}],["$","body",null,{"className":"antialiased","children":["$","$L3",null,{"children":["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]}]]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],"$L6"],null,"$L7"]}],{},null,false,false]},null,false,false]},null,false,false],"$L8",false]],"m":"$undefined","G":["$9","$undefined"],"S":true}
62
62
  a:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/e495eb4861c68b02.js"],"OutletBoundary"]
63
63
  b:"$Sreact.suspense"
64
64
  d:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/e495eb4861c68b02.js"],"ViewportBoundary"]
@@ -3,4 +3,4 @@
3
3
  3:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/e495eb4861c68b02.js"],"MetadataBoundary"]
4
4
  4:"$Sreact.suspense"
5
5
  5:I[27201,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/e495eb4861c68b02.js"],"IconMark"]
6
- 0:{"buildId":"gYwosQKDxpFFTwRMtusG3","rsc":["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Palx"}],["$","link","1",{"rel":"icon","href":"/palx-icon.png"}],["$","$L5","2",{}]]}]}]}],null]}],"loading":null,"isPartial":false}
6
+ 0:{"buildId":"jfFmflorMuxipQghToltT","rsc":["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Palx"}],["$","link","1",{"rel":"icon","href":"/palx-icon.png"}],["$","$L5","2",{}]]}]}]}],null]}],"loading":null,"isPartial":false}
@@ -57,4 +57,4 @@
57
57
  window.addEventListener('storage', handleStorageChange);
58
58
  window.addEventListener('viba:theme-refresh', handleThemeRefresh);
59
59
  })();
60
- 0:{"buildId":"gYwosQKDxpFFTwRMtusG3","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0fbaf780322ac803.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/c6e285890727145f.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":[["$","head",null,{"children":[["$","link",null,{"rel":"stylesheet","href":"https://cdn.jsdelivr.net/gh/iconoir-icons/iconoir@main/css/iconoir.css"}],["$","script",null,{"dangerouslySetInnerHTML":{"__html":"$2"}}]]}],["$","body",null,{"className":"antialiased","children":["$","$L3",null,{"children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}]}]]}]]}],"loading":null,"isPartial":false}
60
+ 0:{"buildId":"jfFmflorMuxipQghToltT","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0fbaf780322ac803.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/c6e285890727145f.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":[["$","head",null,{"children":[["$","link",null,{"rel":"stylesheet","href":"https://cdn.jsdelivr.net/gh/iconoir-icons/iconoir@main/css/iconoir.css"}],["$","script",null,{"dangerouslySetInnerHTML":{"__html":"$2"}}]]}],["$","body",null,{"className":"antialiased","children":["$","$L3",null,{"children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}]}]]}]]}],"loading":null,"isPartial":false}
@@ -1,5 +1,5 @@
1
1
  1:"$Sreact.fragment"
2
2
  2:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/e495eb4861c68b02.js"],"OutletBoundary"]
3
3
  3:"$Sreact.suspense"
4
- 0:{"buildId":"gYwosQKDxpFFTwRMtusG3","rsc":["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],null,["$","$L2",null,{"children":["$","$3",null,{"name":"Next.MetadataOutlet","children":"$@4"}]}]]}],"loading":null,"isPartial":false}
4
+ 0:{"buildId":"jfFmflorMuxipQghToltT","rsc":["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],null,["$","$L2",null,{"children":["$","$3",null,{"name":"Next.MetadataOutlet","children":"$@4"}]}]]}],"loading":null,"isPartial":false}
5
5
  4:null
@@ -1,4 +1,4 @@
1
1
  1:"$Sreact.fragment"
2
2
  2:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/e495eb4861c68b02.js"],"default"]
3
3
  3:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/e495eb4861c68b02.js"],"default"]
4
- 0:{"buildId":"gYwosQKDxpFFTwRMtusG3","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}
4
+ 0:{"buildId":"jfFmflorMuxipQghToltT","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}
@@ -1,3 +1,3 @@
1
1
  :HL["/_next/static/chunks/0fbaf780322ac803.css","style"]
2
2
  :HL["https://cdn.jsdelivr.net/gh/iconoir-icons/iconoir@main/css/iconoir.css","style"]
3
- 0:{"buildId":"gYwosQKDxpFFTwRMtusG3","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"/_not-found","paramType":null,"paramKey":"/_not-found","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300}
3
+ 0:{"buildId":"jfFmflorMuxipQghToltT","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"/_not-found","paramType":null,"paramKey":"/_not-found","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300}