specweave 1.0.310 → 1.0.312

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 (63) hide show
  1. package/bin/specweave.js +11 -2
  2. package/dist/dashboard/assets/index-DgSCJ-tE.js +11 -0
  3. package/dist/dashboard/index.html +1 -1
  4. package/dist/src/cli/commands/docs.d.ts +32 -1
  5. package/dist/src/cli/commands/docs.d.ts.map +1 -1
  6. package/dist/src/cli/commands/docs.js +117 -36
  7. package/dist/src/cli/commands/docs.js.map +1 -1
  8. package/dist/src/cli/helpers/init/directory-structure.d.ts.map +1 -1
  9. package/dist/src/cli/helpers/init/directory-structure.js +2 -1
  10. package/dist/src/cli/helpers/init/directory-structure.js.map +1 -1
  11. package/dist/src/cli/helpers/init/smart-defaults.d.ts.map +1 -1
  12. package/dist/src/cli/helpers/init/smart-defaults.js +1 -0
  13. package/dist/src/cli/helpers/init/smart-defaults.js.map +1 -1
  14. package/dist/src/cli/helpers/issue-tracker/sync-config-writer.d.ts.map +1 -1
  15. package/dist/src/cli/helpers/issue-tracker/sync-config-writer.js +2 -1
  16. package/dist/src/cli/helpers/issue-tracker/sync-config-writer.js.map +1 -1
  17. package/dist/src/cli/workers/marketplace-scanner-worker.js +8 -1
  18. package/dist/src/cli/workers/marketplace-scanner-worker.js.map +1 -1
  19. package/dist/src/core/config/types.d.ts +1 -0
  20. package/dist/src/core/config/types.d.ts.map +1 -1
  21. package/dist/src/core/config/types.js +4 -0
  22. package/dist/src/core/config/types.js.map +1 -1
  23. package/dist/src/core/hooks/LifecycleHookDispatcher.d.ts +3 -4
  24. package/dist/src/core/hooks/LifecycleHookDispatcher.d.ts.map +1 -1
  25. package/dist/src/core/hooks/LifecycleHookDispatcher.js +45 -13
  26. package/dist/src/core/hooks/LifecycleHookDispatcher.js.map +1 -1
  27. package/dist/src/core/hooks/feature-id-resolver.d.ts +16 -0
  28. package/dist/src/core/hooks/feature-id-resolver.d.ts.map +1 -0
  29. package/dist/src/core/hooks/feature-id-resolver.js +60 -0
  30. package/dist/src/core/hooks/feature-id-resolver.js.map +1 -0
  31. package/dist/src/core/hooks/github-project-sync.d.ts +16 -0
  32. package/dist/src/core/hooks/github-project-sync.d.ts.map +1 -0
  33. package/dist/src/core/hooks/github-project-sync.js +37 -0
  34. package/dist/src/core/hooks/github-project-sync.js.map +1 -0
  35. package/dist/src/core/increment/status-commands.d.ts.map +1 -1
  36. package/dist/src/core/increment/status-commands.js +9 -11
  37. package/dist/src/core/increment/status-commands.js.map +1 -1
  38. package/dist/src/dashboard/server/dashboard-server.d.ts +12 -0
  39. package/dist/src/dashboard/server/dashboard-server.d.ts.map +1 -1
  40. package/dist/src/dashboard/server/dashboard-server.js +39 -4
  41. package/dist/src/dashboard/server/dashboard-server.js.map +1 -1
  42. package/dist/src/dashboard/server/data/dashboard-data-aggregator.d.ts +10 -5
  43. package/dist/src/dashboard/server/data/dashboard-data-aggregator.d.ts.map +1 -1
  44. package/dist/src/dashboard/server/data/dashboard-data-aggregator.js +77 -46
  45. package/dist/src/dashboard/server/data/dashboard-data-aggregator.js.map +1 -1
  46. package/dist/src/dashboard/server/data/marketplace-aggregator.d.ts +11 -0
  47. package/dist/src/dashboard/server/data/marketplace-aggregator.d.ts.map +1 -1
  48. package/dist/src/dashboard/server/data/marketplace-aggregator.js +14 -0
  49. package/dist/src/dashboard/server/data/marketplace-aggregator.js.map +1 -1
  50. package/dist/src/dashboard/types.d.ts +7 -0
  51. package/dist/src/dashboard/types.d.ts.map +1 -1
  52. package/dist/src/sync/external-issue-auto-creator.d.ts.map +1 -1
  53. package/dist/src/sync/external-issue-auto-creator.js +17 -0
  54. package/dist/src/sync/external-issue-auto-creator.js.map +1 -1
  55. package/package.json +1 -1
  56. package/plugins/specweave/hooks/v2/handlers/universal-auto-create-dispatcher.sh +14 -5
  57. package/plugins/specweave/skills/docs/SKILL.md +47 -3
  58. package/plugins/specweave/skills/done/SKILL.md +26 -28
  59. package/plugins/specweave/skills/sync-docs/SKILL.md +68 -0
  60. package/plugins/specweave/skills/team-lead/SKILL.md +117 -65
  61. package/plugins/specweave-github/hooks/github-auto-create-handler.sh +9 -6
  62. package/src/templates/config.json.template +2 -1
  63. package/dist/dashboard/assets/index-8JtB0x7k.js +0 -11
@@ -1,11 +0,0 @@
1
- (function(){const o=document.createElement("link").relList;if(o&&o.supports&&o.supports("modulepreload"))return;for(const f of document.querySelectorAll('link[rel="modulepreload"]'))u(f);new MutationObserver(f=>{for(const m of f)if(m.type==="childList")for(const g of m.addedNodes)g.tagName==="LINK"&&g.rel==="modulepreload"&&u(g)}).observe(document,{childList:!0,subtree:!0});function c(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 u(f){if(f.ep)return;f.ep=!0;const m=c(f);fetch(f.href,m)}})();var Zc={exports:{}},Vn={};var j0;function Wh(){if(j0)return Vn;j0=1;var r=Symbol.for("react.transitional.element"),o=Symbol.for("react.fragment");function c(u,f,m){var g=null;if(m!==void 0&&(g=""+m),f.key!==void 0&&(g=""+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:u,key:g,ref:f!==void 0?f:null,props:m}}return Vn.Fragment=o,Vn.jsx=c,Vn.jsxs=c,Vn}var N0;function Fh(){return N0||(N0=1,Zc.exports=Wh()),Zc.exports}var n=Fh(),Kc={exports:{}},re={};var S0;function Ph(){if(S0)return re;S0=1;var r=Symbol.for("react.transitional.element"),o=Symbol.for("react.portal"),c=Symbol.for("react.fragment"),u=Symbol.for("react.strict_mode"),f=Symbol.for("react.profiler"),m=Symbol.for("react.consumer"),g=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"),E=Symbol.iterator;function A(b){return b===null||typeof b!="object"?null:(b=E&&b[E]||b["@@iterator"],typeof b=="function"?b:null)}var _={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},D=Object.assign,R={};function H(b,q,Z){this.props=b,this.context=q,this.refs=R,this.updater=Z||_}H.prototype.isReactComponent={},H.prototype.setState=function(b,q){if(typeof b!="object"&&typeof b!="function"&&b!=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,b,q,"setState")},H.prototype.forceUpdate=function(b){this.updater.enqueueForceUpdate(this,b,"forceUpdate")};function T(){}T.prototype=H.prototype;function k(b,q,Z){this.props=b,this.context=q,this.refs=R,this.updater=Z||_}var ae=k.prototype=new T;ae.constructor=k,D(ae,H.prototype),ae.isPureReactComponent=!0;var K=Array.isArray;function ue(){}var V={H:null,A:null,T:null,S:null},X=Object.prototype.hasOwnProperty;function Y(b,q,Z){var W=Z.ref;return{$$typeof:r,type:b,key:q,ref:W!==void 0?W:null,props:Z}}function F(b,q){return Y(b.type,q,b.props)}function ee(b){return typeof b=="object"&&b!==null&&b.$$typeof===r}function Ae(b){var q={"=":"=0",":":"=2"};return"$"+b.replace(/[=:]/g,function(Z){return q[Z]})}var Fe=/\/+/g;function Qe(b,q){return typeof b=="object"&&b!==null&&b.key!=null?Ae(""+b.key):q.toString(36)}function $e(b){switch(b.status){case"fulfilled":return b.value;case"rejected":throw b.reason;default:switch(typeof b.status=="string"?b.then(ue,ue):(b.status="pending",b.then(function(q){b.status==="pending"&&(b.status="fulfilled",b.value=q)},function(q){b.status==="pending"&&(b.status="rejected",b.reason=q)})),b.status){case"fulfilled":return b.value;case"rejected":throw b.reason}}throw b}function L(b,q,Z,W,ie){var fe=typeof b;(fe==="undefined"||fe==="boolean")&&(b=null);var P=!1;if(b===null)P=!0;else switch(fe){case"bigint":case"string":case"number":P=!0;break;case"object":switch(b.$$typeof){case r:case o:P=!0;break;case v:return P=b._init,L(P(b._payload),q,Z,W,ie)}}if(P)return ie=ie(b),P=W===""?"."+Qe(b,0):W,K(ie)?(Z="",P!=null&&(Z=P.replace(Fe,"$&/")+"/"),L(ie,q,Z,"",function(Wl){return Wl})):ie!=null&&(ee(ie)&&(ie=F(ie,Z+(ie.key==null||b&&b.key===ie.key?"":(""+ie.key).replace(Fe,"$&/")+"/")+P)),q.push(ie)),1;P=0;var Ze=W===""?".":W+":";if(K(b))for(var He=0;He<b.length;He++)W=b[He],fe=Ze+Qe(W,He),P+=L(W,q,Z,fe,ie);else if(He=A(b),typeof He=="function")for(b=He.call(b),He=0;!(W=b.next()).done;)W=W.value,fe=Ze+Qe(W,He++),P+=L(W,q,Z,fe,ie);else if(fe==="object"){if(typeof b.then=="function")return L($e(b),q,Z,W,ie);throw q=String(b),Error("Objects are not valid as a React child (found: "+(q==="[object Object]"?"object with keys {"+Object.keys(b).join(", ")+"}":q)+"). If you meant to render a collection of children, use an array instead.")}return P}function Q(b,q,Z){if(b==null)return b;var W=[],ie=0;return L(b,W,"","",function(fe){return q.call(Z,fe,ie++)}),W}function le(b){if(b._status===-1){var q=b._result;q=q(),q.then(function(Z){(b._status===0||b._status===-1)&&(b._status=1,b._result=Z)},function(Z){(b._status===0||b._status===-1)&&(b._status=2,b._result=Z)}),b._status===-1&&(b._status=0,b._result=q)}if(b._status===1)return b._result.default;throw b._result}var pe=typeof reportError=="function"?reportError:function(b){if(typeof window=="object"&&typeof window.ErrorEvent=="function"){var q=new window.ErrorEvent("error",{bubbles:!0,cancelable:!0,message:typeof b=="object"&&b!==null&&typeof b.message=="string"?String(b.message):String(b),error:b});if(!window.dispatchEvent(q))return}else if(typeof process=="object"&&typeof process.emit=="function"){process.emit("uncaughtException",b);return}console.error(b)},je={map:Q,forEach:function(b,q,Z){Q(b,function(){q.apply(this,arguments)},Z)},count:function(b){var q=0;return Q(b,function(){q++}),q},toArray:function(b){return Q(b,function(q){return q})||[]},only:function(b){if(!ee(b))throw Error("React.Children.only expected to receive a single React element child.");return b}};return re.Activity=p,re.Children=je,re.Component=H,re.Fragment=c,re.Profiler=f,re.PureComponent=k,re.StrictMode=u,re.Suspense=y,re.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=V,re.__COMPILER_RUNTIME={__proto__:null,c:function(b){return V.H.useMemoCache(b)}},re.cache=function(b){return function(){return b.apply(null,arguments)}},re.cacheSignal=function(){return null},re.cloneElement=function(b,q,Z){if(b==null)throw Error("The argument must be a React element, but you passed "+b+".");var W=D({},b.props),ie=b.key;if(q!=null)for(fe in q.key!==void 0&&(ie=""+q.key),q)!X.call(q,fe)||fe==="key"||fe==="__self"||fe==="__source"||fe==="ref"&&q.ref===void 0||(W[fe]=q[fe]);var fe=arguments.length-2;if(fe===1)W.children=Z;else if(1<fe){for(var P=Array(fe),Ze=0;Ze<fe;Ze++)P[Ze]=arguments[Ze+2];W.children=P}return Y(b.type,ie,W)},re.createContext=function(b){return b={$$typeof:g,_currentValue:b,_currentValue2:b,_threadCount:0,Provider:null,Consumer:null},b.Provider=b,b.Consumer={$$typeof:m,_context:b},b},re.createElement=function(b,q,Z){var W,ie={},fe=null;if(q!=null)for(W in q.key!==void 0&&(fe=""+q.key),q)X.call(q,W)&&W!=="key"&&W!=="__self"&&W!=="__source"&&(ie[W]=q[W]);var P=arguments.length-2;if(P===1)ie.children=Z;else if(1<P){for(var Ze=Array(P),He=0;He<P;He++)Ze[He]=arguments[He+2];ie.children=Ze}if(b&&b.defaultProps)for(W in P=b.defaultProps,P)ie[W]===void 0&&(ie[W]=P[W]);return Y(b,fe,ie)},re.createRef=function(){return{current:null}},re.forwardRef=function(b){return{$$typeof:j,render:b}},re.isValidElement=ee,re.lazy=function(b){return{$$typeof:v,_payload:{_status:-1,_result:b},_init:le}},re.memo=function(b,q){return{$$typeof:x,type:b,compare:q===void 0?null:q}},re.startTransition=function(b){var q=V.T,Z={};V.T=Z;try{var W=b(),ie=V.S;ie!==null&&ie(Z,W),typeof W=="object"&&W!==null&&typeof W.then=="function"&&W.then(ue,pe)}catch(fe){pe(fe)}finally{q!==null&&Z.types!==null&&(q.types=Z.types),V.T=q}},re.unstable_useCacheRefresh=function(){return V.H.useCacheRefresh()},re.use=function(b){return V.H.use(b)},re.useActionState=function(b,q,Z){return V.H.useActionState(b,q,Z)},re.useCallback=function(b,q){return V.H.useCallback(b,q)},re.useContext=function(b){return V.H.useContext(b)},re.useDebugValue=function(){},re.useDeferredValue=function(b,q){return V.H.useDeferredValue(b,q)},re.useEffect=function(b,q){return V.H.useEffect(b,q)},re.useEffectEvent=function(b){return V.H.useEffectEvent(b)},re.useId=function(){return V.H.useId()},re.useImperativeHandle=function(b,q,Z){return V.H.useImperativeHandle(b,q,Z)},re.useInsertionEffect=function(b,q){return V.H.useInsertionEffect(b,q)},re.useLayoutEffect=function(b,q){return V.H.useLayoutEffect(b,q)},re.useMemo=function(b,q){return V.H.useMemo(b,q)},re.useOptimistic=function(b,q){return V.H.useOptimistic(b,q)},re.useReducer=function(b,q,Z){return V.H.useReducer(b,q,Z)},re.useRef=function(b){return V.H.useRef(b)},re.useState=function(b){return V.H.useState(b)},re.useSyncExternalStore=function(b,q,Z){return V.H.useSyncExternalStore(b,q,Z)},re.useTransition=function(){return V.H.useTransition()},re.version="19.2.4",re}var E0;function cu(){return E0||(E0=1,Kc.exports=Ph()),Kc.exports}var S=cu(),Jc={exports:{}},Xn={},Wc={exports:{}},Fc={};var C0;function Ih(){return C0||(C0=1,(function(r){function o(L,Q){var le=L.length;L.push(Q);e:for(;0<le;){var pe=le-1>>>1,je=L[pe];if(0<f(je,Q))L[pe]=Q,L[le]=je,le=pe;else break e}}function c(L){return L.length===0?null:L[0]}function u(L){if(L.length===0)return null;var Q=L[0],le=L.pop();if(le!==Q){L[0]=le;e:for(var pe=0,je=L.length,b=je>>>1;pe<b;){var q=2*(pe+1)-1,Z=L[q],W=q+1,ie=L[W];if(0>f(Z,le))W<je&&0>f(ie,Z)?(L[pe]=ie,L[W]=le,pe=W):(L[pe]=Z,L[q]=le,pe=q);else if(W<je&&0>f(ie,le))L[pe]=ie,L[W]=le,pe=W;else break e}}return Q}function f(L,Q){var le=L.sortIndex-Q.sortIndex;return le!==0?le:L.id-Q.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 g=Date,j=g.now();r.unstable_now=function(){return g.now()-j}}var y=[],x=[],v=1,p=null,E=3,A=!1,_=!1,D=!1,R=!1,H=typeof setTimeout=="function"?setTimeout:null,T=typeof clearTimeout=="function"?clearTimeout:null,k=typeof setImmediate<"u"?setImmediate:null;function ae(L){for(var Q=c(x);Q!==null;){if(Q.callback===null)u(x);else if(Q.startTime<=L)u(x),Q.sortIndex=Q.expirationTime,o(y,Q);else break;Q=c(x)}}function K(L){if(D=!1,ae(L),!_)if(c(y)!==null)_=!0,ue||(ue=!0,Ae());else{var Q=c(x);Q!==null&&$e(K,Q.startTime-L)}}var ue=!1,V=-1,X=5,Y=-1;function F(){return R?!0:!(r.unstable_now()-Y<X)}function ee(){if(R=!1,ue){var L=r.unstable_now();Y=L;var Q=!0;try{e:{_=!1,D&&(D=!1,T(V),V=-1),A=!0;var le=E;try{t:{for(ae(L),p=c(y);p!==null&&!(p.expirationTime>L&&F());){var pe=p.callback;if(typeof pe=="function"){p.callback=null,E=p.priorityLevel;var je=pe(p.expirationTime<=L);if(L=r.unstable_now(),typeof je=="function"){p.callback=je,ae(L),Q=!0;break t}p===c(y)&&u(y),ae(L)}else u(y);p=c(y)}if(p!==null)Q=!0;else{var b=c(x);b!==null&&$e(K,b.startTime-L),Q=!1}}break e}finally{p=null,E=le,A=!1}Q=void 0}}finally{Q?Ae():ue=!1}}}var Ae;if(typeof k=="function")Ae=function(){k(ee)};else if(typeof MessageChannel<"u"){var Fe=new MessageChannel,Qe=Fe.port2;Fe.port1.onmessage=ee,Ae=function(){Qe.postMessage(null)}}else Ae=function(){H(ee,0)};function $e(L,Q){V=H(function(){L(r.unstable_now())},Q)}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(L){L.callback=null},r.unstable_forceFrameRate=function(L){0>L||125<L?console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported"):X=0<L?Math.floor(1e3/L):5},r.unstable_getCurrentPriorityLevel=function(){return E},r.unstable_next=function(L){switch(E){case 1:case 2:case 3:var Q=3;break;default:Q=E}var le=E;E=Q;try{return L()}finally{E=le}},r.unstable_requestPaint=function(){R=!0},r.unstable_runWithPriority=function(L,Q){switch(L){case 1:case 2:case 3:case 4:case 5:break;default:L=3}var le=E;E=L;try{return Q()}finally{E=le}},r.unstable_scheduleCallback=function(L,Q,le){var pe=r.unstable_now();switch(typeof le=="object"&&le!==null?(le=le.delay,le=typeof le=="number"&&0<le?pe+le:pe):le=pe,L){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,L={id:v++,callback:Q,priorityLevel:L,startTime:le,expirationTime:je,sortIndex:-1},le>pe?(L.sortIndex=le,o(x,L),c(y)===null&&L===c(x)&&(D?(T(V),V=-1):D=!0,$e(K,le-pe))):(L.sortIndex=je,o(y,L),_||A||(_=!0,ue||(ue=!0,Ae()))),L},r.unstable_shouldYield=F,r.unstable_wrapCallback=function(L){var Q=E;return function(){var le=E;E=Q;try{return L.apply(this,arguments)}finally{E=le}}}})(Fc)),Fc}var T0;function eg(){return T0||(T0=1,Wc.exports=Ih()),Wc.exports}var Pc={exports:{}},nt={};var w0;function tg(){if(w0)return nt;w0=1;var r=cu();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 c(){}var u={d:{f:c,r:function(){throw Error(o(522))},D:c,C:c,L:c,m:c,X:c,S:c,M:c},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 g=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 nt.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=u,nt.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)},nt.flushSync=function(y){var x=g.T,v=u.p;try{if(g.T=null,u.p=2,y)return y()}finally{g.T=x,u.p=v,u.d.f()}},nt.preconnect=function(y,x){typeof y=="string"&&(x?(x=x.crossOrigin,x=typeof x=="string"?x==="use-credentials"?x:"":void 0):x=null,u.d.C(y,x))},nt.prefetchDNS=function(y){typeof y=="string"&&u.d.D(y)},nt.preinit=function(y,x){if(typeof y=="string"&&x&&typeof x.as=="string"){var v=x.as,p=j(v,x.crossOrigin),E=typeof x.integrity=="string"?x.integrity:void 0,A=typeof x.fetchPriority=="string"?x.fetchPriority:void 0;v==="style"?u.d.S(y,typeof x.precedence=="string"?x.precedence:void 0,{crossOrigin:p,integrity:E,fetchPriority:A}):v==="script"&&u.d.X(y,{crossOrigin:p,integrity:E,fetchPriority:A,nonce:typeof x.nonce=="string"?x.nonce:void 0})}},nt.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);u.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&&u.d.M(y)},nt.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);u.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})}},nt.preloadModule=function(y,x){if(typeof y=="string")if(x){var v=j(x.as,x.crossOrigin);u.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 u.d.m(y)},nt.requestFormReset=function(y){u.d.r(y)},nt.unstable_batchedUpdates=function(y,x){return y(x)},nt.useFormState=function(y,x,v){return g.H.useFormState(y,x,v)},nt.useFormStatus=function(){return g.H.useHostTransitionStatus()},nt.version="19.2.4",nt}var A0;function ag(){if(A0)return Pc.exports;A0=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=tg(),Pc.exports}var R0;function lg(){if(R0)return Xn;R0=1;var r=eg(),o=cu(),c=ag();function u(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 g(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(u(188))}function x(e){var t=e.alternate;if(!t){if(t=m(e),t===null)throw Error(u(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(u(188))}if(a.return!==l.return)a=s,l=i;else{for(var d=!1,h=s.child;h;){if(h===a){d=!0,a=s,l=i;break}if(h===l){d=!0,l=s,a=i;break}h=h.sibling}if(!d){for(h=i.child;h;){if(h===a){d=!0,a=i,l=s;break}if(h===l){d=!0,l=i,a=s;break}h=h.sibling}if(!d)throw Error(u(189))}}if(a.alternate!==l)throw Error(u(190))}if(a.tag!==3)throw Error(u(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,E=Symbol.for("react.element"),A=Symbol.for("react.transitional.element"),_=Symbol.for("react.portal"),D=Symbol.for("react.fragment"),R=Symbol.for("react.strict_mode"),H=Symbol.for("react.profiler"),T=Symbol.for("react.consumer"),k=Symbol.for("react.context"),ae=Symbol.for("react.forward_ref"),K=Symbol.for("react.suspense"),ue=Symbol.for("react.suspense_list"),V=Symbol.for("react.memo"),X=Symbol.for("react.lazy"),Y=Symbol.for("react.activity"),F=Symbol.for("react.memo_cache_sentinel"),ee=Symbol.iterator;function Ae(e){return e===null||typeof e!="object"?null:(e=ee&&e[ee]||e["@@iterator"],typeof e=="function"?e:null)}var Fe=Symbol.for("react.client.reference");function Qe(e){if(e==null)return null;if(typeof e=="function")return e.$$typeof===Fe?null:e.displayName||e.name||null;if(typeof e=="string")return e;switch(e){case D:return"Fragment";case H:return"Profiler";case R:return"StrictMode";case K:return"Suspense";case ue:return"SuspenseList";case Y:return"Activity"}if(typeof e=="object")switch(e.$$typeof){case _:return"Portal";case k:return e.displayName||"Context";case T:return(e._context.displayName||"Context")+".Consumer";case ae: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:Qe(e.type)||"Memo";case X:t=e._payload,e=e._init;try{return Qe(e(t))}catch{}}return null}var $e=Array.isArray,L=o.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,Q=c.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,le={pending:!1,data:null,method:null,action:null},pe=[],je=-1;function b(e){return{current:e}}function q(e){0>je||(e.current=pe[je],pe[je]=null,je--)}function Z(e,t){je++,pe[je]=e.current,e.current=t}var W=b(null),ie=b(null),fe=b(null),P=b(null);function Ze(e,t){switch(Z(fe,t),Z(ie,e),Z(W,null),t.nodeType){case 9:case 11:e=(e=t.documentElement)&&(e=e.namespaceURI)?Vf(e):0;break;default:if(e=t.tagName,t=t.namespaceURI)t=Vf(t),e=Xf(t,e);else switch(e){case"svg":e=1;break;case"math":e=2;break;default:e=0}}q(W),Z(W,e)}function He(){q(W),q(ie),q(fe)}function Wl(e){e.memoizedState!==null&&Z(P,e);var t=W.current,a=Xf(t,e.type);t!==a&&(Z(ie,e),Z(W,a))}function es(e){ie.current===e&&(q(W),q(ie)),P.current===e&&(q(P),Yn._currentValue=le)}var Ri,pu;function $a(e){if(Ri===void 0)try{throw Error()}catch(a){var t=a.stack.trim().match(/\n( *(at )?)/);Ri=t&&t[1]||"",pu=-1<a.stack.indexOf(`
2
- at`)?" (<anonymous>)":-1<a.stack.indexOf("@")?"@unknown:0:0":""}return`
3
- `+Ri+e+pu}var Mi=!1;function zi(e,t){if(!e||Mi)return"";Mi=!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(U){var O=U}Reflect.construct(e,[],G)}else{try{G.call()}catch(U){O=U}e.call(G.prototype)}}else{try{throw Error()}catch(U){O=U}(G=e())&&typeof G.catch=="function"&&G.catch(function(){})}}catch(U){if(U&&O&&typeof U.stack=="string")return[U.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],h=i[1];if(d&&h){var N=d.split(`
4
- `),z=h.split(`
5
- `);for(s=l=0;l<N.length&&!N[l].includes("DetermineComponentFrameRoot");)l++;for(;s<z.length&&!z[s].includes("DetermineComponentFrameRoot");)s++;if(l===N.length||s===z.length)for(l=N.length-1,s=z.length-1;1<=l&&0<=s&&N[l]!==z[s];)s--;for(;1<=l&&0<=s;l--,s--)if(N[l]!==z[s]){if(l!==1||s!==1)do if(l--,s--,0>s||N[l]!==z[s]){var B=`
6
- `+N[l].replace(" at new "," at ");return e.displayName&&B.includes("<anonymous>")&&(B=B.replace("<anonymous>",e.displayName)),B}while(1<=l&&0<=s);break}}}finally{Mi=!1,Error.prepareStackTrace=a}return(a=e?e.displayName||e.name:"")?$a(a):""}function wm(e,t){switch(e.tag){case 26:case 27:case 5:return $a(e.type);case 16:return $a("Lazy");case 13:return e.child!==t&&t!==null?$a("Suspense Fallback"):$a("Suspense");case 19:return $a("SuspenseList");case 0:case 15:return zi(e.type,!1);case 11:return zi(e.type.render,!1);case 1:return zi(e.type,!0);case 31:return $a("Activity");default:return""}}function vu(e){try{var t="",a=null;do t+=wm(e,a),a=e,e=e.return;while(e);return t}catch(l){return`
7
- Error generating stack: `+l.message+`
8
- `+l.stack}}var _i=Object.prototype.hasOwnProperty,Oi=r.unstable_scheduleCallback,Di=r.unstable_cancelCallback,Am=r.unstable_shouldYield,Rm=r.unstable_requestPaint,ht=r.unstable_now,Mm=r.unstable_getCurrentPriorityLevel,bu=r.unstable_ImmediatePriority,ju=r.unstable_UserBlockingPriority,ts=r.unstable_NormalPriority,zm=r.unstable_LowPriority,Nu=r.unstable_IdlePriority,_m=r.log,Om=r.unstable_setDisableYieldValue,Fl=null,gt=null;function xa(e){if(typeof _m=="function"&&Om(e),gt&&typeof gt.setStrictMode=="function")try{gt.setStrictMode(Fl,e)}catch{}}var yt=Math.clz32?Math.clz32:Lm,Dm=Math.log,Um=Math.LN2;function Lm(e){return e>>>=0,e===0?32:31-(Dm(e)/Um|0)|0}var as=256,ls=262144,ns=4194304;function Ga(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 ss(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 h=l&134217727;return h!==0?(l=h&~i,l!==0?s=Ga(l):(d&=h,d!==0?s=Ga(d):a||(a=h&~e,a!==0&&(s=Ga(a))))):(h=l&~i,h!==0?s=Ga(h):d!==0?s=Ga(d):a||(a=l&~e,a!==0&&(s=Ga(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 Hm(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 Su(){var e=ns;return ns<<=1,(ns&62914560)===0&&(ns=4194304),e}function Ui(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 Bm(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 h=e.entanglements,N=e.expirationTimes,z=e.hiddenUpdates;for(a=d&~a;0<a;){var B=31-yt(a),G=1<<B;h[B]=0,N[B]=-1;var O=z[B];if(O!==null)for(z[B]=null,B=0;B<O.length;B++){var U=O[B];U!==null&&(U.lane&=-536870913)}a&=~G}l!==0&&Eu(e,l,0),i!==0&&s===0&&e.tag!==0&&(e.suspendedLanes|=i&~(d&~t))}function Eu(e,t,a){e.pendingLanes|=t,e.suspendedLanes&=~t;var l=31-yt(t);e.entangledLanes|=t,e.entanglements[l]=e.entanglements[l]|1073741824|a&261930}function Cu(e,t){var a=e.entangledLanes|=t;for(e=e.entanglements;a;){var l=31-yt(a),s=1<<l;s&t|e[l]&t&&(e[l]|=t),a&=~s}}function Tu(e,t){var a=t&-t;return a=(a&42)!==0?1:Li(a),(a&(e.suspendedLanes|t))!==0?0:a}function Li(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 Hi(e){return e&=-e,2<e?8<e?(e&134217727)!==0?32:268435456:8:2}function wu(){var e=Q.p;return e!==0?e:(e=window.event,e===void 0?32:x0(e.type))}function Au(e,t){var a=Q.p;try{return Q.p=e,t()}finally{Q.p=a}}var ha=Math.random().toString(36).slice(2),Pe="__reactFiber$"+ha,ct="__reactProps$"+ha,il="__reactContainer$"+ha,Bi="__reactEvents$"+ha,qm="__reactListeners$"+ha,Ym="__reactHandles$"+ha,Ru="__reactResources$"+ha,en="__reactMarker$"+ha;function qi(e){delete e[Pe],delete e[ct],delete e[Bi],delete e[qm],delete e[Ym]}function rl(e){var t=e[Pe];if(t)return t;for(var a=e.parentNode;a;){if(t=a[il]||a[Pe]){if(a=t.alternate,t.child!==null||a!==null&&a.child!==null)for(e=Pf(e);e!==null;){if(a=e[Pe])return a;e=Pf(e)}return t}e=a,a=e.parentNode}return null}function cl(e){if(e=e[Pe]||e[il]){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(u(33))}function ul(e){var t=e[Ru];return t||(t=e[Ru]={hoistableStyles:new Map,hoistableScripts:new Map}),t}function Je(e){e[en]=!0}var Mu=new Set,zu={};function ka(e,t){ol(e,t),ol(e+"Capture",t)}function ol(e,t){for(zu[e]=t,e=0;e<t.length;e++)Mu.add(t[e])}var $m=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]*$"),_u={},Ou={};function Gm(e){return _i.call(Ou,e)?!0:_i.call(_u,e)?!1:$m.test(e)?Ou[e]=!0:(_u[e]=!0,!1)}function is(e,t,a){if(Gm(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 rs(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 Qt(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 Ct(e){switch(typeof e){case"bigint":case"boolean":case"number":case"string":case"undefined":return e;case"object":return e;default:return""}}function Du(e){var t=e.type;return(e=e.nodeName)&&e.toLowerCase()==="input"&&(t==="checkbox"||t==="radio")}function km(e,t,a){var l=Object.getOwnPropertyDescriptor(e.constructor.prototype,t);if(!e.hasOwnProperty(t)&&typeof l<"u"&&typeof l.get=="function"&&typeof l.set=="function"){var s=l.get,i=l.set;return Object.defineProperty(e,t,{configurable:!0,get:function(){return s.call(this)},set:function(d){a=""+d,i.call(this,d)}}),Object.defineProperty(e,t,{enumerable:l.enumerable}),{getValue:function(){return a},setValue:function(d){a=""+d},stopTracking:function(){e._valueTracker=null,delete e[t]}}}}function Yi(e){if(!e._valueTracker){var t=Du(e)?"checked":"value";e._valueTracker=km(e,t,""+e[t])}}function Uu(e){if(!e)return!1;var t=e._valueTracker;if(!t)return!0;var a=t.getValue(),l="";return e&&(l=Du(e)?e.checked?"true":"false":e.value),e=l,e!==a?(t.setValue(e),!0):!1}function cs(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 Vm=/[\n"\\]/g;function Tt(e){return e.replace(Vm,function(t){return"\\"+t.charCodeAt(0).toString(16)+" "})}function $i(e,t,a,l,s,i,d,h){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=""+Ct(t)):e.value!==""+Ct(t)&&(e.value=""+Ct(t)):d!=="submit"&&d!=="reset"||e.removeAttribute("value"),t!=null?Gi(e,d,Ct(t)):a!=null?Gi(e,d,Ct(a)):l!=null&&e.removeAttribute("value"),s==null&&i!=null&&(e.defaultChecked=!!i),s!=null&&(e.checked=s&&typeof s!="function"&&typeof s!="symbol"),h!=null&&typeof h!="function"&&typeof h!="symbol"&&typeof h!="boolean"?e.name=""+Ct(h):e.removeAttribute("name")}function Lu(e,t,a,l,s,i,d,h){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)){Yi(e);return}a=a!=null?""+Ct(a):"",t=t!=null?""+Ct(t):a,h||t===e.value||(e.value=t),e.defaultValue=t}l=l??s,l=typeof l!="function"&&typeof l!="symbol"&&!!l,e.checked=h?e.checked:!!l,e.defaultChecked=!!l,d!=null&&typeof d!="function"&&typeof d!="symbol"&&typeof d!="boolean"&&(e.name=d),Yi(e)}function Gi(e,t,a){t==="number"&&cs(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=""+Ct(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 Hu(e,t,a){if(t!=null&&(t=""+Ct(t),t!==e.value&&(e.value=t),a==null)){e.defaultValue!==t&&(e.defaultValue=t);return}e.defaultValue=a!=null?""+Ct(a):""}function Bu(e,t,a,l){if(t==null){if(l!=null){if(a!=null)throw Error(u(92));if($e(l)){if(1<l.length)throw Error(u(93));l=l[0]}a=l}a==null&&(a=""),t=a}a=Ct(t),e.defaultValue=a,l=e.textContent,l===a&&l!==""&&l!==null&&(e.value=l),Yi(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 Xm=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 qu(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||Xm.has(t)?t==="float"?e.cssFloat=a:e[t]=(""+a).trim():e[t]=a+"px"}function Yu(e,t,a){if(t!=null&&typeof t!="object")throw Error(u(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&&qu(e,s,l)}else for(var i in t)t.hasOwnProperty(i)&&qu(e,i,t[i])}function ki(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 Qm=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"]]),Zm=/^[\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 us(e){return Zm.test(""+e)?"javascript:throw new Error('React has blocked a javascript: URL as a security precaution.')":e}function Zt(){}var Vi=null;function Xi(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 $u(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($i(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="'+Tt(""+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(u(90));$i(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&&Uu(l)}break e;case"textarea":Hu(e,a.value,a.defaultValue);break e;case"select":t=a.value,t!=null&&dl(e,!!a.multiple,t,!1)}}}var Qi=!1;function Gu(e,t,a){if(Qi)return e(t,a);Qi=!0;try{var l=e(t);return l}finally{if(Qi=!1,(ml!==null||xl!==null)&&(Ws(),ml&&(t=ml,e=xl,xl=ml=null,$u(t),e)))for(t=0;t<e.length;t++)$u(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(u(231,t,typeof a));return a}var Kt=!(typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"),Zi=!1;if(Kt)try{var ln={};Object.defineProperty(ln,"passive",{get:function(){Zi=!0}}),window.addEventListener("test",ln,ln),window.removeEventListener("test",ln,ln)}catch{Zi=!1}var ga=null,Ki=null,os=null;function ku(){if(os)return os;var e,t=Ki,a=t.length,l,s="value"in ga?ga.value:ga.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 os=s.slice(e,1<l?1-l:void 0)}function ds(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 fs(){return!0}function Vu(){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 h in e)e.hasOwnProperty(h)&&(a=e[h],this[h]=a?a(i):i[h]);return this.isDefaultPrevented=(i.defaultPrevented!=null?i.defaultPrevented:i.returnValue===!1)?fs:Vu,this.isPropagationStopped=Vu,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=fs)},stopPropagation:function(){var a=this.nativeEvent;a&&(a.stopPropagation?a.stopPropagation():typeof a.cancelBubble!="unknown"&&(a.cancelBubble=!0),this.isPropagationStopped=fs)},persist:function(){},isPersistent:fs}),t}var Va={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(e){return e.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},ms=ut(Va),nn=p({},Va,{view:0,detail:0}),Km=ut(nn),Ji,Wi,sn,xs=p({},nn,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:Pi,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"?(Ji=e.screenX-sn.screenX,Wi=e.screenY-sn.screenY):Wi=Ji=0,sn=e),Ji)},movementY:function(e){return"movementY"in e?e.movementY:Wi}}),Xu=ut(xs),Jm=p({},xs,{dataTransfer:0}),Wm=ut(Jm),Fm=p({},nn,{relatedTarget:0}),Fi=ut(Fm),Pm=p({},Va,{animationName:0,elapsedTime:0,pseudoElement:0}),Im=ut(Pm),ex=p({},Va,{clipboardData:function(e){return"clipboardData"in e?e.clipboardData:window.clipboardData}}),tx=ut(ex),ax=p({},Va,{data:0}),Qu=ut(ax),lx={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},nx={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"},sx={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function ix(e){var t=this.nativeEvent;return t.getModifierState?t.getModifierState(e):(e=sx[e])?!!t[e]:!1}function Pi(){return ix}var rx=p({},nn,{key:function(e){if(e.key){var t=lx[e.key]||e.key;if(t!=="Unidentified")return t}return e.type==="keypress"?(e=ds(e),e===13?"Enter":String.fromCharCode(e)):e.type==="keydown"||e.type==="keyup"?nx[e.keyCode]||"Unidentified":""},code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:Pi,charCode:function(e){return e.type==="keypress"?ds(e):0},keyCode:function(e){return e.type==="keydown"||e.type==="keyup"?e.keyCode:0},which:function(e){return e.type==="keypress"?ds(e):e.type==="keydown"||e.type==="keyup"?e.keyCode:0}}),cx=ut(rx),ux=p({},xs,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0}),Zu=ut(ux),ox=p({},nn,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:Pi}),dx=ut(ox),fx=p({},Va,{propertyName:0,elapsedTime:0,pseudoElement:0}),mx=ut(fx),xx=p({},xs,{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}),hx=ut(xx),gx=p({},Va,{newState:0,oldState:0}),yx=ut(gx),px=[9,13,27,32],Ii=Kt&&"CompositionEvent"in window,rn=null;Kt&&"documentMode"in document&&(rn=document.documentMode);var vx=Kt&&"TextEvent"in window&&!rn,Ku=Kt&&(!Ii||rn&&8<rn&&11>=rn),Ju=" ",Wu=!1;function Fu(e,t){switch(e){case"keyup":return px.indexOf(t.keyCode)!==-1;case"keydown":return t.keyCode!==229;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function Pu(e){return e=e.detail,typeof e=="object"&&"data"in e?e.data:null}var hl=!1;function bx(e,t){switch(e){case"compositionend":return Pu(t);case"keypress":return t.which!==32?null:(Wu=!0,Ju);case"textInput":return e=t.data,e===Ju&&Wu?null:e;default:return null}}function jx(e,t){if(hl)return e==="compositionend"||!Ii&&Fu(e,t)?(e=ku(),os=Ki=ga=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 Ku&&t.locale!=="ko"?null:t.data;default:return null}}var Nx={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 Iu(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t==="input"?!!Nx[e.type]:t==="textarea"}function eo(e,t,a,l){ml?xl?xl.push(l):xl=[l]:ml=l,t=li(t,"onChange"),0<t.length&&(a=new ms("onChange","change",null,a,l),e.push({event:a,listeners:t}))}var cn=null,un=null;function Sx(e){Bf(e,0)}function hs(e){var t=tn(e);if(Uu(t))return e}function to(e,t){if(e==="change")return t}var ao=!1;if(Kt){var er;if(Kt){var tr="oninput"in document;if(!tr){var lo=document.createElement("div");lo.setAttribute("oninput","return;"),tr=typeof lo.oninput=="function"}er=tr}else er=!1;ao=er&&(!document.documentMode||9<document.documentMode)}function no(){cn&&(cn.detachEvent("onpropertychange",so),un=cn=null)}function so(e){if(e.propertyName==="value"&&hs(un)){var t=[];eo(t,un,e,Xi(e)),Gu(Sx,t)}}function Ex(e,t,a){e==="focusin"?(no(),cn=t,un=a,cn.attachEvent("onpropertychange",so)):e==="focusout"&&no()}function Cx(e){if(e==="selectionchange"||e==="keyup"||e==="keydown")return hs(un)}function Tx(e,t){if(e==="click")return hs(t)}function wx(e,t){if(e==="input"||e==="change")return hs(t)}function Ax(e,t){return e===t&&(e!==0||1/e===1/t)||e!==e&&t!==t}var pt=typeof Object.is=="function"?Object.is:Ax;function on(e,t){if(pt(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(!_i.call(t,s)||!pt(e[s],t[s]))return!1}return!0}function io(e){for(;e&&e.firstChild;)e=e.firstChild;return e}function ro(e,t){var a=io(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=io(a)}}function co(e,t){return e&&t?e===t?!0:e&&e.nodeType===3?!1:t&&t.nodeType===3?co(e,t.parentNode):"contains"in e?e.contains(t):e.compareDocumentPosition?!!(e.compareDocumentPosition(t)&16):!1:!1}function uo(e){e=e!=null&&e.ownerDocument!=null&&e.ownerDocument.defaultView!=null?e.ownerDocument.defaultView:window;for(var t=cs(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=cs(e.document)}return t}function ar(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 Rx=Kt&&"documentMode"in document&&11>=document.documentMode,gl=null,lr=null,dn=null,nr=!1;function oo(e,t,a){var l=a.window===a?a.document:a.nodeType===9?a:a.ownerDocument;nr||gl==null||gl!==cs(l)||(l=gl,"selectionStart"in l&&ar(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=li(lr,"onSelect"),0<l.length&&(t=new ms("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 yl={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")},sr={},fo={};Kt&&(fo=document.createElement("div").style,"AnimationEvent"in window||(delete yl.animationend.animation,delete yl.animationiteration.animation,delete yl.animationstart.animation),"TransitionEvent"in window||delete yl.transitionend.transition);function Qa(e){if(sr[e])return sr[e];if(!yl[e])return e;var t=yl[e],a;for(a in t)if(t.hasOwnProperty(a)&&a in fo)return sr[e]=t[a];return e}var mo=Qa("animationend"),xo=Qa("animationiteration"),ho=Qa("animationstart"),Mx=Qa("transitionrun"),zx=Qa("transitionstart"),_x=Qa("transitioncancel"),go=Qa("transitionend"),yo=new Map,ir="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(" ");ir.push("scrollEnd");function Lt(e,t){yo.set(e,t),ka(t,[e])}var gs=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=[],pl=0,rr=0;function ys(){for(var e=pl,t=rr=pl=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&&po(a,s,i)}}function ps(e,t,a,l){wt[pl++]=e,wt[pl++]=t,wt[pl++]=a,wt[pl++]=l,rr|=l,e.lanes|=l,e=e.alternate,e!==null&&(e.lanes|=l)}function cr(e,t,a,l){return ps(e,t,a,l),vs(e)}function Za(e,t){return ps(e,null,null,t),vs(e)}function po(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-yt(a),e=i.hiddenUpdates,l=e[s],l===null?e[s]=[t]:l.push(t),t.lane=a|536870912),i):null}function vs(e){if(50<On)throw On=0,yc=null,Error(u(185));for(var t=e.return;t!==null;)e=t,t=e.return;return e.tag===3?e.stateNode:null}var vl={};function Ox(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 Ox(e,t,a,l)}function ur(e){return e=e.prototype,!(!e||!e.isReactComponent)}function Jt(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 vo(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 bs(e,t,a,l,s,i){var d=0;if(l=e,typeof e=="function")ur(e)&&(d=1);else if(typeof e=="string")d=Bh(e,a,W.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 R:d=8,s|=24;break;case H:return e=vt(12,a,t,s|2),e.elementType=H,e.lanes=i,e;case K:return e=vt(13,a,t,s),e.elementType=K,e.lanes=i,e;case ue:return e=vt(19,a,t,s),e.elementType=ue,e.lanes=i,e;default:if(typeof e=="object"&&e!==null)switch(e.$$typeof){case k:d=10;break e;case T:d=9;break e;case ae:d=11;break e;case V:d=14;break e;case X:d=16,l=null;break e}d=29,a=Error(u(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 or(e,t,a){return e=vt(6,e,null,t),e.lanes=a,e}function bo(e){var t=vt(18,null,null,0);return t.stateNode=e,t}function dr(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 jo=new WeakMap;function At(e,t){if(typeof e=="object"&&e!==null){var a=jo.get(e);return a!==void 0?a:(t={value:e,source:t,stack:vu(t)},jo.set(e,t),t)}return{value:e,source:t,stack:vu(t)}}var bl=[],jl=0,js=null,fn=0,Rt=[],Mt=0,ya=null,Yt=1,$t="";function Wt(e,t){bl[jl++]=fn,bl[jl++]=js,js=e,fn=t}function No(e,t,a){Rt[Mt++]=Yt,Rt[Mt++]=$t,Rt[Mt++]=ya,ya=e;var l=Yt;e=$t;var s=32-yt(l)-1;l&=~(1<<s),a+=1;var i=32-yt(t)+s;if(30<i){var d=s-s%5;i=(l&(1<<d)-1).toString(32),l>>=d,s-=d,Yt=1<<32-yt(t)+s|a<<s|l,$t=i+e}else Yt=1<<i|a<<s|l,$t=e}function fr(e){e.return!==null&&(Wt(e,1),No(e,1,0))}function mr(e){for(;e===js;)js=bl[--jl],bl[jl]=null,fn=bl[--jl],bl[jl]=null;for(;e===ya;)ya=Rt[--Mt],Rt[Mt]=null,$t=Rt[--Mt],Rt[Mt]=null,Yt=Rt[--Mt],Rt[Mt]=null}function So(e,t){Rt[Mt++]=Yt,Rt[Mt++]=$t,Rt[Mt++]=ya,Yt=t.id,$t=t.overflow,ya=e}var Ie=null,ze=null,ye=!1,pa=null,zt=!1,xr=Error(u(519));function va(e){var t=Error(u(418,1<arguments.length&&arguments[1]!==void 0&&arguments[1]?"text":"HTML",""));throw mn(At(t,e)),xr}function Eo(e){var t=e.stateNode,a=e.type,l=e.memoizedProps;switch(t[Pe]=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),Lu(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),Bu(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||Gf(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=Zt),t=!0):t=!1,t||va(e,!0)}function Co(e){for(Ie=e.return;Ie;)switch(Ie.tag){case 5:case 31:case 13:zt=!1;return;case 27:case 3:zt=!0;return;default:Ie=Ie.return}}function Nl(e){if(e!==Ie)return!1;if(!ye)return Co(e),ye=!0,!1;var t=e.tag,a;if((a=t!==3&&t!==27)&&((a=t===5)&&(a=e.type,a=!(a!=="form"&&a!=="button")||_c(e.type,e.memoizedProps)),a=!a),a&&ze&&va(e),Co(e),t===13){if(e=e.memoizedState,e=e!==null?e.dehydrated:null,!e)throw Error(u(317));ze=Ff(e)}else if(t===31){if(e=e.memoizedState,e=e!==null?e.dehydrated:null,!e)throw Error(u(317));ze=Ff(e)}else t===27?(t=ze,Oa(e.type)?(e=Hc,Hc=null,ze=e):ze=t):ze=Ie?Ot(e.stateNode.nextSibling):null;return!0}function Ja(){ze=Ie=null,ye=!1}function hr(){var e=pa;return e!==null&&(mt===null?mt=e:mt.push.apply(mt,e),pa=null),e}function mn(e){pa===null?pa=[e]:pa.push(e)}var gr=b(null),Wa=null,Ft=null;function ba(e,t,a){Z(gr,t._currentValue),t._currentValue=a}function Pt(e){e._currentValue=gr.current,q(gr)}function yr(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 pr(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 h=i;i=s;for(var N=0;N<t.length;N++)if(h.context===t[N]){i.lanes|=a,h=i.alternate,h!==null&&(h.lanes|=a),yr(i.return,a,e),l||(d=null);break e}i=h.next}}else if(s.tag===18){if(d=s.return,d===null)throw Error(u(341));d.lanes|=a,i=d.alternate,i!==null&&(i.lanes|=a),yr(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(u(387));if(d=d.memoizedProps,d!==null){var h=s.type;pt(s.pendingProps.value,d.value)||(e!==null?e.push(h):e=[h])}}else if(s===P.current){if(d=s.alternate,d===null)throw Error(u(387));d.memoizedState.memoizedState!==s.memoizedState.memoizedState&&(e!==null?e.push(Yn):e=[Yn])}s=s.return}e!==null&&pr(t,e,a,l),t.flags|=262144}function Ns(e){for(e=e.firstContext;e!==null;){if(!pt(e.context._currentValue,e.memoizedValue))return!0;e=e.next}return!1}function Fa(e){Wa=e,Ft=null,e=e.dependencies,e!==null&&(e.firstContext=null)}function et(e){return To(Wa,e)}function Ss(e,t){return Wa===null&&Fa(e),To(e,t)}function To(e,t){var a=t._currentValue;if(t={context:t,memoizedValue:a,next:null},Ft===null){if(e===null)throw Error(u(308));Ft=t,e.dependencies={lanes:0,firstContext:t},e.flags|=524288}else Ft=Ft.next=t;return a}var Dx=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()})}},Ux=r.unstable_scheduleCallback,Lx=r.unstable_NormalPriority,Ge={$$typeof:k,Consumer:null,Provider:null,_currentValue:null,_currentValue2:null,_threadCount:0};function vr(){return{controller:new Dx,data:new Map,refCount:0}}function xn(e){e.refCount--,e.refCount===0&&Ux(Lx,function(){e.controller.abort()})}var hn=null,br=0,El=0,Cl=null;function Hx(e,t){if(hn===null){var a=hn=[];br=0,El=Sc(),Cl={status:"pending",value:void 0,then:function(l){a.push(l)}}}return br++,t.then(wo,wo),t}function wo(){if(--br===0&&hn!==null){Cl!==null&&(Cl.status="fulfilled");var e=hn;hn=null,El=0,Cl=null;for(var t=0;t<e.length;t++)(0,e[t])()}}function Bx(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 Ao=L.S;L.S=function(e,t){ff=ht(),typeof t=="object"&&t!==null&&typeof t.then=="function"&&Hx(e,t),Ao!==null&&Ao(e,t)};var Pa=b(null);function jr(){var e=Pa.current;return e!==null?e:Re.pooledCache}function Es(e,t){t===null?Z(Pa,Pa.current):Z(Pa,t.pool)}function Ro(){var e=jr();return e===null?null:{parent:Ge._currentValue,pool:e}}var Tl=Error(u(460)),Nr=Error(u(474)),Cs=Error(u(542)),Ts={then:function(){}};function Mo(e){return e=e.status,e==="fulfilled"||e==="rejected"}function zo(e,t,a){switch(a=e[a],a===void 0?e.push(t):a!==t&&(t.then(Zt,Zt),t=a),t.status){case"fulfilled":return t.value;case"rejected":throw e=t.reason,Oo(e),e;default:if(typeof t.status=="string")t.then(Zt,Zt);else{if(e=Re,e!==null&&100<e.shellSuspendCounter)throw Error(u(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,Oo(e),e}throw el=t,Tl}}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,Tl):a}}var el=null;function _o(){if(el===null)throw Error(u(459));var e=el;return el=null,e}function Oo(e){if(e===Tl||e===Cs)throw Error(u(483))}var wl=null,gn=0;function ws(e){var t=gn;return gn+=1,wl===null&&(wl=[]),zo(wl,e,t)}function yn(e,t){t=t.props.ref,e.ref=t!==void 0?t:null}function As(e,t){throw t.$$typeof===E?Error(u(525)):(e=Object.prototype.toString.call(t),Error(u(31,e==="[object Object]"?"object with keys {"+Object.keys(t).join(", ")+"}":e)))}function Do(e){function t(w,C){if(e){var M=w.deletions;M===null?(w.deletions=[C],w.flags|=16):M.push(C)}}function a(w,C){if(!e)return null;for(;C!==null;)t(w,C),C=C.sibling;return null}function l(w){for(var C=new Map;w!==null;)w.key!==null?C.set(w.key,w):C.set(w.index,w),w=w.sibling;return C}function s(w,C){return w=Jt(w,C),w.index=0,w.sibling=null,w}function i(w,C,M){return w.index=M,e?(M=w.alternate,M!==null?(M=M.index,M<C?(w.flags|=67108866,C):M):(w.flags|=67108866,C)):(w.flags|=1048576,C)}function d(w){return e&&w.alternate===null&&(w.flags|=67108866),w}function h(w,C,M,$){return C===null||C.tag!==6?(C=or(M,w.mode,$),C.return=w,C):(C=s(C,M),C.return=w,C)}function N(w,C,M,$){var te=M.type;return te===D?B(w,C,M.props.children,$,M.key):C!==null&&(C.elementType===te||typeof te=="object"&&te!==null&&te.$$typeof===X&&Ia(te)===C.type)?(C=s(C,M.props),yn(C,M),C.return=w,C):(C=bs(M.type,M.key,M.props,null,w.mode,$),yn(C,M),C.return=w,C)}function z(w,C,M,$){return C===null||C.tag!==4||C.stateNode.containerInfo!==M.containerInfo||C.stateNode.implementation!==M.implementation?(C=dr(M,w.mode,$),C.return=w,C):(C=s(C,M.children||[]),C.return=w,C)}function B(w,C,M,$,te){return C===null||C.tag!==7?(C=Ka(M,w.mode,$,te),C.return=w,C):(C=s(C,M),C.return=w,C)}function G(w,C,M){if(typeof C=="string"&&C!==""||typeof C=="number"||typeof C=="bigint")return C=or(""+C,w.mode,M),C.return=w,C;if(typeof C=="object"&&C!==null){switch(C.$$typeof){case A:return M=bs(C.type,C.key,C.props,null,w.mode,M),yn(M,C),M.return=w,M;case _:return C=dr(C,w.mode,M),C.return=w,C;case X:return C=Ia(C),G(w,C,M)}if($e(C)||Ae(C))return C=Ka(C,w.mode,M,null),C.return=w,C;if(typeof C.then=="function")return G(w,ws(C),M);if(C.$$typeof===k)return G(w,Ss(w,C),M);As(w,C)}return null}function O(w,C,M,$){var te=C!==null?C.key:null;if(typeof M=="string"&&M!==""||typeof M=="number"||typeof M=="bigint")return te!==null?null:h(w,C,""+M,$);if(typeof M=="object"&&M!==null){switch(M.$$typeof){case A:return M.key===te?N(w,C,M,$):null;case _:return M.key===te?z(w,C,M,$):null;case X:return M=Ia(M),O(w,C,M,$)}if($e(M)||Ae(M))return te!==null?null:B(w,C,M,$,null);if(typeof M.then=="function")return O(w,C,ws(M),$);if(M.$$typeof===k)return O(w,C,Ss(w,M),$);As(w,M)}return null}function U(w,C,M,$,te){if(typeof $=="string"&&$!==""||typeof $=="number"||typeof $=="bigint")return w=w.get(M)||null,h(C,w,""+$,te);if(typeof $=="object"&&$!==null){switch($.$$typeof){case A:return w=w.get($.key===null?M:$.key)||null,N(C,w,$,te);case _:return w=w.get($.key===null?M:$.key)||null,z(C,w,$,te);case X:return $=Ia($),U(w,C,M,$,te)}if($e($)||Ae($))return w=w.get(M)||null,B(C,w,$,te,null);if(typeof $.then=="function")return U(w,C,M,ws($),te);if($.$$typeof===k)return U(w,C,M,Ss(C,$),te);As(C,$)}return null}function J(w,C,M,$){for(var te=null,ve=null,I=C,oe=C=0,ge=null;I!==null&&oe<M.length;oe++){I.index>oe?(ge=I,I=null):ge=I.sibling;var be=O(w,I,M[oe],$);if(be===null){I===null&&(I=ge);break}e&&I&&be.alternate===null&&t(w,I),C=i(be,C,oe),ve===null?te=be:ve.sibling=be,ve=be,I=ge}if(oe===M.length)return a(w,I),ye&&Wt(w,oe),te;if(I===null){for(;oe<M.length;oe++)I=G(w,M[oe],$),I!==null&&(C=i(I,C,oe),ve===null?te=I:ve.sibling=I,ve=I);return ye&&Wt(w,oe),te}for(I=l(I);oe<M.length;oe++)ge=U(I,w,oe,M[oe],$),ge!==null&&(e&&ge.alternate!==null&&I.delete(ge.key===null?oe:ge.key),C=i(ge,C,oe),ve===null?te=ge:ve.sibling=ge,ve=ge);return e&&I.forEach(function(Ba){return t(w,Ba)}),ye&&Wt(w,oe),te}function ne(w,C,M,$){if(M==null)throw Error(u(151));for(var te=null,ve=null,I=C,oe=C=0,ge=null,be=M.next();I!==null&&!be.done;oe++,be=M.next()){I.index>oe?(ge=I,I=null):ge=I.sibling;var Ba=O(w,I,be.value,$);if(Ba===null){I===null&&(I=ge);break}e&&I&&Ba.alternate===null&&t(w,I),C=i(Ba,C,oe),ve===null?te=Ba:ve.sibling=Ba,ve=Ba,I=ge}if(be.done)return a(w,I),ye&&Wt(w,oe),te;if(I===null){for(;!be.done;oe++,be=M.next())be=G(w,be.value,$),be!==null&&(C=i(be,C,oe),ve===null?te=be:ve.sibling=be,ve=be);return ye&&Wt(w,oe),te}for(I=l(I);!be.done;oe++,be=M.next())be=U(I,w,oe,be.value,$),be!==null&&(e&&be.alternate!==null&&I.delete(be.key===null?oe:be.key),C=i(be,C,oe),ve===null?te=be:ve.sibling=be,ve=be);return e&&I.forEach(function(Jh){return t(w,Jh)}),ye&&Wt(w,oe),te}function we(w,C,M,$){if(typeof M=="object"&&M!==null&&M.type===D&&M.key===null&&(M=M.props.children),typeof M=="object"&&M!==null){switch(M.$$typeof){case A:e:{for(var te=M.key;C!==null;){if(C.key===te){if(te=M.type,te===D){if(C.tag===7){a(w,C.sibling),$=s(C,M.props.children),$.return=w,w=$;break e}}else if(C.elementType===te||typeof te=="object"&&te!==null&&te.$$typeof===X&&Ia(te)===C.type){a(w,C.sibling),$=s(C,M.props),yn($,M),$.return=w,w=$;break e}a(w,C);break}else t(w,C);C=C.sibling}M.type===D?($=Ka(M.props.children,w.mode,$,M.key),$.return=w,w=$):($=bs(M.type,M.key,M.props,null,w.mode,$),yn($,M),$.return=w,w=$)}return d(w);case _:e:{for(te=M.key;C!==null;){if(C.key===te)if(C.tag===4&&C.stateNode.containerInfo===M.containerInfo&&C.stateNode.implementation===M.implementation){a(w,C.sibling),$=s(C,M.children||[]),$.return=w,w=$;break e}else{a(w,C);break}else t(w,C);C=C.sibling}$=dr(M,w.mode,$),$.return=w,w=$}return d(w);case X:return M=Ia(M),we(w,C,M,$)}if($e(M))return J(w,C,M,$);if(Ae(M)){if(te=Ae(M),typeof te!="function")throw Error(u(150));return M=te.call(M),ne(w,C,M,$)}if(typeof M.then=="function")return we(w,C,ws(M),$);if(M.$$typeof===k)return we(w,C,Ss(w,M),$);As(w,M)}return typeof M=="string"&&M!==""||typeof M=="number"||typeof M=="bigint"?(M=""+M,C!==null&&C.tag===6?(a(w,C.sibling),$=s(C,M),$.return=w,w=$):(a(w,C),$=or(M,w.mode,$),$.return=w,w=$),d(w)):a(w,C)}return function(w,C,M,$){try{gn=0;var te=we(w,C,M,$);return wl=null,te}catch(I){if(I===Tl||I===Cs)throw I;var ve=vt(29,I,null,w.mode);return ve.lanes=$,ve.return=w,ve}}}var tl=Do(!0),Uo=Do(!1),ja=!1;function Sr(e){e.updateQueue={baseState:e.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,lanes:0,hiddenCallbacks:null},callbacks:null}}function Er(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 Na(e){return{lane:e,tag:0,payload:null,callback:null,next:null}}function Sa(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=vs(e),po(e,null,a),t}return ps(e,l,t,a),vs(e)}function pn(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,Cu(e,a)}}function Cr(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 Tr=!1;function vn(){if(Tr){var e=Cl;if(e!==null)throw e}}function bn(e,t,a,l){Tr=!1;var s=e.updateQueue;ja=!1;var i=s.firstBaseUpdate,d=s.lastBaseUpdate,h=s.shared.pending;if(h!==null){s.shared.pending=null;var N=h,z=N.next;N.next=null,d===null?i=z:d.next=z,d=N;var B=e.alternate;B!==null&&(B=B.updateQueue,h=B.lastBaseUpdate,h!==d&&(h===null?B.firstBaseUpdate=z:h.next=z,B.lastBaseUpdate=N))}if(i!==null){var G=s.baseState;d=0,B=z=N=null,h=i;do{var O=h.lane&-536870913,U=O!==h.lane;if(U?(he&O)===O:(l&O)===O){O!==0&&O===El&&(Tr=!0),B!==null&&(B=B.next={lane:0,tag:h.tag,payload:h.payload,callback:null,next:null});e:{var J=e,ne=h;O=t;var we=a;switch(ne.tag){case 1:if(J=ne.payload,typeof J=="function"){G=J.call(we,G,O);break e}G=J;break e;case 3:J.flags=J.flags&-65537|128;case 0:if(J=ne.payload,O=typeof J=="function"?J.call(we,G,O):J,O==null)break e;G=p({},G,O);break e;case 2:ja=!0}}O=h.callback,O!==null&&(e.flags|=64,U&&(e.flags|=8192),U=s.callbacks,U===null?s.callbacks=[O]:U.push(O))}else U={lane:O,tag:h.tag,payload:h.payload,callback:h.callback,next:null},B===null?(z=B=U,N=G):B=B.next=U,d|=O;if(h=h.next,h===null){if(h=s.shared.pending,h===null)break;U=h,h=U.next,U.next=null,s.lastBaseUpdate=U,s.shared.pending=null}}while(!0);B===null&&(N=G),s.baseState=N,s.firstBaseUpdate=z,s.lastBaseUpdate=B,i===null&&(s.shared.lanes=0),Aa|=d,e.lanes=d,e.memoizedState=G}}function Lo(e,t){if(typeof e!="function")throw Error(u(191,e));e.call(t)}function Ho(e,t){var a=e.callbacks;if(a!==null)for(e.callbacks=null,e=0;e<a.length;e++)Lo(a[e],t)}var Al=b(null),Rs=b(0);function Bo(e,t){e=ra,Z(Rs,e),Z(Al,t),ra=e|t.baseLanes}function wr(){Z(Rs,ra),Z(Al,Al.current)}function Ar(){ra=Rs.current,q(Al),q(Rs)}var bt=b(null),_t=null;function Ea(e){var t=e.alternate;Z(Be,Be.current&1),Z(bt,e),_t===null&&(t===null||Al.current!==null||t.memoizedState!==null)&&(_t=e)}function Rr(e){Z(Be,Be.current),Z(bt,e),_t===null&&(_t=e)}function qo(e){e.tag===22?(Z(Be,Be.current),Z(bt,e),_t===null&&(_t=e)):Ca()}function Ca(){Z(Be,Be.current),Z(bt,bt.current)}function jt(e){q(bt),_t===e&&(_t=null),q(Be)}var Be=b(0);function Ms(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 It=0,ce=null,Ce=null,ke=null,zs=!1,Rl=!1,al=!1,_s=0,jn=0,Ml=null,qx=0;function Ue(){throw Error(u(321))}function Mr(e,t){if(t===null)return!1;for(var a=0;a<t.length&&a<e.length;a++)if(!pt(e[a],t[a]))return!1;return!0}function zr(e,t,a,l,s,i){return It=i,ce=t,t.memoizedState=null,t.updateQueue=null,t.lanes=0,L.H=e===null||e.memoizedState===null?Nd:Qr,al=!1,i=a(l,s),al=!1,Rl&&(i=$o(t,a,l,s)),Yo(e),i}function Yo(e){L.H=En;var t=Ce!==null&&Ce.next!==null;if(It=0,ke=Ce=ce=null,zs=!1,jn=0,Ml=null,t)throw Error(u(300));e===null||Ve||(e=e.dependencies,e!==null&&Ns(e)&&(Ve=!0))}function $o(e,t,a,l){ce=e;var s=0;do{if(Rl&&(Ml=null),jn=0,Rl=!1,25<=s)throw Error(u(301));if(s+=1,ke=Ce=null,e.updateQueue!=null){var i=e.updateQueue;i.lastEffect=null,i.events=null,i.stores=null,i.memoCache!=null&&(i.memoCache.index=0)}L.H=Sd,i=t(a,l)}while(Rl);return i}function Yx(){var e=L.H,t=e.useState()[0];return t=typeof t.then=="function"?Nn(t):t,e=e.useState()[0],(Ce!==null?Ce.memoizedState:null)!==e&&(ce.flags|=1024),t}function _r(){var e=_s!==0;return _s=0,e}function Or(e,t,a){t.updateQueue=e.updateQueue,t.flags&=-2053,e.lanes&=~a}function Dr(e){if(zs){for(e=e.memoizedState;e!==null;){var t=e.queue;t!==null&&(t.pending=null),e=e.next}zs=!1}It=0,ke=Ce=ce=null,Rl=!1,jn=_s=0,Ml=null}function it(){var e={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return ke===null?ce.memoizedState=ke=e:ke=ke.next=e,ke}function qe(){if(Ce===null){var e=ce.alternate;e=e!==null?e.memoizedState:null}else e=Ce.next;var t=ke===null?ce.memoizedState:ke.next;if(t!==null)ke=t,Ce=e;else{if(e===null)throw ce.alternate===null?Error(u(467)):Error(u(310));Ce=e,e={memoizedState:Ce.memoizedState,baseState:Ce.baseState,baseQueue:Ce.baseQueue,queue:Ce.queue,next:null},ke===null?ce.memoizedState=ke=e:ke=ke.next=e}return ke}function Os(){return{lastEffect:null,events:null,stores:null,memoCache:null}}function Nn(e){var t=jn;return jn+=1,Ml===null&&(Ml=[]),e=zo(Ml,e,t),t=ce,(ke===null?t.memoizedState:ke.next)===null&&(t=t.alternate,L.H=t===null||t.memoizedState===null?Nd:Qr),e}function Ds(e){if(e!==null&&typeof e=="object"){if(typeof e.then=="function")return Nn(e);if(e.$$typeof===k)return et(e)}throw Error(u(438,String(e)))}function Ur(e){var t=null,a=ce.updateQueue;if(a!==null&&(t=a.memoCache),t==null){var l=ce.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(),ce.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]=F;return t.index++,a}function ea(e,t){return typeof t=="function"?t(e):t}function Us(e){var t=qe();return Lr(t,Ce,e)}function Lr(e,t,a){var l=e.queue;if(l===null)throw Error(u(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 h=d=null,N=null,z=t,B=!1;do{var G=z.lane&-536870913;if(G!==z.lane?(he&G)===G:(It&G)===G){var O=z.revertLane;if(O===0)N!==null&&(N=N.next={lane:0,revertLane:0,gesture:null,action:z.action,hasEagerState:z.hasEagerState,eagerState:z.eagerState,next:null}),G===El&&(B=!0);else if((It&O)===O){z=z.next,O===El&&(B=!0);continue}else G={lane:0,revertLane:z.revertLane,gesture:null,action:z.action,hasEagerState:z.hasEagerState,eagerState:z.eagerState,next:null},N===null?(h=N=G,d=i):N=N.next=G,ce.lanes|=O,Aa|=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},N===null?(h=N=O,d=i):N=N.next=O,ce.lanes|=G,Aa|=G;z=z.next}while(z!==null&&z!==t);if(N===null?d=i:N.next=h,!pt(i,e.memoizedState)&&(Ve=!0,B&&(a=Cl,a!==null)))throw a;e.memoizedState=i,e.baseState=d,e.baseQueue=N,l.lastRenderedState=i}return s===null&&(l.lanes=0),[e.memoizedState,l.dispatch]}function Hr(e){var t=qe(),a=t.queue;if(a===null)throw Error(u(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);pt(i,t.memoizedState)||(Ve=!0),t.memoizedState=i,t.baseQueue===null&&(t.baseState=i),a.lastRenderedState=i}return[i,l]}function Go(e,t,a){var l=ce,s=qe(),i=ye;if(i){if(a===void 0)throw Error(u(407));a=a()}else a=t();var d=!pt((Ce||s).memoizedState,a);if(d&&(s.memoizedState=a,Ve=!0),s=s.queue,Yr(Xo.bind(null,l,s,e),[e]),s.getSnapshot!==t||d||ke!==null&&ke.memoizedState.tag&1){if(l.flags|=2048,zl(9,{destroy:void 0},Vo.bind(null,l,s,a,t),null),Re===null)throw Error(u(349));i||(It&127)!==0||ko(l,t,a)}return a}function ko(e,t,a){e.flags|=16384,e={getSnapshot:t,value:a},t=ce.updateQueue,t===null?(t=Os(),ce.updateQueue=t,t.stores=[e]):(a=t.stores,a===null?t.stores=[e]:a.push(e))}function Vo(e,t,a,l){t.value=a,t.getSnapshot=l,Qo(t)&&Zo(e)}function Xo(e,t,a){return a(function(){Qo(t)&&Zo(e)})}function Qo(e){var t=e.getSnapshot;e=e.value;try{var a=t();return!pt(e,a)}catch{return!0}}function Zo(e){var t=Za(e,2);t!==null&&xt(t,e,2)}function Br(e){var t=it();if(typeof e=="function"){var a=e;if(e=a(),al){xa(!0);try{a()}finally{xa(!1)}}}return t.memoizedState=t.baseState=e,t.queue={pending:null,lanes:0,dispatch:null,lastRenderedReducer:ea,lastRenderedState:e},t}function Ko(e,t,a,l){return e.baseState=a,Lr(e,Ce,typeof l=="function"?l:ea)}function $x(e,t,a,l,s){if(Bs(e))throw Error(u(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)}};L.T!==null?a(!0):i.isTransition=!1,l(i),a=t.pending,a===null?(i.next=t.pending=i,Jo(t,i)):(i.next=a.next,t.pending=a.next=i)}}function Jo(e,t){var a=t.action,l=t.payload,s=e.state;if(t.isTransition){var i=L.T,d={};L.T=d;try{var h=a(s,l),N=L.S;N!==null&&N(d,h),Wo(e,t,h)}catch(z){qr(e,t,z)}finally{i!==null&&d.types!==null&&(i.types=d.types),L.T=i}}else try{i=a(s,l),Wo(e,t,i)}catch(z){qr(e,t,z)}}function Wo(e,t,a){a!==null&&typeof a=="object"&&typeof a.then=="function"?a.then(function(l){Fo(e,t,l)},function(l){return qr(e,t,l)}):Fo(e,t,a)}function Fo(e,t,a){t.status="fulfilled",t.value=a,Po(t),e.state=a,t=e.pending,t!==null&&(a=t.next,a===t?e.pending=null:(a=a.next,t.next=a,Jo(e,a)))}function qr(e,t,a){var l=e.pending;if(e.pending=null,l!==null){l=l.next;do t.status="rejected",t.reason=a,Po(t),t=t.next;while(t!==l)}e.action=null}function Po(e){e=e.listeners;for(var t=0;t<e.length;t++)(0,e[t])()}function Io(e,t){return t}function ed(e,t){if(ye){var a=Re.formState;if(a!==null){e:{var l=ce;if(ye){if(ze){t:{for(var s=ze,i=zt;s.nodeType!==8;){if(!i){s=null;break t}if(s=Ot(s.nextSibling),s===null){s=null;break t}}i=s.data,s=i==="F!"||i==="F"?s:null}if(s){ze=Ot(s.nextSibling),l=s.data==="F!";break e}}va(l)}l=!1}l&&(t=a[0])}}return a=it(),a.memoizedState=a.baseState=t,l={pending:null,lanes:0,dispatch:null,lastRenderedReducer:Io,lastRenderedState:t},a.queue=l,a=vd.bind(null,ce,l),l.dispatch=a,l=Br(!1),i=Xr.bind(null,ce,!1,l.queue),l=it(),s={state:t,dispatch:null,action:e,pending:null},l.queue=s,a=$x.bind(null,ce,s,i,a),s.dispatch=a,l.memoizedState=e,[t,a,!1]}function td(e){var t=qe();return ad(t,Ce,e)}function ad(e,t,a){if(t=Lr(e,t,Io)[0],e=Us(ea)[0],typeof t=="object"&&t!==null&&typeof t.then=="function")try{var l=Nn(t)}catch(d){throw d===Tl?Cs:d}else l=t;t=qe();var s=t.queue,i=s.dispatch;return a!==t.memoizedState&&(ce.flags|=2048,zl(9,{destroy:void 0},Gx.bind(null,s,a),null)),[l,i,e]}function Gx(e,t){e.action=t}function ld(e){var t=qe(),a=Ce;if(a!==null)return ad(t,a,e);qe(),t=t.memoizedState,a=qe();var l=a.queue.dispatch;return a.memoizedState=e,[t,l,!1]}function zl(e,t,a,l){return e={tag:e,create:a,deps:l,inst:t,next:null},t=ce.updateQueue,t===null&&(t=Os(),ce.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 nd(){return qe().memoizedState}function Ls(e,t,a,l){var s=it();ce.flags|=e,s.memoizedState=zl(1|t,{destroy:void 0},a,l===void 0?null:l)}function Hs(e,t,a,l){var s=qe();l=l===void 0?null:l;var i=s.memoizedState.inst;Ce!==null&&l!==null&&Mr(l,Ce.memoizedState.deps)?s.memoizedState=zl(t,i,a,l):(ce.flags|=e,s.memoizedState=zl(1|t,i,a,l))}function sd(e,t){Ls(8390656,8,e,t)}function Yr(e,t){Hs(2048,8,e,t)}function kx(e){ce.flags|=4;var t=ce.updateQueue;if(t===null)t=Os(),ce.updateQueue=t,t.events=[e];else{var a=t.events;a===null?t.events=[e]:a.push(e)}}function id(e){var t=qe().memoizedState;return kx({ref:t,nextImpl:e}),function(){if((Ne&2)!==0)throw Error(u(440));return t.impl.apply(void 0,arguments)}}function rd(e,t){return Hs(4,2,e,t)}function cd(e,t){return Hs(4,4,e,t)}function ud(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 od(e,t,a){a=a!=null?a.concat([e]):null,Hs(4,4,ud.bind(null,t,e),a)}function $r(){}function dd(e,t){var a=qe();t=t===void 0?null:t;var l=a.memoizedState;return t!==null&&Mr(t,l[1])?l[0]:(a.memoizedState=[e,t],e)}function fd(e,t){var a=qe();t=t===void 0?null:t;var l=a.memoizedState;if(t!==null&&Mr(t,l[1]))return l[0];if(l=e(),al){xa(!0);try{e()}finally{xa(!1)}}return a.memoizedState=[l,t],l}function Gr(e,t,a){return a===void 0||(It&1073741824)!==0&&(he&261930)===0?e.memoizedState=t:(e.memoizedState=a,e=xf(),ce.lanes|=e,Aa|=e,a)}function md(e,t,a,l){return pt(a,t)?a:Al.current!==null?(e=Gr(e,a,l),pt(e,t)||(Ve=!0),e):(It&42)===0||(It&1073741824)!==0&&(he&261930)===0?(Ve=!0,e.memoizedState=a):(e=xf(),ce.lanes|=e,Aa|=e,t)}function xd(e,t,a,l,s){var i=Q.p;Q.p=i!==0&&8>i?i:8;var d=L.T,h={};L.T=h,Xr(e,!1,t,a);try{var N=s(),z=L.S;if(z!==null&&z(h,N),N!==null&&typeof N=="object"&&typeof N.then=="function"){var B=Bx(N,l);Sn(e,t,B,Et(e))}else Sn(e,t,l,Et(e))}catch(G){Sn(e,t,{then:function(){},status:"rejected",reason:G},Et())}finally{Q.p=i,d!==null&&h.types!==null&&(d.types=h.types),L.T=d}}function Vx(){}function kr(e,t,a,l){if(e.tag!==5)throw Error(u(476));var s=hd(e).queue;xd(e,s,t,le,a===null?Vx:function(){return gd(e),a(l)})}function hd(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:ea,lastRenderedState:le},next:null};var a={};return t.next={memoizedState:a,baseState:a,baseQueue:null,queue:{pending:null,lanes:0,dispatch:null,lastRenderedReducer:ea,lastRenderedState:a},next:null},e.memoizedState=t,e=e.alternate,e!==null&&(e.memoizedState=t),t}function gd(e){var t=hd(e);t.next===null&&(t=e.alternate.memoizedState),Sn(e,t.next.queue,{},Et())}function Vr(){return et(Yn)}function yd(){return qe().memoizedState}function pd(){return qe().memoizedState}function Xx(e){for(var t=e.return;t!==null;){switch(t.tag){case 24:case 3:var a=Et();e=Na(a);var l=Sa(t,e,a);l!==null&&(xt(l,t,a),pn(l,t,a)),t={cache:vr()},e.payload=t;return}t=t.return}}function Qx(e,t,a){var l=Et();a={lane:l,revertLane:0,gesture:null,action:a,hasEagerState:!1,eagerState:null,next:null},Bs(e)?bd(t,a):(a=cr(e,t,a,l),a!==null&&(xt(a,e,l),jd(a,t,l)))}function vd(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(Bs(e))bd(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,h=i(d,a);if(s.hasEagerState=!0,s.eagerState=h,pt(h,d))return ps(e,t,s,0),Re===null&&ys(),!1}catch{}if(a=cr(e,t,s,l),a!==null)return xt(a,e,l),jd(a,t,l),!0}return!1}function Xr(e,t,a,l){if(l={lane:2,revertLane:Sc(),gesture:null,action:l,hasEagerState:!1,eagerState:null,next:null},Bs(e)){if(t)throw Error(u(479))}else t=cr(e,a,l,2),t!==null&&xt(t,e,2)}function Bs(e){var t=e.alternate;return e===ce||t!==null&&t===ce}function bd(e,t){Rl=zs=!0;var a=e.pending;a===null?t.next=t:(t.next=a.next,a.next=t),e.pending=t}function jd(e,t,a){if((a&4194048)!==0){var l=t.lanes;l&=e.pendingLanes,a|=l,t.lanes=a,Cu(e,a)}}var En={readContext:et,use:Ds,useCallback:Ue,useContext:Ue,useEffect:Ue,useImperativeHandle:Ue,useLayoutEffect:Ue,useInsertionEffect:Ue,useMemo:Ue,useReducer:Ue,useRef:Ue,useState:Ue,useDebugValue:Ue,useDeferredValue:Ue,useTransition:Ue,useSyncExternalStore:Ue,useId:Ue,useHostTransitionStatus:Ue,useFormState:Ue,useActionState:Ue,useOptimistic:Ue,useMemoCache:Ue,useCacheRefresh:Ue};En.useEffectEvent=Ue;var Nd={readContext:et,use:Ds,useCallback:function(e,t){return it().memoizedState=[e,t===void 0?null:t],e},useContext:et,useEffect:sd,useImperativeHandle:function(e,t,a){a=a!=null?a.concat([e]):null,Ls(4194308,4,ud.bind(null,t,e),a)},useLayoutEffect:function(e,t){return Ls(4194308,4,e,t)},useInsertionEffect:function(e,t){Ls(4,2,e,t)},useMemo:function(e,t){var a=it();t=t===void 0?null:t;var l=e();if(al){xa(!0);try{e()}finally{xa(!1)}}return a.memoizedState=[l,t],l},useReducer:function(e,t,a){var l=it();if(a!==void 0){var s=a(t);if(al){xa(!0);try{a(t)}finally{xa(!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=Qx.bind(null,ce,e),[l.memoizedState,e]},useRef:function(e){var t=it();return e={current:e},t.memoizedState=e},useState:function(e){e=Br(e);var t=e.queue,a=vd.bind(null,ce,t);return t.dispatch=a,[e.memoizedState,a]},useDebugValue:$r,useDeferredValue:function(e,t){var a=it();return Gr(a,e,t)},useTransition:function(){var e=Br(!1);return e=xd.bind(null,ce,e.queue,!0,!1),it().memoizedState=e,[!1,e]},useSyncExternalStore:function(e,t,a){var l=ce,s=it();if(ye){if(a===void 0)throw Error(u(407));a=a()}else{if(a=t(),Re===null)throw Error(u(349));(he&127)!==0||ko(l,t,a)}s.memoizedState=a;var i={value:a,getSnapshot:t};return s.queue=i,sd(Xo.bind(null,l,i,e),[e]),l.flags|=2048,zl(9,{destroy:void 0},Vo.bind(null,l,i,a,t),null),a},useId:function(){var e=it(),t=Re.identifierPrefix;if(ye){var a=$t,l=Yt;a=(l&~(1<<32-yt(l)-1)).toString(32)+a,t="_"+t+"R_"+a,a=_s++,0<a&&(t+="H"+a.toString(32)),t+="_"}else a=qx++,t="_"+t+"r_"+a.toString(32)+"_";return e.memoizedState=t},useHostTransitionStatus:Vr,useFormState:ed,useActionState:ed,useOptimistic:function(e){var t=it();t.memoizedState=t.baseState=e;var a={pending:null,lanes:0,dispatch:null,lastRenderedReducer:null,lastRenderedState:null};return t.queue=a,t=Xr.bind(null,ce,!0,a),a.dispatch=t,[e,t]},useMemoCache:Ur,useCacheRefresh:function(){return it().memoizedState=Xx.bind(null,ce)},useEffectEvent:function(e){var t=it(),a={impl:e};return t.memoizedState=a,function(){if((Ne&2)!==0)throw Error(u(440));return a.impl.apply(void 0,arguments)}}},Qr={readContext:et,use:Ds,useCallback:dd,useContext:et,useEffect:Yr,useImperativeHandle:od,useInsertionEffect:rd,useLayoutEffect:cd,useMemo:fd,useReducer:Us,useRef:nd,useState:function(){return Us(ea)},useDebugValue:$r,useDeferredValue:function(e,t){var a=qe();return md(a,Ce.memoizedState,e,t)},useTransition:function(){var e=Us(ea)[0],t=qe().memoizedState;return[typeof e=="boolean"?e:Nn(e),t]},useSyncExternalStore:Go,useId:yd,useHostTransitionStatus:Vr,useFormState:td,useActionState:td,useOptimistic:function(e,t){var a=qe();return Ko(a,Ce,e,t)},useMemoCache:Ur,useCacheRefresh:pd};Qr.useEffectEvent=id;var Sd={readContext:et,use:Ds,useCallback:dd,useContext:et,useEffect:Yr,useImperativeHandle:od,useInsertionEffect:rd,useLayoutEffect:cd,useMemo:fd,useReducer:Hr,useRef:nd,useState:function(){return Hr(ea)},useDebugValue:$r,useDeferredValue:function(e,t){var a=qe();return Ce===null?Gr(a,e,t):md(a,Ce.memoizedState,e,t)},useTransition:function(){var e=Hr(ea)[0],t=qe().memoizedState;return[typeof e=="boolean"?e:Nn(e),t]},useSyncExternalStore:Go,useId:yd,useHostTransitionStatus:Vr,useFormState:ld,useActionState:ld,useOptimistic:function(e,t){var a=qe();return Ce!==null?Ko(a,Ce,e,t):(a.baseState=e,[e,a.queue.dispatch])},useMemoCache:Ur,useCacheRefresh:pd};Sd.useEffectEvent=id;function Zr(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 Kr={enqueueSetState:function(e,t,a){e=e._reactInternals;var l=Et(),s=Na(l);s.payload=t,a!=null&&(s.callback=a),t=Sa(e,s,l),t!==null&&(xt(t,e,l),pn(t,e,l))},enqueueReplaceState:function(e,t,a){e=e._reactInternals;var l=Et(),s=Na(l);s.tag=1,s.payload=t,a!=null&&(s.callback=a),t=Sa(e,s,l),t!==null&&(xt(t,e,l),pn(t,e,l))},enqueueForceUpdate:function(e,t){e=e._reactInternals;var a=Et(),l=Na(a);l.tag=2,t!=null&&(l.callback=t),t=Sa(e,l,a),t!==null&&(xt(t,e,a),pn(t,e,a))}};function Ed(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 Cd(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&&Kr.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 Td(e){gs(e)}function wd(e){console.error(e)}function Ad(e){gs(e)}function qs(e,t){try{var a=e.onUncaughtError;a(t.value,{componentStack:t.stack})}catch(l){setTimeout(function(){throw l})}}function Rd(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 Jr(e,t,a){return a=Na(a),a.tag=3,a.payload={element:null},a.callback=function(){qs(e,t)},a}function Md(e){return e=Na(e),e.tag=3,e}function zd(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(){Rd(t,a,l)}}var d=a.stateNode;d!==null&&typeof d.componentDidCatch=="function"&&(e.callback=function(){Rd(t,a,l),typeof s!="function"&&(Ra===null?Ra=new Set([this]):Ra.add(this));var h=l.stack;this.componentDidCatch(l.value,{componentStack:h!==null?h:""})})}function Zx(e,t,a,l,s){if(a.flags|=32768,l!==null&&typeof l=="object"&&typeof l.then=="function"){if(t=a.alternate,t!==null&&Sl(t,a,s,!0),a=bt.current,a!==null){switch(a.tag){case 31:case 13:return _t===null?Fs():a.alternate===null&&Le===0&&(Le=3),a.flags&=-257,a.flags|=65536,a.lanes=s,l===Ts?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===Ts?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(u(435,a.tag))}return bc(e,l,s),Fs(),!1}if(ye)return t=bt.current,t!==null?((t.flags&65536)===0&&(t.flags|=256),t.flags|=65536,t.lanes=s,l!==xr&&(e=Error(u(422),{cause:l}),mn(At(e,a)))):(l!==xr&&(t=Error(u(423),{cause:l}),mn(At(t,a))),e=e.current.alternate,e.flags|=65536,s&=-s,e.lanes|=s,l=At(l,a),s=Jr(e.stateNode,l,s),Cr(e,s),Le!==4&&(Le=2)),!1;var i=Error(u(520),{cause:l});if(i=At(i,a),_n===null?_n=[i]:_n.push(i),Le!==4&&(Le=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=Jr(a.stateNode,l,e),Cr(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=Md(s),zd(s,e,a,l),Cr(a,s),!1}a=a.return}while(a!==null);return!1}var Wr=Error(u(461)),Ve=!1;function tt(e,t,a,l){t.child=e===null?Uo(t,null,a,l):tl(t,e.child,a,l)}function _d(e,t,a,l,s){a=a.render;var i=t.ref;if("ref"in l){var d={};for(var h in l)h!=="ref"&&(d[h]=l[h])}else d=l;return Fa(t),l=zr(e,t,a,d,i,s),h=_r(),e!==null&&!Ve?(Or(e,t,s),ta(e,t,s)):(ye&&h&&fr(t),t.flags|=1,tt(e,t,l,s),t.child)}function Od(e,t,a,l,s){if(e===null){var i=a.type;return typeof i=="function"&&!ur(i)&&i.defaultProps===void 0&&a.compare===null?(t.tag=15,t.type=i,Dd(e,t,i,l,s)):(e=bs(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 ta(e,t,s)}return t.flags|=1,e=Jt(i,l),e.ref=t.ref,e.return=t,t.child=e}function Dd(e,t,a,l,s){if(e!==null){var i=e.memoizedProps;if(on(i,l)&&e.ref===t.ref)if(Ve=!1,t.pendingProps=l=i,nc(e,s))(e.flags&131072)!==0&&(Ve=!0);else return t.lanes=e.lanes,ta(e,t,s)}return Fr(e,t,a,l,s)}function Ud(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 Ld(e,t,i,a,l)}if((a&536870912)!==0)t.memoizedState={baseLanes:0,cachePool:null},e!==null&&Es(t,i!==null?i.cachePool:null),i!==null?Bo(t,i):wr(),qo(t);else return l=t.lanes=536870912,Ld(e,t,i!==null?i.baseLanes|a:a,a,l)}else i!==null?(Es(t,i.cachePool),Bo(t,i),Ca(),t.memoizedState=null):(e!==null&&Es(t,null),wr(),Ca());return tt(e,t,s,a),t.child}function Cn(e,t){return e!==null&&e.tag===22||t.stateNode!==null||(t.stateNode={_visibility:1,_pendingMarkers:null,_retryCache:null,_transitions:null}),t.sibling}function Ld(e,t,a,l,s){var i=jr();return i=i===null?null:{parent:Ge._currentValue,pool:i},t.memoizedState={baseLanes:a,cachePool:i},e!==null&&Es(t,null),wr(),qo(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 Hd(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 Kx(e,t,a){var l=t.pendingProps,s=(t.flags&128)!==0;if(t.flags&=-129,e===null){if(ye){if(l.mode==="hidden")return e=Ys(t,l),t.lanes=536870912,Cn(null,e);if(Rr(t),(e=ze)?(e=Wf(e,zt),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=bo(e),a.return=t,t.child=a,Ie=t,ze=null)):e=null,e===null)throw va(t);return t.lanes=536870912,null}return Ys(t,l)}var i=e.memoizedState;if(i!==null){var d=i.dehydrated;if(Rr(t),s)if(t.flags&256)t.flags&=-257,t=Hd(e,t,a);else if(t.memoizedState!==null)t.child=e.child,t.flags|=128,t=null;else throw Error(u(558));else if(Ve||Sl(e,t,a,!1),s=(a&e.childLanes)!==0,Ve||s){if(l=Re,l!==null&&(d=Tu(l,a),d!==0&&d!==i.retryLane))throw i.retryLane=d,Za(e,d),xt(l,e,d),Wr;Fs(),t=Hd(e,t,a)}else e=i.treeContext,ze=Ot(d.nextSibling),Ie=t,ye=!0,pa=null,zt=!1,e!==null&&So(t,e),t=Ys(t,l),t.flags|=4096;return t}return e=Jt(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(u(284));(e===null||e.ref!==a)&&(t.flags|=4194816)}}function Fr(e,t,a,l,s){return Fa(t),a=zr(e,t,a,l,void 0,s),l=_r(),e!==null&&!Ve?(Or(e,t,s),ta(e,t,s)):(ye&&l&&fr(t),t.flags|=1,tt(e,t,a,s),t.child)}function Bd(e,t,a,l,s,i){return Fa(t),t.updateQueue=null,a=$o(t,l,a,s),Yo(e),l=_r(),e!==null&&!Ve?(Or(e,t,i),ta(e,t,i)):(ye&&l&&fr(t),t.flags|=1,tt(e,t,a,i),t.child)}function qd(e,t,a,l,s){if(Fa(t),t.stateNode===null){var i=vl,d=a.contextType;typeof d=="object"&&d!==null&&(i=et(d)),i=new a(l,i),t.memoizedState=i.state!==null&&i.state!==void 0?i.state:null,i.updater=Kr,t.stateNode=i,i._reactInternals=t,i=t.stateNode,i.props=l,i.state=t.memoizedState,i.refs={},Sr(t),d=a.contextType,i.context=typeof d=="object"&&d!==null?et(d):vl,i.state=t.memoizedState,d=a.getDerivedStateFromProps,typeof d=="function"&&(Zr(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&&Kr.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 h=t.memoizedProps,N=ll(a,h);i.props=N;var z=i.context,B=a.contextType;d=vl,typeof B=="object"&&B!==null&&(d=et(B));var G=a.getDerivedStateFromProps;B=typeof G=="function"||typeof i.getSnapshotBeforeUpdate=="function",h=t.pendingProps!==h,B||typeof i.UNSAFE_componentWillReceiveProps!="function"&&typeof i.componentWillReceiveProps!="function"||(h||z!==d)&&Cd(t,i,l,d),ja=!1;var O=t.memoizedState;i.state=O,bn(t,l,i,s),vn(),z=t.memoizedState,h||O!==z||ja?(typeof G=="function"&&(Zr(t,a,G,l),z=t.memoizedState),(N=ja||Ed(t,a,N,l,O,z,d))?(B||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=N):(typeof i.componentDidMount=="function"&&(t.flags|=4194308),l=!1)}else{i=t.stateNode,Er(e,t),d=t.memoizedProps,B=ll(a,d),i.props=B,G=t.pendingProps,O=i.context,z=a.contextType,N=vl,typeof z=="object"&&z!==null&&(N=et(z)),h=a.getDerivedStateFromProps,(z=typeof h=="function"||typeof i.getSnapshotBeforeUpdate=="function")||typeof i.UNSAFE_componentWillReceiveProps!="function"&&typeof i.componentWillReceiveProps!="function"||(d!==G||O!==N)&&Cd(t,i,l,N),ja=!1,O=t.memoizedState,i.state=O,bn(t,l,i,s),vn();var U=t.memoizedState;d!==G||O!==U||ja||e!==null&&e.dependencies!==null&&Ns(e.dependencies)?(typeof h=="function"&&(Zr(t,a,h,l),U=t.memoizedState),(B=ja||Ed(t,a,B,l,O,U,N)||e!==null&&e.dependencies!==null&&Ns(e.dependencies))?(z||typeof i.UNSAFE_componentWillUpdate!="function"&&typeof i.componentWillUpdate!="function"||(typeof i.componentWillUpdate=="function"&&i.componentWillUpdate(l,U,N),typeof i.UNSAFE_componentWillUpdate=="function"&&i.UNSAFE_componentWillUpdate(l,U,N)),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=U),i.props=l,i.state=U,i.context=N,l=B):(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)):tt(e,t,a,s),t.memoizedState=i.state,e=t.child):e=ta(e,t,s),e}function Yd(e,t,a,l){return Ja(),t.flags|=256,tt(e,t,a,l),t.child}var Pr={dehydrated:null,treeContext:null,retryLane:0,hydrationErrors:null};function Ir(e){return{baseLanes:e,cachePool:Ro()}}function ec(e,t,a){return e=e!==null?e.childLanes&~a:0,t&&(e|=St),e}function $d(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:(Be.current&2)!==0),d&&(s=!0,t.flags&=-129),d=(t.flags&32)!==0,t.flags&=-33,e===null){if(ye){if(s?Ea(t):Ca(),(e=ze)?(e=Wf(e,zt),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=bo(e),a.return=t,t.child=a,Ie=t,ze=null)):e=null,e===null)throw va(t);return Lc(e)?t.lanes=32:t.lanes=536870912,null}var h=l.children;return l=l.fallback,s?(Ca(),s=t.mode,h=Gs({mode:"hidden",children:h},s),l=Ka(l,s,a,null),h.return=t,l.return=t,h.sibling=l,t.child=h,l=t.child,l.memoizedState=Ir(a),l.childLanes=ec(e,d,a),t.memoizedState=Pr,Cn(null,l)):(Ea(t),tc(t,h))}var N=e.memoizedState;if(N!==null&&(h=N.dehydrated,h!==null)){if(i)t.flags&256?(Ea(t),t.flags&=-257,t=ac(e,t,a)):t.memoizedState!==null?(Ca(),t.child=e.child,t.flags|=128,t=null):(Ca(),h=l.fallback,s=t.mode,l=Gs({mode:"visible",children:l.children},s),h=Ka(h,s,a,null),h.flags|=2,l.return=t,h.return=t,l.sibling=h,t.child=l,tl(t,e.child,null,a),l=t.child,l.memoizedState=Ir(a),l.childLanes=ec(e,d,a),t.memoizedState=Pr,t=Cn(null,l));else if(Ea(t),Lc(h)){if(d=h.nextSibling&&h.nextSibling.dataset,d)var z=d.dgst;d=z,l=Error(u(419)),l.stack="",l.digest=d,mn({value:l,source:null,stack:null}),t=ac(e,t,a)}else if(Ve||Sl(e,t,a,!1),d=(a&e.childLanes)!==0,Ve||d){if(d=Re,d!==null&&(l=Tu(d,a),l!==0&&l!==N.retryLane))throw N.retryLane=l,Za(e,l),xt(d,e,l),Wr;Uc(h)||Fs(),t=ac(e,t,a)}else Uc(h)?(t.flags|=192,t.child=e.child,t=null):(e=N.treeContext,ze=Ot(h.nextSibling),Ie=t,ye=!0,pa=null,zt=!1,e!==null&&So(t,e),t=tc(t,l.children),t.flags|=4096);return t}return s?(Ca(),h=l.fallback,s=t.mode,N=e.child,z=N.sibling,l=Jt(N,{mode:"hidden",children:l.children}),l.subtreeFlags=N.subtreeFlags&65011712,z!==null?h=Jt(z,h):(h=Ka(h,s,a,null),h.flags|=2),h.return=t,l.return=t,l.sibling=h,t.child=l,Cn(null,l),l=t.child,h=e.child.memoizedState,h===null?h=Ir(a):(s=h.cachePool,s!==null?(N=Ge._currentValue,s=s.parent!==N?{parent:N,pool:N}:s):s=Ro(),h={baseLanes:h.baseLanes|a,cachePool:s}),l.memoizedState=h,l.childLanes=ec(e,d,a),t.memoizedState=Pr,Cn(e.child,l)):(Ea(t),a=e.child,e=a.sibling,a=Jt(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 Gd(e,t,a){e.lanes|=t;var l=e.alternate;l!==null&&(l.lanes|=t),yr(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 kd(e,t,a){var l=t.pendingProps,s=l.revealOrder,i=l.tail;l=l.children;var d=Be.current,h=(d&2)!==0;if(h?(d=d&1|2,t.flags|=128):d&=1,Z(Be,d),tt(e,t,l,a),l=ye?fn:0,!h&&e!==null&&(e.flags&128)!==0)e:for(e=t.child;e!==null;){if(e.tag===13)e.memoizedState!==null&&Gd(e,a,t);else if(e.tag===19)Gd(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&&Ms(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&&Ms(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 ta(e,t,a){if(e!==null&&(t.dependencies=e.dependencies),Aa|=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(u(153));if(t.child!==null){for(e=t.child,a=Jt(e,e.pendingProps),t.child=a,a.return=t;e.sibling!==null;)e=e.sibling,a=a.sibling=Jt(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&&Ns(e)))}function Jx(e,t,a){switch(t.tag){case 3:Ze(t,t.stateNode.containerInfo),ba(t,Ge,e.memoizedState.cache),Ja();break;case 27:case 5:Wl(t);break;case 4:Ze(t,t.stateNode.containerInfo);break;case 10:ba(t,t.type,t.memoizedProps.value);break;case 31:if(t.memoizedState!==null)return t.flags|=128,Rr(t),null;break;case 13:var l=t.memoizedState;if(l!==null)return l.dehydrated!==null?(Ea(t),t.flags|=128,null):(a&t.child.childLanes)!==0?$d(e,t,a):(Ea(t),e=ta(e,t,a),e!==null?e.sibling:null);Ea(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 kd(e,t,a);t.flags|=128}if(s=t.memoizedState,s!==null&&(s.rendering=null,s.tail=null,s.lastEffect=null),Z(Be,Be.current),l)break;return null;case 22:return t.lanes=0,Ud(e,t,a,t.pendingProps);case 24:ba(t,Ge,e.memoizedState.cache)}return ta(e,t,a)}function Vd(e,t,a){if(e!==null)if(e.memoizedProps!==t.pendingProps)Ve=!0;else{if(!nc(e,a)&&(t.flags&128)===0)return Ve=!1,Jx(e,t,a);Ve=(e.flags&131072)!==0}else Ve=!1,ye&&(t.flags&1048576)!==0&&No(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")ur(e)?(l=ll(e,l),t.tag=1,t=qd(null,t,e,l,a)):(t.tag=0,t=Fr(null,t,e,l,a));else{if(e!=null){var s=e.$$typeof;if(s===ae){t.tag=11,t=_d(null,t,e,l,a);break e}else if(s===V){t.tag=14,t=Od(null,t,e,l,a);break e}}throw t=Qe(e)||e,Error(u(306,t,""))}}return t;case 0:return Fr(e,t,t.type,t.pendingProps,a);case 1:return l=t.type,s=ll(l,t.pendingProps),qd(e,t,l,s,a);case 3:e:{if(Ze(t,t.stateNode.containerInfo),e===null)throw Error(u(387));l=t.pendingProps;var i=t.memoizedState;s=i.element,Er(e,t),bn(t,l,null,a);var d=t.memoizedState;if(l=d.cache,ba(t,Ge,l),l!==i.cache&&pr(t,[Ge],a,!0),vn(),l=d.element,i.isDehydrated)if(i={element:l,isDehydrated:!1,cache:d.cache},t.updateQueue.baseState=i,t.memoizedState=i,t.flags&256){t=Yd(e,t,l,a);break e}else if(l!==s){s=At(Error(u(424)),t),mn(s),t=Yd(e,t,l,a);break e}else for(e=t.stateNode.containerInfo,e.nodeType===9?e=e.body:e=e.nodeName==="HTML"?e.ownerDocument.body:e,ze=Ot(e.firstChild),Ie=t,ye=!0,pa=null,zt=!0,a=Uo(t,null,l,a),t.child=a;a;)a.flags=a.flags&-3|4096,a=a.sibling;else{if(Ja(),l===s){t=ta(e,t,a);break e}tt(e,t,l,a)}t=t.child}return t;case 26:return $s(e,t),e===null?(a=a0(t.type,null,t.pendingProps,null))?t.memoizedState=a:ye||(a=t.type,e=t.pendingProps,l=ni(fe.current).createElement(a),l[Pe]=t,l[ct]=e,at(l,a,e),Je(l),t.stateNode=l):t.memoizedState=a0(t.type,e.memoizedProps,t.pendingProps,e.memoizedState),null;case 27:return Wl(t),e===null&&ye&&(l=t.stateNode=If(t.type,t.pendingProps,fe.current),Ie=t,zt=!0,s=ze,Oa(t.type)?(Hc=s,ze=Ot(l.firstChild)):ze=s),tt(e,t,t.pendingProps.children,a),$s(e,t),e===null&&(t.flags|=4194304),t.child;case 5:return e===null&&ye&&((s=l=ze)&&(l=Ch(l,t.type,t.pendingProps,zt),l!==null?(t.stateNode=l,Ie=t,ze=Ot(l.firstChild),zt=!1,s=!0):s=!1),s||va(t)),Wl(t),s=t.type,i=t.pendingProps,d=e!==null?e.memoizedProps:null,l=i.children,_c(s,i)?l=null:d!==null&&_c(s,d)&&(t.flags|=32),t.memoizedState!==null&&(s=zr(e,t,Yx,null,null,a),Yn._currentValue=s),$s(e,t),tt(e,t,l,a),t.child;case 6:return e===null&&ye&&((e=a=ze)&&(a=Th(a,t.pendingProps,zt),a!==null?(t.stateNode=a,Ie=t,ze=null,e=!0):e=!1),e||va(t)),null;case 13:return $d(e,t,a);case 4:return Ze(t,t.stateNode.containerInfo),l=t.pendingProps,e===null?t.child=tl(t,null,l,a):tt(e,t,l,a),t.child;case 11:return _d(e,t,t.type,t.pendingProps,a);case 7:return tt(e,t,t.pendingProps,a),t.child;case 8:return tt(e,t,t.pendingProps.children,a),t.child;case 12:return tt(e,t,t.pendingProps.children,a),t.child;case 10:return l=t.pendingProps,ba(t,t.type,l.value),tt(e,t,l.children,a),t.child;case 9:return s=t.type._context,l=t.pendingProps.children,Fa(t),s=et(s),l=l(s),t.flags|=1,tt(e,t,l,a),t.child;case 14:return Od(e,t,t.type,t.pendingProps,a);case 15:return Dd(e,t,t.type,t.pendingProps,a);case 19:return kd(e,t,a);case 31:return Kx(e,t,a);case 22:return Ud(e,t,a,t.pendingProps);case 24:return Fa(t),l=et(Ge),e===null?(s=jr(),s===null&&(s=Re,i=vr(),s.pooledCache=i,i.refCount++,i!==null&&(s.pooledCacheLanes|=a),s=i),t.memoizedState={parent:l,cache:s},Sr(t),ba(t,Ge,s)):((e.lanes&a)!==0&&(Er(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),ba(t,Ge,l)):(l=i.cache,ba(t,Ge,l),l!==s.cache&&pr(t,[Ge],a,!0))),tt(e,t,t.pendingProps.children,a),t.child;case 29:throw t.pendingProps}throw Error(u(156,t.tag))}function aa(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(pf())e.flags|=8192;else throw el=Ts,Nr}else e.flags&=-16777217}function Xd(e,t){if(t.type!=="stylesheet"||(t.state.loading&4)!==0)e.flags&=-16777217;else if(e.flags|=16777216,!r0(t))if(pf())e.flags|=8192;else throw el=Ts,Nr}function ks(e,t){t!==null&&(e.flags|=4),e.flags&16384&&(t=e.tag!==22?Su():536870912,e.lanes|=t,Ul|=t)}function Tn(e,t){if(!ye)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 _e(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 Wx(e,t,a){var l=t.pendingProps;switch(mr(t),t.tag){case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return _e(t),null;case 1:return _e(t),null;case 3:return a=t.stateNode,l=null,e!==null&&(l=e.memoizedState.cache),t.memoizedState.cache!==l&&(t.flags|=2048),Pt(Ge),He(),a.pendingContext&&(a.context=a.pendingContext,a.pendingContext=null),(e===null||e.child===null)&&(Nl(t)?aa(t):e===null||e.memoizedState.isDehydrated&&(t.flags&256)===0||(t.flags|=1024,hr())),_e(t),null;case 26:var s=t.type,i=t.memoizedState;return e===null?(aa(t),i!==null?(_e(t),Xd(t,i)):(_e(t),sc(t,s,null,l,a))):i?i!==e.memoizedState?(aa(t),_e(t),Xd(t,i)):(_e(t),t.flags&=-16777217):(e=e.memoizedProps,e!==l&&aa(t),_e(t),sc(t,s,e,l,a)),null;case 27:if(es(t),a=fe.current,s=t.type,e!==null&&t.stateNode!=null)e.memoizedProps!==l&&aa(t);else{if(!l){if(t.stateNode===null)throw Error(u(166));return _e(t),null}e=W.current,Nl(t)?Eo(t):(e=If(s,l,a),t.stateNode=e,aa(t))}return _e(t),null;case 5:if(es(t),s=t.type,e!==null&&t.stateNode!=null)e.memoizedProps!==l&&aa(t);else{if(!l){if(t.stateNode===null)throw Error(u(166));return _e(t),null}if(i=W.current,Nl(t))Eo(t);else{var d=ni(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[Pe]=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(at(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&&aa(t)}}return _e(t),sc(t,t.type,e===null?null:e.memoizedProps,t.pendingProps,a),null;case 6:if(e&&t.stateNode!=null)e.memoizedProps!==l&&aa(t);else{if(typeof l!="string"&&t.stateNode===null)throw Error(u(166));if(e=fe.current,Nl(t)){if(e=t.stateNode,a=t.memoizedProps,l=null,s=Ie,s!==null)switch(s.tag){case 27:case 5:l=s.memoizedProps}e[Pe]=t,e=!!(e.nodeValue===a||l!==null&&l.suppressHydrationWarning===!0||Gf(e.nodeValue,a)),e||va(t,!0)}else e=ni(e).createTextNode(l),e[Pe]=t,t.stateNode=e}return _e(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(u(318));if(e=t.memoizedState,e=e!==null?e.dehydrated:null,!e)throw Error(u(557));e[Pe]=t}else Ja(),(t.flags&128)===0&&(t.memoizedState=null),t.flags|=4;_e(t),e=!1}else a=hr(),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(u(558))}return _e(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(u(318));if(s=t.memoizedState,s=s!==null?s.dehydrated:null,!s)throw Error(u(317));s[Pe]=t}else Ja(),(t.flags&128)===0&&(t.memoizedState=null),t.flags|=4;_e(t),s=!1}else s=hr(),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),ks(t,t.updateQueue),_e(t),null);case 4:return He(),e===null&&wc(t.stateNode.containerInfo),_e(t),null;case 10:return Pt(t.type),_e(t),null;case 19:if(q(Be),l=t.memoizedState,l===null)return _e(t),null;if(s=(t.flags&128)!==0,i=l.rendering,i===null)if(s)Tn(l,!1);else{if(Le!==0||e!==null&&(e.flags&128)!==0)for(e=t.child;e!==null;){if(i=Ms(e),i!==null){for(t.flags|=128,Tn(l,!1),e=i.updateQueue,t.updateQueue=e,ks(t,e),t.subtreeFlags=0,e=a,a=t.child;a!==null;)vo(a,e),a=a.sibling;return Z(Be,Be.current&1|2),ye&&Wt(t,l.treeForkCount),t.child}e=e.sibling}l.tail!==null&&ht()>Ks&&(t.flags|=128,s=!0,Tn(l,!1),t.lanes=4194304)}else{if(!s)if(e=Ms(i),e!==null){if(t.flags|=128,s=!0,e=e.updateQueue,t.updateQueue=e,ks(t,e),Tn(l,!0),l.tail===null&&l.tailMode==="hidden"&&!i.alternate&&!ye)return _e(t),null}else 2*ht()-l.renderingStartTime>Ks&&a!==536870912&&(t.flags|=128,s=!0,Tn(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=Be.current,Z(Be,s?a&1|2:a&1),ye&&Wt(t,l.treeForkCount),e):(_e(t),null);case 22:case 23:return jt(t),Ar(),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&&(_e(t),t.subtreeFlags&6&&(t.flags|=8192)):_e(t),a=t.updateQueue,a!==null&&ks(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&&q(Pa),null;case 24:return a=null,e!==null&&(a=e.memoizedState.cache),t.memoizedState.cache!==a&&(t.flags|=2048),Pt(Ge),_e(t),null;case 25:return null;case 30:return null}throw Error(u(156,t.tag))}function Fx(e,t){switch(mr(t),t.tag){case 1:return e=t.flags,e&65536?(t.flags=e&-65537|128,t):null;case 3:return Pt(Ge),He(),e=t.flags,(e&65536)!==0&&(e&128)===0?(t.flags=e&-65537|128,t):null;case 26:case 27:case 5:return es(t),null;case 31:if(t.memoizedState!==null){if(jt(t),t.alternate===null)throw Error(u(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(u(340));Ja()}return e=t.flags,e&65536?(t.flags=e&-65537|128,t):null;case 19:return q(Be),null;case 4:return He(),null;case 10:return Pt(t.type),null;case 22:case 23:return jt(t),Ar(),e!==null&&q(Pa),e=t.flags,e&65536?(t.flags=e&-65537|128,t):null;case 24:return Pt(Ge),null;case 25:return null;default:return null}}function Qd(e,t){switch(mr(t),t.tag){case 3:Pt(Ge),He();break;case 26:case 27:case 5:es(t);break;case 4:He();break;case 31:t.memoizedState!==null&&jt(t);break;case 13:jt(t);break;case 19:q(Be);break;case 10:Pt(t.type);break;case 22:case 23:jt(t),Ar(),e!==null&&q(Pa);break;case 24:Pt(Ge)}}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(h){Ee(t,t.return,h)}}function Ta(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,h=d.destroy;if(h!==void 0){d.destroy=void 0,s=t;var N=a,z=h;try{z()}catch(B){Ee(s,N,B)}}}l=l.next}while(l!==i)}}catch(B){Ee(t,t.return,B)}}function Zd(e){var t=e.updateQueue;if(t!==null){var a=e.stateNode;try{Ho(t,a)}catch(l){Ee(e,e.return,l)}}}function Kd(e,t,a){a.props=ll(e.type,e.memoizedProps),a.state=e.memoizedState;try{a.componentWillUnmount()}catch(l){Ee(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){Ee(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){Ee(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){Ee(e,t,s)}else a.current=null}function Jd(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){Ee(e,e.return,s)}}function ic(e,t,a){try{var l=e.stateNode;vh(l,e.type,a,t),l[ct]=t}catch(s){Ee(e,e.return,s)}}function Wd(e){return e.tag===5||e.tag===3||e.tag===26||e.tag===27&&Oa(e.type)||e.tag===4}function rc(e){e:for(;;){for(;e.sibling===null;){if(e.return===null||Wd(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=Zt));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 Vs(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(Vs(e,t,a),e=e.sibling;e!==null;)Vs(e,t,a),e=e.sibling}function Fd(e){var t=e.stateNode,a=e.memoizedProps;try{for(var l=e.type,s=t.attributes;s.length;)t.removeAttributeNode(s[0]);at(t,l,a),t[Pe]=e,t[ct]=a}catch(i){Ee(e,e.return,i)}}var la=!1,Xe=!1,uc=!1,Pd=typeof WeakSet=="function"?WeakSet:Set,We=null;function Px(e,t){if(e=e.containerInfo,Mc=di,e=uo(e),ar(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,h=-1,N=-1,z=0,B=0,G=e,O=null;t:for(;;){for(var U;G!==a||s!==0&&G.nodeType!==3||(h=d+s),G!==i||l!==0&&G.nodeType!==3||(N=d+l),G.nodeType===3&&(d+=G.nodeValue.length),(U=G.firstChild)!==null;)O=G,G=U;for(;;){if(G===e)break t;if(O===a&&++z===s&&(h=d),O===i&&++B===l&&(N=d),(U=G.nextSibling)!==null)break;G=O,O=G.parentNode}G=U}a=h===-1||N===-1?null:{start:h,end:N}}else a=null}a=a||{start:0,end:0}}else a=null;for(zc={focusedElem:e,selectionRange:a},di=!1,We=t;We!==null;)if(t=We,e=t.child,(t.subtreeFlags&1028)!==0&&e!==null)e.return=t,We=e;else for(;We!==null;){switch(t=We,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 J=ll(a.type,s);e=l.getSnapshotBeforeUpdate(J,i),l.__reactInternalSnapshotBeforeUpdate=e}catch(ne){Ee(a,a.return,ne)}}break;case 3:if((e&1024)!==0){if(e=t.stateNode.containerInfo,a=e.nodeType,a===9)Dc(e);else if(a===1)switch(e.nodeName){case"HEAD":case"HTML":case"BODY":Dc(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(u(163))}if(e=t.sibling,e!==null){e.return=t.return,We=e;break}We=t.return}}function Id(e,t,a){var l=a.flags;switch(a.tag){case 0:case 11:case 15:sa(e,a),l&4&&wn(5,a);break;case 1:if(sa(e,a),l&4)if(e=a.stateNode,t===null)try{e.componentDidMount()}catch(d){Ee(a,a.return,d)}else{var s=ll(a.type,t.memoizedProps);t=t.memoizedState;try{e.componentDidUpdate(s,t,e.__reactInternalSnapshotBeforeUpdate)}catch(d){Ee(a,a.return,d)}}l&64&&Zd(a),l&512&&An(a,a.return);break;case 3:if(sa(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{Ho(e,t)}catch(d){Ee(a,a.return,d)}}break;case 27:t===null&&l&4&&Fd(a);case 26:case 5:sa(e,a),t===null&&l&4&&Jd(a),l&512&&An(a,a.return);break;case 12:sa(e,a);break;case 31:sa(e,a),l&4&&af(e,a);break;case 13:sa(e,a),l&4&&lf(e,a),l&64&&(e=a.memoizedState,e!==null&&(e=e.dehydrated,e!==null&&(a=rh.bind(null,a),wh(e,a))));break;case 22:if(l=a.memoizedState!==null||la,!l){t=t!==null&&t.memoizedState!==null||Xe,s=la;var i=Xe;la=l,(Xe=t)&&!i?ia(e,a,(a.subtreeFlags&8772)!==0):sa(e,a),la=s,Xe=i}break;case 30:break;default:sa(e,a)}}function ef(e){var t=e.alternate;t!==null&&(e.alternate=null,ef(t)),e.child=null,e.deletions=null,e.sibling=null,e.tag===5&&(t=e.stateNode,t!==null&&qi(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 na(e,t,a){for(a=a.child;a!==null;)tf(e,t,a),a=a.sibling}function tf(e,t,a){if(gt&&typeof gt.onCommitFiberUnmount=="function")try{gt.onCommitFiberUnmount(Fl,a)}catch{}switch(a.tag){case 26:Xe||Gt(a,t),na(e,t,a),a.memoizedState?a.memoizedState.count--:a.stateNode&&(a=a.stateNode,a.parentNode.removeChild(a));break;case 27:Xe||Gt(a,t);var l=Oe,s=ot;Oa(a.type)&&(Oe=a.stateNode,ot=!1),na(e,t,a),Hn(a.stateNode),Oe=l,ot=s;break;case 5:Xe||Gt(a,t);case 6:if(l=Oe,s=ot,Oe=null,na(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){Ee(a,t,i)}else try{Oe.removeChild(a.stateNode)}catch(i){Ee(a,t,i)}break;case 18:Oe!==null&&(ot?(e=Oe,Kf(e.nodeType===9?e.body:e.nodeName==="HTML"?e.ownerDocument.body:e,a.stateNode),kl(e)):Kf(Oe,a.stateNode));break;case 4:l=Oe,s=ot,Oe=a.stateNode.containerInfo,ot=!0,na(e,t,a),Oe=l,ot=s;break;case 0:case 11:case 14:case 15:Ta(2,a,t),Xe||Ta(4,a,t),na(e,t,a);break;case 1:Xe||(Gt(a,t),l=a.stateNode,typeof l.componentWillUnmount=="function"&&Kd(a,t,l)),na(e,t,a);break;case 21:na(e,t,a);break;case 22:Xe=(l=Xe)||a.memoizedState!==null,na(e,t,a),Xe=l;break;default:na(e,t,a)}}function af(e,t){if(t.memoizedState===null&&(e=t.alternate,e!==null&&(e=e.memoizedState,e!==null))){e=e.dehydrated;try{kl(e)}catch(a){Ee(t,t.return,a)}}}function lf(e,t){if(t.memoizedState===null&&(e=t.alternate,e!==null&&(e=e.memoizedState,e!==null&&(e=e.dehydrated,e!==null))))try{kl(e)}catch(a){Ee(t,t.return,a)}}function Ix(e){switch(e.tag){case 31:case 13:case 19:var t=e.stateNode;return t===null&&(t=e.stateNode=new Pd),t;case 22:return e=e.stateNode,t=e._retryCache,t===null&&(t=e._retryCache=new Pd),t;default:throw Error(u(435,e.tag))}}function Xs(e,t){var a=Ix(e);t.forEach(function(l){if(!a.has(l)){a.add(l);var s=ch.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,h=d;e:for(;h!==null;){switch(h.tag){case 27:if(Oa(h.type)){Oe=h.stateNode,ot=!1;break e}break;case 5:Oe=h.stateNode,ot=!1;break e;case 3:case 4:Oe=h.stateNode.containerInfo,ot=!0;break e}h=h.return}if(Oe===null)throw Error(u(160));tf(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;)nf(t,e),t=t.sibling}var Ht=null;function nf(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&&(Ta(3,e,e.return),wn(3,e),Ta(5,e,e.return));break;case 1:dt(t,e),ft(e),l&512&&(Xe||a===null||Gt(a,a.return)),l&64&&la&&(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=Ht;if(dt(t,e),ft(e),l&512&&(Xe||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[Pe]||i.namespaceURI==="http://www.w3.org/2000/svg"||i.hasAttribute("itemprop"))&&(i=s.createElement(l),s.head.insertBefore(i,s.querySelector("head > title"))),at(i,l,a),i[Pe]=e,Je(i),l=i;break e;case"link":var d=s0("link","href",s).get(l+(a.href||""));if(d){for(var h=0;h<d.length;h++)if(i=d[h],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(h,1);break t}}i=s.createElement(l),at(i,l,a),s.head.appendChild(i);break;case"meta":if(d=s0("meta","content",s).get(l+(a.content||""))){for(h=0;h<d.length;h++)if(i=d[h],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(h,1);break t}}i=s.createElement(l),at(i,l,a),s.head.appendChild(i);break;default:throw Error(u(468,l))}i[Pe]=e,Je(i),l=i}e.stateNode=l}else i0(s,e.type,e.stateNode);else e.stateNode=n0(s,l,e.memoizedProps);else i!==l?(i===null?a.stateNode!==null&&(a=a.stateNode,a.parentNode.removeChild(a)):i.count--,l===null?i0(s,e.type,e.stateNode):n0(s,l,e.memoizedProps)):l===null&&e.stateNode!==null&&ic(e,e.memoizedProps,a.memoizedProps)}break;case 27:dt(t,e),ft(e),l&512&&(Xe||a===null||Gt(a,a.return)),a!==null&&l&4&&ic(e,e.memoizedProps,a.memoizedProps);break;case 5:if(dt(t,e),ft(e),l&512&&(Xe||a===null||Gt(a,a.return)),e.flags&32){s=e.stateNode;try{fl(s,"")}catch(J){Ee(e,e.return,J)}}l&4&&e.stateNode!=null&&(s=e.memoizedProps,ic(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(u(162));l=e.memoizedProps,a=e.stateNode;try{a.nodeValue=l}catch(J){Ee(e,e.return,J)}}break;case 3:if(ri=null,s=Ht,Ht=si(t.containerInfo),dt(t,e),Ht=s,ft(e),l&4&&a!==null&&a.memoizedState.isDehydrated)try{kl(t.containerInfo)}catch(J){Ee(e,e.return,J)}uc&&(uc=!1,sf(e));break;case 4:l=Ht,Ht=si(e.stateNode.containerInfo),dt(t,e),ft(e),Ht=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,Xs(e,l)));break;case 13:dt(t,e),ft(e),e.child.flags&8192&&e.memoizedState!==null!=(a!==null&&a.memoizedState!==null)&&(Zs=ht()),l&4&&(l=e.updateQueue,l!==null&&(e.updateQueue=null,Xs(e,l)));break;case 22:s=e.memoizedState!==null;var N=a!==null&&a.memoizedState!==null,z=la,B=Xe;if(la=z||s,Xe=B||N,dt(t,e),Xe=B,la=z,ft(e),l&8192)e:for(t=e.stateNode,t._visibility=s?t._visibility&-2:t._visibility|1,s&&(a===null||N||la||Xe||nl(e)),a=null,t=e;;){if(t.tag===5||t.tag===26){if(a===null){N=a=t;try{if(i=N.stateNode,s)d=i.style,typeof d.setProperty=="function"?d.setProperty("display","none","important"):d.display="none";else{h=N.stateNode;var G=N.memoizedProps.style,O=G!=null&&G.hasOwnProperty("display")?G.display:null;h.style.display=O==null||typeof O=="boolean"?"":(""+O).trim()}}catch(J){Ee(N,N.return,J)}}}else if(t.tag===6){if(a===null){N=t;try{N.stateNode.nodeValue=s?"":N.memoizedProps}catch(J){Ee(N,N.return,J)}}}else if(t.tag===18){if(a===null){N=t;try{var U=N.stateNode;s?Jf(U,!0):Jf(N.stateNode,!1)}catch(J){Ee(N,N.return,J)}}}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,Xs(e,a))));break;case 19:dt(t,e),ft(e),l&4&&(l=e.updateQueue,l!==null&&(e.updateQueue=null,Xs(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(Wd(l)){a=l;break}l=l.return}if(a==null)throw Error(u(160));switch(a.tag){case 27:var s=a.stateNode,i=rc(e);Vs(e,i,s);break;case 5:var d=a.stateNode;a.flags&32&&(fl(d,""),a.flags&=-33);var h=rc(e);Vs(e,h,d);break;case 3:case 4:var N=a.stateNode.containerInfo,z=rc(e);cc(e,z,N);break;default:throw Error(u(161))}}catch(B){Ee(e,e.return,B)}e.flags&=-3}t&4096&&(e.flags&=-4097)}function sf(e){if(e.subtreeFlags&1024)for(e=e.child;e!==null;){var t=e;sf(t),t.tag===5&&t.flags&1024&&t.stateNode.reset(),e=e.sibling}}function sa(e,t){if(t.subtreeFlags&8772)for(t=t.child;t!==null;)Id(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:Ta(4,t,t.return),nl(t);break;case 1:Gt(t,t.return);var a=t.stateNode;typeof a.componentWillUnmount=="function"&&Kd(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 ia(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:ia(s,i,a),wn(4,i);break;case 1:if(ia(s,i,a),l=i,s=l.stateNode,typeof s.componentDidMount=="function")try{s.componentDidMount()}catch(z){Ee(l,l.return,z)}if(l=i,s=l.updateQueue,s!==null){var h=l.stateNode;try{var N=s.shared.hiddenCallbacks;if(N!==null)for(s.shared.hiddenCallbacks=null,s=0;s<N.length;s++)Lo(N[s],h)}catch(z){Ee(l,l.return,z)}}a&&d&64&&Zd(i),An(i,i.return);break;case 27:Fd(i);case 26:case 5:ia(s,i,a),a&&l===null&&d&4&&Jd(i),An(i,i.return);break;case 12:ia(s,i,a);break;case 31:ia(s,i,a),a&&d&4&&af(s,i);break;case 13:ia(s,i,a),a&&d&4&&lf(s,i);break;case 22:i.memoizedState===null&&ia(s,i,a),An(i,i.return);break;case 30:break;default:ia(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 Bt(e,t,a,l){if(t.subtreeFlags&10256)for(t=t.child;t!==null;)rf(e,t,a,l),t=t.sibling}function rf(e,t,a,l){var s=t.flags;switch(t.tag){case 0:case 11:case 15:Bt(e,t,a,l),s&2048&&wn(9,t);break;case 1:Bt(e,t,a,l);break;case 3:Bt(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){Bt(e,t,a,l),e=t.stateNode;try{var i=t.memoizedProps,d=i.id,h=i.onPostCommit;typeof h=="function"&&h(d,t.alternate===null?"mount":"update",e.passiveEffectDuration,-0)}catch(N){Ee(t,t.return,N)}}else Bt(e,t,a,l);break;case 31:Bt(e,t,a,l);break;case 13:Bt(e,t,a,l);break;case 23:break;case 22:i=t.stateNode,d=t.alternate,t.memoizedState!==null?i._visibility&2?Bt(e,t,a,l):Rn(e,t):i._visibility&2?Bt(e,t,a,l):(i._visibility|=2,_l(e,t,a,l,(t.subtreeFlags&10256)!==0||!1)),s&2048&&oc(d,t);break;case 24:Bt(e,t,a,l),s&2048&&dc(t.alternate,t);break;default:Bt(e,t,a,l)}}function _l(e,t,a,l,s){for(s=s&&((t.subtreeFlags&10256)!==0||!1),t=t.child;t!==null;){var i=e,d=t,h=a,N=l,z=d.flags;switch(d.tag){case 0:case 11:case 15:_l(i,d,h,N,s),wn(8,d);break;case 23:break;case 22:var B=d.stateNode;d.memoizedState!==null?B._visibility&2?_l(i,d,h,N,s):Rn(i,d):(B._visibility|=2,_l(i,d,h,N,s)),s&&z&2048&&oc(d.alternate,d);break;case 24:_l(i,d,h,N,s),s&&z&2048&&dc(d.alternate,d);break;default:_l(i,d,h,N,s)}t=t.sibling}}function Rn(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:Rn(a,l),s&2048&&oc(l.alternate,l);break;case 24:Rn(a,l),s&2048&&dc(l.alternate,l);break;default:Rn(a,l)}t=t.sibling}}var Mn=8192;function Ol(e,t,a){if(e.subtreeFlags&Mn)for(e=e.child;e!==null;)cf(e,t,a),e=e.sibling}function cf(e,t,a){switch(e.tag){case 26:Ol(e,t,a),e.flags&Mn&&e.memoizedState!==null&&qh(a,Ht,e.memoizedState,e.memoizedProps);break;case 5:Ol(e,t,a);break;case 3:case 4:var l=Ht;Ht=si(e.stateNode.containerInfo),Ol(e,t,a),Ht=l;break;case 22:e.memoizedState===null&&(l=e.alternate,l!==null&&l.memoizedState!==null?(l=Mn,Mn=16777216,Ol(e,t,a),Mn=l):Ol(e,t,a));break;default:Ol(e,t,a)}}function uf(e){var t=e.alternate;if(t!==null&&(e=t.child,e!==null)){t.child=null;do t=e.sibling,e.sibling=null,e=t;while(e!==null)}}function zn(e){var t=e.deletions;if((e.flags&16)!==0){if(t!==null)for(var a=0;a<t.length;a++){var l=t[a];We=l,df(l,e)}uf(e)}if(e.subtreeFlags&10256)for(e=e.child;e!==null;)of(e),e=e.sibling}function of(e){switch(e.tag){case 0:case 11:case 15:zn(e),e.flags&2048&&Ta(9,e,e.return);break;case 3:zn(e);break;case 12:zn(e);break;case 22:var t=e.stateNode;e.memoizedState!==null&&t._visibility&2&&(e.return===null||e.return.tag!==13)?(t._visibility&=-3,Qs(e)):zn(e);break;default:zn(e)}}function Qs(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];We=l,df(l,e)}uf(e)}for(e=e.child;e!==null;){switch(t=e,t.tag){case 0:case 11:case 15:Ta(8,t,t.return),Qs(t);break;case 22:a=t.stateNode,a._visibility&2&&(a._visibility&=-3,Qs(t));break;default:Qs(t)}e=e.sibling}}function df(e,t){for(;We!==null;){var a=We;switch(a.tag){case 0:case 11:case 15:Ta(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,We=l;else e:for(a=e;We!==null;){l=We;var s=l.sibling,i=l.return;if(ef(l),l===a){We=null;break e}if(s!==null){s.return=i,We=s;break e}We=i}}}var eh={getCacheForType:function(e){var t=et(Ge),a=t.data.get(e);return a===void 0&&(a=e(),t.data.set(e,a)),a},cacheSignal:function(){return et(Ge).controller.signal}},th=typeof WeakMap=="function"?WeakMap:Map,Ne=0,Re=null,me=null,he=0,Se=0,Nt=null,wa=!1,Dl=!1,fc=!1,ra=0,Le=0,Aa=0,sl=0,mc=0,St=0,Ul=0,_n=null,mt=null,xc=!1,Zs=0,ff=0,Ks=1/0,Js=null,Ra=null,Ke=0,Ma=null,Ll=null,ca=0,hc=0,gc=null,mf=null,On=0,yc=null;function Et(){return(Ne&2)!==0&&he!==0?he&-he:L.T!==null?Sc():wu()}function xf(){if(St===0)if((he&536870912)===0||ye){var e=ls;ls<<=1,(ls&3932160)===0&&(ls=262144),St=e}else St=536870912;return e=bt.current,e!==null&&(e.flags|=32),St}function xt(e,t,a){(e===Re&&(Se===2||Se===9)||e.cancelPendingCommit!==null)&&(Hl(e,0),za(e,he,St,!1)),Il(e,a),((Ne&2)===0||e!==Re)&&(e===Re&&((Ne&2)===0&&(sl|=a),Le===4&&za(e,he,St,!1)),kt(e))}function hf(e,t,a){if((Ne&6)!==0)throw Error(u(327));var l=!a&&(t&127)===0&&(t&e.expiredLanes)===0||Pl(e,t),s=l?nh(e,t):vc(e,t,!0),i=l;do{if(s===0){Dl&&!l&&za(e,t,0,!1);break}else{if(a=e.current.alternate,i&&!ah(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 h=e;s=_n;var N=h.current.memoizedState.isDehydrated;if(N&&(Hl(h,d).flags|=256),d=vc(h,d,!1),d!==2){if(fc&&!N){h.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(u(345));case 4:if((t&4194048)!==t)break;case 6:za(l,t,St,!wa);break e;case 2:mt=null;break;case 3:case 5:break;default:throw Error(u(329))}if((t&62914560)===t&&(s=Zs+300-ht(),10<s)){if(za(l,t,St,!wa),ss(l,0,!0)!==0)break e;ca=t,l.timeoutHandle=Qf(gf.bind(null,l,a,mt,Js,xc,t,St,sl,Ul,wa,i,"Throttled",-0,0),s);break e}gf(l,a,mt,Js,xc,t,St,sl,Ul,wa,i,null,-0,0)}}break}while(!0);kt(e)}function gf(e,t,a,l,s,i,d,h,N,z,B,G,O,U){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:Zt},cf(t,i,G);var J=(i&62914560)===i?Zs-ht():(i&4194048)===i?ff-ht():0;if(J=Yh(G,J),J!==null){ca=i,e.cancelPendingCommit=J(Ef.bind(null,e,t,i,a,l,s,d,h,N,B,G,null,O,U)),za(e,i,d,!z);return}}Ef(e,t,i,a,l,s,d,h,N)}function ah(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(!pt(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-yt(s),d=1<<i;l[i]=-1,s&=~d}a!==0&&Eu(e,a,t)}function Ws(){return(Ne&6)===0?(Dn(0),!1):!0}function pc(){if(me!==null){if(Se===0)var e=me.return;else e=me,Ft=Wa=null,Dr(e),wl=null,gn=0,e=me;for(;e!==null;)Qd(e.alternate,e),e=e.return;me=null}}function Hl(e,t){var a=e.timeoutHandle;a!==-1&&(e.timeoutHandle=-1,Nh(a)),a=e.cancelPendingCommit,a!==null&&(e.cancelPendingCommit=null,a()),ca=0,pc(),Re=e,me=a=Jt(e.current,null),he=t,Se=0,Nt=null,wa=!1,Dl=Pl(e,t),fc=!1,Ul=St=mc=sl=Aa=Le=0,mt=_n=null,xc=!1,(t&8)!==0&&(t|=t&32);var l=e.entangledLanes;if(l!==0)for(e=e.entanglements,l&=t;0<l;){var s=31-yt(l),i=1<<s;t|=e[s],l&=~i}return ra=t,ys(),a}function yf(e,t){ce=null,L.H=En,t===Tl||t===Cs?(t=_o(),Se=3):t===Nr?(t=_o(),Se=4):Se=t===Wr?8:t!==null&&typeof t=="object"&&typeof t.then=="function"?6:1,Nt=t,me===null&&(Le=1,qs(e,At(t,e.current)))}function pf(){var e=bt.current;return e===null?!0:(he&4194048)===he?_t===null:(he&62914560)===he||(he&536870912)!==0?e===_t:!1}function vf(){var e=L.H;return L.H=En,e===null?En:e}function bf(){var e=L.A;return L.A=eh,e}function Fs(){Le=4,wa||(he&4194048)!==he&&bt.current!==null||(Dl=!0),(Aa&134217727)===0&&(sl&134217727)===0||Re===null||za(Re,he,St,!1)}function vc(e,t,a){var l=Ne;Ne|=2;var s=vf(),i=bf();(Re!==e||he!==t)&&(Js=null,Hl(e,t)),t=!1;var d=Le;e:do try{if(Se!==0&&me!==null){var h=me,N=Nt;switch(Se){case 8:pc(),d=6;break e;case 3:case 2:case 9:case 6:bt.current===null&&(t=!0);var z=Se;if(Se=0,Nt=null,Bl(e,h,N,z),a&&Dl){d=0;break e}break;default:z=Se,Se=0,Nt=null,Bl(e,h,N,z)}}lh(),d=Le;break}catch(B){yf(e,B)}while(!0);return t&&e.shellSuspendCounter++,Ft=Wa=null,Ne=l,L.H=s,L.A=i,me===null&&(Re=null,he=0,ys()),d}function lh(){for(;me!==null;)jf(me)}function nh(e,t){var a=Ne;Ne|=2;var l=vf(),s=bf();Re!==e||he!==t?(Js=null,Ks=ht()+500,Hl(e,t)):Dl=Pl(e,t);e:do try{if(Se!==0&&me!==null){t=me;var i=Nt;t:switch(Se){case 1:Se=0,Nt=null,Bl(e,t,i,1);break;case 2:case 9:if(Mo(i)){Se=0,Nt=null,Nf(t);break}t=function(){Se!==2&&Se!==9||Re!==e||(Se=7),kt(e)},i.then(t,t);break e;case 3:Se=7;break e;case 4:Se=5;break e;case 7:Mo(i)?(Se=0,Nt=null,Nf(t)):(Se=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 h=me;if(d?r0(d):h.stateNode.complete){Se=0,Nt=null;var N=h.sibling;if(N!==null)me=N;else{var z=h.return;z!==null?(me=z,Ps(z)):me=null}break t}}Se=0,Nt=null,Bl(e,t,i,5);break;case 6:Se=0,Nt=null,Bl(e,t,i,6);break;case 8:pc(),Le=6;break e;default:throw Error(u(462))}}sh();break}catch(B){yf(e,B)}while(!0);return Ft=Wa=null,L.H=l,L.A=s,Ne=a,me!==null?0:(Re=null,he=0,ys(),Le)}function sh(){for(;me!==null&&!Am();)jf(me)}function jf(e){var t=Vd(e.alternate,e,ra);e.memoizedProps=e.pendingProps,t===null?Ps(e):me=t}function Nf(e){var t=e,a=t.alternate;switch(t.tag){case 15:case 0:t=Bd(a,t,t.pendingProps,t.type,void 0,he);break;case 11:t=Bd(a,t,t.pendingProps,t.type.render,t.ref,he);break;case 5:Dr(t);default:Qd(a,t),t=me=vo(t,ra),t=Vd(a,t,ra)}e.memoizedProps=e.pendingProps,t===null?Ps(e):me=t}function Bl(e,t,a,l){Ft=Wa=null,Dr(t),wl=null,gn=0;var s=t.return;try{if(Zx(e,s,t,a,he)){Le=1,qs(e,At(a,e.current)),me=null;return}}catch(i){if(s!==null)throw me=s,i;Le=1,qs(e,At(a,e.current)),me=null;return}t.flags&32768?(ye||l===1?e=!0:Dl||(he&536870912)!==0?e=!1:(wa=e=!0,(l===2||l===9||l===3||l===6)&&(l=bt.current,l!==null&&l.tag===13&&(l.flags|=16384))),Sf(t,e)):Ps(t)}function Ps(e){var t=e;do{if((t.flags&32768)!==0){Sf(t,wa);return}e=t.return;var a=Wx(t.alternate,t,ra);if(a!==null){me=a;return}if(t=t.sibling,t!==null){me=t;return}me=t=e}while(t!==null);Le===0&&(Le=5)}function Sf(e,t){do{var a=Fx(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);Le=6,me=null}function Ef(e,t,a,l,s,i,d,h,N){e.cancelPendingCommit=null;do Is();while(Ke!==0);if((Ne&6)!==0)throw Error(u(327));if(t!==null){if(t===e.current)throw Error(u(177));if(i=t.lanes|t.childLanes,i|=rr,Bm(e,a,i,d,h,N),e===Re&&(me=Re=null,he=0),Ll=t,Ma=e,ca=a,hc=i,gc=s,mf=l,(t.subtreeFlags&10256)!==0||(t.flags&10256)!==0?(e.callbackNode=null,e.callbackPriority=0,uh(ts,function(){return Rf(),null})):(e.callbackNode=null,e.callbackPriority=0),l=(t.flags&13878)!==0,(t.subtreeFlags&13878)!==0||l){l=L.T,L.T=null,s=Q.p,Q.p=2,d=Ne,Ne|=4;try{Px(e,t,a)}finally{Ne=d,Q.p=s,L.T=l}}Ke=1,Cf(),Tf(),wf()}}function Cf(){if(Ke===1){Ke=0;var e=Ma,t=Ll,a=(t.flags&13878)!==0;if((t.subtreeFlags&13878)!==0||a){a=L.T,L.T=null;var l=Q.p;Q.p=2;var s=Ne;Ne|=4;try{nf(t,e);var i=zc,d=uo(e.containerInfo),h=i.focusedElem,N=i.selectionRange;if(d!==h&&h&&h.ownerDocument&&co(h.ownerDocument.documentElement,h)){if(N!==null&&ar(h)){var z=N.start,B=N.end;if(B===void 0&&(B=z),"selectionStart"in h)h.selectionStart=z,h.selectionEnd=Math.min(B,h.value.length);else{var G=h.ownerDocument||document,O=G&&G.defaultView||window;if(O.getSelection){var U=O.getSelection(),J=h.textContent.length,ne=Math.min(N.start,J),we=N.end===void 0?ne:Math.min(N.end,J);!U.extend&&ne>we&&(d=we,we=ne,ne=d);var w=ro(h,ne),C=ro(h,we);if(w&&C&&(U.rangeCount!==1||U.anchorNode!==w.node||U.anchorOffset!==w.offset||U.focusNode!==C.node||U.focusOffset!==C.offset)){var M=G.createRange();M.setStart(w.node,w.offset),U.removeAllRanges(),ne>we?(U.addRange(M),U.extend(C.node,C.offset)):(M.setEnd(C.node,C.offset),U.addRange(M))}}}}for(G=[],U=h;U=U.parentNode;)U.nodeType===1&&G.push({element:U,left:U.scrollLeft,top:U.scrollTop});for(typeof h.focus=="function"&&h.focus(),h=0;h<G.length;h++){var $=G[h];$.element.scrollLeft=$.left,$.element.scrollTop=$.top}}di=!!Mc,zc=Mc=null}finally{Ne=s,Q.p=l,L.T=a}}e.current=t,Ke=2}}function Tf(){if(Ke===2){Ke=0;var e=Ma,t=Ll,a=(t.flags&8772)!==0;if((t.subtreeFlags&8772)!==0||a){a=L.T,L.T=null;var l=Q.p;Q.p=2;var s=Ne;Ne|=4;try{Id(e,t.alternate,t)}finally{Ne=s,Q.p=l,L.T=a}}Ke=3}}function wf(){if(Ke===4||Ke===3){Ke=0,Rm();var e=Ma,t=Ll,a=ca,l=mf;(t.subtreeFlags&10256)!==0||(t.flags&10256)!==0?Ke=5:(Ke=0,Ll=Ma=null,Af(e,e.pendingLanes));var s=e.pendingLanes;if(s===0&&(Ra=null),Hi(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=L.T,s=Q.p,Q.p=2,L.T=null;try{for(var i=e.onRecoverableError,d=0;d<l.length;d++){var h=l[d];i(h.value,{componentStack:h.stack})}}finally{L.T=t,Q.p=s}}(ca&3)!==0&&Is(),kt(e),s=e.pendingLanes,(a&261930)!==0&&(s&42)!==0?e===yc?On++:(On=0,yc=e):On=0,Dn(0)}}function Af(e,t){(e.pooledCacheLanes&=t)===0&&(t=e.pooledCache,t!=null&&(e.pooledCache=null,xn(t)))}function Is(){return Cf(),Tf(),wf(),Rf()}function Rf(){if(Ke!==5)return!1;var e=Ma,t=hc;hc=0;var a=Hi(ca),l=L.T,s=Q.p;try{Q.p=32>a?32:a,L.T=null,a=gc,gc=null;var i=Ma,d=ca;if(Ke=0,Ll=Ma=null,ca=0,(Ne&6)!==0)throw Error(u(331));var h=Ne;if(Ne|=4,of(i.current),rf(i,i.current,d,a),Ne=h,Dn(0,!1),gt&&typeof gt.onPostCommitFiberRoot=="function")try{gt.onPostCommitFiberRoot(Fl,i)}catch{}return!0}finally{Q.p=s,L.T=l,Af(e,t)}}function Mf(e,t,a){t=At(a,t),t=Jr(e.stateNode,t,2),e=Sa(e,t,2),e!==null&&(Il(e,2),kt(e))}function Ee(e,t,a){if(e.tag===3)Mf(e,e,a);else for(;t!==null;){if(t.tag===3){Mf(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=Md(2),l=Sa(t,a,2),l!==null&&(zd(a,l,t,e),Il(l,2),kt(l));break}}t=t.return}}function bc(e,t,a){var l=e.pingCache;if(l===null){l=e.pingCache=new th;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=ih.bind(null,e,t,a),t.then(e,e))}function ih(e,t,a){var l=e.pingCache;l!==null&&l.delete(t),e.pingedLanes|=e.suspendedLanes&a,e.warmLanes&=~a,Re===e&&(he&a)===a&&(Le===4||Le===3&&(he&62914560)===he&&300>ht()-Zs?(Ne&2)===0&&Hl(e,0):mc|=a,Ul===he&&(Ul=0)),kt(e)}function zf(e,t){t===0&&(t=Su()),e=Za(e,t),e!==null&&(Il(e,t),kt(e))}function rh(e){var t=e.memoizedState,a=0;t!==null&&(a=t.retryLane),zf(e,a)}function ch(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(u(314))}l!==null&&l.delete(t),zf(e,a)}function uh(e,t){return Oi(e,t)}var ei=null,ql=null,jc=!1,ti=!1,Nc=!1,_a=0;function kt(e){e!==ql&&e.next===null&&(ql===null?ei=ql=e:ql=ql.next=e),ti=!0,jc||(jc=!0,dh())}function Dn(e,t){if(!Nc&&ti){Nc=!0;do for(var a=!1,l=ei;l!==null;){if(e!==0){var s=l.pendingLanes;if(s===0)var i=0;else{var d=l.suspendedLanes,h=l.pingedLanes;i=(1<<31-yt(42|e)+1)-1,i&=s&~(d&~h),i=i&201326741?i&201326741|1:i?i|2:0}i!==0&&(a=!0,Uf(l,i))}else i=he,i=ss(l,l===Re?i:0,l.cancelPendingCommit!==null||l.timeoutHandle!==-1),(i&3)===0||Pl(l,i)||(a=!0,Uf(l,i));l=l.next}while(a);Nc=!1}}function oh(){_f()}function _f(){ti=jc=!1;var e=0;_a!==0&&jh()&&(e=_a);for(var t=ht(),a=null,l=ei;l!==null;){var s=l.next,i=Of(l,t);i===0?(l.next=null,a===null?ei=s:a.next=s,s===null&&(ql=a)):(a=l,(e!==0||(i&3)!==0)&&(ti=!0)),l=s}Ke!==0&&Ke!==5||Dn(e),_a!==0&&(_a=0)}function Of(e,t){for(var a=e.suspendedLanes,l=e.pingedLanes,s=e.expirationTimes,i=e.pendingLanes&-62914561;0<i;){var d=31-yt(i),h=1<<d,N=s[d];N===-1?((h&a)===0||(h&l)!==0)&&(s[d]=Hm(h,t)):N<=t&&(e.expiredLanes|=h),i&=~h}if(t=Re,a=he,a=ss(e,e===t?a:0,e.cancelPendingCommit!==null||e.timeoutHandle!==-1),l=e.callbackNode,a===0||e===t&&(Se===2||Se===9)||e.cancelPendingCommit!==null)return l!==null&&l!==null&&Di(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&&Di(l),Hi(a)){case 2:case 8:a=ju;break;case 32:a=ts;break;case 268435456:a=Nu;break;default:a=ts}return l=Df.bind(null,e),a=Oi(a,l),e.callbackPriority=t,e.callbackNode=a,t}return l!==null&&l!==null&&Di(l),e.callbackPriority=2,e.callbackNode=null,2}function Df(e,t){if(Ke!==0&&Ke!==5)return e.callbackNode=null,e.callbackPriority=0,null;var a=e.callbackNode;if(Is()&&e.callbackNode!==a)return null;var l=he;return l=ss(e,e===Re?l:0,e.cancelPendingCommit!==null||e.timeoutHandle!==-1),l===0?null:(hf(e,l,t),Of(e,ht()),e.callbackNode!=null&&e.callbackNode===a?Df.bind(null,e):null)}function Uf(e,t){if(Is())return null;hf(e,t,!0)}function dh(){Sh(function(){(Ne&6)!==0?Oi(bu,oh):_f()})}function Sc(){if(_a===0){var e=El;e===0&&(e=as,as<<=1,(as&261888)===0&&(as=256)),_a=e}return _a}function Lf(e){return e==null||typeof e=="symbol"||typeof e=="boolean"?null:typeof e=="function"?e:us(""+e)}function Hf(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 fh(e,t,a,l,s){if(t==="submit"&&a&&a.stateNode===s){var i=Lf((s[ct]||null).action),d=l.submitter;d&&(t=(t=d[ct]||null)?Lf(t.formAction):d.getAttribute("formAction"),t!==null&&(i=t,d=null));var h=new ms("action","action",null,l,s);e.push({event:h,listeners:[{instance:null,listener:function(){if(l.defaultPrevented){if(_a!==0){var N=d?Hf(s,d):new FormData(s);kr(a,{pending:!0,data:N,method:s.method,action:i},null,N)}}else typeof i=="function"&&(h.preventDefault(),N=d?Hf(s,d):new FormData(s),kr(a,{pending:!0,data:N,method:s.method,action:i},i,N))},currentTarget:s}]})}}for(var Ec=0;Ec<ir.length;Ec++){var Cc=ir[Ec],mh=Cc.toLowerCase(),xh=Cc[0].toUpperCase()+Cc.slice(1);Lt(mh,"on"+xh)}Lt(mo,"onAnimationEnd"),Lt(xo,"onAnimationIteration"),Lt(ho,"onAnimationStart"),Lt("dblclick","onDoubleClick"),Lt("focusin","onFocus"),Lt("focusout","onBlur"),Lt(Mx,"onTransitionRun"),Lt(zx,"onTransitionStart"),Lt(_x,"onTransitionCancel"),Lt(go,"onTransitionEnd"),ol("onMouseEnter",["mouseout","mouseover"]),ol("onMouseLeave",["mouseout","mouseover"]),ol("onPointerEnter",["pointerout","pointerover"]),ol("onPointerLeave",["pointerout","pointerover"]),ka("onChange","change click focusin focusout input keydown keyup selectionchange".split(" ")),ka("onSelect","focusout contextmenu dragend focusin keydown keyup mousedown mouseup selectionchange".split(" ")),ka("onBeforeInput",["compositionend","keypress","textInput","paste"]),ka("onCompositionEnd","compositionend focusout keydown keypress keyup mousedown".split(" ")),ka("onCompositionStart","compositionstart focusout keydown keypress keyup mousedown".split(" ")),ka("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(" "),hh=new Set("beforetoggle cancel close invalid load scroll scrollend toggle".split(" ").concat(Un));function Bf(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 h=l[d],N=h.instance,z=h.currentTarget;if(h=h.listener,N!==i&&s.isPropagationStopped())break e;i=h,s.currentTarget=z;try{i(s)}catch(B){gs(B)}s.currentTarget=null,i=N}else for(d=0;d<l.length;d++){if(h=l[d],N=h.instance,z=h.currentTarget,h=h.listener,N!==i&&s.isPropagationStopped())break e;i=h,s.currentTarget=z;try{i(s)}catch(B){gs(B)}s.currentTarget=null,i=N}}}}function xe(e,t){var a=t[Bi];a===void 0&&(a=t[Bi]=new Set);var l=e+"__bubble";a.has(l)||(qf(t,e,2,!1),a.add(l))}function Tc(e,t,a){var l=0;t&&(l|=4),qf(a,e,l,t)}var ai="_reactListening"+Math.random().toString(36).slice(2);function wc(e){if(!e[ai]){e[ai]=!0,Mu.forEach(function(a){a!=="selectionchange"&&(hh.has(a)||Tc(a,!1,e),Tc(a,!0,e))});var t=e.nodeType===9?e:e.ownerDocument;t===null||t[ai]||(t[ai]=!0,Tc("selectionchange",!1,t))}}function qf(e,t,a,l){switch(x0(t)){case 2:var s=kh;break;case 8:s=Vh;break;default:s=Gc}a=s.bind(null,t,a,e),s=void 0,!Zi||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 h=l.stateNode.containerInfo;if(h===s)break;if(d===4)for(d=l.return;d!==null;){var N=d.tag;if((N===3||N===4)&&d.stateNode.containerInfo===s)return;d=d.return}for(;h!==null;){if(d=rl(h),d===null)return;if(N=d.tag,N===5||N===6||N===26||N===27){l=i=d;continue e}h=h.parentNode}}l=l.return}Gu(function(){var z=i,B=Xi(a),G=[];e:{var O=yo.get(e);if(O!==void 0){var U=ms,J=e;switch(e){case"keypress":if(ds(a)===0)break e;case"keydown":case"keyup":U=cx;break;case"focusin":J="focus",U=Fi;break;case"focusout":J="blur",U=Fi;break;case"beforeblur":case"afterblur":U=Fi;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":U=Xu;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":U=Wm;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":U=dx;break;case mo:case xo:case ho:U=Im;break;case go:U=mx;break;case"scroll":case"scrollend":U=Km;break;case"wheel":U=hx;break;case"copy":case"cut":case"paste":U=tx;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":U=Zu;break;case"toggle":case"beforetoggle":U=yx}var ne=(t&4)!==0,we=!ne&&(e==="scroll"||e==="scrollend"),w=ne?O!==null?O+"Capture":null:O;ne=[];for(var C=z,M;C!==null;){var $=C;if(M=$.stateNode,$=$.tag,$!==5&&$!==26&&$!==27||M===null||w===null||($=an(C,w),$!=null&&ne.push(Ln(C,$,M))),we)break;C=C.return}0<ne.length&&(O=new U(O,J,null,a,B),G.push({event:O,listeners:ne}))}}if((t&7)===0){e:{if(O=e==="mouseover"||e==="pointerover",U=e==="mouseout"||e==="pointerout",O&&a!==Vi&&(J=a.relatedTarget||a.fromElement)&&(rl(J)||J[il]))break e;if((U||O)&&(O=B.window===B?B:(O=B.ownerDocument)?O.defaultView||O.parentWindow:window,U?(J=a.relatedTarget||a.toElement,U=z,J=J?rl(J):null,J!==null&&(we=m(J),ne=J.tag,J!==we||ne!==5&&ne!==27&&ne!==6)&&(J=null)):(U=null,J=z),U!==J)){if(ne=Xu,$="onMouseLeave",w="onMouseEnter",C="mouse",(e==="pointerout"||e==="pointerover")&&(ne=Zu,$="onPointerLeave",w="onPointerEnter",C="pointer"),we=U==null?O:tn(U),M=J==null?O:tn(J),O=new ne($,C+"leave",U,a,B),O.target=we,O.relatedTarget=M,$=null,rl(B)===z&&(ne=new ne(w,C+"enter",J,a,B),ne.target=M,ne.relatedTarget=we,$=ne),we=$,U&&J)t:{for(ne=gh,w=U,C=J,M=0,$=w;$;$=ne($))M++;$=0;for(var te=C;te;te=ne(te))$++;for(;0<M-$;)w=ne(w),M--;for(;0<$-M;)C=ne(C),$--;for(;M--;){if(w===C||C!==null&&w===C.alternate){ne=w;break t}w=ne(w),C=ne(C)}ne=null}else ne=null;U!==null&&Yf(G,O,U,ne,!1),J!==null&&we!==null&&Yf(G,we,J,ne,!0)}}e:{if(O=z?tn(z):window,U=O.nodeName&&O.nodeName.toLowerCase(),U==="select"||U==="input"&&O.type==="file")var ve=to;else if(Iu(O))if(ao)ve=wx;else{ve=Cx;var I=Ex}else U=O.nodeName,!U||U.toLowerCase()!=="input"||O.type!=="checkbox"&&O.type!=="radio"?z&&ki(z.elementType)&&(ve=to):ve=Tx;if(ve&&(ve=ve(e,z))){eo(G,ve,a,B);break e}I&&I(e,O,z),e==="focusout"&&z&&O.type==="number"&&z.memoizedProps.value!=null&&Gi(O,"number",O.value)}switch(I=z?tn(z):window,e){case"focusin":(Iu(I)||I.contentEditable==="true")&&(gl=I,lr=z,dn=null);break;case"focusout":dn=lr=gl=null;break;case"mousedown":nr=!0;break;case"contextmenu":case"mouseup":case"dragend":nr=!1,oo(G,a,B);break;case"selectionchange":if(Rx)break;case"keydown":case"keyup":oo(G,a,B)}var oe;if(Ii)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?Fu(e,a)&&(ge="onCompositionEnd"):e==="keydown"&&a.keyCode===229&&(ge="onCompositionStart");ge&&(Ku&&a.locale!=="ko"&&(hl||ge!=="onCompositionStart"?ge==="onCompositionEnd"&&hl&&(oe=ku()):(ga=B,Ki="value"in ga?ga.value:ga.textContent,hl=!0)),I=li(z,ge),0<I.length&&(ge=new Qu(ge,e,null,a,B),G.push({event:ge,listeners:I}),oe?ge.data=oe:(oe=Pu(a),oe!==null&&(ge.data=oe)))),(oe=vx?bx(e,a):jx(e,a))&&(ge=li(z,"onBeforeInput"),0<ge.length&&(I=new Qu("onBeforeInput","beforeinput",null,a,B),G.push({event:I,listeners:ge}),I.data=oe)),fh(G,e,z,a,B)}Bf(G,t)})}function Ln(e,t,a){return{instance:e,listener:t,currentTarget:a}}function li(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 gh(e){if(e===null)return null;do e=e.return;while(e&&e.tag!==5&&e.tag!==27);return e||null}function Yf(e,t,a,l,s){for(var i=t._reactName,d=[];a!==null&&a!==l;){var h=a,N=h.alternate,z=h.stateNode;if(h=h.tag,N!==null&&N===l)break;h!==5&&h!==26&&h!==27||z===null||(N=z,s?(z=an(a,i),z!=null&&d.unshift(Ln(a,z,N))):s||(z=an(a,i),z!=null&&d.push(Ln(a,z,N)))),a=a.return}d.length!==0&&e.push({event:t,listeners:d})}var yh=/\r\n?/g,ph=/\u0000|\uFFFD/g;function $f(e){return(typeof e=="string"?e:""+e).replace(yh,`
9
- `).replace(ph,"")}function Gf(e,t){return t=$f(t),$f(e)===t}function Te(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":rs(e,"class",l);break;case"tabIndex":rs(e,"tabindex",l);break;case"dir":case"role":case"viewBox":case"width":case"height":rs(e,a,l);break;case"style":Yu(e,l,i);break;case"data":if(t!=="object"){rs(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=us(""+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"&&Te(e,t,"name",s.name,s,null),Te(e,t,"formEncType",s.formEncType,s,null),Te(e,t,"formMethod",s.formMethod,s,null),Te(e,t,"formTarget",s.formTarget,s,null)):(Te(e,t,"encType",s.encType,s,null),Te(e,t,"method",s.method,s,null),Te(e,t,"target",s.target,s,null)));if(l==null||typeof l=="symbol"||typeof l=="boolean"){e.removeAttribute(a);break}l=us(""+l),e.setAttribute(a,l);break;case"onClick":l!=null&&(e.onclick=Zt);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(u(61));if(a=l.__html,a!=null){if(s.children!=null)throw Error(u(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=us(""+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":Qt(e,"http://www.w3.org/1999/xlink","xlink:actuate",l);break;case"xlinkArcrole":Qt(e,"http://www.w3.org/1999/xlink","xlink:arcrole",l);break;case"xlinkRole":Qt(e,"http://www.w3.org/1999/xlink","xlink:role",l);break;case"xlinkShow":Qt(e,"http://www.w3.org/1999/xlink","xlink:show",l);break;case"xlinkTitle":Qt(e,"http://www.w3.org/1999/xlink","xlink:title",l);break;case"xlinkType":Qt(e,"http://www.w3.org/1999/xlink","xlink:type",l);break;case"xmlBase":Qt(e,"http://www.w3.org/XML/1998/namespace","xml:base",l);break;case"xmlLang":Qt(e,"http://www.w3.org/XML/1998/namespace","xml:lang",l);break;case"xmlSpace":Qt(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=Qm.get(a)||a,is(e,a,l))}}function Rc(e,t,a,l,s,i){switch(a){case"style":Yu(e,l,i);break;case"dangerouslySetInnerHTML":if(l!=null){if(typeof l!="object"||!("__html"in l))throw Error(u(61));if(a=l.__html,a!=null){if(s.children!=null)throw Error(u(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=Zt);break;case"suppressContentEditableWarning":case"suppressHydrationWarning":case"innerHTML":case"ref":break;case"innerText":case"textContent":break;default:if(!zu.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 at(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(u(137,t));default:Te(e,t,i,d,a,null)}}s&&Te(e,t,"srcSet",a.srcSet,a,null),l&&Te(e,t,"src",a.src,a,null);return;case"input":xe("invalid",e);var h=i=d=s=null,N=null,z=null;for(l in a)if(a.hasOwnProperty(l)){var B=a[l];if(B!=null)switch(l){case"name":s=B;break;case"type":d=B;break;case"checked":N=B;break;case"defaultChecked":z=B;break;case"value":i=B;break;case"defaultValue":h=B;break;case"children":case"dangerouslySetInnerHTML":if(B!=null)throw Error(u(137,t));break;default:Te(e,t,l,B,a,null)}}Lu(e,i,h,N,z,d,s,!1);return;case"select":xe("invalid",e),l=d=i=null;for(s in a)if(a.hasOwnProperty(s)&&(h=a[s],h!=null))switch(s){case"value":i=h;break;case"defaultValue":d=h;break;case"multiple":l=h;default:Te(e,t,s,h,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)&&(h=a[d],h!=null))switch(d){case"value":l=h;break;case"defaultValue":s=h;break;case"children":i=h;break;case"dangerouslySetInnerHTML":if(h!=null)throw Error(u(91));break;default:Te(e,t,d,h,a,null)}Bu(e,l,s,i);return;case"option":for(N in a)a.hasOwnProperty(N)&&(l=a[N],l!=null)&&(N==="selected"?e.selected=l&&typeof l!="function"&&typeof l!="symbol":Te(e,t,N,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(u(137,t));default:Te(e,t,z,l,a,null)}return;default:if(ki(t)){for(B in a)a.hasOwnProperty(B)&&(l=a[B],l!==void 0&&Rc(e,t,B,l,a,void 0));return}}for(h in a)a.hasOwnProperty(h)&&(l=a[h],l!=null&&Te(e,t,h,l,a,null))}function vh(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,h=null,N=null,z=null,B=null;for(U in a){var G=a[U];if(a.hasOwnProperty(U)&&G!=null)switch(U){case"checked":break;case"value":break;case"defaultValue":N=G;default:l.hasOwnProperty(U)||Te(e,t,U,null,l,G)}}for(var O in l){var U=l[O];if(G=a[O],l.hasOwnProperty(O)&&(U!=null||G!=null))switch(O){case"type":i=U;break;case"name":s=U;break;case"checked":z=U;break;case"defaultChecked":B=U;break;case"value":d=U;break;case"defaultValue":h=U;break;case"children":case"dangerouslySetInnerHTML":if(U!=null)throw Error(u(137,t));break;default:U!==G&&Te(e,t,O,U,l,G)}}$i(e,d,h,N,z,B,i,s);return;case"select":U=d=h=O=null;for(i in a)if(N=a[i],a.hasOwnProperty(i)&&N!=null)switch(i){case"value":break;case"multiple":U=N;default:l.hasOwnProperty(i)||Te(e,t,i,null,l,N)}for(s in l)if(i=l[s],N=a[s],l.hasOwnProperty(s)&&(i!=null||N!=null))switch(s){case"value":O=i;break;case"defaultValue":h=i;break;case"multiple":d=i;default:i!==N&&Te(e,t,s,i,l,N)}t=h,a=d,l=U,O!=null?dl(e,!!a,O,!1):!!l!=!!a&&(t!=null?dl(e,!!a,t,!0):dl(e,!!a,a?[]:"",!1));return;case"textarea":U=O=null;for(h in a)if(s=a[h],a.hasOwnProperty(h)&&s!=null&&!l.hasOwnProperty(h))switch(h){case"value":break;case"children":break;default:Te(e,t,h,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":U=s;break;case"children":break;case"dangerouslySetInnerHTML":if(s!=null)throw Error(u(91));break;default:s!==i&&Te(e,t,d,s,l,i)}Hu(e,O,U);return;case"option":for(var J in a)O=a[J],a.hasOwnProperty(J)&&O!=null&&!l.hasOwnProperty(J)&&(J==="selected"?e.selected=!1:Te(e,t,J,null,l,O));for(N in l)O=l[N],U=a[N],l.hasOwnProperty(N)&&O!==U&&(O!=null||U!=null)&&(N==="selected"?e.selected=O&&typeof O!="function"&&typeof O!="symbol":Te(e,t,N,O,l,U));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)&&Te(e,t,ne,null,l,O);for(z in l)if(O=l[z],U=a[z],l.hasOwnProperty(z)&&O!==U&&(O!=null||U!=null))switch(z){case"children":case"dangerouslySetInnerHTML":if(O!=null)throw Error(u(137,t));break;default:Te(e,t,z,O,l,U)}return;default:if(ki(t)){for(var we in a)O=a[we],a.hasOwnProperty(we)&&O!==void 0&&!l.hasOwnProperty(we)&&Rc(e,t,we,void 0,l,O);for(B in l)O=l[B],U=a[B],!l.hasOwnProperty(B)||O===U||O===void 0&&U===void 0||Rc(e,t,B,O,l,U);return}}for(var w in a)O=a[w],a.hasOwnProperty(w)&&O!=null&&!l.hasOwnProperty(w)&&Te(e,t,w,null,l,O);for(G in l)O=l[G],U=a[G],!l.hasOwnProperty(G)||O===U||O==null&&U==null||Te(e,t,G,O,l,U)}function kf(e){switch(e){case"css":case"script":case"font":case"img":case"image":case"input":case"link":return!0;default:return!1}}function bh(){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,h=s.duration;if(i&&h&&kf(d)){for(d=0,h=s.responseEnd,l+=1;l<a.length;l++){var N=a[l],z=N.startTime;if(z>h)break;var B=N.transferSize,G=N.initiatorType;B&&kf(G)&&(N=N.responseEnd,d+=B*(N<h?1:(h-z)/(N-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 Mc=null,zc=null;function ni(e){return e.nodeType===9?e:e.ownerDocument}function Vf(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 Xf(e,t){if(e===0)switch(t){case"svg":return 1;case"math":return 2;default:return 0}return e===1&&t==="foreignObject"?0:e}function _c(e,t){return e==="textarea"||e==="noscript"||typeof t.children=="string"||typeof t.children=="number"||typeof t.children=="bigint"||typeof t.dangerouslySetInnerHTML=="object"&&t.dangerouslySetInnerHTML!==null&&t.dangerouslySetInnerHTML.__html!=null}var Oc=null;function jh(){var e=window.event;return e&&e.type==="popstate"?e===Oc?!1:(Oc=e,!0):(Oc=null,!1)}var Qf=typeof setTimeout=="function"?setTimeout:void 0,Nh=typeof clearTimeout=="function"?clearTimeout:void 0,Zf=typeof Promise=="function"?Promise:void 0,Sh=typeof queueMicrotask=="function"?queueMicrotask:typeof Zf<"u"?function(e){return Zf.resolve(null).then(e).catch(Eh)}:Qf;function Eh(e){setTimeout(function(){throw e})}function Oa(e){return e==="head"}function Kf(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),kl(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,h=i.nodeName;i[en]||h==="SCRIPT"||h==="STYLE"||h==="LINK"&&i.rel.toLowerCase()==="stylesheet"||a.removeChild(i),i=d}}else a==="body"&&Hn(e.ownerDocument.body);a=s}while(a);kl(t)}function Jf(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 Dc(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":Dc(a),qi(a);continue;case"SCRIPT":case"STYLE":continue;case"LINK":if(a.rel.toLowerCase()==="stylesheet")continue}e.removeChild(a)}}function Ch(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=Ot(e.nextSibling),e===null)break}return null}function Th(e,t,a){if(t==="")return null;for(;e.nodeType!==3;)if((e.nodeType!==1||e.nodeName!=="INPUT"||e.type!=="hidden")&&!a||(e=Ot(e.nextSibling),e===null))return null;return e}function Wf(e,t){for(;e.nodeType!==8;)if((e.nodeType!==1||e.nodeName!=="INPUT"||e.type!=="hidden")&&!t||(e=Ot(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 wh(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 Ot(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 Ff(e){e=e.nextSibling;for(var t=0;e;){if(e.nodeType===8){var a=e.data;if(a==="/$"||a==="/&"){if(t===0)return Ot(e.nextSibling);t--}else a!=="$"&&a!=="$!"&&a!=="$?"&&a!=="$~"&&a!=="&"||t++}e=e.nextSibling}return null}function Pf(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 If(e,t,a){switch(t=ni(a),e){case"html":if(e=t.documentElement,!e)throw Error(u(452));return e;case"head":if(e=t.head,!e)throw Error(u(453));return e;case"body":if(e=t.body,!e)throw Error(u(454));return e;default:throw Error(u(451))}}function Hn(e){for(var t=e.attributes;t.length;)e.removeAttributeNode(t[0]);qi(e)}var Dt=new Map,e0=new Set;function si(e){return typeof e.getRootNode=="function"?e.getRootNode():e.nodeType===9?e:e.ownerDocument}var ua=Q.d;Q.d={f:Ah,r:Rh,D:Mh,C:zh,L:_h,m:Oh,X:Uh,S:Dh,M:Lh};function Ah(){var e=ua.f(),t=Ws();return e||t}function Rh(e){var t=cl(e);t!==null&&t.tag===5&&t.type==="form"?gd(t):ua.r(e)}var Yl=typeof document>"u"?null:document;function t0(e,t,a){var l=Yl;if(l&&typeof t=="string"&&t){var s=Tt(t);s='link[rel="'+e+'"][href="'+s+'"]',typeof a=="string"&&(s+='[crossorigin="'+a+'"]'),e0.has(s)||(e0.add(s),e={rel:e,crossOrigin:a,href:t},l.querySelector(s)===null&&(t=l.createElement("link"),at(t,"link",e),Je(t),l.head.appendChild(t)))}}function Mh(e){ua.D(e),t0("dns-prefetch",e,null)}function zh(e,t){ua.C(e,t),t0("preconnect",e,t)}function _h(e,t,a){ua.L(e,t,a);var l=Yl;if(l&&e&&t){var s='link[rel="preload"][as="'+Tt(t)+'"]';t==="image"&&a&&a.imageSrcSet?(s+='[imagesrcset="'+Tt(a.imageSrcSet)+'"]',typeof a.imageSizes=="string"&&(s+='[imagesizes="'+Tt(a.imageSizes)+'"]')):s+='[href="'+Tt(e)+'"]';var i=s;switch(t){case"style":i=$l(e);break;case"script":i=Gl(e)}Dt.has(i)||(e=p({rel:"preload",href:t==="image"&&a&&a.imageSrcSet?void 0:e,as:t},a),Dt.set(i,e),l.querySelector(s)!==null||t==="style"&&l.querySelector(Bn(i))||t==="script"&&l.querySelector(qn(i))||(t=l.createElement("link"),at(t,"link",e),Je(t),l.head.appendChild(t)))}}function Oh(e,t){ua.m(e,t);var a=Yl;if(a&&e){var l=t&&typeof t.as=="string"?t.as:"script",s='link[rel="modulepreload"][as="'+Tt(l)+'"][href="'+Tt(e)+'"]',i=s;switch(l){case"audioworklet":case"paintworklet":case"serviceworker":case"sharedworker":case"worker":case"script":i=Gl(e)}if(!Dt.has(i)&&(e=p({rel:"modulepreload",href:e},t),Dt.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"),at(l,"link",e),Je(l),a.head.appendChild(l)}}}function Dh(e,t,a){ua.S(e,t,a);var l=Yl;if(l&&e){var s=ul(l).hoistableStyles,i=$l(e);t=t||"default";var d=s.get(i);if(!d){var h={loading:0,preload:null};if(d=l.querySelector(Bn(i)))h.loading=5;else{e=p({rel:"stylesheet",href:e,"data-precedence":t},a),(a=Dt.get(i))&&Bc(e,a);var N=d=l.createElement("link");Je(N),at(N,"link",e),N._p=new Promise(function(z,B){N.onload=z,N.onerror=B}),N.addEventListener("load",function(){h.loading|=1}),N.addEventListener("error",function(){h.loading|=2}),h.loading|=4,ii(d,t,l)}d={type:"stylesheet",instance:d,count:1,state:h},s.set(i,d)}}}function Uh(e,t){ua.X(e,t);var a=Yl;if(a&&e){var l=ul(a).hoistableScripts,s=Gl(e),i=l.get(s);i||(i=a.querySelector(qn(s)),i||(e=p({src:e,async:!0},t),(t=Dt.get(s))&&qc(e,t),i=a.createElement("script"),Je(i),at(i,"link",e),a.head.appendChild(i)),i={type:"script",instance:i,count:1,state:null},l.set(s,i))}}function Lh(e,t){ua.M(e,t);var a=Yl;if(a&&e){var l=ul(a).hoistableScripts,s=Gl(e),i=l.get(s);i||(i=a.querySelector(qn(s)),i||(e=p({src:e,async:!0,type:"module"},t),(t=Dt.get(s))&&qc(e,t),i=a.createElement("script"),Je(i),at(i,"link",e),a.head.appendChild(i)),i={type:"script",instance:i,count:1,state:null},l.set(s,i))}}function a0(e,t,a,l){var s=(s=fe.current)?si(s):null;if(!s)throw Error(u(446));switch(e){case"meta":case"title":return null;case"style":return typeof a.precedence=="string"&&typeof a.href=="string"?(t=$l(a.href),a=ul(s).hoistableStyles,l=a.get(t),l||(l={type:"style",instance:null,count:0,state:null},a.set(t,l)),l):{type:"void",instance:null,count:0,state:null};case"link":if(a.rel==="stylesheet"&&typeof a.href=="string"&&typeof a.precedence=="string"){e=$l(a.href);var i=ul(s).hoistableStyles,d=i.get(e);if(d||(s=s.ownerDocument||s,d={type:"stylesheet",instance:null,count:0,state:{loading:0,preload:null}},i.set(e,d),(i=s.querySelector(Bn(e)))&&!i._p&&(d.instance=i,d.state.loading=5),Dt.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},Dt.set(e,a),i||Hh(s,e,a,d.state))),t&&l===null)throw Error(u(528,""));return d}if(t&&l!==null)throw Error(u(529,""));return null;case"script":return t=a.async,a=a.src,typeof a=="string"&&t&&typeof t!="function"&&typeof t!="symbol"?(t=Gl(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(u(444,e))}}function $l(e){return'href="'+Tt(e)+'"'}function Bn(e){return'link[rel="stylesheet"]['+e+"]"}function l0(e){return p({},e,{"data-precedence":e.precedence,precedence:null})}function Hh(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}),at(t,"link",a),Je(t),e.head.appendChild(t))}function Gl(e){return'[src="'+Tt(e)+'"]'}function qn(e){return"script[async]"+e}function n0(e,t,a){if(t.count++,t.instance===null)switch(t.type){case"style":var l=e.querySelector('style[data-href~="'+Tt(a.href)+'"]');if(l)return t.instance=l,Je(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"),Je(l),at(l,"style",s),ii(l,a.precedence,e),t.instance=l;case"stylesheet":s=$l(a.href);var i=e.querySelector(Bn(s));if(i)return t.state.loading|=4,t.instance=i,Je(i),i;l=l0(a),(s=Dt.get(s))&&Bc(l,s),i=(e.ownerDocument||e).createElement("link"),Je(i);var d=i;return d._p=new Promise(function(h,N){d.onload=h,d.onerror=N}),at(i,"link",l),t.state.loading|=4,ii(i,a.precedence,e),t.instance=i;case"script":return i=Gl(a.src),(s=e.querySelector(qn(i)))?(t.instance=s,Je(s),s):(l=a,(s=Dt.get(i))&&(l=p({},a),qc(l,s)),e=e.ownerDocument||e,s=e.createElement("script"),Je(s),at(s,"link",l),e.head.appendChild(s),t.instance=s);case"void":return null;default:throw Error(u(443,t.type))}else t.type==="stylesheet"&&(t.state.loading&4)===0&&(l=t.instance,t.state.loading|=4,ii(l,a.precedence,e));return t.instance}function ii(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 h=l[d];if(h.dataset.precedence===t)i=h;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 ri=null;function s0(e,t,a){if(ri===null){var l=new Map,s=ri=new Map;s.set(a,l)}else s=ri,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[Pe]||e==="link"&&i.getAttribute("rel")==="stylesheet")&&i.namespaceURI!=="http://www.w3.org/2000/svg"){var d=i.getAttribute(t)||"";d=e+d;var h=l.get(d);h?h.push(i):l.set(d,[i])}}return l}function i0(e,t,a){e=e.ownerDocument||e,e.head.insertBefore(a,t==="title"?e.querySelector("head > title"):null)}function Bh(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 r0(e){return!(e.type==="stylesheet"&&(e.state.loading&3)===0)}function qh(e,t,a,l){if(a.type==="stylesheet"&&(typeof l.media!="string"||matchMedia(l.media).matches!==!1)&&(a.state.loading&4)===0){if(a.instance===null){var s=$l(l.href),i=t.querySelector(Bn(s));if(i){t=i._p,t!==null&&typeof t=="object"&&typeof t.then=="function"&&(e.count++,e=ci.bind(e),t.then(e,e)),a.state.loading|=4,a.instance=i,Je(i);return}i=t.ownerDocument||t,l=l0(l),(s=Dt.get(s))&&Bc(l,s),i=i.createElement("link"),Je(i);var d=i;d._p=new Promise(function(h,N){d.onload=h,d.onerror=N}),at(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=ci.bind(e),t.addEventListener("load",a),t.addEventListener("error",a))}}var Yc=0;function Yh(e,t){return e.stylesheets&&e.count===0&&oi(e,e.stylesheets),0<e.count||0<e.imgCount?function(a){var l=setTimeout(function(){if(e.stylesheets&&oi(e,e.stylesheets),e.unsuspend){var i=e.unsuspend;e.unsuspend=null,i()}},6e4+t);0<e.imgBytes&&Yc===0&&(Yc=62500*bh());var s=setTimeout(function(){if(e.waitingForImages=!1,e.count===0&&(e.stylesheets&&oi(e,e.stylesheets),e.unsuspend)){var i=e.unsuspend;e.unsuspend=null,i()}},(e.imgBytes>Yc?50:800)+t);return e.unsuspend=a,function(){e.unsuspend=null,clearTimeout(l),clearTimeout(s)}}:null}function ci(){if(this.count--,this.count===0&&(this.imgCount===0||!this.waitingForImages)){if(this.stylesheets)oi(this,this.stylesheets);else if(this.unsuspend){var e=this.unsuspend;this.unsuspend=null,e()}}}var ui=null;function oi(e,t){e.stylesheets=null,e.unsuspend!==null&&(e.count++,ui=new Map,t.forEach($h,e),ui=null,ci.call(e))}function $h(e,t){if(!(t.state.loading&4)){var a=ui.get(e);if(a)var l=a.get(null);else{a=new Map,ui.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=ci.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 Yn={$$typeof:k,Provider:null,Consumer:null,_currentValue:le,_currentValue2:le,_threadCount:0};function Gh(e,t,a,l,s,i,d,h,N){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=Ui(-1),this.entangledLanes=this.shellSuspendCounter=this.errorRecoveryDisabledLanes=this.expiredLanes=this.warmLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=Ui(0),this.hiddenUpdates=Ui(null),this.identifierPrefix=l,this.onUncaughtError=s,this.onCaughtError=i,this.onRecoverableError=d,this.pooledCache=null,this.pooledCacheLanes=0,this.formState=N,this.incompleteTransitions=new Map}function c0(e,t,a,l,s,i,d,h,N,z,B,G){return e=new Gh(e,t,a,d,N,z,B,G,h),t=1,i===!0&&(t|=24),i=vt(3,null,null,t),e.current=i,i.stateNode=e,t=vr(),t.refCount++,e.pooledCache=t,t.refCount++,i.memoizedState={element:l,isDehydrated:a,cache:t},Sr(i),e}function u0(e){return e?(e=vl,e):vl}function o0(e,t,a,l,s,i){s=u0(s),l.context===null?l.context=s:l.pendingContext=s,l=Na(t),l.payload={element:a},i=i===void 0?null:i,i!==null&&(l.callback=i),a=Sa(e,l,t),a!==null&&(xt(a,e,t),pn(a,e,t))}function d0(e,t){if(e=e.memoizedState,e!==null&&e.dehydrated!==null){var a=e.retryLane;e.retryLane=a!==0&&a<t?a:t}}function $c(e,t){d0(e,t),(e=e.alternate)&&d0(e,t)}function f0(e){if(e.tag===13||e.tag===31){var t=Za(e,67108864);t!==null&&xt(t,e,67108864),$c(e,67108864)}}function m0(e){if(e.tag===13||e.tag===31){var t=Et();t=Li(t);var a=Za(e,t);a!==null&&xt(a,e,t),$c(e,t)}}var di=!0;function kh(e,t,a,l){var s=L.T;L.T=null;var i=Q.p;try{Q.p=2,Gc(e,t,a,l)}finally{Q.p=i,L.T=s}}function Vh(e,t,a,l){var s=L.T;L.T=null;var i=Q.p;try{Q.p=8,Gc(e,t,a,l)}finally{Q.p=i,L.T=s}}function Gc(e,t,a,l){if(di){var s=kc(l);if(s===null)Ac(e,t,l,fi,a),h0(e,l);else if(Qh(s,e,t,a,l))l.stopPropagation();else if(h0(e,l),t&4&&-1<Xh.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=Ga(i.pendingLanes);if(d!==0){var h=i;for(h.pendingLanes|=2,h.entangledLanes|=2;d;){var N=1<<31-yt(d);h.entanglements[1]|=N,d&=~N}kt(i),(Ne&6)===0&&(Ks=ht()+500,Dn(0))}}break;case 31:case 13:h=Za(i,2),h!==null&&xt(h,i,2),Ws(),$c(i,2)}if(i=kc(l),i===null&&Ac(e,t,l,fi,a),i===s)break;s=i}s!==null&&l.stopPropagation()}else Ac(e,t,l,null,a)}}function kc(e){return e=Xi(e),Vc(e)}var fi=null;function Vc(e){if(fi=null,e=rl(e),e!==null){var t=m(e);if(t===null)e=null;else{var a=t.tag;if(a===13){if(e=g(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 fi=e,null}function x0(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(Mm()){case bu:return 2;case ju:return 8;case ts:case zm:return 32;case Nu:return 268435456;default:return 32}default:return 32}}var Xc=!1,Da=null,Ua=null,La=null,$n=new Map,Gn=new Map,Ha=[],Xh="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 h0(e,t){switch(e){case"focusin":case"focusout":Da=null;break;case"dragenter":case"dragleave":Ua=null;break;case"mouseover":case"mouseout":La=null;break;case"pointerover":case"pointerout":$n.delete(t.pointerId);break;case"gotpointercapture":case"lostpointercapture":Gn.delete(t.pointerId)}}function kn(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&&f0(t)),e):(e.eventSystemFlags|=l,t=e.targetContainers,s!==null&&t.indexOf(s)===-1&&t.push(s),e)}function Qh(e,t,a,l,s){switch(t){case"focusin":return Da=kn(Da,e,t,a,l,s),!0;case"dragenter":return Ua=kn(Ua,e,t,a,l,s),!0;case"mouseover":return La=kn(La,e,t,a,l,s),!0;case"pointerover":var i=s.pointerId;return $n.set(i,kn($n.get(i)||null,e,t,a,l,s)),!0;case"gotpointercapture":return i=s.pointerId,Gn.set(i,kn(Gn.get(i)||null,e,t,a,l,s)),!0}return!1}function g0(e){var t=rl(e.target);if(t!==null){var a=m(t);if(a!==null){if(t=a.tag,t===13){if(t=g(a),t!==null){e.blockedOn=t,Au(e.priority,function(){m0(a)});return}}else if(t===31){if(t=j(a),t!==null){e.blockedOn=t,Au(e.priority,function(){m0(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 mi(e){if(e.blockedOn!==null)return!1;for(var t=e.targetContainers;0<t.length;){var a=kc(e.nativeEvent);if(a===null){a=e.nativeEvent;var l=new a.constructor(a.type,a);Vi=l,a.target.dispatchEvent(l),Vi=null}else return t=cl(a),t!==null&&f0(t),e.blockedOn=a,!1;t.shift()}return!0}function y0(e,t,a){mi(e)&&a.delete(t)}function Zh(){Xc=!1,Da!==null&&mi(Da)&&(Da=null),Ua!==null&&mi(Ua)&&(Ua=null),La!==null&&mi(La)&&(La=null),$n.forEach(y0),Gn.forEach(y0)}function xi(e,t){e.blockedOn===t&&(e.blockedOn=null,Xc||(Xc=!0,r.unstable_scheduleCallback(r.unstable_NormalPriority,Zh)))}var hi=null;function p0(e){hi!==e&&(hi=e,r.unstable_scheduleCallback(r.unstable_NormalPriority,function(){hi===e&&(hi=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,kr(i,{pending:!0,data:s,method:a.method,action:l},l,s))}}))}function kl(e){function t(N){return xi(N,e)}Da!==null&&xi(Da,e),Ua!==null&&xi(Ua,e),La!==null&&xi(La,e),$n.forEach(t),Gn.forEach(t);for(var a=0;a<Ha.length;a++){var l=Ha[a];l.blockedOn===e&&(l.blockedOn=null)}for(;0<Ha.length&&(a=Ha[0],a.blockedOn===null);)g0(a),a.blockedOn===null&&Ha.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||p0(a);else if(d){var h=null;if(i&&i.hasAttribute("formAction")){if(s=i,d=i[ct]||null)h=d.formAction;else if(Vc(s)!==null)continue}else h=d.action;typeof h=="function"?a[l+1]=h:(a.splice(l,3),l-=3),p0(a)}}}function v0(){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}gi.prototype.render=Qc.prototype.render=function(e){var t=this._internalRoot;if(t===null)throw Error(u(409));var a=t.current,l=Et();o0(a,l,e,t,null,null)},gi.prototype.unmount=Qc.prototype.unmount=function(){var e=this._internalRoot;if(e!==null){this._internalRoot=null;var t=e.containerInfo;o0(e.current,2,null,e,null,null),Ws(),t[il]=null}};function gi(e){this._internalRoot=e}gi.prototype.unstable_scheduleHydration=function(e){if(e){var t=wu();e={blockedOn:null,target:e,priority:t};for(var a=0;a<Ha.length&&t!==0&&t<Ha[a].priority;a++);Ha.splice(a,0,e),a===0&&g0(e)}};var b0=o.version;if(b0!=="19.2.4")throw Error(u(527,b0,"19.2.4"));Q.findDOMNode=function(e){var t=e._reactInternals;if(t===void 0)throw typeof e.render=="function"?Error(u(188)):(e=Object.keys(e).join(","),Error(u(268,e)));return e=x(t),e=e!==null?v(e):null,e=e===null?null:e.stateNode,e};var Kh={bundleType:0,version:"19.2.4",rendererPackageName:"react-dom",currentDispatcherRef:L,reconcilerVersion:"19.2.4"};if(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"){var yi=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(!yi.isDisabled&&yi.supportsFiber)try{Fl=yi.inject(Kh),gt=yi}catch{}}return Xn.createRoot=function(e,t){if(!f(e))throw Error(u(299));var a=!1,l="",s=Td,i=wd,d=Ad;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=c0(e,1,!1,null,null,a,l,null,s,i,d,v0),e[il]=t.current,wc(e),new Qc(t)},Xn.hydrateRoot=function(e,t,a){if(!f(e))throw Error(u(299));var l=!1,s="",i=Td,d=wd,h=Ad,N=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&&(h=a.onRecoverableError),a.formState!==void 0&&(N=a.formState)),t=c0(e,1,!0,t,a??null,l,s,N,i,d,h,v0),t.context=u0(null),a=t.current,l=Et(),l=Li(l),s=Na(l),s.callback=null,Sa(a,s,l),a=l,t.current.lanes=a,Il(t,a),kt(t),e[il]=t.current,wc(e),new gi(t)},Xn.version="19.2.4",Xn}var M0;function ng(){if(M0)return Jc.exports;M0=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=lg(),Jc.exports}var sg=ng();var z0="popstate";function ig(r={}){function o(u,f){let{pathname:m,search:g,hash:j}=u.location;return su("",{pathname:m,search:g,hash:j},f.state&&f.state.usr||null,f.state&&f.state.key||"default")}function c(u,f){return typeof f=="string"?f:Jn(f)}return cg(o,c,null,r)}function De(r,o){if(r===!1||r===null||typeof r>"u")throw new Error(o)}function qt(r,o){if(!r){typeof console<"u"&&console.warn(o);try{throw new Error(o)}catch{}}}function rg(){return Math.random().toString(36).substring(2,10)}function _0(r,o){return{usr:r.state,key:r.key,idx:o}}function su(r,o,c=null,u){return{pathname:typeof r=="string"?r:r.pathname,search:"",hash:"",...typeof o=="string"?Zl(o):o,state:c,key:o&&o.key||u||rg()}}function Jn({pathname:r="/",search:o="",hash:c=""}){return o&&o!=="?"&&(r+=o.charAt(0)==="?"?o:"?"+o),c&&c!=="#"&&(r+=c.charAt(0)==="#"?c:"#"+c),r}function Zl(r){let o={};if(r){let c=r.indexOf("#");c>=0&&(o.hash=r.substring(c),r=r.substring(0,c));let u=r.indexOf("?");u>=0&&(o.search=r.substring(u),r=r.substring(0,u)),r&&(o.pathname=r)}return o}function cg(r,o,c,u={}){let{window:f=document.defaultView,v5Compat:m=!1}=u,g=f.history,j="POP",y=null,x=v();x==null&&(x=0,g.replaceState({...g.state,idx:x},""));function v(){return(g.state||{idx:null}).idx}function p(){j="POP";let R=v(),H=R==null?null:R-x;x=R,y&&y({action:j,location:D.location,delta:H})}function E(R,H){j="PUSH";let T=su(D.location,R,H);x=v()+1;let k=_0(T,x),ae=D.createHref(T);try{g.pushState(k,"",ae)}catch(K){if(K instanceof DOMException&&K.name==="DataCloneError")throw K;f.location.assign(ae)}m&&y&&y({action:j,location:D.location,delta:1})}function A(R,H){j="REPLACE";let T=su(D.location,R,H);x=v();let k=_0(T,x),ae=D.createHref(T);g.replaceState(k,"",ae),m&&y&&y({action:j,location:D.location,delta:0})}function _(R){return ug(R)}let D={get action(){return j},get location(){return r(f,g)},listen(R){if(y)throw new Error("A history only accepts one active listener");return f.addEventListener(z0,p),y=R,()=>{f.removeEventListener(z0,p),y=null}},createHref(R){return o(f,R)},createURL:_,encodeLocation(R){let H=_(R);return{pathname:H.pathname,search:H.search,hash:H.hash}},push:E,replace:A,go(R){return g.go(R)}};return D}function ug(r,o=!1){let c="http://localhost";typeof window<"u"&&(c=window.location.origin!=="null"?window.location.origin:window.location.href),De(c,"No window.location.(origin|href) available to create URL");let u=typeof r=="string"?r:Jn(r);return u=u.replace(/ $/,"%20"),!o&&u.startsWith("//")&&(u=c+u),new URL(u,c)}function W0(r,o,c="/"){return og(r,o,c,!1)}function og(r,o,c,u){let f=typeof o=="string"?Zl(o):o,m=fa(f.pathname||"/",c);if(m==null)return null;let g=F0(r);dg(g);let j=null;for(let y=0;j==null&&y<g.length;++y){let x=Ng(m);j=bg(g[y],x,u)}return j}function F0(r,o=[],c=[],u="",f=!1){let m=(g,j,y=f,x)=>{let v={relativePath:x===void 0?g.path||"":x,caseSensitive:g.caseSensitive===!0,childrenIndex:j,route:g};if(v.relativePath.startsWith("/")){if(!v.relativePath.startsWith(u)&&y)return;De(v.relativePath.startsWith(u),`Absolute route path "${v.relativePath}" nested under path "${u}" is not valid. An absolute child route path must start with the combined path of all its parent routes.`),v.relativePath=v.relativePath.slice(u.length)}let p=da([u,v.relativePath]),E=c.concat(v);g.children&&g.children.length>0&&(De(g.index!==!0,`Index routes must not have child routes. Please remove all child routes from route path "${p}".`),F0(g.children,o,E,p,y)),!(g.path==null&&!g.index)&&o.push({path:p,score:pg(p,g.index),routesMeta:E})};return r.forEach((g,j)=>{if(g.path===""||!g.path?.includes("?"))m(g,j);else for(let y of P0(g.path))m(g,j,!0,y)}),o}function P0(r){let o=r.split("/");if(o.length===0)return[];let[c,...u]=o,f=c.endsWith("?"),m=c.replace(/\?$/,"");if(u.length===0)return f?[m,""]:[m];let g=P0(u.join("/")),j=[];return j.push(...g.map(y=>y===""?m:[m,y].join("/"))),f&&j.push(...g),j.map(y=>r.startsWith("/")&&y===""?"/":y)}function dg(r){r.sort((o,c)=>o.score!==c.score?c.score-o.score:vg(o.routesMeta.map(u=>u.childrenIndex),c.routesMeta.map(u=>u.childrenIndex)))}var fg=/^:[\w-]+$/,mg=3,xg=2,hg=1,gg=10,yg=-2,O0=r=>r==="*";function pg(r,o){let c=r.split("/"),u=c.length;return c.some(O0)&&(u+=yg),o&&(u+=xg),c.filter(f=>!O0(f)).reduce((f,m)=>f+(fg.test(m)?mg:m===""?hg:gg),u)}function vg(r,o){return r.length===o.length&&r.slice(0,-1).every((u,f)=>u===o[f])?r[r.length-1]-o[o.length-1]:0}function bg(r,o,c=!1){let{routesMeta:u}=r,f={},m="/",g=[];for(let j=0;j<u.length;++j){let y=u[j],x=j===u.length-1,v=m==="/"?o:o.slice(m.length)||"/",p=Si({path:y.relativePath,caseSensitive:y.caseSensitive,end:x},v),E=y.route;if(!p&&x&&c&&!u[u.length-1].route.index&&(p=Si({path:y.relativePath,caseSensitive:y.caseSensitive,end:!1},v)),!p)return null;Object.assign(f,p.params),g.push({params:f,pathname:da([m,p.pathname]),pathnameBase:Tg(da([m,p.pathnameBase])),route:E}),p.pathnameBase!=="/"&&(m=da([m,p.pathnameBase]))}return g}function Si(r,o){typeof r=="string"&&(r={path:r,caseSensitive:!1,end:!0});let[c,u]=jg(r.path,r.caseSensitive,r.end),f=o.match(c);if(!f)return null;let m=f[0],g=m.replace(/(.)\/+$/,"$1"),j=f.slice(1);return{params:u.reduce((x,{paramName:v,isOptional:p},E)=>{if(v==="*"){let _=j[E]||"";g=m.slice(0,m.length-_.length).replace(/(.)\/+$/,"$1")}const A=j[E];return p&&!A?x[v]=void 0:x[v]=(A||"").replace(/%2F/g,"/"),x},{}),pathname:m,pathnameBase:g,pattern:r}}function jg(r,o=!1,c=!0){qt(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 u=[],f="^"+r.replace(/\/*\*?$/,"").replace(/^\/*/,"/").replace(/[\\.*+^${}|()[\]]/g,"\\$&").replace(/\/:([\w-]+)(\?)?/g,(g,j,y)=>(u.push({paramName:j,isOptional:y!=null}),y?"/?([^\\/]+)?":"/([^\\/]+)")).replace(/\/([\w-]+)\?(\/|$)/g,"(/$1)?$2");return r.endsWith("*")?(u.push({paramName:"*"}),f+=r==="*"||r==="/*"?"(.*)$":"(?:\\/(.+)|\\/*)$"):c?f+="\\/*$":r!==""&&r!=="/"&&(f+="(?:(?=\\/|$))"),[new RegExp(f,o?void 0:"i"),u]}function Ng(r){try{return r.split("/").map(o=>decodeURIComponent(o).replace(/\//g,"%2F")).join("/")}catch(o){return qt(!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 fa(r,o){if(o==="/")return r;if(!r.toLowerCase().startsWith(o.toLowerCase()))return null;let c=o.endsWith("/")?o.length-1:o.length,u=r.charAt(c);return u&&u!=="/"?null:r.slice(c)||"/"}var Sg=/^(?:[a-z][a-z0-9+.-]*:|\/\/)/i;function Eg(r,o="/"){let{pathname:c,search:u="",hash:f=""}=typeof r=="string"?Zl(r):r,m;return c?(c=c.replace(/\/\/+/g,"/"),c.startsWith("/")?m=D0(c.substring(1),"/"):m=D0(c,o)):m=o,{pathname:m,search:wg(u),hash:Ag(f)}}function D0(r,o){let c=o.replace(/\/+$/,"").split("/");return r.split("/").forEach(f=>{f===".."?c.length>1&&c.pop():f!=="."&&c.push(f)}),c.length>1?c.join("/"):"/"}function Ic(r,o,c,u){return`Cannot include a '${r}' character in a manually specified \`to.${o}\` field [${JSON.stringify(u)}]. Please separate it out to the \`to.${c}\` field. Alternatively you may provide the full path as a string in <Link to="..."> and the router will parse it for you.`}function Cg(r){return r.filter((o,c)=>c===0||o.route.path&&o.route.path.length>0)}function I0(r){let o=Cg(r);return o.map((c,u)=>u===o.length-1?c.pathname:c.pathnameBase)}function em(r,o,c,u=!1){let f;typeof r=="string"?f=Zl(r):(f={...r},De(!f.pathname||!f.pathname.includes("?"),Ic("?","pathname","search",f)),De(!f.pathname||!f.pathname.includes("#"),Ic("#","pathname","hash",f)),De(!f.search||!f.search.includes("#"),Ic("#","search","hash",f)));let m=r===""||f.pathname==="",g=m?"/":f.pathname,j;if(g==null)j=c;else{let p=o.length-1;if(!u&&g.startsWith("..")){let E=g.split("/");for(;E[0]==="..";)E.shift(),p-=1;f.pathname=E.join("/")}j=p>=0?o[p]:"/"}let y=Eg(f,j),x=g&&g!=="/"&&g.endsWith("/"),v=(m||g===".")&&c.endsWith("/");return!y.pathname.endsWith("/")&&(x||v)&&(y.pathname+="/"),y}var da=r=>r.join("/").replace(/\/\/+/g,"/"),Tg=r=>r.replace(/\/+$/,"").replace(/^\/*/,"/"),wg=r=>!r||r==="?"?"":r.startsWith("?")?r:"?"+r,Ag=r=>!r||r==="#"?"":r.startsWith("#")?r:"#"+r,Rg=class{constructor(r,o,c,u=!1){this.status=r,this.statusText=o||"",this.internal=u,c instanceof Error?(this.data=c.toString(),this.error=c):this.data=c}};function Mg(r){return r!=null&&typeof r.status=="number"&&typeof r.statusText=="string"&&typeof r.internal=="boolean"&&"data"in r}function zg(r){return r.map(o=>o.route.path).filter(Boolean).join("/").replace(/\/\/*/g,"/")||"/"}var tm=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u";function am(r,o){let c=r;if(typeof c!="string"||!Sg.test(c))return{absoluteURL:void 0,isExternal:!1,to:c};let u=c,f=!1;if(tm)try{let m=new URL(window.location.href),g=c.startsWith("//")?new URL(m.protocol+c):new URL(c),j=fa(g.pathname,o);g.origin===m.origin&&j!=null?c=j+g.search+g.hash:f=!0}catch{qt(!1,`<Link to="${c}"> contains an invalid URL which will probably break when clicked - please update to a valid URL path.`)}return{absoluteURL:u,isExternal:f,to:c}}Object.getOwnPropertyNames(Object.prototype).sort().join("\0");var lm=["POST","PUT","PATCH","DELETE"];new Set(lm);var _g=["GET",...lm];new Set(_g);var Kl=S.createContext(null);Kl.displayName="DataRouter";var Ei=S.createContext(null);Ei.displayName="DataRouterState";var Og=S.createContext(!1),nm=S.createContext({isTransitioning:!1});nm.displayName="ViewTransition";var Dg=S.createContext(new Map);Dg.displayName="Fetchers";var Ug=S.createContext(null);Ug.displayName="Await";var Ut=S.createContext(null);Ut.displayName="Navigation";var Wn=S.createContext(null);Wn.displayName="Location";var Vt=S.createContext({outlet:null,matches:[],isDataRoute:!1});Vt.displayName="Route";var uu=S.createContext(null);uu.displayName="RouteError";var sm="REACT_ROUTER_ERROR",Lg="REDIRECT",Hg="ROUTE_ERROR_RESPONSE";function Bg(r){if(r.startsWith(`${sm}:${Lg}:{`))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 qg(r){if(r.startsWith(`${sm}:${Hg}:{`))try{let o=JSON.parse(r.slice(40));if(typeof o=="object"&&o&&typeof o.status=="number"&&typeof o.statusText=="string")return new Rg(o.status,o.statusText,o.data)}catch{}}function Yg(r,{relative:o}={}){De(Fn(),"useHref() may be used only in the context of a <Router> component.");let{basename:c,navigator:u}=S.useContext(Ut),{hash:f,pathname:m,search:g}=Pn(r,{relative:o}),j=m;return c!=="/"&&(j=m==="/"?c:da([c,m])),u.createHref({pathname:j,search:g,hash:f})}function Fn(){return S.useContext(Wn)!=null}function ma(){return De(Fn(),"useLocation() may be used only in the context of a <Router> component."),S.useContext(Wn).location}var im="You should call navigate() in a React.useEffect(), not when your component is first rendered.";function rm(r){S.useContext(Ut).static||S.useLayoutEffect(r)}function ou(){let{isDataRoute:r}=S.useContext(Vt);return r?ey():$g()}function $g(){De(Fn(),"useNavigate() may be used only in the context of a <Router> component.");let r=S.useContext(Kl),{basename:o,navigator:c}=S.useContext(Ut),{matches:u}=S.useContext(Vt),{pathname:f}=ma(),m=JSON.stringify(I0(u)),g=S.useRef(!1);return rm(()=>{g.current=!0}),S.useCallback((y,x={})=>{if(qt(g.current,im),!g.current)return;if(typeof y=="number"){c.go(y);return}let v=em(y,JSON.parse(m),f,x.relative==="path");r==null&&o!=="/"&&(v.pathname=v.pathname==="/"?o:da([o,v.pathname])),(x.replace?c.replace:c.push)(v,x.state,x)},[o,c,m,f,r])}S.createContext(null);function Gg(){let{matches:r}=S.useContext(Vt),o=r[r.length-1];return o?o.params:{}}function Pn(r,{relative:o}={}){let{matches:c}=S.useContext(Vt),{pathname:u}=ma(),f=JSON.stringify(I0(c));return S.useMemo(()=>em(r,JSON.parse(f),u,o==="path"),[r,f,u,o])}function kg(r,o){return cm(r,o)}function cm(r,o,c,u,f){De(Fn(),"useRoutes() may be used only in the context of a <Router> component.");let{navigator:m}=S.useContext(Ut),{matches:g}=S.useContext(Vt),j=g[g.length-1],y=j?j.params:{},x=j?j.pathname:"/",v=j?j.pathnameBase:"/",p=j&&j.route;{let T=p&&p.path||"";om(x,!p||T.endsWith("*")||T.endsWith("*?"),`You rendered descendant <Routes> (or called \`useRoutes()\`) at "${x}" (under <Route path="${T}">) 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="${T}"> to <Route path="${T==="/"?"*":`${T}/*`}">.`)}let E=ma(),A;if(o){let T=typeof o=="string"?Zl(o):o;De(v==="/"||T.pathname?.startsWith(v),`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 "${v}" but pathname "${T.pathname}" was given in the \`location\` prop.`),A=T}else A=E;let _=A.pathname||"/",D=_;if(v!=="/"){let T=v.replace(/^\//,"").split("/");D="/"+_.replace(/^\//,"").split("/").slice(T.length).join("/")}let R=W0(r,{pathname:D});qt(p||R!=null,`No routes matched location "${A.pathname}${A.search}${A.hash}" `),qt(R==null||R[R.length-1].route.element!==void 0||R[R.length-1].route.Component!==void 0||R[R.length-1].route.lazy!==void 0,`Matched leaf route at location "${A.pathname}${A.search}${A.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 H=Kg(R&&R.map(T=>Object.assign({},T,{params:Object.assign({},y,T.params),pathname:da([v,m.encodeLocation?m.encodeLocation(T.pathname.replace(/\?/g,"%3F").replace(/#/g,"%23")).pathname:T.pathname]),pathnameBase:T.pathnameBase==="/"?v:da([v,m.encodeLocation?m.encodeLocation(T.pathnameBase.replace(/\?/g,"%3F").replace(/#/g,"%23")).pathname:T.pathnameBase])})),g,c,u,f);return o&&H?S.createElement(Wn.Provider,{value:{location:{pathname:"/",search:"",hash:"",state:null,key:"default",...A},navigationType:"POP"}},H):H}function Vg(){let r=Ig(),o=Mg(r)?`${r.status} ${r.statusText}`:r instanceof Error?r.message:JSON.stringify(r),c=r instanceof Error?r.stack:null,u="rgba(200,200,200, 0.5)",f={padding:"0.5rem",backgroundColor:u},m={padding:"2px 4px",backgroundColor:u},g=null;return console.error("Error handled by React Router default ErrorBoundary:",r),g=S.createElement(S.Fragment,null,S.createElement("p",null,"💿 Hey developer 👋"),S.createElement("p",null,"You can provide a way better UX than this when your app throws errors by providing your own ",S.createElement("code",{style:m},"ErrorBoundary")," or"," ",S.createElement("code",{style:m},"errorElement")," prop on your route.")),S.createElement(S.Fragment,null,S.createElement("h2",null,"Unexpected Application Error!"),S.createElement("h3",{style:{fontStyle:"italic"}},o),c?S.createElement("pre",{style:f},c):null,g)}var Xg=S.createElement(Vg,null),um=class extends S.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 c=qg(r.digest);c&&(r=c)}let o=r!==void 0?S.createElement(Vt.Provider,{value:this.props.routeContext},S.createElement(uu.Provider,{value:r,children:this.props.component})):this.props.children;return this.context?S.createElement(Qg,{error:r},o):o}};um.contextType=Og;var eu=new WeakMap;function Qg({children:r,error:o}){let{basename:c}=S.useContext(Ut);if(typeof o=="object"&&o&&"digest"in o&&typeof o.digest=="string"){let u=Bg(o.digest);if(u){let f=eu.get(o);if(f)throw f;let m=am(u.location,c);if(tm&&!eu.get(o))if(m.isExternal||u.reloadDocument)window.location.href=m.absoluteURL||m.to;else{const g=Promise.resolve().then(()=>window.__reactRouterDataRouter.navigate(m.to,{replace:u.replace}));throw eu.set(o,g),g}return S.createElement("meta",{httpEquiv:"refresh",content:`0;url=${m.absoluteURL||m.to}`})}}return r}function Zg({routeContext:r,match:o,children:c}){let u=S.useContext(Kl);return u&&u.static&&u.staticContext&&(o.route.errorElement||o.route.ErrorBoundary)&&(u.staticContext._deepestRenderedBoundaryId=o.route.id),S.createElement(Vt.Provider,{value:r},c)}function Kg(r,o=[],c=null,u=null,f=null){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 m=r,g=c?.errors;if(g!=null){let v=m.findIndex(p=>p.route.id&&g?.[p.route.id]!==void 0);De(v>=0,`Could not find a matching route for errors on route IDs: ${Object.keys(g).join(",")}`),m=m.slice(0,Math.min(m.length,v+1))}let j=!1,y=-1;if(c)for(let v=0;v<m.length;v++){let p=m[v];if((p.route.HydrateFallback||p.route.hydrateFallbackElement)&&(y=v),p.route.id){let{loaderData:E,errors:A}=c,_=p.route.loader&&!E.hasOwnProperty(p.route.id)&&(!A||A[p.route.id]===void 0);if(p.route.lazy||_){j=!0,y>=0?m=m.slice(0,y+1):m=[m[0]];break}}}let x=c&&u?(v,p)=>{u(v,{location:c.location,params:c.matches?.[0]?.params??{},unstable_pattern:zg(c.matches),errorInfo:p})}:void 0;return m.reduceRight((v,p,E)=>{let A,_=!1,D=null,R=null;c&&(A=g&&p.route.id?g[p.route.id]:void 0,D=p.route.errorElement||Xg,j&&(y<0&&E===0?(om("route-fallback",!1,"No `HydrateFallback` element provided to render during initial hydration"),_=!0,R=null):y===E&&(_=!0,R=p.route.hydrateFallbackElement||null)));let H=o.concat(m.slice(0,E+1)),T=()=>{let k;return A?k=D:_?k=R:p.route.Component?k=S.createElement(p.route.Component,null):p.route.element?k=p.route.element:k=v,S.createElement(Zg,{match:p,routeContext:{outlet:v,matches:H,isDataRoute:c!=null},children:k})};return c&&(p.route.ErrorBoundary||p.route.errorElement||E===0)?S.createElement(um,{location:c.location,revalidation:c.revalidation,component:D,error:A,children:T(),routeContext:{outlet:null,matches:H,isDataRoute:!0},onError:x}):T()},null)}function du(r){return`${r} must be used within a data router. See https://reactrouter.com/en/main/routers/picking-a-router.`}function Jg(r){let o=S.useContext(Kl);return De(o,du(r)),o}function Wg(r){let o=S.useContext(Ei);return De(o,du(r)),o}function Fg(r){let o=S.useContext(Vt);return De(o,du(r)),o}function fu(r){let o=Fg(r),c=o.matches[o.matches.length-1];return De(c.route.id,`${r} can only be used on routes that contain a unique "id"`),c.route.id}function Pg(){return fu("useRouteId")}function Ig(){let r=S.useContext(uu),o=Wg("useRouteError"),c=fu("useRouteError");return r!==void 0?r:o.errors?.[c]}function ey(){let{router:r}=Jg("useNavigate"),o=fu("useNavigate"),c=S.useRef(!1);return rm(()=>{c.current=!0}),S.useCallback(async(f,m={})=>{qt(c.current,im),c.current&&(typeof f=="number"?await r.navigate(f):await r.navigate(f,{fromRouteId:o,...m}))},[r,o])}var U0={};function om(r,o,c){!o&&!U0[r]&&(U0[r]=!0,qt(!1,c))}S.memo(ty);function ty({routes:r,future:o,state:c,onError:u}){return cm(r,void 0,c,u,o)}function st(r){De(!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 ay({basename:r="/",children:o=null,location:c,navigationType:u="POP",navigator:f,static:m=!1,unstable_useTransitions:g}){De(!Fn(),"You cannot render a <Router> inside another <Router>. You should never have more than one in your app.");let j=r.replace(/^\/*/,"/"),y=S.useMemo(()=>({basename:j,navigator:f,static:m,unstable_useTransitions:g,future:{}}),[j,f,m,g]);typeof c=="string"&&(c=Zl(c));let{pathname:x="/",search:v="",hash:p="",state:E=null,key:A="default"}=c,_=S.useMemo(()=>{let D=fa(x,j);return D==null?null:{location:{pathname:D,search:v,hash:p,state:E,key:A},navigationType:u}},[j,x,v,p,E,A,u]);return qt(_!=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.`),_==null?null:S.createElement(Ut.Provider,{value:y},S.createElement(Wn.Provider,{children:o,value:_}))}function ly({children:r,location:o}){return kg(iu(r),o)}function iu(r,o=[]){let c=[];return S.Children.forEach(r,(u,f)=>{if(!S.isValidElement(u))return;let m=[...o,f];if(u.type===S.Fragment){c.push.apply(c,iu(u.props.children,m));return}De(u.type===st,`[${typeof u.type=="string"?u.type:u.type.name}] is not a <Route> component. All component children of <Routes> must be a <Route> or <React.Fragment>`),De(!u.props.index||!u.props.children,"An index route cannot have child routes.");let g={id:u.props.id||m.join("-"),caseSensitive:u.props.caseSensitive,element:u.props.element,Component:u.props.Component,index:u.props.index,path:u.props.path,middleware:u.props.middleware,loader:u.props.loader,action:u.props.action,hydrateFallbackElement:u.props.hydrateFallbackElement,HydrateFallback:u.props.HydrateFallback,errorElement:u.props.errorElement,ErrorBoundary:u.props.ErrorBoundary,hasErrorBoundary:u.props.hasErrorBoundary===!0||u.props.ErrorBoundary!=null||u.props.errorElement!=null,shouldRevalidate:u.props.shouldRevalidate,handle:u.props.handle,lazy:u.props.lazy};u.props.children&&(g.children=iu(u.props.children,m)),c.push(g)}),c}var ji="get",Ni="application/x-www-form-urlencoded";function Ci(r){return typeof HTMLElement<"u"&&r instanceof HTMLElement}function ny(r){return Ci(r)&&r.tagName.toLowerCase()==="button"}function sy(r){return Ci(r)&&r.tagName.toLowerCase()==="form"}function iy(r){return Ci(r)&&r.tagName.toLowerCase()==="input"}function ry(r){return!!(r.metaKey||r.altKey||r.ctrlKey||r.shiftKey)}function cy(r,o){return r.button===0&&(!o||o==="_self")&&!ry(r)}function ru(r=""){return new URLSearchParams(typeof r=="string"||Array.isArray(r)||r instanceof URLSearchParams?r:Object.keys(r).reduce((o,c)=>{let u=r[c];return o.concat(Array.isArray(u)?u.map(f=>[c,f]):[[c,u]])},[]))}function uy(r,o){let c=ru(r);return o&&o.forEach((u,f)=>{c.has(f)||o.getAll(f).forEach(m=>{c.append(f,m)})}),c}var pi=null;function oy(){if(pi===null)try{new FormData(document.createElement("form"),0),pi=!1}catch{pi=!0}return pi}var dy=new Set(["application/x-www-form-urlencoded","multipart/form-data","text/plain"]);function tu(r){return r!=null&&!dy.has(r)?(qt(!1,`"${r}" is not a valid \`encType\` for \`<Form>\`/\`<fetcher.Form>\` and will default to "${Ni}"`),null):r}function fy(r,o){let c,u,f,m,g;if(sy(r)){let j=r.getAttribute("action");u=j?fa(j,o):null,c=r.getAttribute("method")||ji,f=tu(r.getAttribute("enctype"))||Ni,m=new FormData(r)}else if(ny(r)||iy(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(u=y?fa(y,o):null,c=r.getAttribute("formmethod")||j.getAttribute("method")||ji,f=tu(r.getAttribute("formenctype"))||tu(j.getAttribute("enctype"))||Ni,m=new FormData(j,r),!oy()){let{name:x,type:v,value:p}=r;if(v==="image"){let E=x?`${x}.`:"";m.append(`${E}x`,"0"),m.append(`${E}y`,"0")}else x&&m.append(x,p)}}else{if(Ci(r))throw new Error('Cannot submit element that is not <form>, <button>, or <input type="submit|image">');c=ji,u=null,f=Ni,g=r}return m&&f==="text/plain"&&(g=m,m=void 0),{action:u,method:c.toLowerCase(),encType:f,formData:m,body:g}}Object.getOwnPropertyNames(Object.prototype).sort().join("\0");function mu(r,o){if(r===!1||r===null||typeof r>"u")throw new Error(o)}function my(r,o,c,u){let f=typeof r=="string"?new URL(r,typeof window>"u"?"server://singlefetch/":window.location.origin):r;return c?f.pathname.endsWith("/")?f.pathname=`${f.pathname}_.${u}`:f.pathname=`${f.pathname}.${u}`:f.pathname==="/"?f.pathname=`_root.${u}`:o&&fa(f.pathname,o)==="/"?f.pathname=`${o.replace(/\/$/,"")}/_root.${u}`:f.pathname=`${f.pathname.replace(/\/$/,"")}.${u}`,f}async function xy(r,o){if(r.id in o)return o[r.id];try{let c=await import(r.module);return o[r.id]=c,c}catch(c){return console.error(`Error loading route module \`${r.module}\`, reloading page...`),console.error(c),window.__reactRouterContext&&window.__reactRouterContext.isSpaMode,window.location.reload(),new Promise(()=>{})}}function hy(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 gy(r,o,c){let u=await Promise.all(r.map(async f=>{let m=o.routes[f.route.id];if(m){let g=await xy(m,c);return g.links?g.links():[]}return[]}));return by(u.flat(1).filter(hy).filter(f=>f.rel==="stylesheet"||f.rel==="preload").map(f=>f.rel==="stylesheet"?{...f,rel:"prefetch",as:"style"}:{...f,rel:"prefetch"}))}function L0(r,o,c,u,f,m){let g=(y,x)=>c[x]?y.route.id!==c[x].route.id:!0,j=(y,x)=>c[x].pathname!==y.pathname||c[x].route.path?.endsWith("*")&&c[x].params["*"]!==y.params["*"];return m==="assets"?o.filter((y,x)=>g(y,x)||j(y,x)):m==="data"?o.filter((y,x)=>{let v=u.routes[y.route.id];if(!v||!v.hasLoader)return!1;if(g(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:c[0]?.params||{},nextUrl:new URL(r,window.origin),nextParams:y.params,defaultShouldRevalidate:!0});if(typeof p=="boolean")return p}return!0}):[]}function yy(r,o,{includeHydrateFallback:c}={}){return py(r.map(u=>{let f=o.routes[u.route.id];if(!f)return[];let m=[f.module];return f.clientActionModule&&(m=m.concat(f.clientActionModule)),f.clientLoaderModule&&(m=m.concat(f.clientLoaderModule)),c&&f.hydrateFallbackModule&&(m=m.concat(f.hydrateFallbackModule)),f.imports&&(m=m.concat(f.imports)),m}).flat(1))}function py(r){return[...new Set(r)]}function vy(r){let o={},c=Object.keys(r).sort();for(let u of c)o[u]=r[u];return o}function by(r,o){let c=new Set;return new Set(o),r.reduce((u,f)=>{let m=JSON.stringify(vy(f));return c.has(m)||(c.add(m),u.push({key:m,link:f})),u},[])}function dm(){let r=S.useContext(Kl);return mu(r,"You must render this element inside a <DataRouterContext.Provider> element"),r}function jy(){let r=S.useContext(Ei);return mu(r,"You must render this element inside a <DataRouterStateContext.Provider> element"),r}var xu=S.createContext(void 0);xu.displayName="FrameworkContext";function fm(){let r=S.useContext(xu);return mu(r,"You must render this element inside a <HydratedRouter> element"),r}function Ny(r,o){let c=S.useContext(xu),[u,f]=S.useState(!1),[m,g]=S.useState(!1),{onFocus:j,onBlur:y,onMouseEnter:x,onMouseLeave:v,onTouchStart:p}=o,E=S.useRef(null);S.useEffect(()=>{if(r==="render"&&g(!0),r==="viewport"){let D=H=>{H.forEach(T=>{g(T.isIntersecting)})},R=new IntersectionObserver(D,{threshold:.5});return E.current&&R.observe(E.current),()=>{R.disconnect()}}},[r]),S.useEffect(()=>{if(u){let D=setTimeout(()=>{g(!0)},100);return()=>{clearTimeout(D)}}},[u]);let A=()=>{f(!0)},_=()=>{f(!1),g(!1)};return c?r!=="intent"?[m,E,{}]:[m,E,{onFocus:Qn(j,A),onBlur:Qn(y,_),onMouseEnter:Qn(x,A),onMouseLeave:Qn(v,_),onTouchStart:Qn(p,A)}]:[!1,E,{}]}function Qn(r,o){return c=>{r&&r(c),c.defaultPrevented||o(c)}}function Sy({page:r,...o}){let{router:c}=dm(),u=S.useMemo(()=>W0(c.routes,r,c.basename),[c.routes,r,c.basename]);return u?S.createElement(Cy,{page:r,matches:u,...o}):null}function Ey(r){let{manifest:o,routeModules:c}=fm(),[u,f]=S.useState([]);return S.useEffect(()=>{let m=!1;return gy(r,o,c).then(g=>{m||f(g)}),()=>{m=!0}},[r,o,c]),u}function Cy({page:r,matches:o,...c}){let u=ma(),{future:f,manifest:m,routeModules:g}=fm(),{basename:j}=dm(),{loaderData:y,matches:x}=jy(),v=S.useMemo(()=>L0(r,o,x,m,u,"data"),[r,o,x,m,u]),p=S.useMemo(()=>L0(r,o,x,m,u,"assets"),[r,o,x,m,u]),E=S.useMemo(()=>{if(r===u.pathname+u.search+u.hash)return[];let D=new Set,R=!1;if(o.forEach(T=>{let k=m.routes[T.route.id];!k||!k.hasLoader||(!v.some(ae=>ae.route.id===T.route.id)&&T.route.id in y&&g[T.route.id]?.shouldRevalidate||k.hasClientLoader?R=!0:D.add(T.route.id))}),D.size===0)return[];let H=my(r,j,f.unstable_trailingSlashAwareDataRequests,"data");return R&&D.size>0&&H.searchParams.set("_routes",o.filter(T=>D.has(T.route.id)).map(T=>T.route.id).join(",")),[H.pathname+H.search]},[j,f.unstable_trailingSlashAwareDataRequests,y,u,m,v,o,r,g]),A=S.useMemo(()=>yy(p,m),[p,m]),_=Ey(p);return S.createElement(S.Fragment,null,E.map(D=>S.createElement("link",{key:D,rel:"prefetch",as:"fetch",href:D,...c})),A.map(D=>S.createElement("link",{key:D,rel:"modulepreload",href:D,...c})),_.map(({key:D,link:R})=>S.createElement("link",{key:D,nonce:c.nonce,...R,crossOrigin:R.crossOrigin??c.crossOrigin})))}function Ty(...r){return o=>{r.forEach(c=>{typeof c=="function"?c(o):c!=null&&(c.current=o)})}}var wy=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u";try{wy&&(window.__reactRouterVersion="7.13.0")}catch{}function Ay({basename:r,children:o,unstable_useTransitions:c,window:u}){let f=S.useRef();f.current==null&&(f.current=ig({window:u,v5Compat:!0}));let m=f.current,[g,j]=S.useState({action:m.action,location:m.location}),y=S.useCallback(x=>{c===!1?j(x):S.startTransition(()=>j(x))},[c]);return S.useLayoutEffect(()=>m.listen(y),[m,y]),S.createElement(ay,{basename:r,children:o,location:g.location,navigationType:g.action,navigator:m,unstable_useTransitions:c})}var mm=/^(?:[a-z][a-z0-9+.-]*:|\/\/)/i,rt=S.forwardRef(function({onClick:o,discover:c="render",prefetch:u="none",relative:f,reloadDocument:m,replace:g,state:j,target:y,to:x,preventScrollReset:v,viewTransition:p,unstable_defaultShouldRevalidate:E,...A},_){let{basename:D,unstable_useTransitions:R}=S.useContext(Ut),H=typeof x=="string"&&mm.test(x),T=am(x,D);x=T.to;let k=Yg(x,{relative:f}),[ae,K,ue]=Ny(u,A),V=zy(x,{replace:g,state:j,target:y,preventScrollReset:v,relative:f,viewTransition:p,unstable_defaultShouldRevalidate:E,unstable_useTransitions:R});function X(F){o&&o(F),F.defaultPrevented||V(F)}let Y=S.createElement("a",{...A,...ue,href:T.absoluteURL||k,onClick:T.isExternal||m?o:X,ref:Ty(_,K),target:y,"data-discover":!H&&c==="render"?"true":void 0});return ae&&!H?S.createElement(S.Fragment,null,Y,S.createElement(Sy,{page:k})):Y});rt.displayName="Link";var xm=S.forwardRef(function({"aria-current":o="page",caseSensitive:c=!1,className:u="",end:f=!1,style:m,to:g,viewTransition:j,children:y,...x},v){let p=Pn(g,{relative:x.relative}),E=ma(),A=S.useContext(Ei),{navigator:_,basename:D}=S.useContext(Ut),R=A!=null&&Ly(p)&&j===!0,H=_.encodeLocation?_.encodeLocation(p).pathname:p.pathname,T=E.pathname,k=A&&A.navigation&&A.navigation.location?A.navigation.location.pathname:null;c||(T=T.toLowerCase(),k=k?k.toLowerCase():null,H=H.toLowerCase()),k&&D&&(k=fa(k,D)||k);const ae=H!=="/"&&H.endsWith("/")?H.length-1:H.length;let K=T===H||!f&&T.startsWith(H)&&T.charAt(ae)==="/",ue=k!=null&&(k===H||!f&&k.startsWith(H)&&k.charAt(H.length)==="/"),V={isActive:K,isPending:ue,isTransitioning:R},X=K?o:void 0,Y;typeof u=="function"?Y=u(V):Y=[u,K?"active":null,ue?"pending":null,R?"transitioning":null].filter(Boolean).join(" ");let F=typeof m=="function"?m(V):m;return S.createElement(rt,{...x,"aria-current":X,className:Y,ref:v,style:F,to:g,viewTransition:j},typeof y=="function"?y(V):y)});xm.displayName="NavLink";var Ry=S.forwardRef(({discover:r="render",fetcherKey:o,navigate:c,reloadDocument:u,replace:f,state:m,method:g=ji,action:j,onSubmit:y,relative:x,preventScrollReset:v,viewTransition:p,unstable_defaultShouldRevalidate:E,...A},_)=>{let{unstable_useTransitions:D}=S.useContext(Ut),R=Dy(),H=Uy(j,{relative:x}),T=g.toLowerCase()==="get"?"get":"post",k=typeof j=="string"&&mm.test(j),ae=K=>{if(y&&y(K),K.defaultPrevented)return;K.preventDefault();let ue=K.nativeEvent.submitter,V=ue?.getAttribute("formmethod")||g,X=()=>R(ue||K.currentTarget,{fetcherKey:o,method:V,navigate:c,replace:f,state:m,relative:x,preventScrollReset:v,viewTransition:p,unstable_defaultShouldRevalidate:E});D&&c!==!1?S.startTransition(()=>X()):X()};return S.createElement("form",{ref:_,method:T,action:H,onSubmit:u?y:ae,...A,"data-discover":!k&&r==="render"?"true":void 0})});Ry.displayName="Form";function My(r){return`${r} must be used within a data router. See https://reactrouter.com/en/main/routers/picking-a-router.`}function hm(r){let o=S.useContext(Kl);return De(o,My(r)),o}function zy(r,{target:o,replace:c,state:u,preventScrollReset:f,relative:m,viewTransition:g,unstable_defaultShouldRevalidate:j,unstable_useTransitions:y}={}){let x=ou(),v=ma(),p=Pn(r,{relative:m});return S.useCallback(E=>{if(cy(E,o)){E.preventDefault();let A=c!==void 0?c:Jn(v)===Jn(p),_=()=>x(r,{replace:A,state:u,preventScrollReset:f,relative:m,viewTransition:g,unstable_defaultShouldRevalidate:j});y?S.startTransition(()=>_()):_()}},[v,x,p,c,u,o,r,f,m,g,j,y])}function Ti(r){qt(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=S.useRef(ru(r)),c=S.useRef(!1),u=ma(),f=S.useMemo(()=>uy(u.search,c.current?null:o.current),[u.search]),m=ou(),g=S.useCallback((j,y)=>{const x=ru(typeof j=="function"?j(new URLSearchParams(f)):j);c.current=!0,m("?"+x,y)},[m,f]);return[f,g]}var _y=0,Oy=()=>`__${String(++_y)}__`;function Dy(){let{router:r}=hm("useSubmit"),{basename:o}=S.useContext(Ut),c=Pg(),u=r.fetch,f=r.navigate;return S.useCallback(async(m,g={})=>{let{action:j,method:y,encType:x,formData:v,body:p}=fy(m,o);if(g.navigate===!1){let E=g.fetcherKey||Oy();await u(E,c,g.action||j,{unstable_defaultShouldRevalidate:g.unstable_defaultShouldRevalidate,preventScrollReset:g.preventScrollReset,formData:v,body:p,formMethod:g.method||y,formEncType:g.encType||x,flushSync:g.flushSync})}else await f(g.action||j,{unstable_defaultShouldRevalidate:g.unstable_defaultShouldRevalidate,preventScrollReset:g.preventScrollReset,formData:v,body:p,formMethod:g.method||y,formEncType:g.encType||x,replace:g.replace,state:g.state,fromRouteId:c,flushSync:g.flushSync,viewTransition:g.viewTransition})},[u,f,o,c])}function Uy(r,{relative:o}={}){let{basename:c}=S.useContext(Ut),u=S.useContext(Vt);De(u,"useFormAction must be used inside a RouteContext");let[f]=u.matches.slice(-1),m={...Pn(r||".",{relative:o})},g=ma();if(r==null){m.search=g.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"),c!=="/"&&(m.pathname=m.pathname==="/"?c:da([c,m.pathname])),Jn(m)}function Ly(r,{relative:o}={}){let c=S.useContext(nm);De(c!=null,"`useViewTransitionState` must be used within `react-router-dom`'s `RouterProvider`. Did you accidentally import `RouterProvider` from `react-router`?");let{basename:u}=hm("useViewTransitionState"),f=Pn(r,{relative:o});if(!c.isTransitioning)return!1;let m=fa(c.currentLocation.pathname,u)||c.currentLocation.pathname,g=fa(c.nextLocation.pathname,u)||c.nextLocation.pathname;return Si(f.pathname,g)!=null||Si(f.pathname,m)!=null}const gm=S.createContext({projects:[],activeProject:null,setActiveProject:()=>{},refreshProjects:()=>{}});function Jl(){return S.useContext(gm)}function Hy(){const[r,o]=S.useState([]),[c,u]=Ti(),f=S.useCallback(async()=>{try{const x=await(await fetch("/api/projects")).json();x.ok&&o(x.data||[])}catch{}},[]);S.useEffect(()=>{f()},[f]);const m=c.get("project"),g=m?r.find(y=>y.id===m)||r[0]||null:r[0]||null,j=S.useCallback(y=>{u(x=>(x.set("project",y),x))},[u]);return{projects:r,activeProject:g,setActiveProject:j,refreshProjects:f}}function ym(r,o){const{timeout:c=3e4,retries:u=1,retryDelay:f=2e3}={},[m,g]=S.useState(null),[j,y]=S.useState(!0),[x,v]=S.useState(null),[p,E]=S.useState(0),[A,_]=S.useState(null),D=S.useCallback(()=>E(R=>R+1),[]);return S.useEffect(()=>{if(!r){y(!1),g(null),v(null);return}let R=!1;y(!0),v(null);async function H(T){const k=new AbortController,ae=setTimeout(()=>k.abort(),c);try{const K=await fetch(r,{signal:k.signal});if(clearTimeout(ae),!K.ok)throw new Error(`HTTP ${K.status}`);const ue=K.headers.get("content-type")||"";if(!ue.includes("application/json"))throw new Error(`Expected JSON response but got ${ue||"unknown"} — server may be restarting`);const V=await K.json();R||(g(V.data??V),v(null),_(new Date),y(!1))}catch(K){if(clearTimeout(ae),R)return;if(T>0&&K.name!=="AbortError")return await new Promise(ue=>setTimeout(ue,f)),R?void 0:H(T-1);K.name==="AbortError"?v(`Request timed out (${Math.round(c/1e3)}s)`):v(String(K.message||K)),y(!1)}}return H(u),()=>{R=!0}},[r,p,c,u,f]),{data:m,loading:j,error:x,refetch:D,fetchedAt:A}}function Me(r,o){const{activeProject:c}=Jl(),u=r.includes("?")?"&":"?",f=c?`${r}${u}project=${c.id}`:r;return ym(f)}const hu=S.createContext(null),By=["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"];function qy({url:r="/api/events",children:o}){const[c,u]=S.useState("connecting"),f=S.useRef(null),m=S.useRef(null),g=S.useRef(new Map),j=S.useCallback(()=>{f.current&&f.current.close(),u("connecting");const x=new EventSource(r);f.current=x;for(const v of By)x.addEventListener(v,p=>{let E;try{E=JSON.parse(p.data)}catch{return}const A=g.current.get(v);if(A)for(const _ of A)try{_(E)}catch{}});x.onopen=()=>u("connected"),x.onerror=()=>{x.close(),u("disconnected"),m.current=setTimeout(()=>{f.current===x&&j()},3e3)}},[r]);S.useEffect(()=>(j(),()=>{m.current&&(clearTimeout(m.current),m.current=null),f.current?.close(),f.current=null}),[j]);const y=S.useCallback((x,v)=>(g.current.has(x)||g.current.set(x,new Set),g.current.get(x).add(v),()=>{const p=g.current.get(x);p&&(p.delete(v),p.size===0&&g.current.delete(x))}),[]);return n.jsx(hu.Provider,{value:{status:c,subscribe:y},children:o})}function Ye(r,o){const c=S.useContext(hu),u=S.useRef(o);u.current=o,S.useEffect(()=>{if(!c)return;const f=m=>u.current(m);return c.subscribe(r,f)},[c,r])}function Yy(){return S.useContext(hu)?.status??"disconnected"}const $y=[{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"}];function Gy({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 ky(){const{projects:r,activeProject:o,setActiveProject:c}=Jl(),[u]=Ti(),{data:f}=Me("/api/overview"),[m,g]=S.useState(null),j=S.useCallback(E=>{const A=E;A?.pendingCount!=null&&g(A.pendingCount)},[]);Ye("notification",j);const y=Yy(),x=m??f?.notifications?.pendingCount??0,v=u.get("project"),p=E=>v?`${E}?project=${v}`:E;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:E=>{E.target.value==="__add__"?window.location.href=p("/config"):c(E.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(E=>n.jsx("option",{value:E.id,children:E.name},E.id)),v&&!r.find(E=>E.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:$y.map(E=>n.jsxs(xm,{to:p(E.path),end:E.path==="/",className:({isActive:A})=>`flex items-center gap-3 px-3 py-2 rounded-lg text-sm mb-0.5 transition-colors ${A?"bg-indigo-500/10 text-indigo-400":"text-gray-400 hover:bg-gray-800 hover:text-gray-200"}`,children:[n.jsx(Gy,{d:E.icon}),n.jsx("span",{className:"flex-1",children:E.label}),E.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})]},E.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 Vy(){const{data:r}=ym("/api/health"),{activeProject:o}=Jl(),c=o?.name||"Project",u=r?.uptime?Xy(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:c}),n.jsx("span",{className:"text-gray-600 text-xs",children:"|"}),n.jsxs("span",{className:"text-gray-500 text-xs",children:["Uptime: ",u]})]}),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 Xy(r){if(r<60)return`${Math.floor(r)}s`;if(r<3600)return`${Math.floor(r/60)}m`;const o=Math.floor(r/3600),c=Math.floor(r%3600/60);return`${o}h ${c}m`}class Qy extends S.Component{constructor(o){super(o),this.state={hasError:!1,error:null}}static getDerivedStateFromError(o){return{hasError:!0,error:o}}componentDidCatch(o,c){console.error("[Dashboard ErrorBoundary]",o,c.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 Zy={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"},Ky={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:c,tooltip:u,color:f="indigo"}){return n.jsxs("div",{className:`bg-gradient-to-br ${Zy[f]} border rounded-xl p-4 relative group`,title:u,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 ${Ky[f]}`,children:o}),c&&n.jsx("div",{className:"text-gray-500 text-xs mt-1",children:c}),u&&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:[u,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 Jy={active:"#6366f1",completed:"#10b981",paused:"#f59e0b",planning:"#06b6d4",abandoned:"#ef4444",backlog:"#6b7280",ready_for_review:"#8b5cf6"};function Wy(r){return Jy[r]||"#6b7280"}function Fy({segments:r,size:o=160,centerLabel:c,centerValue:u}){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,g=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*g,E=j;return j+=p,n.jsx("circle",{cx:"64",cy:"64",r:m,fill:"none",stroke:y.color,strokeWidth:"12",strokeDasharray:`${p} ${g-p}`,strokeDashoffset:-E,className:"transition-all duration-500"},x)})}),n.jsxs("div",{className:"absolute inset-0 flex flex-col items-center justify-center",children:[u!=null&&n.jsx("span",{className:"text-xl font-bold text-white",children:u}),c&&n.jsx("span",{className:"text-[10px] text-gray-500 uppercase tracking-wider",children:c})]})]})}function Py(r){return Object.entries(r).filter(([o,c])=>c>0).map(([o,c])=>({label:o,value:c,color:Wy(o)}))}const Iy={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 de({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 ${Iy[o]}`,children:r})}function wi(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 ep({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 lt(){return n.jsx("div",{className:"flex items-center justify-center h-64",children:n.jsx(ep,{size:"lg"})})}function Xt({message:r,onRetry:o,title:c="Something went wrong"}){const u=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:c}),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"})]}),u&&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 H0(r){switch(r){case"connected":return"success";case"sync_failed":return"warning";case"configured_never_synced":return"info";default:return"default"}}function tp(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 ap(){const[r,o]=S.useState(0),{data:c,loading:u,error:f,refetch:m}=Me(`/api/overview?_r=${r}`),[g,j]=S.useState([]),{activeProject:y}=Jl();Ye("increment-update",()=>o(E=>E+1)),Ye("notification",()=>o(E=>E+1)),Ye("sync-update",()=>o(E=>E+1)),Ye("cost-update",()=>o(E=>E+1));const x=S.useRef(null);S.useEffect(()=>{if(!y||x.current===y.id)return;x.current=y.id;const E=`project=${y.id}`;fetch(`/api/activity/stream?limit=20&${E}`).then(A=>A.json()).then(A=>{A.ok&&Array.isArray(A.data)&&j(A.data)}).catch(()=>{})},[y]);const v=S.useCallback(E=>{j(A=>[E,...A].slice(0,20))},[]);if(Ye("activity",v),u)return n.jsx(lt,{});if(f)return n.jsx(Xt,{message:f,onRetry:m});if(!c)return null;const p=Py(c.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:[c.project.name||"Project"," Overview"]}),n.jsxs("div",{className:"grid grid-cols-2 lg:grid-cols-4 gap-4",children:[n.jsx(rt,{to:"/increments?status=active",className:"group",children:n.jsx(se,{title:"Active Increments",value:c.project.activeIncrements,subtitle:`${c.project.totalIncrements} total`,color:"indigo"})}),n.jsx(rt,{to:"/increments?status=completed",className:"group",children:n.jsx(se,{title:"Completed",value:c.project.completedIncrements,subtitle:`${Math.round(c.project.completedIncrements/Math.max(c.project.totalIncrements,1)*100)}% done`,color:"emerald"})}),n.jsx(rt,{to:"/costs",className:"group",children:n.jsx(se,{title:au(c.costs)?"Usage Value":"Total Cost",value:`$${c.costs.totalCost.toFixed(2)}`,subtitle:au(c.costs)?`via Claude Code · $${c.costs.billingContext?.monthlyAmount??"?"}/mo plan`:`via Claude Code · ${c.costs.sessionCount.toLocaleString()} sessions`,color:"amber"})}),n.jsx(rt,{to:"/analytics",className:"group",children:n.jsx(se,{title:"Events Today",value:c.analytics.last24hEvents,subtitle:`${c.analytics.totalEvents.toLocaleString()} total`,color:"cyan"})})]}),n.jsx(lp,{}),au(c.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(de,{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(Fy,{segments:p,centerValue:c.project.totalIncrements,centerLabel:"total"})}),n.jsx("div",{className:"flex flex-wrap gap-2 mt-4 justify-center",children:p.map(E=>n.jsxs(rt,{to:`/increments?status=${E.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:E.color}}),n.jsxs("span",{className:"text-xs text-gray-500 hover:text-gray-300",children:[E.label," (",E.value,")"]})]},E.label))})]}),n.jsxs(rt,{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(c.sync.platforms).length===0?n.jsx("p",{className:"text-gray-600 text-xs",children:"No sync platforms configured"}):Object.entries(c.sync.platforms).map(([E,A])=>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:E}),A.configDetail&&n.jsx("div",{className:"text-[10px] text-gray-600 mt-0.5",children:A.configDetail}),!A.configDetail&&A.lastImport&&n.jsxs("div",{className:"text-xs text-gray-600 mt-0.5",children:["Last: ",new Date(A.lastImport).toLocaleDateString()]})]}),n.jsx(de,{label:tp(A.connectionStatus||A.lastSyncResult),variant:H0(A.connectionStatus)!=="default"?H0(A.connectionStatus):wi(A.lastSyncResult||"")})]},E))}),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:[c.notifications.criticalCount>0&&n.jsx(rt,{to:"/notifications",onClick:E=>E.stopPropagation(),children:n.jsx(de,{label:`${c.notifications.criticalCount} critical`,variant:"error"})}),n.jsx(rt,{to:"/notifications",onClick:E=>E.stopPropagation(),children:n.jsx(de,{label:`${c.notifications.pendingCount} pending`,variant:c.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(rt,{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:g.length===0?n.jsx("p",{className:"text-gray-600 text-xs",children:"No recent activity"}):g.map((E,A)=>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 ${E.severity==="error"?"bg-rose-400":E.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:E.title}),n.jsxs("div",{className:"text-[10px] text-gray-600",children:[E.category,E.timestamp&&` · ${np(E.timestamp)}`]})]})]},A))})]})]}),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(c.project.typeBreakdown).map(([E,A])=>n.jsxs(rt,{to:`/increments?type=${E}`,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:E}),n.jsx("span",{className:"text-xs text-gray-500 bg-gray-800 px-2 py-0.5 rounded",children:A})]},E))})]})]})}function lp(){const[r,o]=S.useState(0);Ye("error-detected",()=>o(A=>A+1));const{data:c}=Me(`/api/prompt-health?_r=${r}`);if(!c?.health||c.health.warningLevel==="normal")return null;const{health:u,alert:f}=c,m=f?.level==="emergency",g=u.warningLevel==="critical"||m,j=g?"border-rose-500/30":"border-amber-500/20",y=g?"bg-rose-500/10":"bg-amber-500/10",x=g?"text-rose-400":"text-amber-400",v=Math.round(u.baseline/1e3),p=Math.min(Math.round(u.baseline/2e5*100),100),E=g?"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(de,{label:g?"Critical":"Warning",variant:g?"error":"warning"}),n.jsxs("span",{className:`text-xs ${x}`,children:["Prompt baseline: ",v,"KB (",p,"% of context window)"]})]}),n.jsx(rt,{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:`${E} 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(u.claudeMdSize/1e3),"KB"]}),n.jsxs("span",{children:["MEMORY.md: ",Math.round(u.memoryMdSize/1e3),"KB"]}),n.jsxs("span",{children:["Skills: ",Math.round(u.skillBudget/1e3),"KB"]}),f&&n.jsxs("span",{className:x,children:["Compactions: ",f.compactionCount]})]})]})}function np(r){try{const o=Date.now()-new Date(r).getTime(),c=Math.floor(o/6e4);if(c<1)return"just now";if(c<60)return`${c}m ago`;const u=Math.floor(c/60);return u<24?`${u}h ago`:`${Math.floor(u/24)}d ago`}catch{return""}}function sp(){const r=ou(),[o]=Ti();return S.useCallback(c=>{const u=o.get("project");if(u){const f=c.includes("?")?"&":"?";r(`${c}${f}project=${encodeURIComponent(u)}`)}else r(c)},[r,o])}const Zn=new Map;let lu=!1,pm=null;function ip(){lu||(lu=!0,queueMicrotask(()=>{lu=!1;const r=pm;if(!r||Zn.size===0){Zn.clear();return}const o=new Map(Zn);Zn.clear(),r(c=>{const u=new URLSearchParams(c);for(const[f,{value:m,defaultValue:g}]of o)m&&m!==g?u.set(f,m):u.delete(f);return u})}))}function Ya(r,o=""){const[c,u]=Ti(),f=c.get(r)??o,m=S.useCallback(g=>{pm=u,Zn.set(r,{value:g,defaultValue:o}),ip()},[r,o,u]);return[f,m]}function gu({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})]})}function rp(){const[r,o]=S.useState(0);Ye("increment-update",()=>o(_=>_+1));const{data:c,loading:u,error:f,refetch:m}=Me(`/api/increments?_r=${r}`),[g,j]=Ya("status","all"),[y,x]=Ya("type","all"),v=sp();if(u)return n.jsx(lt,{});if(f)return n.jsx(Xt,{message:f,onRetry:m});if(!c)return null;const p=c.increments.filter(_=>!(g!=="all"&&_.status!==g||y!=="all"&&_.type!==y)),E=[...new Set(c.increments.map(_=>_.status))],A=[...new Set(c.increments.map(_=>_.type))];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:[c.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(vi,{label:"All",active:g==="all",onClick:()=>j("all")}),E.map(_=>n.jsx(vi,{label:_,active:g===_,onClick:()=>j(_),count:c.increments.filter(D=>D.status===_).length},_))]})]}),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.jsxs("div",{className:"flex gap-1 bg-gray-900/50 border border-gray-800 rounded-lg p-1",children:[n.jsx(vi,{label:"All",active:y==="all",onClick:()=>x("all")}),A.map(_=>n.jsx(vi,{label:_,active:y===_,onClick:()=>x(_),count:c.increments.filter(D=>D.type===_).length},_))]})]}),n.jsxs("span",{className:"text-xs text-gray-500",children:[p.length," matching"]})]}),p.length===0?n.jsx(gu,{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.map(_=>n.jsxs("tr",{onClick:()=>v(`/increments/${_.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:_.id})}),n.jsx("td",{className:"px-4 py-3",children:n.jsx("span",{className:"text-sm text-gray-300",children:_.title})}),n.jsx("td",{className:"px-4 py-3",children:n.jsx(de,{label:_.status,variant:wi(_.status)})}),n.jsx("td",{className:"px-4 py-3",children:n.jsx("span",{className:"text-xs text-gray-400 capitalize",children:_.type})}),n.jsx("td",{className:"px-4 py-3",children:n.jsx(cp,{priority:_.priority})}),n.jsx("td",{className:"px-4 py-3",children:n.jsx(B0,{completed:_.tasks.completed,total:_.tasks.total})}),n.jsx("td",{className:"px-4 py-3",children:n.jsx(B0,{completed:_.acs.completed,total:_.acs.total})}),n.jsx("td",{className:"px-4 py-3",children:n.jsx("span",{className:"text-xs text-gray-500",children:_.lastActivity?up(_.lastActivity):"-"})})]},_.id))})]})})]})}function vi({label:r,active:o,onClick:c,count:u}){return n.jsxs("button",{onClick:c,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,u!==void 0&&n.jsx("span",{className:"ml-1 text-[10px] text-gray-500",children:u})]})}function B0({completed:r,total:o}){const c=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:`${c}%`}})}),n.jsxs("span",{className:"text-xs text-gray-500",children:[r,"/",o]})]})}function cp({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 up(r){try{const o=new Date(r),u=new Date().getTime()-o.getTime(),f=Math.floor(u/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 g=Math.floor(m/24);return g<7?`${g}d ago`:o.toLocaleDateString()}catch{return r}}function op(){const[r,o]=S.useState("skills"),[c,u]=S.useState(!1),[f,m]=S.useState(0);Ye("analytics-event",()=>m(H=>H+1));const{data:g,loading:j,error:y,refetch:x,fetchedAt:v}=Me(`/api/analytics/summary?_r=${f}`),{data:p,loading:E,refetch:A}=Me(`/api/analytics/skills?_r=${f}`);if(j||E)return n.jsx(lt,{});if(y)return n.jsx(Xt,{message:y,onRetry:x});if(!g)return null;const _=g.topCommands?.reduce((H,T)=>H+T.count,0)||0,D=g.topSkills?.reduce((H,T)=>H+T.count,0)||0,R=g.topAgents?.reduce((H,T)=>H+T.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:[g.totalEvents.toLocaleString()," total events"]}),n.jsx("button",{onClick:()=>{u(!0),x(),A(),setTimeout(()=>u(!1),600)},disabled:c,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 ${c?"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:g.totalEvents.toLocaleString(),subtitle:`${g.successRate}% success rate`,color:"indigo",tooltip:`${g.totalEvents} events tracked from analytics JSONL`}),n.jsx(se,{title:"Commands",value:_.toLocaleString(),subtitle:`${g.topCommands?.length||0} unique`,color:"cyan",tooltip:`${_} total command invocations across ${g.topCommands?.length||0} distinct commands`}),n.jsx(se,{title:"Skills",value:D.toLocaleString(),subtitle:`${g.topSkills?.length||0} unique`,color:"emerald",tooltip:`${D} total skill activations across ${g.topSkills?.length||0} distinct skills`}),n.jsx(se,{title:"Agents",value:R.toLocaleString(),subtitle:`${g.topAgents?.length||0} unique`,color:"amber",tooltip:`${R} agent spawns across ${g.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(H=>n.jsx("button",{onClick:()=>o(H.key),className:`flex-1 px-3 py-1.5 text-xs rounded-md transition-colors ${r===H.key?"bg-gray-700 text-white":"text-gray-400 hover:text-gray-300"}`,children:H.label},H.key))}),r==="commands"&&n.jsx(dp,{commands:g.topCommands||[]}),r==="skills"&&n.jsx(fp,{skills:p||[]}),r==="agents"&&n.jsx(mp,{agents:g.topAgents||[]}),r==="daily"&&n.jsx(xp,{days:g.dailySummaries||[]})]})}function dp({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((u,f)=>f.count-u.count),c=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((u,f)=>{const m=Math.max(2,u.count/c*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:u.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:u.count.toLocaleString()})]},u.name)})})]})]})}function fp({skills:r}){const o=[...r].sort((c,u)=>u.count-c.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((c,u)=>{const f=c.count>0?Math.round(c.successCount/c.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:["#",u+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:c.plugin&&n.jsx("span",{className:"text-[10px] text-gray-600 bg-gray-800 px-1.5 py-0.5 rounded",children:c.plugin})}),n.jsx("td",{className:"px-4 py-2.5 text-sm font-mono text-gray-400 text-right",children:c.count.toLocaleString()}),n.jsx("td",{className:"px-4 py-2.5 text-right",children:n.jsx(de,{label:`${f}%`,variant:m})}),n.jsx("td",{className:"px-4 py-2.5 text-xs text-gray-600 text-right whitespace-nowrap",children:c.lastUsed?hp(c.lastUsed):"-"})]},c.name)})})]})]})}function mp({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((u,f)=>f.count-u.count),c=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((u,f)=>{const m=Math.max(2,u.count/c*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:u.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:u.count.toLocaleString()})]},u.name)})})]})]})}function xp({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 c=Math.max(...o.map(m=>m.totalEvents),1),u=o.reduce((m,g)=>m+g.totalEvents,0),f=Math.round(u/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:u.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:c.toLocaleString(),subtitle:o.find(m=>m.totalEvents===c)?.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 g=Math.max(2,m.totalEvents/c*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:`${g}%`},title:`${m.date}: ${m.totalEvents} events`}),n.jsx("span",{className:"text-[8px] text-gray-700",children:j})]},m.date)})})]})]})}function hp(r){if(!r)return"";try{const o=Date.now()-new Date(r).getTime(),c=Math.floor(o/6e4);if(c<1)return"just now";if(c<60)return`${c}m ago`;const u=Math.floor(c/60);return u<24?`${u}h ago`:`${Math.floor(u/24)}d ago`}catch{return""}}function vm({items:r,maxBars:o=10}){const c=[...r].sort((f,m)=>m.value-f.value).slice(0,o),u=Math.max(...c.map(f=>f.value),1);return n.jsx("div",{className:"space-y-2",children:c.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/u*100}%`,backgroundColor:f.color||"#6366f1"}})}),n.jsx("span",{className:"text-xs text-gray-500 w-10 text-right",children:f.value})]},m))})}function gp(){const[r,o]=S.useState("overview"),[c,u]=S.useState(null),[f,m]=S.useState(0);Ye("cost-update",()=>m(T=>T+1));const{data:g,loading:j,error:y,refetch:x}=Me(`/api/costs/summary?_r=${f}`);if(j)return n.jsx(lt,{});if(y)return n.jsx(Xt,{message:y,onRetry:x});if(!g)return null;const v=g.sessions||[],p=g.billingContext?.planType==="subscription",E=g.modelBreakdown?Object.entries(g.modelBreakdown).map(([T,k])=>({model:T,...k})).sort((T,k)=>k.cost-T.cost):pp(v),A=v.reduce((T,k)=>T+(k.inputTokens||0),0),_=v.reduce((T,k)=>T+(k.outputTokens||0),0),D=v.reduce((T,k)=>T+(k.cacheReadTokens||0),0),R=v.reduce((T,k)=>T+(k.cacheWriteTokens||0),0),H=A+_+D+R;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&&g.billingContext?.monthlyAmount?`$${g.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(de,{label:"Subscription",variant:"info"}),n.jsxs("span",{className:"text-xs text-gray-300",children:[g.billingContext?.monthlyAmount?`$${g.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:`$${g.totalCost.toFixed(2)}`,subtitle:p&&g.billingContext?.monthlyAmount?`Your plan: $${g.billingContext.monthlyAmount}/mo`:void 0,color:"amber"}),n.jsx(se,{title:p?"Cache Efficiency":"Cache Savings",value:`$${g.totalSavings.toFixed(2)}`,subtitle:p?"API-equivalent savings from cache":void 0,color:"emerald"}),n.jsx(se,{title:"Total Tokens",value:Xl(g.totalTokens),subtitle:vp(g.totalTokens),color:"indigo"}),n.jsx(se,{title:"Sessions",value:g.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(T=>n.jsx("button",{onClick:()=>o(T),className:`flex-1 px-3 py-1.5 text-xs rounded-md transition-colors ${r===T?"bg-gray-700 text-white":"text-gray-400 hover:text-gray-300"}`,children:T==="overview"?"Breakdown":`Sessions (${v.length})`},T))}),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"}),E.length>0?n.jsx(vm,{items:E.map(T=>({label:T.model,value:parseFloat(T.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(bi,{label:"Input",value:A,total:H,color:"bg-indigo-500"}),n.jsx(bi,{label:"Output",value:_,total:H,color:"bg-cyan-500"}),D>0&&n.jsx(bi,{label:"Cache Read",value:D,total:H,color:"bg-emerald-500"}),R>0&&n.jsx(bi,{label:"Cache Write",value:R,total:H,color:"bg-amber-500"})]})]}),E.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:E.map(T=>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:T.model}),n.jsx("td",{className:"px-4 py-2 text-xs text-gray-500 text-right",children:T.sessions.toLocaleString()}),n.jsx("td",{className:"px-4 py-2 text-xs text-gray-500 text-right",children:Xl(T.tokens)}),n.jsxs("td",{className:"px-4 py-2 text-xs text-amber-400 text-right",children:["$",T.cost.toFixed(2)]}),n.jsxs("td",{className:"px-4 py-2 text-xs text-gray-500 text-right",children:["$",T.sessions>0?(T.cost/T.sessions).toFixed(4):"0"]})]},T.model))})]})]})]}),r==="sessions"&&n.jsx(yp,{sessions:v,expandedSession:c,onToggle:T=>u(c===T?null:T)}),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 nu=37,q0=160,Y0=5;function yp({sessions:r,expandedSession:o,onToggle:c}){const u=S.useRef(null),[f,m]=S.useState(0),g=S.useCallback(()=>{u.current&&m(u.current.scrollTop)},[]),j=S.useMemo(()=>r.map(D=>(D.sessionId||"-")===o?q0:nu),[r,o]),y=S.useMemo(()=>{const D=[];let R=0;for(const H of j)D.push(R),R+=H;return D},[j]),x=y.length>0?y[y.length-1]+j[j.length-1]:0,v=Math.min(x,nu*20),p=S.useMemo(()=>{if(r.length===0)return{start:0,end:0};const D=f,R=f+v;let H=0,T=r.length-1;for(;H<T;){const K=H+T>>1;y[K]+j[K]<=D?H=K+1:T=K}const k=Math.max(0,H-Y0);for(H=k,T=r.length-1;H<T;){const K=H+T+1>>1;y[K]>=R?T=K-1:H=K}const ae=Math.min(r.length,H+Y0+1);return{start:k,end:ae}},[f,v,r.length,y,j]);if(S.useEffect(()=>{if(!o||!u.current)return;const D=r.findIndex(k=>(k.sessionId||"-")===o);if(D<0)return;const R=y[D],H=R+q0,T=u.current;H>T.scrollTop+v?T.scrollTop=H-v:R<T.scrollTop&&(T.scrollTop=R)},[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 E=r.slice(p.start,p.end),A=p.start>0?y[p.start]:0,_=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:u,onScroll:g,className:"overflow-y-auto custom-scrollbar",style:{maxHeight:`${v}px`},children:n.jsxs("div",{style:{height:`${x}px`,position:"relative"},children:[A>0&&n.jsx("div",{style:{height:`${A}px`}}),n.jsx("table",{className:"w-full table-fixed",children:n.jsx("tbody",{children:E.map(D=>{const R=D.sessionId||"-",H=o===R,T=(D.cacheReadTokens||0)+(D.cacheWriteTokens||0);return n.jsxs(S.Fragment,{children:[n.jsxs("tr",{className:"border-b border-gray-800/50 hover:bg-gray-800/30 cursor-pointer",style:{height:`${nu}px`},onClick:()=>c(R),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 ${H?"rotate-90":""}`,children:"▸"})}),n.jsx("td",{className:"px-4 py-2 text-xs text-gray-400 font-mono",children:R.slice(0,8)}),n.jsx("td",{className:"px-4 py-2",children:n.jsx(de,{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:T>0?Xl(T):"-"}),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?$0(D.duration):"-"}),n.jsx("td",{className:"px-4 py-2 text-xs text-gray-500",children:bp(D.timestamp)})]}),H&&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?$0(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})]})]})})})]},R)})})}),_>0&&n.jsx("div",{style:{height:`${_}px`}})]})})]})}function bi({label:r,value:o,total:c,color:u}){const f=c>0?o/c*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[u]||u}})})]})}function pp(r){const o=new Map;for(const c of r){const u=c.model||"unknown",f=o.get(u)||{cost:0,tokens:0,sessions:0};f.cost+=c.cost||0,f.tokens+=(c.inputTokens||0)+(c.outputTokens||0),f.sessions++,o.set(u,f)}return Array.from(o.entries()).map(([c,u])=>({model:c,...u})).sort((c,u)=>u.cost-c.cost)}function Xl(r){return r?r>=1e6?`${(r/1e6).toFixed(1)}M`:r>=1e3?`${(r/1e3).toFixed(1)}K`:String(r):"0"}function vp(r){return r?r.toLocaleString():"0"}function $0(r){const o=Math.round(r);if(o<60)return`${o}s`;const c=Math.floor(o/60),u=o%60;return c<60?`${c}m ${u}s`:`${Math.floor(c/60)}h ${c%60}m`}function bp(r){if(!r)return"-";try{const o=Date.now()-new Date(r).getTime(),c=Math.floor(o/6e4);if(c<1)return"just now";if(c<60)return`${c}m ago`;const u=Math.floor(c/60);return u<24?`${u}h ago`:`${Math.floor(u/24)}d ago`}catch{return"-"}}function Ai(){const[r,o]=S.useState(!1),[c,u]=S.useState(null),[f,m]=S.useState(null),[g,j]=S.useState([]),[y,x]=S.useState("idle"),v=S.useRef(null),p=S.useRef(null);Ye("command-output",_=>{const D=_;p.current&&D.executionId===p.current&&D.line&&j(R=>[...R,D.line])}),Ye("command-complete",_=>{const D=_;if(p.current&&D.executionId===p.current){if(v.current&&(clearTimeout(v.current),v.current=null),o(!1),D.exitCode===0)x("success"),j(R=>[...R,"Command completed successfully."]);else{x("error");const R=`Command failed (exit code ${D.exitCode??"unknown"})`;m(R),j(H=>[...H,R])}p.current=null}}),S.useEffect(()=>()=>{v.current&&clearTimeout(v.current)},[]);const E=S.useCallback(async(_,D)=>{o(!0),m(null),j([`> specweave ${_}${D?` (${Object.values(D).join(", ")})`:""}`]),x("running");try{const R=D?"?"+new URLSearchParams(D).toString():"",T=await(await fetch(`/api/commands/${_}${R}`,{method:"POST"})).json();return T.ok?(u(T.data),p.current=T.data?.id||null,v.current=setTimeout(()=>{p.current&&(p.current=null,o(!1),x("error"),m("Command timed out after 60 seconds"),j(k=>[...k,"Timed out after 60 seconds."]))},6e4),T.data):(m(T.error||"Command failed"),x("error"),j(k=>[...k,`Error: ${T.error||"Command failed"}`]),o(!1),null)}catch(R){return m(String(R)),x("error"),j(H=>[...H,`Error: ${String(R)}`]),o(!1),null}},[]),A=S.useCallback(()=>{o(!1),u(null),m(null),j([]),x("idle"),p.current=null,v.current&&(clearTimeout(v.current),v.current=null)},[]);return{execute:E,running:r,result:c,error:f,output:g,status:y,reset:A}}function jp(r){switch(r){case"connected":return"success";case"sync_failed":return"warning";case"configured_never_synced":return"info";default:return"default"}}function Np(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 Sp(){const[r,o]=S.useState("health"),[c,u]=S.useState(null),[f,m]=S.useState(0);Ye("sync-update",()=>m(V=>V+1));const{data:g,loading:j,error:y,refetch:x}=Me(`/api/sync/status?_r=${f}`),{data:v,loading:p}=Me(`/api/sync/audit?limit=100&_r=${f}`),{data:E,loading:A}=Me(`/api/sync/audit/summary?_r=${f}`),{execute:_,running:D}=Ai(),R=async(V,X)=>{const Y=X?`${X}-${V}`:V;u(Y);try{const F=new URLSearchParams(window.location.search).get("project")||"",ee=new URLSearchParams;ee.set("platform",V),X&&ee.set("repo",X),F&&ee.set("project",F);const Ae=new AbortController,Fe=setTimeout(()=>Ae.abort(),3e4);await fetch(`/api/sync/verify?${ee.toString()}`,{method:"POST",signal:Ae.signal}),clearTimeout(Fe),x()}catch{}u(null)};if(j||p||A)return n.jsx(lt,{});if(y)return n.jsx(Xt,{message:y,onRetry:x});if(!g)return null;const H=v?.length||0,T=v?.filter(V=>V.result==="error").length||0,k=v?.filter(V=>V.conflict)||[],ae=g.isUmbrella&&g.repos&&g.repos.length>0;let K=0,ue=0;if(ae&&g.repos)for(const V of g.repos){const X=Object.values(V.platforms).filter(Y=>Y.connectionStatus!=="not_configured");ue+=X.length,K+=X.filter(Y=>Y.connectionStatus==="connected").length}else{const V=Object.entries(g.platforms).filter(([X])=>["github","jira","ado"].includes(X));ue=V.length,K=V.filter(([,X])=>X.connectionStatus==="connected").length}return n.jsxs("div",{className:"p-6 space-y-6",children:[n.jsxs("div",{className:"flex items-center justify-between",children:[n.jsx("h2",{className:"text-lg font-semibold text-gray-200",children:"Sync Health"}),!ae&&n.jsx("button",{onClick:()=>_("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"})]}),g.permissions&&n.jsx(Ep,{permissions:g.permissions,onSave:x}),n.jsxs("div",{className:"grid grid-cols-2 lg:grid-cols-4 gap-4",children:[n.jsx(se,{title:ae?"Repos":"Platforms",value:ae?g.repos.length:ue,subtitle:`${K} connected`,color:"indigo"}),n.jsx(se,{title:"Audit Entries",value:H,color:"cyan"}),n.jsx(se,{title:"Errors",value:T,color:"rose"}),n.jsx(se,{title:"Conflicts",value:k.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 (${k.length})`},V))}),r==="health"&&n.jsx(n.Fragment,{children:ae&&g.repos?n.jsx(Cp,{repos:g.repos,auditSummary:E,verifying:c,onVerify:R,execute:_,running:D}):n.jsx(Tp,{platforms:g.platforms,auditSummary:E,verifying:c,onVerify:R})}),r==="audit"&&n.jsx(G0,{entries:v||[]}),r==="conflicts"&&n.jsx(G0,{entries:k}),g.lastUpdated&&n.jsxs("p",{className:"text-xs text-gray-600",children:["Last metadata update: ",new Date(g.lastUpdated).toLocaleString()]})]})}function Ep({permissions:r,onSave:o}){const[c,u]=S.useState(r),[f,m]=S.useState(!1),[g,j]=S.useState(null),y=JSON.stringify(c)!==JSON.stringify(r),x=async()=>{m(!0),j(null);try{const p=new URLSearchParams(window.location.search).get("project")||"",E=p?`?project=${p}`:"",A=await fetch(`/api/config${E}`,{method:"PUT",headers:{"Content-Type":"application/json"},body:JSON.stringify({sync:{settings:c}})});if(A.ok)o();else{const _=await A.json().catch(()=>({}));j(_.error||`Save failed (HTTP ${A.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"})]}),g&&n.jsxs("p",{className:"text-xs text-red-400 mb-2",children:["Failed to save: ",g]}),n.jsx("div",{className:"grid grid-cols-2 lg:grid-cols-4 gap-3",children:v.map(({key:p,label:E,desc:A})=>n.jsxs("button",{onClick:()=>u(_=>({..._,[p]:!_[p]})),className:`text-left p-2.5 rounded-lg border transition-colors ${c[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 ${c[p]?"bg-emerald-400":"bg-gray-600"}`}),n.jsx("span",{className:"text-xs font-medium text-gray-300",children:E})]}),n.jsx("p",{className:"text-[10px] text-gray-500 leading-tight",children:A})]},p))})]})}function Cp({repos:r,auditSummary:o,verifying:c,onVerify:u,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(g=>{const y=Object.entries(g.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:g.repoName}),g.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"}),!g.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:g.repoPath})]}),n.jsx("button",{onClick:()=>f("sync-push",{repo:g.repoId}),disabled:m||!g.hasSpecweave,title:g.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(rt,{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(bm,{platform:x,info:v,summary:o?.[x],verifying:c===`${g.repoId}-${x}`,onVerify:()=>u(x,g.repoId)},x))})]},g.repoId)})})}function Tp({platforms:r,auditSummary:o,verifying:c,onVerify:u}){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,g])=>n.jsx(bm,{platform:m,info:g,summary:o?.[m],verifying:c===m,onVerify:()=>u(m)},m))})}function bm({platform:r,info:o,summary:c,verifying:u,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(jm,{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(de,{label:Np(m),variant:jp(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(rt,{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:u,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:u?"Verifying...":"Verify Connection"}),m==="sync_failed"&&n.jsx("button",{onClick:f,disabled:u,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:u?"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()}),c&&n.jsxs(n.Fragment,{children:[n.jsx("div",{className:"border-t border-gray-800 my-2"}),n.jsx(Vl,{label:"Total Ops",value:c.total.toLocaleString()}),n.jsx(Vl,{label:"Success",value:c.success.toLocaleString()}),c.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(de,{label:String(c.errors),variant:"error"})]})]})]})]})}function G0({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((c,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 text-xs text-gray-500",children:wp(c.timestamp)}),n.jsx("td",{className:"px-4 py-2",children:n.jsxs("div",{className:"flex items-center gap-1.5",children:[n.jsx(jm,{platform:c.platform}),n.jsx("span",{className:"text-xs text-gray-400 capitalize",children:c.platform})]})}),n.jsx("td",{className:"px-4 py-2 text-xs text-gray-400",children:c.operation}),n.jsx("td",{className:"px-4 py-2 text-xs text-gray-500 font-mono max-w-[120px] truncate",children:c.itemId||"-"}),n.jsx("td",{className:"px-4 py-2",children:n.jsx(de,{label:c.direction,variant:c.direction==="push"?"info":"default"})}),n.jsx("td",{className:"px-4 py-2",children:n.jsx(de,{label:c.result,variant:o[c.result]||"default"})}),n.jsx("td",{className:"px-4 py-2 text-xs text-gray-600 text-right",children:c.duration?`${c.duration}ms`:"-"})]},u))})]})})}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 jm({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 wp(r){if(!r)return"-";try{const o=new Date(r).getTime();if(isNaN(o))return"-";const c=Date.now()-o,u=Math.floor(c/6e4);if(u<1)return"just now";if(u<60)return`${u}m ago`;const f=Math.floor(u/60);return f<24?`${f}h ago`:`${Math.floor(f/24)}d ago`}catch{return"-"}}const Nm={prompt_too_long:"error",api_error:"warning",tool_failure:"info",hook_error:"default",rate_limit:"warning",unknown:"default"},Kn=50;function Ap(){const[r,o]=Ya("tab","groups"),[c,u]=Ya("type",""),[f,m]=Ya("q",""),[g,j]=Ya("session",""),[y,x]=S.useState(0),[v,p]=S.useState(f),E=y*Kn,A=c?`&type=${encodeURIComponent(c)}`:"",_=f?`&search=${encodeURIComponent(f)}`:"",[D,R]=S.useState(0);Ye("error-detected",()=>R(P=>P+1));const{data:H,loading:T,error:k}=Me(r==="groups"?`/api/errors/groups?_r=${D}`:""),{data:ae,loading:K,error:ue}=Me(r==="errors"||r==="groups"?`/api/errors/recent?limit=${Kn}&offset=${E}${A}${_}&_r=${D}`:""),{data:V,loading:X,error:Y}=Me(r==="sessions"||g?`/api/errors/sessions?limit=50&_r=${D}`:""),{data:F,loading:ee,error:Ae}=Me(r==="timeline"?`/api/errors/timeline?bucket=60&_r=${D}`:""),Fe=S.useCallback(()=>{m(v.trim()),x(0),v.trim()&&o("errors")},[v,m,o]);S.useEffect(()=>{g&&V&&!V.find(P=>P.sessionId===g)&&j("")},[g,V,j]);const Qe=r==="groups"&&T||r==="errors"&&K||r==="timeline"&&ee||r==="sessions"&&X,$e=k||ue||(r==="sessions"?Y:null)||(r==="timeline"?Ae:null),L=ae?.total||0,Q=ae?.errors||[],le=H?.length||0,pe=H?.reduce((P,Ze)=>P+Ze.sessions,0)||0,je=H?.[0]?.type||"-",b=g?V?.find(P=>P.sessionId===g):null,q=c?(V||[]).filter(P=>P.errors.some(Ze=>Ze.type===c)):V||[],Z=Math.ceil(L/Kn),W=P=>{u(P),o("errors"),j(""),x(0)},ie=P=>{o(P),j(""),P!=="errors"&&x(0)},fe=()=>{u(""),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"&&Fe(),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:Fe,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:L,color:"rose"}),n.jsx(se,{title:"Error Types",value:le,color:"amber"}),n.jsx(se,{title:"Affected Sessions",value:pe,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))}),(c||f)&&n.jsxs("div",{className:"flex items-center gap-2",children:[c&&n.jsx(de,{label:`type: ${c.replace(/_/g," ")}`,variant:"info"}),f&&n.jsx(de,{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"})]})]}),$e&&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:$e}),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"})]}),g&&b&&n.jsx(Op,{session:b,onClose:()=>j("")}),Qe&&!g&&n.jsx(lt,{}),!g&&!Qe&&r==="groups"&&n.jsx(Rp,{groups:H||[],onGroupClick:W}),!g&&!Qe&&r==="errors"&&n.jsx(Mp,{errors:Q,total:L,page:y,totalPages:Z,onPageChange:x,onSessionClick:P=>{j(P),o("sessions")}}),!g&&!Qe&&r==="timeline"&&n.jsx(zp,{buckets:F||[],errors:Q,onSessionClick:P=>j(P)}),!g&&!Qe&&r==="sessions"&&n.jsx(_p,{sessions:q,onSelect:P=>j(P)}),!Qe&&!$e&&L===0&&!g&&n.jsx(gu,{title:"No errors detected",description:"Claude Code session logs are clean"})]})}function Rp({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(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",children:n.jsx(de,{label:c.type.replace(/_/g," "),variant:Nm[c.type]||"default"})}),n.jsx("td",{className:"px-4 py-2 text-right",children:n.jsx("button",{onClick:()=>o(c.type),className:"text-sm text-indigo-400 hover:text-indigo-300 font-mono transition-colors",title:`View all ${c.count} errors of this type`,children:c.count})}),n.jsx("td",{className:"px-4 py-2 text-xs text-gray-500 text-right",children:c.sessions}),n.jsx("td",{className:"px-4 py-2 text-xs text-gray-300 font-mono",title:Ql(c.lastSeen),children:In(c.lastSeen)}),n.jsx("td",{className:"px-4 py-2 text-xs text-gray-500 max-w-xs truncate",children:c.recentMessages[0]||"-"})]},c.type))})]})]})}function Mp({errors:r,total:o,page:c,totalPages:u,onPageChange:f,onSessionClick:m}){const[g,j]=S.useState(new Set),y=S.useCallback(p=>{j(E=>{const A=new Set(E);return A.has(p)?A.delete(p):A.add(p),A})},[]);if(r.length===0)return n.jsx(gu,{title:"No errors",description:"No errors match the current filter"});const x=c*Kn+1,v=Math.min(c*Kn+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]}),u>1&&n.jsx(k0,{page:c,totalPages:u,onChange:f})]}),n.jsx("div",{className:"divide-y divide-gray-800/50",children:r.map((p,E)=>{const A=g.has(E),_=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(de,{label:p.type.replace(/_/g," "),variant:Nm[p.type]||"default"})}),n.jsxs("div",{className:"flex-1 min-w-0",children:[n.jsxs("div",{className:`text-xs text-gray-300 ${A?"whitespace-pre-wrap break-words":"truncate"} ${_?"cursor-pointer":""}`,onClick:()=>_&&y(E),title:_?A?"Click to collapse":"Click to expand details":void 0,children:[_&&n.jsx("span",{className:"text-indigo-400 mr-1 text-[10px] inline-block w-3",children:A?"▼":"▶"}),A?p.message:p.message.slice(0,200),!A&&_&&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})]}),A&&n.jsx(Sm,{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:In(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}-${E}`)})}),u>1&&n.jsx("div",{className:"px-5 py-3 border-t border-gray-800 flex justify-end",children:n.jsx(k0,{page:c,totalPages:u,onChange:f})})]})}function Sm({context:r}){if(!r)return null;const{precedingAction:o,recentTools:c}=r;return!o&&(!c||c.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})]}),c&&c.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:c.map((u,f)=>n.jsxs("div",{className:"flex items-center gap-1.5 text-[10px]",children:[n.jsxs("span",{className:"text-gray-600",children:[c.length-f,"."]}),n.jsx("span",{className:"font-mono text-amber-400/80",children:u.name}),u.input&&n.jsx("span",{className:"text-gray-600 font-mono truncate max-w-sm",children:u.input})]},f))})]})]})}function k0({page:r,totalPages:o,onChange:c}){return n.jsxs("div",{className:"flex items-center gap-1",children:[n.jsx("button",{onClick:()=>c(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:()=>c(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 zp({buckets:r,errors:o,onSessionClick:c}){const[u,f]=S.useState(null),m=Math.max(...r.map(x=>x.count),1),g={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=u?o.filter(x=>{const v=new Date(x.timestamp).getTime();return v>=new Date(u.start).getTime()&&v<new Date(u.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)"}),u&&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,E=u?.start===x.start;return n.jsx("div",{className:"flex-1 flex flex-col items-center justify-end cursor-pointer group relative",onClick:()=>f(E?null:x),title:`${y(x.start)}: ${x.count} errors`,children:n.jsx("div",{className:`w-full min-h-[2px] rounded-t transition-all ${E?"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(g).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))})]}),u&&n.jsxs("div",{className:"text-xs text-gray-400 px-1",children:["Showing ",j.length," errors from ",y(u.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:u?"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:()=>c(x.sessionId),children:[n.jsx("div",{className:`w-2 h-2 rounded-full mt-1.5 flex-shrink-0 ${g[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:In(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 _p({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(c=>n.jsxs("tr",{className:"border-b border-gray-800/50 hover:bg-gray-800/30 cursor-pointer",onClick:()=>o(c.sessionId),children:[n.jsx("td",{className:"px-4 py-2 text-xs text-gray-400 font-mono",children:c.sessionId.slice(0,8)}),n.jsx("td",{className:"px-4 py-2 text-xs text-gray-500",children:c.gitBranch||"-"}),n.jsx("td",{className:"px-4 py-2 text-xs text-gray-500 text-right",children:c.messageCount}),n.jsx("td",{className:"px-4 py-2 text-xs text-gray-500 text-right",children:c.toolCallCount}),n.jsx("td",{className:"px-4 py-2 text-right",children:c.errors.length>0?n.jsx(de,{label:String(c.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(c.startTime),children:In(c.startTime)})]},c.sessionId))})]})]})}function Op({session:r,onClose:o}){const[c,u]=S.useState(new Set),f=m=>{u(g=>{const j=new Set(g);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,g)=>{const j=c.has(g),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(de,{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:In(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(g),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(Sm,{context:m.context})]},g)})})]})}function Ql(r){if(!r)return"-";const o=Date.now()-new Date(r).getTime(),c=Math.floor(o/6e4);if(c<1)return"just now";if(c<60)return`${c}m ago`;const u=Math.floor(c/60);return u<24?`${u}h ago`:`${Math.floor(u/24)}d ago`}function In(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 Dp=[{value:"all",label:"All"},{value:"command",label:"Commands"},{value:"hook",label:"Hooks"},{value:"notification",label:"Notifications"},{value:"cost",label:"Cost"}],Up=[{value:"all",label:"All Levels"},{value:"error",label:"Errors"},{value:"warning",label:"Warnings"},{value:"info",label:"Info"}];function Lp(){const[r,o]=Ya("category","all"),[c,u]=Ya("severity","all"),f=r||"all",m=c||"all",[g,j]=S.useState([]),[y,x]=S.useState(200),[v,p]=S.useState(null),E=new URLSearchParams;E.set("limit",String(y)),f!=="all"&&E.set("categories",f),m!=="all"&&E.set("severity",m);const{data:A,loading:_}=Me(`/api/activity/stream?${E.toString()}`),D=S.useCallback(Y=>{j(F=>[Y,...F].slice(0,50))},[]);if(Ye("activity",D),_)return n.jsx(lt,{});const R=[...g,...A||[]],H=new Set,T=[];for(const Y of R){const F=`${Y.timestamp}:${Y.title}`;H.has(F)||(H.add(F),T.push(Y))}const k=T.filter(Y=>!(f!=="all"&&Y.category!==f||m!=="all"&&Y.severity!==m)),ae=T.filter(Y=>Y.severity==="error").length,K=T.filter(Y=>Y.severity==="warning").length,ue=new Set(T.map(Y=>Y.source)),V=Y=>{p(F=>F===Y?null:Y)},X=()=>{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:T.length,color:"indigo"}),n.jsx(se,{title:"Errors",value:ae,color:"rose"}),n.jsx(se,{title:"Warnings",value:K,color:"amber"}),n.jsx(se,{title:"Sources",value:ue.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:Dp.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:Up.map(Y=>n.jsx("button",{onClick:()=>u(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:[k.length," events"]})]}),n.jsx("div",{className:"bg-gray-900/50 border border-gray-800 rounded-xl divide-y divide-gray-800/50",children:k.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:[k.slice(0,y).map((Y,F)=>{const ee=`${Y.timestamp}-${F}`,Ae=v===ee;return n.jsx(Hp,{event:Y,isExpanded:Ae,onToggle:()=>V(ee)},ee)}),k.length>=y&&n.jsx("div",{className:"p-4 text-center",children:n.jsx("button",{onClick:X,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 Hp({event:r,isExpanded:o,onToggle:c}){const u=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?c:void 0,children:[n.jsx("div",{className:`w-1.5 h-1.5 rounded-full mt-2 flex-shrink-0 ${u}`}),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(de,{label:r.category,variant:wi(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:Bp(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 Bp(r){if(!r)return"-";const o=Date.now()-new Date(r).getTime(),c=Math.floor(o/6e4);if(c<1)return"just now";if(c<60)return`${c}m ago`;const u=Math.floor(c/60);return u<24?`${u}h ago`:`${Math.floor(u/24)}d ago`}function qp(){const[r,o]=S.useState(0);Ye("config-changed",()=>o(X=>X+1));const{data:c,loading:u,error:f,refetch:m}=Me(`/api/config?_r=${r}`),{activeProject:g}=Jl(),[j,y]=S.useState(new Set),[x,v]=S.useState({}),[p,E]=S.useState(!1),[A,_]=S.useState(null),[D,R]=S.useState([]);if(u)return n.jsx(lt,{});if(f)return n.jsx(Xt,{message:f,onRetry:m});if(!c)return null;const H=X=>{y(Y=>{const F=new Set(Y);return F.has(X)?F.delete(X):F.add(X),F})},T=Object.keys(x).length>0,k=(X,Y)=>{v(F=>({...F,[X]:Y})),R(F=>F.filter(ee=>ee.path!==X))},ae=async()=>{if(T){E(!0),_(null),R([]);try{const X={};for(const[Qe,$e]of Object.entries(x))$p(X,Qe,$e);const Y=g?`?project=${g.id}`:"",ee=await(await fetch(`/api/config/validate${Y}`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(X)})).json();if(ee.errors&&ee.errors.length>0){R(ee.errors),_("Validation failed. Fix errors before saving."),E(!1);return}const Fe=await(await fetch(`/api/config${Y}`,{method:"PUT",headers:{"Content-Type":"application/json"},body:JSON.stringify(X)})).json();Fe.ok?(_("Saved successfully"),v({}),R([]),m(),setTimeout(()=>_(null),3e3)):_(`Error: ${Fe.error}`)}catch(X){_(`Error: ${X}`)}finally{E(!1)}}},K=()=>{v({}),_(null),R([])},ue=Object.entries(c).filter(([X,Y])=>typeof Y=="object"&&Y!==null),V=Object.entries(c).filter(([X,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:[A&&n.jsx("span",{className:`text-xs ${A.startsWith("Error")||A.startsWith("Validation")?"text-rose-400":"text-emerald-400"}`,children:A}),T&&n.jsxs(n.Fragment,{children:[n.jsx(de,{label:`${Object.keys(x).length} changes`,variant:"warning"}),n.jsx("button",{onClick:K,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:ae,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"})]})]})]}),A&&!T&&A==="Saved successfully"&&n.jsxs("div",{className:"bg-emerald-500/10 border border-emerald-500/30 rounded-lg px-4 py-2 flex items-center gap-2",children:[n.jsx("div",{className:"w-2 h-2 rounded-full bg-emerald-400"}),n.jsx("span",{className:"text-xs text-emerald-400",children:"Configuration saved successfully"})]}),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((X,Y)=>n.jsxs("div",{className:"text-xs text-rose-300 pl-4",children:[n.jsx("span",{className:"font-mono text-rose-400",children:X.path}),": ",X.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(([X,Y])=>n.jsx(Cm,{path:X,label:X,value:x[X]!==void 0?x[X]:Y,original:Y,onChange:F=>k(X,F),edited:x[X]!==void 0,validationError:D.find(F=>F.path===X)?.message},X))})]}),ue.map(([X,Y])=>n.jsxs("div",{className:"bg-gray-900/50 border border-gray-800 rounded-xl overflow-hidden",children:[n.jsxs("button",{onClick:()=>H(X),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:X}),V0(x,X)>0&&n.jsx(de,{label:`${V0(x,X)} edited`,variant:"warning"}),D.some(F=>F.path.startsWith(X+"."))&&n.jsx(de,{label:"errors",variant:"error"})]}),n.jsx("svg",{className:`w-4 h-4 text-gray-500 transition-transform duration-200 ${j.has(X)?"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(X)&&n.jsx("div",{className:"px-5 py-3 border-t border-gray-800",children:n.jsx(Em,{data:Y,path:X,edits:x,onChange:k,validationErrors:D,depth:0})})]},X))]})}function Em({data:r,path:o,edits:c,onChange:u,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(([g,j])=>{const y=`${o}.${g}`;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:g}),n.jsx(Em,{data:j,path:y,edits:c,onChange:u,validationErrors:f,depth:m+1})]},g):n.jsx(Cm,{path:y,label:g,value:c[y]!==void 0?c[y]:j,original:j,onChange:x=>u(y,x),edited:c[y]!==void 0,validationError:f.find(x=>x.path===y)?.message},g)})})}function Cm({path:r,label:o,value:c,original:u,onChange:f,edited:m,validationError:g}){return typeof u=="boolean"||typeof c=="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(!c),className:`relative w-9 h-5 rounded-full transition-colors ${c?"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 ${c?"left-[18px]":"left-0.5"}`})})]}),g&&n.jsx("p",{className:"text-[10px] text-rose-400 mt-0.5",children:g})]}):typeof u=="number"||typeof c=="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(c??""),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 ${g?"border-rose-500":m?"border-amber-500/50":"border-gray-700"} focus:ring-indigo-500 focus:border-indigo-500`})]}),g&&n.jsx("p",{className:"text-[10px] text-rose-400 mt-0.5 text-right",children:g})]}):Array.isArray(u)||Array.isArray(c)?n.jsx(Yp,{path:r,label:o,value:Array.isArray(c)?c:Array.isArray(u)?u:[],edited:m,onChange:f,validationError:g}):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(c??""),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 ${g?"border-rose-500":m?"border-amber-500/50":"border-gray-700"} focus:ring-indigo-500 focus:border-indigo-500`})]}),g&&n.jsx("p",{className:"text-[10px] text-rose-400 mt-0.5 text-right",children:g})]})}function Yp({path:r,label:o,value:c,edited:u,onChange:f,validationError:m}){const[g,j]=S.useState(!1),[y,x]=S.useState(""),v=A=>{const _=[...c];_.splice(A,1),f(_)},p=()=>{const A=y.trim();A&&(f([...c,A]),x(""))},E=A=>{A.key==="Enter"&&(A.preventDefault(),p())};return n.jsxs("div",{className:"py-1",children:[n.jsxs("button",{onClick:()=>j(A=>!A),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:[u&&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:["[",c.length," items]"]}),n.jsx("svg",{className:`w-3 h-3 text-gray-500 transition-transform duration-200 ${g?"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"})})]})]}),g&&n.jsxs("div",{className:"mt-2 ml-4 space-y-1",children:[c.length===0&&n.jsx("p",{className:"text-[10px] text-gray-600",children:"No items"}),c.map((A,_)=>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(A)}),n.jsx("button",{onClick:()=>v(_),className:"text-[10px] text-gray-600 hover:text-rose-400 opacity-0 group-hover/item:opacity-100 transition-opacity",children:"remove"})]},_)),n.jsxs("div",{className:"flex items-center gap-2 mt-2",children:[n.jsx("input",{type:"text",value:y,onChange:A=>x(A.target.value),onKeyDown:E,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 V0(r,o){return Object.keys(r).filter(c=>c.startsWith(o+".")).length}function $p(r,o,c){const u=o.split(".");let f=r;for(let m=0;m<u.length-1;m++)(!f[u[m]]||typeof f[u[m]]!="object")&&(f[u[m]]={}),f=f[u[m]];f[u[u.length-1]]=c}function yu({lines:r,status:o,onDismiss:c}){const u=S.useRef(null);return S.useEffect(()=>{u.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"&&c&&n.jsx("button",{onClick:c,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:u})]})]})}function Gp(){const{data:r,loading:o}=Me("/api/plugins/full"),{execute:c,running:u,output:f,status:m,reset:g}=Ai(),[j,y]=S.useState(null);if(o)return n.jsx(lt,{});const x=r?.plugins||[],v=r?.skills||[],p=r?.lsp,E=r?.warmup,A=r?.triggerCount||0,_=x.reduce((T,k)=>T+k.skillCount,0),D=x.reduce((T,k)=>T+k.commandCount,0),R=T=>v.filter(k=>k.plugin===T).sort((k,ae)=>ae.count-k.count),H=T=>{y(k=>k===T?null:T)};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:()=>c("lsp-status"),disabled:u,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:()=>c("refresh-plugins"),disabled:u,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:u?"Running...":"Refresh Plugins"})]})]}),n.jsx(yu,{lines:f,status:m,onDismiss:g}),n.jsxs("div",{className:"grid grid-cols-2 lg:grid-cols-4 gap-3",children:[n.jsx(qa,{label:"Plugins",value:x.length}),n.jsx(qa,{label:"Total Skills",value:_}),n.jsx(qa,{label:"Total Commands",value:D}),n.jsx(qa,{label:"Trigger Keywords",value:A})]}),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(T=>{const k=j===T.name,ae=R(T.name);return n.jsxs("div",{children:[n.jsxs("button",{onClick:()=>H(T.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:T.name}),n.jsx("span",{className:"text-xs text-gray-500 font-mono",children:T.version})]}),n.jsxs("div",{className:"flex items-center gap-3",children:[n.jsx(de,{label:`${T.skillCount} skills`,variant:"info"}),n.jsx(de,{label:`${T.commandCount} cmds`,variant:"default"}),n.jsx("svg",{className:`w-4 h-4 text-gray-500 transition-transform duration-200 ${k?"rotate-180":""}`,fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",children:n.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M19 9l-7 7-7-7"})})]})]}),k&&n.jsx("div",{className:"px-4 pb-4 bg-gray-800/20",children:ae.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"})]}),ae.map(K=>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:K.name}),n.jsx("span",{className:"text-xs text-gray-400 text-right font-mono",children:K.count}),n.jsxs("span",{className:"text-xs text-right font-mono",children:[n.jsx("span",{className:"text-emerald-400",children:K.successCount}),K.failureCount>0&&n.jsxs("span",{className:"text-rose-400",children:["/",K.failureCount]})]}),n.jsx("span",{className:"text-[10px] text-gray-500 text-right",children:K.lastUsed?kp(K.lastUsed):"-"})]},K.name))]})})]},T.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(vm,{items:v.sort((T,k)=>k.count-T.count).slice(0,20).map(T=>({label:T.name,value:T.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(de,{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(qa,{label:"Total Languages",value:p.stats.totalLanguages}),n.jsx(qa,{label:"Checked",value:p.stats.checkedLanguages}),n.jsx(qa,{label:"Binary Missing",value:p.stats.binaryMissing}),n.jsx(qa,{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((T,k)=>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(de,{label:T.type,variant:T.type==="binary"?"warning":"default"}),n.jsx("span",{className:"text-xs text-gray-300",children:T.language})]}),n.jsxs("div",{className:"flex items-center gap-2",children:[n.jsx("code",{className:"text-[10px] text-gray-500",children:T.binaryInstall}),T.message&&n.jsx("span",{className:"text-[10px] text-gray-600 max-w-[200px] truncate",children:T.message})]})]},k))]})]}),E&&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:[E.elapsed?`${(E.elapsed/1e3).toFixed(1)}s`:""," |"," ",E.timestamp?new Date(E.timestamp).toLocaleString():""]})]}),n.jsxs("div",{className:"flex flex-wrap gap-2",children:[E.warmedUp.map(T=>n.jsx(de,{label:T,variant:"success"},T)),E.failed.map(T=>n.jsx(de,{label:T,variant:"error"},T))]}),E.warmedUp.length===0&&E.failed.length===0&&n.jsx("p",{className:"text-gray-600 text-xs",children:"No warmup data"})]})]})}function qa({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 kp(r){if(!r)return"-";const o=Date.now()-new Date(r).getTime(),c=Math.floor(o/6e4);if(c<1)return"just now";if(c<60)return`${c}m ago`;const u=Math.floor(c/60);return u<24?`${u}h ago`:`${Math.floor(u/24)}d ago`}function Vp(){const{data:r,loading:o}=Me("/api/links"),{data:c,loading:u,refetch:f}=Me("/api/services"),{execute:m,running:g,output:j,status:y,reset:x}=Ai();if(o||u)return n.jsx(lt,{});const v=(c||[]).filter(R=>R.status==="running").length,p=(c||[]).length,E=new Map;for(const R of c||[])if(R.port>0&&R.status==="running"){const H=E.get(R.port)||[];H.push(R.name),E.set(R.port,H)}const A=Array.from(E.entries()).filter(([,R])=>R.length>1),_=async R=>{await m(R),setTimeout(()=>f(),3e3)},D=async R=>{await m(R),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(yu,{lines:j,status:y,onDismiss:x}),A.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:A.map(([R,H])=>n.jsxs("span",{className:"block",children:["Port ",R," is used by: ",H.join(", ")]},R))})]})]}),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:(c||[]).map((R,H)=>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 ${R.status==="running"?"bg-emerald-400":"bg-gray-600"}`}),n.jsxs("div",{children:[n.jsx("span",{className:"text-sm text-gray-300",children:R.name}),n.jsx("div",{className:"text-[10px] text-gray-600",children:R.status==="running"&&R.detail?n.jsx("a",{href:R.detail,target:"_blank",rel:"noopener noreferrer",className:"text-indigo-400 hover:text-indigo-300 underline transition-colors",children:R.detail}):R.detail})]})]}),n.jsxs("div",{className:"flex items-center gap-2",children:[R.status==="running"&&R.port>0&&n.jsx(de,{label:`Port ${R.port}`,variant:"info"}),R.status==="running"?n.jsx(de,{label:"Running",variant:"success"}):n.jsx(de,{label:"Stopped",variant:"default"}),R.name==="Docs Preview"&&(R.status==="running"?n.jsxs("div",{className:"flex items-center gap-1",children:[n.jsx("a",{href:R.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:g,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:()=>_("docs-preview-start"),disabled:g,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:g?"Starting...":"Start"})),R.status==="running"&&R.name!=="Docs Preview"&&n.jsx("a",{href:R.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"})]})]},H))})]}),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((R,H)=>n.jsxs("a",{href:R.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(Xp,{type:R.type}),n.jsxs("div",{children:[n.jsx("div",{className:"text-sm text-gray-300 group-hover:text-white transition-colors",children:R.name}),n.jsx("div",{className:"text-[10px] text-gray-600 truncate max-w-[200px]",children:R.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"})})]},H))})]})]})}function Xp({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 X0={critical:0,warning:1,info:2};function Qp(){const[r,o]=S.useState("pending"),[c,u]=S.useState(null),[f,m]=S.useState(0);Ye("notification",()=>m(Y=>Y+1));const{activeProject:g}=Jl(),{data:j,loading:y,error:x,refetch:v}=Me(`/api/notifications?_r=${f}`);if(y)return n.jsx(lt,{});if(x)return n.jsx(Xt,{message:x,onRetry:v});const p=j||[],E=p.filter(Y=>!Y.dismissedAt),A=p.filter(Y=>!!Y.dismissedAt),_=E.filter(Y=>Y.severity==="critical"),D=E.filter(Y=>Y.severity==="warning"),H=[...r==="pending"?E:r==="dismissed"?A:p].sort((Y,F)=>{const ee=X0[Y.severity]??3,Ae=X0[F.severity]??3;return ee!==Ae?ee-Ae:new Date(F.createdAt).getTime()-new Date(Y.createdAt).getTime()}),T=async Y=>{u(Y);try{const F=g?`?project=${g.id}`:"";(await fetch(`/api/notifications/${Y}/dismiss${F}`,{method:"POST"})).ok&&v()}finally{u(null)}},k=async()=>{u("__all__");try{const Y=g?`?project=${g.id}`:"";for(const F of E)await fetch(`/api/notifications/${F.id}/dismiss${Y}`,{method:"POST"});v()}finally{u(null)}},ae=Y=>Y==="critical"?"error":Y==="warning"?"warning":"info",K=Y=>Y==="critical"?"border-l-rose-500":Y==="warning"?"border-l-amber-500":"border-l-blue-500",V=(Y=>{const F={};for(const ee of Y)F[ee.severity]||(F[ee.severity]=[]),F[ee.severity].push(ee);return F})(H),X={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:E.length,color:"indigo"}),n.jsx(se,{title:"Critical",value:_.length,color:"rose"}),n.jsx(se,{title:"Warnings",value:D.length,color:"amber"}),n.jsx(se,{title:"Dismissed",value:A.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 (${E.length})`},{value:"dismissed",label:`Dismissed (${A.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))}),E.length>0&&n.jsx("button",{onClick:k,disabled:c==="__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:c==="__all__"?"Dismissing...":"Dismiss All"})]}),H.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 F=V[Y];return!F||F.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:X[Y]||Y}),n.jsxs("span",{className:"text-[10px] text-gray-600",children:["(",F.length,")"]})]}),n.jsx("div",{className:"space-y-2",children:F.map(ee=>n.jsxs("div",{className:`bg-gray-900/50 border border-gray-800 border-l-4 ${K(ee.severity)} rounded-xl p-4 flex items-start gap-4 ${ee.dismissedAt?"opacity-60":""}`,children:[n.jsx(Zp,{severity:ee.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:ee.title}),n.jsx(de,{label:ee.severity,variant:ae(ee.severity)}),ee.type&&n.jsx(de,{label:ee.type,variant:"default"})]}),ee.message&&n.jsx("p",{className:"text-xs text-gray-400 mb-2",children:ee.message}),n.jsxs("div",{className:"flex items-center gap-3 text-[10px] text-gray-600",children:[n.jsx("span",{children:new Date(ee.createdAt).toLocaleString()}),ee.source&&n.jsxs("span",{children:["via ",ee.source]}),ee.dismissedAt&&n.jsxs("span",{children:["Dismissed ",new Date(ee.dismissedAt).toLocaleString()]})]})]}),!ee.dismissedAt&&n.jsx("button",{onClick:()=>T(ee.id),disabled:c===ee.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:c===ee.id?"...":"Dismiss"})]},ee.id))})]},Y)})})]})}function Zp({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 Kp(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 c=r.match(/^ssh:\/\/git@([^/]+)\/(.+?)(?:\.git)?$/);return c?`https://${c[1]}/${c[2]}`:null}function Jp(){const{data:r,loading:o,error:c,refetch:u}=Me("/api/repos");if(o)return n.jsx(lt,{});if(c)return n.jsx(Xt,{message:c,onRetry:u});const f=r||[],m=[...new Set(f.map(y=>y.org))],g=f.filter(y=>y.hasSpecweave).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:g,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(Wp,{}),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=Kp(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(Fp,{}),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(de,{label:"Current Project",variant:"info"}),n.jsx(de,{label:v.hasSpecweave?"SpecWeave":"No SpecWeave",variant:v.hasSpecweave?"success":"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(de,{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:Ip(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(Pp,{}),"Open on GitHub"]})]},v.path||`${v.org}/${v.name}`)})})]},y)})})]})}function Wp(){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 Fp(){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 Pp(){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 Ip(r){if(!r)return"-";try{const o=Date.now()-new Date(r).getTime(),c=Math.floor(o/6e4);if(c<1)return"just now";if(c<60)return`${c}m ago`;const u=Math.floor(c/60);return u<24?`${u}h ago`:`${Math.floor(u/24)}d ago`}catch{return"-"}}const ev=[{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"}],oa=20;function tv(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 av(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 Q0(r){if(!r)return"-";try{const o=Date.now()-new Date(r).getTime(),c=Math.floor(o/6e4);if(c<1)return"just now";if(c<60)return`${c}m ago`;const u=Math.floor(c/60);return u<24?`${u}h ago`:`${Math.floor(u/24)}d ago`}catch{return"-"}}function lv(r){return r>=80?"text-emerald-400":r>=50?"text-amber-400":"text-rose-400"}function Tm(r){const o=r.tier1Result?.score??0,c=r.tier2Result?.score??0;return o&&c?Math.round((o+c)/2):o||c}function nv(r){return r>=80?"bg-emerald-500":r>=50?"bg-amber-500":"bg-rose-500"}function sv(r){return r>=80?"text-emerald-400":r>=50?"text-amber-400":"text-rose-400"}function iv(r){return r>=1e6?`${(r/1e6).toFixed(1)}m`:r>=1e3?`${(r/1e3).toFixed(1)}k`:String(r)}function Z0(r){const o=Math.log10(Math.max(r.stars,1))*20,c=Tm(r);return o+c}function rv(r,o){if(o===0)return"rose";const c=r/o;return c>.5?"emerald":c>.1?"amber":"rose"}function cv(){const[r,o]=S.useState(""),[c,u]=S.useState(0),[f,m]=S.useState(0),[g,j]=S.useState(null),[y,x]=S.useState(""),{output:v,status:p,reset:E}=Ai(),A=r?`status=${r}&limit=${oa}&offset=${c}`:`limit=${oa}&offset=${c}`,{data:_,loading:D,error:R,refetch:H}=Me(`/api/marketplace/scanner/status?_r=${f}`),{data:T,loading:k,refetch:ae}=Me(`/api/marketplace/queue?${A}&_r=${f}`),{data:K,loading:ue}=Me(`/api/marketplace/verified?_r=${f}`),{data:V,loading:X}=Me(`/api/marketplace/insights?_r=${f}`),Y=S.useCallback(()=>{m(b=>b+1)},[]);Ye("submission-update",S.useCallback(()=>{Y()},[Y])),Ye("marketplace-scan",S.useCallback(()=>{Y()},[Y])),Ye("verification-complete",S.useCallback(()=>{Y()},[Y]));const F=async()=>{try{const b=new URLSearchParams(window.location.search).get("project")||"",q=b?`?project=${b}`:"";await fetch(`/api/marketplace/scanner/start${q}`,{method:"POST"}),H()}catch{}},ee=async()=>{try{const b=new URLSearchParams(window.location.search).get("project")||"",q=b?`?project=${b}`:"";await fetch(`/api/marketplace/scanner/stop${q}`,{method:"POST"}),H()}catch{}},Ae=async b=>{j(b);try{const q=new URLSearchParams(window.location.search).get("project")||"",Z=q?`?project=${q}`:"";await fetch(`/api/marketplace/queue/${b}/approve${Z}`,{method:"POST"}),ae()}catch{}j(null)},Fe=async b=>{j(b);try{const q=new URLSearchParams(window.location.search).get("project")||"",Z=q?`?project=${q}`:"";await fetch(`/api/marketplace/queue/${b}/reject${Z}`,{method:"POST"}),ae()}catch{}j(null)};if(D&&k&&ue&&X)return n.jsx(lt,{});const $e=T?.items||[],L=T?.total||0,Q=K||[],le=Math.floor(c/oa)+1,pe=Math.ceil(L/oa),je=b=>b==="tier1_passed"||b==="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:_?.running?n.jsx("button",{onClick:ee,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:F,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(yu,{lines:v,status:p,onDismiss:E}),R&&n.jsx(Xt,{message:R,onRetry:H}),_?n.jsxs("div",{className:"grid grid-cols-2 lg:grid-cols-4 gap-4",children:[n.jsx(se,{title:"Scanner",value:_.running?"Running":"Stopped",subtitle:_.running?"Active":"Idle",color:_.running?"emerald":"amber"}),n.jsx(se,{title:"Last Scan",value:_.lastScanTime?Q0(_.lastScanTime):"Never",color:"cyan"}),n.jsx(se,{title:"Repos Scanned",value:_.reposScanned,color:"indigo"}),n.jsx(se,{title:"Rate Limit",value:`${_.rateLimitRemaining}/${_.rateLimitTotal}`,subtitle:_.rateLimitTotal>0?`${Math.round(_.rateLimitRemaining/_.rateLimitTotal*100)}% remaining`:"Unknown",color:rv(_.rateLimitRemaining,_.rateLimitTotal)})]}):!D&&!R?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:F,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:[L," total"]})]}),n.jsx("div",{className:"flex gap-1 px-4 pt-3 pb-2 overflow-x-auto",children:ev.map(b=>n.jsx("button",{onClick:()=>{o(b.value),u(0)},className:`px-3 py-1.5 text-xs rounded-md transition-colors whitespace-nowrap ${r===b.value?"bg-gray-700 text-white":"text-gray-400 hover:text-gray-300 hover:bg-gray-800"}`,children:b.label},b.value))}),k?n.jsx("div",{className:"p-8 flex justify-center",children:n.jsx(lt,{})}):$e.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:$e.map(b=>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:b.repoUrl?n.jsx("a",{href:b.repoUrl,target:"_blank",rel:"noopener noreferrer",className:"text-xs text-indigo-400 hover:text-indigo-300 font-mono",children:b.repoFullName}):n.jsx("span",{className:"text-xs text-gray-300 font-mono",children:b.repoFullName})}),n.jsx("td",{className:"px-4 py-2 text-xs text-gray-400",children:b.author}),n.jsx("td",{className:"px-4 py-2 text-xs text-gray-400 text-right font-mono",children:b.stars.toLocaleString()}),n.jsx("td",{className:"px-4 py-2",children:n.jsx(de,{label:av(b.status),variant:tv(b.status)})}),n.jsx("td",{className:"px-4 py-2 text-xs text-gray-400",children:b.tier||"-"}),n.jsx("td",{className:`px-4 py-2 text-xs text-right font-mono ${lv(b.securityScore)}`,children:b.securityScore!=null?b.securityScore:"-"}),n.jsx("td",{className:"px-4 py-2 text-xs text-gray-500",children:Q0(b.discoveredAt)}),n.jsx("td",{className:"px-4 py-2 text-right",children:je(b.status)&&n.jsxs("div",{className:"flex gap-1 justify-end",children:[n.jsx("button",{onClick:()=>Ae(b.id),disabled:g===b.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:()=>Fe(b.id),disabled:g===b.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"})]})})]},b.id))})]})}),L>oa&&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:[c+1,"-",Math.min(c+oa,L)," of ",L]}),n.jsxs("div",{className:"flex gap-1",children:[n.jsx("button",{onClick:()=>u(Math.max(0,c-oa)),disabled:c===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 ",pe]}),n.jsx("button",{onClick:()=>u(c+oa),disabled:c+oa>=L,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"}),Q.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:b=>x(b.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"})]})]}),ue?n.jsx("div",{className:"p-8 flex justify-center",children:n.jsx(lt,{})}):Q.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(uv,{skills:Q,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"})}),X?n.jsx("div",{className:"p-8 flex justify-center",children:n.jsx(lt,{})}):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(K0,{label:"Tier 1 Pass Rate",rate:V.tier1PassRate}),n.jsx(K0,{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 uv({skills:r,search:o}){const c=[...r].sort((m,g)=>Z0(g)-Z0(m)),u=new Set(c.slice(0,3).map(m=>m.id)),f=o?c.filter(m=>m.repoFullName.toLowerCase().includes(o.toLowerCase())||m.author.toLowerCase().includes(o.toLowerCase())):c;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(ov,{skill:m,trending:u.has(m.id)},m.id))})}function ov({skill:r,trending:o}){const c=Tm(r),u=nv(c),f=sv(c);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(de,{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:c})]}),n.jsx("div",{className:"w-full h-1.5 bg-gray-700 rounded-full overflow-hidden",children:n.jsx("div",{className:`h-full ${u} rounded-full transition-all duration-500`,style:{width:`${c}%`}})})]}),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"})}),iv(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 K0({label:r,rate:o}){const c=Math.round(o),u=c>=70?"bg-emerald-500":c>=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:[c,"%"]})]}),n.jsx("div",{className:"w-full h-2 bg-gray-700 rounded-full overflow-hidden",children:n.jsx("div",{className:`h-full ${u} rounded-full transition-all duration-500`,style:{width:`${c}%`}})})]})}function dv(){const{id:r}=Gg(),[o,c]=S.useState(0);Ye("increment-update",()=>c(x=>x+1));const{data:u,loading:f,error:m,refetch:g}=Me(`/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(lt,{});if(m)return n.jsx(Xt,{message:m,onRetry:g});if(!u)return n.jsx("div",{className:"p-6 text-gray-500 text-sm",children:"Increment not found"});const j=u.taskSummary.total>0?Math.round(u.taskSummary.completed/u.taskSummary.total*100):0,y=u.acSummary.total>0?Math.round(u.acSummary.completed/u.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:u.dirName}),n.jsx(de,{label:u.metadata.status||"unknown",variant:wi(u.metadata.status||"")}),u.metadata.type&&n.jsx("span",{className:"text-xs text-gray-400 capitalize",children:u.metadata.type}),u.metadata.priority&&n.jsx(fv,{priority:u.metadata.priority})]}),n.jsx("h2",{className:"text-lg font-semibold text-gray-200",children:u.metadata.title||u.id}),u.metadata.project&&n.jsxs("span",{className:"text-xs text-gray-500",children:["Project: ",u.metadata.project]})]}),n.jsxs("div",{className:"grid grid-cols-2 lg:grid-cols-4 gap-4",children:[n.jsx(se,{title:"Tasks",value:`${u.taskSummary.completed}/${u.taskSummary.total}`,color:"indigo"}),n.jsx(se,{title:"Task Progress",value:`${j}%`,color:"cyan"}),n.jsx(se,{title:"ACs",value:`${u.acSummary.completed}/${u.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(J0,{label:"Tasks",completed:u.taskSummary.completed,total:u.taskSummary.total,color:"indigo"}),n.jsx(J0,{label:"Acceptance Criteria",completed:u.acSummary.completed,total:u.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 (",u.tasks.length,")"]})}),u.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:u.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))})]}),u.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 (",u.acs.length,")"]})}),n.jsx("div",{className:"divide-y divide-gray-800/50",children:u.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(u.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 J0({label:r,completed:o,total:c,color:u}){const f=c>0?Math.round(o/c*100):0,m=u==="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,"/",c," (",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 fv({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 mv(){const r=Hy(),o=ma();return n.jsx(gm.Provider,{value:r,children:n.jsx(qy,{children:n.jsxs("div",{className:"flex min-h-screen bg-gray-950 text-gray-100",children:[n.jsx(ky,{}),n.jsxs("div",{className:"flex-1 flex flex-col min-w-0",children:[n.jsx(Vy,{}),n.jsx("main",{className:"flex-1 overflow-y-auto",children:n.jsx(Qy,{resetKey:o.pathname,children:n.jsxs(ly,{children:[n.jsx(st,{path:"/",element:n.jsx(ap,{})}),n.jsx(st,{path:"/increments",element:n.jsx(rp,{})}),n.jsx(st,{path:"/increments/:id",element:n.jsx(dv,{})}),n.jsx(st,{path:"/analytics",element:n.jsx(op,{})}),n.jsx(st,{path:"/costs",element:n.jsx(gp,{})}),n.jsx(st,{path:"/sync",element:n.jsx(Sp,{})}),n.jsx(st,{path:"/errors",element:n.jsx(Ap,{})}),n.jsx(st,{path:"/activity",element:n.jsx(Lp,{})}),n.jsx(st,{path:"/config",element:n.jsx(qp,{})}),n.jsx(st,{path:"/plugins",element:n.jsx(Gp,{})}),n.jsx(st,{path:"/services",element:n.jsx(Vp,{})}),n.jsx(st,{path:"/notifications",element:n.jsx(Qp,{})}),n.jsx(st,{path:"/repos",element:n.jsx(Jp,{})}),n.jsx(st,{path:"/marketplace",element:n.jsx(cv,{})}),n.jsx(st,{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."})]})})]})})})]})]})})})}sg.createRoot(document.getElementById("root")).render(n.jsx(S.StrictMode,{children:n.jsx(Ay,{children:n.jsx(mv,{})})}));