@weppy/roblox-mcp 2.4.1 → 2.5.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 (165) hide show
  1. package/.claude-plugin/marketplace.json +2 -2
  2. package/.github/workflows/install-test.yml +2 -21
  3. package/CHANGELOG.md +22 -5
  4. package/COMMERCIAL-LICENSE.md +1 -1
  5. package/README.md +11 -11
  6. package/TRADEMARKS.md +1 -1
  7. package/docs/en/dashboard/changelog.md +1 -1
  8. package/docs/en/dashboard/connection.md +1 -1
  9. package/docs/en/dashboard/overview.md +1 -1
  10. package/docs/en/dashboard/playtest.md +1 -1
  11. package/docs/en/dashboard/settings.md +1 -1
  12. package/docs/en/dashboard/sync.md +1 -1
  13. package/docs/en/dashboard/tools.md +1 -1
  14. package/docs/en/installation/README.md +4 -4
  15. package/docs/en/installation/ai-apps/antigravity.md +1 -1
  16. package/docs/en/installation/ai-apps/claude-app.md +1 -1
  17. package/docs/en/installation/ai-apps/claude-code.md +1 -1
  18. package/docs/en/installation/ai-apps/codex-app.md +1 -1
  19. package/docs/en/installation/ai-apps/codex-cli.md +1 -1
  20. package/docs/en/installation/ai-apps/cursor.md +1 -1
  21. package/docs/en/installation/ai-apps/gemini-cli.md +1 -1
  22. package/docs/en/installation/roblox-explorer.md +12 -12
  23. package/docs/en/installation/roblox-plugin.md +5 -5
  24. package/docs/en/pro-upgrade.md +3 -3
  25. package/docs/en/sync/luau-lsp.md +13 -13
  26. package/docs/en/sync/overview.md +8 -8
  27. package/docs/en/tools/overview.md +1 -1
  28. package/docs/en/tools/playtest.md +2 -2
  29. package/docs/es/README.md +10 -10
  30. package/docs/es/dashboard/changelog.md +1 -1
  31. package/docs/es/dashboard/connection.md +1 -1
  32. package/docs/es/dashboard/overview.md +1 -1
  33. package/docs/es/dashboard/playtest.md +1 -1
  34. package/docs/es/dashboard/settings.md +1 -1
  35. package/docs/es/dashboard/sync.md +1 -1
  36. package/docs/es/dashboard/tools.md +1 -1
  37. package/docs/es/installation/README.md +3 -3
  38. package/docs/es/installation/ai-apps/antigravity.md +1 -1
  39. package/docs/es/installation/ai-apps/claude-app.md +1 -1
  40. package/docs/es/installation/ai-apps/claude-code.md +1 -1
  41. package/docs/es/installation/ai-apps/codex-app.md +1 -1
  42. package/docs/es/installation/ai-apps/codex-cli.md +1 -1
  43. package/docs/es/installation/ai-apps/cursor.md +1 -1
  44. package/docs/es/installation/ai-apps/gemini-cli.md +1 -1
  45. package/docs/es/installation/roblox-explorer.md +11 -11
  46. package/docs/es/installation/roblox-plugin.md +3 -3
  47. package/docs/es/pro-upgrade.md +1 -1
  48. package/docs/es/sync/luau-lsp.md +13 -13
  49. package/docs/es/sync/overview.md +8 -8
  50. package/docs/es/tools/overview.md +1 -1
  51. package/docs/es/tools/playtest.md +2 -2
  52. package/docs/id/README.md +10 -10
  53. package/docs/id/dashboard/changelog.md +1 -1
  54. package/docs/id/dashboard/connection.md +1 -1
  55. package/docs/id/dashboard/overview.md +1 -1
  56. package/docs/id/dashboard/playtest.md +1 -1
  57. package/docs/id/dashboard/settings.md +1 -1
  58. package/docs/id/dashboard/sync.md +1 -1
  59. package/docs/id/dashboard/tools.md +1 -1
  60. package/docs/id/installation/README.md +4 -4
  61. package/docs/id/installation/ai-apps/antigravity.md +1 -1
  62. package/docs/id/installation/ai-apps/claude-app.md +1 -1
  63. package/docs/id/installation/ai-apps/claude-code.md +1 -1
  64. package/docs/id/installation/ai-apps/codex-app.md +1 -1
  65. package/docs/id/installation/ai-apps/codex-cli.md +1 -1
  66. package/docs/id/installation/ai-apps/cursor.md +1 -1
  67. package/docs/id/installation/ai-apps/gemini-cli.md +1 -1
  68. package/docs/id/installation/roblox-explorer.md +11 -11
  69. package/docs/id/installation/roblox-plugin.md +3 -3
  70. package/docs/id/pro-upgrade.md +1 -1
  71. package/docs/id/sync/luau-lsp.md +13 -13
  72. package/docs/id/sync/overview.md +8 -8
  73. package/docs/id/tools/overview.md +1 -1
  74. package/docs/id/tools/playtest.md +2 -2
  75. package/docs/installer/assets/index-Bz0amd7x.js +2 -2
  76. package/docs/installer/index.html +1 -1
  77. package/docs/installer/manifest.webmanifest +3 -3
  78. package/docs/ja/README.md +10 -10
  79. package/docs/ja/installation/README.md +4 -4
  80. package/docs/ja/installation/ai-apps/antigravity.md +1 -1
  81. package/docs/ja/installation/ai-apps/claude-app.md +1 -1
  82. package/docs/ja/installation/ai-apps/claude-code.md +1 -1
  83. package/docs/ja/installation/ai-apps/codex-app.md +1 -1
  84. package/docs/ja/installation/ai-apps/codex-cli.md +1 -1
  85. package/docs/ja/installation/ai-apps/cursor.md +1 -1
  86. package/docs/ja/installation/ai-apps/gemini-cli.md +1 -1
  87. package/docs/ja/installation/roblox-explorer.md +11 -11
  88. package/docs/ja/installation/roblox-plugin.md +3 -3
  89. package/docs/ja/pro-upgrade.md +1 -1
  90. package/docs/ja/sync/luau-lsp.md +13 -13
  91. package/docs/ja/sync/overview.md +8 -8
  92. package/docs/ja/tools/overview.md +1 -1
  93. package/docs/ja/tools/playtest.md +2 -2
  94. package/docs/ko/README.md +10 -10
  95. package/docs/ko/installation/README.md +4 -4
  96. package/docs/ko/installation/ai-apps/antigravity.md +1 -1
  97. package/docs/ko/installation/ai-apps/claude-app.md +1 -1
  98. package/docs/ko/installation/ai-apps/claude-code.md +1 -1
  99. package/docs/ko/installation/ai-apps/codex-app.md +1 -1
  100. package/docs/ko/installation/ai-apps/codex-cli.md +1 -1
  101. package/docs/ko/installation/ai-apps/cursor.md +1 -1
  102. package/docs/ko/installation/ai-apps/gemini-cli.md +1 -1
  103. package/docs/ko/installation/roblox-explorer.md +12 -12
  104. package/docs/ko/installation/roblox-plugin.md +5 -5
  105. package/docs/ko/pro-upgrade.md +1 -1
  106. package/docs/ko/sync/luau-lsp.md +13 -13
  107. package/docs/ko/sync/overview.md +8 -8
  108. package/docs/ko/tools/overview.md +1 -1
  109. package/docs/ko/tools/playtest.md +2 -2
  110. package/docs/pt-br/README.md +11 -11
  111. package/docs/pt-br/dashboard/changelog.md +1 -1
  112. package/docs/pt-br/dashboard/connection.md +1 -1
  113. package/docs/pt-br/dashboard/overview.md +1 -1
  114. package/docs/pt-br/dashboard/playtest.md +1 -1
  115. package/docs/pt-br/dashboard/settings.md +1 -1
  116. package/docs/pt-br/dashboard/sync.md +1 -1
  117. package/docs/pt-br/dashboard/tools.md +1 -1
  118. package/docs/pt-br/installation/README.md +4 -4
  119. package/docs/pt-br/installation/ai-apps/antigravity.md +1 -1
  120. package/docs/pt-br/installation/ai-apps/claude-app.md +1 -1
  121. package/docs/pt-br/installation/ai-apps/claude-code.md +1 -1
  122. package/docs/pt-br/installation/ai-apps/codex-app.md +1 -1
  123. package/docs/pt-br/installation/ai-apps/codex-cli.md +1 -1
  124. package/docs/pt-br/installation/ai-apps/cursor.md +1 -1
  125. package/docs/pt-br/installation/ai-apps/gemini-cli.md +1 -1
  126. package/docs/pt-br/installation/roblox-explorer.md +11 -11
  127. package/docs/pt-br/installation/roblox-plugin.md +3 -3
  128. package/docs/pt-br/pro-upgrade.md +1 -1
  129. package/docs/pt-br/sync/luau-lsp.md +13 -13
  130. package/docs/pt-br/sync/overview.md +8 -8
  131. package/docs/pt-br/tools/overview.md +1 -1
  132. package/docs/pt-br/tools/playtest.md +2 -2
  133. package/docs/troubleshooting.md +1 -1
  134. package/install.ps1 +8 -8
  135. package/install.sh +11 -11
  136. package/llms-full.txt +8 -8
  137. package/llms.txt +4 -4
  138. package/package.json +1 -1
  139. package/plugins/weppy-roblox-mcp/.claude-plugin/plugin.json +1 -1
  140. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{ChangelogDetailPage-J4ikmBDz.js → ChangelogDetailPage-DRfFUIvC.js} +1 -1
  141. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{ChangelogPage-CRyiyz5Q.js → ChangelogPage-Dgl8dBt6.js} +1 -1
  142. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{ConfirmModal-BqqXDrdf.js → ConfirmModal-DfdyAPrJ.js} +1 -1
  143. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{ConnectionPage-BFjleYaN.js → ConnectionPage-LSvSX1_u.js} +1 -1
  144. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{InfoLabel-DG5Q_c5f.js → InfoLabel-DrK7vhO-.js} +1 -1
  145. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{OverviewPage-skOVAGFT.js → OverviewPage-CXsGuoPu.js} +1 -1
  146. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{PlaytestPage-jdZTJ1qE.js → PlaytestPage-CgkzRAqQ.js} +2 -2
  147. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{PropertyDiff-DGvziVFn.js → PropertyDiff-Dy3MffNh.js} +1 -1
  148. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/SettingsPage-D2ZBQ2KF.js +1 -0
  149. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{StatusBadge-D-Jxp4ai.js → StatusBadge-hJyzgRAl.js} +1 -1
  150. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/SyncPage-eX2Rh-Ct.js +4 -0
  151. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{TierComparison-Ct-fbCs5.js → TierComparison-BwKqP_4s.js} +1 -1
  152. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{TierPromoProgress-CoEpWzRl.js → TierPromoProgress-CLAr1gQq.js} +1 -1
  153. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{ToolsPage-Ov5mDGFU.js → ToolsPage-CqzfCxxH.js} +1 -1
  154. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{WhatsNewPage-DZ-tJeoq.js → WhatsNewPage-23o8LmsR.js} +1 -1
  155. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/index-BfvSPSNj.js +207 -0
  156. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{useLiveUptime-BpIv_H68.js → useLiveUptime-BeRNzFBh.js} +1 -1
  157. package/plugins/weppy-roblox-mcp/dashboard/dist/index.html +3 -3
  158. package/plugins/weppy-roblox-mcp/dist/index.js +82 -82
  159. package/plugins/weppy-roblox-mcp/roblox-plugin/WeppyRobloxMCP.rbxm +0 -0
  160. package/.github/workflows/deploy-docs.yml +0 -41
  161. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/SettingsPage-DNmdsQlc.js +0 -1
  162. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/SyncPage-BTX8aTCf.js +0 -4
  163. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/index-aMbdHsW4.js +0 -147
  164. /package/docs/installer/{wrox-icon.png → weppy-icon.png} +0 -0
  165. /package/plugins/weppy-roblox-mcp/dashboard/dist/{wrox-icon.png → weppy-icon.png} +0 -0
@@ -0,0 +1,207 @@
1
+ const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["assets/OverviewPage-CXsGuoPu.js","assets/InfoLabel-DrK7vhO-.js","assets/StatusBadge-hJyzgRAl.js","assets/StatusBadge-C2zYt5iE.css","assets/PropertyDiff-Dy3MffNh.js","assets/PropertyDiff-Cbx8P1zh.css","assets/TierComparison-BwKqP_4s.js","assets/TierComparison-DGh9vLz0.css","assets/useLiveUptime-BeRNzFBh.js","assets/TierPromoProgress-CLAr1gQq.js","assets/TierPromo.module-CAoUYgIx.js","assets/TierPromo-D5n9OoEm.css","assets/OverviewPage-Dsfl-NRT.css","assets/ConnectionPage-LSvSX1_u.js","assets/ConfirmModal-DfdyAPrJ.js","assets/ConnectionPage-9bG71eB1.css","assets/SyncPage-eX2Rh-Ct.js","assets/SyncPage-CLt9jxd8.css","assets/ChangelogPage-Dgl8dBt6.js","assets/ChangelogPage-BH87M2hn.css","assets/PlaytestPage-CgkzRAqQ.js","assets/PlaytestPage-CYSu0pfO.css","assets/ToolsPage-CqzfCxxH.js","assets/ToolsPage-54vIMfZg.css","assets/WhatsNewPage-23o8LmsR.js","assets/WhatsNewPage-Lxgj0StO.css","assets/ChangelogDetailPage-DRfFUIvC.js","assets/ChangelogDetailPage-D6Tqz7ut.css","assets/SettingsPage-D2ZBQ2KF.js","assets/SettingsPage-DTv0NbEY.css"])))=>i.map(i=>d[i]);
2
+ var dg=Object.defineProperty;var pg=(a,i,s)=>i in a?dg(a,i,{enumerable:!0,configurable:!0,writable:!0,value:s}):a[i]=s;var Co=(a,i,s)=>pg(a,typeof i!="symbol"?i+"":i,s);function Gd(a,i){for(var s=0;s<i.length;s++){const c=i[s];if(typeof c!="string"&&!Array.isArray(c)){for(const d in c)if(d!=="default"&&!(d in a)){const p=Object.getOwnPropertyDescriptor(c,d);p&&Object.defineProperty(a,d,p.get?p:{enumerable:!0,get:()=>c[d]})}}}return Object.freeze(Object.defineProperty(a,Symbol.toStringTag,{value:"Module"}))}(function(){const i=document.createElement("link").relList;if(i&&i.supports&&i.supports("modulepreload"))return;for(const d of document.querySelectorAll('link[rel="modulepreload"]'))c(d);new MutationObserver(d=>{for(const p of d)if(p.type==="childList")for(const f of p.addedNodes)f.tagName==="LINK"&&f.rel==="modulepreload"&&c(f)}).observe(document,{childList:!0,subtree:!0});function s(d){const p={};return d.integrity&&(p.integrity=d.integrity),d.referrerPolicy&&(p.referrerPolicy=d.referrerPolicy),d.crossOrigin==="use-credentials"?p.credentials="include":d.crossOrigin==="anonymous"?p.credentials="omit":p.credentials="same-origin",p}function c(d){if(d.ep)return;d.ep=!0;const p=s(d);fetch(d.href,p)}})();function Jd(a){return a&&a.__esModule&&Object.prototype.hasOwnProperty.call(a,"default")?a.default:a}var cl={exports:{}},Ga={},ul={exports:{}},Se={};/**
3
+ * @license React
4
+ * react.production.min.js
5
+ *
6
+ * Copyright (c) Facebook, Inc. and its affiliates.
7
+ *
8
+ * This source code is licensed under the MIT license found in the
9
+ * LICENSE file in the root directory of this source tree.
10
+ */var cd;function fg(){if(cd)return Se;cd=1;var a=Symbol.for("react.element"),i=Symbol.for("react.portal"),s=Symbol.for("react.fragment"),c=Symbol.for("react.strict_mode"),d=Symbol.for("react.profiler"),p=Symbol.for("react.provider"),f=Symbol.for("react.context"),m=Symbol.for("react.forward_ref"),h=Symbol.for("react.suspense"),P=Symbol.for("react.memo"),x=Symbol.for("react.lazy"),C=Symbol.iterator;function M(k){return k===null||typeof k!="object"?null:(k=C&&k[C]||k["@@iterator"],typeof k=="function"?k:null)}var O={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},H=Object.assign,F={};function U(k,N,de){this.props=k,this.context=N,this.refs=F,this.updater=de||O}U.prototype.isReactComponent={},U.prototype.setState=function(k,N){if(typeof k!="object"&&typeof k!="function"&&k!=null)throw Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");this.updater.enqueueSetState(this,k,N,"setState")},U.prototype.forceUpdate=function(k){this.updater.enqueueForceUpdate(this,k,"forceUpdate")};function ge(){}ge.prototype=U.prototype;function q(k,N,de){this.props=k,this.context=N,this.refs=F,this.updater=de||O}var ue=q.prototype=new ge;ue.constructor=q,H(ue,U.prototype),ue.isPureReactComponent=!0;var re=Array.isArray,xe=Object.prototype.hasOwnProperty,Ee={current:null},E={key:!0,ref:!0,__self:!0,__source:!0};function J(k,N,de){var ye,me={},Pe=null,Re=null;if(N!=null)for(ye in N.ref!==void 0&&(Re=N.ref),N.key!==void 0&&(Pe=""+N.key),N)xe.call(N,ye)&&!E.hasOwnProperty(ye)&&(me[ye]=N[ye]);var we=arguments.length-2;if(we===1)me.children=de;else if(1<we){for(var Ue=Array(we),ct=0;ct<we;ct++)Ue[ct]=arguments[ct+2];me.children=Ue}if(k&&k.defaultProps)for(ye in we=k.defaultProps,we)me[ye]===void 0&&(me[ye]=we[ye]);return{$$typeof:a,type:k,key:Pe,ref:Re,props:me,_owner:Ee.current}}function ke(k,N){return{$$typeof:a,type:k.type,key:N,ref:k.ref,props:k.props,_owner:k._owner}}function ie(k){return typeof k=="object"&&k!==null&&k.$$typeof===a}function We(k){var N={"=":"=0",":":"=2"};return"$"+k.replace(/[=:]/g,function(de){return N[de]})}var Te=/\/+/g;function ze(k,N){return typeof k=="object"&&k!==null&&k.key!=null?We(""+k.key):N.toString(36)}function he(k,N,de,ye,me){var Pe=typeof k;(Pe==="undefined"||Pe==="boolean")&&(k=null);var Re=!1;if(k===null)Re=!0;else switch(Pe){case"string":case"number":Re=!0;break;case"object":switch(k.$$typeof){case a:case i:Re=!0}}if(Re)return Re=k,me=me(Re),k=ye===""?"."+ze(Re,0):ye,re(me)?(de="",k!=null&&(de=k.replace(Te,"$&/")+"/"),he(me,N,de,"",function(ct){return ct})):me!=null&&(ie(me)&&(me=ke(me,de+(!me.key||Re&&Re.key===me.key?"":(""+me.key).replace(Te,"$&/")+"/")+k)),N.push(me)),1;if(Re=0,ye=ye===""?".":ye+":",re(k))for(var we=0;we<k.length;we++){Pe=k[we];var Ue=ye+ze(Pe,we);Re+=he(Pe,N,de,Ue,me)}else if(Ue=M(k),typeof Ue=="function")for(k=Ue.call(k),we=0;!(Pe=k.next()).done;)Pe=Pe.value,Ue=ye+ze(Pe,we++),Re+=he(Pe,N,de,Ue,me);else if(Pe==="object")throw N=String(k),Error("Objects are not valid as a React child (found: "+(N==="[object Object]"?"object with keys {"+Object.keys(k).join(", ")+"}":N)+"). If you meant to render a collection of children, use an array instead.");return Re}function Ze(k,N,de){if(k==null)return k;var ye=[],me=0;return he(k,ye,"","",function(Pe){return N.call(de,Pe,me++)}),ye}function et(k){if(k._status===-1){var N=k._result;N=N(),N.then(function(de){(k._status===0||k._status===-1)&&(k._status=1,k._result=de)},function(de){(k._status===0||k._status===-1)&&(k._status=2,k._result=de)}),k._status===-1&&(k._status=0,k._result=N)}if(k._status===1)return k._result.default;throw k._result}var Ie={current:null},B={transition:null},ae={ReactCurrentDispatcher:Ie,ReactCurrentBatchConfig:B,ReactCurrentOwner:Ee};function Y(){throw Error("act(...) is not supported in production builds of React.")}return Se.Children={map:Ze,forEach:function(k,N,de){Ze(k,function(){N.apply(this,arguments)},de)},count:function(k){var N=0;return Ze(k,function(){N++}),N},toArray:function(k){return Ze(k,function(N){return N})||[]},only:function(k){if(!ie(k))throw Error("React.Children.only expected to receive a single React element child.");return k}},Se.Component=U,Se.Fragment=s,Se.Profiler=d,Se.PureComponent=q,Se.StrictMode=c,Se.Suspense=h,Se.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=ae,Se.act=Y,Se.cloneElement=function(k,N,de){if(k==null)throw Error("React.cloneElement(...): The argument must be a React element, but you passed "+k+".");var ye=H({},k.props),me=k.key,Pe=k.ref,Re=k._owner;if(N!=null){if(N.ref!==void 0&&(Pe=N.ref,Re=Ee.current),N.key!==void 0&&(me=""+N.key),k.type&&k.type.defaultProps)var we=k.type.defaultProps;for(Ue in N)xe.call(N,Ue)&&!E.hasOwnProperty(Ue)&&(ye[Ue]=N[Ue]===void 0&&we!==void 0?we[Ue]:N[Ue])}var Ue=arguments.length-2;if(Ue===1)ye.children=de;else if(1<Ue){we=Array(Ue);for(var ct=0;ct<Ue;ct++)we[ct]=arguments[ct+2];ye.children=we}return{$$typeof:a,type:k.type,key:me,ref:Pe,props:ye,_owner:Re}},Se.createContext=function(k){return k={$$typeof:f,_currentValue:k,_currentValue2:k,_threadCount:0,Provider:null,Consumer:null,_defaultValue:null,_globalName:null},k.Provider={$$typeof:p,_context:k},k.Consumer=k},Se.createElement=J,Se.createFactory=function(k){var N=J.bind(null,k);return N.type=k,N},Se.createRef=function(){return{current:null}},Se.forwardRef=function(k){return{$$typeof:m,render:k}},Se.isValidElement=ie,Se.lazy=function(k){return{$$typeof:x,_payload:{_status:-1,_result:k},_init:et}},Se.memo=function(k,N){return{$$typeof:P,type:k,compare:N===void 0?null:N}},Se.startTransition=function(k){var N=B.transition;B.transition={};try{k()}finally{B.transition=N}},Se.unstable_act=Y,Se.useCallback=function(k,N){return Ie.current.useCallback(k,N)},Se.useContext=function(k){return Ie.current.useContext(k)},Se.useDebugValue=function(){},Se.useDeferredValue=function(k){return Ie.current.useDeferredValue(k)},Se.useEffect=function(k,N){return Ie.current.useEffect(k,N)},Se.useId=function(){return Ie.current.useId()},Se.useImperativeHandle=function(k,N,de){return Ie.current.useImperativeHandle(k,N,de)},Se.useInsertionEffect=function(k,N){return Ie.current.useInsertionEffect(k,N)},Se.useLayoutEffect=function(k,N){return Ie.current.useLayoutEffect(k,N)},Se.useMemo=function(k,N){return Ie.current.useMemo(k,N)},Se.useReducer=function(k,N,de){return Ie.current.useReducer(k,N,de)},Se.useRef=function(k){return Ie.current.useRef(k)},Se.useState=function(k){return Ie.current.useState(k)},Se.useSyncExternalStore=function(k,N,de){return Ie.current.useSyncExternalStore(k,N,de)},Se.useTransition=function(){return Ie.current.useTransition()},Se.version="18.3.1",Se}var ud;function El(){return ud||(ud=1,ul.exports=fg()),ul.exports}/**
11
+ * @license React
12
+ * react-jsx-runtime.production.min.js
13
+ *
14
+ * Copyright (c) Facebook, Inc. and its affiliates.
15
+ *
16
+ * This source code is licensed under the MIT license found in the
17
+ * LICENSE file in the root directory of this source tree.
18
+ */var dd;function gg(){if(dd)return Ga;dd=1;var a=El(),i=Symbol.for("react.element"),s=Symbol.for("react.fragment"),c=Object.prototype.hasOwnProperty,d=a.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,p={key:!0,ref:!0,__self:!0,__source:!0};function f(m,h,P){var x,C={},M=null,O=null;P!==void 0&&(M=""+P),h.key!==void 0&&(M=""+h.key),h.ref!==void 0&&(O=h.ref);for(x in h)c.call(h,x)&&!p.hasOwnProperty(x)&&(C[x]=h[x]);if(m&&m.defaultProps)for(x in h=m.defaultProps,h)C[x]===void 0&&(C[x]=h[x]);return{$$typeof:i,type:m,key:M,ref:O,props:C,_owner:d.current}}return Ga.Fragment=s,Ga.jsx=f,Ga.jsxs=f,Ga}var pd;function hg(){return pd||(pd=1,cl.exports=gg()),cl.exports}var L=hg(),hi={},dl={exports:{}},Et={},pl={exports:{}},fl={};/**
19
+ * @license React
20
+ * scheduler.production.min.js
21
+ *
22
+ * Copyright (c) Facebook, Inc. and its affiliates.
23
+ *
24
+ * This source code is licensed under the MIT license found in the
25
+ * LICENSE file in the root directory of this source tree.
26
+ */var fd;function mg(){return fd||(fd=1,(function(a){function i(B,ae){var Y=B.length;B.push(ae);e:for(;0<Y;){var k=Y-1>>>1,N=B[k];if(0<d(N,ae))B[k]=ae,B[Y]=N,Y=k;else break e}}function s(B){return B.length===0?null:B[0]}function c(B){if(B.length===0)return null;var ae=B[0],Y=B.pop();if(Y!==ae){B[0]=Y;e:for(var k=0,N=B.length,de=N>>>1;k<de;){var ye=2*(k+1)-1,me=B[ye],Pe=ye+1,Re=B[Pe];if(0>d(me,Y))Pe<N&&0>d(Re,me)?(B[k]=Re,B[Pe]=Y,k=Pe):(B[k]=me,B[ye]=Y,k=ye);else if(Pe<N&&0>d(Re,Y))B[k]=Re,B[Pe]=Y,k=Pe;else break e}}return ae}function d(B,ae){var Y=B.sortIndex-ae.sortIndex;return Y!==0?Y:B.id-ae.id}if(typeof performance=="object"&&typeof performance.now=="function"){var p=performance;a.unstable_now=function(){return p.now()}}else{var f=Date,m=f.now();a.unstable_now=function(){return f.now()-m}}var h=[],P=[],x=1,C=null,M=3,O=!1,H=!1,F=!1,U=typeof setTimeout=="function"?setTimeout:null,ge=typeof clearTimeout=="function"?clearTimeout:null,q=typeof setImmediate<"u"?setImmediate:null;typeof navigator<"u"&&navigator.scheduling!==void 0&&navigator.scheduling.isInputPending!==void 0&&navigator.scheduling.isInputPending.bind(navigator.scheduling);function ue(B){for(var ae=s(P);ae!==null;){if(ae.callback===null)c(P);else if(ae.startTime<=B)c(P),ae.sortIndex=ae.expirationTime,i(h,ae);else break;ae=s(P)}}function re(B){if(F=!1,ue(B),!H)if(s(h)!==null)H=!0,et(xe);else{var ae=s(P);ae!==null&&Ie(re,ae.startTime-B)}}function xe(B,ae){H=!1,F&&(F=!1,ge(J),J=-1),O=!0;var Y=M;try{for(ue(ae),C=s(h);C!==null&&(!(C.expirationTime>ae)||B&&!We());){var k=C.callback;if(typeof k=="function"){C.callback=null,M=C.priorityLevel;var N=k(C.expirationTime<=ae);ae=a.unstable_now(),typeof N=="function"?C.callback=N:C===s(h)&&c(h),ue(ae)}else c(h);C=s(h)}if(C!==null)var de=!0;else{var ye=s(P);ye!==null&&Ie(re,ye.startTime-ae),de=!1}return de}finally{C=null,M=Y,O=!1}}var Ee=!1,E=null,J=-1,ke=5,ie=-1;function We(){return!(a.unstable_now()-ie<ke)}function Te(){if(E!==null){var B=a.unstable_now();ie=B;var ae=!0;try{ae=E(!0,B)}finally{ae?ze():(Ee=!1,E=null)}}else Ee=!1}var ze;if(typeof q=="function")ze=function(){q(Te)};else if(typeof MessageChannel<"u"){var he=new MessageChannel,Ze=he.port2;he.port1.onmessage=Te,ze=function(){Ze.postMessage(null)}}else ze=function(){U(Te,0)};function et(B){E=B,Ee||(Ee=!0,ze())}function Ie(B,ae){J=U(function(){B(a.unstable_now())},ae)}a.unstable_IdlePriority=5,a.unstable_ImmediatePriority=1,a.unstable_LowPriority=4,a.unstable_NormalPriority=3,a.unstable_Profiling=null,a.unstable_UserBlockingPriority=2,a.unstable_cancelCallback=function(B){B.callback=null},a.unstable_continueExecution=function(){H||O||(H=!0,et(xe))},a.unstable_forceFrameRate=function(B){0>B||125<B?console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported"):ke=0<B?Math.floor(1e3/B):5},a.unstable_getCurrentPriorityLevel=function(){return M},a.unstable_getFirstCallbackNode=function(){return s(h)},a.unstable_next=function(B){switch(M){case 1:case 2:case 3:var ae=3;break;default:ae=M}var Y=M;M=ae;try{return B()}finally{M=Y}},a.unstable_pauseExecution=function(){},a.unstable_requestPaint=function(){},a.unstable_runWithPriority=function(B,ae){switch(B){case 1:case 2:case 3:case 4:case 5:break;default:B=3}var Y=M;M=B;try{return ae()}finally{M=Y}},a.unstable_scheduleCallback=function(B,ae,Y){var k=a.unstable_now();switch(typeof Y=="object"&&Y!==null?(Y=Y.delay,Y=typeof Y=="number"&&0<Y?k+Y:k):Y=k,B){case 1:var N=-1;break;case 2:N=250;break;case 5:N=1073741823;break;case 4:N=1e4;break;default:N=5e3}return N=Y+N,B={id:x++,callback:ae,priorityLevel:B,startTime:Y,expirationTime:N,sortIndex:-1},Y>k?(B.sortIndex=Y,i(P,B),s(h)===null&&B===s(P)&&(F?(ge(J),J=-1):F=!0,Ie(re,Y-k))):(B.sortIndex=N,i(h,B),H||O||(H=!0,et(xe))),B},a.unstable_shouldYield=We,a.unstable_wrapCallback=function(B){var ae=M;return function(){var Y=M;M=ae;try{return B.apply(this,arguments)}finally{M=Y}}}})(fl)),fl}var gd;function yg(){return gd||(gd=1,pl.exports=mg()),pl.exports}/**
27
+ * @license React
28
+ * react-dom.production.min.js
29
+ *
30
+ * Copyright (c) Facebook, Inc. and its affiliates.
31
+ *
32
+ * This source code is licensed under the MIT license found in the
33
+ * LICENSE file in the root directory of this source tree.
34
+ */var hd;function vg(){if(hd)return Et;hd=1;var a=El(),i=yg();function s(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,o=1;o<arguments.length;o++)t+="&args[]="+encodeURIComponent(arguments[o]);return"Minified React error #"+e+"; visit "+t+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var c=new Set,d={};function p(e,t){f(e,t),f(e+"Capture",t)}function f(e,t){for(d[e]=t,e=0;e<t.length;e++)c.add(t[e])}var m=!(typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"),h=Object.prototype.hasOwnProperty,P=/^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/,x={},C={};function M(e){return h.call(C,e)?!0:h.call(x,e)?!1:P.test(e)?C[e]=!0:(x[e]=!0,!1)}function O(e,t,o,n){if(o!==null&&o.type===0)return!1;switch(typeof t){case"function":case"symbol":return!0;case"boolean":return n?!1:o!==null?!o.acceptsBooleans:(e=e.toLowerCase().slice(0,5),e!=="data-"&&e!=="aria-");default:return!1}}function H(e,t,o,n){if(t===null||typeof t>"u"||O(e,t,o,n))return!0;if(n)return!1;if(o!==null)switch(o.type){case 3:return!t;case 4:return t===!1;case 5:return isNaN(t);case 6:return isNaN(t)||1>t}return!1}function F(e,t,o,n,r,l,u){this.acceptsBooleans=t===2||t===3||t===4,this.attributeName=n,this.attributeNamespace=r,this.mustUseProperty=o,this.propertyName=e,this.type=t,this.sanitizeURL=l,this.removeEmptyString=u}var U={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(e){U[e]=new F(e,0,!1,e,null,!1,!1)}),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(e){var t=e[0];U[t]=new F(t,1,!1,e[1],null,!1,!1)}),["contentEditable","draggable","spellCheck","value"].forEach(function(e){U[e]=new F(e,2,!1,e.toLowerCase(),null,!1,!1)}),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(e){U[e]=new F(e,2,!1,e,null,!1,!1)}),"allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture disableRemotePlayback formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope".split(" ").forEach(function(e){U[e]=new F(e,3,!1,e.toLowerCase(),null,!1,!1)}),["checked","multiple","muted","selected"].forEach(function(e){U[e]=new F(e,3,!0,e,null,!1,!1)}),["capture","download"].forEach(function(e){U[e]=new F(e,4,!1,e,null,!1,!1)}),["cols","rows","size","span"].forEach(function(e){U[e]=new F(e,6,!1,e,null,!1,!1)}),["rowSpan","start"].forEach(function(e){U[e]=new F(e,5,!1,e.toLowerCase(),null,!1,!1)});var ge=/[\-:]([a-z])/g;function q(e){return e[1].toUpperCase()}"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height".split(" ").forEach(function(e){var t=e.replace(ge,q);U[t]=new F(t,1,!1,e,null,!1,!1)}),"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(e){var t=e.replace(ge,q);U[t]=new F(t,1,!1,e,"http://www.w3.org/1999/xlink",!1,!1)}),["xml:base","xml:lang","xml:space"].forEach(function(e){var t=e.replace(ge,q);U[t]=new F(t,1,!1,e,"http://www.w3.org/XML/1998/namespace",!1,!1)}),["tabIndex","crossOrigin"].forEach(function(e){U[e]=new F(e,1,!1,e.toLowerCase(),null,!1,!1)}),U.xlinkHref=new F("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1),["src","href","action","formAction"].forEach(function(e){U[e]=new F(e,1,!1,e.toLowerCase(),null,!0,!0)});function ue(e,t,o,n){var r=U.hasOwnProperty(t)?U[t]:null;(r!==null?r.type!==0:n||!(2<t.length)||t[0]!=="o"&&t[0]!=="O"||t[1]!=="n"&&t[1]!=="N")&&(H(t,o,r,n)&&(o=null),n||r===null?M(t)&&(o===null?e.removeAttribute(t):e.setAttribute(t,""+o)):r.mustUseProperty?e[r.propertyName]=o===null?r.type===3?!1:"":o:(t=r.attributeName,n=r.attributeNamespace,o===null?e.removeAttribute(t):(r=r.type,o=r===3||r===4&&o===!0?"":""+o,n?e.setAttributeNS(n,t,o):e.setAttribute(t,o))))}var re=a.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,xe=Symbol.for("react.element"),Ee=Symbol.for("react.portal"),E=Symbol.for("react.fragment"),J=Symbol.for("react.strict_mode"),ke=Symbol.for("react.profiler"),ie=Symbol.for("react.provider"),We=Symbol.for("react.context"),Te=Symbol.for("react.forward_ref"),ze=Symbol.for("react.suspense"),he=Symbol.for("react.suspense_list"),Ze=Symbol.for("react.memo"),et=Symbol.for("react.lazy"),Ie=Symbol.for("react.offscreen"),B=Symbol.iterator;function ae(e){return e===null||typeof e!="object"?null:(e=B&&e[B]||e["@@iterator"],typeof e=="function"?e:null)}var Y=Object.assign,k;function N(e){if(k===void 0)try{throw Error()}catch(o){var t=o.stack.trim().match(/\n( *(at )?)/);k=t&&t[1]||""}return`
35
+ `+k+e}var de=!1;function ye(e,t){if(!e||de)return"";de=!0;var o=Error.prepareStackTrace;Error.prepareStackTrace=void 0;try{if(t)if(t=function(){throw Error()},Object.defineProperty(t.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(t,[])}catch(j){var n=j}Reflect.construct(e,[],t)}else{try{t.call()}catch(j){n=j}e.call(t.prototype)}else{try{throw Error()}catch(j){n=j}e()}}catch(j){if(j&&n&&typeof j.stack=="string"){for(var r=j.stack.split(`
36
+ `),l=n.stack.split(`
37
+ `),u=r.length-1,g=l.length-1;1<=u&&0<=g&&r[u]!==l[g];)g--;for(;1<=u&&0<=g;u--,g--)if(r[u]!==l[g]){if(u!==1||g!==1)do if(u--,g--,0>g||r[u]!==l[g]){var v=`
38
+ `+r[u].replace(" at new "," at ");return e.displayName&&v.includes("<anonymous>")&&(v=v.replace("<anonymous>",e.displayName)),v}while(1<=u&&0<=g);break}}}finally{de=!1,Error.prepareStackTrace=o}return(e=e?e.displayName||e.name:"")?N(e):""}function me(e){switch(e.tag){case 5:return N(e.type);case 16:return N("Lazy");case 13:return N("Suspense");case 19:return N("SuspenseList");case 0:case 2:case 15:return e=ye(e.type,!1),e;case 11:return e=ye(e.type.render,!1),e;case 1:return e=ye(e.type,!0),e;default:return""}}function Pe(e){if(e==null)return null;if(typeof e=="function")return e.displayName||e.name||null;if(typeof e=="string")return e;switch(e){case E:return"Fragment";case Ee:return"Portal";case ke:return"Profiler";case J:return"StrictMode";case ze:return"Suspense";case he:return"SuspenseList"}if(typeof e=="object")switch(e.$$typeof){case We:return(e.displayName||"Context")+".Consumer";case ie:return(e._context.displayName||"Context")+".Provider";case Te:var t=e.render;return e=e.displayName,e||(e=t.displayName||t.name||"",e=e!==""?"ForwardRef("+e+")":"ForwardRef"),e;case Ze:return t=e.displayName||null,t!==null?t:Pe(e.type)||"Memo";case et:t=e._payload,e=e._init;try{return Pe(e(t))}catch{}}return null}function Re(e){var t=e.type;switch(e.tag){case 24:return"Cache";case 9:return(t.displayName||"Context")+".Consumer";case 10:return(t._context.displayName||"Context")+".Provider";case 18:return"DehydratedFragment";case 11:return e=t.render,e=e.displayName||e.name||"",t.displayName||(e!==""?"ForwardRef("+e+")":"ForwardRef");case 7:return"Fragment";case 5:return t;case 4:return"Portal";case 3:return"Root";case 6:return"Text";case 16:return Pe(t);case 8:return t===J?"StrictMode":"Mode";case 22:return"Offscreen";case 12:return"Profiler";case 21:return"Scope";case 13:return"Suspense";case 19:return"SuspenseList";case 25:return"TracingMarker";case 1:case 0:case 17:case 2:case 14:case 15:if(typeof t=="function")return t.displayName||t.name||null;if(typeof t=="string")return t}return null}function we(e){switch(typeof e){case"boolean":case"number":case"string":case"undefined":return e;case"object":return e;default:return""}}function Ue(e){var t=e.type;return(e=e.nodeName)&&e.toLowerCase()==="input"&&(t==="checkbox"||t==="radio")}function ct(e){var t=Ue(e)?"checked":"value",o=Object.getOwnPropertyDescriptor(e.constructor.prototype,t),n=""+e[t];if(!e.hasOwnProperty(t)&&typeof o<"u"&&typeof o.get=="function"&&typeof o.set=="function"){var r=o.get,l=o.set;return Object.defineProperty(e,t,{configurable:!0,get:function(){return r.call(this)},set:function(u){n=""+u,l.call(this,u)}}),Object.defineProperty(e,t,{enumerable:o.enumerable}),{getValue:function(){return n},setValue:function(u){n=""+u},stopTracking:function(){e._valueTracker=null,delete e[t]}}}}function Mo(e){e._valueTracker||(e._valueTracker=ct(e))}function tt(e){if(!e)return!1;var t=e._valueTracker;if(!t)return!0;var o=t.getValue(),n="";return e&&(n=Ue(e)?e.checked?"true":"false":e.value),e=n,e!==o?(t.setValue(e),!0):!1}function Tt(e){if(e=e||(typeof document<"u"?document:void 0),typeof e>"u")return null;try{return e.activeElement||e.body}catch{return e.body}}function No(e,t){var o=t.checked;return Y({},t,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:o??e._wrapperState.initialChecked})}function Ln(e,t){var o=t.defaultValue==null?"":t.defaultValue,n=t.checked!=null?t.checked:t.defaultChecked;o=we(t.value!=null?t.value:o),e._wrapperState={initialChecked:n,initialValue:o,controlled:t.type==="checkbox"||t.type==="radio"?t.checked!=null:t.value!=null}}function Mt(e,t){t=t.checked,t!=null&&ue(e,"checked",t,!1)}function Lo(e,t){Mt(e,t);var o=we(t.value),n=t.type;if(o!=null)n==="number"?(o===0&&e.value===""||e.value!=o)&&(e.value=""+o):e.value!==""+o&&(e.value=""+o);else if(n==="submit"||n==="reset"){e.removeAttribute("value");return}t.hasOwnProperty("value")?fo(e,t.type,o):t.hasOwnProperty("defaultValue")&&fo(e,t.type,we(t.defaultValue)),t.checked==null&&t.defaultChecked!=null&&(e.defaultChecked=!!t.defaultChecked)}function un(e,t,o){if(t.hasOwnProperty("value")||t.hasOwnProperty("defaultValue")){var n=t.type;if(!(n!=="submit"&&n!=="reset"||t.value!==void 0&&t.value!==null))return;t=""+e._wrapperState.initialValue,o||t===e.value||(e.value=t),e.defaultValue=t}o=e.name,o!==""&&(e.name=""),e.defaultChecked=!!e._wrapperState.initialChecked,o!==""&&(e.name=o)}function fo(e,t,o){(t!=="number"||Tt(e.ownerDocument)!==e)&&(o==null?e.defaultValue=""+e._wrapperState.initialValue:e.defaultValue!==""+o&&(e.defaultValue=""+o))}var pe=Array.isArray;function Ge(e,t,o,n){if(e=e.options,t){t={};for(var r=0;r<o.length;r++)t["$"+o[r]]=!0;for(o=0;o<e.length;o++)r=t.hasOwnProperty("$"+e[o].value),e[o].selected!==r&&(e[o].selected=r),r&&n&&(e[o].defaultSelected=!0)}else{for(o=""+we(o),t=null,r=0;r<e.length;r++){if(e[r].value===o){e[r].selected=!0,n&&(e[r].defaultSelected=!0);return}t!==null||e[r].disabled||(t=e[r])}t!==null&&(t.selected=!0)}}function ft(e,t){if(t.dangerouslySetInnerHTML!=null)throw Error(s(91));return Y({},t,{value:void 0,defaultValue:void 0,children:""+e._wrapperState.initialValue})}function An(e,t){var o=t.value;if(o==null){if(o=t.children,t=t.defaultValue,o!=null){if(t!=null)throw Error(s(92));if(pe(o)){if(1<o.length)throw Error(s(93));o=o[0]}t=o}t==null&&(t=""),o=t}e._wrapperState={initialValue:we(o)}}function to(e,t){var o=we(t.value),n=we(t.defaultValue);o!=null&&(o=""+o,o!==e.value&&(e.value=o),t.defaultValue==null&&e.defaultValue!==o&&(e.defaultValue=o)),n!=null&&(e.defaultValue=""+n)}function Ao(e){var t=e.textContent;t===e._wrapperState.initialValue&&t!==""&&t!==null&&(e.value=t)}function da(e){switch(e){case"svg":return"http://www.w3.org/2000/svg";case"math":return"http://www.w3.org/1998/Math/MathML";default:return"http://www.w3.org/1999/xhtml"}}function dn(e,t){return e==null||e==="http://www.w3.org/1999/xhtml"?da(t):e==="http://www.w3.org/2000/svg"&&t==="foreignObject"?"http://www.w3.org/1999/xhtml":e}var Nt,Ft=(function(e){return typeof MSApp<"u"&&MSApp.execUnsafeLocalFunction?function(t,o,n,r){MSApp.execUnsafeLocalFunction(function(){return e(t,o,n,r)})}:e})(function(e,t){if(e.namespaceURI!=="http://www.w3.org/2000/svg"||"innerHTML"in e)e.innerHTML=t;else{for(Nt=Nt||document.createElement("div"),Nt.innerHTML="<svg>"+t.valueOf().toString()+"</svg>",t=Nt.firstChild;e.firstChild;)e.removeChild(e.firstChild);for(;t.firstChild;)e.appendChild(t.firstChild)}});function Do(e,t){if(t){var o=e.firstChild;if(o&&o===e.lastChild&&o.nodeType===3){o.nodeValue=t;return}}e.textContent=t}var oo={animationIterationCount:!0,aspectRatio:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},Ei=["Webkit","ms","Moz","O"];Object.keys(oo).forEach(function(e){Ei.forEach(function(t){t=t+e.charAt(0).toUpperCase()+e.substring(1),oo[t]=oo[e]})});function qt(e,t,o){return t==null||typeof t=="boolean"||t===""?"":o||typeof t!="number"||t===0||oo.hasOwnProperty(e)&&oo[e]?(""+t).trim():t+"px"}function pa(e,t){e=e.style;for(var o in t)if(t.hasOwnProperty(o)){var n=o.indexOf("--")===0,r=qt(o,t[o],n);o==="float"&&(o="cssFloat"),n?e.setProperty(o,r):e[o]=r}}var sr=Y({menuitem:!0},{area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0});function Dn(e,t){if(t){if(sr[e]&&(t.children!=null||t.dangerouslySetInnerHTML!=null))throw Error(s(137,e));if(t.dangerouslySetInnerHTML!=null){if(t.children!=null)throw Error(s(60));if(typeof t.dangerouslySetInnerHTML!="object"||!("__html"in t.dangerouslySetInnerHTML))throw Error(s(61))}if(t.style!=null&&typeof t.style!="object")throw Error(s(62))}}function fa(e,t){if(e.indexOf("-")===-1)return typeof t.is=="string";switch(e){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return!1;default:return!0}}var zn=null;function zo(e){return e=e.target||e.srcElement||window,e.correspondingUseElement&&(e=e.correspondingUseElement),e.nodeType===3?e.parentNode:e}var In=null,no=null,ao=null;function lr(e){if(e=Da(e)){if(typeof In!="function")throw Error(s(280));var t=e.stateNode;t&&(t=Tr(t),In(e.stateNode,e.type,t))}}function ga(e){no?ao?ao.push(e):ao=[e]:no=e}function cr(){if(no){var e=no,t=ao;if(ao=no=null,lr(e),t)for(e=0;e<t.length;e++)lr(t[e])}}function ha(e,t){return e(t)}function pn(){}var Io=!1;function ur(e,t,o){if(Io)return e(t,o);Io=!0;try{return ha(e,t,o)}finally{Io=!1,(no!==null||ao!==null)&&(pn(),cr())}}function fn(e,t){var o=e.stateNode;if(o===null)return null;var n=Tr(o);if(n===null)return null;o=n[t];e:switch(t){case"onClick":case"onClickCapture":case"onDoubleClick":case"onDoubleClickCapture":case"onMouseDown":case"onMouseDownCapture":case"onMouseMove":case"onMouseMoveCapture":case"onMouseUp":case"onMouseUpCapture":case"onMouseEnter":(n=!n.disabled)||(e=e.type,n=!(e==="button"||e==="input"||e==="select"||e==="textarea")),e=!n;break e;default:e=!1}if(e)return null;if(o&&typeof o!="function")throw Error(s(231,t,typeof o));return o}var y=!1;if(m)try{var S={};Object.defineProperty(S,"passive",{get:function(){y=!0}}),window.addEventListener("test",S,S),window.removeEventListener("test",S,S)}catch{y=!1}function _(e,t,o,n,r,l,u,g,v){var j=Array.prototype.slice.call(arguments,3);try{t.apply(o,j)}catch(z){this.onError(z)}}var A=!1,V=null,ne=!1,ce=null,X={onError:function(e){A=!0,V=e}};function ee(e,t,o,n,r,l,u,g,v){A=!1,V=null,_.apply(X,arguments)}function $(e,t,o,n,r,l,u,g,v){if(ee.apply(this,arguments),A){if(A){var j=V;A=!1,V=null}else throw Error(s(198));ne||(ne=!0,ce=j)}}function G(e){var t=e,o=e;if(e.alternate)for(;t.return;)t=t.return;else{e=t;do t=e,(t.flags&4098)!==0&&(o=t.return),e=t.return;while(e)}return t.tag===3?o:null}function ve(e){if(e.tag===13){var t=e.memoizedState;if(t===null&&(e=e.alternate,e!==null&&(t=e.memoizedState)),t!==null)return t.dehydrated}return null}function Ce(e){if(G(e)!==e)throw Error(s(188))}function it(e){var t=e.alternate;if(!t){if(t=G(e),t===null)throw Error(s(188));return t!==e?null:e}for(var o=e,n=t;;){var r=o.return;if(r===null)break;var l=r.alternate;if(l===null){if(n=r.return,n!==null){o=n;continue}break}if(r.child===l.child){for(l=r.child;l;){if(l===o)return Ce(r),e;if(l===n)return Ce(r),t;l=l.sibling}throw Error(s(188))}if(o.return!==n.return)o=r,n=l;else{for(var u=!1,g=r.child;g;){if(g===o){u=!0,o=r,n=l;break}if(g===n){u=!0,n=r,o=l;break}g=g.sibling}if(!u){for(g=l.child;g;){if(g===o){u=!0,o=l,n=r;break}if(g===n){u=!0,n=l,o=r;break}g=g.sibling}if(!u)throw Error(s(189))}}if(o.alternate!==n)throw Error(s(190))}if(o.tag!==3)throw Error(s(188));return o.stateNode.current===o?e:t}function Oe(e){return e=it(e),e!==null?_e(e):null}function _e(e){if(e.tag===5||e.tag===6)return e;for(e=e.child;e!==null;){var t=_e(e);if(t!==null)return t;e=e.sibling}return null}var Ye=i.unstable_scheduleCallback,go=i.unstable_cancelCallback,gn=i.unstable_shouldYield,Kt=i.unstable_requestPaint,Le=i.unstable_now,ma=i.unstable_getCurrentPriorityLevel,ho=i.unstable_ImmediatePriority,ro=i.unstable_UserBlockingPriority,mo=i.unstable_NormalPriority,On=i.unstable_LowPriority,je=i.unstable_IdlePriority,He=null,gt=null;function hn(e){if(gt&&typeof gt.onCommitFiberRoot=="function")try{gt.onCommitFiberRoot(He,e,void 0,(e.current.flags&128)===128)}catch{}}var Ae=Math.clz32?Math.clz32:_i,Oo=Math.log,dr=Math.LN2;function _i(e){return e>>>=0,e===0?32:31-(Oo(e)/dr|0)|0}var pr=64,fr=4194304;function ya(e){switch(e&-e){case 1:return 1;case 2:return 2;case 4:return 4;case 8:return 8;case 16:return 16;case 32:return 32;case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return e&4194240;case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:return e&130023424;case 134217728:return 134217728;case 268435456:return 268435456;case 536870912:return 536870912;case 1073741824:return 1073741824;default:return e}}function gr(e,t){var o=e.pendingLanes;if(o===0)return 0;var n=0,r=e.suspendedLanes,l=e.pingedLanes,u=o&268435455;if(u!==0){var g=u&~r;g!==0?n=ya(g):(l&=u,l!==0&&(n=ya(l)))}else u=o&~r,u!==0?n=ya(u):l!==0&&(n=ya(l));if(n===0)return 0;if(t!==0&&t!==n&&(t&r)===0&&(r=n&-n,l=t&-t,r>=l||r===16&&(l&4194240)!==0))return t;if((n&4)!==0&&(n|=o&16),t=e.entangledLanes,t!==0)for(e=e.entanglements,t&=n;0<t;)o=31-Ae(t),r=1<<o,n|=e[o],t&=~r;return n}function _p(e,t){switch(e){case 1:case 2:case 4:return t+250;case 8:case 16:case 32:case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return t+5e3;case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:return-1;case 134217728:case 268435456:case 536870912:case 1073741824:return-1;default:return-1}}function Tp(e,t){for(var o=e.suspendedLanes,n=e.pingedLanes,r=e.expirationTimes,l=e.pendingLanes;0<l;){var u=31-Ae(l),g=1<<u,v=r[u];v===-1?((g&o)===0||(g&n)!==0)&&(r[u]=_p(g,t)):v<=t&&(e.expiredLanes|=g),l&=~g}}function Ti(e){return e=e.pendingLanes&-1073741825,e!==0?e:e&1073741824?1073741824:0}function Bl(){var e=pr;return pr<<=1,(pr&4194240)===0&&(pr=64),e}function Mi(e){for(var t=[],o=0;31>o;o++)t.push(e);return t}function va(e,t,o){e.pendingLanes|=t,t!==536870912&&(e.suspendedLanes=0,e.pingedLanes=0),e=e.eventTimes,t=31-Ae(t),e[t]=o}function Mp(e,t){var o=e.pendingLanes&~t;e.pendingLanes=t,e.suspendedLanes=0,e.pingedLanes=0,e.expiredLanes&=t,e.mutableReadLanes&=t,e.entangledLanes&=t,t=e.entanglements;var n=e.eventTimes;for(e=e.expirationTimes;0<o;){var r=31-Ae(o),l=1<<r;t[r]=0,n[r]=-1,e[r]=-1,o&=~l}}function Ni(e,t){var o=e.entangledLanes|=t;for(e=e.entanglements;o;){var n=31-Ae(o),r=1<<n;r&t|e[n]&t&&(e[n]|=t),o&=~r}}var Fe=0;function Wl(e){return e&=-e,1<e?4<e?(e&268435455)!==0?16:536870912:4:1}var Ul,Li,Hl,Vl,Yl,Ai=!1,hr=[],Fo=null,Bo=null,Wo=null,Pa=new Map,wa=new Map,Uo=[],Np="mousedown mouseup touchcancel touchend touchstart auxclick dblclick pointercancel pointerdown pointerup dragend dragstart drop compositionend compositionstart keydown keypress keyup input textInput copy cut paste click change contextmenu reset submit".split(" ");function ql(e,t){switch(e){case"focusin":case"focusout":Fo=null;break;case"dragenter":case"dragleave":Bo=null;break;case"mouseover":case"mouseout":Wo=null;break;case"pointerover":case"pointerout":Pa.delete(t.pointerId);break;case"gotpointercapture":case"lostpointercapture":wa.delete(t.pointerId)}}function ka(e,t,o,n,r,l){return e===null||e.nativeEvent!==l?(e={blockedOn:t,domEventName:o,eventSystemFlags:n,nativeEvent:l,targetContainers:[r]},t!==null&&(t=Da(t),t!==null&&Li(t)),e):(e.eventSystemFlags|=n,t=e.targetContainers,r!==null&&t.indexOf(r)===-1&&t.push(r),e)}function Lp(e,t,o,n,r){switch(t){case"focusin":return Fo=ka(Fo,e,t,o,n,r),!0;case"dragenter":return Bo=ka(Bo,e,t,o,n,r),!0;case"mouseover":return Wo=ka(Wo,e,t,o,n,r),!0;case"pointerover":var l=r.pointerId;return Pa.set(l,ka(Pa.get(l)||null,e,t,o,n,r)),!0;case"gotpointercapture":return l=r.pointerId,wa.set(l,ka(wa.get(l)||null,e,t,o,n,r)),!0}return!1}function Kl(e){var t=mn(e.target);if(t!==null){var o=G(t);if(o!==null){if(t=o.tag,t===13){if(t=ve(o),t!==null){e.blockedOn=t,Yl(e.priority,function(){Hl(o)});return}}else if(t===3&&o.stateNode.current.memoizedState.isDehydrated){e.blockedOn=o.tag===3?o.stateNode.containerInfo:null;return}}}e.blockedOn=null}function mr(e){if(e.blockedOn!==null)return!1;for(var t=e.targetContainers;0<t.length;){var o=zi(e.domEventName,e.eventSystemFlags,t[0],e.nativeEvent);if(o===null){o=e.nativeEvent;var n=new o.constructor(o.type,o);zn=n,o.target.dispatchEvent(n),zn=null}else return t=Da(o),t!==null&&Li(t),e.blockedOn=o,!1;t.shift()}return!0}function $l(e,t,o){mr(e)&&o.delete(t)}function Ap(){Ai=!1,Fo!==null&&mr(Fo)&&(Fo=null),Bo!==null&&mr(Bo)&&(Bo=null),Wo!==null&&mr(Wo)&&(Wo=null),Pa.forEach($l),wa.forEach($l)}function Sa(e,t){e.blockedOn===t&&(e.blockedOn=null,Ai||(Ai=!0,i.unstable_scheduleCallback(i.unstable_NormalPriority,Ap)))}function ba(e){function t(r){return Sa(r,e)}if(0<hr.length){Sa(hr[0],e);for(var o=1;o<hr.length;o++){var n=hr[o];n.blockedOn===e&&(n.blockedOn=null)}}for(Fo!==null&&Sa(Fo,e),Bo!==null&&Sa(Bo,e),Wo!==null&&Sa(Wo,e),Pa.forEach(t),wa.forEach(t),o=0;o<Uo.length;o++)n=Uo[o],n.blockedOn===e&&(n.blockedOn=null);for(;0<Uo.length&&(o=Uo[0],o.blockedOn===null);)Kl(o),o.blockedOn===null&&Uo.shift()}var Fn=re.ReactCurrentBatchConfig,yr=!0;function Dp(e,t,o,n){var r=Fe,l=Fn.transition;Fn.transition=null;try{Fe=1,Di(e,t,o,n)}finally{Fe=r,Fn.transition=l}}function zp(e,t,o,n){var r=Fe,l=Fn.transition;Fn.transition=null;try{Fe=4,Di(e,t,o,n)}finally{Fe=r,Fn.transition=l}}function Di(e,t,o,n){if(yr){var r=zi(e,t,o,n);if(r===null)Zi(e,t,n,vr,o),ql(e,n);else if(Lp(r,e,t,o,n))n.stopPropagation();else if(ql(e,n),t&4&&-1<Np.indexOf(e)){for(;r!==null;){var l=Da(r);if(l!==null&&Ul(l),l=zi(e,t,o,n),l===null&&Zi(e,t,n,vr,o),l===r)break;r=l}r!==null&&n.stopPropagation()}else Zi(e,t,n,null,o)}}var vr=null;function zi(e,t,o,n){if(vr=null,e=zo(n),e=mn(e),e!==null)if(t=G(e),t===null)e=null;else if(o=t.tag,o===13){if(e=ve(t),e!==null)return e;e=null}else if(o===3){if(t.stateNode.current.memoizedState.isDehydrated)return t.tag===3?t.stateNode.containerInfo:null;e=null}else t!==e&&(e=null);return vr=e,null}function Ql(e){switch(e){case"cancel":case"click":case"close":case"contextmenu":case"copy":case"cut":case"auxclick":case"dblclick":case"dragend":case"dragstart":case"drop":case"focusin":case"focusout":case"input":case"invalid":case"keydown":case"keypress":case"keyup":case"mousedown":case"mouseup":case"paste":case"pause":case"play":case"pointercancel":case"pointerdown":case"pointerup":case"ratechange":case"reset":case"resize":case"seeked":case"submit":case"touchcancel":case"touchend":case"touchstart":case"volumechange":case"change":case"selectionchange":case"textInput":case"compositionstart":case"compositionend":case"compositionupdate":case"beforeblur":case"afterblur":case"beforeinput":case"blur":case"fullscreenchange":case"focus":case"hashchange":case"popstate":case"select":case"selectstart":return 1;case"drag":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"mousemove":case"mouseout":case"mouseover":case"pointermove":case"pointerout":case"pointerover":case"scroll":case"toggle":case"touchmove":case"wheel":case"mouseenter":case"mouseleave":case"pointerenter":case"pointerleave":return 4;case"message":switch(ma()){case ho:return 1;case ro:return 4;case mo:case On:return 16;case je:return 536870912;default:return 16}default:return 16}}var Ho=null,Ii=null,Pr=null;function Gl(){if(Pr)return Pr;var e,t=Ii,o=t.length,n,r="value"in Ho?Ho.value:Ho.textContent,l=r.length;for(e=0;e<o&&t[e]===r[e];e++);var u=o-e;for(n=1;n<=u&&t[o-n]===r[l-n];n++);return Pr=r.slice(e,1<n?1-n:void 0)}function wr(e){var t=e.keyCode;return"charCode"in e?(e=e.charCode,e===0&&t===13&&(e=13)):e=t,e===10&&(e=13),32<=e||e===13?e:0}function kr(){return!0}function Jl(){return!1}function Lt(e){function t(o,n,r,l,u){this._reactName=o,this._targetInst=r,this.type=n,this.nativeEvent=l,this.target=u,this.currentTarget=null;for(var g in e)e.hasOwnProperty(g)&&(o=e[g],this[g]=o?o(l):l[g]);return this.isDefaultPrevented=(l.defaultPrevented!=null?l.defaultPrevented:l.returnValue===!1)?kr:Jl,this.isPropagationStopped=Jl,this}return Y(t.prototype,{preventDefault:function(){this.defaultPrevented=!0;var o=this.nativeEvent;o&&(o.preventDefault?o.preventDefault():typeof o.returnValue!="unknown"&&(o.returnValue=!1),this.isDefaultPrevented=kr)},stopPropagation:function(){var o=this.nativeEvent;o&&(o.stopPropagation?o.stopPropagation():typeof o.cancelBubble!="unknown"&&(o.cancelBubble=!0),this.isPropagationStopped=kr)},persist:function(){},isPersistent:kr}),t}var Bn={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(e){return e.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},Oi=Lt(Bn),xa=Y({},Bn,{view:0,detail:0}),Ip=Lt(xa),Fi,Bi,Ca,Sr=Y({},xa,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:Ui,button:0,buttons:0,relatedTarget:function(e){return e.relatedTarget===void 0?e.fromElement===e.srcElement?e.toElement:e.fromElement:e.relatedTarget},movementX:function(e){return"movementX"in e?e.movementX:(e!==Ca&&(Ca&&e.type==="mousemove"?(Fi=e.screenX-Ca.screenX,Bi=e.screenY-Ca.screenY):Bi=Fi=0,Ca=e),Fi)},movementY:function(e){return"movementY"in e?e.movementY:Bi}}),Xl=Lt(Sr),Op=Y({},Sr,{dataTransfer:0}),Fp=Lt(Op),Bp=Y({},xa,{relatedTarget:0}),Wi=Lt(Bp),Wp=Y({},Bn,{animationName:0,elapsedTime:0,pseudoElement:0}),Up=Lt(Wp),Hp=Y({},Bn,{clipboardData:function(e){return"clipboardData"in e?e.clipboardData:window.clipboardData}}),Vp=Lt(Hp),Yp=Y({},Bn,{data:0}),Zl=Lt(Yp),qp={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},Kp={8:"Backspace",9:"Tab",12:"Clear",13:"Enter",16:"Shift",17:"Control",18:"Alt",19:"Pause",20:"CapsLock",27:"Escape",32:" ",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"ArrowLeft",38:"ArrowUp",39:"ArrowRight",40:"ArrowDown",45:"Insert",46:"Delete",112:"F1",113:"F2",114:"F3",115:"F4",116:"F5",117:"F6",118:"F7",119:"F8",120:"F9",121:"F10",122:"F11",123:"F12",144:"NumLock",145:"ScrollLock",224:"Meta"},$p={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function Qp(e){var t=this.nativeEvent;return t.getModifierState?t.getModifierState(e):(e=$p[e])?!!t[e]:!1}function Ui(){return Qp}var Gp=Y({},xa,{key:function(e){if(e.key){var t=qp[e.key]||e.key;if(t!=="Unidentified")return t}return e.type==="keypress"?(e=wr(e),e===13?"Enter":String.fromCharCode(e)):e.type==="keydown"||e.type==="keyup"?Kp[e.keyCode]||"Unidentified":""},code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:Ui,charCode:function(e){return e.type==="keypress"?wr(e):0},keyCode:function(e){return e.type==="keydown"||e.type==="keyup"?e.keyCode:0},which:function(e){return e.type==="keypress"?wr(e):e.type==="keydown"||e.type==="keyup"?e.keyCode:0}}),Jp=Lt(Gp),Xp=Y({},Sr,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0}),ec=Lt(Xp),Zp=Y({},xa,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:Ui}),ef=Lt(Zp),tf=Y({},Bn,{propertyName:0,elapsedTime:0,pseudoElement:0}),of=Lt(tf),nf=Y({},Sr,{deltaX:function(e){return"deltaX"in e?e.deltaX:"wheelDeltaX"in e?-e.wheelDeltaX:0},deltaY:function(e){return"deltaY"in e?e.deltaY:"wheelDeltaY"in e?-e.wheelDeltaY:"wheelDelta"in e?-e.wheelDelta:0},deltaZ:0,deltaMode:0}),af=Lt(nf),rf=[9,13,27,32],Hi=m&&"CompositionEvent"in window,Ra=null;m&&"documentMode"in document&&(Ra=document.documentMode);var sf=m&&"TextEvent"in window&&!Ra,tc=m&&(!Hi||Ra&&8<Ra&&11>=Ra),oc=" ",nc=!1;function ac(e,t){switch(e){case"keyup":return rf.indexOf(t.keyCode)!==-1;case"keydown":return t.keyCode!==229;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function rc(e){return e=e.detail,typeof e=="object"&&"data"in e?e.data:null}var Wn=!1;function lf(e,t){switch(e){case"compositionend":return rc(t);case"keypress":return t.which!==32?null:(nc=!0,oc);case"textInput":return e=t.data,e===oc&&nc?null:e;default:return null}}function cf(e,t){if(Wn)return e==="compositionend"||!Hi&&ac(e,t)?(e=Gl(),Pr=Ii=Ho=null,Wn=!1,e):null;switch(e){case"paste":return null;case"keypress":if(!(t.ctrlKey||t.altKey||t.metaKey)||t.ctrlKey&&t.altKey){if(t.char&&1<t.char.length)return t.char;if(t.which)return String.fromCharCode(t.which)}return null;case"compositionend":return tc&&t.locale!=="ko"?null:t.data;default:return null}}var uf={color:!0,date:!0,datetime:!0,"datetime-local":!0,email:!0,month:!0,number:!0,password:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0};function ic(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t==="input"?!!uf[e.type]:t==="textarea"}function sc(e,t,o,n){ga(n),t=jr(t,"onChange"),0<t.length&&(o=new Oi("onChange","change",null,o,n),e.push({event:o,listeners:t}))}var ja=null,Ea=null;function df(e){Cc(e,0)}function br(e){var t=qn(e);if(tt(t))return e}function pf(e,t){if(e==="change")return t}var lc=!1;if(m){var Vi;if(m){var Yi="oninput"in document;if(!Yi){var cc=document.createElement("div");cc.setAttribute("oninput","return;"),Yi=typeof cc.oninput=="function"}Vi=Yi}else Vi=!1;lc=Vi&&(!document.documentMode||9<document.documentMode)}function uc(){ja&&(ja.detachEvent("onpropertychange",dc),Ea=ja=null)}function dc(e){if(e.propertyName==="value"&&br(Ea)){var t=[];sc(t,Ea,e,zo(e)),ur(df,t)}}function ff(e,t,o){e==="focusin"?(uc(),ja=t,Ea=o,ja.attachEvent("onpropertychange",dc)):e==="focusout"&&uc()}function gf(e){if(e==="selectionchange"||e==="keyup"||e==="keydown")return br(Ea)}function hf(e,t){if(e==="click")return br(t)}function mf(e,t){if(e==="input"||e==="change")return br(t)}function yf(e,t){return e===t&&(e!==0||1/e===1/t)||e!==e&&t!==t}var $t=typeof Object.is=="function"?Object.is:yf;function _a(e,t){if($t(e,t))return!0;if(typeof e!="object"||e===null||typeof t!="object"||t===null)return!1;var o=Object.keys(e),n=Object.keys(t);if(o.length!==n.length)return!1;for(n=0;n<o.length;n++){var r=o[n];if(!h.call(t,r)||!$t(e[r],t[r]))return!1}return!0}function pc(e){for(;e&&e.firstChild;)e=e.firstChild;return e}function fc(e,t){var o=pc(e);e=0;for(var n;o;){if(o.nodeType===3){if(n=e+o.textContent.length,e<=t&&n>=t)return{node:o,offset:t-e};e=n}e:{for(;o;){if(o.nextSibling){o=o.nextSibling;break e}o=o.parentNode}o=void 0}o=pc(o)}}function gc(e,t){return e&&t?e===t?!0:e&&e.nodeType===3?!1:t&&t.nodeType===3?gc(e,t.parentNode):"contains"in e?e.contains(t):e.compareDocumentPosition?!!(e.compareDocumentPosition(t)&16):!1:!1}function hc(){for(var e=window,t=Tt();t instanceof e.HTMLIFrameElement;){try{var o=typeof t.contentWindow.location.href=="string"}catch{o=!1}if(o)e=t.contentWindow;else break;t=Tt(e.document)}return t}function qi(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t&&(t==="input"&&(e.type==="text"||e.type==="search"||e.type==="tel"||e.type==="url"||e.type==="password")||t==="textarea"||e.contentEditable==="true")}function vf(e){var t=hc(),o=e.focusedElem,n=e.selectionRange;if(t!==o&&o&&o.ownerDocument&&gc(o.ownerDocument.documentElement,o)){if(n!==null&&qi(o)){if(t=n.start,e=n.end,e===void 0&&(e=t),"selectionStart"in o)o.selectionStart=t,o.selectionEnd=Math.min(e,o.value.length);else if(e=(t=o.ownerDocument||document)&&t.defaultView||window,e.getSelection){e=e.getSelection();var r=o.textContent.length,l=Math.min(n.start,r);n=n.end===void 0?l:Math.min(n.end,r),!e.extend&&l>n&&(r=n,n=l,l=r),r=fc(o,l);var u=fc(o,n);r&&u&&(e.rangeCount!==1||e.anchorNode!==r.node||e.anchorOffset!==r.offset||e.focusNode!==u.node||e.focusOffset!==u.offset)&&(t=t.createRange(),t.setStart(r.node,r.offset),e.removeAllRanges(),l>n?(e.addRange(t),e.extend(u.node,u.offset)):(t.setEnd(u.node,u.offset),e.addRange(t)))}}for(t=[],e=o;e=e.parentNode;)e.nodeType===1&&t.push({element:e,left:e.scrollLeft,top:e.scrollTop});for(typeof o.focus=="function"&&o.focus(),o=0;o<t.length;o++)e=t[o],e.element.scrollLeft=e.left,e.element.scrollTop=e.top}}var Pf=m&&"documentMode"in document&&11>=document.documentMode,Un=null,Ki=null,Ta=null,$i=!1;function mc(e,t,o){var n=o.window===o?o.document:o.nodeType===9?o:o.ownerDocument;$i||Un==null||Un!==Tt(n)||(n=Un,"selectionStart"in n&&qi(n)?n={start:n.selectionStart,end:n.selectionEnd}:(n=(n.ownerDocument&&n.ownerDocument.defaultView||window).getSelection(),n={anchorNode:n.anchorNode,anchorOffset:n.anchorOffset,focusNode:n.focusNode,focusOffset:n.focusOffset}),Ta&&_a(Ta,n)||(Ta=n,n=jr(Ki,"onSelect"),0<n.length&&(t=new Oi("onSelect","select",null,t,o),e.push({event:t,listeners:n}),t.target=Un)))}function xr(e,t){var o={};return o[e.toLowerCase()]=t.toLowerCase(),o["Webkit"+e]="webkit"+t,o["Moz"+e]="moz"+t,o}var Hn={animationend:xr("Animation","AnimationEnd"),animationiteration:xr("Animation","AnimationIteration"),animationstart:xr("Animation","AnimationStart"),transitionend:xr("Transition","TransitionEnd")},Qi={},yc={};m&&(yc=document.createElement("div").style,"AnimationEvent"in window||(delete Hn.animationend.animation,delete Hn.animationiteration.animation,delete Hn.animationstart.animation),"TransitionEvent"in window||delete Hn.transitionend.transition);function Cr(e){if(Qi[e])return Qi[e];if(!Hn[e])return e;var t=Hn[e],o;for(o in t)if(t.hasOwnProperty(o)&&o in yc)return Qi[e]=t[o];return e}var vc=Cr("animationend"),Pc=Cr("animationiteration"),wc=Cr("animationstart"),kc=Cr("transitionend"),Sc=new Map,bc="abort auxClick cancel canPlay canPlayThrough click close contextMenu copy cut drag dragEnd dragEnter dragExit dragLeave dragOver dragStart drop durationChange emptied encrypted ended error gotPointerCapture input invalid keyDown keyPress keyUp load loadedData loadedMetadata loadStart lostPointerCapture mouseDown mouseMove mouseOut mouseOver mouseUp paste pause play playing pointerCancel pointerDown pointerMove pointerOut pointerOver pointerUp progress rateChange reset resize seeked seeking stalled submit suspend timeUpdate touchCancel touchEnd touchStart volumeChange scroll toggle touchMove waiting wheel".split(" ");function Vo(e,t){Sc.set(e,t),p(t,[e])}for(var Gi=0;Gi<bc.length;Gi++){var Ji=bc[Gi],wf=Ji.toLowerCase(),kf=Ji[0].toUpperCase()+Ji.slice(1);Vo(wf,"on"+kf)}Vo(vc,"onAnimationEnd"),Vo(Pc,"onAnimationIteration"),Vo(wc,"onAnimationStart"),Vo("dblclick","onDoubleClick"),Vo("focusin","onFocus"),Vo("focusout","onBlur"),Vo(kc,"onTransitionEnd"),f("onMouseEnter",["mouseout","mouseover"]),f("onMouseLeave",["mouseout","mouseover"]),f("onPointerEnter",["pointerout","pointerover"]),f("onPointerLeave",["pointerout","pointerover"]),p("onChange","change click focusin focusout input keydown keyup selectionchange".split(" ")),p("onSelect","focusout contextmenu dragend focusin keydown keyup mousedown mouseup selectionchange".split(" ")),p("onBeforeInput",["compositionend","keypress","textInput","paste"]),p("onCompositionEnd","compositionend focusout keydown keypress keyup mousedown".split(" ")),p("onCompositionStart","compositionstart focusout keydown keypress keyup mousedown".split(" ")),p("onCompositionUpdate","compositionupdate focusout keydown keypress keyup mousedown".split(" "));var Ma="abort canplay canplaythrough durationchange emptied encrypted ended error loadeddata loadedmetadata loadstart pause play playing progress ratechange resize seeked seeking stalled suspend timeupdate volumechange waiting".split(" "),Sf=new Set("cancel close invalid load scroll toggle".split(" ").concat(Ma));function xc(e,t,o){var n=e.type||"unknown-event";e.currentTarget=o,$(n,t,void 0,e),e.currentTarget=null}function Cc(e,t){t=(t&4)!==0;for(var o=0;o<e.length;o++){var n=e[o],r=n.event;n=n.listeners;e:{var l=void 0;if(t)for(var u=n.length-1;0<=u;u--){var g=n[u],v=g.instance,j=g.currentTarget;if(g=g.listener,v!==l&&r.isPropagationStopped())break e;xc(r,g,j),l=v}else for(u=0;u<n.length;u++){if(g=n[u],v=g.instance,j=g.currentTarget,g=g.listener,v!==l&&r.isPropagationStopped())break e;xc(r,g,j),l=v}}}if(ne)throw e=ce,ne=!1,ce=null,e}function qe(e,t){var o=t[rs];o===void 0&&(o=t[rs]=new Set);var n=e+"__bubble";o.has(n)||(Rc(t,e,2,!1),o.add(n))}function Xi(e,t,o){var n=0;t&&(n|=4),Rc(o,e,n,t)}var Rr="_reactListening"+Math.random().toString(36).slice(2);function Na(e){if(!e[Rr]){e[Rr]=!0,c.forEach(function(o){o!=="selectionchange"&&(Sf.has(o)||Xi(o,!1,e),Xi(o,!0,e))});var t=e.nodeType===9?e:e.ownerDocument;t===null||t[Rr]||(t[Rr]=!0,Xi("selectionchange",!1,t))}}function Rc(e,t,o,n){switch(Ql(t)){case 1:var r=Dp;break;case 4:r=zp;break;default:r=Di}o=r.bind(null,t,o,e),r=void 0,!y||t!=="touchstart"&&t!=="touchmove"&&t!=="wheel"||(r=!0),n?r!==void 0?e.addEventListener(t,o,{capture:!0,passive:r}):e.addEventListener(t,o,!0):r!==void 0?e.addEventListener(t,o,{passive:r}):e.addEventListener(t,o,!1)}function Zi(e,t,o,n,r){var l=n;if((t&1)===0&&(t&2)===0&&n!==null)e:for(;;){if(n===null)return;var u=n.tag;if(u===3||u===4){var g=n.stateNode.containerInfo;if(g===r||g.nodeType===8&&g.parentNode===r)break;if(u===4)for(u=n.return;u!==null;){var v=u.tag;if((v===3||v===4)&&(v=u.stateNode.containerInfo,v===r||v.nodeType===8&&v.parentNode===r))return;u=u.return}for(;g!==null;){if(u=mn(g),u===null)return;if(v=u.tag,v===5||v===6){n=l=u;continue e}g=g.parentNode}}n=n.return}ur(function(){var j=l,z=zo(o),I=[];e:{var D=Sc.get(e);if(D!==void 0){var K=Oi,Z=e;switch(e){case"keypress":if(wr(o)===0)break e;case"keydown":case"keyup":K=Jp;break;case"focusin":Z="focus",K=Wi;break;case"focusout":Z="blur",K=Wi;break;case"beforeblur":case"afterblur":K=Wi;break;case"click":if(o.button===2)break e;case"auxclick":case"dblclick":case"mousedown":case"mousemove":case"mouseup":case"mouseout":case"mouseover":case"contextmenu":K=Xl;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":K=Fp;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":K=ef;break;case vc:case Pc:case wc:K=Up;break;case kc:K=of;break;case"scroll":K=Ip;break;case"wheel":K=af;break;case"copy":case"cut":case"paste":K=Vp;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":K=ec}var te=(t&4)!==0,nt=!te&&e==="scroll",b=te?D!==null?D+"Capture":null:D;te=[];for(var w=j,R;w!==null;){R=w;var W=R.stateNode;if(R.tag===5&&W!==null&&(R=W,b!==null&&(W=fn(w,b),W!=null&&te.push(La(w,W,R)))),nt)break;w=w.return}0<te.length&&(D=new K(D,Z,null,o,z),I.push({event:D,listeners:te}))}}if((t&7)===0){e:{if(D=e==="mouseover"||e==="pointerover",K=e==="mouseout"||e==="pointerout",D&&o!==zn&&(Z=o.relatedTarget||o.fromElement)&&(mn(Z)||Z[yo]))break e;if((K||D)&&(D=z.window===z?z:(D=z.ownerDocument)?D.defaultView||D.parentWindow:window,K?(Z=o.relatedTarget||o.toElement,K=j,Z=Z?mn(Z):null,Z!==null&&(nt=G(Z),Z!==nt||Z.tag!==5&&Z.tag!==6)&&(Z=null)):(K=null,Z=j),K!==Z)){if(te=Xl,W="onMouseLeave",b="onMouseEnter",w="mouse",(e==="pointerout"||e==="pointerover")&&(te=ec,W="onPointerLeave",b="onPointerEnter",w="pointer"),nt=K==null?D:qn(K),R=Z==null?D:qn(Z),D=new te(W,w+"leave",K,o,z),D.target=nt,D.relatedTarget=R,W=null,mn(z)===j&&(te=new te(b,w+"enter",Z,o,z),te.target=R,te.relatedTarget=nt,W=te),nt=W,K&&Z)t:{for(te=K,b=Z,w=0,R=te;R;R=Vn(R))w++;for(R=0,W=b;W;W=Vn(W))R++;for(;0<w-R;)te=Vn(te),w--;for(;0<R-w;)b=Vn(b),R--;for(;w--;){if(te===b||b!==null&&te===b.alternate)break t;te=Vn(te),b=Vn(b)}te=null}else te=null;K!==null&&jc(I,D,K,te,!1),Z!==null&&nt!==null&&jc(I,nt,Z,te,!0)}}e:{if(D=j?qn(j):window,K=D.nodeName&&D.nodeName.toLowerCase(),K==="select"||K==="input"&&D.type==="file")var oe=pf;else if(ic(D))if(lc)oe=mf;else{oe=gf;var se=ff}else(K=D.nodeName)&&K.toLowerCase()==="input"&&(D.type==="checkbox"||D.type==="radio")&&(oe=hf);if(oe&&(oe=oe(e,j))){sc(I,oe,o,z);break e}se&&se(e,D,j),e==="focusout"&&(se=D._wrapperState)&&se.controlled&&D.type==="number"&&fo(D,"number",D.value)}switch(se=j?qn(j):window,e){case"focusin":(ic(se)||se.contentEditable==="true")&&(Un=se,Ki=j,Ta=null);break;case"focusout":Ta=Ki=Un=null;break;case"mousedown":$i=!0;break;case"contextmenu":case"mouseup":case"dragend":$i=!1,mc(I,o,z);break;case"selectionchange":if(Pf)break;case"keydown":case"keyup":mc(I,o,z)}var le;if(Hi)e:{switch(e){case"compositionstart":var fe="onCompositionStart";break e;case"compositionend":fe="onCompositionEnd";break e;case"compositionupdate":fe="onCompositionUpdate";break e}fe=void 0}else Wn?ac(e,o)&&(fe="onCompositionEnd"):e==="keydown"&&o.keyCode===229&&(fe="onCompositionStart");fe&&(tc&&o.locale!=="ko"&&(Wn||fe!=="onCompositionStart"?fe==="onCompositionEnd"&&Wn&&(le=Gl()):(Ho=z,Ii="value"in Ho?Ho.value:Ho.textContent,Wn=!0)),se=jr(j,fe),0<se.length&&(fe=new Zl(fe,e,null,o,z),I.push({event:fe,listeners:se}),le?fe.data=le:(le=rc(o),le!==null&&(fe.data=le)))),(le=sf?lf(e,o):cf(e,o))&&(j=jr(j,"onBeforeInput"),0<j.length&&(z=new Zl("onBeforeInput","beforeinput",null,o,z),I.push({event:z,listeners:j}),z.data=le))}Cc(I,t)})}function La(e,t,o){return{instance:e,listener:t,currentTarget:o}}function jr(e,t){for(var o=t+"Capture",n=[];e!==null;){var r=e,l=r.stateNode;r.tag===5&&l!==null&&(r=l,l=fn(e,o),l!=null&&n.unshift(La(e,l,r)),l=fn(e,t),l!=null&&n.push(La(e,l,r))),e=e.return}return n}function Vn(e){if(e===null)return null;do e=e.return;while(e&&e.tag!==5);return e||null}function jc(e,t,o,n,r){for(var l=t._reactName,u=[];o!==null&&o!==n;){var g=o,v=g.alternate,j=g.stateNode;if(v!==null&&v===n)break;g.tag===5&&j!==null&&(g=j,r?(v=fn(o,l),v!=null&&u.unshift(La(o,v,g))):r||(v=fn(o,l),v!=null&&u.push(La(o,v,g)))),o=o.return}u.length!==0&&e.push({event:t,listeners:u})}var bf=/\r\n?/g,xf=/\u0000|\uFFFD/g;function Ec(e){return(typeof e=="string"?e:""+e).replace(bf,`
39
+ `).replace(xf,"")}function Er(e,t,o){if(t=Ec(t),Ec(e)!==t&&o)throw Error(s(425))}function _r(){}var es=null,ts=null;function os(e,t){return e==="textarea"||e==="noscript"||typeof t.children=="string"||typeof t.children=="number"||typeof t.dangerouslySetInnerHTML=="object"&&t.dangerouslySetInnerHTML!==null&&t.dangerouslySetInnerHTML.__html!=null}var ns=typeof setTimeout=="function"?setTimeout:void 0,Cf=typeof clearTimeout=="function"?clearTimeout:void 0,_c=typeof Promise=="function"?Promise:void 0,Rf=typeof queueMicrotask=="function"?queueMicrotask:typeof _c<"u"?function(e){return _c.resolve(null).then(e).catch(jf)}:ns;function jf(e){setTimeout(function(){throw e})}function as(e,t){var o=t,n=0;do{var r=o.nextSibling;if(e.removeChild(o),r&&r.nodeType===8)if(o=r.data,o==="/$"){if(n===0){e.removeChild(r),ba(t);return}n--}else o!=="$"&&o!=="$?"&&o!=="$!"||n++;o=r}while(o);ba(t)}function Yo(e){for(;e!=null;e=e.nextSibling){var t=e.nodeType;if(t===1||t===3)break;if(t===8){if(t=e.data,t==="$"||t==="$!"||t==="$?")break;if(t==="/$")return null}}return e}function Tc(e){e=e.previousSibling;for(var t=0;e;){if(e.nodeType===8){var o=e.data;if(o==="$"||o==="$!"||o==="$?"){if(t===0)return e;t--}else o==="/$"&&t++}e=e.previousSibling}return null}var Yn=Math.random().toString(36).slice(2),io="__reactFiber$"+Yn,Aa="__reactProps$"+Yn,yo="__reactContainer$"+Yn,rs="__reactEvents$"+Yn,Ef="__reactListeners$"+Yn,_f="__reactHandles$"+Yn;function mn(e){var t=e[io];if(t)return t;for(var o=e.parentNode;o;){if(t=o[yo]||o[io]){if(o=t.alternate,t.child!==null||o!==null&&o.child!==null)for(e=Tc(e);e!==null;){if(o=e[io])return o;e=Tc(e)}return t}e=o,o=e.parentNode}return null}function Da(e){return e=e[io]||e[yo],!e||e.tag!==5&&e.tag!==6&&e.tag!==13&&e.tag!==3?null:e}function qn(e){if(e.tag===5||e.tag===6)return e.stateNode;throw Error(s(33))}function Tr(e){return e[Aa]||null}var is=[],Kn=-1;function qo(e){return{current:e}}function Ke(e){0>Kn||(e.current=is[Kn],is[Kn]=null,Kn--)}function Ve(e,t){Kn++,is[Kn]=e.current,e.current=t}var Ko={},yt=qo(Ko),bt=qo(!1),yn=Ko;function $n(e,t){var o=e.type.contextTypes;if(!o)return Ko;var n=e.stateNode;if(n&&n.__reactInternalMemoizedUnmaskedChildContext===t)return n.__reactInternalMemoizedMaskedChildContext;var r={},l;for(l in o)r[l]=t[l];return n&&(e=e.stateNode,e.__reactInternalMemoizedUnmaskedChildContext=t,e.__reactInternalMemoizedMaskedChildContext=r),r}function xt(e){return e=e.childContextTypes,e!=null}function Mr(){Ke(bt),Ke(yt)}function Mc(e,t,o){if(yt.current!==Ko)throw Error(s(168));Ve(yt,t),Ve(bt,o)}function Nc(e,t,o){var n=e.stateNode;if(t=t.childContextTypes,typeof n.getChildContext!="function")return o;n=n.getChildContext();for(var r in n)if(!(r in t))throw Error(s(108,Re(e)||"Unknown",r));return Y({},o,n)}function Nr(e){return e=(e=e.stateNode)&&e.__reactInternalMemoizedMergedChildContext||Ko,yn=yt.current,Ve(yt,e),Ve(bt,bt.current),!0}function Lc(e,t,o){var n=e.stateNode;if(!n)throw Error(s(169));o?(e=Nc(e,t,yn),n.__reactInternalMemoizedMergedChildContext=e,Ke(bt),Ke(yt),Ve(yt,e)):Ke(bt),Ve(bt,o)}var vo=null,Lr=!1,ss=!1;function Ac(e){vo===null?vo=[e]:vo.push(e)}function Tf(e){Lr=!0,Ac(e)}function $o(){if(!ss&&vo!==null){ss=!0;var e=0,t=Fe;try{var o=vo;for(Fe=1;e<o.length;e++){var n=o[e];do n=n(!0);while(n!==null)}vo=null,Lr=!1}catch(r){throw vo!==null&&(vo=vo.slice(e+1)),Ye(ho,$o),r}finally{Fe=t,ss=!1}}return null}var Qn=[],Gn=0,Ar=null,Dr=0,Bt=[],Wt=0,vn=null,Po=1,wo="";function Pn(e,t){Qn[Gn++]=Dr,Qn[Gn++]=Ar,Ar=e,Dr=t}function Dc(e,t,o){Bt[Wt++]=Po,Bt[Wt++]=wo,Bt[Wt++]=vn,vn=e;var n=Po;e=wo;var r=32-Ae(n)-1;n&=~(1<<r),o+=1;var l=32-Ae(t)+r;if(30<l){var u=r-r%5;l=(n&(1<<u)-1).toString(32),n>>=u,r-=u,Po=1<<32-Ae(t)+r|o<<r|n,wo=l+e}else Po=1<<l|o<<r|n,wo=e}function ls(e){e.return!==null&&(Pn(e,1),Dc(e,1,0))}function cs(e){for(;e===Ar;)Ar=Qn[--Gn],Qn[Gn]=null,Dr=Qn[--Gn],Qn[Gn]=null;for(;e===vn;)vn=Bt[--Wt],Bt[Wt]=null,wo=Bt[--Wt],Bt[Wt]=null,Po=Bt[--Wt],Bt[Wt]=null}var At=null,Dt=null,$e=!1,Qt=null;function zc(e,t){var o=Yt(5,null,null,0);o.elementType="DELETED",o.stateNode=t,o.return=e,t=e.deletions,t===null?(e.deletions=[o],e.flags|=16):t.push(o)}function Ic(e,t){switch(e.tag){case 5:var o=e.type;return t=t.nodeType!==1||o.toLowerCase()!==t.nodeName.toLowerCase()?null:t,t!==null?(e.stateNode=t,At=e,Dt=Yo(t.firstChild),!0):!1;case 6:return t=e.pendingProps===""||t.nodeType!==3?null:t,t!==null?(e.stateNode=t,At=e,Dt=null,!0):!1;case 13:return t=t.nodeType!==8?null:t,t!==null?(o=vn!==null?{id:Po,overflow:wo}:null,e.memoizedState={dehydrated:t,treeContext:o,retryLane:1073741824},o=Yt(18,null,null,0),o.stateNode=t,o.return=e,e.child=o,At=e,Dt=null,!0):!1;default:return!1}}function us(e){return(e.mode&1)!==0&&(e.flags&128)===0}function ds(e){if($e){var t=Dt;if(t){var o=t;if(!Ic(e,t)){if(us(e))throw Error(s(418));t=Yo(o.nextSibling);var n=At;t&&Ic(e,t)?zc(n,o):(e.flags=e.flags&-4097|2,$e=!1,At=e)}}else{if(us(e))throw Error(s(418));e.flags=e.flags&-4097|2,$e=!1,At=e}}}function Oc(e){for(e=e.return;e!==null&&e.tag!==5&&e.tag!==3&&e.tag!==13;)e=e.return;At=e}function zr(e){if(e!==At)return!1;if(!$e)return Oc(e),$e=!0,!1;var t;if((t=e.tag!==3)&&!(t=e.tag!==5)&&(t=e.type,t=t!=="head"&&t!=="body"&&!os(e.type,e.memoizedProps)),t&&(t=Dt)){if(us(e))throw Fc(),Error(s(418));for(;t;)zc(e,t),t=Yo(t.nextSibling)}if(Oc(e),e.tag===13){if(e=e.memoizedState,e=e!==null?e.dehydrated:null,!e)throw Error(s(317));e:{for(e=e.nextSibling,t=0;e;){if(e.nodeType===8){var o=e.data;if(o==="/$"){if(t===0){Dt=Yo(e.nextSibling);break e}t--}else o!=="$"&&o!=="$!"&&o!=="$?"||t++}e=e.nextSibling}Dt=null}}else Dt=At?Yo(e.stateNode.nextSibling):null;return!0}function Fc(){for(var e=Dt;e;)e=Yo(e.nextSibling)}function Jn(){Dt=At=null,$e=!1}function ps(e){Qt===null?Qt=[e]:Qt.push(e)}var Mf=re.ReactCurrentBatchConfig;function za(e,t,o){if(e=o.ref,e!==null&&typeof e!="function"&&typeof e!="object"){if(o._owner){if(o=o._owner,o){if(o.tag!==1)throw Error(s(309));var n=o.stateNode}if(!n)throw Error(s(147,e));var r=n,l=""+e;return t!==null&&t.ref!==null&&typeof t.ref=="function"&&t.ref._stringRef===l?t.ref:(t=function(u){var g=r.refs;u===null?delete g[l]:g[l]=u},t._stringRef=l,t)}if(typeof e!="string")throw Error(s(284));if(!o._owner)throw Error(s(290,e))}return e}function Ir(e,t){throw e=Object.prototype.toString.call(t),Error(s(31,e==="[object Object]"?"object with keys {"+Object.keys(t).join(", ")+"}":e))}function Bc(e){var t=e._init;return t(e._payload)}function Wc(e){function t(b,w){if(e){var R=b.deletions;R===null?(b.deletions=[w],b.flags|=16):R.push(w)}}function o(b,w){if(!e)return null;for(;w!==null;)t(b,w),w=w.sibling;return null}function n(b,w){for(b=new Map;w!==null;)w.key!==null?b.set(w.key,w):b.set(w.index,w),w=w.sibling;return b}function r(b,w){return b=on(b,w),b.index=0,b.sibling=null,b}function l(b,w,R){return b.index=R,e?(R=b.alternate,R!==null?(R=R.index,R<w?(b.flags|=2,w):R):(b.flags|=2,w)):(b.flags|=1048576,w)}function u(b){return e&&b.alternate===null&&(b.flags|=2),b}function g(b,w,R,W){return w===null||w.tag!==6?(w=nl(R,b.mode,W),w.return=b,w):(w=r(w,R),w.return=b,w)}function v(b,w,R,W){var oe=R.type;return oe===E?z(b,w,R.props.children,W,R.key):w!==null&&(w.elementType===oe||typeof oe=="object"&&oe!==null&&oe.$$typeof===et&&Bc(oe)===w.type)?(W=r(w,R.props),W.ref=za(b,w,R),W.return=b,W):(W=si(R.type,R.key,R.props,null,b.mode,W),W.ref=za(b,w,R),W.return=b,W)}function j(b,w,R,W){return w===null||w.tag!==4||w.stateNode.containerInfo!==R.containerInfo||w.stateNode.implementation!==R.implementation?(w=al(R,b.mode,W),w.return=b,w):(w=r(w,R.children||[]),w.return=b,w)}function z(b,w,R,W,oe){return w===null||w.tag!==7?(w=jn(R,b.mode,W,oe),w.return=b,w):(w=r(w,R),w.return=b,w)}function I(b,w,R){if(typeof w=="string"&&w!==""||typeof w=="number")return w=nl(""+w,b.mode,R),w.return=b,w;if(typeof w=="object"&&w!==null){switch(w.$$typeof){case xe:return R=si(w.type,w.key,w.props,null,b.mode,R),R.ref=za(b,null,w),R.return=b,R;case Ee:return w=al(w,b.mode,R),w.return=b,w;case et:var W=w._init;return I(b,W(w._payload),R)}if(pe(w)||ae(w))return w=jn(w,b.mode,R,null),w.return=b,w;Ir(b,w)}return null}function D(b,w,R,W){var oe=w!==null?w.key:null;if(typeof R=="string"&&R!==""||typeof R=="number")return oe!==null?null:g(b,w,""+R,W);if(typeof R=="object"&&R!==null){switch(R.$$typeof){case xe:return R.key===oe?v(b,w,R,W):null;case Ee:return R.key===oe?j(b,w,R,W):null;case et:return oe=R._init,D(b,w,oe(R._payload),W)}if(pe(R)||ae(R))return oe!==null?null:z(b,w,R,W,null);Ir(b,R)}return null}function K(b,w,R,W,oe){if(typeof W=="string"&&W!==""||typeof W=="number")return b=b.get(R)||null,g(w,b,""+W,oe);if(typeof W=="object"&&W!==null){switch(W.$$typeof){case xe:return b=b.get(W.key===null?R:W.key)||null,v(w,b,W,oe);case Ee:return b=b.get(W.key===null?R:W.key)||null,j(w,b,W,oe);case et:var se=W._init;return K(b,w,R,se(W._payload),oe)}if(pe(W)||ae(W))return b=b.get(R)||null,z(w,b,W,oe,null);Ir(w,W)}return null}function Z(b,w,R,W){for(var oe=null,se=null,le=w,fe=w=0,pt=null;le!==null&&fe<R.length;fe++){le.index>fe?(pt=le,le=null):pt=le.sibling;var De=D(b,le,R[fe],W);if(De===null){le===null&&(le=pt);break}e&&le&&De.alternate===null&&t(b,le),w=l(De,w,fe),se===null?oe=De:se.sibling=De,se=De,le=pt}if(fe===R.length)return o(b,le),$e&&Pn(b,fe),oe;if(le===null){for(;fe<R.length;fe++)le=I(b,R[fe],W),le!==null&&(w=l(le,w,fe),se===null?oe=le:se.sibling=le,se=le);return $e&&Pn(b,fe),oe}for(le=n(b,le);fe<R.length;fe++)pt=K(le,b,fe,R[fe],W),pt!==null&&(e&&pt.alternate!==null&&le.delete(pt.key===null?fe:pt.key),w=l(pt,w,fe),se===null?oe=pt:se.sibling=pt,se=pt);return e&&le.forEach(function(nn){return t(b,nn)}),$e&&Pn(b,fe),oe}function te(b,w,R,W){var oe=ae(R);if(typeof oe!="function")throw Error(s(150));if(R=oe.call(R),R==null)throw Error(s(151));for(var se=oe=null,le=w,fe=w=0,pt=null,De=R.next();le!==null&&!De.done;fe++,De=R.next()){le.index>fe?(pt=le,le=null):pt=le.sibling;var nn=D(b,le,De.value,W);if(nn===null){le===null&&(le=pt);break}e&&le&&nn.alternate===null&&t(b,le),w=l(nn,w,fe),se===null?oe=nn:se.sibling=nn,se=nn,le=pt}if(De.done)return o(b,le),$e&&Pn(b,fe),oe;if(le===null){for(;!De.done;fe++,De=R.next())De=I(b,De.value,W),De!==null&&(w=l(De,w,fe),se===null?oe=De:se.sibling=De,se=De);return $e&&Pn(b,fe),oe}for(le=n(b,le);!De.done;fe++,De=R.next())De=K(le,b,fe,De.value,W),De!==null&&(e&&De.alternate!==null&&le.delete(De.key===null?fe:De.key),w=l(De,w,fe),se===null?oe=De:se.sibling=De,se=De);return e&&le.forEach(function(ug){return t(b,ug)}),$e&&Pn(b,fe),oe}function nt(b,w,R,W){if(typeof R=="object"&&R!==null&&R.type===E&&R.key===null&&(R=R.props.children),typeof R=="object"&&R!==null){switch(R.$$typeof){case xe:e:{for(var oe=R.key,se=w;se!==null;){if(se.key===oe){if(oe=R.type,oe===E){if(se.tag===7){o(b,se.sibling),w=r(se,R.props.children),w.return=b,b=w;break e}}else if(se.elementType===oe||typeof oe=="object"&&oe!==null&&oe.$$typeof===et&&Bc(oe)===se.type){o(b,se.sibling),w=r(se,R.props),w.ref=za(b,se,R),w.return=b,b=w;break e}o(b,se);break}else t(b,se);se=se.sibling}R.type===E?(w=jn(R.props.children,b.mode,W,R.key),w.return=b,b=w):(W=si(R.type,R.key,R.props,null,b.mode,W),W.ref=za(b,w,R),W.return=b,b=W)}return u(b);case Ee:e:{for(se=R.key;w!==null;){if(w.key===se)if(w.tag===4&&w.stateNode.containerInfo===R.containerInfo&&w.stateNode.implementation===R.implementation){o(b,w.sibling),w=r(w,R.children||[]),w.return=b,b=w;break e}else{o(b,w);break}else t(b,w);w=w.sibling}w=al(R,b.mode,W),w.return=b,b=w}return u(b);case et:return se=R._init,nt(b,w,se(R._payload),W)}if(pe(R))return Z(b,w,R,W);if(ae(R))return te(b,w,R,W);Ir(b,R)}return typeof R=="string"&&R!==""||typeof R=="number"?(R=""+R,w!==null&&w.tag===6?(o(b,w.sibling),w=r(w,R),w.return=b,b=w):(o(b,w),w=nl(R,b.mode,W),w.return=b,b=w),u(b)):o(b,w)}return nt}var Xn=Wc(!0),Uc=Wc(!1),Or=qo(null),Fr=null,Zn=null,fs=null;function gs(){fs=Zn=Fr=null}function hs(e){var t=Or.current;Ke(Or),e._currentValue=t}function ms(e,t,o){for(;e!==null;){var n=e.alternate;if((e.childLanes&t)!==t?(e.childLanes|=t,n!==null&&(n.childLanes|=t)):n!==null&&(n.childLanes&t)!==t&&(n.childLanes|=t),e===o)break;e=e.return}}function ea(e,t){Fr=e,fs=Zn=null,e=e.dependencies,e!==null&&e.firstContext!==null&&((e.lanes&t)!==0&&(Ct=!0),e.firstContext=null)}function Ut(e){var t=e._currentValue;if(fs!==e)if(e={context:e,memoizedValue:t,next:null},Zn===null){if(Fr===null)throw Error(s(308));Zn=e,Fr.dependencies={lanes:0,firstContext:e}}else Zn=Zn.next=e;return t}var wn=null;function ys(e){wn===null?wn=[e]:wn.push(e)}function Hc(e,t,o,n){var r=t.interleaved;return r===null?(o.next=o,ys(t)):(o.next=r.next,r.next=o),t.interleaved=o,ko(e,n)}function ko(e,t){e.lanes|=t;var o=e.alternate;for(o!==null&&(o.lanes|=t),o=e,e=e.return;e!==null;)e.childLanes|=t,o=e.alternate,o!==null&&(o.childLanes|=t),o=e,e=e.return;return o.tag===3?o.stateNode:null}var Qo=!1;function vs(e){e.updateQueue={baseState:e.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,interleaved:null,lanes:0},effects:null}}function Vc(e,t){e=e.updateQueue,t.updateQueue===e&&(t.updateQueue={baseState:e.baseState,firstBaseUpdate:e.firstBaseUpdate,lastBaseUpdate:e.lastBaseUpdate,shared:e.shared,effects:e.effects})}function So(e,t){return{eventTime:e,lane:t,tag:0,payload:null,callback:null,next:null}}function Go(e,t,o){var n=e.updateQueue;if(n===null)return null;if(n=n.shared,(Me&2)!==0){var r=n.pending;return r===null?t.next=t:(t.next=r.next,r.next=t),n.pending=t,ko(e,o)}return r=n.interleaved,r===null?(t.next=t,ys(n)):(t.next=r.next,r.next=t),n.interleaved=t,ko(e,o)}function Br(e,t,o){if(t=t.updateQueue,t!==null&&(t=t.shared,(o&4194240)!==0)){var n=t.lanes;n&=e.pendingLanes,o|=n,t.lanes=o,Ni(e,o)}}function Yc(e,t){var o=e.updateQueue,n=e.alternate;if(n!==null&&(n=n.updateQueue,o===n)){var r=null,l=null;if(o=o.firstBaseUpdate,o!==null){do{var u={eventTime:o.eventTime,lane:o.lane,tag:o.tag,payload:o.payload,callback:o.callback,next:null};l===null?r=l=u:l=l.next=u,o=o.next}while(o!==null);l===null?r=l=t:l=l.next=t}else r=l=t;o={baseState:n.baseState,firstBaseUpdate:r,lastBaseUpdate:l,shared:n.shared,effects:n.effects},e.updateQueue=o;return}e=o.lastBaseUpdate,e===null?o.firstBaseUpdate=t:e.next=t,o.lastBaseUpdate=t}function Wr(e,t,o,n){var r=e.updateQueue;Qo=!1;var l=r.firstBaseUpdate,u=r.lastBaseUpdate,g=r.shared.pending;if(g!==null){r.shared.pending=null;var v=g,j=v.next;v.next=null,u===null?l=j:u.next=j,u=v;var z=e.alternate;z!==null&&(z=z.updateQueue,g=z.lastBaseUpdate,g!==u&&(g===null?z.firstBaseUpdate=j:g.next=j,z.lastBaseUpdate=v))}if(l!==null){var I=r.baseState;u=0,z=j=v=null,g=l;do{var D=g.lane,K=g.eventTime;if((n&D)===D){z!==null&&(z=z.next={eventTime:K,lane:0,tag:g.tag,payload:g.payload,callback:g.callback,next:null});e:{var Z=e,te=g;switch(D=t,K=o,te.tag){case 1:if(Z=te.payload,typeof Z=="function"){I=Z.call(K,I,D);break e}I=Z;break e;case 3:Z.flags=Z.flags&-65537|128;case 0:if(Z=te.payload,D=typeof Z=="function"?Z.call(K,I,D):Z,D==null)break e;I=Y({},I,D);break e;case 2:Qo=!0}}g.callback!==null&&g.lane!==0&&(e.flags|=64,D=r.effects,D===null?r.effects=[g]:D.push(g))}else K={eventTime:K,lane:D,tag:g.tag,payload:g.payload,callback:g.callback,next:null},z===null?(j=z=K,v=I):z=z.next=K,u|=D;if(g=g.next,g===null){if(g=r.shared.pending,g===null)break;D=g,g=D.next,D.next=null,r.lastBaseUpdate=D,r.shared.pending=null}}while(!0);if(z===null&&(v=I),r.baseState=v,r.firstBaseUpdate=j,r.lastBaseUpdate=z,t=r.shared.interleaved,t!==null){r=t;do u|=r.lane,r=r.next;while(r!==t)}else l===null&&(r.shared.lanes=0);bn|=u,e.lanes=u,e.memoizedState=I}}function qc(e,t,o){if(e=t.effects,t.effects=null,e!==null)for(t=0;t<e.length;t++){var n=e[t],r=n.callback;if(r!==null){if(n.callback=null,n=o,typeof r!="function")throw Error(s(191,r));r.call(n)}}}var Ia={},so=qo(Ia),Oa=qo(Ia),Fa=qo(Ia);function kn(e){if(e===Ia)throw Error(s(174));return e}function Ps(e,t){switch(Ve(Fa,t),Ve(Oa,e),Ve(so,Ia),e=t.nodeType,e){case 9:case 11:t=(t=t.documentElement)?t.namespaceURI:dn(null,"");break;default:e=e===8?t.parentNode:t,t=e.namespaceURI||null,e=e.tagName,t=dn(t,e)}Ke(so),Ve(so,t)}function ta(){Ke(so),Ke(Oa),Ke(Fa)}function Kc(e){kn(Fa.current);var t=kn(so.current),o=dn(t,e.type);t!==o&&(Ve(Oa,e),Ve(so,o))}function ws(e){Oa.current===e&&(Ke(so),Ke(Oa))}var Je=qo(0);function Ur(e){for(var t=e;t!==null;){if(t.tag===13){var o=t.memoizedState;if(o!==null&&(o=o.dehydrated,o===null||o.data==="$?"||o.data==="$!"))return t}else if(t.tag===19&&t.memoizedProps.revealOrder!==void 0){if((t.flags&128)!==0)return t}else if(t.child!==null){t.child.return=t,t=t.child;continue}if(t===e)break;for(;t.sibling===null;){if(t.return===null||t.return===e)return null;t=t.return}t.sibling.return=t.return,t=t.sibling}return null}var ks=[];function Ss(){for(var e=0;e<ks.length;e++)ks[e]._workInProgressVersionPrimary=null;ks.length=0}var Hr=re.ReactCurrentDispatcher,bs=re.ReactCurrentBatchConfig,Sn=0,Xe=null,st=null,ut=null,Vr=!1,Ba=!1,Wa=0,Nf=0;function vt(){throw Error(s(321))}function xs(e,t){if(t===null)return!1;for(var o=0;o<t.length&&o<e.length;o++)if(!$t(e[o],t[o]))return!1;return!0}function Cs(e,t,o,n,r,l){if(Sn=l,Xe=t,t.memoizedState=null,t.updateQueue=null,t.lanes=0,Hr.current=e===null||e.memoizedState===null?zf:If,e=o(n,r),Ba){l=0;do{if(Ba=!1,Wa=0,25<=l)throw Error(s(301));l+=1,ut=st=null,t.updateQueue=null,Hr.current=Of,e=o(n,r)}while(Ba)}if(Hr.current=Kr,t=st!==null&&st.next!==null,Sn=0,ut=st=Xe=null,Vr=!1,t)throw Error(s(300));return e}function Rs(){var e=Wa!==0;return Wa=0,e}function lo(){var e={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return ut===null?Xe.memoizedState=ut=e:ut=ut.next=e,ut}function Ht(){if(st===null){var e=Xe.alternate;e=e!==null?e.memoizedState:null}else e=st.next;var t=ut===null?Xe.memoizedState:ut.next;if(t!==null)ut=t,st=e;else{if(e===null)throw Error(s(310));st=e,e={memoizedState:st.memoizedState,baseState:st.baseState,baseQueue:st.baseQueue,queue:st.queue,next:null},ut===null?Xe.memoizedState=ut=e:ut=ut.next=e}return ut}function Ua(e,t){return typeof t=="function"?t(e):t}function js(e){var t=Ht(),o=t.queue;if(o===null)throw Error(s(311));o.lastRenderedReducer=e;var n=st,r=n.baseQueue,l=o.pending;if(l!==null){if(r!==null){var u=r.next;r.next=l.next,l.next=u}n.baseQueue=r=l,o.pending=null}if(r!==null){l=r.next,n=n.baseState;var g=u=null,v=null,j=l;do{var z=j.lane;if((Sn&z)===z)v!==null&&(v=v.next={lane:0,action:j.action,hasEagerState:j.hasEagerState,eagerState:j.eagerState,next:null}),n=j.hasEagerState?j.eagerState:e(n,j.action);else{var I={lane:z,action:j.action,hasEagerState:j.hasEagerState,eagerState:j.eagerState,next:null};v===null?(g=v=I,u=n):v=v.next=I,Xe.lanes|=z,bn|=z}j=j.next}while(j!==null&&j!==l);v===null?u=n:v.next=g,$t(n,t.memoizedState)||(Ct=!0),t.memoizedState=n,t.baseState=u,t.baseQueue=v,o.lastRenderedState=n}if(e=o.interleaved,e!==null){r=e;do l=r.lane,Xe.lanes|=l,bn|=l,r=r.next;while(r!==e)}else r===null&&(o.lanes=0);return[t.memoizedState,o.dispatch]}function Es(e){var t=Ht(),o=t.queue;if(o===null)throw Error(s(311));o.lastRenderedReducer=e;var n=o.dispatch,r=o.pending,l=t.memoizedState;if(r!==null){o.pending=null;var u=r=r.next;do l=e(l,u.action),u=u.next;while(u!==r);$t(l,t.memoizedState)||(Ct=!0),t.memoizedState=l,t.baseQueue===null&&(t.baseState=l),o.lastRenderedState=l}return[l,n]}function $c(){}function Qc(e,t){var o=Xe,n=Ht(),r=t(),l=!$t(n.memoizedState,r);if(l&&(n.memoizedState=r,Ct=!0),n=n.queue,_s(Xc.bind(null,o,n,e),[e]),n.getSnapshot!==t||l||ut!==null&&ut.memoizedState.tag&1){if(o.flags|=2048,Ha(9,Jc.bind(null,o,n,r,t),void 0,null),dt===null)throw Error(s(349));(Sn&30)!==0||Gc(o,t,r)}return r}function Gc(e,t,o){e.flags|=16384,e={getSnapshot:t,value:o},t=Xe.updateQueue,t===null?(t={lastEffect:null,stores:null},Xe.updateQueue=t,t.stores=[e]):(o=t.stores,o===null?t.stores=[e]:o.push(e))}function Jc(e,t,o,n){t.value=o,t.getSnapshot=n,Zc(t)&&eu(e)}function Xc(e,t,o){return o(function(){Zc(t)&&eu(e)})}function Zc(e){var t=e.getSnapshot;e=e.value;try{var o=t();return!$t(e,o)}catch{return!0}}function eu(e){var t=ko(e,1);t!==null&&Zt(t,e,1,-1)}function tu(e){var t=lo();return typeof e=="function"&&(e=e()),t.memoizedState=t.baseState=e,e={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:Ua,lastRenderedState:e},t.queue=e,e=e.dispatch=Df.bind(null,Xe,e),[t.memoizedState,e]}function Ha(e,t,o,n){return e={tag:e,create:t,destroy:o,deps:n,next:null},t=Xe.updateQueue,t===null?(t={lastEffect:null,stores:null},Xe.updateQueue=t,t.lastEffect=e.next=e):(o=t.lastEffect,o===null?t.lastEffect=e.next=e:(n=o.next,o.next=e,e.next=n,t.lastEffect=e)),e}function ou(){return Ht().memoizedState}function Yr(e,t,o,n){var r=lo();Xe.flags|=e,r.memoizedState=Ha(1|t,o,void 0,n===void 0?null:n)}function qr(e,t,o,n){var r=Ht();n=n===void 0?null:n;var l=void 0;if(st!==null){var u=st.memoizedState;if(l=u.destroy,n!==null&&xs(n,u.deps)){r.memoizedState=Ha(t,o,l,n);return}}Xe.flags|=e,r.memoizedState=Ha(1|t,o,l,n)}function nu(e,t){return Yr(8390656,8,e,t)}function _s(e,t){return qr(2048,8,e,t)}function au(e,t){return qr(4,2,e,t)}function ru(e,t){return qr(4,4,e,t)}function iu(e,t){if(typeof t=="function")return e=e(),t(e),function(){t(null)};if(t!=null)return e=e(),t.current=e,function(){t.current=null}}function su(e,t,o){return o=o!=null?o.concat([e]):null,qr(4,4,iu.bind(null,t,e),o)}function Ts(){}function lu(e,t){var o=Ht();t=t===void 0?null:t;var n=o.memoizedState;return n!==null&&t!==null&&xs(t,n[1])?n[0]:(o.memoizedState=[e,t],e)}function cu(e,t){var o=Ht();t=t===void 0?null:t;var n=o.memoizedState;return n!==null&&t!==null&&xs(t,n[1])?n[0]:(e=e(),o.memoizedState=[e,t],e)}function uu(e,t,o){return(Sn&21)===0?(e.baseState&&(e.baseState=!1,Ct=!0),e.memoizedState=o):($t(o,t)||(o=Bl(),Xe.lanes|=o,bn|=o,e.baseState=!0),t)}function Lf(e,t){var o=Fe;Fe=o!==0&&4>o?o:4,e(!0);var n=bs.transition;bs.transition={};try{e(!1),t()}finally{Fe=o,bs.transition=n}}function du(){return Ht().memoizedState}function Af(e,t,o){var n=en(e);if(o={lane:n,action:o,hasEagerState:!1,eagerState:null,next:null},pu(e))fu(t,o);else if(o=Hc(e,t,o,n),o!==null){var r=St();Zt(o,e,n,r),gu(o,t,n)}}function Df(e,t,o){var n=en(e),r={lane:n,action:o,hasEagerState:!1,eagerState:null,next:null};if(pu(e))fu(t,r);else{var l=e.alternate;if(e.lanes===0&&(l===null||l.lanes===0)&&(l=t.lastRenderedReducer,l!==null))try{var u=t.lastRenderedState,g=l(u,o);if(r.hasEagerState=!0,r.eagerState=g,$t(g,u)){var v=t.interleaved;v===null?(r.next=r,ys(t)):(r.next=v.next,v.next=r),t.interleaved=r;return}}catch{}finally{}o=Hc(e,t,r,n),o!==null&&(r=St(),Zt(o,e,n,r),gu(o,t,n))}}function pu(e){var t=e.alternate;return e===Xe||t!==null&&t===Xe}function fu(e,t){Ba=Vr=!0;var o=e.pending;o===null?t.next=t:(t.next=o.next,o.next=t),e.pending=t}function gu(e,t,o){if((o&4194240)!==0){var n=t.lanes;n&=e.pendingLanes,o|=n,t.lanes=o,Ni(e,o)}}var Kr={readContext:Ut,useCallback:vt,useContext:vt,useEffect:vt,useImperativeHandle:vt,useInsertionEffect:vt,useLayoutEffect:vt,useMemo:vt,useReducer:vt,useRef:vt,useState:vt,useDebugValue:vt,useDeferredValue:vt,useTransition:vt,useMutableSource:vt,useSyncExternalStore:vt,useId:vt,unstable_isNewReconciler:!1},zf={readContext:Ut,useCallback:function(e,t){return lo().memoizedState=[e,t===void 0?null:t],e},useContext:Ut,useEffect:nu,useImperativeHandle:function(e,t,o){return o=o!=null?o.concat([e]):null,Yr(4194308,4,iu.bind(null,t,e),o)},useLayoutEffect:function(e,t){return Yr(4194308,4,e,t)},useInsertionEffect:function(e,t){return Yr(4,2,e,t)},useMemo:function(e,t){var o=lo();return t=t===void 0?null:t,e=e(),o.memoizedState=[e,t],e},useReducer:function(e,t,o){var n=lo();return t=o!==void 0?o(t):t,n.memoizedState=n.baseState=t,e={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:e,lastRenderedState:t},n.queue=e,e=e.dispatch=Af.bind(null,Xe,e),[n.memoizedState,e]},useRef:function(e){var t=lo();return e={current:e},t.memoizedState=e},useState:tu,useDebugValue:Ts,useDeferredValue:function(e){return lo().memoizedState=e},useTransition:function(){var e=tu(!1),t=e[0];return e=Lf.bind(null,e[1]),lo().memoizedState=e,[t,e]},useMutableSource:function(){},useSyncExternalStore:function(e,t,o){var n=Xe,r=lo();if($e){if(o===void 0)throw Error(s(407));o=o()}else{if(o=t(),dt===null)throw Error(s(349));(Sn&30)!==0||Gc(n,t,o)}r.memoizedState=o;var l={value:o,getSnapshot:t};return r.queue=l,nu(Xc.bind(null,n,l,e),[e]),n.flags|=2048,Ha(9,Jc.bind(null,n,l,o,t),void 0,null),o},useId:function(){var e=lo(),t=dt.identifierPrefix;if($e){var o=wo,n=Po;o=(n&~(1<<32-Ae(n)-1)).toString(32)+o,t=":"+t+"R"+o,o=Wa++,0<o&&(t+="H"+o.toString(32)),t+=":"}else o=Nf++,t=":"+t+"r"+o.toString(32)+":";return e.memoizedState=t},unstable_isNewReconciler:!1},If={readContext:Ut,useCallback:lu,useContext:Ut,useEffect:_s,useImperativeHandle:su,useInsertionEffect:au,useLayoutEffect:ru,useMemo:cu,useReducer:js,useRef:ou,useState:function(){return js(Ua)},useDebugValue:Ts,useDeferredValue:function(e){var t=Ht();return uu(t,st.memoizedState,e)},useTransition:function(){var e=js(Ua)[0],t=Ht().memoizedState;return[e,t]},useMutableSource:$c,useSyncExternalStore:Qc,useId:du,unstable_isNewReconciler:!1},Of={readContext:Ut,useCallback:lu,useContext:Ut,useEffect:_s,useImperativeHandle:su,useInsertionEffect:au,useLayoutEffect:ru,useMemo:cu,useReducer:Es,useRef:ou,useState:function(){return Es(Ua)},useDebugValue:Ts,useDeferredValue:function(e){var t=Ht();return st===null?t.memoizedState=e:uu(t,st.memoizedState,e)},useTransition:function(){var e=Es(Ua)[0],t=Ht().memoizedState;return[e,t]},useMutableSource:$c,useSyncExternalStore:Qc,useId:du,unstable_isNewReconciler:!1};function Gt(e,t){if(e&&e.defaultProps){t=Y({},t),e=e.defaultProps;for(var o in e)t[o]===void 0&&(t[o]=e[o]);return t}return t}function Ms(e,t,o,n){t=e.memoizedState,o=o(n,t),o=o==null?t:Y({},t,o),e.memoizedState=o,e.lanes===0&&(e.updateQueue.baseState=o)}var $r={isMounted:function(e){return(e=e._reactInternals)?G(e)===e:!1},enqueueSetState:function(e,t,o){e=e._reactInternals;var n=St(),r=en(e),l=So(n,r);l.payload=t,o!=null&&(l.callback=o),t=Go(e,l,r),t!==null&&(Zt(t,e,r,n),Br(t,e,r))},enqueueReplaceState:function(e,t,o){e=e._reactInternals;var n=St(),r=en(e),l=So(n,r);l.tag=1,l.payload=t,o!=null&&(l.callback=o),t=Go(e,l,r),t!==null&&(Zt(t,e,r,n),Br(t,e,r))},enqueueForceUpdate:function(e,t){e=e._reactInternals;var o=St(),n=en(e),r=So(o,n);r.tag=2,t!=null&&(r.callback=t),t=Go(e,r,n),t!==null&&(Zt(t,e,n,o),Br(t,e,n))}};function hu(e,t,o,n,r,l,u){return e=e.stateNode,typeof e.shouldComponentUpdate=="function"?e.shouldComponentUpdate(n,l,u):t.prototype&&t.prototype.isPureReactComponent?!_a(o,n)||!_a(r,l):!0}function mu(e,t,o){var n=!1,r=Ko,l=t.contextType;return typeof l=="object"&&l!==null?l=Ut(l):(r=xt(t)?yn:yt.current,n=t.contextTypes,l=(n=n!=null)?$n(e,r):Ko),t=new t(o,l),e.memoizedState=t.state!==null&&t.state!==void 0?t.state:null,t.updater=$r,e.stateNode=t,t._reactInternals=e,n&&(e=e.stateNode,e.__reactInternalMemoizedUnmaskedChildContext=r,e.__reactInternalMemoizedMaskedChildContext=l),t}function yu(e,t,o,n){e=t.state,typeof t.componentWillReceiveProps=="function"&&t.componentWillReceiveProps(o,n),typeof t.UNSAFE_componentWillReceiveProps=="function"&&t.UNSAFE_componentWillReceiveProps(o,n),t.state!==e&&$r.enqueueReplaceState(t,t.state,null)}function Ns(e,t,o,n){var r=e.stateNode;r.props=o,r.state=e.memoizedState,r.refs={},vs(e);var l=t.contextType;typeof l=="object"&&l!==null?r.context=Ut(l):(l=xt(t)?yn:yt.current,r.context=$n(e,l)),r.state=e.memoizedState,l=t.getDerivedStateFromProps,typeof l=="function"&&(Ms(e,t,l,o),r.state=e.memoizedState),typeof t.getDerivedStateFromProps=="function"||typeof r.getSnapshotBeforeUpdate=="function"||typeof r.UNSAFE_componentWillMount!="function"&&typeof r.componentWillMount!="function"||(t=r.state,typeof r.componentWillMount=="function"&&r.componentWillMount(),typeof r.UNSAFE_componentWillMount=="function"&&r.UNSAFE_componentWillMount(),t!==r.state&&$r.enqueueReplaceState(r,r.state,null),Wr(e,o,r,n),r.state=e.memoizedState),typeof r.componentDidMount=="function"&&(e.flags|=4194308)}function oa(e,t){try{var o="",n=t;do o+=me(n),n=n.return;while(n);var r=o}catch(l){r=`
40
+ Error generating stack: `+l.message+`
41
+ `+l.stack}return{value:e,source:t,stack:r,digest:null}}function Ls(e,t,o){return{value:e,source:null,stack:o??null,digest:t??null}}function As(e,t){try{console.error(t.value)}catch(o){setTimeout(function(){throw o})}}var Ff=typeof WeakMap=="function"?WeakMap:Map;function vu(e,t,o){o=So(-1,o),o.tag=3,o.payload={element:null};var n=t.value;return o.callback=function(){ti||(ti=!0,Qs=n),As(e,t)},o}function Pu(e,t,o){o=So(-1,o),o.tag=3;var n=e.type.getDerivedStateFromError;if(typeof n=="function"){var r=t.value;o.payload=function(){return n(r)},o.callback=function(){As(e,t)}}var l=e.stateNode;return l!==null&&typeof l.componentDidCatch=="function"&&(o.callback=function(){As(e,t),typeof n!="function"&&(Xo===null?Xo=new Set([this]):Xo.add(this));var u=t.stack;this.componentDidCatch(t.value,{componentStack:u!==null?u:""})}),o}function wu(e,t,o){var n=e.pingCache;if(n===null){n=e.pingCache=new Ff;var r=new Set;n.set(t,r)}else r=n.get(t),r===void 0&&(r=new Set,n.set(t,r));r.has(o)||(r.add(o),e=Zf.bind(null,e,t,o),t.then(e,e))}function ku(e){do{var t;if((t=e.tag===13)&&(t=e.memoizedState,t=t!==null?t.dehydrated!==null:!0),t)return e;e=e.return}while(e!==null);return null}function Su(e,t,o,n,r){return(e.mode&1)===0?(e===t?e.flags|=65536:(e.flags|=128,o.flags|=131072,o.flags&=-52805,o.tag===1&&(o.alternate===null?o.tag=17:(t=So(-1,1),t.tag=2,Go(o,t,1))),o.lanes|=1),e):(e.flags|=65536,e.lanes=r,e)}var Bf=re.ReactCurrentOwner,Ct=!1;function kt(e,t,o,n){t.child=e===null?Uc(t,null,o,n):Xn(t,e.child,o,n)}function bu(e,t,o,n,r){o=o.render;var l=t.ref;return ea(t,r),n=Cs(e,t,o,n,l,r),o=Rs(),e!==null&&!Ct?(t.updateQueue=e.updateQueue,t.flags&=-2053,e.lanes&=~r,bo(e,t,r)):($e&&o&&ls(t),t.flags|=1,kt(e,t,n,r),t.child)}function xu(e,t,o,n,r){if(e===null){var l=o.type;return typeof l=="function"&&!ol(l)&&l.defaultProps===void 0&&o.compare===null&&o.defaultProps===void 0?(t.tag=15,t.type=l,Cu(e,t,l,n,r)):(e=si(o.type,null,n,t,t.mode,r),e.ref=t.ref,e.return=t,t.child=e)}if(l=e.child,(e.lanes&r)===0){var u=l.memoizedProps;if(o=o.compare,o=o!==null?o:_a,o(u,n)&&e.ref===t.ref)return bo(e,t,r)}return t.flags|=1,e=on(l,n),e.ref=t.ref,e.return=t,t.child=e}function Cu(e,t,o,n,r){if(e!==null){var l=e.memoizedProps;if(_a(l,n)&&e.ref===t.ref)if(Ct=!1,t.pendingProps=n=l,(e.lanes&r)!==0)(e.flags&131072)!==0&&(Ct=!0);else return t.lanes=e.lanes,bo(e,t,r)}return Ds(e,t,o,n,r)}function Ru(e,t,o){var n=t.pendingProps,r=n.children,l=e!==null?e.memoizedState:null;if(n.mode==="hidden")if((t.mode&1)===0)t.memoizedState={baseLanes:0,cachePool:null,transitions:null},Ve(aa,zt),zt|=o;else{if((o&1073741824)===0)return e=l!==null?l.baseLanes|o:o,t.lanes=t.childLanes=1073741824,t.memoizedState={baseLanes:e,cachePool:null,transitions:null},t.updateQueue=null,Ve(aa,zt),zt|=e,null;t.memoizedState={baseLanes:0,cachePool:null,transitions:null},n=l!==null?l.baseLanes:o,Ve(aa,zt),zt|=n}else l!==null?(n=l.baseLanes|o,t.memoizedState=null):n=o,Ve(aa,zt),zt|=n;return kt(e,t,r,o),t.child}function ju(e,t){var o=t.ref;(e===null&&o!==null||e!==null&&e.ref!==o)&&(t.flags|=512,t.flags|=2097152)}function Ds(e,t,o,n,r){var l=xt(o)?yn:yt.current;return l=$n(t,l),ea(t,r),o=Cs(e,t,o,n,l,r),n=Rs(),e!==null&&!Ct?(t.updateQueue=e.updateQueue,t.flags&=-2053,e.lanes&=~r,bo(e,t,r)):($e&&n&&ls(t),t.flags|=1,kt(e,t,o,r),t.child)}function Eu(e,t,o,n,r){if(xt(o)){var l=!0;Nr(t)}else l=!1;if(ea(t,r),t.stateNode===null)Gr(e,t),mu(t,o,n),Ns(t,o,n,r),n=!0;else if(e===null){var u=t.stateNode,g=t.memoizedProps;u.props=g;var v=u.context,j=o.contextType;typeof j=="object"&&j!==null?j=Ut(j):(j=xt(o)?yn:yt.current,j=$n(t,j));var z=o.getDerivedStateFromProps,I=typeof z=="function"||typeof u.getSnapshotBeforeUpdate=="function";I||typeof u.UNSAFE_componentWillReceiveProps!="function"&&typeof u.componentWillReceiveProps!="function"||(g!==n||v!==j)&&yu(t,u,n,j),Qo=!1;var D=t.memoizedState;u.state=D,Wr(t,n,u,r),v=t.memoizedState,g!==n||D!==v||bt.current||Qo?(typeof z=="function"&&(Ms(t,o,z,n),v=t.memoizedState),(g=Qo||hu(t,o,g,n,D,v,j))?(I||typeof u.UNSAFE_componentWillMount!="function"&&typeof u.componentWillMount!="function"||(typeof u.componentWillMount=="function"&&u.componentWillMount(),typeof u.UNSAFE_componentWillMount=="function"&&u.UNSAFE_componentWillMount()),typeof u.componentDidMount=="function"&&(t.flags|=4194308)):(typeof u.componentDidMount=="function"&&(t.flags|=4194308),t.memoizedProps=n,t.memoizedState=v),u.props=n,u.state=v,u.context=j,n=g):(typeof u.componentDidMount=="function"&&(t.flags|=4194308),n=!1)}else{u=t.stateNode,Vc(e,t),g=t.memoizedProps,j=t.type===t.elementType?g:Gt(t.type,g),u.props=j,I=t.pendingProps,D=u.context,v=o.contextType,typeof v=="object"&&v!==null?v=Ut(v):(v=xt(o)?yn:yt.current,v=$n(t,v));var K=o.getDerivedStateFromProps;(z=typeof K=="function"||typeof u.getSnapshotBeforeUpdate=="function")||typeof u.UNSAFE_componentWillReceiveProps!="function"&&typeof u.componentWillReceiveProps!="function"||(g!==I||D!==v)&&yu(t,u,n,v),Qo=!1,D=t.memoizedState,u.state=D,Wr(t,n,u,r);var Z=t.memoizedState;g!==I||D!==Z||bt.current||Qo?(typeof K=="function"&&(Ms(t,o,K,n),Z=t.memoizedState),(j=Qo||hu(t,o,j,n,D,Z,v)||!1)?(z||typeof u.UNSAFE_componentWillUpdate!="function"&&typeof u.componentWillUpdate!="function"||(typeof u.componentWillUpdate=="function"&&u.componentWillUpdate(n,Z,v),typeof u.UNSAFE_componentWillUpdate=="function"&&u.UNSAFE_componentWillUpdate(n,Z,v)),typeof u.componentDidUpdate=="function"&&(t.flags|=4),typeof u.getSnapshotBeforeUpdate=="function"&&(t.flags|=1024)):(typeof u.componentDidUpdate!="function"||g===e.memoizedProps&&D===e.memoizedState||(t.flags|=4),typeof u.getSnapshotBeforeUpdate!="function"||g===e.memoizedProps&&D===e.memoizedState||(t.flags|=1024),t.memoizedProps=n,t.memoizedState=Z),u.props=n,u.state=Z,u.context=v,n=j):(typeof u.componentDidUpdate!="function"||g===e.memoizedProps&&D===e.memoizedState||(t.flags|=4),typeof u.getSnapshotBeforeUpdate!="function"||g===e.memoizedProps&&D===e.memoizedState||(t.flags|=1024),n=!1)}return zs(e,t,o,n,l,r)}function zs(e,t,o,n,r,l){ju(e,t);var u=(t.flags&128)!==0;if(!n&&!u)return r&&Lc(t,o,!1),bo(e,t,l);n=t.stateNode,Bf.current=t;var g=u&&typeof o.getDerivedStateFromError!="function"?null:n.render();return t.flags|=1,e!==null&&u?(t.child=Xn(t,e.child,null,l),t.child=Xn(t,null,g,l)):kt(e,t,g,l),t.memoizedState=n.state,r&&Lc(t,o,!0),t.child}function _u(e){var t=e.stateNode;t.pendingContext?Mc(e,t.pendingContext,t.pendingContext!==t.context):t.context&&Mc(e,t.context,!1),Ps(e,t.containerInfo)}function Tu(e,t,o,n,r){return Jn(),ps(r),t.flags|=256,kt(e,t,o,n),t.child}var Is={dehydrated:null,treeContext:null,retryLane:0};function Os(e){return{baseLanes:e,cachePool:null,transitions:null}}function Mu(e,t,o){var n=t.pendingProps,r=Je.current,l=!1,u=(t.flags&128)!==0,g;if((g=u)||(g=e!==null&&e.memoizedState===null?!1:(r&2)!==0),g?(l=!0,t.flags&=-129):(e===null||e.memoizedState!==null)&&(r|=1),Ve(Je,r&1),e===null)return ds(t),e=t.memoizedState,e!==null&&(e=e.dehydrated,e!==null)?((t.mode&1)===0?t.lanes=1:e.data==="$!"?t.lanes=8:t.lanes=1073741824,null):(u=n.children,e=n.fallback,l?(n=t.mode,l=t.child,u={mode:"hidden",children:u},(n&1)===0&&l!==null?(l.childLanes=0,l.pendingProps=u):l=li(u,n,0,null),e=jn(e,n,o,null),l.return=t,e.return=t,l.sibling=e,t.child=l,t.child.memoizedState=Os(o),t.memoizedState=Is,e):Fs(t,u));if(r=e.memoizedState,r!==null&&(g=r.dehydrated,g!==null))return Wf(e,t,u,n,g,r,o);if(l){l=n.fallback,u=t.mode,r=e.child,g=r.sibling;var v={mode:"hidden",children:n.children};return(u&1)===0&&t.child!==r?(n=t.child,n.childLanes=0,n.pendingProps=v,t.deletions=null):(n=on(r,v),n.subtreeFlags=r.subtreeFlags&14680064),g!==null?l=on(g,l):(l=jn(l,u,o,null),l.flags|=2),l.return=t,n.return=t,n.sibling=l,t.child=n,n=l,l=t.child,u=e.child.memoizedState,u=u===null?Os(o):{baseLanes:u.baseLanes|o,cachePool:null,transitions:u.transitions},l.memoizedState=u,l.childLanes=e.childLanes&~o,t.memoizedState=Is,n}return l=e.child,e=l.sibling,n=on(l,{mode:"visible",children:n.children}),(t.mode&1)===0&&(n.lanes=o),n.return=t,n.sibling=null,e!==null&&(o=t.deletions,o===null?(t.deletions=[e],t.flags|=16):o.push(e)),t.child=n,t.memoizedState=null,n}function Fs(e,t){return t=li({mode:"visible",children:t},e.mode,0,null),t.return=e,e.child=t}function Qr(e,t,o,n){return n!==null&&ps(n),Xn(t,e.child,null,o),e=Fs(t,t.pendingProps.children),e.flags|=2,t.memoizedState=null,e}function Wf(e,t,o,n,r,l,u){if(o)return t.flags&256?(t.flags&=-257,n=Ls(Error(s(422))),Qr(e,t,u,n)):t.memoizedState!==null?(t.child=e.child,t.flags|=128,null):(l=n.fallback,r=t.mode,n=li({mode:"visible",children:n.children},r,0,null),l=jn(l,r,u,null),l.flags|=2,n.return=t,l.return=t,n.sibling=l,t.child=n,(t.mode&1)!==0&&Xn(t,e.child,null,u),t.child.memoizedState=Os(u),t.memoizedState=Is,l);if((t.mode&1)===0)return Qr(e,t,u,null);if(r.data==="$!"){if(n=r.nextSibling&&r.nextSibling.dataset,n)var g=n.dgst;return n=g,l=Error(s(419)),n=Ls(l,n,void 0),Qr(e,t,u,n)}if(g=(u&e.childLanes)!==0,Ct||g){if(n=dt,n!==null){switch(u&-u){case 4:r=2;break;case 16:r=8;break;case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:r=32;break;case 536870912:r=268435456;break;default:r=0}r=(r&(n.suspendedLanes|u))!==0?0:r,r!==0&&r!==l.retryLane&&(l.retryLane=r,ko(e,r),Zt(n,e,r,-1))}return tl(),n=Ls(Error(s(421))),Qr(e,t,u,n)}return r.data==="$?"?(t.flags|=128,t.child=e.child,t=eg.bind(null,e),r._reactRetry=t,null):(e=l.treeContext,Dt=Yo(r.nextSibling),At=t,$e=!0,Qt=null,e!==null&&(Bt[Wt++]=Po,Bt[Wt++]=wo,Bt[Wt++]=vn,Po=e.id,wo=e.overflow,vn=t),t=Fs(t,n.children),t.flags|=4096,t)}function Nu(e,t,o){e.lanes|=t;var n=e.alternate;n!==null&&(n.lanes|=t),ms(e.return,t,o)}function Bs(e,t,o,n,r){var l=e.memoizedState;l===null?e.memoizedState={isBackwards:t,rendering:null,renderingStartTime:0,last:n,tail:o,tailMode:r}:(l.isBackwards=t,l.rendering=null,l.renderingStartTime=0,l.last=n,l.tail=o,l.tailMode=r)}function Lu(e,t,o){var n=t.pendingProps,r=n.revealOrder,l=n.tail;if(kt(e,t,n.children,o),n=Je.current,(n&2)!==0)n=n&1|2,t.flags|=128;else{if(e!==null&&(e.flags&128)!==0)e:for(e=t.child;e!==null;){if(e.tag===13)e.memoizedState!==null&&Nu(e,o,t);else if(e.tag===19)Nu(e,o,t);else if(e.child!==null){e.child.return=e,e=e.child;continue}if(e===t)break e;for(;e.sibling===null;){if(e.return===null||e.return===t)break e;e=e.return}e.sibling.return=e.return,e=e.sibling}n&=1}if(Ve(Je,n),(t.mode&1)===0)t.memoizedState=null;else switch(r){case"forwards":for(o=t.child,r=null;o!==null;)e=o.alternate,e!==null&&Ur(e)===null&&(r=o),o=o.sibling;o=r,o===null?(r=t.child,t.child=null):(r=o.sibling,o.sibling=null),Bs(t,!1,r,o,l);break;case"backwards":for(o=null,r=t.child,t.child=null;r!==null;){if(e=r.alternate,e!==null&&Ur(e)===null){t.child=r;break}e=r.sibling,r.sibling=o,o=r,r=e}Bs(t,!0,o,null,l);break;case"together":Bs(t,!1,null,null,void 0);break;default:t.memoizedState=null}return t.child}function Gr(e,t){(t.mode&1)===0&&e!==null&&(e.alternate=null,t.alternate=null,t.flags|=2)}function bo(e,t,o){if(e!==null&&(t.dependencies=e.dependencies),bn|=t.lanes,(o&t.childLanes)===0)return null;if(e!==null&&t.child!==e.child)throw Error(s(153));if(t.child!==null){for(e=t.child,o=on(e,e.pendingProps),t.child=o,o.return=t;e.sibling!==null;)e=e.sibling,o=o.sibling=on(e,e.pendingProps),o.return=t;o.sibling=null}return t.child}function Uf(e,t,o){switch(t.tag){case 3:_u(t),Jn();break;case 5:Kc(t);break;case 1:xt(t.type)&&Nr(t);break;case 4:Ps(t,t.stateNode.containerInfo);break;case 10:var n=t.type._context,r=t.memoizedProps.value;Ve(Or,n._currentValue),n._currentValue=r;break;case 13:if(n=t.memoizedState,n!==null)return n.dehydrated!==null?(Ve(Je,Je.current&1),t.flags|=128,null):(o&t.child.childLanes)!==0?Mu(e,t,o):(Ve(Je,Je.current&1),e=bo(e,t,o),e!==null?e.sibling:null);Ve(Je,Je.current&1);break;case 19:if(n=(o&t.childLanes)!==0,(e.flags&128)!==0){if(n)return Lu(e,t,o);t.flags|=128}if(r=t.memoizedState,r!==null&&(r.rendering=null,r.tail=null,r.lastEffect=null),Ve(Je,Je.current),n)break;return null;case 22:case 23:return t.lanes=0,Ru(e,t,o)}return bo(e,t,o)}var Au,Ws,Du,zu;Au=function(e,t){for(var o=t.child;o!==null;){if(o.tag===5||o.tag===6)e.appendChild(o.stateNode);else if(o.tag!==4&&o.child!==null){o.child.return=o,o=o.child;continue}if(o===t)break;for(;o.sibling===null;){if(o.return===null||o.return===t)return;o=o.return}o.sibling.return=o.return,o=o.sibling}},Ws=function(){},Du=function(e,t,o,n){var r=e.memoizedProps;if(r!==n){e=t.stateNode,kn(so.current);var l=null;switch(o){case"input":r=No(e,r),n=No(e,n),l=[];break;case"select":r=Y({},r,{value:void 0}),n=Y({},n,{value:void 0}),l=[];break;case"textarea":r=ft(e,r),n=ft(e,n),l=[];break;default:typeof r.onClick!="function"&&typeof n.onClick=="function"&&(e.onclick=_r)}Dn(o,n);var u;o=null;for(j in r)if(!n.hasOwnProperty(j)&&r.hasOwnProperty(j)&&r[j]!=null)if(j==="style"){var g=r[j];for(u in g)g.hasOwnProperty(u)&&(o||(o={}),o[u]="")}else j!=="dangerouslySetInnerHTML"&&j!=="children"&&j!=="suppressContentEditableWarning"&&j!=="suppressHydrationWarning"&&j!=="autoFocus"&&(d.hasOwnProperty(j)?l||(l=[]):(l=l||[]).push(j,null));for(j in n){var v=n[j];if(g=r!=null?r[j]:void 0,n.hasOwnProperty(j)&&v!==g&&(v!=null||g!=null))if(j==="style")if(g){for(u in g)!g.hasOwnProperty(u)||v&&v.hasOwnProperty(u)||(o||(o={}),o[u]="");for(u in v)v.hasOwnProperty(u)&&g[u]!==v[u]&&(o||(o={}),o[u]=v[u])}else o||(l||(l=[]),l.push(j,o)),o=v;else j==="dangerouslySetInnerHTML"?(v=v?v.__html:void 0,g=g?g.__html:void 0,v!=null&&g!==v&&(l=l||[]).push(j,v)):j==="children"?typeof v!="string"&&typeof v!="number"||(l=l||[]).push(j,""+v):j!=="suppressContentEditableWarning"&&j!=="suppressHydrationWarning"&&(d.hasOwnProperty(j)?(v!=null&&j==="onScroll"&&qe("scroll",e),l||g===v||(l=[])):(l=l||[]).push(j,v))}o&&(l=l||[]).push("style",o);var j=l;(t.updateQueue=j)&&(t.flags|=4)}},zu=function(e,t,o,n){o!==n&&(t.flags|=4)};function Va(e,t){if(!$e)switch(e.tailMode){case"hidden":t=e.tail;for(var o=null;t!==null;)t.alternate!==null&&(o=t),t=t.sibling;o===null?e.tail=null:o.sibling=null;break;case"collapsed":o=e.tail;for(var n=null;o!==null;)o.alternate!==null&&(n=o),o=o.sibling;n===null?t||e.tail===null?e.tail=null:e.tail.sibling=null:n.sibling=null}}function Pt(e){var t=e.alternate!==null&&e.alternate.child===e.child,o=0,n=0;if(t)for(var r=e.child;r!==null;)o|=r.lanes|r.childLanes,n|=r.subtreeFlags&14680064,n|=r.flags&14680064,r.return=e,r=r.sibling;else for(r=e.child;r!==null;)o|=r.lanes|r.childLanes,n|=r.subtreeFlags,n|=r.flags,r.return=e,r=r.sibling;return e.subtreeFlags|=n,e.childLanes=o,t}function Hf(e,t,o){var n=t.pendingProps;switch(cs(t),t.tag){case 2:case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return Pt(t),null;case 1:return xt(t.type)&&Mr(),Pt(t),null;case 3:return n=t.stateNode,ta(),Ke(bt),Ke(yt),Ss(),n.pendingContext&&(n.context=n.pendingContext,n.pendingContext=null),(e===null||e.child===null)&&(zr(t)?t.flags|=4:e===null||e.memoizedState.isDehydrated&&(t.flags&256)===0||(t.flags|=1024,Qt!==null&&(Xs(Qt),Qt=null))),Ws(e,t),Pt(t),null;case 5:ws(t);var r=kn(Fa.current);if(o=t.type,e!==null&&t.stateNode!=null)Du(e,t,o,n,r),e.ref!==t.ref&&(t.flags|=512,t.flags|=2097152);else{if(!n){if(t.stateNode===null)throw Error(s(166));return Pt(t),null}if(e=kn(so.current),zr(t)){n=t.stateNode,o=t.type;var l=t.memoizedProps;switch(n[io]=t,n[Aa]=l,e=(t.mode&1)!==0,o){case"dialog":qe("cancel",n),qe("close",n);break;case"iframe":case"object":case"embed":qe("load",n);break;case"video":case"audio":for(r=0;r<Ma.length;r++)qe(Ma[r],n);break;case"source":qe("error",n);break;case"img":case"image":case"link":qe("error",n),qe("load",n);break;case"details":qe("toggle",n);break;case"input":Ln(n,l),qe("invalid",n);break;case"select":n._wrapperState={wasMultiple:!!l.multiple},qe("invalid",n);break;case"textarea":An(n,l),qe("invalid",n)}Dn(o,l),r=null;for(var u in l)if(l.hasOwnProperty(u)){var g=l[u];u==="children"?typeof g=="string"?n.textContent!==g&&(l.suppressHydrationWarning!==!0&&Er(n.textContent,g,e),r=["children",g]):typeof g=="number"&&n.textContent!==""+g&&(l.suppressHydrationWarning!==!0&&Er(n.textContent,g,e),r=["children",""+g]):d.hasOwnProperty(u)&&g!=null&&u==="onScroll"&&qe("scroll",n)}switch(o){case"input":Mo(n),un(n,l,!0);break;case"textarea":Mo(n),Ao(n);break;case"select":case"option":break;default:typeof l.onClick=="function"&&(n.onclick=_r)}n=r,t.updateQueue=n,n!==null&&(t.flags|=4)}else{u=r.nodeType===9?r:r.ownerDocument,e==="http://www.w3.org/1999/xhtml"&&(e=da(o)),e==="http://www.w3.org/1999/xhtml"?o==="script"?(e=u.createElement("div"),e.innerHTML="<script><\/script>",e=e.removeChild(e.firstChild)):typeof n.is=="string"?e=u.createElement(o,{is:n.is}):(e=u.createElement(o),o==="select"&&(u=e,n.multiple?u.multiple=!0:n.size&&(u.size=n.size))):e=u.createElementNS(e,o),e[io]=t,e[Aa]=n,Au(e,t,!1,!1),t.stateNode=e;e:{switch(u=fa(o,n),o){case"dialog":qe("cancel",e),qe("close",e),r=n;break;case"iframe":case"object":case"embed":qe("load",e),r=n;break;case"video":case"audio":for(r=0;r<Ma.length;r++)qe(Ma[r],e);r=n;break;case"source":qe("error",e),r=n;break;case"img":case"image":case"link":qe("error",e),qe("load",e),r=n;break;case"details":qe("toggle",e),r=n;break;case"input":Ln(e,n),r=No(e,n),qe("invalid",e);break;case"option":r=n;break;case"select":e._wrapperState={wasMultiple:!!n.multiple},r=Y({},n,{value:void 0}),qe("invalid",e);break;case"textarea":An(e,n),r=ft(e,n),qe("invalid",e);break;default:r=n}Dn(o,r),g=r;for(l in g)if(g.hasOwnProperty(l)){var v=g[l];l==="style"?pa(e,v):l==="dangerouslySetInnerHTML"?(v=v?v.__html:void 0,v!=null&&Ft(e,v)):l==="children"?typeof v=="string"?(o!=="textarea"||v!=="")&&Do(e,v):typeof v=="number"&&Do(e,""+v):l!=="suppressContentEditableWarning"&&l!=="suppressHydrationWarning"&&l!=="autoFocus"&&(d.hasOwnProperty(l)?v!=null&&l==="onScroll"&&qe("scroll",e):v!=null&&ue(e,l,v,u))}switch(o){case"input":Mo(e),un(e,n,!1);break;case"textarea":Mo(e),Ao(e);break;case"option":n.value!=null&&e.setAttribute("value",""+we(n.value));break;case"select":e.multiple=!!n.multiple,l=n.value,l!=null?Ge(e,!!n.multiple,l,!1):n.defaultValue!=null&&Ge(e,!!n.multiple,n.defaultValue,!0);break;default:typeof r.onClick=="function"&&(e.onclick=_r)}switch(o){case"button":case"input":case"select":case"textarea":n=!!n.autoFocus;break e;case"img":n=!0;break e;default:n=!1}}n&&(t.flags|=4)}t.ref!==null&&(t.flags|=512,t.flags|=2097152)}return Pt(t),null;case 6:if(e&&t.stateNode!=null)zu(e,t,e.memoizedProps,n);else{if(typeof n!="string"&&t.stateNode===null)throw Error(s(166));if(o=kn(Fa.current),kn(so.current),zr(t)){if(n=t.stateNode,o=t.memoizedProps,n[io]=t,(l=n.nodeValue!==o)&&(e=At,e!==null))switch(e.tag){case 3:Er(n.nodeValue,o,(e.mode&1)!==0);break;case 5:e.memoizedProps.suppressHydrationWarning!==!0&&Er(n.nodeValue,o,(e.mode&1)!==0)}l&&(t.flags|=4)}else n=(o.nodeType===9?o:o.ownerDocument).createTextNode(n),n[io]=t,t.stateNode=n}return Pt(t),null;case 13:if(Ke(Je),n=t.memoizedState,e===null||e.memoizedState!==null&&e.memoizedState.dehydrated!==null){if($e&&Dt!==null&&(t.mode&1)!==0&&(t.flags&128)===0)Fc(),Jn(),t.flags|=98560,l=!1;else if(l=zr(t),n!==null&&n.dehydrated!==null){if(e===null){if(!l)throw Error(s(318));if(l=t.memoizedState,l=l!==null?l.dehydrated:null,!l)throw Error(s(317));l[io]=t}else Jn(),(t.flags&128)===0&&(t.memoizedState=null),t.flags|=4;Pt(t),l=!1}else Qt!==null&&(Xs(Qt),Qt=null),l=!0;if(!l)return t.flags&65536?t:null}return(t.flags&128)!==0?(t.lanes=o,t):(n=n!==null,n!==(e!==null&&e.memoizedState!==null)&&n&&(t.child.flags|=8192,(t.mode&1)!==0&&(e===null||(Je.current&1)!==0?lt===0&&(lt=3):tl())),t.updateQueue!==null&&(t.flags|=4),Pt(t),null);case 4:return ta(),Ws(e,t),e===null&&Na(t.stateNode.containerInfo),Pt(t),null;case 10:return hs(t.type._context),Pt(t),null;case 17:return xt(t.type)&&Mr(),Pt(t),null;case 19:if(Ke(Je),l=t.memoizedState,l===null)return Pt(t),null;if(n=(t.flags&128)!==0,u=l.rendering,u===null)if(n)Va(l,!1);else{if(lt!==0||e!==null&&(e.flags&128)!==0)for(e=t.child;e!==null;){if(u=Ur(e),u!==null){for(t.flags|=128,Va(l,!1),n=u.updateQueue,n!==null&&(t.updateQueue=n,t.flags|=4),t.subtreeFlags=0,n=o,o=t.child;o!==null;)l=o,e=n,l.flags&=14680066,u=l.alternate,u===null?(l.childLanes=0,l.lanes=e,l.child=null,l.subtreeFlags=0,l.memoizedProps=null,l.memoizedState=null,l.updateQueue=null,l.dependencies=null,l.stateNode=null):(l.childLanes=u.childLanes,l.lanes=u.lanes,l.child=u.child,l.subtreeFlags=0,l.deletions=null,l.memoizedProps=u.memoizedProps,l.memoizedState=u.memoizedState,l.updateQueue=u.updateQueue,l.type=u.type,e=u.dependencies,l.dependencies=e===null?null:{lanes:e.lanes,firstContext:e.firstContext}),o=o.sibling;return Ve(Je,Je.current&1|2),t.child}e=e.sibling}l.tail!==null&&Le()>ra&&(t.flags|=128,n=!0,Va(l,!1),t.lanes=4194304)}else{if(!n)if(e=Ur(u),e!==null){if(t.flags|=128,n=!0,o=e.updateQueue,o!==null&&(t.updateQueue=o,t.flags|=4),Va(l,!0),l.tail===null&&l.tailMode==="hidden"&&!u.alternate&&!$e)return Pt(t),null}else 2*Le()-l.renderingStartTime>ra&&o!==1073741824&&(t.flags|=128,n=!0,Va(l,!1),t.lanes=4194304);l.isBackwards?(u.sibling=t.child,t.child=u):(o=l.last,o!==null?o.sibling=u:t.child=u,l.last=u)}return l.tail!==null?(t=l.tail,l.rendering=t,l.tail=t.sibling,l.renderingStartTime=Le(),t.sibling=null,o=Je.current,Ve(Je,n?o&1|2:o&1),t):(Pt(t),null);case 22:case 23:return el(),n=t.memoizedState!==null,e!==null&&e.memoizedState!==null!==n&&(t.flags|=8192),n&&(t.mode&1)!==0?(zt&1073741824)!==0&&(Pt(t),t.subtreeFlags&6&&(t.flags|=8192)):Pt(t),null;case 24:return null;case 25:return null}throw Error(s(156,t.tag))}function Vf(e,t){switch(cs(t),t.tag){case 1:return xt(t.type)&&Mr(),e=t.flags,e&65536?(t.flags=e&-65537|128,t):null;case 3:return ta(),Ke(bt),Ke(yt),Ss(),e=t.flags,(e&65536)!==0&&(e&128)===0?(t.flags=e&-65537|128,t):null;case 5:return ws(t),null;case 13:if(Ke(Je),e=t.memoizedState,e!==null&&e.dehydrated!==null){if(t.alternate===null)throw Error(s(340));Jn()}return e=t.flags,e&65536?(t.flags=e&-65537|128,t):null;case 19:return Ke(Je),null;case 4:return ta(),null;case 10:return hs(t.type._context),null;case 22:case 23:return el(),null;case 24:return null;default:return null}}var Jr=!1,wt=!1,Yf=typeof WeakSet=="function"?WeakSet:Set,Q=null;function na(e,t){var o=e.ref;if(o!==null)if(typeof o=="function")try{o(null)}catch(n){ot(e,t,n)}else o.current=null}function Us(e,t,o){try{o()}catch(n){ot(e,t,n)}}var Iu=!1;function qf(e,t){if(es=yr,e=hc(),qi(e)){if("selectionStart"in e)var o={start:e.selectionStart,end:e.selectionEnd};else e:{o=(o=e.ownerDocument)&&o.defaultView||window;var n=o.getSelection&&o.getSelection();if(n&&n.rangeCount!==0){o=n.anchorNode;var r=n.anchorOffset,l=n.focusNode;n=n.focusOffset;try{o.nodeType,l.nodeType}catch{o=null;break e}var u=0,g=-1,v=-1,j=0,z=0,I=e,D=null;t:for(;;){for(var K;I!==o||r!==0&&I.nodeType!==3||(g=u+r),I!==l||n!==0&&I.nodeType!==3||(v=u+n),I.nodeType===3&&(u+=I.nodeValue.length),(K=I.firstChild)!==null;)D=I,I=K;for(;;){if(I===e)break t;if(D===o&&++j===r&&(g=u),D===l&&++z===n&&(v=u),(K=I.nextSibling)!==null)break;I=D,D=I.parentNode}I=K}o=g===-1||v===-1?null:{start:g,end:v}}else o=null}o=o||{start:0,end:0}}else o=null;for(ts={focusedElem:e,selectionRange:o},yr=!1,Q=t;Q!==null;)if(t=Q,e=t.child,(t.subtreeFlags&1028)!==0&&e!==null)e.return=t,Q=e;else for(;Q!==null;){t=Q;try{var Z=t.alternate;if((t.flags&1024)!==0)switch(t.tag){case 0:case 11:case 15:break;case 1:if(Z!==null){var te=Z.memoizedProps,nt=Z.memoizedState,b=t.stateNode,w=b.getSnapshotBeforeUpdate(t.elementType===t.type?te:Gt(t.type,te),nt);b.__reactInternalSnapshotBeforeUpdate=w}break;case 3:var R=t.stateNode.containerInfo;R.nodeType===1?R.textContent="":R.nodeType===9&&R.documentElement&&R.removeChild(R.documentElement);break;case 5:case 6:case 4:case 17:break;default:throw Error(s(163))}}catch(W){ot(t,t.return,W)}if(e=t.sibling,e!==null){e.return=t.return,Q=e;break}Q=t.return}return Z=Iu,Iu=!1,Z}function Ya(e,t,o){var n=t.updateQueue;if(n=n!==null?n.lastEffect:null,n!==null){var r=n=n.next;do{if((r.tag&e)===e){var l=r.destroy;r.destroy=void 0,l!==void 0&&Us(t,o,l)}r=r.next}while(r!==n)}}function Xr(e,t){if(t=t.updateQueue,t=t!==null?t.lastEffect:null,t!==null){var o=t=t.next;do{if((o.tag&e)===e){var n=o.create;o.destroy=n()}o=o.next}while(o!==t)}}function Hs(e){var t=e.ref;if(t!==null){var o=e.stateNode;switch(e.tag){case 5:e=o;break;default:e=o}typeof t=="function"?t(e):t.current=e}}function Ou(e){var t=e.alternate;t!==null&&(e.alternate=null,Ou(t)),e.child=null,e.deletions=null,e.sibling=null,e.tag===5&&(t=e.stateNode,t!==null&&(delete t[io],delete t[Aa],delete t[rs],delete t[Ef],delete t[_f])),e.stateNode=null,e.return=null,e.dependencies=null,e.memoizedProps=null,e.memoizedState=null,e.pendingProps=null,e.stateNode=null,e.updateQueue=null}function Fu(e){return e.tag===5||e.tag===3||e.tag===4}function Bu(e){e:for(;;){for(;e.sibling===null;){if(e.return===null||Fu(e.return))return null;e=e.return}for(e.sibling.return=e.return,e=e.sibling;e.tag!==5&&e.tag!==6&&e.tag!==18;){if(e.flags&2||e.child===null||e.tag===4)continue e;e.child.return=e,e=e.child}if(!(e.flags&2))return e.stateNode}}function Vs(e,t,o){var n=e.tag;if(n===5||n===6)e=e.stateNode,t?o.nodeType===8?o.parentNode.insertBefore(e,t):o.insertBefore(e,t):(o.nodeType===8?(t=o.parentNode,t.insertBefore(e,o)):(t=o,t.appendChild(e)),o=o._reactRootContainer,o!=null||t.onclick!==null||(t.onclick=_r));else if(n!==4&&(e=e.child,e!==null))for(Vs(e,t,o),e=e.sibling;e!==null;)Vs(e,t,o),e=e.sibling}function Ys(e,t,o){var n=e.tag;if(n===5||n===6)e=e.stateNode,t?o.insertBefore(e,t):o.appendChild(e);else if(n!==4&&(e=e.child,e!==null))for(Ys(e,t,o),e=e.sibling;e!==null;)Ys(e,t,o),e=e.sibling}var ht=null,Jt=!1;function Jo(e,t,o){for(o=o.child;o!==null;)Wu(e,t,o),o=o.sibling}function Wu(e,t,o){if(gt&&typeof gt.onCommitFiberUnmount=="function")try{gt.onCommitFiberUnmount(He,o)}catch{}switch(o.tag){case 5:wt||na(o,t);case 6:var n=ht,r=Jt;ht=null,Jo(e,t,o),ht=n,Jt=r,ht!==null&&(Jt?(e=ht,o=o.stateNode,e.nodeType===8?e.parentNode.removeChild(o):e.removeChild(o)):ht.removeChild(o.stateNode));break;case 18:ht!==null&&(Jt?(e=ht,o=o.stateNode,e.nodeType===8?as(e.parentNode,o):e.nodeType===1&&as(e,o),ba(e)):as(ht,o.stateNode));break;case 4:n=ht,r=Jt,ht=o.stateNode.containerInfo,Jt=!0,Jo(e,t,o),ht=n,Jt=r;break;case 0:case 11:case 14:case 15:if(!wt&&(n=o.updateQueue,n!==null&&(n=n.lastEffect,n!==null))){r=n=n.next;do{var l=r,u=l.destroy;l=l.tag,u!==void 0&&((l&2)!==0||(l&4)!==0)&&Us(o,t,u),r=r.next}while(r!==n)}Jo(e,t,o);break;case 1:if(!wt&&(na(o,t),n=o.stateNode,typeof n.componentWillUnmount=="function"))try{n.props=o.memoizedProps,n.state=o.memoizedState,n.componentWillUnmount()}catch(g){ot(o,t,g)}Jo(e,t,o);break;case 21:Jo(e,t,o);break;case 22:o.mode&1?(wt=(n=wt)||o.memoizedState!==null,Jo(e,t,o),wt=n):Jo(e,t,o);break;default:Jo(e,t,o)}}function Uu(e){var t=e.updateQueue;if(t!==null){e.updateQueue=null;var o=e.stateNode;o===null&&(o=e.stateNode=new Yf),t.forEach(function(n){var r=tg.bind(null,e,n);o.has(n)||(o.add(n),n.then(r,r))})}}function Xt(e,t){var o=t.deletions;if(o!==null)for(var n=0;n<o.length;n++){var r=o[n];try{var l=e,u=t,g=u;e:for(;g!==null;){switch(g.tag){case 5:ht=g.stateNode,Jt=!1;break e;case 3:ht=g.stateNode.containerInfo,Jt=!0;break e;case 4:ht=g.stateNode.containerInfo,Jt=!0;break e}g=g.return}if(ht===null)throw Error(s(160));Wu(l,u,r),ht=null,Jt=!1;var v=r.alternate;v!==null&&(v.return=null),r.return=null}catch(j){ot(r,t,j)}}if(t.subtreeFlags&12854)for(t=t.child;t!==null;)Hu(t,e),t=t.sibling}function Hu(e,t){var o=e.alternate,n=e.flags;switch(e.tag){case 0:case 11:case 14:case 15:if(Xt(t,e),co(e),n&4){try{Ya(3,e,e.return),Xr(3,e)}catch(te){ot(e,e.return,te)}try{Ya(5,e,e.return)}catch(te){ot(e,e.return,te)}}break;case 1:Xt(t,e),co(e),n&512&&o!==null&&na(o,o.return);break;case 5:if(Xt(t,e),co(e),n&512&&o!==null&&na(o,o.return),e.flags&32){var r=e.stateNode;try{Do(r,"")}catch(te){ot(e,e.return,te)}}if(n&4&&(r=e.stateNode,r!=null)){var l=e.memoizedProps,u=o!==null?o.memoizedProps:l,g=e.type,v=e.updateQueue;if(e.updateQueue=null,v!==null)try{g==="input"&&l.type==="radio"&&l.name!=null&&Mt(r,l),fa(g,u);var j=fa(g,l);for(u=0;u<v.length;u+=2){var z=v[u],I=v[u+1];z==="style"?pa(r,I):z==="dangerouslySetInnerHTML"?Ft(r,I):z==="children"?Do(r,I):ue(r,z,I,j)}switch(g){case"input":Lo(r,l);break;case"textarea":to(r,l);break;case"select":var D=r._wrapperState.wasMultiple;r._wrapperState.wasMultiple=!!l.multiple;var K=l.value;K!=null?Ge(r,!!l.multiple,K,!1):D!==!!l.multiple&&(l.defaultValue!=null?Ge(r,!!l.multiple,l.defaultValue,!0):Ge(r,!!l.multiple,l.multiple?[]:"",!1))}r[Aa]=l}catch(te){ot(e,e.return,te)}}break;case 6:if(Xt(t,e),co(e),n&4){if(e.stateNode===null)throw Error(s(162));r=e.stateNode,l=e.memoizedProps;try{r.nodeValue=l}catch(te){ot(e,e.return,te)}}break;case 3:if(Xt(t,e),co(e),n&4&&o!==null&&o.memoizedState.isDehydrated)try{ba(t.containerInfo)}catch(te){ot(e,e.return,te)}break;case 4:Xt(t,e),co(e);break;case 13:Xt(t,e),co(e),r=e.child,r.flags&8192&&(l=r.memoizedState!==null,r.stateNode.isHidden=l,!l||r.alternate!==null&&r.alternate.memoizedState!==null||($s=Le())),n&4&&Uu(e);break;case 22:if(z=o!==null&&o.memoizedState!==null,e.mode&1?(wt=(j=wt)||z,Xt(t,e),wt=j):Xt(t,e),co(e),n&8192){if(j=e.memoizedState!==null,(e.stateNode.isHidden=j)&&!z&&(e.mode&1)!==0)for(Q=e,z=e.child;z!==null;){for(I=Q=z;Q!==null;){switch(D=Q,K=D.child,D.tag){case 0:case 11:case 14:case 15:Ya(4,D,D.return);break;case 1:na(D,D.return);var Z=D.stateNode;if(typeof Z.componentWillUnmount=="function"){n=D,o=D.return;try{t=n,Z.props=t.memoizedProps,Z.state=t.memoizedState,Z.componentWillUnmount()}catch(te){ot(n,o,te)}}break;case 5:na(D,D.return);break;case 22:if(D.memoizedState!==null){qu(I);continue}}K!==null?(K.return=D,Q=K):qu(I)}z=z.sibling}e:for(z=null,I=e;;){if(I.tag===5){if(z===null){z=I;try{r=I.stateNode,j?(l=r.style,typeof l.setProperty=="function"?l.setProperty("display","none","important"):l.display="none"):(g=I.stateNode,v=I.memoizedProps.style,u=v!=null&&v.hasOwnProperty("display")?v.display:null,g.style.display=qt("display",u))}catch(te){ot(e,e.return,te)}}}else if(I.tag===6){if(z===null)try{I.stateNode.nodeValue=j?"":I.memoizedProps}catch(te){ot(e,e.return,te)}}else if((I.tag!==22&&I.tag!==23||I.memoizedState===null||I===e)&&I.child!==null){I.child.return=I,I=I.child;continue}if(I===e)break e;for(;I.sibling===null;){if(I.return===null||I.return===e)break e;z===I&&(z=null),I=I.return}z===I&&(z=null),I.sibling.return=I.return,I=I.sibling}}break;case 19:Xt(t,e),co(e),n&4&&Uu(e);break;case 21:break;default:Xt(t,e),co(e)}}function co(e){var t=e.flags;if(t&2){try{e:{for(var o=e.return;o!==null;){if(Fu(o)){var n=o;break e}o=o.return}throw Error(s(160))}switch(n.tag){case 5:var r=n.stateNode;n.flags&32&&(Do(r,""),n.flags&=-33);var l=Bu(e);Ys(e,l,r);break;case 3:case 4:var u=n.stateNode.containerInfo,g=Bu(e);Vs(e,g,u);break;default:throw Error(s(161))}}catch(v){ot(e,e.return,v)}e.flags&=-3}t&4096&&(e.flags&=-4097)}function Kf(e,t,o){Q=e,Vu(e)}function Vu(e,t,o){for(var n=(e.mode&1)!==0;Q!==null;){var r=Q,l=r.child;if(r.tag===22&&n){var u=r.memoizedState!==null||Jr;if(!u){var g=r.alternate,v=g!==null&&g.memoizedState!==null||wt;g=Jr;var j=wt;if(Jr=u,(wt=v)&&!j)for(Q=r;Q!==null;)u=Q,v=u.child,u.tag===22&&u.memoizedState!==null?Ku(r):v!==null?(v.return=u,Q=v):Ku(r);for(;l!==null;)Q=l,Vu(l),l=l.sibling;Q=r,Jr=g,wt=j}Yu(e)}else(r.subtreeFlags&8772)!==0&&l!==null?(l.return=r,Q=l):Yu(e)}}function Yu(e){for(;Q!==null;){var t=Q;if((t.flags&8772)!==0){var o=t.alternate;try{if((t.flags&8772)!==0)switch(t.tag){case 0:case 11:case 15:wt||Xr(5,t);break;case 1:var n=t.stateNode;if(t.flags&4&&!wt)if(o===null)n.componentDidMount();else{var r=t.elementType===t.type?o.memoizedProps:Gt(t.type,o.memoizedProps);n.componentDidUpdate(r,o.memoizedState,n.__reactInternalSnapshotBeforeUpdate)}var l=t.updateQueue;l!==null&&qc(t,l,n);break;case 3:var u=t.updateQueue;if(u!==null){if(o=null,t.child!==null)switch(t.child.tag){case 5:o=t.child.stateNode;break;case 1:o=t.child.stateNode}qc(t,u,o)}break;case 5:var g=t.stateNode;if(o===null&&t.flags&4){o=g;var v=t.memoizedProps;switch(t.type){case"button":case"input":case"select":case"textarea":v.autoFocus&&o.focus();break;case"img":v.src&&(o.src=v.src)}}break;case 6:break;case 4:break;case 12:break;case 13:if(t.memoizedState===null){var j=t.alternate;if(j!==null){var z=j.memoizedState;if(z!==null){var I=z.dehydrated;I!==null&&ba(I)}}}break;case 19:case 17:case 21:case 22:case 23:case 25:break;default:throw Error(s(163))}wt||t.flags&512&&Hs(t)}catch(D){ot(t,t.return,D)}}if(t===e){Q=null;break}if(o=t.sibling,o!==null){o.return=t.return,Q=o;break}Q=t.return}}function qu(e){for(;Q!==null;){var t=Q;if(t===e){Q=null;break}var o=t.sibling;if(o!==null){o.return=t.return,Q=o;break}Q=t.return}}function Ku(e){for(;Q!==null;){var t=Q;try{switch(t.tag){case 0:case 11:case 15:var o=t.return;try{Xr(4,t)}catch(v){ot(t,o,v)}break;case 1:var n=t.stateNode;if(typeof n.componentDidMount=="function"){var r=t.return;try{n.componentDidMount()}catch(v){ot(t,r,v)}}var l=t.return;try{Hs(t)}catch(v){ot(t,l,v)}break;case 5:var u=t.return;try{Hs(t)}catch(v){ot(t,u,v)}}}catch(v){ot(t,t.return,v)}if(t===e){Q=null;break}var g=t.sibling;if(g!==null){g.return=t.return,Q=g;break}Q=t.return}}var $f=Math.ceil,Zr=re.ReactCurrentDispatcher,qs=re.ReactCurrentOwner,Vt=re.ReactCurrentBatchConfig,Me=0,dt=null,at=null,mt=0,zt=0,aa=qo(0),lt=0,qa=null,bn=0,ei=0,Ks=0,Ka=null,Rt=null,$s=0,ra=1/0,xo=null,ti=!1,Qs=null,Xo=null,oi=!1,Zo=null,ni=0,$a=0,Gs=null,ai=-1,ri=0;function St(){return(Me&6)!==0?Le():ai!==-1?ai:ai=Le()}function en(e){return(e.mode&1)===0?1:(Me&2)!==0&&mt!==0?mt&-mt:Mf.transition!==null?(ri===0&&(ri=Bl()),ri):(e=Fe,e!==0||(e=window.event,e=e===void 0?16:Ql(e.type)),e)}function Zt(e,t,o,n){if(50<$a)throw $a=0,Gs=null,Error(s(185));va(e,o,n),((Me&2)===0||e!==dt)&&(e===dt&&((Me&2)===0&&(ei|=o),lt===4&&tn(e,mt)),jt(e,n),o===1&&Me===0&&(t.mode&1)===0&&(ra=Le()+500,Lr&&$o()))}function jt(e,t){var o=e.callbackNode;Tp(e,t);var n=gr(e,e===dt?mt:0);if(n===0)o!==null&&go(o),e.callbackNode=null,e.callbackPriority=0;else if(t=n&-n,e.callbackPriority!==t){if(o!=null&&go(o),t===1)e.tag===0?Tf(Qu.bind(null,e)):Ac(Qu.bind(null,e)),Rf(function(){(Me&6)===0&&$o()}),o=null;else{switch(Wl(n)){case 1:o=ho;break;case 4:o=ro;break;case 16:o=mo;break;case 536870912:o=je;break;default:o=mo}o=nd(o,$u.bind(null,e))}e.callbackPriority=t,e.callbackNode=o}}function $u(e,t){if(ai=-1,ri=0,(Me&6)!==0)throw Error(s(327));var o=e.callbackNode;if(ia()&&e.callbackNode!==o)return null;var n=gr(e,e===dt?mt:0);if(n===0)return null;if((n&30)!==0||(n&e.expiredLanes)!==0||t)t=ii(e,n);else{t=n;var r=Me;Me|=2;var l=Ju();(dt!==e||mt!==t)&&(xo=null,ra=Le()+500,Cn(e,t));do try{Jf();break}catch(g){Gu(e,g)}while(!0);gs(),Zr.current=l,Me=r,at!==null?t=0:(dt=null,mt=0,t=lt)}if(t!==0){if(t===2&&(r=Ti(e),r!==0&&(n=r,t=Js(e,r))),t===1)throw o=qa,Cn(e,0),tn(e,n),jt(e,Le()),o;if(t===6)tn(e,n);else{if(r=e.current.alternate,(n&30)===0&&!Qf(r)&&(t=ii(e,n),t===2&&(l=Ti(e),l!==0&&(n=l,t=Js(e,l))),t===1))throw o=qa,Cn(e,0),tn(e,n),jt(e,Le()),o;switch(e.finishedWork=r,e.finishedLanes=n,t){case 0:case 1:throw Error(s(345));case 2:Rn(e,Rt,xo);break;case 3:if(tn(e,n),(n&130023424)===n&&(t=$s+500-Le(),10<t)){if(gr(e,0)!==0)break;if(r=e.suspendedLanes,(r&n)!==n){St(),e.pingedLanes|=e.suspendedLanes&r;break}e.timeoutHandle=ns(Rn.bind(null,e,Rt,xo),t);break}Rn(e,Rt,xo);break;case 4:if(tn(e,n),(n&4194240)===n)break;for(t=e.eventTimes,r=-1;0<n;){var u=31-Ae(n);l=1<<u,u=t[u],u>r&&(r=u),n&=~l}if(n=r,n=Le()-n,n=(120>n?120:480>n?480:1080>n?1080:1920>n?1920:3e3>n?3e3:4320>n?4320:1960*$f(n/1960))-n,10<n){e.timeoutHandle=ns(Rn.bind(null,e,Rt,xo),n);break}Rn(e,Rt,xo);break;case 5:Rn(e,Rt,xo);break;default:throw Error(s(329))}}}return jt(e,Le()),e.callbackNode===o?$u.bind(null,e):null}function Js(e,t){var o=Ka;return e.current.memoizedState.isDehydrated&&(Cn(e,t).flags|=256),e=ii(e,t),e!==2&&(t=Rt,Rt=o,t!==null&&Xs(t)),e}function Xs(e){Rt===null?Rt=e:Rt.push.apply(Rt,e)}function Qf(e){for(var t=e;;){if(t.flags&16384){var o=t.updateQueue;if(o!==null&&(o=o.stores,o!==null))for(var n=0;n<o.length;n++){var r=o[n],l=r.getSnapshot;r=r.value;try{if(!$t(l(),r))return!1}catch{return!1}}}if(o=t.child,t.subtreeFlags&16384&&o!==null)o.return=t,t=o;else{if(t===e)break;for(;t.sibling===null;){if(t.return===null||t.return===e)return!0;t=t.return}t.sibling.return=t.return,t=t.sibling}}return!0}function tn(e,t){for(t&=~Ks,t&=~ei,e.suspendedLanes|=t,e.pingedLanes&=~t,e=e.expirationTimes;0<t;){var o=31-Ae(t),n=1<<o;e[o]=-1,t&=~n}}function Qu(e){if((Me&6)!==0)throw Error(s(327));ia();var t=gr(e,0);if((t&1)===0)return jt(e,Le()),null;var o=ii(e,t);if(e.tag!==0&&o===2){var n=Ti(e);n!==0&&(t=n,o=Js(e,n))}if(o===1)throw o=qa,Cn(e,0),tn(e,t),jt(e,Le()),o;if(o===6)throw Error(s(345));return e.finishedWork=e.current.alternate,e.finishedLanes=t,Rn(e,Rt,xo),jt(e,Le()),null}function Zs(e,t){var o=Me;Me|=1;try{return e(t)}finally{Me=o,Me===0&&(ra=Le()+500,Lr&&$o())}}function xn(e){Zo!==null&&Zo.tag===0&&(Me&6)===0&&ia();var t=Me;Me|=1;var o=Vt.transition,n=Fe;try{if(Vt.transition=null,Fe=1,e)return e()}finally{Fe=n,Vt.transition=o,Me=t,(Me&6)===0&&$o()}}function el(){zt=aa.current,Ke(aa)}function Cn(e,t){e.finishedWork=null,e.finishedLanes=0;var o=e.timeoutHandle;if(o!==-1&&(e.timeoutHandle=-1,Cf(o)),at!==null)for(o=at.return;o!==null;){var n=o;switch(cs(n),n.tag){case 1:n=n.type.childContextTypes,n!=null&&Mr();break;case 3:ta(),Ke(bt),Ke(yt),Ss();break;case 5:ws(n);break;case 4:ta();break;case 13:Ke(Je);break;case 19:Ke(Je);break;case 10:hs(n.type._context);break;case 22:case 23:el()}o=o.return}if(dt=e,at=e=on(e.current,null),mt=zt=t,lt=0,qa=null,Ks=ei=bn=0,Rt=Ka=null,wn!==null){for(t=0;t<wn.length;t++)if(o=wn[t],n=o.interleaved,n!==null){o.interleaved=null;var r=n.next,l=o.pending;if(l!==null){var u=l.next;l.next=r,n.next=u}o.pending=n}wn=null}return e}function Gu(e,t){do{var o=at;try{if(gs(),Hr.current=Kr,Vr){for(var n=Xe.memoizedState;n!==null;){var r=n.queue;r!==null&&(r.pending=null),n=n.next}Vr=!1}if(Sn=0,ut=st=Xe=null,Ba=!1,Wa=0,qs.current=null,o===null||o.return===null){lt=1,qa=t,at=null;break}e:{var l=e,u=o.return,g=o,v=t;if(t=mt,g.flags|=32768,v!==null&&typeof v=="object"&&typeof v.then=="function"){var j=v,z=g,I=z.tag;if((z.mode&1)===0&&(I===0||I===11||I===15)){var D=z.alternate;D?(z.updateQueue=D.updateQueue,z.memoizedState=D.memoizedState,z.lanes=D.lanes):(z.updateQueue=null,z.memoizedState=null)}var K=ku(u);if(K!==null){K.flags&=-257,Su(K,u,g,l,t),K.mode&1&&wu(l,j,t),t=K,v=j;var Z=t.updateQueue;if(Z===null){var te=new Set;te.add(v),t.updateQueue=te}else Z.add(v);break e}else{if((t&1)===0){wu(l,j,t),tl();break e}v=Error(s(426))}}else if($e&&g.mode&1){var nt=ku(u);if(nt!==null){(nt.flags&65536)===0&&(nt.flags|=256),Su(nt,u,g,l,t),ps(oa(v,g));break e}}l=v=oa(v,g),lt!==4&&(lt=2),Ka===null?Ka=[l]:Ka.push(l),l=u;do{switch(l.tag){case 3:l.flags|=65536,t&=-t,l.lanes|=t;var b=vu(l,v,t);Yc(l,b);break e;case 1:g=v;var w=l.type,R=l.stateNode;if((l.flags&128)===0&&(typeof w.getDerivedStateFromError=="function"||R!==null&&typeof R.componentDidCatch=="function"&&(Xo===null||!Xo.has(R)))){l.flags|=65536,t&=-t,l.lanes|=t;var W=Pu(l,g,t);Yc(l,W);break e}}l=l.return}while(l!==null)}Zu(o)}catch(oe){t=oe,at===o&&o!==null&&(at=o=o.return);continue}break}while(!0)}function Ju(){var e=Zr.current;return Zr.current=Kr,e===null?Kr:e}function tl(){(lt===0||lt===3||lt===2)&&(lt=4),dt===null||(bn&268435455)===0&&(ei&268435455)===0||tn(dt,mt)}function ii(e,t){var o=Me;Me|=2;var n=Ju();(dt!==e||mt!==t)&&(xo=null,Cn(e,t));do try{Gf();break}catch(r){Gu(e,r)}while(!0);if(gs(),Me=o,Zr.current=n,at!==null)throw Error(s(261));return dt=null,mt=0,lt}function Gf(){for(;at!==null;)Xu(at)}function Jf(){for(;at!==null&&!gn();)Xu(at)}function Xu(e){var t=od(e.alternate,e,zt);e.memoizedProps=e.pendingProps,t===null?Zu(e):at=t,qs.current=null}function Zu(e){var t=e;do{var o=t.alternate;if(e=t.return,(t.flags&32768)===0){if(o=Hf(o,t,zt),o!==null){at=o;return}}else{if(o=Vf(o,t),o!==null){o.flags&=32767,at=o;return}if(e!==null)e.flags|=32768,e.subtreeFlags=0,e.deletions=null;else{lt=6,at=null;return}}if(t=t.sibling,t!==null){at=t;return}at=t=e}while(t!==null);lt===0&&(lt=5)}function Rn(e,t,o){var n=Fe,r=Vt.transition;try{Vt.transition=null,Fe=1,Xf(e,t,o,n)}finally{Vt.transition=r,Fe=n}return null}function Xf(e,t,o,n){do ia();while(Zo!==null);if((Me&6)!==0)throw Error(s(327));o=e.finishedWork;var r=e.finishedLanes;if(o===null)return null;if(e.finishedWork=null,e.finishedLanes=0,o===e.current)throw Error(s(177));e.callbackNode=null,e.callbackPriority=0;var l=o.lanes|o.childLanes;if(Mp(e,l),e===dt&&(at=dt=null,mt=0),(o.subtreeFlags&2064)===0&&(o.flags&2064)===0||oi||(oi=!0,nd(mo,function(){return ia(),null})),l=(o.flags&15990)!==0,(o.subtreeFlags&15990)!==0||l){l=Vt.transition,Vt.transition=null;var u=Fe;Fe=1;var g=Me;Me|=4,qs.current=null,qf(e,o),Hu(o,e),vf(ts),yr=!!es,ts=es=null,e.current=o,Kf(o),Kt(),Me=g,Fe=u,Vt.transition=l}else e.current=o;if(oi&&(oi=!1,Zo=e,ni=r),l=e.pendingLanes,l===0&&(Xo=null),hn(o.stateNode),jt(e,Le()),t!==null)for(n=e.onRecoverableError,o=0;o<t.length;o++)r=t[o],n(r.value,{componentStack:r.stack,digest:r.digest});if(ti)throw ti=!1,e=Qs,Qs=null,e;return(ni&1)!==0&&e.tag!==0&&ia(),l=e.pendingLanes,(l&1)!==0?e===Gs?$a++:($a=0,Gs=e):$a=0,$o(),null}function ia(){if(Zo!==null){var e=Wl(ni),t=Vt.transition,o=Fe;try{if(Vt.transition=null,Fe=16>e?16:e,Zo===null)var n=!1;else{if(e=Zo,Zo=null,ni=0,(Me&6)!==0)throw Error(s(331));var r=Me;for(Me|=4,Q=e.current;Q!==null;){var l=Q,u=l.child;if((Q.flags&16)!==0){var g=l.deletions;if(g!==null){for(var v=0;v<g.length;v++){var j=g[v];for(Q=j;Q!==null;){var z=Q;switch(z.tag){case 0:case 11:case 15:Ya(8,z,l)}var I=z.child;if(I!==null)I.return=z,Q=I;else for(;Q!==null;){z=Q;var D=z.sibling,K=z.return;if(Ou(z),z===j){Q=null;break}if(D!==null){D.return=K,Q=D;break}Q=K}}}var Z=l.alternate;if(Z!==null){var te=Z.child;if(te!==null){Z.child=null;do{var nt=te.sibling;te.sibling=null,te=nt}while(te!==null)}}Q=l}}if((l.subtreeFlags&2064)!==0&&u!==null)u.return=l,Q=u;else e:for(;Q!==null;){if(l=Q,(l.flags&2048)!==0)switch(l.tag){case 0:case 11:case 15:Ya(9,l,l.return)}var b=l.sibling;if(b!==null){b.return=l.return,Q=b;break e}Q=l.return}}var w=e.current;for(Q=w;Q!==null;){u=Q;var R=u.child;if((u.subtreeFlags&2064)!==0&&R!==null)R.return=u,Q=R;else e:for(u=w;Q!==null;){if(g=Q,(g.flags&2048)!==0)try{switch(g.tag){case 0:case 11:case 15:Xr(9,g)}}catch(oe){ot(g,g.return,oe)}if(g===u){Q=null;break e}var W=g.sibling;if(W!==null){W.return=g.return,Q=W;break e}Q=g.return}}if(Me=r,$o(),gt&&typeof gt.onPostCommitFiberRoot=="function")try{gt.onPostCommitFiberRoot(He,e)}catch{}n=!0}return n}finally{Fe=o,Vt.transition=t}}return!1}function ed(e,t,o){t=oa(o,t),t=vu(e,t,1),e=Go(e,t,1),t=St(),e!==null&&(va(e,1,t),jt(e,t))}function ot(e,t,o){if(e.tag===3)ed(e,e,o);else for(;t!==null;){if(t.tag===3){ed(t,e,o);break}else if(t.tag===1){var n=t.stateNode;if(typeof t.type.getDerivedStateFromError=="function"||typeof n.componentDidCatch=="function"&&(Xo===null||!Xo.has(n))){e=oa(o,e),e=Pu(t,e,1),t=Go(t,e,1),e=St(),t!==null&&(va(t,1,e),jt(t,e));break}}t=t.return}}function Zf(e,t,o){var n=e.pingCache;n!==null&&n.delete(t),t=St(),e.pingedLanes|=e.suspendedLanes&o,dt===e&&(mt&o)===o&&(lt===4||lt===3&&(mt&130023424)===mt&&500>Le()-$s?Cn(e,0):Ks|=o),jt(e,t)}function td(e,t){t===0&&((e.mode&1)===0?t=1:(t=fr,fr<<=1,(fr&130023424)===0&&(fr=4194304)));var o=St();e=ko(e,t),e!==null&&(va(e,t,o),jt(e,o))}function eg(e){var t=e.memoizedState,o=0;t!==null&&(o=t.retryLane),td(e,o)}function tg(e,t){var o=0;switch(e.tag){case 13:var n=e.stateNode,r=e.memoizedState;r!==null&&(o=r.retryLane);break;case 19:n=e.stateNode;break;default:throw Error(s(314))}n!==null&&n.delete(t),td(e,o)}var od;od=function(e,t,o){if(e!==null)if(e.memoizedProps!==t.pendingProps||bt.current)Ct=!0;else{if((e.lanes&o)===0&&(t.flags&128)===0)return Ct=!1,Uf(e,t,o);Ct=(e.flags&131072)!==0}else Ct=!1,$e&&(t.flags&1048576)!==0&&Dc(t,Dr,t.index);switch(t.lanes=0,t.tag){case 2:var n=t.type;Gr(e,t),e=t.pendingProps;var r=$n(t,yt.current);ea(t,o),r=Cs(null,t,n,e,r,o);var l=Rs();return t.flags|=1,typeof r=="object"&&r!==null&&typeof r.render=="function"&&r.$$typeof===void 0?(t.tag=1,t.memoizedState=null,t.updateQueue=null,xt(n)?(l=!0,Nr(t)):l=!1,t.memoizedState=r.state!==null&&r.state!==void 0?r.state:null,vs(t),r.updater=$r,t.stateNode=r,r._reactInternals=t,Ns(t,n,e,o),t=zs(null,t,n,!0,l,o)):(t.tag=0,$e&&l&&ls(t),kt(null,t,r,o),t=t.child),t;case 16:n=t.elementType;e:{switch(Gr(e,t),e=t.pendingProps,r=n._init,n=r(n._payload),t.type=n,r=t.tag=ng(n),e=Gt(n,e),r){case 0:t=Ds(null,t,n,e,o);break e;case 1:t=Eu(null,t,n,e,o);break e;case 11:t=bu(null,t,n,e,o);break e;case 14:t=xu(null,t,n,Gt(n.type,e),o);break e}throw Error(s(306,n,""))}return t;case 0:return n=t.type,r=t.pendingProps,r=t.elementType===n?r:Gt(n,r),Ds(e,t,n,r,o);case 1:return n=t.type,r=t.pendingProps,r=t.elementType===n?r:Gt(n,r),Eu(e,t,n,r,o);case 3:e:{if(_u(t),e===null)throw Error(s(387));n=t.pendingProps,l=t.memoizedState,r=l.element,Vc(e,t),Wr(t,n,null,o);var u=t.memoizedState;if(n=u.element,l.isDehydrated)if(l={element:n,isDehydrated:!1,cache:u.cache,pendingSuspenseBoundaries:u.pendingSuspenseBoundaries,transitions:u.transitions},t.updateQueue.baseState=l,t.memoizedState=l,t.flags&256){r=oa(Error(s(423)),t),t=Tu(e,t,n,o,r);break e}else if(n!==r){r=oa(Error(s(424)),t),t=Tu(e,t,n,o,r);break e}else for(Dt=Yo(t.stateNode.containerInfo.firstChild),At=t,$e=!0,Qt=null,o=Uc(t,null,n,o),t.child=o;o;)o.flags=o.flags&-3|4096,o=o.sibling;else{if(Jn(),n===r){t=bo(e,t,o);break e}kt(e,t,n,o)}t=t.child}return t;case 5:return Kc(t),e===null&&ds(t),n=t.type,r=t.pendingProps,l=e!==null?e.memoizedProps:null,u=r.children,os(n,r)?u=null:l!==null&&os(n,l)&&(t.flags|=32),ju(e,t),kt(e,t,u,o),t.child;case 6:return e===null&&ds(t),null;case 13:return Mu(e,t,o);case 4:return Ps(t,t.stateNode.containerInfo),n=t.pendingProps,e===null?t.child=Xn(t,null,n,o):kt(e,t,n,o),t.child;case 11:return n=t.type,r=t.pendingProps,r=t.elementType===n?r:Gt(n,r),bu(e,t,n,r,o);case 7:return kt(e,t,t.pendingProps,o),t.child;case 8:return kt(e,t,t.pendingProps.children,o),t.child;case 12:return kt(e,t,t.pendingProps.children,o),t.child;case 10:e:{if(n=t.type._context,r=t.pendingProps,l=t.memoizedProps,u=r.value,Ve(Or,n._currentValue),n._currentValue=u,l!==null)if($t(l.value,u)){if(l.children===r.children&&!bt.current){t=bo(e,t,o);break e}}else for(l=t.child,l!==null&&(l.return=t);l!==null;){var g=l.dependencies;if(g!==null){u=l.child;for(var v=g.firstContext;v!==null;){if(v.context===n){if(l.tag===1){v=So(-1,o&-o),v.tag=2;var j=l.updateQueue;if(j!==null){j=j.shared;var z=j.pending;z===null?v.next=v:(v.next=z.next,z.next=v),j.pending=v}}l.lanes|=o,v=l.alternate,v!==null&&(v.lanes|=o),ms(l.return,o,t),g.lanes|=o;break}v=v.next}}else if(l.tag===10)u=l.type===t.type?null:l.child;else if(l.tag===18){if(u=l.return,u===null)throw Error(s(341));u.lanes|=o,g=u.alternate,g!==null&&(g.lanes|=o),ms(u,o,t),u=l.sibling}else u=l.child;if(u!==null)u.return=l;else for(u=l;u!==null;){if(u===t){u=null;break}if(l=u.sibling,l!==null){l.return=u.return,u=l;break}u=u.return}l=u}kt(e,t,r.children,o),t=t.child}return t;case 9:return r=t.type,n=t.pendingProps.children,ea(t,o),r=Ut(r),n=n(r),t.flags|=1,kt(e,t,n,o),t.child;case 14:return n=t.type,r=Gt(n,t.pendingProps),r=Gt(n.type,r),xu(e,t,n,r,o);case 15:return Cu(e,t,t.type,t.pendingProps,o);case 17:return n=t.type,r=t.pendingProps,r=t.elementType===n?r:Gt(n,r),Gr(e,t),t.tag=1,xt(n)?(e=!0,Nr(t)):e=!1,ea(t,o),mu(t,n,r),Ns(t,n,r,o),zs(null,t,n,!0,e,o);case 19:return Lu(e,t,o);case 22:return Ru(e,t,o)}throw Error(s(156,t.tag))};function nd(e,t){return Ye(e,t)}function og(e,t,o,n){this.tag=e,this.key=o,this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null,this.index=0,this.ref=null,this.pendingProps=t,this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null,this.mode=n,this.subtreeFlags=this.flags=0,this.deletions=null,this.childLanes=this.lanes=0,this.alternate=null}function Yt(e,t,o,n){return new og(e,t,o,n)}function ol(e){return e=e.prototype,!(!e||!e.isReactComponent)}function ng(e){if(typeof e=="function")return ol(e)?1:0;if(e!=null){if(e=e.$$typeof,e===Te)return 11;if(e===Ze)return 14}return 2}function on(e,t){var o=e.alternate;return o===null?(o=Yt(e.tag,t,e.key,e.mode),o.elementType=e.elementType,o.type=e.type,o.stateNode=e.stateNode,o.alternate=e,e.alternate=o):(o.pendingProps=t,o.type=e.type,o.flags=0,o.subtreeFlags=0,o.deletions=null),o.flags=e.flags&14680064,o.childLanes=e.childLanes,o.lanes=e.lanes,o.child=e.child,o.memoizedProps=e.memoizedProps,o.memoizedState=e.memoizedState,o.updateQueue=e.updateQueue,t=e.dependencies,o.dependencies=t===null?null:{lanes:t.lanes,firstContext:t.firstContext},o.sibling=e.sibling,o.index=e.index,o.ref=e.ref,o}function si(e,t,o,n,r,l){var u=2;if(n=e,typeof e=="function")ol(e)&&(u=1);else if(typeof e=="string")u=5;else e:switch(e){case E:return jn(o.children,r,l,t);case J:u=8,r|=8;break;case ke:return e=Yt(12,o,t,r|2),e.elementType=ke,e.lanes=l,e;case ze:return e=Yt(13,o,t,r),e.elementType=ze,e.lanes=l,e;case he:return e=Yt(19,o,t,r),e.elementType=he,e.lanes=l,e;case Ie:return li(o,r,l,t);default:if(typeof e=="object"&&e!==null)switch(e.$$typeof){case ie:u=10;break e;case We:u=9;break e;case Te:u=11;break e;case Ze:u=14;break e;case et:u=16,n=null;break e}throw Error(s(130,e==null?e:typeof e,""))}return t=Yt(u,o,t,r),t.elementType=e,t.type=n,t.lanes=l,t}function jn(e,t,o,n){return e=Yt(7,e,n,t),e.lanes=o,e}function li(e,t,o,n){return e=Yt(22,e,n,t),e.elementType=Ie,e.lanes=o,e.stateNode={isHidden:!1},e}function nl(e,t,o){return e=Yt(6,e,null,t),e.lanes=o,e}function al(e,t,o){return t=Yt(4,e.children!==null?e.children:[],e.key,t),t.lanes=o,t.stateNode={containerInfo:e.containerInfo,pendingChildren:null,implementation:e.implementation},t}function ag(e,t,o,n,r){this.tag=t,this.containerInfo=e,this.finishedWork=this.pingCache=this.current=this.pendingChildren=null,this.timeoutHandle=-1,this.callbackNode=this.pendingContext=this.context=null,this.callbackPriority=0,this.eventTimes=Mi(0),this.expirationTimes=Mi(-1),this.entangledLanes=this.finishedLanes=this.mutableReadLanes=this.expiredLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=Mi(0),this.identifierPrefix=n,this.onRecoverableError=r,this.mutableSourceEagerHydrationData=null}function rl(e,t,o,n,r,l,u,g,v){return e=new ag(e,t,o,g,v),t===1?(t=1,l===!0&&(t|=8)):t=0,l=Yt(3,null,null,t),e.current=l,l.stateNode=e,l.memoizedState={element:n,isDehydrated:o,cache:null,transitions:null,pendingSuspenseBoundaries:null},vs(l),e}function rg(e,t,o){var n=3<arguments.length&&arguments[3]!==void 0?arguments[3]:null;return{$$typeof:Ee,key:n==null?null:""+n,children:e,containerInfo:t,implementation:o}}function ad(e){if(!e)return Ko;e=e._reactInternals;e:{if(G(e)!==e||e.tag!==1)throw Error(s(170));var t=e;do{switch(t.tag){case 3:t=t.stateNode.context;break e;case 1:if(xt(t.type)){t=t.stateNode.__reactInternalMemoizedMergedChildContext;break e}}t=t.return}while(t!==null);throw Error(s(171))}if(e.tag===1){var o=e.type;if(xt(o))return Nc(e,o,t)}return t}function rd(e,t,o,n,r,l,u,g,v){return e=rl(o,n,!0,e,r,l,u,g,v),e.context=ad(null),o=e.current,n=St(),r=en(o),l=So(n,r),l.callback=t??null,Go(o,l,r),e.current.lanes=r,va(e,r,n),jt(e,n),e}function ci(e,t,o,n){var r=t.current,l=St(),u=en(r);return o=ad(o),t.context===null?t.context=o:t.pendingContext=o,t=So(l,u),t.payload={element:e},n=n===void 0?null:n,n!==null&&(t.callback=n),e=Go(r,t,u),e!==null&&(Zt(e,r,u,l),Br(e,r,u)),u}function ui(e){if(e=e.current,!e.child)return null;switch(e.child.tag){case 5:return e.child.stateNode;default:return e.child.stateNode}}function id(e,t){if(e=e.memoizedState,e!==null&&e.dehydrated!==null){var o=e.retryLane;e.retryLane=o!==0&&o<t?o:t}}function il(e,t){id(e,t),(e=e.alternate)&&id(e,t)}function ig(){return null}var sd=typeof reportError=="function"?reportError:function(e){console.error(e)};function sl(e){this._internalRoot=e}di.prototype.render=sl.prototype.render=function(e){var t=this._internalRoot;if(t===null)throw Error(s(409));ci(e,t,null,null)},di.prototype.unmount=sl.prototype.unmount=function(){var e=this._internalRoot;if(e!==null){this._internalRoot=null;var t=e.containerInfo;xn(function(){ci(null,e,null,null)}),t[yo]=null}};function di(e){this._internalRoot=e}di.prototype.unstable_scheduleHydration=function(e){if(e){var t=Vl();e={blockedOn:null,target:e,priority:t};for(var o=0;o<Uo.length&&t!==0&&t<Uo[o].priority;o++);Uo.splice(o,0,e),o===0&&Kl(e)}};function ll(e){return!(!e||e.nodeType!==1&&e.nodeType!==9&&e.nodeType!==11)}function pi(e){return!(!e||e.nodeType!==1&&e.nodeType!==9&&e.nodeType!==11&&(e.nodeType!==8||e.nodeValue!==" react-mount-point-unstable "))}function ld(){}function sg(e,t,o,n,r){if(r){if(typeof n=="function"){var l=n;n=function(){var j=ui(u);l.call(j)}}var u=rd(t,n,e,0,null,!1,!1,"",ld);return e._reactRootContainer=u,e[yo]=u.current,Na(e.nodeType===8?e.parentNode:e),xn(),u}for(;r=e.lastChild;)e.removeChild(r);if(typeof n=="function"){var g=n;n=function(){var j=ui(v);g.call(j)}}var v=rl(e,0,!1,null,null,!1,!1,"",ld);return e._reactRootContainer=v,e[yo]=v.current,Na(e.nodeType===8?e.parentNode:e),xn(function(){ci(t,v,o,n)}),v}function fi(e,t,o,n,r){var l=o._reactRootContainer;if(l){var u=l;if(typeof r=="function"){var g=r;r=function(){var v=ui(u);g.call(v)}}ci(t,u,e,r)}else u=sg(o,t,e,r,n);return ui(u)}Ul=function(e){switch(e.tag){case 3:var t=e.stateNode;if(t.current.memoizedState.isDehydrated){var o=ya(t.pendingLanes);o!==0&&(Ni(t,o|1),jt(t,Le()),(Me&6)===0&&(ra=Le()+500,$o()))}break;case 13:xn(function(){var n=ko(e,1);if(n!==null){var r=St();Zt(n,e,1,r)}}),il(e,1)}},Li=function(e){if(e.tag===13){var t=ko(e,134217728);if(t!==null){var o=St();Zt(t,e,134217728,o)}il(e,134217728)}},Hl=function(e){if(e.tag===13){var t=en(e),o=ko(e,t);if(o!==null){var n=St();Zt(o,e,t,n)}il(e,t)}},Vl=function(){return Fe},Yl=function(e,t){var o=Fe;try{return Fe=e,t()}finally{Fe=o}},In=function(e,t,o){switch(t){case"input":if(Lo(e,o),t=o.name,o.type==="radio"&&t!=null){for(o=e;o.parentNode;)o=o.parentNode;for(o=o.querySelectorAll("input[name="+JSON.stringify(""+t)+'][type="radio"]'),t=0;t<o.length;t++){var n=o[t];if(n!==e&&n.form===e.form){var r=Tr(n);if(!r)throw Error(s(90));tt(n),Lo(n,r)}}}break;case"textarea":to(e,o);break;case"select":t=o.value,t!=null&&Ge(e,!!o.multiple,t,!1)}},ha=Zs,pn=xn;var lg={usingClientEntryPoint:!1,Events:[Da,qn,Tr,ga,cr,Zs]},Qa={findFiberByHostInstance:mn,bundleType:0,version:"18.3.1",rendererPackageName:"react-dom"},cg={bundleType:Qa.bundleType,version:Qa.version,rendererPackageName:Qa.rendererPackageName,rendererConfig:Qa.rendererConfig,overrideHookState:null,overrideHookStateDeletePath:null,overrideHookStateRenamePath:null,overrideProps:null,overridePropsDeletePath:null,overridePropsRenamePath:null,setErrorHandler:null,setSuspenseHandler:null,scheduleUpdate:null,currentDispatcherRef:re.ReactCurrentDispatcher,findHostInstanceByFiber:function(e){return e=Oe(e),e===null?null:e.stateNode},findFiberByHostInstance:Qa.findFiberByHostInstance||ig,findHostInstancesForRefresh:null,scheduleRefresh:null,scheduleRoot:null,setRefreshHandler:null,getCurrentFiber:null,reconcilerVersion:"18.3.1-next-f1338f8080-20240426"};if(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"){var gi=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(!gi.isDisabled&&gi.supportsFiber)try{He=gi.inject(cg),gt=gi}catch{}}return Et.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=lg,Et.createPortal=function(e,t){var o=2<arguments.length&&arguments[2]!==void 0?arguments[2]:null;if(!ll(t))throw Error(s(200));return rg(e,t,null,o)},Et.createRoot=function(e,t){if(!ll(e))throw Error(s(299));var o=!1,n="",r=sd;return t!=null&&(t.unstable_strictMode===!0&&(o=!0),t.identifierPrefix!==void 0&&(n=t.identifierPrefix),t.onRecoverableError!==void 0&&(r=t.onRecoverableError)),t=rl(e,1,!1,null,null,o,!1,n,r),e[yo]=t.current,Na(e.nodeType===8?e.parentNode:e),new sl(t)},Et.findDOMNode=function(e){if(e==null)return null;if(e.nodeType===1)return e;var t=e._reactInternals;if(t===void 0)throw typeof e.render=="function"?Error(s(188)):(e=Object.keys(e).join(","),Error(s(268,e)));return e=Oe(t),e=e===null?null:e.stateNode,e},Et.flushSync=function(e){return xn(e)},Et.hydrate=function(e,t,o){if(!pi(t))throw Error(s(200));return fi(null,e,t,!0,o)},Et.hydrateRoot=function(e,t,o){if(!ll(e))throw Error(s(405));var n=o!=null&&o.hydratedSources||null,r=!1,l="",u=sd;if(o!=null&&(o.unstable_strictMode===!0&&(r=!0),o.identifierPrefix!==void 0&&(l=o.identifierPrefix),o.onRecoverableError!==void 0&&(u=o.onRecoverableError)),t=rd(t,null,e,1,o??null,r,!1,l,u),e[yo]=t.current,Na(e),n)for(e=0;e<n.length;e++)o=n[e],r=o._getVersion,r=r(o._source),t.mutableSourceEagerHydrationData==null?t.mutableSourceEagerHydrationData=[o,r]:t.mutableSourceEagerHydrationData.push(o,r);return new di(t)},Et.render=function(e,t,o){if(!pi(t))throw Error(s(200));return fi(null,e,t,!1,o)},Et.unmountComponentAtNode=function(e){if(!pi(e))throw Error(s(40));return e._reactRootContainer?(xn(function(){fi(null,null,e,!1,function(){e._reactRootContainer=null,e[yo]=null})}),!0):!1},Et.unstable_batchedUpdates=Zs,Et.unstable_renderSubtreeIntoContainer=function(e,t,o,n){if(!pi(o))throw Error(s(200));if(e==null||e._reactInternals===void 0)throw Error(s(38));return fi(e,t,o,!1,n)},Et.version="18.3.1-next-f1338f8080-20240426",Et}var md;function Xd(){if(md)return dl.exports;md=1;function a(){if(!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__>"u"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function"))try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(a)}catch(i){console.error(i)}}return a(),dl.exports=vg(),dl.exports}var yd;function Pg(){if(yd)return hi;yd=1;var a=Xd();return hi.createRoot=a.createRoot,hi.hydrateRoot=a.hydrateRoot,hi}var wg=Pg(),T=El();const kg=Jd(T),Sg=Gd({__proto__:null,default:kg},[T]);var Zd=Xd();const bg=Jd(Zd),xg=Gd({__proto__:null,default:bg},[Zd]);/**
42
+ * @remix-run/router v1.23.2
43
+ *
44
+ * Copyright (c) Remix Software Inc.
45
+ *
46
+ * This source code is licensed under the MIT license found in the
47
+ * LICENSE.md file in the root directory of this source tree.
48
+ *
49
+ * @license MIT
50
+ */function Qe(){return Qe=Object.assign?Object.assign.bind():function(a){for(var i=1;i<arguments.length;i++){var s=arguments[i];for(var c in s)Object.prototype.hasOwnProperty.call(s,c)&&(a[c]=s[c])}return a},Qe.apply(this,arguments)}var rt;(function(a){a.Pop="POP",a.Push="PUSH",a.Replace="REPLACE"})(rt||(rt={}));const vd="popstate";function Cg(a){a===void 0&&(a={});function i(d,p){let{pathname:f="/",search:m="",hash:h=""}=_o(d.location.hash.substr(1));return!f.startsWith("/")&&!f.startsWith(".")&&(f="/"+f),tr("",{pathname:f,search:m,hash:h},p.state&&p.state.usr||null,p.state&&p.state.key||"default")}function s(d,p){let f=d.document.querySelector("base"),m="";if(f&&f.getAttribute("href")){let h=d.location.href,P=h.indexOf("#");m=P===-1?h:h.slice(0,P)}return m+"#"+(typeof p=="string"?p:Nn(p))}function c(d,p){sn(d.pathname.charAt(0)==="/","relative pathnames are not supported in hash history.push("+JSON.stringify(p)+")")}return jg(i,s,c,a)}function be(a,i){if(a===!1||a===null||typeof a>"u")throw new Error(i)}function sn(a,i){if(!a){typeof console<"u"&&console.warn(i);try{throw new Error(i)}catch{}}}function Rg(){return Math.random().toString(36).substr(2,8)}function Pd(a,i){return{usr:a.state,key:a.key,idx:i}}function tr(a,i,s,c){return s===void 0&&(s=null),Qe({pathname:typeof a=="string"?a:a.pathname,search:"",hash:""},typeof i=="string"?_o(i):i,{state:s,key:i&&i.key||c||Rg()})}function Nn(a){let{pathname:i="/",search:s="",hash:c=""}=a;return s&&s!=="?"&&(i+=s.charAt(0)==="?"?s:"?"+s),c&&c!=="#"&&(i+=c.charAt(0)==="#"?c:"#"+c),i}function _o(a){let i={};if(a){let s=a.indexOf("#");s>=0&&(i.hash=a.substr(s),a=a.substr(0,s));let c=a.indexOf("?");c>=0&&(i.search=a.substr(c),a=a.substr(0,c)),a&&(i.pathname=a)}return i}function jg(a,i,s,c){c===void 0&&(c={});let{window:d=document.defaultView,v5Compat:p=!1}=c,f=d.history,m=rt.Pop,h=null,P=x();P==null&&(P=0,f.replaceState(Qe({},f.state,{idx:P}),""));function x(){return(f.state||{idx:null}).idx}function C(){m=rt.Pop;let U=x(),ge=U==null?null:U-P;P=U,h&&h({action:m,location:F.location,delta:ge})}function M(U,ge){m=rt.Push;let q=tr(F.location,U,ge);s&&s(q,U),P=x()+1;let ue=Pd(q,P),re=F.createHref(q);try{f.pushState(ue,"",re)}catch(xe){if(xe instanceof DOMException&&xe.name==="DataCloneError")throw xe;d.location.assign(re)}p&&h&&h({action:m,location:F.location,delta:1})}function O(U,ge){m=rt.Replace;let q=tr(F.location,U,ge);s&&s(q,U),P=x();let ue=Pd(q,P),re=F.createHref(q);f.replaceState(ue,"",re),p&&h&&h({action:m,location:F.location,delta:0})}function H(U){let ge=d.location.origin!=="null"?d.location.origin:d.location.href,q=typeof U=="string"?U:Nn(U);return q=q.replace(/ $/,"%20"),be(ge,"No window.location.(origin|href) available to create URL for href: "+q),new URL(q,ge)}let F={get action(){return m},get location(){return a(d,f)},listen(U){if(h)throw new Error("A history only accepts one active listener");return d.addEventListener(vd,C),h=U,()=>{d.removeEventListener(vd,C),h=null}},createHref(U){return i(d,U)},createURL:H,encodeLocation(U){let ge=H(U);return{pathname:ge.pathname,search:ge.search,hash:ge.hash}},push:M,replace:O,go(U){return f.go(U)}};return F}var Be;(function(a){a.data="data",a.deferred="deferred",a.redirect="redirect",a.error="error"})(Be||(Be={}));const Eg=new Set(["lazy","caseSensitive","path","id","index","children"]);function _g(a){return a.index===!0}function Si(a,i,s,c){return s===void 0&&(s=[]),c===void 0&&(c={}),a.map((d,p)=>{let f=[...s,String(p)],m=typeof d.id=="string"?d.id:f.join("-");if(be(d.index!==!0||!d.children,"Cannot specify children on an index route"),be(!c[m],'Found a route id collision on id "'+m+`". Route id's must be globally unique within Data Router usages`),_g(d)){let h=Qe({},d,i(d),{id:m});return c[m]=h,h}else{let h=Qe({},d,i(d),{id:m,children:void 0});return c[m]=h,d.children&&(h.children=Si(d.children,i,f,c)),h}})}function En(a,i,s){return s===void 0&&(s="/"),wi(a,i,s,!1)}function wi(a,i,s,c){let d=typeof i=="string"?_o(i):i,p=Eo(d.pathname||"/",s);if(p==null)return null;let f=ep(a);Mg(f);let m=null;for(let h=0;m==null&&h<f.length;++h){let P=Ug(p);m=Bg(f[h],P,c)}return m}function Tg(a,i){let{route:s,pathname:c,params:d}=a;return{id:s.id,pathname:c,params:d,data:i[s.id],handle:s.handle}}function ep(a,i,s,c){i===void 0&&(i=[]),s===void 0&&(s=[]),c===void 0&&(c="");let d=(p,f,m)=>{let h={relativePath:m===void 0?p.path||"":m,caseSensitive:p.caseSensitive===!0,childrenIndex:f,route:p};h.relativePath.startsWith("/")&&(be(h.relativePath.startsWith(c),'Absolute route path "'+h.relativePath+'" nested under path '+('"'+c+'" is not valid. An absolute child route path ')+"must start with the combined path of all its parent routes."),h.relativePath=h.relativePath.slice(c.length));let P=jo([c,h.relativePath]),x=s.concat(h);p.children&&p.children.length>0&&(be(p.index!==!0,"Index routes must not have child routes. Please remove "+('all child routes from route path "'+P+'".')),ep(p.children,i,x,P)),!(p.path==null&&!p.index)&&i.push({path:P,score:Og(P,p.index),routesMeta:x})};return a.forEach((p,f)=>{var m;if(p.path===""||!((m=p.path)!=null&&m.includes("?")))d(p,f);else for(let h of tp(p.path))d(p,f,h)}),i}function tp(a){let i=a.split("/");if(i.length===0)return[];let[s,...c]=i,d=s.endsWith("?"),p=s.replace(/\?$/,"");if(c.length===0)return d?[p,""]:[p];let f=tp(c.join("/")),m=[];return m.push(...f.map(h=>h===""?p:[p,h].join("/"))),d&&m.push(...f),m.map(h=>a.startsWith("/")&&h===""?"/":h)}function Mg(a){a.sort((i,s)=>i.score!==s.score?s.score-i.score:Fg(i.routesMeta.map(c=>c.childrenIndex),s.routesMeta.map(c=>c.childrenIndex)))}const Ng=/^:[\w-]+$/,Lg=3,Ag=2,Dg=1,zg=10,Ig=-2,wd=a=>a==="*";function Og(a,i){let s=a.split("/"),c=s.length;return s.some(wd)&&(c+=Ig),i&&(c+=Ag),s.filter(d=>!wd(d)).reduce((d,p)=>d+(Ng.test(p)?Lg:p===""?Dg:zg),c)}function Fg(a,i){return a.length===i.length&&a.slice(0,-1).every((c,d)=>c===i[d])?a[a.length-1]-i[i.length-1]:0}function Bg(a,i,s){s===void 0&&(s=!1);let{routesMeta:c}=a,d={},p="/",f=[];for(let m=0;m<c.length;++m){let h=c[m],P=m===c.length-1,x=p==="/"?i:i.slice(p.length)||"/",C=bi({path:h.relativePath,caseSensitive:h.caseSensitive,end:P},x),M=h.route;if(!C&&P&&s&&!c[c.length-1].route.index&&(C=bi({path:h.relativePath,caseSensitive:h.caseSensitive,end:!1},x)),!C)return null;Object.assign(d,C.params),f.push({params:d,pathname:jo([p,C.pathname]),pathnameBase:qg(jo([p,C.pathnameBase])),route:M}),C.pathnameBase!=="/"&&(p=jo([p,C.pathnameBase]))}return f}function bi(a,i){typeof a=="string"&&(a={path:a,caseSensitive:!1,end:!0});let[s,c]=Wg(a.path,a.caseSensitive,a.end),d=i.match(s);if(!d)return null;let p=d[0],f=p.replace(/(.)\/+$/,"$1"),m=d.slice(1);return{params:c.reduce((P,x,C)=>{let{paramName:M,isOptional:O}=x;if(M==="*"){let F=m[C]||"";f=p.slice(0,p.length-F.length).replace(/(.)\/+$/,"$1")}const H=m[C];return O&&!H?P[M]=void 0:P[M]=(H||"").replace(/%2F/g,"/"),P},{}),pathname:p,pathnameBase:f,pattern:a}}function Wg(a,i,s){i===void 0&&(i=!1),s===void 0&&(s=!0),sn(a==="*"||!a.endsWith("*")||a.endsWith("/*"),'Route path "'+a+'" will be treated as if it were '+('"'+a.replace(/\*$/,"/*")+'" because the `*` character must ')+"always follow a `/` in the pattern. To get rid of this warning, "+('please change the route path to "'+a.replace(/\*$/,"/*")+'".'));let c=[],d="^"+a.replace(/\/*\*?$/,"").replace(/^\/*/,"/").replace(/[\\.*+^${}|()[\]]/g,"\\$&").replace(/\/:([\w-]+)(\?)?/g,(f,m,h)=>(c.push({paramName:m,isOptional:h!=null}),h?"/?([^\\/]+)?":"/([^\\/]+)"));return a.endsWith("*")?(c.push({paramName:"*"}),d+=a==="*"||a==="/*"?"(.*)$":"(?:\\/(.+)|\\/*)$"):s?d+="\\/*$":a!==""&&a!=="/"&&(d+="(?:(?=\\/|$))"),[new RegExp(d,i?void 0:"i"),c]}function Ug(a){try{return a.split("/").map(i=>decodeURIComponent(i).replace(/\//g,"%2F")).join("/")}catch(i){return sn(!1,'The URL path "'+a+'" could not be decoded because it is is a malformed URL segment. This is probably due to a bad percent '+("encoding ("+i+").")),a}}function Eo(a,i){if(i==="/")return a;if(!a.toLowerCase().startsWith(i.toLowerCase()))return null;let s=i.endsWith("/")?i.length-1:i.length,c=a.charAt(s);return c&&c!=="/"?null:a.slice(s)||"/"}const Hg=/^(?:[a-z][a-z0-9+.-]*:|\/\/)/i,Vg=a=>Hg.test(a);function Yg(a,i){i===void 0&&(i="/");let{pathname:s,search:c="",hash:d=""}=typeof a=="string"?_o(a):a,p;if(s)if(Vg(s))p=s;else{if(s.includes("//")){let f=s;s=s.replace(/\/\/+/g,"/"),sn(!1,"Pathnames cannot have embedded double slashes - normalizing "+(f+" -> "+s))}s.startsWith("/")?p=kd(s.substring(1),"/"):p=kd(s,i)}else p=i;return{pathname:p,search:Kg(c),hash:$g(d)}}function kd(a,i){let s=i.replace(/\/+$/,"").split("/");return a.split("/").forEach(d=>{d===".."?s.length>1&&s.pop():d!=="."&&s.push(d)}),s.length>1?s.join("/"):"/"}function gl(a,i,s,c){return"Cannot include a '"+a+"' character in a manually specified "+("`to."+i+"` field ["+JSON.stringify(c)+"]. Please separate it out to the ")+("`to."+s+"` field. Alternatively you may provide the full path as ")+'a string in <Link to="..."> and the router will parse it for you.'}function op(a){return a.filter((i,s)=>s===0||i.route.path&&i.route.path.length>0)}function _l(a,i){let s=op(a);return i?s.map((c,d)=>d===s.length-1?c.pathname:c.pathnameBase):s.map(c=>c.pathnameBase)}function Tl(a,i,s,c){c===void 0&&(c=!1);let d;typeof a=="string"?d=_o(a):(d=Qe({},a),be(!d.pathname||!d.pathname.includes("?"),gl("?","pathname","search",d)),be(!d.pathname||!d.pathname.includes("#"),gl("#","pathname","hash",d)),be(!d.search||!d.search.includes("#"),gl("#","search","hash",d)));let p=a===""||d.pathname==="",f=p?"/":d.pathname,m;if(f==null)m=s;else{let C=i.length-1;if(!c&&f.startsWith("..")){let M=f.split("/");for(;M[0]==="..";)M.shift(),C-=1;d.pathname=M.join("/")}m=C>=0?i[C]:"/"}let h=Yg(d,m),P=f&&f!=="/"&&f.endsWith("/"),x=(p||f===".")&&s.endsWith("/");return!h.pathname.endsWith("/")&&(P||x)&&(h.pathname+="/"),h}const jo=a=>a.join("/").replace(/\/\/+/g,"/"),qg=a=>a.replace(/\/+$/,"").replace(/^\/*/,"/"),Kg=a=>!a||a==="?"?"":a.startsWith("?")?a:"?"+a,$g=a=>!a||a==="#"?"":a.startsWith("#")?a:"#"+a;class xi{constructor(i,s,c,d){d===void 0&&(d=!1),this.status=i,this.statusText=s||"",this.internal=d,c instanceof Error?(this.data=c.toString(),this.error=c):this.data=c}}function or(a){return a!=null&&typeof a.status=="number"&&typeof a.statusText=="string"&&typeof a.internal=="boolean"&&"data"in a}const np=["post","put","patch","delete"],Qg=new Set(np),Gg=["get",...np],Jg=new Set(Gg),Xg=new Set([301,302,303,307,308]),Zg=new Set([307,308]),hl={state:"idle",location:void 0,formMethod:void 0,formAction:void 0,formEncType:void 0,formData:void 0,json:void 0,text:void 0},eh={state:"idle",data:void 0,formMethod:void 0,formAction:void 0,formEncType:void 0,formData:void 0,json:void 0,text:void 0},Ja={state:"unblocked",proceed:void 0,reset:void 0,location:void 0},Ml=/^(?:[a-z][a-z0-9+.-]*:|\/\/)/i,th=a=>({hasErrorBoundary:!!a.hasErrorBoundary}),ap="remix-router-transitions";function oh(a){const i=a.window?a.window:typeof window<"u"?window:void 0,s=typeof i<"u"&&typeof i.document<"u"&&typeof i.document.createElement<"u",c=!s;be(a.routes.length>0,"You must provide a non-empty routes array to createRouter");let d;if(a.mapRouteProperties)d=a.mapRouteProperties;else if(a.detectErrorBoundary){let y=a.detectErrorBoundary;d=S=>({hasErrorBoundary:y(S)})}else d=th;let p={},f=Si(a.routes,d,void 0,p),m,h=a.basename||"/",P=a.dataStrategy||ih,x=a.patchRoutesOnNavigation,C=Qe({v7_fetcherPersist:!1,v7_normalizeFormMethod:!1,v7_partialHydration:!1,v7_prependBasename:!1,v7_relativeSplatPath:!1,v7_skipActionErrorRevalidation:!1},a.future),M=null,O=new Set,H=null,F=null,U=null,ge=a.hydrationData!=null,q=En(f,a.history.location,h),ue=!1,re=null;if(q==null&&!x){let y=_t(404,{pathname:a.history.location.pathname}),{matches:S,route:_}=Nd(f);q=S,re={[_.id]:y}}q&&!a.hydrationData&&pn(q,f,a.history.location.pathname).active&&(q=null);let xe;if(q)if(q.some(y=>y.route.lazy))xe=!1;else if(!q.some(y=>y.route.loader))xe=!0;else if(C.v7_partialHydration){let y=a.hydrationData?a.hydrationData.loaderData:null,S=a.hydrationData?a.hydrationData.errors:null;if(S){let _=q.findIndex(A=>S[A.route.id]!==void 0);xe=q.slice(0,_+1).every(A=>!bl(A.route,y,S))}else xe=q.every(_=>!bl(_.route,y,S))}else xe=a.hydrationData!=null;else if(xe=!1,q=[],C.v7_partialHydration){let y=pn(null,f,a.history.location.pathname);y.active&&y.matches&&(ue=!0,q=y.matches)}let Ee,E={historyAction:a.history.action,location:a.history.location,matches:q,initialized:xe,navigation:hl,restoreScrollPosition:a.hydrationData!=null?!1:null,preventScrollReset:!1,revalidation:"idle",loaderData:a.hydrationData&&a.hydrationData.loaderData||{},actionData:a.hydrationData&&a.hydrationData.actionData||null,errors:a.hydrationData&&a.hydrationData.errors||re,fetchers:new Map,blockers:new Map},J=rt.Pop,ke=!1,ie,We=!1,Te=new Map,ze=null,he=!1,Ze=!1,et=[],Ie=new Set,B=new Map,ae=0,Y=-1,k=new Map,N=new Set,de=new Map,ye=new Map,me=new Set,Pe=new Map,Re=new Map,we;function Ue(){if(M=a.history.listen(y=>{let{action:S,location:_,delta:A}=y;if(we){we(),we=void 0;return}sn(Re.size===0||A!=null,"You are trying to use a blocker on a POP navigation to a location that was not created by @remix-run/router. This will fail silently in production. This can happen if you are navigating outside the router via `window.history.pushState`/`window.location.hash` instead of using router navigation APIs. This can also happen if you are using createHashRouter and the user manually changes the URL.");let V=In({currentLocation:E.location,nextLocation:_,historyAction:S});if(V&&A!=null){let ne=new Promise(ce=>{we=ce});a.history.go(A*-1),zo(V,{state:"blocked",location:_,proceed(){zo(V,{state:"proceeding",proceed:void 0,reset:void 0,location:_}),ne.then(()=>a.history.go(A))},reset(){let ce=new Map(E.blockers);ce.set(V,Ja),tt({blockers:ce})}});return}return Mt(S,_)}),s){wh(i,Te);let y=()=>kh(i,Te);i.addEventListener("pagehide",y),ze=()=>i.removeEventListener("pagehide",y)}return E.initialized||Mt(rt.Pop,E.location,{initialHydration:!0}),Ee}function ct(){M&&M(),ze&&ze(),O.clear(),ie&&ie.abort(),E.fetchers.forEach((y,S)=>oo(S)),E.blockers.forEach((y,S)=>zn(S))}function Mo(y){return O.add(y),()=>O.delete(y)}function tt(y,S){S===void 0&&(S={}),E=Qe({},E,y);let _=[],A=[];C.v7_fetcherPersist&&E.fetchers.forEach((V,ne)=>{V.state==="idle"&&(me.has(ne)?A.push(ne):_.push(ne))}),me.forEach(V=>{!E.fetchers.has(V)&&!B.has(V)&&A.push(V)}),[...O].forEach(V=>V(E,{deletedFetchers:A,viewTransitionOpts:S.viewTransitionOpts,flushSync:S.flushSync===!0})),C.v7_fetcherPersist?(_.forEach(V=>E.fetchers.delete(V)),A.forEach(V=>oo(V))):A.forEach(V=>me.delete(V))}function Tt(y,S,_){var A,V;let{flushSync:ne}=_===void 0?{}:_,ce=E.actionData!=null&&E.navigation.formMethod!=null&&eo(E.navigation.formMethod)&&E.navigation.state==="loading"&&((A=y.state)==null?void 0:A._isRedirect)!==!0,X;S.actionData?Object.keys(S.actionData).length>0?X=S.actionData:X=null:ce?X=E.actionData:X=null;let ee=S.loaderData?Td(E.loaderData,S.loaderData,S.matches||[],S.errors):E.loaderData,$=E.blockers;$.size>0&&($=new Map($),$.forEach((Ce,it)=>$.set(it,Ja)));let G=ke===!0||E.navigation.formMethod!=null&&eo(E.navigation.formMethod)&&((V=y.state)==null?void 0:V._isRedirect)!==!0;m&&(f=m,m=void 0),he||J===rt.Pop||(J===rt.Push?a.history.push(y,y.state):J===rt.Replace&&a.history.replace(y,y.state));let ve;if(J===rt.Pop){let Ce=Te.get(E.location.pathname);Ce&&Ce.has(y.pathname)?ve={currentLocation:E.location,nextLocation:y}:Te.has(y.pathname)&&(ve={currentLocation:y,nextLocation:E.location})}else if(We){let Ce=Te.get(E.location.pathname);Ce?Ce.add(y.pathname):(Ce=new Set([y.pathname]),Te.set(E.location.pathname,Ce)),ve={currentLocation:E.location,nextLocation:y}}tt(Qe({},S,{actionData:X,loaderData:ee,historyAction:J,location:y,initialized:!0,navigation:hl,revalidation:"idle",restoreScrollPosition:ha(y,S.matches||E.matches),preventScrollReset:G,blockers:$}),{viewTransitionOpts:ve,flushSync:ne===!0}),J=rt.Pop,ke=!1,We=!1,he=!1,Ze=!1,et=[]}async function No(y,S){if(typeof y=="number"){a.history.go(y);return}let _=Sl(E.location,E.matches,h,C.v7_prependBasename,y,C.v7_relativeSplatPath,S==null?void 0:S.fromRouteId,S==null?void 0:S.relative),{path:A,submission:V,error:ne}=Sd(C.v7_normalizeFormMethod,!1,_,S),ce=E.location,X=tr(E.location,A,S&&S.state);X=Qe({},X,a.history.encodeLocation(X));let ee=S&&S.replace!=null?S.replace:void 0,$=rt.Push;ee===!0?$=rt.Replace:ee===!1||V!=null&&eo(V.formMethod)&&V.formAction===E.location.pathname+E.location.search&&($=rt.Replace);let G=S&&"preventScrollReset"in S?S.preventScrollReset===!0:void 0,ve=(S&&S.flushSync)===!0,Ce=In({currentLocation:ce,nextLocation:X,historyAction:$});if(Ce){zo(Ce,{state:"blocked",location:X,proceed(){zo(Ce,{state:"proceeding",proceed:void 0,reset:void 0,location:X}),No(y,S)},reset(){let it=new Map(E.blockers);it.set(Ce,Ja),tt({blockers:it})}});return}return await Mt($,X,{submission:V,pendingError:ne,preventScrollReset:G,replace:S&&S.replace,enableViewTransition:S&&S.viewTransition,flushSync:ve})}function Ln(){if(dn(),tt({revalidation:"loading"}),E.navigation.state!=="submitting"){if(E.navigation.state==="idle"){Mt(E.historyAction,E.location,{startUninterruptedRevalidation:!0});return}Mt(J||E.historyAction,E.navigation.location,{overrideNavigation:E.navigation,enableViewTransition:We===!0})}}async function Mt(y,S,_){ie&&ie.abort(),ie=null,J=y,he=(_&&_.startUninterruptedRevalidation)===!0,cr(E.location,E.matches),ke=(_&&_.preventScrollReset)===!0,We=(_&&_.enableViewTransition)===!0;let A=m||f,V=_&&_.overrideNavigation,ne=_!=null&&_.initialHydration&&E.matches&&E.matches.length>0&&!ue?E.matches:En(A,S,h),ce=(_&&_.flushSync)===!0;if(ne&&E.initialized&&!Ze&&ph(E.location,S)&&!(_&&_.submission&&eo(_.submission.formMethod))){Tt(S,{matches:ne},{flushSync:ce});return}let X=pn(ne,A,S.pathname);if(X.active&&X.matches&&(ne=X.matches),!ne){let{error:Oe,notFoundMatches:_e,route:Ye}=no(S.pathname);Tt(S,{matches:_e,loaderData:{},errors:{[Ye.id]:Oe}},{flushSync:ce});return}ie=new AbortController;let ee=sa(a.history,S,ie.signal,_&&_.submission),$;if(_&&_.pendingError)$=[_n(ne).route.id,{type:Be.error,error:_.pendingError}];else if(_&&_.submission&&eo(_.submission.formMethod)){let Oe=await Lo(ee,S,_.submission,ne,X.active,{replace:_.replace,flushSync:ce});if(Oe.shortCircuited)return;if(Oe.pendingActionResult){let[_e,Ye]=Oe.pendingActionResult;if(Ot(Ye)&&or(Ye.error)&&Ye.error.status===404){ie=null,Tt(S,{matches:Oe.matches,loaderData:{},errors:{[_e]:Ye.error}});return}}ne=Oe.matches||ne,$=Oe.pendingActionResult,V=ml(S,_.submission),ce=!1,X.active=!1,ee=sa(a.history,ee.url,ee.signal)}let{shortCircuited:G,matches:ve,loaderData:Ce,errors:it}=await un(ee,S,ne,X.active,V,_&&_.submission,_&&_.fetcherSubmission,_&&_.replace,_&&_.initialHydration===!0,ce,$);G||(ie=null,Tt(S,Qe({matches:ve||ne},Md($),{loaderData:Ce,errors:it})))}async function Lo(y,S,_,A,V,ne){ne===void 0&&(ne={}),dn();let ce=vh(S,_);if(tt({navigation:ce},{flushSync:ne.flushSync===!0}),V){let $=await Io(A,S.pathname,y.signal);if($.type==="aborted")return{shortCircuited:!0};if($.type==="error"){let G=_n($.partialMatches).route.id;return{matches:$.partialMatches,pendingActionResult:[G,{type:Be.error,error:$.error}]}}else if($.matches)A=$.matches;else{let{notFoundMatches:G,error:ve,route:Ce}=no(S.pathname);return{matches:G,pendingActionResult:[Ce.id,{type:Be.error,error:ve}]}}}let X,ee=er(A,S);if(!ee.route.action&&!ee.route.lazy)X={type:Be.error,error:_t(405,{method:y.method,pathname:S.pathname,routeId:ee.route.id})};else if(X=(await Ao("action",E,y,[ee],A,null))[ee.route.id],y.signal.aborted)return{shortCircuited:!0};if(Tn(X)){let $;return ne&&ne.replace!=null?$=ne.replace:$=jd(X.response.headers.get("Location"),new URL(y.url),h,a.history)===E.location.pathname+E.location.search,await to(y,X,!0,{submission:_,replace:$}),{shortCircuited:!0}}if(rn(X))throw _t(400,{type:"defer-action"});if(Ot(X)){let $=_n(A,ee.route.id);return(ne&&ne.replace)!==!0&&(J=rt.Push),{matches:A,pendingActionResult:[$.route.id,X]}}return{matches:A,pendingActionResult:[ee.route.id,X]}}async function un(y,S,_,A,V,ne,ce,X,ee,$,G){let ve=V||ml(S,ne),Ce=ne||ce||Ad(ve),it=!he&&(!C.v7_partialHydration||!ee);if(A){if(it){let He=fo(G);tt(Qe({navigation:ve},He!==void 0?{actionData:He}:{}),{flushSync:$})}let je=await Io(_,S.pathname,y.signal);if(je.type==="aborted")return{shortCircuited:!0};if(je.type==="error"){let He=_n(je.partialMatches).route.id;return{matches:je.partialMatches,loaderData:{},errors:{[He]:je.error}}}else if(je.matches)_=je.matches;else{let{error:He,notFoundMatches:gt,route:hn}=no(S.pathname);return{matches:gt,loaderData:{},errors:{[hn.id]:He}}}}let Oe=m||f,[_e,Ye]=xd(a.history,E,_,Ce,S,C.v7_partialHydration&&ee===!0,C.v7_skipActionErrorRevalidation,Ze,et,Ie,me,de,N,Oe,h,G);if(ao(je=>!(_&&_.some(He=>He.route.id===je))||_e&&_e.some(He=>He.route.id===je)),Y=++ae,_e.length===0&&Ye.length===0){let je=sr();return Tt(S,Qe({matches:_,loaderData:{},errors:G&&Ot(G[1])?{[G[0]]:G[1].error}:null},Md(G),je?{fetchers:new Map(E.fetchers)}:{}),{flushSync:$}),{shortCircuited:!0}}if(it){let je={};if(!A){je.navigation=ve;let He=fo(G);He!==void 0&&(je.actionData=He)}Ye.length>0&&(je.fetchers=pe(Ye)),tt(je,{flushSync:$})}Ye.forEach(je=>{qt(je.key),je.controller&&B.set(je.key,je.controller)});let go=()=>Ye.forEach(je=>qt(je.key));ie&&ie.signal.addEventListener("abort",go);let{loaderResults:gn,fetcherResults:Kt}=await da(E,_,_e,Ye,y);if(y.signal.aborted)return{shortCircuited:!0};ie&&ie.signal.removeEventListener("abort",go),Ye.forEach(je=>B.delete(je.key));let Le=mi(gn);if(Le)return await to(y,Le.result,!0,{replace:X}),{shortCircuited:!0};if(Le=mi(Kt),Le)return N.add(Le.key),await to(y,Le.result,!0,{replace:X}),{shortCircuited:!0};let{loaderData:ma,errors:ho}=_d(E,_,gn,G,Ye,Kt,Pe);Pe.forEach((je,He)=>{je.subscribe(gt=>{(gt||je.done)&&Pe.delete(He)})}),C.v7_partialHydration&&ee&&E.errors&&(ho=Qe({},E.errors,ho));let ro=sr(),mo=Dn(Y),On=ro||mo||Ye.length>0;return Qe({matches:_,loaderData:ma,errors:ho},On?{fetchers:new Map(E.fetchers)}:{})}function fo(y){if(y&&!Ot(y[1]))return{[y[0]]:y[1].data};if(E.actionData)return Object.keys(E.actionData).length===0?null:E.actionData}function pe(y){return y.forEach(S=>{let _=E.fetchers.get(S.key),A=Xa(void 0,_?_.data:void 0);E.fetchers.set(S.key,A)}),new Map(E.fetchers)}function Ge(y,S,_,A){if(c)throw new Error("router.fetch() was called during the server render, but it shouldn't be. You are likely calling a useFetcher() method in the body of your component. Try moving it to a useEffect or a callback.");qt(y);let V=(A&&A.flushSync)===!0,ne=m||f,ce=Sl(E.location,E.matches,h,C.v7_prependBasename,_,C.v7_relativeSplatPath,S,A==null?void 0:A.relative),X=En(ne,ce,h),ee=pn(X,ne,ce);if(ee.active&&ee.matches&&(X=ee.matches),!X){Ft(y,S,_t(404,{pathname:ce}),{flushSync:V});return}let{path:$,submission:G,error:ve}=Sd(C.v7_normalizeFormMethod,!0,ce,A);if(ve){Ft(y,S,ve,{flushSync:V});return}let Ce=er(X,$),it=(A&&A.preventScrollReset)===!0;if(G&&eo(G.formMethod)){ft(y,S,$,Ce,X,ee.active,V,it,G);return}de.set(y,{routeId:S,path:$}),An(y,S,$,Ce,X,ee.active,V,it,G)}async function ft(y,S,_,A,V,ne,ce,X,ee){dn(),de.delete(y);function $(Ae){if(!Ae.route.action&&!Ae.route.lazy){let Oo=_t(405,{method:ee.formMethod,pathname:_,routeId:S});return Ft(y,S,Oo,{flushSync:ce}),!0}return!1}if(!ne&&$(A))return;let G=E.fetchers.get(y);Nt(y,Ph(ee,G),{flushSync:ce});let ve=new AbortController,Ce=sa(a.history,_,ve.signal,ee);if(ne){let Ae=await Io(V,new URL(Ce.url).pathname,Ce.signal,y);if(Ae.type==="aborted")return;if(Ae.type==="error"){Ft(y,S,Ae.error,{flushSync:ce});return}else if(Ae.matches){if(V=Ae.matches,A=er(V,_),$(A))return}else{Ft(y,S,_t(404,{pathname:_}),{flushSync:ce});return}}B.set(y,ve);let it=ae,_e=(await Ao("action",E,Ce,[A],V,y))[A.route.id];if(Ce.signal.aborted){B.get(y)===ve&&B.delete(y);return}if(C.v7_fetcherPersist&&me.has(y)){if(Tn(_e)||Ot(_e)){Nt(y,an(void 0));return}}else{if(Tn(_e))if(B.delete(y),Y>it){Nt(y,an(void 0));return}else return N.add(y),Nt(y,Xa(ee)),to(Ce,_e,!1,{fetcherSubmission:ee,preventScrollReset:X});if(Ot(_e)){Ft(y,S,_e.error);return}}if(rn(_e))throw _t(400,{type:"defer-action"});let Ye=E.navigation.location||E.location,go=sa(a.history,Ye,ve.signal),gn=m||f,Kt=E.navigation.state!=="idle"?En(gn,E.navigation.location,h):E.matches;be(Kt,"Didn't find any matches after fetcher action");let Le=++ae;k.set(y,Le);let ma=Xa(ee,_e.data);E.fetchers.set(y,ma);let[ho,ro]=xd(a.history,E,Kt,ee,Ye,!1,C.v7_skipActionErrorRevalidation,Ze,et,Ie,me,de,N,gn,h,[A.route.id,_e]);ro.filter(Ae=>Ae.key!==y).forEach(Ae=>{let Oo=Ae.key,dr=E.fetchers.get(Oo),_i=Xa(void 0,dr?dr.data:void 0);E.fetchers.set(Oo,_i),qt(Oo),Ae.controller&&B.set(Oo,Ae.controller)}),tt({fetchers:new Map(E.fetchers)});let mo=()=>ro.forEach(Ae=>qt(Ae.key));ve.signal.addEventListener("abort",mo);let{loaderResults:On,fetcherResults:je}=await da(E,Kt,ho,ro,go);if(ve.signal.aborted)return;ve.signal.removeEventListener("abort",mo),k.delete(y),B.delete(y),ro.forEach(Ae=>B.delete(Ae.key));let He=mi(On);if(He)return to(go,He.result,!1,{preventScrollReset:X});if(He=mi(je),He)return N.add(He.key),to(go,He.result,!1,{preventScrollReset:X});let{loaderData:gt,errors:hn}=_d(E,Kt,On,void 0,ro,je,Pe);if(E.fetchers.has(y)){let Ae=an(_e.data);E.fetchers.set(y,Ae)}Dn(Le),E.navigation.state==="loading"&&Le>Y?(be(J,"Expected pending action"),ie&&ie.abort(),Tt(E.navigation.location,{matches:Kt,loaderData:gt,errors:hn,fetchers:new Map(E.fetchers)})):(tt({errors:hn,loaderData:Td(E.loaderData,gt,Kt,hn),fetchers:new Map(E.fetchers)}),Ze=!1)}async function An(y,S,_,A,V,ne,ce,X,ee){let $=E.fetchers.get(y);Nt(y,Xa(ee,$?$.data:void 0),{flushSync:ce});let G=new AbortController,ve=sa(a.history,_,G.signal);if(ne){let _e=await Io(V,new URL(ve.url).pathname,ve.signal,y);if(_e.type==="aborted")return;if(_e.type==="error"){Ft(y,S,_e.error,{flushSync:ce});return}else if(_e.matches)V=_e.matches,A=er(V,_);else{Ft(y,S,_t(404,{pathname:_}),{flushSync:ce});return}}B.set(y,G);let Ce=ae,Oe=(await Ao("loader",E,ve,[A],V,y))[A.route.id];if(rn(Oe)&&(Oe=await Nl(Oe,ve.signal,!0)||Oe),B.get(y)===G&&B.delete(y),!ve.signal.aborted){if(me.has(y)){Nt(y,an(void 0));return}if(Tn(Oe))if(Y>Ce){Nt(y,an(void 0));return}else{N.add(y),await to(ve,Oe,!1,{preventScrollReset:X});return}if(Ot(Oe)){Ft(y,S,Oe.error);return}be(!rn(Oe),"Unhandled fetcher deferred data"),Nt(y,an(Oe.data))}}async function to(y,S,_,A){let{submission:V,fetcherSubmission:ne,preventScrollReset:ce,replace:X}=A===void 0?{}:A;S.response.headers.has("X-Remix-Revalidate")&&(Ze=!0);let ee=S.response.headers.get("Location");be(ee,"Expected a Location header on the redirect Response"),ee=jd(ee,new URL(y.url),h,a.history);let $=tr(E.location,ee,{_isRedirect:!0});if(s){let _e=!1;if(S.response.headers.has("X-Remix-Reload-Document"))_e=!0;else if(Ml.test(ee)){const Ye=a.history.createURL(ee);_e=Ye.origin!==i.location.origin||Eo(Ye.pathname,h)==null}if(_e){X?i.location.replace(ee):i.location.assign(ee);return}}ie=null;let G=X===!0||S.response.headers.has("X-Remix-Replace")?rt.Replace:rt.Push,{formMethod:ve,formAction:Ce,formEncType:it}=E.navigation;!V&&!ne&&ve&&Ce&&it&&(V=Ad(E.navigation));let Oe=V||ne;if(Zg.has(S.response.status)&&Oe&&eo(Oe.formMethod))await Mt(G,$,{submission:Qe({},Oe,{formAction:ee}),preventScrollReset:ce||ke,enableViewTransition:_?We:void 0});else{let _e=ml($,V);await Mt(G,$,{overrideNavigation:_e,fetcherSubmission:ne,preventScrollReset:ce||ke,enableViewTransition:_?We:void 0})}}async function Ao(y,S,_,A,V,ne){let ce,X={};try{ce=await sh(P,y,S,_,A,V,ne,p,d)}catch(ee){return A.forEach($=>{X[$.route.id]={type:Be.error,error:ee}}),X}for(let[ee,$]of Object.entries(ce))if(fh($)){let G=$.result;X[ee]={type:Be.redirect,response:uh(G,_,ee,V,h,C.v7_relativeSplatPath)}}else X[ee]=await ch($);return X}async function da(y,S,_,A,V){let ne=y.matches,ce=Ao("loader",y,V,_,S,null),X=Promise.all(A.map(async G=>{if(G.matches&&G.match&&G.controller){let Ce=(await Ao("loader",y,sa(a.history,G.path,G.controller.signal),[G.match],G.matches,G.key))[G.match.route.id];return{[G.key]:Ce}}else return Promise.resolve({[G.key]:{type:Be.error,error:_t(404,{pathname:G.path})}})})),ee=await ce,$=(await X).reduce((G,ve)=>Object.assign(G,ve),{});return await Promise.all([mh(S,ee,V.signal,ne,y.loaderData),yh(S,$,A)]),{loaderResults:ee,fetcherResults:$}}function dn(){Ze=!0,et.push(...ao()),de.forEach((y,S)=>{B.has(S)&&Ie.add(S),qt(S)})}function Nt(y,S,_){_===void 0&&(_={}),E.fetchers.set(y,S),tt({fetchers:new Map(E.fetchers)},{flushSync:(_&&_.flushSync)===!0})}function Ft(y,S,_,A){A===void 0&&(A={});let V=_n(E.matches,S);oo(y),tt({errors:{[V.route.id]:_},fetchers:new Map(E.fetchers)},{flushSync:(A&&A.flushSync)===!0})}function Do(y){return ye.set(y,(ye.get(y)||0)+1),me.has(y)&&me.delete(y),E.fetchers.get(y)||eh}function oo(y){let S=E.fetchers.get(y);B.has(y)&&!(S&&S.state==="loading"&&k.has(y))&&qt(y),de.delete(y),k.delete(y),N.delete(y),C.v7_fetcherPersist&&me.delete(y),Ie.delete(y),E.fetchers.delete(y)}function Ei(y){let S=(ye.get(y)||0)-1;S<=0?(ye.delete(y),me.add(y),C.v7_fetcherPersist||oo(y)):ye.set(y,S),tt({fetchers:new Map(E.fetchers)})}function qt(y){let S=B.get(y);S&&(S.abort(),B.delete(y))}function pa(y){for(let S of y){let _=Do(S),A=an(_.data);E.fetchers.set(S,A)}}function sr(){let y=[],S=!1;for(let _ of N){let A=E.fetchers.get(_);be(A,"Expected fetcher: "+_),A.state==="loading"&&(N.delete(_),y.push(_),S=!0)}return pa(y),S}function Dn(y){let S=[];for(let[_,A]of k)if(A<y){let V=E.fetchers.get(_);be(V,"Expected fetcher: "+_),V.state==="loading"&&(qt(_),k.delete(_),S.push(_))}return pa(S),S.length>0}function fa(y,S){let _=E.blockers.get(y)||Ja;return Re.get(y)!==S&&Re.set(y,S),_}function zn(y){E.blockers.delete(y),Re.delete(y)}function zo(y,S){let _=E.blockers.get(y)||Ja;be(_.state==="unblocked"&&S.state==="blocked"||_.state==="blocked"&&S.state==="blocked"||_.state==="blocked"&&S.state==="proceeding"||_.state==="blocked"&&S.state==="unblocked"||_.state==="proceeding"&&S.state==="unblocked","Invalid blocker state transition: "+_.state+" -> "+S.state);let A=new Map(E.blockers);A.set(y,S),tt({blockers:A})}function In(y){let{currentLocation:S,nextLocation:_,historyAction:A}=y;if(Re.size===0)return;Re.size>1&&sn(!1,"A router only supports one blocker at a time");let V=Array.from(Re.entries()),[ne,ce]=V[V.length-1],X=E.blockers.get(ne);if(!(X&&X.state==="proceeding")&&ce({currentLocation:S,nextLocation:_,historyAction:A}))return ne}function no(y){let S=_t(404,{pathname:y}),_=m||f,{matches:A,route:V}=Nd(_);return ao(),{notFoundMatches:A,route:V,error:S}}function ao(y){let S=[];return Pe.forEach((_,A)=>{(!y||y(A))&&(_.cancel(),S.push(A),Pe.delete(A))}),S}function lr(y,S,_){if(H=y,U=S,F=_||null,!ge&&E.navigation===hl){ge=!0;let A=ha(E.location,E.matches);A!=null&&tt({restoreScrollPosition:A})}return()=>{H=null,U=null,F=null}}function ga(y,S){return F&&F(y,S.map(A=>Tg(A,E.loaderData)))||y.key}function cr(y,S){if(H&&U){let _=ga(y,S);H[_]=U()}}function ha(y,S){if(H){let _=ga(y,S),A=H[_];if(typeof A=="number")return A}return null}function pn(y,S,_){if(x)if(y){if(Object.keys(y[0].params).length>0)return{active:!0,matches:wi(S,_,h,!0)}}else return{active:!0,matches:wi(S,_,h,!0)||[]};return{active:!1,matches:null}}async function Io(y,S,_,A){if(!x)return{type:"success",matches:y};let V=y;for(;;){let ne=m==null,ce=m||f,X=p;try{await x({signal:_,path:S,matches:V,fetcherKey:A,patch:(G,ve)=>{_.aborted||Rd(G,ve,ce,X,d)}})}catch(G){return{type:"error",error:G,partialMatches:V}}finally{ne&&!_.aborted&&(f=[...f])}if(_.aborted)return{type:"aborted"};let ee=En(ce,S,h);if(ee)return{type:"success",matches:ee};let $=wi(ce,S,h,!0);if(!$||V.length===$.length&&V.every((G,ve)=>G.route.id===$[ve].route.id))return{type:"success",matches:null};V=$}}function ur(y){p={},m=Si(y,d,void 0,p)}function fn(y,S){let _=m==null;Rd(y,S,m||f,p,d),_&&(f=[...f],tt({}))}return Ee={get basename(){return h},get future(){return C},get state(){return E},get routes(){return f},get window(){return i},initialize:Ue,subscribe:Mo,enableScrollRestoration:lr,navigate:No,fetch:Ge,revalidate:Ln,createHref:y=>a.history.createHref(y),encodeLocation:y=>a.history.encodeLocation(y),getFetcher:Do,deleteFetcher:Ei,dispose:ct,getBlocker:fa,deleteBlocker:zn,patchRoutes:fn,_internalFetchControllers:B,_internalActiveDeferreds:Pe,_internalSetRoutes:ur},Ee}function nh(a){return a!=null&&("formData"in a&&a.formData!=null||"body"in a&&a.body!==void 0)}function Sl(a,i,s,c,d,p,f,m){let h,P;if(f){h=[];for(let C of i)if(h.push(C),C.route.id===f){P=C;break}}else h=i,P=i[i.length-1];let x=Tl(d||".",_l(h,p),Eo(a.pathname,s)||a.pathname,m==="path");if(d==null&&(x.search=a.search,x.hash=a.hash),(d==null||d===""||d===".")&&P){let C=Ll(x.search);if(P.route.index&&!C)x.search=x.search?x.search.replace(/^\?/,"?index&"):"?index";else if(!P.route.index&&C){let M=new URLSearchParams(x.search),O=M.getAll("index");M.delete("index"),O.filter(F=>F).forEach(F=>M.append("index",F));let H=M.toString();x.search=H?"?"+H:""}}return c&&s!=="/"&&(x.pathname=x.pathname==="/"?s:jo([s,x.pathname])),Nn(x)}function Sd(a,i,s,c){if(!c||!nh(c))return{path:s};if(c.formMethod&&!hh(c.formMethod))return{path:s,error:_t(405,{method:c.formMethod})};let d=()=>({path:s,error:_t(400,{type:"invalid-body"})}),p=c.formMethod||"get",f=a?p.toUpperCase():p.toLowerCase(),m=sp(s);if(c.body!==void 0){if(c.formEncType==="text/plain"){if(!eo(f))return d();let M=typeof c.body=="string"?c.body:c.body instanceof FormData||c.body instanceof URLSearchParams?Array.from(c.body.entries()).reduce((O,H)=>{let[F,U]=H;return""+O+F+"="+U+`
51
+ `},""):String(c.body);return{path:s,submission:{formMethod:f,formAction:m,formEncType:c.formEncType,formData:void 0,json:void 0,text:M}}}else if(c.formEncType==="application/json"){if(!eo(f))return d();try{let M=typeof c.body=="string"?JSON.parse(c.body):c.body;return{path:s,submission:{formMethod:f,formAction:m,formEncType:c.formEncType,formData:void 0,json:M,text:void 0}}}catch{return d()}}}be(typeof FormData=="function","FormData is not available in this environment");let h,P;if(c.formData)h=xl(c.formData),P=c.formData;else if(c.body instanceof FormData)h=xl(c.body),P=c.body;else if(c.body instanceof URLSearchParams)h=c.body,P=Ed(h);else if(c.body==null)h=new URLSearchParams,P=new FormData;else try{h=new URLSearchParams(c.body),P=Ed(h)}catch{return d()}let x={formMethod:f,formAction:m,formEncType:c&&c.formEncType||"application/x-www-form-urlencoded",formData:P,json:void 0,text:void 0};if(eo(x.formMethod))return{path:s,submission:x};let C=_o(s);return i&&C.search&&Ll(C.search)&&h.append("index",""),C.search="?"+h,{path:Nn(C),submission:x}}function bd(a,i,s){s===void 0&&(s=!1);let c=a.findIndex(d=>d.route.id===i);return c>=0?a.slice(0,s?c+1:c):a}function xd(a,i,s,c,d,p,f,m,h,P,x,C,M,O,H,F){let U=F?Ot(F[1])?F[1].error:F[1].data:void 0,ge=a.createURL(i.location),q=a.createURL(d),ue=s;p&&i.errors?ue=bd(s,Object.keys(i.errors)[0],!0):F&&Ot(F[1])&&(ue=bd(s,F[0]));let re=F?F[1].statusCode:void 0,xe=f&&re&&re>=400,Ee=ue.filter((J,ke)=>{let{route:ie}=J;if(ie.lazy)return!0;if(ie.loader==null)return!1;if(p)return bl(ie,i.loaderData,i.errors);if(ah(i.loaderData,i.matches[ke],J)||h.some(ze=>ze===J.route.id))return!0;let We=i.matches[ke],Te=J;return Cd(J,Qe({currentUrl:ge,currentParams:We.params,nextUrl:q,nextParams:Te.params},c,{actionResult:U,actionStatus:re,defaultShouldRevalidate:xe?!1:m||ge.pathname+ge.search===q.pathname+q.search||ge.search!==q.search||rp(We,Te)}))}),E=[];return C.forEach((J,ke)=>{if(p||!s.some(he=>he.route.id===J.routeId)||x.has(ke))return;let ie=En(O,J.path,H);if(!ie){E.push({key:ke,routeId:J.routeId,path:J.path,matches:null,match:null,controller:null});return}let We=i.fetchers.get(ke),Te=er(ie,J.path),ze=!1;M.has(ke)?ze=!1:P.has(ke)?(P.delete(ke),ze=!0):We&&We.state!=="idle"&&We.data===void 0?ze=m:ze=Cd(Te,Qe({currentUrl:ge,currentParams:i.matches[i.matches.length-1].params,nextUrl:q,nextParams:s[s.length-1].params},c,{actionResult:U,actionStatus:re,defaultShouldRevalidate:xe?!1:m})),ze&&E.push({key:ke,routeId:J.routeId,path:J.path,matches:ie,match:Te,controller:new AbortController})}),[Ee,E]}function bl(a,i,s){if(a.lazy)return!0;if(!a.loader)return!1;let c=i!=null&&i[a.id]!==void 0,d=s!=null&&s[a.id]!==void 0;return!c&&d?!1:typeof a.loader=="function"&&a.loader.hydrate===!0?!0:!c&&!d}function ah(a,i,s){let c=!i||s.route.id!==i.route.id,d=a[s.route.id]===void 0;return c||d}function rp(a,i){let s=a.route.path;return a.pathname!==i.pathname||s!=null&&s.endsWith("*")&&a.params["*"]!==i.params["*"]}function Cd(a,i){if(a.route.shouldRevalidate){let s=a.route.shouldRevalidate(i);if(typeof s=="boolean")return s}return i.defaultShouldRevalidate}function Rd(a,i,s,c,d){var p;let f;if(a){let P=c[a];be(P,"No route found to patch children into: routeId = "+a),P.children||(P.children=[]),f=P.children}else f=s;let m=i.filter(P=>!f.some(x=>ip(P,x))),h=Si(m,d,[a||"_","patch",String(((p=f)==null?void 0:p.length)||"0")],c);f.push(...h)}function ip(a,i){return"id"in a&&"id"in i&&a.id===i.id?!0:a.index===i.index&&a.path===i.path&&a.caseSensitive===i.caseSensitive?(!a.children||a.children.length===0)&&(!i.children||i.children.length===0)?!0:a.children.every((s,c)=>{var d;return(d=i.children)==null?void 0:d.some(p=>ip(s,p))}):!1}async function rh(a,i,s){if(!a.lazy)return;let c=await a.lazy();if(!a.lazy)return;let d=s[a.id];be(d,"No route found in manifest");let p={};for(let f in c){let h=d[f]!==void 0&&f!=="hasErrorBoundary";sn(!h,'Route "'+d.id+'" has a static property "'+f+'" defined but its lazy function is also returning a value for this property. '+('The lazy route property "'+f+'" will be ignored.')),!h&&!Eg.has(f)&&(p[f]=c[f])}Object.assign(d,p),Object.assign(d,Qe({},i(d),{lazy:void 0}))}async function ih(a){let{matches:i}=a,s=i.filter(d=>d.shouldLoad);return(await Promise.all(s.map(d=>d.resolve()))).reduce((d,p,f)=>Object.assign(d,{[s[f].route.id]:p}),{})}async function sh(a,i,s,c,d,p,f,m,h,P){let x=p.map(O=>O.route.lazy?rh(O.route,h,m):void 0),C=p.map((O,H)=>{let F=x[H],U=d.some(q=>q.route.id===O.route.id);return Qe({},O,{shouldLoad:U,resolve:async q=>(q&&c.method==="GET"&&(O.route.lazy||O.route.loader)&&(U=!0),U?lh(i,c,O,F,q,P):Promise.resolve({type:Be.data,result:void 0}))})}),M=await a({matches:C,request:c,params:p[0].params,fetcherKey:f,context:P});try{await Promise.all(x)}catch{}return M}async function lh(a,i,s,c,d,p){let f,m,h=P=>{let x,C=new Promise((H,F)=>x=F);m=()=>x(),i.signal.addEventListener("abort",m);let M=H=>typeof P!="function"?Promise.reject(new Error("You cannot call the handler for a route which defines a boolean "+('"'+a+'" [routeId: '+s.route.id+"]"))):P({request:i,params:s.params,context:p},...H!==void 0?[H]:[]),O=(async()=>{try{return{type:"data",result:await(d?d(F=>M(F)):M())}}catch(H){return{type:"error",result:H}}})();return Promise.race([O,C])};try{let P=s.route[a];if(c)if(P){let x,[C]=await Promise.all([h(P).catch(M=>{x=M}),c]);if(x!==void 0)throw x;f=C}else if(await c,P=s.route[a],P)f=await h(P);else if(a==="action"){let x=new URL(i.url),C=x.pathname+x.search;throw _t(405,{method:i.method,pathname:C,routeId:s.route.id})}else return{type:Be.data,result:void 0};else if(P)f=await h(P);else{let x=new URL(i.url),C=x.pathname+x.search;throw _t(404,{pathname:C})}be(f.result!==void 0,"You defined "+(a==="action"?"an action":"a loader")+" for route "+('"'+s.route.id+"\" but didn't return anything from your `"+a+"` ")+"function. Please return a value or `null`.")}catch(P){return{type:Be.error,result:P}}finally{m&&i.signal.removeEventListener("abort",m)}return f}async function ch(a){let{result:i,type:s}=a;if(lp(i)){let C;try{let M=i.headers.get("Content-Type");M&&/\bapplication\/json\b/.test(M)?i.body==null?C=null:C=await i.json():C=await i.text()}catch(M){return{type:Be.error,error:M}}return s===Be.error?{type:Be.error,error:new xi(i.status,i.statusText,C),statusCode:i.status,headers:i.headers}:{type:Be.data,data:C,statusCode:i.status,headers:i.headers}}if(s===Be.error){if(Ld(i)){var c,d;if(i.data instanceof Error){var p,f;return{type:Be.error,error:i.data,statusCode:(p=i.init)==null?void 0:p.status,headers:(f=i.init)!=null&&f.headers?new Headers(i.init.headers):void 0}}return{type:Be.error,error:new xi(((c=i.init)==null?void 0:c.status)||500,void 0,i.data),statusCode:or(i)?i.status:void 0,headers:(d=i.init)!=null&&d.headers?new Headers(i.init.headers):void 0}}return{type:Be.error,error:i,statusCode:or(i)?i.status:void 0}}if(gh(i)){var m,h;return{type:Be.deferred,deferredData:i,statusCode:(m=i.init)==null?void 0:m.status,headers:((h=i.init)==null?void 0:h.headers)&&new Headers(i.init.headers)}}if(Ld(i)){var P,x;return{type:Be.data,data:i.data,statusCode:(P=i.init)==null?void 0:P.status,headers:(x=i.init)!=null&&x.headers?new Headers(i.init.headers):void 0}}return{type:Be.data,data:i}}function uh(a,i,s,c,d,p){let f=a.headers.get("Location");if(be(f,"Redirects returned/thrown from loaders/actions must have a Location header"),!Ml.test(f)){let m=c.slice(0,c.findIndex(h=>h.route.id===s)+1);f=Sl(new URL(i.url),m,d,!0,f,p),a.headers.set("Location",f)}return a}function jd(a,i,s,c){let d=["about:","blob:","chrome:","chrome-untrusted:","content:","data:","devtools:","file:","filesystem:","javascript:"];if(Ml.test(a)){let p=a,f=p.startsWith("//")?new URL(i.protocol+p):new URL(p);if(d.includes(f.protocol))throw new Error("Invalid redirect location");let m=Eo(f.pathname,s)!=null;if(f.origin===i.origin&&m)return f.pathname+f.search+f.hash}try{let p=c.createURL(a);if(d.includes(p.protocol))throw new Error("Invalid redirect location")}catch{}return a}function sa(a,i,s,c){let d=a.createURL(sp(i)).toString(),p={signal:s};if(c&&eo(c.formMethod)){let{formMethod:f,formEncType:m}=c;p.method=f.toUpperCase(),m==="application/json"?(p.headers=new Headers({"Content-Type":m}),p.body=JSON.stringify(c.json)):m==="text/plain"?p.body=c.text:m==="application/x-www-form-urlencoded"&&c.formData?p.body=xl(c.formData):p.body=c.formData}return new Request(d,p)}function xl(a){let i=new URLSearchParams;for(let[s,c]of a.entries())i.append(s,typeof c=="string"?c:c.name);return i}function Ed(a){let i=new FormData;for(let[s,c]of a.entries())i.append(s,c);return i}function dh(a,i,s,c,d){let p={},f=null,m,h=!1,P={},x=s&&Ot(s[1])?s[1].error:void 0;return a.forEach(C=>{if(!(C.route.id in i))return;let M=C.route.id,O=i[M];if(be(!Tn(O),"Cannot handle redirect results in processLoaderData"),Ot(O)){let H=O.error;x!==void 0&&(H=x,x=void 0),f=f||{};{let F=_n(a,M);f[F.route.id]==null&&(f[F.route.id]=H)}p[M]=void 0,h||(h=!0,m=or(O.error)?O.error.status:500),O.headers&&(P[M]=O.headers)}else rn(O)?(c.set(M,O.deferredData),p[M]=O.deferredData.data,O.statusCode!=null&&O.statusCode!==200&&!h&&(m=O.statusCode),O.headers&&(P[M]=O.headers)):(p[M]=O.data,O.statusCode&&O.statusCode!==200&&!h&&(m=O.statusCode),O.headers&&(P[M]=O.headers))}),x!==void 0&&s&&(f={[s[0]]:x},p[s[0]]=void 0),{loaderData:p,errors:f,statusCode:m||200,loaderHeaders:P}}function _d(a,i,s,c,d,p,f){let{loaderData:m,errors:h}=dh(i,s,c,f);return d.forEach(P=>{let{key:x,match:C,controller:M}=P,O=p[x];if(be(O,"Did not find corresponding fetcher result"),!(M&&M.signal.aborted))if(Ot(O)){let H=_n(a.matches,C==null?void 0:C.route.id);h&&h[H.route.id]||(h=Qe({},h,{[H.route.id]:O.error})),a.fetchers.delete(x)}else if(Tn(O))be(!1,"Unhandled fetcher revalidation redirect");else if(rn(O))be(!1,"Unhandled fetcher deferred data");else{let H=an(O.data);a.fetchers.set(x,H)}}),{loaderData:m,errors:h}}function Td(a,i,s,c){let d=Qe({},i);for(let p of s){let f=p.route.id;if(i.hasOwnProperty(f)?i[f]!==void 0&&(d[f]=i[f]):a[f]!==void 0&&p.route.loader&&(d[f]=a[f]),c&&c.hasOwnProperty(f))break}return d}function Md(a){return a?Ot(a[1])?{actionData:{}}:{actionData:{[a[0]]:a[1].data}}:{}}function _n(a,i){return(i?a.slice(0,a.findIndex(c=>c.route.id===i)+1):[...a]).reverse().find(c=>c.route.hasErrorBoundary===!0)||a[0]}function Nd(a){let i=a.length===1?a[0]:a.find(s=>s.index||!s.path||s.path==="/")||{id:"__shim-error-route__"};return{matches:[{params:{},pathname:"",pathnameBase:"",route:i}],route:i}}function _t(a,i){let{pathname:s,routeId:c,method:d,type:p,message:f}=i===void 0?{}:i,m="Unknown Server Error",h="Unknown @remix-run/router error";return a===400?(m="Bad Request",d&&s&&c?h="You made a "+d+' request to "'+s+'" but '+('did not provide a `loader` for route "'+c+'", ')+"so there is no way to handle the request.":p==="defer-action"?h="defer() is not supported in actions":p==="invalid-body"&&(h="Unable to encode submission body")):a===403?(m="Forbidden",h='Route "'+c+'" does not match URL "'+s+'"'):a===404?(m="Not Found",h='No route matches URL "'+s+'"'):a===405&&(m="Method Not Allowed",d&&s&&c?h="You made a "+d.toUpperCase()+' request to "'+s+'" but '+('did not provide an `action` for route "'+c+'", ')+"so there is no way to handle the request.":d&&(h='Invalid request method "'+d.toUpperCase()+'"')),new xi(a||500,m,new Error(h),!0)}function mi(a){let i=Object.entries(a);for(let s=i.length-1;s>=0;s--){let[c,d]=i[s];if(Tn(d))return{key:c,result:d}}}function sp(a){let i=typeof a=="string"?_o(a):a;return Nn(Qe({},i,{hash:""}))}function ph(a,i){return a.pathname!==i.pathname||a.search!==i.search?!1:a.hash===""?i.hash!=="":a.hash===i.hash?!0:i.hash!==""}function fh(a){return lp(a.result)&&Xg.has(a.result.status)}function rn(a){return a.type===Be.deferred}function Ot(a){return a.type===Be.error}function Tn(a){return(a&&a.type)===Be.redirect}function Ld(a){return typeof a=="object"&&a!=null&&"type"in a&&"data"in a&&"init"in a&&a.type==="DataWithResponseInit"}function gh(a){let i=a;return i&&typeof i=="object"&&typeof i.data=="object"&&typeof i.subscribe=="function"&&typeof i.cancel=="function"&&typeof i.resolveData=="function"}function lp(a){return a!=null&&typeof a.status=="number"&&typeof a.statusText=="string"&&typeof a.headers=="object"&&typeof a.body<"u"}function hh(a){return Jg.has(a.toLowerCase())}function eo(a){return Qg.has(a.toLowerCase())}async function mh(a,i,s,c,d){let p=Object.entries(i);for(let f=0;f<p.length;f++){let[m,h]=p[f],P=a.find(M=>(M==null?void 0:M.route.id)===m);if(!P)continue;let x=c.find(M=>M.route.id===P.route.id),C=x!=null&&!rp(x,P)&&(d&&d[P.route.id])!==void 0;rn(h)&&C&&await Nl(h,s,!1).then(M=>{M&&(i[m]=M)})}}async function yh(a,i,s){for(let c=0;c<s.length;c++){let{key:d,routeId:p,controller:f}=s[c],m=i[d];a.find(P=>(P==null?void 0:P.route.id)===p)&&rn(m)&&(be(f,"Expected an AbortController for revalidating fetcher deferred result"),await Nl(m,f.signal,!0).then(P=>{P&&(i[d]=P)}))}}async function Nl(a,i,s){if(s===void 0&&(s=!1),!await a.deferredData.resolveData(i)){if(s)try{return{type:Be.data,data:a.deferredData.unwrappedData}}catch(d){return{type:Be.error,error:d}}return{type:Be.data,data:a.deferredData.data}}}function Ll(a){return new URLSearchParams(a).getAll("index").some(i=>i==="")}function er(a,i){let s=typeof i=="string"?_o(i).search:i.search;if(a[a.length-1].route.index&&Ll(s||""))return a[a.length-1];let c=op(a);return c[c.length-1]}function Ad(a){let{formMethod:i,formAction:s,formEncType:c,text:d,formData:p,json:f}=a;if(!(!i||!s||!c)){if(d!=null)return{formMethod:i,formAction:s,formEncType:c,formData:void 0,json:void 0,text:d};if(p!=null)return{formMethod:i,formAction:s,formEncType:c,formData:p,json:void 0,text:void 0};if(f!==void 0)return{formMethod:i,formAction:s,formEncType:c,formData:void 0,json:f,text:void 0}}}function ml(a,i){return i?{state:"loading",location:a,formMethod:i.formMethod,formAction:i.formAction,formEncType:i.formEncType,formData:i.formData,json:i.json,text:i.text}:{state:"loading",location:a,formMethod:void 0,formAction:void 0,formEncType:void 0,formData:void 0,json:void 0,text:void 0}}function vh(a,i){return{state:"submitting",location:a,formMethod:i.formMethod,formAction:i.formAction,formEncType:i.formEncType,formData:i.formData,json:i.json,text:i.text}}function Xa(a,i){return a?{state:"loading",formMethod:a.formMethod,formAction:a.formAction,formEncType:a.formEncType,formData:a.formData,json:a.json,text:a.text,data:i}:{state:"loading",formMethod:void 0,formAction:void 0,formEncType:void 0,formData:void 0,json:void 0,text:void 0,data:i}}function Ph(a,i){return{state:"submitting",formMethod:a.formMethod,formAction:a.formAction,formEncType:a.formEncType,formData:a.formData,json:a.json,text:a.text,data:i?i.data:void 0}}function an(a){return{state:"idle",formMethod:void 0,formAction:void 0,formEncType:void 0,formData:void 0,json:void 0,text:void 0,data:a}}function wh(a,i){try{let s=a.sessionStorage.getItem(ap);if(s){let c=JSON.parse(s);for(let[d,p]of Object.entries(c||{}))p&&Array.isArray(p)&&i.set(d,new Set(p||[]))}}catch{}}function kh(a,i){if(i.size>0){let s={};for(let[c,d]of i)s[c]=[...d];try{a.sessionStorage.setItem(ap,JSON.stringify(s))}catch(c){sn(!1,"Failed to save applied view transitions in sessionStorage ("+c+").")}}}/**
52
+ * React Router v6.30.3
53
+ *
54
+ * Copyright (c) Remix Software Inc.
55
+ *
56
+ * This source code is licensed under the MIT license found in the
57
+ * LICENSE.md file in the root directory of this source tree.
58
+ *
59
+ * @license MIT
60
+ */function Ci(){return Ci=Object.assign?Object.assign.bind():function(a){for(var i=1;i<arguments.length;i++){var s=arguments[i];for(var c in s)Object.prototype.hasOwnProperty.call(s,c)&&(a[c]=s[c])}return a},Ci.apply(this,arguments)}const ar=T.createContext(null),Al=T.createContext(null),ln=T.createContext(null),Dl=T.createContext(null),To=T.createContext({outlet:null,matches:[],isDataRoute:!1}),cp=T.createContext(null);function Sh(a,i){let{relative:s}=i===void 0?{}:i;rr()||be(!1);let{basename:c,navigator:d}=T.useContext(ln),{hash:p,pathname:f,search:m}=Ri(a,{relative:s}),h=f;return c!=="/"&&(h=f==="/"?c:jo([c,f])),d.createHref({pathname:h,search:m,hash:p})}function rr(){return T.useContext(Dl)!=null}function cn(){return rr()||be(!1),T.useContext(Dl).location}function up(a){T.useContext(ln).static||T.useLayoutEffect(a)}function bh(){let{isDataRoute:a}=T.useContext(To);return a?Ih():xh()}function xh(){rr()||be(!1);let a=T.useContext(ar),{basename:i,future:s,navigator:c}=T.useContext(ln),{matches:d}=T.useContext(To),{pathname:p}=cn(),f=JSON.stringify(_l(d,s.v7_relativeSplatPath)),m=T.useRef(!1);return up(()=>{m.current=!0}),T.useCallback(function(P,x){if(x===void 0&&(x={}),!m.current)return;if(typeof P=="number"){c.go(P);return}let C=Tl(P,JSON.parse(f),p,x.relative==="path");a==null&&i!=="/"&&(C.pathname=C.pathname==="/"?i:jo([i,C.pathname])),(x.replace?c.replace:c.push)(C,x.state,x)},[i,c,f,p,a])}const Ch=T.createContext(null);function Rh(a){let i=T.useContext(To).outlet;return i&&T.createElement(Ch.Provider,{value:a},i)}function bv(){let{matches:a}=T.useContext(To),i=a[a.length-1];return i?i.params:{}}function Ri(a,i){let{relative:s}=i===void 0?{}:i,{future:c}=T.useContext(ln),{matches:d}=T.useContext(To),{pathname:p}=cn(),f=JSON.stringify(_l(d,c.v7_relativeSplatPath));return T.useMemo(()=>Tl(a,JSON.parse(f),p,s==="path"),[a,f,p,s])}function jh(a,i,s,c){rr()||be(!1);let{navigator:d}=T.useContext(ln),{matches:p}=T.useContext(To),f=p[p.length-1],m=f?f.params:{};f&&f.pathname;let h=f?f.pathnameBase:"/";f&&f.route;let P=cn(),x;x=P;let C=x.pathname||"/",M=C;if(h!=="/"){let F=h.replace(/^\//,"").split("/");M="/"+C.replace(/^\//,"").split("/").slice(F.length).join("/")}let O=En(a,{pathname:M});return Nh(O&&O.map(F=>Object.assign({},F,{params:Object.assign({},m,F.params),pathname:jo([h,d.encodeLocation?d.encodeLocation(F.pathname).pathname:F.pathname]),pathnameBase:F.pathnameBase==="/"?h:jo([h,d.encodeLocation?d.encodeLocation(F.pathnameBase).pathname:F.pathnameBase])})),p,s,c)}function Eh(){let a=zh(),i=or(a)?a.status+" "+a.statusText:a instanceof Error?a.message:JSON.stringify(a),s=a instanceof Error?a.stack:null,d={padding:"0.5rem",backgroundColor:"rgba(200,200,200, 0.5)"};return T.createElement(T.Fragment,null,T.createElement("h2",null,"Unexpected Application Error!"),T.createElement("h3",{style:{fontStyle:"italic"}},i),s?T.createElement("pre",{style:d},s):null,null)}const _h=T.createElement(Eh,null);class Th extends T.Component{constructor(i){super(i),this.state={location:i.location,revalidation:i.revalidation,error:i.error}}static getDerivedStateFromError(i){return{error:i}}static getDerivedStateFromProps(i,s){return s.location!==i.location||s.revalidation!=="idle"&&i.revalidation==="idle"?{error:i.error,location:i.location,revalidation:i.revalidation}:{error:i.error!==void 0?i.error:s.error,location:s.location,revalidation:i.revalidation||s.revalidation}}componentDidCatch(i,s){console.error("React Router caught the following error during render",i,s)}render(){return this.state.error!==void 0?T.createElement(To.Provider,{value:this.props.routeContext},T.createElement(cp.Provider,{value:this.state.error,children:this.props.component})):this.props.children}}function Mh(a){let{routeContext:i,match:s,children:c}=a,d=T.useContext(ar);return d&&d.static&&d.staticContext&&(s.route.errorElement||s.route.ErrorBoundary)&&(d.staticContext._deepestRenderedBoundaryId=s.route.id),T.createElement(To.Provider,{value:i},c)}function Nh(a,i,s,c){var d;if(i===void 0&&(i=[]),s===void 0&&(s=null),c===void 0&&(c=null),a==null){var p;if(!s)return null;if(s.errors)a=s.matches;else if((p=c)!=null&&p.v7_partialHydration&&i.length===0&&!s.initialized&&s.matches.length>0)a=s.matches;else return null}let f=a,m=(d=s)==null?void 0:d.errors;if(m!=null){let x=f.findIndex(C=>C.route.id&&(m==null?void 0:m[C.route.id])!==void 0);x>=0||be(!1),f=f.slice(0,Math.min(f.length,x+1))}let h=!1,P=-1;if(s&&c&&c.v7_partialHydration)for(let x=0;x<f.length;x++){let C=f[x];if((C.route.HydrateFallback||C.route.hydrateFallbackElement)&&(P=x),C.route.id){let{loaderData:M,errors:O}=s,H=C.route.loader&&M[C.route.id]===void 0&&(!O||O[C.route.id]===void 0);if(C.route.lazy||H){h=!0,P>=0?f=f.slice(0,P+1):f=[f[0]];break}}}return f.reduceRight((x,C,M)=>{let O,H=!1,F=null,U=null;s&&(O=m&&C.route.id?m[C.route.id]:void 0,F=C.route.errorElement||_h,h&&(P<0&&M===0?(Oh("route-fallback"),H=!0,U=null):P===M&&(H=!0,U=C.route.hydrateFallbackElement||null)));let ge=i.concat(f.slice(0,M+1)),q=()=>{let ue;return O?ue=F:H?ue=U:C.route.Component?ue=T.createElement(C.route.Component,null):C.route.element?ue=C.route.element:ue=x,T.createElement(Mh,{match:C,routeContext:{outlet:x,matches:ge,isDataRoute:s!=null},children:ue})};return s&&(C.route.ErrorBoundary||C.route.errorElement||M===0)?T.createElement(Th,{location:s.location,revalidation:s.revalidation,component:F,error:O,children:q(),routeContext:{outlet:null,matches:ge,isDataRoute:!0}}):q()},null)}var dp=(function(a){return a.UseBlocker="useBlocker",a.UseRevalidator="useRevalidator",a.UseNavigateStable="useNavigate",a})(dp||{}),pp=(function(a){return a.UseBlocker="useBlocker",a.UseLoaderData="useLoaderData",a.UseActionData="useActionData",a.UseRouteError="useRouteError",a.UseNavigation="useNavigation",a.UseRouteLoaderData="useRouteLoaderData",a.UseMatches="useMatches",a.UseRevalidator="useRevalidator",a.UseNavigateStable="useNavigate",a.UseRouteId="useRouteId",a})(pp||{});function Lh(a){let i=T.useContext(ar);return i||be(!1),i}function Ah(a){let i=T.useContext(Al);return i||be(!1),i}function Dh(a){let i=T.useContext(To);return i||be(!1),i}function fp(a){let i=Dh(),s=i.matches[i.matches.length-1];return s.route.id||be(!1),s.route.id}function zh(){var a;let i=T.useContext(cp),s=Ah(),c=fp();return i!==void 0?i:(a=s.errors)==null?void 0:a[c]}function Ih(){let{router:a}=Lh(dp.UseNavigateStable),i=fp(pp.UseNavigateStable),s=T.useRef(!1);return up(()=>{s.current=!0}),T.useCallback(function(d,p){p===void 0&&(p={}),s.current&&(typeof d=="number"?a.navigate(d):a.navigate(d,Ci({fromRouteId:i},p)))},[a,i])}const Dd={};function Oh(a,i,s){Dd[a]||(Dd[a]=!0)}function Fh(a,i){a==null||a.v7_startTransition,(a==null?void 0:a.v7_relativeSplatPath)===void 0&&(!i||i.v7_relativeSplatPath),i&&(i.v7_fetcherPersist,i.v7_normalizeFormMethod,i.v7_partialHydration,i.v7_skipActionErrorRevalidation)}function Bh(a){return Rh(a.context)}function Wh(a){let{basename:i="/",children:s=null,location:c,navigationType:d=rt.Pop,navigator:p,static:f=!1,future:m}=a;rr()&&be(!1);let h=i.replace(/^\/*/,"/"),P=T.useMemo(()=>({basename:h,navigator:p,static:f,future:Ci({v7_relativeSplatPath:!1},m)}),[h,m,p,f]);typeof c=="string"&&(c=_o(c));let{pathname:x="/",search:C="",hash:M="",state:O=null,key:H="default"}=c,F=T.useMemo(()=>{let U=Eo(x,h);return U==null?null:{location:{pathname:U,search:C,hash:M,state:O,key:H},navigationType:d}},[h,x,C,M,O,H,d]);return F==null?null:T.createElement(ln.Provider,{value:P},T.createElement(Dl.Provider,{children:s,value:F}))}new Promise(()=>{});function Uh(a){let i={hasErrorBoundary:a.ErrorBoundary!=null||a.errorElement!=null};return a.Component&&Object.assign(i,{element:T.createElement(a.Component),Component:void 0}),a.HydrateFallback&&Object.assign(i,{hydrateFallbackElement:T.createElement(a.HydrateFallback),HydrateFallback:void 0}),a.ErrorBoundary&&Object.assign(i,{errorElement:T.createElement(a.ErrorBoundary),ErrorBoundary:void 0}),i}/**
61
+ * React Router DOM v6.30.3
62
+ *
63
+ * Copyright (c) Remix Software Inc.
64
+ *
65
+ * This source code is licensed under the MIT license found in the
66
+ * LICENSE.md file in the root directory of this source tree.
67
+ *
68
+ * @license MIT
69
+ */function ca(){return ca=Object.assign?Object.assign.bind():function(a){for(var i=1;i<arguments.length;i++){var s=arguments[i];for(var c in s)Object.prototype.hasOwnProperty.call(s,c)&&(a[c]=s[c])}return a},ca.apply(this,arguments)}function gp(a,i){if(a==null)return{};var s={},c=Object.keys(a),d,p;for(p=0;p<c.length;p++)d=c[p],!(i.indexOf(d)>=0)&&(s[d]=a[d]);return s}function Hh(a){return!!(a.metaKey||a.altKey||a.ctrlKey||a.shiftKey)}function Vh(a,i){return a.button===0&&(!i||i==="_self")&&!Hh(a)}const Yh=["onClick","relative","reloadDocument","replace","state","target","to","preventScrollReset","viewTransition"],qh=["aria-current","caseSensitive","className","end","style","to","viewTransition","children"],Kh="6";try{window.__reactRouterVersion=Kh}catch{}function $h(a,i){return oh({basename:void 0,future:ca({},void 0,{v7_prependBasename:!0}),history:Cg({window:void 0}),hydrationData:Qh(),routes:a,mapRouteProperties:Uh,dataStrategy:void 0,patchRoutesOnNavigation:void 0,window:void 0}).initialize()}function Qh(){var a;let i=(a=window)==null?void 0:a.__staticRouterHydrationData;return i&&i.errors&&(i=ca({},i,{errors:Gh(i.errors)})),i}function Gh(a){if(!a)return null;let i=Object.entries(a),s={};for(let[c,d]of i)if(d&&d.__type==="RouteErrorResponse")s[c]=new xi(d.status,d.statusText,d.data,d.internal===!0);else if(d&&d.__type==="Error"){if(d.__subType){let p=window[d.__subType];if(typeof p=="function")try{let f=new p(d.message);f.stack="",s[c]=f}catch{}}if(s[c]==null){let p=new Error(d.message);p.stack="",s[c]=p}}else s[c]=d;return s}const hp=T.createContext({isTransitioning:!1}),Jh=T.createContext(new Map),Xh="startTransition",zd=Sg[Xh],Zh="flushSync",Id=xg[Zh];function em(a){zd?zd(a):a()}function Za(a){Id?Id(a):a()}class tm{constructor(){this.status="pending",this.promise=new Promise((i,s)=>{this.resolve=c=>{this.status==="pending"&&(this.status="resolved",i(c))},this.reject=c=>{this.status==="pending"&&(this.status="rejected",s(c))}})}}function om(a){let{fallbackElement:i,router:s,future:c}=a,[d,p]=T.useState(s.state),[f,m]=T.useState(),[h,P]=T.useState({isTransitioning:!1}),[x,C]=T.useState(),[M,O]=T.useState(),[H,F]=T.useState(),U=T.useRef(new Map),{v7_startTransition:ge}=c||{},q=T.useCallback(J=>{ge?em(J):J()},[ge]),ue=T.useCallback((J,ke)=>{let{deletedFetchers:ie,flushSync:We,viewTransitionOpts:Te}=ke;J.fetchers.forEach((he,Ze)=>{he.data!==void 0&&U.current.set(Ze,he.data)}),ie.forEach(he=>U.current.delete(he));let ze=s.window==null||s.window.document==null||typeof s.window.document.startViewTransition!="function";if(!Te||ze){We?Za(()=>p(J)):q(()=>p(J));return}if(We){Za(()=>{M&&(x&&x.resolve(),M.skipTransition()),P({isTransitioning:!0,flushSync:!0,currentLocation:Te.currentLocation,nextLocation:Te.nextLocation})});let he=s.window.document.startViewTransition(()=>{Za(()=>p(J))});he.finished.finally(()=>{Za(()=>{C(void 0),O(void 0),m(void 0),P({isTransitioning:!1})})}),Za(()=>O(he));return}M?(x&&x.resolve(),M.skipTransition(),F({state:J,currentLocation:Te.currentLocation,nextLocation:Te.nextLocation})):(m(J),P({isTransitioning:!0,flushSync:!1,currentLocation:Te.currentLocation,nextLocation:Te.nextLocation}))},[s.window,M,x,U,q]);T.useLayoutEffect(()=>s.subscribe(ue),[s,ue]),T.useEffect(()=>{h.isTransitioning&&!h.flushSync&&C(new tm)},[h]),T.useEffect(()=>{if(x&&f&&s.window){let J=f,ke=x.promise,ie=s.window.document.startViewTransition(async()=>{q(()=>p(J)),await ke});ie.finished.finally(()=>{C(void 0),O(void 0),m(void 0),P({isTransitioning:!1})}),O(ie)}},[q,f,x,s.window]),T.useEffect(()=>{x&&f&&d.location.key===f.location.key&&x.resolve()},[x,M,d.location,f]),T.useEffect(()=>{!h.isTransitioning&&H&&(m(H.state),P({isTransitioning:!0,flushSync:!1,currentLocation:H.currentLocation,nextLocation:H.nextLocation}),F(void 0))},[h.isTransitioning,H]),T.useEffect(()=>{},[]);let re=T.useMemo(()=>({createHref:s.createHref,encodeLocation:s.encodeLocation,go:J=>s.navigate(J),push:(J,ke,ie)=>s.navigate(J,{state:ke,preventScrollReset:ie==null?void 0:ie.preventScrollReset}),replace:(J,ke,ie)=>s.navigate(J,{replace:!0,state:ke,preventScrollReset:ie==null?void 0:ie.preventScrollReset})}),[s]),xe=s.basename||"/",Ee=T.useMemo(()=>({router:s,navigator:re,static:!1,basename:xe}),[s,re,xe]),E=T.useMemo(()=>({v7_relativeSplatPath:s.future.v7_relativeSplatPath}),[s.future.v7_relativeSplatPath]);return T.useEffect(()=>Fh(c,s.future),[c,s.future]),T.createElement(T.Fragment,null,T.createElement(ar.Provider,{value:Ee},T.createElement(Al.Provider,{value:d},T.createElement(Jh.Provider,{value:U.current},T.createElement(hp.Provider,{value:h},T.createElement(Wh,{basename:xe,location:d.location,navigationType:d.historyAction,navigator:re,future:E},d.initialized||s.future.v7_partialHydration?T.createElement(nm,{routes:s.routes,future:s.future,state:d}):i))))),null)}const nm=T.memo(am);function am(a){let{routes:i,future:s,state:c}=a;return jh(i,void 0,c,s)}const rm=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u",im=/^(?:[a-z][a-z0-9+.-]*:|\/\/)/i,zl=T.forwardRef(function(i,s){let{onClick:c,relative:d,reloadDocument:p,replace:f,state:m,target:h,to:P,preventScrollReset:x,viewTransition:C}=i,M=gp(i,Yh),{basename:O}=T.useContext(ln),H,F=!1;if(typeof P=="string"&&im.test(P)&&(H=P,rm))try{let ue=new URL(window.location.href),re=P.startsWith("//")?new URL(ue.protocol+P):new URL(P),xe=Eo(re.pathname,O);re.origin===ue.origin&&xe!=null?P=xe+re.search+re.hash:F=!0}catch{}let U=Sh(P,{relative:d}),ge=cm(P,{replace:f,state:m,target:h,preventScrollReset:x,relative:d,viewTransition:C});function q(ue){c&&c(ue),ue.defaultPrevented||ge(ue)}return T.createElement("a",ca({},M,{href:H||U,onClick:F||p?c:q,ref:s,target:h}))}),sm=T.forwardRef(function(i,s){let{"aria-current":c="page",caseSensitive:d=!1,className:p="",end:f=!1,style:m,to:h,viewTransition:P,children:x}=i,C=gp(i,qh),M=Ri(h,{relative:C.relative}),O=cn(),H=T.useContext(Al),{navigator:F,basename:U}=T.useContext(ln),ge=H!=null&&um(M)&&P===!0,q=F.encodeLocation?F.encodeLocation(M).pathname:M.pathname,ue=O.pathname,re=H&&H.navigation&&H.navigation.location?H.navigation.location.pathname:null;d||(ue=ue.toLowerCase(),re=re?re.toLowerCase():null,q=q.toLowerCase()),re&&U&&(re=Eo(re,U)||re);const xe=q!=="/"&&q.endsWith("/")?q.length-1:q.length;let Ee=ue===q||!f&&ue.startsWith(q)&&ue.charAt(xe)==="/",E=re!=null&&(re===q||!f&&re.startsWith(q)&&re.charAt(q.length)==="/"),J={isActive:Ee,isPending:E,isTransitioning:ge},ke=Ee?c:void 0,ie;typeof p=="function"?ie=p(J):ie=[p,Ee?"active":null,E?"pending":null,ge?"transitioning":null].filter(Boolean).join(" ");let We=typeof m=="function"?m(J):m;return T.createElement(zl,ca({},C,{"aria-current":ke,className:ie,ref:s,style:We,to:h,viewTransition:P}),typeof x=="function"?x(J):x)});var Cl;(function(a){a.UseScrollRestoration="useScrollRestoration",a.UseSubmit="useSubmit",a.UseSubmitFetcher="useSubmitFetcher",a.UseFetcher="useFetcher",a.useViewTransitionState="useViewTransitionState"})(Cl||(Cl={}));var Od;(function(a){a.UseFetcher="useFetcher",a.UseFetchers="useFetchers",a.UseScrollRestoration="useScrollRestoration"})(Od||(Od={}));function lm(a){let i=T.useContext(ar);return i||be(!1),i}function cm(a,i){let{target:s,replace:c,state:d,preventScrollReset:p,relative:f,viewTransition:m}=i===void 0?{}:i,h=bh(),P=cn(),x=Ri(a,{relative:f});return T.useCallback(C=>{if(Vh(C,s)){C.preventDefault();let M=c!==void 0?c:Nn(P)===Nn(x);h(a,{replace:M,state:d,preventScrollReset:p,relative:f,viewTransition:m})}},[P,h,x,c,d,s,a,p,f,m])}function um(a,i){i===void 0&&(i={});let s=T.useContext(hp);s==null&&be(!1);let{basename:c}=lm(Cl.useViewTransitionState),d=Ri(a,{relative:i.relative});if(!s.isTransitioning)return!1;let p=Eo(s.currentLocation.pathname,c)||s.currentLocation.pathname,f=Eo(s.nextLocation.pathname,c)||s.nextLocation.pathname;return bi(d.pathname,f)!=null||bi(d.pathname,p)!=null}const dm="modulepreload",pm=function(a){return"/dashboard/"+a},Fd={},Ro=function(i,s,c){let d=Promise.resolve();if(s&&s.length>0){let f=function(P){return Promise.all(P.map(x=>Promise.resolve(x).then(C=>({status:"fulfilled",value:C}),C=>({status:"rejected",reason:C}))))};document.getElementsByTagName("link");const m=document.querySelector("meta[property=csp-nonce]"),h=(m==null?void 0:m.nonce)||(m==null?void 0:m.getAttribute("nonce"));d=f(s.map(P=>{if(P=pm(P),P in Fd)return;Fd[P]=!0;const x=P.endsWith(".css"),C=x?'[rel="stylesheet"]':"";if(document.querySelector(`link[href="${P}"]${C}`))return;const M=document.createElement("link");if(M.rel=x?"stylesheet":dm,x||(M.as="script"),M.crossOrigin="",M.href=P,h&&M.setAttribute("nonce",h),document.head.appendChild(M),x)return new Promise((O,H)=>{M.addEventListener("load",O),M.addEventListener("error",()=>H(new Error(`Unable to preload CSS for ${P}`)))})}))}function p(f){const m=new Event("vite:preloadError",{cancelable:!0});if(m.payload=f,window.dispatchEvent(m),!m.defaultPrevented)throw f}return d.then(f=>{for(const m of f||[])m.status==="rejected"&&p(m.reason);return i().catch(p)})},ji=window.location.origin,fm=3e3,gm=5e3;class hm extends Error{constructor(s,c,d=null,p=null){super(c);Co(this,"status");Co(this,"error");Co(this,"payload");this.name="ApiClientError",this.status=s,this.error=d,this.payload=p}}function mm(a){var s,c;const i=(c=(s=a.headers)==null?void 0:s.get)==null?void 0:c.call(s,"content-type");return typeof i=="string"&&i.toLowerCase().includes("application/json")}async function ym(a){if(!mm(a))return null;try{const i=await a.json();if(i&&typeof i=="object")return i}catch{return null}return null}async function yl(a){if(a.ok)return;const i=await ym(a),s=typeof(i==null?void 0:i.message)=="string"&&i.message.trim().length>0?i.message:`API ${a.status}: ${a.statusText}`,c=typeof(i==null?void 0:i.error)=="string"?i.error:null;throw new hm(a.status,s,c,i)}class vm{constructor(i){Co(this,"base");this.base=i}async get(i,s){const c=new URL(i,this.base);s&&Object.entries(s).forEach(([p,f])=>c.searchParams.set(p,f));const d=await fetch(c.toString(),{method:"GET"});return await yl(d),d.json()}async patch(i,s){const c=new URL(i,this.base),d=await fetch(c.toString(),{method:"PATCH",headers:{"Content-Type":"application/json"},body:JSON.stringify(s)});return await yl(d),d.json()}async post(i,s){const c=new URL(i,this.base),d=await fetch(c.toString(),{method:"POST",headers:s?{"Content-Type":"application/json"}:{},body:s?JSON.stringify(s):void 0});return await yl(d),d.json()}}const po=new vm(ji);function Pm(a){return a.pluginClients&&a.pluginClients.length>0?"studioConnected":(a.connectedClients===0||!a.pluginClients,"serverOnly")}const mp=T.createContext(null);function wm({children:a}){const[i,s]=T.useState("disconnected"),[c,d]=T.useState(null),[p,f]=T.useState(null),m=T.useRef(null);return T.useEffect(()=>{let h=!1;async function P(){try{const x=await po.get("/status");if(h)return;d(x),s(Pm(x)),f(null)}catch(x){if(h)return;s("disconnected"),f(x instanceof Error?x.message:String(x))}}return P(),m.current=setInterval(P,gm),()=>{h=!0,m.current&&clearInterval(m.current)}},[]),L.jsx(mp.Provider,{value:{level:i,status:c,error:p},children:a})}function Il(){const a=T.useContext(mp);if(!a)throw new Error("useConnection must be used within a ConnectionProvider");return a}const km={"sidebar.overview":"Overview","sidebar.changelog":"Changelog","sidebar.connection":"Connection","sidebar.sync":"Sync","sidebar.playtest":"Playtest","sidebar.tools":"Tools","sidebar.settings":"Settings","sidebar.gate.l1":"MCP server connection required","sidebar.gate.l2":"Roblox Studio plugin connection required","header.currentProject":"Current Project","header.unknownProject":"Unknown project","header.projectRoot.label":"Project Root","header.currentProject.loading":"Loading project root...","header.currentProject.unavailable":"Project root unavailable","header.placeNotConnected":"Place not connected","header.currentProject.tooltip":"Currently selected project folder","header.currentProject.loading.tooltip":"Project root information is still loading","header.currentProject.unavailable.tooltip":"Current project root information is unavailable","header.currentProjectSyncRoot.label":"Sync Root","header.currentProjectSyncRoot.loading":"Loading sync root...","header.currentProjectSyncRoot.unavailable":"Sync root unavailable","header.currentProjectSyncRoot.tooltip":"Current sync root folder for the selected project","header.currentProjectSyncRoot.loading.tooltip":"Sync root information is still loading","header.currentProjectSyncRoot.unavailable.tooltip":"Current sync root information is unavailable","header.testFiles.label":"Test Files","header.testFiles.unavailable":"Test files unavailable","header.testFiles.tooltip":"Current playtest files directory for the selected place","header.places.title":"Places","header.places.active":"Active","header.places.inactive":"Inactive","header.places.pluginRequired":"Plugin connection required","header.places.liveRequired":"Plugin connection required for live active place","header.place.tooltip":"Connected Roblox place","header.placeNotConnected.tooltip":"Place not connected","header.changeProjectRoot":"Change Project Root","header.changeProjectRoot.ariaLabel":"Change project root","header.changeProjectRoot.tooltip":"Change the current project root","header.changeProjectRoot.disabledTooltip.l0":"MCP server connection required before project root can be changed","header.changeProjectRoot.disabledTooltip.loading":"Project root information is still loading","header.changeProjectRoot.disabledTooltip.unavailable":"Current project root information is unavailable","header.projectRootModal.initial.title":"Change project root","header.projectRootModal.initial.body.connected":"After you choose a project folder, MCP will switch to the new project root and the current Studio contents will be fully resynced into the new <selected project folder>/weppy-project-sync target.","header.projectRootModal.initial.body.disconnected":"After you choose a project folder, MCP will switch to the new project root and use <selected project folder>/weppy-project-sync as the next sync target.","header.projectRootModal.initial.nextSyncRoot":"New sync target after selection","header.projectRootModal.initial.nextSyncRoot.placeholder":"<selected project folder>/weppy-project-sync","header.projectRootModal.initial.warningStop":"Current sync stops immediately.","header.projectRootModal.initial.warningFreshSync":"The current Studio contents will be used to build a fresh full sync in the new target.","header.projectRootModal.initial.warningNoMove":"Old sync folders are not moved automatically.","header.projectRootModal.initial.warningDeferredSync":"If Studio is not connected, full resync starts the next time the plugin connects.","header.projectRootModal.confirm.title":"Confirm new project root","header.projectRootModal.confirm.body":"Review the selected project folder before applying.","header.projectRootModal.confirm.projectRoot":"Selected project folder","header.projectRootModal.confirm.syncRoot":"New sync target","header.projectRootModal.confirm.warningNoMove":"Existing sync folders are not moved automatically.","header.projectRootModal.pick":"Choose folder","header.projectRootModal.apply":"Apply change","header.projectRootModal.cancel":"Cancel","header.projectRootModal.error":"Failed to change project root","status.online":"Online","status.offline":"Offline","status.idle":"Idle","status.syncing":"Syncing","status.error":"Error","status.initializing":"Initializing","level.l0.title":"Server disconnected","level.l0.message":"WEPPY Dashboard opened but MCP server has stopped or is not responding.","level.l1.title":"Server connected","level.l1.hint":"Check: Is Roblox Studio running? Is the plugin installed?","level.l2.ok":"Studio connected","tier.basic":"Basic","tier.basic.tooltip":"Basic tier with the standard WEPPY Dashboard feature set.","tier.pro":"Pro","tier.pro.tooltip":"Pro tier with the full WEPPY Dashboard feature set.","tier.mixed":"Mixed","tier.upgrade":"Upgrade to Pro","tier.compare":"Basic vs Pro","tier.banner.save":"Save AI tokens with Pro!","tier.comparison.comingSoon":"Basic vs Pro comparison — coming soon","tier.comparison.close":"Close","tier.comparison.detailTitle":"Detailed Tool Catalog","tier.comparison.description":"Description","tier.comparison.basic.core":"Core MCP workflow","tier.comparison.basic.core.item1":"Script create/edit","tier.comparison.basic.core.item2":"Instance management","tier.comparison.basic.core.item3":"Property control","tier.comparison.basic.core.item4":"Selection and search","tier.comparison.basic.core.item5":"Tag management","tier.comparison.basic.core.item6":"Camera control","tier.comparison.basic.core.item7":"Log monitoring","tier.comparison.basic.sync":"Sync (Basic)","tier.comparison.basic.sync.item1":"Studio to Local one-way sync","tier.comparison.basic.sync.item2":"Manual apply as default","tier.comparison.pro.all":"Everything in Basic, plus","tier.comparison.pro.sync":"Advanced Sync workflow","tier.comparison.pro.sync.item1":"Per-type sync direction","tier.comparison.pro.sync.item2":"Per-type apply mode","tier.comparison.pro.sync.item3":"Bidirectional and reverse sync","tier.comparison.pro.sync.item4":"Full sync, resync, and push to Studio","tier.comparison.pro.sync.item5":"Multi-place sync","tier.comparison.pro.playtest":"Playtest control","tier.comparison.pro.playtest.item1":"Play, stop, pause, and resume","tier.comparison.pro.playtest.item2":"Playtest state inspection","tier.comparison.pro.playtest.item3":"Automated test execution","tier.comparison.pro.creation":"Advanced creation workflow","tier.comparison.pro.creation.item1":"Bulk operations","tier.comparison.pro.creation.item2":"Terrain generation","tier.comparison.pro.creation.item3":"Asset search and insert","tier.comparison.pro.creation.item4":"Raycast and spatial analysis","tier.comparison.pro.creation.item5":"Environment control","tier.comparison.discount.label":"🎁 Enter this code at Gumroad checkout for a discount:","tier.comparison.discount.code":"WEPPY-MCP","tier.comparison.discount.expiry":"Valid until April 30","tier.promo.discount.hint":"🎁 Use code WEPPY-MCP at Gumroad · Valid until April 30","tier.promo.discount.context":"🎁 Enter at Gumroad checkout:","tier.tool.query_instances.desc":"Inspect instances, search children and descendants, and inspect class data. Pro adds file tree, project structure, and property or tag search.","tier.tool.mutate_instances.desc":"Create, delete, clone, and move instances. Pro adds tree creation and bulk create, delete, or clone operations.","tier.tool.manage_properties.desc":"Read and set properties, attributes, and tags. Pro adds calculated updates, relative changes, and bulk property operations.","tier.tool.manage_scripts.desc":"Read, write, create, delete, edit, and search script source. Pro adds bulk replacement across scripts.","tier.tool.manage_lighting.desc":"Pro only. Configure lighting, atmosphere, sky, terrain properties, and time-of-day settings.","tier.tool.manage_selection.desc":"Read, set, and clear the current Studio selection. Pro adds context, details, add or remove, and selection watch support.","tier.tool.manage_camera.desc":"Inspect camera state, focus by path or position, and request suggested views.","tier.tool.manage_tween.desc":"Pro only. Create, play, pause, and cancel tweens for smooth animation.","tier.tool.manage_audio.desc":"Pro only. Play, stop, pause, and resume sounds, and configure the audio listener.","tier.tool.manage_animation.desc":"Pro only. Load, play, and stop animations, and inspect active animation tracks.","tier.tool.manage_physics.desc":"Pro only. Register collision groups, configure group collisions, and inspect available groups.","tier.tool.manage_effects.desc":"Pro only. Emit particles, clear effects, and toggle effect state.","tier.tool.manage_terrain.desc":"Pro only. Fill terrain shapes, clear regions, replace materials, manage terrain colors, read or write voxels, generate terrain, and smooth terrain.","tier.tool.spatial_query.desc":"Pro only. Run raycasts, find ground, validate placement, scan areas, search for flat or spawn positions, analyze walkability, map space, and inspect collisions.","tier.tool.manage_assets.desc":"Pro only. Insert models, inspect asset info, search the creator store, insert free assets or packages, and export assets.","tier.tool.manage_sync.desc":"Pro only. Inspect sync status, configuration, history, directions, and read or write synced files.","tier.tool.workspace_state.desc":"Pro only. Run full sync, capture snapshots, inspect recent changes and viewport state, and manage related metadata.","tier.tool.manage_logs.desc":"Inspect output logs with filtering, incremental polling, buffer clearing, and recent error lookup.","tier.tool.system_info.desc":"Inspect connection status and current tier. Pro adds place info, services, Studio settings, playtest control, and automated tests.","tier.tool.batch_execute.desc":"Pro only. Run multiple commands in a batch, with sequential execution and optional continue-on-error behavior.","tier.tool.execute_luau.desc":"Pro only. Execute arbitrary Luau code inside the Roblox Studio sandbox.","connection.server.title":"Server Status","connection.server.version":"Version","connection.server.version.tooltip":"Installed MCP server version","connection.server.pid":"PID","connection.server.pid.tooltip":"Operating system process identifier","connection.server.uptime":"Uptime","connection.server.uptime.tooltip":"Time elapsed since the MCP server started","connection.server.session":"Session","connection.server.session.tooltip":"Current MCP session identifier","connection.server.exec":"Exec","connection.server.exec.tooltip":"Executable path used to launch the MCP server","connection.reconnect":"Reconnect","connection.checkSettings":"Check Settings","connection.agents.title":"AI Agents","connection.agents.name":"Agent","connection.agents.cwd":"Working Dir","connection.agents.cwd.tooltip":"Current working directory for the connected AI agent","connection.agents.projectRoot":"Project Root","connection.agents.projectRoot.tooltip":"Authoritative project root for sync ownership","connection.agents.projectRoot.unresolved":"Unresolved","connection.agents.connected":"Connected","connection.agents.unknown":"Unknown","connection.agents.none":"No agents connected","connection.plugins.title":"Plugins","connection.plugins.place":"Place","connection.plugins.clientId":"Client ID","connection.plugins.clientId.tooltip":"Unique plugin client identifier for this Studio connection","connection.plugins.lastSeen":"Last Seen","connection.plugins.lastSeen.tooltip":"Most recent heartbeat received from the plugin","connection.plugins.version":"Ver","connection.plugins.version.tooltip":"Installed plugin version reported by Studio","connection.plugins.none":"No plugins connected","connection.log.title":"Connection Log","connection.log.empty":"No events yet","connection.time.secondsAgo":"s ago","connection.time.minutesAgo":"m ago","connection.time.hoursAgo":"h ago","common.loading":"Loading...","common.retry":"Retry","common.reconnecting":"Reconnecting...","common.expand":"Expand","common.collapse":"Collapse","tools.tab.history":"History","tools.tab.statistics":"Statistics","tools.tab.failures":"Failures","tools.col.time":"Time","tools.col.time.tooltip":"When the tool run was recorded.","tools.col.toolAction":"Tool.Action","tools.col.toolAction.tooltip":"Tool name and action that were executed.","tools.col.duration":"Duration","tools.col.duration.tooltip":"How long the tool took to finish.","tools.col.status":"Status","tools.col.status.tooltip":"Outcome of the recorded tool run.","tools.col.tier":"Tier","tools.col.tier.tooltip":"License tier required for the tool or action.","tools.col.tierStats.tooltip":"Basic, Pro, or Mixed summary for the tool statistics row.","tools.col.tool":"Tool","tools.col.tool.tooltip":"Consolidated tool name in the statistics table.","tools.col.calls":"Calls","tools.col.calls.tooltip":"Total number of recorded calls for this tool.","tools.col.ok":"OK","tools.col.ok.tooltip":"Number of direct successful runs.","tools.col.fallback":"FALLBACK","tools.col.fallback.tooltip":"Number of runs that succeeded through fallback execution.","tools.col.unsupported":"UNSUPPORTED","tools.col.unsupported.tooltip":"Number of blocked runs without fallback execution.","tools.col.err":"FAILED","tools.col.err.tooltip":"Number of runs that failed.","tools.col.okRate":"OK%","tools.col.okRate.tooltip":"Percentage of calls that finished successfully.","tools.col.avgTime":"Avg Time","tools.col.avgTime.tooltip":"Average execution time across recorded calls.","tools.col.error":"Error","tools.filter.tool":"Tool","tools.filter.all":"All","tools.badge.pro":"PRO","tools.badge.pro.tooltip":"This entry used a Pro-only tool or action.","tools.badge.fallback":"FALLBACK","tools.badge.fallback.tooltip":"The requested Pro action succeeded via a Basic fallback.","tools.badge.unsupported":"UNSUPPORTED","tools.badge.unsupported.tooltip":"The requested Pro action was blocked and no fallback ran.","tools.badge.err":"FAILED","tools.badge.err.tooltip":"The tool run failed.","tools.status.ok":"OK","tools.status.ok.tooltip":"The tool run completed successfully.","tools.tier.mixed.tooltip":"This tool includes both Basic and Pro actions.","tools.detail.params":"Parameters","tools.detail.params.tooltip":"Input parameters passed to this tool run.","tools.detail.result":"Result","tools.detail.result.tooltip":"Returned result payload for this tool run.","tools.detail.requestedCommand":"Requested Command","tools.detail.executedCommand":"Executed Command","tools.detail.alternatives":"Alternatives","tools.detail.blockedMessage":"Blocked Reason","tools.detail.noFallback":"No Fallback","tools.detail.noFallback.value":"No fallback ran.","tools.detail.errorMessage":"Error Message","tools.clear.history.title":"Clear history?","tools.clear.history.message":"This permanently removes the current place tools history.","tools.clear.statistics.title":"Clear statistics?","tools.clear.statistics.message":"This permanently resets the current place tool statistics.","tools.detail.error":"Error","tools.page.prev":"Prev","tools.page.prev.tooltip":"Go to the previous page of tool history results.","tools.page.next":"Next","tools.page.next.tooltip":"Go to the next page of tool history results.","tools.empty.history":"No history entries","tools.empty.stats":"No tool statistics","tools.empty.failures":"No failures","tools.summary.total":"Total","tools.summary.calls":"calls","tools.summary.sessions":"Sessions","settings.license.title":"License","settings.license.title.tooltip":"Current license status and subscription tier.","settings.license.status":"Status","settings.license.status.tooltip":"Current license activation state.","settings.license.tier":"Tier","settings.license.tier.tooltip":"Current subscription tier for available WEPPY Dashboard features.","settings.license.key":"Key","settings.license.key.tooltip":"Masked license key currently loaded by the server.","settings.license.keyValue.tooltip":"Masked license key currently loaded by the server.","settings.license.provider":"Provider","settings.license.provider.tooltip":"License provider used to validate this key.","settings.license.providerValue.tooltip":"License provider used to validate this key.","settings.license.active":"Active","settings.license.active.tooltip":"Current license activation state.","settings.license.status.activeCancelPending.tooltip":"Cancellation is pending, but Pro access remains active until the current billing period ends.","settings.license.inactive":"Inactive","settings.license.inactive.tooltip":"Current license activation state.","settings.license.expired":"Expired","settings.license.expired.tooltip":"Current license activation state.","settings.license.unavailable":"License info unavailable","settings.license.detail.cancelPending":"Cancellation is scheduled. Pro access remains active until the current billing period ends.","settings.license.reset":"Reset License","settings.readOnly":"Read-only","settings.readOnly.tooltip":"This section shows values that cannot be edited from the WEPPY Dashboard.","settings.unavailable":"Settings unavailable","settings.general.title":"General Settings","settings.general.title.tooltip":"Hot settings that apply immediately when changed.","settings.general.liveApply":"Live Apply","settings.general.liveApply.tooltip":"Changes in this section are applied immediately without a separate save button.","settings.general.applied":"Applied","settings.general.logLevel":"Log Level","settings.general.logLevel.tooltip":"Sets how much detail the WEPPY Dashboard writes to its logs.","settings.general.localHistory":"Tool History Recording","settings.general.localHistory.tooltip":"Stores local tool execution history for the WEPPY Dashboard history views.","settings.general.localStatistics":"Tool Statistics Collection","settings.general.localStatistics.tooltip":"Aggregates local usage statistics for WEPPY Dashboard reporting.","settings.general.contextCapture":"Context Capture","settings.general.contextCapture.tooltip":"When enabled, the WEPPY Dashboard records structured execution context for changelog and playtest views.","settings.general.requestTimeout":"Request Timeout","settings.general.requestTimeout.tooltip":"Maximum time the WEPPY Dashboard waits for a request before it fails.","settings.general.requestTimeout.unit":"ms","settings.general.requestTimeout.unit.tooltip":"Request timeout is measured in milliseconds.","settings.cold.title":"Server Environment","settings.cold.title.tooltip":"Read-only server environment values loaded at startup.","settings.cold.httpPort.tooltip":"Port number used by the MCP WEPPY Dashboard HTTP server.","settings.cold.httpHost.tooltip":"Host interface that the MCP WEPPY Dashboard HTTP server binds to.","settings.cold.dashboardAutoOpen.tooltip":"Controls whether the WEPPY Dashboard opens automatically in the browser when the server starts.","settings.cold.dashboardAutoOpen.value.tooltip":"Current startup behavior for opening the WEPPY Dashboard in a browser.","settings.cold.hint":"Set via environment variables to change these values.","settings.language.title":"Language","settings.language.title.tooltip":"Choose how the WEPPY Dashboard interface text is localized.","settings.language.dashboard":"WEPPY Dashboard Language","settings.language.dashboard.tooltip":"Overrides the WEPPY Dashboard language or follows the system language when set to Auto.","settings.language.auto":"Auto","overview.l0.title":"MCP Server Disconnected","overview.l0.message":"The MCP server is not responding. The WEPPY Dashboard will automatically attempt to reconnect.","overview.l0.step1":"Check that the MCP server process is running","overview.l0.step2":"Restart the MCP server command if needed","overview.l0.reconnecting":"Auto-reconnecting every 3s...","overview.l0.reconnectBtn":"Reconnect","overview.l0.settingsBtn":"Check Settings","overview.l1.pluginGuide":"Roblox Studio plugin is not connected","overview.l1.check1":"Is Roblox Studio running?","overview.l1.check2":"Is the WEPPY Plugin installed?","overview.l1.feedHint":"Changes will appear here once the plugin connects","overview.metric.server":"Server","overview.metric.server.tooltip":"MCP server runtime and process status","overview.metric.plugin":"Plugin","overview.metric.plugin.tooltip":"Roblox Studio plugin connection and version status","overview.metric.agent":"Agent","overview.metric.agent.tooltip":"Connected AI coding agents and their runtime state","overview.metric.agent.instancesUnit":"instances","overview.metric.sync":"Sync","overview.metric.sync.tooltip":"Current Studio to local sync activity","overview.metric.noAgent":"No Agent","overview.meta.version":"Version","overview.meta.version.tooltip":"Installed MCP server version","overview.meta.session":"Session","overview.meta.session.tooltip":"Current MCP session identifier","overview.meta.pid":"PID","overview.meta.pid.tooltip":"Operating system process identifier","overview.meta.uptime":"Uptime","overview.meta.uptime.tooltip":"Time elapsed since the MCP server started","overview.feed.title":"Recent Game Changes","overview.feed.empty":"No recent changes","overview.changelog.title":"Session Change Summary","overview.changelog.entries":"Total","overview.changelog.scripts":"scripts","overview.changelog.instances":"instances","overview.changelog.properties":"properties","overview.changelog.assets":"assets","overview.tier.title":"Tier Usage","changelog.subtitle":"Game Change History","changelog.filter.all":"All","changelog.filter.active":"Active","changelog.filter.completed":"Completed","changelog.empty":"No changelog entries yet","changelog.basic.limit.title":"Basic preview shows the latest 3 sessions","changelog.basic.limit.body":"Upgrade to Pro to browse the full changelog timeline for this place.","changelog.basic.metricLabel":"Visible Changelog / Total","changelog.basic.visible":"visible","changelog.basic.total":"total","changelog.card.active":"Active","changelog.card.active.tooltip":"This session is still receiving new game changes.","changelog.card.completed":"Completed","changelog.card.completed.tooltip":"This session has ended and no more changes are expected.","changelog.card.bootstrapStatus":"Bootstrap","changelog.card.bootstrapStatus.tooltip":"This session only contains the initial sync bootstrap snapshot.","changelog.card.inProgress":"in progress","changelog.card.noChanges":"No changes yet","changelog.card.noChanges.tooltip":"No game changes have been extracted for this session yet.","changelog.card.bootstrapSummary":"Initial sync snapshot","changelog.card.bootstrapSummary.tooltip":"Initial file sync writes are collapsed into a single bootstrap snapshot row.","changelog.card.sessionIntent":"Session intent","changelog.card.scripts":"scripts","changelog.card.scripts.tooltip":"Script changes made in this session.","changelog.card.instances":"instances","changelog.card.instances.tooltip":"Instance create, delete, move, or clone changes in this session.","changelog.card.modified":"modified","changelog.card.created":"created","changelog.card.deleted":"deleted","changelog.card.moved":"moved","changelog.card.propertiesChanged":"properties changed","changelog.card.propertiesChanged.tooltip":"Property value changes recorded for this session.","changelog.card.lightingConfigured":"Lighting configured","changelog.card.lightingConfigured.tooltip":"Lighting or atmosphere settings changed in this session.","changelog.card.terrainConfigured":"Terrain configured","changelog.card.terrainConfigured.tooltip":"Terrain data or terrain settings changed in this session.","changelog.card.assetsInserted":"assets inserted","changelog.card.assetsInserted.tooltip":"Assets inserted into the place during this session.","changelog.category.script":"Scripts","changelog.category.instance":"Instances","changelog.category.property":"Properties","changelog.category.lighting":"Lighting","changelog.category.terrain":"Terrain","changelog.category.asset":"Assets","changelog.detail.changeSummary":"Change Summary","changelog.detail.changeSummary.tooltip":"Counts of extracted game changes grouped by category for this session.","changelog.detail.changeTimeline":"Change Timeline","changelog.detail.changeTimeline.tooltip":"Chronological list of extracted game changes for this session.","changelog.detail.context.title":"Context Summary","changelog.detail.context.tooltip":"Structured execution context captured for this changelog session.","changelog.detail.verification.title":"Verification","changelog.detail.verification.tooltip":"Verification signals linked to this changelog session.","changelog.detail.verification.label":"Result","changelog.detail.verification.status":"Status","changelog.detail.verification.timestamp":"Recorded at","changelog.detail.beforeAfter":"Before & After","changelog.detail.filterCategory":"Category","changelog.detail.filterCategory.tooltip":"Filter the timeline to a single change category.","changelog.detail.confidence.exact":"Exact","changelog.detail.confidence.exact.tooltip":"Both the before and after state were confirmed for this change.","changelog.detail.confidence.partial":"Partial","changelog.detail.confidence.partial.tooltip":"Only part of the before and after state could be confirmed for this change.","changelog.detail.confidence.afterOnly":"After only","changelog.detail.confidence.afterOnly.tooltip":"Only the resulting state after the change could be confirmed.","changelog.detail.confidence.intentOnly":"Intent only","changelog.detail.confidence.intentOnly.tooltip":"Only the requested action was recorded, not the resulting state.","changelog.detail.confidence.unknown":"Unknown","changelog.detail.confidence.unknown.tooltip":"This change could not be confidently classified from the available data.","changelog.detail.noChanges":"No changes in this category","changelog.detail.backToList":"Back to list","changelog.diff.empty":"No diff available","changelog.diff.unified":"Unified","changelog.diff.sideBySide":"Side by Side","changelog.diff.before":"Before","changelog.diff.after":"After","sync.overlay.title":"Roblox Studio plugin required","sync.overlay.message":"Sync status will be available once the Roblox Studio plugin connects.","sync.overlay.check1":"Is Roblox Studio running?","sync.overlay.check2":"Is the WEPPY Plugin installed?","sync.status.title":"Sync Status","sync.status.title.tooltip":"Current Studio and local file sync status for this place.","sync.status.forwardOnly":"Forward Only","sync.status.forwardOnly.tooltip":"Basic tier allows Studio to local forward sync only.","sync.status.place":"Place","sync.status.place.tooltip":"Connected Roblox place name and place ID.","sync.status.path":"Path","sync.status.path.tooltip":"Local filesystem root currently used for sync output.","sync.status.instances":"Instances","sync.status.instances.tooltip":"Total synced Roblox instances tracked in the local mirror.","sync.status.scripts":"Scripts","sync.status.scripts.tooltip":"Total synced script files currently indexed for this place.","sync.status.state":"State","sync.status.state.tooltip":"Current runtime sync state reported by the server.","sync.directions.title":"Sync Directions","sync.directions.title.tooltip":"Per-category sync direction and apply behavior between Local and Studio.","sync.directions.type":"Type","sync.directions.type.tooltip":"Sync category affected by this rule.","sync.directions.direction":"Direction","sync.directions.direction.tooltip":"Whether each category syncs from Studio, to Studio, or both ways.","sync.directions.applyMode":"Apply Mode","sync.directions.applyMode.tooltip":"How incoming sync changes are applied for this category.","sync.directions.cat.scripts":"Scripts","sync.directions.cat.values":"Values","sync.directions.cat.containers":"Containers","sync.directions.cat.data":"Data","sync.directions.cat.services":"Services","sync.directions.endpoint.local":"Local","sync.directions.endpoint.local.tooltip":"Local files on disk are always shown on the left side of the direction rail.","sync.directions.endpoint.studio":"Studio","sync.directions.endpoint.studio.tooltip":"Roblox Studio is always shown on the right side of the direction rail.","sync.directions.mode.manual":"Manual","sync.directions.mode.manual.tooltip":"Applies sync changes only when you trigger them manually.","sync.directions.mode.auto":"Auto","sync.directions.mode.auto.tooltip":"Applies sync changes automatically when updates arrive.","sync.directions.tooltip.forward.body":"Studio changes sync to local files only","sync.directions.tooltip.bidirectional.body":"Two-way sync between Local and Studio","sync.directions.tooltip.reverse.body":"Push local file changes to Studio","sync.directions.tooltip.proRequired":"Pro required in Basic tier","sync.directions.dir.forward":"forward","sync.directions.dir.bidirectional":"bidirectional","sync.directions.dir.reverse":"reverse","sync.log.title":"Sync Log","sync.log.empty":"No sync events yet","sync.log.type.write":"WRITE","sync.log.type.write.tooltip":"A new sync output was written to disk.","sync.log.type.update":"UPDATE","sync.log.type.update.tooltip":"An existing synced file or instance was updated.","sync.log.type.delete":"DELETE","sync.log.type.delete.tooltip":"A synced file or instance was removed.","sync.log.type.idle":"IDLE","sync.log.type.idle.tooltip":"A sync event was recorded without a file mutation.","sync.upgrade.title":"Unlock Full Sync with Pro","sync.upgrade.benefit1":"Bidirectional sync — edit files, auto-apply to Studio","sync.upgrade.benefit2":"Reverse sync — push file changes back to Studio","sync.upgrade.benefit3":"Full sync history and detailed change log","sync.upgrade.buy":"Upgrade to Pro","playtest.status.title":"Playtest Status","playtest.status.title.tooltip":"Current Roblox playtest session state reported by Studio.","playtest.status.mode":"Mode","playtest.status.mode.tooltip":"Studio playtest launch mode for the current session.","playtest.status.mode.value.tooltip":"Specific Roblox Studio playtest mode currently in use.","playtest.status.mode.play":"Play","playtest.status.mode.run":"Run","playtest.status.mode.server":"Server","playtest.status.mode.edit":"Edit","playtest.status.place.tooltip":"Roblox place currently associated with this playtest session.","playtest.status.state.running":"Running","playtest.status.state.running.tooltip":"A Roblox playtest session is currently running.","playtest.status.state.paused":"Paused","playtest.status.state.paused.tooltip":"The current Roblox playtest session is paused.","playtest.status.state.notRunning":"Not Running","playtest.status.state.notRunning.tooltip":"No Roblox playtest session is currently running.","playtest.control.play":"Play","playtest.control.pause":"Pause","playtest.control.resume":"Resume","playtest.control.stop":"Stop","playtest.history.title":"Test History","playtest.history.title.tooltip":"Recorded automated playtest runs for this project.","playtest.history.empty":"No test results yet","playtest.history.mode":"Mode","playtest.history.mode.tooltip":"Playtest mode used for this recorded test run.","playtest.history.status.passed":"Passed","playtest.history.status.failed":"Failed","playtest.history.status.running":"Running","playtest.history.status.unknown":"Unknown","playtest.history.status.tooltip":"Recorded result state for this automated playtest run.","playtest.empty.title":"No playtest results yet","playtest.empty.message":"Test results will appear here when the AI agent runs automated tests via system_info.run_test.","playtest.empty.message.before":"Test results will appear here when the AI agent runs automated tests via","playtest.empty.message.after":".","playtest.empty.runTest.tooltip":"WEPPY Dashboard automation entry point that runs Roblox playtest checks through the system_info tool.","playtest.report.title":"Selected Report","playtest.report.title.tooltip":"Detailed output for the currently selected automated playtest run.","playtest.report.content":"Report","playtest.report.content.tooltip":"Markdown summary for the selected automated playtest run.","playtest.report.logs":"Logs","playtest.report.logs.tooltip":"Execution logs captured for the selected automated playtest run.","playtest.context.contextId":"Context ID","playtest.context.why":"Why this test ran","playtest.context.expected":"Expected","playtest.context.observed":"Observed","playtest.report.empty":"No report content available","playtest.basic.icon":"🎮","playtest.basic.title":"Playtest is a Pro-only feature","playtest.basic.desc":"Control playtesting from the WEPPY Dashboard, run automated tests, and view detailed test reports.","playtest.basic.benefit1":"One-click play/pause/stop controls","playtest.basic.benefit2":"Automated test execution via AI agent","playtest.basic.benefit3":"Test history with pass/fail tracking","playtest.basic.benefit4":"Detailed markdown test reports","playtest.sample.badge":"Preview of the Pro playtest view","playtest.sample.title":"You are previewing the playtest screen that becomes available after upgrading to Pro.","playtest.sample.message":"This preview uses sample data. Live playtest control, history management, and real reports unlock with Pro.","playtest.sample.clearDisabled":"Upgrade to Pro to clear live playtest history.","playtest.sample.place":"Arena Preview","playtest.sample.history.name":"Sample Arena Smoke Test","playtest.sample.context.why":"Spawn into the arena, survive the opener, and verify the HUD responds immediately.","playtest.sample.context.expected":"The player spawns safely, the countdown UI appears within one second, and the first wave starts without errors.","playtest.sample.context.observed":"Spawn protection held, the HUD updated on time, and wave one completed with no gameplay regressions.","playtest.sample.report.markdown":`# Sample Arena Smoke Test
70
+
71
+ - Spawn flow: PASS
72
+ - HUD countdown: PASS
73
+ - Wave bootstrap: PASS
74
+
75
+ This is a sample preview. Upgrade to Pro to run live playtests and save real reports.`,"playtest.sample.report.logs":`[sample] boot playtest preview
76
+ [sample] spawn protection active
77
+ [sample] hud countdown rendered
78
+ [sample] wave one completed
79
+ [sample] preview report finished`,"sidebar.whatsNew":"What's New","header.whatsNew":"What's New","header.whatsNew.tooltip":"What's New","whatsNew.pageTitle":"What's New","whatsNew.pageSubtitle":"Stay up to date with MCP changes","whatsNew.unreadSection":"Unread","whatsNew.allSection":"All Announcements","whatsNew.empty":"No announcements yet","whatsNew.newBadge":"NEW","whatsNew.category.release":"Release","whatsNew.category.notice":"Notice","whatsNew.category.deprecation":"Deprecated","whatsNew.category.tip":"Tip"},Sm={"sidebar.overview":"개요","sidebar.changelog":"변경 이력","sidebar.connection":"연결","sidebar.sync":"동기화","sidebar.playtest":"플레이테스트","sidebar.tools":"도구","sidebar.settings":"설정","sidebar.gate.l1":"MCP 서버를 연결해야 이 페이지를 사용할 수 있습니다.","sidebar.gate.l2":"Roblox Studio 플러그인을 연결해야 이 페이지를 사용할 수 있습니다.","header.currentProject":"현재 프로젝트","header.unknownProject":"알 수 없는 프로젝트","header.projectRoot.label":"Project Root","header.currentProject.loading":"프로젝트 루트 불러오는 중...","header.currentProject.unavailable":"프로젝트 루트를 불러올 수 없음","header.placeNotConnected":"플레이스 미연결","header.currentProject.tooltip":"현재 선택된 프로젝트 폴더입니다.","header.currentProject.loading.tooltip":"프로젝트 루트 정보를 아직 불러오는 중입니다.","header.currentProject.unavailable.tooltip":"현재 프로젝트 루트 정보를 불러올 수 없습니다.","header.currentProjectSyncRoot.label":"Sync Root","header.currentProjectSyncRoot.loading":"Sync root 불러오는 중...","header.currentProjectSyncRoot.unavailable":"Sync root 정보를 불러올 수 없음","header.currentProjectSyncRoot.tooltip":"선택된 프로젝트의 현재 sync root 폴더입니다.","header.currentProjectSyncRoot.loading.tooltip":"Sync root 정보를 아직 불러오는 중입니다.","header.currentProjectSyncRoot.unavailable.tooltip":"현재 sync root 정보를 불러올 수 없습니다.","header.testFiles.label":"Test Files","header.testFiles.unavailable":"테스트 파일 경로를 확인할 수 없습니다.","header.testFiles.tooltip":"선택된 플레이스의 현재 플레이테스트 파일 경로입니다.","header.places.title":"Places","header.places.active":"Active","header.places.inactive":"Inactive","header.places.pluginRequired":"플러그인 연결 필요","header.places.liveRequired":"실시간 활성 플레이스를 확인하려면 플러그인 연결이 필요합니다.","header.place.tooltip":"연결된 Roblox 플레이스입니다.","header.placeNotConnected.tooltip":"플레이스 미연결","header.changeProjectRoot":"프로젝트 루트 변경","header.changeProjectRoot.ariaLabel":"프로젝트 루트 변경","header.changeProjectRoot.tooltip":"현재 프로젝트 루트를 변경합니다.","header.changeProjectRoot.disabledTooltip.l0":"프로젝트 루트를 변경하려면 먼저 MCP 서버 연결이 필요합니다.","header.changeProjectRoot.disabledTooltip.loading":"프로젝트 루트 정보를 아직 불러오는 중입니다.","header.changeProjectRoot.disabledTooltip.unavailable":"현재 프로젝트 루트 정보를 불러올 수 없습니다.","header.projectRootModal.initial.title":"프로젝트 루트 변경","header.projectRootModal.initial.body.connected":"프로젝트 폴더를 선택하면 MCP 프로젝트 루트가 즉시 변경되고 현재 Studio 내용이 새 <selected project folder>/weppy-project-sync 대상으로 전체 재동기화됩니다.","header.projectRootModal.initial.body.disconnected":"프로젝트 폴더를 선택하면 MCP 프로젝트 루트가 즉시 변경되고 새 <selected project folder>/weppy-project-sync 경로가 다음 sync 대상으로 사용됩니다.","header.projectRootModal.initial.nextSyncRoot":"선택 후 새 sync 대상","header.projectRootModal.initial.nextSyncRoot.placeholder":"<selected project folder>/weppy-project-sync","header.projectRootModal.initial.warningStop":"현재 sync는 즉시 중단됩니다.","header.projectRootModal.initial.warningFreshSync":"현재 Studio 내용을 기준으로 새 대상에 fresh full sync가 다시 생성됩니다.","header.projectRootModal.initial.warningNoMove":"기존 sync 폴더는 자동으로 이동되지 않습니다.","header.projectRootModal.initial.warningDeferredSync":"Studio가 아직 연결되지 않았다면 전체 재동기화는 다음 플러그인 연결 시 시작됩니다.","header.projectRootModal.confirm.title":"새 프로젝트 루트 확인","header.projectRootModal.confirm.body":"적용 전에 선택한 프로젝트 폴더를 다시 확인하세요.","header.projectRootModal.confirm.projectRoot":"선택한 프로젝트 폴더","header.projectRootModal.confirm.syncRoot":"새 sync 대상","header.projectRootModal.confirm.warningNoMove":"기존 sync 폴더는 자동으로 이동되지 않습니다.","header.projectRootModal.pick":"폴더 선택","header.projectRootModal.apply":"변경 적용","header.projectRootModal.cancel":"취소","header.projectRootModal.error":"프로젝트 루트를 변경하지 못했습니다.","status.online":"온라인","status.offline":"오프라인","status.idle":"대기","status.syncing":"동기화 중","status.error":"오류","status.initializing":"초기화 중","level.l0.title":"서버 연결 끊김","level.l0.message":"WEPPY Dashboard가 열린 뒤 서버가 종료되었거나 응답하지 않습니다.","level.l1.title":"서버 연결됨","level.l1.hint":"확인: Studio 실행 중? 플러그인 설치?","level.l2.ok":"Studio 연결됨","tier.basic":"Basic","tier.basic.tooltip":"기본 WEPPY Dashboard 기능을 제공하는 Basic 티어입니다.","tier.pro":"Pro","tier.pro.tooltip":"전체 WEPPY Dashboard 기능을 제공하는 Pro 티어입니다.","tier.mixed":"혼합","tier.upgrade":"Pro로 업그레이드","tier.compare":"Basic vs Pro 비교","tier.banner.save":"Pro로 AI 토큰 절약!","tier.comparison.comingSoon":"Basic vs Pro 비교 — 준비 중","tier.comparison.close":"닫기","tier.comparison.detailTitle":"상세 도구 카탈로그","tier.comparison.description":"설명","tier.comparison.basic.core":"핵심 MCP 워크플로우","tier.comparison.basic.core.item1":"스크립트 생성/편집","tier.comparison.basic.core.item2":"인스턴스 관리","tier.comparison.basic.core.item3":"속성 제어","tier.comparison.basic.core.item4":"선택 및 검색","tier.comparison.basic.core.item5":"태그 관리","tier.comparison.basic.core.item6":"카메라 제어","tier.comparison.basic.core.item7":"로그 모니터링","tier.comparison.basic.sync":"동기화 (Basic)","tier.comparison.basic.sync.item1":"Studio에서 로컬로 단방향 동기화","tier.comparison.basic.sync.item2":"수동 적용이 기본값","tier.comparison.pro.all":"Basic의 모든 기능 포함, 추가로","tier.comparison.pro.sync":"고급 동기화 워크플로우","tier.comparison.pro.sync.item1":"유형별 동기화 방향 설정","tier.comparison.pro.sync.item2":"유형별 적용 모드","tier.comparison.pro.sync.item3":"양방향 및 역방향 동기화","tier.comparison.pro.sync.item4":"전체 동기화, 재동기화, Studio로 푸시","tier.comparison.pro.sync.item5":"멀티 플레이스 동기화","tier.comparison.pro.playtest":"플레이테스트 제어","tier.comparison.pro.playtest.item1":"플레이, 정지, 일시정지, 재개","tier.comparison.pro.playtest.item2":"플레이테스트 상태 검사","tier.comparison.pro.playtest.item3":"자동 테스트 실행","tier.comparison.pro.creation":"고급 생성 워크플로우","tier.comparison.pro.creation.item1":"대량 작업","tier.comparison.pro.creation.item2":"터레인 생성","tier.comparison.pro.creation.item3":"에셋 검색 및 삽입","tier.comparison.pro.creation.item4":"레이캐스트 및 공간 분석","tier.comparison.pro.creation.item5":"환경 제어","tier.comparison.discount.label":"🎁 Gumroad 결제 시 아래 코드를 입력하면 할인 받을 수 있어요:","tier.comparison.discount.code":"WEPPY-MCP","tier.comparison.discount.expiry":"4월 30일까지 유효","tier.promo.discount.hint":"🎁 Gumroad에서 WEPPY-MCP 코드 사용 · 4월 30일까지","tier.promo.discount.context":"🎁 Gumroad 결제 시 할인코드 입력:","tier.tool.query_instances.desc":"인스턴스 조회, 자식/자손 탐색, 클래스 정보, 이름·클래스 검색. Pro: 파일 트리, 프로젝트 구조, 속성·태그 검색.","tier.tool.mutate_instances.desc":"인스턴스 생성, 삭제, 복제, 이동, 이름변경, 피벗. Pro: 트리 생성, 대량 생성·삭제·복제.","tier.tool.manage_properties.desc":"속성, 어트리뷰트, 태그 조회 및 설정. Pro: 계산·상대값 설정, 대량 조회·설정, 자식 일괄 수정.","tier.tool.manage_scripts.desc":"스크립트 소스 코드 읽기, 쓰기, 생성, 삭제, 줄 편집, 검색. Pro: 스크립트 간 일괄 치환.","tier.tool.manage_lighting.desc":"Pro 전용. 조명, 대기, 하늘, 터레인 속성, 시간대 환경 설정.","tier.tool.manage_selection.desc":"선택 조회, 설정, 해제. Pro: 컨텍스트, 상세 정보, 항목 추가·제거, 변경 감시.","tier.tool.manage_camera.desc":"카메라 정보 조회, 경로 또는 좌표로 포커스, 추천 뷰 제안.","tier.tool.manage_tween.desc":"Pro 전용. 부드러운 애니메이션을 위한 트윈 생성, 재생, 일시정지, 취소.","tier.tool.manage_audio.desc":"Pro 전용. 사운드 재생, 정지, 일시정지, 재개. 오디오 리스너 설정.","tier.tool.manage_animation.desc":"Pro 전용. 애니메이션 로드, 재생, 정지. 휴머노이드·컨트롤러의 트랙 조회.","tier.tool.manage_physics.desc":"Pro 전용. 물리 충돌 그룹 등록, 그룹 간 충돌 설정, 목록 조회.","tier.tool.manage_effects.desc":"Pro 전용. 파티클 방출, 전체 삭제, 이펙트 활성화 토글.","tier.tool.manage_terrain.desc":"Pro 전용. 도형 채우기, 영역 삭제, 재질 치환, 색상 관리, 복셀 읽기·쓰기, 절차적 생성, 스무딩.","tier.tool.spatial_query.desc":"Pro 전용. 레이캐스트, 지면 찾기, 배치 확인, 영역 스캔, 평지·스폰 위치 탐색, 보행 분석, 공간 맵, 충돌 확인.","tier.tool.manage_assets.desc":"Pro 전용. 모델 삽입, 에셋 정보 조회, 크리에이터 스토어 검색, 무료 모델·패키지 삽입, 내보내기.","tier.tool.manage_sync.desc":"Pro 전용. 동기화 상태, 설정, 히스토리, 방향 설정, 동기화 파일 읽기·쓰기.","tier.tool.workspace_state.desc":"Pro 전용. 전체 동기화, 스냅샷, 최근 변경, 뷰포트 정보, 메타데이터, 캐시 관리.","tier.tool.manage_logs.desc":"출력 로그 필터링 조회, 증분 폴링, 버퍼 삭제, 최근 오류 조회.","tier.tool.system_info.desc":"연결 상태, 사용 티어 확인. Pro: 플레이스 정보, 서비스 목록, Studio 설정, 플레이테스트 제어, 자동 테스트.","tier.tool.batch_execute.desc":"Pro 전용. 여러 명령을 한 번에 일괄 실행. 순차 처리하며 오류 시 계속 진행 옵션.","tier.tool.execute_luau.desc":"Pro 전용. Roblox Studio 샌드박스에서 임의 Luau 코드 실행.","connection.server.title":"서버 상태","connection.server.version":"버전","connection.server.version.tooltip":"설치된 MCP 서버 버전입니다.","connection.server.pid":"PID","connection.server.pid.tooltip":"운영체제에서 사용하는 프로세스 식별자입니다.","connection.server.uptime":"가동 시간","connection.server.uptime.tooltip":"MCP 서버가 시작된 뒤 경과한 시간입니다.","connection.server.session":"세션","connection.server.session.tooltip":"현재 MCP 세션 식별자입니다.","connection.server.exec":"실행 파일","connection.server.exec.tooltip":"MCP 서버를 실행한 실행 파일 경로입니다.","connection.reconnect":"수동 재연결","connection.checkSettings":"설정 확인","connection.agents.title":"AI 에이전트","connection.agents.name":"에이전트","connection.agents.cwd":"작업 디렉토리","connection.agents.cwd.tooltip":"연결된 AI 에이전트의 현재 작업 디렉토리입니다.","connection.agents.projectRoot":"프로젝트 루트","connection.agents.projectRoot.tooltip":"Sync ownership을 결정하는 프로젝트 경로","connection.agents.projectRoot.unresolved":"미확인","connection.agents.connected":"연결 시각","connection.agents.unknown":"알 수 없음","connection.agents.none":"연결된 에이전트 없음","connection.plugins.title":"플러그인","connection.plugins.place":"플레이스","connection.plugins.clientId":"클라이언트 ID","connection.plugins.clientId.tooltip":"현재 Studio 연결을 식별하는 플러그인 클라이언트 ID입니다.","connection.plugins.lastSeen":"마지막 확인","connection.plugins.lastSeen.tooltip":"플러그인에서 가장 최근에 수신한 heartbeat 시각입니다.","connection.plugins.version":"버전","connection.plugins.version.tooltip":"Studio가 보고한 설치된 플러그인 버전입니다.","connection.plugins.none":"연결된 플러그인 없음","connection.log.title":"연결 로그","connection.log.empty":"이벤트 없음","connection.time.secondsAgo":"초 전","connection.time.minutesAgo":"분 전","connection.time.hoursAgo":"시간 전","common.loading":"로딩 중...","common.retry":"재시도","common.reconnecting":"재연결 중...","common.expand":"펼치기","common.collapse":"접기","tools.tab.history":"히스토리","tools.tab.statistics":"통계","tools.tab.failures":"실패","tools.col.time":"시간","tools.col.time.tooltip":"도구 실행이 기록된 시각입니다.","tools.col.toolAction":"도구.액션","tools.col.toolAction.tooltip":"실행된 도구 이름과 액션입니다.","tools.col.duration":"소요 시간","tools.col.duration.tooltip":"도구 실행이 완료될 때까지 걸린 시간입니다.","tools.col.status":"상태","tools.col.status.tooltip":"기록된 도구 실행의 결과 상태입니다.","tools.col.tier":"티어","tools.col.tier.tooltip":"도구 또는 액션에 필요한 라이센스 티어입니다.","tools.col.tierStats.tooltip":"도구 통계 행이 Basic, Pro, Mixed 중 어느 집계인지 설명합니다.","tools.col.tool":"도구","tools.col.tool.tooltip":"통계 테이블에 표시되는 통합 도구 이름입니다.","tools.col.calls":"호출 수","tools.col.calls.tooltip":"이 도구에 대해 기록된 총 호출 횟수입니다.","tools.col.ok":"OK","tools.col.ok.tooltip":"직접 성공한 실행 횟수입니다.","tools.col.fallback":"FALLBACK","tools.col.fallback.tooltip":"fallback 실행으로 성공한 횟수입니다.","tools.col.unsupported":"UNSUPPORTED","tools.col.unsupported.tooltip":"fallback 없이 차단된 실행 횟수입니다.","tools.col.err":"실패","tools.col.err.tooltip":"실패로 끝난 실행 횟수입니다.","tools.col.okRate":"성공률","tools.col.okRate.tooltip":"성공적으로 끝난 호출 비율입니다.","tools.col.avgTime":"평균 시간","tools.col.avgTime.tooltip":"기록된 호출들의 평균 실행 시간입니다.","tools.col.error":"오류","tools.filter.tool":"도구","tools.filter.all":"전체","tools.badge.pro":"PRO","tools.badge.pro.tooltip":"이 항목은 Pro 전용 도구 또는 액션을 사용했습니다.","tools.badge.fallback":"FALLBACK","tools.badge.fallback.tooltip":"요청한 Pro 액션이 Basic fallback으로 성공했습니다.","tools.badge.unsupported":"UNSUPPORTED","tools.badge.unsupported.tooltip":"요청한 Pro 액션이 차단되었고 fallback도 실행되지 않았습니다.","tools.badge.err":"실패","tools.badge.err.tooltip":"도구 실행이 실패로 끝났습니다.","tools.status.ok":"OK","tools.status.ok.tooltip":"도구 실행이 성공적으로 완료되었습니다.","tools.tier.mixed.tooltip":"이 도구에는 Basic 액션과 Pro 액션이 함께 포함됩니다.","tools.detail.params":"파라미터","tools.detail.params.tooltip":"이 도구 실행에 전달된 입력 파라미터입니다.","tools.detail.result":"결과","tools.detail.result.tooltip":"이 도구 실행에서 반환된 결과 페이로드입니다.","tools.detail.requestedCommand":"요청한 명령","tools.detail.executedCommand":"실행된 명령","tools.detail.alternatives":"대안","tools.detail.blockedMessage":"차단 사유","tools.detail.noFallback":"Fallback 없음","tools.detail.noFallback.value":"실행된 fallback이 없습니다.","tools.detail.errorMessage":"오류 메시지","tools.clear.history.title":"히스토리를 삭제할까요?","tools.clear.history.message":"현재 place의 도구 히스토리가 영구적으로 삭제됩니다.","tools.clear.statistics.title":"통계를 삭제할까요?","tools.clear.statistics.message":"현재 place의 도구 통계가 영구적으로 초기화됩니다.","tools.detail.error":"오류","tools.page.prev":"이전","tools.page.prev.tooltip":"도구 히스토리의 이전 페이지로 이동합니다.","tools.page.next":"다음","tools.page.next.tooltip":"도구 히스토리의 다음 페이지로 이동합니다.","tools.empty.history":"히스토리 없음","tools.empty.stats":"도구 통계 없음","tools.empty.failures":"실패 없음","tools.summary.total":"합계","tools.summary.calls":"호출","tools.summary.sessions":"세션","settings.license.title":"라이센스","settings.license.title.tooltip":"현재 라이센스 상태와 구독 티어입니다.","settings.license.status":"상태","settings.license.status.tooltip":"현재 라이센스 활성화 상태입니다.","settings.license.tier":"티어","settings.license.tier.tooltip":"WEPPY Dashboard 기능 범위를 결정하는 현재 구독 티어입니다.","settings.license.key":"키","settings.license.key.tooltip":"서버에 현재 로드된 마스킹된 라이센스 키입니다.","settings.license.keyValue.tooltip":"서버에 현재 로드된 마스킹된 라이센스 키입니다.","settings.license.provider":"제공자","settings.license.provider.tooltip":"이 키를 검증하는 라이센스 제공자입니다.","settings.license.providerValue.tooltip":"이 키를 검증하는 라이센스 제공자입니다.","settings.license.active":"활성","settings.license.active.tooltip":"현재 라이센스 활성화 상태입니다.","settings.license.status.activeCancelPending.tooltip":"해지가 예약되어 있지만 현재 결제 주기가 끝날 때까지 Pro 접근은 유지됩니다.","settings.license.inactive":"비활성","settings.license.inactive.tooltip":"현재 라이센스 활성화 상태입니다.","settings.license.expired":"만료","settings.license.expired.tooltip":"현재 라이센스 활성화 상태입니다.","settings.license.unavailable":"라이센스 정보를 불러올 수 없음","settings.license.detail.cancelPending":"해지가 예약되었습니다. 현재 결제 주기가 끝날 때까지 Pro 접근은 유지됩니다.","settings.license.reset":"라이센스 리셋","settings.readOnly":"읽기 전용","settings.readOnly.tooltip":"이 섹션의 값은 WEPPY Dashboard에서 수정할 수 없습니다.","settings.unavailable":"설정을 불러올 수 없음","settings.general.title":"일반 설정","settings.general.title.tooltip":"변경 즉시 적용되는 Hot 설정입니다.","settings.general.liveApply":"즉시 반영","settings.general.liveApply.tooltip":"이 섹션의 변경은 별도 저장 버튼 없이 바로 적용됩니다.","settings.general.applied":"적용됨","settings.general.logLevel":"로그 레벨","settings.general.logLevel.tooltip":"WEPPY Dashboard 로그에 남길 상세 수준을 설정합니다.","settings.general.localHistory":"도구 히스토리 기록","settings.general.localHistory.tooltip":"WEPPY Dashboard 히스토리 화면용 로컬 도구 실행 기록을 저장합니다.","settings.general.localStatistics":"도구 통계 집계","settings.general.localStatistics.tooltip":"WEPPY Dashboard 보고용 로컬 사용 통계를 집계합니다.","settings.general.contextCapture":"컨텍스트 캡처","settings.general.contextCapture.tooltip":"활성화하면 체인지로그와 플레이테스트 화면에 구조화된 실행 컨텍스트를 기록합니다.","settings.general.requestTimeout":"요청 타임아웃","settings.general.requestTimeout.tooltip":"요청을 실패로 처리하기 전까지 WEPPY Dashboard가 기다리는 최대 시간입니다.","settings.general.requestTimeout.unit":"ms","settings.general.requestTimeout.unit.tooltip":"요청 타임아웃 단위는 밀리초입니다.","settings.cold.title":"서버 환경변수","settings.cold.title.tooltip":"서버 시작 시 로드되는 읽기 전용 환경변수 값입니다.","settings.cold.httpPort.tooltip":"MCP WEPPY Dashboard HTTP 서버가 사용하는 포트 번호입니다.","settings.cold.httpHost.tooltip":"MCP WEPPY Dashboard HTTP 서버가 바인딩하는 호스트 인터페이스입니다.","settings.cold.dashboardAutoOpen.tooltip":"서버 시작 시 브라우저에서 WEPPY Dashboard를 자동으로 열지 여부를 제어합니다.","settings.cold.dashboardAutoOpen.value.tooltip":"브라우저 자동 열기 현재 시작 동작입니다.","settings.cold.hint":"환경변수로 설정하세요.","settings.language.title":"언어","settings.language.title.tooltip":"WEPPY Dashboard UI 텍스트에 사용할 언어를 선택합니다.","settings.language.dashboard":"WEPPY Dashboard 언어","settings.language.dashboard.tooltip":"Auto일 때는 시스템 언어를 따르고, 아니면 선택한 언어를 강제합니다.","settings.language.auto":"자동","overview.l0.title":"MCP 서버 연결 끊김","overview.l0.message":"MCP 서버가 응답하지 않습니다. WEPPY Dashboard가 자동으로 재연결을 시도합니다.","overview.l0.step1":"MCP 서버 프로세스가 실행 중인지 확인하세요","overview.l0.step2":"필요 시 MCP 서버 명령을 다시 시작하세요","overview.l0.reconnecting":"3초마다 자동 재연결 중...","overview.l0.reconnectBtn":"수동 재연결","overview.l0.settingsBtn":"설정 확인","overview.l1.pluginGuide":"Roblox Studio 플러그인이 연결되지 않았습니다","overview.l1.check1":"Roblox Studio가 실행 중인가요?","overview.l1.check2":"WEPPY Plugin이 설치되어 있나요?","overview.l1.feedHint":"플러그인이 연결되면 변경사항이 표시됩니다","overview.metric.server":"서버","overview.metric.server.tooltip":"MCP 서버의 실행 상태와 프로세스 상태입니다.","overview.metric.plugin":"플러그인","overview.metric.plugin.tooltip":"Roblox Studio 플러그인의 연결 상태와 버전 정보입니다.","overview.metric.agent":"에이전트","overview.metric.agent.tooltip":"연결된 AI 코딩 에이전트와 현재 실행 상태입니다.","overview.metric.agent.instancesUnit":"인스턴스","overview.metric.sync":"동기화","overview.metric.sync.tooltip":"현재 Studio와 로컬 파일 간 동기화 상태입니다.","overview.metric.noAgent":"에이전트 없음","overview.meta.version":"버전","overview.meta.version.tooltip":"설치된 MCP 서버 버전입니다.","overview.meta.session":"세션","overview.meta.session.tooltip":"현재 MCP 세션 식별자입니다.","overview.meta.pid":"PID","overview.meta.pid.tooltip":"운영체제에서 사용하는 프로세스 식별자입니다.","overview.meta.uptime":"가동 시간","overview.meta.uptime.tooltip":"MCP 서버가 시작된 뒤 경과한 시간입니다.","overview.feed.title":"최근 게임 변경","overview.feed.empty":"최근 변경사항 없음","overview.changelog.title":"세션 변경 요약","overview.changelog.entries":"합계","overview.changelog.scripts":"스크립트","overview.changelog.instances":"인스턴스","overview.changelog.properties":"속성","overview.changelog.assets":"에셋","overview.tier.title":"티어 사용 현황","changelog.subtitle":"게임 변경 이력","changelog.filter.all":"전체","changelog.filter.active":"활성","changelog.filter.completed":"완료","changelog.empty":"변경 이력이 없습니다","changelog.basic.limit.title":"Basic 미리보기에서는 최신 3개 세션만 표시됩니다","changelog.basic.limit.body":"Pro로 업그레이드하면 이 플레이스의 전체 변경 이력 타임라인을 확인할 수 있습니다.","changelog.basic.metricLabel":"표시 중인 변경 이력 / 전체","changelog.basic.visible":"표시 중","changelog.basic.total":"전체","changelog.card.active":"활성","changelog.card.active.tooltip":"이 세션은 아직 새 게임 변경을 계속 수집 중입니다.","changelog.card.completed":"완료","changelog.card.completed.tooltip":"이 세션은 종료되어 더 이상 새 변경이 추가되지 않습니다.","changelog.card.bootstrapStatus":"초기화","changelog.card.bootstrapStatus.tooltip":"이 세션에는 초기 동기화 부트스트랩 스냅샷만 포함됩니다.","changelog.card.inProgress":"진행 중","changelog.card.noChanges":"아직 변경사항 없음","changelog.card.noChanges.tooltip":"이 세션에서는 아직 추출된 게임 변경이 없습니다.","changelog.card.bootstrapSummary":"초기 동기화 스냅샷","changelog.card.bootstrapSummary.tooltip":"초기 파일 동기화 쓰기 작업은 하나의 부트스트랩 스냅샷 행으로 축약됩니다.","changelog.card.sessionIntent":"세션 의도","changelog.card.scripts":"스크립트","changelog.card.scripts.tooltip":"이 세션에서 발생한 스크립트 변경입니다.","changelog.card.instances":"인스턴스","changelog.card.instances.tooltip":"이 세션에서 발생한 인스턴스 생성, 삭제, 이동, 복제 변경입니다.","changelog.card.modified":"수정","changelog.card.created":"생성","changelog.card.deleted":"삭제","changelog.card.moved":"이동","changelog.card.propertiesChanged":"속성 변경","changelog.card.propertiesChanged.tooltip":"이 세션에서 기록된 속성 값 변경입니다.","changelog.card.lightingConfigured":"라이팅 설정됨","changelog.card.lightingConfigured.tooltip":"이 세션에서 라이팅 또는 대기 설정이 변경되었습니다.","changelog.card.terrainConfigured":"터레인 설정됨","changelog.card.terrainConfigured.tooltip":"이 세션에서 터레인 데이터 또는 터레인 설정이 변경되었습니다.","changelog.card.assetsInserted":"에셋 삽입","changelog.card.assetsInserted.tooltip":"이 세션 동안 플레이스에 삽입된 에셋입니다.","changelog.category.script":"스크립트","changelog.category.instance":"인스턴스","changelog.category.property":"속성","changelog.category.lighting":"라이팅","changelog.category.terrain":"터레인","changelog.category.asset":"에셋","changelog.detail.changeSummary":"변경 요약","changelog.detail.changeSummary.tooltip":"이 세션에서 추출된 게임 변경 수를 카테고리별로 묶어서 보여줍니다.","changelog.detail.changeTimeline":"변경 타임라인","changelog.detail.changeTimeline.tooltip":"이 세션에서 추출된 게임 변경을 시간순으로 보여줍니다.","changelog.detail.context.title":"컨텍스트 요약","changelog.detail.context.tooltip":"이 체인지로그 세션에 연결된 구조화된 실행 컨텍스트입니다.","changelog.detail.verification.title":"검증","changelog.detail.verification.tooltip":"이 체인지로그 세션에 연결된 검증 신호입니다.","changelog.detail.verification.label":"결과","changelog.detail.verification.status":"상태","changelog.detail.verification.timestamp":"기록 시각","changelog.detail.beforeAfter":"변경 전후 비교","changelog.detail.filterCategory":"카테고리","changelog.detail.filterCategory.tooltip":"타임라인을 하나의 변경 카테고리만 보이도록 필터링합니다.","changelog.detail.confidence.exact":"정확","changelog.detail.confidence.exact.tooltip":"이 변경은 변경 전과 변경 후 상태가 모두 확인되었습니다.","changelog.detail.confidence.partial":"부분 확인","changelog.detail.confidence.partial.tooltip":"이 변경은 변경 전후 상태 중 일부만 확인되었습니다.","changelog.detail.confidence.afterOnly":"결과만 확인","changelog.detail.confidence.afterOnly.tooltip":"이 변경은 적용 후 결과 상태만 확인되었습니다.","changelog.detail.confidence.intentOnly":"의도만 기록","changelog.detail.confidence.intentOnly.tooltip":"요청된 작업 의도만 기록되었고 결과 상태는 확인되지 않았습니다.","changelog.detail.confidence.unknown":"알 수 없음","changelog.detail.confidence.unknown.tooltip":"사용 가능한 데이터만으로는 이 변경을 신뢰도 있게 분류할 수 없습니다.","changelog.detail.noChanges":"이 카테고리에 변경사항 없음","changelog.detail.backToList":"목록으로 돌아가기","changelog.diff.empty":"비교할 내용 없음","changelog.diff.unified":"통합","changelog.diff.sideBySide":"나란히 비교","changelog.diff.before":"변경 전","changelog.diff.after":"변경 후","sync.overlay.title":"Roblox Studio 플러그인이 필요합니다","sync.overlay.message":"Roblox Studio 플러그인이 연결되면 동기화 상태를 확인할 수 있습니다.","sync.overlay.check1":"Roblox Studio가 실행 중인가요?","sync.overlay.check2":"WEPPY Plugin이 설치되어 있나요?","sync.status.title":"동기화 상태","sync.status.title.tooltip":"이 플레이스의 Studio와 로컬 파일 동기화 상태입니다.","sync.status.forwardOnly":"단방향만","sync.status.forwardOnly.tooltip":"Basic 티어에서는 Studio에서 로컬로 가는 단방향 동기화만 사용할 수 있습니다.","sync.status.place":"플레이스","sync.status.place.tooltip":"연결된 Roblox 플레이스 이름과 플레이스 ID입니다.","sync.status.path":"경로","sync.status.path.tooltip":"현재 동기화 출력에 사용하는 로컬 파일 시스템 루트입니다.","sync.status.instances":"인스턴스","sync.status.instances.tooltip":"로컬 미러에 추적 중인 동기화된 Roblox 인스턴스 수입니다.","sync.status.scripts":"스크립트","sync.status.scripts.tooltip":"이 플레이스에 대해 현재 인덱싱된 동기화 스크립트 파일 수입니다.","sync.status.state":"상태","sync.status.state.tooltip":"서버가 보고한 현재 동기화 런타임 상태입니다.","sync.directions.title":"동기화 방향","sync.directions.title.tooltip":"Local과 Studio 사이의 카테고리별 동기화 방향과 적용 방식입니다.","sync.directions.type":"유형","sync.directions.type.tooltip":"이 규칙이 적용되는 동기화 카테고리입니다.","sync.directions.direction":"방향","sync.directions.direction.tooltip":"각 카테고리가 Studio에서만, Studio로만, 또는 양방향으로 동기화되는지 나타냅니다.","sync.directions.applyMode":"적용 모드","sync.directions.applyMode.tooltip":"이 카테고리에 들어오는 동기화 변경을 적용하는 방식입니다.","sync.directions.cat.scripts":"스크립트","sync.directions.cat.values":"값","sync.directions.cat.containers":"컨테이너","sync.directions.cat.data":"데이터","sync.directions.cat.services":"서비스","sync.directions.endpoint.local":"Local","sync.directions.endpoint.local.tooltip":"방향 레일의 왼쪽은 항상 디스크의 로컬 파일을 의미합니다.","sync.directions.endpoint.studio":"Studio","sync.directions.endpoint.studio.tooltip":"방향 레일의 오른쪽은 항상 Roblox Studio를 의미합니다.","sync.directions.mode.manual":"수동","sync.directions.mode.manual.tooltip":"직접 실행할 때만 동기화 변경을 적용합니다.","sync.directions.mode.auto":"자동","sync.directions.mode.auto.tooltip":"업데이트가 들어오면 동기화 변경을 자동으로 적용합니다.","sync.directions.tooltip.forward.body":"Studio 변경 사항을 로컬 파일로만 동기화합니다","sync.directions.tooltip.bidirectional.body":"Local과 Studio 사이에 양방향 동기화를 사용합니다","sync.directions.tooltip.reverse.body":"로컬 파일 변경 사항을 Studio로 푸시합니다","sync.directions.tooltip.proRequired":"Basic 티어에서는 Pro가 필요합니다","sync.directions.dir.forward":"순방향","sync.directions.dir.bidirectional":"양방향","sync.directions.dir.reverse":"역방향","sync.log.title":"동기화 로그","sync.log.empty":"동기화 이벤트 없음","sync.log.type.write":"쓰기","sync.log.type.write.tooltip":"새 동기화 출력이 디스크에 기록되었습니다.","sync.log.type.update":"업데이트","sync.log.type.update.tooltip":"기존 동기화 파일 또는 인스턴스가 갱신되었습니다.","sync.log.type.delete":"삭제","sync.log.type.delete.tooltip":"동기화된 파일 또는 인스턴스가 제거되었습니다.","sync.log.type.idle":"대기","sync.log.type.idle.tooltip":"파일 변경 없이 동기화 이벤트만 기록되었습니다.","sync.upgrade.title":"Pro로 완전한 동기화 기능 해제","sync.upgrade.benefit1":"양방향 동기화 — 파일 편집 시 Studio에 자동 반영","sync.upgrade.benefit2":"역방향 동기화 — 파일 변경을 Studio로 전송","sync.upgrade.benefit3":"전체 동기화 히스토리 및 상세 변경 로그","sync.upgrade.buy":"Pro로 업그레이드","playtest.status.title":"플레이테스트 상태","playtest.status.title.tooltip":"Studio가 보고한 현재 Roblox 플레이테스트 세션 상태입니다.","playtest.status.mode":"모드","playtest.status.mode.tooltip":"현재 세션에 사용 중인 Studio 플레이테스트 실행 모드입니다.","playtest.status.mode.value.tooltip":"현재 적용 중인 Roblox Studio 플레이테스트 모드의 구체적인 값입니다.","playtest.status.mode.play":"플레이","playtest.status.mode.run":"실행","playtest.status.mode.server":"서버","playtest.status.mode.edit":"편집","playtest.status.place.tooltip":"이 플레이테스트 세션과 연결된 Roblox 플레이스입니다.","playtest.status.state.running":"실행 중","playtest.status.state.running.tooltip":"현재 Roblox 플레이테스트 세션이 실행 중입니다.","playtest.status.state.paused":"일시정지","playtest.status.state.paused.tooltip":"현재 Roblox 플레이테스트 세션이 일시정지 상태입니다.","playtest.status.state.notRunning":"실행 안 함","playtest.status.state.notRunning.tooltip":"현재 실행 중인 Roblox 플레이테스트 세션이 없습니다.","playtest.control.play":"플레이","playtest.control.pause":"일시정지","playtest.control.resume":"재개","playtest.control.stop":"정지","playtest.history.title":"테스트 히스토리","playtest.history.title.tooltip":"이 프로젝트에서 기록된 자동 플레이테스트 실행 이력입니다.","playtest.history.empty":"테스트 결과 없음","playtest.history.mode":"모드","playtest.history.mode.tooltip":"이 기록된 테스트 실행에 사용된 플레이테스트 모드입니다.","playtest.history.status.passed":"성공","playtest.history.status.failed":"실패","playtest.history.status.running":"실행 중","playtest.history.status.unknown":"알 수 없음","playtest.history.status.tooltip":"이 자동 플레이테스트 실행의 기록된 결과 상태입니다.","playtest.empty.title":"아직 플레이테스트 결과가 없습니다","playtest.empty.message":"AI 에이전트가 system_info.run_test로 자동 테스트를 실행하면 결과가 표시됩니다.","playtest.empty.message.before":"AI 에이전트가 자동 테스트를","playtest.empty.message.after":"로 실행하면 결과가 여기에 표시됩니다.","playtest.empty.runTest.tooltip":"system_info 도구를 통해 Roblox 플레이테스트 검사를 실행하는 WEPPY Dashboard 자동화 진입점입니다.","playtest.report.title":"선택된 리포트","playtest.report.title.tooltip":"현재 선택된 자동 플레이테스트 실행의 상세 출력입니다.","playtest.report.content":"리포트","playtest.report.content.tooltip":"선택된 자동 플레이테스트 실행의 마크다운 요약입니다.","playtest.report.logs":"로그","playtest.report.logs.tooltip":"선택된 자동 플레이테스트 실행에서 수집된 실행 로그입니다.","playtest.context.contextId":"컨텍스트 ID","playtest.context.why":"이 테스트를 실행한 이유","playtest.context.expected":"예상 결과","playtest.context.observed":"관찰 결과","playtest.report.empty":"리포트 내용 없음","playtest.basic.icon":"🎮","playtest.basic.title":"플레이테스트는 Pro 전용 기능입니다","playtest.basic.desc":"WEPPY Dashboard에서 플레이테스트를 제어하고, 자동 테스트를 실행하며, 상세한 테스트 리포트를 확인하세요.","playtest.basic.benefit1":"원클릭 플레이/일시정지/정지 제어","playtest.basic.benefit2":"AI 에이전트를 통한 자동 테스트 실행","playtest.basic.benefit3":"성공/실패 추적이 가능한 테스트 히스토리","playtest.basic.benefit4":"상세한 마크다운 테스트 리포트","playtest.sample.badge":"Pro 플레이테스트 화면 미리보기","playtest.sample.title":"현재 보고 있는 화면은 Pro 업그레이드 후 사용할 수 있는 플레이테스트 화면 예시입니다.","playtest.sample.message":"이 미리보기는 샘플 데이터로 구성되어 있습니다. 실시간 플레이테스트 제어, 히스토리 관리, 실제 리포트 저장은 Pro 구매 후 사용할 수 있습니다.","playtest.sample.clearDisabled":"실제 플레이테스트 기록 삭제는 Pro에서 사용할 수 있습니다.","playtest.sample.place":"아레나 미리보기","playtest.sample.history.name":"샘플 아레나 스모크 테스트","playtest.sample.context.why":"아레나에 스폰한 뒤 첫 구간을 버티고 HUD가 즉시 반응하는지 확인합니다.","playtest.sample.context.expected":"플레이어가 안전하게 스폰되고, 1초 안에 카운트다운 UI가 표시되며, 첫 웨이브가 오류 없이 시작되어야 합니다.","playtest.sample.context.observed":"스폰 보호가 정상 동작했고, HUD가 제때 갱신되었으며, 첫 웨이브가 회귀 없이 완료되었습니다.","playtest.sample.report.markdown":`# 샘플 아레나 스모크 테스트
80
+
81
+ - 스폰 흐름: 통과
82
+ - HUD 카운트다운: 통과
83
+ - 웨이브 시작: 통과
84
+
85
+ 이 화면은 샘플 미리보기입니다. Pro로 업그레이드하면 라이브 플레이테스트를 실행하고 실제 리포트를 저장할 수 있습니다.`,"playtest.sample.report.logs":`[sample] 플레이테스트 미리보기 부팅
86
+ [sample] 스폰 보호 활성화
87
+ [sample] HUD 카운트다운 렌더링
88
+ [sample] 1웨이브 완료
89
+ [sample] 미리보기 리포트 종료`,"sidebar.whatsNew":"새 소식","header.whatsNew":"새 소식","header.whatsNew.tooltip":"새 소식","whatsNew.pageTitle":"새 소식","whatsNew.pageSubtitle":"MCP의 주요 변경사항을 확인하세요","whatsNew.unreadSection":"안 읽음","whatsNew.allSection":"전체 공지","whatsNew.empty":"공지가 없습니다","whatsNew.newBadge":"NEW","whatsNew.category.release":"릴리스","whatsNew.category.notice":"공지","whatsNew.category.deprecation":"지원 중단","whatsNew.category.tip":"팁"},bm={"sidebar.overview":"Resumen","sidebar.changelog":"Historial","sidebar.connection":"Conexión","sidebar.sync":"Sincronización","sidebar.playtest":"Prueba","sidebar.tools":"Herramientas","sidebar.settings":"Configuración","header.currentProject":"Proyecto actual","header.unknownProject":"Proyecto desconocido","header.projectRoot.label":"Project Root","header.currentProject.loading":"Cargando raíz del proyecto...","header.currentProject.unavailable":"Raíz del proyecto no disponible","header.placeNotConnected":"Place no conectado","header.currentProject.tooltip":"Carpeta de proyecto seleccionada actualmente.","header.currentProject.loading.tooltip":"La información de la raíz del proyecto todavía se está cargando.","header.currentProject.unavailable.tooltip":"La información actual de la raíz del proyecto no está disponible.","header.currentProjectSyncRoot.label":"Sync Root","header.currentProjectSyncRoot.loading":"Cargando sync root...","header.currentProjectSyncRoot.unavailable":"Sync root no disponible","header.currentProjectSyncRoot.tooltip":"Carpeta sync root actual del proyecto seleccionado.","header.currentProjectSyncRoot.loading.tooltip":"La información de sync root todavía se está cargando.","header.currentProjectSyncRoot.unavailable.tooltip":"La información actual de sync root no está disponible.","header.testFiles.label":"Test Files","header.testFiles.unavailable":"La ruta de archivos de prueba no está disponible.","header.testFiles.tooltip":"Directorio actual de archivos de playtest para el place seleccionado.","header.places.title":"Places","header.places.active":"Active","header.places.inactive":"Inactive","header.places.pluginRequired":"Se requiere conexión del plugin","header.places.liveRequired":"Se requiere conexión del plugin para ver el place activo en tiempo real.","header.place.tooltip":"Place de Roblox conectado.","header.placeNotConnected.tooltip":"Place no conectado","header.changeProjectRoot":"Cambiar raíz del proyecto","header.changeProjectRoot.ariaLabel":"Cambiar raíz del proyecto","header.changeProjectRoot.tooltip":"Cambiar la raíz actual del proyecto.","header.changeProjectRoot.disabledTooltip.l0":"Primero se requiere conexión con el servidor MCP para cambiar la raíz del proyecto.","header.changeProjectRoot.disabledTooltip.loading":"La información de la raíz del proyecto todavía se está cargando.","header.changeProjectRoot.disabledTooltip.unavailable":"La información actual de la raíz del proyecto no está disponible.","header.projectRootModal.initial.title":"Cambiar raíz del proyecto","header.projectRootModal.initial.body.connected":"Después de elegir una carpeta de proyecto, MCP cambiará a la nueva raíz del proyecto y el contenido actual de Studio se resincronizará por completo en el nuevo destino <selected project folder>/weppy-project-sync.","header.projectRootModal.initial.body.disconnected":"Después de elegir una carpeta de proyecto, MCP cambiará a la nueva raíz del proyecto y usará <selected project folder>/weppy-project-sync como el próximo destino de sync.","header.projectRootModal.initial.nextSyncRoot":"Nuevo destino de sync después de la selección","header.projectRootModal.initial.nextSyncRoot.placeholder":"<selected project folder>/weppy-project-sync","header.projectRootModal.initial.warningStop":"El sync actual se detiene de inmediato.","header.projectRootModal.initial.warningFreshSync":"El contenido actual de Studio se usará para crear un fresh full sync en el nuevo destino.","header.projectRootModal.initial.warningNoMove":"Las carpetas de sync anteriores no se mueven automáticamente.","header.projectRootModal.initial.warningDeferredSync":"Si Studio no está conectado, el full resync comenzará la próxima vez que se conecte el plugin.","header.projectRootModal.confirm.title":"Confirmar nueva raíz del proyecto","header.projectRootModal.confirm.body":"Revisa la carpeta seleccionada antes de aplicar el cambio.","header.projectRootModal.confirm.projectRoot":"Carpeta de proyecto seleccionada","header.projectRootModal.confirm.syncRoot":"Nuevo destino de sync","header.projectRootModal.confirm.warningNoMove":"Las carpetas de sync existentes no se mueven automáticamente.","header.projectRootModal.pick":"Elegir carpeta","header.projectRootModal.apply":"Aplicar cambio","header.projectRootModal.cancel":"Cancelar","header.projectRootModal.error":"No se pudo cambiar la raíz del proyecto.","sidebar.gate.l1":"Se requiere conexión con el servidor MCP.","sidebar.gate.l2":"Se requiere conexión con el plugin de Roblox Studio.","status.online":"En línea","status.offline":"Desconectado","status.idle":"Inactivo","status.syncing":"Sincronizando","status.error":"Error","status.initializing":"Inicializando","level.l0.title":"Servidor desconectado","level.l0.message":"WEPPY Dashboard está abierto pero el servidor MCP se detuvo o no responde.","level.l1.title":"Servidor conectado","level.l1.hint":"Verifica: ¿Roblox Studio está abierto? ¿El plugin está instalado?","level.l2.ok":"Studio conectado","tier.basic":"Basic","tier.basic.tooltip":"Nivel Basic con el conjunto estándar de funciones del WEPPY Dashboard.","tier.pro":"Pro","tier.pro.tooltip":"Nivel Pro con el conjunto completo de funciones del WEPPY Dashboard.","tier.mixed":"Mixto","tier.upgrade":"Actualizar a Pro","tier.compare":"Basic vs Pro","tier.banner.save":"¡Ahorra tokens de IA con Pro!","tier.comparison.comingSoon":"Comparación Basic vs Pro — próximamente","tier.comparison.close":"Cerrar","tier.comparison.detailTitle":"Catálogo detallado de herramientas","tier.comparison.description":"Descripción","tier.comparison.basic.core":"Flujo MCP básico","tier.comparison.basic.core.item1":"Crear/editar scripts","tier.comparison.basic.core.item2":"Gestión de instancias","tier.comparison.basic.core.item3":"Control de propiedades","tier.comparison.basic.core.item4":"Selección y búsqueda","tier.comparison.basic.core.item5":"Gestión de etiquetas","tier.comparison.basic.core.item6":"Control de cámara","tier.comparison.basic.core.item7":"Monitoreo de registros","tier.comparison.basic.sync":"Sincronización (Basic)","tier.comparison.basic.sync.item1":"Sincronización unidireccional de Studio a local","tier.comparison.basic.sync.item2":"Aplicación manual por defecto","tier.comparison.pro.all":"Todo en Basic, además","tier.comparison.pro.sync":"Flujo de sincronización avanzado","tier.comparison.pro.sync.item1":"Dirección de sincronización por tipo","tier.comparison.pro.sync.item2":"Modo de aplicación por tipo","tier.comparison.pro.sync.item3":"Sincronización bidireccional e inversa","tier.comparison.pro.sync.item4":"Sincronización completa, resincronización y envío a Studio","tier.comparison.pro.sync.item5":"Sincronización multi-lugar","tier.comparison.pro.playtest":"Control de playtest","tier.comparison.pro.playtest.item1":"Reproducir, detener, pausar y reanudar","tier.comparison.pro.playtest.item2":"Inspección del estado de playtest","tier.comparison.pro.playtest.item3":"Ejecución de pruebas automatizadas","tier.comparison.pro.creation":"Flujo de creación avanzado","tier.comparison.pro.creation.item1":"Operaciones masivas","tier.comparison.pro.creation.item2":"Generación de terreno","tier.comparison.pro.creation.item3":"Búsqueda e inserción de assets","tier.comparison.pro.creation.item4":"Raycast y análisis espacial","tier.comparison.pro.creation.item5":"Control de entorno","tier.comparison.discount.label":"🎁 Ingresa este código en Gumroad para recibir un descuento:","tier.comparison.discount.code":"WEPPY-MCP","tier.comparison.discount.expiry":"Válido hasta el 30 de abril","tier.promo.discount.hint":"🎁 Usa el código WEPPY-MCP en Gumroad · Válido hasta el 30 de abril","tier.promo.discount.context":"🎁 Ingresa en Gumroad al pagar:","tier.tool.query_instances.desc":"Consulta de instancias, exploración de hijos/descendientes, info de clase, búsqueda por nombre y clase. Pro: árbol de archivos, estructura del proyecto, búsqueda por propiedad y etiqueta.","tier.tool.mutate_instances.desc":"Crear, eliminar, clonar, mover, renombrar y pivotar instancias. Pro: creación de árboles, creación/eliminación/duplicación masiva.","tier.tool.manage_properties.desc":"Consultar y establecer propiedades, atributos y etiquetas. Pro: valores calculados y relativos, consulta/establecimiento masivo, modificación masiva de hijos.","tier.tool.manage_scripts.desc":"Leer, escribir, crear, eliminar, editar líneas y buscar en scripts. Pro: reemplazo masivo entre scripts.","tier.tool.manage_lighting.desc":"Solo Pro. Configuración de iluminación, atmósfera, cielo, propiedades del terreno y hora del día.","tier.tool.manage_selection.desc":"Consultar, establecer y borrar selección. Pro: contexto, detalles, agregar/quitar elementos, monitorear cambios.","tier.tool.manage_camera.desc":"Info de cámara, enfocar por ruta o coordenadas, vista sugerida.","tier.tool.manage_tween.desc":"Solo Pro. Crear, reproducir, pausar y cancelar tweens para animaciones suaves.","tier.tool.manage_audio.desc":"Solo Pro. Reproducir, detener, pausar y reanudar sonidos. Configurar listener de audio.","tier.tool.manage_animation.desc":"Solo Pro. Cargar, reproducir y detener animaciones. Consultar tracks de humanoide/controlador.","tier.tool.manage_physics.desc":"Solo Pro. Registrar grupos de colisión, configurar colisión entre grupos, listar grupos.","tier.tool.manage_effects.desc":"Solo Pro. Emitir partículas, borrar todas, alternar activación de efectos.","tier.tool.manage_terrain.desc":"Solo Pro. Rellenar formas, borrar regiones, reemplazar materiales, gestionar colores, leer/escribir voxels, generación procedural, suavizado.","tier.tool.spatial_query.desc":"Solo Pro. Raycast, buscar suelo, verificar colocación, escaneo de área, buscar zonas planas y puntos de aparición, análisis de caminabilidad, mapa espacial, detección de colisión.","tier.tool.manage_assets.desc":"Solo Pro. Insertar modelos, consultar info de assets, buscar en tienda de creadores, insertar modelos/paquetes gratuitos, exportar.","tier.tool.manage_sync.desc":"Solo Pro. Estado de sincronización, configuración, historial, dirección, lectura/escritura de archivos sincronizados.","tier.tool.workspace_state.desc":"Solo Pro. Sincronización completa, instantánea, cambios recientes, info de viewport, metadatos, gestión de caché.","tier.tool.manage_logs.desc":"Consulta filtrada de registros, sondeo incremental, borrar buffer, consulta de errores recientes.","tier.tool.system_info.desc":"Estado de conexión, verificación de tier. Pro: info de lugar, lista de servicios, configuración de Studio, control de playtest, pruebas automáticas.","tier.tool.batch_execute.desc":"Solo Pro. Ejecutar múltiples comandos en lote. Procesamiento secuencial con opción de continuar en caso de error.","tier.tool.execute_luau.desc":"Solo Pro. Ejecutar código Luau arbitrario en el sandbox de Roblox Studio.","connection.server.title":"Estado del servidor","connection.server.version":"Versión","connection.server.version.tooltip":"Versión instalada del servidor MCP.","connection.server.pid":"PID","connection.server.pid.tooltip":"Identificador de proceso del sistema operativo.","connection.server.uptime":"Tiempo activo","connection.server.uptime.tooltip":"Tiempo transcurrido desde que se inició el servidor MCP.","connection.server.session":"Sesión","connection.server.session.tooltip":"Identificador de la sesión MCP actual.","connection.server.exec":"Ejecutable","connection.server.exec.tooltip":"Ruta del ejecutable usado para iniciar el servidor MCP.","connection.reconnect":"Reconectar","connection.checkSettings":"Verificar configuración","connection.agents.title":"Agentes IA","connection.agents.name":"Agente","connection.agents.cwd":"Directorio","connection.agents.cwd.tooltip":"Directorio de trabajo actual del agente de IA conectado.","connection.agents.projectRoot":"Raíz del proyecto","connection.agents.projectRoot.tooltip":"Ruta del proyecto autoritativa para la propiedad de sincronización","connection.agents.projectRoot.unresolved":"Sin resolver","connection.agents.connected":"Conectado","connection.agents.unknown":"Desconocido","connection.agents.none":"Sin agentes conectados","connection.plugins.title":"Plugins","connection.plugins.place":"Place","connection.plugins.clientId":"ID de cliente","connection.plugins.clientId.tooltip":"Identificador único del cliente del plugin para esta conexión de Studio.","connection.plugins.lastSeen":"Última vez","connection.plugins.lastSeen.tooltip":"Heartbeat más reciente recibido desde el plugin.","connection.plugins.version":"Ver","connection.plugins.version.tooltip":"Versión instalada del plugin informada por Studio.","connection.plugins.none":"Sin plugins conectados","connection.log.title":"Registro de conexión","connection.log.empty":"Sin eventos","connection.time.secondsAgo":"s atrás","connection.time.minutesAgo":"min atrás","connection.time.hoursAgo":"h atrás","common.loading":"Cargando...","common.retry":"Reintentar","common.reconnecting":"Reconectando...","common.expand":"Expandir","common.collapse":"Contraer","tools.tab.history":"Historial","tools.tab.statistics":"Estadísticas","tools.tab.failures":"Fallos","tools.col.time":"Hora","tools.col.time.tooltip":"Momento en que se registró la ejecución de la herramienta.","tools.col.toolAction":"Herramienta.Acción","tools.col.toolAction.tooltip":"Nombre de la herramienta y acción que se ejecutó.","tools.col.duration":"Duración","tools.col.duration.tooltip":"Cuánto tardó la herramienta en finalizar.","tools.col.status":"Estado","tools.col.status.tooltip":"Resultado de la ejecución registrada.","tools.col.tier":"Nivel","tools.col.tier.tooltip":"Nivel de licencia requerido para la herramienta o acción.","tools.col.tierStats.tooltip":"Resumen Basic, Pro o Mixed para esta fila de estadísticas de herramientas.","tools.col.tool":"Herramienta","tools.col.tool.tooltip":"Nombre de la herramienta consolidada en la tabla de estadísticas.","tools.col.calls":"Llamadas","tools.col.calls.tooltip":"Número total de llamadas registradas para esta herramienta.","tools.col.ok":"OK","tools.col.ok.tooltip":"Número de ejecuciones exitosas directas.","tools.col.fallback":"FALLBACK","tools.col.fallback.tooltip":"Número de ejecuciones que tuvieron éxito mediante fallback.","tools.col.unsupported":"UNSUPPORTED","tools.col.unsupported.tooltip":"Número de ejecuciones bloqueadas sin fallback.","tools.col.err":"FALLIDO","tools.col.err.tooltip":"Número de ejecuciones que terminaron en fallo.","tools.col.okRate":"% Éxito","tools.col.okRate.tooltip":"Porcentaje de llamadas que terminaron correctamente.","tools.col.avgTime":"Tiempo promedio","tools.col.avgTime.tooltip":"Tiempo promedio de ejecución entre las llamadas registradas.","tools.col.error":"Error","tools.filter.tool":"Herramienta","tools.filter.all":"Todos","tools.badge.pro":"PRO","tools.badge.pro.tooltip":"Esta entrada usó una herramienta o acción exclusiva de Pro.","tools.badge.fallback":"FALLBACK","tools.badge.fallback.tooltip":"La acción Pro solicitada tuvo éxito mediante un fallback Basic.","tools.badge.unsupported":"UNSUPPORTED","tools.badge.unsupported.tooltip":"La acción Pro solicitada fue bloqueada y no se ejecutó ningún fallback.","tools.badge.err":"FALLIDO","tools.badge.err.tooltip":"La ejecución de la herramienta terminó en fallo.","tools.status.ok":"OK","tools.status.ok.tooltip":"La ejecución de la herramienta finalizó correctamente.","tools.tier.mixed.tooltip":"Esta herramienta incluye acciones Basic y Pro.","tools.detail.params":"Parámetros","tools.detail.params.tooltip":"Parámetros de entrada enviados en esta ejecución.","tools.detail.result":"Resultado","tools.detail.result.tooltip":"Carga útil devuelta por esta ejecución.","tools.detail.requestedCommand":"Comando solicitado","tools.detail.executedCommand":"Comando ejecutado","tools.detail.alternatives":"Alternativas","tools.detail.blockedMessage":"Motivo del bloqueo","tools.detail.noFallback":"Sin fallback","tools.detail.noFallback.value":"No se ejecutó ningún fallback.","tools.detail.errorMessage":"Mensaje de error","tools.clear.history.title":"¿Borrar historial?","tools.clear.history.message":"Esto elimina permanentemente el historial de herramientas del place actual.","tools.clear.statistics.title":"¿Borrar estadísticas?","tools.clear.statistics.message":"Esto restablece permanentemente las estadísticas de herramientas del place actual.","tools.detail.error":"Error","tools.page.prev":"Anterior","tools.page.prev.tooltip":"Ir a la página anterior del historial de herramientas.","tools.page.next":"Siguiente","tools.page.next.tooltip":"Ir a la página siguiente del historial de herramientas.","tools.empty.history":"Sin entradas de historial","tools.empty.stats":"Sin estadísticas","tools.empty.failures":"Sin fallos","tools.summary.total":"Total","tools.summary.calls":"llamadas","tools.summary.sessions":"Sesiones","settings.license.title":"Licencia","settings.license.title.tooltip":"Estado actual de la licencia y nivel de suscripción.","settings.license.status":"Estado","settings.license.status.tooltip":"Estado actual de activación de la licencia.","settings.license.tier":"Nivel","settings.license.tier.tooltip":"Nivel de suscripción actual para las funciones disponibles del WEPPY Dashboard.","settings.license.key":"Clave","settings.license.key.tooltip":"Clave de licencia enmascarada cargada actualmente por el servidor.","settings.license.keyValue.tooltip":"Clave de licencia enmascarada cargada actualmente por el servidor.","settings.license.provider":"Proveedor","settings.license.provider.tooltip":"Proveedor de licencia usado para validar esta clave.","settings.license.providerValue.tooltip":"Proveedor de licencia usado para validar esta clave.","settings.license.active":"Activa","settings.license.active.tooltip":"Estado actual de activación de la licencia.","settings.license.status.activeCancelPending.tooltip":"La cancelación está pendiente, pero el acceso Pro seguirá activo hasta que termine el período de facturación actual.","settings.license.inactive":"Inactiva","settings.license.inactive.tooltip":"Estado actual de activación de la licencia.","settings.license.expired":"Expirada","settings.license.expired.tooltip":"Estado actual de activación de la licencia.","settings.license.unavailable":"Información de licencia no disponible","settings.license.detail.cancelPending":"La cancelación está programada. El acceso Pro seguirá activo hasta que termine el período de facturación actual.","settings.license.reset":"Restablecer licencia","settings.readOnly":"Solo lectura","settings.readOnly.tooltip":"Esta sección muestra valores que no se pueden editar desde el WEPPY Dashboard.","settings.unavailable":"Configuración no disponible","settings.general.title":"Configuración general","settings.general.title.tooltip":"Ajustes calientes que se aplican inmediatamente al cambiarse.","settings.general.liveApply":"Aplicar en vivo","settings.general.liveApply.tooltip":"Los cambios en esta sección se aplican al instante sin un botón de guardar aparte.","settings.general.applied":"Aplicado","settings.general.logLevel":"Nivel de log","settings.general.logLevel.tooltip":"Define cuánto detalle escribe el WEPPY Dashboard en sus registros.","settings.general.localHistory":"Registro de historial","settings.general.localHistory.tooltip":"Guarda el historial local de ejecución de herramientas para las vistas de historial del WEPPY Dashboard.","settings.general.localStatistics":"Recopilación de estadísticas","settings.general.localStatistics.tooltip":"Agrega estadísticas locales de uso para los informes del WEPPY Dashboard.","settings.general.contextCapture":"Context Capture","settings.general.contextCapture.tooltip":"When enabled, the WEPPY Dashboard records structured execution context for changelog and playtest views.","settings.general.requestTimeout":"Tiempo de espera","settings.general.requestTimeout.tooltip":"Tiempo máximo que el WEPPY Dashboard espera una solicitud antes de marcarla como fallida.","settings.general.requestTimeout.unit":"ms","settings.general.requestTimeout.unit.tooltip":"El tiempo de espera de la solicitud se mide en milisegundos.","settings.cold.title":"Entorno del servidor","settings.cold.title.tooltip":"Valores de entorno del servidor de solo lectura cargados al iniciar.","settings.cold.httpPort.tooltip":"Número de puerto usado por el servidor HTTP del WEPPY Dashboard MCP.","settings.cold.httpHost.tooltip":"Interfaz de host a la que se enlaza el servidor HTTP del WEPPY Dashboard MCP.","settings.cold.dashboardAutoOpen.tooltip":"Controla si el WEPPY Dashboard se abre automáticamente en el navegador al iniciar el servidor.","settings.cold.dashboardAutoOpen.value.tooltip":"Comportamiento actual de inicio para abrir el WEPPY Dashboard en un navegador.","settings.cold.hint":"Configure mediante variables de entorno.","settings.language.title":"Idioma","settings.language.title.tooltip":"Elige cómo se localiza el texto de la interfaz del WEPPY Dashboard.","settings.language.dashboard":"Idioma del WEPPY Dashboard","settings.language.dashboard.tooltip":"Sobrescribe el idioma del WEPPY Dashboard o usa el idioma del sistema cuando está en Automático.","settings.language.auto":"Automático","overview.l0.title":"Servidor MCP desconectado","overview.l0.message":"El servidor MCP no responde. El WEPPY Dashboard intentará reconectarse automáticamente.","overview.l0.step1":"Verifique que el proceso del servidor MCP esté ejecutándose","overview.l0.step2":"Reinicie el comando del servidor MCP si es necesario","overview.l0.reconnecting":"Reconectando automáticamente cada 3s...","overview.l0.reconnectBtn":"Reconectar","overview.l0.settingsBtn":"Verificar configuración","overview.l1.pluginGuide":"El plugin de Roblox Studio no está conectado","overview.l1.check1":"¿Roblox Studio está abierto?","overview.l1.check2":"¿El WEPPY Plugin está instalado?","overview.l1.feedHint":"Los cambios aparecerán aquí cuando el plugin se conecte","overview.metric.server":"Servidor","overview.metric.server.tooltip":"Estado de ejecución y proceso del servidor MCP.","overview.metric.plugin":"Plugin","overview.metric.plugin.tooltip":"Estado de conexión y versión del plugin de Roblox Studio.","overview.metric.agent":"Agente","overview.metric.agent.tooltip":"Agentes de IA conectados y su estado actual.","overview.metric.agent.instancesUnit":"instancias","overview.metric.sync":"Sincronización","overview.metric.sync.tooltip":"Actividad actual de sincronización entre Studio y archivos locales.","overview.metric.noAgent":"Sin agente","overview.meta.version":"Versión","overview.meta.version.tooltip":"Versión instalada del servidor MCP.","overview.meta.session":"Sesión","overview.meta.session.tooltip":"Identificador de la sesión MCP actual.","overview.meta.pid":"PID","overview.meta.pid.tooltip":"Identificador de proceso del sistema operativo.","overview.meta.uptime":"Tiempo activo","overview.meta.uptime.tooltip":"Tiempo transcurrido desde que se inició el servidor MCP.","overview.feed.title":"Cambios recientes del juego","overview.feed.empty":"Sin cambios recientes","overview.changelog.title":"Resumen de cambios de sesión","overview.changelog.entries":"Total","overview.changelog.scripts":"scripts","overview.changelog.instances":"instancias","overview.changelog.properties":"propiedades","overview.changelog.assets":"assets","overview.tier.title":"Uso por nivel","changelog.subtitle":"Historial de cambios del juego","changelog.filter.all":"Todos","changelog.filter.active":"Activo","changelog.filter.completed":"Completado","changelog.empty":"Sin entradas de historial","changelog.basic.limit.title":"La vista previa Basic muestra solo las 3 sesiones más recientes","changelog.basic.limit.body":"Actualiza a Pro para explorar la línea completa del historial de cambios de este place.","changelog.basic.metricLabel":"Historial visible / Total","changelog.basic.visible":"visibles","changelog.basic.total":"total","changelog.card.active":"Activo","changelog.card.active.tooltip":"Esta sesión todavía sigue recibiendo nuevos cambios del juego.","changelog.card.completed":"Completado","changelog.card.completed.tooltip":"Esta sesión terminó y ya no se esperan más cambios.","changelog.card.bootstrapStatus":"Inicializado","changelog.card.bootstrapStatus.tooltip":"Esta sesión solo contiene la instantánea inicial de bootstrap de sincronización.","changelog.card.inProgress":"en progreso","changelog.card.noChanges":"Sin cambios aún","changelog.card.noChanges.tooltip":"Todavía no se han extraído cambios del juego para esta sesión.","changelog.card.bootstrapSummary":"Instantánea de sincronización inicial","changelog.card.bootstrapSummary.tooltip":"Las escrituras de la sincronización inicial de archivos se agrupan en una sola fila de bootstrap.","changelog.card.sessionIntent":"Session intent","changelog.card.scripts":"scripts","changelog.card.scripts.tooltip":"Cambios de scripts realizados en esta sesión.","changelog.card.instances":"instancias","changelog.card.instances.tooltip":"Cambios de creación, eliminación, movimiento o clonado de instancias en esta sesión.","changelog.card.modified":"modificado","changelog.card.created":"creado","changelog.card.deleted":"eliminado","changelog.card.moved":"movido","changelog.card.propertiesChanged":"propiedades cambiadas","changelog.card.propertiesChanged.tooltip":"Cambios de valores de propiedades registrados para esta sesión.","changelog.card.lightingConfigured":"Iluminación configurada","changelog.card.lightingConfigured.tooltip":"La iluminación o la atmósfera cambiaron en esta sesión.","changelog.card.terrainConfigured":"Terreno configurado","changelog.card.terrainConfigured.tooltip":"Los datos o la configuración del terreno cambiaron en esta sesión.","changelog.card.assetsInserted":"assets insertados","changelog.card.assetsInserted.tooltip":"Assets insertados en el place durante esta sesión.","changelog.category.script":"Scripts","changelog.category.instance":"Instancias","changelog.category.property":"Propiedades","changelog.category.lighting":"Iluminación","changelog.category.terrain":"Terreno","changelog.category.asset":"Assets","changelog.detail.changeSummary":"Resumen de cambios","changelog.detail.changeSummary.tooltip":"Cantidad de cambios del juego extraídos agrupados por categoría para esta sesión.","changelog.detail.changeTimeline":"Línea de tiempo","changelog.detail.changeTimeline.tooltip":"Lista cronológica de cambios del juego extraídos para esta sesión.","changelog.detail.context.title":"Context Summary","changelog.detail.context.tooltip":"Structured execution context captured for this changelog session.","changelog.detail.verification.title":"Verification","changelog.detail.verification.tooltip":"Verification signals linked to this changelog session.","changelog.detail.verification.label":"Result","changelog.detail.verification.status":"Status","changelog.detail.verification.timestamp":"Recorded at","changelog.detail.beforeAfter":"Antes y después","changelog.detail.filterCategory":"Categoría","changelog.detail.filterCategory.tooltip":"Filtra la línea de tiempo a una sola categoría de cambio.","changelog.detail.confidence.exact":"Exacto","changelog.detail.confidence.exact.tooltip":"Se confirmaron tanto el estado anterior como el posterior para este cambio.","changelog.detail.confidence.partial":"Parcial","changelog.detail.confidence.partial.tooltip":"Solo se pudo confirmar parte del estado anterior y posterior para este cambio.","changelog.detail.confidence.afterOnly":"Solo después","changelog.detail.confidence.afterOnly.tooltip":"Solo se pudo confirmar el estado resultante después del cambio.","changelog.detail.confidence.intentOnly":"Solo intención","changelog.detail.confidence.intentOnly.tooltip":"Solo se registró la acción solicitada, no el estado resultante.","changelog.detail.confidence.unknown":"Desconocido","changelog.detail.confidence.unknown.tooltip":"No fue posible clasificar este cambio con confianza usando los datos disponibles.","changelog.detail.noChanges":"Sin cambios en esta categoría","changelog.detail.backToList":"Volver a la lista","changelog.diff.empty":"Sin diferencias disponibles","changelog.diff.unified":"Unificado","changelog.diff.sideBySide":"Lado a lado","changelog.diff.before":"Antes","changelog.diff.after":"Después","sync.overlay.title":"Se requiere el plugin de Roblox Studio","sync.overlay.message":"El estado de sincronización estará disponible cuando el plugin de Roblox Studio se conecte.","sync.overlay.check1":"¿Roblox Studio está abierto?","sync.overlay.check2":"¿El WEPPY Plugin está instalado?","sync.status.title":"Estado de sincronización","sync.status.title.tooltip":"Estado actual de sincronización entre Studio y archivos locales para este place.","sync.status.forwardOnly":"Solo avance","sync.status.forwardOnly.tooltip":"La suscripción Basic solo permite sincronización directa de Studio a local.","sync.status.place":"Place","sync.status.place.tooltip":"Nombre e ID del place de Roblox conectado.","sync.status.path":"Ruta","sync.status.path.tooltip":"Raíz del sistema de archivos local usada actualmente para la sincronización.","sync.status.instances":"Instancias","sync.status.instances.tooltip":"Cantidad total de instancias de Roblox sincronizadas en el espejo local.","sync.status.scripts":"Scripts","sync.status.scripts.tooltip":"Cantidad total de scripts sincronizados e indexados para este place.","sync.status.state":"Estado","sync.status.state.tooltip":"Estado de ejecución de sincronización reportado por el servidor.","sync.directions.title":"Direcciones de sincronización","sync.directions.title.tooltip":"Dirección y modo de aplicación por categoría entre Local y Studio.","sync.directions.type":"Tipo","sync.directions.type.tooltip":"Categoría de sincronización afectada por esta regla.","sync.directions.direction":"Dirección","sync.directions.direction.tooltip":"Indica si cada categoría sincroniza desde Studio, hacia Studio o en ambos sentidos.","sync.directions.applyMode":"Modo de aplicación","sync.directions.applyMode.tooltip":"Cómo se aplican los cambios de sincronización entrantes para esta categoría.","sync.directions.cat.scripts":"Scripts","sync.directions.cat.values":"Valores","sync.directions.cat.containers":"Contenedores","sync.directions.cat.data":"Datos","sync.directions.cat.services":"Servicios","sync.directions.endpoint.local":"Local","sync.directions.endpoint.local.tooltip":"Los archivos locales en disco siempre se muestran a la izquierda del riel de dirección.","sync.directions.endpoint.studio":"Studio","sync.directions.endpoint.studio.tooltip":"Roblox Studio siempre se muestra a la derecha del riel de dirección.","sync.directions.mode.manual":"Manual","sync.directions.mode.manual.tooltip":"Aplica los cambios de sincronización solo cuando los activas manualmente.","sync.directions.mode.auto":"Auto","sync.directions.mode.auto.tooltip":"Aplica los cambios de sincronización automáticamente cuando llegan actualizaciones.","sync.directions.tooltip.forward.body":"Los cambios de Studio se sincronizan solo a los archivos locales","sync.directions.tooltip.bidirectional.body":"Sincronización en ambos sentidos entre Local y Studio","sync.directions.tooltip.reverse.body":"Envía cambios de archivos locales a Studio","sync.directions.tooltip.proRequired":"Se requiere Pro en el plan Basic","sync.directions.dir.forward":"adelante","sync.directions.dir.bidirectional":"bidireccional","sync.directions.dir.reverse":"inverso","sync.log.title":"Registro de sincronización","sync.log.empty":"Sin eventos de sincronización","sync.log.type.write":"ESCRIBIR","sync.log.type.write.tooltip":"Se escribió una nueva salida sincronizada en el disco.","sync.log.type.update":"ACTUALIZAR","sync.log.type.update.tooltip":"Se actualizó un archivo o una instancia ya sincronizada.","sync.log.type.delete":"ELIMINAR","sync.log.type.delete.tooltip":"Se eliminó un archivo o una instancia sincronizada.","sync.log.type.idle":"INACTIVO","sync.log.type.idle.tooltip":"Se registró un evento de sincronización sin modificar archivos.","sync.upgrade.title":"Desbloquea sincronización completa con Pro","sync.upgrade.benefit1":"Sincronización bidireccional — edita archivos, se aplica automáticamente a Studio","sync.upgrade.benefit2":"Sincronización inversa — envía cambios de archivos a Studio","sync.upgrade.benefit3":"Historial completo de sincronización y registro detallado de cambios","sync.upgrade.buy":"Actualizar a Pro","playtest.status.title":"Estado de prueba","playtest.status.title.tooltip":"Estado actual de la sesión de playtest de Roblox informado por Studio.","playtest.status.mode":"Modo","playtest.status.mode.tooltip":"Modo de inicio de playtest de Studio usado por la sesión actual.","playtest.status.mode.value.tooltip":"Modo específico de playtest de Roblox Studio que se está usando ahora.","playtest.status.mode.play":"Jugar","playtest.status.mode.run":"Ejecutar","playtest.status.mode.server":"Servidor","playtest.status.mode.edit":"Editar","playtest.status.place.tooltip":"Place de Roblox asociado actualmente con esta sesión de playtest.","playtest.status.state.running":"En ejecución","playtest.status.state.running.tooltip":"Actualmente hay una sesión de playtest de Roblox en ejecución.","playtest.status.state.paused":"Pausado","playtest.status.state.paused.tooltip":"La sesión actual de playtest de Roblox está en pausa.","playtest.status.state.notRunning":"Sin ejecutar","playtest.status.state.notRunning.tooltip":"Actualmente no hay ninguna sesión de playtest de Roblox en ejecución.","playtest.control.play":"Jugar","playtest.control.pause":"Pausar","playtest.control.resume":"Reanudar","playtest.control.stop":"Detener","playtest.history.title":"Historial de pruebas","playtest.history.title.tooltip":"Ejecuciones automatizadas de playtest registradas para este proyecto.","playtest.history.empty":"Sin resultados de prueba","playtest.history.mode":"Modo","playtest.history.mode.tooltip":"Modo de playtest usado en esta ejecución de prueba registrada.","playtest.history.status.passed":"Aprobado","playtest.history.status.failed":"Fallido","playtest.history.status.running":"En ejecución","playtest.history.status.unknown":"Desconocido","playtest.history.status.tooltip":"Estado de resultado registrado para esta ejecución automatizada de playtest.","playtest.empty.title":"Sin resultados de prueba aún","playtest.empty.message":"Los resultados aparecerán aquí cuando el agente IA ejecute pruebas automatizadas vía system_info.run_test.","playtest.empty.message.before":"Los resultados aparecerán aquí cuando el agente IA ejecute pruebas automatizadas mediante","playtest.empty.message.after":".","playtest.empty.runTest.tooltip":"Punto de automatización del WEPPY Dashboard que ejecuta verificaciones de playtest de Roblox a través de la herramienta system_info.","playtest.report.title":"Reporte seleccionado","playtest.report.title.tooltip":"Salida detallada de la ejecución automatizada de playtest seleccionada actualmente.","playtest.report.content":"Reporte","playtest.report.content.tooltip":"Resumen en Markdown de la ejecución automatizada de playtest seleccionada.","playtest.report.logs":"Registros","playtest.report.logs.tooltip":"Registros de ejecución capturados para la ejecución automatizada de playtest seleccionada.","playtest.context.contextId":"Context ID","playtest.context.why":"Why this test ran","playtest.context.expected":"Expected","playtest.context.observed":"Observed","playtest.report.empty":"Sin contenido de reporte","playtest.basic.icon":"🎮","playtest.basic.title":"Playtest es una función exclusiva de Pro","playtest.basic.desc":"Controla las pruebas desde el WEPPY Dashboard, ejecuta pruebas automatizadas y visualiza reportes detallados.","playtest.basic.benefit1":"Controles de jugar/pausar/detener con un clic","playtest.basic.benefit2":"Ejecución de pruebas automatizadas vía agente IA","playtest.basic.benefit3":"Historial de pruebas con seguimiento de éxito/fallo","playtest.basic.benefit4":"Reportes de prueba detallados en markdown","playtest.sample.badge":"Vista previa de la pantalla Pro de playtest","playtest.sample.title":"Estás viendo una vista previa de la pantalla de playtest disponible después de actualizar a Pro.","playtest.sample.message":"Esta vista previa usa datos de ejemplo. El control de playtest en vivo, la gestión del historial y los reportes reales se desbloquean con Pro.","playtest.sample.clearDisabled":"Actualiza a Pro para borrar el historial real de playtest.","playtest.sample.place":"Vista previa de Arena","playtest.sample.history.name":"Prueba de humo de Arena de ejemplo","playtest.sample.context.why":"Entrar a la arena, sobrevivir a la apertura y verificar que el HUD responda de inmediato.","playtest.sample.context.expected":"El jugador aparece de forma segura, la cuenta regresiva del HUD aparece en un segundo y la primera ola inicia sin errores.","playtest.sample.context.observed":"La protección de aparición funcionó, el HUD se actualizó a tiempo y la primera ola terminó sin regresiones.","playtest.sample.report.markdown":`# Prueba de humo de Arena de ejemplo
90
+
91
+ - Flujo de aparición: PASS
92
+ - Cuenta regresiva del HUD: PASS
93
+ - Inicio de la ola: PASS
94
+
95
+ Esta es una vista de muestra. Actualiza a Pro para ejecutar playtests reales y guardar reportes reales.`,"playtest.sample.report.logs":`[sample] iniciar vista previa de playtest
96
+ [sample] protección de aparición activa
97
+ [sample] cuenta regresiva del hud renderizada
98
+ [sample] primera ola completada
99
+ [sample] reporte de muestra finalizado`,"sidebar.whatsNew":"Novedades","header.whatsNew":"Novedades","header.whatsNew.tooltip":"Novedades","whatsNew.pageTitle":"Novedades","whatsNew.pageSubtitle":"Mantente al día con los cambios de MCP","whatsNew.unreadSection":"Sin leer","whatsNew.allSection":"Todos los anuncios","whatsNew.empty":"Aún no hay anuncios","whatsNew.newBadge":"NUEVO","whatsNew.category.release":"Versión","whatsNew.category.notice":"Aviso","whatsNew.category.deprecation":"Obsoleto","whatsNew.category.tip":"Consejo"},xm={"sidebar.overview":"Visão Geral","sidebar.changelog":"Histórico","sidebar.connection":"Conexão","sidebar.sync":"Sincronização","sidebar.playtest":"Teste","sidebar.tools":"Ferramentas","sidebar.settings":"Configurações","header.currentProject":"Projeto atual","header.unknownProject":"Projeto desconhecido","header.projectRoot.label":"Project Root","header.currentProject.loading":"Carregando raiz do projeto...","header.currentProject.unavailable":"Raiz do projeto indisponível","header.placeNotConnected":"Place não conectado","header.currentProject.tooltip":"Pasta do projeto atualmente selecionada.","header.currentProject.loading.tooltip":"As informações da raiz do projeto ainda estão carregando.","header.currentProject.unavailable.tooltip":"As informações atuais da raiz do projeto estão indisponíveis.","header.currentProjectSyncRoot.label":"Sync Root","header.currentProjectSyncRoot.loading":"Carregando sync root...","header.currentProjectSyncRoot.unavailable":"Sync root indisponível","header.currentProjectSyncRoot.tooltip":"Pasta sync root atual do projeto selecionado.","header.currentProjectSyncRoot.loading.tooltip":"As informações de sync root ainda estão carregando.","header.currentProjectSyncRoot.unavailable.tooltip":"As informações atuais de sync root estão indisponíveis.","header.testFiles.label":"Test Files","header.testFiles.unavailable":"O caminho dos arquivos de teste está indisponível.","header.testFiles.tooltip":"Diretório atual dos arquivos de playtest para o place selecionado.","header.places.title":"Places","header.places.active":"Active","header.places.inactive":"Inactive","header.places.pluginRequired":"Conexão do plugin necessária","header.places.liveRequired":"A conexão do plugin é necessária para ver o place ativo em tempo real.","header.place.tooltip":"Place do Roblox conectado.","header.placeNotConnected.tooltip":"Place não conectado","header.changeProjectRoot":"Alterar raiz do projeto","header.changeProjectRoot.ariaLabel":"Alterar raiz do projeto","header.changeProjectRoot.tooltip":"Altere a raiz atual do projeto.","header.changeProjectRoot.disabledTooltip.l0":"A conexão com o servidor MCP é necessária primeiro para alterar a raiz do projeto.","header.changeProjectRoot.disabledTooltip.loading":"As informações da raiz do projeto ainda estão carregando.","header.changeProjectRoot.disabledTooltip.unavailable":"As informações atuais da raiz do projeto estão indisponíveis.","header.projectRootModal.initial.title":"Alterar raiz do projeto","header.projectRootModal.initial.body.connected":"Depois que você escolher uma pasta de projeto, o MCP mudará para a nova raiz do projeto e o conteúdo atual do Studio será totalmente resincronizado para o novo destino <selected project folder>/weppy-project-sync.","header.projectRootModal.initial.body.disconnected":"Depois que você escolher uma pasta de projeto, o MCP mudará para a nova raiz do projeto e usará <selected project folder>/weppy-project-sync como o próximo destino de sync.","header.projectRootModal.initial.nextSyncRoot":"Novo destino de sync após a seleção","header.projectRootModal.initial.nextSyncRoot.placeholder":"<selected project folder>/weppy-project-sync","header.projectRootModal.initial.warningStop":"O sync atual é interrompido imediatamente.","header.projectRootModal.initial.warningFreshSync":"O conteúdo atual do Studio será usado para criar um fresh full sync no novo destino.","header.projectRootModal.initial.warningNoMove":"Pastas de sync antigas não são movidas automaticamente.","header.projectRootModal.initial.warningDeferredSync":"Se o Studio não estiver conectado, o full resync começará na próxima conexão do plugin.","header.projectRootModal.confirm.title":"Confirmar nova raiz do projeto","header.projectRootModal.confirm.body":"Revise a pasta selecionada antes de aplicar a mudança.","header.projectRootModal.confirm.projectRoot":"Pasta de projeto selecionada","header.projectRootModal.confirm.syncRoot":"Novo destino do sync","header.projectRootModal.confirm.warningNoMove":"Pastas de sync existentes não são movidas automaticamente.","header.projectRootModal.pick":"Escolher pasta","header.projectRootModal.apply":"Aplicar alteração","header.projectRootModal.cancel":"Cancelar","header.projectRootModal.error":"Não foi possível alterar a raiz do projeto.","sidebar.gate.l1":"É necessária conexão com o servidor MCP.","sidebar.gate.l2":"É necessária conexão com o plugin do Roblox Studio.","status.online":"Online","status.offline":"Offline","status.idle":"Ocioso","status.syncing":"Sincronizando","status.error":"Erro","status.initializing":"Inicializando","level.l0.title":"Servidor desconectado","level.l0.message":"O WEPPY Dashboard está aberto mas o servidor MCP parou ou não está respondendo.","level.l1.title":"Servidor conectado","level.l1.hint":"Verifique: O Roblox Studio está aberto? O plugin está instalado?","level.l2.ok":"Studio conectado","tier.basic":"Basic","tier.basic.tooltip":"Tier Basic com o conjunto padrão de recursos do WEPPY Dashboard.","tier.pro":"Pro","tier.pro.tooltip":"Tier Pro com o conjunto completo de recursos do WEPPY Dashboard.","tier.mixed":"Misto","tier.upgrade":"Atualizar para Pro","tier.compare":"Basic vs Pro","tier.banner.save":"Economize tokens de IA com Pro!","tier.comparison.comingSoon":"Comparação Basic vs Pro — em breve","tier.comparison.close":"Fechar","tier.comparison.detailTitle":"Catálogo detalhado de ferramentas","tier.comparison.description":"Descrição","tier.comparison.basic.core":"Fluxo MCP básico","tier.comparison.basic.core.item1":"Criar/editar scripts","tier.comparison.basic.core.item2":"Gerenciamento de instâncias","tier.comparison.basic.core.item3":"Controle de propriedades","tier.comparison.basic.core.item4":"Seleção e busca","tier.comparison.basic.core.item5":"Gerenciamento de tags","tier.comparison.basic.core.item6":"Controle de câmera","tier.comparison.basic.core.item7":"Monitoramento de logs","tier.comparison.basic.sync":"Sincronização (Basic)","tier.comparison.basic.sync.item1":"Sincronização unidirecional do Studio para local","tier.comparison.basic.sync.item2":"Aplicação manual como padrão","tier.comparison.pro.all":"Tudo do Basic, mais","tier.comparison.pro.sync":"Fluxo de sincronização avançado","tier.comparison.pro.sync.item1":"Direção de sincronização por tipo","tier.comparison.pro.sync.item2":"Modo de aplicação por tipo","tier.comparison.pro.sync.item3":"Sincronização bidirecional e reversa","tier.comparison.pro.sync.item4":"Sincronização completa, ressincronização e envio ao Studio","tier.comparison.pro.sync.item5":"Sincronização multi-lugar","tier.comparison.pro.playtest":"Controle de playtest","tier.comparison.pro.playtest.item1":"Reproduzir, parar, pausar e retomar","tier.comparison.pro.playtest.item2":"Inspeção do estado de playtest","tier.comparison.pro.playtest.item3":"Execução de testes automatizados","tier.comparison.pro.creation":"Fluxo de criação avançado","tier.comparison.pro.creation.item1":"Operações em massa","tier.comparison.pro.creation.item2":"Geração de terreno","tier.comparison.pro.creation.item3":"Busca e inserção de assets","tier.comparison.pro.creation.item4":"Raycast e análise espacial","tier.comparison.pro.creation.item5":"Controle de ambiente","tier.comparison.discount.label":"🎁 Insira este código no checkout do Gumroad para receber um desconto:","tier.comparison.discount.code":"WEPPY-MCP","tier.comparison.discount.expiry":"Válido até 30 de abril","tier.promo.discount.hint":"🎁 Use o código WEPPY-MCP no Gumroad · Válido até 30 de abril","tier.promo.discount.context":"🎁 Insira no Gumroad ao pagar:","tier.tool.query_instances.desc":"Consulta de instâncias, exploração de filhos/descendentes, info de classe, busca por nome e classe. Pro: árvore de arquivos, estrutura do projeto, busca por propriedade e tag.","tier.tool.mutate_instances.desc":"Criar, excluir, clonar, mover, renomear e pivotar instâncias. Pro: criação de árvores, criação/exclusão/duplicação em massa.","tier.tool.manage_properties.desc":"Consultar e definir propriedades, atributos e tags. Pro: valores calculados e relativos, consulta/definição em massa, modificação em massa de filhos.","tier.tool.manage_scripts.desc":"Ler, escrever, criar, excluir, editar linhas e buscar em scripts. Pro: substituição em massa entre scripts.","tier.tool.manage_lighting.desc":"Somente Pro. Configuração de iluminação, atmosfera, céu, propriedades do terreno e hora do dia.","tier.tool.manage_selection.desc":"Consultar, definir e limpar seleção. Pro: contexto, detalhes, adicionar/remover itens, monitorar mudanças.","tier.tool.manage_camera.desc":"Info da câmera, focar por caminho ou coordenadas, visualização sugerida.","tier.tool.manage_tween.desc":"Somente Pro. Criar, reproduzir, pausar e cancelar tweens para animações suaves.","tier.tool.manage_audio.desc":"Somente Pro. Reproduzir, parar, pausar e retomar sons. Configurar listener de áudio.","tier.tool.manage_animation.desc":"Somente Pro. Carregar, reproduzir e parar animações. Consultar tracks de humanoide/controlador.","tier.tool.manage_physics.desc":"Somente Pro. Registrar grupos de colisão, configurar colisão entre grupos, listar grupos.","tier.tool.manage_effects.desc":"Somente Pro. Emitir partículas, limpar todas, alternar ativação de efeitos.","tier.tool.manage_terrain.desc":"Somente Pro. Preencher formas, limpar regiões, substituir materiais, gerenciar cores, ler/escrever voxels, geração procedural, suavização.","tier.tool.spatial_query.desc":"Somente Pro. Raycast, encontrar chão, verificar posicionamento, varredura de área, encontrar áreas planas e pontos de spawn, análise de caminhabilidade, mapa espacial, detecção de colisão.","tier.tool.manage_assets.desc":"Somente Pro. Inserir modelos, consultar info de assets, buscar na loja de criadores, inserir modelos/pacotes gratuitos, exportar.","tier.tool.manage_sync.desc":"Somente Pro. Estado de sincronização, configuração, histórico, direção, leitura/escrita de arquivos sincronizados.","tier.tool.workspace_state.desc":"Somente Pro. Sincronização completa, snapshot, mudanças recentes, info de viewport, metadados, gerenciamento de cache.","tier.tool.manage_logs.desc":"Consulta filtrada de logs, sondagem incremental, limpar buffer, consulta de erros recentes.","tier.tool.system_info.desc":"Estado de conexão, verificação de tier. Pro: info do lugar, lista de serviços, configurações do Studio, controle de playtest, testes automáticos.","tier.tool.batch_execute.desc":"Somente Pro. Executar múltiplos comandos em lote. Processamento sequencial com opção de continuar em caso de erro.","tier.tool.execute_luau.desc":"Somente Pro. Executar código Luau arbitrário no sandbox do Roblox Studio.","connection.server.title":"Status do servidor","connection.server.version":"Versão","connection.server.version.tooltip":"Versão instalada do servidor MCP.","connection.server.pid":"PID","connection.server.pid.tooltip":"Identificador de processo do sistema operacional.","connection.server.uptime":"Tempo ativo","connection.server.uptime.tooltip":"Tempo decorrido desde que o servidor MCP foi iniciado.","connection.server.session":"Sessão","connection.server.session.tooltip":"Identificador da sessão MCP atual.","connection.server.exec":"Executável","connection.server.exec.tooltip":"Caminho do executável usado para iniciar o servidor MCP.","connection.reconnect":"Reconectar","connection.checkSettings":"Verificar configurações","connection.agents.title":"Agentes IA","connection.agents.name":"Agente","connection.agents.cwd":"Diretório","connection.agents.cwd.tooltip":"Diretório de trabalho atual do agente de IA conectado.","connection.agents.projectRoot":"Raiz do Projeto","connection.agents.projectRoot.tooltip":"Caminho do projeto autoritativo para propriedade de sincronização","connection.agents.projectRoot.unresolved":"Não resolvido","connection.agents.connected":"Conectado","connection.agents.unknown":"Desconhecido","connection.agents.none":"Nenhum agente conectado","connection.plugins.title":"Plugins","connection.plugins.place":"Place","connection.plugins.clientId":"ID do cliente","connection.plugins.clientId.tooltip":"Identificador único do cliente do plugin para esta conexão do Studio.","connection.plugins.lastSeen":"Última vez","connection.plugins.lastSeen.tooltip":"Heartbeat mais recente recebido do plugin.","connection.plugins.version":"Ver","connection.plugins.version.tooltip":"Versão instalada do plugin reportada pelo Studio.","connection.plugins.none":"Nenhum plugin conectado","connection.log.title":"Log de conexão","connection.log.empty":"Nenhum evento","connection.time.secondsAgo":"s atrás","connection.time.minutesAgo":"min atrás","connection.time.hoursAgo":"h atrás","common.loading":"Carregando...","common.retry":"Tentar novamente","common.reconnecting":"Reconectando...","common.expand":"Expandir","common.collapse":"Recolher","tools.tab.history":"Histórico","tools.tab.statistics":"Estatísticas","tools.tab.failures":"Falhas","tools.col.time":"Hora","tools.col.time.tooltip":"Momento em que a execução da ferramenta foi registrada.","tools.col.toolAction":"Ferramenta.Ação","tools.col.toolAction.tooltip":"Nome da ferramenta e ação executada.","tools.col.duration":"Duração","tools.col.duration.tooltip":"Quanto tempo a ferramenta levou para terminar.","tools.col.status":"Status","tools.col.status.tooltip":"Resultado da execução registrada da ferramenta.","tools.col.tier":"Nível","tools.col.tier.tooltip":"Nível de licença exigido para a ferramenta ou ação.","tools.col.tierStats.tooltip":"Resumo Basic, Pro ou Mixed para esta linha de estatísticas da ferramenta.","tools.col.tool":"Ferramenta","tools.col.tool.tooltip":"Nome da ferramenta consolidada na tabela de estatísticas.","tools.col.calls":"Chamadas","tools.col.calls.tooltip":"Número total de chamadas registradas para esta ferramenta.","tools.col.ok":"OK","tools.col.ok.tooltip":"Número de execuções bem-sucedidas diretas.","tools.col.fallback":"FALLBACK","tools.col.fallback.tooltip":"Número de execuções que tiveram sucesso por fallback.","tools.col.unsupported":"UNSUPPORTED","tools.col.unsupported.tooltip":"Número de execuções bloqueadas sem fallback.","tools.col.err":"FALHOU","tools.col.err.tooltip":"Número de execuções que terminaram em falha.","tools.col.okRate":"% Sucesso","tools.col.okRate.tooltip":"Percentual de chamadas que terminaram com sucesso.","tools.col.avgTime":"Tempo médio","tools.col.avgTime.tooltip":"Tempo médio de execução entre as chamadas registradas.","tools.col.error":"Erro","tools.filter.tool":"Ferramenta","tools.filter.all":"Todos","tools.badge.pro":"PRO","tools.badge.pro.tooltip":"Esta entrada usou uma ferramenta ou ação exclusiva do Pro.","tools.badge.fallback":"FALLBACK","tools.badge.fallback.tooltip":"A ação Pro solicitada teve sucesso por meio de um fallback Basic.","tools.badge.unsupported":"UNSUPPORTED","tools.badge.unsupported.tooltip":"A ação Pro solicitada foi bloqueada e nenhum fallback foi executado.","tools.badge.err":"FALHOU","tools.badge.err.tooltip":"A execução da ferramenta falhou.","tools.status.ok":"OK","tools.status.ok.tooltip":"A execução da ferramenta terminou com sucesso.","tools.tier.mixed.tooltip":"Esta ferramenta inclui ações Basic e Pro.","tools.detail.params":"Parâmetros","tools.detail.params.tooltip":"Parâmetros de entrada enviados nesta execução da ferramenta.","tools.detail.result":"Resultado","tools.detail.result.tooltip":"Payload de resultado retornado por esta execução da ferramenta.","tools.detail.requestedCommand":"Comando solicitado","tools.detail.executedCommand":"Comando executado","tools.detail.alternatives":"Alternativas","tools.detail.blockedMessage":"Motivo do bloqueio","tools.detail.noFallback":"Sem fallback","tools.detail.noFallback.value":"Nenhum fallback foi executado.","tools.detail.errorMessage":"Mensagem de erro","tools.clear.history.title":"Limpar histórico?","tools.clear.history.message":"Isso remove permanentemente o histórico de ferramentas do place atual.","tools.clear.statistics.title":"Limpar estatísticas?","tools.clear.statistics.message":"Isso redefine permanentemente as estatísticas de ferramentas do place atual.","tools.detail.error":"Erro","tools.page.prev":"Anterior","tools.page.prev.tooltip":"Ir para a página anterior do histórico de ferramentas.","tools.page.next":"Próximo","tools.page.next.tooltip":"Ir para a próxima página do histórico de ferramentas.","tools.empty.history":"Nenhuma entrada no histórico","tools.empty.stats":"Sem estatísticas","tools.empty.failures":"Sem falhas","tools.summary.total":"Total","tools.summary.calls":"chamadas","tools.summary.sessions":"Sessões","settings.license.title":"Licença","settings.license.title.tooltip":"Status atual da licença e nível de assinatura.","settings.license.status":"Status","settings.license.status.tooltip":"Estado atual de ativação da licença.","settings.license.tier":"Nível","settings.license.tier.tooltip":"Nível de assinatura atual para os recursos disponíveis do WEPPY Dashboard.","settings.license.key":"Chave","settings.license.key.tooltip":"Chave de licença mascarada atualmente carregada pelo servidor.","settings.license.keyValue.tooltip":"Chave de licença mascarada atualmente carregada pelo servidor.","settings.license.provider":"Provedor","settings.license.provider.tooltip":"Provedor de licença usado para validar esta chave.","settings.license.providerValue.tooltip":"Provedor de licença usado para validar esta chave.","settings.license.active":"Ativa","settings.license.active.tooltip":"Estado atual de ativação da licença.","settings.license.status.activeCancelPending.tooltip":"O cancelamento está pendente, mas o acesso Pro permanece ativo até o fim do ciclo de cobrança atual.","settings.license.inactive":"Inativa","settings.license.inactive.tooltip":"Estado atual de ativação da licença.","settings.license.expired":"Expirada","settings.license.expired.tooltip":"Estado atual de ativação da licença.","settings.license.unavailable":"Informações de licença indisponíveis","settings.license.detail.cancelPending":"O cancelamento foi agendado. O acesso Pro permanece ativo até o fim do ciclo de cobrança atual.","settings.license.reset":"Redefinir licença","settings.readOnly":"Somente leitura","settings.readOnly.tooltip":"Esta seção mostra valores que não podem ser editados pelo WEPPY Dashboard.","settings.unavailable":"Configurações indisponíveis","settings.general.title":"Configurações gerais","settings.general.title.tooltip":"Configurações quentes que são aplicadas imediatamente ao mudar.","settings.general.liveApply":"Aplicar ao vivo","settings.general.liveApply.tooltip":"As mudanças nesta seção são aplicadas imediatamente sem um botão separado de salvar.","settings.general.applied":"Aplicado","settings.general.logLevel":"Nível de log","settings.general.logLevel.tooltip":"Define quanto detalhe o WEPPY Dashboard escreve nos logs.","settings.general.localHistory":"Registro de histórico","settings.general.localHistory.tooltip":"Armazena o histórico local de execução de ferramentas para as telas de histórico do WEPPY Dashboard.","settings.general.localStatistics":"Coleta de estatísticas","settings.general.localStatistics.tooltip":"Agrega estatísticas locais de uso para os relatórios do WEPPY Dashboard.","settings.general.contextCapture":"Context Capture","settings.general.contextCapture.tooltip":"When enabled, the WEPPY Dashboard records structured execution context for changelog and playtest views.","settings.general.requestTimeout":"Tempo limite","settings.general.requestTimeout.tooltip":"Tempo máximo que o WEPPY Dashboard espera uma solicitação antes de falhar.","settings.general.requestTimeout.unit":"ms","settings.general.requestTimeout.unit.tooltip":"O tempo limite da solicitação é medido em milissegundos.","settings.cold.title":"Ambiente do servidor","settings.cold.title.tooltip":"Valores de ambiente do servidor somente leitura carregados na inicialização.","settings.cold.httpPort.tooltip":"Número da porta usada pelo servidor HTTP do WEPPY Dashboard MCP.","settings.cold.httpHost.tooltip":"Interface de host à qual o servidor HTTP do WEPPY Dashboard MCP se vincula.","settings.cold.dashboardAutoOpen.tooltip":"Controla se o WEPPY Dashboard abre automaticamente no navegador quando o servidor inicia.","settings.cold.dashboardAutoOpen.value.tooltip":"Comportamento atual de inicialização para abrir o WEPPY Dashboard no navegador.","settings.cold.hint":"Configure via variáveis de ambiente.","settings.language.title":"Idioma","settings.language.title.tooltip":"Escolha como o texto da interface do WEPPY Dashboard é localizado.","settings.language.dashboard":"Idioma do WEPPY Dashboard","settings.language.dashboard.tooltip":"Substitui o idioma do WEPPY Dashboard ou segue o idioma do sistema quando definido como Automático.","settings.language.auto":"Automático","overview.l0.title":"Servidor MCP desconectado","overview.l0.message":"O servidor MCP não está respondendo. O WEPPY Dashboard tentará reconectar automaticamente.","overview.l0.step1":"Verifique se o processo do servidor MCP está em execução","overview.l0.step2":"Reinicie o comando do servidor MCP se necessário","overview.l0.reconnecting":"Reconectando automaticamente a cada 3s...","overview.l0.reconnectBtn":"Reconectar","overview.l0.settingsBtn":"Verificar configurações","overview.l1.pluginGuide":"O plugin do Roblox Studio não está conectado","overview.l1.check1":"O Roblox Studio está aberto?","overview.l1.check2":"O WEPPY Plugin está instalado?","overview.l1.feedHint":"As alterações aparecerão aqui quando o plugin se conectar","overview.metric.server":"Servidor","overview.metric.server.tooltip":"Status de execução e processo do servidor MCP.","overview.metric.plugin":"Plugin","overview.metric.plugin.tooltip":"Status de conexão e versão do plugin do Roblox Studio.","overview.metric.agent":"Agente","overview.metric.agent.tooltip":"Agentes de IA conectados e seu estado atual.","overview.metric.agent.instancesUnit":"instâncias","overview.metric.sync":"Sincronização","overview.metric.sync.tooltip":"Atividade atual de sincronização entre Studio e arquivos locais.","overview.metric.noAgent":"Sem agente","overview.meta.version":"Versão","overview.meta.version.tooltip":"Versão instalada do servidor MCP.","overview.meta.session":"Sessão","overview.meta.session.tooltip":"Identificador da sessão MCP atual.","overview.meta.pid":"PID","overview.meta.pid.tooltip":"Identificador de processo do sistema operacional.","overview.meta.uptime":"Tempo ativo","overview.meta.uptime.tooltip":"Tempo decorrido desde que o servidor MCP foi iniciado.","overview.feed.title":"Alterações recentes do jogo","overview.feed.empty":"Sem alterações recentes","overview.changelog.title":"Resumo de alterações da sessão","overview.changelog.entries":"Total","overview.changelog.scripts":"scripts","overview.changelog.instances":"instâncias","overview.changelog.properties":"propriedades","overview.changelog.assets":"assets","overview.tier.title":"Uso por nível","changelog.subtitle":"Histórico de alterações do jogo","changelog.filter.all":"Todos","changelog.filter.active":"Ativo","changelog.filter.completed":"Concluído","changelog.empty":"Nenhuma entrada no histórico","changelog.basic.limit.title":"A prévia Basic mostra apenas as 3 sessões mais recentes","changelog.basic.limit.body":"Faça upgrade para Pro para navegar pela linha do tempo completa do changelog deste place.","changelog.basic.metricLabel":"Changelog visível / Total","changelog.basic.visible":"visíveis","changelog.basic.total":"total","changelog.card.active":"Ativo","changelog.card.active.tooltip":"Esta sessão ainda está recebendo novas alterações do jogo.","changelog.card.completed":"Concluído","changelog.card.completed.tooltip":"Esta sessão terminou e não deve receber mais alterações.","changelog.card.bootstrapStatus":"Inicialização","changelog.card.bootstrapStatus.tooltip":"Esta sessão contém apenas o snapshot inicial de bootstrap da sincronização.","changelog.card.inProgress":"em andamento","changelog.card.noChanges":"Sem alterações ainda","changelog.card.noChanges.tooltip":"Ainda não foram extraídas alterações do jogo para esta sessão.","changelog.card.bootstrapSummary":"Snapshot de sincronização inicial","changelog.card.bootstrapSummary.tooltip":"As gravações da sincronização inicial de arquivos são condensadas em uma única linha de snapshot bootstrap.","changelog.card.sessionIntent":"Session intent","changelog.card.scripts":"scripts","changelog.card.scripts.tooltip":"Alterações de script feitas nesta sessão.","changelog.card.instances":"instâncias","changelog.card.instances.tooltip":"Alterações de criação, exclusão, movimentação ou clonagem de instâncias nesta sessão.","changelog.card.modified":"modificado","changelog.card.created":"criado","changelog.card.deleted":"excluído","changelog.card.moved":"movido","changelog.card.propertiesChanged":"propriedades alteradas","changelog.card.propertiesChanged.tooltip":"Alterações de valores de propriedades registradas para esta sessão.","changelog.card.lightingConfigured":"Iluminação configurada","changelog.card.lightingConfigured.tooltip":"A iluminação ou a atmosfera foram alteradas nesta sessão.","changelog.card.terrainConfigured":"Terreno configurado","changelog.card.terrainConfigured.tooltip":"Os dados ou as configurações de terreno foram alterados nesta sessão.","changelog.card.assetsInserted":"assets inseridos","changelog.card.assetsInserted.tooltip":"Assets inseridos no place durante esta sessão.","changelog.category.script":"Scripts","changelog.category.instance":"Instâncias","changelog.category.property":"Propriedades","changelog.category.lighting":"Iluminação","changelog.category.terrain":"Terreno","changelog.category.asset":"Assets","changelog.detail.changeSummary":"Resumo de alterações","changelog.detail.changeSummary.tooltip":"Contagem de alterações do jogo extraídas e agrupadas por categoria nesta sessão.","changelog.detail.changeTimeline":"Linha do tempo","changelog.detail.changeTimeline.tooltip":"Lista cronológica das alterações do jogo extraídas para esta sessão.","changelog.detail.context.title":"Context Summary","changelog.detail.context.tooltip":"Structured execution context captured for this changelog session.","changelog.detail.verification.title":"Verification","changelog.detail.verification.tooltip":"Verification signals linked to this changelog session.","changelog.detail.verification.label":"Result","changelog.detail.verification.status":"Status","changelog.detail.verification.timestamp":"Recorded at","changelog.detail.beforeAfter":"Antes e depois","changelog.detail.filterCategory":"Categoria","changelog.detail.filterCategory.tooltip":"Filtra a linha do tempo para uma única categoria de alteração.","changelog.detail.confidence.exact":"Exato","changelog.detail.confidence.exact.tooltip":"Os estados antes e depois desta alteração foram confirmados.","changelog.detail.confidence.partial":"Parcial","changelog.detail.confidence.partial.tooltip":"Apenas parte dos estados antes e depois desta alteração pôde ser confirmada.","changelog.detail.confidence.afterOnly":"Somente depois","changelog.detail.confidence.afterOnly.tooltip":"Apenas o estado resultante após a alteração pôde ser confirmado.","changelog.detail.confidence.intentOnly":"Somente intenção","changelog.detail.confidence.intentOnly.tooltip":"Apenas a ação solicitada foi registrada, não o estado resultante.","changelog.detail.confidence.unknown":"Desconhecido","changelog.detail.confidence.unknown.tooltip":"Não foi possível classificar esta alteração com confiança a partir dos dados disponíveis.","changelog.detail.noChanges":"Sem alterações nesta categoria","changelog.detail.backToList":"Voltar à lista","changelog.diff.empty":"Sem diferenças disponíveis","changelog.diff.unified":"Unificado","changelog.diff.sideBySide":"Lado a lado","changelog.diff.before":"Antes","changelog.diff.after":"Depois","sync.overlay.title":"Plugin do Roblox Studio necessário","sync.overlay.message":"O status de sincronização estará disponível quando o plugin do Roblox Studio se conectar.","sync.overlay.check1":"O Roblox Studio está aberto?","sync.overlay.check2":"O WEPPY Plugin está instalado?","sync.status.title":"Status de sincronização","sync.status.title.tooltip":"Status atual de sincronização entre o Studio e os arquivos locais deste place.","sync.status.forwardOnly":"Somente avanço","sync.status.forwardOnly.tooltip":"O tier Basic permite apenas sincronização direta do Studio para o local.","sync.status.place":"Place","sync.status.place.tooltip":"Nome e ID do place do Roblox atualmente conectado.","sync.status.path":"Caminho","sync.status.path.tooltip":"Raiz do sistema de arquivos local usada atualmente para a saída de sincronização.","sync.status.instances":"Instâncias","sync.status.instances.tooltip":"Total de instâncias do Roblox sincronizadas no espelho local.","sync.status.scripts":"Scripts","sync.status.scripts.tooltip":"Total de arquivos de script atualmente indexados para este place.","sync.status.state":"Estado","sync.status.state.tooltip":"Estado atual de execução da sincronização informado pelo servidor.","sync.directions.title":"Direções de sincronização","sync.directions.title.tooltip":"Direção e modo de aplicação por categoria entre Local e Studio.","sync.directions.type":"Tipo","sync.directions.type.tooltip":"Categoria de sincronização afetada por esta regra.","sync.directions.direction":"Direção","sync.directions.direction.tooltip":"Indica se cada categoria sincroniza do Studio, para o Studio ou nos dois sentidos.","sync.directions.applyMode":"Modo de aplicação","sync.directions.applyMode.tooltip":"Como as mudanças de sincronização recebidas são aplicadas nesta categoria.","sync.directions.cat.scripts":"Scripts","sync.directions.cat.values":"Valores","sync.directions.cat.containers":"Contêineres","sync.directions.cat.data":"Dados","sync.directions.cat.services":"Serviços","sync.directions.endpoint.local":"Local","sync.directions.endpoint.local.tooltip":"Os arquivos locais em disco sempre aparecem no lado esquerdo da régua de direção.","sync.directions.endpoint.studio":"Studio","sync.directions.endpoint.studio.tooltip":"O Roblox Studio sempre aparece no lado direito da régua de direção.","sync.directions.mode.manual":"Manual","sync.directions.mode.manual.tooltip":"Aplica as mudanças de sincronização apenas quando você dispara manualmente.","sync.directions.mode.auto":"Auto","sync.directions.mode.auto.tooltip":"Aplica as mudanças de sincronização automaticamente quando chegam atualizações.","sync.directions.tooltip.forward.body":"As mudanças do Studio sincronizam apenas para os arquivos locais","sync.directions.tooltip.bidirectional.body":"Sincronização de mão dupla entre Local e Studio","sync.directions.tooltip.reverse.body":"Envia mudanças dos arquivos locais para o Studio","sync.directions.tooltip.proRequired":"Pro é necessário no tier Basic","sync.directions.dir.forward":"adiante","sync.directions.dir.bidirectional":"bidirecional","sync.directions.dir.reverse":"reverso","sync.log.title":"Log de sincronização","sync.log.empty":"Sem eventos de sincronização","sync.log.type.write":"ESCREVER","sync.log.type.write.tooltip":"Uma nova saída de sincronização foi gravada no disco.","sync.log.type.update":"ATUALIZAR","sync.log.type.update.tooltip":"Um arquivo ou uma instância já sincronizada foi atualizada.","sync.log.type.delete":"EXCLUIR","sync.log.type.delete.tooltip":"Um arquivo ou uma instância sincronizada foi removida.","sync.log.type.idle":"OCIOSO","sync.log.type.idle.tooltip":"Um evento de sincronização foi registrado sem alterar arquivos.","sync.upgrade.title":"Desbloqueie sincronização completa com Pro","sync.upgrade.benefit1":"Sincronização bidirecional — edite arquivos, aplicação automática no Studio","sync.upgrade.benefit2":"Sincronização reversa — envie alterações de arquivos para o Studio","sync.upgrade.benefit3":"Histórico completo de sincronização e registro detalhado de alterações","sync.upgrade.buy":"Atualizar para Pro","playtest.status.title":"Status de teste","playtest.status.title.tooltip":"Estado atual da sessão de playtest do Roblox informado pelo Studio.","playtest.status.mode":"Modo","playtest.status.mode.tooltip":"Modo de inicialização do playtest do Studio para a sessão atual.","playtest.status.mode.value.tooltip":"Modo específico de playtest do Roblox Studio atualmente em uso.","playtest.status.mode.play":"Jogar","playtest.status.mode.run":"Executar","playtest.status.mode.server":"Servidor","playtest.status.mode.edit":"Editar","playtest.status.place.tooltip":"Place do Roblox atualmente associado a esta sessão de playtest.","playtest.status.state.running":"Executando","playtest.status.state.running.tooltip":"Uma sessão de playtest do Roblox está em execução no momento.","playtest.status.state.paused":"Pausado","playtest.status.state.paused.tooltip":"A sessão atual de playtest do Roblox está pausada.","playtest.status.state.notRunning":"Não está em execução","playtest.status.state.notRunning.tooltip":"Nenhuma sessão de playtest do Roblox está em execução no momento.","playtest.control.play":"Jogar","playtest.control.pause":"Pausar","playtest.control.resume":"Retomar","playtest.control.stop":"Parar","playtest.history.title":"Histórico de testes","playtest.history.title.tooltip":"Execuções automatizadas de playtest registradas para este projeto.","playtest.history.empty":"Sem resultados de teste","playtest.history.mode":"Modo","playtest.history.mode.tooltip":"Modo de playtest usado nesta execução de teste registrada.","playtest.history.status.passed":"Aprovado","playtest.history.status.failed":"Falhou","playtest.history.status.running":"Executando","playtest.history.status.unknown":"Desconhecido","playtest.history.status.tooltip":"Estado de resultado registrado para esta execução automatizada de playtest.","playtest.empty.title":"Sem resultados de teste ainda","playtest.empty.message":"Os resultados aparecerão aqui quando o agente IA executar testes automatizados via system_info.run_test.","playtest.empty.message.before":"Os resultados aparecerão aqui quando o agente IA executar testes automatizados por meio de","playtest.empty.message.after":".","playtest.empty.runTest.tooltip":"Ponto de automação do WEPPY Dashboard que executa verificações de playtest do Roblox por meio da ferramenta system_info.","playtest.report.title":"Relatório selecionado","playtest.report.title.tooltip":"Saída detalhada da execução automatizada de playtest atualmente selecionada.","playtest.report.content":"Relatório","playtest.report.content.tooltip":"Resumo em Markdown da execução automatizada de playtest selecionada.","playtest.report.logs":"Logs","playtest.report.logs.tooltip":"Logs de execução capturados para a execução automatizada de playtest selecionada.","playtest.context.contextId":"Context ID","playtest.context.why":"Why this test ran","playtest.context.expected":"Expected","playtest.context.observed":"Observed","playtest.report.empty":"Sem conteúdo de relatório","playtest.basic.icon":"🎮","playtest.basic.title":"Playtest é uma função exclusiva do Pro","playtest.basic.desc":"Controle os testes pelo WEPPY Dashboard, execute testes automatizados e visualize relatórios detalhados.","playtest.basic.benefit1":"Controles de jogar/pausar/parar com um clique","playtest.basic.benefit2":"Execução de testes automatizados via agente IA","playtest.basic.benefit3":"Histórico de testes com rastreamento de sucesso/falha","playtest.basic.benefit4":"Relatórios de teste detalhados em markdown","playtest.sample.badge":"Prévia da tela de playtest Pro","playtest.sample.title":"Você está vendo uma prévia da tela de playtest disponível após o upgrade para Pro.","playtest.sample.message":"Esta prévia usa dados de exemplo. Controle de playtest ao vivo, gerenciamento de histórico e relatórios reais são liberados com Pro.","playtest.sample.clearDisabled":"Faça upgrade para Pro para limpar o histórico real de playtest.","playtest.sample.place":"Prévia da Arena","playtest.sample.history.name":"Teste de fumaça da Arena de exemplo","playtest.sample.context.why":"Entrar na arena, sobreviver à abertura e verificar se o HUD responde imediatamente.","playtest.sample.context.expected":"O jogador surge com segurança, a contagem regressiva do HUD aparece em um segundo e a primeira onda começa sem erros.","playtest.sample.context.observed":"A proteção de spawn funcionou, o HUD atualizou no tempo certo e a primeira onda terminou sem regressões.","playtest.sample.report.markdown":`# Teste de fumaça da Arena de exemplo
100
+
101
+ - Fluxo de spawn: PASS
102
+ - Contagem do HUD: PASS
103
+ - Início da onda: PASS
104
+
105
+ Isto é uma prévia de amostra. Faça upgrade para Pro para executar playtests ao vivo e salvar relatórios reais.`,"playtest.sample.report.logs":`[sample] iniciar prévia de playtest
106
+ [sample] proteção de spawn ativa
107
+ [sample] contagem do hud renderizada
108
+ [sample] primeira onda concluída
109
+ [sample] relatório de amostra finalizado`,"sidebar.whatsNew":"Novidades","header.whatsNew":"Novidades","header.whatsNew.tooltip":"Novidades","whatsNew.pageTitle":"Novidades","whatsNew.pageSubtitle":"Fique por dentro das mudanças do MCP","whatsNew.unreadSection":"Não lidos","whatsNew.allSection":"Todos os anúncios","whatsNew.empty":"Nenhum anúncio ainda","whatsNew.newBadge":"NOVO","whatsNew.category.release":"Versão","whatsNew.category.notice":"Aviso","whatsNew.category.deprecation":"Descontinuado","whatsNew.category.tip":"Dica"},Cm={"sidebar.overview":"概要","sidebar.changelog":"変更履歴","sidebar.connection":"接続","sidebar.sync":"同期","sidebar.playtest":"プレイテスト","sidebar.tools":"ツール","sidebar.settings":"設定","header.currentProject":"現在のプロジェクト","header.unknownProject":"不明なプロジェクト","header.projectRoot.label":"Project Root","header.currentProject.loading":"プロジェクトルートを読み込み中...","header.currentProject.unavailable":"プロジェクトルートを読み込めません","header.placeNotConnected":"プレイス未接続","header.currentProject.tooltip":"現在選択されているプロジェクトフォルダです。","header.currentProject.loading.tooltip":"プロジェクトルート情報をまだ読み込み中です。","header.currentProject.unavailable.tooltip":"現在のプロジェクトルート情報を読み込めません。","header.currentProjectSyncRoot.label":"Sync Root","header.currentProjectSyncRoot.loading":"Sync root を読み込み中...","header.currentProjectSyncRoot.unavailable":"Sync root 情報を読み込めません","header.currentProjectSyncRoot.tooltip":"選択中のプロジェクトに対応する現在の sync root フォルダです。","header.currentProjectSyncRoot.loading.tooltip":"Sync root 情報をまだ読み込み中です。","header.currentProjectSyncRoot.unavailable.tooltip":"現在の sync root 情報を読み込めません。","header.testFiles.label":"Test Files","header.testFiles.unavailable":"テストファイルのパスを確認できません。","header.testFiles.tooltip":"選択した place の現在の playtest ファイルディレクトリです。","header.places.title":"Places","header.places.active":"Active","header.places.inactive":"Inactive","header.places.pluginRequired":"プラグイン接続が必要です","header.places.liveRequired":"現在の active place を確認するにはプラグイン接続が必要です。","header.place.tooltip":"接続中の Roblox プレイスです。","header.placeNotConnected.tooltip":"プレイス未接続","header.changeProjectRoot":"プロジェクトルートを変更","header.changeProjectRoot.ariaLabel":"プロジェクトルートを変更","header.changeProjectRoot.tooltip":"現在の project root を変更します。","header.changeProjectRoot.disabledTooltip.l0":"プロジェクトルートを変更するには、まず MCP サーバー接続が必要です。","header.changeProjectRoot.disabledTooltip.loading":"プロジェクトルート情報をまだ読み込み中です。","header.changeProjectRoot.disabledTooltip.unavailable":"現在のプロジェクトルート情報を読み込めません。","header.projectRootModal.initial.title":"プロジェクトルートを変更","header.projectRootModal.initial.body.connected":"プロジェクトフォルダを選択すると、MCP は新しい project root に切り替わり、現在の Studio 内容が新しい <selected project folder>/weppy-project-sync にフル再同期されます。","header.projectRootModal.initial.body.disconnected":"プロジェクトフォルダを選択すると、MCP は新しい project root に切り替わり、<selected project folder>/weppy-project-sync を次の sync 対象として使用します。","header.projectRootModal.initial.nextSyncRoot":"選択後の新しい sync 先","header.projectRootModal.initial.nextSyncRoot.placeholder":"<selected project folder>/weppy-project-sync","header.projectRootModal.initial.warningStop":"現在の sync は直ちに停止します。","header.projectRootModal.initial.warningFreshSync":"現在の Studio 内容を基準に、新しい対象へ fresh full sync が作成されます。","header.projectRootModal.initial.warningNoMove":"既存の sync フォルダは自動では移動されません。","header.projectRootModal.initial.warningDeferredSync":"Studio が未接続の場合、full resync は次回 plugin 接続時に開始されます。","header.projectRootModal.confirm.title":"新しいプロジェクトルートを確認","header.projectRootModal.confirm.body":"適用前に選択したプロジェクトフォルダを確認してください。","header.projectRootModal.confirm.projectRoot":"選択したプロジェクトフォルダ","header.projectRootModal.confirm.syncRoot":"新しい sync 先","header.projectRootModal.confirm.warningNoMove":"既存の sync フォルダは自動では移動されません。","header.projectRootModal.pick":"フォルダを選択","header.projectRootModal.apply":"変更を適用","header.projectRootModal.cancel":"キャンセル","header.projectRootModal.error":"プロジェクトルートを変更できませんでした。","sidebar.gate.l1":"MCP サーバーへの接続が必要です。","sidebar.gate.l2":"Roblox Studio プラグインへの接続が必要です。","status.online":"オンライン","status.offline":"オフライン","status.idle":"待機中","status.syncing":"同期中","status.error":"エラー","status.initializing":"初期化中","level.l0.title":"サーバー切断","level.l0.message":"WEPPY Dashboard は開いていますが、MCPサーバーが停止したか応答していません。","level.l1.title":"サーバー接続済み","level.l1.hint":"確認: Roblox Studioは実行中?プラグインはインストール済み?","level.l2.ok":"Studio接続済み","tier.basic":"Basic","tier.basic.tooltip":"標準のWEPPY Dashboard機能を提供するBasicティアです。","tier.pro":"Pro","tier.pro.tooltip":"すべてのWEPPY Dashboard機能を提供するProティアです。","tier.mixed":"混合","tier.upgrade":"Proにアップグレード","tier.compare":"Basic vs Pro","tier.banner.save":"ProでAIトークンを節約!","tier.comparison.comingSoon":"Basic vs Pro 比較 — 近日公開","tier.comparison.close":"閉じる","tier.comparison.detailTitle":"詳細ツールカタログ","tier.comparison.description":"説明","tier.comparison.basic.core":"基本MCPワークフロー","tier.comparison.basic.core.item1":"スクリプト作成・編集","tier.comparison.basic.core.item2":"インスタンス管理","tier.comparison.basic.core.item3":"プロパティ制御","tier.comparison.basic.core.item4":"選択と検索","tier.comparison.basic.core.item5":"タグ管理","tier.comparison.basic.core.item6":"カメラ制御","tier.comparison.basic.core.item7":"ログ監視","tier.comparison.basic.sync":"同期(Basic)","tier.comparison.basic.sync.item1":"Studioからローカルへの一方向同期","tier.comparison.basic.sync.item2":"手動適用がデフォルト","tier.comparison.pro.all":"Basicのすべてに加えて","tier.comparison.pro.sync":"高度な同期ワークフロー","tier.comparison.pro.sync.item1":"タイプ別同期方向","tier.comparison.pro.sync.item2":"タイプ別適用モード","tier.comparison.pro.sync.item3":"双方向・逆方向同期","tier.comparison.pro.sync.item4":"フル同期、再同期、Studioへプッシュ","tier.comparison.pro.sync.item5":"マルチプレイス同期","tier.comparison.pro.playtest":"プレイテスト制御","tier.comparison.pro.playtest.item1":"再生、停止、一時停止、再開","tier.comparison.pro.playtest.item2":"プレイテスト状態の検査","tier.comparison.pro.playtest.item3":"自動テスト実行","tier.comparison.pro.creation":"高度な作成ワークフロー","tier.comparison.pro.creation.item1":"一括操作","tier.comparison.pro.creation.item2":"テレイン生成","tier.comparison.pro.creation.item3":"アセット検索・挿入","tier.comparison.pro.creation.item4":"レイキャスト・空間分析","tier.comparison.pro.creation.item5":"環境制御","tier.comparison.discount.label":"🎁 Gumroad決済時にこのコードを入力すると割引が受けられます:","tier.comparison.discount.code":"WEPPY-MCP","tier.comparison.discount.expiry":"4月30日まで有効","tier.promo.discount.hint":"🎁 GumroadでWEPPY-MCPコードを使用 · 4月30日まで","tier.promo.discount.context":"🎁 Gumroad決済時に入力:","tier.tool.query_instances.desc":"インスタンス照会、子孫探索、クラス情報、名前・クラス検索。Pro: ファイルツリー、プロジェクト構造、プロパティ・タグ検索。","tier.tool.mutate_instances.desc":"インスタンスの作成、削除、複製、移動、名前変更、ピボット。Pro: ツリー作成、一括作成・削除・複製。","tier.tool.manage_properties.desc":"プロパティ、属性、タグの取得・設定。Pro: 計算・相対値設定、一括取得・設定、子の一括変更。","tier.tool.manage_scripts.desc":"スクリプトソースの読取・書込・作成・削除・行編集・検索。Pro: スクリプト間一括置換。","tier.tool.manage_lighting.desc":"Pro専用。照明、大気、空、テレイン属性、時間帯の環境設定。","tier.tool.manage_selection.desc":"選択の取得、設定、解除。Pro: コンテキスト、詳細、項目の追加・削除、変更監視。","tier.tool.manage_camera.desc":"カメラ情報取得、パスまたは座標でフォーカス、推奨ビュー提案。","tier.tool.manage_tween.desc":"Pro専用。滑らかなアニメーションのためのトゥイーン作成、再生、一時停止、キャンセル。","tier.tool.manage_audio.desc":"Pro専用。サウンドの再生、停止、一時停止、再開。オーディオリスナー設定。","tier.tool.manage_animation.desc":"Pro専用。アニメーションのロード、再生、停止。ヒューマノイド・コントローラーのトラック照会。","tier.tool.manage_physics.desc":"Pro専用。物理衝突グループの登録、グループ間衝突設定、一覧照会。","tier.tool.manage_effects.desc":"Pro専用。パーティクル放出、全消去、エフェクト有効化トグル。","tier.tool.manage_terrain.desc":"Pro専用。図形充填、領域消去、マテリアル置換、色管理、ボクセル読書、手続き生成、スムージング。","tier.tool.spatial_query.desc":"Pro専用。レイキャスト、地面検索、配置確認、領域スキャン、平地・スポーン位置探索、歩行分析、空間マップ、衝突確認。","tier.tool.manage_assets.desc":"Pro専用。モデル挿入、アセット情報照会、クリエイターストア検索、無料モデル・パッケージ挿入、エクスポート。","tier.tool.manage_sync.desc":"Pro専用。同期状態、設定、履歴、方向設定、同期ファイル読書。","tier.tool.workspace_state.desc":"Pro専用。フル同期、スナップショット、最近の変更、ビューポート情報、メタデータ、キャッシュ管理。","tier.tool.manage_logs.desc":"出力ログのフィルタリング照会、増分ポーリング、バッファ消去、最近のエラー照会。","tier.tool.system_info.desc":"接続状態、使用ティア確認。Pro: プレイス情報、サービス一覧、Studio設定、プレイテスト制御、自動テスト。","tier.tool.batch_execute.desc":"Pro専用。複数コマンドを一括実行。順次処理、エラー時続行オプション。","tier.tool.execute_luau.desc":"Pro専用。Roblox Studioサンドボックスで任意のLuauコードを実行。","connection.server.title":"サーバーステータス","connection.server.version":"バージョン","connection.server.version.tooltip":"インストールされているMCPサーバーのバージョンです。","connection.server.pid":"PID","connection.server.pid.tooltip":"OSが使用するプロセス識別子です。","connection.server.uptime":"稼働時間","connection.server.uptime.tooltip":"MCPサーバーの起動後に経過した時間です。","connection.server.session":"セッション","connection.server.session.tooltip":"現在のMCPセッション識別子です。","connection.server.exec":"実行ファイル","connection.server.exec.tooltip":"MCPサーバーを起動した実行ファイルのパスです。","connection.reconnect":"再接続","connection.checkSettings":"設定を確認","connection.agents.title":"AIエージェント","connection.agents.name":"エージェント","connection.agents.cwd":"作業ディレクトリ","connection.agents.cwd.tooltip":"接続中のAIエージェントの現在の作業ディレクトリです。","connection.agents.projectRoot":"プロジェクトルート","connection.agents.projectRoot.tooltip":"同期オーナーシップの権威あるプロジェクトパス","connection.agents.projectRoot.unresolved":"未解決","connection.agents.connected":"接続時刻","connection.agents.unknown":"不明","connection.agents.none":"接続中のエージェントなし","connection.plugins.title":"プラグイン","connection.plugins.place":"プレイス","connection.plugins.clientId":"クライアントID","connection.plugins.clientId.tooltip":"このStudio接続を識別するプラグインクライアントIDです。","connection.plugins.lastSeen":"最終確認","connection.plugins.lastSeen.tooltip":"プラグインから最後に受信したハートビート時刻です。","connection.plugins.version":"バージョン","connection.plugins.version.tooltip":"Studioが報告したインストール済みプラグインのバージョンです。","connection.plugins.none":"接続中のプラグインなし","connection.log.title":"接続ログ","connection.log.empty":"イベントなし","connection.time.secondsAgo":"秒前","connection.time.minutesAgo":"分前","connection.time.hoursAgo":"時間前","common.loading":"読み込み中...","common.retry":"再試行","common.reconnecting":"再接続中...","common.expand":"展開","common.collapse":"折りたたむ","tools.tab.history":"履歴","tools.tab.statistics":"統計","tools.tab.failures":"失敗","tools.col.time":"時刻","tools.col.time.tooltip":"ツール実行が記録された時刻です。","tools.col.toolAction":"ツール.アクション","tools.col.toolAction.tooltip":"実行されたツール名とアクションです。","tools.col.duration":"所要時間","tools.col.duration.tooltip":"ツール完了までにかかった時間です。","tools.col.status":"ステータス","tools.col.status.tooltip":"記録されたツール実行の結果です。","tools.col.tier":"ティア","tools.col.tier.tooltip":"そのツールまたはアクションに必要なライセンスティアです。","tools.col.tierStats.tooltip":"ツール統計行がBasic、Pro、Mixedのどれに当たるかを示します。","tools.col.tool":"ツール","tools.col.tool.tooltip":"統計テーブルに表示される統合ツール名です。","tools.col.calls":"呼び出し数","tools.col.calls.tooltip":"このツールで記録された総呼び出し回数です。","tools.col.ok":"OK","tools.col.ok.tooltip":"直接成功した実行回数です。","tools.col.fallback":"FALLBACK","tools.col.fallback.tooltip":"fallback 実行で成功した回数です。","tools.col.unsupported":"UNSUPPORTED","tools.col.unsupported.tooltip":"fallback なしでブロックされた実行回数です。","tools.col.err":"失敗","tools.col.err.tooltip":"失敗で終了した実行回数です。","tools.col.okRate":"成功率","tools.col.okRate.tooltip":"正常に完了した呼び出しの割合です。","tools.col.avgTime":"平均時間","tools.col.avgTime.tooltip":"記録された呼び出し全体の平均実行時間です。","tools.col.error":"エラー","tools.filter.tool":"ツール","tools.filter.all":"すべて","tools.badge.pro":"PRO","tools.badge.pro.tooltip":"この項目はPro専用のツールまたはアクションを使用しました。","tools.badge.fallback":"FALLBACK","tools.badge.fallback.tooltip":"要求したProアクションがBasic fallbackで成功しました。","tools.badge.unsupported":"UNSUPPORTED","tools.badge.unsupported.tooltip":"要求したProアクションはブロックされ、fallbackも実行されませんでした。","tools.badge.err":"失敗","tools.badge.err.tooltip":"ツール実行が失敗で終了しました。","tools.status.ok":"OK","tools.status.ok.tooltip":"ツール実行が正常に完了しました。","tools.tier.mixed.tooltip":"このツールにはBasicとProのアクションが両方含まれます。","tools.detail.params":"パラメータ","tools.detail.params.tooltip":"このツール実行に渡された入力パラメータです。","tools.detail.result":"結果","tools.detail.result.tooltip":"このツール実行から返された結果ペイロードです。","tools.detail.requestedCommand":"要求コマンド","tools.detail.executedCommand":"実行コマンド","tools.detail.alternatives":"代替候補","tools.detail.blockedMessage":"ブロック理由","tools.detail.noFallback":"Fallback なし","tools.detail.noFallback.value":"実行された fallback はありません。","tools.detail.errorMessage":"エラーメッセージ","tools.clear.history.title":"履歴を削除しますか?","tools.clear.history.message":"現在の place のツール履歴を完全に削除します。","tools.clear.statistics.title":"統計を削除しますか?","tools.clear.statistics.message":"現在の place のツール統計を完全にリセットします。","tools.detail.error":"エラー","tools.page.prev":"前へ","tools.page.prev.tooltip":"ツール履歴の前のページへ移動します。","tools.page.next":"次へ","tools.page.next.tooltip":"ツール履歴の次のページへ移動します。","tools.empty.history":"履歴なし","tools.empty.stats":"ツール統計なし","tools.empty.failures":"失敗なし","tools.summary.total":"合計","tools.summary.calls":"呼び出し","tools.summary.sessions":"セッション","settings.license.title":"ライセンス","settings.license.title.tooltip":"現在のライセンス状態とサブスクリプションティアです。","settings.license.status":"ステータス","settings.license.status.tooltip":"現在のライセンス有効化状態です。","settings.license.tier":"ティア","settings.license.tier.tooltip":"利用できるWEPPY Dashboard機能を決める現在のサブスクリプションティアです。","settings.license.key":"キー","settings.license.key.tooltip":"現在サーバーに読み込まれているマスク済みライセンスキーです。","settings.license.keyValue.tooltip":"現在サーバーに読み込まれているマスク済みライセンスキーです。","settings.license.provider":"プロバイダー","settings.license.provider.tooltip":"このキーを検証するライセンスプロバイダーです。","settings.license.providerValue.tooltip":"このキーを検証するライセンスプロバイダーです。","settings.license.active":"有効","settings.license.active.tooltip":"現在のライセンス有効化状態です。","settings.license.status.activeCancelPending.tooltip":"解約は予約済みですが、現在の請求期間が終了するまでは Pro アクセスが維持されます。","settings.license.inactive":"無効","settings.license.inactive.tooltip":"現在のライセンス有効化状態です。","settings.license.expired":"期限切れ","settings.license.expired.tooltip":"現在のライセンス有効化状態です。","settings.license.unavailable":"ライセンス情報を取得できません","settings.license.detail.cancelPending":"解約が予約されました。現在の請求期間が終了するまでは Pro アクセスが維持されます。","settings.license.reset":"ライセンスをリセット","settings.readOnly":"読み取り専用","settings.readOnly.tooltip":"このセクションの値はWEPPY Dashboardから編集できません。","settings.unavailable":"設定を取得できません","settings.general.title":"一般設定","settings.general.title.tooltip":"変更すると即時反映されるHot設定です。","settings.general.liveApply":"即時反映","settings.general.liveApply.tooltip":"このセクションの変更は別の保存ボタンなしですぐ適用されます。","settings.general.applied":"適用済み","settings.general.logLevel":"ログレベル","settings.general.logLevel.tooltip":"WEPPY Dashboardログに出力する詳細度を設定します。","settings.general.localHistory":"ツール履歴記録","settings.general.localHistory.tooltip":"WEPPY Dashboard履歴画面用にローカルのツール実行履歴を保存します。","settings.general.localStatistics":"ツール統計収集","settings.general.localStatistics.tooltip":"WEPPY Dashboard表示用にローカル利用統計を集計します。","settings.general.contextCapture":"Context Capture","settings.general.contextCapture.tooltip":"When enabled, the WEPPY Dashboard records structured execution context for changelog and playtest views.","settings.general.requestTimeout":"リクエストタイムアウト","settings.general.requestTimeout.tooltip":"リクエストを失敗扱いにするまでWEPPY Dashboardが待機する最大時間です。","settings.general.requestTimeout.unit":"ms","settings.general.requestTimeout.unit.tooltip":"リクエストタイムアウトの単位はミリ秒です。","settings.cold.title":"サーバー環境変数","settings.cold.title.tooltip":"サーバー起動時に読み込まれる読み取り専用の環境変数です。","settings.cold.httpPort.tooltip":"MCPWEPPY DashboardHTTPサーバーが使用するポート番号です。","settings.cold.httpHost.tooltip":"MCPWEPPY DashboardHTTPサーバーがバインドするホストインターフェースです。","settings.cold.dashboardAutoOpen.tooltip":"サーバー起動時にブラウザーでWEPPY Dashboardを自動で開くかどうかを制御します。","settings.cold.dashboardAutoOpen.value.tooltip":"ブラウザー自動起動の現在の起動動作です。","settings.cold.hint":"環境変数で設定してください。","settings.language.title":"言語","settings.language.title.tooltip":"WEPPY DashboardUIテキストの表示言語を選択します。","settings.language.dashboard":"WEPPY Dashboard言語","settings.language.dashboard.tooltip":"Autoではシステム言語を使い、それ以外では選択した言語を強制します。","settings.language.auto":"自動","overview.l0.title":"MCPサーバー切断","overview.l0.message":"MCPサーバーが応答していません。WEPPY Dashboardが自動的に再接続を試みます。","overview.l0.step1":"MCPサーバープロセスが実行中か確認してください","overview.l0.step2":"必要に応じてMCPサーバーコマンドを再起動してください","overview.l0.reconnecting":"3秒ごとに自動再接続中...","overview.l0.reconnectBtn":"再接続","overview.l0.settingsBtn":"設定を確認","overview.l1.pluginGuide":"Roblox Studioプラグインが接続されていません","overview.l1.check1":"Roblox Studioは実行中ですか?","overview.l1.check2":"WEPPY Pluginはインストール済みですか?","overview.l1.feedHint":"プラグインが接続されると変更がここに表示されます","overview.metric.server":"サーバー","overview.metric.server.tooltip":"MCPサーバーの実行状態とプロセス状態です。","overview.metric.plugin":"プラグイン","overview.metric.plugin.tooltip":"Roblox Studioプラグインの接続状態とバージョン情報です。","overview.metric.agent":"エージェント","overview.metric.agent.tooltip":"接続中のAIコーディングエージェントと現在の実行状態です。","overview.metric.agent.instancesUnit":"インスタンス","overview.metric.sync":"同期","overview.metric.sync.tooltip":"現在のStudioとローカルファイル間の同期状態です。","overview.metric.noAgent":"エージェントなし","overview.meta.version":"バージョン","overview.meta.version.tooltip":"インストールされているMCPサーバーのバージョンです。","overview.meta.session":"セッション","overview.meta.session.tooltip":"現在のMCPセッション識別子です。","overview.meta.pid":"PID","overview.meta.pid.tooltip":"OSが使用するプロセス識別子です。","overview.meta.uptime":"稼働時間","overview.meta.uptime.tooltip":"MCPサーバーの起動後に経過した時間です。","overview.feed.title":"最近のゲーム変更","overview.feed.empty":"最近の変更なし","overview.changelog.title":"セッション変更サマリー","overview.changelog.entries":"合計","overview.changelog.scripts":"スクリプト","overview.changelog.instances":"インスタンス","overview.changelog.properties":"プロパティ","overview.changelog.assets":"アセット","overview.tier.title":"ティア使用状況","changelog.subtitle":"ゲーム変更履歴","changelog.filter.all":"すべて","changelog.filter.active":"アクティブ","changelog.filter.completed":"完了","changelog.empty":"変更履歴がありません","changelog.basic.limit.title":"Basicプレビューでは最新3セッションのみ表示されます","changelog.basic.limit.body":"Proにアップグレードすると、このプレイスの完全な変更履歴タイムラインを確認できます。","changelog.basic.metricLabel":"表示中の変更履歴 / 全体","changelog.basic.visible":"表示中","changelog.basic.total":"全体","changelog.card.active":"アクティブ","changelog.card.active.tooltip":"このセッションはまだ新しいゲーム変更を受信しています。","changelog.card.completed":"完了","changelog.card.completed.tooltip":"このセッションは終了しており、これ以上変更は追加されません。","changelog.card.bootstrapStatus":"初期化","changelog.card.bootstrapStatus.tooltip":"このセッションには初期同期ブートストラップのスナップショットのみが含まれます。","changelog.card.inProgress":"進行中","changelog.card.noChanges":"変更なし","changelog.card.noChanges.tooltip":"このセッションではまだ抽出されたゲーム変更がありません。","changelog.card.bootstrapSummary":"初期同期スナップショット","changelog.card.bootstrapSummary.tooltip":"初期ファイル同期の書き込みは 1 件のブートストラップスナップショット行にまとめられます。","changelog.card.sessionIntent":"Session intent","changelog.card.scripts":"スクリプト","changelog.card.scripts.tooltip":"このセッションで発生したスクリプト変更です。","changelog.card.instances":"インスタンス","changelog.card.instances.tooltip":"このセッションで発生したインスタンスの作成、削除、移動、複製です。","changelog.card.modified":"変更","changelog.card.created":"作成","changelog.card.deleted":"削除","changelog.card.moved":"移動","changelog.card.propertiesChanged":"プロパティ変更","changelog.card.propertiesChanged.tooltip":"このセッションで記録されたプロパティ値の変更です。","changelog.card.lightingConfigured":"ライティング設定済み","changelog.card.lightingConfigured.tooltip":"このセッションでライティングまたは大気設定が変更されました。","changelog.card.terrainConfigured":"テレイン設定済み","changelog.card.terrainConfigured.tooltip":"このセッションでテレインデータまたはテレイン設定が変更されました。","changelog.card.assetsInserted":"アセット挿入","changelog.card.assetsInserted.tooltip":"このセッション中にプレイスへ挿入されたアセットです。","changelog.category.script":"スクリプト","changelog.category.instance":"インスタンス","changelog.category.property":"プロパティ","changelog.category.lighting":"ライティング","changelog.category.terrain":"テレイン","changelog.category.asset":"アセット","changelog.detail.changeSummary":"変更サマリー","changelog.detail.changeSummary.tooltip":"このセッションで抽出されたゲーム変更数をカテゴリ別に表示します。","changelog.detail.changeTimeline":"変更タイムライン","changelog.detail.changeTimeline.tooltip":"このセッションで抽出されたゲーム変更を時系列で表示します。","changelog.detail.context.title":"Context Summary","changelog.detail.context.tooltip":"Structured execution context captured for this changelog session.","changelog.detail.verification.title":"Verification","changelog.detail.verification.tooltip":"Verification signals linked to this changelog session.","changelog.detail.verification.label":"Result","changelog.detail.verification.status":"Status","changelog.detail.verification.timestamp":"Recorded at","changelog.detail.beforeAfter":"変更前後の比較","changelog.detail.filterCategory":"カテゴリ","changelog.detail.filterCategory.tooltip":"タイムラインを 1 つの変更カテゴリに絞り込みます。","changelog.detail.confidence.exact":"正確","changelog.detail.confidence.exact.tooltip":"この変更は変更前と変更後の状態が両方確認されています。","changelog.detail.confidence.partial":"部分確認","changelog.detail.confidence.partial.tooltip":"この変更は変更前後の状態の一部のみ確認されています。","changelog.detail.confidence.afterOnly":"結果のみ確認","changelog.detail.confidence.afterOnly.tooltip":"この変更は適用後の結果状態のみ確認されています。","changelog.detail.confidence.intentOnly":"意図のみ記録","changelog.detail.confidence.intentOnly.tooltip":"要求された操作意図のみが記録され、結果状態は確認されていません。","changelog.detail.confidence.unknown":"不明","changelog.detail.confidence.unknown.tooltip":"利用可能なデータだけではこの変更を確実に分類できませんでした。","changelog.detail.noChanges":"このカテゴリに変更なし","changelog.detail.backToList":"一覧に戻る","changelog.diff.empty":"差分なし","changelog.diff.unified":"統合","changelog.diff.sideBySide":"並列比較","changelog.diff.before":"変更前","changelog.diff.after":"変更後","sync.overlay.title":"Roblox Studioプラグインが必要です","sync.overlay.message":"Roblox Studioプラグインが接続されると同期状態を確認できます。","sync.overlay.check1":"Roblox Studioは実行中ですか?","sync.overlay.check2":"WEPPY Pluginはインストール済みですか?","sync.status.title":"同期ステータス","sync.status.title.tooltip":"このプレイスのStudioとローカルファイルの同期状態です。","sync.status.forwardOnly":"順方向のみ","sync.status.forwardOnly.tooltip":"BasicティアではStudioからローカルへの順方向同期のみ利用できます。","sync.status.place":"プレイス","sync.status.place.tooltip":"接続中のRobloxプレイス名とプレイスIDです。","sync.status.path":"パス","sync.status.path.tooltip":"現在同期出力に使っているローカルファイルシステムのルートです。","sync.status.instances":"インスタンス","sync.status.instances.tooltip":"ローカルミラーで追跡中の同期済みRobloxインスタンス総数です。","sync.status.scripts":"スクリプト","sync.status.scripts.tooltip":"このプレイスで現在インデックスされている同期スクリプトファイル数です。","sync.status.state":"状態","sync.status.state.tooltip":"サーバーが報告した現在の同期ランタイム状態です。","sync.directions.title":"同期方向","sync.directions.title.tooltip":"LocalとStudioの間のカテゴリ別同期方向と適用方法です。","sync.directions.type":"タイプ","sync.directions.type.tooltip":"このルールが適用される同期カテゴリです。","sync.directions.direction":"方向","sync.directions.direction.tooltip":"各カテゴリがStudioから、Studioへ、または双方向で同期されるかを示します。","sync.directions.applyMode":"適用モード","sync.directions.applyMode.tooltip":"このカテゴリに届く同期変更の適用方法です。","sync.directions.cat.scripts":"スクリプト","sync.directions.cat.values":"値","sync.directions.cat.containers":"コンテナ","sync.directions.cat.data":"データ","sync.directions.cat.services":"サービス","sync.directions.endpoint.local":"Local","sync.directions.endpoint.local.tooltip":"方向レールの左側は常にディスク上のローカルファイルです。","sync.directions.endpoint.studio":"Studio","sync.directions.endpoint.studio.tooltip":"方向レールの右側は常にRoblox Studioです。","sync.directions.mode.manual":"手動","sync.directions.mode.manual.tooltip":"手動で実行したときだけ同期変更を適用します。","sync.directions.mode.auto":"自動","sync.directions.mode.auto.tooltip":"更新を受け取ると同期変更を自動で適用します。","sync.directions.tooltip.forward.body":"Studioの変更をローカルファイルのみに同期します","sync.directions.tooltip.bidirectional.body":"LocalとStudioの間で双方向同期を行います","sync.directions.tooltip.reverse.body":"ローカルファイルの変更をStudioへ反映します","sync.directions.tooltip.proRequired":"BasicティアではProが必要です","sync.directions.dir.forward":"順方向","sync.directions.dir.bidirectional":"双方向","sync.directions.dir.reverse":"逆方向","sync.log.title":"同期ログ","sync.log.empty":"同期イベントなし","sync.log.type.write":"書き込み","sync.log.type.write.tooltip":"新しい同期出力がディスクに書き込まれました。","sync.log.type.update":"更新","sync.log.type.update.tooltip":"既存の同期ファイルまたはインスタンスが更新されました。","sync.log.type.delete":"削除","sync.log.type.delete.tooltip":"同期済みファイルまたはインスタンスが削除されました。","sync.log.type.idle":"待機","sync.log.type.idle.tooltip":"ファイル変更なしで同期イベントのみ記録されました。","sync.upgrade.title":"Proで完全な同期機能を解放","sync.upgrade.benefit1":"双方向同期 — ファイルを編集するとStudioに自動反映","sync.upgrade.benefit2":"逆方向同期 — ファイルの変更をStudioに送信","sync.upgrade.benefit3":"完全な同期履歴と詳細な変更ログ","sync.upgrade.buy":"Proにアップグレード","playtest.status.title":"プレイテストステータス","playtest.status.title.tooltip":"Studio が報告した現在の Roblox プレイテストセッション状態です。","playtest.status.mode":"モード","playtest.status.mode.tooltip":"現在のセッションで使われている Studio プレイテスト起動モードです。","playtest.status.mode.value.tooltip":"現在使用中の Roblox Studio プレイテストモードの具体的な値です。","playtest.status.mode.play":"プレイ","playtest.status.mode.run":"実行","playtest.status.mode.server":"サーバー","playtest.status.mode.edit":"編集","playtest.status.place.tooltip":"このプレイテストセッションに関連付けられた Roblox プレイスです。","playtest.status.state.running":"実行中","playtest.status.state.running.tooltip":"現在 Roblox プレイテストセッションが実行中です。","playtest.status.state.paused":"一時停止","playtest.status.state.paused.tooltip":"現在の Roblox プレイテストセッションは一時停止中です。","playtest.status.state.notRunning":"未実行","playtest.status.state.notRunning.tooltip":"現在実行中の Roblox プレイテストセッションはありません。","playtest.control.play":"プレイ","playtest.control.pause":"一時停止","playtest.control.resume":"再開","playtest.control.stop":"停止","playtest.history.title":"テスト履歴","playtest.history.title.tooltip":"このプロジェクトで記録された自動プレイテスト実行履歴です。","playtest.history.empty":"テスト結果なし","playtest.history.mode":"モード","playtest.history.mode.tooltip":"この記録済みテスト実行で使われたプレイテストモードです。","playtest.history.status.passed":"成功","playtest.history.status.failed":"失敗","playtest.history.status.running":"実行中","playtest.history.status.unknown":"不明","playtest.history.status.tooltip":"この自動プレイテスト実行で記録された結果状態です。","playtest.empty.title":"プレイテスト結果がありません","playtest.empty.message":"AIエージェントがsystem_info.run_testで自動テストを実行すると結果が表示されます。","playtest.empty.message.before":"AIエージェントが自動テストを","playtest.empty.message.after":"で実行すると結果がここに表示されます。","playtest.empty.runTest.tooltip":"system_info ツール経由で Roblox プレイテスト検証を実行するWEPPY Dashboardの自動化入口です。","playtest.report.title":"選択されたレポート","playtest.report.title.tooltip":"現在選択されている自動プレイテスト実行の詳細出力です。","playtest.report.content":"レポート","playtest.report.content.tooltip":"選択された自動プレイテスト実行の Markdown 要約です。","playtest.report.logs":"ログ","playtest.report.logs.tooltip":"選択された自動プレイテスト実行で収集された実行ログです。","playtest.context.contextId":"Context ID","playtest.context.why":"Why this test ran","playtest.context.expected":"Expected","playtest.context.observed":"Observed","playtest.report.empty":"レポート内容なし","playtest.basic.icon":"🎮","playtest.basic.title":"プレイテストはPro専用機能です","playtest.basic.desc":"WEPPY Dashboardからプレイテストを制御し、自動テストを実行し、詳細なテストレポートを確認できます。","playtest.basic.benefit1":"ワンクリックのプレイ/一時停止/停止コントロール","playtest.basic.benefit2":"AIエージェントによる自動テスト実行","playtest.basic.benefit3":"成功/失敗追跡付きテスト履歴","playtest.basic.benefit4":"詳細なマークダウンテストレポート","playtest.sample.badge":"Proプレイテスト画面のプレビュー","playtest.sample.title":"現在表示しているのは、Proにアップグレード後に利用できるプレイテスト画面のプレビューです。","playtest.sample.message":"このプレビューはサンプルデータを使用しています。ライブのプレイテスト操作、履歴管理、実際のレポート保存はPro購入後に利用できます。","playtest.sample.clearDisabled":"実際のプレイテスト履歴の削除はProで利用できます。","playtest.sample.place":"アリーナプレビュー","playtest.sample.history.name":"サンプルアリーナスモークテスト","playtest.sample.context.why":"アリーナにスポーンし、開始直後を生き残り、HUDがすぐ反応するか確認します。","playtest.sample.context.expected":"プレイヤーが安全にスポーンし、1秒以内にカウントダウンUIが表示され、最初のウェーブがエラーなく始まること。","playtest.sample.context.observed":"スポーン保護が正常に動作し、HUDは時間どおり更新され、最初のウェーブは回帰なく完了しました。","playtest.sample.report.markdown":`# サンプルアリーナスモークテスト
110
+
111
+ - スポーンフロー: PASS
112
+ - HUDカウントダウン: PASS
113
+ - ウェーブ開始: PASS
114
+
115
+ これはサンプルプレビューです。Proにアップグレードすると、ライブのプレイテスト実行と実際のレポート保存ができます。`,"playtest.sample.report.logs":`[sample] プレイテストプレビュー起動
116
+ [sample] スポーン保護有効
117
+ [sample] hudカウントダウン描画
118
+ [sample] 第1ウェーブ完了
119
+ [sample] プレビュー報告終了`,"sidebar.whatsNew":"新着情報","header.whatsNew":"新着情報","header.whatsNew.tooltip":"新着情報","whatsNew.pageTitle":"新着情報","whatsNew.pageSubtitle":"MCPの最新変更をチェック","whatsNew.unreadSection":"未読","whatsNew.allSection":"すべてのお知らせ","whatsNew.empty":"お知らせはまだありません","whatsNew.newBadge":"NEW","whatsNew.category.release":"リリース","whatsNew.category.notice":"お知らせ","whatsNew.category.deprecation":"非推奨","whatsNew.category.tip":"ヒント"},Rm={"sidebar.overview":"Ringkasan","sidebar.changelog":"Riwayat","sidebar.connection":"Koneksi","sidebar.sync":"Sinkronisasi","sidebar.playtest":"Playtest","sidebar.tools":"Alat","sidebar.settings":"Pengaturan","header.currentProject":"Proyek saat ini","header.unknownProject":"Proyek tidak dikenal","header.projectRoot.label":"Project Root","header.currentProject.loading":"Memuat project root...","header.currentProject.unavailable":"Project root tidak tersedia","header.placeNotConnected":"Place belum terhubung","header.currentProject.tooltip":"Folder proyek yang sedang dipilih.","header.currentProject.loading.tooltip":"Informasi project root masih dimuat.","header.currentProject.unavailable.tooltip":"Informasi project root saat ini tidak tersedia.","header.currentProjectSyncRoot.label":"Sync Root","header.currentProjectSyncRoot.loading":"Memuat sync root...","header.currentProjectSyncRoot.unavailable":"Sync root tidak tersedia","header.currentProjectSyncRoot.tooltip":"Folder sync root saat ini untuk proyek yang dipilih.","header.currentProjectSyncRoot.loading.tooltip":"Informasi sync root masih dimuat.","header.currentProjectSyncRoot.unavailable.tooltip":"Informasi sync root saat ini tidak tersedia.","header.testFiles.label":"Test Files","header.testFiles.unavailable":"Path file test tidak tersedia.","header.testFiles.tooltip":"Direktori file playtest saat ini untuk place yang dipilih.","header.places.title":"Places","header.places.active":"Active","header.places.inactive":"Inactive","header.places.pluginRequired":"Koneksi plugin diperlukan","header.places.liveRequired":"Koneksi plugin diperlukan untuk melihat place aktif secara live.","header.place.tooltip":"Place Roblox yang terhubung.","header.placeNotConnected.tooltip":"Place belum terhubung","header.changeProjectRoot":"Ubah project root","header.changeProjectRoot.ariaLabel":"Ubah project root","header.changeProjectRoot.tooltip":"Ubah project root saat ini.","header.changeProjectRoot.disabledTooltip.l0":"Koneksi server MCP diperlukan terlebih dahulu sebelum project root bisa diubah.","header.changeProjectRoot.disabledTooltip.loading":"Informasi project root masih dimuat.","header.changeProjectRoot.disabledTooltip.unavailable":"Informasi project root saat ini tidak tersedia.","header.projectRootModal.initial.title":"Ubah project root","header.projectRootModal.initial.body.connected":"Setelah Anda memilih folder proyek, MCP akan beralih ke project root baru dan konten Studio saat ini akan disinkronkan ulang sepenuhnya ke target baru <selected project folder>/weppy-project-sync.","header.projectRootModal.initial.body.disconnected":"Setelah Anda memilih folder proyek, MCP akan beralih ke project root baru dan menggunakan <selected project folder>/weppy-project-sync sebagai target sync berikutnya.","header.projectRootModal.initial.nextSyncRoot":"Target sync baru setelah pemilihan","header.projectRootModal.initial.nextSyncRoot.placeholder":"<selected project folder>/weppy-project-sync","header.projectRootModal.initial.warningStop":"Sync saat ini berhenti seketika.","header.projectRootModal.initial.warningFreshSync":"Konten Studio saat ini akan digunakan untuk membuat fresh full sync di target baru.","header.projectRootModal.initial.warningNoMove":"Folder sync lama tidak dipindahkan secara otomatis.","header.projectRootModal.initial.warningDeferredSync":"Jika Studio belum terhubung, full resync akan dimulai saat plugin terhubung berikutnya.","header.projectRootModal.confirm.title":"Konfirmasi project root baru","header.projectRootModal.confirm.body":"Tinjau folder proyek yang dipilih sebelum menerapkan perubahan.","header.projectRootModal.confirm.projectRoot":"Folder proyek yang dipilih","header.projectRootModal.confirm.syncRoot":"Target sync baru","header.projectRootModal.confirm.warningNoMove":"Folder sync yang ada tidak dipindahkan secara otomatis.","header.projectRootModal.pick":"Pilih folder","header.projectRootModal.apply":"Terapkan perubahan","header.projectRootModal.cancel":"Batal","header.projectRootModal.error":"Gagal mengubah project root.","sidebar.gate.l1":"Koneksi server MCP diperlukan.","sidebar.gate.l2":"Koneksi plugin Roblox Studio diperlukan.","status.online":"Online","status.offline":"Offline","status.idle":"Menunggu","status.syncing":"Menyinkronkan","status.error":"Error","status.initializing":"Menginisialisasi","level.l0.title":"Server terputus","level.l0.message":"WEPPY Dashboard terbuka tetapi server MCP telah berhenti atau tidak merespons.","level.l1.title":"Server terhubung","level.l1.hint":"Periksa: Apakah Roblox Studio berjalan? Apakah plugin terinstal?","level.l2.ok":"Studio terhubung","tier.basic":"Basic","tier.basic.tooltip":"Tier Basic dengan kumpulan fitur WEPPY Dashboard standar.","tier.pro":"Pro","tier.pro.tooltip":"Tier Pro dengan kumpulan fitur WEPPY Dashboard lengkap.","tier.mixed":"Campuran","tier.upgrade":"Upgrade ke Pro","tier.compare":"Basic vs Pro","tier.banner.save":"Hemat token AI dengan Pro!","tier.comparison.comingSoon":"Perbandingan Basic vs Pro — segera hadir","tier.comparison.close":"Tutup","tier.comparison.detailTitle":"Katalog alat detail","tier.comparison.description":"Deskripsi","tier.comparison.basic.core":"Alur kerja MCP dasar","tier.comparison.basic.core.item1":"Buat/edit script","tier.comparison.basic.core.item2":"Manajemen instance","tier.comparison.basic.core.item3":"Kontrol properti","tier.comparison.basic.core.item4":"Seleksi dan pencarian","tier.comparison.basic.core.item5":"Manajemen tag","tier.comparison.basic.core.item6":"Kontrol kamera","tier.comparison.basic.core.item7":"Pemantauan log","tier.comparison.basic.sync":"Sinkronisasi (Basic)","tier.comparison.basic.sync.item1":"Sinkronisasi satu arah dari Studio ke lokal","tier.comparison.basic.sync.item2":"Penerapan manual sebagai default","tier.comparison.pro.all":"Semua di Basic, ditambah","tier.comparison.pro.sync":"Alur sinkronisasi lanjutan","tier.comparison.pro.sync.item1":"Arah sinkronisasi per tipe","tier.comparison.pro.sync.item2":"Mode penerapan per tipe","tier.comparison.pro.sync.item3":"Sinkronisasi dua arah dan terbalik","tier.comparison.pro.sync.item4":"Sinkronisasi penuh, sinkronisasi ulang, dan kirim ke Studio","tier.comparison.pro.sync.item5":"Sinkronisasi multi-tempat","tier.comparison.pro.playtest":"Kontrol playtest","tier.comparison.pro.playtest.item1":"Putar, hentikan, jeda, dan lanjutkan","tier.comparison.pro.playtest.item2":"Inspeksi status playtest","tier.comparison.pro.playtest.item3":"Eksekusi pengujian otomatis","tier.comparison.pro.creation":"Alur pembuatan lanjutan","tier.comparison.pro.creation.item1":"Operasi massal","tier.comparison.pro.creation.item2":"Pembuatan terrain","tier.comparison.pro.creation.item3":"Pencarian dan penyisipan aset","tier.comparison.pro.creation.item4":"Raycast dan analisis spasial","tier.comparison.pro.creation.item5":"Kontrol lingkungan","tier.comparison.discount.label":"🎁 Masukkan kode ini saat checkout Gumroad untuk mendapat diskon:","tier.comparison.discount.code":"WEPPY-MCP","tier.comparison.discount.expiry":"Berlaku hingga 30 April","tier.promo.discount.hint":"🎁 Gunakan kode WEPPY-MCP di Gumroad · Berlaku hingga 30 April","tier.promo.discount.context":"🎁 Masukkan di Gumroad saat checkout:","tier.tool.query_instances.desc":"Kueri instance, jelajahi anak/keturunan, info kelas, cari berdasarkan nama dan kelas. Pro: pohon file, struktur proyek, pencarian berdasarkan properti dan tag.","tier.tool.mutate_instances.desc":"Buat, hapus, klon, pindah, ganti nama, dan pivot instance. Pro: pembuatan pohon, pembuatan/penghapusan/duplikasi massal.","tier.tool.manage_properties.desc":"Lihat dan atur properti, atribut, dan tag. Pro: nilai kalkulasi dan relatif, lihat/atur massal, modifikasi massal anak.","tier.tool.manage_scripts.desc":"Baca, tulis, buat, hapus, edit baris, dan cari di script. Pro: penggantian massal antar script.","tier.tool.manage_lighting.desc":"Khusus Pro. Pengaturan pencahayaan, atmosfer, langit, properti terrain, dan waktu.","tier.tool.manage_selection.desc":"Lihat, atur, dan hapus seleksi. Pro: konteks, detail, tambah/hapus item, pantau perubahan.","tier.tool.manage_camera.desc":"Info kamera, fokus berdasarkan jalur atau koordinat, saran tampilan.","tier.tool.manage_tween.desc":"Khusus Pro. Buat, putar, jeda, dan batalkan tween untuk animasi halus.","tier.tool.manage_audio.desc":"Khusus Pro. Putar, hentikan, jeda, dan lanjutkan suara. Atur listener audio.","tier.tool.manage_animation.desc":"Khusus Pro. Muat, putar, dan hentikan animasi. Lihat track humanoid/pengontrol.","tier.tool.manage_physics.desc":"Khusus Pro. Daftarkan grup tabrakan, atur tabrakan antar grup, daftar grup.","tier.tool.manage_effects.desc":"Khusus Pro. Pancarkan partikel, hapus semua, aktifkan/nonaktifkan efek.","tier.tool.manage_terrain.desc":"Khusus Pro. Isi bentuk, hapus wilayah, ganti material, kelola warna, baca/tulis voxel, pembuatan prosedural, pemulusan.","tier.tool.spatial_query.desc":"Khusus Pro. Raycast, cari tanah, periksa penempatan, pindai area, cari area datar dan titik spawn, analisis kemampuan jalan, peta spasial, deteksi tabrakan.","tier.tool.manage_assets.desc":"Khusus Pro. Sisipkan model, lihat info aset, cari di toko kreator, sisipkan model/paket gratis, ekspor.","tier.tool.manage_sync.desc":"Khusus Pro. Status sinkronisasi, konfigurasi, riwayat, arah, baca/tulis file tersinkronisasi.","tier.tool.workspace_state.desc":"Khusus Pro. Sinkronisasi penuh, snapshot, perubahan terbaru, info viewport, metadata, manajemen cache.","tier.tool.manage_logs.desc":"Kueri log terfilter, polling inkremental, hapus buffer, kueri error terbaru.","tier.tool.system_info.desc":"Status koneksi, verifikasi tier. Pro: info tempat, daftar layanan, pengaturan Studio, kontrol playtest, pengujian otomatis.","tier.tool.batch_execute.desc":"Khusus Pro. Eksekusi beberapa perintah sekaligus. Pemrosesan berurutan dengan opsi lanjut saat error.","tier.tool.execute_luau.desc":"Khusus Pro. Jalankan kode Luau di sandbox Roblox Studio.","connection.server.title":"Status Server","connection.server.version":"Versi","connection.server.version.tooltip":"Versi server MCP yang terpasang.","connection.server.pid":"PID","connection.server.pid.tooltip":"Pengenal proses dari sistem operasi.","connection.server.uptime":"Waktu aktif","connection.server.uptime.tooltip":"Waktu yang berlalu sejak server MCP dimulai.","connection.server.session":"Sesi","connection.server.session.tooltip":"Pengenal sesi MCP saat ini.","connection.server.exec":"Eksekutabel","connection.server.exec.tooltip":"Path eksekutabel yang digunakan untuk menjalankan server MCP.","connection.reconnect":"Hubungkan ulang","connection.checkSettings":"Periksa pengaturan","connection.agents.title":"Agen AI","connection.agents.name":"Agen","connection.agents.cwd":"Direktori kerja","connection.agents.cwd.tooltip":"Direktori kerja saat ini milik agen AI yang terhubung.","connection.agents.projectRoot":"Root Proyek","connection.agents.projectRoot.tooltip":"Jalur proyek otoritatif untuk kepemilikan sinkronisasi","connection.agents.projectRoot.unresolved":"Belum terselesaikan","connection.agents.connected":"Terhubung","connection.agents.unknown":"Tidak diketahui","connection.agents.none":"Tidak ada agen terhubung","connection.plugins.title":"Plugin","connection.plugins.place":"Place","connection.plugins.clientId":"ID Klien","connection.plugins.clientId.tooltip":"Pengenal unik klien plugin untuk koneksi Studio ini.","connection.plugins.lastSeen":"Terakhir terlihat","connection.plugins.lastSeen.tooltip":"Heartbeat terbaru yang diterima dari plugin.","connection.plugins.version":"Versi","connection.plugins.version.tooltip":"Versi plugin terpasang yang dilaporkan oleh Studio.","connection.plugins.none":"Tidak ada plugin terhubung","connection.log.title":"Log Koneksi","connection.log.empty":"Belum ada event","connection.time.secondsAgo":"dtk lalu","connection.time.minutesAgo":"mnt lalu","connection.time.hoursAgo":"jam lalu","common.loading":"Memuat...","common.retry":"Coba lagi","common.reconnecting":"Menghubungkan ulang...","common.expand":"Perluas","common.collapse":"Ciutkan","tools.tab.history":"Riwayat","tools.tab.statistics":"Statistik","tools.tab.failures":"Kegagalan","tools.col.time":"Waktu","tools.col.time.tooltip":"Waktu ketika eksekusi alat dicatat.","tools.col.toolAction":"Alat.Aksi","tools.col.toolAction.tooltip":"Nama alat dan aksi yang dijalankan.","tools.col.duration":"Durasi","tools.col.duration.tooltip":"Berapa lama alat menyelesaikan eksekusi.","tools.col.status":"Status","tools.col.status.tooltip":"Hasil dari eksekusi alat yang tercatat.","tools.col.tier":"Tier","tools.col.tier.tooltip":"Tier lisensi yang dibutuhkan untuk alat atau aksi ini.","tools.col.tierStats.tooltip":"Ringkasan Basic, Pro, atau Mixed untuk baris statistik alat ini.","tools.col.tool":"Alat","tools.col.tool.tooltip":"Nama alat konsolidasi pada tabel statistik.","tools.col.calls":"Panggilan","tools.col.calls.tooltip":"Jumlah total panggilan yang tercatat untuk alat ini.","tools.col.ok":"OK","tools.col.ok.tooltip":"Jumlah eksekusi sukses langsung.","tools.col.fallback":"FALLBACK","tools.col.fallback.tooltip":"Jumlah eksekusi yang berhasil melalui fallback.","tools.col.unsupported":"UNSUPPORTED","tools.col.unsupported.tooltip":"Jumlah eksekusi yang diblokir tanpa fallback.","tools.col.err":"GAGAL","tools.col.err.tooltip":"Jumlah eksekusi yang berakhir gagal.","tools.col.okRate":"% Sukses","tools.col.okRate.tooltip":"Persentase panggilan yang selesai dengan sukses.","tools.col.avgTime":"Waktu rata-rata","tools.col.avgTime.tooltip":"Rata-rata waktu eksekusi dari panggilan yang tercatat.","tools.col.error":"Error","tools.filter.tool":"Alat","tools.filter.all":"Semua","tools.badge.pro":"PRO","tools.badge.pro.tooltip":"Entri ini menggunakan alat atau aksi khusus Pro.","tools.badge.fallback":"FALLBACK","tools.badge.fallback.tooltip":"Aksi Pro yang diminta berhasil melalui fallback Basic.","tools.badge.unsupported":"UNSUPPORTED","tools.badge.unsupported.tooltip":"Aksi Pro yang diminta diblokir dan tidak ada fallback yang dijalankan.","tools.badge.err":"GAGAL","tools.badge.err.tooltip":"Eksekusi alat berakhir gagal.","tools.status.ok":"OK","tools.status.ok.tooltip":"Eksekusi alat selesai dengan sukses.","tools.tier.mixed.tooltip":"Alat ini memiliki campuran aksi Basic dan Pro.","tools.detail.params":"Parameter","tools.detail.params.tooltip":"Parameter input yang dikirim pada eksekusi alat ini.","tools.detail.result":"Hasil","tools.detail.result.tooltip":"Payload hasil yang dikembalikan dari eksekusi alat ini.","tools.detail.requestedCommand":"Perintah diminta","tools.detail.executedCommand":"Perintah dijalankan","tools.detail.alternatives":"Alternatif","tools.detail.blockedMessage":"Alasan diblokir","tools.detail.noFallback":"Tanpa fallback","tools.detail.noFallback.value":"Tidak ada fallback yang dijalankan.","tools.detail.errorMessage":"Pesan error","tools.clear.history.title":"Hapus riwayat?","tools.clear.history.message":"Tindakan ini akan menghapus permanen riwayat alat untuk place saat ini.","tools.clear.statistics.title":"Hapus statistik?","tools.clear.statistics.message":"Tindakan ini akan mereset permanen statistik alat untuk place saat ini.","tools.detail.error":"Error","tools.page.prev":"Sebelumnya","tools.page.prev.tooltip":"Pindah ke halaman sebelumnya pada riwayat alat.","tools.page.next":"Selanjutnya","tools.page.next.tooltip":"Pindah ke halaman berikutnya pada riwayat alat.","tools.empty.history":"Tidak ada entri riwayat","tools.empty.stats":"Tidak ada statistik alat","tools.empty.failures":"Tidak ada kegagalan","tools.summary.total":"Total","tools.summary.calls":"panggilan","tools.summary.sessions":"Sesi","settings.license.title":"Lisensi","settings.license.title.tooltip":"Status lisensi dan tier langganan saat ini.","settings.license.status":"Status","settings.license.status.tooltip":"Status aktivasi lisensi saat ini.","settings.license.tier":"Tier","settings.license.tier.tooltip":"Tier langganan saat ini untuk fitur WEPPY Dashboard yang tersedia.","settings.license.key":"Kunci","settings.license.key.tooltip":"Kunci lisensi tersamarkan yang saat ini dimuat oleh server.","settings.license.keyValue.tooltip":"Kunci lisensi tersamarkan yang saat ini dimuat oleh server.","settings.license.provider":"Penyedia","settings.license.provider.tooltip":"Penyedia lisensi yang digunakan untuk memvalidasi kunci ini.","settings.license.providerValue.tooltip":"Penyedia lisensi yang digunakan untuk memvalidasi kunci ini.","settings.license.active":"Aktif","settings.license.active.tooltip":"Status aktivasi lisensi saat ini.","settings.license.status.activeCancelPending.tooltip":"Pembatalan sedang menunggu, tetapi akses Pro tetap aktif hingga periode penagihan saat ini berakhir.","settings.license.inactive":"Tidak aktif","settings.license.inactive.tooltip":"Status aktivasi lisensi saat ini.","settings.license.expired":"Kedaluwarsa","settings.license.expired.tooltip":"Status aktivasi lisensi saat ini.","settings.license.unavailable":"Info lisensi tidak tersedia","settings.license.detail.cancelPending":"Pembatalan telah dijadwalkan. Akses Pro tetap aktif hingga periode penagihan saat ini berakhir.","settings.license.reset":"Reset Lisensi","settings.readOnly":"Hanya baca","settings.readOnly.tooltip":"Bagian ini menampilkan nilai yang tidak bisa diedit dari WEPPY Dashboard.","settings.unavailable":"Pengaturan tidak tersedia","settings.general.title":"Pengaturan umum","settings.general.title.tooltip":"Pengaturan panas yang langsung diterapkan saat diubah.","settings.general.liveApply":"Terapkan langsung","settings.general.liveApply.tooltip":"Perubahan di bagian ini langsung diterapkan tanpa tombol simpan terpisah.","settings.general.applied":"Diterapkan","settings.general.logLevel":"Level log","settings.general.logLevel.tooltip":"Menetapkan seberapa detail WEPPY Dashboard menulis lognya.","settings.general.localHistory":"Perekaman riwayat alat","settings.general.localHistory.tooltip":"Menyimpan riwayat eksekusi alat lokal untuk tampilan riwayat WEPPY Dashboard.","settings.general.localStatistics":"Pengumpulan statistik alat","settings.general.localStatistics.tooltip":"Mengumpulkan statistik penggunaan lokal untuk pelaporan WEPPY Dashboard.","settings.general.contextCapture":"Context Capture","settings.general.contextCapture.tooltip":"When enabled, the WEPPY Dashboard records structured execution context for changelog and playtest views.","settings.general.requestTimeout":"Batas waktu permintaan","settings.general.requestTimeout.tooltip":"Waktu maksimum WEPPY Dashboard menunggu permintaan sebelum dianggap gagal.","settings.general.requestTimeout.unit":"ms","settings.general.requestTimeout.unit.tooltip":"Batas waktu permintaan diukur dalam milidetik.","settings.cold.title":"Lingkungan server","settings.cold.title.tooltip":"Nilai lingkungan server hanya-baca yang dimuat saat startup.","settings.cold.httpPort.tooltip":"Nomor port yang digunakan oleh server HTTP WEPPY Dashboard MCP.","settings.cold.httpHost.tooltip":"Antarmuka host yang diikat oleh server HTTP WEPPY Dashboard MCP.","settings.cold.dashboardAutoOpen.tooltip":"Mengontrol apakah WEPPY Dashboard terbuka otomatis di browser saat server dimulai.","settings.cold.dashboardAutoOpen.value.tooltip":"Perilaku startup saat ini untuk membuka WEPPY Dashboard di browser.","settings.cold.hint":"Atur melalui variabel lingkungan.","settings.language.title":"Bahasa","settings.language.title.tooltip":"Pilih cara teks antarmuka WEPPY Dashboard dilokalkan.","settings.language.dashboard":"Bahasa WEPPY Dashboard","settings.language.dashboard.tooltip":"Mengganti bahasa WEPPY Dashboard atau mengikuti bahasa sistem saat disetel ke Otomatis.","settings.language.auto":"Otomatis","overview.l0.title":"Server MCP terputus","overview.l0.message":"Server MCP tidak merespons. WEPPY Dashboard akan mencoba menghubungkan ulang secara otomatis.","overview.l0.step1":"Periksa apakah proses server MCP sedang berjalan","overview.l0.step2":"Mulai ulang perintah server MCP jika diperlukan","overview.l0.reconnecting":"Menghubungkan ulang otomatis setiap 3 detik...","overview.l0.reconnectBtn":"Hubungkan ulang","overview.l0.settingsBtn":"Periksa pengaturan","overview.l1.pluginGuide":"Plugin Roblox Studio tidak terhubung","overview.l1.check1":"Apakah Roblox Studio sedang berjalan?","overview.l1.check2":"Apakah WEPPY Plugin sudah terinstal?","overview.l1.feedHint":"Perubahan akan muncul di sini setelah plugin terhubung","overview.metric.server":"Server","overview.metric.server.tooltip":"Status runtime dan proses server MCP.","overview.metric.plugin":"Plugin","overview.metric.plugin.tooltip":"Status koneksi dan versi plugin Roblox Studio.","overview.metric.agent":"Agen","overview.metric.agent.tooltip":"Agen coding AI yang terhubung dan status runtime-nya.","overview.metric.agent.instancesUnit":"instansi","overview.metric.sync":"Sinkronisasi","overview.metric.sync.tooltip":"Aktivitas sinkronisasi saat ini antara Studio dan file lokal.","overview.metric.noAgent":"Tidak ada agen","overview.meta.version":"Versi","overview.meta.version.tooltip":"Versi server MCP yang terpasang.","overview.meta.session":"Sesi","overview.meta.session.tooltip":"Pengenal sesi MCP saat ini.","overview.meta.pid":"PID","overview.meta.pid.tooltip":"Pengenal proses dari sistem operasi.","overview.meta.uptime":"Waktu aktif","overview.meta.uptime.tooltip":"Waktu yang berlalu sejak server MCP dimulai.","overview.feed.title":"Perubahan game terbaru","overview.feed.empty":"Tidak ada perubahan terbaru","overview.changelog.title":"Ringkasan perubahan sesi","overview.changelog.entries":"Total","overview.changelog.scripts":"skrip","overview.changelog.instances":"instansi","overview.changelog.properties":"properti","overview.changelog.assets":"aset","overview.tier.title":"Penggunaan tier","changelog.subtitle":"Riwayat perubahan game","changelog.filter.all":"Semua","changelog.filter.active":"Aktif","changelog.filter.completed":"Selesai","changelog.empty":"Belum ada entri riwayat","changelog.basic.limit.title":"Pratinjau Basic hanya menampilkan 3 sesi terbaru","changelog.basic.limit.body":"Upgrade ke Pro untuk melihat timeline changelog lengkap untuk place ini.","changelog.basic.metricLabel":"Changelog terlihat / Total","changelog.basic.visible":"terlihat","changelog.basic.total":"total","changelog.card.active":"Aktif","changelog.card.active.tooltip":"Sesi ini masih menerima perubahan game baru.","changelog.card.completed":"Selesai","changelog.card.completed.tooltip":"Sesi ini sudah berakhir dan tidak ada perubahan baru yang diharapkan.","changelog.card.bootstrapStatus":"Inisialisasi","changelog.card.bootstrapStatus.tooltip":"Sesi ini hanya berisi snapshot bootstrap sinkronisasi awal.","changelog.card.inProgress":"sedang berlangsung","changelog.card.noChanges":"Belum ada perubahan","changelog.card.noChanges.tooltip":"Belum ada perubahan game yang diekstrak untuk sesi ini.","changelog.card.bootstrapSummary":"Snapshot sinkronisasi awal","changelog.card.bootstrapSummary.tooltip":"Penulisan sinkronisasi file awal diringkas menjadi satu baris snapshot bootstrap.","changelog.card.sessionIntent":"Session intent","changelog.card.scripts":"skrip","changelog.card.scripts.tooltip":"Perubahan skrip yang terjadi di sesi ini.","changelog.card.instances":"instansi","changelog.card.instances.tooltip":"Perubahan pembuatan, penghapusan, pemindahan, atau kloning instansi di sesi ini.","changelog.card.modified":"diubah","changelog.card.created":"dibuat","changelog.card.deleted":"dihapus","changelog.card.moved":"dipindahkan","changelog.card.propertiesChanged":"properti diubah","changelog.card.propertiesChanged.tooltip":"Perubahan nilai properti yang tercatat untuk sesi ini.","changelog.card.lightingConfigured":"Pencahayaan dikonfigurasi","changelog.card.lightingConfigured.tooltip":"Pencahayaan atau pengaturan atmosfer berubah di sesi ini.","changelog.card.terrainConfigured":"Terrain dikonfigurasi","changelog.card.terrainConfigured.tooltip":"Data terrain atau pengaturan terrain berubah di sesi ini.","changelog.card.assetsInserted":"aset disisipkan","changelog.card.assetsInserted.tooltip":"Aset yang dimasukkan ke place selama sesi ini.","changelog.category.script":"Skrip","changelog.category.instance":"Instansi","changelog.category.property":"Properti","changelog.category.lighting":"Pencahayaan","changelog.category.terrain":"Terrain","changelog.category.asset":"Aset","changelog.detail.changeSummary":"Ringkasan perubahan","changelog.detail.changeSummary.tooltip":"Jumlah perubahan game yang diekstrak dan dikelompokkan per kategori untuk sesi ini.","changelog.detail.changeTimeline":"Timeline perubahan","changelog.detail.changeTimeline.tooltip":"Daftar kronologis perubahan game yang diekstrak untuk sesi ini.","changelog.detail.context.title":"Context Summary","changelog.detail.context.tooltip":"Structured execution context captured for this changelog session.","changelog.detail.verification.title":"Verification","changelog.detail.verification.tooltip":"Verification signals linked to this changelog session.","changelog.detail.verification.label":"Result","changelog.detail.verification.status":"Status","changelog.detail.verification.timestamp":"Recorded at","changelog.detail.beforeAfter":"Sebelum & Sesudah","changelog.detail.filterCategory":"Kategori","changelog.detail.filterCategory.tooltip":"Filter timeline ke satu kategori perubahan.","changelog.detail.confidence.exact":"Tepat","changelog.detail.confidence.exact.tooltip":"Status sebelum dan sesudah perubahan ini sama-sama terkonfirmasi.","changelog.detail.confidence.partial":"Parsial","changelog.detail.confidence.partial.tooltip":"Hanya sebagian status sebelum dan sesudah perubahan ini yang bisa dikonfirmasi.","changelog.detail.confidence.afterOnly":"Hanya sesudah","changelog.detail.confidence.afterOnly.tooltip":"Hanya status hasil setelah perubahan yang bisa dikonfirmasi.","changelog.detail.confidence.intentOnly":"Hanya niat","changelog.detail.confidence.intentOnly.tooltip":"Hanya aksi yang diminta yang tercatat, bukan status hasilnya.","changelog.detail.confidence.unknown":"Tidak diketahui","changelog.detail.confidence.unknown.tooltip":"Perubahan ini tidak dapat diklasifikasikan dengan yakin dari data yang tersedia.","changelog.detail.noChanges":"Tidak ada perubahan di kategori ini","changelog.detail.backToList":"Kembali ke daftar","changelog.diff.empty":"Tidak ada perbedaan","changelog.diff.unified":"Terpadu","changelog.diff.sideBySide":"Berdampingan","changelog.diff.before":"Sebelum","changelog.diff.after":"Sesudah","sync.overlay.title":"Plugin Roblox Studio diperlukan","sync.overlay.message":"Status sinkronisasi akan tersedia setelah plugin Roblox Studio terhubung.","sync.overlay.check1":"Apakah Roblox Studio sedang berjalan?","sync.overlay.check2":"Apakah WEPPY Plugin sudah terinstal?","sync.status.title":"Status sinkronisasi","sync.status.title.tooltip":"Status sinkronisasi Studio dan file lokal untuk place ini.","sync.status.forwardOnly":"Hanya maju","sync.status.forwardOnly.tooltip":"Tier Basic hanya mengizinkan sinkronisasi maju dari Studio ke lokal.","sync.status.place":"Place","sync.status.place.tooltip":"Nama place Roblox yang terhubung beserta ID place-nya.","sync.status.path":"Path","sync.status.path.tooltip":"Root sistem file lokal yang saat ini dipakai untuk output sinkronisasi.","sync.status.instances":"Instansi","sync.status.instances.tooltip":"Jumlah total instance Roblox yang disinkronkan di mirror lokal.","sync.status.scripts":"Skrip","sync.status.scripts.tooltip":"Jumlah total file skrip yang saat ini diindeks untuk place ini.","sync.status.state":"Status","sync.status.state.tooltip":"Status runtime sinkronisasi saat ini yang dilaporkan server.","sync.directions.title":"Arah sinkronisasi","sync.directions.title.tooltip":"Arah sinkronisasi per kategori dan cara penerapannya antara Local dan Studio.","sync.directions.type":"Tipe","sync.directions.type.tooltip":"Kategori sinkronisasi yang dipengaruhi aturan ini.","sync.directions.direction":"Arah","sync.directions.direction.tooltip":"Menunjukkan apakah tiap kategori sinkron dari Studio, ke Studio, atau dua arah.","sync.directions.applyMode":"Mode penerapan","sync.directions.applyMode.tooltip":"Cara perubahan sinkronisasi masuk diterapkan untuk kategori ini.","sync.directions.cat.scripts":"Skrip","sync.directions.cat.values":"Nilai","sync.directions.cat.containers":"Kontainer","sync.directions.cat.data":"Data","sync.directions.cat.services":"Layanan","sync.directions.endpoint.local":"Local","sync.directions.endpoint.local.tooltip":"File lokal di disk selalu ditampilkan di sisi kiri rel arah.","sync.directions.endpoint.studio":"Studio","sync.directions.endpoint.studio.tooltip":"Roblox Studio selalu ditampilkan di sisi kanan rel arah.","sync.directions.mode.manual":"Manual","sync.directions.mode.manual.tooltip":"Menerapkan perubahan sinkronisasi hanya saat Anda memicunya secara manual.","sync.directions.mode.auto":"Otomatis","sync.directions.mode.auto.tooltip":"Menerapkan perubahan sinkronisasi otomatis saat pembaruan datang.","sync.directions.tooltip.forward.body":"Perubahan dari Studio hanya disinkronkan ke file lokal","sync.directions.tooltip.bidirectional.body":"Sinkronisasi dua arah antara Local dan Studio","sync.directions.tooltip.reverse.body":"Dorong perubahan file lokal ke Studio","sync.directions.tooltip.proRequired":"Pro diperlukan pada tier Basic","sync.directions.dir.forward":"maju","sync.directions.dir.bidirectional":"dua arah","sync.directions.dir.reverse":"mundur","sync.log.title":"Log sinkronisasi","sync.log.empty":"Tidak ada event sinkronisasi","sync.log.type.write":"TULIS","sync.log.type.write.tooltip":"Output sinkronisasi baru ditulis ke disk.","sync.log.type.update":"PERBARUI","sync.log.type.update.tooltip":"File atau instance yang sudah tersinkron diperbarui.","sync.log.type.delete":"HAPUS","sync.log.type.delete.tooltip":"File atau instance tersinkron telah dihapus.","sync.log.type.idle":"IDLE","sync.log.type.idle.tooltip":"Event sinkronisasi dicatat tanpa perubahan file.","sync.upgrade.title":"Buka fitur sinkronisasi penuh dengan Pro","sync.upgrade.benefit1":"Sinkronisasi dua arah — edit file, otomatis diterapkan ke Studio","sync.upgrade.benefit2":"Sinkronisasi mundur — kirim perubahan file ke Studio","sync.upgrade.benefit3":"Riwayat sinkronisasi lengkap dan log perubahan detail","sync.upgrade.buy":"Upgrade ke Pro","playtest.status.title":"Status playtest","playtest.status.title.tooltip":"Status sesi playtest Roblox saat ini yang dilaporkan oleh Studio.","playtest.status.mode":"Mode","playtest.status.mode.tooltip":"Mode peluncuran playtest Studio untuk sesi saat ini.","playtest.status.mode.value.tooltip":"Mode playtest Roblox Studio spesifik yang sedang dipakai saat ini.","playtest.status.mode.play":"Main","playtest.status.mode.run":"Jalankan","playtest.status.mode.server":"Server","playtest.status.mode.edit":"Edit","playtest.status.place.tooltip":"Place Roblox yang saat ini terkait dengan sesi playtest ini.","playtest.status.state.running":"Berjalan","playtest.status.state.running.tooltip":"Sesi playtest Roblox saat ini sedang berjalan.","playtest.status.state.paused":"Dijeda","playtest.status.state.paused.tooltip":"Sesi playtest Roblox saat ini sedang dijeda.","playtest.status.state.notRunning":"Tidak berjalan","playtest.status.state.notRunning.tooltip":"Saat ini tidak ada sesi playtest Roblox yang sedang berjalan.","playtest.control.play":"Main","playtest.control.pause":"Jeda","playtest.control.resume":"Lanjutkan","playtest.control.stop":"Berhenti","playtest.history.title":"Riwayat tes","playtest.history.title.tooltip":"Riwayat eksekusi playtest otomatis yang tercatat untuk proyek ini.","playtest.history.empty":"Belum ada hasil tes","playtest.history.mode":"Mode","playtest.history.mode.tooltip":"Mode playtest yang digunakan pada eksekusi tes yang tercatat ini.","playtest.history.status.passed":"Berhasil","playtest.history.status.failed":"Gagal","playtest.history.status.running":"Berjalan","playtest.history.status.unknown":"Tidak diketahui","playtest.history.status.tooltip":"Status hasil yang tercatat untuk eksekusi playtest otomatis ini.","playtest.empty.title":"Belum ada hasil playtest","playtest.empty.message":"Hasil akan muncul di sini saat agen AI menjalankan tes otomatis via system_info.run_test.","playtest.empty.message.before":"Hasil akan muncul di sini saat agen AI menjalankan tes otomatis melalui","playtest.empty.message.after":".","playtest.empty.runTest.tooltip":"Titik otomatisasi WEPPY Dashboard yang menjalankan pemeriksaan playtest Roblox melalui tool system_info.","playtest.report.title":"Laporan terpilih","playtest.report.title.tooltip":"Output detail untuk eksekusi playtest otomatis yang sedang dipilih.","playtest.report.content":"Laporan","playtest.report.content.tooltip":"Ringkasan Markdown untuk eksekusi playtest otomatis yang dipilih.","playtest.report.logs":"Log","playtest.report.logs.tooltip":"Log eksekusi yang ditangkap untuk eksekusi playtest otomatis yang dipilih.","playtest.context.contextId":"Context ID","playtest.context.why":"Why this test ran","playtest.context.expected":"Expected","playtest.context.observed":"Observed","playtest.report.empty":"Tidak ada konten laporan","playtest.basic.icon":"🎮","playtest.basic.title":"Playtest adalah fitur khusus Pro","playtest.basic.desc":"Kontrol playtest dari WEPPY Dashboard, jalankan tes otomatis, dan lihat laporan tes detail.","playtest.basic.benefit1":"Kontrol main/jeda/berhenti sekali klik","playtest.basic.benefit2":"Eksekusi tes otomatis via agen AI","playtest.basic.benefit3":"Riwayat tes dengan pelacakan berhasil/gagal","playtest.basic.benefit4":"Laporan tes detail dalam markdown","playtest.sample.badge":"Pratinjau tampilan playtest Pro","playtest.sample.title":"Anda sedang melihat pratinjau layar playtest yang tersedia setelah upgrade ke Pro.","playtest.sample.message":"Pratinjau ini menggunakan data sampel. Kontrol playtest langsung, pengelolaan riwayat, dan laporan nyata tersedia setelah upgrade ke Pro.","playtest.sample.clearDisabled":"Upgrade ke Pro untuk menghapus riwayat playtest nyata.","playtest.sample.place":"Pratinjau Arena","playtest.sample.history.name":"Sample Arena Smoke Test","playtest.sample.context.why":"Masuk ke arena, bertahan pada fase awal, dan pastikan HUD merespons segera.","playtest.sample.context.expected":"Pemain spawn dengan aman, UI hitung mundur muncul dalam satu detik, dan wave pertama dimulai tanpa error.","playtest.sample.context.observed":"Proteksi spawn bekerja, HUD diperbarui tepat waktu, dan wave pertama selesai tanpa regresi.","playtest.sample.report.markdown":`# Sample Arena Smoke Test
120
+
121
+ - Alur spawn: PASS
122
+ - Hitung mundur HUD: PASS
123
+ - Awal wave: PASS
124
+
125
+ Ini adalah pratinjau sampel. Upgrade ke Pro untuk menjalankan playtest langsung dan menyimpan laporan nyata.`,"playtest.sample.report.logs":`[sample] boot pratinjau playtest
126
+ [sample] proteksi spawn aktif
127
+ [sample] hitung mundur hud dirender
128
+ [sample] wave pertama selesai
129
+ [sample] laporan pratinjau selesai`,"sidebar.whatsNew":"Yang Baru","header.whatsNew":"Yang Baru","header.whatsNew.tooltip":"Yang Baru","whatsNew.pageTitle":"Yang Baru","whatsNew.pageSubtitle":"Tetap update dengan perubahan MCP","whatsNew.unreadSection":"Belum Dibaca","whatsNew.allSection":"Semua Pengumuman","whatsNew.empty":"Belum ada pengumuman","whatsNew.newBadge":"BARU","whatsNew.category.release":"Rilis","whatsNew.category.notice":"Pemberitahuan","whatsNew.category.deprecation":"Tidak Digunakan","whatsNew.category.tip":"Tips"},jm=["en","ko","es","pt-br","ja","id"],Mn="auto",vl={en:km,ko:Sm,es:bm,"pt-br":xm,ja:Cm,id:Rm},ki="dashboard-locale";function Rl(a){return jm.includes(a)}function Em(){const i=((typeof navigator<"u"?navigator.language:"en")??"en").toLowerCase();return i==="ko"||i.startsWith("ko-")?"ko":i==="pt-br"?"pt-br":i==="ja"||i.startsWith("ja-")?"ja":i==="es"||i.startsWith("es-")?"es":i==="id"||i.startsWith("id-")?"id":"en"}function Bd(){if(typeof localStorage<"u"){const a=localStorage.getItem(ki);if(a===Mn)return Mn;if(a&&Rl(a))return a}return Mn}function Wd(a){return a===Mn?Em():a}const yp=T.createContext(null);function _m({children:a}){const[i,s]=T.useState(Bd),[c,d]=T.useState(()=>Wd(Bd())),p=T.useCallback((m,h)=>{const P=vl[c]??vl.en??{};if(m in P)return P[m];const x=vl.en;return x&&m in x?x[m]:h!==void 0?h:m},[c]),f=T.useCallback(m=>{typeof localStorage<"u"&&(m===Mn?localStorage.removeItem(ki):Rl(m)?localStorage.setItem(ki,m):localStorage.setItem(ki,"en"));const h=m===Mn?Mn:Rl(m)?m:"en";s(h),d(Wd(h))},[]);return T.createElement(yp.Provider,{value:{locale:c,selectedLocale:i,t:p,setLocale:f}},a)}function ir(){const a=T.useContext(yp);if(!a)throw new Error("useLocale must be used within a LocaleProvider");return a}const Tm="_container_10isu_2",Mm="_toast_10isu_14",Nm="_slideIn_10isu_1",Lm="_success_10isu_39",Am="_info_10isu_44",Dm="_warning_10isu_49",zm="_error_10isu_54",Pl={container:Tm,toast:Mm,slideIn:Nm,success:Lm,info:Am,warning:Dm,error:zm},vp=T.createContext(null),Im=3e3;function Om({children:a}){const[i,s]=T.useState([]),c=T.useRef(0),d=T.useCallback((p,f="info")=>{const m=c.current++;s(h=>[...h,{id:m,message:p,type:f}]),setTimeout(()=>{s(h=>h.filter(P=>P.id!==m))},Im)},[]);return L.jsxs(vp.Provider,{value:{show:d},children:[a,L.jsx("div",{className:Pl.container,children:i.map(p=>L.jsx("div",{className:`${Pl.toast} ${Pl[p.type]}`,children:p.message},p.id))})]})}function Pp(){const a=T.useContext(vp);return a||{show:()=>{}}}function Fm(){const{level:a}=Il(),{show:i}=Pp(),{t:s}=ir(),c=T.useRef(null);return T.useEffect(()=>{const d=c.current;c.current=a,d!==null&&d!==a&&(d==="disconnected"&&a==="serverOnly"?i(s("toast.serverConnected","MCP 서버 연결됨"),"success"):d==="serverOnly"&&a==="studioConnected"?i(s("toast.pluginConnected","플러그인 연결됨"),"success"):(d==="serverOnly"||d==="studioConnected")&&a==="disconnected"?i(s("toast.serverDisconnected","MCP 서버 연결 끊김"),"error"):d==="studioConnected"&&a==="serverOnly"&&i(s("toast.pluginDisconnected","플러그인 연결 끊김"),"warning"))},[a,i,s]),null}const Bm="_wrapper_1uzud_2",Wm="_tooltip_1uzud_8",Um="_tooltipLeft_1uzud_30",Hm="_tooltipRight_1uzud_35",yi={wrapper:Bm,tooltip:Wm,tooltipLeft:Um,tooltipRight:Hm};function nr({text:a,children:i}){const s=T.useRef(null),[c,d]=T.useState("center"),p=a.trim();if(!p)return L.jsx(L.Fragment,{children:i});const f=T.useCallback(()=>{d("center"),window.requestAnimationFrame(()=>{const m=s.current;if(!m)return;const h=m.getBoundingClientRect(),P=8;if(h.left<P){d("left");return}h.right>window.innerWidth-P&&d("right")})},[]);return L.jsxs("span",{className:yi.wrapper,title:p,onMouseEnter:f,children:[i,L.jsx("span",{ref:s,className:[yi.tooltip,c==="left"?yi.tooltipLeft:"",c==="right"?yi.tooltipRight:""].filter(Boolean).join(" "),"data-placement":c,children:p})]})}function Vm(a){return a==="gumroad"?"gumroad":void 0}function Ym(a){if(!a||typeof a!="object")return!1;const i=a.status;return(a.tier==="basic"||a.tier==="pro")&&(i==="active"||i==="grace"||i==="invalid"||i==="revoked"||i==="unlicensed"||i==="unknown")}function wp(a){return a&&typeof a=="object"&&"data"in a&&a.data?a.data:a}function kp(a){if(!a||typeof a!="object")return null;if(Ym(a))return a;const i=a;if(typeof i.canUsePro!="boolean"||typeof i.status!="string"||i.status!=="active"&&i.status!=="grace"&&i.status!=="invalid"&&i.status!=="revoked"&&i.status!=="unlicensed"&&i.status!=="unknown")return null;const s=Vm(i.provider);return{tier:i.canUsePro?"pro":"basic",status:i.status,...typeof i.statusDetail=="string"?{statusDetail:i.statusDetail}:{},...typeof i.maskedKey=="string"?{maskedKey:i.maskedKey}:{},...s?{provider:s}:{},refreshRequired:i.refreshRequired===!0,...typeof i.refreshBlockedReason=="string"?{refreshBlockedReason:i.refreshBlockedReason}:{}}}async function qm(a="gumroad"){const i=await po.get("/api/dashboard/license/status",{provider:a});return kp(wp(i))}function Ol(a){const i=wp(a),s=i,c=kp(i),d=typeof(s==null?void 0:s.reasonCode)=="string"?s.reasonCode:void 0;return{ok:(s==null?void 0:s.ok)===!0,license:c?{...c,refreshRequired:c.refreshRequired||d==="missing_session_token",refreshBlockedReason:c.refreshBlockedReason??(d==="missing_session_token"?"missing_session_token":void 0)}:null,message:typeof(s==null?void 0:s.message)=="string"?s.message:null,reasonCode:d,recoverable:(s==null?void 0:s.recoverable)===!0}}async function xv(a){const i=a.provider??"gumroad",s=await po.post("/api/dashboard/license/activate",{provider:i,licenseKey:a.licenseKey,clientType:"dashboard"});return Ol(s)}async function Cv(a={}){const i=a.provider??"gumroad",s=await po.post("/api/dashboard/license/refresh",{provider:i,clientType:"dashboard"});return Ol(s)}async function Rv(a={}){const i=a.provider??"gumroad",s=await po.post("/api/dashboard/license/reset",{provider:i,clientType:"dashboard"});return Ol(s)}class Km{constructor(i){Co(this,"source",null);Co(this,"handlers",new Map);Co(this,"reconnectTimer",null);Co(this,"url");this.url=i??`${ji}/api/dashboard/events`}connect(){this.disconnect(),this.source=new EventSource(this.url),this.source.onopen=()=>{this.reconnectTimer&&(clearTimeout(this.reconnectTimer),this.reconnectTimer=null)},this.source.onerror=()=>{var s;(s=this.source)==null||s.close(),this.source=null,this.scheduleReconnect()};const i=["connection","sync","command","game_change","mcp_status","license"];for(const s of i)this.source.addEventListener(s,c=>{var p;const d=JSON.parse(c.data);(p=this.handlers.get(s))==null||p.forEach(f=>f(d))})}on(i,s){return this.handlers.has(i)||this.handlers.set(i,new Set),this.handlers.get(i).add(s),()=>{var c;return(c=this.handlers.get(i))==null?void 0:c.delete(s)}}disconnect(){var i;(i=this.source)==null||i.close(),this.source=null,this.reconnectTimer&&(clearTimeout(this.reconnectTimer),this.reconnectTimer=null)}get connected(){var i;return((i=this.source)==null?void 0:i.readyState)===EventSource.OPEN}scheduleReconnect(){this.reconnectTimer||(this.reconnectTimer=setTimeout(()=>{this.reconnectTimer=null,this.connect()},fm))}}const Sp=[{labelKey:"sidebar.overview",route:"/",icon:"📊",minLevel:"disconnected",lazy:()=>Ro(()=>import("./OverviewPage-CXsGuoPu.js"),__vite__mapDeps([0,1,2,3,4,5,6,7,8,9,10,11,12]))},{labelKey:"sidebar.connection",route:"/connection",icon:"🔗",minLevel:"disconnected",lazy:()=>Ro(()=>import("./ConnectionPage-LSvSX1_u.js"),__vite__mapDeps([13,1,2,3,14,8,15]))},{labelKey:"sidebar.sync",route:"/sync",icon:"🔄",minLevel:"serverOnly",lazy:()=>Ro(()=>import("./SyncPage-eX2Rh-Ct.js"),__vite__mapDeps([16,1,14,2,3,6,7,10,11,17]))},{labelKey:"sidebar.changelog",route:"/changelog",icon:"📋",minLevel:"serverOnly",lazy:()=>Ro(()=>import("./ChangelogPage-Dgl8dBt6.js"),__vite__mapDeps([18,14,6,7,10,11,19]))},{labelKey:"sidebar.playtest",route:"/playtest",icon:"🎮",minLevel:"serverOnly",lazy:()=>Ro(()=>import("./PlaytestPage-CgkzRAqQ.js"),__vite__mapDeps([20,6,7,1,14,21]))},{labelKey:"sidebar.tools",route:"/tools",icon:"🔧",minLevel:"serverOnly",lazy:()=>Ro(()=>import("./ToolsPage-CqzfCxxH.js"),__vite__mapDeps([22,14,6,7,9,10,11,23]))}],bp=[{labelKey:"sidebar.whatsNew",route:"/whats-new",icon:"🔔",minLevel:"disconnected",lazy:()=>Ro(()=>import("./WhatsNewPage-23o8LmsR.js"),__vite__mapDeps([24,25]))}],$m="_sidebar_ap408_2",Qm="_brand_ap408_17",Gm="_brandIcon_ap408_26",Jm="_brandText_ap408_32",Xm="_brandTextPro_ap408_43",Zm="_nav_ap408_49",ey="_navLink_ap408_56",ty="_active_ap408_77",oy="_disabled_ap408_84",ny="_icon_ap408_95",ay="_label_ap408_106",ry="_secondaryDivider_ap408_113",iy="_secondaryNav_ap408_120",It={sidebar:$m,brand:Qm,brandIcon:Gm,brandText:Jm,brandTextPro:Xm,nav:Zm,navLink:ey,active:ty,disabled:oy,icon:ny,label:ay,secondaryDivider:ry,secondaryNav:iy},Ud={disconnected:0,serverOnly:1,studioConnected:2};function sy(a,i){return Ud[a]>=Ud[i]}function ly(a,i){return a==="serverOnly"?i("sidebar.gate.l1","MCP server connection required"):a==="studioConnected"?i("sidebar.gate.l2","Roblox Studio plugin connection required"):""}function Hd({item:a}){const{level:i}=Il(),{t:s}=ir(),c=sy(i,a.minLevel),d=L.jsxs(sm,{to:a.route,end:a.route==="/",className:({isActive:p})=>[It.navLink,p?It.active:"",c?"":It.disabled].filter(Boolean).join(" "),onClick:p=>{c||p.preventDefault()},children:[L.jsx("span",{className:It.icon,children:a.icon}),L.jsx("span",{className:It.label,children:s(a.labelKey)})]});return c?d:L.jsx(nr,{text:ly(a.minLevel,s),children:d})}function cy(){const[a,i]=T.useState("basic");return T.useEffect(()=>{let s=!1;async function c(){try{const f=await qm("gumroad");!s&&(f!=null&&f.tier)&&i(f.tier)}catch{s||i("basic")}}c();const d=new Km;d.connect();const p=d.on("license",()=>{c()});return()=>{s=!0,p(),d.disconnect()}},[]),L.jsxs("aside",{className:It.sidebar,children:[L.jsxs("div",{className:It.brand,children:[L.jsx("span",{className:It.brandIcon,children:"◈"}),L.jsx("span",{"data-testid":"sidebar-brand-text",className:[It.brandText,a==="pro"?It.brandTextPro:""].filter(Boolean).join(" "),children:"WEPPY"})]}),L.jsx("nav",{className:It.nav,children:Sp.map(s=>L.jsx(Hd,{item:s},s.route))}),L.jsx("div",{className:It.secondaryDivider}),L.jsx("nav",{className:It.secondaryNav,children:bp.map(s=>L.jsx(Hd,{item:s},s.route))})]})}async function uy(){return po.get("/api/dashboard/place-summary")}async function dy(){return po.get("/api/dashboard/sync-root")}async function py(){return po.post("/api/dashboard/sync-root/pick")}async function fy(a){return po.patch("/api/dashboard/sync-root",{projectRoot:a})}const gy=[{id:"2026-04-12-weppy-rebrand-and-sync-root-rename",date:"2026-04-12",title:{en:"Sync folder path changes to weppy-project-sync",ko:"활성 Sync 경로가 weppy-project-sync로 바뀝니다",es:"La ruta activa de Sync cambia a weppy-project-sync","pt-br":"O caminho ativo de Sync muda para weppy-project-sync",ja:"有効なSyncパスがweppy-project-syncに変わります",id:"Path Sync aktif berubah ke weppy-project-sync"},body:{en:"WROX is now shown as WEPPY across the plugin, dashboard, Explorer, install guides, and website. Your active sync path is now `<project root>/weppy-project-sync`.\n\nIf you previously used `<project root>/wrox-project-sync`, WEPPY creates the new folder automatically and migrates your files there the next time project paths are resolved. The old `wrox-project-sync` folder is no longer the active path, and a marker file can remain there so you can confirm where the new path is.\n\nIf you still only see the old folder, restart the MCP server and reconnect Studio once, then use `weppy-project-sync` as the active folder. If everything already looks normal, you do not need to do anything else. We are sorry for the inconvenience.",ko:"플러그인, 대시보드, Explorer, 설치 가이드, 웹사이트 전반에서 WROX 표기가 이제 WEPPY로 바뀝니다. 현재 활성 Sync 경로는 `<프로젝트 루트>/weppy-project-sync`입니다.\n\n이전에 `<프로젝트 루트>/wrox-project-sync`를 사용했다면, 프로젝트 경로를 다시 확인하는 시점에 WEPPY가 새 폴더를 자동으로 만들고 파일을 그쪽으로 옮깁니다. 기존 `wrox-project-sync` 폴더는 더 이상 활성 경로가 아니며, 기존 위치에는 새 경로를 확인할 수 있는 표시 파일만 남을 수 있습니다.\n\n아직도 예전 폴더만 보이면 MCP 서버를 다시 시작하고 Studio를 한 번 다시 연결한 뒤, `weppy-project-sync` 폴더를 현재 작업 경로로 사용해 주세요. 이미 정상적으로 보인다면 추가로 하실 일은 없습니다. 불편을 드려 죄송합니다.",es:"WROX ahora se muestra como WEPPY en el plugin, el dashboard, Explorer, las guías de instalación y el sitio web. Tu ruta activa de Sync ahora es `<project root>/weppy-project-sync`.\n\nSi antes usabas `<project root>/wrox-project-sync`, WEPPY crea la nueva carpeta automáticamente y mueve allí tus archivos la próxima vez que se resuelvan las rutas del proyecto. La carpeta `wrox-project-sync` anterior ya no es la ruta activa, y puede quedar un archivo marcador para indicarte cuál es la nueva ruta.\n\nSi todavía solo ves la carpeta anterior, reinicia el servidor MCP y vuelve a conectar Studio una vez, luego usa `weppy-project-sync` como carpeta activa. Si todo ya se ve normal, no necesitas hacer nada más. Lamentamos las molestias.","pt-br":"WROX agora aparece como WEPPY no plugin, no dashboard, no Explorer, nos guias de instalação e no site. Seu caminho ativo de Sync agora é `<project root>/weppy-project-sync`.\n\nSe antes você usava `<project root>/wrox-project-sync`, o WEPPY cria a nova pasta automaticamente e move seus arquivos para lá na próxima vez que resolver os caminhos do projeto. A pasta `wrox-project-sync` antiga não é mais o caminho ativo, e um arquivo marcador pode permanecer ali para indicar qual é o novo caminho.\n\nSe você ainda vê apenas a pasta antiga, reinicie o servidor MCP e reconecte o Studio uma vez, depois use `weppy-project-sync` como pasta ativa. Se tudo já parecer normal, você não precisa fazer mais nada. Pedimos desculpas pelo transtorno.",ja:"プラグイン、ダッシュボード、Explorer、インストールガイド、Webサイト全体で、WROX表記はWEPPYに変わりました。現在の有効なSyncパスは `<project root>/weppy-project-sync` です。\n\n以前 `<project root>/wrox-project-sync` を使っていた場合、WEPPY はプロジェクトパスを再解決するタイミングで新しいフォルダを自動で作成し、ファイルをそこへ移動します。古い `wrox-project-sync` フォルダはもう有効なパスではなく、新しい場所を確認できるようにマーカーファイルだけが残ることがあります。\n\n古いフォルダしか見えない場合は、MCPサーバーを再起動してStudioを一度再接続し、その後 `weppy-project-sync` を有効なフォルダとして使ってください。すでに正常に見えている場合は、追加で行う作業はありません。ご不便をおかけして申し訳ありません。",id:"WROX sekarang ditampilkan sebagai WEPPY di plugin, dashboard, Explorer, panduan instalasi, dan situs web. Path Sync aktif Anda sekarang adalah `<project root>/weppy-project-sync`.\n\nJika sebelumnya Anda menggunakan `<project root>/wrox-project-sync`, WEPPY akan membuat folder baru secara otomatis dan memindahkan file Anda ke sana saat path proyek berikutnya diselesaikan. Folder `wrox-project-sync` lama tidak lagi menjadi path aktif, dan file penanda bisa tetap ada di sana untuk membantu Anda melihat path yang baru.\n\nJika Anda masih hanya melihat folder lama, restart server MCP dan sambungkan ulang Studio sekali, lalu gunakan `weppy-project-sync` sebagai folder aktif. Jika semuanya sudah terlihat normal, Anda tidak perlu melakukan apa pun lagi. Kami mohon maaf atas ketidaknyamanannya."},severity:"info",category:"release"},{id:"2026-04-12-explorer-property-panel",date:"2026-04-12",title:{en:"WEPPY Explorer now includes a Property Window",ko:"WEPPY Explorer에 Property Window가 추가되었습니다",es:"WEPPY Explorer ahora incluye una Property Window","pt-br":"O WEPPY Explorer agora inclui uma Property Window",ja:"WEPPY ExplorerにProperty Windowが追加されました",id:"WEPPY Explorer sekarang memiliki Property Window"},body:{en:`You can now inspect \`.props.json\` files in a dedicated Property Window inside WEPPY Explorer instead of reading raw JSON by hand.
130
+
131
+ Open Properties from the tree item context menu, or turn on auto-open if you want the Property Window to follow your current tree selection. This should make it easier to review synced values and quickly confirm whether a change is the one you expected.
132
+
133
+ Thank you for using WEPPY Explorer.`,ko:`이제 WEPPY Explorer에서 \`.props.json\` 파일을 직접 JSON으로 읽지 않아도, 전용 Property Window에서 속성을 확인할 수 있습니다.
134
+
135
+ 트리 항목 컨텍스트 메뉴의 Open Properties를 사용하거나, 선택에 따라 자동으로 열리게 설정할 수 있습니다. 동기화된 값이 실제로 어떻게 들어갔는지 더 쉽게 확인하고, 원하는 변경이 맞는지 빠르게 검토하실 수 있습니다.
136
+
137
+ WEPPY Explorer를 사용해 주셔서 감사합니다.`,es:`Ahora puedes inspeccionar archivos \`.props.json\` en una Property Window dedicada dentro de WEPPY Explorer en lugar de leer JSON sin formato manualmente.
138
+
139
+ Usa Open Properties desde el menú contextual del árbol, o activa auto-open si quieres que la Property Window siga tu selección actual. Esto facilita revisar valores sincronizados y confirmar rápidamente si un cambio es realmente el que esperabas.
140
+
141
+ Gracias por usar WEPPY Explorer.`,"pt-br":`Agora você pode inspecionar arquivos \`.props.json\` em uma Property Window dedicada dentro do WEPPY Explorer, sem precisar ler JSON bruto manualmente.
142
+
143
+ Use Open Properties no menu de contexto da árvore, ou ative auto-open se quiser que a Property Window acompanhe sua seleção atual. Isso facilita revisar valores sincronizados e confirmar rapidamente se a mudança é realmente a que você esperava.
144
+
145
+ Obrigado por usar o WEPPY Explorer.`,ja:`これでWEPPY Explorer内の専用Property Windowで \`.props.json\` ファイルを確認できるようになり、生のJSONを手で読む必要がなくなりました。
146
+
147
+ ツリー項目のコンテキストメニューから Open Properties を使うか、現在の選択に合わせてProperty Windowを追従させたい場合は auto-open を有効にしてください。同期された値を確認し、変更が期待どおりかをすばやく確かめやすくなります。
148
+
149
+ WEPPY Explorerをご利用いただきありがとうございます。`,id:`Sekarang Anda bisa memeriksa file \`.props.json\` di Property Window khusus di dalam WEPPY Explorer tanpa perlu membaca JSON mentah secara manual.
150
+
151
+ Gunakan Open Properties dari menu konteks tree, atau aktifkan auto-open jika Anda ingin Property Window mengikuti pilihan Anda saat ini. Ini memudahkan Anda meninjau nilai yang tersinkronisasi dan memastikan dengan cepat apakah perubahan tersebut memang yang Anda harapkan.
152
+
153
+ Terima kasih telah menggunakan WEPPY Explorer.`},severity:"info",category:"release"},{id:"2026-04-09-tool-stats-reset",date:"2026-04-09",title:{en:"Tool statistics improved — counts reset to zero",ko:"도구 통계가 개선되었습니다 — 수치가 초기화됩니다",es:"Las estadísticas de herramientas mejoraron — los conteos se reinician a cero","pt-br":"As estatísticas de ferramentas foram melhoradas — os contadores serão reiniciados",ja:"ツール統計が改善されました — 数値は0から再開されます",id:"Statistik tool ditingkatkan — hitungan direset ke nol"},body:{en:`This update improves how your tool usage is tracked. After upgrading, the statistics on the Tools page will start from zero.
154
+
155
+ What's better:
156
+ • Pro feature usage is now tracked more precisely — you can see whether a Pro action was handled by a Basic alternative or was unavailable, instead of a single warning count.
157
+ • Each session's activity is now recorded individually, so you can review exactly what happened in each work session from the History tab.
158
+
159
+ Your previous data is automatically saved as a backup file in each place's observability folder. You don't need to do anything — if the old numbers aren't needed, you can safely ignore the backup.`,ko:`이번 업데이트로 도구 사용 통계 추적 방식이 개선되었습니다. 업데이트 후 도구 페이지의 통계 수치가 0에서 다시 시작합니다.
160
+
161
+ 개선된 점:
162
+ • Pro 기능 사용 현황이 더 정확하게 표시됩니다 — 기존의 단일 경고 수치 대신, Pro 액션이 Basic 대체로 처리되었는지 또는 사용할 수 없었는지를 구분하여 볼 수 있습니다.
163
+ • 각 작업 세션의 활동이 개별적으로 기록되어, History 탭에서 세션별로 어떤 작업이 수행되었는지 확인할 수 있습니다.
164
+
165
+ 이전 데이터는 각 place의 observability 폴더에 백업 파일로 자동 저장됩니다. 별도로 할 일은 없으며, 이전 수치가 필요 없으면 백업 파일을 무시하셔도 됩니다.`,es:`Esta actualización mejora cómo se registra el uso de tus herramientas. Después de actualizar, las estadísticas de la página Tools comenzarán desde cero.
166
+
167
+ Qué mejora:
168
+ • El uso de funciones Pro ahora se registra con más precisión: puedes ver si una acción Pro fue resuelta con una alternativa Basic o si no estuvo disponible, en lugar de ver un único conteo de advertencias.
169
+ • La actividad de cada sesión ahora se registra por separado, para que puedas revisar exactamente qué ocurrió en cada sesión desde la pestaña History.
170
+
171
+ Tus datos anteriores se guardan automáticamente como un archivo de respaldo en la carpeta observability de cada place. No necesitas hacer nada; si ya no necesitas los números anteriores, puedes ignorar ese respaldo.`,"pt-br":`Esta atualização melhora a forma como o uso das suas ferramentas é registrado. Depois de atualizar, as estatísticas da página Tools começarão do zero.
172
+
173
+ O que melhora:
174
+ • O uso de recursos Pro agora é registrado com mais precisão: você pode ver se uma ação Pro foi atendida por uma alternativa Basic ou se estava indisponível, em vez de um único contador de avisos.
175
+ • A atividade de cada sessão agora é registrada separadamente, para que você possa revisar exatamente o que aconteceu em cada sessão na aba History.
176
+
177
+ Seus dados anteriores são salvos automaticamente como arquivo de backup na pasta observability de cada place. Você não precisa fazer nada; se os números antigos não forem mais necessários, pode ignorar esse backup.`,ja:`この更新では、ツール使用状況の記録方法が改善されます。更新後、Toolsページの統計は0から再開されます。
178
+
179
+ 改善点:
180
+ • Pro機能の利用状況がより正確に記録されます。これまでの単一の警告数ではなく、ProアクションがBasicの代替で処理されたのか、利用できなかったのかを確認できます。
181
+ • 各セッションの活動が個別に記録されるため、Historyタブで各作業セッションで何が起きたかを正確に確認できます。
182
+
183
+ 以前のデータは各placeのobservabilityフォルダにバックアップファイルとして自動保存されます。特に操作は不要で、以前の数値が不要ならバックアップは無視して構いません。`,id:`Pembaruan ini meningkatkan cara penggunaan tool Anda dicatat. Setelah diperbarui, statistik di halaman Tools akan mulai lagi dari nol.
184
+
185
+ Yang menjadi lebih baik:
186
+ • Penggunaan fitur Pro sekarang dicatat dengan lebih akurat — Anda bisa melihat apakah aksi Pro ditangani oleh alternatif Basic atau memang tidak tersedia, bukan hanya satu jumlah peringatan.
187
+ • Aktivitas setiap sesi sekarang dicatat secara terpisah, sehingga Anda bisa meninjau dengan tepat apa yang terjadi di setiap sesi kerja dari tab History.
188
+
189
+ Data lama Anda otomatis disimpan sebagai file cadangan di folder observability setiap place. Anda tidak perlu melakukan apa pun — jika angka lama sudah tidak diperlukan, Anda bisa mengabaikan cadangan tersebut.`},severity:"warning",category:"notice"},{id:"2026-04-09-changelog-history-reset",date:"2026-04-09",title:{en:"Older changelog history may not appear after upgrade",ko:"이전 변경 이력이 업그레이드 후 표시되지 않을 수 있습니다",es:"El historial anterior del changelog puede no aparecer después de actualizar","pt-br":"O histórico antigo do changelog pode não aparecer após a atualização",ja:"更新後、以前の変更履歴が表示されない場合があります",id:"Riwayat changelog lama mungkin tidak muncul setelah upgrade"},body:{en:`The Changelog page now uses an improved format to display your work history. Entries recorded before this update may not appear on the page, but no data has been deleted.
190
+
191
+ Previous history files are still saved on disk in each place's observability folder. New entries going forward will appear normally.`,ko:`Changelog 페이지가 개선된 형식으로 작업 이력을 표시합니다. 이번 업데이트 이전에 기록된 항목은 페이지에 표시되지 않을 수 있지만, 데이터가 삭제된 것은 아닙니다.
192
+
193
+ 이전 이력 파일은 각 place의 observability 폴더에 그대로 보존되어 있습니다. 앞으로 새로 기록되는 항목은 정상적으로 표시됩니다.`,es:`La página Changelog ahora usa un formato mejorado para mostrar tu historial de trabajo. Las entradas registradas antes de esta actualización pueden no aparecer en la página, pero no se ha eliminado ningún dato.
194
+
195
+ Los archivos anteriores del historial siguen guardados en disco dentro de la carpeta observability de cada place. Las nuevas entradas registradas a partir de ahora aparecerán con normalidad.`,"pt-br":`A página Changelog agora usa um formato aprimorado para mostrar seu histórico de trabalho. Entradas registradas antes desta atualização podem não aparecer na página, mas nenhum dado foi excluído.
196
+
197
+ Os arquivos antigos de histórico continuam salvos em disco na pasta observability de cada place. As novas entradas registradas a partir de agora aparecerão normalmente.`,ja:`Changelogページは、作業履歴を表示するために改善された形式を使うようになりました。この更新以前に記録された項目はページに表示されない場合がありますが、データが削除されたわけではありません。
198
+
199
+ 以前の履歴ファイルは引き続き各placeのobservabilityフォルダに保存されています。今後新しく記録される項目は通常どおり表示されます。`,id:`Halaman Changelog sekarang menggunakan format yang ditingkatkan untuk menampilkan riwayat kerja Anda. Entri yang dicatat sebelum pembaruan ini mungkin tidak muncul di halaman, tetapi tidak ada data yang dihapus.
200
+
201
+ File riwayat lama masih tersimpan di disk di folder observability masing-masing place. Entri baru yang dicatat mulai sekarang akan muncul seperti biasa.`},severity:"info",category:"notice"},{id:"2026-04-09-whats-new-launch",date:"2026-04-09",title:{en:"What's New page is here!",ko:"새 소식 페이지가 추가되었습니다!",es:"¡La página de novedades ya está disponible!","pt-br":"A página de novidades chegou!",ja:"新着情報ページが追加されました!",id:"Halaman kabar terbaru sudah hadir!"},body:{en:`You can now see MCP product announcements, release notes, and important notices right from the dashboard.
202
+ Check back here after each update for the latest changes.`,ko:`이제 대시보드에서 MCP 제품 공지, 릴리스 노트, 중요 알림을 바로 확인할 수 있습니다.
203
+ 업데이트 후 이 페이지에서 최신 변경사항을 확인하세요.`,es:`Ahora puedes ver anuncios del producto MCP, notas de versión y avisos importantes directamente desde el dashboard.
204
+ Vuelve a revisar esta página después de cada actualización para ver los cambios más recientes.`,"pt-br":`Agora você pode ver anúncios do produto MCP, notas de versão e avisos importantes diretamente no dashboard.
205
+ Volte a esta página após cada atualização para conferir as mudanças mais recentes.`,ja:`これでダッシュボードからMCP製品のお知らせ、リリースノート、重要な通知を直接確認できるようになりました。
206
+ 更新後はこのページで最新の変更内容を確認してください。`,id:`Sekarang Anda bisa melihat pengumuman produk MCP, catatan rilis, dan pemberitahuan penting langsung dari dashboard.
207
+ Silakan cek kembali halaman ini setelah setiap pembaruan untuk melihat perubahan terbaru.`},severity:"info",category:"notice"}],Fl="weppy-dashboard.whatsNew.readIds";function xp(){try{const a=localStorage.getItem(Fl);if(!a)return new Set;const i=JSON.parse(a);return Array.isArray(i)?new Set(i.filter(s=>typeof s=="string")):new Set}catch{return new Set}}function hy(a){try{localStorage.setItem(Fl,JSON.stringify([...a]))}catch{}}let la=xp(),Cp=la;const jl=new Set;function Rp(){Cp=new Set(la);for(const a of jl)a()}const wl={subscribe(a){return jl.add(a),()=>{jl.delete(a)}},getSnapshot(){return Cp},markRead(a){let i=!1;for(const s of a)la.has(s)||(la.add(s),i=!0);i&&(hy(la),Rp())}};typeof window<"u"&&window.addEventListener("storage",a=>{a.key===Fl&&(la=xp(),Rp())});function my(){const a=T.useSyncExternalStore(wl.subscribe,wl.getSnapshot),i=gy.filter(s=>!a.has(s.id)).length;return{readSet:a,unreadCount:i,markRead:wl.markRead}}const yy=5e3,vy=5;let ua=[],Vd=null;function jp(){if(ua.length===0)return;const a=ua.splice(0),i=`${ji}/api/dashboard/analytics`,s=JSON.stringify({events:a});fetch(i,{method:"POST",headers:{"Content-Type":"application/json"},body:s}).catch(()=>{})}function Py(){Vd||(Vd=setInterval(jp,yy))}function Yd(a){ua.push(a),Py(),ua.length>=vy&&jp()}typeof window<"u"&&window.addEventListener("beforeunload",()=>{if(ua.length===0)return;const a=`${ji}/api/dashboard/analytics`,i=JSON.stringify({events:ua.splice(0)});navigator.sendBeacon(a,new Blob([i],{type:"application/json"}))});function Ep(){const a=T.useCallback((s,c)=>{Yd({name:s,params:c})},[]),i=T.useCallback(s=>{Yd({name:"dashboard_page_view",params:{page:s}})},[]);return{trackEvent:a,trackPageView:i}}const wy="_header_uxip6_2",ky="_projectBlock_uxip6_14",Sy="_projectTitleRow_uxip6_21",by="_label_uxip6_28",xy="_projectName_uxip6_37",Cy="_projectActions_uxip6_45",Ry="_projectMetaRow_uxip6_62",jy="_projectMetaLabel_uxip6_70",Ey="_projectMetaValue_uxip6_78",_y="_placeBadge_uxip6_87",Ty="_placeBadgeMuted_uxip6_102",My="_placeIcon_uxip6_106",Ny="_placeSection_uxip6_110",Ly="_placeSectionHeader_uxip6_116",Ay="_placeNotice_uxip6_123",Dy="_routeNotice_uxip6_124",zy="_placeList_uxip6_137",Iy="_placeCard_uxip6_143",Oy="_placeCardCurrent_uxip6_151",Fy="_placeCardTop_uxip6_156",By="_placeCardName_uxip6_163",Wy="_placeCardBadge_uxip6_169",Uy="_placeCardBadgeActive_uxip6_179",Hy="_placeCardBadgeInactive_uxip6_184",Vy="_placeCardMeta_uxip6_189",Yy="_actions_uxip6_196",qy="_iconButton_uxip6_203",Ky="_changeButton_uxip6_236",Ne={header:wy,projectBlock:ky,projectTitleRow:Sy,label:by,projectName:xy,projectActions:Cy,projectMetaRow:Ry,projectMetaLabel:jy,projectMetaValue:Ey,placeBadge:_y,placeBadgeMuted:Ty,placeIcon:My,placeSection:Ny,placeSectionHeader:Ly,placeNotice:Ay,routeNotice:Dy,placeList:zy,placeCard:Iy,placeCardCurrent:Oy,placeCardTop:Fy,placeCardName:By,placeCardBadge:Wy,placeCardBadgeActive:Uy,placeCardBadgeInactive:Hy,placeCardMeta:Vy,actions:Yy,iconButton:qy,changeButton:Ky},$y="_bellWrapper_tae21_2",Qy="_unreadDot_tae21_8",qd={bellWrapper:$y,unreadDot:Qy};function Gy(){const{t:a}=ir(),{unreadCount:i}=my(),{trackEvent:s}=Ep(),{pathname:c}=cn(),d=c.replace(/^\//,"").split("/")[0]||"overview",p=i>0?`${a("header.whatsNew","What's New")} (${i})`:a("header.whatsNew","What's New");return L.jsx(nr,{text:a("header.whatsNew.tooltip","What's New"),children:L.jsxs("span",{className:qd.bellWrapper,children:[L.jsx(zl,{to:"/whats-new","aria-label":p,className:Ne.iconButton,onClick:()=>s("dashboard_click_event",{click_target:"notification_bell",placement:"top_header",page:d}),children:"🔔"}),i>0&&L.jsx("span",{className:qd.unreadDot,"data-testid":"unread-dot","aria-hidden":"true"})]})})}const Jy="_backdrop_1ct9h_1",Xy="_modal_1ct9h_11",Zy="_title_1ct9h_20",ev="_message_1ct9h_26",tv="_actions_1ct9h_32",ov="_cancelButton_1ct9h_39",nv="_confirmButton_1ct9h_40",uo={backdrop:Jy,modal:Xy,title:Zy,message:ev,actions:tv,cancelButton:ov,confirmButton:nv};function kl(a,i){return L.jsxs("div",{style:{display:"grid",gap:6},children:[L.jsx("span",{style:{fontSize:12,fontWeight:700,color:"#9fb0cb"},children:a}),L.jsx("code",{style:{display:"block",overflowWrap:"anywhere",padding:"10px 12px",borderRadius:12,border:"1px solid rgba(162, 179, 207, 0.2)",background:"rgba(10, 15, 25, 0.72)",color:"#f4f7fb",fontSize:12,lineHeight:1.5},children:i})]})}function av(a){const s=/^[A-Z]:\\/i.test(a)||a.includes("\\")?"\\":"/";return`${a.replace(/[\\/]+$/,"")}${s}weppy-project-sync`}function rv({open:a,step:i,selectedProjectRoot:s,studioConnected:c,loading:d=!1,errorMessage:p=null,onClose:f,onPick:m,onApply:h}){const{t:P}=ir();if(!a)return null;const x=s?av(s):"";return L.jsx("div",{className:uo.backdrop,onClick:d?void 0:f,role:"presentation",children:L.jsxs("div",{className:uo.modal,onClick:C=>C.stopPropagation(),role:"dialog","aria-modal":"true","aria-labelledby":"project-root-change-modal-title",children:[L.jsx("h2",{id:"project-root-change-modal-title",className:uo.title,children:i==="initial"?P("header.projectRootModal.initial.title","Change project root"):P("header.projectRootModal.confirm.title","Confirm new project root")}),L.jsx("p",{className:uo.message,children:i==="initial"?c?P("header.projectRootModal.initial.body.connected","MCP will switch to the new project root and resync current Studio contents into the new target."):P("header.projectRootModal.initial.body.disconnected","MCP will switch to the new project root and use the new folder as the next sync target."):P("header.projectRootModal.confirm.body","Review the selected project folder before applying.")}),L.jsxs("div",{style:{display:"grid",gap:14,marginTop:18},children:[i==="initial"?L.jsxs(L.Fragment,{children:[kl(P("header.projectRootModal.initial.nextSyncRoot","New sync target after selection"),P("header.projectRootModal.initial.nextSyncRoot.placeholder","<selected project folder>/weppy-project-sync")),L.jsxs("ul",{style:{margin:0,paddingLeft:18,color:"#c8d2e3",lineHeight:1.6},children:[c?L.jsxs(L.Fragment,{children:[L.jsx("li",{children:P("header.projectRootModal.initial.warningStop","Current sync stops immediately.")}),L.jsx("li",{children:P("header.projectRootModal.initial.warningFreshSync","The current Studio contents will be used to build a fresh full sync in the new target.")})]}):L.jsx("li",{children:P("header.projectRootModal.initial.warningDeferredSync","If Studio is not connected, full resync starts the next time the plugin connects.")}),L.jsx("li",{children:P("header.projectRootModal.initial.warningNoMove","Old sync folders are not moved automatically.")})]})]}):L.jsxs(L.Fragment,{children:[kl(P("header.projectRootModal.confirm.projectRoot","Selected project folder"),s??""),kl(P("header.projectRootModal.confirm.syncRoot","New sync target"),x),L.jsx("p",{className:uo.message,children:P("header.projectRootModal.confirm.warningNoMove","Existing sync folders are not moved automatically.")})]}),p?L.jsx("p",{className:uo.message,style:{marginTop:0,color:"#ffb3b3"},children:p}):null]}),L.jsxs("div",{className:uo.actions,children:[L.jsx("button",{className:uo.cancelButton,onClick:f,disabled:d,children:P("header.projectRootModal.cancel","Cancel")}),i==="initial"?L.jsx("button",{className:uo.confirmButton,onClick:m,disabled:d,children:d?"...":P("header.projectRootModal.pick","Choose folder")}):L.jsx("button",{className:uo.confirmButton,onClick:h,disabled:d||!s,children:d?"...":P("header.projectRootModal.apply","Apply change")})]})]})})}function vi({text:a,children:i}){return L.jsx(nr,{text:a,children:i})}function Kd(a){if(!a)return"";const i=a.split(/[\\/]/).filter(Boolean);return i[i.length-1]??""}function iv(a){var c,d;const i=((c=a==null?void 0:a.mcpInstances)==null?void 0:c.filter(p=>!p.isServer&&p.aiClientName))??[];if(i.length===0){const p=((d=a==null?void 0:a.mcpInstances)==null?void 0:d.find(f=>!!f.aiClientName))??null;return(p==null?void 0:p.projectRoot)??(p==null?void 0:p.cwd)??null}i.sort((p,f)=>(f.lastCommandAt??f.connectedAt)-(p.lastCommandAt??p.connectedAt));const s=i[0];return s.projectRoot??s.cwd??null}function sv(a,i,s){return a??i??s}function lv(a){const i=a.replace(/^\//,"").split("/")[0];return i===""||i==="overview"}function cv(a){return a.replace(/^\//,"").split("/")[0]==="sync"}function uv(a){return a.replace(/^\//,"").split("/")[0]==="playtest"}function dv(a){return a.replace(/^\//,"").split("/")[0]==="changelog"}function pv(a){return a.replace(/^\//,"").split("/")[0]==="whats-new"}function $d(a,i){if(a&&typeof a=="object"&&"message"in a&&typeof a.message=="string"){const s=a.message.trim();if(s.length>0)return s}return i}function fv(){var Mt,Lo,un,fo;const{pathname:a}=cn(),{level:i,status:s}=Il(),{t:c}=ir(),{show:d}=Pp(),[p,f]=T.useState(null),[m,h]=T.useState(null),[P,x]=T.useState(null),[C,M]=T.useState(!1),[O,H]=T.useState(null),[F,U]=T.useState(null),[ge,q]=T.useState(!1),[ue,re]=T.useState(!1),[xe,Ee]=T.useState(null),E=c("header.placeNotConnected","Place not connected"),J=lv(a),ke=cv(a),ie=uv(a),We=dv(a),Te=pv(a);T.useEffect(()=>{let pe=!1;async function Ge(){if(i==="disconnected"){f(null);return}try{const ft=await po.get("/connection-info");pe||f(ft)}catch{pe||f(null)}}return Ge(),()=>{pe=!0}},[i,s==null?void 0:s.sessionId,s==null?void 0:s.connectedClients]),T.useEffect(()=>{let pe=!1;async function Ge(){if(i==="disconnected"){h(null),M(!1);return}h(null),M(!1);try{const ft=await dy();pe||(h(ft),M(!1))}catch{pe||(h(null),M(!0))}}return Ge(),()=>{pe=!0}},[J,i,s==null?void 0:s.sessionId,s==null?void 0:s.connectedClients]),T.useEffect(()=>{let pe=!1;async function Ge(){if(i==="disconnected"){x(null);return}try{const ft=await uy();pe||x(ft)}catch{pe||x(null)}}return Ge(),()=>{pe=!0}},[i,s==null?void 0:s.sessionId,s==null?void 0:s.connectedClients]);const ze=iv(p)??"",he=i==="disconnected"?"blocked":m?"ready":C?"error":"loading",Ze=he==="ready"?(m==null?void 0:m.projectRoot)??"":he==="loading"?c("header.currentProject.loading","Loading project root..."):c("header.currentProject.unavailable","Project root unavailable"),et=he==="ready"?(m==null?void 0:m.projectRoot)??"":J?"":ze,Ie=J||he==="ready"?he==="ready"?Kd(et)||c("header.unknownProject","Unknown project"):he==="loading"?c("header.currentProject.loading","Loading project root..."):c("header.currentProject.unavailable","Project root unavailable"):Kd(et)||c("header.unknownProject","Unknown project"),B=sv((Lo=(Mt=s==null?void 0:s.pluginClients)==null?void 0:Mt[0])==null?void 0:Lo.placeName,(fo=(un=s==null?void 0:s.pluginClients)==null?void 0:un[0])==null?void 0:fo.projectName,E),ae=B===E?c("header.placeNotConnected.tooltip","Place not connected"):c("header.place.tooltip","Connected Roblox place"),Y=P!=null&&P.pluginConnected?P.activePlaceId:(P==null?void 0:P.lastActivePlaceId)??null,k=[...(P==null?void 0:P.places)??[]].sort((pe,Ge)=>{const ft=pe.placeId===Y,An=Ge.placeId===Y;return ft!==An?ft?-1:1:pe.isConnected!==Ge.isConnected?pe.isConnected?-1:1:pe.placeName.localeCompare(Ge.placeName)}),N=k.find(pe=>pe.placeId===Y)??null,de=J?he==="loading"?c("header.currentProject.loading.tooltip","Project root information is still loading"):he==="error"?c("header.currentProject.unavailable.tooltip","Current project root information is unavailable"):c("header.currentProject.tooltip","Currently selected project folder"):c("header.currentProject.tooltip","Currently selected project folder"),ye=he==="ready"?(m==null?void 0:m.projectSyncRoot)??"":he==="loading"?c("header.currentProjectSyncRoot.loading","Loading sync root..."):c("header.currentProjectSyncRoot.unavailable","Sync root unavailable"),me=he==="loading"?c("header.currentProjectSyncRoot.loading.tooltip","Sync root information is still loading"):he==="error"?c("header.currentProjectSyncRoot.unavailable.tooltip","Current sync root information is unavailable"):c("header.currentProjectSyncRoot.tooltip","Current sync root folder for the selected project"),Pe=he==="ready"?(N==null?void 0:N.testsPath)??c("header.testFiles.unavailable","Test files unavailable"):he==="loading"?c("header.currentProjectSyncRoot.loading","Loading sync root..."):c("header.testFiles.unavailable","Test files unavailable"),Re=he==="ready"?c("header.testFiles.tooltip","Current playtest files directory for the selected place"):he==="loading"?c("header.currentProjectSyncRoot.loading.tooltip","Sync root information is still loading"):c("header.currentProjectSyncRoot.unavailable.tooltip","Current sync root information is unavailable"),we=ke?{label:c("header.currentProjectSyncRoot.label","Sync Root"),value:ye,tooltip:me}:ie?{label:c("header.testFiles.label","Test Files"),value:Pe,tooltip:Re}:null,Ue=(ke||ie||We)&&(P==null?void 0:P.pluginConnected)===!1,ct=i==="disconnected"||he!=="ready",Mo=i==="disconnected"?c("header.changeProjectRoot.disabledTooltip.l0","MCP server connection required before project root can be changed"):he==="loading"?c("header.changeProjectRoot.disabledTooltip.loading","Project root information is still loading"):he==="error"?c("header.changeProjectRoot.disabledTooltip.unavailable","Current project root information is unavailable"):c("header.changeProjectRoot.tooltip","Change the current project root"),tt=(pe=!1)=>{!pe&&(ge||ue)||(H(null),U(null),Ee(null))},Tt=()=>{ct||(Ee(null),U(null),H("initial"))},No=async()=>{q(!0),Ee(null);try{const pe=await py();if(pe.cancelled||!pe.projectRoot){tt(!0);return}U(pe.projectRoot),H("confirm")}catch(pe){Ee($d(pe,c("header.projectRootModal.error","Failed to change project root")))}finally{q(!1)}},Ln=async()=>{if(F){re(!0),Ee(null);try{const pe=await fy(F);h(pe),M(!1),tt(!0)}catch(pe){const Ge=$d(pe,c("header.projectRootModal.error","Failed to change project root"));Ee(Ge),d(Ge,"error")}finally{re(!1)}}};return Te?null:L.jsxs(L.Fragment,{children:[L.jsxs("header",{className:Ne.header,children:[L.jsxs("div",{className:Ne.projectBlock,children:[L.jsx("span",{className:Ne.label,children:c("header.currentProject","Current Project")}),L.jsxs("div",{className:Ne.projectTitleRow,children:[L.jsx("strong",{className:Ne.projectName,children:L.jsx(vi,{text:de,children:Ie})}),L.jsx("div",{className:Ne.projectActions,children:L.jsx(nr,{text:Mo,children:L.jsx("span",{children:L.jsx("button",{type:"button",className:Ne.changeButton,onClick:Tt,disabled:ct,children:c("header.changeProjectRoot","Change Project Root")})})})})]}),L.jsxs("span",{className:Ne.projectMetaRow,children:[L.jsx(vi,{text:c("header.currentProject.tooltip","Currently selected project folder"),children:L.jsx("span",{className:Ne.projectMetaLabel,children:c("header.projectRoot.label","Project Root")})}),L.jsx("span",{className:Ne.projectMetaValue,children:Ze})]}),we?L.jsxs("span",{className:Ne.projectMetaRow,children:[L.jsx(vi,{text:we.tooltip,children:L.jsx("span",{className:Ne.projectMetaLabel,children:we.label})}),L.jsx("span",{className:Ne.projectMetaValue,children:we.value})]}):null,L.jsxs("div",{className:Ne.placeSection,children:[L.jsxs("div",{className:Ne.placeSectionHeader,children:[L.jsx("span",{className:Ne.projectMetaLabel,children:c("header.places.title","Places")}),P!=null&&P.pluginConnected?null:L.jsx("span",{className:Ne.placeNotice,children:c("header.places.pluginRequired","Plugin connection required")})]}),L.jsx("div",{className:Ne.placeList,children:k.length>0?k.map(pe=>{const Ge=pe.placeId===Y,ft=P!=null&&P.pluginConnected&&pe.isConnected?c("header.places.active","Active"):c("header.places.inactive","Inactive");return L.jsxs("div",{className:[Ne.placeCard,Ge?Ne.placeCardCurrent:""].filter(Boolean).join(" "),title:`${pe.placeName} (${ft})`,children:[L.jsxs("div",{className:Ne.placeCardTop,children:[L.jsx("span",{className:Ne.placeCardName,children:pe.placeName}),L.jsx("span",{className:[Ne.placeCardBadge,P!=null&&P.pluginConnected&&pe.isConnected?Ne.placeCardBadgeActive:Ne.placeCardBadgeInactive].join(" "),children:ft})]}),L.jsx("div",{className:Ne.placeCardMeta,children:`place_${pe.placeId}`})]},`${pe.placeId}:${pe.placeDirName}`)}):L.jsx(vi,{text:ae,children:L.jsxs("span",{className:[Ne.placeBadge,B===E?Ne.placeBadgeMuted:""].filter(Boolean).join(" "),children:[L.jsx("span",{className:Ne.placeIcon,children:"🎮"}),L.jsx("span",{children:B})]})})}),Ue?L.jsx("div",{className:Ne.routeNotice,children:c("header.places.liveRequired","Plugin connection required for live active place")}):null]})]}),L.jsxs("div",{className:Ne.actions,children:[L.jsx(Gy,{}),L.jsx(nr,{text:c("sidebar.settings","Settings"),children:L.jsx(zl,{to:"/settings","aria-label":c("sidebar.settings","Settings"),className:Ne.iconButton,children:"⚙️"})})]})]}),L.jsx(rv,{open:O!==null,step:O??"initial",selectedProjectRoot:F,studioConnected:i==="studioConnected",loading:ge||ue,errorMessage:xe,onClose:tt,onPick:No,onApply:Ln})]})}const gv="_layout_ya8ln_2",hv="_mainShell_ya8ln_8",mv="_content_ya8ln_17",yv="_loading_ya8ln_25",Pi={layout:gv,mainShell:hv,content:mv,loading:yv};function vv(a){return a.replace(/^\//,"").split("/")[0]||"overview"}function Pv(){const{pathname:a}=cn(),{trackPageView:i}=Ep();return T.useEffect(()=>{i(vv(a))},[a,i]),null}function wv(){return L.jsx(_m,{children:L.jsx(Om,{children:L.jsxs(wm,{children:[L.jsx(Fm,{}),L.jsx(Pv,{}),L.jsxs("div",{className:Pi.layout,children:[L.jsx(cy,{}),L.jsxs("div",{className:Pi.mainShell,children:[L.jsx(fv,{}),L.jsx("main",{className:Pi.content,children:L.jsx(T.Suspense,{fallback:L.jsx("div",{className:Pi.loading,children:"Loading..."}),children:L.jsx(Bh,{})})})]})]})]})})})}function Qd(a){return a.route==="/"?{index:!0,lazy:a.lazy}:{path:a.route.slice(1),lazy:a.lazy}}const kv=$h([{path:"/",element:L.jsx(wv,{}),children:[...Sp.map(Qd),...bp.map(Qd),{path:"changelog/:id",lazy:()=>Ro(()=>import("./ChangelogDetailPage-DRfFUIvC.js"),__vite__mapDeps([26,1,4,5,27]))},{path:"settings",lazy:()=>Ro(()=>import("./SettingsPage-D2ZBQ2KF.js"),__vite__mapDeps([28,1,29]))}]}]);wg.createRoot(document.getElementById("root")).render(L.jsx(om,{router:kv}));export{Mn as A,Km as D,zl as L,jm as S,vi as T,po as a,bv as b,bh as c,Il as d,xv as e,qm as f,Cv as g,Rv as h,Pp as i,L as j,Ep as k,cn as l,nr as m,my as n,gy as o,T as r,uo as s,ir as u};