specweave 1.0.395 → 1.0.397

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 (62) hide show
  1. package/README.md +2 -0
  2. package/bin/specweave.js +22 -0
  3. package/dist/dashboard/assets/index-DMjF8l_s.css +1 -0
  4. package/dist/dashboard/assets/index-Dfd-aHLI.js +11 -0
  5. package/dist/dashboard/index.html +2 -2
  6. package/dist/src/core/config/types.d.ts +1 -0
  7. package/dist/src/core/config/types.d.ts.map +1 -1
  8. package/dist/src/core/config/types.js +1 -0
  9. package/dist/src/core/config/types.js.map +1 -1
  10. package/dist/src/core/lazy-loading/llm-plugin-detector.d.ts +10 -4
  11. package/dist/src/core/lazy-loading/llm-plugin-detector.d.ts.map +1 -1
  12. package/dist/src/core/lazy-loading/llm-plugin-detector.js +51 -49
  13. package/dist/src/core/lazy-loading/llm-plugin-detector.js.map +1 -1
  14. package/dist/src/dashboard/server/dashboard-server.d.ts +6 -0
  15. package/dist/src/dashboard/server/dashboard-server.d.ts.map +1 -1
  16. package/dist/src/dashboard/server/dashboard-server.js +114 -15
  17. package/dist/src/dashboard/server/dashboard-server.js.map +1 -1
  18. package/dist/src/dashboard/server/hooks/handlers/passthrough.d.ts +8 -0
  19. package/dist/src/dashboard/server/hooks/handlers/passthrough.d.ts.map +1 -0
  20. package/dist/src/dashboard/server/hooks/handlers/passthrough.js +9 -0
  21. package/dist/src/dashboard/server/hooks/handlers/passthrough.js.map +1 -0
  22. package/dist/src/dashboard/server/hooks/handlers/pre-tool-use.d.ts +7 -0
  23. package/dist/src/dashboard/server/hooks/handlers/pre-tool-use.d.ts.map +1 -0
  24. package/dist/src/dashboard/server/hooks/handlers/pre-tool-use.js +42 -0
  25. package/dist/src/dashboard/server/hooks/handlers/pre-tool-use.js.map +1 -0
  26. package/dist/src/dashboard/server/hooks/handlers/subagent-lifecycle.d.ts +5 -0
  27. package/dist/src/dashboard/server/hooks/handlers/subagent-lifecycle.d.ts.map +1 -0
  28. package/dist/src/dashboard/server/hooks/handlers/subagent-lifecycle.js +31 -0
  29. package/dist/src/dashboard/server/hooks/handlers/subagent-lifecycle.js.map +1 -0
  30. package/dist/src/dashboard/server/hooks/hook-event-router.d.ts +24 -0
  31. package/dist/src/dashboard/server/hooks/hook-event-router.d.ts.map +1 -0
  32. package/dist/src/dashboard/server/hooks/hook-event-router.js +77 -0
  33. package/dist/src/dashboard/server/hooks/hook-event-router.js.map +1 -0
  34. package/dist/src/dashboard/server/hooks/hook-event-store.d.ts +46 -0
  35. package/dist/src/dashboard/server/hooks/hook-event-store.d.ts.map +1 -0
  36. package/dist/src/dashboard/server/hooks/hook-event-store.js +203 -0
  37. package/dist/src/dashboard/server/hooks/hook-event-store.js.map +1 -0
  38. package/dist/src/dashboard/types.d.ts +22 -1
  39. package/dist/src/dashboard/types.d.ts.map +1 -1
  40. package/dist/src/hooks/generate-settings.d.ts +8 -0
  41. package/dist/src/hooks/generate-settings.d.ts.map +1 -0
  42. package/dist/src/hooks/generate-settings.js +70 -0
  43. package/dist/src/hooks/generate-settings.js.map +1 -0
  44. package/dist/src/hooks/hooks-status.d.ts +12 -0
  45. package/dist/src/hooks/hooks-status.d.ts.map +1 -0
  46. package/dist/src/hooks/hooks-status.js +101 -0
  47. package/dist/src/hooks/hooks-status.js.map +1 -0
  48. package/package.json +1 -1
  49. package/plugins/specweave/hooks/.specweave/logs/auto-iterations.log +1 -0
  50. package/plugins/specweave/hooks/.specweave/logs/auto-stop-reasons.log +1 -0
  51. package/plugins/specweave/hooks/user-prompt-submit.sh +80 -50
  52. package/plugins/specweave/skills/.specweave/logs/reflect/auto-reflect.log +15 -0
  53. package/plugins/specweave/skills/.specweave/logs/reflect/reflect.log +3 -0
  54. package/plugins/specweave/skills/.specweave/logs/stop-auto.log +1 -0
  55. package/plugins/specweave-ado/lib/ado-multi-project-sync.js +0 -1
  56. package/plugins/specweave-ado/lib/enhanced-ado-sync.js +180 -0
  57. package/plugins/specweave-github/hooks/.specweave/logs/hooks-debug.log +1266 -0
  58. package/plugins/specweave-github/lib/enhanced-github-sync.js +249 -0
  59. package/plugins/specweave-jira/lib/enhanced-jira-sync.js +150 -0
  60. package/plugins/specweave-release/hooks/.specweave/logs/dora-tracking.log +1260 -0
  61. package/dist/dashboard/assets/index-Bg3O0ISk.js +0 -11
  62. package/dist/dashboard/assets/index-SBBktW9a.css +0 -1
@@ -0,0 +1,11 @@
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 Ih(){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 j in f)j!=="key"&&(m[j]=f[j])}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 eg(){return E0||(E0=1,Zc.exports=Ih()),Zc.exports}var n=eg(),Kc={exports:{}},ce={};var T0;function tg(){if(T0)return ce;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"),j=Symbol.for("react.forward_ref"),y=Symbol.for("react.suspense"),x=Symbol.for("react.memo"),v=Symbol.for("react.lazy"),p=Symbol.for("react.activity"),N=Symbol.iterator;function M(S){return S===null||typeof S!="object"?null:(S=N&&S[N]||S["@@iterator"],typeof S=="function"?S:null)}var U={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},D=Object.assign,C={};function R(S,k,K){this.props=S,this.context=k,this.refs=C,this.updater=K||U}R.prototype.isReactComponent={},R.prototype.setState=function(S,k){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,k,"setState")},R.prototype.forceUpdate=function(S){this.updater.enqueueForceUpdate(this,S,"forceUpdate")};function w(){}w.prototype=R.prototype;function L(S,k,K){this.props=S,this.context=k,this.refs=C,this.updater=K||U}var J=L.prototype=new w;J.constructor=L,D(J,R.prototype),J.isPureReactComponent=!0;var X=Array.isArray;function re(){}var V={H:null,A:null,T:null,S:null},Q=Object.prototype.hasOwnProperty;function Y(S,k,K){var F=K.ref;return{$$typeof:r,type:S,key:k,ref:F!==void 0?F:null,props:K}}function te(S,k){return Y(S.type,k,S.props)}function I(S){return typeof S=="object"&&S!==null&&S.$$typeof===r}function Se(S){var k={"=":"=0",":":"=2"};return"$"+S.replace(/[=:]/g,function(K){return k[K]})}var Ge=/\/+/g;function He(S,k){return typeof S=="object"&&S!==null&&S.key!=null?Se(""+S.key):k.toString(36)}function Ee(S){switch(S.status){case"fulfilled":return S.value;case"rejected":throw S.reason;default:switch(typeof S.status=="string"?S.then(re,re):(S.status="pending",S.then(function(k){S.status==="pending"&&(S.status="fulfilled",S.value=k)},function(k){S.status==="pending"&&(S.status="rejected",S.reason=k)})),S.status){case"fulfilled":return S.value;case"rejected":throw S.reason}}throw S}function B(S,k,K,F,ie){var fe=typeof S;(fe==="undefined"||fe==="boolean")&&(S=null);var P=!1;if(S===null)P=!0;else switch(fe){case"bigint":case"string":case"number":P=!0;break;case"object":switch(S.$$typeof){case r:case o:P=!0;break;case v:return P=S._init,B(P(S._payload),k,K,F,ie)}}if(P)return ie=ie(S),P=F===""?"."+He(S,0):F,X(ie)?(K="",P!=null&&(K=P.replace(Ge,"$&/")+"/"),B(ie,k,K,"",function(Wl){return Wl})):ie!=null&&(I(ie)&&(ie=te(ie,K+(ie.key==null||S&&S.key===ie.key?"":(""+ie.key).replace(Ge,"$&/")+"/")+P)),k.push(ie)),1;P=0;var Ke=F===""?".":F+":";if(X(S))for(var ke=0;ke<S.length;ke++)F=S[ke],fe=Ke+He(F,ke),P+=B(F,k,K,fe,ie);else if(ke=M(S),typeof ke=="function")for(S=ke.call(S),ke=0;!(F=S.next()).done;)F=F.value,fe=Ke+He(F,ke++),P+=B(F,k,K,fe,ie);else if(fe==="object"){if(typeof S.then=="function")return B(Ee(S),k,K,F,ie);throw k=String(S),Error("Objects are not valid as a React child (found: "+(k==="[object Object]"?"object with keys {"+Object.keys(S).join(", ")+"}":k)+"). If you meant to render a collection of children, use an array instead.")}return P}function Z(S,k,K){if(S==null)return S;var F=[],ie=0;return B(S,F,"","",function(fe){return k.call(K,fe,ie++)}),F}function le(S){if(S._status===-1){var k=S._result;k=k(),k.then(function(K){(S._status===0||S._status===-1)&&(S._status=1,S._result=K)},function(K){(S._status===0||S._status===-1)&&(S._status=2,S._result=K)}),S._status===-1&&(S._status=0,S._result=k)}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 k=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(k))return}else if(typeof process=="object"&&typeof process.emit=="function"){process.emit("uncaughtException",S);return}console.error(S)},je={map:Z,forEach:function(S,k,K){Z(S,function(){k.apply(this,arguments)},K)},count:function(S){var k=0;return Z(S,function(){k++}),k},toArray:function(S){return Z(S,function(k){return k})||[]},only:function(S){if(!I(S))throw Error("React.Children.only expected to receive a single React element child.");return S}};return ce.Activity=p,ce.Children=je,ce.Component=R,ce.Fragment=u,ce.Profiler=f,ce.PureComponent=L,ce.StrictMode=c,ce.Suspense=y,ce.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=V,ce.__COMPILER_RUNTIME={__proto__:null,c:function(S){return V.H.useMemoCache(S)}},ce.cache=function(S){return function(){return S.apply(null,arguments)}},ce.cacheSignal=function(){return null},ce.cloneElement=function(S,k,K){if(S==null)throw Error("The argument must be a React element, but you passed "+S+".");var F=D({},S.props),ie=S.key;if(k!=null)for(fe in k.key!==void 0&&(ie=""+k.key),k)!Q.call(k,fe)||fe==="key"||fe==="__self"||fe==="__source"||fe==="ref"&&k.ref===void 0||(F[fe]=k[fe]);var fe=arguments.length-2;if(fe===1)F.children=K;else if(1<fe){for(var P=Array(fe),Ke=0;Ke<fe;Ke++)P[Ke]=arguments[Ke+2];F.children=P}return Y(S.type,ie,F)},ce.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},ce.createElement=function(S,k,K){var F,ie={},fe=null;if(k!=null)for(F in k.key!==void 0&&(fe=""+k.key),k)Q.call(k,F)&&F!=="key"&&F!=="__self"&&F!=="__source"&&(ie[F]=k[F]);var P=arguments.length-2;if(P===1)ie.children=K;else if(1<P){for(var Ke=Array(P),ke=0;ke<P;ke++)Ke[ke]=arguments[ke+2];ie.children=Ke}if(S&&S.defaultProps)for(F in P=S.defaultProps,P)ie[F]===void 0&&(ie[F]=P[F]);return Y(S,fe,ie)},ce.createRef=function(){return{current:null}},ce.forwardRef=function(S){return{$$typeof:j,render:S}},ce.isValidElement=I,ce.lazy=function(S){return{$$typeof:v,_payload:{_status:-1,_result:S},_init:le}},ce.memo=function(S,k){return{$$typeof:x,type:S,compare:k===void 0?null:k}},ce.startTransition=function(S){var k=V.T,K={};V.T=K;try{var F=S(),ie=V.S;ie!==null&&ie(K,F),typeof F=="object"&&F!==null&&typeof F.then=="function"&&F.then(re,ye)}catch(fe){ye(fe)}finally{k!==null&&K.types!==null&&(k.types=K.types),V.T=k}},ce.unstable_useCacheRefresh=function(){return V.H.useCacheRefresh()},ce.use=function(S){return V.H.use(S)},ce.useActionState=function(S,k,K){return V.H.useActionState(S,k,K)},ce.useCallback=function(S,k){return V.H.useCallback(S,k)},ce.useContext=function(S){return V.H.useContext(S)},ce.useDebugValue=function(){},ce.useDeferredValue=function(S,k){return V.H.useDeferredValue(S,k)},ce.useEffect=function(S,k){return V.H.useEffect(S,k)},ce.useEffectEvent=function(S){return V.H.useEffectEvent(S)},ce.useId=function(){return V.H.useId()},ce.useImperativeHandle=function(S,k,K){return V.H.useImperativeHandle(S,k,K)},ce.useInsertionEffect=function(S,k){return V.H.useInsertionEffect(S,k)},ce.useLayoutEffect=function(S,k){return V.H.useLayoutEffect(S,k)},ce.useMemo=function(S,k){return V.H.useMemo(S,k)},ce.useOptimistic=function(S,k){return V.H.useOptimistic(S,k)},ce.useReducer=function(S,k,K){return V.H.useReducer(S,k,K)},ce.useRef=function(S){return V.H.useRef(S)},ce.useState=function(S){return V.H.useState(S)},ce.useSyncExternalStore=function(S,k,K){return V.H.useSyncExternalStore(S,k,K)},ce.useTransition=function(){return V.H.useTransition()},ce.version="19.2.4",ce}var C0;function uu(){return C0||(C0=1,Kc.exports=tg()),Kc.exports}var b=uu(),Jc={exports:{}},Xn={},Wc={exports:{}},Fc={};var w0;function ag(){return w0||(w0=1,(function(r){function o(B,Z){var le=B.length;B.push(Z);e:for(;0<le;){var ye=le-1>>>1,je=B[ye];if(0<f(je,Z))B[ye]=Z,B[le]=je,le=ye;else break e}}function u(B){return B.length===0?null:B[0]}function c(B){if(B.length===0)return null;var Z=B[0],le=B.pop();if(le!==Z){B[0]=le;e:for(var ye=0,je=B.length,S=je>>>1;ye<S;){var k=2*(ye+1)-1,K=B[k],F=k+1,ie=B[F];if(0>f(K,le))F<je&&0>f(ie,K)?(B[ye]=ie,B[F]=le,ye=F):(B[ye]=K,B[k]=le,ye=k);else if(F<je&&0>f(ie,le))B[ye]=ie,B[F]=le,ye=F;else break e}}return Z}function f(B,Z){var le=B.sortIndex-Z.sortIndex;return le!==0?le:B.id-Z.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,j=h.now();r.unstable_now=function(){return h.now()-j}}var y=[],x=[],v=1,p=null,N=3,M=!1,U=!1,D=!1,C=!1,R=typeof setTimeout=="function"?setTimeout:null,w=typeof clearTimeout=="function"?clearTimeout:null,L=typeof setImmediate<"u"?setImmediate:null;function J(B){for(var Z=u(x);Z!==null;){if(Z.callback===null)c(x);else if(Z.startTime<=B)c(x),Z.sortIndex=Z.expirationTime,o(y,Z);else break;Z=u(x)}}function X(B){if(D=!1,J(B),!U)if(u(y)!==null)U=!0,re||(re=!0,Se());else{var Z=u(x);Z!==null&&Ee(X,Z.startTime-B)}}var re=!1,V=-1,Q=5,Y=-1;function te(){return C?!0:!(r.unstable_now()-Y<Q)}function I(){if(C=!1,re){var B=r.unstable_now();Y=B;var Z=!0;try{e:{U=!1,D&&(D=!1,w(V),V=-1),M=!0;var le=N;try{t:{for(J(B),p=u(y);p!==null&&!(p.expirationTime>B&&te());){var ye=p.callback;if(typeof ye=="function"){p.callback=null,N=p.priorityLevel;var je=ye(p.expirationTime<=B);if(B=r.unstable_now(),typeof je=="function"){p.callback=je,J(B),Z=!0;break t}p===u(y)&&c(y),J(B)}else c(y);p=u(y)}if(p!==null)Z=!0;else{var S=u(x);S!==null&&Ee(X,S.startTime-B),Z=!1}}break e}finally{p=null,N=le,M=!1}Z=void 0}}finally{Z?Se():re=!1}}}var Se;if(typeof L=="function")Se=function(){L(I)};else if(typeof MessageChannel<"u"){var Ge=new MessageChannel,He=Ge.port2;Ge.port1.onmessage=I,Se=function(){He.postMessage(null)}}else Se=function(){R(I,0)};function Ee(B,Z){V=R(function(){B(r.unstable_now())},Z)}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(B){B.callback=null},r.unstable_forceFrameRate=function(B){0>B||125<B?console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported"):Q=0<B?Math.floor(1e3/B):5},r.unstable_getCurrentPriorityLevel=function(){return N},r.unstable_next=function(B){switch(N){case 1:case 2:case 3:var Z=3;break;default:Z=N}var le=N;N=Z;try{return B()}finally{N=le}},r.unstable_requestPaint=function(){C=!0},r.unstable_runWithPriority=function(B,Z){switch(B){case 1:case 2:case 3:case 4:case 5:break;default:B=3}var le=N;N=B;try{return Z()}finally{N=le}},r.unstable_scheduleCallback=function(B,Z,le){var ye=r.unstable_now();switch(typeof le=="object"&&le!==null?(le=le.delay,le=typeof le=="number"&&0<le?ye+le:ye):le=ye,B){case 1:var je=-1;break;case 2:je=250;break;case 5:je=1073741823;break;case 4:je=1e4;break;default:je=5e3}return je=le+je,B={id:v++,callback:Z,priorityLevel:B,startTime:le,expirationTime:je,sortIndex:-1},le>ye?(B.sortIndex=le,o(x,B),u(y)===null&&B===u(x)&&(D?(w(V),V=-1):D=!0,Ee(X,le-ye))):(B.sortIndex=je,o(y,B),U||M||(U=!0,re||(re=!0,Se()))),B},r.unstable_shouldYield=te,r.unstable_wrapCallback=function(B){var Z=N;return function(){var le=N;N=Z;try{return B.apply(this,arguments)}finally{N=le}}}})(Fc)),Fc}var A0;function lg(){return A0||(A0=1,Wc.exports=ag()),Wc.exports}var Pc={exports:{}},st={};var M0;function ng(){if(M0)return st;M0=1;var r=uu();function o(y){var x="https://react.dev/errors/"+y;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 #"+y+"; 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(y,x,v){var p=3<arguments.length&&arguments[3]!==void 0?arguments[3]:null;return{$$typeof:f,key:p==null?null:""+p,children:y,containerInfo:x,implementation:v}}var h=r.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;function j(y,x){if(y==="font")return"";if(typeof x=="string")return x==="use-credentials"?x:""}return st.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=c,st.createPortal=function(y,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(y,x,null,v)},st.flushSync=function(y){var x=h.T,v=c.p;try{if(h.T=null,c.p=2,y)return y()}finally{h.T=x,c.p=v,c.d.f()}},st.preconnect=function(y,x){typeof y=="string"&&(x?(x=x.crossOrigin,x=typeof x=="string"?x==="use-credentials"?x:"":void 0):x=null,c.d.C(y,x))},st.prefetchDNS=function(y){typeof y=="string"&&c.d.D(y)},st.preinit=function(y,x){if(typeof y=="string"&&x&&typeof x.as=="string"){var v=x.as,p=j(v,x.crossOrigin),N=typeof x.integrity=="string"?x.integrity:void 0,M=typeof x.fetchPriority=="string"?x.fetchPriority:void 0;v==="style"?c.d.S(y,typeof x.precedence=="string"?x.precedence:void 0,{crossOrigin:p,integrity:N,fetchPriority:M}):v==="script"&&c.d.X(y,{crossOrigin:p,integrity:N,fetchPriority:M,nonce:typeof x.nonce=="string"?x.nonce:void 0})}},st.preinitModule=function(y,x){if(typeof y=="string")if(typeof x=="object"&&x!==null){if(x.as==null||x.as==="script"){var v=j(x.as,x.crossOrigin);c.d.M(y,{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(y)},st.preload=function(y,x){if(typeof y=="string"&&typeof x=="object"&&x!==null&&typeof x.as=="string"){var v=x.as,p=j(v,x.crossOrigin);c.d.L(y,v,{crossOrigin:p,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})}},st.preloadModule=function(y,x){if(typeof y=="string")if(x){var v=j(x.as,x.crossOrigin);c.d.m(y,{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(y)},st.requestFormReset=function(y){c.d.r(y)},st.unstable_batchedUpdates=function(y,x){return y(x)},st.useFormState=function(y,x,v){return h.H.useFormState(y,x,v)},st.useFormStatus=function(){return h.H.useHostTransitionStatus()},st.version="19.2.4",st}var R0;function sg(){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=ng(),Pc.exports}var _0;function rg(){if(_0)return Xn;_0=1;var r=lg(),o=uu(),u=sg();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 j(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 y(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 y(s),e;if(i===l)return y(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 p=Object.assign,N=Symbol.for("react.element"),M=Symbol.for("react.transitional.element"),U=Symbol.for("react.portal"),D=Symbol.for("react.fragment"),C=Symbol.for("react.strict_mode"),R=Symbol.for("react.profiler"),w=Symbol.for("react.consumer"),L=Symbol.for("react.context"),J=Symbol.for("react.forward_ref"),X=Symbol.for("react.suspense"),re=Symbol.for("react.suspense_list"),V=Symbol.for("react.memo"),Q=Symbol.for("react.lazy"),Y=Symbol.for("react.activity"),te=Symbol.for("react.memo_cache_sentinel"),I=Symbol.iterator;function Se(e){return e===null||typeof e!="object"?null:(e=I&&e[I]||e["@@iterator"],typeof e=="function"?e:null)}var Ge=Symbol.for("react.client.reference");function He(e){if(e==null)return null;if(typeof e=="function")return e.$$typeof===Ge?null:e.displayName||e.name||null;if(typeof e=="string")return e;switch(e){case D:return"Fragment";case R:return"Profiler";case C:return"StrictMode";case X:return"Suspense";case re:return"SuspenseList";case Y:return"Activity"}if(typeof e=="object")switch(e.$$typeof){case U:return"Portal";case L:return e.displayName||"Context";case w:return(e._context.displayName||"Context")+".Consumer";case J:var t=e.render;return e=e.displayName,e||(e=t.displayName||t.name||"",e=e!==""?"ForwardRef("+e+")":"ForwardRef"),e;case V:return t=e.displayName||null,t!==null?t:He(e.type)||"Memo";case Q:t=e._payload,e=e._init;try{return He(e(t))}catch{}}return null}var Ee=Array.isArray,B=o.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,Z=u.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,le={pending:!1,data:null,method:null,action:null},ye=[],je=-1;function S(e){return{current:e}}function k(e){0>je||(e.current=ye[je],ye[je]=null,je--)}function K(e,t){je++,ye[je]=e.current,e.current=t}var F=S(null),ie=S(null),fe=S(null),P=S(null);function Ke(e,t){switch(K(fe,t),K(ie,e),K(F,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}}k(F),K(F,e)}function ke(){k(F),k(ie),k(fe)}function Wl(e){e.memoizedState!==null&&K(P,e);var t=F.current,a=Zf(t,e.type);t!==a&&(K(ie,e),K(F,a))}function ts(e){ie.current===e&&(k(F),k(ie)),P.current===e&&(k(P),kn._currentValue=le)}var Mr,bu;function Ya(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 _r(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(H){var O=H}Reflect.construct(e,[],G)}else{try{G.call()}catch(H){O=H}e.call(G.prototype)}}else{try{throw Error()}catch(H){O=H}(G=e())&&typeof G.catch=="function"&&G.catch(function(){})}}catch(H){if(H&&O&&typeof H.stack=="string")return[H.stack,O.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 q=`
6
+ `+E[l].replace(" at new "," at ");return e.displayName&&q.includes("<anonymous>")&&(q=q.replace("<anonymous>",e.displayName)),q}while(1<=l&&0<=s);break}}}finally{Rr=!1,Error.prepareStackTrace=a}return(a=e?e.displayName||e.name:"")?Ya(a):""}function Rm(e,t){switch(e.tag){case 26:case 27:case 5:return Ya(e.type);case 16:return Ya("Lazy");case 13:return e.child!==t&&t!==null?Ya("Suspense Fallback"):Ya("Suspense");case 19:return Ya("SuspenseList");case 0:case 15:return _r(e.type,!1);case 11:return _r(e.type.render,!1);case 1:return _r(e.type,!0);case 31:return Ya("Activity");default:return""}}function ju(e){try{var t="",a=null;do t+=Rm(e,a),a=e,e=e.return;while(e);return t}catch(l){return`
7
+ Error generating stack: `+l.message+`
8
+ `+l.stack}}var zr=Object.prototype.hasOwnProperty,Dr=r.unstable_scheduleCallback,Or=r.unstable_cancelCallback,_m=r.unstable_shouldYield,zm=r.unstable_requestPaint,ht=r.unstable_now,Dm=r.unstable_getCurrentPriorityLevel,Nu=r.unstable_ImmediatePriority,Su=r.unstable_UserBlockingPriority,as=r.unstable_NormalPriority,Om=r.unstable_LowPriority,Eu=r.unstable_IdlePriority,Um=r.log,Lm=r.unstable_setDisableYieldValue,Fl=null,gt=null;function ha(e){if(typeof Um=="function"&&Lm(e),gt&&typeof gt.setStrictMode=="function")try{gt.setStrictMode(Fl,e)}catch{}}var pt=Math.clz32?Math.clz32:qm,Hm=Math.log,Bm=Math.LN2;function qm(e){return e>>>=0,e===0?32:31-(Hm(e)/Bm|0)|0}var ls=256,ns=262144,ss=4194304;function $a(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=$a(l):(d&=g,d!==0?s=$a(d):a||(a=g&~e,a!==0&&(s=$a(a))))):(g=l&~i,g!==0?s=$a(g):d!==0?s=$a(d):a||(a=l&~e,a!==0&&(s=$a(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 km(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 Ym(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 q=31-pt(a),G=1<<q;g[q]=0,E[q]=-1;var O=z[q];if(O!==null)for(z[q]=null,q=0;q<O.length;q++){var H=O[q];H!==null&&(H.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=Z.p;return e!==0?e:(e=window.event,e===void 0?32:g0(e.type))}function Ru(e,t){var a=Z.p;try{return Z.p=e,t()}finally{Z.p=a}}var ga=Math.random().toString(36).slice(2),Ie="__reactFiber$"+ga,ct="__reactProps$"+ga,rl="__reactContainer$"+ga,Br="__reactEvents$"+ga,$m="__reactListeners$"+ga,Gm="__reactHandles$"+ga,_u="__reactResources$"+ga,en="__reactMarker$"+ga;function qr(e){delete e[Ie],delete e[ct],delete e[Br],delete e[$m],delete e[Gm]}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[_u];return t||(t=e[_u]={hoistableStyles:new Map,hoistableScripts:new Map}),t}function We(e){e[en]=!0}var zu=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++)zu.add(t[e])}var Vm=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 Xm(e){return zr.call(Uu,e)?!0:zr.call(Ou,e)?!1:Vm.test(e)?Uu[e]=!0:(Ou[e]=!0,!1)}function is(e,t,a){if(Xm(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 Qm(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=Qm(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 Zm=/[\n"\\]/g;function Ct(e){return e.replace(Zm,function(t){return"\\"+t.charCodeAt(0).toString(16)+" "})}function Yr(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?$r(e,d,Tt(t)):a!=null?$r(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 $r(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(Ee(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 Km=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 Yu(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||Km.has(t)?t==="float"?e.cssFloat=a:e[t]=(""+a).trim():e[t]=a+"px"}function $u(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&&Yu(e,s,l)}else for(var i in t)t.hasOwnProperty(i)&&Yu(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 Jm=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"]]),Wm=/^[\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 Wm.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(Yr(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));Yr(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 p(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=p({},Va,{view:0,detail:0}),Fm=ut(nn),Jr,Wr,sn,hs=p({},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),Pm=p({},hs,{dataTransfer:0}),Im=ut(Pm),ex=p({},nn,{relatedTarget:0}),Fr=ut(ex),tx=p({},Va,{animationName:0,elapsedTime:0,pseudoElement:0}),ax=ut(tx),lx=p({},Va,{clipboardData:function(e){return"clipboardData"in e?e.clipboardData:window.clipboardData}}),nx=ut(lx),sx=p({},Va,{data:0}),Ku=ut(sx),rx={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},ix={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"},cx={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function ux(e){var t=this.nativeEvent;return t.getModifierState?t.getModifierState(e):(e=cx[e])?!!t[e]:!1}function Pr(){return ux}var ox=p({},nn,{key:function(e){if(e.key){var t=rx[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"?ix[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}}),dx=ut(ox),fx=p({},hs,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0}),Ju=ut(fx),mx=p({},nn,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:Pr}),xx=ut(mx),hx=p({},Va,{propertyName:0,elapsedTime:0,pseudoElement:0}),gx=ut(hx),px=p({},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}),yx=ut(px),vx=p({},Va,{newState:0,oldState:0}),bx=ut(vx),jx=[9,13,27,32],Ir=Ft&&"CompositionEvent"in window,rn=null;Ft&&"documentMode"in document&&(rn=document.documentMode);var Nx=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 jx.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 Sx(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 Ex(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 Tx={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"?!!Tx[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 Cx(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(Cx,t)}}function wx(e,t,a){e==="focusin"?(ro(),cn=t,un=a,cn.attachEvent("onpropertychange",io)):e==="focusout"&&ro()}function Ax(e){if(e==="selectionchange"||e==="keyup"||e==="keydown")return gs(un)}function Mx(e,t){if(e==="click")return gs(t)}function Rx(e,t){if(e==="input"||e==="change")return gs(t)}function _x(e,t){return e===t&&(e!==0||1/e===1/t)||e!==e&&t!==t}var yt=typeof Object.is=="function"?Object.is:_x;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(!zr.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 zx=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"),Dx=Qa("transitionrun"),Ox=Qa("transitionstart"),Ux=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 Lx(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 Lx(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=Yh(e,a,F.current)?26:e==="html"||e==="head"||e==="body"?27:5;else e:switch(e){case Y:return e=vt(31,a,t,s),e.elementType=Y,e.lanes=i,e;case D:return Ka(a.children,s,i,t);case C:d=8,s|=24;break;case R:return e=vt(12,a,t,s|2),e.elementType=R,e.lanes=i,e;case X:return e=vt(13,a,t,s),e.elementType=X,e.lanes=i,e;case re:return e=vt(19,a,t,s),e.elementType=re,e.lanes=i,e;default:if(typeof e=="object"&&e!==null)switch(e.$$typeof){case L:d=10;break e;case w:d=9;break e;case J:d=11;break e;case V:d=14;break e;case Q: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,Yt=1,$t="";function It(e,t){bl[jl++]=fn,bl[jl++]=Ns,Ns=e,fn=t}function Eo(e,t,a){Mt[Rt++]=Yt,Mt[Rt++]=$t,Mt[Rt++]=ya,ya=e;var l=Yt;e=$t;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,Yt=1<<32-pt(t)+s|a<<s|l,$t=i+e}else Yt=1<<i|a<<s|l,$t=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,$t=Mt[--Rt],Mt[Rt]=null,Yt=Mt[--Rt],Mt[Rt]=null}function To(e,t){Mt[Rt++]=Yt,Mt[Rt++]=$t,Mt[Rt++]=ya,Yt=t.id,$t=t.overflow,ya=e}var et=null,ze=null,pe=!1,va=null,_t=!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:_t=!1;return;case 27:case 3:_t=!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")||zc(e.type,e.memoizedProps)),a=!a),a&&ze&&ba(e),wo(e),t===13){if(e=e.memoizedState,e=e!==null?e.dehydrated:null,!e)throw Error(c(317));ze=If(e)}else if(t===31){if(e=e.memoizedState,e=e!==null?e.dehydrated:null,!e)throw Error(c(317));ze=If(e)}else t===27?(t=ze,Oa(e.type)?(e=Hc,Hc=null,ze=e):ze=t):ze=et?Dt(e.stateNode.nextSibling):null;return!0}function Ja(){ze=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){K(gi,t._currentValue),t._currentValue=a}function ta(e){e._currentValue=gi.current,k(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===P.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 Hx=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()})}},Bx=r.unstable_scheduleCallback,qx=r.unstable_NormalPriority,Ve={$$typeof:L,Consumer:null,Provider:null,_currentValue:null,_currentValue2:null,_threadCount:0};function vi(){return{controller:new Hx,data:new Map,refCount:0}}function xn(e){e.refCount--,e.refCount===0&&Bx(qx,function(){e.controller.abort()})}var hn=null,bi=0,El=0,Tl=null;function kx(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 Yx(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=B.S;B.S=function(e,t){xf=ht(),typeof t=="object"&&t!==null&&typeof t.then=="function"&&kx(e,t),Ro!==null&&Ro(e,t)};var Pa=S(null);function ji(){var e=Pa.current;return e!==null?e:_e.pooledCache}function Ts(e,t){t===null?K(Pa,Pa.current):K(Pa,t.pool)}function _o(){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 zo(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=_e,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===N?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(A,T){if(e){var _=A.deletions;_===null?(A.deletions=[T],A.flags|=16):_.push(T)}}function a(A,T){if(!e)return null;for(;T!==null;)t(A,T),T=T.sibling;return null}function l(A){for(var T=new Map;A!==null;)A.key!==null?T.set(A.key,A):T.set(A.index,A),A=A.sibling;return T}function s(A,T){return A=Pt(A,T),A.index=0,A.sibling=null,A}function i(A,T,_){return A.index=_,e?(_=A.alternate,_!==null?(_=_.index,_<T?(A.flags|=67108866,T):_):(A.flags|=67108866,T)):(A.flags|=1048576,T)}function d(A){return e&&A.alternate===null&&(A.flags|=67108866),A}function g(A,T,_,$){return T===null||T.tag!==6?(T=oi(_,A.mode,$),T.return=A,T):(T=s(T,_),T.return=A,T)}function E(A,T,_,$){var ae=_.type;return ae===D?q(A,T,_.props.children,$,_.key):T!==null&&(T.elementType===ae||typeof ae=="object"&&ae!==null&&ae.$$typeof===Q&&Ia(ae)===T.type)?(T=s(T,_.props),pn(T,_),T.return=A,T):(T=js(_.type,_.key,_.props,null,A.mode,$),pn(T,_),T.return=A,T)}function z(A,T,_,$){return T===null||T.tag!==4||T.stateNode.containerInfo!==_.containerInfo||T.stateNode.implementation!==_.implementation?(T=di(_,A.mode,$),T.return=A,T):(T=s(T,_.children||[]),T.return=A,T)}function q(A,T,_,$,ae){return T===null||T.tag!==7?(T=Ka(_,A.mode,$,ae),T.return=A,T):(T=s(T,_),T.return=A,T)}function G(A,T,_){if(typeof T=="string"&&T!==""||typeof T=="number"||typeof T=="bigint")return T=oi(""+T,A.mode,_),T.return=A,T;if(typeof T=="object"&&T!==null){switch(T.$$typeof){case M:return _=js(T.type,T.key,T.props,null,A.mode,_),pn(_,T),_.return=A,_;case U:return T=di(T,A.mode,_),T.return=A,T;case Q:return T=Ia(T),G(A,T,_)}if(Ee(T)||Se(T))return T=Ka(T,A.mode,_,null),T.return=A,T;if(typeof T.then=="function")return G(A,As(T),_);if(T.$$typeof===L)return G(A,Es(A,T),_);Ms(A,T)}return null}function O(A,T,_,$){var ae=T!==null?T.key:null;if(typeof _=="string"&&_!==""||typeof _=="number"||typeof _=="bigint")return ae!==null?null:g(A,T,""+_,$);if(typeof _=="object"&&_!==null){switch(_.$$typeof){case M:return _.key===ae?E(A,T,_,$):null;case U:return _.key===ae?z(A,T,_,$):null;case Q:return _=Ia(_),O(A,T,_,$)}if(Ee(_)||Se(_))return ae!==null?null:q(A,T,_,$,null);if(typeof _.then=="function")return O(A,T,As(_),$);if(_.$$typeof===L)return O(A,T,Es(A,_),$);Ms(A,_)}return null}function H(A,T,_,$,ae){if(typeof $=="string"&&$!==""||typeof $=="number"||typeof $=="bigint")return A=A.get(_)||null,g(T,A,""+$,ae);if(typeof $=="object"&&$!==null){switch($.$$typeof){case M:return A=A.get($.key===null?_:$.key)||null,E(T,A,$,ae);case U:return A=A.get($.key===null?_:$.key)||null,z(T,A,$,ae);case Q:return $=Ia($),H(A,T,_,$,ae)}if(Ee($)||Se($))return A=A.get(_)||null,q(T,A,$,ae,null);if(typeof $.then=="function")return H(A,T,_,As($),ae);if($.$$typeof===L)return H(A,T,_,Es(T,$),ae);Ms(T,$)}return null}function W(A,T,_,$){for(var ae=null,ve=null,ee=T,de=T=0,ge=null;ee!==null&&de<_.length;de++){ee.index>de?(ge=ee,ee=null):ge=ee.sibling;var be=O(A,ee,_[de],$);if(be===null){ee===null&&(ee=ge);break}e&&ee&&be.alternate===null&&t(A,ee),T=i(be,T,de),ve===null?ae=be:ve.sibling=be,ve=be,ee=ge}if(de===_.length)return a(A,ee),pe&&It(A,de),ae;if(ee===null){for(;de<_.length;de++)ee=G(A,_[de],$),ee!==null&&(T=i(ee,T,de),ve===null?ae=ee:ve.sibling=ee,ve=ee);return pe&&It(A,de),ae}for(ee=l(ee);de<_.length;de++)ge=H(ee,A,de,_[de],$),ge!==null&&(e&&ge.alternate!==null&&ee.delete(ge.key===null?de:ge.key),T=i(ge,T,de),ve===null?ae=ge:ve.sibling=ge,ve=ge);return e&&ee.forEach(function(qa){return t(A,qa)}),pe&&It(A,de),ae}function ne(A,T,_,$){if(_==null)throw Error(c(151));for(var ae=null,ve=null,ee=T,de=T=0,ge=null,be=_.next();ee!==null&&!be.done;de++,be=_.next()){ee.index>de?(ge=ee,ee=null):ge=ee.sibling;var qa=O(A,ee,be.value,$);if(qa===null){ee===null&&(ee=ge);break}e&&ee&&qa.alternate===null&&t(A,ee),T=i(qa,T,de),ve===null?ae=qa:ve.sibling=qa,ve=qa,ee=ge}if(be.done)return a(A,ee),pe&&It(A,de),ae;if(ee===null){for(;!be.done;de++,be=_.next())be=G(A,be.value,$),be!==null&&(T=i(be,T,de),ve===null?ae=be:ve.sibling=be,ve=be);return pe&&It(A,de),ae}for(ee=l(ee);!be.done;de++,be=_.next())be=H(ee,A,de,be.value,$),be!==null&&(e&&be.alternate!==null&&ee.delete(be.key===null?de:be.key),T=i(be,T,de),ve===null?ae=be:ve.sibling=be,ve=be);return e&&ee.forEach(function(Ph){return t(A,Ph)}),pe&&It(A,de),ae}function Me(A,T,_,$){if(typeof _=="object"&&_!==null&&_.type===D&&_.key===null&&(_=_.props.children),typeof _=="object"&&_!==null){switch(_.$$typeof){case M:e:{for(var ae=_.key;T!==null;){if(T.key===ae){if(ae=_.type,ae===D){if(T.tag===7){a(A,T.sibling),$=s(T,_.props.children),$.return=A,A=$;break e}}else if(T.elementType===ae||typeof ae=="object"&&ae!==null&&ae.$$typeof===Q&&Ia(ae)===T.type){a(A,T.sibling),$=s(T,_.props),pn($,_),$.return=A,A=$;break e}a(A,T);break}else t(A,T);T=T.sibling}_.type===D?($=Ka(_.props.children,A.mode,$,_.key),$.return=A,A=$):($=js(_.type,_.key,_.props,null,A.mode,$),pn($,_),$.return=A,A=$)}return d(A);case U:e:{for(ae=_.key;T!==null;){if(T.key===ae)if(T.tag===4&&T.stateNode.containerInfo===_.containerInfo&&T.stateNode.implementation===_.implementation){a(A,T.sibling),$=s(T,_.children||[]),$.return=A,A=$;break e}else{a(A,T);break}else t(A,T);T=T.sibling}$=di(_,A.mode,$),$.return=A,A=$}return d(A);case Q:return _=Ia(_),Me(A,T,_,$)}if(Ee(_))return W(A,T,_,$);if(Se(_)){if(ae=Se(_),typeof ae!="function")throw Error(c(150));return _=ae.call(_),ne(A,T,_,$)}if(typeof _.then=="function")return Me(A,T,As(_),$);if(_.$$typeof===L)return Me(A,T,Es(A,_),$);Ms(A,_)}return typeof _=="string"&&_!==""||typeof _=="number"||typeof _=="bigint"?(_=""+_,T!==null&&T.tag===6?(a(A,T.sibling),$=s(T,_),$.return=A,A=$):(a(A,T),$=oi(_,A.mode,$),$.return=A,A=$),d(A)):a(A,T)}return function(A,T,_,$){try{gn=0;var ae=Me(A,T,_,$);return wl=null,ae}catch(ee){if(ee===Cl||ee===Cs)throw ee;var ve=vt(29,ee,null,A.mode);return ve.lanes=$,ve.return=A,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,(Ne&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 q=e.alternate;q!==null&&(q=q.updateQueue,g=q.lastBaseUpdate,g!==d&&(g===null?q.firstBaseUpdate=z:g.next=z,q.lastBaseUpdate=E))}if(i!==null){var G=s.baseState;d=0,q=z=E=null,g=i;do{var O=g.lane&-536870913,H=O!==g.lane;if(H?(he&O)===O:(l&O)===O){O!==0&&O===El&&(Ci=!0),q!==null&&(q=q.next={lane:0,tag:g.tag,payload:g.payload,callback:null,next:null});e:{var W=e,ne=g;O=t;var Me=a;switch(ne.tag){case 1:if(W=ne.payload,typeof W=="function"){G=W.call(Me,G,O);break e}G=W;break e;case 3:W.flags=W.flags&-65537|128;case 0:if(W=ne.payload,O=typeof W=="function"?W.call(Me,G,O):W,O==null)break e;G=p({},G,O);break e;case 2:Na=!0}}O=g.callback,O!==null&&(e.flags|=64,H&&(e.flags|=8192),H=s.callbacks,H===null?s.callbacks=[O]:H.push(O))}else H={lane:O,tag:g.tag,payload:g.payload,callback:g.callback,next:null},q===null?(z=q=H,E=G):q=q.next=H,d|=O;if(g=g.next,g===null){if(g=s.shared.pending,g===null)break;H=g,g=H.next,H.next=null,s.lastBaseUpdate=H,s.shared.pending=null}}while(!0);q===null&&(E=G),s.baseState=E,s.firstBaseUpdate=z,s.lastBaseUpdate=q,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,K(Rs,e),K(Al,t),oa=e|t.baseLanes}function wi(){K(Rs,oa),K(Al,Al.current)}function Ai(){oa=Rs.current,k(Al),k(Rs)}var bt=S(null),zt=null;function Ta(e){var t=e.alternate;K(Ye,Ye.current&1),K(bt,e),zt===null&&(t===null||Al.current!==null||t.memoizedState!==null)&&(zt=e)}function Mi(e){K(Ye,Ye.current),K(bt,e),zt===null&&(zt=e)}function Yo(e){e.tag===22?(K(Ye,Ye.current),K(bt,e),zt===null&&(zt=e)):Ca()}function Ca(){K(Ye,Ye.current),K(bt,bt.current)}function jt(e){k(bt),zt===e&&(zt=null),k(Ye)}var Ye=S(0);function _s(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,ue=null,we=null,Xe=null,zs=!1,Ml=!1,al=!1,Ds=0,jn=0,Rl=null,$x=0;function Be(){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 _i(e,t,a,l,s,i){return aa=i,ue=t,t.memoizedState=null,t.updateQueue=null,t.lanes=0,B.H=e===null||e.memoizedState===null?Ed:Qi,al=!1,i=a(l,s),al=!1,Ml&&(i=Go(t,a,l,s)),$o(e),i}function $o(e){B.H=En;var t=we!==null&&we.next!==null;if(aa=0,Xe=we=ue=null,zs=!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){ue=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)}B.H=Td,i=t(a,l)}while(Ml);return i}function Gx(){var e=B.H,t=e.useState()[0];return t=typeof t.then=="function"?Nn(t):t,e=e.useState()[0],(we!==null?we.memoizedState:null)!==e&&(ue.flags|=1024),t}function zi(){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(zs){for(e=e.memoizedState;e!==null;){var t=e.queue;t!==null&&(t.pending=null),e=e.next}zs=!1}aa=0,Xe=we=ue=null,Ml=!1,jn=Ds=0,Rl=null}function rt(){var e={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return Xe===null?ue.memoizedState=Xe=e:Xe=Xe.next=e,Xe}function $e(){if(we===null){var e=ue.alternate;e=e!==null?e.memoizedState:null}else e=we.next;var t=Xe===null?ue.memoizedState:Xe.next;if(t!==null)Xe=t,we=e;else{if(e===null)throw ue.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?ue.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=ue,(Xe===null?t.memoizedState:Xe.next)===null&&(t=t.alternate,B.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=ue.updateQueue;if(a!==null&&(t=a.memoCache),t==null){var l=ue.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(),ue.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]=te;return t.index++,a}function la(e,t){return typeof t=="function"?t(e):t}function Ls(e){var t=$e();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,q=!1;do{var G=z.lane&-536870913;if(G!==z.lane?(he&G)===G:(aa&G)===G){var O=z.revertLane;if(O===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&&(q=!0);else if((aa&O)===O){z=z.next,O===El&&(q=!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,ue.lanes|=O,Ma|=O;G=z.action,al&&a(i,G),i=z.hasEagerState?z.eagerState:a(i,G)}else O={lane:G,revertLane:z.revertLane,gesture:z.gesture,action:z.action,hasEagerState:z.hasEagerState,eagerState:z.eagerState,next:null},E===null?(g=E=O,d=i):E=E.next=O,ue.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,q&&(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=$e(),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=ue,s=$e(),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,_l(9,{destroy:void 0},Qo.bind(null,l,s,a,t),null),_e===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=ue.updateQueue,t===null?(t=Os(),ue.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=rt();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 Vx(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)}};B.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=B.T,d={};B.T=d;try{var g=a(s,l),E=B.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),B.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=_e.formState;if(a!==null){e:{var l=ue;if(pe){if(ze){t:{for(var s=ze,i=_t;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){ze=Dt(s.nextSibling),l=s.data==="F!";break e}}ba(l)}l=!1}l&&(t=a[0])}}return a=rt(),a.memoizedState=a.baseState=t,l={pending:null,lanes:0,dispatch:null,lastRenderedReducer:td,lastRenderedState:t},a.queue=l,a=jd.bind(null,ue,l),l.dispatch=a,l=Bi(!1),i=Xi.bind(null,ue,!1,l.queue),l=rt(),s={state:t,dispatch:null,action:e,pending:null},l.queue=s,a=Vx.bind(null,ue,s,i,a),s.dispatch=a,l.memoizedState=e,[t,a,!1]}function ld(e){var t=$e();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=$e();var s=t.queue,i=s.dispatch;return a!==t.memoizedState&&(ue.flags|=2048,_l(9,{destroy:void 0},Xx.bind(null,s,a),null)),[l,i,e]}function Xx(e,t){e.action=t}function sd(e){var t=$e(),a=we;if(a!==null)return nd(t,a,e);$e(),t=t.memoizedState,a=$e();var l=a.queue.dispatch;return a.memoizedState=e,[t,l,!1]}function _l(e,t,a,l){return e={tag:e,create:a,deps:l,inst:t,next:null},t=ue.updateQueue,t===null&&(t=Os(),ue.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 $e().memoizedState}function Hs(e,t,a,l){var s=rt();ue.flags|=e,s.memoizedState=_l(1|t,{destroy:void 0},a,l===void 0?null:l)}function Bs(e,t,a,l){var s=$e();l=l===void 0?null:l;var i=s.memoizedState.inst;we!==null&&l!==null&&Ri(l,we.memoizedState.deps)?s.memoizedState=_l(t,i,a,l):(ue.flags|=e,s.memoizedState=_l(1|t,i,a,l))}function id(e,t){Hs(8390656,8,e,t)}function ki(e,t){Bs(2048,8,e,t)}function Qx(e){ue.flags|=4;var t=ue.updateQueue;if(t===null)t=Os(),ue.updateQueue=t,t.events=[e];else{var a=t.events;a===null?t.events=[e]:a.push(e)}}function cd(e){var t=$e().memoizedState;return Qx({ref:t,nextImpl:e}),function(){if((Ne&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 Yi(){}function md(e,t){var a=$e();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=$e();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 $i(e,t,a){return a===void 0||(aa&1073741824)!==0&&(he&261930)===0?e.memoizedState=t:(e.memoizedState=a,e=gf(),ue.lanes|=e,Ma|=e,a)}function hd(e,t,a,l){return yt(a,t)?a:Al.current!==null?(e=$i(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(),ue.lanes|=e,Ma|=e,t)}function gd(e,t,a,l,s){var i=Z.p;Z.p=i!==0&&8>i?i:8;var d=B.T,g={};B.T=g,Xi(e,!1,t,a);try{var E=s(),z=B.S;if(z!==null&&z(g,E),E!==null&&typeof E=="object"&&typeof E.then=="function"){var q=Yx(E,l);Sn(e,t,q,Et(e))}else Sn(e,t,l,Et(e))}catch(G){Sn(e,t,{then:function(){},status:"rejected",reason:G},Et())}finally{Z.p=i,d!==null&&g.types!==null&&(d.types=g.types),B.T=d}}function Zx(){}function Gi(e,t,a,l){if(e.tag!==5)throw Error(c(476));var s=pd(e).queue;gd(e,s,t,le,a===null?Zx:function(){return yd(e),a(l)})}function pd(e){var t=e.memoizedState;if(t!==null)return t;t={memoizedState:le,baseState:le,baseQueue:null,queue:{pending:null,lanes:0,dispatch:null,lastRenderedReducer:la,lastRenderedState:le},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 $e().memoizedState}function bd(){return $e().memoizedState}function Kx(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 Jx(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),_e===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===ue||t!==null&&t===ue}function Nd(e,t){Ml=zs=!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:Be,useContext:Be,useEffect:Be,useImperativeHandle:Be,useLayoutEffect:Be,useInsertionEffect:Be,useMemo:Be,useReducer:Be,useRef:Be,useState:Be,useDebugValue:Be,useDeferredValue:Be,useTransition:Be,useSyncExternalStore:Be,useId:Be,useHostTransitionStatus:Be,useFormState:Be,useActionState:Be,useOptimistic:Be,useMemoCache:Be,useCacheRefresh:Be};En.useEffectEvent=Be;var Ed={readContext:tt,use:Us,useCallback:function(e,t){return rt().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=rt();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=rt();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=Jx.bind(null,ue,e),[l.memoizedState,e]},useRef:function(e){var t=rt();return e={current:e},t.memoizedState=e},useState:function(e){e=Bi(e);var t=e.queue,a=jd.bind(null,ue,t);return t.dispatch=a,[e.memoizedState,a]},useDebugValue:Yi,useDeferredValue:function(e,t){var a=rt();return $i(a,e,t)},useTransition:function(){var e=Bi(!1);return e=gd.bind(null,ue,e.queue,!0,!1),rt().memoizedState=e,[!1,e]},useSyncExternalStore:function(e,t,a){var l=ue,s=rt();if(pe){if(a===void 0)throw Error(c(407));a=a()}else{if(a=t(),_e===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,_l(9,{destroy:void 0},Qo.bind(null,l,i,a,t),null),a},useId:function(){var e=rt(),t=_e.identifierPrefix;if(pe){var a=$t,l=Yt;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=$x++,t="_"+t+"r_"+a.toString(32)+"_";return e.memoizedState=t},useHostTransitionStatus:Vi,useFormState:ad,useActionState:ad,useOptimistic:function(e){var t=rt();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,ue,!0,a),a.dispatch=t,[e,t]},useMemoCache:Ui,useCacheRefresh:function(){return rt().memoizedState=Kx.bind(null,ue)},useEffectEvent:function(e){var t=rt(),a={impl:e};return t.memoizedState=a,function(){if((Ne&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:Yi,useDeferredValue:function(e,t){var a=$e();return hd(a,we.memoizedState,e,t)},useTransition:function(){var e=Ls(la)[0],t=$e().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=$e();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:Yi,useDeferredValue:function(e,t){var a=$e();return we===null?$i(a,e,t):hd(a,we.memoizedState,e,t)},useTransition:function(){var e=Hi(la)[0],t=$e().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=$e();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:p({},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=p({},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 _d(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 zd(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(){_d(t,a,l)}}var d=a.stateNode;d!==null&&typeof d.componentDidCatch=="function"&&(e.callback=function(){_d(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 Wx(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 zt===null?Ps():a.alternate===null&&qe===0&&(qe=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),qe!==4&&(qe=2)),!1;var i=Error(c(520),{cause:l});if(i=At(i,a),zn===null?zn=[i]:zn.push(i),qe!==4&&(qe=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=zd(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=_i(e,t,a,d,i,s),g=zi(),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(),Yo(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(),Yo(t),e!==null&&Sl(e,t,l,!0),t.childLanes=s,null}function Ys(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=Ys(t,t.pendingProps),e.flags|=2,jt(t),t.memoizedState=null,e}function Fx(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=Ys(t,l),t.lanes=536870912,Tn(null,e);if(Mi(t),(e=ze)?(e=Pf(e,_t),e=e!==null&&e.data==="&"?e:null,e!==null&&(t.memoizedState={dehydrated:e,treeContext:ya!==null?{id:Yt,overflow:$t}:null,retryLane:536870912,hydrationErrors:null},a=No(e),a.return=t,t.child=a,et=t,ze=null)):e=null,e===null)throw ba(t);return t.lanes=536870912,null}return Ys(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=_e,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,ze=Dt(d.nextSibling),et=t,pe=!0,va=null,_t=!1,e!==null&&To(t,e),t=Ys(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 $s(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=_i(e,t,a,l,void 0,s),l=zi(),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),$o(e),l=zi(),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 Yd(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,q=a.contextType;d=vl,typeof q=="object"&&q!==null&&(d=tt(q));var G=a.getDerivedStateFromProps;q=typeof G=="function"||typeof i.getSnapshotBeforeUpdate=="function",g=t.pendingProps!==g,q||typeof i.UNSAFE_componentWillReceiveProps!="function"&&typeof i.componentWillReceiveProps!="function"||(g||z!==d)&&wd(t,i,l,d),Na=!1;var O=t.memoizedState;i.state=O,bn(t,l,i,s),vn(),z=t.memoizedState,g||O!==z||Na?(typeof G=="function"&&(Zi(t,a,G,l),z=t.memoizedState),(E=Na||Cd(t,a,E,l,O,z,d))?(q||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,q=ll(a,d),i.props=q,G=t.pendingProps,O=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||O!==E)&&wd(t,i,l,E),Na=!1,O=t.memoizedState,i.state=O,bn(t,l,i,s),vn();var H=t.memoizedState;d!==G||O!==H||Na||e!==null&&e.dependencies!==null&&Ss(e.dependencies)?(typeof g=="function"&&(Zi(t,a,g,l),H=t.memoizedState),(q=Na||Cd(t,a,q,l,O,H,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,H,E),typeof i.UNSAFE_componentWillUpdate=="function"&&i.UNSAFE_componentWillUpdate(l,H,E)),typeof i.componentDidUpdate=="function"&&(t.flags|=4),typeof i.getSnapshotBeforeUpdate=="function"&&(t.flags|=1024)):(typeof i.componentDidUpdate!="function"||d===e.memoizedProps&&O===e.memoizedState||(t.flags|=4),typeof i.getSnapshotBeforeUpdate!="function"||d===e.memoizedProps&&O===e.memoizedState||(t.flags|=1024),t.memoizedProps=l,t.memoizedState=H),i.props=l,i.state=H,i.context=E,l=q):(typeof i.componentDidUpdate!="function"||d===e.memoizedProps&&O===e.memoizedState||(t.flags|=4),typeof i.getSnapshotBeforeUpdate!="function"||d===e.memoizedProps&&O===e.memoizedState||(t.flags|=1024),l=!1)}return i=l,$s(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 $d(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:_o()}}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=ze)?(e=Pf(e,_t),e=e!==null&&e.data!=="&"?e:null,e!==null&&(t.memoizedState={dehydrated:e,treeContext:ya!==null?{id:Yt,overflow:$t}:null,retryLane:536870912,hydrationErrors:null},a=No(e),a.return=t,t.child=a,et=t,ze=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=_e,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,ze=Dt(g.nextSibling),et=t,pe=!0,va=null,_t=!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=_o(),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,K(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&&_s(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&&_s(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 Px(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),K(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,Px(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=Yd(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===J){t.tag=11,t=Od(null,t,e,l,a);break e}else if(s===V){t.tag=14,t=Ud(null,t,e,l,a);break e}}throw t=He(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),Yd(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=$d(e,t,l,a);break e}else if(l!==s){s=At(Error(c(424)),t),mn(s),t=$d(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,ze=Dt(e.firstChild),et=t,pe=!0,va=null,_t=!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 $s(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,_t=!0,s=ze,Oa(t.type)?(Hc=s,ze=Dt(l.firstChild)):ze=s),at(e,t,t.pendingProps.children,a),$s(e,t),e===null&&(t.flags|=4194304),t.child;case 5:return e===null&&pe&&((s=l=ze)&&(l=Ah(l,t.type,t.pendingProps,_t),l!==null?(t.stateNode=l,et=t,ze=Dt(l.firstChild),_t=!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,zc(s,i)?l=null:d!==null&&zc(s,d)&&(t.flags|=32),t.memoizedState!==null&&(s=_i(e,t,Gx,null,null,a),kn._currentValue=s),$s(e,t),at(e,t,l,a),t.child;case 6:return e===null&&pe&&((e=a=ze)&&(a=Mh(a,t.pendingProps,_t),a!==null?(t.stateNode=a,et=t,ze=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 Fx(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=_e,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 De(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 Ix(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 De(t),null;case 1:return De(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),ke(),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())),De(t),null;case 26:var s=t.type,i=t.memoizedState;return e===null?(sa(t),i!==null?(De(t),Zd(t,i)):(De(t),sc(t,s,null,l,a))):i?i!==e.memoizedState?(sa(t),De(t),Zd(t,i)):(De(t),t.flags&=-16777217):(e=e.memoizedProps,e!==l&&sa(t),De(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 De(t),null}e=F.current,Nl(t)?Co(t):(e=t0(s,l,a),t.stateNode=e,sa(t))}return De(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 De(t),null}if(i=F.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 De(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 De(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;De(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 De(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;De(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),De(t),null);case 4:return ke(),e===null&&wc(t.stateNode.containerInfo),De(t),null;case 10:return ta(t.type),De(t),null;case 19:if(k(Ye),l=t.memoizedState,l===null)return De(t),null;if(s=(t.flags&128)!==0,i=l.rendering,i===null)if(s)Cn(l,!1);else{if(qe!==0||e!==null&&(e.flags&128)!==0)for(e=t.child;e!==null;){if(i=_s(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 K(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=_s(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 De(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,K(Ye,s?a&1|2:a&1),pe&&It(t,l.treeForkCount),e):(De(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&&(De(t),t.subtreeFlags&6&&(t.flags|=8192)):De(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&&k(Pa),null;case 24:return a=null,e!==null&&(a=e.memoizedState.cache),t.memoizedState.cache!==a&&(t.flags|=2048),ta(Ve),De(t),null;case 25:return null;case 30:return null}throw Error(c(156,t.tag))}function eh(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),ke(),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 k(Ye),null;case 4:return ke(),null;case 10:return ta(t.type),null;case 22:case 23:return jt(t),Ai(),e!==null&&k(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),ke();break;case 26:case 27:case 5:ts(t);break;case 4:ke();break;case 31:t.memoizedState!==null&&jt(t);break;case 13:jt(t);break;case 19:k(Ye);break;case 10:ta(t.type);break;case 22:case 23:jt(t),Ai(),e!==null&&k(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(q){Ce(s,E,q)}}}l=l.next}while(l!==i)}}catch(q){Ce(t,t.return,q)}}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;Nh(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 th(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,q=0,G=e,O=null;t:for(;;){for(var H;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),(H=G.firstChild)!==null;)O=G,G=H;for(;;){if(G===e)break t;if(O===a&&++z===s&&(g=d),O===i&&++q===l&&(E=d),(H=G.nextSibling)!==null)break;G=O,O=G.parentNode}G=H}a=g===-1||E===-1?null:{start:g,end:E}}else a=null}a=a||{start:0,end:0}}else a=null;for(_c={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 W=ll(a.type,s);e=l.getSnapshotBeforeUpdate(W,i),l.__reactInternalSnapshotBeforeUpdate=e}catch(ne){Ce(a,a.return,ne)}}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=oh.bind(null,a),Rh(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 Oe=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=Oe,s=ot;Oa(a.type)&&(Oe=a.stateNode,ot=!1),ia(e,t,a),Hn(a.stateNode),Oe=l,ot=s;break;case 5:Ze||Gt(a,t);case 6:if(l=Oe,s=ot,Oe=null,ia(e,t,a),Oe=l,ot=s,Oe!==null)if(ot)try{(Oe.nodeType===9?Oe.body:Oe.nodeName==="HTML"?Oe.ownerDocument.body:Oe).removeChild(a.stateNode)}catch(i){Ce(a,t,i)}else try{Oe.removeChild(a.stateNode)}catch(i){Ce(a,t,i)}break;case 18:Oe!==null&&(ot?(e=Oe,Wf(e.nodeType===9?e.body:e.nodeName==="HTML"?e.ownerDocument.body:e,a.stateNode),Gl(e)):Wf(Oe,a.stateNode));break;case 4:l=Oe,s=ot,Oe=a.stateNode.containerInfo,ot=!0,ia(e,t,a),Oe=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 ah(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=ah(e);t.forEach(function(l){if(!a.has(l)){a.add(l);var s=dh.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)){Oe=g.stateNode,ot=!1;break e}break;case 5:Oe=g.stateNode,ot=!1;break e;case 3:case 4:Oe=g.stateNode.containerInfo,ot=!0;break e}g=g.return}if(Oe===null)throw Error(c(160));lf(i,d,s),Oe=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(W){Ce(e,e.return,W)}}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(W){Ce(e,e.return,W)}}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(W){Ce(e,e.return,W)}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,q=Ze;if(ra=z||s,Ze=q||E,dt(t,e),Ze=q,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,O=G!=null&&G.hasOwnProperty("display")?G.display:null;g.style.display=O==null||typeof O=="boolean"?"":(""+O).trim()}}catch(W){Ce(E,E.return,W)}}}else if(t.tag===6){if(a===null){E=t;try{E.stateNode.nodeValue=s?"":E.memoizedProps}catch(W){Ce(E,E.return,W)}}}else if(t.tag===18){if(a===null){E=t;try{var H=E.stateNode;s?Ff(H,!0):Ff(E.stateNode,!1)}catch(W){Ce(E,E.return,W)}}}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(q){Ce(e,e.return,q)}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,zl(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 zl(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:zl(i,d,g,E,s),wn(8,d);break;case 23:break;case 22:var q=d.stateNode;d.memoizedState!==null?q._visibility&2?zl(i,d,g,E,s):Mn(i,d):(q._visibility|=2,zl(i,d,g,E,s)),s&&z&2048&&oc(d.alternate,d);break;case 24:zl(i,d,g,E,s),s&&z&2048&&dc(d.alternate,d);break;default:zl(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&&$h(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 _n(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:_n(e),e.flags&2048&&wa(9,e,e.return);break;case 3:_n(e);break;case 12:_n(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)):_n(e);break;default:_n(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 lh={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}},nh=typeof WeakMap=="function"?WeakMap:Map,Ne=0,_e=null,me=null,he=0,Te=0,Nt=null,Aa=!1,Ol=!1,fc=!1,oa=0,qe=0,Ma=0,sl=0,mc=0,St=0,Ul=0,zn=null,mt=null,xc=!1,Ks=0,xf=0,Js=1/0,Ws=null,Ra=null,Je=0,_a=null,Ll=null,da=0,hc=0,gc=null,hf=null,Dn=0,pc=null;function Et(){return(Ne&2)!==0&&he!==0?he&-he:B.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===_e&&(Te===2||Te===9)||e.cancelPendingCommit!==null)&&(Hl(e,0),za(e,he,St,!1)),Il(e,a),((Ne&2)===0||e!==_e)&&(e===_e&&((Ne&2)===0&&(sl|=a),qe===4&&za(e,he,St,!1)),Vt(e))}function pf(e,t,a){if((Ne&6)!==0)throw Error(c(327));var l=!a&&(t&127)===0&&(t&e.expiredLanes)===0||Pl(e,t),s=l?ih(e,t):vc(e,t,!0),i=l;do{if(s===0){Ol&&!l&&za(e,t,0,!1);break}else{if(a=e.current.alternate,i&&!sh(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=zn;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),za(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:za(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(za(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,q,G,O,H){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 W=(i&62914560)===i?Ks-ht():(i&4194048)===i?xf-ht():0;if(W=Gh(G,W),W!==null){da=i,e.cancelPendingCommit=W(Cf.bind(null,e,t,i,a,l,s,d,g,E,q,G,null,O,H)),za(e,i,d,!z);return}}Cf(e,t,i,a,l,s,d,g,E)}function sh(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 za(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(Ne&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,Th(a)),a=e.cancelPendingCommit,a!==null&&(e.cancelPendingCommit=null,a()),da=0,yc(),_e=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=qe=0,mt=zn=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){ue=null,B.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&&(qe=1,ks(e,At(t,e.current)))}function bf(){var e=bt.current;return e===null?!0:(he&4194048)===he?zt===null:(he&62914560)===he||(he&536870912)!==0?e===zt:!1}function jf(){var e=B.H;return B.H=En,e===null?En:e}function Nf(){var e=B.A;return B.A=lh,e}function Ps(){qe=4,Aa||(he&4194048)!==he&&bt.current!==null||(Ol=!0),(Ma&134217727)===0&&(sl&134217727)===0||_e===null||za(_e,he,St,!1)}function vc(e,t,a){var l=Ne;Ne|=2;var s=jf(),i=Nf();(_e!==e||he!==t)&&(Ws=null,Hl(e,t)),t=!1;var d=qe;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)}}rh(),d=qe;break}catch(q){vf(e,q)}while(!0);return t&&e.shellSuspendCounter++,ea=Wa=null,Ne=l,B.H=s,B.A=i,me===null&&(_e=null,he=0,ys()),d}function rh(){for(;me!==null;)Sf(me)}function ih(e,t){var a=Ne;Ne|=2;var l=jf(),s=Nf();_e!==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(zo(i)){Te=0,Nt=null,Ef(t);break}t=function(){Te!==2&&Te!==9||_e!==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:zo(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(),qe=6;break e;default:throw Error(c(462))}}ch();break}catch(q){vf(e,q)}while(!0);return ea=Wa=null,B.H=l,B.A=s,Ne=a,me!==null?0:(_e=null,he=0,ys(),qe)}function ch(){for(;me!==null&&!_m();)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(Wx(e,s,t,a,he)){qe=1,ks(e,At(a,e.current)),me=null;return}}catch(i){if(s!==null)throw me=s,i;qe=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=Ix(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);qe===0&&(qe=5)}function Tf(e,t){do{var a=eh(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);qe=6,me=null}function Cf(e,t,a,l,s,i,d,g,E){e.cancelPendingCommit=null;do er();while(Je!==0);if((Ne&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,Ym(e,a,i,d,g,E),e===_e&&(me=_e=null,he=0),Ll=t,_a=e,da=a,hc=i,gc=s,hf=l,(t.subtreeFlags&10256)!==0||(t.flags&10256)!==0?(e.callbackNode=null,e.callbackPriority=0,fh(as,function(){return _f(),null})):(e.callbackNode=null,e.callbackPriority=0),l=(t.flags&13878)!==0,(t.subtreeFlags&13878)!==0||l){l=B.T,B.T=null,s=Z.p,Z.p=2,d=Ne,Ne|=4;try{th(e,t,a)}finally{Ne=d,Z.p=s,B.T=l}}Je=1,wf(),Af(),Mf()}}function wf(){if(Je===1){Je=0;var e=_a,t=Ll,a=(t.flags&13878)!==0;if((t.subtreeFlags&13878)!==0||a){a=B.T,B.T=null;var l=Z.p;Z.p=2;var s=Ne;Ne|=4;try{rf(t,e);var i=_c,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,q=E.end;if(q===void 0&&(q=z),"selectionStart"in g)g.selectionStart=z,g.selectionEnd=Math.min(q,g.value.length);else{var G=g.ownerDocument||document,O=G&&G.defaultView||window;if(O.getSelection){var H=O.getSelection(),W=g.textContent.length,ne=Math.min(E.start,W),Me=E.end===void 0?ne:Math.min(E.end,W);!H.extend&&ne>Me&&(d=Me,Me=ne,ne=d);var A=uo(g,ne),T=uo(g,Me);if(A&&T&&(H.rangeCount!==1||H.anchorNode!==A.node||H.anchorOffset!==A.offset||H.focusNode!==T.node||H.focusOffset!==T.offset)){var _=G.createRange();_.setStart(A.node,A.offset),H.removeAllRanges(),ne>Me?(H.addRange(_),H.extend(T.node,T.offset)):(_.setEnd(T.node,T.offset),H.addRange(_))}}}}for(G=[],H=g;H=H.parentNode;)H.nodeType===1&&G.push({element:H,left:H.scrollLeft,top:H.scrollTop});for(typeof g.focus=="function"&&g.focus(),g=0;g<G.length;g++){var $=G[g];$.element.scrollLeft=$.left,$.element.scrollTop=$.top}}fr=!!Rc,_c=Rc=null}finally{Ne=s,Z.p=l,B.T=a}}e.current=t,Je=2}}function Af(){if(Je===2){Je=0;var e=_a,t=Ll,a=(t.flags&8772)!==0;if((t.subtreeFlags&8772)!==0||a){a=B.T,B.T=null;var l=Z.p;Z.p=2;var s=Ne;Ne|=4;try{tf(e,t.alternate,t)}finally{Ne=s,Z.p=l,B.T=a}}Je=3}}function Mf(){if(Je===4||Je===3){Je=0,zm();var e=_a,t=Ll,a=da,l=hf;(t.subtreeFlags&10256)!==0||(t.flags&10256)!==0?Je=5:(Je=0,Ll=_a=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=B.T,s=Z.p,Z.p=2,B.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{B.T=t,Z.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(),_f()}function _f(){if(Je!==5)return!1;var e=_a,t=hc;hc=0;var a=Hr(da),l=B.T,s=Z.p;try{Z.p=32>a?32:a,B.T=null,a=gc,gc=null;var i=_a,d=da;if(Je=0,Ll=_a=null,da=0,(Ne&6)!==0)throw Error(c(331));var g=Ne;if(Ne|=4,ff(i.current),uf(i,i.current,d,a),Ne=g,On(0,!1),gt&&typeof gt.onPostCommitFiberRoot=="function")try{gt.onPostCommitFiberRoot(Fl,i)}catch{}return!0}finally{Z.p=s,B.T=l,Rf(e,t)}}function zf(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)zf(e,e,a);else for(;t!==null;){if(t.tag===3){zf(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=zd(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 nh;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=uh.bind(null,e,t,a),t.then(e,e))}function uh(e,t,a){var l=e.pingCache;l!==null&&l.delete(t),e.pingedLanes|=e.suspendedLanes&a,e.warmLanes&=~a,_e===e&&(he&a)===a&&(qe===4||qe===3&&(he&62914560)===he&&300>ht()-Ks?(Ne&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 oh(e){var t=e.memoizedState,a=0;t!==null&&(a=t.retryLane),Df(e,a)}function dh(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 fh(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,xh())}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===_e?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 mh(){Of()}function Of(){ar=jc=!1;var e=0;Da!==0&&Eh()&&(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]=km(g,t)):E<=t&&(e.expiredLanes|=g),i&=~g}if(t=_e,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===_e?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 xh(){Ch(function(){(Ne&6)!==0?Dr(Nu,mh):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 hh(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],gh=Tc.toLowerCase(),ph=Tc[0].toUpperCase()+Tc.slice(1);Ht(gh,"on"+ph)}Ht(ho,"onAnimationEnd"),Ht(go,"onAnimationIteration"),Ht(po,"onAnimationStart"),Ht("dblclick","onDoubleClick"),Ht("focusin","onFocus"),Ht("focusout","onBlur"),Ht(Dx,"onTransitionRun"),Ht(Ox,"onTransitionStart"),Ht(Ux,"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(" "),yh=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(q){ps(q)}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(q){ps(q)}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)||(Yf(t,e,2,!1),a.add(l))}function Cc(e,t,a){var l=0;t&&(l|=4),Yf(a,e,l,t)}var lr="_reactListening"+Math.random().toString(36).slice(2);function wc(e){if(!e[lr]){e[lr]=!0,zu.forEach(function(a){a!=="selectionchange"&&(yh.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 Yf(e,t,a,l){switch(g0(t)){case 2:var s=Qh;break;case 8:s=Zh;break;default:s=$c}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,q=Xr(a),G=[];e:{var O=vo.get(e);if(O!==void 0){var H=xs,W=e;switch(e){case"keypress":if(fs(a)===0)break e;case"keydown":case"keyup":H=dx;break;case"focusin":W="focus",H=Fr;break;case"focusout":W="blur",H=Fr;break;case"beforeblur":case"afterblur":H=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":H=Zu;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":H=Im;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":H=xx;break;case ho:case go:case po:H=ax;break;case yo:H=gx;break;case"scroll":case"scrollend":H=Fm;break;case"wheel":H=yx;break;case"copy":case"cut":case"paste":H=nx;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":H=Ju;break;case"toggle":case"beforetoggle":H=bx}var ne=(t&4)!==0,Me=!ne&&(e==="scroll"||e==="scrollend"),A=ne?O!==null?O+"Capture":null:O;ne=[];for(var T=z,_;T!==null;){var $=T;if(_=$.stateNode,$=$.tag,$!==5&&$!==26&&$!==27||_===null||A===null||($=an(T,A),$!=null&&ne.push(Ln(T,$,_))),Me)break;T=T.return}0<ne.length&&(O=new H(O,W,null,a,q),G.push({event:O,listeners:ne}))}}if((t&7)===0){e:{if(O=e==="mouseover"||e==="pointerover",H=e==="mouseout"||e==="pointerout",O&&a!==Vr&&(W=a.relatedTarget||a.fromElement)&&(il(W)||W[rl]))break e;if((H||O)&&(O=q.window===q?q:(O=q.ownerDocument)?O.defaultView||O.parentWindow:window,H?(W=a.relatedTarget||a.toElement,H=z,W=W?il(W):null,W!==null&&(Me=m(W),ne=W.tag,W!==Me||ne!==5&&ne!==27&&ne!==6)&&(W=null)):(H=null,W=z),H!==W)){if(ne=Zu,$="onMouseLeave",A="onMouseEnter",T="mouse",(e==="pointerout"||e==="pointerover")&&(ne=Ju,$="onPointerLeave",A="onPointerEnter",T="pointer"),Me=H==null?O:tn(H),_=W==null?O:tn(W),O=new ne($,T+"leave",H,a,q),O.target=Me,O.relatedTarget=_,$=null,il(q)===z&&(ne=new ne(A,T+"enter",W,a,q),ne.target=_,ne.relatedTarget=Me,$=ne),Me=$,H&&W)t:{for(ne=vh,A=H,T=W,_=0,$=A;$;$=ne($))_++;$=0;for(var ae=T;ae;ae=ne(ae))$++;for(;0<_-$;)A=ne(A),_--;for(;0<$-_;)T=ne(T),$--;for(;_--;){if(A===T||T!==null&&A===T.alternate){ne=A;break t}A=ne(A),T=ne(T)}ne=null}else ne=null;H!==null&&$f(G,O,H,ne,!1),W!==null&&Me!==null&&$f(G,Me,W,ne,!0)}}e:{if(O=z?tn(z):window,H=O.nodeName&&O.nodeName.toLowerCase(),H==="select"||H==="input"&&O.type==="file")var ve=lo;else if(to(O))if(no)ve=Rx;else{ve=Ax;var ee=wx}else H=O.nodeName,!H||H.toLowerCase()!=="input"||O.type!=="checkbox"&&O.type!=="radio"?z&&Gr(z.elementType)&&(ve=lo):ve=Mx;if(ve&&(ve=ve(e,z))){ao(G,ve,a,q);break e}ee&&ee(e,O,z),e==="focusout"&&z&&O.type==="number"&&z.memoizedProps.value!=null&&$r(O,"number",O.value)}switch(ee=z?tn(z):window,e){case"focusin":(to(ee)||ee.contentEditable==="true")&&(gl=ee,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,q);break;case"selectionchange":if(zx)break;case"keydown":case"keyup":mo(G,a,q)}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=q,Kr="value"in pa?pa.value:pa.textContent,hl=!0)),ee=nr(z,ge),0<ee.length&&(ge=new Ku(ge,e,null,a,q),G.push({event:ge,listeners:ee}),de?ge.data=de:(de=eo(a),de!==null&&(ge.data=de)))),(de=Nx?Sx(e,a):Ex(e,a))&&(ge=nr(z,"onBeforeInput"),0<ge.length&&(ee=new Ku("onBeforeInput","beforeinput",null,a,q),G.push({event:ee,listeners:ge}),ee.data=de)),hh(G,e,z,a,q)}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 vh(e){if(e===null)return null;do e=e.return;while(e&&e.tag!==5&&e.tag!==27);return e||null}function $f(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 bh=/\r\n?/g,jh=/\u0000|\uFFFD/g;function Gf(e){return(typeof e=="string"?e:""+e).replace(bh,`
9
+ `).replace(jh,"")}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":$u(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=Jm.get(a)||a,is(e,a,l))}}function Mc(e,t,a,l,s,i){switch(a){case"style":$u(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 q=a[l];if(q!=null)switch(l){case"name":s=q;break;case"type":d=q;break;case"checked":E=q;break;case"defaultChecked":z=q;break;case"value":i=q;break;case"defaultValue":g=q;break;case"children":case"dangerouslySetInnerHTML":if(q!=null)throw Error(c(137,t));break;default:Ae(e,t,l,q,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(q in a)a.hasOwnProperty(q)&&(l=a[q],l!==void 0&&Mc(e,t,q,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 Nh(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,q=null;for(H in a){var G=a[H];if(a.hasOwnProperty(H)&&G!=null)switch(H){case"checked":break;case"value":break;case"defaultValue":E=G;default:l.hasOwnProperty(H)||Ae(e,t,H,null,l,G)}}for(var O in l){var H=l[O];if(G=a[O],l.hasOwnProperty(O)&&(H!=null||G!=null))switch(O){case"type":i=H;break;case"name":s=H;break;case"checked":z=H;break;case"defaultChecked":q=H;break;case"value":d=H;break;case"defaultValue":g=H;break;case"children":case"dangerouslySetInnerHTML":if(H!=null)throw Error(c(137,t));break;default:H!==G&&Ae(e,t,O,H,l,G)}}Yr(e,d,g,E,z,q,i,s);return;case"select":H=d=g=O=null;for(i in a)if(E=a[i],a.hasOwnProperty(i)&&E!=null)switch(i){case"value":break;case"multiple":H=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":O=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=H,O!=null?dl(e,!!a,O,!1):!!l!=!!a&&(t!=null?dl(e,!!a,t,!0):dl(e,!!a,a?[]:"",!1));return;case"textarea":H=O=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":O=s;break;case"defaultValue":H=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,O,H);return;case"option":for(var W in a)O=a[W],a.hasOwnProperty(W)&&O!=null&&!l.hasOwnProperty(W)&&(W==="selected"?e.selected=!1:Ae(e,t,W,null,l,O));for(E in l)O=l[E],H=a[E],l.hasOwnProperty(E)&&O!==H&&(O!=null||H!=null)&&(E==="selected"?e.selected=O&&typeof O!="function"&&typeof O!="symbol":Ae(e,t,E,O,l,H));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 ne in a)O=a[ne],a.hasOwnProperty(ne)&&O!=null&&!l.hasOwnProperty(ne)&&Ae(e,t,ne,null,l,O);for(z in l)if(O=l[z],H=a[z],l.hasOwnProperty(z)&&O!==H&&(O!=null||H!=null))switch(z){case"children":case"dangerouslySetInnerHTML":if(O!=null)throw Error(c(137,t));break;default:Ae(e,t,z,O,l,H)}return;default:if(Gr(t)){for(var Me in a)O=a[Me],a.hasOwnProperty(Me)&&O!==void 0&&!l.hasOwnProperty(Me)&&Mc(e,t,Me,void 0,l,O);for(q in l)O=l[q],H=a[q],!l.hasOwnProperty(q)||O===H||O===void 0&&H===void 0||Mc(e,t,q,O,l,H);return}}for(var A in a)O=a[A],a.hasOwnProperty(A)&&O!=null&&!l.hasOwnProperty(A)&&Ae(e,t,A,null,l,O);for(G in l)O=l[G],H=a[G],!l.hasOwnProperty(G)||O===H||O==null&&H==null||Ae(e,t,G,O,l,H)}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 Sh(){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 q=E.transferSize,G=E.initiatorType;q&&Xf(G)&&(E=E.responseEnd,d+=q*(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,_c=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 zc(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 Eh(){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,Th=typeof clearTimeout=="function"?clearTimeout:void 0,Jf=typeof Promise=="function"?Promise:void 0,Ch=typeof queueMicrotask=="function"?queueMicrotask:typeof Jf<"u"?function(e){return Jf.resolve(null).then(e).catch(wh)}:Kf;function wh(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 Ah(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 Mh(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 Rh(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=Z.d;Z.d={f:_h,r:zh,D:Dh,C:Oh,L:Uh,m:Lh,X:Bh,S:Hh,M:qh};function _h(){var e=fa.f(),t=Fs();return e||t}function zh(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 Dh(e){fa.D(e),l0("dns-prefetch",e,null)}function Oh(e,t){fa.C(e,t),l0("preconnect",e,t)}function Uh(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=Yl(e);break;case"script":i=$l(e)}Ot.has(i)||(e=p({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 Lh(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=$l(e)}if(!Ot.has(i)&&(e=p({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 Hh(e,t,a){fa.S(e,t,a);var l=kl;if(l&&e){var s=ul(l).hoistableStyles,i=Yl(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=p({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,q){E.onload=z,E.onerror=q}),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 Bh(e,t){fa.X(e,t);var a=kl;if(a&&e){var l=ul(a).hoistableScripts,s=$l(e),i=l.get(s);i||(i=a.querySelector(qn(s)),i||(e=p({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 qh(e,t){fa.M(e,t);var a=kl;if(a&&e){var l=ul(a).hoistableScripts,s=$l(e),i=l.get(s);i||(i=a.querySelector(qn(s)),i||(e=p({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=Yl(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=Yl(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||kh(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=$l(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 Yl(e){return'href="'+Ct(e)+'"'}function Bn(e){return'link[rel="stylesheet"]['+e+"]"}function s0(e){return p({},e,{"data-precedence":e.precedence,precedence:null})}function kh(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 $l(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=p({},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=Yl(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=$l(a.src),(s=e.querySelector(qn(i)))?(t.instance=s,We(s),s):(l=a,(s=Ot.get(i))&&(l=p({},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 Yh(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 $h(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=Yl(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 Gh(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*Sh());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(Vh,e),or=null,ur.call(e))}function Vh(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:le,_currentValue2:le,_threadCount:0};function Xh(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,q,G){return e=new Xh(e,t,a,d,E,z,q,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 Yc(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),Yc(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),Yc(e,t)}}var fr=!0;function Qh(e,t,a,l){var s=B.T;B.T=null;var i=Z.p;try{Z.p=2,$c(e,t,a,l)}finally{Z.p=i,B.T=s}}function Zh(e,t,a,l){var s=B.T;B.T=null;var i=Z.p;try{Z.p=8,$c(e,t,a,l)}finally{Z.p=i,B.T=s}}function $c(e,t,a,l){if(fr){var s=Gc(l);if(s===null)Ac(e,t,l,mr,a),p0(e,l);else if(Jh(s,e,t,a,l))l.stopPropagation();else if(p0(e,l),t&4&&-1<Kh.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=$a(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),(Ne&6)===0&&(Js=ht()+500,On(0))}}break;case 31:case 13:g=Za(i,2),g!==null&&xt(g,i,2),Fs(),Yc(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=j(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(Dm()){case Nu:return 2;case Su:return 8;case as:case Om:return 32;case Eu:return 268435456;default:return 32}default:return 32}}var Xc=!1,Ua=null,La=null,Ha=null,Yn=new Map,$n=new Map,Ba=[],Kh="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":Yn.delete(t.pointerId);break;case"gotpointercapture":case"lostpointercapture":$n.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 Jh(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 Yn.set(i,Gn(Yn.get(i)||null,e,t,a,l,s)),!0;case"gotpointercapture":return i=s.pointerId,$n.set(i,Gn($n.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=j(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 Wh(){Xc=!1,Ua!==null&&xr(Ua)&&(Ua=null),La!==null&&xr(La)&&(La=null),Ha!==null&&xr(Ha)&&(Ha=null),Yn.forEach(v0),$n.forEach(v0)}function hr(e,t){e.blockedOn===t&&(e.blockedOn=null,Xc||(Xc=!0,r.unstable_scheduleCallback(r.unstable_NormalPriority,Wh)))}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),Yn.forEach(t),$n.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"));Z.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 Fh={bundleType:0,version:"19.2.4",rendererPackageName:"react-dom",currentDispatcherRef:B,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(Fh),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 z0;function ig(){if(z0)return Jc.exports;z0=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=rg(),Jc.exports}var cg=ig();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 ug(r={}){function o(c,f){let m=f.state?.masked,{pathname:h,search:j,hash:y}=m||c.location;return ru("",{pathname:h,search:j,hash:y},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 dg(o,u,null,r)}function Le(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 og(){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||og(),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 dg(r,o,u,c={}){let{window:f=document.defaultView,v5Compat:m=!1}=c,h=f.history,j="POP",y=null,x=v();x==null&&(x=0,h.replaceState({...h.state,idx:x},""));function v(){return(h.state||{idx:null}).idx}function p(){j="POP";let C=v(),R=C==null?null:C-x;x=C,y&&y({action:j,location:D.location,delta:R})}function N(C,R){j="PUSH";let w=O0(C)?C:ru(D.location,C,R);x=v()+1;let L=U0(w,x),J=D.createHref(w.unstable_mask||w);try{h.pushState(L,"",J)}catch(X){if(X instanceof DOMException&&X.name==="DataCloneError")throw X;f.location.assign(J)}m&&y&&y({action:j,location:D.location,delta:1})}function M(C,R){j="REPLACE";let w=O0(C)?C:ru(D.location,C,R);x=v();let L=U0(w,x),J=D.createHref(w.unstable_mask||w);h.replaceState(L,"",J),m&&y&&y({action:j,location:D.location,delta:0})}function U(C){return fg(C)}let D={get action(){return j},get location(){return r(f,h)},listen(C){if(y)throw new Error("A history only accepts one active listener");return f.addEventListener(D0,p),y=C,()=>{f.removeEventListener(D0,p),y=null}},createHref(C){return o(f,C)},createURL:U,encodeLocation(C){let R=U(C);return{pathname:R.pathname,search:R.search,hash:R.hash}},push:N,replace:M,go(C){return h.go(C)}};return D}function fg(r,o=!1){let u="http://localhost";typeof window<"u"&&(u=window.location.origin!=="null"?window.location.origin:window.location.href),Le(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 em(r,o,u="/"){return mg(r,o,u,!1)}function mg(r,o,u,c){let f=typeof o=="string"?Zl(o):o,m=xa(f.pathname||"/",u);if(m==null)return null;let h=tm(r);xg(h);let j=null;for(let y=0;j==null&&y<h.length;++y){let x=Tg(m);j=Sg(h[y],x,c)}return j}function tm(r,o=[],u=[],c="",f=!1){let m=(h,j,y=f,x)=>{let v={relativePath:x===void 0?h.path||"":x,caseSensitive:h.caseSensitive===!0,childrenIndex:j,route:h};if(v.relativePath.startsWith("/")){if(!v.relativePath.startsWith(c)&&y)return;Le(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 p=Xt([c,v.relativePath]),N=u.concat(v);h.children&&h.children.length>0&&(Le(h.index!==!0,`Index routes must not have child routes. Please remove all child routes from route path "${p}".`),tm(h.children,o,N,p,y)),!(h.path==null&&!h.index)&&o.push({path:p,score:jg(p,h.index),routesMeta:N})};return r.forEach((h,j)=>{if(h.path===""||!h.path?.includes("?"))m(h,j);else for(let y of am(h.path))m(h,j,!0,y)}),o}function am(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=am(c.join("/")),j=[];return j.push(...h.map(y=>y===""?m:[m,y].join("/"))),f&&j.push(...h),j.map(y=>r.startsWith("/")&&y===""?"/":y)}function xg(r){r.sort((o,u)=>o.score!==u.score?u.score-o.score:Ng(o.routesMeta.map(c=>c.childrenIndex),u.routesMeta.map(c=>c.childrenIndex)))}var hg=/^:[\w-]+$/,gg=3,pg=2,yg=1,vg=10,bg=-2,L0=r=>r==="*";function jg(r,o){let u=r.split("/"),c=u.length;return u.some(L0)&&(c+=bg),o&&(c+=pg),u.filter(f=>!L0(f)).reduce((f,m)=>f+(hg.test(m)?gg:m===""?yg:vg),c)}function Ng(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 Sg(r,o,u=!1){let{routesMeta:c}=r,f={},m="/",h=[];for(let j=0;j<c.length;++j){let y=c[j],x=j===c.length-1,v=m==="/"?o:o.slice(m.length)||"/",p=Sr({path:y.relativePath,caseSensitive:y.caseSensitive,end:x},v),N=y.route;if(!p&&x&&u&&!c[c.length-1].route.index&&(p=Sr({path:y.relativePath,caseSensitive:y.caseSensitive,end:!1},v)),!p)return null;Object.assign(f,p.params),h.push({params:f,pathname:Xt([m,p.pathname]),pathnameBase:Mg(Xt([m,p.pathnameBase])),route:N}),p.pathnameBase!=="/"&&(m=Xt([m,p.pathnameBase]))}return h}function Sr(r,o){typeof r=="string"&&(r={path:r,caseSensitive:!1,end:!0});let[u,c]=Eg(r.path,r.caseSensitive,r.end),f=o.match(u);if(!f)return null;let m=f[0],h=m.replace(/(.)\/+$/,"$1"),j=f.slice(1);return{params:c.reduce((x,{paramName:v,isOptional:p},N)=>{if(v==="*"){let U=j[N]||"";h=m.slice(0,m.length-U.length).replace(/(.)\/+$/,"$1")}const M=j[N];return p&&!M?x[v]=void 0:x[v]=(M||"").replace(/%2F/g,"/"),x},{}),pathname:m,pathnameBase:h,pattern:r}}function Eg(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,j,y,x,v)=>{if(c.push({paramName:j,isOptional:y!=null}),y){let p=v.charAt(x+h.length);return p&&p!=="/"?"/([^\\/]*)":"(?:/([^\\/]*))?"}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 Tg(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 Cg=/^(?:[a-z][a-z0-9+.-]*:|\/\/)/i;function wg(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:Rg(c),hash:_g(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 Ag(r){return r.filter((o,u)=>u===0||o.route.path&&o.route.path.length>0)}function lm(r){let o=Ag(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},Le(!f.pathname||!f.pathname.includes("?"),Ic("?","pathname","search",f)),Le(!f.pathname||!f.pathname.includes("#"),Ic("#","pathname","hash",f)),Le(!f.search||!f.search.includes("#"),Ic("#","search","hash",f)));let m=r===""||f.pathname==="",h=m?"/":f.pathname,j;if(h==null)j=u;else{let p=o.length-1;if(!c&&h.startsWith("..")){let N=h.split("/");for(;N[0]==="..";)N.shift(),p-=1;f.pathname=N.join("/")}j=p>=0?o[p]:"/"}let y=wg(f,j),x=h&&h!=="/"&&h.endsWith("/"),v=(m||h===".")&&u.endsWith("/");return!y.pathname.endsWith("/")&&(x||v)&&(y.pathname+="/"),y}var Xt=r=>r.join("/").replace(/\/\/+/g,"/"),Mg=r=>r.replace(/\/+$/,"").replace(/^\/*/,"/"),Rg=r=>!r||r==="?"?"":r.startsWith("?")?r:"?"+r,_g=r=>!r||r==="#"?"":r.startsWith("#")?r:"#"+r,zg=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 Dg(r){return r!=null&&typeof r.status=="number"&&typeof r.statusText=="string"&&typeof r.internal=="boolean"&&"data"in r}function Og(r){return r.map(o=>o.route.path).filter(Boolean).join("/").replace(/\/\/*/g,"/")||"/"}var nm=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u";function sm(r,o){let u=r;if(typeof u!="string"||!Cg.test(u))return{absoluteURL:void 0,isExternal:!1,to:u};let c=u,f=!1;if(nm)try{let m=new URL(window.location.href),h=u.startsWith("//")?new URL(m.protocol+u):new URL(u),j=xa(h.pathname,o);h.origin===m.origin&&j!=null?u=j+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 rm=["POST","PUT","PATCH","DELETE"];new Set(rm);var Ug=["GET",...rm];new Set(Ug);var Kl=b.createContext(null);Kl.displayName="DataRouter";var Er=b.createContext(null);Er.displayName="DataRouterState";var Lg=b.createContext(!1),im=b.createContext({isTransitioning:!1});im.displayName="ViewTransition";var Hg=b.createContext(new Map);Hg.displayName="Fetchers";var Bg=b.createContext(null);Bg.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 cm="REACT_ROUTER_ERROR",qg="REDIRECT",kg="ROUTE_ERROR_RESPONSE";function Yg(r){if(r.startsWith(`${cm}:${qg}:{`))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 $g(r){if(r.startsWith(`${cm}:${kg}:{`))try{let o=JSON.parse(r.slice(40));if(typeof o=="object"&&o&&typeof o.status=="number"&&typeof o.statusText=="string")return new zg(o.status,o.statusText,o.data)}catch{}}function Gg(r,{relative:o}={}){Le(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}),j=m;return u!=="/"&&(j=m==="/"?u:Xt([u,m])),c.createHref({pathname:j,search:h,hash:f})}function Pn(){return b.useContext(Fn)!=null}function Zt(){return Le(Pn(),"useLocation() may be used only in the context of a <Router> component."),b.useContext(Fn).location}var um="You should call navigate() in a React.useEffect(), not when your component is first rendered.";function om(r){b.useContext(Lt).static||b.useLayoutEffect(r)}function fu(){let{isDataRoute:r}=b.useContext(Qt);return r?lp():Vg()}function Vg(){Le(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(lm(c)),h=b.useRef(!1);return om(()=>{h.current=!0}),b.useCallback((y,x={})=>{if(kt(h.current,um),!h.current)return;if(typeof y=="number"){u.go(y);return}let v=ou(y,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 Xg(){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(lm(u));return b.useMemo(()=>ou(r,JSON.parse(f),c,o==="path"),[r,f,c,o])}function Qg(r,o){return dm(r,o)}function dm(r,o,u){Le(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:{},j=m?m.pathname:"/",y=m?m.pathnameBase:"/",x=m&&m.route;{let C=x&&x.path||"";mm(j,!x||C.endsWith("*")||C.endsWith("*?"),`You rendered descendant <Routes> (or called \`useRoutes()\`) at "${j}" (under <Route path="${C}">) 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="${C}"> to <Route path="${C==="/"?"*":`${C}/*`}">.`)}let v=Zt(),p;if(o){let C=typeof o=="string"?Zl(o):o;Le(y==="/"||C.pathname?.startsWith(y),`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 "${y}" but pathname "${C.pathname}" was given in the \`location\` prop.`),p=C}else p=v;let N=p.pathname||"/",M=N;if(y!=="/"){let C=y.replace(/^\//,"").split("/");M="/"+N.replace(/^\//,"").split("/").slice(C.length).join("/")}let U=em(r,{pathname:M});kt(x||U!=null,`No routes matched location "${p.pathname}${p.search}${p.hash}" `),kt(U==null||U[U.length-1].route.element!==void 0||U[U.length-1].route.Component!==void 0||U[U.length-1].route.lazy!==void 0,`Matched leaf route at location "${p.pathname}${p.search}${p.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 D=Fg(U&&U.map(C=>Object.assign({},C,{params:Object.assign({},h,C.params),pathname:Xt([y,c.encodeLocation?c.encodeLocation(C.pathname.replace(/\?/g,"%3F").replace(/#/g,"%23")).pathname:C.pathname]),pathnameBase:C.pathnameBase==="/"?y:Xt([y,c.encodeLocation?c.encodeLocation(C.pathnameBase.replace(/\?/g,"%3F").replace(/#/g,"%23")).pathname:C.pathnameBase])})),f,u);return o&&D?b.createElement(Fn.Provider,{value:{location:{pathname:"/",search:"",hash:"",state:null,key:"default",unstable_mask:void 0,...p},navigationType:"POP"}},D):D}function Zg(){let r=ap(),o=Dg(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 Kg=b.createElement(Zg,null),fm=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=$g(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(Jg,{error:r},o):o}};fm.contextType=Lg;var eu=new WeakMap;function Jg({children:r,error:o}){let{basename:u}=b.useContext(Lt);if(typeof o=="object"&&o&&"digest"in o&&typeof o.digest=="string"){let c=Yg(o.digest);if(c){let f=eu.get(o);if(f)throw f;let m=sm(c.location,u);if(nm&&!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 Wg({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 Fg(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(p=>p.route.id&&m?.[p.route.id]!==void 0);Le(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,j=-1;if(u&&c){h=c.renderFallback;for(let v=0;v<f.length;v++){let p=f[v];if((p.route.HydrateFallback||p.route.hydrateFallbackElement)&&(j=v),p.route.id){let{loaderData:N,errors:M}=c,U=p.route.loader&&!N.hasOwnProperty(p.route.id)&&(!M||M[p.route.id]===void 0);if(p.route.lazy||U){u.isStatic&&(h=!0),j>=0?f=f.slice(0,j+1):f=[f[0]];break}}}}let y=u?.onError,x=c&&y?(v,p)=>{y(v,{location:c.location,params:c.matches?.[0]?.params??{},unstable_pattern:Og(c.matches),errorInfo:p})}:void 0;return f.reduceRight((v,p,N)=>{let M,U=!1,D=null,C=null;c&&(M=m&&p.route.id?m[p.route.id]:void 0,D=p.route.errorElement||Kg,h&&(j<0&&N===0?(mm("route-fallback",!1,"No `HydrateFallback` element provided to render during initial hydration"),U=!0,C=null):j===N&&(U=!0,C=p.route.hydrateFallbackElement||null)));let R=o.concat(f.slice(0,N+1)),w=()=>{let L;return M?L=D:U?L=C:p.route.Component?L=b.createElement(p.route.Component,null):p.route.element?L=p.route.element:L=v,b.createElement(Wg,{match:p,routeContext:{outlet:v,matches:R,isDataRoute:c!=null},children:L})};return c&&(p.route.ErrorBoundary||p.route.errorElement||N===0)?b.createElement(fm,{location:c.location,revalidation:c.revalidation,component:D,error:M,children:w(),routeContext:{outlet:null,matches:R,isDataRoute:!0},onError:x}):w()},null)}function mu(r){return`${r} must be used within a data router. See https://reactrouter.com/en/main/routers/picking-a-router.`}function Pg(r){let o=b.useContext(Kl);return Le(o,mu(r)),o}function Ig(r){let o=b.useContext(Er);return Le(o,mu(r)),o}function ep(r){let o=b.useContext(Qt);return Le(o,mu(r)),o}function xu(r){let o=ep(r),u=o.matches[o.matches.length-1];return Le(u.route.id,`${r} can only be used on routes that contain a unique "id"`),u.route.id}function tp(){return xu("useRouteId")}function ap(){let r=b.useContext(du),o=Ig("useRouteError"),u=xu("useRouteError");return r!==void 0?r:o.errors?.[u]}function lp(){let{router:r}=Pg("useNavigate"),o=xu("useNavigate"),u=b.useRef(!1);return om(()=>{u.current=!0}),b.useCallback(async(f,m={})=>{kt(u.current,um),u.current&&(typeof f=="number"?await r.navigate(f):await r.navigate(f,{fromRouteId:o,...m}))},[r,o])}var B0={};function mm(r,o,u){!o&&!B0[r]&&(B0[r]=!0,kt(!1,u))}b.memo(np);function np({routes:r,future:o,state:u,isStatic:c,onError:f}){return dm(r,void 0,{state:u,isStatic:c,onError:f})}function Pe(r){Le(!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 sp({basename:r="/",children:o=null,location:u,navigationType:c="POP",navigator:f,static:m=!1,unstable_useTransitions:h}){Le(!Pn(),"You cannot render a <Router> inside another <Router>. You should never have more than one in your app.");let j=r.replace(/^\/*/,"/"),y=b.useMemo(()=>({basename:j,navigator:f,static:m,unstable_useTransitions:h,future:{}}),[j,f,m,h]);typeof u=="string"&&(u=Zl(u));let{pathname:x="/",search:v="",hash:p="",state:N=null,key:M="default",unstable_mask:U}=u,D=b.useMemo(()=>{let C=xa(x,j);return C==null?null:{location:{pathname:C,search:v,hash:p,state:N,key:M,unstable_mask:U},navigationType:c}},[j,x,v,p,N,M,c,U]);return kt(D!=null,`<Router basename="${j}"> is not able to match the URL "${x}${v}${p}" because it does not start with the basename, so the <Router> won't render anything.`),D==null?null:b.createElement(Lt.Provider,{value:y},b.createElement(Fn.Provider,{children:o,value:D}))}function rp({children:r,location:o}){return Qg(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}Le(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>`),Le(!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 ip(r){return Tr(r)&&r.tagName.toLowerCase()==="button"}function cp(r){return Tr(r)&&r.tagName.toLowerCase()==="form"}function up(r){return Tr(r)&&r.tagName.toLowerCase()==="input"}function op(r){return!!(r.metaKey||r.altKey||r.ctrlKey||r.shiftKey)}function dp(r,o){return r.button===0&&(!o||o==="_self")&&!op(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 fp(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 mp(){if(vr===null)try{new FormData(document.createElement("form"),0),vr=!1}catch{vr=!0}return vr}var xp=new Set(["application/x-www-form-urlencoded","multipart/form-data","text/plain"]);function tu(r){return r!=null&&!xp.has(r)?(kt(!1,`"${r}" is not a valid \`encType\` for \`<Form>\`/\`<fetcher.Form>\` and will default to "${Nr}"`),null):r}function hp(r,o){let u,c,f,m,h;if(cp(r)){let j=r.getAttribute("action");c=j?xa(j,o):null,u=r.getAttribute("method")||jr,f=tu(r.getAttribute("enctype"))||Nr,m=new FormData(r)}else if(ip(r)||up(r)&&(r.type==="submit"||r.type==="image")){let j=r.form;if(j==null)throw new Error('Cannot submit a <button> or <input type="submit"> without a <form>');let y=r.getAttribute("formaction")||j.getAttribute("action");if(c=y?xa(y,o):null,u=r.getAttribute("formmethod")||j.getAttribute("method")||jr,f=tu(r.getAttribute("formenctype"))||tu(j.getAttribute("enctype"))||Nr,m=new FormData(j,r),!mp()){let{name:x,type:v,value:p}=r;if(v==="image"){let N=x?`${x}.`:"";m.append(`${N}x`,"0"),m.append(`${N}y`,"0")}else x&&m.append(x,p)}}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 gp(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 pp(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 yp(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 vp(r,o,u){let c=await Promise.all(r.map(async f=>{let m=o.routes[f.route.id];if(m){let h=await pp(m,u);return h.links?h.links():[]}return[]}));return Sp(c.flat(1).filter(yp).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=(y,x)=>u[x]?y.route.id!==u[x].route.id:!0,j=(y,x)=>u[x].pathname!==y.pathname||u[x].route.path?.endsWith("*")&&u[x].params["*"]!==y.params["*"];return m==="assets"?o.filter((y,x)=>h(y,x)||j(y,x)):m==="data"?o.filter((y,x)=>{let v=c.routes[y.route.id];if(!v||!v.hasLoader)return!1;if(h(y,x)||j(y,x))return!0;if(y.route.shouldRevalidate){let p=y.route.shouldRevalidate({currentUrl:new URL(f.pathname+f.search+f.hash,window.origin),currentParams:u[0]?.params||{},nextUrl:new URL(r,window.origin),nextParams:y.params,defaultShouldRevalidate:!0});if(typeof p=="boolean")return p}return!0}):[]}function bp(r,o,{includeHydrateFallback:u}={}){return jp(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 jp(r){return[...new Set(r)]}function Np(r){let o={},u=Object.keys(r).sort();for(let c of u)o[c]=r[c];return o}function Sp(r,o){let u=new Set;return new Set(o),r.reduce((c,f)=>{let m=JSON.stringify(Np(f));return u.has(m)||(u.add(m),c.push({key:m,link:f})),c},[])}function xm(){let r=b.useContext(Kl);return hu(r,"You must render this element inside a <DataRouterContext.Provider> element"),r}function Ep(){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 hm(){let r=b.useContext(gu);return hu(r,"You must render this element inside a <HydratedRouter> element"),r}function Tp(r,o){let u=b.useContext(gu),[c,f]=b.useState(!1),[m,h]=b.useState(!1),{onFocus:j,onBlur:y,onMouseEnter:x,onMouseLeave:v,onTouchStart:p}=o,N=b.useRef(null);b.useEffect(()=>{if(r==="render"&&h(!0),r==="viewport"){let D=R=>{R.forEach(w=>{h(w.isIntersecting)})},C=new IntersectionObserver(D,{threshold:.5});return N.current&&C.observe(N.current),()=>{C.disconnect()}}},[r]),b.useEffect(()=>{if(c){let D=setTimeout(()=>{h(!0)},100);return()=>{clearTimeout(D)}}},[c]);let M=()=>{f(!0)},U=()=>{f(!1),h(!1)};return u?r!=="intent"?[m,N,{}]:[m,N,{onFocus:Qn(j,M),onBlur:Qn(y,U),onMouseEnter:Qn(x,M),onMouseLeave:Qn(v,U),onTouchStart:Qn(p,M)}]:[!1,N,{}]}function Qn(r,o){return u=>{r&&r(u),u.defaultPrevented||o(u)}}function Cp({page:r,...o}){let{router:u}=xm(),c=b.useMemo(()=>em(u.routes,r,u.basename),[u.routes,r,u.basename]);return c?b.createElement(Ap,{page:r,matches:c,...o}):null}function wp(r){let{manifest:o,routeModules:u}=hm(),[c,f]=b.useState([]);return b.useEffect(()=>{let m=!1;return vp(r,o,u).then(h=>{m||f(h)}),()=>{m=!0}},[r,o,u]),c}function Ap({page:r,matches:o,...u}){let c=Zt(),{future:f,manifest:m,routeModules:h}=hm(),{basename:j}=xm(),{loaderData:y,matches:x}=Ep(),v=b.useMemo(()=>q0(r,o,x,m,c,"data"),[r,o,x,m,c]),p=b.useMemo(()=>q0(r,o,x,m,c,"assets"),[r,o,x,m,c]),N=b.useMemo(()=>{if(r===c.pathname+c.search+c.hash)return[];let D=new Set,C=!1;if(o.forEach(w=>{let L=m.routes[w.route.id];!L||!L.hasLoader||(!v.some(J=>J.route.id===w.route.id)&&w.route.id in y&&h[w.route.id]?.shouldRevalidate||L.hasClientLoader?C=!0:D.add(w.route.id))}),D.size===0)return[];let R=gp(r,j,f.unstable_trailingSlashAwareDataRequests,"data");return C&&D.size>0&&R.searchParams.set("_routes",o.filter(w=>D.has(w.route.id)).map(w=>w.route.id).join(",")),[R.pathname+R.search]},[j,f.unstable_trailingSlashAwareDataRequests,y,c,m,v,o,r,h]),M=b.useMemo(()=>bp(p,m),[p,m]),U=wp(p);return b.createElement(b.Fragment,null,N.map(D=>b.createElement("link",{key:D,rel:"prefetch",as:"fetch",href:D,...u})),M.map(D=>b.createElement("link",{key:D,rel:"modulepreload",href:D,...u})),U.map(({key:D,link:C})=>b.createElement("link",{key:D,nonce:u.nonce,...C,crossOrigin:C.crossOrigin??u.crossOrigin})))}function Mp(...r){return o=>{r.forEach(u=>{typeof u=="function"?u(o):u!=null&&(u.current=o)})}}var Rp=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u";try{Rp&&(window.__reactRouterVersion="7.13.1")}catch{}function _p({basename:r,children:o,unstable_useTransitions:u,window:c}){let f=b.useRef();f.current==null&&(f.current=ug({window:c,v5Compat:!0}));let m=f.current,[h,j]=b.useState({action:m.action,location:m.location}),y=b.useCallback(x=>{u===!1?j(x):b.startTransition(()=>j(x))},[u]);return b.useLayoutEffect(()=>m.listen(y),[m,y]),b.createElement(sp,{basename:r,children:o,location:h.location,navigationType:h.action,navigator:m,unstable_useTransitions:u})}var gm=/^(?:[a-z][a-z0-9+.-]*:|\/\/)/i,it=b.forwardRef(function({onClick:o,discover:u="render",prefetch:c="none",relative:f,reloadDocument:m,replace:h,unstable_mask:j,state:y,target:x,to:v,preventScrollReset:p,viewTransition:N,unstable_defaultShouldRevalidate:M,...U},D){let{basename:C,navigator:R,unstable_useTransitions:w}=b.useContext(Lt),L=typeof v=="string"&&gm.test(v),J=sm(v,C);v=J.to;let X=Gg(v,{relative:f}),re=Zt(),V=null;if(j){let Ee=ou(j,[],re.unstable_mask?re.unstable_mask.pathname:"/",!0);C!=="/"&&(Ee.pathname=Ee.pathname==="/"?C:Xt([C,Ee.pathname])),V=R.createHref(Ee)}let[Q,Y,te]=Tp(c,U),I=Op(v,{replace:h,unstable_mask:j,state:y,target:x,preventScrollReset:p,relative:f,viewTransition:N,unstable_defaultShouldRevalidate:M,unstable_useTransitions:w});function Se(Ee){o&&o(Ee),Ee.defaultPrevented||I(Ee)}let Ge=!(J.isExternal||m),He=b.createElement("a",{...U,...te,href:(Ge?V:void 0)||J.absoluteURL||X,onClick:Ge?Se:o,ref:Mp(D,Y),target:x,"data-discover":!L&&u==="render"?"true":void 0});return Q&&!L?b.createElement(b.Fragment,null,He,b.createElement(Cp,{page:X})):He});it.displayName="Link";var pm=b.forwardRef(function({"aria-current":o="page",caseSensitive:u=!1,className:c="",end:f=!1,style:m,to:h,viewTransition:j,children:y,...x},v){let p=In(h,{relative:x.relative}),N=Zt(),M=b.useContext(Er),{navigator:U,basename:D}=b.useContext(Lt),C=M!=null&&qp(p)&&j===!0,R=U.encodeLocation?U.encodeLocation(p).pathname:p.pathname,w=N.pathname,L=M&&M.navigation&&M.navigation.location?M.navigation.location.pathname:null;u||(w=w.toLowerCase(),L=L?L.toLowerCase():null,R=R.toLowerCase()),L&&D&&(L=xa(L,D)||L);const J=R!=="/"&&R.endsWith("/")?R.length-1:R.length;let X=w===R||!f&&w.startsWith(R)&&w.charAt(J)==="/",re=L!=null&&(L===R||!f&&L.startsWith(R)&&L.charAt(R.length)==="/"),V={isActive:X,isPending:re,isTransitioning:C},Q=X?o:void 0,Y;typeof c=="function"?Y=c(V):Y=[c,X?"active":null,re?"pending":null,C?"transitioning":null].filter(Boolean).join(" ");let te=typeof m=="function"?m(V):m;return b.createElement(it,{...x,"aria-current":Q,className:Y,ref:v,style:te,to:h,viewTransition:j},typeof y=="function"?y(V):y)});pm.displayName="NavLink";var zp=b.forwardRef(({discover:r="render",fetcherKey:o,navigate:u,reloadDocument:c,replace:f,state:m,method:h=jr,action:j,onSubmit:y,relative:x,preventScrollReset:v,viewTransition:p,unstable_defaultShouldRevalidate:N,...M},U)=>{let{unstable_useTransitions:D}=b.useContext(Lt),C=Hp(),R=Bp(j,{relative:x}),w=h.toLowerCase()==="get"?"get":"post",L=typeof j=="string"&&gm.test(j),J=X=>{if(y&&y(X),X.defaultPrevented)return;X.preventDefault();let re=X.nativeEvent.submitter,V=re?.getAttribute("formmethod")||h,Q=()=>C(re||X.currentTarget,{fetcherKey:o,method:V,navigate:u,replace:f,state:m,relative:x,preventScrollReset:v,viewTransition:p,unstable_defaultShouldRevalidate:N});D&&u!==!1?b.startTransition(()=>Q()):Q()};return b.createElement("form",{ref:U,method:w,action:R,onSubmit:c?y:J,...M,"data-discover":!L&&r==="render"?"true":void 0})});zp.displayName="Form";function Dp(r){return`${r} must be used within a data router. See https://reactrouter.com/en/main/routers/picking-a-router.`}function ym(r){let o=b.useContext(Kl);return Le(o,Dp(r)),o}function Op(r,{target:o,replace:u,unstable_mask:c,state:f,preventScrollReset:m,relative:h,viewTransition:j,unstable_defaultShouldRevalidate:y,unstable_useTransitions:x}={}){let v=fu(),p=Zt(),N=In(r,{relative:h});return b.useCallback(M=>{if(dp(M,o)){M.preventDefault();let U=u!==void 0?u:Wn(p)===Wn(N),D=()=>v(r,{replace:U,unstable_mask:c,state:f,preventScrollReset:m,relative:h,viewTransition:j,unstable_defaultShouldRevalidate:y});x?b.startTransition(()=>D()):D()}},[p,v,N,u,c,f,o,r,m,h,j,y,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(()=>fp(c.search,u.current?null:o.current),[c.search]),m=fu(),h=b.useCallback((j,y)=>{const x=cu(typeof j=="function"?j(new URLSearchParams(f)):j);u.current=!0,m("?"+x,y)},[m,f]);return[f,h]}var Up=0,Lp=()=>`__${String(++Up)}__`;function Hp(){let{router:r}=ym("useSubmit"),{basename:o}=b.useContext(Lt),u=tp(),c=r.fetch,f=r.navigate;return b.useCallback(async(m,h={})=>{let{action:j,method:y,encType:x,formData:v,body:p}=hp(m,o);if(h.navigate===!1){let N=h.fetcherKey||Lp();await c(N,u,h.action||j,{unstable_defaultShouldRevalidate:h.unstable_defaultShouldRevalidate,preventScrollReset:h.preventScrollReset,formData:v,body:p,formMethod:h.method||y,formEncType:h.encType||x,flushSync:h.flushSync})}else await f(h.action||j,{unstable_defaultShouldRevalidate:h.unstable_defaultShouldRevalidate,preventScrollReset:h.preventScrollReset,formData:v,body:p,formMethod:h.method||y,formEncType:h.encType||x,replace:h.replace,state:h.state,fromRouteId:u,flushSync:h.flushSync,viewTransition:h.viewTransition})},[c,f,o,u])}function Bp(r,{relative:o}={}){let{basename:u}=b.useContext(Lt),c=b.useContext(Qt);Le(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 j=new URLSearchParams(m.search),y=j.getAll("index");if(y.some(v=>v==="")){j.delete("index"),y.filter(p=>p).forEach(p=>j.append("index",p));let v=j.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 qp(r,{relative:o}={}){let u=b.useContext(im);Le(u!=null,"`useViewTransitionState` must be used within `react-router-dom`'s `RouterProvider`. Did you accidentally import `RouterProvider` from `react-router`?");let{basename:c}=ym("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 vm=b.createContext({projects:[],activeProject:null,setActiveProject:()=>{},refreshProjects:()=>{}});function Jl(){return b.useContext(vm)}function kp(){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(y=>y.id===m)||r[0]||null:r[0]||null,j=b.useCallback(y=>{c(x=>(x.set("project",y),x))},[c]);return{projects:r,activeProject:h,setActiveProject:j,refreshProjects:f}}function bm(r,o){const{timeout:u=3e4,retries:c=1,retryDelay:f=2e3}={},[m,h]=b.useState(null),[j,y]=b.useState(!0),[x,v]=b.useState(null),[p,N]=b.useState(0),[M,U]=b.useState(null),D=b.useCallback(()=>N(C=>C+1),[]);return b.useEffect(()=>{if(!r){y(!1),h(null),v(null);return}let C=!1;y(!0),v(null);async function R(w){const L=new AbortController,J=setTimeout(()=>L.abort(),u);try{const X=await fetch(r,{signal:L.signal});if(clearTimeout(J),!X.ok)throw new Error(`HTTP ${X.status}`);const re=X.headers.get("content-type")||"";if(!re.includes("application/json"))throw new Error(`Expected JSON response but got ${re||"unknown"} — server may be restarting`);const V=await X.json();C||(h(V.data??V),v(null),U(new Date),y(!1))}catch(X){if(clearTimeout(J),C)return;if(w>0&&X.name!=="AbortError")return await new Promise(re=>setTimeout(re,f)),C?void 0:R(w-1);X.name==="AbortError"?v(`Request timed out (${Math.round(u/1e3)}s)`):v(String(X.message||X)),y(!1)}}return R(c),()=>{C=!0}},[r,p,u,c,f]),{data:m,loading:j,error:x,refetch:D,fetchedAt:M}}function Re(r,o){const{activeProject:u}=Jl(),c=r.includes("?")?"&":"?",f=u?`${r}${c}project=${u.id}`:r;return bm(f)}const pu=b.createContext(null),Yp=["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 $p({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),j=b.useCallback(()=>{f.current&&f.current.close(),c("connecting");const x=new EventSource(r);f.current=x;for(const v of Yp)x.addEventListener(v,p=>{let N;try{N=JSON.parse(p.data)}catch{return}const M=h.current.get(v);if(M)for(const U of M)try{U(N)}catch{}});x.onopen=()=>c("connected"),x.onerror=()=>{x.close(),c("disconnected"),m.current=setTimeout(()=>{f.current===x&&j()},3e3)}},[r]);b.useEffect(()=>(j(),()=>{m.current&&(clearTimeout(m.current),m.current=null),f.current?.close(),f.current=null}),[j]);const y=b.useCallback((x,v)=>(h.current.has(x)||h.current.set(x,new Set),h.current.get(x).add(v),()=>{const p=h.current.get(x);p&&(p.delete(v),p.size===0&&h.current.delete(x))}),[]);return n.jsx(pu.Provider,{value:{status:u,subscribe:y},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 Gp(){return b.useContext(pu)?.status??"disconnected"}const Vp=[{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 Xp({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 Qp(){const{projects:r,activeProject:o,setActiveProject:u}=Jl(),[c]=Cr(),{data:f}=Re("/api/overview"),[m,h]=b.useState(null),j=b.useCallback(N=>{const M=N;M?.pendingCount!=null&&h(M.pendingCount)},[]);Ue("notification",j);const y=Gp(),x=m??f?.notifications?.pendingCount??0,v=c.get("project"),p=N=>v?`${N}?project=${v}`:N;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:N=>{N.target.value==="__add__"?window.location.href=p("/config"):u(N.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(N=>n.jsx("option",{value:N.id,children:N.name},N.id)),v&&!r.find(N=>N.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:Vp.map(N=>n.jsxs(pm,{to:p(N.path),end:N.path==="/",className:({isActive:M})=>`flex items-center gap-3 px-3 py-2 rounded-lg text-sm mb-0.5 transition-colors ${M?"bg-indigo-500/10 text-indigo-400":"text-gray-400 hover:bg-gray-800 hover:text-gray-200"}`,children:[n.jsx(Xp,{d:N.icon}),n.jsx("span",{className:"flex-1",children:N.label}),N.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})]},N.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 ${y==="connected"?"bg-emerald-400 pulse-dot":y==="connecting"?"bg-amber-400 pulse-dot":"bg-gray-500"}`}),n.jsx("span",{className:"text-xs text-gray-500",children:y==="connected"?"Connected":y==="connecting"?"Connecting...":"Disconnected"})]}),n.jsxs("span",{className:"text-[10px] text-gray-600",children:[r.length," project",r.length!==1?"s":""]})]})})]})}function Zp(){const{data:r}=bm("/api/health"),{activeProject:o}=Jl(),u=o?.name||"Project",c=r?.uptime?Kp(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 Kp(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 Jp 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 Wp={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"},Fp={indigo:"text-indigo-400",emerald:"text-emerald-400",amber:"text-amber-400",rose:"text-rose-400",cyan:"text-cyan-400"};function se({title:r,value:o,subtitle:u,tooltip:c,color:f="indigo"}){return n.jsxs("div",{className:`bg-gradient-to-br ${Wp[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 ${Fp[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 Pp={active:"#6366f1",completed:"#10b981",paused:"#f59e0b",planning:"#06b6d4",abandoned:"#ef4444",backlog:"#6b7280",ready_for_review:"#8b5cf6"};function Ip(r){return Pp[r]||"#6b7280"}function ey({segments:r,size:o=160,centerLabel:u,centerValue:c}){const f=r.reduce((y,x)=>y+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 j=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((y,x)=>{const p=y.value/f*h,N=j;return j+=p,n.jsx("circle",{cx:"64",cy:"64",r:m,fill:"none",stroke:y.color,strokeWidth:"12",strokeDasharray:`${p} ${h-p}`,strokeDashoffset:-N,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 ty(r){return Object.entries(r).filter(([o,u])=>u>0).map(([o,u])=>({label:o,value:u,color:Ip(o)}))}const ay={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 oe({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 ${ay[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 ly({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 nt(){return n.jsx("div",{className:"flex items-center justify-center h-64",children:n.jsx(ly,{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 ny(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 sy(){const[r,o]=b.useState(0),{data:u,loading:c,error:f,refetch:m}=Re(`/api/overview?_r=${r}`),[h,j]=b.useState([]),{activeProject:y}=Jl();Ue("increment-update",()=>o(N=>N+1)),Ue("notification",()=>o(N=>N+1)),Ue("sync-update",()=>o(N=>N+1)),Ue("cost-update",()=>o(N=>N+1));const x=b.useRef(null);b.useEffect(()=>{if(!y||x.current===y.id)return;x.current=y.id;const N=`project=${y.id}`;fetch(`/api/activity/stream?limit=20&${N}`).then(M=>M.json()).then(M=>{M.ok&&Array.isArray(M.data)&&j(M.data)}).catch(()=>{})},[y]);const v=b.useCallback(N=>{j(M=>[N,...M].slice(0,20))},[]);if(Ue("activity",v),c)return n.jsx(nt,{});if(f)return n.jsx(Kt,{message:f,onRetry:m});if(!u)return null;const p=ty(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(it,{to:"/increments?status=active",className:"group",children:n.jsx(se,{title:"Active Increments",value:u.project.activeIncrements,subtitle:`${u.project.totalIncrements} total`,color:"indigo"})}),n.jsx(it,{to:"/increments?status=completed",className:"group",children:n.jsx(se,{title:"Completed",value:u.project.completedIncrements,subtitle:`${Math.round(u.project.completedIncrements/Math.max(u.project.totalIncrements,1)*100)}% done`,color:"emerald"})}),n.jsx(it,{to:"/costs",className:"group",children:n.jsx(se,{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(it,{to:"/analytics",className:"group",children:n.jsx(se,{title:"Events Today",value:u.analytics.last24hEvents,subtitle:`${u.analytics.totalEvents.toLocaleString()} total`,color:"cyan"})})]}),n.jsx(ry,{}),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(oe,{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(ey,{segments:p,centerValue:u.project.totalIncrements,centerLabel:"total"})}),n.jsx("div",{className:"flex flex-wrap gap-2 mt-4 justify-center",children:p.map(N=>n.jsxs(it,{to:`/increments?status=${N.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:N.color}}),n.jsxs("span",{className:"text-xs text-gray-500 hover:text-gray-300",children:[N.label," (",N.value,")"]})]},N.label))})]}),n.jsxs(it,{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(([N,M])=>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:N}),M.configDetail&&n.jsx("div",{className:"text-[10px] text-gray-600 mt-0.5",children:M.configDetail}),!M.configDetail&&M.lastImport&&n.jsxs("div",{className:"text-xs text-gray-600 mt-0.5",children:["Last: ",new Date(M.lastImport).toLocaleDateString()]})]}),n.jsx(oe,{label:ny(M.connectionStatus||M.lastSyncResult),variant:k0(M.connectionStatus)!=="default"?k0(M.connectionStatus):wr(M.lastSyncResult||"")})]},N))}),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(it,{to:"/notifications",onClick:N=>N.stopPropagation(),children:n.jsx(oe,{label:`${u.notifications.criticalCount} critical`,variant:"error"})}),n.jsx(it,{to:"/notifications",onClick:N=>N.stopPropagation(),children:n.jsx(oe,{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(it,{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((N,M)=>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 ${N.severity==="error"?"bg-rose-400":N.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:N.title}),n.jsxs("div",{className:"text-[10px] text-gray-600",children:[N.category,N.timestamp&&` · ${iy(N.timestamp)}`]})]})]},M))})]})]}),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(([N,M])=>n.jsxs(it,{to:`/increments?type=${N}`,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:N}),n.jsx("span",{className:"text-xs text-gray-500 bg-gray-800 px-2 py-0.5 rounded",children:M})]},N))})]})]})}function ry(){const[r,o]=b.useState(0);Ue("error-detected",()=>o(M=>M+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,j=h?"border-rose-500/30":"border-amber-500/20",y=h?"bg-rose-500/10":"bg-amber-500/10",x=h?"text-rose-400":"text-amber-400",v=Math.round(c.baseline/1e3),p=Math.min(Math.round(c.baseline/2e5*100),100),N=h?"bg-rose-500":"bg-amber-500";return n.jsxs("div",{className:`${y} border ${j} 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(oe,{label:h?"Critical":"Warning",variant:h?"error":"warning"}),n.jsxs("span",{className:`text-xs ${x}`,children:["Prompt baseline: ",v,"KB (",p,"% of context window)"]})]}),n.jsx(it,{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:`${N} h-1.5 rounded-full`,style:{width:`${p}%`}})}),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 iy(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 cy(){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,jm=null;function uy(){lu||(lu=!0,queueMicrotask(()=>{lu=!1;const r=jm;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=>{jm=c,Kn.set(r,{value:h,defaultValue:o}),uy()},[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 oy(){const[r,o]=b.useState(0),[u,c]=b.useState(0),[f,m]=Ut("status","all"),[h,j]=Ut("type","all"),y=cy(),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:p,loading:N,error:M,refetch:U}=Re(`/api/increments?${v}`),D=b.useRef(f),C=b.useRef(h);if(b.useEffect(()=>{(D.current!==f||C.current!==h)&&(c(0),D.current=f,C.current=h)},[f,h]),N&&u===0)return n.jsx(nt,{});if(M)return n.jsx(Kt,{message:M,onRetry:U});if(!p)return null;const R=Object.keys(p.summary).filter(L=>L!=="total"&&p.summary[L]>0),w=p.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:[w?.total??p.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:p.summary.total}),R.map(L=>n.jsx(nu,{label:L,active:f===L,onClick:()=>m(L),count:p.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:()=>j("all")})})]}),w&&w.total>0&&n.jsxs("span",{className:"text-xs text-gray-500",children:["Showing ",u+1,"–",Math.min(u+Zn,w.total)," of ",w.total]})]}),p.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:p.increments.map(L=>n.jsxs("tr",{onClick:()=>y(`/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(oe,{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(dy,{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?fy(L.lastActivity):"-"})})]},L.id))})]})}),w&&w.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:!w.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 dy({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 fy(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 my(){const[r,o]=b.useState("skills"),[u,c]=b.useState(!1),[f,m]=b.useState(0);Ue("analytics-event",()=>m(R=>R+1));const{data:h,loading:j,error:y,refetch:x,fetchedAt:v}=Re(`/api/analytics/summary?_r=${f}`),{data:p,loading:N,refetch:M}=Re(`/api/analytics/skills?_r=${f}`);if(j||N)return n.jsx(nt,{});if(y)return n.jsx(Kt,{message:y,onRetry:x});if(!h)return null;const U=h.topCommands?.reduce((R,w)=>R+w.count,0)||0,D=h.topSkills?.reduce((R,w)=>R+w.count,0)||0,C=h.topAgents?.reduce((R,w)=>R+w.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(),M(),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(se,{title:"Total Events",value:h.totalEvents.toLocaleString(),subtitle:`${h.successRate}% success rate`,color:"indigo",tooltip:`${h.totalEvents} events tracked from analytics JSONL`}),n.jsx(se,{title:"Commands",value:U.toLocaleString(),subtitle:`${h.topCommands?.length||0} unique`,color:"cyan",tooltip:`${U} total command invocations across ${h.topCommands?.length||0} distinct commands`}),n.jsx(se,{title:"Skills",value:D.toLocaleString(),subtitle:`${h.topSkills?.length||0} unique`,color:"emerald",tooltip:`${D} total skill activations across ${h.topSkills?.length||0} distinct skills`}),n.jsx(se,{title:"Agents",value:C.toLocaleString(),subtitle:`${h.topAgents?.length||0} unique`,color:"amber",tooltip:`${C} 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(R=>n.jsx("button",{onClick:()=>o(R.key),className:`flex-1 px-3 py-1.5 text-xs rounded-md transition-colors ${r===R.key?"bg-gray-700 text-white":"text-gray-400 hover:text-gray-300"}`,children:R.label},R.key))}),r==="commands"&&n.jsx(xy,{commands:h.topCommands||[]}),r==="skills"&&n.jsx(hy,{skills:p||[]}),r==="agents"&&n.jsx(gy,{agents:h.topAgents||[]}),r==="daily"&&n.jsx(py,{days:h.dailySummaries||[]})]})}function xy({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 hy({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(oe,{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?yy(u.lastUsed):"-"})]},u.name)})})]})]})}function gy({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 py({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(se,{title:"Period Total",value:c.toLocaleString(),subtitle:`Last ${o.length} days`,color:"indigo"}),n.jsx(se,{title:"Daily Average",value:f.toLocaleString(),color:"cyan"}),n.jsx(se,{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),j=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:j})]},m.date)})})]})]})}function yy(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 Nm({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 vy(){const[r,o]=b.useState("overview"),[u,c]=b.useState(null),[f,m]=b.useState(0);Ue("cost-update",()=>m(w=>w+1));const{data:h,loading:j,error:y,refetch:x}=Re(`/api/costs/summary?_r=${f}`);if(j)return n.jsx(nt,{});if(y)return n.jsx(Kt,{message:y,onRetry:x});if(!h)return null;const v=h.sessions||[],p=h.billingContext?.planType==="subscription",N=h.modelBreakdown?Object.entries(h.modelBreakdown).map(([w,L])=>({model:w,...L})).sort((w,L)=>L.cost-w.cost):jy(v),M=v.reduce((w,L)=>w+(L.inputTokens||0),0),U=v.reduce((w,L)=>w+(L.outputTokens||0),0),D=v.reduce((w,L)=>w+(L.cacheReadTokens||0),0),C=v.reduce((w,L)=>w+(L.cacheWriteTokens||0),0),R=M+U+D+C;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:p&&h.billingContext?.monthlyAmount?`$${h.billingContext.monthlyAmount}/mo plan`:"API-equivalent usage analytics"})]})]})}),p&&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(oe,{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(se,{title:p?"API-Equivalent Value":"Total Cost",value:`$${h.totalCost.toFixed(2)}`,subtitle:p&&h.billingContext?.monthlyAmount?`Your plan: $${h.billingContext.monthlyAmount}/mo`:void 0,color:"amber"}),n.jsx(se,{title:p?"Cache Efficiency":"Cache Savings",value:`$${h.totalSavings.toFixed(2)}`,subtitle:p?"API-equivalent savings from cache":void 0,color:"emerald"}),n.jsx(se,{title:"Total Tokens",value:Xl(h.totalTokens),subtitle:Ny(h.totalTokens),color:"indigo"}),n.jsx(se,{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(w=>n.jsx("button",{onClick:()=>o(w),className:`flex-1 px-3 py-1.5 text-xs rounded-md transition-colors ${r===w?"bg-gray-700 text-white":"text-gray-400 hover:text-gray-300"}`,children:w==="overview"?"Breakdown":`Sessions (${v.length})`},w))}),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:p?"Usage Value by Model":"Cost by Model"}),N.length>0?n.jsx(Nm,{items:N.map(w=>({label:w.model,value:parseFloat(w.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:M,total:R,color:"bg-indigo-500"}),n.jsx(br,{label:"Output",value:U,total:R,color:"bg-cyan-500"}),D>0&&n.jsx(br,{label:"Cache Read",value:D,total:R,color:"bg-emerald-500"}),C>0&&n.jsx(br,{label:"Cache Write",value:C,total:R,color:"bg-amber-500"})]})]}),N.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:N.map(w=>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:w.model}),n.jsx("td",{className:"px-4 py-2 text-xs text-gray-500 text-right",children:w.sessions.toLocaleString()}),n.jsx("td",{className:"px-4 py-2 text-xs text-gray-500 text-right",children:Xl(w.tokens)}),n.jsxs("td",{className:"px-4 py-2 text-xs text-amber-400 text-right",children:["$",w.cost.toFixed(2)]}),n.jsxs("td",{className:"px-4 py-2 text-xs text-gray-500 text-right",children:["$",w.sessions>0?(w.cost/w.sessions).toFixed(4):"0"]})]},w.model))})]})]})]}),r==="sessions"&&n.jsx(by,{sessions:v,expandedSession:u,onToggle:w=>c(u===w?null:w)}),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,$0=160,G0=5;function by({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)},[]),j=b.useMemo(()=>r.map(D=>(D.sessionId||"-")===o?$0:su),[r,o]),y=b.useMemo(()=>{const D=[];let C=0;for(const R of j)D.push(C),C+=R;return D},[j]),x=y.length>0?y[y.length-1]+j[j.length-1]:0,v=Math.min(x,su*20),p=b.useMemo(()=>{if(r.length===0)return{start:0,end:0};const D=f,C=f+v;let R=0,w=r.length-1;for(;R<w;){const X=R+w>>1;y[X]+j[X]<=D?R=X+1:w=X}const L=Math.max(0,R-G0);for(R=L,w=r.length-1;R<w;){const X=R+w+1>>1;y[X]>=C?w=X-1:R=X}const J=Math.min(r.length,R+G0+1);return{start:L,end:J}},[f,v,r.length,y,j]);if(b.useEffect(()=>{if(!o||!c.current)return;const D=r.findIndex(L=>(L.sessionId||"-")===o);if(D<0)return;const C=y[D],R=C+$0,w=c.current;R>w.scrollTop+v?w.scrollTop=R-v:C<w.scrollTop&&(w.scrollTop=C)},[o,r,y,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 N=r.slice(p.start,p.end),M=p.start>0?y[p.start]:0,U=p.end<r.length?x-y[p.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:[M>0&&n.jsx("div",{style:{height:`${M}px`}}),n.jsx("table",{className:"w-full table-fixed",children:n.jsx("tbody",{children:N.map(D=>{const C=D.sessionId||"-",R=o===C,w=(D.cacheReadTokens||0)+(D.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(C),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 ${R?"rotate-90":""}`,children:"▸"})}),n.jsx("td",{className:"px-4 py-2 text-xs text-gray-400 font-mono",children:C.slice(0,8)}),n.jsx("td",{className:"px-4 py-2",children:n.jsx(oe,{label:D.model||"unknown",variant:"default"})}),n.jsx("td",{className:"px-4 py-2 text-xs text-gray-500 text-right",children:Xl(D.inputTokens)}),n.jsx("td",{className:"px-4 py-2 text-xs text-gray-500 text-right",children:Xl(D.outputTokens)}),n.jsx("td",{className:"px-4 py-2 text-xs text-gray-500 text-right",children:w>0?Xl(w):"-"}),n.jsxs("td",{className:"px-4 py-2 text-xs text-amber-400 text-right",children:["$",D.cost?.toFixed(4)||"0.0000"]}),n.jsx("td",{className:"px-4 py-2 text-xs text-gray-500 text-right",children:D.duration?V0(D.duration):"-"}),n.jsx("td",{className:"px-4 py-2 text-xs text-gray-500",children:Sy(D.timestamp)})]}),R&&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:D.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:D.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:(D.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:(D.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:["$",D.cost?.toFixed(6)||"0"]})]}),D.savings!=null&&D.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:["$",D.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:D.duration?V0(D.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:D.sessionId})]})]})})})]},C)})})}),U>0&&n.jsx("div",{style:{height:`${U}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 jy(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 Ny(r){return r?r.toLocaleString():"0"}function V0(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 Sy(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,j]=b.useState([]),[y,x]=b.useState("idle"),v=b.useRef(null),p=b.useRef(null);Ue("command-output",U=>{const D=U;p.current&&D.executionId===p.current&&D.line&&j(C=>[...C,D.line])}),Ue("command-complete",U=>{const D=U;if(p.current&&D.executionId===p.current){if(v.current&&(clearTimeout(v.current),v.current=null),o(!1),D.exitCode===0)x("success"),j(C=>[...C,"Command completed successfully."]);else{x("error");const C=`Command failed (exit code ${D.exitCode??"unknown"})`;m(C),j(R=>[...R,C])}p.current=null}}),b.useEffect(()=>()=>{v.current&&clearTimeout(v.current)},[]);const N=b.useCallback(async(U,D)=>{o(!0),m(null),j([`> specweave ${U}${D?` (${Object.values(D).join(", ")})`:""}`]),x("running");try{const C=D?"?"+new URLSearchParams(D).toString():"",w=await(await fetch(`/api/commands/${U}${C}`,{method:"POST"})).json();return w.ok?(c(w.data),p.current=w.data?.id||null,v.current=setTimeout(()=>{p.current&&(p.current=null,o(!1),x("error"),m("Command timed out after 60 seconds"),j(L=>[...L,"Timed out after 60 seconds."]))},6e4),w.data):(m(w.error||"Command failed"),x("error"),j(L=>[...L,`Error: ${w.error||"Command failed"}`]),o(!1),null)}catch(C){return m(String(C)),x("error"),j(R=>[...R,`Error: ${String(C)}`]),o(!1),null}},[]),M=b.useCallback(()=>{o(!1),c(null),m(null),j([]),x("idle"),p.current=null,v.current&&(clearTimeout(v.current),v.current=null)},[]);return{execute:N,running:r,result:u,error:f,output:h,status:y,reset:M}}function Ey(r){switch(r){case"connected":return"success";case"sync_failed":return"warning";case"configured_never_synced":return"info";default:return"default"}}function Ty(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 Cy(){const[r,o]=b.useState("health"),[u,c]=b.useState(null),[f,m]=b.useState(0);Ue("sync-update",()=>m(V=>V+1));const{data:h,loading:j,error:y,refetch:x}=Re(`/api/sync/status?_r=${f}`),{data:v,loading:p}=Re(`/api/sync/audit?limit=100&_r=${f}`),{data:N,loading:M}=Re(`/api/sync/audit/summary?_r=${f}`),{execute:U,running:D}=Ar(),C=async(V,Q)=>{const Y=Q?`${Q}-${V}`:V;c(Y);try{const te=new URLSearchParams(window.location.search).get("project")||"",I=new URLSearchParams;I.set("platform",V),Q&&I.set("repo",Q),te&&I.set("project",te);const Se=new AbortController,Ge=setTimeout(()=>Se.abort(),3e4);await fetch(`/api/sync/verify?${I.toString()}`,{method:"POST",signal:Se.signal}),clearTimeout(Ge),x()}catch{}c(null)};if(j||p||M)return n.jsx(nt,{});if(y)return n.jsx(Kt,{message:y,onRetry:x});if(!h)return null;const R=v?.length||0,w=v?.filter(V=>V.result==="error").length||0,L=v?.filter(V=>V.conflict)||[],J=h.isUmbrella&&h.repos&&h.repos.length>0;let X=0,re=0;if(J&&h.repos)for(const V of h.repos){const Q=Object.values(V.platforms).filter(Y=>Y.connectionStatus!=="not_configured");re+=Q.length,X+=Q.filter(Y=>Y.connectionStatus==="connected").length}else{const V=Object.entries(h.platforms).filter(([Q])=>["github","jira","ado"].includes(Q));re=V.length,X=V.filter(([,Q])=>Q.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"}),!J&&n.jsx("button",{onClick:()=>U("sync-push"),disabled:D,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:D?"Syncing...":"Sync Now"})]}),h.permissions&&n.jsx(wy,{permissions:h.permissions,onSave:x}),n.jsxs("div",{className:"grid grid-cols-2 lg:grid-cols-4 gap-4",children:[n.jsx(se,{title:J?"Repos":"Platforms",value:J?h.repos.length:re,subtitle:`${X} connected`,color:"indigo"}),n.jsx(se,{title:"Audit Entries",value:R,color:"cyan"}),n.jsx(se,{title:"Errors",value:w,color:"rose"}),n.jsx(se,{title:"Conflicts",value:L.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(V=>n.jsx("button",{onClick:()=>o(V),className:`flex-1 px-3 py-1.5 text-xs rounded-md transition-colors ${r===V?"bg-gray-700 text-white":"text-gray-400 hover:text-gray-300"}`,children:V==="health"?"Platform Health":V==="audit"?"Audit Log":`Conflicts (${L.length})`},V))}),r==="health"&&n.jsx(n.Fragment,{children:J&&h.repos?n.jsx(Ay,{repos:h.repos,auditSummary:N,verifying:u,onVerify:C,execute:U,running:D}):n.jsx(My,{platforms:h.platforms,auditSummary:N,verifying:u,onVerify:C})}),r==="audit"&&n.jsx(X0,{entries:v||[]}),r==="conflicts"&&n.jsx(X0,{entries:L}),h.lastUpdated&&n.jsxs("p",{className:"text-xs text-gray-600",children:["Last metadata update: ",new Date(h.lastUpdated).toLocaleString()]})]})}function wy({permissions:r,onSave:o}){const[u,c]=b.useState(r),[f,m]=b.useState(!1),[h,j]=b.useState(null),y=JSON.stringify(u)!==JSON.stringify(r),x=async()=>{m(!0),j(null);try{const p=new URLSearchParams(window.location.search).get("project")||"",N=p?`?project=${p}`:"",M=await fetch(`/api/config${N}`,{method:"PUT",headers:{"Content-Type":"application/json"},body:JSON.stringify({sync:{settings:u}})});if(M.ok)o();else{const U=await M.json().catch(()=>({}));j(U.error||`Save failed (HTTP ${M.status})`)}}catch(p){j(String(p))}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"}),y&&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:p,label:N,desc:M})=>n.jsxs("button",{onClick:()=>c(U=>({...U,[p]:!U[p]})),className:`text-left p-2.5 rounded-lg border transition-colors ${u[p]?"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[p]?"bg-emerald-400":"bg-gray-600"}`}),n.jsx("span",{className:"text-xs font-medium text-gray-300",children:N})]}),n.jsx("p",{className:"text-[10px] text-gray-500 leading-tight",children:M})]},p))})]})}function Ay({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 y=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",{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"})]}),y.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(it,{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:y.map(([x,v])=>n.jsx(Sm,{platform:x,info:v,summary:o?.[x],verifying:u===`${h.repoId}-${x}`,onVerify:()=>c(x,h.repoId)},x))})]},h.repoId)})})}function My({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(Sm,{platform:m,info:h,summary:o?.[m],verifying:u===m,onVerify:()=>c(m)},m))})}function Sm({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(Em,{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(oe,{label:Ty(m),variant:Ey(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(it,{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(oe,{label:String(u.errors),variant:"error"})]})]})]})]})}function X0({entries: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 audit entries"})});const o={success:"success",error:"error",denied:"warning",skipped:"default"};return 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-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((u,c)=>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-xs text-gray-500",children:Ry(u.timestamp)}),n.jsx("td",{className:"px-4 py-2",children:n.jsxs("div",{className:"flex items-center gap-1.5",children:[n.jsx(Em,{platform:u.platform}),n.jsx("span",{className:"text-xs text-gray-400 capitalize",children:u.platform})]})}),n.jsx("td",{className:"px-4 py-2 text-xs text-gray-400",children:u.operation}),n.jsx("td",{className:"px-4 py-2 text-xs text-gray-500 font-mono max-w-[120px] truncate",children:u.itemId||"-"}),n.jsx("td",{className:"px-4 py-2",children:n.jsx(oe,{label:u.direction,variant:u.direction==="push"?"info":"default"})}),n.jsx("td",{className:"px-4 py-2",children:n.jsx(oe,{label:u.result,variant:o[u.result]||"default"})}),n.jsx("td",{className:"px-4 py-2 text-xs text-gray-600 text-right",children:u.duration?`${u.duration}ms`:"-"})]},c))})]})})}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 Em({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 Ry(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 Tm={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,j]=Ut("session",""),[y,x]=b.useState(0),[v,p]=b.useState(f),N=y*Jn,M=u?`&type=${encodeURIComponent(u)}`:"",U=f?`&search=${encodeURIComponent(f)}`:"",[D,C]=b.useState(0);Ue("error-detected",()=>C(P=>P+1));const{data:R,loading:w,error:L}=Re(r==="groups"?`/api/errors/groups?_r=${D}`:""),{data:J,loading:X,error:re}=Re(r==="errors"||r==="groups"?`/api/errors/recent?limit=${Jn}&offset=${N}${M}${U}&_r=${D}`:""),{data:V,loading:Q,error:Y}=Re(r==="sessions"||h?`/api/errors/sessions?limit=50&_r=${D}`:""),{data:te,loading:I,error:Se}=Re(r==="timeline"?`/api/errors/timeline?bucket=60&_r=${D}`:""),Ge=b.useCallback(()=>{m(v.trim()),x(0),v.trim()&&o("errors")},[v,m,o]);b.useEffect(()=>{h&&V&&!V.find(P=>P.sessionId===h)&&j("")},[h,V,j]);const He=r==="groups"&&w||r==="errors"&&X||r==="timeline"&&I||r==="sessions"&&Q,Ee=L||re||(r==="sessions"?Y:null)||(r==="timeline"?Se:null),B=J?.total||0,Z=J?.errors||[],le=R?.length||0,ye=R?.reduce((P,Ke)=>P+Ke.sessions,0)||0,je=R?.[0]?.type||"-",S=h?V?.find(P=>P.sessionId===h):null,k=u?(V||[]).filter(P=>P.errors.some(Ke=>Ke.type===u)):V||[],K=Math.ceil(B/Jn),F=P=>{c(P),o("errors"),j(""),x(0)},ie=P=>{o(P),j(""),P!=="errors"&&x(0)},fe=()=>{c(""),m(""),p(""),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:P=>p(P.target.value),onKeyDown:P=>P.key==="Enter"&&Ge(),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(""),p(""),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:Ge,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(se,{title:"Total Errors",value:B,color:"rose"}),n.jsx(se,{title:"Error Types",value:le,color:"amber"}),n.jsx(se,{title:"Affected Sessions",value:ye,color:"indigo"}),n.jsx(se,{title:"Most Common",value:je,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(P=>n.jsx("button",{onClick:()=>ie(P),className:`flex-1 px-3 py-1.5 text-xs rounded-md transition-colors ${r===P?"bg-gray-700 text-white":"text-gray-400 hover:text-gray-300"}`,children:P==="groups"?"Error Groups":P==="errors"?"All Errors":P==="timeline"?"Timeline":"Sessions"},P))}),(u||f)&&n.jsxs("div",{className:"flex items-center gap-2",children:[u&&n.jsx(oe,{label:`type: ${u.replace(/_/g," ")}`,variant:"info"}),f&&n.jsx(oe,{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"})]})]}),Ee&&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:Ee}),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(Ly,{session:S,onClose:()=>j("")}),He&&!h&&n.jsx(nt,{}),!h&&!He&&r==="groups"&&n.jsx(zy,{groups:R||[],onGroupClick:F}),!h&&!He&&r==="errors"&&n.jsx(Dy,{errors:Z,total:B,page:y,totalPages:K,onPageChange:x,onSessionClick:P=>{j(P),o("sessions")}}),!h&&!He&&r==="timeline"&&n.jsx(Oy,{buckets:te||[],errors:Z,onSessionClick:P=>j(P)}),!h&&!He&&r==="sessions"&&n.jsx(Uy,{sessions:k,onSelect:P=>j(P)}),!He&&!Ee&&B===0&&!h&&n.jsx(yu,{title:"No errors detected",description:"Claude Code session logs are clean"})]})}function zy({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(oe,{label:u.type.replace(/_/g," "),variant:Tm[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 Dy({errors:r,total:o,page:u,totalPages:c,onPageChange:f,onSessionClick:m}){const[h,j]=b.useState(new Set),y=b.useCallback(p=>{j(N=>{const M=new Set(N);return M.has(p)?M.delete(p):M.add(p),M})},[]);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(Q0,{page:u,totalPages:c,onChange:f})]}),n.jsx("div",{className:"divide-y divide-gray-800/50",children:r.map((p,N)=>{const M=h.has(N),U=p.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(oe,{label:p.type.replace(/_/g," "),variant:Tm[p.type]||"default"})}),n.jsxs("div",{className:"flex-1 min-w-0",children:[n.jsxs("div",{className:`text-xs text-gray-300 ${M?"whitespace-pre-wrap break-words":"truncate"} ${U?"cursor-pointer":""}`,onClick:()=>U&&y(N),title:U?M?"Click to collapse":"Click to expand details":void 0,children:[U&&n.jsx("span",{className:"text-indigo-400 mr-1 text-[10px] inline-block w-3",children:M?"▼":"▶"}),M?p.message:p.message.slice(0,200),!M&&U&&n.jsx("span",{className:"text-indigo-400 ml-1",children:"...more"})]}),p.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:p.context.toolName}),p.context.toolInput&&n.jsx("span",{className:"text-[10px] text-gray-500 font-mono truncate max-w-md",children:p.context.toolInput})]}),M&&n.jsx(Cm,{context:p.context})]}),n.jsxs("div",{className:"flex-shrink-0 text-right",children:[n.jsx("div",{className:"text-[10px] text-gray-300 font-mono",title:Ql(p.timestamp),children:es(p.timestamp)}),n.jsx("div",{className:"text-[10px] text-gray-600",children:Ql(p.timestamp)}),n.jsx("button",{onClick:()=>m(p.sessionId),className:"text-[10px] text-indigo-400 hover:text-indigo-300 font-mono mt-0.5 transition-colors",title:"View full session",children:p.sessionId.slice(0,8)}),p.context?.messageIndex!=null&&n.jsxs("div",{className:"text-[10px] text-gray-600",children:["msg #",p.context.messageIndex]})]})]})},`${p.sessionId}-${p.timestamp}-${N}`)})}),c>1&&n.jsx("div",{className:"px-5 py-3 border-t border-gray-800 flex justify-end",children:n.jsx(Q0,{page:u,totalPages:c,onChange:f})})]})}function Cm({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 Q0({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 Oy({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"},j=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,y=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 p=x.count/m*100,N=c?.start===x.start;return n.jsx("div",{className:"flex-1 flex flex-col items-center justify-end cursor-pointer group relative",onClick:()=>f(N?null:x),title:`${y(x.start)}: ${x.count} errors`,children:n.jsx("div",{className:`w-full min-h-[2px] rounded-t transition-all ${N?"bg-indigo-400":"bg-rose-500/70 group-hover:bg-rose-400"}`,style:{height:`${Math.max(p,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?y(r[0].start):""}),n.jsx("span",{className:"text-[9px] text-gray-600",children:r.length>0?y(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 ",j.length," errors from ",y(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:[j.length===0&&n.jsx("p",{className:"text-xs text-gray-600",children:"No errors in this time range"}),j.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 Uy({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(oe,{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 Ly({session:r,onClose:o}){const[u,c]=b.useState(new Set),f=m=>{c(h=>{const j=new Set(h);return j.has(m)?j.delete(m):j.add(m),j})};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 j=u.has(h),y=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(oe,{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 ${j?"whitespace-pre-wrap break-words":""} ${y?"cursor-pointer":""}`,onClick:()=>y&&f(h),title:y?j?"Click to collapse":"Click to expand":void 0,children:[y&&n.jsx("span",{className:"text-indigo-400 mr-1 text-[10px] inline-block w-3",children:j?"▼":"▶"}),j?m.message:m.message.slice(0,300),!j&&y&&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]}),j&&n.jsx(Cm,{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 Hy=[{value:"all",label:"All"},{value:"command",label:"Commands"},{value:"hook",label:"Hooks"},{value:"notification",label:"Notifications"},{value:"cost",label:"Cost"}],By=[{value:"all",label:"All Levels"},{value:"error",label:"Errors"},{value:"warning",label:"Warnings"},{value:"info",label:"Info"}];function qy(){const[r,o]=Ut("category","all"),[u,c]=Ut("severity","all"),f=r||"all",m=u||"all",[h,j]=b.useState([]),[y,x]=b.useState(200),[v,p]=b.useState(null),N=new URLSearchParams;N.set("limit",String(y)),f!=="all"&&N.set("categories",f),m!=="all"&&N.set("severity",m);const{data:M,loading:U}=Re(`/api/activity/stream?${N.toString()}`),D=b.useCallback(Y=>{j(te=>[Y,...te].slice(0,50))},[]);if(Ue("activity",D),U)return n.jsx(nt,{});const C=[...h,...M||[]],R=new Set,w=[];for(const Y of C){const te=`${Y.timestamp}:${Y.title}`;R.has(te)||(R.add(te),w.push(Y))}const L=w.filter(Y=>!(f!=="all"&&Y.category!==f||m!=="all"&&Y.severity!==m)),J=w.filter(Y=>Y.severity==="error").length,X=w.filter(Y=>Y.severity==="warning").length,re=new Set(w.map(Y=>Y.source)),V=Y=>{p(te=>te===Y?null:Y)},Q=()=>{x(Y=>Y+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(se,{title:"Total Events",value:w.length,color:"indigo"}),n.jsx(se,{title:"Errors",value:J,color:"rose"}),n.jsx(se,{title:"Warnings",value:X,color:"amber"}),n.jsx(se,{title:"Sources",value:re.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:Hy.map(Y=>n.jsx("button",{onClick:()=>o(Y.value),className:`px-3 py-1 text-xs rounded-md transition-colors ${f===Y.value?"bg-gray-700 text-white":"text-gray-400 hover:text-gray-300"}`,children:Y.label},Y.value))}),n.jsx("div",{className:"flex gap-1 bg-gray-900/50 border border-gray-800 rounded-lg p-1",children:By.map(Y=>n.jsx("button",{onClick:()=>c(Y.value),className:`px-3 py-1 text-xs rounded-md transition-colors ${m===Y.value?"bg-gray-700 text-white":"text-gray-400 hover:text-gray-300"}`,children:Y.label},Y.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,y).map((Y,te)=>{const I=`${Y.timestamp}-${te}`,Se=v===I;return n.jsx(ky,{event:Y,isExpanded:Se,onToggle:()=>V(I)},I)}),L.length>=y&&n.jsx("div",{className:"p-4 text-center",children:n.jsx("button",{onClick:Q,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 ky({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(oe,{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 $y(){const[r,o]=b.useState(0);Ue("config-changed",()=>o(Q=>Q+1));const{data:u,loading:c,error:f,refetch:m}=Re(`/api/config?_r=${r}`),{activeProject:h}=Jl(),[j,y]=b.useState(new Set),[x,v]=b.useState({}),[p,N]=b.useState(!1),[M,U]=b.useState(null),[D,C]=b.useState([]);if(c)return n.jsx(nt,{});if(f)return n.jsx(Kt,{message:f,onRetry:m});if(!u)return null;const R=Q=>{y(Y=>{const te=new Set(Y);return te.has(Q)?te.delete(Q):te.add(Q),te})},w=Object.keys(x).length>0,L=(Q,Y)=>{v(te=>({...te,[Q]:Y})),C(te=>te.filter(I=>I.path!==Q))},J=async()=>{if(w){N(!0),U(null),C([]);try{const Q={};for(const[He,Ee]of Object.entries(x))Vy(Q,He,Ee);const Y=h?`?project=${h.id}`:"",I=await(await fetch(`/api/config/validate${Y}`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(Q)})).json();if(I.errors&&I.errors.length>0){C(I.errors),U("Validation failed. Fix errors before saving."),N(!1);return}const Ge=await(await fetch(`/api/config${Y}`,{method:"PUT",headers:{"Content-Type":"application/json"},body:JSON.stringify(Q)})).json();Ge.ok?(U("Saved successfully"),v({}),C([]),m(),setTimeout(()=>U(null),3e3)):U(`Error: ${Ge.error}`)}catch(Q){U(`Error: ${Q}`)}finally{N(!1)}}},X=()=>{v({}),U(null),C([])},re=Object.entries(u).filter(([Q,Y])=>typeof Y=="object"&&Y!==null),V=Object.entries(u).filter(([Q,Y])=>typeof Y!="object"||Y===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:[M&&n.jsx("span",{className:`text-xs ${M.startsWith("Error")||M.startsWith("Validation")?"text-rose-400":"text-emerald-400"}`,children:M}),w&&n.jsxs(n.Fragment,{children:[n.jsx(oe,{label:`${Object.keys(x).length} changes`,variant:"warning"}),n.jsx("button",{onClick:X,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:J,disabled:p,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:p?"Saving...":"Save Changes"})]})]})]}),M&&!w&&M==="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"})]}),D.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"})]}),D.map((Q,Y)=>n.jsxs("div",{className:"text-xs text-rose-300 pl-4",children:[n.jsx("span",{className:"font-mono text-rose-400",children:Q.path}),": ",Q.message]},Y))]}),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-3",children:"General"}),n.jsx("div",{className:"space-y-3",children:V.map(([Q,Y])=>n.jsx(Am,{path:Q,label:Q,value:x[Q]!==void 0?x[Q]:Y,original:Y,onChange:te=>L(Q,te),edited:x[Q]!==void 0,validationError:D.find(te=>te.path===Q)?.message},Q))})]}),re.map(([Q,Y])=>n.jsxs("div",{className:"bg-gray-900/50 border border-gray-800 rounded-xl overflow-hidden",children:[n.jsxs("button",{onClick:()=>R(Q),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:Q}),Z0(x,Q)>0&&n.jsx(oe,{label:`${Z0(x,Q)} edited`,variant:"warning"}),D.some(te=>te.path.startsWith(Q+"."))&&n.jsx(oe,{label:"errors",variant:"error"})]}),n.jsx("svg",{className:`w-4 h-4 text-gray-500 transition-transform duration-200 ${j.has(Q)?"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"})})]}),j.has(Q)&&n.jsx("div",{className:"px-5 py-3 border-t border-gray-800",children:n.jsx(wm,{data:Y,path:Q,edits:x,onChange:L,validationErrors:D,depth:0})})]},Q))]})}function wm({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,j])=>{const y=`${o}.${h}`;return j&&typeof j=="object"&&!Array.isArray(j)?n.jsxs("div",{children:[n.jsx("span",{className:"text-xs text-gray-400 font-mono font-medium",children:h}),n.jsx(wm,{data:j,path:y,edits:u,onChange:c,validationErrors:f,depth:m+1})]},h):n.jsx(Am,{path:y,label:h,value:u[y]!==void 0?u[y]:j,original:j,onChange:x=>c(y,x),edited:u[y]!==void 0,validationError:f.find(x=>x.path===y)?.message},h)})})}function Am({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:j=>f(j.target.value?Number(j.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(Gy,{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:j=>f(j.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 Gy({path:r,label:o,value:u,edited:c,onChange:f,validationError:m}){const[h,j]=b.useState(!1),[y,x]=b.useState(""),v=M=>{const U=[...u];U.splice(M,1),f(U)},p=()=>{const M=y.trim();M&&(f([...u,M]),x(""))},N=M=>{M.key==="Enter"&&(M.preventDefault(),p())};return n.jsxs("div",{className:"py-1",children:[n.jsxs("button",{onClick:()=>j(M=>!M),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((M,U)=>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(M)}),n.jsx("button",{onClick:()=>v(U),className:"text-[10px] text-gray-600 hover:text-rose-400 opacity-0 group-hover/item:opacity-100 transition-opacity",children:"remove"})]},U)),n.jsxs("div",{className:"flex items-center gap-2 mt-2",children:[n.jsx("input",{type:"text",value:y,onChange:M=>x(M.target.value),onKeyDown:N,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:p,disabled:!y.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 Z0(r,o){return Object.keys(r).filter(u=>u.startsWith(o+".")).length}function Vy(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 Xy(){const{data:r,loading:o}=Re("/api/plugins/full"),{execute:u,running:c,output:f,status:m,reset:h}=Ar(),[j,y]=b.useState(null);if(o)return n.jsx(nt,{});const x=r?.plugins||[],v=r?.skills||[],p=r?.lsp,N=r?.warmup,M=r?.triggerCount||0,U=x.reduce((w,L)=>w+L.skillCount,0),D=x.reduce((w,L)=>w+L.commandCount,0),C=w=>v.filter(L=>L.plugin===w).sort((L,J)=>J.count-L.count),R=w=>{y(L=>L===w?null:w)};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:U}),n.jsx(ka,{label:"Total Commands",value:D}),n.jsx(ka,{label:"Trigger Keywords",value:M})]}),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(w=>{const L=j===w.name,J=C(w.name);return n.jsxs("div",{children:[n.jsxs("button",{onClick:()=>R(w.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:w.name}),n.jsx("span",{className:"text-xs text-gray-500 font-mono",children:w.version})]}),n.jsxs("div",{className:"flex items-center gap-3",children:[n.jsx(oe,{label:`${w.skillCount} skills`,variant:"info"}),n.jsx(oe,{label:`${w.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:J.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"})]}),J.map(X=>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:X.name}),n.jsx("span",{className:"text-xs text-gray-400 text-right font-mono",children:X.count}),n.jsxs("span",{className:"text-xs text-right font-mono",children:[n.jsx("span",{className:"text-emerald-400",children:X.successCount}),X.failureCount>0&&n.jsxs("span",{className:"text-rose-400",children:["/",X.failureCount]})]}),n.jsx("span",{className:"text-[10px] text-gray-500 text-right",children:X.lastUsed?Qy(X.lastUsed):"-"})]},X.name))]})})]},w.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(Nm,{items:v.sort((w,L)=>L.count-w.count).slice(0,20).map(w=>({label:w.name,value:w.count,color:"#10b981"})),maxBars:20})]}),p&&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(oe,{label:p.status,variant:p.status==="ok"?"success":"warning"}),p.checked&&n.jsxs("span",{className:"text-[10px] text-gray-600",children:["Checked: ",new Date(p.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:p.stats.totalLanguages}),n.jsx(ka,{label:"Checked",value:p.stats.checkedLanguages}),n.jsx(ka,{label:"Binary Missing",value:p.stats.binaryMissing}),n.jsx(ka,{label:"Plugin Missing",value:p.stats.pluginMissing})]}),p.missing.length>0&&n.jsxs("div",{className:"space-y-2",children:[n.jsx("h4",{className:"text-xs text-gray-500",children:"Missing Languages"}),p.missing.map((w,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(oe,{label:w.type,variant:w.type==="binary"?"warning":"default"}),n.jsx("span",{className:"text-xs text-gray-300",children:w.language})]}),n.jsxs("div",{className:"flex items-center gap-2",children:[n.jsx("code",{className:"text-[10px] text-gray-500",children:w.binaryInstall}),w.message&&n.jsx("span",{className:"text-[10px] text-gray-600 max-w-[200px] truncate",children:w.message})]})]},L))]})]}),N&&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:[N.elapsed?`${(N.elapsed/1e3).toFixed(1)}s`:""," |"," ",N.timestamp?new Date(N.timestamp).toLocaleString():""]})]}),n.jsxs("div",{className:"flex flex-wrap gap-2",children:[N.warmedUp.map(w=>n.jsx(oe,{label:w,variant:"success"},w)),N.failed.map(w=>n.jsx(oe,{label:w,variant:"error"},w))]}),N.warmedUp.length===0&&N.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 Qy(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 Zy(){const{data:r,loading:o}=Re("/api/links"),{data:u,loading:c,refetch:f}=Re("/api/services"),{execute:m,running:h,output:j,status:y,reset:x}=Ar();if(o||c)return n.jsx(nt,{});const v=(u||[]).filter(C=>C.status==="running").length,p=(u||[]).length,N=new Map;for(const C of u||[])if(C.port>0&&C.status==="running"){const R=N.get(C.port)||[];R.push(C.name),N.set(C.port,R)}const M=Array.from(N.entries()).filter(([,C])=>C.length>1),U=async C=>{await m(C),setTimeout(()=>f(),3e3)},D=async C=>{await m(C),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:j,status:y,onDismiss:x}),M.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:M.map(([C,R])=>n.jsxs("span",{className:"block",children:["Port ",C," is used by: ",R.join(", ")]},C))})]})]}),n.jsxs("div",{className:"grid grid-cols-2 lg:grid-cols-4 gap-4",children:[n.jsx(se,{title:"Services",value:p,color:"indigo",tooltip:`${p} managed services`}),n.jsx(se,{title:"Running",value:v,color:"emerald",tooltip:`${v} services currently active`}),n.jsx(se,{title:"External Links",value:(r||[]).length,color:"cyan",tooltip:"Configured external links (docs, repos, etc.)"}),n.jsx(se,{title:"Stopped",value:p-v,color:"rose",tooltip:`${p-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((C,R)=>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 ${C.status==="running"?"bg-emerald-400":"bg-gray-600"}`}),n.jsxs("div",{children:[n.jsx("span",{className:"text-sm text-gray-300",children:C.name}),n.jsx("div",{className:"text-[10px] text-gray-600",children:C.status==="running"&&C.detail?n.jsx("a",{href:C.detail,target:"_blank",rel:"noopener noreferrer",className:"text-indigo-400 hover:text-indigo-300 underline transition-colors",children:C.detail}):C.detail})]})]}),n.jsxs("div",{className:"flex items-center gap-2",children:[C.status==="running"&&C.port>0&&n.jsx(oe,{label:`Port ${C.port}`,variant:"info"}),C.status==="running"?n.jsx(oe,{label:"Running",variant:"success"}):n.jsx(oe,{label:"Stopped",variant:"default"}),C.name==="Docs Preview"&&(C.status==="running"?n.jsxs("div",{className:"flex items-center gap-1",children:[n.jsx("a",{href:C.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:()=>D("docs-preview-stop"),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:()=>U("docs-preview-start"),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"})),C.status==="running"&&C.name!=="Docs Preview"&&n.jsx("a",{href:C.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"})]})]},R))})]}),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((C,R)=>n.jsxs("a",{href:C.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(Ky,{type:C.type}),n.jsxs("div",{children:[n.jsx("div",{className:"text-sm text-gray-300 group-hover:text-white transition-colors",children:C.name}),n.jsx("div",{className:"text-[10px] text-gray-600 truncate max-w-[200px]",children:C.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"})})]},R))})]})]})}function Ky({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 K0={critical:0,warning:1,info:2};function Jy(){const[r,o]=b.useState("pending"),[u,c]=b.useState(null),[f,m]=b.useState(0);Ue("notification",()=>m(Y=>Y+1));const{activeProject:h}=Jl(),{data:j,loading:y,error:x,refetch:v}=Re(`/api/notifications?_r=${f}`);if(y)return n.jsx(nt,{});if(x)return n.jsx(Kt,{message:x,onRetry:v});const p=j||[],N=p.filter(Y=>!Y.dismissedAt),M=p.filter(Y=>!!Y.dismissedAt),U=N.filter(Y=>Y.severity==="critical"),D=N.filter(Y=>Y.severity==="warning"),R=[...r==="pending"?N:r==="dismissed"?M:p].sort((Y,te)=>{const I=K0[Y.severity]??3,Se=K0[te.severity]??3;return I!==Se?I-Se:new Date(te.createdAt).getTime()-new Date(Y.createdAt).getTime()}),w=async Y=>{c(Y);try{const te=h?`?project=${h.id}`:"";(await fetch(`/api/notifications/${Y}/dismiss${te}`,{method:"POST"})).ok&&v()}finally{c(null)}},L=async()=>{c("__all__");try{const Y=h?`?project=${h.id}`:"";for(const te of N)await fetch(`/api/notifications/${te.id}/dismiss${Y}`,{method:"POST"});v()}finally{c(null)}},J=Y=>Y==="critical"?"error":Y==="warning"?"warning":"info",X=Y=>Y==="critical"?"border-l-rose-500":Y==="warning"?"border-l-amber-500":"border-l-blue-500",V=(Y=>{const te={};for(const I of Y)te[I.severity]||(te[I.severity]=[]),te[I.severity].push(I);return te})(R),Q={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(se,{title:"Pending",value:N.length,color:"indigo"}),n.jsx(se,{title:"Critical",value:U.length,color:"rose"}),n.jsx(se,{title:"Warnings",value:D.length,color:"amber"}),n.jsx(se,{title:"Dismissed",value:M.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 (${N.length})`},{value:"dismissed",label:`Dismissed (${M.length})`},{value:"all",label:`All (${p.length})`}].map(Y=>n.jsx("button",{onClick:()=>o(Y.value),className:`px-3 py-1.5 text-xs rounded-md transition-colors ${r===Y.value?"bg-gray-700 text-white":"text-gray-400 hover:text-gray-300"}`,children:Y.label},Y.value))}),N.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"})]}),R.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(Y=>{const te=V[Y];return!te||te.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:Q[Y]||Y}),n.jsxs("span",{className:"text-[10px] text-gray-600",children:["(",te.length,")"]})]}),n.jsx("div",{className:"space-y-2",children:te.map(I=>n.jsxs("div",{className:`bg-gray-900/50 border border-gray-800 border-l-4 ${X(I.severity)} rounded-xl p-4 flex items-start gap-4 ${I.dismissedAt?"opacity-60":""}`,children:[n.jsx(Wy,{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(oe,{label:I.severity,variant:J(I.severity)}),I.type&&n.jsx(oe,{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:()=>w(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))})]},Y)})})]})}function Wy({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 Fy(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 Py(){const{data:r,loading:o,error:u,refetch:c}=Re("/api/repos");if(o)return n.jsx(nt,{});if(u)return n.jsx(Kt,{message:u,onRetry:c});const f=r||[],m=[...new Set(f.map(y=>y.org))],h=f.filter(y=>y.hasSpecweave||y.isUmbrellaManaged).length,j=f.find(y=>y.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(se,{title:"Repositories",value:f.length,color:"indigo"}),n.jsx(se,{title:"Organizations",value:m.length,color:"cyan"}),n.jsx(se,{title:"With SpecWeave",value:h,color:"emerald"}),n.jsx(se,{title:"Current",value:j?j.name:"-",subtitle:j?`${j.org}/${j.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(y=>{const x=f.filter(v=>v.org===y);return n.jsxs("div",{children:[n.jsxs("div",{className:"flex items-center gap-2 mb-3",children:[n.jsx(Iy,{}),n.jsx("h3",{className:"text-sm font-medium text-gray-300",children:y}),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 p=Fy(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(ev,{}),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(oe,{label:"Current Project",variant:"info"}),n.jsx(oe,{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(oe,{label:v.branch,variant:"default"})]}),p&&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:p,target:"_blank",rel:"noopener noreferrer",className:"text-[10px] text-indigo-400 hover:text-indigo-300 hover:underline truncate max-w-[180px]",title:p,children:p.replace("https://","")})]}),!p&&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:av(v.lastModified)})]})]}),p&&n.jsxs("a",{href:p,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(tv,{}),"Open on GitHub"]})]},v.path||`${v.org}/${v.name}`)})})]},y)})})]})}function Iy(){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 ev(){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 tv(){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 av(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 lv=[{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 nv(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 sv(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 J0(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 rv(r){return r>=80?"text-emerald-400":r>=50?"text-amber-400":"text-rose-400"}function Mm(r){const o=r.tier1Result?.score??0,u=r.tier2Result?.score??0;return o&&u?Math.round((o+u)/2):o||u}function iv(r){return r>=80?"bg-emerald-500":r>=50?"bg-amber-500":"bg-rose-500"}function cv(r){return r>=80?"text-emerald-400":r>=50?"text-amber-400":"text-rose-400"}function uv(r){return r>=1e6?`${(r/1e6).toFixed(1)}m`:r>=1e3?`${(r/1e3).toFixed(1)}k`:String(r)}function W0(r){const o=Math.log10(Math.max(r.stars,1))*20,u=Mm(r);return o+u}function ov(r,o){if(o===0)return"rose";const u=r/o;return u>.5?"emerald":u>.1?"amber":"rose"}function dv(){const[r,o]=b.useState(""),[u,c]=b.useState(0),[f,m]=b.useState(0),[h,j]=b.useState(null),[y,x]=b.useState(""),{output:v,status:p,reset:N}=Ar(),M=r?`status=${r}&limit=${ma}&offset=${u}`:`limit=${ma}&offset=${u}`,{data:U,loading:D,error:C,refetch:R}=Re(`/api/marketplace/scanner/status?_r=${f}`),{data:w,loading:L,refetch:J}=Re(`/api/marketplace/queue?${M}&_r=${f}`),{data:X,loading:re}=Re(`/api/marketplace/verified?_r=${f}`),{data:V,loading:Q}=Re(`/api/marketplace/insights?_r=${f}`),Y=b.useCallback(()=>{m(S=>S+1)},[]);Ue("submission-update",b.useCallback(()=>{Y()},[Y])),Ue("marketplace-scan",b.useCallback(()=>{Y()},[Y])),Ue("verification-complete",b.useCallback(()=>{Y()},[Y]));const te=async()=>{try{const S=new URLSearchParams(window.location.search).get("project")||"",k=S?`?project=${S}`:"";await fetch(`/api/marketplace/scanner/start${k}`,{method:"POST"}),R()}catch{}},I=async()=>{try{const S=new URLSearchParams(window.location.search).get("project")||"",k=S?`?project=${S}`:"";await fetch(`/api/marketplace/scanner/stop${k}`,{method:"POST"}),R()}catch{}},Se=async S=>{j(S);try{const k=new URLSearchParams(window.location.search).get("project")||"",K=k?`?project=${k}`:"";await fetch(`/api/marketplace/queue/${S}/approve${K}`,{method:"POST"}),J()}catch{}j(null)},Ge=async S=>{j(S);try{const k=new URLSearchParams(window.location.search).get("project")||"",K=k?`?project=${k}`:"";await fetch(`/api/marketplace/queue/${S}/reject${K}`,{method:"POST"}),J()}catch{}j(null)};if(D&&L&&re&&Q)return n.jsx(nt,{});const Ee=w?.items||[],B=w?.total||0,Z=X||[],le=Math.floor(u/ma)+1,ye=Math.ceil(B/ma),je=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:U?.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:te,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:p,onDismiss:N}),C&&n.jsx(Kt,{message:C,onRetry:R}),U?n.jsxs("div",{className:"grid grid-cols-2 lg:grid-cols-4 gap-4",children:[n.jsx(se,{title:"Scanner",value:U.running?"Running":"Stopped",subtitle:U.running?"Active":"Idle",color:U.running?"emerald":"amber"}),n.jsx(se,{title:"Last Scan",value:U.lastScanTime?J0(U.lastScanTime):"Never",color:"cyan"}),n.jsx(se,{title:"Repos Scanned",value:U.reposScanned,color:"indigo"}),n.jsx(se,{title:"Rate Limit",value:U.rateLimitRemaining!=null&&U.rateLimitTotal!=null?`${U.rateLimitRemaining}/${U.rateLimitTotal}`:"No token",subtitle:U.rateLimitRemaining!=null&&U.rateLimitTotal!=null&&U.rateLimitTotal>0?`${Math.round(U.rateLimitRemaining/U.rateLimitTotal*100)}% remaining`:"Set GITHUB_TOKEN in environment",color:U.rateLimitRemaining!=null&&U.rateLimitTotal!=null?ov(U.rateLimitRemaining,U.rateLimitTotal):"amber"})]}):!D&&!C?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:te,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:[B," total"]})]}),n.jsx("div",{className:"flex gap-1 px-4 pt-3 pb-2 overflow-x-auto",children:lv.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(nt,{})}):Ee.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:Ee.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(oe,{label:sv(S.status),variant:nv(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 ${rv(S.securityScore)}`,children:S.securityScore!=null?S.securityScore:"-"}),n.jsx("td",{className:"px-4 py-2 text-xs text-gray-500",children:J0(S.discoveredAt)}),n.jsx("td",{className:"px-4 py-2 text-right",children:je(S.status)&&n.jsxs("div",{className:"flex gap-1 justify-end",children:[n.jsx("button",{onClick:()=>Se(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:()=>Ge(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))})]})}),B>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,B)," of ",B]}),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 ",le," of ",ye]}),n.jsx("button",{onClick:()=>c(u+ma),disabled:u+ma>=B,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"}),Z.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:y,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"})]})]}),re?n.jsx("div",{className:"p-8 flex justify-center",children:n.jsx(nt,{})}):Z.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(fv,{skills:Z,search:y})]}),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"})}),Q?n.jsx("div",{className:"p-8 flex justify-center",children:n.jsx(nt,{})}):V?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(se,{title:"Discovered",value:V.totalDiscovered,color:"cyan"}),n.jsx(se,{title:"Verified",value:V.totalVerified,color:"emerald"}),n.jsx(se,{title:"Rejected",value:V.totalRejected,color:"rose"}),n.jsx(se,{title:"Pending",value:V.totalPending,color:"amber"})]}),n.jsxs("div",{className:"grid grid-cols-1 md:grid-cols-2 gap-4",children:[n.jsx(F0,{label:"Tier 1 Pass Rate",rate:V.tier1PassRate}),n.jsx(F0,{label:"Tier 2 Pass Rate",rate:V.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 fv({skills:r,search:o}){const u=[...r].sort((m,h)=>W0(h)-W0(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(mv,{skill:m,trending:c.has(m.id)},m.id))})}function mv({skill:r,trending:o}){const u=Mm(r),c=iv(u),f=cv(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(oe,{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"})}),uv(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 F0({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 xv(){const{id:r}=Xg(),[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(nt,{});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 j=c.taskSummary.total>0?Math.round(c.taskSummary.completed/c.taskSummary.total*100):0,y=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(oe,{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(hv,{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(se,{title:"Tasks",value:`${c.taskSummary.completed}/${c.taskSummary.total}`,color:"indigo"}),n.jsx(se,{title:"Task Progress",value:`${j}%`,color:"cyan"}),n.jsx(se,{title:"ACs",value:`${c.acSummary.completed}/${c.acSummary.total}`,color:"emerald"}),n.jsx(se,{title:"AC Progress",value:`${y}%`,color:"amber"})]}),n.jsxs("div",{className:"bg-gray-900/50 border border-gray-800 rounded-xl p-5 space-y-4",children:[n.jsx(P0,{label:"Tasks",completed:c.taskSummary.completed,total:c.taskSummary.total,color:"indigo"}),n.jsx(P0,{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 P0({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 hv({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 gv=["All","PreToolUse","PostToolUse","Stop","SubagentStop","TaskCompleted","UserPromptSubmit","PostToolUseFailure","PermissionRequest","SessionStart","SessionEnd","Notification","SubagentStart","ConfigChange","PreCompact","TeammateIdle"],pv=[{label:"All time",value:"0"},{label:"Last 1h",value:"3600000"},{label:"Last 6h",value:"21600000"},{label:"Last 24h",value:"86400000"}];function yv(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 vv(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 bv(){const{data:r,loading:o}=Re("/api/hooks/events?limit=200"),[u,c]=b.useState([]),[f,m]=Ut("eventType","All"),[h,j]=Ut("session",""),[y,x]=Ut("range","0"),[v,p]=b.useState(null),[N,M]=b.useState(new Set);Ue("hook-event",R=>{const w=R;w.id&&c(L=>[w,...L].slice(0,50))});const U=b.useMemo(()=>{const R=r?.data??[],w=new Set(R.map(J=>J.id));return[...u.filter(J=>!w.has(J.id)),...R].sort((J,X)=>new Date(X.timestamp).getTime()-new Date(J.timestamp).getTime())},[r,u]),D=b.useMemo(()=>{let R=U;f!=="All"&&(R=R.filter(L=>L.eventName===f)),h&&(R=R.filter(L=>L.sessionId.includes(h)));const w=parseInt(y,10);if(w>0){const L=Date.now()-w;R=R.filter(J=>new Date(J.timestamp).getTime()>L)}return R},[U,f,h,y]),C=b.useMemo(()=>vv(D),[D]);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:[D.length," events"]})]}),n.jsxs("div",{className:"flex gap-3 flex-wrap",children:[n.jsx("select",{value:f,onChange:R=>m(R.target.value),className:"bg-gray-800 border border-gray-700 text-gray-200 text-sm rounded px-3 py-1.5",children:gv.map(R=>n.jsx("option",{value:R,children:R},R))}),n.jsx("input",{type:"text",placeholder:"Filter by session ID...",value:h,onChange:R=>j(R.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:y,onChange:R=>x(R.target.value),className:"bg-gray-800 border border-gray-700 text-gray-200 text-sm rounded px-3 py-1.5",children:pv.map(R=>n.jsx("option",{value:R.value,children:R.label},R.value))})]}),n.jsxs("div",{className:"space-y-1",children:[C.map((R,w)=>{const L=N.has(w),J=R.count===1||L?R.events:[R.events[0]];return n.jsxs("div",{children:[R.count>1&&n.jsxs("button",{onClick:()=>{M(X=>{const re=new Set(X);return re.has(w)?re.delete(w):re.add(w),re})},className:"w-full text-left px-3 py-1 text-xs text-gray-500 hover:text-gray-300 bg-gray-900 rounded",children:[L?"▾":"▸"," ",R.count,"× ",R.type]}),J.map(X=>{const re=X.result?.decision==="deny"||X.result?.decision==="block";return n.jsxs("div",{children:[n.jsxs("button",{onClick:()=>p(v===X.id?null:X.id),className:`w-full text-left flex items-center gap-3 px-3 py-2 rounded text-sm hover:bg-gray-800/50 ${re?"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:yv(X.timestamp)}),n.jsx(oe,{label:X.eventName,variant:re?"error":"default"}),n.jsx("span",{className:"text-gray-400 text-xs truncate",children:X.sessionId.slice(0,12)}),X.durationMs!=null&&n.jsxs("span",{className:"text-gray-600 text-xs ml-auto",children:[X.durationMs,"ms"]})]}),v===X.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(X.payload,null,2)})]},X.id)})]},w)}),C.length===0&&n.jsx("div",{className:"text-center text-gray-600 py-8",children:"No hook events yet"})]})]})}function I0(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 jv(){const{data:r,loading:o}=Re("/api/hooks/agents"),[u,c]=b.useState([]),[f,m]=Ut("session",""),[,h]=b.useState(0);Ue("hook-agent",N=>{const M=N;M.agentId&&c(U=>{const D=U.findIndex(C=>C.agentId===M.agentId);if(D>=0){const C=[...U];return C[D]={...C[D],...M},C}return[M,...U]})});const j=b.useMemo(()=>{const N=r?.data??[],M=new Set(N.map(U=>U.agentId));return[...u.filter(U=>!M.has(U.agentId)),...N]},[r,u]),y=b.useMemo(()=>f?j.filter(N=>N.sessionId.includes(f)):j,[j,f]),x=b.useMemo(()=>{const N=new Set(j.map(M=>M.sessionId));return Array.from(N)},[j]),v=b.useMemo(()=>y.filter(N=>!N.stoppedAt).length,[y]);b.useEffect(()=>{if(v===0)return;const N=setInterval(()=>h(M=>M+1),1e3);return()=>clearInterval(N)},[v]);const p=b.useMemo(()=>{const N=y.filter(M=>M.durationMs!=null);return N.length===0?0:Math.round(N.reduce((M,U)=>M+(U.durationMs??0),0)/N.length)},[y]);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: ",y.length]}),n.jsxs("span",{children:["Running: ",v]}),n.jsxs("span",{children:["Avg duration: ",I0(p)]})]})]}),n.jsx("div",{className:"flex gap-3",children:n.jsxs("select",{value:f,onChange:N=>m(N.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(N=>n.jsx("option",{value:N,children:N.slice(0,20)},N))]})}),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:[y.map(N=>{const M=!N.stoppedAt,U=M?Date.now()-new Date(N.startedAt).getTime():N.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:N.agentId.slice(0,16)}),n.jsx("td",{className:"py-2 px-3 text-gray-300",children:N.agentType}),n.jsx("td",{className:"py-2 px-3 text-gray-500 text-xs",children:N.sessionId.slice(0,12)}),n.jsx("td",{className:"py-2 px-3 text-gray-500 text-xs",children:new Date(N.startedAt).toLocaleTimeString()}),n.jsx("td",{className:"py-2 px-3 text-gray-500 text-xs",children:N.stoppedAt?new Date(N.stoppedAt).toLocaleTimeString():"—"}),n.jsx("td",{className:"py-2 px-3 text-gray-400 text-xs",children:I0(U)}),n.jsx("td",{className:"py-2 px-3",children:n.jsx(oe,{label:M?"running":"stopped",variant:M?"success":"default"})})]},N.agentId)}),y.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 Nv(){const r=kp(),o=Zt();return n.jsx(vm.Provider,{value:r,children:n.jsx($p,{children:n.jsxs("div",{className:"flex min-h-screen bg-gray-950 text-gray-100",children:[n.jsx(Qp,{}),n.jsxs("div",{className:"flex-1 flex flex-col min-w-0",children:[n.jsx(Zp,{}),n.jsx("main",{className:"flex-1 overflow-y-auto",children:n.jsx(Jp,{resetKey:o.pathname,children:n.jsxs(rp,{children:[n.jsx(Pe,{path:"/",element:n.jsx(sy,{})}),n.jsx(Pe,{path:"/increments",element:n.jsx(oy,{})}),n.jsx(Pe,{path:"/increments/:id",element:n.jsx(xv,{})}),n.jsx(Pe,{path:"/analytics",element:n.jsx(my,{})}),n.jsx(Pe,{path:"/costs",element:n.jsx(vy,{})}),n.jsx(Pe,{path:"/sync",element:n.jsx(Cy,{})}),n.jsx(Pe,{path:"/errors",element:n.jsx(_y,{})}),n.jsx(Pe,{path:"/activity",element:n.jsx(qy,{})}),n.jsx(Pe,{path:"/config",element:n.jsx($y,{})}),n.jsx(Pe,{path:"/plugins",element:n.jsx(Xy,{})}),n.jsx(Pe,{path:"/services",element:n.jsx(Zy,{})}),n.jsx(Pe,{path:"/notifications",element:n.jsx(Jy,{})}),n.jsx(Pe,{path:"/repos",element:n.jsx(Py,{})}),n.jsx(Pe,{path:"/marketplace",element:n.jsx(dv,{})}),n.jsx(Pe,{path:"/hooks",element:n.jsx(bv,{})}),n.jsx(Pe,{path:"/agents",element:n.jsx(jv,{})}),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."})]})})]})})})]})]})})})}cg.createRoot(document.getElementById("root")).render(n.jsx(b.StrictMode,{children:n.jsx(_p,{children:n.jsx(Nv,{})})}));