specweave 1.0.535 → 1.0.536

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 (106) hide show
  1. package/dist/dashboard/assets/index-BMm0qiMB.css +1 -0
  2. package/dist/dashboard/assets/index-CBXB9ta5.js +13 -0
  3. package/dist/dashboard/index.html +2 -2
  4. package/dist/src/cli/commands/get.d.ts.map +1 -1
  5. package/dist/src/cli/commands/get.js +3 -2
  6. package/dist/src/cli/commands/get.js.map +1 -1
  7. package/dist/src/cli/commands/init.d.ts.map +1 -1
  8. package/dist/src/cli/commands/init.js +43 -10
  9. package/dist/src/cli/commands/init.js.map +1 -1
  10. package/dist/src/cli/commands/sync-setup.d.ts.map +1 -1
  11. package/dist/src/cli/commands/sync-setup.js +23 -0
  12. package/dist/src/cli/commands/sync-setup.js.map +1 -1
  13. package/dist/src/cli/commands/team.d.ts.map +1 -1
  14. package/dist/src/cli/commands/team.js +3 -1
  15. package/dist/src/cli/commands/team.js.map +1 -1
  16. package/dist/src/cli/helpers/init/index.d.ts +1 -1
  17. package/dist/src/cli/helpers/init/index.d.ts.map +1 -1
  18. package/dist/src/cli/helpers/init/index.js +1 -1
  19. package/dist/src/cli/helpers/init/index.js.map +1 -1
  20. package/dist/src/cli/helpers/init/path-utils.d.ts +24 -0
  21. package/dist/src/cli/helpers/init/path-utils.d.ts.map +1 -1
  22. package/dist/src/cli/helpers/init/path-utils.js +78 -1
  23. package/dist/src/cli/helpers/init/path-utils.js.map +1 -1
  24. package/dist/src/cli/helpers/init/smart-defaults.d.ts.map +1 -1
  25. package/dist/src/cli/helpers/init/smart-defaults.js +3 -1
  26. package/dist/src/cli/helpers/init/smart-defaults.js.map +1 -1
  27. package/dist/src/cli/helpers/issue-tracker/project-mapping-wizard.d.ts +61 -0
  28. package/dist/src/cli/helpers/issue-tracker/project-mapping-wizard.d.ts.map +1 -0
  29. package/dist/src/cli/helpers/issue-tracker/project-mapping-wizard.js +176 -0
  30. package/dist/src/cli/helpers/issue-tracker/project-mapping-wizard.js.map +1 -0
  31. package/dist/src/cli/helpers/issue-tracker/sync-config-writer.js +1 -1
  32. package/dist/src/cli/helpers/issue-tracker/sync-config-writer.js.map +1 -1
  33. package/dist/src/cli/workers/marketplace-scanner-worker.d.ts +1 -0
  34. package/dist/src/cli/workers/marketplace-scanner-worker.d.ts.map +1 -1
  35. package/dist/src/cli/workers/marketplace-scanner-worker.js +25 -0
  36. package/dist/src/cli/workers/marketplace-scanner-worker.js.map +1 -1
  37. package/dist/src/core/config/config-manager.d.ts.map +1 -1
  38. package/dist/src/core/config/config-manager.js +22 -5
  39. package/dist/src/core/config/config-manager.js.map +1 -1
  40. package/dist/src/core/config/index.d.ts +1 -0
  41. package/dist/src/core/config/index.d.ts.map +1 -1
  42. package/dist/src/core/config/index.js +1 -0
  43. package/dist/src/core/config/index.js.map +1 -1
  44. package/dist/src/core/config/types.d.ts +70 -17
  45. package/dist/src/core/config/types.d.ts.map +1 -1
  46. package/dist/src/core/config/types.js.map +1 -1
  47. package/dist/src/core/config/workspace-migrator.d.ts +27 -0
  48. package/dist/src/core/config/workspace-migrator.d.ts.map +1 -0
  49. package/dist/src/core/config/workspace-migrator.js +193 -0
  50. package/dist/src/core/config/workspace-migrator.js.map +1 -0
  51. package/dist/src/core/increment/template-creator.d.ts +15 -15
  52. package/dist/src/core/increment/template-creator.d.ts.map +1 -1
  53. package/dist/src/core/increment/template-creator.js +17 -19
  54. package/dist/src/core/increment/template-creator.js.map +1 -1
  55. package/dist/src/core/living-docs/umbrella-detector.d.ts +8 -1
  56. package/dist/src/core/living-docs/umbrella-detector.d.ts.map +1 -1
  57. package/dist/src/core/living-docs/umbrella-detector.js +61 -2
  58. package/dist/src/core/living-docs/umbrella-detector.js.map +1 -1
  59. package/dist/src/core/sync/external-tool-resolver.d.ts +8 -3
  60. package/dist/src/core/sync/external-tool-resolver.d.ts.map +1 -1
  61. package/dist/src/core/sync/external-tool-resolver.js +61 -51
  62. package/dist/src/core/sync/external-tool-resolver.js.map +1 -1
  63. package/dist/src/core/validation/three-file-validator.d.ts +2 -1
  64. package/dist/src/core/validation/three-file-validator.d.ts.map +1 -1
  65. package/dist/src/core/validation/three-file-validator.js +31 -11
  66. package/dist/src/core/validation/three-file-validator.js.map +1 -1
  67. package/dist/src/dashboard/server/dashboard-server.d.ts.map +1 -1
  68. package/dist/src/dashboard/server/dashboard-server.js +39 -6
  69. package/dist/src/dashboard/server/dashboard-server.js.map +1 -1
  70. package/dist/src/dashboard/server/data/dashboard-data-aggregator.d.ts.map +1 -1
  71. package/dist/src/dashboard/server/data/dashboard-data-aggregator.js +2 -2
  72. package/dist/src/dashboard/server/data/dashboard-data-aggregator.js.map +1 -1
  73. package/dist/src/dashboard/server/router.d.ts +1 -0
  74. package/dist/src/dashboard/server/router.d.ts.map +1 -1
  75. package/dist/src/dashboard/server/router.js +3 -0
  76. package/dist/src/dashboard/server/router.js.map +1 -1
  77. package/dist/src/dashboard/server/routes/workspace-routes.d.ts +18 -0
  78. package/dist/src/dashboard/server/routes/workspace-routes.d.ts.map +1 -0
  79. package/dist/src/dashboard/server/routes/workspace-routes.js +127 -0
  80. package/dist/src/dashboard/server/routes/workspace-routes.js.map +1 -0
  81. package/dist/src/importers/import-coordinator.d.ts +17 -0
  82. package/dist/src/importers/import-coordinator.d.ts.map +1 -1
  83. package/dist/src/importers/import-coordinator.js +40 -0
  84. package/dist/src/importers/import-coordinator.js.map +1 -1
  85. package/dist/src/importers/markdown-generator.d.ts +1 -1
  86. package/dist/src/importers/markdown-generator.d.ts.map +1 -1
  87. package/dist/src/importers/markdown-generator.js +4 -1
  88. package/dist/src/importers/markdown-generator.js.map +1 -1
  89. package/dist/src/sync/github-rate-limit-budget.d.ts.map +1 -1
  90. package/dist/src/sync/github-rate-limit-budget.js +13 -2
  91. package/dist/src/sync/github-rate-limit-budget.js.map +1 -1
  92. package/dist/src/utils/find-project-root.d.ts +26 -0
  93. package/dist/src/utils/find-project-root.d.ts.map +1 -1
  94. package/dist/src/utils/find-project-root.js +38 -0
  95. package/dist/src/utils/find-project-root.js.map +1 -1
  96. package/dist/src/utils/multi-project-detector.d.ts +6 -1
  97. package/dist/src/utils/multi-project-detector.d.ts.map +1 -1
  98. package/dist/src/utils/multi-project-detector.js +15 -29
  99. package/dist/src/utils/multi-project-detector.js.map +1 -1
  100. package/package.json +1 -1
  101. package/plugins/specweave/skills/architect/SKILL.md +7 -0
  102. package/plugins/specweave/skills/increment/SKILL.md +1 -1
  103. package/plugins/specweave/skills/pm/SKILL.md +10 -12
  104. package/plugins/specweave/skills/pm/phases/02-spec-creation.md +8 -8
  105. package/dist/dashboard/assets/index-BhAMnKPa.css +0 -1
  106. package/dist/dashboard/assets/index-Dn_pe39G.js +0 -13
@@ -1,13 +0,0 @@
1
- (function(){const o=document.createElement("link").relList;if(o&&o.supports&&o.supports("modulepreload"))return;for(const f of document.querySelectorAll('link[rel="modulepreload"]'))c(f);new MutationObserver(f=>{for(const m of f)if(m.type==="childList")for(const h of m.addedNodes)h.tagName==="LINK"&&h.rel==="modulepreload"&&c(h)}).observe(document,{childList:!0,subtree:!0});function u(f){const m={};return f.integrity&&(m.integrity=f.integrity),f.referrerPolicy&&(m.referrerPolicy=f.referrerPolicy),f.crossOrigin==="use-credentials"?m.credentials="include":f.crossOrigin==="anonymous"?m.credentials="omit":m.credentials="same-origin",m}function c(f){if(f.ep)return;f.ep=!0;const m=u(f);fetch(f.href,m)}})();var Zc={exports:{}},Vn={};var S0;function tg(){if(S0)return Vn;S0=1;var r=Symbol.for("react.transitional.element"),o=Symbol.for("react.fragment");function u(c,f,m){var h=null;if(m!==void 0&&(h=""+m),f.key!==void 0&&(h=""+f.key),"key"in f){m={};for(var N in f)N!=="key"&&(m[N]=f[N])}else m=f;return f=m.ref,{$$typeof:r,type:c,key:h,ref:f!==void 0?f:null,props:m}}return Vn.Fragment=o,Vn.jsx=u,Vn.jsxs=u,Vn}var E0;function ag(){return E0||(E0=1,Zc.exports=tg()),Zc.exports}var n=ag(),Kc={exports:{}},ue={};var T0;function lg(){if(T0)return ue;T0=1;var r=Symbol.for("react.transitional.element"),o=Symbol.for("react.portal"),u=Symbol.for("react.fragment"),c=Symbol.for("react.strict_mode"),f=Symbol.for("react.profiler"),m=Symbol.for("react.consumer"),h=Symbol.for("react.context"),N=Symbol.for("react.forward_ref"),p=Symbol.for("react.suspense"),x=Symbol.for("react.memo"),v=Symbol.for("react.lazy"),y=Symbol.for("react.activity"),T=Symbol.iterator;function _(S){return S===null||typeof S!="object"?null:(S=T&&S[T]||S["@@iterator"],typeof S=="function"?S:null)}var D={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},O=Object.assign,j={};function w(S,$,Q){this.props=S,this.context=$,this.refs=j,this.updater=Q||D}w.prototype.isReactComponent={},w.prototype.setState=function(S,$){if(typeof S!="object"&&typeof S!="function"&&S!=null)throw Error("takes an object of state variables to update or a function which returns an object of state variables.");this.updater.enqueueSetState(this,S,$,"setState")},w.prototype.forceUpdate=function(S){this.updater.enqueueForceUpdate(this,S,"forceUpdate")};function A(){}A.prototype=w.prototype;function L(S,$,Q){this.props=S,this.context=$,this.refs=j,this.updater=Q||D}var W=L.prototype=new A;W.constructor=L,O(W,w.prototype),W.isPureReactComponent=!0;var V=Array.isArray;function ae(){}var Z={H:null,A:null,T:null,S:null},K=Object.prototype.hasOwnProperty;function H(S,$,Q){var P=Q.ref;return{$$typeof:r,type:S,key:$,ref:P!==void 0?P:null,props:Q}}function J(S,$){return H(S.type,$,S.props)}function I(S){return typeof S=="object"&&S!==null&&S.$$typeof===r}function Ee(S){var $={"=":"=0",":":"=2"};return"$"+S.replace(/[=:]/g,function(Q){return $[Q]})}var He=/\/+/g;function _e(S,$){return typeof S=="object"&&S!==null&&S.key!=null?Ee(""+S.key):$.toString(36)}function je(S){switch(S.status){case"fulfilled":return S.value;case"rejected":throw S.reason;default:switch(typeof S.status=="string"?S.then(ae,ae):(S.status="pending",S.then(function($){S.status==="pending"&&(S.status="fulfilled",S.value=$)},function($){S.status==="pending"&&(S.status="rejected",S.reason=$)})),S.status){case"fulfilled":return S.value;case"rejected":throw S.reason}}throw S}function q(S,$,Q,P,ce){var fe=typeof S;(fe==="undefined"||fe==="boolean")&&(S=null);var ee=!1;if(S===null)ee=!0;else switch(fe){case"bigint":case"string":case"number":ee=!0;break;case"object":switch(S.$$typeof){case r:case o:ee=!0;break;case v:return ee=S._init,q(ee(S._payload),$,Q,P,ce)}}if(ee)return ce=ce(S),ee=P===""?"."+_e(S,0):P,V(ce)?(Q="",ee!=null&&(Q=ee.replace(He,"$&/")+"/"),q(ce,$,Q,"",function(Wl){return Wl})):ce!=null&&(I(ce)&&(ce=J(ce,Q+(ce.key==null||S&&S.key===ce.key?"":(""+ce.key).replace(He,"$&/")+"/")+ee)),$.push(ce)),1;ee=0;var Ke=P===""?".":P+":";if(V(S))for(var $e=0;$e<S.length;$e++)P=S[$e],fe=Ke+_e(P,$e),ee+=q(P,$,Q,fe,ce);else if($e=_(S),typeof $e=="function")for(S=$e.call(S),$e=0;!(P=S.next()).done;)P=P.value,fe=Ke+_e(P,$e++),ee+=q(P,$,Q,fe,ce);else if(fe==="object"){if(typeof S.then=="function")return q(je(S),$,Q,P,ce);throw $=String(S),Error("Objects are not valid as a React child (found: "+($==="[object Object]"?"object with keys {"+Object.keys(S).join(", ")+"}":$)+"). If you meant to render a collection of children, use an array instead.")}return ee}function X(S,$,Q){if(S==null)return S;var P=[],ce=0;return q(S,P,"","",function(fe){return $.call(Q,fe,ce++)}),P}function ne(S){if(S._status===-1){var $=S._result;$=$(),$.then(function(Q){(S._status===0||S._status===-1)&&(S._status=1,S._result=Q)},function(Q){(S._status===0||S._status===-1)&&(S._status=2,S._result=Q)}),S._status===-1&&(S._status=0,S._result=$)}if(S._status===1)return S._result.default;throw S._result}var ye=typeof reportError=="function"?reportError:function(S){if(typeof window=="object"&&typeof window.ErrorEvent=="function"){var $=new window.ErrorEvent("error",{bubbles:!0,cancelable:!0,message:typeof S=="object"&&S!==null&&typeof S.message=="string"?String(S.message):String(S),error:S});if(!window.dispatchEvent($))return}else if(typeof process=="object"&&typeof process.emit=="function"){process.emit("uncaughtException",S);return}console.error(S)},Ne={map:X,forEach:function(S,$,Q){X(S,function(){$.apply(this,arguments)},Q)},count:function(S){var $=0;return X(S,function(){$++}),$},toArray:function(S){return X(S,function($){return $})||[]},only:function(S){if(!I(S))throw Error("React.Children.only expected to receive a single React element child.");return S}};return ue.Activity=y,ue.Children=Ne,ue.Component=w,ue.Fragment=u,ue.Profiler=f,ue.PureComponent=L,ue.StrictMode=c,ue.Suspense=p,ue.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=Z,ue.__COMPILER_RUNTIME={__proto__:null,c:function(S){return Z.H.useMemoCache(S)}},ue.cache=function(S){return function(){return S.apply(null,arguments)}},ue.cacheSignal=function(){return null},ue.cloneElement=function(S,$,Q){if(S==null)throw Error("The argument must be a React element, but you passed "+S+".");var P=O({},S.props),ce=S.key;if($!=null)for(fe in $.key!==void 0&&(ce=""+$.key),$)!K.call($,fe)||fe==="key"||fe==="__self"||fe==="__source"||fe==="ref"&&$.ref===void 0||(P[fe]=$[fe]);var fe=arguments.length-2;if(fe===1)P.children=Q;else if(1<fe){for(var ee=Array(fe),Ke=0;Ke<fe;Ke++)ee[Ke]=arguments[Ke+2];P.children=ee}return H(S.type,ce,P)},ue.createContext=function(S){return S={$$typeof:h,_currentValue:S,_currentValue2:S,_threadCount:0,Provider:null,Consumer:null},S.Provider=S,S.Consumer={$$typeof:m,_context:S},S},ue.createElement=function(S,$,Q){var P,ce={},fe=null;if($!=null)for(P in $.key!==void 0&&(fe=""+$.key),$)K.call($,P)&&P!=="key"&&P!=="__self"&&P!=="__source"&&(ce[P]=$[P]);var ee=arguments.length-2;if(ee===1)ce.children=Q;else if(1<ee){for(var Ke=Array(ee),$e=0;$e<ee;$e++)Ke[$e]=arguments[$e+2];ce.children=Ke}if(S&&S.defaultProps)for(P in ee=S.defaultProps,ee)ce[P]===void 0&&(ce[P]=ee[P]);return H(S,fe,ce)},ue.createRef=function(){return{current:null}},ue.forwardRef=function(S){return{$$typeof:N,render:S}},ue.isValidElement=I,ue.lazy=function(S){return{$$typeof:v,_payload:{_status:-1,_result:S},_init:ne}},ue.memo=function(S,$){return{$$typeof:x,type:S,compare:$===void 0?null:$}},ue.startTransition=function(S){var $=Z.T,Q={};Z.T=Q;try{var P=S(),ce=Z.S;ce!==null&&ce(Q,P),typeof P=="object"&&P!==null&&typeof P.then=="function"&&P.then(ae,ye)}catch(fe){ye(fe)}finally{$!==null&&Q.types!==null&&($.types=Q.types),Z.T=$}},ue.unstable_useCacheRefresh=function(){return Z.H.useCacheRefresh()},ue.use=function(S){return Z.H.use(S)},ue.useActionState=function(S,$,Q){return Z.H.useActionState(S,$,Q)},ue.useCallback=function(S,$){return Z.H.useCallback(S,$)},ue.useContext=function(S){return Z.H.useContext(S)},ue.useDebugValue=function(){},ue.useDeferredValue=function(S,$){return Z.H.useDeferredValue(S,$)},ue.useEffect=function(S,$){return Z.H.useEffect(S,$)},ue.useEffectEvent=function(S){return Z.H.useEffectEvent(S)},ue.useId=function(){return Z.H.useId()},ue.useImperativeHandle=function(S,$,Q){return Z.H.useImperativeHandle(S,$,Q)},ue.useInsertionEffect=function(S,$){return Z.H.useInsertionEffect(S,$)},ue.useLayoutEffect=function(S,$){return Z.H.useLayoutEffect(S,$)},ue.useMemo=function(S,$){return Z.H.useMemo(S,$)},ue.useOptimistic=function(S,$){return Z.H.useOptimistic(S,$)},ue.useReducer=function(S,$,Q){return Z.H.useReducer(S,$,Q)},ue.useRef=function(S){return Z.H.useRef(S)},ue.useState=function(S){return Z.H.useState(S)},ue.useSyncExternalStore=function(S,$,Q){return Z.H.useSyncExternalStore(S,$,Q)},ue.useTransition=function(){return Z.H.useTransition()},ue.version="19.2.4",ue}var C0;function uu(){return C0||(C0=1,Kc.exports=lg()),Kc.exports}var b=uu(),Jc={exports:{}},Xn={},Wc={exports:{}},Fc={};var w0;function ng(){return w0||(w0=1,(function(r){function o(q,X){var ne=q.length;q.push(X);e:for(;0<ne;){var ye=ne-1>>>1,Ne=q[ye];if(0<f(Ne,X))q[ye]=X,q[ne]=Ne,ne=ye;else break e}}function u(q){return q.length===0?null:q[0]}function c(q){if(q.length===0)return null;var X=q[0],ne=q.pop();if(ne!==X){q[0]=ne;e:for(var ye=0,Ne=q.length,S=Ne>>>1;ye<S;){var $=2*(ye+1)-1,Q=q[$],P=$+1,ce=q[P];if(0>f(Q,ne))P<Ne&&0>f(ce,Q)?(q[ye]=ce,q[P]=ne,ye=P):(q[ye]=Q,q[$]=ne,ye=$);else if(P<Ne&&0>f(ce,ne))q[ye]=ce,q[P]=ne,ye=P;else break e}}return X}function f(q,X){var ne=q.sortIndex-X.sortIndex;return ne!==0?ne:q.id-X.id}if(r.unstable_now=void 0,typeof performance=="object"&&typeof performance.now=="function"){var m=performance;r.unstable_now=function(){return m.now()}}else{var h=Date,N=h.now();r.unstable_now=function(){return h.now()-N}}var p=[],x=[],v=1,y=null,T=3,_=!1,D=!1,O=!1,j=!1,w=typeof setTimeout=="function"?setTimeout:null,A=typeof clearTimeout=="function"?clearTimeout:null,L=typeof setImmediate<"u"?setImmediate:null;function W(q){for(var X=u(x);X!==null;){if(X.callback===null)c(x);else if(X.startTime<=q)c(x),X.sortIndex=X.expirationTime,o(p,X);else break;X=u(x)}}function V(q){if(O=!1,W(q),!D)if(u(p)!==null)D=!0,ae||(ae=!0,Ee());else{var X=u(x);X!==null&&je(V,X.startTime-q)}}var ae=!1,Z=-1,K=5,H=-1;function J(){return j?!0:!(r.unstable_now()-H<K)}function I(){if(j=!1,ae){var q=r.unstable_now();H=q;var X=!0;try{e:{D=!1,O&&(O=!1,A(Z),Z=-1),_=!0;var ne=T;try{t:{for(W(q),y=u(p);y!==null&&!(y.expirationTime>q&&J());){var ye=y.callback;if(typeof ye=="function"){y.callback=null,T=y.priorityLevel;var Ne=ye(y.expirationTime<=q);if(q=r.unstable_now(),typeof Ne=="function"){y.callback=Ne,W(q),X=!0;break t}y===u(p)&&c(p),W(q)}else c(p);y=u(p)}if(y!==null)X=!0;else{var S=u(x);S!==null&&je(V,S.startTime-q),X=!1}}break e}finally{y=null,T=ne,_=!1}X=void 0}}finally{X?Ee():ae=!1}}}var Ee;if(typeof L=="function")Ee=function(){L(I)};else if(typeof MessageChannel<"u"){var He=new MessageChannel,_e=He.port2;He.port1.onmessage=I,Ee=function(){_e.postMessage(null)}}else Ee=function(){w(I,0)};function je(q,X){Z=w(function(){q(r.unstable_now())},X)}r.unstable_IdlePriority=5,r.unstable_ImmediatePriority=1,r.unstable_LowPriority=4,r.unstable_NormalPriority=3,r.unstable_Profiling=null,r.unstable_UserBlockingPriority=2,r.unstable_cancelCallback=function(q){q.callback=null},r.unstable_forceFrameRate=function(q){0>q||125<q?console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported"):K=0<q?Math.floor(1e3/q):5},r.unstable_getCurrentPriorityLevel=function(){return T},r.unstable_next=function(q){switch(T){case 1:case 2:case 3:var X=3;break;default:X=T}var ne=T;T=X;try{return q()}finally{T=ne}},r.unstable_requestPaint=function(){j=!0},r.unstable_runWithPriority=function(q,X){switch(q){case 1:case 2:case 3:case 4:case 5:break;default:q=3}var ne=T;T=q;try{return X()}finally{T=ne}},r.unstable_scheduleCallback=function(q,X,ne){var ye=r.unstable_now();switch(typeof ne=="object"&&ne!==null?(ne=ne.delay,ne=typeof ne=="number"&&0<ne?ye+ne:ye):ne=ye,q){case 1:var Ne=-1;break;case 2:Ne=250;break;case 5:Ne=1073741823;break;case 4:Ne=1e4;break;default:Ne=5e3}return Ne=ne+Ne,q={id:v++,callback:X,priorityLevel:q,startTime:ne,expirationTime:Ne,sortIndex:-1},ne>ye?(q.sortIndex=ne,o(x,q),u(p)===null&&q===u(x)&&(O?(A(Z),Z=-1):O=!0,je(V,ne-ye))):(q.sortIndex=Ne,o(p,q),D||_||(D=!0,ae||(ae=!0,Ee()))),q},r.unstable_shouldYield=J,r.unstable_wrapCallback=function(q){var X=T;return function(){var ne=T;T=X;try{return q.apply(this,arguments)}finally{T=ne}}}})(Fc)),Fc}var A0;function sg(){return A0||(A0=1,Wc.exports=ng()),Wc.exports}var Pc={exports:{}},rt={};var M0;function rg(){if(M0)return rt;M0=1;var r=uu();function o(p){var x="https://react.dev/errors/"+p;if(1<arguments.length){x+="?args[]="+encodeURIComponent(arguments[1]);for(var v=2;v<arguments.length;v++)x+="&args[]="+encodeURIComponent(arguments[v])}return"Minified React error #"+p+"; visit "+x+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}function u(){}var c={d:{f:u,r:function(){throw Error(o(522))},D:u,C:u,L:u,m:u,X:u,S:u,M:u},p:0,findDOMNode:null},f=Symbol.for("react.portal");function m(p,x,v){var y=3<arguments.length&&arguments[3]!==void 0?arguments[3]:null;return{$$typeof:f,key:y==null?null:""+y,children:p,containerInfo:x,implementation:v}}var h=r.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;function N(p,x){if(p==="font")return"";if(typeof x=="string")return x==="use-credentials"?x:""}return rt.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=c,rt.createPortal=function(p,x){var v=2<arguments.length&&arguments[2]!==void 0?arguments[2]:null;if(!x||x.nodeType!==1&&x.nodeType!==9&&x.nodeType!==11)throw Error(o(299));return m(p,x,null,v)},rt.flushSync=function(p){var x=h.T,v=c.p;try{if(h.T=null,c.p=2,p)return p()}finally{h.T=x,c.p=v,c.d.f()}},rt.preconnect=function(p,x){typeof p=="string"&&(x?(x=x.crossOrigin,x=typeof x=="string"?x==="use-credentials"?x:"":void 0):x=null,c.d.C(p,x))},rt.prefetchDNS=function(p){typeof p=="string"&&c.d.D(p)},rt.preinit=function(p,x){if(typeof p=="string"&&x&&typeof x.as=="string"){var v=x.as,y=N(v,x.crossOrigin),T=typeof x.integrity=="string"?x.integrity:void 0,_=typeof x.fetchPriority=="string"?x.fetchPriority:void 0;v==="style"?c.d.S(p,typeof x.precedence=="string"?x.precedence:void 0,{crossOrigin:y,integrity:T,fetchPriority:_}):v==="script"&&c.d.X(p,{crossOrigin:y,integrity:T,fetchPriority:_,nonce:typeof x.nonce=="string"?x.nonce:void 0})}},rt.preinitModule=function(p,x){if(typeof p=="string")if(typeof x=="object"&&x!==null){if(x.as==null||x.as==="script"){var v=N(x.as,x.crossOrigin);c.d.M(p,{crossOrigin:v,integrity:typeof x.integrity=="string"?x.integrity:void 0,nonce:typeof x.nonce=="string"?x.nonce:void 0})}}else x==null&&c.d.M(p)},rt.preload=function(p,x){if(typeof p=="string"&&typeof x=="object"&&x!==null&&typeof x.as=="string"){var v=x.as,y=N(v,x.crossOrigin);c.d.L(p,v,{crossOrigin:y,integrity:typeof x.integrity=="string"?x.integrity:void 0,nonce:typeof x.nonce=="string"?x.nonce:void 0,type:typeof x.type=="string"?x.type:void 0,fetchPriority:typeof x.fetchPriority=="string"?x.fetchPriority:void 0,referrerPolicy:typeof x.referrerPolicy=="string"?x.referrerPolicy:void 0,imageSrcSet:typeof x.imageSrcSet=="string"?x.imageSrcSet:void 0,imageSizes:typeof x.imageSizes=="string"?x.imageSizes:void 0,media:typeof x.media=="string"?x.media:void 0})}},rt.preloadModule=function(p,x){if(typeof p=="string")if(x){var v=N(x.as,x.crossOrigin);c.d.m(p,{as:typeof x.as=="string"&&x.as!=="script"?x.as:void 0,crossOrigin:v,integrity:typeof x.integrity=="string"?x.integrity:void 0})}else c.d.m(p)},rt.requestFormReset=function(p){c.d.r(p)},rt.unstable_batchedUpdates=function(p,x){return p(x)},rt.useFormState=function(p,x,v){return h.H.useFormState(p,x,v)},rt.useFormStatus=function(){return h.H.useHostTransitionStatus()},rt.version="19.2.4",rt}var R0;function ig(){if(R0)return Pc.exports;R0=1;function r(){if(!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__>"u"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function"))try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(r)}catch(o){console.error(o)}}return r(),Pc.exports=rg(),Pc.exports}var z0;function cg(){if(z0)return Xn;z0=1;var r=sg(),o=uu(),u=ig();function c(e){var t="https://react.dev/errors/"+e;if(1<arguments.length){t+="?args[]="+encodeURIComponent(arguments[1]);for(var a=2;a<arguments.length;a++)t+="&args[]="+encodeURIComponent(arguments[a])}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."}function f(e){return!(!e||e.nodeType!==1&&e.nodeType!==9&&e.nodeType!==11)}function m(e){var t=e,a=e;if(e.alternate)for(;t.return;)t=t.return;else{e=t;do t=e,(t.flags&4098)!==0&&(a=t.return),e=t.return;while(e)}return t.tag===3?a:null}function h(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 N(e){if(e.tag===31){var t=e.memoizedState;if(t===null&&(e=e.alternate,e!==null&&(t=e.memoizedState)),t!==null)return t.dehydrated}return null}function p(e){if(m(e)!==e)throw Error(c(188))}function x(e){var t=e.alternate;if(!t){if(t=m(e),t===null)throw Error(c(188));return t!==e?null:e}for(var a=e,l=t;;){var s=a.return;if(s===null)break;var i=s.alternate;if(i===null){if(l=s.return,l!==null){a=l;continue}break}if(s.child===i.child){for(i=s.child;i;){if(i===a)return p(s),e;if(i===l)return p(s),t;i=i.sibling}throw Error(c(188))}if(a.return!==l.return)a=s,l=i;else{for(var d=!1,g=s.child;g;){if(g===a){d=!0,a=s,l=i;break}if(g===l){d=!0,l=s,a=i;break}g=g.sibling}if(!d){for(g=i.child;g;){if(g===a){d=!0,a=i,l=s;break}if(g===l){d=!0,l=i,a=s;break}g=g.sibling}if(!d)throw Error(c(189))}}if(a.alternate!==l)throw Error(c(190))}if(a.tag!==3)throw Error(c(188));return a.stateNode.current===a?e:t}function v(e){var t=e.tag;if(t===5||t===26||t===27||t===6)return e;for(e=e.child;e!==null;){if(t=v(e),t!==null)return t;e=e.sibling}return null}var y=Object.assign,T=Symbol.for("react.element"),_=Symbol.for("react.transitional.element"),D=Symbol.for("react.portal"),O=Symbol.for("react.fragment"),j=Symbol.for("react.strict_mode"),w=Symbol.for("react.profiler"),A=Symbol.for("react.consumer"),L=Symbol.for("react.context"),W=Symbol.for("react.forward_ref"),V=Symbol.for("react.suspense"),ae=Symbol.for("react.suspense_list"),Z=Symbol.for("react.memo"),K=Symbol.for("react.lazy"),H=Symbol.for("react.activity"),J=Symbol.for("react.memo_cache_sentinel"),I=Symbol.iterator;function Ee(e){return e===null||typeof e!="object"?null:(e=I&&e[I]||e["@@iterator"],typeof e=="function"?e:null)}var He=Symbol.for("react.client.reference");function _e(e){if(e==null)return null;if(typeof e=="function")return e.$$typeof===He?null:e.displayName||e.name||null;if(typeof e=="string")return e;switch(e){case O:return"Fragment";case w:return"Profiler";case j:return"StrictMode";case V:return"Suspense";case ae:return"SuspenseList";case H:return"Activity"}if(typeof e=="object")switch(e.$$typeof){case D:return"Portal";case L:return e.displayName||"Context";case A:return(e._context.displayName||"Context")+".Consumer";case W:var t=e.render;return e=e.displayName,e||(e=t.displayName||t.name||"",e=e!==""?"ForwardRef("+e+")":"ForwardRef"),e;case Z:return t=e.displayName||null,t!==null?t:_e(e.type)||"Memo";case K:t=e._payload,e=e._init;try{return _e(e(t))}catch{}}return null}var je=Array.isArray,q=o.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,X=u.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,ne={pending:!1,data:null,method:null,action:null},ye=[],Ne=-1;function S(e){return{current:e}}function $(e){0>Ne||(e.current=ye[Ne],ye[Ne]=null,Ne--)}function Q(e,t){Ne++,ye[Ne]=e.current,e.current=t}var P=S(null),ce=S(null),fe=S(null),ee=S(null);function Ke(e,t){switch(Q(fe,t),Q(ce,e),Q(P,null),t.nodeType){case 9:case 11:e=(e=t.documentElement)&&(e=e.namespaceURI)?Qf(e):0;break;default:if(e=t.tagName,t=t.namespaceURI)t=Qf(t),e=Zf(t,e);else switch(e){case"svg":e=1;break;case"math":e=2;break;default:e=0}}$(P),Q(P,e)}function $e(){$(P),$(ce),$(fe)}function Wl(e){e.memoizedState!==null&&Q(ee,e);var t=P.current,a=Zf(t,e.type);t!==a&&(Q(ce,e),Q(P,a))}function ts(e){ce.current===e&&($(P),$(ce)),ee.current===e&&($(ee),kn._currentValue=ne)}var Mr,bu;function $a(e){if(Mr===void 0)try{throw Error()}catch(a){var t=a.stack.trim().match(/\n( *(at )?)/);Mr=t&&t[1]||"",bu=-1<a.stack.indexOf(`
2
- at`)?" (<anonymous>)":-1<a.stack.indexOf("@")?"@unknown:0:0":""}return`
3
- `+Mr+e+bu}var Rr=!1;function zr(e,t){if(!e||Rr)return"";Rr=!0;var a=Error.prepareStackTrace;Error.prepareStackTrace=void 0;try{var l={DetermineComponentFrameRoot:function(){try{if(t){var G=function(){throw Error()};if(Object.defineProperty(G.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(G,[])}catch(B){var U=B}Reflect.construct(e,[],G)}else{try{G.call()}catch(B){U=B}e.call(G.prototype)}}else{try{throw Error()}catch(B){U=B}(G=e())&&typeof G.catch=="function"&&G.catch(function(){})}}catch(B){if(B&&U&&typeof B.stack=="string")return[B.stack,U.stack]}return[null,null]}};l.DetermineComponentFrameRoot.displayName="DetermineComponentFrameRoot";var s=Object.getOwnPropertyDescriptor(l.DetermineComponentFrameRoot,"name");s&&s.configurable&&Object.defineProperty(l.DetermineComponentFrameRoot,"name",{value:"DetermineComponentFrameRoot"});var i=l.DetermineComponentFrameRoot(),d=i[0],g=i[1];if(d&&g){var E=d.split(`
4
- `),z=g.split(`
5
- `);for(s=l=0;l<E.length&&!E[l].includes("DetermineComponentFrameRoot");)l++;for(;s<z.length&&!z[s].includes("DetermineComponentFrameRoot");)s++;if(l===E.length||s===z.length)for(l=E.length-1,s=z.length-1;1<=l&&0<=s&&E[l]!==z[s];)s--;for(;1<=l&&0<=s;l--,s--)if(E[l]!==z[s]){if(l!==1||s!==1)do if(l--,s--,0>s||E[l]!==z[s]){var k=`
6
- `+E[l].replace(" at new "," at ");return e.displayName&&k.includes("<anonymous>")&&(k=k.replace("<anonymous>",e.displayName)),k}while(1<=l&&0<=s);break}}}finally{Rr=!1,Error.prepareStackTrace=a}return(a=e?e.displayName||e.name:"")?$a(a):""}function _m(e,t){switch(e.tag){case 26:case 27:case 5:return $a(e.type);case 16:return $a("Lazy");case 13:return e.child!==t&&t!==null?$a("Suspense Fallback"):$a("Suspense");case 19:return $a("SuspenseList");case 0:case 15:return zr(e.type,!1);case 11:return zr(e.type.render,!1);case 1:return zr(e.type,!0);case 31:return $a("Activity");default:return""}}function ju(e){try{var t="",a=null;do t+=_m(e,a),a=e,e=e.return;while(e);return t}catch(l){return`
7
- Error generating stack: `+l.message+`
8
- `+l.stack}}var _r=Object.prototype.hasOwnProperty,Dr=r.unstable_scheduleCallback,Or=r.unstable_cancelCallback,Dm=r.unstable_shouldYield,Om=r.unstable_requestPaint,ht=r.unstable_now,Um=r.unstable_getCurrentPriorityLevel,Nu=r.unstable_ImmediatePriority,Su=r.unstable_UserBlockingPriority,as=r.unstable_NormalPriority,Lm=r.unstable_LowPriority,Eu=r.unstable_IdlePriority,Hm=r.log,Bm=r.unstable_setDisableYieldValue,Fl=null,gt=null;function ha(e){if(typeof Hm=="function"&&Bm(e),gt&&typeof gt.setStrictMode=="function")try{gt.setStrictMode(Fl,e)}catch{}}var pt=Math.clz32?Math.clz32:$m,qm=Math.log,km=Math.LN2;function $m(e){return e>>>=0,e===0?32:31-(qm(e)/km|0)|0}var ls=256,ns=262144,ss=4194304;function Ya(e){var t=e&42;if(t!==0)return t;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:return 64;case 128:return 128;case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:return e&261888;case 262144:case 524288:case 1048576:case 2097152:return e&3932160;case 4194304:case 8388608:case 16777216:case 33554432:return e&62914560;case 67108864:return 67108864;case 134217728:return 134217728;case 268435456:return 268435456;case 536870912:return 536870912;case 1073741824:return 0;default:return e}}function rs(e,t,a){var l=e.pendingLanes;if(l===0)return 0;var s=0,i=e.suspendedLanes,d=e.pingedLanes;e=e.warmLanes;var g=l&134217727;return g!==0?(l=g&~i,l!==0?s=Ya(l):(d&=g,d!==0?s=Ya(d):a||(a=g&~e,a!==0&&(s=Ya(a))))):(g=l&~i,g!==0?s=Ya(g):d!==0?s=Ya(d):a||(a=l&~e,a!==0&&(s=Ya(a)))),s===0?0:t!==0&&t!==s&&(t&i)===0&&(i=s&-s,a=t&-t,i>=a||i===32&&(a&4194048)!==0)?t:s}function Pl(e,t){return(e.pendingLanes&~(e.suspendedLanes&~e.pingedLanes)&t)===0}function Ym(e,t){switch(e){case 1:case 2:case 4:case 8:case 64:return t+250;case 16:case 32: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:return-1;case 67108864:case 134217728:case 268435456:case 536870912:case 1073741824:return-1;default:return-1}}function Tu(){var e=ss;return ss<<=1,(ss&62914560)===0&&(ss=4194304),e}function Ur(e){for(var t=[],a=0;31>a;a++)t.push(e);return t}function Il(e,t){e.pendingLanes|=t,t!==268435456&&(e.suspendedLanes=0,e.pingedLanes=0,e.warmLanes=0)}function Gm(e,t,a,l,s,i){var d=e.pendingLanes;e.pendingLanes=a,e.suspendedLanes=0,e.pingedLanes=0,e.warmLanes=0,e.expiredLanes&=a,e.entangledLanes&=a,e.errorRecoveryDisabledLanes&=a,e.shellSuspendCounter=0;var g=e.entanglements,E=e.expirationTimes,z=e.hiddenUpdates;for(a=d&~a;0<a;){var k=31-pt(a),G=1<<k;g[k]=0,E[k]=-1;var U=z[k];if(U!==null)for(z[k]=null,k=0;k<U.length;k++){var B=U[k];B!==null&&(B.lane&=-536870913)}a&=~G}l!==0&&Cu(e,l,0),i!==0&&s===0&&e.tag!==0&&(e.suspendedLanes|=i&~(d&~t))}function Cu(e,t,a){e.pendingLanes|=t,e.suspendedLanes&=~t;var l=31-pt(t);e.entangledLanes|=t,e.entanglements[l]=e.entanglements[l]|1073741824|a&261930}function wu(e,t){var a=e.entangledLanes|=t;for(e=e.entanglements;a;){var l=31-pt(a),s=1<<l;s&t|e[l]&t&&(e[l]|=t),a&=~s}}function Au(e,t){var a=t&-t;return a=(a&42)!==0?1:Lr(a),(a&(e.suspendedLanes|t))!==0?0:a}function Lr(e){switch(e){case 2:e=1;break;case 8:e=4;break;case 32:e=16;break;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:e=128;break;case 268435456:e=134217728;break;default:e=0}return e}function Hr(e){return e&=-e,2<e?8<e?(e&134217727)!==0?32:268435456:8:2}function Mu(){var e=X.p;return e!==0?e:(e=window.event,e===void 0?32:g0(e.type))}function Ru(e,t){var a=X.p;try{return X.p=e,t()}finally{X.p=a}}var ga=Math.random().toString(36).slice(2),Ie="__reactFiber$"+ga,ct="__reactProps$"+ga,rl="__reactContainer$"+ga,Br="__reactEvents$"+ga,Vm="__reactListeners$"+ga,Xm="__reactHandles$"+ga,zu="__reactResources$"+ga,en="__reactMarker$"+ga;function qr(e){delete e[Ie],delete e[ct],delete e[Br],delete e[Vm],delete e[Xm]}function il(e){var t=e[Ie];if(t)return t;for(var a=e.parentNode;a;){if(t=a[rl]||a[Ie]){if(a=t.alternate,t.child!==null||a!==null&&a.child!==null)for(e=e0(e);e!==null;){if(a=e[Ie])return a;e=e0(e)}return t}e=a,a=e.parentNode}return null}function cl(e){if(e=e[Ie]||e[rl]){var t=e.tag;if(t===5||t===6||t===13||t===31||t===26||t===27||t===3)return e}return null}function tn(e){var t=e.tag;if(t===5||t===26||t===27||t===6)return e.stateNode;throw Error(c(33))}function ul(e){var t=e[zu];return t||(t=e[zu]={hoistableStyles:new Map,hoistableScripts:new Map}),t}function We(e){e[en]=!0}var _u=new Set,Du={};function Ga(e,t){ol(e,t),ol(e+"Capture",t)}function ol(e,t){for(Du[e]=t,e=0;e<t.length;e++)_u.add(t[e])}var Qm=RegExp("^[: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]*$"),Ou={},Uu={};function Zm(e){return _r.call(Uu,e)?!0:_r.call(Ou,e)?!1:Qm.test(e)?Uu[e]=!0:(Ou[e]=!0,!1)}function is(e,t,a){if(Zm(t))if(a===null)e.removeAttribute(t);else{switch(typeof a){case"undefined":case"function":case"symbol":e.removeAttribute(t);return;case"boolean":var l=t.toLowerCase().slice(0,5);if(l!=="data-"&&l!=="aria-"){e.removeAttribute(t);return}}e.setAttribute(t,""+a)}}function cs(e,t,a){if(a===null)e.removeAttribute(t);else{switch(typeof a){case"undefined":case"function":case"symbol":case"boolean":e.removeAttribute(t);return}e.setAttribute(t,""+a)}}function Jt(e,t,a,l){if(l===null)e.removeAttribute(a);else{switch(typeof l){case"undefined":case"function":case"symbol":case"boolean":e.removeAttribute(a);return}e.setAttributeNS(t,a,""+l)}}function Tt(e){switch(typeof e){case"bigint":case"boolean":case"number":case"string":case"undefined":return e;case"object":return e;default:return""}}function Lu(e){var t=e.type;return(e=e.nodeName)&&e.toLowerCase()==="input"&&(t==="checkbox"||t==="radio")}function Km(e,t,a){var l=Object.getOwnPropertyDescriptor(e.constructor.prototype,t);if(!e.hasOwnProperty(t)&&typeof l<"u"&&typeof l.get=="function"&&typeof l.set=="function"){var s=l.get,i=l.set;return Object.defineProperty(e,t,{configurable:!0,get:function(){return s.call(this)},set:function(d){a=""+d,i.call(this,d)}}),Object.defineProperty(e,t,{enumerable:l.enumerable}),{getValue:function(){return a},setValue:function(d){a=""+d},stopTracking:function(){e._valueTracker=null,delete e[t]}}}}function kr(e){if(!e._valueTracker){var t=Lu(e)?"checked":"value";e._valueTracker=Km(e,t,""+e[t])}}function Hu(e){if(!e)return!1;var t=e._valueTracker;if(!t)return!0;var a=t.getValue(),l="";return e&&(l=Lu(e)?e.checked?"true":"false":e.value),e=l,e!==a?(t.setValue(e),!0):!1}function us(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}}var Jm=/[\n"\\]/g;function Ct(e){return e.replace(Jm,function(t){return"\\"+t.charCodeAt(0).toString(16)+" "})}function $r(e,t,a,l,s,i,d,g){e.name="",d!=null&&typeof d!="function"&&typeof d!="symbol"&&typeof d!="boolean"?e.type=d:e.removeAttribute("type"),t!=null?d==="number"?(t===0&&e.value===""||e.value!=t)&&(e.value=""+Tt(t)):e.value!==""+Tt(t)&&(e.value=""+Tt(t)):d!=="submit"&&d!=="reset"||e.removeAttribute("value"),t!=null?Yr(e,d,Tt(t)):a!=null?Yr(e,d,Tt(a)):l!=null&&e.removeAttribute("value"),s==null&&i!=null&&(e.defaultChecked=!!i),s!=null&&(e.checked=s&&typeof s!="function"&&typeof s!="symbol"),g!=null&&typeof g!="function"&&typeof g!="symbol"&&typeof g!="boolean"?e.name=""+Tt(g):e.removeAttribute("name")}function Bu(e,t,a,l,s,i,d,g){if(i!=null&&typeof i!="function"&&typeof i!="symbol"&&typeof i!="boolean"&&(e.type=i),t!=null||a!=null){if(!(i!=="submit"&&i!=="reset"||t!=null)){kr(e);return}a=a!=null?""+Tt(a):"",t=t!=null?""+Tt(t):a,g||t===e.value||(e.value=t),e.defaultValue=t}l=l??s,l=typeof l!="function"&&typeof l!="symbol"&&!!l,e.checked=g?e.checked:!!l,e.defaultChecked=!!l,d!=null&&typeof d!="function"&&typeof d!="symbol"&&typeof d!="boolean"&&(e.name=d),kr(e)}function Yr(e,t,a){t==="number"&&us(e.ownerDocument)===e||e.defaultValue===""+a||(e.defaultValue=""+a)}function dl(e,t,a,l){if(e=e.options,t){t={};for(var s=0;s<a.length;s++)t["$"+a[s]]=!0;for(a=0;a<e.length;a++)s=t.hasOwnProperty("$"+e[a].value),e[a].selected!==s&&(e[a].selected=s),s&&l&&(e[a].defaultSelected=!0)}else{for(a=""+Tt(a),t=null,s=0;s<e.length;s++){if(e[s].value===a){e[s].selected=!0,l&&(e[s].defaultSelected=!0);return}t!==null||e[s].disabled||(t=e[s])}t!==null&&(t.selected=!0)}}function qu(e,t,a){if(t!=null&&(t=""+Tt(t),t!==e.value&&(e.value=t),a==null)){e.defaultValue!==t&&(e.defaultValue=t);return}e.defaultValue=a!=null?""+Tt(a):""}function ku(e,t,a,l){if(t==null){if(l!=null){if(a!=null)throw Error(c(92));if(je(l)){if(1<l.length)throw Error(c(93));l=l[0]}a=l}a==null&&(a=""),t=a}a=Tt(t),e.defaultValue=a,l=e.textContent,l===a&&l!==""&&l!==null&&(e.value=l),kr(e)}function fl(e,t){if(t){var a=e.firstChild;if(a&&a===e.lastChild&&a.nodeType===3){a.nodeValue=t;return}}e.textContent=t}var Wm=new Set("animationIterationCount aspectRatio borderImageOutset borderImageSlice borderImageWidth boxFlex boxFlexGroup boxOrdinalGroup columnCount columns flex flexGrow flexPositive flexShrink flexNegative flexOrder gridArea gridRow gridRowEnd gridRowSpan gridRowStart gridColumn gridColumnEnd gridColumnSpan gridColumnStart fontWeight lineClamp lineHeight opacity order orphans scale tabSize widows zIndex zoom fillOpacity floodOpacity stopOpacity strokeDasharray strokeDashoffset strokeMiterlimit strokeOpacity strokeWidth MozAnimationIterationCount MozBoxFlex MozBoxFlexGroup MozLineClamp msAnimationIterationCount msFlex msZoom msFlexGrow msFlexNegative msFlexOrder msFlexPositive msFlexShrink msGridColumn msGridColumnSpan msGridRow msGridRowSpan WebkitAnimationIterationCount WebkitBoxFlex WebKitBoxFlexGroup WebkitBoxOrdinalGroup WebkitColumnCount WebkitColumns WebkitFlex WebkitFlexGrow WebkitFlexPositive WebkitFlexShrink WebkitLineClamp".split(" "));function $u(e,t,a){var l=t.indexOf("--")===0;a==null||typeof a=="boolean"||a===""?l?e.setProperty(t,""):t==="float"?e.cssFloat="":e[t]="":l?e.setProperty(t,a):typeof a!="number"||a===0||Wm.has(t)?t==="float"?e.cssFloat=a:e[t]=(""+a).trim():e[t]=a+"px"}function Yu(e,t,a){if(t!=null&&typeof t!="object")throw Error(c(62));if(e=e.style,a!=null){for(var l in a)!a.hasOwnProperty(l)||t!=null&&t.hasOwnProperty(l)||(l.indexOf("--")===0?e.setProperty(l,""):l==="float"?e.cssFloat="":e[l]="");for(var s in t)l=t[s],t.hasOwnProperty(s)&&a[s]!==l&&$u(e,s,l)}else for(var i in t)t.hasOwnProperty(i)&&$u(e,i,t[i])}function Gr(e){if(e.indexOf("-")===-1)return!1;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 Fm=new Map([["acceptCharset","accept-charset"],["htmlFor","for"],["httpEquiv","http-equiv"],["crossOrigin","crossorigin"],["accentHeight","accent-height"],["alignmentBaseline","alignment-baseline"],["arabicForm","arabic-form"],["baselineShift","baseline-shift"],["capHeight","cap-height"],["clipPath","clip-path"],["clipRule","clip-rule"],["colorInterpolation","color-interpolation"],["colorInterpolationFilters","color-interpolation-filters"],["colorProfile","color-profile"],["colorRendering","color-rendering"],["dominantBaseline","dominant-baseline"],["enableBackground","enable-background"],["fillOpacity","fill-opacity"],["fillRule","fill-rule"],["floodColor","flood-color"],["floodOpacity","flood-opacity"],["fontFamily","font-family"],["fontSize","font-size"],["fontSizeAdjust","font-size-adjust"],["fontStretch","font-stretch"],["fontStyle","font-style"],["fontVariant","font-variant"],["fontWeight","font-weight"],["glyphName","glyph-name"],["glyphOrientationHorizontal","glyph-orientation-horizontal"],["glyphOrientationVertical","glyph-orientation-vertical"],["horizAdvX","horiz-adv-x"],["horizOriginX","horiz-origin-x"],["imageRendering","image-rendering"],["letterSpacing","letter-spacing"],["lightingColor","lighting-color"],["markerEnd","marker-end"],["markerMid","marker-mid"],["markerStart","marker-start"],["overlinePosition","overline-position"],["overlineThickness","overline-thickness"],["paintOrder","paint-order"],["panose-1","panose-1"],["pointerEvents","pointer-events"],["renderingIntent","rendering-intent"],["shapeRendering","shape-rendering"],["stopColor","stop-color"],["stopOpacity","stop-opacity"],["strikethroughPosition","strikethrough-position"],["strikethroughThickness","strikethrough-thickness"],["strokeDasharray","stroke-dasharray"],["strokeDashoffset","stroke-dashoffset"],["strokeLinecap","stroke-linecap"],["strokeLinejoin","stroke-linejoin"],["strokeMiterlimit","stroke-miterlimit"],["strokeOpacity","stroke-opacity"],["strokeWidth","stroke-width"],["textAnchor","text-anchor"],["textDecoration","text-decoration"],["textRendering","text-rendering"],["transformOrigin","transform-origin"],["underlinePosition","underline-position"],["underlineThickness","underline-thickness"],["unicodeBidi","unicode-bidi"],["unicodeRange","unicode-range"],["unitsPerEm","units-per-em"],["vAlphabetic","v-alphabetic"],["vHanging","v-hanging"],["vIdeographic","v-ideographic"],["vMathematical","v-mathematical"],["vectorEffect","vector-effect"],["vertAdvY","vert-adv-y"],["vertOriginX","vert-origin-x"],["vertOriginY","vert-origin-y"],["wordSpacing","word-spacing"],["writingMode","writing-mode"],["xmlnsXlink","xmlns:xlink"],["xHeight","x-height"]]),Pm=/^[\u0000-\u001F ]*j[\r\n\t]*a[\r\n\t]*v[\r\n\t]*a[\r\n\t]*s[\r\n\t]*c[\r\n\t]*r[\r\n\t]*i[\r\n\t]*p[\r\n\t]*t[\r\n\t]*:/i;function os(e){return Pm.test(""+e)?"javascript:throw new Error('React has blocked a javascript: URL as a security precaution.')":e}function Wt(){}var Vr=null;function Xr(e){return e=e.target||e.srcElement||window,e.correspondingUseElement&&(e=e.correspondingUseElement),e.nodeType===3?e.parentNode:e}var ml=null,xl=null;function Gu(e){var t=cl(e);if(t&&(e=t.stateNode)){var a=e[ct]||null;e:switch(e=t.stateNode,t.type){case"input":if($r(e,a.value,a.defaultValue,a.defaultValue,a.checked,a.defaultChecked,a.type,a.name),t=a.name,a.type==="radio"&&t!=null){for(a=e;a.parentNode;)a=a.parentNode;for(a=a.querySelectorAll('input[name="'+Ct(""+t)+'"][type="radio"]'),t=0;t<a.length;t++){var l=a[t];if(l!==e&&l.form===e.form){var s=l[ct]||null;if(!s)throw Error(c(90));$r(l,s.value,s.defaultValue,s.defaultValue,s.checked,s.defaultChecked,s.type,s.name)}}for(t=0;t<a.length;t++)l=a[t],l.form===e.form&&Hu(l)}break e;case"textarea":qu(e,a.value,a.defaultValue);break e;case"select":t=a.value,t!=null&&dl(e,!!a.multiple,t,!1)}}}var Qr=!1;function Vu(e,t,a){if(Qr)return e(t,a);Qr=!0;try{var l=e(t);return l}finally{if(Qr=!1,(ml!==null||xl!==null)&&(Fs(),ml&&(t=ml,e=xl,xl=ml=null,Gu(t),e)))for(t=0;t<e.length;t++)Gu(e[t])}}function an(e,t){var a=e.stateNode;if(a===null)return null;var l=a[ct]||null;if(l===null)return null;a=l[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":(l=!l.disabled)||(e=e.type,l=!(e==="button"||e==="input"||e==="select"||e==="textarea")),e=!l;break e;default:e=!1}if(e)return null;if(a&&typeof a!="function")throw Error(c(231,t,typeof a));return a}var Ft=!(typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"),Zr=!1;if(Ft)try{var ln={};Object.defineProperty(ln,"passive",{get:function(){Zr=!0}}),window.addEventListener("test",ln,ln),window.removeEventListener("test",ln,ln)}catch{Zr=!1}var pa=null,Kr=null,ds=null;function Xu(){if(ds)return ds;var e,t=Kr,a=t.length,l,s="value"in pa?pa.value:pa.textContent,i=s.length;for(e=0;e<a&&t[e]===s[e];e++);var d=a-e;for(l=1;l<=d&&t[a-l]===s[i-l];l++);return ds=s.slice(e,1<l?1-l:void 0)}function fs(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 ms(){return!0}function Qu(){return!1}function ut(e){function t(a,l,s,i,d){this._reactName=a,this._targetInst=s,this.type=l,this.nativeEvent=i,this.target=d,this.currentTarget=null;for(var g in e)e.hasOwnProperty(g)&&(a=e[g],this[g]=a?a(i):i[g]);return this.isDefaultPrevented=(i.defaultPrevented!=null?i.defaultPrevented:i.returnValue===!1)?ms:Qu,this.isPropagationStopped=Qu,this}return y(t.prototype,{preventDefault:function(){this.defaultPrevented=!0;var a=this.nativeEvent;a&&(a.preventDefault?a.preventDefault():typeof a.returnValue!="unknown"&&(a.returnValue=!1),this.isDefaultPrevented=ms)},stopPropagation:function(){var a=this.nativeEvent;a&&(a.stopPropagation?a.stopPropagation():typeof a.cancelBubble!="unknown"&&(a.cancelBubble=!0),this.isPropagationStopped=ms)},persist:function(){},isPersistent:ms}),t}var Va={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(e){return e.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},xs=ut(Va),nn=y({},Va,{view:0,detail:0}),Im=ut(nn),Jr,Wr,sn,hs=y({},nn,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:Pr,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!==sn&&(sn&&e.type==="mousemove"?(Jr=e.screenX-sn.screenX,Wr=e.screenY-sn.screenY):Wr=Jr=0,sn=e),Jr)},movementY:function(e){return"movementY"in e?e.movementY:Wr}}),Zu=ut(hs),ex=y({},hs,{dataTransfer:0}),tx=ut(ex),ax=y({},nn,{relatedTarget:0}),Fr=ut(ax),lx=y({},Va,{animationName:0,elapsedTime:0,pseudoElement:0}),nx=ut(lx),sx=y({},Va,{clipboardData:function(e){return"clipboardData"in e?e.clipboardData:window.clipboardData}}),rx=ut(sx),ix=y({},Va,{data:0}),Ku=ut(ix),cx={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},ux={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"},ox={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function dx(e){var t=this.nativeEvent;return t.getModifierState?t.getModifierState(e):(e=ox[e])?!!t[e]:!1}function Pr(){return dx}var fx=y({},nn,{key:function(e){if(e.key){var t=cx[e.key]||e.key;if(t!=="Unidentified")return t}return e.type==="keypress"?(e=fs(e),e===13?"Enter":String.fromCharCode(e)):e.type==="keydown"||e.type==="keyup"?ux[e.keyCode]||"Unidentified":""},code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:Pr,charCode:function(e){return e.type==="keypress"?fs(e):0},keyCode:function(e){return e.type==="keydown"||e.type==="keyup"?e.keyCode:0},which:function(e){return e.type==="keypress"?fs(e):e.type==="keydown"||e.type==="keyup"?e.keyCode:0}}),mx=ut(fx),xx=y({},hs,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0}),Ju=ut(xx),hx=y({},nn,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:Pr}),gx=ut(hx),px=y({},Va,{propertyName:0,elapsedTime:0,pseudoElement:0}),yx=ut(px),vx=y({},hs,{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}),bx=ut(vx),jx=y({},Va,{newState:0,oldState:0}),Nx=ut(jx),Sx=[9,13,27,32],Ir=Ft&&"CompositionEvent"in window,rn=null;Ft&&"documentMode"in document&&(rn=document.documentMode);var Ex=Ft&&"TextEvent"in window&&!rn,Wu=Ft&&(!Ir||rn&&8<rn&&11>=rn),Fu=" ",Pu=!1;function Iu(e,t){switch(e){case"keyup":return Sx.indexOf(t.keyCode)!==-1;case"keydown":return t.keyCode!==229;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function eo(e){return e=e.detail,typeof e=="object"&&"data"in e?e.data:null}var hl=!1;function Tx(e,t){switch(e){case"compositionend":return eo(t);case"keypress":return t.which!==32?null:(Pu=!0,Fu);case"textInput":return e=t.data,e===Fu&&Pu?null:e;default:return null}}function Cx(e,t){if(hl)return e==="compositionend"||!Ir&&Iu(e,t)?(e=Xu(),ds=Kr=pa=null,hl=!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 Wu&&t.locale!=="ko"?null:t.data;default:return null}}var wx={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 to(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t==="input"?!!wx[e.type]:t==="textarea"}function ao(e,t,a,l){ml?xl?xl.push(l):xl=[l]:ml=l,t=nr(t,"onChange"),0<t.length&&(a=new xs("onChange","change",null,a,l),e.push({event:a,listeners:t}))}var cn=null,un=null;function Ax(e){kf(e,0)}function gs(e){var t=tn(e);if(Hu(t))return e}function lo(e,t){if(e==="change")return t}var no=!1;if(Ft){var ei;if(Ft){var ti="oninput"in document;if(!ti){var so=document.createElement("div");so.setAttribute("oninput","return;"),ti=typeof so.oninput=="function"}ei=ti}else ei=!1;no=ei&&(!document.documentMode||9<document.documentMode)}function ro(){cn&&(cn.detachEvent("onpropertychange",io),un=cn=null)}function io(e){if(e.propertyName==="value"&&gs(un)){var t=[];ao(t,un,e,Xr(e)),Vu(Ax,t)}}function Mx(e,t,a){e==="focusin"?(ro(),cn=t,un=a,cn.attachEvent("onpropertychange",io)):e==="focusout"&&ro()}function Rx(e){if(e==="selectionchange"||e==="keyup"||e==="keydown")return gs(un)}function zx(e,t){if(e==="click")return gs(t)}function _x(e,t){if(e==="input"||e==="change")return gs(t)}function Dx(e,t){return e===t&&(e!==0||1/e===1/t)||e!==e&&t!==t}var yt=typeof Object.is=="function"?Object.is:Dx;function on(e,t){if(yt(e,t))return!0;if(typeof e!="object"||e===null||typeof t!="object"||t===null)return!1;var a=Object.keys(e),l=Object.keys(t);if(a.length!==l.length)return!1;for(l=0;l<a.length;l++){var s=a[l];if(!_r.call(t,s)||!yt(e[s],t[s]))return!1}return!0}function co(e){for(;e&&e.firstChild;)e=e.firstChild;return e}function uo(e,t){var a=co(e);e=0;for(var l;a;){if(a.nodeType===3){if(l=e+a.textContent.length,e<=t&&l>=t)return{node:a,offset:t-e};e=l}e:{for(;a;){if(a.nextSibling){a=a.nextSibling;break e}a=a.parentNode}a=void 0}a=co(a)}}function oo(e,t){return e&&t?e===t?!0:e&&e.nodeType===3?!1:t&&t.nodeType===3?oo(e,t.parentNode):"contains"in e?e.contains(t):e.compareDocumentPosition?!!(e.compareDocumentPosition(t)&16):!1:!1}function fo(e){e=e!=null&&e.ownerDocument!=null&&e.ownerDocument.defaultView!=null?e.ownerDocument.defaultView:window;for(var t=us(e.document);t instanceof e.HTMLIFrameElement;){try{var a=typeof t.contentWindow.location.href=="string"}catch{a=!1}if(a)e=t.contentWindow;else break;t=us(e.document)}return t}function ai(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")}var Ox=Ft&&"documentMode"in document&&11>=document.documentMode,gl=null,li=null,dn=null,ni=!1;function mo(e,t,a){var l=a.window===a?a.document:a.nodeType===9?a:a.ownerDocument;ni||gl==null||gl!==us(l)||(l=gl,"selectionStart"in l&&ai(l)?l={start:l.selectionStart,end:l.selectionEnd}:(l=(l.ownerDocument&&l.ownerDocument.defaultView||window).getSelection(),l={anchorNode:l.anchorNode,anchorOffset:l.anchorOffset,focusNode:l.focusNode,focusOffset:l.focusOffset}),dn&&on(dn,l)||(dn=l,l=nr(li,"onSelect"),0<l.length&&(t=new xs("onSelect","select",null,t,a),e.push({event:t,listeners:l}),t.target=gl)))}function Xa(e,t){var a={};return a[e.toLowerCase()]=t.toLowerCase(),a["Webkit"+e]="webkit"+t,a["Moz"+e]="moz"+t,a}var pl={animationend:Xa("Animation","AnimationEnd"),animationiteration:Xa("Animation","AnimationIteration"),animationstart:Xa("Animation","AnimationStart"),transitionrun:Xa("Transition","TransitionRun"),transitionstart:Xa("Transition","TransitionStart"),transitioncancel:Xa("Transition","TransitionCancel"),transitionend:Xa("Transition","TransitionEnd")},si={},xo={};Ft&&(xo=document.createElement("div").style,"AnimationEvent"in window||(delete pl.animationend.animation,delete pl.animationiteration.animation,delete pl.animationstart.animation),"TransitionEvent"in window||delete pl.transitionend.transition);function Qa(e){if(si[e])return si[e];if(!pl[e])return e;var t=pl[e],a;for(a in t)if(t.hasOwnProperty(a)&&a in xo)return si[e]=t[a];return e}var ho=Qa("animationend"),go=Qa("animationiteration"),po=Qa("animationstart"),Ux=Qa("transitionrun"),Lx=Qa("transitionstart"),Hx=Qa("transitioncancel"),yo=Qa("transitionend"),vo=new Map,ri="abort auxClick beforeToggle 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(" ");ri.push("scrollEnd");function Ht(e,t){vo.set(e,t),Ga(t,[e])}var ps=typeof reportError=="function"?reportError:function(e){if(typeof window=="object"&&typeof window.ErrorEvent=="function"){var t=new window.ErrorEvent("error",{bubbles:!0,cancelable:!0,message:typeof e=="object"&&e!==null&&typeof e.message=="string"?String(e.message):String(e),error:e});if(!window.dispatchEvent(t))return}else if(typeof process=="object"&&typeof process.emit=="function"){process.emit("uncaughtException",e);return}console.error(e)},wt=[],yl=0,ii=0;function ys(){for(var e=yl,t=ii=yl=0;t<e;){var a=wt[t];wt[t++]=null;var l=wt[t];wt[t++]=null;var s=wt[t];wt[t++]=null;var i=wt[t];if(wt[t++]=null,l!==null&&s!==null){var d=l.pending;d===null?s.next=s:(s.next=d.next,d.next=s),l.pending=s}i!==0&&bo(a,s,i)}}function vs(e,t,a,l){wt[yl++]=e,wt[yl++]=t,wt[yl++]=a,wt[yl++]=l,ii|=l,e.lanes|=l,e=e.alternate,e!==null&&(e.lanes|=l)}function ci(e,t,a,l){return vs(e,t,a,l),bs(e)}function Za(e,t){return vs(e,null,null,t),bs(e)}function bo(e,t,a){e.lanes|=a;var l=e.alternate;l!==null&&(l.lanes|=a);for(var s=!1,i=e.return;i!==null;)i.childLanes|=a,l=i.alternate,l!==null&&(l.childLanes|=a),i.tag===22&&(e=i.stateNode,e===null||e._visibility&1||(s=!0)),e=i,i=i.return;return e.tag===3?(i=e.stateNode,s&&t!==null&&(s=31-pt(a),e=i.hiddenUpdates,l=e[s],l===null?e[s]=[t]:l.push(t),t.lane=a|536870912),i):null}function bs(e){if(50<Dn)throw Dn=0,pc=null,Error(c(185));for(var t=e.return;t!==null;)e=t,t=e.return;return e.tag===3?e.stateNode:null}var vl={};function Bx(e,t,a,l){this.tag=e,this.key=a,this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null,this.index=0,this.refCleanup=this.ref=null,this.pendingProps=t,this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null,this.mode=l,this.subtreeFlags=this.flags=0,this.deletions=null,this.childLanes=this.lanes=0,this.alternate=null}function vt(e,t,a,l){return new Bx(e,t,a,l)}function ui(e){return e=e.prototype,!(!e||!e.isReactComponent)}function Pt(e,t){var a=e.alternate;return a===null?(a=vt(e.tag,t,e.key,e.mode),a.elementType=e.elementType,a.type=e.type,a.stateNode=e.stateNode,a.alternate=e,e.alternate=a):(a.pendingProps=t,a.type=e.type,a.flags=0,a.subtreeFlags=0,a.deletions=null),a.flags=e.flags&65011712,a.childLanes=e.childLanes,a.lanes=e.lanes,a.child=e.child,a.memoizedProps=e.memoizedProps,a.memoizedState=e.memoizedState,a.updateQueue=e.updateQueue,t=e.dependencies,a.dependencies=t===null?null:{lanes:t.lanes,firstContext:t.firstContext},a.sibling=e.sibling,a.index=e.index,a.ref=e.ref,a.refCleanup=e.refCleanup,a}function jo(e,t){e.flags&=65011714;var a=e.alternate;return a===null?(e.childLanes=0,e.lanes=t,e.child=null,e.subtreeFlags=0,e.memoizedProps=null,e.memoizedState=null,e.updateQueue=null,e.dependencies=null,e.stateNode=null):(e.childLanes=a.childLanes,e.lanes=a.lanes,e.child=a.child,e.subtreeFlags=0,e.deletions=null,e.memoizedProps=a.memoizedProps,e.memoizedState=a.memoizedState,e.updateQueue=a.updateQueue,e.type=a.type,t=a.dependencies,e.dependencies=t===null?null:{lanes:t.lanes,firstContext:t.firstContext}),e}function js(e,t,a,l,s,i){var d=0;if(l=e,typeof e=="function")ui(e)&&(d=1);else if(typeof e=="string")d=Gh(e,a,P.current)?26:e==="html"||e==="head"||e==="body"?27:5;else e:switch(e){case H:return e=vt(31,a,t,s),e.elementType=H,e.lanes=i,e;case O:return Ka(a.children,s,i,t);case j:d=8,s|=24;break;case w:return e=vt(12,a,t,s|2),e.elementType=w,e.lanes=i,e;case V:return e=vt(13,a,t,s),e.elementType=V,e.lanes=i,e;case ae:return e=vt(19,a,t,s),e.elementType=ae,e.lanes=i,e;default:if(typeof e=="object"&&e!==null)switch(e.$$typeof){case L:d=10;break e;case A:d=9;break e;case W:d=11;break e;case Z:d=14;break e;case K:d=16,l=null;break e}d=29,a=Error(c(130,e===null?"null":typeof e,"")),l=null}return t=vt(d,a,t,s),t.elementType=e,t.type=l,t.lanes=i,t}function Ka(e,t,a,l){return e=vt(7,e,l,t),e.lanes=a,e}function oi(e,t,a){return e=vt(6,e,null,t),e.lanes=a,e}function No(e){var t=vt(18,null,null,0);return t.stateNode=e,t}function di(e,t,a){return t=vt(4,e.children!==null?e.children:[],e.key,t),t.lanes=a,t.stateNode={containerInfo:e.containerInfo,pendingChildren:null,implementation:e.implementation},t}var So=new WeakMap;function At(e,t){if(typeof e=="object"&&e!==null){var a=So.get(e);return a!==void 0?a:(t={value:e,source:t,stack:ju(t)},So.set(e,t),t)}return{value:e,source:t,stack:ju(t)}}var bl=[],jl=0,Ns=null,fn=0,Mt=[],Rt=0,ya=null,$t=1,Yt="";function It(e,t){bl[jl++]=fn,bl[jl++]=Ns,Ns=e,fn=t}function Eo(e,t,a){Mt[Rt++]=$t,Mt[Rt++]=Yt,Mt[Rt++]=ya,ya=e;var l=$t;e=Yt;var s=32-pt(l)-1;l&=~(1<<s),a+=1;var i=32-pt(t)+s;if(30<i){var d=s-s%5;i=(l&(1<<d)-1).toString(32),l>>=d,s-=d,$t=1<<32-pt(t)+s|a<<s|l,Yt=i+e}else $t=1<<i|a<<s|l,Yt=e}function fi(e){e.return!==null&&(It(e,1),Eo(e,1,0))}function mi(e){for(;e===Ns;)Ns=bl[--jl],bl[jl]=null,fn=bl[--jl],bl[jl]=null;for(;e===ya;)ya=Mt[--Rt],Mt[Rt]=null,Yt=Mt[--Rt],Mt[Rt]=null,$t=Mt[--Rt],Mt[Rt]=null}function To(e,t){Mt[Rt++]=$t,Mt[Rt++]=Yt,Mt[Rt++]=ya,$t=t.id,Yt=t.overflow,ya=e}var et=null,De=null,pe=!1,va=null,zt=!1,xi=Error(c(519));function ba(e){var t=Error(c(418,1<arguments.length&&arguments[1]!==void 0&&arguments[1]?"text":"HTML",""));throw mn(At(t,e)),xi}function Co(e){var t=e.stateNode,a=e.type,l=e.memoizedProps;switch(t[Ie]=e,t[ct]=l,a){case"dialog":xe("cancel",t),xe("close",t);break;case"iframe":case"object":case"embed":xe("load",t);break;case"video":case"audio":for(a=0;a<Un.length;a++)xe(Un[a],t);break;case"source":xe("error",t);break;case"img":case"image":case"link":xe("error",t),xe("load",t);break;case"details":xe("toggle",t);break;case"input":xe("invalid",t),Bu(t,l.value,l.defaultValue,l.checked,l.defaultChecked,l.type,l.name,!0);break;case"select":xe("invalid",t);break;case"textarea":xe("invalid",t),ku(t,l.value,l.defaultValue,l.children)}a=l.children,typeof a!="string"&&typeof a!="number"&&typeof a!="bigint"||t.textContent===""+a||l.suppressHydrationWarning===!0||Vf(t.textContent,a)?(l.popover!=null&&(xe("beforetoggle",t),xe("toggle",t)),l.onScroll!=null&&xe("scroll",t),l.onScrollEnd!=null&&xe("scrollend",t),l.onClick!=null&&(t.onclick=Wt),t=!0):t=!1,t||ba(e,!0)}function wo(e){for(et=e.return;et;)switch(et.tag){case 5:case 31:case 13:zt=!1;return;case 27:case 3:zt=!0;return;default:et=et.return}}function Nl(e){if(e!==et)return!1;if(!pe)return wo(e),pe=!0,!1;var t=e.tag,a;if((a=t!==3&&t!==27)&&((a=t===5)&&(a=e.type,a=!(a!=="form"&&a!=="button")||_c(e.type,e.memoizedProps)),a=!a),a&&De&&ba(e),wo(e),t===13){if(e=e.memoizedState,e=e!==null?e.dehydrated:null,!e)throw Error(c(317));De=If(e)}else if(t===31){if(e=e.memoizedState,e=e!==null?e.dehydrated:null,!e)throw Error(c(317));De=If(e)}else t===27?(t=De,Oa(e.type)?(e=Hc,Hc=null,De=e):De=t):De=et?Dt(e.stateNode.nextSibling):null;return!0}function Ja(){De=et=null,pe=!1}function hi(){var e=va;return e!==null&&(mt===null?mt=e:mt.push.apply(mt,e),va=null),e}function mn(e){va===null?va=[e]:va.push(e)}var gi=S(null),Wa=null,ea=null;function ja(e,t,a){Q(gi,t._currentValue),t._currentValue=a}function ta(e){e._currentValue=gi.current,$(gi)}function pi(e,t,a){for(;e!==null;){var l=e.alternate;if((e.childLanes&t)!==t?(e.childLanes|=t,l!==null&&(l.childLanes|=t)):l!==null&&(l.childLanes&t)!==t&&(l.childLanes|=t),e===a)break;e=e.return}}function yi(e,t,a,l){var s=e.child;for(s!==null&&(s.return=e);s!==null;){var i=s.dependencies;if(i!==null){var d=s.child;i=i.firstContext;e:for(;i!==null;){var g=i;i=s;for(var E=0;E<t.length;E++)if(g.context===t[E]){i.lanes|=a,g=i.alternate,g!==null&&(g.lanes|=a),pi(i.return,a,e),l||(d=null);break e}i=g.next}}else if(s.tag===18){if(d=s.return,d===null)throw Error(c(341));d.lanes|=a,i=d.alternate,i!==null&&(i.lanes|=a),pi(d,a,e),d=null}else d=s.child;if(d!==null)d.return=s;else for(d=s;d!==null;){if(d===e){d=null;break}if(s=d.sibling,s!==null){s.return=d.return,d=s;break}d=d.return}s=d}}function Sl(e,t,a,l){e=null;for(var s=t,i=!1;s!==null;){if(!i){if((s.flags&524288)!==0)i=!0;else if((s.flags&262144)!==0)break}if(s.tag===10){var d=s.alternate;if(d===null)throw Error(c(387));if(d=d.memoizedProps,d!==null){var g=s.type;yt(s.pendingProps.value,d.value)||(e!==null?e.push(g):e=[g])}}else if(s===ee.current){if(d=s.alternate,d===null)throw Error(c(387));d.memoizedState.memoizedState!==s.memoizedState.memoizedState&&(e!==null?e.push(kn):e=[kn])}s=s.return}e!==null&&yi(t,e,a,l),t.flags|=262144}function Ss(e){for(e=e.firstContext;e!==null;){if(!yt(e.context._currentValue,e.memoizedValue))return!0;e=e.next}return!1}function Fa(e){Wa=e,ea=null,e=e.dependencies,e!==null&&(e.firstContext=null)}function tt(e){return Ao(Wa,e)}function Es(e,t){return Wa===null&&Fa(e),Ao(e,t)}function Ao(e,t){var a=t._currentValue;if(t={context:t,memoizedValue:a,next:null},ea===null){if(e===null)throw Error(c(308));ea=t,e.dependencies={lanes:0,firstContext:t},e.flags|=524288}else ea=ea.next=t;return a}var qx=typeof AbortController<"u"?AbortController:function(){var e=[],t=this.signal={aborted:!1,addEventListener:function(a,l){e.push(l)}};this.abort=function(){t.aborted=!0,e.forEach(function(a){return a()})}},kx=r.unstable_scheduleCallback,$x=r.unstable_NormalPriority,Ve={$$typeof:L,Consumer:null,Provider:null,_currentValue:null,_currentValue2:null,_threadCount:0};function vi(){return{controller:new qx,data:new Map,refCount:0}}function xn(e){e.refCount--,e.refCount===0&&kx($x,function(){e.controller.abort()})}var hn=null,bi=0,El=0,Tl=null;function Yx(e,t){if(hn===null){var a=hn=[];bi=0,El=Sc(),Tl={status:"pending",value:void 0,then:function(l){a.push(l)}}}return bi++,t.then(Mo,Mo),t}function Mo(){if(--bi===0&&hn!==null){Tl!==null&&(Tl.status="fulfilled");var e=hn;hn=null,El=0,Tl=null;for(var t=0;t<e.length;t++)(0,e[t])()}}function Gx(e,t){var a=[],l={status:"pending",value:null,reason:null,then:function(s){a.push(s)}};return e.then(function(){l.status="fulfilled",l.value=t;for(var s=0;s<a.length;s++)(0,a[s])(t)},function(s){for(l.status="rejected",l.reason=s,s=0;s<a.length;s++)(0,a[s])(void 0)}),l}var Ro=q.S;q.S=function(e,t){xf=ht(),typeof t=="object"&&t!==null&&typeof t.then=="function"&&Yx(e,t),Ro!==null&&Ro(e,t)};var Pa=S(null);function ji(){var e=Pa.current;return e!==null?e:ze.pooledCache}function Ts(e,t){t===null?Q(Pa,Pa.current):Q(Pa,t.pool)}function zo(){var e=ji();return e===null?null:{parent:Ve._currentValue,pool:e}}var Cl=Error(c(460)),Ni=Error(c(474)),Cs=Error(c(542)),ws={then:function(){}};function _o(e){return e=e.status,e==="fulfilled"||e==="rejected"}function Do(e,t,a){switch(a=e[a],a===void 0?e.push(t):a!==t&&(t.then(Wt,Wt),t=a),t.status){case"fulfilled":return t.value;case"rejected":throw e=t.reason,Uo(e),e;default:if(typeof t.status=="string")t.then(Wt,Wt);else{if(e=ze,e!==null&&100<e.shellSuspendCounter)throw Error(c(482));e=t,e.status="pending",e.then(function(l){if(t.status==="pending"){var s=t;s.status="fulfilled",s.value=l}},function(l){if(t.status==="pending"){var s=t;s.status="rejected",s.reason=l}})}switch(t.status){case"fulfilled":return t.value;case"rejected":throw e=t.reason,Uo(e),e}throw el=t,Cl}}function Ia(e){try{var t=e._init;return t(e._payload)}catch(a){throw a!==null&&typeof a=="object"&&typeof a.then=="function"?(el=a,Cl):a}}var el=null;function Oo(){if(el===null)throw Error(c(459));var e=el;return el=null,e}function Uo(e){if(e===Cl||e===Cs)throw Error(c(483))}var wl=null,gn=0;function As(e){var t=gn;return gn+=1,wl===null&&(wl=[]),Do(wl,e,t)}function pn(e,t){t=t.props.ref,e.ref=t!==void 0?t:null}function Ms(e,t){throw t.$$typeof===T?Error(c(525)):(e=Object.prototype.toString.call(t),Error(c(31,e==="[object Object]"?"object with keys {"+Object.keys(t).join(", ")+"}":e)))}function Lo(e){function t(M,C){if(e){var R=M.deletions;R===null?(M.deletions=[C],M.flags|=16):R.push(C)}}function a(M,C){if(!e)return null;for(;C!==null;)t(M,C),C=C.sibling;return null}function l(M){for(var C=new Map;M!==null;)M.key!==null?C.set(M.key,M):C.set(M.index,M),M=M.sibling;return C}function s(M,C){return M=Pt(M,C),M.index=0,M.sibling=null,M}function i(M,C,R){return M.index=R,e?(R=M.alternate,R!==null?(R=R.index,R<C?(M.flags|=67108866,C):R):(M.flags|=67108866,C)):(M.flags|=1048576,C)}function d(M){return e&&M.alternate===null&&(M.flags|=67108866),M}function g(M,C,R,Y){return C===null||C.tag!==6?(C=oi(R,M.mode,Y),C.return=M,C):(C=s(C,R),C.return=M,C)}function E(M,C,R,Y){var le=R.type;return le===O?k(M,C,R.props.children,Y,R.key):C!==null&&(C.elementType===le||typeof le=="object"&&le!==null&&le.$$typeof===K&&Ia(le)===C.type)?(C=s(C,R.props),pn(C,R),C.return=M,C):(C=js(R.type,R.key,R.props,null,M.mode,Y),pn(C,R),C.return=M,C)}function z(M,C,R,Y){return C===null||C.tag!==4||C.stateNode.containerInfo!==R.containerInfo||C.stateNode.implementation!==R.implementation?(C=di(R,M.mode,Y),C.return=M,C):(C=s(C,R.children||[]),C.return=M,C)}function k(M,C,R,Y,le){return C===null||C.tag!==7?(C=Ka(R,M.mode,Y,le),C.return=M,C):(C=s(C,R),C.return=M,C)}function G(M,C,R){if(typeof C=="string"&&C!==""||typeof C=="number"||typeof C=="bigint")return C=oi(""+C,M.mode,R),C.return=M,C;if(typeof C=="object"&&C!==null){switch(C.$$typeof){case _:return R=js(C.type,C.key,C.props,null,M.mode,R),pn(R,C),R.return=M,R;case D:return C=di(C,M.mode,R),C.return=M,C;case K:return C=Ia(C),G(M,C,R)}if(je(C)||Ee(C))return C=Ka(C,M.mode,R,null),C.return=M,C;if(typeof C.then=="function")return G(M,As(C),R);if(C.$$typeof===L)return G(M,Es(M,C),R);Ms(M,C)}return null}function U(M,C,R,Y){var le=C!==null?C.key:null;if(typeof R=="string"&&R!==""||typeof R=="number"||typeof R=="bigint")return le!==null?null:g(M,C,""+R,Y);if(typeof R=="object"&&R!==null){switch(R.$$typeof){case _:return R.key===le?E(M,C,R,Y):null;case D:return R.key===le?z(M,C,R,Y):null;case K:return R=Ia(R),U(M,C,R,Y)}if(je(R)||Ee(R))return le!==null?null:k(M,C,R,Y,null);if(typeof R.then=="function")return U(M,C,As(R),Y);if(R.$$typeof===L)return U(M,C,Es(M,R),Y);Ms(M,R)}return null}function B(M,C,R,Y,le){if(typeof Y=="string"&&Y!==""||typeof Y=="number"||typeof Y=="bigint")return M=M.get(R)||null,g(C,M,""+Y,le);if(typeof Y=="object"&&Y!==null){switch(Y.$$typeof){case _:return M=M.get(Y.key===null?R:Y.key)||null,E(C,M,Y,le);case D:return M=M.get(Y.key===null?R:Y.key)||null,z(C,M,Y,le);case K:return Y=Ia(Y),B(M,C,R,Y,le)}if(je(Y)||Ee(Y))return M=M.get(R)||null,k(C,M,Y,le,null);if(typeof Y.then=="function")return B(M,C,R,As(Y),le);if(Y.$$typeof===L)return B(M,C,R,Es(C,Y),le);Ms(C,Y)}return null}function F(M,C,R,Y){for(var le=null,ve=null,te=C,de=C=0,ge=null;te!==null&&de<R.length;de++){te.index>de?(ge=te,te=null):ge=te.sibling;var be=U(M,te,R[de],Y);if(be===null){te===null&&(te=ge);break}e&&te&&be.alternate===null&&t(M,te),C=i(be,C,de),ve===null?le=be:ve.sibling=be,ve=be,te=ge}if(de===R.length)return a(M,te),pe&&It(M,de),le;if(te===null){for(;de<R.length;de++)te=G(M,R[de],Y),te!==null&&(C=i(te,C,de),ve===null?le=te:ve.sibling=te,ve=te);return pe&&It(M,de),le}for(te=l(te);de<R.length;de++)ge=B(te,M,de,R[de],Y),ge!==null&&(e&&ge.alternate!==null&&te.delete(ge.key===null?de:ge.key),C=i(ge,C,de),ve===null?le=ge:ve.sibling=ge,ve=ge);return e&&te.forEach(function(qa){return t(M,qa)}),pe&&It(M,de),le}function se(M,C,R,Y){if(R==null)throw Error(c(151));for(var le=null,ve=null,te=C,de=C=0,ge=null,be=R.next();te!==null&&!be.done;de++,be=R.next()){te.index>de?(ge=te,te=null):ge=te.sibling;var qa=U(M,te,be.value,Y);if(qa===null){te===null&&(te=ge);break}e&&te&&qa.alternate===null&&t(M,te),C=i(qa,C,de),ve===null?le=qa:ve.sibling=qa,ve=qa,te=ge}if(be.done)return a(M,te),pe&&It(M,de),le;if(te===null){for(;!be.done;de++,be=R.next())be=G(M,be.value,Y),be!==null&&(C=i(be,C,de),ve===null?le=be:ve.sibling=be,ve=be);return pe&&It(M,de),le}for(te=l(te);!be.done;de++,be=R.next())be=B(te,M,de,be.value,Y),be!==null&&(e&&be.alternate!==null&&te.delete(be.key===null?de:be.key),C=i(be,C,de),ve===null?le=be:ve.sibling=be,ve=be);return e&&te.forEach(function(eg){return t(M,eg)}),pe&&It(M,de),le}function Me(M,C,R,Y){if(typeof R=="object"&&R!==null&&R.type===O&&R.key===null&&(R=R.props.children),typeof R=="object"&&R!==null){switch(R.$$typeof){case _:e:{for(var le=R.key;C!==null;){if(C.key===le){if(le=R.type,le===O){if(C.tag===7){a(M,C.sibling),Y=s(C,R.props.children),Y.return=M,M=Y;break e}}else if(C.elementType===le||typeof le=="object"&&le!==null&&le.$$typeof===K&&Ia(le)===C.type){a(M,C.sibling),Y=s(C,R.props),pn(Y,R),Y.return=M,M=Y;break e}a(M,C);break}else t(M,C);C=C.sibling}R.type===O?(Y=Ka(R.props.children,M.mode,Y,R.key),Y.return=M,M=Y):(Y=js(R.type,R.key,R.props,null,M.mode,Y),pn(Y,R),Y.return=M,M=Y)}return d(M);case D:e:{for(le=R.key;C!==null;){if(C.key===le)if(C.tag===4&&C.stateNode.containerInfo===R.containerInfo&&C.stateNode.implementation===R.implementation){a(M,C.sibling),Y=s(C,R.children||[]),Y.return=M,M=Y;break e}else{a(M,C);break}else t(M,C);C=C.sibling}Y=di(R,M.mode,Y),Y.return=M,M=Y}return d(M);case K:return R=Ia(R),Me(M,C,R,Y)}if(je(R))return F(M,C,R,Y);if(Ee(R)){if(le=Ee(R),typeof le!="function")throw Error(c(150));return R=le.call(R),se(M,C,R,Y)}if(typeof R.then=="function")return Me(M,C,As(R),Y);if(R.$$typeof===L)return Me(M,C,Es(M,R),Y);Ms(M,R)}return typeof R=="string"&&R!==""||typeof R=="number"||typeof R=="bigint"?(R=""+R,C!==null&&C.tag===6?(a(M,C.sibling),Y=s(C,R),Y.return=M,M=Y):(a(M,C),Y=oi(R,M.mode,Y),Y.return=M,M=Y),d(M)):a(M,C)}return function(M,C,R,Y){try{gn=0;var le=Me(M,C,R,Y);return wl=null,le}catch(te){if(te===Cl||te===Cs)throw te;var ve=vt(29,te,null,M.mode);return ve.lanes=Y,ve.return=M,ve}}}var tl=Lo(!0),Ho=Lo(!1),Na=!1;function Si(e){e.updateQueue={baseState:e.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,lanes:0,hiddenCallbacks:null},callbacks:null}}function Ei(e,t){e=e.updateQueue,t.updateQueue===e&&(t.updateQueue={baseState:e.baseState,firstBaseUpdate:e.firstBaseUpdate,lastBaseUpdate:e.lastBaseUpdate,shared:e.shared,callbacks:null})}function Sa(e){return{lane:e,tag:0,payload:null,callback:null,next:null}}function Ea(e,t,a){var l=e.updateQueue;if(l===null)return null;if(l=l.shared,(Se&2)!==0){var s=l.pending;return s===null?t.next=t:(t.next=s.next,s.next=t),l.pending=t,t=bs(e),bo(e,null,a),t}return vs(e,l,t,a),bs(e)}function yn(e,t,a){if(t=t.updateQueue,t!==null&&(t=t.shared,(a&4194048)!==0)){var l=t.lanes;l&=e.pendingLanes,a|=l,t.lanes=a,wu(e,a)}}function Ti(e,t){var a=e.updateQueue,l=e.alternate;if(l!==null&&(l=l.updateQueue,a===l)){var s=null,i=null;if(a=a.firstBaseUpdate,a!==null){do{var d={lane:a.lane,tag:a.tag,payload:a.payload,callback:null,next:null};i===null?s=i=d:i=i.next=d,a=a.next}while(a!==null);i===null?s=i=t:i=i.next=t}else s=i=t;a={baseState:l.baseState,firstBaseUpdate:s,lastBaseUpdate:i,shared:l.shared,callbacks:l.callbacks},e.updateQueue=a;return}e=a.lastBaseUpdate,e===null?a.firstBaseUpdate=t:e.next=t,a.lastBaseUpdate=t}var Ci=!1;function vn(){if(Ci){var e=Tl;if(e!==null)throw e}}function bn(e,t,a,l){Ci=!1;var s=e.updateQueue;Na=!1;var i=s.firstBaseUpdate,d=s.lastBaseUpdate,g=s.shared.pending;if(g!==null){s.shared.pending=null;var E=g,z=E.next;E.next=null,d===null?i=z:d.next=z,d=E;var k=e.alternate;k!==null&&(k=k.updateQueue,g=k.lastBaseUpdate,g!==d&&(g===null?k.firstBaseUpdate=z:g.next=z,k.lastBaseUpdate=E))}if(i!==null){var G=s.baseState;d=0,k=z=E=null,g=i;do{var U=g.lane&-536870913,B=U!==g.lane;if(B?(he&U)===U:(l&U)===U){U!==0&&U===El&&(Ci=!0),k!==null&&(k=k.next={lane:0,tag:g.tag,payload:g.payload,callback:null,next:null});e:{var F=e,se=g;U=t;var Me=a;switch(se.tag){case 1:if(F=se.payload,typeof F=="function"){G=F.call(Me,G,U);break e}G=F;break e;case 3:F.flags=F.flags&-65537|128;case 0:if(F=se.payload,U=typeof F=="function"?F.call(Me,G,U):F,U==null)break e;G=y({},G,U);break e;case 2:Na=!0}}U=g.callback,U!==null&&(e.flags|=64,B&&(e.flags|=8192),B=s.callbacks,B===null?s.callbacks=[U]:B.push(U))}else B={lane:U,tag:g.tag,payload:g.payload,callback:g.callback,next:null},k===null?(z=k=B,E=G):k=k.next=B,d|=U;if(g=g.next,g===null){if(g=s.shared.pending,g===null)break;B=g,g=B.next,B.next=null,s.lastBaseUpdate=B,s.shared.pending=null}}while(!0);k===null&&(E=G),s.baseState=E,s.firstBaseUpdate=z,s.lastBaseUpdate=k,i===null&&(s.shared.lanes=0),Ma|=d,e.lanes=d,e.memoizedState=G}}function Bo(e,t){if(typeof e!="function")throw Error(c(191,e));e.call(t)}function qo(e,t){var a=e.callbacks;if(a!==null)for(e.callbacks=null,e=0;e<a.length;e++)Bo(a[e],t)}var Al=S(null),Rs=S(0);function ko(e,t){e=oa,Q(Rs,e),Q(Al,t),oa=e|t.baseLanes}function wi(){Q(Rs,oa),Q(Al,Al.current)}function Ai(){oa=Rs.current,$(Al),$(Rs)}var bt=S(null),_t=null;function Ta(e){var t=e.alternate;Q(Ye,Ye.current&1),Q(bt,e),_t===null&&(t===null||Al.current!==null||t.memoizedState!==null)&&(_t=e)}function Mi(e){Q(Ye,Ye.current),Q(bt,e),_t===null&&(_t=e)}function $o(e){e.tag===22?(Q(Ye,Ye.current),Q(bt,e),_t===null&&(_t=e)):Ca()}function Ca(){Q(Ye,Ye.current),Q(bt,bt.current)}function jt(e){$(bt),_t===e&&(_t=null),$(Ye)}var Ye=S(0);function zs(e){for(var t=e;t!==null;){if(t.tag===13){var a=t.memoizedState;if(a!==null&&(a=a.dehydrated,a===null||Uc(a)||Lc(a)))return t}else if(t.tag===19&&(t.memoizedProps.revealOrder==="forwards"||t.memoizedProps.revealOrder==="backwards"||t.memoizedProps.revealOrder==="unstable_legacy-backwards"||t.memoizedProps.revealOrder==="together")){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 aa=0,oe=null,we=null,Xe=null,_s=!1,Ml=!1,al=!1,Ds=0,jn=0,Rl=null,Vx=0;function qe(){throw Error(c(321))}function Ri(e,t){if(t===null)return!1;for(var a=0;a<t.length&&a<e.length;a++)if(!yt(e[a],t[a]))return!1;return!0}function zi(e,t,a,l,s,i){return aa=i,oe=t,t.memoizedState=null,t.updateQueue=null,t.lanes=0,q.H=e===null||e.memoizedState===null?Ed:Qi,al=!1,i=a(l,s),al=!1,Ml&&(i=Go(t,a,l,s)),Yo(e),i}function Yo(e){q.H=En;var t=we!==null&&we.next!==null;if(aa=0,Xe=we=oe=null,_s=!1,jn=0,Rl=null,t)throw Error(c(300));e===null||Qe||(e=e.dependencies,e!==null&&Ss(e)&&(Qe=!0))}function Go(e,t,a,l){oe=e;var s=0;do{if(Ml&&(Rl=null),jn=0,Ml=!1,25<=s)throw Error(c(301));if(s+=1,Xe=we=null,e.updateQueue!=null){var i=e.updateQueue;i.lastEffect=null,i.events=null,i.stores=null,i.memoCache!=null&&(i.memoCache.index=0)}q.H=Td,i=t(a,l)}while(Ml);return i}function Xx(){var e=q.H,t=e.useState()[0];return t=typeof t.then=="function"?Nn(t):t,e=e.useState()[0],(we!==null?we.memoizedState:null)!==e&&(oe.flags|=1024),t}function _i(){var e=Ds!==0;return Ds=0,e}function Di(e,t,a){t.updateQueue=e.updateQueue,t.flags&=-2053,e.lanes&=~a}function Oi(e){if(_s){for(e=e.memoizedState;e!==null;){var t=e.queue;t!==null&&(t.pending=null),e=e.next}_s=!1}aa=0,Xe=we=oe=null,Ml=!1,jn=Ds=0,Rl=null}function it(){var e={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return Xe===null?oe.memoizedState=Xe=e:Xe=Xe.next=e,Xe}function Ge(){if(we===null){var e=oe.alternate;e=e!==null?e.memoizedState:null}else e=we.next;var t=Xe===null?oe.memoizedState:Xe.next;if(t!==null)Xe=t,we=e;else{if(e===null)throw oe.alternate===null?Error(c(467)):Error(c(310));we=e,e={memoizedState:we.memoizedState,baseState:we.baseState,baseQueue:we.baseQueue,queue:we.queue,next:null},Xe===null?oe.memoizedState=Xe=e:Xe=Xe.next=e}return Xe}function Os(){return{lastEffect:null,events:null,stores:null,memoCache:null}}function Nn(e){var t=jn;return jn+=1,Rl===null&&(Rl=[]),e=Do(Rl,e,t),t=oe,(Xe===null?t.memoizedState:Xe.next)===null&&(t=t.alternate,q.H=t===null||t.memoizedState===null?Ed:Qi),e}function Us(e){if(e!==null&&typeof e=="object"){if(typeof e.then=="function")return Nn(e);if(e.$$typeof===L)return tt(e)}throw Error(c(438,String(e)))}function Ui(e){var t=null,a=oe.updateQueue;if(a!==null&&(t=a.memoCache),t==null){var l=oe.alternate;l!==null&&(l=l.updateQueue,l!==null&&(l=l.memoCache,l!=null&&(t={data:l.data.map(function(s){return s.slice()}),index:0})))}if(t==null&&(t={data:[],index:0}),a===null&&(a=Os(),oe.updateQueue=a),a.memoCache=t,a=t.data[t.index],a===void 0)for(a=t.data[t.index]=Array(e),l=0;l<e;l++)a[l]=J;return t.index++,a}function la(e,t){return typeof t=="function"?t(e):t}function Ls(e){var t=Ge();return Li(t,we,e)}function Li(e,t,a){var l=e.queue;if(l===null)throw Error(c(311));l.lastRenderedReducer=a;var s=e.baseQueue,i=l.pending;if(i!==null){if(s!==null){var d=s.next;s.next=i.next,i.next=d}t.baseQueue=s=i,l.pending=null}if(i=e.baseState,s===null)e.memoizedState=i;else{t=s.next;var g=d=null,E=null,z=t,k=!1;do{var G=z.lane&-536870913;if(G!==z.lane?(he&G)===G:(aa&G)===G){var U=z.revertLane;if(U===0)E!==null&&(E=E.next={lane:0,revertLane:0,gesture:null,action:z.action,hasEagerState:z.hasEagerState,eagerState:z.eagerState,next:null}),G===El&&(k=!0);else if((aa&U)===U){z=z.next,U===El&&(k=!0);continue}else G={lane:0,revertLane:z.revertLane,gesture:null,action:z.action,hasEagerState:z.hasEagerState,eagerState:z.eagerState,next:null},E===null?(g=E=G,d=i):E=E.next=G,oe.lanes|=U,Ma|=U;G=z.action,al&&a(i,G),i=z.hasEagerState?z.eagerState:a(i,G)}else U={lane:G,revertLane:z.revertLane,gesture:z.gesture,action:z.action,hasEagerState:z.hasEagerState,eagerState:z.eagerState,next:null},E===null?(g=E=U,d=i):E=E.next=U,oe.lanes|=G,Ma|=G;z=z.next}while(z!==null&&z!==t);if(E===null?d=i:E.next=g,!yt(i,e.memoizedState)&&(Qe=!0,k&&(a=Tl,a!==null)))throw a;e.memoizedState=i,e.baseState=d,e.baseQueue=E,l.lastRenderedState=i}return s===null&&(l.lanes=0),[e.memoizedState,l.dispatch]}function Hi(e){var t=Ge(),a=t.queue;if(a===null)throw Error(c(311));a.lastRenderedReducer=e;var l=a.dispatch,s=a.pending,i=t.memoizedState;if(s!==null){a.pending=null;var d=s=s.next;do i=e(i,d.action),d=d.next;while(d!==s);yt(i,t.memoizedState)||(Qe=!0),t.memoizedState=i,t.baseQueue===null&&(t.baseState=i),a.lastRenderedState=i}return[i,l]}function Vo(e,t,a){var l=oe,s=Ge(),i=pe;if(i){if(a===void 0)throw Error(c(407));a=a()}else a=t();var d=!yt((we||s).memoizedState,a);if(d&&(s.memoizedState=a,Qe=!0),s=s.queue,ki(Zo.bind(null,l,s,e),[e]),s.getSnapshot!==t||d||Xe!==null&&Xe.memoizedState.tag&1){if(l.flags|=2048,zl(9,{destroy:void 0},Qo.bind(null,l,s,a,t),null),ze===null)throw Error(c(349));i||(aa&127)!==0||Xo(l,t,a)}return a}function Xo(e,t,a){e.flags|=16384,e={getSnapshot:t,value:a},t=oe.updateQueue,t===null?(t=Os(),oe.updateQueue=t,t.stores=[e]):(a=t.stores,a===null?t.stores=[e]:a.push(e))}function Qo(e,t,a,l){t.value=a,t.getSnapshot=l,Ko(t)&&Jo(e)}function Zo(e,t,a){return a(function(){Ko(t)&&Jo(e)})}function Ko(e){var t=e.getSnapshot;e=e.value;try{var a=t();return!yt(e,a)}catch{return!0}}function Jo(e){var t=Za(e,2);t!==null&&xt(t,e,2)}function Bi(e){var t=it();if(typeof e=="function"){var a=e;if(e=a(),al){ha(!0);try{a()}finally{ha(!1)}}}return t.memoizedState=t.baseState=e,t.queue={pending:null,lanes:0,dispatch:null,lastRenderedReducer:la,lastRenderedState:e},t}function Wo(e,t,a,l){return e.baseState=a,Li(e,we,typeof l=="function"?l:la)}function Qx(e,t,a,l,s){if(qs(e))throw Error(c(485));if(e=t.action,e!==null){var i={payload:s,action:e,next:null,isTransition:!0,status:"pending",value:null,reason:null,listeners:[],then:function(d){i.listeners.push(d)}};q.T!==null?a(!0):i.isTransition=!1,l(i),a=t.pending,a===null?(i.next=t.pending=i,Fo(t,i)):(i.next=a.next,t.pending=a.next=i)}}function Fo(e,t){var a=t.action,l=t.payload,s=e.state;if(t.isTransition){var i=q.T,d={};q.T=d;try{var g=a(s,l),E=q.S;E!==null&&E(d,g),Po(e,t,g)}catch(z){qi(e,t,z)}finally{i!==null&&d.types!==null&&(i.types=d.types),q.T=i}}else try{i=a(s,l),Po(e,t,i)}catch(z){qi(e,t,z)}}function Po(e,t,a){a!==null&&typeof a=="object"&&typeof a.then=="function"?a.then(function(l){Io(e,t,l)},function(l){return qi(e,t,l)}):Io(e,t,a)}function Io(e,t,a){t.status="fulfilled",t.value=a,ed(t),e.state=a,t=e.pending,t!==null&&(a=t.next,a===t?e.pending=null:(a=a.next,t.next=a,Fo(e,a)))}function qi(e,t,a){var l=e.pending;if(e.pending=null,l!==null){l=l.next;do t.status="rejected",t.reason=a,ed(t),t=t.next;while(t!==l)}e.action=null}function ed(e){e=e.listeners;for(var t=0;t<e.length;t++)(0,e[t])()}function td(e,t){return t}function ad(e,t){if(pe){var a=ze.formState;if(a!==null){e:{var l=oe;if(pe){if(De){t:{for(var s=De,i=zt;s.nodeType!==8;){if(!i){s=null;break t}if(s=Dt(s.nextSibling),s===null){s=null;break t}}i=s.data,s=i==="F!"||i==="F"?s:null}if(s){De=Dt(s.nextSibling),l=s.data==="F!";break e}}ba(l)}l=!1}l&&(t=a[0])}}return a=it(),a.memoizedState=a.baseState=t,l={pending:null,lanes:0,dispatch:null,lastRenderedReducer:td,lastRenderedState:t},a.queue=l,a=jd.bind(null,oe,l),l.dispatch=a,l=Bi(!1),i=Xi.bind(null,oe,!1,l.queue),l=it(),s={state:t,dispatch:null,action:e,pending:null},l.queue=s,a=Qx.bind(null,oe,s,i,a),s.dispatch=a,l.memoizedState=e,[t,a,!1]}function ld(e){var t=Ge();return nd(t,we,e)}function nd(e,t,a){if(t=Li(e,t,td)[0],e=Ls(la)[0],typeof t=="object"&&t!==null&&typeof t.then=="function")try{var l=Nn(t)}catch(d){throw d===Cl?Cs:d}else l=t;t=Ge();var s=t.queue,i=s.dispatch;return a!==t.memoizedState&&(oe.flags|=2048,zl(9,{destroy:void 0},Zx.bind(null,s,a),null)),[l,i,e]}function Zx(e,t){e.action=t}function sd(e){var t=Ge(),a=we;if(a!==null)return nd(t,a,e);Ge(),t=t.memoizedState,a=Ge();var l=a.queue.dispatch;return a.memoizedState=e,[t,l,!1]}function zl(e,t,a,l){return e={tag:e,create:a,deps:l,inst:t,next:null},t=oe.updateQueue,t===null&&(t=Os(),oe.updateQueue=t),a=t.lastEffect,a===null?t.lastEffect=e.next=e:(l=a.next,a.next=e,e.next=l,t.lastEffect=e),e}function rd(){return Ge().memoizedState}function Hs(e,t,a,l){var s=it();oe.flags|=e,s.memoizedState=zl(1|t,{destroy:void 0},a,l===void 0?null:l)}function Bs(e,t,a,l){var s=Ge();l=l===void 0?null:l;var i=s.memoizedState.inst;we!==null&&l!==null&&Ri(l,we.memoizedState.deps)?s.memoizedState=zl(t,i,a,l):(oe.flags|=e,s.memoizedState=zl(1|t,i,a,l))}function id(e,t){Hs(8390656,8,e,t)}function ki(e,t){Bs(2048,8,e,t)}function Kx(e){oe.flags|=4;var t=oe.updateQueue;if(t===null)t=Os(),oe.updateQueue=t,t.events=[e];else{var a=t.events;a===null?t.events=[e]:a.push(e)}}function cd(e){var t=Ge().memoizedState;return Kx({ref:t,nextImpl:e}),function(){if((Se&2)!==0)throw Error(c(440));return t.impl.apply(void 0,arguments)}}function ud(e,t){return Bs(4,2,e,t)}function od(e,t){return Bs(4,4,e,t)}function dd(e,t){if(typeof t=="function"){e=e();var a=t(e);return function(){typeof a=="function"?a():t(null)}}if(t!=null)return e=e(),t.current=e,function(){t.current=null}}function fd(e,t,a){a=a!=null?a.concat([e]):null,Bs(4,4,dd.bind(null,t,e),a)}function $i(){}function md(e,t){var a=Ge();t=t===void 0?null:t;var l=a.memoizedState;return t!==null&&Ri(t,l[1])?l[0]:(a.memoizedState=[e,t],e)}function xd(e,t){var a=Ge();t=t===void 0?null:t;var l=a.memoizedState;if(t!==null&&Ri(t,l[1]))return l[0];if(l=e(),al){ha(!0);try{e()}finally{ha(!1)}}return a.memoizedState=[l,t],l}function Yi(e,t,a){return a===void 0||(aa&1073741824)!==0&&(he&261930)===0?e.memoizedState=t:(e.memoizedState=a,e=gf(),oe.lanes|=e,Ma|=e,a)}function hd(e,t,a,l){return yt(a,t)?a:Al.current!==null?(e=Yi(e,a,l),yt(e,t)||(Qe=!0),e):(aa&42)===0||(aa&1073741824)!==0&&(he&261930)===0?(Qe=!0,e.memoizedState=a):(e=gf(),oe.lanes|=e,Ma|=e,t)}function gd(e,t,a,l,s){var i=X.p;X.p=i!==0&&8>i?i:8;var d=q.T,g={};q.T=g,Xi(e,!1,t,a);try{var E=s(),z=q.S;if(z!==null&&z(g,E),E!==null&&typeof E=="object"&&typeof E.then=="function"){var k=Gx(E,l);Sn(e,t,k,Et(e))}else Sn(e,t,l,Et(e))}catch(G){Sn(e,t,{then:function(){},status:"rejected",reason:G},Et())}finally{X.p=i,d!==null&&g.types!==null&&(d.types=g.types),q.T=d}}function Jx(){}function Gi(e,t,a,l){if(e.tag!==5)throw Error(c(476));var s=pd(e).queue;gd(e,s,t,ne,a===null?Jx:function(){return yd(e),a(l)})}function pd(e){var t=e.memoizedState;if(t!==null)return t;t={memoizedState:ne,baseState:ne,baseQueue:null,queue:{pending:null,lanes:0,dispatch:null,lastRenderedReducer:la,lastRenderedState:ne},next:null};var a={};return t.next={memoizedState:a,baseState:a,baseQueue:null,queue:{pending:null,lanes:0,dispatch:null,lastRenderedReducer:la,lastRenderedState:a},next:null},e.memoizedState=t,e=e.alternate,e!==null&&(e.memoizedState=t),t}function yd(e){var t=pd(e);t.next===null&&(t=e.alternate.memoizedState),Sn(e,t.next.queue,{},Et())}function Vi(){return tt(kn)}function vd(){return Ge().memoizedState}function bd(){return Ge().memoizedState}function Wx(e){for(var t=e.return;t!==null;){switch(t.tag){case 24:case 3:var a=Et();e=Sa(a);var l=Ea(t,e,a);l!==null&&(xt(l,t,a),yn(l,t,a)),t={cache:vi()},e.payload=t;return}t=t.return}}function Fx(e,t,a){var l=Et();a={lane:l,revertLane:0,gesture:null,action:a,hasEagerState:!1,eagerState:null,next:null},qs(e)?Nd(t,a):(a=ci(e,t,a,l),a!==null&&(xt(a,e,l),Sd(a,t,l)))}function jd(e,t,a){var l=Et();Sn(e,t,a,l)}function Sn(e,t,a,l){var s={lane:l,revertLane:0,gesture:null,action:a,hasEagerState:!1,eagerState:null,next:null};if(qs(e))Nd(t,s);else{var i=e.alternate;if(e.lanes===0&&(i===null||i.lanes===0)&&(i=t.lastRenderedReducer,i!==null))try{var d=t.lastRenderedState,g=i(d,a);if(s.hasEagerState=!0,s.eagerState=g,yt(g,d))return vs(e,t,s,0),ze===null&&ys(),!1}catch{}if(a=ci(e,t,s,l),a!==null)return xt(a,e,l),Sd(a,t,l),!0}return!1}function Xi(e,t,a,l){if(l={lane:2,revertLane:Sc(),gesture:null,action:l,hasEagerState:!1,eagerState:null,next:null},qs(e)){if(t)throw Error(c(479))}else t=ci(e,a,l,2),t!==null&&xt(t,e,2)}function qs(e){var t=e.alternate;return e===oe||t!==null&&t===oe}function Nd(e,t){Ml=_s=!0;var a=e.pending;a===null?t.next=t:(t.next=a.next,a.next=t),e.pending=t}function Sd(e,t,a){if((a&4194048)!==0){var l=t.lanes;l&=e.pendingLanes,a|=l,t.lanes=a,wu(e,a)}}var En={readContext:tt,use:Us,useCallback:qe,useContext:qe,useEffect:qe,useImperativeHandle:qe,useLayoutEffect:qe,useInsertionEffect:qe,useMemo:qe,useReducer:qe,useRef:qe,useState:qe,useDebugValue:qe,useDeferredValue:qe,useTransition:qe,useSyncExternalStore:qe,useId:qe,useHostTransitionStatus:qe,useFormState:qe,useActionState:qe,useOptimistic:qe,useMemoCache:qe,useCacheRefresh:qe};En.useEffectEvent=qe;var Ed={readContext:tt,use:Us,useCallback:function(e,t){return it().memoizedState=[e,t===void 0?null:t],e},useContext:tt,useEffect:id,useImperativeHandle:function(e,t,a){a=a!=null?a.concat([e]):null,Hs(4194308,4,dd.bind(null,t,e),a)},useLayoutEffect:function(e,t){return Hs(4194308,4,e,t)},useInsertionEffect:function(e,t){Hs(4,2,e,t)},useMemo:function(e,t){var a=it();t=t===void 0?null:t;var l=e();if(al){ha(!0);try{e()}finally{ha(!1)}}return a.memoizedState=[l,t],l},useReducer:function(e,t,a){var l=it();if(a!==void 0){var s=a(t);if(al){ha(!0);try{a(t)}finally{ha(!1)}}}else s=t;return l.memoizedState=l.baseState=s,e={pending:null,lanes:0,dispatch:null,lastRenderedReducer:e,lastRenderedState:s},l.queue=e,e=e.dispatch=Fx.bind(null,oe,e),[l.memoizedState,e]},useRef:function(e){var t=it();return e={current:e},t.memoizedState=e},useState:function(e){e=Bi(e);var t=e.queue,a=jd.bind(null,oe,t);return t.dispatch=a,[e.memoizedState,a]},useDebugValue:$i,useDeferredValue:function(e,t){var a=it();return Yi(a,e,t)},useTransition:function(){var e=Bi(!1);return e=gd.bind(null,oe,e.queue,!0,!1),it().memoizedState=e,[!1,e]},useSyncExternalStore:function(e,t,a){var l=oe,s=it();if(pe){if(a===void 0)throw Error(c(407));a=a()}else{if(a=t(),ze===null)throw Error(c(349));(he&127)!==0||Xo(l,t,a)}s.memoizedState=a;var i={value:a,getSnapshot:t};return s.queue=i,id(Zo.bind(null,l,i,e),[e]),l.flags|=2048,zl(9,{destroy:void 0},Qo.bind(null,l,i,a,t),null),a},useId:function(){var e=it(),t=ze.identifierPrefix;if(pe){var a=Yt,l=$t;a=(l&~(1<<32-pt(l)-1)).toString(32)+a,t="_"+t+"R_"+a,a=Ds++,0<a&&(t+="H"+a.toString(32)),t+="_"}else a=Vx++,t="_"+t+"r_"+a.toString(32)+"_";return e.memoizedState=t},useHostTransitionStatus:Vi,useFormState:ad,useActionState:ad,useOptimistic:function(e){var t=it();t.memoizedState=t.baseState=e;var a={pending:null,lanes:0,dispatch:null,lastRenderedReducer:null,lastRenderedState:null};return t.queue=a,t=Xi.bind(null,oe,!0,a),a.dispatch=t,[e,t]},useMemoCache:Ui,useCacheRefresh:function(){return it().memoizedState=Wx.bind(null,oe)},useEffectEvent:function(e){var t=it(),a={impl:e};return t.memoizedState=a,function(){if((Se&2)!==0)throw Error(c(440));return a.impl.apply(void 0,arguments)}}},Qi={readContext:tt,use:Us,useCallback:md,useContext:tt,useEffect:ki,useImperativeHandle:fd,useInsertionEffect:ud,useLayoutEffect:od,useMemo:xd,useReducer:Ls,useRef:rd,useState:function(){return Ls(la)},useDebugValue:$i,useDeferredValue:function(e,t){var a=Ge();return hd(a,we.memoizedState,e,t)},useTransition:function(){var e=Ls(la)[0],t=Ge().memoizedState;return[typeof e=="boolean"?e:Nn(e),t]},useSyncExternalStore:Vo,useId:vd,useHostTransitionStatus:Vi,useFormState:ld,useActionState:ld,useOptimistic:function(e,t){var a=Ge();return Wo(a,we,e,t)},useMemoCache:Ui,useCacheRefresh:bd};Qi.useEffectEvent=cd;var Td={readContext:tt,use:Us,useCallback:md,useContext:tt,useEffect:ki,useImperativeHandle:fd,useInsertionEffect:ud,useLayoutEffect:od,useMemo:xd,useReducer:Hi,useRef:rd,useState:function(){return Hi(la)},useDebugValue:$i,useDeferredValue:function(e,t){var a=Ge();return we===null?Yi(a,e,t):hd(a,we.memoizedState,e,t)},useTransition:function(){var e=Hi(la)[0],t=Ge().memoizedState;return[typeof e=="boolean"?e:Nn(e),t]},useSyncExternalStore:Vo,useId:vd,useHostTransitionStatus:Vi,useFormState:sd,useActionState:sd,useOptimistic:function(e,t){var a=Ge();return we!==null?Wo(a,we,e,t):(a.baseState=e,[e,a.queue.dispatch])},useMemoCache:Ui,useCacheRefresh:bd};Td.useEffectEvent=cd;function Zi(e,t,a,l){t=e.memoizedState,a=a(l,t),a=a==null?t:y({},t,a),e.memoizedState=a,e.lanes===0&&(e.updateQueue.baseState=a)}var Ki={enqueueSetState:function(e,t,a){e=e._reactInternals;var l=Et(),s=Sa(l);s.payload=t,a!=null&&(s.callback=a),t=Ea(e,s,l),t!==null&&(xt(t,e,l),yn(t,e,l))},enqueueReplaceState:function(e,t,a){e=e._reactInternals;var l=Et(),s=Sa(l);s.tag=1,s.payload=t,a!=null&&(s.callback=a),t=Ea(e,s,l),t!==null&&(xt(t,e,l),yn(t,e,l))},enqueueForceUpdate:function(e,t){e=e._reactInternals;var a=Et(),l=Sa(a);l.tag=2,t!=null&&(l.callback=t),t=Ea(e,l,a),t!==null&&(xt(t,e,a),yn(t,e,a))}};function Cd(e,t,a,l,s,i,d){return e=e.stateNode,typeof e.shouldComponentUpdate=="function"?e.shouldComponentUpdate(l,i,d):t.prototype&&t.prototype.isPureReactComponent?!on(a,l)||!on(s,i):!0}function wd(e,t,a,l){e=t.state,typeof t.componentWillReceiveProps=="function"&&t.componentWillReceiveProps(a,l),typeof t.UNSAFE_componentWillReceiveProps=="function"&&t.UNSAFE_componentWillReceiveProps(a,l),t.state!==e&&Ki.enqueueReplaceState(t,t.state,null)}function ll(e,t){var a=t;if("ref"in t){a={};for(var l in t)l!=="ref"&&(a[l]=t[l])}if(e=e.defaultProps){a===t&&(a=y({},a));for(var s in e)a[s]===void 0&&(a[s]=e[s])}return a}function Ad(e){ps(e)}function Md(e){console.error(e)}function Rd(e){ps(e)}function ks(e,t){try{var a=e.onUncaughtError;a(t.value,{componentStack:t.stack})}catch(l){setTimeout(function(){throw l})}}function zd(e,t,a){try{var l=e.onCaughtError;l(a.value,{componentStack:a.stack,errorBoundary:t.tag===1?t.stateNode:null})}catch(s){setTimeout(function(){throw s})}}function Ji(e,t,a){return a=Sa(a),a.tag=3,a.payload={element:null},a.callback=function(){ks(e,t)},a}function _d(e){return e=Sa(e),e.tag=3,e}function Dd(e,t,a,l){var s=a.type.getDerivedStateFromError;if(typeof s=="function"){var i=l.value;e.payload=function(){return s(i)},e.callback=function(){zd(t,a,l)}}var d=a.stateNode;d!==null&&typeof d.componentDidCatch=="function"&&(e.callback=function(){zd(t,a,l),typeof s!="function"&&(Ra===null?Ra=new Set([this]):Ra.add(this));var g=l.stack;this.componentDidCatch(l.value,{componentStack:g!==null?g:""})})}function Px(e,t,a,l,s){if(a.flags|=32768,l!==null&&typeof l=="object"&&typeof l.then=="function"){if(t=a.alternate,t!==null&&Sl(t,a,s,!0),a=bt.current,a!==null){switch(a.tag){case 31:case 13:return _t===null?Ps():a.alternate===null&&ke===0&&(ke=3),a.flags&=-257,a.flags|=65536,a.lanes=s,l===ws?a.flags|=16384:(t=a.updateQueue,t===null?a.updateQueue=new Set([l]):t.add(l),bc(e,l,s)),!1;case 22:return a.flags|=65536,l===ws?a.flags|=16384:(t=a.updateQueue,t===null?(t={transitions:null,markerInstances:null,retryQueue:new Set([l])},a.updateQueue=t):(a=t.retryQueue,a===null?t.retryQueue=new Set([l]):a.add(l)),bc(e,l,s)),!1}throw Error(c(435,a.tag))}return bc(e,l,s),Ps(),!1}if(pe)return t=bt.current,t!==null?((t.flags&65536)===0&&(t.flags|=256),t.flags|=65536,t.lanes=s,l!==xi&&(e=Error(c(422),{cause:l}),mn(At(e,a)))):(l!==xi&&(t=Error(c(423),{cause:l}),mn(At(t,a))),e=e.current.alternate,e.flags|=65536,s&=-s,e.lanes|=s,l=At(l,a),s=Ji(e.stateNode,l,s),Ti(e,s),ke!==4&&(ke=2)),!1;var i=Error(c(520),{cause:l});if(i=At(i,a),_n===null?_n=[i]:_n.push(i),ke!==4&&(ke=2),t===null)return!0;l=At(l,a),a=t;do{switch(a.tag){case 3:return a.flags|=65536,e=s&-s,a.lanes|=e,e=Ji(a.stateNode,l,e),Ti(a,e),!1;case 1:if(t=a.type,i=a.stateNode,(a.flags&128)===0&&(typeof t.getDerivedStateFromError=="function"||i!==null&&typeof i.componentDidCatch=="function"&&(Ra===null||!Ra.has(i))))return a.flags|=65536,s&=-s,a.lanes|=s,s=_d(s),Dd(s,e,a,l),Ti(a,s),!1}a=a.return}while(a!==null);return!1}var Wi=Error(c(461)),Qe=!1;function at(e,t,a,l){t.child=e===null?Ho(t,null,a,l):tl(t,e.child,a,l)}function Od(e,t,a,l,s){a=a.render;var i=t.ref;if("ref"in l){var d={};for(var g in l)g!=="ref"&&(d[g]=l[g])}else d=l;return Fa(t),l=zi(e,t,a,d,i,s),g=_i(),e!==null&&!Qe?(Di(e,t,s),na(e,t,s)):(pe&&g&&fi(t),t.flags|=1,at(e,t,l,s),t.child)}function Ud(e,t,a,l,s){if(e===null){var i=a.type;return typeof i=="function"&&!ui(i)&&i.defaultProps===void 0&&a.compare===null?(t.tag=15,t.type=i,Ld(e,t,i,l,s)):(e=js(a.type,null,l,t,t.mode,s),e.ref=t.ref,e.return=t,t.child=e)}if(i=e.child,!nc(e,s)){var d=i.memoizedProps;if(a=a.compare,a=a!==null?a:on,a(d,l)&&e.ref===t.ref)return na(e,t,s)}return t.flags|=1,e=Pt(i,l),e.ref=t.ref,e.return=t,t.child=e}function Ld(e,t,a,l,s){if(e!==null){var i=e.memoizedProps;if(on(i,l)&&e.ref===t.ref)if(Qe=!1,t.pendingProps=l=i,nc(e,s))(e.flags&131072)!==0&&(Qe=!0);else return t.lanes=e.lanes,na(e,t,s)}return Fi(e,t,a,l,s)}function Hd(e,t,a,l){var s=l.children,i=e!==null?e.memoizedState:null;if(e===null&&t.stateNode===null&&(t.stateNode={_visibility:1,_pendingMarkers:null,_retryCache:null,_transitions:null}),l.mode==="hidden"){if((t.flags&128)!==0){if(i=i!==null?i.baseLanes|a:a,e!==null){for(l=t.child=e.child,s=0;l!==null;)s=s|l.lanes|l.childLanes,l=l.sibling;l=s&~i}else l=0,t.child=null;return Bd(e,t,i,a,l)}if((a&536870912)!==0)t.memoizedState={baseLanes:0,cachePool:null},e!==null&&Ts(t,i!==null?i.cachePool:null),i!==null?ko(t,i):wi(),$o(t);else return l=t.lanes=536870912,Bd(e,t,i!==null?i.baseLanes|a:a,a,l)}else i!==null?(Ts(t,i.cachePool),ko(t,i),Ca(),t.memoizedState=null):(e!==null&&Ts(t,null),wi(),Ca());return at(e,t,s,a),t.child}function Tn(e,t){return e!==null&&e.tag===22||t.stateNode!==null||(t.stateNode={_visibility:1,_pendingMarkers:null,_retryCache:null,_transitions:null}),t.sibling}function Bd(e,t,a,l,s){var i=ji();return i=i===null?null:{parent:Ve._currentValue,pool:i},t.memoizedState={baseLanes:a,cachePool:i},e!==null&&Ts(t,null),wi(),$o(t),e!==null&&Sl(e,t,l,!0),t.childLanes=s,null}function $s(e,t){return t=Gs({mode:t.mode,children:t.children},e.mode),t.ref=e.ref,e.child=t,t.return=e,t}function qd(e,t,a){return tl(t,e.child,null,a),e=$s(t,t.pendingProps),e.flags|=2,jt(t),t.memoizedState=null,e}function Ix(e,t,a){var l=t.pendingProps,s=(t.flags&128)!==0;if(t.flags&=-129,e===null){if(pe){if(l.mode==="hidden")return e=$s(t,l),t.lanes=536870912,Tn(null,e);if(Mi(t),(e=De)?(e=Pf(e,zt),e=e!==null&&e.data==="&"?e:null,e!==null&&(t.memoizedState={dehydrated:e,treeContext:ya!==null?{id:$t,overflow:Yt}:null,retryLane:536870912,hydrationErrors:null},a=No(e),a.return=t,t.child=a,et=t,De=null)):e=null,e===null)throw ba(t);return t.lanes=536870912,null}return $s(t,l)}var i=e.memoizedState;if(i!==null){var d=i.dehydrated;if(Mi(t),s)if(t.flags&256)t.flags&=-257,t=qd(e,t,a);else if(t.memoizedState!==null)t.child=e.child,t.flags|=128,t=null;else throw Error(c(558));else if(Qe||Sl(e,t,a,!1),s=(a&e.childLanes)!==0,Qe||s){if(l=ze,l!==null&&(d=Au(l,a),d!==0&&d!==i.retryLane))throw i.retryLane=d,Za(e,d),xt(l,e,d),Wi;Ps(),t=qd(e,t,a)}else e=i.treeContext,De=Dt(d.nextSibling),et=t,pe=!0,va=null,zt=!1,e!==null&&To(t,e),t=$s(t,l),t.flags|=4096;return t}return e=Pt(e.child,{mode:l.mode,children:l.children}),e.ref=t.ref,t.child=e,e.return=t,e}function Ys(e,t){var a=t.ref;if(a===null)e!==null&&e.ref!==null&&(t.flags|=4194816);else{if(typeof a!="function"&&typeof a!="object")throw Error(c(284));(e===null||e.ref!==a)&&(t.flags|=4194816)}}function Fi(e,t,a,l,s){return Fa(t),a=zi(e,t,a,l,void 0,s),l=_i(),e!==null&&!Qe?(Di(e,t,s),na(e,t,s)):(pe&&l&&fi(t),t.flags|=1,at(e,t,a,s),t.child)}function kd(e,t,a,l,s,i){return Fa(t),t.updateQueue=null,a=Go(t,l,a,s),Yo(e),l=_i(),e!==null&&!Qe?(Di(e,t,i),na(e,t,i)):(pe&&l&&fi(t),t.flags|=1,at(e,t,a,i),t.child)}function $d(e,t,a,l,s){if(Fa(t),t.stateNode===null){var i=vl,d=a.contextType;typeof d=="object"&&d!==null&&(i=tt(d)),i=new a(l,i),t.memoizedState=i.state!==null&&i.state!==void 0?i.state:null,i.updater=Ki,t.stateNode=i,i._reactInternals=t,i=t.stateNode,i.props=l,i.state=t.memoizedState,i.refs={},Si(t),d=a.contextType,i.context=typeof d=="object"&&d!==null?tt(d):vl,i.state=t.memoizedState,d=a.getDerivedStateFromProps,typeof d=="function"&&(Zi(t,a,d,l),i.state=t.memoizedState),typeof a.getDerivedStateFromProps=="function"||typeof i.getSnapshotBeforeUpdate=="function"||typeof i.UNSAFE_componentWillMount!="function"&&typeof i.componentWillMount!="function"||(d=i.state,typeof i.componentWillMount=="function"&&i.componentWillMount(),typeof i.UNSAFE_componentWillMount=="function"&&i.UNSAFE_componentWillMount(),d!==i.state&&Ki.enqueueReplaceState(i,i.state,null),bn(t,l,i,s),vn(),i.state=t.memoizedState),typeof i.componentDidMount=="function"&&(t.flags|=4194308),l=!0}else if(e===null){i=t.stateNode;var g=t.memoizedProps,E=ll(a,g);i.props=E;var z=i.context,k=a.contextType;d=vl,typeof k=="object"&&k!==null&&(d=tt(k));var G=a.getDerivedStateFromProps;k=typeof G=="function"||typeof i.getSnapshotBeforeUpdate=="function",g=t.pendingProps!==g,k||typeof i.UNSAFE_componentWillReceiveProps!="function"&&typeof i.componentWillReceiveProps!="function"||(g||z!==d)&&wd(t,i,l,d),Na=!1;var U=t.memoizedState;i.state=U,bn(t,l,i,s),vn(),z=t.memoizedState,g||U!==z||Na?(typeof G=="function"&&(Zi(t,a,G,l),z=t.memoizedState),(E=Na||Cd(t,a,E,l,U,z,d))?(k||typeof i.UNSAFE_componentWillMount!="function"&&typeof i.componentWillMount!="function"||(typeof i.componentWillMount=="function"&&i.componentWillMount(),typeof i.UNSAFE_componentWillMount=="function"&&i.UNSAFE_componentWillMount()),typeof i.componentDidMount=="function"&&(t.flags|=4194308)):(typeof i.componentDidMount=="function"&&(t.flags|=4194308),t.memoizedProps=l,t.memoizedState=z),i.props=l,i.state=z,i.context=d,l=E):(typeof i.componentDidMount=="function"&&(t.flags|=4194308),l=!1)}else{i=t.stateNode,Ei(e,t),d=t.memoizedProps,k=ll(a,d),i.props=k,G=t.pendingProps,U=i.context,z=a.contextType,E=vl,typeof z=="object"&&z!==null&&(E=tt(z)),g=a.getDerivedStateFromProps,(z=typeof g=="function"||typeof i.getSnapshotBeforeUpdate=="function")||typeof i.UNSAFE_componentWillReceiveProps!="function"&&typeof i.componentWillReceiveProps!="function"||(d!==G||U!==E)&&wd(t,i,l,E),Na=!1,U=t.memoizedState,i.state=U,bn(t,l,i,s),vn();var B=t.memoizedState;d!==G||U!==B||Na||e!==null&&e.dependencies!==null&&Ss(e.dependencies)?(typeof g=="function"&&(Zi(t,a,g,l),B=t.memoizedState),(k=Na||Cd(t,a,k,l,U,B,E)||e!==null&&e.dependencies!==null&&Ss(e.dependencies))?(z||typeof i.UNSAFE_componentWillUpdate!="function"&&typeof i.componentWillUpdate!="function"||(typeof i.componentWillUpdate=="function"&&i.componentWillUpdate(l,B,E),typeof i.UNSAFE_componentWillUpdate=="function"&&i.UNSAFE_componentWillUpdate(l,B,E)),typeof i.componentDidUpdate=="function"&&(t.flags|=4),typeof i.getSnapshotBeforeUpdate=="function"&&(t.flags|=1024)):(typeof i.componentDidUpdate!="function"||d===e.memoizedProps&&U===e.memoizedState||(t.flags|=4),typeof i.getSnapshotBeforeUpdate!="function"||d===e.memoizedProps&&U===e.memoizedState||(t.flags|=1024),t.memoizedProps=l,t.memoizedState=B),i.props=l,i.state=B,i.context=E,l=k):(typeof i.componentDidUpdate!="function"||d===e.memoizedProps&&U===e.memoizedState||(t.flags|=4),typeof i.getSnapshotBeforeUpdate!="function"||d===e.memoizedProps&&U===e.memoizedState||(t.flags|=1024),l=!1)}return i=l,Ys(e,t),l=(t.flags&128)!==0,i||l?(i=t.stateNode,a=l&&typeof a.getDerivedStateFromError!="function"?null:i.render(),t.flags|=1,e!==null&&l?(t.child=tl(t,e.child,null,s),t.child=tl(t,null,a,s)):at(e,t,a,s),t.memoizedState=i.state,e=t.child):e=na(e,t,s),e}function Yd(e,t,a,l){return Ja(),t.flags|=256,at(e,t,a,l),t.child}var Pi={dehydrated:null,treeContext:null,retryLane:0,hydrationErrors:null};function Ii(e){return{baseLanes:e,cachePool:zo()}}function ec(e,t,a){return e=e!==null?e.childLanes&~a:0,t&&(e|=St),e}function Gd(e,t,a){var l=t.pendingProps,s=!1,i=(t.flags&128)!==0,d;if((d=i)||(d=e!==null&&e.memoizedState===null?!1:(Ye.current&2)!==0),d&&(s=!0,t.flags&=-129),d=(t.flags&32)!==0,t.flags&=-33,e===null){if(pe){if(s?Ta(t):Ca(),(e=De)?(e=Pf(e,zt),e=e!==null&&e.data!=="&"?e:null,e!==null&&(t.memoizedState={dehydrated:e,treeContext:ya!==null?{id:$t,overflow:Yt}:null,retryLane:536870912,hydrationErrors:null},a=No(e),a.return=t,t.child=a,et=t,De=null)):e=null,e===null)throw ba(t);return Lc(e)?t.lanes=32:t.lanes=536870912,null}var g=l.children;return l=l.fallback,s?(Ca(),s=t.mode,g=Gs({mode:"hidden",children:g},s),l=Ka(l,s,a,null),g.return=t,l.return=t,g.sibling=l,t.child=g,l=t.child,l.memoizedState=Ii(a),l.childLanes=ec(e,d,a),t.memoizedState=Pi,Tn(null,l)):(Ta(t),tc(t,g))}var E=e.memoizedState;if(E!==null&&(g=E.dehydrated,g!==null)){if(i)t.flags&256?(Ta(t),t.flags&=-257,t=ac(e,t,a)):t.memoizedState!==null?(Ca(),t.child=e.child,t.flags|=128,t=null):(Ca(),g=l.fallback,s=t.mode,l=Gs({mode:"visible",children:l.children},s),g=Ka(g,s,a,null),g.flags|=2,l.return=t,g.return=t,l.sibling=g,t.child=l,tl(t,e.child,null,a),l=t.child,l.memoizedState=Ii(a),l.childLanes=ec(e,d,a),t.memoizedState=Pi,t=Tn(null,l));else if(Ta(t),Lc(g)){if(d=g.nextSibling&&g.nextSibling.dataset,d)var z=d.dgst;d=z,l=Error(c(419)),l.stack="",l.digest=d,mn({value:l,source:null,stack:null}),t=ac(e,t,a)}else if(Qe||Sl(e,t,a,!1),d=(a&e.childLanes)!==0,Qe||d){if(d=ze,d!==null&&(l=Au(d,a),l!==0&&l!==E.retryLane))throw E.retryLane=l,Za(e,l),xt(d,e,l),Wi;Uc(g)||Ps(),t=ac(e,t,a)}else Uc(g)?(t.flags|=192,t.child=e.child,t=null):(e=E.treeContext,De=Dt(g.nextSibling),et=t,pe=!0,va=null,zt=!1,e!==null&&To(t,e),t=tc(t,l.children),t.flags|=4096);return t}return s?(Ca(),g=l.fallback,s=t.mode,E=e.child,z=E.sibling,l=Pt(E,{mode:"hidden",children:l.children}),l.subtreeFlags=E.subtreeFlags&65011712,z!==null?g=Pt(z,g):(g=Ka(g,s,a,null),g.flags|=2),g.return=t,l.return=t,l.sibling=g,t.child=l,Tn(null,l),l=t.child,g=e.child.memoizedState,g===null?g=Ii(a):(s=g.cachePool,s!==null?(E=Ve._currentValue,s=s.parent!==E?{parent:E,pool:E}:s):s=zo(),g={baseLanes:g.baseLanes|a,cachePool:s}),l.memoizedState=g,l.childLanes=ec(e,d,a),t.memoizedState=Pi,Tn(e.child,l)):(Ta(t),a=e.child,e=a.sibling,a=Pt(a,{mode:"visible",children:l.children}),a.return=t,a.sibling=null,e!==null&&(d=t.deletions,d===null?(t.deletions=[e],t.flags|=16):d.push(e)),t.child=a,t.memoizedState=null,a)}function tc(e,t){return t=Gs({mode:"visible",children:t},e.mode),t.return=e,e.child=t}function Gs(e,t){return e=vt(22,e,null,t),e.lanes=0,e}function ac(e,t,a){return tl(t,e.child,null,a),e=tc(t,t.pendingProps.children),e.flags|=2,t.memoizedState=null,e}function Vd(e,t,a){e.lanes|=t;var l=e.alternate;l!==null&&(l.lanes|=t),pi(e.return,t,a)}function lc(e,t,a,l,s,i){var d=e.memoizedState;d===null?e.memoizedState={isBackwards:t,rendering:null,renderingStartTime:0,last:l,tail:a,tailMode:s,treeForkCount:i}:(d.isBackwards=t,d.rendering=null,d.renderingStartTime=0,d.last=l,d.tail=a,d.tailMode=s,d.treeForkCount=i)}function Xd(e,t,a){var l=t.pendingProps,s=l.revealOrder,i=l.tail;l=l.children;var d=Ye.current,g=(d&2)!==0;if(g?(d=d&1|2,t.flags|=128):d&=1,Q(Ye,d),at(e,t,l,a),l=pe?fn:0,!g&&e!==null&&(e.flags&128)!==0)e:for(e=t.child;e!==null;){if(e.tag===13)e.memoizedState!==null&&Vd(e,a,t);else if(e.tag===19)Vd(e,a,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}switch(s){case"forwards":for(a=t.child,s=null;a!==null;)e=a.alternate,e!==null&&zs(e)===null&&(s=a),a=a.sibling;a=s,a===null?(s=t.child,t.child=null):(s=a.sibling,a.sibling=null),lc(t,!1,s,a,i,l);break;case"backwards":case"unstable_legacy-backwards":for(a=null,s=t.child,t.child=null;s!==null;){if(e=s.alternate,e!==null&&zs(e)===null){t.child=s;break}e=s.sibling,s.sibling=a,a=s,s=e}lc(t,!0,a,null,i,l);break;case"together":lc(t,!1,null,null,void 0,l);break;default:t.memoizedState=null}return t.child}function na(e,t,a){if(e!==null&&(t.dependencies=e.dependencies),Ma|=t.lanes,(a&t.childLanes)===0)if(e!==null){if(Sl(e,t,a,!1),(a&t.childLanes)===0)return null}else return null;if(e!==null&&t.child!==e.child)throw Error(c(153));if(t.child!==null){for(e=t.child,a=Pt(e,e.pendingProps),t.child=a,a.return=t;e.sibling!==null;)e=e.sibling,a=a.sibling=Pt(e,e.pendingProps),a.return=t;a.sibling=null}return t.child}function nc(e,t){return(e.lanes&t)!==0?!0:(e=e.dependencies,!!(e!==null&&Ss(e)))}function eh(e,t,a){switch(t.tag){case 3:Ke(t,t.stateNode.containerInfo),ja(t,Ve,e.memoizedState.cache),Ja();break;case 27:case 5:Wl(t);break;case 4:Ke(t,t.stateNode.containerInfo);break;case 10:ja(t,t.type,t.memoizedProps.value);break;case 31:if(t.memoizedState!==null)return t.flags|=128,Mi(t),null;break;case 13:var l=t.memoizedState;if(l!==null)return l.dehydrated!==null?(Ta(t),t.flags|=128,null):(a&t.child.childLanes)!==0?Gd(e,t,a):(Ta(t),e=na(e,t,a),e!==null?e.sibling:null);Ta(t);break;case 19:var s=(e.flags&128)!==0;if(l=(a&t.childLanes)!==0,l||(Sl(e,t,a,!1),l=(a&t.childLanes)!==0),s){if(l)return Xd(e,t,a);t.flags|=128}if(s=t.memoizedState,s!==null&&(s.rendering=null,s.tail=null,s.lastEffect=null),Q(Ye,Ye.current),l)break;return null;case 22:return t.lanes=0,Hd(e,t,a,t.pendingProps);case 24:ja(t,Ve,e.memoizedState.cache)}return na(e,t,a)}function Qd(e,t,a){if(e!==null)if(e.memoizedProps!==t.pendingProps)Qe=!0;else{if(!nc(e,a)&&(t.flags&128)===0)return Qe=!1,eh(e,t,a);Qe=(e.flags&131072)!==0}else Qe=!1,pe&&(t.flags&1048576)!==0&&Eo(t,fn,t.index);switch(t.lanes=0,t.tag){case 16:e:{var l=t.pendingProps;if(e=Ia(t.elementType),t.type=e,typeof e=="function")ui(e)?(l=ll(e,l),t.tag=1,t=$d(null,t,e,l,a)):(t.tag=0,t=Fi(null,t,e,l,a));else{if(e!=null){var s=e.$$typeof;if(s===W){t.tag=11,t=Od(null,t,e,l,a);break e}else if(s===Z){t.tag=14,t=Ud(null,t,e,l,a);break e}}throw t=_e(e)||e,Error(c(306,t,""))}}return t;case 0:return Fi(e,t,t.type,t.pendingProps,a);case 1:return l=t.type,s=ll(l,t.pendingProps),$d(e,t,l,s,a);case 3:e:{if(Ke(t,t.stateNode.containerInfo),e===null)throw Error(c(387));l=t.pendingProps;var i=t.memoizedState;s=i.element,Ei(e,t),bn(t,l,null,a);var d=t.memoizedState;if(l=d.cache,ja(t,Ve,l),l!==i.cache&&yi(t,[Ve],a,!0),vn(),l=d.element,i.isDehydrated)if(i={element:l,isDehydrated:!1,cache:d.cache},t.updateQueue.baseState=i,t.memoizedState=i,t.flags&256){t=Yd(e,t,l,a);break e}else if(l!==s){s=At(Error(c(424)),t),mn(s),t=Yd(e,t,l,a);break e}else for(e=t.stateNode.containerInfo,e.nodeType===9?e=e.body:e=e.nodeName==="HTML"?e.ownerDocument.body:e,De=Dt(e.firstChild),et=t,pe=!0,va=null,zt=!0,a=Ho(t,null,l,a),t.child=a;a;)a.flags=a.flags&-3|4096,a=a.sibling;else{if(Ja(),l===s){t=na(e,t,a);break e}at(e,t,l,a)}t=t.child}return t;case 26:return Ys(e,t),e===null?(a=n0(t.type,null,t.pendingProps,null))?t.memoizedState=a:pe||(a=t.type,e=t.pendingProps,l=sr(fe.current).createElement(a),l[Ie]=t,l[ct]=e,lt(l,a,e),We(l),t.stateNode=l):t.memoizedState=n0(t.type,e.memoizedProps,t.pendingProps,e.memoizedState),null;case 27:return Wl(t),e===null&&pe&&(l=t.stateNode=t0(t.type,t.pendingProps,fe.current),et=t,zt=!0,s=De,Oa(t.type)?(Hc=s,De=Dt(l.firstChild)):De=s),at(e,t,t.pendingProps.children,a),Ys(e,t),e===null&&(t.flags|=4194304),t.child;case 5:return e===null&&pe&&((s=l=De)&&(l=Rh(l,t.type,t.pendingProps,zt),l!==null?(t.stateNode=l,et=t,De=Dt(l.firstChild),zt=!1,s=!0):s=!1),s||ba(t)),Wl(t),s=t.type,i=t.pendingProps,d=e!==null?e.memoizedProps:null,l=i.children,_c(s,i)?l=null:d!==null&&_c(s,d)&&(t.flags|=32),t.memoizedState!==null&&(s=zi(e,t,Xx,null,null,a),kn._currentValue=s),Ys(e,t),at(e,t,l,a),t.child;case 6:return e===null&&pe&&((e=a=De)&&(a=zh(a,t.pendingProps,zt),a!==null?(t.stateNode=a,et=t,De=null,e=!0):e=!1),e||ba(t)),null;case 13:return Gd(e,t,a);case 4:return Ke(t,t.stateNode.containerInfo),l=t.pendingProps,e===null?t.child=tl(t,null,l,a):at(e,t,l,a),t.child;case 11:return Od(e,t,t.type,t.pendingProps,a);case 7:return at(e,t,t.pendingProps,a),t.child;case 8:return at(e,t,t.pendingProps.children,a),t.child;case 12:return at(e,t,t.pendingProps.children,a),t.child;case 10:return l=t.pendingProps,ja(t,t.type,l.value),at(e,t,l.children,a),t.child;case 9:return s=t.type._context,l=t.pendingProps.children,Fa(t),s=tt(s),l=l(s),t.flags|=1,at(e,t,l,a),t.child;case 14:return Ud(e,t,t.type,t.pendingProps,a);case 15:return Ld(e,t,t.type,t.pendingProps,a);case 19:return Xd(e,t,a);case 31:return Ix(e,t,a);case 22:return Hd(e,t,a,t.pendingProps);case 24:return Fa(t),l=tt(Ve),e===null?(s=ji(),s===null&&(s=ze,i=vi(),s.pooledCache=i,i.refCount++,i!==null&&(s.pooledCacheLanes|=a),s=i),t.memoizedState={parent:l,cache:s},Si(t),ja(t,Ve,s)):((e.lanes&a)!==0&&(Ei(e,t),bn(t,null,null,a),vn()),s=e.memoizedState,i=t.memoizedState,s.parent!==l?(s={parent:l,cache:l},t.memoizedState=s,t.lanes===0&&(t.memoizedState=t.updateQueue.baseState=s),ja(t,Ve,l)):(l=i.cache,ja(t,Ve,l),l!==s.cache&&yi(t,[Ve],a,!0))),at(e,t,t.pendingProps.children,a),t.child;case 29:throw t.pendingProps}throw Error(c(156,t.tag))}function sa(e){e.flags|=4}function sc(e,t,a,l,s){if((t=(e.mode&32)!==0)&&(t=!1),t){if(e.flags|=16777216,(s&335544128)===s)if(e.stateNode.complete)e.flags|=8192;else if(bf())e.flags|=8192;else throw el=ws,Ni}else e.flags&=-16777217}function Zd(e,t){if(t.type!=="stylesheet"||(t.state.loading&4)!==0)e.flags&=-16777217;else if(e.flags|=16777216,!u0(t))if(bf())e.flags|=8192;else throw el=ws,Ni}function Vs(e,t){t!==null&&(e.flags|=4),e.flags&16384&&(t=e.tag!==22?Tu():536870912,e.lanes|=t,Ul|=t)}function Cn(e,t){if(!pe)switch(e.tailMode){case"hidden":t=e.tail;for(var a=null;t!==null;)t.alternate!==null&&(a=t),t=t.sibling;a===null?e.tail=null:a.sibling=null;break;case"collapsed":a=e.tail;for(var l=null;a!==null;)a.alternate!==null&&(l=a),a=a.sibling;l===null?t||e.tail===null?e.tail=null:e.tail.sibling=null:l.sibling=null}}function Oe(e){var t=e.alternate!==null&&e.alternate.child===e.child,a=0,l=0;if(t)for(var s=e.child;s!==null;)a|=s.lanes|s.childLanes,l|=s.subtreeFlags&65011712,l|=s.flags&65011712,s.return=e,s=s.sibling;else for(s=e.child;s!==null;)a|=s.lanes|s.childLanes,l|=s.subtreeFlags,l|=s.flags,s.return=e,s=s.sibling;return e.subtreeFlags|=l,e.childLanes=a,t}function th(e,t,a){var l=t.pendingProps;switch(mi(t),t.tag){case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return Oe(t),null;case 1:return Oe(t),null;case 3:return a=t.stateNode,l=null,e!==null&&(l=e.memoizedState.cache),t.memoizedState.cache!==l&&(t.flags|=2048),ta(Ve),$e(),a.pendingContext&&(a.context=a.pendingContext,a.pendingContext=null),(e===null||e.child===null)&&(Nl(t)?sa(t):e===null||e.memoizedState.isDehydrated&&(t.flags&256)===0||(t.flags|=1024,hi())),Oe(t),null;case 26:var s=t.type,i=t.memoizedState;return e===null?(sa(t),i!==null?(Oe(t),Zd(t,i)):(Oe(t),sc(t,s,null,l,a))):i?i!==e.memoizedState?(sa(t),Oe(t),Zd(t,i)):(Oe(t),t.flags&=-16777217):(e=e.memoizedProps,e!==l&&sa(t),Oe(t),sc(t,s,e,l,a)),null;case 27:if(ts(t),a=fe.current,s=t.type,e!==null&&t.stateNode!=null)e.memoizedProps!==l&&sa(t);else{if(!l){if(t.stateNode===null)throw Error(c(166));return Oe(t),null}e=P.current,Nl(t)?Co(t):(e=t0(s,l,a),t.stateNode=e,sa(t))}return Oe(t),null;case 5:if(ts(t),s=t.type,e!==null&&t.stateNode!=null)e.memoizedProps!==l&&sa(t);else{if(!l){if(t.stateNode===null)throw Error(c(166));return Oe(t),null}if(i=P.current,Nl(t))Co(t);else{var d=sr(fe.current);switch(i){case 1:i=d.createElementNS("http://www.w3.org/2000/svg",s);break;case 2:i=d.createElementNS("http://www.w3.org/1998/Math/MathML",s);break;default:switch(s){case"svg":i=d.createElementNS("http://www.w3.org/2000/svg",s);break;case"math":i=d.createElementNS("http://www.w3.org/1998/Math/MathML",s);break;case"script":i=d.createElement("div"),i.innerHTML="<script><\/script>",i=i.removeChild(i.firstChild);break;case"select":i=typeof l.is=="string"?d.createElement("select",{is:l.is}):d.createElement("select"),l.multiple?i.multiple=!0:l.size&&(i.size=l.size);break;default:i=typeof l.is=="string"?d.createElement(s,{is:l.is}):d.createElement(s)}}i[Ie]=t,i[ct]=l;e:for(d=t.child;d!==null;){if(d.tag===5||d.tag===6)i.appendChild(d.stateNode);else if(d.tag!==4&&d.tag!==27&&d.child!==null){d.child.return=d,d=d.child;continue}if(d===t)break e;for(;d.sibling===null;){if(d.return===null||d.return===t)break e;d=d.return}d.sibling.return=d.return,d=d.sibling}t.stateNode=i;e:switch(lt(i,s,l),s){case"button":case"input":case"select":case"textarea":l=!!l.autoFocus;break e;case"img":l=!0;break e;default:l=!1}l&&sa(t)}}return Oe(t),sc(t,t.type,e===null?null:e.memoizedProps,t.pendingProps,a),null;case 6:if(e&&t.stateNode!=null)e.memoizedProps!==l&&sa(t);else{if(typeof l!="string"&&t.stateNode===null)throw Error(c(166));if(e=fe.current,Nl(t)){if(e=t.stateNode,a=t.memoizedProps,l=null,s=et,s!==null)switch(s.tag){case 27:case 5:l=s.memoizedProps}e[Ie]=t,e=!!(e.nodeValue===a||l!==null&&l.suppressHydrationWarning===!0||Vf(e.nodeValue,a)),e||ba(t,!0)}else e=sr(e).createTextNode(l),e[Ie]=t,t.stateNode=e}return Oe(t),null;case 31:if(a=t.memoizedState,e===null||e.memoizedState!==null){if(l=Nl(t),a!==null){if(e===null){if(!l)throw Error(c(318));if(e=t.memoizedState,e=e!==null?e.dehydrated:null,!e)throw Error(c(557));e[Ie]=t}else Ja(),(t.flags&128)===0&&(t.memoizedState=null),t.flags|=4;Oe(t),e=!1}else a=hi(),e!==null&&e.memoizedState!==null&&(e.memoizedState.hydrationErrors=a),e=!0;if(!e)return t.flags&256?(jt(t),t):(jt(t),null);if((t.flags&128)!==0)throw Error(c(558))}return Oe(t),null;case 13:if(l=t.memoizedState,e===null||e.memoizedState!==null&&e.memoizedState.dehydrated!==null){if(s=Nl(t),l!==null&&l.dehydrated!==null){if(e===null){if(!s)throw Error(c(318));if(s=t.memoizedState,s=s!==null?s.dehydrated:null,!s)throw Error(c(317));s[Ie]=t}else Ja(),(t.flags&128)===0&&(t.memoizedState=null),t.flags|=4;Oe(t),s=!1}else s=hi(),e!==null&&e.memoizedState!==null&&(e.memoizedState.hydrationErrors=s),s=!0;if(!s)return t.flags&256?(jt(t),t):(jt(t),null)}return jt(t),(t.flags&128)!==0?(t.lanes=a,t):(a=l!==null,e=e!==null&&e.memoizedState!==null,a&&(l=t.child,s=null,l.alternate!==null&&l.alternate.memoizedState!==null&&l.alternate.memoizedState.cachePool!==null&&(s=l.alternate.memoizedState.cachePool.pool),i=null,l.memoizedState!==null&&l.memoizedState.cachePool!==null&&(i=l.memoizedState.cachePool.pool),i!==s&&(l.flags|=2048)),a!==e&&a&&(t.child.flags|=8192),Vs(t,t.updateQueue),Oe(t),null);case 4:return $e(),e===null&&wc(t.stateNode.containerInfo),Oe(t),null;case 10:return ta(t.type),Oe(t),null;case 19:if($(Ye),l=t.memoizedState,l===null)return Oe(t),null;if(s=(t.flags&128)!==0,i=l.rendering,i===null)if(s)Cn(l,!1);else{if(ke!==0||e!==null&&(e.flags&128)!==0)for(e=t.child;e!==null;){if(i=zs(e),i!==null){for(t.flags|=128,Cn(l,!1),e=i.updateQueue,t.updateQueue=e,Vs(t,e),t.subtreeFlags=0,e=a,a=t.child;a!==null;)jo(a,e),a=a.sibling;return Q(Ye,Ye.current&1|2),pe&&It(t,l.treeForkCount),t.child}e=e.sibling}l.tail!==null&&ht()>Js&&(t.flags|=128,s=!0,Cn(l,!1),t.lanes=4194304)}else{if(!s)if(e=zs(i),e!==null){if(t.flags|=128,s=!0,e=e.updateQueue,t.updateQueue=e,Vs(t,e),Cn(l,!0),l.tail===null&&l.tailMode==="hidden"&&!i.alternate&&!pe)return Oe(t),null}else 2*ht()-l.renderingStartTime>Js&&a!==536870912&&(t.flags|=128,s=!0,Cn(l,!1),t.lanes=4194304);l.isBackwards?(i.sibling=t.child,t.child=i):(e=l.last,e!==null?e.sibling=i:t.child=i,l.last=i)}return l.tail!==null?(e=l.tail,l.rendering=e,l.tail=e.sibling,l.renderingStartTime=ht(),e.sibling=null,a=Ye.current,Q(Ye,s?a&1|2:a&1),pe&&It(t,l.treeForkCount),e):(Oe(t),null);case 22:case 23:return jt(t),Ai(),l=t.memoizedState!==null,e!==null?e.memoizedState!==null!==l&&(t.flags|=8192):l&&(t.flags|=8192),l?(a&536870912)!==0&&(t.flags&128)===0&&(Oe(t),t.subtreeFlags&6&&(t.flags|=8192)):Oe(t),a=t.updateQueue,a!==null&&Vs(t,a.retryQueue),a=null,e!==null&&e.memoizedState!==null&&e.memoizedState.cachePool!==null&&(a=e.memoizedState.cachePool.pool),l=null,t.memoizedState!==null&&t.memoizedState.cachePool!==null&&(l=t.memoizedState.cachePool.pool),l!==a&&(t.flags|=2048),e!==null&&$(Pa),null;case 24:return a=null,e!==null&&(a=e.memoizedState.cache),t.memoizedState.cache!==a&&(t.flags|=2048),ta(Ve),Oe(t),null;case 25:return null;case 30:return null}throw Error(c(156,t.tag))}function ah(e,t){switch(mi(t),t.tag){case 1:return e=t.flags,e&65536?(t.flags=e&-65537|128,t):null;case 3:return ta(Ve),$e(),e=t.flags,(e&65536)!==0&&(e&128)===0?(t.flags=e&-65537|128,t):null;case 26:case 27:case 5:return ts(t),null;case 31:if(t.memoizedState!==null){if(jt(t),t.alternate===null)throw Error(c(340));Ja()}return e=t.flags,e&65536?(t.flags=e&-65537|128,t):null;case 13:if(jt(t),e=t.memoizedState,e!==null&&e.dehydrated!==null){if(t.alternate===null)throw Error(c(340));Ja()}return e=t.flags,e&65536?(t.flags=e&-65537|128,t):null;case 19:return $(Ye),null;case 4:return $e(),null;case 10:return ta(t.type),null;case 22:case 23:return jt(t),Ai(),e!==null&&$(Pa),e=t.flags,e&65536?(t.flags=e&-65537|128,t):null;case 24:return ta(Ve),null;case 25:return null;default:return null}}function Kd(e,t){switch(mi(t),t.tag){case 3:ta(Ve),$e();break;case 26:case 27:case 5:ts(t);break;case 4:$e();break;case 31:t.memoizedState!==null&&jt(t);break;case 13:jt(t);break;case 19:$(Ye);break;case 10:ta(t.type);break;case 22:case 23:jt(t),Ai(),e!==null&&$(Pa);break;case 24:ta(Ve)}}function wn(e,t){try{var a=t.updateQueue,l=a!==null?a.lastEffect:null;if(l!==null){var s=l.next;a=s;do{if((a.tag&e)===e){l=void 0;var i=a.create,d=a.inst;l=i(),d.destroy=l}a=a.next}while(a!==s)}}catch(g){Ce(t,t.return,g)}}function wa(e,t,a){try{var l=t.updateQueue,s=l!==null?l.lastEffect:null;if(s!==null){var i=s.next;l=i;do{if((l.tag&e)===e){var d=l.inst,g=d.destroy;if(g!==void 0){d.destroy=void 0,s=t;var E=a,z=g;try{z()}catch(k){Ce(s,E,k)}}}l=l.next}while(l!==i)}}catch(k){Ce(t,t.return,k)}}function Jd(e){var t=e.updateQueue;if(t!==null){var a=e.stateNode;try{qo(t,a)}catch(l){Ce(e,e.return,l)}}}function Wd(e,t,a){a.props=ll(e.type,e.memoizedProps),a.state=e.memoizedState;try{a.componentWillUnmount()}catch(l){Ce(e,t,l)}}function An(e,t){try{var a=e.ref;if(a!==null){switch(e.tag){case 26:case 27:case 5:var l=e.stateNode;break;case 30:l=e.stateNode;break;default:l=e.stateNode}typeof a=="function"?e.refCleanup=a(l):a.current=l}}catch(s){Ce(e,t,s)}}function Gt(e,t){var a=e.ref,l=e.refCleanup;if(a!==null)if(typeof l=="function")try{l()}catch(s){Ce(e,t,s)}finally{e.refCleanup=null,e=e.alternate,e!=null&&(e.refCleanup=null)}else if(typeof a=="function")try{a(null)}catch(s){Ce(e,t,s)}else a.current=null}function Fd(e){var t=e.type,a=e.memoizedProps,l=e.stateNode;try{e:switch(t){case"button":case"input":case"select":case"textarea":a.autoFocus&&l.focus();break e;case"img":a.src?l.src=a.src:a.srcSet&&(l.srcset=a.srcSet)}}catch(s){Ce(e,e.return,s)}}function rc(e,t,a){try{var l=e.stateNode;Eh(l,e.type,a,t),l[ct]=t}catch(s){Ce(e,e.return,s)}}function Pd(e){return e.tag===5||e.tag===3||e.tag===26||e.tag===27&&Oa(e.type)||e.tag===4}function ic(e){e:for(;;){for(;e.sibling===null;){if(e.return===null||Pd(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.tag===27&&Oa(e.type)||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 cc(e,t,a){var l=e.tag;if(l===5||l===6)e=e.stateNode,t?(a.nodeType===9?a.body:a.nodeName==="HTML"?a.ownerDocument.body:a).insertBefore(e,t):(t=a.nodeType===9?a.body:a.nodeName==="HTML"?a.ownerDocument.body:a,t.appendChild(e),a=a._reactRootContainer,a!=null||t.onclick!==null||(t.onclick=Wt));else if(l!==4&&(l===27&&Oa(e.type)&&(a=e.stateNode,t=null),e=e.child,e!==null))for(cc(e,t,a),e=e.sibling;e!==null;)cc(e,t,a),e=e.sibling}function Xs(e,t,a){var l=e.tag;if(l===5||l===6)e=e.stateNode,t?a.insertBefore(e,t):a.appendChild(e);else if(l!==4&&(l===27&&Oa(e.type)&&(a=e.stateNode),e=e.child,e!==null))for(Xs(e,t,a),e=e.sibling;e!==null;)Xs(e,t,a),e=e.sibling}function Id(e){var t=e.stateNode,a=e.memoizedProps;try{for(var l=e.type,s=t.attributes;s.length;)t.removeAttributeNode(s[0]);lt(t,l,a),t[Ie]=e,t[ct]=a}catch(i){Ce(e,e.return,i)}}var ra=!1,Ze=!1,uc=!1,ef=typeof WeakSet=="function"?WeakSet:Set,Fe=null;function lh(e,t){if(e=e.containerInfo,Rc=fr,e=fo(e),ai(e)){if("selectionStart"in e)var a={start:e.selectionStart,end:e.selectionEnd};else e:{a=(a=e.ownerDocument)&&a.defaultView||window;var l=a.getSelection&&a.getSelection();if(l&&l.rangeCount!==0){a=l.anchorNode;var s=l.anchorOffset,i=l.focusNode;l=l.focusOffset;try{a.nodeType,i.nodeType}catch{a=null;break e}var d=0,g=-1,E=-1,z=0,k=0,G=e,U=null;t:for(;;){for(var B;G!==a||s!==0&&G.nodeType!==3||(g=d+s),G!==i||l!==0&&G.nodeType!==3||(E=d+l),G.nodeType===3&&(d+=G.nodeValue.length),(B=G.firstChild)!==null;)U=G,G=B;for(;;){if(G===e)break t;if(U===a&&++z===s&&(g=d),U===i&&++k===l&&(E=d),(B=G.nextSibling)!==null)break;G=U,U=G.parentNode}G=B}a=g===-1||E===-1?null:{start:g,end:E}}else a=null}a=a||{start:0,end:0}}else a=null;for(zc={focusedElem:e,selectionRange:a},fr=!1,Fe=t;Fe!==null;)if(t=Fe,e=t.child,(t.subtreeFlags&1028)!==0&&e!==null)e.return=t,Fe=e;else for(;Fe!==null;){switch(t=Fe,i=t.alternate,e=t.flags,t.tag){case 0:if((e&4)!==0&&(e=t.updateQueue,e=e!==null?e.events:null,e!==null))for(a=0;a<e.length;a++)s=e[a],s.ref.impl=s.nextImpl;break;case 11:case 15:break;case 1:if((e&1024)!==0&&i!==null){e=void 0,a=t,s=i.memoizedProps,i=i.memoizedState,l=a.stateNode;try{var F=ll(a.type,s);e=l.getSnapshotBeforeUpdate(F,i),l.__reactInternalSnapshotBeforeUpdate=e}catch(se){Ce(a,a.return,se)}}break;case 3:if((e&1024)!==0){if(e=t.stateNode.containerInfo,a=e.nodeType,a===9)Oc(e);else if(a===1)switch(e.nodeName){case"HEAD":case"HTML":case"BODY":Oc(e);break;default:e.textContent=""}}break;case 5:case 26:case 27:case 6:case 4:case 17:break;default:if((e&1024)!==0)throw Error(c(163))}if(e=t.sibling,e!==null){e.return=t.return,Fe=e;break}Fe=t.return}}function tf(e,t,a){var l=a.flags;switch(a.tag){case 0:case 11:case 15:ca(e,a),l&4&&wn(5,a);break;case 1:if(ca(e,a),l&4)if(e=a.stateNode,t===null)try{e.componentDidMount()}catch(d){Ce(a,a.return,d)}else{var s=ll(a.type,t.memoizedProps);t=t.memoizedState;try{e.componentDidUpdate(s,t,e.__reactInternalSnapshotBeforeUpdate)}catch(d){Ce(a,a.return,d)}}l&64&&Jd(a),l&512&&An(a,a.return);break;case 3:if(ca(e,a),l&64&&(e=a.updateQueue,e!==null)){if(t=null,a.child!==null)switch(a.child.tag){case 27:case 5:t=a.child.stateNode;break;case 1:t=a.child.stateNode}try{qo(e,t)}catch(d){Ce(a,a.return,d)}}break;case 27:t===null&&l&4&&Id(a);case 26:case 5:ca(e,a),t===null&&l&4&&Fd(a),l&512&&An(a,a.return);break;case 12:ca(e,a);break;case 31:ca(e,a),l&4&&nf(e,a);break;case 13:ca(e,a),l&4&&sf(e,a),l&64&&(e=a.memoizedState,e!==null&&(e=e.dehydrated,e!==null&&(a=fh.bind(null,a),_h(e,a))));break;case 22:if(l=a.memoizedState!==null||ra,!l){t=t!==null&&t.memoizedState!==null||Ze,s=ra;var i=Ze;ra=l,(Ze=t)&&!i?ua(e,a,(a.subtreeFlags&8772)!==0):ca(e,a),ra=s,Ze=i}break;case 30:break;default:ca(e,a)}}function af(e){var t=e.alternate;t!==null&&(e.alternate=null,af(t)),e.child=null,e.deletions=null,e.sibling=null,e.tag===5&&(t=e.stateNode,t!==null&&qr(t)),e.stateNode=null,e.return=null,e.dependencies=null,e.memoizedProps=null,e.memoizedState=null,e.pendingProps=null,e.stateNode=null,e.updateQueue=null}var Le=null,ot=!1;function ia(e,t,a){for(a=a.child;a!==null;)lf(e,t,a),a=a.sibling}function lf(e,t,a){if(gt&&typeof gt.onCommitFiberUnmount=="function")try{gt.onCommitFiberUnmount(Fl,a)}catch{}switch(a.tag){case 26:Ze||Gt(a,t),ia(e,t,a),a.memoizedState?a.memoizedState.count--:a.stateNode&&(a=a.stateNode,a.parentNode.removeChild(a));break;case 27:Ze||Gt(a,t);var l=Le,s=ot;Oa(a.type)&&(Le=a.stateNode,ot=!1),ia(e,t,a),Hn(a.stateNode),Le=l,ot=s;break;case 5:Ze||Gt(a,t);case 6:if(l=Le,s=ot,Le=null,ia(e,t,a),Le=l,ot=s,Le!==null)if(ot)try{(Le.nodeType===9?Le.body:Le.nodeName==="HTML"?Le.ownerDocument.body:Le).removeChild(a.stateNode)}catch(i){Ce(a,t,i)}else try{Le.removeChild(a.stateNode)}catch(i){Ce(a,t,i)}break;case 18:Le!==null&&(ot?(e=Le,Wf(e.nodeType===9?e.body:e.nodeName==="HTML"?e.ownerDocument.body:e,a.stateNode),Gl(e)):Wf(Le,a.stateNode));break;case 4:l=Le,s=ot,Le=a.stateNode.containerInfo,ot=!0,ia(e,t,a),Le=l,ot=s;break;case 0:case 11:case 14:case 15:wa(2,a,t),Ze||wa(4,a,t),ia(e,t,a);break;case 1:Ze||(Gt(a,t),l=a.stateNode,typeof l.componentWillUnmount=="function"&&Wd(a,t,l)),ia(e,t,a);break;case 21:ia(e,t,a);break;case 22:Ze=(l=Ze)||a.memoizedState!==null,ia(e,t,a),Ze=l;break;default:ia(e,t,a)}}function nf(e,t){if(t.memoizedState===null&&(e=t.alternate,e!==null&&(e=e.memoizedState,e!==null))){e=e.dehydrated;try{Gl(e)}catch(a){Ce(t,t.return,a)}}}function sf(e,t){if(t.memoizedState===null&&(e=t.alternate,e!==null&&(e=e.memoizedState,e!==null&&(e=e.dehydrated,e!==null))))try{Gl(e)}catch(a){Ce(t,t.return,a)}}function nh(e){switch(e.tag){case 31:case 13:case 19:var t=e.stateNode;return t===null&&(t=e.stateNode=new ef),t;case 22:return e=e.stateNode,t=e._retryCache,t===null&&(t=e._retryCache=new ef),t;default:throw Error(c(435,e.tag))}}function Qs(e,t){var a=nh(e);t.forEach(function(l){if(!a.has(l)){a.add(l);var s=mh.bind(null,e,l);l.then(s,s)}})}function dt(e,t){var a=t.deletions;if(a!==null)for(var l=0;l<a.length;l++){var s=a[l],i=e,d=t,g=d;e:for(;g!==null;){switch(g.tag){case 27:if(Oa(g.type)){Le=g.stateNode,ot=!1;break e}break;case 5:Le=g.stateNode,ot=!1;break e;case 3:case 4:Le=g.stateNode.containerInfo,ot=!0;break e}g=g.return}if(Le===null)throw Error(c(160));lf(i,d,s),Le=null,ot=!1,i=s.alternate,i!==null&&(i.return=null),s.return=null}if(t.subtreeFlags&13886)for(t=t.child;t!==null;)rf(t,e),t=t.sibling}var Bt=null;function rf(e,t){var a=e.alternate,l=e.flags;switch(e.tag){case 0:case 11:case 14:case 15:dt(t,e),ft(e),l&4&&(wa(3,e,e.return),wn(3,e),wa(5,e,e.return));break;case 1:dt(t,e),ft(e),l&512&&(Ze||a===null||Gt(a,a.return)),l&64&&ra&&(e=e.updateQueue,e!==null&&(l=e.callbacks,l!==null&&(a=e.shared.hiddenCallbacks,e.shared.hiddenCallbacks=a===null?l:a.concat(l))));break;case 26:var s=Bt;if(dt(t,e),ft(e),l&512&&(Ze||a===null||Gt(a,a.return)),l&4){var i=a!==null?a.memoizedState:null;if(l=e.memoizedState,a===null)if(l===null)if(e.stateNode===null){e:{l=e.type,a=e.memoizedProps,s=s.ownerDocument||s;t:switch(l){case"title":i=s.getElementsByTagName("title")[0],(!i||i[en]||i[Ie]||i.namespaceURI==="http://www.w3.org/2000/svg"||i.hasAttribute("itemprop"))&&(i=s.createElement(l),s.head.insertBefore(i,s.querySelector("head > title"))),lt(i,l,a),i[Ie]=e,We(i),l=i;break e;case"link":var d=i0("link","href",s).get(l+(a.href||""));if(d){for(var g=0;g<d.length;g++)if(i=d[g],i.getAttribute("href")===(a.href==null||a.href===""?null:a.href)&&i.getAttribute("rel")===(a.rel==null?null:a.rel)&&i.getAttribute("title")===(a.title==null?null:a.title)&&i.getAttribute("crossorigin")===(a.crossOrigin==null?null:a.crossOrigin)){d.splice(g,1);break t}}i=s.createElement(l),lt(i,l,a),s.head.appendChild(i);break;case"meta":if(d=i0("meta","content",s).get(l+(a.content||""))){for(g=0;g<d.length;g++)if(i=d[g],i.getAttribute("content")===(a.content==null?null:""+a.content)&&i.getAttribute("name")===(a.name==null?null:a.name)&&i.getAttribute("property")===(a.property==null?null:a.property)&&i.getAttribute("http-equiv")===(a.httpEquiv==null?null:a.httpEquiv)&&i.getAttribute("charset")===(a.charSet==null?null:a.charSet)){d.splice(g,1);break t}}i=s.createElement(l),lt(i,l,a),s.head.appendChild(i);break;default:throw Error(c(468,l))}i[Ie]=e,We(i),l=i}e.stateNode=l}else c0(s,e.type,e.stateNode);else e.stateNode=r0(s,l,e.memoizedProps);else i!==l?(i===null?a.stateNode!==null&&(a=a.stateNode,a.parentNode.removeChild(a)):i.count--,l===null?c0(s,e.type,e.stateNode):r0(s,l,e.memoizedProps)):l===null&&e.stateNode!==null&&rc(e,e.memoizedProps,a.memoizedProps)}break;case 27:dt(t,e),ft(e),l&512&&(Ze||a===null||Gt(a,a.return)),a!==null&&l&4&&rc(e,e.memoizedProps,a.memoizedProps);break;case 5:if(dt(t,e),ft(e),l&512&&(Ze||a===null||Gt(a,a.return)),e.flags&32){s=e.stateNode;try{fl(s,"")}catch(F){Ce(e,e.return,F)}}l&4&&e.stateNode!=null&&(s=e.memoizedProps,rc(e,s,a!==null?a.memoizedProps:s)),l&1024&&(uc=!0);break;case 6:if(dt(t,e),ft(e),l&4){if(e.stateNode===null)throw Error(c(162));l=e.memoizedProps,a=e.stateNode;try{a.nodeValue=l}catch(F){Ce(e,e.return,F)}}break;case 3:if(cr=null,s=Bt,Bt=rr(t.containerInfo),dt(t,e),Bt=s,ft(e),l&4&&a!==null&&a.memoizedState.isDehydrated)try{Gl(t.containerInfo)}catch(F){Ce(e,e.return,F)}uc&&(uc=!1,cf(e));break;case 4:l=Bt,Bt=rr(e.stateNode.containerInfo),dt(t,e),ft(e),Bt=l;break;case 12:dt(t,e),ft(e);break;case 31:dt(t,e),ft(e),l&4&&(l=e.updateQueue,l!==null&&(e.updateQueue=null,Qs(e,l)));break;case 13:dt(t,e),ft(e),e.child.flags&8192&&e.memoizedState!==null!=(a!==null&&a.memoizedState!==null)&&(Ks=ht()),l&4&&(l=e.updateQueue,l!==null&&(e.updateQueue=null,Qs(e,l)));break;case 22:s=e.memoizedState!==null;var E=a!==null&&a.memoizedState!==null,z=ra,k=Ze;if(ra=z||s,Ze=k||E,dt(t,e),Ze=k,ra=z,ft(e),l&8192)e:for(t=e.stateNode,t._visibility=s?t._visibility&-2:t._visibility|1,s&&(a===null||E||ra||Ze||nl(e)),a=null,t=e;;){if(t.tag===5||t.tag===26){if(a===null){E=a=t;try{if(i=E.stateNode,s)d=i.style,typeof d.setProperty=="function"?d.setProperty("display","none","important"):d.display="none";else{g=E.stateNode;var G=E.memoizedProps.style,U=G!=null&&G.hasOwnProperty("display")?G.display:null;g.style.display=U==null||typeof U=="boolean"?"":(""+U).trim()}}catch(F){Ce(E,E.return,F)}}}else if(t.tag===6){if(a===null){E=t;try{E.stateNode.nodeValue=s?"":E.memoizedProps}catch(F){Ce(E,E.return,F)}}}else if(t.tag===18){if(a===null){E=t;try{var B=E.stateNode;s?Ff(B,!0):Ff(E.stateNode,!1)}catch(F){Ce(E,E.return,F)}}}else if((t.tag!==22&&t.tag!==23||t.memoizedState===null||t===e)&&t.child!==null){t.child.return=t,t=t.child;continue}if(t===e)break e;for(;t.sibling===null;){if(t.return===null||t.return===e)break e;a===t&&(a=null),t=t.return}a===t&&(a=null),t.sibling.return=t.return,t=t.sibling}l&4&&(l=e.updateQueue,l!==null&&(a=l.retryQueue,a!==null&&(l.retryQueue=null,Qs(e,a))));break;case 19:dt(t,e),ft(e),l&4&&(l=e.updateQueue,l!==null&&(e.updateQueue=null,Qs(e,l)));break;case 30:break;case 21:break;default:dt(t,e),ft(e)}}function ft(e){var t=e.flags;if(t&2){try{for(var a,l=e.return;l!==null;){if(Pd(l)){a=l;break}l=l.return}if(a==null)throw Error(c(160));switch(a.tag){case 27:var s=a.stateNode,i=ic(e);Xs(e,i,s);break;case 5:var d=a.stateNode;a.flags&32&&(fl(d,""),a.flags&=-33);var g=ic(e);Xs(e,g,d);break;case 3:case 4:var E=a.stateNode.containerInfo,z=ic(e);cc(e,z,E);break;default:throw Error(c(161))}}catch(k){Ce(e,e.return,k)}e.flags&=-3}t&4096&&(e.flags&=-4097)}function cf(e){if(e.subtreeFlags&1024)for(e=e.child;e!==null;){var t=e;cf(t),t.tag===5&&t.flags&1024&&t.stateNode.reset(),e=e.sibling}}function ca(e,t){if(t.subtreeFlags&8772)for(t=t.child;t!==null;)tf(e,t.alternate,t),t=t.sibling}function nl(e){for(e=e.child;e!==null;){var t=e;switch(t.tag){case 0:case 11:case 14:case 15:wa(4,t,t.return),nl(t);break;case 1:Gt(t,t.return);var a=t.stateNode;typeof a.componentWillUnmount=="function"&&Wd(t,t.return,a),nl(t);break;case 27:Hn(t.stateNode);case 26:case 5:Gt(t,t.return),nl(t);break;case 22:t.memoizedState===null&&nl(t);break;case 30:nl(t);break;default:nl(t)}e=e.sibling}}function ua(e,t,a){for(a=a&&(t.subtreeFlags&8772)!==0,t=t.child;t!==null;){var l=t.alternate,s=e,i=t,d=i.flags;switch(i.tag){case 0:case 11:case 15:ua(s,i,a),wn(4,i);break;case 1:if(ua(s,i,a),l=i,s=l.stateNode,typeof s.componentDidMount=="function")try{s.componentDidMount()}catch(z){Ce(l,l.return,z)}if(l=i,s=l.updateQueue,s!==null){var g=l.stateNode;try{var E=s.shared.hiddenCallbacks;if(E!==null)for(s.shared.hiddenCallbacks=null,s=0;s<E.length;s++)Bo(E[s],g)}catch(z){Ce(l,l.return,z)}}a&&d&64&&Jd(i),An(i,i.return);break;case 27:Id(i);case 26:case 5:ua(s,i,a),a&&l===null&&d&4&&Fd(i),An(i,i.return);break;case 12:ua(s,i,a);break;case 31:ua(s,i,a),a&&d&4&&nf(s,i);break;case 13:ua(s,i,a),a&&d&4&&sf(s,i);break;case 22:i.memoizedState===null&&ua(s,i,a),An(i,i.return);break;case 30:break;default:ua(s,i,a)}t=t.sibling}}function oc(e,t){var a=null;e!==null&&e.memoizedState!==null&&e.memoizedState.cachePool!==null&&(a=e.memoizedState.cachePool.pool),e=null,t.memoizedState!==null&&t.memoizedState.cachePool!==null&&(e=t.memoizedState.cachePool.pool),e!==a&&(e!=null&&e.refCount++,a!=null&&xn(a))}function dc(e,t){e=null,t.alternate!==null&&(e=t.alternate.memoizedState.cache),t=t.memoizedState.cache,t!==e&&(t.refCount++,e!=null&&xn(e))}function qt(e,t,a,l){if(t.subtreeFlags&10256)for(t=t.child;t!==null;)uf(e,t,a,l),t=t.sibling}function uf(e,t,a,l){var s=t.flags;switch(t.tag){case 0:case 11:case 15:qt(e,t,a,l),s&2048&&wn(9,t);break;case 1:qt(e,t,a,l);break;case 3:qt(e,t,a,l),s&2048&&(e=null,t.alternate!==null&&(e=t.alternate.memoizedState.cache),t=t.memoizedState.cache,t!==e&&(t.refCount++,e!=null&&xn(e)));break;case 12:if(s&2048){qt(e,t,a,l),e=t.stateNode;try{var i=t.memoizedProps,d=i.id,g=i.onPostCommit;typeof g=="function"&&g(d,t.alternate===null?"mount":"update",e.passiveEffectDuration,-0)}catch(E){Ce(t,t.return,E)}}else qt(e,t,a,l);break;case 31:qt(e,t,a,l);break;case 13:qt(e,t,a,l);break;case 23:break;case 22:i=t.stateNode,d=t.alternate,t.memoizedState!==null?i._visibility&2?qt(e,t,a,l):Mn(e,t):i._visibility&2?qt(e,t,a,l):(i._visibility|=2,_l(e,t,a,l,(t.subtreeFlags&10256)!==0||!1)),s&2048&&oc(d,t);break;case 24:qt(e,t,a,l),s&2048&&dc(t.alternate,t);break;default:qt(e,t,a,l)}}function _l(e,t,a,l,s){for(s=s&&((t.subtreeFlags&10256)!==0||!1),t=t.child;t!==null;){var i=e,d=t,g=a,E=l,z=d.flags;switch(d.tag){case 0:case 11:case 15:_l(i,d,g,E,s),wn(8,d);break;case 23:break;case 22:var k=d.stateNode;d.memoizedState!==null?k._visibility&2?_l(i,d,g,E,s):Mn(i,d):(k._visibility|=2,_l(i,d,g,E,s)),s&&z&2048&&oc(d.alternate,d);break;case 24:_l(i,d,g,E,s),s&&z&2048&&dc(d.alternate,d);break;default:_l(i,d,g,E,s)}t=t.sibling}}function Mn(e,t){if(t.subtreeFlags&10256)for(t=t.child;t!==null;){var a=e,l=t,s=l.flags;switch(l.tag){case 22:Mn(a,l),s&2048&&oc(l.alternate,l);break;case 24:Mn(a,l),s&2048&&dc(l.alternate,l);break;default:Mn(a,l)}t=t.sibling}}var Rn=8192;function Dl(e,t,a){if(e.subtreeFlags&Rn)for(e=e.child;e!==null;)of(e,t,a),e=e.sibling}function of(e,t,a){switch(e.tag){case 26:Dl(e,t,a),e.flags&Rn&&e.memoizedState!==null&&Vh(a,Bt,e.memoizedState,e.memoizedProps);break;case 5:Dl(e,t,a);break;case 3:case 4:var l=Bt;Bt=rr(e.stateNode.containerInfo),Dl(e,t,a),Bt=l;break;case 22:e.memoizedState===null&&(l=e.alternate,l!==null&&l.memoizedState!==null?(l=Rn,Rn=16777216,Dl(e,t,a),Rn=l):Dl(e,t,a));break;default:Dl(e,t,a)}}function df(e){var t=e.alternate;if(t!==null&&(e=t.child,e!==null)){t.child=null;do t=e.sibling,e.sibling=null,e=t;while(e!==null)}}function zn(e){var t=e.deletions;if((e.flags&16)!==0){if(t!==null)for(var a=0;a<t.length;a++){var l=t[a];Fe=l,mf(l,e)}df(e)}if(e.subtreeFlags&10256)for(e=e.child;e!==null;)ff(e),e=e.sibling}function ff(e){switch(e.tag){case 0:case 11:case 15:zn(e),e.flags&2048&&wa(9,e,e.return);break;case 3:zn(e);break;case 12:zn(e);break;case 22:var t=e.stateNode;e.memoizedState!==null&&t._visibility&2&&(e.return===null||e.return.tag!==13)?(t._visibility&=-3,Zs(e)):zn(e);break;default:zn(e)}}function Zs(e){var t=e.deletions;if((e.flags&16)!==0){if(t!==null)for(var a=0;a<t.length;a++){var l=t[a];Fe=l,mf(l,e)}df(e)}for(e=e.child;e!==null;){switch(t=e,t.tag){case 0:case 11:case 15:wa(8,t,t.return),Zs(t);break;case 22:a=t.stateNode,a._visibility&2&&(a._visibility&=-3,Zs(t));break;default:Zs(t)}e=e.sibling}}function mf(e,t){for(;Fe!==null;){var a=Fe;switch(a.tag){case 0:case 11:case 15:wa(8,a,t);break;case 23:case 22:if(a.memoizedState!==null&&a.memoizedState.cachePool!==null){var l=a.memoizedState.cachePool.pool;l!=null&&l.refCount++}break;case 24:xn(a.memoizedState.cache)}if(l=a.child,l!==null)l.return=a,Fe=l;else e:for(a=e;Fe!==null;){l=Fe;var s=l.sibling,i=l.return;if(af(l),l===a){Fe=null;break e}if(s!==null){s.return=i,Fe=s;break e}Fe=i}}}var sh={getCacheForType:function(e){var t=tt(Ve),a=t.data.get(e);return a===void 0&&(a=e(),t.data.set(e,a)),a},cacheSignal:function(){return tt(Ve).controller.signal}},rh=typeof WeakMap=="function"?WeakMap:Map,Se=0,ze=null,me=null,he=0,Te=0,Nt=null,Aa=!1,Ol=!1,fc=!1,oa=0,ke=0,Ma=0,sl=0,mc=0,St=0,Ul=0,_n=null,mt=null,xc=!1,Ks=0,xf=0,Js=1/0,Ws=null,Ra=null,Je=0,za=null,Ll=null,da=0,hc=0,gc=null,hf=null,Dn=0,pc=null;function Et(){return(Se&2)!==0&&he!==0?he&-he:q.T!==null?Sc():Mu()}function gf(){if(St===0)if((he&536870912)===0||pe){var e=ns;ns<<=1,(ns&3932160)===0&&(ns=262144),St=e}else St=536870912;return e=bt.current,e!==null&&(e.flags|=32),St}function xt(e,t,a){(e===ze&&(Te===2||Te===9)||e.cancelPendingCommit!==null)&&(Hl(e,0),_a(e,he,St,!1)),Il(e,a),((Se&2)===0||e!==ze)&&(e===ze&&((Se&2)===0&&(sl|=a),ke===4&&_a(e,he,St,!1)),Vt(e))}function pf(e,t,a){if((Se&6)!==0)throw Error(c(327));var l=!a&&(t&127)===0&&(t&e.expiredLanes)===0||Pl(e,t),s=l?uh(e,t):vc(e,t,!0),i=l;do{if(s===0){Ol&&!l&&_a(e,t,0,!1);break}else{if(a=e.current.alternate,i&&!ih(a)){s=vc(e,t,!1),i=!1;continue}if(s===2){if(i=t,e.errorRecoveryDisabledLanes&i)var d=0;else d=e.pendingLanes&-536870913,d=d!==0?d:d&536870912?536870912:0;if(d!==0){t=d;e:{var g=e;s=_n;var E=g.current.memoizedState.isDehydrated;if(E&&(Hl(g,d).flags|=256),d=vc(g,d,!1),d!==2){if(fc&&!E){g.errorRecoveryDisabledLanes|=i,sl|=i,s=4;break e}i=mt,mt=s,i!==null&&(mt===null?mt=i:mt.push.apply(mt,i))}s=d}if(i=!1,s!==2)continue}}if(s===1){Hl(e,0),_a(e,t,0,!0);break}e:{switch(l=e,i=s,i){case 0:case 1:throw Error(c(345));case 4:if((t&4194048)!==t)break;case 6:_a(l,t,St,!Aa);break e;case 2:mt=null;break;case 3:case 5:break;default:throw Error(c(329))}if((t&62914560)===t&&(s=Ks+300-ht(),10<s)){if(_a(l,t,St,!Aa),rs(l,0,!0)!==0)break e;da=t,l.timeoutHandle=Kf(yf.bind(null,l,a,mt,Ws,xc,t,St,sl,Ul,Aa,i,"Throttled",-0,0),s);break e}yf(l,a,mt,Ws,xc,t,St,sl,Ul,Aa,i,null,-0,0)}}break}while(!0);Vt(e)}function yf(e,t,a,l,s,i,d,g,E,z,k,G,U,B){if(e.timeoutHandle=-1,G=t.subtreeFlags,G&8192||(G&16785408)===16785408){G={stylesheets:null,count:0,imgCount:0,imgBytes:0,suspenseyImages:[],waitingForImages:!0,waitingForViewTransition:!1,unsuspend:Wt},of(t,i,G);var F=(i&62914560)===i?Ks-ht():(i&4194048)===i?xf-ht():0;if(F=Xh(G,F),F!==null){da=i,e.cancelPendingCommit=F(Cf.bind(null,e,t,i,a,l,s,d,g,E,k,G,null,U,B)),_a(e,i,d,!z);return}}Cf(e,t,i,a,l,s,d,g,E)}function ih(e){for(var t=e;;){var a=t.tag;if((a===0||a===11||a===15)&&t.flags&16384&&(a=t.updateQueue,a!==null&&(a=a.stores,a!==null)))for(var l=0;l<a.length;l++){var s=a[l],i=s.getSnapshot;s=s.value;try{if(!yt(i(),s))return!1}catch{return!1}}if(a=t.child,t.subtreeFlags&16384&&a!==null)a.return=t,t=a;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 _a(e,t,a,l){t&=~mc,t&=~sl,e.suspendedLanes|=t,e.pingedLanes&=~t,l&&(e.warmLanes|=t),l=e.expirationTimes;for(var s=t;0<s;){var i=31-pt(s),d=1<<i;l[i]=-1,s&=~d}a!==0&&Cu(e,a,t)}function Fs(){return(Se&6)===0?(On(0),!1):!0}function yc(){if(me!==null){if(Te===0)var e=me.return;else e=me,ea=Wa=null,Oi(e),wl=null,gn=0,e=me;for(;e!==null;)Kd(e.alternate,e),e=e.return;me=null}}function Hl(e,t){var a=e.timeoutHandle;a!==-1&&(e.timeoutHandle=-1,wh(a)),a=e.cancelPendingCommit,a!==null&&(e.cancelPendingCommit=null,a()),da=0,yc(),ze=e,me=a=Pt(e.current,null),he=t,Te=0,Nt=null,Aa=!1,Ol=Pl(e,t),fc=!1,Ul=St=mc=sl=Ma=ke=0,mt=_n=null,xc=!1,(t&8)!==0&&(t|=t&32);var l=e.entangledLanes;if(l!==0)for(e=e.entanglements,l&=t;0<l;){var s=31-pt(l),i=1<<s;t|=e[s],l&=~i}return oa=t,ys(),a}function vf(e,t){oe=null,q.H=En,t===Cl||t===Cs?(t=Oo(),Te=3):t===Ni?(t=Oo(),Te=4):Te=t===Wi?8:t!==null&&typeof t=="object"&&typeof t.then=="function"?6:1,Nt=t,me===null&&(ke=1,ks(e,At(t,e.current)))}function bf(){var e=bt.current;return e===null?!0:(he&4194048)===he?_t===null:(he&62914560)===he||(he&536870912)!==0?e===_t:!1}function jf(){var e=q.H;return q.H=En,e===null?En:e}function Nf(){var e=q.A;return q.A=sh,e}function Ps(){ke=4,Aa||(he&4194048)!==he&&bt.current!==null||(Ol=!0),(Ma&134217727)===0&&(sl&134217727)===0||ze===null||_a(ze,he,St,!1)}function vc(e,t,a){var l=Se;Se|=2;var s=jf(),i=Nf();(ze!==e||he!==t)&&(Ws=null,Hl(e,t)),t=!1;var d=ke;e:do try{if(Te!==0&&me!==null){var g=me,E=Nt;switch(Te){case 8:yc(),d=6;break e;case 3:case 2:case 9:case 6:bt.current===null&&(t=!0);var z=Te;if(Te=0,Nt=null,Bl(e,g,E,z),a&&Ol){d=0;break e}break;default:z=Te,Te=0,Nt=null,Bl(e,g,E,z)}}ch(),d=ke;break}catch(k){vf(e,k)}while(!0);return t&&e.shellSuspendCounter++,ea=Wa=null,Se=l,q.H=s,q.A=i,me===null&&(ze=null,he=0,ys()),d}function ch(){for(;me!==null;)Sf(me)}function uh(e,t){var a=Se;Se|=2;var l=jf(),s=Nf();ze!==e||he!==t?(Ws=null,Js=ht()+500,Hl(e,t)):Ol=Pl(e,t);e:do try{if(Te!==0&&me!==null){t=me;var i=Nt;t:switch(Te){case 1:Te=0,Nt=null,Bl(e,t,i,1);break;case 2:case 9:if(_o(i)){Te=0,Nt=null,Ef(t);break}t=function(){Te!==2&&Te!==9||ze!==e||(Te=7),Vt(e)},i.then(t,t);break e;case 3:Te=7;break e;case 4:Te=5;break e;case 7:_o(i)?(Te=0,Nt=null,Ef(t)):(Te=0,Nt=null,Bl(e,t,i,7));break;case 5:var d=null;switch(me.tag){case 26:d=me.memoizedState;case 5:case 27:var g=me;if(d?u0(d):g.stateNode.complete){Te=0,Nt=null;var E=g.sibling;if(E!==null)me=E;else{var z=g.return;z!==null?(me=z,Is(z)):me=null}break t}}Te=0,Nt=null,Bl(e,t,i,5);break;case 6:Te=0,Nt=null,Bl(e,t,i,6);break;case 8:yc(),ke=6;break e;default:throw Error(c(462))}}oh();break}catch(k){vf(e,k)}while(!0);return ea=Wa=null,q.H=l,q.A=s,Se=a,me!==null?0:(ze=null,he=0,ys(),ke)}function oh(){for(;me!==null&&!Dm();)Sf(me)}function Sf(e){var t=Qd(e.alternate,e,oa);e.memoizedProps=e.pendingProps,t===null?Is(e):me=t}function Ef(e){var t=e,a=t.alternate;switch(t.tag){case 15:case 0:t=kd(a,t,t.pendingProps,t.type,void 0,he);break;case 11:t=kd(a,t,t.pendingProps,t.type.render,t.ref,he);break;case 5:Oi(t);default:Kd(a,t),t=me=jo(t,oa),t=Qd(a,t,oa)}e.memoizedProps=e.pendingProps,t===null?Is(e):me=t}function Bl(e,t,a,l){ea=Wa=null,Oi(t),wl=null,gn=0;var s=t.return;try{if(Px(e,s,t,a,he)){ke=1,ks(e,At(a,e.current)),me=null;return}}catch(i){if(s!==null)throw me=s,i;ke=1,ks(e,At(a,e.current)),me=null;return}t.flags&32768?(pe||l===1?e=!0:Ol||(he&536870912)!==0?e=!1:(Aa=e=!0,(l===2||l===9||l===3||l===6)&&(l=bt.current,l!==null&&l.tag===13&&(l.flags|=16384))),Tf(t,e)):Is(t)}function Is(e){var t=e;do{if((t.flags&32768)!==0){Tf(t,Aa);return}e=t.return;var a=th(t.alternate,t,oa);if(a!==null){me=a;return}if(t=t.sibling,t!==null){me=t;return}me=t=e}while(t!==null);ke===0&&(ke=5)}function Tf(e,t){do{var a=ah(e.alternate,e);if(a!==null){a.flags&=32767,me=a;return}if(a=e.return,a!==null&&(a.flags|=32768,a.subtreeFlags=0,a.deletions=null),!t&&(e=e.sibling,e!==null)){me=e;return}me=e=a}while(e!==null);ke=6,me=null}function Cf(e,t,a,l,s,i,d,g,E){e.cancelPendingCommit=null;do er();while(Je!==0);if((Se&6)!==0)throw Error(c(327));if(t!==null){if(t===e.current)throw Error(c(177));if(i=t.lanes|t.childLanes,i|=ii,Gm(e,a,i,d,g,E),e===ze&&(me=ze=null,he=0),Ll=t,za=e,da=a,hc=i,gc=s,hf=l,(t.subtreeFlags&10256)!==0||(t.flags&10256)!==0?(e.callbackNode=null,e.callbackPriority=0,xh(as,function(){return zf(),null})):(e.callbackNode=null,e.callbackPriority=0),l=(t.flags&13878)!==0,(t.subtreeFlags&13878)!==0||l){l=q.T,q.T=null,s=X.p,X.p=2,d=Se,Se|=4;try{lh(e,t,a)}finally{Se=d,X.p=s,q.T=l}}Je=1,wf(),Af(),Mf()}}function wf(){if(Je===1){Je=0;var e=za,t=Ll,a=(t.flags&13878)!==0;if((t.subtreeFlags&13878)!==0||a){a=q.T,q.T=null;var l=X.p;X.p=2;var s=Se;Se|=4;try{rf(t,e);var i=zc,d=fo(e.containerInfo),g=i.focusedElem,E=i.selectionRange;if(d!==g&&g&&g.ownerDocument&&oo(g.ownerDocument.documentElement,g)){if(E!==null&&ai(g)){var z=E.start,k=E.end;if(k===void 0&&(k=z),"selectionStart"in g)g.selectionStart=z,g.selectionEnd=Math.min(k,g.value.length);else{var G=g.ownerDocument||document,U=G&&G.defaultView||window;if(U.getSelection){var B=U.getSelection(),F=g.textContent.length,se=Math.min(E.start,F),Me=E.end===void 0?se:Math.min(E.end,F);!B.extend&&se>Me&&(d=Me,Me=se,se=d);var M=uo(g,se),C=uo(g,Me);if(M&&C&&(B.rangeCount!==1||B.anchorNode!==M.node||B.anchorOffset!==M.offset||B.focusNode!==C.node||B.focusOffset!==C.offset)){var R=G.createRange();R.setStart(M.node,M.offset),B.removeAllRanges(),se>Me?(B.addRange(R),B.extend(C.node,C.offset)):(R.setEnd(C.node,C.offset),B.addRange(R))}}}}for(G=[],B=g;B=B.parentNode;)B.nodeType===1&&G.push({element:B,left:B.scrollLeft,top:B.scrollTop});for(typeof g.focus=="function"&&g.focus(),g=0;g<G.length;g++){var Y=G[g];Y.element.scrollLeft=Y.left,Y.element.scrollTop=Y.top}}fr=!!Rc,zc=Rc=null}finally{Se=s,X.p=l,q.T=a}}e.current=t,Je=2}}function Af(){if(Je===2){Je=0;var e=za,t=Ll,a=(t.flags&8772)!==0;if((t.subtreeFlags&8772)!==0||a){a=q.T,q.T=null;var l=X.p;X.p=2;var s=Se;Se|=4;try{tf(e,t.alternate,t)}finally{Se=s,X.p=l,q.T=a}}Je=3}}function Mf(){if(Je===4||Je===3){Je=0,Om();var e=za,t=Ll,a=da,l=hf;(t.subtreeFlags&10256)!==0||(t.flags&10256)!==0?Je=5:(Je=0,Ll=za=null,Rf(e,e.pendingLanes));var s=e.pendingLanes;if(s===0&&(Ra=null),Hr(a),t=t.stateNode,gt&&typeof gt.onCommitFiberRoot=="function")try{gt.onCommitFiberRoot(Fl,t,void 0,(t.current.flags&128)===128)}catch{}if(l!==null){t=q.T,s=X.p,X.p=2,q.T=null;try{for(var i=e.onRecoverableError,d=0;d<l.length;d++){var g=l[d];i(g.value,{componentStack:g.stack})}}finally{q.T=t,X.p=s}}(da&3)!==0&&er(),Vt(e),s=e.pendingLanes,(a&261930)!==0&&(s&42)!==0?e===pc?Dn++:(Dn=0,pc=e):Dn=0,On(0)}}function Rf(e,t){(e.pooledCacheLanes&=t)===0&&(t=e.pooledCache,t!=null&&(e.pooledCache=null,xn(t)))}function er(){return wf(),Af(),Mf(),zf()}function zf(){if(Je!==5)return!1;var e=za,t=hc;hc=0;var a=Hr(da),l=q.T,s=X.p;try{X.p=32>a?32:a,q.T=null,a=gc,gc=null;var i=za,d=da;if(Je=0,Ll=za=null,da=0,(Se&6)!==0)throw Error(c(331));var g=Se;if(Se|=4,ff(i.current),uf(i,i.current,d,a),Se=g,On(0,!1),gt&&typeof gt.onPostCommitFiberRoot=="function")try{gt.onPostCommitFiberRoot(Fl,i)}catch{}return!0}finally{X.p=s,q.T=l,Rf(e,t)}}function _f(e,t,a){t=At(a,t),t=Ji(e.stateNode,t,2),e=Ea(e,t,2),e!==null&&(Il(e,2),Vt(e))}function Ce(e,t,a){if(e.tag===3)_f(e,e,a);else for(;t!==null;){if(t.tag===3){_f(t,e,a);break}else if(t.tag===1){var l=t.stateNode;if(typeof t.type.getDerivedStateFromError=="function"||typeof l.componentDidCatch=="function"&&(Ra===null||!Ra.has(l))){e=At(a,e),a=_d(2),l=Ea(t,a,2),l!==null&&(Dd(a,l,t,e),Il(l,2),Vt(l));break}}t=t.return}}function bc(e,t,a){var l=e.pingCache;if(l===null){l=e.pingCache=new rh;var s=new Set;l.set(t,s)}else s=l.get(t),s===void 0&&(s=new Set,l.set(t,s));s.has(a)||(fc=!0,s.add(a),e=dh.bind(null,e,t,a),t.then(e,e))}function dh(e,t,a){var l=e.pingCache;l!==null&&l.delete(t),e.pingedLanes|=e.suspendedLanes&a,e.warmLanes&=~a,ze===e&&(he&a)===a&&(ke===4||ke===3&&(he&62914560)===he&&300>ht()-Ks?(Se&2)===0&&Hl(e,0):mc|=a,Ul===he&&(Ul=0)),Vt(e)}function Df(e,t){t===0&&(t=Tu()),e=Za(e,t),e!==null&&(Il(e,t),Vt(e))}function fh(e){var t=e.memoizedState,a=0;t!==null&&(a=t.retryLane),Df(e,a)}function mh(e,t){var a=0;switch(e.tag){case 31:case 13:var l=e.stateNode,s=e.memoizedState;s!==null&&(a=s.retryLane);break;case 19:l=e.stateNode;break;case 22:l=e.stateNode._retryCache;break;default:throw Error(c(314))}l!==null&&l.delete(t),Df(e,a)}function xh(e,t){return Dr(e,t)}var tr=null,ql=null,jc=!1,ar=!1,Nc=!1,Da=0;function Vt(e){e!==ql&&e.next===null&&(ql===null?tr=ql=e:ql=ql.next=e),ar=!0,jc||(jc=!0,gh())}function On(e,t){if(!Nc&&ar){Nc=!0;do for(var a=!1,l=tr;l!==null;){if(e!==0){var s=l.pendingLanes;if(s===0)var i=0;else{var d=l.suspendedLanes,g=l.pingedLanes;i=(1<<31-pt(42|e)+1)-1,i&=s&~(d&~g),i=i&201326741?i&201326741|1:i?i|2:0}i!==0&&(a=!0,Hf(l,i))}else i=he,i=rs(l,l===ze?i:0,l.cancelPendingCommit!==null||l.timeoutHandle!==-1),(i&3)===0||Pl(l,i)||(a=!0,Hf(l,i));l=l.next}while(a);Nc=!1}}function hh(){Of()}function Of(){ar=jc=!1;var e=0;Da!==0&&Ch()&&(e=Da);for(var t=ht(),a=null,l=tr;l!==null;){var s=l.next,i=Uf(l,t);i===0?(l.next=null,a===null?tr=s:a.next=s,s===null&&(ql=a)):(a=l,(e!==0||(i&3)!==0)&&(ar=!0)),l=s}Je!==0&&Je!==5||On(e),Da!==0&&(Da=0)}function Uf(e,t){for(var a=e.suspendedLanes,l=e.pingedLanes,s=e.expirationTimes,i=e.pendingLanes&-62914561;0<i;){var d=31-pt(i),g=1<<d,E=s[d];E===-1?((g&a)===0||(g&l)!==0)&&(s[d]=Ym(g,t)):E<=t&&(e.expiredLanes|=g),i&=~g}if(t=ze,a=he,a=rs(e,e===t?a:0,e.cancelPendingCommit!==null||e.timeoutHandle!==-1),l=e.callbackNode,a===0||e===t&&(Te===2||Te===9)||e.cancelPendingCommit!==null)return l!==null&&l!==null&&Or(l),e.callbackNode=null,e.callbackPriority=0;if((a&3)===0||Pl(e,a)){if(t=a&-a,t===e.callbackPriority)return t;switch(l!==null&&Or(l),Hr(a)){case 2:case 8:a=Su;break;case 32:a=as;break;case 268435456:a=Eu;break;default:a=as}return l=Lf.bind(null,e),a=Dr(a,l),e.callbackPriority=t,e.callbackNode=a,t}return l!==null&&l!==null&&Or(l),e.callbackPriority=2,e.callbackNode=null,2}function Lf(e,t){if(Je!==0&&Je!==5)return e.callbackNode=null,e.callbackPriority=0,null;var a=e.callbackNode;if(er()&&e.callbackNode!==a)return null;var l=he;return l=rs(e,e===ze?l:0,e.cancelPendingCommit!==null||e.timeoutHandle!==-1),l===0?null:(pf(e,l,t),Uf(e,ht()),e.callbackNode!=null&&e.callbackNode===a?Lf.bind(null,e):null)}function Hf(e,t){if(er())return null;pf(e,t,!0)}function gh(){Ah(function(){(Se&6)!==0?Dr(Nu,hh):Of()})}function Sc(){if(Da===0){var e=El;e===0&&(e=ls,ls<<=1,(ls&261888)===0&&(ls=256)),Da=e}return Da}function Bf(e){return e==null||typeof e=="symbol"||typeof e=="boolean"?null:typeof e=="function"?e:os(""+e)}function qf(e,t){var a=t.ownerDocument.createElement("input");return a.name=t.name,a.value=t.value,e.id&&a.setAttribute("form",e.id),t.parentNode.insertBefore(a,t),e=new FormData(e),a.parentNode.removeChild(a),e}function ph(e,t,a,l,s){if(t==="submit"&&a&&a.stateNode===s){var i=Bf((s[ct]||null).action),d=l.submitter;d&&(t=(t=d[ct]||null)?Bf(t.formAction):d.getAttribute("formAction"),t!==null&&(i=t,d=null));var g=new xs("action","action",null,l,s);e.push({event:g,listeners:[{instance:null,listener:function(){if(l.defaultPrevented){if(Da!==0){var E=d?qf(s,d):new FormData(s);Gi(a,{pending:!0,data:E,method:s.method,action:i},null,E)}}else typeof i=="function"&&(g.preventDefault(),E=d?qf(s,d):new FormData(s),Gi(a,{pending:!0,data:E,method:s.method,action:i},i,E))},currentTarget:s}]})}}for(var Ec=0;Ec<ri.length;Ec++){var Tc=ri[Ec],yh=Tc.toLowerCase(),vh=Tc[0].toUpperCase()+Tc.slice(1);Ht(yh,"on"+vh)}Ht(ho,"onAnimationEnd"),Ht(go,"onAnimationIteration"),Ht(po,"onAnimationStart"),Ht("dblclick","onDoubleClick"),Ht("focusin","onFocus"),Ht("focusout","onBlur"),Ht(Ux,"onTransitionRun"),Ht(Lx,"onTransitionStart"),Ht(Hx,"onTransitionCancel"),Ht(yo,"onTransitionEnd"),ol("onMouseEnter",["mouseout","mouseover"]),ol("onMouseLeave",["mouseout","mouseover"]),ol("onPointerEnter",["pointerout","pointerover"]),ol("onPointerLeave",["pointerout","pointerover"]),Ga("onChange","change click focusin focusout input keydown keyup selectionchange".split(" ")),Ga("onSelect","focusout contextmenu dragend focusin keydown keyup mousedown mouseup selectionchange".split(" ")),Ga("onBeforeInput",["compositionend","keypress","textInput","paste"]),Ga("onCompositionEnd","compositionend focusout keydown keypress keyup mousedown".split(" ")),Ga("onCompositionStart","compositionstart focusout keydown keypress keyup mousedown".split(" ")),Ga("onCompositionUpdate","compositionupdate focusout keydown keypress keyup mousedown".split(" "));var Un="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(" "),bh=new Set("beforetoggle cancel close invalid load scroll scrollend toggle".split(" ").concat(Un));function kf(e,t){t=(t&4)!==0;for(var a=0;a<e.length;a++){var l=e[a],s=l.event;l=l.listeners;e:{var i=void 0;if(t)for(var d=l.length-1;0<=d;d--){var g=l[d],E=g.instance,z=g.currentTarget;if(g=g.listener,E!==i&&s.isPropagationStopped())break e;i=g,s.currentTarget=z;try{i(s)}catch(k){ps(k)}s.currentTarget=null,i=E}else for(d=0;d<l.length;d++){if(g=l[d],E=g.instance,z=g.currentTarget,g=g.listener,E!==i&&s.isPropagationStopped())break e;i=g,s.currentTarget=z;try{i(s)}catch(k){ps(k)}s.currentTarget=null,i=E}}}}function xe(e,t){var a=t[Br];a===void 0&&(a=t[Br]=new Set);var l=e+"__bubble";a.has(l)||($f(t,e,2,!1),a.add(l))}function Cc(e,t,a){var l=0;t&&(l|=4),$f(a,e,l,t)}var lr="_reactListening"+Math.random().toString(36).slice(2);function wc(e){if(!e[lr]){e[lr]=!0,_u.forEach(function(a){a!=="selectionchange"&&(bh.has(a)||Cc(a,!1,e),Cc(a,!0,e))});var t=e.nodeType===9?e:e.ownerDocument;t===null||t[lr]||(t[lr]=!0,Cc("selectionchange",!1,t))}}function $f(e,t,a,l){switch(g0(t)){case 2:var s=Kh;break;case 8:s=Jh;break;default:s=Yc}a=s.bind(null,t,a,e),s=void 0,!Zr||t!=="touchstart"&&t!=="touchmove"&&t!=="wheel"||(s=!0),l?s!==void 0?e.addEventListener(t,a,{capture:!0,passive:s}):e.addEventListener(t,a,!0):s!==void 0?e.addEventListener(t,a,{passive:s}):e.addEventListener(t,a,!1)}function Ac(e,t,a,l,s){var i=l;if((t&1)===0&&(t&2)===0&&l!==null)e:for(;;){if(l===null)return;var d=l.tag;if(d===3||d===4){var g=l.stateNode.containerInfo;if(g===s)break;if(d===4)for(d=l.return;d!==null;){var E=d.tag;if((E===3||E===4)&&d.stateNode.containerInfo===s)return;d=d.return}for(;g!==null;){if(d=il(g),d===null)return;if(E=d.tag,E===5||E===6||E===26||E===27){l=i=d;continue e}g=g.parentNode}}l=l.return}Vu(function(){var z=i,k=Xr(a),G=[];e:{var U=vo.get(e);if(U!==void 0){var B=xs,F=e;switch(e){case"keypress":if(fs(a)===0)break e;case"keydown":case"keyup":B=mx;break;case"focusin":F="focus",B=Fr;break;case"focusout":F="blur",B=Fr;break;case"beforeblur":case"afterblur":B=Fr;break;case"click":if(a.button===2)break e;case"auxclick":case"dblclick":case"mousedown":case"mousemove":case"mouseup":case"mouseout":case"mouseover":case"contextmenu":B=Zu;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":B=tx;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":B=gx;break;case ho:case go:case po:B=nx;break;case yo:B=yx;break;case"scroll":case"scrollend":B=Im;break;case"wheel":B=bx;break;case"copy":case"cut":case"paste":B=rx;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":B=Ju;break;case"toggle":case"beforetoggle":B=Nx}var se=(t&4)!==0,Me=!se&&(e==="scroll"||e==="scrollend"),M=se?U!==null?U+"Capture":null:U;se=[];for(var C=z,R;C!==null;){var Y=C;if(R=Y.stateNode,Y=Y.tag,Y!==5&&Y!==26&&Y!==27||R===null||M===null||(Y=an(C,M),Y!=null&&se.push(Ln(C,Y,R))),Me)break;C=C.return}0<se.length&&(U=new B(U,F,null,a,k),G.push({event:U,listeners:se}))}}if((t&7)===0){e:{if(U=e==="mouseover"||e==="pointerover",B=e==="mouseout"||e==="pointerout",U&&a!==Vr&&(F=a.relatedTarget||a.fromElement)&&(il(F)||F[rl]))break e;if((B||U)&&(U=k.window===k?k:(U=k.ownerDocument)?U.defaultView||U.parentWindow:window,B?(F=a.relatedTarget||a.toElement,B=z,F=F?il(F):null,F!==null&&(Me=m(F),se=F.tag,F!==Me||se!==5&&se!==27&&se!==6)&&(F=null)):(B=null,F=z),B!==F)){if(se=Zu,Y="onMouseLeave",M="onMouseEnter",C="mouse",(e==="pointerout"||e==="pointerover")&&(se=Ju,Y="onPointerLeave",M="onPointerEnter",C="pointer"),Me=B==null?U:tn(B),R=F==null?U:tn(F),U=new se(Y,C+"leave",B,a,k),U.target=Me,U.relatedTarget=R,Y=null,il(k)===z&&(se=new se(M,C+"enter",F,a,k),se.target=R,se.relatedTarget=Me,Y=se),Me=Y,B&&F)t:{for(se=jh,M=B,C=F,R=0,Y=M;Y;Y=se(Y))R++;Y=0;for(var le=C;le;le=se(le))Y++;for(;0<R-Y;)M=se(M),R--;for(;0<Y-R;)C=se(C),Y--;for(;R--;){if(M===C||C!==null&&M===C.alternate){se=M;break t}M=se(M),C=se(C)}se=null}else se=null;B!==null&&Yf(G,U,B,se,!1),F!==null&&Me!==null&&Yf(G,Me,F,se,!0)}}e:{if(U=z?tn(z):window,B=U.nodeName&&U.nodeName.toLowerCase(),B==="select"||B==="input"&&U.type==="file")var ve=lo;else if(to(U))if(no)ve=_x;else{ve=Rx;var te=Mx}else B=U.nodeName,!B||B.toLowerCase()!=="input"||U.type!=="checkbox"&&U.type!=="radio"?z&&Gr(z.elementType)&&(ve=lo):ve=zx;if(ve&&(ve=ve(e,z))){ao(G,ve,a,k);break e}te&&te(e,U,z),e==="focusout"&&z&&U.type==="number"&&z.memoizedProps.value!=null&&Yr(U,"number",U.value)}switch(te=z?tn(z):window,e){case"focusin":(to(te)||te.contentEditable==="true")&&(gl=te,li=z,dn=null);break;case"focusout":dn=li=gl=null;break;case"mousedown":ni=!0;break;case"contextmenu":case"mouseup":case"dragend":ni=!1,mo(G,a,k);break;case"selectionchange":if(Ox)break;case"keydown":case"keyup":mo(G,a,k)}var de;if(Ir)e:{switch(e){case"compositionstart":var ge="onCompositionStart";break e;case"compositionend":ge="onCompositionEnd";break e;case"compositionupdate":ge="onCompositionUpdate";break e}ge=void 0}else hl?Iu(e,a)&&(ge="onCompositionEnd"):e==="keydown"&&a.keyCode===229&&(ge="onCompositionStart");ge&&(Wu&&a.locale!=="ko"&&(hl||ge!=="onCompositionStart"?ge==="onCompositionEnd"&&hl&&(de=Xu()):(pa=k,Kr="value"in pa?pa.value:pa.textContent,hl=!0)),te=nr(z,ge),0<te.length&&(ge=new Ku(ge,e,null,a,k),G.push({event:ge,listeners:te}),de?ge.data=de:(de=eo(a),de!==null&&(ge.data=de)))),(de=Ex?Tx(e,a):Cx(e,a))&&(ge=nr(z,"onBeforeInput"),0<ge.length&&(te=new Ku("onBeforeInput","beforeinput",null,a,k),G.push({event:te,listeners:ge}),te.data=de)),ph(G,e,z,a,k)}kf(G,t)})}function Ln(e,t,a){return{instance:e,listener:t,currentTarget:a}}function nr(e,t){for(var a=t+"Capture",l=[];e!==null;){var s=e,i=s.stateNode;if(s=s.tag,s!==5&&s!==26&&s!==27||i===null||(s=an(e,a),s!=null&&l.unshift(Ln(e,s,i)),s=an(e,t),s!=null&&l.push(Ln(e,s,i))),e.tag===3)return l;e=e.return}return[]}function jh(e){if(e===null)return null;do e=e.return;while(e&&e.tag!==5&&e.tag!==27);return e||null}function Yf(e,t,a,l,s){for(var i=t._reactName,d=[];a!==null&&a!==l;){var g=a,E=g.alternate,z=g.stateNode;if(g=g.tag,E!==null&&E===l)break;g!==5&&g!==26&&g!==27||z===null||(E=z,s?(z=an(a,i),z!=null&&d.unshift(Ln(a,z,E))):s||(z=an(a,i),z!=null&&d.push(Ln(a,z,E)))),a=a.return}d.length!==0&&e.push({event:t,listeners:d})}var Nh=/\r\n?/g,Sh=/\u0000|\uFFFD/g;function Gf(e){return(typeof e=="string"?e:""+e).replace(Nh,`
9
- `).replace(Sh,"")}function Vf(e,t){return t=Gf(t),Gf(e)===t}function Ae(e,t,a,l,s,i){switch(a){case"children":typeof l=="string"?t==="body"||t==="textarea"&&l===""||fl(e,l):(typeof l=="number"||typeof l=="bigint")&&t!=="body"&&fl(e,""+l);break;case"className":cs(e,"class",l);break;case"tabIndex":cs(e,"tabindex",l);break;case"dir":case"role":case"viewBox":case"width":case"height":cs(e,a,l);break;case"style":Yu(e,l,i);break;case"data":if(t!=="object"){cs(e,"data",l);break}case"src":case"href":if(l===""&&(t!=="a"||a!=="href")){e.removeAttribute(a);break}if(l==null||typeof l=="function"||typeof l=="symbol"||typeof l=="boolean"){e.removeAttribute(a);break}l=os(""+l),e.setAttribute(a,l);break;case"action":case"formAction":if(typeof l=="function"){e.setAttribute(a,"javascript:throw new Error('A React form was unexpectedly submitted. If you called form.submit() manually, consider using form.requestSubmit() instead. If you\\'re trying to use event.stopPropagation() in a submit event handler, consider also calling event.preventDefault().')");break}else typeof i=="function"&&(a==="formAction"?(t!=="input"&&Ae(e,t,"name",s.name,s,null),Ae(e,t,"formEncType",s.formEncType,s,null),Ae(e,t,"formMethod",s.formMethod,s,null),Ae(e,t,"formTarget",s.formTarget,s,null)):(Ae(e,t,"encType",s.encType,s,null),Ae(e,t,"method",s.method,s,null),Ae(e,t,"target",s.target,s,null)));if(l==null||typeof l=="symbol"||typeof l=="boolean"){e.removeAttribute(a);break}l=os(""+l),e.setAttribute(a,l);break;case"onClick":l!=null&&(e.onclick=Wt);break;case"onScroll":l!=null&&xe("scroll",e);break;case"onScrollEnd":l!=null&&xe("scrollend",e);break;case"dangerouslySetInnerHTML":if(l!=null){if(typeof l!="object"||!("__html"in l))throw Error(c(61));if(a=l.__html,a!=null){if(s.children!=null)throw Error(c(60));e.innerHTML=a}}break;case"multiple":e.multiple=l&&typeof l!="function"&&typeof l!="symbol";break;case"muted":e.muted=l&&typeof l!="function"&&typeof l!="symbol";break;case"suppressContentEditableWarning":case"suppressHydrationWarning":case"defaultValue":case"defaultChecked":case"innerHTML":case"ref":break;case"autoFocus":break;case"xlinkHref":if(l==null||typeof l=="function"||typeof l=="boolean"||typeof l=="symbol"){e.removeAttribute("xlink:href");break}a=os(""+l),e.setAttributeNS("http://www.w3.org/1999/xlink","xlink:href",a);break;case"contentEditable":case"spellCheck":case"draggable":case"value":case"autoReverse":case"externalResourcesRequired":case"focusable":case"preserveAlpha":l!=null&&typeof l!="function"&&typeof l!="symbol"?e.setAttribute(a,""+l):e.removeAttribute(a);break;case"inert":case"allowFullScreen":case"async":case"autoPlay":case"controls":case"default":case"defer":case"disabled":case"disablePictureInPicture":case"disableRemotePlayback":case"formNoValidate":case"hidden":case"loop":case"noModule":case"noValidate":case"open":case"playsInline":case"readOnly":case"required":case"reversed":case"scoped":case"seamless":case"itemScope":l&&typeof l!="function"&&typeof l!="symbol"?e.setAttribute(a,""):e.removeAttribute(a);break;case"capture":case"download":l===!0?e.setAttribute(a,""):l!==!1&&l!=null&&typeof l!="function"&&typeof l!="symbol"?e.setAttribute(a,l):e.removeAttribute(a);break;case"cols":case"rows":case"size":case"span":l!=null&&typeof l!="function"&&typeof l!="symbol"&&!isNaN(l)&&1<=l?e.setAttribute(a,l):e.removeAttribute(a);break;case"rowSpan":case"start":l==null||typeof l=="function"||typeof l=="symbol"||isNaN(l)?e.removeAttribute(a):e.setAttribute(a,l);break;case"popover":xe("beforetoggle",e),xe("toggle",e),is(e,"popover",l);break;case"xlinkActuate":Jt(e,"http://www.w3.org/1999/xlink","xlink:actuate",l);break;case"xlinkArcrole":Jt(e,"http://www.w3.org/1999/xlink","xlink:arcrole",l);break;case"xlinkRole":Jt(e,"http://www.w3.org/1999/xlink","xlink:role",l);break;case"xlinkShow":Jt(e,"http://www.w3.org/1999/xlink","xlink:show",l);break;case"xlinkTitle":Jt(e,"http://www.w3.org/1999/xlink","xlink:title",l);break;case"xlinkType":Jt(e,"http://www.w3.org/1999/xlink","xlink:type",l);break;case"xmlBase":Jt(e,"http://www.w3.org/XML/1998/namespace","xml:base",l);break;case"xmlLang":Jt(e,"http://www.w3.org/XML/1998/namespace","xml:lang",l);break;case"xmlSpace":Jt(e,"http://www.w3.org/XML/1998/namespace","xml:space",l);break;case"is":is(e,"is",l);break;case"innerText":case"textContent":break;default:(!(2<a.length)||a[0]!=="o"&&a[0]!=="O"||a[1]!=="n"&&a[1]!=="N")&&(a=Fm.get(a)||a,is(e,a,l))}}function Mc(e,t,a,l,s,i){switch(a){case"style":Yu(e,l,i);break;case"dangerouslySetInnerHTML":if(l!=null){if(typeof l!="object"||!("__html"in l))throw Error(c(61));if(a=l.__html,a!=null){if(s.children!=null)throw Error(c(60));e.innerHTML=a}}break;case"children":typeof l=="string"?fl(e,l):(typeof l=="number"||typeof l=="bigint")&&fl(e,""+l);break;case"onScroll":l!=null&&xe("scroll",e);break;case"onScrollEnd":l!=null&&xe("scrollend",e);break;case"onClick":l!=null&&(e.onclick=Wt);break;case"suppressContentEditableWarning":case"suppressHydrationWarning":case"innerHTML":case"ref":break;case"innerText":case"textContent":break;default:if(!Du.hasOwnProperty(a))e:{if(a[0]==="o"&&a[1]==="n"&&(s=a.endsWith("Capture"),t=a.slice(2,s?a.length-7:void 0),i=e[ct]||null,i=i!=null?i[a]:null,typeof i=="function"&&e.removeEventListener(t,i,s),typeof l=="function")){typeof i!="function"&&i!==null&&(a in e?e[a]=null:e.hasAttribute(a)&&e.removeAttribute(a)),e.addEventListener(t,l,s);break e}a in e?e[a]=l:l===!0?e.setAttribute(a,""):is(e,a,l)}}}function lt(e,t,a){switch(t){case"div":case"span":case"svg":case"path":case"a":case"g":case"p":case"li":break;case"img":xe("error",e),xe("load",e);var l=!1,s=!1,i;for(i in a)if(a.hasOwnProperty(i)){var d=a[i];if(d!=null)switch(i){case"src":l=!0;break;case"srcSet":s=!0;break;case"children":case"dangerouslySetInnerHTML":throw Error(c(137,t));default:Ae(e,t,i,d,a,null)}}s&&Ae(e,t,"srcSet",a.srcSet,a,null),l&&Ae(e,t,"src",a.src,a,null);return;case"input":xe("invalid",e);var g=i=d=s=null,E=null,z=null;for(l in a)if(a.hasOwnProperty(l)){var k=a[l];if(k!=null)switch(l){case"name":s=k;break;case"type":d=k;break;case"checked":E=k;break;case"defaultChecked":z=k;break;case"value":i=k;break;case"defaultValue":g=k;break;case"children":case"dangerouslySetInnerHTML":if(k!=null)throw Error(c(137,t));break;default:Ae(e,t,l,k,a,null)}}Bu(e,i,g,E,z,d,s,!1);return;case"select":xe("invalid",e),l=d=i=null;for(s in a)if(a.hasOwnProperty(s)&&(g=a[s],g!=null))switch(s){case"value":i=g;break;case"defaultValue":d=g;break;case"multiple":l=g;default:Ae(e,t,s,g,a,null)}t=i,a=d,e.multiple=!!l,t!=null?dl(e,!!l,t,!1):a!=null&&dl(e,!!l,a,!0);return;case"textarea":xe("invalid",e),i=s=l=null;for(d in a)if(a.hasOwnProperty(d)&&(g=a[d],g!=null))switch(d){case"value":l=g;break;case"defaultValue":s=g;break;case"children":i=g;break;case"dangerouslySetInnerHTML":if(g!=null)throw Error(c(91));break;default:Ae(e,t,d,g,a,null)}ku(e,l,s,i);return;case"option":for(E in a)a.hasOwnProperty(E)&&(l=a[E],l!=null)&&(E==="selected"?e.selected=l&&typeof l!="function"&&typeof l!="symbol":Ae(e,t,E,l,a,null));return;case"dialog":xe("beforetoggle",e),xe("toggle",e),xe("cancel",e),xe("close",e);break;case"iframe":case"object":xe("load",e);break;case"video":case"audio":for(l=0;l<Un.length;l++)xe(Un[l],e);break;case"image":xe("error",e),xe("load",e);break;case"details":xe("toggle",e);break;case"embed":case"source":case"link":xe("error",e),xe("load",e);case"area":case"base":case"br":case"col":case"hr":case"keygen":case"meta":case"param":case"track":case"wbr":case"menuitem":for(z in a)if(a.hasOwnProperty(z)&&(l=a[z],l!=null))switch(z){case"children":case"dangerouslySetInnerHTML":throw Error(c(137,t));default:Ae(e,t,z,l,a,null)}return;default:if(Gr(t)){for(k in a)a.hasOwnProperty(k)&&(l=a[k],l!==void 0&&Mc(e,t,k,l,a,void 0));return}}for(g in a)a.hasOwnProperty(g)&&(l=a[g],l!=null&&Ae(e,t,g,l,a,null))}function Eh(e,t,a,l){switch(t){case"div":case"span":case"svg":case"path":case"a":case"g":case"p":case"li":break;case"input":var s=null,i=null,d=null,g=null,E=null,z=null,k=null;for(B in a){var G=a[B];if(a.hasOwnProperty(B)&&G!=null)switch(B){case"checked":break;case"value":break;case"defaultValue":E=G;default:l.hasOwnProperty(B)||Ae(e,t,B,null,l,G)}}for(var U in l){var B=l[U];if(G=a[U],l.hasOwnProperty(U)&&(B!=null||G!=null))switch(U){case"type":i=B;break;case"name":s=B;break;case"checked":z=B;break;case"defaultChecked":k=B;break;case"value":d=B;break;case"defaultValue":g=B;break;case"children":case"dangerouslySetInnerHTML":if(B!=null)throw Error(c(137,t));break;default:B!==G&&Ae(e,t,U,B,l,G)}}$r(e,d,g,E,z,k,i,s);return;case"select":B=d=g=U=null;for(i in a)if(E=a[i],a.hasOwnProperty(i)&&E!=null)switch(i){case"value":break;case"multiple":B=E;default:l.hasOwnProperty(i)||Ae(e,t,i,null,l,E)}for(s in l)if(i=l[s],E=a[s],l.hasOwnProperty(s)&&(i!=null||E!=null))switch(s){case"value":U=i;break;case"defaultValue":g=i;break;case"multiple":d=i;default:i!==E&&Ae(e,t,s,i,l,E)}t=g,a=d,l=B,U!=null?dl(e,!!a,U,!1):!!l!=!!a&&(t!=null?dl(e,!!a,t,!0):dl(e,!!a,a?[]:"",!1));return;case"textarea":B=U=null;for(g in a)if(s=a[g],a.hasOwnProperty(g)&&s!=null&&!l.hasOwnProperty(g))switch(g){case"value":break;case"children":break;default:Ae(e,t,g,null,l,s)}for(d in l)if(s=l[d],i=a[d],l.hasOwnProperty(d)&&(s!=null||i!=null))switch(d){case"value":U=s;break;case"defaultValue":B=s;break;case"children":break;case"dangerouslySetInnerHTML":if(s!=null)throw Error(c(91));break;default:s!==i&&Ae(e,t,d,s,l,i)}qu(e,U,B);return;case"option":for(var F in a)U=a[F],a.hasOwnProperty(F)&&U!=null&&!l.hasOwnProperty(F)&&(F==="selected"?e.selected=!1:Ae(e,t,F,null,l,U));for(E in l)U=l[E],B=a[E],l.hasOwnProperty(E)&&U!==B&&(U!=null||B!=null)&&(E==="selected"?e.selected=U&&typeof U!="function"&&typeof U!="symbol":Ae(e,t,E,U,l,B));return;case"img":case"link":case"area":case"base":case"br":case"col":case"embed":case"hr":case"keygen":case"meta":case"param":case"source":case"track":case"wbr":case"menuitem":for(var se in a)U=a[se],a.hasOwnProperty(se)&&U!=null&&!l.hasOwnProperty(se)&&Ae(e,t,se,null,l,U);for(z in l)if(U=l[z],B=a[z],l.hasOwnProperty(z)&&U!==B&&(U!=null||B!=null))switch(z){case"children":case"dangerouslySetInnerHTML":if(U!=null)throw Error(c(137,t));break;default:Ae(e,t,z,U,l,B)}return;default:if(Gr(t)){for(var Me in a)U=a[Me],a.hasOwnProperty(Me)&&U!==void 0&&!l.hasOwnProperty(Me)&&Mc(e,t,Me,void 0,l,U);for(k in l)U=l[k],B=a[k],!l.hasOwnProperty(k)||U===B||U===void 0&&B===void 0||Mc(e,t,k,U,l,B);return}}for(var M in a)U=a[M],a.hasOwnProperty(M)&&U!=null&&!l.hasOwnProperty(M)&&Ae(e,t,M,null,l,U);for(G in l)U=l[G],B=a[G],!l.hasOwnProperty(G)||U===B||U==null&&B==null||Ae(e,t,G,U,l,B)}function Xf(e){switch(e){case"css":case"script":case"font":case"img":case"image":case"input":case"link":return!0;default:return!1}}function Th(){if(typeof performance.getEntriesByType=="function"){for(var e=0,t=0,a=performance.getEntriesByType("resource"),l=0;l<a.length;l++){var s=a[l],i=s.transferSize,d=s.initiatorType,g=s.duration;if(i&&g&&Xf(d)){for(d=0,g=s.responseEnd,l+=1;l<a.length;l++){var E=a[l],z=E.startTime;if(z>g)break;var k=E.transferSize,G=E.initiatorType;k&&Xf(G)&&(E=E.responseEnd,d+=k*(E<g?1:(g-z)/(E-z)))}if(--l,t+=8*(i+d)/(s.duration/1e3),e++,10<e)break}}if(0<e)return t/e/1e6}return navigator.connection&&(e=navigator.connection.downlink,typeof e=="number")?e:5}var Rc=null,zc=null;function sr(e){return e.nodeType===9?e:e.ownerDocument}function Qf(e){switch(e){case"http://www.w3.org/2000/svg":return 1;case"http://www.w3.org/1998/Math/MathML":return 2;default:return 0}}function Zf(e,t){if(e===0)switch(t){case"svg":return 1;case"math":return 2;default:return 0}return e===1&&t==="foreignObject"?0:e}function _c(e,t){return e==="textarea"||e==="noscript"||typeof t.children=="string"||typeof t.children=="number"||typeof t.children=="bigint"||typeof t.dangerouslySetInnerHTML=="object"&&t.dangerouslySetInnerHTML!==null&&t.dangerouslySetInnerHTML.__html!=null}var Dc=null;function Ch(){var e=window.event;return e&&e.type==="popstate"?e===Dc?!1:(Dc=e,!0):(Dc=null,!1)}var Kf=typeof setTimeout=="function"?setTimeout:void 0,wh=typeof clearTimeout=="function"?clearTimeout:void 0,Jf=typeof Promise=="function"?Promise:void 0,Ah=typeof queueMicrotask=="function"?queueMicrotask:typeof Jf<"u"?function(e){return Jf.resolve(null).then(e).catch(Mh)}:Kf;function Mh(e){setTimeout(function(){throw e})}function Oa(e){return e==="head"}function Wf(e,t){var a=t,l=0;do{var s=a.nextSibling;if(e.removeChild(a),s&&s.nodeType===8)if(a=s.data,a==="/$"||a==="/&"){if(l===0){e.removeChild(s),Gl(t);return}l--}else if(a==="$"||a==="$?"||a==="$~"||a==="$!"||a==="&")l++;else if(a==="html")Hn(e.ownerDocument.documentElement);else if(a==="head"){a=e.ownerDocument.head,Hn(a);for(var i=a.firstChild;i;){var d=i.nextSibling,g=i.nodeName;i[en]||g==="SCRIPT"||g==="STYLE"||g==="LINK"&&i.rel.toLowerCase()==="stylesheet"||a.removeChild(i),i=d}}else a==="body"&&Hn(e.ownerDocument.body);a=s}while(a);Gl(t)}function Ff(e,t){var a=e;e=0;do{var l=a.nextSibling;if(a.nodeType===1?t?(a._stashedDisplay=a.style.display,a.style.display="none"):(a.style.display=a._stashedDisplay||"",a.getAttribute("style")===""&&a.removeAttribute("style")):a.nodeType===3&&(t?(a._stashedText=a.nodeValue,a.nodeValue=""):a.nodeValue=a._stashedText||""),l&&l.nodeType===8)if(a=l.data,a==="/$"){if(e===0)break;e--}else a!=="$"&&a!=="$?"&&a!=="$~"&&a!=="$!"||e++;a=l}while(a)}function Oc(e){var t=e.firstChild;for(t&&t.nodeType===10&&(t=t.nextSibling);t;){var a=t;switch(t=t.nextSibling,a.nodeName){case"HTML":case"HEAD":case"BODY":Oc(a),qr(a);continue;case"SCRIPT":case"STYLE":continue;case"LINK":if(a.rel.toLowerCase()==="stylesheet")continue}e.removeChild(a)}}function Rh(e,t,a,l){for(;e.nodeType===1;){var s=a;if(e.nodeName.toLowerCase()!==t.toLowerCase()){if(!l&&(e.nodeName!=="INPUT"||e.type!=="hidden"))break}else if(l){if(!e[en])switch(t){case"meta":if(!e.hasAttribute("itemprop"))break;return e;case"link":if(i=e.getAttribute("rel"),i==="stylesheet"&&e.hasAttribute("data-precedence"))break;if(i!==s.rel||e.getAttribute("href")!==(s.href==null||s.href===""?null:s.href)||e.getAttribute("crossorigin")!==(s.crossOrigin==null?null:s.crossOrigin)||e.getAttribute("title")!==(s.title==null?null:s.title))break;return e;case"style":if(e.hasAttribute("data-precedence"))break;return e;case"script":if(i=e.getAttribute("src"),(i!==(s.src==null?null:s.src)||e.getAttribute("type")!==(s.type==null?null:s.type)||e.getAttribute("crossorigin")!==(s.crossOrigin==null?null:s.crossOrigin))&&i&&e.hasAttribute("async")&&!e.hasAttribute("itemprop"))break;return e;default:return e}}else if(t==="input"&&e.type==="hidden"){var i=s.name==null?null:""+s.name;if(s.type==="hidden"&&e.getAttribute("name")===i)return e}else return e;if(e=Dt(e.nextSibling),e===null)break}return null}function zh(e,t,a){if(t==="")return null;for(;e.nodeType!==3;)if((e.nodeType!==1||e.nodeName!=="INPUT"||e.type!=="hidden")&&!a||(e=Dt(e.nextSibling),e===null))return null;return e}function Pf(e,t){for(;e.nodeType!==8;)if((e.nodeType!==1||e.nodeName!=="INPUT"||e.type!=="hidden")&&!t||(e=Dt(e.nextSibling),e===null))return null;return e}function Uc(e){return e.data==="$?"||e.data==="$~"}function Lc(e){return e.data==="$!"||e.data==="$?"&&e.ownerDocument.readyState!=="loading"}function _h(e,t){var a=e.ownerDocument;if(e.data==="$~")e._reactRetry=t;else if(e.data!=="$?"||a.readyState!=="loading")t();else{var l=function(){t(),a.removeEventListener("DOMContentLoaded",l)};a.addEventListener("DOMContentLoaded",l),e._reactRetry=l}}function Dt(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==="$?"||t==="$~"||t==="&"||t==="F!"||t==="F")break;if(t==="/$"||t==="/&")return null}}return e}var Hc=null;function If(e){e=e.nextSibling;for(var t=0;e;){if(e.nodeType===8){var a=e.data;if(a==="/$"||a==="/&"){if(t===0)return Dt(e.nextSibling);t--}else a!=="$"&&a!=="$!"&&a!=="$?"&&a!=="$~"&&a!=="&"||t++}e=e.nextSibling}return null}function e0(e){e=e.previousSibling;for(var t=0;e;){if(e.nodeType===8){var a=e.data;if(a==="$"||a==="$!"||a==="$?"||a==="$~"||a==="&"){if(t===0)return e;t--}else a!=="/$"&&a!=="/&"||t++}e=e.previousSibling}return null}function t0(e,t,a){switch(t=sr(a),e){case"html":if(e=t.documentElement,!e)throw Error(c(452));return e;case"head":if(e=t.head,!e)throw Error(c(453));return e;case"body":if(e=t.body,!e)throw Error(c(454));return e;default:throw Error(c(451))}}function Hn(e){for(var t=e.attributes;t.length;)e.removeAttributeNode(t[0]);qr(e)}var Ot=new Map,a0=new Set;function rr(e){return typeof e.getRootNode=="function"?e.getRootNode():e.nodeType===9?e:e.ownerDocument}var fa=X.d;X.d={f:Dh,r:Oh,D:Uh,C:Lh,L:Hh,m:Bh,X:kh,S:qh,M:$h};function Dh(){var e=fa.f(),t=Fs();return e||t}function Oh(e){var t=cl(e);t!==null&&t.tag===5&&t.type==="form"?yd(t):fa.r(e)}var kl=typeof document>"u"?null:document;function l0(e,t,a){var l=kl;if(l&&typeof t=="string"&&t){var s=Ct(t);s='link[rel="'+e+'"][href="'+s+'"]',typeof a=="string"&&(s+='[crossorigin="'+a+'"]'),a0.has(s)||(a0.add(s),e={rel:e,crossOrigin:a,href:t},l.querySelector(s)===null&&(t=l.createElement("link"),lt(t,"link",e),We(t),l.head.appendChild(t)))}}function Uh(e){fa.D(e),l0("dns-prefetch",e,null)}function Lh(e,t){fa.C(e,t),l0("preconnect",e,t)}function Hh(e,t,a){fa.L(e,t,a);var l=kl;if(l&&e&&t){var s='link[rel="preload"][as="'+Ct(t)+'"]';t==="image"&&a&&a.imageSrcSet?(s+='[imagesrcset="'+Ct(a.imageSrcSet)+'"]',typeof a.imageSizes=="string"&&(s+='[imagesizes="'+Ct(a.imageSizes)+'"]')):s+='[href="'+Ct(e)+'"]';var i=s;switch(t){case"style":i=$l(e);break;case"script":i=Yl(e)}Ot.has(i)||(e=y({rel:"preload",href:t==="image"&&a&&a.imageSrcSet?void 0:e,as:t},a),Ot.set(i,e),l.querySelector(s)!==null||t==="style"&&l.querySelector(Bn(i))||t==="script"&&l.querySelector(qn(i))||(t=l.createElement("link"),lt(t,"link",e),We(t),l.head.appendChild(t)))}}function Bh(e,t){fa.m(e,t);var a=kl;if(a&&e){var l=t&&typeof t.as=="string"?t.as:"script",s='link[rel="modulepreload"][as="'+Ct(l)+'"][href="'+Ct(e)+'"]',i=s;switch(l){case"audioworklet":case"paintworklet":case"serviceworker":case"sharedworker":case"worker":case"script":i=Yl(e)}if(!Ot.has(i)&&(e=y({rel:"modulepreload",href:e},t),Ot.set(i,e),a.querySelector(s)===null)){switch(l){case"audioworklet":case"paintworklet":case"serviceworker":case"sharedworker":case"worker":case"script":if(a.querySelector(qn(i)))return}l=a.createElement("link"),lt(l,"link",e),We(l),a.head.appendChild(l)}}}function qh(e,t,a){fa.S(e,t,a);var l=kl;if(l&&e){var s=ul(l).hoistableStyles,i=$l(e);t=t||"default";var d=s.get(i);if(!d){var g={loading:0,preload:null};if(d=l.querySelector(Bn(i)))g.loading=5;else{e=y({rel:"stylesheet",href:e,"data-precedence":t},a),(a=Ot.get(i))&&Bc(e,a);var E=d=l.createElement("link");We(E),lt(E,"link",e),E._p=new Promise(function(z,k){E.onload=z,E.onerror=k}),E.addEventListener("load",function(){g.loading|=1}),E.addEventListener("error",function(){g.loading|=2}),g.loading|=4,ir(d,t,l)}d={type:"stylesheet",instance:d,count:1,state:g},s.set(i,d)}}}function kh(e,t){fa.X(e,t);var a=kl;if(a&&e){var l=ul(a).hoistableScripts,s=Yl(e),i=l.get(s);i||(i=a.querySelector(qn(s)),i||(e=y({src:e,async:!0},t),(t=Ot.get(s))&&qc(e,t),i=a.createElement("script"),We(i),lt(i,"link",e),a.head.appendChild(i)),i={type:"script",instance:i,count:1,state:null},l.set(s,i))}}function $h(e,t){fa.M(e,t);var a=kl;if(a&&e){var l=ul(a).hoistableScripts,s=Yl(e),i=l.get(s);i||(i=a.querySelector(qn(s)),i||(e=y({src:e,async:!0,type:"module"},t),(t=Ot.get(s))&&qc(e,t),i=a.createElement("script"),We(i),lt(i,"link",e),a.head.appendChild(i)),i={type:"script",instance:i,count:1,state:null},l.set(s,i))}}function n0(e,t,a,l){var s=(s=fe.current)?rr(s):null;if(!s)throw Error(c(446));switch(e){case"meta":case"title":return null;case"style":return typeof a.precedence=="string"&&typeof a.href=="string"?(t=$l(a.href),a=ul(s).hoistableStyles,l=a.get(t),l||(l={type:"style",instance:null,count:0,state:null},a.set(t,l)),l):{type:"void",instance:null,count:0,state:null};case"link":if(a.rel==="stylesheet"&&typeof a.href=="string"&&typeof a.precedence=="string"){e=$l(a.href);var i=ul(s).hoistableStyles,d=i.get(e);if(d||(s=s.ownerDocument||s,d={type:"stylesheet",instance:null,count:0,state:{loading:0,preload:null}},i.set(e,d),(i=s.querySelector(Bn(e)))&&!i._p&&(d.instance=i,d.state.loading=5),Ot.has(e)||(a={rel:"preload",as:"style",href:a.href,crossOrigin:a.crossOrigin,integrity:a.integrity,media:a.media,hrefLang:a.hrefLang,referrerPolicy:a.referrerPolicy},Ot.set(e,a),i||Yh(s,e,a,d.state))),t&&l===null)throw Error(c(528,""));return d}if(t&&l!==null)throw Error(c(529,""));return null;case"script":return t=a.async,a=a.src,typeof a=="string"&&t&&typeof t!="function"&&typeof t!="symbol"?(t=Yl(a),a=ul(s).hoistableScripts,l=a.get(t),l||(l={type:"script",instance:null,count:0,state:null},a.set(t,l)),l):{type:"void",instance:null,count:0,state:null};default:throw Error(c(444,e))}}function $l(e){return'href="'+Ct(e)+'"'}function Bn(e){return'link[rel="stylesheet"]['+e+"]"}function s0(e){return y({},e,{"data-precedence":e.precedence,precedence:null})}function Yh(e,t,a,l){e.querySelector('link[rel="preload"][as="style"]['+t+"]")?l.loading=1:(t=e.createElement("link"),l.preload=t,t.addEventListener("load",function(){return l.loading|=1}),t.addEventListener("error",function(){return l.loading|=2}),lt(t,"link",a),We(t),e.head.appendChild(t))}function Yl(e){return'[src="'+Ct(e)+'"]'}function qn(e){return"script[async]"+e}function r0(e,t,a){if(t.count++,t.instance===null)switch(t.type){case"style":var l=e.querySelector('style[data-href~="'+Ct(a.href)+'"]');if(l)return t.instance=l,We(l),l;var s=y({},a,{"data-href":a.href,"data-precedence":a.precedence,href:null,precedence:null});return l=(e.ownerDocument||e).createElement("style"),We(l),lt(l,"style",s),ir(l,a.precedence,e),t.instance=l;case"stylesheet":s=$l(a.href);var i=e.querySelector(Bn(s));if(i)return t.state.loading|=4,t.instance=i,We(i),i;l=s0(a),(s=Ot.get(s))&&Bc(l,s),i=(e.ownerDocument||e).createElement("link"),We(i);var d=i;return d._p=new Promise(function(g,E){d.onload=g,d.onerror=E}),lt(i,"link",l),t.state.loading|=4,ir(i,a.precedence,e),t.instance=i;case"script":return i=Yl(a.src),(s=e.querySelector(qn(i)))?(t.instance=s,We(s),s):(l=a,(s=Ot.get(i))&&(l=y({},a),qc(l,s)),e=e.ownerDocument||e,s=e.createElement("script"),We(s),lt(s,"link",l),e.head.appendChild(s),t.instance=s);case"void":return null;default:throw Error(c(443,t.type))}else t.type==="stylesheet"&&(t.state.loading&4)===0&&(l=t.instance,t.state.loading|=4,ir(l,a.precedence,e));return t.instance}function ir(e,t,a){for(var l=a.querySelectorAll('link[rel="stylesheet"][data-precedence],style[data-precedence]'),s=l.length?l[l.length-1]:null,i=s,d=0;d<l.length;d++){var g=l[d];if(g.dataset.precedence===t)i=g;else if(i!==s)break}i?i.parentNode.insertBefore(e,i.nextSibling):(t=a.nodeType===9?a.head:a,t.insertBefore(e,t.firstChild))}function Bc(e,t){e.crossOrigin==null&&(e.crossOrigin=t.crossOrigin),e.referrerPolicy==null&&(e.referrerPolicy=t.referrerPolicy),e.title==null&&(e.title=t.title)}function qc(e,t){e.crossOrigin==null&&(e.crossOrigin=t.crossOrigin),e.referrerPolicy==null&&(e.referrerPolicy=t.referrerPolicy),e.integrity==null&&(e.integrity=t.integrity)}var cr=null;function i0(e,t,a){if(cr===null){var l=new Map,s=cr=new Map;s.set(a,l)}else s=cr,l=s.get(a),l||(l=new Map,s.set(a,l));if(l.has(e))return l;for(l.set(e,null),a=a.getElementsByTagName(e),s=0;s<a.length;s++){var i=a[s];if(!(i[en]||i[Ie]||e==="link"&&i.getAttribute("rel")==="stylesheet")&&i.namespaceURI!=="http://www.w3.org/2000/svg"){var d=i.getAttribute(t)||"";d=e+d;var g=l.get(d);g?g.push(i):l.set(d,[i])}}return l}function c0(e,t,a){e=e.ownerDocument||e,e.head.insertBefore(a,t==="title"?e.querySelector("head > title"):null)}function Gh(e,t,a){if(a===1||t.itemProp!=null)return!1;switch(e){case"meta":case"title":return!0;case"style":if(typeof t.precedence!="string"||typeof t.href!="string"||t.href==="")break;return!0;case"link":if(typeof t.rel!="string"||typeof t.href!="string"||t.href===""||t.onLoad||t.onError)break;return t.rel==="stylesheet"?(e=t.disabled,typeof t.precedence=="string"&&e==null):!0;case"script":if(t.async&&typeof t.async!="function"&&typeof t.async!="symbol"&&!t.onLoad&&!t.onError&&t.src&&typeof t.src=="string")return!0}return!1}function u0(e){return!(e.type==="stylesheet"&&(e.state.loading&3)===0)}function Vh(e,t,a,l){if(a.type==="stylesheet"&&(typeof l.media!="string"||matchMedia(l.media).matches!==!1)&&(a.state.loading&4)===0){if(a.instance===null){var s=$l(l.href),i=t.querySelector(Bn(s));if(i){t=i._p,t!==null&&typeof t=="object"&&typeof t.then=="function"&&(e.count++,e=ur.bind(e),t.then(e,e)),a.state.loading|=4,a.instance=i,We(i);return}i=t.ownerDocument||t,l=s0(l),(s=Ot.get(s))&&Bc(l,s),i=i.createElement("link"),We(i);var d=i;d._p=new Promise(function(g,E){d.onload=g,d.onerror=E}),lt(i,"link",l),a.instance=i}e.stylesheets===null&&(e.stylesheets=new Map),e.stylesheets.set(a,t),(t=a.state.preload)&&(a.state.loading&3)===0&&(e.count++,a=ur.bind(e),t.addEventListener("load",a),t.addEventListener("error",a))}}var kc=0;function Xh(e,t){return e.stylesheets&&e.count===0&&dr(e,e.stylesheets),0<e.count||0<e.imgCount?function(a){var l=setTimeout(function(){if(e.stylesheets&&dr(e,e.stylesheets),e.unsuspend){var i=e.unsuspend;e.unsuspend=null,i()}},6e4+t);0<e.imgBytes&&kc===0&&(kc=62500*Th());var s=setTimeout(function(){if(e.waitingForImages=!1,e.count===0&&(e.stylesheets&&dr(e,e.stylesheets),e.unsuspend)){var i=e.unsuspend;e.unsuspend=null,i()}},(e.imgBytes>kc?50:800)+t);return e.unsuspend=a,function(){e.unsuspend=null,clearTimeout(l),clearTimeout(s)}}:null}function ur(){if(this.count--,this.count===0&&(this.imgCount===0||!this.waitingForImages)){if(this.stylesheets)dr(this,this.stylesheets);else if(this.unsuspend){var e=this.unsuspend;this.unsuspend=null,e()}}}var or=null;function dr(e,t){e.stylesheets=null,e.unsuspend!==null&&(e.count++,or=new Map,t.forEach(Qh,e),or=null,ur.call(e))}function Qh(e,t){if(!(t.state.loading&4)){var a=or.get(e);if(a)var l=a.get(null);else{a=new Map,or.set(e,a);for(var s=e.querySelectorAll("link[data-precedence],style[data-precedence]"),i=0;i<s.length;i++){var d=s[i];(d.nodeName==="LINK"||d.getAttribute("media")!=="not all")&&(a.set(d.dataset.precedence,d),l=d)}l&&a.set(null,l)}s=t.instance,d=s.getAttribute("data-precedence"),i=a.get(d)||l,i===l&&a.set(null,s),a.set(d,s),this.count++,l=ur.bind(this),s.addEventListener("load",l),s.addEventListener("error",l),i?i.parentNode.insertBefore(s,i.nextSibling):(e=e.nodeType===9?e.head:e,e.insertBefore(s,e.firstChild)),t.state.loading|=4}}var kn={$$typeof:L,Provider:null,Consumer:null,_currentValue:ne,_currentValue2:ne,_threadCount:0};function Zh(e,t,a,l,s,i,d,g,E){this.tag=1,this.containerInfo=e,this.pingCache=this.current=this.pendingChildren=null,this.timeoutHandle=-1,this.callbackNode=this.next=this.pendingContext=this.context=this.cancelPendingCommit=null,this.callbackPriority=0,this.expirationTimes=Ur(-1),this.entangledLanes=this.shellSuspendCounter=this.errorRecoveryDisabledLanes=this.expiredLanes=this.warmLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=Ur(0),this.hiddenUpdates=Ur(null),this.identifierPrefix=l,this.onUncaughtError=s,this.onCaughtError=i,this.onRecoverableError=d,this.pooledCache=null,this.pooledCacheLanes=0,this.formState=E,this.incompleteTransitions=new Map}function o0(e,t,a,l,s,i,d,g,E,z,k,G){return e=new Zh(e,t,a,d,E,z,k,G,g),t=1,i===!0&&(t|=24),i=vt(3,null,null,t),e.current=i,i.stateNode=e,t=vi(),t.refCount++,e.pooledCache=t,t.refCount++,i.memoizedState={element:l,isDehydrated:a,cache:t},Si(i),e}function d0(e){return e?(e=vl,e):vl}function f0(e,t,a,l,s,i){s=d0(s),l.context===null?l.context=s:l.pendingContext=s,l=Sa(t),l.payload={element:a},i=i===void 0?null:i,i!==null&&(l.callback=i),a=Ea(e,l,t),a!==null&&(xt(a,e,t),yn(a,e,t))}function m0(e,t){if(e=e.memoizedState,e!==null&&e.dehydrated!==null){var a=e.retryLane;e.retryLane=a!==0&&a<t?a:t}}function $c(e,t){m0(e,t),(e=e.alternate)&&m0(e,t)}function x0(e){if(e.tag===13||e.tag===31){var t=Za(e,67108864);t!==null&&xt(t,e,67108864),$c(e,67108864)}}function h0(e){if(e.tag===13||e.tag===31){var t=Et();t=Lr(t);var a=Za(e,t);a!==null&&xt(a,e,t),$c(e,t)}}var fr=!0;function Kh(e,t,a,l){var s=q.T;q.T=null;var i=X.p;try{X.p=2,Yc(e,t,a,l)}finally{X.p=i,q.T=s}}function Jh(e,t,a,l){var s=q.T;q.T=null;var i=X.p;try{X.p=8,Yc(e,t,a,l)}finally{X.p=i,q.T=s}}function Yc(e,t,a,l){if(fr){var s=Gc(l);if(s===null)Ac(e,t,l,mr,a),p0(e,l);else if(Fh(s,e,t,a,l))l.stopPropagation();else if(p0(e,l),t&4&&-1<Wh.indexOf(e)){for(;s!==null;){var i=cl(s);if(i!==null)switch(i.tag){case 3:if(i=i.stateNode,i.current.memoizedState.isDehydrated){var d=Ya(i.pendingLanes);if(d!==0){var g=i;for(g.pendingLanes|=2,g.entangledLanes|=2;d;){var E=1<<31-pt(d);g.entanglements[1]|=E,d&=~E}Vt(i),(Se&6)===0&&(Js=ht()+500,On(0))}}break;case 31:case 13:g=Za(i,2),g!==null&&xt(g,i,2),Fs(),$c(i,2)}if(i=Gc(l),i===null&&Ac(e,t,l,mr,a),i===s)break;s=i}s!==null&&l.stopPropagation()}else Ac(e,t,l,null,a)}}function Gc(e){return e=Xr(e),Vc(e)}var mr=null;function Vc(e){if(mr=null,e=il(e),e!==null){var t=m(e);if(t===null)e=null;else{var a=t.tag;if(a===13){if(e=h(t),e!==null)return e;e=null}else if(a===31){if(e=N(t),e!==null)return e;e=null}else if(a===3){if(t.stateNode.current.memoizedState.isDehydrated)return t.tag===3?t.stateNode.containerInfo:null;e=null}else t!==e&&(e=null)}}return mr=e,null}function g0(e){switch(e){case"beforetoggle":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"toggle":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 2;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"touchmove":case"wheel":case"mouseenter":case"mouseleave":case"pointerenter":case"pointerleave":return 8;case"message":switch(Um()){case Nu:return 2;case Su:return 8;case as:case Lm:return 32;case Eu:return 268435456;default:return 32}default:return 32}}var Xc=!1,Ua=null,La=null,Ha=null,$n=new Map,Yn=new Map,Ba=[],Wh="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".split(" ");function p0(e,t){switch(e){case"focusin":case"focusout":Ua=null;break;case"dragenter":case"dragleave":La=null;break;case"mouseover":case"mouseout":Ha=null;break;case"pointerover":case"pointerout":$n.delete(t.pointerId);break;case"gotpointercapture":case"lostpointercapture":Yn.delete(t.pointerId)}}function Gn(e,t,a,l,s,i){return e===null||e.nativeEvent!==i?(e={blockedOn:t,domEventName:a,eventSystemFlags:l,nativeEvent:i,targetContainers:[s]},t!==null&&(t=cl(t),t!==null&&x0(t)),e):(e.eventSystemFlags|=l,t=e.targetContainers,s!==null&&t.indexOf(s)===-1&&t.push(s),e)}function Fh(e,t,a,l,s){switch(t){case"focusin":return Ua=Gn(Ua,e,t,a,l,s),!0;case"dragenter":return La=Gn(La,e,t,a,l,s),!0;case"mouseover":return Ha=Gn(Ha,e,t,a,l,s),!0;case"pointerover":var i=s.pointerId;return $n.set(i,Gn($n.get(i)||null,e,t,a,l,s)),!0;case"gotpointercapture":return i=s.pointerId,Yn.set(i,Gn(Yn.get(i)||null,e,t,a,l,s)),!0}return!1}function y0(e){var t=il(e.target);if(t!==null){var a=m(t);if(a!==null){if(t=a.tag,t===13){if(t=h(a),t!==null){e.blockedOn=t,Ru(e.priority,function(){h0(a)});return}}else if(t===31){if(t=N(a),t!==null){e.blockedOn=t,Ru(e.priority,function(){h0(a)});return}}else if(t===3&&a.stateNode.current.memoizedState.isDehydrated){e.blockedOn=a.tag===3?a.stateNode.containerInfo:null;return}}}e.blockedOn=null}function xr(e){if(e.blockedOn!==null)return!1;for(var t=e.targetContainers;0<t.length;){var a=Gc(e.nativeEvent);if(a===null){a=e.nativeEvent;var l=new a.constructor(a.type,a);Vr=l,a.target.dispatchEvent(l),Vr=null}else return t=cl(a),t!==null&&x0(t),e.blockedOn=a,!1;t.shift()}return!0}function v0(e,t,a){xr(e)&&a.delete(t)}function Ph(){Xc=!1,Ua!==null&&xr(Ua)&&(Ua=null),La!==null&&xr(La)&&(La=null),Ha!==null&&xr(Ha)&&(Ha=null),$n.forEach(v0),Yn.forEach(v0)}function hr(e,t){e.blockedOn===t&&(e.blockedOn=null,Xc||(Xc=!0,r.unstable_scheduleCallback(r.unstable_NormalPriority,Ph)))}var gr=null;function b0(e){gr!==e&&(gr=e,r.unstable_scheduleCallback(r.unstable_NormalPriority,function(){gr===e&&(gr=null);for(var t=0;t<e.length;t+=3){var a=e[t],l=e[t+1],s=e[t+2];if(typeof l!="function"){if(Vc(l||a)===null)continue;break}var i=cl(a);i!==null&&(e.splice(t,3),t-=3,Gi(i,{pending:!0,data:s,method:a.method,action:l},l,s))}}))}function Gl(e){function t(E){return hr(E,e)}Ua!==null&&hr(Ua,e),La!==null&&hr(La,e),Ha!==null&&hr(Ha,e),$n.forEach(t),Yn.forEach(t);for(var a=0;a<Ba.length;a++){var l=Ba[a];l.blockedOn===e&&(l.blockedOn=null)}for(;0<Ba.length&&(a=Ba[0],a.blockedOn===null);)y0(a),a.blockedOn===null&&Ba.shift();if(a=(e.ownerDocument||e).$$reactFormReplay,a!=null)for(l=0;l<a.length;l+=3){var s=a[l],i=a[l+1],d=s[ct]||null;if(typeof i=="function")d||b0(a);else if(d){var g=null;if(i&&i.hasAttribute("formAction")){if(s=i,d=i[ct]||null)g=d.formAction;else if(Vc(s)!==null)continue}else g=d.action;typeof g=="function"?a[l+1]=g:(a.splice(l,3),l-=3),b0(a)}}}function j0(){function e(i){i.canIntercept&&i.info==="react-transition"&&i.intercept({handler:function(){return new Promise(function(d){return s=d})},focusReset:"manual",scroll:"manual"})}function t(){s!==null&&(s(),s=null),l||setTimeout(a,20)}function a(){if(!l&&!navigation.transition){var i=navigation.currentEntry;i&&i.url!=null&&navigation.navigate(i.url,{state:i.getState(),info:"react-transition",history:"replace"})}}if(typeof navigation=="object"){var l=!1,s=null;return navigation.addEventListener("navigate",e),navigation.addEventListener("navigatesuccess",t),navigation.addEventListener("navigateerror",t),setTimeout(a,100),function(){l=!0,navigation.removeEventListener("navigate",e),navigation.removeEventListener("navigatesuccess",t),navigation.removeEventListener("navigateerror",t),s!==null&&(s(),s=null)}}}function Qc(e){this._internalRoot=e}pr.prototype.render=Qc.prototype.render=function(e){var t=this._internalRoot;if(t===null)throw Error(c(409));var a=t.current,l=Et();f0(a,l,e,t,null,null)},pr.prototype.unmount=Qc.prototype.unmount=function(){var e=this._internalRoot;if(e!==null){this._internalRoot=null;var t=e.containerInfo;f0(e.current,2,null,e,null,null),Fs(),t[rl]=null}};function pr(e){this._internalRoot=e}pr.prototype.unstable_scheduleHydration=function(e){if(e){var t=Mu();e={blockedOn:null,target:e,priority:t};for(var a=0;a<Ba.length&&t!==0&&t<Ba[a].priority;a++);Ba.splice(a,0,e),a===0&&y0(e)}};var N0=o.version;if(N0!=="19.2.4")throw Error(c(527,N0,"19.2.4"));X.findDOMNode=function(e){var t=e._reactInternals;if(t===void 0)throw typeof e.render=="function"?Error(c(188)):(e=Object.keys(e).join(","),Error(c(268,e)));return e=x(t),e=e!==null?v(e):null,e=e===null?null:e.stateNode,e};var Ih={bundleType:0,version:"19.2.4",rendererPackageName:"react-dom",currentDispatcherRef:q,reconcilerVersion:"19.2.4"};if(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"){var yr=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(!yr.isDisabled&&yr.supportsFiber)try{Fl=yr.inject(Ih),gt=yr}catch{}}return Xn.createRoot=function(e,t){if(!f(e))throw Error(c(299));var a=!1,l="",s=Ad,i=Md,d=Rd;return t!=null&&(t.unstable_strictMode===!0&&(a=!0),t.identifierPrefix!==void 0&&(l=t.identifierPrefix),t.onUncaughtError!==void 0&&(s=t.onUncaughtError),t.onCaughtError!==void 0&&(i=t.onCaughtError),t.onRecoverableError!==void 0&&(d=t.onRecoverableError)),t=o0(e,1,!1,null,null,a,l,null,s,i,d,j0),e[rl]=t.current,wc(e),new Qc(t)},Xn.hydrateRoot=function(e,t,a){if(!f(e))throw Error(c(299));var l=!1,s="",i=Ad,d=Md,g=Rd,E=null;return a!=null&&(a.unstable_strictMode===!0&&(l=!0),a.identifierPrefix!==void 0&&(s=a.identifierPrefix),a.onUncaughtError!==void 0&&(i=a.onUncaughtError),a.onCaughtError!==void 0&&(d=a.onCaughtError),a.onRecoverableError!==void 0&&(g=a.onRecoverableError),a.formState!==void 0&&(E=a.formState)),t=o0(e,1,!0,t,a??null,l,s,E,i,d,g,j0),t.context=d0(null),a=t.current,l=Et(),l=Lr(l),s=Sa(l),s.callback=null,Ea(a,s,l),a=l,t.current.lanes=a,Il(t,a),Vt(t),e[rl]=t.current,wc(e),new pr(t)},Xn.version="19.2.4",Xn}var _0;function ug(){if(_0)return Jc.exports;_0=1;function r(){if(!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__>"u"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function"))try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(r)}catch(o){console.error(o)}}return r(),Jc.exports=cg(),Jc.exports}var og=ug();var D0="popstate";function O0(r){return typeof r=="object"&&r!=null&&"pathname"in r&&"search"in r&&"hash"in r&&"state"in r&&"key"in r}function dg(r={}){function o(c,f){let m=f.state?.masked,{pathname:h,search:N,hash:p}=m||c.location;return ru("",{pathname:h,search:N,hash:p},f.state&&f.state.usr||null,f.state&&f.state.key||"default",m?{pathname:c.location.pathname,search:c.location.search,hash:c.location.hash}:void 0)}function u(c,f){return typeof f=="string"?f:Wn(f)}return mg(o,u,null,r)}function Be(r,o){if(r===!1||r===null||typeof r>"u")throw new Error(o)}function kt(r,o){if(!r){typeof console<"u"&&console.warn(o);try{throw new Error(o)}catch{}}}function fg(){return Math.random().toString(36).substring(2,10)}function U0(r,o){return{usr:r.state,key:r.key,idx:o,masked:r.unstable_mask?{pathname:r.pathname,search:r.search,hash:r.hash}:void 0}}function ru(r,o,u=null,c,f){return{pathname:typeof r=="string"?r:r.pathname,search:"",hash:"",...typeof o=="string"?Zl(o):o,state:u,key:o&&o.key||c||fg(),unstable_mask:f}}function Wn({pathname:r="/",search:o="",hash:u=""}){return o&&o!=="?"&&(r+=o.charAt(0)==="?"?o:"?"+o),u&&u!=="#"&&(r+=u.charAt(0)==="#"?u:"#"+u),r}function Zl(r){let o={};if(r){let u=r.indexOf("#");u>=0&&(o.hash=r.substring(u),r=r.substring(0,u));let c=r.indexOf("?");c>=0&&(o.search=r.substring(c),r=r.substring(0,c)),r&&(o.pathname=r)}return o}function mg(r,o,u,c={}){let{window:f=document.defaultView,v5Compat:m=!1}=c,h=f.history,N="POP",p=null,x=v();x==null&&(x=0,h.replaceState({...h.state,idx:x},""));function v(){return(h.state||{idx:null}).idx}function y(){N="POP";let j=v(),w=j==null?null:j-x;x=j,p&&p({action:N,location:O.location,delta:w})}function T(j,w){N="PUSH";let A=O0(j)?j:ru(O.location,j,w);x=v()+1;let L=U0(A,x),W=O.createHref(A.unstable_mask||A);try{h.pushState(L,"",W)}catch(V){if(V instanceof DOMException&&V.name==="DataCloneError")throw V;f.location.assign(W)}m&&p&&p({action:N,location:O.location,delta:1})}function _(j,w){N="REPLACE";let A=O0(j)?j:ru(O.location,j,w);x=v();let L=U0(A,x),W=O.createHref(A.unstable_mask||A);h.replaceState(L,"",W),m&&p&&p({action:N,location:O.location,delta:0})}function D(j){return xg(j)}let O={get action(){return N},get location(){return r(f,h)},listen(j){if(p)throw new Error("A history only accepts one active listener");return f.addEventListener(D0,y),p=j,()=>{f.removeEventListener(D0,y),p=null}},createHref(j){return o(f,j)},createURL:D,encodeLocation(j){let w=D(j);return{pathname:w.pathname,search:w.search,hash:w.hash}},push:T,replace:_,go(j){return h.go(j)}};return O}function xg(r,o=!1){let u="http://localhost";typeof window<"u"&&(u=window.location.origin!=="null"?window.location.origin:window.location.href),Be(u,"No window.location.(origin|href) available to create URL");let c=typeof r=="string"?r:Wn(r);return c=c.replace(/ $/,"%20"),!o&&c.startsWith("//")&&(c=u+c),new URL(c,u)}function tm(r,o,u="/"){return hg(r,o,u,!1)}function hg(r,o,u,c){let f=typeof o=="string"?Zl(o):o,m=xa(f.pathname||"/",u);if(m==null)return null;let h=am(r);gg(h);let N=null;for(let p=0;N==null&&p<h.length;++p){let x=wg(m);N=Tg(h[p],x,c)}return N}function am(r,o=[],u=[],c="",f=!1){let m=(h,N,p=f,x)=>{let v={relativePath:x===void 0?h.path||"":x,caseSensitive:h.caseSensitive===!0,childrenIndex:N,route:h};if(v.relativePath.startsWith("/")){if(!v.relativePath.startsWith(c)&&p)return;Be(v.relativePath.startsWith(c),`Absolute route path "${v.relativePath}" nested under path "${c}" is not valid. An absolute child route path must start with the combined path of all its parent routes.`),v.relativePath=v.relativePath.slice(c.length)}let y=Xt([c,v.relativePath]),T=u.concat(v);h.children&&h.children.length>0&&(Be(h.index!==!0,`Index routes must not have child routes. Please remove all child routes from route path "${y}".`),am(h.children,o,T,y,p)),!(h.path==null&&!h.index)&&o.push({path:y,score:Sg(y,h.index),routesMeta:T})};return r.forEach((h,N)=>{if(h.path===""||!h.path?.includes("?"))m(h,N);else for(let p of lm(h.path))m(h,N,!0,p)}),o}function lm(r){let o=r.split("/");if(o.length===0)return[];let[u,...c]=o,f=u.endsWith("?"),m=u.replace(/\?$/,"");if(c.length===0)return f?[m,""]:[m];let h=lm(c.join("/")),N=[];return N.push(...h.map(p=>p===""?m:[m,p].join("/"))),f&&N.push(...h),N.map(p=>r.startsWith("/")&&p===""?"/":p)}function gg(r){r.sort((o,u)=>o.score!==u.score?u.score-o.score:Eg(o.routesMeta.map(c=>c.childrenIndex),u.routesMeta.map(c=>c.childrenIndex)))}var pg=/^:[\w-]+$/,yg=3,vg=2,bg=1,jg=10,Ng=-2,L0=r=>r==="*";function Sg(r,o){let u=r.split("/"),c=u.length;return u.some(L0)&&(c+=Ng),o&&(c+=vg),u.filter(f=>!L0(f)).reduce((f,m)=>f+(pg.test(m)?yg:m===""?bg:jg),c)}function Eg(r,o){return r.length===o.length&&r.slice(0,-1).every((c,f)=>c===o[f])?r[r.length-1]-o[o.length-1]:0}function Tg(r,o,u=!1){let{routesMeta:c}=r,f={},m="/",h=[];for(let N=0;N<c.length;++N){let p=c[N],x=N===c.length-1,v=m==="/"?o:o.slice(m.length)||"/",y=Sr({path:p.relativePath,caseSensitive:p.caseSensitive,end:x},v),T=p.route;if(!y&&x&&u&&!c[c.length-1].route.index&&(y=Sr({path:p.relativePath,caseSensitive:p.caseSensitive,end:!1},v)),!y)return null;Object.assign(f,y.params),h.push({params:f,pathname:Xt([m,y.pathname]),pathnameBase:zg(Xt([m,y.pathnameBase])),route:T}),y.pathnameBase!=="/"&&(m=Xt([m,y.pathnameBase]))}return h}function Sr(r,o){typeof r=="string"&&(r={path:r,caseSensitive:!1,end:!0});let[u,c]=Cg(r.path,r.caseSensitive,r.end),f=o.match(u);if(!f)return null;let m=f[0],h=m.replace(/(.)\/+$/,"$1"),N=f.slice(1);return{params:c.reduce((x,{paramName:v,isOptional:y},T)=>{if(v==="*"){let D=N[T]||"";h=m.slice(0,m.length-D.length).replace(/(.)\/+$/,"$1")}const _=N[T];return y&&!_?x[v]=void 0:x[v]=(_||"").replace(/%2F/g,"/"),x},{}),pathname:m,pathnameBase:h,pattern:r}}function Cg(r,o=!1,u=!0){kt(r==="*"||!r.endsWith("*")||r.endsWith("/*"),`Route path "${r}" will be treated as if it were "${r.replace(/\*$/,"/*")}" because the \`*\` character must always follow a \`/\` in the pattern. To get rid of this warning, please change the route path to "${r.replace(/\*$/,"/*")}".`);let c=[],f="^"+r.replace(/\/*\*?$/,"").replace(/^\/*/,"/").replace(/[\\.*+^${}|()[\]]/g,"\\$&").replace(/\/:([\w-]+)(\?)?/g,(h,N,p,x,v)=>{if(c.push({paramName:N,isOptional:p!=null}),p){let y=v.charAt(x+h.length);return y&&y!=="/"?"/([^\\/]*)":"(?:/([^\\/]*))?"}return"/([^\\/]+)"}).replace(/\/([\w-]+)\?(\/|$)/g,"(/$1)?$2");return r.endsWith("*")?(c.push({paramName:"*"}),f+=r==="*"||r==="/*"?"(.*)$":"(?:\\/(.+)|\\/*)$"):u?f+="\\/*$":r!==""&&r!=="/"&&(f+="(?:(?=\\/|$))"),[new RegExp(f,o?void 0:"i"),c]}function wg(r){try{return r.split("/").map(o=>decodeURIComponent(o).replace(/\//g,"%2F")).join("/")}catch(o){return kt(!1,`The URL path "${r}" could not be decoded because it is a malformed URL segment. This is probably due to a bad percent encoding (${o}).`),r}}function xa(r,o){if(o==="/")return r;if(!r.toLowerCase().startsWith(o.toLowerCase()))return null;let u=o.endsWith("/")?o.length-1:o.length,c=r.charAt(u);return c&&c!=="/"?null:r.slice(u)||"/"}var Ag=/^(?:[a-z][a-z0-9+.-]*:|\/\/)/i;function Mg(r,o="/"){let{pathname:u,search:c="",hash:f=""}=typeof r=="string"?Zl(r):r,m;return u?(u=u.replace(/\/\/+/g,"/"),u.startsWith("/")?m=H0(u.substring(1),"/"):m=H0(u,o)):m=o,{pathname:m,search:_g(c),hash:Dg(f)}}function H0(r,o){let u=o.replace(/\/+$/,"").split("/");return r.split("/").forEach(f=>{f===".."?u.length>1&&u.pop():f!=="."&&u.push(f)}),u.length>1?u.join("/"):"/"}function Ic(r,o,u,c){return`Cannot include a '${r}' character in a manually specified \`to.${o}\` field [${JSON.stringify(c)}]. Please separate it out to the \`to.${u}\` field. Alternatively you may provide the full path as a string in <Link to="..."> and the router will parse it for you.`}function Rg(r){return r.filter((o,u)=>u===0||o.route.path&&o.route.path.length>0)}function nm(r){let o=Rg(r);return o.map((u,c)=>c===o.length-1?u.pathname:u.pathnameBase)}function ou(r,o,u,c=!1){let f;typeof r=="string"?f=Zl(r):(f={...r},Be(!f.pathname||!f.pathname.includes("?"),Ic("?","pathname","search",f)),Be(!f.pathname||!f.pathname.includes("#"),Ic("#","pathname","hash",f)),Be(!f.search||!f.search.includes("#"),Ic("#","search","hash",f)));let m=r===""||f.pathname==="",h=m?"/":f.pathname,N;if(h==null)N=u;else{let y=o.length-1;if(!c&&h.startsWith("..")){let T=h.split("/");for(;T[0]==="..";)T.shift(),y-=1;f.pathname=T.join("/")}N=y>=0?o[y]:"/"}let p=Mg(f,N),x=h&&h!=="/"&&h.endsWith("/"),v=(m||h===".")&&u.endsWith("/");return!p.pathname.endsWith("/")&&(x||v)&&(p.pathname+="/"),p}var Xt=r=>r.join("/").replace(/\/\/+/g,"/"),zg=r=>r.replace(/\/+$/,"").replace(/^\/*/,"/"),_g=r=>!r||r==="?"?"":r.startsWith("?")?r:"?"+r,Dg=r=>!r||r==="#"?"":r.startsWith("#")?r:"#"+r,Og=class{constructor(r,o,u,c=!1){this.status=r,this.statusText=o||"",this.internal=c,u instanceof Error?(this.data=u.toString(),this.error=u):this.data=u}};function Ug(r){return r!=null&&typeof r.status=="number"&&typeof r.statusText=="string"&&typeof r.internal=="boolean"&&"data"in r}function Lg(r){return r.map(o=>o.route.path).filter(Boolean).join("/").replace(/\/\/*/g,"/")||"/"}var sm=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u";function rm(r,o){let u=r;if(typeof u!="string"||!Ag.test(u))return{absoluteURL:void 0,isExternal:!1,to:u};let c=u,f=!1;if(sm)try{let m=new URL(window.location.href),h=u.startsWith("//")?new URL(m.protocol+u):new URL(u),N=xa(h.pathname,o);h.origin===m.origin&&N!=null?u=N+h.search+h.hash:f=!0}catch{kt(!1,`<Link to="${u}"> contains an invalid URL which will probably break when clicked - please update to a valid URL path.`)}return{absoluteURL:c,isExternal:f,to:u}}Object.getOwnPropertyNames(Object.prototype).sort().join("\0");var im=["POST","PUT","PATCH","DELETE"];new Set(im);var Hg=["GET",...im];new Set(Hg);var Kl=b.createContext(null);Kl.displayName="DataRouter";var Er=b.createContext(null);Er.displayName="DataRouterState";var Bg=b.createContext(!1),cm=b.createContext({isTransitioning:!1});cm.displayName="ViewTransition";var qg=b.createContext(new Map);qg.displayName="Fetchers";var kg=b.createContext(null);kg.displayName="Await";var Lt=b.createContext(null);Lt.displayName="Navigation";var Fn=b.createContext(null);Fn.displayName="Location";var Qt=b.createContext({outlet:null,matches:[],isDataRoute:!1});Qt.displayName="Route";var du=b.createContext(null);du.displayName="RouteError";var um="REACT_ROUTER_ERROR",$g="REDIRECT",Yg="ROUTE_ERROR_RESPONSE";function Gg(r){if(r.startsWith(`${um}:${$g}:{`))try{let o=JSON.parse(r.slice(28));if(typeof o=="object"&&o&&typeof o.status=="number"&&typeof o.statusText=="string"&&typeof o.location=="string"&&typeof o.reloadDocument=="boolean"&&typeof o.replace=="boolean")return o}catch{}}function Vg(r){if(r.startsWith(`${um}:${Yg}:{`))try{let o=JSON.parse(r.slice(40));if(typeof o=="object"&&o&&typeof o.status=="number"&&typeof o.statusText=="string")return new Og(o.status,o.statusText,o.data)}catch{}}function Xg(r,{relative:o}={}){Be(Pn(),"useHref() may be used only in the context of a <Router> component.");let{basename:u,navigator:c}=b.useContext(Lt),{hash:f,pathname:m,search:h}=In(r,{relative:o}),N=m;return u!=="/"&&(N=m==="/"?u:Xt([u,m])),c.createHref({pathname:N,search:h,hash:f})}function Pn(){return b.useContext(Fn)!=null}function Zt(){return Be(Pn(),"useLocation() may be used only in the context of a <Router> component."),b.useContext(Fn).location}var om="You should call navigate() in a React.useEffect(), not when your component is first rendered.";function dm(r){b.useContext(Lt).static||b.useLayoutEffect(r)}function fu(){let{isDataRoute:r}=b.useContext(Qt);return r?sp():Qg()}function Qg(){Be(Pn(),"useNavigate() may be used only in the context of a <Router> component.");let r=b.useContext(Kl),{basename:o,navigator:u}=b.useContext(Lt),{matches:c}=b.useContext(Qt),{pathname:f}=Zt(),m=JSON.stringify(nm(c)),h=b.useRef(!1);return dm(()=>{h.current=!0}),b.useCallback((p,x={})=>{if(kt(h.current,om),!h.current)return;if(typeof p=="number"){u.go(p);return}let v=ou(p,JSON.parse(m),f,x.relative==="path");r==null&&o!=="/"&&(v.pathname=v.pathname==="/"?o:Xt([o,v.pathname])),(x.replace?u.replace:u.push)(v,x.state,x)},[o,u,m,f,r])}b.createContext(null);function Zg(){let{matches:r}=b.useContext(Qt),o=r[r.length-1];return o?o.params:{}}function In(r,{relative:o}={}){let{matches:u}=b.useContext(Qt),{pathname:c}=Zt(),f=JSON.stringify(nm(u));return b.useMemo(()=>ou(r,JSON.parse(f),c,o==="path"),[r,f,c,o])}function Kg(r,o){return fm(r,o)}function fm(r,o,u){Be(Pn(),"useRoutes() may be used only in the context of a <Router> component.");let{navigator:c}=b.useContext(Lt),{matches:f}=b.useContext(Qt),m=f[f.length-1],h=m?m.params:{},N=m?m.pathname:"/",p=m?m.pathnameBase:"/",x=m&&m.route;{let j=x&&x.path||"";xm(N,!x||j.endsWith("*")||j.endsWith("*?"),`You rendered descendant <Routes> (or called \`useRoutes()\`) at "${N}" (under <Route path="${j}">) but the parent route path has no trailing "*". This means if you navigate deeper, the parent won't match anymore and therefore the child routes will never render.
10
-
11
- Please change the parent <Route path="${j}"> to <Route path="${j==="/"?"*":`${j}/*`}">.`)}let v=Zt(),y;if(o){let j=typeof o=="string"?Zl(o):o;Be(p==="/"||j.pathname?.startsWith(p),`When overriding the location using \`<Routes location>\` or \`useRoutes(routes, location)\`, the location pathname must begin with the portion of the URL pathname that was matched by all parent routes. The current pathname base is "${p}" but pathname "${j.pathname}" was given in the \`location\` prop.`),y=j}else y=v;let T=y.pathname||"/",_=T;if(p!=="/"){let j=p.replace(/^\//,"").split("/");_="/"+T.replace(/^\//,"").split("/").slice(j.length).join("/")}let D=tm(r,{pathname:_});kt(x||D!=null,`No routes matched location "${y.pathname}${y.search}${y.hash}" `),kt(D==null||D[D.length-1].route.element!==void 0||D[D.length-1].route.Component!==void 0||D[D.length-1].route.lazy!==void 0,`Matched leaf route at location "${y.pathname}${y.search}${y.hash}" does not have an element or Component. This means it will render an <Outlet /> with a null value by default resulting in an "empty" page.`);let O=Ig(D&&D.map(j=>Object.assign({},j,{params:Object.assign({},h,j.params),pathname:Xt([p,c.encodeLocation?c.encodeLocation(j.pathname.replace(/\?/g,"%3F").replace(/#/g,"%23")).pathname:j.pathname]),pathnameBase:j.pathnameBase==="/"?p:Xt([p,c.encodeLocation?c.encodeLocation(j.pathnameBase.replace(/\?/g,"%3F").replace(/#/g,"%23")).pathname:j.pathnameBase])})),f,u);return o&&O?b.createElement(Fn.Provider,{value:{location:{pathname:"/",search:"",hash:"",state:null,key:"default",unstable_mask:void 0,...y},navigationType:"POP"}},O):O}function Jg(){let r=np(),o=Ug(r)?`${r.status} ${r.statusText}`:r instanceof Error?r.message:JSON.stringify(r),u=r instanceof Error?r.stack:null,c="rgba(200,200,200, 0.5)",f={padding:"0.5rem",backgroundColor:c},m={padding:"2px 4px",backgroundColor:c},h=null;return console.error("Error handled by React Router default ErrorBoundary:",r),h=b.createElement(b.Fragment,null,b.createElement("p",null,"💿 Hey developer 👋"),b.createElement("p",null,"You can provide a way better UX than this when your app throws errors by providing your own ",b.createElement("code",{style:m},"ErrorBoundary")," or"," ",b.createElement("code",{style:m},"errorElement")," prop on your route.")),b.createElement(b.Fragment,null,b.createElement("h2",null,"Unexpected Application Error!"),b.createElement("h3",{style:{fontStyle:"italic"}},o),u?b.createElement("pre",{style:f},u):null,h)}var Wg=b.createElement(Jg,null),mm=class extends b.Component{constructor(r){super(r),this.state={location:r.location,revalidation:r.revalidation,error:r.error}}static getDerivedStateFromError(r){return{error:r}}static getDerivedStateFromProps(r,o){return o.location!==r.location||o.revalidation!=="idle"&&r.revalidation==="idle"?{error:r.error,location:r.location,revalidation:r.revalidation}:{error:r.error!==void 0?r.error:o.error,location:o.location,revalidation:r.revalidation||o.revalidation}}componentDidCatch(r,o){this.props.onError?this.props.onError(r,o):console.error("React Router caught the following error during render",r)}render(){let r=this.state.error;if(this.context&&typeof r=="object"&&r&&"digest"in r&&typeof r.digest=="string"){const u=Vg(r.digest);u&&(r=u)}let o=r!==void 0?b.createElement(Qt.Provider,{value:this.props.routeContext},b.createElement(du.Provider,{value:r,children:this.props.component})):this.props.children;return this.context?b.createElement(Fg,{error:r},o):o}};mm.contextType=Bg;var eu=new WeakMap;function Fg({children:r,error:o}){let{basename:u}=b.useContext(Lt);if(typeof o=="object"&&o&&"digest"in o&&typeof o.digest=="string"){let c=Gg(o.digest);if(c){let f=eu.get(o);if(f)throw f;let m=rm(c.location,u);if(sm&&!eu.get(o))if(m.isExternal||c.reloadDocument)window.location.href=m.absoluteURL||m.to;else{const h=Promise.resolve().then(()=>window.__reactRouterDataRouter.navigate(m.to,{replace:c.replace}));throw eu.set(o,h),h}return b.createElement("meta",{httpEquiv:"refresh",content:`0;url=${m.absoluteURL||m.to}`})}}return r}function Pg({routeContext:r,match:o,children:u}){let c=b.useContext(Kl);return c&&c.static&&c.staticContext&&(o.route.errorElement||o.route.ErrorBoundary)&&(c.staticContext._deepestRenderedBoundaryId=o.route.id),b.createElement(Qt.Provider,{value:r},u)}function Ig(r,o=[],u){let c=u?.state;if(r==null){if(!c)return null;if(c.errors)r=c.matches;else if(o.length===0&&!c.initialized&&c.matches.length>0)r=c.matches;else return null}let f=r,m=c?.errors;if(m!=null){let v=f.findIndex(y=>y.route.id&&m?.[y.route.id]!==void 0);Be(v>=0,`Could not find a matching route for errors on route IDs: ${Object.keys(m).join(",")}`),f=f.slice(0,Math.min(f.length,v+1))}let h=!1,N=-1;if(u&&c){h=c.renderFallback;for(let v=0;v<f.length;v++){let y=f[v];if((y.route.HydrateFallback||y.route.hydrateFallbackElement)&&(N=v),y.route.id){let{loaderData:T,errors:_}=c,D=y.route.loader&&!T.hasOwnProperty(y.route.id)&&(!_||_[y.route.id]===void 0);if(y.route.lazy||D){u.isStatic&&(h=!0),N>=0?f=f.slice(0,N+1):f=[f[0]];break}}}}let p=u?.onError,x=c&&p?(v,y)=>{p(v,{location:c.location,params:c.matches?.[0]?.params??{},unstable_pattern:Lg(c.matches),errorInfo:y})}:void 0;return f.reduceRight((v,y,T)=>{let _,D=!1,O=null,j=null;c&&(_=m&&y.route.id?m[y.route.id]:void 0,O=y.route.errorElement||Wg,h&&(N<0&&T===0?(xm("route-fallback",!1,"No `HydrateFallback` element provided to render during initial hydration"),D=!0,j=null):N===T&&(D=!0,j=y.route.hydrateFallbackElement||null)));let w=o.concat(f.slice(0,T+1)),A=()=>{let L;return _?L=O:D?L=j:y.route.Component?L=b.createElement(y.route.Component,null):y.route.element?L=y.route.element:L=v,b.createElement(Pg,{match:y,routeContext:{outlet:v,matches:w,isDataRoute:c!=null},children:L})};return c&&(y.route.ErrorBoundary||y.route.errorElement||T===0)?b.createElement(mm,{location:c.location,revalidation:c.revalidation,component:O,error:_,children:A(),routeContext:{outlet:null,matches:w,isDataRoute:!0},onError:x}):A()},null)}function mu(r){return`${r} must be used within a data router. See https://reactrouter.com/en/main/routers/picking-a-router.`}function ep(r){let o=b.useContext(Kl);return Be(o,mu(r)),o}function tp(r){let o=b.useContext(Er);return Be(o,mu(r)),o}function ap(r){let o=b.useContext(Qt);return Be(o,mu(r)),o}function xu(r){let o=ap(r),u=o.matches[o.matches.length-1];return Be(u.route.id,`${r} can only be used on routes that contain a unique "id"`),u.route.id}function lp(){return xu("useRouteId")}function np(){let r=b.useContext(du),o=tp("useRouteError"),u=xu("useRouteError");return r!==void 0?r:o.errors?.[u]}function sp(){let{router:r}=ep("useNavigate"),o=xu("useNavigate"),u=b.useRef(!1);return dm(()=>{u.current=!0}),b.useCallback(async(f,m={})=>{kt(u.current,om),u.current&&(typeof f=="number"?await r.navigate(f):await r.navigate(f,{fromRouteId:o,...m}))},[r,o])}var B0={};function xm(r,o,u){!o&&!B0[r]&&(B0[r]=!0,kt(!1,u))}b.memo(rp);function rp({routes:r,future:o,state:u,isStatic:c,onError:f}){return fm(r,void 0,{state:u,isStatic:c,onError:f})}function Pe(r){Be(!1,"A <Route> is only ever to be used as the child of <Routes> element, never rendered directly. Please wrap your <Route> in a <Routes>.")}function ip({basename:r="/",children:o=null,location:u,navigationType:c="POP",navigator:f,static:m=!1,unstable_useTransitions:h}){Be(!Pn(),"You cannot render a <Router> inside another <Router>. You should never have more than one in your app.");let N=r.replace(/^\/*/,"/"),p=b.useMemo(()=>({basename:N,navigator:f,static:m,unstable_useTransitions:h,future:{}}),[N,f,m,h]);typeof u=="string"&&(u=Zl(u));let{pathname:x="/",search:v="",hash:y="",state:T=null,key:_="default",unstable_mask:D}=u,O=b.useMemo(()=>{let j=xa(x,N);return j==null?null:{location:{pathname:j,search:v,hash:y,state:T,key:_,unstable_mask:D},navigationType:c}},[N,x,v,y,T,_,c,D]);return kt(O!=null,`<Router basename="${N}"> is not able to match the URL "${x}${v}${y}" because it does not start with the basename, so the <Router> won't render anything.`),O==null?null:b.createElement(Lt.Provider,{value:p},b.createElement(Fn.Provider,{children:o,value:O}))}function cp({children:r,location:o}){return Kg(iu(r),o)}function iu(r,o=[]){let u=[];return b.Children.forEach(r,(c,f)=>{if(!b.isValidElement(c))return;let m=[...o,f];if(c.type===b.Fragment){u.push.apply(u,iu(c.props.children,m));return}Be(c.type===Pe,`[${typeof c.type=="string"?c.type:c.type.name}] is not a <Route> component. All component children of <Routes> must be a <Route> or <React.Fragment>`),Be(!c.props.index||!c.props.children,"An index route cannot have child routes.");let h={id:c.props.id||m.join("-"),caseSensitive:c.props.caseSensitive,element:c.props.element,Component:c.props.Component,index:c.props.index,path:c.props.path,middleware:c.props.middleware,loader:c.props.loader,action:c.props.action,hydrateFallbackElement:c.props.hydrateFallbackElement,HydrateFallback:c.props.HydrateFallback,errorElement:c.props.errorElement,ErrorBoundary:c.props.ErrorBoundary,hasErrorBoundary:c.props.hasErrorBoundary===!0||c.props.ErrorBoundary!=null||c.props.errorElement!=null,shouldRevalidate:c.props.shouldRevalidate,handle:c.props.handle,lazy:c.props.lazy};c.props.children&&(h.children=iu(c.props.children,m)),u.push(h)}),u}var jr="get",Nr="application/x-www-form-urlencoded";function Tr(r){return typeof HTMLElement<"u"&&r instanceof HTMLElement}function up(r){return Tr(r)&&r.tagName.toLowerCase()==="button"}function op(r){return Tr(r)&&r.tagName.toLowerCase()==="form"}function dp(r){return Tr(r)&&r.tagName.toLowerCase()==="input"}function fp(r){return!!(r.metaKey||r.altKey||r.ctrlKey||r.shiftKey)}function mp(r,o){return r.button===0&&(!o||o==="_self")&&!fp(r)}function cu(r=""){return new URLSearchParams(typeof r=="string"||Array.isArray(r)||r instanceof URLSearchParams?r:Object.keys(r).reduce((o,u)=>{let c=r[u];return o.concat(Array.isArray(c)?c.map(f=>[u,f]):[[u,c]])},[]))}function xp(r,o){let u=cu(r);return o&&o.forEach((c,f)=>{u.has(f)||o.getAll(f).forEach(m=>{u.append(f,m)})}),u}var vr=null;function hp(){if(vr===null)try{new FormData(document.createElement("form"),0),vr=!1}catch{vr=!0}return vr}var gp=new Set(["application/x-www-form-urlencoded","multipart/form-data","text/plain"]);function tu(r){return r!=null&&!gp.has(r)?(kt(!1,`"${r}" is not a valid \`encType\` for \`<Form>\`/\`<fetcher.Form>\` and will default to "${Nr}"`),null):r}function pp(r,o){let u,c,f,m,h;if(op(r)){let N=r.getAttribute("action");c=N?xa(N,o):null,u=r.getAttribute("method")||jr,f=tu(r.getAttribute("enctype"))||Nr,m=new FormData(r)}else if(up(r)||dp(r)&&(r.type==="submit"||r.type==="image")){let N=r.form;if(N==null)throw new Error('Cannot submit a <button> or <input type="submit"> without a <form>');let p=r.getAttribute("formaction")||N.getAttribute("action");if(c=p?xa(p,o):null,u=r.getAttribute("formmethod")||N.getAttribute("method")||jr,f=tu(r.getAttribute("formenctype"))||tu(N.getAttribute("enctype"))||Nr,m=new FormData(N,r),!hp()){let{name:x,type:v,value:y}=r;if(v==="image"){let T=x?`${x}.`:"";m.append(`${T}x`,"0"),m.append(`${T}y`,"0")}else x&&m.append(x,y)}}else{if(Tr(r))throw new Error('Cannot submit element that is not <form>, <button>, or <input type="submit|image">');u=jr,c=null,f=Nr,h=r}return m&&f==="text/plain"&&(h=m,m=void 0),{action:c,method:u.toLowerCase(),encType:f,formData:m,body:h}}Object.getOwnPropertyNames(Object.prototype).sort().join("\0");function hu(r,o){if(r===!1||r===null||typeof r>"u")throw new Error(o)}function yp(r,o,u,c){let f=typeof r=="string"?new URL(r,typeof window>"u"?"server://singlefetch/":window.location.origin):r;return u?f.pathname.endsWith("/")?f.pathname=`${f.pathname}_.${c}`:f.pathname=`${f.pathname}.${c}`:f.pathname==="/"?f.pathname=`_root.${c}`:o&&xa(f.pathname,o)==="/"?f.pathname=`${o.replace(/\/$/,"")}/_root.${c}`:f.pathname=`${f.pathname.replace(/\/$/,"")}.${c}`,f}async function vp(r,o){if(r.id in o)return o[r.id];try{let u=await import(r.module);return o[r.id]=u,u}catch(u){return console.error(`Error loading route module \`${r.module}\`, reloading page...`),console.error(u),window.__reactRouterContext&&window.__reactRouterContext.isSpaMode,window.location.reload(),new Promise(()=>{})}}function bp(r){return r==null?!1:r.href==null?r.rel==="preload"&&typeof r.imageSrcSet=="string"&&typeof r.imageSizes=="string":typeof r.rel=="string"&&typeof r.href=="string"}async function jp(r,o,u){let c=await Promise.all(r.map(async f=>{let m=o.routes[f.route.id];if(m){let h=await vp(m,u);return h.links?h.links():[]}return[]}));return Tp(c.flat(1).filter(bp).filter(f=>f.rel==="stylesheet"||f.rel==="preload").map(f=>f.rel==="stylesheet"?{...f,rel:"prefetch",as:"style"}:{...f,rel:"prefetch"}))}function q0(r,o,u,c,f,m){let h=(p,x)=>u[x]?p.route.id!==u[x].route.id:!0,N=(p,x)=>u[x].pathname!==p.pathname||u[x].route.path?.endsWith("*")&&u[x].params["*"]!==p.params["*"];return m==="assets"?o.filter((p,x)=>h(p,x)||N(p,x)):m==="data"?o.filter((p,x)=>{let v=c.routes[p.route.id];if(!v||!v.hasLoader)return!1;if(h(p,x)||N(p,x))return!0;if(p.route.shouldRevalidate){let y=p.route.shouldRevalidate({currentUrl:new URL(f.pathname+f.search+f.hash,window.origin),currentParams:u[0]?.params||{},nextUrl:new URL(r,window.origin),nextParams:p.params,defaultShouldRevalidate:!0});if(typeof y=="boolean")return y}return!0}):[]}function Np(r,o,{includeHydrateFallback:u}={}){return Sp(r.map(c=>{let f=o.routes[c.route.id];if(!f)return[];let m=[f.module];return f.clientActionModule&&(m=m.concat(f.clientActionModule)),f.clientLoaderModule&&(m=m.concat(f.clientLoaderModule)),u&&f.hydrateFallbackModule&&(m=m.concat(f.hydrateFallbackModule)),f.imports&&(m=m.concat(f.imports)),m}).flat(1))}function Sp(r){return[...new Set(r)]}function Ep(r){let o={},u=Object.keys(r).sort();for(let c of u)o[c]=r[c];return o}function Tp(r,o){let u=new Set;return new Set(o),r.reduce((c,f)=>{let m=JSON.stringify(Ep(f));return u.has(m)||(u.add(m),c.push({key:m,link:f})),c},[])}function hm(){let r=b.useContext(Kl);return hu(r,"You must render this element inside a <DataRouterContext.Provider> element"),r}function Cp(){let r=b.useContext(Er);return hu(r,"You must render this element inside a <DataRouterStateContext.Provider> element"),r}var gu=b.createContext(void 0);gu.displayName="FrameworkContext";function gm(){let r=b.useContext(gu);return hu(r,"You must render this element inside a <HydratedRouter> element"),r}function wp(r,o){let u=b.useContext(gu),[c,f]=b.useState(!1),[m,h]=b.useState(!1),{onFocus:N,onBlur:p,onMouseEnter:x,onMouseLeave:v,onTouchStart:y}=o,T=b.useRef(null);b.useEffect(()=>{if(r==="render"&&h(!0),r==="viewport"){let O=w=>{w.forEach(A=>{h(A.isIntersecting)})},j=new IntersectionObserver(O,{threshold:.5});return T.current&&j.observe(T.current),()=>{j.disconnect()}}},[r]),b.useEffect(()=>{if(c){let O=setTimeout(()=>{h(!0)},100);return()=>{clearTimeout(O)}}},[c]);let _=()=>{f(!0)},D=()=>{f(!1),h(!1)};return u?r!=="intent"?[m,T,{}]:[m,T,{onFocus:Qn(N,_),onBlur:Qn(p,D),onMouseEnter:Qn(x,_),onMouseLeave:Qn(v,D),onTouchStart:Qn(y,_)}]:[!1,T,{}]}function Qn(r,o){return u=>{r&&r(u),u.defaultPrevented||o(u)}}function Ap({page:r,...o}){let{router:u}=hm(),c=b.useMemo(()=>tm(u.routes,r,u.basename),[u.routes,r,u.basename]);return c?b.createElement(Rp,{page:r,matches:c,...o}):null}function Mp(r){let{manifest:o,routeModules:u}=gm(),[c,f]=b.useState([]);return b.useEffect(()=>{let m=!1;return jp(r,o,u).then(h=>{m||f(h)}),()=>{m=!0}},[r,o,u]),c}function Rp({page:r,matches:o,...u}){let c=Zt(),{future:f,manifest:m,routeModules:h}=gm(),{basename:N}=hm(),{loaderData:p,matches:x}=Cp(),v=b.useMemo(()=>q0(r,o,x,m,c,"data"),[r,o,x,m,c]),y=b.useMemo(()=>q0(r,o,x,m,c,"assets"),[r,o,x,m,c]),T=b.useMemo(()=>{if(r===c.pathname+c.search+c.hash)return[];let O=new Set,j=!1;if(o.forEach(A=>{let L=m.routes[A.route.id];!L||!L.hasLoader||(!v.some(W=>W.route.id===A.route.id)&&A.route.id in p&&h[A.route.id]?.shouldRevalidate||L.hasClientLoader?j=!0:O.add(A.route.id))}),O.size===0)return[];let w=yp(r,N,f.unstable_trailingSlashAwareDataRequests,"data");return j&&O.size>0&&w.searchParams.set("_routes",o.filter(A=>O.has(A.route.id)).map(A=>A.route.id).join(",")),[w.pathname+w.search]},[N,f.unstable_trailingSlashAwareDataRequests,p,c,m,v,o,r,h]),_=b.useMemo(()=>Np(y,m),[y,m]),D=Mp(y);return b.createElement(b.Fragment,null,T.map(O=>b.createElement("link",{key:O,rel:"prefetch",as:"fetch",href:O,...u})),_.map(O=>b.createElement("link",{key:O,rel:"modulepreload",href:O,...u})),D.map(({key:O,link:j})=>b.createElement("link",{key:O,nonce:u.nonce,...j,crossOrigin:j.crossOrigin??u.crossOrigin})))}function zp(...r){return o=>{r.forEach(u=>{typeof u=="function"?u(o):u!=null&&(u.current=o)})}}var _p=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u";try{_p&&(window.__reactRouterVersion="7.13.1")}catch{}function Dp({basename:r,children:o,unstable_useTransitions:u,window:c}){let f=b.useRef();f.current==null&&(f.current=dg({window:c,v5Compat:!0}));let m=f.current,[h,N]=b.useState({action:m.action,location:m.location}),p=b.useCallback(x=>{u===!1?N(x):b.startTransition(()=>N(x))},[u]);return b.useLayoutEffect(()=>m.listen(p),[m,p]),b.createElement(ip,{basename:r,children:o,location:h.location,navigationType:h.action,navigator:m,unstable_useTransitions:u})}var pm=/^(?:[a-z][a-z0-9+.-]*:|\/\/)/i,nt=b.forwardRef(function({onClick:o,discover:u="render",prefetch:c="none",relative:f,reloadDocument:m,replace:h,unstable_mask:N,state:p,target:x,to:v,preventScrollReset:y,viewTransition:T,unstable_defaultShouldRevalidate:_,...D},O){let{basename:j,navigator:w,unstable_useTransitions:A}=b.useContext(Lt),L=typeof v=="string"&&pm.test(v),W=rm(v,j);v=W.to;let V=Xg(v,{relative:f}),ae=Zt(),Z=null;if(N){let je=ou(N,[],ae.unstable_mask?ae.unstable_mask.pathname:"/",!0);j!=="/"&&(je.pathname=je.pathname==="/"?j:Xt([j,je.pathname])),Z=w.createHref(je)}let[K,H,J]=wp(c,D),I=Lp(v,{replace:h,unstable_mask:N,state:p,target:x,preventScrollReset:y,relative:f,viewTransition:T,unstable_defaultShouldRevalidate:_,unstable_useTransitions:A});function Ee(je){o&&o(je),je.defaultPrevented||I(je)}let He=!(W.isExternal||m),_e=b.createElement("a",{...D,...J,href:(He?Z:void 0)||W.absoluteURL||V,onClick:He?Ee:o,ref:zp(O,H),target:x,"data-discover":!L&&u==="render"?"true":void 0});return K&&!L?b.createElement(b.Fragment,null,_e,b.createElement(Ap,{page:V})):_e});nt.displayName="Link";var ym=b.forwardRef(function({"aria-current":o="page",caseSensitive:u=!1,className:c="",end:f=!1,style:m,to:h,viewTransition:N,children:p,...x},v){let y=In(h,{relative:x.relative}),T=Zt(),_=b.useContext(Er),{navigator:D,basename:O}=b.useContext(Lt),j=_!=null&&$p(y)&&N===!0,w=D.encodeLocation?D.encodeLocation(y).pathname:y.pathname,A=T.pathname,L=_&&_.navigation&&_.navigation.location?_.navigation.location.pathname:null;u||(A=A.toLowerCase(),L=L?L.toLowerCase():null,w=w.toLowerCase()),L&&O&&(L=xa(L,O)||L);const W=w!=="/"&&w.endsWith("/")?w.length-1:w.length;let V=A===w||!f&&A.startsWith(w)&&A.charAt(W)==="/",ae=L!=null&&(L===w||!f&&L.startsWith(w)&&L.charAt(w.length)==="/"),Z={isActive:V,isPending:ae,isTransitioning:j},K=V?o:void 0,H;typeof c=="function"?H=c(Z):H=[c,V?"active":null,ae?"pending":null,j?"transitioning":null].filter(Boolean).join(" ");let J=typeof m=="function"?m(Z):m;return b.createElement(nt,{...x,"aria-current":K,className:H,ref:v,style:J,to:h,viewTransition:N},typeof p=="function"?p(Z):p)});ym.displayName="NavLink";var Op=b.forwardRef(({discover:r="render",fetcherKey:o,navigate:u,reloadDocument:c,replace:f,state:m,method:h=jr,action:N,onSubmit:p,relative:x,preventScrollReset:v,viewTransition:y,unstable_defaultShouldRevalidate:T,..._},D)=>{let{unstable_useTransitions:O}=b.useContext(Lt),j=qp(),w=kp(N,{relative:x}),A=h.toLowerCase()==="get"?"get":"post",L=typeof N=="string"&&pm.test(N),W=V=>{if(p&&p(V),V.defaultPrevented)return;V.preventDefault();let ae=V.nativeEvent.submitter,Z=ae?.getAttribute("formmethod")||h,K=()=>j(ae||V.currentTarget,{fetcherKey:o,method:Z,navigate:u,replace:f,state:m,relative:x,preventScrollReset:v,viewTransition:y,unstable_defaultShouldRevalidate:T});O&&u!==!1?b.startTransition(()=>K()):K()};return b.createElement("form",{ref:D,method:A,action:w,onSubmit:c?p:W,..._,"data-discover":!L&&r==="render"?"true":void 0})});Op.displayName="Form";function Up(r){return`${r} must be used within a data router. See https://reactrouter.com/en/main/routers/picking-a-router.`}function vm(r){let o=b.useContext(Kl);return Be(o,Up(r)),o}function Lp(r,{target:o,replace:u,unstable_mask:c,state:f,preventScrollReset:m,relative:h,viewTransition:N,unstable_defaultShouldRevalidate:p,unstable_useTransitions:x}={}){let v=fu(),y=Zt(),T=In(r,{relative:h});return b.useCallback(_=>{if(mp(_,o)){_.preventDefault();let D=u!==void 0?u:Wn(y)===Wn(T),O=()=>v(r,{replace:D,unstable_mask:c,state:f,preventScrollReset:m,relative:h,viewTransition:N,unstable_defaultShouldRevalidate:p});x?b.startTransition(()=>O()):O()}},[y,v,T,u,c,f,o,r,m,h,N,p,x])}function Cr(r){kt(typeof URLSearchParams<"u","You cannot use the `useSearchParams` hook in a browser that does not support the URLSearchParams API. If you need to support Internet Explorer 11, we recommend you load a polyfill such as https://github.com/ungap/url-search-params.");let o=b.useRef(cu(r)),u=b.useRef(!1),c=Zt(),f=b.useMemo(()=>xp(c.search,u.current?null:o.current),[c.search]),m=fu(),h=b.useCallback((N,p)=>{const x=cu(typeof N=="function"?N(new URLSearchParams(f)):N);u.current=!0,m("?"+x,p)},[m,f]);return[f,h]}var Hp=0,Bp=()=>`__${String(++Hp)}__`;function qp(){let{router:r}=vm("useSubmit"),{basename:o}=b.useContext(Lt),u=lp(),c=r.fetch,f=r.navigate;return b.useCallback(async(m,h={})=>{let{action:N,method:p,encType:x,formData:v,body:y}=pp(m,o);if(h.navigate===!1){let T=h.fetcherKey||Bp();await c(T,u,h.action||N,{unstable_defaultShouldRevalidate:h.unstable_defaultShouldRevalidate,preventScrollReset:h.preventScrollReset,formData:v,body:y,formMethod:h.method||p,formEncType:h.encType||x,flushSync:h.flushSync})}else await f(h.action||N,{unstable_defaultShouldRevalidate:h.unstable_defaultShouldRevalidate,preventScrollReset:h.preventScrollReset,formData:v,body:y,formMethod:h.method||p,formEncType:h.encType||x,replace:h.replace,state:h.state,fromRouteId:u,flushSync:h.flushSync,viewTransition:h.viewTransition})},[c,f,o,u])}function kp(r,{relative:o}={}){let{basename:u}=b.useContext(Lt),c=b.useContext(Qt);Be(c,"useFormAction must be used inside a RouteContext");let[f]=c.matches.slice(-1),m={...In(r||".",{relative:o})},h=Zt();if(r==null){m.search=h.search;let N=new URLSearchParams(m.search),p=N.getAll("index");if(p.some(v=>v==="")){N.delete("index"),p.filter(y=>y).forEach(y=>N.append("index",y));let v=N.toString();m.search=v?`?${v}`:""}}return(!r||r===".")&&f.route.index&&(m.search=m.search?m.search.replace(/^\?/,"?index&"):"?index"),u!=="/"&&(m.pathname=m.pathname==="/"?u:Xt([u,m.pathname])),Wn(m)}function $p(r,{relative:o}={}){let u=b.useContext(cm);Be(u!=null,"`useViewTransitionState` must be used within `react-router-dom`'s `RouterProvider`. Did you accidentally import `RouterProvider` from `react-router`?");let{basename:c}=vm("useViewTransitionState"),f=In(r,{relative:o});if(!u.isTransitioning)return!1;let m=xa(u.currentLocation.pathname,c)||u.currentLocation.pathname,h=xa(u.nextLocation.pathname,c)||u.nextLocation.pathname;return Sr(f.pathname,h)!=null||Sr(f.pathname,m)!=null}const bm=b.createContext({projects:[],activeProject:null,setActiveProject:()=>{},refreshProjects:()=>{}});function Jl(){return b.useContext(bm)}function Yp(){const[r,o]=b.useState([]),[u,c]=Cr(),f=b.useCallback(async()=>{try{const x=await(await fetch("/api/projects")).json();x.ok&&o(x.data||[])}catch{}},[]);b.useEffect(()=>{f()},[f]);const m=u.get("project"),h=m?r.find(p=>p.id===m)||r[0]||null:r[0]||null,N=b.useCallback(p=>{c(x=>(x.set("project",p),x))},[c]);return{projects:r,activeProject:h,setActiveProject:N,refreshProjects:f}}function jm(r,o){const{timeout:u=3e4,retries:c=1,retryDelay:f=2e3}={},[m,h]=b.useState(null),[N,p]=b.useState(!0),[x,v]=b.useState(null),[y,T]=b.useState(0),[_,D]=b.useState(null),O=b.useCallback(()=>T(j=>j+1),[]);return b.useEffect(()=>{if(!r){p(!1),h(null),v(null);return}let j=!1;p(!0),v(null);async function w(A){const L=new AbortController,W=setTimeout(()=>L.abort(),u);try{const V=await fetch(r,{signal:L.signal});if(clearTimeout(W),!V.ok)throw new Error(`HTTP ${V.status}`);const ae=V.headers.get("content-type")||"";if(!ae.includes("application/json"))throw new Error(`Expected JSON response but got ${ae||"unknown"} — server may be restarting`);const Z=await V.json();j||(h(Z.data??Z),v(null),D(new Date),p(!1))}catch(V){if(clearTimeout(W),j)return;if(A>0&&V.name!=="AbortError")return await new Promise(ae=>setTimeout(ae,f)),j?void 0:w(A-1);V.name==="AbortError"?v(`Request timed out (${Math.round(u/1e3)}s)`):v(String(V.message||V)),p(!1)}}return w(c),()=>{j=!0}},[r,y,u,c,f]),{data:m,loading:N,error:x,refetch:O,fetchedAt:_}}function Re(r,o){const{activeProject:u}=Jl(),c=r.includes("?")?"&":"?",f=u?`${r}${c}project=${u.id}`:r;return jm(f)}const pu=b.createContext(null),Gp=["heartbeat","increment-update","analytics-event","cost-update","notification","sync-update","sync-audit","error-detected","config-changed","activity","command-output","command-complete","job-progress","marketplace-scan","submission-update","verification-complete","hook-event","hook-agent"];function Vp({url:r="/api/events",children:o}){const[u,c]=b.useState("connecting"),f=b.useRef(null),m=b.useRef(null),h=b.useRef(new Map),N=b.useCallback(()=>{f.current&&f.current.close(),c("connecting");const x=new EventSource(r);f.current=x;for(const v of Gp)x.addEventListener(v,y=>{let T;try{T=JSON.parse(y.data)}catch{return}const _=h.current.get(v);if(_)for(const D of _)try{D(T)}catch{}});x.onopen=()=>c("connected"),x.onerror=()=>{x.close(),c("disconnected"),m.current=setTimeout(()=>{f.current===x&&N()},3e3)}},[r]);b.useEffect(()=>(N(),()=>{m.current&&(clearTimeout(m.current),m.current=null),f.current?.close(),f.current=null}),[N]);const p=b.useCallback((x,v)=>(h.current.has(x)||h.current.set(x,new Set),h.current.get(x).add(v),()=>{const y=h.current.get(x);y&&(y.delete(v),y.size===0&&h.current.delete(x))}),[]);return n.jsx(pu.Provider,{value:{status:u,subscribe:p},children:o})}function Ue(r,o){const u=b.useContext(pu),c=b.useRef(o);c.current=o,b.useEffect(()=>{if(!u)return;const f=m=>c.current(m);return u.subscribe(r,f)},[u,r])}function Xp(){return b.useContext(pu)?.status??"disconnected"}const Qp=[{path:"/",label:"Overview",icon:"M3 12l2-2m0 0l7-7 7 7M5 10v10a1 1 0 001 1h3m10-11l2 2m-2-2v10a1 1 0 01-1 1h-3m-4 0a1 1 0 01-1-1v-4a1 1 0 011-1h2a1 1 0 011 1v4a1 1 0 01-1 1"},{path:"/increments",label:"Increments",icon:"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2"},{path:"/analytics",label:"Analytics",icon:"M9 19v-6a2 2 0 00-2-2H5a2 2 0 00-2 2v6a2 2 0 002 2h2a2 2 0 002-2zm0 0V9a2 2 0 012-2h2a2 2 0 012 2v10m-6 0a2 2 0 002 2h2a2 2 0 002-2m0 0V5a2 2 0 012-2h2a2 2 0 012 2v14a2 2 0 01-2 2h-2a2 2 0 01-2-2z"},{path:"/costs",label:"Costs",icon:"M12 8c-1.657 0-3 .895-3 2s1.343 2 3 2 3 .895 3 2-1.343 2-3 2m0-8c1.11 0 2.08.402 2.599 1M12 8V7m0 1v8m0 0v1m0-1c-1.11 0-2.08-.402-2.599-1M21 12a9 9 0 11-18 0 9 9 0 0118 0z"},{path:"/sync",label:"Sync",icon:"M4 4v5h.582m15.356 2A8.001 8.001 0 004.582 9m0 0H9m11 11v-5h-.581m0 0a8.003 8.003 0 01-15.357-2m15.357 2H15"},{path:"/errors",label:"Errors",icon:"M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-2.5L13.732 4.5c-.77-.833-2.694-.833-3.464 0L3.34 16.5c-.77.833.192 2.5 1.732 2.5z"},{path:"/activity",label:"Activity",icon:"M13 10V3L4 14h7v7l9-11h-7z"},{path:"/notifications",label:"Notifications",icon:"M15 17h5l-1.405-1.405A2.032 2.032 0 0118 14.158V11a6.002 6.002 0 00-4-5.659V5a2 2 0 10-4 0v.341C7.67 6.165 6 8.388 6 11v3.159c0 .538-.214 1.055-.595 1.436L4 17h5m6 0v1a3 3 0 11-6 0v-1m6 0H9",badge:!0},{path:"/config",label:"Config",icon:"M10.325 4.317c.426-1.756 2.924-1.756 3.35 0a1.724 1.724 0 002.573 1.066c1.543-.94 3.31.826 2.37 2.37a1.724 1.724 0 001.066 2.573c1.756.426 1.756 2.924 0 3.35a1.724 1.724 0 00-1.066 2.573c.94 1.543-.826 3.31-2.37 2.37a1.724 1.724 0 00-2.573 1.066c-.426 1.756-2.924 1.756-3.35 0a1.724 1.724 0 00-2.573-1.066c-1.543.94-3.31-.826-2.37-2.37a1.724 1.724 0 00-1.066-2.573c-1.756-.426-1.756-2.924 0-3.35a1.724 1.724 0 001.066-2.573c-.94-1.543.826-3.31 2.37-2.37.996.608 2.296.07 2.572-1.065z M15 12a3 3 0 11-6 0 3 3 0 016 0z"},{path:"/plugins",label:"Plugins",icon:"M17 14v6m-3-3h6M6 10h2a2 2 0 002-2V6a2 2 0 00-2-2H6a2 2 0 00-2 2v2a2 2 0 002 2zm10 0h2a2 2 0 002-2V6a2 2 0 00-2-2h-2a2 2 0 00-2 2v2a2 2 0 002 2zM6 20h2a2 2 0 002-2v-2a2 2 0 00-2-2H6a2 2 0 00-2 2v2a2 2 0 002 2z"},{path:"/marketplace",label:"Marketplace",icon:"M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 100 4 2 2 0 000-4z"},{path:"/repos",label:"Repos",icon:"M3 7v10a2 2 0 002 2h14a2 2 0 002-2V9a2 2 0 00-2-2h-6l-2-2H5a2 2 0 00-2 2z"},{path:"/services",label:"Services",icon:"M13.828 10.172a4 4 0 00-5.656 0l-4 4a4 4 0 105.656 5.656l1.102-1.101m-.758-4.899a4 4 0 005.656 0l4-4a4 4 0 00-5.656-5.656l-1.1 1.1"},{path:"/hooks",label:"Hooks",icon:"M8 9l3 3-3 3m5 0h3M5 20h14a2 2 0 002-2V6a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z"},{path:"/agents",label:"Agents",icon:"M17 20h5v-2a3 3 0 00-5.356-1.857M17 20H7m10 0v-2c0-.656-.126-1.283-.356-1.857M7 20H2v-2a3 3 0 015.356-1.857M7 20v-2c0-.656.126-1.283.356-1.857m0 0a5.002 5.002 0 019.288 0M15 7a3 3 0 11-6 0 3 3 0 016 0zm6 3a2 2 0 11-4 0 2 2 0 014 0zM7 10a2 2 0 11-4 0 2 2 0 014 0z"}];function Zp({d:r}){return n.jsx("svg",{className:"w-5 h-5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:n.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:r})})}function Kp(){const{projects:r,activeProject:o,setActiveProject:u}=Jl(),[c]=Cr(),{data:f}=Re("/api/overview"),[m,h]=b.useState(null),N=b.useCallback(T=>{const _=T;_?.pendingCount!=null&&h(_.pendingCount)},[]);Ue("notification",N);const p=Xp(),x=m??f?.notifications?.pendingCount??0,v=c.get("project"),y=T=>v?`${T}?project=${v}`:T;return n.jsxs("aside",{className:"w-56 bg-gray-900 border-r border-gray-800 flex flex-col h-screen sticky top-0",children:[n.jsx("div",{className:"px-4 py-5 border-b border-gray-800",children:n.jsxs("div",{className:"flex items-center gap-2",children:[n.jsx("div",{className:"w-8 h-8 bg-indigo-500 rounded-lg flex items-center justify-center",children:n.jsx("span",{className:"text-white font-bold text-sm",children:"SW"})}),n.jsxs("div",{children:[n.jsx("div",{className:"text-white font-semibold text-sm",children:"SpecWeave"}),n.jsx("div",{className:"text-gray-500 text-xs",children:"Dashboard"})]})]})}),(r.length>0||v)&&n.jsxs("div",{className:"px-3 py-3 border-b border-gray-800",children:[n.jsx("label",{className:"text-[10px] text-gray-500 uppercase tracking-wider mb-1 block",children:"Project"}),n.jsxs("select",{value:o?.id||v||"",onChange:T=>{T.target.value==="__add__"?window.location.href=y("/config"):u(T.target.value)},className:"w-full bg-gray-800 border border-gray-700 text-gray-300 text-xs rounded-lg px-2 py-1.5 focus:ring-indigo-500 focus:border-indigo-500",children:[r.map(T=>n.jsx("option",{value:T.id,children:T.name},T.id)),v&&!r.find(T=>T.id===v)&&n.jsxs("option",{value:v,children:[decodeURIComponent(v).split(/[-/]/).pop()||v," (not registered)"]}),n.jsx("option",{value:"__add__",children:"+ Add project..."})]})]}),n.jsx("nav",{className:"flex-1 overflow-y-auto py-3 px-2",children:Qp.map(T=>n.jsxs(ym,{to:y(T.path),end:T.path==="/",className:({isActive:_})=>`flex items-center gap-3 px-3 py-2 rounded-lg text-sm mb-0.5 transition-colors ${_?"bg-indigo-500/10 text-indigo-400":"text-gray-400 hover:bg-gray-800 hover:text-gray-200"}`,children:[n.jsx(Zp,{d:T.icon}),n.jsx("span",{className:"flex-1",children:T.label}),T.badge&&x>0&&n.jsx("span",{className:"min-w-[18px] h-[18px] px-1 bg-rose-500 text-white text-[10px] font-bold rounded-full flex items-center justify-center",children:x>99?"99+":x})]},T.path))}),n.jsx("div",{className:"px-4 py-3 border-t border-gray-800",children:n.jsxs("div",{className:"flex items-center justify-between",children:[n.jsxs("div",{className:"flex items-center gap-2",children:[n.jsx("div",{className:`w-2 h-2 rounded-full ${p==="connected"?"bg-emerald-400 pulse-dot":p==="connecting"?"bg-amber-400 pulse-dot":"bg-gray-500"}`}),n.jsx("span",{className:"text-xs text-gray-500",children:p==="connected"?"Connected":p==="connecting"?"Connecting...":"Disconnected"})]}),n.jsxs("span",{className:"text-[10px] text-gray-600",children:[r.length," project",r.length!==1?"s":""]})]})})]})}function Jp(){const{data:r}=jm("/api/health"),{activeProject:o}=Jl(),u=o?.name||"Project",c=r?.uptime?Wp(r.uptime):"...";return n.jsxs("header",{className:"h-14 bg-gray-900/50 backdrop-blur border-b border-gray-800 flex items-center justify-between px-6",children:[n.jsxs("div",{className:"flex items-center gap-3",children:[n.jsx("h1",{className:"text-gray-200 font-medium text-sm",children:u}),n.jsx("span",{className:"text-gray-600 text-xs",children:"|"}),n.jsxs("span",{className:"text-gray-500 text-xs",children:["Uptime: ",c]})]}),n.jsx("div",{className:"flex items-center gap-4",children:n.jsxs("span",{className:"text-gray-500 text-xs",children:[r?.connections??0," client",(r?.connections??0)!==1?"s":""]})})]})}function Wp(r){if(r<60)return`${Math.floor(r)}s`;if(r<3600)return`${Math.floor(r/60)}m`;const o=Math.floor(r/3600),u=Math.floor(r%3600/60);return`${o}h ${u}m`}class Fp extends b.Component{constructor(o){super(o),this.state={hasError:!1,error:null}}static getDerivedStateFromError(o){return{hasError:!0,error:o}}componentDidCatch(o,u){console.error("[Dashboard ErrorBoundary]",o,u.componentStack)}componentDidUpdate(o){this.state.hasError&&o.resetKey!==this.props.resetKey&&this.setState({hasError:!1,error:null})}render(){return this.state.hasError?n.jsx("div",{className:"flex items-center justify-center min-h-[400px] p-8",children:n.jsxs("div",{className:"max-w-md text-center space-y-4",children:[n.jsx("div",{className:"w-12 h-12 mx-auto rounded-full bg-rose-500/10 flex items-center justify-center",children:n.jsx("svg",{className:"w-6 h-6 text-rose-400",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:n.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-2.5L13.732 4c-.77-.833-1.964-.833-2.732 0L4.082 16.5c-.77.833.192 2.5 1.732 2.5z"})})}),n.jsx("h3",{className:"text-lg font-semibold text-gray-200",children:"Something went wrong"}),n.jsx("p",{className:"text-sm text-gray-500",children:this.state.error?.message||"An unexpected error occurred while rendering this page."}),n.jsxs("div",{className:"flex gap-3 justify-center",children:[n.jsx("button",{onClick:()=>this.setState({hasError:!1,error:null}),className:"px-4 py-2 text-sm bg-gray-800 text-gray-300 rounded-lg hover:bg-gray-700 transition-colors",children:"Try Again"}),n.jsx("button",{onClick:()=>window.location.reload(),className:"px-4 py-2 text-sm bg-indigo-600 text-white rounded-lg hover:bg-indigo-500 transition-colors",children:"Reload Page"}),n.jsx("a",{href:"/",className:"px-4 py-2 text-sm text-gray-400 hover:text-gray-200 transition-colors",children:"Go Home"})]})]})}):this.props.children}}const Pp={indigo:"from-indigo-500/10 to-indigo-500/5 border-indigo-500/20",emerald:"from-emerald-500/10 to-emerald-500/5 border-emerald-500/20",amber:"from-amber-500/10 to-amber-500/5 border-amber-500/20",rose:"from-rose-500/10 to-rose-500/5 border-rose-500/20",cyan:"from-cyan-500/10 to-cyan-500/5 border-cyan-500/20"},Ip={indigo:"text-indigo-400",emerald:"text-emerald-400",amber:"text-amber-400",rose:"text-rose-400",cyan:"text-cyan-400"};function re({title:r,value:o,subtitle:u,tooltip:c,color:f="indigo"}){return n.jsxs("div",{className:`bg-gradient-to-br ${Pp[f]} border rounded-xl p-4 relative group`,title:c,children:[n.jsx("div",{className:"text-gray-400 text-xs font-medium uppercase tracking-wider mb-2",children:r}),n.jsx("div",{className:`text-2xl font-bold ${Ip[f]}`,children:o}),u&&n.jsx("div",{className:"text-gray-500 text-xs mt-1",children:u}),c&&n.jsxs("div",{className:"absolute bottom-full left-1/2 -translate-x-1/2 mb-2 px-2.5 py-1.5 bg-gray-800 border border-gray-700 rounded-lg text-[10px] text-gray-300 whitespace-nowrap opacity-0 group-hover:opacity-100 transition-opacity pointer-events-none z-10 shadow-lg",children:[c,n.jsx("div",{className:"absolute top-full left-1/2 -translate-x-1/2 -mt-px border-4 border-transparent border-t-gray-800"})]})]})}const ey={active:"#6366f1",completed:"#10b981",paused:"#f59e0b",planning:"#06b6d4",abandoned:"#ef4444",backlog:"#6b7280",ready_for_review:"#8b5cf6"};function ty(r){return ey[r]||"#6b7280"}function ay({segments:r,size:o=160,centerLabel:u,centerValue:c}){const f=r.reduce((p,x)=>p+x.value,0);if(f===0)return n.jsx("div",{className:"flex items-center justify-center",style:{width:o,height:o},children:n.jsx("span",{className:"text-gray-600 text-xs",children:"No data"})});const m=52,h=2*Math.PI*m;let N=0;return n.jsxs("div",{className:"relative inline-flex items-center justify-center",style:{width:o,height:o},children:[n.jsx("svg",{viewBox:"0 0 128 128",className:"w-full h-full -rotate-90",children:r.map((p,x)=>{const y=p.value/f*h,T=N;return N+=y,n.jsx("circle",{cx:"64",cy:"64",r:m,fill:"none",stroke:p.color,strokeWidth:"12",strokeDasharray:`${y} ${h-y}`,strokeDashoffset:-T,className:"transition-all duration-500"},x)})}),n.jsxs("div",{className:"absolute inset-0 flex flex-col items-center justify-center",children:[c!=null&&n.jsx("span",{className:"text-xl font-bold text-white",children:c}),u&&n.jsx("span",{className:"text-[10px] text-gray-500 uppercase tracking-wider",children:u})]})]})}function ly(r){return Object.entries(r).filter(([o,u])=>u>0).map(([o,u])=>({label:o,value:u,color:ty(o)}))}const ny={default:"bg-gray-800 text-gray-300",success:"bg-emerald-500/15 text-emerald-400",warning:"bg-amber-500/15 text-amber-400",error:"bg-rose-500/15 text-rose-400",info:"bg-cyan-500/15 text-cyan-400"};function ie({label:r,variant:o="default"}){return n.jsx("span",{className:`inline-flex items-center px-2 py-0.5 rounded-md text-xs font-medium ${ny[o]}`,children:r})}function wr(r){switch(r){case"active":case"running":return"info";case"completed":case"success":return"success";case"paused":case"pending":case"planning":return"warning";case"failed":case"abandoned":case"error":return"error";default:return"default"}}function sy({size:r="md"}){const o={sm:"w-4 h-4",md:"w-6 h-6",lg:"w-8 h-8"};return n.jsxs("svg",{className:`${o[r]} animate-spin text-indigo-400`,viewBox:"0 0 24 24",fill:"none",children:[n.jsx("circle",{className:"opacity-25",cx:"12",cy:"12",r:"10",stroke:"currentColor",strokeWidth:"4"}),n.jsx("path",{className:"opacity-75",fill:"currentColor",d:"M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4z"})]})}function st(){return n.jsx("div",{className:"flex items-center justify-center h-64",children:n.jsx(sy,{size:"lg"})})}function Kt({message:r,onRetry:o,title:u="Something went wrong"}){const c=r.toLowerCase().includes("timed out");return n.jsx("div",{className:"p-6",children:n.jsxs("div",{className:"bg-rose-900/30 border border-rose-700 rounded-lg px-5 py-4 space-y-3",children:[n.jsxs("div",{className:"flex items-center justify-between",children:[n.jsxs("div",{children:[n.jsx("h3",{className:"text-sm font-medium text-rose-300",children:u}),n.jsx("p",{className:"text-xs text-rose-400/80 mt-1",children:r})]}),o&&n.jsx("button",{onClick:o,className:"text-xs text-rose-400 hover:text-rose-200 px-3 py-1.5 border border-rose-700 rounded transition-colors flex-shrink-0",children:"Retry"})]}),c&&n.jsx("p",{className:"text-[10px] text-rose-400/60",children:"The server may be processing a large number of session logs. Try again in a moment."})]})})}function k0(r){switch(r){case"connected":return"success";case"sync_failed":return"warning";case"configured_never_synced":return"info";default:return"default"}}function ry(r){switch(r){case"connected":return"Connected";case"sync_failed":return"Sync Failed";case"configured_never_synced":return"Ready";case"not_configured":return"Not Configured";default:return r||"Unknown"}}const au=r=>r.billingContext?.planType==="subscription";function iy(){const[r,o]=b.useState(0),{data:u,loading:c,error:f,refetch:m}=Re(`/api/overview?_r=${r}`),[h,N]=b.useState([]),[p,x]=b.useState([]),[v,y]=b.useState([]),{activeProject:T}=Jl();Ue("increment-update",()=>o(j=>j+1)),Ue("notification",()=>o(j=>j+1)),Ue("sync-update",()=>o(j=>j+1)),Ue("sync-error",()=>o(j=>j+1)),Ue("cost-update",()=>o(j=>j+1));const _=b.useRef(null);b.useEffect(()=>{if(!T||_.current===T.id)return;_.current=T.id;const j=`project=${T.id}`;fetch(`/api/activity/stream?limit=20&${j}`).then(w=>w.json()).then(w=>{w.ok&&Array.isArray(w.data)&&N(w.data)}).catch(()=>{})},[T]);const D=b.useCallback(j=>{N(w=>[j,...w].slice(0,20))},[]);if(Ue("activity",D),b.useEffect(()=>{fetch("/api/sync/errors?hours=24&limit=5").then(j=>j.json()).then(j=>{j.ok&&Array.isArray(j.data)&&x(j.data)}).catch(()=>{}),fetch("/api/sync/gaps").then(j=>j.json()).then(j=>{j.ok&&Array.isArray(j.data)&&y(j.data)}).catch(()=>{})},[r]),c)return n.jsx(st,{});if(f)return n.jsx(Kt,{message:f,onRetry:m});if(!u)return null;const O=ly(u.project.statusBreakdown);return n.jsxs("div",{className:"p-6 space-y-6",children:[n.jsxs("h2",{className:"text-lg font-semibold text-gray-200",children:[u.project.name||"Project"," Overview"]}),n.jsxs("div",{className:"grid grid-cols-2 lg:grid-cols-4 gap-4",children:[n.jsx(nt,{to:"/increments?status=active",className:"group",children:n.jsx(re,{title:"Active Increments",value:u.project.activeIncrements,subtitle:`${u.project.totalIncrements} total`,color:"indigo"})}),n.jsx(nt,{to:"/increments?status=completed",className:"group",children:n.jsx(re,{title:"Completed",value:u.project.completedIncrements,subtitle:`${Math.round(u.project.completedIncrements/Math.max(u.project.totalIncrements,1)*100)}% done`,color:"emerald"})}),n.jsx(nt,{to:"/costs",className:"group",children:n.jsx(re,{title:au(u.costs)?"Usage Value":"Total Cost",value:`$${u.costs.totalCost.toFixed(2)}`,subtitle:au(u.costs)?`via Claude Code · $${u.costs.billingContext?.monthlyAmount??"?"}/mo plan`:`via Claude Code · ${u.costs.sessionCount.toLocaleString()} sessions`,color:"amber"})}),n.jsx(nt,{to:"/analytics",className:"group",children:n.jsx(re,{title:"Events Today",value:u.analytics.last24hEvents,subtitle:`${u.analytics.totalEvents.toLocaleString()} total`,color:"cyan"})})]}),n.jsx(cy,{}),au(u.costs)&&n.jsxs("div",{className:"bg-indigo-500/10 border border-indigo-500/20 rounded-xl px-4 py-3 flex items-center gap-3",children:[n.jsx(ie,{label:"Subscription",variant:"info"}),n.jsx("span",{className:"text-xs text-gray-300",children:"Costs shown as API-equivalent usage value."})]}),n.jsxs("div",{className:"grid grid-cols-1 lg:grid-cols-3 gap-6",children:[n.jsxs("div",{className:"bg-gray-900/50 border border-gray-800 rounded-xl p-5",children:[n.jsx("h3",{className:"text-sm font-medium text-gray-300 mb-4",children:"Increment Status"}),n.jsx("div",{className:"flex items-center justify-center",children:n.jsx(ay,{segments:O,centerValue:u.project.totalIncrements,centerLabel:"total"})}),n.jsx("div",{className:"flex flex-wrap gap-2 mt-4 justify-center",children:O.map(j=>n.jsxs(nt,{to:`/increments?status=${j.label.toLowerCase()}`,className:"flex items-center gap-1.5 hover:opacity-80 transition-opacity",children:[n.jsx("div",{className:"w-2 h-2 rounded-full",style:{backgroundColor:j.color}}),n.jsxs("span",{className:"text-xs text-gray-500 hover:text-gray-300",children:[j.label," (",j.value,")"]})]},j.label))})]}),n.jsxs(nt,{to:"/sync",className:"bg-gray-900/50 border border-gray-800 rounded-xl p-5 hover:border-gray-700 transition-colors block",children:[n.jsx("h3",{className:"text-sm font-medium text-gray-300 mb-4",children:"Sync Health"}),n.jsx("div",{className:"space-y-3",children:Object.entries(u.sync.platforms).length===0?n.jsx("p",{className:"text-gray-600 text-xs",children:"No sync platforms configured"}):Object.entries(u.sync.platforms).map(([j,w])=>n.jsxs("div",{className:"flex items-center justify-between p-3 bg-gray-800/50 rounded-lg",children:[n.jsxs("div",{children:[n.jsx("span",{className:"text-sm text-gray-300 capitalize",children:j}),w.configDetail&&n.jsx("div",{className:"text-[10px] text-gray-600 mt-0.5",children:w.configDetail}),!w.configDetail&&w.lastImport&&n.jsxs("div",{className:"text-xs text-gray-600 mt-0.5",children:["Last: ",new Date(w.lastImport).toLocaleDateString()]})]}),n.jsx(ie,{label:ry(w.connectionStatus||w.lastSyncResult),variant:k0(w.connectionStatus)!=="default"?k0(w.connectionStatus):wr(w.lastSyncResult||"")})]},j))}),n.jsx("div",{className:"mt-4 pt-4 border-t border-gray-800",children:n.jsxs("div",{className:"flex items-center justify-between",children:[n.jsx("span",{className:"text-xs text-gray-500",children:"Notifications"}),n.jsxs("div",{className:"flex gap-2",children:[u.notifications.criticalCount>0&&n.jsx(nt,{to:"/notifications",onClick:j=>j.stopPropagation(),children:n.jsx(ie,{label:`${u.notifications.criticalCount} critical`,variant:"error"})}),n.jsx(nt,{to:"/notifications",onClick:j=>j.stopPropagation(),children:n.jsx(ie,{label:`${u.notifications.pendingCount} pending`,variant:u.notifications.pendingCount>0?"warning":"default"})})]})]})})]}),n.jsxs("div",{className:"bg-gray-900/50 border border-gray-800 rounded-xl p-5",children:[n.jsxs("div",{className:"flex items-center justify-between mb-4",children:[n.jsx("h3",{className:"text-sm font-medium text-gray-300",children:"Live Activity"}),n.jsx(nt,{to:"/activity",className:"text-[10px] text-indigo-400 hover:text-indigo-300",children:"View all"})]}),n.jsx("div",{className:"space-y-2 max-h-64 overflow-y-auto custom-scrollbar",children:h.length===0?n.jsx("p",{className:"text-gray-600 text-xs",children:"No recent activity"}):h.map((j,w)=>n.jsxs("div",{className:"flex items-start gap-2 py-1 slide-in",children:[n.jsx("div",{className:`w-1.5 h-1.5 rounded-full mt-1.5 ${j.severity==="error"?"bg-rose-400":j.severity==="warning"?"bg-amber-400":"bg-gray-600"}`}),n.jsxs("div",{className:"flex-1 min-w-0",children:[n.jsx("div",{className:"text-xs text-gray-400 truncate",children:j.title}),n.jsxs("div",{className:"text-[10px] text-gray-600",children:[j.category,j.timestamp&&` · ${$0(j.timestamp)}`]})]})]},w))})]})]}),v.length>0&&n.jsxs(nt,{to:"/sync",className:"bg-amber-500/10 border border-amber-500/20 rounded-xl px-4 py-3 flex items-center gap-3 hover:border-amber-500/30 transition-colors block",children:[n.jsx(ie,{label:`${v.length} gaps`,variant:"warning"}),n.jsxs("span",{className:"text-xs text-gray-300",children:[v.length," increment",v.length!==1?"s have":" has"," partial sync coverage"]})]}),p.length>0&&n.jsxs("div",{className:"bg-gray-900/50 border border-gray-800 rounded-xl p-5",children:[n.jsxs("div",{className:"flex items-center justify-between mb-4",children:[n.jsx("h3",{className:"text-sm font-medium text-gray-300",children:"Recent Sync Errors"}),n.jsx(nt,{to:"/sync",className:"text-[10px] text-indigo-400 hover:text-indigo-300",children:"View all"})]}),n.jsx("div",{className:"space-y-2",children:p.map((j,w)=>n.jsxs("div",{className:"flex items-start gap-2 p-3 bg-gray-800/50 rounded-lg",children:[n.jsx("div",{className:"w-1.5 h-1.5 rounded-full mt-1.5 bg-rose-400"}),n.jsxs("div",{className:"flex-1 min-w-0",children:[n.jsxs("div",{className:"flex items-center gap-2",children:[n.jsx("span",{className:"text-xs text-gray-300 capitalize",children:j.provider}),n.jsx(ie,{label:j.incrementId,variant:"default"})]}),n.jsx("div",{className:"text-xs text-gray-500 mt-1 truncate",children:j.error}),n.jsx("div",{className:"text-[10px] text-gray-600 mt-0.5",children:$0(j.timestamp)})]})]},w))})]}),n.jsxs("div",{className:"bg-gray-900/50 border border-gray-800 rounded-xl p-5",children:[n.jsx("h3",{className:"text-sm font-medium text-gray-300 mb-4",children:"Increment Types"}),n.jsx("div",{className:"flex gap-4 flex-wrap",children:Object.entries(u.project.typeBreakdown).map(([j,w])=>n.jsxs(nt,{to:`/increments?type=${j}`,className:"flex items-center gap-2 px-3 py-2 bg-gray-800/50 rounded-lg hover:bg-gray-800/80 transition-colors",children:[n.jsx("span",{className:"text-sm text-gray-300 capitalize",children:j}),n.jsx("span",{className:"text-xs text-gray-500 bg-gray-800 px-2 py-0.5 rounded",children:w})]},j))})]})]})}function cy(){const[r,o]=b.useState(0);Ue("error-detected",()=>o(_=>_+1));const{data:u}=Re(`/api/prompt-health?_r=${r}`);if(!u?.health||u.health.warningLevel==="normal")return null;const{health:c,alert:f}=u,m=f?.level==="emergency",h=c.warningLevel==="critical"||m,N=h?"border-rose-500/30":"border-amber-500/20",p=h?"bg-rose-500/10":"bg-amber-500/10",x=h?"text-rose-400":"text-amber-400",v=Math.round(c.baseline/1e3),y=Math.min(Math.round(c.baseline/2e5*100),100),T=h?"bg-rose-500":"bg-amber-500";return n.jsxs("div",{className:`${p} border ${N} rounded-xl px-4 py-3 space-y-2`,children:[n.jsxs("div",{className:"flex items-center justify-between",children:[n.jsxs("div",{className:"flex items-center gap-2",children:[n.jsx(ie,{label:h?"Critical":"Warning",variant:h?"error":"warning"}),n.jsxs("span",{className:`text-xs ${x}`,children:["Prompt baseline: ",v,"KB (",y,"% of context window)"]})]}),n.jsx(nt,{to:"/errors",className:"text-[10px] text-gray-500 hover:text-gray-300",children:"Details"})]}),n.jsx("div",{className:"w-full bg-gray-800 rounded-full h-1.5",children:n.jsx("div",{className:`${T} h-1.5 rounded-full`,style:{width:`${y}%`}})}),n.jsxs("div",{className:"flex gap-4 text-[10px] text-gray-500",children:[n.jsxs("span",{children:["CLAUDE.md: ",Math.round(c.claudeMdSize/1e3),"KB"]}),n.jsxs("span",{children:["MEMORY.md: ",Math.round(c.memoryMdSize/1e3),"KB"]}),n.jsxs("span",{children:["Skills: ",Math.round(c.skillBudget/1e3),"KB"]}),f&&n.jsxs("span",{className:x,children:["Compactions: ",f.compactionCount]})]})]})}function $0(r){try{const o=Date.now()-new Date(r).getTime(),u=Math.floor(o/6e4);if(u<1)return"just now";if(u<60)return`${u}m ago`;const c=Math.floor(u/60);return c<24?`${c}h ago`:`${Math.floor(c/24)}d ago`}catch{return""}}function uy(){const r=fu(),[o]=Cr();return b.useCallback(u=>{const c=o.get("project");if(c){const f=u.includes("?")?"&":"?";r(`${u}${f}project=${encodeURIComponent(c)}`)}else r(u)},[r,o])}const Kn=new Map;let lu=!1,Nm=null;function oy(){lu||(lu=!0,queueMicrotask(()=>{lu=!1;const r=Nm;if(!r||Kn.size===0){Kn.clear();return}const o=new Map(Kn);Kn.clear(),r(u=>{const c=new URLSearchParams(u);for(const[f,{value:m,defaultValue:h}]of o)m&&m!==h?c.set(f,m):c.delete(f);return c})}))}function Ut(r,o=""){const[u,c]=Cr(),f=u.get(r)??o,m=b.useCallback(h=>{Nm=c,Kn.set(r,{value:h,defaultValue:o}),oy()},[r,o,c]);return[f,m]}function yu({title:r,description:o}){return n.jsxs("div",{className:"flex flex-col items-center justify-center py-16 text-center",children:[n.jsx("div",{className:"w-12 h-12 rounded-full bg-gray-800 flex items-center justify-center mb-4",children:n.jsx("svg",{className:"w-6 h-6 text-gray-600",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",children:n.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M20 13V6a2 2 0 00-2-2H6a2 2 0 00-2 2v7m16 0v5a2 2 0 01-2 2H6a2 2 0 01-2-2v-5m16 0h-2.586a1 1 0 00-.707.293l-2.414 2.414a1 1 0 01-.707.293h-3.172a1 1 0 01-.707-.293l-2.414-2.414A1 1 0 006.586 13H4"})})}),n.jsx("h3",{className:"text-gray-400 text-sm font-medium",children:r}),o&&n.jsx("p",{className:"text-gray-600 text-xs mt-1 max-w-xs",children:o})]})}const Zn=50;function dy(){const[r,o]=b.useState(0),[u,c]=b.useState(0),[f,m]=Ut("status","all"),[h,N]=Ut("type","all"),p=uy(),x=b.useRef();Ue("increment-update",()=>{x.current&&clearTimeout(x.current),x.current=setTimeout(()=>o(L=>L+1),500)}),b.useEffect(()=>()=>{x.current&&clearTimeout(x.current)},[]);const v=new URLSearchParams({_r:String(r),limit:String(Zn),offset:String(u)});f!=="all"&&v.set("status",f),h!=="all"&&v.set("type",h);const{data:y,loading:T,error:_,refetch:D}=Re(`/api/increments?${v}`),O=b.useRef(f),j=b.useRef(h);if(b.useEffect(()=>{(O.current!==f||j.current!==h)&&(c(0),O.current=f,j.current=h)},[f,h]),T&&u===0)return n.jsx(st,{});if(_)return n.jsx(Kt,{message:_,onRetry:D});if(!y)return null;const w=Object.keys(y.summary).filter(L=>L!=="total"&&y.summary[L]>0),A=y.pagination;return n.jsxs("div",{className:"p-6 space-y-6",children:[n.jsxs("div",{className:"flex items-center justify-between",children:[n.jsx("h2",{className:"text-lg font-semibold text-gray-200",children:"Increments"}),n.jsxs("span",{className:"text-sm text-gray-500",children:[A?.total??y.increments.length," total"]})]}),n.jsxs("div",{className:"space-y-3",children:[n.jsxs("div",{className:"flex items-center gap-2 flex-wrap",children:[n.jsx("span",{className:"text-xs text-gray-500 w-14",children:"Status:"}),n.jsxs("div",{className:"flex gap-1 bg-gray-900/50 border border-gray-800 rounded-lg p-1",children:[n.jsx(nu,{label:"All",active:f==="all",onClick:()=>m("all"),count:y.summary.total}),w.map(L=>n.jsx(nu,{label:L,active:f===L,onClick:()=>m(L),count:y.summary[L]},L))]})]}),n.jsxs("div",{className:"flex items-center gap-2 flex-wrap",children:[n.jsx("span",{className:"text-xs text-gray-500 w-14",children:"Type:"}),n.jsx("div",{className:"flex gap-1 bg-gray-900/50 border border-gray-800 rounded-lg p-1",children:n.jsx(nu,{label:"All",active:h==="all",onClick:()=>N("all")})})]}),A&&A.total>0&&n.jsxs("span",{className:"text-xs text-gray-500",children:["Showing ",u+1,"–",Math.min(u+Zn,A.total)," of ",A.total]})]}),y.increments.length===0?n.jsx(yu,{title:"No increments match filters",description:"Try adjusting your filters"}):n.jsx("div",{className:"bg-gray-900/50 border border-gray-800 rounded-xl overflow-hidden",children:n.jsxs("table",{className:"w-full",children:[n.jsx("thead",{children:n.jsxs("tr",{className:"border-b border-gray-800",children:[n.jsx("th",{className:"text-left px-4 py-3 text-xs text-gray-500 font-medium uppercase",children:"ID"}),n.jsx("th",{className:"text-left px-4 py-3 text-xs text-gray-500 font-medium uppercase",children:"Title"}),n.jsx("th",{className:"text-left px-4 py-3 text-xs text-gray-500 font-medium uppercase",children:"Status"}),n.jsx("th",{className:"text-left px-4 py-3 text-xs text-gray-500 font-medium uppercase",children:"Type"}),n.jsx("th",{className:"text-left px-4 py-3 text-xs text-gray-500 font-medium uppercase",children:"Priority"}),n.jsx("th",{className:"text-left px-4 py-3 text-xs text-gray-500 font-medium uppercase",children:"Tasks"}),n.jsx("th",{className:"text-left px-4 py-3 text-xs text-gray-500 font-medium uppercase",children:"ACs"}),n.jsx("th",{className:"text-left px-4 py-3 text-xs text-gray-500 font-medium uppercase",children:"Last Activity"})]})}),n.jsx("tbody",{children:y.increments.map(L=>n.jsxs("tr",{onClick:()=>p(`/increments/${L.id}`),className:"border-b border-gray-800/50 hover:bg-gray-800/30 transition-colors cursor-pointer",children:[n.jsx("td",{className:"px-4 py-3",children:n.jsx("span",{className:"text-xs text-indigo-400 font-mono",children:L.id})}),n.jsx("td",{className:"px-4 py-3",children:n.jsx("span",{className:"text-sm text-gray-300",children:L.title})}),n.jsx("td",{className:"px-4 py-3",children:n.jsx(ie,{label:L.status,variant:wr(L.status)})}),n.jsx("td",{className:"px-4 py-3",children:n.jsx("span",{className:"text-xs text-gray-400 capitalize",children:L.type})}),n.jsx("td",{className:"px-4 py-3",children:n.jsx(fy,{priority:L.priority})}),n.jsx("td",{className:"px-4 py-3",children:n.jsx(Y0,{completed:L.tasks.completed,total:L.tasks.total})}),n.jsx("td",{className:"px-4 py-3",children:n.jsx(Y0,{completed:L.acs.completed,total:L.acs.total})}),n.jsx("td",{className:"px-4 py-3",children:n.jsx("span",{className:"text-xs text-gray-500",children:L.lastActivity?my(L.lastActivity):"-"})})]},L.id))})]})}),A&&A.total>Zn&&n.jsxs("div",{className:"flex justify-center gap-2",children:[n.jsx("button",{onClick:()=>c(Math.max(0,u-Zn)),disabled:u===0,className:"px-4 py-2 text-sm text-gray-300 bg-gray-800 hover:bg-gray-700 rounded-lg transition-colors disabled:opacity-40 disabled:cursor-not-allowed",children:"Previous"}),n.jsx("button",{onClick:()=>c(u+Zn),disabled:!A.hasMore,className:"px-4 py-2 text-sm text-gray-300 bg-gray-800 hover:bg-gray-700 rounded-lg transition-colors disabled:opacity-40 disabled:cursor-not-allowed",children:"Next"})]})]})}function nu({label:r,active:o,onClick:u,count:c}){return n.jsxs("button",{onClick:u,className:`px-3 py-1 text-xs rounded-md transition-colors capitalize ${o?"bg-gray-700 text-white":"text-gray-400 hover:text-gray-300"}`,children:[r,c!==void 0&&n.jsx("span",{className:"ml-1 text-[10px] text-gray-500",children:c})]})}function Y0({completed:r,total:o}){const u=o>0?Math.round(r/o*100):0;return n.jsxs("div",{className:"flex items-center gap-2",children:[n.jsx("div",{className:"w-16 h-1.5 bg-gray-800 rounded-full overflow-hidden",children:n.jsx("div",{className:"h-full bg-indigo-500 rounded-full transition-all",style:{width:`${u}%`}})}),n.jsxs("span",{className:"text-xs text-gray-500",children:[r,"/",o]})]})}function fy({priority:r}){const o={P0:"text-rose-400 bg-rose-500/10",P1:"text-amber-400 bg-amber-500/10",P2:"text-cyan-400 bg-cyan-500/10",P3:"text-gray-400 bg-gray-500/10"};return n.jsx("span",{className:`text-xs px-1.5 py-0.5 rounded ${o[r]||o.P2}`,children:r})}function my(r){try{const o=new Date(r),c=new Date().getTime()-o.getTime(),f=Math.floor(c/6e4);if(f<1)return"Just now";if(f<60)return`${f}m ago`;const m=Math.floor(f/60);if(m<24)return`${m}h ago`;const h=Math.floor(m/24);return h<7?`${h}d ago`:o.toLocaleDateString()}catch{return r}}function xy(){const[r,o]=b.useState("skills"),[u,c]=b.useState(!1),[f,m]=b.useState(0);Ue("analytics-event",()=>m(w=>w+1));const{data:h,loading:N,error:p,refetch:x,fetchedAt:v}=Re(`/api/analytics/summary?_r=${f}`),{data:y,loading:T,refetch:_}=Re(`/api/analytics/skills?_r=${f}`);if(N||T)return n.jsx(st,{});if(p)return n.jsx(Kt,{message:p,onRetry:x});if(!h)return null;const D=h.topCommands?.reduce((w,A)=>w+A.count,0)||0,O=h.topSkills?.reduce((w,A)=>w+A.count,0)||0,j=h.topAgents?.reduce((w,A)=>w+A.count,0)||0;return n.jsxs("div",{className:"p-6 space-y-6",children:[n.jsxs("div",{className:"flex items-center justify-between",children:[n.jsx("h2",{className:"text-lg font-semibold text-gray-200",children:"Analytics"}),n.jsxs("div",{className:"flex items-center gap-3",children:[v&&n.jsxs("span",{className:"text-[10px] text-gray-600",children:["Updated ",v.toLocaleTimeString()]}),n.jsxs("span",{className:"text-sm text-gray-500",children:[h.totalEvents.toLocaleString()," total events"]}),n.jsx("button",{onClick:()=>{c(!0),x(),_(),setTimeout(()=>c(!1),600)},disabled:u,className:"p-1.5 text-gray-500 hover:text-gray-300 hover:bg-gray-800 rounded-lg transition-colors disabled:opacity-50",title:"Refresh analytics",children:n.jsx("svg",{className:`w-4 h-4 ${u?"animate-spin":""}`,fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:n.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M4 4v5h.582m15.356 2A8.001 8.001 0 004.582 9m0 0H9m11 11v-5h-.581m0 0a8.003 8.003 0 01-15.357-2m15.357 2H15"})})})]})]}),n.jsxs("div",{className:"grid grid-cols-2 lg:grid-cols-4 gap-4",children:[n.jsx(re,{title:"Total Events",value:h.totalEvents.toLocaleString(),subtitle:`${h.successRate}% success rate`,color:"indigo",tooltip:`${h.totalEvents} events tracked from analytics JSONL`}),n.jsx(re,{title:"Commands",value:D.toLocaleString(),subtitle:`${h.topCommands?.length||0} unique`,color:"cyan",tooltip:`${D} total command invocations across ${h.topCommands?.length||0} distinct commands`}),n.jsx(re,{title:"Skills",value:O.toLocaleString(),subtitle:`${h.topSkills?.length||0} unique`,color:"emerald",tooltip:`${O} total skill activations across ${h.topSkills?.length||0} distinct skills`}),n.jsx(re,{title:"Agents",value:j.toLocaleString(),subtitle:`${h.topAgents?.length||0} unique`,color:"amber",tooltip:`${j} agent spawns across ${h.topAgents?.length||0} distinct agent types`})]}),n.jsx("div",{className:"flex gap-1 bg-gray-900/50 border border-gray-800 rounded-lg p-1",children:[{key:"skills",label:"Skills"},{key:"commands",label:"Commands"},{key:"agents",label:"Agents"},{key:"daily",label:"Daily Trends"}].map(w=>n.jsx("button",{onClick:()=>o(w.key),className:`flex-1 px-3 py-1.5 text-xs rounded-md transition-colors ${r===w.key?"bg-gray-700 text-white":"text-gray-400 hover:text-gray-300"}`,children:w.label},w.key))}),r==="commands"&&n.jsx(hy,{commands:h.topCommands||[]}),r==="skills"&&n.jsx(gy,{skills:y||[]}),r==="agents"&&n.jsx(py,{agents:h.topAgents||[]}),r==="daily"&&n.jsx(yy,{days:h.dailySummaries||[]})]})}function hy({commands:r}){if(r.length===0)return n.jsx("div",{className:"bg-gray-900/50 border border-gray-800 rounded-xl p-8 text-center",children:n.jsx("p",{className:"text-gray-500 text-sm",children:"No command data available"})});const o=[...r].sort((c,f)=>f.count-c.count),u=o[0]?.count||1;return n.jsxs("div",{className:"bg-gray-900/50 border border-gray-800 rounded-xl overflow-hidden",children:[n.jsx("div",{className:"px-5 py-3 border-b border-gray-800",children:n.jsx("h3",{className:"text-sm font-medium text-gray-300",children:"Top Commands"})}),n.jsxs("table",{className:"w-full",children:[n.jsx("thead",{children:n.jsxs("tr",{className:"border-b border-gray-800",children:[n.jsx("th",{className:"text-left px-4 py-2 text-xs text-gray-500 w-12",children:"Rank"}),n.jsx("th",{className:"text-left px-4 py-2 text-xs text-gray-500",children:"Command"}),n.jsx("th",{className:"text-left px-4 py-2 text-xs text-gray-500",children:"Usage"}),n.jsx("th",{className:"text-right px-4 py-2 text-xs text-gray-500",children:"Count"})]})}),n.jsx("tbody",{children:o.map((c,f)=>{const m=Math.max(2,c.count/u*100);return n.jsxs("tr",{className:"border-b border-gray-800/50 hover:bg-gray-800/30",children:[n.jsxs("td",{className:"px-4 py-2.5 text-xs text-gray-600",children:["#",f+1]}),n.jsx("td",{className:"px-4 py-2.5",children:n.jsx("span",{className:"text-sm text-gray-300 font-mono",children:c.name})}),n.jsx("td",{className:"px-4 py-2.5",children:n.jsx("div",{className:"w-full h-1.5 bg-gray-800 rounded-full overflow-hidden",children:n.jsx("div",{className:"h-full rounded-full bg-indigo-500/60 transition-all",style:{width:`${m}%`}})})}),n.jsx("td",{className:"px-4 py-2.5 text-sm font-mono text-gray-400 text-right",children:c.count.toLocaleString()})]},c.name)})})]})]})}function gy({skills:r}){const o=[...r].sort((u,c)=>c.count-u.count);return o.length===0?n.jsx("div",{className:"bg-gray-900/50 border border-gray-800 rounded-xl p-8 text-center",children:n.jsx("p",{className:"text-gray-500 text-sm",children:"No skill usage data available"})}):n.jsxs("div",{className:"bg-gray-900/50 border border-gray-800 rounded-xl overflow-hidden",children:[n.jsx("div",{className:"px-5 py-3 border-b border-gray-800",children:n.jsx("h3",{className:"text-sm font-medium text-gray-300",children:"Skill Usage Leaderboard"})}),n.jsxs("table",{className:"w-full",children:[n.jsx("thead",{children:n.jsxs("tr",{className:"border-b border-gray-800",children:[n.jsx("th",{className:"text-left px-4 py-2 text-xs text-gray-500 w-12",children:"Rank"}),n.jsx("th",{className:"text-left px-4 py-2 text-xs text-gray-500",children:"Skill Name"}),n.jsx("th",{className:"text-left px-4 py-2 text-xs text-gray-500",children:"Plugin"}),n.jsx("th",{className:"text-right px-4 py-2 text-xs text-gray-500",children:"Invocations"}),n.jsx("th",{className:"text-right px-4 py-2 text-xs text-gray-500",children:"Success Rate"}),n.jsx("th",{className:"text-right px-4 py-2 text-xs text-gray-500",children:"Last Used"})]})}),n.jsx("tbody",{children:o.map((u,c)=>{const f=u.count>0?Math.round(u.successCount/u.count*100):100,m=f>=90?"success":f>=70?"warning":"error";return n.jsxs("tr",{className:"border-b border-gray-800/50 hover:bg-gray-800/30",children:[n.jsxs("td",{className:"px-4 py-2.5 text-xs text-gray-600",children:["#",c+1]}),n.jsx("td",{className:"px-4 py-2.5",children:n.jsx("span",{className:"text-sm text-gray-300 font-mono",children:u.name})}),n.jsx("td",{className:"px-4 py-2.5",children:u.plugin&&n.jsx("span",{className:"text-[10px] text-gray-600 bg-gray-800 px-1.5 py-0.5 rounded",children:u.plugin})}),n.jsx("td",{className:"px-4 py-2.5 text-sm font-mono text-gray-400 text-right",children:u.count.toLocaleString()}),n.jsx("td",{className:"px-4 py-2.5 text-right",children:n.jsx(ie,{label:`${f}%`,variant:m})}),n.jsx("td",{className:"px-4 py-2.5 text-xs text-gray-600 text-right whitespace-nowrap",children:u.lastUsed?vy(u.lastUsed):"-"})]},u.name)})})]})]})}function py({agents:r}){if(r.length===0)return n.jsx("div",{className:"bg-gray-900/50 border border-gray-800 rounded-xl p-8 text-center",children:n.jsx("p",{className:"text-gray-500 text-sm",children:"No agent data available"})});const o=[...r].sort((c,f)=>f.count-c.count),u=o[0]?.count||1;return n.jsxs("div",{className:"bg-gray-900/50 border border-gray-800 rounded-xl overflow-hidden",children:[n.jsx("div",{className:"px-5 py-3 border-b border-gray-800",children:n.jsx("h3",{className:"text-sm font-medium text-gray-300",children:"Top Agents"})}),n.jsxs("table",{className:"w-full",children:[n.jsx("thead",{children:n.jsxs("tr",{className:"border-b border-gray-800",children:[n.jsx("th",{className:"text-left px-4 py-2 text-xs text-gray-500 w-12",children:"Rank"}),n.jsx("th",{className:"text-left px-4 py-2 text-xs text-gray-500",children:"Agent"}),n.jsx("th",{className:"text-left px-4 py-2 text-xs text-gray-500",children:"Usage"}),n.jsx("th",{className:"text-right px-4 py-2 text-xs text-gray-500",children:"Count"})]})}),n.jsx("tbody",{children:o.map((c,f)=>{const m=Math.max(2,c.count/u*100);return n.jsxs("tr",{className:"border-b border-gray-800/50 hover:bg-gray-800/30",children:[n.jsxs("td",{className:"px-4 py-2.5 text-xs text-gray-600",children:["#",f+1]}),n.jsx("td",{className:"px-4 py-2.5",children:n.jsx("span",{className:"text-sm text-gray-300",children:c.name})}),n.jsx("td",{className:"px-4 py-2.5",children:n.jsx("div",{className:"w-full h-1.5 bg-gray-800 rounded-full overflow-hidden",children:n.jsx("div",{className:"h-full rounded-full bg-cyan-500/60 transition-all",style:{width:`${m}%`}})})}),n.jsx("td",{className:"px-4 py-2.5 text-sm font-mono text-gray-400 text-right",children:c.count.toLocaleString()})]},c.name)})})]})]})}function yy({days:r}){const o=r.slice(-14);if(o.length===0)return n.jsx("div",{className:"bg-gray-900/50 border border-gray-800 rounded-xl p-8 text-center",children:n.jsx("p",{className:"text-gray-500 text-sm",children:"No daily data available"})});const u=Math.max(...o.map(m=>m.totalEvents),1),c=o.reduce((m,h)=>m+h.totalEvents,0),f=Math.round(c/o.length);return n.jsxs("div",{className:"space-y-6",children:[n.jsxs("div",{className:"grid grid-cols-3 gap-4",children:[n.jsx(re,{title:"Period Total",value:c.toLocaleString(),subtitle:`Last ${o.length} days`,color:"indigo"}),n.jsx(re,{title:"Daily Average",value:f.toLocaleString(),color:"cyan"}),n.jsx(re,{title:"Peak Day",value:u.toLocaleString(),subtitle:o.find(m=>m.totalEvents===u)?.date||"",color:"emerald"})]}),n.jsxs("div",{className:"bg-gray-900/50 border border-gray-800 rounded-xl p-5",children:[n.jsxs("h3",{className:"text-sm font-medium text-gray-300 mb-4",children:["Daily Events (Last ",o.length," Days)"]}),n.jsx("div",{className:"flex items-end gap-1.5 h-40",children:o.map(m=>{const h=Math.max(2,m.totalEvents/u*100),N=m.date.slice(5);return n.jsxs("div",{className:"flex-1 flex flex-col items-center gap-1",children:[n.jsx("span",{className:"text-[9px] text-gray-500",children:m.totalEvents}),n.jsx("div",{className:"w-full bg-indigo-500/40 rounded-t hover:bg-indigo-500/60 transition-colors cursor-default",style:{height:`${h}%`},title:`${m.date}: ${m.totalEvents} events`}),n.jsx("span",{className:"text-[8px] text-gray-700",children:N})]},m.date)})})]})]})}function vy(r){if(!r)return"";try{const o=Date.now()-new Date(r).getTime(),u=Math.floor(o/6e4);if(u<1)return"just now";if(u<60)return`${u}m ago`;const c=Math.floor(u/60);return c<24?`${c}h ago`:`${Math.floor(c/24)}d ago`}catch{return""}}function Sm({items:r,maxBars:o=10}){const u=[...r].sort((f,m)=>m.value-f.value).slice(0,o),c=Math.max(...u.map(f=>f.value),1);return n.jsx("div",{className:"space-y-2",children:u.map((f,m)=>n.jsxs("div",{className:"flex items-center gap-3",children:[n.jsx("span",{className:"text-xs text-gray-400 w-28 truncate text-right",title:f.label,children:f.label}),n.jsx("div",{className:"flex-1 h-5 bg-gray-800 rounded overflow-hidden",children:n.jsx("div",{className:"h-full rounded transition-all duration-500",style:{width:`${f.value/c*100}%`,backgroundColor:f.color||"#6366f1"}})}),n.jsx("span",{className:"text-xs text-gray-500 w-10 text-right",children:f.value})]},m))})}function by(){const[r,o]=b.useState("overview"),[u,c]=b.useState(null),[f,m]=b.useState(0);Ue("cost-update",()=>m(A=>A+1));const{data:h,loading:N,error:p,refetch:x}=Re(`/api/costs/summary?_r=${f}`);if(N)return n.jsx(st,{});if(p)return n.jsx(Kt,{message:p,onRetry:x});if(!h)return null;const v=h.sessions||[],y=h.billingContext?.planType==="subscription",T=h.modelBreakdown?Object.entries(h.modelBreakdown).map(([A,L])=>({model:A,...L})).sort((A,L)=>L.cost-A.cost):Ny(v),_=v.reduce((A,L)=>A+(L.inputTokens||0),0),D=v.reduce((A,L)=>A+(L.outputTokens||0),0),O=v.reduce((A,L)=>A+(L.cacheReadTokens||0),0),j=v.reduce((A,L)=>A+(L.cacheWriteTokens||0),0),w=_+D+O+j;return n.jsxs("div",{className:"p-6 space-y-6",children:[n.jsx("div",{className:"flex items-center gap-3",children:n.jsxs("div",{className:"flex items-center gap-2",children:[n.jsxs("svg",{className:"w-5 h-5 text-amber-400",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[n.jsx("path",{d:"M12 2L2 7l10 5 10-5-10-5z"}),n.jsx("path",{d:"M2 17l10 5 10-5"}),n.jsx("path",{d:"M2 12l10 5 10-5"})]}),n.jsxs("div",{children:[n.jsx("h2",{className:"text-lg font-semibold text-gray-200",children:"Claude Code Usage"}),n.jsx("span",{className:"text-xs text-gray-500",children:y&&h.billingContext?.monthlyAmount?`$${h.billingContext.monthlyAmount}/mo plan`:"API-equivalent usage analytics"})]})]})}),y&&n.jsxs("div",{className:"bg-indigo-500/10 border border-indigo-500/20 rounded-xl px-4 py-3 flex items-center gap-3",children:[n.jsx(ie,{label:"Subscription",variant:"info"}),n.jsxs("span",{className:"text-xs text-gray-300",children:[h.billingContext?.monthlyAmount?`$${h.billingContext.monthlyAmount}/mo plan. `:"","Costs shown as API-equivalent value for usage analytics."]})]}),n.jsxs("div",{className:"grid grid-cols-2 lg:grid-cols-4 gap-4",children:[n.jsx(re,{title:y?"API-Equivalent Value":"Total Cost",value:`$${h.totalCost.toFixed(2)}`,subtitle:y&&h.billingContext?.monthlyAmount?`Your plan: $${h.billingContext.monthlyAmount}/mo`:void 0,color:"amber"}),n.jsx(re,{title:y?"Cache Efficiency":"Cache Savings",value:`$${h.totalSavings.toFixed(2)}`,subtitle:y?"API-equivalent savings from cache":void 0,color:"emerald"}),n.jsx(re,{title:"Total Tokens",value:Xl(h.totalTokens),subtitle:Sy(h.totalTokens),color:"indigo"}),n.jsx(re,{title:"Sessions",value:h.sessionCount.toLocaleString(),color:"cyan"})]}),n.jsx("div",{className:"flex gap-1 bg-gray-900/50 border border-gray-800 rounded-lg p-1",children:["overview","sessions"].map(A=>n.jsx("button",{onClick:()=>o(A),className:`flex-1 px-3 py-1.5 text-xs rounded-md transition-colors ${r===A?"bg-gray-700 text-white":"text-gray-400 hover:text-gray-300"}`,children:A==="overview"?"Breakdown":`Sessions (${v.length})`},A))}),r==="overview"&&n.jsxs("div",{className:"grid grid-cols-1 lg:grid-cols-2 gap-6",children:[n.jsxs("div",{className:"bg-gray-900/50 border border-gray-800 rounded-xl p-5",children:[n.jsx("h3",{className:"text-sm font-medium text-gray-300 mb-4",children:y?"Usage Value by Model":"Cost by Model"}),T.length>0?n.jsx(Sm,{items:T.map(A=>({label:A.model,value:parseFloat(A.cost.toFixed(2)),color:"#f59e0b"}))}):n.jsx("p",{className:"text-gray-600 text-xs",children:"No model data"})]}),n.jsxs("div",{className:"bg-gray-900/50 border border-gray-800 rounded-xl p-5",children:[n.jsx("h3",{className:"text-sm font-medium text-gray-300 mb-4",children:"Token Breakdown"}),n.jsxs("div",{className:"space-y-3",children:[n.jsx(br,{label:"Input",value:_,total:w,color:"bg-indigo-500"}),n.jsx(br,{label:"Output",value:D,total:w,color:"bg-cyan-500"}),O>0&&n.jsx(br,{label:"Cache Read",value:O,total:w,color:"bg-emerald-500"}),j>0&&n.jsx(br,{label:"Cache Write",value:j,total:w,color:"bg-amber-500"})]})]}),T.length>0&&n.jsxs("div",{className:"bg-gray-900/50 border border-gray-800 rounded-xl overflow-hidden lg:col-span-2",children:[n.jsx("div",{className:"px-5 py-3 border-b border-gray-800",children:n.jsx("h3",{className:"text-sm font-medium text-gray-300",children:"Model Details"})}),n.jsxs("table",{className:"w-full",children:[n.jsx("thead",{children:n.jsxs("tr",{className:"border-b border-gray-800",children:[n.jsx("th",{className:"text-left px-4 py-2 text-xs text-gray-500",children:"Model"}),n.jsx("th",{className:"text-right px-4 py-2 text-xs text-gray-500",children:"Sessions"}),n.jsx("th",{className:"text-right px-4 py-2 text-xs text-gray-500",children:"Tokens"}),n.jsx("th",{className:"text-right px-4 py-2 text-xs text-gray-500",children:"Cost"}),n.jsx("th",{className:"text-right px-4 py-2 text-xs text-gray-500",children:"Avg/Session"})]})}),n.jsx("tbody",{children:T.map(A=>n.jsxs("tr",{className:"border-b border-gray-800/50 hover:bg-gray-800/30",children:[n.jsx("td",{className:"px-4 py-2 text-sm text-gray-300",children:A.model}),n.jsx("td",{className:"px-4 py-2 text-xs text-gray-500 text-right",children:A.sessions.toLocaleString()}),n.jsx("td",{className:"px-4 py-2 text-xs text-gray-500 text-right",children:Xl(A.tokens)}),n.jsxs("td",{className:"px-4 py-2 text-xs text-amber-400 text-right",children:["$",A.cost.toFixed(2)]}),n.jsxs("td",{className:"px-4 py-2 text-xs text-gray-500 text-right",children:["$",A.sessions>0?(A.cost/A.sessions).toFixed(4):"0"]})]},A.model))})]})]})]}),r==="sessions"&&n.jsx(jy,{sessions:v,expandedSession:u,onToggle:A=>c(u===A?null:A)}),n.jsx("div",{className:"text-center py-4 border-t border-gray-800/50",children:n.jsx("span",{className:"text-xs text-gray-600",children:"More providers coming soon"})})]})}const su=37,G0=160,V0=5;function jy({sessions:r,expandedSession:o,onToggle:u}){const c=b.useRef(null),[f,m]=b.useState(0),h=b.useCallback(()=>{c.current&&m(c.current.scrollTop)},[]),N=b.useMemo(()=>r.map(O=>(O.sessionId||"-")===o?G0:su),[r,o]),p=b.useMemo(()=>{const O=[];let j=0;for(const w of N)O.push(j),j+=w;return O},[N]),x=p.length>0?p[p.length-1]+N[N.length-1]:0,v=Math.min(x,su*20),y=b.useMemo(()=>{if(r.length===0)return{start:0,end:0};const O=f,j=f+v;let w=0,A=r.length-1;for(;w<A;){const V=w+A>>1;p[V]+N[V]<=O?w=V+1:A=V}const L=Math.max(0,w-V0);for(w=L,A=r.length-1;w<A;){const V=w+A+1>>1;p[V]>=j?A=V-1:w=V}const W=Math.min(r.length,w+V0+1);return{start:L,end:W}},[f,v,r.length,p,N]);if(b.useEffect(()=>{if(!o||!c.current)return;const O=r.findIndex(L=>(L.sessionId||"-")===o);if(O<0)return;const j=p[O],w=j+G0,A=c.current;w>A.scrollTop+v?A.scrollTop=w-v:j<A.scrollTop&&(A.scrollTop=j)},[o,r,p,v]),r.length===0)return n.jsx("div",{className:"bg-gray-900/50 border border-gray-800 rounded-xl p-8 text-center",children:n.jsx("p",{className:"text-gray-500 text-sm",children:"No session data available"})});const T=r.slice(y.start,y.end),_=y.start>0?p[y.start]:0,D=y.end<r.length?x-p[y.end]:0;return n.jsxs("div",{className:"bg-gray-900/50 border border-gray-800 rounded-xl overflow-hidden",children:[n.jsxs("div",{className:"px-5 py-3 border-b border-gray-800 flex items-center justify-between",children:[n.jsx("h3",{className:"text-sm font-medium text-gray-300",children:"Recent Sessions"}),n.jsxs("span",{className:"text-xs text-gray-500",children:[r.length," sessions"]})]}),n.jsx("table",{className:"w-full table-fixed",children:n.jsx("thead",{children:n.jsxs("tr",{className:"border-b border-gray-800",children:[n.jsx("th",{className:"text-left px-4 py-2 text-xs text-gray-500 w-8"}),n.jsx("th",{className:"text-left px-4 py-2 text-xs text-gray-500",children:"Session"}),n.jsx("th",{className:"text-left px-4 py-2 text-xs text-gray-500",children:"Model"}),n.jsx("th",{className:"text-right px-4 py-2 text-xs text-gray-500",children:"Input"}),n.jsx("th",{className:"text-right px-4 py-2 text-xs text-gray-500",children:"Output"}),n.jsx("th",{className:"text-right px-4 py-2 text-xs text-gray-500",children:"Cache"}),n.jsx("th",{className:"text-right px-4 py-2 text-xs text-gray-500",children:"Cost"}),n.jsx("th",{className:"text-right px-4 py-2 text-xs text-gray-500",children:"Duration"}),n.jsx("th",{className:"text-left px-4 py-2 text-xs text-gray-500",children:"When"})]})})}),n.jsx("div",{ref:c,onScroll:h,className:"overflow-y-auto custom-scrollbar",style:{maxHeight:`${v}px`},children:n.jsxs("div",{style:{height:`${x}px`,position:"relative"},children:[_>0&&n.jsx("div",{style:{height:`${_}px`}}),n.jsx("table",{className:"w-full table-fixed",children:n.jsx("tbody",{children:T.map(O=>{const j=O.sessionId||"-",w=o===j,A=(O.cacheReadTokens||0)+(O.cacheWriteTokens||0);return n.jsxs(b.Fragment,{children:[n.jsxs("tr",{className:"border-b border-gray-800/50 hover:bg-gray-800/30 cursor-pointer",style:{height:`${su}px`},onClick:()=>u(j),children:[n.jsx("td",{className:"px-4 py-2 text-xs text-gray-600 w-8",children:n.jsx("span",{className:`inline-block transition-transform ${w?"rotate-90":""}`,children:"▸"})}),n.jsx("td",{className:"px-4 py-2 text-xs text-gray-400 font-mono",children:j.slice(0,8)}),n.jsx("td",{className:"px-4 py-2",children:n.jsx(ie,{label:O.model||"unknown",variant:"default"})}),n.jsx("td",{className:"px-4 py-2 text-xs text-gray-500 text-right",children:Xl(O.inputTokens)}),n.jsx("td",{className:"px-4 py-2 text-xs text-gray-500 text-right",children:Xl(O.outputTokens)}),n.jsx("td",{className:"px-4 py-2 text-xs text-gray-500 text-right",children:A>0?Xl(A):"-"}),n.jsxs("td",{className:"px-4 py-2 text-xs text-amber-400 text-right",children:["$",O.cost?.toFixed(4)||"0.0000"]}),n.jsx("td",{className:"px-4 py-2 text-xs text-gray-500 text-right",children:O.duration?X0(O.duration):"-"}),n.jsx("td",{className:"px-4 py-2 text-xs text-gray-500",children:Ey(O.timestamp)})]}),w&&n.jsx("tr",{className:"border-b border-gray-800/50",children:n.jsx("td",{colSpan:9,className:"px-6 py-3 bg-gray-800/20",children:n.jsxs("div",{className:"grid grid-cols-2 md:grid-cols-4 gap-4 text-xs",children:[n.jsxs("div",{children:[n.jsx("span",{className:"text-gray-500 block mb-1",children:"Input Tokens"}),n.jsx("span",{className:"text-gray-300 font-mono",children:O.inputTokens.toLocaleString()})]}),n.jsxs("div",{children:[n.jsx("span",{className:"text-gray-500 block mb-1",children:"Output Tokens"}),n.jsx("span",{className:"text-gray-300 font-mono",children:O.outputTokens.toLocaleString()})]}),n.jsxs("div",{children:[n.jsx("span",{className:"text-gray-500 block mb-1",children:"Cache Write"}),n.jsx("span",{className:"text-gray-300 font-mono",children:(O.cacheWriteTokens||0).toLocaleString()})]}),n.jsxs("div",{children:[n.jsx("span",{className:"text-gray-500 block mb-1",children:"Cache Read"}),n.jsx("span",{className:"text-gray-300 font-mono",children:(O.cacheReadTokens||0).toLocaleString()})]}),n.jsxs("div",{children:[n.jsx("span",{className:"text-gray-500 block mb-1",children:"Cost"}),n.jsxs("span",{className:"text-amber-400 font-mono",children:["$",O.cost?.toFixed(6)||"0"]})]}),O.savings!=null&&O.savings>0&&n.jsxs("div",{children:[n.jsx("span",{className:"text-gray-500 block mb-1",children:"Cache Savings"}),n.jsxs("span",{className:"text-emerald-400 font-mono",children:["$",O.savings.toFixed(6)]})]}),n.jsxs("div",{children:[n.jsx("span",{className:"text-gray-500 block mb-1",children:"Duration"}),n.jsx("span",{className:"text-gray-300",children:O.duration?X0(O.duration):"-"})]}),n.jsxs("div",{children:[n.jsx("span",{className:"text-gray-500 block mb-1",children:"Session ID"}),n.jsx("span",{className:"text-gray-400 font-mono text-[10px]",children:O.sessionId})]})]})})})]},j)})})}),D>0&&n.jsx("div",{style:{height:`${D}px`}})]})})]})}function br({label:r,value:o,total:u,color:c}){const f=u>0?o/u*100:0,m={"bg-indigo-500":"rgb(99 102 241 / 0.6)","bg-cyan-500":"rgb(6 182 212 / 0.6)","bg-emerald-500":"rgb(16 185 129 / 0.6)","bg-amber-500":"rgb(245 158 11 / 0.6)"};return n.jsxs("div",{children:[n.jsxs("div",{className:"flex items-center justify-between mb-1",children:[n.jsx("span",{className:"text-xs text-gray-400",children:r}),n.jsxs("span",{className:"text-xs text-gray-500",children:[Xl(o)," (",f.toFixed(1),"%)"]})]}),n.jsx("div",{className:"h-2 bg-gray-800 rounded-full overflow-hidden",children:n.jsx("div",{className:"h-full rounded-full",style:{width:`${f}%`,backgroundColor:m[c]||c}})})]})}function Ny(r){const o=new Map;for(const u of r){const c=u.model||"unknown",f=o.get(c)||{cost:0,tokens:0,sessions:0};f.cost+=u.cost||0,f.tokens+=(u.inputTokens||0)+(u.outputTokens||0),f.sessions++,o.set(c,f)}return Array.from(o.entries()).map(([u,c])=>({model:u,...c})).sort((u,c)=>c.cost-u.cost)}function Xl(r){return r?r>=1e6?`${(r/1e6).toFixed(1)}M`:r>=1e3?`${(r/1e3).toFixed(1)}K`:String(r):"0"}function Sy(r){return r?r.toLocaleString():"0"}function X0(r){const o=Math.round(r);if(o<60)return`${o}s`;const u=Math.floor(o/60),c=o%60;return u<60?`${u}m ${c}s`:`${Math.floor(u/60)}h ${u%60}m`}function Ey(r){if(!r)return"-";try{const o=Date.now()-new Date(r).getTime(),u=Math.floor(o/6e4);if(u<1)return"just now";if(u<60)return`${u}m ago`;const c=Math.floor(u/60);return c<24?`${c}h ago`:`${Math.floor(c/24)}d ago`}catch{return"-"}}function Ar(){const[r,o]=b.useState(!1),[u,c]=b.useState(null),[f,m]=b.useState(null),[h,N]=b.useState([]),[p,x]=b.useState("idle"),v=b.useRef(null),y=b.useRef(null);Ue("command-output",D=>{const O=D;y.current&&O.executionId===y.current&&O.line&&N(j=>[...j,O.line])}),Ue("command-complete",D=>{const O=D;if(y.current&&O.executionId===y.current){if(v.current&&(clearTimeout(v.current),v.current=null),o(!1),O.exitCode===0)x("success"),N(j=>[...j,"Command completed successfully."]);else{x("error");const j=`Command failed (exit code ${O.exitCode??"unknown"})`;m(j),N(w=>[...w,j])}y.current=null}}),b.useEffect(()=>()=>{v.current&&clearTimeout(v.current)},[]);const T=b.useCallback(async(D,O)=>{const j=O?.queryParams,w=O?.timeoutMs??6e4;o(!0),m(null),N([`> specweave ${D}${j?` (${Object.values(j).join(", ")})`:""}`]),x("running");try{const A=j?"?"+new URLSearchParams(j).toString():"",W=await(await fetch(`/api/commands/${D}${A}`,{method:"POST"})).json();if(!W.ok)return m(W.error||"Command failed"),x("error"),N(ae=>[...ae,`Error: ${W.error||"Command failed"}`]),o(!1),null;c(W.data),y.current=W.data?.id||null;const V=Math.round(w/1e3);return v.current=setTimeout(()=>{y.current&&(y.current=null,o(!1),x("error"),m(`Command timed out after ${V} seconds`),N(ae=>[...ae,`Timed out after ${V} seconds.`]))},w),W.data}catch(A){return m(String(A)),x("error"),N(L=>[...L,`Error: ${String(A)}`]),o(!1),null}},[]),_=b.useCallback(()=>{o(!1),c(null),m(null),N([]),x("idle"),y.current=null,v.current&&(clearTimeout(v.current),v.current=null)},[]);return{execute:T,running:r,result:u,error:f,output:h,status:p,reset:_}}function Ty(r){switch(r){case"connected":return"success";case"sync_failed":return"warning";case"configured_never_synced":return"info";default:return"default"}}function Cy(r){switch(r){case"connected":return"Connected";case"sync_failed":return"Sync Failed";case"configured_never_synced":return"Ready";case"not_configured":return"Not Configured";default:return r||"Unknown"}}function wy(){const[r,o]=b.useState("health"),[u,c]=b.useState(null),[f,m]=b.useState(0),[h,N]=b.useState([]);Ue("sync-update",()=>m(H=>H+1)),Ue("sync-error",()=>m(H=>H+1));const{data:p,loading:x,error:v,refetch:y}=Re(`/api/sync/status?_r=${f}`);b.useEffect(()=>{fetch("/api/sync/errors?hours=24&limit=20").then(H=>H.json()).then(H=>{H.ok&&Array.isArray(H.data)&&N(H.data)}).catch(()=>{})},[f]);const{data:T,loading:_}=Re(`/api/sync/audit?limit=100&_r=${f}`),{data:D,loading:O}=Re(`/api/sync/audit/summary?_r=${f}`),{execute:j,running:w}=Ar(),A=async(H,J)=>{const I=J?`${J}-${H}`:H;c(I);try{const Ee=new URLSearchParams(window.location.search).get("project")||"",He=new URLSearchParams;He.set("platform",H),J&&He.set("repo",J),Ee&&He.set("project",Ee);const _e=new AbortController,je=setTimeout(()=>_e.abort(),3e4);await fetch(`/api/sync/verify?${He.toString()}`,{method:"POST",signal:_e.signal}),clearTimeout(je),y()}catch{}c(null)};if(x||_||O)return n.jsx(st,{});if(v)return n.jsx(Kt,{message:v,onRetry:y});if(!p)return null;const L=T?.length||0,W=T?.filter(H=>H.result==="error").length||0,V=T?.filter(H=>H.conflict)||[],ae=p.isUmbrella&&p.repos&&p.repos.length>0;let Z=0,K=0;if(ae&&p.repos)for(const H of p.repos){const J=Object.values(H.platforms).filter(I=>I.connectionStatus!=="not_configured");K+=J.length,Z+=J.filter(I=>I.connectionStatus==="connected").length}else{const H=Object.entries(p.platforms).filter(([J])=>["github","jira","ado"].includes(J));K=H.length,Z=H.filter(([,J])=>J.connectionStatus==="connected").length}return n.jsxs("div",{className:"p-6 space-y-6",children:[n.jsxs("div",{className:"flex items-center justify-between",children:[n.jsx("h2",{className:"text-lg font-semibold text-gray-200",children:"Sync Health"}),!ae&&n.jsx("button",{onClick:()=>j("sync-push"),disabled:w,className:"px-3 py-1.5 bg-indigo-600 hover:bg-indigo-500 disabled:opacity-50 text-white text-xs rounded-lg transition-colors",children:w?"Syncing...":"Sync Now"})]}),p.permissions&&n.jsx(Ay,{permissions:p.permissions,onSave:y}),n.jsxs("div",{className:"grid grid-cols-2 lg:grid-cols-4 gap-4",children:[n.jsx(re,{title:ae?"Repos":"Platforms",value:ae?p.repos.length:K,subtitle:`${Z} connected`,color:"indigo"}),n.jsx(re,{title:"Audit Entries",value:L,color:"cyan"}),n.jsx(re,{title:"Errors",value:W,color:"rose"}),n.jsx(re,{title:"Conflicts",value:V.length,color:"amber"})]}),n.jsx("div",{className:"flex gap-1 bg-gray-900/50 border border-gray-800 rounded-lg p-1",children:["health","audit","conflicts"].map(H=>n.jsx("button",{onClick:()=>o(H),className:`flex-1 px-3 py-1.5 text-xs rounded-md transition-colors ${r===H?"bg-gray-700 text-white":"text-gray-400 hover:text-gray-300"}`,children:H==="health"?"Platform Health":H==="audit"?"Audit Log":`Conflicts (${V.length})`},H))}),r==="health"&&n.jsx(n.Fragment,{children:ae&&p.repos?n.jsx(My,{repos:p.repos,auditSummary:D,verifying:u,onVerify:A,execute:j,running:w}):n.jsx(Ry,{platforms:p.platforms,auditSummary:D,verifying:u,onVerify:A})}),r==="health"&&h.length>0&&n.jsx(zy,{errors:h}),r==="audit"&&n.jsx(Q0,{entries:T||[]}),r==="conflicts"&&n.jsx(Q0,{entries:V}),p.lastUpdated&&n.jsxs("p",{className:"text-xs text-gray-600",children:["Last metadata update: ",new Date(p.lastUpdated).toLocaleString()]})]})}function Ay({permissions:r,onSave:o}){const[u,c]=b.useState(r),[f,m]=b.useState(!1),[h,N]=b.useState(null),p=JSON.stringify(u)!==JSON.stringify(r),x=async()=>{m(!0),N(null);try{const y=new URLSearchParams(window.location.search).get("project")||"",T=y?`?project=${y}`:"",_=await fetch(`/api/config${T}`,{method:"PUT",headers:{"Content-Type":"application/json"},body:JSON.stringify({sync:{settings:u}})});if(_.ok)o();else{const D=await _.json().catch(()=>({}));N(D.error||`Save failed (HTTP ${_.status})`)}}catch(y){N(String(y))}m(!1)},v=[{key:"canUpsertInternalItems",label:"Create/Update Internal",desc:"Can create/update items created by SpecWeave"},{key:"canUpdateExternalItems",label:"Update External",desc:"Can modify items originally from external tools"},{key:"canUpdateStatus",label:"Update Status",desc:"Can close/reopen issues on external platforms"},{key:"autoSyncOnCompletion",label:"Auto-Sync",desc:"Automatically sync when tasks are completed"}];return n.jsxs("div",{className:"bg-gray-900/50 border border-gray-800 rounded-xl p-4",children:[n.jsxs("div",{className:"flex items-center justify-between mb-3",children:[n.jsx("span",{className:"text-xs font-medium text-gray-400 uppercase tracking-wider",children:"Sync Permissions"}),p&&n.jsx("button",{onClick:x,disabled:f,className:"px-2.5 py-1 bg-indigo-600 hover:bg-indigo-500 disabled:opacity-50 text-white text-[10px] rounded transition-colors",children:f?"Saving...":"Save"})]}),h&&n.jsxs("p",{className:"text-xs text-red-400 mb-2",children:["Failed to save: ",h]}),n.jsx("div",{className:"grid grid-cols-2 lg:grid-cols-4 gap-3",children:v.map(({key:y,label:T,desc:_})=>n.jsxs("button",{onClick:()=>c(D=>({...D,[y]:!D[y]})),className:`text-left p-2.5 rounded-lg border transition-colors ${u[y]?"bg-emerald-500/10 border-emerald-500/30 hover:border-emerald-500/50":"bg-gray-800/30 border-gray-800 hover:border-gray-700"}`,children:[n.jsxs("div",{className:"flex items-center gap-2 mb-1",children:[n.jsx("div",{className:`w-2 h-2 rounded-full ${u[y]?"bg-emerald-400":"bg-gray-600"}`}),n.jsx("span",{className:"text-xs font-medium text-gray-300",children:T})]}),n.jsx("p",{className:"text-[10px] text-gray-500 leading-tight",children:_})]},y))})]})}function My({repos:r,auditSummary:o,verifying:u,onVerify:c,execute:f,running:m}){return r.length===0?n.jsxs("div",{className:"bg-gray-900/50 border border-gray-800 rounded-xl p-8 text-center",children:[n.jsx("p",{className:"text-gray-500 text-sm",children:"No child repositories configured"}),n.jsx("p",{className:"text-gray-600 text-xs mt-1",children:"Add repos in umbrella.childRepos in config.json"})]}):n.jsx("div",{className:"space-y-4",children:r.map(h=>{const p=Object.entries(h.platforms).filter(([x])=>["github","jira","ado"].includes(x)).filter(([,x])=>x.connectionStatus!=="not_configured");return n.jsxs("div",{className:"bg-gray-900/50 border border-gray-800 rounded-xl p-5",children:[n.jsxs("div",{className:"flex items-center justify-between mb-4",children:[n.jsxs("div",{className:"flex items-center gap-3",children:[n.jsxs("div",{className:"flex items-center gap-2",children:[n.jsx("span",{className:"text-sm font-medium text-gray-200",children:h.repoName}),h.hasSpecweave&&n.jsx("span",{className:"px-1.5 py-0.5 text-[9px] font-medium bg-emerald-500/15 text-emerald-400 rounded",children:".specweave"}),!h.hasSpecweave&&n.jsx("span",{className:"px-1.5 py-0.5 text-[9px] font-medium bg-gray-700/50 text-gray-500 rounded",children:"no .specweave"})]}),n.jsx("span",{className:"text-[10px] text-gray-600",children:h.repoPath})]}),n.jsx("button",{onClick:()=>f("sync-push",{queryParams:{repo:h.repoId}}),disabled:m||!h.hasSpecweave,title:h.hasSpecweave?"Sync this repository":"Initialize .specweave in this repo to enable sync",className:"px-3 py-1.5 bg-indigo-600 hover:bg-indigo-500 disabled:opacity-40 disabled:cursor-not-allowed text-white text-xs rounded-lg transition-colors",children:m?"Syncing...":"Sync Now"})]}),p.length===0?n.jsxs("div",{className:"text-xs text-gray-600 p-3 bg-gray-800/20 rounded-lg",children:["No platforms configured for this repository.",n.jsx(nt,{to:"/config",className:"ml-1 text-indigo-400 hover:text-indigo-300",children:"Configure"})]}):n.jsx("div",{className:"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-3",children:p.map(([x,v])=>n.jsx(Em,{platform:x,info:v,summary:o?.[x],verifying:u===`${h.repoId}-${x}`,onVerify:()=>c(x,h.repoId)},x))})]},h.repoId)})})}function Ry({platforms:r,auditSummary:o,verifying:u,onVerify:c}){const f=Object.entries(r).filter(([m])=>["github","jira","ado"].includes(m));return f.length===0?n.jsxs("div",{className:"bg-gray-900/50 border border-gray-800 rounded-xl p-8 text-center",children:[n.jsx("p",{className:"text-gray-500 text-sm",children:"No sync platforms configured"}),n.jsx("p",{className:"text-gray-600 text-xs mt-1",children:"Configure GitHub, JIRA, or ADO in your config"})]}):n.jsx("div",{className:"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4",children:f.map(([m,h])=>n.jsx(Em,{platform:m,info:h,summary:o?.[m],verifying:u===m,onVerify:()=>c(m)},m))})}function Em({platform:r,info:o,summary:u,verifying:c,onVerify:f}){const m=o.connectionStatus||"unknown";return n.jsxs("div",{className:"bg-gray-800/30 border border-gray-800/50 rounded-xl p-4",children:[n.jsxs("div",{className:"flex items-center justify-between mb-3",children:[n.jsxs("div",{className:"flex items-center gap-2",children:[n.jsx(Tm,{platform:r}),n.jsxs("div",{children:[n.jsx("span",{className:"text-sm font-medium text-gray-300 capitalize",children:r}),o.configDetail&&n.jsx("div",{className:"text-[10px] text-gray-600 mt-0.5",children:o.configDetail})]})]}),n.jsx(ie,{label:Cy(m),variant:Ty(m)})]}),o.diagnosticMessage&&n.jsx("div",{className:"text-xs text-gray-500 mb-3 p-2 bg-gray-800/30 rounded-lg",children:o.diagnosticMessage}),m==="not_configured"&&n.jsx(nt,{to:"/config",className:"block text-center text-xs text-indigo-400 hover:text-indigo-300 py-2 border border-gray-800 rounded-lg hover:border-indigo-500/30 transition-colors",children:"Configure in Settings"}),m==="configured_never_synced"&&n.jsx("button",{onClick:f,disabled:c,className:"w-full text-xs text-indigo-400 hover:text-indigo-300 py-2 border border-gray-800 rounded-lg hover:border-indigo-500/30 transition-colors disabled:opacity-50",children:c?"Verifying...":"Verify Connection"}),m==="sync_failed"&&n.jsx("button",{onClick:f,disabled:c,className:"w-full text-xs text-amber-400 hover:text-amber-300 py-2 border border-amber-500/20 rounded-lg hover:border-amber-500/40 transition-colors disabled:opacity-50",children:c?"Verifying...":"Retry Sync"}),n.jsxs("div",{className:"space-y-2 mt-3",children:[o.lastImport&&n.jsx(Vl,{label:"Last Import",value:new Date(o.lastImport).toLocaleString()}),m==="connected"&&!o.lastImport&&n.jsx(Vl,{label:"Status",value:"Connected, no imports yet"}),o.lastImportCount!=null&&o.lastImportCount>0&&n.jsx(Vl,{label:"Items Imported",value:o.lastImportCount.toLocaleString()}),o.lastSkippedCount!=null&&o.lastSkippedCount>0&&n.jsx(Vl,{label:"Skipped",value:o.lastSkippedCount.toLocaleString()}),u&&n.jsxs(n.Fragment,{children:[n.jsx("div",{className:"border-t border-gray-800 my-2"}),n.jsx(Vl,{label:"Total Ops",value:u.total.toLocaleString()}),n.jsx(Vl,{label:"Success",value:u.success.toLocaleString()}),u.errors>0&&n.jsxs("div",{className:"flex items-center justify-between",children:[n.jsx("span",{className:"text-xs text-gray-500",children:"Errors"}),n.jsx(ie,{label:String(u.errors),variant:"error"})]})]})]})]})}function zy({errors:r}){const[o,u]=b.useState(null);return n.jsxs("div",{className:"bg-gray-900/50 border border-gray-800 rounded-xl p-5",children:[n.jsx("h3",{className:"text-sm font-medium text-gray-300 mb-4",children:"Sync Errors (last 24h)"}),n.jsx("div",{className:"space-y-2",children:r.map((c,f)=>{const m=`${c.provider}-${c.incrementId}-${f}`,h=o===m;return n.jsxs("div",{children:[n.jsxs("button",{"data-testid":`sync-error-row-${f}`,onClick:()=>u(h?null:m),className:"w-full flex items-start gap-2 p-3 bg-gray-800/50 rounded-lg hover:bg-gray-800/80 transition-colors text-left",children:[n.jsx("div",{className:"w-1.5 h-1.5 rounded-full mt-1.5 bg-rose-400 shrink-0"}),n.jsxs("div",{className:"flex-1 min-w-0",children:[n.jsxs("div",{className:"flex items-center gap-2",children:[n.jsx("span",{className:"text-xs text-gray-300 capitalize",children:c.provider}),n.jsx(ie,{label:c.incrementId,variant:"default"}),n.jsx(ie,{label:c.outcome,variant:"error"})]}),n.jsx("div",{className:"text-xs text-gray-500 mt-1 truncate",children:c.error}),n.jsx("div",{className:"text-[10px] text-gray-600 mt-0.5",children:Cm(c.timestamp)})]}),n.jsx("span",{className:"text-[10px] text-gray-600 mt-1",children:h?"▲":"▼"})]}),h&&n.jsxs("div",{"data-testid":`sync-error-detail-${f}`,className:"mt-1 p-3 bg-gray-800/30 rounded-lg border border-gray-800/50",children:[n.jsx("div",{className:"text-xs text-gray-400 mb-2 font-medium",children:"Full Error"}),n.jsx("pre",{className:"text-xs text-gray-500 whitespace-pre-wrap font-mono mb-2",children:c.error}),c.errorStack&&n.jsxs(n.Fragment,{children:[n.jsx("div",{className:"text-xs text-gray-400 mb-1 font-medium",children:"Stack Trace"}),n.jsx("pre",{className:"text-xs text-gray-600 whitespace-pre-wrap font-mono max-h-32 overflow-y-auto",children:c.errorStack.split(`
12
- `).slice(0,3).join(`
13
- `)})]})]})]},m)})})]})}function Q0({entries:r}){const[o,u]=b.useState(null);if(r.length===0)return n.jsx("div",{className:"bg-gray-900/50 border border-gray-800 rounded-xl p-8 text-center",children:n.jsx("p",{className:"text-gray-500 text-sm",children:"No audit entries"})});const c={success:"success",error:"error",denied:"warning",skipped:"default"};return n.jsxs("div",{className:"bg-gray-900/50 border border-gray-800 rounded-xl overflow-hidden",children:[n.jsxs("table",{className:"w-full",children:[n.jsx("thead",{children:n.jsxs("tr",{className:"border-b border-gray-800",children:[n.jsx("th",{className:"text-left px-4 py-2 text-xs text-gray-500",children:"Time"}),n.jsx("th",{className:"text-left px-4 py-2 text-xs text-gray-500",children:"Platform"}),n.jsx("th",{className:"text-left px-4 py-2 text-xs text-gray-500",children:"Operation"}),n.jsx("th",{className:"text-left px-4 py-2 text-xs text-gray-500",children:"Item"}),n.jsx("th",{className:"text-left px-4 py-2 text-xs text-gray-500",children:"Direction"}),n.jsx("th",{className:"text-left px-4 py-2 text-xs text-gray-500",children:"Result"}),n.jsx("th",{className:"text-right px-4 py-2 text-xs text-gray-500",children:"Duration"})]})}),n.jsx("tbody",{children:r.map((f,m)=>{const h=!!f.message,N=o===m;return n.jsxs("tr",{className:`border-b border-gray-800/50 hover:bg-gray-800/30 ${h?"cursor-pointer":""}`,onClick:()=>h&&u(N?null:m),children:[n.jsx("td",{className:"px-4 py-2 text-xs text-gray-500",children:Cm(f.timestamp)}),n.jsx("td",{className:"px-4 py-2",children:n.jsxs("div",{className:"flex items-center gap-1.5",children:[n.jsx(Tm,{platform:f.platform}),n.jsx("span",{className:"text-xs text-gray-400 capitalize",children:f.platform})]})}),n.jsx("td",{className:"px-4 py-2 text-xs text-gray-400",children:f.operation}),n.jsx("td",{className:"px-4 py-2 text-xs text-gray-500 font-mono max-w-[120px] truncate",children:f.itemId||"-"}),n.jsx("td",{className:"px-4 py-2",children:n.jsx(ie,{label:f.direction,variant:f.direction==="push"?"info":"default"})}),n.jsx("td",{className:"px-4 py-2",children:n.jsxs("div",{className:"flex items-center gap-1",children:[n.jsx(ie,{label:f.result,variant:c[f.result]||"default"}),h&&n.jsx("span",{className:"text-[10px] text-gray-600",children:N?"▲":"▼"})]})}),n.jsx("td",{className:"px-4 py-2 text-xs text-gray-600 text-right",children:f.duration?`${f.duration}ms`:"-"})]},m)})})]}),o!==null&&r[o]?.message&&n.jsx("div",{className:"border-t border-gray-800 px-4 py-3 bg-gray-800/20",children:n.jsx("pre",{className:"text-xs text-gray-400 whitespace-pre-wrap font-mono max-h-40 overflow-y-auto",children:r[o].message})})]})}function Vl({label:r,value:o}){return n.jsxs("div",{className:"flex items-center justify-between",children:[n.jsx("span",{className:"text-xs text-gray-500",children:r}),n.jsx("span",{className:"text-xs text-gray-400",children:o})]})}function Tm({platform:r}){const o={github:"bg-gray-700",jira:"bg-blue-700",ado:"bg-blue-600"};return n.jsx("div",{className:`w-5 h-5 rounded ${o[r]||"bg-gray-700"} flex items-center justify-center`,children:n.jsx("span",{className:"text-[9px] text-white font-bold",children:r[0]?.toUpperCase()})})}function Cm(r){if(!r)return"-";try{const o=new Date(r).getTime();if(isNaN(o))return"-";const u=Date.now()-o,c=Math.floor(u/6e4);if(c<1)return"just now";if(c<60)return`${c}m ago`;const f=Math.floor(c/60);return f<24?`${f}h ago`:`${Math.floor(f/24)}d ago`}catch{return"-"}}const wm={prompt_too_long:"error",api_error:"warning",tool_failure:"info",hook_error:"default",rate_limit:"warning",unknown:"default"},Jn=50;function _y(){const[r,o]=Ut("tab","groups"),[u,c]=Ut("type",""),[f,m]=Ut("q",""),[h,N]=Ut("session",""),[p,x]=b.useState(0),[v,y]=b.useState(f),T=p*Jn,_=u?`&type=${encodeURIComponent(u)}`:"",D=f?`&search=${encodeURIComponent(f)}`:"",[O,j]=b.useState(0);Ue("error-detected",()=>j(ee=>ee+1));const{data:w,loading:A,error:L}=Re(r==="groups"?`/api/errors/groups?_r=${O}`:""),{data:W,loading:V,error:ae}=Re(r==="errors"||r==="groups"?`/api/errors/recent?limit=${Jn}&offset=${T}${_}${D}&_r=${O}`:""),{data:Z,loading:K,error:H}=Re(r==="sessions"||h?`/api/errors/sessions?limit=50&_r=${O}`:""),{data:J,loading:I,error:Ee}=Re(r==="timeline"?`/api/errors/timeline?bucket=60&_r=${O}`:""),He=b.useCallback(()=>{m(v.trim()),x(0),v.trim()&&o("errors")},[v,m,o]);b.useEffect(()=>{h&&Z&&!Z.find(ee=>ee.sessionId===h)&&N("")},[h,Z,N]);const _e=r==="groups"&&A||r==="errors"&&V||r==="timeline"&&I||r==="sessions"&&K,je=L||ae||(r==="sessions"?H:null)||(r==="timeline"?Ee:null),q=W?.total||0,X=W?.errors||[],ne=w?.length||0,ye=w?.reduce((ee,Ke)=>ee+Ke.sessions,0)||0,Ne=w?.[0]?.type||"-",S=h?Z?.find(ee=>ee.sessionId===h):null,$=u?(Z||[]).filter(ee=>ee.errors.some(Ke=>Ke.type===u)):Z||[],Q=Math.ceil(q/Jn),P=ee=>{c(ee),o("errors"),N(""),x(0)},ce=ee=>{o(ee),N(""),ee!=="errors"&&x(0)},fe=()=>{c(""),m(""),y(""),x(0)};return n.jsxs("div",{className:"p-6 space-y-6",children:[n.jsxs("div",{className:"flex items-center justify-between",children:[n.jsx("h2",{className:"text-lg font-semibold text-gray-200",children:"Error Tracing"}),n.jsx("span",{className:"text-xs text-gray-500",children:"Observability for Claude Code sessions"})]}),n.jsxs("div",{className:"flex gap-2",children:[n.jsxs("div",{className:"relative flex-1",children:[n.jsx("input",{type:"text",value:v,onChange:ee=>y(ee.target.value),onKeyDown:ee=>ee.key==="Enter"&&He(),placeholder:"Search errors by message, tool name, or context...",className:"w-full px-3 py-2 text-sm bg-gray-900/50 border border-gray-700 rounded-lg text-gray-300 placeholder-gray-600 focus:outline-none focus:border-indigo-500 focus:ring-1 focus:ring-indigo-500/30"}),f&&n.jsx("button",{onClick:()=>{m(""),y(""),x(0)},className:"absolute right-2 top-1/2 -translate-y-1/2 text-gray-500 hover:text-gray-300 text-xs",children:"clear"})]}),n.jsx("button",{onClick:He,className:"px-4 py-2 text-sm bg-indigo-600 hover:bg-indigo-500 text-white rounded-lg transition-colors",children:"Search"})]}),n.jsxs("div",{className:"grid grid-cols-2 lg:grid-cols-4 gap-4",children:[n.jsx(re,{title:"Total Errors",value:q,color:"rose"}),n.jsx(re,{title:"Error Types",value:ne,color:"amber"}),n.jsx(re,{title:"Affected Sessions",value:ye,color:"indigo"}),n.jsx(re,{title:"Most Common",value:Ne,color:"cyan"})]}),n.jsxs("div",{className:"flex items-center gap-3",children:[n.jsx("div",{className:"flex gap-1 bg-gray-900/50 border border-gray-800 rounded-lg p-1",children:["groups","errors","timeline","sessions"].map(ee=>n.jsx("button",{onClick:()=>ce(ee),className:`flex-1 px-3 py-1.5 text-xs rounded-md transition-colors ${r===ee?"bg-gray-700 text-white":"text-gray-400 hover:text-gray-300"}`,children:ee==="groups"?"Error Groups":ee==="errors"?"All Errors":ee==="timeline"?"Timeline":"Sessions"},ee))}),(u||f)&&n.jsxs("div",{className:"flex items-center gap-2",children:[u&&n.jsx(ie,{label:`type: ${u.replace(/_/g," ")}`,variant:"info"}),f&&n.jsx(ie,{label:`search: ${f.slice(0,20)}`,variant:"default"}),n.jsx("button",{onClick:fe,className:"text-xs text-gray-500 hover:text-gray-300 transition-colors",children:"clear all"})]})]}),je&&n.jsxs("div",{className:"bg-rose-900/30 border border-rose-700 rounded-lg px-4 py-3 flex items-center justify-between",children:[n.jsx("div",{className:"text-sm text-rose-300",children:je}),n.jsx("button",{onClick:()=>window.location.reload(),className:"text-xs text-rose-400 hover:text-rose-200 px-2 py-1 border border-rose-700 rounded transition-colors",children:"Retry"})]}),h&&S&&n.jsx(Hy,{session:S,onClose:()=>N("")}),_e&&!h&&n.jsx(st,{}),!h&&!_e&&r==="groups"&&n.jsx(Dy,{groups:w||[],onGroupClick:P}),!h&&!_e&&r==="errors"&&n.jsx(Oy,{errors:X,total:q,page:p,totalPages:Q,onPageChange:x,onSessionClick:ee=>{N(ee),o("sessions")}}),!h&&!_e&&r==="timeline"&&n.jsx(Uy,{buckets:J||[],errors:X,onSessionClick:ee=>N(ee)}),!h&&!_e&&r==="sessions"&&n.jsx(Ly,{sessions:$,onSelect:ee=>N(ee)}),!_e&&!je&&q===0&&!h&&n.jsx(yu,{title:"No errors detected",description:"Claude Code session logs are clean"})]})}function Dy({groups:r,onGroupClick:o}){return r.length===0?null:n.jsxs("div",{className:"bg-gray-900/50 border border-gray-800 rounded-xl overflow-hidden",children:[n.jsx("div",{className:"px-5 py-3 border-b border-gray-800",children:n.jsx("h3",{className:"text-sm font-medium text-gray-300",children:"Error Groups"})}),n.jsxs("table",{className:"w-full",children:[n.jsx("thead",{children:n.jsxs("tr",{className:"border-b border-gray-800",children:[n.jsx("th",{className:"text-left px-4 py-2 text-xs text-gray-500",children:"Type"}),n.jsx("th",{className:"text-right px-4 py-2 text-xs text-gray-500",children:"Count"}),n.jsx("th",{className:"text-right px-4 py-2 text-xs text-gray-500",children:"Sessions"}),n.jsx("th",{className:"text-left px-4 py-2 text-xs text-gray-500",children:"Last Seen"}),n.jsx("th",{className:"text-left px-4 py-2 text-xs text-gray-500",children:"Sample Message"})]})}),n.jsx("tbody",{children:r.map(u=>n.jsxs("tr",{className:"border-b border-gray-800/50 hover:bg-gray-800/30",children:[n.jsx("td",{className:"px-4 py-2",children:n.jsx(ie,{label:u.type.replace(/_/g," "),variant:wm[u.type]||"default"})}),n.jsx("td",{className:"px-4 py-2 text-right",children:n.jsx("button",{onClick:()=>o(u.type),className:"text-sm text-indigo-400 hover:text-indigo-300 font-mono transition-colors",title:`View all ${u.count} errors of this type`,children:u.count})}),n.jsx("td",{className:"px-4 py-2 text-xs text-gray-500 text-right",children:u.sessions}),n.jsx("td",{className:"px-4 py-2 text-xs text-gray-300 font-mono",title:Ql(u.lastSeen),children:es(u.lastSeen)}),n.jsx("td",{className:"px-4 py-2 text-xs text-gray-500 max-w-xs truncate",children:u.recentMessages[0]||"-"})]},u.type))})]})]})}function Oy({errors:r,total:o,page:u,totalPages:c,onPageChange:f,onSessionClick:m}){const[h,N]=b.useState(new Set),p=b.useCallback(y=>{N(T=>{const _=new Set(T);return _.has(y)?_.delete(y):_.add(y),_})},[]);if(r.length===0)return n.jsx(yu,{title:"No errors",description:"No errors match the current filter"});const x=u*Jn+1,v=Math.min(u*Jn+r.length,o);return n.jsxs("div",{className:"bg-gray-900/50 border border-gray-800 rounded-xl overflow-hidden",children:[n.jsxs("div",{className:"px-5 py-3 border-b border-gray-800 flex items-center justify-between",children:[n.jsxs("h3",{className:"text-sm font-medium text-gray-300",children:["Errors ",x,"–",v," of ",o]}),c>1&&n.jsx(Z0,{page:u,totalPages:c,onChange:f})]}),n.jsx("div",{className:"divide-y divide-gray-800/50",children:r.map((y,T)=>{const _=h.has(T),D=y.message.length>120;return n.jsx("div",{className:"px-4 py-3 hover:bg-gray-800/20 transition-colors",children:n.jsxs("div",{className:"flex items-start gap-3",children:[n.jsx("div",{className:"flex-shrink-0 mt-0.5",children:n.jsx(ie,{label:y.type.replace(/_/g," "),variant:wm[y.type]||"default"})}),n.jsxs("div",{className:"flex-1 min-w-0",children:[n.jsxs("div",{className:`text-xs text-gray-300 ${_?"whitespace-pre-wrap break-words":"truncate"} ${D?"cursor-pointer":""}`,onClick:()=>D&&p(T),title:D?_?"Click to collapse":"Click to expand details":void 0,children:[D&&n.jsx("span",{className:"text-indigo-400 mr-1 text-[10px] inline-block w-3",children:_?"▼":"▶"}),_?y.message:y.message.slice(0,200),!_&&D&&n.jsx("span",{className:"text-indigo-400 ml-1",children:"...more"})]}),y.context?.toolName&&n.jsxs("div",{className:"flex items-center gap-2 mt-1.5",children:[n.jsx("span",{className:"text-[10px] font-mono px-1.5 py-0.5 bg-gray-800 border border-gray-700 rounded text-amber-400",children:y.context.toolName}),y.context.toolInput&&n.jsx("span",{className:"text-[10px] text-gray-500 font-mono truncate max-w-md",children:y.context.toolInput})]}),_&&n.jsx(Am,{context:y.context})]}),n.jsxs("div",{className:"flex-shrink-0 text-right",children:[n.jsx("div",{className:"text-[10px] text-gray-300 font-mono",title:Ql(y.timestamp),children:es(y.timestamp)}),n.jsx("div",{className:"text-[10px] text-gray-600",children:Ql(y.timestamp)}),n.jsx("button",{onClick:()=>m(y.sessionId),className:"text-[10px] text-indigo-400 hover:text-indigo-300 font-mono mt-0.5 transition-colors",title:"View full session",children:y.sessionId.slice(0,8)}),y.context?.messageIndex!=null&&n.jsxs("div",{className:"text-[10px] text-gray-600",children:["msg #",y.context.messageIndex]})]})]})},`${y.sessionId}-${y.timestamp}-${T}`)})}),c>1&&n.jsx("div",{className:"px-5 py-3 border-t border-gray-800 flex justify-end",children:n.jsx(Z0,{page:u,totalPages:c,onChange:f})})]})}function Am({context:r}){if(!r)return null;const{precedingAction:o,recentTools:u}=r;return!o&&(!u||u.length===0)?null:n.jsxs("div",{className:"mt-2 p-2 bg-gray-900/60 border border-gray-800 rounded-lg space-y-1.5",children:[o&&n.jsxs("div",{children:[n.jsx("span",{className:"text-[10px] text-gray-500 uppercase tracking-wider",children:"What preceded this error:"}),n.jsx("div",{className:"text-[11px] text-gray-400 font-mono mt-0.5",children:o})]}),u&&u.length>0&&n.jsxs("div",{children:[n.jsx("span",{className:"text-[10px] text-gray-500 uppercase tracking-wider",children:"Recent tool chain:"}),n.jsx("div",{className:"flex flex-col gap-0.5 mt-0.5",children:u.map((c,f)=>n.jsxs("div",{className:"flex items-center gap-1.5 text-[10px]",children:[n.jsxs("span",{className:"text-gray-600",children:[u.length-f,"."]}),n.jsx("span",{className:"font-mono text-amber-400/80",children:c.name}),c.input&&n.jsx("span",{className:"text-gray-600 font-mono truncate max-w-sm",children:c.input})]},f))})]})]})}function Z0({page:r,totalPages:o,onChange:u}){return n.jsxs("div",{className:"flex items-center gap-1",children:[n.jsx("button",{onClick:()=>u(Math.max(0,r-1)),disabled:r===0,className:"px-2 py-1 text-xs rounded transition-colors disabled:text-gray-700 text-gray-400 hover:text-white hover:bg-gray-700",children:"Prev"}),n.jsxs("span",{className:"text-[10px] text-gray-500 px-2",children:[r+1," / ",o]}),n.jsx("button",{onClick:()=>u(Math.min(o-1,r+1)),disabled:r>=o-1,className:"px-2 py-1 text-xs rounded transition-colors disabled:text-gray-700 text-gray-400 hover:text-white hover:bg-gray-700",children:"Next"})]})}function Uy({buckets:r,errors:o,onSessionClick:u}){const[c,f]=b.useState(null),m=Math.max(...r.map(x=>x.count),1),h={tool_failure:"bg-blue-500",prompt_too_long:"bg-rose-500",api_error:"bg-amber-500",hook_error:"bg-gray-500",rate_limit:"bg-amber-400",unknown:"bg-gray-600"},N=c?o.filter(x=>{const v=new Date(x.timestamp).getTime();return v>=new Date(c.start).getTime()&&v<new Date(c.end).getTime()}):o,p=x=>{try{return new Date(x).toLocaleString(void 0,{month:"short",day:"numeric",hour:"2-digit",minute:"2-digit"})}catch{return x}};return n.jsxs("div",{className:"space-y-4",children:[r.length>0&&n.jsxs("div",{className:"bg-gray-900/50 border border-gray-800 rounded-xl p-5",children:[n.jsxs("div",{className:"flex items-center justify-between mb-3",children:[n.jsx("h3",{className:"text-sm font-medium text-gray-300",children:"Error Density (per hour)"}),c&&n.jsx("button",{onClick:()=>f(null),className:"text-[10px] text-indigo-400 hover:text-indigo-300",children:"Clear filter"})]}),n.jsx("div",{className:"flex items-end gap-px h-24",children:r.map((x,v)=>{const y=x.count/m*100,T=c?.start===x.start;return n.jsx("div",{className:"flex-1 flex flex-col items-center justify-end cursor-pointer group relative",onClick:()=>f(T?null:x),title:`${p(x.start)}: ${x.count} errors`,children:n.jsx("div",{className:`w-full min-h-[2px] rounded-t transition-all ${T?"bg-indigo-400":"bg-rose-500/70 group-hover:bg-rose-400"}`,style:{height:`${Math.max(y,2)}%`}})},v)})}),n.jsxs("div",{className:"flex justify-between mt-1",children:[n.jsx("span",{className:"text-[9px] text-gray-600",children:r.length>0?p(r[0].start):""}),n.jsx("span",{className:"text-[9px] text-gray-600",children:r.length>0?p(r[r.length-1].start):""})]}),n.jsx("div",{className:"flex gap-3 mt-2",children:Object.entries(h).map(([x,v])=>n.jsxs("div",{className:"flex items-center gap-1",children:[n.jsx("div",{className:`w-2 h-2 rounded-full ${v}`}),n.jsx("span",{className:"text-[9px] text-gray-600",children:x.replace(/_/g," ")})]},x))})]}),c&&n.jsxs("div",{className:"text-xs text-gray-400 px-1",children:["Showing ",N.length," errors from ",p(c.start)]}),n.jsxs("div",{className:"bg-gray-900/50 border border-gray-800 rounded-xl p-5",children:[n.jsx("h3",{className:"text-sm font-medium text-gray-300 mb-4",children:c?"Filtered Errors":"Recent Errors"}),n.jsxs("div",{className:"space-y-1 max-h-[400px] overflow-y-auto custom-scrollbar",children:[N.length===0&&n.jsx("p",{className:"text-xs text-gray-600",children:"No errors in this time range"}),N.slice(0,100).map((x,v)=>n.jsxs("div",{className:"flex items-start gap-3 py-2 px-2 hover:bg-gray-800/30 rounded cursor-pointer",onClick:()=>u(x.sessionId),children:[n.jsx("div",{className:`w-2 h-2 rounded-full mt-1.5 flex-shrink-0 ${h[x.type]||"bg-gray-500"}`}),n.jsxs("div",{className:"flex-1 min-w-0",children:[n.jsxs("div",{className:"flex items-center gap-2",children:[n.jsx("span",{className:"text-xs text-gray-400 font-mono",children:x.type.replace(/_/g," ")}),x.context?.toolName&&n.jsx("span",{className:"text-[10px] font-mono px-1 py-0.5 bg-gray-800 border border-gray-700 rounded text-amber-400",children:x.context.toolName}),n.jsx("span",{className:"text-[10px] text-gray-300 font-mono",children:es(x.timestamp)}),n.jsx("span",{className:"text-[10px] text-gray-600",children:Ql(x.timestamp)})]}),n.jsx("div",{className:"text-xs text-gray-500 truncate mt-0.5",children:x.message}),x.context?.precedingAction&&n.jsxs("div",{className:"text-[10px] text-gray-600 mt-0.5 truncate",children:["After: ",x.context.precedingAction]})]})]},v))]})]})]})}function Ly({sessions:r,onSelect:o}){return r.length===0?null:n.jsxs("div",{className:"bg-gray-900/50 border border-gray-800 rounded-xl overflow-hidden",children:[n.jsx("div",{className:"px-5 py-3 border-b border-gray-800",children:n.jsx("h3",{className:"text-sm font-medium text-gray-300",children:"Recent Sessions"})}),n.jsxs("table",{className:"w-full",children:[n.jsx("thead",{children:n.jsxs("tr",{className:"border-b border-gray-800",children:[n.jsx("th",{className:"text-left px-4 py-2 text-xs text-gray-500",children:"Session"}),n.jsx("th",{className:"text-left px-4 py-2 text-xs text-gray-500",children:"Branch"}),n.jsx("th",{className:"text-right px-4 py-2 text-xs text-gray-500",children:"Messages"}),n.jsx("th",{className:"text-right px-4 py-2 text-xs text-gray-500",children:"Tool Calls"}),n.jsx("th",{className:"text-right px-4 py-2 text-xs text-gray-500",children:"Errors"}),n.jsx("th",{className:"text-left px-4 py-2 text-xs text-gray-500",children:"Started"})]})}),n.jsx("tbody",{children:r.map(u=>n.jsxs("tr",{className:"border-b border-gray-800/50 hover:bg-gray-800/30 cursor-pointer",onClick:()=>o(u.sessionId),children:[n.jsx("td",{className:"px-4 py-2 text-xs text-gray-400 font-mono",children:u.sessionId.slice(0,8)}),n.jsx("td",{className:"px-4 py-2 text-xs text-gray-500",children:u.gitBranch||"-"}),n.jsx("td",{className:"px-4 py-2 text-xs text-gray-500 text-right",children:u.messageCount}),n.jsx("td",{className:"px-4 py-2 text-xs text-gray-500 text-right",children:u.toolCallCount}),n.jsx("td",{className:"px-4 py-2 text-right",children:u.errors.length>0?n.jsx(ie,{label:String(u.errors.length),variant:"error"}):n.jsx("span",{className:"text-xs text-gray-600",children:"0"})}),n.jsx("td",{className:"px-4 py-2 text-xs text-gray-300 font-mono",title:Ql(u.startTime),children:es(u.startTime)})]},u.sessionId))})]})]})}function Hy({session:r,onClose:o}){const[u,c]=b.useState(new Set),f=m=>{c(h=>{const N=new Set(h);return N.has(m)?N.delete(m):N.add(m),N})};return n.jsxs("div",{className:"bg-gray-900/50 border border-gray-800 rounded-xl p-5",children:[n.jsxs("div",{className:"flex items-center justify-between mb-4",children:[n.jsxs("div",{children:[n.jsxs("h3",{className:"text-sm font-medium text-gray-300",children:["Session: ",n.jsx("span",{className:"font-mono",children:r.sessionId.slice(0,12)})]}),n.jsxs("div",{className:"text-[10px] text-gray-600 mt-0.5",children:["v",r.version," | ",r.gitBranch," | ",r.messageCount," messages | ",r.toolCallCount," tool calls"]})]}),n.jsx("button",{onClick:o,className:"px-2 py-1 text-xs text-gray-400 hover:text-white hover:bg-gray-700 rounded transition-colors",children:"Back"})]}),n.jsxs("div",{className:"flex gap-3 mb-4",children:[n.jsxs("div",{className:"text-xs text-gray-500",children:["Started: ",new Date(r.startTime).toLocaleString()]}),r.endTime&&n.jsxs("div",{className:"text-xs text-gray-500",children:["Ended: ",new Date(r.endTime).toLocaleString()]})]}),r.errors.length===0?n.jsx("p",{className:"text-gray-600 text-xs",children:"No errors in this session"}):n.jsx("div",{className:"space-y-2",children:r.errors.map((m,h)=>{const N=u.has(h),p=m.message.length>150;return n.jsxs("div",{className:"p-3 bg-gray-800/50 rounded-lg border-l-2 border-rose-500/50",children:[n.jsxs("div",{className:"flex items-center gap-2 mb-1",children:[n.jsx(ie,{label:m.type.replace(/_/g," "),variant:"error"}),m.context?.toolName&&n.jsx("span",{className:"text-[10px] font-mono px-1.5 py-0.5 bg-gray-800 border border-gray-700 rounded text-amber-400",children:m.context.toolName}),n.jsx("span",{className:"text-[10px] text-gray-300 font-mono",children:es(m.timestamp)}),n.jsx("span",{className:"text-[10px] text-gray-600",children:Ql(m.timestamp)})]}),n.jsxs("div",{className:`text-xs text-gray-400 ${N?"whitespace-pre-wrap break-words":""} ${p?"cursor-pointer":""}`,onClick:()=>p&&f(h),title:p?N?"Click to collapse":"Click to expand":void 0,children:[p&&n.jsx("span",{className:"text-indigo-400 mr-1 text-[10px] inline-block w-3",children:N?"▼":"▶"}),N?m.message:m.message.slice(0,300),!N&&p&&n.jsx("span",{className:"text-indigo-400 ml-1",children:"...more"})]}),m.context?.toolInput&&n.jsx("div",{className:"text-[10px] text-gray-500 font-mono mt-1.5 bg-gray-900/50 px-2 py-1 rounded",children:m.context.toolInput}),m.context?.messageIndex!=null&&n.jsxs("div",{className:"text-[10px] text-gray-600 mt-1",children:["At message #",m.context.messageIndex]}),N&&n.jsx(Am,{context:m.context})]},h)})})]})}function Ql(r){if(!r)return"-";const o=Date.now()-new Date(r).getTime(),u=Math.floor(o/6e4);if(u<1)return"just now";if(u<60)return`${u}m ago`;const c=Math.floor(u/60);return c<24?`${c}h ago`:`${Math.floor(c/24)}d ago`}function es(r){if(!r)return"-";try{return new Date(r).toLocaleString(void 0,{month:"short",day:"numeric",hour:"2-digit",minute:"2-digit",second:"2-digit"})}catch{return r}}const By=[{value:"all",label:"All"},{value:"command",label:"Commands"},{value:"hook",label:"Hooks"},{value:"notification",label:"Notifications"},{value:"cost",label:"Cost"}],qy=[{value:"all",label:"All Levels"},{value:"error",label:"Errors"},{value:"warning",label:"Warnings"},{value:"info",label:"Info"}];function ky(){const[r,o]=Ut("category","all"),[u,c]=Ut("severity","all"),f=r||"all",m=u||"all",[h,N]=b.useState([]),[p,x]=b.useState(200),[v,y]=b.useState(null),T=new URLSearchParams;T.set("limit",String(p)),f!=="all"&&T.set("categories",f),m!=="all"&&T.set("severity",m);const{data:_,loading:D}=Re(`/api/activity/stream?${T.toString()}`),O=b.useCallback(H=>{N(J=>[H,...J].slice(0,50))},[]);if(Ue("activity",O),D)return n.jsx(st,{});const j=[...h,..._||[]],w=new Set,A=[];for(const H of j){const J=`${H.timestamp}:${H.title}`;w.has(J)||(w.add(J),A.push(H))}const L=A.filter(H=>!(f!=="all"&&H.category!==f||m!=="all"&&H.severity!==m)),W=A.filter(H=>H.severity==="error").length,V=A.filter(H=>H.severity==="warning").length,ae=new Set(A.map(H=>H.source)),Z=H=>{y(J=>J===H?null:H)},K=()=>{x(H=>H+200)};return n.jsxs("div",{className:"p-6 space-y-6",children:[n.jsxs("div",{className:"flex items-center justify-between",children:[n.jsx("h2",{className:"text-lg font-semibold text-gray-200",children:"Activity Stream"}),n.jsxs("div",{className:"flex items-center gap-2",children:[n.jsx("div",{className:"w-2 h-2 rounded-full bg-emerald-400 pulse-dot"}),n.jsx("span",{className:"text-xs text-gray-500",children:"Live"})]})]}),n.jsxs("div",{className:"grid grid-cols-2 lg:grid-cols-4 gap-4",children:[n.jsx(re,{title:"Total Events",value:A.length,color:"indigo"}),n.jsx(re,{title:"Errors",value:W,color:"rose"}),n.jsx(re,{title:"Warnings",value:V,color:"amber"}),n.jsx(re,{title:"Sources",value:ae.size,color:"cyan"})]}),n.jsxs("div",{className:"flex flex-wrap gap-4",children:[n.jsx("div",{className:"flex gap-1 bg-gray-900/50 border border-gray-800 rounded-lg p-1",children:By.map(H=>n.jsx("button",{onClick:()=>o(H.value),className:`px-3 py-1 text-xs rounded-md transition-colors ${f===H.value?"bg-gray-700 text-white":"text-gray-400 hover:text-gray-300"}`,children:H.label},H.value))}),n.jsx("div",{className:"flex gap-1 bg-gray-900/50 border border-gray-800 rounded-lg p-1",children:qy.map(H=>n.jsx("button",{onClick:()=>c(H.value),className:`px-3 py-1 text-xs rounded-md transition-colors ${m===H.value?"bg-gray-700 text-white":"text-gray-400 hover:text-gray-300"}`,children:H.label},H.value))}),n.jsxs("span",{className:"text-xs text-gray-500 self-center",children:[L.length," events"]})]}),n.jsx("div",{className:"bg-gray-900/50 border border-gray-800 rounded-xl divide-y divide-gray-800/50",children:L.length===0?n.jsxs("div",{className:"p-8 text-center",children:[n.jsx("p",{className:"text-gray-500 text-sm",children:"No events match filters"}),n.jsx("p",{className:"text-gray-600 text-xs mt-1",children:"Try adjusting category or severity filters"})]}):n.jsxs(n.Fragment,{children:[L.slice(0,p).map((H,J)=>{const I=`${H.timestamp}-${J}`,Ee=v===I;return n.jsx($y,{event:H,isExpanded:Ee,onToggle:()=>Z(I)},I)}),L.length>=p&&n.jsx("div",{className:"p-4 text-center",children:n.jsx("button",{onClick:K,className:"px-4 py-2 text-xs text-indigo-400 hover:text-indigo-300 border border-indigo-500/30 rounded-lg transition-colors",children:"Load more events"})})]})})]})}function $y({event:r,isExpanded:o,onToggle:u}){const c=r.severity==="error"?"bg-rose-400":r.severity==="warning"?"bg-amber-400":"bg-gray-600",f={command:"M8 9l3 3-3 3m5 0h3M5 20h14a2 2 0 002-2V6a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z",hook:"M13.828 10.172a4 4 0 00-5.656 0l-4 4a4 4 0 105.656 5.656l1.102-1.101",notification:"M15 17h5l-1.405-1.405A2.032 2.032 0 0118 14.158V11a6.002 6.002 0 00-4-5.659V5a2 2 0 10-4 0v.341C7.67 6.165 6 8.388 6 11v3.159c0 .538-.214 1.055-.595 1.436L4 17h5m6 0v1a3 3 0 11-6 0v-1m6 0H9",cost:"M12 8c-1.657 0-3 .895-3 2s1.343 2 3 2 3 .895 3 2-1.343 2-3 2m0-8c1.11 0 2.08.402 2.599 1M12 8V7m0 1v8m0 0v1",sync:"M4 4v5h.582m15.356 2A8.001 8.001 0 004.582 9m0 0H9m11 11v-5h-.581"},m=r.detail||r.metadata&&Object.keys(r.metadata).length>0;return n.jsxs("div",{children:[n.jsxs("div",{className:`px-4 py-3 flex items-start gap-3 transition-colors ${m?"cursor-pointer hover:bg-gray-800/20":""}`,onClick:m?u:void 0,children:[n.jsx("div",{className:`w-1.5 h-1.5 rounded-full mt-2 flex-shrink-0 ${c}`}),n.jsx("div",{className:"w-5 h-5 flex-shrink-0 mt-0.5 text-gray-500",children:n.jsx("svg",{className:"w-4 h-4",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:n.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:f[r.category]||f.command})})}),n.jsxs("div",{className:"flex-1 min-w-0",children:[n.jsxs("div",{className:"flex items-center gap-2",children:[n.jsx("span",{className:"text-sm text-gray-300",children:r.title}),n.jsx(ie,{label:r.category,variant:wr(r.severity)})]}),r.detail&&!o&&n.jsx("p",{className:"text-xs text-gray-500 mt-0.5 truncate",children:r.detail}),r.source&&n.jsxs("span",{className:"text-[10px] text-gray-600 mt-0.5 block",children:["via ",r.source]})]}),n.jsxs("div",{className:"flex items-center gap-2 flex-shrink-0",children:[r.timestamp&&n.jsx("span",{className:"text-[10px] text-gray-600 whitespace-nowrap",children:Yy(r.timestamp)}),m&&n.jsx("svg",{className:`w-4 h-4 text-gray-600 transition-transform duration-200 ${o?"rotate-180":""}`,fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",children:n.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M19 9l-7 7-7-7"})})]})]}),o&&n.jsxs("div",{className:"px-4 pb-3 ml-10 space-y-2",children:[r.detail&&n.jsxs("div",{className:"bg-gray-800/50 rounded p-3",children:[n.jsx("span",{className:"text-[10px] text-gray-500 uppercase block mb-1",children:"Detail"}),n.jsx("p",{className:"text-xs text-gray-300 whitespace-pre-wrap",children:r.detail})]}),r.metadata&&Object.keys(r.metadata).length>0&&n.jsxs("div",{className:"bg-gray-800/50 rounded p-3",children:[n.jsx("span",{className:"text-[10px] text-gray-500 uppercase block mb-1",children:"Metadata"}),n.jsx("pre",{className:"text-xs text-gray-400 font-mono whitespace-pre-wrap overflow-x-auto",children:JSON.stringify(r.metadata,null,2)})]})]})]})}function Yy(r){if(!r)return"-";const o=Date.now()-new Date(r).getTime(),u=Math.floor(o/6e4);if(u<1)return"just now";if(u<60)return`${u}m ago`;const c=Math.floor(u/60);return c<24?`${c}h ago`:`${Math.floor(c/24)}d ago`}function Gy(){const[r,o]=b.useState(0);Ue("config-changed",()=>o(K=>K+1));const{data:u,loading:c,error:f,refetch:m}=Re(`/api/config?_r=${r}`),{activeProject:h}=Jl(),[N,p]=b.useState(new Set),[x,v]=b.useState({}),[y,T]=b.useState(!1),[_,D]=b.useState(null),[O,j]=b.useState([]);if(c)return n.jsx(st,{});if(f)return n.jsx(Kt,{message:f,onRetry:m});if(!u)return null;const w=K=>{p(H=>{const J=new Set(H);return J.has(K)?J.delete(K):J.add(K),J})},A=Object.keys(x).length>0,L=(K,H)=>{v(J=>({...J,[K]:H})),j(J=>J.filter(I=>I.path!==K))},W=async()=>{if(A){T(!0),D(null),j([]);try{const K={};for(const[_e,je]of Object.entries(x))Xy(K,_e,je);const H=h?`?project=${h.id}`:"",I=await(await fetch(`/api/config/validate${H}`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(K)})).json();if(I.errors&&I.errors.length>0){j(I.errors),D("Validation failed. Fix errors before saving."),T(!1);return}const He=await(await fetch(`/api/config${H}`,{method:"PUT",headers:{"Content-Type":"application/json"},body:JSON.stringify(K)})).json();He.ok?(D("Saved successfully"),v({}),j([]),m(),setTimeout(()=>D(null),3e3)):D(`Error: ${He.error}`)}catch(K){D(`Error: ${K}`)}finally{T(!1)}}},V=()=>{v({}),D(null),j([])},ae=Object.entries(u).filter(([K,H])=>typeof H=="object"&&H!==null),Z=Object.entries(u).filter(([K,H])=>typeof H!="object"||H===null);return n.jsxs("div",{className:"p-6 space-y-6",children:[n.jsxs("div",{className:"flex items-center justify-between",children:[n.jsxs("div",{children:[n.jsx("h2",{className:"text-lg font-semibold text-gray-200",children:"Configuration"}),n.jsx("span",{className:"text-xs text-gray-500",children:".specweave/config.json"})]}),n.jsxs("div",{className:"flex items-center gap-2",children:[_&&n.jsx("span",{className:`text-xs ${_.startsWith("Error")||_.startsWith("Validation")?"text-rose-400":"text-emerald-400"}`,children:_}),A&&n.jsxs(n.Fragment,{children:[n.jsx(ie,{label:`${Object.keys(x).length} changes`,variant:"warning"}),n.jsx("button",{onClick:V,className:"px-3 py-1.5 text-xs text-gray-400 hover:text-gray-200 border border-gray-700 rounded-lg transition-colors",children:"Discard"}),n.jsx("button",{onClick:W,disabled:y,className:"px-3 py-1.5 bg-indigo-600 hover:bg-indigo-500 disabled:opacity-50 text-white text-xs rounded-lg transition-colors",children:y?"Saving...":"Save Changes"})]})]})]}),_&&!A&&_==="Saved successfully"&&n.jsxs("div",{className:"bg-emerald-500/10 border border-emerald-500/30 rounded-lg px-4 py-2 flex items-center gap-2",children:[n.jsx("div",{className:"w-2 h-2 rounded-full bg-emerald-400"}),n.jsx("span",{className:"text-xs text-emerald-400",children:"Configuration saved successfully"})]}),O.length>0&&n.jsxs("div",{className:"bg-rose-500/10 border border-rose-500/30 rounded-lg px-4 py-3 space-y-1",children:[n.jsxs("div",{className:"flex items-center gap-2 mb-1",children:[n.jsx("div",{className:"w-2 h-2 rounded-full bg-rose-400"}),n.jsx("span",{className:"text-xs text-rose-400 font-medium",children:"Validation errors"})]}),O.map((K,H)=>n.jsxs("div",{className:"text-xs text-rose-300 pl-4",children:[n.jsx("span",{className:"font-mono text-rose-400",children:K.path}),": ",K.message]},H))]}),Z.length>0&&n.jsxs("div",{className:"bg-gray-900/50 border border-gray-800 rounded-xl p-5",children:[n.jsx("h3",{className:"text-sm font-medium text-gray-300 mb-3",children:"General"}),n.jsx("div",{className:"space-y-3",children:Z.map(([K,H])=>n.jsx(Rm,{path:K,label:K,value:x[K]!==void 0?x[K]:H,original:H,onChange:J=>L(K,J),edited:x[K]!==void 0,validationError:O.find(J=>J.path===K)?.message},K))})]}),ae.map(([K,H])=>n.jsxs("div",{className:"bg-gray-900/50 border border-gray-800 rounded-xl overflow-hidden",children:[n.jsxs("button",{onClick:()=>w(K),className:"w-full px-5 py-3 flex items-center justify-between hover:bg-gray-800/30 transition-colors",children:[n.jsxs("div",{className:"flex items-center gap-2",children:[n.jsx("h3",{className:"text-sm font-medium text-gray-300 capitalize",children:K}),K0(x,K)>0&&n.jsx(ie,{label:`${K0(x,K)} edited`,variant:"warning"}),O.some(J=>J.path.startsWith(K+"."))&&n.jsx(ie,{label:"errors",variant:"error"})]}),n.jsx("svg",{className:`w-4 h-4 text-gray-500 transition-transform duration-200 ${N.has(K)?"rotate-180":""}`,fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",children:n.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M19 9l-7 7-7-7"})})]}),N.has(K)&&n.jsx("div",{className:"px-5 py-3 border-t border-gray-800",children:n.jsx(Mm,{data:H,path:K,edits:x,onChange:L,validationErrors:O,depth:0})})]},K))]})}function Mm({data:r,path:o,edits:u,onChange:c,validationErrors:f,depth:m}){return m>4?n.jsx("span",{className:"text-xs text-gray-600",children:"..."}):n.jsx("div",{className:"space-y-3",style:{marginLeft:m>0?16:0},children:Object.entries(r).map(([h,N])=>{const p=`${o}.${h}`;return N&&typeof N=="object"&&!Array.isArray(N)?n.jsxs("div",{children:[n.jsx("span",{className:"text-xs text-gray-400 font-mono font-medium",children:h}),n.jsx(Mm,{data:N,path:p,edits:u,onChange:c,validationErrors:f,depth:m+1})]},h):n.jsx(Rm,{path:p,label:h,value:u[p]!==void 0?u[p]:N,original:N,onChange:x=>c(p,x),edited:u[p]!==void 0,validationError:f.find(x=>x.path===p)?.message},h)})})}function Rm({path:r,label:o,value:u,original:c,onChange:f,edited:m,validationError:h}){return typeof c=="boolean"||typeof u=="boolean"?n.jsxs("div",{className:"py-1",children:[n.jsxs("div",{className:"flex items-center justify-between",children:[n.jsx("span",{className:"text-xs text-gray-500 font-mono",children:o}),n.jsx("button",{onClick:()=>f(!u),className:`relative w-9 h-5 rounded-full transition-colors ${u?"bg-indigo-600":"bg-gray-700"} ${m?"ring-1 ring-amber-500/50":""}`,children:n.jsx("div",{className:`absolute top-0.5 w-4 h-4 bg-white rounded-full transition-transform ${u?"left-[18px]":"left-0.5"}`})})]}),h&&n.jsx("p",{className:"text-[10px] text-rose-400 mt-0.5",children:h})]}):typeof c=="number"||typeof u=="number"?n.jsxs("div",{className:"py-1",children:[n.jsxs("div",{className:"flex items-center justify-between",children:[n.jsx("span",{className:"text-xs text-gray-500 font-mono",children:o}),n.jsx("input",{type:"number",value:String(u??""),onChange:N=>f(N.target.value?Number(N.target.value):0),className:`bg-gray-800 border text-xs text-amber-400 font-mono rounded px-2 py-1 w-24 text-right ${h?"border-rose-500":m?"border-amber-500/50":"border-gray-700"} focus:ring-indigo-500 focus:border-indigo-500`})]}),h&&n.jsx("p",{className:"text-[10px] text-rose-400 mt-0.5 text-right",children:h})]}):Array.isArray(c)||Array.isArray(u)?n.jsx(Vy,{path:r,label:o,value:Array.isArray(u)?u:Array.isArray(c)?c:[],edited:m,onChange:f,validationError:h}):n.jsxs("div",{className:"py-1",children:[n.jsxs("div",{className:"flex items-center justify-between",children:[n.jsx("span",{className:"text-xs text-gray-500 font-mono",children:o}),n.jsx("input",{type:"text",value:String(u??""),onChange:N=>f(N.target.value),className:`bg-gray-800 border text-xs text-gray-300 rounded px-2 py-1 w-48 text-right ${h?"border-rose-500":m?"border-amber-500/50":"border-gray-700"} focus:ring-indigo-500 focus:border-indigo-500`})]}),h&&n.jsx("p",{className:"text-[10px] text-rose-400 mt-0.5 text-right",children:h})]})}function Vy({path:r,label:o,value:u,edited:c,onChange:f,validationError:m}){const[h,N]=b.useState(!1),[p,x]=b.useState(""),v=_=>{const D=[...u];D.splice(_,1),f(D)},y=()=>{const _=p.trim();_&&(f([...u,_]),x(""))},T=_=>{_.key==="Enter"&&(_.preventDefault(),y())};return n.jsxs("div",{className:"py-1",children:[n.jsxs("button",{onClick:()=>N(_=>!_),className:"flex items-center justify-between w-full group",children:[n.jsx("span",{className:"text-xs text-gray-500 font-mono",children:o}),n.jsxs("div",{className:"flex items-center gap-2",children:[c&&n.jsx("div",{className:"w-1.5 h-1.5 rounded-full bg-amber-500"}),n.jsxs("span",{className:"text-xs text-gray-400 font-mono",children:["[",u.length," items]"]}),n.jsx("svg",{className:`w-3 h-3 text-gray-500 transition-transform duration-200 ${h?"rotate-180":""}`,fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",children:n.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M19 9l-7 7-7-7"})})]})]}),h&&n.jsxs("div",{className:"mt-2 ml-4 space-y-1",children:[u.length===0&&n.jsx("p",{className:"text-[10px] text-gray-600",children:"No items"}),u.map((_,D)=>n.jsxs("div",{className:"flex items-center gap-2 group/item",children:[n.jsx("span",{className:"text-xs text-gray-300 font-mono flex-1 truncate",children:String(_)}),n.jsx("button",{onClick:()=>v(D),className:"text-[10px] text-gray-600 hover:text-rose-400 opacity-0 group-hover/item:opacity-100 transition-opacity",children:"remove"})]},D)),n.jsxs("div",{className:"flex items-center gap-2 mt-2",children:[n.jsx("input",{type:"text",value:p,onChange:_=>x(_.target.value),onKeyDown:T,placeholder:"Add item...",className:"bg-gray-800 border border-gray-700 text-xs text-gray-300 rounded px-2 py-1 flex-1 focus:ring-indigo-500 focus:border-indigo-500"}),n.jsx("button",{onClick:y,disabled:!p.trim(),className:"px-2 py-1 text-[10px] text-indigo-400 hover:text-indigo-300 border border-indigo-500/30 rounded disabled:opacity-50 transition-colors",children:"Add"})]})]}),m&&n.jsx("p",{className:"text-[10px] text-rose-400 mt-0.5",children:m})]})}function K0(r,o){return Object.keys(r).filter(u=>u.startsWith(o+".")).length}function Xy(r,o,u){const c=o.split(".");let f=r;for(let m=0;m<c.length-1;m++)(!f[c[m]]||typeof f[c[m]]!="object")&&(f[c[m]]={}),f=f[c[m]];f[c[c.length-1]]=u}function vu({lines:r,status:o,onDismiss:u}){const c=b.useRef(null);return b.useEffect(()=>{c.current?.scrollIntoView({behavior:"smooth"})},[r]),r.length===0&&o==="idle"?null:n.jsxs("div",{className:"mt-4 rounded-lg bg-gray-950 border border-gray-700 overflow-hidden",children:[n.jsxs("div",{className:"flex items-center justify-between px-3 py-2 bg-gray-900 border-b border-gray-700",children:[n.jsxs("div",{className:"flex items-center gap-2",children:[n.jsx("div",{className:`w-2 h-2 rounded-full ${o==="running"?"bg-yellow-400 animate-pulse":o==="success"?"bg-green-400":o==="error"?"bg-red-400":"bg-gray-500"}`}),n.jsx("span",{className:"text-xs text-gray-400 font-mono",children:o==="running"?"Running...":o==="success"?"Completed":o==="error"?"Failed":"Output"})]}),o!=="running"&&u&&n.jsx("button",{onClick:u,className:"text-gray-500 hover:text-gray-300 text-xs",children:"Dismiss"})]}),n.jsxs("div",{className:"p-3 max-h-48 overflow-y-auto font-mono text-xs text-gray-300 whitespace-pre-wrap",children:[r.map((f,m)=>n.jsx("div",{children:f},m)),n.jsx("div",{ref:c})]})]})}function Qy(){const{data:r,loading:o}=Re("/api/plugins/full"),{execute:u,running:c,output:f,status:m,reset:h}=Ar(),[N,p]=b.useState(null);if(o)return n.jsx(st,{});const x=r?.plugins||[],v=r?.skills||[],y=r?.lsp,T=r?.warmup,_=r?.triggerCount||0,D=x.reduce((A,L)=>A+L.skillCount,0),O=x.reduce((A,L)=>A+L.commandCount,0),j=A=>v.filter(L=>L.plugin===A).sort((L,W)=>W.count-L.count),w=A=>{p(L=>L===A?null:A)};return n.jsxs("div",{className:"p-6 space-y-6",children:[n.jsxs("div",{className:"flex items-center justify-between",children:[n.jsx("h2",{className:"text-lg font-semibold text-gray-200",children:"Plugins & LSP"}),n.jsxs("div",{className:"flex gap-2",children:[n.jsx("button",{onClick:()=>u("lsp-status"),disabled:c,className:"px-3 py-1.5 bg-gray-700 hover:bg-gray-600 disabled:opacity-50 text-white text-xs rounded-lg transition-colors",children:"Check LSP"}),n.jsx("button",{onClick:()=>u("refresh-plugins"),disabled:c,className:"px-3 py-1.5 bg-indigo-600 hover:bg-indigo-500 disabled:opacity-50 text-white text-xs rounded-lg transition-colors",children:c?"Running...":"Refresh Plugins"})]})]}),n.jsx(vu,{lines:f,status:m,onDismiss:h}),n.jsxs("div",{className:"grid grid-cols-2 lg:grid-cols-4 gap-3",children:[n.jsx(ka,{label:"Plugins",value:x.length}),n.jsx(ka,{label:"Total Skills",value:D}),n.jsx(ka,{label:"Total Commands",value:O}),n.jsx(ka,{label:"Trigger Keywords",value:_})]}),n.jsxs("div",{className:"bg-gray-900/50 border border-gray-800 rounded-xl overflow-hidden",children:[n.jsx("div",{className:"px-5 py-3 border-b border-gray-800",children:n.jsx("h3",{className:"text-sm font-medium text-gray-300",children:"Installed Plugins"})}),x.length===0?n.jsx("div",{className:"p-5 text-gray-500 text-xs",children:"No plugins installed"}):n.jsx("div",{className:"divide-y divide-gray-800/50",children:x.map(A=>{const L=N===A.name,W=j(A.name);return n.jsxs("div",{children:[n.jsxs("button",{onClick:()=>w(A.name),className:"w-full px-4 py-3 flex items-center justify-between hover:bg-gray-800/30 transition-colors text-left",children:[n.jsxs("div",{className:"flex items-center gap-4",children:[n.jsx("span",{className:"text-sm text-gray-300",children:A.name}),n.jsx("span",{className:"text-xs text-gray-500 font-mono",children:A.version})]}),n.jsxs("div",{className:"flex items-center gap-3",children:[n.jsx(ie,{label:`${A.skillCount} skills`,variant:"info"}),n.jsx(ie,{label:`${A.commandCount} cmds`,variant:"default"}),n.jsx("svg",{className:`w-4 h-4 text-gray-500 transition-transform duration-200 ${L?"rotate-180":""}`,fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",children:n.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M19 9l-7 7-7-7"})})]})]}),L&&n.jsx("div",{className:"px-4 pb-4 bg-gray-800/20",children:W.length===0?n.jsx("p",{className:"text-xs text-gray-600 py-2",children:"No skill usage data for this plugin"}):n.jsxs("div",{className:"space-y-1 mt-1",children:[n.jsxs("div",{className:"grid grid-cols-[1fr,80px,80px,120px] gap-2 px-2 py-1",children:[n.jsx("span",{className:"text-[10px] text-gray-600 uppercase",children:"Skill"}),n.jsx("span",{className:"text-[10px] text-gray-600 uppercase text-right",children:"Invocations"}),n.jsx("span",{className:"text-[10px] text-gray-600 uppercase text-right",children:"Success"}),n.jsx("span",{className:"text-[10px] text-gray-600 uppercase text-right",children:"Last Used"})]}),W.map(V=>n.jsxs("div",{className:"grid grid-cols-[1fr,80px,80px,120px] gap-2 px-2 py-1.5 bg-gray-800/40 rounded",children:[n.jsx("span",{className:"text-xs text-gray-300 font-mono truncate",children:V.name}),n.jsx("span",{className:"text-xs text-gray-400 text-right font-mono",children:V.count}),n.jsxs("span",{className:"text-xs text-right font-mono",children:[n.jsx("span",{className:"text-emerald-400",children:V.successCount}),V.failureCount>0&&n.jsxs("span",{className:"text-rose-400",children:["/",V.failureCount]})]}),n.jsx("span",{className:"text-[10px] text-gray-500 text-right",children:V.lastUsed?Zy(V.lastUsed):"-"})]},V.name))]})})]},A.name)})})]}),v.length>0&&n.jsxs("div",{className:"bg-gray-900/50 border border-gray-800 rounded-xl p-5",children:[n.jsx("h3",{className:"text-sm font-medium text-gray-300 mb-4",children:"Skill Usage Leaderboard"}),n.jsx(Sm,{items:v.sort((A,L)=>L.count-A.count).slice(0,20).map(A=>({label:A.name,value:A.count,color:"#10b981"})),maxBars:20})]}),y&&n.jsxs("div",{className:"bg-gray-900/50 border border-gray-800 rounded-xl p-5",children:[n.jsxs("div",{className:"flex items-center justify-between mb-4",children:[n.jsx("h3",{className:"text-sm font-medium text-gray-300",children:"LSP Status"}),n.jsxs("div",{className:"flex items-center gap-2",children:[n.jsx(ie,{label:y.status,variant:y.status==="ok"?"success":"warning"}),y.checked&&n.jsxs("span",{className:"text-[10px] text-gray-600",children:["Checked: ",new Date(y.checked).toLocaleDateString()]})]})]}),n.jsxs("div",{className:"grid grid-cols-2 lg:grid-cols-4 gap-3 mb-4",children:[n.jsx(ka,{label:"Total Languages",value:y.stats.totalLanguages}),n.jsx(ka,{label:"Checked",value:y.stats.checkedLanguages}),n.jsx(ka,{label:"Binary Missing",value:y.stats.binaryMissing}),n.jsx(ka,{label:"Plugin Missing",value:y.stats.pluginMissing})]}),y.missing.length>0&&n.jsxs("div",{className:"space-y-2",children:[n.jsx("h4",{className:"text-xs text-gray-500",children:"Missing Languages"}),y.missing.map((A,L)=>n.jsxs("div",{className:"flex items-center justify-between p-2 bg-gray-800/50 rounded",children:[n.jsxs("div",{className:"flex items-center gap-2",children:[n.jsx(ie,{label:A.type,variant:A.type==="binary"?"warning":"default"}),n.jsx("span",{className:"text-xs text-gray-300",children:A.language})]}),n.jsxs("div",{className:"flex items-center gap-2",children:[n.jsx("code",{className:"text-[10px] text-gray-500",children:A.binaryInstall}),A.message&&n.jsx("span",{className:"text-[10px] text-gray-600 max-w-[200px] truncate",children:A.message})]})]},L))]})]}),T&&n.jsxs("div",{className:"bg-gray-900/50 border border-gray-800 rounded-xl p-5",children:[n.jsxs("div",{className:"flex items-center justify-between mb-4",children:[n.jsx("h3",{className:"text-sm font-medium text-gray-300",children:"LSP Warmup Status"}),n.jsxs("span",{className:"text-[10px] text-gray-600",children:[T.elapsed?`${(T.elapsed/1e3).toFixed(1)}s`:""," |"," ",T.timestamp?new Date(T.timestamp).toLocaleString():""]})]}),n.jsxs("div",{className:"flex flex-wrap gap-2",children:[T.warmedUp.map(A=>n.jsx(ie,{label:A,variant:"success"},A)),T.failed.map(A=>n.jsx(ie,{label:A,variant:"error"},A))]}),T.warmedUp.length===0&&T.failed.length===0&&n.jsx("p",{className:"text-gray-600 text-xs",children:"No warmup data"})]})]})}function ka({label:r,value:o}){return n.jsxs("div",{className:"bg-gray-800/50 rounded-lg p-3 text-center",children:[n.jsx("div",{className:"text-lg font-bold text-gray-300",children:o}),n.jsx("div",{className:"text-[10px] text-gray-500",children:r})]})}function Zy(r){if(!r)return"-";const o=Date.now()-new Date(r).getTime(),u=Math.floor(o/6e4);if(u<1)return"just now";if(u<60)return`${u}m ago`;const c=Math.floor(u/60);return c<24?`${c}h ago`:`${Math.floor(c/24)}d ago`}function Ky(){const{data:r,loading:o}=Re("/api/links"),{data:u,loading:c,refetch:f}=Re("/api/services"),{execute:m,running:h,output:N,status:p,reset:x}=Ar();if(o||c)return n.jsx(st,{});const v=(u||[]).filter(j=>j.status==="running").length,y=(u||[]).length,T=new Map;for(const j of u||[])if(j.port>0&&j.status==="running"){const w=T.get(j.port)||[];w.push(j.name),T.set(j.port,w)}const _=Array.from(T.entries()).filter(([,j])=>j.length>1),D=async j=>{await m(j,{timeoutMs:3e5}),setTimeout(()=>f(),3e3)},O=async j=>{await m(j,{timeoutMs:3e5}),setTimeout(()=>f(),2e3)};return n.jsxs("div",{className:"p-6 space-y-6",children:[n.jsx("h2",{className:"text-lg font-semibold text-gray-200",children:"Services & Links"}),n.jsx(vu,{lines:N,status:p,onDismiss:x}),_.length>0&&n.jsxs("div",{className:"bg-amber-500/10 border border-amber-500/30 rounded-xl p-4 flex items-start gap-3",children:[n.jsx("svg",{className:"w-5 h-5 text-amber-400 flex-shrink-0 mt-0.5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:n.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-2.5L13.732 4.5c-.77-.833-2.694-.833-3.464 0L3.34 16.5c-.77.833.192 2.5 1.732 2.5z"})}),n.jsxs("div",{children:[n.jsx("div",{className:"text-sm font-medium text-amber-300",children:"Port Conflict Detected"}),n.jsx("div",{className:"text-xs text-amber-400/80 mt-1",children:_.map(([j,w])=>n.jsxs("span",{className:"block",children:["Port ",j," is used by: ",w.join(", ")]},j))})]})]}),n.jsxs("div",{className:"grid grid-cols-2 lg:grid-cols-4 gap-4",children:[n.jsx(re,{title:"Services",value:y,color:"indigo",tooltip:`${y} managed services`}),n.jsx(re,{title:"Running",value:v,color:"emerald",tooltip:`${v} services currently active`}),n.jsx(re,{title:"External Links",value:(r||[]).length,color:"cyan",tooltip:"Configured external links (docs, repos, etc.)"}),n.jsx(re,{title:"Stopped",value:y-v,color:"rose",tooltip:`${y-v} services not running`})]}),n.jsxs("div",{className:"bg-gray-900/50 border border-gray-800 rounded-xl p-5",children:[n.jsx("h3",{className:"text-sm font-medium text-gray-300 mb-4",children:"Service Status"}),n.jsx("div",{className:"space-y-3",children:(u||[]).map((j,w)=>n.jsxs("div",{className:"flex items-center justify-between p-3 bg-gray-800/50 rounded-lg",children:[n.jsxs("div",{className:"flex items-center gap-3",children:[n.jsx("div",{className:`w-2 h-2 rounded-full ${j.status==="running"?"bg-emerald-400":"bg-gray-600"}`}),n.jsxs("div",{children:[n.jsx("span",{className:"text-sm text-gray-300",children:j.name}),n.jsx("div",{className:"text-[10px] text-gray-600",children:j.status==="running"&&j.detail?n.jsx("a",{href:j.detail,target:"_blank",rel:"noopener noreferrer",className:"text-indigo-400 hover:text-indigo-300 underline transition-colors",children:j.detail}):j.detail})]})]}),n.jsxs("div",{className:"flex items-center gap-2",children:[j.status==="running"&&j.port>0&&n.jsx(ie,{label:`Port ${j.port}`,variant:"info"}),j.status==="running"?n.jsx(ie,{label:"Running",variant:"success"}):n.jsx(ie,{label:"Stopped",variant:"default"}),j.startCommand&&j.stopCommand?j.status==="running"?n.jsxs("div",{className:"flex items-center gap-1",children:[n.jsx("a",{href:j.detail,target:"_blank",rel:"noopener noreferrer",className:"px-2 py-1 text-[10px] text-indigo-400 hover:text-indigo-300 border border-indigo-500/30 rounded transition-colors",children:"Open"}),n.jsx("button",{onClick:()=>O(j.stopCommand),disabled:h,className:"px-2 py-1 text-[10px] text-rose-400 hover:text-rose-300 border border-rose-500/30 rounded transition-colors disabled:opacity-50",children:"Stop"})]}):n.jsx("button",{onClick:()=>D(j.startCommand),disabled:h,className:"px-2 py-1 text-[10px] text-emerald-400 hover:text-emerald-300 border border-emerald-500/30 rounded transition-colors disabled:opacity-50",children:h?"Starting...":"Start"}):j.status==="running"&&n.jsx("a",{href:j.detail,target:"_blank",rel:"noopener noreferrer",className:"px-2 py-1 text-[10px] text-indigo-400 hover:text-indigo-300 border border-indigo-500/30 rounded transition-colors",children:"Open"})]})]},w))})]}),n.jsxs("div",{className:"bg-gray-900/50 border border-gray-800 rounded-xl p-5",children:[n.jsx("h3",{className:"text-sm font-medium text-gray-300 mb-4",children:"External Links"}),(r||[]).length===0?n.jsx("p",{className:"text-xs text-gray-500",children:"No external links configured"}):n.jsx("div",{className:"grid grid-cols-1 md:grid-cols-2 gap-3",children:(r||[]).map((j,w)=>n.jsxs("a",{href:j.url,target:"_blank",rel:"noopener noreferrer",className:"flex items-center justify-between p-3 bg-gray-800/50 rounded-lg hover:bg-gray-800 transition-colors group",children:[n.jsxs("div",{className:"flex items-center gap-3",children:[n.jsx(Jy,{type:j.type}),n.jsxs("div",{children:[n.jsx("div",{className:"text-sm text-gray-300 group-hover:text-white transition-colors",children:j.name}),n.jsx("div",{className:"text-[10px] text-gray-600 truncate max-w-[200px]",children:j.url})]})]}),n.jsx("svg",{className:"w-4 h-4 text-gray-600 group-hover:text-gray-400",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",children:n.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14"})})]},w))})]})]})}function Jy({type:r}){const o={docs:"bg-indigo-600",github:"bg-gray-700",jira:"bg-blue-700",ado:"bg-blue-600"};return n.jsx("div",{className:`w-8 h-8 rounded-lg ${o[r]||"bg-gray-700"} flex items-center justify-center`,children:n.jsx("span",{className:"text-xs text-white font-bold",children:r[0]?.toUpperCase()})})}const J0={critical:0,warning:1,info:2};function Wy(){const[r,o]=b.useState("pending"),[u,c]=b.useState(null),[f,m]=b.useState(0);Ue("notification",()=>m(H=>H+1));const{activeProject:h}=Jl(),{data:N,loading:p,error:x,refetch:v}=Re(`/api/notifications?_r=${f}`);if(p)return n.jsx(st,{});if(x)return n.jsx(Kt,{message:x,onRetry:v});const y=N||[],T=y.filter(H=>!H.dismissedAt),_=y.filter(H=>!!H.dismissedAt),D=T.filter(H=>H.severity==="critical"),O=T.filter(H=>H.severity==="warning"),w=[...r==="pending"?T:r==="dismissed"?_:y].sort((H,J)=>{const I=J0[H.severity]??3,Ee=J0[J.severity]??3;return I!==Ee?I-Ee:new Date(J.createdAt).getTime()-new Date(H.createdAt).getTime()}),A=async H=>{c(H);try{const J=h?`?project=${h.id}`:"";(await fetch(`/api/notifications/${H}/dismiss${J}`,{method:"POST"})).ok&&v()}finally{c(null)}},L=async()=>{c("__all__");try{const H=h?`?project=${h.id}`:"";for(const J of T)await fetch(`/api/notifications/${J.id}/dismiss${H}`,{method:"POST"});v()}finally{c(null)}},W=H=>H==="critical"?"error":H==="warning"?"warning":"info",V=H=>H==="critical"?"border-l-rose-500":H==="warning"?"border-l-amber-500":"border-l-blue-500",Z=(H=>{const J={};for(const I of H)J[I.severity]||(J[I.severity]=[]),J[I.severity].push(I);return J})(w),K={critical:"Critical",warning:"Warnings",info:"Informational"};return n.jsxs("div",{className:"p-6 space-y-6",children:[n.jsx("h2",{className:"text-lg font-semibold text-gray-200",children:"Notifications"}),n.jsxs("div",{className:"grid grid-cols-2 lg:grid-cols-4 gap-4",children:[n.jsx(re,{title:"Pending",value:T.length,color:"indigo"}),n.jsx(re,{title:"Critical",value:D.length,color:"rose"}),n.jsx(re,{title:"Warnings",value:O.length,color:"amber"}),n.jsx(re,{title:"Dismissed",value:_.length,color:"cyan"})]}),n.jsxs("div",{className:"flex items-center justify-between",children:[n.jsx("div",{className:"flex gap-1 bg-gray-900/50 border border-gray-800 rounded-lg p-1",children:[{value:"pending",label:`Pending (${T.length})`},{value:"dismissed",label:`Dismissed (${_.length})`},{value:"all",label:`All (${y.length})`}].map(H=>n.jsx("button",{onClick:()=>o(H.value),className:`px-3 py-1.5 text-xs rounded-md transition-colors ${r===H.value?"bg-gray-700 text-white":"text-gray-400 hover:text-gray-300"}`,children:H.label},H.value))}),T.length>0&&n.jsx("button",{onClick:L,disabled:u==="__all__",className:"px-3 py-1.5 text-xs text-gray-400 hover:text-gray-200 border border-gray-700 rounded-lg transition-colors disabled:opacity-50",children:u==="__all__"?"Dismissing...":"Dismiss All"})]}),w.length===0?n.jsxs("div",{className:"bg-gray-900/50 border border-gray-800 rounded-xl p-8 text-center",children:[n.jsx("div",{className:"w-12 h-12 rounded-full bg-gray-800 flex items-center justify-center mx-auto mb-4",children:n.jsx("svg",{className:"w-6 h-6 text-gray-600",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",children:n.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M15 17h5l-1.405-1.405A2.032 2.032 0 0118 14.158V11a6.002 6.002 0 00-4-5.659V5a2 2 0 10-4 0v.341C7.67 6.165 6 8.388 6 11v3.159c0 .538-.214 1.055-.595 1.436L4 17h5m6 0v1a3 3 0 11-6 0v-1m6 0H9"})})}),n.jsx("p",{className:"text-gray-400 text-sm font-medium",children:r==="pending"?"No pending notifications":"No notifications"}),n.jsx("p",{className:"text-gray-600 text-xs mt-1 max-w-xs mx-auto",children:"Notifications appear here when imports complete, discrepancies are found, or syncs fail"})]}):n.jsx("div",{className:"space-y-4",children:["critical","warning","info"].map(H=>{const J=Z[H];return!J||J.length===0?null:n.jsxs("div",{children:[n.jsxs("div",{className:"flex items-center gap-2 mb-2",children:[n.jsx("h3",{className:"text-xs font-medium text-gray-400 uppercase",children:K[H]||H}),n.jsxs("span",{className:"text-[10px] text-gray-600",children:["(",J.length,")"]})]}),n.jsx("div",{className:"space-y-2",children:J.map(I=>n.jsxs("div",{className:`bg-gray-900/50 border border-gray-800 border-l-4 ${V(I.severity)} rounded-xl p-4 flex items-start gap-4 ${I.dismissedAt?"opacity-60":""}`,children:[n.jsx(Fy,{severity:I.severity}),n.jsxs("div",{className:"flex-1 min-w-0",children:[n.jsxs("div",{className:"flex items-center gap-2 mb-1",children:[n.jsx("span",{className:"text-sm font-medium text-gray-200",children:I.title}),n.jsx(ie,{label:I.severity,variant:W(I.severity)}),I.type&&n.jsx(ie,{label:I.type,variant:"default"})]}),I.message&&n.jsx("p",{className:"text-xs text-gray-400 mb-2",children:I.message}),n.jsxs("div",{className:"flex items-center gap-3 text-[10px] text-gray-600",children:[n.jsx("span",{children:new Date(I.createdAt).toLocaleString()}),I.source&&n.jsxs("span",{children:["via ",I.source]}),I.dismissedAt&&n.jsxs("span",{children:["Dismissed ",new Date(I.dismissedAt).toLocaleString()]})]})]}),!I.dismissedAt&&n.jsx("button",{onClick:()=>A(I.id),disabled:u===I.id,className:"px-2 py-1 text-xs text-gray-500 hover:text-gray-300 hover:bg-gray-800 rounded transition-colors disabled:opacity-50 flex-shrink-0",children:u===I.id?"...":"Dismiss"})]},I.id))})]},H)})})]})}function Fy({severity:r}){return r==="critical"?n.jsx("div",{className:"w-8 h-8 rounded-full bg-rose-500/10 flex items-center justify-center flex-shrink-0",children:n.jsx("svg",{className:"w-4 h-4 text-rose-400",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:n.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-2.5L13.732 4.5c-.77-.833-2.694-.833-3.464 0L3.34 16.5c-.77.833.192 2.5 1.732 2.5z"})})}):r==="warning"?n.jsx("div",{className:"w-8 h-8 rounded-full bg-amber-500/10 flex items-center justify-center flex-shrink-0",children:n.jsx("svg",{className:"w-4 h-4 text-amber-400",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:n.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M12 8v4m0 4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"})})}):n.jsx("div",{className:"w-8 h-8 rounded-full bg-blue-500/10 flex items-center justify-center flex-shrink-0",children:n.jsx("svg",{className:"w-4 h-4 text-blue-400",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:n.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"})})})}function Py(r){if(!r)return null;if(r.startsWith("https://"))return r.replace(/\.git$/,"");const o=r.match(/^git@([^:]+):(.+?)(?:\.git)?$/);if(o)return`https://${o[1]}/${o[2]}`;const u=r.match(/^ssh:\/\/git@([^/]+)\/(.+?)(?:\.git)?$/);return u?`https://${u[1]}/${u[2]}`:null}function Iy(){const{data:r,loading:o,error:u,refetch:c}=Re("/api/repos");if(o)return n.jsx(st,{});if(u)return n.jsx(Kt,{message:u,onRetry:c});const f=r||[],m=[...new Set(f.map(p=>p.org))],h=f.filter(p=>p.hasSpecweave||p.isUmbrellaManaged).length,N=f.find(p=>p.isCurrent);return n.jsxs("div",{className:"p-6 space-y-6",children:[n.jsx("h2",{className:"text-lg font-semibold text-gray-200",children:"Repositories"}),n.jsxs("div",{className:"grid grid-cols-2 lg:grid-cols-4 gap-4",children:[n.jsx(re,{title:"Repositories",value:f.length,color:"indigo"}),n.jsx(re,{title:"Organizations",value:m.length,color:"cyan"}),n.jsx(re,{title:"With SpecWeave",value:h,color:"emerald"}),n.jsx(re,{title:"Current",value:N?N.name:"-",subtitle:N?`${N.org}/${N.name}`:"No current project",color:"amber"})]}),f.length===0?n.jsxs("div",{className:"bg-gray-900/50 border border-gray-800 rounded-xl p-8 text-center",children:[n.jsx("p",{className:"text-gray-500 text-sm",children:"No repositories found"}),n.jsx("p",{className:"text-gray-600 text-xs mt-1",children:"This project doesn't use multi-repo mode, or the repositories/ directory hasn't been set up yet"})]}):n.jsx(n.Fragment,{children:m.map(p=>{const x=f.filter(v=>v.org===p);return n.jsxs("div",{children:[n.jsxs("div",{className:"flex items-center gap-2 mb-3",children:[n.jsx(ev,{}),n.jsx("h3",{className:"text-sm font-medium text-gray-300",children:p}),n.jsxs("span",{className:"text-[10px] text-gray-600",children:[x.length," ",x.length===1?"repo":"repos"]})]}),n.jsx("div",{className:"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-3",children:x.map(v=>{const y=Py(v.remote);return n.jsxs("div",{className:`bg-gray-900/50 border rounded-xl p-4 ${v.isCurrent?"border-indigo-500/30":"border-gray-800"}`,children:[n.jsxs("div",{className:"flex items-center justify-between mb-2",children:[n.jsxs("div",{className:"flex items-center gap-2",children:[n.jsx(tv,{}),n.jsx("span",{className:"text-sm font-medium text-gray-300",children:v.name})]}),n.jsxs("div",{className:"flex items-center gap-1.5",children:[v.isCurrent&&n.jsx(ie,{label:"Current Project",variant:"info"}),n.jsx(ie,{label:v.hasSpecweave?"SpecWeave":v.isUmbrellaManaged?"via umbrella":"No SpecWeave",variant:v.hasSpecweave?"success":v.isUmbrellaManaged?"info":"default"})]})]}),n.jsxs("div",{className:"space-y-1.5 mt-3",children:[n.jsxs("div",{className:"flex items-center justify-between",children:[n.jsx("span",{className:"text-[10px] text-gray-500",children:"Organization"}),n.jsx("span",{className:"text-[10px] text-gray-400",children:v.org})]}),v.branch&&n.jsxs("div",{className:"flex items-center justify-between",children:[n.jsx("span",{className:"text-[10px] text-gray-500",children:"Branch"}),n.jsx(ie,{label:v.branch,variant:"default"})]}),y&&n.jsxs("div",{className:"flex items-center justify-between",children:[n.jsx("span",{className:"text-[10px] text-gray-500",children:"Remote"}),n.jsx("a",{href:y,target:"_blank",rel:"noopener noreferrer",className:"text-[10px] text-indigo-400 hover:text-indigo-300 hover:underline truncate max-w-[180px]",title:y,children:y.replace("https://","")})]}),!y&&v.remote&&n.jsxs("div",{className:"flex items-center justify-between",children:[n.jsx("span",{className:"text-[10px] text-gray-500",children:"Remote"}),n.jsx("span",{className:"text-[10px] text-gray-600 font-mono truncate max-w-[180px]",title:v.remote,children:v.remote})]}),v.path&&n.jsxs("div",{className:"flex items-center justify-between",children:[n.jsx("span",{className:"text-[10px] text-gray-500",children:"Path"}),n.jsx("span",{className:"text-[10px] text-gray-600 font-mono truncate max-w-[180px]",title:v.path,children:v.path.split("/").slice(-3).join("/")})]}),v.lastModified&&n.jsxs("div",{className:"flex items-center justify-between",children:[n.jsx("span",{className:"text-[10px] text-gray-500",children:"Last Modified"}),n.jsx("span",{className:"text-[10px] text-gray-400",children:lv(v.lastModified)})]})]}),y&&n.jsxs("a",{href:y,target:"_blank",rel:"noopener noreferrer",className:"mt-3 flex items-center justify-center gap-1.5 text-xs text-gray-400 hover:text-gray-200 py-2 border border-gray-800 rounded-lg hover:border-gray-700 transition-colors",children:[n.jsx(av,{}),"Open on GitHub"]})]},v.path||`${v.org}/${v.name}`)})})]},p)})})]})}function ev(){return n.jsx("div",{className:"w-6 h-6 rounded bg-gray-700 flex items-center justify-center",children:n.jsx("svg",{className:"w-3.5 h-3.5 text-gray-400",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:n.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19 21V5a2 2 0 00-2-2H7a2 2 0 00-2 2v16m14 0h2m-2 0h-5m-9 0H3m2 0h5M9 7h1m-1 4h1m4-4h1m-1 4h1m-5 10v-5a1 1 0 011-1h2a1 1 0 011 1v5m-4 0h4"})})})}function tv(){return n.jsx("svg",{className:"w-4 h-4 text-gray-500",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:n.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3 7v10a2 2 0 002 2h14a2 2 0 002-2V9a2 2 0 00-2-2h-6l-2-2H5a2 2 0 00-2 2z"})})}function av(){return n.jsx("svg",{className:"w-3.5 h-3.5",viewBox:"0 0 24 24",fill:"currentColor",children:n.jsx("path",{d:"M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"})})}function lv(r){if(!r)return"-";try{const o=Date.now()-new Date(r).getTime(),u=Math.floor(o/6e4);if(u<1)return"just now";if(u<60)return`${u}m ago`;const c=Math.floor(u/60);return c<24?`${c}h ago`:`${Math.floor(c/24)}d ago`}catch{return"-"}}const nv=[{value:"",label:"All"},{value:"discovered",label:"Discovered"},{value:"scanning",label:"Scanning"},{value:"tier1_passed",label:"Passed"},{value:"tier1_failed",label:"Failed"},{value:"verified",label:"Verified"},{value:"rejected",label:"Rejected"}],ma=20;function sv(r){switch(r){case"discovered":return"default";case"queued":return"info";case"scanning":return"warning";case"tier1_passed":return"success";case"tier1_failed":return"error";case"tier2_pending":return"info";case"verified":return"success";case"rejected":return"error";default:return"default"}}function rv(r){switch(r){case"discovered":return"Discovered";case"queued":return"Queued";case"scanning":return"Scanning";case"tier1_passed":return"T1 Passed";case"tier1_failed":return"T1 Failed";case"tier2_pending":return"T2 Pending";case"verified":return"Verified";case"rejected":return"Rejected";default:return r}}function W0(r){if(!r)return"-";try{const o=Date.now()-new Date(r).getTime(),u=Math.floor(o/6e4);if(u<1)return"just now";if(u<60)return`${u}m ago`;const c=Math.floor(u/60);return c<24?`${c}h ago`:`${Math.floor(c/24)}d ago`}catch{return"-"}}function iv(r){return r>=80?"text-emerald-400":r>=50?"text-amber-400":"text-rose-400"}function zm(r){const o=r.tier1Result?.score??0,u=r.tier2Result?.score??0;return o&&u?Math.round((o+u)/2):o||u}function cv(r){return r>=80?"bg-emerald-500":r>=50?"bg-amber-500":"bg-rose-500"}function uv(r){return r>=80?"text-emerald-400":r>=50?"text-amber-400":"text-rose-400"}function ov(r){return r>=1e6?`${(r/1e6).toFixed(1)}m`:r>=1e3?`${(r/1e3).toFixed(1)}k`:String(r)}function F0(r){const o=Math.log10(Math.max(r.stars,1))*20,u=zm(r);return o+u}function dv(r,o){if(o===0)return"rose";const u=r/o;return u>.5?"emerald":u>.1?"amber":"rose"}function fv(){const[r,o]=b.useState(""),[u,c]=b.useState(0),[f,m]=b.useState(0),[h,N]=b.useState(null),[p,x]=b.useState(""),{output:v,status:y,reset:T}=Ar(),_=r?`status=${r}&limit=${ma}&offset=${u}`:`limit=${ma}&offset=${u}`,{data:D,loading:O,error:j,refetch:w}=Re(`/api/marketplace/scanner/status?_r=${f}`),{data:A,loading:L,refetch:W}=Re(`/api/marketplace/queue?${_}&_r=${f}`),{data:V,loading:ae}=Re(`/api/marketplace/verified?_r=${f}`),{data:Z,loading:K}=Re(`/api/marketplace/insights?_r=${f}`),H=b.useCallback(()=>{m(S=>S+1)},[]);Ue("submission-update",b.useCallback(()=>{H()},[H])),Ue("marketplace-scan",b.useCallback(()=>{H()},[H])),Ue("verification-complete",b.useCallback(()=>{H()},[H]));const J=async()=>{try{const S=new URLSearchParams(window.location.search).get("project")||"",$=S?`?project=${S}`:"";await fetch(`/api/marketplace/scanner/start${$}`,{method:"POST"}),w()}catch{}},I=async()=>{try{const S=new URLSearchParams(window.location.search).get("project")||"",$=S?`?project=${S}`:"";await fetch(`/api/marketplace/scanner/stop${$}`,{method:"POST"}),w()}catch{}},Ee=async S=>{N(S);try{const $=new URLSearchParams(window.location.search).get("project")||"",Q=$?`?project=${$}`:"";await fetch(`/api/marketplace/queue/${S}/approve${Q}`,{method:"POST"}),W()}catch{}N(null)},He=async S=>{N(S);try{const $=new URLSearchParams(window.location.search).get("project")||"",Q=$?`?project=${$}`:"";await fetch(`/api/marketplace/queue/${S}/reject${Q}`,{method:"POST"}),W()}catch{}N(null)};if(O&&L&&ae&&K)return n.jsx(st,{});const je=A?.items||[],q=A?.total||0,X=V||[],ne=Math.floor(u/ma)+1,ye=Math.ceil(q/ma),Ne=S=>S==="tier1_passed"||S==="tier2_pending";return n.jsxs("div",{className:"p-6 space-y-6",children:[n.jsxs("div",{className:"flex items-center justify-between",children:[n.jsx("h2",{className:"text-lg font-semibold text-gray-200",children:"Marketplace Scanner"}),n.jsx("div",{className:"flex gap-2",children:D?.running?n.jsx("button",{onClick:I,className:"px-3 py-1.5 bg-rose-600 hover:bg-rose-500 disabled:opacity-50 text-white text-xs rounded-lg transition-colors",children:"Stop Scanner"}):n.jsx("button",{onClick:J,className:"px-3 py-1.5 bg-indigo-600 hover:bg-indigo-500 disabled:opacity-50 text-white text-xs rounded-lg transition-colors",children:"Start Scanner"})})]}),n.jsx(vu,{lines:v,status:y,onDismiss:T}),j&&n.jsx(Kt,{message:j,onRetry:w}),D?n.jsxs("div",{className:"grid grid-cols-2 lg:grid-cols-4 gap-4",children:[n.jsx(re,{title:"Scanner",value:D.running?"Running":"Stopped",subtitle:D.running?"Active":"Idle",color:D.running?"emerald":"amber"}),n.jsx(re,{title:"Last Scan",value:D.lastScanTime?W0(D.lastScanTime):"Never",color:"cyan"}),n.jsx(re,{title:"Repos Scanned",value:D.reposScanned,color:"indigo"}),n.jsx(re,{title:"Rate Limit",value:D.rateLimitRemaining!=null&&D.rateLimitTotal!=null?`${D.rateLimitRemaining}/${D.rateLimitTotal}`:"No token",subtitle:D.rateLimitRemaining!=null&&D.rateLimitTotal!=null&&D.rateLimitTotal>0?`${Math.round(D.rateLimitRemaining/D.rateLimitTotal*100)}% remaining`:"Set GITHUB_TOKEN in environment",color:D.rateLimitRemaining!=null&&D.rateLimitTotal!=null?dv(D.rateLimitRemaining,D.rateLimitTotal):"amber"})]}):!O&&!j?n.jsxs("div",{className:"bg-gray-900/50 border border-gray-800 rounded-xl p-8 text-center",children:[n.jsx("div",{className:"text-gray-400 text-sm mb-2",children:"No scanner data available"}),n.jsx("p",{className:"text-gray-600 text-xs mb-4",children:"Start the marketplace scanner to discover and verify community skills."}),n.jsx("button",{onClick:J,className:"px-4 py-2 bg-indigo-600 hover:bg-indigo-500 text-white text-sm rounded-lg transition-colors",children:"Start Scanner"})]}):null,n.jsxs("div",{className:"bg-gray-900/50 border border-gray-800 rounded-xl overflow-hidden",children:[n.jsxs("div",{className:"px-5 py-3 border-b border-gray-800 flex items-center justify-between",children:[n.jsx("h3",{className:"text-sm font-medium text-gray-300",children:"Submission Queue"}),n.jsxs("span",{className:"text-xs text-gray-500",children:[q," total"]})]}),n.jsx("div",{className:"flex gap-1 px-4 pt-3 pb-2 overflow-x-auto",children:nv.map(S=>n.jsx("button",{onClick:()=>{o(S.value),c(0)},className:`px-3 py-1.5 text-xs rounded-md transition-colors whitespace-nowrap ${r===S.value?"bg-gray-700 text-white":"text-gray-400 hover:text-gray-300 hover:bg-gray-800"}`,children:S.label},S.value))}),L?n.jsx("div",{className:"p-8 flex justify-center",children:n.jsx(st,{})}):je.length===0?n.jsxs("div",{className:"p-8 text-center",children:[n.jsx("p",{className:"text-gray-500 text-sm",children:"No submissions found"}),n.jsx("p",{className:"text-gray-600 text-xs mt-1",children:r?"Try a different filter.":"Submissions will appear here once the scanner discovers repos."})]}):n.jsxs(n.Fragment,{children:[n.jsx("div",{className:"overflow-x-auto",children:n.jsxs("table",{className:"w-full",children:[n.jsx("thead",{children:n.jsxs("tr",{className:"border-b border-gray-800",children:[n.jsx("th",{className:"text-left px-4 py-2 text-xs text-gray-500",children:"Repo"}),n.jsx("th",{className:"text-left px-4 py-2 text-xs text-gray-500",children:"Author"}),n.jsx("th",{className:"text-right px-4 py-2 text-xs text-gray-500",children:"Stars"}),n.jsx("th",{className:"text-left px-4 py-2 text-xs text-gray-500",children:"Status"}),n.jsx("th",{className:"text-left px-4 py-2 text-xs text-gray-500",children:"Tier"}),n.jsx("th",{className:"text-right px-4 py-2 text-xs text-gray-500",children:"Security"}),n.jsx("th",{className:"text-left px-4 py-2 text-xs text-gray-500",children:"Discovered"}),n.jsx("th",{className:"text-right px-4 py-2 text-xs text-gray-500",children:"Actions"})]})}),n.jsx("tbody",{children:je.map(S=>n.jsxs("tr",{className:"border-b border-gray-800/50 hover:bg-gray-800/30",children:[n.jsx("td",{className:"px-4 py-2",children:S.repoUrl?n.jsx("a",{href:S.repoUrl,target:"_blank",rel:"noopener noreferrer",className:"text-xs text-indigo-400 hover:text-indigo-300 font-mono",children:S.repoFullName}):n.jsx("span",{className:"text-xs text-gray-300 font-mono",children:S.repoFullName})}),n.jsx("td",{className:"px-4 py-2 text-xs text-gray-400",children:S.author}),n.jsx("td",{className:"px-4 py-2 text-xs text-gray-400 text-right font-mono",children:S.stars.toLocaleString()}),n.jsx("td",{className:"px-4 py-2",children:n.jsx(ie,{label:rv(S.status),variant:sv(S.status)})}),n.jsx("td",{className:"px-4 py-2 text-xs text-gray-400",children:S.tier||"-"}),n.jsx("td",{className:`px-4 py-2 text-xs text-right font-mono ${iv(S.securityScore)}`,children:S.securityScore!=null?S.securityScore:"-"}),n.jsx("td",{className:"px-4 py-2 text-xs text-gray-500",children:W0(S.discoveredAt)}),n.jsx("td",{className:"px-4 py-2 text-right",children:Ne(S.status)&&n.jsxs("div",{className:"flex gap-1 justify-end",children:[n.jsx("button",{onClick:()=>Ee(S.id),disabled:h===S.id,className:"px-2 py-1 bg-emerald-600/20 hover:bg-emerald-600/40 text-emerald-400 text-[10px] rounded transition-colors disabled:opacity-50",children:"Approve"}),n.jsx("button",{onClick:()=>He(S.id),disabled:h===S.id,className:"px-2 py-1 bg-rose-600/20 hover:bg-rose-600/40 text-rose-400 text-[10px] rounded transition-colors disabled:opacity-50",children:"Reject"})]})})]},S.id))})]})}),q>ma&&n.jsxs("div",{className:"flex items-center justify-between px-4 py-3 border-t border-gray-800",children:[n.jsxs("span",{className:"text-xs text-gray-500",children:[u+1,"-",Math.min(u+ma,q)," of ",q]}),n.jsxs("div",{className:"flex gap-1",children:[n.jsx("button",{onClick:()=>c(Math.max(0,u-ma)),disabled:u===0,className:"px-2 py-1 text-xs text-gray-400 hover:text-gray-200 disabled:opacity-30 disabled:cursor-not-allowed",children:"Prev"}),n.jsxs("span",{className:"px-2 py-1 text-xs text-gray-500",children:["Page ",ne," of ",ye]}),n.jsx("button",{onClick:()=>c(u+ma),disabled:u+ma>=q,className:"px-2 py-1 text-xs text-gray-400 hover:text-gray-200 disabled:opacity-30 disabled:cursor-not-allowed",children:"Next"})]})]})]})]}),n.jsxs("div",{className:"bg-gray-900/50 border border-gray-800 rounded-xl overflow-hidden",children:[n.jsxs("div",{className:"px-5 py-3 border-b border-gray-800 flex items-center justify-between gap-4",children:[n.jsx("h3",{className:"text-sm font-medium text-gray-300 shrink-0",children:"Popular Skills"}),X.length>0&&n.jsxs("div",{className:"relative max-w-xs w-full",children:[n.jsx("svg",{className:"absolute left-2.5 top-1/2 -translate-y-1/2 w-3.5 h-3.5 text-gray-500",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:n.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"})}),n.jsx("input",{type:"text",placeholder:"Discover popular skills...",value:p,onChange:S=>x(S.target.value),className:"w-full pl-8 pr-3 py-1.5 bg-gray-800/50 border border-gray-700 rounded-lg text-xs text-gray-200 placeholder-gray-500 focus:outline-none focus:border-gray-600 transition-colors"})]})]}),ae?n.jsx("div",{className:"p-8 flex justify-center",children:n.jsx(st,{})}):X.length===0?n.jsxs("div",{className:"p-8 text-center",children:[n.jsx("p",{className:"text-gray-500 text-sm",children:"No verified skills yet"}),n.jsx("p",{className:"text-gray-600 text-xs mt-1",children:"Skills will appear here after passing security verification."})]}):n.jsx(mv,{skills:X,search:p})]}),n.jsxs("div",{className:"bg-gray-900/50 border border-gray-800 rounded-xl overflow-hidden",children:[n.jsx("div",{className:"px-5 py-3 border-b border-gray-800",children:n.jsx("h3",{className:"text-sm font-medium text-gray-300",children:"Insights"})}),K?n.jsx("div",{className:"p-8 flex justify-center",children:n.jsx(st,{})}):Z?n.jsxs("div",{className:"p-4 space-y-4",children:[n.jsxs("div",{className:"grid grid-cols-2 lg:grid-cols-4 gap-4",children:[n.jsx(re,{title:"Discovered",value:Z.totalDiscovered,color:"cyan"}),n.jsx(re,{title:"Verified",value:Z.totalVerified,color:"emerald"}),n.jsx(re,{title:"Rejected",value:Z.totalRejected,color:"rose"}),n.jsx(re,{title:"Pending",value:Z.totalPending,color:"amber"})]}),n.jsxs("div",{className:"grid grid-cols-1 md:grid-cols-2 gap-4",children:[n.jsx(P0,{label:"Tier 1 Pass Rate",rate:Z.tier1PassRate}),n.jsx(P0,{label:"Tier 2 Pass Rate",rate:Z.tier2PassRate})]})]}):n.jsx("div",{className:"p-8 text-center",children:n.jsx("p",{className:"text-gray-500 text-sm",children:"No insights data available"})})]})]})}function mv({skills:r,search:o}){const u=[...r].sort((m,h)=>F0(h)-F0(m)),c=new Set(u.slice(0,3).map(m=>m.id)),f=o?u.filter(m=>m.repoFullName.toLowerCase().includes(o.toLowerCase())||m.author.toLowerCase().includes(o.toLowerCase())):u;return f.length===0?n.jsx("div",{className:"p-8 text-center",children:n.jsxs("p",{className:"text-gray-500 text-sm",children:['No skills match "',o,'"']})}):n.jsx("div",{className:"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4 p-4",children:f.map(m=>n.jsx(xv,{skill:m,trending:c.has(m.id)},m.id))})}function xv({skill:r,trending:o}){const u=zm(r),c=cv(u),f=uv(u);return n.jsxs("div",{className:"bg-gray-800/50 border border-gray-700/50 rounded-lg p-4 hover:border-gray-600 transition-colors",children:[n.jsxs("div",{className:"flex items-start justify-between mb-2",children:[n.jsxs("div",{className:"min-w-0 flex-1",children:[r.repoUrl?n.jsx("a",{href:r.repoUrl,target:"_blank",rel:"noopener noreferrer",className:"text-sm font-medium text-gray-200 hover:text-indigo-300 truncate block transition-colors",children:r.repoFullName.split("/").pop()}):n.jsx("div",{className:"text-sm font-medium text-gray-200 truncate",children:r.repoFullName.split("/").pop()}),n.jsx("div",{className:"text-xs text-gray-500 mt-0.5",children:r.author})]}),n.jsxs("div",{className:"flex items-center gap-1.5 shrink-0 ml-2",children:[o&&n.jsxs("span",{className:"inline-flex items-center gap-0.5 px-1.5 py-0.5 bg-orange-500/15 text-orange-400 text-[10px] font-medium rounded",children:[n.jsx("svg",{className:"w-2.5 h-2.5",viewBox:"0 0 20 20",fill:"currentColor",children:n.jsx("path",{fillRule:"evenodd",d:"M12.395 2.553a1 1 0 00-1.45-.385c-.345.23-.614.558-.822.88-.214.33-.403.713-.57 1.116-.334.804-.614 1.768-.84 2.734a31.365 31.365 0 00-.613 3.58 2.64 2.64 0 01-.945-1.067c-.328-.68-.398-1.534-.398-2.654A1 1 0 005.05 6.05 6.981 6.981 0 003 11a7 7 0 1011.95-4.95c-.592-.591-.98-.985-1.348-1.467-.363-.476-.724-1.063-1.207-2.03zM12.12 15.12A3 3 0 017 13s.879.5 2.5.5c0-1 .5-4 1.25-4.5.5 1 .786 1.293 1.371 1.879A2.99 2.99 0 0113 13a2.99 2.99 0 01-.879 2.121z",clipRule:"evenodd"})}),"Hot"]}),n.jsx(ie,{label:"Verified",variant:"success"})]})]}),n.jsxs("div",{className:"mb-3",children:[n.jsxs("div",{className:"flex items-center justify-between mb-1",children:[n.jsx("span",{className:"text-[10px] text-gray-500 uppercase tracking-wider",children:"Trust"}),n.jsx("span",{className:`text-xs font-mono font-medium ${f}`,children:u})]}),n.jsx("div",{className:"w-full h-1.5 bg-gray-700 rounded-full overflow-hidden",children:n.jsx("div",{className:`h-full ${c} rounded-full transition-all duration-500`,style:{width:`${u}%`}})})]}),n.jsxs("div",{className:"flex items-center justify-between",children:[n.jsxs("span",{className:"text-xs text-gray-400 flex items-center gap-1",children:[n.jsx("svg",{className:"w-3.5 h-3.5 text-amber-400",fill:"currentColor",viewBox:"0 0 20 20",children:n.jsx("path",{d:"M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z"})}),ov(r.stars)]}),r.repoUrl&&n.jsx("a",{href:r.repoUrl,target:"_blank",rel:"noopener noreferrer",className:"text-[10px] text-gray-500 hover:text-gray-300 transition-colors",children:"View on GitHub"})]})]})}function P0({label:r,rate:o}){const u=Math.round(o),c=u>=70?"bg-emerald-500":u>=40?"bg-amber-500":"bg-rose-500";return n.jsxs("div",{className:"bg-gray-800/50 rounded-lg p-4",children:[n.jsxs("div",{className:"flex items-center justify-between mb-2",children:[n.jsx("span",{className:"text-xs text-gray-400",children:r}),n.jsxs("span",{className:"text-sm font-bold text-gray-200",children:[u,"%"]})]}),n.jsx("div",{className:"w-full h-2 bg-gray-700 rounded-full overflow-hidden",children:n.jsx("div",{className:`h-full ${c} rounded-full transition-all duration-500`,style:{width:`${u}%`}})})]})}function hv(){const{id:r}=Zg(),[o,u]=b.useState(0);Ue("increment-update",()=>u(x=>x+1));const{data:c,loading:f,error:m,refetch:h}=Re(`/api/increments/${r||"_none"}?_r=${o}`);if(!r)return n.jsx("div",{className:"p-6 text-gray-500 text-sm",children:"No increment ID specified"});if(f)return n.jsx(st,{});if(m)return n.jsx(Kt,{message:m,onRetry:h});if(!c)return n.jsx("div",{className:"p-6 text-gray-500 text-sm",children:"Increment not found"});const N=c.taskSummary.total>0?Math.round(c.taskSummary.completed/c.taskSummary.total*100):0,p=c.acSummary.total>0?Math.round(c.acSummary.completed/c.acSummary.total*100):0;return n.jsxs("div",{className:"p-6 space-y-6",children:[n.jsxs("div",{children:[n.jsxs("div",{className:"flex items-center gap-3 mb-1",children:[n.jsx("span",{className:"text-xs text-indigo-400 font-mono",children:c.dirName}),n.jsx(ie,{label:c.metadata.status||"unknown",variant:wr(c.metadata.status||"")}),c.metadata.type&&n.jsx("span",{className:"text-xs text-gray-400 capitalize",children:c.metadata.type}),c.metadata.priority&&n.jsx(gv,{priority:c.metadata.priority})]}),n.jsx("h2",{className:"text-lg font-semibold text-gray-200",children:c.metadata.title||c.id}),c.metadata.project&&n.jsxs("span",{className:"text-xs text-gray-500",children:["Project: ",c.metadata.project]})]}),n.jsxs("div",{className:"grid grid-cols-2 lg:grid-cols-4 gap-4",children:[n.jsx(re,{title:"Tasks",value:`${c.taskSummary.completed}/${c.taskSummary.total}`,color:"indigo"}),n.jsx(re,{title:"Task Progress",value:`${N}%`,color:"cyan"}),n.jsx(re,{title:"ACs",value:`${c.acSummary.completed}/${c.acSummary.total}`,color:"emerald"}),n.jsx(re,{title:"AC Progress",value:`${p}%`,color:"amber"})]}),n.jsxs("div",{className:"bg-gray-900/50 border border-gray-800 rounded-xl p-5 space-y-4",children:[n.jsx(I0,{label:"Tasks",completed:c.taskSummary.completed,total:c.taskSummary.total,color:"indigo"}),n.jsx(I0,{label:"Acceptance Criteria",completed:c.acSummary.completed,total:c.acSummary.total,color:"emerald"})]}),n.jsxs("div",{className:"bg-gray-900/50 border border-gray-800 rounded-xl overflow-hidden",children:[n.jsx("div",{className:"px-5 py-3 border-b border-gray-800",children:n.jsxs("h3",{className:"text-sm font-medium text-gray-300",children:["Tasks (",c.tasks.length,")"]})}),c.tasks.length===0?n.jsx("div",{className:"p-5 text-center text-gray-500 text-xs",children:"No tasks found in tasks.md"}):n.jsx("div",{className:"divide-y divide-gray-800/50",children:c.tasks.map(x=>n.jsxs("div",{className:"px-5 py-3 flex items-center gap-3",children:[n.jsx("div",{className:`w-4 h-4 rounded border flex items-center justify-center flex-shrink-0 ${x.status==="completed"?"bg-indigo-500/20 border-indigo-500 text-indigo-400":"border-gray-600"}`,children:x.status==="completed"&&n.jsx("svg",{className:"w-3 h-3",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:3,children:n.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M5 13l4 4L19 7"})})}),n.jsxs("div",{className:"flex-1 min-w-0",children:[n.jsxs("div",{className:"flex items-center gap-2",children:[n.jsx("span",{className:"text-xs text-gray-500 font-mono",children:x.id}),n.jsx("span",{className:`text-sm ${x.status==="completed"?"text-gray-500 line-through":"text-gray-300"}`,children:x.title})]}),(x.userStory||x.acs)&&n.jsxs("div",{className:"flex items-center gap-2 mt-0.5",children:[x.userStory&&n.jsx("span",{className:"text-[10px] text-indigo-400",children:x.userStory}),x.acs?.map(v=>n.jsx("span",{className:"text-[10px] text-emerald-500",children:v},v))]})]})]},x.id))})]}),c.acs.length>0&&n.jsxs("div",{className:"bg-gray-900/50 border border-gray-800 rounded-xl overflow-hidden",children:[n.jsx("div",{className:"px-5 py-3 border-b border-gray-800",children:n.jsxs("h3",{className:"text-sm font-medium text-gray-300",children:["Acceptance Criteria (",c.acs.length,")"]})}),n.jsx("div",{className:"divide-y divide-gray-800/50",children:c.acs.map(x=>n.jsxs("div",{className:"px-5 py-3 flex items-start gap-3",children:[n.jsx("div",{className:`w-4 h-4 rounded border flex items-center justify-center flex-shrink-0 mt-0.5 ${x.completed?"bg-emerald-500/20 border-emerald-500 text-emerald-400":"border-gray-600"}`,children:x.completed&&n.jsx("svg",{className:"w-3 h-3",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:3,children:n.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M5 13l4 4L19 7"})})}),n.jsxs("div",{children:[n.jsx("span",{className:"text-xs text-emerald-500 font-mono",children:x.id}),n.jsx("span",{className:`text-sm ml-2 ${x.completed?"text-gray-500 line-through":"text-gray-300"}`,children:x.text})]})]},x.id))})]}),n.jsxs("div",{className:"bg-gray-900/50 border border-gray-800 rounded-xl p-5",children:[n.jsx("h3",{className:"text-sm font-medium text-gray-300 mb-3",children:"Metadata"}),n.jsx("div",{className:"space-y-1.5",children:Object.entries(c.metadata).filter(([x])=>!["title"].includes(x)).map(([x,v])=>n.jsxs("div",{className:"flex items-center justify-between",children:[n.jsx("span",{className:"text-xs text-gray-500 font-mono",children:x}),n.jsx("span",{className:"text-xs text-gray-400",children:typeof v=="object"?JSON.stringify(v):String(v??"")})]},x))})]})]})}function I0({label:r,completed:o,total:u,color:c}){const f=u>0?Math.round(o/u*100):0,m=c==="emerald"?"bg-emerald-500":"bg-indigo-500";return n.jsxs("div",{children:[n.jsxs("div",{className:"flex items-center justify-between mb-1.5",children:[n.jsx("span",{className:"text-xs text-gray-400",children:r}),n.jsxs("span",{className:"text-xs text-gray-500",children:[o,"/",u," (",f,"%)"]})]}),n.jsx("div",{className:"w-full h-2 bg-gray-800 rounded-full overflow-hidden",children:n.jsx("div",{className:`h-full ${m} rounded-full transition-all`,style:{width:`${f}%`}})})]})}function gv({priority:r}){const o={P0:"text-rose-400 bg-rose-500/10",P1:"text-amber-400 bg-amber-500/10",P2:"text-cyan-400 bg-cyan-500/10",P3:"text-gray-400 bg-gray-500/10"};return n.jsx("span",{className:`text-xs px-1.5 py-0.5 rounded ${o[r]||o.P2}`,children:r})}const pv=["All","PreToolUse","PostToolUse","Stop","SubagentStop","TaskCompleted","UserPromptSubmit","PostToolUseFailure","PermissionRequest","SessionStart","SessionEnd","Notification","SubagentStart","ConfigChange","PreCompact","TeammateIdle"],yv=[{label:"All time",value:"0"},{label:"Last 1h",value:"3600000"},{label:"Last 6h",value:"21600000"},{label:"Last 24h",value:"86400000"}];function vv(r){const o=Date.now()-new Date(r).getTime();return o<6e4?`${Math.floor(o/1e3)}s ago`:o<36e5?`${Math.floor(o/6e4)}m ago`:o<864e5?`${Math.floor(o/36e5)}h ago`:`${Math.floor(o/864e5)}d ago`}function bv(r){const o=[];for(const u of r){const c=o[o.length-1];c&&c.type===u.eventName&&c.count<100?(c.count++,c.events.push(u)):o.push({type:u.eventName,count:1,events:[u],collapsed:!0})}return o}function jv(){const{data:r,loading:o}=Re("/api/hooks/events?limit=200"),[u,c]=b.useState([]),[f,m]=Ut("eventType","All"),[h,N]=Ut("session",""),[p,x]=Ut("range","0"),[v,y]=b.useState(null),[T,_]=b.useState(new Set);Ue("hook-event",w=>{const A=w;A.id&&c(L=>[A,...L].slice(0,50))});const D=b.useMemo(()=>{const w=r?.data??[],A=new Set(w.map(W=>W.id));return[...u.filter(W=>!A.has(W.id)),...w].sort((W,V)=>new Date(V.timestamp).getTime()-new Date(W.timestamp).getTime())},[r,u]),O=b.useMemo(()=>{let w=D;f!=="All"&&(w=w.filter(L=>L.eventName===f)),h&&(w=w.filter(L=>L.sessionId.includes(h)));const A=parseInt(p,10);if(A>0){const L=Date.now()-A;w=w.filter(W=>new Date(W.timestamp).getTime()>L)}return w},[D,f,h,p]),j=b.useMemo(()=>bv(O),[O]);return o&&!r?n.jsx("div",{className:"p-6 text-center text-gray-500",children:"Loading hook events..."}):n.jsxs("div",{className:"p-6 space-y-6",children:[n.jsxs("div",{className:"flex items-center justify-between",children:[n.jsx("h1",{className:"text-xl font-semibold text-gray-100",children:"Hook Events"}),n.jsxs("span",{className:"text-sm text-gray-500",children:[O.length," events"]})]}),n.jsxs("div",{className:"flex gap-3 flex-wrap",children:[n.jsx("select",{value:f,onChange:w=>m(w.target.value),className:"bg-gray-800 border border-gray-700 text-gray-200 text-sm rounded px-3 py-1.5",children:pv.map(w=>n.jsx("option",{value:w,children:w},w))}),n.jsx("input",{type:"text",placeholder:"Filter by session ID...",value:h,onChange:w=>N(w.target.value),className:"bg-gray-800 border border-gray-700 text-gray-200 text-sm rounded px-3 py-1.5 w-48"}),n.jsx("select",{value:p,onChange:w=>x(w.target.value),className:"bg-gray-800 border border-gray-700 text-gray-200 text-sm rounded px-3 py-1.5",children:yv.map(w=>n.jsx("option",{value:w.value,children:w.label},w.value))})]}),n.jsxs("div",{className:"space-y-1",children:[j.map((w,A)=>{const L=T.has(A),W=w.count===1||L?w.events:[w.events[0]];return n.jsxs("div",{children:[w.count>1&&n.jsxs("button",{onClick:()=>{_(V=>{const ae=new Set(V);return ae.has(A)?ae.delete(A):ae.add(A),ae})},className:"w-full text-left px-3 py-1 text-xs text-gray-500 hover:text-gray-300 bg-gray-900 rounded",children:[L?"▾":"▸"," ",w.count,"× ",w.type]}),W.map(V=>{const ae=V.result?.decision==="deny"||V.result?.decision==="block";return n.jsxs("div",{children:[n.jsxs("button",{onClick:()=>y(v===V.id?null:V.id),className:`w-full text-left flex items-center gap-3 px-3 py-2 rounded text-sm hover:bg-gray-800/50 ${ae?"bg-red-950/30 border border-red-900/40":""}`,children:[n.jsx("span",{className:"text-gray-500 text-xs font-mono w-16 shrink-0",children:vv(V.timestamp)}),n.jsx(ie,{label:V.eventName,variant:ae?"error":"default"}),n.jsx("span",{className:"text-gray-400 text-xs truncate",children:V.sessionId.slice(0,12)}),V.durationMs!=null&&n.jsxs("span",{className:"text-gray-600 text-xs ml-auto",children:[V.durationMs,"ms"]})]}),v===V.id&&n.jsx("pre",{className:"mx-3 mb-2 p-3 bg-gray-900 rounded text-xs text-gray-400 overflow-x-auto max-h-64",children:JSON.stringify(V.payload,null,2)})]},V.id)})]},A)}),j.length===0&&n.jsx("div",{className:"text-center text-gray-600 py-8",children:"No hook events yet"})]})]})}function em(r){return r<1e3?`${r}ms`:r<6e4?`${Math.floor(r/1e3)}s`:r<36e5?`${Math.floor(r/6e4)}m ${Math.floor(r%6e4/1e3)}s`:`${Math.floor(r/36e5)}h ${Math.floor(r%36e5/6e4)}m`}function Nv(){const{data:r,loading:o}=Re("/api/hooks/agents"),[u,c]=b.useState([]),[f,m]=Ut("session",""),[,h]=b.useState(0);Ue("hook-agent",T=>{const _=T;_.agentId&&c(D=>{const O=D.findIndex(j=>j.agentId===_.agentId);if(O>=0){const j=[...D];return j[O]={...j[O],..._},j}return[_,...D]})});const N=b.useMemo(()=>{const T=r?.data??[],_=new Set(T.map(D=>D.agentId));return[...u.filter(D=>!_.has(D.agentId)),...T]},[r,u]),p=b.useMemo(()=>f?N.filter(T=>T.sessionId.includes(f)):N,[N,f]),x=b.useMemo(()=>{const T=new Set(N.map(_=>_.sessionId));return Array.from(T)},[N]),v=b.useMemo(()=>p.filter(T=>!T.stoppedAt).length,[p]);b.useEffect(()=>{if(v===0)return;const T=setInterval(()=>h(_=>_+1),1e3);return()=>clearInterval(T)},[v]);const y=b.useMemo(()=>{const T=p.filter(_=>_.durationMs!=null);return T.length===0?0:Math.round(T.reduce((_,D)=>_+(D.durationMs??0),0)/T.length)},[p]);return o&&!r?n.jsx("div",{className:"p-6 text-center text-gray-500",children:"Loading agents..."}):n.jsxs("div",{className:"p-6 space-y-6",children:[n.jsxs("div",{className:"flex items-center justify-between",children:[n.jsx("h1",{className:"text-xl font-semibold text-gray-100",children:"Agents"}),n.jsxs("div",{className:"flex gap-4 text-sm text-gray-400",children:[n.jsxs("span",{children:["Total: ",p.length]}),n.jsxs("span",{children:["Running: ",v]}),n.jsxs("span",{children:["Avg duration: ",em(y)]})]})]}),n.jsx("div",{className:"flex gap-3",children:n.jsxs("select",{value:f,onChange:T=>m(T.target.value),className:"bg-gray-800 border border-gray-700 text-gray-200 text-sm rounded px-3 py-1.5",children:[n.jsx("option",{value:"",children:"All sessions"}),x.map(T=>n.jsx("option",{value:T,children:T.slice(0,20)},T))]})}),n.jsx("div",{className:"overflow-x-auto",children:n.jsxs("table",{className:"w-full text-sm",children:[n.jsx("thead",{children:n.jsxs("tr",{className:"text-left text-gray-500 border-b border-gray-800",children:[n.jsx("th",{className:"py-2 px-3",children:"Agent ID"}),n.jsx("th",{className:"py-2 px-3",children:"Type"}),n.jsx("th",{className:"py-2 px-3",children:"Session"}),n.jsx("th",{className:"py-2 px-3",children:"Started"}),n.jsx("th",{className:"py-2 px-3",children:"Stopped"}),n.jsx("th",{className:"py-2 px-3",children:"Duration"}),n.jsx("th",{className:"py-2 px-3",children:"Status"})]})}),n.jsxs("tbody",{children:[p.map(T=>{const _=!T.stoppedAt,D=_?Date.now()-new Date(T.startedAt).getTime():T.durationMs??0;return n.jsxs("tr",{className:"border-b border-gray-800/50 hover:bg-gray-800/30",children:[n.jsx("td",{className:"py-2 px-3 font-mono text-xs text-gray-300",children:T.agentId.slice(0,16)}),n.jsx("td",{className:"py-2 px-3 text-gray-300",children:T.agentType}),n.jsx("td",{className:"py-2 px-3 text-gray-500 text-xs",children:T.sessionId.slice(0,12)}),n.jsx("td",{className:"py-2 px-3 text-gray-500 text-xs",children:new Date(T.startedAt).toLocaleTimeString()}),n.jsx("td",{className:"py-2 px-3 text-gray-500 text-xs",children:T.stoppedAt?new Date(T.stoppedAt).toLocaleTimeString():"—"}),n.jsx("td",{className:"py-2 px-3 text-gray-400 text-xs",children:em(D)}),n.jsx("td",{className:"py-2 px-3",children:n.jsx(ie,{label:_?"running":"stopped",variant:_?"success":"default"})})]},T.agentId)}),p.length===0&&n.jsx("tr",{children:n.jsx("td",{colSpan:7,className:"py-8 text-center text-gray-600",children:"No agents tracked yet"})})]})]})})]})}function Sv(){const r=Yp(),o=Zt();return n.jsx(bm.Provider,{value:r,children:n.jsx(Vp,{children:n.jsxs("div",{className:"flex min-h-screen bg-gray-950 text-gray-100",children:[n.jsx(Kp,{}),n.jsxs("div",{className:"flex-1 flex flex-col min-w-0",children:[n.jsx(Jp,{}),n.jsx("main",{className:"flex-1 overflow-y-auto",children:n.jsx(Fp,{resetKey:o.pathname,children:n.jsxs(cp,{children:[n.jsx(Pe,{path:"/",element:n.jsx(iy,{})}),n.jsx(Pe,{path:"/increments",element:n.jsx(dy,{})}),n.jsx(Pe,{path:"/increments/:id",element:n.jsx(hv,{})}),n.jsx(Pe,{path:"/analytics",element:n.jsx(xy,{})}),n.jsx(Pe,{path:"/costs",element:n.jsx(by,{})}),n.jsx(Pe,{path:"/sync",element:n.jsx(wy,{})}),n.jsx(Pe,{path:"/errors",element:n.jsx(_y,{})}),n.jsx(Pe,{path:"/activity",element:n.jsx(ky,{})}),n.jsx(Pe,{path:"/config",element:n.jsx(Gy,{})}),n.jsx(Pe,{path:"/plugins",element:n.jsx(Qy,{})}),n.jsx(Pe,{path:"/services",element:n.jsx(Ky,{})}),n.jsx(Pe,{path:"/notifications",element:n.jsx(Wy,{})}),n.jsx(Pe,{path:"/repos",element:n.jsx(Iy,{})}),n.jsx(Pe,{path:"/marketplace",element:n.jsx(fv,{})}),n.jsx(Pe,{path:"/hooks",element:n.jsx(jv,{})}),n.jsx(Pe,{path:"/agents",element:n.jsx(Nv,{})}),n.jsx(Pe,{path:"*",element:n.jsxs("div",{className:"p-6 text-center",children:[n.jsx("h2",{className:"text-lg font-semibold text-gray-200 mb-2",children:"Page Not Found"}),n.jsx("p",{className:"text-sm text-gray-500",children:"The page you're looking for doesn't exist."})]})})]})})})]})]})})})}og.createRoot(document.getElementById("root")).render(n.jsx(b.StrictMode,{children:n.jsx(Dp,{children:n.jsx(Sv,{})})}));