@weppy/roblox-mcp 2.4.0 → 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 (168) hide show
  1. package/.claude-plugin/marketplace.json +2 -2
  2. package/.github/workflows/install-test.yml +2 -21
  3. package/CHANGELOG.md +30 -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-CDMDeGei.js → ChangelogDetailPage-DRfFUIvC.js} +1 -1
  141. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{ChangelogPage-Uhx5ND-w.js → ChangelogPage-Dgl8dBt6.js} +1 -1
  142. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{ConfirmModal-BHlbjwL7.js → ConfirmModal-DfdyAPrJ.js} +1 -1
  143. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{ConnectionPage-VXh4Hc9N.js → ConnectionPage-LSvSX1_u.js} +1 -1
  144. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{InfoLabel-CGOLGj5z.js → InfoLabel-DrK7vhO-.js} +1 -1
  145. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{OverviewPage-CWnqw6VH.js → OverviewPage-CXsGuoPu.js} +1 -1
  146. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{PlaytestPage-62dIQkgo.js → PlaytestPage-CgkzRAqQ.js} +2 -2
  147. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{PropertyDiff-DnLJY3ZB.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-6VL6HJhv.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-7eRDwSAZ.js → TierComparison-BwKqP_4s.js} +1 -1
  152. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{TierPromoProgress-DFG_858F.js → TierPromoProgress-CLAr1gQq.js} +1 -1
  153. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/ToolsPage-54vIMfZg.css +1 -0
  154. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/ToolsPage-CqzfCxxH.js +1 -0
  155. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{WhatsNewPage-WPfXt13q.js → WhatsNewPage-23o8LmsR.js} +1 -1
  156. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/index-BfvSPSNj.js +207 -0
  157. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/{useLiveUptime-BT-AiWEA.js → useLiveUptime-BeRNzFBh.js} +1 -1
  158. package/plugins/weppy-roblox-mcp/dashboard/dist/index.html +3 -3
  159. package/plugins/weppy-roblox-mcp/dist/index.js +82 -82
  160. package/plugins/weppy-roblox-mcp/roblox-plugin/WeppyRobloxMCP.rbxm +0 -0
  161. package/.github/workflows/deploy-docs.yml +0 -41
  162. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/SettingsPage-Bjr3d4mM.js +0 -1
  163. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/SyncPage-jdplS80I.js +0 -4
  164. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/ToolsPage-B8iwhAW0.css +0 -1
  165. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/ToolsPage-Cc6Vl-VU.js +0 -1
  166. package/plugins/weppy-roblox-mcp/dashboard/dist/assets/index-BhDELp5r.js +0 -143
  167. /package/docs/installer/{wrox-icon.png → weppy-icon.png} +0 -0
  168. /package/plugins/weppy-roblox-mcp/dashboard/dist/{wrox-icon.png → weppy-icon.png} +0 -0
@@ -1,143 +0,0 @@
1
- const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["assets/OverviewPage-CWnqw6VH.js","assets/InfoLabel-CGOLGj5z.js","assets/StatusBadge-6VL6HJhv.js","assets/StatusBadge-C2zYt5iE.css","assets/PropertyDiff-DnLJY3ZB.js","assets/PropertyDiff-Cbx8P1zh.css","assets/TierComparison-7eRDwSAZ.js","assets/TierComparison-DGh9vLz0.css","assets/useLiveUptime-BT-AiWEA.js","assets/TierPromoProgress-DFG_858F.js","assets/TierPromo.module-CAoUYgIx.js","assets/TierPromo-D5n9OoEm.css","assets/OverviewPage-Dsfl-NRT.css","assets/ConnectionPage-VXh4Hc9N.js","assets/ConfirmModal-BHlbjwL7.js","assets/ConnectionPage-9bG71eB1.css","assets/SyncPage-jdplS80I.js","assets/SyncPage-CLt9jxd8.css","assets/ChangelogPage-Uhx5ND-w.js","assets/ChangelogPage-BH87M2hn.css","assets/PlaytestPage-62dIQkgo.js","assets/PlaytestPage-CYSu0pfO.css","assets/ToolsPage-Cc6Vl-VU.js","assets/ToolsPage-B8iwhAW0.css","assets/WhatsNewPage-WPfXt13q.js","assets/WhatsNewPage-Lxgj0StO.css","assets/ChangelogDetailPage-CDMDeGei.js","assets/ChangelogDetailPage-D6Tqz7ut.css","assets/SettingsPage-Bjr3d4mM.js","assets/SettingsPage-DTv0NbEY.css"])))=>i.map(i=>d[i]);
2
- var dg=Object.defineProperty;var pg=(a,i,l)=>i in a?dg(a,i,{enumerable:!0,configurable:!0,writable:!0,value:l}):a[i]=l;var xo=(a,i,l)=>pg(a,typeof i!="symbol"?i+"":i,l);function Gd(a,i){for(var l=0;l<i.length;l++){const c=i[l];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 l(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=l(d);fetch(d.href,p)}})();function Yd(a){return a&&a.__esModule&&Object.prototype.hasOwnProperty.call(a,"default")?a.default:a}var cs={exports:{}},Ga={},us={exports:{}},Pe={};/**
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 Pe;cd=1;var a=Symbol.for("react.element"),i=Symbol.for("react.portal"),l=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"),w=Symbol.for("react.memo"),R=Symbol.for("react.lazy"),x=Symbol.iterator;function M(k){return k===null||typeof k!="object"?null:(k=x&&k[x]||k["@@iterator"],typeof k=="function"?k:null)}var I={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},H=Object.assign,F={};function W(k,N,de){this.props=k,this.context=N,this.refs=F,this.updater=de||I}W.prototype.isReactComponent={},W.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")},W.prototype.forceUpdate=function(k){this.updater.enqueueForceUpdate(this,k,"forceUpdate")};function ge(){}ge.prototype=W.prototype;function X(k,N,de){this.props=k,this.context=N,this.refs=F,this.updater=de||I}var ue=X.prototype=new ge;ue.constructor=X,H(ue,W.prototype),ue.isPureReactComponent=!0;var re=Array.isArray,Re=Object.prototype.hasOwnProperty,Ee={current:null},E={key:!0,ref:!0,__self:!0,__source:!0};function Y(k,N,de){var ye,me={},we=null,Ce=null;if(N!=null)for(ye in N.ref!==void 0&&(Ce=N.ref),N.key!==void 0&&(we=""+N.key),N)Re.call(N,ye)&&!E.hasOwnProperty(ye)&&(me[ye]=N[ye]);var Se=arguments.length-2;if(Se===1)me.children=de;else if(1<Se){for(var We=Array(Se),ct=0;ct<Se;ct++)We[ct]=arguments[ct+2];me.children=We}if(k&&k.defaultProps)for(ye in Se=k.defaultProps,Se)me[ye]===void 0&&(me[ye]=Se[ye]);return{$$typeof:a,type:k,key:we,ref:Ce,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 Ue(k){var N={"=":"=0",":":"=2"};return"$"+k.replace(/[=:]/g,function(de){return N[de]})}var Te=/\/+/g;function Ae(k,N){return typeof k=="object"&&k!==null&&k.key!=null?Ue(""+k.key):N.toString(36)}function he(k,N,de,ye,me){var we=typeof k;(we==="undefined"||we==="boolean")&&(k=null);var Ce=!1;if(k===null)Ce=!0;else switch(we){case"string":case"number":Ce=!0;break;case"object":switch(k.$$typeof){case a:case i:Ce=!0}}if(Ce)return Ce=k,me=me(Ce),k=ye===""?"."+Ae(Ce,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||Ce&&Ce.key===me.key?"":(""+me.key).replace(Te,"$&/")+"/")+k)),N.push(me)),1;if(Ce=0,ye=ye===""?".":ye+":",re(k))for(var Se=0;Se<k.length;Se++){we=k[Se];var We=ye+Ae(we,Se);Ce+=he(we,N,de,We,me)}else if(We=M(k),typeof We=="function")for(k=We.call(k),Se=0;!(we=k.next()).done;)we=we.value,We=ye+Ae(we,Se++),Ce+=he(we,N,de,We,me);else if(we==="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 Ce}function Ze(k,N,de){if(k==null)return k;var ye=[],me=0;return he(k,ye,"","",function(we){return N.call(de,we,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 ze={current:null},B={transition:null},ae={ReactCurrentDispatcher:ze,ReactCurrentBatchConfig:B,ReactCurrentOwner:Ee};function q(){throw Error("act(...) is not supported in production builds of React.")}return Pe.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}},Pe.Component=W,Pe.Fragment=l,Pe.Profiler=d,Pe.PureComponent=X,Pe.StrictMode=c,Pe.Suspense=h,Pe.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=ae,Pe.act=q,Pe.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,we=k.ref,Ce=k._owner;if(N!=null){if(N.ref!==void 0&&(we=N.ref,Ce=Ee.current),N.key!==void 0&&(me=""+N.key),k.type&&k.type.defaultProps)var Se=k.type.defaultProps;for(We in N)Re.call(N,We)&&!E.hasOwnProperty(We)&&(ye[We]=N[We]===void 0&&Se!==void 0?Se[We]:N[We])}var We=arguments.length-2;if(We===1)ye.children=de;else if(1<We){Se=Array(We);for(var ct=0;ct<We;ct++)Se[ct]=arguments[ct+2];ye.children=Se}return{$$typeof:a,type:k.type,key:me,ref:we,props:ye,_owner:Ce}},Pe.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},Pe.createElement=Y,Pe.createFactory=function(k){var N=Y.bind(null,k);return N.type=k,N},Pe.createRef=function(){return{current:null}},Pe.forwardRef=function(k){return{$$typeof:m,render:k}},Pe.isValidElement=ie,Pe.lazy=function(k){return{$$typeof:R,_payload:{_status:-1,_result:k},_init:et}},Pe.memo=function(k,N){return{$$typeof:w,type:k,compare:N===void 0?null:N}},Pe.startTransition=function(k){var N=B.transition;B.transition={};try{k()}finally{B.transition=N}},Pe.unstable_act=q,Pe.useCallback=function(k,N){return ze.current.useCallback(k,N)},Pe.useContext=function(k){return ze.current.useContext(k)},Pe.useDebugValue=function(){},Pe.useDeferredValue=function(k){return ze.current.useDeferredValue(k)},Pe.useEffect=function(k,N){return ze.current.useEffect(k,N)},Pe.useId=function(){return ze.current.useId()},Pe.useImperativeHandle=function(k,N,de){return ze.current.useImperativeHandle(k,N,de)},Pe.useInsertionEffect=function(k,N){return ze.current.useInsertionEffect(k,N)},Pe.useLayoutEffect=function(k,N){return ze.current.useLayoutEffect(k,N)},Pe.useMemo=function(k,N){return ze.current.useMemo(k,N)},Pe.useReducer=function(k,N,de){return ze.current.useReducer(k,N,de)},Pe.useRef=function(k){return ze.current.useRef(k)},Pe.useState=function(k){return ze.current.useState(k)},Pe.useSyncExternalStore=function(k,N,de){return ze.current.useSyncExternalStore(k,N,de)},Pe.useTransition=function(){return ze.current.useTransition()},Pe.version="18.3.1",Pe}var ud;function Es(){return ud||(ud=1,us.exports=fg()),us.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=Es(),i=Symbol.for("react.element"),l=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,w){var R,x={},M=null,I=null;w!==void 0&&(M=""+w),h.key!==void 0&&(M=""+h.key),h.ref!==void 0&&(I=h.ref);for(R in h)c.call(h,R)&&!p.hasOwnProperty(R)&&(x[R]=h[R]);if(m&&m.defaultProps)for(R in h=m.defaultProps,h)x[R]===void 0&&(x[R]=h[R]);return{$$typeof:i,type:m,key:M,ref:I,props:x,_owner:d.current}}return Ga.Fragment=l,Ga.jsx=f,Ga.jsxs=f,Ga}var pd;function hg(){return pd||(pd=1,cs.exports=gg()),cs.exports}var L=hg(),hi={},ds={exports:{}},Et={},ps={exports:{}},fs={};/**
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 q=B.length;B.push(ae);e:for(;0<q;){var k=q-1>>>1,N=B[k];if(0<d(N,ae))B[k]=ae,B[q]=N,q=k;else break e}}function l(B){return B.length===0?null:B[0]}function c(B){if(B.length===0)return null;var ae=B[0],q=B.pop();if(q!==ae){B[0]=q;e:for(var k=0,N=B.length,de=N>>>1;k<de;){var ye=2*(k+1)-1,me=B[ye],we=ye+1,Ce=B[we];if(0>d(me,q))we<N&&0>d(Ce,me)?(B[k]=Ce,B[we]=q,k=we):(B[k]=me,B[ye]=q,k=ye);else if(we<N&&0>d(Ce,q))B[k]=Ce,B[we]=q,k=we;else break e}}return ae}function d(B,ae){var q=B.sortIndex-ae.sortIndex;return q!==0?q: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=[],w=[],R=1,x=null,M=3,I=!1,H=!1,F=!1,W=typeof setTimeout=="function"?setTimeout:null,ge=typeof clearTimeout=="function"?clearTimeout:null,X=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=l(w);ae!==null;){if(ae.callback===null)c(w);else if(ae.startTime<=B)c(w),ae.sortIndex=ae.expirationTime,i(h,ae);else break;ae=l(w)}}function re(B){if(F=!1,ue(B),!H)if(l(h)!==null)H=!0,et(Re);else{var ae=l(w);ae!==null&&ze(re,ae.startTime-B)}}function Re(B,ae){H=!1,F&&(F=!1,ge(Y),Y=-1),I=!0;var q=M;try{for(ue(ae),x=l(h);x!==null&&(!(x.expirationTime>ae)||B&&!Ue());){var k=x.callback;if(typeof k=="function"){x.callback=null,M=x.priorityLevel;var N=k(x.expirationTime<=ae);ae=a.unstable_now(),typeof N=="function"?x.callback=N:x===l(h)&&c(h),ue(ae)}else c(h);x=l(h)}if(x!==null)var de=!0;else{var ye=l(w);ye!==null&&ze(re,ye.startTime-ae),de=!1}return de}finally{x=null,M=q,I=!1}}var Ee=!1,E=null,Y=-1,ke=5,ie=-1;function Ue(){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?Ae():(Ee=!1,E=null)}}else Ee=!1}var Ae;if(typeof X=="function")Ae=function(){X(Te)};else if(typeof MessageChannel<"u"){var he=new MessageChannel,Ze=he.port2;he.port1.onmessage=Te,Ae=function(){Ze.postMessage(null)}}else Ae=function(){W(Te,0)};function et(B){E=B,Ee||(Ee=!0,Ae())}function ze(B,ae){Y=W(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||I||(H=!0,et(Re))},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 l(h)},a.unstable_next=function(B){switch(M){case 1:case 2:case 3:var ae=3;break;default:ae=M}var q=M;M=ae;try{return B()}finally{M=q}},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 q=M;M=B;try{return ae()}finally{M=q}},a.unstable_scheduleCallback=function(B,ae,q){var k=a.unstable_now();switch(typeof q=="object"&&q!==null?(q=q.delay,q=typeof q=="number"&&0<q?k+q:k):q=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=q+N,B={id:R++,callback:ae,priorityLevel:B,startTime:q,expirationTime:N,sortIndex:-1},q>k?(B.sortIndex=q,i(w,B),l(h)===null&&B===l(w)&&(F?(ge(Y),Y=-1):F=!0,ze(re,q-k))):(B.sortIndex=N,i(h,B),H||I||(H=!0,et(Re))),B},a.unstable_shouldYield=Ue,a.unstable_wrapCallback=function(B){var ae=M;return function(){var q=M;M=ae;try{return B.apply(this,arguments)}finally{M=q}}}})(fs)),fs}var gd;function yg(){return gd||(gd=1,ps.exports=mg()),ps.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=Es(),i=yg();function l(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,w=/^[: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]*$/,R={},x={};function M(e){return h.call(x,e)?!0:h.call(R,e)?!1:w.test(e)?x[e]=!0:(R[e]=!0,!1)}function I(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"||I(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,s,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=s,this.removeEmptyString=u}var W={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(e){W[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];W[t]=new F(t,1,!1,e[1],null,!1,!1)}),["contentEditable","draggable","spellCheck","value"].forEach(function(e){W[e]=new F(e,2,!1,e.toLowerCase(),null,!1,!1)}),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(e){W[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){W[e]=new F(e,3,!1,e.toLowerCase(),null,!1,!1)}),["checked","multiple","muted","selected"].forEach(function(e){W[e]=new F(e,3,!0,e,null,!1,!1)}),["capture","download"].forEach(function(e){W[e]=new F(e,4,!1,e,null,!1,!1)}),["cols","rows","size","span"].forEach(function(e){W[e]=new F(e,6,!1,e,null,!1,!1)}),["rowSpan","start"].forEach(function(e){W[e]=new F(e,5,!1,e.toLowerCase(),null,!1,!1)});var ge=/[\-:]([a-z])/g;function X(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,X);W[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,X);W[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,X);W[t]=new F(t,1,!1,e,"http://www.w3.org/XML/1998/namespace",!1,!1)}),["tabIndex","crossOrigin"].forEach(function(e){W[e]=new F(e,1,!1,e.toLowerCase(),null,!1,!1)}),W.xlinkHref=new F("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1),["src","href","action","formAction"].forEach(function(e){W[e]=new F(e,1,!1,e.toLowerCase(),null,!0,!0)});function ue(e,t,o,n){var r=W.hasOwnProperty(t)?W[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,Re=Symbol.for("react.element"),Ee=Symbol.for("react.portal"),E=Symbol.for("react.fragment"),Y=Symbol.for("react.strict_mode"),ke=Symbol.for("react.profiler"),ie=Symbol.for("react.provider"),Ue=Symbol.for("react.context"),Te=Symbol.for("react.forward_ref"),Ae=Symbol.for("react.suspense"),he=Symbol.for("react.suspense_list"),Ze=Symbol.for("react.memo"),et=Symbol.for("react.lazy"),ze=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 q=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
- `),s=n.stack.split(`
37
- `),u=r.length-1,g=s.length-1;1<=u&&0<=g&&r[u]!==s[g];)g--;for(;1<=u&&0<=g;u--,g--)if(r[u]!==s[g]){if(u!==1||g!==1)do if(u--,g--,0>g||r[u]!==s[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 we(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 Y:return"StrictMode";case Ae:return"Suspense";case he:return"SuspenseList"}if(typeof e=="object")switch(e.$$typeof){case Ue: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:we(e.type)||"Memo";case et:t=e._payload,e=e._init;try{return we(e(t))}catch{}}return null}function Ce(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 we(t);case 8:return t===Y?"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 Se(e){switch(typeof e){case"boolean":case"number":case"string":case"undefined":return e;case"object":return e;default:return""}}function We(e){var t=e.type;return(e=e.nodeName)&&e.toLowerCase()==="input"&&(t==="checkbox"||t==="radio")}function ct(e){var t=We(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,s=o.set;return Object.defineProperty(e,t,{configurable:!0,get:function(){return r.call(this)},set:function(u){n=""+u,s.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=We(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 q({},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=Se(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=Se(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,Se(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=""+Se(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(l(91));return q({},t,{value:void 0,defaultValue:void 0,children:""+e._wrapperState.initialValue})}function Dn(e,t){var o=t.value;if(o==null){if(o=t.children,t=t.defaultValue,o!=null){if(t!=null)throw Error(l(92));if(pe(o)){if(1<o.length)throw Error(l(93));o=o[0]}t=o}t==null&&(t=""),o=t}e._wrapperState={initialValue:Se(o)}}function to(e,t){var o=Se(t.value),n=Se(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 Do(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 Oo(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 Xt(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=Xt(o,t[o],n);o==="float"&&(o="cssFloat"),n?e.setProperty(o,r):e[o]=r}}var lr=q({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 On(e,t){if(t){if(lr[e]&&(t.children!=null||t.dangerouslySetInnerHTML!=null))throw Error(l(137,e));if(t.dangerouslySetInnerHTML!=null){if(t.children!=null)throw Error(l(60));if(typeof t.dangerouslySetInnerHTML!="object"||!("__html"in t.dangerouslySetInnerHTML))throw Error(l(61))}if(t.style!=null&&typeof t.style!="object")throw Error(l(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 An=null;function Ao(e){return e=e.target||e.srcElement||window,e.correspondingUseElement&&(e=e.correspondingUseElement),e.nodeType===3?e.parentNode:e}var zn=null,no=null,ao=null;function sr(e){if(e=Oa(e)){if(typeof zn!="function")throw Error(l(280));var t=e.stateNode;t&&(t=Tr(t),zn(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,sr(e),t)for(e=0;e<t.length;e++)sr(t[e])}}function ha(e,t){return e(t)}function pn(){}var zo=!1;function ur(e,t,o){if(zo)return e(t,o);zo=!0;try{return ha(e,t,o)}finally{zo=!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(l(231,t,typeof o));return o}var y=!1;if(m)try{var P={};Object.defineProperty(P,"passive",{get:function(){y=!0}}),window.addEventListener("test",P,P),window.removeEventListener("test",P,P)}catch{y=!1}function _(e,t,o,n,r,s,u,g,v){var j=Array.prototype.slice.call(arguments,3);try{t.apply(o,j)}catch(A){this.onError(A)}}var D=!1,V=null,ne=!1,ce=null,J={onError:function(e){D=!0,V=e}};function ee(e,t,o,n,r,s,u,g,v){D=!1,V=null,_.apply(J,arguments)}function $(e,t,o,n,r,s,u,g,v){if(ee.apply(this,arguments),D){if(D){var j=V;D=!1,V=null}else throw Error(l(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 xe(e){if(G(e)!==e)throw Error(l(188))}function it(e){var t=e.alternate;if(!t){if(t=G(e),t===null)throw Error(l(188));return t!==e?null:e}for(var o=e,n=t;;){var r=o.return;if(r===null)break;var s=r.alternate;if(s===null){if(n=r.return,n!==null){o=n;continue}break}if(r.child===s.child){for(s=r.child;s;){if(s===o)return xe(r),e;if(s===n)return xe(r),t;s=s.sibling}throw Error(l(188))}if(o.return!==n.return)o=r,n=s;else{for(var u=!1,g=r.child;g;){if(g===o){u=!0,o=r,n=s;break}if(g===n){u=!0,n=r,o=s;break}g=g.sibling}if(!u){for(g=s.child;g;){if(g===o){u=!0,o=s,n=r;break}if(g===n){u=!0,n=s,o=r;break}g=g.sibling}if(!u)throw Error(l(189))}}if(o.alternate!==n)throw Error(l(190))}if(o.tag!==3)throw Error(l(188));return o.stateNode.current===o?e:t}function Ie(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 qe=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,In=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 De=Math.clz32?Math.clz32:_i,Io=Math.log,dr=Math.LN2;function _i(e){return e>>>=0,e===0?32:31-(Io(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,s=e.pingedLanes,u=o&268435455;if(u!==0){var g=u&~r;g!==0?n=ya(g):(s&=u,s!==0&&(n=ya(s)))}else u=o&~r,u!==0?n=ya(u):s!==0&&(n=ya(s));if(n===0)return 0;if(t!==0&&t!==n&&(t&r)===0&&(r=n&-n,s=t&-t,r>=s||r===16&&(s&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-De(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,s=e.pendingLanes;0<s;){var u=31-De(s),g=1<<u,v=r[u];v===-1?((g&o)===0||(g&n)!==0)&&(r[u]=_p(g,t)):v<=t&&(e.expiredLanes|=g),s&=~g}}function Ti(e){return e=e.pendingLanes&-1073741825,e!==0?e:e&1073741824?1073741824:0}function Bs(){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-De(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-De(o),s=1<<r;t[r]=0,n[r]=-1,e[r]=-1,o&=~s}}function Ni(e,t){var o=e.entangledLanes|=t;for(e=e.entanglements;o;){var n=31-De(o),r=1<<n;r&t|e[n]&t&&(e[n]|=t),o&=~r}}var Fe=0;function Us(e){return e&=-e,1<e?4<e?(e&268435455)!==0?16:536870912:4:1}var Ws,Li,Hs,Vs,qs,Di=!1,hr=[],Fo=null,Bo=null,Uo=null,wa=new Map,Sa=new Map,Wo=[],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 Xs(e,t){switch(e){case"focusin":case"focusout":Fo=null;break;case"dragenter":case"dragleave":Bo=null;break;case"mouseover":case"mouseout":Uo=null;break;case"pointerover":case"pointerout":wa.delete(t.pointerId);break;case"gotpointercapture":case"lostpointercapture":Sa.delete(t.pointerId)}}function ka(e,t,o,n,r,s){return e===null||e.nativeEvent!==s?(e={blockedOn:t,domEventName:o,eventSystemFlags:n,nativeEvent:s,targetContainers:[r]},t!==null&&(t=Oa(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 Uo=ka(Uo,e,t,o,n,r),!0;case"pointerover":var s=r.pointerId;return wa.set(s,ka(wa.get(s)||null,e,t,o,n,r)),!0;case"gotpointercapture":return s=r.pointerId,Sa.set(s,ka(Sa.get(s)||null,e,t,o,n,r)),!0}return!1}function Ks(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,qs(e.priority,function(){Hs(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=Ai(e.domEventName,e.eventSystemFlags,t[0],e.nativeEvent);if(o===null){o=e.nativeEvent;var n=new o.constructor(o.type,o);An=n,o.target.dispatchEvent(n),An=null}else return t=Oa(o),t!==null&&Li(t),e.blockedOn=o,!1;t.shift()}return!0}function $s(e,t,o){mr(e)&&o.delete(t)}function Dp(){Di=!1,Fo!==null&&mr(Fo)&&(Fo=null),Bo!==null&&mr(Bo)&&(Bo=null),Uo!==null&&mr(Uo)&&(Uo=null),wa.forEach($s),Sa.forEach($s)}function Pa(e,t){e.blockedOn===t&&(e.blockedOn=null,Di||(Di=!0,i.unstable_scheduleCallback(i.unstable_NormalPriority,Dp)))}function ba(e){function t(r){return Pa(r,e)}if(0<hr.length){Pa(hr[0],e);for(var o=1;o<hr.length;o++){var n=hr[o];n.blockedOn===e&&(n.blockedOn=null)}}for(Fo!==null&&Pa(Fo,e),Bo!==null&&Pa(Bo,e),Uo!==null&&Pa(Uo,e),wa.forEach(t),Sa.forEach(t),o=0;o<Wo.length;o++)n=Wo[o],n.blockedOn===e&&(n.blockedOn=null);for(;0<Wo.length&&(o=Wo[0],o.blockedOn===null);)Ks(o),o.blockedOn===null&&Wo.shift()}var Fn=re.ReactCurrentBatchConfig,yr=!0;function Op(e,t,o,n){var r=Fe,s=Fn.transition;Fn.transition=null;try{Fe=1,Oi(e,t,o,n)}finally{Fe=r,Fn.transition=s}}function Ap(e,t,o,n){var r=Fe,s=Fn.transition;Fn.transition=null;try{Fe=4,Oi(e,t,o,n)}finally{Fe=r,Fn.transition=s}}function Oi(e,t,o,n){if(yr){var r=Ai(e,t,o,n);if(r===null)Zi(e,t,n,vr,o),Xs(e,n);else if(Lp(r,e,t,o,n))n.stopPropagation();else if(Xs(e,n),t&4&&-1<Np.indexOf(e)){for(;r!==null;){var s=Oa(r);if(s!==null&&Ws(s),s=Ai(e,t,o,n),s===null&&Zi(e,t,n,vr,o),s===r)break;r=s}r!==null&&n.stopPropagation()}else Zi(e,t,n,null,o)}}var vr=null;function Ai(e,t,o,n){if(vr=null,e=Ao(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 Qs(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 In:return 16;case je:return 536870912;default:return 16}default:return 16}}var Ho=null,zi=null,wr=null;function Gs(){if(wr)return wr;var e,t=zi,o=t.length,n,r="value"in Ho?Ho.value:Ho.textContent,s=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[s-n];n++);return wr=r.slice(e,1<n?1-n:void 0)}function Sr(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 Ys(){return!1}function Lt(e){function t(o,n,r,s,u){this._reactName=o,this._targetInst=r,this.type=n,this.nativeEvent=s,this.target=u,this.currentTarget=null;for(var g in e)e.hasOwnProperty(g)&&(o=e[g],this[g]=o?o(s):s[g]);return this.isDefaultPrevented=(s.defaultPrevented!=null?s.defaultPrevented:s.returnValue===!1)?kr:Ys,this.isPropagationStopped=Ys,this}return q(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},Ii=Lt(Bn),Ra=q({},Bn,{view:0,detail:0}),zp=Lt(Ra),Fi,Bi,xa,Pr=q({},Ra,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:Wi,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!==xa&&(xa&&e.type==="mousemove"?(Fi=e.screenX-xa.screenX,Bi=e.screenY-xa.screenY):Bi=Fi=0,xa=e),Fi)},movementY:function(e){return"movementY"in e?e.movementY:Bi}}),Js=Lt(Pr),Ip=q({},Pr,{dataTransfer:0}),Fp=Lt(Ip),Bp=q({},Ra,{relatedTarget:0}),Ui=Lt(Bp),Up=q({},Bn,{animationName:0,elapsedTime:0,pseudoElement:0}),Wp=Lt(Up),Hp=q({},Bn,{clipboardData:function(e){return"clipboardData"in e?e.clipboardData:window.clipboardData}}),Vp=Lt(Hp),qp=q({},Bn,{data:0}),Zs=Lt(qp),Xp={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 Wi(){return Qp}var Gp=q({},Ra,{key:function(e){if(e.key){var t=Xp[e.key]||e.key;if(t!=="Unidentified")return t}return e.type==="keypress"?(e=Sr(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:Wi,charCode:function(e){return e.type==="keypress"?Sr(e):0},keyCode:function(e){return e.type==="keydown"||e.type==="keyup"?e.keyCode:0},which:function(e){return e.type==="keypress"?Sr(e):e.type==="keydown"||e.type==="keyup"?e.keyCode:0}}),Yp=Lt(Gp),Jp=q({},Pr,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0}),ec=Lt(Jp),Zp=q({},Ra,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:Wi}),ef=Lt(Zp),tf=q({},Bn,{propertyName:0,elapsedTime:0,pseudoElement:0}),of=Lt(tf),nf=q({},Pr,{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,Ca=null;m&&"documentMode"in document&&(Ca=document.documentMode);var lf=m&&"TextEvent"in window&&!Ca,tc=m&&(!Hi||Ca&&8<Ca&&11>=Ca),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 Un=!1;function sf(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(Un)return e==="compositionend"||!Hi&&ac(e,t)?(e=Gs(),wr=zi=Ho=null,Un=!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 lc(e,t,o,n){ga(n),t=jr(t,"onChange"),0<t.length&&(o=new Ii("onChange","change",null,o,n),e.push({event:o,listeners:t}))}var ja=null,Ea=null;function df(e){xc(e,0)}function br(e){var t=Xn(e);if(tt(t))return e}function pf(e,t){if(e==="change")return t}var sc=!1;if(m){var Vi;if(m){var qi="oninput"in document;if(!qi){var cc=document.createElement("div");cc.setAttribute("oninput","return;"),qi=typeof cc.oninput=="function"}Vi=qi}else Vi=!1;sc=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=[];lc(t,Ea,e,Ao(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 Xi(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&&Xi(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,s=Math.min(n.start,r);n=n.end===void 0?s:Math.min(n.end,r),!e.extend&&s>n&&(r=n,n=s,s=r),r=fc(o,s);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(),s>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 wf=m&&"documentMode"in document&&11>=document.documentMode,Wn=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||Wn==null||Wn!==Tt(n)||(n=Wn,"selectionStart"in n&&Xi(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 Ii("onSelect","select",null,t,o),e.push({event:t,listeners:n}),t.target=Wn)))}function Rr(e,t){var o={};return o[e.toLowerCase()]=t.toLowerCase(),o["Webkit"+e]="webkit"+t,o["Moz"+e]="moz"+t,o}var Hn={animationend:Rr("Animation","AnimationEnd"),animationiteration:Rr("Animation","AnimationIteration"),animationstart:Rr("Animation","AnimationStart"),transitionend:Rr("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 xr(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=xr("animationend"),wc=xr("animationiteration"),Sc=xr("animationstart"),kc=xr("transitionend"),Pc=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){Pc.set(e,t),p(t,[e])}for(var Gi=0;Gi<bc.length;Gi++){var Yi=bc[Gi],Sf=Yi.toLowerCase(),kf=Yi[0].toUpperCase()+Yi.slice(1);Vo(Sf,"on"+kf)}Vo(vc,"onAnimationEnd"),Vo(wc,"onAnimationIteration"),Vo(Sc,"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(" "),Pf=new Set("cancel close invalid load scroll toggle".split(" ").concat(Ma));function Rc(e,t,o){var n=e.type||"unknown-event";e.currentTarget=o,$(n,t,void 0,e),e.currentTarget=null}function xc(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 s=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!==s&&r.isPropagationStopped())break e;Rc(r,g,j),s=v}else for(u=0;u<n.length;u++){if(g=n[u],v=g.instance,j=g.currentTarget,g=g.listener,v!==s&&r.isPropagationStopped())break e;Rc(r,g,j),s=v}}}if(ne)throw e=ce,ne=!1,ce=null,e}function Xe(e,t){var o=t[rl];o===void 0&&(o=t[rl]=new Set);var n=e+"__bubble";o.has(n)||(Cc(t,e,2,!1),o.add(n))}function Ji(e,t,o){var n=0;t&&(n|=4),Cc(o,e,n,t)}var Cr="_reactListening"+Math.random().toString(36).slice(2);function Na(e){if(!e[Cr]){e[Cr]=!0,c.forEach(function(o){o!=="selectionchange"&&(Pf.has(o)||Ji(o,!1,e),Ji(o,!0,e))});var t=e.nodeType===9?e:e.ownerDocument;t===null||t[Cr]||(t[Cr]=!0,Ji("selectionchange",!1,t))}}function Cc(e,t,o,n){switch(Qs(t)){case 1:var r=Op;break;case 4:r=Ap;break;default:r=Oi}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 s=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=s=u;continue e}g=g.parentNode}}n=n.return}ur(function(){var j=s,A=Ao(o),z=[];e:{var O=Pc.get(e);if(O!==void 0){var K=Ii,Z=e;switch(e){case"keypress":if(Sr(o)===0)break e;case"keydown":case"keyup":K=Yp;break;case"focusin":Z="focus",K=Ui;break;case"focusout":Z="blur",K=Ui;break;case"beforeblur":case"afterblur":K=Ui;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=Js;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 wc:case Sc:K=Wp;break;case kc:K=of;break;case"scroll":K=zp;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?O!==null?O+"Capture":null:O;te=[];for(var S=j,C;S!==null;){C=S;var U=C.stateNode;if(C.tag===5&&U!==null&&(C=U,b!==null&&(U=fn(S,b),U!=null&&te.push(La(S,U,C)))),nt)break;S=S.return}0<te.length&&(O=new K(O,Z,null,o,A),z.push({event:O,listeners:te}))}}if((t&7)===0){e:{if(O=e==="mouseover"||e==="pointerover",K=e==="mouseout"||e==="pointerout",O&&o!==An&&(Z=o.relatedTarget||o.fromElement)&&(mn(Z)||Z[yo]))break e;if((K||O)&&(O=A.window===A?A:(O=A.ownerDocument)?O.defaultView||O.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=Js,U="onMouseLeave",b="onMouseEnter",S="mouse",(e==="pointerout"||e==="pointerover")&&(te=ec,U="onPointerLeave",b="onPointerEnter",S="pointer"),nt=K==null?O:Xn(K),C=Z==null?O:Xn(Z),O=new te(U,S+"leave",K,o,A),O.target=nt,O.relatedTarget=C,U=null,mn(A)===j&&(te=new te(b,S+"enter",Z,o,A),te.target=C,te.relatedTarget=nt,U=te),nt=U,K&&Z)t:{for(te=K,b=Z,S=0,C=te;C;C=Vn(C))S++;for(C=0,U=b;U;U=Vn(U))C++;for(;0<S-C;)te=Vn(te),S--;for(;0<C-S;)b=Vn(b),C--;for(;S--;){if(te===b||b!==null&&te===b.alternate)break t;te=Vn(te),b=Vn(b)}te=null}else te=null;K!==null&&jc(z,O,K,te,!1),Z!==null&&nt!==null&&jc(z,nt,Z,te,!0)}}e:{if(O=j?Xn(j):window,K=O.nodeName&&O.nodeName.toLowerCase(),K==="select"||K==="input"&&O.type==="file")var oe=pf;else if(ic(O))if(sc)oe=mf;else{oe=gf;var le=ff}else(K=O.nodeName)&&K.toLowerCase()==="input"&&(O.type==="checkbox"||O.type==="radio")&&(oe=hf);if(oe&&(oe=oe(e,j))){lc(z,oe,o,A);break e}le&&le(e,O,j),e==="focusout"&&(le=O._wrapperState)&&le.controlled&&O.type==="number"&&fo(O,"number",O.value)}switch(le=j?Xn(j):window,e){case"focusin":(ic(le)||le.contentEditable==="true")&&(Wn=le,Ki=j,Ta=null);break;case"focusout":Ta=Ki=Wn=null;break;case"mousedown":$i=!0;break;case"contextmenu":case"mouseup":case"dragend":$i=!1,mc(z,o,A);break;case"selectionchange":if(wf)break;case"keydown":case"keyup":mc(z,o,A)}var se;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 Un?ac(e,o)&&(fe="onCompositionEnd"):e==="keydown"&&o.keyCode===229&&(fe="onCompositionStart");fe&&(tc&&o.locale!=="ko"&&(Un||fe!=="onCompositionStart"?fe==="onCompositionEnd"&&Un&&(se=Gs()):(Ho=A,zi="value"in Ho?Ho.value:Ho.textContent,Un=!0)),le=jr(j,fe),0<le.length&&(fe=new Zs(fe,e,null,o,A),z.push({event:fe,listeners:le}),se?fe.data=se:(se=rc(o),se!==null&&(fe.data=se)))),(se=lf?sf(e,o):cf(e,o))&&(j=jr(j,"onBeforeInput"),0<j.length&&(A=new Zs("onBeforeInput","beforeinput",null,o,A),z.push({event:A,listeners:j}),A.data=se))}xc(z,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,s=r.stateNode;r.tag===5&&s!==null&&(r=s,s=fn(e,o),s!=null&&n.unshift(La(e,s,r)),s=fn(e,t),s!=null&&n.push(La(e,s,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 s=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,s),v!=null&&u.unshift(La(o,v,g))):r||(v=fn(o,s),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,Rf=/\u0000|\uFFFD/g;function Ec(e){return(typeof e=="string"?e:""+e).replace(bf,`
39
- `).replace(Rf,"")}function Er(e,t,o){if(t=Ec(t),Ec(e)!==t&&o)throw Error(l(425))}function _r(){}var el=null,tl=null;function ol(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 nl=typeof setTimeout=="function"?setTimeout:void 0,xf=typeof clearTimeout=="function"?clearTimeout:void 0,_c=typeof Promise=="function"?Promise:void 0,Cf=typeof queueMicrotask=="function"?queueMicrotask:typeof _c<"u"?function(e){return _c.resolve(null).then(e).catch(jf)}:nl;function jf(e){setTimeout(function(){throw e})}function al(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 qo(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 qn=Math.random().toString(36).slice(2),io="__reactFiber$"+qn,Da="__reactProps$"+qn,yo="__reactContainer$"+qn,rl="__reactEvents$"+qn,Ef="__reactListeners$"+qn,_f="__reactHandles$"+qn;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 Oa(e){return e=e[io]||e[yo],!e||e.tag!==5&&e.tag!==6&&e.tag!==13&&e.tag!==3?null:e}function Xn(e){if(e.tag===5||e.tag===6)return e.stateNode;throw Error(l(33))}function Tr(e){return e[Da]||null}var il=[],Kn=-1;function Xo(e){return{current:e}}function Ke(e){0>Kn||(e.current=il[Kn],il[Kn]=null,Kn--)}function Ve(e,t){Kn++,il[Kn]=e.current,e.current=t}var Ko={},yt=Xo(Ko),bt=Xo(!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={},s;for(s in o)r[s]=t[s];return n&&(e=e.stateNode,e.__reactInternalMemoizedUnmaskedChildContext=t,e.__reactInternalMemoizedMaskedChildContext=r),r}function Rt(e){return e=e.childContextTypes,e!=null}function Mr(){Ke(bt),Ke(yt)}function Mc(e,t,o){if(yt.current!==Ko)throw Error(l(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(l(108,Ce(e)||"Unknown",r));return q({},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(l(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,ll=!1;function Dc(e){vo===null?vo=[e]:vo.push(e)}function Tf(e){Lr=!0,Dc(e)}function $o(){if(!ll&&vo!==null){ll=!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)),qe(ho,$o),r}finally{Fe=t,ll=!1}}return null}var Qn=[],Gn=0,Dr=null,Or=0,Bt=[],Ut=0,vn=null,wo=1,So="";function wn(e,t){Qn[Gn++]=Or,Qn[Gn++]=Dr,Dr=e,Or=t}function Oc(e,t,o){Bt[Ut++]=wo,Bt[Ut++]=So,Bt[Ut++]=vn,vn=e;var n=wo;e=So;var r=32-De(n)-1;n&=~(1<<r),o+=1;var s=32-De(t)+r;if(30<s){var u=r-r%5;s=(n&(1<<u)-1).toString(32),n>>=u,r-=u,wo=1<<32-De(t)+r|o<<r|n,So=s+e}else wo=1<<s|o<<r|n,So=e}function sl(e){e.return!==null&&(wn(e,1),Oc(e,1,0))}function cl(e){for(;e===Dr;)Dr=Qn[--Gn],Qn[Gn]=null,Or=Qn[--Gn],Qn[Gn]=null;for(;e===vn;)vn=Bt[--Ut],Bt[Ut]=null,So=Bt[--Ut],Bt[Ut]=null,wo=Bt[--Ut],Bt[Ut]=null}var Dt=null,Ot=null,$e=!1,Qt=null;function Ac(e,t){var o=qt(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 zc(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,Dt=e,Ot=qo(t.firstChild),!0):!1;case 6:return t=e.pendingProps===""||t.nodeType!==3?null:t,t!==null?(e.stateNode=t,Dt=e,Ot=null,!0):!1;case 13:return t=t.nodeType!==8?null:t,t!==null?(o=vn!==null?{id:wo,overflow:So}:null,e.memoizedState={dehydrated:t,treeContext:o,retryLane:1073741824},o=qt(18,null,null,0),o.stateNode=t,o.return=e,e.child=o,Dt=e,Ot=null,!0):!1;default:return!1}}function ul(e){return(e.mode&1)!==0&&(e.flags&128)===0}function dl(e){if($e){var t=Ot;if(t){var o=t;if(!zc(e,t)){if(ul(e))throw Error(l(418));t=qo(o.nextSibling);var n=Dt;t&&zc(e,t)?Ac(n,o):(e.flags=e.flags&-4097|2,$e=!1,Dt=e)}}else{if(ul(e))throw Error(l(418));e.flags=e.flags&-4097|2,$e=!1,Dt=e}}}function Ic(e){for(e=e.return;e!==null&&e.tag!==5&&e.tag!==3&&e.tag!==13;)e=e.return;Dt=e}function Ar(e){if(e!==Dt)return!1;if(!$e)return Ic(e),$e=!0,!1;var t;if((t=e.tag!==3)&&!(t=e.tag!==5)&&(t=e.type,t=t!=="head"&&t!=="body"&&!ol(e.type,e.memoizedProps)),t&&(t=Ot)){if(ul(e))throw Fc(),Error(l(418));for(;t;)Ac(e,t),t=qo(t.nextSibling)}if(Ic(e),e.tag===13){if(e=e.memoizedState,e=e!==null?e.dehydrated:null,!e)throw Error(l(317));e:{for(e=e.nextSibling,t=0;e;){if(e.nodeType===8){var o=e.data;if(o==="/$"){if(t===0){Ot=qo(e.nextSibling);break e}t--}else o!=="$"&&o!=="$!"&&o!=="$?"||t++}e=e.nextSibling}Ot=null}}else Ot=Dt?qo(e.stateNode.nextSibling):null;return!0}function Fc(){for(var e=Ot;e;)e=qo(e.nextSibling)}function Yn(){Ot=Dt=null,$e=!1}function pl(e){Qt===null?Qt=[e]:Qt.push(e)}var Mf=re.ReactCurrentBatchConfig;function Aa(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(l(309));var n=o.stateNode}if(!n)throw Error(l(147,e));var r=n,s=""+e;return t!==null&&t.ref!==null&&typeof t.ref=="function"&&t.ref._stringRef===s?t.ref:(t=function(u){var g=r.refs;u===null?delete g[s]:g[s]=u},t._stringRef=s,t)}if(typeof e!="string")throw Error(l(284));if(!o._owner)throw Error(l(290,e))}return e}function zr(e,t){throw e=Object.prototype.toString.call(t),Error(l(31,e==="[object Object]"?"object with keys {"+Object.keys(t).join(", ")+"}":e))}function Bc(e){var t=e._init;return t(e._payload)}function Uc(e){function t(b,S){if(e){var C=b.deletions;C===null?(b.deletions=[S],b.flags|=16):C.push(S)}}function o(b,S){if(!e)return null;for(;S!==null;)t(b,S),S=S.sibling;return null}function n(b,S){for(b=new Map;S!==null;)S.key!==null?b.set(S.key,S):b.set(S.index,S),S=S.sibling;return b}function r(b,S){return b=on(b,S),b.index=0,b.sibling=null,b}function s(b,S,C){return b.index=C,e?(C=b.alternate,C!==null?(C=C.index,C<S?(b.flags|=2,S):C):(b.flags|=2,S)):(b.flags|=1048576,S)}function u(b){return e&&b.alternate===null&&(b.flags|=2),b}function g(b,S,C,U){return S===null||S.tag!==6?(S=ns(C,b.mode,U),S.return=b,S):(S=r(S,C),S.return=b,S)}function v(b,S,C,U){var oe=C.type;return oe===E?A(b,S,C.props.children,U,C.key):S!==null&&(S.elementType===oe||typeof oe=="object"&&oe!==null&&oe.$$typeof===et&&Bc(oe)===S.type)?(U=r(S,C.props),U.ref=Aa(b,S,C),U.return=b,U):(U=li(C.type,C.key,C.props,null,b.mode,U),U.ref=Aa(b,S,C),U.return=b,U)}function j(b,S,C,U){return S===null||S.tag!==4||S.stateNode.containerInfo!==C.containerInfo||S.stateNode.implementation!==C.implementation?(S=as(C,b.mode,U),S.return=b,S):(S=r(S,C.children||[]),S.return=b,S)}function A(b,S,C,U,oe){return S===null||S.tag!==7?(S=jn(C,b.mode,U,oe),S.return=b,S):(S=r(S,C),S.return=b,S)}function z(b,S,C){if(typeof S=="string"&&S!==""||typeof S=="number")return S=ns(""+S,b.mode,C),S.return=b,S;if(typeof S=="object"&&S!==null){switch(S.$$typeof){case Re:return C=li(S.type,S.key,S.props,null,b.mode,C),C.ref=Aa(b,null,S),C.return=b,C;case Ee:return S=as(S,b.mode,C),S.return=b,S;case et:var U=S._init;return z(b,U(S._payload),C)}if(pe(S)||ae(S))return S=jn(S,b.mode,C,null),S.return=b,S;zr(b,S)}return null}function O(b,S,C,U){var oe=S!==null?S.key:null;if(typeof C=="string"&&C!==""||typeof C=="number")return oe!==null?null:g(b,S,""+C,U);if(typeof C=="object"&&C!==null){switch(C.$$typeof){case Re:return C.key===oe?v(b,S,C,U):null;case Ee:return C.key===oe?j(b,S,C,U):null;case et:return oe=C._init,O(b,S,oe(C._payload),U)}if(pe(C)||ae(C))return oe!==null?null:A(b,S,C,U,null);zr(b,C)}return null}function K(b,S,C,U,oe){if(typeof U=="string"&&U!==""||typeof U=="number")return b=b.get(C)||null,g(S,b,""+U,oe);if(typeof U=="object"&&U!==null){switch(U.$$typeof){case Re:return b=b.get(U.key===null?C:U.key)||null,v(S,b,U,oe);case Ee:return b=b.get(U.key===null?C:U.key)||null,j(S,b,U,oe);case et:var le=U._init;return K(b,S,C,le(U._payload),oe)}if(pe(U)||ae(U))return b=b.get(C)||null,A(S,b,U,oe,null);zr(S,U)}return null}function Z(b,S,C,U){for(var oe=null,le=null,se=S,fe=S=0,pt=null;se!==null&&fe<C.length;fe++){se.index>fe?(pt=se,se=null):pt=se.sibling;var Oe=O(b,se,C[fe],U);if(Oe===null){se===null&&(se=pt);break}e&&se&&Oe.alternate===null&&t(b,se),S=s(Oe,S,fe),le===null?oe=Oe:le.sibling=Oe,le=Oe,se=pt}if(fe===C.length)return o(b,se),$e&&wn(b,fe),oe;if(se===null){for(;fe<C.length;fe++)se=z(b,C[fe],U),se!==null&&(S=s(se,S,fe),le===null?oe=se:le.sibling=se,le=se);return $e&&wn(b,fe),oe}for(se=n(b,se);fe<C.length;fe++)pt=K(se,b,fe,C[fe],U),pt!==null&&(e&&pt.alternate!==null&&se.delete(pt.key===null?fe:pt.key),S=s(pt,S,fe),le===null?oe=pt:le.sibling=pt,le=pt);return e&&se.forEach(function(nn){return t(b,nn)}),$e&&wn(b,fe),oe}function te(b,S,C,U){var oe=ae(C);if(typeof oe!="function")throw Error(l(150));if(C=oe.call(C),C==null)throw Error(l(151));for(var le=oe=null,se=S,fe=S=0,pt=null,Oe=C.next();se!==null&&!Oe.done;fe++,Oe=C.next()){se.index>fe?(pt=se,se=null):pt=se.sibling;var nn=O(b,se,Oe.value,U);if(nn===null){se===null&&(se=pt);break}e&&se&&nn.alternate===null&&t(b,se),S=s(nn,S,fe),le===null?oe=nn:le.sibling=nn,le=nn,se=pt}if(Oe.done)return o(b,se),$e&&wn(b,fe),oe;if(se===null){for(;!Oe.done;fe++,Oe=C.next())Oe=z(b,Oe.value,U),Oe!==null&&(S=s(Oe,S,fe),le===null?oe=Oe:le.sibling=Oe,le=Oe);return $e&&wn(b,fe),oe}for(se=n(b,se);!Oe.done;fe++,Oe=C.next())Oe=K(se,b,fe,Oe.value,U),Oe!==null&&(e&&Oe.alternate!==null&&se.delete(Oe.key===null?fe:Oe.key),S=s(Oe,S,fe),le===null?oe=Oe:le.sibling=Oe,le=Oe);return e&&se.forEach(function(ug){return t(b,ug)}),$e&&wn(b,fe),oe}function nt(b,S,C,U){if(typeof C=="object"&&C!==null&&C.type===E&&C.key===null&&(C=C.props.children),typeof C=="object"&&C!==null){switch(C.$$typeof){case Re:e:{for(var oe=C.key,le=S;le!==null;){if(le.key===oe){if(oe=C.type,oe===E){if(le.tag===7){o(b,le.sibling),S=r(le,C.props.children),S.return=b,b=S;break e}}else if(le.elementType===oe||typeof oe=="object"&&oe!==null&&oe.$$typeof===et&&Bc(oe)===le.type){o(b,le.sibling),S=r(le,C.props),S.ref=Aa(b,le,C),S.return=b,b=S;break e}o(b,le);break}else t(b,le);le=le.sibling}C.type===E?(S=jn(C.props.children,b.mode,U,C.key),S.return=b,b=S):(U=li(C.type,C.key,C.props,null,b.mode,U),U.ref=Aa(b,S,C),U.return=b,b=U)}return u(b);case Ee:e:{for(le=C.key;S!==null;){if(S.key===le)if(S.tag===4&&S.stateNode.containerInfo===C.containerInfo&&S.stateNode.implementation===C.implementation){o(b,S.sibling),S=r(S,C.children||[]),S.return=b,b=S;break e}else{o(b,S);break}else t(b,S);S=S.sibling}S=as(C,b.mode,U),S.return=b,b=S}return u(b);case et:return le=C._init,nt(b,S,le(C._payload),U)}if(pe(C))return Z(b,S,C,U);if(ae(C))return te(b,S,C,U);zr(b,C)}return typeof C=="string"&&C!==""||typeof C=="number"?(C=""+C,S!==null&&S.tag===6?(o(b,S.sibling),S=r(S,C),S.return=b,b=S):(o(b,S),S=ns(C,b.mode,U),S.return=b,b=S),u(b)):o(b,S)}return nt}var Jn=Uc(!0),Wc=Uc(!1),Ir=Xo(null),Fr=null,Zn=null,fl=null;function gl(){fl=Zn=Fr=null}function hl(e){var t=Ir.current;Ke(Ir),e._currentValue=t}function ml(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,fl=Zn=null,e=e.dependencies,e!==null&&e.firstContext!==null&&((e.lanes&t)!==0&&(xt=!0),e.firstContext=null)}function Wt(e){var t=e._currentValue;if(fl!==e)if(e={context:e,memoizedValue:t,next:null},Zn===null){if(Fr===null)throw Error(l(308));Zn=e,Fr.dependencies={lanes:0,firstContext:e}}else Zn=Zn.next=e;return t}var Sn=null;function yl(e){Sn===null?Sn=[e]:Sn.push(e)}function Hc(e,t,o,n){var r=t.interleaved;return r===null?(o.next=o,yl(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 vl(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 Po(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,yl(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 qc(e,t){var o=e.updateQueue,n=e.alternate;if(n!==null&&(n=n.updateQueue,o===n)){var r=null,s=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};s===null?r=s=u:s=s.next=u,o=o.next}while(o!==null);s===null?r=s=t:s=s.next=t}else r=s=t;o={baseState:n.baseState,firstBaseUpdate:r,lastBaseUpdate:s,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 Ur(e,t,o,n){var r=e.updateQueue;Qo=!1;var s=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?s=j:u.next=j,u=v;var A=e.alternate;A!==null&&(A=A.updateQueue,g=A.lastBaseUpdate,g!==u&&(g===null?A.firstBaseUpdate=j:g.next=j,A.lastBaseUpdate=v))}if(s!==null){var z=r.baseState;u=0,A=j=v=null,g=s;do{var O=g.lane,K=g.eventTime;if((n&O)===O){A!==null&&(A=A.next={eventTime:K,lane:0,tag:g.tag,payload:g.payload,callback:g.callback,next:null});e:{var Z=e,te=g;switch(O=t,K=o,te.tag){case 1:if(Z=te.payload,typeof Z=="function"){z=Z.call(K,z,O);break e}z=Z;break e;case 3:Z.flags=Z.flags&-65537|128;case 0:if(Z=te.payload,O=typeof Z=="function"?Z.call(K,z,O):Z,O==null)break e;z=q({},z,O);break e;case 2:Qo=!0}}g.callback!==null&&g.lane!==0&&(e.flags|=64,O=r.effects,O===null?r.effects=[g]:O.push(g))}else K={eventTime:K,lane:O,tag:g.tag,payload:g.payload,callback:g.callback,next:null},A===null?(j=A=K,v=z):A=A.next=K,u|=O;if(g=g.next,g===null){if(g=r.shared.pending,g===null)break;O=g,g=O.next,O.next=null,r.lastBaseUpdate=O,r.shared.pending=null}}while(!0);if(A===null&&(v=z),r.baseState=v,r.firstBaseUpdate=j,r.lastBaseUpdate=A,t=r.shared.interleaved,t!==null){r=t;do u|=r.lane,r=r.next;while(r!==t)}else s===null&&(r.shared.lanes=0);bn|=u,e.lanes=u,e.memoizedState=z}}function Xc(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(l(191,r));r.call(n)}}}var za={},lo=Xo(za),Ia=Xo(za),Fa=Xo(za);function kn(e){if(e===za)throw Error(l(174));return e}function wl(e,t){switch(Ve(Fa,t),Ve(Ia,e),Ve(lo,za),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(lo),Ve(lo,t)}function ta(){Ke(lo),Ke(Ia),Ke(Fa)}function Kc(e){kn(Fa.current);var t=kn(lo.current),o=dn(t,e.type);t!==o&&(Ve(Ia,e),Ve(lo,o))}function Sl(e){Ia.current===e&&(Ke(lo),Ke(Ia))}var Ye=Xo(0);function Wr(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 kl=[];function Pl(){for(var e=0;e<kl.length;e++)kl[e]._workInProgressVersionPrimary=null;kl.length=0}var Hr=re.ReactCurrentDispatcher,bl=re.ReactCurrentBatchConfig,Pn=0,Je=null,lt=null,ut=null,Vr=!1,Ba=!1,Ua=0,Nf=0;function vt(){throw Error(l(321))}function Rl(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 xl(e,t,o,n,r,s){if(Pn=s,Je=t,t.memoizedState=null,t.updateQueue=null,t.lanes=0,Hr.current=e===null||e.memoizedState===null?Af:zf,e=o(n,r),Ba){s=0;do{if(Ba=!1,Ua=0,25<=s)throw Error(l(301));s+=1,ut=lt=null,t.updateQueue=null,Hr.current=If,e=o(n,r)}while(Ba)}if(Hr.current=Kr,t=lt!==null&&lt.next!==null,Pn=0,ut=lt=Je=null,Vr=!1,t)throw Error(l(300));return e}function Cl(){var e=Ua!==0;return Ua=0,e}function so(){var e={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return ut===null?Je.memoizedState=ut=e:ut=ut.next=e,ut}function Ht(){if(lt===null){var e=Je.alternate;e=e!==null?e.memoizedState:null}else e=lt.next;var t=ut===null?Je.memoizedState:ut.next;if(t!==null)ut=t,lt=e;else{if(e===null)throw Error(l(310));lt=e,e={memoizedState:lt.memoizedState,baseState:lt.baseState,baseQueue:lt.baseQueue,queue:lt.queue,next:null},ut===null?Je.memoizedState=ut=e:ut=ut.next=e}return ut}function Wa(e,t){return typeof t=="function"?t(e):t}function jl(e){var t=Ht(),o=t.queue;if(o===null)throw Error(l(311));o.lastRenderedReducer=e;var n=lt,r=n.baseQueue,s=o.pending;if(s!==null){if(r!==null){var u=r.next;r.next=s.next,s.next=u}n.baseQueue=r=s,o.pending=null}if(r!==null){s=r.next,n=n.baseState;var g=u=null,v=null,j=s;do{var A=j.lane;if((Pn&A)===A)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 z={lane:A,action:j.action,hasEagerState:j.hasEagerState,eagerState:j.eagerState,next:null};v===null?(g=v=z,u=n):v=v.next=z,Je.lanes|=A,bn|=A}j=j.next}while(j!==null&&j!==s);v===null?u=n:v.next=g,$t(n,t.memoizedState)||(xt=!0),t.memoizedState=n,t.baseState=u,t.baseQueue=v,o.lastRenderedState=n}if(e=o.interleaved,e!==null){r=e;do s=r.lane,Je.lanes|=s,bn|=s,r=r.next;while(r!==e)}else r===null&&(o.lanes=0);return[t.memoizedState,o.dispatch]}function El(e){var t=Ht(),o=t.queue;if(o===null)throw Error(l(311));o.lastRenderedReducer=e;var n=o.dispatch,r=o.pending,s=t.memoizedState;if(r!==null){o.pending=null;var u=r=r.next;do s=e(s,u.action),u=u.next;while(u!==r);$t(s,t.memoizedState)||(xt=!0),t.memoizedState=s,t.baseQueue===null&&(t.baseState=s),o.lastRenderedState=s}return[s,n]}function $c(){}function Qc(e,t){var o=Je,n=Ht(),r=t(),s=!$t(n.memoizedState,r);if(s&&(n.memoizedState=r,xt=!0),n=n.queue,_l(Jc.bind(null,o,n,e),[e]),n.getSnapshot!==t||s||ut!==null&&ut.memoizedState.tag&1){if(o.flags|=2048,Ha(9,Yc.bind(null,o,n,r,t),void 0,null),dt===null)throw Error(l(349));(Pn&30)!==0||Gc(o,t,r)}return r}function Gc(e,t,o){e.flags|=16384,e={getSnapshot:t,value:o},t=Je.updateQueue,t===null?(t={lastEffect:null,stores:null},Je.updateQueue=t,t.stores=[e]):(o=t.stores,o===null?t.stores=[e]:o.push(e))}function Yc(e,t,o,n){t.value=o,t.getSnapshot=n,Zc(t)&&eu(e)}function Jc(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=so();return typeof e=="function"&&(e=e()),t.memoizedState=t.baseState=e,e={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:Wa,lastRenderedState:e},t.queue=e,e=e.dispatch=Of.bind(null,Je,e),[t.memoizedState,e]}function Ha(e,t,o,n){return e={tag:e,create:t,destroy:o,deps:n,next:null},t=Je.updateQueue,t===null?(t={lastEffect:null,stores:null},Je.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 qr(e,t,o,n){var r=so();Je.flags|=e,r.memoizedState=Ha(1|t,o,void 0,n===void 0?null:n)}function Xr(e,t,o,n){var r=Ht();n=n===void 0?null:n;var s=void 0;if(lt!==null){var u=lt.memoizedState;if(s=u.destroy,n!==null&&Rl(n,u.deps)){r.memoizedState=Ha(t,o,s,n);return}}Je.flags|=e,r.memoizedState=Ha(1|t,o,s,n)}function nu(e,t){return qr(8390656,8,e,t)}function _l(e,t){return Xr(2048,8,e,t)}function au(e,t){return Xr(4,2,e,t)}function ru(e,t){return Xr(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 lu(e,t,o){return o=o!=null?o.concat([e]):null,Xr(4,4,iu.bind(null,t,e),o)}function Tl(){}function su(e,t){var o=Ht();t=t===void 0?null:t;var n=o.memoizedState;return n!==null&&t!==null&&Rl(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&&Rl(t,n[1])?n[0]:(e=e(),o.memoizedState=[e,t],e)}function uu(e,t,o){return(Pn&21)===0?(e.baseState&&(e.baseState=!1,xt=!0),e.memoizedState=o):($t(o,t)||(o=Bs(),Je.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=bl.transition;bl.transition={};try{e(!1),t()}finally{Fe=o,bl.transition=n}}function du(){return Ht().memoizedState}function Df(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=Pt();Zt(o,e,n,r),gu(o,t,n)}}function Of(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 s=e.alternate;if(e.lanes===0&&(s===null||s.lanes===0)&&(s=t.lastRenderedReducer,s!==null))try{var u=t.lastRenderedState,g=s(u,o);if(r.hasEagerState=!0,r.eagerState=g,$t(g,u)){var v=t.interleaved;v===null?(r.next=r,yl(t)):(r.next=v.next,v.next=r),t.interleaved=r;return}}catch{}finally{}o=Hc(e,t,r,n),o!==null&&(r=Pt(),Zt(o,e,n,r),gu(o,t,n))}}function pu(e){var t=e.alternate;return e===Je||t!==null&&t===Je}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:Wt,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},Af={readContext:Wt,useCallback:function(e,t){return so().memoizedState=[e,t===void 0?null:t],e},useContext:Wt,useEffect:nu,useImperativeHandle:function(e,t,o){return o=o!=null?o.concat([e]):null,qr(4194308,4,iu.bind(null,t,e),o)},useLayoutEffect:function(e,t){return qr(4194308,4,e,t)},useInsertionEffect:function(e,t){return qr(4,2,e,t)},useMemo:function(e,t){var o=so();return t=t===void 0?null:t,e=e(),o.memoizedState=[e,t],e},useReducer:function(e,t,o){var n=so();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=Df.bind(null,Je,e),[n.memoizedState,e]},useRef:function(e){var t=so();return e={current:e},t.memoizedState=e},useState:tu,useDebugValue:Tl,useDeferredValue:function(e){return so().memoizedState=e},useTransition:function(){var e=tu(!1),t=e[0];return e=Lf.bind(null,e[1]),so().memoizedState=e,[t,e]},useMutableSource:function(){},useSyncExternalStore:function(e,t,o){var n=Je,r=so();if($e){if(o===void 0)throw Error(l(407));o=o()}else{if(o=t(),dt===null)throw Error(l(349));(Pn&30)!==0||Gc(n,t,o)}r.memoizedState=o;var s={value:o,getSnapshot:t};return r.queue=s,nu(Jc.bind(null,n,s,e),[e]),n.flags|=2048,Ha(9,Yc.bind(null,n,s,o,t),void 0,null),o},useId:function(){var e=so(),t=dt.identifierPrefix;if($e){var o=So,n=wo;o=(n&~(1<<32-De(n)-1)).toString(32)+o,t=":"+t+"R"+o,o=Ua++,0<o&&(t+="H"+o.toString(32)),t+=":"}else o=Nf++,t=":"+t+"r"+o.toString(32)+":";return e.memoizedState=t},unstable_isNewReconciler:!1},zf={readContext:Wt,useCallback:su,useContext:Wt,useEffect:_l,useImperativeHandle:lu,useInsertionEffect:au,useLayoutEffect:ru,useMemo:cu,useReducer:jl,useRef:ou,useState:function(){return jl(Wa)},useDebugValue:Tl,useDeferredValue:function(e){var t=Ht();return uu(t,lt.memoizedState,e)},useTransition:function(){var e=jl(Wa)[0],t=Ht().memoizedState;return[e,t]},useMutableSource:$c,useSyncExternalStore:Qc,useId:du,unstable_isNewReconciler:!1},If={readContext:Wt,useCallback:su,useContext:Wt,useEffect:_l,useImperativeHandle:lu,useInsertionEffect:au,useLayoutEffect:ru,useMemo:cu,useReducer:El,useRef:ou,useState:function(){return El(Wa)},useDebugValue:Tl,useDeferredValue:function(e){var t=Ht();return lt===null?t.memoizedState=e:uu(t,lt.memoizedState,e)},useTransition:function(){var e=El(Wa)[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=q({},t),e=e.defaultProps;for(var o in e)t[o]===void 0&&(t[o]=e[o]);return t}return t}function Ml(e,t,o,n){t=e.memoizedState,o=o(n,t),o=o==null?t:q({},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=Pt(),r=en(e),s=Po(n,r);s.payload=t,o!=null&&(s.callback=o),t=Go(e,s,r),t!==null&&(Zt(t,e,r,n),Br(t,e,r))},enqueueReplaceState:function(e,t,o){e=e._reactInternals;var n=Pt(),r=en(e),s=Po(n,r);s.tag=1,s.payload=t,o!=null&&(s.callback=o),t=Go(e,s,r),t!==null&&(Zt(t,e,r,n),Br(t,e,r))},enqueueForceUpdate:function(e,t){e=e._reactInternals;var o=Pt(),n=en(e),r=Po(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,s,u){return e=e.stateNode,typeof e.shouldComponentUpdate=="function"?e.shouldComponentUpdate(n,s,u):t.prototype&&t.prototype.isPureReactComponent?!_a(o,n)||!_a(r,s):!0}function mu(e,t,o){var n=!1,r=Ko,s=t.contextType;return typeof s=="object"&&s!==null?s=Wt(s):(r=Rt(t)?yn:yt.current,n=t.contextTypes,s=(n=n!=null)?$n(e,r):Ko),t=new t(o,s),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=s),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 Nl(e,t,o,n){var r=e.stateNode;r.props=o,r.state=e.memoizedState,r.refs={},vl(e);var s=t.contextType;typeof s=="object"&&s!==null?r.context=Wt(s):(s=Rt(t)?yn:yt.current,r.context=$n(e,s)),r.state=e.memoizedState,s=t.getDerivedStateFromProps,typeof s=="function"&&(Ml(e,t,s,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),Ur(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(s){r=`
40
- Error generating stack: `+s.message+`
41
- `+s.stack}return{value:e,source:t,stack:r,digest:null}}function Ll(e,t,o){return{value:e,source:null,stack:o??null,digest:t??null}}function Dl(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=Po(-1,o),o.tag=3,o.payload={element:null};var n=t.value;return o.callback=function(){ti||(ti=!0,Ql=n),Dl(e,t)},o}function wu(e,t,o){o=Po(-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(){Dl(e,t)}}var s=e.stateNode;return s!==null&&typeof s.componentDidCatch=="function"&&(o.callback=function(){Dl(e,t),typeof n!="function"&&(Jo===null?Jo=new Set([this]):Jo.add(this));var u=t.stack;this.componentDidCatch(t.value,{componentStack:u!==null?u:""})}),o}function Su(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 Pu(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=Po(-1,1),t.tag=2,Go(o,t,1))),o.lanes|=1),e):(e.flags|=65536,e.lanes=r,e)}var Bf=re.ReactCurrentOwner,xt=!1;function kt(e,t,o,n){t.child=e===null?Wc(t,null,o,n):Jn(t,e.child,o,n)}function bu(e,t,o,n,r){o=o.render;var s=t.ref;return ea(t,r),n=xl(e,t,o,n,s,r),o=Cl(),e!==null&&!xt?(t.updateQueue=e.updateQueue,t.flags&=-2053,e.lanes&=~r,bo(e,t,r)):($e&&o&&sl(t),t.flags|=1,kt(e,t,n,r),t.child)}function Ru(e,t,o,n,r){if(e===null){var s=o.type;return typeof s=="function"&&!os(s)&&s.defaultProps===void 0&&o.compare===null&&o.defaultProps===void 0?(t.tag=15,t.type=s,xu(e,t,s,n,r)):(e=li(o.type,null,n,t,t.mode,r),e.ref=t.ref,e.return=t,t.child=e)}if(s=e.child,(e.lanes&r)===0){var u=s.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(s,n),e.ref=t.ref,e.return=t,t.child=e}function xu(e,t,o,n,r){if(e!==null){var s=e.memoizedProps;if(_a(s,n)&&e.ref===t.ref)if(xt=!1,t.pendingProps=n=s,(e.lanes&r)!==0)(e.flags&131072)!==0&&(xt=!0);else return t.lanes=e.lanes,bo(e,t,r)}return Ol(e,t,o,n,r)}function Cu(e,t,o){var n=t.pendingProps,r=n.children,s=e!==null?e.memoizedState:null;if(n.mode==="hidden")if((t.mode&1)===0)t.memoizedState={baseLanes:0,cachePool:null,transitions:null},Ve(aa,At),At|=o;else{if((o&1073741824)===0)return e=s!==null?s.baseLanes|o:o,t.lanes=t.childLanes=1073741824,t.memoizedState={baseLanes:e,cachePool:null,transitions:null},t.updateQueue=null,Ve(aa,At),At|=e,null;t.memoizedState={baseLanes:0,cachePool:null,transitions:null},n=s!==null?s.baseLanes:o,Ve(aa,At),At|=n}else s!==null?(n=s.baseLanes|o,t.memoizedState=null):n=o,Ve(aa,At),At|=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 Ol(e,t,o,n,r){var s=Rt(o)?yn:yt.current;return s=$n(t,s),ea(t,r),o=xl(e,t,o,n,s,r),n=Cl(),e!==null&&!xt?(t.updateQueue=e.updateQueue,t.flags&=-2053,e.lanes&=~r,bo(e,t,r)):($e&&n&&sl(t),t.flags|=1,kt(e,t,o,r),t.child)}function Eu(e,t,o,n,r){if(Rt(o)){var s=!0;Nr(t)}else s=!1;if(ea(t,r),t.stateNode===null)Gr(e,t),mu(t,o,n),Nl(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=Wt(j):(j=Rt(o)?yn:yt.current,j=$n(t,j));var A=o.getDerivedStateFromProps,z=typeof A=="function"||typeof u.getSnapshotBeforeUpdate=="function";z||typeof u.UNSAFE_componentWillReceiveProps!="function"&&typeof u.componentWillReceiveProps!="function"||(g!==n||v!==j)&&yu(t,u,n,j),Qo=!1;var O=t.memoizedState;u.state=O,Ur(t,n,u,r),v=t.memoizedState,g!==n||O!==v||bt.current||Qo?(typeof A=="function"&&(Ml(t,o,A,n),v=t.memoizedState),(g=Qo||hu(t,o,g,n,O,v,j))?(z||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,z=t.pendingProps,O=u.context,v=o.contextType,typeof v=="object"&&v!==null?v=Wt(v):(v=Rt(o)?yn:yt.current,v=$n(t,v));var K=o.getDerivedStateFromProps;(A=typeof K=="function"||typeof u.getSnapshotBeforeUpdate=="function")||typeof u.UNSAFE_componentWillReceiveProps!="function"&&typeof u.componentWillReceiveProps!="function"||(g!==z||O!==v)&&yu(t,u,n,v),Qo=!1,O=t.memoizedState,u.state=O,Ur(t,n,u,r);var Z=t.memoizedState;g!==z||O!==Z||bt.current||Qo?(typeof K=="function"&&(Ml(t,o,K,n),Z=t.memoizedState),(j=Qo||hu(t,o,j,n,O,Z,v)||!1)?(A||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&&O===e.memoizedState||(t.flags|=4),typeof u.getSnapshotBeforeUpdate!="function"||g===e.memoizedProps&&O===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&&O===e.memoizedState||(t.flags|=4),typeof u.getSnapshotBeforeUpdate!="function"||g===e.memoizedProps&&O===e.memoizedState||(t.flags|=1024),n=!1)}return Al(e,t,o,n,s,r)}function Al(e,t,o,n,r,s){ju(e,t);var u=(t.flags&128)!==0;if(!n&&!u)return r&&Lc(t,o,!1),bo(e,t,s);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=Jn(t,e.child,null,s),t.child=Jn(t,null,g,s)):kt(e,t,g,s),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),wl(e,t.containerInfo)}function Tu(e,t,o,n,r){return Yn(),pl(r),t.flags|=256,kt(e,t,o,n),t.child}var zl={dehydrated:null,treeContext:null,retryLane:0};function Il(e){return{baseLanes:e,cachePool:null,transitions:null}}function Mu(e,t,o){var n=t.pendingProps,r=Ye.current,s=!1,u=(t.flags&128)!==0,g;if((g=u)||(g=e!==null&&e.memoizedState===null?!1:(r&2)!==0),g?(s=!0,t.flags&=-129):(e===null||e.memoizedState!==null)&&(r|=1),Ve(Ye,r&1),e===null)return dl(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,s?(n=t.mode,s=t.child,u={mode:"hidden",children:u},(n&1)===0&&s!==null?(s.childLanes=0,s.pendingProps=u):s=si(u,n,0,null),e=jn(e,n,o,null),s.return=t,e.return=t,s.sibling=e,t.child=s,t.child.memoizedState=Il(o),t.memoizedState=zl,e):Fl(t,u));if(r=e.memoizedState,r!==null&&(g=r.dehydrated,g!==null))return Uf(e,t,u,n,g,r,o);if(s){s=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?s=on(g,s):(s=jn(s,u,o,null),s.flags|=2),s.return=t,n.return=t,n.sibling=s,t.child=n,n=s,s=t.child,u=e.child.memoizedState,u=u===null?Il(o):{baseLanes:u.baseLanes|o,cachePool:null,transitions:u.transitions},s.memoizedState=u,s.childLanes=e.childLanes&~o,t.memoizedState=zl,n}return s=e.child,e=s.sibling,n=on(s,{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 Fl(e,t){return t=si({mode:"visible",children:t},e.mode,0,null),t.return=e,e.child=t}function Qr(e,t,o,n){return n!==null&&pl(n),Jn(t,e.child,null,o),e=Fl(t,t.pendingProps.children),e.flags|=2,t.memoizedState=null,e}function Uf(e,t,o,n,r,s,u){if(o)return t.flags&256?(t.flags&=-257,n=Ll(Error(l(422))),Qr(e,t,u,n)):t.memoizedState!==null?(t.child=e.child,t.flags|=128,null):(s=n.fallback,r=t.mode,n=si({mode:"visible",children:n.children},r,0,null),s=jn(s,r,u,null),s.flags|=2,n.return=t,s.return=t,n.sibling=s,t.child=n,(t.mode&1)!==0&&Jn(t,e.child,null,u),t.child.memoizedState=Il(u),t.memoizedState=zl,s);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,s=Error(l(419)),n=Ll(s,n,void 0),Qr(e,t,u,n)}if(g=(u&e.childLanes)!==0,xt||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!==s.retryLane&&(s.retryLane=r,ko(e,r),Zt(n,e,r,-1))}return ts(),n=Ll(Error(l(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=s.treeContext,Ot=qo(r.nextSibling),Dt=t,$e=!0,Qt=null,e!==null&&(Bt[Ut++]=wo,Bt[Ut++]=So,Bt[Ut++]=vn,wo=e.id,So=e.overflow,vn=t),t=Fl(t,n.children),t.flags|=4096,t)}function Nu(e,t,o){e.lanes|=t;var n=e.alternate;n!==null&&(n.lanes|=t),ml(e.return,t,o)}function Bl(e,t,o,n,r){var s=e.memoizedState;s===null?e.memoizedState={isBackwards:t,rendering:null,renderingStartTime:0,last:n,tail:o,tailMode:r}:(s.isBackwards=t,s.rendering=null,s.renderingStartTime=0,s.last=n,s.tail=o,s.tailMode=r)}function Lu(e,t,o){var n=t.pendingProps,r=n.revealOrder,s=n.tail;if(kt(e,t,n.children,o),n=Ye.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(Ye,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&&Wr(e)===null&&(r=o),o=o.sibling;o=r,o===null?(r=t.child,t.child=null):(r=o.sibling,o.sibling=null),Bl(t,!1,r,o,s);break;case"backwards":for(o=null,r=t.child,t.child=null;r!==null;){if(e=r.alternate,e!==null&&Wr(e)===null){t.child=r;break}e=r.sibling,r.sibling=o,o=r,r=e}Bl(t,!0,o,null,s);break;case"together":Bl(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(l(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 Wf(e,t,o){switch(t.tag){case 3:_u(t),Yn();break;case 5:Kc(t);break;case 1:Rt(t.type)&&Nr(t);break;case 4:wl(t,t.stateNode.containerInfo);break;case 10:var n=t.type._context,r=t.memoizedProps.value;Ve(Ir,n._currentValue),n._currentValue=r;break;case 13:if(n=t.memoizedState,n!==null)return n.dehydrated!==null?(Ve(Ye,Ye.current&1),t.flags|=128,null):(o&t.child.childLanes)!==0?Mu(e,t,o):(Ve(Ye,Ye.current&1),e=bo(e,t,o),e!==null?e.sibling:null);Ve(Ye,Ye.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(Ye,Ye.current),n)break;return null;case 22:case 23:return t.lanes=0,Cu(e,t,o)}return bo(e,t,o)}var Du,Ul,Ou,Au;Du=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}},Ul=function(){},Ou=function(e,t,o,n){var r=e.memoizedProps;if(r!==n){e=t.stateNode,kn(lo.current);var s=null;switch(o){case"input":r=No(e,r),n=No(e,n),s=[];break;case"select":r=q({},r,{value:void 0}),n=q({},n,{value:void 0}),s=[];break;case"textarea":r=ft(e,r),n=ft(e,n),s=[];break;default:typeof r.onClick!="function"&&typeof n.onClick=="function"&&(e.onclick=_r)}On(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)?s||(s=[]):(s=s||[]).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||(s||(s=[]),s.push(j,o)),o=v;else j==="dangerouslySetInnerHTML"?(v=v?v.__html:void 0,g=g?g.__html:void 0,v!=null&&g!==v&&(s=s||[]).push(j,v)):j==="children"?typeof v!="string"&&typeof v!="number"||(s=s||[]).push(j,""+v):j!=="suppressContentEditableWarning"&&j!=="suppressHydrationWarning"&&(d.hasOwnProperty(j)?(v!=null&&j==="onScroll"&&Xe("scroll",e),s||g===v||(s=[])):(s=s||[]).push(j,v))}o&&(s=s||[]).push("style",o);var j=s;(t.updateQueue=j)&&(t.flags|=4)}},Au=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 wt(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(cl(t),t.tag){case 2:case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return wt(t),null;case 1:return Rt(t.type)&&Mr(),wt(t),null;case 3:return n=t.stateNode,ta(),Ke(bt),Ke(yt),Pl(),n.pendingContext&&(n.context=n.pendingContext,n.pendingContext=null),(e===null||e.child===null)&&(Ar(t)?t.flags|=4:e===null||e.memoizedState.isDehydrated&&(t.flags&256)===0||(t.flags|=1024,Qt!==null&&(Jl(Qt),Qt=null))),Ul(e,t),wt(t),null;case 5:Sl(t);var r=kn(Fa.current);if(o=t.type,e!==null&&t.stateNode!=null)Ou(e,t,o,n,r),e.ref!==t.ref&&(t.flags|=512,t.flags|=2097152);else{if(!n){if(t.stateNode===null)throw Error(l(166));return wt(t),null}if(e=kn(lo.current),Ar(t)){n=t.stateNode,o=t.type;var s=t.memoizedProps;switch(n[io]=t,n[Da]=s,e=(t.mode&1)!==0,o){case"dialog":Xe("cancel",n),Xe("close",n);break;case"iframe":case"object":case"embed":Xe("load",n);break;case"video":case"audio":for(r=0;r<Ma.length;r++)Xe(Ma[r],n);break;case"source":Xe("error",n);break;case"img":case"image":case"link":Xe("error",n),Xe("load",n);break;case"details":Xe("toggle",n);break;case"input":Ln(n,s),Xe("invalid",n);break;case"select":n._wrapperState={wasMultiple:!!s.multiple},Xe("invalid",n);break;case"textarea":Dn(n,s),Xe("invalid",n)}On(o,s),r=null;for(var u in s)if(s.hasOwnProperty(u)){var g=s[u];u==="children"?typeof g=="string"?n.textContent!==g&&(s.suppressHydrationWarning!==!0&&Er(n.textContent,g,e),r=["children",g]):typeof g=="number"&&n.textContent!==""+g&&(s.suppressHydrationWarning!==!0&&Er(n.textContent,g,e),r=["children",""+g]):d.hasOwnProperty(u)&&g!=null&&u==="onScroll"&&Xe("scroll",n)}switch(o){case"input":Mo(n),un(n,s,!0);break;case"textarea":Mo(n),Do(n);break;case"select":case"option":break;default:typeof s.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[Da]=n,Du(e,t,!1,!1),t.stateNode=e;e:{switch(u=fa(o,n),o){case"dialog":Xe("cancel",e),Xe("close",e),r=n;break;case"iframe":case"object":case"embed":Xe("load",e),r=n;break;case"video":case"audio":for(r=0;r<Ma.length;r++)Xe(Ma[r],e);r=n;break;case"source":Xe("error",e),r=n;break;case"img":case"image":case"link":Xe("error",e),Xe("load",e),r=n;break;case"details":Xe("toggle",e),r=n;break;case"input":Ln(e,n),r=No(e,n),Xe("invalid",e);break;case"option":r=n;break;case"select":e._wrapperState={wasMultiple:!!n.multiple},r=q({},n,{value:void 0}),Xe("invalid",e);break;case"textarea":Dn(e,n),r=ft(e,n),Xe("invalid",e);break;default:r=n}On(o,r),g=r;for(s in g)if(g.hasOwnProperty(s)){var v=g[s];s==="style"?pa(e,v):s==="dangerouslySetInnerHTML"?(v=v?v.__html:void 0,v!=null&&Ft(e,v)):s==="children"?typeof v=="string"?(o!=="textarea"||v!=="")&&Oo(e,v):typeof v=="number"&&Oo(e,""+v):s!=="suppressContentEditableWarning"&&s!=="suppressHydrationWarning"&&s!=="autoFocus"&&(d.hasOwnProperty(s)?v!=null&&s==="onScroll"&&Xe("scroll",e):v!=null&&ue(e,s,v,u))}switch(o){case"input":Mo(e),un(e,n,!1);break;case"textarea":Mo(e),Do(e);break;case"option":n.value!=null&&e.setAttribute("value",""+Se(n.value));break;case"select":e.multiple=!!n.multiple,s=n.value,s!=null?Ge(e,!!n.multiple,s,!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 wt(t),null;case 6:if(e&&t.stateNode!=null)Au(e,t,e.memoizedProps,n);else{if(typeof n!="string"&&t.stateNode===null)throw Error(l(166));if(o=kn(Fa.current),kn(lo.current),Ar(t)){if(n=t.stateNode,o=t.memoizedProps,n[io]=t,(s=n.nodeValue!==o)&&(e=Dt,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)}s&&(t.flags|=4)}else n=(o.nodeType===9?o:o.ownerDocument).createTextNode(n),n[io]=t,t.stateNode=n}return wt(t),null;case 13:if(Ke(Ye),n=t.memoizedState,e===null||e.memoizedState!==null&&e.memoizedState.dehydrated!==null){if($e&&Ot!==null&&(t.mode&1)!==0&&(t.flags&128)===0)Fc(),Yn(),t.flags|=98560,s=!1;else if(s=Ar(t),n!==null&&n.dehydrated!==null){if(e===null){if(!s)throw Error(l(318));if(s=t.memoizedState,s=s!==null?s.dehydrated:null,!s)throw Error(l(317));s[io]=t}else Yn(),(t.flags&128)===0&&(t.memoizedState=null),t.flags|=4;wt(t),s=!1}else Qt!==null&&(Jl(Qt),Qt=null),s=!0;if(!s)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||(Ye.current&1)!==0?st===0&&(st=3):ts())),t.updateQueue!==null&&(t.flags|=4),wt(t),null);case 4:return ta(),Ul(e,t),e===null&&Na(t.stateNode.containerInfo),wt(t),null;case 10:return hl(t.type._context),wt(t),null;case 17:return Rt(t.type)&&Mr(),wt(t),null;case 19:if(Ke(Ye),s=t.memoizedState,s===null)return wt(t),null;if(n=(t.flags&128)!==0,u=s.rendering,u===null)if(n)Va(s,!1);else{if(st!==0||e!==null&&(e.flags&128)!==0)for(e=t.child;e!==null;){if(u=Wr(e),u!==null){for(t.flags|=128,Va(s,!1),n=u.updateQueue,n!==null&&(t.updateQueue=n,t.flags|=4),t.subtreeFlags=0,n=o,o=t.child;o!==null;)s=o,e=n,s.flags&=14680066,u=s.alternate,u===null?(s.childLanes=0,s.lanes=e,s.child=null,s.subtreeFlags=0,s.memoizedProps=null,s.memoizedState=null,s.updateQueue=null,s.dependencies=null,s.stateNode=null):(s.childLanes=u.childLanes,s.lanes=u.lanes,s.child=u.child,s.subtreeFlags=0,s.deletions=null,s.memoizedProps=u.memoizedProps,s.memoizedState=u.memoizedState,s.updateQueue=u.updateQueue,s.type=u.type,e=u.dependencies,s.dependencies=e===null?null:{lanes:e.lanes,firstContext:e.firstContext}),o=o.sibling;return Ve(Ye,Ye.current&1|2),t.child}e=e.sibling}s.tail!==null&&Le()>ra&&(t.flags|=128,n=!0,Va(s,!1),t.lanes=4194304)}else{if(!n)if(e=Wr(u),e!==null){if(t.flags|=128,n=!0,o=e.updateQueue,o!==null&&(t.updateQueue=o,t.flags|=4),Va(s,!0),s.tail===null&&s.tailMode==="hidden"&&!u.alternate&&!$e)return wt(t),null}else 2*Le()-s.renderingStartTime>ra&&o!==1073741824&&(t.flags|=128,n=!0,Va(s,!1),t.lanes=4194304);s.isBackwards?(u.sibling=t.child,t.child=u):(o=s.last,o!==null?o.sibling=u:t.child=u,s.last=u)}return s.tail!==null?(t=s.tail,s.rendering=t,s.tail=t.sibling,s.renderingStartTime=Le(),t.sibling=null,o=Ye.current,Ve(Ye,n?o&1|2:o&1),t):(wt(t),null);case 22:case 23:return es(),n=t.memoizedState!==null,e!==null&&e.memoizedState!==null!==n&&(t.flags|=8192),n&&(t.mode&1)!==0?(At&1073741824)!==0&&(wt(t),t.subtreeFlags&6&&(t.flags|=8192)):wt(t),null;case 24:return null;case 25:return null}throw Error(l(156,t.tag))}function Vf(e,t){switch(cl(t),t.tag){case 1:return Rt(t.type)&&Mr(),e=t.flags,e&65536?(t.flags=e&-65537|128,t):null;case 3:return ta(),Ke(bt),Ke(yt),Pl(),e=t.flags,(e&65536)!==0&&(e&128)===0?(t.flags=e&-65537|128,t):null;case 5:return Sl(t),null;case 13:if(Ke(Ye),e=t.memoizedState,e!==null&&e.dehydrated!==null){if(t.alternate===null)throw Error(l(340));Yn()}return e=t.flags,e&65536?(t.flags=e&-65537|128,t):null;case 19:return Ke(Ye),null;case 4:return ta(),null;case 10:return hl(t.type._context),null;case 22:case 23:return es(),null;case 24:return null;default:return null}}var Yr=!1,St=!1,qf=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 Wl(e,t,o){try{o()}catch(n){ot(e,t,n)}}var zu=!1;function Xf(e,t){if(el=yr,e=hc(),Xi(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,s=n.focusNode;n=n.focusOffset;try{o.nodeType,s.nodeType}catch{o=null;break e}var u=0,g=-1,v=-1,j=0,A=0,z=e,O=null;t:for(;;){for(var K;z!==o||r!==0&&z.nodeType!==3||(g=u+r),z!==s||n!==0&&z.nodeType!==3||(v=u+n),z.nodeType===3&&(u+=z.nodeValue.length),(K=z.firstChild)!==null;)O=z,z=K;for(;;){if(z===e)break t;if(O===o&&++j===r&&(g=u),O===s&&++A===n&&(v=u),(K=z.nextSibling)!==null)break;z=O,O=z.parentNode}z=K}o=g===-1||v===-1?null:{start:g,end:v}}else o=null}o=o||{start:0,end:0}}else o=null;for(tl={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,S=b.getSnapshotBeforeUpdate(t.elementType===t.type?te:Gt(t.type,te),nt);b.__reactInternalSnapshotBeforeUpdate=S}break;case 3:var C=t.stateNode.containerInfo;C.nodeType===1?C.textContent="":C.nodeType===9&&C.documentElement&&C.removeChild(C.documentElement);break;case 5:case 6:case 4:case 17:break;default:throw Error(l(163))}}catch(U){ot(t,t.return,U)}if(e=t.sibling,e!==null){e.return=t.return,Q=e;break}Q=t.return}return Z=zu,zu=!1,Z}function qa(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 s=r.destroy;r.destroy=void 0,s!==void 0&&Wl(t,o,s)}r=r.next}while(r!==n)}}function Jr(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 Hl(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 Iu(e){var t=e.alternate;t!==null&&(e.alternate=null,Iu(t)),e.child=null,e.deletions=null,e.sibling=null,e.tag===5&&(t=e.stateNode,t!==null&&(delete t[io],delete t[Da],delete t[rl],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 Vl(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(Vl(e,t,o),e=e.sibling;e!==null;)Vl(e,t,o),e=e.sibling}function ql(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(ql(e,t,o),e=e.sibling;e!==null;)ql(e,t,o),e=e.sibling}var ht=null,Yt=!1;function Yo(e,t,o){for(o=o.child;o!==null;)Uu(e,t,o),o=o.sibling}function Uu(e,t,o){if(gt&&typeof gt.onCommitFiberUnmount=="function")try{gt.onCommitFiberUnmount(He,o)}catch{}switch(o.tag){case 5:St||na(o,t);case 6:var n=ht,r=Yt;ht=null,Yo(e,t,o),ht=n,Yt=r,ht!==null&&(Yt?(e=ht,o=o.stateNode,e.nodeType===8?e.parentNode.removeChild(o):e.removeChild(o)):ht.removeChild(o.stateNode));break;case 18:ht!==null&&(Yt?(e=ht,o=o.stateNode,e.nodeType===8?al(e.parentNode,o):e.nodeType===1&&al(e,o),ba(e)):al(ht,o.stateNode));break;case 4:n=ht,r=Yt,ht=o.stateNode.containerInfo,Yt=!0,Yo(e,t,o),ht=n,Yt=r;break;case 0:case 11:case 14:case 15:if(!St&&(n=o.updateQueue,n!==null&&(n=n.lastEffect,n!==null))){r=n=n.next;do{var s=r,u=s.destroy;s=s.tag,u!==void 0&&((s&2)!==0||(s&4)!==0)&&Wl(o,t,u),r=r.next}while(r!==n)}Yo(e,t,o);break;case 1:if(!St&&(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)}Yo(e,t,o);break;case 21:Yo(e,t,o);break;case 22:o.mode&1?(St=(n=St)||o.memoizedState!==null,Yo(e,t,o),St=n):Yo(e,t,o);break;default:Yo(e,t,o)}}function Wu(e){var t=e.updateQueue;if(t!==null){e.updateQueue=null;var o=e.stateNode;o===null&&(o=e.stateNode=new qf),t.forEach(function(n){var r=tg.bind(null,e,n);o.has(n)||(o.add(n),n.then(r,r))})}}function Jt(e,t){var o=t.deletions;if(o!==null)for(var n=0;n<o.length;n++){var r=o[n];try{var s=e,u=t,g=u;e:for(;g!==null;){switch(g.tag){case 5:ht=g.stateNode,Yt=!1;break e;case 3:ht=g.stateNode.containerInfo,Yt=!0;break e;case 4:ht=g.stateNode.containerInfo,Yt=!0;break e}g=g.return}if(ht===null)throw Error(l(160));Uu(s,u,r),ht=null,Yt=!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(Jt(t,e),co(e),n&4){try{qa(3,e,e.return),Jr(3,e)}catch(te){ot(e,e.return,te)}try{qa(5,e,e.return)}catch(te){ot(e,e.return,te)}}break;case 1:Jt(t,e),co(e),n&512&&o!==null&&na(o,o.return);break;case 5:if(Jt(t,e),co(e),n&512&&o!==null&&na(o,o.return),e.flags&32){var r=e.stateNode;try{Oo(r,"")}catch(te){ot(e,e.return,te)}}if(n&4&&(r=e.stateNode,r!=null)){var s=e.memoizedProps,u=o!==null?o.memoizedProps:s,g=e.type,v=e.updateQueue;if(e.updateQueue=null,v!==null)try{g==="input"&&s.type==="radio"&&s.name!=null&&Mt(r,s),fa(g,u);var j=fa(g,s);for(u=0;u<v.length;u+=2){var A=v[u],z=v[u+1];A==="style"?pa(r,z):A==="dangerouslySetInnerHTML"?Ft(r,z):A==="children"?Oo(r,z):ue(r,A,z,j)}switch(g){case"input":Lo(r,s);break;case"textarea":to(r,s);break;case"select":var O=r._wrapperState.wasMultiple;r._wrapperState.wasMultiple=!!s.multiple;var K=s.value;K!=null?Ge(r,!!s.multiple,K,!1):O!==!!s.multiple&&(s.defaultValue!=null?Ge(r,!!s.multiple,s.defaultValue,!0):Ge(r,!!s.multiple,s.multiple?[]:"",!1))}r[Da]=s}catch(te){ot(e,e.return,te)}}break;case 6:if(Jt(t,e),co(e),n&4){if(e.stateNode===null)throw Error(l(162));r=e.stateNode,s=e.memoizedProps;try{r.nodeValue=s}catch(te){ot(e,e.return,te)}}break;case 3:if(Jt(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:Jt(t,e),co(e);break;case 13:Jt(t,e),co(e),r=e.child,r.flags&8192&&(s=r.memoizedState!==null,r.stateNode.isHidden=s,!s||r.alternate!==null&&r.alternate.memoizedState!==null||($l=Le())),n&4&&Wu(e);break;case 22:if(A=o!==null&&o.memoizedState!==null,e.mode&1?(St=(j=St)||A,Jt(t,e),St=j):Jt(t,e),co(e),n&8192){if(j=e.memoizedState!==null,(e.stateNode.isHidden=j)&&!A&&(e.mode&1)!==0)for(Q=e,A=e.child;A!==null;){for(z=Q=A;Q!==null;){switch(O=Q,K=O.child,O.tag){case 0:case 11:case 14:case 15:qa(4,O,O.return);break;case 1:na(O,O.return);var Z=O.stateNode;if(typeof Z.componentWillUnmount=="function"){n=O,o=O.return;try{t=n,Z.props=t.memoizedProps,Z.state=t.memoizedState,Z.componentWillUnmount()}catch(te){ot(n,o,te)}}break;case 5:na(O,O.return);break;case 22:if(O.memoizedState!==null){Xu(z);continue}}K!==null?(K.return=O,Q=K):Xu(z)}A=A.sibling}e:for(A=null,z=e;;){if(z.tag===5){if(A===null){A=z;try{r=z.stateNode,j?(s=r.style,typeof s.setProperty=="function"?s.setProperty("display","none","important"):s.display="none"):(g=z.stateNode,v=z.memoizedProps.style,u=v!=null&&v.hasOwnProperty("display")?v.display:null,g.style.display=Xt("display",u))}catch(te){ot(e,e.return,te)}}}else if(z.tag===6){if(A===null)try{z.stateNode.nodeValue=j?"":z.memoizedProps}catch(te){ot(e,e.return,te)}}else if((z.tag!==22&&z.tag!==23||z.memoizedState===null||z===e)&&z.child!==null){z.child.return=z,z=z.child;continue}if(z===e)break e;for(;z.sibling===null;){if(z.return===null||z.return===e)break e;A===z&&(A=null),z=z.return}A===z&&(A=null),z.sibling.return=z.return,z=z.sibling}}break;case 19:Jt(t,e),co(e),n&4&&Wu(e);break;case 21:break;default:Jt(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(l(160))}switch(n.tag){case 5:var r=n.stateNode;n.flags&32&&(Oo(r,""),n.flags&=-33);var s=Bu(e);ql(e,s,r);break;case 3:case 4:var u=n.stateNode.containerInfo,g=Bu(e);Vl(e,g,u);break;default:throw Error(l(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,s=r.child;if(r.tag===22&&n){var u=r.memoizedState!==null||Yr;if(!u){var g=r.alternate,v=g!==null&&g.memoizedState!==null||St;g=Yr;var j=St;if(Yr=u,(St=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(;s!==null;)Q=s,Vu(s),s=s.sibling;Q=r,Yr=g,St=j}qu(e)}else(r.subtreeFlags&8772)!==0&&s!==null?(s.return=r,Q=s):qu(e)}}function qu(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:St||Jr(5,t);break;case 1:var n=t.stateNode;if(t.flags&4&&!St)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 s=t.updateQueue;s!==null&&Xc(t,s,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}Xc(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 A=j.memoizedState;if(A!==null){var z=A.dehydrated;z!==null&&ba(z)}}}break;case 19:case 17:case 21:case 22:case 23:case 25:break;default:throw Error(l(163))}St||t.flags&512&&Hl(t)}catch(O){ot(t,t.return,O)}}if(t===e){Q=null;break}if(o=t.sibling,o!==null){o.return=t.return,Q=o;break}Q=t.return}}function Xu(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{Jr(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 s=t.return;try{Hl(t)}catch(v){ot(t,s,v)}break;case 5:var u=t.return;try{Hl(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,Xl=re.ReactCurrentOwner,Vt=re.ReactCurrentBatchConfig,Me=0,dt=null,at=null,mt=0,At=0,aa=Xo(0),st=0,Xa=null,bn=0,ei=0,Kl=0,Ka=null,Ct=null,$l=0,ra=1/0,Ro=null,ti=!1,Ql=null,Jo=null,oi=!1,Zo=null,ni=0,$a=0,Gl=null,ai=-1,ri=0;function Pt(){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=Bs()),ri):(e=Fe,e!==0||(e=window.event,e=e===void 0?16:Qs(e.type)),e)}function Zt(e,t,o,n){if(50<$a)throw $a=0,Gl=null,Error(l(185));va(e,o,n),((Me&2)===0||e!==dt)&&(e===dt&&((Me&2)===0&&(ei|=o),st===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)):Dc(Qu.bind(null,e)),Cf(function(){(Me&6)===0&&$o()}),o=null;else{switch(Us(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(l(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 s=Yu();(dt!==e||mt!==t)&&(Ro=null,ra=Le()+500,xn(e,t));do try{Yf();break}catch(g){Gu(e,g)}while(!0);gl(),Zr.current=s,Me=r,at!==null?t=0:(dt=null,mt=0,t=st)}if(t!==0){if(t===2&&(r=Ti(e),r!==0&&(n=r,t=Yl(e,r))),t===1)throw o=Xa,xn(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&&(s=Ti(e),s!==0&&(n=s,t=Yl(e,s))),t===1))throw o=Xa,xn(e,0),tn(e,n),jt(e,Le()),o;switch(e.finishedWork=r,e.finishedLanes=n,t){case 0:case 1:throw Error(l(345));case 2:Cn(e,Ct,Ro);break;case 3:if(tn(e,n),(n&130023424)===n&&(t=$l+500-Le(),10<t)){if(gr(e,0)!==0)break;if(r=e.suspendedLanes,(r&n)!==n){Pt(),e.pingedLanes|=e.suspendedLanes&r;break}e.timeoutHandle=nl(Cn.bind(null,e,Ct,Ro),t);break}Cn(e,Ct,Ro);break;case 4:if(tn(e,n),(n&4194240)===n)break;for(t=e.eventTimes,r=-1;0<n;){var u=31-De(n);s=1<<u,u=t[u],u>r&&(r=u),n&=~s}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=nl(Cn.bind(null,e,Ct,Ro),n);break}Cn(e,Ct,Ro);break;case 5:Cn(e,Ct,Ro);break;default:throw Error(l(329))}}}return jt(e,Le()),e.callbackNode===o?$u.bind(null,e):null}function Yl(e,t){var o=Ka;return e.current.memoizedState.isDehydrated&&(xn(e,t).flags|=256),e=ii(e,t),e!==2&&(t=Ct,Ct=o,t!==null&&Jl(t)),e}function Jl(e){Ct===null?Ct=e:Ct.push.apply(Ct,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],s=r.getSnapshot;r=r.value;try{if(!$t(s(),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&=~Kl,t&=~ei,e.suspendedLanes|=t,e.pingedLanes&=~t,e=e.expirationTimes;0<t;){var o=31-De(t),n=1<<o;e[o]=-1,t&=~n}}function Qu(e){if((Me&6)!==0)throw Error(l(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=Yl(e,n))}if(o===1)throw o=Xa,xn(e,0),tn(e,t),jt(e,Le()),o;if(o===6)throw Error(l(345));return e.finishedWork=e.current.alternate,e.finishedLanes=t,Cn(e,Ct,Ro),jt(e,Le()),null}function Zl(e,t){var o=Me;Me|=1;try{return e(t)}finally{Me=o,Me===0&&(ra=Le()+500,Lr&&$o())}}function Rn(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 es(){At=aa.current,Ke(aa)}function xn(e,t){e.finishedWork=null,e.finishedLanes=0;var o=e.timeoutHandle;if(o!==-1&&(e.timeoutHandle=-1,xf(o)),at!==null)for(o=at.return;o!==null;){var n=o;switch(cl(n),n.tag){case 1:n=n.type.childContextTypes,n!=null&&Mr();break;case 3:ta(),Ke(bt),Ke(yt),Pl();break;case 5:Sl(n);break;case 4:ta();break;case 13:Ke(Ye);break;case 19:Ke(Ye);break;case 10:hl(n.type._context);break;case 22:case 23:es()}o=o.return}if(dt=e,at=e=on(e.current,null),mt=At=t,st=0,Xa=null,Kl=ei=bn=0,Ct=Ka=null,Sn!==null){for(t=0;t<Sn.length;t++)if(o=Sn[t],n=o.interleaved,n!==null){o.interleaved=null;var r=n.next,s=o.pending;if(s!==null){var u=s.next;s.next=r,n.next=u}o.pending=n}Sn=null}return e}function Gu(e,t){do{var o=at;try{if(gl(),Hr.current=Kr,Vr){for(var n=Je.memoizedState;n!==null;){var r=n.queue;r!==null&&(r.pending=null),n=n.next}Vr=!1}if(Pn=0,ut=lt=Je=null,Ba=!1,Ua=0,Xl.current=null,o===null||o.return===null){st=1,Xa=t,at=null;break}e:{var s=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,A=g,z=A.tag;if((A.mode&1)===0&&(z===0||z===11||z===15)){var O=A.alternate;O?(A.updateQueue=O.updateQueue,A.memoizedState=O.memoizedState,A.lanes=O.lanes):(A.updateQueue=null,A.memoizedState=null)}var K=ku(u);if(K!==null){K.flags&=-257,Pu(K,u,g,s,t),K.mode&1&&Su(s,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){Su(s,j,t),ts();break e}v=Error(l(426))}}else if($e&&g.mode&1){var nt=ku(u);if(nt!==null){(nt.flags&65536)===0&&(nt.flags|=256),Pu(nt,u,g,s,t),pl(oa(v,g));break e}}s=v=oa(v,g),st!==4&&(st=2),Ka===null?Ka=[s]:Ka.push(s),s=u;do{switch(s.tag){case 3:s.flags|=65536,t&=-t,s.lanes|=t;var b=vu(s,v,t);qc(s,b);break e;case 1:g=v;var S=s.type,C=s.stateNode;if((s.flags&128)===0&&(typeof S.getDerivedStateFromError=="function"||C!==null&&typeof C.componentDidCatch=="function"&&(Jo===null||!Jo.has(C)))){s.flags|=65536,t&=-t,s.lanes|=t;var U=wu(s,g,t);qc(s,U);break e}}s=s.return}while(s!==null)}Zu(o)}catch(oe){t=oe,at===o&&o!==null&&(at=o=o.return);continue}break}while(!0)}function Yu(){var e=Zr.current;return Zr.current=Kr,e===null?Kr:e}function ts(){(st===0||st===3||st===2)&&(st=4),dt===null||(bn&268435455)===0&&(ei&268435455)===0||tn(dt,mt)}function ii(e,t){var o=Me;Me|=2;var n=Yu();(dt!==e||mt!==t)&&(Ro=null,xn(e,t));do try{Gf();break}catch(r){Gu(e,r)}while(!0);if(gl(),Me=o,Zr.current=n,at!==null)throw Error(l(261));return dt=null,mt=0,st}function Gf(){for(;at!==null;)Ju(at)}function Yf(){for(;at!==null&&!gn();)Ju(at)}function Ju(e){var t=od(e.alternate,e,At);e.memoizedProps=e.pendingProps,t===null?Zu(e):at=t,Xl.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,At),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{st=6,at=null;return}}if(t=t.sibling,t!==null){at=t;return}at=t=e}while(t!==null);st===0&&(st=5)}function Cn(e,t,o){var n=Fe,r=Vt.transition;try{Vt.transition=null,Fe=1,Jf(e,t,o,n)}finally{Vt.transition=r,Fe=n}return null}function Jf(e,t,o,n){do ia();while(Zo!==null);if((Me&6)!==0)throw Error(l(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(l(177));e.callbackNode=null,e.callbackPriority=0;var s=o.lanes|o.childLanes;if(Mp(e,s),e===dt&&(at=dt=null,mt=0),(o.subtreeFlags&2064)===0&&(o.flags&2064)===0||oi||(oi=!0,nd(mo,function(){return ia(),null})),s=(o.flags&15990)!==0,(o.subtreeFlags&15990)!==0||s){s=Vt.transition,Vt.transition=null;var u=Fe;Fe=1;var g=Me;Me|=4,Xl.current=null,Xf(e,o),Hu(o,e),vf(tl),yr=!!el,tl=el=null,e.current=o,Kf(o),Kt(),Me=g,Fe=u,Vt.transition=s}else e.current=o;if(oi&&(oi=!1,Zo=e,ni=r),s=e.pendingLanes,s===0&&(Jo=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=Ql,Ql=null,e;return(ni&1)!==0&&e.tag!==0&&ia(),s=e.pendingLanes,(s&1)!==0?e===Gl?$a++:($a=0,Gl=e):$a=0,$o(),null}function ia(){if(Zo!==null){var e=Us(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(l(331));var r=Me;for(Me|=4,Q=e.current;Q!==null;){var s=Q,u=s.child;if((Q.flags&16)!==0){var g=s.deletions;if(g!==null){for(var v=0;v<g.length;v++){var j=g[v];for(Q=j;Q!==null;){var A=Q;switch(A.tag){case 0:case 11:case 15:qa(8,A,s)}var z=A.child;if(z!==null)z.return=A,Q=z;else for(;Q!==null;){A=Q;var O=A.sibling,K=A.return;if(Iu(A),A===j){Q=null;break}if(O!==null){O.return=K,Q=O;break}Q=K}}}var Z=s.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=s}}if((s.subtreeFlags&2064)!==0&&u!==null)u.return=s,Q=u;else e:for(;Q!==null;){if(s=Q,(s.flags&2048)!==0)switch(s.tag){case 0:case 11:case 15:qa(9,s,s.return)}var b=s.sibling;if(b!==null){b.return=s.return,Q=b;break e}Q=s.return}}var S=e.current;for(Q=S;Q!==null;){u=Q;var C=u.child;if((u.subtreeFlags&2064)!==0&&C!==null)C.return=u,Q=C;else e:for(u=S;Q!==null;){if(g=Q,(g.flags&2048)!==0)try{switch(g.tag){case 0:case 11:case 15:Jr(9,g)}}catch(oe){ot(g,g.return,oe)}if(g===u){Q=null;break e}var U=g.sibling;if(U!==null){U.return=g.return,Q=U;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=Pt(),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"&&(Jo===null||!Jo.has(n))){e=oa(o,e),e=wu(t,e,1),t=Go(t,e,1),e=Pt(),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=Pt(),e.pingedLanes|=e.suspendedLanes&o,dt===e&&(mt&o)===o&&(st===4||st===3&&(mt&130023424)===mt&&500>Le()-$l?xn(e,0):Kl|=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=Pt();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(l(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)xt=!0;else{if((e.lanes&o)===0&&(t.flags&128)===0)return xt=!1,Wf(e,t,o);xt=(e.flags&131072)!==0}else xt=!1,$e&&(t.flags&1048576)!==0&&Oc(t,Or,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=xl(null,t,n,e,r,o);var s=Cl();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,Rt(n)?(s=!0,Nr(t)):s=!1,t.memoizedState=r.state!==null&&r.state!==void 0?r.state:null,vl(t),r.updater=$r,t.stateNode=r,r._reactInternals=t,Nl(t,n,e,o),t=Al(null,t,n,!0,s,o)):(t.tag=0,$e&&s&&sl(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=Ol(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=Ru(null,t,n,Gt(n.type,e),o);break e}throw Error(l(306,n,""))}return t;case 0:return n=t.type,r=t.pendingProps,r=t.elementType===n?r:Gt(n,r),Ol(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(l(387));n=t.pendingProps,s=t.memoizedState,r=s.element,Vc(e,t),Ur(t,n,null,o);var u=t.memoizedState;if(n=u.element,s.isDehydrated)if(s={element:n,isDehydrated:!1,cache:u.cache,pendingSuspenseBoundaries:u.pendingSuspenseBoundaries,transitions:u.transitions},t.updateQueue.baseState=s,t.memoizedState=s,t.flags&256){r=oa(Error(l(423)),t),t=Tu(e,t,n,o,r);break e}else if(n!==r){r=oa(Error(l(424)),t),t=Tu(e,t,n,o,r);break e}else for(Ot=qo(t.stateNode.containerInfo.firstChild),Dt=t,$e=!0,Qt=null,o=Wc(t,null,n,o),t.child=o;o;)o.flags=o.flags&-3|4096,o=o.sibling;else{if(Yn(),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&&dl(t),n=t.type,r=t.pendingProps,s=e!==null?e.memoizedProps:null,u=r.children,ol(n,r)?u=null:s!==null&&ol(n,s)&&(t.flags|=32),ju(e,t),kt(e,t,u,o),t.child;case 6:return e===null&&dl(t),null;case 13:return Mu(e,t,o);case 4:return wl(t,t.stateNode.containerInfo),n=t.pendingProps,e===null?t.child=Jn(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,s=t.memoizedProps,u=r.value,Ve(Ir,n._currentValue),n._currentValue=u,s!==null)if($t(s.value,u)){if(s.children===r.children&&!bt.current){t=bo(e,t,o);break e}}else for(s=t.child,s!==null&&(s.return=t);s!==null;){var g=s.dependencies;if(g!==null){u=s.child;for(var v=g.firstContext;v!==null;){if(v.context===n){if(s.tag===1){v=Po(-1,o&-o),v.tag=2;var j=s.updateQueue;if(j!==null){j=j.shared;var A=j.pending;A===null?v.next=v:(v.next=A.next,A.next=v),j.pending=v}}s.lanes|=o,v=s.alternate,v!==null&&(v.lanes|=o),ml(s.return,o,t),g.lanes|=o;break}v=v.next}}else if(s.tag===10)u=s.type===t.type?null:s.child;else if(s.tag===18){if(u=s.return,u===null)throw Error(l(341));u.lanes|=o,g=u.alternate,g!==null&&(g.lanes|=o),ml(u,o,t),u=s.sibling}else u=s.child;if(u!==null)u.return=s;else for(u=s;u!==null;){if(u===t){u=null;break}if(s=u.sibling,s!==null){s.return=u.return,u=s;break}u=u.return}s=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=Wt(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),Ru(e,t,n,r,o);case 15:return xu(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,Rt(n)?(e=!0,Nr(t)):e=!1,ea(t,o),mu(t,n,r),Nl(t,n,r,o),Al(null,t,n,!0,e,o);case 19:return Lu(e,t,o);case 22:return Cu(e,t,o)}throw Error(l(156,t.tag))};function nd(e,t){return qe(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 qt(e,t,o,n){return new og(e,t,o,n)}function os(e){return e=e.prototype,!(!e||!e.isReactComponent)}function ng(e){if(typeof e=="function")return os(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=qt(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 li(e,t,o,n,r,s){var u=2;if(n=e,typeof e=="function")os(e)&&(u=1);else if(typeof e=="string")u=5;else e:switch(e){case E:return jn(o.children,r,s,t);case Y:u=8,r|=8;break;case ke:return e=qt(12,o,t,r|2),e.elementType=ke,e.lanes=s,e;case Ae:return e=qt(13,o,t,r),e.elementType=Ae,e.lanes=s,e;case he:return e=qt(19,o,t,r),e.elementType=he,e.lanes=s,e;case ze:return si(o,r,s,t);default:if(typeof e=="object"&&e!==null)switch(e.$$typeof){case ie:u=10;break e;case Ue: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(l(130,e==null?e:typeof e,""))}return t=qt(u,o,t,r),t.elementType=e,t.type=n,t.lanes=s,t}function jn(e,t,o,n){return e=qt(7,e,n,t),e.lanes=o,e}function si(e,t,o,n){return e=qt(22,e,n,t),e.elementType=ze,e.lanes=o,e.stateNode={isHidden:!1},e}function ns(e,t,o){return e=qt(6,e,null,t),e.lanes=o,e}function as(e,t,o){return t=qt(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 rs(e,t,o,n,r,s,u,g,v){return e=new ag(e,t,o,g,v),t===1?(t=1,s===!0&&(t|=8)):t=0,s=qt(3,null,null,t),e.current=s,s.stateNode=e,s.memoizedState={element:n,isDehydrated:o,cache:null,transitions:null,pendingSuspenseBoundaries:null},vl(s),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(l(170));var t=e;do{switch(t.tag){case 3:t=t.stateNode.context;break e;case 1:if(Rt(t.type)){t=t.stateNode.__reactInternalMemoizedMergedChildContext;break e}}t=t.return}while(t!==null);throw Error(l(171))}if(e.tag===1){var o=e.type;if(Rt(o))return Nc(e,o,t)}return t}function rd(e,t,o,n,r,s,u,g,v){return e=rs(o,n,!0,e,r,s,u,g,v),e.context=ad(null),o=e.current,n=Pt(),r=en(o),s=Po(n,r),s.callback=t??null,Go(o,s,r),e.current.lanes=r,va(e,r,n),jt(e,n),e}function ci(e,t,o,n){var r=t.current,s=Pt(),u=en(r);return o=ad(o),t.context===null?t.context=o:t.pendingContext=o,t=Po(s,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,s),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 is(e,t){id(e,t),(e=e.alternate)&&id(e,t)}function ig(){return null}var ld=typeof reportError=="function"?reportError:function(e){console.error(e)};function ls(e){this._internalRoot=e}di.prototype.render=ls.prototype.render=function(e){var t=this._internalRoot;if(t===null)throw Error(l(409));ci(e,t,null,null)},di.prototype.unmount=ls.prototype.unmount=function(){var e=this._internalRoot;if(e!==null){this._internalRoot=null;var t=e.containerInfo;Rn(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=Vs();e={blockedOn:null,target:e,priority:t};for(var o=0;o<Wo.length&&t!==0&&t<Wo[o].priority;o++);Wo.splice(o,0,e),o===0&&Ks(e)}};function ss(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 sd(){}function lg(e,t,o,n,r){if(r){if(typeof n=="function"){var s=n;n=function(){var j=ui(u);s.call(j)}}var u=rd(t,n,e,0,null,!1,!1,"",sd);return e._reactRootContainer=u,e[yo]=u.current,Na(e.nodeType===8?e.parentNode:e),Rn(),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=rs(e,0,!1,null,null,!1,!1,"",sd);return e._reactRootContainer=v,e[yo]=v.current,Na(e.nodeType===8?e.parentNode:e),Rn(function(){ci(t,v,o,n)}),v}function fi(e,t,o,n,r){var s=o._reactRootContainer;if(s){var u=s;if(typeof r=="function"){var g=r;r=function(){var v=ui(u);g.call(v)}}ci(t,u,e,r)}else u=lg(o,t,e,r,n);return ui(u)}Ws=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:Rn(function(){var n=ko(e,1);if(n!==null){var r=Pt();Zt(n,e,1,r)}}),is(e,1)}},Li=function(e){if(e.tag===13){var t=ko(e,134217728);if(t!==null){var o=Pt();Zt(t,e,134217728,o)}is(e,134217728)}},Hs=function(e){if(e.tag===13){var t=en(e),o=ko(e,t);if(o!==null){var n=Pt();Zt(o,e,t,n)}is(e,t)}},Vs=function(){return Fe},qs=function(e,t){var o=Fe;try{return Fe=e,t()}finally{Fe=o}},zn=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(l(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=Zl,pn=Rn;var sg={usingClientEntryPoint:!1,Events:[Oa,Xn,Tr,ga,cr,Zl]},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=Ie(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=sg,Et.createPortal=function(e,t){var o=2<arguments.length&&arguments[2]!==void 0?arguments[2]:null;if(!ss(t))throw Error(l(200));return rg(e,t,null,o)},Et.createRoot=function(e,t){if(!ss(e))throw Error(l(299));var o=!1,n="",r=ld;return t!=null&&(t.unstable_strictMode===!0&&(o=!0),t.identifierPrefix!==void 0&&(n=t.identifierPrefix),t.onRecoverableError!==void 0&&(r=t.onRecoverableError)),t=rs(e,1,!1,null,null,o,!1,n,r),e[yo]=t.current,Na(e.nodeType===8?e.parentNode:e),new ls(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(l(188)):(e=Object.keys(e).join(","),Error(l(268,e)));return e=Ie(t),e=e===null?null:e.stateNode,e},Et.flushSync=function(e){return Rn(e)},Et.hydrate=function(e,t,o){if(!pi(t))throw Error(l(200));return fi(null,e,t,!0,o)},Et.hydrateRoot=function(e,t,o){if(!ss(e))throw Error(l(405));var n=o!=null&&o.hydratedSources||null,r=!1,s="",u=ld;if(o!=null&&(o.unstable_strictMode===!0&&(r=!0),o.identifierPrefix!==void 0&&(s=o.identifierPrefix),o.onRecoverableError!==void 0&&(u=o.onRecoverableError)),t=rd(t,null,e,1,o??null,r,!1,s,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(l(200));return fi(null,e,t,!1,o)},Et.unmountComponentAtNode=function(e){if(!pi(e))throw Error(l(40));return e._reactRootContainer?(Rn(function(){fi(null,null,e,!1,function(){e._reactRootContainer=null,e[yo]=null})}),!0):!1},Et.unstable_batchedUpdates=Zl,Et.unstable_renderSubtreeIntoContainer=function(e,t,o,n){if(!pi(o))throw Error(l(200));if(e==null||e._reactInternals===void 0)throw Error(l(38));return fi(e,t,o,!1,n)},Et.version="18.3.1-next-f1338f8080-20240426",Et}var md;function Jd(){if(md)return ds.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(),ds.exports=vg(),ds.exports}var yd;function wg(){if(yd)return hi;yd=1;var a=Jd();return hi.createRoot=a.createRoot,hi.hydrateRoot=a.hydrateRoot,hi}var Sg=wg(),T=Es();const kg=Yd(T),Pg=Gd({__proto__:null,default:kg},[T]);var Zd=Jd();const bg=Yd(Zd),Rg=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 l=arguments[i];for(var c in l)Object.prototype.hasOwnProperty.call(l,c)&&(a[c]=l[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 xg(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 l(d,p){let f=d.document.querySelector("base"),m="";if(f&&f.getAttribute("href")){let h=d.location.href,w=h.indexOf("#");m=w===-1?h:h.slice(0,w)}return m+"#"+(typeof p=="string"?p:Nn(p))}function c(d,p){ln(d.pathname.charAt(0)==="/","relative pathnames are not supported in hash history.push("+JSON.stringify(p)+")")}return jg(i,l,c,a)}function be(a,i){if(a===!1||a===null||typeof a>"u")throw new Error(i)}function ln(a,i){if(!a){typeof console<"u"&&console.warn(i);try{throw new Error(i)}catch{}}}function Cg(){return Math.random().toString(36).substr(2,8)}function wd(a,i){return{usr:a.state,key:a.key,idx:i}}function tr(a,i,l,c){return l===void 0&&(l=null),Qe({pathname:typeof a=="string"?a:a.pathname,search:"",hash:""},typeof i=="string"?_o(i):i,{state:l,key:i&&i.key||c||Cg()})}function Nn(a){let{pathname:i="/",search:l="",hash:c=""}=a;return l&&l!=="?"&&(i+=l.charAt(0)==="?"?l:"?"+l),c&&c!=="#"&&(i+=c.charAt(0)==="#"?c:"#"+c),i}function _o(a){let i={};if(a){let l=a.indexOf("#");l>=0&&(i.hash=a.substr(l),a=a.substr(0,l));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,l,c){c===void 0&&(c={});let{window:d=document.defaultView,v5Compat:p=!1}=c,f=d.history,m=rt.Pop,h=null,w=R();w==null&&(w=0,f.replaceState(Qe({},f.state,{idx:w}),""));function R(){return(f.state||{idx:null}).idx}function x(){m=rt.Pop;let W=R(),ge=W==null?null:W-w;w=W,h&&h({action:m,location:F.location,delta:ge})}function M(W,ge){m=rt.Push;let X=tr(F.location,W,ge);l&&l(X,W),w=R()+1;let ue=wd(X,w),re=F.createHref(X);try{f.pushState(ue,"",re)}catch(Re){if(Re instanceof DOMException&&Re.name==="DataCloneError")throw Re;d.location.assign(re)}p&&h&&h({action:m,location:F.location,delta:1})}function I(W,ge){m=rt.Replace;let X=tr(F.location,W,ge);l&&l(X,W),w=R();let ue=wd(X,w),re=F.createHref(X);f.replaceState(ue,"",re),p&&h&&h({action:m,location:F.location,delta:0})}function H(W){let ge=d.location.origin!=="null"?d.location.origin:d.location.href,X=typeof W=="string"?W:Nn(W);return X=X.replace(/ $/,"%20"),be(ge,"No window.location.(origin|href) available to create URL for href: "+X),new URL(X,ge)}let F={get action(){return m},get location(){return a(d,f)},listen(W){if(h)throw new Error("A history only accepts one active listener");return d.addEventListener(vd,x),h=W,()=>{d.removeEventListener(vd,x),h=null}},createHref(W){return i(d,W)},createURL:H,encodeLocation(W){let ge=H(W);return{pathname:ge.pathname,search:ge.search,hash:ge.hash}},push:M,replace:I,go(W){return f.go(W)}};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 Pi(a,i,l,c){return l===void 0&&(l=[]),c===void 0&&(c={}),a.map((d,p)=>{let f=[...l,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=Pi(d.children,i,f,c)),h}})}function En(a,i,l){return l===void 0&&(l="/"),Si(a,i,l,!1)}function Si(a,i,l,c){let d=typeof i=="string"?_o(i):i,p=Eo(d.pathname||"/",l);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 w=Wg(p);m=Bg(f[h],w,c)}return m}function Tg(a,i){let{route:l,pathname:c,params:d}=a;return{id:l.id,pathname:c,params:d,data:i[l.id],handle:l.handle}}function ep(a,i,l,c){i===void 0&&(i=[]),l===void 0&&(l=[]),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 w=jo([c,h.relativePath]),R=l.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 "'+w+'".')),ep(p.children,i,R,w)),!(p.path==null&&!p.index)&&i.push({path:w,score:Ig(w,p.index),routesMeta:R})};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[l,...c]=i,d=l.endsWith("?"),p=l.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,l)=>i.score!==l.score?l.score-i.score:Fg(i.routesMeta.map(c=>c.childrenIndex),l.routesMeta.map(c=>c.childrenIndex)))}const Ng=/^:[\w-]+$/,Lg=3,Dg=2,Og=1,Ag=10,zg=-2,Sd=a=>a==="*";function Ig(a,i){let l=a.split("/"),c=l.length;return l.some(Sd)&&(c+=zg),i&&(c+=Dg),l.filter(d=>!Sd(d)).reduce((d,p)=>d+(Ng.test(p)?Lg:p===""?Og:Ag),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,l){l===void 0&&(l=!1);let{routesMeta:c}=a,d={},p="/",f=[];for(let m=0;m<c.length;++m){let h=c[m],w=m===c.length-1,R=p==="/"?i:i.slice(p.length)||"/",x=bi({path:h.relativePath,caseSensitive:h.caseSensitive,end:w},R),M=h.route;if(!x&&w&&l&&!c[c.length-1].route.index&&(x=bi({path:h.relativePath,caseSensitive:h.caseSensitive,end:!1},R)),!x)return null;Object.assign(d,x.params),f.push({params:d,pathname:jo([p,x.pathname]),pathnameBase:Xg(jo([p,x.pathnameBase])),route:M}),x.pathnameBase!=="/"&&(p=jo([p,x.pathnameBase]))}return f}function bi(a,i){typeof a=="string"&&(a={path:a,caseSensitive:!1,end:!0});let[l,c]=Ug(a.path,a.caseSensitive,a.end),d=i.match(l);if(!d)return null;let p=d[0],f=p.replace(/(.)\/+$/,"$1"),m=d.slice(1);return{params:c.reduce((w,R,x)=>{let{paramName:M,isOptional:I}=R;if(M==="*"){let F=m[x]||"";f=p.slice(0,p.length-F.length).replace(/(.)\/+$/,"$1")}const H=m[x];return I&&!H?w[M]=void 0:w[M]=(H||"").replace(/%2F/g,"/"),w},{}),pathname:p,pathnameBase:f,pattern:a}}function Ug(a,i,l){i===void 0&&(i=!1),l===void 0&&(l=!0),ln(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==="/*"?"(.*)$":"(?:\\/(.+)|\\/*)$"):l?d+="\\/*$":a!==""&&a!=="/"&&(d+="(?:(?=\\/|$))"),[new RegExp(d,i?void 0:"i"),c]}function Wg(a){try{return a.split("/").map(i=>decodeURIComponent(i).replace(/\//g,"%2F")).join("/")}catch(i){return ln(!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 l=i.endsWith("/")?i.length-1:i.length,c=a.charAt(l);return c&&c!=="/"?null:a.slice(l)||"/"}const Hg=/^(?:[a-z][a-z0-9+.-]*:|\/\/)/i,Vg=a=>Hg.test(a);function qg(a,i){i===void 0&&(i="/");let{pathname:l,search:c="",hash:d=""}=typeof a=="string"?_o(a):a,p;if(l)if(Vg(l))p=l;else{if(l.includes("//")){let f=l;l=l.replace(/\/\/+/g,"/"),ln(!1,"Pathnames cannot have embedded double slashes - normalizing "+(f+" -> "+l))}l.startsWith("/")?p=kd(l.substring(1),"/"):p=kd(l,i)}else p=i;return{pathname:p,search:Kg(c),hash:$g(d)}}function kd(a,i){let l=i.replace(/\/+$/,"").split("/");return a.split("/").forEach(d=>{d===".."?l.length>1&&l.pop():d!=="."&&l.push(d)}),l.length>1?l.join("/"):"/"}function gs(a,i,l,c){return"Cannot include a '"+a+"' character in a manually specified "+("`to."+i+"` field ["+JSON.stringify(c)+"]. Please separate it out to the ")+("`to."+l+"` 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,l)=>l===0||i.route.path&&i.route.path.length>0)}function _s(a,i){let l=op(a);return i?l.map((c,d)=>d===l.length-1?c.pathname:c.pathnameBase):l.map(c=>c.pathnameBase)}function Ts(a,i,l,c){c===void 0&&(c=!1);let d;typeof a=="string"?d=_o(a):(d=Qe({},a),be(!d.pathname||!d.pathname.includes("?"),gs("?","pathname","search",d)),be(!d.pathname||!d.pathname.includes("#"),gs("#","pathname","hash",d)),be(!d.search||!d.search.includes("#"),gs("#","search","hash",d)));let p=a===""||d.pathname==="",f=p?"/":d.pathname,m;if(f==null)m=l;else{let x=i.length-1;if(!c&&f.startsWith("..")){let M=f.split("/");for(;M[0]==="..";)M.shift(),x-=1;d.pathname=M.join("/")}m=x>=0?i[x]:"/"}let h=qg(d,m),w=f&&f!=="/"&&f.endsWith("/"),R=(p||f===".")&&l.endsWith("/");return!h.pathname.endsWith("/")&&(w||R)&&(h.pathname+="/"),h}const jo=a=>a.join("/").replace(/\/\/+/g,"/"),Xg=a=>a.replace(/\/+$/,"").replace(/^\/*/,"/"),Kg=a=>!a||a==="?"?"":a.startsWith("?")?a:"?"+a,$g=a=>!a||a==="#"?"":a.startsWith("#")?a:"#"+a;class Ri{constructor(i,l,c,d){d===void 0&&(d=!1),this.status=i,this.statusText=l||"",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],Yg=new Set(Gg),Jg=new Set([301,302,303,307,308]),Zg=new Set([307,308]),hs={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},Ya={state:"unblocked",proceed:void 0,reset:void 0,location:void 0},Ms=/^(?:[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,l=typeof i<"u"&&typeof i.document<"u"&&typeof i.document.createElement<"u",c=!l;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=P=>({hasErrorBoundary:y(P)})}else d=th;let p={},f=Pi(a.routes,d,void 0,p),m,h=a.basename||"/",w=a.dataStrategy||ih,R=a.patchRoutesOnNavigation,x=Qe({v7_fetcherPersist:!1,v7_normalizeFormMethod:!1,v7_partialHydration:!1,v7_prependBasename:!1,v7_relativeSplatPath:!1,v7_skipActionErrorRevalidation:!1},a.future),M=null,I=new Set,H=null,F=null,W=null,ge=a.hydrationData!=null,X=En(f,a.history.location,h),ue=!1,re=null;if(X==null&&!R){let y=_t(404,{pathname:a.history.location.pathname}),{matches:P,route:_}=Nd(f);X=P,re={[_.id]:y}}X&&!a.hydrationData&&pn(X,f,a.history.location.pathname).active&&(X=null);let Re;if(X)if(X.some(y=>y.route.lazy))Re=!1;else if(!X.some(y=>y.route.loader))Re=!0;else if(x.v7_partialHydration){let y=a.hydrationData?a.hydrationData.loaderData:null,P=a.hydrationData?a.hydrationData.errors:null;if(P){let _=X.findIndex(D=>P[D.route.id]!==void 0);Re=X.slice(0,_+1).every(D=>!bs(D.route,y,P))}else Re=X.every(_=>!bs(_.route,y,P))}else Re=a.hydrationData!=null;else if(Re=!1,X=[],x.v7_partialHydration){let y=pn(null,f,a.history.location.pathname);y.active&&y.matches&&(ue=!0,X=y.matches)}let Ee,E={historyAction:a.history.action,location:a.history.location,matches:X,initialized:Re,navigation:hs,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},Y=rt.Pop,ke=!1,ie,Ue=!1,Te=new Map,Ae=null,he=!1,Ze=!1,et=[],ze=new Set,B=new Map,ae=0,q=-1,k=new Map,N=new Set,de=new Map,ye=new Map,me=new Set,we=new Map,Ce=new Map,Se;function We(){if(M=a.history.listen(y=>{let{action:P,location:_,delta:D}=y;if(Se){Se(),Se=void 0;return}ln(Ce.size===0||D!=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=zn({currentLocation:E.location,nextLocation:_,historyAction:P});if(V&&D!=null){let ne=new Promise(ce=>{Se=ce});a.history.go(D*-1),Ao(V,{state:"blocked",location:_,proceed(){Ao(V,{state:"proceeding",proceed:void 0,reset:void 0,location:_}),ne.then(()=>a.history.go(D))},reset(){let ce=new Map(E.blockers);ce.set(V,Ya),tt({blockers:ce})}});return}return Mt(P,_)}),l){Sh(i,Te);let y=()=>kh(i,Te);i.addEventListener("pagehide",y),Ae=()=>i.removeEventListener("pagehide",y)}return E.initialized||Mt(rt.Pop,E.location,{initialHydration:!0}),Ee}function ct(){M&&M(),Ae&&Ae(),I.clear(),ie&&ie.abort(),E.fetchers.forEach((y,P)=>oo(P)),E.blockers.forEach((y,P)=>An(P))}function Mo(y){return I.add(y),()=>I.delete(y)}function tt(y,P){P===void 0&&(P={}),E=Qe({},E,y);let _=[],D=[];x.v7_fetcherPersist&&E.fetchers.forEach((V,ne)=>{V.state==="idle"&&(me.has(ne)?D.push(ne):_.push(ne))}),me.forEach(V=>{!E.fetchers.has(V)&&!B.has(V)&&D.push(V)}),[...I].forEach(V=>V(E,{deletedFetchers:D,viewTransitionOpts:P.viewTransitionOpts,flushSync:P.flushSync===!0})),x.v7_fetcherPersist?(_.forEach(V=>E.fetchers.delete(V)),D.forEach(V=>oo(V))):D.forEach(V=>me.delete(V))}function Tt(y,P,_){var D,V;let{flushSync:ne}=_===void 0?{}:_,ce=E.actionData!=null&&E.navigation.formMethod!=null&&eo(E.navigation.formMethod)&&E.navigation.state==="loading"&&((D=y.state)==null?void 0:D._isRedirect)!==!0,J;P.actionData?Object.keys(P.actionData).length>0?J=P.actionData:J=null:ce?J=E.actionData:J=null;let ee=P.loaderData?Td(E.loaderData,P.loaderData,P.matches||[],P.errors):E.loaderData,$=E.blockers;$.size>0&&($=new Map($),$.forEach((xe,it)=>$.set(it,Ya)));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||Y===rt.Pop||(Y===rt.Push?a.history.push(y,y.state):Y===rt.Replace&&a.history.replace(y,y.state));let ve;if(Y===rt.Pop){let xe=Te.get(E.location.pathname);xe&&xe.has(y.pathname)?ve={currentLocation:E.location,nextLocation:y}:Te.has(y.pathname)&&(ve={currentLocation:y,nextLocation:E.location})}else if(Ue){let xe=Te.get(E.location.pathname);xe?xe.add(y.pathname):(xe=new Set([y.pathname]),Te.set(E.location.pathname,xe)),ve={currentLocation:E.location,nextLocation:y}}tt(Qe({},P,{actionData:J,loaderData:ee,historyAction:Y,location:y,initialized:!0,navigation:hs,revalidation:"idle",restoreScrollPosition:ha(y,P.matches||E.matches),preventScrollReset:G,blockers:$}),{viewTransitionOpts:ve,flushSync:ne===!0}),Y=rt.Pop,ke=!1,Ue=!1,he=!1,Ze=!1,et=[]}async function No(y,P){if(typeof y=="number"){a.history.go(y);return}let _=Ps(E.location,E.matches,h,x.v7_prependBasename,y,x.v7_relativeSplatPath,P==null?void 0:P.fromRouteId,P==null?void 0:P.relative),{path:D,submission:V,error:ne}=Pd(x.v7_normalizeFormMethod,!1,_,P),ce=E.location,J=tr(E.location,D,P&&P.state);J=Qe({},J,a.history.encodeLocation(J));let ee=P&&P.replace!=null?P.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=P&&"preventScrollReset"in P?P.preventScrollReset===!0:void 0,ve=(P&&P.flushSync)===!0,xe=zn({currentLocation:ce,nextLocation:J,historyAction:$});if(xe){Ao(xe,{state:"blocked",location:J,proceed(){Ao(xe,{state:"proceeding",proceed:void 0,reset:void 0,location:J}),No(y,P)},reset(){let it=new Map(E.blockers);it.set(xe,Ya),tt({blockers:it})}});return}return await Mt($,J,{submission:V,pendingError:ne,preventScrollReset:G,replace:P&&P.replace,enableViewTransition:P&&P.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(Y||E.historyAction,E.navigation.location,{overrideNavigation:E.navigation,enableViewTransition:Ue===!0})}}async function Mt(y,P,_){ie&&ie.abort(),ie=null,Y=y,he=(_&&_.startUninterruptedRevalidation)===!0,cr(E.location,E.matches),ke=(_&&_.preventScrollReset)===!0,Ue=(_&&_.enableViewTransition)===!0;let D=m||f,V=_&&_.overrideNavigation,ne=_!=null&&_.initialHydration&&E.matches&&E.matches.length>0&&!ue?E.matches:En(D,P,h),ce=(_&&_.flushSync)===!0;if(ne&&E.initialized&&!Ze&&ph(E.location,P)&&!(_&&_.submission&&eo(_.submission.formMethod))){Tt(P,{matches:ne},{flushSync:ce});return}let J=pn(ne,D,P.pathname);if(J.active&&J.matches&&(ne=J.matches),!ne){let{error:Ie,notFoundMatches:_e,route:qe}=no(P.pathname);Tt(P,{matches:_e,loaderData:{},errors:{[qe.id]:Ie}},{flushSync:ce});return}ie=new AbortController;let ee=la(a.history,P,ie.signal,_&&_.submission),$;if(_&&_.pendingError)$=[_n(ne).route.id,{type:Be.error,error:_.pendingError}];else if(_&&_.submission&&eo(_.submission.formMethod)){let Ie=await Lo(ee,P,_.submission,ne,J.active,{replace:_.replace,flushSync:ce});if(Ie.shortCircuited)return;if(Ie.pendingActionResult){let[_e,qe]=Ie.pendingActionResult;if(It(qe)&&or(qe.error)&&qe.error.status===404){ie=null,Tt(P,{matches:Ie.matches,loaderData:{},errors:{[_e]:qe.error}});return}}ne=Ie.matches||ne,$=Ie.pendingActionResult,V=ms(P,_.submission),ce=!1,J.active=!1,ee=la(a.history,ee.url,ee.signal)}let{shortCircuited:G,matches:ve,loaderData:xe,errors:it}=await un(ee,P,ne,J.active,V,_&&_.submission,_&&_.fetcherSubmission,_&&_.replace,_&&_.initialHydration===!0,ce,$);G||(ie=null,Tt(P,Qe({matches:ve||ne},Md($),{loaderData:xe,errors:it})))}async function Lo(y,P,_,D,V,ne){ne===void 0&&(ne={}),dn();let ce=vh(P,_);if(tt({navigation:ce},{flushSync:ne.flushSync===!0}),V){let $=await zo(D,P.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)D=$.matches;else{let{notFoundMatches:G,error:ve,route:xe}=no(P.pathname);return{matches:G,pendingActionResult:[xe.id,{type:Be.error,error:ve}]}}}let J,ee=er(D,P);if(!ee.route.action&&!ee.route.lazy)J={type:Be.error,error:_t(405,{method:y.method,pathname:P.pathname,routeId:ee.route.id})};else if(J=(await Do("action",E,y,[ee],D,null))[ee.route.id],y.signal.aborted)return{shortCircuited:!0};if(Tn(J)){let $;return ne&&ne.replace!=null?$=ne.replace:$=jd(J.response.headers.get("Location"),new URL(y.url),h,a.history)===E.location.pathname+E.location.search,await to(y,J,!0,{submission:_,replace:$}),{shortCircuited:!0}}if(rn(J))throw _t(400,{type:"defer-action"});if(It(J)){let $=_n(D,ee.route.id);return(ne&&ne.replace)!==!0&&(Y=rt.Push),{matches:D,pendingActionResult:[$.route.id,J]}}return{matches:D,pendingActionResult:[ee.route.id,J]}}async function un(y,P,_,D,V,ne,ce,J,ee,$,G){let ve=V||ms(P,ne),xe=ne||ce||Dd(ve),it=!he&&(!x.v7_partialHydration||!ee);if(D){if(it){let He=fo(G);tt(Qe({navigation:ve},He!==void 0?{actionData:He}:{}),{flushSync:$})}let je=await zo(_,P.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(P.pathname);return{matches:gt,loaderData:{},errors:{[hn.id]:He}}}}let Ie=m||f,[_e,qe]=Rd(a.history,E,_,xe,P,x.v7_partialHydration&&ee===!0,x.v7_skipActionErrorRevalidation,Ze,et,ze,me,de,N,Ie,h,G);if(ao(je=>!(_&&_.some(He=>He.route.id===je))||_e&&_e.some(He=>He.route.id===je)),q=++ae,_e.length===0&&qe.length===0){let je=lr();return Tt(P,Qe({matches:_,loaderData:{},errors:G&&It(G[1])?{[G[0]]:G[1].error}:null},Md(G),je?{fetchers:new Map(E.fetchers)}:{}),{flushSync:$}),{shortCircuited:!0}}if(it){let je={};if(!D){je.navigation=ve;let He=fo(G);He!==void 0&&(je.actionData=He)}qe.length>0&&(je.fetchers=pe(qe)),tt(je,{flushSync:$})}qe.forEach(je=>{Xt(je.key),je.controller&&B.set(je.key,je.controller)});let go=()=>qe.forEach(je=>Xt(je.key));ie&&ie.signal.addEventListener("abort",go);let{loaderResults:gn,fetcherResults:Kt}=await da(E,_,_e,qe,y);if(y.signal.aborted)return{shortCircuited:!0};ie&&ie.signal.removeEventListener("abort",go),qe.forEach(je=>B.delete(je.key));let Le=mi(gn);if(Le)return await to(y,Le.result,!0,{replace:J}),{shortCircuited:!0};if(Le=mi(Kt),Le)return N.add(Le.key),await to(y,Le.result,!0,{replace:J}),{shortCircuited:!0};let{loaderData:ma,errors:ho}=_d(E,_,gn,G,qe,Kt,we);we.forEach((je,He)=>{je.subscribe(gt=>{(gt||je.done)&&we.delete(He)})}),x.v7_partialHydration&&ee&&E.errors&&(ho=Qe({},E.errors,ho));let ro=lr(),mo=On(q),In=ro||mo||qe.length>0;return Qe({matches:_,loaderData:ma,errors:ho},In?{fetchers:new Map(E.fetchers)}:{})}function fo(y){if(y&&!It(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(P=>{let _=E.fetchers.get(P.key),D=Ja(void 0,_?_.data:void 0);E.fetchers.set(P.key,D)}),new Map(E.fetchers)}function Ge(y,P,_,D){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.");Xt(y);let V=(D&&D.flushSync)===!0,ne=m||f,ce=Ps(E.location,E.matches,h,x.v7_prependBasename,_,x.v7_relativeSplatPath,P,D==null?void 0:D.relative),J=En(ne,ce,h),ee=pn(J,ne,ce);if(ee.active&&ee.matches&&(J=ee.matches),!J){Ft(y,P,_t(404,{pathname:ce}),{flushSync:V});return}let{path:$,submission:G,error:ve}=Pd(x.v7_normalizeFormMethod,!0,ce,D);if(ve){Ft(y,P,ve,{flushSync:V});return}let xe=er(J,$),it=(D&&D.preventScrollReset)===!0;if(G&&eo(G.formMethod)){ft(y,P,$,xe,J,ee.active,V,it,G);return}de.set(y,{routeId:P,path:$}),Dn(y,P,$,xe,J,ee.active,V,it,G)}async function ft(y,P,_,D,V,ne,ce,J,ee){dn(),de.delete(y);function $(De){if(!De.route.action&&!De.route.lazy){let Io=_t(405,{method:ee.formMethod,pathname:_,routeId:P});return Ft(y,P,Io,{flushSync:ce}),!0}return!1}if(!ne&&$(D))return;let G=E.fetchers.get(y);Nt(y,wh(ee,G),{flushSync:ce});let ve=new AbortController,xe=la(a.history,_,ve.signal,ee);if(ne){let De=await zo(V,new URL(xe.url).pathname,xe.signal,y);if(De.type==="aborted")return;if(De.type==="error"){Ft(y,P,De.error,{flushSync:ce});return}else if(De.matches){if(V=De.matches,D=er(V,_),$(D))return}else{Ft(y,P,_t(404,{pathname:_}),{flushSync:ce});return}}B.set(y,ve);let it=ae,_e=(await Do("action",E,xe,[D],V,y))[D.route.id];if(xe.signal.aborted){B.get(y)===ve&&B.delete(y);return}if(x.v7_fetcherPersist&&me.has(y)){if(Tn(_e)||It(_e)){Nt(y,an(void 0));return}}else{if(Tn(_e))if(B.delete(y),q>it){Nt(y,an(void 0));return}else return N.add(y),Nt(y,Ja(ee)),to(xe,_e,!1,{fetcherSubmission:ee,preventScrollReset:J});if(It(_e)){Ft(y,P,_e.error);return}}if(rn(_e))throw _t(400,{type:"defer-action"});let qe=E.navigation.location||E.location,go=la(a.history,qe,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=Ja(ee,_e.data);E.fetchers.set(y,ma);let[ho,ro]=Rd(a.history,E,Kt,ee,qe,!1,x.v7_skipActionErrorRevalidation,Ze,et,ze,me,de,N,gn,h,[D.route.id,_e]);ro.filter(De=>De.key!==y).forEach(De=>{let Io=De.key,dr=E.fetchers.get(Io),_i=Ja(void 0,dr?dr.data:void 0);E.fetchers.set(Io,_i),Xt(Io),De.controller&&B.set(Io,De.controller)}),tt({fetchers:new Map(E.fetchers)});let mo=()=>ro.forEach(De=>Xt(De.key));ve.signal.addEventListener("abort",mo);let{loaderResults:In,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(De=>B.delete(De.key));let He=mi(In);if(He)return to(go,He.result,!1,{preventScrollReset:J});if(He=mi(je),He)return N.add(He.key),to(go,He.result,!1,{preventScrollReset:J});let{loaderData:gt,errors:hn}=_d(E,Kt,In,void 0,ro,je,we);if(E.fetchers.has(y)){let De=an(_e.data);E.fetchers.set(y,De)}On(Le),E.navigation.state==="loading"&&Le>q?(be(Y,"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 Dn(y,P,_,D,V,ne,ce,J,ee){let $=E.fetchers.get(y);Nt(y,Ja(ee,$?$.data:void 0),{flushSync:ce});let G=new AbortController,ve=la(a.history,_,G.signal);if(ne){let _e=await zo(V,new URL(ve.url).pathname,ve.signal,y);if(_e.type==="aborted")return;if(_e.type==="error"){Ft(y,P,_e.error,{flushSync:ce});return}else if(_e.matches)V=_e.matches,D=er(V,_);else{Ft(y,P,_t(404,{pathname:_}),{flushSync:ce});return}}B.set(y,G);let xe=ae,Ie=(await Do("loader",E,ve,[D],V,y))[D.route.id];if(rn(Ie)&&(Ie=await Ns(Ie,ve.signal,!0)||Ie),B.get(y)===G&&B.delete(y),!ve.signal.aborted){if(me.has(y)){Nt(y,an(void 0));return}if(Tn(Ie))if(q>xe){Nt(y,an(void 0));return}else{N.add(y),await to(ve,Ie,!1,{preventScrollReset:J});return}if(It(Ie)){Ft(y,P,Ie.error);return}be(!rn(Ie),"Unhandled fetcher deferred data"),Nt(y,an(Ie.data))}}async function to(y,P,_,D){let{submission:V,fetcherSubmission:ne,preventScrollReset:ce,replace:J}=D===void 0?{}:D;P.response.headers.has("X-Remix-Revalidate")&&(Ze=!0);let ee=P.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(l){let _e=!1;if(P.response.headers.has("X-Remix-Reload-Document"))_e=!0;else if(Ms.test(ee)){const qe=a.history.createURL(ee);_e=qe.origin!==i.location.origin||Eo(qe.pathname,h)==null}if(_e){J?i.location.replace(ee):i.location.assign(ee);return}}ie=null;let G=J===!0||P.response.headers.has("X-Remix-Replace")?rt.Replace:rt.Push,{formMethod:ve,formAction:xe,formEncType:it}=E.navigation;!V&&!ne&&ve&&xe&&it&&(V=Dd(E.navigation));let Ie=V||ne;if(Zg.has(P.response.status)&&Ie&&eo(Ie.formMethod))await Mt(G,$,{submission:Qe({},Ie,{formAction:ee}),preventScrollReset:ce||ke,enableViewTransition:_?Ue:void 0});else{let _e=ms($,V);await Mt(G,$,{overrideNavigation:_e,fetcherSubmission:ne,preventScrollReset:ce||ke,enableViewTransition:_?Ue:void 0})}}async function Do(y,P,_,D,V,ne){let ce,J={};try{ce=await lh(w,y,P,_,D,V,ne,p,d)}catch(ee){return D.forEach($=>{J[$.route.id]={type:Be.error,error:ee}}),J}for(let[ee,$]of Object.entries(ce))if(fh($)){let G=$.result;J[ee]={type:Be.redirect,response:uh(G,_,ee,V,h,x.v7_relativeSplatPath)}}else J[ee]=await ch($);return J}async function da(y,P,_,D,V){let ne=y.matches,ce=Do("loader",y,V,_,P,null),J=Promise.all(D.map(async G=>{if(G.matches&&G.match&&G.controller){let xe=(await Do("loader",y,la(a.history,G.path,G.controller.signal),[G.match],G.matches,G.key))[G.match.route.id];return{[G.key]:xe}}else return Promise.resolve({[G.key]:{type:Be.error,error:_t(404,{pathname:G.path})}})})),ee=await ce,$=(await J).reduce((G,ve)=>Object.assign(G,ve),{});return await Promise.all([mh(P,ee,V.signal,ne,y.loaderData),yh(P,$,D)]),{loaderResults:ee,fetcherResults:$}}function dn(){Ze=!0,et.push(...ao()),de.forEach((y,P)=>{B.has(P)&&ze.add(P),Xt(P)})}function Nt(y,P,_){_===void 0&&(_={}),E.fetchers.set(y,P),tt({fetchers:new Map(E.fetchers)},{flushSync:(_&&_.flushSync)===!0})}function Ft(y,P,_,D){D===void 0&&(D={});let V=_n(E.matches,P);oo(y),tt({errors:{[V.route.id]:_},fetchers:new Map(E.fetchers)},{flushSync:(D&&D.flushSync)===!0})}function Oo(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 P=E.fetchers.get(y);B.has(y)&&!(P&&P.state==="loading"&&k.has(y))&&Xt(y),de.delete(y),k.delete(y),N.delete(y),x.v7_fetcherPersist&&me.delete(y),ze.delete(y),E.fetchers.delete(y)}function Ei(y){let P=(ye.get(y)||0)-1;P<=0?(ye.delete(y),me.add(y),x.v7_fetcherPersist||oo(y)):ye.set(y,P),tt({fetchers:new Map(E.fetchers)})}function Xt(y){let P=B.get(y);P&&(P.abort(),B.delete(y))}function pa(y){for(let P of y){let _=Oo(P),D=an(_.data);E.fetchers.set(P,D)}}function lr(){let y=[],P=!1;for(let _ of N){let D=E.fetchers.get(_);be(D,"Expected fetcher: "+_),D.state==="loading"&&(N.delete(_),y.push(_),P=!0)}return pa(y),P}function On(y){let P=[];for(let[_,D]of k)if(D<y){let V=E.fetchers.get(_);be(V,"Expected fetcher: "+_),V.state==="loading"&&(Xt(_),k.delete(_),P.push(_))}return pa(P),P.length>0}function fa(y,P){let _=E.blockers.get(y)||Ya;return Ce.get(y)!==P&&Ce.set(y,P),_}function An(y){E.blockers.delete(y),Ce.delete(y)}function Ao(y,P){let _=E.blockers.get(y)||Ya;be(_.state==="unblocked"&&P.state==="blocked"||_.state==="blocked"&&P.state==="blocked"||_.state==="blocked"&&P.state==="proceeding"||_.state==="blocked"&&P.state==="unblocked"||_.state==="proceeding"&&P.state==="unblocked","Invalid blocker state transition: "+_.state+" -> "+P.state);let D=new Map(E.blockers);D.set(y,P),tt({blockers:D})}function zn(y){let{currentLocation:P,nextLocation:_,historyAction:D}=y;if(Ce.size===0)return;Ce.size>1&&ln(!1,"A router only supports one blocker at a time");let V=Array.from(Ce.entries()),[ne,ce]=V[V.length-1],J=E.blockers.get(ne);if(!(J&&J.state==="proceeding")&&ce({currentLocation:P,nextLocation:_,historyAction:D}))return ne}function no(y){let P=_t(404,{pathname:y}),_=m||f,{matches:D,route:V}=Nd(_);return ao(),{notFoundMatches:D,route:V,error:P}}function ao(y){let P=[];return we.forEach((_,D)=>{(!y||y(D))&&(_.cancel(),P.push(D),we.delete(D))}),P}function sr(y,P,_){if(H=y,W=P,F=_||null,!ge&&E.navigation===hs){ge=!0;let D=ha(E.location,E.matches);D!=null&&tt({restoreScrollPosition:D})}return()=>{H=null,W=null,F=null}}function ga(y,P){return F&&F(y,P.map(D=>Tg(D,E.loaderData)))||y.key}function cr(y,P){if(H&&W){let _=ga(y,P);H[_]=W()}}function ha(y,P){if(H){let _=ga(y,P),D=H[_];if(typeof D=="number")return D}return null}function pn(y,P,_){if(R)if(y){if(Object.keys(y[0].params).length>0)return{active:!0,matches:Si(P,_,h,!0)}}else return{active:!0,matches:Si(P,_,h,!0)||[]};return{active:!1,matches:null}}async function zo(y,P,_,D){if(!R)return{type:"success",matches:y};let V=y;for(;;){let ne=m==null,ce=m||f,J=p;try{await R({signal:_,path:P,matches:V,fetcherKey:D,patch:(G,ve)=>{_.aborted||Cd(G,ve,ce,J,d)}})}catch(G){return{type:"error",error:G,partialMatches:V}}finally{ne&&!_.aborted&&(f=[...f])}if(_.aborted)return{type:"aborted"};let ee=En(ce,P,h);if(ee)return{type:"success",matches:ee};let $=Si(ce,P,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=Pi(y,d,void 0,p)}function fn(y,P){let _=m==null;Cd(y,P,m||f,p,d),_&&(f=[...f],tt({}))}return Ee={get basename(){return h},get future(){return x},get state(){return E},get routes(){return f},get window(){return i},initialize:We,subscribe:Mo,enableScrollRestoration:sr,navigate:No,fetch:Ge,revalidate:Ln,createHref:y=>a.history.createHref(y),encodeLocation:y=>a.history.encodeLocation(y),getFetcher:Oo,deleteFetcher:Ei,dispose:ct,getBlocker:fa,deleteBlocker:An,patchRoutes:fn,_internalFetchControllers:B,_internalActiveDeferreds:we,_internalSetRoutes:ur},Ee}function nh(a){return a!=null&&("formData"in a&&a.formData!=null||"body"in a&&a.body!==void 0)}function Ps(a,i,l,c,d,p,f,m){let h,w;if(f){h=[];for(let x of i)if(h.push(x),x.route.id===f){w=x;break}}else h=i,w=i[i.length-1];let R=Ts(d||".",_s(h,p),Eo(a.pathname,l)||a.pathname,m==="path");if(d==null&&(R.search=a.search,R.hash=a.hash),(d==null||d===""||d===".")&&w){let x=Ls(R.search);if(w.route.index&&!x)R.search=R.search?R.search.replace(/^\?/,"?index&"):"?index";else if(!w.route.index&&x){let M=new URLSearchParams(R.search),I=M.getAll("index");M.delete("index"),I.filter(F=>F).forEach(F=>M.append("index",F));let H=M.toString();R.search=H?"?"+H:""}}return c&&l!=="/"&&(R.pathname=R.pathname==="/"?l:jo([l,R.pathname])),Nn(R)}function Pd(a,i,l,c){if(!c||!nh(c))return{path:l};if(c.formMethod&&!hh(c.formMethod))return{path:l,error:_t(405,{method:c.formMethod})};let d=()=>({path:l,error:_t(400,{type:"invalid-body"})}),p=c.formMethod||"get",f=a?p.toUpperCase():p.toLowerCase(),m=lp(l);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((I,H)=>{let[F,W]=H;return""+I+F+"="+W+`
51
- `},""):String(c.body);return{path:l,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:l,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,w;if(c.formData)h=Rs(c.formData),w=c.formData;else if(c.body instanceof FormData)h=Rs(c.body),w=c.body;else if(c.body instanceof URLSearchParams)h=c.body,w=Ed(h);else if(c.body==null)h=new URLSearchParams,w=new FormData;else try{h=new URLSearchParams(c.body),w=Ed(h)}catch{return d()}let R={formMethod:f,formAction:m,formEncType:c&&c.formEncType||"application/x-www-form-urlencoded",formData:w,json:void 0,text:void 0};if(eo(R.formMethod))return{path:l,submission:R};let x=_o(l);return i&&x.search&&Ls(x.search)&&h.append("index",""),x.search="?"+h,{path:Nn(x),submission:R}}function bd(a,i,l){l===void 0&&(l=!1);let c=a.findIndex(d=>d.route.id===i);return c>=0?a.slice(0,l?c+1:c):a}function Rd(a,i,l,c,d,p,f,m,h,w,R,x,M,I,H,F){let W=F?It(F[1])?F[1].error:F[1].data:void 0,ge=a.createURL(i.location),X=a.createURL(d),ue=l;p&&i.errors?ue=bd(l,Object.keys(i.errors)[0],!0):F&&It(F[1])&&(ue=bd(l,F[0]));let re=F?F[1].statusCode:void 0,Re=f&&re&&re>=400,Ee=ue.filter((Y,ke)=>{let{route:ie}=Y;if(ie.lazy)return!0;if(ie.loader==null)return!1;if(p)return bs(ie,i.loaderData,i.errors);if(ah(i.loaderData,i.matches[ke],Y)||h.some(Ae=>Ae===Y.route.id))return!0;let Ue=i.matches[ke],Te=Y;return xd(Y,Qe({currentUrl:ge,currentParams:Ue.params,nextUrl:X,nextParams:Te.params},c,{actionResult:W,actionStatus:re,defaultShouldRevalidate:Re?!1:m||ge.pathname+ge.search===X.pathname+X.search||ge.search!==X.search||rp(Ue,Te)}))}),E=[];return x.forEach((Y,ke)=>{if(p||!l.some(he=>he.route.id===Y.routeId)||R.has(ke))return;let ie=En(I,Y.path,H);if(!ie){E.push({key:ke,routeId:Y.routeId,path:Y.path,matches:null,match:null,controller:null});return}let Ue=i.fetchers.get(ke),Te=er(ie,Y.path),Ae=!1;M.has(ke)?Ae=!1:w.has(ke)?(w.delete(ke),Ae=!0):Ue&&Ue.state!=="idle"&&Ue.data===void 0?Ae=m:Ae=xd(Te,Qe({currentUrl:ge,currentParams:i.matches[i.matches.length-1].params,nextUrl:X,nextParams:l[l.length-1].params},c,{actionResult:W,actionStatus:re,defaultShouldRevalidate:Re?!1:m})),Ae&&E.push({key:ke,routeId:Y.routeId,path:Y.path,matches:ie,match:Te,controller:new AbortController})}),[Ee,E]}function bs(a,i,l){if(a.lazy)return!0;if(!a.loader)return!1;let c=i!=null&&i[a.id]!==void 0,d=l!=null&&l[a.id]!==void 0;return!c&&d?!1:typeof a.loader=="function"&&a.loader.hydrate===!0?!0:!c&&!d}function ah(a,i,l){let c=!i||l.route.id!==i.route.id,d=a[l.route.id]===void 0;return c||d}function rp(a,i){let l=a.route.path;return a.pathname!==i.pathname||l!=null&&l.endsWith("*")&&a.params["*"]!==i.params["*"]}function xd(a,i){if(a.route.shouldRevalidate){let l=a.route.shouldRevalidate(i);if(typeof l=="boolean")return l}return i.defaultShouldRevalidate}function Cd(a,i,l,c,d){var p;let f;if(a){let w=c[a];be(w,"No route found to patch children into: routeId = "+a),w.children||(w.children=[]),f=w.children}else f=l;let m=i.filter(w=>!f.some(R=>ip(w,R))),h=Pi(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((l,c)=>{var d;return(d=i.children)==null?void 0:d.some(p=>ip(l,p))}):!1}async function rh(a,i,l){if(!a.lazy)return;let c=await a.lazy();if(!a.lazy)return;let d=l[a.id];be(d,"No route found in manifest");let p={};for(let f in c){let h=d[f]!==void 0&&f!=="hasErrorBoundary";ln(!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,l=i.filter(d=>d.shouldLoad);return(await Promise.all(l.map(d=>d.resolve()))).reduce((d,p,f)=>Object.assign(d,{[l[f].route.id]:p}),{})}async function lh(a,i,l,c,d,p,f,m,h,w){let R=p.map(I=>I.route.lazy?rh(I.route,h,m):void 0),x=p.map((I,H)=>{let F=R[H],W=d.some(X=>X.route.id===I.route.id);return Qe({},I,{shouldLoad:W,resolve:async X=>(X&&c.method==="GET"&&(I.route.lazy||I.route.loader)&&(W=!0),W?sh(i,c,I,F,X,w):Promise.resolve({type:Be.data,result:void 0}))})}),M=await a({matches:x,request:c,params:p[0].params,fetcherKey:f,context:w});try{await Promise.all(R)}catch{}return M}async function sh(a,i,l,c,d,p){let f,m,h=w=>{let R,x=new Promise((H,F)=>R=F);m=()=>R(),i.signal.addEventListener("abort",m);let M=H=>typeof w!="function"?Promise.reject(new Error("You cannot call the handler for a route which defines a boolean "+('"'+a+'" [routeId: '+l.route.id+"]"))):w({request:i,params:l.params,context:p},...H!==void 0?[H]:[]),I=(async()=>{try{return{type:"data",result:await(d?d(F=>M(F)):M())}}catch(H){return{type:"error",result:H}}})();return Promise.race([I,x])};try{let w=l.route[a];if(c)if(w){let R,[x]=await Promise.all([h(w).catch(M=>{R=M}),c]);if(R!==void 0)throw R;f=x}else if(await c,w=l.route[a],w)f=await h(w);else if(a==="action"){let R=new URL(i.url),x=R.pathname+R.search;throw _t(405,{method:i.method,pathname:x,routeId:l.route.id})}else return{type:Be.data,result:void 0};else if(w)f=await h(w);else{let R=new URL(i.url),x=R.pathname+R.search;throw _t(404,{pathname:x})}be(f.result!==void 0,"You defined "+(a==="action"?"an action":"a loader")+" for route "+('"'+l.route.id+"\" but didn't return anything from your `"+a+"` ")+"function. Please return a value or `null`.")}catch(w){return{type:Be.error,result:w}}finally{m&&i.signal.removeEventListener("abort",m)}return f}async function ch(a){let{result:i,type:l}=a;if(sp(i)){let x;try{let M=i.headers.get("Content-Type");M&&/\bapplication\/json\b/.test(M)?i.body==null?x=null:x=await i.json():x=await i.text()}catch(M){return{type:Be.error,error:M}}return l===Be.error?{type:Be.error,error:new Ri(i.status,i.statusText,x),statusCode:i.status,headers:i.headers}:{type:Be.data,data:x,statusCode:i.status,headers:i.headers}}if(l===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 Ri(((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 w,R;return{type:Be.data,data:i.data,statusCode:(w=i.init)==null?void 0:w.status,headers:(R=i.init)!=null&&R.headers?new Headers(i.init.headers):void 0}}return{type:Be.data,data:i}}function uh(a,i,l,c,d,p){let f=a.headers.get("Location");if(be(f,"Redirects returned/thrown from loaders/actions must have a Location header"),!Ms.test(f)){let m=c.slice(0,c.findIndex(h=>h.route.id===l)+1);f=Ps(new URL(i.url),m,d,!0,f,p),a.headers.set("Location",f)}return a}function jd(a,i,l,c){let d=["about:","blob:","chrome:","chrome-untrusted:","content:","data:","devtools:","file:","filesystem:","javascript:"];if(Ms.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,l)!=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 la(a,i,l,c){let d=a.createURL(lp(i)).toString(),p={signal:l};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=Rs(c.formData):p.body=c.formData}return new Request(d,p)}function Rs(a){let i=new URLSearchParams;for(let[l,c]of a.entries())i.append(l,typeof c=="string"?c:c.name);return i}function Ed(a){let i=new FormData;for(let[l,c]of a.entries())i.append(l,c);return i}function dh(a,i,l,c,d){let p={},f=null,m,h=!1,w={},R=l&&It(l[1])?l[1].error:void 0;return a.forEach(x=>{if(!(x.route.id in i))return;let M=x.route.id,I=i[M];if(be(!Tn(I),"Cannot handle redirect results in processLoaderData"),It(I)){let H=I.error;R!==void 0&&(H=R,R=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(I.error)?I.error.status:500),I.headers&&(w[M]=I.headers)}else rn(I)?(c.set(M,I.deferredData),p[M]=I.deferredData.data,I.statusCode!=null&&I.statusCode!==200&&!h&&(m=I.statusCode),I.headers&&(w[M]=I.headers)):(p[M]=I.data,I.statusCode&&I.statusCode!==200&&!h&&(m=I.statusCode),I.headers&&(w[M]=I.headers))}),R!==void 0&&l&&(f={[l[0]]:R},p[l[0]]=void 0),{loaderData:p,errors:f,statusCode:m||200,loaderHeaders:w}}function _d(a,i,l,c,d,p,f){let{loaderData:m,errors:h}=dh(i,l,c,f);return d.forEach(w=>{let{key:R,match:x,controller:M}=w,I=p[R];if(be(I,"Did not find corresponding fetcher result"),!(M&&M.signal.aborted))if(It(I)){let H=_n(a.matches,x==null?void 0:x.route.id);h&&h[H.route.id]||(h=Qe({},h,{[H.route.id]:I.error})),a.fetchers.delete(R)}else if(Tn(I))be(!1,"Unhandled fetcher revalidation redirect");else if(rn(I))be(!1,"Unhandled fetcher deferred data");else{let H=an(I.data);a.fetchers.set(R,H)}}),{loaderData:m,errors:h}}function Td(a,i,l,c){let d=Qe({},i);for(let p of l){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?It(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(l=>l.index||!l.path||l.path==="/")||{id:"__shim-error-route__"};return{matches:[{params:{},pathname:"",pathnameBase:"",route:i}],route:i}}function _t(a,i){let{pathname:l,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&&l&&c?h="You made a "+d+' request to "'+l+'" 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 "'+l+'"'):a===404?(m="Not Found",h='No route matches URL "'+l+'"'):a===405&&(m="Method Not Allowed",d&&l&&c?h="You made a "+d.toUpperCase()+' request to "'+l+'" 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 Ri(a||500,m,new Error(h),!0)}function mi(a){let i=Object.entries(a);for(let l=i.length-1;l>=0;l--){let[c,d]=i[l];if(Tn(d))return{key:c,result:d}}}function lp(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 sp(a.result)&&Jg.has(a.result.status)}function rn(a){return a.type===Be.deferred}function It(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 sp(a){return a!=null&&typeof a.status=="number"&&typeof a.statusText=="string"&&typeof a.headers=="object"&&typeof a.body<"u"}function hh(a){return Yg.has(a.toLowerCase())}function eo(a){return Qg.has(a.toLowerCase())}async function mh(a,i,l,c,d){let p=Object.entries(i);for(let f=0;f<p.length;f++){let[m,h]=p[f],w=a.find(M=>(M==null?void 0:M.route.id)===m);if(!w)continue;let R=c.find(M=>M.route.id===w.route.id),x=R!=null&&!rp(R,w)&&(d&&d[w.route.id])!==void 0;rn(h)&&x&&await Ns(h,l,!1).then(M=>{M&&(i[m]=M)})}}async function yh(a,i,l){for(let c=0;c<l.length;c++){let{key:d,routeId:p,controller:f}=l[c],m=i[d];a.find(w=>(w==null?void 0:w.route.id)===p)&&rn(m)&&(be(f,"Expected an AbortController for revalidating fetcher deferred result"),await Ns(m,f.signal,!0).then(w=>{w&&(i[d]=w)}))}}async function Ns(a,i,l){if(l===void 0&&(l=!1),!await a.deferredData.resolveData(i)){if(l)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 Ls(a){return new URLSearchParams(a).getAll("index").some(i=>i==="")}function er(a,i){let l=typeof i=="string"?_o(i).search:i.search;if(a[a.length-1].route.index&&Ls(l||""))return a[a.length-1];let c=op(a);return c[c.length-1]}function Dd(a){let{formMethod:i,formAction:l,formEncType:c,text:d,formData:p,json:f}=a;if(!(!i||!l||!c)){if(d!=null)return{formMethod:i,formAction:l,formEncType:c,formData:void 0,json:void 0,text:d};if(p!=null)return{formMethod:i,formAction:l,formEncType:c,formData:p,json:void 0,text:void 0};if(f!==void 0)return{formMethod:i,formAction:l,formEncType:c,formData:void 0,json:f,text:void 0}}}function ms(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 Ja(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 wh(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 Sh(a,i){try{let l=a.sessionStorage.getItem(ap);if(l){let c=JSON.parse(l);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 l={};for(let[c,d]of i)l[c]=[...d];try{a.sessionStorage.setItem(ap,JSON.stringify(l))}catch(c){ln(!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 xi(){return xi=Object.assign?Object.assign.bind():function(a){for(var i=1;i<arguments.length;i++){var l=arguments[i];for(var c in l)Object.prototype.hasOwnProperty.call(l,c)&&(a[c]=l[c])}return a},xi.apply(this,arguments)}const ar=T.createContext(null),Ds=T.createContext(null),sn=T.createContext(null),Os=T.createContext(null),To=T.createContext({outlet:null,matches:[],isDataRoute:!1}),cp=T.createContext(null);function Ph(a,i){let{relative:l}=i===void 0?{}:i;rr()||be(!1);let{basename:c,navigator:d}=T.useContext(sn),{hash:p,pathname:f,search:m}=Ci(a,{relative:l}),h=f;return c!=="/"&&(h=f==="/"?c:jo([c,f])),d.createHref({pathname:h,search:m,hash:p})}function rr(){return T.useContext(Os)!=null}function cn(){return rr()||be(!1),T.useContext(Os).location}function up(a){T.useContext(sn).static||T.useLayoutEffect(a)}function bh(){let{isDataRoute:a}=T.useContext(To);return a?zh():Rh()}function Rh(){rr()||be(!1);let a=T.useContext(ar),{basename:i,future:l,navigator:c}=T.useContext(sn),{matches:d}=T.useContext(To),{pathname:p}=cn(),f=JSON.stringify(_s(d,l.v7_relativeSplatPath)),m=T.useRef(!1);return up(()=>{m.current=!0}),T.useCallback(function(w,R){if(R===void 0&&(R={}),!m.current)return;if(typeof w=="number"){c.go(w);return}let x=Ts(w,JSON.parse(f),p,R.relative==="path");a==null&&i!=="/"&&(x.pathname=x.pathname==="/"?i:jo([i,x.pathname])),(R.replace?c.replace:c.push)(x,R.state,R)},[i,c,f,p,a])}const xh=T.createContext(null);function Ch(a){let i=T.useContext(To).outlet;return i&&T.createElement(xh.Provider,{value:a},i)}function bv(){let{matches:a}=T.useContext(To),i=a[a.length-1];return i?i.params:{}}function Ci(a,i){let{relative:l}=i===void 0?{}:i,{future:c}=T.useContext(sn),{matches:d}=T.useContext(To),{pathname:p}=cn(),f=JSON.stringify(_s(d,c.v7_relativeSplatPath));return T.useMemo(()=>Ts(a,JSON.parse(f),p,l==="path"),[a,f,p,l])}function jh(a,i,l,c){rr()||be(!1);let{navigator:d}=T.useContext(sn),{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 w=cn(),R;R=w;let x=R.pathname||"/",M=x;if(h!=="/"){let F=h.replace(/^\//,"").split("/");M="/"+x.replace(/^\//,"").split("/").slice(F.length).join("/")}let I=En(a,{pathname:M});return Nh(I&&I.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,l,c)}function Eh(){let a=Ah(),i=or(a)?a.status+" "+a.statusText:a instanceof Error?a.message:JSON.stringify(a),l=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),l?T.createElement("pre",{style:d},l):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,l){return l.location!==i.location||l.revalidation!=="idle"&&i.revalidation==="idle"?{error:i.error,location:i.location,revalidation:i.revalidation}:{error:i.error!==void 0?i.error:l.error,location:l.location,revalidation:i.revalidation||l.revalidation}}componentDidCatch(i,l){console.error("React Router caught the following error during render",i,l)}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:l,children:c}=a,d=T.useContext(ar);return d&&d.static&&d.staticContext&&(l.route.errorElement||l.route.ErrorBoundary)&&(d.staticContext._deepestRenderedBoundaryId=l.route.id),T.createElement(To.Provider,{value:i},c)}function Nh(a,i,l,c){var d;if(i===void 0&&(i=[]),l===void 0&&(l=null),c===void 0&&(c=null),a==null){var p;if(!l)return null;if(l.errors)a=l.matches;else if((p=c)!=null&&p.v7_partialHydration&&i.length===0&&!l.initialized&&l.matches.length>0)a=l.matches;else return null}let f=a,m=(d=l)==null?void 0:d.errors;if(m!=null){let R=f.findIndex(x=>x.route.id&&(m==null?void 0:m[x.route.id])!==void 0);R>=0||be(!1),f=f.slice(0,Math.min(f.length,R+1))}let h=!1,w=-1;if(l&&c&&c.v7_partialHydration)for(let R=0;R<f.length;R++){let x=f[R];if((x.route.HydrateFallback||x.route.hydrateFallbackElement)&&(w=R),x.route.id){let{loaderData:M,errors:I}=l,H=x.route.loader&&M[x.route.id]===void 0&&(!I||I[x.route.id]===void 0);if(x.route.lazy||H){h=!0,w>=0?f=f.slice(0,w+1):f=[f[0]];break}}}return f.reduceRight((R,x,M)=>{let I,H=!1,F=null,W=null;l&&(I=m&&x.route.id?m[x.route.id]:void 0,F=x.route.errorElement||_h,h&&(w<0&&M===0?(Ih("route-fallback"),H=!0,W=null):w===M&&(H=!0,W=x.route.hydrateFallbackElement||null)));let ge=i.concat(f.slice(0,M+1)),X=()=>{let ue;return I?ue=F:H?ue=W:x.route.Component?ue=T.createElement(x.route.Component,null):x.route.element?ue=x.route.element:ue=R,T.createElement(Mh,{match:x,routeContext:{outlet:R,matches:ge,isDataRoute:l!=null},children:ue})};return l&&(x.route.ErrorBoundary||x.route.errorElement||M===0)?T.createElement(Th,{location:l.location,revalidation:l.revalidation,component:F,error:I,children:X(),routeContext:{outlet:null,matches:ge,isDataRoute:!0}}):X()},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 Dh(a){let i=T.useContext(Ds);return i||be(!1),i}function Oh(a){let i=T.useContext(To);return i||be(!1),i}function fp(a){let i=Oh(),l=i.matches[i.matches.length-1];return l.route.id||be(!1),l.route.id}function Ah(){var a;let i=T.useContext(cp),l=Dh(),c=fp();return i!==void 0?i:(a=l.errors)==null?void 0:a[c]}function zh(){let{router:a}=Lh(dp.UseNavigateStable),i=fp(pp.UseNavigateStable),l=T.useRef(!1);return up(()=>{l.current=!0}),T.useCallback(function(d,p){p===void 0&&(p={}),l.current&&(typeof d=="number"?a.navigate(d):a.navigate(d,xi({fromRouteId:i},p)))},[a,i])}const Od={};function Ih(a,i,l){Od[a]||(Od[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 Ch(a.context)}function Uh(a){let{basename:i="/",children:l=null,location:c,navigationType:d=rt.Pop,navigator:p,static:f=!1,future:m}=a;rr()&&be(!1);let h=i.replace(/^\/*/,"/"),w=T.useMemo(()=>({basename:h,navigator:p,static:f,future:xi({v7_relativeSplatPath:!1},m)}),[h,m,p,f]);typeof c=="string"&&(c=_o(c));let{pathname:R="/",search:x="",hash:M="",state:I=null,key:H="default"}=c,F=T.useMemo(()=>{let W=Eo(R,h);return W==null?null:{location:{pathname:W,search:x,hash:M,state:I,key:H},navigationType:d}},[h,R,x,M,I,H,d]);return F==null?null:T.createElement(sn.Provider,{value:w},T.createElement(Os.Provider,{children:l,value:F}))}new Promise(()=>{});function Wh(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 l=arguments[i];for(var c in l)Object.prototype.hasOwnProperty.call(l,c)&&(a[c]=l[c])}return a},ca.apply(this,arguments)}function gp(a,i){if(a==null)return{};var l={},c=Object.keys(a),d,p;for(p=0;p<c.length;p++)d=c[p],!(i.indexOf(d)>=0)&&(l[d]=a[d]);return l}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 qh=["onClick","relative","reloadDocument","replace","state","target","to","preventScrollReset","viewTransition"],Xh=["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:xg({window:void 0}),hydrationData:Qh(),routes:a,mapRouteProperties:Wh,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),l={};for(let[c,d]of i)if(d&&d.__type==="RouteErrorResponse")l[c]=new Ri(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="",l[c]=f}catch{}}if(l[c]==null){let p=new Error(d.message);p.stack="",l[c]=p}}else l[c]=d;return l}const hp=T.createContext({isTransitioning:!1}),Yh=T.createContext(new Map),Jh="startTransition",Ad=Pg[Jh],Zh="flushSync",zd=Rg[Zh];function em(a){Ad?Ad(a):a()}function Za(a){zd?zd(a):a()}class tm{constructor(){this.status="pending",this.promise=new Promise((i,l)=>{this.resolve=c=>{this.status==="pending"&&(this.status="resolved",i(c))},this.reject=c=>{this.status==="pending"&&(this.status="rejected",l(c))}})}}function om(a){let{fallbackElement:i,router:l,future:c}=a,[d,p]=T.useState(l.state),[f,m]=T.useState(),[h,w]=T.useState({isTransitioning:!1}),[R,x]=T.useState(),[M,I]=T.useState(),[H,F]=T.useState(),W=T.useRef(new Map),{v7_startTransition:ge}=c||{},X=T.useCallback(Y=>{ge?em(Y):Y()},[ge]),ue=T.useCallback((Y,ke)=>{let{deletedFetchers:ie,flushSync:Ue,viewTransitionOpts:Te}=ke;Y.fetchers.forEach((he,Ze)=>{he.data!==void 0&&W.current.set(Ze,he.data)}),ie.forEach(he=>W.current.delete(he));let Ae=l.window==null||l.window.document==null||typeof l.window.document.startViewTransition!="function";if(!Te||Ae){Ue?Za(()=>p(Y)):X(()=>p(Y));return}if(Ue){Za(()=>{M&&(R&&R.resolve(),M.skipTransition()),w({isTransitioning:!0,flushSync:!0,currentLocation:Te.currentLocation,nextLocation:Te.nextLocation})});let he=l.window.document.startViewTransition(()=>{Za(()=>p(Y))});he.finished.finally(()=>{Za(()=>{x(void 0),I(void 0),m(void 0),w({isTransitioning:!1})})}),Za(()=>I(he));return}M?(R&&R.resolve(),M.skipTransition(),F({state:Y,currentLocation:Te.currentLocation,nextLocation:Te.nextLocation})):(m(Y),w({isTransitioning:!0,flushSync:!1,currentLocation:Te.currentLocation,nextLocation:Te.nextLocation}))},[l.window,M,R,W,X]);T.useLayoutEffect(()=>l.subscribe(ue),[l,ue]),T.useEffect(()=>{h.isTransitioning&&!h.flushSync&&x(new tm)},[h]),T.useEffect(()=>{if(R&&f&&l.window){let Y=f,ke=R.promise,ie=l.window.document.startViewTransition(async()=>{X(()=>p(Y)),await ke});ie.finished.finally(()=>{x(void 0),I(void 0),m(void 0),w({isTransitioning:!1})}),I(ie)}},[X,f,R,l.window]),T.useEffect(()=>{R&&f&&d.location.key===f.location.key&&R.resolve()},[R,M,d.location,f]),T.useEffect(()=>{!h.isTransitioning&&H&&(m(H.state),w({isTransitioning:!0,flushSync:!1,currentLocation:H.currentLocation,nextLocation:H.nextLocation}),F(void 0))},[h.isTransitioning,H]),T.useEffect(()=>{},[]);let re=T.useMemo(()=>({createHref:l.createHref,encodeLocation:l.encodeLocation,go:Y=>l.navigate(Y),push:(Y,ke,ie)=>l.navigate(Y,{state:ke,preventScrollReset:ie==null?void 0:ie.preventScrollReset}),replace:(Y,ke,ie)=>l.navigate(Y,{replace:!0,state:ke,preventScrollReset:ie==null?void 0:ie.preventScrollReset})}),[l]),Re=l.basename||"/",Ee=T.useMemo(()=>({router:l,navigator:re,static:!1,basename:Re}),[l,re,Re]),E=T.useMemo(()=>({v7_relativeSplatPath:l.future.v7_relativeSplatPath}),[l.future.v7_relativeSplatPath]);return T.useEffect(()=>Fh(c,l.future),[c,l.future]),T.createElement(T.Fragment,null,T.createElement(ar.Provider,{value:Ee},T.createElement(Ds.Provider,{value:d},T.createElement(Yh.Provider,{value:W.current},T.createElement(hp.Provider,{value:h},T.createElement(Uh,{basename:Re,location:d.location,navigationType:d.historyAction,navigator:re,future:E},d.initialized||l.future.v7_partialHydration?T.createElement(nm,{routes:l.routes,future:l.future,state:d}):i))))),null)}const nm=T.memo(am);function am(a){let{routes:i,future:l,state:c}=a;return jh(i,void 0,c,l)}const rm=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u",im=/^(?:[a-z][a-z0-9+.-]*:|\/\/)/i,As=T.forwardRef(function(i,l){let{onClick:c,relative:d,reloadDocument:p,replace:f,state:m,target:h,to:w,preventScrollReset:R,viewTransition:x}=i,M=gp(i,qh),{basename:I}=T.useContext(sn),H,F=!1;if(typeof w=="string"&&im.test(w)&&(H=w,rm))try{let ue=new URL(window.location.href),re=w.startsWith("//")?new URL(ue.protocol+w):new URL(w),Re=Eo(re.pathname,I);re.origin===ue.origin&&Re!=null?w=Re+re.search+re.hash:F=!0}catch{}let W=Ph(w,{relative:d}),ge=cm(w,{replace:f,state:m,target:h,preventScrollReset:R,relative:d,viewTransition:x});function X(ue){c&&c(ue),ue.defaultPrevented||ge(ue)}return T.createElement("a",ca({},M,{href:H||W,onClick:F||p?c:X,ref:l,target:h}))}),lm=T.forwardRef(function(i,l){let{"aria-current":c="page",caseSensitive:d=!1,className:p="",end:f=!1,style:m,to:h,viewTransition:w,children:R}=i,x=gp(i,Xh),M=Ci(h,{relative:x.relative}),I=cn(),H=T.useContext(Ds),{navigator:F,basename:W}=T.useContext(sn),ge=H!=null&&um(M)&&w===!0,X=F.encodeLocation?F.encodeLocation(M).pathname:M.pathname,ue=I.pathname,re=H&&H.navigation&&H.navigation.location?H.navigation.location.pathname:null;d||(ue=ue.toLowerCase(),re=re?re.toLowerCase():null,X=X.toLowerCase()),re&&W&&(re=Eo(re,W)||re);const Re=X!=="/"&&X.endsWith("/")?X.length-1:X.length;let Ee=ue===X||!f&&ue.startsWith(X)&&ue.charAt(Re)==="/",E=re!=null&&(re===X||!f&&re.startsWith(X)&&re.charAt(X.length)==="/"),Y={isActive:Ee,isPending:E,isTransitioning:ge},ke=Ee?c:void 0,ie;typeof p=="function"?ie=p(Y):ie=[p,Ee?"active":null,E?"pending":null,ge?"transitioning":null].filter(Boolean).join(" ");let Ue=typeof m=="function"?m(Y):m;return T.createElement(As,ca({},x,{"aria-current":ke,className:ie,ref:l,style:Ue,to:h,viewTransition:w}),typeof R=="function"?R(Y):R)});var xs;(function(a){a.UseScrollRestoration="useScrollRestoration",a.UseSubmit="useSubmit",a.UseSubmitFetcher="useSubmitFetcher",a.UseFetcher="useFetcher",a.useViewTransitionState="useViewTransitionState"})(xs||(xs={}));var Id;(function(a){a.UseFetcher="useFetcher",a.UseFetchers="useFetchers",a.UseScrollRestoration="useScrollRestoration"})(Id||(Id={}));function sm(a){let i=T.useContext(ar);return i||be(!1),i}function cm(a,i){let{target:l,replace:c,state:d,preventScrollReset:p,relative:f,viewTransition:m}=i===void 0?{}:i,h=bh(),w=cn(),R=Ci(a,{relative:f});return T.useCallback(x=>{if(Vh(x,l)){x.preventDefault();let M=c!==void 0?c:Nn(w)===Nn(R);h(a,{replace:M,state:d,preventScrollReset:p,relative:f,viewTransition:m})}},[w,h,R,c,d,l,a,p,f,m])}function um(a,i){i===void 0&&(i={});let l=T.useContext(hp);l==null&&be(!1);let{basename:c}=sm(xs.useViewTransitionState),d=Ci(a,{relative:i.relative});if(!l.isTransitioning)return!1;let p=Eo(l.currentLocation.pathname,c)||l.currentLocation.pathname,f=Eo(l.nextLocation.pathname,c)||l.nextLocation.pathname;return bi(d.pathname,f)!=null||bi(d.pathname,p)!=null}const dm="modulepreload",pm=function(a){return"/dashboard/"+a},Fd={},Co=function(i,l,c){let d=Promise.resolve();if(l&&l.length>0){let f=function(w){return Promise.all(w.map(R=>Promise.resolve(R).then(x=>({status:"fulfilled",value:x}),x=>({status:"rejected",reason:x}))))};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(l.map(w=>{if(w=pm(w),w in Fd)return;Fd[w]=!0;const R=w.endsWith(".css"),x=R?'[rel="stylesheet"]':"";if(document.querySelector(`link[href="${w}"]${x}`))return;const M=document.createElement("link");if(M.rel=R?"stylesheet":dm,R||(M.as="script"),M.crossOrigin="",M.href=w,h&&M.setAttribute("nonce",h),document.head.appendChild(M),R)return new Promise((I,H)=>{M.addEventListener("load",I),M.addEventListener("error",()=>H(new Error(`Unable to preload CSS for ${w}`)))})}))}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(l,c,d=null,p=null){super(c);xo(this,"status");xo(this,"error");xo(this,"payload");this.name="ApiClientError",this.status=l,this.error=d,this.payload=p}}function mm(a){var l,c;const i=(c=(l=a.headers)==null?void 0:l.get)==null?void 0:c.call(l,"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 ys(a){if(a.ok)return;const i=await ym(a),l=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,l,c,i)}class vm{constructor(i){xo(this,"base");this.base=i}async get(i,l){const c=new URL(i,this.base);l&&Object.entries(l).forEach(([p,f])=>c.searchParams.set(p,f));const d=await fetch(c.toString(),{method:"GET"});return await ys(d),d.json()}async patch(i,l){const c=new URL(i,this.base),d=await fetch(c.toString(),{method:"PATCH",headers:{"Content-Type":"application/json"},body:JSON.stringify(l)});return await ys(d),d.json()}async post(i,l){const c=new URL(i,this.base),d=await fetch(c.toString(),{method:"POST",headers:l?{"Content-Type":"application/json"}:{},body:l?JSON.stringify(l):void 0});return await ys(d),d.json()}}const po=new vm(ji);function wm(a){return a.pluginClients&&a.pluginClients.length>0?"studioConnected":(a.connectedClients===0||!a.pluginClients,"serverOnly")}const mp=T.createContext(null);function Sm({children:a}){const[i,l]=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 w(){try{const R=await po.get("/status");if(h)return;d(R),l(wm(R)),f(null)}catch(R){if(h)return;l("disconnected"),f(R instanceof Error?R.message:String(R))}}return w(),m.current=setInterval(w,gm),()=>{h=!0,m.current&&clearInterval(m.current)}},[]),L.jsx(mp.Provider,{value:{level:i,status:c,error:p},children:a})}function zs(){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>/wrox-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>/wrox-project-sync as the next sync target.","header.projectRootModal.initial.nextSyncRoot":"New sync target after selection","header.projectRootModal.initial.nextSyncRoot.placeholder":"<selected project folder>/wrox-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":"WROX 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 WROX Dashboard feature set.","tier.pro":"Pro","tier.pro.tooltip":"Pro tier with the full WROX 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 WROX 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 WROX 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 WROX Dashboard writes to its logs.","settings.general.localHistory":"Tool History Recording","settings.general.localHistory.tooltip":"Stores local tool execution history for the WROX Dashboard history views.","settings.general.localStatistics":"Tool Statistics Collection","settings.general.localStatistics.tooltip":"Aggregates local usage statistics for WROX Dashboard reporting.","settings.general.contextCapture":"Context Capture","settings.general.contextCapture.tooltip":"When enabled, the WROX Dashboard records structured execution context for changelog and playtest views.","settings.general.requestTimeout":"Request Timeout","settings.general.requestTimeout.tooltip":"Maximum time the WROX 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 WROX Dashboard HTTP server.","settings.cold.httpHost.tooltip":"Host interface that the MCP WROX Dashboard HTTP server binds to.","settings.cold.dashboardAutoOpen.tooltip":"Controls whether the WROX Dashboard opens automatically in the browser when the server starts.","settings.cold.dashboardAutoOpen.value.tooltip":"Current startup behavior for opening the WROX 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 WROX Dashboard interface text is localized.","settings.language.dashboard":"WROX Dashboard Language","settings.language.dashboard.tooltip":"Overrides the WROX 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 WROX 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 WROX 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 WROX 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":"WROX 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 WROX 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"},Pm={"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>/wrox-project-sync 대상으로 전체 재동기화됩니다.","header.projectRootModal.initial.body.disconnected":"프로젝트 폴더를 선택하면 MCP 프로젝트 루트가 즉시 변경되고 새 <selected project folder>/wrox-project-sync 경로가 다음 sync 대상으로 사용됩니다.","header.projectRootModal.initial.nextSyncRoot":"선택 후 새 sync 대상","header.projectRootModal.initial.nextSyncRoot.placeholder":"<selected project folder>/wrox-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":"WROX Dashboard가 열린 뒤 서버가 종료되었거나 응답하지 않습니다.","level.l1.title":"서버 연결됨","level.l1.hint":"확인: Studio 실행 중? 플러그인 설치?","level.l2.ok":"Studio 연결됨","tier.basic":"Basic","tier.basic.tooltip":"기본 WROX Dashboard 기능을 제공하는 Basic 티어입니다.","tier.pro":"Pro","tier.pro.tooltip":"전체 WROX 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":"WROX 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":"이 섹션의 값은 WROX 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":"WROX Dashboard 로그에 남길 상세 수준을 설정합니다.","settings.general.localHistory":"도구 히스토리 기록","settings.general.localHistory.tooltip":"WROX Dashboard 히스토리 화면용 로컬 도구 실행 기록을 저장합니다.","settings.general.localStatistics":"도구 통계 집계","settings.general.localStatistics.tooltip":"WROX Dashboard 보고용 로컬 사용 통계를 집계합니다.","settings.general.contextCapture":"컨텍스트 캡처","settings.general.contextCapture.tooltip":"활성화하면 체인지로그와 플레이테스트 화면에 구조화된 실행 컨텍스트를 기록합니다.","settings.general.requestTimeout":"요청 타임아웃","settings.general.requestTimeout.tooltip":"요청을 실패로 처리하기 전까지 WROX Dashboard가 기다리는 최대 시간입니다.","settings.general.requestTimeout.unit":"ms","settings.general.requestTimeout.unit.tooltip":"요청 타임아웃 단위는 밀리초입니다.","settings.cold.title":"서버 환경변수","settings.cold.title.tooltip":"서버 시작 시 로드되는 읽기 전용 환경변수 값입니다.","settings.cold.httpPort.tooltip":"MCP WROX Dashboard HTTP 서버가 사용하는 포트 번호입니다.","settings.cold.httpHost.tooltip":"MCP WROX Dashboard HTTP 서버가 바인딩하는 호스트 인터페이스입니다.","settings.cold.dashboardAutoOpen.tooltip":"서버 시작 시 브라우저에서 WROX Dashboard를 자동으로 열지 여부를 제어합니다.","settings.cold.dashboardAutoOpen.value.tooltip":"브라우저 자동 열기 현재 시작 동작입니다.","settings.cold.hint":"환경변수로 설정하세요.","settings.language.title":"언어","settings.language.title.tooltip":"WROX Dashboard UI 텍스트에 사용할 언어를 선택합니다.","settings.language.dashboard":"WROX Dashboard 언어","settings.language.dashboard.tooltip":"Auto일 때는 시스템 언어를 따르고, 아니면 선택한 언어를 강제합니다.","settings.language.auto":"자동","overview.l0.title":"MCP 서버 연결 끊김","overview.l0.message":"MCP 서버가 응답하지 않습니다. WROX 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":"WROX 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":"WROX 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 플레이테스트 검사를 실행하는 WROX 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":"WROX 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>/wrox-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>/wrox-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>/wrox-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":"WROX 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 WROX Dashboard.","tier.pro":"Pro","tier.pro.tooltip":"Nivel Pro con el conjunto completo de funciones del WROX 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 WROX 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 WROX 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 WROX 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 WROX Dashboard.","settings.general.localStatistics":"Recopilación de estadísticas","settings.general.localStatistics.tooltip":"Agrega estadísticas locales de uso para los informes del WROX Dashboard.","settings.general.contextCapture":"Context Capture","settings.general.contextCapture.tooltip":"When enabled, the WROX 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 WROX 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 WROX Dashboard MCP.","settings.cold.httpHost.tooltip":"Interfaz de host a la que se enlaza el servidor HTTP del WROX Dashboard MCP.","settings.cold.dashboardAutoOpen.tooltip":"Controla si el WROX Dashboard se abre automáticamente en el navegador al iniciar el servidor.","settings.cold.dashboardAutoOpen.value.tooltip":"Comportamiento actual de inicio para abrir el WROX 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 WROX Dashboard.","settings.language.dashboard":"Idioma del WROX Dashboard","settings.language.dashboard.tooltip":"Sobrescribe el idioma del WROX 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 WROX 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 WROX 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 WROX 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 WROX 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 WROX 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"},Rm={"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>/wrox-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>/wrox-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>/wrox-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 WROX 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 WROX Dashboard.","tier.pro":"Pro","tier.pro.tooltip":"Tier Pro com o conjunto completo de recursos do WROX 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 WROX 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 WROX 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 WROX 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 WROX Dashboard.","settings.general.localStatistics":"Coleta de estatísticas","settings.general.localStatistics.tooltip":"Agrega estatísticas locais de uso para os relatórios do WROX Dashboard.","settings.general.contextCapture":"Context Capture","settings.general.contextCapture.tooltip":"When enabled, the WROX Dashboard records structured execution context for changelog and playtest views.","settings.general.requestTimeout":"Tempo limite","settings.general.requestTimeout.tooltip":"Tempo máximo que o WROX 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 WROX Dashboard MCP.","settings.cold.httpHost.tooltip":"Interface de host à qual o servidor HTTP do WROX Dashboard MCP se vincula.","settings.cold.dashboardAutoOpen.tooltip":"Controla se o WROX Dashboard abre automaticamente no navegador quando o servidor inicia.","settings.cold.dashboardAutoOpen.value.tooltip":"Comportamento atual de inicialização para abrir o WROX 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 WROX Dashboard é localizado.","settings.language.dashboard":"Idioma do WROX Dashboard","settings.language.dashboard.tooltip":"Substitui o idioma do WROX 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 WROX 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 WROX 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 WROX 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 WROX 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 WROX 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"},xm={"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>/wrox-project-sync にフル再同期されます。","header.projectRootModal.initial.body.disconnected":"プロジェクトフォルダを選択すると、MCP は新しい project root に切り替わり、<selected project folder>/wrox-project-sync を次の sync 対象として使用します。","header.projectRootModal.initial.nextSyncRoot":"選択後の新しい sync 先","header.projectRootModal.initial.nextSyncRoot.placeholder":"<selected project folder>/wrox-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":"WROX Dashboard は開いていますが、MCPサーバーが停止したか応答していません。","level.l1.title":"サーバー接続済み","level.l1.hint":"確認: Roblox Studioは実行中?プラグインはインストール済み?","level.l2.ok":"Studio接続済み","tier.basic":"Basic","tier.basic.tooltip":"標準のWROX Dashboard機能を提供するBasicティアです。","tier.pro":"Pro","tier.pro.tooltip":"すべてのWROX 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":"利用できるWROX 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":"このセクションの値はWROX 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":"WROX Dashboardログに出力する詳細度を設定します。","settings.general.localHistory":"ツール履歴記録","settings.general.localHistory.tooltip":"WROX Dashboard履歴画面用にローカルのツール実行履歴を保存します。","settings.general.localStatistics":"ツール統計収集","settings.general.localStatistics.tooltip":"WROX Dashboard表示用にローカル利用統計を集計します。","settings.general.contextCapture":"Context Capture","settings.general.contextCapture.tooltip":"When enabled, the WROX Dashboard records structured execution context for changelog and playtest views.","settings.general.requestTimeout":"リクエストタイムアウト","settings.general.requestTimeout.tooltip":"リクエストを失敗扱いにするまでWROX Dashboardが待機する最大時間です。","settings.general.requestTimeout.unit":"ms","settings.general.requestTimeout.unit.tooltip":"リクエストタイムアウトの単位はミリ秒です。","settings.cold.title":"サーバー環境変数","settings.cold.title.tooltip":"サーバー起動時に読み込まれる読み取り専用の環境変数です。","settings.cold.httpPort.tooltip":"MCPWROX DashboardHTTPサーバーが使用するポート番号です。","settings.cold.httpHost.tooltip":"MCPWROX DashboardHTTPサーバーがバインドするホストインターフェースです。","settings.cold.dashboardAutoOpen.tooltip":"サーバー起動時にブラウザーでWROX Dashboardを自動で開くかどうかを制御します。","settings.cold.dashboardAutoOpen.value.tooltip":"ブラウザー自動起動の現在の起動動作です。","settings.cold.hint":"環境変数で設定してください。","settings.language.title":"言語","settings.language.title.tooltip":"WROX DashboardUIテキストの表示言語を選択します。","settings.language.dashboard":"WROX Dashboard言語","settings.language.dashboard.tooltip":"Autoではシステム言語を使い、それ以外では選択した言語を強制します。","settings.language.auto":"自動","overview.l0.title":"MCPサーバー切断","overview.l0.message":"MCPサーバーが応答していません。WROX 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":"WROX 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":"WROX 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 プレイテスト検証を実行するWROX 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":"WROX 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":"ヒント"},Cm={"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>/wrox-project-sync.","header.projectRootModal.initial.body.disconnected":"Setelah Anda memilih folder proyek, MCP akan beralih ke project root baru dan menggunakan <selected project folder>/wrox-project-sync sebagai target sync berikutnya.","header.projectRootModal.initial.nextSyncRoot":"Target sync baru setelah pemilihan","header.projectRootModal.initial.nextSyncRoot.placeholder":"<selected project folder>/wrox-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":"WROX 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 WROX Dashboard standar.","tier.pro":"Pro","tier.pro.tooltip":"Tier Pro dengan kumpulan fitur WROX 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 WROX 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 WROX 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 WROX Dashboard menulis lognya.","settings.general.localHistory":"Perekaman riwayat alat","settings.general.localHistory.tooltip":"Menyimpan riwayat eksekusi alat lokal untuk tampilan riwayat WROX Dashboard.","settings.general.localStatistics":"Pengumpulan statistik alat","settings.general.localStatistics.tooltip":"Mengumpulkan statistik penggunaan lokal untuk pelaporan WROX Dashboard.","settings.general.contextCapture":"Context Capture","settings.general.contextCapture.tooltip":"When enabled, the WROX Dashboard records structured execution context for changelog and playtest views.","settings.general.requestTimeout":"Batas waktu permintaan","settings.general.requestTimeout.tooltip":"Waktu maksimum WROX 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 WROX Dashboard MCP.","settings.cold.httpHost.tooltip":"Antarmuka host yang diikat oleh server HTTP WROX Dashboard MCP.","settings.cold.dashboardAutoOpen.tooltip":"Mengontrol apakah WROX Dashboard terbuka otomatis di browser saat server dimulai.","settings.cold.dashboardAutoOpen.value.tooltip":"Perilaku startup saat ini untuk membuka WROX Dashboard di browser.","settings.cold.hint":"Atur melalui variabel lingkungan.","settings.language.title":"Bahasa","settings.language.title.tooltip":"Pilih cara teks antarmuka WROX Dashboard dilokalkan.","settings.language.dashboard":"Bahasa WROX Dashboard","settings.language.dashboard.tooltip":"Mengganti bahasa WROX 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. WROX 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 WROX 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 WROX 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 WROX 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 WROX 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",vs={en:km,ko:Pm,es:bm,"pt-br":Rm,ja:xm,id:Cm},ki="dashboard-locale";function Cs(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&&Cs(a))return a}return Mn}function Ud(a){return a===Mn?Em():a}const yp=T.createContext(null);function _m({children:a}){const[i,l]=T.useState(Bd),[c,d]=T.useState(()=>Ud(Bd())),p=T.useCallback((m,h)=>{const w=vs[c]??vs.en??{};if(m in w)return w[m];const R=vs.en;return R&&m in R?R[m]:h!==void 0?h:m},[c]),f=T.useCallback(m=>{typeof localStorage<"u"&&(m===Mn?localStorage.removeItem(ki):Cs(m)?localStorage.setItem(ki,m):localStorage.setItem(ki,"en"));const h=m===Mn?Mn:Cs(m)?m:"en";l(h),d(Ud(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",Dm="_info_10isu_44",Om="_warning_10isu_49",Am="_error_10isu_54",ws={container:Tm,toast:Mm,slideIn:Nm,success:Lm,info:Dm,warning:Om,error:Am},vp=T.createContext(null),zm=3e3;function Im({children:a}){const[i,l]=T.useState([]),c=T.useRef(0),d=T.useCallback((p,f="info")=>{const m=c.current++;l(h=>[...h,{id:m,message:p,type:f}]),setTimeout(()=>{l(h=>h.filter(w=>w.id!==m))},zm)},[]);return L.jsxs(vp.Provider,{value:{show:d},children:[a,L.jsx("div",{className:ws.container,children:i.map(p=>L.jsx("div",{className:`${ws.toast} ${ws[p.type]}`,children:p.message},p.id))})]})}function wp(){const a=T.useContext(vp);return a||{show:()=>{}}}function Fm(){const{level:a}=zs(),{show:i}=wp(),{t:l}=ir(),c=T.useRef(null);return T.useEffect(()=>{const d=c.current;c.current=a,d!==null&&d!==a&&(d==="disconnected"&&a==="serverOnly"?i(l("toast.serverConnected","MCP 서버 연결됨"),"success"):d==="serverOnly"&&a==="studioConnected"?i(l("toast.pluginConnected","플러그인 연결됨"),"success"):(d==="serverOnly"||d==="studioConnected")&&a==="disconnected"?i(l("toast.serverDisconnected","MCP 서버 연결 끊김"),"error"):d==="studioConnected"&&a==="serverOnly"&&i(l("toast.pluginDisconnected","플러그인 연결 끊김"),"warning"))},[a,i,l]),null}const Bm="_wrapper_1uzud_2",Um="_tooltip_1uzud_8",Wm="_tooltipLeft_1uzud_30",Hm="_tooltipRight_1uzud_35",yi={wrapper:Bm,tooltip:Um,tooltipLeft:Wm,tooltipRight:Hm};function nr({text:a,children:i}){const l=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=l.current;if(!m)return;const h=m.getBoundingClientRect(),w=8;if(h.left<w){d("left");return}h.right>window.innerWidth-w&&d("right")})},[]);return L.jsxs("span",{className:yi.wrapper,title:p,onMouseEnter:f,children:[i,L.jsx("span",{ref:l,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 qm(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 Sp(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(qm(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 l=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}:{},...l?{provider:l}:{},refreshRequired:i.refreshRequired===!0,...typeof i.refreshBlockedReason=="string"?{refreshBlockedReason:i.refreshBlockedReason}:{}}}async function Xm(a="gumroad"){const i=await po.get("/api/dashboard/license/status",{provider:a});return kp(Sp(i))}function Is(a){const i=Sp(a),l=i,c=kp(i),d=typeof(l==null?void 0:l.reasonCode)=="string"?l.reasonCode:void 0;return{ok:(l==null?void 0:l.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(l==null?void 0:l.message)=="string"?l.message:null,reasonCode:d,recoverable:(l==null?void 0:l.recoverable)===!0}}async function Rv(a){const i=a.provider??"gumroad",l=await po.post("/api/dashboard/license/activate",{provider:i,licenseKey:a.licenseKey,clientType:"dashboard"});return Is(l)}async function xv(a={}){const i=a.provider??"gumroad",l=await po.post("/api/dashboard/license/refresh",{provider:i,clientType:"dashboard"});return Is(l)}async function Cv(a={}){const i=a.provider??"gumroad",l=await po.post("/api/dashboard/license/reset",{provider:i,clientType:"dashboard"});return Is(l)}class Km{constructor(i){xo(this,"source",null);xo(this,"handlers",new Map);xo(this,"reconnectTimer",null);xo(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 l;(l=this.source)==null||l.close(),this.source=null,this.scheduleReconnect()};const i=["connection","sync","command","game_change","mcp_status","license"];for(const l of i)this.source.addEventListener(l,c=>{var p;const d=JSON.parse(c.data);(p=this.handlers.get(l))==null||p.forEach(f=>f(d))})}on(i,l){return this.handlers.has(i)||this.handlers.set(i,new Set),this.handlers.get(i).add(l),()=>{var c;return(c=this.handlers.get(i))==null?void 0:c.delete(l)}}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 Pp=[{labelKey:"sidebar.overview",route:"/",icon:"📊",minLevel:"disconnected",lazy:()=>Co(()=>import("./OverviewPage-CWnqw6VH.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:()=>Co(()=>import("./ConnectionPage-VXh4Hc9N.js"),__vite__mapDeps([13,1,2,3,14,8,15]))},{labelKey:"sidebar.sync",route:"/sync",icon:"🔄",minLevel:"serverOnly",lazy:()=>Co(()=>import("./SyncPage-jdplS80I.js"),__vite__mapDeps([16,1,14,2,3,6,7,10,11,17]))},{labelKey:"sidebar.changelog",route:"/changelog",icon:"📋",minLevel:"serverOnly",lazy:()=>Co(()=>import("./ChangelogPage-Uhx5ND-w.js"),__vite__mapDeps([18,14,6,7,10,11,19]))},{labelKey:"sidebar.playtest",route:"/playtest",icon:"🎮",minLevel:"serverOnly",lazy:()=>Co(()=>import("./PlaytestPage-62dIQkgo.js"),__vite__mapDeps([20,6,7,1,14,21]))},{labelKey:"sidebar.tools",route:"/tools",icon:"🔧",minLevel:"serverOnly",lazy:()=>Co(()=>import("./ToolsPage-Cc6Vl-VU.js"),__vite__mapDeps([22,14,6,7,9,10,11,23]))}],bp=[{labelKey:"sidebar.whatsNew",route:"/whats-new",icon:"🔔",minLevel:"disconnected",lazy:()=>Co(()=>import("./WhatsNewPage-WPfXt13q.js"),__vite__mapDeps([24,25]))}],$m="_sidebar_ap408_2",Qm="_brand_ap408_17",Gm="_brandIcon_ap408_26",Ym="_brandText_ap408_32",Jm="_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",zt={sidebar:$m,brand:Qm,brandIcon:Gm,brandText:Ym,brandTextPro:Jm,nav:Zm,navLink:ey,active:ty,disabled:oy,icon:ny,label:ay,secondaryDivider:ry,secondaryNav:iy},Wd={disconnected:0,serverOnly:1,studioConnected:2};function ly(a,i){return Wd[a]>=Wd[i]}function sy(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}=zs(),{t:l}=ir(),c=ly(i,a.minLevel),d=L.jsxs(lm,{to:a.route,end:a.route==="/",className:({isActive:p})=>[zt.navLink,p?zt.active:"",c?"":zt.disabled].filter(Boolean).join(" "),onClick:p=>{c||p.preventDefault()},children:[L.jsx("span",{className:zt.icon,children:a.icon}),L.jsx("span",{className:zt.label,children:l(a.labelKey)})]});return c?d:L.jsx(nr,{text:sy(a.minLevel,l),children:d})}function cy(){const[a,i]=T.useState("basic");return T.useEffect(()=>{let l=!1;async function c(){try{const f=await Xm("gumroad");!l&&(f!=null&&f.tier)&&i(f.tier)}catch{l||i("basic")}}c();const d=new Km;d.connect();const p=d.on("license",()=>{c()});return()=>{l=!0,p(),d.disconnect()}},[]),L.jsxs("aside",{className:zt.sidebar,children:[L.jsxs("div",{className:zt.brand,children:[L.jsx("span",{className:zt.brandIcon,children:"◈"}),L.jsx("span",{"data-testid":"sidebar-brand-text",className:[zt.brandText,a==="pro"?zt.brandTextPro:""].filter(Boolean).join(" "),children:"WROX"})]}),L.jsx("nav",{className:zt.nav,children:Pp.map(l=>L.jsx(Hd,{item:l},l.route))}),L.jsx("div",{className:zt.secondaryDivider}),L.jsx("nav",{className:zt.secondaryNav,children:bp.map(l=>L.jsx(Hd,{item:l},l.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-09-tool-stats-reset",date:"2026-04-09",title:{en:"Tool usage stats reset after upgrade",ko:"업그레이드 후 도구 사용 통계가 초기화됩니다"},body:{en:`This release upgrades the tool statistics storage format, so your accumulated tool-usage counts in the Overview dashboard will start from zero on first launch.
130
-
131
- Your previous data is not lost — it is saved as a backup file named 'tool-stats.json.v1.<timestamp>.bak' inside each place's observability folder under your project sync root.
132
-
133
- If you don't need the old numbers, you can ignore or delete the .bak files at your convenience.`,ko:`이번 업데이트로 도구 사용 통계 저장 형식이 변경되어, Overview 대시보드의 누적 도구 사용 카운트가 첫 실행 시 0에서 다시 시작합니다.
134
-
135
- 기존 데이터는 삭제되지 않고 각 place의 observability 폴더 안에 'tool-stats.json.v1.<timestamp>.bak' 백업 파일로 보존됩니다.
136
-
137
- 예전 수치가 필요 없으면 .bak 파일은 무시하거나 직접 삭제하셔도 됩니다.`},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:"이전 변경 이력이 업그레이드 후 표시되지 않을 수 있습니다"},body:{en:`The dashboard Changelog and command-history views now use a new record schema. Existing history files recorded by previous versions remain on disk as JSONL files, but may not appear in the Changelog page of this version.
138
-
139
- The raw files are preserved inside each place's observability folder (changelog-history/, command-history/) under your project sync root. Nothing is deleted — only the dashboard view has moved forward.`,ko:`대시보드 Changelog와 command 히스토리 뷰가 새 레코드 스키마로 전환되었습니다. 이전 버전에서 기록된 기존 이력 파일은 디스크에 JSONL 파일로 그대로 남아있지만, 이번 버전의 Changelog 페이지에는 표시되지 않을 수 있습니다.
140
-
141
- 원본 파일은 각 place의 observability 폴더(changelog-history/, command-history/) 안에 보존되며, 어떤 파일도 삭제되지 않습니다. Dashboard 화면에서만 새 포맷으로 전환된 것입니다.`},severity:"info",category:"notice"},{id:"2026-04-09-whats-new-launch",date:"2026-04-09",title:{en:"What's New page is here!",ko:"새 소식 페이지가 추가되었습니다!"},body:{en:`You can now see MCP product announcements, release notes, and important notices right from the dashboard.
142
- Check back here after each update for the latest changes.`,ko:`이제 대시보드에서 MCP 제품 공지, 릴리스 노트, 중요 알림을 바로 확인할 수 있습니다.
143
- 업데이트 후 이 페이지에서 최신 변경사항을 확인하세요.`},severity:"info",category:"notice"}],Fs="weppy-dashboard.whatsNew.readIds";function Rp(){try{const a=localStorage.getItem(Fs);if(!a)return new Set;const i=JSON.parse(a);return Array.isArray(i)?new Set(i.filter(l=>typeof l=="string")):new Set}catch{return new Set}}function hy(a){try{localStorage.setItem(Fs,JSON.stringify([...a]))}catch{}}let sa=Rp(),xp=sa;const js=new Set;function Cp(){xp=new Set(sa);for(const a of js)a()}const Ss={subscribe(a){return js.add(a),()=>{js.delete(a)}},getSnapshot(){return xp},markRead(a){let i=!1;for(const l of a)sa.has(l)||(sa.add(l),i=!0);i&&(hy(sa),Cp())}};typeof window<"u"&&window.addEventListener("storage",a=>{a.key===Fs&&(sa=Rp(),Cp())});function my(){const a=T.useSyncExternalStore(Ss.subscribe,Ss.getSnapshot),i=gy.filter(l=>!a.has(l.id)).length;return{readSet:a,unreadCount:i,markRead:Ss.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`,l=JSON.stringify({events:a});fetch(i,{method:"POST",headers:{"Content-Type":"application/json"},body:l}).catch(()=>{})}function wy(){Vd||(Vd=setInterval(jp,yy))}function qd(a){ua.push(a),wy(),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((l,c)=>{qd({name:l,params:c})},[]),i=T.useCallback(l=>{qd({name:"dashboard_page_view",params:{page:l}})},[]);return{trackEvent:a,trackPageView:i}}const Sy="_header_uxip6_2",ky="_projectBlock_uxip6_14",Py="_projectTitleRow_uxip6_21",by="_label_uxip6_28",Ry="_projectName_uxip6_37",xy="_projectActions_uxip6_45",Cy="_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",Dy="_placeNotice_uxip6_123",Oy="_routeNotice_uxip6_124",Ay="_placeList_uxip6_137",zy="_placeCard_uxip6_143",Iy="_placeCardCurrent_uxip6_151",Fy="_placeCardTop_uxip6_156",By="_placeCardName_uxip6_163",Uy="_placeCardBadge_uxip6_169",Wy="_placeCardBadgeActive_uxip6_179",Hy="_placeCardBadgeInactive_uxip6_184",Vy="_placeCardMeta_uxip6_189",qy="_actions_uxip6_196",Xy="_iconButton_uxip6_203",Ky="_changeButton_uxip6_236",Ne={header:Sy,projectBlock:ky,projectTitleRow:Py,label:by,projectName:Ry,projectActions:xy,projectMetaRow:Cy,projectMetaLabel:jy,projectMetaValue:Ey,placeBadge:_y,placeBadgeMuted:Ty,placeIcon:My,placeSection:Ny,placeSectionHeader:Ly,placeNotice:Dy,routeNotice:Oy,placeList:Ay,placeCard:zy,placeCardCurrent:Iy,placeCardTop:Fy,placeCardName:By,placeCardBadge:Uy,placeCardBadgeActive:Wy,placeCardBadgeInactive:Hy,placeCardMeta:Vy,actions:qy,iconButton:Xy,changeButton:Ky},$y="_bellWrapper_tae21_2",Qy="_unreadDot_tae21_8",Xd={bellWrapper:$y,unreadDot:Qy};function Gy(){const{t:a}=ir(),{unreadCount:i}=my(),{trackEvent:l}=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:Xd.bellWrapper,children:[L.jsx(As,{to:"/whats-new","aria-label":p,className:Ne.iconButton,onClick:()=>l("dashboard_click_event",{click_target:"notification_bell",placement:"top_header",page:d}),children:"🔔"}),i>0&&L.jsx("span",{className:Xd.unreadDot,"data-testid":"unread-dot","aria-hidden":"true"})]})})}const Yy="_backdrop_1ct9h_1",Jy="_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:Yy,modal:Jy,title:Zy,message:ev,actions:tv,cancelButton:ov,confirmButton:nv};function ks(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 l=/^[A-Z]:\\/i.test(a)||a.includes("\\")?"\\":"/";return`${a.replace(/[\\/]+$/,"")}${l}wrox-project-sync`}function rv({open:a,step:i,selectedProjectRoot:l,studioConnected:c,loading:d=!1,errorMessage:p=null,onClose:f,onPick:m,onApply:h}){const{t:w}=ir();if(!a)return null;const R=l?av(l):"";return L.jsx("div",{className:uo.backdrop,onClick:d?void 0:f,role:"presentation",children:L.jsxs("div",{className:uo.modal,onClick:x=>x.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"?w("header.projectRootModal.initial.title","Change project root"):w("header.projectRootModal.confirm.title","Confirm new project root")}),L.jsx("p",{className:uo.message,children:i==="initial"?c?w("header.projectRootModal.initial.body.connected","MCP will switch to the new project root and resync current Studio contents into the new target."):w("header.projectRootModal.initial.body.disconnected","MCP will switch to the new project root and use the new folder as the next sync target."):w("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:[ks(w("header.projectRootModal.initial.nextSyncRoot","New sync target after selection"),w("header.projectRootModal.initial.nextSyncRoot.placeholder","<selected project folder>/wrox-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:w("header.projectRootModal.initial.warningStop","Current sync stops immediately.")}),L.jsx("li",{children:w("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:w("header.projectRootModal.initial.warningDeferredSync","If Studio is not connected, full resync starts the next time the plugin connects.")}),L.jsx("li",{children:w("header.projectRootModal.initial.warningNoMove","Old sync folders are not moved automatically.")})]})]}):L.jsxs(L.Fragment,{children:[ks(w("header.projectRootModal.confirm.projectRoot","Selected project folder"),l??""),ks(w("header.projectRootModal.confirm.syncRoot","New sync target"),R),L.jsx("p",{className:uo.message,children:w("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:w("header.projectRootModal.cancel","Cancel")}),i==="initial"?L.jsx("button",{className:uo.confirmButton,onClick:m,disabled:d,children:d?"...":w("header.projectRootModal.pick","Choose folder")}):L.jsx("button",{className:uo.confirmButton,onClick:h,disabled:d||!l,children:d?"...":w("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 l=i[0];return l.projectRoot??l.cwd??null}function lv(a,i,l){return a??i??l}function sv(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 l=a.message.trim();if(l.length>0)return l}return i}function fv(){var Mt,Lo,un,fo;const{pathname:a}=cn(),{level:i,status:l}=zs(),{t:c}=ir(),{show:d}=wp(),[p,f]=T.useState(null),[m,h]=T.useState(null),[w,R]=T.useState(null),[x,M]=T.useState(!1),[I,H]=T.useState(null),[F,W]=T.useState(null),[ge,X]=T.useState(!1),[ue,re]=T.useState(!1),[Re,Ee]=T.useState(null),E=c("header.placeNotConnected","Place not connected"),Y=sv(a),ke=cv(a),ie=uv(a),Ue=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,l==null?void 0:l.sessionId,l==null?void 0:l.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}},[Y,i,l==null?void 0:l.sessionId,l==null?void 0:l.connectedClients]),T.useEffect(()=>{let pe=!1;async function Ge(){if(i==="disconnected"){R(null);return}try{const ft=await uy();pe||R(ft)}catch{pe||R(null)}}return Ge(),()=>{pe=!0}},[i,l==null?void 0:l.sessionId,l==null?void 0:l.connectedClients]);const Ae=iv(p)??"",he=i==="disconnected"?"blocked":m?"ready":x?"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)??"":Y?"":Ae,ze=Y||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=lv((Lo=(Mt=l==null?void 0:l.pluginClients)==null?void 0:Mt[0])==null?void 0:Lo.placeName,(fo=(un=l==null?void 0:l.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"),q=w!=null&&w.pluginConnected?w.activePlaceId:(w==null?void 0:w.lastActivePlaceId)??null,k=[...(w==null?void 0:w.places)??[]].sort((pe,Ge)=>{const ft=pe.placeId===q,Dn=Ge.placeId===q;return ft!==Dn?ft?-1:1:pe.isConnected!==Ge.isConnected?pe.isConnected?-1:1:pe.placeName.localeCompare(Ge.placeName)}),N=k.find(pe=>pe.placeId===q)??null,de=Y?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"),we=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"),Ce=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"),Se=ke?{label:c("header.currentProjectSyncRoot.label","Sync Root"),value:ye,tooltip:me}:ie?{label:c("header.testFiles.label","Test Files"),value:we,tooltip:Ce}:null,We=(ke||ie||Ue)&&(w==null?void 0:w.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),W(null),Ee(null))},Tt=()=>{ct||(Ee(null),W(null),H("initial"))},No=async()=>{X(!0),Ee(null);try{const pe=await py();if(pe.cancelled||!pe.projectRoot){tt(!0);return}W(pe.projectRoot),H("confirm")}catch(pe){Ee($d(pe,c("header.projectRootModal.error","Failed to change project root")))}finally{X(!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:ze})}),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})]}),Se?L.jsxs("span",{className:Ne.projectMetaRow,children:[L.jsx(vi,{text:Se.tooltip,children:L.jsx("span",{className:Ne.projectMetaLabel,children:Se.label})}),L.jsx("span",{className:Ne.projectMetaValue,children:Se.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")}),w!=null&&w.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===q,ft=w!=null&&w.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,w!=null&&w.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})]})})}),We?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(As,{to:"/settings","aria-label":c("sidebar.settings","Settings"),className:Ne.iconButton,children:"⚙️"})})]})]}),L.jsx(rv,{open:I!==null,step:I??"initial",selectedProjectRoot:F,studioConnected:i==="studioConnected",loading:ge||ue,errorMessage:Re,onClose:tt,onPick:No,onApply:Ln})]})}const gv="_layout_ya8ln_2",hv="_mainShell_ya8ln_8",mv="_content_ya8ln_17",yv="_loading_ya8ln_25",wi={layout:gv,mainShell:hv,content:mv,loading:yv};function vv(a){return a.replace(/^\//,"").split("/")[0]||"overview"}function wv(){const{pathname:a}=cn(),{trackPageView:i}=Ep();return T.useEffect(()=>{i(vv(a))},[a,i]),null}function Sv(){return L.jsx(_m,{children:L.jsx(Im,{children:L.jsxs(Sm,{children:[L.jsx(Fm,{}),L.jsx(wv,{}),L.jsxs("div",{className:wi.layout,children:[L.jsx(cy,{}),L.jsxs("div",{className:wi.mainShell,children:[L.jsx(fv,{}),L.jsx("main",{className:wi.content,children:L.jsx(T.Suspense,{fallback:L.jsx("div",{className:wi.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(Sv,{}),children:[...Pp.map(Qd),...bp.map(Qd),{path:"changelog/:id",lazy:()=>Co(()=>import("./ChangelogDetailPage-CDMDeGei.js"),__vite__mapDeps([26,1,4,5,27]))},{path:"settings",lazy:()=>Co(()=>import("./SettingsPage-Bjr3d4mM.js"),__vite__mapDeps([28,1,29]))}]}]);Sg.createRoot(document.getElementById("root")).render(L.jsx(om,{router:kv}));export{Mn as A,Km as D,As as L,jm as S,vi as T,po as a,bv as b,bh as c,zs as d,Rv as e,Xm as f,xv as g,Cv as h,wp 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};