@agentprojectcontext/apx 1.68.0 → 1.70.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (44) hide show
  1. package/package.json +1 -1
  2. package/src/core/agent/tools/handlers/_obsidian.js +28 -0
  3. package/src/core/agent/tools/handlers/obsidian-list-notes.js +28 -0
  4. package/src/core/agent/tools/handlers/obsidian-read-note.js +31 -0
  5. package/src/core/agent/tools/handlers/obsidian-search-notes.js +30 -0
  6. package/src/core/agent/tools/handlers/obsidian-write-note.js +38 -0
  7. package/src/core/agent/tools/names.js +10 -0
  8. package/src/core/agent/tools/registry.js +8 -0
  9. package/src/core/integrations/catalog.js +6 -3
  10. package/src/core/integrations/index.js +2 -0
  11. package/src/core/integrations/mcp-sync.js +71 -0
  12. package/src/core/integrations/obsidian-memory.js +108 -0
  13. package/src/core/integrations/plugins/obsidian.js +299 -0
  14. package/src/core/mcp/runner.js +54 -20
  15. package/src/core/memory/broker.js +4 -1
  16. package/src/core/memory/index.js +29 -2
  17. package/src/core/memory/indexer.js +88 -1
  18. package/src/core/memory/store.js +23 -3
  19. package/src/host/daemon/api/agents.js +37 -1
  20. package/src/host/daemon/api/integrations.js +27 -2
  21. package/src/host/daemon/api/mcps.js +2 -2
  22. package/src/host/daemon/index.js +7 -1
  23. package/src/interfaces/cli/commands/obsidian.js +79 -0
  24. package/src/interfaces/cli/index.js +48 -1
  25. package/src/interfaces/web/dist/assets/index-CDz9OwCP.css +1 -0
  26. package/src/interfaces/web/dist/assets/index-YFsZFhM6.js +798 -0
  27. package/src/interfaces/web/dist/assets/index-YFsZFhM6.js.map +1 -0
  28. package/src/interfaces/web/dist/index.html +2 -2
  29. package/src/interfaces/web/src/components/integrations/BrandLogos.tsx +29 -0
  30. package/src/interfaces/web/src/components/integrations/ComingSoonPlugin.tsx +5 -4
  31. package/src/interfaces/web/src/components/integrations/FolderInput.tsx +137 -0
  32. package/src/interfaces/web/src/components/integrations/PluginConnect.tsx +129 -10
  33. package/src/interfaces/web/src/i18n/en.ts +25 -0
  34. package/src/interfaces/web/src/i18n/es.ts +25 -0
  35. package/src/interfaces/web/src/lib/api/agents.ts +2 -1
  36. package/src/interfaces/web/src/lib/api/integrations.ts +10 -1
  37. package/src/interfaces/web/src/screens/project/AgentBrainGraph.tsx +169 -47
  38. package/src/interfaces/web/src/screens/project/AgentDetailScreen.tsx +108 -34
  39. package/src/interfaces/web/src/screens/project/AgentsTab.tsx +72 -16
  40. package/src/interfaces/web/src/screens/project/Overview.tsx +90 -1
  41. package/src/interfaces/web/src/types/daemon.ts +10 -0
  42. package/src/interfaces/web/dist/assets/index-D4BmWoDM.css +0 -1
  43. package/src/interfaces/web/dist/assets/index-vwd6yQVw.js +0 -803
  44. package/src/interfaces/web/dist/assets/index-vwd6yQVw.js.map +0 -1
@@ -0,0 +1,798 @@
1
+ function R5(e,t){for(var a=0;a<t.length;a++){const o=t[a];if(typeof o!="string"&&!Array.isArray(o)){for(const l in o)if(l!=="default"&&!(l in e)){const c=Object.getOwnPropertyDescriptor(o,l);c&&Object.defineProperty(e,l,c.get?c:{enumerable:!0,get:()=>o[l]})}}}return Object.freeze(Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}))}(function(){const t=document.createElement("link").relList;if(t&&t.supports&&t.supports("modulepreload"))return;for(const l of document.querySelectorAll('link[rel="modulepreload"]'))o(l);new MutationObserver(l=>{for(const c of l)if(c.type==="childList")for(const d of c.addedNodes)d.tagName==="LINK"&&d.rel==="modulepreload"&&o(d)}).observe(document,{childList:!0,subtree:!0});function a(l){const c={};return l.integrity&&(c.integrity=l.integrity),l.referrerPolicy&&(c.referrerPolicy=l.referrerPolicy),l.crossOrigin==="use-credentials"?c.credentials="include":l.crossOrigin==="anonymous"?c.credentials="omit":c.credentials="same-origin",c}function o(l){if(l.ep)return;l.ep=!0;const c=a(l);fetch(l.href,c)}})();function ab(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var qg={exports:{}},cc={};/**
2
+ * @license React
3
+ * react-jsx-runtime.production.js
4
+ *
5
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
6
+ *
7
+ * This source code is licensed under the MIT license found in the
8
+ * LICENSE file in the root directory of this source tree.
9
+ */var aj;function T5(){if(aj)return cc;aj=1;var e=Symbol.for("react.transitional.element"),t=Symbol.for("react.fragment");function a(o,l,c){var d=null;if(c!==void 0&&(d=""+c),l.key!==void 0&&(d=""+l.key),"key"in l){c={};for(var f in l)f!=="key"&&(c[f]=l[f])}else c=l;return l=c.ref,{$$typeof:e,type:o,key:d,ref:l!==void 0?l:null,props:c}}return cc.Fragment=t,cc.jsx=a,cc.jsxs=a,cc}var rj;function A5(){return rj||(rj=1,qg.exports=T5()),qg.exports}var n=A5(),Vg={exports:{}},ct={};/**
10
+ * @license React
11
+ * react.production.js
12
+ *
13
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
14
+ *
15
+ * This source code is licensed under the MIT license found in the
16
+ * LICENSE file in the root directory of this source tree.
17
+ */var oj;function M5(){if(oj)return ct;oj=1;var e=Symbol.for("react.transitional.element"),t=Symbol.for("react.portal"),a=Symbol.for("react.fragment"),o=Symbol.for("react.strict_mode"),l=Symbol.for("react.profiler"),c=Symbol.for("react.consumer"),d=Symbol.for("react.context"),f=Symbol.for("react.forward_ref"),m=Symbol.for("react.suspense"),h=Symbol.for("react.memo"),g=Symbol.for("react.lazy"),b=Symbol.for("react.activity"),_=Symbol.iterator;function w(B){return B===null||typeof B!="object"?null:(B=_&&B[_]||B["@@iterator"],typeof B=="function"?B:null)}var S={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},y=Object.assign,C={};function N(B,Q,Z){this.props=B,this.context=Q,this.refs=C,this.updater=Z||S}N.prototype.isReactComponent={},N.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")},N.prototype.forceUpdate=function(B){this.updater.enqueueForceUpdate(this,B,"forceUpdate")};function j(){}j.prototype=N.prototype;function E(B,Q,Z){this.props=B,this.context=Q,this.refs=C,this.updater=Z||S}var R=E.prototype=new j;R.constructor=E,y(R,N.prototype),R.isPureReactComponent=!0;var A=Array.isArray;function T(){}var z={H:null,A:null,T:null,S:null},O=Object.prototype.hasOwnProperty;function P(B,Q,Z){var X=Z.ref;return{$$typeof:e,type:B,key:Q,ref:X!==void 0?X:null,props:Z}}function L(B,Q){return P(B.type,Q,B.props)}function U(B){return typeof B=="object"&&B!==null&&B.$$typeof===e}function D(B){var Q={"=":"=0",":":"=2"};return"$"+B.replace(/[=:]/g,function(Z){return Q[Z]})}var I=/\/+/g;function $(B,Q){return typeof B=="object"&&B!==null&&B.key!=null?D(""+B.key):Q.toString(36)}function F(B){switch(B.status){case"fulfilled":return B.value;case"rejected":throw B.reason;default:switch(typeof B.status=="string"?B.then(T,T):(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 H(B,Q,Z,X,ne){var ee=typeof B;(ee==="undefined"||ee==="boolean")&&(B=null);var re=!1;if(B===null)re=!0;else switch(ee){case"bigint":case"string":case"number":re=!0;break;case"object":switch(B.$$typeof){case e:case t:re=!0;break;case g:return re=B._init,H(re(B._payload),Q,Z,X,ne)}}if(re)return ne=ne(B),re=X===""?"."+$(B,0):X,A(ne)?(Z="",re!=null&&(Z=re.replace(I,"$&/")+"/"),H(ne,Q,Z,"",function(Me){return Me})):ne!=null&&(U(ne)&&(ne=L(ne,Z+(ne.key==null||B&&B.key===ne.key?"":(""+ne.key).replace(I,"$&/")+"/")+re)),Q.push(ne)),1;re=0;var le=X===""?".":X+":";if(A(B))for(var ge=0;ge<B.length;ge++)X=B[ge],ee=le+$(X,ge),re+=H(X,Q,Z,ee,ne);else if(ge=w(B),typeof ge=="function")for(B=ge.call(B),ge=0;!(X=B.next()).done;)X=X.value,ee=le+$(X,ge++),re+=H(X,Q,Z,ee,ne);else if(ee==="object"){if(typeof B.then=="function")return H(F(B),Q,Z,X,ne);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 re}function Y(B,Q,Z){if(B==null)return B;var X=[],ne=0;return H(B,X,"","",function(ee){return Q.call(Z,ee,ne++)}),X}function V(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 G=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)},K={map:Y,forEach:function(B,Q,Z){Y(B,function(){Q.apply(this,arguments)},Z)},count:function(B){var Q=0;return Y(B,function(){Q++}),Q},toArray:function(B){return Y(B,function(Q){return Q})||[]},only:function(B){if(!U(B))throw Error("React.Children.only expected to receive a single React element child.");return B}};return ct.Activity=b,ct.Children=K,ct.Component=N,ct.Fragment=a,ct.Profiler=l,ct.PureComponent=E,ct.StrictMode=o,ct.Suspense=m,ct.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=z,ct.__COMPILER_RUNTIME={__proto__:null,c:function(B){return z.H.useMemoCache(B)}},ct.cache=function(B){return function(){return B.apply(null,arguments)}},ct.cacheSignal=function(){return null},ct.cloneElement=function(B,Q,Z){if(B==null)throw Error("The argument must be a React element, but you passed "+B+".");var X=y({},B.props),ne=B.key;if(Q!=null)for(ee in Q.key!==void 0&&(ne=""+Q.key),Q)!O.call(Q,ee)||ee==="key"||ee==="__self"||ee==="__source"||ee==="ref"&&Q.ref===void 0||(X[ee]=Q[ee]);var ee=arguments.length-2;if(ee===1)X.children=Z;else if(1<ee){for(var re=Array(ee),le=0;le<ee;le++)re[le]=arguments[le+2];X.children=re}return P(B.type,ne,X)},ct.createContext=function(B){return B={$$typeof:d,_currentValue:B,_currentValue2:B,_threadCount:0,Provider:null,Consumer:null},B.Provider=B,B.Consumer={$$typeof:c,_context:B},B},ct.createElement=function(B,Q,Z){var X,ne={},ee=null;if(Q!=null)for(X in Q.key!==void 0&&(ee=""+Q.key),Q)O.call(Q,X)&&X!=="key"&&X!=="__self"&&X!=="__source"&&(ne[X]=Q[X]);var re=arguments.length-2;if(re===1)ne.children=Z;else if(1<re){for(var le=Array(re),ge=0;ge<re;ge++)le[ge]=arguments[ge+2];ne.children=le}if(B&&B.defaultProps)for(X in re=B.defaultProps,re)ne[X]===void 0&&(ne[X]=re[X]);return P(B,ee,ne)},ct.createRef=function(){return{current:null}},ct.forwardRef=function(B){return{$$typeof:f,render:B}},ct.isValidElement=U,ct.lazy=function(B){return{$$typeof:g,_payload:{_status:-1,_result:B},_init:V}},ct.memo=function(B,Q){return{$$typeof:h,type:B,compare:Q===void 0?null:Q}},ct.startTransition=function(B){var Q=z.T,Z={};z.T=Z;try{var X=B(),ne=z.S;ne!==null&&ne(Z,X),typeof X=="object"&&X!==null&&typeof X.then=="function"&&X.then(T,G)}catch(ee){G(ee)}finally{Q!==null&&Z.types!==null&&(Q.types=Z.types),z.T=Q}},ct.unstable_useCacheRefresh=function(){return z.H.useCacheRefresh()},ct.use=function(B){return z.H.use(B)},ct.useActionState=function(B,Q,Z){return z.H.useActionState(B,Q,Z)},ct.useCallback=function(B,Q){return z.H.useCallback(B,Q)},ct.useContext=function(B){return z.H.useContext(B)},ct.useDebugValue=function(){},ct.useDeferredValue=function(B,Q){return z.H.useDeferredValue(B,Q)},ct.useEffect=function(B,Q){return z.H.useEffect(B,Q)},ct.useEffectEvent=function(B){return z.H.useEffectEvent(B)},ct.useId=function(){return z.H.useId()},ct.useImperativeHandle=function(B,Q,Z){return z.H.useImperativeHandle(B,Q,Z)},ct.useInsertionEffect=function(B,Q){return z.H.useInsertionEffect(B,Q)},ct.useLayoutEffect=function(B,Q){return z.H.useLayoutEffect(B,Q)},ct.useMemo=function(B,Q){return z.H.useMemo(B,Q)},ct.useOptimistic=function(B,Q){return z.H.useOptimistic(B,Q)},ct.useReducer=function(B,Q,Z){return z.H.useReducer(B,Q,Z)},ct.useRef=function(B){return z.H.useRef(B)},ct.useState=function(B){return z.H.useState(B)},ct.useSyncExternalStore=function(B,Q,Z){return z.H.useSyncExternalStore(B,Q,Z)},ct.useTransition=function(){return z.H.useTransition()},ct.version="19.2.7",ct}var lj;function Qc(){return lj||(lj=1,Vg.exports=M5()),Vg.exports}var x=Qc();const Wc=ab(x),O5=R5({__proto__:null,default:Wc},[x]);var Fg={exports:{}},uc={},Gg={exports:{}},Yg={};/**
18
+ * @license React
19
+ * scheduler.production.js
20
+ *
21
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
22
+ *
23
+ * This source code is licensed under the MIT license found in the
24
+ * LICENSE file in the root directory of this source tree.
25
+ */var ij;function z5(){return ij||(ij=1,(function(e){function t(H,Y){var V=H.length;H.push(Y);e:for(;0<V;){var G=V-1>>>1,K=H[G];if(0<l(K,Y))H[G]=Y,H[V]=K,V=G;else break e}}function a(H){return H.length===0?null:H[0]}function o(H){if(H.length===0)return null;var Y=H[0],V=H.pop();if(V!==Y){H[0]=V;e:for(var G=0,K=H.length,B=K>>>1;G<B;){var Q=2*(G+1)-1,Z=H[Q],X=Q+1,ne=H[X];if(0>l(Z,V))X<K&&0>l(ne,Z)?(H[G]=ne,H[X]=V,G=X):(H[G]=Z,H[Q]=V,G=Q);else if(X<K&&0>l(ne,V))H[G]=ne,H[X]=V,G=X;else break e}}return Y}function l(H,Y){var V=H.sortIndex-Y.sortIndex;return V!==0?V:H.id-Y.id}if(e.unstable_now=void 0,typeof performance=="object"&&typeof performance.now=="function"){var c=performance;e.unstable_now=function(){return c.now()}}else{var d=Date,f=d.now();e.unstable_now=function(){return d.now()-f}}var m=[],h=[],g=1,b=null,_=3,w=!1,S=!1,y=!1,C=!1,N=typeof setTimeout=="function"?setTimeout:null,j=typeof clearTimeout=="function"?clearTimeout:null,E=typeof setImmediate<"u"?setImmediate:null;function R(H){for(var Y=a(h);Y!==null;){if(Y.callback===null)o(h);else if(Y.startTime<=H)o(h),Y.sortIndex=Y.expirationTime,t(m,Y);else break;Y=a(h)}}function A(H){if(y=!1,R(H),!S)if(a(m)!==null)S=!0,T||(T=!0,D());else{var Y=a(h);Y!==null&&F(A,Y.startTime-H)}}var T=!1,z=-1,O=5,P=-1;function L(){return C?!0:!(e.unstable_now()-P<O)}function U(){if(C=!1,T){var H=e.unstable_now();P=H;var Y=!0;try{e:{S=!1,y&&(y=!1,j(z),z=-1),w=!0;var V=_;try{t:{for(R(H),b=a(m);b!==null&&!(b.expirationTime>H&&L());){var G=b.callback;if(typeof G=="function"){b.callback=null,_=b.priorityLevel;var K=G(b.expirationTime<=H);if(H=e.unstable_now(),typeof K=="function"){b.callback=K,R(H),Y=!0;break t}b===a(m)&&o(m),R(H)}else o(m);b=a(m)}if(b!==null)Y=!0;else{var B=a(h);B!==null&&F(A,B.startTime-H),Y=!1}}break e}finally{b=null,_=V,w=!1}Y=void 0}}finally{Y?D():T=!1}}}var D;if(typeof E=="function")D=function(){E(U)};else if(typeof MessageChannel<"u"){var I=new MessageChannel,$=I.port2;I.port1.onmessage=U,D=function(){$.postMessage(null)}}else D=function(){N(U,0)};function F(H,Y){z=N(function(){H(e.unstable_now())},Y)}e.unstable_IdlePriority=5,e.unstable_ImmediatePriority=1,e.unstable_LowPriority=4,e.unstable_NormalPriority=3,e.unstable_Profiling=null,e.unstable_UserBlockingPriority=2,e.unstable_cancelCallback=function(H){H.callback=null},e.unstable_forceFrameRate=function(H){0>H||125<H?console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported"):O=0<H?Math.floor(1e3/H):5},e.unstable_getCurrentPriorityLevel=function(){return _},e.unstable_next=function(H){switch(_){case 1:case 2:case 3:var Y=3;break;default:Y=_}var V=_;_=Y;try{return H()}finally{_=V}},e.unstable_requestPaint=function(){C=!0},e.unstable_runWithPriority=function(H,Y){switch(H){case 1:case 2:case 3:case 4:case 5:break;default:H=3}var V=_;_=H;try{return Y()}finally{_=V}},e.unstable_scheduleCallback=function(H,Y,V){var G=e.unstable_now();switch(typeof V=="object"&&V!==null?(V=V.delay,V=typeof V=="number"&&0<V?G+V:G):V=G,H){case 1:var K=-1;break;case 2:K=250;break;case 5:K=1073741823;break;case 4:K=1e4;break;default:K=5e3}return K=V+K,H={id:g++,callback:Y,priorityLevel:H,startTime:V,expirationTime:K,sortIndex:-1},V>G?(H.sortIndex=V,t(h,H),a(m)===null&&H===a(h)&&(y?(j(z),z=-1):y=!0,F(A,V-G))):(H.sortIndex=K,t(m,H),S||w||(S=!0,T||(T=!0,D()))),H},e.unstable_shouldYield=L,e.unstable_wrapCallback=function(H){var Y=_;return function(){var V=_;_=Y;try{return H.apply(this,arguments)}finally{_=V}}}})(Yg)),Yg}var cj;function D5(){return cj||(cj=1,Gg.exports=z5()),Gg.exports}var Kg={exports:{}},Fn={};/**
26
+ * @license React
27
+ * react-dom.production.js
28
+ *
29
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
30
+ *
31
+ * This source code is licensed under the MIT license found in the
32
+ * LICENSE file in the root directory of this source tree.
33
+ */var uj;function P5(){if(uj)return Fn;uj=1;var e=Qc();function t(m){var h="https://react.dev/errors/"+m;if(1<arguments.length){h+="?args[]="+encodeURIComponent(arguments[1]);for(var g=2;g<arguments.length;g++)h+="&args[]="+encodeURIComponent(arguments[g])}return"Minified React error #"+m+"; visit "+h+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}function a(){}var o={d:{f:a,r:function(){throw Error(t(522))},D:a,C:a,L:a,m:a,X:a,S:a,M:a},p:0,findDOMNode:null},l=Symbol.for("react.portal");function c(m,h,g){var b=3<arguments.length&&arguments[3]!==void 0?arguments[3]:null;return{$$typeof:l,key:b==null?null:""+b,children:m,containerInfo:h,implementation:g}}var d=e.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;function f(m,h){if(m==="font")return"";if(typeof h=="string")return h==="use-credentials"?h:""}return Fn.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=o,Fn.createPortal=function(m,h){var g=2<arguments.length&&arguments[2]!==void 0?arguments[2]:null;if(!h||h.nodeType!==1&&h.nodeType!==9&&h.nodeType!==11)throw Error(t(299));return c(m,h,null,g)},Fn.flushSync=function(m){var h=d.T,g=o.p;try{if(d.T=null,o.p=2,m)return m()}finally{d.T=h,o.p=g,o.d.f()}},Fn.preconnect=function(m,h){typeof m=="string"&&(h?(h=h.crossOrigin,h=typeof h=="string"?h==="use-credentials"?h:"":void 0):h=null,o.d.C(m,h))},Fn.prefetchDNS=function(m){typeof m=="string"&&o.d.D(m)},Fn.preinit=function(m,h){if(typeof m=="string"&&h&&typeof h.as=="string"){var g=h.as,b=f(g,h.crossOrigin),_=typeof h.integrity=="string"?h.integrity:void 0,w=typeof h.fetchPriority=="string"?h.fetchPriority:void 0;g==="style"?o.d.S(m,typeof h.precedence=="string"?h.precedence:void 0,{crossOrigin:b,integrity:_,fetchPriority:w}):g==="script"&&o.d.X(m,{crossOrigin:b,integrity:_,fetchPriority:w,nonce:typeof h.nonce=="string"?h.nonce:void 0})}},Fn.preinitModule=function(m,h){if(typeof m=="string")if(typeof h=="object"&&h!==null){if(h.as==null||h.as==="script"){var g=f(h.as,h.crossOrigin);o.d.M(m,{crossOrigin:g,integrity:typeof h.integrity=="string"?h.integrity:void 0,nonce:typeof h.nonce=="string"?h.nonce:void 0})}}else h==null&&o.d.M(m)},Fn.preload=function(m,h){if(typeof m=="string"&&typeof h=="object"&&h!==null&&typeof h.as=="string"){var g=h.as,b=f(g,h.crossOrigin);o.d.L(m,g,{crossOrigin:b,integrity:typeof h.integrity=="string"?h.integrity:void 0,nonce:typeof h.nonce=="string"?h.nonce:void 0,type:typeof h.type=="string"?h.type:void 0,fetchPriority:typeof h.fetchPriority=="string"?h.fetchPriority:void 0,referrerPolicy:typeof h.referrerPolicy=="string"?h.referrerPolicy:void 0,imageSrcSet:typeof h.imageSrcSet=="string"?h.imageSrcSet:void 0,imageSizes:typeof h.imageSizes=="string"?h.imageSizes:void 0,media:typeof h.media=="string"?h.media:void 0})}},Fn.preloadModule=function(m,h){if(typeof m=="string")if(h){var g=f(h.as,h.crossOrigin);o.d.m(m,{as:typeof h.as=="string"&&h.as!=="script"?h.as:void 0,crossOrigin:g,integrity:typeof h.integrity=="string"?h.integrity:void 0})}else o.d.m(m)},Fn.requestFormReset=function(m){o.d.r(m)},Fn.unstable_batchedUpdates=function(m,h){return m(h)},Fn.useFormState=function(m,h,g){return d.H.useFormState(m,h,g)},Fn.useFormStatus=function(){return d.H.useHostTransitionStatus()},Fn.version="19.2.7",Fn}var dj;function m2(){if(dj)return Kg.exports;dj=1;function e(){if(!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__>"u"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function"))try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(e)}catch(t){console.error(t)}}return e(),Kg.exports=P5(),Kg.exports}/**
34
+ * @license React
35
+ * react-dom-client.production.js
36
+ *
37
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
38
+ *
39
+ * This source code is licensed under the MIT license found in the
40
+ * LICENSE file in the root directory of this source tree.
41
+ */var fj;function L5(){if(fj)return uc;fj=1;var e=D5(),t=Qc(),a=m2();function o(s){var r="https://react.dev/errors/"+s;if(1<arguments.length){r+="?args[]="+encodeURIComponent(arguments[1]);for(var i=2;i<arguments.length;i++)r+="&args[]="+encodeURIComponent(arguments[i])}return"Minified React error #"+s+"; visit "+r+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}function l(s){return!(!s||s.nodeType!==1&&s.nodeType!==9&&s.nodeType!==11)}function c(s){var r=s,i=s;if(s.alternate)for(;r.return;)r=r.return;else{s=r;do r=s,(r.flags&4098)!==0&&(i=r.return),s=r.return;while(s)}return r.tag===3?i:null}function d(s){if(s.tag===13){var r=s.memoizedState;if(r===null&&(s=s.alternate,s!==null&&(r=s.memoizedState)),r!==null)return r.dehydrated}return null}function f(s){if(s.tag===31){var r=s.memoizedState;if(r===null&&(s=s.alternate,s!==null&&(r=s.memoizedState)),r!==null)return r.dehydrated}return null}function m(s){if(c(s)!==s)throw Error(o(188))}function h(s){var r=s.alternate;if(!r){if(r=c(s),r===null)throw Error(o(188));return r!==s?null:s}for(var i=s,p=r;;){var v=i.return;if(v===null)break;var k=v.alternate;if(k===null){if(p=v.return,p!==null){i=p;continue}break}if(v.child===k.child){for(k=v.child;k;){if(k===i)return m(v),s;if(k===p)return m(v),r;k=k.sibling}throw Error(o(188))}if(i.return!==p.return)i=v,p=k;else{for(var M=!1,q=v.child;q;){if(q===i){M=!0,i=v,p=k;break}if(q===p){M=!0,p=v,i=k;break}q=q.sibling}if(!M){for(q=k.child;q;){if(q===i){M=!0,i=k,p=v;break}if(q===p){M=!0,p=k,i=v;break}q=q.sibling}if(!M)throw Error(o(189))}}if(i.alternate!==p)throw Error(o(190))}if(i.tag!==3)throw Error(o(188));return i.stateNode.current===i?s:r}function g(s){var r=s.tag;if(r===5||r===26||r===27||r===6)return s;for(s=s.child;s!==null;){if(r=g(s),r!==null)return r;s=s.sibling}return null}var b=Object.assign,_=Symbol.for("react.element"),w=Symbol.for("react.transitional.element"),S=Symbol.for("react.portal"),y=Symbol.for("react.fragment"),C=Symbol.for("react.strict_mode"),N=Symbol.for("react.profiler"),j=Symbol.for("react.consumer"),E=Symbol.for("react.context"),R=Symbol.for("react.forward_ref"),A=Symbol.for("react.suspense"),T=Symbol.for("react.suspense_list"),z=Symbol.for("react.memo"),O=Symbol.for("react.lazy"),P=Symbol.for("react.activity"),L=Symbol.for("react.memo_cache_sentinel"),U=Symbol.iterator;function D(s){return s===null||typeof s!="object"?null:(s=U&&s[U]||s["@@iterator"],typeof s=="function"?s:null)}var I=Symbol.for("react.client.reference");function $(s){if(s==null)return null;if(typeof s=="function")return s.$$typeof===I?null:s.displayName||s.name||null;if(typeof s=="string")return s;switch(s){case y:return"Fragment";case N:return"Profiler";case C:return"StrictMode";case A:return"Suspense";case T:return"SuspenseList";case P:return"Activity"}if(typeof s=="object")switch(s.$$typeof){case S:return"Portal";case E:return s.displayName||"Context";case j:return(s._context.displayName||"Context")+".Consumer";case R:var r=s.render;return s=s.displayName,s||(s=r.displayName||r.name||"",s=s!==""?"ForwardRef("+s+")":"ForwardRef"),s;case z:return r=s.displayName||null,r!==null?r:$(s.type)||"Memo";case O:r=s._payload,s=s._init;try{return $(s(r))}catch{}}return null}var F=Array.isArray,H=t.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,Y=a.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,V={pending:!1,data:null,method:null,action:null},G=[],K=-1;function B(s){return{current:s}}function Q(s){0>K||(s.current=G[K],G[K]=null,K--)}function Z(s,r){K++,G[K]=s.current,s.current=r}var X=B(null),ne=B(null),ee=B(null),re=B(null);function le(s,r){switch(Z(ee,r),Z(ne,s),Z(X,null),r.nodeType){case 9:case 11:s=(s=r.documentElement)&&(s=s.namespaceURI)?N1(s):0;break;default:if(s=r.tagName,r=r.namespaceURI)r=N1(r),s=E1(r,s);else switch(s){case"svg":s=1;break;case"math":s=2;break;default:s=0}}Q(X),Z(X,s)}function ge(){Q(X),Q(ne),Q(ee)}function Me(s){s.memoizedState!==null&&Z(re,s);var r=X.current,i=E1(r,s.type);r!==i&&(Z(ne,s),Z(X,i))}function fe(s){ne.current===s&&(Q(X),Q(ne)),re.current===s&&(Q(re),rc._currentValue=V)}var he,Ce;function ke(s){if(he===void 0)try{throw Error()}catch(i){var r=i.stack.trim().match(/\n( *(at )?)/);he=r&&r[1]||"",Ce=-1<i.stack.indexOf(`
42
+ at`)?" (<anonymous>)":-1<i.stack.indexOf("@")?"@unknown:0:0":""}return`
43
+ `+he+s+Ce}var Be=!1;function Ve(s,r){if(!s||Be)return"";Be=!0;var i=Error.prepareStackTrace;Error.prepareStackTrace=void 0;try{var p={DetermineComponentFrameRoot:function(){try{if(r){var we=function(){throw Error()};if(Object.defineProperty(we.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(we,[])}catch(pe){var ue=pe}Reflect.construct(s,[],we)}else{try{we.call()}catch(pe){ue=pe}s.call(we.prototype)}}else{try{throw Error()}catch(pe){ue=pe}(we=s())&&typeof we.catch=="function"&&we.catch(function(){})}}catch(pe){if(pe&&ue&&typeof pe.stack=="string")return[pe.stack,ue.stack]}return[null,null]}};p.DetermineComponentFrameRoot.displayName="DetermineComponentFrameRoot";var v=Object.getOwnPropertyDescriptor(p.DetermineComponentFrameRoot,"name");v&&v.configurable&&Object.defineProperty(p.DetermineComponentFrameRoot,"name",{value:"DetermineComponentFrameRoot"});var k=p.DetermineComponentFrameRoot(),M=k[0],q=k[1];if(M&&q){var W=M.split(`
44
+ `),ce=q.split(`
45
+ `);for(v=p=0;p<W.length&&!W[p].includes("DetermineComponentFrameRoot");)p++;for(;v<ce.length&&!ce[v].includes("DetermineComponentFrameRoot");)v++;if(p===W.length||v===ce.length)for(p=W.length-1,v=ce.length-1;1<=p&&0<=v&&W[p]!==ce[v];)v--;for(;1<=p&&0<=v;p--,v--)if(W[p]!==ce[v]){if(p!==1||v!==1)do if(p--,v--,0>v||W[p]!==ce[v]){var be=`
46
+ `+W[p].replace(" at new "," at ");return s.displayName&&be.includes("<anonymous>")&&(be=be.replace("<anonymous>",s.displayName)),be}while(1<=p&&0<=v);break}}}finally{Be=!1,Error.prepareStackTrace=i}return(i=s?s.displayName||s.name:"")?ke(i):""}function Se(s,r){switch(s.tag){case 26:case 27:case 5:return ke(s.type);case 16:return ke("Lazy");case 13:return s.child!==r&&r!==null?ke("Suspense Fallback"):ke("Suspense");case 19:return ke("SuspenseList");case 0:case 15:return Ve(s.type,!1);case 11:return Ve(s.type.render,!1);case 1:return Ve(s.type,!0);case 31:return ke("Activity");default:return""}}function Te(s){try{var r="",i=null;do r+=Se(s,i),i=s,s=s.return;while(s);return r}catch(p){return`
47
+ Error generating stack: `+p.message+`
48
+ `+p.stack}}var je=Object.prototype.hasOwnProperty,Ee=e.unstable_scheduleCallback,De=e.unstable_cancelCallback,Le=e.unstable_shouldYield,Ie=e.unstable_requestPaint,de=e.unstable_now,ye=e.unstable_getCurrentPriorityLevel,Ge=e.unstable_ImmediatePriority,Re=e.unstable_UserBlockingPriority,Oe=e.unstable_NormalPriority,tt=e.unstable_LowPriority,ot=e.unstable_IdlePriority,vt=e.log,Mt=e.unstable_setDisableYieldValue,lt=null,Rt=null;function _e(s){if(typeof vt=="function"&&Mt(s),Rt&&typeof Rt.setStrictMode=="function")try{Rt.setStrictMode(lt,s)}catch{}}var Pe=Math.clz32?Math.clz32:Qe,Xe=Math.log,it=Math.LN2;function Qe(s){return s>>>=0,s===0?32:31-(Xe(s)/it|0)|0}var mt=256,Ot=262144,Jt=4194304;function Qt(s){var r=s&42;if(r!==0)return r;switch(s&-s){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 s&261888;case 262144:case 524288:case 1048576:case 2097152:return s&3932160;case 4194304:case 8388608:case 16777216:case 33554432:return s&62914560;case 67108864:return 67108864;case 134217728:return 134217728;case 268435456:return 268435456;case 536870912:return 536870912;case 1073741824:return 0;default:return s}}function en(s,r,i){var p=s.pendingLanes;if(p===0)return 0;var v=0,k=s.suspendedLanes,M=s.pingedLanes;s=s.warmLanes;var q=p&134217727;return q!==0?(p=q&~k,p!==0?v=Qt(p):(M&=q,M!==0?v=Qt(M):i||(i=q&~s,i!==0&&(v=Qt(i))))):(q=p&~k,q!==0?v=Qt(q):M!==0?v=Qt(M):i||(i=p&~s,i!==0&&(v=Qt(i)))),v===0?0:r!==0&&r!==v&&(r&k)===0&&(k=v&-v,i=r&-r,k>=i||k===32&&(i&4194048)!==0)?r:v}function mn(s,r){return(s.pendingLanes&~(s.suspendedLanes&~s.pingedLanes)&r)===0}function rs(s,r){switch(s){case 1:case 2:case 4:case 8:case 64:return r+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 r+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 bs(){var s=Jt;return Jt<<=1,(Jt&62914560)===0&&(Jt=4194304),s}function Rs(s){for(var r=[],i=0;31>i;i++)r.push(s);return r}function gn(s,r){s.pendingLanes|=r,r!==268435456&&(s.suspendedLanes=0,s.pingedLanes=0,s.warmLanes=0)}function Ts(s,r,i,p,v,k){var M=s.pendingLanes;s.pendingLanes=i,s.suspendedLanes=0,s.pingedLanes=0,s.warmLanes=0,s.expiredLanes&=i,s.entangledLanes&=i,s.errorRecoveryDisabledLanes&=i,s.shellSuspendCounter=0;var q=s.entanglements,W=s.expirationTimes,ce=s.hiddenUpdates;for(i=M&~i;0<i;){var be=31-Pe(i),we=1<<be;q[be]=0,W[be]=-1;var ue=ce[be];if(ue!==null)for(ce[be]=null,be=0;be<ue.length;be++){var pe=ue[be];pe!==null&&(pe.lane&=-536870913)}i&=~we}p!==0&&Ta(s,p,0),k!==0&&v===0&&s.tag!==0&&(s.suspendedLanes|=k&~(M&~r))}function Ta(s,r,i){s.pendingLanes|=r,s.suspendedLanes&=~r;var p=31-Pe(r);s.entangledLanes|=r,s.entanglements[p]=s.entanglements[p]|1073741824|i&261930}function Gs(s,r){var i=s.entangledLanes|=r;for(s=s.entanglements;i;){var p=31-Pe(i),v=1<<p;v&r|s[p]&r&&(s[p]|=r),i&=~v}}function Aa(s,r){var i=r&-r;return i=(i&42)!==0?1:dt(i),(i&(s.suspendedLanes|r))!==0?0:i}function dt(s){switch(s){case 2:s=1;break;case 8:s=4;break;case 32:s=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:s=128;break;case 268435456:s=134217728;break;default:s=0}return s}function Ut(s){return s&=-s,2<s?8<s?(s&134217727)!==0?32:268435456:8:2}function hn(){var s=Y.p;return s!==0?s:(s=window.event,s===void 0?32:W1(s.type))}function Rn(s,r){var i=Y.p;try{return Y.p=s,r()}finally{Y.p=i}}var Sn=Math.random().toString(36).slice(2),Yt="__reactFiber$"+Sn,Ln="__reactProps$"+Sn,la="__reactContainer$"+Sn,_i="__reactEvents$"+Sn,fu="__reactListeners$"+Sn,_R="__reactHandles$"+Sn,mv="__reactResources$"+Sn,vi="__reactMarker$"+Sn;function Dp(s){delete s[Yt],delete s[Ln],delete s[_i],delete s[fu],delete s[_R]}function Jo(s){var r=s[Yt];if(r)return r;for(var i=s.parentNode;i;){if(r=i[la]||i[Yt]){if(i=r.alternate,r.child!==null||i!==null&&i.child!==null)for(s=D1(s);s!==null;){if(i=s[Yt])return i;s=D1(s)}return r}s=i,i=s.parentNode}return null}function el(s){if(s=s[Yt]||s[la]){var r=s.tag;if(r===5||r===6||r===13||r===31||r===26||r===27||r===3)return s}return null}function yi(s){var r=s.tag;if(r===5||r===26||r===27||r===6)return s.stateNode;throw Error(o(33))}function tl(s){var r=s[mv];return r||(r=s[mv]={hoistableStyles:new Map,hoistableScripts:new Map}),r}function Tn(s){s[vi]=!0}var gv=new Set,hv={};function so(s,r){nl(s,r),nl(s+"Capture",r)}function nl(s,r){for(hv[s]=r,s=0;s<r.length;s++)gv.add(r[s])}var vR=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]*$"),xv={},bv={};function yR(s){return je.call(bv,s)?!0:je.call(xv,s)?!1:vR.test(s)?bv[s]=!0:(xv[s]=!0,!1)}function pu(s,r,i){if(yR(r))if(i===null)s.removeAttribute(r);else{switch(typeof i){case"undefined":case"function":case"symbol":s.removeAttribute(r);return;case"boolean":var p=r.toLowerCase().slice(0,5);if(p!=="data-"&&p!=="aria-"){s.removeAttribute(r);return}}s.setAttribute(r,""+i)}}function mu(s,r,i){if(i===null)s.removeAttribute(r);else{switch(typeof i){case"undefined":case"function":case"symbol":case"boolean":s.removeAttribute(r);return}s.setAttribute(r,""+i)}}function Ma(s,r,i,p){if(p===null)s.removeAttribute(i);else{switch(typeof p){case"undefined":case"function":case"symbol":case"boolean":s.removeAttribute(i);return}s.setAttributeNS(r,i,""+p)}}function As(s){switch(typeof s){case"bigint":case"boolean":case"number":case"string":case"undefined":return s;case"object":return s;default:return""}}function _v(s){var r=s.type;return(s=s.nodeName)&&s.toLowerCase()==="input"&&(r==="checkbox"||r==="radio")}function jR(s,r,i){var p=Object.getOwnPropertyDescriptor(s.constructor.prototype,r);if(!s.hasOwnProperty(r)&&typeof p<"u"&&typeof p.get=="function"&&typeof p.set=="function"){var v=p.get,k=p.set;return Object.defineProperty(s,r,{configurable:!0,get:function(){return v.call(this)},set:function(M){i=""+M,k.call(this,M)}}),Object.defineProperty(s,r,{enumerable:p.enumerable}),{getValue:function(){return i},setValue:function(M){i=""+M},stopTracking:function(){s._valueTracker=null,delete s[r]}}}}function Pp(s){if(!s._valueTracker){var r=_v(s)?"checked":"value";s._valueTracker=jR(s,r,""+s[r])}}function vv(s){if(!s)return!1;var r=s._valueTracker;if(!r)return!0;var i=r.getValue(),p="";return s&&(p=_v(s)?s.checked?"true":"false":s.value),s=p,s!==i?(r.setValue(s),!0):!1}function gu(s){if(s=s||(typeof document<"u"?document:void 0),typeof s>"u")return null;try{return s.activeElement||s.body}catch{return s.body}}var wR=/[\n"\\]/g;function Ms(s){return s.replace(wR,function(r){return"\\"+r.charCodeAt(0).toString(16)+" "})}function Lp(s,r,i,p,v,k,M,q){s.name="",M!=null&&typeof M!="function"&&typeof M!="symbol"&&typeof M!="boolean"?s.type=M:s.removeAttribute("type"),r!=null?M==="number"?(r===0&&s.value===""||s.value!=r)&&(s.value=""+As(r)):s.value!==""+As(r)&&(s.value=""+As(r)):M!=="submit"&&M!=="reset"||s.removeAttribute("value"),r!=null?Ip(s,M,As(r)):i!=null?Ip(s,M,As(i)):p!=null&&s.removeAttribute("value"),v==null&&k!=null&&(s.defaultChecked=!!k),v!=null&&(s.checked=v&&typeof v!="function"&&typeof v!="symbol"),q!=null&&typeof q!="function"&&typeof q!="symbol"&&typeof q!="boolean"?s.name=""+As(q):s.removeAttribute("name")}function yv(s,r,i,p,v,k,M,q){if(k!=null&&typeof k!="function"&&typeof k!="symbol"&&typeof k!="boolean"&&(s.type=k),r!=null||i!=null){if(!(k!=="submit"&&k!=="reset"||r!=null)){Pp(s);return}i=i!=null?""+As(i):"",r=r!=null?""+As(r):i,q||r===s.value||(s.value=r),s.defaultValue=r}p=p??v,p=typeof p!="function"&&typeof p!="symbol"&&!!p,s.checked=q?s.checked:!!p,s.defaultChecked=!!p,M!=null&&typeof M!="function"&&typeof M!="symbol"&&typeof M!="boolean"&&(s.name=M),Pp(s)}function Ip(s,r,i){r==="number"&&gu(s.ownerDocument)===s||s.defaultValue===""+i||(s.defaultValue=""+i)}function sl(s,r,i,p){if(s=s.options,r){r={};for(var v=0;v<i.length;v++)r["$"+i[v]]=!0;for(i=0;i<s.length;i++)v=r.hasOwnProperty("$"+s[i].value),s[i].selected!==v&&(s[i].selected=v),v&&p&&(s[i].defaultSelected=!0)}else{for(i=""+As(i),r=null,v=0;v<s.length;v++){if(s[v].value===i){s[v].selected=!0,p&&(s[v].defaultSelected=!0);return}r!==null||s[v].disabled||(r=s[v])}r!==null&&(r.selected=!0)}}function jv(s,r,i){if(r!=null&&(r=""+As(r),r!==s.value&&(s.value=r),i==null)){s.defaultValue!==r&&(s.defaultValue=r);return}s.defaultValue=i!=null?""+As(i):""}function wv(s,r,i,p){if(r==null){if(p!=null){if(i!=null)throw Error(o(92));if(F(p)){if(1<p.length)throw Error(o(93));p=p[0]}i=p}i==null&&(i=""),r=i}i=As(r),s.defaultValue=i,p=s.textContent,p===i&&p!==""&&p!==null&&(s.value=p),Pp(s)}function al(s,r){if(r){var i=s.firstChild;if(i&&i===s.lastChild&&i.nodeType===3){i.nodeValue=r;return}}s.textContent=r}var kR=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 kv(s,r,i){var p=r.indexOf("--")===0;i==null||typeof i=="boolean"||i===""?p?s.setProperty(r,""):r==="float"?s.cssFloat="":s[r]="":p?s.setProperty(r,i):typeof i!="number"||i===0||kR.has(r)?r==="float"?s.cssFloat=i:s[r]=(""+i).trim():s[r]=i+"px"}function Sv(s,r,i){if(r!=null&&typeof r!="object")throw Error(o(62));if(s=s.style,i!=null){for(var p in i)!i.hasOwnProperty(p)||r!=null&&r.hasOwnProperty(p)||(p.indexOf("--")===0?s.setProperty(p,""):p==="float"?s.cssFloat="":s[p]="");for(var v in r)p=r[v],r.hasOwnProperty(v)&&i[v]!==p&&kv(s,v,p)}else for(var k in r)r.hasOwnProperty(k)&&kv(s,k,r[k])}function Bp(s){if(s.indexOf("-")===-1)return!1;switch(s){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 SR=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"]]),CR=/^[\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 hu(s){return CR.test(""+s)?"javascript:throw new Error('React has blocked a javascript: URL as a security precaution.')":s}function Oa(){}var Up=null;function $p(s){return s=s.target||s.srcElement||window,s.correspondingUseElement&&(s=s.correspondingUseElement),s.nodeType===3?s.parentNode:s}var rl=null,ol=null;function Cv(s){var r=el(s);if(r&&(s=r.stateNode)){var i=s[Ln]||null;e:switch(s=r.stateNode,r.type){case"input":if(Lp(s,i.value,i.defaultValue,i.defaultValue,i.checked,i.defaultChecked,i.type,i.name),r=i.name,i.type==="radio"&&r!=null){for(i=s;i.parentNode;)i=i.parentNode;for(i=i.querySelectorAll('input[name="'+Ms(""+r)+'"][type="radio"]'),r=0;r<i.length;r++){var p=i[r];if(p!==s&&p.form===s.form){var v=p[Ln]||null;if(!v)throw Error(o(90));Lp(p,v.value,v.defaultValue,v.defaultValue,v.checked,v.defaultChecked,v.type,v.name)}}for(r=0;r<i.length;r++)p=i[r],p.form===s.form&&vv(p)}break e;case"textarea":jv(s,i.value,i.defaultValue);break e;case"select":r=i.value,r!=null&&sl(s,!!i.multiple,r,!1)}}}var Hp=!1;function Nv(s,r,i){if(Hp)return s(r,i);Hp=!0;try{var p=s(r);return p}finally{if(Hp=!1,(rl!==null||ol!==null)&&(sd(),rl&&(r=rl,s=ol,ol=rl=null,Cv(r),s)))for(r=0;r<s.length;r++)Cv(s[r])}}function ji(s,r){var i=s.stateNode;if(i===null)return null;var p=i[Ln]||null;if(p===null)return null;i=p[r];e:switch(r){case"onClick":case"onClickCapture":case"onDoubleClick":case"onDoubleClickCapture":case"onMouseDown":case"onMouseDownCapture":case"onMouseMove":case"onMouseMoveCapture":case"onMouseUp":case"onMouseUpCapture":case"onMouseEnter":(p=!p.disabled)||(s=s.type,p=!(s==="button"||s==="input"||s==="select"||s==="textarea")),s=!p;break e;default:s=!1}if(s)return null;if(i&&typeof i!="function")throw Error(o(231,r,typeof i));return i}var za=!(typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"),qp=!1;if(za)try{var wi={};Object.defineProperty(wi,"passive",{get:function(){qp=!0}}),window.addEventListener("test",wi,wi),window.removeEventListener("test",wi,wi)}catch{qp=!1}var fr=null,Vp=null,xu=null;function Ev(){if(xu)return xu;var s,r=Vp,i=r.length,p,v="value"in fr?fr.value:fr.textContent,k=v.length;for(s=0;s<i&&r[s]===v[s];s++);var M=i-s;for(p=1;p<=M&&r[i-p]===v[k-p];p++);return xu=v.slice(s,1<p?1-p:void 0)}function bu(s){var r=s.keyCode;return"charCode"in s?(s=s.charCode,s===0&&r===13&&(s=13)):s=r,s===10&&(s=13),32<=s||s===13?s:0}function _u(){return!0}function Rv(){return!1}function os(s){function r(i,p,v,k,M){this._reactName=i,this._targetInst=v,this.type=p,this.nativeEvent=k,this.target=M,this.currentTarget=null;for(var q in s)s.hasOwnProperty(q)&&(i=s[q],this[q]=i?i(k):k[q]);return this.isDefaultPrevented=(k.defaultPrevented!=null?k.defaultPrevented:k.returnValue===!1)?_u:Rv,this.isPropagationStopped=Rv,this}return b(r.prototype,{preventDefault:function(){this.defaultPrevented=!0;var i=this.nativeEvent;i&&(i.preventDefault?i.preventDefault():typeof i.returnValue!="unknown"&&(i.returnValue=!1),this.isDefaultPrevented=_u)},stopPropagation:function(){var i=this.nativeEvent;i&&(i.stopPropagation?i.stopPropagation():typeof i.cancelBubble!="unknown"&&(i.cancelBubble=!0),this.isPropagationStopped=_u)},persist:function(){},isPersistent:_u}),r}var ao={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(s){return s.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},vu=os(ao),ki=b({},ao,{view:0,detail:0}),NR=os(ki),Fp,Gp,Si,yu=b({},ki,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:Kp,button:0,buttons:0,relatedTarget:function(s){return s.relatedTarget===void 0?s.fromElement===s.srcElement?s.toElement:s.fromElement:s.relatedTarget},movementX:function(s){return"movementX"in s?s.movementX:(s!==Si&&(Si&&s.type==="mousemove"?(Fp=s.screenX-Si.screenX,Gp=s.screenY-Si.screenY):Gp=Fp=0,Si=s),Fp)},movementY:function(s){return"movementY"in s?s.movementY:Gp}}),Tv=os(yu),ER=b({},yu,{dataTransfer:0}),RR=os(ER),TR=b({},ki,{relatedTarget:0}),Yp=os(TR),AR=b({},ao,{animationName:0,elapsedTime:0,pseudoElement:0}),MR=os(AR),OR=b({},ao,{clipboardData:function(s){return"clipboardData"in s?s.clipboardData:window.clipboardData}}),zR=os(OR),DR=b({},ao,{data:0}),Av=os(DR),PR={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},LR={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"},IR={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function BR(s){var r=this.nativeEvent;return r.getModifierState?r.getModifierState(s):(s=IR[s])?!!r[s]:!1}function Kp(){return BR}var UR=b({},ki,{key:function(s){if(s.key){var r=PR[s.key]||s.key;if(r!=="Unidentified")return r}return s.type==="keypress"?(s=bu(s),s===13?"Enter":String.fromCharCode(s)):s.type==="keydown"||s.type==="keyup"?LR[s.keyCode]||"Unidentified":""},code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:Kp,charCode:function(s){return s.type==="keypress"?bu(s):0},keyCode:function(s){return s.type==="keydown"||s.type==="keyup"?s.keyCode:0},which:function(s){return s.type==="keypress"?bu(s):s.type==="keydown"||s.type==="keyup"?s.keyCode:0}}),$R=os(UR),HR=b({},yu,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0}),Mv=os(HR),qR=b({},ki,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:Kp}),VR=os(qR),FR=b({},ao,{propertyName:0,elapsedTime:0,pseudoElement:0}),GR=os(FR),YR=b({},yu,{deltaX:function(s){return"deltaX"in s?s.deltaX:"wheelDeltaX"in s?-s.wheelDeltaX:0},deltaY:function(s){return"deltaY"in s?s.deltaY:"wheelDeltaY"in s?-s.wheelDeltaY:"wheelDelta"in s?-s.wheelDelta:0},deltaZ:0,deltaMode:0}),KR=os(YR),XR=b({},ao,{newState:0,oldState:0}),QR=os(XR),WR=[9,13,27,32],Xp=za&&"CompositionEvent"in window,Ci=null;za&&"documentMode"in document&&(Ci=document.documentMode);var ZR=za&&"TextEvent"in window&&!Ci,Ov=za&&(!Xp||Ci&&8<Ci&&11>=Ci),zv=" ",Dv=!1;function Pv(s,r){switch(s){case"keyup":return WR.indexOf(r.keyCode)!==-1;case"keydown":return r.keyCode!==229;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function Lv(s){return s=s.detail,typeof s=="object"&&"data"in s?s.data:null}var ll=!1;function JR(s,r){switch(s){case"compositionend":return Lv(r);case"keypress":return r.which!==32?null:(Dv=!0,zv);case"textInput":return s=r.data,s===zv&&Dv?null:s;default:return null}}function eT(s,r){if(ll)return s==="compositionend"||!Xp&&Pv(s,r)?(s=Ev(),xu=Vp=fr=null,ll=!1,s):null;switch(s){case"paste":return null;case"keypress":if(!(r.ctrlKey||r.altKey||r.metaKey)||r.ctrlKey&&r.altKey){if(r.char&&1<r.char.length)return r.char;if(r.which)return String.fromCharCode(r.which)}return null;case"compositionend":return Ov&&r.locale!=="ko"?null:r.data;default:return null}}var tT={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 Iv(s){var r=s&&s.nodeName&&s.nodeName.toLowerCase();return r==="input"?!!tT[s.type]:r==="textarea"}function Bv(s,r,i,p){rl?ol?ol.push(p):ol=[p]:rl=p,r=ud(r,"onChange"),0<r.length&&(i=new vu("onChange","change",null,i,p),s.push({event:i,listeners:r}))}var Ni=null,Ei=null;function nT(s){y1(s,0)}function ju(s){var r=yi(s);if(vv(r))return s}function Uv(s,r){if(s==="change")return r}var $v=!1;if(za){var Qp;if(za){var Wp="oninput"in document;if(!Wp){var Hv=document.createElement("div");Hv.setAttribute("oninput","return;"),Wp=typeof Hv.oninput=="function"}Qp=Wp}else Qp=!1;$v=Qp&&(!document.documentMode||9<document.documentMode)}function qv(){Ni&&(Ni.detachEvent("onpropertychange",Vv),Ei=Ni=null)}function Vv(s){if(s.propertyName==="value"&&ju(Ei)){var r=[];Bv(r,Ei,s,$p(s)),Nv(nT,r)}}function sT(s,r,i){s==="focusin"?(qv(),Ni=r,Ei=i,Ni.attachEvent("onpropertychange",Vv)):s==="focusout"&&qv()}function aT(s){if(s==="selectionchange"||s==="keyup"||s==="keydown")return ju(Ei)}function rT(s,r){if(s==="click")return ju(r)}function oT(s,r){if(s==="input"||s==="change")return ju(r)}function lT(s,r){return s===r&&(s!==0||1/s===1/r)||s!==s&&r!==r}var _s=typeof Object.is=="function"?Object.is:lT;function Ri(s,r){if(_s(s,r))return!0;if(typeof s!="object"||s===null||typeof r!="object"||r===null)return!1;var i=Object.keys(s),p=Object.keys(r);if(i.length!==p.length)return!1;for(p=0;p<i.length;p++){var v=i[p];if(!je.call(r,v)||!_s(s[v],r[v]))return!1}return!0}function Fv(s){for(;s&&s.firstChild;)s=s.firstChild;return s}function Gv(s,r){var i=Fv(s);s=0;for(var p;i;){if(i.nodeType===3){if(p=s+i.textContent.length,s<=r&&p>=r)return{node:i,offset:r-s};s=p}e:{for(;i;){if(i.nextSibling){i=i.nextSibling;break e}i=i.parentNode}i=void 0}i=Fv(i)}}function Yv(s,r){return s&&r?s===r?!0:s&&s.nodeType===3?!1:r&&r.nodeType===3?Yv(s,r.parentNode):"contains"in s?s.contains(r):s.compareDocumentPosition?!!(s.compareDocumentPosition(r)&16):!1:!1}function Kv(s){s=s!=null&&s.ownerDocument!=null&&s.ownerDocument.defaultView!=null?s.ownerDocument.defaultView:window;for(var r=gu(s.document);r instanceof s.HTMLIFrameElement;){try{var i=typeof r.contentWindow.location.href=="string"}catch{i=!1}if(i)s=r.contentWindow;else break;r=gu(s.document)}return r}function Zp(s){var r=s&&s.nodeName&&s.nodeName.toLowerCase();return r&&(r==="input"&&(s.type==="text"||s.type==="search"||s.type==="tel"||s.type==="url"||s.type==="password")||r==="textarea"||s.contentEditable==="true")}var iT=za&&"documentMode"in document&&11>=document.documentMode,il=null,Jp=null,Ti=null,em=!1;function Xv(s,r,i){var p=i.window===i?i.document:i.nodeType===9?i:i.ownerDocument;em||il==null||il!==gu(p)||(p=il,"selectionStart"in p&&Zp(p)?p={start:p.selectionStart,end:p.selectionEnd}:(p=(p.ownerDocument&&p.ownerDocument.defaultView||window).getSelection(),p={anchorNode:p.anchorNode,anchorOffset:p.anchorOffset,focusNode:p.focusNode,focusOffset:p.focusOffset}),Ti&&Ri(Ti,p)||(Ti=p,p=ud(Jp,"onSelect"),0<p.length&&(r=new vu("onSelect","select",null,r,i),s.push({event:r,listeners:p}),r.target=il)))}function ro(s,r){var i={};return i[s.toLowerCase()]=r.toLowerCase(),i["Webkit"+s]="webkit"+r,i["Moz"+s]="moz"+r,i}var cl={animationend:ro("Animation","AnimationEnd"),animationiteration:ro("Animation","AnimationIteration"),animationstart:ro("Animation","AnimationStart"),transitionrun:ro("Transition","TransitionRun"),transitionstart:ro("Transition","TransitionStart"),transitioncancel:ro("Transition","TransitionCancel"),transitionend:ro("Transition","TransitionEnd")},tm={},Qv={};za&&(Qv=document.createElement("div").style,"AnimationEvent"in window||(delete cl.animationend.animation,delete cl.animationiteration.animation,delete cl.animationstart.animation),"TransitionEvent"in window||delete cl.transitionend.transition);function oo(s){if(tm[s])return tm[s];if(!cl[s])return s;var r=cl[s],i;for(i in r)if(r.hasOwnProperty(i)&&i in Qv)return tm[s]=r[i];return s}var Wv=oo("animationend"),Zv=oo("animationiteration"),Jv=oo("animationstart"),cT=oo("transitionrun"),uT=oo("transitionstart"),dT=oo("transitioncancel"),ey=oo("transitionend"),ty=new Map,nm="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(" ");nm.push("scrollEnd");function Ys(s,r){ty.set(s,r),so(r,[s])}var wu=typeof reportError=="function"?reportError:function(s){if(typeof window=="object"&&typeof window.ErrorEvent=="function"){var r=new window.ErrorEvent("error",{bubbles:!0,cancelable:!0,message:typeof s=="object"&&s!==null&&typeof s.message=="string"?String(s.message):String(s),error:s});if(!window.dispatchEvent(r))return}else if(typeof process=="object"&&typeof process.emit=="function"){process.emit("uncaughtException",s);return}console.error(s)},Os=[],ul=0,sm=0;function ku(){for(var s=ul,r=sm=ul=0;r<s;){var i=Os[r];Os[r++]=null;var p=Os[r];Os[r++]=null;var v=Os[r];Os[r++]=null;var k=Os[r];if(Os[r++]=null,p!==null&&v!==null){var M=p.pending;M===null?v.next=v:(v.next=M.next,M.next=v),p.pending=v}k!==0&&ny(i,v,k)}}function Su(s,r,i,p){Os[ul++]=s,Os[ul++]=r,Os[ul++]=i,Os[ul++]=p,sm|=p,s.lanes|=p,s=s.alternate,s!==null&&(s.lanes|=p)}function am(s,r,i,p){return Su(s,r,i,p),Cu(s)}function lo(s,r){return Su(s,null,null,r),Cu(s)}function ny(s,r,i){s.lanes|=i;var p=s.alternate;p!==null&&(p.lanes|=i);for(var v=!1,k=s.return;k!==null;)k.childLanes|=i,p=k.alternate,p!==null&&(p.childLanes|=i),k.tag===22&&(s=k.stateNode,s===null||s._visibility&1||(v=!0)),s=k,k=k.return;return s.tag===3?(k=s.stateNode,v&&r!==null&&(v=31-Pe(i),s=k.hiddenUpdates,p=s[v],p===null?s[v]=[r]:p.push(r),r.lane=i|536870912),k):null}function Cu(s){if(50<Zi)throw Zi=0,pg=null,Error(o(185));for(var r=s.return;r!==null;)s=r,r=s.return;return s.tag===3?s.stateNode:null}var dl={};function fT(s,r,i,p){this.tag=s,this.key=i,this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null,this.index=0,this.refCleanup=this.ref=null,this.pendingProps=r,this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null,this.mode=p,this.subtreeFlags=this.flags=0,this.deletions=null,this.childLanes=this.lanes=0,this.alternate=null}function vs(s,r,i,p){return new fT(s,r,i,p)}function rm(s){return s=s.prototype,!(!s||!s.isReactComponent)}function Da(s,r){var i=s.alternate;return i===null?(i=vs(s.tag,r,s.key,s.mode),i.elementType=s.elementType,i.type=s.type,i.stateNode=s.stateNode,i.alternate=s,s.alternate=i):(i.pendingProps=r,i.type=s.type,i.flags=0,i.subtreeFlags=0,i.deletions=null),i.flags=s.flags&65011712,i.childLanes=s.childLanes,i.lanes=s.lanes,i.child=s.child,i.memoizedProps=s.memoizedProps,i.memoizedState=s.memoizedState,i.updateQueue=s.updateQueue,r=s.dependencies,i.dependencies=r===null?null:{lanes:r.lanes,firstContext:r.firstContext},i.sibling=s.sibling,i.index=s.index,i.ref=s.ref,i.refCleanup=s.refCleanup,i}function sy(s,r){s.flags&=65011714;var i=s.alternate;return i===null?(s.childLanes=0,s.lanes=r,s.child=null,s.subtreeFlags=0,s.memoizedProps=null,s.memoizedState=null,s.updateQueue=null,s.dependencies=null,s.stateNode=null):(s.childLanes=i.childLanes,s.lanes=i.lanes,s.child=i.child,s.subtreeFlags=0,s.deletions=null,s.memoizedProps=i.memoizedProps,s.memoizedState=i.memoizedState,s.updateQueue=i.updateQueue,s.type=i.type,r=i.dependencies,s.dependencies=r===null?null:{lanes:r.lanes,firstContext:r.firstContext}),s}function Nu(s,r,i,p,v,k){var M=0;if(p=s,typeof s=="function")rm(s)&&(M=1);else if(typeof s=="string")M=x5(s,i,X.current)?26:s==="html"||s==="head"||s==="body"?27:5;else e:switch(s){case P:return s=vs(31,i,r,v),s.elementType=P,s.lanes=k,s;case y:return io(i.children,v,k,r);case C:M=8,v|=24;break;case N:return s=vs(12,i,r,v|2),s.elementType=N,s.lanes=k,s;case A:return s=vs(13,i,r,v),s.elementType=A,s.lanes=k,s;case T:return s=vs(19,i,r,v),s.elementType=T,s.lanes=k,s;default:if(typeof s=="object"&&s!==null)switch(s.$$typeof){case E:M=10;break e;case j:M=9;break e;case R:M=11;break e;case z:M=14;break e;case O:M=16,p=null;break e}M=29,i=Error(o(130,s===null?"null":typeof s,"")),p=null}return r=vs(M,i,r,v),r.elementType=s,r.type=p,r.lanes=k,r}function io(s,r,i,p){return s=vs(7,s,p,r),s.lanes=i,s}function om(s,r,i){return s=vs(6,s,null,r),s.lanes=i,s}function ay(s){var r=vs(18,null,null,0);return r.stateNode=s,r}function lm(s,r,i){return r=vs(4,s.children!==null?s.children:[],s.key,r),r.lanes=i,r.stateNode={containerInfo:s.containerInfo,pendingChildren:null,implementation:s.implementation},r}var ry=new WeakMap;function zs(s,r){if(typeof s=="object"&&s!==null){var i=ry.get(s);return i!==void 0?i:(r={value:s,source:r,stack:Te(r)},ry.set(s,r),r)}return{value:s,source:r,stack:Te(r)}}var fl=[],pl=0,Eu=null,Ai=0,Ds=[],Ps=0,pr=null,ia=1,ca="";function Pa(s,r){fl[pl++]=Ai,fl[pl++]=Eu,Eu=s,Ai=r}function oy(s,r,i){Ds[Ps++]=ia,Ds[Ps++]=ca,Ds[Ps++]=pr,pr=s;var p=ia;s=ca;var v=32-Pe(p)-1;p&=~(1<<v),i+=1;var k=32-Pe(r)+v;if(30<k){var M=v-v%5;k=(p&(1<<M)-1).toString(32),p>>=M,v-=M,ia=1<<32-Pe(r)+v|i<<v|p,ca=k+s}else ia=1<<k|i<<v|p,ca=s}function im(s){s.return!==null&&(Pa(s,1),oy(s,1,0))}function cm(s){for(;s===Eu;)Eu=fl[--pl],fl[pl]=null,Ai=fl[--pl],fl[pl]=null;for(;s===pr;)pr=Ds[--Ps],Ds[Ps]=null,ca=Ds[--Ps],Ds[Ps]=null,ia=Ds[--Ps],Ds[Ps]=null}function ly(s,r){Ds[Ps++]=ia,Ds[Ps++]=ca,Ds[Ps++]=pr,ia=r.id,ca=r.overflow,pr=s}var In=null,tn=null,Nt=!1,mr=null,Ls=!1,um=Error(o(519));function gr(s){var r=Error(o(418,1<arguments.length&&arguments[1]!==void 0&&arguments[1]?"text":"HTML",""));throw Mi(zs(r,s)),um}function iy(s){var r=s.stateNode,i=s.type,p=s.memoizedProps;switch(r[Yt]=s,r[Ln]=p,i){case"dialog":jt("cancel",r),jt("close",r);break;case"iframe":case"object":case"embed":jt("load",r);break;case"video":case"audio":for(i=0;i<ec.length;i++)jt(ec[i],r);break;case"source":jt("error",r);break;case"img":case"image":case"link":jt("error",r),jt("load",r);break;case"details":jt("toggle",r);break;case"input":jt("invalid",r),yv(r,p.value,p.defaultValue,p.checked,p.defaultChecked,p.type,p.name,!0);break;case"select":jt("invalid",r);break;case"textarea":jt("invalid",r),wv(r,p.value,p.defaultValue,p.children)}i=p.children,typeof i!="string"&&typeof i!="number"&&typeof i!="bigint"||r.textContent===""+i||p.suppressHydrationWarning===!0||S1(r.textContent,i)?(p.popover!=null&&(jt("beforetoggle",r),jt("toggle",r)),p.onScroll!=null&&jt("scroll",r),p.onScrollEnd!=null&&jt("scrollend",r),p.onClick!=null&&(r.onclick=Oa),r=!0):r=!1,r||gr(s,!0)}function cy(s){for(In=s.return;In;)switch(In.tag){case 5:case 31:case 13:Ls=!1;return;case 27:case 3:Ls=!0;return;default:In=In.return}}function ml(s){if(s!==In)return!1;if(!Nt)return cy(s),Nt=!0,!1;var r=s.tag,i;if((i=r!==3&&r!==27)&&((i=r===5)&&(i=s.type,i=!(i!=="form"&&i!=="button")||Eg(s.type,s.memoizedProps)),i=!i),i&&tn&&gr(s),cy(s),r===13){if(s=s.memoizedState,s=s!==null?s.dehydrated:null,!s)throw Error(o(317));tn=z1(s)}else if(r===31){if(s=s.memoizedState,s=s!==null?s.dehydrated:null,!s)throw Error(o(317));tn=z1(s)}else r===27?(r=tn,Rr(s.type)?(s=Og,Og=null,tn=s):tn=r):tn=In?Bs(s.stateNode.nextSibling):null;return!0}function co(){tn=In=null,Nt=!1}function dm(){var s=mr;return s!==null&&(us===null?us=s:us.push.apply(us,s),mr=null),s}function Mi(s){mr===null?mr=[s]:mr.push(s)}var fm=B(null),uo=null,La=null;function hr(s,r,i){Z(fm,r._currentValue),r._currentValue=i}function Ia(s){s._currentValue=fm.current,Q(fm)}function pm(s,r,i){for(;s!==null;){var p=s.alternate;if((s.childLanes&r)!==r?(s.childLanes|=r,p!==null&&(p.childLanes|=r)):p!==null&&(p.childLanes&r)!==r&&(p.childLanes|=r),s===i)break;s=s.return}}function mm(s,r,i,p){var v=s.child;for(v!==null&&(v.return=s);v!==null;){var k=v.dependencies;if(k!==null){var M=v.child;k=k.firstContext;e:for(;k!==null;){var q=k;k=v;for(var W=0;W<r.length;W++)if(q.context===r[W]){k.lanes|=i,q=k.alternate,q!==null&&(q.lanes|=i),pm(k.return,i,s),p||(M=null);break e}k=q.next}}else if(v.tag===18){if(M=v.return,M===null)throw Error(o(341));M.lanes|=i,k=M.alternate,k!==null&&(k.lanes|=i),pm(M,i,s),M=null}else M=v.child;if(M!==null)M.return=v;else for(M=v;M!==null;){if(M===s){M=null;break}if(v=M.sibling,v!==null){v.return=M.return,M=v;break}M=M.return}v=M}}function gl(s,r,i,p){s=null;for(var v=r,k=!1;v!==null;){if(!k){if((v.flags&524288)!==0)k=!0;else if((v.flags&262144)!==0)break}if(v.tag===10){var M=v.alternate;if(M===null)throw Error(o(387));if(M=M.memoizedProps,M!==null){var q=v.type;_s(v.pendingProps.value,M.value)||(s!==null?s.push(q):s=[q])}}else if(v===re.current){if(M=v.alternate,M===null)throw Error(o(387));M.memoizedState.memoizedState!==v.memoizedState.memoizedState&&(s!==null?s.push(rc):s=[rc])}v=v.return}s!==null&&mm(r,s,i,p),r.flags|=262144}function Ru(s){for(s=s.firstContext;s!==null;){if(!_s(s.context._currentValue,s.memoizedValue))return!0;s=s.next}return!1}function fo(s){uo=s,La=null,s=s.dependencies,s!==null&&(s.firstContext=null)}function Bn(s){return uy(uo,s)}function Tu(s,r){return uo===null&&fo(s),uy(s,r)}function uy(s,r){var i=r._currentValue;if(r={context:r,memoizedValue:i,next:null},La===null){if(s===null)throw Error(o(308));La=r,s.dependencies={lanes:0,firstContext:r},s.flags|=524288}else La=La.next=r;return i}var pT=typeof AbortController<"u"?AbortController:function(){var s=[],r=this.signal={aborted:!1,addEventListener:function(i,p){s.push(p)}};this.abort=function(){r.aborted=!0,s.forEach(function(i){return i()})}},mT=e.unstable_scheduleCallback,gT=e.unstable_NormalPriority,yn={$$typeof:E,Consumer:null,Provider:null,_currentValue:null,_currentValue2:null,_threadCount:0};function gm(){return{controller:new pT,data:new Map,refCount:0}}function Oi(s){s.refCount--,s.refCount===0&&mT(gT,function(){s.controller.abort()})}var zi=null,hm=0,hl=0,xl=null;function hT(s,r){if(zi===null){var i=zi=[];hm=0,hl=_g(),xl={status:"pending",value:void 0,then:function(p){i.push(p)}}}return hm++,r.then(dy,dy),r}function dy(){if(--hm===0&&zi!==null){xl!==null&&(xl.status="fulfilled");var s=zi;zi=null,hl=0,xl=null;for(var r=0;r<s.length;r++)(0,s[r])()}}function xT(s,r){var i=[],p={status:"pending",value:null,reason:null,then:function(v){i.push(v)}};return s.then(function(){p.status="fulfilled",p.value=r;for(var v=0;v<i.length;v++)(0,i[v])(r)},function(v){for(p.status="rejected",p.reason=v,v=0;v<i.length;v++)(0,i[v])(void 0)}),p}var fy=H.S;H.S=function(s,r){X0=de(),typeof r=="object"&&r!==null&&typeof r.then=="function"&&hT(s,r),fy!==null&&fy(s,r)};var po=B(null);function xm(){var s=po.current;return s!==null?s:Kt.pooledCache}function Au(s,r){r===null?Z(po,po.current):Z(po,r.pool)}function py(){var s=xm();return s===null?null:{parent:yn._currentValue,pool:s}}var bl=Error(o(460)),bm=Error(o(474)),Mu=Error(o(542)),Ou={then:function(){}};function my(s){return s=s.status,s==="fulfilled"||s==="rejected"}function gy(s,r,i){switch(i=s[i],i===void 0?s.push(r):i!==r&&(r.then(Oa,Oa),r=i),r.status){case"fulfilled":return r.value;case"rejected":throw s=r.reason,xy(s),s;default:if(typeof r.status=="string")r.then(Oa,Oa);else{if(s=Kt,s!==null&&100<s.shellSuspendCounter)throw Error(o(482));s=r,s.status="pending",s.then(function(p){if(r.status==="pending"){var v=r;v.status="fulfilled",v.value=p}},function(p){if(r.status==="pending"){var v=r;v.status="rejected",v.reason=p}})}switch(r.status){case"fulfilled":return r.value;case"rejected":throw s=r.reason,xy(s),s}throw go=r,bl}}function mo(s){try{var r=s._init;return r(s._payload)}catch(i){throw i!==null&&typeof i=="object"&&typeof i.then=="function"?(go=i,bl):i}}var go=null;function hy(){if(go===null)throw Error(o(459));var s=go;return go=null,s}function xy(s){if(s===bl||s===Mu)throw Error(o(483))}var _l=null,Di=0;function zu(s){var r=Di;return Di+=1,_l===null&&(_l=[]),gy(_l,s,r)}function Pi(s,r){r=r.props.ref,s.ref=r!==void 0?r:null}function Du(s,r){throw r.$$typeof===_?Error(o(525)):(s=Object.prototype.toString.call(r),Error(o(31,s==="[object Object]"?"object with keys {"+Object.keys(r).join(", ")+"}":s)))}function by(s){function r(te,J){if(s){var ie=te.deletions;ie===null?(te.deletions=[J],te.flags|=16):ie.push(J)}}function i(te,J){if(!s)return null;for(;J!==null;)r(te,J),J=J.sibling;return null}function p(te){for(var J=new Map;te!==null;)te.key!==null?J.set(te.key,te):J.set(te.index,te),te=te.sibling;return J}function v(te,J){return te=Da(te,J),te.index=0,te.sibling=null,te}function k(te,J,ie){return te.index=ie,s?(ie=te.alternate,ie!==null?(ie=ie.index,ie<J?(te.flags|=67108866,J):ie):(te.flags|=67108866,J)):(te.flags|=1048576,J)}function M(te){return s&&te.alternate===null&&(te.flags|=67108866),te}function q(te,J,ie,ve){return J===null||J.tag!==6?(J=om(ie,te.mode,ve),J.return=te,J):(J=v(J,ie),J.return=te,J)}function W(te,J,ie,ve){var Je=ie.type;return Je===y?be(te,J,ie.props.children,ve,ie.key):J!==null&&(J.elementType===Je||typeof Je=="object"&&Je!==null&&Je.$$typeof===O&&mo(Je)===J.type)?(J=v(J,ie.props),Pi(J,ie),J.return=te,J):(J=Nu(ie.type,ie.key,ie.props,null,te.mode,ve),Pi(J,ie),J.return=te,J)}function ce(te,J,ie,ve){return J===null||J.tag!==4||J.stateNode.containerInfo!==ie.containerInfo||J.stateNode.implementation!==ie.implementation?(J=lm(ie,te.mode,ve),J.return=te,J):(J=v(J,ie.children||[]),J.return=te,J)}function be(te,J,ie,ve,Je){return J===null||J.tag!==7?(J=io(ie,te.mode,ve,Je),J.return=te,J):(J=v(J,ie),J.return=te,J)}function we(te,J,ie){if(typeof J=="string"&&J!==""||typeof J=="number"||typeof J=="bigint")return J=om(""+J,te.mode,ie),J.return=te,J;if(typeof J=="object"&&J!==null){switch(J.$$typeof){case w:return ie=Nu(J.type,J.key,J.props,null,te.mode,ie),Pi(ie,J),ie.return=te,ie;case S:return J=lm(J,te.mode,ie),J.return=te,J;case O:return J=mo(J),we(te,J,ie)}if(F(J)||D(J))return J=io(J,te.mode,ie,null),J.return=te,J;if(typeof J.then=="function")return we(te,zu(J),ie);if(J.$$typeof===E)return we(te,Tu(te,J),ie);Du(te,J)}return null}function ue(te,J,ie,ve){var Je=J!==null?J.key:null;if(typeof ie=="string"&&ie!==""||typeof ie=="number"||typeof ie=="bigint")return Je!==null?null:q(te,J,""+ie,ve);if(typeof ie=="object"&&ie!==null){switch(ie.$$typeof){case w:return ie.key===Je?W(te,J,ie,ve):null;case S:return ie.key===Je?ce(te,J,ie,ve):null;case O:return ie=mo(ie),ue(te,J,ie,ve)}if(F(ie)||D(ie))return Je!==null?null:be(te,J,ie,ve,null);if(typeof ie.then=="function")return ue(te,J,zu(ie),ve);if(ie.$$typeof===E)return ue(te,J,Tu(te,ie),ve);Du(te,ie)}return null}function pe(te,J,ie,ve,Je){if(typeof ve=="string"&&ve!==""||typeof ve=="number"||typeof ve=="bigint")return te=te.get(ie)||null,q(J,te,""+ve,Je);if(typeof ve=="object"&&ve!==null){switch(ve.$$typeof){case w:return te=te.get(ve.key===null?ie:ve.key)||null,W(J,te,ve,Je);case S:return te=te.get(ve.key===null?ie:ve.key)||null,ce(J,te,ve,Je);case O:return ve=mo(ve),pe(te,J,ie,ve,Je)}if(F(ve)||D(ve))return te=te.get(ie)||null,be(J,te,ve,Je,null);if(typeof ve.then=="function")return pe(te,J,ie,zu(ve),Je);if(ve.$$typeof===E)return pe(te,J,ie,Tu(J,ve),Je);Du(J,ve)}return null}function Fe(te,J,ie,ve){for(var Je=null,Tt=null,Ke=J,gt=J=0,kt=null;Ke!==null&&gt<ie.length;gt++){Ke.index>gt?(kt=Ke,Ke=null):kt=Ke.sibling;var At=ue(te,Ke,ie[gt],ve);if(At===null){Ke===null&&(Ke=kt);break}s&&Ke&&At.alternate===null&&r(te,Ke),J=k(At,J,gt),Tt===null?Je=At:Tt.sibling=At,Tt=At,Ke=kt}if(gt===ie.length)return i(te,Ke),Nt&&Pa(te,gt),Je;if(Ke===null){for(;gt<ie.length;gt++)Ke=we(te,ie[gt],ve),Ke!==null&&(J=k(Ke,J,gt),Tt===null?Je=Ke:Tt.sibling=Ke,Tt=Ke);return Nt&&Pa(te,gt),Je}for(Ke=p(Ke);gt<ie.length;gt++)kt=pe(Ke,te,gt,ie[gt],ve),kt!==null&&(s&&kt.alternate!==null&&Ke.delete(kt.key===null?gt:kt.key),J=k(kt,J,gt),Tt===null?Je=kt:Tt.sibling=kt,Tt=kt);return s&&Ke.forEach(function(zr){return r(te,zr)}),Nt&&Pa(te,gt),Je}function at(te,J,ie,ve){if(ie==null)throw Error(o(151));for(var Je=null,Tt=null,Ke=J,gt=J=0,kt=null,At=ie.next();Ke!==null&&!At.done;gt++,At=ie.next()){Ke.index>gt?(kt=Ke,Ke=null):kt=Ke.sibling;var zr=ue(te,Ke,At.value,ve);if(zr===null){Ke===null&&(Ke=kt);break}s&&Ke&&zr.alternate===null&&r(te,Ke),J=k(zr,J,gt),Tt===null?Je=zr:Tt.sibling=zr,Tt=zr,Ke=kt}if(At.done)return i(te,Ke),Nt&&Pa(te,gt),Je;if(Ke===null){for(;!At.done;gt++,At=ie.next())At=we(te,At.value,ve),At!==null&&(J=k(At,J,gt),Tt===null?Je=At:Tt.sibling=At,Tt=At);return Nt&&Pa(te,gt),Je}for(Ke=p(Ke);!At.done;gt++,At=ie.next())At=pe(Ke,te,gt,At.value,ve),At!==null&&(s&&At.alternate!==null&&Ke.delete(At.key===null?gt:At.key),J=k(At,J,gt),Tt===null?Je=At:Tt.sibling=At,Tt=At);return s&&Ke.forEach(function(E5){return r(te,E5)}),Nt&&Pa(te,gt),Je}function qt(te,J,ie,ve){if(typeof ie=="object"&&ie!==null&&ie.type===y&&ie.key===null&&(ie=ie.props.children),typeof ie=="object"&&ie!==null){switch(ie.$$typeof){case w:e:{for(var Je=ie.key;J!==null;){if(J.key===Je){if(Je=ie.type,Je===y){if(J.tag===7){i(te,J.sibling),ve=v(J,ie.props.children),ve.return=te,te=ve;break e}}else if(J.elementType===Je||typeof Je=="object"&&Je!==null&&Je.$$typeof===O&&mo(Je)===J.type){i(te,J.sibling),ve=v(J,ie.props),Pi(ve,ie),ve.return=te,te=ve;break e}i(te,J);break}else r(te,J);J=J.sibling}ie.type===y?(ve=io(ie.props.children,te.mode,ve,ie.key),ve.return=te,te=ve):(ve=Nu(ie.type,ie.key,ie.props,null,te.mode,ve),Pi(ve,ie),ve.return=te,te=ve)}return M(te);case S:e:{for(Je=ie.key;J!==null;){if(J.key===Je)if(J.tag===4&&J.stateNode.containerInfo===ie.containerInfo&&J.stateNode.implementation===ie.implementation){i(te,J.sibling),ve=v(J,ie.children||[]),ve.return=te,te=ve;break e}else{i(te,J);break}else r(te,J);J=J.sibling}ve=lm(ie,te.mode,ve),ve.return=te,te=ve}return M(te);case O:return ie=mo(ie),qt(te,J,ie,ve)}if(F(ie))return Fe(te,J,ie,ve);if(D(ie)){if(Je=D(ie),typeof Je!="function")throw Error(o(150));return ie=Je.call(ie),at(te,J,ie,ve)}if(typeof ie.then=="function")return qt(te,J,zu(ie),ve);if(ie.$$typeof===E)return qt(te,J,Tu(te,ie),ve);Du(te,ie)}return typeof ie=="string"&&ie!==""||typeof ie=="number"||typeof ie=="bigint"?(ie=""+ie,J!==null&&J.tag===6?(i(te,J.sibling),ve=v(J,ie),ve.return=te,te=ve):(i(te,J),ve=om(ie,te.mode,ve),ve.return=te,te=ve),M(te)):i(te,J)}return function(te,J,ie,ve){try{Di=0;var Je=qt(te,J,ie,ve);return _l=null,Je}catch(Ke){if(Ke===bl||Ke===Mu)throw Ke;var Tt=vs(29,Ke,null,te.mode);return Tt.lanes=ve,Tt.return=te,Tt}finally{}}}var ho=by(!0),_y=by(!1),xr=!1;function _m(s){s.updateQueue={baseState:s.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,lanes:0,hiddenCallbacks:null},callbacks:null}}function vm(s,r){s=s.updateQueue,r.updateQueue===s&&(r.updateQueue={baseState:s.baseState,firstBaseUpdate:s.firstBaseUpdate,lastBaseUpdate:s.lastBaseUpdate,shared:s.shared,callbacks:null})}function br(s){return{lane:s,tag:0,payload:null,callback:null,next:null}}function _r(s,r,i){var p=s.updateQueue;if(p===null)return null;if(p=p.shared,(zt&2)!==0){var v=p.pending;return v===null?r.next=r:(r.next=v.next,v.next=r),p.pending=r,r=Cu(s),ny(s,null,i),r}return Su(s,p,r,i),Cu(s)}function Li(s,r,i){if(r=r.updateQueue,r!==null&&(r=r.shared,(i&4194048)!==0)){var p=r.lanes;p&=s.pendingLanes,i|=p,r.lanes=i,Gs(s,i)}}function ym(s,r){var i=s.updateQueue,p=s.alternate;if(p!==null&&(p=p.updateQueue,i===p)){var v=null,k=null;if(i=i.firstBaseUpdate,i!==null){do{var M={lane:i.lane,tag:i.tag,payload:i.payload,callback:null,next:null};k===null?v=k=M:k=k.next=M,i=i.next}while(i!==null);k===null?v=k=r:k=k.next=r}else v=k=r;i={baseState:p.baseState,firstBaseUpdate:v,lastBaseUpdate:k,shared:p.shared,callbacks:p.callbacks},s.updateQueue=i;return}s=i.lastBaseUpdate,s===null?i.firstBaseUpdate=r:s.next=r,i.lastBaseUpdate=r}var jm=!1;function Ii(){if(jm){var s=xl;if(s!==null)throw s}}function Bi(s,r,i,p){jm=!1;var v=s.updateQueue;xr=!1;var k=v.firstBaseUpdate,M=v.lastBaseUpdate,q=v.shared.pending;if(q!==null){v.shared.pending=null;var W=q,ce=W.next;W.next=null,M===null?k=ce:M.next=ce,M=W;var be=s.alternate;be!==null&&(be=be.updateQueue,q=be.lastBaseUpdate,q!==M&&(q===null?be.firstBaseUpdate=ce:q.next=ce,be.lastBaseUpdate=W))}if(k!==null){var we=v.baseState;M=0,be=ce=W=null,q=k;do{var ue=q.lane&-536870913,pe=ue!==q.lane;if(pe?(wt&ue)===ue:(p&ue)===ue){ue!==0&&ue===hl&&(jm=!0),be!==null&&(be=be.next={lane:0,tag:q.tag,payload:q.payload,callback:null,next:null});e:{var Fe=s,at=q;ue=r;var qt=i;switch(at.tag){case 1:if(Fe=at.payload,typeof Fe=="function"){we=Fe.call(qt,we,ue);break e}we=Fe;break e;case 3:Fe.flags=Fe.flags&-65537|128;case 0:if(Fe=at.payload,ue=typeof Fe=="function"?Fe.call(qt,we,ue):Fe,ue==null)break e;we=b({},we,ue);break e;case 2:xr=!0}}ue=q.callback,ue!==null&&(s.flags|=64,pe&&(s.flags|=8192),pe=v.callbacks,pe===null?v.callbacks=[ue]:pe.push(ue))}else pe={lane:ue,tag:q.tag,payload:q.payload,callback:q.callback,next:null},be===null?(ce=be=pe,W=we):be=be.next=pe,M|=ue;if(q=q.next,q===null){if(q=v.shared.pending,q===null)break;pe=q,q=pe.next,pe.next=null,v.lastBaseUpdate=pe,v.shared.pending=null}}while(!0);be===null&&(W=we),v.baseState=W,v.firstBaseUpdate=ce,v.lastBaseUpdate=be,k===null&&(v.shared.lanes=0),kr|=M,s.lanes=M,s.memoizedState=we}}function vy(s,r){if(typeof s!="function")throw Error(o(191,s));s.call(r)}function yy(s,r){var i=s.callbacks;if(i!==null)for(s.callbacks=null,s=0;s<i.length;s++)vy(i[s],r)}var vl=B(null),Pu=B(0);function jy(s,r){s=Ya,Z(Pu,s),Z(vl,r),Ya=s|r.baseLanes}function wm(){Z(Pu,Ya),Z(vl,vl.current)}function km(){Ya=Pu.current,Q(vl),Q(Pu)}var ys=B(null),Is=null;function vr(s){var r=s.alternate;Z(xn,xn.current&1),Z(ys,s),Is===null&&(r===null||vl.current!==null||r.memoizedState!==null)&&(Is=s)}function Sm(s){Z(xn,xn.current),Z(ys,s),Is===null&&(Is=s)}function wy(s){s.tag===22?(Z(xn,xn.current),Z(ys,s),Is===null&&(Is=s)):yr()}function yr(){Z(xn,xn.current),Z(ys,ys.current)}function js(s){Q(ys),Is===s&&(Is=null),Q(xn)}var xn=B(0);function Lu(s){for(var r=s;r!==null;){if(r.tag===13){var i=r.memoizedState;if(i!==null&&(i=i.dehydrated,i===null||Ag(i)||Mg(i)))return r}else if(r.tag===19&&(r.memoizedProps.revealOrder==="forwards"||r.memoizedProps.revealOrder==="backwards"||r.memoizedProps.revealOrder==="unstable_legacy-backwards"||r.memoizedProps.revealOrder==="together")){if((r.flags&128)!==0)return r}else if(r.child!==null){r.child.return=r,r=r.child;continue}if(r===s)break;for(;r.sibling===null;){if(r.return===null||r.return===s)return null;r=r.return}r.sibling.return=r.return,r=r.sibling}return null}var Ba=0,ft=null,$t=null,jn=null,Iu=!1,yl=!1,xo=!1,Bu=0,Ui=0,jl=null,bT=0;function dn(){throw Error(o(321))}function Cm(s,r){if(r===null)return!1;for(var i=0;i<r.length&&i<s.length;i++)if(!_s(s[i],r[i]))return!1;return!0}function Nm(s,r,i,p,v,k){return Ba=k,ft=r,r.memoizedState=null,r.updateQueue=null,r.lanes=0,H.H=s===null||s.memoizedState===null?o0:Hm,xo=!1,k=i(p,v),xo=!1,yl&&(k=Sy(r,i,p,v)),ky(s),k}function ky(s){H.H=qi;var r=$t!==null&&$t.next!==null;if(Ba=0,jn=$t=ft=null,Iu=!1,Ui=0,jl=null,r)throw Error(o(300));s===null||wn||(s=s.dependencies,s!==null&&Ru(s)&&(wn=!0))}function Sy(s,r,i,p){ft=s;var v=0;do{if(yl&&(jl=null),Ui=0,yl=!1,25<=v)throw Error(o(301));if(v+=1,jn=$t=null,s.updateQueue!=null){var k=s.updateQueue;k.lastEffect=null,k.events=null,k.stores=null,k.memoCache!=null&&(k.memoCache.index=0)}H.H=l0,k=r(i,p)}while(yl);return k}function _T(){var s=H.H,r=s.useState()[0];return r=typeof r.then=="function"?$i(r):r,s=s.useState()[0],($t!==null?$t.memoizedState:null)!==s&&(ft.flags|=1024),r}function Em(){var s=Bu!==0;return Bu=0,s}function Rm(s,r,i){r.updateQueue=s.updateQueue,r.flags&=-2053,s.lanes&=~i}function Tm(s){if(Iu){for(s=s.memoizedState;s!==null;){var r=s.queue;r!==null&&(r.pending=null),s=s.next}Iu=!1}Ba=0,jn=$t=ft=null,yl=!1,Ui=Bu=0,jl=null}function Xn(){var s={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return jn===null?ft.memoizedState=jn=s:jn=jn.next=s,jn}function bn(){if($t===null){var s=ft.alternate;s=s!==null?s.memoizedState:null}else s=$t.next;var r=jn===null?ft.memoizedState:jn.next;if(r!==null)jn=r,$t=s;else{if(s===null)throw ft.alternate===null?Error(o(467)):Error(o(310));$t=s,s={memoizedState:$t.memoizedState,baseState:$t.baseState,baseQueue:$t.baseQueue,queue:$t.queue,next:null},jn===null?ft.memoizedState=jn=s:jn=jn.next=s}return jn}function Uu(){return{lastEffect:null,events:null,stores:null,memoCache:null}}function $i(s){var r=Ui;return Ui+=1,jl===null&&(jl=[]),s=gy(jl,s,r),r=ft,(jn===null?r.memoizedState:jn.next)===null&&(r=r.alternate,H.H=r===null||r.memoizedState===null?o0:Hm),s}function $u(s){if(s!==null&&typeof s=="object"){if(typeof s.then=="function")return $i(s);if(s.$$typeof===E)return Bn(s)}throw Error(o(438,String(s)))}function Am(s){var r=null,i=ft.updateQueue;if(i!==null&&(r=i.memoCache),r==null){var p=ft.alternate;p!==null&&(p=p.updateQueue,p!==null&&(p=p.memoCache,p!=null&&(r={data:p.data.map(function(v){return v.slice()}),index:0})))}if(r==null&&(r={data:[],index:0}),i===null&&(i=Uu(),ft.updateQueue=i),i.memoCache=r,i=r.data[r.index],i===void 0)for(i=r.data[r.index]=Array(s),p=0;p<s;p++)i[p]=L;return r.index++,i}function Ua(s,r){return typeof r=="function"?r(s):r}function Hu(s){var r=bn();return Mm(r,$t,s)}function Mm(s,r,i){var p=s.queue;if(p===null)throw Error(o(311));p.lastRenderedReducer=i;var v=s.baseQueue,k=p.pending;if(k!==null){if(v!==null){var M=v.next;v.next=k.next,k.next=M}r.baseQueue=v=k,p.pending=null}if(k=s.baseState,v===null)s.memoizedState=k;else{r=v.next;var q=M=null,W=null,ce=r,be=!1;do{var we=ce.lane&-536870913;if(we!==ce.lane?(wt&we)===we:(Ba&we)===we){var ue=ce.revertLane;if(ue===0)W!==null&&(W=W.next={lane:0,revertLane:0,gesture:null,action:ce.action,hasEagerState:ce.hasEagerState,eagerState:ce.eagerState,next:null}),we===hl&&(be=!0);else if((Ba&ue)===ue){ce=ce.next,ue===hl&&(be=!0);continue}else we={lane:0,revertLane:ce.revertLane,gesture:null,action:ce.action,hasEagerState:ce.hasEagerState,eagerState:ce.eagerState,next:null},W===null?(q=W=we,M=k):W=W.next=we,ft.lanes|=ue,kr|=ue;we=ce.action,xo&&i(k,we),k=ce.hasEagerState?ce.eagerState:i(k,we)}else ue={lane:we,revertLane:ce.revertLane,gesture:ce.gesture,action:ce.action,hasEagerState:ce.hasEagerState,eagerState:ce.eagerState,next:null},W===null?(q=W=ue,M=k):W=W.next=ue,ft.lanes|=we,kr|=we;ce=ce.next}while(ce!==null&&ce!==r);if(W===null?M=k:W.next=q,!_s(k,s.memoizedState)&&(wn=!0,be&&(i=xl,i!==null)))throw i;s.memoizedState=k,s.baseState=M,s.baseQueue=W,p.lastRenderedState=k}return v===null&&(p.lanes=0),[s.memoizedState,p.dispatch]}function Om(s){var r=bn(),i=r.queue;if(i===null)throw Error(o(311));i.lastRenderedReducer=s;var p=i.dispatch,v=i.pending,k=r.memoizedState;if(v!==null){i.pending=null;var M=v=v.next;do k=s(k,M.action),M=M.next;while(M!==v);_s(k,r.memoizedState)||(wn=!0),r.memoizedState=k,r.baseQueue===null&&(r.baseState=k),i.lastRenderedState=k}return[k,p]}function Cy(s,r,i){var p=ft,v=bn(),k=Nt;if(k){if(i===void 0)throw Error(o(407));i=i()}else i=r();var M=!_s(($t||v).memoizedState,i);if(M&&(v.memoizedState=i,wn=!0),v=v.queue,Pm(Ry.bind(null,p,v,s),[s]),v.getSnapshot!==r||M||jn!==null&&jn.memoizedState.tag&1){if(p.flags|=2048,wl(9,{destroy:void 0},Ey.bind(null,p,v,i,r),null),Kt===null)throw Error(o(349));k||(Ba&127)!==0||Ny(p,r,i)}return i}function Ny(s,r,i){s.flags|=16384,s={getSnapshot:r,value:i},r=ft.updateQueue,r===null?(r=Uu(),ft.updateQueue=r,r.stores=[s]):(i=r.stores,i===null?r.stores=[s]:i.push(s))}function Ey(s,r,i,p){r.value=i,r.getSnapshot=p,Ty(r)&&Ay(s)}function Ry(s,r,i){return i(function(){Ty(r)&&Ay(s)})}function Ty(s){var r=s.getSnapshot;s=s.value;try{var i=r();return!_s(s,i)}catch{return!0}}function Ay(s){var r=lo(s,2);r!==null&&ds(r,s,2)}function zm(s){var r=Xn();if(typeof s=="function"){var i=s;if(s=i(),xo){_e(!0);try{i()}finally{_e(!1)}}}return r.memoizedState=r.baseState=s,r.queue={pending:null,lanes:0,dispatch:null,lastRenderedReducer:Ua,lastRenderedState:s},r}function My(s,r,i,p){return s.baseState=i,Mm(s,$t,typeof p=="function"?p:Ua)}function vT(s,r,i,p,v){if(Fu(s))throw Error(o(485));if(s=r.action,s!==null){var k={payload:v,action:s,next:null,isTransition:!0,status:"pending",value:null,reason:null,listeners:[],then:function(M){k.listeners.push(M)}};H.T!==null?i(!0):k.isTransition=!1,p(k),i=r.pending,i===null?(k.next=r.pending=k,Oy(r,k)):(k.next=i.next,r.pending=i.next=k)}}function Oy(s,r){var i=r.action,p=r.payload,v=s.state;if(r.isTransition){var k=H.T,M={};H.T=M;try{var q=i(v,p),W=H.S;W!==null&&W(M,q),zy(s,r,q)}catch(ce){Dm(s,r,ce)}finally{k!==null&&M.types!==null&&(k.types=M.types),H.T=k}}else try{k=i(v,p),zy(s,r,k)}catch(ce){Dm(s,r,ce)}}function zy(s,r,i){i!==null&&typeof i=="object"&&typeof i.then=="function"?i.then(function(p){Dy(s,r,p)},function(p){return Dm(s,r,p)}):Dy(s,r,i)}function Dy(s,r,i){r.status="fulfilled",r.value=i,Py(r),s.state=i,r=s.pending,r!==null&&(i=r.next,i===r?s.pending=null:(i=i.next,r.next=i,Oy(s,i)))}function Dm(s,r,i){var p=s.pending;if(s.pending=null,p!==null){p=p.next;do r.status="rejected",r.reason=i,Py(r),r=r.next;while(r!==p)}s.action=null}function Py(s){s=s.listeners;for(var r=0;r<s.length;r++)(0,s[r])()}function Ly(s,r){return r}function Iy(s,r){if(Nt){var i=Kt.formState;if(i!==null){e:{var p=ft;if(Nt){if(tn){t:{for(var v=tn,k=Ls;v.nodeType!==8;){if(!k){v=null;break t}if(v=Bs(v.nextSibling),v===null){v=null;break t}}k=v.data,v=k==="F!"||k==="F"?v:null}if(v){tn=Bs(v.nextSibling),p=v.data==="F!";break e}}gr(p)}p=!1}p&&(r=i[0])}}return i=Xn(),i.memoizedState=i.baseState=r,p={pending:null,lanes:0,dispatch:null,lastRenderedReducer:Ly,lastRenderedState:r},i.queue=p,i=s0.bind(null,ft,p),p.dispatch=i,p=zm(!1),k=$m.bind(null,ft,!1,p.queue),p=Xn(),v={state:r,dispatch:null,action:s,pending:null},p.queue=v,i=vT.bind(null,ft,v,k,i),v.dispatch=i,p.memoizedState=s,[r,i,!1]}function By(s){var r=bn();return Uy(r,$t,s)}function Uy(s,r,i){if(r=Mm(s,r,Ly)[0],s=Hu(Ua)[0],typeof r=="object"&&r!==null&&typeof r.then=="function")try{var p=$i(r)}catch(M){throw M===bl?Mu:M}else p=r;r=bn();var v=r.queue,k=v.dispatch;return i!==r.memoizedState&&(ft.flags|=2048,wl(9,{destroy:void 0},yT.bind(null,v,i),null)),[p,k,s]}function yT(s,r){s.action=r}function $y(s){var r=bn(),i=$t;if(i!==null)return Uy(r,i,s);bn(),r=r.memoizedState,i=bn();var p=i.queue.dispatch;return i.memoizedState=s,[r,p,!1]}function wl(s,r,i,p){return s={tag:s,create:i,deps:p,inst:r,next:null},r=ft.updateQueue,r===null&&(r=Uu(),ft.updateQueue=r),i=r.lastEffect,i===null?r.lastEffect=s.next=s:(p=i.next,i.next=s,s.next=p,r.lastEffect=s),s}function Hy(){return bn().memoizedState}function qu(s,r,i,p){var v=Xn();ft.flags|=s,v.memoizedState=wl(1|r,{destroy:void 0},i,p===void 0?null:p)}function Vu(s,r,i,p){var v=bn();p=p===void 0?null:p;var k=v.memoizedState.inst;$t!==null&&p!==null&&Cm(p,$t.memoizedState.deps)?v.memoizedState=wl(r,k,i,p):(ft.flags|=s,v.memoizedState=wl(1|r,k,i,p))}function qy(s,r){qu(8390656,8,s,r)}function Pm(s,r){Vu(2048,8,s,r)}function jT(s){ft.flags|=4;var r=ft.updateQueue;if(r===null)r=Uu(),ft.updateQueue=r,r.events=[s];else{var i=r.events;i===null?r.events=[s]:i.push(s)}}function Vy(s){var r=bn().memoizedState;return jT({ref:r,nextImpl:s}),function(){if((zt&2)!==0)throw Error(o(440));return r.impl.apply(void 0,arguments)}}function Fy(s,r){return Vu(4,2,s,r)}function Gy(s,r){return Vu(4,4,s,r)}function Yy(s,r){if(typeof r=="function"){s=s();var i=r(s);return function(){typeof i=="function"?i():r(null)}}if(r!=null)return s=s(),r.current=s,function(){r.current=null}}function Ky(s,r,i){i=i!=null?i.concat([s]):null,Vu(4,4,Yy.bind(null,r,s),i)}function Lm(){}function Xy(s,r){var i=bn();r=r===void 0?null:r;var p=i.memoizedState;return r!==null&&Cm(r,p[1])?p[0]:(i.memoizedState=[s,r],s)}function Qy(s,r){var i=bn();r=r===void 0?null:r;var p=i.memoizedState;if(r!==null&&Cm(r,p[1]))return p[0];if(p=s(),xo){_e(!0);try{s()}finally{_e(!1)}}return i.memoizedState=[p,r],p}function Im(s,r,i){return i===void 0||(Ba&1073741824)!==0&&(wt&261930)===0?s.memoizedState=r:(s.memoizedState=i,s=W0(),ft.lanes|=s,kr|=s,i)}function Wy(s,r,i,p){return _s(i,r)?i:vl.current!==null?(s=Im(s,i,p),_s(s,r)||(wn=!0),s):(Ba&42)===0||(Ba&1073741824)!==0&&(wt&261930)===0?(wn=!0,s.memoizedState=i):(s=W0(),ft.lanes|=s,kr|=s,r)}function Zy(s,r,i,p,v){var k=Y.p;Y.p=k!==0&&8>k?k:8;var M=H.T,q={};H.T=q,$m(s,!1,r,i);try{var W=v(),ce=H.S;if(ce!==null&&ce(q,W),W!==null&&typeof W=="object"&&typeof W.then=="function"){var be=xT(W,p);Hi(s,r,be,Ss(s))}else Hi(s,r,p,Ss(s))}catch(we){Hi(s,r,{then:function(){},status:"rejected",reason:we},Ss())}finally{Y.p=k,M!==null&&q.types!==null&&(M.types=q.types),H.T=M}}function wT(){}function Bm(s,r,i,p){if(s.tag!==5)throw Error(o(476));var v=Jy(s).queue;Zy(s,v,r,V,i===null?wT:function(){return e0(s),i(p)})}function Jy(s){var r=s.memoizedState;if(r!==null)return r;r={memoizedState:V,baseState:V,baseQueue:null,queue:{pending:null,lanes:0,dispatch:null,lastRenderedReducer:Ua,lastRenderedState:V},next:null};var i={};return r.next={memoizedState:i,baseState:i,baseQueue:null,queue:{pending:null,lanes:0,dispatch:null,lastRenderedReducer:Ua,lastRenderedState:i},next:null},s.memoizedState=r,s=s.alternate,s!==null&&(s.memoizedState=r),r}function e0(s){var r=Jy(s);r.next===null&&(r=s.alternate.memoizedState),Hi(s,r.next.queue,{},Ss())}function Um(){return Bn(rc)}function t0(){return bn().memoizedState}function n0(){return bn().memoizedState}function kT(s){for(var r=s.return;r!==null;){switch(r.tag){case 24:case 3:var i=Ss();s=br(i);var p=_r(r,s,i);p!==null&&(ds(p,r,i),Li(p,r,i)),r={cache:gm()},s.payload=r;return}r=r.return}}function ST(s,r,i){var p=Ss();i={lane:p,revertLane:0,gesture:null,action:i,hasEagerState:!1,eagerState:null,next:null},Fu(s)?a0(r,i):(i=am(s,r,i,p),i!==null&&(ds(i,s,p),r0(i,r,p)))}function s0(s,r,i){var p=Ss();Hi(s,r,i,p)}function Hi(s,r,i,p){var v={lane:p,revertLane:0,gesture:null,action:i,hasEagerState:!1,eagerState:null,next:null};if(Fu(s))a0(r,v);else{var k=s.alternate;if(s.lanes===0&&(k===null||k.lanes===0)&&(k=r.lastRenderedReducer,k!==null))try{var M=r.lastRenderedState,q=k(M,i);if(v.hasEagerState=!0,v.eagerState=q,_s(q,M))return Su(s,r,v,0),Kt===null&&ku(),!1}catch{}finally{}if(i=am(s,r,v,p),i!==null)return ds(i,s,p),r0(i,r,p),!0}return!1}function $m(s,r,i,p){if(p={lane:2,revertLane:_g(),gesture:null,action:p,hasEagerState:!1,eagerState:null,next:null},Fu(s)){if(r)throw Error(o(479))}else r=am(s,i,p,2),r!==null&&ds(r,s,2)}function Fu(s){var r=s.alternate;return s===ft||r!==null&&r===ft}function a0(s,r){yl=Iu=!0;var i=s.pending;i===null?r.next=r:(r.next=i.next,i.next=r),s.pending=r}function r0(s,r,i){if((i&4194048)!==0){var p=r.lanes;p&=s.pendingLanes,i|=p,r.lanes=i,Gs(s,i)}}var qi={readContext:Bn,use:$u,useCallback:dn,useContext:dn,useEffect:dn,useImperativeHandle:dn,useLayoutEffect:dn,useInsertionEffect:dn,useMemo:dn,useReducer:dn,useRef:dn,useState:dn,useDebugValue:dn,useDeferredValue:dn,useTransition:dn,useSyncExternalStore:dn,useId:dn,useHostTransitionStatus:dn,useFormState:dn,useActionState:dn,useOptimistic:dn,useMemoCache:dn,useCacheRefresh:dn};qi.useEffectEvent=dn;var o0={readContext:Bn,use:$u,useCallback:function(s,r){return Xn().memoizedState=[s,r===void 0?null:r],s},useContext:Bn,useEffect:qy,useImperativeHandle:function(s,r,i){i=i!=null?i.concat([s]):null,qu(4194308,4,Yy.bind(null,r,s),i)},useLayoutEffect:function(s,r){return qu(4194308,4,s,r)},useInsertionEffect:function(s,r){qu(4,2,s,r)},useMemo:function(s,r){var i=Xn();r=r===void 0?null:r;var p=s();if(xo){_e(!0);try{s()}finally{_e(!1)}}return i.memoizedState=[p,r],p},useReducer:function(s,r,i){var p=Xn();if(i!==void 0){var v=i(r);if(xo){_e(!0);try{i(r)}finally{_e(!1)}}}else v=r;return p.memoizedState=p.baseState=v,s={pending:null,lanes:0,dispatch:null,lastRenderedReducer:s,lastRenderedState:v},p.queue=s,s=s.dispatch=ST.bind(null,ft,s),[p.memoizedState,s]},useRef:function(s){var r=Xn();return s={current:s},r.memoizedState=s},useState:function(s){s=zm(s);var r=s.queue,i=s0.bind(null,ft,r);return r.dispatch=i,[s.memoizedState,i]},useDebugValue:Lm,useDeferredValue:function(s,r){var i=Xn();return Im(i,s,r)},useTransition:function(){var s=zm(!1);return s=Zy.bind(null,ft,s.queue,!0,!1),Xn().memoizedState=s,[!1,s]},useSyncExternalStore:function(s,r,i){var p=ft,v=Xn();if(Nt){if(i===void 0)throw Error(o(407));i=i()}else{if(i=r(),Kt===null)throw Error(o(349));(wt&127)!==0||Ny(p,r,i)}v.memoizedState=i;var k={value:i,getSnapshot:r};return v.queue=k,qy(Ry.bind(null,p,k,s),[s]),p.flags|=2048,wl(9,{destroy:void 0},Ey.bind(null,p,k,i,r),null),i},useId:function(){var s=Xn(),r=Kt.identifierPrefix;if(Nt){var i=ca,p=ia;i=(p&~(1<<32-Pe(p)-1)).toString(32)+i,r="_"+r+"R_"+i,i=Bu++,0<i&&(r+="H"+i.toString(32)),r+="_"}else i=bT++,r="_"+r+"r_"+i.toString(32)+"_";return s.memoizedState=r},useHostTransitionStatus:Um,useFormState:Iy,useActionState:Iy,useOptimistic:function(s){var r=Xn();r.memoizedState=r.baseState=s;var i={pending:null,lanes:0,dispatch:null,lastRenderedReducer:null,lastRenderedState:null};return r.queue=i,r=$m.bind(null,ft,!0,i),i.dispatch=r,[s,r]},useMemoCache:Am,useCacheRefresh:function(){return Xn().memoizedState=kT.bind(null,ft)},useEffectEvent:function(s){var r=Xn(),i={impl:s};return r.memoizedState=i,function(){if((zt&2)!==0)throw Error(o(440));return i.impl.apply(void 0,arguments)}}},Hm={readContext:Bn,use:$u,useCallback:Xy,useContext:Bn,useEffect:Pm,useImperativeHandle:Ky,useInsertionEffect:Fy,useLayoutEffect:Gy,useMemo:Qy,useReducer:Hu,useRef:Hy,useState:function(){return Hu(Ua)},useDebugValue:Lm,useDeferredValue:function(s,r){var i=bn();return Wy(i,$t.memoizedState,s,r)},useTransition:function(){var s=Hu(Ua)[0],r=bn().memoizedState;return[typeof s=="boolean"?s:$i(s),r]},useSyncExternalStore:Cy,useId:t0,useHostTransitionStatus:Um,useFormState:By,useActionState:By,useOptimistic:function(s,r){var i=bn();return My(i,$t,s,r)},useMemoCache:Am,useCacheRefresh:n0};Hm.useEffectEvent=Vy;var l0={readContext:Bn,use:$u,useCallback:Xy,useContext:Bn,useEffect:Pm,useImperativeHandle:Ky,useInsertionEffect:Fy,useLayoutEffect:Gy,useMemo:Qy,useReducer:Om,useRef:Hy,useState:function(){return Om(Ua)},useDebugValue:Lm,useDeferredValue:function(s,r){var i=bn();return $t===null?Im(i,s,r):Wy(i,$t.memoizedState,s,r)},useTransition:function(){var s=Om(Ua)[0],r=bn().memoizedState;return[typeof s=="boolean"?s:$i(s),r]},useSyncExternalStore:Cy,useId:t0,useHostTransitionStatus:Um,useFormState:$y,useActionState:$y,useOptimistic:function(s,r){var i=bn();return $t!==null?My(i,$t,s,r):(i.baseState=s,[s,i.queue.dispatch])},useMemoCache:Am,useCacheRefresh:n0};l0.useEffectEvent=Vy;function qm(s,r,i,p){r=s.memoizedState,i=i(p,r),i=i==null?r:b({},r,i),s.memoizedState=i,s.lanes===0&&(s.updateQueue.baseState=i)}var Vm={enqueueSetState:function(s,r,i){s=s._reactInternals;var p=Ss(),v=br(p);v.payload=r,i!=null&&(v.callback=i),r=_r(s,v,p),r!==null&&(ds(r,s,p),Li(r,s,p))},enqueueReplaceState:function(s,r,i){s=s._reactInternals;var p=Ss(),v=br(p);v.tag=1,v.payload=r,i!=null&&(v.callback=i),r=_r(s,v,p),r!==null&&(ds(r,s,p),Li(r,s,p))},enqueueForceUpdate:function(s,r){s=s._reactInternals;var i=Ss(),p=br(i);p.tag=2,r!=null&&(p.callback=r),r=_r(s,p,i),r!==null&&(ds(r,s,i),Li(r,s,i))}};function i0(s,r,i,p,v,k,M){return s=s.stateNode,typeof s.shouldComponentUpdate=="function"?s.shouldComponentUpdate(p,k,M):r.prototype&&r.prototype.isPureReactComponent?!Ri(i,p)||!Ri(v,k):!0}function c0(s,r,i,p){s=r.state,typeof r.componentWillReceiveProps=="function"&&r.componentWillReceiveProps(i,p),typeof r.UNSAFE_componentWillReceiveProps=="function"&&r.UNSAFE_componentWillReceiveProps(i,p),r.state!==s&&Vm.enqueueReplaceState(r,r.state,null)}function bo(s,r){var i=r;if("ref"in r){i={};for(var p in r)p!=="ref"&&(i[p]=r[p])}if(s=s.defaultProps){i===r&&(i=b({},i));for(var v in s)i[v]===void 0&&(i[v]=s[v])}return i}function u0(s){wu(s)}function d0(s){console.error(s)}function f0(s){wu(s)}function Gu(s,r){try{var i=s.onUncaughtError;i(r.value,{componentStack:r.stack})}catch(p){setTimeout(function(){throw p})}}function p0(s,r,i){try{var p=s.onCaughtError;p(i.value,{componentStack:i.stack,errorBoundary:r.tag===1?r.stateNode:null})}catch(v){setTimeout(function(){throw v})}}function Fm(s,r,i){return i=br(i),i.tag=3,i.payload={element:null},i.callback=function(){Gu(s,r)},i}function m0(s){return s=br(s),s.tag=3,s}function g0(s,r,i,p){var v=i.type.getDerivedStateFromError;if(typeof v=="function"){var k=p.value;s.payload=function(){return v(k)},s.callback=function(){p0(r,i,p)}}var M=i.stateNode;M!==null&&typeof M.componentDidCatch=="function"&&(s.callback=function(){p0(r,i,p),typeof v!="function"&&(Sr===null?Sr=new Set([this]):Sr.add(this));var q=p.stack;this.componentDidCatch(p.value,{componentStack:q!==null?q:""})})}function CT(s,r,i,p,v){if(i.flags|=32768,p!==null&&typeof p=="object"&&typeof p.then=="function"){if(r=i.alternate,r!==null&&gl(r,i,v,!0),i=ys.current,i!==null){switch(i.tag){case 31:case 13:return Is===null?ad():i.alternate===null&&fn===0&&(fn=3),i.flags&=-257,i.flags|=65536,i.lanes=v,p===Ou?i.flags|=16384:(r=i.updateQueue,r===null?i.updateQueue=new Set([p]):r.add(p),hg(s,p,v)),!1;case 22:return i.flags|=65536,p===Ou?i.flags|=16384:(r=i.updateQueue,r===null?(r={transitions:null,markerInstances:null,retryQueue:new Set([p])},i.updateQueue=r):(i=r.retryQueue,i===null?r.retryQueue=new Set([p]):i.add(p)),hg(s,p,v)),!1}throw Error(o(435,i.tag))}return hg(s,p,v),ad(),!1}if(Nt)return r=ys.current,r!==null?((r.flags&65536)===0&&(r.flags|=256),r.flags|=65536,r.lanes=v,p!==um&&(s=Error(o(422),{cause:p}),Mi(zs(s,i)))):(p!==um&&(r=Error(o(423),{cause:p}),Mi(zs(r,i))),s=s.current.alternate,s.flags|=65536,v&=-v,s.lanes|=v,p=zs(p,i),v=Fm(s.stateNode,p,v),ym(s,v),fn!==4&&(fn=2)),!1;var k=Error(o(520),{cause:p});if(k=zs(k,i),Wi===null?Wi=[k]:Wi.push(k),fn!==4&&(fn=2),r===null)return!0;p=zs(p,i),i=r;do{switch(i.tag){case 3:return i.flags|=65536,s=v&-v,i.lanes|=s,s=Fm(i.stateNode,p,s),ym(i,s),!1;case 1:if(r=i.type,k=i.stateNode,(i.flags&128)===0&&(typeof r.getDerivedStateFromError=="function"||k!==null&&typeof k.componentDidCatch=="function"&&(Sr===null||!Sr.has(k))))return i.flags|=65536,v&=-v,i.lanes|=v,v=m0(v),g0(v,s,i,p),ym(i,v),!1}i=i.return}while(i!==null);return!1}var Gm=Error(o(461)),wn=!1;function Un(s,r,i,p){r.child=s===null?_y(r,null,i,p):ho(r,s.child,i,p)}function h0(s,r,i,p,v){i=i.render;var k=r.ref;if("ref"in p){var M={};for(var q in p)q!=="ref"&&(M[q]=p[q])}else M=p;return fo(r),p=Nm(s,r,i,M,k,v),q=Em(),s!==null&&!wn?(Rm(s,r,v),$a(s,r,v)):(Nt&&q&&im(r),r.flags|=1,Un(s,r,p,v),r.child)}function x0(s,r,i,p,v){if(s===null){var k=i.type;return typeof k=="function"&&!rm(k)&&k.defaultProps===void 0&&i.compare===null?(r.tag=15,r.type=k,b0(s,r,k,p,v)):(s=Nu(i.type,null,p,r,r.mode,v),s.ref=r.ref,s.return=r,r.child=s)}if(k=s.child,!eg(s,v)){var M=k.memoizedProps;if(i=i.compare,i=i!==null?i:Ri,i(M,p)&&s.ref===r.ref)return $a(s,r,v)}return r.flags|=1,s=Da(k,p),s.ref=r.ref,s.return=r,r.child=s}function b0(s,r,i,p,v){if(s!==null){var k=s.memoizedProps;if(Ri(k,p)&&s.ref===r.ref)if(wn=!1,r.pendingProps=p=k,eg(s,v))(s.flags&131072)!==0&&(wn=!0);else return r.lanes=s.lanes,$a(s,r,v)}return Ym(s,r,i,p,v)}function _0(s,r,i,p){var v=p.children,k=s!==null?s.memoizedState:null;if(s===null&&r.stateNode===null&&(r.stateNode={_visibility:1,_pendingMarkers:null,_retryCache:null,_transitions:null}),p.mode==="hidden"){if((r.flags&128)!==0){if(k=k!==null?k.baseLanes|i:i,s!==null){for(p=r.child=s.child,v=0;p!==null;)v=v|p.lanes|p.childLanes,p=p.sibling;p=v&~k}else p=0,r.child=null;return v0(s,r,k,i,p)}if((i&536870912)!==0)r.memoizedState={baseLanes:0,cachePool:null},s!==null&&Au(r,k!==null?k.cachePool:null),k!==null?jy(r,k):wm(),wy(r);else return p=r.lanes=536870912,v0(s,r,k!==null?k.baseLanes|i:i,i,p)}else k!==null?(Au(r,k.cachePool),jy(r,k),yr(),r.memoizedState=null):(s!==null&&Au(r,null),wm(),yr());return Un(s,r,v,i),r.child}function Vi(s,r){return s!==null&&s.tag===22||r.stateNode!==null||(r.stateNode={_visibility:1,_pendingMarkers:null,_retryCache:null,_transitions:null}),r.sibling}function v0(s,r,i,p,v){var k=xm();return k=k===null?null:{parent:yn._currentValue,pool:k},r.memoizedState={baseLanes:i,cachePool:k},s!==null&&Au(r,null),wm(),wy(r),s!==null&&gl(s,r,p,!0),r.childLanes=v,null}function Yu(s,r){return r=Xu({mode:r.mode,children:r.children},s.mode),r.ref=s.ref,s.child=r,r.return=s,r}function y0(s,r,i){return ho(r,s.child,null,i),s=Yu(r,r.pendingProps),s.flags|=2,js(r),r.memoizedState=null,s}function NT(s,r,i){var p=r.pendingProps,v=(r.flags&128)!==0;if(r.flags&=-129,s===null){if(Nt){if(p.mode==="hidden")return s=Yu(r,p),r.lanes=536870912,Vi(null,s);if(Sm(r),(s=tn)?(s=O1(s,Ls),s=s!==null&&s.data==="&"?s:null,s!==null&&(r.memoizedState={dehydrated:s,treeContext:pr!==null?{id:ia,overflow:ca}:null,retryLane:536870912,hydrationErrors:null},i=ay(s),i.return=r,r.child=i,In=r,tn=null)):s=null,s===null)throw gr(r);return r.lanes=536870912,null}return Yu(r,p)}var k=s.memoizedState;if(k!==null){var M=k.dehydrated;if(Sm(r),v)if(r.flags&256)r.flags&=-257,r=y0(s,r,i);else if(r.memoizedState!==null)r.child=s.child,r.flags|=128,r=null;else throw Error(o(558));else if(wn||gl(s,r,i,!1),v=(i&s.childLanes)!==0,wn||v){if(p=Kt,p!==null&&(M=Aa(p,i),M!==0&&M!==k.retryLane))throw k.retryLane=M,lo(s,M),ds(p,s,M),Gm;ad(),r=y0(s,r,i)}else s=k.treeContext,tn=Bs(M.nextSibling),In=r,Nt=!0,mr=null,Ls=!1,s!==null&&ly(r,s),r=Yu(r,p),r.flags|=4096;return r}return s=Da(s.child,{mode:p.mode,children:p.children}),s.ref=r.ref,r.child=s,s.return=r,s}function Ku(s,r){var i=r.ref;if(i===null)s!==null&&s.ref!==null&&(r.flags|=4194816);else{if(typeof i!="function"&&typeof i!="object")throw Error(o(284));(s===null||s.ref!==i)&&(r.flags|=4194816)}}function Ym(s,r,i,p,v){return fo(r),i=Nm(s,r,i,p,void 0,v),p=Em(),s!==null&&!wn?(Rm(s,r,v),$a(s,r,v)):(Nt&&p&&im(r),r.flags|=1,Un(s,r,i,v),r.child)}function j0(s,r,i,p,v,k){return fo(r),r.updateQueue=null,i=Sy(r,p,i,v),ky(s),p=Em(),s!==null&&!wn?(Rm(s,r,k),$a(s,r,k)):(Nt&&p&&im(r),r.flags|=1,Un(s,r,i,k),r.child)}function w0(s,r,i,p,v){if(fo(r),r.stateNode===null){var k=dl,M=i.contextType;typeof M=="object"&&M!==null&&(k=Bn(M)),k=new i(p,k),r.memoizedState=k.state!==null&&k.state!==void 0?k.state:null,k.updater=Vm,r.stateNode=k,k._reactInternals=r,k=r.stateNode,k.props=p,k.state=r.memoizedState,k.refs={},_m(r),M=i.contextType,k.context=typeof M=="object"&&M!==null?Bn(M):dl,k.state=r.memoizedState,M=i.getDerivedStateFromProps,typeof M=="function"&&(qm(r,i,M,p),k.state=r.memoizedState),typeof i.getDerivedStateFromProps=="function"||typeof k.getSnapshotBeforeUpdate=="function"||typeof k.UNSAFE_componentWillMount!="function"&&typeof k.componentWillMount!="function"||(M=k.state,typeof k.componentWillMount=="function"&&k.componentWillMount(),typeof k.UNSAFE_componentWillMount=="function"&&k.UNSAFE_componentWillMount(),M!==k.state&&Vm.enqueueReplaceState(k,k.state,null),Bi(r,p,k,v),Ii(),k.state=r.memoizedState),typeof k.componentDidMount=="function"&&(r.flags|=4194308),p=!0}else if(s===null){k=r.stateNode;var q=r.memoizedProps,W=bo(i,q);k.props=W;var ce=k.context,be=i.contextType;M=dl,typeof be=="object"&&be!==null&&(M=Bn(be));var we=i.getDerivedStateFromProps;be=typeof we=="function"||typeof k.getSnapshotBeforeUpdate=="function",q=r.pendingProps!==q,be||typeof k.UNSAFE_componentWillReceiveProps!="function"&&typeof k.componentWillReceiveProps!="function"||(q||ce!==M)&&c0(r,k,p,M),xr=!1;var ue=r.memoizedState;k.state=ue,Bi(r,p,k,v),Ii(),ce=r.memoizedState,q||ue!==ce||xr?(typeof we=="function"&&(qm(r,i,we,p),ce=r.memoizedState),(W=xr||i0(r,i,W,p,ue,ce,M))?(be||typeof k.UNSAFE_componentWillMount!="function"&&typeof k.componentWillMount!="function"||(typeof k.componentWillMount=="function"&&k.componentWillMount(),typeof k.UNSAFE_componentWillMount=="function"&&k.UNSAFE_componentWillMount()),typeof k.componentDidMount=="function"&&(r.flags|=4194308)):(typeof k.componentDidMount=="function"&&(r.flags|=4194308),r.memoizedProps=p,r.memoizedState=ce),k.props=p,k.state=ce,k.context=M,p=W):(typeof k.componentDidMount=="function"&&(r.flags|=4194308),p=!1)}else{k=r.stateNode,vm(s,r),M=r.memoizedProps,be=bo(i,M),k.props=be,we=r.pendingProps,ue=k.context,ce=i.contextType,W=dl,typeof ce=="object"&&ce!==null&&(W=Bn(ce)),q=i.getDerivedStateFromProps,(ce=typeof q=="function"||typeof k.getSnapshotBeforeUpdate=="function")||typeof k.UNSAFE_componentWillReceiveProps!="function"&&typeof k.componentWillReceiveProps!="function"||(M!==we||ue!==W)&&c0(r,k,p,W),xr=!1,ue=r.memoizedState,k.state=ue,Bi(r,p,k,v),Ii();var pe=r.memoizedState;M!==we||ue!==pe||xr||s!==null&&s.dependencies!==null&&Ru(s.dependencies)?(typeof q=="function"&&(qm(r,i,q,p),pe=r.memoizedState),(be=xr||i0(r,i,be,p,ue,pe,W)||s!==null&&s.dependencies!==null&&Ru(s.dependencies))?(ce||typeof k.UNSAFE_componentWillUpdate!="function"&&typeof k.componentWillUpdate!="function"||(typeof k.componentWillUpdate=="function"&&k.componentWillUpdate(p,pe,W),typeof k.UNSAFE_componentWillUpdate=="function"&&k.UNSAFE_componentWillUpdate(p,pe,W)),typeof k.componentDidUpdate=="function"&&(r.flags|=4),typeof k.getSnapshotBeforeUpdate=="function"&&(r.flags|=1024)):(typeof k.componentDidUpdate!="function"||M===s.memoizedProps&&ue===s.memoizedState||(r.flags|=4),typeof k.getSnapshotBeforeUpdate!="function"||M===s.memoizedProps&&ue===s.memoizedState||(r.flags|=1024),r.memoizedProps=p,r.memoizedState=pe),k.props=p,k.state=pe,k.context=W,p=be):(typeof k.componentDidUpdate!="function"||M===s.memoizedProps&&ue===s.memoizedState||(r.flags|=4),typeof k.getSnapshotBeforeUpdate!="function"||M===s.memoizedProps&&ue===s.memoizedState||(r.flags|=1024),p=!1)}return k=p,Ku(s,r),p=(r.flags&128)!==0,k||p?(k=r.stateNode,i=p&&typeof i.getDerivedStateFromError!="function"?null:k.render(),r.flags|=1,s!==null&&p?(r.child=ho(r,s.child,null,v),r.child=ho(r,null,i,v)):Un(s,r,i,v),r.memoizedState=k.state,s=r.child):s=$a(s,r,v),s}function k0(s,r,i,p){return co(),r.flags|=256,Un(s,r,i,p),r.child}var Km={dehydrated:null,treeContext:null,retryLane:0,hydrationErrors:null};function Xm(s){return{baseLanes:s,cachePool:py()}}function Qm(s,r,i){return s=s!==null?s.childLanes&~i:0,r&&(s|=ks),s}function S0(s,r,i){var p=r.pendingProps,v=!1,k=(r.flags&128)!==0,M;if((M=k)||(M=s!==null&&s.memoizedState===null?!1:(xn.current&2)!==0),M&&(v=!0,r.flags&=-129),M=(r.flags&32)!==0,r.flags&=-33,s===null){if(Nt){if(v?vr(r):yr(),(s=tn)?(s=O1(s,Ls),s=s!==null&&s.data!=="&"?s:null,s!==null&&(r.memoizedState={dehydrated:s,treeContext:pr!==null?{id:ia,overflow:ca}:null,retryLane:536870912,hydrationErrors:null},i=ay(s),i.return=r,r.child=i,In=r,tn=null)):s=null,s===null)throw gr(r);return Mg(s)?r.lanes=32:r.lanes=536870912,null}var q=p.children;return p=p.fallback,v?(yr(),v=r.mode,q=Xu({mode:"hidden",children:q},v),p=io(p,v,i,null),q.return=r,p.return=r,q.sibling=p,r.child=q,p=r.child,p.memoizedState=Xm(i),p.childLanes=Qm(s,M,i),r.memoizedState=Km,Vi(null,p)):(vr(r),Wm(r,q))}var W=s.memoizedState;if(W!==null&&(q=W.dehydrated,q!==null)){if(k)r.flags&256?(vr(r),r.flags&=-257,r=Zm(s,r,i)):r.memoizedState!==null?(yr(),r.child=s.child,r.flags|=128,r=null):(yr(),q=p.fallback,v=r.mode,p=Xu({mode:"visible",children:p.children},v),q=io(q,v,i,null),q.flags|=2,p.return=r,q.return=r,p.sibling=q,r.child=p,ho(r,s.child,null,i),p=r.child,p.memoizedState=Xm(i),p.childLanes=Qm(s,M,i),r.memoizedState=Km,r=Vi(null,p));else if(vr(r),Mg(q)){if(M=q.nextSibling&&q.nextSibling.dataset,M)var ce=M.dgst;M=ce,p=Error(o(419)),p.stack="",p.digest=M,Mi({value:p,source:null,stack:null}),r=Zm(s,r,i)}else if(wn||gl(s,r,i,!1),M=(i&s.childLanes)!==0,wn||M){if(M=Kt,M!==null&&(p=Aa(M,i),p!==0&&p!==W.retryLane))throw W.retryLane=p,lo(s,p),ds(M,s,p),Gm;Ag(q)||ad(),r=Zm(s,r,i)}else Ag(q)?(r.flags|=192,r.child=s.child,r=null):(s=W.treeContext,tn=Bs(q.nextSibling),In=r,Nt=!0,mr=null,Ls=!1,s!==null&&ly(r,s),r=Wm(r,p.children),r.flags|=4096);return r}return v?(yr(),q=p.fallback,v=r.mode,W=s.child,ce=W.sibling,p=Da(W,{mode:"hidden",children:p.children}),p.subtreeFlags=W.subtreeFlags&65011712,ce!==null?q=Da(ce,q):(q=io(q,v,i,null),q.flags|=2),q.return=r,p.return=r,p.sibling=q,r.child=p,Vi(null,p),p=r.child,q=s.child.memoizedState,q===null?q=Xm(i):(v=q.cachePool,v!==null?(W=yn._currentValue,v=v.parent!==W?{parent:W,pool:W}:v):v=py(),q={baseLanes:q.baseLanes|i,cachePool:v}),p.memoizedState=q,p.childLanes=Qm(s,M,i),r.memoizedState=Km,Vi(s.child,p)):(vr(r),i=s.child,s=i.sibling,i=Da(i,{mode:"visible",children:p.children}),i.return=r,i.sibling=null,s!==null&&(M=r.deletions,M===null?(r.deletions=[s],r.flags|=16):M.push(s)),r.child=i,r.memoizedState=null,i)}function Wm(s,r){return r=Xu({mode:"visible",children:r},s.mode),r.return=s,s.child=r}function Xu(s,r){return s=vs(22,s,null,r),s.lanes=0,s}function Zm(s,r,i){return ho(r,s.child,null,i),s=Wm(r,r.pendingProps.children),s.flags|=2,r.memoizedState=null,s}function C0(s,r,i){s.lanes|=r;var p=s.alternate;p!==null&&(p.lanes|=r),pm(s.return,r,i)}function Jm(s,r,i,p,v,k){var M=s.memoizedState;M===null?s.memoizedState={isBackwards:r,rendering:null,renderingStartTime:0,last:p,tail:i,tailMode:v,treeForkCount:k}:(M.isBackwards=r,M.rendering=null,M.renderingStartTime=0,M.last=p,M.tail=i,M.tailMode=v,M.treeForkCount=k)}function N0(s,r,i){var p=r.pendingProps,v=p.revealOrder,k=p.tail;p=p.children;var M=xn.current,q=(M&2)!==0;if(q?(M=M&1|2,r.flags|=128):M&=1,Z(xn,M),Un(s,r,p,i),p=Nt?Ai:0,!q&&s!==null&&(s.flags&128)!==0)e:for(s=r.child;s!==null;){if(s.tag===13)s.memoizedState!==null&&C0(s,i,r);else if(s.tag===19)C0(s,i,r);else if(s.child!==null){s.child.return=s,s=s.child;continue}if(s===r)break e;for(;s.sibling===null;){if(s.return===null||s.return===r)break e;s=s.return}s.sibling.return=s.return,s=s.sibling}switch(v){case"forwards":for(i=r.child,v=null;i!==null;)s=i.alternate,s!==null&&Lu(s)===null&&(v=i),i=i.sibling;i=v,i===null?(v=r.child,r.child=null):(v=i.sibling,i.sibling=null),Jm(r,!1,v,i,k,p);break;case"backwards":case"unstable_legacy-backwards":for(i=null,v=r.child,r.child=null;v!==null;){if(s=v.alternate,s!==null&&Lu(s)===null){r.child=v;break}s=v.sibling,v.sibling=i,i=v,v=s}Jm(r,!0,i,null,k,p);break;case"together":Jm(r,!1,null,null,void 0,p);break;default:r.memoizedState=null}return r.child}function $a(s,r,i){if(s!==null&&(r.dependencies=s.dependencies),kr|=r.lanes,(i&r.childLanes)===0)if(s!==null){if(gl(s,r,i,!1),(i&r.childLanes)===0)return null}else return null;if(s!==null&&r.child!==s.child)throw Error(o(153));if(r.child!==null){for(s=r.child,i=Da(s,s.pendingProps),r.child=i,i.return=r;s.sibling!==null;)s=s.sibling,i=i.sibling=Da(s,s.pendingProps),i.return=r;i.sibling=null}return r.child}function eg(s,r){return(s.lanes&r)!==0?!0:(s=s.dependencies,!!(s!==null&&Ru(s)))}function ET(s,r,i){switch(r.tag){case 3:le(r,r.stateNode.containerInfo),hr(r,yn,s.memoizedState.cache),co();break;case 27:case 5:Me(r);break;case 4:le(r,r.stateNode.containerInfo);break;case 10:hr(r,r.type,r.memoizedProps.value);break;case 31:if(r.memoizedState!==null)return r.flags|=128,Sm(r),null;break;case 13:var p=r.memoizedState;if(p!==null)return p.dehydrated!==null?(vr(r),r.flags|=128,null):(i&r.child.childLanes)!==0?S0(s,r,i):(vr(r),s=$a(s,r,i),s!==null?s.sibling:null);vr(r);break;case 19:var v=(s.flags&128)!==0;if(p=(i&r.childLanes)!==0,p||(gl(s,r,i,!1),p=(i&r.childLanes)!==0),v){if(p)return N0(s,r,i);r.flags|=128}if(v=r.memoizedState,v!==null&&(v.rendering=null,v.tail=null,v.lastEffect=null),Z(xn,xn.current),p)break;return null;case 22:return r.lanes=0,_0(s,r,i,r.pendingProps);case 24:hr(r,yn,s.memoizedState.cache)}return $a(s,r,i)}function E0(s,r,i){if(s!==null)if(s.memoizedProps!==r.pendingProps)wn=!0;else{if(!eg(s,i)&&(r.flags&128)===0)return wn=!1,ET(s,r,i);wn=(s.flags&131072)!==0}else wn=!1,Nt&&(r.flags&1048576)!==0&&oy(r,Ai,r.index);switch(r.lanes=0,r.tag){case 16:e:{var p=r.pendingProps;if(s=mo(r.elementType),r.type=s,typeof s=="function")rm(s)?(p=bo(s,p),r.tag=1,r=w0(null,r,s,p,i)):(r.tag=0,r=Ym(null,r,s,p,i));else{if(s!=null){var v=s.$$typeof;if(v===R){r.tag=11,r=h0(null,r,s,p,i);break e}else if(v===z){r.tag=14,r=x0(null,r,s,p,i);break e}}throw r=$(s)||s,Error(o(306,r,""))}}return r;case 0:return Ym(s,r,r.type,r.pendingProps,i);case 1:return p=r.type,v=bo(p,r.pendingProps),w0(s,r,p,v,i);case 3:e:{if(le(r,r.stateNode.containerInfo),s===null)throw Error(o(387));p=r.pendingProps;var k=r.memoizedState;v=k.element,vm(s,r),Bi(r,p,null,i);var M=r.memoizedState;if(p=M.cache,hr(r,yn,p),p!==k.cache&&mm(r,[yn],i,!0),Ii(),p=M.element,k.isDehydrated)if(k={element:p,isDehydrated:!1,cache:M.cache},r.updateQueue.baseState=k,r.memoizedState=k,r.flags&256){r=k0(s,r,p,i);break e}else if(p!==v){v=zs(Error(o(424)),r),Mi(v),r=k0(s,r,p,i);break e}else{switch(s=r.stateNode.containerInfo,s.nodeType){case 9:s=s.body;break;default:s=s.nodeName==="HTML"?s.ownerDocument.body:s}for(tn=Bs(s.firstChild),In=r,Nt=!0,mr=null,Ls=!0,i=_y(r,null,p,i),r.child=i;i;)i.flags=i.flags&-3|4096,i=i.sibling}else{if(co(),p===v){r=$a(s,r,i);break e}Un(s,r,p,i)}r=r.child}return r;case 26:return Ku(s,r),s===null?(i=B1(r.type,null,r.pendingProps,null))?r.memoizedState=i:Nt||(i=r.type,s=r.pendingProps,p=dd(ee.current).createElement(i),p[Yt]=r,p[Ln]=s,$n(p,i,s),Tn(p),r.stateNode=p):r.memoizedState=B1(r.type,s.memoizedProps,r.pendingProps,s.memoizedState),null;case 27:return Me(r),s===null&&Nt&&(p=r.stateNode=P1(r.type,r.pendingProps,ee.current),In=r,Ls=!0,v=tn,Rr(r.type)?(Og=v,tn=Bs(p.firstChild)):tn=v),Un(s,r,r.pendingProps.children,i),Ku(s,r),s===null&&(r.flags|=4194304),r.child;case 5:return s===null&&Nt&&((v=p=tn)&&(p=a5(p,r.type,r.pendingProps,Ls),p!==null?(r.stateNode=p,In=r,tn=Bs(p.firstChild),Ls=!1,v=!0):v=!1),v||gr(r)),Me(r),v=r.type,k=r.pendingProps,M=s!==null?s.memoizedProps:null,p=k.children,Eg(v,k)?p=null:M!==null&&Eg(v,M)&&(r.flags|=32),r.memoizedState!==null&&(v=Nm(s,r,_T,null,null,i),rc._currentValue=v),Ku(s,r),Un(s,r,p,i),r.child;case 6:return s===null&&Nt&&((s=i=tn)&&(i=r5(i,r.pendingProps,Ls),i!==null?(r.stateNode=i,In=r,tn=null,s=!0):s=!1),s||gr(r)),null;case 13:return S0(s,r,i);case 4:return le(r,r.stateNode.containerInfo),p=r.pendingProps,s===null?r.child=ho(r,null,p,i):Un(s,r,p,i),r.child;case 11:return h0(s,r,r.type,r.pendingProps,i);case 7:return Un(s,r,r.pendingProps,i),r.child;case 8:return Un(s,r,r.pendingProps.children,i),r.child;case 12:return Un(s,r,r.pendingProps.children,i),r.child;case 10:return p=r.pendingProps,hr(r,r.type,p.value),Un(s,r,p.children,i),r.child;case 9:return v=r.type._context,p=r.pendingProps.children,fo(r),v=Bn(v),p=p(v),r.flags|=1,Un(s,r,p,i),r.child;case 14:return x0(s,r,r.type,r.pendingProps,i);case 15:return b0(s,r,r.type,r.pendingProps,i);case 19:return N0(s,r,i);case 31:return NT(s,r,i);case 22:return _0(s,r,i,r.pendingProps);case 24:return fo(r),p=Bn(yn),s===null?(v=xm(),v===null&&(v=Kt,k=gm(),v.pooledCache=k,k.refCount++,k!==null&&(v.pooledCacheLanes|=i),v=k),r.memoizedState={parent:p,cache:v},_m(r),hr(r,yn,v)):((s.lanes&i)!==0&&(vm(s,r),Bi(r,null,null,i),Ii()),v=s.memoizedState,k=r.memoizedState,v.parent!==p?(v={parent:p,cache:p},r.memoizedState=v,r.lanes===0&&(r.memoizedState=r.updateQueue.baseState=v),hr(r,yn,p)):(p=k.cache,hr(r,yn,p),p!==v.cache&&mm(r,[yn],i,!0))),Un(s,r,r.pendingProps.children,i),r.child;case 29:throw r.pendingProps}throw Error(o(156,r.tag))}function Ha(s){s.flags|=4}function tg(s,r,i,p,v){if((r=(s.mode&32)!==0)&&(r=!1),r){if(s.flags|=16777216,(v&335544128)===v)if(s.stateNode.complete)s.flags|=8192;else if(t1())s.flags|=8192;else throw go=Ou,bm}else s.flags&=-16777217}function R0(s,r){if(r.type!=="stylesheet"||(r.state.loading&4)!==0)s.flags&=-16777217;else if(s.flags|=16777216,!V1(r))if(t1())s.flags|=8192;else throw go=Ou,bm}function Qu(s,r){r!==null&&(s.flags|=4),s.flags&16384&&(r=s.tag!==22?bs():536870912,s.lanes|=r,Nl|=r)}function Fi(s,r){if(!Nt)switch(s.tailMode){case"hidden":r=s.tail;for(var i=null;r!==null;)r.alternate!==null&&(i=r),r=r.sibling;i===null?s.tail=null:i.sibling=null;break;case"collapsed":i=s.tail;for(var p=null;i!==null;)i.alternate!==null&&(p=i),i=i.sibling;p===null?r||s.tail===null?s.tail=null:s.tail.sibling=null:p.sibling=null}}function nn(s){var r=s.alternate!==null&&s.alternate.child===s.child,i=0,p=0;if(r)for(var v=s.child;v!==null;)i|=v.lanes|v.childLanes,p|=v.subtreeFlags&65011712,p|=v.flags&65011712,v.return=s,v=v.sibling;else for(v=s.child;v!==null;)i|=v.lanes|v.childLanes,p|=v.subtreeFlags,p|=v.flags,v.return=s,v=v.sibling;return s.subtreeFlags|=p,s.childLanes=i,r}function RT(s,r,i){var p=r.pendingProps;switch(cm(r),r.tag){case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return nn(r),null;case 1:return nn(r),null;case 3:return i=r.stateNode,p=null,s!==null&&(p=s.memoizedState.cache),r.memoizedState.cache!==p&&(r.flags|=2048),Ia(yn),ge(),i.pendingContext&&(i.context=i.pendingContext,i.pendingContext=null),(s===null||s.child===null)&&(ml(r)?Ha(r):s===null||s.memoizedState.isDehydrated&&(r.flags&256)===0||(r.flags|=1024,dm())),nn(r),null;case 26:var v=r.type,k=r.memoizedState;return s===null?(Ha(r),k!==null?(nn(r),R0(r,k)):(nn(r),tg(r,v,null,p,i))):k?k!==s.memoizedState?(Ha(r),nn(r),R0(r,k)):(nn(r),r.flags&=-16777217):(s=s.memoizedProps,s!==p&&Ha(r),nn(r),tg(r,v,s,p,i)),null;case 27:if(fe(r),i=ee.current,v=r.type,s!==null&&r.stateNode!=null)s.memoizedProps!==p&&Ha(r);else{if(!p){if(r.stateNode===null)throw Error(o(166));return nn(r),null}s=X.current,ml(r)?iy(r):(s=P1(v,p,i),r.stateNode=s,Ha(r))}return nn(r),null;case 5:if(fe(r),v=r.type,s!==null&&r.stateNode!=null)s.memoizedProps!==p&&Ha(r);else{if(!p){if(r.stateNode===null)throw Error(o(166));return nn(r),null}if(k=X.current,ml(r))iy(r);else{var M=dd(ee.current);switch(k){case 1:k=M.createElementNS("http://www.w3.org/2000/svg",v);break;case 2:k=M.createElementNS("http://www.w3.org/1998/Math/MathML",v);break;default:switch(v){case"svg":k=M.createElementNS("http://www.w3.org/2000/svg",v);break;case"math":k=M.createElementNS("http://www.w3.org/1998/Math/MathML",v);break;case"script":k=M.createElement("div"),k.innerHTML="<script><\/script>",k=k.removeChild(k.firstChild);break;case"select":k=typeof p.is=="string"?M.createElement("select",{is:p.is}):M.createElement("select"),p.multiple?k.multiple=!0:p.size&&(k.size=p.size);break;default:k=typeof p.is=="string"?M.createElement(v,{is:p.is}):M.createElement(v)}}k[Yt]=r,k[Ln]=p;e:for(M=r.child;M!==null;){if(M.tag===5||M.tag===6)k.appendChild(M.stateNode);else if(M.tag!==4&&M.tag!==27&&M.child!==null){M.child.return=M,M=M.child;continue}if(M===r)break e;for(;M.sibling===null;){if(M.return===null||M.return===r)break e;M=M.return}M.sibling.return=M.return,M=M.sibling}r.stateNode=k;e:switch($n(k,v,p),v){case"button":case"input":case"select":case"textarea":p=!!p.autoFocus;break e;case"img":p=!0;break e;default:p=!1}p&&Ha(r)}}return nn(r),tg(r,r.type,s===null?null:s.memoizedProps,r.pendingProps,i),null;case 6:if(s&&r.stateNode!=null)s.memoizedProps!==p&&Ha(r);else{if(typeof p!="string"&&r.stateNode===null)throw Error(o(166));if(s=ee.current,ml(r)){if(s=r.stateNode,i=r.memoizedProps,p=null,v=In,v!==null)switch(v.tag){case 27:case 5:p=v.memoizedProps}s[Yt]=r,s=!!(s.nodeValue===i||p!==null&&p.suppressHydrationWarning===!0||S1(s.nodeValue,i)),s||gr(r,!0)}else s=dd(s).createTextNode(p),s[Yt]=r,r.stateNode=s}return nn(r),null;case 31:if(i=r.memoizedState,s===null||s.memoizedState!==null){if(p=ml(r),i!==null){if(s===null){if(!p)throw Error(o(318));if(s=r.memoizedState,s=s!==null?s.dehydrated:null,!s)throw Error(o(557));s[Yt]=r}else co(),(r.flags&128)===0&&(r.memoizedState=null),r.flags|=4;nn(r),s=!1}else i=dm(),s!==null&&s.memoizedState!==null&&(s.memoizedState.hydrationErrors=i),s=!0;if(!s)return r.flags&256?(js(r),r):(js(r),null);if((r.flags&128)!==0)throw Error(o(558))}return nn(r),null;case 13:if(p=r.memoizedState,s===null||s.memoizedState!==null&&s.memoizedState.dehydrated!==null){if(v=ml(r),p!==null&&p.dehydrated!==null){if(s===null){if(!v)throw Error(o(318));if(v=r.memoizedState,v=v!==null?v.dehydrated:null,!v)throw Error(o(317));v[Yt]=r}else co(),(r.flags&128)===0&&(r.memoizedState=null),r.flags|=4;nn(r),v=!1}else v=dm(),s!==null&&s.memoizedState!==null&&(s.memoizedState.hydrationErrors=v),v=!0;if(!v)return r.flags&256?(js(r),r):(js(r),null)}return js(r),(r.flags&128)!==0?(r.lanes=i,r):(i=p!==null,s=s!==null&&s.memoizedState!==null,i&&(p=r.child,v=null,p.alternate!==null&&p.alternate.memoizedState!==null&&p.alternate.memoizedState.cachePool!==null&&(v=p.alternate.memoizedState.cachePool.pool),k=null,p.memoizedState!==null&&p.memoizedState.cachePool!==null&&(k=p.memoizedState.cachePool.pool),k!==v&&(p.flags|=2048)),i!==s&&i&&(r.child.flags|=8192),Qu(r,r.updateQueue),nn(r),null);case 4:return ge(),s===null&&wg(r.stateNode.containerInfo),nn(r),null;case 10:return Ia(r.type),nn(r),null;case 19:if(Q(xn),p=r.memoizedState,p===null)return nn(r),null;if(v=(r.flags&128)!==0,k=p.rendering,k===null)if(v)Fi(p,!1);else{if(fn!==0||s!==null&&(s.flags&128)!==0)for(s=r.child;s!==null;){if(k=Lu(s),k!==null){for(r.flags|=128,Fi(p,!1),s=k.updateQueue,r.updateQueue=s,Qu(r,s),r.subtreeFlags=0,s=i,i=r.child;i!==null;)sy(i,s),i=i.sibling;return Z(xn,xn.current&1|2),Nt&&Pa(r,p.treeForkCount),r.child}s=s.sibling}p.tail!==null&&de()>td&&(r.flags|=128,v=!0,Fi(p,!1),r.lanes=4194304)}else{if(!v)if(s=Lu(k),s!==null){if(r.flags|=128,v=!0,s=s.updateQueue,r.updateQueue=s,Qu(r,s),Fi(p,!0),p.tail===null&&p.tailMode==="hidden"&&!k.alternate&&!Nt)return nn(r),null}else 2*de()-p.renderingStartTime>td&&i!==536870912&&(r.flags|=128,v=!0,Fi(p,!1),r.lanes=4194304);p.isBackwards?(k.sibling=r.child,r.child=k):(s=p.last,s!==null?s.sibling=k:r.child=k,p.last=k)}return p.tail!==null?(s=p.tail,p.rendering=s,p.tail=s.sibling,p.renderingStartTime=de(),s.sibling=null,i=xn.current,Z(xn,v?i&1|2:i&1),Nt&&Pa(r,p.treeForkCount),s):(nn(r),null);case 22:case 23:return js(r),km(),p=r.memoizedState!==null,s!==null?s.memoizedState!==null!==p&&(r.flags|=8192):p&&(r.flags|=8192),p?(i&536870912)!==0&&(r.flags&128)===0&&(nn(r),r.subtreeFlags&6&&(r.flags|=8192)):nn(r),i=r.updateQueue,i!==null&&Qu(r,i.retryQueue),i=null,s!==null&&s.memoizedState!==null&&s.memoizedState.cachePool!==null&&(i=s.memoizedState.cachePool.pool),p=null,r.memoizedState!==null&&r.memoizedState.cachePool!==null&&(p=r.memoizedState.cachePool.pool),p!==i&&(r.flags|=2048),s!==null&&Q(po),null;case 24:return i=null,s!==null&&(i=s.memoizedState.cache),r.memoizedState.cache!==i&&(r.flags|=2048),Ia(yn),nn(r),null;case 25:return null;case 30:return null}throw Error(o(156,r.tag))}function TT(s,r){switch(cm(r),r.tag){case 1:return s=r.flags,s&65536?(r.flags=s&-65537|128,r):null;case 3:return Ia(yn),ge(),s=r.flags,(s&65536)!==0&&(s&128)===0?(r.flags=s&-65537|128,r):null;case 26:case 27:case 5:return fe(r),null;case 31:if(r.memoizedState!==null){if(js(r),r.alternate===null)throw Error(o(340));co()}return s=r.flags,s&65536?(r.flags=s&-65537|128,r):null;case 13:if(js(r),s=r.memoizedState,s!==null&&s.dehydrated!==null){if(r.alternate===null)throw Error(o(340));co()}return s=r.flags,s&65536?(r.flags=s&-65537|128,r):null;case 19:return Q(xn),null;case 4:return ge(),null;case 10:return Ia(r.type),null;case 22:case 23:return js(r),km(),s!==null&&Q(po),s=r.flags,s&65536?(r.flags=s&-65537|128,r):null;case 24:return Ia(yn),null;case 25:return null;default:return null}}function T0(s,r){switch(cm(r),r.tag){case 3:Ia(yn),ge();break;case 26:case 27:case 5:fe(r);break;case 4:ge();break;case 31:r.memoizedState!==null&&js(r);break;case 13:js(r);break;case 19:Q(xn);break;case 10:Ia(r.type);break;case 22:case 23:js(r),km(),s!==null&&Q(po);break;case 24:Ia(yn)}}function Gi(s,r){try{var i=r.updateQueue,p=i!==null?i.lastEffect:null;if(p!==null){var v=p.next;i=v;do{if((i.tag&s)===s){p=void 0;var k=i.create,M=i.inst;p=k(),M.destroy=p}i=i.next}while(i!==v)}}catch(q){Lt(r,r.return,q)}}function jr(s,r,i){try{var p=r.updateQueue,v=p!==null?p.lastEffect:null;if(v!==null){var k=v.next;p=k;do{if((p.tag&s)===s){var M=p.inst,q=M.destroy;if(q!==void 0){M.destroy=void 0,v=r;var W=i,ce=q;try{ce()}catch(be){Lt(v,W,be)}}}p=p.next}while(p!==k)}}catch(be){Lt(r,r.return,be)}}function A0(s){var r=s.updateQueue;if(r!==null){var i=s.stateNode;try{yy(r,i)}catch(p){Lt(s,s.return,p)}}}function M0(s,r,i){i.props=bo(s.type,s.memoizedProps),i.state=s.memoizedState;try{i.componentWillUnmount()}catch(p){Lt(s,r,p)}}function Yi(s,r){try{var i=s.ref;if(i!==null){switch(s.tag){case 26:case 27:case 5:var p=s.stateNode;break;case 30:p=s.stateNode;break;default:p=s.stateNode}typeof i=="function"?s.refCleanup=i(p):i.current=p}}catch(v){Lt(s,r,v)}}function ua(s,r){var i=s.ref,p=s.refCleanup;if(i!==null)if(typeof p=="function")try{p()}catch(v){Lt(s,r,v)}finally{s.refCleanup=null,s=s.alternate,s!=null&&(s.refCleanup=null)}else if(typeof i=="function")try{i(null)}catch(v){Lt(s,r,v)}else i.current=null}function O0(s){var r=s.type,i=s.memoizedProps,p=s.stateNode;try{e:switch(r){case"button":case"input":case"select":case"textarea":i.autoFocus&&p.focus();break e;case"img":i.src?p.src=i.src:i.srcSet&&(p.srcset=i.srcSet)}}catch(v){Lt(s,s.return,v)}}function ng(s,r,i){try{var p=s.stateNode;ZT(p,s.type,i,r),p[Ln]=r}catch(v){Lt(s,s.return,v)}}function z0(s){return s.tag===5||s.tag===3||s.tag===26||s.tag===27&&Rr(s.type)||s.tag===4}function sg(s){e:for(;;){for(;s.sibling===null;){if(s.return===null||z0(s.return))return null;s=s.return}for(s.sibling.return=s.return,s=s.sibling;s.tag!==5&&s.tag!==6&&s.tag!==18;){if(s.tag===27&&Rr(s.type)||s.flags&2||s.child===null||s.tag===4)continue e;s.child.return=s,s=s.child}if(!(s.flags&2))return s.stateNode}}function ag(s,r,i){var p=s.tag;if(p===5||p===6)s=s.stateNode,r?(i.nodeType===9?i.body:i.nodeName==="HTML"?i.ownerDocument.body:i).insertBefore(s,r):(r=i.nodeType===9?i.body:i.nodeName==="HTML"?i.ownerDocument.body:i,r.appendChild(s),i=i._reactRootContainer,i!=null||r.onclick!==null||(r.onclick=Oa));else if(p!==4&&(p===27&&Rr(s.type)&&(i=s.stateNode,r=null),s=s.child,s!==null))for(ag(s,r,i),s=s.sibling;s!==null;)ag(s,r,i),s=s.sibling}function Wu(s,r,i){var p=s.tag;if(p===5||p===6)s=s.stateNode,r?i.insertBefore(s,r):i.appendChild(s);else if(p!==4&&(p===27&&Rr(s.type)&&(i=s.stateNode),s=s.child,s!==null))for(Wu(s,r,i),s=s.sibling;s!==null;)Wu(s,r,i),s=s.sibling}function D0(s){var r=s.stateNode,i=s.memoizedProps;try{for(var p=s.type,v=r.attributes;v.length;)r.removeAttributeNode(v[0]);$n(r,p,i),r[Yt]=s,r[Ln]=i}catch(k){Lt(s,s.return,k)}}var qa=!1,kn=!1,rg=!1,P0=typeof WeakSet=="function"?WeakSet:Set,An=null;function AT(s,r){if(s=s.containerInfo,Cg=bd,s=Kv(s),Zp(s)){if("selectionStart"in s)var i={start:s.selectionStart,end:s.selectionEnd};else e:{i=(i=s.ownerDocument)&&i.defaultView||window;var p=i.getSelection&&i.getSelection();if(p&&p.rangeCount!==0){i=p.anchorNode;var v=p.anchorOffset,k=p.focusNode;p=p.focusOffset;try{i.nodeType,k.nodeType}catch{i=null;break e}var M=0,q=-1,W=-1,ce=0,be=0,we=s,ue=null;t:for(;;){for(var pe;we!==i||v!==0&&we.nodeType!==3||(q=M+v),we!==k||p!==0&&we.nodeType!==3||(W=M+p),we.nodeType===3&&(M+=we.nodeValue.length),(pe=we.firstChild)!==null;)ue=we,we=pe;for(;;){if(we===s)break t;if(ue===i&&++ce===v&&(q=M),ue===k&&++be===p&&(W=M),(pe=we.nextSibling)!==null)break;we=ue,ue=we.parentNode}we=pe}i=q===-1||W===-1?null:{start:q,end:W}}else i=null}i=i||{start:0,end:0}}else i=null;for(Ng={focusedElem:s,selectionRange:i},bd=!1,An=r;An!==null;)if(r=An,s=r.child,(r.subtreeFlags&1028)!==0&&s!==null)s.return=r,An=s;else for(;An!==null;){switch(r=An,k=r.alternate,s=r.flags,r.tag){case 0:if((s&4)!==0&&(s=r.updateQueue,s=s!==null?s.events:null,s!==null))for(i=0;i<s.length;i++)v=s[i],v.ref.impl=v.nextImpl;break;case 11:case 15:break;case 1:if((s&1024)!==0&&k!==null){s=void 0,i=r,v=k.memoizedProps,k=k.memoizedState,p=i.stateNode;try{var Fe=bo(i.type,v);s=p.getSnapshotBeforeUpdate(Fe,k),p.__reactInternalSnapshotBeforeUpdate=s}catch(at){Lt(i,i.return,at)}}break;case 3:if((s&1024)!==0){if(s=r.stateNode.containerInfo,i=s.nodeType,i===9)Tg(s);else if(i===1)switch(s.nodeName){case"HEAD":case"HTML":case"BODY":Tg(s);break;default:s.textContent=""}}break;case 5:case 26:case 27:case 6:case 4:case 17:break;default:if((s&1024)!==0)throw Error(o(163))}if(s=r.sibling,s!==null){s.return=r.return,An=s;break}An=r.return}}function L0(s,r,i){var p=i.flags;switch(i.tag){case 0:case 11:case 15:Fa(s,i),p&4&&Gi(5,i);break;case 1:if(Fa(s,i),p&4)if(s=i.stateNode,r===null)try{s.componentDidMount()}catch(M){Lt(i,i.return,M)}else{var v=bo(i.type,r.memoizedProps);r=r.memoizedState;try{s.componentDidUpdate(v,r,s.__reactInternalSnapshotBeforeUpdate)}catch(M){Lt(i,i.return,M)}}p&64&&A0(i),p&512&&Yi(i,i.return);break;case 3:if(Fa(s,i),p&64&&(s=i.updateQueue,s!==null)){if(r=null,i.child!==null)switch(i.child.tag){case 27:case 5:r=i.child.stateNode;break;case 1:r=i.child.stateNode}try{yy(s,r)}catch(M){Lt(i,i.return,M)}}break;case 27:r===null&&p&4&&D0(i);case 26:case 5:Fa(s,i),r===null&&p&4&&O0(i),p&512&&Yi(i,i.return);break;case 12:Fa(s,i);break;case 31:Fa(s,i),p&4&&U0(s,i);break;case 13:Fa(s,i),p&4&&$0(s,i),p&64&&(s=i.memoizedState,s!==null&&(s=s.dehydrated,s!==null&&(i=UT.bind(null,i),o5(s,i))));break;case 22:if(p=i.memoizedState!==null||qa,!p){r=r!==null&&r.memoizedState!==null||kn,v=qa;var k=kn;qa=p,(kn=r)&&!k?Ga(s,i,(i.subtreeFlags&8772)!==0):Fa(s,i),qa=v,kn=k}break;case 30:break;default:Fa(s,i)}}function I0(s){var r=s.alternate;r!==null&&(s.alternate=null,I0(r)),s.child=null,s.deletions=null,s.sibling=null,s.tag===5&&(r=s.stateNode,r!==null&&Dp(r)),s.stateNode=null,s.return=null,s.dependencies=null,s.memoizedProps=null,s.memoizedState=null,s.pendingProps=null,s.stateNode=null,s.updateQueue=null}var an=null,ls=!1;function Va(s,r,i){for(i=i.child;i!==null;)B0(s,r,i),i=i.sibling}function B0(s,r,i){if(Rt&&typeof Rt.onCommitFiberUnmount=="function")try{Rt.onCommitFiberUnmount(lt,i)}catch{}switch(i.tag){case 26:kn||ua(i,r),Va(s,r,i),i.memoizedState?i.memoizedState.count--:i.stateNode&&(i=i.stateNode,i.parentNode.removeChild(i));break;case 27:kn||ua(i,r);var p=an,v=ls;Rr(i.type)&&(an=i.stateNode,ls=!1),Va(s,r,i),nc(i.stateNode),an=p,ls=v;break;case 5:kn||ua(i,r);case 6:if(p=an,v=ls,an=null,Va(s,r,i),an=p,ls=v,an!==null)if(ls)try{(an.nodeType===9?an.body:an.nodeName==="HTML"?an.ownerDocument.body:an).removeChild(i.stateNode)}catch(k){Lt(i,r,k)}else try{an.removeChild(i.stateNode)}catch(k){Lt(i,r,k)}break;case 18:an!==null&&(ls?(s=an,A1(s.nodeType===9?s.body:s.nodeName==="HTML"?s.ownerDocument.body:s,i.stateNode),Dl(s)):A1(an,i.stateNode));break;case 4:p=an,v=ls,an=i.stateNode.containerInfo,ls=!0,Va(s,r,i),an=p,ls=v;break;case 0:case 11:case 14:case 15:jr(2,i,r),kn||jr(4,i,r),Va(s,r,i);break;case 1:kn||(ua(i,r),p=i.stateNode,typeof p.componentWillUnmount=="function"&&M0(i,r,p)),Va(s,r,i);break;case 21:Va(s,r,i);break;case 22:kn=(p=kn)||i.memoizedState!==null,Va(s,r,i),kn=p;break;default:Va(s,r,i)}}function U0(s,r){if(r.memoizedState===null&&(s=r.alternate,s!==null&&(s=s.memoizedState,s!==null))){s=s.dehydrated;try{Dl(s)}catch(i){Lt(r,r.return,i)}}}function $0(s,r){if(r.memoizedState===null&&(s=r.alternate,s!==null&&(s=s.memoizedState,s!==null&&(s=s.dehydrated,s!==null))))try{Dl(s)}catch(i){Lt(r,r.return,i)}}function MT(s){switch(s.tag){case 31:case 13:case 19:var r=s.stateNode;return r===null&&(r=s.stateNode=new P0),r;case 22:return s=s.stateNode,r=s._retryCache,r===null&&(r=s._retryCache=new P0),r;default:throw Error(o(435,s.tag))}}function Zu(s,r){var i=MT(s);r.forEach(function(p){if(!i.has(p)){i.add(p);var v=$T.bind(null,s,p);p.then(v,v)}})}function is(s,r){var i=r.deletions;if(i!==null)for(var p=0;p<i.length;p++){var v=i[p],k=s,M=r,q=M;e:for(;q!==null;){switch(q.tag){case 27:if(Rr(q.type)){an=q.stateNode,ls=!1;break e}break;case 5:an=q.stateNode,ls=!1;break e;case 3:case 4:an=q.stateNode.containerInfo,ls=!0;break e}q=q.return}if(an===null)throw Error(o(160));B0(k,M,v),an=null,ls=!1,k=v.alternate,k!==null&&(k.return=null),v.return=null}if(r.subtreeFlags&13886)for(r=r.child;r!==null;)H0(r,s),r=r.sibling}var Ks=null;function H0(s,r){var i=s.alternate,p=s.flags;switch(s.tag){case 0:case 11:case 14:case 15:is(r,s),cs(s),p&4&&(jr(3,s,s.return),Gi(3,s),jr(5,s,s.return));break;case 1:is(r,s),cs(s),p&512&&(kn||i===null||ua(i,i.return)),p&64&&qa&&(s=s.updateQueue,s!==null&&(p=s.callbacks,p!==null&&(i=s.shared.hiddenCallbacks,s.shared.hiddenCallbacks=i===null?p:i.concat(p))));break;case 26:var v=Ks;if(is(r,s),cs(s),p&512&&(kn||i===null||ua(i,i.return)),p&4){var k=i!==null?i.memoizedState:null;if(p=s.memoizedState,i===null)if(p===null)if(s.stateNode===null){e:{p=s.type,i=s.memoizedProps,v=v.ownerDocument||v;t:switch(p){case"title":k=v.getElementsByTagName("title")[0],(!k||k[vi]||k[Yt]||k.namespaceURI==="http://www.w3.org/2000/svg"||k.hasAttribute("itemprop"))&&(k=v.createElement(p),v.head.insertBefore(k,v.querySelector("head > title"))),$n(k,p,i),k[Yt]=s,Tn(k),p=k;break e;case"link":var M=H1("link","href",v).get(p+(i.href||""));if(M){for(var q=0;q<M.length;q++)if(k=M[q],k.getAttribute("href")===(i.href==null||i.href===""?null:i.href)&&k.getAttribute("rel")===(i.rel==null?null:i.rel)&&k.getAttribute("title")===(i.title==null?null:i.title)&&k.getAttribute("crossorigin")===(i.crossOrigin==null?null:i.crossOrigin)){M.splice(q,1);break t}}k=v.createElement(p),$n(k,p,i),v.head.appendChild(k);break;case"meta":if(M=H1("meta","content",v).get(p+(i.content||""))){for(q=0;q<M.length;q++)if(k=M[q],k.getAttribute("content")===(i.content==null?null:""+i.content)&&k.getAttribute("name")===(i.name==null?null:i.name)&&k.getAttribute("property")===(i.property==null?null:i.property)&&k.getAttribute("http-equiv")===(i.httpEquiv==null?null:i.httpEquiv)&&k.getAttribute("charset")===(i.charSet==null?null:i.charSet)){M.splice(q,1);break t}}k=v.createElement(p),$n(k,p,i),v.head.appendChild(k);break;default:throw Error(o(468,p))}k[Yt]=s,Tn(k),p=k}s.stateNode=p}else q1(v,s.type,s.stateNode);else s.stateNode=$1(v,p,s.memoizedProps);else k!==p?(k===null?i.stateNode!==null&&(i=i.stateNode,i.parentNode.removeChild(i)):k.count--,p===null?q1(v,s.type,s.stateNode):$1(v,p,s.memoizedProps)):p===null&&s.stateNode!==null&&ng(s,s.memoizedProps,i.memoizedProps)}break;case 27:is(r,s),cs(s),p&512&&(kn||i===null||ua(i,i.return)),i!==null&&p&4&&ng(s,s.memoizedProps,i.memoizedProps);break;case 5:if(is(r,s),cs(s),p&512&&(kn||i===null||ua(i,i.return)),s.flags&32){v=s.stateNode;try{al(v,"")}catch(Fe){Lt(s,s.return,Fe)}}p&4&&s.stateNode!=null&&(v=s.memoizedProps,ng(s,v,i!==null?i.memoizedProps:v)),p&1024&&(rg=!0);break;case 6:if(is(r,s),cs(s),p&4){if(s.stateNode===null)throw Error(o(162));p=s.memoizedProps,i=s.stateNode;try{i.nodeValue=p}catch(Fe){Lt(s,s.return,Fe)}}break;case 3:if(md=null,v=Ks,Ks=fd(r.containerInfo),is(r,s),Ks=v,cs(s),p&4&&i!==null&&i.memoizedState.isDehydrated)try{Dl(r.containerInfo)}catch(Fe){Lt(s,s.return,Fe)}rg&&(rg=!1,q0(s));break;case 4:p=Ks,Ks=fd(s.stateNode.containerInfo),is(r,s),cs(s),Ks=p;break;case 12:is(r,s),cs(s);break;case 31:is(r,s),cs(s),p&4&&(p=s.updateQueue,p!==null&&(s.updateQueue=null,Zu(s,p)));break;case 13:is(r,s),cs(s),s.child.flags&8192&&s.memoizedState!==null!=(i!==null&&i.memoizedState!==null)&&(ed=de()),p&4&&(p=s.updateQueue,p!==null&&(s.updateQueue=null,Zu(s,p)));break;case 22:v=s.memoizedState!==null;var W=i!==null&&i.memoizedState!==null,ce=qa,be=kn;if(qa=ce||v,kn=be||W,is(r,s),kn=be,qa=ce,cs(s),p&8192)e:for(r=s.stateNode,r._visibility=v?r._visibility&-2:r._visibility|1,v&&(i===null||W||qa||kn||_o(s)),i=null,r=s;;){if(r.tag===5||r.tag===26){if(i===null){W=i=r;try{if(k=W.stateNode,v)M=k.style,typeof M.setProperty=="function"?M.setProperty("display","none","important"):M.display="none";else{q=W.stateNode;var we=W.memoizedProps.style,ue=we!=null&&we.hasOwnProperty("display")?we.display:null;q.style.display=ue==null||typeof ue=="boolean"?"":(""+ue).trim()}}catch(Fe){Lt(W,W.return,Fe)}}}else if(r.tag===6){if(i===null){W=r;try{W.stateNode.nodeValue=v?"":W.memoizedProps}catch(Fe){Lt(W,W.return,Fe)}}}else if(r.tag===18){if(i===null){W=r;try{var pe=W.stateNode;v?M1(pe,!0):M1(W.stateNode,!1)}catch(Fe){Lt(W,W.return,Fe)}}}else if((r.tag!==22&&r.tag!==23||r.memoizedState===null||r===s)&&r.child!==null){r.child.return=r,r=r.child;continue}if(r===s)break e;for(;r.sibling===null;){if(r.return===null||r.return===s)break e;i===r&&(i=null),r=r.return}i===r&&(i=null),r.sibling.return=r.return,r=r.sibling}p&4&&(p=s.updateQueue,p!==null&&(i=p.retryQueue,i!==null&&(p.retryQueue=null,Zu(s,i))));break;case 19:is(r,s),cs(s),p&4&&(p=s.updateQueue,p!==null&&(s.updateQueue=null,Zu(s,p)));break;case 30:break;case 21:break;default:is(r,s),cs(s)}}function cs(s){var r=s.flags;if(r&2){try{for(var i,p=s.return;p!==null;){if(z0(p)){i=p;break}p=p.return}if(i==null)throw Error(o(160));switch(i.tag){case 27:var v=i.stateNode,k=sg(s);Wu(s,k,v);break;case 5:var M=i.stateNode;i.flags&32&&(al(M,""),i.flags&=-33);var q=sg(s);Wu(s,q,M);break;case 3:case 4:var W=i.stateNode.containerInfo,ce=sg(s);ag(s,ce,W);break;default:throw Error(o(161))}}catch(be){Lt(s,s.return,be)}s.flags&=-3}r&4096&&(s.flags&=-4097)}function q0(s){if(s.subtreeFlags&1024)for(s=s.child;s!==null;){var r=s;q0(r),r.tag===5&&r.flags&1024&&r.stateNode.reset(),s=s.sibling}}function Fa(s,r){if(r.subtreeFlags&8772)for(r=r.child;r!==null;)L0(s,r.alternate,r),r=r.sibling}function _o(s){for(s=s.child;s!==null;){var r=s;switch(r.tag){case 0:case 11:case 14:case 15:jr(4,r,r.return),_o(r);break;case 1:ua(r,r.return);var i=r.stateNode;typeof i.componentWillUnmount=="function"&&M0(r,r.return,i),_o(r);break;case 27:nc(r.stateNode);case 26:case 5:ua(r,r.return),_o(r);break;case 22:r.memoizedState===null&&_o(r);break;case 30:_o(r);break;default:_o(r)}s=s.sibling}}function Ga(s,r,i){for(i=i&&(r.subtreeFlags&8772)!==0,r=r.child;r!==null;){var p=r.alternate,v=s,k=r,M=k.flags;switch(k.tag){case 0:case 11:case 15:Ga(v,k,i),Gi(4,k);break;case 1:if(Ga(v,k,i),p=k,v=p.stateNode,typeof v.componentDidMount=="function")try{v.componentDidMount()}catch(ce){Lt(p,p.return,ce)}if(p=k,v=p.updateQueue,v!==null){var q=p.stateNode;try{var W=v.shared.hiddenCallbacks;if(W!==null)for(v.shared.hiddenCallbacks=null,v=0;v<W.length;v++)vy(W[v],q)}catch(ce){Lt(p,p.return,ce)}}i&&M&64&&A0(k),Yi(k,k.return);break;case 27:D0(k);case 26:case 5:Ga(v,k,i),i&&p===null&&M&4&&O0(k),Yi(k,k.return);break;case 12:Ga(v,k,i);break;case 31:Ga(v,k,i),i&&M&4&&U0(v,k);break;case 13:Ga(v,k,i),i&&M&4&&$0(v,k);break;case 22:k.memoizedState===null&&Ga(v,k,i),Yi(k,k.return);break;case 30:break;default:Ga(v,k,i)}r=r.sibling}}function og(s,r){var i=null;s!==null&&s.memoizedState!==null&&s.memoizedState.cachePool!==null&&(i=s.memoizedState.cachePool.pool),s=null,r.memoizedState!==null&&r.memoizedState.cachePool!==null&&(s=r.memoizedState.cachePool.pool),s!==i&&(s!=null&&s.refCount++,i!=null&&Oi(i))}function lg(s,r){s=null,r.alternate!==null&&(s=r.alternate.memoizedState.cache),r=r.memoizedState.cache,r!==s&&(r.refCount++,s!=null&&Oi(s))}function Xs(s,r,i,p){if(r.subtreeFlags&10256)for(r=r.child;r!==null;)V0(s,r,i,p),r=r.sibling}function V0(s,r,i,p){var v=r.flags;switch(r.tag){case 0:case 11:case 15:Xs(s,r,i,p),v&2048&&Gi(9,r);break;case 1:Xs(s,r,i,p);break;case 3:Xs(s,r,i,p),v&2048&&(s=null,r.alternate!==null&&(s=r.alternate.memoizedState.cache),r=r.memoizedState.cache,r!==s&&(r.refCount++,s!=null&&Oi(s)));break;case 12:if(v&2048){Xs(s,r,i,p),s=r.stateNode;try{var k=r.memoizedProps,M=k.id,q=k.onPostCommit;typeof q=="function"&&q(M,r.alternate===null?"mount":"update",s.passiveEffectDuration,-0)}catch(W){Lt(r,r.return,W)}}else Xs(s,r,i,p);break;case 31:Xs(s,r,i,p);break;case 13:Xs(s,r,i,p);break;case 23:break;case 22:k=r.stateNode,M=r.alternate,r.memoizedState!==null?k._visibility&2?Xs(s,r,i,p):Ki(s,r):k._visibility&2?Xs(s,r,i,p):(k._visibility|=2,kl(s,r,i,p,(r.subtreeFlags&10256)!==0||!1)),v&2048&&og(M,r);break;case 24:Xs(s,r,i,p),v&2048&&lg(r.alternate,r);break;default:Xs(s,r,i,p)}}function kl(s,r,i,p,v){for(v=v&&((r.subtreeFlags&10256)!==0||!1),r=r.child;r!==null;){var k=s,M=r,q=i,W=p,ce=M.flags;switch(M.tag){case 0:case 11:case 15:kl(k,M,q,W,v),Gi(8,M);break;case 23:break;case 22:var be=M.stateNode;M.memoizedState!==null?be._visibility&2?kl(k,M,q,W,v):Ki(k,M):(be._visibility|=2,kl(k,M,q,W,v)),v&&ce&2048&&og(M.alternate,M);break;case 24:kl(k,M,q,W,v),v&&ce&2048&&lg(M.alternate,M);break;default:kl(k,M,q,W,v)}r=r.sibling}}function Ki(s,r){if(r.subtreeFlags&10256)for(r=r.child;r!==null;){var i=s,p=r,v=p.flags;switch(p.tag){case 22:Ki(i,p),v&2048&&og(p.alternate,p);break;case 24:Ki(i,p),v&2048&&lg(p.alternate,p);break;default:Ki(i,p)}r=r.sibling}}var Xi=8192;function Sl(s,r,i){if(s.subtreeFlags&Xi)for(s=s.child;s!==null;)F0(s,r,i),s=s.sibling}function F0(s,r,i){switch(s.tag){case 26:Sl(s,r,i),s.flags&Xi&&s.memoizedState!==null&&b5(i,Ks,s.memoizedState,s.memoizedProps);break;case 5:Sl(s,r,i);break;case 3:case 4:var p=Ks;Ks=fd(s.stateNode.containerInfo),Sl(s,r,i),Ks=p;break;case 22:s.memoizedState===null&&(p=s.alternate,p!==null&&p.memoizedState!==null?(p=Xi,Xi=16777216,Sl(s,r,i),Xi=p):Sl(s,r,i));break;default:Sl(s,r,i)}}function G0(s){var r=s.alternate;if(r!==null&&(s=r.child,s!==null)){r.child=null;do r=s.sibling,s.sibling=null,s=r;while(s!==null)}}function Qi(s){var r=s.deletions;if((s.flags&16)!==0){if(r!==null)for(var i=0;i<r.length;i++){var p=r[i];An=p,K0(p,s)}G0(s)}if(s.subtreeFlags&10256)for(s=s.child;s!==null;)Y0(s),s=s.sibling}function Y0(s){switch(s.tag){case 0:case 11:case 15:Qi(s),s.flags&2048&&jr(9,s,s.return);break;case 3:Qi(s);break;case 12:Qi(s);break;case 22:var r=s.stateNode;s.memoizedState!==null&&r._visibility&2&&(s.return===null||s.return.tag!==13)?(r._visibility&=-3,Ju(s)):Qi(s);break;default:Qi(s)}}function Ju(s){var r=s.deletions;if((s.flags&16)!==0){if(r!==null)for(var i=0;i<r.length;i++){var p=r[i];An=p,K0(p,s)}G0(s)}for(s=s.child;s!==null;){switch(r=s,r.tag){case 0:case 11:case 15:jr(8,r,r.return),Ju(r);break;case 22:i=r.stateNode,i._visibility&2&&(i._visibility&=-3,Ju(r));break;default:Ju(r)}s=s.sibling}}function K0(s,r){for(;An!==null;){var i=An;switch(i.tag){case 0:case 11:case 15:jr(8,i,r);break;case 23:case 22:if(i.memoizedState!==null&&i.memoizedState.cachePool!==null){var p=i.memoizedState.cachePool.pool;p!=null&&p.refCount++}break;case 24:Oi(i.memoizedState.cache)}if(p=i.child,p!==null)p.return=i,An=p;else e:for(i=s;An!==null;){p=An;var v=p.sibling,k=p.return;if(I0(p),p===i){An=null;break e}if(v!==null){v.return=k,An=v;break e}An=k}}}var OT={getCacheForType:function(s){var r=Bn(yn),i=r.data.get(s);return i===void 0&&(i=s(),r.data.set(s,i)),i},cacheSignal:function(){return Bn(yn).controller.signal}},zT=typeof WeakMap=="function"?WeakMap:Map,zt=0,Kt=null,yt=null,wt=0,Pt=0,ws=null,wr=!1,Cl=!1,ig=!1,Ya=0,fn=0,kr=0,vo=0,cg=0,ks=0,Nl=0,Wi=null,us=null,ug=!1,ed=0,X0=0,td=1/0,nd=null,Sr=null,Cn=0,Cr=null,El=null,Ka=0,dg=0,fg=null,Q0=null,Zi=0,pg=null;function Ss(){return(zt&2)!==0&&wt!==0?wt&-wt:H.T!==null?_g():hn()}function W0(){if(ks===0)if((wt&536870912)===0||Nt){var s=Ot;Ot<<=1,(Ot&3932160)===0&&(Ot=262144),ks=s}else ks=536870912;return s=ys.current,s!==null&&(s.flags|=32),ks}function ds(s,r,i){(s===Kt&&(Pt===2||Pt===9)||s.cancelPendingCommit!==null)&&(Rl(s,0),Nr(s,wt,ks,!1)),gn(s,i),((zt&2)===0||s!==Kt)&&(s===Kt&&((zt&2)===0&&(vo|=i),fn===4&&Nr(s,wt,ks,!1)),da(s))}function Z0(s,r,i){if((zt&6)!==0)throw Error(o(327));var p=!i&&(r&127)===0&&(r&s.expiredLanes)===0||mn(s,r),v=p?LT(s,r):gg(s,r,!0),k=p;do{if(v===0){Cl&&!p&&Nr(s,r,0,!1);break}else{if(i=s.current.alternate,k&&!DT(i)){v=gg(s,r,!1),k=!1;continue}if(v===2){if(k=r,s.errorRecoveryDisabledLanes&k)var M=0;else M=s.pendingLanes&-536870913,M=M!==0?M:M&536870912?536870912:0;if(M!==0){r=M;e:{var q=s;v=Wi;var W=q.current.memoizedState.isDehydrated;if(W&&(Rl(q,M).flags|=256),M=gg(q,M,!1),M!==2){if(ig&&!W){q.errorRecoveryDisabledLanes|=k,vo|=k,v=4;break e}k=us,us=v,k!==null&&(us===null?us=k:us.push.apply(us,k))}v=M}if(k=!1,v!==2)continue}}if(v===1){Rl(s,0),Nr(s,r,0,!0);break}e:{switch(p=s,k=v,k){case 0:case 1:throw Error(o(345));case 4:if((r&4194048)!==r)break;case 6:Nr(p,r,ks,!wr);break e;case 2:us=null;break;case 3:case 5:break;default:throw Error(o(329))}if((r&62914560)===r&&(v=ed+300-de(),10<v)){if(Nr(p,r,ks,!wr),en(p,0,!0)!==0)break e;Ka=r,p.timeoutHandle=R1(J0.bind(null,p,i,us,nd,ug,r,ks,vo,Nl,wr,k,"Throttled",-0,0),v);break e}J0(p,i,us,nd,ug,r,ks,vo,Nl,wr,k,null,-0,0)}}break}while(!0);da(s)}function J0(s,r,i,p,v,k,M,q,W,ce,be,we,ue,pe){if(s.timeoutHandle=-1,we=r.subtreeFlags,we&8192||(we&16785408)===16785408){we={stylesheets:null,count:0,imgCount:0,imgBytes:0,suspenseyImages:[],waitingForImages:!0,waitingForViewTransition:!1,unsuspend:Oa},F0(r,k,we);var Fe=(k&62914560)===k?ed-de():(k&4194048)===k?X0-de():0;if(Fe=_5(we,Fe),Fe!==null){Ka=k,s.cancelPendingCommit=Fe(l1.bind(null,s,r,k,i,p,v,M,q,W,be,we,null,ue,pe)),Nr(s,k,M,!ce);return}}l1(s,r,k,i,p,v,M,q,W)}function DT(s){for(var r=s;;){var i=r.tag;if((i===0||i===11||i===15)&&r.flags&16384&&(i=r.updateQueue,i!==null&&(i=i.stores,i!==null)))for(var p=0;p<i.length;p++){var v=i[p],k=v.getSnapshot;v=v.value;try{if(!_s(k(),v))return!1}catch{return!1}}if(i=r.child,r.subtreeFlags&16384&&i!==null)i.return=r,r=i;else{if(r===s)break;for(;r.sibling===null;){if(r.return===null||r.return===s)return!0;r=r.return}r.sibling.return=r.return,r=r.sibling}}return!0}function Nr(s,r,i,p){r&=~cg,r&=~vo,s.suspendedLanes|=r,s.pingedLanes&=~r,p&&(s.warmLanes|=r),p=s.expirationTimes;for(var v=r;0<v;){var k=31-Pe(v),M=1<<k;p[k]=-1,v&=~M}i!==0&&Ta(s,i,r)}function sd(){return(zt&6)===0?(Ji(0),!1):!0}function mg(){if(yt!==null){if(Pt===0)var s=yt.return;else s=yt,La=uo=null,Tm(s),_l=null,Di=0,s=yt;for(;s!==null;)T0(s.alternate,s),s=s.return;yt=null}}function Rl(s,r){var i=s.timeoutHandle;i!==-1&&(s.timeoutHandle=-1,t5(i)),i=s.cancelPendingCommit,i!==null&&(s.cancelPendingCommit=null,i()),Ka=0,mg(),Kt=s,yt=i=Da(s.current,null),wt=r,Pt=0,ws=null,wr=!1,Cl=mn(s,r),ig=!1,Nl=ks=cg=vo=kr=fn=0,us=Wi=null,ug=!1,(r&8)!==0&&(r|=r&32);var p=s.entangledLanes;if(p!==0)for(s=s.entanglements,p&=r;0<p;){var v=31-Pe(p),k=1<<v;r|=s[v],p&=~k}return Ya=r,ku(),i}function e1(s,r){ft=null,H.H=qi,r===bl||r===Mu?(r=hy(),Pt=3):r===bm?(r=hy(),Pt=4):Pt=r===Gm?8:r!==null&&typeof r=="object"&&typeof r.then=="function"?6:1,ws=r,yt===null&&(fn=1,Gu(s,zs(r,s.current)))}function t1(){var s=ys.current;return s===null?!0:(wt&4194048)===wt?Is===null:(wt&62914560)===wt||(wt&536870912)!==0?s===Is:!1}function n1(){var s=H.H;return H.H=qi,s===null?qi:s}function s1(){var s=H.A;return H.A=OT,s}function ad(){fn=4,wr||(wt&4194048)!==wt&&ys.current!==null||(Cl=!0),(kr&134217727)===0&&(vo&134217727)===0||Kt===null||Nr(Kt,wt,ks,!1)}function gg(s,r,i){var p=zt;zt|=2;var v=n1(),k=s1();(Kt!==s||wt!==r)&&(nd=null,Rl(s,r)),r=!1;var M=fn;e:do try{if(Pt!==0&&yt!==null){var q=yt,W=ws;switch(Pt){case 8:mg(),M=6;break e;case 3:case 2:case 9:case 6:ys.current===null&&(r=!0);var ce=Pt;if(Pt=0,ws=null,Tl(s,q,W,ce),i&&Cl){M=0;break e}break;default:ce=Pt,Pt=0,ws=null,Tl(s,q,W,ce)}}PT(),M=fn;break}catch(be){e1(s,be)}while(!0);return r&&s.shellSuspendCounter++,La=uo=null,zt=p,H.H=v,H.A=k,yt===null&&(Kt=null,wt=0,ku()),M}function PT(){for(;yt!==null;)a1(yt)}function LT(s,r){var i=zt;zt|=2;var p=n1(),v=s1();Kt!==s||wt!==r?(nd=null,td=de()+500,Rl(s,r)):Cl=mn(s,r);e:do try{if(Pt!==0&&yt!==null){r=yt;var k=ws;t:switch(Pt){case 1:Pt=0,ws=null,Tl(s,r,k,1);break;case 2:case 9:if(my(k)){Pt=0,ws=null,r1(r);break}r=function(){Pt!==2&&Pt!==9||Kt!==s||(Pt=7),da(s)},k.then(r,r);break e;case 3:Pt=7;break e;case 4:Pt=5;break e;case 7:my(k)?(Pt=0,ws=null,r1(r)):(Pt=0,ws=null,Tl(s,r,k,7));break;case 5:var M=null;switch(yt.tag){case 26:M=yt.memoizedState;case 5:case 27:var q=yt;if(M?V1(M):q.stateNode.complete){Pt=0,ws=null;var W=q.sibling;if(W!==null)yt=W;else{var ce=q.return;ce!==null?(yt=ce,rd(ce)):yt=null}break t}}Pt=0,ws=null,Tl(s,r,k,5);break;case 6:Pt=0,ws=null,Tl(s,r,k,6);break;case 8:mg(),fn=6;break e;default:throw Error(o(462))}}IT();break}catch(be){e1(s,be)}while(!0);return La=uo=null,H.H=p,H.A=v,zt=i,yt!==null?0:(Kt=null,wt=0,ku(),fn)}function IT(){for(;yt!==null&&!Le();)a1(yt)}function a1(s){var r=E0(s.alternate,s,Ya);s.memoizedProps=s.pendingProps,r===null?rd(s):yt=r}function r1(s){var r=s,i=r.alternate;switch(r.tag){case 15:case 0:r=j0(i,r,r.pendingProps,r.type,void 0,wt);break;case 11:r=j0(i,r,r.pendingProps,r.type.render,r.ref,wt);break;case 5:Tm(r);default:T0(i,r),r=yt=sy(r,Ya),r=E0(i,r,Ya)}s.memoizedProps=s.pendingProps,r===null?rd(s):yt=r}function Tl(s,r,i,p){La=uo=null,Tm(r),_l=null,Di=0;var v=r.return;try{if(CT(s,v,r,i,wt)){fn=1,Gu(s,zs(i,s.current)),yt=null;return}}catch(k){if(v!==null)throw yt=v,k;fn=1,Gu(s,zs(i,s.current)),yt=null;return}r.flags&32768?(Nt||p===1?s=!0:Cl||(wt&536870912)!==0?s=!1:(wr=s=!0,(p===2||p===9||p===3||p===6)&&(p=ys.current,p!==null&&p.tag===13&&(p.flags|=16384))),o1(r,s)):rd(r)}function rd(s){var r=s;do{if((r.flags&32768)!==0){o1(r,wr);return}s=r.return;var i=RT(r.alternate,r,Ya);if(i!==null){yt=i;return}if(r=r.sibling,r!==null){yt=r;return}yt=r=s}while(r!==null);fn===0&&(fn=5)}function o1(s,r){do{var i=TT(s.alternate,s);if(i!==null){i.flags&=32767,yt=i;return}if(i=s.return,i!==null&&(i.flags|=32768,i.subtreeFlags=0,i.deletions=null),!r&&(s=s.sibling,s!==null)){yt=s;return}yt=s=i}while(s!==null);fn=6,yt=null}function l1(s,r,i,p,v,k,M,q,W){s.cancelPendingCommit=null;do od();while(Cn!==0);if((zt&6)!==0)throw Error(o(327));if(r!==null){if(r===s.current)throw Error(o(177));if(k=r.lanes|r.childLanes,k|=sm,Ts(s,i,k,M,q,W),s===Kt&&(yt=Kt=null,wt=0),El=r,Cr=s,Ka=i,dg=k,fg=v,Q0=p,(r.subtreeFlags&10256)!==0||(r.flags&10256)!==0?(s.callbackNode=null,s.callbackPriority=0,HT(Oe,function(){return f1(),null})):(s.callbackNode=null,s.callbackPriority=0),p=(r.flags&13878)!==0,(r.subtreeFlags&13878)!==0||p){p=H.T,H.T=null,v=Y.p,Y.p=2,M=zt,zt|=4;try{AT(s,r,i)}finally{zt=M,Y.p=v,H.T=p}}Cn=1,i1(),c1(),u1()}}function i1(){if(Cn===1){Cn=0;var s=Cr,r=El,i=(r.flags&13878)!==0;if((r.subtreeFlags&13878)!==0||i){i=H.T,H.T=null;var p=Y.p;Y.p=2;var v=zt;zt|=4;try{H0(r,s);var k=Ng,M=Kv(s.containerInfo),q=k.focusedElem,W=k.selectionRange;if(M!==q&&q&&q.ownerDocument&&Yv(q.ownerDocument.documentElement,q)){if(W!==null&&Zp(q)){var ce=W.start,be=W.end;if(be===void 0&&(be=ce),"selectionStart"in q)q.selectionStart=ce,q.selectionEnd=Math.min(be,q.value.length);else{var we=q.ownerDocument||document,ue=we&&we.defaultView||window;if(ue.getSelection){var pe=ue.getSelection(),Fe=q.textContent.length,at=Math.min(W.start,Fe),qt=W.end===void 0?at:Math.min(W.end,Fe);!pe.extend&&at>qt&&(M=qt,qt=at,at=M);var te=Gv(q,at),J=Gv(q,qt);if(te&&J&&(pe.rangeCount!==1||pe.anchorNode!==te.node||pe.anchorOffset!==te.offset||pe.focusNode!==J.node||pe.focusOffset!==J.offset)){var ie=we.createRange();ie.setStart(te.node,te.offset),pe.removeAllRanges(),at>qt?(pe.addRange(ie),pe.extend(J.node,J.offset)):(ie.setEnd(J.node,J.offset),pe.addRange(ie))}}}}for(we=[],pe=q;pe=pe.parentNode;)pe.nodeType===1&&we.push({element:pe,left:pe.scrollLeft,top:pe.scrollTop});for(typeof q.focus=="function"&&q.focus(),q=0;q<we.length;q++){var ve=we[q];ve.element.scrollLeft=ve.left,ve.element.scrollTop=ve.top}}bd=!!Cg,Ng=Cg=null}finally{zt=v,Y.p=p,H.T=i}}s.current=r,Cn=2}}function c1(){if(Cn===2){Cn=0;var s=Cr,r=El,i=(r.flags&8772)!==0;if((r.subtreeFlags&8772)!==0||i){i=H.T,H.T=null;var p=Y.p;Y.p=2;var v=zt;zt|=4;try{L0(s,r.alternate,r)}finally{zt=v,Y.p=p,H.T=i}}Cn=3}}function u1(){if(Cn===4||Cn===3){Cn=0,Ie();var s=Cr,r=El,i=Ka,p=Q0;(r.subtreeFlags&10256)!==0||(r.flags&10256)!==0?Cn=5:(Cn=0,El=Cr=null,d1(s,s.pendingLanes));var v=s.pendingLanes;if(v===0&&(Sr=null),Ut(i),r=r.stateNode,Rt&&typeof Rt.onCommitFiberRoot=="function")try{Rt.onCommitFiberRoot(lt,r,void 0,(r.current.flags&128)===128)}catch{}if(p!==null){r=H.T,v=Y.p,Y.p=2,H.T=null;try{for(var k=s.onRecoverableError,M=0;M<p.length;M++){var q=p[M];k(q.value,{componentStack:q.stack})}}finally{H.T=r,Y.p=v}}(Ka&3)!==0&&od(),da(s),v=s.pendingLanes,(i&261930)!==0&&(v&42)!==0?s===pg?Zi++:(Zi=0,pg=s):Zi=0,Ji(0)}}function d1(s,r){(s.pooledCacheLanes&=r)===0&&(r=s.pooledCache,r!=null&&(s.pooledCache=null,Oi(r)))}function od(){return i1(),c1(),u1(),f1()}function f1(){if(Cn!==5)return!1;var s=Cr,r=dg;dg=0;var i=Ut(Ka),p=H.T,v=Y.p;try{Y.p=32>i?32:i,H.T=null,i=fg,fg=null;var k=Cr,M=Ka;if(Cn=0,El=Cr=null,Ka=0,(zt&6)!==0)throw Error(o(331));var q=zt;if(zt|=4,Y0(k.current),V0(k,k.current,M,i),zt=q,Ji(0,!1),Rt&&typeof Rt.onPostCommitFiberRoot=="function")try{Rt.onPostCommitFiberRoot(lt,k)}catch{}return!0}finally{Y.p=v,H.T=p,d1(s,r)}}function p1(s,r,i){r=zs(i,r),r=Fm(s.stateNode,r,2),s=_r(s,r,2),s!==null&&(gn(s,2),da(s))}function Lt(s,r,i){if(s.tag===3)p1(s,s,i);else for(;r!==null;){if(r.tag===3){p1(r,s,i);break}else if(r.tag===1){var p=r.stateNode;if(typeof r.type.getDerivedStateFromError=="function"||typeof p.componentDidCatch=="function"&&(Sr===null||!Sr.has(p))){s=zs(i,s),i=m0(2),p=_r(r,i,2),p!==null&&(g0(i,p,r,s),gn(p,2),da(p));break}}r=r.return}}function hg(s,r,i){var p=s.pingCache;if(p===null){p=s.pingCache=new zT;var v=new Set;p.set(r,v)}else v=p.get(r),v===void 0&&(v=new Set,p.set(r,v));v.has(i)||(ig=!0,v.add(i),s=BT.bind(null,s,r,i),r.then(s,s))}function BT(s,r,i){var p=s.pingCache;p!==null&&p.delete(r),s.pingedLanes|=s.suspendedLanes&i,s.warmLanes&=~i,Kt===s&&(wt&i)===i&&(fn===4||fn===3&&(wt&62914560)===wt&&300>de()-ed?(zt&2)===0&&Rl(s,0):cg|=i,Nl===wt&&(Nl=0)),da(s)}function m1(s,r){r===0&&(r=bs()),s=lo(s,r),s!==null&&(gn(s,r),da(s))}function UT(s){var r=s.memoizedState,i=0;r!==null&&(i=r.retryLane),m1(s,i)}function $T(s,r){var i=0;switch(s.tag){case 31:case 13:var p=s.stateNode,v=s.memoizedState;v!==null&&(i=v.retryLane);break;case 19:p=s.stateNode;break;case 22:p=s.stateNode._retryCache;break;default:throw Error(o(314))}p!==null&&p.delete(r),m1(s,i)}function HT(s,r){return Ee(s,r)}var ld=null,Al=null,xg=!1,id=!1,bg=!1,Er=0;function da(s){s!==Al&&s.next===null&&(Al===null?ld=Al=s:Al=Al.next=s),id=!0,xg||(xg=!0,VT())}function Ji(s,r){if(!bg&&id){bg=!0;do for(var i=!1,p=ld;p!==null;){if(s!==0){var v=p.pendingLanes;if(v===0)var k=0;else{var M=p.suspendedLanes,q=p.pingedLanes;k=(1<<31-Pe(42|s)+1)-1,k&=v&~(M&~q),k=k&201326741?k&201326741|1:k?k|2:0}k!==0&&(i=!0,b1(p,k))}else k=wt,k=en(p,p===Kt?k:0,p.cancelPendingCommit!==null||p.timeoutHandle!==-1),(k&3)===0||mn(p,k)||(i=!0,b1(p,k));p=p.next}while(i);bg=!1}}function qT(){g1()}function g1(){id=xg=!1;var s=0;Er!==0&&e5()&&(s=Er);for(var r=de(),i=null,p=ld;p!==null;){var v=p.next,k=h1(p,r);k===0?(p.next=null,i===null?ld=v:i.next=v,v===null&&(Al=i)):(i=p,(s!==0||(k&3)!==0)&&(id=!0)),p=v}Cn!==0&&Cn!==5||Ji(s),Er!==0&&(Er=0)}function h1(s,r){for(var i=s.suspendedLanes,p=s.pingedLanes,v=s.expirationTimes,k=s.pendingLanes&-62914561;0<k;){var M=31-Pe(k),q=1<<M,W=v[M];W===-1?((q&i)===0||(q&p)!==0)&&(v[M]=rs(q,r)):W<=r&&(s.expiredLanes|=q),k&=~q}if(r=Kt,i=wt,i=en(s,s===r?i:0,s.cancelPendingCommit!==null||s.timeoutHandle!==-1),p=s.callbackNode,i===0||s===r&&(Pt===2||Pt===9)||s.cancelPendingCommit!==null)return p!==null&&p!==null&&De(p),s.callbackNode=null,s.callbackPriority=0;if((i&3)===0||mn(s,i)){if(r=i&-i,r===s.callbackPriority)return r;switch(p!==null&&De(p),Ut(i)){case 2:case 8:i=Re;break;case 32:i=Oe;break;case 268435456:i=ot;break;default:i=Oe}return p=x1.bind(null,s),i=Ee(i,p),s.callbackPriority=r,s.callbackNode=i,r}return p!==null&&p!==null&&De(p),s.callbackPriority=2,s.callbackNode=null,2}function x1(s,r){if(Cn!==0&&Cn!==5)return s.callbackNode=null,s.callbackPriority=0,null;var i=s.callbackNode;if(od()&&s.callbackNode!==i)return null;var p=wt;return p=en(s,s===Kt?p:0,s.cancelPendingCommit!==null||s.timeoutHandle!==-1),p===0?null:(Z0(s,p,r),h1(s,de()),s.callbackNode!=null&&s.callbackNode===i?x1.bind(null,s):null)}function b1(s,r){if(od())return null;Z0(s,r,!0)}function VT(){n5(function(){(zt&6)!==0?Ee(Ge,qT):g1()})}function _g(){if(Er===0){var s=hl;s===0&&(s=mt,mt<<=1,(mt&261888)===0&&(mt=256)),Er=s}return Er}function _1(s){return s==null||typeof s=="symbol"||typeof s=="boolean"?null:typeof s=="function"?s:hu(""+s)}function v1(s,r){var i=r.ownerDocument.createElement("input");return i.name=r.name,i.value=r.value,s.id&&i.setAttribute("form",s.id),r.parentNode.insertBefore(i,r),s=new FormData(s),i.parentNode.removeChild(i),s}function FT(s,r,i,p,v){if(r==="submit"&&i&&i.stateNode===v){var k=_1((v[Ln]||null).action),M=p.submitter;M&&(r=(r=M[Ln]||null)?_1(r.formAction):M.getAttribute("formAction"),r!==null&&(k=r,M=null));var q=new vu("action","action",null,p,v);s.push({event:q,listeners:[{instance:null,listener:function(){if(p.defaultPrevented){if(Er!==0){var W=M?v1(v,M):new FormData(v);Bm(i,{pending:!0,data:W,method:v.method,action:k},null,W)}}else typeof k=="function"&&(q.preventDefault(),W=M?v1(v,M):new FormData(v),Bm(i,{pending:!0,data:W,method:v.method,action:k},k,W))},currentTarget:v}]})}}for(var vg=0;vg<nm.length;vg++){var yg=nm[vg],GT=yg.toLowerCase(),YT=yg[0].toUpperCase()+yg.slice(1);Ys(GT,"on"+YT)}Ys(Wv,"onAnimationEnd"),Ys(Zv,"onAnimationIteration"),Ys(Jv,"onAnimationStart"),Ys("dblclick","onDoubleClick"),Ys("focusin","onFocus"),Ys("focusout","onBlur"),Ys(cT,"onTransitionRun"),Ys(uT,"onTransitionStart"),Ys(dT,"onTransitionCancel"),Ys(ey,"onTransitionEnd"),nl("onMouseEnter",["mouseout","mouseover"]),nl("onMouseLeave",["mouseout","mouseover"]),nl("onPointerEnter",["pointerout","pointerover"]),nl("onPointerLeave",["pointerout","pointerover"]),so("onChange","change click focusin focusout input keydown keyup selectionchange".split(" ")),so("onSelect","focusout contextmenu dragend focusin keydown keyup mousedown mouseup selectionchange".split(" ")),so("onBeforeInput",["compositionend","keypress","textInput","paste"]),so("onCompositionEnd","compositionend focusout keydown keypress keyup mousedown".split(" ")),so("onCompositionStart","compositionstart focusout keydown keypress keyup mousedown".split(" ")),so("onCompositionUpdate","compositionupdate focusout keydown keypress keyup mousedown".split(" "));var ec="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(" "),KT=new Set("beforetoggle cancel close invalid load scroll scrollend toggle".split(" ").concat(ec));function y1(s,r){r=(r&4)!==0;for(var i=0;i<s.length;i++){var p=s[i],v=p.event;p=p.listeners;e:{var k=void 0;if(r)for(var M=p.length-1;0<=M;M--){var q=p[M],W=q.instance,ce=q.currentTarget;if(q=q.listener,W!==k&&v.isPropagationStopped())break e;k=q,v.currentTarget=ce;try{k(v)}catch(be){wu(be)}v.currentTarget=null,k=W}else for(M=0;M<p.length;M++){if(q=p[M],W=q.instance,ce=q.currentTarget,q=q.listener,W!==k&&v.isPropagationStopped())break e;k=q,v.currentTarget=ce;try{k(v)}catch(be){wu(be)}v.currentTarget=null,k=W}}}}function jt(s,r){var i=r[_i];i===void 0&&(i=r[_i]=new Set);var p=s+"__bubble";i.has(p)||(j1(r,s,2,!1),i.add(p))}function jg(s,r,i){var p=0;r&&(p|=4),j1(i,s,p,r)}var cd="_reactListening"+Math.random().toString(36).slice(2);function wg(s){if(!s[cd]){s[cd]=!0,gv.forEach(function(i){i!=="selectionchange"&&(KT.has(i)||jg(i,!1,s),jg(i,!0,s))});var r=s.nodeType===9?s:s.ownerDocument;r===null||r[cd]||(r[cd]=!0,jg("selectionchange",!1,r))}}function j1(s,r,i,p){switch(W1(r)){case 2:var v=j5;break;case 8:v=w5;break;default:v=Ig}i=v.bind(null,r,i,s),v=void 0,!qp||r!=="touchstart"&&r!=="touchmove"&&r!=="wheel"||(v=!0),p?v!==void 0?s.addEventListener(r,i,{capture:!0,passive:v}):s.addEventListener(r,i,!0):v!==void 0?s.addEventListener(r,i,{passive:v}):s.addEventListener(r,i,!1)}function kg(s,r,i,p,v){var k=p;if((r&1)===0&&(r&2)===0&&p!==null)e:for(;;){if(p===null)return;var M=p.tag;if(M===3||M===4){var q=p.stateNode.containerInfo;if(q===v)break;if(M===4)for(M=p.return;M!==null;){var W=M.tag;if((W===3||W===4)&&M.stateNode.containerInfo===v)return;M=M.return}for(;q!==null;){if(M=Jo(q),M===null)return;if(W=M.tag,W===5||W===6||W===26||W===27){p=k=M;continue e}q=q.parentNode}}p=p.return}Nv(function(){var ce=k,be=$p(i),we=[];e:{var ue=ty.get(s);if(ue!==void 0){var pe=vu,Fe=s;switch(s){case"keypress":if(bu(i)===0)break e;case"keydown":case"keyup":pe=$R;break;case"focusin":Fe="focus",pe=Yp;break;case"focusout":Fe="blur",pe=Yp;break;case"beforeblur":case"afterblur":pe=Yp;break;case"click":if(i.button===2)break e;case"auxclick":case"dblclick":case"mousedown":case"mousemove":case"mouseup":case"mouseout":case"mouseover":case"contextmenu":pe=Tv;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":pe=RR;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":pe=VR;break;case Wv:case Zv:case Jv:pe=MR;break;case ey:pe=GR;break;case"scroll":case"scrollend":pe=NR;break;case"wheel":pe=KR;break;case"copy":case"cut":case"paste":pe=zR;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":pe=Mv;break;case"toggle":case"beforetoggle":pe=QR}var at=(r&4)!==0,qt=!at&&(s==="scroll"||s==="scrollend"),te=at?ue!==null?ue+"Capture":null:ue;at=[];for(var J=ce,ie;J!==null;){var ve=J;if(ie=ve.stateNode,ve=ve.tag,ve!==5&&ve!==26&&ve!==27||ie===null||te===null||(ve=ji(J,te),ve!=null&&at.push(tc(J,ve,ie))),qt)break;J=J.return}0<at.length&&(ue=new pe(ue,Fe,null,i,be),we.push({event:ue,listeners:at}))}}if((r&7)===0){e:{if(ue=s==="mouseover"||s==="pointerover",pe=s==="mouseout"||s==="pointerout",ue&&i!==Up&&(Fe=i.relatedTarget||i.fromElement)&&(Jo(Fe)||Fe[la]))break e;if((pe||ue)&&(ue=be.window===be?be:(ue=be.ownerDocument)?ue.defaultView||ue.parentWindow:window,pe?(Fe=i.relatedTarget||i.toElement,pe=ce,Fe=Fe?Jo(Fe):null,Fe!==null&&(qt=c(Fe),at=Fe.tag,Fe!==qt||at!==5&&at!==27&&at!==6)&&(Fe=null)):(pe=null,Fe=ce),pe!==Fe)){if(at=Tv,ve="onMouseLeave",te="onMouseEnter",J="mouse",(s==="pointerout"||s==="pointerover")&&(at=Mv,ve="onPointerLeave",te="onPointerEnter",J="pointer"),qt=pe==null?ue:yi(pe),ie=Fe==null?ue:yi(Fe),ue=new at(ve,J+"leave",pe,i,be),ue.target=qt,ue.relatedTarget=ie,ve=null,Jo(be)===ce&&(at=new at(te,J+"enter",Fe,i,be),at.target=ie,at.relatedTarget=qt,ve=at),qt=ve,pe&&Fe)t:{for(at=XT,te=pe,J=Fe,ie=0,ve=te;ve;ve=at(ve))ie++;ve=0;for(var Je=J;Je;Je=at(Je))ve++;for(;0<ie-ve;)te=at(te),ie--;for(;0<ve-ie;)J=at(J),ve--;for(;ie--;){if(te===J||J!==null&&te===J.alternate){at=te;break t}te=at(te),J=at(J)}at=null}else at=null;pe!==null&&w1(we,ue,pe,at,!1),Fe!==null&&qt!==null&&w1(we,qt,Fe,at,!0)}}e:{if(ue=ce?yi(ce):window,pe=ue.nodeName&&ue.nodeName.toLowerCase(),pe==="select"||pe==="input"&&ue.type==="file")var Tt=Uv;else if(Iv(ue))if($v)Tt=oT;else{Tt=aT;var Ke=sT}else pe=ue.nodeName,!pe||pe.toLowerCase()!=="input"||ue.type!=="checkbox"&&ue.type!=="radio"?ce&&Bp(ce.elementType)&&(Tt=Uv):Tt=rT;if(Tt&&(Tt=Tt(s,ce))){Bv(we,Tt,i,be);break e}Ke&&Ke(s,ue,ce),s==="focusout"&&ce&&ue.type==="number"&&ce.memoizedProps.value!=null&&Ip(ue,"number",ue.value)}switch(Ke=ce?yi(ce):window,s){case"focusin":(Iv(Ke)||Ke.contentEditable==="true")&&(il=Ke,Jp=ce,Ti=null);break;case"focusout":Ti=Jp=il=null;break;case"mousedown":em=!0;break;case"contextmenu":case"mouseup":case"dragend":em=!1,Xv(we,i,be);break;case"selectionchange":if(iT)break;case"keydown":case"keyup":Xv(we,i,be)}var gt;if(Xp)e:{switch(s){case"compositionstart":var kt="onCompositionStart";break e;case"compositionend":kt="onCompositionEnd";break e;case"compositionupdate":kt="onCompositionUpdate";break e}kt=void 0}else ll?Pv(s,i)&&(kt="onCompositionEnd"):s==="keydown"&&i.keyCode===229&&(kt="onCompositionStart");kt&&(Ov&&i.locale!=="ko"&&(ll||kt!=="onCompositionStart"?kt==="onCompositionEnd"&&ll&&(gt=Ev()):(fr=be,Vp="value"in fr?fr.value:fr.textContent,ll=!0)),Ke=ud(ce,kt),0<Ke.length&&(kt=new Av(kt,s,null,i,be),we.push({event:kt,listeners:Ke}),gt?kt.data=gt:(gt=Lv(i),gt!==null&&(kt.data=gt)))),(gt=ZR?JR(s,i):eT(s,i))&&(kt=ud(ce,"onBeforeInput"),0<kt.length&&(Ke=new Av("onBeforeInput","beforeinput",null,i,be),we.push({event:Ke,listeners:kt}),Ke.data=gt)),FT(we,s,ce,i,be)}y1(we,r)})}function tc(s,r,i){return{instance:s,listener:r,currentTarget:i}}function ud(s,r){for(var i=r+"Capture",p=[];s!==null;){var v=s,k=v.stateNode;if(v=v.tag,v!==5&&v!==26&&v!==27||k===null||(v=ji(s,i),v!=null&&p.unshift(tc(s,v,k)),v=ji(s,r),v!=null&&p.push(tc(s,v,k))),s.tag===3)return p;s=s.return}return[]}function XT(s){if(s===null)return null;do s=s.return;while(s&&s.tag!==5&&s.tag!==27);return s||null}function w1(s,r,i,p,v){for(var k=r._reactName,M=[];i!==null&&i!==p;){var q=i,W=q.alternate,ce=q.stateNode;if(q=q.tag,W!==null&&W===p)break;q!==5&&q!==26&&q!==27||ce===null||(W=ce,v?(ce=ji(i,k),ce!=null&&M.unshift(tc(i,ce,W))):v||(ce=ji(i,k),ce!=null&&M.push(tc(i,ce,W)))),i=i.return}M.length!==0&&s.push({event:r,listeners:M})}var QT=/\r\n?/g,WT=/\u0000|\uFFFD/g;function k1(s){return(typeof s=="string"?s:""+s).replace(QT,`
49
+ `).replace(WT,"")}function S1(s,r){return r=k1(r),k1(s)===r}function Ht(s,r,i,p,v,k){switch(i){case"children":typeof p=="string"?r==="body"||r==="textarea"&&p===""||al(s,p):(typeof p=="number"||typeof p=="bigint")&&r!=="body"&&al(s,""+p);break;case"className":mu(s,"class",p);break;case"tabIndex":mu(s,"tabindex",p);break;case"dir":case"role":case"viewBox":case"width":case"height":mu(s,i,p);break;case"style":Sv(s,p,k);break;case"data":if(r!=="object"){mu(s,"data",p);break}case"src":case"href":if(p===""&&(r!=="a"||i!=="href")){s.removeAttribute(i);break}if(p==null||typeof p=="function"||typeof p=="symbol"||typeof p=="boolean"){s.removeAttribute(i);break}p=hu(""+p),s.setAttribute(i,p);break;case"action":case"formAction":if(typeof p=="function"){s.setAttribute(i,"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 k=="function"&&(i==="formAction"?(r!=="input"&&Ht(s,r,"name",v.name,v,null),Ht(s,r,"formEncType",v.formEncType,v,null),Ht(s,r,"formMethod",v.formMethod,v,null),Ht(s,r,"formTarget",v.formTarget,v,null)):(Ht(s,r,"encType",v.encType,v,null),Ht(s,r,"method",v.method,v,null),Ht(s,r,"target",v.target,v,null)));if(p==null||typeof p=="symbol"||typeof p=="boolean"){s.removeAttribute(i);break}p=hu(""+p),s.setAttribute(i,p);break;case"onClick":p!=null&&(s.onclick=Oa);break;case"onScroll":p!=null&&jt("scroll",s);break;case"onScrollEnd":p!=null&&jt("scrollend",s);break;case"dangerouslySetInnerHTML":if(p!=null){if(typeof p!="object"||!("__html"in p))throw Error(o(61));if(i=p.__html,i!=null){if(v.children!=null)throw Error(o(60));s.innerHTML=i}}break;case"multiple":s.multiple=p&&typeof p!="function"&&typeof p!="symbol";break;case"muted":s.muted=p&&typeof p!="function"&&typeof p!="symbol";break;case"suppressContentEditableWarning":case"suppressHydrationWarning":case"defaultValue":case"defaultChecked":case"innerHTML":case"ref":break;case"autoFocus":break;case"xlinkHref":if(p==null||typeof p=="function"||typeof p=="boolean"||typeof p=="symbol"){s.removeAttribute("xlink:href");break}i=hu(""+p),s.setAttributeNS("http://www.w3.org/1999/xlink","xlink:href",i);break;case"contentEditable":case"spellCheck":case"draggable":case"value":case"autoReverse":case"externalResourcesRequired":case"focusable":case"preserveAlpha":p!=null&&typeof p!="function"&&typeof p!="symbol"?s.setAttribute(i,""+p):s.removeAttribute(i);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":p&&typeof p!="function"&&typeof p!="symbol"?s.setAttribute(i,""):s.removeAttribute(i);break;case"capture":case"download":p===!0?s.setAttribute(i,""):p!==!1&&p!=null&&typeof p!="function"&&typeof p!="symbol"?s.setAttribute(i,p):s.removeAttribute(i);break;case"cols":case"rows":case"size":case"span":p!=null&&typeof p!="function"&&typeof p!="symbol"&&!isNaN(p)&&1<=p?s.setAttribute(i,p):s.removeAttribute(i);break;case"rowSpan":case"start":p==null||typeof p=="function"||typeof p=="symbol"||isNaN(p)?s.removeAttribute(i):s.setAttribute(i,p);break;case"popover":jt("beforetoggle",s),jt("toggle",s),pu(s,"popover",p);break;case"xlinkActuate":Ma(s,"http://www.w3.org/1999/xlink","xlink:actuate",p);break;case"xlinkArcrole":Ma(s,"http://www.w3.org/1999/xlink","xlink:arcrole",p);break;case"xlinkRole":Ma(s,"http://www.w3.org/1999/xlink","xlink:role",p);break;case"xlinkShow":Ma(s,"http://www.w3.org/1999/xlink","xlink:show",p);break;case"xlinkTitle":Ma(s,"http://www.w3.org/1999/xlink","xlink:title",p);break;case"xlinkType":Ma(s,"http://www.w3.org/1999/xlink","xlink:type",p);break;case"xmlBase":Ma(s,"http://www.w3.org/XML/1998/namespace","xml:base",p);break;case"xmlLang":Ma(s,"http://www.w3.org/XML/1998/namespace","xml:lang",p);break;case"xmlSpace":Ma(s,"http://www.w3.org/XML/1998/namespace","xml:space",p);break;case"is":pu(s,"is",p);break;case"innerText":case"textContent":break;default:(!(2<i.length)||i[0]!=="o"&&i[0]!=="O"||i[1]!=="n"&&i[1]!=="N")&&(i=SR.get(i)||i,pu(s,i,p))}}function Sg(s,r,i,p,v,k){switch(i){case"style":Sv(s,p,k);break;case"dangerouslySetInnerHTML":if(p!=null){if(typeof p!="object"||!("__html"in p))throw Error(o(61));if(i=p.__html,i!=null){if(v.children!=null)throw Error(o(60));s.innerHTML=i}}break;case"children":typeof p=="string"?al(s,p):(typeof p=="number"||typeof p=="bigint")&&al(s,""+p);break;case"onScroll":p!=null&&jt("scroll",s);break;case"onScrollEnd":p!=null&&jt("scrollend",s);break;case"onClick":p!=null&&(s.onclick=Oa);break;case"suppressContentEditableWarning":case"suppressHydrationWarning":case"innerHTML":case"ref":break;case"innerText":case"textContent":break;default:if(!hv.hasOwnProperty(i))e:{if(i[0]==="o"&&i[1]==="n"&&(v=i.endsWith("Capture"),r=i.slice(2,v?i.length-7:void 0),k=s[Ln]||null,k=k!=null?k[i]:null,typeof k=="function"&&s.removeEventListener(r,k,v),typeof p=="function")){typeof k!="function"&&k!==null&&(i in s?s[i]=null:s.hasAttribute(i)&&s.removeAttribute(i)),s.addEventListener(r,p,v);break e}i in s?s[i]=p:p===!0?s.setAttribute(i,""):pu(s,i,p)}}}function $n(s,r,i){switch(r){case"div":case"span":case"svg":case"path":case"a":case"g":case"p":case"li":break;case"img":jt("error",s),jt("load",s);var p=!1,v=!1,k;for(k in i)if(i.hasOwnProperty(k)){var M=i[k];if(M!=null)switch(k){case"src":p=!0;break;case"srcSet":v=!0;break;case"children":case"dangerouslySetInnerHTML":throw Error(o(137,r));default:Ht(s,r,k,M,i,null)}}v&&Ht(s,r,"srcSet",i.srcSet,i,null),p&&Ht(s,r,"src",i.src,i,null);return;case"input":jt("invalid",s);var q=k=M=v=null,W=null,ce=null;for(p in i)if(i.hasOwnProperty(p)){var be=i[p];if(be!=null)switch(p){case"name":v=be;break;case"type":M=be;break;case"checked":W=be;break;case"defaultChecked":ce=be;break;case"value":k=be;break;case"defaultValue":q=be;break;case"children":case"dangerouslySetInnerHTML":if(be!=null)throw Error(o(137,r));break;default:Ht(s,r,p,be,i,null)}}yv(s,k,q,W,ce,M,v,!1);return;case"select":jt("invalid",s),p=M=k=null;for(v in i)if(i.hasOwnProperty(v)&&(q=i[v],q!=null))switch(v){case"value":k=q;break;case"defaultValue":M=q;break;case"multiple":p=q;default:Ht(s,r,v,q,i,null)}r=k,i=M,s.multiple=!!p,r!=null?sl(s,!!p,r,!1):i!=null&&sl(s,!!p,i,!0);return;case"textarea":jt("invalid",s),k=v=p=null;for(M in i)if(i.hasOwnProperty(M)&&(q=i[M],q!=null))switch(M){case"value":p=q;break;case"defaultValue":v=q;break;case"children":k=q;break;case"dangerouslySetInnerHTML":if(q!=null)throw Error(o(91));break;default:Ht(s,r,M,q,i,null)}wv(s,p,v,k);return;case"option":for(W in i)if(i.hasOwnProperty(W)&&(p=i[W],p!=null))switch(W){case"selected":s.selected=p&&typeof p!="function"&&typeof p!="symbol";break;default:Ht(s,r,W,p,i,null)}return;case"dialog":jt("beforetoggle",s),jt("toggle",s),jt("cancel",s),jt("close",s);break;case"iframe":case"object":jt("load",s);break;case"video":case"audio":for(p=0;p<ec.length;p++)jt(ec[p],s);break;case"image":jt("error",s),jt("load",s);break;case"details":jt("toggle",s);break;case"embed":case"source":case"link":jt("error",s),jt("load",s);case"area":case"base":case"br":case"col":case"hr":case"keygen":case"meta":case"param":case"track":case"wbr":case"menuitem":for(ce in i)if(i.hasOwnProperty(ce)&&(p=i[ce],p!=null))switch(ce){case"children":case"dangerouslySetInnerHTML":throw Error(o(137,r));default:Ht(s,r,ce,p,i,null)}return;default:if(Bp(r)){for(be in i)i.hasOwnProperty(be)&&(p=i[be],p!==void 0&&Sg(s,r,be,p,i,void 0));return}}for(q in i)i.hasOwnProperty(q)&&(p=i[q],p!=null&&Ht(s,r,q,p,i,null))}function ZT(s,r,i,p){switch(r){case"div":case"span":case"svg":case"path":case"a":case"g":case"p":case"li":break;case"input":var v=null,k=null,M=null,q=null,W=null,ce=null,be=null;for(pe in i){var we=i[pe];if(i.hasOwnProperty(pe)&&we!=null)switch(pe){case"checked":break;case"value":break;case"defaultValue":W=we;default:p.hasOwnProperty(pe)||Ht(s,r,pe,null,p,we)}}for(var ue in p){var pe=p[ue];if(we=i[ue],p.hasOwnProperty(ue)&&(pe!=null||we!=null))switch(ue){case"type":k=pe;break;case"name":v=pe;break;case"checked":ce=pe;break;case"defaultChecked":be=pe;break;case"value":M=pe;break;case"defaultValue":q=pe;break;case"children":case"dangerouslySetInnerHTML":if(pe!=null)throw Error(o(137,r));break;default:pe!==we&&Ht(s,r,ue,pe,p,we)}}Lp(s,M,q,W,ce,be,k,v);return;case"select":pe=M=q=ue=null;for(k in i)if(W=i[k],i.hasOwnProperty(k)&&W!=null)switch(k){case"value":break;case"multiple":pe=W;default:p.hasOwnProperty(k)||Ht(s,r,k,null,p,W)}for(v in p)if(k=p[v],W=i[v],p.hasOwnProperty(v)&&(k!=null||W!=null))switch(v){case"value":ue=k;break;case"defaultValue":q=k;break;case"multiple":M=k;default:k!==W&&Ht(s,r,v,k,p,W)}r=q,i=M,p=pe,ue!=null?sl(s,!!i,ue,!1):!!p!=!!i&&(r!=null?sl(s,!!i,r,!0):sl(s,!!i,i?[]:"",!1));return;case"textarea":pe=ue=null;for(q in i)if(v=i[q],i.hasOwnProperty(q)&&v!=null&&!p.hasOwnProperty(q))switch(q){case"value":break;case"children":break;default:Ht(s,r,q,null,p,v)}for(M in p)if(v=p[M],k=i[M],p.hasOwnProperty(M)&&(v!=null||k!=null))switch(M){case"value":ue=v;break;case"defaultValue":pe=v;break;case"children":break;case"dangerouslySetInnerHTML":if(v!=null)throw Error(o(91));break;default:v!==k&&Ht(s,r,M,v,p,k)}jv(s,ue,pe);return;case"option":for(var Fe in i)if(ue=i[Fe],i.hasOwnProperty(Fe)&&ue!=null&&!p.hasOwnProperty(Fe))switch(Fe){case"selected":s.selected=!1;break;default:Ht(s,r,Fe,null,p,ue)}for(W in p)if(ue=p[W],pe=i[W],p.hasOwnProperty(W)&&ue!==pe&&(ue!=null||pe!=null))switch(W){case"selected":s.selected=ue&&typeof ue!="function"&&typeof ue!="symbol";break;default:Ht(s,r,W,ue,p,pe)}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 at in i)ue=i[at],i.hasOwnProperty(at)&&ue!=null&&!p.hasOwnProperty(at)&&Ht(s,r,at,null,p,ue);for(ce in p)if(ue=p[ce],pe=i[ce],p.hasOwnProperty(ce)&&ue!==pe&&(ue!=null||pe!=null))switch(ce){case"children":case"dangerouslySetInnerHTML":if(ue!=null)throw Error(o(137,r));break;default:Ht(s,r,ce,ue,p,pe)}return;default:if(Bp(r)){for(var qt in i)ue=i[qt],i.hasOwnProperty(qt)&&ue!==void 0&&!p.hasOwnProperty(qt)&&Sg(s,r,qt,void 0,p,ue);for(be in p)ue=p[be],pe=i[be],!p.hasOwnProperty(be)||ue===pe||ue===void 0&&pe===void 0||Sg(s,r,be,ue,p,pe);return}}for(var te in i)ue=i[te],i.hasOwnProperty(te)&&ue!=null&&!p.hasOwnProperty(te)&&Ht(s,r,te,null,p,ue);for(we in p)ue=p[we],pe=i[we],!p.hasOwnProperty(we)||ue===pe||ue==null&&pe==null||Ht(s,r,we,ue,p,pe)}function C1(s){switch(s){case"css":case"script":case"font":case"img":case"image":case"input":case"link":return!0;default:return!1}}function JT(){if(typeof performance.getEntriesByType=="function"){for(var s=0,r=0,i=performance.getEntriesByType("resource"),p=0;p<i.length;p++){var v=i[p],k=v.transferSize,M=v.initiatorType,q=v.duration;if(k&&q&&C1(M)){for(M=0,q=v.responseEnd,p+=1;p<i.length;p++){var W=i[p],ce=W.startTime;if(ce>q)break;var be=W.transferSize,we=W.initiatorType;be&&C1(we)&&(W=W.responseEnd,M+=be*(W<q?1:(q-ce)/(W-ce)))}if(--p,r+=8*(k+M)/(v.duration/1e3),s++,10<s)break}}if(0<s)return r/s/1e6}return navigator.connection&&(s=navigator.connection.downlink,typeof s=="number")?s:5}var Cg=null,Ng=null;function dd(s){return s.nodeType===9?s:s.ownerDocument}function N1(s){switch(s){case"http://www.w3.org/2000/svg":return 1;case"http://www.w3.org/1998/Math/MathML":return 2;default:return 0}}function E1(s,r){if(s===0)switch(r){case"svg":return 1;case"math":return 2;default:return 0}return s===1&&r==="foreignObject"?0:s}function Eg(s,r){return s==="textarea"||s==="noscript"||typeof r.children=="string"||typeof r.children=="number"||typeof r.children=="bigint"||typeof r.dangerouslySetInnerHTML=="object"&&r.dangerouslySetInnerHTML!==null&&r.dangerouslySetInnerHTML.__html!=null}var Rg=null;function e5(){var s=window.event;return s&&s.type==="popstate"?s===Rg?!1:(Rg=s,!0):(Rg=null,!1)}var R1=typeof setTimeout=="function"?setTimeout:void 0,t5=typeof clearTimeout=="function"?clearTimeout:void 0,T1=typeof Promise=="function"?Promise:void 0,n5=typeof queueMicrotask=="function"?queueMicrotask:typeof T1<"u"?function(s){return T1.resolve(null).then(s).catch(s5)}:R1;function s5(s){setTimeout(function(){throw s})}function Rr(s){return s==="head"}function A1(s,r){var i=r,p=0;do{var v=i.nextSibling;if(s.removeChild(i),v&&v.nodeType===8)if(i=v.data,i==="/$"||i==="/&"){if(p===0){s.removeChild(v),Dl(r);return}p--}else if(i==="$"||i==="$?"||i==="$~"||i==="$!"||i==="&")p++;else if(i==="html")nc(s.ownerDocument.documentElement);else if(i==="head"){i=s.ownerDocument.head,nc(i);for(var k=i.firstChild;k;){var M=k.nextSibling,q=k.nodeName;k[vi]||q==="SCRIPT"||q==="STYLE"||q==="LINK"&&k.rel.toLowerCase()==="stylesheet"||i.removeChild(k),k=M}}else i==="body"&&nc(s.ownerDocument.body);i=v}while(i);Dl(r)}function M1(s,r){var i=s;s=0;do{var p=i.nextSibling;if(i.nodeType===1?r?(i._stashedDisplay=i.style.display,i.style.display="none"):(i.style.display=i._stashedDisplay||"",i.getAttribute("style")===""&&i.removeAttribute("style")):i.nodeType===3&&(r?(i._stashedText=i.nodeValue,i.nodeValue=""):i.nodeValue=i._stashedText||""),p&&p.nodeType===8)if(i=p.data,i==="/$"){if(s===0)break;s--}else i!=="$"&&i!=="$?"&&i!=="$~"&&i!=="$!"||s++;i=p}while(i)}function Tg(s){var r=s.firstChild;for(r&&r.nodeType===10&&(r=r.nextSibling);r;){var i=r;switch(r=r.nextSibling,i.nodeName){case"HTML":case"HEAD":case"BODY":Tg(i),Dp(i);continue;case"SCRIPT":case"STYLE":continue;case"LINK":if(i.rel.toLowerCase()==="stylesheet")continue}s.removeChild(i)}}function a5(s,r,i,p){for(;s.nodeType===1;){var v=i;if(s.nodeName.toLowerCase()!==r.toLowerCase()){if(!p&&(s.nodeName!=="INPUT"||s.type!=="hidden"))break}else if(p){if(!s[vi])switch(r){case"meta":if(!s.hasAttribute("itemprop"))break;return s;case"link":if(k=s.getAttribute("rel"),k==="stylesheet"&&s.hasAttribute("data-precedence"))break;if(k!==v.rel||s.getAttribute("href")!==(v.href==null||v.href===""?null:v.href)||s.getAttribute("crossorigin")!==(v.crossOrigin==null?null:v.crossOrigin)||s.getAttribute("title")!==(v.title==null?null:v.title))break;return s;case"style":if(s.hasAttribute("data-precedence"))break;return s;case"script":if(k=s.getAttribute("src"),(k!==(v.src==null?null:v.src)||s.getAttribute("type")!==(v.type==null?null:v.type)||s.getAttribute("crossorigin")!==(v.crossOrigin==null?null:v.crossOrigin))&&k&&s.hasAttribute("async")&&!s.hasAttribute("itemprop"))break;return s;default:return s}}else if(r==="input"&&s.type==="hidden"){var k=v.name==null?null:""+v.name;if(v.type==="hidden"&&s.getAttribute("name")===k)return s}else return s;if(s=Bs(s.nextSibling),s===null)break}return null}function r5(s,r,i){if(r==="")return null;for(;s.nodeType!==3;)if((s.nodeType!==1||s.nodeName!=="INPUT"||s.type!=="hidden")&&!i||(s=Bs(s.nextSibling),s===null))return null;return s}function O1(s,r){for(;s.nodeType!==8;)if((s.nodeType!==1||s.nodeName!=="INPUT"||s.type!=="hidden")&&!r||(s=Bs(s.nextSibling),s===null))return null;return s}function Ag(s){return s.data==="$?"||s.data==="$~"}function Mg(s){return s.data==="$!"||s.data==="$?"&&s.ownerDocument.readyState!=="loading"}function o5(s,r){var i=s.ownerDocument;if(s.data==="$~")s._reactRetry=r;else if(s.data!=="$?"||i.readyState!=="loading")r();else{var p=function(){r(),i.removeEventListener("DOMContentLoaded",p)};i.addEventListener("DOMContentLoaded",p),s._reactRetry=p}}function Bs(s){for(;s!=null;s=s.nextSibling){var r=s.nodeType;if(r===1||r===3)break;if(r===8){if(r=s.data,r==="$"||r==="$!"||r==="$?"||r==="$~"||r==="&"||r==="F!"||r==="F")break;if(r==="/$"||r==="/&")return null}}return s}var Og=null;function z1(s){s=s.nextSibling;for(var r=0;s;){if(s.nodeType===8){var i=s.data;if(i==="/$"||i==="/&"){if(r===0)return Bs(s.nextSibling);r--}else i!=="$"&&i!=="$!"&&i!=="$?"&&i!=="$~"&&i!=="&"||r++}s=s.nextSibling}return null}function D1(s){s=s.previousSibling;for(var r=0;s;){if(s.nodeType===8){var i=s.data;if(i==="$"||i==="$!"||i==="$?"||i==="$~"||i==="&"){if(r===0)return s;r--}else i!=="/$"&&i!=="/&"||r++}s=s.previousSibling}return null}function P1(s,r,i){switch(r=dd(i),s){case"html":if(s=r.documentElement,!s)throw Error(o(452));return s;case"head":if(s=r.head,!s)throw Error(o(453));return s;case"body":if(s=r.body,!s)throw Error(o(454));return s;default:throw Error(o(451))}}function nc(s){for(var r=s.attributes;r.length;)s.removeAttributeNode(r[0]);Dp(s)}var Us=new Map,L1=new Set;function fd(s){return typeof s.getRootNode=="function"?s.getRootNode():s.nodeType===9?s:s.ownerDocument}var Xa=Y.d;Y.d={f:l5,r:i5,D:c5,C:u5,L:d5,m:f5,X:m5,S:p5,M:g5};function l5(){var s=Xa.f(),r=sd();return s||r}function i5(s){var r=el(s);r!==null&&r.tag===5&&r.type==="form"?e0(r):Xa.r(s)}var Ml=typeof document>"u"?null:document;function I1(s,r,i){var p=Ml;if(p&&typeof r=="string"&&r){var v=Ms(r);v='link[rel="'+s+'"][href="'+v+'"]',typeof i=="string"&&(v+='[crossorigin="'+i+'"]'),L1.has(v)||(L1.add(v),s={rel:s,crossOrigin:i,href:r},p.querySelector(v)===null&&(r=p.createElement("link"),$n(r,"link",s),Tn(r),p.head.appendChild(r)))}}function c5(s){Xa.D(s),I1("dns-prefetch",s,null)}function u5(s,r){Xa.C(s,r),I1("preconnect",s,r)}function d5(s,r,i){Xa.L(s,r,i);var p=Ml;if(p&&s&&r){var v='link[rel="preload"][as="'+Ms(r)+'"]';r==="image"&&i&&i.imageSrcSet?(v+='[imagesrcset="'+Ms(i.imageSrcSet)+'"]',typeof i.imageSizes=="string"&&(v+='[imagesizes="'+Ms(i.imageSizes)+'"]')):v+='[href="'+Ms(s)+'"]';var k=v;switch(r){case"style":k=Ol(s);break;case"script":k=zl(s)}Us.has(k)||(s=b({rel:"preload",href:r==="image"&&i&&i.imageSrcSet?void 0:s,as:r},i),Us.set(k,s),p.querySelector(v)!==null||r==="style"&&p.querySelector(sc(k))||r==="script"&&p.querySelector(ac(k))||(r=p.createElement("link"),$n(r,"link",s),Tn(r),p.head.appendChild(r)))}}function f5(s,r){Xa.m(s,r);var i=Ml;if(i&&s){var p=r&&typeof r.as=="string"?r.as:"script",v='link[rel="modulepreload"][as="'+Ms(p)+'"][href="'+Ms(s)+'"]',k=v;switch(p){case"audioworklet":case"paintworklet":case"serviceworker":case"sharedworker":case"worker":case"script":k=zl(s)}if(!Us.has(k)&&(s=b({rel:"modulepreload",href:s},r),Us.set(k,s),i.querySelector(v)===null)){switch(p){case"audioworklet":case"paintworklet":case"serviceworker":case"sharedworker":case"worker":case"script":if(i.querySelector(ac(k)))return}p=i.createElement("link"),$n(p,"link",s),Tn(p),i.head.appendChild(p)}}}function p5(s,r,i){Xa.S(s,r,i);var p=Ml;if(p&&s){var v=tl(p).hoistableStyles,k=Ol(s);r=r||"default";var M=v.get(k);if(!M){var q={loading:0,preload:null};if(M=p.querySelector(sc(k)))q.loading=5;else{s=b({rel:"stylesheet",href:s,"data-precedence":r},i),(i=Us.get(k))&&zg(s,i);var W=M=p.createElement("link");Tn(W),$n(W,"link",s),W._p=new Promise(function(ce,be){W.onload=ce,W.onerror=be}),W.addEventListener("load",function(){q.loading|=1}),W.addEventListener("error",function(){q.loading|=2}),q.loading|=4,pd(M,r,p)}M={type:"stylesheet",instance:M,count:1,state:q},v.set(k,M)}}}function m5(s,r){Xa.X(s,r);var i=Ml;if(i&&s){var p=tl(i).hoistableScripts,v=zl(s),k=p.get(v);k||(k=i.querySelector(ac(v)),k||(s=b({src:s,async:!0},r),(r=Us.get(v))&&Dg(s,r),k=i.createElement("script"),Tn(k),$n(k,"link",s),i.head.appendChild(k)),k={type:"script",instance:k,count:1,state:null},p.set(v,k))}}function g5(s,r){Xa.M(s,r);var i=Ml;if(i&&s){var p=tl(i).hoistableScripts,v=zl(s),k=p.get(v);k||(k=i.querySelector(ac(v)),k||(s=b({src:s,async:!0,type:"module"},r),(r=Us.get(v))&&Dg(s,r),k=i.createElement("script"),Tn(k),$n(k,"link",s),i.head.appendChild(k)),k={type:"script",instance:k,count:1,state:null},p.set(v,k))}}function B1(s,r,i,p){var v=(v=ee.current)?fd(v):null;if(!v)throw Error(o(446));switch(s){case"meta":case"title":return null;case"style":return typeof i.precedence=="string"&&typeof i.href=="string"?(r=Ol(i.href),i=tl(v).hoistableStyles,p=i.get(r),p||(p={type:"style",instance:null,count:0,state:null},i.set(r,p)),p):{type:"void",instance:null,count:0,state:null};case"link":if(i.rel==="stylesheet"&&typeof i.href=="string"&&typeof i.precedence=="string"){s=Ol(i.href);var k=tl(v).hoistableStyles,M=k.get(s);if(M||(v=v.ownerDocument||v,M={type:"stylesheet",instance:null,count:0,state:{loading:0,preload:null}},k.set(s,M),(k=v.querySelector(sc(s)))&&!k._p&&(M.instance=k,M.state.loading=5),Us.has(s)||(i={rel:"preload",as:"style",href:i.href,crossOrigin:i.crossOrigin,integrity:i.integrity,media:i.media,hrefLang:i.hrefLang,referrerPolicy:i.referrerPolicy},Us.set(s,i),k||h5(v,s,i,M.state))),r&&p===null)throw Error(o(528,""));return M}if(r&&p!==null)throw Error(o(529,""));return null;case"script":return r=i.async,i=i.src,typeof i=="string"&&r&&typeof r!="function"&&typeof r!="symbol"?(r=zl(i),i=tl(v).hoistableScripts,p=i.get(r),p||(p={type:"script",instance:null,count:0,state:null},i.set(r,p)),p):{type:"void",instance:null,count:0,state:null};default:throw Error(o(444,s))}}function Ol(s){return'href="'+Ms(s)+'"'}function sc(s){return'link[rel="stylesheet"]['+s+"]"}function U1(s){return b({},s,{"data-precedence":s.precedence,precedence:null})}function h5(s,r,i,p){s.querySelector('link[rel="preload"][as="style"]['+r+"]")?p.loading=1:(r=s.createElement("link"),p.preload=r,r.addEventListener("load",function(){return p.loading|=1}),r.addEventListener("error",function(){return p.loading|=2}),$n(r,"link",i),Tn(r),s.head.appendChild(r))}function zl(s){return'[src="'+Ms(s)+'"]'}function ac(s){return"script[async]"+s}function $1(s,r,i){if(r.count++,r.instance===null)switch(r.type){case"style":var p=s.querySelector('style[data-href~="'+Ms(i.href)+'"]');if(p)return r.instance=p,Tn(p),p;var v=b({},i,{"data-href":i.href,"data-precedence":i.precedence,href:null,precedence:null});return p=(s.ownerDocument||s).createElement("style"),Tn(p),$n(p,"style",v),pd(p,i.precedence,s),r.instance=p;case"stylesheet":v=Ol(i.href);var k=s.querySelector(sc(v));if(k)return r.state.loading|=4,r.instance=k,Tn(k),k;p=U1(i),(v=Us.get(v))&&zg(p,v),k=(s.ownerDocument||s).createElement("link"),Tn(k);var M=k;return M._p=new Promise(function(q,W){M.onload=q,M.onerror=W}),$n(k,"link",p),r.state.loading|=4,pd(k,i.precedence,s),r.instance=k;case"script":return k=zl(i.src),(v=s.querySelector(ac(k)))?(r.instance=v,Tn(v),v):(p=i,(v=Us.get(k))&&(p=b({},i),Dg(p,v)),s=s.ownerDocument||s,v=s.createElement("script"),Tn(v),$n(v,"link",p),s.head.appendChild(v),r.instance=v);case"void":return null;default:throw Error(o(443,r.type))}else r.type==="stylesheet"&&(r.state.loading&4)===0&&(p=r.instance,r.state.loading|=4,pd(p,i.precedence,s));return r.instance}function pd(s,r,i){for(var p=i.querySelectorAll('link[rel="stylesheet"][data-precedence],style[data-precedence]'),v=p.length?p[p.length-1]:null,k=v,M=0;M<p.length;M++){var q=p[M];if(q.dataset.precedence===r)k=q;else if(k!==v)break}k?k.parentNode.insertBefore(s,k.nextSibling):(r=i.nodeType===9?i.head:i,r.insertBefore(s,r.firstChild))}function zg(s,r){s.crossOrigin==null&&(s.crossOrigin=r.crossOrigin),s.referrerPolicy==null&&(s.referrerPolicy=r.referrerPolicy),s.title==null&&(s.title=r.title)}function Dg(s,r){s.crossOrigin==null&&(s.crossOrigin=r.crossOrigin),s.referrerPolicy==null&&(s.referrerPolicy=r.referrerPolicy),s.integrity==null&&(s.integrity=r.integrity)}var md=null;function H1(s,r,i){if(md===null){var p=new Map,v=md=new Map;v.set(i,p)}else v=md,p=v.get(i),p||(p=new Map,v.set(i,p));if(p.has(s))return p;for(p.set(s,null),i=i.getElementsByTagName(s),v=0;v<i.length;v++){var k=i[v];if(!(k[vi]||k[Yt]||s==="link"&&k.getAttribute("rel")==="stylesheet")&&k.namespaceURI!=="http://www.w3.org/2000/svg"){var M=k.getAttribute(r)||"";M=s+M;var q=p.get(M);q?q.push(k):p.set(M,[k])}}return p}function q1(s,r,i){s=s.ownerDocument||s,s.head.insertBefore(i,r==="title"?s.querySelector("head > title"):null)}function x5(s,r,i){if(i===1||r.itemProp!=null)return!1;switch(s){case"meta":case"title":return!0;case"style":if(typeof r.precedence!="string"||typeof r.href!="string"||r.href==="")break;return!0;case"link":if(typeof r.rel!="string"||typeof r.href!="string"||r.href===""||r.onLoad||r.onError)break;switch(r.rel){case"stylesheet":return s=r.disabled,typeof r.precedence=="string"&&s==null;default:return!0}case"script":if(r.async&&typeof r.async!="function"&&typeof r.async!="symbol"&&!r.onLoad&&!r.onError&&r.src&&typeof r.src=="string")return!0}return!1}function V1(s){return!(s.type==="stylesheet"&&(s.state.loading&3)===0)}function b5(s,r,i,p){if(i.type==="stylesheet"&&(typeof p.media!="string"||matchMedia(p.media).matches!==!1)&&(i.state.loading&4)===0){if(i.instance===null){var v=Ol(p.href),k=r.querySelector(sc(v));if(k){r=k._p,r!==null&&typeof r=="object"&&typeof r.then=="function"&&(s.count++,s=gd.bind(s),r.then(s,s)),i.state.loading|=4,i.instance=k,Tn(k);return}k=r.ownerDocument||r,p=U1(p),(v=Us.get(v))&&zg(p,v),k=k.createElement("link"),Tn(k);var M=k;M._p=new Promise(function(q,W){M.onload=q,M.onerror=W}),$n(k,"link",p),i.instance=k}s.stylesheets===null&&(s.stylesheets=new Map),s.stylesheets.set(i,r),(r=i.state.preload)&&(i.state.loading&3)===0&&(s.count++,i=gd.bind(s),r.addEventListener("load",i),r.addEventListener("error",i))}}var Pg=0;function _5(s,r){return s.stylesheets&&s.count===0&&xd(s,s.stylesheets),0<s.count||0<s.imgCount?function(i){var p=setTimeout(function(){if(s.stylesheets&&xd(s,s.stylesheets),s.unsuspend){var k=s.unsuspend;s.unsuspend=null,k()}},6e4+r);0<s.imgBytes&&Pg===0&&(Pg=62500*JT());var v=setTimeout(function(){if(s.waitingForImages=!1,s.count===0&&(s.stylesheets&&xd(s,s.stylesheets),s.unsuspend)){var k=s.unsuspend;s.unsuspend=null,k()}},(s.imgBytes>Pg?50:800)+r);return s.unsuspend=i,function(){s.unsuspend=null,clearTimeout(p),clearTimeout(v)}}:null}function gd(){if(this.count--,this.count===0&&(this.imgCount===0||!this.waitingForImages)){if(this.stylesheets)xd(this,this.stylesheets);else if(this.unsuspend){var s=this.unsuspend;this.unsuspend=null,s()}}}var hd=null;function xd(s,r){s.stylesheets=null,s.unsuspend!==null&&(s.count++,hd=new Map,r.forEach(v5,s),hd=null,gd.call(s))}function v5(s,r){if(!(r.state.loading&4)){var i=hd.get(s);if(i)var p=i.get(null);else{i=new Map,hd.set(s,i);for(var v=s.querySelectorAll("link[data-precedence],style[data-precedence]"),k=0;k<v.length;k++){var M=v[k];(M.nodeName==="LINK"||M.getAttribute("media")!=="not all")&&(i.set(M.dataset.precedence,M),p=M)}p&&i.set(null,p)}v=r.instance,M=v.getAttribute("data-precedence"),k=i.get(M)||p,k===p&&i.set(null,v),i.set(M,v),this.count++,p=gd.bind(this),v.addEventListener("load",p),v.addEventListener("error",p),k?k.parentNode.insertBefore(v,k.nextSibling):(s=s.nodeType===9?s.head:s,s.insertBefore(v,s.firstChild)),r.state.loading|=4}}var rc={$$typeof:E,Provider:null,Consumer:null,_currentValue:V,_currentValue2:V,_threadCount:0};function y5(s,r,i,p,v,k,M,q,W){this.tag=1,this.containerInfo=s,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=Rs(-1),this.entangledLanes=this.shellSuspendCounter=this.errorRecoveryDisabledLanes=this.expiredLanes=this.warmLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=Rs(0),this.hiddenUpdates=Rs(null),this.identifierPrefix=p,this.onUncaughtError=v,this.onCaughtError=k,this.onRecoverableError=M,this.pooledCache=null,this.pooledCacheLanes=0,this.formState=W,this.incompleteTransitions=new Map}function F1(s,r,i,p,v,k,M,q,W,ce,be,we){return s=new y5(s,r,i,M,W,ce,be,we,q),r=1,k===!0&&(r|=24),k=vs(3,null,null,r),s.current=k,k.stateNode=s,r=gm(),r.refCount++,s.pooledCache=r,r.refCount++,k.memoizedState={element:p,isDehydrated:i,cache:r},_m(k),s}function G1(s){return s?(s=dl,s):dl}function Y1(s,r,i,p,v,k){v=G1(v),p.context===null?p.context=v:p.pendingContext=v,p=br(r),p.payload={element:i},k=k===void 0?null:k,k!==null&&(p.callback=k),i=_r(s,p,r),i!==null&&(ds(i,s,r),Li(i,s,r))}function K1(s,r){if(s=s.memoizedState,s!==null&&s.dehydrated!==null){var i=s.retryLane;s.retryLane=i!==0&&i<r?i:r}}function Lg(s,r){K1(s,r),(s=s.alternate)&&K1(s,r)}function X1(s){if(s.tag===13||s.tag===31){var r=lo(s,67108864);r!==null&&ds(r,s,67108864),Lg(s,67108864)}}function Q1(s){if(s.tag===13||s.tag===31){var r=Ss();r=dt(r);var i=lo(s,r);i!==null&&ds(i,s,r),Lg(s,r)}}var bd=!0;function j5(s,r,i,p){var v=H.T;H.T=null;var k=Y.p;try{Y.p=2,Ig(s,r,i,p)}finally{Y.p=k,H.T=v}}function w5(s,r,i,p){var v=H.T;H.T=null;var k=Y.p;try{Y.p=8,Ig(s,r,i,p)}finally{Y.p=k,H.T=v}}function Ig(s,r,i,p){if(bd){var v=Bg(p);if(v===null)kg(s,r,p,_d,i),Z1(s,p);else if(S5(v,s,r,i,p))p.stopPropagation();else if(Z1(s,p),r&4&&-1<k5.indexOf(s)){for(;v!==null;){var k=el(v);if(k!==null)switch(k.tag){case 3:if(k=k.stateNode,k.current.memoizedState.isDehydrated){var M=Qt(k.pendingLanes);if(M!==0){var q=k;for(q.pendingLanes|=2,q.entangledLanes|=2;M;){var W=1<<31-Pe(M);q.entanglements[1]|=W,M&=~W}da(k),(zt&6)===0&&(td=de()+500,Ji(0))}}break;case 31:case 13:q=lo(k,2),q!==null&&ds(q,k,2),sd(),Lg(k,2)}if(k=Bg(p),k===null&&kg(s,r,p,_d,i),k===v)break;v=k}v!==null&&p.stopPropagation()}else kg(s,r,p,null,i)}}function Bg(s){return s=$p(s),Ug(s)}var _d=null;function Ug(s){if(_d=null,s=Jo(s),s!==null){var r=c(s);if(r===null)s=null;else{var i=r.tag;if(i===13){if(s=d(r),s!==null)return s;s=null}else if(i===31){if(s=f(r),s!==null)return s;s=null}else if(i===3){if(r.stateNode.current.memoizedState.isDehydrated)return r.tag===3?r.stateNode.containerInfo:null;s=null}else r!==s&&(s=null)}}return _d=s,null}function W1(s){switch(s){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(ye()){case Ge:return 2;case Re:return 8;case Oe:case tt:return 32;case ot:return 268435456;default:return 32}default:return 32}}var $g=!1,Tr=null,Ar=null,Mr=null,oc=new Map,lc=new Map,Or=[],k5="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 Z1(s,r){switch(s){case"focusin":case"focusout":Tr=null;break;case"dragenter":case"dragleave":Ar=null;break;case"mouseover":case"mouseout":Mr=null;break;case"pointerover":case"pointerout":oc.delete(r.pointerId);break;case"gotpointercapture":case"lostpointercapture":lc.delete(r.pointerId)}}function ic(s,r,i,p,v,k){return s===null||s.nativeEvent!==k?(s={blockedOn:r,domEventName:i,eventSystemFlags:p,nativeEvent:k,targetContainers:[v]},r!==null&&(r=el(r),r!==null&&X1(r)),s):(s.eventSystemFlags|=p,r=s.targetContainers,v!==null&&r.indexOf(v)===-1&&r.push(v),s)}function S5(s,r,i,p,v){switch(r){case"focusin":return Tr=ic(Tr,s,r,i,p,v),!0;case"dragenter":return Ar=ic(Ar,s,r,i,p,v),!0;case"mouseover":return Mr=ic(Mr,s,r,i,p,v),!0;case"pointerover":var k=v.pointerId;return oc.set(k,ic(oc.get(k)||null,s,r,i,p,v)),!0;case"gotpointercapture":return k=v.pointerId,lc.set(k,ic(lc.get(k)||null,s,r,i,p,v)),!0}return!1}function J1(s){var r=Jo(s.target);if(r!==null){var i=c(r);if(i!==null){if(r=i.tag,r===13){if(r=d(i),r!==null){s.blockedOn=r,Rn(s.priority,function(){Q1(i)});return}}else if(r===31){if(r=f(i),r!==null){s.blockedOn=r,Rn(s.priority,function(){Q1(i)});return}}else if(r===3&&i.stateNode.current.memoizedState.isDehydrated){s.blockedOn=i.tag===3?i.stateNode.containerInfo:null;return}}}s.blockedOn=null}function vd(s){if(s.blockedOn!==null)return!1;for(var r=s.targetContainers;0<r.length;){var i=Bg(s.nativeEvent);if(i===null){i=s.nativeEvent;var p=new i.constructor(i.type,i);Up=p,i.target.dispatchEvent(p),Up=null}else return r=el(i),r!==null&&X1(r),s.blockedOn=i,!1;r.shift()}return!0}function ej(s,r,i){vd(s)&&i.delete(r)}function C5(){$g=!1,Tr!==null&&vd(Tr)&&(Tr=null),Ar!==null&&vd(Ar)&&(Ar=null),Mr!==null&&vd(Mr)&&(Mr=null),oc.forEach(ej),lc.forEach(ej)}function yd(s,r){s.blockedOn===r&&(s.blockedOn=null,$g||($g=!0,e.unstable_scheduleCallback(e.unstable_NormalPriority,C5)))}var jd=null;function tj(s){jd!==s&&(jd=s,e.unstable_scheduleCallback(e.unstable_NormalPriority,function(){jd===s&&(jd=null);for(var r=0;r<s.length;r+=3){var i=s[r],p=s[r+1],v=s[r+2];if(typeof p!="function"){if(Ug(p||i)===null)continue;break}var k=el(i);k!==null&&(s.splice(r,3),r-=3,Bm(k,{pending:!0,data:v,method:i.method,action:p},p,v))}}))}function Dl(s){function r(W){return yd(W,s)}Tr!==null&&yd(Tr,s),Ar!==null&&yd(Ar,s),Mr!==null&&yd(Mr,s),oc.forEach(r),lc.forEach(r);for(var i=0;i<Or.length;i++){var p=Or[i];p.blockedOn===s&&(p.blockedOn=null)}for(;0<Or.length&&(i=Or[0],i.blockedOn===null);)J1(i),i.blockedOn===null&&Or.shift();if(i=(s.ownerDocument||s).$$reactFormReplay,i!=null)for(p=0;p<i.length;p+=3){var v=i[p],k=i[p+1],M=v[Ln]||null;if(typeof k=="function")M||tj(i);else if(M){var q=null;if(k&&k.hasAttribute("formAction")){if(v=k,M=k[Ln]||null)q=M.formAction;else if(Ug(v)!==null)continue}else q=M.action;typeof q=="function"?i[p+1]=q:(i.splice(p,3),p-=3),tj(i)}}}function nj(){function s(k){k.canIntercept&&k.info==="react-transition"&&k.intercept({handler:function(){return new Promise(function(M){return v=M})},focusReset:"manual",scroll:"manual"})}function r(){v!==null&&(v(),v=null),p||setTimeout(i,20)}function i(){if(!p&&!navigation.transition){var k=navigation.currentEntry;k&&k.url!=null&&navigation.navigate(k.url,{state:k.getState(),info:"react-transition",history:"replace"})}}if(typeof navigation=="object"){var p=!1,v=null;return navigation.addEventListener("navigate",s),navigation.addEventListener("navigatesuccess",r),navigation.addEventListener("navigateerror",r),setTimeout(i,100),function(){p=!0,navigation.removeEventListener("navigate",s),navigation.removeEventListener("navigatesuccess",r),navigation.removeEventListener("navigateerror",r),v!==null&&(v(),v=null)}}}function Hg(s){this._internalRoot=s}wd.prototype.render=Hg.prototype.render=function(s){var r=this._internalRoot;if(r===null)throw Error(o(409));var i=r.current,p=Ss();Y1(i,p,s,r,null,null)},wd.prototype.unmount=Hg.prototype.unmount=function(){var s=this._internalRoot;if(s!==null){this._internalRoot=null;var r=s.containerInfo;Y1(s.current,2,null,s,null,null),sd(),r[la]=null}};function wd(s){this._internalRoot=s}wd.prototype.unstable_scheduleHydration=function(s){if(s){var r=hn();s={blockedOn:null,target:s,priority:r};for(var i=0;i<Or.length&&r!==0&&r<Or[i].priority;i++);Or.splice(i,0,s),i===0&&J1(s)}};var sj=t.version;if(sj!=="19.2.7")throw Error(o(527,sj,"19.2.7"));Y.findDOMNode=function(s){var r=s._reactInternals;if(r===void 0)throw typeof s.render=="function"?Error(o(188)):(s=Object.keys(s).join(","),Error(o(268,s)));return s=h(r),s=s!==null?g(s):null,s=s===null?null:s.stateNode,s};var N5={bundleType:0,version:"19.2.7",rendererPackageName:"react-dom",currentDispatcherRef:H,reconcilerVersion:"19.2.7"};if(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"){var kd=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(!kd.isDisabled&&kd.supportsFiber)try{lt=kd.inject(N5),Rt=kd}catch{}}return uc.createRoot=function(s,r){if(!l(s))throw Error(o(299));var i=!1,p="",v=u0,k=d0,M=f0;return r!=null&&(r.unstable_strictMode===!0&&(i=!0),r.identifierPrefix!==void 0&&(p=r.identifierPrefix),r.onUncaughtError!==void 0&&(v=r.onUncaughtError),r.onCaughtError!==void 0&&(k=r.onCaughtError),r.onRecoverableError!==void 0&&(M=r.onRecoverableError)),r=F1(s,1,!1,null,null,i,p,null,v,k,M,nj),s[la]=r.current,wg(s),new Hg(r)},uc.hydrateRoot=function(s,r,i){if(!l(s))throw Error(o(299));var p=!1,v="",k=u0,M=d0,q=f0,W=null;return i!=null&&(i.unstable_strictMode===!0&&(p=!0),i.identifierPrefix!==void 0&&(v=i.identifierPrefix),i.onUncaughtError!==void 0&&(k=i.onUncaughtError),i.onCaughtError!==void 0&&(M=i.onCaughtError),i.onRecoverableError!==void 0&&(q=i.onRecoverableError),i.formState!==void 0&&(W=i.formState)),r=F1(s,1,!0,r,i??null,p,v,W,k,M,q,nj),r.context=G1(null),i=r.current,p=Ss(),p=dt(p),v=br(p),v.callback=null,_r(i,v,p),i=p,r.current.lanes=i,gn(r,i),da(r),s[la]=r.current,wg(s),new wd(r)},uc.version="19.2.7",uc}var pj;function I5(){if(pj)return Fg.exports;pj=1;function e(){if(!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__>"u"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function"))try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(e)}catch(t){console.error(t)}}return e(),Fg.exports=L5(),Fg.exports}var B5=I5();const U5=ab(B5);/**
50
+ * react-router v7.18.1
51
+ *
52
+ * Copyright (c) Remix Software Inc.
53
+ *
54
+ * This source code is licensed under the MIT license found in the
55
+ * LICENSE.md file in the root directory of this source tree.
56
+ *
57
+ * @license MIT
58
+ */var rb=/^(?:[a-z][a-z0-9+.-]*:|[\\/]{2})/i,g2=/^[\\/]{2}/;function $5(e,t){return t+e.replace(/\\/g,"/")}var mj="popstate";function gj(e){return typeof e=="object"&&e!=null&&"pathname"in e&&"search"in e&&"hash"in e&&"state"in e&&"key"in e}function H5(e={}){function t(o,l){let c=l.state?.masked,{pathname:d,search:f,hash:m}=c||o.location;return px("",{pathname:d,search:f,hash:m},l.state&&l.state.usr||null,l.state&&l.state.key||"default",c?{pathname:o.location.pathname,search:o.location.search,hash:o.location.hash}:void 0)}function a(o,l){return typeof l=="string"?l:Bc(l)}return V5(t,a,null,e)}function rn(e,t){if(e===!1||e===null||typeof e>"u")throw new Error(t)}function Vs(e,t){if(!e){typeof console<"u"&&console.warn(t);try{throw new Error(t)}catch{}}}function q5(){return Math.random().toString(36).substring(2,10)}function hj(e,t){return{usr:e.state,key:e.key,idx:t,masked:e.mask?{pathname:e.pathname,search:e.search,hash:e.hash}:void 0}}function px(e,t,a=null,o,l){return{pathname:typeof e=="string"?e:e.pathname,search:"",hash:"",...typeof t=="string"?di(t):t,state:a,key:t&&t.key||o||q5(),mask:l}}function Bc({pathname:e="/",search:t="",hash:a=""}){return t&&t!=="?"&&(e+=t.charAt(0)==="?"?t:"?"+t),a&&a!=="#"&&(e+=a.charAt(0)==="#"?a:"#"+a),e}function di(e){let t={};if(e){let a=e.indexOf("#");a>=0&&(t.hash=e.substring(a),e=e.substring(0,a));let o=e.indexOf("?");o>=0&&(t.search=e.substring(o),e=e.substring(0,o)),e&&(t.pathname=e)}return t}function V5(e,t,a,o={}){let{window:l=document.defaultView,v5Compat:c=!1}=o,d=l.history,f="POP",m=null,h=g();h==null&&(h=0,d.replaceState({...d.state,idx:h},""));function g(){return(d.state||{idx:null}).idx}function b(){f="POP";let C=g(),N=C==null?null:C-h;h=C,m&&m({action:f,location:y.location,delta:N})}function _(C,N){f="PUSH";let j=gj(C)?C:px(y.location,C,N);h=g()+1;let E=hj(j,h),R=y.createHref(j.mask||j);try{d.pushState(E,"",R)}catch(A){if(A instanceof DOMException&&A.name==="DataCloneError")throw A;l.location.assign(R)}c&&m&&m({action:f,location:y.location,delta:1})}function w(C,N){f="REPLACE";let j=gj(C)?C:px(y.location,C,N);h=g();let E=hj(j,h),R=y.createHref(j.mask||j);d.replaceState(E,"",R),c&&m&&m({action:f,location:y.location,delta:0})}function S(C){return F5(l,C)}let y={get action(){return f},get location(){return e(l,d)},listen(C){if(m)throw new Error("A history only accepts one active listener");return l.addEventListener(mj,b),m=C,()=>{l.removeEventListener(mj,b),m=null}},createHref(C){return t(l,C)},createURL:S,encodeLocation(C){let N=S(C);return{pathname:N.pathname,search:N.search,hash:N.hash}},push:_,replace:w,go(C){return d.go(C)}};return y}function F5(e,t,a=!1){let o="http://localhost";e&&(o=e.location.origin!=="null"?e.location.origin:e.location.href),rn(o,"No window.location.(origin|href) available to create URL");let l=typeof t=="string"?t:Bc(t);return l=l.replace(/ $/,"%20"),!a&&g2.test(l)&&(l=o+l),new URL(l,o)}function h2(e,t,a="/"){return G5(e,t,a,!1)}function G5(e,t,a,o,l){let c=typeof t=="string"?di(t):t,d=ar(c.pathname||"/",a);if(d==null)return null;let f=Y5(e),m=null,h=a3(d);for(let g=0;m==null&&g<f.length;++g)m=s3(f[g],h,o);return m}function Y5(e){let t=x2(e);return K5(t),t}function x2(e,t=[],a=[],o="",l=!1){let c=(d,f,m=l,h)=>{let g={relativePath:h===void 0?d.path||"":h,caseSensitive:d.caseSensitive===!0,childrenIndex:f,route:d};if(g.relativePath.startsWith("/")){if(!g.relativePath.startsWith(o)&&m)return;rn(g.relativePath.startsWith(o),`Absolute route path "${g.relativePath}" nested under path "${o}" is not valid. An absolute child route path must start with the combined path of all its parent routes.`),g.relativePath=g.relativePath.slice(o.length)}let b=ta([o,g.relativePath]),_=a.concat(g);d.children&&d.children.length>0&&(rn(d.index!==!0,`Index routes must not have child routes. Please remove all child routes from route path "${b}".`),x2(d.children,t,_,b,m)),!(d.path==null&&!d.index)&&t.push({path:b,score:t3(b,d.index),routesMeta:_.map((w,S)=>{let[y,C]=v2(w.relativePath,w.caseSensitive,S===_.length-1);return{...w,matcher:y,compiledParams:C}})})};return e.forEach((d,f)=>{if(d.path===""||!d.path?.includes("?"))c(d,f);else for(let m of b2(d.path))c(d,f,!0,m)}),t}function b2(e){let t=e.split("/");if(t.length===0)return[];let[a,...o]=t,l=a.endsWith("?"),c=a.replace(/\?$/,"");if(o.length===0)return l?[c,""]:[c];let d=b2(o.join("/")),f=[];return f.push(...d.map(m=>m===""?c:[c,m].join("/"))),l&&f.push(...d),f.map(m=>e.startsWith("/")&&m===""?"/":m)}function K5(e){e.sort((t,a)=>t.score!==a.score?a.score-t.score:n3(t.routesMeta.map(o=>o.childrenIndex),a.routesMeta.map(o=>o.childrenIndex)))}var X5=/^:[\w-]+$/,Q5=3,W5=2,Z5=1,J5=10,e3=-2,xj=e=>e==="*";function t3(e,t){let a=e.split("/"),o=a.length;return a.some(xj)&&(o+=e3),t&&(o+=W5),a.filter(l=>!xj(l)).reduce((l,c)=>l+(X5.test(c)?Q5:c===""?Z5:J5),o)}function n3(e,t){return e.length===t.length&&e.slice(0,-1).every((o,l)=>o===t[l])?e[e.length-1]-t[t.length-1]:0}function s3(e,t,a=!1){let{routesMeta:o}=e,l={},c="/",d=[];for(let f=0;f<o.length;++f){let m=o[f],h=f===o.length-1,g=c==="/"?t:t.slice(c.length)||"/",b={path:m.relativePath,caseSensitive:m.caseSensitive,end:h},_=m.matcher&&m.compiledParams?_2(b,g,m.matcher,m.compiledParams):uf(b,g),w=m.route;if(!_&&h&&a&&!o[o.length-1].route.index&&(_=uf({path:m.relativePath,caseSensitive:m.caseSensitive,end:!1},g)),!_)return null;Object.assign(l,_.params),d.push({params:l,pathname:ta([c,_.pathname]),pathnameBase:l3(ta([c,_.pathnameBase])),route:w}),_.pathnameBase!=="/"&&(c=ta([c,_.pathnameBase]))}return d}function uf(e,t){typeof e=="string"&&(e={path:e,caseSensitive:!1,end:!0});let[a,o]=v2(e.path,e.caseSensitive,e.end);return _2(e,t,a,o)}function _2(e,t,a,o){let l=t.match(a);if(!l)return null;let c=l[0],d=c.replace(/(.)\/+$/,"$1"),f=l.slice(1);return{params:o.reduce((h,{paramName:g,isOptional:b},_)=>{if(g==="*"){let S=f[_]||"";d=c.slice(0,c.length-S.length).replace(/(.)\/+$/,"$1")}const w=f[_];return b&&!w?h[g]=void 0:h[g]=(w||"").replace(/%2F/g,"/"),h},{}),pathname:c,pathnameBase:d,pattern:e}}function v2(e,t=!1,a=!0){Vs(e==="*"||!e.endsWith("*")||e.endsWith("/*"),`Route path "${e}" will be treated as if it were "${e.replace(/\*$/,"/*")}" because the \`*\` character must always follow a \`/\` in the pattern. To get rid of this warning, please change the route path to "${e.replace(/\*$/,"/*")}".`);let o=[],l="^"+e.replace(/\/*\*?$/,"").replace(/^\/*/,"/").replace(/[\\.*+^${}|()[\]]/g,"\\$&").replace(/\/:([\w-]+)(\?)?/g,(d,f,m,h,g)=>{if(o.push({paramName:f,isOptional:m!=null}),m){let b=g.charAt(h+d.length);return b&&b!=="/"?"/([^\\/]*)":"(?:/([^\\/]*))?"}return"/([^\\/]+)"}).replace(/\/([\w-]+)\?(\/|$)/g,"(/$1)?$2");return e.endsWith("*")?(o.push({paramName:"*"}),l+=e==="*"||e==="/*"?"(.*)$":"(?:\\/(.+)|\\/*)$"):a?l+="\\/*$":e!==""&&e!=="/"&&(l+="(?:(?=\\/|$))"),[new RegExp(l,t?void 0:"i"),o]}function a3(e){try{return e.split("/").map(t=>decodeURIComponent(t).replace(/\//g,"%2F")).join("/")}catch(t){return Vs(!1,`The URL path "${e}" could not be decoded because it is a malformed URL segment. This is probably due to a bad percent encoding (${t}).`),e}}function ar(e,t){if(t==="/")return e;if(!e.toLowerCase().startsWith(t.toLowerCase()))return null;let a=t.endsWith("/")?t.length-1:t.length,o=e.charAt(a);return o&&o!=="/"?null:e.slice(a)||"/"}function r3(e,t="/"){let{pathname:a,search:o="",hash:l=""}=typeof e=="string"?di(e):e,c;return a?(a=y2(a),a.startsWith("/")?c=bj(a.substring(1),"/"):c=bj(a,t)):c=t,{pathname:c,search:i3(o),hash:c3(l)}}function bj(e,t){let a=df(t).split("/");return e.split("/").forEach(l=>{l===".."?a.length>1&&a.pop():l!=="."&&a.push(l)}),a.length>1?a.join("/"):"/"}function Xg(e,t,a,o){return`Cannot include a '${e}' character in a manually specified \`to.${t}\` field [${JSON.stringify(o)}]. Please separate it out to the \`to.${a}\` field. Alternatively you may provide the full path as a string in <Link to="..."> and the router will parse it for you.`}function o3(e){return e.filter((t,a)=>a===0||t.route.path&&t.route.path.length>0)}function ob(e){let t=o3(e);return t.map((a,o)=>o===t.length-1?a.pathname:a.pathnameBase)}function Hf(e,t,a,o=!1){let l;typeof e=="string"?l=di(e):(l={...e},rn(!l.pathname||!l.pathname.includes("?"),Xg("?","pathname","search",l)),rn(!l.pathname||!l.pathname.includes("#"),Xg("#","pathname","hash",l)),rn(!l.search||!l.search.includes("#"),Xg("#","search","hash",l)));let c=e===""||l.pathname==="",d=c?"/":l.pathname,f;if(d==null)f=a;else{let b=t.length-1;if(!o&&d.startsWith("..")){let _=d.split("/");for(;_[0]==="..";)_.shift(),b-=1;l.pathname=_.join("/")}f=b>=0?t[b]:"/"}let m=r3(l,f),h=d&&d!=="/"&&d.endsWith("/"),g=(c||d===".")&&a.endsWith("/");return!m.pathname.endsWith("/")&&(h||g)&&(m.pathname+="/"),m}var y2=e=>e.replace(/[\\/]{2,}/g,"/"),ta=e=>y2(e.join("/")),df=e=>e.replace(/\/+$/,""),l3=e=>df(e).replace(/^\/*/,"/"),i3=e=>!e||e==="?"?"":e.startsWith("?")?e:"?"+e,c3=e=>!e||e==="#"?"":e.startsWith("#")?e:"#"+e,u3=class{constructor(e,t,a,o=!1){this.status=e,this.statusText=t||"",this.internal=o,a instanceof Error?(this.data=a.toString(),this.error=a):this.data=a}};function d3(e){return e!=null&&typeof e.status=="number"&&typeof e.statusText=="string"&&typeof e.internal=="boolean"&&"data"in e}function f3(e){let t=e.map(a=>a.route.path).filter(Boolean);return ta(t)||"/"}var j2=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u";function w2(e,t){let a=e;if(typeof a!="string"||!rb.test(a))return{absoluteURL:void 0,isExternal:!1,to:a};let o=a,l=!1;if(j2)try{let c=new URL(window.location.href),d=g2.test(a)?new URL($5(a,c.protocol)):new URL(a),f=ar(d.pathname,t);d.origin===c.origin&&f!=null?a=f+d.search+d.hash:l=!0}catch{Vs(!1,`<Link to="${a}"> contains an invalid URL which will probably break when clicked - please update to a valid URL path.`)}return{absoluteURL:o,isExternal:l,to:a}}Object.getOwnPropertyNames(Object.prototype).sort().join("\0");var k2=["POST","PUT","PATCH","DELETE"];new Set(k2);var p3=["GET",...k2];new Set(p3);var m3=["about:","blob:","chrome:","chrome-untrusted:","content:","data:","devtools:","file:","filesystem:","javascript:"];function g3(e){try{return m3.includes(new URL(e).protocol)}catch{return!1}}var fi=x.createContext(null);fi.displayName="DataRouter";var qf=x.createContext(null);qf.displayName="DataRouterState";var S2=x.createContext(!1);function h3(){return x.useContext(S2)}var C2=x.createContext({isTransitioning:!1});C2.displayName="ViewTransition";var x3=x.createContext(new Map);x3.displayName="Fetchers";var b3=x.createContext(null);b3.displayName="Await";var Es=x.createContext(null);Es.displayName="Navigation";var Zc=x.createContext(null);Zc.displayName="Location";var sa=x.createContext({outlet:null,matches:[],isDataRoute:!1});sa.displayName="Route";var lb=x.createContext(null);lb.displayName="RouteError";var N2="REACT_ROUTER_ERROR",_3="REDIRECT",v3="ROUTE_ERROR_RESPONSE";function y3(e){if(e.startsWith(`${N2}:${_3}:{`))try{let t=JSON.parse(e.slice(28));if(typeof t=="object"&&t&&typeof t.status=="number"&&typeof t.statusText=="string"&&typeof t.location=="string"&&typeof t.reloadDocument=="boolean"&&typeof t.replace=="boolean")return t}catch{}}function j3(e){if(e.startsWith(`${N2}:${v3}:{`))try{let t=JSON.parse(e.slice(40));if(typeof t=="object"&&t&&typeof t.status=="number"&&typeof t.statusText=="string")return new u3(t.status,t.statusText,t.data)}catch{}}function w3(e,{relative:t}={}){rn(pi(),"useHref() may be used only in the context of a <Router> component.");let{basename:a,navigator:o}=x.useContext(Es),{hash:l,pathname:c,search:d}=Jc(e,{relative:t}),f=c;return a!=="/"&&(f=c==="/"?a:ta([a,c])),o.createHref({pathname:f,search:d,hash:l})}function pi(){return x.useContext(Zc)!=null}function ss(){return rn(pi(),"useLocation() may be used only in the context of a <Router> component."),x.useContext(Zc).location}var E2="You should call navigate() in a React.useEffect(), not when your component is first rendered.";function R2(e){x.useContext(Es).static||x.useLayoutEffect(e)}function Pn(){let{isDataRoute:e}=x.useContext(sa);return e?P3():k3()}function k3(){rn(pi(),"useNavigate() may be used only in the context of a <Router> component.");let e=x.useContext(fi),{basename:t,navigator:a}=x.useContext(Es),{matches:o}=x.useContext(sa),{pathname:l}=ss(),c=JSON.stringify(ob(o)),d=x.useRef(!1);return R2(()=>{d.current=!0}),x.useCallback((m,h={})=>{if(Vs(d.current,E2),!d.current)return;if(typeof m=="number"){a.go(m);return}let g=Hf(m,JSON.parse(c),l,h.relative==="path");e==null&&t!=="/"&&(g.pathname=g.pathname==="/"?t:ta([t,g.pathname])),(h.replace?a.replace:a.push)(g,h.state,h)},[t,a,c,l,e])}x.createContext(null);function T2(){let{matches:e}=x.useContext(sa);return e[e.length-1]?.params??{}}function Jc(e,{relative:t}={}){let{matches:a}=x.useContext(sa),{pathname:o}=ss(),l=JSON.stringify(ob(a));return x.useMemo(()=>Hf(e,JSON.parse(l),o,t==="path"),[e,l,o,t])}function S3(e,t){return A2(e,t)}function A2(e,t,a){rn(pi(),"useRoutes() may be used only in the context of a <Router> component.");let{navigator:o}=x.useContext(Es),{matches:l}=x.useContext(sa),c=l[l.length-1],d=c?c.params:{},f=c?c.pathname:"/",m=c?c.pathnameBase:"/",h=c&&c.route;{let C=h&&h.path||"";O2(f,!h||C.endsWith("*")||C.endsWith("*?"),`You rendered descendant <Routes> (or called \`useRoutes()\`) at "${f}" (under <Route path="${C}">) but the parent route path has no trailing "*". This means if you navigate deeper, the parent won't match anymore and therefore the child routes will never render.
59
+
60
+ Please change the parent <Route path="${C}"> to <Route path="${C==="/"?"*":`${C}/*`}">.`)}let g=ss(),b;if(t){let C=typeof t=="string"?di(t):t;rn(m==="/"||C.pathname?.startsWith(m),`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 "${m}" but pathname "${C.pathname}" was given in the \`location\` prop.`),b=C}else b=g;let _=b.pathname||"/",w=_;if(m!=="/"){let C=m.replace(/^\//,"").split("/");w="/"+_.replace(/^\//,"").split("/").slice(C.length).join("/")}let S=a&&a.state.matches.length?a.state.matches.map(C=>Object.assign(C,{route:a.manifest[C.route.id]||C.route})):h2(e,{pathname:w});Vs(h||S!=null,`No routes matched location "${b.pathname}${b.search}${b.hash}" `),Vs(S==null||S[S.length-1].route.element!==void 0||S[S.length-1].route.Component!==void 0||S[S.length-1].route.lazy!==void 0,`Matched leaf route at location "${b.pathname}${b.search}${b.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 y=T3(S&&S.map(C=>Object.assign({},C,{params:Object.assign({},d,C.params),pathname:ta([m,o.encodeLocation?o.encodeLocation(C.pathname.replace(/%/g,"%25").replace(/\?/g,"%3F").replace(/#/g,"%23")).pathname:C.pathname]),pathnameBase:C.pathnameBase==="/"?m:ta([m,o.encodeLocation?o.encodeLocation(C.pathnameBase.replace(/%/g,"%25").replace(/\?/g,"%3F").replace(/#/g,"%23")).pathname:C.pathnameBase])})),l,a);return t&&y?x.createElement(Zc.Provider,{value:{location:{pathname:"/",search:"",hash:"",state:null,key:"default",mask:void 0,...b},navigationType:"POP"}},y):y}function C3(){let e=D3(),t=d3(e)?`${e.status} ${e.statusText}`:e instanceof Error?e.message:JSON.stringify(e),a=e instanceof Error?e.stack:null,o="rgba(200,200,200, 0.5)",l={padding:"0.5rem",backgroundColor:o},c={padding:"2px 4px",backgroundColor:o},d=null;return console.error("Error handled by React Router default ErrorBoundary:",e),d=x.createElement(x.Fragment,null,x.createElement("p",null,"💿 Hey developer 👋"),x.createElement("p",null,"You can provide a way better UX than this when your app throws errors by providing your own ",x.createElement("code",{style:c},"ErrorBoundary")," or"," ",x.createElement("code",{style:c},"errorElement")," prop on your route.")),x.createElement(x.Fragment,null,x.createElement("h2",null,"Unexpected Application Error!"),x.createElement("h3",{style:{fontStyle:"italic"}},t),a?x.createElement("pre",{style:l},a):null,d)}var N3=x.createElement(C3,null),M2=class extends x.Component{constructor(e){super(e),this.state={location:e.location,revalidation:e.revalidation,error:e.error}}static getDerivedStateFromError(e){return{error:e}}static getDerivedStateFromProps(e,t){return t.location!==e.location||t.revalidation!=="idle"&&e.revalidation==="idle"?{error:e.error,location:e.location,revalidation:e.revalidation}:{error:e.error!==void 0?e.error:t.error,location:t.location,revalidation:e.revalidation||t.revalidation}}componentDidCatch(e,t){this.props.onError?this.props.onError(e,t):console.error("React Router caught the following error during render",e)}render(){let e=this.state.error;if(this.context&&typeof e=="object"&&e&&"digest"in e&&typeof e.digest=="string"){const a=j3(e.digest);a&&(e=a)}let t=e!==void 0?x.createElement(sa.Provider,{value:this.props.routeContext},x.createElement(lb.Provider,{value:e,children:this.props.component})):this.props.children;return this.context?x.createElement(E3,{error:e},t):t}};M2.contextType=S2;var Qg=new WeakMap;function E3({children:e,error:t}){let{basename:a}=x.useContext(Es);if(typeof t=="object"&&t&&"digest"in t&&typeof t.digest=="string"){let o=y3(t.digest);if(o){let l=Qg.get(t);if(l)throw l;let c=w2(o.location,a),d=c.absoluteURL||c.to;if(g3(d))throw new Error("Invalid redirect location");if(j2&&!Qg.get(t))if(c.isExternal||o.reloadDocument)window.location.href=d;else{const f=Promise.resolve().then(()=>window.__reactRouterDataRouter.navigate(c.to,{replace:o.replace}));throw Qg.set(t,f),f}return x.createElement("meta",{httpEquiv:"refresh",content:`0;url=${d}`})}}return e}function R3({routeContext:e,match:t,children:a}){let o=x.useContext(fi);return o&&o.static&&o.staticContext&&(t.route.errorElement||t.route.ErrorBoundary)&&(o.staticContext._deepestRenderedBoundaryId=t.route.id),x.createElement(sa.Provider,{value:e},a)}function T3(e,t=[],a){let o=a?.state;if(e==null){if(!o)return null;if(o.errors)e=o.matches;else if(t.length===0&&!o.initialized&&o.matches.length>0)e=o.matches;else return null}let l=e,c=o?.errors;if(c!=null){let g=l.findIndex(b=>b.route.id&&c?.[b.route.id]!==void 0);rn(g>=0,`Could not find a matching route for errors on route IDs: ${Object.keys(c).join(",")}`),l=l.slice(0,Math.min(l.length,g+1))}let d=!1,f=-1;if(a&&o){d=o.renderFallback;for(let g=0;g<l.length;g++){let b=l[g];if((b.route.HydrateFallback||b.route.hydrateFallbackElement)&&(f=g),b.route.id){let{loaderData:_,errors:w}=o,S=b.route.loader&&!_.hasOwnProperty(b.route.id)&&(!w||w[b.route.id]===void 0);if(b.route.lazy||S){a.isStatic&&(d=!0),f>=0?l=l.slice(0,f+1):l=[l[0]];break}}}}let m=a?.onError,h=o&&m?(g,b)=>{m(g,{location:o.location,params:o.matches?.[0]?.params??{},pattern:f3(o.matches),errorInfo:b})}:void 0;return l.reduceRight((g,b,_)=>{let w,S=!1,y=null,C=null;o&&(w=c&&b.route.id?c[b.route.id]:void 0,y=b.route.errorElement||N3,d&&(f<0&&_===0?(O2("route-fallback",!1,"No `HydrateFallback` element provided to render during initial hydration"),S=!0,C=null):f===_&&(S=!0,C=b.route.hydrateFallbackElement||null)));let N=t.concat(l.slice(0,_+1)),j=()=>{let E;return w?E=y:S?E=C:b.route.Component?E=x.createElement(b.route.Component,null):b.route.element?E=b.route.element:E=g,x.createElement(R3,{match:b,routeContext:{outlet:g,matches:N,isDataRoute:o!=null},children:E})};return o&&(b.route.ErrorBoundary||b.route.errorElement||_===0)?x.createElement(M2,{location:o.location,revalidation:o.revalidation,component:y,error:w,children:j(),routeContext:{outlet:null,matches:N,isDataRoute:!0},onError:h}):j()},null)}function ib(e){return`${e} must be used within a data router. See https://reactrouter.com/en/main/routers/picking-a-router.`}function A3(e){let t=x.useContext(fi);return rn(t,ib(e)),t}function M3(e){let t=x.useContext(qf);return rn(t,ib(e)),t}function O3(e){let t=x.useContext(sa);return rn(t,ib(e)),t}function cb(e){let t=O3(e),a=t.matches[t.matches.length-1];return rn(a.route.id,`${e} can only be used on routes that contain a unique "id"`),a.route.id}function z3(){return cb("useRouteId")}function D3(){let e=x.useContext(lb),t=M3("useRouteError"),a=cb("useRouteError");return e!==void 0?e:t.errors?.[a]}function P3(){let{router:e}=A3("useNavigate"),t=cb("useNavigate"),a=x.useRef(!1);return R2(()=>{a.current=!0}),x.useCallback(async(l,c={})=>{Vs(a.current,E2),a.current&&(typeof l=="number"?await e.navigate(l):await e.navigate(l,{fromRouteId:t,...c}))},[e,t])}var _j={};function O2(e,t,a){!t&&!_j[e]&&(_j[e]=!0,Vs(!1,a))}x.memo(L3);function L3({routes:e,manifest:t,future:a,state:o,isStatic:l,onError:c}){return A2(e,void 0,{manifest:t,state:o,isStatic:l,onError:c})}function I3({to:e,replace:t,state:a,relative:o}){rn(pi(),"<Navigate> may be used only in the context of a <Router> component.");let{static:l}=x.useContext(Es);Vs(!l,"<Navigate> must not be used on the initial render in a <StaticRouter>. This is a no-op, but you should modify your code so the <Navigate> is only ever rendered in response to some user interaction or state change.");let{matches:c}=x.useContext(sa),{pathname:d}=ss(),f=Pn(),m=Hf(e,ob(c),d,o==="path"),h=JSON.stringify(m);return x.useEffect(()=>{f(JSON.parse(h),{replace:t,state:a,relative:o})},[f,h,o,t,a]),null}function Dt(e){rn(!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 B3({basename:e="/",children:t=null,location:a,navigationType:o="POP",navigator:l,static:c=!1,useTransitions:d}){rn(!pi(),"You cannot render a <Router> inside another <Router>. You should never have more than one in your app.");let f=e.replace(/^\/*/,"/"),m=x.useMemo(()=>({basename:f,navigator:l,static:c,useTransitions:d,future:{}}),[f,l,c,d]);typeof a=="string"&&(a=di(a));let{pathname:h="/",search:g="",hash:b="",state:_=null,key:w="default",mask:S}=a,y=x.useMemo(()=>{let C=ar(h,f);return C==null?null:{location:{pathname:C,search:g,hash:b,state:_,key:w,mask:S},navigationType:o}},[f,h,g,b,_,w,o,S]);return Vs(y!=null,`<Router basename="${f}"> is not able to match the URL "${h}${g}${b}" because it does not start with the basename, so the <Router> won't render anything.`),y==null?null:x.createElement(Es.Provider,{value:m},x.createElement(Zc.Provider,{children:t,value:y}))}function z2({children:e,location:t}){return S3(mx(e),t)}function mx(e,t=[]){let a=[];return x.Children.forEach(e,(o,l)=>{if(!x.isValidElement(o))return;let c=[...t,l];if(o.type===x.Fragment){a.push.apply(a,mx(o.props.children,c));return}rn(o.type===Dt,`[${typeof o.type=="string"?o.type:o.type.name}] is not a <Route> component. All component children of <Routes> must be a <Route> or <React.Fragment>`),rn(!o.props.index||!o.props.children,"An index route cannot have child routes.");let d={id:o.props.id||c.join("-"),caseSensitive:o.props.caseSensitive,element:o.props.element,Component:o.props.Component,index:o.props.index,path:o.props.path,middleware:o.props.middleware,loader:o.props.loader,action:o.props.action,hydrateFallbackElement:o.props.hydrateFallbackElement,HydrateFallback:o.props.HydrateFallback,errorElement:o.props.errorElement,ErrorBoundary:o.props.ErrorBoundary,hasErrorBoundary:o.props.hasErrorBoundary===!0||o.props.ErrorBoundary!=null||o.props.errorElement!=null,shouldRevalidate:o.props.shouldRevalidate,handle:o.props.handle,lazy:o.props.lazy};o.props.children&&(d.children=mx(o.props.children,c)),a.push(d)}),a}var Jd="get",ef="application/x-www-form-urlencoded";function Vf(e){return typeof HTMLElement<"u"&&e instanceof HTMLElement}function U3(e){return Vf(e)&&e.tagName.toLowerCase()==="button"}function $3(e){return Vf(e)&&e.tagName.toLowerCase()==="form"}function H3(e){return Vf(e)&&e.tagName.toLowerCase()==="input"}function q3(e){return!!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)}function V3(e,t){return e.button===0&&(!t||t==="_self")&&!q3(e)}function gx(e=""){return new URLSearchParams(typeof e=="string"||Array.isArray(e)||e instanceof URLSearchParams?e:Object.keys(e).reduce((t,a)=>{let o=e[a];return t.concat(Array.isArray(o)?o.map(l=>[a,l]):[[a,o]])},[]))}function F3(e,t){let a=gx(e);return t&&t.forEach((o,l)=>{a.has(l)||t.getAll(l).forEach(c=>{a.append(l,c)})}),a}var Sd=null;function G3(){if(Sd===null)try{new FormData(document.createElement("form"),0),Sd=!1}catch{Sd=!0}return Sd}var Y3=new Set(["application/x-www-form-urlencoded","multipart/form-data","text/plain"]);function Wg(e){return e!=null&&!Y3.has(e)?(Vs(!1,`"${e}" is not a valid \`encType\` for \`<Form>\`/\`<fetcher.Form>\` and will default to "${ef}"`),null):e}function K3(e,t){let a,o,l,c,d;if($3(e)){let f=e.getAttribute("action");o=f?ar(f,t):null,a=e.getAttribute("method")||Jd,l=Wg(e.getAttribute("enctype"))||ef,c=new FormData(e)}else if(U3(e)||H3(e)&&(e.type==="submit"||e.type==="image")){let f=e.form;if(f==null)throw new Error('Cannot submit a <button> or <input type="submit"> without a <form>');let m=e.getAttribute("formaction")||f.getAttribute("action");if(o=m?ar(m,t):null,a=e.getAttribute("formmethod")||f.getAttribute("method")||Jd,l=Wg(e.getAttribute("formenctype"))||Wg(f.getAttribute("enctype"))||ef,c=new FormData(f,e),!G3()){let{name:h,type:g,value:b}=e;if(g==="image"){let _=h?`${h}.`:"";c.append(`${_}x`,"0"),c.append(`${_}y`,"0")}else h&&c.append(h,b)}}else{if(Vf(e))throw new Error('Cannot submit element that is not <form>, <button>, or <input type="submit|image">');a=Jd,o=null,l=ef,d=e}return c&&l==="text/plain"&&(d=c,c=void 0),{action:o,method:a.toLowerCase(),encType:l,formData:c,body:d}}Object.getOwnPropertyNames(Object.prototype).sort().join("\0");function ub(e,t){if(e===!1||e===null||typeof e>"u")throw new Error(t)}function D2(e,t,a,o){let l=typeof e=="string"?new URL(e,typeof window>"u"?"server://singlefetch/":window.location.origin):e;return a?l.pathname.endsWith("/")?l.pathname=`${l.pathname}_.${o}`:l.pathname=`${l.pathname}.${o}`:l.pathname==="/"?l.pathname=`_root.${o}`:t&&ar(l.pathname,t)==="/"?l.pathname=`${df(t)}/_root.${o}`:l.pathname=`${df(l.pathname)}.${o}`,l}async function X3(e,t){if(e.id in t)return t[e.id];try{let a=await import(e.module);return t[e.id]=a,a}catch(a){return console.error(`Error loading route module \`${e.module}\`, reloading page...`),console.error(a),window.__reactRouterContext&&window.__reactRouterContext.isSpaMode,window.location.reload(),new Promise(()=>{})}}function Q3(e){return e==null?!1:e.href==null?e.rel==="preload"&&typeof e.imageSrcSet=="string"&&typeof e.imageSizes=="string":typeof e.rel=="string"&&typeof e.href=="string"}async function W3(e,t,a){let o=await Promise.all(e.map(async l=>{let c=t.routes[l.route.id];if(c){let d=await X3(c,a);return d.links?d.links():[]}return[]}));return tA(o.flat(1).filter(Q3).filter(l=>l.rel==="stylesheet"||l.rel==="preload").map(l=>l.rel==="stylesheet"?{...l,rel:"prefetch",as:"style"}:{...l,rel:"prefetch"}))}function vj(e,t,a,o,l,c){let d=(m,h)=>a[h]?m.route.id!==a[h].route.id:!0,f=(m,h)=>a[h].pathname!==m.pathname||a[h].route.path?.endsWith("*")&&a[h].params["*"]!==m.params["*"];return c==="assets"?t.filter((m,h)=>d(m,h)||f(m,h)):c==="data"?t.filter((m,h)=>{let g=o.routes[m.route.id];if(!g||!g.hasLoader)return!1;if(d(m,h)||f(m,h))return!0;if(m.route.shouldRevalidate){let b=m.route.shouldRevalidate({currentUrl:new URL(l.pathname+l.search+l.hash,window.origin),currentParams:a[0]?.params||{},nextUrl:new URL(e,window.origin),nextParams:m.params,defaultShouldRevalidate:!0});if(typeof b=="boolean")return b}return!0}):[]}function Z3(e,t,{includeHydrateFallback:a}={}){return J3(e.map(o=>{let l=t.routes[o.route.id];if(!l)return[];let c=[l.module];return l.clientActionModule&&(c=c.concat(l.clientActionModule)),l.clientLoaderModule&&(c=c.concat(l.clientLoaderModule)),a&&l.hydrateFallbackModule&&(c=c.concat(l.hydrateFallbackModule)),l.imports&&(c=c.concat(l.imports)),c}).flat(1))}function J3(e){return[...new Set(e)]}function eA(e){let t={},a=Object.keys(e).sort();for(let o of a)t[o]=e[o];return t}function tA(e,t){let a=new Set;return new Set(t),e.reduce((o,l)=>{let c=JSON.stringify(eA(l));return a.has(c)||(a.add(c),o.push({key:c,link:l})),o},[])}function db(){let e=x.useContext(fi);return ub(e,"You must render this element inside a <DataRouterContext.Provider> element"),e}function nA(){let e=x.useContext(qf);return ub(e,"You must render this element inside a <DataRouterStateContext.Provider> element"),e}var fb=x.createContext(void 0);fb.displayName="FrameworkContext";function Ff(){let e=x.useContext(fb);return ub(e,"You must render this element inside a <HydratedRouter> element"),e}function sA(e,t){let a=x.useContext(fb),[o,l]=x.useState(!1),[c,d]=x.useState(!1),{onFocus:f,onBlur:m,onMouseEnter:h,onMouseLeave:g,onTouchStart:b}=t,_=x.useRef(null);x.useEffect(()=>{if(e==="render"&&d(!0),e==="viewport"){let y=N=>{N.forEach(j=>{d(j.isIntersecting)})},C=new IntersectionObserver(y,{threshold:.5});return _.current&&C.observe(_.current),()=>{C.disconnect()}}},[e]),x.useEffect(()=>{if(o){let y=setTimeout(()=>{d(!0)},100);return()=>{clearTimeout(y)}}},[o]);let w=()=>{l(!0)},S=()=>{l(!1),d(!1)};return a?e!=="intent"?[c,_,{}]:[c,_,{onFocus:dc(f,w),onBlur:dc(m,S),onMouseEnter:dc(h,w),onMouseLeave:dc(g,S),onTouchStart:dc(b,w)}]:[!1,_,{}]}function dc(e,t){return a=>{e&&e(a),a.defaultPrevented||t(a)}}function aA({page:e,...t}){let a=h3(),{nonce:o}=Ff(),{router:l}=db(),c=x.useMemo(()=>h2(l.routes,e,l.basename),[l.routes,e,l.basename]);return c?(t.nonce==null&&o&&(t={...t,nonce:o}),a?x.createElement(oA,{page:e,matches:c,...t}):x.createElement(lA,{page:e,matches:c,...t})):null}function rA(e){let{manifest:t,routeModules:a}=Ff(),[o,l]=x.useState([]);return x.useEffect(()=>{let c=!1;return W3(e,t,a).then(d=>{c||l(d)}),()=>{c=!0}},[e,t,a]),o}function oA({page:e,matches:t,...a}){let o=ss(),{future:l}=Ff(),{basename:c}=db(),d=x.useMemo(()=>{if(e===o.pathname+o.search+o.hash)return[];let f=D2(e,c,l.v8_trailingSlashAwareDataRequests,"rsc"),m=!1,h=[];for(let g of t)typeof g.route.shouldRevalidate=="function"?m=!0:h.push(g.route.id);return m&&h.length>0&&f.searchParams.set("_routes",h.join(",")),[f.pathname+f.search]},[c,l.v8_trailingSlashAwareDataRequests,e,o,t]);return x.createElement(x.Fragment,null,d.map(f=>x.createElement("link",{key:f,rel:"prefetch",as:"fetch",href:f,...a})))}function lA({page:e,matches:t,...a}){let o=ss(),{future:l,manifest:c,routeModules:d}=Ff(),{basename:f}=db(),{loaderData:m,matches:h}=nA(),g=x.useMemo(()=>vj(e,t,h,c,o,"data"),[e,t,h,c,o]),b=x.useMemo(()=>vj(e,t,h,c,o,"assets"),[e,t,h,c,o]),_=x.useMemo(()=>{if(e===o.pathname+o.search+o.hash)return[];let y=new Set,C=!1;if(t.forEach(j=>{let E=c.routes[j.route.id];!E||!E.hasLoader||(!g.some(R=>R.route.id===j.route.id)&&j.route.id in m&&d[j.route.id]?.shouldRevalidate||E.hasClientLoader?C=!0:y.add(j.route.id))}),y.size===0)return[];let N=D2(e,f,l.v8_trailingSlashAwareDataRequests,"data");return C&&y.size>0&&N.searchParams.set("_routes",t.filter(j=>y.has(j.route.id)).map(j=>j.route.id).join(",")),[N.pathname+N.search]},[f,l.v8_trailingSlashAwareDataRequests,m,o,c,g,t,e,d]),w=x.useMemo(()=>Z3(b,c),[b,c]),S=rA(b);return x.createElement(x.Fragment,null,_.map(y=>x.createElement("link",{key:y,rel:"prefetch",as:"fetch",href:y,...a})),w.map(y=>x.createElement("link",{key:y,rel:"modulepreload",href:y,...a})),S.map(({key:y,link:C})=>x.createElement("link",{key:y,nonce:a.nonce,...C,crossOrigin:C.crossOrigin??a.crossOrigin})))}function iA(...e){return t=>{e.forEach(a=>{typeof a=="function"?a(t):a!=null&&(a.current=t)})}}var cA=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u";try{cA&&(window.__reactRouterVersion="7.18.1")}catch{}function uA({basename:e,children:t,useTransitions:a,window:o}){let l=x.useRef();l.current==null&&(l.current=H5({window:o,v5Compat:!0}));let c=l.current,[d,f]=x.useState({action:c.action,location:c.location}),m=x.useCallback(h=>{a===!1?f(h):x.startTransition(()=>f(h))},[a]);return x.useLayoutEffect(()=>c.listen(m),[c,m]),x.createElement(B3,{basename:e,children:t,location:d.location,navigationType:d.action,navigator:c,useTransitions:a})}var Gf=x.forwardRef(function({onClick:t,discover:a="render",prefetch:o="none",relative:l,reloadDocument:c,replace:d,mask:f,state:m,target:h,to:g,preventScrollReset:b,viewTransition:_,defaultShouldRevalidate:w,...S},y){let{basename:C,navigator:N,useTransitions:j}=x.useContext(Es),E=typeof g=="string"&&rb.test(g),R=w2(g,C);g=R.to;let A=w3(g,{relative:l}),T=ss(),z=null;if(f){let F=Hf(f,[],T.mask?T.mask.pathname:"/",!0);C!=="/"&&(F.pathname=F.pathname==="/"?C:ta([C,F.pathname])),z=N.createHref(F)}let[O,P,L]=sA(o,S),U=pA(g,{replace:d,mask:f,state:m,target:h,preventScrollReset:b,relative:l,viewTransition:_,defaultShouldRevalidate:w,useTransitions:j});function D(F){t&&t(F),F.defaultPrevented||U(F)}let I=!(R.isExternal||c),$=x.createElement("a",{...S,...L,href:(I?z:void 0)||R.absoluteURL||A,onClick:I?D:t,ref:iA(y,P),target:h,"data-discover":!E&&a==="render"?"true":void 0});return O&&!E?x.createElement(x.Fragment,null,$,x.createElement(aA,{page:A})):$});Gf.displayName="Link";var ff=x.forwardRef(function({"aria-current":t="page",caseSensitive:a=!1,className:o="",end:l=!1,style:c,to:d,viewTransition:f,children:m,...h},g){let b=Jc(d,{relative:h.relative}),_=ss(),w=x.useContext(qf),{navigator:S,basename:y}=x.useContext(Es),C=w!=null&&bA(b)&&f===!0,N=S.encodeLocation?S.encodeLocation(b).pathname:b.pathname,j=_.pathname,E=w&&w.navigation&&w.navigation.location?w.navigation.location.pathname:null;a||(j=j.toLowerCase(),E=E?E.toLowerCase():null,N=N.toLowerCase()),E&&y&&(E=ar(E,y)||E);const R=N!=="/"&&N.endsWith("/")?N.length-1:N.length;let A=j===N||!l&&j.startsWith(N)&&j.charAt(R)==="/",T=E!=null&&(E===N||!l&&E.startsWith(N)&&E.charAt(N.length)==="/"),z={isActive:A,isPending:T,isTransitioning:C},O=A?t:void 0,P;typeof o=="function"?P=o(z):P=[o,A?"active":null,T?"pending":null,C?"transitioning":null].filter(Boolean).join(" ");let L=typeof c=="function"?c(z):c;return x.createElement(Gf,{...h,"aria-current":O,className:P,ref:g,style:L,to:d,viewTransition:f},typeof m=="function"?m(z):m)});ff.displayName="NavLink";var dA=x.forwardRef(({discover:e="render",fetcherKey:t,navigate:a,reloadDocument:o,replace:l,state:c,method:d=Jd,action:f,onSubmit:m,relative:h,preventScrollReset:g,viewTransition:b,defaultShouldRevalidate:_,...w},S)=>{let{useTransitions:y}=x.useContext(Es),C=hA(),N=xA(f,{relative:h}),j=d.toLowerCase()==="get"?"get":"post",E=typeof f=="string"&&rb.test(f),R=A=>{if(m&&m(A),A.defaultPrevented)return;A.preventDefault();let T=A.nativeEvent.submitter,z=T?.getAttribute("formmethod")||d,O=()=>C(T||A.currentTarget,{fetcherKey:t,method:z,navigate:a,replace:l,state:c,relative:h,preventScrollReset:g,viewTransition:b,defaultShouldRevalidate:_});y&&a!==!1?x.startTransition(()=>O()):O()};return x.createElement("form",{ref:S,method:j,action:N,onSubmit:o?m:R,...w,"data-discover":!E&&e==="render"?"true":void 0})});dA.displayName="Form";function fA(e){return`${e} must be used within a data router. See https://reactrouter.com/en/main/routers/picking-a-router.`}function P2(e){let t=x.useContext(fi);return rn(t,fA(e)),t}function pA(e,{target:t,replace:a,mask:o,state:l,preventScrollReset:c,relative:d,viewTransition:f,defaultShouldRevalidate:m,useTransitions:h}={}){let g=Pn(),b=ss(),_=Jc(e,{relative:d});return x.useCallback(w=>{if(V3(w,t)){w.preventDefault();let S=a!==void 0?a:Bc(b)===Bc(_),y=()=>g(e,{replace:S,mask:o,state:l,preventScrollReset:c,relative:d,viewTransition:f,defaultShouldRevalidate:m});h?x.startTransition(()=>y()):y()}},[b,g,_,a,o,l,t,e,c,d,f,m,h])}function Fo(e){Vs(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 t=x.useRef(gx(e)),a=x.useRef(!1),o=ss(),l=x.useMemo(()=>F3(o.search,a.current?null:t.current),[o.search]),c=Pn(),d=x.useCallback((f,m)=>{const h=gx(typeof f=="function"?f(new URLSearchParams(l)):f);a.current=!0,c("?"+h,m)},[c,l]);return[l,d]}var mA=0,gA=()=>`__${String(++mA)}__`;function hA(){let{router:e}=P2("useSubmit"),{basename:t}=x.useContext(Es),a=z3(),o=e.fetch,l=e.navigate;return x.useCallback(async(c,d={})=>{let{action:f,method:m,encType:h,formData:g,body:b}=K3(c,t);if(d.navigate===!1){let _=d.fetcherKey||gA();await o(_,a,d.action||f,{defaultShouldRevalidate:d.defaultShouldRevalidate,preventScrollReset:d.preventScrollReset,formData:g,body:b,formMethod:d.method||m,formEncType:d.encType||h,flushSync:d.flushSync})}else await l(d.action||f,{defaultShouldRevalidate:d.defaultShouldRevalidate,preventScrollReset:d.preventScrollReset,formData:g,body:b,formMethod:d.method||m,formEncType:d.encType||h,replace:d.replace,state:d.state,fromRouteId:a,flushSync:d.flushSync,viewTransition:d.viewTransition})},[o,l,t,a])}function xA(e,{relative:t}={}){let{basename:a}=x.useContext(Es),o=x.useContext(sa);rn(o,"useFormAction must be used inside a RouteContext");let[l]=o.matches.slice(-1),c={...Jc(e||".",{relative:t})},d=ss();if(e==null){c.search=d.search;let f=new URLSearchParams(c.search),m=f.getAll("index");if(m.some(g=>g==="")){f.delete("index"),m.filter(b=>b).forEach(b=>f.append("index",b));let g=f.toString();c.search=g?`?${g}`:""}}return(!e||e===".")&&l.route.index&&(c.search=c.search?c.search.replace(/^\?/,"?index&"):"?index"),a!=="/"&&(c.pathname=c.pathname==="/"?a:ta([a,c.pathname])),Bc(c)}function bA(e,{relative:t}={}){let a=x.useContext(C2);rn(a!=null,"`useViewTransitionState` must be used within `react-router-dom`'s `RouterProvider`. Did you accidentally import `RouterProvider` from `react-router`?");let{basename:o}=P2("useViewTransitionState"),l=Jc(e,{relative:t});if(!a.isTransitioning)return!1;let c=ar(a.currentLocation.pathname,o)||a.currentLocation.pathname,d=ar(a.nextLocation.pathname,o)||a.nextLocation.pathname;return uf(l.pathname,d)!=null||uf(l.pathname,c)!=null}var Fs=m2();/**
61
+ * @license lucide-react v0.469.0 - ISC
62
+ *
63
+ * This source code is licensed under the ISC license.
64
+ * See the LICENSE file in the root directory of this source tree.
65
+ */const _A=e=>e.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase(),L2=(...e)=>e.filter((t,a,o)=>!!t&&t.trim()!==""&&o.indexOf(t)===a).join(" ").trim();/**
66
+ * @license lucide-react v0.469.0 - ISC
67
+ *
68
+ * This source code is licensed under the ISC license.
69
+ * See the LICENSE file in the root directory of this source tree.
70
+ */var vA={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"};/**
71
+ * @license lucide-react v0.469.0 - ISC
72
+ *
73
+ * This source code is licensed under the ISC license.
74
+ * See the LICENSE file in the root directory of this source tree.
75
+ */const yA=x.forwardRef(({color:e="currentColor",size:t=24,strokeWidth:a=2,absoluteStrokeWidth:o,className:l="",children:c,iconNode:d,...f},m)=>x.createElement("svg",{ref:m,...vA,width:t,height:t,stroke:e,strokeWidth:o?Number(a)*24/Number(t):a,className:L2("lucide",l),...f},[...d.map(([h,g])=>x.createElement(h,g)),...Array.isArray(c)?c:[c]]));/**
76
+ * @license lucide-react v0.469.0 - ISC
77
+ *
78
+ * This source code is licensed under the ISC license.
79
+ * See the LICENSE file in the root directory of this source tree.
80
+ */const xe=(e,t)=>{const a=x.forwardRef(({className:o,...l},c)=>x.createElement(yA,{ref:c,iconNode:t,className:L2(`lucide-${_A(e)}`,o),...l}));return a.displayName=`${e}`,a};/**
81
+ * @license lucide-react v0.469.0 - ISC
82
+ *
83
+ * This source code is licensed under the ISC license.
84
+ * See the LICENSE file in the root directory of this source tree.
85
+ */const Yf=xe("Activity",[["path",{d:"M22 12h-2.48a2 2 0 0 0-1.93 1.46l-2.35 8.36a.25.25 0 0 1-.48 0L9.24 2.18a.25.25 0 0 0-.48 0l-2.35 8.36A2 2 0 0 1 4.49 12H2",key:"169zse"}]]);/**
86
+ * @license lucide-react v0.469.0 - ISC
87
+ *
88
+ * This source code is licensed under the ISC license.
89
+ * See the LICENSE file in the root directory of this source tree.
90
+ */const I2=xe("ArrowDownLeft",[["path",{d:"M17 7 7 17",key:"15tmo1"}],["path",{d:"M17 17H7V7",key:"1org7z"}]]);/**
91
+ * @license lucide-react v0.469.0 - ISC
92
+ *
93
+ * This source code is licensed under the ISC license.
94
+ * See the LICENSE file in the root directory of this source tree.
95
+ */const jA=xe("ArrowLeft",[["path",{d:"m12 19-7-7 7-7",key:"1l729n"}],["path",{d:"M19 12H5",key:"x3x0zl"}]]);/**
96
+ * @license lucide-react v0.469.0 - ISC
97
+ *
98
+ * This source code is licensed under the ISC license.
99
+ * See the LICENSE file in the root directory of this source tree.
100
+ */const B2=xe("ArrowRight",[["path",{d:"M5 12h14",key:"1ays0h"}],["path",{d:"m12 5 7 7-7 7",key:"xquz4c"}]]);/**
101
+ * @license lucide-react v0.469.0 - ISC
102
+ *
103
+ * This source code is licensed under the ISC license.
104
+ * See the LICENSE file in the root directory of this source tree.
105
+ */const U2=xe("ArrowUpRight",[["path",{d:"M7 7h10v10",key:"1tivn9"}],["path",{d:"M7 17 17 7",key:"1vkiza"}]]);/**
106
+ * @license lucide-react v0.469.0 - ISC
107
+ *
108
+ * This source code is licensed under the ISC license.
109
+ * See the LICENSE file in the root directory of this source tree.
110
+ */const wA=xe("ArrowUp",[["path",{d:"m5 12 7-7 7 7",key:"hav0vg"}],["path",{d:"M12 19V5",key:"x0mq9r"}]]);/**
111
+ * @license lucide-react v0.469.0 - ISC
112
+ *
113
+ * This source code is licensed under the ISC license.
114
+ * See the LICENSE file in the root directory of this source tree.
115
+ */const kA=xe("Ban",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m4.9 4.9 14.2 14.2",key:"1m5liu"}]]);/**
116
+ * @license lucide-react v0.469.0 - ISC
117
+ *
118
+ * This source code is licensed under the ISC license.
119
+ * See the LICENSE file in the root directory of this source tree.
120
+ */const SA=xe("BookOpen",[["path",{d:"M12 7v14",key:"1akyts"}],["path",{d:"M3 18a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h5a4 4 0 0 1 4 4 4 4 0 0 1 4-4h5a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-6a3 3 0 0 0-3 3 3 3 0 0 0-3-3z",key:"ruj8y"}]]);/**
121
+ * @license lucide-react v0.469.0 - ISC
122
+ *
123
+ * This source code is licensed under the ISC license.
124
+ * See the LICENSE file in the root directory of this source tree.
125
+ */const cn=xe("Bot",[["path",{d:"M12 8V4H8",key:"hb8ula"}],["rect",{width:"16",height:"12",x:"4",y:"8",rx:"2",key:"enze0r"}],["path",{d:"M2 14h2",key:"vft8re"}],["path",{d:"M20 14h2",key:"4cs60a"}],["path",{d:"M15 13v2",key:"1xurst"}],["path",{d:"M9 13v2",key:"rq6x2g"}]]);/**
126
+ * @license lucide-react v0.469.0 - ISC
127
+ *
128
+ * This source code is licensed under the ISC license.
129
+ * See the LICENSE file in the root directory of this source tree.
130
+ */const CA=xe("Boxes",[["path",{d:"M2.97 12.92A2 2 0 0 0 2 14.63v3.24a2 2 0 0 0 .97 1.71l3 1.8a2 2 0 0 0 2.06 0L12 19v-5.5l-5-3-4.03 2.42Z",key:"lc1i9w"}],["path",{d:"m7 16.5-4.74-2.85",key:"1o9zyk"}],["path",{d:"m7 16.5 5-3",key:"va8pkn"}],["path",{d:"M7 16.5v5.17",key:"jnp8gn"}],["path",{d:"M12 13.5V19l3.97 2.38a2 2 0 0 0 2.06 0l3-1.8a2 2 0 0 0 .97-1.71v-3.24a2 2 0 0 0-.97-1.71L17 10.5l-5 3Z",key:"8zsnat"}],["path",{d:"m17 16.5-5-3",key:"8arw3v"}],["path",{d:"m17 16.5 4.74-2.85",key:"8rfmw"}],["path",{d:"M17 16.5v5.17",key:"k6z78m"}],["path",{d:"M7.97 4.42A2 2 0 0 0 7 6.13v4.37l5 3 5-3V6.13a2 2 0 0 0-.97-1.71l-3-1.8a2 2 0 0 0-2.06 0l-3 1.8Z",key:"1xygjf"}],["path",{d:"M12 8 7.26 5.15",key:"1vbdud"}],["path",{d:"m12 8 4.74-2.85",key:"3rx089"}],["path",{d:"M12 13.5V8",key:"1io7kd"}]]);/**
131
+ * @license lucide-react v0.469.0 - ISC
132
+ *
133
+ * This source code is licensed under the ISC license.
134
+ * See the LICENSE file in the root directory of this source tree.
135
+ */const NA=xe("Braces",[["path",{d:"M8 3H7a2 2 0 0 0-2 2v5a2 2 0 0 1-2 2 2 2 0 0 1 2 2v5c0 1.1.9 2 2 2h1",key:"ezmyqa"}],["path",{d:"M16 21h1a2 2 0 0 0 2-2v-5c0-1.1.9-2 2-2a2 2 0 0 1-2-2V5a2 2 0 0 0-2-2h-1",key:"e1hn23"}]]);/**
136
+ * @license lucide-react v0.469.0 - ISC
137
+ *
138
+ * This source code is licensed under the ISC license.
139
+ * See the LICENSE file in the root directory of this source tree.
140
+ */const pf=xe("Brain",[["path",{d:"M12 5a3 3 0 1 0-5.997.125 4 4 0 0 0-2.526 5.77 4 4 0 0 0 .556 6.588A4 4 0 1 0 12 18Z",key:"l5xja"}],["path",{d:"M12 5a3 3 0 1 1 5.997.125 4 4 0 0 1 2.526 5.77 4 4 0 0 1-.556 6.588A4 4 0 1 1 12 18Z",key:"ep3f8r"}],["path",{d:"M15 13a4.5 4.5 0 0 1-3-4 4.5 4.5 0 0 1-3 4",key:"1p4c4q"}],["path",{d:"M17.599 6.5a3 3 0 0 0 .399-1.375",key:"tmeiqw"}],["path",{d:"M6.003 5.125A3 3 0 0 0 6.401 6.5",key:"105sqy"}],["path",{d:"M3.477 10.896a4 4 0 0 1 .585-.396",key:"ql3yin"}],["path",{d:"M19.938 10.5a4 4 0 0 1 .585.396",key:"1qfode"}],["path",{d:"M6 18a4 4 0 0 1-1.967-.516",key:"2e4loj"}],["path",{d:"M19.967 17.484A4 4 0 0 1 18 18",key:"159ez6"}]]);/**
141
+ * @license lucide-react v0.469.0 - ISC
142
+ *
143
+ * This source code is licensed under the ISC license.
144
+ * See the LICENSE file in the root directory of this source tree.
145
+ */const pb=xe("Briefcase",[["path",{d:"M16 20V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16",key:"jecpp"}],["rect",{width:"20",height:"14",x:"2",y:"6",rx:"2",key:"i6l2r4"}]]);/**
146
+ * @license lucide-react v0.469.0 - ISC
147
+ *
148
+ * This source code is licensed under the ISC license.
149
+ * See the LICENSE file in the root directory of this source tree.
150
+ */const EA=xe("Building2",[["path",{d:"M6 22V4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v18Z",key:"1b4qmf"}],["path",{d:"M6 12H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h2",key:"i71pzd"}],["path",{d:"M18 9h2a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2h-2",key:"10jefs"}],["path",{d:"M10 6h4",key:"1itunk"}],["path",{d:"M10 10h4",key:"tcdvrf"}],["path",{d:"M10 14h4",key:"kelpxr"}],["path",{d:"M10 18h4",key:"1ulq68"}]]);/**
151
+ * @license lucide-react v0.469.0 - ISC
152
+ *
153
+ * This source code is licensed under the ISC license.
154
+ * See the LICENSE file in the root directory of this source tree.
155
+ */const RA=xe("Cable",[["path",{d:"M17 21v-2a1 1 0 0 1-1-1v-1a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1",key:"10bnsj"}],["path",{d:"M19 15V6.5a1 1 0 0 0-7 0v11a1 1 0 0 1-7 0V9",key:"1eqmu1"}],["path",{d:"M21 21v-2h-4",key:"14zm7j"}],["path",{d:"M3 5h4V3",key:"z442eg"}],["path",{d:"M7 5a1 1 0 0 1 1 1v1a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6a1 1 0 0 1 1-1V3",key:"ebdjd7"}]]);/**
156
+ * @license lucide-react v0.469.0 - ISC
157
+ *
158
+ * This source code is licensed under the ISC license.
159
+ * See the LICENSE file in the root directory of this source tree.
160
+ */const Gr=xe("Check",[["path",{d:"M20 6 9 17l-5-5",key:"1gmf2c"}]]);/**
161
+ * @license lucide-react v0.469.0 - ISC
162
+ *
163
+ * This source code is licensed under the ISC license.
164
+ * See the LICENSE file in the root directory of this source tree.
165
+ */const hs=xe("ChevronDown",[["path",{d:"m6 9 6 6 6-6",key:"qrunsl"}]]);/**
166
+ * @license lucide-react v0.469.0 - ISC
167
+ *
168
+ * This source code is licensed under the ISC license.
169
+ * See the LICENSE file in the root directory of this source tree.
170
+ */const TA=xe("ChevronLeft",[["path",{d:"m15 18-6-6 6-6",key:"1wnfg3"}]]);/**
171
+ * @license lucide-react v0.469.0 - ISC
172
+ *
173
+ * This source code is licensed under the ISC license.
174
+ * See the LICENSE file in the root directory of this source tree.
175
+ */const Xr=xe("ChevronRight",[["path",{d:"m9 18 6-6-6-6",key:"mthhwq"}]]);/**
176
+ * @license lucide-react v0.469.0 - ISC
177
+ *
178
+ * This source code is licensed under the ISC license.
179
+ * See the LICENSE file in the root directory of this source tree.
180
+ */const mb=xe("ChevronUp",[["path",{d:"m18 15-6-6-6 6",key:"153udz"}]]);/**
181
+ * @license lucide-react v0.469.0 - ISC
182
+ *
183
+ * This source code is licensed under the ISC license.
184
+ * See the LICENSE file in the root directory of this source tree.
185
+ */const AA=xe("ChevronsUpDown",[["path",{d:"m7 15 5 5 5-5",key:"1hf1tw"}],["path",{d:"m7 9 5-5 5 5",key:"sgt6xg"}]]);/**
186
+ * @license lucide-react v0.469.0 - ISC
187
+ *
188
+ * This source code is licensed under the ISC license.
189
+ * See the LICENSE file in the root directory of this source tree.
190
+ */const MA=xe("CircleAlert",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["line",{x1:"12",x2:"12",y1:"8",y2:"12",key:"1pkeuh"}],["line",{x1:"12",x2:"12.01",y1:"16",y2:"16",key:"4dfq90"}]]);/**
191
+ * @license lucide-react v0.469.0 - ISC
192
+ *
193
+ * This source code is licensed under the ISC license.
194
+ * See the LICENSE file in the root directory of this source tree.
195
+ */const gb=xe("CircleCheck",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]]);/**
196
+ * @license lucide-react v0.469.0 - ISC
197
+ *
198
+ * This source code is licensed under the ISC license.
199
+ * See the LICENSE file in the root directory of this source tree.
200
+ */const OA=xe("CircleDot",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}]]);/**
201
+ * @license lucide-react v0.469.0 - ISC
202
+ *
203
+ * This source code is licensed under the ISC license.
204
+ * See the LICENSE file in the root directory of this source tree.
205
+ */const zA=xe("CircleHelp",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3",key:"1u773s"}],["path",{d:"M12 17h.01",key:"p32p05"}]]);/**
206
+ * @license lucide-react v0.469.0 - ISC
207
+ *
208
+ * This source code is licensed under the ISC license.
209
+ * See the LICENSE file in the root directory of this source tree.
210
+ */const $2=xe("CircleX",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m15 9-6 6",key:"1uzhvr"}],["path",{d:"m9 9 6 6",key:"z0biqf"}]]);/**
211
+ * @license lucide-react v0.469.0 - ISC
212
+ *
213
+ * This source code is licensed under the ISC license.
214
+ * See the LICENSE file in the root directory of this source tree.
215
+ */const DA=xe("ClipboardList",[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1",key:"tgr4d6"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2",key:"116196"}],["path",{d:"M12 11h4",key:"1jrz19"}],["path",{d:"M12 16h4",key:"n85exb"}],["path",{d:"M8 11h.01",key:"1dfujw"}],["path",{d:"M8 16h.01",key:"18s6g9"}]]);/**
216
+ * @license lucide-react v0.469.0 - ISC
217
+ *
218
+ * This source code is licensed under the ISC license.
219
+ * See the LICENSE file in the root directory of this source tree.
220
+ */const H2=xe("Clock",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 16 14",key:"68esgv"}]]);/**
221
+ * @license lucide-react v0.469.0 - ISC
222
+ *
223
+ * This source code is licensed under the ISC license.
224
+ * See the LICENSE file in the root directory of this source tree.
225
+ */const PA=xe("Cloud",[["path",{d:"M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z",key:"p7xjir"}]]);/**
226
+ * @license lucide-react v0.469.0 - ISC
227
+ *
228
+ * This source code is licensed under the ISC license.
229
+ * See the LICENSE file in the root directory of this source tree.
230
+ */const LA=xe("CodeXml",[["path",{d:"m18 16 4-4-4-4",key:"1inbqp"}],["path",{d:"m6 8-4 4 4 4",key:"15zrgr"}],["path",{d:"m14.5 4-5 16",key:"e7oirm"}]]);/**
231
+ * @license lucide-react v0.469.0 - ISC
232
+ *
233
+ * This source code is licensed under the ISC license.
234
+ * See the LICENSE file in the root directory of this source tree.
235
+ */const IA=xe("Columns2",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M12 3v18",key:"108xh3"}]]);/**
236
+ * @license lucide-react v0.469.0 - ISC
237
+ *
238
+ * This source code is licensed under the ISC license.
239
+ * See the LICENSE file in the root directory of this source tree.
240
+ */const BA=xe("Construction",[["rect",{x:"2",y:"6",width:"20",height:"8",rx:"1",key:"1estib"}],["path",{d:"M17 14v7",key:"7m2elx"}],["path",{d:"M7 14v7",key:"1cm7wv"}],["path",{d:"M17 3v3",key:"1v4jwn"}],["path",{d:"M7 3v3",key:"7o6guu"}],["path",{d:"M10 14 2.3 6.3",key:"1023jk"}],["path",{d:"m14 6 7.7 7.7",key:"1s8pl2"}],["path",{d:"m8 6 8 8",key:"hl96qh"}]]);/**
241
+ * @license lucide-react v0.469.0 - ISC
242
+ *
243
+ * This source code is licensed under the ISC license.
244
+ * See the LICENSE file in the root directory of this source tree.
245
+ */const Ao=xe("Copy",[["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2",key:"17jyea"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2",key:"zix9uf"}]]);/**
246
+ * @license lucide-react v0.469.0 - ISC
247
+ *
248
+ * This source code is licensed under the ISC license.
249
+ * See the LICENSE file in the root directory of this source tree.
250
+ */const UA=xe("CornerDownLeft",[["polyline",{points:"9 10 4 15 9 20",key:"r3jprv"}],["path",{d:"M20 4v7a4 4 0 0 1-4 4H4",key:"6o5b7l"}]]);/**
251
+ * @license lucide-react v0.469.0 - ISC
252
+ *
253
+ * This source code is licensed under the ISC license.
254
+ * See the LICENSE file in the root directory of this source tree.
255
+ */const $A=xe("CornerDownRight",[["polyline",{points:"15 10 20 15 15 20",key:"1q7qjw"}],["path",{d:"M4 4v7a4 4 0 0 0 4 4h12",key:"z08zvw"}]]);/**
256
+ * @license lucide-react v0.469.0 - ISC
257
+ *
258
+ * This source code is licensed under the ISC license.
259
+ * See the LICENSE file in the root directory of this source tree.
260
+ */const hb=xe("Cpu",[["rect",{width:"16",height:"16",x:"4",y:"4",rx:"2",key:"14l7u7"}],["rect",{width:"6",height:"6",x:"9",y:"9",rx:"1",key:"5aljv4"}],["path",{d:"M15 2v2",key:"13l42r"}],["path",{d:"M15 20v2",key:"15mkzm"}],["path",{d:"M2 15h2",key:"1gxd5l"}],["path",{d:"M2 9h2",key:"1bbxkp"}],["path",{d:"M20 15h2",key:"19e6y8"}],["path",{d:"M20 9h2",key:"19tzq7"}],["path",{d:"M9 2v2",key:"165o2o"}],["path",{d:"M9 20v2",key:"i2bqo8"}]]);/**
261
+ * @license lucide-react v0.469.0 - ISC
262
+ *
263
+ * This source code is licensed under the ISC license.
264
+ * See the LICENSE file in the root directory of this source tree.
265
+ */const ya=xe("Crown",[["path",{d:"M11.562 3.266a.5.5 0 0 1 .876 0L15.39 8.87a1 1 0 0 0 1.516.294L21.183 5.5a.5.5 0 0 1 .798.519l-2.834 10.246a1 1 0 0 1-.956.734H5.81a1 1 0 0 1-.957-.734L2.02 6.02a.5.5 0 0 1 .798-.519l4.276 3.664a1 1 0 0 0 1.516-.294z",key:"1vdc57"}],["path",{d:"M5 21h14",key:"11awu3"}]]);/**
266
+ * @license lucide-react v0.469.0 - ISC
267
+ *
268
+ * This source code is licensed under the ISC license.
269
+ * See the LICENSE file in the root directory of this source tree.
270
+ */const q2=xe("Database",[["ellipse",{cx:"12",cy:"5",rx:"9",ry:"3",key:"msslwz"}],["path",{d:"M3 5V19A9 3 0 0 0 21 19V5",key:"1wlel7"}],["path",{d:"M3 12A9 3 0 0 0 21 12",key:"mv7ke4"}]]);/**
271
+ * @license lucide-react v0.469.0 - ISC
272
+ *
273
+ * This source code is licensed under the ISC license.
274
+ * See the LICENSE file in the root directory of this source tree.
275
+ */const HA=xe("Download",[["path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4",key:"ih7n3h"}],["polyline",{points:"7 10 12 15 17 10",key:"2ggqvy"}],["line",{x1:"12",x2:"12",y1:"15",y2:"3",key:"1vk2je"}]]);/**
276
+ * @license lucide-react v0.469.0 - ISC
277
+ *
278
+ * This source code is licensed under the ISC license.
279
+ * See the LICENSE file in the root directory of this source tree.
280
+ */const qA=xe("Eraser",[["path",{d:"m7 21-4.3-4.3c-1-1-1-2.5 0-3.4l9.6-9.6c1-1 2.5-1 3.4 0l5.6 5.6c1 1 1 2.5 0 3.4L13 21",key:"182aya"}],["path",{d:"M22 21H7",key:"t4ddhn"}],["path",{d:"m5 11 9 9",key:"1mo9qw"}]]);/**
281
+ * @license lucide-react v0.469.0 - ISC
282
+ *
283
+ * This source code is licensed under the ISC license.
284
+ * See the LICENSE file in the root directory of this source tree.
285
+ */const xb=xe("ExternalLink",[["path",{d:"M15 3h6v6",key:"1q9fwt"}],["path",{d:"M10 14 21 3",key:"gplh6r"}],["path",{d:"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6",key:"a6xqqp"}]]);/**
286
+ * @license lucide-react v0.469.0 - ISC
287
+ *
288
+ * This source code is licensed under the ISC license.
289
+ * See the LICENSE file in the root directory of this source tree.
290
+ */const V2=xe("EyeOff",[["path",{d:"M10.733 5.076a10.744 10.744 0 0 1 11.205 6.575 1 1 0 0 1 0 .696 10.747 10.747 0 0 1-1.444 2.49",key:"ct8e1f"}],["path",{d:"M14.084 14.158a3 3 0 0 1-4.242-4.242",key:"151rxh"}],["path",{d:"M17.479 17.499a10.75 10.75 0 0 1-15.417-5.151 1 1 0 0 1 0-.696 10.75 10.75 0 0 1 4.446-5.143",key:"13bj9a"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]]);/**
291
+ * @license lucide-react v0.469.0 - ISC
292
+ *
293
+ * This source code is licensed under the ISC license.
294
+ * See the LICENSE file in the root directory of this source tree.
295
+ */const eu=xe("Eye",[["path",{d:"M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0",key:"1nclc0"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}]]);/**
296
+ * @license lucide-react v0.469.0 - ISC
297
+ *
298
+ * This source code is licensed under the ISC license.
299
+ * See the LICENSE file in the root directory of this source tree.
300
+ */const bb=xe("FileCode2",[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4",key:"1pf5j1"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"m5 12-3 3 3 3",key:"oke12k"}],["path",{d:"m9 18 3-3-3-3",key:"112psh"}]]);/**
301
+ * @license lucide-react v0.469.0 - ISC
302
+ *
303
+ * This source code is licensed under the ISC license.
304
+ * See the LICENSE file in the root directory of this source tree.
305
+ */const VA=xe("FileCode",[["path",{d:"M10 12.5 8 15l2 2.5",key:"1tg20x"}],["path",{d:"m14 12.5 2 2.5-2 2.5",key:"yinavb"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7z",key:"1mlx9k"}]]);/**
306
+ * @license lucide-react v0.469.0 - ISC
307
+ *
308
+ * This source code is licensed under the ISC license.
309
+ * See the LICENSE file in the root directory of this source tree.
310
+ */const mf=xe("FilePen",[["path",{d:"M12.5 22H18a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v9.5",key:"1couwa"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M13.378 15.626a1 1 0 1 0-3.004-3.004l-5.01 5.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z",key:"1y4qbx"}]]);/**
311
+ * @license lucide-react v0.469.0 - ISC
312
+ *
313
+ * This source code is licensed under the ISC license.
314
+ * See the LICENSE file in the root directory of this source tree.
315
+ */const hx=xe("FilePlus2",[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4",key:"1pf5j1"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M3 15h6",key:"4e2qda"}],["path",{d:"M6 12v6",key:"1u72j0"}]]);/**
316
+ * @license lucide-react v0.469.0 - ISC
317
+ *
318
+ * This source code is licensed under the ISC license.
319
+ * See the LICENSE file in the root directory of this source tree.
320
+ */const FA=xe("FilePlus",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M9 15h6",key:"cctwl0"}],["path",{d:"M12 18v-6",key:"17g6i2"}]]);/**
321
+ * @license lucide-react v0.469.0 - ISC
322
+ *
323
+ * This source code is licensed under the ISC license.
324
+ * See the LICENSE file in the root directory of this source tree.
325
+ */const GA=xe("FileQuestion",[["path",{d:"M12 17h.01",key:"p32p05"}],["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7z",key:"1mlx9k"}],["path",{d:"M9.1 9a3 3 0 0 1 5.82 1c0 2-3 3-3 3",key:"mhlwft"}]]);/**
326
+ * @license lucide-react v0.469.0 - ISC
327
+ *
328
+ * This source code is licensed under the ISC license.
329
+ * See the LICENSE file in the root directory of this source tree.
330
+ */const Kf=xe("FileText",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M10 9H8",key:"b1mrlr"}],["path",{d:"M16 13H8",key:"t4e002"}],["path",{d:"M16 17H8",key:"z1uh3a"}]]);/**
331
+ * @license lucide-react v0.469.0 - ISC
332
+ *
333
+ * This source code is licensed under the ISC license.
334
+ * See the LICENSE file in the root directory of this source tree.
335
+ */const YA=xe("FileX2",[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4",key:"1pf5j1"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"m8 12.5-5 5",key:"b853mi"}],["path",{d:"m3 12.5 5 5",key:"1qls4r"}]]);/**
336
+ * @license lucide-react v0.469.0 - ISC
337
+ *
338
+ * This source code is licensed under the ISC license.
339
+ * See the LICENSE file in the root directory of this source tree.
340
+ */const F2=xe("File",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}]]);/**
341
+ * @license lucide-react v0.469.0 - ISC
342
+ *
343
+ * This source code is licensed under the ISC license.
344
+ * See the LICENSE file in the root directory of this source tree.
345
+ */const xx=xe("FlaskConical",[["path",{d:"M14 2v6a2 2 0 0 0 .245.96l5.51 10.08A2 2 0 0 1 18 22H6a2 2 0 0 1-1.755-2.96l5.51-10.08A2 2 0 0 0 10 8V2",key:"18mbvz"}],["path",{d:"M6.453 15h11.094",key:"3shlmq"}],["path",{d:"M8.5 2h7",key:"csnxdl"}]]);/**
346
+ * @license lucide-react v0.469.0 - ISC
347
+ *
348
+ * This source code is licensed under the ISC license.
349
+ * See the LICENSE file in the root directory of this source tree.
350
+ */const KA=xe("FolderGit2",[["path",{d:"M9 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v5",key:"1w6njk"}],["circle",{cx:"13",cy:"12",r:"2",key:"1j92g6"}],["path",{d:"M18 19c-2.8 0-5-2.2-5-5v8",key:"pkpw2h"}],["circle",{cx:"20",cy:"19",r:"2",key:"1obnsp"}]]);/**
351
+ * @license lucide-react v0.469.0 - ISC
352
+ *
353
+ * This source code is licensed under the ISC license.
354
+ * See the LICENSE file in the root directory of this source tree.
355
+ */const G2=xe("FolderKanban",[["path",{d:"M4 20h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.93a2 2 0 0 1-1.66-.9l-.82-1.2A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13c0 1.1.9 2 2 2Z",key:"1fr9dc"}],["path",{d:"M8 10v4",key:"tgpxqk"}],["path",{d:"M12 10v2",key:"hh53o1"}],["path",{d:"M16 10v6",key:"1d6xys"}]]);/**
356
+ * @license lucide-react v0.469.0 - ISC
357
+ *
358
+ * This source code is licensed under the ISC license.
359
+ * See the LICENSE file in the root directory of this source tree.
360
+ */const Go=xe("FolderOpen",[["path",{d:"m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2",key:"usdka0"}]]);/**
361
+ * @license lucide-react v0.469.0 - ISC
362
+ *
363
+ * This source code is licensed under the ISC license.
364
+ * See the LICENSE file in the root directory of this source tree.
365
+ */const _b=xe("FolderTree",[["path",{d:"M20 10a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1h-2.5a1 1 0 0 1-.8-.4l-.9-1.2A1 1 0 0 0 15 3h-2a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1Z",key:"hod4my"}],["path",{d:"M20 21a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1h-2.9a1 1 0 0 1-.88-.55l-.42-.85a1 1 0 0 0-.92-.6H13a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1Z",key:"w4yl2u"}],["path",{d:"M3 5a2 2 0 0 0 2 2h3",key:"f2jnh7"}],["path",{d:"M3 3v13a2 2 0 0 0 2 2h3",key:"k8epm1"}]]);/**
366
+ * @license lucide-react v0.469.0 - ISC
367
+ *
368
+ * This source code is licensed under the ISC license.
369
+ * See the LICENSE file in the root directory of this source tree.
370
+ */const Y2=xe("Folder",[["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",key:"1kt360"}]]);/**
371
+ * @license lucide-react v0.469.0 - ISC
372
+ *
373
+ * This source code is licensed under the ISC license.
374
+ * See the LICENSE file in the root directory of this source tree.
375
+ */const XA=xe("Folders",[["path",{d:"M20 17a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2h-3.9a2 2 0 0 1-1.69-.9l-.81-1.2a2 2 0 0 0-1.67-.9H8a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2Z",key:"4u7rpt"}],["path",{d:"M2 8v11a2 2 0 0 0 2 2h14",key:"1eicx1"}]]);/**
376
+ * @license lucide-react v0.469.0 - ISC
377
+ *
378
+ * This source code is licensed under the ISC license.
379
+ * See the LICENSE file in the root directory of this source tree.
380
+ */const Xf=xe("Gauge",[["path",{d:"m12 14 4-4",key:"9kzdfg"}],["path",{d:"M3.34 19a10 10 0 1 1 17.32 0",key:"19p75a"}]]);/**
381
+ * @license lucide-react v0.469.0 - ISC
382
+ *
383
+ * This source code is licensed under the ISC license.
384
+ * See the LICENSE file in the root directory of this source tree.
385
+ */const QA=xe("Gem",[["path",{d:"M6 3h12l4 6-10 13L2 9Z",key:"1pcd5k"}],["path",{d:"M11 3 8 9l4 13 4-13-3-6",key:"1fcu3u"}],["path",{d:"M2 9h20",key:"16fsjt"}]]);/**
386
+ * @license lucide-react v0.469.0 - ISC
387
+ *
388
+ * This source code is licensed under the ISC license.
389
+ * See the LICENSE file in the root directory of this source tree.
390
+ */const tu=xe("GitBranch",[["line",{x1:"6",x2:"6",y1:"3",y2:"15",key:"17qcm7"}],["circle",{cx:"18",cy:"6",r:"3",key:"1h7g24"}],["circle",{cx:"6",cy:"18",r:"3",key:"fqmcym"}],["path",{d:"M18 9a9 9 0 0 1-9 9",key:"n2h4wq"}]]);/**
391
+ * @license lucide-react v0.469.0 - ISC
392
+ *
393
+ * This source code is licensed under the ISC license.
394
+ * See the LICENSE file in the root directory of this source tree.
395
+ */const WA=xe("GitCompare",[["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}],["circle",{cx:"6",cy:"6",r:"3",key:"1lh9wr"}],["path",{d:"M13 6h3a2 2 0 0 1 2 2v7",key:"1yeb86"}],["path",{d:"M11 18H8a2 2 0 0 1-2-2V9",key:"19pyzm"}]]);/**
396
+ * @license lucide-react v0.469.0 - ISC
397
+ *
398
+ * This source code is licensed under the ISC license.
399
+ * See the LICENSE file in the root directory of this source tree.
400
+ */const K2=xe("Github",[["path",{d:"M15 22v-4a4.8 4.8 0 0 0-1-3.5c3 0 6-2 6-5.5.08-1.25-.27-2.48-1-3.5.28-1.15.28-2.35 0-3.5 0 0-1 0-3 1.5-2.64-.5-5.36-.5-8 0C6 2 5 2 5 2c-.3 1.15-.3 2.35 0 3.5A5.403 5.403 0 0 0 4 9c0 3.5 3 5.5 6 5.5-.39.49-.68 1.05-.85 1.65-.17.6-.22 1.23-.15 1.85v4",key:"tonef"}],["path",{d:"M9 18c-4.51 2-5-2-7-2",key:"9comsn"}]]);/**
401
+ * @license lucide-react v0.469.0 - ISC
402
+ *
403
+ * This source code is licensed under the ISC license.
404
+ * See the LICENSE file in the root directory of this source tree.
405
+ */const X2=xe("Globe",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20",key:"13o1zl"}],["path",{d:"M2 12h20",key:"9i4pu4"}]]);/**
406
+ * @license lucide-react v0.469.0 - ISC
407
+ *
408
+ * This source code is licensed under the ISC license.
409
+ * See the LICENSE file in the root directory of this source tree.
410
+ */const ZA=xe("Hammer",[["path",{d:"m15 12-8.373 8.373a1 1 0 1 1-3-3L12 9",key:"eefl8a"}],["path",{d:"m18 15 4-4",key:"16gjal"}],["path",{d:"m21.5 11.5-1.914-1.914A2 2 0 0 1 19 8.172V7l-2.26-2.26a6 6 0 0 0-4.202-1.756L9 2.96l.92.82A6.18 6.18 0 0 1 12 8.4V10l2 2h1.172a2 2 0 0 1 1.414.586L18.5 14.5",key:"b7pghm"}]]);/**
411
+ * @license lucide-react v0.469.0 - ISC
412
+ *
413
+ * This source code is licensed under the ISC license.
414
+ * See the LICENSE file in the root directory of this source tree.
415
+ */const JA=xe("Hash",[["line",{x1:"4",x2:"20",y1:"9",y2:"9",key:"4lhtct"}],["line",{x1:"4",x2:"20",y1:"15",y2:"15",key:"vyu0kd"}],["line",{x1:"10",x2:"8",y1:"3",y2:"21",key:"1ggp8o"}],["line",{x1:"16",x2:"14",y1:"3",y2:"21",key:"weycgp"}]]);/**
416
+ * @license lucide-react v0.469.0 - ISC
417
+ *
418
+ * This source code is licensed under the ISC license.
419
+ * See the LICENSE file in the root directory of this source tree.
420
+ */const Mo=xe("Heart",[["path",{d:"M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.3 1.5 4.05 3 5.5l7 7Z",key:"c3ymky"}]]);/**
421
+ * @license lucide-react v0.469.0 - ISC
422
+ *
423
+ * This source code is licensed under the ISC license.
424
+ * See the LICENSE file in the root directory of this source tree.
425
+ */const eM=xe("History",[["path",{d:"M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8",key:"1357e3"}],["path",{d:"M3 3v5h5",key:"1xhq8a"}],["path",{d:"M12 7v5l4 2",key:"1fdv2h"}]]);/**
426
+ * @license lucide-react v0.469.0 - ISC
427
+ *
428
+ * This source code is licensed under the ISC license.
429
+ * See the LICENSE file in the root directory of this source tree.
430
+ */const Q2=xe("House",[["path",{d:"M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8",key:"5wwlr5"}],["path",{d:"M3 10a2 2 0 0 1 .709-1.528l7-5.999a2 2 0 0 1 2.582 0l7 5.999A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z",key:"1d0kgt"}]]);/**
431
+ * @license lucide-react v0.469.0 - ISC
432
+ *
433
+ * This source code is licensed under the ISC license.
434
+ * See the LICENSE file in the root directory of this source tree.
435
+ */const bx=xe("Image",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["circle",{cx:"9",cy:"9",r:"2",key:"af1f0g"}],["path",{d:"m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21",key:"1xmnt7"}]]);/**
436
+ * @license lucide-react v0.469.0 - ISC
437
+ *
438
+ * This source code is licensed under the ISC license.
439
+ * See the LICENSE file in the root directory of this source tree.
440
+ */const W2=xe("Info",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 16v-4",key:"1dtifu"}],["path",{d:"M12 8h.01",key:"e9boi3"}]]);/**
441
+ * @license lucide-react v0.469.0 - ISC
442
+ *
443
+ * This source code is licensed under the ISC license.
444
+ * See the LICENSE file in the root directory of this source tree.
445
+ */const Z2=xe("KeyRound",[["path",{d:"M2.586 17.414A2 2 0 0 0 2 18.828V21a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h1a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h.172a2 2 0 0 0 1.414-.586l.814-.814a6.5 6.5 0 1 0-4-4z",key:"1s6t7t"}],["circle",{cx:"16.5",cy:"7.5",r:".5",fill:"currentColor",key:"w0ekpg"}]]);/**
446
+ * @license lucide-react v0.469.0 - ISC
447
+ *
448
+ * This source code is licensed under the ISC license.
449
+ * See the LICENSE file in the root directory of this source tree.
450
+ */const tM=xe("Languages",[["path",{d:"m5 8 6 6",key:"1wu5hv"}],["path",{d:"m4 14 6-6 2-3",key:"1k1g8d"}],["path",{d:"M2 5h12",key:"or177f"}],["path",{d:"M7 2h1",key:"1t2jsx"}],["path",{d:"m22 22-5-10-5 10",key:"don7ne"}],["path",{d:"M14 18h6",key:"1m8k6r"}]]);/**
451
+ * @license lucide-react v0.469.0 - ISC
452
+ *
453
+ * This source code is licensed under the ISC license.
454
+ * See the LICENSE file in the root directory of this source tree.
455
+ */const nM=xe("LayoutDashboard",[["rect",{width:"7",height:"9",x:"3",y:"3",rx:"1",key:"10lvy0"}],["rect",{width:"7",height:"5",x:"14",y:"3",rx:"1",key:"16une8"}],["rect",{width:"7",height:"9",x:"14",y:"12",rx:"1",key:"1hutg5"}],["rect",{width:"7",height:"5",x:"3",y:"16",rx:"1",key:"ldoo1y"}]]);/**
456
+ * @license lucide-react v0.469.0 - ISC
457
+ *
458
+ * This source code is licensed under the ISC license.
459
+ * See the LICENSE file in the root directory of this source tree.
460
+ */const sM=xe("LayoutGrid",[["rect",{width:"7",height:"7",x:"3",y:"3",rx:"1",key:"1g98yp"}],["rect",{width:"7",height:"7",x:"14",y:"3",rx:"1",key:"6d4xhi"}],["rect",{width:"7",height:"7",x:"14",y:"14",rx:"1",key:"nxv5o0"}],["rect",{width:"7",height:"7",x:"3",y:"14",rx:"1",key:"1bb6yr"}]]);/**
461
+ * @license lucide-react v0.469.0 - ISC
462
+ *
463
+ * This source code is licensed under the ISC license.
464
+ * See the LICENSE file in the root directory of this source tree.
465
+ */const aM=xe("ListTodo",[["rect",{x:"3",y:"5",width:"6",height:"6",rx:"1",key:"1defrl"}],["path",{d:"m3 17 2 2 4-4",key:"1jhpwq"}],["path",{d:"M13 6h8",key:"15sg57"}],["path",{d:"M13 12h8",key:"h98zly"}],["path",{d:"M13 18h8",key:"oe0vm4"}]]);/**
466
+ * @license lucide-react v0.469.0 - ISC
467
+ *
468
+ * This source code is licensed under the ISC license.
469
+ * See the LICENSE file in the root directory of this source tree.
470
+ */const rM=xe("List",[["path",{d:"M3 12h.01",key:"nlz23k"}],["path",{d:"M3 18h.01",key:"1tta3j"}],["path",{d:"M3 6h.01",key:"1rqtza"}],["path",{d:"M8 12h13",key:"1za7za"}],["path",{d:"M8 18h13",key:"1lx6n3"}],["path",{d:"M8 6h13",key:"ik3vkj"}]]);/**
471
+ * @license lucide-react v0.469.0 - ISC
472
+ *
473
+ * This source code is licensed under the ISC license.
474
+ * See the LICENSE file in the root directory of this source tree.
475
+ */const ea=xe("LoaderCircle",[["path",{d:"M21 12a9 9 0 1 1-6.219-8.56",key:"13zald"}]]);/**
476
+ * @license lucide-react v0.469.0 - ISC
477
+ *
478
+ * This source code is licensed under the ISC license.
479
+ * See the LICENSE file in the root directory of this source tree.
480
+ */const J2=xe("Lock",[["rect",{width:"18",height:"11",x:"3",y:"11",rx:"2",ry:"2",key:"1w4ew1"}],["path",{d:"M7 11V7a5 5 0 0 1 10 0v4",key:"fwvmzm"}]]);/**
481
+ * @license lucide-react v0.469.0 - ISC
482
+ *
483
+ * This source code is licensed under the ISC license.
484
+ * See the LICENSE file in the root directory of this source tree.
485
+ */const eS=xe("MessageCircleQuestion",[["path",{d:"M7.9 20A9 9 0 1 0 4 16.1L2 22Z",key:"vv11sd"}],["path",{d:"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3",key:"1u773s"}],["path",{d:"M12 17h.01",key:"p32p05"}]]);/**
486
+ * @license lucide-react v0.469.0 - ISC
487
+ *
488
+ * This source code is licensed under the ISC license.
489
+ * See the LICENSE file in the root directory of this source tree.
490
+ */const vb=xe("MessageSquare",[["path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z",key:"1lielz"}]]);/**
491
+ * @license lucide-react v0.469.0 - ISC
492
+ *
493
+ * This source code is licensed under the ISC license.
494
+ * See the LICENSE file in the root directory of this source tree.
495
+ */const Qf=xe("MessagesSquare",[["path",{d:"M14 9a2 2 0 0 1-2 2H6l-4 4V4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2z",key:"p1xzt8"}],["path",{d:"M18 9h2a2 2 0 0 1 2 2v11l-4-4h-6a2 2 0 0 1-2-2v-1",key:"1cx29u"}]]);/**
496
+ * @license lucide-react v0.469.0 - ISC
497
+ *
498
+ * This source code is licensed under the ISC license.
499
+ * See the LICENSE file in the root directory of this source tree.
500
+ */const yb=xe("Mic",[["path",{d:"M12 2a3 3 0 0 0-3 3v7a3 3 0 0 0 6 0V5a3 3 0 0 0-3-3Z",key:"131961"}],["path",{d:"M19 10v2a7 7 0 0 1-14 0v-2",key:"1vc78b"}],["line",{x1:"12",x2:"12",y1:"19",y2:"22",key:"x3vr5v"}]]);/**
501
+ * @license lucide-react v0.469.0 - ISC
502
+ *
503
+ * This source code is licensed under the ISC license.
504
+ * See the LICENSE file in the root directory of this source tree.
505
+ */const jb=xe("Monitor",[["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2",key:"48i651"}],["line",{x1:"8",x2:"16",y1:"21",y2:"21",key:"1svkeh"}],["line",{x1:"12",x2:"12",y1:"17",y2:"21",key:"vw1qmm"}]]);/**
506
+ * @license lucide-react v0.469.0 - ISC
507
+ *
508
+ * This source code is licensed under the ISC license.
509
+ * See the LICENSE file in the root directory of this source tree.
510
+ */const oM=xe("Moon",[["path",{d:"M12 3a6 6 0 0 0 9 9 9 9 0 1 1-9-9Z",key:"a7tn18"}]]);/**
511
+ * @license lucide-react v0.469.0 - ISC
512
+ *
513
+ * This source code is licensed under the ISC license.
514
+ * See the LICENSE file in the root directory of this source tree.
515
+ */const lM=xe("Network",[["rect",{x:"16",y:"16",width:"6",height:"6",rx:"1",key:"4q2zg0"}],["rect",{x:"2",y:"16",width:"6",height:"6",rx:"1",key:"8cvhb9"}],["rect",{x:"9",y:"2",width:"6",height:"6",rx:"1",key:"1egb70"}],["path",{d:"M5 16v-3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v3",key:"1jsf9p"}],["path",{d:"M12 12V8",key:"2874zd"}]]);/**
516
+ * @license lucide-react v0.469.0 - ISC
517
+ *
518
+ * This source code is licensed under the ISC license.
519
+ * See the LICENSE file in the root directory of this source tree.
520
+ */const iM=xe("Package",[["path",{d:"M11 21.73a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73z",key:"1a0edw"}],["path",{d:"M12 22V12",key:"d0xqtd"}],["path",{d:"m3.3 7 7.703 4.734a2 2 0 0 0 1.994 0L20.7 7",key:"yx3hmr"}],["path",{d:"m7.5 4.27 9 5.15",key:"1c824w"}]]);/**
521
+ * @license lucide-react v0.469.0 - ISC
522
+ *
523
+ * This source code is licensed under the ISC license.
524
+ * See the LICENSE file in the root directory of this source tree.
525
+ */const tS=xe("PanelLeft",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M9 3v18",key:"fh3hqa"}]]);/**
526
+ * @license lucide-react v0.469.0 - ISC
527
+ *
528
+ * This source code is licensed under the ISC license.
529
+ * See the LICENSE file in the root directory of this source tree.
530
+ */const cM=xe("PanelRight",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M15 3v18",key:"14nvp0"}]]);/**
531
+ * @license lucide-react v0.469.0 - ISC
532
+ *
533
+ * This source code is licensed under the ISC license.
534
+ * See the LICENSE file in the root directory of this source tree.
535
+ */const uM=xe("PencilLine",[["path",{d:"M12 20h9",key:"t2du7b"}],["path",{d:"M16.376 3.622a1 1 0 0 1 3.002 3.002L7.368 18.635a2 2 0 0 1-.855.506l-2.872.838a.5.5 0 0 1-.62-.62l.838-2.872a2 2 0 0 1 .506-.854z",key:"1ykcvy"}],["path",{d:"m15 5 3 3",key:"1w25hb"}]]);/**
536
+ * @license lucide-react v0.469.0 - ISC
537
+ *
538
+ * This source code is licensed under the ISC license.
539
+ * See the LICENSE file in the root directory of this source tree.
540
+ */const Sa=xe("Pencil",[["path",{d:"M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z",key:"1a8usu"}],["path",{d:"m15 5 4 4",key:"1mk7zo"}]]);/**
541
+ * @license lucide-react v0.469.0 - ISC
542
+ *
543
+ * This source code is licensed under the ISC license.
544
+ * See the LICENSE file in the root directory of this source tree.
545
+ */const wb=xe("Play",[["polygon",{points:"6 3 20 12 6 21 6 3",key:"1oa8hb"}]]);/**
546
+ * @license lucide-react v0.469.0 - ISC
547
+ *
548
+ * This source code is licensed under the ISC license.
549
+ * See the LICENSE file in the root directory of this source tree.
550
+ */const dM=xe("Plug",[["path",{d:"M12 22v-5",key:"1ega77"}],["path",{d:"M9 8V2",key:"14iosj"}],["path",{d:"M15 8V2",key:"18g5xt"}],["path",{d:"M18 8v5a4 4 0 0 1-4 4h-4a4 4 0 0 1-4-4V8Z",key:"osxo6l"}]]);/**
551
+ * @license lucide-react v0.469.0 - ISC
552
+ *
553
+ * This source code is licensed under the ISC license.
554
+ * See the LICENSE file in the root directory of this source tree.
555
+ */const It=xe("Plus",[["path",{d:"M5 12h14",key:"1ays0h"}],["path",{d:"M12 5v14",key:"s699le"}]]);/**
556
+ * @license lucide-react v0.469.0 - ISC
557
+ *
558
+ * This source code is licensed under the ISC license.
559
+ * See the LICENSE file in the root directory of this source tree.
560
+ */const Wf=xe("Puzzle",[["path",{d:"M15.39 4.39a1 1 0 0 0 1.68-.474 2.5 2.5 0 1 1 3.014 3.015 1 1 0 0 0-.474 1.68l1.683 1.682a2.414 2.414 0 0 1 0 3.414L19.61 15.39a1 1 0 0 1-1.68-.474 2.5 2.5 0 1 0-3.014 3.015 1 1 0 0 1 .474 1.68l-1.683 1.682a2.414 2.414 0 0 1-3.414 0L8.61 19.61a1 1 0 0 0-1.68.474 2.5 2.5 0 1 1-3.014-3.015 1 1 0 0 0 .474-1.68l-1.683-1.682a2.414 2.414 0 0 1 0-3.414L4.39 8.61a1 1 0 0 1 1.68.474 2.5 2.5 0 1 0 3.014-3.015 1 1 0 0 1-.474-1.68l1.683-1.682a2.414 2.414 0 0 1 3.414 0z",key:"w46dr5"}]]);/**
561
+ * @license lucide-react v0.469.0 - ISC
562
+ *
563
+ * This source code is licensed under the ISC license.
564
+ * See the LICENSE file in the root directory of this source tree.
565
+ */const fM=xe("QrCode",[["rect",{width:"5",height:"5",x:"3",y:"3",rx:"1",key:"1tu5fj"}],["rect",{width:"5",height:"5",x:"16",y:"3",rx:"1",key:"1v8r4q"}],["rect",{width:"5",height:"5",x:"3",y:"16",rx:"1",key:"1x03jg"}],["path",{d:"M21 16h-3a2 2 0 0 0-2 2v3",key:"177gqh"}],["path",{d:"M21 21v.01",key:"ents32"}],["path",{d:"M12 7v3a2 2 0 0 1-2 2H7",key:"8crl2c"}],["path",{d:"M3 12h.01",key:"nlz23k"}],["path",{d:"M12 3h.01",key:"n36tog"}],["path",{d:"M12 16v.01",key:"133mhm"}],["path",{d:"M16 12h1",key:"1slzba"}],["path",{d:"M21 12v.01",key:"1lwtk9"}],["path",{d:"M12 21v-1",key:"1880an"}]]);/**
566
+ * @license lucide-react v0.469.0 - ISC
567
+ *
568
+ * This source code is licensed under the ISC license.
569
+ * See the LICENSE file in the root directory of this source tree.
570
+ */const pM=xe("Radio",[["path",{d:"M4.9 19.1C1 15.2 1 8.8 4.9 4.9",key:"1vaf9d"}],["path",{d:"M7.8 16.2c-2.3-2.3-2.3-6.1 0-8.5",key:"u1ii0m"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}],["path",{d:"M16.2 7.8c2.3 2.3 2.3 6.1 0 8.5",key:"1j5fej"}],["path",{d:"M19.1 4.9C23 8.8 23 15.1 19.1 19",key:"10b0cb"}]]);/**
571
+ * @license lucide-react v0.469.0 - ISC
572
+ *
573
+ * This source code is licensed under the ISC license.
574
+ * See the LICENSE file in the root directory of this source tree.
575
+ */const Ns=xe("RefreshCw",[["path",{d:"M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8",key:"v9h5vc"}],["path",{d:"M21 3v5h-5",key:"1q7to0"}],["path",{d:"M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16",key:"3uifl3"}],["path",{d:"M8 16H3v5",key:"1cv678"}]]);/**
576
+ * @license lucide-react v0.469.0 - ISC
577
+ *
578
+ * This source code is licensed under the ISC license.
579
+ * See the LICENSE file in the root directory of this source tree.
580
+ */const mi=xe("RotateCcw",[["path",{d:"M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8",key:"1357e3"}],["path",{d:"M3 3v5h5",key:"1xhq8a"}]]);/**
581
+ * @license lucide-react v0.469.0 - ISC
582
+ *
583
+ * This source code is licensed under the ISC license.
584
+ * See the LICENSE file in the root directory of this source tree.
585
+ */const Zg=xe("Route",[["circle",{cx:"6",cy:"19",r:"3",key:"1kj8tv"}],["path",{d:"M9 19h8.5a3.5 3.5 0 0 0 0-7h-11a3.5 3.5 0 0 1 0-7H15",key:"1d8sl"}],["circle",{cx:"18",cy:"5",r:"3",key:"gq8acd"}]]);/**
586
+ * @license lucide-react v0.469.0 - ISC
587
+ *
588
+ * This source code is licensed under the ISC license.
589
+ * See the LICENSE file in the root directory of this source tree.
590
+ */const Jg=xe("Ruler",[["path",{d:"M21.3 15.3a2.4 2.4 0 0 1 0 3.4l-2.6 2.6a2.4 2.4 0 0 1-3.4 0L2.7 8.7a2.41 2.41 0 0 1 0-3.4l2.6-2.6a2.41 2.41 0 0 1 3.4 0Z",key:"icamh8"}],["path",{d:"m14.5 12.5 2-2",key:"inckbg"}],["path",{d:"m11.5 9.5 2-2",key:"fmmyf7"}],["path",{d:"m8.5 6.5 2-2",key:"vc6u1g"}],["path",{d:"m17.5 15.5 2-2",key:"wo5hmg"}]]);/**
591
+ * @license lucide-react v0.469.0 - ISC
592
+ *
593
+ * This source code is licensed under the ISC license.
594
+ * See the LICENSE file in the root directory of this source tree.
595
+ */const Zf=xe("Save",[["path",{d:"M15.2 3a2 2 0 0 1 1.4.6l3.8 3.8a2 2 0 0 1 .6 1.4V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2z",key:"1c8476"}],["path",{d:"M17 21v-7a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v7",key:"1ydtos"}],["path",{d:"M7 3v4a1 1 0 0 0 1 1h7",key:"t51u73"}]]);/**
596
+ * @license lucide-react v0.469.0 - ISC
597
+ *
598
+ * This source code is licensed under the ISC license.
599
+ * See the LICENSE file in the root directory of this source tree.
600
+ */const kb=xe("ScrollText",[["path",{d:"M15 12h-5",key:"r7krc0"}],["path",{d:"M15 8h-5",key:"1khuty"}],["path",{d:"M19 17V5a2 2 0 0 0-2-2H4",key:"zz82l3"}],["path",{d:"M8 21h12a2 2 0 0 0 2-2v-1a1 1 0 0 0-1-1H11a1 1 0 0 0-1 1v1a2 2 0 1 1-4 0V5a2 2 0 1 0-4 0v2a1 1 0 0 0 1 1h3",key:"1ph1d7"}]]);/**
601
+ * @license lucide-react v0.469.0 - ISC
602
+ *
603
+ * This source code is licensed under the ISC license.
604
+ * See the LICENSE file in the root directory of this source tree.
605
+ */const Vl=xe("Search",[["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}],["path",{d:"m21 21-4.3-4.3",key:"1qie3q"}]]);/**
606
+ * @license lucide-react v0.469.0 - ISC
607
+ *
608
+ * This source code is licensed under the ISC license.
609
+ * See the LICENSE file in the root directory of this source tree.
610
+ */const Ca=xe("Send",[["path",{d:"M14.536 21.686a.5.5 0 0 0 .937-.024l6.5-19a.496.496 0 0 0-.635-.635l-19 6.5a.5.5 0 0 0-.024.937l7.93 3.18a2 2 0 0 1 1.112 1.11z",key:"1ffxy3"}],["path",{d:"m21.854 2.147-10.94 10.939",key:"12cjpa"}]]);/**
611
+ * @license lucide-react v0.469.0 - ISC
612
+ *
613
+ * This source code is licensed under the ISC license.
614
+ * See the LICENSE file in the root directory of this source tree.
615
+ */const nS=xe("Server",[["rect",{width:"20",height:"8",x:"2",y:"2",rx:"2",ry:"2",key:"ngkwjq"}],["rect",{width:"20",height:"8",x:"2",y:"14",rx:"2",ry:"2",key:"iecqi9"}],["line",{x1:"6",x2:"6.01",y1:"6",y2:"6",key:"16zg32"}],["line",{x1:"6",x2:"6.01",y1:"18",y2:"18",key:"nzw8ys"}]]);/**
616
+ * @license lucide-react v0.469.0 - ISC
617
+ *
618
+ * This source code is licensed under the ISC license.
619
+ * See the LICENSE file in the root directory of this source tree.
620
+ */const mM=xe("Settings2",[["path",{d:"M20 7h-9",key:"3s1dr2"}],["path",{d:"M14 17H5",key:"gfn3mx"}],["circle",{cx:"17",cy:"17",r:"3",key:"18b49y"}],["circle",{cx:"7",cy:"7",r:"3",key:"dfmy0x"}]]);/**
621
+ * @license lucide-react v0.469.0 - ISC
622
+ *
623
+ * This source code is licensed under the ISC license.
624
+ * See the LICENSE file in the root directory of this source tree.
625
+ */const Jf=xe("Settings",[["path",{d:"M12.22 2h-.44a2 2 0 0 0-2 2v.18a2 2 0 0 1-1 1.73l-.43.25a2 2 0 0 1-2 0l-.15-.08a2 2 0 0 0-2.73.73l-.22.38a2 2 0 0 0 .73 2.73l.15.1a2 2 0 0 1 1 1.72v.51a2 2 0 0 1-1 1.74l-.15.09a2 2 0 0 0-.73 2.73l.22.38a2 2 0 0 0 2.73.73l.15-.08a2 2 0 0 1 2 0l.43.25a2 2 0 0 1 1 1.73V20a2 2 0 0 0 2 2h.44a2 2 0 0 0 2-2v-.18a2 2 0 0 1 1-1.73l.43-.25a2 2 0 0 1 2 0l.15.08a2 2 0 0 0 2.73-.73l.22-.39a2 2 0 0 0-.73-2.73l-.15-.08a2 2 0 0 1-1-1.74v-.5a2 2 0 0 1 1-1.74l.15-.09a2 2 0 0 0 .73-2.73l-.22-.38a2 2 0 0 0-2.73-.73l-.15.08a2 2 0 0 1-2 0l-.43-.25a2 2 0 0 1-1-1.73V4a2 2 0 0 0-2-2z",key:"1qme2f"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}]]);/**
626
+ * @license lucide-react v0.469.0 - ISC
627
+ *
628
+ * This source code is licensed under the ISC license.
629
+ * See the LICENSE file in the root directory of this source tree.
630
+ */const gM=xe("Share2",[["circle",{cx:"18",cy:"5",r:"3",key:"gq8acd"}],["circle",{cx:"6",cy:"12",r:"3",key:"w7nqdw"}],["circle",{cx:"18",cy:"19",r:"3",key:"1xt0gg"}],["line",{x1:"8.59",x2:"15.42",y1:"13.51",y2:"17.49",key:"47mynk"}],["line",{x1:"15.41",x2:"8.59",y1:"6.51",y2:"10.49",key:"1n3mei"}]]);/**
631
+ * @license lucide-react v0.469.0 - ISC
632
+ *
633
+ * This source code is licensed under the ISC license.
634
+ * See the LICENSE file in the root directory of this source tree.
635
+ */const hM=xe("SlidersHorizontal",[["line",{x1:"21",x2:"14",y1:"4",y2:"4",key:"obuewd"}],["line",{x1:"10",x2:"3",y1:"4",y2:"4",key:"1q6298"}],["line",{x1:"21",x2:"12",y1:"12",y2:"12",key:"1iu8h1"}],["line",{x1:"8",x2:"3",y1:"12",y2:"12",key:"ntss68"}],["line",{x1:"21",x2:"16",y1:"20",y2:"20",key:"14d8ph"}],["line",{x1:"12",x2:"3",y1:"20",y2:"20",key:"m0wm8r"}],["line",{x1:"14",x2:"14",y1:"2",y2:"6",key:"14e1ph"}],["line",{x1:"8",x2:"8",y1:"10",y2:"14",key:"1i6ji0"}],["line",{x1:"16",x2:"16",y1:"18",y2:"22",key:"1lctlv"}]]);/**
636
+ * @license lucide-react v0.469.0 - ISC
637
+ *
638
+ * This source code is licensed under the ISC license.
639
+ * See the LICENSE file in the root directory of this source tree.
640
+ */const xM=xe("Smartphone",[["rect",{width:"14",height:"20",x:"5",y:"2",rx:"2",ry:"2",key:"1yt0o3"}],["path",{d:"M12 18h.01",key:"mhygvu"}]]);/**
641
+ * @license lucide-react v0.469.0 - ISC
642
+ *
643
+ * This source code is licensed under the ISC license.
644
+ * See the LICENSE file in the root directory of this source tree.
645
+ */const aa=xe("Sparkles",[["path",{d:"M9.937 15.5A2 2 0 0 0 8.5 14.063l-6.135-1.582a.5.5 0 0 1 0-.962L8.5 9.936A2 2 0 0 0 9.937 8.5l1.582-6.135a.5.5 0 0 1 .963 0L14.063 8.5A2 2 0 0 0 15.5 9.937l6.135 1.581a.5.5 0 0 1 0 .964L15.5 14.063a2 2 0 0 0-1.437 1.437l-1.582 6.135a.5.5 0 0 1-.963 0z",key:"4pj2yx"}],["path",{d:"M20 3v4",key:"1olli1"}],["path",{d:"M22 5h-4",key:"1gvqau"}],["path",{d:"M4 17v2",key:"vumght"}],["path",{d:"M5 18H3",key:"zchphs"}]]);/**
646
+ * @license lucide-react v0.469.0 - ISC
647
+ *
648
+ * This source code is licensed under the ISC license.
649
+ * See the LICENSE file in the root directory of this source tree.
650
+ */const bM=xe("SquarePen",[["path",{d:"M12 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7",key:"1m0v6g"}],["path",{d:"M18.375 2.625a1 1 0 0 1 3 3l-9.013 9.014a2 2 0 0 1-.853.505l-2.873.84a.5.5 0 0 1-.62-.62l.84-2.873a2 2 0 0 1 .506-.852z",key:"ohrbg2"}]]);/**
651
+ * @license lucide-react v0.469.0 - ISC
652
+ *
653
+ * This source code is licensed under the ISC license.
654
+ * See the LICENSE file in the root directory of this source tree.
655
+ */const Sb=xe("Square",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}]]);/**
656
+ * @license lucide-react v0.469.0 - ISC
657
+ *
658
+ * This source code is licensed under the ISC license.
659
+ * See the LICENSE file in the root directory of this source tree.
660
+ */const _M=xe("Sun",[["circle",{cx:"12",cy:"12",r:"4",key:"4exip2"}],["path",{d:"M12 2v2",key:"tus03m"}],["path",{d:"M12 20v2",key:"1lh1kg"}],["path",{d:"m4.93 4.93 1.41 1.41",key:"149t6j"}],["path",{d:"m17.66 17.66 1.41 1.41",key:"ptbguv"}],["path",{d:"M2 12h2",key:"1t8f8n"}],["path",{d:"M20 12h2",key:"1q8mjw"}],["path",{d:"m6.34 17.66-1.41 1.41",key:"1m8zz5"}],["path",{d:"m19.07 4.93-1.41 1.41",key:"1shlcs"}]]);/**
661
+ * @license lucide-react v0.469.0 - ISC
662
+ *
663
+ * This source code is licensed under the ISC license.
664
+ * See the LICENSE file in the root directory of this source tree.
665
+ */const ja=xe("Terminal",[["polyline",{points:"4 17 10 11 4 5",key:"akl6gq"}],["line",{x1:"12",x2:"20",y1:"19",y2:"19",key:"q2wloq"}]]);/**
666
+ * @license lucide-react v0.469.0 - ISC
667
+ *
668
+ * This source code is licensed under the ISC license.
669
+ * See the LICENSE file in the root directory of this source tree.
670
+ */const vM=xe("Timer",[["line",{x1:"10",x2:"14",y1:"2",y2:"2",key:"14vaq8"}],["line",{x1:"12",x2:"15",y1:"14",y2:"11",key:"17fdiu"}],["circle",{cx:"12",cy:"14",r:"8",key:"1e1u0o"}]]);/**
671
+ * @license lucide-react v0.469.0 - ISC
672
+ *
673
+ * This source code is licensed under the ISC license.
674
+ * See the LICENSE file in the root directory of this source tree.
675
+ */const vn=xe("Trash2",[["path",{d:"M3 6h18",key:"d0wm0j"}],["path",{d:"M19 6v14c0 1-1 2-2 2H7c-1 0-2-1-2-2V6",key:"4alrt4"}],["path",{d:"M8 6V4c0-1 1-2 2-2h4c1 0 2 1 2 2v2",key:"v07s0e"}],["line",{x1:"10",x2:"10",y1:"11",y2:"17",key:"1uufr5"}],["line",{x1:"14",x2:"14",y1:"11",y2:"17",key:"xtxkd"}]]);/**
676
+ * @license lucide-react v0.469.0 - ISC
677
+ *
678
+ * This source code is licensed under the ISC license.
679
+ * See the LICENSE file in the root directory of this source tree.
680
+ */const sS=xe("TriangleAlert",[["path",{d:"m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3",key:"wmoenq"}],["path",{d:"M12 9v4",key:"juzpu7"}],["path",{d:"M12 17h.01",key:"p32p05"}]]);/**
681
+ * @license lucide-react v0.469.0 - ISC
682
+ *
683
+ * This source code is licensed under the ISC license.
684
+ * See the LICENSE file in the root directory of this source tree.
685
+ */const aS=xe("Upload",[["path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4",key:"ih7n3h"}],["polyline",{points:"17 8 12 3 7 8",key:"t8dd8p"}],["line",{x1:"12",x2:"12",y1:"3",y2:"15",key:"widbto"}]]);/**
686
+ * @license lucide-react v0.469.0 - ISC
687
+ *
688
+ * This source code is licensed under the ISC license.
689
+ * See the LICENSE file in the root directory of this source tree.
690
+ */const Cb=xe("User",[["path",{d:"M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2",key:"975kel"}],["circle",{cx:"12",cy:"7",r:"4",key:"17ys0d"}]]);/**
691
+ * @license lucide-react v0.469.0 - ISC
692
+ *
693
+ * This source code is licensed under the ISC license.
694
+ * See the LICENSE file in the root directory of this source tree.
695
+ */const yM=xe("Volume2",[["path",{d:"M11 4.702a.705.705 0 0 0-1.203-.498L6.413 7.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298z",key:"uqj9uw"}],["path",{d:"M16 9a5 5 0 0 1 0 6",key:"1q6k2b"}],["path",{d:"M19.364 18.364a9 9 0 0 0 0-12.728",key:"ijwkga"}]]);/**
696
+ * @license lucide-react v0.469.0 - ISC
697
+ *
698
+ * This source code is licensed under the ISC license.
699
+ * See the LICENSE file in the root directory of this source tree.
700
+ */const jM=xe("WandSparkles",[["path",{d:"m21.64 3.64-1.28-1.28a1.21 1.21 0 0 0-1.72 0L2.36 18.64a1.21 1.21 0 0 0 0 1.72l1.28 1.28a1.2 1.2 0 0 0 1.72 0L21.64 5.36a1.2 1.2 0 0 0 0-1.72",key:"ul74o6"}],["path",{d:"m14 7 3 3",key:"1r5n42"}],["path",{d:"M5 6v4",key:"ilb8ba"}],["path",{d:"M19 14v4",key:"blhpug"}],["path",{d:"M10 2v2",key:"7u0qdc"}],["path",{d:"M7 8H3",key:"zfb6yr"}],["path",{d:"M21 16h-4",key:"1cnmox"}],["path",{d:"M11 3H9",key:"1obp7u"}]]);/**
701
+ * @license lucide-react v0.469.0 - ISC
702
+ *
703
+ * This source code is licensed under the ISC license.
704
+ * See the LICENSE file in the root directory of this source tree.
705
+ */const wM=xe("WifiOff",[["path",{d:"M12 20h.01",key:"zekei9"}],["path",{d:"M8.5 16.429a5 5 0 0 1 7 0",key:"1bycff"}],["path",{d:"M5 12.859a10 10 0 0 1 5.17-2.69",key:"1dl1wf"}],["path",{d:"M19 12.859a10 10 0 0 0-2.007-1.523",key:"4k23kn"}],["path",{d:"M2 8.82a15 15 0 0 1 4.177-2.643",key:"1grhjp"}],["path",{d:"M22 8.82a15 15 0 0 0-11.288-3.764",key:"z3jwby"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]]);/**
706
+ * @license lucide-react v0.469.0 - ISC
707
+ *
708
+ * This source code is licensed under the ISC license.
709
+ * See the LICENSE file in the root directory of this source tree.
710
+ */const ra=xe("Wrench",[["path",{d:"M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z",key:"cbrjhi"}]]);/**
711
+ * @license lucide-react v0.469.0 - ISC
712
+ *
713
+ * This source code is licensed under the ISC license.
714
+ * See the LICENSE file in the root directory of this source tree.
715
+ */const xs=xe("X",[["path",{d:"M18 6 6 18",key:"1bl5f8"}],["path",{d:"m6 6 12 12",key:"d8bk6v"}]]);/**
716
+ * @license lucide-react v0.469.0 - ISC
717
+ *
718
+ * This source code is licensed under the ISC license.
719
+ * See the LICENSE file in the root directory of this source tree.
720
+ */const gi=xe("Zap",[["path",{d:"M4 14a1 1 0 0 1-.78-1.63l9.9-10.2a.5.5 0 0 1 .86.46l-1.92 6.02A1 1 0 0 0 13 10h7a1 1 0 0 1 .78 1.63l-9.9 10.2a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14z",key:"1xq2db"}]]),ep={health:5e3,projects:15e3,telegramStatus:8e3,pairList:12e3},zn={theme:"apx.theme",token:"apx.token",sidebarCollapsed:"apx.sidebar.collapsed",language:"apx.lang",robyChat:"apx.roby.chat"},Nb=["total","automatico","permiso"],yj=["sky","violet","emerald","amber","rose","indigo","teal","fuchsia"],kM={icon:{light:"/logo/logo_only_white.webp",dark:"/logo/logo_only_dark.webp"},full:{light:"/logo/logo_white.webp",dark:"/logo/logo_dark.webp"},vertical:{light:"/logo/logo_vertical_white.webp",dark:"/logo/logo_vertical_dark.webp"}};function SM(){return typeof window<"u"&&typeof window.matchMedia=="function"&&window.matchMedia("(prefers-color-scheme: dark)").matches}function eh(e){return e==="system"?SM()?"dark":"light":e}function jj(){if(typeof window>"u")return"dark";const e=localStorage.getItem(zn.theme);return e==="light"||e==="dark"||e==="system"?e:"dark"}const rS=x.createContext(null);function CM({children:e}){const[t,a]=x.useState(jj),[o,l]=x.useState(()=>eh(jj()));x.useEffect(()=>{const f=()=>{const m=eh(t);l(m),document.documentElement.classList.toggle("dark",m==="dark")};f();try{localStorage.setItem(zn.theme,t)}catch{}if(t==="system"&&typeof window.matchMedia=="function"){const m=window.matchMedia("(prefers-color-scheme: dark)");return m.addEventListener("change",f),()=>m.removeEventListener("change",f)}},[t]);const c=x.useCallback(()=>{a(f=>eh(f)==="dark"?"light":"dark")},[]),d=x.useMemo(()=>({theme:o,preference:t,toggle:c,set:a}),[o,t,c]);return n.jsx(rS.Provider,{value:d,children:e})}function Eb(){const e=x.useContext(rS);if(!e)throw new Error("useTheme must be used within ThemeProvider");return e}const NM=1367/458,EM=735/1016;function RM({size:e=32,title:t="APX",variant:a="icon"}){const{theme:o}=Eb(),l=kM[a][o];if(a==="full"){const c=e,d=Math.round(e*NM);return n.jsx("img",{src:l,alt:t,width:d,height:c,className:"block object-contain",draggable:!1})}if(a==="vertical"){const c=e,d=Math.round(e/EM);return n.jsx("img",{src:l,alt:t,width:c,height:d,className:"block object-contain",draggable:!1})}return n.jsx("img",{src:l,alt:t,width:e,height:e,className:"block object-contain",draggable:!1})}function oS(e){var t,a,o="";if(typeof e=="string"||typeof e=="number")o+=e;else if(typeof e=="object")if(Array.isArray(e)){var l=e.length;for(t=0;t<l;t++)e[t]&&(a=oS(e[t]))&&(o&&(o+=" "),o+=a)}else for(a in e)e[a]&&(o&&(o+=" "),o+=a);return o}function Uc(){for(var e,t,a=0,o="",l=arguments.length;a<l;a++)(e=arguments[a])&&(t=oS(e))&&(o&&(o+=" "),o+=t);return o}const Rb="-",TM=e=>{const t=MM(e),{conflictingClassGroups:a,conflictingClassGroupModifiers:o}=e;return{getClassGroupId:d=>{const f=d.split(Rb);return f[0]===""&&f.length!==1&&f.shift(),lS(f,t)||AM(d)},getConflictingClassGroupIds:(d,f)=>{const m=a[d]||[];return f&&o[d]?[...m,...o[d]]:m}}},lS=(e,t)=>{if(e.length===0)return t.classGroupId;const a=e[0],o=t.nextPart.get(a),l=o?lS(e.slice(1),o):void 0;if(l)return l;if(t.validators.length===0)return;const c=e.join(Rb);return t.validators.find(({validator:d})=>d(c))?.classGroupId},wj=/^\[(.+)\]$/,AM=e=>{if(wj.test(e)){const t=wj.exec(e)[1],a=t?.substring(0,t.indexOf(":"));if(a)return"arbitrary.."+a}},MM=e=>{const{theme:t,prefix:a}=e,o={nextPart:new Map,validators:[]};return zM(Object.entries(e.classGroups),a).forEach(([c,d])=>{_x(d,o,c,t)}),o},_x=(e,t,a,o)=>{e.forEach(l=>{if(typeof l=="string"){const c=l===""?t:kj(t,l);c.classGroupId=a;return}if(typeof l=="function"){if(OM(l)){_x(l(o),t,a,o);return}t.validators.push({validator:l,classGroupId:a});return}Object.entries(l).forEach(([c,d])=>{_x(d,kj(t,c),a,o)})})},kj=(e,t)=>{let a=e;return t.split(Rb).forEach(o=>{a.nextPart.has(o)||a.nextPart.set(o,{nextPart:new Map,validators:[]}),a=a.nextPart.get(o)}),a},OM=e=>e.isThemeGetter,zM=(e,t)=>t?e.map(([a,o])=>{const l=o.map(c=>typeof c=="string"?t+c:typeof c=="object"?Object.fromEntries(Object.entries(c).map(([d,f])=>[t+d,f])):c);return[a,l]}):e,DM=e=>{if(e<1)return{get:()=>{},set:()=>{}};let t=0,a=new Map,o=new Map;const l=(c,d)=>{a.set(c,d),t++,t>e&&(t=0,o=a,a=new Map)};return{get(c){let d=a.get(c);if(d!==void 0)return d;if((d=o.get(c))!==void 0)return l(c,d),d},set(c,d){a.has(c)?a.set(c,d):l(c,d)}}},iS="!",PM=e=>{const{separator:t,experimentalParseClassName:a}=e,o=t.length===1,l=t[0],c=t.length,d=f=>{const m=[];let h=0,g=0,b;for(let C=0;C<f.length;C++){let N=f[C];if(h===0){if(N===l&&(o||f.slice(C,C+c)===t)){m.push(f.slice(g,C)),g=C+c;continue}if(N==="/"){b=C;continue}}N==="["?h++:N==="]"&&h--}const _=m.length===0?f:f.substring(g),w=_.startsWith(iS),S=w?_.substring(1):_,y=b&&b>g?b-g:void 0;return{modifiers:m,hasImportantModifier:w,baseClassName:S,maybePostfixModifierPosition:y}};return a?f=>a({className:f,parseClassName:d}):d},LM=e=>{if(e.length<=1)return e;const t=[];let a=[];return e.forEach(o=>{o[0]==="["?(t.push(...a.sort(),o),a=[]):a.push(o)}),t.push(...a.sort()),t},IM=e=>({cache:DM(e.cacheSize),parseClassName:PM(e),...TM(e)}),BM=/\s+/,UM=(e,t)=>{const{parseClassName:a,getClassGroupId:o,getConflictingClassGroupIds:l}=t,c=[],d=e.trim().split(BM);let f="";for(let m=d.length-1;m>=0;m-=1){const h=d[m],{modifiers:g,hasImportantModifier:b,baseClassName:_,maybePostfixModifierPosition:w}=a(h);let S=!!w,y=o(S?_.substring(0,w):_);if(!y){if(!S){f=h+(f.length>0?" "+f:f);continue}if(y=o(_),!y){f=h+(f.length>0?" "+f:f);continue}S=!1}const C=LM(g).join(":"),N=b?C+iS:C,j=N+y;if(c.includes(j))continue;c.push(j);const E=l(y,S);for(let R=0;R<E.length;++R){const A=E[R];c.push(N+A)}f=h+(f.length>0?" "+f:f)}return f};function $M(){let e=0,t,a,o="";for(;e<arguments.length;)(t=arguments[e++])&&(a=cS(t))&&(o&&(o+=" "),o+=a);return o}const cS=e=>{if(typeof e=="string")return e;let t,a="";for(let o=0;o<e.length;o++)e[o]&&(t=cS(e[o]))&&(a&&(a+=" "),a+=t);return a};function HM(e,...t){let a,o,l,c=d;function d(m){const h=t.reduce((g,b)=>b(g),e());return a=IM(h),o=a.cache.get,l=a.cache.set,c=f,f(m)}function f(m){const h=o(m);if(h)return h;const g=UM(m,a);return l(m,g),g}return function(){return c($M.apply(null,arguments))}}const sn=e=>{const t=a=>a[e]||[];return t.isThemeGetter=!0,t},uS=/^\[(?:([a-z-]+):)?(.+)\]$/i,qM=/^\d+\/\d+$/,VM=new Set(["px","full","screen"]),FM=/^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/,GM=/\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/,YM=/^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/,KM=/^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/,XM=/^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/,Qa=e=>Fl(e)||VM.has(e)||qM.test(e),Dr=e=>hi(e,"length",s4),Fl=e=>!!e&&!Number.isNaN(Number(e)),th=e=>hi(e,"number",Fl),fc=e=>!!e&&Number.isInteger(Number(e)),QM=e=>e.endsWith("%")&&Fl(e.slice(0,-1)),ht=e=>uS.test(e),Pr=e=>FM.test(e),WM=new Set(["length","size","percentage"]),ZM=e=>hi(e,WM,dS),JM=e=>hi(e,"position",dS),e4=new Set(["image","url"]),t4=e=>hi(e,e4,r4),n4=e=>hi(e,"",a4),pc=()=>!0,hi=(e,t,a)=>{const o=uS.exec(e);return o?o[1]?typeof t=="string"?o[1]===t:t.has(o[1]):a(o[2]):!1},s4=e=>GM.test(e)&&!YM.test(e),dS=()=>!1,a4=e=>KM.test(e),r4=e=>XM.test(e),o4=()=>{const e=sn("colors"),t=sn("spacing"),a=sn("blur"),o=sn("brightness"),l=sn("borderColor"),c=sn("borderRadius"),d=sn("borderSpacing"),f=sn("borderWidth"),m=sn("contrast"),h=sn("grayscale"),g=sn("hueRotate"),b=sn("invert"),_=sn("gap"),w=sn("gradientColorStops"),S=sn("gradientColorStopPositions"),y=sn("inset"),C=sn("margin"),N=sn("opacity"),j=sn("padding"),E=sn("saturate"),R=sn("scale"),A=sn("sepia"),T=sn("skew"),z=sn("space"),O=sn("translate"),P=()=>["auto","contain","none"],L=()=>["auto","hidden","clip","visible","scroll"],U=()=>["auto",ht,t],D=()=>[ht,t],I=()=>["",Qa,Dr],$=()=>["auto",Fl,ht],F=()=>["bottom","center","left","left-bottom","left-top","right","right-bottom","right-top","top"],H=()=>["solid","dashed","dotted","double","none"],Y=()=>["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity"],V=()=>["start","end","center","between","around","evenly","stretch"],G=()=>["","0",ht],K=()=>["auto","avoid","all","avoid-page","page","left","right","column"],B=()=>[Fl,ht];return{cacheSize:500,separator:":",theme:{colors:[pc],spacing:[Qa,Dr],blur:["none","",Pr,ht],brightness:B(),borderColor:[e],borderRadius:["none","","full",Pr,ht],borderSpacing:D(),borderWidth:I(),contrast:B(),grayscale:G(),hueRotate:B(),invert:G(),gap:D(),gradientColorStops:[e],gradientColorStopPositions:[QM,Dr],inset:U(),margin:U(),opacity:B(),padding:D(),saturate:B(),scale:B(),sepia:G(),skew:B(),space:D(),translate:D()},classGroups:{aspect:[{aspect:["auto","square","video",ht]}],container:["container"],columns:[{columns:[Pr]}],"break-after":[{"break-after":K()}],"break-before":[{"break-before":K()}],"break-inside":[{"break-inside":["auto","avoid","avoid-page","avoid-column"]}],"box-decoration":[{"box-decoration":["slice","clone"]}],box:[{box:["border","content"]}],display:["block","inline-block","inline","flex","inline-flex","table","inline-table","table-caption","table-cell","table-column","table-column-group","table-footer-group","table-header-group","table-row-group","table-row","flow-root","grid","inline-grid","contents","list-item","hidden"],float:[{float:["right","left","none","start","end"]}],clear:[{clear:["left","right","both","none","start","end"]}],isolation:["isolate","isolation-auto"],"object-fit":[{object:["contain","cover","fill","none","scale-down"]}],"object-position":[{object:[...F(),ht]}],overflow:[{overflow:L()}],"overflow-x":[{"overflow-x":L()}],"overflow-y":[{"overflow-y":L()}],overscroll:[{overscroll:P()}],"overscroll-x":[{"overscroll-x":P()}],"overscroll-y":[{"overscroll-y":P()}],position:["static","fixed","absolute","relative","sticky"],inset:[{inset:[y]}],"inset-x":[{"inset-x":[y]}],"inset-y":[{"inset-y":[y]}],start:[{start:[y]}],end:[{end:[y]}],top:[{top:[y]}],right:[{right:[y]}],bottom:[{bottom:[y]}],left:[{left:[y]}],visibility:["visible","invisible","collapse"],z:[{z:["auto",fc,ht]}],basis:[{basis:U()}],"flex-direction":[{flex:["row","row-reverse","col","col-reverse"]}],"flex-wrap":[{flex:["wrap","wrap-reverse","nowrap"]}],flex:[{flex:["1","auto","initial","none",ht]}],grow:[{grow:G()}],shrink:[{shrink:G()}],order:[{order:["first","last","none",fc,ht]}],"grid-cols":[{"grid-cols":[pc]}],"col-start-end":[{col:["auto",{span:["full",fc,ht]},ht]}],"col-start":[{"col-start":$()}],"col-end":[{"col-end":$()}],"grid-rows":[{"grid-rows":[pc]}],"row-start-end":[{row:["auto",{span:[fc,ht]},ht]}],"row-start":[{"row-start":$()}],"row-end":[{"row-end":$()}],"grid-flow":[{"grid-flow":["row","col","dense","row-dense","col-dense"]}],"auto-cols":[{"auto-cols":["auto","min","max","fr",ht]}],"auto-rows":[{"auto-rows":["auto","min","max","fr",ht]}],gap:[{gap:[_]}],"gap-x":[{"gap-x":[_]}],"gap-y":[{"gap-y":[_]}],"justify-content":[{justify:["normal",...V()]}],"justify-items":[{"justify-items":["start","end","center","stretch"]}],"justify-self":[{"justify-self":["auto","start","end","center","stretch"]}],"align-content":[{content:["normal",...V(),"baseline"]}],"align-items":[{items:["start","end","center","baseline","stretch"]}],"align-self":[{self:["auto","start","end","center","stretch","baseline"]}],"place-content":[{"place-content":[...V(),"baseline"]}],"place-items":[{"place-items":["start","end","center","baseline","stretch"]}],"place-self":[{"place-self":["auto","start","end","center","stretch"]}],p:[{p:[j]}],px:[{px:[j]}],py:[{py:[j]}],ps:[{ps:[j]}],pe:[{pe:[j]}],pt:[{pt:[j]}],pr:[{pr:[j]}],pb:[{pb:[j]}],pl:[{pl:[j]}],m:[{m:[C]}],mx:[{mx:[C]}],my:[{my:[C]}],ms:[{ms:[C]}],me:[{me:[C]}],mt:[{mt:[C]}],mr:[{mr:[C]}],mb:[{mb:[C]}],ml:[{ml:[C]}],"space-x":[{"space-x":[z]}],"space-x-reverse":["space-x-reverse"],"space-y":[{"space-y":[z]}],"space-y-reverse":["space-y-reverse"],w:[{w:["auto","min","max","fit","svw","lvw","dvw",ht,t]}],"min-w":[{"min-w":[ht,t,"min","max","fit"]}],"max-w":[{"max-w":[ht,t,"none","full","min","max","fit","prose",{screen:[Pr]},Pr]}],h:[{h:[ht,t,"auto","min","max","fit","svh","lvh","dvh"]}],"min-h":[{"min-h":[ht,t,"min","max","fit","svh","lvh","dvh"]}],"max-h":[{"max-h":[ht,t,"min","max","fit","svh","lvh","dvh"]}],size:[{size:[ht,t,"auto","min","max","fit"]}],"font-size":[{text:["base",Pr,Dr]}],"font-smoothing":["antialiased","subpixel-antialiased"],"font-style":["italic","not-italic"],"font-weight":[{font:["thin","extralight","light","normal","medium","semibold","bold","extrabold","black",th]}],"font-family":[{font:[pc]}],"fvn-normal":["normal-nums"],"fvn-ordinal":["ordinal"],"fvn-slashed-zero":["slashed-zero"],"fvn-figure":["lining-nums","oldstyle-nums"],"fvn-spacing":["proportional-nums","tabular-nums"],"fvn-fraction":["diagonal-fractions","stacked-fractions"],tracking:[{tracking:["tighter","tight","normal","wide","wider","widest",ht]}],"line-clamp":[{"line-clamp":["none",Fl,th]}],leading:[{leading:["none","tight","snug","normal","relaxed","loose",Qa,ht]}],"list-image":[{"list-image":["none",ht]}],"list-style-type":[{list:["none","disc","decimal",ht]}],"list-style-position":[{list:["inside","outside"]}],"placeholder-color":[{placeholder:[e]}],"placeholder-opacity":[{"placeholder-opacity":[N]}],"text-alignment":[{text:["left","center","right","justify","start","end"]}],"text-color":[{text:[e]}],"text-opacity":[{"text-opacity":[N]}],"text-decoration":["underline","overline","line-through","no-underline"],"text-decoration-style":[{decoration:[...H(),"wavy"]}],"text-decoration-thickness":[{decoration:["auto","from-font",Qa,Dr]}],"underline-offset":[{"underline-offset":["auto",Qa,ht]}],"text-decoration-color":[{decoration:[e]}],"text-transform":["uppercase","lowercase","capitalize","normal-case"],"text-overflow":["truncate","text-ellipsis","text-clip"],"text-wrap":[{text:["wrap","nowrap","balance","pretty"]}],indent:[{indent:D()}],"vertical-align":[{align:["baseline","top","middle","bottom","text-top","text-bottom","sub","super",ht]}],whitespace:[{whitespace:["normal","nowrap","pre","pre-line","pre-wrap","break-spaces"]}],break:[{break:["normal","words","all","keep"]}],hyphens:[{hyphens:["none","manual","auto"]}],content:[{content:["none",ht]}],"bg-attachment":[{bg:["fixed","local","scroll"]}],"bg-clip":[{"bg-clip":["border","padding","content","text"]}],"bg-opacity":[{"bg-opacity":[N]}],"bg-origin":[{"bg-origin":["border","padding","content"]}],"bg-position":[{bg:[...F(),JM]}],"bg-repeat":[{bg:["no-repeat",{repeat:["","x","y","round","space"]}]}],"bg-size":[{bg:["auto","cover","contain",ZM]}],"bg-image":[{bg:["none",{"gradient-to":["t","tr","r","br","b","bl","l","tl"]},t4]}],"bg-color":[{bg:[e]}],"gradient-from-pos":[{from:[S]}],"gradient-via-pos":[{via:[S]}],"gradient-to-pos":[{to:[S]}],"gradient-from":[{from:[w]}],"gradient-via":[{via:[w]}],"gradient-to":[{to:[w]}],rounded:[{rounded:[c]}],"rounded-s":[{"rounded-s":[c]}],"rounded-e":[{"rounded-e":[c]}],"rounded-t":[{"rounded-t":[c]}],"rounded-r":[{"rounded-r":[c]}],"rounded-b":[{"rounded-b":[c]}],"rounded-l":[{"rounded-l":[c]}],"rounded-ss":[{"rounded-ss":[c]}],"rounded-se":[{"rounded-se":[c]}],"rounded-ee":[{"rounded-ee":[c]}],"rounded-es":[{"rounded-es":[c]}],"rounded-tl":[{"rounded-tl":[c]}],"rounded-tr":[{"rounded-tr":[c]}],"rounded-br":[{"rounded-br":[c]}],"rounded-bl":[{"rounded-bl":[c]}],"border-w":[{border:[f]}],"border-w-x":[{"border-x":[f]}],"border-w-y":[{"border-y":[f]}],"border-w-s":[{"border-s":[f]}],"border-w-e":[{"border-e":[f]}],"border-w-t":[{"border-t":[f]}],"border-w-r":[{"border-r":[f]}],"border-w-b":[{"border-b":[f]}],"border-w-l":[{"border-l":[f]}],"border-opacity":[{"border-opacity":[N]}],"border-style":[{border:[...H(),"hidden"]}],"divide-x":[{"divide-x":[f]}],"divide-x-reverse":["divide-x-reverse"],"divide-y":[{"divide-y":[f]}],"divide-y-reverse":["divide-y-reverse"],"divide-opacity":[{"divide-opacity":[N]}],"divide-style":[{divide:H()}],"border-color":[{border:[l]}],"border-color-x":[{"border-x":[l]}],"border-color-y":[{"border-y":[l]}],"border-color-s":[{"border-s":[l]}],"border-color-e":[{"border-e":[l]}],"border-color-t":[{"border-t":[l]}],"border-color-r":[{"border-r":[l]}],"border-color-b":[{"border-b":[l]}],"border-color-l":[{"border-l":[l]}],"divide-color":[{divide:[l]}],"outline-style":[{outline:["",...H()]}],"outline-offset":[{"outline-offset":[Qa,ht]}],"outline-w":[{outline:[Qa,Dr]}],"outline-color":[{outline:[e]}],"ring-w":[{ring:I()}],"ring-w-inset":["ring-inset"],"ring-color":[{ring:[e]}],"ring-opacity":[{"ring-opacity":[N]}],"ring-offset-w":[{"ring-offset":[Qa,Dr]}],"ring-offset-color":[{"ring-offset":[e]}],shadow:[{shadow:["","inner","none",Pr,n4]}],"shadow-color":[{shadow:[pc]}],opacity:[{opacity:[N]}],"mix-blend":[{"mix-blend":[...Y(),"plus-lighter","plus-darker"]}],"bg-blend":[{"bg-blend":Y()}],filter:[{filter:["","none"]}],blur:[{blur:[a]}],brightness:[{brightness:[o]}],contrast:[{contrast:[m]}],"drop-shadow":[{"drop-shadow":["","none",Pr,ht]}],grayscale:[{grayscale:[h]}],"hue-rotate":[{"hue-rotate":[g]}],invert:[{invert:[b]}],saturate:[{saturate:[E]}],sepia:[{sepia:[A]}],"backdrop-filter":[{"backdrop-filter":["","none"]}],"backdrop-blur":[{"backdrop-blur":[a]}],"backdrop-brightness":[{"backdrop-brightness":[o]}],"backdrop-contrast":[{"backdrop-contrast":[m]}],"backdrop-grayscale":[{"backdrop-grayscale":[h]}],"backdrop-hue-rotate":[{"backdrop-hue-rotate":[g]}],"backdrop-invert":[{"backdrop-invert":[b]}],"backdrop-opacity":[{"backdrop-opacity":[N]}],"backdrop-saturate":[{"backdrop-saturate":[E]}],"backdrop-sepia":[{"backdrop-sepia":[A]}],"border-collapse":[{border:["collapse","separate"]}],"border-spacing":[{"border-spacing":[d]}],"border-spacing-x":[{"border-spacing-x":[d]}],"border-spacing-y":[{"border-spacing-y":[d]}],"table-layout":[{table:["auto","fixed"]}],caption:[{caption:["top","bottom"]}],transition:[{transition:["none","all","","colors","opacity","shadow","transform",ht]}],duration:[{duration:B()}],ease:[{ease:["linear","in","out","in-out",ht]}],delay:[{delay:B()}],animate:[{animate:["none","spin","ping","pulse","bounce",ht]}],transform:[{transform:["","gpu","none"]}],scale:[{scale:[R]}],"scale-x":[{"scale-x":[R]}],"scale-y":[{"scale-y":[R]}],rotate:[{rotate:[fc,ht]}],"translate-x":[{"translate-x":[O]}],"translate-y":[{"translate-y":[O]}],"skew-x":[{"skew-x":[T]}],"skew-y":[{"skew-y":[T]}],"transform-origin":[{origin:["center","top","top-right","right","bottom-right","bottom","bottom-left","left","top-left",ht]}],accent:[{accent:["auto",e]}],appearance:[{appearance:["none","auto"]}],cursor:[{cursor:["auto","default","pointer","wait","text","move","help","not-allowed","none","context-menu","progress","cell","crosshair","vertical-text","alias","copy","no-drop","grab","grabbing","all-scroll","col-resize","row-resize","n-resize","e-resize","s-resize","w-resize","ne-resize","nw-resize","se-resize","sw-resize","ew-resize","ns-resize","nesw-resize","nwse-resize","zoom-in","zoom-out",ht]}],"caret-color":[{caret:[e]}],"pointer-events":[{"pointer-events":["none","auto"]}],resize:[{resize:["none","y","x",""]}],"scroll-behavior":[{scroll:["auto","smooth"]}],"scroll-m":[{"scroll-m":D()}],"scroll-mx":[{"scroll-mx":D()}],"scroll-my":[{"scroll-my":D()}],"scroll-ms":[{"scroll-ms":D()}],"scroll-me":[{"scroll-me":D()}],"scroll-mt":[{"scroll-mt":D()}],"scroll-mr":[{"scroll-mr":D()}],"scroll-mb":[{"scroll-mb":D()}],"scroll-ml":[{"scroll-ml":D()}],"scroll-p":[{"scroll-p":D()}],"scroll-px":[{"scroll-px":D()}],"scroll-py":[{"scroll-py":D()}],"scroll-ps":[{"scroll-ps":D()}],"scroll-pe":[{"scroll-pe":D()}],"scroll-pt":[{"scroll-pt":D()}],"scroll-pr":[{"scroll-pr":D()}],"scroll-pb":[{"scroll-pb":D()}],"scroll-pl":[{"scroll-pl":D()}],"snap-align":[{snap:["start","end","center","align-none"]}],"snap-stop":[{snap:["normal","always"]}],"snap-type":[{snap:["none","x","y","both"]}],"snap-strictness":[{snap:["mandatory","proximity"]}],touch:[{touch:["auto","none","manipulation"]}],"touch-x":[{"touch-pan":["x","left","right"]}],"touch-y":[{"touch-pan":["y","up","down"]}],"touch-pz":["touch-pinch-zoom"],select:[{select:["none","text","all","auto"]}],"will-change":[{"will-change":["auto","scroll","contents","transform",ht]}],fill:[{fill:[e,"none"]}],"stroke-w":[{stroke:[Qa,Dr,th]}],stroke:[{stroke:[e,"none"]}],sr:["sr-only","not-sr-only"],"forced-color-adjust":[{"forced-color-adjust":["auto","none"]}]},conflictingClassGroups:{overflow:["overflow-x","overflow-y"],overscroll:["overscroll-x","overscroll-y"],inset:["inset-x","inset-y","start","end","top","right","bottom","left"],"inset-x":["right","left"],"inset-y":["top","bottom"],flex:["basis","grow","shrink"],gap:["gap-x","gap-y"],p:["px","py","ps","pe","pt","pr","pb","pl"],px:["pr","pl"],py:["pt","pb"],m:["mx","my","ms","me","mt","mr","mb","ml"],mx:["mr","ml"],my:["mt","mb"],size:["w","h"],"font-size":["leading"],"fvn-normal":["fvn-ordinal","fvn-slashed-zero","fvn-figure","fvn-spacing","fvn-fraction"],"fvn-ordinal":["fvn-normal"],"fvn-slashed-zero":["fvn-normal"],"fvn-figure":["fvn-normal"],"fvn-spacing":["fvn-normal"],"fvn-fraction":["fvn-normal"],"line-clamp":["display","overflow"],rounded:["rounded-s","rounded-e","rounded-t","rounded-r","rounded-b","rounded-l","rounded-ss","rounded-se","rounded-ee","rounded-es","rounded-tl","rounded-tr","rounded-br","rounded-bl"],"rounded-s":["rounded-ss","rounded-es"],"rounded-e":["rounded-se","rounded-ee"],"rounded-t":["rounded-tl","rounded-tr"],"rounded-r":["rounded-tr","rounded-br"],"rounded-b":["rounded-br","rounded-bl"],"rounded-l":["rounded-tl","rounded-bl"],"border-spacing":["border-spacing-x","border-spacing-y"],"border-w":["border-w-s","border-w-e","border-w-t","border-w-r","border-w-b","border-w-l"],"border-w-x":["border-w-r","border-w-l"],"border-w-y":["border-w-t","border-w-b"],"border-color":["border-color-s","border-color-e","border-color-t","border-color-r","border-color-b","border-color-l"],"border-color-x":["border-color-r","border-color-l"],"border-color-y":["border-color-t","border-color-b"],"scroll-m":["scroll-mx","scroll-my","scroll-ms","scroll-me","scroll-mt","scroll-mr","scroll-mb","scroll-ml"],"scroll-mx":["scroll-mr","scroll-ml"],"scroll-my":["scroll-mt","scroll-mb"],"scroll-p":["scroll-px","scroll-py","scroll-ps","scroll-pe","scroll-pt","scroll-pr","scroll-pb","scroll-pl"],"scroll-px":["scroll-pr","scroll-pl"],"scroll-py":["scroll-pt","scroll-pb"],touch:["touch-x","touch-y","touch-pz"],"touch-x":["touch"],"touch-y":["touch"],"touch-pz":["touch"]},conflictingClassGroupModifiers:{"font-size":["leading"]}}},fS=HM(o4);function me(...e){return fS(Uc(e))}const Sj={};function ns(e,t){const a=x.useRef(Sj);return a.current===Sj&&(a.current=e(t)),a}const vx=[];let yx;function l4(){return yx}function i4(e){vx.push(e)}function Tb(e){const t=(a,o)=>{const l=ns(c4).current;let c;try{yx=l;for(const d of vx)d.before(l);c=e(a,o);for(const d of vx)d.after(l);l.didInitialize=!0}finally{yx=void 0}return c};return t.displayName=e.displayName||e.name,t}function pS(e){return x.forwardRef(Tb(e))}function c4(){return{didInitialize:!1}}const u4=()=>{},ze=typeof document<"u"?x.useLayoutEffect:u4;function d4(e,t){return function(o,...l){const c=new URL(e);return c.searchParams.set("code",o.toString()),l.forEach(d=>c.searchParams.append("args[]",d)),`${t} error #${o}; visit ${c} for the full message.`}}const ln=d4("https://base-ui.com/production-error","Base UI"),mS=x.createContext(void 0);function nu(e){const t=x.useContext(mS);if(t===void 0&&!e)throw new Error(ln(72));return t}const f4=[];function Ab(e){x.useEffect(e,f4)}const mc=0;class na{static create(){return new na}currentId=mc;start(t,a){this.clear(),this.currentId=setTimeout(()=>{this.currentId=mc,a()},t)}isStarted(){return this.currentId!==mc}clear=()=>{this.currentId!==mc&&(clearTimeout(this.currentId),this.currentId=mc)};disposeEffect=()=>this.clear}function En(){const e=ns(na.create).current;return Ab(e.disposeEffect),e}function p4(){return typeof navigator>"u"?{userAgent:"",platform:"",maxTouchPoints:0}:{userAgent:navigator.userAgent,platform:navigator.platform??"",maxTouchPoints:navigator.maxTouchPoints??0}}const{userAgent:m4,platform:g4,maxTouchPoints:h4}=p4(),tp=m4.toLowerCase(),$c=g4.toLowerCase(),np=/^i(os$|p)/.test($c)||$c==="macintel"&&h4>1,Cj="android",jx=$c===Cj||tp.includes(Cj),Mb=!np&&$c.startsWith("mac");$c.startsWith("win");const x4=Mb||np,Qr=typeof CSS<"u"&&!!CSS.supports?.("-webkit-backdrop-filter:none");!Qr&&tp.includes("firefox");!Qr&&tp.includes("chrom");const b4=x4,Ob=/jsdom|happydom/.test(tp);function pa(e){e.preventDefault(),e.stopPropagation()}function _4(e){return"nativeEvent"in e}function zb(e){return e.pointerType===""&&e.isTrusted?!0:jx&&e.pointerType?e.type==="click"&&e.buttons===1:e.detail===0&&!e.pointerType}function gS(e){return Ob?!1:!jx&&e.width===0&&e.height===0||jx&&e.width===1&&e.height===1&&e.pressure===0&&e.detail===0&&e.pointerType==="mouse"||e.width<1&&e.height<1&&e.pressure===0&&e.detail===0&&e.pointerType==="touch"}function Oo(e,t){const a=["mouse","pen"];return t||a.push("",void 0),a.includes(e)}function v4(e){const t=e.type;return t==="click"||t==="mousedown"||t==="keydown"||t==="keyup"}function sp(){return typeof window<"u"}function Vn(e){return Db(e)?(e.nodeName||"").toLowerCase():"#document"}function Wt(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function Na(e){var t;return(t=(Db(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function Db(e){return sp()?e instanceof Node||e instanceof Wt(e).Node:!1}function bt(e){return sp()?e instanceof Element||e instanceof Wt(e).Element:!1}function Gt(e){return sp()?e instanceof HTMLElement||e instanceof Wt(e).HTMLElement:!1}function ei(e){return!sp()||typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof Wt(e).ShadowRoot}function Wr(e){const{overflow:t,overflowX:a,overflowY:o,display:l}=gs(e);return/auto|scroll|overlay|hidden|clip/.test(t+o+a)&&l!=="inline"&&l!=="contents"}function y4(e){return/^(table|td|th)$/.test(Vn(e))}function ap(e){try{if(e.matches(":popover-open"))return!0}catch{}try{return e.matches(":modal")}catch{return!1}}const j4=/transform|translate|scale|rotate|perspective|filter/,w4=/paint|layout|strict|content/,yo=e=>!!e&&e!=="none";let nh;function Pb(e){const t=bt(e)?gs(e):e;return yo(t.transform)||yo(t.translate)||yo(t.scale)||yo(t.rotate)||yo(t.perspective)||!Lb()&&(yo(t.backdropFilter)||yo(t.filter))||j4.test(t.willChange||"")||w4.test(t.contain||"")}function k4(e){let t=wa(e);for(;Gt(t)&&!ba(t);){if(Pb(t))return t;if(ap(t))return null;t=wa(t)}return null}function Lb(){return nh==null&&(nh=typeof CSS<"u"&&CSS.supports&&CSS.supports("-webkit-backdrop-filter","none")),nh}function ba(e){return/^(html|body|#document)$/.test(Vn(e))}function gs(e){return Wt(e).getComputedStyle(e)}function rp(e){return bt(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function wa(e){if(Vn(e)==="html")return e;const t=e.assignedSlot||e.parentNode||ei(e)&&e.host||Na(e);return ei(t)?t.host:t}function hS(e){const t=wa(e);return ba(t)?e.ownerDocument?e.ownerDocument.body:e.body:Gt(t)&&Wr(t)?t:hS(t)}function Hc(e,t,a){var o;t===void 0&&(t=[]),a===void 0&&(a=!0);const l=hS(e),c=l===((o=e.ownerDocument)==null?void 0:o.body),d=Wt(l);if(c){const f=wx(d);return t.concat(d,d.visualViewport||[],Wr(l)?l:[],f&&a?Hc(f):[])}else return t.concat(l,Hc(l,[],a))}function wx(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}const kx="data-base-ui-focusable",xS="input:not([type='hidden']):not([disabled]),[contenteditable]:not([contenteditable='false']),textarea:not([disabled])",op="ArrowLeft",lp="ArrowRight",bS="ArrowUp",Ib="ArrowDown";function Gn(e){let t=e.activeElement;for(;t?.shadowRoot?.activeElement!=null;)t=t.shadowRoot.activeElement;return t}function We(e,t){if(!e||!t)return!1;const a=t.getRootNode?.();if(e.contains(t))return!0;if(a&&ei(a)){let o=t;for(;o;){if(e===o)return!0;o=o.parentNode||o.host}}return!1}function qn(e){return"composedPath"in e?e.composedPath()[0]:e.target}function gf(e,t){if(!bt(e))return!1;const a=e;if(t.hasElement(a))return!a.hasAttribute("data-trigger-disabled");for(const[,o]of t.entries())if(We(o,a))return!o.hasAttribute("data-trigger-disabled");return!1}function sh(e,t){if(t==null)return!1;if("composedPath"in e)return e.composedPath().includes(t);const a=e;return a.target!=null&&t.contains(a.target)}function S4(e){return e.matches("html,body")}function ip(e){return Gt(e)&&e.matches(xS)}function C4(e){return e?.closest(`button,a[href],[role="button"],select,[tabindex]:not([tabindex="-1"]),${xS}`)!=null}function Sx(e){return e?e.getAttribute("role")==="combobox"&&ip(e):!1}function N4(e){if(!e||Ob)return!0;try{return e.matches(":focus-visible")}catch{return!0}}function hf(e){return e?e.hasAttribute(kx)?e:e.querySelector(`[${kx}]`)||e:null}function E4(e,t){return t!=null&&!Oo(t)?0:typeof e=="function"?e():e}function ti(e,t,a){const o=E4(e,a);return typeof o=="number"?o:o?.[t]}function Nj(e){return typeof e=="function"?e():e}function _S(e,t){return t||e==="click"||e==="mousedown"}function R4(e){return e?.includes("mouse")&&e!=="mousedown"}function Mn(){}const rr=Object.freeze([]),Xt=Object.freeze({}),ka="none",xi="trigger-press",On="trigger-hover",Gl="trigger-focus",cp="outside-press",Yl="item-press",T4="close-press",zo="focus-out",up="escape-key",Cx="list-navigation",vS="cancel-open",wc="sibling-open",yS="disabled",Ej="missing",Rj="initial",Bb="imperative-action",A4="window-resize";function st(e,t,a,o){let l=!1,c=!1;const d=o??Xt;return{reason:e,event:t??new Event("base-ui"),cancel(){l=!0},allowPropagation(){c=!0},get isCanceled(){return l},get isPropagationAllowed(){return c},trigger:a,...d}}const jS=x.createContext({hasProvider:!1,timeoutMs:0,delayRef:{current:0},initialDelayRef:{current:0},timeout:new na,currentIdRef:{current:null},currentContextRef:{current:null}});function M4(e,t){e.current=t.current}function O4(e){const{children:t,delay:a,timeoutMs:o=0}=e,l=x.useRef(a),c=x.useRef(a),d=x.useRef(null),f=x.useRef(null),m=En();return ze(()=>{if(c.current=a,!d.current){l.current=a;return}l.current={open:ti(l.current,"open"),close:ti(a,"close")}},[a,d,l,c]),n.jsx(jS.Provider,{value:x.useMemo(()=>({hasProvider:!0,delayRef:l,initialDelayRef:c,currentIdRef:d,timeoutMs:o,currentContextRef:f,timeout:m}),[o,m]),children:t})}function z4(e,t={open:!1}){const{open:a}=t,o="rootStore"in e?e.rootStore:e,l=o.useState("floatingId"),c=x.useContext(jS),{currentIdRef:d,delayRef:f,timeoutMs:m,initialDelayRef:h,currentContextRef:g,hasProvider:b,timeout:_}=c,[w,S]=x.useState(!1),y=x.useRef(a),C=x.useRef(!1);return ze(()=>{y.current=a},[a]),ze(()=>()=>{C.current=!0},[]),ze(()=>{function N(){C.current||S(!1),g.current?.setIsInstantPhase(!1),d.current=null,g.current=null,f.current=h.current,_.clear()}if(d.current&&!a&&d.current===l){if(S(!1),m){const j=l;return _.start(m,()=>{o.select("open")||d.current&&d.current!==j||N()}),()=>{(y.current||d.current!==j)&&_.clear()}}N()}},[a,l,d,f,m,h,g,_,o]),ze(()=>{if(!a)return;const N=g.current,j=d.current;_.clear(),g.current={onOpenChange:o.setOpen,setIsInstantPhase:S},d.current=l,f.current={open:0,close:ti(h.current,"close")},j!==null&&j!==l?(S(!0),N?.setIsInstantPhase(!0),N?.onOpenChange(!1,st(ka))):(S(!1),N?.setIsInstantPhase(!1))},[a,l,o,d,f,h,g,_]),ze(()=>()=>{if(d.current===l){if(g.current=null,!y.current)return;d.current=null,M4(f,h),_.clear()}},[g,d,f,l,h,_]),x.useMemo(()=>({hasProvider:b,delayRef:f,isInstantPhase:w}),[b,f,w])}function _t(e,t,a,o){return e.addEventListener(t,a,o),()=>{e.removeEventListener(t,a,o)}}function _a(...e){return()=>{for(let t=0;t<e.length;t+=1){const a=e[t];a&&a()}}}function or(e,t,a,o){const l=ns(wS).current;return P4(l,e,t,a,o)&&kS(l,[e,t,a,o]),l.callback}function D4(e){const t=ns(wS).current;return L4(t,e)&&kS(t,e),t.callback}function wS(){return{callback:null,cleanup:null,refs:[]}}function P4(e,t,a,o,l){return e.refs[0]!==t||e.refs[1]!==a||e.refs[2]!==o||e.refs[3]!==l}function L4(e,t){return e.refs.length!==t.length||e.refs.some((a,o)=>a!==t[o])}function kS(e,t){if(e.refs=t,t.every(a=>a==null)){e.callback=null;return}e.callback=a=>{if(e.cleanup&&(e.cleanup(),e.cleanup=null),a!=null){const o=Array(t.length).fill(null);for(let l=0;l<t.length;l+=1){const c=t[l];if(c!=null)switch(typeof c){case"function":{const d=c(a);typeof d=="function"&&(o[l]=d);break}case"object":{c.current=a;break}}}e.cleanup=()=>{for(let l=0;l<t.length;l+=1){const c=t[l];if(c!=null)switch(typeof c){case"function":{const d=o[l];typeof d=="function"?d():c(null);break}case"object":{c.current=null;break}}}}}}}function pn(e){const t=ns(I4,e).current;return t.next=e,ze(t.effect),t}function I4(e){const t={current:e,next:e,effect:()=>{t.current=t.next}};return t}const Ub={...O5},ah=Ub.useInsertionEffect,B4=ah&&ah!==Ub.useLayoutEffect?ah:e=>e();function Ue(e){const t=ns(U4).current;return t.next=e,B4(t.effect),t.trampoline}function U4(){const e={next:void 0,callback:$4,trampoline:(...t)=>e.callback?.(...t),effect:()=>{e.callback=e.next}};return e}function $4(){}const Cd=null;class H4{callbacks=[];callbacksCount=0;nextId=1;startId=1;isScheduled=!1;tick=t=>{this.isScheduled=!1;const a=this.callbacks,o=this.callbacksCount;if(this.callbacks=[],this.callbacksCount=0,this.startId=this.nextId,o>0)for(let l=0;l<a.length;l+=1)a[l]?.(t)};request(t){const a=this.nextId;return this.nextId+=1,this.callbacks.push(t),this.callbacksCount+=1,(!this.isScheduled||!1)&&(requestAnimationFrame(this.tick),this.isScheduled=!0),a}cancel(t){const a=t-this.startId;a<0||a>=this.callbacks.length||(this.callbacks[a]=null,this.callbacksCount-=1)}}const Nd=new H4;class ga{static create(){return new ga}static request(t){return Nd.request(t)}static cancel(t){return Nd.cancel(t)}currentId=Cd;request(t){this.cancel(),this.currentId=Nd.request(()=>{this.currentId=Cd,t()})}cancel=()=>{this.currentId!==Cd&&(Nd.cancel(this.currentId),this.currentId=Cd)};disposeEffect=()=>this.cancel}function ni(){const e=ns(ga.create).current;return Ab(e.disposeEffect),e}function xt(e){return e?.ownerDocument||document}const SS={clipPath:"inset(50%)",overflow:"hidden",whiteSpace:"nowrap",border:0,padding:0,width:1,height:1,margin:-1},$b={...SS,position:"fixed",top:0,left:0},CS={...SS,position:"absolute"},si=x.forwardRef(function(t,a){const[o,l]=x.useState();ze(()=>{b4&&Qr&&l("button")},[]);const c={tabIndex:0,role:o};return n.jsx("span",{...t,ref:a,style:$b,"aria-hidden":o?void 0:!0,...c,"data-base-ui-focus-guard":""})}),q4=["top","right","bottom","left"],ai=Math.min,Cs=Math.max,xf=Math.round,Ed=Math.floor,va=e=>({x:e,y:e}),V4={left:"right",right:"left",bottom:"top",top:"bottom"};function Nx(e,t,a){return Cs(e,ai(t,a))}function lr(e,t){return typeof e=="function"?e(t):e}function ms(e){return e.split("-")[0]}function Zr(e){return e.split("-")[1]}function Hb(e){return e==="x"?"y":"x"}function qb(e){return e==="y"?"height":"width"}function qs(e){const t=e[0];return t==="t"||t==="b"?"y":"x"}function Vb(e){return Hb(qs(e))}function F4(e,t,a){a===void 0&&(a=!1);const o=Zr(e),l=Vb(e),c=qb(l);let d=l==="x"?o===(a?"end":"start")?"right":"left":o==="start"?"bottom":"top";return t.reference[c]>t.floating[c]&&(d=bf(d)),[d,bf(d)]}function G4(e){const t=bf(e);return[Ex(e),t,Ex(t)]}function Ex(e){return e.includes("start")?e.replace("start","end"):e.replace("end","start")}const Tj=["left","right"],Aj=["right","left"],Y4=["top","bottom"],K4=["bottom","top"];function X4(e,t,a){switch(e){case"top":case"bottom":return a?t?Aj:Tj:t?Tj:Aj;case"left":case"right":return t?Y4:K4;default:return[]}}function Q4(e,t,a,o){const l=Zr(e);let c=X4(ms(e),a==="start",o);return l&&(c=c.map(d=>d+"-"+l),t&&(c=c.concat(c.map(Ex)))),c}function bf(e){const t=ms(e);return V4[t]+e.slice(t.length)}function W4(e){return{top:0,right:0,bottom:0,left:0,...e}}function NS(e){return typeof e!="number"?W4(e):{top:e,right:e,bottom:e,left:e}}function qc(e){const{x:t,y:a,width:o,height:l}=e;return{width:o,height:l,top:a,left:t,right:t+o,bottom:a+l,x:t,y:a}}function Mc(e,t){return t<0||t>=e.length}function tf(e,t){return tr(e.current,{disabledIndices:t})}function Rx(e,t){return tr(e.current,{decrement:!0,startingIndex:e.current.length,disabledIndices:t})}function tr(e,{startingIndex:t=-1,decrement:a=!1,disabledIndices:o,amount:l=1}={}){let c=t;do c+=a?-l:l;while(c>=0&&c<=e.length-1&&_f(e,c,o));return c}function _f(e,t,a){if(typeof a=="function"?a(t):a?.includes(t)??!1)return!0;const l=e[t];return l?dp(l)?!a&&(l.hasAttribute("disabled")||l.getAttribute("aria-disabled")==="true"):!0:!1}function Z4(e){return e.visibility==="hidden"||e.visibility==="collapse"}function dp(e,t=e?gs(e):null){return!e||!e.isConnected||!t||Z4(t)?!1:typeof e.checkVisibility=="function"?e.checkVisibility():t.display!=="none"&&t.display!=="contents"}const J4='a[href],button,input,select,textarea,summary,details,iframe,object,embed,[tabindex],[contenteditable]:not([contenteditable="false"]),audio[controls],video[controls]';function eO(e){const t=e.assignedSlot;if(t)return t;if(e.parentElement)return e.parentElement;const a=e.getRootNode();return ei(a)?a.host:null}function Tx(e){for(const t of Array.from(e.children))if(Vn(t)==="summary")return t;return null}function tO(e,t){const a=Tx(t);return!!a&&(e===a||We(a,e))}function ES(e){const t=e?Vn(e):"";return e!=null&&e.matches(J4)&&(t!=="summary"||e.parentElement!=null&&Vn(e.parentElement)==="details"&&Tx(e.parentElement)===e)&&(t!=="details"||Tx(e)==null)&&(t!=="input"||e.type!=="hidden")}function RS(e){if(!ES(e)||!e.isConnected||e.matches(":disabled"))return!1;for(let t=e;t;t=eO(t)){const a=t!==e,o=Vn(t)==="slot";if(t.hasAttribute("inert")||a&&Vn(t)==="details"&&!t.open&&!tO(e,t)||t.hasAttribute("hidden")||!o&&!nO(t,a))return!1}return!0}function nO(e,t){const a=gs(e);return t?a.display!=="none":dp(e,a)}function TS(e){const t=e.tabIndex;if(t<0){const a=Vn(e);if(a==="details"||a==="audio"||a==="video"||Gt(e)&&e.isContentEditable)return 0}return t}function rh(e){if(Vn(e)!=="input")return null;const t=e;return t.type==="radio"&&t.name!==""?t:null}function sO(e,t){const a=rh(e);if(!a)return!0;const o=t.find(l=>{const c=rh(l);return c?.name===a.name&&c.form===a.form&&c.checked});return o?o===a:t.find(l=>{const c=rh(l);return c?.name===a.name&&c.form===a.form})===a}function AS(e){if(Gt(e)&&Vn(e)==="slot"){const t=e.assignedElements({flatten:!0});if(t.length>0)return t}return Gt(e)&&e.shadowRoot?Array.from(e.shadowRoot.children):Array.from(e.children)}function MS(e,t){AS(e).forEach(a=>{ES(a)&&t.push(a),MS(a,t)})}function OS(e,t,a){AS(e).forEach(o=>{Gt(o)&&o.matches(t)&&a.push(o),OS(o,t,a)})}function Fb(e){return RS(e)&&TS(e)>=0}function zS(e){const t=[];return MS(e,t),t.filter(RS)}function su(e){const t=zS(e);return t.filter(a=>TS(a)>=0&&sO(a,t))}function DS(e,t){const a=su(e),o=a.length;if(o===0)return;const l=Gn(xt(e)),c=a.indexOf(l),d=c===-1?t===1?0:o-1:c+t;return a[d]}function Gb(e){return DS(xt(e).body,1)||e}function PS(e){return DS(xt(e).body,-1)||e}function LS(e,t){if(!e)return null;const a=su(xt(e).body),o=a.length;if(o===0)return null;const l=a.indexOf(e);if(l===-1)return null;const c=(l+t+o)%o;return a[c]}function aO(e){return LS(e,1)}function rO(e){return LS(e,-1)}function Kl(e,t){const a=t||e.currentTarget,o=e.relatedTarget;return!o||!We(a,o)}function oO(e){su(e).forEach(a=>{a.dataset.tabindex=a.getAttribute("tabindex")||"",a.setAttribute("tabindex","-1")})}function Mj(e){const t=[];OS(e,"[data-tabindex]",t),t.forEach(a=>{const o=a.dataset.tabindex;delete a.dataset.tabindex,o?a.setAttribute("tabindex",o):a.removeAttribute("tabindex")})}function Yr(e,t,a=!0){return e.filter(l=>l.parentId===t).flatMap(l=>[...!a||l.context?.open?[l]:[],...Yr(e,l.id,a)])}function Oj(e,t){let a=[],o=e.find(l=>l.id===t)?.parentId;for(;o;){const l=e.find(c=>c.id===o);o=l?.parentId,l&&(a=a.concat(l))}return a}function Vc(e){return`data-base-ui-${e}`}let Rd=0;function nf(e,t={}){const{preventScroll:a=!1,sync:o=!1,shouldFocus:l}=t;cancelAnimationFrame(Rd);function c(){l&&!l()||e?.focus({preventScroll:a})}if(o)return c(),Mn;const d=requestAnimationFrame(c);return Rd=d,()=>{Rd===d&&(cancelAnimationFrame(d),Rd=0)}}const oh={inert:new WeakMap,"aria-hidden":new WeakMap},zj="data-base-ui-inert",Ax={inert:new WeakSet,"aria-hidden":new WeakSet};let gc=new WeakMap,lh=0;function lO(e){return Ax[e]}function IS(e){return e?ei(e)?e.host:IS(e.parentNode):null}const Dj=(e,t)=>t.map(a=>{if(e.contains(a))return a;const o=IS(a);return e.contains(o)?o:null}).filter(a=>a!=null),Pj=e=>{const t=new Set;return e.forEach(a=>{let o=a;for(;o&&!t.has(o);)t.add(o),o=o.parentNode}),t},Lj=(e,t,a)=>{const o=[],l=c=>{!c||a.has(c)||Array.from(c.children).forEach(d=>{Vn(d)!=="script"&&(t.has(d)?l(d):o.push(d))})};return l(e),o};function iO(e,t,a,o,{mark:l=!0}){let c=null;o?c="inert":a&&(c="aria-hidden");let d=null,f=null;const m=Dj(t,e),h=l?Lj(t,Pj(m),new Set(m)):[],g=[],b=[];if(c){const _=oh[c],w=lO(c);f=w,d=_;const S=Dj(t,Array.from(t.querySelectorAll("[aria-live]"))),y=m.concat(S);Lj(t,Pj(y),new Set(y)).forEach(N=>{const j=N.getAttribute(c),E=j!==null&&j!=="false",R=(_.get(N)||0)+1;_.set(N,R),g.push(N),R===1&&E&&w.add(N),E||N.setAttribute(c,c==="inert"?"":"true")})}return l&&h.forEach(_=>{const w=(gc.get(_)||0)+1;gc.set(_,w),b.push(_),w===1&&_.setAttribute(zj,"")}),lh+=1,()=>{d&&g.forEach(_=>{const S=(d.get(_)||0)-1;d.set(_,S),S||(!f?.has(_)&&c&&_.removeAttribute(c),f?.delete(_))}),l&&b.forEach(_=>{const w=(gc.get(_)||0)-1;gc.set(_,w),w||_.removeAttribute(zj)}),lh-=1,lh||(oh.inert=new WeakMap,oh["aria-hidden"]=new WeakMap,Ax.inert=new WeakSet,Ax["aria-hidden"]=new WeakSet,gc=new WeakMap)}}function Ij(e,t={}){const{ariaHidden:a=!1,inert:o=!1,mark:l=!0}=t,c=xt(e[0]).body;return iO(e,c,a,o,{mark:l})}let Bj=0;function cO(e,t="mui"){const[a,o]=x.useState(e),l=e||a;return x.useEffect(()=>{a==null&&(Bj+=1,o(`${t}-${Bj}`))},[a,t]),l}const Uj=Ub.useId;function Do(e,t){if(Uj!==void 0){const a=Uj();return e??(t?`${t}-${a}`:a)}return cO(e,t)}const uO=parseInt(x.version,10);function Yb(e){return uO>=e}function $j(e){if(!x.isValidElement(e))return null;const t=e,a=t.props;return(Yb(19)?a?.ref:t.ref)??null}function Mx(e,t){if(e&&!t)return e;if(!e&&t)return t;if(e||t)return{...e,...t}}function dO(e,t){const a={};for(const o in e){const l=e[o];if(t?.hasOwnProperty(o)){const c=t[o](l);c!=null&&Object.assign(a,c);continue}l===!0?a[`data-${o.toLowerCase()}`]="":l&&(a[`data-${o.toLowerCase()}`]=l.toString())}return a}function fO(e,t){return typeof e=="function"?e(t):e}function pO(e,t){return typeof e=="function"?e(t):e}const Kb={};function Kn(e,t,a,o,l){if(!a&&!o&&!l&&!e)return vf(t);let c=vf(e);return t&&(c=kc(c,t)),a&&(c=kc(c,a)),o&&(c=kc(c,o)),l&&(c=kc(c,l)),c}function mO(e){if(e.length===0)return Kb;if(e.length===1)return vf(e[0]);let t=vf(e[0]);for(let a=1;a<e.length;a+=1)t=kc(t,e[a]);return t}function vf(e){return Xb(e)?{...US(e,Kb)}:gO(e)}function kc(e,t){return Xb(t)?US(t,e):hO(e,t)}function gO(e){const t={...e};for(const a in t){const o=t[a];BS(a,o)&&(t[a]=$S(o))}return t}function hO(e,t){if(!t)return e;for(const a in t){const o=t[a];switch(a){case"style":{e[a]=Mx(e.style,o);break}case"className":{e[a]=HS(e.className,o);break}default:BS(a,o)?e[a]=xO(e[a],o):e[a]=o}}return e}function BS(e,t){const a=e.charCodeAt(0),o=e.charCodeAt(1),l=e.charCodeAt(2);return a===111&&o===110&&l>=65&&l<=90&&(typeof t=="function"||typeof t>"u")}function Xb(e){return typeof e=="function"}function US(e,t){return Xb(e)?e(t):e??Kb}function xO(e,t){return t?e?(...a)=>{const o=a[0];if(qS(o)){const c=o;yf(c);const d=t(...a);return c.baseUIHandlerPrevented||e?.(...a),d}const l=t(...a);return e?.(...a),l}:$S(t):e}function $S(e){return e&&((...t)=>{const a=t[0];return qS(a)&&yf(a),e(...t)})}function yf(e){return e.preventBaseUIHandler=()=>{e.baseUIHandlerPrevented=!0},e}function HS(e,t){return t?e?t+" "+e:t:e}function qS(e){return e!=null&&typeof e=="object"&&"nativeEvent"in e}function Et(e,t,a={}){const o=t.render,l=bO(t,a);if(a.enabled===!1)return null;const c=a.state??Xt;return yO(e,o,l,c)}function bO(e,t={}){const{className:a,style:o,render:l}=e,{state:c=Xt,ref:d,props:f,stateAttributesMapping:m,enabled:h=!0}=t,g=h?fO(a,c):void 0,b=h?pO(o,c):void 0,_=h?dO(c,m):Xt,w=h&&f?_O(f):void 0,S=h?Mx(_,w)??{}:Xt;return typeof document<"u"&&(h?Array.isArray(d)?S.ref=D4([S.ref,$j(l),...d]):S.ref=or(S.ref,$j(l),d):or(null,null)),h?(g!==void 0&&(S.className=HS(S.className,g)),b!==void 0&&(S.style=Mx(S.style,b)),S):Xt}function _O(e){return Array.isArray(e)?mO(e):Kn(void 0,e)}const vO=Symbol.for("react.lazy");function yO(e,t,a,o){if(t){if(typeof t=="function")return t(a,o);const l=Kn(a,t.props);l.ref=a.ref;let c=t;return c?.$$typeof===vO&&(c=x.Children.toArray(t)[0]),x.cloneElement(c,l)}if(e&&typeof e=="string")return jO(e,a);throw new Error(ln(8))}function jO(e,t){return e==="button"?x.createElement("button",{type:"button",...t,key:t.key}):e==="img"?x.createElement("img",{alt:"",...t,key:t.key}):x.createElement(e,t)}const wO=500,kO=500,SO={style:{transition:"none"}},CO="data-base-ui-click-trigger",VS={fallbackAxisSide:"none"},FS={fallbackAxisSide:"end"},NO={clipPath:"inset(50%)",position:"fixed",top:0,left:0},GS=x.createContext(null),YS=()=>x.useContext(GS),EO=Vc("portal");function KS(e={}){const{ref:t,container:a,componentProps:o=Xt,elementProps:l}=e,c=Do(),f=YS()?.portalNode,[m,h]=x.useState(null),[g,b]=x.useState(null),_=Ue(C=>{C!==null&&b(C)}),w=x.useRef(null);ze(()=>{if(a===null){w.current&&(w.current=null,b(null),h(null));return}if(c==null)return;const C=(a&&(Db(a)?a:a.current))??f??document.body;if(C==null){w.current&&(w.current=null,b(null),h(null));return}w.current!==C&&(w.current=C,b(null),h(C))},[a,f,c]);const S=Et("div",o,{ref:[t,_],props:[{id:c,[EO]:""},l]});return{portalNode:g,portalSubtree:m&&S?Fs.createPortal(S,m):null}}const Qb=x.forwardRef(function(t,a){const{render:o,className:l,style:c,children:d,container:f,renderGuards:m,...h}=t,{portalNode:g,portalSubtree:b}=KS({container:f,ref:a,componentProps:t,elementProps:h}),_=x.useRef(null),w=x.useRef(null),S=x.useRef(null),y=x.useRef(null),[C,N]=x.useState(null),j=x.useRef(!1),E=C?.modal,R=C?.open,A=typeof m=="boolean"?m:!!C&&!C.modal&&C.open&&!!g;x.useEffect(()=>{if(!g||E)return;function z(O){g&&O.relatedTarget&&Kl(O)&&(O.type==="focusin"?j.current&&(Mj(g),j.current=!1):(oO(g),j.current=!0))}return _a(_t(g,"focusin",z,!0),_t(g,"focusout",z,!0))},[g,E]),ze(()=>{!g||R!==!0||!j.current||(Mj(g),j.current=!1)},[R,g]);const T=x.useMemo(()=>({beforeOutsideRef:_,afterOutsideRef:w,beforeInsideRef:S,afterInsideRef:y,portalNode:g,setFocusManagerState:N}),[g]);return n.jsxs(x.Fragment,{children:[b,n.jsxs(GS.Provider,{value:T,children:[A&&g&&n.jsx(si,{"data-type":"outside",ref:_,onFocus:z=>{if(Kl(z,g))S.current?.focus();else{const O=C?C.domReference:null;PS(O)?.focus()}}}),A&&g&&n.jsx("span",{"aria-owns":g.id,style:NO}),g&&Fs.createPortal(d,g),A&&g&&n.jsx(si,{"data-type":"outside",ref:w,onFocus:z=>{if(Kl(z,g))y.current?.focus();else{const O=C?C.domReference:null;Gb(O)?.focus(),C?.closeOnFocusOut&&C?.onOpenChange(!1,st(zo,z.nativeEvent))}}})]})]})});function XS(){const e=new Map;return{emit(t,a){e.get(t)?.forEach(o=>o(a))},on(t,a){e.has(t)||e.set(t,new Set),e.get(t).add(a)},off(t,a){e.get(t)?.delete(a)}}}class Wb{nodesRef={current:[]};events=XS();addNode(t){this.nodesRef.current.push(t)}removeNode(t){const a=this.nodesRef.current.findIndex(o=>o===t);a!==-1&&this.nodesRef.current.splice(a,1)}}const QS=x.createContext(null),WS=x.createContext(null),Jr=()=>x.useContext(QS)?.id||null,eo=e=>{const t=x.useContext(WS);return e??t};function ZS(e){const t=Do(),a=eo(e),o=Jr();return ze(()=>{if(!t)return;const l={id:t,parentId:o};return a?.addNode(l),()=>{a?.removeNode(l)}},[a,t,o]),t}function RO(e){const{children:t,id:a}=e,o=Jr();return n.jsx(QS.Provider,{value:x.useMemo(()=>({id:a,parentId:o}),[a,o]),children:t})}function TO(e){const{children:t,externalTree:a}=e,o=ns(()=>a??new Wb).current;return n.jsx(WS.Provider,{value:o,children:t})}function Ja(e){return e==null?e:"current"in e?e.current:e}function AO(e,t){const a=Wt(qn(e));return e instanceof a.KeyboardEvent?"keyboard":e instanceof a.FocusEvent?t||"keyboard":"pointerType"in e?e.pointerType||"keyboard":"touches"in e?"touch":e instanceof a.MouseEvent?t||(e.detail===0?"keyboard":"mouse"):""}const Hj=20;let $r=[];function Zb(){$r=$r.filter(e=>e.deref()?.isConnected)}function qj(e){Zb(),e&&Vn(e)!=="body"&&($r.push(new WeakRef(e)),$r.length>Hj&&($r=$r.slice(-Hj)))}function Vj(){return Zb(),$r[$r.length-1]?.deref()}function MO(e){return e?Fb(e)?e:su(e)[0]||e:null}function Fj(e){if(e.hasAttribute("tabindex")&&!e.hasAttribute("data-tabindex")||!e.getAttribute("role")?.includes("dialog"))return;const a=zS(e).filter(l=>{const c=l.getAttribute("data-tabindex")||"";return Fb(l)||l.hasAttribute("data-tabindex")&&!c.startsWith("-")}),o=e.getAttribute("tabindex");a.length===0?o!=="0"&&(e.setAttribute("tabindex","0"),e.setAttribute("data-tabindex","0")):(o!=="-1"||e.hasAttribute("data-tabindex")&&e.getAttribute("data-tabindex")!=="-1")&&(e.setAttribute("tabindex","-1"),e.setAttribute("data-tabindex","-1"))}function Jb(e){const{context:t,children:a,disabled:o=!1,initialFocus:l=!0,returnFocus:c=!0,restoreFocus:d=!1,modal:f=!0,closeOnFocusOut:m=!0,openInteractionType:h="",nextFocusableElement:g,previousFocusableElement:b,beforeContentFocusGuardRef:_,externalTree:w,getInsideElements:S}=e,y="rootStore"in t?t.rootStore:t,C=y.useState("open"),N=y.useState("domReferenceElement"),j=y.useState("floatingElement"),{events:E,dataRef:R}=y.context,A=Ue(()=>R.current.floatingContext?.nodeId),T=l===!1,z=Sx(N)&&T,O=pn(l),P=pn(c),L=pn(h),U=pn(C),D=eo(w),I=YS(),$=x.useRef(!1),F=x.useRef(!1),H=x.useRef(!1),Y=x.useRef(null),V=x.useRef(""),G=x.useRef(""),K=x.useRef(null),B=x.useRef(null),Q=or(K,_,I?.beforeInsideRef),Z=or(B,I?.afterInsideRef),X=En(),ne=En(),ee=ni(),re=I!=null,le=hf(j),ge=Ue((he=le)=>he?su(he):[]),Me=Ue(()=>S?.().filter(he=>he!=null)??[]);x.useEffect(()=>{if(o||!f)return;function he(ke){ke.key==="Tab"&&We(le,Gn(xt(le)))&&ge().length===0&&!z&&pa(ke)}const Ce=xt(le);return _t(Ce,"keydown",he)},[o,le,f,z,ge]),x.useEffect(()=>{if(o||!C)return;const he=xt(le);function Ce(){H.current=!1}function ke(Ve){const Se=qn(Ve),Te=Me(),je=We(j,Se)||We(N,Se)||We(I?.portalNode,Se)||Te.some(Ee=>Ee===Se||We(Ee,Se));H.current=!je,G.current=Ve.pointerType||"keyboard",Se?.closest(`[${CO}]`)&&(F.current=!0,ne.start(0,()=>{F.current=!1}))}function Be(){G.current="keyboard"}return _a(_t(he,"pointerdown",ke,!0),_t(he,"pointerup",Ce,!0),_t(he,"pointercancel",Ce,!0),_t(he,"keydown",Be,!0),Ce)},[o,j,N,le,C,I,ne,Me]),x.useEffect(()=>{if(o||!m)return;const he=xt(le);function Ce(){F.current=!0,ne.start(0,()=>{F.current=!1})}function ke(Te){const je=qn(Te);Fb(je)&&(Y.current=je)}function Be(Te){const je=Te.relatedTarget,Ee=Te.currentTarget,De=qn(Te);f&&je==null&&De!=null&&We(j,De)&&qj(De),queueMicrotask(()=>{const Le=A(),Ie=y.context.triggerElements,de=Me(),ye=je?.hasAttribute(Vc("focus-guard"))&&[K.current,B.current,I?.beforeInsideRef.current,I?.afterInsideRef.current,I?.beforeOutsideRef.current,I?.afterOutsideRef.current,Ja(b),Ja(g)].includes(je),Ge=!(We(N,je)||We(j,je)||We(je,j)||We(I?.portalNode,je)||de.some(Re=>Re===je||We(Re,je))||je!=null&&Ie.hasElement(je)||Ie.hasMatchingElement(Re=>We(Re,je))||ye||D&&(Yr(D.nodesRef.current,Le).find(Re=>We(Re.context?.elements.floating,je)||We(Re.context?.elements.domReference,je))||Oj(D.nodesRef.current,Le).find(Re=>[Re.context?.elements.floating,hf(Re.context?.elements.floating)].includes(je)||Re.context?.elements.domReference===je)));if(Ee===N&&le&&Fj(le),d&&Ee!==N&&!dp(De)&&Gn(he)===he.body){if(Gt(le)&&(le.focus(),d==="popup")){ee.request(()=>{le.focus()});return}const Re=ge(),Oe=Y.current,tt=(Oe&&Re.includes(Oe)?Oe:null)||Re[Re.length-1]||le;Gt(tt)&&tt.focus()}if(R.current.insideReactTree){R.current.insideReactTree=!1;return}(z||!f)&&je&&Ge&&!F.current&&(z||je!==Vj())&&($.current=!0,y.setOpen(!1,st(zo,Te)))})}function Ve(){H.current||(R.current.insideReactTree=!0,X.start(0,()=>{R.current.insideReactTree=!1}))}const Se=Gt(N)?N:null;if(!(!j&&!Se))return _a(Se&&_t(Se,"focusout",Be),Se&&_t(Se,"pointerdown",Ce),j&&_t(j,"focusin",ke),j&&_t(j,"focusout",Be),j&&I&&_t(j,"focusout",Ve,!0))},[o,N,j,le,f,D,I,y,m,d,ge,z,A,R,X,ne,ee,g,b,Me]),x.useEffect(()=>{if(o||!j||!C)return;const he=Array.from(I?.portalNode?.querySelectorAll(`[${Vc("portal")}]`)||[]),ke=(D?Oj(D.nodesRef.current,A()):[]).find(Ee=>Sx(Ee.context?.elements.domReference||null))?.context?.elements.domReference,Ve=[...[j,...he,K.current,B.current,I?.beforeOutsideRef.current,I?.afterOutsideRef.current,...Me()],ke,Ja(b),Ja(g),z?N:null].filter(Ee=>Ee!=null),Se=Ij(Ve,{ariaHidden:f||z,mark:!1}),Te=[j,...he].filter(Ee=>Ee!=null),je=Ij(Te);return()=>{je(),Se()}},[C,o,N,j,f,I,z,D,A,g,b,Me]),ze(()=>{if(!C||o||!Gt(le))return;const he=xt(le),Ce=Gn(he);queueMicrotask(()=>{const ke=O.current,Be=typeof ke=="function"?ke(L.current||""):ke;if(Be===void 0||Be===!1||We(le,Ce))return;let Se=null;const Te=()=>(Se==null&&(Se=ge(le)),Se[0]||le);let je;Be===!0||Be===null?je=Te():je=Ja(Be),je=je||Te();const Ee=We(le,Gn(he));nf(je,{preventScroll:je===le,shouldFocus(){if(!U.current)return!1;if(Ee)return!0;const De=Gn(he);return!(De!==je&&We(le,De))}})})},[o,C,le,ge,O,L,U]),ze(()=>{if(o||!le)return;const he=xt(le),Ce=Gn(he),ke=L.current==null;qj(Ce);function Be(Se){if(Se.open||(V.current=AO(Se.nativeEvent,G.current)),Se.reason===On&&Se.nativeEvent.type==="mouseleave"&&($.current=!0),Se.reason===cp)if(Se.nested)$.current=!1;else if(zb(Se.nativeEvent)||gS(Se.nativeEvent))$.current=!1;else{let Te=!1;xt(le).createElement("div").focus({get preventScroll(){return Te=!0,!1}}),Te?$.current=!1:$.current=!0}}E.on("openchange",Be);function Ve(){const Se=P.current;let Te=typeof Se=="function"?Se(V.current):Se;if(Te===void 0||Te===!1)return null;Te===null&&(Te=!0);const je=N?.isConnected?N:null,Ee=Ce?.isConnected&&Vn(Ce)!=="body"?Ce:null;let De=ke?Ee||je:je||Ee;return De||(De=Vj()||null),typeof Te=="boolean"?De:Ja(Te)||De||null}return()=>{E.off("openchange",Be);const Se=Gn(he),Te=Me(),je=We(j,Se)||Te.some(Le=>Le===Se||We(Le,Se))||D&&Yr(D.nodesRef.current,A(),!1).some(Le=>We(Le.context?.elements.floating,Se)),Ee=P.current,De=Ve();queueMicrotask(()=>{const Le=MO(De),Ie=typeof Ee!="boolean";Ee&&!$.current&&Gt(Le)&&(!(!Ie&&Le!==Se&&Se!==he.body)||je)&&Le.focus({preventScroll:!0}),$.current=!1})}},[o,j,le,P,L,E,D,N,A,Me]),ze(()=>{if(!Qr||C||!j)return;const he=Gn(xt(j));!Gt(he)||!ip(he)||We(j,he)&&he.blur()},[C,j]),ze(()=>{if(!(o||!I))return I.setFocusManagerState({modal:f,closeOnFocusOut:m,open:C,onOpenChange:y.setOpen,domReference:N}),()=>{I.setFocusManagerState(null)}},[o,I,f,C,y,m,N]),ze(()=>{if(!(o||!le))return Fj(le),()=>{queueMicrotask(Zb)}},[o,le]);const fe=!o&&(f?!z:!0)&&(re||f);return n.jsxs(x.Fragment,{children:[fe&&n.jsx(si,{"data-type":"inside",ref:Q,onFocus:he=>{if(f){const Ce=ge();nf(Ce[Ce.length-1])}else I?.portalNode&&($.current=!1,Kl(he,I.portalNode)?Gb(N)?.focus():Ja(b??I.beforeOutsideRef)?.focus())}}),a,fe&&n.jsx(si,{"data-type":"inside",ref:Z,onFocus:he=>{f?nf(ge()[0]):I?.portalNode&&(m&&($.current=!0),Kl(he,I.portalNode)?PS(N)?.focus():Ja(g??I.afterOutsideRef)?.focus())}})]})}function JS(e,t={}){const{enabled:a=!0,event:o="click",toggle:l=!0,ignoreMouse:c=!1,stickIfOpen:d=!0,touchOpenDelay:f=0,reason:m=xi}=t,h="rootStore"in e?e.rootStore:e,g=h.context.dataRef,b=x.useRef(void 0),_=ni(),w=En(),S=x.useMemo(()=>{function y(N,j,E,R){const A=st(m,j,E);N&&R==="touch"&&f>0?w.start(f,()=>{h.setOpen(!0,A)}):h.setOpen(N,A)}function C(N,j,E){const R=g.current.openEvent,A=h.select("domReferenceElement")!==j;return N&&A||!N||!l?!0:R&&d?!E(R.type):!1}return{onPointerDown(N){b.current=N.pointerType},onMouseDown(N){const j=b.current,E=N.nativeEvent,R=h.select("open");if(N.button!==0||o==="click"||Oo(j,!0)&&c)return;const A=C(R,N.currentTarget,O=>O==="click"||O==="mousedown"),T=qn(E);if(ip(T)){y(A,E,T,j);return}const z=N.currentTarget;_.request(()=>{y(A,E,z,j)})},onClick(N){if(o==="mousedown-only")return;const j=b.current;if(o==="mousedown"&&j){b.current=void 0;return}if(Oo(j,!0)&&c)return;const E=h.select("open"),R=C(E,N.currentTarget,A=>A==="click"||A==="mousedown"||A==="keydown"||A==="keyup");y(R,N.nativeEvent,N.currentTarget,j)},onKeyDown(){b.current=void 0}}},[g,o,c,m,h,d,l,_,w,f]);return x.useMemo(()=>a?{reference:S}:Xt,[a,S])}function OO(e,t){let a=null,o=null,l=!1;return{contextElement:e||void 0,getBoundingClientRect(){const c=e?.getBoundingClientRect()||{width:0,height:0,x:0,y:0},d=t.axis==="x"||t.axis==="both",f=t.axis==="y"||t.axis==="both",m=["mouseenter","mousemove"].includes(t.dataRef.current.openEvent?.type||"")&&t.pointerType!=="touch";let h=c.width,g=c.height,b=c.x,_=c.y;return a==null&&t.x&&d&&(a=c.x-t.x),o==null&&t.y&&f&&(o=c.y-t.y),b-=a||0,_-=o||0,h=0,g=0,!l||m?(h=t.axis==="y"?c.width:0,g=t.axis==="x"?c.height:0,b=d&&t.x!=null?t.x:b,_=f&&t.y!=null?t.y:_):l&&!m&&(g=t.axis==="x"?c.height:g,h=t.axis==="y"?c.width:h),l=!0,{width:h,height:g,x:b,y:_,top:_,right:b+h,bottom:_+g,left:b}}}}function Gj(e){return e!=null&&e.clientX!=null}function zO(e,t={}){const{enabled:a=!0,axis:o="both"}=t,l="rootStore"in e?e.rootStore:e,c=l.useState("open"),d=l.useState("floatingElement"),f=l.useState("domReferenceElement"),m=l.context.dataRef,h=x.useRef(!1),g=x.useRef(null),[b,_]=x.useState(),[w,S]=x.useState([]),y=Ue(R=>{l.set("positionReference",R)}),C=Ue((R,A,T)=>{h.current||m.current.openEvent&&!Gj(m.current.openEvent)||l.set("positionReference",OO(T??f,{x:R,y:A,axis:o,dataRef:m,pointerType:b}))}),N=Ue(R=>{c?g.current||(C(R.clientX,R.clientY,R.currentTarget),S([])):C(R.clientX,R.clientY,R.currentTarget)}),j=Oo(b)?d:c;x.useEffect(()=>{if(!a){y(f);return}if(!j)return;function R(){g.current?.(),g.current=null}const A=Wt(d);function T(z){const O=qn(z);We(d,O)?R():C(z.clientX,z.clientY)}return!m.current.openEvent||Gj(m.current.openEvent)?g.current=_t(A,"mousemove",T):y(f),R},[j,a,d,m,f,l,C,y,w]),x.useEffect(()=>()=>{l.set("positionReference",null)},[l]),x.useEffect(()=>{a&&!d&&(h.current=!1)},[a,d]),x.useEffect(()=>{!a&&c&&(h.current=!0)},[a,c]);const E=x.useMemo(()=>{function R(A){_(A.pointerType)}return{onPointerDown:R,onPointerEnter:R,onMouseMove:N,onMouseEnter:N}},[N]);return x.useMemo(()=>a?{reference:E,trigger:E}:{},[a,E])}function DO(){return!1}function PO(e){return{escapeKey:typeof e=="boolean"?e:e?.escapeKey??!1,outsidePress:typeof e=="boolean"?e:e?.outsidePress??!0}}function fp(e,t={}){const{enabled:a=!0,escapeKey:o=!0,outsidePress:l=!0,outsidePressEvent:c="sloppy",referencePress:d=DO,bubbles:f,externalTree:m}=t,h="rootStore"in e?e.rootStore:e,g=h.useState("open"),b=h.useState("floatingElement"),{dataRef:_}=h.context,w=eo(m),S=Ue(typeof l=="function"?l:()=>!1),y=typeof l=="function"?S:l,C=y!==!1,N=Ue(()=>c),{escapeKey:j,outsidePress:E}=PO(f),R=x.useRef(!1),A=x.useRef(!1),T=x.useRef(!1),z=x.useRef(!1),O=x.useRef(""),P=x.useRef(null),L=En(),U=En(),D=Ue(()=>{U.clear(),_.current.insideReactTree=!1}),I=Ue(Q=>{const Z=_.current.floatingContext?.nodeId;return(w?Yr(w.nodesRef.current,Z):[]).some(ne=>ne.context?.open&&!ne.context.dataRef.current[Q])}),$=Ue(Q=>sh(Q,h.select("floatingElement"))||sh(Q,h.select("domReferenceElement"))),F=Ue(Q=>{d()&&h.setOpen(!1,st(xi,Q.nativeEvent))}),H=Ue(Q=>{if(!g||!a||!o||Q.key!=="Escape"||z.current||!j&&I("__escapeKeyBubbles"))return;const Z=_4(Q)?Q.nativeEvent:Q,X=st(up,Z);h.setOpen(!1,X),X.isCanceled||Q.preventDefault(),!j&&!X.isPropagationAllowed&&Q.stopPropagation()}),Y=Ue(()=>{_.current.insideReactTree=!0,U.start(0,D)}),V=Ue(Q=>{if(!g||!a||Q.button!==0)return;const Z=qn(Q.nativeEvent);We(h.select("floatingElement"),Z)&&(R.current||(R.current=!0,A.current=!1))}),G=Ue(Q=>{!g||!a||(Q.defaultPrevented||Q.nativeEvent.defaultPrevented)&&R.current&&(A.current=!0)});x.useEffect(()=>{if(!g||!a)return;_.current.__escapeKeyBubbles=j,_.current.__outsidePressBubbles=E;const Q=new na,Z=new na;function X(){Q.clear(),z.current=!0}function ne(){Q.start(Qr?5:0,()=>{z.current=!1})}function ee(){T.current=!0,Z.start(0,()=>{T.current=!1})}function re(){R.current=!1,A.current=!1}function le(){const de=O.current,ye=de==="pen"||!de?"mouse":de,Ge=N(),Re=typeof Ge=="function"?Ge():Ge;return typeof Re=="string"?Re:Re[ye]}function ge(de){const ye=le();return ye==="intentional"&&de.type!=="click"||ye==="sloppy"&&de.type==="click"}function Me(de){const ye=_.current.floatingContext?.nodeId,Ge=w&&Yr(w.nodesRef.current,ye).some(Re=>sh(de,Re.context?.elements.floating));return $(de)||Ge}function fe(de){if(ge(de)){de.type!=="click"&&!$(de)&&(Z.clear(),T.current=!1),D();return}if(_.current.insideReactTree){D();return}const ye=qn(de),Ge=`[${Vc("inert")}]`,Re=bt(ye)?ye.getRootNode():null,Oe=Array.from((ei(Re)?Re:xt(h.select("floatingElement"))).querySelectorAll(Ge)),tt=h.context.triggerElements;if(ye&&(tt.hasElement(ye)||tt.hasMatchingElement(vt=>We(vt,ye))))return;let ot=bt(ye)?ye:null;for(;ot&&!ba(ot);){const vt=wa(ot);if(ba(vt)||!bt(vt))break;ot=vt}if(!(Oe.length&&bt(ye)&&!S4(ye)&&!We(ye,h.select("floatingElement"))&&Oe.every(vt=>!We(ot,vt)))){if(Gt(ye)&&!("touches"in de)){const vt=ba(ye),Mt=gs(ye),lt=/auto|scroll/,Rt=vt||lt.test(Mt.overflowX),_e=vt||lt.test(Mt.overflowY),Pe=Rt&&ye.clientWidth>0&&ye.scrollWidth>ye.clientWidth,Xe=_e&&ye.clientHeight>0&&ye.scrollHeight>ye.clientHeight,it=Mt.direction==="rtl",Qe=Xe&&(it?de.offsetX<=ye.offsetWidth-ye.clientWidth:de.offsetX>ye.clientWidth),mt=Pe&&de.offsetY>ye.clientHeight;if(Qe||mt)return}if(!Me(de)){if(le()==="intentional"&&T.current){Z.clear(),T.current=!1;return}typeof y=="function"&&!y(de)||I("__outsidePressBubbles")||(h.setOpen(!1,st(cp,de)),D())}}}function he(de){le()!=="sloppy"||de.pointerType==="touch"||!h.select("open")||!a||$(de)||fe(de)}function Ce(de){if(le()!=="sloppy"||!h.select("open")||!a||$(de))return;const ye=de.touches[0];ye&&(P.current={startTime:Date.now(),startX:ye.clientX,startY:ye.clientY,dismissOnTouchEnd:!1,dismissOnMouseDown:!0},L.start(1e3,()=>{P.current&&(P.current.dismissOnTouchEnd=!1,P.current.dismissOnMouseDown=!1)}))}function ke(de,ye){const Ge=qn(de);if(!Ge)return;const Re=_t(Ge,de.type,()=>{ye(de),Re()})}function Be(de){O.current="touch",ke(de,Ce)}function Ve(de){L.clear(),de.type==="pointerdown"&&(O.current=de.pointerType),!(de.type==="mousedown"&&P.current&&!P.current.dismissOnMouseDown)&&ke(de,ye=>{ye.type==="pointerdown"?he(ye):fe(ye)})}function Se(de){if(!R.current)return;const ye=A.current;if(re(),le()==="intentional"){if(de.type==="pointercancel"){ye&&ee();return}if(!Me(de)){if(ye){ee();return}typeof y=="function"&&!y(de)||(Z.clear(),T.current=!0,D())}}}function Te(de){if(le()!=="sloppy"||!P.current||$(de))return;const ye=de.touches[0];if(!ye)return;const Ge=Math.abs(ye.clientX-P.current.startX),Re=Math.abs(ye.clientY-P.current.startY),Oe=Math.sqrt(Ge*Ge+Re*Re);Oe>5&&(P.current.dismissOnTouchEnd=!0),Oe>10&&(fe(de),L.clear(),P.current=null)}function je(de){ke(de,Te)}function Ee(de){le()!=="sloppy"||!P.current||$(de)||(P.current.dismissOnTouchEnd&&fe(de),L.clear(),P.current=null)}function De(de){ke(de,Ee)}const Le=xt(b),Ie=_a(o&&_a(_t(Le,"keydown",H),_t(Le,"compositionstart",X),_t(Le,"compositionend",ne)),C&&_a(_t(Le,"click",Ve,!0),_t(Le,"pointerdown",Ve,!0),_t(Le,"pointerup",Se,!0),_t(Le,"pointercancel",Se,!0),_t(Le,"mousedown",Ve,!0),_t(Le,"mouseup",Se,!0),_t(Le,"touchstart",Be,!0),_t(Le,"touchmove",je,!0),_t(Le,"touchend",De,!0)));return()=>{Ie(),Q.clear(),Z.clear(),re(),T.current=!1}},[_,b,o,C,y,g,a,j,E,H,D,N,I,$,w,h,L]),x.useEffect(D,[y,D]);const K=x.useMemo(()=>({onKeyDown:H,onPointerDown:F,onClick:F}),[H,F]),B=x.useMemo(()=>({onKeyDown:H,onPointerDown:G,onMouseDown:G,onClickCapture:Y,onMouseDownCapture(Q){Y(),V(Q)},onPointerDownCapture(Q){Y(),V(Q)},onMouseUpCapture:Y,onTouchEndCapture:Y,onTouchMoveCapture:Y}),[H,Y,V,G]);return x.useMemo(()=>a?{reference:K,floating:B,trigger:K}:{},[a,K,B])}function Yj(e,t,a){let{reference:o,floating:l}=e;const c=qs(t),d=Vb(t),f=qb(d),m=ms(t),h=c==="y",g=o.x+o.width/2-l.width/2,b=o.y+o.height/2-l.height/2,_=o[f]/2-l[f]/2;let w;switch(m){case"top":w={x:g,y:o.y-l.height};break;case"bottom":w={x:g,y:o.y+o.height};break;case"right":w={x:o.x+o.width,y:b};break;case"left":w={x:o.x-l.width,y:b};break;default:w={x:o.x,y:o.y}}switch(Zr(t)){case"start":w[d]-=_*(a&&h?-1:1);break;case"end":w[d]+=_*(a&&h?-1:1);break}return w}async function LO(e,t){var a;t===void 0&&(t={});const{x:o,y:l,platform:c,rects:d,elements:f,strategy:m}=e,{boundary:h="clippingAncestors",rootBoundary:g="viewport",elementContext:b="floating",altBoundary:_=!1,padding:w=0}=lr(t,e),S=NS(w),C=f[_?b==="floating"?"reference":"floating":b],N=qc(await c.getClippingRect({element:(a=await(c.isElement==null?void 0:c.isElement(C)))==null||a?C:C.contextElement||await(c.getDocumentElement==null?void 0:c.getDocumentElement(f.floating)),boundary:h,rootBoundary:g,strategy:m})),j=b==="floating"?{x:o,y:l,width:d.floating.width,height:d.floating.height}:d.reference,E=await(c.getOffsetParent==null?void 0:c.getOffsetParent(f.floating)),R=await(c.isElement==null?void 0:c.isElement(E))?await(c.getScale==null?void 0:c.getScale(E))||{x:1,y:1}:{x:1,y:1},A=qc(c.convertOffsetParentRelativeRectToViewportRelativeRect?await c.convertOffsetParentRelativeRectToViewportRelativeRect({elements:f,rect:j,offsetParent:E,strategy:m}):j);return{top:(N.top-A.top+S.top)/R.y,bottom:(A.bottom-N.bottom+S.bottom)/R.y,left:(N.left-A.left+S.left)/R.x,right:(A.right-N.right+S.right)/R.x}}const IO=50,BO=async(e,t,a)=>{const{placement:o="bottom",strategy:l="absolute",middleware:c=[],platform:d}=a,f=d.detectOverflow?d:{...d,detectOverflow:LO},m=await(d.isRTL==null?void 0:d.isRTL(t));let h=await d.getElementRects({reference:e,floating:t,strategy:l}),{x:g,y:b}=Yj(h,o,m),_=o,w=0;const S={};for(let y=0;y<c.length;y++){const C=c[y];if(!C)continue;const{name:N,fn:j}=C,{x:E,y:R,data:A,reset:T}=await j({x:g,y:b,initialPlacement:o,placement:_,strategy:l,middlewareData:S,rects:h,platform:f,elements:{reference:e,floating:t}});g=E??g,b=R??b,S[N]={...S[N],...A},T&&w<IO&&(w++,typeof T=="object"&&(T.placement&&(_=T.placement),T.rects&&(h=T.rects===!0?await d.getElementRects({reference:e,floating:t,strategy:l}):T.rects),{x:g,y:b}=Yj(h,_,m)),y=-1)}return{x:g,y:b,placement:_,strategy:l,middlewareData:S}},UO=function(e){return e===void 0&&(e={}),{name:"flip",options:e,async fn(t){var a,o;const{placement:l,middlewareData:c,rects:d,initialPlacement:f,platform:m,elements:h}=t,{mainAxis:g=!0,crossAxis:b=!0,fallbackPlacements:_,fallbackStrategy:w="bestFit",fallbackAxisSideDirection:S="none",flipAlignment:y=!0,...C}=lr(e,t);if((a=c.arrow)!=null&&a.alignmentOffset)return{};const N=ms(l),j=qs(f),E=ms(f)===f,R=await(m.isRTL==null?void 0:m.isRTL(h.floating)),A=_||(E||!y?[bf(f)]:G4(f)),T=S!=="none";!_&&T&&A.push(...Q4(f,y,S,R));const z=[f,...A],O=await m.detectOverflow(t,C),P=[];let L=((o=c.flip)==null?void 0:o.overflows)||[];if(g&&P.push(O[N]),b){const $=F4(l,d,R);P.push(O[$[0]],O[$[1]])}if(L=[...L,{placement:l,overflows:P}],!P.every($=>$<=0)){var U,D;const $=(((U=c.flip)==null?void 0:U.index)||0)+1,F=z[$];if(F&&(!(b==="alignment"?j!==qs(F):!1)||L.every(V=>qs(V.placement)===j?V.overflows[0]>0:!0)))return{data:{index:$,overflows:L},reset:{placement:F}};let H=(D=L.filter(Y=>Y.overflows[0]<=0).sort((Y,V)=>Y.overflows[1]-V.overflows[1])[0])==null?void 0:D.placement;if(!H)switch(w){case"bestFit":{var I;const Y=(I=L.filter(V=>{if(T){const G=qs(V.placement);return G===j||G==="y"}return!0}).map(V=>[V.placement,V.overflows.filter(G=>G>0).reduce((G,K)=>G+K,0)]).sort((V,G)=>V[1]-G[1])[0])==null?void 0:I[0];Y&&(H=Y);break}case"initialPlacement":H=f;break}if(l!==H)return{reset:{placement:H}}}return{}}}};function Kj(e,t){return{top:e.top-t.height,right:e.right-t.width,bottom:e.bottom-t.height,left:e.left-t.width}}function Xj(e){return q4.some(t=>e[t]>=0)}const $O=function(e){return e===void 0&&(e={}),{name:"hide",options:e,async fn(t){const{rects:a,platform:o}=t,{strategy:l="referenceHidden",...c}=lr(e,t);switch(l){case"referenceHidden":{const d=await o.detectOverflow(t,{...c,elementContext:"reference"}),f=Kj(d,a.reference);return{data:{referenceHiddenOffsets:f,referenceHidden:Xj(f)}}}case"escaped":{const d=await o.detectOverflow(t,{...c,altBoundary:!0}),f=Kj(d,a.floating);return{data:{escapedOffsets:f,escaped:Xj(f)}}}default:return{}}}}},eC=new Set(["left","top"]);async function HO(e,t){const{placement:a,platform:o,elements:l}=e,c=await(o.isRTL==null?void 0:o.isRTL(l.floating)),d=ms(a),f=Zr(a),m=qs(a)==="y",h=eC.has(d)?-1:1,g=c&&m?-1:1,b=lr(t,e);let{mainAxis:_,crossAxis:w,alignmentAxis:S}=typeof b=="number"?{mainAxis:b,crossAxis:0,alignmentAxis:null}:{mainAxis:b.mainAxis||0,crossAxis:b.crossAxis||0,alignmentAxis:b.alignmentAxis};return f&&typeof S=="number"&&(w=f==="end"?S*-1:S),m?{x:w*g,y:_*h}:{x:_*h,y:w*g}}const qO=function(e){return e===void 0&&(e=0),{name:"offset",options:e,async fn(t){var a,o;const{x:l,y:c,placement:d,middlewareData:f}=t,m=await HO(t,e);return d===((a=f.offset)==null?void 0:a.placement)&&(o=f.arrow)!=null&&o.alignmentOffset?{}:{x:l+m.x,y:c+m.y,data:{...m,placement:d}}}}},VO=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){const{x:a,y:o,placement:l,platform:c}=t,{mainAxis:d=!0,crossAxis:f=!1,limiter:m={fn:N=>{let{x:j,y:E}=N;return{x:j,y:E}}},...h}=lr(e,t),g={x:a,y:o},b=await c.detectOverflow(t,h),_=qs(ms(l)),w=Hb(_);let S=g[w],y=g[_];if(d){const N=w==="y"?"top":"left",j=w==="y"?"bottom":"right",E=S+b[N],R=S-b[j];S=Nx(E,S,R)}if(f){const N=_==="y"?"top":"left",j=_==="y"?"bottom":"right",E=y+b[N],R=y-b[j];y=Nx(E,y,R)}const C=m.fn({...t,[w]:S,[_]:y});return{...C,data:{x:C.x-a,y:C.y-o,enabled:{[w]:d,[_]:f}}}}}},FO=function(e){return e===void 0&&(e={}),{options:e,fn(t){const{x:a,y:o,placement:l,rects:c,middlewareData:d}=t,{offset:f=0,mainAxis:m=!0,crossAxis:h=!0}=lr(e,t),g={x:a,y:o},b=qs(l),_=Hb(b);let w=g[_],S=g[b];const y=lr(f,t),C=typeof y=="number"?{mainAxis:y,crossAxis:0}:{mainAxis:0,crossAxis:0,...y};if(m){const E=_==="y"?"height":"width",R=c.reference[_]-c.floating[E]+C.mainAxis,A=c.reference[_]+c.reference[E]-C.mainAxis;w<R?w=R:w>A&&(w=A)}if(h){var N,j;const E=_==="y"?"width":"height",R=eC.has(ms(l)),A=c.reference[b]-c.floating[E]+(R&&((N=d.offset)==null?void 0:N[b])||0)+(R?0:C.crossAxis),T=c.reference[b]+c.reference[E]+(R?0:((j=d.offset)==null?void 0:j[b])||0)-(R?C.crossAxis:0);S<A?S=A:S>T&&(S=T)}return{[_]:w,[b]:S}}}},GO=function(e){return e===void 0&&(e={}),{name:"size",options:e,async fn(t){var a,o;const{placement:l,rects:c,platform:d,elements:f}=t,{apply:m=()=>{},...h}=lr(e,t),g=await d.detectOverflow(t,h),b=ms(l),_=Zr(l),w=qs(l)==="y",{width:S,height:y}=c.floating;let C,N;b==="top"||b==="bottom"?(C=b,N=_===(await(d.isRTL==null?void 0:d.isRTL(f.floating))?"start":"end")?"left":"right"):(N=b,C=_==="end"?"top":"bottom");const j=y-g.top-g.bottom,E=S-g.left-g.right,R=ai(y-g[C],j),A=ai(S-g[N],E),T=!t.middlewareData.shift;let z=R,O=A;if((a=t.middlewareData.shift)!=null&&a.enabled.x&&(O=E),(o=t.middlewareData.shift)!=null&&o.enabled.y&&(z=j),T&&!_){const L=Cs(g.left,0),U=Cs(g.right,0),D=Cs(g.top,0),I=Cs(g.bottom,0);w?O=S-2*(L!==0||U!==0?L+U:Cs(g.left,g.right)):z=y-2*(D!==0||I!==0?D+I:Cs(g.top,g.bottom))}await m({...t,availableWidth:O,availableHeight:z});const P=await d.getDimensions(f.floating);return S!==P.width||y!==P.height?{reset:{rects:!0}}:{}}}};function tC(e){const t=gs(e);let a=parseFloat(t.width)||0,o=parseFloat(t.height)||0;const l=Gt(e),c=l?e.offsetWidth:a,d=l?e.offsetHeight:o,f=xf(a)!==c||xf(o)!==d;return f&&(a=c,o=d),{width:a,height:o,$:f}}function e_(e){return bt(e)?e:e.contextElement}function Xl(e){const t=e_(e);if(!Gt(t))return va(1);const a=t.getBoundingClientRect(),{width:o,height:l,$:c}=tC(t);let d=(c?xf(a.width):a.width)/o,f=(c?xf(a.height):a.height)/l;return(!d||!Number.isFinite(d))&&(d=1),(!f||!Number.isFinite(f))&&(f=1),{x:d,y:f}}const YO=va(0);function nC(e){const t=Wt(e);return!Lb()||!t.visualViewport?YO:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function KO(e,t,a){return t===void 0&&(t=!1),!a||t&&a!==Wt(e)?!1:t}function Po(e,t,a,o){t===void 0&&(t=!1),a===void 0&&(a=!1);const l=e.getBoundingClientRect(),c=e_(e);let d=va(1);t&&(o?bt(o)&&(d=Xl(o)):d=Xl(e));const f=KO(c,a,o)?nC(c):va(0);let m=(l.left+f.x)/d.x,h=(l.top+f.y)/d.y,g=l.width/d.x,b=l.height/d.y;if(c){const _=Wt(c),w=o&&bt(o)?Wt(o):o;let S=_,y=wx(S);for(;y&&o&&w!==S;){const C=Xl(y),N=y.getBoundingClientRect(),j=gs(y),E=N.left+(y.clientLeft+parseFloat(j.paddingLeft))*C.x,R=N.top+(y.clientTop+parseFloat(j.paddingTop))*C.y;m*=C.x,h*=C.y,g*=C.x,b*=C.y,m+=E,h+=R,S=Wt(y),y=wx(S)}}return qc({width:g,height:b,x:m,y:h})}function pp(e,t){const a=rp(e).scrollLeft;return t?t.left+a:Po(Na(e)).left+a}function sC(e,t){const a=e.getBoundingClientRect(),o=a.left+t.scrollLeft-pp(e,a),l=a.top+t.scrollTop;return{x:o,y:l}}function XO(e){let{elements:t,rect:a,offsetParent:o,strategy:l}=e;const c=l==="fixed",d=Na(o),f=t?ap(t.floating):!1;if(o===d||f&&c)return a;let m={scrollLeft:0,scrollTop:0},h=va(1);const g=va(0),b=Gt(o);if((b||!b&&!c)&&((Vn(o)!=="body"||Wr(d))&&(m=rp(o)),b)){const w=Po(o);h=Xl(o),g.x=w.x+o.clientLeft,g.y=w.y+o.clientTop}const _=d&&!b&&!c?sC(d,m):va(0);return{width:a.width*h.x,height:a.height*h.y,x:a.x*h.x-m.scrollLeft*h.x+g.x+_.x,y:a.y*h.y-m.scrollTop*h.y+g.y+_.y}}function QO(e){return Array.from(e.getClientRects())}function WO(e){const t=Na(e),a=rp(e),o=e.ownerDocument.body,l=Cs(t.scrollWidth,t.clientWidth,o.scrollWidth,o.clientWidth),c=Cs(t.scrollHeight,t.clientHeight,o.scrollHeight,o.clientHeight);let d=-a.scrollLeft+pp(e);const f=-a.scrollTop;return gs(o).direction==="rtl"&&(d+=Cs(t.clientWidth,o.clientWidth)-l),{width:l,height:c,x:d,y:f}}const Qj=25;function ZO(e,t){const a=Wt(e),o=Na(e),l=a.visualViewport;let c=o.clientWidth,d=o.clientHeight,f=0,m=0;if(l){c=l.width,d=l.height;const g=Lb();(!g||g&&t==="fixed")&&(f=l.offsetLeft,m=l.offsetTop)}const h=pp(o);if(h<=0){const g=o.ownerDocument,b=g.body,_=getComputedStyle(b),w=g.compatMode==="CSS1Compat"&&parseFloat(_.marginLeft)+parseFloat(_.marginRight)||0,S=Math.abs(o.clientWidth-b.clientWidth-w);S<=Qj&&(c-=S)}else h<=Qj&&(c+=h);return{width:c,height:d,x:f,y:m}}function JO(e,t){const a=Po(e,!0,t==="fixed"),o=a.top+e.clientTop,l=a.left+e.clientLeft,c=Gt(e)?Xl(e):va(1),d=e.clientWidth*c.x,f=e.clientHeight*c.y,m=l*c.x,h=o*c.y;return{width:d,height:f,x:m,y:h}}function Wj(e,t,a){let o;if(t==="viewport")o=ZO(e,a);else if(t==="document")o=WO(Na(e));else if(bt(t))o=JO(t,a);else{const l=nC(e);o={x:t.x-l.x,y:t.y-l.y,width:t.width,height:t.height}}return qc(o)}function aC(e,t){const a=wa(e);return a===t||!bt(a)||ba(a)?!1:gs(a).position==="fixed"||aC(a,t)}function ez(e,t){const a=t.get(e);if(a)return a;let o=Hc(e,[],!1).filter(f=>bt(f)&&Vn(f)!=="body"),l=null;const c=gs(e).position==="fixed";let d=c?wa(e):e;for(;bt(d)&&!ba(d);){const f=gs(d),m=Pb(d);!m&&f.position==="fixed"&&(l=null),(c?!m&&!l:!m&&f.position==="static"&&!!l&&(l.position==="absolute"||l.position==="fixed")||Wr(d)&&!m&&aC(e,d))?o=o.filter(g=>g!==d):l=f,d=wa(d)}return t.set(e,o),o}function tz(e){let{element:t,boundary:a,rootBoundary:o,strategy:l}=e;const d=[...a==="clippingAncestors"?ap(t)?[]:ez(t,this._c):[].concat(a),o],f=Wj(t,d[0],l);let m=f.top,h=f.right,g=f.bottom,b=f.left;for(let _=1;_<d.length;_++){const w=Wj(t,d[_],l);m=Cs(w.top,m),h=ai(w.right,h),g=ai(w.bottom,g),b=Cs(w.left,b)}return{width:h-b,height:g-m,x:b,y:m}}function nz(e){const{width:t,height:a}=tC(e);return{width:t,height:a}}function sz(e,t,a){const o=Gt(t),l=Na(t),c=a==="fixed",d=Po(e,!0,c,t);let f={scrollLeft:0,scrollTop:0};const m=va(0);function h(){m.x=pp(l)}if(o||!o&&!c)if((Vn(t)!=="body"||Wr(l))&&(f=rp(t)),o){const w=Po(t,!0,c,t);m.x=w.x+t.clientLeft,m.y=w.y+t.clientTop}else l&&h();c&&!o&&l&&h();const g=l&&!o&&!c?sC(l,f):va(0),b=d.left+f.scrollLeft-m.x-g.x,_=d.top+f.scrollTop-m.y-g.y;return{x:b,y:_,width:d.width,height:d.height}}function ih(e){return gs(e).position==="static"}function Zj(e,t){if(!Gt(e)||gs(e).position==="fixed")return null;if(t)return t(e);let a=e.offsetParent;return Na(e)===a&&(a=a.ownerDocument.body),a}function rC(e,t){const a=Wt(e);if(ap(e))return a;if(!Gt(e)){let l=wa(e);for(;l&&!ba(l);){if(bt(l)&&!ih(l))return l;l=wa(l)}return a}let o=Zj(e,t);for(;o&&y4(o)&&ih(o);)o=Zj(o,t);return o&&ba(o)&&ih(o)&&!Pb(o)?a:o||k4(e)||a}const az=async function(e){const t=this.getOffsetParent||rC,a=this.getDimensions,o=await a(e.floating);return{reference:sz(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:o.width,height:o.height}}};function rz(e){return gs(e).direction==="rtl"}const oC={convertOffsetParentRelativeRectToViewportRelativeRect:XO,getDocumentElement:Na,getClippingRect:tz,getOffsetParent:rC,getElementRects:az,getClientRects:QO,getDimensions:nz,getScale:Xl,isElement:bt,isRTL:rz};function lC(e,t){return e.x===t.x&&e.y===t.y&&e.width===t.width&&e.height===t.height}function oz(e,t){let a=null,o;const l=Na(e);function c(){var f;clearTimeout(o),(f=a)==null||f.disconnect(),a=null}function d(f,m){f===void 0&&(f=!1),m===void 0&&(m=1),c();const h=e.getBoundingClientRect(),{left:g,top:b,width:_,height:w}=h;if(f||t(),!_||!w)return;const S=Ed(b),y=Ed(l.clientWidth-(g+_)),C=Ed(l.clientHeight-(b+w)),N=Ed(g),E={rootMargin:-S+"px "+-y+"px "+-C+"px "+-N+"px",threshold:Cs(0,ai(1,m))||1};let R=!0;function A(T){const z=T[0].intersectionRatio;if(z!==m){if(!R)return d();z?d(!1,z):o=setTimeout(()=>{d(!1,1e-7)},1e3)}z===1&&!lC(h,e.getBoundingClientRect())&&d(),R=!1}try{a=new IntersectionObserver(A,{...E,root:l.ownerDocument})}catch{a=new IntersectionObserver(A,E)}a.observe(e)}return d(!0),c}function Jj(e,t,a,o){o===void 0&&(o={});const{ancestorScroll:l=!0,ancestorResize:c=!0,elementResize:d=typeof ResizeObserver=="function",layoutShift:f=typeof IntersectionObserver=="function",animationFrame:m=!1}=o,h=e_(e),g=l||c?[...h?Hc(h):[],...t?Hc(t):[]]:[];g.forEach(N=>{l&&N.addEventListener("scroll",a,{passive:!0}),c&&N.addEventListener("resize",a)});const b=h&&f?oz(h,a):null;let _=-1,w=null;d&&(w=new ResizeObserver(N=>{let[j]=N;j&&j.target===h&&w&&t&&(w.unobserve(t),cancelAnimationFrame(_),_=requestAnimationFrame(()=>{var E;(E=w)==null||E.observe(t)})),a()}),h&&!m&&w.observe(h),t&&w.observe(t));let S,y=m?Po(e):null;m&&C();function C(){const N=Po(e);y&&!lC(y,N)&&a(),y=N,S=requestAnimationFrame(C)}return a(),()=>{var N;g.forEach(j=>{l&&j.removeEventListener("scroll",a),c&&j.removeEventListener("resize",a)}),b?.(),(N=w)==null||N.disconnect(),w=null,m&&cancelAnimationFrame(S)}}const lz=qO,iz=VO,cz=UO,uz=GO,dz=$O,fz=FO,pz=(e,t,a)=>{const o=new Map,l={platform:oC,...a},c={...l.platform,_c:o};return BO(e,t,{...l,platform:c})};var mz=typeof document<"u",gz=function(){},sf=mz?x.useLayoutEffect:gz;function jf(e,t){if(e===t)return!0;if(typeof e!=typeof t)return!1;if(typeof e=="function"&&e.toString()===t.toString())return!0;let a,o,l;if(e&&t&&typeof e=="object"){if(Array.isArray(e)){if(a=e.length,a!==t.length)return!1;for(o=a;o--!==0;)if(!jf(e[o],t[o]))return!1;return!0}if(l=Object.keys(e),a=l.length,a!==Object.keys(t).length)return!1;for(o=a;o--!==0;)if(!{}.hasOwnProperty.call(t,l[o]))return!1;for(o=a;o--!==0;){const c=l[o];if(!(c==="_owner"&&e.$$typeof)&&!jf(e[c],t[c]))return!1}return!0}return e!==e&&t!==t}function iC(e){return typeof window>"u"?1:(e.ownerDocument.defaultView||window).devicePixelRatio||1}function ew(e,t){const a=iC(e);return Math.round(t*a)/a}function ch(e){const t=x.useRef(e);return sf(()=>{t.current=e}),t}function hz(e){e===void 0&&(e={});const{placement:t="bottom",strategy:a="absolute",middleware:o=[],platform:l,elements:{reference:c,floating:d}={},transform:f=!0,whileElementsMounted:m,open:h}=e,[g,b]=x.useState({x:0,y:0,strategy:a,placement:t,middlewareData:{},isPositioned:!1}),[_,w]=x.useState(o);jf(_,o)||w(o);const[S,y]=x.useState(null),[C,N]=x.useState(null),j=x.useCallback(V=>{V!==T.current&&(T.current=V,y(V))},[]),E=x.useCallback(V=>{V!==z.current&&(z.current=V,N(V))},[]),R=c||S,A=d||C,T=x.useRef(null),z=x.useRef(null),O=x.useRef(g),P=m!=null,L=ch(m),U=ch(l),D=ch(h),I=x.useCallback(()=>{if(!T.current||!z.current)return;const V={placement:t,strategy:a,middleware:_};U.current&&(V.platform=U.current),pz(T.current,z.current,V).then(G=>{const K={...G,isPositioned:D.current!==!1};$.current&&!jf(O.current,K)&&(O.current=K,Fs.flushSync(()=>{b(K)}))})},[_,t,a,U,D]);sf(()=>{h===!1&&O.current.isPositioned&&(O.current.isPositioned=!1,b(V=>({...V,isPositioned:!1})))},[h]);const $=x.useRef(!1);sf(()=>($.current=!0,()=>{$.current=!1}),[]),sf(()=>{if(R&&(T.current=R),A&&(z.current=A),R&&A){if(L.current)return L.current(R,A,I);I()}},[R,A,I,L,P]);const F=x.useMemo(()=>({reference:T,floating:z,setReference:j,setFloating:E}),[j,E]),H=x.useMemo(()=>({reference:R,floating:A}),[R,A]),Y=x.useMemo(()=>{const V={position:a,left:0,top:0};if(!H.floating)return V;const G=ew(H.floating,g.x),K=ew(H.floating,g.y);return f?{...V,transform:"translate("+G+"px, "+K+"px)",...iC(H.floating)>=1.5&&{willChange:"transform"}}:{position:a,left:G,top:K}},[a,f,H.floating,g.x,g.y]);return x.useMemo(()=>({...g,update:I,refs:F,elements:H,floatingStyles:Y}),[g,I,F,H,Y])}const xz=(e,t)=>{const a=lz(e);return{name:a.name,fn:a.fn,options:[e,t]}},bz=(e,t)=>{const a=iz(e);return{name:a.name,fn:a.fn,options:[e,t]}},_z=(e,t)=>({fn:fz(e).fn,options:[e,t]}),vz=(e,t)=>{const a=cz(e);return{name:a.name,fn:a.fn,options:[e,t]}},yz=(e,t)=>{const a=uz(e);return{name:a.name,fn:a.fn,options:[e,t]}},jz=(e,t)=>{const a=dz(e);return{name:a.name,fn:a.fn,options:[e,t]}};function t_(e){const t=x.useRef(!0);t.current&&(t.current=!1,e())}const Ae=(e,t,a,o,l,c,...d)=>{if(d.length>0)throw new Error(ln(1));let f;if(e)f=e;else throw new Error("Missing arguments");return f};var uh={exports:{}},dh={};/**
721
+ * @license React
722
+ * use-sync-external-store-shim.production.js
723
+ *
724
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
725
+ *
726
+ * This source code is licensed under the MIT license found in the
727
+ * LICENSE file in the root directory of this source tree.
728
+ */var tw;function wz(){if(tw)return dh;tw=1;var e=Qc();function t(b,_){return b===_&&(b!==0||1/b===1/_)||b!==b&&_!==_}var a=typeof Object.is=="function"?Object.is:t,o=e.useState,l=e.useEffect,c=e.useLayoutEffect,d=e.useDebugValue;function f(b,_){var w=_(),S=o({inst:{value:w,getSnapshot:_}}),y=S[0].inst,C=S[1];return c(function(){y.value=w,y.getSnapshot=_,m(y)&&C({inst:y})},[b,w,_]),l(function(){return m(y)&&C({inst:y}),b(function(){m(y)&&C({inst:y})})},[b]),d(w),w}function m(b){var _=b.getSnapshot;b=b.value;try{var w=_();return!a(b,w)}catch{return!0}}function h(b,_){return _()}var g=typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"?h:f;return dh.useSyncExternalStore=e.useSyncExternalStore!==void 0?e.useSyncExternalStore:g,dh}var nw;function cC(){return nw||(nw=1,uh.exports=wz()),uh.exports}var wf=cC(),fh={exports:{}},ph={};/**
729
+ * @license React
730
+ * use-sync-external-store-shim/with-selector.production.js
731
+ *
732
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
733
+ *
734
+ * This source code is licensed under the MIT license found in the
735
+ * LICENSE file in the root directory of this source tree.
736
+ */var sw;function kz(){if(sw)return ph;sw=1;var e=Qc(),t=cC();function a(h,g){return h===g&&(h!==0||1/h===1/g)||h!==h&&g!==g}var o=typeof Object.is=="function"?Object.is:a,l=t.useSyncExternalStore,c=e.useRef,d=e.useEffect,f=e.useMemo,m=e.useDebugValue;return ph.useSyncExternalStoreWithSelector=function(h,g,b,_,w){var S=c(null);if(S.current===null){var y={hasValue:!1,value:null};S.current=y}else y=S.current;S=f(function(){function N(T){if(!j){if(j=!0,E=T,T=_(T),w!==void 0&&y.hasValue){var z=y.value;if(w(z,T))return R=z}return R=T}if(z=R,o(E,T))return z;var O=_(T);return w!==void 0&&w(z,O)?(E=T,z):(E=T,R=O)}var j=!1,E,R,A=b===void 0?null:b;return[function(){return N(g())},A===null?void 0:function(){return N(A())}]},[g,b,_,w]);var C=l(h,S[0],S[1]);return d(function(){y.hasValue=!0,y.value=C},[C]),m(C),C},ph}var aw;function Sz(){return aw||(aw=1,fh.exports=kz()),fh.exports}var Cz=Sz();const Nz=Yb(19),Ez=Nz?Tz:Az;function nt(e,t,a,o,l){return Ez(e,t,a,o,l)}function Rz(e,t,a,o,l){const c=x.useCallback(()=>t(e.getSnapshot(),a,o,l),[e,t,a,o,l]);return wf.useSyncExternalStore(e.subscribe,c,c)}i4({before(e){e.syncIndex=0,e.didInitialize||(e.syncTick=1,e.syncHooks=[],e.didChangeStore=!0,e.getSnapshot=()=>{let t=!1;for(let a=0;a<e.syncHooks.length;a+=1){const o=e.syncHooks[a],l=o.selector(o.store.state,o.a1,o.a2,o.a3);Object.is(o.value,l)||(t=!0,o.value=l)}return t&&(e.syncTick+=1),e.syncTick})},after(e){e.syncHooks.length>0&&(e.didChangeStore&&(e.didChangeStore=!1,e.subscribe=t=>{const a=new Set;for(const l of e.syncHooks)a.add(l.store);const o=[];for(const l of a)o.push(l.subscribe(t));return()=>{for(const l of o)l()}}),wf.useSyncExternalStore(e.subscribe,e.getSnapshot,e.getSnapshot))}});function Tz(e,t,a,o,l){const c=l4();if(!c)return Rz(e,t,a,o,l);const d=c.syncIndex;c.syncIndex+=1;let f;return c.didInitialize?(f=c.syncHooks[d],(f.store!==e||f.selector!==t||!Object.is(f.a1,a)||!Object.is(f.a2,o)||!Object.is(f.a3,l))&&(f.store!==e&&(c.didChangeStore=!0),f.store=e,f.selector=t,f.a1=a,f.a2=o,f.a3=l,f.value=t(e.getSnapshot(),a,o,l))):(f={store:e,selector:t,a1:a,a2:o,a3:l,value:t(e.getSnapshot(),a,o,l)},c.syncHooks.push(f)),f.value}function Az(e,t,a,o,l){return Cz.useSyncExternalStoreWithSelector(e.subscribe,e.getSnapshot,e.getSnapshot,c=>t(c,a,o,l))}class uC{constructor(t){this.state=t,this.listeners=new Set,this.updateTick=0}subscribe=t=>(this.listeners.add(t),()=>{this.listeners.delete(t)});getSnapshot=()=>this.state;setState(t){if(this.state===t)return;this.state=t,this.updateTick+=1;const a=this.updateTick;for(const o of this.listeners){if(a!==this.updateTick)return;o(t)}}update(t){for(const a in t)if(!Object.is(this.state[a],t[a])){this.setState({...this.state,...t});return}}set(t,a){Object.is(this.state[t],a)||this.setState({...this.state,[t]:a})}notifyAll(){const t={...this.state};this.setState(t)}use(t,a,o,l){return nt(this,t,a,o,l)}}class mp extends uC{constructor(t,a={},o){super(t),this.context=a,this.selectors=o}useSyncedValue(t,a){x.useDebugValue(t);const o=this;ze(()=>{o.state[t]!==a&&o.set(t,a)},[o,t,a])}useSyncedValueWithCleanup(t,a){const o=this;ze(()=>(o.state[t]!==a&&o.set(t,a),()=>{o.set(t,void 0)}),[o,t,a])}useSyncedValues(t){const a=this,o=Object.values(t);ze(()=>{a.update(t)},[a,...o])}useControlledProp(t,a){x.useDebugValue(t);const o=this,l=a!==void 0;ze(()=>{l&&!Object.is(o.state[t],a)&&o.setState({...o.state,[t]:a})},[o,t,a,l])}select(t,a,o,l){const c=this.selectors[t];return c(this.state,a,o,l)}useState(t,a,o,l){return x.useDebugValue(t),nt(this,this.selectors[t],a,o,l)}useContextCallback(t,a){x.useDebugValue(t);const o=Ue(a??Mn);this.context[t]=o}useStateSetter(t){const a=x.useRef(void 0);return a.current===void 0&&(a.current=o=>{this.set(t,o)}),a.current}observe(t,a){let o;typeof t=="function"?o=t:o=this.selectors[t];let l=o(this.state);return a(l,l,this),this.subscribe(c=>{const d=o(c);if(!Object.is(l,d)){const f=l;l=d,a(d,f,this)}})}}const Mz={open:Ae(e=>e.open),transitionStatus:Ae(e=>e.transitionStatus),domReferenceElement:Ae(e=>e.domReferenceElement),referenceElement:Ae(e=>e.positionReference??e.referenceElement),floatingElement:Ae(e=>e.floatingElement),floatingId:Ae(e=>e.floatingId)};class gp extends mp{constructor(t){const{syncOnly:a,nested:o,onOpenChange:l,triggerElements:c,...d}=t;super({...d,positionReference:d.referenceElement,domReferenceElement:d.referenceElement},{onOpenChange:l,dataRef:{current:{}},events:XS(),nested:o,triggerElements:c},Mz),this.syncOnly=a}syncOpenEvent=(t,a)=>{(!t||!this.state.open||a!=null&&v4(a))&&(this.context.dataRef.current.openEvent=t?a:void 0)};dispatchOpenChange=(t,a)=>{this.syncOpenEvent(t,a.event);const o={open:t,reason:a.reason,nativeEvent:a.event,nested:this.context.nested,triggerElement:a.trigger};this.context.events.emit("openchange",o)};setOpen=(t,a)=>{if(this.syncOnly){this.context.onOpenChange?.(t,a);return}this.dispatchOpenChange(t,a),this.context.onOpenChange?.(t,a)}}function dC(e){const{popupStore:t,treatPopupAsFloatingElement:a=!1,floatingRootContext:o,floatingId:l,nested:c,onOpenChange:d}=e,f=t.useState("open"),m=t.useState("activeTriggerElement"),h=t.useState(a?"popupElement":"positionerElement"),g=t.context.triggerElements,b=d,_=x.useRef(null);o===void 0&&_.current===null&&(_.current=new gp({open:f,transitionStatus:void 0,referenceElement:m,floatingElement:h,triggerElements:g,onOpenChange:b,floatingId:l,syncOnly:!0,nested:c}));const w=o??_.current;return t.useSyncedValue("floatingId",l),ze(()=>{const S={open:f,floatingId:l,referenceElement:m,floatingElement:h};bt(m)&&(S.domReferenceElement=m),w.state.positionReference===w.state.referenceElement&&(S.positionReference=m),w.update(S)},[f,l,m,h,w]),w.context.onOpenChange=b,w.context.nested=c,w}function bi(e,t=!1,a=!1){const[o,l]=x.useState(e&&t?"idle":void 0),[c,d]=x.useState(e);return e&&!c&&(d(!0),l("starting")),!e&&c&&o!=="ending"&&!a&&l("ending"),!e&&!c&&o==="ending"&&l(void 0),ze(()=>{if(!e&&c&&o!=="ending"&&a){const f=ga.request(()=>{l("ending")});return()=>{ga.cancel(f)}}},[e,c,o,a]),ze(()=>{if(!e||t)return;const f=ga.request(()=>{l(void 0)});return()=>{ga.cancel(f)}},[t,e]),ze(()=>{if(!e||!t)return;e&&c&&o!=="idle"&&l("starting");const f=ga.request(()=>{l("idle")});return()=>{ga.cancel(f)}},[t,e,c,o]),{mounted:c,setMounted:d,transitionStatus:o}}let Lo=(function(e){return e.startingStyle="data-starting-style",e.endingStyle="data-ending-style",e})({});const Oz={[Lo.startingStyle]:""},zz={[Lo.endingStyle]:""},ur={transitionStatus(e){return e==="starting"?Oz:e==="ending"?zz:null}};function fC(e,t=!1,a=!0){const o=ni();return Ue((l,c=null)=>{o.cancel();const d=Ja(e);if(d==null)return;const f=d,m=()=>{Fs.flushSync(l)};if(typeof f.getAnimations!="function"||globalThis.BASE_UI_ANIMATIONS_DISABLED){l();return}function h(){Promise.all(f.getAnimations().map(g=>g.finished)).then(()=>{c?.aborted||m()}).catch(()=>{if(a){c?.aborted||m();return}const g=f.getAnimations();!c?.aborted&&g.length>0&&g.some(b=>b.pending||b.playState!=="finished")&&h()})}if(t){const g=Lo.startingStyle;if(!f.hasAttribute(g)){o.request(h);return}const b=new MutationObserver(()=>{f.hasAttribute(g)||(b.disconnect(),h())});b.observe(f,{attributes:!0,attributeFilter:[g]}),c?.addEventListener("abort",()=>b.disconnect(),{once:!0});return}o.request(h)})}function Ea(e){const{enabled:t=!0,open:a,ref:o,onComplete:l}=e,c=Ue(l),d=fC(o,a,!1);x.useEffect(()=>{if(!t)return;const f=new AbortController;return d(c,f.signal),()=>{f.abort()}},[t,a,c,d])}const hp={tabIndex:-1,[kx]:""};function Dz(e){return t=>t==="touch"?e.current:!0}function pC(e,t,a=!1){const o=Do(),l=Jr()!=null,c=x.useRef(null);e===void 0&&c.current===null&&(c.current=t(o,l));const d=e??c.current;return dC({popupStore:d,treatPopupAsFloatingElement:a,floatingRootContext:d.state.floatingRootContext,floatingId:o,nested:l,onOpenChange:d.setOpen}),{store:d,internalStore:c.current}}function Pz(e,t){const a=x.useRef(null),o=x.useRef(null);return x.useCallback(l=>{if(e===void 0)return;let c=!1;if(a.current!==null){const d=a.current,f=o.current,m=t.context.triggerElements.getById(d);f&&m===f&&(t.context.triggerElements.delete(d),c=!0),a.current=null,o.current=null}if(l!==null&&(a.current=e,o.current=l,t.context.triggerElements.add(e,l),c=!0),c){const d=t.context.triggerElements.size;t.select("open")&&t.state.triggerCount!==d&&t.set("triggerCount",d)}},[t,e])}function n_(e,t,a,o=!1){t?e.preventUnmountingOnClose=!1:o&&(e.preventUnmountingOnClose=!0);const l=a?.id??null;(l||t)&&(e.activeTriggerId=l,e.activeTriggerElement=a??null)}function mC(e){let t=!1;return e.preventUnmountOnClose=()=>{t=!0},()=>t}function Lz(e,t,a,o={}){const l=a.reason,c=l===On,d=t&&l===Gl,f=!t&&(l===xi||l===up),m=mC(a);if(e.context.onOpenChange?.(t,a),a.isCanceled)return;o.onBeforeDispatch?.(),e.state.floatingRootContext.dispatchOpenChange(t,a);const h=()=>{const g={...o.extraState,open:t};d?g.instantType="focus":f?g.instantType="dismiss":c&&(g.instantType=void 0),n_(g,t,a.trigger,m()),e.update(g)};c?Fs.flushSync(h):h()}function gC(e,t,a,o){t_(()=>{t===void 0&&e.state.open===!1&&a&&(e.state={...e.state,open:!0,activeTriggerId:o,preventUnmountingOnClose:!1})})}function hC(e,t,a,o){const l=a.useState("isMountedByTrigger",e),c=Pz(e,a),d=Ue(f=>{if(c(f),!f)return;const m=a.select("open"),h=a.select("activeTriggerId");if(h===e){a.update({activeTriggerElement:f,...m?o:null});return}h==null&&m&&a.update({activeTriggerId:e,activeTriggerElement:f,...o})});return ze(()=>{l&&a.update({activeTriggerElement:t.current,...o})},[l,a,t,...Object.values(o)]),{registerTrigger:d,isMountedByThisTrigger:l}}function s_(e,t={}){const{closeOnActiveTriggerUnmount:a=!1}=t,o=e.useState("open"),l=e.useState("triggerCount");ze(()=>{if(!o){e.state.triggerCount!==0&&e.set("triggerCount",0);return}const c=e.context.triggerElements.size,d={};e.state.triggerCount!==c&&(d.triggerCount=c);const f=e.select("activeTriggerId");let m=null;if(f){const h=e.context.triggerElements.getById(f);h?h!==e.state.activeTriggerElement&&(d.activeTriggerElement=h):m=f}if(!m&&!f&&c===1){const h=e.context.triggerElements.entries().next();if(!h.done){const[g,b]=h.value;d.activeTriggerId=g,d.activeTriggerElement=b}}(d.triggerCount!==void 0||d.activeTriggerId!==void 0||d.activeTriggerElement!==void 0)&&e.update(d),m&&a&&queueMicrotask(()=>{if(e.select("open")&&e.select("activeTriggerId")===m&&!e.context.triggerElements.getById(m)){const h=st(ka);e.setOpen(!1,h),h.isCanceled||e.update({activeTriggerId:null,activeTriggerElement:null})}})},[o,e,l,a])}function a_(e,t,a){const{mounted:o,setMounted:l,transitionStatus:c}=bi(e),d=t.useState("preventUnmountingOnClose"),f=e?!1:d;t.useSyncedValues({mounted:o,transitionStatus:c,preventUnmountingOnClose:f});const m=Ue(()=>{l(!1),t.update({activeTriggerId:null,activeTriggerElement:null,mounted:!1,preventUnmountingOnClose:!1}),a?.(),t.context.onOpenChangeComplete?.(!1)});return Ea({enabled:o&&!e&&!f,open:e,ref:t.context.popupRef,onComplete(){e||m()}}),{forceUnmount:m,transitionStatus:c}}function r_(e,t){e.useSyncedValues(t),ze(()=>()=>{e.update({activeTriggerProps:Xt,inactiveTriggerProps:Xt,popupProps:Xt})},[e])}function Iz(e,t){ze(()=>{!t&&e.state.openMethod!==null&&e.set("openMethod",null)},[t,e]),ze(()=>()=>{e.state.openMethod!==null&&e.set("openMethod",null)},[e])}class au{constructor(){this.elementsSet=new Set,this.idMap=new Map}add(t,a){const o=this.idMap.get(t);o!==a&&(o!==void 0&&this.elementsSet.delete(o),this.elementsSet.add(a),this.idMap.set(t,a))}delete(t){const a=this.idMap.get(t);a&&(this.elementsSet.delete(a),this.idMap.delete(t))}hasElement(t){return this.elementsSet.has(t)}hasMatchingElement(t){for(const a of this.elementsSet)if(t(a))return!0;return!1}getById(t){return this.idMap.get(t)}entries(){return this.idMap.entries()}elements(){return this.elementsSet.values()}get size(){return this.idMap.size}}function Bz(){return new gp({open:!1,transitionStatus:void 0,floatingElement:null,referenceElement:null,triggerElements:new au,floatingId:void 0,syncOnly:!1,nested:!1,onOpenChange:void 0})}function o_(){return{open:!1,openProp:void 0,mounted:!1,transitionStatus:void 0,floatingRootContext:Bz(),floatingId:void 0,triggerCount:0,preventUnmountingOnClose:!1,payload:void 0,activeTriggerId:null,activeTriggerElement:null,triggerIdProp:void 0,popupElement:null,positionerElement:null,activeTriggerProps:Xt,inactiveTriggerProps:Xt,popupProps:Xt}}function xC(e,t,a=!1){return new gp({open:!1,transitionStatus:void 0,floatingElement:null,referenceElement:null,triggerElements:e,floatingId:t,syncOnly:!0,nested:a,onOpenChange:void 0})}const Oc=Ae(e=>e.triggerIdProp??e.activeTriggerId),l_=Ae(e=>e.openProp??e.open),rw=Ae(e=>(e.popupElement?.id??e.floatingId)||void 0);function bC(e,t){return t!==void 0&&l_(e)&&Oc(e)===t}function Uz(e,t){return bC(e,t)?!0:t!==void 0&&l_(e)&&Oc(e)==null&&e.triggerCount===1}const i_={open:l_,mounted:Ae(e=>e.mounted),transitionStatus:Ae(e=>e.transitionStatus),floatingRootContext:Ae(e=>e.floatingRootContext),triggerCount:Ae(e=>e.triggerCount),preventUnmountingOnClose:Ae(e=>e.preventUnmountingOnClose),payload:Ae(e=>e.payload),activeTriggerId:Oc,activeTriggerElement:Ae(e=>e.mounted?e.activeTriggerElement:null),popupId:rw,isTriggerActive:Ae((e,t)=>t!==void 0&&Oc(e)===t),isOpenedByTrigger:Ae((e,t)=>bC(e,t)),isMountedByTrigger:Ae((e,t)=>t!==void 0&&Oc(e)===t&&e.mounted),triggerProps:Ae((e,t)=>t?e.activeTriggerProps:e.inactiveTriggerProps),triggerPopupId:Ae((e,t)=>Uz(e,t)?rw(e):void 0),popupProps:Ae(e=>e.popupProps),popupElement:Ae(e=>e.popupElement),positionerElement:Ae(e=>e.positionerElement)};function _C(e){const{open:t=!1,onOpenChange:a,elements:o={}}=e,l=Do(),c=Jr()!=null,d=ns(()=>new gp({open:t,transitionStatus:void 0,onOpenChange:a,referenceElement:o.reference??null,floatingElement:o.floating??null,triggerElements:new au,floatingId:l,syncOnly:!1,nested:c})).current;return ze(()=>{const f={open:t,floatingId:l};o.reference!==void 0&&(f.referenceElement=o.reference,f.domReferenceElement=bt(o.reference)?o.reference:null),o.floating!==void 0&&(f.floatingElement=o.floating),d.update(f)},[t,l,o.reference,o.floating,d]),d.context.onOpenChange=a,d.context.nested=c,d}function $z(e={}){const{nodeId:t,externalTree:a}=e,o=_C(e),l=e.rootContext||o,c=l.useState("referenceElement"),d=l.useState("floatingElement"),f=l.useState("domReferenceElement"),m=l.useState("open"),h=l.useState("floatingId"),[g,b]=x.useState(null),[_,w]=x.useState(void 0),[S,y]=x.useState(void 0),C=x.useRef(null),N=eo(a),j=x.useMemo(()=>({reference:c,floating:d,domReference:f}),[c,d,f]),E=hz({...e,elements:{...j,...g&&{reference:g}}}),R=bt(_)?_:null,A=S===void 0?l.state.floatingElement:S;l.useSyncedValue("referenceElement",_??null),l.useSyncedValue("domReferenceElement",_===void 0?f:R),l.useSyncedValue("floatingElement",A);const T=x.useCallback(D=>{const I=bt(D)?{getBoundingClientRect:()=>D.getBoundingClientRect(),getClientRects:()=>D.getClientRects(),contextElement:D}:D;b(I),E.refs.setReference(I)},[E.refs]),z=x.useCallback(D=>{(bt(D)||D===null)&&(C.current=D,w(D)),(bt(E.refs.reference.current)||E.refs.reference.current===null||D!==null&&!bt(D))&&E.refs.setReference(D)},[E.refs,w]),O=x.useCallback(D=>{y(D),E.refs.setFloating(D)},[E.refs]),P=x.useMemo(()=>({...E.refs,setReference:z,setFloating:O,setPositionReference:T,domReference:C}),[E.refs,z,O,T]),L=x.useMemo(()=>({...E.elements,domReference:f}),[E.elements,f]),U=x.useMemo(()=>({...E,dataRef:l.context.dataRef,open:m,onOpenChange:l.setOpen,events:l.context.events,floatingId:h,refs:P,elements:L,nodeId:t,rootStore:l}),[E,P,L,t,l,m,h]);return ze(()=>{f&&(C.current=f)},[f]),ze(()=>{l.context.dataRef.current.floatingContext=U;const D=N?.nodesRef.current.find(I=>I.id===t);D&&(D.context=U)}),x.useMemo(()=>({...E,context:U,refs:P,elements:L,rootStore:l}),[E,P,L,U,l])}const mh=Mb&&Qr;function vC(e,t={}){const{enabled:a=!0,delay:o}=t,l="rootStore"in e?e.rootStore:e,{events:c,dataRef:d}=l.context,f=x.useRef(!1),m=x.useRef(null),h=x.useRef(!0),g=En();x.useEffect(()=>{const _=l.select("domReferenceElement");if(!a)return;const w=Wt(_);function S(){const N=l.select("domReferenceElement");!l.select("open")&&Gt(N)&&N===Gn(xt(N))&&(f.current=!0)}function y(){h.current=!0}function C(){h.current=!1}return _a(_t(w,"blur",S),mh&&_t(w,"keydown",y,!0),mh&&_t(w,"pointerdown",C,!0))},[l,a]),x.useEffect(()=>{if(!a)return;function _(w){if(w.reason===xi||w.reason===up){const S=l.select("domReferenceElement");bt(S)&&(m.current=S,f.current=!0)}}return c.on("openchange",_),()=>{c.off("openchange",_)}},[c,a,l]);const b=x.useMemo(()=>{function _(){f.current=!1,m.current=null}return{onMouseLeave(){_()},onFocus(w){const S=w.currentTarget;if(f.current){if(m.current===S)return;_()}const y=qn(w.nativeEvent);if(bt(y)){if(mh&&!w.relatedTarget){if(!h.current&&!ip(y))return}else if(!N4(y))return}const C=gf(w.relatedTarget,l.context.triggerElements),{nativeEvent:N,currentTarget:j}=w,E=typeof o=="function"?o():o;if(l.select("open")&&C||E===0||E===void 0){l.setOpen(!0,st(Gl,N,j));return}g.start(E,()=>{f.current||l.setOpen(!0,st(Gl,N,j))})},onBlur(w){_();const S=w.relatedTarget,y=w.nativeEvent,C=bt(S)&&S.hasAttribute(Vc("focus-guard"))&&S.getAttribute("data-type")==="outside";g.start(0,()=>{const N=l.select("domReferenceElement"),j=Gn(xt(N));!S&&j===N||We(d.current.floatingContext?.refs.floating.current,j)||We(N,j)||C||gf(S??j,l.context.triggerElements)||l.setOpen(!1,st(Gl,y))})}}},[d,o,l,g]);return x.useMemo(()=>a?{reference:b,trigger:b}:{},[a,b])}class c_{constructor(){this.pointerType=void 0,this.interactedInside=!1,this.handler=void 0,this.blockMouseMove=!0,this.performedPointerEventsMutation=!1,this.pointerEventsScopeElement=null,this.pointerEventsReferenceElement=null,this.pointerEventsFloatingElement=null,this.restTimeoutPending=!1,this.openChangeTimeout=new na,this.restTimeout=new na,this.handleCloseOptions=void 0}static create(){return new c_}dispose=()=>{this.openChangeTimeout.clear(),this.restTimeout.clear()};disposeEffect=()=>this.dispose}const kf=new WeakMap;function Sf(e){if(!e.performedPointerEventsMutation)return;const t=e.pointerEventsScopeElement;t&&kf.get(t)===e&&(e.pointerEventsScopeElement?.style.removeProperty("pointer-events"),e.pointerEventsReferenceElement?.style.removeProperty("pointer-events"),e.pointerEventsFloatingElement?.style.removeProperty("pointer-events"),kf.delete(t)),e.performedPointerEventsMutation=!1,e.pointerEventsScopeElement=null,e.pointerEventsReferenceElement=null,e.pointerEventsFloatingElement=null}function yC(e,t){const{scopeElement:a,referenceElement:o,floatingElement:l}=t,c=kf.get(a);c&&c!==e&&Sf(c),Sf(e),e.performedPointerEventsMutation=!0,e.pointerEventsScopeElement=a,e.pointerEventsReferenceElement=o,e.pointerEventsFloatingElement=l,kf.set(a,e),a.style.pointerEvents="none",o.style.pointerEvents="auto",l.style.pointerEvents="auto"}function u_(e){const t=e.context.dataRef.current,a=ns(()=>t.hoverInteractionState??c_.create()).current;return t.hoverInteractionState||(t.hoverInteractionState=a),Ab(t.hoverInteractionState.disposeEffect),t.hoverInteractionState}function jC(e,t={}){const{enabled:a=!0,closeDelay:o=0,nodeId:l}=t,c="rootStore"in e?e.rootStore:e,d=c.useState("open"),f=c.useState("floatingElement"),m=c.useState("domReferenceElement"),{dataRef:h}=c.context,g=eo(),b=Jr(),_=u_(c),w=En(),S=Ue(()=>_S(h.current.openEvent?.type,_.interactedInside)),y=Ue(()=>R4(h.current.openEvent?.type)),C=Ue(()=>{Sf(_)});ze(()=>{d||(_.pointerType=void 0,_.restTimeoutPending=!1,_.interactedInside=!1,C())},[d,_,C]),x.useEffect(()=>C,[C]),ze(()=>{if(a&&d&&_.handleCloseOptions?.blockPointerEvents&&y()&&bt(m)&&f){const N=m,j=f,E=xt(f),R=g?.nodesRef.current.find(O=>O.id===b)?.context?.elements.floating;R&&(R.style.pointerEvents="");const A=_.pointerEventsScopeElement!==j?_.pointerEventsScopeElement:null,T=R!==j?R:null,z=_.handleCloseOptions?.getScope?.()??A??T??N.closest("[data-rootownerid]")??E.body;return yC(_,{scopeElement:z,referenceElement:N,floatingElement:j}),()=>{C()}}},[a,d,m,f,_,y,g,b,C]),x.useEffect(()=>{if(!a)return;function N(){return!!(g&&b&&Yr(g.nodesRef.current,b).length>0)}function j(O){const P=ti(o,"close",_.pointerType),L=()=>{c.setOpen(!1,st(On,O)),g?.events.emit("floating.closed",O)};P?_.openChangeTimeout.start(P,L):(_.openChangeTimeout.clear(),L())}function E(O){const P=qn(O);if(!C4(P)){_.interactedInside=!1;return}_.interactedInside=P?.closest("[aria-haspopup]")!=null}function R(){_.openChangeTimeout.clear(),w.clear(),g?.events.off("floating.closed",T),C()}function A(O){if(N()&&g){g.events.on("floating.closed",T);return}if(gf(O.relatedTarget,c.context.triggerElements))return;const P=h.current.floatingContext?.nodeId??l,L=O.relatedTarget;if(!(g&&P&&bt(L)&&Yr(g.nodesRef.current,P,!1).some(D=>We(D.context?.elements.floating,L)))){if(_.handler){_.handler(O);return}C(),y()&&!S()&&j(O)}}function T(O){!g||!b||N()||w.start(0,()=>{g.events.off("floating.closed",T),c.setOpen(!1,st(On,O)),g.events.emit("floating.closed",O)})}const z=f;return _a(z&&_t(z,"mouseenter",R),z&&_t(z,"mouseleave",A),z&&_t(z,"pointerdown",E,!0),()=>{g?.events.off("floating.closed",T)})},[a,f,c,h,o,l,y,S,C,_,g,b,w])}const Hz={current:null};function wC(e,t={}){const{enabled:a=!0,delay:o=0,handleClose:l=null,mouseOnly:c=!1,restMs:d=0,move:f=!0,triggerElementRef:m=Hz,externalTree:h,isActiveTrigger:g=!0,getHandleCloseContext:b,isClosing:_,shouldOpen:w}=t,S="rootStore"in e?e.rootStore:e,{dataRef:y,events:C}=S.context,N=eo(h),j=u_(S),E=x.useRef(!1),R=pn(l),A=pn(o),T=pn(d),z=pn(a),O=pn(w),P=pn(_),L=Ue(()=>_S(y.current.openEvent?.type,j.interactedInside)),U=Ue(()=>O.current?.()!==!1),D=Ue((F,H,Y)=>{const V=S.context.triggerElements;if(V.hasElement(H))return!F||!We(F,H);if(!bt(Y))return!1;const G=Y;return V.hasMatchingElement(K=>We(K,G))&&(!F||!We(F,G))}),I=Ue(()=>{if(!j.handler)return;xt(S.select("domReferenceElement")).removeEventListener("mousemove",j.handler),j.handler=void 0}),$=Ue(()=>{Sf(j)});return g&&(j.handleCloseOptions=R.current?.__options),x.useEffect(()=>I,[I]),x.useEffect(()=>{if(!a)return;function F(H){H.open?E.current=!1:(E.current=H.reason===On,I(),j.openChangeTimeout.clear(),j.restTimeout.clear(),j.blockMouseMove=!0,j.restTimeoutPending=!1)}return C.on("openchange",F),()=>{C.off("openchange",F)}},[a,C,j,I]),x.useEffect(()=>{if(!a)return;function F(G,K=!0){const B=ti(A.current,"close",j.pointerType);B?j.openChangeTimeout.start(B,()=>{S.setOpen(!1,st(On,G)),N?.events.emit("floating.closed",G)}):K&&(j.openChangeTimeout.clear(),S.setOpen(!1,st(On,G)),N?.events.emit("floating.closed",G))}const H=m.current??(g?S.select("domReferenceElement"):null);if(!bt(H))return;function Y(G){if(j.openChangeTimeout.clear(),j.blockMouseMove=!1,c&&!Oo(j.pointerType))return;const K=Nj(T.current),B=ti(A.current,"open",j.pointerType),Q=qn(G),Z=G.currentTarget??null,X=S.select("domReferenceElement");let ne=Z;if(bt(Q)&&!S.context.triggerElements.hasElement(Q)){for(const ke of S.context.triggerElements.elements())if(We(ke,Q)){ne=ke;break}}bt(Z)&&bt(X)&&!S.context.triggerElements.hasElement(Z)&&We(Z,X)&&(ne=X);const ee=ne==null?!1:D(X,ne,Q),re=S.select("open"),le=P.current?.()??S.select("transitionStatus")==="ending",ge=!re&&le&&E.current,Me=!ee&&bt(ne)&&bt(X)&&We(X,ne)&&ge,fe=K>0&&!B,he=ee&&(re||ge)||Me,Ce=!re||ee;if(he){U()&&S.setOpen(!0,st(On,G,ne));return}fe||(B?j.openChangeTimeout.start(B,()=>{Ce&&U()&&S.setOpen(!0,st(On,G,ne))}):Ce&&U()&&S.setOpen(!0,st(On,G,ne)))}function V(G){if(L()){$();return}I();const K=S.select("domReferenceElement"),B=xt(K);j.restTimeout.clear(),j.restTimeoutPending=!1;const Q=y.current.floatingContext??b?.();if(gf(G.relatedTarget,S.context.triggerElements))return;if(R.current&&Q){S.select("open")||j.openChangeTimeout.clear();const X=m.current;j.handler=R.current({...Q,tree:N,x:G.clientX,y:G.clientY,onClose(){$(),I(),z.current&&!L()&&X===S.select("domReferenceElement")&&F(G,!0)}}),B.addEventListener("mousemove",j.handler),j.handler(G);return}(j.pointerType==="touch"?!We(S.select("floatingElement"),G.relatedTarget):!0)&&F(G)}return f?_a(_t(H,"mousemove",Y,{once:!0}),_t(H,"mouseenter",Y),_t(H,"mouseleave",V)):_a(_t(H,"mouseenter",Y),_t(H,"mouseleave",V))},[I,$,y,A,S,a,R,j,g,D,L,c,f,T,m,N,z,b,P,U]),x.useMemo(()=>{if(!a)return;function F(H){j.pointerType=H.pointerType}return{onPointerDown:F,onPointerEnter:F,onMouseMove(H){const{nativeEvent:Y}=H,V=H.currentTarget,G=S.select("domReferenceElement"),K=S.select("open"),B=D(G,V,H.target);if(c&&!Oo(j.pointerType))return;if(K&&B&&j.handleCloseOptions?.blockPointerEvents){const X=S.select("floatingElement");if(X){const ne=j.handleCloseOptions?.getScope?.()??V.ownerDocument.body;yC(j,{scopeElement:ne,referenceElement:V,floatingElement:X})}}const Q=Nj(T.current);if(K&&!B||Q===0||!B&&j.restTimeoutPending&&H.movementX**2+H.movementY**2<2)return;j.restTimeout.clear();function Z(){if(j.restTimeoutPending=!1,L())return;const X=S.select("open");!j.blockMouseMove&&(!X||B)&&U()&&S.setOpen(!0,st(On,Y,V))}j.pointerType==="touch"?Fs.flushSync(()=>{Z()}):B&&K?Z():(j.restTimeoutPending=!0,j.restTimeout.start(Q,Z))}}},[a,j,L,D,c,S,T,U])}const qz="Escape";function xp(e,t,a){switch(e){case"vertical":return t;case"horizontal":return a;default:return t||a}}function Td(e,t){return xp(t,e===bS||e===Ib,e===op||e===lp)}function gh(e,t,a){return xp(t,e===Ib,a?e===op:e===lp)||e==="Enter"||e===" "||e===""}function Vz(e,t,a){return xp(t,a?e===op:e===lp,e===Ib)}function Fz(e,t,a,o){const l=a?e===lp:e===op,c=e===bS;return t==="both"||t==="horizontal"&&o?e===qz:xp(t,l,c)}function kC(e,t){const{listRef:a,activeIndex:o,onNavigate:l=()=>{},enabled:c=!0,selectedIndex:d=null,allowEscape:f=!1,loopFocus:m=!1,nested:h=!1,rtl:g=!1,virtual:b=!1,focusItemOnOpen:_="auto",focusItemOnHover:w=!0,openOnArrowKeyDown:S=!0,disabledIndices:y=void 0,orientation:C="vertical",parentOrientation:N,id:j,resetOnPointerLeave:E=!0,externalTree:R,grid:A}=t,T=A!=null,z="rootStore"in e?e.rootStore:e,O=z.useState("open"),P=z.useState("floatingElement"),L=z.useState("domReferenceElement"),U=z.context.dataRef,D=hf(P),I=Sx(L),$=pn(D),F=Jr(),H=eo(R),Y=x.useRef(_),V=x.useRef(d??-1),G=x.useRef(null),K=x.useRef(!0),B=Ue(de=>{l(V.current===-1?null:V.current,de)}),Q=x.useRef(!!P),Z=x.useRef(O),X=x.useRef(!1),ne=x.useRef(!1),ee=x.useRef(null),re=pn(y),le=pn(O),ge=pn(d),Me=pn(E),fe=ni(),he=ni(),Ce=Ue(()=>{function de(Oe){b?H?.events.emit("virtualfocus",Oe):ee.current=nf(Oe,{sync:X.current,preventScroll:!0})}const ye=a.current[V.current],Ge=ne.current;ye&&de(ye),(X.current?Oe=>Oe():Oe=>fe.request(Oe))(()=>{const Oe=a.current[V.current]||ye;if(!Oe)return;ye||de(Oe),je&&(Ge||!K.current)&&Oe.scrollIntoView?.({block:"nearest",inline:"nearest"})})});ze(()=>{U.current.orientation=C},[U,C]),ze(()=>{c&&(O&&P?(V.current=d??-1,Y.current&&d!=null&&(ne.current=!0,B())):Q.current&&(V.current=-1,B()))},[c,O,P,d,B]),ze(()=>{if(c){if(!O){X.current=!1;return}if(P)if(o==null){if(X.current=!1,ge.current!=null)return;if(Q.current&&(V.current=-1,Ce()),(!Z.current||!Q.current)&&Y.current&&(G.current!=null||Y.current===!0&&G.current==null)){let de=0;const ye=()=>{a.current[0]==null?(de<2&&(de?Re=>he.request(Re):queueMicrotask)(ye),de+=1):(V.current=G.current==null||gh(G.current,C,g)||h?tf(a):Rx(a),G.current=null,B())};ye()}}else Mc(a.current,o)||(V.current=o,Ce(),ne.current=!1)}},[c,O,P,o,ge,h,a,C,g,B,Ce,he]),ze(()=>{if(!c||P||!H||b||!Q.current)return;const de=H.nodesRef.current,ye=de.find(Oe=>Oe.id===F)?.context?.elements.floating,Ge=Gn(xt(L??ye??null)),Re=de.some(Oe=>Oe.context&&We(Oe.context.elements.floating,Ge));ye&&!Re&&K.current&&ye.focus({preventScroll:!0})},[c,P,L,H,F,b]),ze(()=>{Z.current=O,Q.current=!!P}),ze(()=>{O||(G.current=null,Y.current=_)},[O,_]);const ke=o!=null,Be=Ue(de=>{if(!le.current)return;const ye=a.current.indexOf(de.currentTarget);ye!==-1&&(V.current!==ye||o!==ye)&&(V.current=ye,B(de))}),Ve=Ue(()=>N??H?.nodesRef.current.find(de=>de.id===F)?.context?.dataRef?.current.orientation),Se=Ue(()=>tf(a,re.current)),Te=Ue(de=>{if(K.current=!1,X.current=!0,de.which===229||!le.current&&de.currentTarget===$.current)return;if(h&&Fz(de.key,C,g,T)){Td(de.key,Ve())||pa(de),z.setOpen(!1,st(Cx,de.nativeEvent)),Gt(L)&&(b?H?.events.emit("virtualfocus",L):L.focus());return}const ye=V.current,Ge=tf(a,y),Re=Rx(a,y);if(I||(de.key==="Home"&&(pa(de),V.current=Ge,B(de)),de.key==="End"&&(pa(de),V.current=Re,B(de))),A!=null){const Oe=A(de,V.current,a,C,m,g,y,Ge,Re);if(Oe!=null&&(V.current=Oe,B(de)),C==="both")return}if(Td(de.key,C)){if(pa(de),O&&!b&&Gn(de.currentTarget.ownerDocument)===de.currentTarget){V.current=gh(de.key,C,g)?Ge:Re,B(de);return}gh(de.key,C,g)?m?ye>=Re?f&&ye!==a.current.length?V.current=-1:(X.current=!1,V.current=Ge):V.current=tr(a.current,{startingIndex:ye,disabledIndices:y}):V.current=Math.min(Re,tr(a.current,{startingIndex:ye,disabledIndices:y})):m?ye<=Ge?f&&ye!==-1?V.current=a.current.length:(X.current=!1,V.current=Re):V.current=tr(a.current,{startingIndex:ye,decrement:!0,disabledIndices:y}):V.current=Math.max(Ge,tr(a.current,{startingIndex:ye,decrement:!0,disabledIndices:y})),Mc(a.current,V.current)&&(V.current=-1),B(de)}}),je=x.useMemo(()=>({onFocus(ye){X.current=!0,Be(ye)},onClick:({currentTarget:ye})=>ye.focus({preventScroll:!0}),onMouseMove(ye){X.current=!0,ne.current=!1,w&&Be(ye)},onPointerLeave(ye){if(!le.current||!K.current||ye.pointerType==="touch")return;X.current=!0;const Ge=ye.relatedTarget;if(!(!w||a.current.includes(Ge))&&Me.current&&(ee.current?.(),ee.current=null,V.current=-1,B(ye),!b)){const Re=$.current,Oe=Gn(xt(Re));Re&&We(Re,Oe)&&Re.focus({preventScroll:!0})}}}),[Be,le,$,w,a,B,Me,b]),Ee=x.useMemo(()=>b&&O&&ke&&{"aria-activedescendant":`${j}-${o}`},[b,O,ke,j,o]),De=x.useMemo(()=>({"aria-orientation":C==="both"?void 0:C,...I?{}:Ee,onKeyDown(de){if(de.key==="Tab"&&de.shiftKey&&O&&!b){const ye=qn(de.nativeEvent);if(ye&&!We($.current,ye))return;pa(de),z.setOpen(!1,st(zo,de.nativeEvent)),Gt(L)&&L.focus();return}Te(de)},onPointerMove(){K.current=!0}}),[Ee,Te,$,C,I,z,O,b,L]),Le=x.useMemo(()=>{function de(Re){z.setOpen(!0,st(Cx,Re.nativeEvent,Re.currentTarget))}function ye(Re){_==="auto"&&zb(Re.nativeEvent)&&(Y.current=!b)}function Ge(Re){Y.current=_,_==="auto"&&gS(Re.nativeEvent)&&(Y.current=!0)}return{onKeyDown(Re){const Oe=z.select("open");K.current=!1;const tt=Re.key.startsWith("Arrow"),ot=Vz(Re.key,Ve(),g),vt=Td(Re.key,C),Mt=(h?ot:vt)||Re.key==="Enter"||Re.key.trim()==="";if(b&&Oe)return Te(Re);if(!(!Oe&&!S&&tt)){if(Mt){const lt=Td(Re.key,Ve());G.current=h&&lt?null:Re.key}if(h){ot&&(pa(Re),Oe?(V.current=Se(),B(Re)):de(Re));return}vt&&(ge.current!=null&&(V.current=ge.current),pa(Re),!Oe&&S?de(Re):Te(Re),Oe&&B(Re))}},onFocus(Re){z.select("open")&&!b&&(V.current=-1,B(Re))},onPointerDown:Ge,onPointerEnter:Ge,onMouseDown:ye,onClick:ye}},[Te,_,Se,h,B,z,S,C,Ve,g,ge,b]),Ie=x.useMemo(()=>({...Ee,...Le}),[Ee,Le]);return x.useMemo(()=>c?{reference:Ie,floating:De,item:je,trigger:Le}:{},[c,Ie,De,Le,je])}function SC(e,t){const{listRef:a,elementsRef:o,activeIndex:l,onMatch:c,disabledIndices:d,onTyping:f,enabled:m=!0,resetMs:h=750,selectedIndex:g=null}=t,b="rootStore"in e?e.rootStore:e,_=b.useState("open"),w=En(),S=x.useRef(""),y=x.useRef(g??l??-1),C=x.useRef(null),N=Ue(R=>{function A($){const F=o?.current[$];return!F||dp(F)}function T($){return A($)?d==null||!_f(rr,$,d):!1}function z($,F,H=0){if($.length===0)return-1;const Y=(H%$.length+$.length)%$.length,V=F.toLowerCase();for(let G=0;G<$.length;G+=1){const K=(Y+G)%$.length;if(!(!$[K]?.toLowerCase().startsWith(V)||!T(K)))return K}return-1}const O=a.current;if(S.current.length>0&&R.key===" "&&(pa(R),f?.(!0)),S.current.length>0&&S.current[0]!==" "&&z(O,S.current)===-1&&R.key!==" "&&f?.(!1),O==null||R.key.length!==1||R.ctrlKey||R.metaKey||R.altKey)return;_&&R.key!==" "&&(pa(R),f?.(!0));const P=S.current==="";P&&(y.current=g??l??-1),O.every(($,F)=>$&&T(F)?$[0]?.toLowerCase()!==$[1]?.toLowerCase():!0)&&S.current===R.key&&(S.current="",y.current=C.current),S.current+=R.key,w.start(h,()=>{S.current="",y.current=C.current,f?.(!1)});const D=((P?g??l??-1:y.current)??0)+1,I=z(O,S.current,D);I!==-1?(c?.(I),C.current=I):R.key!==" "&&(S.current="",f?.(!1))}),j=Ue(R=>{const A=R.relatedTarget,T=b.select("domReferenceElement"),z=b.select("floatingElement");We(T,A)||We(z,A)||(w.clear(),S.current="",y.current=C.current,f?.(!1))});ze(()=>{!_&&g!==null||(w.clear(),C.current=null,S.current!==""&&(S.current=""))},[_,g,w]),ze(()=>{_&&S.current===""&&(y.current=g??l??-1)},[_,g,l]);const E=x.useMemo(()=>({onKeyDown:N,onBlur:j}),[N,j]);return x.useMemo(()=>m?{reference:E,floating:E}:{},[m,E])}const ow=.1,Gz=ow*ow,Vt=.5;function Ad(e,t,a,o,l,c){return o>=t!=c>=t&&e<=(l-a)*(t-o)/(c-o)+a}function Md(e,t,a,o,l,c,d,f,m,h){let g=!1;return Ad(e,t,a,o,l,c)&&(g=!g),Ad(e,t,l,c,d,f)&&(g=!g),Ad(e,t,d,f,m,h)&&(g=!g),Ad(e,t,m,h,a,o)&&(g=!g),g}function Yz(e,t,a){return e>=a.x&&e<=a.x+a.width&&t>=a.y&&t<=a.y+a.height}function Od(e,t,a,o,l,c){const d=Math.min(a,l),f=Math.max(a,l),m=Math.min(o,c),h=Math.max(o,c);return e>=d&&e<=f&&t>=m&&t<=h}function CC(e={}){const{blockPointerEvents:t=!1}=e,a=new na,o=({x:l,y:c,placement:d,elements:f,onClose:m,nodeId:h,tree:g})=>{const b=d?.split("-")[0];let _=!1,w=null,S=null,y=typeof performance<"u"?performance.now():0;function C(j,E){const R=performance.now(),A=R-y;if(w===null||S===null||A===0)return w=j,S=E,y=R,!1;const T=j-w,z=E-S,O=T*T+z*z,P=A*A*Gz;return w=j,S=E,y=R,O<P}function N(){a.clear(),m()}return function(E){a.clear();const R=f.domReference,A=f.floating;if(!R||!A||b==null||l==null||c==null)return;const{clientX:T,clientY:z}=E,O=qn(E),P=E.type==="mouseleave",L=We(A,O),U=We(R,O);if(L&&(_=!0,!P))return;if(U&&(_=!1,!P)){_=!0;return}if(P&&bt(E.relatedTarget)&&We(A,E.relatedTarget))return;function D(){return!!(g&&Yr(g.nodesRef.current,h).length>0)}function I(){D()||N()}if(D())return;const $=R.getBoundingClientRect(),F=A.getBoundingClientRect(),H=l>F.right-F.width/2,Y=c>F.bottom-F.height/2,V=F.width>$.width,G=F.height>$.height,K=(V?$:F).left,B=(V?$:F).right,Q=(G?$:F).top,Z=(G?$:F).bottom;if(b==="top"&&c>=$.bottom-1||b==="bottom"&&c<=$.top+1||b==="left"&&l>=$.right-1||b==="right"&&l<=$.left+1){I();return}let X=!1;switch(b){case"top":X=Od(T,z,K,$.top+1,B,F.bottom-1);break;case"bottom":X=Od(T,z,K,F.top+1,B,$.bottom-1);break;case"left":X=Od(T,z,F.right-1,Z,$.left+1,Q);break;case"right":X=Od(T,z,$.right-1,Z,F.left+1,Q);break}if(X)return;if(_&&!Yz(T,z,$)){I();return}if(!P&&C(T,z)){I();return}let ne=!1;switch(b){case"top":{const ee=V?Vt/2:Vt*4,re=V||H?l+ee:l-ee,le=V?l-ee:H?l+ee:l-ee,ge=c+Vt+1,Me=H||V?F.bottom-Vt:F.top,fe=H?V?F.bottom-Vt:F.top:F.bottom-Vt;ne=Md(T,z,re,ge,le,ge,F.left,Me,F.right,fe);break}case"bottom":{const ee=V?Vt/2:Vt*4,re=V||H?l+ee:l-ee,le=V?l-ee:H?l+ee:l-ee,ge=c-Vt,Me=H||V?F.top+Vt:F.bottom,fe=H?V?F.top+Vt:F.bottom:F.top+Vt;ne=Md(T,z,re,ge,le,ge,F.left,Me,F.right,fe);break}case"left":{const ee=G?Vt/2:Vt*4,re=G||Y?c+ee:c-ee,le=G?c-ee:Y?c+ee:c-ee,ge=l+Vt+1,Me=Y||G?F.right-Vt:F.left,fe=Y?G?F.right-Vt:F.left:F.right-Vt;ne=Md(T,z,Me,F.top,fe,F.bottom,ge,re,ge,le);break}case"right":{const ee=G?Vt/2:Vt*4,re=G||Y?c+ee:c-ee,le=G?c-ee:Y?c+ee:c-ee,ge=l-Vt,Me=Y||G?F.left+Vt:F.right,fe=Y?G?F.left+Vt:F.right:F.left+Vt;ne=Md(T,z,ge,re,ge,le,Me,F.top,fe,F.bottom);break}}ne?_||a.start(40,I):I()}};return o.__options={...e,blockPointerEvents:t},o}const Kz={...i_,disabled:Ae(e=>e.disabled),instantType:Ae(e=>e.instantType),isInstantPhase:Ae(e=>e.isInstantPhase),trackCursorAxis:Ae(e=>e.trackCursorAxis),disableHoverablePopup:Ae(e=>e.disableHoverablePopup),lastOpenChangeReason:Ae(e=>e.openChangeReason),closeOnClick:Ae(e=>e.closeOnClick),closeDelay:Ae(e=>e.closeDelay),hasViewport:Ae(e=>e.hasViewport)};class d_ extends mp{constructor(t,a,o=!1){const l=new au,c={...Xz(),...t};c.floatingRootContext=xC(l,a,o),super(c,{popupRef:x.createRef(),onOpenChange:void 0,onOpenChangeComplete:void 0,triggerElements:l},Kz)}setOpen=(t,a)=>{Lz(this,t,a,{extraState:{openChangeReason:a.reason}})};cancelPendingOpen(t){this.state.floatingRootContext.dispatchOpenChange(!1,st(xi,t))}static useStore(t,a){return pC(t,(l,c)=>new d_(a,l,c)).store}}function Xz(){return{...o_(),disabled:!1,instantType:void 0,isInstantPhase:!1,trackCursorAxis:"none",disableHoverablePopup:!1,openChangeReason:null,closeOnClick:!0,closeDelay:0,hasViewport:!1}}const Qz=Tb(function(t){const{disabled:a=!1,defaultOpen:o=!1,open:l,disableHoverablePopup:c=!1,trackCursorAxis:d="none",actionsRef:f,onOpenChange:m,onOpenChangeComplete:h,handle:g,triggerId:b,defaultTriggerId:_=null,children:w}=t,S=d_.useStore(g?.store,{open:o,openProp:l,activeTriggerId:_,triggerIdProp:b});gC(S,l,o,_),S.useControlledProp("openProp",l),S.useControlledProp("triggerIdProp",b),S.useContextCallback("onOpenChange",m),S.useContextCallback("onOpenChangeComplete",h);const y=S.useState("open"),C=!a&&y,N=S.useState("activeTriggerId"),j=S.useState("mounted"),E=S.useState("payload");S.useSyncedValues({trackCursorAxis:d,disableHoverablePopup:c}),S.useSyncedValue("disabled",a),s_(S,{closeOnActiveTriggerUnmount:!0});const{forceUnmount:R,transitionStatus:A}=a_(C,S),T=S.useState("isInstantPhase"),z=S.useState("instantType"),O=S.useState("lastOpenChangeReason"),P=x.useRef(null);ze(()=>{y&&a&&S.setOpen(!1,st(yS))},[y,a,S]),ze(()=>{A==="ending"&&O===ka||A!=="ending"&&T?(z!=="delay"&&(P.current=z),S.set("instantType","delay")):P.current!==null&&(S.set("instantType",P.current),P.current=null)},[A,T,O,z,S]),ze(()=>{C&&N==null&&S.set("payload",void 0)},[S,N,C]);const L=x.useCallback(()=>{S.setOpen(!1,st(Bb))},[S]);x.useImperativeHandle(f,()=>({unmount:R,close:L}),[R,L]);const U=C||j||!a&&d!=="none";return n.jsxs(mS.Provider,{value:S,children:[U&&n.jsx(Wz,{store:S,disabled:a,trackCursorAxis:d}),typeof w=="function"?w({payload:E}):w]})});function Wz({store:e,disabled:t,trackCursorAxis:a}){const o=e.useState("floatingRootContext"),l=fp(o,{enabled:!t,referencePress:()=>e.select("closeOnClick")}),c=zO(o,{enabled:!t&&a!=="none",axis:a==="none"?void 0:a}),d=x.useMemo(()=>Kn(c.reference,l.reference),[c.reference,l.reference]),f=x.useMemo(()=>Kn(c.trigger,l.trigger),[c.trigger,l.trigger]),m=x.useMemo(()=>Kn(hp,c.floating,l.floating),[c.floating,l.floating]);return r_(e,{activeTriggerProps:d,inactiveTriggerProps:f,popupProps:m}),null}let To=(function(e){return e.open="data-open",e.closed="data-closed",e[e.startingStyle=Lo.startingStyle]="startingStyle",e[e.endingStyle=Lo.endingStyle]="endingStyle",e.anchorHidden="data-anchor-hidden",e.side="data-side",e.align="data-align",e})({}),Cf=(function(e){return e.popupOpen="data-popup-open",e.pressed="data-pressed",e})({});const Zz={[Cf.popupOpen]:""},Jz={[Cf.popupOpen]:"",[Cf.pressed]:""},e6={[To.open]:""},t6={[To.closed]:""},n6={[To.anchorHidden]:""},NC={open(e){return e?Zz:null}},Ox={open(e){return e?Jz:null}},Yo={open(e){return e?e6:t6},anchorHidden(e){return e?n6:null}};function oa(e){return Do(e,"base-ui")}const EC=x.createContext(void 0);function s6(){return x.useContext(EC)}let a6=(function(e){return e[e.popupOpen=Cf.popupOpen]="popupOpen",e.triggerDisabled="data-trigger-disabled",e})({});const r6=600,RC="data-base-ui-tooltip-trigger";function lw(e){if("composedPath"in e){const a=e.composedPath();for(let o=0;o<a.length;o+=1){const l=a[o];if(bt(l))return l}}const t=e.target;return bt(t)?t:null}function o6(e){let t=e;for(;t;){if(t.hasAttribute(RC))return t;const a=t.parentElement;if(a){t=a;continue}const o=t.getRootNode();t="host"in o&&bt(o.host)?o.host:null}return null}const l6=pS(function(t,a){const{render:o,className:l,style:c,handle:d,payload:f,disabled:m,delay:h,closeOnClick:g=!0,closeDelay:b,id:_,...w}=t,S=nu(!0),y=d?.store??S;if(!y)throw new Error(ln(82));const C=oa(_),N=y.useState("isTriggerActive",C),j=y.useState("isOpenedByTrigger",C),E=y.useState("floatingRootContext"),R=x.useRef(null),A=h??r6,T=b??0,{registerTrigger:z,isMountedByThisTrigger:O}=hC(C,R,y,{payload:f,closeOnClick:g,closeDelay:T}),P=s6(),{delayRef:L,isInstantPhase:U,hasProvider:D}=z4(E,{open:j}),I=u_(E);y.useSyncedValue("isInstantPhase",U);const $=y.useState("disabled"),F=m??$,H=pn(F),Y=y.useState("trackCursorAxis"),V=y.useState("disableHoverablePopup"),G=x.useRef(!1),K=En(),B=x.useRef(void 0);function Q(){const he=P?.delay,Ce=typeof L.current=="object"?L.current.open:void 0;let ke=A;return D&&(Ce!==0?ke=h??he??A:ke=0),ke}function Z(he){const Ce=R.current;if(!Ce||!he)return!1;const ke=o6(he);return ke!==null&&ke!==Ce&&We(Ce,ke)}function X(he){const Ce=Z(he);return G.current=Ce,Ce&&(I.openChangeTimeout.clear(),I.restTimeout.clear(),I.restTimeoutPending=!1,K.clear()),Ce}const ne=wC(E,{enabled:!F,mouseOnly:!0,move:!1,handleClose:!V&&Y!=="both"?CC():null,restMs:Q,delay(){const he=typeof L.current=="object"?L.current.close:void 0;let Ce=T;return b==null&&D&&(Ce=he),{close:Ce}},triggerElementRef:R,isActiveTrigger:N,isClosing:()=>y.select("transitionStatus")==="ending",shouldOpen(){return!G.current}}),ee=vC(E,{enabled:!F}).reference,re=he=>{const Ce=G.current,ke=lw(he),Be=X(ke),Ve=R.current,Se=Ve&&ke&&We(Ve,ke);if(Be&&y.select("open")&&y.select("lastOpenChangeReason")===On){y.setOpen(!1,st(On,he));return}if(Ce&&!Be&&Se&&!H.current&&!y.select("open")&&Ve&&Oo(B.current)){const Te=()=>{!G.current&&!H.current&&!y.select("open")&&y.setOpen(!0,st(On,he,Ve))},je=Q();je===0?(K.clear(),Te()):K.start(je,Te)}},le=y.useState("triggerProps",O);return Et("button",t,{state:{open:j},ref:[a,z,R],props:[ne,ee,O||Y!=="none"?le:void 0,{onMouseOver(he){re(he.nativeEvent)},onFocus(he){Z(lw(he.nativeEvent))&&he.preventBaseUIHandler()},onMouseLeave(){G.current=!1,K.clear(),B.current=void 0},onPointerEnter(he){B.current=he.pointerType},onPointerDown(he){B.current=he.pointerType,y.set("closeOnClick",g),g&&!y.select("open")&&y.cancelPendingOpen(he.nativeEvent)},onClick(he){g&&!y.select("open")&&y.cancelPendingOpen(he.nativeEvent)},id:C,[a6.triggerDisabled]:F?"":void 0,[RC]:F?void 0:""},w],stateAttributesMapping:NC})}),TC=x.createContext(void 0);function i6(){const e=x.useContext(TC);if(e===void 0)throw new Error(ln(70));return e}const c6=x.forwardRef(function(t,a){const{children:o,container:l,className:c,render:d,style:f,...m}=t,{portalNode:h,portalSubtree:g}=KS({container:l,ref:a,componentProps:t,elementProps:m});return!g&&!h?null:n.jsxs(x.Fragment,{children:[g,h&&Fs.createPortal(o,h)]})}),u6=x.forwardRef(function(t,a){const{keepMounted:o=!1,...l}=t;return nu().useState("mounted")||o?n.jsx(TC.Provider,{value:o,children:n.jsx(c6,{ref:a,...l})}):null}),AC=x.createContext(void 0);function MC(){const e=x.useContext(AC);if(e===void 0)throw new Error(ln(71));return e}const d6=x.createContext(void 0);function bp(){return x.useContext(d6)?.direction??"ltr"}const f6=e=>({name:"arrow",options:e,async fn(t){const{x:a,y:o,placement:l,rects:c,platform:d,elements:f,middlewareData:m}=t,{element:h,padding:g=0,offsetParent:b="real"}=lr(e,t)||{};if(h==null)return{};const _=NS(g),w={x:a,y:o},S=Vb(l),y=qb(S),C=await d.getDimensions(h),N=S==="y",j=N?"top":"left",E=N?"bottom":"right",R=N?"clientHeight":"clientWidth",A=c.reference[y]+c.reference[S]-w[S]-c.floating[y],T=w[S]-c.reference[S],z=b==="real"?await d.getOffsetParent?.(h):f.floating;let O=f.floating[R]||c.floating[y];(!O||!await d.isElement?.(z))&&(O=f.floating[R]||c.floating[y]);const P=A/2-T/2,L=O/2-C[y]/2-1,U=Math.min(_[j],L),D=Math.min(_[E],L),I=U,$=O-C[y]-D,F=O/2-C[y]/2+P,H=Nx(I,F,$),Y=!m.arrow&&Zr(l)!=null&&F!==H&&c.reference[y]/2-(F<I?U:D)-C[y]/2<0,V=Y?F<I?F-I:F-$:0;return{[S]:w[S]+V,data:{[S]:H,centerOffset:F-H-V,...Y&&{alignmentOffset:V}},reset:Y}}}),p6=(e,t)=>({...f6(e),options:[e,t]}),m6=jz().fn,g6={name:"hide",async fn(e){const{width:t,height:a,x:o,y:l}=e.rects.reference,c=t===0&&a===0&&o===0&&l===0;return{data:{referenceHidden:(await m6(e)).data?.referenceHidden||c}}}},af={sideX:"left",sideY:"top"},OC={name:"adaptiveOrigin",async fn(e){const{x:t,y:a,rects:{floating:o},elements:{floating:l},platform:c,strategy:d,placement:f}=e,m=Wt(l),h=m.getComputedStyle(l);if(!(h.transitionDuration!=="0s"&&h.transitionDuration!==""))return{x:t,y:a,data:af};const b=await c.getOffsetParent?.(l);let _={width:0,height:0};if(d==="fixed"&&m?.visualViewport)_={width:m.visualViewport.width,height:m.visualViewport.height};else if(b===m){const j=xt(l);_={width:j.documentElement.clientWidth,height:j.documentElement.clientHeight}}else await c.isElement?.(b)&&(_=await c.getDimensions(b));const w=ms(f);let S=t,y=a;w==="left"&&(S=_.width-(t+o.width)),w==="top"&&(y=_.height-(a+o.height));const C=w==="left"?"right":af.sideX,N=w==="top"?"bottom":af.sideY;return{x:S,y,data:{sideX:C,sideY:N}}}};function zC(e,t,a){const o=e==="inline-start"||e==="inline-end";return{top:"top",right:o?a?"inline-start":"inline-end":"right",bottom:"bottom",left:o?a?"inline-end":"inline-start":"left"}[t]}function iw(e,t,a){const{rects:o,placement:l}=e;return{side:zC(t,ms(l),a),align:Zr(l)||"center",anchor:{width:o.reference.width,height:o.reference.height},positioner:{width:o.floating.width,height:o.floating.height}}}function f_(e){const{anchor:t,positionMethod:a="absolute",side:o="bottom",sideOffset:l=0,align:c="center",alignOffset:d=0,collisionBoundary:f,collisionPadding:m=5,sticky:h=!1,arrowPadding:g=5,disableAnchorTracking:b=!1,inline:_,keepMounted:w=!1,floatingRootContext:S,mounted:y,collisionAvoidance:C,shiftCrossAxis:N=!1,nodeId:j,adaptiveOrigin:E,lazyFlip:R=!1,externalTree:A}=e,[T,z]=x.useState(null);!y&&T!==null&&z(null);const O=C.side||"flip",P=C.align||"flip",L=C.fallbackAxisSide||"end",U=typeof t=="function"?t:void 0,D=Ue(U),I=U?D:t,$=pn(t),F=pn(y),Y=bp()==="rtl",V=T||{top:"top",right:"right",bottom:"bottom",left:"left","inline-end":Y?"left":"right","inline-start":Y?"right":"left"}[o],G=c==="center"?V:`${V}-${c}`;let K=m;const B=1,Q=o==="bottom"?B:0,Z=o==="top"?B:0,X=o==="right"?B:0,ne=o==="left"?B:0;typeof K=="number"?K={top:K+Q,right:K+ne,bottom:K+Z,left:K+X}:K&&(K={top:(K.top||0)+Q,right:(K.right||0)+ne,bottom:(K.bottom||0)+Z,left:(K.left||0)+X});const ee={boundary:f==="clipping-ancestors"?"clippingAncestors":f,padding:K},re=x.useRef(null),le=pn(l),ge=pn(d),Me=typeof l!="function"?l:0,fe=typeof d!="function"?d:0,he=[];_&&he.push(_),he.push(xz(Qe=>{const mt=iw(Qe,o,Y),Ot=typeof le.current=="function"?le.current(mt):le.current,Jt=typeof ge.current=="function"?ge.current(mt):ge.current;return{mainAxis:Ot,crossAxis:Jt,alignmentAxis:Jt}},[Me,fe,Y,o]));const Ce=P==="none"&&O!=="shift",ke=!Ce&&(h||N||O==="shift"),Be=O==="none"?null:vz({...ee,padding:{top:K.top+B,right:K.right+B,bottom:K.bottom+B,left:K.left+B},mainAxis:!N&&O==="flip",crossAxis:P==="flip"?"alignment":!1,fallbackAxisSideDirection:L}),Ve=Ce?null:bz(Qe=>{const mt=xt(Qe.elements.floating).documentElement;return{...ee,rootBoundary:N?{x:0,y:0,width:mt.clientWidth,height:mt.clientHeight}:void 0,mainAxis:P!=="none",crossAxis:ke,limiter:h||N?void 0:_z(Ot=>{if(!re.current)return{};const{width:Jt,height:Qt}=re.current.getBoundingClientRect(),en=qs(ms(Ot.placement)),mn=en==="y"?Jt:Qt,rs=en==="y"?K.left+K.right:K.top+K.bottom;return{offset:mn/2+rs/2}})}},[ee,h,N,K,P]);O==="shift"||P==="shift"||c==="center"?he.push(Ve,Be):he.push(Be,Ve),he.push(yz({...ee,apply({elements:{floating:Qe},availableWidth:mt,availableHeight:Ot,rects:Jt}){if(!F.current)return;const Qt=Qe.style;Qt.setProperty("--available-width",`${mt}px`),Qt.setProperty("--available-height",`${Ot}px`);const en=Wt(Qe).devicePixelRatio||1,{x:mn,y:rs,width:bs,height:Rs}=Jt.reference,gn=(Math.round((mn+bs)*en)-Math.round(mn*en))/en,Ts=(Math.round((rs+Rs)*en)-Math.round(rs*en))/en;Qt.setProperty("--anchor-width",`${gn}px`),Qt.setProperty("--anchor-height",`${Ts}px`)}}),p6(Qe=>({element:re.current||xt(Qe.elements.floating).createElement("div"),padding:g,offsetParent:"floating"}),[g]),{name:"transformOrigin",fn(Qe){const{elements:mt,middlewareData:Ot,placement:Jt,rects:Qt,y:en}=Qe,mn=ms(Jt),rs=qs(mn),bs=re.current,Rs=Ot.arrow?.x||0,gn=Ot.arrow?.y||0,Ts=bs?.clientWidth||0,Ta=bs?.clientHeight||0,Gs=Rs+Ts/2,Aa=gn+Ta/2,dt=Math.abs(Ot.shift?.y||0),Ut=Qt.reference.height/2,hn=typeof l=="function"?l(iw(Qe,o,Y)):l,Rn=dt>hn,Sn={top:`${Gs}px calc(100% + ${hn}px)`,bottom:`${Gs}px ${-hn}px`,left:`calc(100% + ${hn}px) ${Aa}px`,right:`${-hn}px ${Aa}px`}[mn],Yt=`${Gs}px ${Qt.reference.y+Ut-en}px`;return mt.floating.style.setProperty("--transform-origin",ke&&rs==="y"&&Rn?Yt:Sn),{}}},g6,E),ze(()=>{!y&&S&&S.update({referenceElement:null,floatingElement:null,domReferenceElement:null,positionReference:null})},[y,S]);const Se=x.useMemo(()=>({elementResize:!b&&typeof ResizeObserver<"u",layoutShift:!b&&typeof IntersectionObserver<"u"}),[b]),{refs:Te,elements:je,x:Ee,y:De,middlewareData:Le,update:Ie,placement:de,context:ye,isPositioned:Ge,floatingStyles:Re}=$z({rootContext:S,open:w?y:void 0,placement:G,middleware:he,strategy:a,whileElementsMounted:w?void 0:(...Qe)=>Jj(...Qe,Se),nodeId:j,externalTree:A}),{sideX:Oe,sideY:tt}=Le.adaptiveOrigin||af,ot=Ge?a:"fixed",vt=x.useMemo(()=>{const Qe=E?{position:ot,[Oe]:Ee,[tt]:De}:{position:ot,...Re};return Ge||(Qe.opacity=0),Qe},[E,ot,Oe,Ee,tt,De,Re,Ge]),Mt=x.useRef(null);ze(()=>{if(!y)return;const Qe=$.current,mt=typeof Qe=="function"?Qe():Qe,Jt=(cw(mt)?mt.current:mt)||null||null;Jt!==Mt.current&&(Te.setPositionReference(Jt),Mt.current=Jt)},[y,Te,I,$]),x.useEffect(()=>{if(!y)return;const Qe=$.current;typeof Qe!="function"&&cw(Qe)&&Qe.current!==Mt.current&&(Te.setPositionReference(Qe.current),Mt.current=Qe.current)},[y,Te,I,$]),x.useEffect(()=>{if(w&&y&&je.reference&&je.floating)return Jj(je.reference,je.floating,Ie,Se)},[w,y,je,Ie,Se]);const lt=ms(de),Rt=zC(o,lt,Y),_e=Zr(de)||"center",Pe=!!Le.hide?.referenceHidden;ze(()=>{R&&y&&Ge&&z(lt)},[R,y,Ge,lt]);const Xe=x.useMemo(()=>({position:"absolute",top:Le.arrow?.y,left:Le.arrow?.x}),[Le.arrow]),it=Le.arrow?.centerOffset!==0;return x.useMemo(()=>({positionerStyles:vt,arrowStyles:Xe,arrowRef:re,arrowUncentered:it,side:Rt,align:_e,physicalSide:lt,anchorHidden:Pe,refs:Te,context:ye,isPositioned:Ge,update:Ie}),[vt,Xe,re,it,Rt,_e,lt,Pe,Te,ye,Ge,Ie])}function cw(e){return e!=null&&"current"in e}function _p(e){return e==="starting"?SO:Xt}function p_(e,t,{styles:a,transitionStatus:o,props:l,refs:c,hidden:d,inert:f=!1}){const m={...a};return f&&(m.pointerEvents="none"),Et("div",e,{state:t,ref:c,props:[{role:"presentation",hidden:d,style:m},_p(o),l],stateAttributesMapping:Yo})}const h6=x.forwardRef(function(t,a){const{render:o,className:l,anchor:c,positionMethod:d="absolute",side:f="top",align:m="center",sideOffset:h=0,alignOffset:g=0,collisionBoundary:b="clipping-ancestors",collisionPadding:_=5,arrowPadding:w=5,sticky:S=!1,disableAnchorTracking:y=!1,collisionAvoidance:C=FS,style:N,...j}=t,E=nu(),R=i6(),A=E.useState("open"),T=E.useState("mounted"),z=E.useState("trackCursorAxis"),O=E.useState("disableHoverablePopup"),P=E.useState("floatingRootContext"),L=E.useState("instantType"),U=E.useState("transitionStatus"),D=E.useState("hasViewport"),I=f_({anchor:c,positionMethod:d,floatingRootContext:P,mounted:T,side:f,sideOffset:h,align:m,alignOffset:g,collisionBoundary:b,collisionPadding:_,sticky:S,arrowPadding:w,disableAnchorTracking:y,keepMounted:R,collisionAvoidance:C,adaptiveOrigin:D?OC:void 0}),$=x.useMemo(()=>({open:A,side:I.side,align:I.align,anchorHidden:I.anchorHidden,instant:z!=="none"?"tracking-cursor":L}),[A,I.side,I.align,I.anchorHidden,z,L]),F=p_(t,$,{styles:I.positionerStyles,transitionStatus:U,props:j,refs:[a,E.useStateSetter("positionerElement")],hidden:!T,inert:!A||z==="both"||O});return n.jsx(AC.Provider,{value:I,children:F})}),x6={...Yo,...ur},b6=x.forwardRef(function(t,a){const{render:o,className:l,style:c,...d}=t,f=nu(),{side:m,align:h}=MC(),g=f.useState("open"),b=f.useState("instantType"),_=f.useState("transitionStatus"),w=f.useState("popupProps"),S=f.useState("floatingRootContext"),y=f.useState("disabled"),C=f.useState("closeDelay");Ea({open:g,ref:f.context.popupRef,onComplete(){g&&f.context.onOpenChangeComplete?.(!0)}}),jC(S,{enabled:!y,closeDelay:C});const N=f.useStateSetter("popupElement");return Et("div",t,{state:{open:g,side:m,align:h,instant:b,transitionStatus:_},ref:[a,f.context.popupRef,N],props:[w,_p(_),d],stateAttributesMapping:x6})}),_6=x.forwardRef(function(t,a){const{render:o,className:l,style:c,...d}=t,f=nu(),{arrowRef:m,side:h,align:g,arrowUncentered:b,arrowStyles:_}=MC(),w=f.useState("open"),S=f.useState("instantType");return Et("div",t,{state:{open:w,side:h,align:g,uncentered:b,instant:S},ref:[a,m],props:[{style:_,"aria-hidden":!0},d],stateAttributesMapping:Yo})}),v6=function(t){const{delay:a,closeDelay:o,timeout:l=400}=t,c=x.useMemo(()=>({delay:a,closeDelay:o}),[a,o]),d=x.useMemo(()=>({open:a,close:o}),[a,o]);return n.jsx(EC.Provider,{value:c,children:n.jsx(O4,{delay:d,timeoutMs:l,children:t.children})})};function vp(e){return Yb(19)?e:e?"true":void 0}function y6(e){const[t,a]=x.useState({current:e,previous:null});return e!==t.current&&a({current:e,previous:t.current}),t.previous}function Ct(...e){return fS(Uc(e))}function j6({delay:e=0,...t}){return n.jsx(v6,{"data-slot":"tooltip-provider",delay:e,...t})}function m_({...e}){return n.jsx(Qz,{"data-slot":"tooltip",...e})}function g_({...e}){return n.jsx(l6,{"data-slot":"tooltip-trigger",...e})}function h_({className:e,side:t="top",sideOffset:a=4,align:o="center",alignOffset:l=0,children:c,...d}){return n.jsx(u6,{children:n.jsx(h6,{align:o,alignOffset:l,side:t,sideOffset:a,className:"isolate z-50",children:n.jsxs(b6,{"data-slot":"tooltip-content",className:Ct("z-50 inline-flex w-fit max-w-xs origin-(--transform-origin) items-center gap-1.5 rounded-md bg-foreground px-3 py-1.5 text-xs text-background has-data-[slot=kbd]:pr-1.5 data-[side=bottom]:slide-in-from-top-2 data-[side=inline-end]:slide-in-from-left-2 data-[side=inline-start]:slide-in-from-right-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 **:data-[slot=kbd]:relative **:data-[slot=kbd]:isolate **:data-[slot=kbd]:z-50 **:data-[slot=kbd]:rounded-sm data-[state=delayed-open]:animate-in data-[state=delayed-open]:fade-in-0 data-[state=delayed-open]:zoom-in-95 data-open:animate-in data-open:fade-in-0 data-open:zoom-in-95 data-closed:animate-out data-closed:fade-out-0 data-closed:zoom-out-95",e),...d,children:[c,n.jsx(_6,{className:"z-50 size-2.5 translate-y-[calc(-50%-2px)] rotate-45 rounded-[2px] bg-foreground fill-foreground data-[side=bottom]:top-1 data-[side=inline-end]:top-1/2! data-[side=inline-end]:-left-1 data-[side=inline-end]:-translate-y-1/2 data-[side=inline-start]:top-1/2! data-[side=inline-start]:-right-1 data-[side=inline-start]:-translate-y-1/2 data-[side=left]:top-1/2! data-[side=left]:-right-1 data-[side=left]:-translate-y-1/2 data-[side=right]:top-1/2! data-[side=right]:-left-1 data-[side=right]:-translate-y-1/2 data-[side=top]:-bottom-2.5"})]})})})}function Pl({label:e,active:t,onClick:a,isAdd:o,isSettings:l,isDefault:c,icon:d,title:f,testId:m}){const h=e.trim()||"·",{initials:g,subLabel:b}=DC(h),_=o||l?"indigo":PC(h),w=b&&!o&&!l&&!c;return n.jsxs(m_,{children:[n.jsx(g_,{render:n.jsxs("button",{type:"button",onClick:a,"data-testid":m,className:"group relative flex w-full cursor-pointer flex-col items-center gap-1",children:[n.jsx("span",{className:me("flex size-10 items-center justify-center rounded-xl text-sm font-bold transition-all",t&&"ring-2 ring-foreground ring-offset-2 ring-offset-card",o&&"border border-dashed border-muted-fg/50 bg-transparent text-muted-fg hover:bg-accent/60 hover:text-foreground",l&&"bg-muted text-muted-fg hover:bg-accent hover:text-foreground",c&&"overflow-hidden bg-muted",!o&&!l&&!c&&t&&C6(_),!o&&!l&&!c&&!t&&S6(_)),children:d??g}),w&&n.jsx("span",{className:"block max-w-[3.6rem] truncate text-[9px] leading-tight text-muted-fg group-hover:text-foreground",children:b})]})}),n.jsx(h_,{side:"right",children:f||e})]})}function DC(e){const t=e.trim().replace(/[_\-.]+/g," ").replace(/\s+/g," ");if(!t)return{initials:"·",subLabel:null};const a=t.split(" ");if(a.length>=2)return{initials:(a[0][0]+a[1][0]).toUpperCase(),subLabel:w6(t)};const o=a[0];return o.length<=4?{initials:o[0].toUpperCase(),subLabel:o}:{initials:o[0].toUpperCase(),subLabel:o.slice(0,4)+"…"}}function w6(e){return e.length>6?e.slice(0,5)+"…":e}function PC(e){let t=0;for(let a=0;a<e.length;a++)t=t*31+e.charCodeAt(a)|0;return yj[Math.abs(t)%yj.length]}const LC={sky:"bg-sky-500/15 text-sky-300 hover:bg-sky-500/25",violet:"bg-violet-500/15 text-violet-300 hover:bg-violet-500/25",emerald:"bg-emerald-500/15 text-emerald-300 hover:bg-emerald-500/25",amber:"bg-amber-500/15 text-amber-300 hover:bg-amber-500/25",rose:"bg-rose-500/15 text-rose-300 hover:bg-rose-500/25",indigo:"bg-indigo-500/15 text-indigo-300 hover:bg-indigo-500/25",teal:"bg-teal-500/15 text-teal-300 hover:bg-teal-500/25",fuchsia:"bg-fuchsia-500/15 text-fuchsia-300 hover:bg-fuchsia-500/25"},k6={sky:"bg-sky-500/30 text-sky-100",violet:"bg-violet-500/30 text-violet-100",emerald:"bg-emerald-500/30 text-emerald-100",amber:"bg-amber-500/30 text-amber-100",rose:"bg-rose-500/30 text-rose-100",indigo:"bg-indigo-500/30 text-indigo-100",teal:"bg-teal-500/30 text-teal-100",fuchsia:"bg-fuchsia-500/30 text-fuchsia-100"};function S6(e){return LC[e]}function C6(e){return k6[e]}function N6(e){const{initials:t}=DC(e);return{initials:t,idleClass:LC[PC(e)]}}function $e({content:e,side:t="top",children:a}){return e?n.jsxs(m_,{children:[n.jsx(g_,{render:a}),n.jsx(h_,{side:t,children:e})]}):a}const IC=x.createContext(void 0);function x_(e){const t=x.useContext(IC);if(t===void 0&&!e)throw new Error(ln(33));return t}const BC=x.createContext(void 0);function to(e){const t=x.useContext(BC);if(t===void 0&&!e)throw new Error(ln(36));return t}const E6=x.createContext(void 0);function yp(e=!0){const t=x.useContext(E6);if(t===void 0&&!e)throw new Error(ln(25));return t}function ri({controlled:e,default:t,name:a,state:o="value"}){const{current:l}=x.useRef(e!==void 0),[c,d]=x.useState(t),f=l?e:c,m=x.useCallback(h=>{l||d(h)},[]);return[f,m]}const UC=x.createContext(void 0);function b_(e=!1){const t=x.useContext(UC);if(t===void 0&&!e)throw new Error(ln(16));return t}function R6(e){const{focusableWhenDisabled:t,disabled:a,composite:o=!1,tabIndex:l=0,isNativeButton:c}=e,d=o&&t!==!1,f=o&&t===!1;return{props:x.useMemo(()=>{const h={onKeyDown(g){a&&t&&g.key!=="Tab"&&g.preventDefault()}};return o||(h.tabIndex=l,!c&&a&&(h.tabIndex=t?l:-1)),(c&&(t||d)||!c&&a)&&(h["aria-disabled"]=a),c&&(!t||f)&&(h.disabled=a),h},[o,a,t,d,f,c,l])}}function no(e={}){const{disabled:t=!1,focusableWhenDisabled:a,tabIndex:o=0,native:l=!0,composite:c}=e,d=x.useRef(null),f=b_(!0),m=c??f!==void 0,{props:h}=R6({focusableWhenDisabled:a,disabled:t,composite:m,tabIndex:o,isNativeButton:l}),g=x.useCallback(()=>{const w=d.current;hh(w)&&m&&t&&h.disabled===void 0&&w.disabled&&(w.disabled=!1)},[t,h.disabled,m]);ze(g,[g]);const b=x.useCallback((w={})=>{const{onClick:S,onMouseDown:y,onKeyUp:C,onKeyDown:N,onPointerDown:j,...E}=w;return Kn({onClick(R){if(t){R.preventDefault();return}S?.(R)},onMouseDown(R){t||y?.(R)},onKeyDown(R){if(t||(yf(R),N?.(R),R.baseUIHandlerPrevented))return;const A=R.target===R.currentTarget,T=R.currentTarget,z=hh(T),O=!l&&T6(T),P=A&&(l?z:!O),L=R.key==="Enter",U=R.key===" ",D=T.getAttribute("role"),I=D?.startsWith("menuitem")||D==="option"||D==="gridcell";if(A&&m&&U){if(R.defaultPrevented&&I)return;R.preventDefault(),O||l&&z?(T.click(),R.preventBaseUIHandler()):P&&(S?.(R),R.preventBaseUIHandler());return}P&&(!l&&(U||L)&&R.preventDefault(),!l&&L&&S?.(R))},onKeyUp(R){if(!t){if(yf(R),C?.(R),R.target===R.currentTarget&&l&&m&&hh(R.currentTarget)&&R.key===" "){R.preventDefault();return}R.baseUIHandlerPrevented||R.target===R.currentTarget&&!l&&!m&&R.key===" "&&S?.(R)}},onPointerDown(R){if(t){R.preventDefault();return}j?.(R)}},l?{type:"button"}:{role:"button"},h,E)},[t,h,m,l]),_=Ue(w=>{d.current=w,g()});return{getButtonProps:b,buttonRef:_}}function hh(e){return Gt(e)&&e.tagName==="BUTTON"}function T6(e){return!!(e?.tagName==="A"&&e?.href)}function A6(e){const{closeOnClick:t,highlighted:a,id:o,nodeId:l,store:c,typingRef:d,itemRef:f,itemMetadata:m}=e,{events:h}=c.useState("floatingTreeRoot"),g=c.useState("open"),b=yp(!0),_=b!==void 0;return x.useMemo(()=>({id:o,role:"menuitem",tabIndex:g&&a?0:-1,onKeyDown(w){w.key===" "&&d?.current&&w.preventDefault()},onMouseMove(w){l&&h.emit("itemhover",{nodeId:l,target:w.currentTarget})},onClick(w){t&&h.emit("close",{domEvent:w,reason:Yl})},onMouseUp(w){if(b){const S=b.initialCursorPointRef.current;if(b.initialCursorPointRef.current=null,_&&S&&Math.abs(w.clientX-S.x)<=1&&Math.abs(w.clientY-S.y)<=1||_&&!Mb&&w.button===2)return}f.current&&c.context.allowMouseUpTriggerRef.current&&(!_||w.button===2)&&(!m||m.type==="regular-item")&&f.current.click()}}),[t,a,o,h,l,g,c,d,f,b,_,m])}const $C={type:"regular-item"};function HC(e){const{closeOnClick:t,disabled:a=!1,highlighted:o,id:l,store:c,typingRef:d=c.context.typingRef,nativeButton:f,itemMetadata:m,nodeId:h}=e,g=c.useState("disabled"),b=a||g,_=x.useRef(null),{getButtonProps:w,buttonRef:S}=no({disabled:b,focusableWhenDisabled:!0,native:f,composite:!0}),y=A6({closeOnClick:t,highlighted:o,id:l,nodeId:h,store:c,typingRef:d,itemRef:_,itemMetadata:m}),C=x.useCallback(j=>Kn(y,{onMouseEnter(){m.type==="submenu-trigger"&&m.setActive()}},j,w),[y,w,m]),N=or(_,S);return x.useMemo(()=>({getItemProps:C,itemRef:N}),[C,N])}const qC=x.createContext({register:()=>{},unregister:()=>{},subscribeMapChange:()=>()=>{},elementsRef:{current:[]},nextIndexRef:{current:0}});function M6(){return x.useContext(qC)}let VC=(function(e){return e[e.None=0]="None",e[e.GuessFromOrder=1]="GuessFromOrder",e})({});function ru(e={}){const{label:t,metadata:a,textRef:o,indexGuessBehavior:l,index:c}=e,{register:d,unregister:f,subscribeMapChange:m,elementsRef:h,labelsRef:g,nextIndexRef:b}=M6(),_=x.useRef(-1),[w,S]=x.useState(c??(l===VC.GuessFromOrder?()=>{if(_.current===-1){const N=b.current;b.current+=1,_.current=N}return _.current}:-1)),y=x.useRef(null),C=x.useCallback(N=>{if(y.current=N,w!==-1&&N!==null&&(h.current[w]=N,g)){const j=t!==void 0;g.current[w]=j?t:o?.current?.textContent??N.textContent}},[w,h,g,t,o]);return ze(()=>{if(c!=null)return;const N=y.current;if(N)return d(N,a),()=>{f(N)}},[c,d,f,a]),ze(()=>{if(c==null)return m(N=>{const j=y.current?N.get(y.current)?.index:null;j!=null&&S(j)})},[c,m,S]),{ref:C,index:w}}let uw=(function(e){return e.checked="data-checked",e.unchecked="data-unchecked",e.disabled="data-disabled",e.highlighted="data-highlighted",e})({});const FC={checked(e){return e?{[uw.checked]:""}:{[uw.unchecked]:""}},...ur},O6=x.createContext(void 0),z6=x.forwardRef(function(t,a){const{render:o,className:l,id:c,label:d,nativeButton:f=!1,disabled:m=!1,closeOnClick:h=!0,style:g,...b}=t,_=ru({label:d}),w=x_(!0),S=oa(c),{store:y}=to(),C=y.useState("isActive",_.index),N=y.useState("itemProps"),{getItemProps:j,itemRef:E}=HC({closeOnClick:h,disabled:m,highlighted:C,id:S,store:y,nativeButton:f,nodeId:w?.context.nodeId,itemMetadata:$C});return Et("div",t,{state:{disabled:m,highlighted:C},props:[N,b,j],ref:[E,a,_.ref]})}),D6=x.createContext(void 0);function GC(e){return x.useContext(D6)}const zc="ArrowUp",Dc="ArrowDown",Nf="ArrowLeft",Ef="ArrowRight",jp="Home",wp="End",YC=new Set([Nf,Ef]),P6=new Set([Nf,Ef,jp,wp]),KC=new Set([zc,Dc]),L6=new Set([zc,Dc,jp,wp]),XC=new Set([...YC,...KC]),kp=new Set([...XC,jp,wp]),I6="Shift",B6="Control",U6="Alt",$6="Meta",H6=new Set([I6,B6,U6,$6]);function q6(e){return Gt(e)&&e.tagName==="INPUT"}function dw(e){return!!(q6(e)&&e.selectionStart!=null||Gt(e)&&e.tagName==="TEXTAREA")}function fw(e,t,a,o){if(!e||!t||!t.scrollTo)return;let l=e.scrollLeft,c=e.scrollTop;const d=e.clientWidth<e.scrollWidth,f=e.clientHeight<e.scrollHeight;if(d&&o!=="vertical"){const m=pw(e,t,"left"),h=zd(e),g=zd(t);a==="ltr"&&(m+t.offsetWidth+g.scrollMarginRight>e.scrollLeft+e.clientWidth-h.scrollPaddingRight?l=m+t.offsetWidth+g.scrollMarginRight-e.clientWidth+h.scrollPaddingRight:m-g.scrollMarginLeft<e.scrollLeft+h.scrollPaddingLeft&&(l=m-g.scrollMarginLeft-h.scrollPaddingLeft)),a==="rtl"&&(m-g.scrollMarginRight<e.scrollLeft+h.scrollPaddingLeft?l=m-g.scrollMarginLeft-h.scrollPaddingLeft:m+t.offsetWidth+g.scrollMarginRight>e.scrollLeft+e.clientWidth-h.scrollPaddingRight&&(l=m+t.offsetWidth+g.scrollMarginRight-e.clientWidth+h.scrollPaddingRight))}if(f&&o!=="horizontal"){const m=pw(e,t,"top"),h=zd(e),g=zd(t);m-g.scrollMarginTop<e.scrollTop+h.scrollPaddingTop?c=m-g.scrollMarginTop-h.scrollPaddingTop:m+t.offsetHeight+g.scrollMarginBottom>e.scrollTop+e.clientHeight-h.scrollPaddingBottom&&(c=m+t.offsetHeight+g.scrollMarginBottom-e.clientHeight+h.scrollPaddingBottom)}e.scrollTo({left:l,top:c,behavior:"auto"})}function pw(e,t,a){const o=a==="left"?"offsetLeft":"offsetTop";let l=0;for(;t.offsetParent&&(l+=t[o],t.offsetParent!==e);)t=t.offsetParent;return l}function zd(e){const t=getComputedStyle(e);return{scrollMarginTop:parseFloat(t.scrollMarginTop)||0,scrollMarginRight:parseFloat(t.scrollMarginRight)||0,scrollMarginBottom:parseFloat(t.scrollMarginBottom)||0,scrollMarginLeft:parseFloat(t.scrollMarginLeft)||0,scrollPaddingTop:parseFloat(t.scrollPaddingTop)||0,scrollPaddingRight:parseFloat(t.scrollPaddingRight)||0,scrollPaddingBottom:parseFloat(t.scrollPaddingBottom)||0,scrollPaddingLeft:parseFloat(t.scrollPaddingLeft)||0}}const V6={...Yo,...ur},F6=x.forwardRef(function(t,a){const{render:o,className:l,style:c,finalFocus:d,...f}=t,{store:m}=to(),{side:h,align:g}=x_(),b=GC()!=null,_=m.useState("open"),w=m.useState("transitionStatus"),S=m.useState("popupProps"),y=m.useState("mounted"),C=m.useState("instantType"),N=m.useState("activeTriggerElement"),j=m.useState("parent"),E=m.useState("lastOpenChangeReason"),R=m.useState("rootId"),A=m.useState("floatingRootContext"),T=m.useState("floatingTreeRoot"),z=m.useState("closeDelay"),O=m.useState("activeTriggerElement"),P=m.useState("hoverEnabled"),L=m.useState("disabled"),U=m.useState("openMethod"),D=j.type==="context-menu";Ea({open:_,ref:m.context.popupRef,onComplete(){_&&m.context.onOpenChangeComplete?.(!0)}}),x.useEffect(()=>{function Y(V){m.setOpen(!1,st(V.reason,V.domEvent))}return T.events.on("close",Y),()=>{T.events.off("close",Y)}},[T.events,m]),jC(A,{enabled:P&&!L&&!D&&j.type!=="menubar",closeDelay:z});const I=x.useCallback(Y=>{m.set("popupElement",Y)},[m]),$={transitionStatus:w,side:h,align:g,open:_,nested:j.type==="menu",instant:C},F=Et("div",t,{state:$,ref:[a,m.context.popupRef,I],stateAttributesMapping:V6,props:[S,{onKeyDown(Y){b&&kp.has(Y.key)&&Y.stopPropagation()}},_p(w),f,{"data-rootownerid":R}]});let H=j.type===void 0||D;return(N||j.type==="menubar"&&E!==cp)&&(H=!0),n.jsx(Jb,{context:A,openInteractionType:U,modal:D,disabled:!y,returnFocus:d===void 0?H:d,initialFocus:j.type!=="menu",restoreFocus:!0,externalTree:j.type!=="menubar"?T:void 0,previousFocusableElement:O,nextFocusableElement:j.type===void 0?m.context.triggerFocusTargetRef:void 0,beforeContentFocusGuardRef:j.type===void 0?m.context.beforeContentFocusGuardRef:void 0,children:F})}),QC=x.createContext(void 0);function G6(){const e=x.useContext(QC);if(e===void 0)throw new Error(ln(32));return e}const Y6=x.forwardRef(function(t,a){const{keepMounted:o=!1,...l}=t,{store:c}=to();return c.useState("mounted")||o?n.jsx(QC.Provider,{value:o,children:n.jsx(Qb,{ref:a,...l})}):null});function Sp(e){const{children:t,elementsRef:a,labelsRef:o,onMapChange:l}=e,c=Ue(l),d=x.useRef(0),f=ns(X6).current,m=ns(K6).current,[h,g]=x.useState(0),b=x.useRef(h),_=Ue((N,j)=>{m.set(N,j??null),b.current+=1,g(b.current)}),w=Ue(N=>{m.delete(N),b.current+=1,g(b.current)}),S=x.useMemo(()=>{const N=new Map;return Array.from(m.keys()).filter(E=>E.isConnected).sort(Q6).forEach((E,R)=>{const A=m.get(E)??{};N.set(E,{...A,index:R})}),N},[m,h]);ze(()=>{if(typeof MutationObserver!="function"||S.size===0)return;const N=new MutationObserver(j=>{const E=new Set,R=A=>E.has(A)?E.delete(A):E.add(A);j.forEach(A=>{A.removedNodes.forEach(R),A.addedNodes.forEach(R)}),E.size===0&&(b.current+=1,g(b.current))});return S.forEach((j,E)=>{E.parentElement&&N.observe(E.parentElement,{childList:!0})}),()=>{N.disconnect()}},[S]),ze(()=>{b.current===h&&(a.current.length!==S.size&&(a.current.length=S.size),o&&o.current.length!==S.size&&(o.current.length=S.size),d.current=S.size),c(S)},[c,S,a,o,h]),ze(()=>()=>{a.current=[]},[a]),ze(()=>()=>{o&&(o.current=[])},[o]);const y=Ue(N=>(f.add(N),()=>{f.delete(N)}));ze(()=>{f.forEach(N=>N(S))},[f,S]);const C=x.useMemo(()=>({register:_,unregister:w,subscribeMapChange:y,elementsRef:a,labelsRef:o,nextIndexRef:d}),[_,w,y,a,o,d]);return n.jsx(qC.Provider,{value:C,children:t})}function K6(){return new Map}function X6(){return new Set}function Q6(e,t){const a=e.compareDocumentPosition(t);return a&Node.DOCUMENT_POSITION_FOLLOWING||a&Node.DOCUMENT_POSITION_CONTAINED_BY?-1:a&Node.DOCUMENT_POSITION_PRECEDING||a&Node.DOCUMENT_POSITION_CONTAINS?1:0}const __=x.forwardRef(function(t,a){const{cutout:o,...l}=t;let c;if(o){const d=o.getBoundingClientRect();c=`polygon(0% 0%,100% 0%,100% 100%,0% 100%,0% 0%,${d.left}px ${d.top}px,${d.left}px ${d.bottom}px,${d.right}px ${d.bottom}px,${d.right}px ${d.top}px,${d.left}px ${d.top}px)`}return n.jsx("div",{ref:a,role:"presentation","data-base-ui-inert":"",...l,style:{position:"fixed",inset:0,userSelect:"none",WebkitUserSelect:"none",clipPath:c}})});let mw={},gw={},hw="";function W6(e){if(typeof document>"u")return!1;const t=xt(e);return Wt(t).innerWidth-t.documentElement.clientWidth>0}function Z6(e){if(!(typeof CSS<"u"&&CSS.supports&&CSS.supports("scrollbar-gutter","stable"))||typeof document>"u")return!1;const a=xt(e),o=a.documentElement,l=a.body,c=Wr(o)?o:l,d=c.style.overflowY,f=o.style.scrollbarGutter;o.style.scrollbarGutter="stable",c.style.overflowY="scroll";const m=c.offsetWidth;c.style.overflowY="hidden";const h=c.offsetWidth;return c.style.overflowY=d,o.style.scrollbarGutter=f,m===h}function J6(e){const t=xt(e),a=t.documentElement,o=t.body,l=Wr(a)?a:o,c={overflowY:l.style.overflowY,overflowX:l.style.overflowX};return Object.assign(l.style,{overflowY:"hidden",overflowX:"hidden"}),()=>{Object.assign(l.style,c)}}function eD(e){const t=xt(e),a=t.documentElement,o=t.body,l=Wt(a);let c=0,d=0,f=!1;const m=ga.create();if(Qr&&(l.visualViewport?.scale??1)!==1)return()=>{};function h(){const w=l.getComputedStyle(a),S=l.getComputedStyle(o),N=(w.scrollbarGutter||"").includes("both-edges")?"stable both-edges":"stable";c=a.scrollTop,d=a.scrollLeft,mw={scrollbarGutter:a.style.scrollbarGutter,overflowY:a.style.overflowY,overflowX:a.style.overflowX},hw=a.style.scrollBehavior,gw={position:o.style.position,height:o.style.height,width:o.style.width,boxSizing:o.style.boxSizing,overflowY:o.style.overflowY,overflowX:o.style.overflowX,scrollBehavior:o.style.scrollBehavior};const j=a.scrollHeight>a.clientHeight,E=a.scrollWidth>a.clientWidth,R=w.overflowY==="scroll"||S.overflowY==="scroll",A=w.overflowX==="scroll"||S.overflowX==="scroll",T=Math.max(0,l.innerWidth-o.clientWidth),z=Math.max(0,l.innerHeight-o.clientHeight),O=parseFloat(S.marginTop)+parseFloat(S.marginBottom),P=parseFloat(S.marginLeft)+parseFloat(S.marginRight),L=Wr(a)?a:o;if(f=Z6(e),f){a.style.scrollbarGutter=N,L.style.overflowY="hidden",L.style.overflowX="hidden";return}Object.assign(a.style,{scrollbarGutter:N,overflowY:"hidden",overflowX:"hidden"}),(j||R)&&(a.style.overflowY="scroll"),(E||A)&&(a.style.overflowX="scroll"),Object.assign(o.style,{position:"relative",height:O||z?`calc(100dvh - ${O+z}px)`:"100dvh",width:P||T?`calc(100vw - ${P+T}px)`:"100vw",boxSizing:"border-box",overflow:"hidden",scrollBehavior:"unset"}),o.scrollTop=c,o.scrollLeft=d,a.setAttribute("data-base-ui-scroll-locked",""),a.style.scrollBehavior="unset"}function g(){Object.assign(a.style,mw),Object.assign(o.style,gw),f||(a.scrollTop=c,a.scrollLeft=d,a.removeAttribute("data-base-ui-scroll-locked"),a.style.scrollBehavior=hw)}function b(){g(),m.request(h)}h();const _=_t(l,"resize",b);return()=>{m.cancel(),g(),typeof l.removeEventListener=="function"&&_()}}class tD{lockCount=0;restore=null;timeoutLock=na.create();timeoutUnlock=na.create();acquire(t){return this.lockCount+=1,this.lockCount===1&&this.restore===null&&this.timeoutLock.start(0,()=>this.lock(t)),this.release}release=()=>{this.lockCount-=1,this.lockCount===0&&this.restore&&this.timeoutUnlock.start(0,this.unlock)};unlock=()=>{this.lockCount===0&&this.restore&&(this.restore?.(),this.restore=null)};lock(t){if(this.lockCount===0||this.restore!==null)return;const o=xt(t).documentElement,l=Wt(o).getComputedStyle(o).overflowY;if(l==="hidden"||l==="clip"){this.restore=Mn;return}const c=np||!W6(t);this.restore=c?J6(t):eD(t)}}const nD=new tD;function WC(e=!0,t=null){ze(()=>{if(e)return nD.acquire(t)},[e,t])}const sD=20;function ZC(e,t,a,o){const[l,c]=x.useState(!1);ze(()=>{if(!e||!t||a==null){c(!1);return}const d=xt(a).documentElement.clientWidth,f=a.offsetWidth;c(d>0&&f>0&&f>=d-sD)},[e,t,a]),WC(e&&(!t||l),o)}const aD=x.forwardRef(function(t,a){const{anchor:o,positionMethod:l="absolute",className:c,render:d,side:f,align:m,sideOffset:h=0,alignOffset:g=0,collisionBoundary:b="clipping-ancestors",collisionPadding:_=5,arrowPadding:w=5,sticky:S=!1,disableAnchorTracking:y=!1,collisionAvoidance:C=VS,style:N,...j}=t,{store:E}=to(),R=G6(),A=yp(!0),T=E.useState("parent"),z=E.useState("floatingRootContext"),O=E.useState("floatingTreeRoot"),P=E.useState("mounted"),L=E.useState("open"),U=E.useState("modal"),D=E.useState("openMethod"),I=E.useState("activeTriggerElement"),$=E.useState("transitionStatus"),F=E.useState("positionerElement"),H=E.useState("instantType"),Y=E.useState("hasViewport"),V=E.useState("lastOpenChangeReason"),G=E.useState("floatingNodeId"),K=E.useState("floatingParentNodeId"),B=z.useState("domReferenceElement"),Q=x.useRef(null),Z=fC(F,!1,!1);let X=o,ne=h,ee=g,re=m,le=C;T.type==="context-menu"&&(X=o??T.context?.anchor,re=re??"start",!f&&re!=="center"&&(ee=t.alignOffset??2,ne=t.sideOffset??-5));let ge=f,Me=re;T.type==="menu"?(ge=ge??"inline-end",Me=Me??"start",le=t.collisionAvoidance??FS):T.type==="menubar"&&(ge=ge??(T.context.orientation==="vertical"?"inline-end":"bottom"),Me=Me??"start");const fe=T.type==="context-menu",he=f_({anchor:X,floatingRootContext:z,positionMethod:A?"fixed":l,mounted:P,side:ge,sideOffset:ne,align:Me,alignOffset:ee,arrowPadding:fe?0:w,collisionBoundary:b,collisionPadding:_,sticky:S,nodeId:G,keepMounted:R,disableAnchorTracking:y,collisionAvoidance:le,shiftCrossAxis:fe&&!("side"in le&&le.side==="flip"),externalTree:O,adaptiveOrigin:Y?OC:void 0});x.useEffect(()=>{function Ee(De){De.open&&(De.parentNodeId===G&&E.set("hoverEnabled",!1),De.nodeId!==G&&De.parentNodeId===E.select("floatingParentNodeId")&&E.setOpen(!1,st(wc)))}return O.events.on("menuopenchange",Ee),()=>{O.events.off("menuopenchange",Ee)}},[E,O.events,G]),x.useEffect(()=>{if(E.select("floatingParentNodeId")==null)return;function Ee(De){if(De.open||De.nodeId!==E.select("floatingParentNodeId"))return;const Le=De.reason??wc;E.setOpen(!1,st(Le))}return O.events.on("menuopenchange",Ee),()=>{O.events.off("menuopenchange",Ee)}},[O.events,E]);const Ce=En();x.useEffect(()=>{L||Ce.clear()},[L,Ce]),x.useEffect(()=>{function Ee(De){if(!(!L||De.nodeId!==E.select("floatingParentNodeId")))if(De.target&&I&&I!==De.target){const Le=E.select("closeDelay");Le>0?Ce.isStarted()||Ce.start(Le,()=>{E.setOpen(!1,st(wc))}):E.setOpen(!1,st(wc))}else Ce.clear()}return O.events.on("itemhover",Ee),()=>{O.events.off("itemhover",Ee)}},[O.events,L,I,E,Ce]),x.useEffect(()=>{const Ee={open:L,nodeId:G,parentNodeId:K,reason:E.select("lastOpenChangeReason")};O.events.emit("menuopenchange",Ee)},[O.events,L,E,G,K]),ze(()=>{const Ee=B,De=Q.current;if(Ee&&(Q.current=Ee),De&&Ee&&Ee!==De){E.set("instantType",void 0);const Le=new AbortController;return Z(()=>{E.set("instantType","trigger-change")},Le.signal),()=>{Le.abort()}}},[B,Z,E]);const ke={open:L,side:he.side,align:he.align,anchorHidden:he.anchorHidden,nested:T.type==="menu",instant:H},Be=T.type==="menubar"&&T.context.modal;ZC(L&&(Be||U&&V!==On),D==="touch",F,I);const Se=p_(t,ke,{styles:he.positionerStyles,transitionStatus:$,props:j,refs:[a,E.useStateSetter("positionerElement")],hidden:!P,inert:!L}),Te=P&&T.type!=="menu"&&(T.type!=="menubar"&&U&&V!==On||T.type==="menubar"&&T.context.modal);let je=null;return T.type==="menubar"?je=T.context.contentElement:T.type===void 0&&(je=I),n.jsxs(IC.Provider,{value:he,children:[Te&&n.jsx(__,{ref:T.type==="context-menu"||T.type==="nested-context-menu"?T.context.internalBackdropRef:null,inert:vp(!L),cutout:je}),n.jsx(RO,{id:G,children:n.jsx(Sp,{elementsRef:E.context.itemDomElements,labelsRef:E.context.itemLabels,children:Se})})]})}),JC=x.createContext(void 0);function rD(){const e=x.useContext(JC);if(e===void 0)throw new Error(ln(34));return e}const oD=x.memo(x.forwardRef(function(t,a){const{render:o,className:l,value:c,defaultValue:d,onValueChange:f,disabled:m=!1,style:h,"aria-labelledby":g,...b}=t,[_,w]=x.useState(void 0),[S,y]=ri({controlled:c,default:d,name:"MenuRadioGroup"}),C=Ue((R,A)=>{f?.(R,A),!A.isCanceled&&y(R)}),j=Et("div",t,{state:{disabled:m},ref:a,props:{role:"group","aria-labelledby":g??_,"aria-disabled":m||void 0,...b}}),E=x.useMemo(()=>({value:S,setValue:C,disabled:m}),[S,C,m]);return n.jsx(O6.Provider,{value:w,children:n.jsx(JC.Provider,{value:E,children:j})})})),eN=x.createContext(void 0);function lD(){const e=x.useContext(eN);if(e===void 0)throw new Error(ln(35));return e}const iD=x.forwardRef(function(t,a){const{render:o,className:l,id:c,label:d,nativeButton:f=!1,disabled:m=!1,closeOnClick:h=!1,value:g,style:b,..._}=t,w=ru({label:d}),S=x_(!0),y=oa(c),{store:C}=to(),N=C.useState("isActive",w.index),j=C.useState("itemProps"),{value:E,setValue:R,disabled:A}=rD(),T=A||m,z=E===g,{getItemProps:O,itemRef:P}=HC({closeOnClick:h,disabled:T,highlighted:N,id:y,store:C,nativeButton:f,nodeId:S?.context.nodeId,itemMetadata:$C}),L=x.useMemo(()=>({disabled:T,highlighted:N,checked:z}),[T,N,z]);function U(I){const $=st(Yl,I.nativeEvent,void 0,{preventUnmountOnClose(){}});R(g,$)}const D=Et("div",t,{state:L,stateAttributesMapping:FC,props:[j,{role:"menuitemradio","aria-checked":z,onClick:U},_,O],ref:[P,a,w.ref]});return n.jsx(eN.Provider,{value:L,children:D})}),cD=x.forwardRef(function(t,a){const{render:o,className:l,style:c,keepMounted:d=!1,...f}=t,m=lD(),h=x.useRef(null),{transitionStatus:g,setMounted:b}=bi(m.checked);Ea({open:m.checked,ref:h,onComplete(){m.checked||b(!1)}});const _={checked:m.checked,disabled:m.disabled,highlighted:m.highlighted,transitionStatus:g};return Et("span",t,{state:_,stateAttributesMapping:FC,ref:[a,h],props:{"aria-hidden":!0,...f},enabled:d||m.checked})}),uD=x.createContext(null);function tN(e){return x.useContext(uD)}function dD(e){const t=x.useRef(""),a=x.useCallback(l=>{l.defaultPrevented||(t.current=l.pointerType,e(l,l.pointerType))},[e]);return{onClick:x.useCallback(l=>{if(l.detail===0){e(l,"keyboard");return}"pointerType"in l?e(l,l.pointerType):e(l,t.current),t.current=""},[e]),onPointerDown:a}}function v_(e,t){const a=x.useRef(e),o=Ue(t);ze(()=>{a.current!==e&&o(a.current)},[e,o]),ze(()=>{a.current=e},[e])}function fD(e,t){const a=Ue((c,d)=>{(typeof e=="function"?e():e)||t(d||(np?"touch":""))}),{onClick:o,onPointerDown:l}=dD(a);return x.useMemo(()=>({onClick:o,onPointerDown:l}),[o,l])}function nN(e){const[t,a]=x.useState(null),o=fD(e,a);return v_(e,l=>{l&&!e&&a(null)}),x.useMemo(()=>({openMethod:t,triggerProps:o}),[t,o])}const pD={...i_,disabled:Ae(e=>e.parent.type==="menubar"&&e.parent.context.disabled||e.disabled),modal:Ae(e=>(e.parent.type===void 0||e.parent.type==="context-menu")&&(e.modal??!0)),openMethod:Ae(e=>e.openMethod),allowMouseEnter:Ae(e=>e.allowMouseEnter),highlightItemOnHover:Ae(e=>e.highlightItemOnHover),stickIfOpen:Ae(e=>e.stickIfOpen),parent:Ae(e=>e.parent),rootId:Ae(e=>e.parent.type==="menu"?e.parent.store.select("rootId"):e.parent.type!==void 0?e.parent.context.rootId:e.rootId),activeIndex:Ae(e=>e.activeIndex),isActive:Ae((e,t)=>e.activeIndex===t),hoverEnabled:Ae(e=>e.hoverEnabled),instantType:Ae(e=>e.instantType),lastOpenChangeReason:Ae(e=>e.openChangeReason),floatingTreeRoot:Ae(e=>e.parent.type==="menu"?e.parent.store.select("floatingTreeRoot"):e.floatingTreeRoot),floatingNodeId:Ae(e=>e.floatingNodeId),floatingParentNodeId:Ae(e=>e.floatingParentNodeId),itemProps:Ae(e=>e.itemProps),closeDelay:Ae(e=>e.closeDelay),hasViewport:Ae(e=>e.hasViewport),keyboardEventRelay:Ae(e=>{if(e.keyboardEventRelay)return e.keyboardEventRelay;if(e.parent.type==="menu")return e.parent.store.select("keyboardEventRelay")})};class y_ extends mp{constructor(t){super({...mD(),...t},{positionerRef:x.createRef(),popupRef:x.createRef(),typingRef:{current:!1},itemDomElements:{current:[]},itemLabels:{current:[]},allowMouseUpTriggerRef:{current:!1},triggerFocusTargetRef:x.createRef(),beforeContentFocusGuardRef:x.createRef(),onOpenChangeComplete:void 0,triggerElements:new au},pD),this.unsubscribeParentListener=this.observe("parent",a=>{if(this.unsubscribeParentListener?.(),a.type==="menu"){let o=a.store.select("rootId"),l=a.store.select("floatingTreeRoot"),c=a.store.select("keyboardEventRelay");this.unsubscribeParentListener=a.store.subscribe(()=>{const d=a.store.select("rootId"),f=a.store.select("floatingTreeRoot"),m=a.store.select("keyboardEventRelay");o===d&&l===f&&c===m||(o=d,l=f,c=m,this.notifyAll())}),this.context.allowMouseUpTriggerRef=a.store.context.allowMouseUpTriggerRef;return}a.type!==void 0&&(this.context.allowMouseUpTriggerRef=a.context.allowMouseUpTriggerRef),this.unsubscribeParentListener=null})}setOpen(t,a){this.state.floatingRootContext.context.events.emit("setOpen",{open:t,eventDetails:a})}static useStore(t,a){const o=ns(()=>new y_(a)).current;return t??o}unsubscribeParentListener=null}function mD(){return{...o_(),disabled:!1,modal:!0,openMethod:null,allowMouseEnter:!1,highlightItemOnHover:!0,stickIfOpen:!0,parent:{type:void 0},rootId:void 0,activeIndex:null,hoverEnabled:!0,instantType:void 0,openChangeReason:null,floatingTreeRoot:new Wb,floatingNodeId:void 0,floatingParentNodeId:null,itemProps:Xt,keyboardEventRelay:void 0,closeDelay:0,hasViewport:!1}}const gD=x.createContext(void 0);function hD(){return x.useContext(gD)}const xD=Tb(function(t){const{children:a,open:o,onOpenChange:l,onOpenChangeComplete:c,defaultOpen:d=!1,disabled:f=!1,modal:m,loopFocus:h=!0,orientation:g="vertical",actionsRef:b,closeParentOnEsc:_=!1,handle:w,triggerId:S,defaultTriggerId:y=null,highlightItemOnHover:C=!0}=t,N=yp(!0),j=to(!0),E=tN(!0),R=hD(),A=x.useMemo(()=>R&&j?{type:"menu",store:j.store}:E?{type:"menubar",context:E}:N&&!j?{type:"context-menu",context:N}:{type:void 0},[N,j,E,R]),T=y_.useStore(w?.store,{open:d,openProp:o,activeTriggerId:y,triggerIdProp:S,parent:A});gC(T,o,d,y),T.useControlledProp("openProp",o),T.useControlledProp("triggerIdProp",S),T.useContextCallback("onOpenChangeComplete",c);const z=Do(),O=Do(),P=T.useState("floatingTreeRoot"),L=ZS(P),U=Jr(),D=T.useState("open"),I=T.useState("activeTriggerElement"),$=T.useState("positionerElement"),F=T.useState("hoverEnabled"),H=T.useState("disabled"),Y=T.useState("lastOpenChangeReason"),V=T.useState("parent"),G=T.useState("activeIndex"),K=T.useState("payload"),B=T.useState("floatingParentNodeId"),Q=x.useRef(null),Z=x.useRef(V.type!=="context-menu"),X=En(),ne=x.useRef(!0),ee=En(),re=B!=null,{openMethod:le,triggerProps:ge}=nN(D);T.useSyncedValues({disabled:f,highlightItemOnHover:C,modal:V.type===void 0?m:void 0,openMethod:le,rootId:z}),s_(T);const{forceUnmount:Me}=a_(D,T,()=>{T.update({allowMouseEnter:!1,stickIfOpen:!0})});ze(()=>{N&&!j?T.update({parent:{type:"context-menu",context:N},floatingNodeId:L,floatingParentNodeId:U}):j&&T.update({floatingNodeId:L,floatingParentNodeId:U})},[N,j,L,U,T]),x.useEffect(()=>{if(D||(Q.current=null),V.type==="context-menu"){if(!D){X.clear(),Z.current=!1;return}X.start(500,()=>{Z.current=!0})}},[X,D,V.type]),ze(()=>{!D&&!F&&T.set("hoverEnabled",!0)},[D,F,T]);const fe=Ue((Oe,tt)=>{const ot=tt.reason;if(D===Oe&&tt.trigger===I&&Y===ot)return;const vt=mC(tt);if(!Oe&&tt.trigger==null&&(tt.trigger=I??void 0),l?.(Oe,tt),tt.isCanceled)return;T.state.floatingRootContext.dispatchOpenChange(Oe,tt);const Mt=tt.event;if(Oe===!1&&Mt?.type==="click"&&Mt.pointerType==="touch"&&!ne.current)return;Oe&&ot===Gl?(ne.current=!1,ee.start(300,()=>{ne.current=!0})):(ne.current=!0,ee.clear());const lt=(ot===xi||ot===Yl)&&Mt.detail===0&&Mt?.isTrusted,Rt=!Oe&&(ot===up||ot==null),_e={open:Oe,openChangeReason:ot};Q.current=tt.event??null,n_(_e,Oe,tt.trigger,vt()),T.update(_e),V.type==="menubar"&&(ot===Gl||ot===zo||ot===On||ot===Cx||ot===wc)?T.set("instantType","group"):lt||Rt?T.set("instantType",lt?"click":"dismiss"):T.set("instantType",void 0)}),he=dC({popupStore:T,floatingId:O,nested:U!=null,onOpenChange:fe}),Ce=he.context.events;x.useEffect(()=>{const Oe=({open:tt,eventDetails:ot})=>fe(tt,ot);return Ce.on("setOpen",Oe),()=>{Ce?.off("setOpen",Oe)}},[Ce,fe]);const ke=x.useCallback(()=>{T.setOpen(!1,st(Bb))},[T]);x.useImperativeHandle(b,()=>({unmount:Me,close:ke}),[Me,ke]);let Be;V.type==="context-menu"&&(Be=V.context),x.useImperativeHandle(Be?.positionerRef,()=>$,[$]),x.useImperativeHandle(Be?.actionsRef,()=>({setOpen:fe}),[fe]);const Ve=fp(he,{enabled:!H,bubbles:{escapeKey:_&&V.type==="menu"},outsidePress(){return V.type!=="context-menu"||Q.current?.type==="contextmenu"?!0:Z.current},externalTree:re?P:void 0}),Se=bp(),Te=x.useCallback(Oe=>{T.select("activeIndex")!==Oe&&T.set("activeIndex",Oe)},[T]),je=kC(he,{enabled:!H,listRef:T.context.itemDomElements,activeIndex:G,nested:V.type!==void 0,loopFocus:h,orientation:g,parentOrientation:V.type==="menubar"?V.context.orientation:void 0,rtl:Se==="rtl",disabledIndices:rr,onNavigate:Te,openOnArrowKeyDown:V.type!=="context-menu",externalTree:re?P:void 0,focusItemOnHover:C}),Ee=x.useCallback(Oe=>{T.context.typingRef.current=Oe},[T]),De=SC(he,{enabled:!H,listRef:T.context.itemLabels,elementsRef:T.context.itemDomElements,activeIndex:G,resetMs:wO,onMatch:Oe=>{D&&Oe!==G&&T.set("activeIndex",Oe)},onTyping:Ee}),Le=x.useMemo(()=>{const Oe=Kn(De.reference,je.reference,Ve.reference,{onMouseMove(){T.set("allowMouseEnter",!0)}},ge);return Oe["aria-haspopup"]="menu",Oe["aria-expanded"]=D,Oe},[T,De.reference,je.reference,Ve.reference,ge,D]),Ie=x.useMemo(()=>{const Oe=Kn(je.trigger,Ve.trigger,ge);return Oe["aria-haspopup"]="menu",Oe["aria-expanded"]=!1,Oe},[je.trigger,Ve.trigger,ge]),de=x.useMemo(()=>Kn(hp,{id:O,role:"menu","aria-labelledby":I?.id,onMouseMove(){T.set("allowMouseEnter",!0),V.type==="menu"&&T.set("hoverEnabled",!1)},onClick(){T.select("hoverEnabled")&&T.set("hoverEnabled",!1)},onKeyDown(Oe){const tt=T.select("keyboardEventRelay");tt&&!Oe.isPropagationStopped()&&tt(Oe)}},De.floating,je.floating,Ve.floating),[I,O,V.type,T,De.floating,je.floating,Ve.floating]),ye=je.item??Xt;r_(T,{floatingRootContext:he,activeTriggerProps:Le,inactiveTriggerProps:Ie,popupProps:de,itemProps:ye});const Ge=x.useMemo(()=>({store:T,parent:A}),[T,A]),Re=n.jsx(BC.Provider,{value:Ge,children:typeof a=="function"?a({payload:K}):a});return V.type===void 0||V.type==="context-menu"?n.jsx(TO,{externalTree:P,children:Re}):Re});function sN(e){const t=e.getBoundingClientRect(),a=Wt(e);if(Ob)return t;const o=a.getComputedStyle(e,"::before"),l=a.getComputedStyle(e,"::after");if(!(o.content!=="none"||l.content!=="none"))return t;const d=parseFloat(o.width)||0,f=parseFloat(o.height)||0,m=parseFloat(l.width)||0,h=parseFloat(l.height)||0,g=Math.max(t.width,d,m),b=Math.max(t.height,f,h),_=g-t.width,w=b-t.height;return{left:t.left-_/2,right:t.right+_/2,top:t.top-w/2,bottom:t.bottom+w/2}}function aN(e={}){const{highlightItemOnHover:t,highlightedIndex:a,onHighlightedIndexChange:o}=b_(),{ref:l,index:c}=ru(e),d=a===c,f=x.useRef(null),m=or(l,f);return{compositeProps:{tabIndex:d?0:-1,onFocus(){o(c)},onMouseMove(){const g=f.current;if(!t||!g)return;const b=g.hasAttribute("disabled")||g.ariaDisabled==="true";!d&&!b&&g.focus()}},compositeRef:m,index:c}}function bD(e){const{render:t,className:a,style:o,state:l=Xt,props:c=rr,refs:d=rr,metadata:f,stateAttributesMapping:m,tag:h="div",...g}=e,{compositeProps:b,compositeRef:_}=aN({metadata:f});return Et(h,e,{state:l,ref:[...d,_],props:[b,...c,g],stateAttributesMapping:m})}function rN(e){if(Gt(e)&&e.hasAttribute("data-rootownerid"))return e.getAttribute("data-rootownerid")??void 0;if(!ba(e))return rN(wa(e))}function _D(e,t){const a=x.useRef(null);function o(c){Fs.flushSync(()=>{e.setOpen(!1,st(zo,c.nativeEvent,c.currentTarget))}),rO(a.current)?.focus()}function l(c){const d=e.select("positionerElement");if(d&&Kl(c,d))e.context.beforeContentFocusGuardRef.current?.focus();else{Fs.flushSync(()=>{e.setOpen(!1,st(zo,c.nativeEvent,c.currentTarget))});let f=aO(e.context.triggerFocusTargetRef.current||t.current);for(;f!==null&&We(d,f);){const m=f;if(f=Gb(f),f===m)break}f?.focus()}}return{preFocusGuardRef:a,handlePreFocusGuardFocus:o,handleFocusTargetFocus:l}}function vD(e){const{enabled:t=!0,mouseDownAction:a,open:o}=e,l=x.useRef(!1);return x.useMemo(()=>t?{onMouseDown:c=>{(a==="open"&&!o||a==="close"&&o)&&(l.current=!0,xt(c.currentTarget).addEventListener("click",()=>{l.current=!1},{once:!0}))},onClick:c=>{l.current&&(l.current=!1,c.preventBaseUIHandler())}}:Xt,[t,a,o])}const Dd=2,yD=pS(function(t,a){const{render:o,className:l,style:c,disabled:d=!1,nativeButton:f=!0,id:m,openOnHover:h,delay:g=100,closeDelay:b=0,handle:_,payload:w,...S}=t,y=to(!0),C=_?.store??y?.store;if(!C)throw new Error(ln(85));const N=oa(m),j=C.useState("isTriggerActive",N),E=C.useState("floatingRootContext"),R=C.useState("isOpenedByTrigger",N),A=C.useState("triggerPopupId",N),T=x.useRef(null),z=wD(),O=b_(!0),P=eo(),L=x.useMemo(()=>P??new Wb,[P]),U=ZS(L),D=Jr(),{registerTrigger:I,isMountedByThisTrigger:$}=hC(N,T,C,{payload:w,closeDelay:b,parent:z,floatingTreeRoot:L,floatingNodeId:U,floatingParentNodeId:D,keyboardEventRelay:O?.relayKeyboardEvent}),F=z.type==="menubar",H=C.useState("disabled"),Y=d||H||F&&z.context.disabled,{getButtonProps:V,buttonRef:G}=no({disabled:Y,native:f});x.useEffect(()=>{!R&&z.type===void 0&&(C.context.allowMouseUpTriggerRef.current=!1)},[C,R,z.type]);const K=x.useRef(null),B=En(),Q=Ue(je=>{if(!K.current)return;B.clear(),C.context.allowMouseUpTriggerRef.current=!1;const Ee=je.target;if(We(K.current,Ee)||We(C.select("positionerElement"),Ee)||Ee===K.current||Ee!=null&&rN(Ee)===C.select("rootId"))return;const De=sN(K.current);je.clientX>=De.left-Dd&&je.clientX<=De.right+Dd&&je.clientY>=De.top-Dd&&je.clientY<=De.bottom+Dd||L.events.emit("close",{domEvent:je,reason:vS})});x.useEffect(()=>{R&&C.select("lastOpenChangeReason")===On&&xt(K.current).addEventListener("mouseup",Q,{once:!0})},[R,Q,C]);const Z=F&&z.context.hasSubmenuOpen,ne=wC(E,{enabled:(h??Z)&&!Y&&z.type!=="context-menu"&&(!F||Z&&!$),handleClose:CC({blockPointerEvents:!F}),mouseOnly:!0,move:!1,restMs:z.type===void 0?g:void 0,delay:{close:b},triggerElementRef:T,externalTree:L,isActiveTrigger:j,isClosing:()=>C.select("transitionStatus")==="ending"}),ee=jD(R,C.select("lastOpenChangeReason")),re=JS(E,{enabled:!Y&&z.type!=="context-menu",event:R&&F?"click":"mousedown",toggle:!0,ignoreMouse:!1,stickIfOpen:z.type===void 0?ee:!1}),le=vC(E,{enabled:!Y&&Z}),ge=vD({open:R,enabled:F,mouseDownAction:"open"}),Me=x.useMemo(()=>Kn(le.reference,re.reference),[le.reference,re.reference]),fe=C.useState("triggerProps",$),{preFocusGuardRef:he,handlePreFocusGuardFocus:Ce,handleFocusTargetFocus:ke}=_D(C,T),Be={disabled:Y,open:R},Ve=[K,a,G,I,T],Se=[Me,ne??Xt,fe,{"aria-haspopup":"menu","aria-controls":A,id:N,onMouseDown:je=>{if(C.select("open"))return;B.start(200,()=>{C.context.allowMouseUpTriggerRef.current=!0}),xt(je.currentTarget).addEventListener("mouseup",Q,{once:!0})}},F?{role:"menuitem"}:{},ge,S,V],Te=Et("button",t,{enabled:!F,stateAttributesMapping:Ox,state:Be,ref:Ve,props:Se});return F?n.jsx(bD,{tag:"button",render:o,className:l,style:c,state:Be,refs:Ve,props:Se,stateAttributesMapping:Ox}):R?n.jsxs(x.Fragment,{children:[n.jsx(si,{ref:he,onFocus:Ce},`${N}-pre-focus-guard`),n.jsx(x.Fragment,{children:Te},N),n.jsx(si,{ref:C.context.triggerFocusTargetRef,onFocus:ke},`${N}-post-focus-guard`)]}):n.jsx(x.Fragment,{children:Te},N)});function jD(e,t){const a=En(),[o,l]=x.useState(!1);return ze(()=>{e&&t==="trigger-hover"?(l(!0),a.start(kO,()=>{l(!1)})):e||(a.clear(),l(!1))},[e,t,a]),o}function wD(){const e=yp(!0),t=to(!0),a=tN();return x.useMemo(()=>a?{type:"menubar",context:a}:e&&!t?{type:"context-menu",context:e}:{type:void 0},[e,t,a])}function oN(e){return e==null||e.hasAttribute("disabled")||e.getAttribute("aria-disabled")==="true"}function j_({...e}){return n.jsx(xD,{"data-slot":"dropdown-menu",...e})}function w_({...e}){return n.jsx(yD,{"data-slot":"dropdown-menu-trigger",...e})}function k_({align:e="start",alignOffset:t=0,side:a="bottom",sideOffset:o=4,className:l,...c}){return n.jsx(Y6,{children:n.jsx(aD,{className:"isolate z-50 outline-none",align:e,alignOffset:t,side:a,sideOffset:o,children:n.jsx(F6,{"data-slot":"dropdown-menu-content",className:Ct("z-50 max-h-(--available-height) w-(--anchor-width) min-w-32 origin-(--transform-origin) overflow-x-hidden overflow-y-auto rounded-lg bg-popover p-1 text-popover-foreground shadow-md ring-1 ring-foreground/10 duration-100 outline-none data-[side=bottom]:slide-in-from-top-2 data-[side=inline-end]:slide-in-from-left-2 data-[side=inline-start]:slide-in-from-right-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 data-open:animate-in data-open:fade-in-0 data-open:zoom-in-95 data-closed:animate-out data-closed:overflow-hidden data-closed:fade-out-0 data-closed:zoom-out-95",l),...c})})})}function rf({className:e,inset:t,variant:a="default",...o}){return n.jsx(z6,{"data-slot":"dropdown-menu-item","data-inset":t,"data-variant":a,className:Ct("group/dropdown-menu-item relative flex cursor-default items-center gap-1.5 rounded-md px-1.5 py-1 text-sm outline-hidden select-none focus:bg-accent focus:text-accent-foreground not-data-[variant=destructive]:focus:**:text-accent-foreground data-inset:pl-7 data-[variant=destructive]:text-destructive data-[variant=destructive]:focus:bg-destructive/10 data-[variant=destructive]:focus:text-destructive dark:data-[variant=destructive]:focus:bg-destructive/20 data-disabled:pointer-events-none data-disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4 data-[variant=destructive]:*:[svg]:text-destructive",e),...o})}function kD({...e}){return n.jsx(oD,{"data-slot":"dropdown-menu-radio-group",...e})}function SD({className:e,children:t,inset:a,...o}){return n.jsxs(iD,{"data-slot":"dropdown-menu-radio-item","data-inset":a,className:Ct("relative flex cursor-default items-center gap-1.5 rounded-md py-1 pr-8 pl-1.5 text-sm outline-hidden select-none focus:bg-accent focus:text-accent-foreground focus:**:text-accent-foreground data-inset:pl-7 data-disabled:pointer-events-none data-disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",e),...o,children:[n.jsx("span",{className:"pointer-events-none absolute right-2 flex items-center justify-center","data-slot":"dropdown-menu-radio-item-indicator",children:n.jsx(cD,{children:n.jsx(Gr,{})})}),t]})}const CD={common:{loading:"Cargando…",saving:"Guardando…",cancel:"Cancelar",save:"Guardar",delete:"Borrar",edit:"Editar",create:"Crear",add:"Agregar",remove:"Quitar",reload:"Recargar",shutdown:"Apagar",enabled:"Habilitado",disabled:"Deshabilitado",enable:"Habilitar",disable:"Deshabilitar",open:"Abrir",close:"Cerrar",confirm:"Confirmar",optional:"(opcional)",none:"—",none_yet:"Todavía no hay nada.",error_generic:"Algo salió mal.",search:"Buscar",new:"Nuevo",restore:"Restaurar",show:"Mostrar",hide:"Ocultar",copy:"Copiar",run:"Ejecutar",refresh:"Refrescar",view_all:"Ver todo",saved:"Guardado.",deleted:"Eliminado.",pager_prev:"Anterior",pager_next:"Siguiente",pager_page:"Página {page} de {total}",pager_range:"{from}–{to} de {total}",pager_per_page:"Por página"},daemon:{connecting:"Conectando con el daemon…",unreachable:"No pude llegar al daemon en localhost:7430.",unreachable_hint:"Arrancá APX con `apx daemon start` y refrescá.",version:"Versión",uptime:"Uptime",status:"Status",running:"running",down:"down",reload_hint:"POST /admin/reload — relee ~/.apx/config.json sin reiniciar.",shutdown_confirm:"¿Apagar el daemon? Las próximas requests fallarán hasta levantarlo de nuevo.",shutdown_done:"Daemon detenido."},pairing:{title:"Vincular este equipo",subtitle:"Estás entrando desde fuera de esta máquina. Por seguridad, vinculá este navegador con un código de pairing.",steps_title:"Cómo obtener el código",step_1:"En la PC donde corre APX, abrí una terminal.",step_2:"Ejecutá `apx pair` (o escaneá el QR con APX Deck).",step_3:"Copiá el código que aparece debajo del QR y pegalo acá.",code_label:"Código de pairing",code_ph:"p. ej. 7f3a1c9e-…",label_label:"Nombre de este equipo",label_ph:"p. ej. Notebook del living",submit:"Vincular",linking:"Vinculando…",success:"Equipo vinculado ✓",err_required:"Pegá el código de pairing.",err_expired:"El código expiró. Volvé a correr `apx pair` y probá de nuevo.",err_unknown:"Código desconocido o ya usado. Generá uno nuevo con `apx pair`.",err_generic:"No se pudo vincular. Revisá el código e intentá otra vez.",revoke_hint:"Podés revocar este equipo cuando quieras desde Settings o con `apx pair revoke`."},nav:{apx_admin:"APX",settings:"Settings",project:"Proyecto",add_project:"Agregar proyecto",all_projects:"Todos los proyectos",more_projects:"{count} más",collapse_projects:"Ocultar proyectos",expand_projects:"Mostrar proyectos",modules:{voice:"Voces",desktop:"Escritorio",deck:"Deck",code:"Code",web:"Web"}},topbar:{breadcrumb_root:"APX",breadcrumb_settings:"APX › Settings",breadcrumb_project:"APX › Proyecto",breadcrumb_base:"Base",breadcrumb_projects:"Proyectos",light:"Cambiar a claro",dark:"Cambiar a oscuro",lang_toggle:"Idioma"},admin:{title:"APX",subtitle:"Panel general. Configuración global, canales y proyectos.",engines_title:"Engines",engines_subtitle:"Adaptadores LLM disponibles. Las API keys viven en ~/.apx/config.json.",telegram_title:"Telegram",telegram_subtitle:"Canales configurados. Cada uno puede estar pineado a un proyecto.",telegram_polling_on:"Polling activo",telegram_polling_off:"Deshabilitado",telegram_add_channel:"Canal",telegram_send_test:"Probar",telegram_send_test_title:"Enviar a",telegram_default_message:"Mensaje de prueba desde el panel de APX ✅",projects_title:"Proyectos registrados",projects_subtitle:"Click en un proyecto para abrir su panel.",unregister:"Desregistrar",unregister_confirm:"¿Quitar {label} de APX? La carpeta no se borra; sólo se desregistra.",reload_success:"Config recargada.",telegram_polling_started:"Polling iniciado.",telegram_polling_stopped:"Polling detenido.",telegram_channel_removed:"Canal eliminado.",agents_badge:"agents",engine_badge:"sí",engine_badge_no:"no",base_label:"Base"},add_project:{title:"Agregar proyecto",subtitle:"APX indexará .apc/, agents y AGENTS.md en esa carpeta.",path_label:"Ruta absoluta",path_hint:"Equivalente a apx project add /ruta/al/proyecto",path_placeholder:"/Volumes/SSDT7Shield/proyectos_varios/mi-proyecto",register:"Registrar",path_required:"Ruta requerida.",registered:"Proyecto #{id} registrado.",search_btn:"Buscar",picker_prompt:"Elegí la carpeta del proyecto",browser_unavailable:"Explorador no disponible hasta reiniciar daemon. Pegá ruta manual.",no_folders:"Sin carpetas."},settings:{title:"Settings",subtitle:"Preferencias del panel + diagnóstico del daemon local.",appearance:"Apariencia",light_mode:"Claro",dark_mode:"Oscuro",system_mode:"Sistema",language:"Idioma",daemon:"Daemon",daemon_sub:"Estado del proceso local que sirve esta web y orquesta los agentes.",engines:"Engines disponibles",engines_sub:"Adaptadores LLM compilados con el daemon.",token:"Token para esta sesión",token_sub:"Si esta web no logró auto-cargar el token, pegalo acá.",token_active:"(ya hay token activo)",token_paste:"Pegá el bearer del daemon",token_saved:"Token guardado.",devices:"Dispositivos pareados",devices_sub:"GET /pair/list. Revocar invalida ese bearer en el daemon.",devices_empty:"No hay clientes pareados todavía.",devices_revoke_confirm:"Revocar cliente {id}?",devices_revoke_success:"Cliente revocado.",devices_pair_btn:"Vincular dispositivo",devices_pair_title:"Vincular dispositivo",devices_pair_desc:"Escaneá el QR con la cámara del celu para entrar directo, o pegá el código en la otra PC.",devices_pair_scan:"Escaneá con la cámara del teléfono — te abre la web ya vinculada.",devices_pair_code:"O pegá este código en la pantalla de pairing:",devices_pair_url:"URL de acceso",devices_pair_link:"O copiá este link y abrilo en el otro dispositivo (entra solo):",devices_pair_copy:"Copiar",devices_pair_copied:"Link copiado al portapapeles.",devices_pair_copied_code:"Código copiado.",devices_pair_expires:"Expira en {s}s",devices_pair_expired:"El código expiró.",devices_pair_regen:"Generar otro",devices_pair_waiting:"Esperando que el dispositivo confirme…",devices_pair_done:"Dispositivo vinculado ✓",devices_pair_localhost_only:"Solo se pueden generar códigos desde la PC del daemon (localhost).",devices_last_seen:"visto:",devices_never:"nunca",devices_revoke:"Revocar",account_section:"Cuenta",agents_section:"Agentes & modelos",channels_section:"Canales & dispositivos",modules_section:"Módulos",advanced_section:"Avanzado",tabs:{identity:"Identidad",super_agent:"Super-agente",engines:"Engines & modelos",telegram:"Telegram",devices:"Dispositivos",advanced:"Avanzado"},identity:{title:"Identidad",subtitle:"Datos del usuario. Configuración del agente va en Super-agente.",agent_name:"Nombre del agente",owner_name:"Tu nombre",personality:"Personalidad",owner_context:"Contexto del dueño",owner_context_hint:"Quién sos, en qué trabajás, qué le interesa al agente saber de vos.",language:"Idioma preferido",timezone:"Timezone (IANA)",timezone_hint:"Detectado automáticamente — buscá para cambiar.",saved:"Identidad guardada."},super_agent:{title:"Super-agente",subtitle:"Personalidad, modelo, prompt y modos del super-agente.",personality:"Personalidad",model:"Modelo activo",model_hint:"Ej: anthropic:claude-sonnet-4.5, ollama:gemma2:9b",permission_mode:"Permission mode",system:"Prompt extra (system)",system_hint:"Texto que se prepende al system prompt base.",system_ph:"(Vacío = se usa el prompt base de core/agent/prompts/super-agent-base.md)",fallback_title:"Fallback chain",fallback_hint:"Si el modelo activo falla, prueba estos en orden.",fallback_add:"Agregar modelo a la cadena",saved:"Super-agente guardado.",enabled_label:"Super-agente habilitado",model_active:"Modelo activo (router)",model_configure:"Configurar en Modelos",behavior_subtitle:"Comportamiento del super-agente. El modelo y la cadena de fallback se configuran en el Router de modelos."},engines_keys:{title:"API keys de modelos",subtitle:"Cada engine guarda su key en ~/.apx/config.json. Los valores ya seteados muestran sufijo seguro.",ollama_url:"Ollama URL",ollama_hint:"Por defecto: http://127.0.0.1:11434",key_label:"API key",key_placeholder:"(no seteada)",clear:"Borrar key",saved:"Key guardada.",cleared:"Key borrada."},telegram_global:{title:"Telegram (default)",subtitle:"Canal default — los proyectos pueden overridear con su propio canal.",bot_token:"Bot token",chat_id:"Chat ID por defecto",poll_interval:"Poll interval (ms)",respond_with_engine:"Respond with engine",enabled:"Polling habilitado",saved:"Telegram guardado."},advanced:{title:"Avanzado",subtitle:"Editor raw del ~/.apx/config.json. Los secretos se ven *** set *** pero podés escribir uno nuevo.",write:"Aplicar cambios",written:"Config aplicada y daemon recargado.",reload_success:"Config recargada."}},project:{not_found:"Roby no encontró el proyecto {pid}: quizás se desregistró o el ID es incorrecto.",rebuild:"Rebuild context",rebuild_done:"Rebuild OK.",unregister_confirm:"¿Desregistrar {label}? La carpeta no se borra.",unregistered:"Desregistrado.",base_subtitle:"Espacio general · super-agente",danger:{title:"Zona peligrosa",subtitle:"Acciones que afectan el registro del proyecto en APX. No tocan archivos del repo.",rebuild_desc:"Re-escanea .apc/, MCPs y agents y regenera el contexto del super-agente para este proyecto.",unregister_desc:"Quita el proyecto del registry de APX. La carpeta del disco se mantiene intacta.",rebuild_confirm_title:"Rebuild context",rebuild_confirm_desc:"Regenerar contexto de {label}.",rebuild_long:"Vuelve a leer la config APC, lista MCPs y agents disponibles, y reconstruye el system prompt del super-agente. Es seguro de correr — no borra nada. Usalo después de tocar .apc/ a mano o si los cambios no se reflejan.",unregister_confirm_title:"Desregistrar proyecto",unregister_long:"El proyecto deja de aparecer en `apx`. Los archivos del disco (.apc/, código, todo) se mantienen. Podés volver a registrarlo con `apx project register <path>`."},nav:{overview:"Overview",chat:"Chat",config:"Config",telegram:"Telegram",agents:"Agents",routines:"Rutinas",tasks:"Tasks",mcps:"MCPs",artifacts:"Artifacts",vars:"Variables",logs:"Logs",memories:"Memorias",structure:"Estructura",docs:"Docs",files:"Archivos"},sections:{workspace:"Workspace",content:"Contenido",automation:"Automatización",knowledge:"Conversaciones",config:"Config"},overview:{tasks_open:"Tasks abiertas",routines:"Rutinas",routines_active:"Rutinas activas",agents:"Agents",mcps:"MCPs",artifacts:"Artifacts",chat:"Chat (super-agent)",chat_value:"abrir",roster:"Equipo",no_agents:"Todavía no hay agentes.",orchestrators:"Orquestadores",specialists:"Especialistas",recent_tasks:"Tasks recientes",no_activity:"No hay tasks abiertas.",brain_title:"Cerebro del equipo",brain_desc:"El mapa completo de agentes — los orquestadores en el núcleo y sus especialistas en racimo alrededor. Clic en un nodo para abrirlo.",brain_core:"Equipo"},artifacts:{title:"Artifacts",subtitle:"Scripts y archivos reutilizables guardados en el proyecto. Los crean los agentes; podés verlos, ejecutarlos, renombrarlos o eliminarlos."},chat:{title:"Chat con agente",subtitle:"Chat directo con el agente del proyecto.",live_title:"Chat con {agent}",superagent_title:"Chat con {persona}",superagent_subtitle:"Chat con {persona} — el super-agente APX. Puede usar tools (proyectos, tasks, mcps, agentes).",loaded_subtitle:"Conversación cargada con {slug}. Lo que mandes se agrega a este chat.",thread_subtitle:"Historial con {persona} en {channel}. Si respondés acá, la conversación sigue desde la web.",empty:"Mandá un mensaje para arrancar la conversación.",placeholder:"Escribí algo y enter para enviar (shift+enter = nueva línea)",send:"Enviar",stop:"Stop",new_session:"Nueva sesión",delete:"Borrar",delete_confirm_title:"Borrar chat",delete_confirm_desc:"Esta acción no se puede deshacer. Se elimina para siempre el historial de este chat.",deleted:"Chat borrado.",meta_created:"Creado {date} · {channel}",meta_new:"Chat nuevo · {channel}",copy:"copiar",copied:"Copiado.",stopped_marker:" [detenido]",create_agent:"Crear agente",create_agent_title:"Crear agente",create_agent_desc:"Necesario para iniciar chat en proyecto.",role_label:"rol",model_label:"modelo",model_hint:"ej. openai:gpt-5, groq:llama-3.3-70b-versatile",master_label:"Agente master",list:{title:"Chats",new:"Nuevo",search:"Buscar chats…",all_agents:"Todos los agentes",empty:"No hay conversaciones todavía. Arrancá una desde la derecha.",count:"{n} en total",pick_agent:"Elegí un agente"}},tasks:{title:"Tasks (TODOs)",subtitle:"Append-only JSONL en ~/.apx/projects/<id>/tasks/.",add:"agregar",add_label:"Nueva task",add_placeholder:"ej. revisar bug del scroll",empty:"No hay tasks {state}.",empty_open:"No hay tasks abiertas.",created:"Task creada.",create_error:"no pude crear la task",done:"✓ done",drop:"✗ drop",reopen:"↻ reopen",due:"vence",via:"via",aria_done:"marcar done",aria_drop:"descartar task",aria_reopen:"reabrir task"},global_tasks:{title:"Tasks (todos los proyectos)",subtitle:"Tareas agregadas de todos los proyectos registrados.",empty:"Sin tasks.",due:"vence",go_project:"Ir al proyecto"},routines:{title:"Heartbeats / Routines",subtitle:"Cron, every:Nm, once:ISO. Cada rutina dispara un agente o un shell.",empty:"Sin rutinas. Creá una arriba.",new:"nueva",new_btn:"Nueva",delete_confirm:"Borrar rutina {name}?",delete_confirm_body:"Esta acción no se puede deshacer.",saved:"Rutina guardada.",paused:"pausada",next_run:"próxima:",last_run:"última:",enabled_hint:"Activa · corre según el intervalo",disabled_hint:"Pausada · solo con el botón Run",enabled_label:"Habilitada",new_title:"Nueva rutina",edit_title:"Editar {name}",dialog_desc:"Se guarda en .apc/routines.json. La rutina corre mientras el daemon está activo.",name_field:"Nombre (name)",name_no_edit:"No se puede cambiar al editar.",kind_field:"Acción (kind)",schedule_field:"Intervalo (schedule)",schedule_hint:"Elegí un preset o escribilo a mano. Manual = solo corre con el botón Run.",vars_title:"Variables disponibles",what_happens:"Qué va a pasar",list_title:"Rutinas",detail_empty:"Elegí una rutina de la lista.",edit_btn:"Editar",edit_hint:"Abrir el editor: tipo, intervalo, prompt, pre/post y variables.",block_pre:"Pre-commands",block_post:"Post-commands",block_prompt:"Prompt",block_text:"Texto",block_command:"Comando",block_empty:"(vacío)",runs_title:"Ejecuciones",runs_empty:"Sin ejecuciones todavía.",runs_close:"Cerrar",runs_no_detail:"Sin más detalle.",runs_output:"Salida",status_ok:"ok",status_error:"error",status_skipped:"salteada",agent_field:"Agente (spec.agent)",agent_hint:"Quién ejecuta la rutina.",agent_loading:"cargando…",agent_pick:"— elegí un agente —",prompt_exec:"Prompt (spec.prompt)",prompt_exec_ph:"qué pendiente hay para hoy?",prompt_super:"Prompt (spec.prompt)",prompt_super_ph:"resumí el estado del proyecto",pre_field:"Pre-commands (pre_commands)",pre_hint:"Shell ANTES del prompt. Uno por línea.",post_field:"Post-commands (post_commands)",post_hint:"Shell DESPUÉS del prompt. Uno por línea.",tg_channel:"Canal (spec.channel)",tg_chat_id:"Chat ID (spec.chat_id)",tg_text:"Mensaje de Telegram (spec.text)",tg_text_hint:"Mensaje fijo a enviar. No usa modelo.",shell_field:"Comando (spec.command)",shell_hint:"Corre tal cual en el shell. Sin prompt ni pre/post.",hb_channel:"Canal (spec.channel)",hb_message:"Mensaje (spec.message)",name_required:"name requerido",save_error:"save falló",run_error:"run falló",toggle_error:"toggle falló",delete_error:"delete falló",run_success:"{name} disparada.",run_confirm:"¿Ejecutar la rutina {name} ahora?",run_confirm_body:"Corre la acción una vez, sin esperar al horario.",running:"Ejecutando…",delete_success:"borrada."},agents:{title:"Agents",subtitle:"Definidos en .apc/agents/<slug>.md.",subtitle_full:"Definidos en .apc/agents/<slug>.md. La memoria runtime vive en ~/.apx/projects/<id>/agents/<slug>/.",empty:"Sin agents. Agregá uno con <code>apx agent add</code> o el botón.",empty_text:"Sin agents. Agregá uno con `apx agent add` o el botón de arriba.",new:"Agente",created:"Agent {slug} creado.",slug_invalid:"slug debe matchear /^[a-z][a-z0-9_-]*$/",hierarchy:"Jerarquía",list_view:"Lista",import:"Importar",chat:"Chat",view:"Ver",orchestrator:"Orquestador",new_title:"Nuevo agent",new_desc:"POST /projects/:pid/agents — escribe .apc/agents/<slug>.md.",slug_label:"slug",slug_ph:"cody",role_label:"role (opcional)",role_ph:"code refactor",model_label:"model (opcional)",model_hint:"ej. ollama:gemma2:9b, openai:gpt-4o-mini",lang_label:"language (opcional)",desc_label:"description (opcional)",desc_ph:"Qué hace este agente…",skills_label:"skills (coma)",skills_ph:"skill-a, skill-b",tools_label:"tools (coma)",tools_ph:"tool-a, tool-b",parent_label:"reporta a (parent, opcional)",parent_hint:"Subagente de un orquestador.",none_parent:"— ninguno —",master_label:"Orquestador (master)",create_success:"Agent {slug} creado.",create_error:"create falló",import_title:"Importar del vault",import_desc:"Plantillas en ~/.apx/agents. Se registran en este proyecto (.apc/agents/<slug>.md).",import_empty:"Sin plantillas en el vault.",import_success:"Importado: {slug}",import_already:"ya está",import_btn:"Importar"},agent_detail:{not_found:"Agente no encontrado.",chat_btn:"Chat con {slug}",reports_to:"↳ reporta a",no_threads:"Sin threads.",no_activity:"Sin actividad registrada.",threads_recent:"Threads recientes",subagents:"Subagentes",subagents_desc:"Agentes que reportan a este orquestador.",config_title:"Configuración del agente",type_label:"Tipología (type)",area_label:"Área",area_hint:"ej. operaciones, marketing",area_ph:"operaciones",role_label:"Role",parent_label:"Reporta a (parent)",none_parent:"— ninguno —",model_label:"Modelo base",model_hint:"Vacío = usa el modelo del Router (default). Setealo solo para forzar un modelo a este agente.",model_ph:"(vacío = router default)",skills_label:"Skills (coma)",bio_label:"Bio / descripción",system_label:"System prompt",system_hint:"Define personalidad y comportamiento (cuerpo del AGENT.md).",master_label:"Orquestador (master)",delete_btn:"Borrar agente",save_btn:"Guardar cambios",delete_confirm:'Borrar el agente "{slug}"? Se elimina .apc/agents/{slug}.md y sus datos runtime locales.',update_success:"Agente actualizado.",delete_success:"Agente borrado.",tools_hint:"Qué tools puede usar el agente. Tocá para activar/desactivar; o editá la lista abajo.",tools_custom_ph:"lista (coma): echo, http_fetch",memory_title:"Memoria del agente",memory_empty:"(memoria vacía)",memory_saved:"Memoria guardada.",records_title:"Records",records_desc:"Log de actividad del agente (mensajes/acciones). Lo más nuevo primero.",sleep_title:"Sleep / Heartbeat",sleep_desc:"Estado de ejecución del agente, derivado de sus rutinas.",sleep_deep:"Deep sleep · sin heartbeat",sleep_deep_desc:"Este agente no tiene ninguna rutina que lo dispare. No se ejecuta de forma autónoma; solo responde cuando lo invocás (chat / tarea).",brain_title:"Brain",brain_desc:"Grafo de relaciones reales del agente: memoria, threads, tasks, heartbeats y jerarquía. (primera versión — lo refinamos)",brain_empty:"Aún no hay relaciones para graficar (sin memoria, threads, tasks ni rutinas).",msgs_count:"msgs"},mcps:{title:"MCP servers",subtitle:"3 scopes: Runtime > Shared > Global. Conflictos arriba si los hay.",empty:"Sin MCPs configurados.",new:"MCP",delete_confirm:"Borrar MCP {name} de scope {scope}?",conflicts:"⚠ Conflictos: {names}",conflict_detail:"{name} está definido en {winner} y {loser}. Se usa {winner}; {loser} queda ignorado.",new_title:"Nuevo MCP",edit_title:"Editar MCP",new_desc:"Se guarda según el scope elegido. Los valores con ${var.X} se resuelven al arrancar el MCP.",scope_label:"Scope",scope_runtime:"Runtime",scope_shared:"Shared",scope_global:"Global",source_runtime:"Runtime",source_apc:"APC / Shared",source_claude:"Claude",source_codex:"Codex",source_cursor:"Cursor",source_vscode:"VS Code",source_roo:"Roo",source_gemini:"Gemini",scope_runtime_desc:"Solo este proyecto · con secrets · no se commitea (~/.apx/projects/<id>/mcps.json)",scope_shared_desc:"Solo este proyecto · committeable · sin secrets (.apc/mcps.json)",scope_global_desc:"Todos los proyectos de esta máquina (~/.apx/mcps.json)",transport_stdio:"stdio",transport_http:"HTTP",transport_stdio_desc:"Proceso local — `command` + args",transport_http_desc:"Endpoint remoto — URL + headers",transport_label:"Transport",name_label:"Nombre",name_ph:"my-mcp",cmd_label:"Comando",cmd_ph:"npx",args_label:"Args",args_hint_tokens:"Una entrada por argumento. Usá el botón + para insertar variables.",env_label:"Env",env_hint_tokens:"Pares clave/valor. Los valores aceptan ${var.NOMBRE} (botón + a la derecha).",env_empty:"Sin variables de entorno.",url_label:"URL",url_ph:"https://example.com/v2/mcp",headers_label:"Headers",headers_hint:"Pares clave/valor — típicamente Authorization: Bearer ${var.TOKEN}.",headers_empty:"Sin headers.",enabled_label:"Habilitado",add_btn:"Agregar",save_btn:"Guardar",add_arg:"Agregar arg",edit_btn:"Editar",test_btn:"Probar",logs_btn:"Logs",testing:"Probando…",test_ok:"OK · {n} tools disponibles",tools_count:"{n} tools",logs_title:"Logs · {name}",logs_empty:"Sin logs todavía. Arrancá el MCP llamando un tool o probando.",logs_events:"Eventos recientes",logs_stderr:"stderr (últimos 4KB)",logs_panel_title:"Live logs",logs_panel_pick:"elegí un MCP",logs_panel_hint:"Click un MCP de la lista para ver lo que está pasando en vivo.",logs_panel_idle:"Sin actividad. Apretá Probar para arrancarlo.",name_required:"Nombre requerido",removed:"eliminado",added:"MCP agregado.",updated:"MCP actualizado."},vars:{title:"Variables",subtitle_project:"Reemplazan ${var.NOMBRE} al cargar MCPs y plantillas. Las del proyecto ganan sobre las globales. Se guardan fuera del repo (~/.apx/, chmod 0600).",subtitle_base:"Variables globales — disponibles para todos los proyectos. Se guardan en ~/.apx/vars.json (chmod 0600).",empty:"Sin variables todavía.",new:"Variable",new_title:"Nueva variable",edit_title:"Editar variable",new_desc:"Se referencia como ${var.NOMBRE} en cualquier campo que soporte interpolación.",reveal_all:"Mostrar valores",reveal:"Mostrar",hide:"Ocultar",filter_label:"Mostrar:",filter_all:"Todas",filter_project:"Sólo proyecto",filter_global:"Sólo globales",scope_label:"Scope",scope_project:"proyecto",scope_project_desc:"Sólo este proyecto. Pisa la global con mismo nombre.",scope_global:"global",scope_global_desc:"Disponible en todos los proyectos.",name_label:"Nombre",name_hint:"Mayúsculas, dígitos y _. P. ej.: MY_API_KEY, GITHUB_TOKEN.",value_label:"Valor",value_hint:"Se guarda en disco con permisos 0600. Nunca se commitea.",value_edit_ph:"(dejá vacío para no cambiarlo… aún no soportado, pegá el valor de nuevo)",add_btn:"Agregar",save_btn:"Guardar",edit_btn:"Editar",delete_btn:"Borrar",delete_confirm:"¿Borrar {name} ({scope})?",removed:"Variable eliminada.",added:"Variable agregada.",updated:"Variable actualizada.",name_required:"Nombre requerido.",value_required:"Valor requerido."},threads:{title:"Chats",subtitle:"Conversaciones por agent (vacío = ningún log persistido todavía).",no_agents:"No hay agents. Las conversaciones requieren un agent configurado.",pick:"Elegí un agent para ver sus conversaciones.",empty:"No hay conversaciones para {slug}.",conversation_title:"Conversación {id}",messages:"mensajes",via:"via"},config:{title:"Config rápida",subtitle:"Override del proyecto. Se escribe en {path}.",model:"super_agent.model",model_hint:"ej. anthropic:claude-sonnet-4.5, ollama:gemma2:9b",perm:"super_agent.permission_mode",route:"route_to_agent",route_hint:"Slug del agent que atiende por defecto en este proyecto.",use_global:"(usa global)",saved:"Guardado.",nothing:"Nada para guardar.",raw_title:"Config (JSON crudo)",raw_subtitle:"Pegá el objeto entero — equivale a PUT del archivo.",raw_save:"Reemplazar config",raw_done:"Config sobrescrita.",effective:"Effective config (read-only)",effective_sub:"Lo que ve realmente el daemon (global ⊕ override).",section_title:"Config proyecto",section_desc:"APC metadata y overrides separados. General APX vive en Settings > Config.",effective_read:"Lectura: global APX + override proyecto.",save_project:".apc/project.json guardado.",save_override:".apc/config.json guardado.",save_fields_success:"Overrides guardados.",save_meta_success:"Project metadata guardado.",no_data:"Sin datos.",tab_settings:"Settings",tab_project:"Project"},telegram:{title:"Canal de Telegram (override)",subtitle:"Si seteás un canal acá, los mensajes generados por este proyecto se mandan ahí en lugar del default.",use_default:"Usar el canal default",bot_token:"Bot token (override)",chat_id:"Chat ID (override)",saved:"Override guardado.",cleared:"Override eliminado — vuelve al default.",override_active:"override activo",channel_badge:"Canal {name}",no_override:"Sin override. Los mensajes de este proyecto van al canal default.",respond_engine:"Responder con engine",route_agent:"route_to_agent",route_hint:"Slug del agent que atiende (vacío = super-agent).",bot_hint_none:"Si vacío, hereda del default."},memories:{sidebar_title:"Memorias",general_group:"General",general_item:"Memoria del proyecto",project_title:"Memoria del proyecto",project_desc:"Hechos durables a nivel proyecto. .apc/memory.md — la leen los agentes y el super-agente.",project_ph:`# Memoria del proyecto
737
+
738
+ Hechos estables que cualquier agente debería saber…`,agents_title:"Memorias de agentes",agents_desc:"Memoria individual por agente. ~/.apx/projects/<id>/agents/<slug>/memory.md",no_agents:"Sin agentes en este proyecto.",saved:"Memoria guardada.",empty:"(memoria vacía)",chars:"chars · Markdown",save_btn:"Guardar"}},base:{title:"Base",subtitle:"Espacio general · super-agente",nav_general:"General",nav_activity:"Actividad",nav_system:"Sistema",workspaces_title:"Workspaces",workspaces_desc:"Todos los proyectos registrados en APX.",workspaces_new:"Nuevo proyecto",workspaces_empty:"Sin proyectos. Agregá uno con el botón de arriba.",sessions_title:"Sessions",sessions_desc:"Sesiones de todos los engines (apx · claude · codex), más nuevas primero.",sessions_desc_scoped:"Sesiones en la carpeta de este proyecto ({path}), todos los engines, más nuevas primero.",sessions_all:"Todos los engines",sessions_empty:"Sin sesiones.",sessions_error:"No pude leer las sesiones: {msg}",sessions_search_ph:"Buscar sesiones…",sessions_deep:"Profundo",sessions_deep_tip:"También busca dentro de los transcripts (más lento)",sessions_clear:"Limpiar filtros",sessions_refresh:"Refrescar lista",sessions_no_match:"Ninguna sesión coincide con «{q}».",sessions_act_cmd:"Copiar comando apx",sessions_act_ask:"Pedir a {name} que continúe",sessions_act_folder:"Abrir carpeta",sessions_act_path:"Copiar ruta",sessions_cmd_copied:"Comando copiado — pegalo en tu terminal",sessions_path_copied:"Ruta copiada",sessions_copy_failed:"No se pudo copiar",sessions_no_folder:"Esta sesión no tiene carpeta",sessions_no_path:"Esta sesión no tiene ruta",sessions_folder_failed:"No se pudo abrir la carpeta: {msg}",defaults_title:"Agent defaults",defaults_desc:"Plantillas globales del vault. Las bundled vienen con APX y siempre están; las que crees o edites quedan en ~/.apx/agents y se superponen. Importalas a un proyecto desde Agents › Importar.",defaults_show_removed:"Mostrar removidos",defaults_new:"Nuevo",defaults_empty:"Sin plantillas en el vault.",defaults_hide:"Ocultar",defaults_restore:"Restaurar",defaults_edit:"Editar",defaults_remove:"Ocultar",defaults_delete:"Borrar",defaults_tombstone_msg:'Ocultar el default "{slug}"? Es bundled — quedá tombstoneado y lo recuperás con Restaurar.',defaults_delete_msg:'Borrar el template "{slug}"?',defaults_hidden:"Ocultado.",defaults_deleted:"Borrado.",defaults_restored:"Restaurado.",defaults_new_title:"Nuevo template",defaults_new_desc:"POST /agents/vault — se guarda en ~/.apx/agents/<slug>.md",defaults_edit_title:'Editar "{slug}"',defaults_bundled_desc:"Es un default bundled. Al guardar se hace copy-on-write a ~/.apx/agents/<slug>.md (queda como override).",defaults_user_desc:"PATCH /agents/vault/:slug — edita el archivo en ~/.apx/agents.",defaults_master_label:"Agente master",defaults_slug_invalid:"slug inválido (debe matchear /^[a-z][a-z0-9_-]*$/)",defaults_created:'Template "{slug}" creado.',defaults_saved:'Template "{slug}" guardado.'},logs:{title:"Logs",desc_global:"Actividad del daemon (canales globales: telegram, direct…). ~/.apx/messages/<channel>/.",desc_project:"Actividad del proyecto. ~/.apx/projects/<id>/messages/.",filter_channel:"filtrar canal (ej. telegram)",filter_dir:"dirección",all_directions:"Todas las direcciones",in:"Entrada (in)",out:"Salida (out)",filter_type:"tipo",all_types:"Todos los tipos",search_text:"buscar en el texto…",count_of:"de",no_activity:"Sin actividad.",no_activity_ch:'Sin actividad en el canal "{ch}".',error:"No pude leer los mensajes: {msg}",show_more:"ver más",show_less:"ver menos",daemon_errors:"Errores del daemon (~/.apx/logs/errors.jsonl)",no_errors:"Sin errores registrados. 🎉"},telegram_contacts:{title:"Contactos de Telegram",desc:"Quién le escribe a los bots. El rol define qué herramientas puede usar; un invitado no tiene permisos hasta que le asignes un rol.",empty:"Todavía no hay contactos — se registran solos cuando alguien escribe a un bot.",owner_badge:"dueño",assign_role:"Asignar rol",owner_hint:"Es dueño de un canal — cambialo desde el canal",removed:"Contacto eliminado.",delete_confirm:"¿Borrar el contacto {name}?",last_seen:"visto:",tools_all:"tools: todas",tools_none:"tools: ninguna",tools_label:"tools:"},telegram_channels:{title:"Canales",desc:"Cada canal es un bot que el daemon polea. Acá podés añadir/quitar canales, cambiar el agente que contesta, el proyecto al que pertenece y su dueño.",new_btn:"Nuevo canal",empty:"Todavía no hay canales — agregá el primero.",removed:"Canal eliminado.",delete_confirm:"¿Borrar el canal {name}?",no_owner:"sin dueño (se reclama al primer DM)",owner_label:"dueño:"},telegram_channel_dialog:{new_title:"Nuevo canal de Telegram",edit_title:"Editar canal: {name}",name_label:"name (slug interno)",token_label:"bot_token",chat_id:"chat_id",project_label:"project",project_hint:"Slug o id del proyecto al que pinear este canal (opcional).",route_label:"route_to_agent",route_hint:"Agente que contesta; vacío = super-agent APX.",owner_label:"owner_user_id",owner_hint:"user_id de Telegram del dueño de este canal. Override del rol global a 'owner' acá. Si lo dejás vacío, el primer mensaje privado lo reclama.",owner_ph:"889721252",respond_label:"Responder con engine (no echo)",name_required:"name requerido",saved:"Canal guardado."},telegram_send_dialog:{title:"Enviar a {name}",default_msg:"Mensaje de prueba desde el panel de APX ✅"},telegram_roles:{title:"Roles",desc:"Cada rol define qué herramientas del super-agent puede usar quien lo tenga asignado. 'owner' siempre = todas; 'guest' siempre = ninguna (solo chat).",empty:"No hay roles definidos.",tools_all:"todas las herramientas",tools_none:"ninguna herramienta",builtin:"built-in",delete_confirm:'¿Borrar el rol "{name}"?',removed:"Rol eliminado.",saved:'Rol "{name}" guardado.',name_required:"Nombre requerido.",builtin_error:'"{name}" es un rol built-in.',new_title:"Nuevo rol o reemplazar uno custom",name_label:"Nombre",name_ph:"editor",tools_label:"Tools (separadas por coma)",tools_hint:"Vacío = ninguna. Ejemplos: call_agent, list_tasks, create_task.",tools_ph:"call_agent, list_tasks",full_access:"Acceso total (todas las tools)",save_btn:"Guardar rol",delete_btn:"Borrar"},superagent:{title:"{persona}",badge:"super-agent · APX",desc:"Conversación rápida con tu super-agente. Tiene acceso a tools (proyectos, tasks, mcps, agentes); para un hilo más largo y persistente, abrí Chats.",empty:"Mandale un mensaje a {persona} para arrancar.",thinking:"{persona} está pensando…",talk:"Hablar con {persona}",new_chat:"Nuevo chat",placeholder:"Escribí y enter para enviar (shift+enter = nueva línea)…"},not_found:{title:"404",message:"Roby se perdió: esta página no existe o se movió.",home:"Volver al inicio"},ask_panel:{answers_header:"Respuestas",other:"Otro",other_placeholder:"Escribí tu propia respuesta acá",text_placeholder:"Escribí tu respuesta…",back:"Atrás",skip:"Omitir",next:"Siguiente",submit:"Enviar",status_waiting:"Esperando respuesta…",status_received:"Respuestas recibidas"},code_module:{title:"Code",badge:"super-agent",desc:"Sesiones de código estilo OpenCode. Elegí un proyecto, abrí una sesión y pedile que lea, planifique, edite o ejecute.",no_projects:"No hay proyectos registrados. Registrá uno con `apx project add` para usar Code.",sessions:"Sesiones",new_session:"Nueva sesión",untitled:"Nueva sesión",no_sessions:"Todavía no hay sesiones — creá una para empezar a codear.",pick_project:"Elegí un proyecto para ver sus sesiones.",rename:"Renombrar",delete:"Eliminar",delete_confirm:"¿Eliminar esta sesión? Se borra la transcripción; tus archivos quedan intactos.",empty_chat:"Mandá una instrucción de código para arrancar.",placeholder:"Pedí un cambio… (enter envía, shift+enter = nueva línea)",mode_build:"Build",mode_plan:"Plan",mode_build_hint:"Build — edita archivos y ejecuta comandos",mode_plan_hint:"Plan — solo lectura, propone cambios sin tocar archivos",tab_context:"Contexto",tab_changes:"Cambios",tab_artifacts:"Artifacts",artifacts_none:"Todavía no hay artifacts. Pedile al agente que cree un script en `artifacts/<nombre>`.",artifacts_count:"{n} artifact(s)",artifacts_copy_path:"Copiar path",artifacts_run:"Run",artifacts_run_hint:"Para ejecutarlo desde la terminal:",artifacts_delete:"Eliminar",artifacts_delete_confirm:"¿Eliminar este artifact? El archivo se borra del disco.",ctx_model:"Modelo",ctx_tokens:"Tokens",ctx_input:"Entrada",ctx_output:"Salida",ctx_messages:"Mensajes",ctx_breakdown:"Desglose de contexto",ctx_none:"Sin uso todavía — mandá un turno para ver tokens.",seg_system:"Sistema",seg_user:"Usuario",seg_assistant:"Asistente",seg_tool:"Tools",seg_other:"Otro",changes_none:"Todavía no hay cambios en esta sesión.",changes_no_git:"Los cambios necesitan un repo git. Este proyecto no lo es.",changes_files:"{n} archivo(s) cambiados",stopped:"[detenido]",close:"Cerrar",reload:"Recargar",discard_changes:"Descartar cambios",save_shortcut_hint:"Guardar (Cmd/Ctrl+S)",artifacts_rename:"Renombrar",artifacts_view:"Ver contenido",artifacts_edit:"Editar contenido",artifacts_preview:"Previsualizar",artifacts_preview_hint:"Abrir una previsualización en vivo en una pestaña local",artifacts_share:"Compartir",artifacts_share_hint:"Crear una URL pública por túnel para compartir esta preview",artifacts_stop_preview:"Detener preview",artifacts_preview_local:"Preview local",artifacts_preview_public:"URL pública",artifacts_copy_url:"Copiar URL",artifacts_preview_started:"Preview activa en {url}",tree_collapse_all:"Colapsar todo",terminal_clear:"Limpiar",terminal_close:"Cerrar terminal"},desktop_screen:{status_title:"Estado",autostart_title:"Arranque automático",shortcut_title:"Atajo de teclado",appearance_title:"Apariencia",activation_title:"Activación + transcripción",last_conv_title:"Última conversación",open_config:"Configuración"},voice_screen:{providers_title:"Proveedores de voz (TTS)",test_title:"Probar voz",stt_title:"Transcripción (STT)",configure_provider:"Configurar {name}"},deck_screen:{widgets_title:"Widgets",context_title:"Contexto APX",reload_manifest:"Recargar manifest",widget_native:"Widget nativo APX",widget_external:"Widget externo",preview_badge:"Vista previa",preview_title:"Deck — Próximamente",preview_body:"El módulo Deck todavía está en desarrollo y no fue lanzado aún. Lo volveremos a activar cuando Deck salga en una versión estable. Por ahora todo acá es de solo lectura y no se guardará ningún cambio."},memory_panel:{embeddings_title:"Embeddings (RAG)",embeddings_desc:"Modelo que vectoriza el historial de todos los canales para la memoria relevante. Igual que TTS/STT: elegí un proveedor y un modelo. 'Automático' prueba local primero y cae a offline si no hay nada disponible.",provider_label:"Proveedor",provider_hint:"Ollama es local y gratis. Gemini/OpenAI usan la API key de su sección en Modelos (o la de abajo).",mode_label:"Modo de selección",mode_hint:"Cadena cae al siguiente si uno falla; Único usa exactamente el proveedor elegido.",available:"disponible",unavailable:"no disp.",test_btn:"Probar embedding",reindex_btn:"Reindexar memoria",test_ok:"Embedding OK con {embedder}",test_failed:"Test falló: {msg}",reindexed:"Reindexado: {indexed} chunks (limpiados {cleared}).",reindex_failed:"Reindex falló: {msg}",save_failed:"No se pudo guardar: {msg}",provider_auto:"Automático (cadena: Ollama → Gemini → OpenAI → offline)",provider_ollama:"Ollama — local, sin API key (nomic-embed-text)",provider_gemini:"Gemini — free tier con key (text-embedding-004)",provider_openai:"OpenAI — text-embedding-3-small (cloud)",provider_tf:"Offline (term-frequency, sin modelo — degradado)",mode_chain:"Cadena (fallback automático)",mode_single:"Único (usa solo el elegido)",ollama_title:"Ollama (local)",ollama_desc:"Sin API key. Corre nomic-embed-text en tu Ollama local o cloud.",model_label:"Modelo",base_url_label:"Base URL",ollama_base_url_hint:"Vacío usa engines.ollama.base_url (default http://localhost:11434).",openai_title:"OpenAI",openai_desc:"text-embedding-3-small (1536 dims) u otro modelo compatible.",api_key_label:"API key",openai_key_hint:"Vacío reusa engines.openai.api_key. Dejalo en blanco para mantener la guardada.",gemini_title:"Gemini",gemini_desc:"text-embedding-004 (768 dims). Free tier con API key de Google.",gemini_key_hint:"Vacío reusa engines.gemini.api_key.",compaction_title:"Compactación de historial",compaction_desc:"Cuando un chat supera el umbral de turnos, los más viejos se resumen con un LLM liviano (local) y se guardan como [RESUMEN COMPACTADO], manteniendo el contexto acotado. Corre fuera del hot-path: el turno actual usa el resumen que ya exista.",threshold_label:"Umbral de compactación",threshold_hint:"Compactar una vez que el chat supera estos turnos (por defecto 60).",keep_recent_label:"Turnos recientes a preservar",keep_recent_hint:"Turnos verbatim que NUNCA se compactan (por defecto 40). Debe ser menor al umbral.",compact_model_label:"Modelo de compactación",compact_model_hint:"LLM liviano para resumir. Ideal uno local (Ollama) para no gastar. Formato proveedor:modelo.",compact_fallback_label:"Modelo de fallback",compact_fallback_hint:"Se usa si el de compactación falla. Vacío cae al modelo del super-agente.",compact_fallback_ph:"(vacío → modelo del super-agente)"},router_panel:{title:"Router de modelos",description:"Un único router general (sin casos por tarea). Elegí un proveedor y un modelo; si el activo falla, prueba la cadena de fallback en orden.",badge_default:"default",no_providers:"Agregá un proveedor abajo para poder elegir modelos.",active_model_label:"Modelo activo (default)",active_model_hint:"Proveedor + modelo. Se guarda como proveedor:modelo.",fallback_title:"Cadena de fallback",fallback_desc:"Si el modelo activo falla, prueba estos en orden. Click en uno para editarlo.",fallback_empty:"Sin fallback configurado.",add_to_chain:"Agregar a la cadena",done:"listo",save:"Guardar router",saved:"Guardado",saved_toast:"Router guardado.",provider_ph:"— proveedor —",provider_not_found:"⚠ {name} (no encontrado)",provider_not_configured:'El proveedor "{name}" no está configurado.'},routing_panel:{title:"Ruteo por contenido",description:"Elegí un modelo distinto por mensaje según su contenido (imagen, tamaño, canal, keywords). Aparte de la cadena de fallback de arriba.",signal_on:"Ruteo por contenido: ON ({n} reglas)",signal_on_empty:"Ruteo por contenido: ON (todavía sin reglas)",signal_off:"Ruteo por contenido: OFF",how_it_works:"¿Cómo funciona?",enable_label:"Activar ruteo por contenido",rules_title:"Reglas de ruteo",rules_desc:"Se evalúan de arriba hacia abajo; gana la primera regla que cumpla todas sus condiciones.",rules_empty:"Todavía sin reglas. Agregá algunas en el editor.",edit_rules:"Editar reglas (JSON)",hide_editor:"Ocultar editor",editor_label:"Reglas (array JSON)",json_hint:"Array de { model, when }. Claves de when: has_image, min_prompt_chars, max_prompt_chars, min_context_chars, channels[], keywords[]. when vacío = matchea todos los mensajes.",json_error:"JSON inválido: {msg}",json_not_array:"Las reglas tienen que ser un array JSON.",insert_example:"Insertar un ejemplo",when_any:"cualquier mensaje",when_image:"tiene imagen",when_no_image:"sin imagen",when_min_prompt:"prompt ≥ {n} chars",when_max_prompt:"prompt ≤ {n} chars",when_min_context:"contexto ≥ {n} chars",when_channels:"canales: {list}",when_keywords:"keywords: {list}",helper:"El ruteo elige un modelo por mensaje (imagen, tamaño, canal, keywords). Se compone con el failover: un modelo ruteado que esté caído cae por la cadena. Un override de modelo explícito por request siempre gana.",save:"Guardar ruteo",saved:"Guardado",saved_toast:"Ruteo por contenido guardado.",confirm_title:"¿Aplicar los cambios de ruteo?",confirm_body:"Esto cambia qué modelo atiende cada mensaje. El failover sigue aplicando si un modelo ruteado está caído.",confirm_on:"El ruteo por contenido va a quedar ON con {n} reglas.",confirm_off:"El ruteo por contenido va a quedar OFF (cada mensaje usa el router default).",confirm_apply:"Aplicar",cancel:"Cancelar"},engines_panel:{title:"Proveedores",new_btn:"Nuevo proveedor",description:"Proveedores LLM (API). Cada provider usa un engine/adapter (openai, ollama, …) con su key y URL.",empty:"Sin providers. Agregá uno con el botón de arriba.",add_card:"Agregar provider",saved:"Provider guardado.",saved_json:"Provider guardado (JSON).",deleted:"Provider borrado.",delete_confirm:"¿Borrar provider {name}?"},providers_modal:{new_title:"Nuevo proveedor",edit_title:"Editar {name}",description:"Proveedor LLM. El motor (engine) define qué adapter usa (openai, ollama, …).",list_models_hint:"Listar los modelos reales del proveedor",toggle_active:"Activo · click para desactivar",toggle_inactive:"Inactivo · click para activar",delete:"Borrar",custom:"Custom",json_mode:"JSON",form_mode:"Volver al formulario",json_label:"Config del provider (JSON)",json_hint:"Se guarda como engines.{slug} en config.json",json_help:"Debe ser un objeto JSON válido con al menos engine. El slug se toma del formulario.",name_label:"Nombre",name_ph:"Mi provider",engine_label:"Motor (engine)",base_url_label:"URL base (base_url)",base_url_hint:"Se completa sola al elegir un proveedor.",base_url_ph:"https://api.openai.com/v1",api_key_label:"API key",api_key_hint_existing:"Dejá en blanco para mantener la actual.",api_key_hint_env:"Se guarda como secreto. Env sugerida: {env}",api_key_hint:"Se guarda como secreto.",api_key_set:"…{suffix} (ya seteada)",model_label:"Modelo por defecto",load_models:"Cargar modelos",max_tokens_label:"Máx. tokens (max_tokens)",temperature_label:"Temperatura: {value}",pricing_summary:"Análisis de tokens / pricing (opcional)",context_limit_label:"Límite de contexto (tokens)",price_input:"$ entrada / 1M",price_output:"$ salida / 1M",price_cache_read:"$ cache read / 1M",price_cache_write:"$ cache write / 1M",model_limits_label:"Límites de contexto por modelo (JSON)",active_label:"Activo (los agentes pueden usarlo)",err_slug_required:"Slug requerido.",err_slug_required_form:"Slug requerido (en el formulario).",err_slug_exists:'Ya existe un provider "{slug}".',err_model_limits_json:"Límites de contexto por modelo: JSON inválido.",err_json_invalid:"JSON inválido: revisá la sintaxis.",err_json_object:"El JSON debe ser un objeto con la config del provider.",err_engine_missing:'Falta "engine" (ej. "anthropic", "ollama").',err_save:"Error al guardar.",err_no_models:"Sin modelos. ¿Key/URL correctas?",err_list_models:"No se pudo listar modelos."},providers_card:{active:"Activo",off:"Off",model:"Modelo",base_url:"Base URL",api_key:"API key",key_set:"✓ seteada",temp:"Temp",price_io:"$ in/out (1M)"},chat_ui:{copy:"Copiar",stop:"Detener",send:"Enviar",pick_model:"Elegir modelo (o Auto)",insert_variable:"Insertar variable"},sidebar_ui:{toggle:"Mostrar/ocultar sidebar"},models_ui:{invalid_hint:"Modelo/proveedor no disponible"},global_config:{title:"Config APX"},agent_detail_extra:{skills_title:"Skills & tools"},voice_ui:{api_key_label:"API key",api_key_set:"…{suffix} (ya seteada)",api_key_keep_hint:"Dejá en blanco para mantener la actual.",api_key_secret_hint:"Se guarda como secreto. Env: {env}",api_key_reuse_hint:"Si lo dejás vacío, reusa {engine}. Env: {env}",err_save:"Error al guardar.",model_label:"Modelo",voice_label:"Voz",format_label:"Formato",output_format_label:"Formato de salida",voice_id_label:"Voice ID",voice_id_hint:"Voice id de ElevenLabs (vacío = default).",gemini_model_hint:"El TTS de Gemini todavía está en preview.",base_url_label:"Base URL (opcional)",base_url_hint:"Endpoint compatible con OpenAI. Vacío = OpenAI. Apuntalo a un servidor local (ej. un daemon QVox / Qwen3-TTS) para usar ese en su lugar.",openai_model_hint:"tts-1 / tts-1-hd para OpenAI. Dejalo vacío para que un servidor custom elija.",openai_voice_hint:"Preset de OpenAI (alloy…) o preset de tu servidor custom (ej. custom). Vacío = default del servidor.",openai_style_hint:"Voz base / instruct, usada por endpoints custom (la persona que se mantiene en todo el audio). El tts-1 de OpenAI la ignora.",style_label:"Estilo (cómo debería hablar)",style_hint:"Instrucción en lenguaje natural. Vacío = sin estilo. Ej.: 'hablá en un tono alegre y pausado'.",style_ph:"hablá en un tono alegre y enérgico",temperature_label:"Temperatura (opcional)",temperature_hint:"Temperatura de sampleo para endpoints custom. Vacío = default del servidor.",emotions_short:"Emociones",emotions_label:"Tags de emoción inline",emotions_hint:"Cuando hable este motor, deja que el agente meta tags tipo [happy]/[whisper] en las respuestas de voz para darles color. Activalo solo si este motor entiende los tags (ej. un endpoint QVox/Qwen3-TTS) — si no, se quitan antes de sintetizar.",emotions_tags_label:"Tags permitidos",emotions_tags_hint:"Separados por coma. Vacío = el set por defecto.",piper_bin_label:"Binario (bin)",piper_bin_hint:"Ruta o nombre del CLI de piper (PATH).",piper_model_label:"Modelo (.onnx)",piper_model_hint:"Ruta absoluta al modelo de voz de piper.",piper_speaker_label:"Speaker (opcional)",piper_speaker_hint:"Speaker id para modelos multi-voz.",mock_desc:"El engine mock genera un WAV de prueba en silencio. No tiene parámetros: sirve como fallback garantizado cuando no hay ningún otro engine configurado.",selection_mode:"Modo de selección",mode_chain_desc:"Cadena con fallback: usa el primer engine disponible siguiendo el orden de abajo.",mode_single_desc:"Solo engine default: siempre usa el elegido; el resto queda configurado para otros usos.",mode_chain_btn:"Cadena (router)",mode_single_btn:"Solo engine default",move_up:"Subir",move_down:"Bajar",badge_local:"local",badge_available:"disponible",badge_unavailable:"configurado, no disponible",badge_not_configured:"sin configurar",badge_default:"default",badge_custom:"custom",set_as_default:"Usar como default",configure:"Configurar",remove:"Quitar",remove_confirm:"¿Quitar este proveedor custom?",add_provider:"Agregar proveedor",new_provider:"Nuevo proveedor",custom_note:"Endpoint custom compatible con OpenAI.",custom_desc:"Cualquier endpoint de voz compatible con OpenAI (ej. un servidor local QVox / Qwen3-TTS).",label_label:"Nombre",label_hint:"Nombre para mostrar de este proveedor.",base_url_req_label:"Base URL",base_url_req_hint:"Requerido. El endpoint compatible con OpenAI, ej. http://127.0.0.1:5111/v1",api_key_optional_hint:"Opcional — solo si tu servidor pide key.",advanced:"Avanzado",custom_model_hint:"Opcional. La mayoría de los servidores locales lo ignoran (ej. QVox).",custom_voice_hint:"Opcional. Un preset que entienda tu servidor (ej. custom). Vacío = default del servidor.",custom_optional_ph:"(opcional)",stt_engine_label:"Engine de transcripción",stt_engine_hint:"Local usa faster-whisper (requiere python3 + faster-whisper). OpenAI usa la key de engines.openai.",stt_model_label:"Modelo local (whisper)",stt_model_hint:"Más grande = más preciso y más lento.",stt_language_label:"Idioma",stt_language_hint:'Para español, elegir "Español" mejora la precisión.',stt_provider_auto:"Automático (local, después remoto)",stt_provider_local:"Local — faster-whisper (offline)",stt_provider_openai:"OpenAI — Whisper-1 (cloud)",stt_provider_custom:"Custom — server OpenAI-compatible",stt_openai_model_label:"Modelo OpenAI",stt_openai_model_hint:"Por defecto whisper-1.",stt_custom_baseurl_label:"URL base (OpenAI-compatible)",stt_custom_baseurl_hint:"Ej: http://localhost:8000/v1 (mlx-audio en Metal) o http://192.168.1.50:9000/v1 (Radeon/NVIDIA en la red).",stt_custom_model_label:"Modelo",stt_custom_model_hint:"Ej: mlx-community/whisper-large-v3-turbo o large-v3.",stt_custom_key_hint:"Opcional — la mayoría de los servers locales no requieren key.",stt_hw_label:"Hardware detectado",stt_hw_recommended:"Recomendado",stt_hw_limited:"aceleración GPU limitada, se usa CPU",stt_backend_label:"Aceleración / Motor",stt_backend_hint:"Auto elige según tu hardware. Metal corre en la GPU (mlx); CPU usa faster-whisper.",stt_backend_auto:"Automático (recomendado)",stt_model_needs_download:"Falta descargar (~{size}). Hay que bajar el modelo para usar este motor.",lang_auto:"Detección automática",lang_es:"Español",lang_en:"Inglés",lang_pt:"Portugués",lang_fr:"Francés",lang_it:"Italiano",lang_de:"Alemán",test_default_text:"Hola, soy APX. Esto es una prueba de voz.",test_default_engine:"Default ({name})",test_default_chain:"Default (cadena)",test_unavailable_suffix:" · no disponible",test_empty_error:"Escribí algo para decir.",test_synth_error:"No se pudo sintetizar.",test_engine_label:"Engine",test_engine_hint:"Override del default para probar.",test_style_label:"Estilo (solo Gemini)",test_style_hint:"Cómo debería hablar. Vacío = sin estilo.",test_text_label:"Texto a decir",test_text_ph:"Escribí lo que querés que diga…",say_this:"Decir esto",stop:"Detener",replay:"Repetir",engine_result:"Engine",providers_desc:"Engines de síntesis, en orden de fallback. El estado lo reporta el daemon en vivo. Agregá tus propios endpoints compatibles con OpenAI.",providers_load_error:"No pude cargar los proveedores: {msg}",test_desc:"Elegí con qué engine sintetizar y, si aplica, cómo debería hablar.",stt_desc:"Engine de speech-to-text que usan el deck, Telegram y la CLI al escuchar.",toast_default_engine:"Engine default: {id}.",toast_mode_chain:"Modo: cadena con fallback.",toast_mode_single:"Modo: solo engine default.",toast_config_saved:"Configuración de voz guardada.",toast_provider_removed:"Proveedor eliminado.",err_label_required:"Falta el nombre.",err_base_url_required:"Falta la base URL.",toast_transcription_updated:"Transcripción actualizada."},telegram_ui:{channel_dialog_desc:"POST /telegram/channels (upsert) — PATCH /telegram/channels/:name (parcial).",bot_token_hint:"Token de BotFather. Se guarda en ~/.apx/config.json.",bot_token_hint_short:"Token de BotFather.",secret_set_replace:"(seteado — escribí para reemplazar)",secret_already_set:"(ya seteado)",empty_keep:"— vacío = mantener",message_sent:"Mensaje enviado.",message_label:"Texto",send_chat_id:"chat_id: {id}",default_apx:"APX por defecto",yes:"sí",no:"no",user_id_fallback:"user_id {id}",role_assigned:"{name} → {role}"},agents_form:{emoji:"Emoji",area:"Área",role:"Rol",no_role:"— sin rol —",autonomy:"Autonomía",autonomy_hint:"Cuánto puede hacer el agente sin pedir confirmación.",auto_total:"Total",auto_automatico:"Auto",auto_permiso:"Permiso"},structure:{title:"Estructura",subtitle:"Áreas y roles de la empresa. Las áreas agrupan agentes; los roles definen su función.",info:"Las áreas son agrupaciones opcionales. Los roles definen la función de un agente y pueden pertenecer a un área.",empty:"Todavía no hay áreas ni roles. Creá el primero arriba.",new_area:"Nueva área",new_role:"Nuevo rol",edit_area:"Editar área",edit_role:"Editar rol",create_area:"Crear área",create_role:"Crear rol",name:"Nombre",slug:"Slug",goal:"Objetivo",goal_hint:"Para qué existe esta área (opcional).",area:"Área",description:"Descripción",no_area:"— sin área —",roles:"Roles",add_role:"rol",no_roles:"sin roles",general_roles:"Roles generales",delete_area:"Borrar área",delete_role:"Borrar rol",delete_area_desc:'¿Borrar el área "{name}"? Sus roles quedan sin área, no se eliminan.',delete_role_desc:'¿Borrar el rol "{name}"?'},files:{docs_label:"Docs",files_label:"Archivos",new_doc:"Nuevo documento",new_doc_hint:"Podés usar carpetas: cases/onboarding/spec.md",empty:"No hay archivos.",docs_empty:"Todavía no hay documentación. Creá el primer documento.",truncated:"Listado recortado (demasiados archivos).",select_prompt:"Elegí un archivo para verlo.",save:"Guardar",saved:"Guardado.",deleted:"Eliminado.",created:"Documento creado.",edit:"Editar",preview:"Preview",discard:"Descartar",no_preview:"No hay preview para este archivo.",too_large:"Archivo demasiado grande para mostrar.",path_label:"Ruta del archivo",path_example:"ej. cases/onboarding/spec.md",create:"Crear"},tasks:{state_open:"abiertas",state_done:"hechas",state_dropped:"descartadas",status_pending:"pendiente",status_running:"corriendo",status_in_review:"en revisión",status_blocked:"bloqueada",done_label:"hecha",dropped_label:"descartada",detail_title:"Detalle de task",field_title:"Título",field_prompt:"Prompt",field_status:"Estado",field_agent:"Agente",field_creator:"Creada por",field_source:"Origen",field_created:"Creada",field_updated:"Actualizada",field_done:"Completada",prompt_ph:"Descripción / prompt de la task…",toggle_prompt:"Prompt",view_thread:"Ver conversación",mark_done:"Completar"},agents_ui:{model_router_default:"modelo: default del router",slug_kebab_hint:"kebab-case, ej. reviewer, my-agent, content-writer",comma_separated:"separadas por coma",body_hint:"markdown — extiende el system prompt del agente",source_user:"user",source_override:"override",source_bundled:"bundled",tab_explorer:"Explorador",type_none:"— sin tipo —",type_orchestrator:"Orquestador",type_orchestrator_desc:"Coordina el equipo y delega.",type_specialist:"Especialista",type_specialist_desc:"Experto en el dominio; corre tareas.",type_assistant:"Asistente",type_assistant_desc:"Ayudante conversacional.",type_worker:"Worker",type_worker_desc:"Corre tareas autónomas.",type_monitor:"Monitor",type_monitor_desc:"Vigila el estado y reporta.",stat_threads:"Threads",stat_records:"Records",stat_tasks:"Tasks",stat_heartbeats:"Heartbeats",uncategorized:"Sin categoría",config_def_desc:"definición (frontmatter + system prompt).",memory_durable_desc:"hechos durables que el agente recuerda.",running:"running",paused:"pausada",last_error:"última: error",field_tick:"Tick",field_next_tick:"Próximo tick",field_last_tick:"Último tick",field_last_run:"Última corrida",tools_label:"Tools",kind_agent:"agente",kind_memory:"memoria",kind_thread:"thread",kind_task:"task",kind_routine:"rutina",kind_hierarchy:"jerarquía",nodes_drag_hint:"{n} nodos · arrastrá para reordenar",kind_exec_agent:"Agente del proyecto",kind_exec_agent_desc:"Corre un agente del proyecto con un prompt. Vos elegís cuál.",kind_super_agent:"Super-agente",kind_super_agent_desc:"Llama al super-agente APX con un prompt.",kind_telegram:"Telegram",kind_telegram_desc:"Manda un mensaje fijo a un canal de Telegram. Sin modelo ni agente.",kind_shell:"Shell",kind_shell_desc:"Corre un comando shell. Sin prompt ni pre/post — el comando es la acción.",kind_heartbeat:"Heartbeat",kind_heartbeat_desc:"No hace nada salvo escribir una línea en los logs cada vez que corre. Sirve para confirmar que el scheduler está vivo. Si no sabés si lo necesitás, no lo uses.",unit_seconds:"segundos",unit_minutes:"minutos",unit_hours:"horas",unit_days:"días",every_n_unit:"cada {n} {unit}",every_v:"cada {v}",preset_every_10m:"cada 10 min",preset_hourly:"cada hora",preset_daily_9am:"diario 9am",preset_weekdays_9am:"días hábiles 9am",preset_manual:"Manual",var_pre_output_prompt:"Salida de texto de los pre-commands. Se reemplaza dentro del prompt/texto antes de enviarlo. Útil para inyectar datos frescos (clima, una API) en la instrucción.",var_llm_output:"Respuesta final del agente o super-agente. Disponible en los post-commands como variable de entorno. Ej: reenviarla por Telegram.",var_status:"Resultado de la acción: ok o error. Disponible en los post-commands para decidir qué hacer después.",var_skipped:"Vale 1 si la acción se salteó (por skip_prompt_on), 0 si corrió. Disponible en los post-commands.",var_pre_output:"Salida completa de los pre-commands, como variable de entorno en los post-commands (hasta 32k).",var_pre_output_file:"Ruta a un archivo temporal con la salida de los pre-commands. Para salidas grandes que no convienen como variable.",var_pre_exit:"Código de salida del último pre-command (0 = ok). Disponible en los post-commands.",var_routine:"Nombre de esta rutina. Disponible como variable de entorno en los comandos.",summary_runs_agent:'Corre el agente "{agent}"',summary_runs_agent_none:"Corre un agente (todavía no elegiste cuál)",summary_super_agent:"Llama al super-agente",summary_telegram:'Manda Telegram a "{channel}"',summary_runs_cmd:"Corre: {cmd}",summary_shell:"Corre un comando shell",summary_heartbeat:"Deja un heartbeat en los logs",action_agent_answers:'El agente "{agent}" responde el prompt',action_agent_pick_answers:"El agente (elegí uno) responde el prompt",action_super_answers:"El super-agente responde el prompt",action_telegram_channel:'Manda Telegram al canal "{channel}"',action_runs_shell:"Corre el comando shell",step_pre:"Pre",step_post:"Post",last_label:"última:",tg_chat_id_ph:"(usa el del canal)",tg_text_ph:"mensaje a enviar",hb_message_ph:"sigo vivo",arg_placeholder:"--flag o valor",remove_arg:"quitar arg",super_agent_label:"{persona} (super-agente)",super_agent_badge:"super-agente"},modules_ui:{desktop_pos_left:"Izquierda",desktop_pos_center:"Centro",desktop_pos_right:"Derecha",desktop_theme_system:"Sistema",desktop_theme_light:"Claro",desktop_theme_dark:"Oscuro",desktop_status_desc:"La ventana se abre desde la terminal o por arranque automático.",desktop_running:"Corriendo",desktop_stopped:"Detenida",desktop_refresh:"refrescar",desktop_start:"Iniciar",desktop_stop:"Detener",desktop_restart:"Reiniciar",desktop_restart_hint:"Recarga la ventana abierta para aplicar ya los cambios de config (tema, posición).",desktop_restart_done:"Reiniciando la ventana — aplicando la última config.",desktop_restart_none:"No hay ninguna ventana de desktop conectada.",desktop_start_done:"Ventana de desktop iniciada.",desktop_start_already:"La ventana de desktop ya estaba corriendo.",desktop_stop_done:"Ventana de desktop detenida.",desktop_stop_none:"No había ninguna ventana de desktop corriendo.",desktop_from_terminal:"Desde la terminal:",desktop_autostart_desc:"Abre la ventana al iniciar sesión. Equivale a `apx desktop install` (no requiere sudo).",desktop_platform:"plataforma: {platform}",desktop_shortcut_desc:"Atajo global que muestra/oculta la ventana y empieza a escuchar.",desktop_accelerator:"Acelerador",desktop_accelerator_hint:"Hacé clic en el campo y apretá tu combinación de teclas. Reiniciá la ventana para aplicar.",desktop_shortcut_record:"Hacé clic para definir un atajo",desktop_shortcut_recording:"Apretá tu combinación…",desktop_shortcut_change:"clic para cambiar",desktop_shortcut_esc:"Esc para cancelar",desktop_shortcut_saved:"Atajo guardado. Reiniciá la ventana (apx desktop stop && start) para aplicarlo.",desktop_autostart_on:"Arranque automático habilitado para el próximo inicio de sesión.",desktop_autostart_off:"Arranque automático deshabilitado.",desktop_appearance_desc:"Tema de la ventana y posición en la pantalla.",desktop_theme:"Tema",desktop_restart_apply:"Reiniciá la ventana para aplicar.",desktop_theme_set:"Tema: {value}.",desktop_position:"Posición",desktop_position_hint:'"izquierda" / "centro" / "derecha" del borde superior.',desktop_position_set:"Posición: {value}.",desktop_activation_desc:"El plugin del daemon procesa los mensajes. El STT se configura en Voces.",desktop_enabled_toast:"Escritorio habilitado.",desktop_disabled_toast:"Escritorio deshabilitado.",desktop_plugin_on:"Plugin habilitado (responde mensajes)",desktop_plugin_off:"Plugin deshabilitado",desktop_stt_engine:"Motor de speech-to-text:",desktop_stt_engine_suffix:"(whisper local, idioma, modelo).",desktop_last_conv_desc:"El último intercambio con el agente desde la ventana flotante.",desktop_no_messages:"Todavía no hay mensajes. Mandá algo a la ventana de escritorio para que aparezca acá.",desktop_you:"Vos",desktop_roby:"Roby",desktop_empty_msg:"(vacío)",deck_widget_enabled:"Widget {id} habilitado.",deck_widget_disabled:"Widget {id} deshabilitado.",deck_save_error:"Error al guardar",deck_loading_manifest:"Cargando manifest…",deck_manifest_error:"Error al cargar el manifest.",deck_widgets_summary:"{count} widgets · {enabled} externos habilitados",deck_loading_manifest_full:"Cargando el manifest del Deck…",deck_manifest_load_failed:"No se pudo cargar el manifest del Deck.",deck_retry:"Reintentar",deck_no_widgets:"No hay widgets en el manifest.",deck_context_desc:"Información que el Deck ve desde el daemon.",deck_active_project:"Proyecto activo:",deck_none:"ninguno",deck_registered_projects:"Proyectos registrados:",deck_active_plugins:"Plugins activos:",deck_daemon_active:"activo · {uptime}",deck_daemon_started:"iniciado",deck_safety_no_shell:"sin shell directo",deck_safety_no_arbitrary:"comandos arbitrarios bloqueados",deck_safety_confirm:"las acciones peligrosas requieren confirmación",code_copied:"Copiado.",code_saved:"Guardado.",code_file_empty:"(vacío)",code_file_error:"Error: {msg}",code_stream_error:"error",code_super_agent:"super-agent",code_super_agent_desc:"Agente principal con todas las tools",code_chat_tab:"Chat",code_panel_sessions:"Lista de sesiones",code_panel_tree:"Árbol de archivos",code_panel_terminal:"Terminal",code_panel_context:"Panel de contexto",code_ctx_auto:"auto",code_ctx_mode:"Modo",code_ctx_agent:"Agente",code_ctx_msgs_value:"{user} usuario · {assistant} asistente",code_ctx_tokens_total:"Tokens Total",code_ctx_created:"Creado",code_ctx_activity:"Actividad",code_project_fallback:"proyecto {id}",code_pick_project_ph:"Elegí un proyecto…",code_artifact_exit_ok:"exit 0 — {ms}ms",code_artifact_exit_fail:"exit {code}{timeout}",code_artifact_timeout_suffix:" (timeout)",code_artifact_view_short:"Ver",code_artifact_edit_short:"Editar",code_artifact_exit_badge:"exit {code}",code_artifact_timeout:"timeout",code_artifact_truncated:"truncado"},settings_ui:{bearer_label:"Bearer",global_config_desc:"Config general en ~/.apx/config.json. Editable por tabs; el JSON queda separado.",global_json_desc:"Los secretos redacted no se sobrescriben.",save_json:"Guardar JSON",expand_menu:"Expandir menú",collapse_menu:"Colapsar menú",documentation:"Documentación",kind_personal:"Personal",kind_company:"Empresa",kind_app:"App",kind_software:"Software",kind_default:"Default",kind_other:"Otro",base_menu_view:"Vista del menú Base (workspace general).",coming_soon:"Próximamente",inspector_title:"Skill Inspector (RAG por turno)",inspector_desc:"Función experimental. Cuando está activa, el agente NO recibe la lista completa de skills en su prompt; en cada mensaje un RAG local decide qué skill(s) cargar — el cuerpo completo si hay match fuerte, una sugerencia si es medio, nada si no aplica. Se reevalúa en cada turno: una skill que dejó de ser relevante desaparece del contexto.",enable_inspector:"Habilitar inspector",enable_inspector_hint:"Off = comportamiento clásico (lista de slugs + sugerencia pasiva). On = el RAG decide por turno.",on:"On",off:"Off",index_count:"Índice: {n} skills",not_indexed:"sin indexar",dim:"dim {dim}",updated_at:"actualizado {date}",reindex:"Reindexar",reindex_forced:"Reindexar (forzado)",embedder_source:"El embedder viene de Memoria (RAG). Local con Ollama, u offline si no hay proveedor configurado.",thresholds_title:"Umbrales y límites",thresholds_desc:"Ajustá qué tan agresivo es el inspector. Subir los umbrales = menos falsos positivos pero más riesgo de perderte una skill; bajarlos = al revés.",test_title:"Probar (dry-run)",test_desc:"Escribí un mensaje como lo haría un usuario y mirá qué skills cargaría/sugeriría el inspector — sin llamar al modelo. Fuerza el inspector aunque esté apagado arriba.",test_placeholder:"ej.: necesito crear un video promocional con voz en off",test_btn:"Probar",jit_empty_index:"JIT (índice vacío)",loaded_label:"Cargadas:",suggested_label:"Sugeridas:",could_not_save:"No se pudo guardar: {msg}",indexed_with:"Indexado con {embedder} (dim {dim}): +{added} ~{refreshed} -{removed}.",index_failed:"Falló el indexado: {msg}",dry_run_failed:"Falló el dry-run: {msg}",knob_load_threshold:"Umbral de carga",knob_load_threshold_hint:"Similaridad mínima para inyectar el CUERPO de la skill (alto = más estricto).",knob_hint_threshold:"Umbral de sugerencia",knob_hint_threshold_hint:"Similaridad mínima para solo SUGERIR la skill (así el agente la carga si quiere).",knob_margin:"Margen sobre la 2da",knob_margin_hint:"La primera tiene que superar a la segunda por este margen para cargar su cuerpo (evita empates flojos).",knob_max_loaded:"Máx. cuerpos cargados",knob_max_loaded_hint:"Cuántas skills se inyectan completas por turno.",knob_max_hints:"Máx. sugerencias",knob_max_hints_hint:"Cuántas skills extra se nombran como sugerencia.",knob_prompt_floor:"Largo mínimo del prompt",knob_prompt_floor_hint:"Los mensajes más cortos que esto se ignoran (evita 'ok', 'hola').",knob_body_char_cap:"Tope de chars del cuerpo",knob_body_char_cap_hint:"Recorta los cuerpos largos para que no inflen el contexto.",cfg_overrides_label:"Overrides",cfg_overrides_desc:".apc/config.json. Solo valores específicos del proyecto; vacío hereda del global/effective.",cfg_route_to_agent:"Route to agent",cfg_super_agent_model:"Modelo del super-agente",cfg_permission_mode:"Permission mode",cfg_extra_prompt:"Prompt extra",cfg_telegram_label:"Telegram",cfg_chat_id:"Chat ID",cfg_bot_token:"Bot token",cfg_respond_with_engine:"Responder con engine",cfg_engines_label:"Engines",cfg_ollama_url:"Ollama URL",cfg_anthropic_key:"Anthropic API key",cfg_openai_key:"OpenAI API key",cfg_groq_key:"Groq API key",cfg_openrouter_key:"OpenRouter API key",cfg_gemini_key:"Gemini API key",cfg_project_label:"Proyecto",cfg_project_desc:".apc/project.json. Metadata APC portable; sin secretos, sin runtime.",cfg_name:"Nombre",cfg_version:"Versión",cfg_apc_spec:"APC spec",cfg_apx_install:"Estado de instalación APX",cfg_apx_storage_id:"ID de storage APX"},skills_page:{title:"Skills",desc:"Activá o desactivá qué skills carga cada agente. Elegí el scope: el super-agent (global) o un proyecto puntual.",list_title:"Skills instaladas",list_desc:"Las privadas de APX están siempre activas y no se pueden tocar.",scope_label:"Scope",scope_super_agent:"Super-agent (global)",scope_hint:"El super-agent usa el scope global. Cada proyecto puede sobrescribir skills de forma independiente.",count_label:"{n} skills · {on} activas",empty:"No hay skills. Creá una abajo o instalá con la CLI.",source_builtin:"APX",source_global:"Global",source_project:"Proyecto",private_badge:"Privada",private_hint:"Skill interna de APX — siempre activa, no se puede desactivar ni borrar.",overridden_badge:"Override",inherited_hint:"Heredada del global",reset_to_global:"Volver al global",on:"activa",off:"inactiva",toggle_failed:"No se pudo cambiar el estado: {msg}",add_title:"Agregar skill",add_desc:"Crea una skill de usuario en ~/.apx/skills/<slug>/SKILL.md. Queda disponible para todos los scopes.",add_slug_label:"Slug",add_slug_ph:"mi-skill",add_desc_label:"Descripción",add_desc_ph:"Una línea que explique cuándo usarla",add_body_label:"Cuerpo (Markdown)",add_body_ph:`# Mi skill
739
+
740
+ Instrucciones para el agente…`,add_btn:"Crear skill",created_ok:'Skill "{slug}" creada.',create_failed:"No se pudo crear: {msg}",delete_btn:"Borrar",delete_confirm:'¿Borrar la skill "{slug}"? No se puede deshacer.',deleted_ok:'Skill "{slug}" borrada.',delete_failed:"No se pudo borrar: {msg}",inspector_section_title:"Skill Inspector (RAG por turno)",inspector_section_desc:"Config avanzada: RAG local que inyecta solo las skills que el mensaje necesita.",scope_ph:"— elegir scope —",select_a_skill:"Elegí una skill de la lista para ver su contenido.",added_by:"Agregado por",activator:"Activador",by_apx:"APX (built-in)",by_you:"Vos",activator_value:"Coincidencia semántica (RAG)",tab_preview:"Vista",tab_source:"Fuente",add_menu:"Agregar",add_online:"Crear con el editor",add_online_hint:"Escribí slug + descripción + contenido",add_zip:"Subir .zip",add_zip_hint:"Importar una skill empaquetada",add_repo:"Desde repo git",add_repo_hint:"Clonar desde una URL",create_dialog_title:"Crear skill",repo_dialog_title:"Importar desde repo git",repo_url_label:"URL del repo",repo_url_ph:"https://github.com/usuario/mi-skill.git",repo_url_hint:"El repo (o su subcarpeta) debe tener un SKILL.md.",import_btn:"Importar",imported_ok:'Skill "{slug}" importada.',import_failed:"No se pudo importar: {msg}",cancel:"Cancelar",manager_tab:"Skills",rag_tab:"Config (RAG)"},shared_ui:{skill_inspector_title:"Skill Inspector ({embedder}) eligió estas skills para este turno",tools_count:"{n} tools",tool_read_file:"Leer archivo",tool_write_file:"Escribir archivo",tool_edit_file:"Editar archivo",tool_list_files:"Listar archivos",tool_search_files:"Buscar en archivos",tool_search_messages:"Buscar mensajes",tool_tail_messages:"Últimos mensajes",tool_run_shell:"Correr shell",tool_send_telegram:"Enviar Telegram",tool_call_agent:"Llamar agente",tool_call_mcp:"Llamar MCP",tool_call_runtime:"Llamar runtime",tool_create_task:"Crear task",dedup:"dedup",args:"args",result:"result",auto:"Auto",auto_router:"Auto (decide el router)",model_filter_ph:"filtrar o escribir modelo…",loading_models:"cargando modelos…",use_value:"usar “{value}”",model_combobox_ph:"elegí o escribí un modelo…",search_variable_ph:"buscar variable…",no_matches:"sin coincidencias",create_variable:"Crear nueva variable…",kv_key_ph:"CLAVE",kv_value_ph:"valor",remove_row:"quitar fila",add_row:"Agregar fila",err_chat_failed:"Falló el chat.",err_stream_failed:"Falló el stream.",err_load_conversation:"No se pudo cargar la conversación.",err_stream:"Error de stream."},integrations:{title:"Integrations",description:"Plugins y tools disponibles para este proyecto",tab_plugins:"Plugins",tab_tools:"Tools",scope_label:"Ámbito:",scope_project:"Este proyecto",scope_global:"Global (default)",plugins_hint:"Plugins de canal y servicio instalables por proyecto. Se guardan en el ámbito seleccionado arriba.",more_soon:"Más plugins próximamente…",tools_hint:"Tools que los plugins conectados exponen a los agentes de este proyecto.",tools_empty:"No hay tools de integraciones. Conectá un plugin para habilitarlas.",tool_active:"activo",tool_inactive:"inactivo",status_active:"Activo",status_error:"Error",status_unconfigured:"No configurado",connected:"Conectado",connect:"Conectar",deactivate:"Desactivar",saving:"Guardando...",validating:"Validando...",verifying:"Verificando token...",confirm:"Confirmar",select_placeholder:"Seleccionar...",reveal:"Ver",hide:"Ocultar",credentials:"Credenciales {name}",coming_soon:"Próximamente",coming_soon_body:"Este plugin está declarado en el catálogo pero todavía no está conectable en APX. Se va a portar de forma nativa en una próxima iteración.",tools_for_agents:"Tools para agentes",tools_available_note:"Disponibles para los agentes que las tengan permitidas, o vía discover_tools.",err_connect:"Error al conectar",err_generic:"Ocurrió un error",action_done:"Listo",asana:{select_label:"Seleccioná el workspace a usar",connected:{user_name:"Conectado como",user_email:"Email",workspace_name:"Workspace"},fields:{personal_access_token:{label:"Personal Access Token",help_label:"¿Cómo obtener el token?",help_steps:`Abrí app.asana.com/0/my-apps en el navegador.
741
+ Bajá hasta la sección "Personal access tokens" (no tus apps OAuth).
742
+ Hacé clic en "+ New access token".
743
+ Dale un nombre y confirmá.
744
+ Copiá el token completo — empieza con "1/..." y tiene un ":" en el medio.
745
+ Pegalo en el campo de abajo.`}}},github:{connected:{user_login:"Conectado como",user_name:"Nombre"},fields:{token:{label:"Personal Access Token",help_label:"¿Cómo obtener el token?",help_steps:`Abrí github.com/settings/tokens.
746
+ Generá un token (classic o fine-grained) con scope "repo".
747
+ Copiá el token — empieza con ghp_ o github_pat_.
748
+ Pegalo en el campo de abajo.`}}},obsidian:{connected:{vault_path:"Vault",vault_name:"Nombre",note_count:"Notas"},fields:{vault_path:{label:"Ruta del Vault"},auto_mcp:{label:"Registrar MCP de Obsidian",hint:"Agrega un MCP 'obsidian' apuntando a este vault, en este scope."},memory_sync:{label:"Sincronizar memoria de APX",hint:"Habilita el respaldo de la memoria de APX en el vault; luego usá el botón de abajo."}},actions:{sync_memory:"Sincronizar memoria",sync_memory_done:"Sincronizados {count} archivo(s) · {changed} cambiados"}}}},ND={common:{loading:"Loading…",saving:"Saving…",cancel:"Cancel",save:"Save",delete:"Delete",edit:"Edit",create:"Create",add:"Add",remove:"Remove",reload:"Reload",shutdown:"Shut down",enabled:"Enabled",disabled:"Disabled",enable:"Enable",disable:"Disable",open:"Open",close:"Close",confirm:"Confirm",optional:"(optional)",none:"—",none_yet:"Nothing here yet.",error_generic:"Something went wrong.",search:"Search",new:"New",restore:"Restore",show:"Show",hide:"Hide",copy:"Copy",run:"Run",refresh:"Refresh",view_all:"View all",saved:"Saved.",deleted:"Deleted.",pager_prev:"Previous",pager_next:"Next",pager_page:"Page {page} of {total}",pager_range:"{from}–{to} of {total}",pager_per_page:"Per page"},daemon:{connecting:"Connecting to the daemon…",unreachable:"Could not reach the daemon at localhost:7430.",unreachable_hint:"Start APX with `apx daemon start` and refresh.",version:"Version",uptime:"Uptime",status:"Status",running:"running",down:"down",reload_hint:"POST /admin/reload — reloads ~/.apx/config.json without restarting.",shutdown_confirm:"Shut down the daemon? Upcoming requests will fail until it restarts.",shutdown_done:"Daemon stopped."},pairing:{title:"Pair this device",subtitle:"You are connecting from outside this machine. For security, pair this browser with a pairing code.",steps_title:"How to get the code",step_1:"On the PC where APX is running, open a terminal.",step_2:"Run `apx pair` (or scan the QR with APX Deck).",step_3:"Copy the code shown below the QR and paste it here.",code_label:"Pairing code",code_ph:"e.g. 7f3a1c9e-…",label_label:"Device name",label_ph:"e.g. Living room laptop",submit:"Pair",linking:"Pairing…",success:"Device paired ✓",err_required:"Paste the pairing code.",err_expired:"The code expired. Run `apx pair` again and try again.",err_unknown:"Unknown or already-used code. Generate a new one with `apx pair`.",err_generic:"Could not pair. Check the code and try again.",revoke_hint:"You can revoke this device at any time from Settings or with `apx pair revoke`."},nav:{apx_admin:"APX",settings:"Settings",project:"Project",add_project:"Add project",all_projects:"All projects",more_projects:"{count} more",collapse_projects:"Hide projects",expand_projects:"Show projects",modules:{voice:"Voices",desktop:"Desktop",deck:"Deck",code:"Code",web:"Web"}},topbar:{breadcrumb_root:"APX",breadcrumb_settings:"APX › Settings",breadcrumb_project:"APX › Project",breadcrumb_base:"Base",breadcrumb_projects:"Projects",light:"Switch to light",dark:"Switch to dark",lang_toggle:"Language"},admin:{title:"APX",subtitle:"Admin panel. Global config, channels and projects.",engines_title:"Engines",engines_subtitle:"Available LLM adapters. API keys live in ~/.apx/config.json.",telegram_title:"Telegram",telegram_subtitle:"Configured channels. Each one can be pinned to a project.",telegram_polling_on:"Polling active",telegram_polling_off:"Disabled",telegram_add_channel:"Channel",telegram_send_test:"Test",telegram_send_test_title:"Send to",telegram_default_message:"Test message from APX panel ✅",projects_title:"Registered projects",projects_subtitle:"Click a project to open its panel.",unregister:"Unregister",unregister_confirm:"Remove {label} from APX? The folder is not deleted; only unregistered.",reload_success:"Config reloaded.",telegram_polling_started:"Polling started.",telegram_polling_stopped:"Polling stopped.",telegram_channel_removed:"Channel deleted.",agents_badge:"agents",engine_badge:"yes",engine_badge_no:"no",base_label:"Base"},add_project:{title:"Add project",subtitle:"APX will index .apc/, agents and AGENTS.md in that folder.",path_label:"Absolute path",path_hint:"Equivalent to apx project add /path/to/project",path_placeholder:"/path/to/my-project",register:"Register",path_required:"Path required.",registered:"Project #{id} registered.",search_btn:"Browse",picker_prompt:"Pick the project folder",browser_unavailable:"Browser unavailable until daemon restarts. Paste path manually.",no_folders:"No folders."},settings:{title:"Settings",subtitle:"Panel preferences + local daemon diagnostics.",appearance:"Appearance",light_mode:"Light",dark_mode:"Dark",system_mode:"System",language:"Language",daemon:"Daemon",daemon_sub:"Status of the local process that serves this web and orchestrates agents.",engines:"Available engines",engines_sub:"LLM adapters compiled with the daemon.",token:"Session token",token_sub:"If this web could not auto-load the token, paste it here.",token_active:"(token already active)",token_paste:"Paste daemon bearer",token_saved:"Token saved.",devices:"Paired devices",devices_sub:"GET /pair/list. Revoking invalidates that bearer on the daemon.",devices_empty:"No paired clients yet.",devices_revoke_confirm:"Revoke client {id}?",devices_revoke_success:"Client revoked.",devices_pair_btn:"Pair device",devices_pair_title:"Pair device",devices_pair_desc:"Scan the QR with your phone camera to open the web already paired, or paste the code on another PC.",devices_pair_scan:"Scan with your phone camera — opens the web already paired.",devices_pair_code:"Or paste this code on the pairing screen:",devices_pair_url:"Access URL",devices_pair_link:"Or copy this link and open it on the other device (enters automatically):",devices_pair_copy:"Copy",devices_pair_copied:"Link copied to clipboard.",devices_pair_copied_code:"Code copied.",devices_pair_expires:"Expires in {s}s",devices_pair_expired:"The code expired.",devices_pair_regen:"Generate another",devices_pair_waiting:"Waiting for device to confirm…",devices_pair_done:"Device paired ✓",devices_pair_localhost_only:"Codes can only be generated from the daemon's PC (localhost).",devices_last_seen:"seen:",devices_never:"never",devices_revoke:"Revoke",account_section:"Account",agents_section:"Agents & models",channels_section:"Channels & devices",modules_section:"Modules",advanced_section:"Advanced",tabs:{identity:"Identity",super_agent:"Super-agent",engines:"Engines & models",telegram:"Telegram",devices:"Devices",advanced:"Advanced"},identity:{title:"Identity",subtitle:"User data. Agent configuration goes in Super-agent.",agent_name:"Agent name",owner_name:"Your name",personality:"Personality",owner_context:"Owner context",owner_context_hint:"Who you are, what you work on, what the agent should know about you.",language:"Preferred language",timezone:"Timezone (IANA)",timezone_hint:"Auto-detected — search to change.",saved:"Identity saved."},super_agent:{title:"Super-agent",subtitle:"Personality, model, prompt and modes of the super-agent.",personality:"Personality",model:"Active model",model_hint:"E.g.: anthropic:claude-sonnet-4.5, ollama:gemma2:9b",permission_mode:"Permission mode",system:"Extra prompt (system)",system_hint:"Text prepended to the base system prompt.",system_ph:"(Empty = the base prompt from core/agent/prompts/super-agent-base.md is used)",fallback_title:"Fallback chain",fallback_hint:"If the active model fails, these are tried in order.",fallback_add:"Add model to chain",saved:"Super-agent saved.",enabled_label:"Super-agent enabled",model_active:"Active model (router)",model_configure:"Configure in Models",behavior_subtitle:"Super-agent behavior. Model and fallback chain are configured in the Model Router."},engines_keys:{title:"Model API keys",subtitle:"Each engine stores its key in ~/.apx/config.json. Already-set values show a safe suffix.",ollama_url:"Ollama URL",ollama_hint:"Default: http://127.0.0.1:11434",key_label:"API key",key_placeholder:"(not set)",clear:"Clear key",saved:"Key saved.",cleared:"Key cleared."},telegram_global:{title:"Telegram (default)",subtitle:"Default channel — projects can override with their own channel.",bot_token:"Bot token",chat_id:"Default chat ID",poll_interval:"Poll interval (ms)",respond_with_engine:"Respond with engine",enabled:"Polling enabled",saved:"Telegram saved."},advanced:{title:"Advanced",subtitle:"Raw editor for ~/.apx/config.json. Secrets show as *** set *** but you can write a new one.",write:"Apply changes",written:"Config applied and daemon reloaded.",reload_success:"Config reloaded."}},project:{not_found:"Roby couldn't find project {pid}: it may have been unregistered, or the ID is wrong.",rebuild:"Rebuild context",rebuild_done:"Rebuild OK.",unregister_confirm:"Unregister {label}? The folder is not deleted.",unregistered:"Unregistered.",base_subtitle:"General workspace · super-agent",danger:{title:"Danger zone",subtitle:"Actions that affect APX's project registry. They do not touch repo files.",rebuild_desc:"Re-scans .apc/, MCPs and agents and regenerates the super-agent context for this project.",unregister_desc:"Removes the project from APX's registry. The folder on disk stays intact.",rebuild_confirm_title:"Rebuild context",rebuild_confirm_desc:"Regenerate context for {label}.",rebuild_long:"Re-reads APC config, lists available MCPs and agents, and rebuilds the super-agent system prompt. Safe to run — nothing is deleted. Use it after editing .apc/ by hand or if changes are not being picked up.",unregister_confirm_title:"Unregister project",unregister_long:"The project disappears from `apx`. Files on disk (.apc/, code, everything) stay. You can re-register it with `apx project register <path>`."},nav:{overview:"Overview",chat:"Chat",config:"Config",telegram:"Telegram",agents:"Agents",routines:"Routines",tasks:"Tasks",mcps:"MCPs",artifacts:"Artifacts",vars:"Variables",logs:"Logs",memories:"Memories",structure:"Structure",docs:"Docs",files:"Files"},sections:{workspace:"Workspace",content:"Content",automation:"Automation",knowledge:"Conversations",config:"Config"},overview:{tasks_open:"Open tasks",routines:"Routines",routines_active:"Active routines",agents:"Agents",mcps:"MCPs",artifacts:"Artifacts",chat:"Chat (super-agent)",chat_value:"open",roster:"Team",no_agents:"No agents yet.",orchestrators:"Orchestrators",specialists:"Specialists",recent_tasks:"Recent tasks",no_activity:"No open tasks.",brain_title:"Team brain",brain_desc:"The whole agent map — orchestrators at the core, their specialists clustered around them. Click a node to open it.",brain_core:"Team"},artifacts:{title:"Artifacts",subtitle:"Reusable scripts and files stored under the project. Agents create them; you can view, run, rename or delete them."},chat:{title:"Chat with agent",subtitle:"Direct conversations with project agents. The super-agent does not intervene.",live_title:"Chat with {agent}",superagent_title:"Chat with {persona}",superagent_subtitle:"Chat with {persona} — the APX super-agent. Can use tools (projects, tasks, mcps, agents).",loaded_subtitle:"Loaded conversation with {slug}. Sending will append to this thread.",thread_subtitle:"History with {persona} on {channel}. Replying here continues the conversation from the web.",empty:"Send a message to start the conversation.",placeholder:"Type something and press enter to send (shift+enter = new line)",send:"Send",stop:"Stop",new_session:"New session",delete:"Delete",delete_confirm_title:"Delete chat",delete_confirm_desc:"This can't be undone. This chat's history will be permanently deleted.",deleted:"Chat deleted.",meta_created:"Created {date} · {channel}",meta_new:"New chat · {channel}",copy:"copy",copied:"Copied.",stopped_marker:" [stopped]",create_agent:"Create agent",create_agent_title:"Create agent",create_agent_desc:"Required to start a chat in this project.",role_label:"role",model_label:"model",model_hint:"e.g. openai:gpt-5, groq:llama-3.3-70b-versatile",master_label:"Master agent",list:{title:"Chats",new:"New",search:"Search chats…",all_agents:"All agents",empty:"No conversations yet. Start one from the right.",count:"{n} total",pick_agent:"Pick an agent"}},tasks:{title:"Tasks (TODOs)",subtitle:"Append-only JSONL in ~/.apx/projects/<id>/tasks/.",add:"add",add_label:"New task",add_placeholder:"e.g. fix scroll bug",empty:"No {state} tasks.",empty_open:"No open tasks.",created:"Task created.",create_error:"could not create task",done:"✓ done",drop:"✗ drop",reopen:"↻ reopen",due:"due",via:"via",aria_done:"mark done",aria_drop:"discard task",aria_reopen:"reopen task"},global_tasks:{title:"Tasks (all projects)",subtitle:"Aggregated tasks from all registered projects.",empty:"No tasks.",due:"due",go_project:"Go to project"},routines:{title:"Heartbeats / Routines",subtitle:"Cron, every:Nm, once:ISO. Each routine fires an agent or a shell.",empty:"No routines. Create one above.",new:"new",new_btn:"New",delete_confirm:"Delete routine {name}?",delete_confirm_body:"This can't be undone.",saved:"Routine saved.",paused:"paused",next_run:"next:",last_run:"last:",enabled_hint:"Active · runs on schedule",disabled_hint:"Paused · only via Run button",enabled_label:"Enabled",new_title:"New routine",edit_title:"Edit {name}",dialog_desc:"Saved in .apc/routines.json. The routine runs while the daemon is active.",name_field:"Name",name_no_edit:"Cannot be changed when editing.",kind_field:"Action (kind)",schedule_field:"Interval (schedule)",schedule_hint:"Choose a preset or type manually. Manual = only runs via Run button.",vars_title:"Available variables",what_happens:"What will happen",list_title:"Routines",detail_empty:"Pick a routine from the list.",edit_btn:"Edit",edit_hint:"Open the editor: kind, schedule, prompt, pre/post and variables.",block_pre:"Pre-commands",block_post:"Post-commands",block_prompt:"Prompt",block_text:"Text",block_command:"Command",block_empty:"(empty)",runs_title:"Executions",runs_empty:"No executions yet.",runs_close:"Close",runs_no_detail:"No further detail.",runs_output:"Output",status_ok:"ok",status_error:"error",status_skipped:"skipped",agent_field:"Agent (spec.agent)",agent_hint:"Who executes the routine.",agent_loading:"loading…",agent_pick:"— pick an agent —",prompt_exec:"Prompt (spec.prompt)",prompt_exec_ph:"what is pending for today?",prompt_super:"Prompt (spec.prompt)",prompt_super_ph:"summarize the project status",pre_field:"Pre-commands (pre_commands)",pre_hint:"Shell BEFORE the prompt. One per line.",post_field:"Post-commands (post_commands)",post_hint:"Shell AFTER the prompt. One per line.",tg_channel:"Channel (spec.channel)",tg_chat_id:"Chat ID (spec.chat_id)",tg_text:"Telegram Message (spec.text)",tg_text_hint:"Fixed message to send. Does not use a model.",shell_field:"Command (spec.command)",shell_hint:"Runs as-is in the shell. No prompt, no pre/post.",hb_channel:"Channel (spec.channel)",hb_message:"Message (spec.message)",name_required:"name required",save_error:"save failed",run_error:"run failed",toggle_error:"toggle failed",delete_error:"delete failed",run_success:"{name} fired.",run_confirm:"Run routine {name} now?",run_confirm_body:"Runs the action once, regardless of the schedule.",running:"Running…",delete_success:"deleted."},agents:{title:"Agents",subtitle:"Defined in .apc/agents/<slug>.md.",subtitle_full:"Defined in .apc/agents/<slug>.md. Runtime memory lives under ~/.apx/projects/<id>/agents/<slug>/.",empty:"No agents. Add one with <code>apx agent add</code> or the button.",empty_text:"No agents. Add one with `apx agent add` or the button above.",new:"Agent",created:"Agent {slug} created.",slug_invalid:"slug must match /^[a-z][a-z0-9_-]*$/",hierarchy:"Hierarchy",list_view:"List",import:"Import",chat:"Chat",view:"View",orchestrator:"Orchestrator",new_title:"New agent",new_desc:"POST /projects/:pid/agents — writes .apc/agents/<slug>.md.",slug_label:"slug",slug_ph:"cody",role_label:"role (optional)",role_ph:"code refactor",model_label:"model (optional)",model_hint:"e.g. ollama:gemma2:9b, openai:gpt-4o-mini",lang_label:"language (optional)",desc_label:"description (optional)",desc_ph:"What does this agent do…",skills_label:"skills (comma)",skills_ph:"skill-a, skill-b",tools_label:"tools (comma)",tools_ph:"tool-a, tool-b",parent_label:"reports to (parent, optional)",parent_hint:"Sub-agent of an orchestrator.",none_parent:"— none —",master_label:"Orchestrator (master)",create_success:"Agent {slug} created.",create_error:"create failed",import_title:"Import from vault",import_desc:"Templates in ~/.apx/agents. Registered in this project (.apc/agents/<slug>.md).",import_empty:"No templates in the vault.",import_success:"Imported: {slug}",import_already:"already here",import_btn:"Import"},agent_detail:{not_found:"Agent not found.",chat_btn:"Chat with {slug}",reports_to:"↳ reports to",no_threads:"No threads.",no_activity:"No recorded activity.",threads_recent:"Recent threads",subagents:"Sub-agents",subagents_desc:"Agents that report to this orchestrator.",config_title:"Agent configuration",type_label:"Type",area_label:"Area",area_hint:"e.g. operations, marketing",area_ph:"operations",role_label:"Role",parent_label:"Reports to (parent)",none_parent:"— none —",model_label:"Base model",model_hint:"Empty = uses the Router model (default). Set only to force a model for this agent.",model_ph:"(empty = router default)",skills_label:"Skills (comma)",bio_label:"Bio / description",system_label:"System prompt",system_hint:"Defines personality and behavior (body of AGENT.md).",master_label:"Orchestrator (master)",delete_btn:"Delete agent",save_btn:"Save changes",delete_confirm:'Delete agent "{slug}"? Removes .apc/agents/{slug}.md and local runtime data.',update_success:"Agent updated.",delete_success:"Agent deleted.",tools_hint:"Which tools this agent can use. Tap to toggle; or edit the list below.",tools_custom_ph:"list (comma): echo, http_fetch",memory_title:"Agent memory",memory_empty:"(empty memory)",memory_saved:"Memory saved.",records_title:"Records",records_desc:"Agent activity log (messages/actions). Newest first.",sleep_title:"Sleep / Heartbeat",sleep_desc:"Agent execution status, derived from its routines.",sleep_deep:"Deep sleep · no heartbeat",sleep_deep_desc:"This agent has no routine that triggers it. It does not run autonomously; it only responds when invoked (chat / task).",brain_title:"Brain",brain_desc:"Real relationship graph of the agent: memory, threads, tasks, heartbeats and hierarchy. (first version — will be refined)",brain_empty:"No relationships to graph yet (no memory, threads, tasks or routines).",msgs_count:"msgs"},mcps:{title:"MCP servers",subtitle:"3 scopes: runtime > shared > global. Conflicts shown above if any.",empty:"No MCPs configured.",new:"MCP",delete_confirm:"Delete MCP {name} from scope {scope}?",conflicts:"⚠ Conflicts: {names}",conflict_detail:"{name} is defined in {winner} and {loser}. APX uses {winner}; {loser} is ignored.",new_title:"New MCP",new_desc:"POST /projects/:pid/mcps?scope=…",scope_label:"Scope",transport_label:"Transport",name_label:"Name",name_ph:"filesystem",cmd_label:"Command",cmd_ph:"npx",args_label:"Args",args_hint:"space-separated",args_ph:"-y @modelcontextprotocol/server-filesystem /tmp",env_label:"Env (JSON, optional)",url_label:"URL",url_ph:"https://example.com/mcp",enabled_label:"Enabled",add_btn:"Add",name_required:"name required",env_invalid:"env must be valid JSON",removed:"removed",added:"MCP added.",updated:"MCP updated.",edit_title:"Edit MCP",save_btn:"Save",add_arg:"Add arg",edit_btn:"Edit",test_btn:"Test",logs_btn:"Logs",testing:"Testing…",test_ok:"OK · {n} tools available",tools_count:"{n} tools",logs_title:"Logs · {name}",logs_empty:"No logs yet. Start the MCP by calling a tool or running Test.",logs_events:"Recent events",logs_stderr:"stderr (last 4KB)",logs_panel_title:"Live logs",logs_panel_pick:"pick an MCP",logs_panel_hint:"Click an MCP in the list to see what's happening live.",logs_panel_idle:"No activity. Hit Test to spin it up.",scope_runtime:"Runtime",scope_shared:"Shared",scope_global:"Global",source_runtime:"Runtime",source_apc:"APC / Shared",source_claude:"Claude",source_codex:"Codex",source_cursor:"Cursor",source_vscode:"VS Code",source_roo:"Roo",source_gemini:"Gemini",scope_runtime_desc:"This project only · with secrets · not committed (~/.apx/projects/<id>/mcps.json)",scope_shared_desc:"This project only · committeable · no secrets (.apc/mcps.json)",scope_global_desc:"All projects on this machine (~/.apx/mcps.json)",transport_stdio:"stdio",transport_http:"HTTP",transport_stdio_desc:"Local process — `command` + args",transport_http_desc:"Remote endpoint — URL + headers",args_hint_tokens:"One entry per arg. Use the + button to insert a variable.",env_hint_tokens:"Key/value pairs. Values accept ${var.NAME} (+ button on the right).",env_empty:"No env vars.",headers_label:"Headers",headers_hint:"Key/value pairs — typically Authorization: Bearer ${var.TOKEN}.",headers_empty:"No headers."},vars:{title:"Variables",subtitle_project:"Replace ${var.NAME} when loading MCPs and templates. Project vars beat globals. Stored outside the repo (~/.apx/, chmod 0600).",subtitle_base:"Global variables — available to every project. Stored in ~/.apx/vars.json (chmod 0600).",empty:"No variables yet.",new:"Variable",new_title:"New variable",edit_title:"Edit variable",new_desc:"Referenced as ${var.NAME} in any field that supports interpolation.",reveal_all:"Show values",reveal:"Show",hide:"Hide",filter_label:"Show:",filter_all:"All",filter_project:"Project only",filter_global:"Globals only",scope_label:"Scope",scope_project:"project",scope_project_desc:"This project only. Beats the global with the same name.",scope_global:"global",scope_global_desc:"Available to every project.",name_label:"Name",name_hint:"Uppercase, digits and _. E.g. MY_API_KEY, GITHUB_TOKEN.",value_label:"Value",value_hint:"Stored on disk with 0600 perms. Never committed.",value_edit_ph:"(leave empty to keep current… not yet supported, paste the value again)",add_btn:"Add",save_btn:"Save",edit_btn:"Edit",delete_btn:"Delete",delete_confirm:"Delete {name} ({scope})?",removed:"Variable removed.",added:"Variable added.",updated:"Variable updated.",name_required:"Name required.",value_required:"Value required."},threads:{title:"Chats",subtitle:"Conversations per agent (empty = no logs persisted yet).",no_agents:"No agents. Conversations require a configured agent.",pick:"Pick an agent to view its conversations.",empty:"No conversations for {slug}.",conversation_title:"Conversation {id}",messages:"messages",via:"via"},config:{title:"Quick config",subtitle:"Project override. Written to {path}.",model:"super_agent.model",model_hint:"e.g. anthropic:claude-sonnet-4.5, ollama:gemma2:9b",perm:"super_agent.permission_mode",route:"route_to_agent",route_hint:"Slug of the agent that handles this project by default.",use_global:"(uses global)",saved:"Saved.",nothing:"Nothing to save.",raw_title:"Config (raw JSON)",raw_subtitle:"Paste the entire object — equivalent to PUT the file.",raw_save:"Replace config",raw_done:"Config overwritten.",effective:"Effective config (read-only)",effective_sub:"What the daemon actually sees (global ⊕ override).",section_title:"Project config",section_desc:"APC metadata and overrides separated. General APX lives in Settings > Config.",effective_read:"Read: global APX + project override.",save_project:".apc/project.json saved.",save_override:".apc/config.json saved.",save_fields_success:"Overrides saved.",save_meta_success:"Project metadata saved.",no_data:"No data.",tab_settings:"Settings",tab_project:"Project"},telegram:{title:"Telegram channel (override)",subtitle:"If you set a channel here, messages from this project go there instead of the default.",use_default:"Use default channel",bot_token:"Bot token (override)",chat_id:"Chat ID (override)",saved:"Override saved.",cleared:"Override removed — falls back to default.",override_active:"override active",channel_badge:"Channel {name}",no_override:"No override. Messages from this project go to the default channel.",respond_engine:"Respond with engine",route_agent:"route_to_agent",route_hint:"Slug of the agent that handles messages (empty = super-agent).",bot_hint_none:"If empty, inherits from default."},memories:{sidebar_title:"Memories",general_group:"General",general_item:"Project memory",project_title:"Project memory",project_desc:"Durable facts at the project level. .apc/memory.md — read by agents and the super-agent.",project_ph:`# Project Memory
749
+
750
+ Stable facts that any agent should know…`,agents_title:"Agent memories",agents_desc:"Individual memory per agent. ~/.apx/projects/<id>/agents/<slug>/memory.md",no_agents:"No agents in this project.",saved:"Memory saved.",empty:"(empty memory)",chars:"chars · Markdown",save_btn:"Save"}},base:{title:"Base",subtitle:"General workspace · super-agent",nav_general:"General",nav_activity:"Activity",nav_system:"System",workspaces_title:"Workspaces",workspaces_desc:"All projects registered in APX.",workspaces_new:"New project",workspaces_empty:"No projects. Add one with the button above.",sessions_title:"Sessions",sessions_desc:"Sessions from all engines (apx · claude · codex), newest first.",sessions_desc_scoped:"Sessions in this project's folder ({path}), all engines, newest first.",sessions_all:"All engines",sessions_empty:"No sessions.",sessions_error:"Could not read sessions: {msg}",sessions_search_ph:"Search sessions…",sessions_deep:"Deep",sessions_deep_tip:"Also search inside transcripts (slower)",sessions_clear:"Clear filters",sessions_refresh:"Refresh list",sessions_no_match:"No sessions match “{q}”.",sessions_act_cmd:"Copy apx command",sessions_act_ask:"Ask {name} to continue",sessions_act_folder:"Open folder",sessions_act_path:"Copy path",sessions_cmd_copied:"Command copied — paste it in your terminal",sessions_path_copied:"Path copied",sessions_copy_failed:"Could not copy",sessions_no_folder:"This session has no folder",sessions_no_path:"This session has no path",sessions_folder_failed:"Could not open folder: {msg}",defaults_title:"Agent defaults",defaults_desc:"Global vault templates. Bundled ones come with APX and are always present; ones you create or edit go in ~/.apx/agents and override. Import them into a project from Agents › Import.",defaults_show_removed:"Show removed",defaults_new:"New",defaults_empty:"No templates in the vault.",defaults_hide:"Hide",defaults_restore:"Restore",defaults_edit:"Edit",defaults_remove:"Hide",defaults_delete:"Delete",defaults_tombstone_msg:`Hide the default "{slug}"? It's bundled — tombstoned and recoverable with Restore.`,defaults_delete_msg:'Delete the template "{slug}"?',defaults_hidden:"Hidden.",defaults_deleted:"Deleted.",defaults_restored:"Restored.",defaults_new_title:"New template",defaults_new_desc:"POST /agents/vault — saved to ~/.apx/agents/<slug>.md",defaults_edit_title:'Edit "{slug}"',defaults_bundled_desc:"This is a bundled default. Saving does a copy-on-write to ~/.apx/agents/<slug>.md (becomes an override).",defaults_user_desc:"PATCH /agents/vault/:slug — edits the file in ~/.apx/agents.",defaults_master_label:"Master agent",defaults_slug_invalid:"invalid slug (must match /^[a-z][a-z0-9_-]*$/)",defaults_created:'Template "{slug}" created.',defaults_saved:'Template "{slug}" saved.'},logs:{title:"Logs",desc_global:"Daemon activity (global channels: telegram, direct…). ~/.apx/messages/<channel>/.",desc_project:"Project activity. ~/.apx/projects/<id>/messages/.",filter_channel:"filter channel (e.g. telegram)",filter_dir:"direction",all_directions:"All directions",in:"Incoming (in)",out:"Outgoing (out)",filter_type:"type",all_types:"All types",search_text:"search text…",count_of:"of",no_activity:"No activity.",no_activity_ch:'No activity in channel "{ch}".',error:"Could not read messages: {msg}",show_more:"show more",show_less:"show less",daemon_errors:"Daemon errors (~/.apx/logs/errors.jsonl)",no_errors:"No errors recorded. 🎉"},telegram_contacts:{title:"Telegram contacts",desc:"Who writes to the bots. The role defines which tools they can use; a guest has no permissions until you assign a role.",empty:"No contacts yet — they register automatically when someone writes to a bot.",owner_badge:"owner",assign_role:"Assign role",owner_hint:"Channel owner — change it from the channel",removed:"Contact deleted.",delete_confirm:"Delete contact {name}?",last_seen:"seen:",tools_all:"tools: all",tools_none:"tools: none",tools_label:"tools:"},telegram_channels:{title:"Channels",desc:"Each channel is a bot the daemon polls. Here you can add/remove channels, change the answering agent, the project it belongs to and its owner.",new_btn:"New channel",empty:"No channels yet — add the first one.",removed:"Channel deleted.",delete_confirm:"Delete channel {name}?",no_owner:"no owner (claimed on first DM)",owner_label:"owner:"},telegram_channel_dialog:{new_title:"New Telegram channel",edit_title:"Edit channel: {name}",name_label:"name (internal slug)",token_label:"bot_token",chat_id:"chat_id",project_label:"project",project_hint:"Slug or id of the project to pin this channel to (optional).",route_label:"route_to_agent",route_hint:"Answering agent; empty = APX super-agent.",owner_label:"owner_user_id",owner_hint:"Telegram user_id of the channel owner. Overrides global role to 'owner' here. Leave empty — first private message claims it.",owner_ph:"889721252",respond_label:"Respond with engine (not echo)",name_required:"name required",saved:"Channel saved."},telegram_send_dialog:{title:"Send to {name}",default_msg:"Test message from APX panel ✅"},telegram_roles:{title:"Roles",desc:"Each role defines which super-agent tools the assigned user can invoke. 'owner' always = all; 'guest' always = none (chat only).",empty:"No roles defined.",tools_all:"all tools",tools_none:"no tools",builtin:"built-in",delete_confirm:'Delete role "{name}"?',removed:"Role deleted.",saved:'Role "{name}" saved.',name_required:"Name required.",builtin_error:'"{name}" is a built-in role.',new_title:"New role or replace a custom one",name_label:"Name",name_ph:"editor",tools_label:"Tools (comma-separated)",tools_hint:"Empty = none. Examples: call_agent, list_tasks, create_task.",tools_ph:"call_agent, list_tasks",full_access:"Full access (all tools)",save_btn:"Save role",delete_btn:"Delete"},superagent:{title:"{persona}",badge:"super-agent · APX",desc:"Quick chat with your super-agent. Has access to tools (projects, tasks, mcps, agents); for a longer persistent thread, open Chats.",empty:"Send {persona} a message to get started.",thinking:"{persona} is thinking…",talk:"Talk to {persona}",new_chat:"New chat",placeholder:"Type and press enter to send (shift+enter = new line)…"},not_found:{title:"404",message:"Roby got lost: this page doesn't exist or has moved.",home:"Back to home"},ask_panel:{answers_header:"Answers",other:"Other",other_placeholder:"Write your own answer here",text_placeholder:"Type your answer…",back:"Back",skip:"Skip",next:"Next",submit:"Send",status_waiting:"Waiting for your answer…",status_received:"Answers received"},code_module:{title:"Code",badge:"super-agent",desc:"OpenCode-style coding sessions. Pick a project, open a session, and ask it to read, plan, edit or run.",no_projects:"No registered projects. Register one with `apx project add` to use Code.",sessions:"Sessions",new_session:"New session",untitled:"New session",no_sessions:"No sessions yet — create one to start coding.",pick_project:"Pick a project to see its sessions.",rename:"Rename",delete:"Delete",delete_confirm:"Delete this session? The transcript is removed; your files are untouched.",empty_chat:"Send a coding instruction to get started.",placeholder:"Ask for a change… (enter sends, shift+enter = new line)",mode_build:"Build",mode_plan:"Plan",mode_build_hint:"Build — edits files and runs commands",mode_plan_hint:"Plan — read-only, proposes changes without touching files",tab_context:"Context",tab_changes:"Changes",tab_artifacts:"Artifacts",artifacts_none:"No artifacts yet. Ask the agent to create a script under `artifacts/<name>`.",artifacts_count:"{n} artifact(s)",artifacts_copy_path:"Copy path",artifacts_run:"Run",artifacts_run_hint:"Run it from your terminal:",artifacts_delete:"Delete",artifacts_delete_confirm:"Delete this artifact? The file will be removed from disk.",ctx_model:"Model",ctx_tokens:"Tokens",ctx_input:"Input",ctx_output:"Output",ctx_messages:"Messages",ctx_breakdown:"Context breakdown",ctx_none:"No usage yet — send a turn to see tokens.",seg_system:"System",seg_user:"User",seg_assistant:"Assistant",seg_tool:"Tools",seg_other:"Other",changes_none:"No changes in this session yet.",changes_no_git:"Changes need a git repository. This project isn't one.",changes_files:"{n} file(s) changed",stopped:"[stopped]",close:"Close",reload:"Reload",discard_changes:"Discard changes",save_shortcut_hint:"Save (Cmd/Ctrl+S)",artifacts_rename:"Rename",artifacts_view:"View contents",artifacts_edit:"Edit contents",artifacts_preview:"Preview",artifacts_preview_hint:"Open a live preview in a local browser tab",artifacts_share:"Share",artifacts_share_hint:"Create a public tunnel URL to share this preview",artifacts_stop_preview:"Stop preview",artifacts_preview_local:"Local preview",artifacts_preview_public:"Public URL",artifacts_copy_url:"Copy URL",artifacts_preview_started:"Preview running at {url}",tree_collapse_all:"Collapse all",terminal_clear:"Clear",terminal_close:"Close terminal"},desktop_screen:{status_title:"Status",autostart_title:"Auto-start",shortcut_title:"Keyboard shortcut",appearance_title:"Appearance",activation_title:"Activation + transcription",last_conv_title:"Last conversation",open_config:"Configuration"},voice_screen:{providers_title:"Voice providers (TTS)",test_title:"Test voice",stt_title:"Transcription (STT)",configure_provider:"Configure {name}"},deck_screen:{widgets_title:"Widgets",context_title:"APX context",reload_manifest:"Reload manifest",widget_native:"Native APX widget",widget_external:"External widget",preview_badge:"Preview",preview_title:"Deck — Coming soon",preview_body:"The Deck module is still in development and not released yet. We'll re-enable it once Deck ships in a stable release. For now everything here is read-only and no changes will be saved."},memory_panel:{embeddings_title:"Embeddings (RAG)",embeddings_desc:"Model that vectorizes the history of all channels for relevant memory. Just like TTS/STT: pick a provider and model. 'Automatic' tries local first and falls back to offline if nothing is available.",provider_label:"Provider",provider_hint:"Ollama is local and free. Gemini/OpenAI use the API key from their section in Models (or the one below).",mode_label:"Selection mode",mode_hint:"Chain falls back to the next if one fails; Single uses exactly the chosen provider.",available:"available",unavailable:"unavail.",test_btn:"Test embedding",reindex_btn:"Reindex memory",test_ok:"Embedding OK with {embedder}",test_failed:"Test failed: {msg}",reindexed:"Reindexed: {indexed} chunks (cleared {cleared}).",reindex_failed:"Reindex failed: {msg}",save_failed:"Could not save: {msg}",provider_auto:"Automatic (chain: Ollama → Gemini → OpenAI → offline)",provider_ollama:"Ollama — local, no API key (nomic-embed-text)",provider_gemini:"Gemini — free tier with key (text-embedding-004)",provider_openai:"OpenAI — text-embedding-3-small (cloud)",provider_tf:"Offline (term-frequency, no model — degraded)",mode_chain:"Chain (automatic fallback)",mode_single:"Single (uses only the chosen one)",ollama_title:"Ollama (local)",ollama_desc:"No API key. Runs nomic-embed-text on your local or cloud Ollama.",model_label:"Model",base_url_label:"Base URL",ollama_base_url_hint:"Empty uses engines.ollama.base_url (default http://localhost:11434).",openai_title:"OpenAI",openai_desc:"text-embedding-3-small (1536 dims) or another compatible model.",api_key_label:"API key",openai_key_hint:"Empty reuses engines.openai.api_key. Leave it blank to keep the saved one.",gemini_title:"Gemini",gemini_desc:"text-embedding-004 (768 dims). Free tier with a Google API key.",gemini_key_hint:"Empty reuses engines.gemini.api_key.",compaction_title:"History compaction",compaction_desc:"When a chat exceeds the turn threshold, the oldest turns are summarized with a lightweight (local) LLM and saved as [COMPACTED SUMMARY], keeping context bounded. Runs off the hot-path: the current turn uses whatever summary already exists.",threshold_label:"Compaction threshold",threshold_hint:"Compact once the chat exceeds these turns (default 60).",keep_recent_label:"Recent turns to preserve",keep_recent_hint:"Verbatim turns that are NEVER compacted (default 40). Must be lower than the threshold.",compact_model_label:"Compaction model",compact_model_hint:"Lightweight LLM for summarizing. Ideally a local one (Ollama) to avoid cost. Format provider:model.",compact_fallback_label:"Fallback model",compact_fallback_hint:"Used if the compaction one fails. Empty falls back to the super-agent model.",compact_fallback_ph:"(empty → super-agent model)"},router_panel:{title:"Model router",description:"A single general router (no per-task cases). Pick a provider and model; if the active one fails, it tries the fallback chain in order.",badge_default:"default",no_providers:"Add a provider below to be able to pick models.",active_model_label:"Active model (default)",active_model_hint:"Provider + model. Saved as provider:model.",fallback_title:"Fallback chain",fallback_desc:"If the active model fails, it tries these in order. Click one to edit it.",fallback_empty:"No fallback configured.",add_to_chain:"Add to the chain",done:"done",save:"Save router",saved:"Saved",saved_toast:"Router saved.",provider_ph:"— provider —",provider_not_found:"⚠ {name} (not found)",provider_not_configured:'The provider "{name}" is not configured.'},routing_panel:{title:"Content routing",description:"Prefer a different model per message based on its content (image, size, channel, keywords). Separate from the fallback chain above.",signal_on:"Content routing: ON ({n} rules)",signal_on_empty:"Content routing: ON (no rules yet)",signal_off:"Content routing: OFF",how_it_works:"How does it work?",enable_label:"Enable content routing",rules_title:"Routing rules",rules_desc:"Evaluated top to bottom; the first rule whose conditions all match wins.",rules_empty:"No rules yet. Add some in the editor.",edit_rules:"Edit rules (JSON)",hide_editor:"Hide editor",editor_label:"Rules (JSON array)",json_hint:"Array of { model, when }. when keys: has_image, min_prompt_chars, max_prompt_chars, min_context_chars, channels[], keywords[]. Empty when = matches every message.",json_error:"Invalid JSON: {msg}",json_not_array:"The rules must be a JSON array.",insert_example:"Insert an example",when_any:"any message",when_image:"has image",when_no_image:"no image",when_min_prompt:"prompt ≥ {n} chars",when_max_prompt:"prompt ≤ {n} chars",when_min_context:"context ≥ {n} chars",when_channels:"channels: {list}",when_keywords:"keywords: {list}",helper:"Routing picks a model per message (image, size, channel, keywords). It composes with failover: a routed model that is down falls back down the chain. An explicit per-request model override always wins.",save:"Save routing",saved:"Saved",saved_toast:"Content routing saved.",confirm_title:"Apply routing changes?",confirm_body:"This changes which model handles each message. Failover still applies if a routed model is down.",confirm_on:"Content routing will be ON with {n} rules.",confirm_off:"Content routing will be OFF (every message uses the default router).",confirm_apply:"Apply",cancel:"Cancel"},engines_panel:{title:"Providers",new_btn:"New provider",description:"LLM providers (API). Each provider uses an engine/adapter (openai, ollama, …) with its key and URL.",empty:"No providers. Add one with the button above.",add_card:"Add provider",saved:"Provider saved.",saved_json:"Provider saved (JSON).",deleted:"Provider deleted.",delete_confirm:"Delete provider {name}?"},providers_modal:{new_title:"New provider",edit_title:"Edit {name}",description:"LLM provider. The engine defines which adapter it uses (openai, ollama, …).",list_models_hint:"List the provider's actual models",toggle_active:"Active · click to deactivate",toggle_inactive:"Inactive · click to activate",delete:"Delete",custom:"Custom",json_mode:"JSON",form_mode:"Back to form",json_label:"Provider config (JSON)",json_hint:"Saved as engines.{slug} in config.json",json_help:"Must be a valid JSON object with at least engine. The slug is taken from the form.",name_label:"Name",name_ph:"My provider",engine_label:"Engine",base_url_label:"Base URL (base_url)",base_url_hint:"Auto-filled when you pick a provider.",base_url_ph:"https://api.openai.com/v1",api_key_label:"API key",api_key_hint_existing:"Leave blank to keep the current one.",api_key_hint_env:"Stored as a secret. Suggested env: {env}",api_key_hint:"Stored as a secret.",api_key_set:"…{suffix} (already set)",model_label:"Default model",load_models:"Load models",max_tokens_label:"Max tokens (max_tokens)",temperature_label:"Temperature: {value}",pricing_summary:"Token analysis / pricing (optional)",context_limit_label:"Context limit (tokens)",price_input:"$ input / 1M",price_output:"$ output / 1M",price_cache_read:"$ cache read / 1M",price_cache_write:"$ cache write / 1M",model_limits_label:"Per-model context limits (JSON)",active_label:"Active (agents can use it)",err_slug_required:"Slug required.",err_slug_required_form:"Slug required (in the form).",err_slug_exists:'A provider "{slug}" already exists.',err_model_limits_json:"Per-model context limits: invalid JSON.",err_json_invalid:"Invalid JSON: check the syntax.",err_json_object:"The JSON must be an object with the provider config.",err_engine_missing:'Missing "engine" (e.g. "anthropic", "ollama").',err_save:"Error saving.",err_no_models:"No models. Correct key/URL?",err_list_models:"Could not list models."},providers_card:{active:"Active",off:"Off",model:"Model",base_url:"Base URL",api_key:"API key",key_set:"✓ set",temp:"Temp",price_io:"$ in/out (1M)"},chat_ui:{copy:"Copy",stop:"Stop",send:"Send",pick_model:"Pick model (or Auto)",insert_variable:"Insert variable"},sidebar_ui:{toggle:"Toggle sidebar"},models_ui:{invalid_hint:"Model/provider unavailable"},global_config:{title:"APX config"},agent_detail_extra:{skills_title:"Skills & tools"},voice_ui:{api_key_label:"API key",api_key_set:"…{suffix} (already set)",api_key_keep_hint:"Leave blank to keep the current one.",api_key_secret_hint:"Stored as a secret. Env: {env}",api_key_reuse_hint:"Reuses {engine} if left blank. Env: {env}",err_save:"Error while saving.",model_label:"Model",voice_label:"Voice",format_label:"Format",output_format_label:"Output format",voice_id_label:"Voice ID",voice_id_hint:"ElevenLabs voice id (empty = default).",gemini_model_hint:"Gemini TTS is still in preview.",base_url_label:"Base URL (optional)",base_url_hint:"OpenAI-compatible endpoint. Empty = OpenAI. Point it at a local server (e.g. a QVox / Qwen3-TTS daemon) to use that instead.",openai_model_hint:"tts-1 / tts-1-hd for OpenAI. Leave blank to let a custom server pick.",openai_voice_hint:"OpenAI preset (alloy…) or a custom server's preset (e.g. custom). Empty = server default.",openai_style_hint:"Base voice / instruct, used by custom endpoints (the persona kept across the audio). Ignored by stock OpenAI tts-1.",style_label:"Style (how it should speak)",style_hint:"Natural-language instruction. Empty = no style. E.g.: 'speak in a cheerful, unhurried tone'.",style_ph:"speak in a cheerful, energetic tone",temperature_label:"Temperature (optional)",temperature_hint:"Sampling temperature for custom endpoints. Empty = server default.",emotions_short:"Emotions",emotions_label:"Inline emotion tags",emotions_hint:"When this engine speaks, let the agent drop [happy]/[whisper]-style tags into voice replies to color the delivery. Only enable it if this engine understands the tags (e.g. a QVox/Qwen3-TTS endpoint) — otherwise they're stripped before synthesis.",emotions_tags_label:"Allowed tags",emotions_tags_hint:"Comma-separated. Empty = the default set.",piper_bin_label:"Binary (bin)",piper_bin_hint:"Path or name of the piper CLI (PATH).",piper_model_label:"Model (.onnx)",piper_model_hint:"Absolute path to the piper voice model.",piper_speaker_label:"Speaker (optional)",piper_speaker_hint:"Speaker id for multi-voice models.",mock_desc:"The mock engine generates a silent test WAV. It has no parameters: it serves as a guaranteed fallback when no other engine is configured.",selection_mode:"Selection mode",mode_chain_desc:"Chain with fallback: uses the first available engine following the order below.",mode_single_desc:"Default engine only: always uses the chosen one; the rest stay configured for other purposes.",mode_chain_btn:"Chain (router)",mode_single_btn:"Default engine only",move_up:"Move up",move_down:"Move down",badge_local:"local",badge_available:"available",badge_unavailable:"configured, unavailable",badge_not_configured:"not configured",badge_default:"default",badge_custom:"custom",set_as_default:"Set as default",configure:"Configure",remove:"Remove",remove_confirm:"Remove this custom provider?",add_provider:"Add provider",new_provider:"New provider",custom_note:"Custom OpenAI-compatible endpoint.",custom_desc:"Any OpenAI-compatible speech endpoint (e.g. a local QVox / Qwen3-TTS server).",label_label:"Name",label_hint:"Display name for this provider.",base_url_req_label:"Base URL",base_url_req_hint:"Required. The OpenAI-compatible endpoint, e.g. http://127.0.0.1:5111/v1",api_key_optional_hint:"Optional — only if your server requires a key.",advanced:"Advanced",custom_model_hint:"Optional. Most local servers ignore it (e.g. QVox).",custom_voice_hint:"Optional. A preset your server understands (e.g. custom). Empty = server default.",custom_optional_ph:"(optional)",stt_engine_label:"Transcription engine",stt_engine_hint:"Local uses faster-whisper (requires python3 + faster-whisper). OpenAI uses the engines.openai key.",stt_model_label:"Local model (whisper)",stt_model_hint:"Bigger = more accurate and slower.",stt_language_label:"Language",stt_language_hint:'For Spanish, setting "Spanish" improves accuracy.',stt_provider_auto:"Automatic (local, then remote)",stt_provider_local:"Local — faster-whisper (offline)",stt_provider_openai:"OpenAI — Whisper-1 (cloud)",stt_provider_custom:"Custom — OpenAI-compatible server",stt_openai_model_label:"OpenAI model",stt_openai_model_hint:"Defaults to whisper-1.",stt_custom_baseurl_label:"Base URL (OpenAI-compatible)",stt_custom_baseurl_hint:"e.g. http://localhost:8000/v1 (mlx-audio on Metal) or http://192.168.1.50:9000/v1 (Radeon/NVIDIA on the LAN).",stt_custom_model_label:"Model",stt_custom_model_hint:"e.g. mlx-community/whisper-large-v3-turbo or large-v3.",stt_custom_key_hint:"Optional — most local servers need no key.",stt_hw_label:"Detected hardware",stt_hw_recommended:"Recommended",stt_hw_limited:"limited GPU acceleration, using CPU",stt_backend_label:"Acceleration / Engine",stt_backend_hint:"Auto adapts to your hardware. Metal runs on the GPU (mlx); CPU uses faster-whisper.",stt_backend_auto:"Automatic (recommended)",stt_model_needs_download:"Not downloaded (~{size}). The model must be downloaded to use this engine.",lang_auto:"Auto-detect",lang_es:"Spanish",lang_en:"English",lang_pt:"Portuguese",lang_fr:"French",lang_it:"Italian",lang_de:"German",test_default_text:"Hi, I'm APX. This is a voice test.",test_default_engine:"Default ({name})",test_default_chain:"Default (chain)",test_unavailable_suffix:" · unavailable",test_empty_error:"Type something to say.",test_synth_error:"Could not synthesize.",test_engine_label:"Engine",test_engine_hint:"Override the default for testing.",test_style_label:"Style (Gemini only)",test_style_hint:"How it should speak. Empty = no style.",test_text_label:"Text to say",test_text_ph:"Type what you want it to say…",say_this:"Say this",stop:"Stop",replay:"Replay",engine_result:"Engine",providers_desc:"Synthesis engines, in fallback order. Status is reported live by the daemon. Add your own OpenAI-compatible endpoints.",providers_load_error:"Could not load providers: {msg}",test_desc:"Pick which engine to synthesize with and, if applicable, how it should speak.",stt_desc:"Speech-to-text engine used by the deck, Telegram, and the CLI when listening.",toast_default_engine:"Default engine: {id}.",toast_mode_chain:"Mode: chain with fallback.",toast_mode_single:"Mode: default engine only.",toast_config_saved:"Voice configuration saved.",toast_provider_removed:"Provider removed.",err_label_required:"A name is required.",err_base_url_required:"A base URL is required.",toast_transcription_updated:"Transcription updated."},telegram_ui:{channel_dialog_desc:"POST /telegram/channels (upsert) — PATCH /telegram/channels/:name (partial).",bot_token_hint:"BotFather token. Stored in ~/.apx/config.json.",bot_token_hint_short:"BotFather token.",secret_set_replace:"(set — type to replace)",secret_already_set:"(already set)",empty_keep:"— empty = keep",message_sent:"Message sent.",message_label:"Text",send_chat_id:"chat_id: {id}",default_apx:"default APX",yes:"yes",no:"no",user_id_fallback:"user_id {id}",role_assigned:"{name} → {role}"},agents_form:{emoji:"Emoji",area:"Area",role:"Role",no_role:"— no role —",autonomy:"Autonomy",autonomy_hint:"How much the agent can do without asking for confirmation.",auto_total:"Total",auto_automatico:"Auto",auto_permiso:"Permission"},structure:{title:"Structure",subtitle:"Company areas and roles. Areas group agents; roles define their function.",info:"Areas are optional groupings. Roles define an agent's function and may belong to an area.",empty:"No areas or roles yet. Create the first one above.",new_area:"New area",new_role:"New role",edit_area:"Edit area",edit_role:"Edit role",create_area:"Create area",create_role:"Create role",name:"Name",slug:"Slug",goal:"Goal",goal_hint:"What this area exists for (optional).",area:"Area",description:"Description",no_area:"— no area —",roles:"Roles",add_role:"role",no_roles:"no roles",general_roles:"General roles",delete_area:"Delete area",delete_role:"Delete role",delete_area_desc:'Delete area "{name}"? Its roles are detached, not deleted.',delete_role_desc:'Delete role "{name}"?'},files:{docs_label:"Docs",files_label:"Files",new_doc:"New document",new_doc_hint:"Folders allowed: cases/onboarding/spec.md",empty:"No files.",docs_empty:"No documentation yet. Create the first document.",truncated:"Listing truncated (too many files).",select_prompt:"Pick a file to view it.",save:"Save",saved:"Saved.",deleted:"Deleted.",created:"Document created.",edit:"Edit",preview:"Preview",discard:"Discard",no_preview:"No preview for this file.",too_large:"File too large to display.",path_label:"File path",path_example:"e.g. cases/onboarding/spec.md",create:"Create"},tasks:{state_open:"open",state_done:"done",state_dropped:"dropped",status_pending:"pending",status_running:"running",status_in_review:"in review",status_blocked:"blocked",done_label:"done",dropped_label:"dropped",detail_title:"Task detail",field_title:"Title",field_prompt:"Prompt",field_status:"Status",field_agent:"Agent",field_creator:"Created by",field_source:"Source",field_created:"Created",field_updated:"Updated",field_done:"Completed",prompt_ph:"Task description / prompt…",toggle_prompt:"Prompt",view_thread:"View thread",mark_done:"Complete"},agents_ui:{model_router_default:"model: router default",slug_kebab_hint:"kebab-case, e.g. reviewer, my-agent, content-writer",comma_separated:"comma-separated",body_hint:"markdown — extends the agent's system prompt",source_user:"user",source_override:"override",source_bundled:"bundled",tab_explorer:"Explorer",type_none:"— no type —",type_orchestrator:"Orchestrator",type_orchestrator_desc:"Coordinates the team and delegates.",type_specialist:"Specialist",type_specialist_desc:"Domain expert; runs tasks.",type_assistant:"Assistant",type_assistant_desc:"Conversational helper.",type_worker:"Worker",type_worker_desc:"Runs autonomous tasks.",type_monitor:"Monitor",type_monitor_desc:"Watches state and reports.",stat_threads:"Threads",stat_records:"Records",stat_tasks:"Tasks",stat_heartbeats:"Heartbeats",uncategorized:"Uncategorized",config_def_desc:"definition (frontmatter + system prompt).",memory_durable_desc:"durable facts the agent remembers.",running:"running",paused:"paused",last_error:"last: error",field_tick:"Tick",field_next_tick:"Next tick",field_last_tick:"Last tick",field_last_run:"Last run",tools_label:"Tools",kind_agent:"agent",kind_memory:"memory",kind_thread:"thread",kind_task:"task",kind_routine:"routine",kind_hierarchy:"hierarchy",nodes_drag_hint:"{n} nodes · drag to rearrange",kind_exec_agent:"Project agent",kind_exec_agent_desc:"Runs a project agent with a prompt. You pick which one.",kind_super_agent:"Super-agent",kind_super_agent_desc:"Calls the APX super-agent with a prompt.",kind_telegram:"Telegram",kind_telegram_desc:"Sends a fixed message to a Telegram channel. No model or agent.",kind_shell:"Shell",kind_shell_desc:"Runs a shell command. No prompt or pre/post — the command is the action.",kind_heartbeat:"Heartbeat",kind_heartbeat_desc:"Does nothing except write a line to the logs each time it runs. Useful to confirm the scheduler is alive. If you don't know whether you need it, don't use it.",unit_seconds:"seconds",unit_minutes:"minutes",unit_hours:"hours",unit_days:"days",every_n_unit:"every {n} {unit}",every_v:"every {v}",preset_every_10m:"every 10 min",preset_hourly:"hourly",preset_daily_9am:"daily 9am",preset_weekdays_9am:"weekdays 9am",preset_manual:"Manual",var_pre_output_prompt:"Text output of the pre-commands. Replaced inside the prompt/text before it is sent. Use it to inject fresh data (weather, an API) into the instruction.",var_llm_output:"Final answer from the agent or super-agent. Available in the post-commands as an env var — e.g. forward it via Telegram.",var_status:"Action result: ok or error. Available in the post-commands to branch on what happened.",var_skipped:"1 if the action was skipped (via skip_prompt_on), 0 if it ran. Available in the post-commands.",var_pre_output:"Full pre-commands output, as an env var in the post-commands (up to 32k).",var_pre_output_file:"Path to a temp file with the pre-commands output. For large outputs not suited to an env var.",var_pre_exit:"Exit code of the last pre-command (0 = ok). Available in the post-commands.",var_routine:"Name of this routine. Available as an env var in the commands.",summary_runs_agent:'Runs the agent "{agent}"',summary_runs_agent_none:"Runs an agent (none chosen yet)",summary_super_agent:"Calls the super-agent",summary_telegram:'Sends Telegram to "{channel}"',summary_runs_cmd:"Runs: {cmd}",summary_shell:"Runs a shell command",summary_heartbeat:"Leaves a heartbeat in the logs",action_agent_answers:'Agent "{agent}" answers the prompt',action_agent_pick_answers:"Agent (pick one) answers the prompt",action_super_answers:"The super-agent answers the prompt",action_telegram_channel:'Sends Telegram to channel "{channel}"',action_runs_shell:"Runs the shell command",step_pre:"Pre",step_post:"Post",last_label:"last:",tg_chat_id_ph:"(uses the channel's)",tg_text_ph:"message to send",hb_message_ph:"still alive",arg_placeholder:"--flag or value",remove_arg:"remove arg",super_agent_label:"{persona} (super-agent)",super_agent_badge:"super-agent"},modules_ui:{desktop_pos_left:"Left",desktop_pos_center:"Center",desktop_pos_right:"Right",desktop_theme_system:"System",desktop_theme_light:"Light",desktop_theme_dark:"Dark",desktop_status_desc:"The window launches from the terminal or via autostart.",desktop_running:"Running",desktop_stopped:"Stopped",desktop_refresh:"refresh",desktop_start:"Start",desktop_stop:"Stop",desktop_restart:"Restart",desktop_restart_hint:"Reload the open window so config changes (theme, position) apply now.",desktop_restart_done:"Restarting the window — applying the latest config.",desktop_restart_none:"No desktop window is connected.",desktop_start_done:"Desktop window launched.",desktop_start_already:"Desktop window is already running.",desktop_stop_done:"Desktop window stopped.",desktop_stop_none:"No desktop window was running.",desktop_from_terminal:"From terminal:",desktop_autostart_desc:"Launches the window at user login. Equivalent to `apx desktop install` (no sudo required).",desktop_platform:"platform: {platform}",desktop_shortcut_desc:"Global hotkey that shows/hides the window and starts listening.",desktop_accelerator:"Accelerator",desktop_accelerator_hint:"Click the field and press your key combo. Restart the window to apply.",desktop_shortcut_record:"Click to set a shortcut",desktop_shortcut_recording:"Press your combo…",desktop_shortcut_change:"click to change",desktop_shortcut_esc:"Esc to cancel",desktop_shortcut_saved:"Shortcut saved. Restart the window (apx desktop stop && start) to apply it.",desktop_autostart_on:"Autostart enabled for the next login.",desktop_autostart_off:"Autostart disabled.",desktop_appearance_desc:"Window theme and position on the screen.",desktop_theme:"Theme",desktop_restart_apply:"Restart the window to apply.",desktop_theme_set:"Theme: {value}.",desktop_position:"Position",desktop_position_hint:'"left" / "center" / "right" of the top edge.',desktop_position_set:"Position: {value}.",desktop_activation_desc:"The daemon plugin processes the messages. STT is configured in Voices.",desktop_enabled_toast:"Desktop enabled.",desktop_disabled_toast:"Desktop disabled.",desktop_plugin_on:"Plugin enabled (replies to messages)",desktop_plugin_off:"Plugin disabled",desktop_stt_engine:"Speech-to-text engine:",desktop_stt_engine_suffix:"(local whisper, language, model).",desktop_last_conv_desc:"The latest exchange with the agent from the floating window.",desktop_no_messages:"No messages yet. Send something to the desktop window for it to appear here.",desktop_you:"You",desktop_roby:"Roby",desktop_empty_msg:"(empty)",deck_widget_enabled:"Widget {id} enabled.",deck_widget_disabled:"Widget {id} disabled.",deck_save_error:"Error while saving",deck_loading_manifest:"Loading manifest…",deck_manifest_error:"Error loading the manifest.",deck_widgets_summary:"{count} widgets · {enabled} external enabled",deck_loading_manifest_full:"Loading the Deck manifest…",deck_manifest_load_failed:"Could not load the Deck manifest.",deck_retry:"Retry",deck_no_widgets:"No widgets in the manifest.",deck_context_desc:"Information the Deck sees from the daemon.",deck_active_project:"Active project:",deck_none:"none",deck_registered_projects:"Registered projects:",deck_active_plugins:"Active plugins:",deck_daemon_active:"active · {uptime}",deck_daemon_started:"started",deck_safety_no_shell:"no direct shell",deck_safety_no_arbitrary:"arbitrary commands blocked",deck_safety_confirm:"dangerous actions require confirmation",code_copied:"Copied.",code_saved:"Saved.",code_file_empty:"(empty)",code_file_error:"Error: {msg}",code_stream_error:"error",code_super_agent:"super-agent",code_super_agent_desc:"Main agent with all tools",code_chat_tab:"Chat",code_panel_sessions:"Session list",code_panel_tree:"File tree",code_panel_terminal:"Terminal",code_panel_context:"Context panel",code_ctx_auto:"auto",code_ctx_mode:"Mode",code_ctx_agent:"Agent",code_ctx_msgs_value:"{user} user · {assistant} assistant",code_ctx_tokens_total:"Total Tokens",code_ctx_created:"Created",code_ctx_activity:"Activity",code_project_fallback:"project {id}",code_pick_project_ph:"Pick a project…",code_artifact_exit_ok:"exit 0 — {ms}ms",code_artifact_exit_fail:"exit {code}{timeout}",code_artifact_timeout_suffix:" (timeout)",code_artifact_view_short:"View",code_artifact_edit_short:"Edit",code_artifact_exit_badge:"exit {code}",code_artifact_timeout:"timeout",code_artifact_truncated:"truncated"},settings_ui:{bearer_label:"Bearer",global_config_desc:"General config in ~/.apx/config.json. Editable by tabs; JSON stays separate.",global_json_desc:"Redacted secrets are not overwritten.",save_json:"Save JSON",expand_menu:"Expand menu",collapse_menu:"Collapse menu",documentation:"Documentation",kind_personal:"Personal",kind_company:"Company",kind_app:"App",kind_software:"Software",kind_default:"Default",kind_other:"Other",base_menu_view:"Base menu view (general workspace).",coming_soon:"Coming soon",inspector_title:"Skill Inspector (per-turn RAG)",inspector_desc:"Experimental feature. When active, the agent does NOT receive the full skill list in its prompt; on each message a local RAG decides which skill(s) to load — the full body on a strong match, a suggestion on a medium match, nothing if it doesn't apply. It is re-evaluated every turn: a skill that stopped being relevant disappears from the context.",enable_inspector:"Enable inspector",enable_inspector_hint:"Off = classic behavior (slug list + passive suggestion). On = the RAG decides per turn.",on:"On",off:"Off",index_count:"Index: {n} skills",not_indexed:"not indexed",dim:"dim {dim}",updated_at:"updated {date}",reindex:"Reindex",reindex_forced:"Reindex (forced)",embedder_source:"The embedder comes from Memory (RAG). Local with Ollama, or offline if no provider is set.",thresholds_title:"Thresholds and limits",thresholds_desc:"Tune how aggressive the inspector is. Raising the thresholds = fewer false positives but more risk of missing a skill; lowering them = the opposite.",test_title:"Test (dry-run)",test_desc:"Type a message the way a user would and see which skills the inspector would load/suggest — without calling the model. Forces the inspector on even if it's off above.",test_placeholder:"e.g.: I need to create a promo video with voiceover",test_btn:"Test",jit_empty_index:"JIT (empty index)",loaded_label:"Loaded:",suggested_label:"Suggested:",could_not_save:"Could not save: {msg}",indexed_with:"Indexed with {embedder} (dim {dim}): +{added} ~{refreshed} -{removed}.",index_failed:"Index failed: {msg}",dry_run_failed:"Dry-run failed: {msg}",knob_load_threshold:"Load threshold",knob_load_threshold_hint:"Minimum similarity to inject the skill's BODY (high = stricter).",knob_hint_threshold:"Hint threshold",knob_hint_threshold_hint:"Minimum similarity to only SUGGEST the skill (so the agent loads it if it wants).",knob_margin:"Margin over the 2nd",knob_margin_hint:"The top must beat the second by this margin to load its body (avoids weak ties).",knob_max_loaded:"Max. loaded bodies",knob_max_loaded_hint:"How many skills are injected in full per turn.",knob_max_hints:"Max. hints",knob_max_hints_hint:"How many extra skills are named as a suggestion.",knob_prompt_floor:"Minimum prompt length",knob_prompt_floor_hint:"Messages shorter than this are ignored (avoids 'ok', 'hi').",knob_body_char_cap:"Body char cap",knob_body_char_cap_hint:"Trims long skill bodies so they don't bloat the context.",cfg_overrides_label:"Overrides",cfg_overrides_desc:".apc/config.json. Only project-specific values; empty inherits global/effective.",cfg_route_to_agent:"Route to agent",cfg_super_agent_model:"Super-agent model",cfg_permission_mode:"Permission mode",cfg_extra_prompt:"Extra prompt",cfg_telegram_label:"Telegram",cfg_chat_id:"Chat ID",cfg_bot_token:"Bot token",cfg_respond_with_engine:"Respond with engine",cfg_engines_label:"Engines",cfg_ollama_url:"Ollama URL",cfg_anthropic_key:"Anthropic API key",cfg_openai_key:"OpenAI API key",cfg_groq_key:"Groq API key",cfg_openrouter_key:"OpenRouter API key",cfg_gemini_key:"Gemini API key",cfg_project_label:"Project",cfg_project_desc:".apc/project.json. Portable APC metadata; no secrets, no runtime.",cfg_name:"Name",cfg_version:"Version",cfg_apc_spec:"APC spec",cfg_apx_install:"APX install state",cfg_apx_storage_id:"APX storage id"},skills_page:{title:"Skills",desc:"Turn skills on or off per agent. Pick a scope: the super-agent (global) or a specific project.",list_title:"Installed skills",list_desc:"APX's private skills are always active and can't be changed.",scope_label:"Scope",scope_super_agent:"Super-agent (global)",scope_hint:"The super-agent uses the global scope. Each project can override skills independently.",count_label:"{n} skills · {on} on",empty:"No skills yet. Create one below or install via the CLI.",source_builtin:"APX",source_global:"Global",source_project:"Project",private_badge:"Private",private_hint:"Built-in APX skill — always active, can't be disabled or deleted.",overridden_badge:"Override",inherited_hint:"Inherited from global",reset_to_global:"Reset to global",on:"on",off:"off",toggle_failed:"Could not change state: {msg}",add_title:"Add a skill",add_desc:"Creates a user skill at ~/.apx/skills/<slug>/SKILL.md. Available across all scopes.",add_slug_label:"Slug",add_slug_ph:"my-skill",add_desc_label:"Description",add_desc_ph:"One line describing when to use it",add_body_label:"Body (Markdown)",add_body_ph:`# My skill
751
+
752
+ Instructions for the agent…`,add_btn:"Create skill",created_ok:'Skill "{slug}" created.',create_failed:"Could not create: {msg}",delete_btn:"Delete",delete_confirm:`Delete skill "{slug}"? This can't be undone.`,deleted_ok:'Skill "{slug}" deleted.',delete_failed:"Could not delete: {msg}",inspector_section_title:"Skill Inspector (per-turn RAG)",inspector_section_desc:"Advanced: local RAG that injects only the skills a message needs.",scope_ph:"— choose scope —",select_a_skill:"Pick a skill from the list to see its content.",added_by:"Added by",activator:"Activator",by_apx:"APX (built-in)",by_you:"You",activator_value:"Semantic match (RAG)",tab_preview:"Preview",tab_source:"Source",add_menu:"Add",add_online:"Create with editor",add_online_hint:"Write slug + description + content",add_zip:"Upload .zip",add_zip_hint:"Import a packaged skill",add_repo:"From git repo",add_repo_hint:"Clone from a URL",create_dialog_title:"Create skill",repo_dialog_title:"Import from git repo",repo_url_label:"Repo URL",repo_url_ph:"https://github.com/user/my-skill.git",repo_url_hint:"The repo (or its subfolder) must contain a SKILL.md.",import_btn:"Import",imported_ok:'Skill "{slug}" imported.',import_failed:"Could not import: {msg}",cancel:"Cancel",manager_tab:"Skills",rag_tab:"Config (RAG)"},shared_ui:{skill_inspector_title:"Skill Inspector ({embedder}) chose these skills for this turn",tools_count:"{n} tools",tool_read_file:"Read file",tool_write_file:"Write file",tool_edit_file:"Edit file",tool_list_files:"List files",tool_search_files:"Search in files",tool_search_messages:"Search messages",tool_tail_messages:"Latest messages",tool_run_shell:"Run shell",tool_send_telegram:"Send Telegram",tool_call_agent:"Call agent",tool_call_mcp:"Call MCP",tool_call_runtime:"Call runtime",tool_create_task:"Create task",dedup:"dedup",args:"args",result:"result",auto:"Auto",auto_router:"Auto (router decides)",model_filter_ph:"filter or type a model…",loading_models:"loading models…",use_value:"use “{value}”",model_combobox_ph:"pick or type a model…",search_variable_ph:"search variable…",no_matches:"no matches",create_variable:"Create new variable…",kv_key_ph:"KEY",kv_value_ph:"value",remove_row:"remove row",add_row:"Add row",err_chat_failed:"Chat failed.",err_stream_failed:"Stream failed.",err_load_conversation:"Could not load conversation.",err_stream:"Stream error."},integrations:{title:"Integrations",description:"Plugins and tools available for this project",tab_plugins:"Plugins",tab_tools:"Tools",scope_label:"Scope:",scope_project:"This project",scope_global:"Global (default)",plugins_hint:"Channel & service plugins installable per project. Saved in the scope selected above.",more_soon:"More plugins coming soon…",tools_hint:"Tools that connected plugins expose to this project's agents.",tools_empty:"No integration tools yet. Connect a plugin to enable them.",tool_active:"active",tool_inactive:"inactive",status_active:"Active",status_error:"Error",status_unconfigured:"Not configured",connected:"Connected",connect:"Connect",deactivate:"Deactivate",saving:"Saving...",validating:"Validating...",verifying:"Verifying token...",confirm:"Confirm",select_placeholder:"Select...",reveal:"Show",hide:"Hide",credentials:"{name} credentials",coming_soon:"Coming soon",coming_soon_body:"This plugin is declared in the catalog but isn't connectable in APX yet. It will be ported natively in a future iteration.",tools_for_agents:"Agent tools",tools_available_note:"Available to agents that allow them, or via discover_tools.",err_connect:"Failed to connect",err_generic:"Something went wrong",action_done:"Done",asana:{select_label:"Select the workspace to use",connected:{user_name:"Connected as",user_email:"Email",workspace_name:"Workspace"},fields:{personal_access_token:{label:"Personal Access Token",help_label:"How to get the token?",help_steps:`Open app.asana.com/0/my-apps in your browser.
753
+ Scroll to the "Personal access tokens" section (not your OAuth apps).
754
+ Click "+ New access token".
755
+ Give it a name and confirm.
756
+ Copy the full token — it starts with "1/..." and has a ":" in the middle.
757
+ Paste it in the field below.`}}},github:{connected:{user_login:"Connected as",user_name:"Name"},fields:{token:{label:"Personal Access Token",help_label:"How to get the token?",help_steps:`Open github.com/settings/tokens.
758
+ Generate a token (classic or fine-grained) with the "repo" scope.
759
+ Copy the token — it starts with ghp_ or github_pat_.
760
+ Paste it in the field below.`}}},obsidian:{connected:{vault_path:"Vault",vault_name:"Name",note_count:"Notes"},fields:{vault_path:{label:"Vault path"},auto_mcp:{label:"Auto-register Obsidian MCP",hint:"Adds an 'obsidian' MCP server pointing at this vault, in this scope."},memory_sync:{label:"Sync APX memory",hint:"Enable mirroring APX memory into the vault, then use the button below."}},actions:{sync_memory:"Sync memory now",sync_memory_done:"Synced {count} file(s) · {changed} changed"}}}},S_={es:CD,en:ND};function ED(){try{const e=localStorage.getItem(zn.language);if(e&&e in S_)return e}catch{}return"en"}let Cp=ED();function lN(e){Cp=e;try{localStorage.setItem(zn.language,e)}catch{}}const iN=[{value:"es",label:"Español"},{value:"en",label:"English"}];function C_(){return Cp}function RD(e){const t=S_[Cp],a=e.split(".");let o=t;for(const l of a)if(o&&typeof o=="object"&&l in o)o=o[l];else return;return typeof o=="string"?o:void 0}function TD(e,t){return t?e.replace(/\{(\w+)\}/g,(a,o)=>o in t?String(t[o]):`{${o}}`):e}function AD(e){const t=RD(e);if(t!==void 0)return t;if(Cp!=="es"){const a=S_.es,o=e.split(".");let l=a;for(const c of o)if(l&&typeof l=="object"&&c in l)l=l[c];else return;return typeof l=="string"?l:void 0}}function u(e,t){const a=AD(e);return a===void 0?e:TD(a,t)}function N_(e){const[t,a]=x.useState(!1);x.useEffect(()=>{try{a(localStorage.getItem(e)==="true")}catch{}},[e]);const o=x.useCallback(()=>a(l=>{const c=!l;try{localStorage.setItem(e,String(c))}catch{}return c}),[e]);return{collapsed:t,toggle:o}}function MD({collapsed:e,onToggle:t}){return n.jsx($e,{content:u(e?"settings_ui.expand_menu":"settings_ui.collapse_menu"),side:"bottom",children:n.jsx("button",{type:"button",onClick:t,"aria-label":u(e?"settings_ui.expand_menu":"settings_ui.collapse_menu"),className:"flex size-7 shrink-0 items-center justify-center rounded-md text-muted-fg transition-colors hover:bg-accent hover:text-foreground",children:n.jsx(tS,{className:me("size-4 transition-transform",e&&"rotate-180")})})})}function OD({sections:e,active:t,onChange:a,collapsed:o=!1}){return n.jsx("nav",{className:me("hidden md:flex shrink-0 flex-col gap-1 py-3 transition-all",o?"w-12 items-center px-1":"w-44 px-2"),children:e.map((l,c)=>n.jsxs("div",{className:me("w-full",c>0&&"mt-2"),children:[!o&&l.title&&n.jsx("p",{className:"mb-1 px-2 text-[9px] font-semibold uppercase tracking-wider text-muted-fg/70",children:l.title}),n.jsx("div",{className:"space-y-0.5",children:l.items.map(({key:d,label:f,icon:m,badge:h})=>{const g=t===d,b=n.jsxs("button",{type:"button",onClick:()=>a(d),"data-testid":`tabnav-${d||"index"}`,className:me("flex cursor-pointer items-center rounded-lg transition-colors",o?"size-9 justify-center":"w-full gap-2 px-2.5 py-1.5",g?"bg-accent text-accent-fg":"text-muted-fg hover:bg-accent/60 hover:text-foreground"),children:[n.jsx(m,{className:"size-4 shrink-0"}),!o&&n.jsxs(n.Fragment,{children:[n.jsx("span",{className:"flex-1 truncate text-left text-xs",children:f}),h!==void 0&&n.jsx("span",{className:"rounded-full bg-muted px-1.5 text-[9px] text-muted-fg",children:h})]})]});return o?n.jsx($e,{content:f,side:"right",children:b},d):n.jsx(x.Fragment,{children:b},d)})})]},c))})}const cN=0,uN=1,dN=2,xw=3;var bw=Object.prototype.hasOwnProperty;function zx(e,t){var a,o;if(e===t)return!0;if(e&&t&&(a=e.constructor)===t.constructor){if(a===Date)return e.getTime()===t.getTime();if(a===RegExp)return e.toString()===t.toString();if(a===Array){if((o=e.length)===t.length)for(;o--&&zx(e[o],t[o]););return o===-1}if(!a||typeof e=="object"){o=0;for(a in e)if(bw.call(e,a)&&++o&&!bw.call(t,a)||!(a in t)||!zx(e[a],t[a]))return!1;return Object.keys(t).length===o}}return e!==e&&t!==t}const er=new WeakMap,nr=()=>{},Hn=nr(),Dx=Object,St=e=>e===Hn,ha=e=>typeof e=="function",Kr=(e,t)=>({...e,...t}),fN=e=>ha(e.then),xh={},Pd={},E_="undefined",ou=typeof window!=E_,Px=typeof document!=E_,zD=ou&&"Deno"in window,DD=()=>ou&&typeof window.requestAnimationFrame!=E_,pN=(e,t)=>{const a=er.get(e);return[()=>!St(t)&&e.get(t)||xh,o=>{if(!St(t)){const l=e.get(t);t in Pd||(Pd[t]=l),a[5](t,Kr(l,o),l||xh)}},a[6],()=>!St(t)&&t in Pd?Pd[t]:!St(t)&&e.get(t)||xh]};let Lx=!0;const PD=()=>Lx,[Ix,Bx]=ou&&window.addEventListener?[window.addEventListener.bind(window),window.removeEventListener.bind(window)]:[nr,nr],LD=()=>{const e=Px&&document.visibilityState;return St(e)||e!=="hidden"},ID=e=>(Px&&document.addEventListener("visibilitychange",e),Ix("focus",e),()=>{Px&&document.removeEventListener("visibilitychange",e),Bx("focus",e)}),BD=e=>{const t=()=>{Lx=!0,e()},a=()=>{Lx=!1};return Ix("online",t),Ix("offline",a),()=>{Bx("online",t),Bx("offline",a)}},UD={isOnline:PD,isVisible:LD},$D={initFocus:ID,initReconnect:BD},_w=!Wc.useId,Ql=!ou||zD,HD=e=>DD()?window.requestAnimationFrame(e):setTimeout(e,1),bh=Ql?x.useEffect:x.useLayoutEffect,_h=typeof navigator<"u"&&navigator.connection,vw=!Ql&&_h&&(["slow-2g","2g"].includes(_h.effectiveType)||_h.saveData),Ld=new WeakMap,qD=e=>Dx.prototype.toString.call(e),vh=(e,t)=>e===`[object ${t}]`;let VD=0;const Ux=e=>{const t=typeof e,a=qD(e),o=vh(a,"Date"),l=vh(a,"RegExp"),c=vh(a,"Object");let d,f;if(Dx(e)===e&&!o&&!l){if(d=Ld.get(e),d)return d;if(d=++VD+"~",Ld.set(e,d),Array.isArray(e)){for(d="@",f=0;f<e.length;f++)d+=Ux(e[f])+",";Ld.set(e,d)}if(c){d="#";const m=Dx.keys(e).sort();for(;!St(f=m.pop());)St(e[f])||(d+=f+":"+Ux(e[f])+",");Ld.set(e,d)}}else d=o?e.toJSON():t=="symbol"?e.toString():t=="string"?JSON.stringify(e):""+e;return d},R_=e=>{if(ha(e))try{e=e()}catch{e=""}const t=e;return e=typeof e=="string"?e:(Array.isArray(e)?e.length:e)?Ux(e):"",[e,t]};let FD=0;const $x=()=>++FD;async function mN(...e){const[t,a,o,l]=e,c=Kr({populateCache:!0,throwOnError:!0},typeof l=="boolean"?{revalidate:l}:l||{});let d=c.populateCache;const f=c.rollbackOnError;let m=c.optimisticData;const h=_=>typeof f=="function"?f(_):f!==!1,g=c.throwOnError;if(ha(a)){const _=a,w=[],S=t.keys();for(const y of S)!/^\$(inf|sub)\$/.test(y)&&_(t.get(y)._k)&&w.push(y);return Promise.all(w.map(b))}return b(a);async function b(_){const[w]=R_(_);if(!w)return;const[S,y]=pN(t,w),[C,N,j,E]=er.get(t),R=()=>{const $=C[w];return(ha(c.revalidate)?c.revalidate(S().data,_):c.revalidate!==!1)&&(delete j[w],delete E[w],$&&$[0])?$[0](dN).then(()=>S().data):S().data};if(e.length<3)return R();let A=o,T,z=!1;const O=$x();N[w]=[O,0];const P=!St(m),L=S(),U=L.data,D=L._c,I=St(D)?U:D;if(P&&(m=ha(m)?m(I,U):m,y({data:m,_c:I})),ha(A))try{A=A(I)}catch($){T=$,z=!0}if(A&&fN(A))if(A=await A.catch($=>{T=$,z=!0}),O!==N[w][0]){if(z)throw T;return A}else z&&P&&h(T)&&(d=!0,y({data:I,_c:Hn}));if(d&&!z)if(ha(d)){const $=d(A,I);y({data:$,error:Hn,_c:Hn})}else y({data:A,error:Hn,_c:Hn});if(N[w][1]=$x(),Promise.resolve(R()).then(()=>{y({_c:Hn})}),z){if(g)throw T;return}return A}}const yw=(e,t)=>{for(const a in e)e[a][0]&&e[a][0](t)},GD=(e,t)=>{if(!er.has(e)){const a=Kr($D,t),o=Object.create(null),l=mN.bind(Hn,e);let c=nr;const d=Object.create(null),f=(g,b)=>{const _=d[g]||[];return d[g]=_,_.push(b),()=>{const w=_.indexOf(b);w>=0&&(_[w]=_[_.length-1],_.pop())}},m=(g,b,_)=>{e.set(g,b);const w=d[g];if(w)for(const S of w)S(b,_)},h=()=>{if(!er.has(e)&&(er.set(e,[o,Object.create(null),Object.create(null),Object.create(null),l,m,f]),!Ql)){const g=a.initFocus(setTimeout.bind(Hn,yw.bind(Hn,o,cN))),b=a.initReconnect(setTimeout.bind(Hn,yw.bind(Hn,o,uN)));c=()=>{g&&g(),b&&b(),er.delete(e)}}};return h(),[e,l,h,c]}return[e,er.get(e)[4]]},YD=(e,t,a,o,l)=>{const c=a.errorRetryCount,d=l.retryCount,f=~~((Math.random()+.5)*(1<<(d<8?d:8)))*a.errorRetryInterval;!St(c)&&d>c||setTimeout(o,f,l)},KD=zx,[gN,Rf]=GD(new Map),XD=Kr({onLoadingSlow:nr,onSuccess:nr,onError:nr,onErrorRetry:YD,onDiscarded:nr,revalidateOnFocus:!0,revalidateOnReconnect:!0,revalidateIfStale:!0,shouldRetryOnError:!0,errorRetryInterval:vw?1e4:5e3,focusThrottleInterval:5*1e3,dedupingInterval:2*1e3,loadingTimeout:vw?5e3:3e3,compare:KD,isPaused:()=>!1,cache:gN,mutate:Rf,fallback:{}},UD),QD=(e,t)=>{const a=Kr(e,t);if(t){const{use:o,fallback:l}=e,{use:c,fallback:d}=t;o&&c&&(a.use=o.concat(c)),l&&d&&(a.fallback=Kr(l,d))}return a},WD=x.createContext({}),ZD="$inf$",hN=ou&&window.__SWR_DEVTOOLS_USE__,JD=hN?window.__SWR_DEVTOOLS_USE__:[],eP=()=>{hN&&(window.__SWR_DEVTOOLS_REACT__=Wc)},tP=e=>ha(e[1])?[e[0],e[1],e[2]||{}]:[e[0],null,(e[1]===null?e[2]:e[1])||{}],xN=()=>{const e=x.useContext(WD);return x.useMemo(()=>Kr(XD,e),[e])},nP=e=>(t,a,o)=>e(t,a&&((...c)=>{const[d]=R_(t),[,,,f]=er.get(gN);if(d.startsWith(ZD))return a(...c);const m=f[d];return St(m)?a(...c):(delete f[d],m)}),o),sP=JD.concat(nP),aP=e=>function(...a){const o=xN(),[l,c,d]=tP(a),f=QD(o,d);let m=e;const{use:h}=f,g=(h||[]).concat(sP);for(let b=g.length;b--;)m=g[b](m);return m(l,c||f.fetcher||null,f)},rP=(e,t,a)=>{const o=t[e]||(t[e]=[]);return o.push(a),()=>{const l=o.indexOf(a);l>=0&&(o[l]=o[o.length-1],o.pop())}};eP();const yh=Wc.use||(e=>{switch(e.status){case"pending":throw e;case"fulfilled":return e.value;case"rejected":throw e.reason;default:throw e.status="pending",e.then(t=>{e.status="fulfilled",e.value=t},t=>{e.status="rejected",e.reason=t}),e}}),jh={dedupe:!0},Tf=Promise.resolve(Hn);Tf.status="fulfilled";Tf.value=Hn;const oP=()=>nr,lP=(e,t,a)=>{const{cache:o,compare:l,suspense:c,fallbackData:d,revalidateOnMount:f,revalidateIfStale:m,refreshInterval:h,refreshWhenHidden:g,refreshWhenOffline:b,keepPreviousData:_,strictServerPrefetchWarning:w}=a,[S,y,C,N]=er.get(o),[j,E]=R_(e),R=x.useRef(!1),A=x.useRef(!1),T=x.useRef(j),z=x.useRef(t),O=x.useRef(a),P=()=>O.current,L=()=>P().isVisible()&&P().isOnline(),[U,D,I,$]=pN(o,j),F=x.useRef({}).current,H=St(d)?St(a.fallback)?Hn:a.fallback[j]:d,Y=(Se,Te)=>{for(const je in F){const Ee=je;if(Ee==="data"){if(!l(Se[Ee],Te[Ee])&&(!St(Se[Ee])||!l(ee,Te[Ee])))return!1}else if(Te[Ee]!==Se[Ee])return!1}return!0},V=!R.current,G=x.useMemo(()=>{const Se=U(),Te=$(),je=Ie=>{const de=Kr(Ie);return delete de._k,(()=>{if(!j||!t||P().isPaused())return!1;if(V&&!St(f))return f;const Ge=St(H)?de.data:H;return St(Ge)||m})()?{isValidating:!0,isLoading:!0,...de}:de},Ee=je(Se),De=Se===Te?Ee:je(Te);let Le=Ee;return[()=>{const Ie=je(U());return Y(Ie,Le)?(Le.data=Ie.data,Le.isLoading=Ie.isLoading,Le.isValidating=Ie.isValidating,Le.error=Ie.error,Le):(Le=Ie,Ie)},()=>De]},[o,j]),K=wf.useSyncExternalStore(x.useCallback(Se=>I(j,(Te,je)=>{Y(je,Te)||Se()}),[o,j]),G[0],G[1]),B=S[j]&&S[j].length>0,Q=K.data,Z=St(Q)?H&&fN(H)?yh(H):H:Q,X=K.error,ne=x.useRef(Z),ee=_?St(Q)?St(ne.current)?Z:ne.current:Q:Z,re=j&&St(Z),le=x.useRef(null);!Ql&&wf.useSyncExternalStore(oP,()=>(le.current=!1,le),()=>(le.current=!0,le));const ge=le.current;w&&ge&&!c&&re&&console.warn(`Missing pre-initiated data for serialized key "${j}" during server-side rendering. Data fetching should be initiated on the server and provided to SWR via fallback data. You can set "strictServerPrefetchWarning: false" to disable this warning.`);const Me=!j||!t||P().isPaused()||B&&!St(X)?!1:V&&!St(f)?f:c?St(Z)?!1:m:St(Z)||m,fe=V&&Me,he=St(K.isValidating)?fe:K.isValidating,Ce=St(K.isLoading)?fe:K.isLoading,ke=x.useCallback(async Se=>{const Te=z.current;if(!j||!Te||A.current||P().isPaused())return!1;let je,Ee,De=!0;const Le=Se||{},Ie=!C[j]||!Le.dedupe,de=()=>_w?!A.current&&j===T.current&&R.current:j===T.current,ye={isValidating:!1,isLoading:!1},Ge=()=>{D(ye)},Re=()=>{const tt=C[j];tt&&tt[1]===Ee&&delete C[j]},Oe={isValidating:!0};St(U().data)&&(Oe.isLoading=!0);try{if(Ie&&(D(Oe),a.loadingTimeout&&St(U().data)&&setTimeout(()=>{De&&de()&&P().onLoadingSlow(j,a)},a.loadingTimeout),C[j]=[Te(E),$x()]),[je,Ee]=C[j],je=await je,Ie&&setTimeout(Re,a.dedupingInterval),!C[j]||C[j][1]!==Ee)return Ie&&de()&&P().onDiscarded(j),!1;ye.error=Hn;const tt=y[j];if(!St(tt)&&(Ee<=tt[0]||Ee<=tt[1]||tt[1]===0))return Ge(),Ie&&de()&&P().onDiscarded(j),!1;const ot=U().data;ye.data=l(ot,je)?ot:je,Ie&&de()&&P().onSuccess(je,j,a)}catch(tt){Re();const ot=P(),{shouldRetryOnError:vt}=ot;ot.isPaused()||(ye.error=tt,Ie&&de()&&(ot.onError(tt,j,ot),(vt===!0||ha(vt)&&vt(tt))&&(!P().revalidateOnFocus||!P().revalidateOnReconnect||L())&&ot.onErrorRetry(tt,j,ot,Mt=>{const lt=S[j];lt&&lt[0]&&lt[0](xw,Mt)},{retryCount:(Le.retryCount||0)+1,dedupe:!0})))}return De=!1,Ge(),!0},[j,o]),Be=x.useCallback((...Se)=>mN(o,T.current,...Se),[]);if(bh(()=>{z.current=t,O.current=a,St(Q)||(ne.current=Q)}),bh(()=>{if(!j)return;const Se=ke.bind(Hn,jh);let Te=0;P().revalidateOnFocus&&(Te=Date.now()+P().focusThrottleInterval);const Ee=rP(j,S,(De,Le={})=>{if(De==cN){const Ie=Date.now();P().revalidateOnFocus&&Ie>Te&&L()&&(Te=Ie+P().focusThrottleInterval,Se())}else if(De==uN)P().revalidateOnReconnect&&L()&&Se();else{if(De==dN)return ke();if(De==xw)return ke(Le)}});return A.current=!1,T.current=j,R.current=!0,D({_k:E}),Me&&(C[j]||(St(Z)||Ql?Se():HD(Se))),()=>{A.current=!0,Ee()}},[j]),bh(()=>{let Se;function Te(){const Ee=ha(h)?h(U().data):h;Ee&&Se!==-1&&(Se=setTimeout(je,Ee))}function je(){!U().error&&(g||P().isVisible())&&(b||P().isOnline())?ke(jh).then(Te):Te()}return Te(),()=>{Se&&(clearTimeout(Se),Se=-1)}},[h,g,b,j]),x.useDebugValue(ee),c){if(!_w&&Ql&&re)throw new Error("Fallback data is required when using Suspense in SSR.");re&&(z.current=t,O.current=a,A.current=!1);const Se=N[j],Te=!St(Se)&&re?Be(Se):Tf;if(yh(Te),!St(X)&&re)throw X;const je=re?ke(jh):Tf;!St(ee)&&re&&(je.status="fulfilled",je.value=!0),yh(je)}return{mutate:Be,get data(){return F.data=!0,ee},get error(){return F.error=!0,X},get isValidating(){return F.isValidating=!0,he},get isLoading(){return F.isLoading=!0,Ce}}},qe=aP(lP);let oi=null;function Ro(e){oi=e}function T_(){return oi}class lu extends Error{status;body;constructor(t,a,o){super(a),this.status=t,this.body=o}}async function hc(e,t,a,o={}){const l={"content-type":"application/json",...oi?{authorization:`Bearer ${oi}`}:{},...o.headers||{}},c=await fetch(t,{...o,method:e,headers:l,body:a!==void 0?JSON.stringify(a):void 0});if(!c.ok){let d="",f=null;try{f=await c.json(),d=f?.error||JSON.stringify(f)}catch{d=await c.text()}throw new lu(c.status,`${e} ${t} → ${c.status}: ${d}`,f)}if(c.status!==204)return await c.json()}function $l(e){const t=e;if(Array.isArray(e))return{items:e,total:e.length};if(t&&Array.isArray(t.data)){const a=t.data;return{items:a,total:typeof t.meta?.total=="number"?t.meta.total:a.length}}if(t&&Array.isArray(t.sessions)){const a=t.sessions;return{items:a,total:a.length}}return{items:[],total:0}}const se={get:e=>hc("GET",e),post:(e,t)=>hc("POST",e,t),put:(e,t)=>hc("PUT",e,t),patch:(e,t)=>hc("PATCH",e,t),del:e=>hc("DELETE",e)};async function bN(e,t,a,o){const l=await fetch(e,{method:"POST",signal:o,headers:{"content-type":"application/json",...oi?{authorization:`Bearer ${oi}`}:{}},body:JSON.stringify(t)});if(!l.ok||!l.body){const m=await l.text().catch(()=>"");throw new lu(l.status,`POST ${e} → ${l.status}: ${m||"stream failed"}`)}const c=l.body.getReader(),d=new TextDecoder("utf-8");let f="";for(;;){const{value:m,done:h}=await c.read();if(h)break;f+=d.decode(m,{stream:!0});let g=f.indexOf(`
761
+ `);for(;g>=0;){const b=f.slice(0,g).trim();if(f=f.slice(g+1),b)try{a(JSON.parse(b))}catch{}g=f.indexOf(`
762
+ `)}}if(f.trim())try{a(JSON.parse(f.trim()))}catch{}}const iP={get:()=>se.get("/health")},Wn={list:()=>se.get("/projects"),register:e=>se.post("/projects",{path:e}),remove:e=>se.del(`/projects/${encodeURIComponent(e)}`),rebuild:e=>se.post(`/projects/${encodeURIComponent(e)}/rebuild`),config:{show:e=>se.get(`/projects/${e}/config`),set:(e,t)=>se.patch(`/projects/${e}/config`,{set:t}),unset:(e,t)=>se.patch(`/projects/${e}/config`,{unset:t}),put:(e,t)=>se.put(`/projects/${e}/config`,t)},apcProject:{set:(e,t,a)=>se.patch(`/projects/${e}/apc-project`,{set:t,unset:a}),put:(e,t)=>se.put(`/projects/${e}/apc-project`,t)},memory:{get:e=>se.get(`/projects/${e}/memory`),put:(e,t)=>se.put(`/projects/${e}/memory`,{body:t})}},on={list:(e,t)=>se.get(`/projects/${e}/agents${t?.stats?"?stats=1":""}`),get:(e,t)=>se.get(`/projects/${e}/agents/${t}`),create:(e,t)=>se.post(`/projects/${e}/agents`,t),update:(e,t,a)=>se.patch(`/projects/${e}/agents/${encodeURIComponent(t)}`,a),remove:(e,t)=>se.del(`/projects/${e}/agents/${encodeURIComponent(t)}`),chat:(e,t,a)=>se.post(`/projects/${e}/agents/${encodeURIComponent(t)}/chat`,a),memory:{get:(e,t)=>se.get(`/projects/${e}/agents/${t}/memory`),put:(e,t,a)=>se.put(`/projects/${e}/agents/${t}/memory`,{body:a})},vault:e=>se.get(e?.includeRemoved?"/agents/vault?include_removed=1":"/agents/vault"),vaultCreate:(e,t={},a="")=>se.post("/agents/vault",{slug:e,fields:t,body:a}),vaultPatch:(e,t)=>se.patch(`/agents/vault/${encodeURIComponent(e)}`,t),vaultRemove:e=>se.del(`/agents/vault/${encodeURIComponent(e)}`),vaultRestore:e=>se.post(`/agents/vault/${encodeURIComponent(e)}/restore`),import:(e,t)=>se.post(`/projects/${e}/agents/import`,{slug:t})},Io={list:(e,t)=>se.get(`/projects/${e}/agents/${t}/conversations`),get:(e,t,a)=>se.get(`/projects/${e}/agents/${t}/conversations/${a}`),threads:e=>se.get(`/projects/${e}/super-agent/threads`),thread:(e,t,a)=>se.get(`/projects/${e}/super-agent/threads/${t}/${a}`),remove:(e,t,a)=>se.del(`/projects/${e}/agents/${t}/conversations/${a}`),removeThread:(e,t,a)=>se.del(`/projects/${e}/super-agent/threads/${t}/${a}`),compact:(e,t,a)=>se.post(a?`/projects/${e}/agents/${t}/conversations/${a}/compact`:`/projects/${e}/agents/${t}/compact`,{})},Br={list:e=>se.get(`/projects/${e}/routines`),get:(e,t)=>se.get(`/projects/${e}/routines/${t}`),run:(e,t)=>se.post(`/projects/${e}/routines/${t}/run`),enable:(e,t)=>se.post(`/projects/${e}/routines/${t}/enable`),disable:(e,t)=>se.post(`/projects/${e}/routines/${t}/disable`),upsert:(e,t)=>se.post(`/projects/${e}/routines`,t),remove:(e,t)=>se.del(`/projects/${e}/routines/${encodeURIComponent(t)}`)},Zn={list:(e,t="open")=>se.get(`/projects/${e}/tasks?state=${t}`).then(a=>$l(a).items),global:(e="open")=>se.get(`/tasks?state=${e}`).then(t=>$l(t).items),listPage:(e,{state:t,limit:a,offset:o})=>se.get(`/projects/${e}/tasks?state=${t}&limit=${a}&offset=${o}`).then(l=>$l(l)),globalPage:({state:e,limit:t,offset:a})=>se.get(`/tasks?state=${e}&limit=${t}&offset=${a}`).then(o=>$l(o)),get:(e,t)=>se.get(`/projects/${e}/tasks/${t}`),add:(e,t)=>se.post(`/projects/${e}/tasks`,t),patch:(e,t,a)=>se.patch(`/projects/${e}/tasks/${t}`,{patch:a}),status:(e,t,a)=>se.post(`/projects/${e}/tasks/${t}/status`,{status:a}),done:(e,t)=>se.post(`/projects/${e}/tasks/${t}/done`),drop:(e,t)=>se.post(`/projects/${e}/tasks/${t}/drop`),reopen:(e,t)=>se.post(`/projects/${e}/tasks/${t}/reopen`),summary:e=>se.get(`/projects/${e}/tasks-summary`)},Ur={list:e=>se.get(`/projects/${e}/mcps`),check:e=>se.get(`/projects/${e}/mcps/check`),add:(e,t,a)=>se.post(`/projects/${e}/mcps?scope=${t}`,a),remove:(e,t,a="shared")=>se.del(`/projects/${e}/mcps/${encodeURIComponent(t)}?scope=${a}`),test:(e,t)=>se.post(`/projects/${e}/mcps/${encodeURIComponent(t)}/test`,{}),logs:(e,t)=>se.get(`/projects/${e}/mcps/${encodeURIComponent(t)}/logs`)},jo=e=>`?scope=${e}`,Qn={catalog:e=>se.get(`/projects/${e}/integrations/catalog`),list:(e,t="project")=>se.get(`/projects/${e}/integrations${jo(t)}`),status:(e,t,a="project")=>se.get(`/projects/${e}/integrations/${t}${jo(a)}`),configure:(e,t,a,o)=>se.post(`/projects/${e}/integrations/${t}/configure${jo(a)}`,o),validate:(e,t,a="project")=>se.post(`/projects/${e}/integrations/${t}/validate${jo(a)}`,{}),deactivate:(e,t,a="project")=>se.post(`/projects/${e}/integrations/${t}/deactivate${jo(a)}`,{}),action:(e,t,a,o="project")=>se.post(`/projects/${e}/integrations/${t}/action/${a}${jo(o)}`,{}),remove:(e,t,a="project")=>se.del(`/projects/${e}/integrations/${t}${jo(a)}`),asanaConfigure:(e,t,a)=>Qn.configure(e,"asana",t,{personal_access_token:a.personalAccessToken,workspace_gid:a.workspaceGid}),asanaValidate:(e,t)=>Qn.validate(e,"asana",t),asanaWorkspaces:(e,t)=>Qn.action(e,"asana","workspaces",t)},Fc={list:(e,t={})=>se.get(`/projects/${e}/vars${t.reveal?"?reveal=1":""}`),get:(e,t,a={})=>se.get(`/projects/${e}/vars/${encodeURIComponent(t)}${a.reveal?"?reveal=1":""}`),upsert:(e,t)=>se.post(`/projects/${e}/vars`,t),remove:(e,t,a="project")=>se.del(`/projects/${e}/vars/${encodeURIComponent(t)}?scope=${a}`)},wh=e=>{const t=new URLSearchParams;for(const[o,l]of Object.entries(e))l!==void 0&&l!==""&&t.set(o,String(l));const a=t.toString();return a?`?${a}`:""},Af={global:(e={})=>se.get(`/messages/global${wh(e)}`),project:(e,t={})=>se.get(`/projects/${e}/messages${wh(t)}`),search:(e,t,a=50)=>se.get(`/projects/${e}/messages/search${wh({q:t,limit:a})}`)},cP={global:e=>se.get(`/sessions${e?`?engine=${encodeURIComponent(e)}`:""}`).then(t=>({sessions:$l(t).items})),page:({engine:e,q:t,deep:a,cwd:o,limit:l,offset:c})=>{const d=new URLSearchParams({limit:String(l),offset:String(c)});return e&&d.set("engine",e),t?.trim()&&d.set("q",t.trim()),a&&d.set("deep","1"),o?.trim()&&d.set("cwd",o.trim()),se.get(`/sessions?${d.toString()}`).then(f=>$l(f))}},uP={list:()=>se.get("/tools")},Dn={channels:{list:()=>se.get("/telegram/channels"),upsert:e=>se.post("/telegram/channels",e),patch:(e,t)=>se.patch(`/telegram/channels/${e}`,t),remove:e=>se.del(`/telegram/channels/${encodeURIComponent(e)}`)},contacts:{list:()=>se.get("/telegram/contacts"),patch:(e,t)=>se.patch(`/telegram/contacts/${encodeURIComponent(String(e))}`,t),remove:e=>se.del(`/telegram/contacts/${encodeURIComponent(String(e))}`)},roles:{list:()=>se.get("/telegram/roles"),set:(e,t)=>se.put(`/telegram/roles/${encodeURIComponent(e)}`,{tools:t}),remove:e=>se.del(`/telegram/roles/${encodeURIComponent(e)}`)},status:()=>se.get("/telegram/status"),start:()=>se.post("/telegram/start"),stop:()=>se.post("/telegram/stop"),send:e=>se.post("/telegram/send",e)},Gc={list:()=>se.get("/engines"),presets:()=>se.get("/engines/presets"),models:e=>se.post("/engines/models",e)},dP=Object.freeze(Object.defineProperty({__proto__:null,Engines:Gc},Symbol.toStringTag,{value:"Module"})),li={reload:()=>se.post("/admin/reload"),shutdown:()=>se.post("/admin/shutdown"),config:{get:()=>se.get("/admin/config"),patch:e=>se.patch("/admin/config",e)},superAgent:()=>se.get("/admin/super-agent"),logs:(e="errors",t=200)=>se.get(`/admin/logs?file=${e}&limit=${t}`)},ii={list:()=>se.get("/pair/list"),revoke:e=>se.del(`/pair/revoke/${encodeURIComponent(e)}`),init:()=>se.post("/pair/init",{}),status:e=>se.get(`/pair/status/${encodeURIComponent(e)}`),confirm:e=>se.post("/pair/confirm",e)},jw={get:()=>se.get("/identity"),patch:e=>se.patch("/identity",e)},_N={send:(e,t)=>se.post(`/projects/${e}/super-agent/chat`,t),stream:(e,t,a,o)=>bN(`/projects/${e}/super-agent/chat/stream`,t,a,o),summarize:e=>se.post("/super-agent/summarize",e)},Mf={dirs:e=>se.get(`/admin/fs/dirs?path=${encodeURIComponent(e)}`),pickDir:e=>se.get(`/admin/fs/pick-dir${e?`?prompt=${encodeURIComponent(e)}`:""}`)},fP=["alloy","echo","fable","onyx","nova","shimmer"],pP=["Kore","Puck","Charon","Fenrir","Aoede"],mP=["eleven_multilingual_v2","eleven_turbo_v2_5","eleven_flash_v2_5"],gP=["tts-1","tts-1-hd"],hP=["happy","sad","excited","angry","calm","whisper","shout","laugh","cry","narrator","neutral"],xP=["tiny","base","small","medium","large-v2","large-v3","large-v3-turbo"],Of={piper:{name:"Piper",note:"Local, offline (CLI + .onnx model). No API key.",local:!0},elevenlabs:{name:"ElevenLabs",note:"Cloud, multilingual. Requires an API key."},openai:{name:"OpenAI",note:"Cloud (tts-1 / tts-1-hd) or any OpenAI-compatible endpoint (set a base URL for a local server, e.g. QVox)."},gemini:{name:"Gemini",note:"Cloud (preview). Uses your Gemini key."},mock:{name:"Mock",note:"Silent test engine. Always available as a fallback.",local:!0}};async function bP(e){const t=T_(),a=await fetch(`/voice/tts?path=${encodeURIComponent(e)}`,{headers:t?{authorization:`Bearer ${t}`}:{}});if(!a.ok){const l=await a.text().catch(()=>"");throw new Error(`No se pudo leer el audio (${a.status}): ${l.slice(0,160)}`)}const o=await a.blob();return URL.createObjectURL(o)}const zf={providers:()=>se.get("/tts/providers"),sttHardware:()=>se.get("/transcribe/hardware"),sttModels:e=>se.get(`/transcribe/models?backend=${e}`),say:e=>se.post("/tts/say",e),turn:e=>se.post("/voice/turn",e)},vN={manifest:()=>se.get("/deck/manifest"),setWidget:(e,t)=>se.patch(`/deck/widgets/${encodeURIComponent(e)}`,t),exec:e=>se.post("/deck/exec",e)},wo=e=>`/projects/${e}/code/sessions`,Wa={sessions:{list:e=>se.get(wo(e)).then(t=>t.sessions),get:(e,t)=>se.get(`${wo(e)}/${t}`),create:(e,t={})=>se.post(wo(e),t),update:(e,t,a)=>se.patch(`${wo(e)}/${t}`,a),remove:(e,t)=>se.del(`${wo(e)}/${t}`)},changes:(e,t)=>se.get(`${wo(e)}/${t}/changes`),stream:(e,t,a,o,l)=>bN(`${wo(e)}/${t}/chat/stream`,a,o,l)},Zs={list:e=>se.get(`/projects/${encodeURIComponent(e)}/artifacts`),read:(e,t)=>se.get(`/projects/${encodeURIComponent(e)}/artifacts/${encodeURIComponent(t)}`),run:(e,t,a=[])=>se.post(`/projects/${encodeURIComponent(e)}/artifacts/${encodeURIComponent(t)}/run`,{args:a}),remove:(e,t)=>se.del(`/projects/${encodeURIComponent(e)}/artifacts/${encodeURIComponent(t)}`),write:(e,t,a)=>se.patch(`/projects/${encodeURIComponent(e)}/artifacts/${encodeURIComponent(t)}`,{content:a}),rename:(e,t,a)=>se.patch(`/projects/${encodeURIComponent(e)}/artifacts/${encodeURIComponent(t)}`,{newName:a}),preview:(e,t,a=!0)=>se.post(`/projects/${encodeURIComponent(e)}/artifacts/${encodeURIComponent(t)}/preview`,{watch:a}),previews:e=>se.get(`/projects/${encodeURIComponent(e)}/previews`),stopPreview:e=>se.del(`/previews/${encodeURIComponent(e)}`),openTunnel:(e,t)=>se.post(`/previews/${encodeURIComponent(e)}/tunnel`,{provider:t}),closeTunnel:e=>se.del(`/previews/${encodeURIComponent(e)}/tunnel`)},$s={list:e=>{const t=new URLSearchParams;e&&(t.set("project_path",e),t.set("scope",e));const a=t.toString();return se.get(a?`/skills?${a}`:"/skills")},detail:(e,t)=>{const a=t?`?project_path=${encodeURIComponent(t)}`:"";return se.get(`/skills/${encodeURIComponent(e)}/detail${a}`)},setEnabled:e=>se.put("/skills/enabled",e),create:e=>se.post("/skills",e),importZip:e=>se.post("/skills/import/zip",e),importRepo:e=>se.post("/skills/import/repo",e),remove:(e,t)=>{const a=t?`?project_path=${encodeURIComponent(t)}`:"";return se.del(`/skills/${encodeURIComponent(e)}${a}`)},inspector:()=>se.get("/skills/inspector"),updateInspector:e=>se.put("/skills/inspector",e),index:(e={})=>se.post("/skills/index",e),inspect:(e,t)=>se.post("/skills/inspect",{prompt:e,project_path:t})},qr={get:e=>se.get(`/projects/${e}/organization`),createArea:(e,t)=>se.post(`/projects/${e}/organization/areas`,t),updateArea:(e,t,a)=>se.patch(`/projects/${e}/organization/areas/${encodeURIComponent(t)}`,a),removeArea:(e,t)=>se.del(`/projects/${e}/organization/areas/${encodeURIComponent(t)}`),createRole:(e,t)=>se.post(`/projects/${e}/organization/roles`,t),updateRole:(e,t,a)=>se.patch(`/projects/${e}/organization/roles/${encodeURIComponent(t)}`,a),removeRole:(e,t)=>se.del(`/projects/${e}/organization/roles/${encodeURIComponent(t)}`)},Sc={tree:(e,t="project")=>se.get(`/projects/${e}/fs/tree?scope=${t}`),read:(e,t,a="project")=>se.get(`/projects/${e}/fs/file?scope=${a}&path=${encodeURIComponent(t)}`),write:(e,t,a,o="project")=>se.put(`/projects/${e}/fs/file`,{scope:o,path:t,content:a}),mkdir:(e,t,a="project")=>se.post(`/projects/${e}/fs/dir`,{scope:a,path:t}),remove:(e,t,a="project")=>se.del(`/projects/${e}/fs/entry?scope=${a}&path=${encodeURIComponent(t)}`)};function iu(){const{data:e,error:t,isLoading:a,mutate:o}=qe("/projects",()=>Wn.list(),{refreshInterval:ep.projects});return{projects:(e||[]).slice().sort((c,d)=>{const f=Number(c.id),m=Number(d.id);return f===0&&m!==0?-1:m===0&&f!==0?1:f-m}),error:t,isLoading:a,mutate:o}}function cu(e){const{projects:t,isLoading:a,mutate:o}=iu();return{project:t.find(c=>String(c.id)===e)??null,isLoading:a,mutate:o}}function A_(){const{data:e,error:t,isLoading:a,mutate:o}=qe("/identity",()=>jw.get());return{identity:e||{},error:t,isLoading:a,mutate:o,save:async c=>{const d=await jw.patch(c);return await o(d,{revalidate:!1}),d}}}function Np(){const{identity:e}=A_();return e?.agent_name?.trim()||"APX"}function _P(){return[{id:"desktop",label:u("nav.modules.desktop"),href:"/m/desktop",icon:jb},{id:"code",label:u("nav.modules.code"),href:"/m/code",icon:ja}]}function vP(e,t,a){const[o,l]=x.useState(t);return x.useLayoutEffect(()=>{const c=e.current;if(!c||!a)return;const d=()=>{const m=getComputedStyle(c),h=(parseFloat(m.paddingTop)||0)+(parseFloat(m.paddingBottom)||0),g=c.clientHeight-h;if(g<=0)return;const b=parseFloat(m.rowGap)||12,w=(c.querySelector("[data-rail-probe]")?.offsetHeight??56)+b,y=Math.max(0,Math.floor((g+b)/w))-1;l(y>=t?t:Math.max(0,y-1))};d();const f=new ResizeObserver(d);return f.observe(c),()=>f.disconnect()},[e,t,a]),a?Math.min(o,t):t}function ww({projects:e,label:t,sublabel:a,icon:o,tooltip:l,header:c,active:d,testId:f,onSelect:m,isActive:h}){return n.jsxs(j_,{children:[n.jsxs(w_,{"data-testid":f,title:l,"aria-label":l,className:"group flex w-full cursor-pointer flex-col items-center gap-1",children:[n.jsx("span",{className:me("flex size-10 items-center justify-center rounded-xl text-xs font-bold transition-all","bg-muted/40 text-muted-fg hover:bg-accent hover:text-foreground",d&&"ring-2 ring-foreground ring-offset-2 ring-offset-card"),children:o??t}),a&&n.jsx("span",{className:"block max-w-[3.6rem] truncate text-[9px] leading-tight text-muted-fg group-hover:text-foreground",children:a})]}),n.jsxs(k_,{side:"right",align:"start",sideOffset:8,className:"max-h-[70vh] w-64",children:[n.jsx("div",{className:"px-1.5 py-1 text-xs font-medium text-muted-foreground",children:c}),e.map(g=>{const b=g.name||g.path.split("/").pop()||String(g.id),_=`/p/${g.id}`,{initials:w,idleClass:S}=N6(b);return n.jsxs(rf,{"data-testid":`project-menu-item-${g.id}`,onClick:()=>m(_),className:me(h(_)&&"bg-accent/60 text-foreground"),children:[n.jsx("span",{className:me("flex size-6 shrink-0 items-center justify-center rounded-md text-[10px] font-bold",S),children:w}),n.jsx("span",{className:"truncate",children:b})]},g.id)})]})]})}function yP({onSelect:e,onOpenRoby:t,onOpenAddProject:a}){const{projects:o,isLoading:l}=iu(),c=ss(),d=_P(),f=Np(),m=x.useRef(null),{collapsed:h,toggle:g}=N_(zn.sidebarCollapsed+".projects"),b=j=>c.pathname===j||c.pathname.startsWith(`${j}/`),_=o.find(j=>String(j.id)==="0"),w=o.filter(j=>String(j.id)!=="0").sort((j,E)=>Number(E.id)-Number(j.id)),S=vP(m,w.length,!h&&w.length>0),y=w.slice(0,S),C=w.slice(S),N=C.some(j=>b(`/p/${j.id}`));return n.jsxs("aside",{className:"flex h-full w-20 flex-col items-center gap-3 overflow-hidden bg-transparent py-3",children:[n.jsx($e,{content:u("nav.apx_admin"),side:"right",children:n.jsx("button",{type:"button",onClick:()=>e("/"),"data-testid":"nav-home",className:"mb-2 cursor-pointer",children:n.jsx(RM,{size:36})})}),l&&n.jsx("div",{className:"size-10 animate-pulse rounded-xl bg-muted"}),_&&n.jsx(Pl,{label:u("base.title"),testId:"project-avatar-0",title:u("base.subtitle"),active:b("/p/0"),isDefault:!0,icon:n.jsx("img",{src:"/modules/superagent.png",alt:u("base.title"),className:"size-7 object-contain",draggable:!1}),onClick:()=>e("/p/0")}),d.map(j=>n.jsx(Pl,{label:j.label,testId:`module-avatar-${j.id}`,title:j.label,active:b(j.href),icon:n.jsx(j.icon,{size:18}),onClick:()=>e(j.href)},j.id)),n.jsxs("div",{className:"flex min-h-0 w-full flex-1 flex-col items-center gap-3",children:[w.length>0&&n.jsxs(n.Fragment,{children:[n.jsx("div",{className:"my-0.5 h-px w-8 rounded-full bg-border"}),n.jsx($e,{content:u(h?"nav.expand_projects":"nav.collapse_projects"),side:"right",children:n.jsx("button",{type:"button",onClick:g,"data-testid":"nav-toggle-projects","aria-label":u(h?"nav.expand_projects":"nav.collapse_projects"),"aria-expanded":!h,className:"flex h-5 w-8 cursor-pointer items-center justify-center rounded-md text-muted-fg transition-colors hover:bg-accent hover:text-foreground",children:n.jsx(hs,{className:me("size-3.5 transition-transform",h&&"-rotate-90")})})})]}),n.jsxs("div",{ref:m,className:"flex min-h-0 w-full flex-1 flex-col items-center gap-3 overflow-hidden py-1.5",children:[w.length>0&&h&&n.jsx(ww,{projects:w,icon:n.jsx(XA,{size:18}),sublabel:String(w.length),tooltip:u("nav.all_projects"),header:u("nav.all_projects"),active:w.some(j=>b(`/p/${j.id}`)),testId:"nav-projects-folder",onSelect:e,isActive:b}),w.length>0&&!h&&n.jsxs(n.Fragment,{children:[n.jsx("div",{"data-rail-probe":!0,"aria-hidden":!0,className:"invisible absolute w-full",children:n.jsx(Pl,{label:"Ag",active:!1,onClick:()=>{}})}),y.map(j=>{const E=j.name||j.path.split("/").pop()||String(j.id),R=`/p/${j.id}`;return n.jsx("div",{"data-rail-item":!0,className:"w-full",children:n.jsx(Pl,{label:E,testId:`project-avatar-${j.id}`,title:`${E} — ${j.path}`,active:b(R),onClick:()=>e(R)})},j.id)}),C.length>0&&n.jsx(ww,{projects:C,label:`+${C.length}`,tooltip:u("nav.more_projects",{count:C.length}),header:u("nav.more_projects",{count:C.length}),active:N,testId:"nav-projects-overflow",onSelect:e,isActive:b})]}),n.jsx(Pl,{label:u("nav.add_project"),isAdd:!0,testId:"nav-add-project",icon:n.jsx(It,{size:18}),active:!1,onClick:()=>a?a():e("/?action=add-project"),title:u("nav.add_project")})]})]}),n.jsx(Pl,{label:u("nav.settings"),isSettings:!0,testId:"nav-settings",icon:n.jsx(Jf,{size:16}),active:c.pathname==="/settings"||c.pathname.startsWith("/settings/"),onClick:()=>e("/settings"),title:u("nav.settings")}),n.jsx($e,{content:u("settings_ui.documentation"),side:"right",children:n.jsx("a",{href:"https://agentprojectcontext.github.io/apx/docs/",target:"_blank",rel:"noopener noreferrer","data-testid":"nav-docs","aria-label":u("settings_ui.documentation"),className:"flex size-10 items-center justify-center rounded-xl border border-border/60 bg-muted/30 text-muted-fg transition-colors hover:bg-accent hover:text-foreground",children:n.jsx(SA,{size:18})})}),n.jsx($e,{content:u("superagent.talk",{persona:f}),side:"right",children:n.jsx("button",{type:"button",onClick:t,"data-testid":"nav-roby","aria-label":u("superagent.talk",{persona:f}),className:"flex size-10 items-center justify-center rounded-xl border border-border/60 bg-muted/30 text-muted-fg transition-colors hover:bg-accent hover:text-foreground",children:n.jsx(cn,{size:18})})})]})}function yN(e){switch(e){case"personal":return u("settings_ui.kind_personal");case"company":return u("settings_ui.kind_company");case"app":return u("settings_ui.kind_app");case"software":return u("settings_ui.kind_software");case"default":return u("settings_ui.kind_default");case"other":return u("settings_ui.kind_other");default:return u("nav.project")}}function Ye({title:e,description:t,action:a,className:o,children:l,fullHeight:c}){return n.jsxs("section",{className:me("rounded-xl border border-border bg-card p-5",c&&"flex h-full min-h-0 flex-col",o),children:[n.jsxs("header",{className:me("mb-4 flex items-start justify-between gap-4",c&&"shrink-0"),children:[n.jsxs("div",{children:[n.jsx("h2",{className:"text-lg font-semibold tracking-tight",children:e}),t&&n.jsx("p",{className:"mt-0.5 text-sm text-muted-fg",children:t})]}),a]}),n.jsx("div",{className:me(c&&"flex min-h-0 flex-1 flex-col"),children:l})]})}function kw({children:e}){return n.jsx("kbd",{className:"rounded border border-border bg-muted px-1.5 py-0.5 font-mono text-[10px] uppercase tracking-wide text-muted-fg",children:e})}function uu({ok:e}){return n.jsx("span",{className:me("inline-block size-2 rounded-full",e===null?"bg-muted-fg":e?"bg-emerald-500":"bg-red-500")})}const jP=x.forwardRef(function(t,a){const{render:o,className:l,disabled:c=!1,focusableWhenDisabled:d=!1,nativeButton:f=!0,style:m,...h}=t,{getButtonProps:g,buttonRef:b}=no({disabled:c,focusableWhenDisabled:d,native:f});return Et("button",t,{state:{disabled:c},ref:[a,b],props:[h,g]})}),Sw=e=>typeof e=="boolean"?`${e}`:e===0?"0":e,Cw=Uc,M_=(e,t)=>a=>{var o;if(t?.variants==null)return Cw(e,a?.class,a?.className);const{variants:l,defaultVariants:c}=t,d=Object.keys(l).map(h=>{const g=a?.[h],b=c?.[h];if(g===null)return null;const _=Sw(g)||Sw(b);return l[h][_]}),f=a&&Object.entries(a).reduce((h,g)=>{let[b,_]=g;return _===void 0||(h[b]=_),h},{}),m=t==null||(o=t.compoundVariants)===null||o===void 0?void 0:o.reduce((h,g)=>{let{class:b,className:_,...w}=g;return Object.entries(w).every(S=>{let[y,C]=S;return Array.isArray(C)?C.includes({...c,...f}[y]):{...c,...f}[y]===C})?[...h,b,_]:h},[]);return Cw(e,d,m,a?.class,a?.className)},wP=M_("group/button inline-flex shrink-0 items-center justify-center rounded-lg border border-transparent bg-clip-padding text-sm font-medium whitespace-nowrap transition-all outline-none select-none focus-visible:border-ring focus-visible:ring-3 focus-visible:ring-ring/50 active:not-aria-[haspopup]:translate-y-px disabled:pointer-events-none disabled:opacity-50 aria-invalid:border-destructive aria-invalid:ring-3 aria-invalid:ring-destructive/20 dark:aria-invalid:border-destructive/50 dark:aria-invalid:ring-destructive/40 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",{variants:{variant:{default:"bg-primary text-primary-foreground [a]:hover:bg-primary/80",outline:"border-border bg-background hover:bg-muted hover:text-foreground aria-expanded:bg-muted aria-expanded:text-foreground dark:border-input dark:bg-input/30 dark:hover:bg-input/50",secondary:"bg-secondary text-secondary-foreground hover:bg-secondary/80 aria-expanded:bg-secondary aria-expanded:text-secondary-foreground",ghost:"hover:bg-muted hover:text-foreground aria-expanded:bg-muted aria-expanded:text-foreground dark:hover:bg-muted/50",destructive:"bg-destructive/10 text-destructive hover:bg-destructive/20 focus-visible:border-destructive/40 focus-visible:ring-destructive/20 dark:bg-destructive/20 dark:hover:bg-destructive/30 dark:focus-visible:ring-destructive/40",link:"text-primary underline-offset-4 hover:underline"},size:{default:"h-8 gap-1.5 px-2.5 has-data-[icon=inline-end]:pr-2 has-data-[icon=inline-start]:pl-2",xs:"h-6 gap-1 rounded-[min(var(--radius-md),10px)] px-2 text-xs in-data-[slot=button-group]:rounded-lg has-data-[icon=inline-end]:pr-1.5 has-data-[icon=inline-start]:pl-1.5 [&_svg:not([class*='size-'])]:size-3",sm:"h-7 gap-1 rounded-[min(var(--radius-md),12px)] px-2.5 text-[0.8rem] in-data-[slot=button-group]:rounded-lg has-data-[icon=inline-end]:pr-1.5 has-data-[icon=inline-start]:pl-1.5 [&_svg:not([class*='size-'])]:size-3.5",lg:"h-9 gap-1.5 px-2.5 has-data-[icon=inline-end]:pr-2 has-data-[icon=inline-start]:pl-2",icon:"size-8","icon-xs":"size-6 rounded-[min(var(--radius-md),10px)] in-data-[slot=button-group]:rounded-lg [&_svg:not([class*='size-'])]:size-3","icon-sm":"size-7 rounded-[min(var(--radius-md),12px)] in-data-[slot=button-group]:rounded-lg","icon-lg":"size-9"}},defaultVariants:{variant:"default",size:"default"}});function ir({className:e,variant:t="default",size:a="default",...o}){return n.jsx(jP,{"data-slot":"button",className:Ct(wP({variant:t,size:a,className:e})),...o})}let Nw=(function(e){return e.disabled="data-disabled",e.valid="data-valid",e.invalid="data-invalid",e.touched="data-touched",e.dirty="data-dirty",e.filled="data-filled",e.focused="data-focused",e})({});const kP={badInput:!1,customError:!1,patternMismatch:!1,rangeOverflow:!1,rangeUnderflow:!1,stepMismatch:!1,tooLong:!1,tooShort:!1,typeMismatch:!1,valid:null,valueMissing:!1},Cc={valid:null,touched:!1,dirty:!1,filled:!1,focused:!1},SP={disabled:!1,...Cc},O_={valid(e){return e===null?null:e?{[Nw.valid]:""}:{[Nw.invalid]:""}}},CP={invalid:void 0,name:void 0,validityData:{state:kP,errors:[],error:"",value:"",initialValue:null},setValidityData:Mn,disabled:void 0,touched:Cc.touched,setTouched:Mn,dirty:Cc.dirty,setDirty:Mn,filled:Cc.filled,setFilled:Mn,focused:Cc.focused,setFocused:Mn,validate:()=>null,validationMode:"onSubmit",validationDebounceTime:0,shouldValidateOnChange:()=>!1,state:SP,markedDirtyRef:{current:!1},registerFieldControl:Mn,validation:{getValidationProps:(e,t=Xt)=>t,inputRef:{current:null},registerInput:Mn,commit:async()=>{},change:Mn}},NP=x.createContext(CP);function du(e=!0){const t=x.useContext(NP);if(t.setValidityData===Mn&&!e)throw new Error(ln(28));return t}const EP=x.createContext({formRef:{current:{fields:new Map}},errors:{},clearErrors:Mn,validationMode:"onSubmit",submitAttemptedRef:{current:!1}});function z_(){return x.useContext(EP)}const RP=x.createContext({controlId:void 0,registerControlId:Mn,labelId:void 0,setLabelId:Mn,messageIds:[],setMessageIds:Mn,getDescriptionProps:e=>e});function Ep(){return x.useContext(RP)}function TP(e,t,a,o=!0,l){const[c,d]=x.useState(),f=oa(l?`${l}-label`:void 0),m=e??t??c;return ze(()=>{const h=e||t||!o?void 0:AP(a.current,f);c!==h&&d(h)}),m}function AP(e,t){const a=MP(e);if(a)return!a.id&&t&&(a.id=t),a.id||void 0}function MP(e){if(!e)return;const t=e.parentElement;if(t&&t.tagName==="LABEL")return t;const a=e.id;if(a){const l=e.nextElementSibling;if(l&&l.htmlFor===a)return l}const o=e.labels;return o&&o[0]}function Rp(e={}){const{id:t,implicit:a=!1,controlRef:o}=e,{controlId:l,registerControlId:c}=Ep(),d=oa(t),f=a?l:void 0,m=ns(()=>Symbol("labelable-control")),h=x.useRef(!1),g=x.useRef(t!=null),b=Ue(()=>{!h.current||c===Mn||(h.current=!1,c(m.current,void 0))});return ze(()=>{if(c===Mn)return;let _;if(a){const w=o?.current;bt(w)&&w.closest("label")!=null?_=t??null:_=f??d}else if(t!=null)g.current=!0,_=t;else if(g.current)_=d;else{b();return}if(_===void 0){b();return}h.current=!0,c(m.current,_)},[t,o,f,c,a,d,m,b]),x.useEffect(()=>b,[b]),l??d}function D_(e,t,a,o,l=!0,c){const{registerFieldControl:d}=du(),f=x.useRef(null);f.current||(f.current=Symbol()),ze(()=>{const m=f.current;return!m||!l?void 0:(d(m,{controlRef:e,getValue:o,id:t,name:c,value:a}),()=>{d(m,void 0)})},[e,l,o,t,c,d,a])}const OP=x.forwardRef(function(t,a){const{render:o,className:l,id:c,name:d,value:f,disabled:m=!1,onValueChange:h,defaultValue:g,autoFocus:b=!1,style:_,...w}=t,{state:S,name:y,disabled:C,setTouched:N,setDirty:j,validityData:E,setFocused:R,setFilled:A,validationMode:T,validation:z}=du(),{clearErrors:O}=z_(),P=C||m,L=y??d,U={...S,disabled:P},{labelId:D}=Ep(),I=Rp({id:c});ze(()=>{const K=f!=null;z.inputRef.current?.value||K&&f!==""?A(!0):K&&f===""&&A(!1)},[z.inputRef,A,f]);const $=x.useRef(null);ze(()=>{b&&$.current===Gn(xt($.current))&&R(!0)},[b,R]);const[F]=ri({controlled:f,default:g,name:"FieldControl",state:"value"}),H=f!==void 0,Y=H?F:void 0,V=Ue(()=>z.inputRef.current?.value);return D_(z.inputRef,I,Y,V,!P,d),Et("input",t,{ref:[a,$],state:U,props:[{id:I,disabled:P,name:L,ref:z.inputRef,"aria-labelledby":D,autoFocus:b,...H?{value:Y}:{defaultValue:g},onChange(K){const B=K.currentTarget.value;h?.(B,st(ka,K.nativeEvent)),j(B!==E.initialValue),A(B!==""),K.nativeEvent.defaultPrevented||(O(L),z.change(B))},onFocus(){R(!0)},onBlur(K){N(!0),R(!1),T==="onBlur"&&z.commit(K.currentTarget.value)},onKeyDown(K){K.currentTarget.tagName==="INPUT"&&K.key==="Enter"&&(N(!0),z.commit(K.currentTarget.value))}},w,K=>z.getValidationProps(P,K)],stateAttributesMapping:O_})}),zP=x.forwardRef(function(t,a){return n.jsx(OP,{ref:a,...t})});function DP({className:e,type:t,...a}){return n.jsx(zP,{type:t,"data-slot":"input",className:Ct("h-8 w-full min-w-0 rounded-lg border border-input bg-transparent px-2.5 py-1 text-base transition-colors outline-none file:inline-flex file:h-6 file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-foreground placeholder:text-muted-foreground focus-visible:border-ring focus-visible:ring-3 focus-visible:ring-ring/50 disabled:pointer-events-none disabled:cursor-not-allowed disabled:bg-input/50 disabled:opacity-50 aria-invalid:border-destructive aria-invalid:ring-3 aria-invalid:ring-destructive/20 md:text-sm dark:bg-input/30 dark:disabled:bg-input/80 dark:aria-invalid:border-destructive/50 dark:aria-invalid:ring-destructive/40",e),...a})}function PP({className:e,...t}){return n.jsx("textarea",{"data-slot":"textarea",className:Ct("flex field-sizing-content min-h-16 w-full rounded-lg border border-input bg-transparent px-2.5 py-2 text-base transition-colors outline-none placeholder:text-muted-foreground focus-visible:border-ring focus-visible:ring-3 focus-visible:ring-ring/50 disabled:cursor-not-allowed disabled:bg-input/50 disabled:opacity-50 aria-invalid:border-destructive aria-invalid:ring-3 aria-invalid:ring-destructive/20 md:text-sm dark:bg-input/30 dark:disabled:bg-input/80 dark:aria-invalid:border-destructive/50 dark:aria-invalid:ring-destructive/40",e),...t})}function LP(e){return Et(e.defaultTagName??"div",e,e)}const IP=M_("group/badge inline-flex h-5 w-fit shrink-0 items-center justify-center gap-1 overflow-hidden rounded-4xl border border-transparent px-2 py-0.5 text-xs font-medium whitespace-nowrap transition-all focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50 has-data-[icon=inline-end]:pr-1.5 has-data-[icon=inline-start]:pl-1.5 aria-invalid:border-destructive aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 [&>svg]:pointer-events-none [&>svg]:size-3!",{variants:{variant:{default:"bg-primary text-primary-foreground [a]:hover:bg-primary/80",secondary:"bg-secondary text-secondary-foreground [a]:hover:bg-secondary/80",destructive:"bg-destructive/10 text-destructive focus-visible:ring-destructive/20 dark:bg-destructive/20 dark:focus-visible:ring-destructive/40 [a]:hover:bg-destructive/20",outline:"border-border text-foreground [a]:hover:bg-muted [a]:hover:text-muted-foreground",ghost:"hover:bg-muted hover:text-muted-foreground dark:hover:bg-muted/50",link:"text-primary underline-offset-4 hover:underline"}},defaultVariants:{variant:"default"}});function BP({className:e,variant:t="default",render:a,...o}){return LP({defaultTagName:"span",props:Kn({className:Ct(IP({variant:t}),e)},o),render:a,state:{slot:"badge",variant:t}})}const jN=x.createContext(void 0);function UP(){const e=x.useContext(jN);if(e===void 0)throw new Error(ln(63));return e}let Ew=(function(e){return e.checked="data-checked",e.unchecked="data-unchecked",e.disabled="data-disabled",e.readonly="data-readonly",e.required="data-required",e.valid="data-valid",e.invalid="data-invalid",e.touched="data-touched",e.dirty="data-dirty",e.filled="data-filled",e.focused="data-focused",e})({});const wN={...O_,checked(e){return e?{[Ew.checked]:""}:{[Ew.unchecked]:""}}},$P=x.forwardRef(function(t,a){const{checked:o,className:l,defaultChecked:c,"aria-labelledby":d,form:f,id:m,inputRef:h,name:g,nativeButton:b=!1,onCheckedChange:_,readOnly:w=!1,required:S=!1,disabled:y=!1,render:C,uncheckedValue:N,value:j,style:E,...R}=t,{clearErrors:A}=z_(),{state:T,setTouched:z,setDirty:O,validityData:P,setFilled:L,setFocused:U,validationMode:D,disabled:I,name:$,validation:F}=du(),{labelId:H}=Ep(),Y=I||y,V=$??g,G=x.useRef(null),K=or(G,h,F.inputRef),B=x.useRef(null),Q=oa(),Z=Rp({id:m,implicit:!1,controlRef:B}),X=b?void 0:Z,[ne,ee]=ri({controlled:o,default:!!c,name:"Switch",state:"checked"});D_(B,Q,ne,void 0,!Y,g),ze(()=>{G.current&&L(G.current.checked)},[G,L]),v_(ne,()=>{A(V),O(ne!==P.initialValue),L(ne),F.change(ne)});const{getButtonProps:re,buttonRef:le}=no({disabled:Y,native:b}),ge=TP(d,H,G,!b,X),Me={id:b?Z:Q,role:"switch","aria-checked":ne,"aria-readonly":w||void 0,"aria-required":S||void 0,"aria-labelledby":ge,onFocus(){Y||U(!0)},onBlur(){const ke=G.current;!ke||Y||(z(!0),U(!1),D==="onBlur"&&F.commit(ke.checked))},onClick(ke){if(w||Y)return;ke.preventDefault();const Be=G.current;Be&&Be.dispatchEvent(new(Wt(Be)).PointerEvent("click",{bubbles:!0,shiftKey:ke.shiftKey,ctrlKey:ke.ctrlKey,altKey:ke.altKey,metaKey:ke.metaKey}))}},fe=Kn({checked:ne,disabled:Y,form:f,id:X,name:V,required:S,style:V?CS:$b,tabIndex:-1,type:"checkbox","aria-hidden":!0,ref:K,onChange(ke){if(ke.nativeEvent.defaultPrevented)return;if(w){ke.preventDefault();return}const Be=ke.currentTarget.checked,Ve=st(ka,ke.nativeEvent);_?.(Be,Ve),!Ve.isCanceled&&ee(Be)},onFocus(){B.current?.focus()}},ke=>F.getValidationProps(Y,ke),j!==void 0?{value:j}:Xt),he=x.useMemo(()=>({...T,checked:ne,disabled:Y,readOnly:w,required:S}),[T,ne,Y,w,S]),Ce=Et("span",t,{state:he,ref:[a,B,le],props:[Me,R,re,ke=>F.getValidationProps(Y,ke)],stateAttributesMapping:wN});return n.jsxs(jN.Provider,{value:he,children:[Ce,!ne&&V&&N!==void 0&&n.jsx("input",{type:"hidden",form:f,name:V,value:N,disabled:Y}),n.jsx("input",{...fe,suppressHydrationWarning:!0})]})}),HP=x.forwardRef(function(t,a){const{render:o,className:l,style:c,...d}=t,f=UP();return Et("span",t,{state:f,ref:a,stateAttributesMapping:wN,props:d})});function qP({className:e,size:t="default",...a}){return n.jsx($P,{"data-slot":"switch","data-size":t,className:Ct("peer group/switch relative inline-flex shrink-0 items-center rounded-full border border-transparent transition-all outline-none after:absolute after:-inset-x-3 after:-inset-y-2 focus-visible:border-ring focus-visible:ring-3 focus-visible:ring-ring/50 aria-invalid:border-destructive aria-invalid:ring-3 aria-invalid:ring-destructive/20 data-[size=default]:h-[18.4px] data-[size=default]:w-[32px] data-[size=sm]:h-[14px] data-[size=sm]:w-[24px] dark:aria-invalid:border-destructive/50 dark:aria-invalid:ring-destructive/40 data-checked:bg-primary data-unchecked:bg-input dark:data-unchecked:bg-input/80 data-disabled:cursor-not-allowed data-disabled:opacity-50",e),...a,children:n.jsx(HP,{"data-slot":"switch-thumb",className:"pointer-events-none block rounded-full bg-background ring-0 transition-transform group-data-[size=default]/switch:size-4 group-data-[size=sm]/switch:size-3 group-data-[size=default]/switch:data-checked:translate-x-[calc(100%-2px)] group-data-[size=sm]/switch:data-checked:translate-x-[calc(100%-2px)] dark:data-checked:bg-primary-foreground group-data-[size=default]/switch:data-unchecked:translate-x-0 group-data-[size=sm]/switch:data-unchecked:translate-x-0 dark:data-unchecked:bg-foreground"})})}function VP({className:e,...t}){return n.jsx(ea,{role:"status","aria-label":"Loading",className:Ct("size-4 animate-spin",e),...t})}const kN=x.createContext(!1),SN=x.createContext(void 0);function Ko(e){const t=x.useContext(SN);if(e===!1&&t===void 0)throw new Error(ln(27));return t}const FP={...Yo,...ur},CN=x.forwardRef(function(t,a){const{render:o,className:l,style:c,forceRender:d=!1,...f}=t,{store:m}=Ko(),h=m.useState("open"),g=m.useState("nested"),b=m.useState("mounted"),_=m.useState("transitionStatus");return Et("div",t,{state:{open:h,transitionStatus:_},ref:[m.context.backdropRef,a],stateAttributesMapping:FP,props:[{role:"presentation",hidden:!b,style:{userSelect:"none",WebkitUserSelect:"none"}},f],enabled:d||!g})}),Tp=x.forwardRef(function(t,a){const{render:o,className:l,style:c,disabled:d=!1,nativeButton:f=!0,...m}=t,{store:h}=Ko(),g=h.useState("open"),{getButtonProps:b,buttonRef:_}=no({disabled:d,native:f}),w={disabled:d};function S(y){g&&h.setOpen(!1,st(T4,y.nativeEvent))}return Et("button",t,{state:w,ref:[a,_],props:[{onClick:S},m,b]})}),NN=x.forwardRef(function(t,a){const{render:o,className:l,style:c,id:d,...f}=t,{store:m}=Ko(),h=oa(d);return m.useSyncedValueWithCleanup("descriptionElementId",h),Et("p",t,{ref:a,props:[{id:h},f]})});let GP=(function(e){return e.nestedDialogs="--nested-dialogs",e})({}),YP=(function(e){return e[e.open=To.open]="open",e[e.closed=To.closed]="closed",e[e.startingStyle=To.startingStyle]="startingStyle",e[e.endingStyle=To.endingStyle]="endingStyle",e.nested="data-nested",e.nestedDialogOpen="data-nested-dialog-open",e})({});const EN=x.createContext(void 0);function KP(){const e=x.useContext(EN);if(e===void 0)throw new Error(ln(26));return e}const XP={...Yo,...ur,nestedDialogOpen(e){return e?{[YP.nestedDialogOpen]:""}:null}},RN=x.forwardRef(function(t,a){const{render:o,className:l,style:c,finalFocus:d,initialFocus:f,...m}=t,{store:h}=Ko(),g=h.useState("descriptionElementId"),b=h.useState("disablePointerDismissal"),_=h.useState("floatingRootContext"),w=h.useState("popupProps"),S=h.useState("modal"),y=h.useState("mounted"),C=h.useState("nested"),N=h.useState("nestedOpenDialogCount"),j=h.useState("open"),E=h.useState("openMethod"),R=h.useState("titleElementId"),A=h.useState("transitionStatus"),T=h.useState("role"),z=_.useState("floatingId"),O=m.id??z;KP(),Ea({open:j,ref:h.context.popupRef,onComplete(){j&&h.context.onOpenChangeComplete?.(!0)}});const P=f===void 0?Dz(h.context.popupRef):f,L=N>0,U=h.useStateSetter("popupElement"),I=Et("div",t,{state:{open:j,nested:C,transitionStatus:A,nestedDialogOpen:L},props:[w,{id:O,"aria-labelledby":R??void 0,"aria-describedby":g??void 0,role:T,...hp,hidden:!y,onKeyDown($){kp.has($.key)&&$.stopPropagation()},style:{[GP.nestedDialogs]:N}},m],ref:[a,h.context.popupRef,U],stateAttributesMapping:XP});return n.jsx(Jb,{context:_,openInteractionType:E,disabled:!y,closeOnFocusOut:!b,initialFocus:P,returnFocus:d,modal:S!==!1,restoreFocus:"popup",children:I})}),TN=x.forwardRef(function(t,a){const{keepMounted:o=!1,...l}=t,{store:c}=Ko(),d=c.useState("mounted"),f=c.useState("modal"),m=c.useState("open");return d||o?n.jsx(EN.Provider,{value:o,children:n.jsxs(Qb,{ref:a,...l,children:[d&&f===!0&&n.jsx(__,{ref:c.context.internalBackdropRef,inert:vp(!m)}),t.children]})}):null});function QP(e){const{store:t,actionsRef:a}=e,o=t.useState("open");Iz(t,o),s_(t);const{forceUnmount:l}=a_(o,t),c=x.useCallback(()=>{t.setOpen(!1,st(Bb))},[t]);x.useImperativeHandle(a,()=>({unmount:l,close:c}),[l,c])}function WP({store:e,parentContext:t,isDrawer:a}){const o=e.useState("open"),l=e.useState("disablePointerDismissal"),c=e.useState("modal"),d=e.useState("popupElement"),f=e.useState("floatingRootContext"),[m,h]=x.useState(0),[g,b]=x.useState(0),_=m===0,w=fp(f,{outsidePressEvent(){return e.context.internalBackdropRef.current||e.context.backdropRef.current?"intentional":{mouse:c==="trap-focus"?"sloppy":"intentional",touch:"sloppy"}},outsidePress(N){if(!e.context.outsidePressEnabledRef.current||"button"in N&&N.button!==0||"touches"in N&&N.touches.length!==1)return!1;const j=qn(N);return _&&!l?c&&(e.context.internalBackdropRef.current||e.context.backdropRef.current)?e.context.internalBackdropRef.current===j||e.context.backdropRef.current===j||We(j,d)&&!j?.hasAttribute("data-base-ui-portal"):!0:!1},escapeKey:_});WC(o&&c===!0,d),e.useContextCallback("onNestedDialogOpen",(N,j)=>{h(N),b(j)}),e.useContextCallback("onNestedDialogClose",()=>{h(0),b(0)}),x.useEffect(()=>(t?.onNestedDialogOpen&&o&&t.onNestedDialogOpen(m+1,g+(a?1:0)),t?.onNestedDialogClose&&!o&&t.onNestedDialogClose(),()=>{t?.onNestedDialogClose&&o&&t.onNestedDialogClose()}),[a,o,m,g,t]);const S=w.reference??Xt,y=w.trigger??Xt,C=w.floating??Xt;return r_(e,{activeTriggerProps:S,inactiveTriggerProps:y,popupProps:C,nestedOpenDialogCount:m,nestedOpenDrawerCount:g}),null}const ZP={...i_,modal:Ae(e=>e.modal),nested:Ae(e=>e.nested),nestedOpenDialogCount:Ae(e=>e.nestedOpenDialogCount),nestedOpenDrawerCount:Ae(e=>e.nestedOpenDrawerCount),disablePointerDismissal:Ae(e=>e.disablePointerDismissal),openMethod:Ae(e=>e.openMethod),descriptionElementId:Ae(e=>e.descriptionElementId),titleElementId:Ae(e=>e.titleElementId),viewportElement:Ae(e=>e.viewportElement),role:Ae(e=>e.role)};class P_ extends mp{constructor(t,a,o=!1){const l=new au,c=JP(t);c.floatingRootContext=xC(l,a,o),super(c,{popupRef:x.createRef(),backdropRef:x.createRef(),internalBackdropRef:x.createRef(),outsidePressEnabledRef:{current:!0},triggerElements:l,onOpenChange:void 0,onOpenChangeComplete:void 0},ZP)}setOpen=(t,a)=>{if(a.preventUnmountOnClose=()=>{this.set("preventUnmountingOnClose",!0)},!t&&a.trigger==null&&this.state.activeTriggerId!=null&&(a.trigger=this.state.activeTriggerElement??void 0),this.context.onOpenChange?.(t,a),a.isCanceled)return;this.state.floatingRootContext.dispatchOpenChange(t,a);const o={open:t};n_(o,t,a.trigger),this.update(o)};static useStore(t,a){return pC(t,(l,c)=>new P_(a,l,c),!0).store}}function JP(e={}){return{...o_(),modal:!0,disablePointerDismissal:!1,popupElement:null,viewportElement:null,descriptionElementId:void 0,titleElementId:void 0,openMethod:null,nested:!1,nestedOpenDialogCount:0,nestedOpenDrawerCount:0,role:"dialog",...e}}function eL(e,t="dialog"){const{children:a,open:o,defaultOpen:l=!1,onOpenChange:c,onOpenChangeComplete:d,disablePointerDismissal:f=!1,modal:m=!0,actionsRef:h,handle:g,triggerId:b,defaultTriggerId:_=null}=e,w=t==="drawer",S=t==="alert-dialog",y=S?!0:m,C=S||f,N=S?"alertdialog":"dialog",j=Ko(!0),R={modal:y,disablePointerDismissal:C,nested:!!j,role:N},A=P_.useStore(g?.store,{open:l,openProp:o,activeTriggerId:_,triggerIdProp:b,...R});t_(()=>{const U=o===void 0&&A.state.open===!1&&l===!0?{open:!0,activeTriggerId:_}:null;S?A.update(U?{...R,...U}:R):U&&A.update(U)}),A.useControlledProp("openProp",o),A.useControlledProp("triggerIdProp",b),A.useSyncedValues(R),A.useContextCallback("onOpenChange",c),A.useContextCallback("onOpenChangeComplete",d);const T=A.useState("open"),z=A.useState("mounted"),O=A.useState("payload");QP({store:A,actionsRef:h});const P=T||z,L=x.useMemo(()=>({store:A}),[A]);return n.jsx(kN.Provider,{value:!1,children:n.jsxs(SN.Provider,{value:L,children:[P&&n.jsx(WP,{store:A,parentContext:j?.store.context,isDrawer:w}),typeof a=="function"?a({payload:O}):a]})})}function AN(e){const t=x.useContext(kN)?"drawer":"dialog";return eL(e,t)}const MN=x.forwardRef(function(t,a){const{render:o,className:l,style:c,id:d,...f}=t,{store:m}=Ko(),h=oa(d);return m.useSyncedValueWithCleanup("titleElementId",h),Et("h2",t,{ref:a,props:[{id:h},f]})});function Hx({...e}){return n.jsx(AN,{"data-slot":"dialog",...e})}function tL({...e}){return n.jsx(TN,{"data-slot":"dialog-portal",...e})}function nL({...e}){return n.jsx(Tp,{"data-slot":"dialog-close",...e})}function sL({className:e,...t}){return n.jsx(CN,{"data-slot":"dialog-overlay",className:Ct("fixed inset-0 isolate z-50 bg-black/10 duration-100 supports-backdrop-filter:backdrop-blur-xs data-open:animate-in data-open:fade-in-0 data-closed:animate-out data-closed:fade-out-0",e),...t})}function qx({className:e,children:t,showCloseButton:a=!0,...o}){return n.jsxs(tL,{children:[n.jsx(sL,{}),n.jsxs(RN,{"data-slot":"dialog-content",className:Ct("fixed top-1/2 left-1/2 z-50 grid w-full max-w-[calc(100%-2rem)] -translate-x-1/2 -translate-y-1/2 gap-4 rounded-xl bg-popover p-4 text-sm text-popover-foreground ring-1 ring-foreground/10 duration-100 outline-none sm:max-w-sm data-open:animate-in data-open:fade-in-0 data-open:zoom-in-95 data-closed:animate-out data-closed:fade-out-0 data-closed:zoom-out-95",e),...o,children:[t,a&&n.jsxs(Tp,{"data-slot":"dialog-close",render:n.jsx(ir,{variant:"ghost",className:"absolute top-2 right-2",size:"icon-sm"}),children:[n.jsx(xs,{}),n.jsx("span",{className:"sr-only",children:"Close"})]})]})]})}function Vx({className:e,...t}){return n.jsx("div",{"data-slot":"dialog-header",className:Ct("flex flex-col gap-2",e),...t})}function Rw({className:e,showCloseButton:t=!1,children:a,...o}){return n.jsxs("div",{"data-slot":"dialog-footer",className:Ct("-mx-4 -mb-4 flex flex-col-reverse gap-2 rounded-b-xl border-t bg-muted/50 p-4 sm:flex-row sm:justify-end",e),...o,children:[a,t&&n.jsx(Tp,{render:n.jsx(ir,{variant:"outline"}),children:"Close"})]})}function Fx({className:e,...t}){return n.jsx(MN,{"data-slot":"dialog-title",className:Ct("font-heading text-base leading-none font-medium",e),...t})}function aL({className:e,...t}){return n.jsx(NN,{"data-slot":"dialog-description",className:Ct("text-sm text-muted-foreground *:[a]:underline *:[a]:underline-offset-3 *:[a]:hover:text-foreground",e),...t})}const rL={primary:"default",secondary:"outline",ghost:"ghost",destructive:"destructive"},oL={sm:"sm",md:"default"};function ae({variant:e="secondary",size:t="md",loading:a,className:o,children:l,disabled:c,type:d="button",...f}){return n.jsxs(ir,{type:d,variant:rL[e],size:oL[t],disabled:c||a,className:o,...f,children:[a?n.jsx(_n,{size:14}):null,l]})}function Ne(e){return n.jsx(DP,{...e})}function un(e){return n.jsx(PP,{...e})}function lL(e){return n.jsx("select",{...e,className:me("h-8 w-full rounded-lg border border-input bg-transparent px-2.5 text-sm outline-none transition-colors focus-visible:border-ring focus-visible:ring-3 focus-visible:ring-ring/50",e.className)})}function oe({label:e,hint:t,badge:a,children:o}){return n.jsxs("div",{className:"block space-y-1",children:[n.jsxs("span",{className:"flex items-center gap-1.5 text-xs font-medium text-muted-foreground",children:[e,a&&n.jsx("span",{className:"rounded bg-muted px-1 py-0.5 text-[9px] font-semibold uppercase tracking-wide text-muted-foreground",children:a})]}),o,t&&n.jsx("span",{className:"block text-[11px] text-muted-foreground/70",children:t})]})}function Bt({checked:e,onChange:t,label:a,disabled:o}){return n.jsxs("label",{className:me("inline-flex items-center gap-2",o&&"opacity-50"),children:[n.jsx(qP,{checked:e,onCheckedChange:t,disabled:o}),a&&n.jsx("span",{className:"text-sm",children:a})]})}function He({children:e,tone:t="muted",className:a}){const o=t==="danger"?"destructive":t==="muted"?"secondary":"outline",l={muted:"",danger:"",success:"text-emerald-400 border-emerald-500/30",warning:"text-amber-400 border-amber-500/30",info:"text-sky-400 border-sky-500/30"};return n.jsx(BP,{variant:o,className:me("rounded-md",l[t],a),children:e})}function Zt({open:e,onClose:t,title:a,description:o,children:l,footer:c,size:d="md"}){const f={sm:"sm:max-w-md",md:"sm:max-w-lg",lg:"sm:max-w-2xl",xl:"sm:max-w-4xl"};return n.jsx(Hx,{open:e,onOpenChange:m=>{m||t()},children:n.jsxs(qx,{className:me("flex max-h-[88vh] w-full flex-col gap-0 p-0",f[d]),children:[(a||o)&&n.jsxs(Vx,{className:"shrink-0 border-b border-border px-5 py-4 pr-12",children:[a&&n.jsx(Fx,{children:a}),o&&n.jsx(aL,{children:o})]}),n.jsx("div",{className:"min-h-0 flex-1 overflow-auto px-5 py-4",children:l}),c&&n.jsx("div",{className:"flex shrink-0 items-center justify-end gap-2 border-t border-border px-5 py-4",children:c})]})})}function _n({size:e=14}){return n.jsx(VP,{style:{width:e,height:e}})}function pt({children:e}){return n.jsx("div",{className:"rounded-lg border border-dashed border-border bg-muted/20 px-4 py-6 text-center text-sm text-muted-foreground",children:e})}function rt({label:e="Cargando…"}){return n.jsxs("div",{className:"flex items-center gap-2 text-sm text-muted-foreground",children:[n.jsx(_n,{})," ",e]})}const ON=x.createContext(null);let iL=1;function cL({children:e}){const[t,a]=x.useState([]),o=x.useCallback((c,d)=>{const f=iL++;a(m=>[...m,{id:f,kind:c,message:d}]),setTimeout(()=>{a(m=>m.filter(h=>h.id!==f))},4500)},[]),l=x.useMemo(()=>({show:o,success:c=>o("success",c),error:c=>o("error",c),info:c=>o("info",c)}),[o]);return x.useEffect(()=>(window.__apxToast=l,()=>{delete window.__apxToast}),[l]),n.jsxs(ON.Provider,{value:l,children:[e,n.jsx("div",{className:"pointer-events-none fixed bottom-4 right-4 z-[100] flex w-80 max-w-[calc(100vw-2rem)] flex-col gap-2",children:t.map(c=>n.jsx("div",{className:me("pointer-events-auto overflow-hidden rounded-lg border bg-card px-3 py-2 text-sm shadow-lg",c.kind==="success"&&"border-emerald-500/40",c.kind==="error"&&"border-destructive/60",c.kind==="info"&&"border-border"),children:n.jsxs("div",{className:"flex items-start gap-2",children:[n.jsx("span",{className:me("mt-1 size-2 shrink-0 rounded-full",c.kind==="success"&&"bg-emerald-500",c.kind==="error"&&"bg-destructive",c.kind==="info"&&"bg-sky-500")}),n.jsx("span",{className:"flex-1 break-words",children:c.message})]})},c.id))})]})}function Ze(){const e=x.useContext(ON);if(!e)throw new Error("useToast must be used inside <ToastProvider>");return e}function zN(){const{data:e,error:t,isLoading:a}=qe("/health",()=>iP.get(),{refreshInterval:ep.health});return{health:e,error:t,isLoading:a,isUp:!t&&!!e}}function uL(){const{data:e,error:t,isLoading:a,mutate:o}=qe("/engines",()=>Gc.list());return{engines:e?.engines||[],error:t,isLoading:a,mutate:o}}function dL(){const{data:e,error:t,isLoading:a,mutate:o}=qe("/telegram/status",()=>Dn.status(),{refreshInterval:ep.telegramStatus});return{status:e,error:t,isLoading:a,mutate:o}}function L_(){const{data:e,error:t,isLoading:a,mutate:o}=qe("/telegram/channels",()=>Dn.channels.list());return{channels:e?.channels||[],error:t,isLoading:a,mutate:o}}function I_(){const{data:e,error:t,isLoading:a,mutate:o}=qe("/telegram/contacts",()=>Dn.contacts.list());return{contacts:e?.contacts||[],roles:e?.roles||{},channelOwners:e?.channel_owners||[],error:t,isLoading:a,mutate:o}}function ps(e){return typeof e=="string"&&e.startsWith("*** set ***")}function Vr(e,t="(no seteada)"){return ps(e)?e:t}function Bo(e){if(typeof e!="string")return null;const t=e.match(/\(\.\.\.([^)]+)\)/);return t?t[1]:null}function DN({channel:e,onClose:t,onSaved:a}){const o=Ze(),[l,c]=x.useState(!1),[d,f]=x.useState({name:""});x.useEffect(()=>{f(e?{...e,bot_token:""}:{name:""})},[e?.name]);const m=async()=>{if(!d.name?.trim()){o.error(u("telegram_channel_dialog.name_required"));return}c(!0);try{e&&e.name!==""&&e?.name===d.name?await Dn.channels.patch(e.name,d):await Dn.channels.upsert(d),o.success(u("telegram_channel_dialog.saved")),a()}catch(h){o.error(h.message)}finally{c(!1)}};return n.jsx(Zt,{open:!!e,onClose:t,title:e?.name?u("telegram_channel_dialog.edit_title",{name:e.name}):u("telegram_channel_dialog.new_title"),description:u("telegram_ui.channel_dialog_desc"),footer:n.jsxs(n.Fragment,{children:[n.jsx(ae,{variant:"ghost",onClick:t,disabled:l,children:u("common.cancel")}),n.jsx(ae,{variant:"primary",onClick:m,loading:l,children:u("common.save")})]}),children:n.jsxs("div",{className:"space-y-3",children:[n.jsx(oe,{label:u("telegram_channel_dialog.name_label"),children:n.jsx(Ne,{value:d.name,onChange:h=>f({...d,name:h.target.value}),disabled:!!e?.name})}),n.jsx(oe,{label:u("telegram_channel_dialog.token_label"),hint:e?.bot_token?Vr(e.bot_token):u("telegram_ui.bot_token_hint"),children:n.jsx(Ne,{type:"password",value:d.bot_token||"",onChange:h=>f({...d,bot_token:h.target.value}),placeholder:e?.bot_token?Vr(e.bot_token):""})}),n.jsx(oe,{label:u("telegram_channel_dialog.chat_id"),children:n.jsx(Ne,{value:d.chat_id||"",onChange:h=>f({...d,chat_id:h.target.value})})}),n.jsx(oe,{label:u("telegram_channel_dialog.project_label"),hint:u("telegram_channel_dialog.project_hint"),children:n.jsx(Ne,{value:d.project||"",onChange:h=>f({...d,project:h.target.value})})}),n.jsx(oe,{label:u("telegram_channel_dialog.route_label"),hint:u("telegram_channel_dialog.route_hint"),children:n.jsx(Ne,{value:d.route_to_agent||"",onChange:h=>f({...d,route_to_agent:h.target.value})})}),n.jsx(oe,{label:u("telegram_channel_dialog.owner_label"),hint:u("telegram_channel_dialog.owner_hint"),children:n.jsx(Ne,{value:d.owner_user_id!=null?String(d.owner_user_id):"",onChange:h=>{const g=h.target.value.trim();f({...d,owner_user_id:g===""?void 0:/^\d+$/.test(g)?Number(g):g})},placeholder:"889721252"})}),n.jsx(Bt,{checked:!!d.respond_with_engine,onChange:h=>f({...d,respond_with_engine:h}),label:u("telegram_channel_dialog.respond_label")})]})})}function PN({channel:e,onClose:t}){const a=Ze(),[o,l]=x.useState(u("admin.telegram_default_message")),[c,d]=x.useState(!1),f=async()=>{if(!(!o.trim()||!e)){d(!0);try{await Dn.send({text:o,channel:e.name}),a.success(u("telegram_ui.message_sent")),t()}catch(m){a.error(m.message)}finally{d(!1)}}};return n.jsx(Zt,{open:!!e,onClose:t,title:e?u("telegram_send_dialog.title",{name:e.name}):"",description:e?u("telegram_ui.send_chat_id",{id:e.chat_id||"—"}):"",footer:n.jsxs(n.Fragment,{children:[n.jsx(ae,{variant:"ghost",onClick:t,disabled:c,children:u("common.cancel")}),n.jsx(ae,{variant:"primary",onClick:f,loading:c,children:u("chat_ui.send")})]}),children:n.jsx(oe,{label:u("telegram_ui.message_label"),children:n.jsx(un,{rows:4,value:o,onChange:m=>l(m.target.value)})})})}function LN({bare:e=!1}){const t=Ze(),{contacts:a,roles:o,channelOwners:l,isLoading:c,mutate:d}=I_(),f=new Set(l.filter(_=>_.owner_user_id!=null).map(_=>String(_.owner_user_id))),m=Array.from(new Set(["owner","guest",...Object.keys(o)])),h=async(_,w)=>{try{await Dn.contacts.patch(_.user_id,{role:w}),t.success(u("telegram_ui.role_assigned",{name:_.name||_.user_id,role:w})),d()}catch(S){t.error(S.message)}},g=async _=>{if(confirm(u("telegram_contacts.delete_confirm",{name:_.name||String(_.user_id)})))try{await Dn.contacts.remove(_.user_id),t.success(u("telegram_contacts.removed")),d()}catch(w){t.error(w.message)}},b=n.jsxs(n.Fragment,{children:[c&&n.jsx(rt,{}),!c&&a.length===0&&n.jsx(pt,{children:u("telegram_contacts.empty")}),a.length>0&&n.jsx("ul",{className:"space-y-2 text-sm",children:a.map(_=>{const w=f.has(String(_.user_id)),S=w?"owner":_.role||"guest";return n.jsxs("li",{className:"rounded-md border border-border bg-muted/30 px-3 py-2",children:[n.jsxs("div",{className:"flex items-center justify-between gap-2",children:[n.jsxs("div",{className:"min-w-0",children:[n.jsx("span",{className:"font-medium",children:_.name||"—"}),_.username&&n.jsxs("span",{className:"ml-2 text-xs text-muted-fg",children:["@",_.username]}),w&&n.jsx(He,{tone:"success",children:u("telegram_contacts.owner_badge")})]}),n.jsxs("div",{className:"flex items-center gap-2",children:[n.jsx($e,{content:u(w?"telegram_contacts.owner_hint":"telegram_contacts.assign_role"),children:n.jsx(lL,{value:S,disabled:w,onChange:y=>h(_,y.target.value),children:m.map(y=>n.jsx("option",{value:y,children:y},y))})}),n.jsx(ae,{size:"sm",variant:"destructive",onClick:()=>g(_),children:u("common.delete")})]})]}),n.jsxs("div",{className:"mt-1 grid grid-cols-3 gap-2 text-xs text-muted-fg",children:[n.jsxs("span",{children:["user_id: ",String(_.user_id)]}),n.jsxs("span",{children:[u("telegram_contacts.last_seen")," ",_.last_seen?_.last_seen.slice(0,10):"—"]}),n.jsx("span",{children:fL(o[S])})]})]},String(_.user_id))})})]});return e?b:n.jsx(Ye,{title:u("telegram_contacts.title"),description:u("telegram_contacts.desc"),children:b})}function fL(e){return!e||e.tools===void 0?"":e.tools==="*"?u("telegram_contacts.tools_all"):Array.isArray(e.tools)?e.tools.length?`${u("telegram_contacts.tools_label")} ${e.tools.join(", ")}`:u("telegram_contacts.tools_none"):""}function pL(){const e=Pn(),[t,a]=Fo(),o=Ze(),{health:l,isUp:c}=zN(),{projects:d,isLoading:f,mutate:m}=iu(),{engines:h,isLoading:g}=uL(),{status:b,mutate:_}=dL(),{channels:w,isLoading:S,mutate:y}=L_(),[C,N]=x.useState(null),[j,E]=x.useState(null),R=async()=>{try{await li.reload(),o.success(u("admin.reload_success"))}catch(O){o.error(O.message)}},A=async()=>{try{b?.enabled?(await Dn.stop(),o.info(u("admin.telegram_polling_stopped"))):(await Dn.start(),o.success(u("admin.telegram_polling_started"))),_()}catch(O){o.error(O.message)}},T=async O=>{if(confirm(u("telegram_channels.delete_confirm",{name:O})))try{await Dn.channels.remove(O),o.success(u("admin.telegram_channel_removed")),y()}catch(P){o.error(P.message)}},z=async(O,P)=>{if(confirm(u("admin.unregister_confirm",{label:P})))try{await Wn.remove(O),o.success(u("project.unregistered")),m()}catch(L){o.error(L.message)}};return n.jsxs("div",{className:"mx-auto max-w-5xl space-y-6 p-6","data-testid":"screen-admin",children:[n.jsxs("header",{className:"flex items-end justify-between",children:[n.jsxs("div",{children:[n.jsx("h1",{className:"text-2xl font-bold tracking-tight",children:u("admin.title")}),n.jsx("p",{className:"text-sm text-muted-fg",children:u("admin.subtitle")})]}),n.jsxs("div",{className:"flex gap-2",children:[n.jsx($e,{content:u("daemon.reload_hint"),children:n.jsxs(ae,{size:"sm",onClick:R,children:[u("common.reload")," config"]})}),n.jsxs(ae,{size:"sm",variant:"primary",onClick:()=>{const O=new URLSearchParams(t);O.set("action","add-project"),a(O)},children:[n.jsx(It,{size:14})," ",u("nav.project")]})]})]}),n.jsx(Ye,{title:u("daemon.version"),children:n.jsxs("div",{className:"grid grid-cols-3 gap-3 text-sm",children:[n.jsx(kh,{label:u("daemon.version"),value:l?.version||"—"}),n.jsx(kh,{label:u("daemon.uptime"),value:l?`${l.uptime_s}s`:"—"}),n.jsx(kh,{label:u("daemon.status"),value:u(c?"daemon.running":"daemon.down"),ok:c})]})}),n.jsxs(Ye,{title:u("admin.engines_title"),description:u("admin.engines_subtitle"),children:[g&&n.jsx(rt,{}),n.jsx("div",{className:"flex flex-wrap gap-1.5",children:h.map(O=>n.jsx(He,{tone:"info",children:O},O))})]}),n.jsxs(Ye,{title:u("admin.telegram_title"),description:u("admin.telegram_subtitle"),action:n.jsxs("div",{className:"flex items-center gap-2",children:[n.jsx(Bt,{checked:!!b?.enabled,onChange:A,label:b?.enabled?u("admin.telegram_polling_on"):u("admin.telegram_polling_off")}),n.jsxs(ae,{size:"sm",onClick:()=>N({name:""}),children:[n.jsx(It,{size:14})," ",u("admin.telegram_add_channel")]})]}),children:[S&&n.jsx(rt,{}),w.length===0&&n.jsx(pt,{children:u("common.none_yet")}),n.jsx("ul",{className:"space-y-2 text-sm",children:w.map(O=>n.jsxs("li",{className:"rounded-md border border-border bg-muted/30 px-3 py-2",children:[n.jsxs("div",{className:"flex items-center justify-between gap-2",children:[n.jsx("span",{className:"font-medium",children:O.name}),n.jsxs("div",{className:"flex items-center gap-2",children:[O.project&&n.jsxs(He,{tone:"success",children:["project = ",O.project]}),n.jsxs(ae,{size:"sm",variant:"ghost",onClick:()=>E(O),children:[n.jsx(Ca,{size:13})," ",u("admin.telegram_send_test")]}),n.jsx(ae,{size:"sm",variant:"secondary",onClick:()=>N(O),children:u("common.edit")}),n.jsx(ae,{size:"sm",variant:"destructive",onClick:()=>T(O.name),children:u("common.delete")})]})]}),n.jsxs("div",{className:"mt-1 grid grid-cols-3 gap-2 text-xs text-muted-fg",children:[n.jsxs("span",{children:["chat_id: ",O.chat_id||"—"]}),n.jsxs("span",{children:["route_to_agent: ",O.route_to_agent||"default APX"]}),n.jsxs("span",{children:["engine: ",O.respond_with_engine?u("admin.engine_badge"):u("admin.engine_badge_no")]})]})]},O.name))})]}),n.jsx(LN,{}),n.jsxs(Ye,{title:u("admin.projects_title"),description:u("admin.projects_subtitle"),children:[f&&n.jsx(rt,{}),n.jsx("ul",{className:"divide-y divide-border",children:d.map(O=>n.jsxs("li",{className:"flex items-center gap-3 py-2",children:[n.jsxs("span",{className:"w-10 font-mono text-xs text-muted-fg",children:["#",O.id]}),n.jsxs("button",{type:"button",className:"flex-1 text-left hover:underline",onClick:()=>e(`/p/${O.id}`),children:[n.jsx("span",{className:"font-medium",children:O.name||O.path.split("/").pop()}),n.jsx("span",{className:"ml-2 text-xs text-muted-fg",children:O.path})]}),n.jsxs(He,{children:[O.agents??0," ",u("admin.agents_badge")]}),Number(O.id)!==0&&n.jsx(ae,{size:"sm",variant:"destructive",onClick:()=>z(String(O.id),O.name||O.path),children:u("admin.unregister")})]},O.id))})]}),n.jsx(DN,{channel:C,onClose:()=>N(null),onSaved:()=>{N(null),y()}}),n.jsx(PN,{channel:j,onClose:()=>E(null)})]})}function kh({label:e,value:t,ok:a}){return n.jsxs("div",{className:"rounded-md border border-border bg-muted/30 p-3",children:[n.jsx("div",{className:"text-xs uppercase tracking-wide text-muted-fg",children:e}),n.jsxs("div",{className:"mt-1 flex items-center gap-2 text-base font-medium",children:[a!==void 0&&n.jsx(uu,{ok:a}),n.jsx("span",{children:t})]})]})}const IN=x.createContext(null),BN=x.createContext(null),UN=x.createContext(""),$N=x.createContext(null),HN=x.createContext(null),qN=x.createContext(null);function mL({children:e}){const[t,a]=x.useState(null),[o,l]=x.useState(""),[c,d]=x.useState(null);return n.jsx(BN.Provider,{value:a,children:n.jsx(IN.Provider,{value:t,children:n.jsx($N.Provider,{value:l,children:n.jsx(UN.Provider,{value:o,children:n.jsx(qN.Provider,{value:d,children:n.jsx(HN.Provider,{value:c,children:e})})})})})})}function gL(){return x.useContext(IN)}function hL(e,t){const a=x.useContext(BN);x.useEffect(()=>(a?.({collapsed:e,toggle:t}),()=>a?.(null)),[e,t,a])}function xL(){return x.useContext(UN)}function bL(e){const t=x.useContext($N);x.useEffect(()=>(t?.(e),()=>t?.("")),[e,t])}function _L(){return x.useContext(HN)}function vL(e){const t=x.useContext(qN);x.useEffect(()=>(t?.(e),()=>t?.(null)),[e,t])}function VN({sections:e,active:t,onChange:a,collapsed:o,onToggleCollapse:l,actions:c,contentClassName:d,testId:f,children:m}){return hL(o,l),n.jsxs("div",{className:"flex h-full",children:[n.jsx(OD,{sections:e,active:t,onChange:a,collapsed:o}),n.jsxs("div",{className:"flex min-w-0 flex-1 flex-col overflow-hidden",children:[c?n.jsx("div",{className:"flex shrink-0 items-center justify-end gap-2 px-6 pt-3",children:c}):null,n.jsx("div",{className:me("flex-1 min-h-0 overflow-y-auto",d),"data-testid":f,children:m})]})]})}const Tw={happy:{eyes:["◕","◕"],mouth:"‿"},wave:{eyes:["◕","◕"],mouth:"▽",top:"·"},confused:{eyes:["◑","◐"],mouth:"o",top:"?"},sad:{eyes:["╥","╥"],mouth:"◠"},excited:{eyes:["★","★"],mouth:"▽",top:"✦"},sleeping:{eyes:["−","−"],mouth:"‿",top:"z z"}};function FN({mood:e="happy",className:t}){const a=Tw[e]??Tw.happy,[o,l]=a.eyes,c="text-emerald-700 dark:text-emerald-600/70";return n.jsxs("div",{"aria-hidden":!0,className:Ct("select-none whitespace-pre font-mono leading-none text-emerald-400",t),children:[a.top&&n.jsx("div",{children:n.jsx("span",{className:c,children:` ${a.top}`})}),n.jsx("div",{children:" ▄███████▄"}),n.jsxs("div",{children:[" █ ",n.jsx("span",{className:c,children:"██"})," ",n.jsx("span",{className:c,children:"██"})," █"]}),n.jsx("div",{children:` █ ${o} ${l} █`}),n.jsx("div",{children:` █ ${a.mouth} █`}),n.jsx("div",{children:" ▀███████▀"})]})}function GN({mood:e="confused",title:t,titleClassName:a,message:o,action:l,className:c,testId:d}){return n.jsx("div",{className:Ct("grid h-full place-items-center p-8",c),"data-testid":d,children:n.jsxs("div",{className:"flex flex-col items-center text-center",children:[n.jsx(FN,{mood:e,className:"mb-6 text-sm"}),t!=null&&n.jsx("div",{className:Ct("font-mono font-semibold leading-none tracking-tight text-foreground",a),children:t}),o!=null&&n.jsx("p",{className:"mt-4 max-w-sm text-sm text-muted-fg",children:o}),l&&n.jsx("div",{className:"mt-6",children:l})]})})}const B_={pending:{labelKey:"tasks.status_pending",color:"text-amber-500",dot:"bg-amber-400",Icon:OA},running:{labelKey:"tasks.status_running",color:"text-sky-500",dot:"bg-sky-400",Icon:ea,spin:!0},in_review:{labelKey:"tasks.status_in_review",color:"text-violet-500",dot:"bg-violet-400",Icon:H2},blocked:{labelKey:"tasks.status_blocked",color:"text-slate-400",dot:"bg-slate-400",Icon:zA}},YN=["pending","running","in_review","blocked"];function Df(e){return e.state==="done"?"done":e.state==="dropped"?"dropped":e.status??"pending"}function U_(e){return u(B_[e].labelKey)}function Pf({status:e,className:t}){if(e==="done")return n.jsx(gb,{className:me("size-4 text-emerald-500",t)});if(e==="dropped")return n.jsx($2,{className:me("size-4 text-muted-foreground",t)});const a=B_[e];return n.jsx(a.Icon,{className:me("size-4",a.color,a.spin&&"animate-spin",t)})}function $_({status:e}){const t=e==="done"?u("tasks.done_label"):e==="dropped"?u("tasks.dropped_label"):U_(e),a=e==="done"?"text-emerald-500 border-emerald-500/30":e==="dropped"?"text-muted-foreground border-border":`${B_[e].color} border-current/30`;return n.jsxs("span",{className:me("inline-flex items-center gap-1 rounded-md border px-1.5 py-0.5 text-[10px] font-medium capitalize",a),children:[n.jsx(Pf,{status:e,className:"size-3"}),t]})}function yL(e,t){var a,o=1;e==null&&(e=0),t==null&&(t=0);function l(){var c,d=a.length,f,m=0,h=0;for(c=0;c<d;++c)f=a[c],m+=f.x,h+=f.y;for(m=(m/d-e)*o,h=(h/d-t)*o,c=0;c<d;++c)f=a[c],f.x-=m,f.y-=h}return l.initialize=function(c){a=c},l.x=function(c){return arguments.length?(e=+c,l):e},l.y=function(c){return arguments.length?(t=+c,l):t},l.strength=function(c){return arguments.length?(o=+c,l):o},l}function jL(e){const t=+this._x.call(null,e),a=+this._y.call(null,e);return KN(this.cover(t,a),t,a,e)}function KN(e,t,a,o){if(isNaN(t)||isNaN(a))return e;var l,c=e._root,d={data:o},f=e._x0,m=e._y0,h=e._x1,g=e._y1,b,_,w,S,y,C,N,j;if(!c)return e._root=d,e;for(;c.length;)if((y=t>=(b=(f+h)/2))?f=b:h=b,(C=a>=(_=(m+g)/2))?m=_:g=_,l=c,!(c=c[N=C<<1|y]))return l[N]=d,e;if(w=+e._x.call(null,c.data),S=+e._y.call(null,c.data),t===w&&a===S)return d.next=c,l?l[N]=d:e._root=d,e;do l=l?l[N]=new Array(4):e._root=new Array(4),(y=t>=(b=(f+h)/2))?f=b:h=b,(C=a>=(_=(m+g)/2))?m=_:g=_;while((N=C<<1|y)===(j=(S>=_)<<1|w>=b));return l[j]=c,l[N]=d,e}function wL(e){var t,a,o=e.length,l,c,d=new Array(o),f=new Array(o),m=1/0,h=1/0,g=-1/0,b=-1/0;for(a=0;a<o;++a)isNaN(l=+this._x.call(null,t=e[a]))||isNaN(c=+this._y.call(null,t))||(d[a]=l,f[a]=c,l<m&&(m=l),l>g&&(g=l),c<h&&(h=c),c>b&&(b=c));if(m>g||h>b)return this;for(this.cover(m,h).cover(g,b),a=0;a<o;++a)KN(this,d[a],f[a],e[a]);return this}function kL(e,t){if(isNaN(e=+e)||isNaN(t=+t))return this;var a=this._x0,o=this._y0,l=this._x1,c=this._y1;if(isNaN(a))l=(a=Math.floor(e))+1,c=(o=Math.floor(t))+1;else{for(var d=l-a||1,f=this._root,m,h;a>e||e>=l||o>t||t>=c;)switch(h=(t<o)<<1|e<a,m=new Array(4),m[h]=f,f=m,d*=2,h){case 0:l=a+d,c=o+d;break;case 1:a=l-d,c=o+d;break;case 2:l=a+d,o=c-d;break;case 3:a=l-d,o=c-d;break}this._root&&this._root.length&&(this._root=f)}return this._x0=a,this._y0=o,this._x1=l,this._y1=c,this}function SL(){var e=[];return this.visit(function(t){if(!t.length)do e.push(t.data);while(t=t.next)}),e}function CL(e){return arguments.length?this.cover(+e[0][0],+e[0][1]).cover(+e[1][0],+e[1][1]):isNaN(this._x0)?void 0:[[this._x0,this._y0],[this._x1,this._y1]]}function Jn(e,t,a,o,l){this.node=e,this.x0=t,this.y0=a,this.x1=o,this.y1=l}function NL(e,t,a){var o,l=this._x0,c=this._y0,d,f,m,h,g=this._x1,b=this._y1,_=[],w=this._root,S,y;for(w&&_.push(new Jn(w,l,c,g,b)),a==null?a=1/0:(l=e-a,c=t-a,g=e+a,b=t+a,a*=a);S=_.pop();)if(!(!(w=S.node)||(d=S.x0)>g||(f=S.y0)>b||(m=S.x1)<l||(h=S.y1)<c))if(w.length){var C=(d+m)/2,N=(f+h)/2;_.push(new Jn(w[3],C,N,m,h),new Jn(w[2],d,N,C,h),new Jn(w[1],C,f,m,N),new Jn(w[0],d,f,C,N)),(y=(t>=N)<<1|e>=C)&&(S=_[_.length-1],_[_.length-1]=_[_.length-1-y],_[_.length-1-y]=S)}else{var j=e-+this._x.call(null,w.data),E=t-+this._y.call(null,w.data),R=j*j+E*E;if(R<a){var A=Math.sqrt(a=R);l=e-A,c=t-A,g=e+A,b=t+A,o=w.data}}return o}function EL(e){if(isNaN(g=+this._x.call(null,e))||isNaN(b=+this._y.call(null,e)))return this;var t,a=this._root,o,l,c,d=this._x0,f=this._y0,m=this._x1,h=this._y1,g,b,_,w,S,y,C,N;if(!a)return this;if(a.length)for(;;){if((S=g>=(_=(d+m)/2))?d=_:m=_,(y=b>=(w=(f+h)/2))?f=w:h=w,t=a,!(a=a[C=y<<1|S]))return this;if(!a.length)break;(t[C+1&3]||t[C+2&3]||t[C+3&3])&&(o=t,N=C)}for(;a.data!==e;)if(l=a,!(a=a.next))return this;return(c=a.next)&&delete a.next,l?(c?l.next=c:delete l.next,this):t?(c?t[C]=c:delete t[C],(a=t[0]||t[1]||t[2]||t[3])&&a===(t[3]||t[2]||t[1]||t[0])&&!a.length&&(o?o[N]=a:this._root=a),this):(this._root=c,this)}function RL(e){for(var t=0,a=e.length;t<a;++t)this.remove(e[t]);return this}function TL(){return this._root}function AL(){var e=0;return this.visit(function(t){if(!t.length)do++e;while(t=t.next)}),e}function ML(e){var t=[],a,o=this._root,l,c,d,f,m;for(o&&t.push(new Jn(o,this._x0,this._y0,this._x1,this._y1));a=t.pop();)if(!e(o=a.node,c=a.x0,d=a.y0,f=a.x1,m=a.y1)&&o.length){var h=(c+f)/2,g=(d+m)/2;(l=o[3])&&t.push(new Jn(l,h,g,f,m)),(l=o[2])&&t.push(new Jn(l,c,g,h,m)),(l=o[1])&&t.push(new Jn(l,h,d,f,g)),(l=o[0])&&t.push(new Jn(l,c,d,h,g))}return this}function OL(e){var t=[],a=[],o;for(this._root&&t.push(new Jn(this._root,this._x0,this._y0,this._x1,this._y1));o=t.pop();){var l=o.node;if(l.length){var c,d=o.x0,f=o.y0,m=o.x1,h=o.y1,g=(d+m)/2,b=(f+h)/2;(c=l[0])&&t.push(new Jn(c,d,f,g,b)),(c=l[1])&&t.push(new Jn(c,g,f,m,b)),(c=l[2])&&t.push(new Jn(c,d,b,g,h)),(c=l[3])&&t.push(new Jn(c,g,b,m,h))}a.push(o)}for(;o=a.pop();)e(o.node,o.x0,o.y0,o.x1,o.y1);return this}function zL(e){return e[0]}function DL(e){return arguments.length?(this._x=e,this):this._x}function PL(e){return e[1]}function LL(e){return arguments.length?(this._y=e,this):this._y}function H_(e,t,a){var o=new q_(t??zL,a??PL,NaN,NaN,NaN,NaN);return e==null?o:o.addAll(e)}function q_(e,t,a,o,l,c){this._x=e,this._y=t,this._x0=a,this._y0=o,this._x1=l,this._y1=c,this._root=void 0}function Aw(e){for(var t={data:e.data},a=t;e=e.next;)a=a.next={data:e.data};return t}var as=H_.prototype=q_.prototype;as.copy=function(){var e=new q_(this._x,this._y,this._x0,this._y0,this._x1,this._y1),t=this._root,a,o;if(!t)return e;if(!t.length)return e._root=Aw(t),e;for(a=[{source:t,target:e._root=new Array(4)}];t=a.pop();)for(var l=0;l<4;++l)(o=t.source[l])&&(o.length?a.push({source:o,target:t.target[l]=new Array(4)}):t.target[l]=Aw(o));return e};as.add=jL;as.addAll=wL;as.cover=kL;as.data=SL;as.extent=CL;as.find=NL;as.remove=EL;as.removeAll=RL;as.root=TL;as.size=AL;as.visit=ML;as.visitAfter=OL;as.x=DL;as.y=LL;function es(e){return function(){return e}}function Hr(e){return(e()-.5)*1e-6}function IL(e){return e.x+e.vx}function BL(e){return e.y+e.vy}function UL(e){var t,a,o,l=1,c=1;typeof e!="function"&&(e=es(e==null?1:+e));function d(){for(var h,g=t.length,b,_,w,S,y,C,N=0;N<c;++N)for(b=H_(t,IL,BL).visitAfter(f),h=0;h<g;++h)_=t[h],y=a[_.index],C=y*y,w=_.x+_.vx,S=_.y+_.vy,b.visit(j);function j(E,R,A,T,z){var O=E.data,P=E.r,L=y+P;if(O){if(O.index>_.index){var U=w-O.x-O.vx,D=S-O.y-O.vy,I=U*U+D*D;I<L*L&&(U===0&&(U=Hr(o),I+=U*U),D===0&&(D=Hr(o),I+=D*D),I=(L-(I=Math.sqrt(I)))/I*l,_.vx+=(U*=I)*(L=(P*=P)/(C+P)),_.vy+=(D*=I)*L,O.vx-=U*(L=1-L),O.vy-=D*L)}return}return R>w+L||T<w-L||A>S+L||z<S-L}}function f(h){if(h.data)return h.r=a[h.data.index];for(var g=h.r=0;g<4;++g)h[g]&&h[g].r>h.r&&(h.r=h[g].r)}function m(){if(t){var h,g=t.length,b;for(a=new Array(g),h=0;h<g;++h)b=t[h],a[b.index]=+e(b,h,t)}}return d.initialize=function(h,g){t=h,o=g,m()},d.iterations=function(h){return arguments.length?(c=+h,d):c},d.strength=function(h){return arguments.length?(l=+h,d):l},d.radius=function(h){return arguments.length?(e=typeof h=="function"?h:es(+h),m(),d):e},d}function $L(e){return e.index}function Mw(e,t){var a=e.get(t);if(!a)throw new Error("node not found: "+t);return a}function HL(e){var t=$L,a=b,o,l=es(30),c,d,f,m,h,g=1;e==null&&(e=[]);function b(C){return 1/Math.min(f[C.source.index],f[C.target.index])}function _(C){for(var N=0,j=e.length;N<g;++N)for(var E=0,R,A,T,z,O,P,L;E<j;++E)R=e[E],A=R.source,T=R.target,z=T.x+T.vx-A.x-A.vx||Hr(h),O=T.y+T.vy-A.y-A.vy||Hr(h),P=Math.sqrt(z*z+O*O),P=(P-c[E])/P*C*o[E],z*=P,O*=P,T.vx-=z*(L=m[E]),T.vy-=O*L,A.vx+=z*(L=1-L),A.vy+=O*L}function w(){if(d){var C,N=d.length,j=e.length,E=new Map(d.map((A,T)=>[t(A,T,d),A])),R;for(C=0,f=new Array(N);C<j;++C)R=e[C],R.index=C,typeof R.source!="object"&&(R.source=Mw(E,R.source)),typeof R.target!="object"&&(R.target=Mw(E,R.target)),f[R.source.index]=(f[R.source.index]||0)+1,f[R.target.index]=(f[R.target.index]||0)+1;for(C=0,m=new Array(j);C<j;++C)R=e[C],m[C]=f[R.source.index]/(f[R.source.index]+f[R.target.index]);o=new Array(j),S(),c=new Array(j),y()}}function S(){if(d)for(var C=0,N=e.length;C<N;++C)o[C]=+a(e[C],C,e)}function y(){if(d)for(var C=0,N=e.length;C<N;++C)c[C]=+l(e[C],C,e)}return _.initialize=function(C,N){d=C,h=N,w()},_.links=function(C){return arguments.length?(e=C,w(),_):e},_.id=function(C){return arguments.length?(t=C,_):t},_.iterations=function(C){return arguments.length?(g=+C,_):g},_.strength=function(C){return arguments.length?(a=typeof C=="function"?C:es(+C),S(),_):a},_.distance=function(C){return arguments.length?(l=typeof C=="function"?C:es(+C),y(),_):l},_}var qL={value:()=>{}};function XN(){for(var e=0,t=arguments.length,a={},o;e<t;++e){if(!(o=arguments[e]+"")||o in a||/[\s.]/.test(o))throw new Error("illegal type: "+o);a[o]=[]}return new of(a)}function of(e){this._=e}function VL(e,t){return e.trim().split(/^|\s+/).map(function(a){var o="",l=a.indexOf(".");if(l>=0&&(o=a.slice(l+1),a=a.slice(0,l)),a&&!t.hasOwnProperty(a))throw new Error("unknown type: "+a);return{type:a,name:o}})}of.prototype=XN.prototype={constructor:of,on:function(e,t){var a=this._,o=VL(e+"",a),l,c=-1,d=o.length;if(arguments.length<2){for(;++c<d;)if((l=(e=o[c]).type)&&(l=FL(a[l],e.name)))return l;return}if(t!=null&&typeof t!="function")throw new Error("invalid callback: "+t);for(;++c<d;)if(l=(e=o[c]).type)a[l]=Ow(a[l],e.name,t);else if(t==null)for(l in a)a[l]=Ow(a[l],e.name,null);return this},copy:function(){var e={},t=this._;for(var a in t)e[a]=t[a].slice();return new of(e)},call:function(e,t){if((l=arguments.length-2)>0)for(var a=new Array(l),o=0,l,c;o<l;++o)a[o]=arguments[o+2];if(!this._.hasOwnProperty(e))throw new Error("unknown type: "+e);for(c=this._[e],o=0,l=c.length;o<l;++o)c[o].value.apply(t,a)},apply:function(e,t,a){if(!this._.hasOwnProperty(e))throw new Error("unknown type: "+e);for(var o=this._[e],l=0,c=o.length;l<c;++l)o[l].value.apply(t,a)}};function FL(e,t){for(var a=0,o=e.length,l;a<o;++a)if((l=e[a]).name===t)return l.value}function Ow(e,t,a){for(var o=0,l=e.length;o<l;++o)if(e[o].name===t){e[o]=qL,e=e.slice(0,o).concat(e.slice(o+1));break}return a!=null&&e.push({name:t,value:a}),e}var ci=0,Nc=0,xc=0,QN=1e3,Lf,Ec,If=0,Uo=0,Ap=0,Yc=typeof performance=="object"&&performance.now?performance:Date,WN=typeof window=="object"&&window.requestAnimationFrame?window.requestAnimationFrame.bind(window):function(e){setTimeout(e,17)};function ZN(){return Uo||(WN(GL),Uo=Yc.now()+Ap)}function GL(){Uo=0}function Gx(){this._call=this._time=this._next=null}Gx.prototype=JN.prototype={constructor:Gx,restart:function(e,t,a){if(typeof e!="function")throw new TypeError("callback is not a function");a=(a==null?ZN():+a)+(t==null?0:+t),!this._next&&Ec!==this&&(Ec?Ec._next=this:Lf=this,Ec=this),this._call=e,this._time=a,Yx()},stop:function(){this._call&&(this._call=null,this._time=1/0,Yx())}};function JN(e,t,a){var o=new Gx;return o.restart(e,t,a),o}function YL(){ZN(),++ci;for(var e=Lf,t;e;)(t=Uo-e._time)>=0&&e._call.call(void 0,t),e=e._next;--ci}function zw(){Uo=(If=Yc.now())+Ap,ci=Nc=0;try{YL()}finally{ci=0,XL(),Uo=0}}function KL(){var e=Yc.now(),t=e-If;t>QN&&(Ap-=t,If=e)}function XL(){for(var e,t=Lf,a,o=1/0;t;)t._call?(o>t._time&&(o=t._time),e=t,t=t._next):(a=t._next,t._next=null,t=e?e._next=a:Lf=a);Ec=e,Yx(o)}function Yx(e){if(!ci){Nc&&(Nc=clearTimeout(Nc));var t=e-Uo;t>24?(e<1/0&&(Nc=setTimeout(zw,e-Yc.now()-Ap)),xc&&(xc=clearInterval(xc))):(xc||(If=Yc.now(),xc=setInterval(KL,QN)),ci=1,WN(zw))}}const QL=1664525,WL=1013904223,Dw=4294967296;function ZL(){let e=1;return()=>(e=(QL*e+WL)%Dw)/Dw}function JL(e){return e.x}function e8(e){return e.y}var t8=10,n8=Math.PI*(3-Math.sqrt(5));function s8(e){var t,a=1,o=.001,l=1-Math.pow(o,1/300),c=0,d=.6,f=new Map,m=JN(b),h=XN("tick","end"),g=ZL();e==null&&(e=[]);function b(){_(),h.call("tick",t),a<o&&(m.stop(),h.call("end",t))}function _(y){var C,N=e.length,j;y===void 0&&(y=1);for(var E=0;E<y;++E)for(a+=(c-a)*l,f.forEach(function(R){R(a)}),C=0;C<N;++C)j=e[C],j.fx==null?j.x+=j.vx*=d:(j.x=j.fx,j.vx=0),j.fy==null?j.y+=j.vy*=d:(j.y=j.fy,j.vy=0);return t}function w(){for(var y=0,C=e.length,N;y<C;++y){if(N=e[y],N.index=y,N.fx!=null&&(N.x=N.fx),N.fy!=null&&(N.y=N.fy),isNaN(N.x)||isNaN(N.y)){var j=t8*Math.sqrt(.5+y),E=y*n8;N.x=j*Math.cos(E),N.y=j*Math.sin(E)}(isNaN(N.vx)||isNaN(N.vy))&&(N.vx=N.vy=0)}}function S(y){return y.initialize&&y.initialize(e,g),y}return w(),t={tick:_,restart:function(){return m.restart(b),t},stop:function(){return m.stop(),t},nodes:function(y){return arguments.length?(e=y,w(),f.forEach(S),t):e},alpha:function(y){return arguments.length?(a=+y,t):a},alphaMin:function(y){return arguments.length?(o=+y,t):o},alphaDecay:function(y){return arguments.length?(l=+y,t):+l},alphaTarget:function(y){return arguments.length?(c=+y,t):c},velocityDecay:function(y){return arguments.length?(d=1-y,t):1-d},randomSource:function(y){return arguments.length?(g=y,f.forEach(S),t):g},force:function(y,C){return arguments.length>1?(C==null?f.delete(y):f.set(y,S(C)),t):f.get(y)},find:function(y,C,N){var j=0,E=e.length,R,A,T,z,O;for(N==null?N=1/0:N*=N,j=0;j<E;++j)z=e[j],R=y-z.x,A=C-z.y,T=R*R+A*A,T<N&&(O=z,N=T);return O},on:function(y,C){return arguments.length>1?(h.on(y,C),t):h.on(y)}}}function a8(){var e,t,a,o,l=es(-30),c,d=1,f=1/0,m=.81;function h(w){var S,y=e.length,C=H_(e,JL,e8).visitAfter(b);for(o=w,S=0;S<y;++S)t=e[S],C.visit(_)}function g(){if(e){var w,S=e.length,y;for(c=new Array(S),w=0;w<S;++w)y=e[w],c[y.index]=+l(y,w,e)}}function b(w){var S=0,y,C,N=0,j,E,R;if(w.length){for(j=E=R=0;R<4;++R)(y=w[R])&&(C=Math.abs(y.value))&&(S+=y.value,N+=C,j+=C*y.x,E+=C*y.y);w.x=j/N,w.y=E/N}else{y=w,y.x=y.data.x,y.y=y.data.y;do S+=c[y.data.index];while(y=y.next)}w.value=S}function _(w,S,y,C){if(!w.value)return!0;var N=w.x-t.x,j=w.y-t.y,E=C-S,R=N*N+j*j;if(E*E/m<R)return R<f&&(N===0&&(N=Hr(a),R+=N*N),j===0&&(j=Hr(a),R+=j*j),R<d&&(R=Math.sqrt(d*R)),t.vx+=N*w.value*o/R,t.vy+=j*w.value*o/R),!0;if(w.length||R>=f)return;(w.data!==t||w.next)&&(N===0&&(N=Hr(a),R+=N*N),j===0&&(j=Hr(a),R+=j*j),R<d&&(R=Math.sqrt(d*R)));do w.data!==t&&(E=c[w.data.index]*o/R,t.vx+=N*E,t.vy+=j*E);while(w=w.next)}return h.initialize=function(w,S){e=w,a=S,g()},h.strength=function(w){return arguments.length?(l=typeof w=="function"?w:es(+w),g(),h):l},h.distanceMin=function(w){return arguments.length?(d=w*w,h):Math.sqrt(d)},h.distanceMax=function(w){return arguments.length?(f=w*w,h):Math.sqrt(f)},h.theta=function(w){return arguments.length?(m=w*w,h):Math.sqrt(m)},h}function r8(e){var t=es(.1),a,o,l;typeof e!="function"&&(e=es(e==null?0:+e));function c(f){for(var m=0,h=a.length,g;m<h;++m)g=a[m],g.vx+=(l[m]-g.x)*o[m]*f}function d(){if(a){var f,m=a.length;for(o=new Array(m),l=new Array(m),f=0;f<m;++f)o[f]=isNaN(l[f]=+e(a[f],f,a))?0:+t(a[f],f,a)}}return c.initialize=function(f){a=f,d()},c.strength=function(f){return arguments.length?(t=typeof f=="function"?f:es(+f),d(),c):t},c.x=function(f){return arguments.length?(e=typeof f=="function"?f:es(+f),d(),c):e},c}function o8(e){var t=es(.1),a,o,l;typeof e!="function"&&(e=es(e==null?0:+e));function c(f){for(var m=0,h=a.length,g;m<h;++m)g=a[m],g.vy+=(l[m]-g.y)*o[m]*f}function d(){if(a){var f,m=a.length;for(o=new Array(m),l=new Array(m),f=0;f<m;++f)o[f]=isNaN(l[f]=+e(a[f],f,a))?0:+t(a[f],f,a)}}return c.initialize=function(f){a=f,d()},c.strength=function(f){return arguments.length?(t=typeof f=="function"?f:es(+f),d(),c):t},c.y=function(f){return arguments.length?(e=typeof f=="function"?f:es(+f),d(),c):e},c}const Qs={agent:"#a78bfa",memory:"#38bdf8",thread:"#34d399",task:"#fbbf24",routine:"#f472b6",agentlink:"#c084fc",hub:"#94a3b8"};function l8(e){return{agent:u("agents_ui.kind_agent"),memory:u("agents_ui.kind_memory"),thread:u("agents_ui.kind_thread"),task:u("agents_ui.kind_task"),routine:u("agents_ui.kind_routine"),agentlink:u("agents_ui.kind_hierarchy")}[e]??e}const Pw={core:24,hub:12,leaf:6},Lr=e=>e.role??"leaf";function eE({nodes:e,edges:t,height:a=460,onNodeClick:o}){const c=a,d=760/2,f=c/2,m=x.useRef(null),h=x.useRef(null),g=x.useRef([]),b=x.useRef([]),_=x.useRef(null),[,w]=x.useState(0),[S,y]=x.useState(null),C=e.length>44;x.useEffect(()=>{const P=Math.min(760,c)*.3,L=e.filter(V=>Lr(V)==="hub"),U=new Map;L.forEach((V,G)=>U.set(V.id,G/Math.max(1,L.length)*Math.PI*2-Math.PI/2));const D=e.map((V,G)=>{const K=Lr(V);if(K==="core")return{...V,x:d,y:f,fx:d,fy:f};const B=U.get(V.id)??G/Math.max(1,e.length)*Math.PI*2,Q=K==="hub"?P:P*1.7;return{...V,x:d+Math.cos(B)*Q,y:f+Math.sin(B)*Q}}),I=new Map(D.map(V=>[V.id,V])),$=t.map(V=>({source:I.get(V.source),target:I.get(V.target)})).filter(V=>!!V.source&&!!V.target);g.current=D,b.current=$,w(V=>V+1);const F=V=>{const G=Lr(V.source),K=Lr(V.target);return G==="core"||K==="core"?150:G==="hub"&&K==="hub"?120:62},H=V=>{const G=Lr(V);return G==="core"?-620:G==="hub"?-320:-110},Y=s8(D).force("link",HL($).distance(F).strength(.55)).force("charge",a8().strength(H)).force("center",yL(d,f).strength(.04)).force("x",r8(d).strength(.03)).force("y",o8(f).strength(.03)).force("collide",UL(V=>Pw[Lr(V)]+8)).alphaDecay(.028).on("tick",()=>w(V=>V+1));return h.current=Y,()=>{Y.stop()}},[e,t,a]);const N=P=>{const L=m.current.getBoundingClientRect();return{x:(P.clientX-L.left)/L.width*760,y:(P.clientY-L.top)/L.height*c}},j=P=>L=>{Lr(P)!=="core"&&(_.current=P,L.target.setPointerCapture?.(L.pointerId),h.current?.alphaTarget(.3).restart())},E=P=>{const L=_.current;if(!L)return;const{x:U,y:D}=N(P);L.fx=U,L.fy=D},R=()=>{const P=_.current;P&&(P.fx=null,P.fy=null),_.current=null,h.current?.alphaTarget(0)},A=g.current,T=b.current,z=[...new Set(e.map(P=>P.kind))].filter(P=>P!=="agent"&&P!=="hub"),O=P=>{y(P),o?.(P)};return n.jsxs("div",{className:"space-y-3",children:[n.jsx("div",{className:"overflow-hidden rounded-xl border border-border bg-gradient-to-b from-background to-muted/20",children:n.jsxs("svg",{ref:m,viewBox:`0 0 760 ${c}`,style:{height:a},className:"w-full touch-none select-none",onPointerMove:E,onPointerUp:R,onPointerLeave:R,children:[n.jsxs("defs",{children:[n.jsxs("filter",{id:"brain-glow",x:"-80%",y:"-80%",width:"260%",height:"260%",children:[n.jsx("feGaussianBlur",{stdDeviation:"3",result:"blur"}),n.jsxs("feMerge",{children:[n.jsx("feMergeNode",{in:"blur"}),n.jsx("feMergeNode",{in:"SourceGraphic"})]})]}),n.jsxs("radialGradient",{id:"brain-core",cx:"50%",cy:"50%",r:"50%",children:[n.jsx("stop",{offset:"0%",stopColor:Qs.agent,stopOpacity:"0.9"}),n.jsx("stop",{offset:"55%",stopColor:Qs.agent,stopOpacity:"0.35"}),n.jsx("stop",{offset:"100%",stopColor:Qs.agent,stopOpacity:"0"})]}),n.jsxs("radialGradient",{id:"brain-bg",cx:"50%",cy:"50%",r:"60%",children:[n.jsx("stop",{offset:"0%",stopColor:Qs.agent,stopOpacity:"0.10"}),n.jsx("stop",{offset:"100%",stopColor:Qs.agent,stopOpacity:"0"})]})]}),n.jsx("rect",{x:0,y:0,width:760,height:c,fill:"url(#brain-bg)"}),T.map((P,L)=>{const U=Qs[P.target.kind==="hub"?P.source.kind:P.target.kind],D=1.4+L%5*.35;return n.jsxs("g",{children:[n.jsx("line",{x1:P.source.x,y1:P.source.y,x2:P.target.x,y2:P.target.y,stroke:U,strokeOpacity:.16,strokeWidth:1.4}),n.jsx("line",{x1:P.target.x,y1:P.target.y,x2:P.source.x,y2:P.source.y,stroke:U,strokeOpacity:.5,strokeWidth:2,strokeLinecap:"round",strokeDasharray:"1 14",children:n.jsx("animate",{attributeName:"stroke-dashoffset",values:"15;0",dur:`${D}s`,repeatCount:"indefinite"})})]},L)}),A.map((P,L)=>{const U=Lr(P),D=Qs[P.kind];if(U==="core"){const G=P.emoji&&P.emoji.trim()||P.label.slice(0,2).toUpperCase();return n.jsxs("g",{transform:`translate(${P.x},${P.y})`,children:[n.jsxs("circle",{r:54,fill:"url(#brain-core)",children:[n.jsx("animate",{attributeName:"r",values:"50;58;50",dur:"4s",repeatCount:"indefinite"}),n.jsx("animate",{attributeName:"opacity",values:"0.85;1;0.85",dur:"4s",repeatCount:"indefinite"})]}),n.jsxs("circle",{r:26,fill:"none",stroke:Qs.agent,strokeWidth:1.5,opacity:.5,children:[n.jsx("animate",{attributeName:"r",values:"26;48",dur:"3.2s",repeatCount:"indefinite"}),n.jsx("animate",{attributeName:"opacity",values:"0.5;0",dur:"3.2s",repeatCount:"indefinite"})]}),n.jsx("circle",{r:24,fill:Qs.agent,filter:"url(#brain-glow)"}),n.jsx("circle",{r:24,fill:"none",stroke:"#ffffff",strokeOpacity:.35,strokeWidth:1}),n.jsx("text",{textAnchor:"middle",dominantBaseline:"central",fontSize:G.length<=2?20:11,fontWeight:700,fill:"#1a1030",children:G.length>8?G.slice(0,8):G})]},P.id)}const I=S?.id===P.id,$=Pw[U]+(I?3:0),F=2.4+L%6*.4,H=`${L%6*.3}s`,Y=U==="hub",V=Y||I||!C;return n.jsxs("g",{transform:`translate(${P.x},${P.y})`,className:"cursor-grab active:cursor-grabbing",onPointerDown:j(P),onClick:()=>O(P),children:[n.jsxs("circle",{r:$,fill:D,filter:"url(#brain-glow)",opacity:.3,children:[n.jsx("animate",{attributeName:"r",values:`${$};${$+6};${$}`,dur:`${F}s`,begin:H,repeatCount:"indefinite"}),n.jsx("animate",{attributeName:"opacity",values:"0.32;0.08;0.32",dur:`${F}s`,begin:H,repeatCount:"indefinite"})]}),n.jsx("circle",{r:$,fill:D,fillOpacity:I?1:.95,stroke:I?"#fff":"#ffffff",strokeOpacity:I?1:.25,strokeWidth:I?2:1}),P.emoji&&Y&&n.jsx("text",{textAnchor:"middle",dominantBaseline:"central",fontSize:11,style:{pointerEvents:"none"},children:P.emoji}),V&&n.jsx("text",{x:$+4,y:4,fontSize:Y?11:10,className:Y?"fill-foreground font-medium":"fill-foreground/80",style:{pointerEvents:"none"},children:P.label.length>22?`${P.label.slice(0,22)}…`:P.label})]},P.id)})]})}),n.jsxs("div",{className:"flex flex-wrap items-center gap-3 text-[11px] text-muted-fg",children:[z.map(P=>n.jsxs("span",{className:"inline-flex items-center gap-1",children:[n.jsx("span",{className:"size-2 rounded-full",style:{background:Qs[P]}})," ",l8(P)]},P)),n.jsx("span",{className:"ml-auto",children:u("agents_ui.nodes_drag_hint",{n:String(e.length)})})]}),S&&n.jsxs("div",{className:"rounded-lg border border-border bg-card p-3 text-xs",children:[n.jsxs("div",{className:"flex items-center gap-2",children:[n.jsx("span",{className:"size-2 rounded-full",style:{background:Qs[S.kind]}}),S.emoji&&n.jsx("span",{children:S.emoji}),n.jsx("span",{className:"font-medium",children:S.label}),S.relation&&n.jsxs("span",{className:"text-muted-fg",children:["· ",S.relation]})]}),S.detail&&n.jsx("p",{className:"mt-1 whitespace-pre-wrap text-muted-fg",children:S.detail})]})]})}function Lw({pid:e}){const t=Pn(),a=qe(`/projects/${e}/tasks?state=open`,()=>Zn.list(e),{refreshInterval:2e4}),o=qe(`/projects/${e}/tasks-summary`,()=>Zn.summary(e),{refreshInterval:2e4}),l=qe(`/projects/${e}/routines`,()=>Br.list(e)),c=qe(`/projects/${e}/agents`,()=>on.list(e)),d=qe(`/projects/${e}/mcps`,()=>Ur.list(e)),f=qe(`/projects/${e}/artifacts`,()=>Zs.list(e)),m=c.data??[],h=m.filter(y=>y.is_master||y.type==="orchestrator"),g=m.filter(y=>!(y.is_master||y.type==="orchestrator")),b=i8(m),_=b.some(y=>y.area),w=(l.data??[]).filter(y=>y.enabled).length,S=[...a.data??[]].sort((y,C)=>(C.created_at||"").localeCompare(y.created_at||"")).slice(0,6);return n.jsxs("div",{className:"space-y-6",children:[n.jsxs("div",{className:"grid grid-cols-2 gap-4 md:grid-cols-4",children:[n.jsx(ko,{title:u("project.overview.agents"),value:m.length,href:`/p/${e}/agents`,icon:cn}),n.jsx(ko,{title:u("project.overview.tasks_open"),value:o.data?.open??a.data?.length??"…",href:`/p/${e}/tasks`,icon:gi}),n.jsx(ko,{title:u("project.overview.routines_active"),value:w,href:`/p/${e}/routines`,icon:Mo}),n.jsx(ko,{title:u("project.overview.artifacts"),value:f.data?.length??"…",href:`/p/${e}/artifacts`,icon:bb})]}),o.data&&n.jsx("div",{className:"flex flex-wrap gap-2",children:YN.map(y=>n.jsxs(ff,{to:`/p/${e}/tasks`,className:"flex items-center gap-1.5 rounded-lg border border-border bg-card px-3 py-1.5 text-xs hover:bg-accent/40",children:[n.jsx(Pf,{status:y,className:"size-3.5"}),n.jsx("span",{className:"capitalize text-muted-foreground",children:U_(y)}),n.jsx("span",{className:"font-semibold",children:o.data.status?.[y]??0})]},y))}),m.length>0&&n.jsx(Ye,{title:u("project.overview.brain_title"),description:u("project.overview.brain_desc"),className:"!p-4",children:n.jsx(c8,{pid:e,agents:m,navigate:t})}),n.jsxs("div",{className:"grid gap-4 lg:grid-cols-2",children:[n.jsx(Ye,{title:u("project.overview.roster"),className:"!p-4",children:m.length===0?n.jsx("p",{className:"text-sm text-muted-fg",children:u("project.overview.no_agents")}):_?n.jsx("div",{className:"space-y-3",children:b.map(y=>n.jsx(Sh,{label:y.area||u("agents_ui.uncategorized"),icon:pb,agents:y.agents,pid:e,navigate:t},y.area??"__none"))}):n.jsxs("div",{className:"space-y-3",children:[h.length>0&&n.jsx(Sh,{label:u("project.overview.orchestrators"),icon:ya,agents:h,pid:e,navigate:t}),g.length>0&&n.jsx(Sh,{label:u("project.overview.specialists"),icon:cn,agents:g,pid:e,navigate:t})]})}),n.jsx(Ye,{title:u("project.overview.recent_tasks"),className:"!p-4",action:n.jsx(ff,{to:`/p/${e}/tasks`,className:"text-xs text-sky-500 hover:text-sky-400",children:u("common.view_all")}),children:S.length===0?n.jsxs("p",{className:"flex items-center gap-2 text-sm text-muted-fg",children:[n.jsx(Yf,{className:"size-4"}),u("project.overview.no_activity")]}):n.jsx("ul",{className:"space-y-1.5",children:S.map(y=>n.jsx("li",{children:n.jsxs("button",{type:"button",onClick:()=>t(`/p/${e}/tasks?task=${y.id}`),className:"flex w-full items-center gap-2 rounded-lg px-2 py-1.5 text-left hover:bg-accent/40",children:[n.jsx(Pf,{status:Df(y),className:"size-3.5 shrink-0"}),n.jsx("span",{className:"min-w-0 flex-1 truncate text-sm",children:y.title}),n.jsx($_,{status:Df(y)})]})},y.id))})})]}),n.jsxs("div",{className:"grid grid-cols-2 gap-4 md:grid-cols-3",children:[n.jsx(ko,{title:u("project.overview.chat"),value:u("project.overview.chat_value"),href:`/p/${e}/chat`,icon:Qf}),n.jsx(ko,{title:u("project.overview.mcps"),value:d.data?.length??"…",href:`/p/${e}/mcps`,icon:Wf}),n.jsx(ko,{title:u("project.overview.routines"),value:l.data?.length??"…",href:`/p/${e}/routines`,icon:Mo})]})]})}function i8(e){const t=new Map;for(const a of e){const o=a.area||null;t.has(o)||t.set(o,[]),t.get(o).push(a)}return[...t.entries()].sort(([a],[o])=>a===null?1:o===null?-1:a.localeCompare(o)).map(([a,o])=>({area:a,agents:o}))}function c8({pid:e,agents:t,navigate:a}){const{nodes:o,edges:l}=x.useMemo(()=>{const c=[],d=[],f="__root";c.push({id:f,label:u("project.overview.brain_core"),kind:"agent",role:"core",emoji:"🧠"});const m=new Set(t.map(g=>g.slug)),h=g=>t.some(b=>b.parent===g);for(const g of t){const b=!!g.is_master||g.type==="orchestrator";c.push({id:g.slug,label:g.slug,slug:g.slug,kind:b?"agent":"agentlink",role:b||h(g.slug)?"hub":"leaf",emoji:g.emoji||void 0,relation:g.role||u(b?"project.agents.orchestrator":"project.overview.specialists"),detail:g.description||void 0})}for(const g of t){const b=g.parent&&m.has(g.parent)?g.parent:f;d.push({source:b,target:g.slug})}return{nodes:c,edges:d}},[t]);return n.jsx(eE,{nodes:o,edges:l,height:520,onNodeClick:c=>{c.slug&&a(`/p/${e}/agents/${c.slug}`)}})}function Sh({label:e,icon:t,agents:a,pid:o,navigate:l}){return n.jsxs("div",{children:[n.jsxs("div",{className:"mb-1.5 flex items-center gap-1.5 text-[10px] font-semibold uppercase tracking-wide text-muted-foreground",children:[n.jsx(t,{className:"size-3.5"}),e," (",a.length,")"]}),n.jsx("div",{className:"flex flex-wrap gap-1.5",children:a.map(c=>n.jsxs("button",{type:"button",onClick:()=>l(`/p/${o}/agents/${c.slug}`),className:me("inline-flex items-center gap-1.5 rounded-lg border border-border bg-card px-2 py-1 text-xs hover:border-muted-fg/50"),children:[n.jsx("span",{className:"text-sm leading-none",children:c.emoji||"🤖"}),n.jsx("span",{className:"truncate",children:c.slug}),c.role&&n.jsxs("span",{className:"truncate text-[10px] text-muted-fg",children:["· ",c.role]})]},c.slug))})]})}function ko({title:e,value:t,href:a,icon:o}){return n.jsxs(ff,{to:a,className:"flex items-center gap-3 rounded-xl border border-border bg-card p-4 hover:bg-accent/40",children:[n.jsx("span",{className:"grid size-10 place-items-center rounded-lg bg-muted text-muted-fg",children:n.jsx(o,{size:20})}),n.jsxs("div",{children:[n.jsx("div",{className:"text-xs uppercase tracking-wide text-muted-fg",children:e}),n.jsx("div",{className:"text-2xl font-semibold",children:t})]})]})}function u8(){const e=Pn(),{projects:t,isLoading:a}=iu();return n.jsxs(Ye,{title:u("base.workspaces_title"),description:u("base.workspaces_desc"),action:n.jsxs(ae,{size:"sm",variant:"primary",onClick:()=>e("/p/0/workspaces?action=add-project"),children:[n.jsx(It,{size:14})," ",u("base.workspaces_new")]}),children:[a&&n.jsx(rt,{}),!a&&t.length===0&&n.jsx(pt,{children:u("base.workspaces_empty")}),n.jsx("div",{className:"grid grid-cols-1 gap-3 sm:grid-cols-2 lg:grid-cols-3",children:t.map(o=>{const l=String(o.id)==="0",c=l?u("base.title"):o.name||o.path.split("/").pop()||String(o.id);return n.jsxs("button",{type:"button",onClick:()=>e(`/p/${o.id}`),className:"flex cursor-pointer flex-col gap-2 rounded-xl border border-border bg-card p-4 text-left transition-colors hover:border-muted-fg/50",children:[n.jsxs("div",{className:"flex items-center gap-2",children:[n.jsx(G2,{className:"size-4 text-muted-fg"}),n.jsx("span",{className:"truncate text-sm font-semibold",children:c}),n.jsx(He,{tone:l?"success":"info",children:l?u("base.title"):yN(o.kind)})]}),n.jsx("p",{className:"truncate font-mono text-[10px] text-muted-fg",children:o.path})]},o.id)})})]})}const tE=x.createContext(null),nE=x.createContext(null);function Ra(){const e=x.useContext(tE);if(e===null)throw new Error(ln(60));return e}function sE(){const e=x.useContext(nE);if(e===null)throw new Error(ln(61));return e}const d8=(e,t)=>Object.is(e,t);function $o(e,t,a){return e==null||t==null?Object.is(e,t):a(e,t)}function f8(e,t,a){return!e||e.length===0?!1:e.some(o=>o===void 0?!1:$o(t,o,a))}function Pc(e,t,a){return!e||e.length===0?-1:e.findIndex(o=>o===void 0?!1:$o(o,t,a))}function p8(e,t,a){return e.filter(o=>!$o(t,o,a))}function Kx(e){if(e==null)return"";if(typeof e=="string")return e;try{return JSON.stringify(e)}catch{return String(e)}}function aE(e){return e!=null&&e.length>0&&typeof e[0]=="object"&&e[0]!=null&&"items"in e[0]}function m8(e){if(!Array.isArray(e))return e!=null&&"null"in e;const t=e;if(aE(t)){for(const a of t)for(const o of a.items)if(o&&o.value==null&&o.label!=null)return!0;return!1}for(const a of t)if(a&&a.value==null&&a.label!=null)return!0;return!1}function rE(e,t){if(t&&e!=null)return t(e)??"";if(e&&typeof e=="object"){if("label"in e&&e.label!=null)return String(e.label);if("value"in e)return String(e.value)}return Kx(e)}function No(e,t){return t&&e!=null?t(e)??"":e&&typeof e=="object"&&"value"in e&&"label"in e?Kx(e.value):Kx(e)}function oE(e,t,a){function o(){return rE(e,a)}if(a&&e!=null)return a(e);if(e&&typeof e=="object"&&"label"in e&&e.label!=null)return e.label;if(t&&!Array.isArray(t))return t[e]??o();if(Array.isArray(t)){const l=t,c=aE(l)?l.flatMap(d=>d.items):l;if(e==null||typeof e!="object"){const d=c.find(f=>f.value===e);return d&&d.label!=null?d.label:o()}if("value"in e){const d=c.find(f=>f&&f.value===e.value);if(d&&d.label!=null)return d.label}}return o()}function g8(e,t,a){return e.reduce((o,l,c)=>(c>0&&o.push(", "),o.push(n.jsx(x.Fragment,{children:oE(l,t,a)},c)),o),[])}const et={id:Ae(e=>e.id),labelId:Ae(e=>e.labelId),modal:Ae(e=>e.modal),multiple:Ae(e=>e.multiple),items:Ae(e=>e.items),itemToStringLabel:Ae(e=>e.itemToStringLabel),itemToStringValue:Ae(e=>e.itemToStringValue),isItemEqualToValue:Ae(e=>e.isItemEqualToValue),value:Ae(e=>e.value),hasSelectedValue:Ae(e=>{const{value:t,multiple:a,itemToStringValue:o}=e;return t==null?!1:a&&Array.isArray(t)?t.length>0:No(t,o)!==""}),hasNullItemLabel:Ae((e,t)=>t?m8(e.items):!1),open:Ae(e=>e.open),mounted:Ae(e=>e.mounted),forceMount:Ae(e=>e.forceMount),transitionStatus:Ae(e=>e.transitionStatus),openMethod:Ae(e=>e.openMethod),activeIndex:Ae(e=>e.activeIndex),selectedIndex:Ae(e=>e.selectedIndex),isActive:Ae((e,t)=>e.activeIndex===t),isSelected:Ae((e,t)=>{const a=e.isItemEqualToValue,o=e.value;return e.multiple?Array.isArray(o)&&o.some(l=>$o(t,l,a)):$o(t,o,a)}),isSelectedByFocus:Ae((e,t)=>e.selectedIndex===t),popupProps:Ae(e=>e.popupProps),triggerProps:Ae(e=>e.triggerProps),triggerElement:Ae(e=>e.triggerElement),positionerElement:Ae(e=>e.positionerElement),listElement:Ae(e=>e.listElement),popupSide:Ae(e=>e.popupSide),scrollUpArrowVisible:Ae(e=>e.scrollUpArrowVisible),scrollDownArrowVisible:Ae(e=>e.scrollDownArrowVisible),hasScrollArrows:Ae(e=>e.hasScrollArrows)};function h8(e,t,a=(o,l)=>o===l){return e.length===t.length&&e.every((o,l)=>a(o,t[l]))}function Rc(e,t=Number.MIN_SAFE_INTEGER,a=Number.MAX_SAFE_INTEGER){return Math.max(t,Math.min(e,a))}const Js=1;function V_(e,t){return Math.max(0,e-t)}function Bf(e,t){if(t<=0)return 0;const a=Rc(e,0,t),o=a,l=t-a,c=o<=Js,d=l<=Js;return c&&d?o<=l?0:t:c?0:d?t:a}function x8(e){const{id:t,value:a,defaultValue:o=null,onValueChange:l,open:c,defaultOpen:d=!1,onOpenChange:f,name:m,form:h,autoComplete:g,disabled:b=!1,readOnly:_=!1,required:w=!1,modal:S=!0,actionsRef:y,inputRef:C,onOpenChangeComplete:N,items:j,multiple:E=!1,itemToStringLabel:R,itemToStringValue:A,isItemEqualToValue:T=d8,highlightItemOnHover:z=!0,children:O}=e,{clearErrors:P}=z_(),{setDirty:L,setTouched:U,setFocused:D,validityData:I,setFilled:$,name:F,disabled:H,validation:Y,validationMode:V}=du(),G=Rp({id:t}),K=H||b,B=F??m,[Q,Z]=ri({controlled:a,default:E?o??rr:o,name:"Select",state:"value"}),[X,ne]=ri({controlled:c,default:d,name:"Select",state:"open"}),ee=x.useRef([]),re=x.useRef([]),le=x.useRef(null),ge=x.useRef(null),Me=x.useRef(0),fe=x.useRef(null),he=x.useRef([]),Ce=x.useRef(!1),ke=x.useRef(null),Be=x.useRef(null),Ve=x.useRef({allowSelectedMouseUp:!1,allowUnselectedMouseUp:!1,dragY:0}),Se=x.useRef(!1),{mounted:Te,setMounted:je,transitionStatus:Ee}=bi(X),{openMethod:De,triggerProps:Le}=nN(X),Ie=ns(()=>new uC({id:G,labelId:void 0,modal:S,multiple:E,itemToStringLabel:R,itemToStringValue:A,isItemEqualToValue:T,value:Q,open:X,mounted:Te,transitionStatus:Ee,items:j,forceMount:!1,openMethod:null,activeIndex:null,selectedIndex:null,popupProps:{},triggerProps:{},triggerElement:null,positionerElement:null,listElement:null,popupSide:null,scrollUpArrowVisible:!1,scrollDownArrowVisible:!1,hasScrollArrows:!1})).current,de=nt(Ie,et.activeIndex),ye=nt(Ie,et.selectedIndex),Ge=nt(Ie,et.triggerElement),Re=nt(Ie,et.positionerElement),Oe=y6(De),tt=De??Oe??null,ot=x.useMemo(()=>E?"":No(Q,A),[E,Q,A]),vt=x.useMemo(()=>E&&Array.isArray(Q)?Q.map(dt=>No(dt,A)):No(Q,A),[E,Q,A]),Mt=pn(Ie.state.triggerElement),lt=Ue(()=>vt);D_(Mt,G,Q,lt,!K,m);const Rt=x.useRef(Q),_e=E?Array.isArray(Q)&&Q.length>0:Q!=null&&No(Q,A)!=="";ze(()=>{Q!==Rt.current&&Ie.set("forceMount",!0)},[Ie,Q]),ze(()=>{$(_e)},[_e,$]),ze(function(){const Ut=he.current;let hn;if(E){const Rn=Array.isArray(Q)?Q:[];if(Rn.length===0)hn=null;else{const Sn=Rn[Rn.length-1],Yt=Pc(Ut,Sn,T);hn=Yt===-1?null:Yt}}else{const Rn=Pc(Ut,Q,T);hn=Rn===-1?null:Rn}hn===null&&(Be.current=null),!X&&Ie.set("selectedIndex",hn)},[_e,E,X,Q,he,T,Ie,Be]);function Pe(dt){const Ut=I.initialValue;return Array.isArray(dt)&&Array.isArray(Ut)?!h8(dt,Ut,(hn,Rn)=>$o(hn,Rn,T)):dt!==Ut}v_(Q,()=>{P(B),L(Pe(Q)),Y.change(Q)});const Xe=Ue((dt,Ut)=>{f?.(dt,Ut),!Ut.isCanceled&&(ne(dt),!dt&&(Ut.reason===zo||Ut.reason===cp)&&(U(!0),D(!1),V==="onBlur"&&Y.commit(Q)))}),it=Ue(()=>{je(!1),Ie.update({activeIndex:null,openMethod:null}),N?.(!1)});Ea({enabled:!y,open:X,ref:le,onComplete(){X||it()}}),x.useImperativeHandle(y,()=>({unmount:it}),[it]);const Qe=Ue((dt,Ut)=>{l?.(dt,Ut),!Ut.isCanceled&&Z(dt)}),mt=Ue(()=>{const dt=Ie.state.listElement||le.current;if(!dt)return;const Ut=V_(dt.scrollHeight,dt.clientHeight),hn=Bf(dt.scrollTop,Ut),Rn=hn>0,Sn=hn<Ut;Ie.state.scrollUpArrowVisible!==Rn&&Ie.set("scrollUpArrowVisible",Rn),Ie.state.scrollDownArrowVisible!==Sn&&Ie.set("scrollDownArrowVisible",Sn)}),Ot=_C({open:X,onOpenChange:Xe,elements:{reference:Ge,floating:Re}}),Jt=JS(Ot,{enabled:!_&&!K,event:"mousedown"}),Qt=fp(Ot),en=kC(Ot,{enabled:!_&&!K,listRef:ee,activeIndex:de,selectedIndex:ye,disabledIndices:rr,onNavigate(dt){dt===null&&!X||Ie.set("activeIndex",dt)},focusItemOnHover:z}),mn=SC(Ot,{enabled:!_&&!K&&(X||!E),listRef:re,activeIndex:de,selectedIndex:ye,disabledIndices:dt=>oN(ee.current[dt]),onMatch(dt){X?Ie.set("activeIndex",dt):Qe(he.current[dt],st("none"))},onTyping(dt){Ce.current=dt}}),rs=x.useMemo(()=>{const dt=Kn(mn.reference,en.reference,Qt.reference,Jt.reference,Le);return G&&(dt.id=G),dt},[Jt.reference,mn.reference,en.reference,Qt.reference,Le,G]),bs=x.useMemo(()=>Kn(hp,mn.floating,en.floating,Qt.floating),[mn.floating,en.floating,Qt.floating]),Rs=en.item??Xt;t_(()=>{Ie.update({popupProps:bs,triggerProps:rs})}),ze(()=>{Ie.update({id:G,modal:S,multiple:E,value:Q,open:X,mounted:Te,transitionStatus:Ee,popupProps:bs,triggerProps:rs,items:j,itemToStringLabel:R,itemToStringValue:A,isItemEqualToValue:T,openMethod:tt})},[Ie,G,S,E,Q,X,Te,Ee,bs,rs,j,R,A,T,tt]);const gn=x.useMemo(()=>({store:Ie,name:B,required:w,disabled:K,readOnly:_,multiple:E,highlightItemOnHover:z,setValue:Qe,setOpen:Xe,listRef:ee,popupRef:le,scrollHandlerRef:ge,handleScrollArrowVisibility:mt,scrollArrowsMountedCountRef:Me,itemProps:Rs,valueRef:fe,valuesRef:he,labelsRef:re,typingRef:Ce,selectionRef:Ve,firstItemTextRef:ke,selectedItemTextRef:Be,validation:Y,onOpenChangeComplete:N,alignItemWithTriggerActiveRef:Se,initialValueRef:Rt}),[Ie,B,w,K,_,E,z,Qe,Xe,Rs,Y,N,mt]),Ts=or(C,Y.inputRef),Ta=E&&Array.isArray(Q)&&Q.length>0,Gs=E?void 0:B,Aa=x.useMemo(()=>!E||!Array.isArray(Q)||!B?null:Q.map(dt=>{const Ut=No(dt,A);return n.jsx("input",{type:"hidden",form:h,name:B,value:Ut,disabled:K},Ut)}),[E,Q,h,B,A,K]);return n.jsx(tE.Provider,{value:gn,children:n.jsxs(nE.Provider,{value:Ot,children:[O,n.jsx("input",{...Y.getValidationProps(K,{onFocus(){Ie.state.triggerElement?.focus({focusVisible:!0})},onChange(dt){if(dt.nativeEvent.defaultPrevented||K||_)return;const Ut=dt.currentTarget.value,hn=st(ka,dt.nativeEvent);function Rn(){if(E)return;const Sn=Ut.toLowerCase();let Yt=he.current.findIndex(la=>No(la,A).toLowerCase()===Sn||rE(la,R).toLowerCase()===Sn);Yt===-1&&(Yt=he.current.findIndex((la,_i)=>{const fu=re.current[_i];return fu!=null&&fu.toLowerCase()===Sn}));const Ln=Yt===-1?void 0:he.current[Yt];Ln!=null&&Qe(Ln,hn)}Ie.set("forceMount",!0),queueMicrotask(Rn)}}),id:G&&Gs==null?`${G}-hidden-input`:void 0,form:h,name:Gs,autoComplete:g,value:ot,disabled:K,required:w&&!Ta,readOnly:_,ref:Ts,style:B?CS:$b,tabIndex:-1,"aria-hidden":!0,suppressHydrationWarning:!0}),Aa]})})}function b8(e,t){return e??t}const Id=2,_8=400,v8={...Ox,...O_,popupSide:e=>e?{"data-popup-side":e}:null,value:()=>null},y8=x.forwardRef(function(t,a){const{render:o,className:l,id:c,disabled:d=!1,nativeButton:f=!0,style:m,...h}=t,{setTouched:g,setFocused:b,validationMode:_,state:w,disabled:S}=du(),{labelId:y}=Ep(),{store:C,setOpen:N,selectionRef:j,validation:E,readOnly:R,required:A,alignItemWithTriggerActiveRef:T,disabled:z}=Ra(),O=S||z||d,P=nt(C,et.open),L=nt(C,et.mounted),U=nt(C,et.value),D=nt(C,et.triggerProps),I=nt(C,et.positionerElement),$=nt(C,et.listElement),F=nt(C,et.popupSide),H=nt(C,et.id),Y=nt(C,et.labelId),V=nt(C,et.hasSelectedValue),G=L&&I?F:null,K=c??H,B=b8(y,Y);Rp({id:K});const Q=pn(I),Z=x.useRef(null),{getButtonProps:X,buttonRef:ne}=no({disabled:O,native:f}),ee=Ue(Ce=>{C.set("triggerElement",Ce)}),re=En(),le=En(),ge=En();x.useEffect(()=>{if(P)return ge.start(_8,()=>{j.current.allowUnselectedMouseUp=!0,j.current.allowSelectedMouseUp=!0}),()=>{ge.clear()};j.current={allowSelectedMouseUp:!1,allowUnselectedMouseUp:!1,dragY:0},le.clear()},[P,j,le,ge]);const Me=Kn(D,{id:K,role:"combobox","aria-expanded":P?"true":"false","aria-haspopup":"listbox","aria-controls":P?$?.id??hf(I)?.id:void 0,"aria-labelledby":B,"aria-readonly":R||void 0,"aria-required":A||void 0,tabIndex:O?-1:0,onFocus(Ce){b(!0),P&&T.current&&N(!1,st(ka,Ce.nativeEvent)),re.start(0,()=>{C.set("forceMount",!0)})},onBlur(Ce){We(I,Ce.relatedTarget)||(g(!0),b(!1),_==="onBlur"&&E.commit(U))},onMouseDown(Ce){if(P)return;const ke=xt(Ce.currentTarget);function Be(Ve){if(!Z.current)return;const Se=Ve.target;if(We(Z.current,Se)||We(Q.current,Se))return;const Te=sN(Z.current);Ve.clientX>=Te.left-Id&&Ve.clientX<=Te.right+Id&&Ve.clientY>=Te.top-Id&&Ve.clientY<=Te.bottom+Id||N(!1,st(vS,Ve))}le.start(0,()=>{ke.addEventListener("mouseup",Be,{once:!0})})}},h,X),fe=E.getValidationProps(O,Me);fe.role="combobox";const he={...w,open:P,disabled:O,value:U,readOnly:R,popupSide:G,placeholder:!V};return Et("button",t,{ref:[a,Z,ne,ee],state:he,stateAttributesMapping:v8,props:fe})}),j8={value:()=>null},w8=x.forwardRef(function(t,a){const{className:o,render:l,children:c,placeholder:d,style:f,...m}=t,{store:h,valueRef:g}=Ra(),b=nt(h,et.value),_=nt(h,et.items),w=nt(h,et.itemToStringLabel),S=nt(h,et.hasSelectedValue),y=!S&&d!=null&&c==null,C=nt(h,et.hasNullItemLabel,y),N={value:b,placeholder:!S};let j=null;return typeof c=="function"?j=c(b):c!=null?j=c:!S&&d!=null&&!C?j=d:Array.isArray(b)?j=g8(b,_,w):j=oE(b,_,w),Et("span",t,{state:N,ref:[a,g],props:[{children:j},m],stateAttributesMapping:j8})}),k8=x.forwardRef(function(t,a){const{render:o,className:l,style:c,...d}=t,{store:f}=Ra(),h={open:nt(f,et.open)};return Et("span",t,{state:h,ref:a,props:[{"aria-hidden":!0,children:"▼"},d],stateAttributesMapping:NC})}),S8=x.createContext(void 0),C8=x.forwardRef(function(t,a){const{store:o}=Ra(),l=nt(o,et.mounted),c=nt(o,et.forceMount);return l||c?n.jsx(S8.Provider,{value:!0,children:n.jsx(Qb,{ref:a,...t})}):null}),lE=x.createContext(void 0);function F_(){const e=x.useContext(lE);if(!e)throw new Error(ln(59));return e}function Uf(e,t){e&&Object.assign(e.style,t)}const iE={position:"relative",maxHeight:"100%",overflowX:"hidden",overflowY:"auto"},N8={position:"fixed"},E8=x.forwardRef(function(t,a){const{anchor:o,positionMethod:l="absolute",className:c,render:d,side:f="bottom",align:m="center",sideOffset:h=0,alignOffset:g=0,collisionBoundary:b="clipping-ancestors",collisionPadding:_,arrowPadding:w=5,sticky:S=!1,disableAnchorTracking:y,alignItemWithTrigger:C=!0,collisionAvoidance:N=VS,style:j,...E}=t,{store:R,listRef:A,labelsRef:T,alignItemWithTriggerActiveRef:z,selectedItemTextRef:O,valuesRef:P,initialValueRef:L,popupRef:U,setValue:D}=Ra(),I=sE(),$=nt(R,et.open),F=nt(R,et.mounted),H=nt(R,et.modal),Y=nt(R,et.value),V=nt(R,et.openMethod),G=nt(R,et.positionerElement),K=nt(R,et.triggerElement),B=nt(R,et.isItemEqualToValue),Q=nt(R,et.transitionStatus),Z=x.useRef(null),X=x.useRef(null),[ne,ee]=x.useState(C),re=F&&ne&&V!=="touch";!F&&ne!==C&&ee(C),ze(()=>{F||(et.scrollUpArrowVisible(R.state)&&R.set("scrollUpArrowVisible",!1),et.scrollDownArrowVisible(R.state)&&R.set("scrollDownArrowVisible",!1))},[R,F]),x.useImperativeHandle(z,()=>re),ZC((re||H)&&$,V==="touch",G,K);const le=f_({anchor:o,floatingRootContext:I,positionMethod:l,mounted:F,side:f,sideOffset:h,align:m,alignOffset:g,arrowPadding:w,collisionBoundary:b,collisionPadding:_,sticky:S,disableAnchorTracking:y??re,collisionAvoidance:N,keepMounted:!0}),ge=re?"none":le.side,Me=re?N8:le.positionerStyles,fe={open:$,side:ge,align:le.align,anchorHidden:le.anchorHidden};ze(()=>{R.set("popupSide",le.side)},[R,le.side]);const he=Ue(Se=>{R.set("positionerElement",Se)}),Ce=p_(t,fe,{styles:Me,transitionStatus:Q,props:E,refs:[a,he],hidden:!F,inert:!$}),ke=x.useRef(0),Be=Ue(Se=>{if(Se.size===0&&ke.current===0||P.current.length===0)return;const Te=ke.current;if(ke.current=Se.size,Se.size===Te)return;const je=st(ka);if(Te!==0&&!R.state.multiple&&Y!==null&&Pc(P.current,Y,B)===-1){const De=L.current,Ie=De!=null&&Pc(P.current,De,B)!==-1?De:null;D(Ie,je),Ie===null&&(R.set("selectedIndex",null),O.current=null)}if(Te!==0&&R.state.multiple&&Array.isArray(Y)){const Ee=Le=>Pc(P.current,Le,B)!==-1,De=Y.filter(Le=>Ee(Le));(De.length!==Y.length||De.some(Le=>!f8(Y,Le,B)))&&(D(De,je),De.length===0&&(R.set("selectedIndex",null),O.current=null))}if($&&re){R.update({scrollUpArrowVisible:!1,scrollDownArrowVisible:!1});const Ee={height:""};Uf(G,Ee),Uf(U.current,Ee)}}),Ve=x.useMemo(()=>({...le,side:ge,alignItemWithTriggerActive:re,setControlledAlignItemWithTrigger:ee,scrollUpArrowRef:Z,scrollDownArrowRef:X}),[le,ge,re,ee]);return n.jsx(Sp,{elementsRef:A,labelsRef:T,onMapChange:Be,children:n.jsxs(lE.Provider,{value:Ve,children:[F&&H&&n.jsx(__,{inert:vp(!$),cutout:K}),Ce]})})}),Bd="base-ui-disable-scrollbar",Xx={className:Bd,getElement(e){return n.jsx("style",{nonce:e,href:Bd,precedence:"base-ui:low",children:`.${Bd}{scrollbar-width:none}.${Bd}::-webkit-scrollbar{display:none}`})}},R8=x.createContext(void 0),T8={disableStyleElements:!1};function A8(){return x.useContext(R8)??T8}const M8={...Yo,...ur},O8=x.forwardRef(function(t,a){const{render:o,className:l,style:c,finalFocus:d,...f}=t,{store:m,popupRef:h,onOpenChangeComplete:g,setOpen:b,valueRef:_,firstItemTextRef:w,selectedItemTextRef:S,multiple:y,handleScrollArrowVisibility:C,scrollHandlerRef:N,listRef:j,highlightItemOnHover:E}=Ra(),{side:R,align:A,alignItemWithTriggerActive:T,isPositioned:z,setControlledAlignItemWithTrigger:O}=F_(),P=GC()!=null,L=sE(),U=bp(),{nonce:D,disableStyleElements:I}=A8(),$=nt(m,et.id),F=nt(m,et.open),H=nt(m,et.openMethod),Y=nt(m,et.mounted),V=nt(m,et.popupProps),G=nt(m,et.transitionStatus),K=nt(m,et.triggerElement),B=nt(m,et.positionerElement),Q=nt(m,et.listElement),Z=x.useRef(!1),X=x.useRef(!1),ne=x.useRef({}),ee=ni(),re=Ue(fe=>{if(!B||!h.current||!X.current)return;if(Z.current||!T){C();return}const he=B.style.top==="0px",Ce=B.style.bottom==="0px";if(!he&&!Ce){C();return}const ke=Bw(B),Be=Tc(B.getBoundingClientRect().height,"y",ke),Ve=xt(B),Se=Wt(B),Te=Se.getComputedStyle(B),je=parseFloat(Te.marginTop),Ee=parseFloat(Te.marginBottom),De=Iw(Se.getComputedStyle(h.current)),Le=Math.min(Ve.documentElement.clientHeight-je-Ee,De),Ie=fe.scrollTop,de=Ud(fe);let ye=0,Ge=null,Re=!1,Oe=!1;const tt=lt=>{B.style.height=`${lt}px`},ot=(lt,Rt)=>{const _e=Rc(lt,0,Le-Be);_e>0&&tt(Be+_e),fe.scrollTop=Rt,Le-(Be+_e)<=Js&&(Z.current=!0),C()},vt=he?de-Ie:Ie,Mt=Math.min(Be+vt,Le);if(ye=Mt,vt<=Js){ot(vt,he?de:0);return}if(Le-Mt>Js)he?Oe=!0:Ge=0;else if(Re=!0,Ce&&Ie<de){const lt=Be+vt-Le;Ge=Ie-(vt-lt)}if(ye=Math.ceil(ye),ye!==0&&tt(ye),Oe||Ge!=null){const lt=Ud(fe),Rt=Oe?lt:Rc(Ge,0,lt);Math.abs(fe.scrollTop-Rt)>Js&&(fe.scrollTop=Rt)}(Re||ye>=Le-Js)&&(Z.current=!0),C()});x.useImperativeHandle(N,()=>re,[re]),Ea({open:F,ref:h,onComplete(){F&&g?.(!0)}});const le={open:F,transitionStatus:G,side:R,align:A};ze(()=>{!B||!h.current||Object.keys(ne.current).length||(ne.current={top:B.style.top||"0",left:B.style.left||"0",right:B.style.right,height:B.style.height,bottom:B.style.bottom,minHeight:B.style.minHeight,maxHeight:B.style.maxHeight,marginTop:B.style.marginTop,marginBottom:B.style.marginBottom})},[h,B]),ze(()=>{F||T||(X.current=!1,Z.current=!1,Uf(B,ne.current))},[F,T,B,h]),ze(()=>{const fe=h.current;if(!F||!K||!B||!fe||T&&!z||m.state.transitionStatus==="ending")return;if(!T){X.current=!0,ee.request(C),fe.style.removeProperty("--transform-origin");return}const he=z8(fe);fe.style.removeProperty("--transform-origin");try{let Ce=S.current;Ce?.isConnected||(Ce=!et.hasSelectedValue(m.state)&&w.current?.isConnected?w.current:null);const ke=_.current,Be=Wt(B),Ve=Be.getComputedStyle(B),Se=Be.getComputedStyle(fe),Te=xt(K),je=Bw(K),Ee=$d(K.getBoundingClientRect(),je),De=$d(B.getBoundingClientRect(),je),Le=Ee.height,Ie=Q||fe,de=Ie.scrollHeight,ye=parseFloat(Se.borderBottomWidth),Ge=parseFloat(Ve.marginTop)||10,Re=parseFloat(Ve.marginBottom)||10,Oe=parseFloat(Ve.minHeight)||100,tt=Iw(Se),ot=5,vt=5,Mt=20,lt=Te.documentElement.clientHeight-Ge-Re,Rt=Te.documentElement.clientWidth,_e=lt-Ee.bottom+Le;let Pe,Xe=U==="rtl"?Ee.right-De.width:Ee.left,it=0;if(Ce&&ke){const gn=$d(ke.getBoundingClientRect(),je);Pe=$d(Ce.getBoundingClientRect(),je),Xe=De.left+(U==="rtl"?gn.right-Pe.right:gn.left-Pe.left);const Ts=gn.top-Ee.top+gn.height/2;it=Pe.top-De.top+Pe.height/2-Ts}const Qe=_e+it+Re+ye;let mt=Math.min(lt,Qe);const Ot=lt-Ge-Re,Jt=Qe-mt,Qt=Rt-vt;B.style.left=`${Rc(Xe,ot,Qt-De.width)}px`,B.style.height=`${mt}px`,B.style.maxHeight="none",B.style.marginTop=`${Ge}px`,B.style.marginBottom=`${Re}px`,fe.style.height="100%";const en=Ud(Ie),mn=Jt>=en-Js;mn&&(mt=Math.min(lt,De.height)-(Jt-en));const rs=Ee.top<Mt||Ee.bottom>lt-Mt||Math.ceil(mt)+Js<Math.min(de,Oe),bs=(Be.visualViewport?.scale??1)!==1&&Qr;if(rs||bs){X.current=!0,Uf(B,ne.current),O(!1);return}const Rs=Math.max(Oe,mt);if(mn){const gn=Math.max(0,lt-Qe);B.style.top=De.height>=Ot?"0":`${gn}px`,B.style.height=`${mt}px`,Ie.scrollTop=Ud(Ie)}else B.style.bottom="0",Ie.scrollTop=Jt;if(Pe){const gn=De.top,Ts=De.height,Ta=Pe.top+Pe.height/2,Gs=Ts>0?(Ta-gn)/Ts*100:50,Aa=Rc(Gs,0,100);fe.style.setProperty("--transform-origin",`50% ${Aa}%`)}(Rs===lt||mt>=tt)&&(Z.current=!0),C(),E&&m.state.selectedIndex===null&&m.state.activeIndex===null&&j.current[0]!=null&&m.set("activeIndex",0),X.current=!0}finally{he()}},[m,F,B,K,_,w,S,h,C,T,O,ee,Q,j,E,U,z]),x.useEffect(()=>{if(!T||!B||!F)return;const fe=Wt(B);function he(Ce){b(!1,st(A4,Ce))}return _t(fe,"resize",he)},[b,T,B,F]);const ge={...Q?{role:"presentation","aria-orientation":void 0}:{role:"listbox","aria-multiselectable":y||void 0,id:`${$}-list`},onKeyDown(fe){P&&kp.has(fe.key)&&fe.stopPropagation()},onScroll(fe){Q||re(fe.currentTarget)},...T&&{style:Q?{height:"100%"}:iE}},Me=Et("div",t,{ref:[a,h],state:le,stateAttributesMapping:M8,props:[V,ge,_p(G),{className:!Q&&T?Xx.className:void 0},f]});return n.jsxs(x.Fragment,{children:[!I&&Xx.getElement(D),n.jsx(Jb,{context:L,modal:!1,disabled:!Y,openInteractionType:H,returnFocus:d,restoreFocus:!0,children:Me})]})});function Iw(e){const t=e.maxHeight||"";return t.endsWith("px")&&parseFloat(t)||1/0}function Ud(e){return V_(e.scrollHeight,e.clientHeight)}function Bw(e){return oC.getScale(e)}function Tc(e,t,a){return e/a[t]}function $d(e,t){return qc({x:Tc(e.x,"x",t),y:Tc(e.y,"y",t),width:Tc(e.width,"x",t),height:Tc(e.height,"y",t)})}const Uw=[["transform","none"],["scale","1"],["translate","0 0"]];function z8(e){const{style:t}=e,a={};for(const[o,l]of Uw)a[o]=t.getPropertyValue(o),t.setProperty(o,l,"important");return()=>{for(const[o]of Uw){const l=a[o];l?t.setProperty(o,l):t.removeProperty(o)}}}const D8=x.forwardRef(function(t,a){const{render:o,className:l,style:c,...d}=t,{store:f,scrollHandlerRef:m}=Ra(),{alignItemWithTriggerActive:h}=F_(),g=nt(f,et.hasScrollArrows),b=nt(f,et.openMethod),_=nt(f,et.multiple),S={id:`${nt(f,et.id)}-list`,role:"listbox","aria-multiselectable":_||void 0,onScroll(C){m.current?.(C.currentTarget)},...h&&{style:iE},className:g&&b!=="touch"?Xx.className:void 0},y=Ue(C=>{f.set("listElement",C)});return Et("div",t,{ref:[a,y],props:[S,d]})}),cE=x.createContext(void 0);function G_(){const e=x.useContext(cE);if(!e)throw new Error(ln(57));return e}const P8=x.memo(x.forwardRef(function(t,a){const{render:o,className:l,style:c,value:d=null,label:f,disabled:m=!1,nativeButton:h=!1,...g}=t,b=x.useRef(null),_=ru({label:f,textRef:b,indexGuessBehavior:VC.GuessFromOrder}),{store:w,itemProps:S,setOpen:y,setValue:C,selectionRef:N,typingRef:j,valuesRef:E,multiple:R,selectedItemTextRef:A,disabled:T,readOnly:z}=Ra(),O=nt(w,et.isActive,_.index),P=nt(w,et.open),L=nt(w,et.isSelected,d),U=nt(w,et.isSelectedByFocus,_.index),D=nt(w,et.isItemEqualToValue),I=_.index,$=I!==-1,F=x.useRef(null);ze(()=>{if(!$)return;const re=E.current;return re[I]=d,()=>{delete re[I]}},[$,I,d,E]),ze(()=>{if(!$)return;const re=w.state.value;let le=re;R&&Array.isArray(re)&&(le=re.length>0?re[re.length-1]:void 0),le!==void 0&&$o(d,le,D)&&(w.set("selectedIndex",I),b.current&&(A.current=b.current))},[$,I,R,D,w,d,A]);const H=x.useRef(null),Y=x.useRef("mouse"),V=x.useRef(!1),{getButtonProps:G,buttonRef:K}=no({disabled:m,focusableWhenDisabled:!0,native:h,composite:!0}),B={disabled:m,selected:L,highlighted:O};function Q(re){if(T||z)return;const le=w.state.value;if(R){const ge=Array.isArray(le)?le:[],Me=L?p8(ge,d,D):[...ge,d];C(Me,st(Yl,re))}else C(d,st(Yl,re)),y(!1,st(Yl,re))}function Z(){N.current.dragY=0}const X={role:"option","aria-selected":L,tabIndex:P&&O?0:-1,onKeyDown(re){H.current=re.key,w.set("activeIndex",I),re.key===" "&&j.current&&re.preventDefault()},onClick(re){const le=re.type==="click"&&Y.current!=="touch",ge=re.nativeEvent.pointerType,Me=le&&zb(re.nativeEvent)&&(ge!==void 0||O),fe=le&&!Me&&!V.current;V.current=!1,!(re.type==="keydown"&&H.current===null)&&(m||re.type==="keydown"&&H.current===" "&&j.current||fe||(H.current=null,Q(re.nativeEvent)))},onPointerEnter(re){Y.current=re.pointerType},onPointerMove(re){if(re.pointerType==="mouse"&&re.buttons===1){const le=N.current;le.dragY+=re.movementY,le.dragY**2>=64&&(le.allowUnselectedMouseUp=!0)}},onPointerDown(re){Y.current=re.pointerType,V.current=!0,Z()},onMouseUp(){if(Z(),m||Y.current==="touch"||V.current)return;const re=!N.current.allowSelectedMouseUp&&L,le=!N.current.allowUnselectedMouseUp&&!L;re||le||(V.current=!0,F.current?.click(),V.current=!1)}},ne=Et("div",t,{ref:[K,a,_.ref,F],state:B,props:[S,X,g,G]}),ee=x.useMemo(()=>({selected:L,index:I,textRef:b,selectedByFocus:U,hasRegistered:$}),[L,I,b,U,$]);return n.jsx(cE.Provider,{value:ee,children:ne})})),L8=x.forwardRef(function(t,a){const o=t.keepMounted??!1,{selected:l}=G_();return o||l?n.jsx(I8,{...t,ref:a}):null}),I8=x.memo(x.forwardRef((e,t)=>{const{render:a,className:o,style:l,keepMounted:c,...d}=e,{selected:f}=G_(),m=x.useRef(null),{transitionStatus:h,setMounted:g}=bi(f),_=Et("span",e,{ref:[t,m],state:{selected:f,transitionStatus:h},props:[{"aria-hidden":!0,children:"✔️"},d],stateAttributesMapping:ur});return Ea({open:f,ref:m,onComplete(){f||g(!1)}}),_})),B8=x.memo(x.forwardRef(function(t,a){const{index:o,textRef:l,selectedByFocus:c,hasRegistered:d}=G_(),{firstItemTextRef:f,selectedItemTextRef:m}=Ra(),{render:h,className:g,style:b,..._}=t,w=x.useCallback(y=>{y&&(d&&o===0&&(f.current=y),d&&c&&(m.current=y))},[f,m,o,c,d]);return Et("div",t,{ref:[w,a,l],props:_})})),uE=x.forwardRef(function(t,a){const{render:o,className:l,style:c,direction:d,keepMounted:f=!1,...m}=t,h=d==="up",{store:g,popupRef:b,listRef:_,handleScrollArrowVisibility:w,scrollArrowsMountedCountRef:S}=Ra(),{side:y,scrollDownArrowRef:C,scrollUpArrowRef:N}=F_(),j=h?et.scrollUpArrowVisible:et.scrollDownArrowVisible,E=nt(g,j),R=nt(g,et.openMethod),A=E&&R!=="touch",T=En(),z=h?N:C,{mounted:O,transitionStatus:P,setMounted:L}=bi(A);ze(()=>(S.current+=1,g.state.hasScrollArrows||g.set("hasScrollArrows",!0),()=>{S.current=Math.max(0,S.current-1),S.current===0&&g.state.hasScrollArrows&&g.set("hasScrollArrows",!1)}),[g,S]),Ea({open:A,ref:z,onComplete(){A||L(!1)}});const I=Et("div",t,{ref:[a,z],state:{direction:d,visible:A,side:y,transitionStatus:P},props:[{"aria-hidden":!0,children:h?"▲":"▼",style:{position:"absolute"},onMouseMove(F){if(F.movementX===0&&F.movementY===0||T.isStarted())return;g.set("activeIndex",null);function H(){const Y=g.state.listElement??b.current;if(!Y)return;g.set("activeIndex",null),w();const V=V_(Y.scrollHeight,Y.clientHeight),G=Bf(Y.scrollTop,V),K=G===(h?0:V),B=_.current;if(G!==Y.scrollTop&&(Y.scrollTop=G),B.length===0&&g.set(h?"scrollUpArrowVisible":"scrollDownArrowVisible",!K),K){T.clear();return}if(B.length>0){const Q=z.current?.offsetHeight||0;Y.scrollTop=U8(B,h,G,Y.clientHeight,Q,V)}T.start(40,H)}T.start(40,H)},onMouseLeave(){T.clear()}},m],stateAttributesMapping:ur});return O||f?I:null});function U8(e,t,a,o,l,c){if(t){let g=0;const b=a+l-Js;for(let S=0;S<e.length;S+=1){const y=e[S];if(y&&y.offsetTop>=b){g=S;break}}const _=Math.max(0,g-1),w=e[_];return _<g&&w?Bf(w.offsetTop-l,c):0}let d=e.length-1;const f=a+o-l+Js;for(let g=0;g<e.length;g+=1){const b=e[g];if(b&&b.offsetTop+b.offsetHeight>f){d=Math.max(0,g-1);break}}const m=Math.min(e.length-1,d+1),h=e[m];return m>d&&h?Bf(h.offsetTop+h.offsetHeight-o+l,c):c}const $8=x.forwardRef(function(t,a){return n.jsx(uE,{...t,ref:a,direction:"down"})}),H8=x.forwardRef(function(t,a){return n.jsx(uE,{...t,ref:a,direction:"up"})}),q8=x8;function V8({className:e,...t}){return n.jsx(w8,{"data-slot":"select-value",className:Ct("flex flex-1 text-left",e),...t})}function F8({className:e,size:t="default",children:a,...o}){return n.jsxs(y8,{"data-slot":"select-trigger","data-size":t,className:Ct("flex w-fit items-center justify-between gap-1.5 rounded-lg border border-input bg-transparent py-2 pr-2 pl-2.5 text-sm whitespace-nowrap transition-colors outline-none select-none focus-visible:border-ring focus-visible:ring-3 focus-visible:ring-ring/50 disabled:cursor-not-allowed disabled:opacity-50 aria-invalid:border-destructive aria-invalid:ring-3 aria-invalid:ring-destructive/20 data-placeholder:text-muted-foreground data-[size=default]:h-8 data-[size=sm]:h-7 data-[size=sm]:rounded-[min(var(--radius-md),10px)] *:data-[slot=select-value]:line-clamp-1 *:data-[slot=select-value]:flex *:data-[slot=select-value]:items-center *:data-[slot=select-value]:gap-1.5 dark:bg-input/30 dark:hover:bg-input/50 dark:aria-invalid:border-destructive/50 dark:aria-invalid:ring-destructive/40 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",e),...o,children:[a,n.jsx(k8,{render:n.jsx(hs,{className:"pointer-events-none size-4 text-muted-foreground"})})]})}function G8({className:e,children:t,side:a="bottom",sideOffset:o=4,align:l="center",alignOffset:c=0,alignItemWithTrigger:d=!0,...f}){return n.jsx(C8,{children:n.jsx(E8,{side:a,sideOffset:o,align:l,alignOffset:c,alignItemWithTrigger:d,className:"isolate z-50",children:n.jsxs(O8,{"data-slot":"select-content","data-align-trigger":d,className:Ct("relative isolate z-50 max-h-(--available-height) w-(--anchor-width) min-w-36 origin-(--transform-origin) overflow-x-hidden overflow-y-auto rounded-lg bg-popover text-popover-foreground shadow-md ring-1 ring-foreground/10 duration-100 data-[align-trigger=true]:animate-none data-[side=bottom]:slide-in-from-top-2 data-[side=inline-end]:slide-in-from-left-2 data-[side=inline-start]:slide-in-from-right-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 data-open:animate-in data-open:fade-in-0 data-open:zoom-in-95 data-closed:animate-out data-closed:fade-out-0 data-closed:zoom-out-95",e),...f,children:[n.jsx(K8,{}),n.jsx(D8,{children:t}),n.jsx(X8,{})]})})})}function Y8({className:e,children:t,...a}){return n.jsxs(P8,{"data-slot":"select-item",className:Ct("relative flex w-full cursor-default items-center gap-2 rounded-md py-2 pr-8 pl-2.5 text-sm outline-hidden select-none focus:bg-accent focus:text-accent-foreground not-data-[variant=destructive]:focus:**:text-accent-foreground data-disabled:pointer-events-none data-disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4 *:[span]:last:flex *:[span]:last:items-center *:[span]:last:gap-2",e),...a,children:[n.jsx(B8,{className:"flex min-w-0 flex-1 gap-2 overflow-hidden whitespace-nowrap",children:t}),n.jsx(L8,{render:n.jsx("span",{className:"pointer-events-none absolute right-2 flex size-4 items-center justify-center"}),children:n.jsx(Gr,{className:"pointer-events-none"})})]})}function K8({className:e,...t}){return n.jsx(H8,{"data-slot":"select-scroll-up-button",className:Ct("top-0 z-10 flex w-full cursor-default items-center justify-center bg-popover py-1 [&_svg:not([class*='size-'])]:size-4",e),...t,children:n.jsx(mb,{})})}function X8({className:e,...t}){return n.jsx($8,{"data-slot":"select-scroll-down-button",className:Ct("bottom-0 z-10 flex w-full cursor-default items-center justify-center bg-popover py-1 [&_svg:not([class*='size-'])]:size-4",e),...t,children:n.jsx(hs,{})})}function ut({value:e,onChange:t,options:a,placeholder:o="— elegir —",disabled:l,className:c,showIcon:d=!1}){return n.jsxs(q8,{value:e,onValueChange:f=>t(f??""),disabled:l,children:[n.jsx(F8,{className:me("h-9 w-full",c),children:n.jsx(V8,{placeholder:o,children:f=>{const m=a.find(g=>g.value===f),h=d?m?.icon:void 0;return n.jsxs("span",{className:"flex min-w-0 items-center gap-1.5",children:[h&&n.jsx(h,{className:"size-3.5 shrink-0"}),n.jsx("span",{className:"truncate",children:m?.label??f})]})}})}),n.jsx(G8,{side:"bottom",sideOffset:6,align:"start",alignItemWithTrigger:!1,className:"w-[var(--anchor-width)] p-1.5",children:a.map(f=>{const m=f.icon;return n.jsx(Y8,{value:f.value,disabled:f.disabled,children:n.jsxs("span",{className:"flex min-w-0 items-center gap-2",children:[m?n.jsx(m,{className:"size-4 shrink-0 text-muted-fg"}):null,f.description?n.jsxs("span",{className:"flex min-w-0 flex-col leading-tight",children:[n.jsx("span",{className:"truncate font-medium",children:f.label}),n.jsx("span",{className:"truncate text-[11px] text-muted-fg",children:f.description})]}):n.jsx("span",{className:"truncate",children:f.label})]})},f.value)})})]})}const $w=320;function Q8(e){const t=new Date(e);return Number.isNaN(t.getTime())?e:t.toLocaleString(void 0,{month:"short",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit"})}function W8(e){return e.agent_slug||e.actor_id||e.author||e.actor_kind||"—"}function Z8({m:e}){const[t,a]=x.useState(!1),o=(e.body?.length||0)>$w,l=!o||t?e.body:`${e.body.slice(0,$w)}…`;return n.jsxs("li",{className:"flex items-start gap-3 rounded-md border border-border bg-muted/30 px-3 py-2",children:[n.jsx("span",{className:"mt-0.5 shrink-0",children:e.direction==="in"?n.jsx(I2,{size:14,className:"text-blue-400"}):n.jsx(U2,{size:14,className:"text-emerald-400"})}),n.jsxs("div",{className:"min-w-0 flex-1",children:[n.jsxs("div",{className:"flex flex-wrap items-center gap-2 text-xs text-muted-fg",children:[n.jsx("span",{className:"font-mono",children:Q8(e.ts)}),n.jsx(He,{tone:"info",children:e.channel}),e.type&&n.jsx(He,{children:e.type}),n.jsx("span",{className:"font-medium text-foreground",children:W8(e)})]}),e.body&&n.jsx("p",{className:"mt-1 whitespace-pre-wrap break-words text-xs",children:l}),o&&n.jsx("button",{type:"button",onClick:()=>a(c=>!c),className:"mt-1 text-[11px] font-medium text-sky-400 hover:underline",children:u(t?"logs.show_less":"logs.show_more")})]})]})}function J8(){const[e,t]=x.useState(!1),a=qe(e?"/admin/logs?errors":null,()=>li.logs("errors",200)),o=a.data?.entries||[];return n.jsxs("details",{className:"mb-3 rounded-lg border border-border bg-muted/20",onToggle:l=>t(l.target.open),children:[n.jsxs("summary",{className:"cursor-pointer px-3 py-2 text-xs font-medium text-muted-fg",children:[u("logs.daemon_errors"),o.length?` · ${o.length}`:""]}),n.jsxs("div",{className:"border-t border-border p-3",children:[a.isLoading&&n.jsx(rt,{}),e&&!a.isLoading&&o.length===0&&n.jsx("p",{className:"text-xs text-muted-fg",children:u("logs.no_errors")}),n.jsx("ul",{className:"space-y-1",children:o.map((l,c)=>n.jsxs("li",{className:"rounded-md bg-card px-2 py-1 text-[11px]",children:[n.jsxs("div",{className:"flex items-center gap-2 text-muted-fg",children:[typeof l.ts=="string"&&n.jsx("span",{className:"font-mono",children:new Date(l.ts).toLocaleString()}),typeof l.level=="string"&&n.jsx("span",{className:"text-destructive",children:l.level})]}),n.jsx("p",{className:"whitespace-pre-wrap break-words font-mono",children:String(l.msg??l.message??l.error??l.raw??JSON.stringify(l)).slice(0,500)})]},c))})]})]})}function eI({pid:e}){const t=!e||String(e)==="0",[a,o]=x.useState(""),[l,c]=x.useState(""),[d,f]=x.useState(""),[m,h]=x.useState(""),g=a.trim()||void 0,b=t?`/messages/global?channel=${g??""}`:`/projects/${e}/messages?channel=${g??""}`,_=qe(b,()=>t?Af.global({channel:g,limit:300}):Af.project(e,{channel:g,limit:300})),w=x.useMemo(()=>[..._.data||[]].sort((C,N)=>(N.ts||"").localeCompare(C.ts||"")),[_.data]),S=x.useMemo(()=>Array.from(new Set(w.map(C=>C.type).filter(Boolean))),[w]),y=x.useMemo(()=>w.filter(C=>!(l&&C.direction!==l||d&&C.type!==d||m&&!(C.body||"").toLowerCase().includes(m.toLowerCase()))),[w,l,d,m]);return n.jsxs(Ye,{title:u("logs.title"),description:u(t?"logs.desc_global":"logs.desc_project"),action:n.jsxs("div",{className:"flex items-center gap-2",children:[n.jsx(Ne,{placeholder:u("logs.filter_channel"),value:a,onChange:C=>o(C.target.value),className:"w-44"}),n.jsx(ae,{size:"sm",variant:"secondary",onClick:()=>_.mutate(),children:n.jsx(Ns,{size:13})})]}),children:[t&&n.jsx(J8,{}),n.jsxs("div",{className:"mb-3 flex flex-wrap items-center gap-2",children:[n.jsx("div",{className:"w-36",children:n.jsx(ut,{value:l,onChange:c,placeholder:u("logs.filter_dir"),options:[{value:"",label:u("logs.all_directions")},{value:"in",label:u("logs.in")},{value:"out",label:u("logs.out")}]})}),n.jsx("div",{className:"w-40",children:n.jsx(ut,{value:d,onChange:f,placeholder:u("logs.filter_type"),options:[{value:"",label:u("logs.all_types")},...S.map(C=>({value:C,label:C}))]})}),n.jsx(Ne,{placeholder:u("logs.search_text"),value:m,onChange:C=>h(C.target.value),className:"w-56"}),n.jsxs("span",{className:"text-[11px] text-muted-fg",children:[y.length," ",u("logs.count_of")," ",w.length]})]}),_.isLoading&&n.jsx(rt,{}),_.error&&n.jsx(pt,{children:u("logs.error",{msg:_.error.message})}),!_.isLoading&&!_.error&&y.length===0&&n.jsx(pt,{children:g?u("logs.no_activity_ch",{ch:g}):u("logs.no_activity")}),n.jsx("ul",{className:"space-y-1 text-sm",children:y.map((C,N)=>n.jsx(Z8,{m:C},`${C.ts}-${N}`))})]})}function dE({value:e,onChange:t,options:a,placeholder:o=u("shared_ui.model_combobox_ph"),invalid:l,invalidHint:c,className:d}){const[f,m]=x.useState(!1),[h,g]=x.useState(e),b=x.useRef(null),_=x.useRef(null),[w,S]=x.useState(null);x.useEffect(()=>{g(e)},[e]),x.useLayoutEffect(()=>{if(!f)return;const E=()=>{const R=b.current;if(!R)return;const A=R.getBoundingClientRect();S({top:A.bottom+4,left:A.left,width:A.width})};return E(),window.addEventListener("scroll",E,!0),window.addEventListener("resize",E),()=>{window.removeEventListener("scroll",E,!0),window.removeEventListener("resize",E)}},[f]),x.useEffect(()=>{if(!f)return;const E=R=>{const A=R.target;b.current?.contains(A)||_.current?.contains(A)||m(!1)};return document.addEventListener("mousedown",E),()=>document.removeEventListener("mousedown",E)},[f]);const y=h.trim().toLowerCase(),N=y&&!(h===e)?a.filter(E=>E.toLowerCase().includes(y)):a,j=E=>{t(E),g(E),m(!1)};return n.jsxs("div",{ref:b,className:me("relative",d),children:[n.jsxs("div",{className:me("flex items-center gap-1 rounded-lg border bg-background px-2.5 transition-colors focus-within:border-ring focus-within:ring-1 focus-within:ring-ring",l?"border-amber-500/60":"border-border"),children:[l&&n.jsx($e,{content:c||u("models_ui.invalid_hint"),children:n.jsx("span",{children:n.jsx(sS,{className:"size-3.5 shrink-0 text-amber-400"})})}),n.jsx("input",{value:h,placeholder:o,onChange:E=>{g(E.target.value),t(E.target.value),m(!0)},onFocus:()=>m(!0),className:"w-full bg-transparent py-1.5 text-sm outline-none placeholder:text-muted-fg/60"}),n.jsx("button",{type:"button",tabIndex:-1,onClick:()=>m(E=>!E),className:"shrink-0 text-muted-fg hover:text-foreground",children:n.jsx(hs,{className:"size-4"})})]}),f&&N.length>0&&w&&Fs.createPortal(n.jsx("ul",{ref:_,style:{position:"fixed",top:w.top,left:w.left,width:w.width},className:"z-[1000] max-h-56 overflow-y-auto rounded-lg border border-border bg-popover p-1 shadow-md ring-1 ring-foreground/10",children:N.map(E=>n.jsx("li",{children:n.jsx("button",{type:"button",onMouseDown:R=>{R.preventDefault(),j(E)},className:me("flex w-full items-center rounded-md px-2 py-1 text-left text-sm hover:bg-accent hover:text-accent-fg",E===e&&"bg-accent/50"),children:n.jsx("span",{className:"truncate font-mono text-xs",children:E})})},E))}),document.body)]})}function dr(){const{data:e,error:t,isLoading:a,mutate:o}=qe("/admin/config",()=>li.config.get()),l=async(c,d)=>{const f=await li.config.patch({set:c,unset:d});return await o({config:f.config},{revalidate:!1}),f.config};return{config:e?.config||{},error:t,isLoading:a,mutate:o,patch:l}}function fE(){const{data:e,error:t,isLoading:a,mutate:o}=qe("/admin/super-agent",()=>li.superAgent());return{superAgent:e,error:t,isLoading:a,mutate:o}}const tI="modulepreload",nI=function(e){return"/"+e},Hw={},sI=function(t,a,o){let l=Promise.resolve();if(a&&a.length>0){let d=function(h){return Promise.all(h.map(g=>Promise.resolve(g).then(b=>({status:"fulfilled",value:b}),b=>({status:"rejected",reason:b}))))};document.getElementsByTagName("link");const f=document.querySelector("meta[property=csp-nonce]"),m=f?.nonce||f?.getAttribute("nonce");l=d(a.map(h=>{if(h=nI(h),h in Hw)return;Hw[h]=!0;const g=h.endsWith(".css"),b=g?'[rel="stylesheet"]':"";if(document.querySelector(`link[href="${h}"]${b}`))return;const _=document.createElement("link");if(_.rel=g?"stylesheet":tI,g||(_.as="script"),_.crossOrigin="",_.href=h,m&&_.setAttribute("nonce",m),document.head.appendChild(_),g)return new Promise((w,S)=>{_.addEventListener("load",w),_.addEventListener("error",()=>S(new Error(`Unable to preload CSS for ${h}`)))})}))}function c(d){const f=new Event("vite:preloadError",{cancelable:!0});if(f.payload=d,window.dispatchEvent(f),!f.defaultPrevented)throw d}return l.then(d=>{for(const f of d||[])f.status==="rejected"&&c(f.reason);return t().catch(c)})},aI={anthropic:"from-orange-600 to-amber-600",openai:"from-emerald-600 to-teal-600",gemini:"from-blue-600 to-indigo-600",groq:"from-cyan-600 to-teal-600",openrouter:"from-violet-600 to-indigo-600",ollama:"from-amber-600 to-orange-600",azure:"from-blue-600 to-cyan-600",mock:"from-slate-600 to-gray-600",custom:"from-slate-600 to-gray-600"},rI={anthropic:"bg-orange-500/20 text-orange-300 border border-orange-500/40",openai:"bg-emerald-500/20 text-emerald-300 border border-emerald-500/40",gemini:"bg-blue-500/20 text-blue-300 border border-blue-500/40",groq:"bg-cyan-500/20 text-cyan-300 border border-cyan-500/40",openrouter:"bg-violet-500/20 text-violet-300 border border-violet-500/40",ollama:"bg-amber-500/20 text-amber-300 border border-amber-500/40",azure:"bg-blue-500/20 text-blue-300 border border-blue-500/40",mock:"bg-slate-500/20 text-slate-300 border border-slate-500/40",custom:"bg-slate-500/20 text-slate-300 border border-slate-500/40"},Lc=[{value:"anthropic",label:"Anthropic"},{value:"openai",label:"OpenAI-compatible"},{value:"gemini",label:"Gemini"},{value:"groq",label:"Groq"},{value:"openrouter",label:"OpenRouter"},{value:"ollama",label:"Ollama"},{value:"azure",label:"Azure OpenAI"},{value:"mock",label:"Mock (test)"},{value:"custom",label:"Custom"}];function Ch(e,t){return t&&t in e?e[t]:e.custom}const $f={anthropic:aa,openai:cn,gemini:QA,groq:gi,openrouter:tu,ollama:nS,azure:PA,mock:xx,custom:ra},sr={anthropic:{base_url:"",default_model:"claude-sonnet-5",api_key_env:"ANTHROPIC_API_KEY",known_models:["claude-opus-4-8","claude-sonnet-5","claude-haiku-4-5","claude-fable-5"]},openai:{base_url:"https://api.openai.com/v1",default_model:"gpt-5.4-mini",api_key_env:"OPENAI_API_KEY",known_models:["gpt-5.5","gpt-5.4-mini","gpt-5.4-nano","gpt-5.1","gpt-4.1-mini"]},gemini:{base_url:"https://generativelanguage.googleapis.com/v1beta/openai",default_model:"gemini-2.5-flash",api_key_env:"GEMINI_API_KEY",known_models:["gemini-3.5-flash","gemini-3.1-pro-preview","gemini-2.5-pro","gemini-2.5-flash","gemini-2.5-flash-lite"]},groq:{base_url:"https://api.groq.com/openai/v1",default_model:"openai/gpt-oss-20b",api_key_env:"GROQ_API_KEY",known_models:["openai/gpt-oss-120b","openai/gpt-oss-20b","qwen/qwen3.6-27b","groq/compound","groq/compound-mini","whisper-large-v3-turbo"]},openrouter:{base_url:"https://openrouter.ai/api/v1",default_model:"openrouter/auto",api_key_env:"OPENROUTER_API_KEY",known_models:["openrouter/auto","openrouter/free","anthropic/claude-sonnet-5","openai/gpt-5.4-mini","google/gemini-2.5-flash"]},ollama:{base_url:"http://127.0.0.1:11434",default_model:"gemma2:9b",api_key_env:"",known_models:[]},azure:{base_url:"",default_model:"",api_key_env:"AZURE_OPENAI_API_KEY",known_models:[]},mock:{base_url:"",default_model:"mock",api_key_env:"",known_models:["mock"]},custom:{base_url:"",default_model:"",api_key_env:"",known_models:[]}};let qw=!1;async function oI(){if(!qw)try{const{Engines:e}=await sI(async()=>{const{Engines:a}=await Promise.resolve().then(()=>dP);return{Engines:a}},[]),{presets:t}=await e.presets();for(const[a,o]of Object.entries(t||{}))a in sr&&o&&Object.assign(sr[a],o);qw=!0}catch{}}function pE(e){const t=e.indexOf(":");return t<0?{provider:e,model:""}:{provider:e.slice(0,t),model:e.slice(t+1)}}function Nh({value:e,onChange:t,providers:a}){const{provider:o,model:l}=pE(e),c=a.find(g=>g.slug===o),d=!!o&&!c,f=x.useMemo(()=>{const g=c?sr[c.engine]?.known_models||[]:[];return Array.from(new Set([...c?.default_model?[c.default_model]:[],...g]))},[c]),m=g=>{const b=a.find(w=>w.slug===g),_=b?.default_model||sr[b?.engine]?.default_model||"";t(_?`${g}:${_}`:`${g}:`)},h=g=>t(`${o}:${g}`);return n.jsxs("div",{className:"grid grid-cols-2 gap-2",children:[n.jsx(ut,{value:o,onChange:m,placeholder:d?u("router_panel.provider_not_found",{name:o}):u("router_panel.provider_ph"),options:a.map(g=>({value:g.slug,label:g.slug,icon:$f[g.engine]}))}),n.jsx(dE,{value:l,onChange:h,options:f,invalid:d,invalidHint:u("router_panel.provider_not_configured",{name:o})})]})}function lI(){const e=Ze(),{superAgent:t,isLoading:a,mutate:o}=fE(),{config:l,patch:c}=dr(),[d,f]=x.useState(""),[m,h]=x.useState([]),[g,b]=x.useState(""),[_,w]=x.useState(null),[S,y]=x.useState(!1),[C,N]=x.useState({model:"",fallback:[]});x.useEffect(()=>{if(!t)return;const L=t.model_fallback?.models||[],U=Array.isArray(L)?L:[];f(t.model||""),h(U),N({model:t.model||"",fallback:U})},[t]);const j=x.useMemo(()=>{const L=l.engines||{};return Object.entries(L).map(([U,D])=>({slug:U,engine:D?.engine||U,default_model:D?.default_model||sr[D?.engine||U]?.default_model}))},[l.engines]),E=L=>{const{provider:U}=pE(L);return j.some(D=>D.slug===U)};if(a||!t)return n.jsx(rt,{});const R=d!==C.model||JSON.stringify(m)!==JSON.stringify(C.fallback),A=async()=>{y(!0);try{await c({"super_agent.model":d,"super_agent.model_fallback.enabled":m.length>0,"super_agent.model_fallback.models":m}),e.success(u("router_panel.saved_toast")),N({model:d,fallback:m}),o()}catch(L){e.error(L.message)}finally{y(!1)}},T=()=>{const L=g.trim().replace(/:$/,"");!L||!L.includes(":")||m.includes(L)||(h([...m,L]),b(""))},z=(L,U)=>{const D=[...m];D[L]=U,h(D)},O=L=>{h(m.filter((U,D)=>D!==L)),_===L&&w(null)},P=(L,U)=>{const D=L+U;if(D<0||D>=m.length)return;const I=[...m];[I[L],I[D]]=[I[D],I[L]],h(I)};return n.jsx(Ye,{title:u("router_panel.title"),description:u("router_panel.description"),children:n.jsxs("div",{className:"space-y-4",children:[n.jsxs("div",{className:"flex flex-wrap items-center gap-2 rounded-lg border border-border bg-muted/20 p-3",children:[n.jsxs(He,{tone:"success",children:[n.jsx(tu,{size:11})," ",u("router_panel.badge_default")]}),n.jsx("span",{className:`font-mono text-xs ${!E(d)&&d?"text-amber-400":""}`,children:d||"—"}),m.map(L=>n.jsxs("span",{className:"flex items-center gap-2 text-muted-fg",children:[n.jsx(B2,{size:12}),n.jsx("span",{className:`font-mono text-xs ${E(L)?"":"text-amber-400"}`,children:L})]},L))]}),j.length===0?n.jsx("p",{className:"text-xs text-muted-fg",children:u("router_panel.no_providers")}):n.jsx(oe,{label:u("router_panel.active_model_label"),hint:u("router_panel.active_model_hint"),children:n.jsx(Nh,{value:d,onChange:f,providers:j})}),n.jsxs("div",{className:"rounded-lg border border-border bg-muted/20 p-3",children:[n.jsxs("div",{className:"mb-2",children:[n.jsx("div",{className:"text-sm font-medium",children:u("router_panel.fallback_title")}),n.jsx("div",{className:"text-xs text-muted-fg",children:u("router_panel.fallback_desc")})]}),n.jsxs("ul",{className:"mb-3 space-y-1",children:[m.map((L,U)=>{const D=!E(L),I=_===U;return n.jsx("li",{className:"rounded-md bg-card px-2 py-1.5 text-xs",children:n.jsxs("div",{className:"flex items-center gap-2",children:[n.jsxs("span",{className:"w-6 text-muted-fg",children:["#",U+1]}),I?n.jsx("div",{className:"flex-1",children:n.jsx(Nh,{value:L,onChange:$=>z(U,$),providers:j})}):n.jsxs("button",{type:"button",onClick:()=>w(U),className:"flex flex-1 items-center gap-1.5 text-left",children:[D&&n.jsx(sS,{size:12,className:"text-amber-400"}),n.jsx("span",{className:`font-mono ${D?"text-amber-400":""}`,children:L})]}),I?n.jsx(ae,{size:"sm",variant:"secondary",onClick:()=>w(null),children:u("router_panel.done")}):n.jsx(ae,{size:"sm",variant:"ghost",onClick:()=>w(U),children:n.jsx(Sa,{size:12})}),n.jsx(ae,{size:"sm",variant:"ghost",onClick:()=>P(U,-1),disabled:U===0,children:"↑"}),n.jsx(ae,{size:"sm",variant:"ghost",onClick:()=>P(U,1),disabled:U===m.length-1,children:"↓"}),n.jsx(ae,{size:"sm",variant:"destructive",onClick:()=>O(U),children:n.jsx(vn,{size:12})})]})},`${U}-${L}`)}),m.length===0&&n.jsx("li",{className:"text-xs text-muted-fg",children:u("router_panel.fallback_empty")})]}),j.length>0&&n.jsxs("div",{className:"space-y-2",children:[n.jsx("div",{className:"text-xs text-muted-fg",children:u("router_panel.add_to_chain")}),n.jsx(Nh,{value:g,onChange:b,providers:j}),n.jsxs(ae,{size:"sm",variant:"secondary",onClick:T,disabled:!g.includes(":")||g.endsWith(":"),children:[n.jsx(It,{size:13})," ",u("router_panel.add_to_chain")]})]})]}),n.jsx(ae,{variant:"primary",loading:S,disabled:!R,onClick:A,children:u(R?"router_panel.save":"router_panel.saved")})]})})}const iI=[{model:"openai:gpt-4o",when:{has_image:!0}},{model:"anthropic:claude-3-5-haiku",when:{max_prompt_chars:400}}];function cI({when:e}){const t=[];return!e||Object.keys(e).length===0?t.push({icon:n.jsx(Xr,{size:11}),label:u("routing_panel.when_any")}):(e.has_image===!0&&t.push({icon:n.jsx(bx,{size:11}),label:u("routing_panel.when_image")}),e.has_image===!1&&t.push({icon:n.jsx(bx,{size:11}),label:u("routing_panel.when_no_image")}),Number.isFinite(e.min_prompt_chars)&&t.push({icon:n.jsx(Jg,{size:11}),label:u("routing_panel.when_min_prompt",{n:String(e.min_prompt_chars)})}),Number.isFinite(e.max_prompt_chars)&&t.push({icon:n.jsx(Jg,{size:11}),label:u("routing_panel.when_max_prompt",{n:String(e.max_prompt_chars)})}),Number.isFinite(e.min_context_chars)&&t.push({icon:n.jsx(Jg,{size:11}),label:u("routing_panel.when_min_context",{n:String(e.min_context_chars)})}),Array.isArray(e.channels)&&e.channels.length>0&&t.push({icon:n.jsx(pM,{size:11}),label:u("routing_panel.when_channels",{list:e.channels.join(", ")})}),Array.isArray(e.keywords)&&e.keywords.length>0&&t.push({icon:n.jsx(JA,{size:11}),label:u("routing_panel.when_keywords",{list:e.keywords.join(", ")})})),n.jsx("div",{className:"flex flex-wrap items-center gap-1.5",children:t.map((a,o)=>n.jsxs("span",{className:"inline-flex items-center gap-1 rounded bg-muted px-1.5 py-0.5 text-[11px] text-muted-fg",children:[a.icon," ",a.label]},o))})}function uI(){const e=Ze(),{config:t,isLoading:a,patch:o}=dr(),[l,c]=x.useState(!1),[d,f]=x.useState("[]"),[m,h]=x.useState(!1),[g,b]=x.useState(!1),[_,w]=x.useState(!1),[S,y]=x.useState({enabled:!1,rulesText:"[]"});x.useEffect(()=>{const O=t.super_agent?.routing||{},P=Array.isArray(O.rules)?O.rules:[],L=JSON.stringify(P,null,2);c(O.enabled===!0),f(L),y({enabled:O.enabled===!0,rulesText:L})},[t.super_agent?.routing]);const C=x.useMemo(()=>{try{const O=JSON.parse(d);return Array.isArray(O)?{rules:O,error:null}:{rules:[],error:u("routing_panel.json_not_array")}}catch(O){return{rules:[],error:u("routing_panel.json_error",{msg:O.message})}}},[d]);if(a)return n.jsx(rt,{});const N=C.rules,j=N.length,E=C.error?d:JSON.stringify(N),R=(()=>{try{return JSON.stringify(JSON.parse(S.rulesText))}catch{return S.rulesText}})(),A=l!==S.enabled||E!==R,T=async()=>{if(!C.error){b(!0);try{await o({"super_agent.routing":{enabled:l,rules:N}}),e.success(u("routing_panel.saved_toast"));const O=JSON.stringify(N,null,2);f(O),y({enabled:l,rulesText:O})}catch(O){e.error(O.message)}finally{b(!1),w(!1)}}},z=l&&j>0;return n.jsxs("div",{"data-testid":"routing-panel",children:[n.jsx(Ye,{title:u("routing_panel.title"),description:u("routing_panel.description"),children:n.jsxs("div",{className:"space-y-4",children:[n.jsxs("div",{className:"flex flex-wrap items-center gap-2 rounded-lg border border-border bg-muted/20 p-3",children:[n.jsx("span",{"data-testid":"routing-signal",children:z?n.jsxs(He,{tone:"success",children:[n.jsx(Zg,{size:11})," ",u("routing_panel.signal_on",{n:String(j)})]}):l?n.jsxs(He,{tone:"warning",children:[n.jsx(Zg,{size:11})," ",u("routing_panel.signal_on_empty")]}):n.jsxs(He,{tone:"muted",children:[n.jsx(Zg,{size:11})," ",u("routing_panel.signal_off")]})}),n.jsx($e,{content:u("routing_panel.helper"),children:n.jsx("span",{className:"text-xs text-muted-fg underline decoration-dotted underline-offset-2",children:u("routing_panel.how_it_works")})})]}),n.jsx(Bt,{checked:l,onChange:c,label:u("routing_panel.enable_label")}),n.jsxs("div",{className:"rounded-lg border border-border bg-muted/20 p-3",children:[n.jsxs("div",{className:"mb-2 flex items-center justify-between gap-2",children:[n.jsxs("div",{children:[n.jsx("div",{className:"text-sm font-medium",children:u("routing_panel.rules_title")}),n.jsx("div",{className:"text-xs text-muted-fg",children:u("routing_panel.rules_desc")})]}),n.jsx(ae,{size:"sm",variant:"secondary",onClick:()=>h(O=>!O),children:u(m?"routing_panel.hide_editor":"routing_panel.edit_rules")})]}),n.jsxs("ul",{className:"space-y-1.5",children:[N.map((O,P)=>n.jsxs("li",{className:"rounded-md bg-card px-2.5 py-2 text-xs",children:[n.jsxs("div",{className:"mb-1 flex items-center gap-2",children:[n.jsxs("span",{className:"w-6 text-muted-fg",children:["#",P+1]}),n.jsx("span",{className:"font-mono text-[12px]",children:O.model||"—"})]}),n.jsx("div",{className:"pl-8",children:n.jsx(cI,{when:O.when})})]},P)),j===0&&!C.error&&n.jsx("li",{className:"text-xs text-muted-fg",children:u("routing_panel.rules_empty")})]})]}),m&&n.jsxs(oe,{label:u("routing_panel.editor_label"),hint:u("routing_panel.json_hint"),children:[n.jsx(un,{rows:10,className:"font-mono text-xs",value:d,onChange:O=>f(O.target.value),spellCheck:!1}),C.error?n.jsx("span",{className:"mt-1 block text-[11px] text-red-400",children:C.error}):n.jsx("button",{type:"button",className:"mt-1 text-[11px] text-muted-fg underline decoration-dotted underline-offset-2",onClick:()=>f(JSON.stringify(iI,null,2)),children:u("routing_panel.insert_example")})]}),n.jsx("p",{className:"text-[11px] leading-relaxed text-muted-fg",children:u("routing_panel.helper")}),n.jsx(ae,{variant:"primary",loading:g,disabled:!A||!!C.error,onClick:()=>w(!0),children:u(A?"routing_panel.save":"routing_panel.saved")})]})}),n.jsx(Zt,{open:_,onClose:()=>w(!1),title:u("routing_panel.confirm_title"),description:u("routing_panel.confirm_body"),footer:n.jsxs(n.Fragment,{children:[n.jsx(ae,{variant:"ghost",onClick:()=>w(!1),children:u("routing_panel.cancel")}),n.jsx(ae,{variant:"primary",loading:g,onClick:T,children:u("routing_panel.confirm_apply")})]}),children:n.jsx("p",{className:"text-sm text-muted-fg",children:l?u("routing_panel.confirm_on",{n:String(j)}):u("routing_panel.confirm_off")})})]})}function dI({provider:e,onEdit:t,onDelete:a,onToggle:o}){const l=Ch(aI,e.engine),c=Ch(rI,e.engine),d=Ch($f,e.engine),f=Lc.find(b=>b.value===e.engine)?.label||e.engine,m=typeof e.api_key=="string"&&e.api_key.length>0,h=Bo(e.api_key),g=e.is_active!==!1;return n.jsxs("div",{className:"group flex h-full cursor-pointer flex-col gap-3 rounded-xl border border-border bg-card p-4 transition-colors hover:border-muted-fg/50",onClick:t,children:[n.jsxs("div",{className:"flex items-start gap-3",children:[n.jsx("div",{className:me("flex size-10 shrink-0 items-center justify-center rounded-xl bg-gradient-to-br",l),children:n.jsx(d,{className:"size-5 text-white"})}),n.jsxs("div",{className:"min-w-0 flex-1",children:[n.jsx("h3",{className:"truncate text-sm font-semibold",children:e.name||e.slug}),n.jsx("p",{className:"truncate font-mono text-[10px] text-muted-fg",children:e.slug}),n.jsxs("span",{className:me("mt-1 inline-flex items-center gap-1 rounded-full px-2 py-0.5 text-[10px] font-medium",c),children:[n.jsx(d,{className:"size-3"})," ",f]})]}),n.jsxs("div",{className:"flex shrink-0 items-center gap-1",children:[n.jsx($e,{content:u(g?"providers_modal.toggle_active":"providers_modal.toggle_inactive"),children:n.jsxs("button",{type:"button",onClick:b=>{b.stopPropagation(),o()},className:me("flex items-center gap-1 rounded-md border px-1.5 py-0.5 text-[10px] font-medium transition-colors",g?"border-emerald-500/40 text-emerald-400 hover:bg-emerald-500/10":"border-border text-muted-fg hover:text-foreground"),children:[n.jsx("span",{className:me("size-1.5 rounded-full",g?"bg-emerald-400":"bg-muted-fg/40")}),u(g?"providers_card.active":"providers_card.off")]})}),n.jsx($e,{content:u("providers_modal.delete"),children:n.jsx("button",{type:"button",onClick:b=>{b.stopPropagation(),a()},className:"rounded-md p-1 text-muted-fg hover:bg-destructive/10 hover:text-destructive",children:n.jsx(vn,{className:"size-3.5"})})})]})]}),n.jsxs("div",{className:"mt-auto space-y-1 text-xs",children:[n.jsx(bc,{label:u("providers_card.model"),value:e.default_model||"—",mono:!0}),e.base_url&&n.jsx(bc,{label:u("providers_card.base_url"),value:e.base_url,mono:!0,truncate:!0}),n.jsx(bc,{label:u("providers_card.api_key"),value:m?h?`…${h}`:u("providers_card.key_set"):"—",mono:!!h}),e.default_temperature!==void 0&&n.jsx(bc,{label:u("providers_card.temp"),value:e.default_temperature.toFixed(1)}),e.pricing?.input_per_million!==void 0&&n.jsx(bc,{label:u("providers_card.price_io"),value:`${e.pricing.input_per_million??0} / ${e.pricing.output_per_million??0}`})]})]})}function bc({label:e,value:t,mono:a,truncate:o}){return n.jsxs("div",{className:"flex items-center justify-between gap-2",children:[n.jsx("span",{className:"text-muted-fg",children:e}),n.jsx("span",{className:me("text-foreground",a&&"font-mono",o&&"max-w-[180px] truncate"),children:t})]})}const Vw={name:"",slug:"",engine:"anthropic",base_url:"",api_key_value:"",default_model:"",default_temperature:.7,default_max_tokens:4096,is_active:!0,context_limit_tokens:2e5,model_context_limits_json:"",p_input:"",p_output:"",p_cache_read:"",p_cache_write:""},fI=["anthropic","openai","gemini","groq","openrouter","ollama","custom"];function _c(e){return e.toLowerCase().trim().replace(/[^a-z0-9]+/g,"-").replace(/^-+|-+$/g,"")}function Hd(e){if(e==null)return"";const t=Number(e);return Number.isFinite(t)?String(t):""}function pI(e){return{name:e.name||e.slug,slug:e.slug,engine:e.engine||"custom",base_url:e.base_url||"",api_key_value:"",default_model:e.default_model||"",default_temperature:e.default_temperature??.7,default_max_tokens:e.default_max_tokens??4096,is_active:e.is_active!==!1,context_limit_tokens:e.context_limit_tokens??2e5,model_context_limits_json:e.model_context_limits?JSON.stringify(e.model_context_limits,null,2):"",p_input:Hd(e.pricing?.input_per_million),p_output:Hd(e.pricing?.output_per_million),p_cache_read:Hd(e.pricing?.cache_read_per_million),p_cache_write:Hd(e.pricing?.cache_write_per_million)}}function mI({open:e,initial:t,existingSlugs:a,onClose:o,onSave:l}){const c=!!t,[d,f]=x.useState(Vw),[m,h]=x.useState(!1),[g,b]=x.useState(null),[_,w]=x.useState([]),[S,y]=x.useState(!1),[C,N]=x.useState(null),[j,E]=x.useState(!1),[R,A]=x.useState("");x.useEffect(()=>{if(!e)return;const G=t?pI(t):Vw;f(G),b(null),N(null),E(!1);const K=sr[G.engine];w(K?.known_models||[])},[e,t]);const T=G=>f(K=>({...K,...G})),z=G=>{const K=sr[G];T({engine:G,name:G==="custom"?d.name:Lc.find(B=>B.value===G)?.label||G,slug:G==="custom"?d.slug:G,base_url:K.base_url,default_model:K.default_model}),w(K.known_models),N(null)},O=G=>{const K=sr[G];T({engine:G,base_url:d.base_url||K.base_url,default_model:d.default_model||K.default_model}),w(K.known_models)},P=async()=>{y(!0),N(null);try{const G=await Gc.models({engine:d.engine,slug:d.slug||_c(d.name),base_url:d.base_url||void 0,api_key:d.api_key_value||void 0});if(G.error){N(G.error);return}w(G.models),G.models.length===0&&N(u("providers_modal.err_no_models"))}catch(G){N(G.message||u("providers_modal.err_list_models"))}finally{y(!1)}},L=x.useMemo(()=>d.default_model&&!_.includes(d.default_model)?[d.default_model,..._]:_,[_,d.default_model]),U=()=>{const G=(d.slug||_c(d.name)).trim();if(!G)return b(u("providers_modal.err_slug_required")),null;if(!c&&a.includes(G))return b(u("providers_modal.err_slug_exists",{slug:G})),null;let K;if(d.model_context_limits_json.trim())try{const Z=JSON.parse(d.model_context_limits_json);if(!Z||typeof Z!="object"||Array.isArray(Z))throw new Error;K=Z}catch{return b(u("providers_modal.err_model_limits_json")),null}const Q=[d.p_input,d.p_output,d.p_cache_read,d.p_cache_write].map(Z=>Z.trim()).some(Boolean)?{input_per_million:Number(d.p_input||0),output_per_million:Number(d.p_output||0),cache_read_per_million:Number(d.p_cache_read||0),cache_write_per_million:Number(d.p_cache_write||0)}:void 0;return{provider:{slug:G,name:d.name.trim()||G,engine:d.engine,base_url:d.base_url.trim()||void 0,default_model:d.default_model.trim()||void 0,default_temperature:d.default_temperature,default_max_tokens:d.default_max_tokens,is_active:d.is_active,context_limit_tokens:d.context_limit_tokens||void 0,model_context_limits:K,pricing:Q},modelLimits:K}},D=()=>{const G=U();if(!G)return;const{provider:K}=G,B={name:K.name,engine:K.engine,is_active:K.is_active!==!1,default_temperature:K.default_temperature,default_max_tokens:K.default_max_tokens};K.base_url&&(B.base_url=K.base_url),K.default_model&&(B.default_model=K.default_model),K.context_limit_tokens&&(B.context_limit_tokens=K.context_limit_tokens),K.model_context_limits&&(B.model_context_limits=K.model_context_limits),K.pricing&&(B.pricing=K.pricing),d.api_key_value.trim()&&(B.api_key=d.api_key_value.trim()),A(JSON.stringify(B,null,2)),b(null),E(!0)},I=async()=>{h(!0),b(null);try{if(j){const K=(d.slug||_c(d.name)).trim();if(!K){b(u("providers_modal.err_slug_required_form"));return}let B;try{B=JSON.parse(R)}catch{b(u("providers_modal.err_json_invalid"));return}if(!B||typeof B!="object"||Array.isArray(B)){b(u("providers_modal.err_json_object"));return}const Q=B;if(!Q.engine||typeof Q.engine!="string"){b(u("providers_modal.err_engine_missing"));return}const Z={slug:K,name:typeof Q.name=="string"?Q.name:K,engine:String(Q.engine),base_url:typeof Q.base_url=="string"?Q.base_url:void 0,default_model:typeof Q.default_model=="string"?Q.default_model:void 0,is_active:Q.is_active!==!1};await l({provider:Z,raw:Q,originalSlug:t?.slug}),o();return}const G=U();if(!G)return;await l({provider:G.provider,apiKeyValue:d.api_key_value.trim()||void 0,originalSlug:t?.slug}),o()}catch(G){b(G.message||u("providers_modal.err_save"))}finally{h(!1)}},$=c&&ps(t?.api_key),F=Bo(t?.api_key),H=$?u("providers_modal.api_key_set",{suffix:F??""}):"sk-…",Y=d.engine==="ollama",V=sr[d.engine]?.api_key_env;return n.jsx(Zt,{open:e,onClose:o,title:c?u("providers_modal.edit_title",{name:t?.name||t?.slug||""}):u("providers_modal.new_title"),description:u("providers_modal.description"),size:"lg",footer:n.jsxs(n.Fragment,{children:[n.jsx(ae,{variant:"ghost",onClick:o,disabled:m,children:u("common.cancel")}),n.jsx(ae,{variant:"primary",onClick:I,loading:m,children:u(c?"common.save":"common.create")})]}),children:n.jsxs("div",{className:"space-y-3",children:[n.jsxs("div",{className:"flex items-center justify-between",children:[c?n.jsx("span",{}):n.jsx("div",{className:"flex flex-wrap gap-1.5",children:fI.map(G=>{const K=$f[G],B=G==="custom"?u("providers_modal.custom"):Lc.find(Z=>Z.value===G)?.label||G,Q=d.engine===G;return n.jsxs("button",{type:"button",onClick:()=>z(G),className:`flex items-center gap-1.5 rounded-lg border px-2.5 py-1 text-xs transition-colors ${Q?"border-emerald-500/50 bg-emerald-500/10 text-emerald-400":"border-border text-muted-fg hover:border-muted-fg/60 hover:text-foreground"}`,children:[n.jsx(K,{className:"size-3.5"})," ",B]},G)})}),n.jsxs("button",{type:"button",onClick:()=>j?E(!1):D(),className:`flex shrink-0 items-center gap-1.5 rounded-lg border px-2.5 py-1 text-xs transition-colors ${j?"border-sky-500/50 bg-sky-500/10 text-sky-400":"border-border text-muted-fg hover:text-foreground"}`,children:[n.jsx(NA,{className:"size-3.5"})," ",u(j?"providers_modal.form_mode":"providers_modal.json_mode")]})]}),j?n.jsxs("div",{className:"space-y-2",children:[n.jsx(oe,{label:u("providers_modal.json_label"),hint:u("providers_modal.json_hint",{slug:d.slug||_c(d.name)||"<slug>"}),children:n.jsx(un,{rows:14,className:"font-mono text-xs",value:R,onChange:G=>A(G.target.value),spellCheck:!1})}),n.jsx("p",{className:"text-[11px] text-muted-fg",children:u("providers_modal.json_help")})]}):n.jsxs(n.Fragment,{children:[n.jsxs("div",{className:"grid grid-cols-2 gap-3",children:[n.jsx(oe,{label:u("providers_modal.name_label"),children:n.jsx(Ne,{value:d.name,onChange:G=>T({name:G.target.value,slug:c?d.slug:_c(G.target.value)}),placeholder:u("providers_modal.name_ph")})}),n.jsx(oe,{label:u("providers_modal.engine_label"),children:n.jsx(ut,{value:d.engine,onChange:G=>O(G),options:Lc.map(G=>({value:G.value,label:G.label,icon:$f[G.value]}))})})]}),n.jsx(oe,{label:u("providers_modal.base_url_label"),hint:u("providers_modal.base_url_hint"),children:n.jsx(Ne,{value:d.base_url,onChange:G=>T({base_url:G.target.value}),placeholder:u("providers_modal.base_url_ph")})}),!Y&&n.jsx(oe,{label:u("providers_modal.api_key_label"),hint:$?u("providers_modal.api_key_hint_existing"):V?u("providers_modal.api_key_hint_env",{env:V}):u("providers_modal.api_key_hint"),children:n.jsx(Ne,{type:"password",autoComplete:"new-password",value:d.api_key_value,onChange:G=>T({api_key_value:G.target.value}),placeholder:H})}),n.jsx(oe,{label:u("providers_modal.model_label"),children:n.jsxs("div",{className:"space-y-2",children:[n.jsxs("div",{className:"flex items-start gap-2",children:[n.jsx(dE,{value:d.default_model,onChange:G=>T({default_model:G}),options:L,className:"flex-1"}),n.jsx($e,{content:u("providers_modal.list_models_hint"),children:n.jsxs(ae,{size:"sm",variant:"secondary",onClick:P,disabled:S,"aria-label":u("providers_modal.list_models_hint"),children:[S?n.jsx(ea,{className:"size-3.5 animate-spin"}):n.jsx(Ns,{className:"size-3.5"}),u("providers_modal.load_models")]})})]}),C&&n.jsx("p",{className:"text-[11px] text-amber-400",children:C})]})}),n.jsxs("div",{className:"grid grid-cols-2 gap-3",children:[n.jsx(oe,{label:u("providers_modal.max_tokens_label"),children:n.jsx(Ne,{type:"number",min:256,step:256,value:d.default_max_tokens,onChange:G=>T({default_max_tokens:parseInt(G.target.value)||4096})})}),n.jsx(oe,{label:u("providers_modal.temperature_label",{value:d.default_temperature.toFixed(1)}),children:n.jsx("input",{type:"range",min:0,max:2,step:.1,value:d.default_temperature,onChange:G=>T({default_temperature:parseFloat(G.target.value)}),className:"mt-2 w-full accent-foreground"})})]}),n.jsxs("details",{className:"rounded-md border border-border bg-muted/20 p-3",children:[n.jsx("summary",{className:"cursor-pointer text-xs font-medium text-muted-fg",children:u("providers_modal.pricing_summary")}),n.jsxs("div",{className:"mt-3 space-y-3",children:[n.jsx(oe,{label:u("providers_modal.context_limit_label"),children:n.jsx(Ne,{type:"number",min:0,step:1024,value:d.context_limit_tokens,onChange:G=>T({context_limit_tokens:parseInt(G.target.value)||0})})}),n.jsxs("div",{className:"grid grid-cols-2 gap-3",children:[n.jsx(oe,{label:u("providers_modal.price_input"),children:n.jsx(Ne,{type:"number",min:0,step:1e-4,value:d.p_input,onChange:G=>T({p_input:G.target.value}),placeholder:"0.15"})}),n.jsx(oe,{label:u("providers_modal.price_output"),children:n.jsx(Ne,{type:"number",min:0,step:1e-4,value:d.p_output,onChange:G=>T({p_output:G.target.value}),placeholder:"0.60"})}),n.jsx(oe,{label:u("providers_modal.price_cache_read"),children:n.jsx(Ne,{type:"number",min:0,step:1e-4,value:d.p_cache_read,onChange:G=>T({p_cache_read:G.target.value}),placeholder:"0.03"})}),n.jsx(oe,{label:u("providers_modal.price_cache_write"),children:n.jsx(Ne,{type:"number",min:0,step:1e-4,value:d.p_cache_write,onChange:G=>T({p_cache_write:G.target.value}),placeholder:"0.00"})})]}),n.jsx(oe,{label:u("providers_modal.model_limits_label"),hint:'{"gpt-4o-mini":128000}',children:n.jsx(un,{rows:3,className:"font-mono text-xs",value:d.model_context_limits_json,onChange:G=>T({model_context_limits_json:G.target.value})})})]})]}),n.jsx(Bt,{checked:d.is_active,onChange:G=>T({is_active:G}),label:u("providers_modal.active_label")})]}),g&&n.jsx("div",{className:"rounded-md border border-destructive/40 bg-destructive/10 px-3 py-2 text-xs text-destructive",children:g})]})})}const gI=new Set(Lc.map(e=>e.value));function hI(e,t){const a=typeof t.engine=="string"&&t.engine||(gI.has(e)?e:"custom");return{slug:e,name:typeof t.name=="string"?t.name:void 0,engine:a,base_url:typeof t.base_url=="string"?t.base_url:void 0,api_key:typeof t.api_key=="string"?t.api_key:void 0,default_model:typeof t.default_model=="string"?t.default_model:void 0,default_temperature:typeof t.default_temperature=="number"?t.default_temperature:void 0,default_max_tokens:typeof t.default_max_tokens=="number"?t.default_max_tokens:void 0,is_active:typeof t.is_active=="boolean"?t.is_active:void 0,context_limit_tokens:typeof t.context_limit_tokens=="number"?t.context_limit_tokens:void 0,model_context_limits:t.model_context_limits||void 0,pricing:t.pricing||void 0}}function xI(){const e=Ze(),{config:t,isLoading:a,patch:o,mutate:l}=dr(),[c,d]=x.useState(!1),[f,m]=x.useState(null);if(a)return n.jsx(rt,{});const h=t.engines||{},g=Object.entries(h).map(([N,j])=>hI(N,j||{})),b=g.map(N=>N.slug),_=()=>{m(null),d(!0)},w=N=>{m(N),d(!0)},S=async({provider:N,apiKeyValue:j,raw:E})=>{if(E){await o({[`engines.${N.slug}`]:E}),e.success(u("engines_panel.saved_json")),l();return}const R=`engines.${N.slug}`,A={[`${R}.name`]:N.name,[`${R}.engine`]:N.engine,[`${R}.is_active`]:N.is_active!==!1,[`${R}.default_temperature`]:N.default_temperature,[`${R}.default_max_tokens`]:N.default_max_tokens},T=[],z=(O,P)=>{P===void 0||P===""?T.push(`${R}.${O}`):A[`${R}.${O}`]=P};z("base_url",N.base_url),z("default_model",N.default_model),z("context_limit_tokens",N.context_limit_tokens),z("pricing",N.pricing),z("model_context_limits",N.model_context_limits),j&&(A[`${R}.api_key`]=j),await o(A,T),e.success(u("engines_panel.saved")),l()},y=async N=>{try{await o({[`engines.${N.slug}.is_active`]:N.is_active===!1}),l()}catch(j){e.error(j.message)}},C=async N=>{if(confirm(u("engines_panel.delete_confirm",{name:N.name||N.slug})))try{await o(void 0,[`engines.${N.slug}`]),e.success(u("engines_panel.deleted")),l()}catch(j){e.error(j.message)}};return n.jsxs(Ye,{title:u("engines_panel.title"),description:u("engines_panel.description"),action:n.jsxs(ae,{size:"sm",variant:"primary",onClick:_,children:[n.jsx(It,{size:14})," ",u("engines_panel.new_btn")]}),children:[g.length===0?n.jsx(pt,{children:u("engines_panel.empty")}):n.jsxs("div",{className:"grid grid-cols-1 items-stretch gap-3 sm:grid-cols-2 lg:grid-cols-3",children:[g.map(N=>n.jsx(dI,{provider:N,onEdit:()=>w(N),onDelete:()=>C(N),onToggle:()=>y(N)},N.slug)),n.jsxs("button",{type:"button",onClick:_,className:"flex min-h-[120px] flex-col items-center justify-center gap-2 rounded-xl border border-dashed border-border text-muted-fg transition-colors hover:border-muted-fg/60 hover:text-foreground",children:[n.jsx(It,{size:20}),n.jsx("span",{className:"text-sm font-medium",children:u("engines_panel.add_card")})]})]}),n.jsx(mI,{open:c,initial:f,existingSlugs:b,onClose:()=>{d(!1),m(null)},onSave:S})]})}function mE(){return n.jsxs("div",{className:"space-y-6",children:[n.jsx(lI,{}),n.jsx(uI,{}),n.jsx(xI,{})]})}function bI(){const e=Ze(),[t,a]=x.useState(!1),l=qe(t?"/agents/vault?include_removed=1":"/agents/vault",()=>on.vault({includeRemoved:t})),c=l.data||[],[d,f]=x.useState(null),m=async g=>{const b=g.source!=="user",_=b?u("base.defaults_tombstone_msg",{slug:g.slug}):u("base.defaults_delete_msg",{slug:g.slug});if(confirm(_))try{await on.vaultRemove(g.slug),e.success(u(b?"base.defaults_hidden":"base.defaults_deleted")),l.mutate()}catch(w){e.error(w.message)}},h=async g=>{try{await on.vaultRestore(g),e.success(u("base.defaults_restored")),l.mutate()}catch(b){e.error(b.message)}};return n.jsxs(Ye,{title:u("base.defaults_title"),description:u("base.defaults_desc"),action:n.jsxs("div",{className:"flex items-center gap-2",children:[n.jsx(Bt,{checked:t,onChange:a,label:u("base.defaults_show_removed")}),n.jsxs(ae,{size:"sm",onClick:()=>f("new"),children:[n.jsx(It,{size:14})," ",u("base.defaults_new")]})]}),children:[l.isLoading&&n.jsx(rt,{}),!l.isLoading&&c.length===0&&n.jsx(pt,{children:u("base.defaults_empty")}),n.jsx("div",{className:"grid gap-3 sm:grid-cols-2 lg:grid-cols-3",children:c.map(g=>{const b=t&&g.tombstoned;return n.jsxs("div",{className:`flex flex-col gap-2 rounded-xl border bg-card p-4 ${b?"border-dashed border-border opacity-60":"border-border"}`,children:[n.jsxs("div",{className:"flex items-center justify-between gap-2",children:[n.jsxs("div",{className:"flex min-w-0 items-center gap-2",children:[n.jsx("div",{className:"flex size-9 shrink-0 items-center justify-center rounded-xl bg-gradient-to-br from-slate-600 to-gray-600",children:g.is_master?n.jsx(ya,{className:"size-4 text-white"}):n.jsx(cn,{className:"size-4 text-white"})}),n.jsx("span",{className:"truncate text-sm font-semibold",children:g.slug}),n.jsx(_I,{source:g.source})]}),n.jsx("div",{className:"flex shrink-0 items-center gap-0.5",children:b?n.jsx(Eh,{label:u("base.defaults_restore"),onClick:()=>h(g.slug),variant:"secondary",children:n.jsx(mi,{size:13})}):n.jsxs(n.Fragment,{children:[n.jsx(Eh,{label:u("base.defaults_edit"),onClick:()=>f(g),variant:"ghost",children:n.jsx(Sa,{size:13})}),n.jsx(Eh,{label:g.source==="user"?u("base.defaults_delete"):u("base.defaults_hide"),onClick:()=>m(g),variant:"ghost-destructive",children:n.jsx(vn,{size:13})})]})})]}),g.model?n.jsx(He,{tone:"info",children:g.model}):n.jsx("span",{className:"text-[10px] text-muted-fg",children:u("agents_ui.model_router_default")}),g.description&&n.jsx("p",{className:"line-clamp-3 text-xs text-muted-fg",children:g.description}),n.jsxs("div",{className:"flex flex-wrap gap-1",children:[g.role&&n.jsx(He,{children:g.role}),g.skills?.map(_=>n.jsxs("span",{className:"inline-flex items-center gap-0.5 rounded bg-muted px-1 py-0.5 text-[9px] text-muted-fg",children:[n.jsx(aa,{size:9})," ",_]},_)),g.tools?.map(_=>n.jsxs("span",{className:"inline-flex items-center gap-0.5 rounded bg-muted px-1 py-0.5 text-[9px] text-muted-fg",children:[n.jsx(ra,{size:9})," ",_]},_))]})]},g.slug)})}),d!==null&&n.jsx(vI,{agent:d==="new"?null:d,onClose:()=>f(null),onSaved:()=>{f(null),l.mutate()}})]})}function _I({source:e}){return e==="user"?n.jsx(He,{tone:"success",children:u("agents_ui.source_user")}):e==="user-override"?n.jsx(He,{tone:"warning",children:u("agents_ui.source_override")}):n.jsx(He,{tone:"muted",children:u("agents_ui.source_bundled")})}function Eh({label:e,onClick:t,variant:a="ghost",children:o}){const l="inline-flex size-7 items-center justify-center rounded-md transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring/40",c={ghost:"text-muted-fg hover:bg-accent hover:text-accent-fg","ghost-destructive":"text-muted-fg hover:bg-destructive/15 hover:text-destructive",secondary:"bg-secondary text-secondary-foreground hover:bg-secondary/80"};return n.jsxs(m_,{children:[n.jsx(g_,{render:n.jsx("button",{type:"button",onClick:t,"aria-label":e,className:`${l} ${c[a]}`,children:o})}),n.jsx(h_,{children:e})]})}function vI({agent:e,onClose:t,onSaved:a}){const o=Ze(),[l,c]=x.useState(!1),d=!e,[f,m]=x.useState(e?.slug??""),[h,g]=x.useState(e?.role??""),[b,_]=x.useState(e?.model??""),[w,S]=x.useState(e?.description??""),[y,C]=x.useState(e?.language??"es"),[N,j]=x.useState((e?.skills??[]).join(", ")),[E,R]=x.useState((e?.tools??[]).join(", ")),[A,T]=x.useState(!!e?.is_master),[z,O]=x.useState(e?.body??""),P=async()=>{const L={role:h||void 0,model:b||void 0,description:w||void 0,language:y||void 0,skills:N,tools:E,is_master:A};c(!0);try{if(d){if(!/^[a-z][a-z0-9_-]*$/.test(f))throw new Error(u("base.defaults_slug_invalid"));await on.vaultCreate(f,L,z),o.success(u("base.defaults_created",{slug:f}))}else await on.vaultPatch(e.slug,{fields:L,body:z}),o.success(u("base.defaults_saved",{slug:e.slug}));a()}catch(U){o.error(U.message)}finally{c(!1)}};return n.jsx(Zt,{open:!0,onClose:t,title:d?u("base.defaults_new_title"):u("base.defaults_edit_title",{slug:e.slug}),description:d?u("base.defaults_new_desc"):e.source==="bundled"?u("base.defaults_bundled_desc"):u("base.defaults_user_desc"),size:"lg",footer:n.jsxs(n.Fragment,{children:[n.jsx(ae,{variant:"ghost",onClick:t,disabled:l,children:u("common.cancel")}),n.jsx(ae,{variant:"primary",onClick:P,loading:l,children:u("common.save")})]}),children:n.jsxs("div",{className:"space-y-3",children:[d&&n.jsx(oe,{label:"slug",hint:u("agents_ui.slug_kebab_hint"),children:n.jsx(Ne,{autoFocus:!0,value:f,onChange:L=>m(L.target.value),placeholder:"reviewer"})}),n.jsxs("div",{className:"grid grid-cols-2 gap-3",children:[n.jsx(oe,{label:"role",children:n.jsx(Ne,{value:h,onChange:L=>g(L.target.value),placeholder:"Code reviewer"})}),n.jsx(oe,{label:"model",children:n.jsx(Ne,{value:b,onChange:L=>_(L.target.value),placeholder:"openrouter:..."})}),n.jsx(oe,{label:"language",children:n.jsx(Ne,{value:y,onChange:L=>C(L.target.value),placeholder:"es"})}),n.jsx(oe,{label:"is_master",children:n.jsx("div",{className:"flex h-9 items-center",children:n.jsx(Bt,{checked:A,onChange:T,label:u("base.defaults_master_label")})})})]}),n.jsx(oe,{label:"description",children:n.jsx(Ne,{value:w,onChange:L=>S(L.target.value)})}),n.jsx(oe,{label:"skills",hint:u("agents_ui.comma_separated"),children:n.jsx(Ne,{value:N,onChange:L=>j(L.target.value),placeholder:"code-review, git"})}),n.jsx(oe,{label:"tools",hint:u("agents_ui.comma_separated"),children:n.jsx(Ne,{value:E,onChange:L=>R(L.target.value),placeholder:"read, write, run"})}),n.jsx(oe,{label:"body",hint:u("agents_ui.body_hint"),children:n.jsx(un,{value:z,onChange:L=>O(L.target.value),rows:10,placeholder:"# Mission\\n..."})})]})})}const yI=20,Fw=[10,20,50,100];function Y_({key:e,fetchPage:t,resetKey:a,initialPageSize:o=yI,swr:l}){const[c,d]=x.useState(1),[f,m]=x.useState(o);x.useEffect(()=>{d(1)},[a]);const h=(c-1)*f,g=qe(e==null?null:[e,f,h],()=>t(f,h),{keepPreviousData:!0,...l}),b=g.data?.total??0,_=Math.max(1,Math.ceil(b/f)),w=Math.min(c,_);x.useEffect(()=>{c!==w&&d(w)},[c,w]);const S=b===0?0:h,y=Math.min(h+f,b);return{items:g.data?.items??[],isLoading:g.isLoading,error:g.error,mutate:g.mutate,page:w,pageCount:_,total:b,start:S,end:y,pageSize:f,setPage:d,setPageSize:C=>{m(C),d(1)}}}function jI({page:e,pageCount:t,total:a,start:o,end:l,pageSize:c,onPage:d,onPageSize:f}){return a<=Fw[0]?null:n.jsxs("div",{className:"mt-3 flex flex-wrap items-center justify-between gap-3 text-xs text-muted-fg",children:[n.jsxs("div",{className:"flex items-center gap-3",children:[n.jsx("span",{className:"tabular-nums",children:u("common.pager_range",{from:o+1,to:l,total:a})}),n.jsxs("span",{className:"flex items-center gap-1.5",children:[n.jsx("span",{children:u("common.pager_per_page")}),n.jsx("div",{className:"w-[4.5rem]",children:n.jsx(ut,{value:String(c),onChange:m=>f(Number(m)),options:Fw.map(m=>({value:String(m),label:String(m)}))})})]})]}),n.jsxs("div",{className:"flex items-center gap-1",children:[n.jsx(ae,{size:"sm",variant:"ghost",disabled:e<=1,onClick:()=>d(e-1),"aria-label":u("common.pager_prev"),children:n.jsx(TA,{size:14})}),n.jsx("span",{className:"px-1 tabular-nums",children:u("common.pager_page",{page:e,total:t})}),n.jsx(ae,{size:"sm",variant:"ghost",disabled:e>=t,onClick:()=>d(e+1),"aria-label":u("common.pager_next"),children:n.jsx(Xr,{size:14})})]})]})}function K_({paged:e,fullHeight:t,className:a,children:o}){const l=n.jsx(jI,{page:e.page,pageCount:e.pageCount,total:e.total,start:e.start,end:e.end,pageSize:e.pageSize,onPage:e.setPage,onPageSize:e.setPageSize});return t?n.jsxs("div",{className:"flex min-h-0 flex-1 flex-col",children:[n.jsx("div",{className:me("min-h-0 flex-1 overflow-y-auto",a),children:o}),n.jsx("div",{className:"shrink-0",children:l})]}):n.jsxs("div",{className:a,children:[o,l]})}const wI={apx:"success",claude:"info",codex:"warning"};function kI({pid:e}={}){const t=Ze(),a=Np(),o=!e||String(e)==="0",{project:l}=cu(o?"":e),c=o?void 0:l?.path||void 0,[d,f]=x.useState(""),[m,h]=x.useState(""),[g,b]=x.useState(""),[_,w]=x.useState(!1);x.useEffect(()=>{const R=setTimeout(()=>b(m.trim()),350);return()=>clearTimeout(R)},[m]);const S=Y_({key:`/sessions?engine=${d}&q=${g}&deep=${_?1:0}&cwd=${c||""}`,fetchPage:(R,A)=>cP.page({engine:d||void 0,q:g||void 0,deep:_,cwd:c,limit:R,offset:A}),resetKey:`${d}|${g}|${_?1:0}|${c||""}`}),y=()=>{h(""),b(""),f(""),w(!1)},C=async R=>{try{await navigator.clipboard.writeText(`apx session resume ${R.id} --continue`),t.success(u("base.sessions_cmd_copied"))}catch{t.error(u("base.sessions_copy_failed"))}},N=R=>{const A=`Continue this session: ${R.id} (engine: ${R.engine}${R.title?`, title: "${R.title}"`:""}${R.cwd?`, folder: ${R.cwd}`:""}). With these instructions: `;window.dispatchEvent(new CustomEvent("apx:roby-prompt",{detail:{prompt:A}}))},j=async R=>{if(!R.cwd){t.error(u("base.sessions_no_folder"));return}try{await vN.exec({kind:"open_path",target:R.cwd})}catch(A){t.error(u("base.sessions_folder_failed",{msg:A.message}))}},E=async R=>{const A=R.path||R.cwd;if(!A){t.error(u("base.sessions_no_path"));return}try{await navigator.clipboard.writeText(A),t.success(u("base.sessions_path_copied"))}catch{t.error(u("base.sessions_copy_failed"))}};return n.jsxs(Ye,{fullHeight:!0,title:u("base.sessions_title"),description:o?u("base.sessions_desc"):u("base.sessions_desc_scoped",{path:c||"…"}),action:n.jsx($e,{content:u("base.sessions_refresh"),children:n.jsx(ae,{size:"sm",variant:"secondary",onClick:()=>S.mutate(),children:n.jsx(Ns,{size:13})})}),children:[n.jsxs("div",{className:"mb-3 flex items-center gap-2",children:[n.jsxs("div",{className:"relative flex-1",children:[n.jsx(Vl,{size:14,className:"pointer-events-none absolute left-2.5 top-1/2 -translate-y-1/2 text-muted-fg"}),n.jsx(Ne,{className:"pl-8",placeholder:u("base.sessions_search_ph"),value:m,onChange:R=>h(R.target.value)})]}),n.jsx($e,{content:u("base.sessions_deep_tip"),children:n.jsx(ae,{size:"sm",variant:_?"primary":"secondary",onClick:()=>w(R=>!R),children:u("base.sessions_deep")})}),n.jsx("div",{className:"w-36",children:n.jsx(ut,{value:d,onChange:f,options:[{value:"",label:u("base.sessions_all")},{value:"apx",label:"apx"},{value:"claude",label:"claude"},{value:"codex",label:"codex"}]})}),n.jsx($e,{content:u("base.sessions_clear"),children:n.jsx(ae,{size:"sm",variant:"ghost",onClick:y,children:n.jsx(xs,{size:14})})})]}),S.isLoading&&n.jsx(rt,{}),S.error&&n.jsx(pt,{children:u("base.sessions_error",{msg:S.error.message})}),!S.isLoading&&!S.error&&S.total===0&&n.jsx(pt,{children:g?u("base.sessions_no_match",{q:g}):u("base.sessions_empty")}),n.jsx(K_,{paged:S,fullHeight:!0,children:n.jsx("ul",{className:"space-y-1 text-sm",children:S.items.map((R,A)=>n.jsxs("li",{className:"group flex items-center gap-3 rounded-md border border-border bg-muted/30 px-3 py-2",children:[n.jsx(He,{tone:wI[R.engine]||"muted",children:R.engine}),n.jsxs("div",{className:"min-w-0 flex-1",children:[n.jsx("div",{className:"truncate",children:R.title||R.id}),n.jsxs("div",{className:"flex items-center gap-2 font-mono text-[10px] text-muted-fg",children:[n.jsx("span",{className:"shrink-0",children:R.id}),R.cwd&&n.jsxs("span",{className:"truncate",children:["· ",R.cwd]})]})]}),R.mtime>0&&n.jsx("span",{className:"shrink-0 text-[11px] text-muted-fg",children:new Date(R.mtime).toLocaleString()}),n.jsxs("div",{className:"flex shrink-0 items-center gap-0.5 opacity-60 transition-opacity group-hover:opacity-100",children:[n.jsx($e,{content:u("base.sessions_act_cmd"),children:n.jsx(ae,{size:"sm",variant:"ghost","aria-label":u("base.sessions_act_cmd"),onClick:()=>C(R),children:n.jsx(ja,{size:13})})}),n.jsx($e,{content:u("base.sessions_act_ask",{name:a}),children:n.jsx(ae,{size:"sm",variant:"ghost","aria-label":u("base.sessions_act_ask",{name:a}),onClick:()=>N(R),children:n.jsx(cn,{size:13})})}),n.jsx($e,{content:u("base.sessions_act_folder"),children:n.jsx(ae,{size:"sm",variant:"ghost","aria-label":u("base.sessions_act_folder"),onClick:()=>j(R),children:n.jsx(Go,{size:13})})}),n.jsx($e,{content:u("base.sessions_act_path"),children:n.jsx(ae,{size:"sm",variant:"ghost","aria-label":u("base.sessions_act_path"),onClick:()=>E(R),children:n.jsx(Ao,{size:13})})})]})]},`${R.engine}-${R.id}-${A}`))})})]})}function SI(){const e=Pn(),[t,a]=x.useState("open"),o=Y_({key:`/tasks?state=${t}`,fetchPage:(l,c)=>Zn.globalPage({state:t,limit:l,offset:c}),resetKey:t});return n.jsxs(Ye,{fullHeight:!0,title:u("project.global_tasks.title"),description:u("project.global_tasks.subtitle"),action:n.jsx("div",{className:"flex gap-1",children:["open","done","dropped","all"].map(l=>n.jsx(ae,{size:"sm",variant:t===l?"primary":"ghost",onClick:()=>a(l),children:l},l))}),children:[o.isLoading&&n.jsx(rt,{}),!o.isLoading&&o.total===0&&n.jsx(pt,{children:u("project.global_tasks.empty")}),n.jsx(K_,{paged:o,fullHeight:!0,children:n.jsx("ul",{className:"space-y-2 text-sm",children:o.items.map(l=>n.jsxs("li",{className:"flex items-start gap-3 rounded-md border border-border bg-muted/30 px-3 py-2",children:[n.jsx("button",{type:"button",onClick:()=>e(`/p/${l.project_id}/tasks`),title:u("project.global_tasks.go_project"),children:n.jsx(He,{tone:"info",children:(l.project_name||"").split("/").pop()||l.project_id})}),n.jsxs("div",{className:"min-w-0 flex-1",children:[n.jsx("div",{className:"font-medium",children:l.title}),n.jsxs("div",{className:"mt-0.5 flex flex-wrap items-center gap-2 text-xs text-muted-fg",children:[n.jsx("span",{children:l.state}),l.agent&&n.jsxs(He,{tone:"muted",children:["@",l.agent]}),l.tags?.map(c=>n.jsxs("span",{children:["#",c]},c)),l.due&&n.jsxs("span",{children:[u("project.global_tasks.due")," ",l.due]})]})]})]},`${l.project_id}-${l.id}`))})})]})}const gE=x.createContext(void 0);function X_(){const e=x.useContext(gE);if(e===void 0)throw new Error(ln(64));return e}let CI=(function(e){return e.activationDirection="data-activation-direction",e.orientation="data-orientation",e})({});const Mp={tabActivationDirection:e=>({[CI.activationDirection]:e})},NI=x.forwardRef(function(t,a){const{className:o,defaultValue:l=0,onValueChange:c,orientation:d="horizontal",render:f,value:m,style:h,...g}=t,b=t.defaultValue!==void 0,_=x.useRef([]),[w,S]=x.useState(()=>new Map),[y,C]=ri({controlled:m,default:l,name:"Tabs",state:"value"}),N=m!==void 0,[j,E]=x.useState(()=>new Map),R=x.useRef(void 0),A=x.useCallback(ge=>{if(ge===void 0)return null;for(const[Me,fe]of j.entries())if(fe!=null&&ge===(fe.value??fe.index))return Me;return null},[j]),[T,z]=x.useState(()=>({previousValue:y,tabActivationDirection:"none"})),{previousValue:O,tabActivationDirection:P}=T;let L=P,U=!1;O!==y&&(L=Gw(O,y,d,j),U=O!=null&&y!=null&&A(y)==null);const D=U?O:y,I=O!==D||P!==L;ze(()=>{I&&z({previousValue:D,tabActivationDirection:L})},[D,I,L]);const $=Ue((ge,Me)=>{const fe=Gw(y,ge,d,j);Me.activationDirection=fe,c?.(ge,Me),!Me.isCanceled&&C(ge)}),F=Ue((ge,Me)=>{c?.(ge,st(Me,void 0,void 0,{activationDirection:"none"}))}),H=Ue((ge,Me)=>{S(fe=>{if(fe.get(ge)===Me)return fe;const he=new Map(fe);return he.set(ge,Me),he})}),Y=Ue((ge,Me)=>{S(fe=>{if(!fe.has(ge)||fe.get(ge)!==Me)return fe;const he=new Map(fe);return he.delete(ge),he})}),V=x.useCallback(ge=>w.get(ge),[w]),G=x.useCallback(ge=>{for(const Me of j.values())if(ge===Me?.value)return Me?.id},[j]),K=x.useMemo(()=>({getTabElementBySelectedValue:A,getTabIdByPanelValue:G,getTabPanelIdByValue:V,onValueChange:$,orientation:d,registerMountedTabPanel:H,setTabMap:E,unregisterMountedTabPanel:Y,tabActivationDirection:L,value:y}),[A,G,V,$,d,H,E,Y,L,y]),B=x.useMemo(()=>{for(const ge of j.values())if(ge!=null&&ge.value===y)return ge},[j,y]),Q=x.useMemo(()=>{for(const ge of j.values())if(ge!=null&&!ge.disabled)return ge.value},[j]),Z=x.useRef(!b),X=x.useRef(l),ne=x.useRef(b),ee=x.useRef(!1);ze(()=>{if(N)return;function ge(Ce,ke){C(Ce),z(Be=>Be.previousValue===Ce&&Be.tabActivationDirection==="none"?Be:{previousValue:Ce,tabActivationDirection:"none"}),F(Ce,ke),Z.current=!1}if(j.size===0){ee.current&&y!==null&&!R.current?.isConnected&&ge(null,Ej);return}ee.current=!0,R.current=j.keys().next().value;const Me=B?.disabled,fe=B==null&&y!==null;if(!Me&&y===X.current&&(ne.current=!1),ne.current&&Me&&y===X.current)return;const he=Z.current;if(Me||fe){const Ce=Q??null;if(y===Ce){Z.current=!1;return}let ke=Ej;he?ke=Rj:Me&&(ke=yS),ge(Ce,ke);return}he&&B!=null&&(F(y,Rj),Z.current=!1)},[Q,N,F,B,C,j,y]);const le=Et("div",t,{state:{orientation:d,tabActivationDirection:L},ref:a,props:g,stateAttributesMapping:Mp});return n.jsx(gE.Provider,{value:K,children:n.jsx(Sp,{elementsRef:_,children:le})})});function Gw(e,t,a,o){if(e==null||t==null)return"none";let l=null,c=null;for(const[m,h]of o.entries()){if(h==null)continue;const g=h.value??h.index;if(e===g&&(l=m),t===g&&(c=m),l!=null&&c!=null)break}if(l==null||c==null)return l!==c&&(typeof e=="number"||typeof e=="string")&&typeof e==typeof t?a==="horizontal"?t>e?"right":"left":t>e?"down":"up":"none";const d=l.getBoundingClientRect(),f=c.getBoundingClientRect();if(a==="horizontal"){if(f.left<d.left)return"left";if(f.left>d.left)return"right"}else{if(f.top<d.top)return"up";if(f.top>d.top)return"down"}return"none"}const hE="data-composite-item-active",xE=x.createContext(void 0);function EI(){const e=x.useContext(xE);if(e===void 0)throw new Error(ln(65));return e}const RI=x.forwardRef(function(t,a){const{className:o,disabled:l=!1,render:c,value:d,id:f,nativeButton:m=!0,style:h,...g}=t,{value:b,getTabPanelIdByValue:_,orientation:w,tabActivationDirection:S}=X_(),{activateOnFocus:y,highlightedTabIndex:C,onTabActivation:N,registerTabResizeObserverElement:j,setHighlightedTabIndex:E,tabsListElement:R}=EI(),A=oa(f),T=x.useMemo(()=>({disabled:l,id:A,value:d}),[l,A,d]),{compositeProps:z,compositeRef:O,index:P}=aN({metadata:T}),L=d===b,U=x.useRef(!1),D=x.useRef(null);ze(()=>{const Z=D.current;if(Z)return j(Z)},[j]),ze(()=>{if(U.current){U.current=!1;return}if(!(L&&P>-1&&C!==P))return;const Z=R;if(Z!=null){const X=Gn(xt(Z));if(X&&We(Z,X))return}l||E(P)},[L,P,C,E,l,R]);const{getButtonProps:I,buttonRef:$}=no({disabled:l,native:m,focusableWhenDisabled:!0}),F=_(d),H=x.useRef(!1),Y=x.useRef(!1);function V(Z){L||l||N(d,st(ka,Z.nativeEvent,void 0,{activationDirection:"none"}))}function G(Z){L||(P>-1&&!l&&E(P),!l&&y&&(!H.current||H.current&&Y.current)&&N(d,st(ka,Z.nativeEvent,void 0,{activationDirection:"none"})))}function K(Z){if(L||l)return;H.current=!0;function X(){H.current=!1,Y.current=!1}(!Z.button||Z.button===0)&&(Y.current=!0,xt(Z.currentTarget).addEventListener("pointerup",X,{once:!0}))}return Et("button",t,{state:{disabled:l,active:L,orientation:w,tabActivationDirection:S},ref:[a,$,O,D],props:[z,{role:"tab","aria-controls":F,"aria-selected":L,id:A,onClick:V,onFocus:G,onPointerDown:K,[hE]:L?"":void 0,onKeyDownCapture(){U.current=!0}},g,I],stateAttributesMapping:Mp})});let TI=(function(e){return e.index="data-index",e.activationDirection="data-activation-direction",e.orientation="data-orientation",e.hidden="data-hidden",e[e.startingStyle=Lo.startingStyle]="startingStyle",e[e.endingStyle=Lo.endingStyle]="endingStyle",e})({});const AI={...Mp,...ur},MI=x.forwardRef(function(t,a){const{className:o,value:l,render:c,keepMounted:d=!1,style:f,...m}=t,{value:h,getTabIdByPanelValue:g,orientation:b,tabActivationDirection:_,registerMountedTabPanel:w,unregisterMountedTabPanel:S}=X_(),y=oa(),C=x.useMemo(()=>({id:y,value:l}),[y,l]),{ref:N,index:j}=ru({metadata:C}),E=l===h,{mounted:R,transitionStatus:A,setMounted:T}=bi(E),z=!R,O=g(l),P={hidden:z,orientation:b,tabActivationDirection:_,transitionStatus:A},L=x.useRef(null),U=Et("div",t,{state:P,ref:[a,N,L],props:[{"aria-labelledby":O,hidden:z,id:y,role:"tabpanel",tabIndex:E?0:-1,inert:vp(!E),[TI.index]:j},m],stateAttributesMapping:AI});return Ea({open:E,ref:L,onComplete(){E||T(!1)}}),ze(()=>{if(!(z&&!d)&&y!=null)return w(l,y),()=>{S(l,y)}},[z,d,l,y,w,S]),d||R?U:null}),OI=[];function zI(e){const{loopFocus:t=!0,orientation:a="both",grid:o,onLoop:l,direction:c,highlightedIndex:d,onHighlightedIndexChange:f,rootRef:m,enableHomeAndEndKeys:h=!1,stopEventPropagation:g=!1,disabledIndices:b,modifierKeys:_=OI}=e,[w,S]=x.useState(0),y=o!=null,C=x.useRef(null),N=or(C,m),j=x.useRef([]),E=x.useRef(!1),R=d??w,A=Ue((L,U=!1)=>{if((f??S)(L),U){const D=j.current[L];fw(C.current,D,c,a)}}),T=Ue(L=>{if(L.size===0||E.current)return;E.current=!0;const U=Array.from(L.keys()),D=U.find($=>$?.hasAttribute(hE))??null,I=D?U.indexOf(D):-1;if(I!==-1)A(I);else if(_f(U,R,b)){const $=tr(U,{disabledIndices:b});Mc(U,$)||A($)}fw(C.current,D,c,a)});ze(()=>{if(b==null||d!=null||!E.current)return;const L=j.current;if(_f(L,R,b)){const U=tr(L,{disabledIndices:b});Mc(L,U)||A(U)}},[b,d,R,j,A]);const z=Ue((L,U,D)=>l?l(L,U,D,j):D),O=Ue(L=>{const U=h?kp:XC;if(!U.has(L.key)||DI(L,_)||!C.current)return;const I=c==="rtl",$=I?Nf:Ef,F={horizontal:$,vertical:Dc,both:$}[a],H=I?Ef:Nf,Y={horizontal:H,vertical:zc,both:H}[a],V=qn(L.nativeEvent);if(V!=null&&dw(V)&&!oN(V)){const ne=V.selectionStart,ee=V.selectionEnd,re=V.value??"";if(ne==null||L.shiftKey||ne!==ee||L.key!==Y&&ne<re.length||L.key!==F&&ne>0)return}let G=R;const K=tf(j,b),B=Rx(j,b);o!=null&&(G=o({disabledIndices:b,elementsRef:j,event:L,highlightedIndex:R,loopFocus:t,maxIndex:B,minIndex:K,onLoop:z,orientation:a,rtl:I}));const Q={horizontal:[$],vertical:[Dc],both:[$,Dc]}[a],Z={horizontal:[H],vertical:[zc],both:[H,zc]}[a],X=y?U:{horizontal:h?P6:YC,vertical:h?L6:KC,both:U}[a];h&&(L.key===jp?G=K:L.key===wp&&(G=B)),G===R&&(Q.includes(L.key)||Z.includes(L.key))&&(t&&G===B&&Q.includes(L.key)?(G=K,l&&(G=l(L,R,G,j))):t&&G===K&&Z.includes(L.key)?(G=B,l&&(G=l(L,R,G,j))):G=tr(j.current,{startingIndex:G,decrement:Z.includes(L.key),disabledIndices:b})),G!==R&&!Mc(j.current,G)&&(g&&L.stopPropagation(),X.has(L.key)&&L.preventDefault(),A(G,!0),queueMicrotask(()=>{j.current[G]?.focus()}))});return{props:{ref:N,onFocus(L){const U=C.current,D=qn(L.nativeEvent);!U||D==null||!dw(D)||D.setSelectionRange(0,D.value.length??0)},onKeyDown:O},highlightedIndex:R,onHighlightedIndexChange:A,elementsRef:j,disabledIndices:b,onMapChange:T,relayKeyboardEvent:O}}function DI(e,t){for(const a of H6.values())if(!t.includes(a)&&e.getModifierState(a))return!0;return!1}function PI(e){const{render:t,className:a,style:o,refs:l=rr,props:c=rr,state:d=Xt,stateAttributesMapping:f,highlightedIndex:m,onHighlightedIndexChange:h,orientation:g,grid:b,loopFocus:_,onLoop:w,enableHomeAndEndKeys:S,onMapChange:y,stopEventPropagation:C=!0,rootRef:N,disabledIndices:j,modifierKeys:E,highlightItemOnHover:R=!1,tag:A="div",...T}=e,z=bp(),{props:O,highlightedIndex:P,onHighlightedIndexChange:L,elementsRef:U,onMapChange:D,relayKeyboardEvent:I}=zI({grid:b,loopFocus:_,onLoop:w,orientation:g,highlightedIndex:m,onHighlightedIndexChange:h,rootRef:N,stopEventPropagation:C,enableHomeAndEndKeys:S,direction:z,disabledIndices:j,modifierKeys:E}),$=Et(A,e,{state:d,ref:l,props:[O,...c,T],stateAttributesMapping:f}),F=x.useMemo(()=>({highlightedIndex:P,onHighlightedIndexChange:L,highlightItemOnHover:R,relayKeyboardEvent:I}),[P,L,R,I]);return n.jsx(UC.Provider,{value:F,children:n.jsx(Sp,{elementsRef:U,onMapChange:H=>{y?.(H),D(H)},children:$})})}const LI=x.forwardRef(function(t,a){const{activateOnFocus:o=!1,className:l,loopFocus:c=!0,render:d,style:f,...m}=t,{onValueChange:h,orientation:g,value:b,setTabMap:_,tabActivationDirection:w}=X_(),[S,y]=x.useState(0),[C,N]=x.useState(null),j=x.useRef(new Set),E=x.useRef(new Set),R=x.useRef(null);ze(()=>{if(typeof ResizeObserver>"u")return;const U=new ResizeObserver(()=>{j.current.forEach(D=>{D()})});return R.current=U,C&&U.observe(C),E.current.forEach(D=>{U.observe(D)}),()=>{U.disconnect(),R.current=null}},[C]);const A=Ue(U=>(j.current.add(U),()=>{j.current.delete(U)})),T=Ue(U=>(E.current.add(U),R.current?.observe(U),()=>{E.current.delete(U),R.current?.unobserve(U)})),z=Ue((U,D)=>{U!==b&&h(U,D)}),O={orientation:g,tabActivationDirection:w},P={"aria-orientation":g==="vertical"?"vertical":void 0,role:"tablist"},L=x.useMemo(()=>({activateOnFocus:o,highlightedTabIndex:S,registerIndicatorUpdateListener:A,registerTabResizeObserverElement:T,onTabActivation:z,setHighlightedTabIndex:y,tabsListElement:C}),[o,S,A,T,z,y,C]);return n.jsx(xE.Provider,{value:L,children:n.jsx(PI,{render:d,className:l,style:f,state:O,refs:[a,N],props:[P,m],stateAttributesMapping:Mp,highlightedIndex:S,enableHomeAndEndKeys:!0,loopFocus:c,orientation:g,onHighlightedIndexChange:y,onMapChange:_,disabledIndices:rr})})});function Op({className:e,...t}){return n.jsx(NI,{"data-slot":"tabs",className:Ct("flex flex-col gap-4",e),...t})}const II=M_("inline-flex h-9 w-fit items-center justify-center rounded-lg bg-muted p-1 text-muted-foreground data-[variant=line]:h-8 data-[variant=line]:gap-1 data-[variant=line]:rounded-none data-[variant=line]:bg-transparent data-[variant=line]:p-0",{variants:{variant:{default:"bg-muted",line:"gap-1 bg-transparent"}},defaultVariants:{variant:"default"}});function zp({className:e,variant:t="default",...a}){return n.jsx(LI,{"data-slot":"tabs-list","data-variant":t,className:Ct(II({variant:t}),e),...a})}function Hs({className:e,...t}){return n.jsx(RI,{"data-slot":"tabs-trigger",className:Ct("inline-flex h-7 items-center justify-center gap-1.5 rounded-md border border-transparent px-3 py-1 text-sm font-medium whitespace-nowrap text-muted-fg transition-colors hover:text-foreground focus-visible:ring-2 focus-visible:ring-ring/50 focus-visible:outline-none disabled:pointer-events-none disabled:opacity-50 data-active:bg-background data-active:text-foreground data-active:shadow-sm dark:data-active:border-input dark:data-active:bg-input/30 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",e),...t})}function fs({className:e,...t}){return n.jsx(MI,{"data-slot":"tabs-content",className:Ct("text-sm outline-none",e),...t})}function Yw(e,t){let a=e;for(const o of t.split(".")){if(!a||typeof a!="object"||Array.isArray(a))return;a=a[o]}return a}function Q_(e,t=""){const a={};for(const[o,l]of Object.entries(e)){const c=t?`${t}.${o}`:o;l&&typeof l=="object"&&!Array.isArray(l)?Object.assign(a,Q_(l,c)):a[c]=l}return a}function bE(e){const t=JSON.parse(e);if(!t||typeof t!="object"||Array.isArray(t))throw new Error("JSON debe ser objeto.");return t}function lf({sections:e,source:t,placeholderSource:a,jsonTitle:o,jsonDescription:l,saveLabel:c=u("common.save"),onSaveFields:d,onSaveJson:f,busy:m,hideJson:h=!1}){const g=e[0]?.key||"json",[b,_]=x.useState({}),[w,S]=x.useState(""),[y,C]=x.useState("");x.useEffect(()=>{const A={};for(const T of e.flatMap(z=>z.fields))A[T.path]=Yw(t,T.path)??"";_(A),S(JSON.stringify(t||{},null,2)),C("")},[t,e]);const N=x.useMemo(()=>new Set(e.flatMap(A=>A.fields.map(T=>T.path))),[e]),j=async()=>{const A={},T=[];for(const z of e.flatMap(O=>O.fields)){const O=b[z.path];if(!ps(O)){if(O===""||O===void 0||O===null){T.push(z.path);continue}if(z.kind==="number"){const P=Number(O);Number.isFinite(P)&&(A[z.path]=P)}else A[z.path]=O}}await d(A,T.filter(z=>N.has(z)))},E=async()=>{C("");try{await f(bE(w))}catch(A){C(A.message)}},R=A=>n.jsxs("div",{className:"space-y-4",children:[A.description&&n.jsx("p",{className:"text-sm text-muted-fg",children:A.description}),n.jsx("div",{className:"grid gap-3 md:grid-cols-2",children:A.fields.map(T=>n.jsx(BI,{field:T,value:b[T.path],inherited:Yw(a,T.path),onChange:z=>_(O=>({...O,[T.path]:z}))},T.path))}),n.jsx(ae,{variant:"primary",loading:m,onClick:j,children:c})]});return h&&e.length<=1?e[0]?R(e[0]):null:n.jsxs(Op,{defaultValue:g,className:"space-y-4",children:[n.jsxs(zp,{className:"flex flex-wrap",children:[e.map(A=>n.jsx(Hs,{value:A.key,children:A.label},A.key)),!h&&n.jsx(Hs,{value:"json",children:"JSON"})]}),e.map(A=>n.jsx(fs,{value:A.key,children:R(A)},A.key)),!h&&n.jsx(fs,{value:"json",children:n.jsxs("div",{className:"space-y-3",children:[n.jsxs("div",{children:[n.jsx("h3",{className:"text-sm font-medium",children:o}),l&&n.jsx("p",{className:"text-xs text-muted-fg",children:l})]}),n.jsx(un,{rows:18,className:"font-mono text-xs",value:w,onChange:A=>S(A.target.value)}),y&&n.jsx("p",{className:"text-xs text-destructive",children:y}),n.jsx(ae,{variant:"primary",loading:m,onClick:E,children:u("settings_ui.save_json")})]})})]})}function BI({field:e,value:t,inherited:a,onChange:o}){const l=e.placeholder||Kw(a)||(ps(t)?Vr(t):""),c=e.hint||(a!==void 0?`Heredado: ${Kw(a)}`:void 0);return e.kind==="boolean"?n.jsx("div",{className:"flex items-end pb-1",children:n.jsx(Bt,{checked:t===!0,onChange:o,label:e.label})}):n.jsx(oe,{label:e.label,hint:c,children:e.kind==="select"?n.jsx(ut,{value:String(t||""),onChange:o,placeholder:l||"(sin override)",options:[{value:"",label:l||"(sin override)"},...(e.options||[]).map(d=>({value:String(d.value),label:d.label}))]}):e.kind==="textarea"?n.jsx(un,{rows:4,value:String(t||""),placeholder:l,onChange:d=>o(d.target.value)}):n.jsx(Ne,{type:e.kind==="password"?"password":e.kind==="number"?"number":"text",value:String(ps(t)?"":t||""),placeholder:e.kind==="password"&&ps(t)?Vr(t):e.kind==="password"&&ps(a)?Vr(a):l,onChange:d=>o(d.target.value)})})}function Kw(e){return e==null||e===""?"":ps(e)?Vr(e):Array.isArray(e)?e.join(", "):typeof e=="object"?JSON.stringify(e):String(e)}function UI(){return[{key:"routing",label:u("settings_ui.cfg_overrides_label"),description:u("settings_ui.cfg_overrides_desc"),fields:[{path:"route_to_agent",label:u("settings_ui.cfg_route_to_agent"),placeholder:"master"},{path:"super_agent.model",label:u("settings_ui.cfg_super_agent_model")},{path:"super_agent.permission_mode",label:u("settings_ui.cfg_permission_mode"),kind:"select",options:Nb.map(e=>({value:e,label:e}))},{path:"super_agent.system",label:u("settings_ui.cfg_extra_prompt"),kind:"textarea"}]}]}function $I(){return[{key:"engines",label:u("settings_ui.cfg_engines_label"),fields:[{path:"engines.ollama.base_url",label:u("settings_ui.cfg_ollama_url")},{path:"engines.anthropic.api_key",label:u("settings_ui.cfg_anthropic_key"),kind:"password"},{path:"engines.openai.api_key",label:u("settings_ui.cfg_openai_key"),kind:"password"},{path:"engines.groq.api_key",label:u("settings_ui.cfg_groq_key"),kind:"password"},{path:"engines.openrouter.api_key",label:u("settings_ui.cfg_openrouter_key"),kind:"password"},{path:"engines.gemini.api_key",label:u("settings_ui.cfg_gemini_key"),kind:"password"}]}]}function HI(){return[{key:"identity",label:u("settings_ui.cfg_project_label"),description:u("settings_ui.cfg_project_desc"),fields:[{path:"name",label:u("settings_ui.cfg_name")},{path:"version",label:u("settings_ui.cfg_version")},{path:"apf",label:u("settings_ui.cfg_apc_spec")},{path:"apx",label:u("settings_ui.cfg_apx_install")},{path:"apx_id",label:u("settings_ui.cfg_apx_storage_id")}]}]}function _E({pid:e}){const t=Ze(),{project:a}=cu(e),{channels:o,isLoading:l,mutate:c}=L_(),d=String(e),f=a?.name||a?.path?.split("/").pop()||d,m=`proj-${d}`,h=o.find(z=>z.project===d||z.project===f||z.name===m),[g,b]=x.useState(!!h),[_,w]=x.useState(""),[S,y]=x.useState(""),[C,N]=x.useState(""),[j,E]=x.useState(!0),[R,A]=x.useState(!1);if(x.useEffect(()=>{h?(b(!0),w(""),y(h.chat_id||""),N(h.route_to_agent||""),E(h.respond_with_engine??!0)):(b(!1),w(""),y(""),N(""),E(!0))},[h?.name,h?.chat_id,h?.route_to_agent]),l)return n.jsx(rt,{});const T=async()=>{A(!0);try{if(!g){h&&(await Dn.channels.remove(h.name),t.success(u("project.telegram.cleared"))),await c();return}const z={name:h?.name||m,project:d,chat_id:S,route_to_agent:C,respond_with_engine:j,..._?{bot_token:_}:{}};h?await Dn.channels.patch(h.name,z):await Dn.channels.upsert(z),t.success(u("project.telegram.saved")),await c(),w("")}catch(z){t.error(z.message)}finally{A(!1)}};return n.jsx(Ye,{title:u("project.telegram.title"),description:u("project.telegram.subtitle"),children:n.jsxs("div",{className:"space-y-3",children:[n.jsxs("div",{className:"flex items-center gap-3",children:[n.jsx(Bt,{checked:g,onChange:b,label:u(g?"project.telegram.override_active":"project.telegram.use_default")}),h&&n.jsx(He,{tone:"success",children:u("project.telegram.channel_badge",{name:h.name})})]}),g&&n.jsxs(n.Fragment,{children:[n.jsxs("div",{className:"grid grid-cols-2 gap-3",children:[n.jsx(oe,{label:u("project.telegram.bot_token"),hint:h?.bot_token?`${Vr(h.bot_token)} ${u("telegram_ui.empty_keep")}`:u("project.telegram.bot_hint_none"),children:n.jsx(Ne,{type:"password",value:_,onChange:z=>w(z.target.value),placeholder:h?.bot_token?Vr(h.bot_token):""})}),n.jsx(oe,{label:u("project.telegram.chat_id"),children:n.jsx(Ne,{value:S,onChange:z=>y(z.target.value)})}),n.jsx(oe,{label:u("project.telegram.route_agent"),hint:u("project.telegram.route_hint"),children:n.jsx(Ne,{value:C,onChange:z=>N(z.target.value)})})]}),n.jsx(Bt,{checked:j,onChange:E,label:u("project.telegram.respond_engine")})]}),n.jsx("div",{className:"pt-2",children:n.jsx(ae,{variant:"primary",loading:R,onClick:T,children:u("common.save")})}),!g&&!h&&n.jsx(pt,{children:u("project.telegram.no_override")})]})})}function qI({pid:e}){const t=Ze(),a=Pn(),{project:o,mutate:l}=cu(e),c=qe(`/projects/${e}/config`,()=>Wn.config.show(e)),d=String(e)==="0";if(c.isLoading)return n.jsx(rt,{});if(!c.data)return n.jsx(pt,{children:u("project.config.no_data")});const f=async g=>{await Wn.apcProject.put(e,g),t.success(u("project.config.save_project")),c.mutate()},m=async g=>{await Wn.config.put(e,g),t.success(u("project.config.save_override")),c.mutate()},h=async(g,b)=>{await Wn.config.set(e,g),b.length&&await Wn.config.unset(e,b),t.success(u("project.config.save_fields_success")),c.mutate()};return n.jsxs("div",{className:"space-y-6",children:[n.jsx(Ye,{title:u("project.config.section_title"),description:u("project.config.section_desc"),children:n.jsxs(Op,{defaultValue:"settings",className:"space-y-4",children:[n.jsxs(zp,{className:"flex flex-wrap",children:[n.jsx(Hs,{value:"settings",children:u("project.config.tab_settings")}),n.jsx(Hs,{value:"engines",children:u("settings_ui.cfg_engines_label")}),!d&&n.jsx(Hs,{value:"telegram",children:u("project.nav.telegram")}),n.jsx(Hs,{value:"project",children:u("project.config.tab_project")}),n.jsx(Hs,{value:"json",children:"JSON"})]}),n.jsx(fs,{value:"settings",children:n.jsx(lf,{sections:UI(),source:c.data.project_only,placeholderSource:c.data.effective,jsonTitle:c.data.project_config_path,onSaveFields:h,onSaveJson:m,hideJson:!0})}),n.jsx(fs,{value:"engines",children:n.jsx(lf,{sections:$I(),source:c.data.project_only,placeholderSource:c.data.effective,jsonTitle:c.data.project_config_path,onSaveFields:h,onSaveJson:m,hideJson:!0})}),!d&&n.jsx(fs,{value:"telegram",children:n.jsx(_E,{pid:e})}),n.jsx(fs,{value:"project",children:n.jsx(lf,{sections:HI(),source:c.data.apc_project||{},jsonTitle:c.data.project_json_path,onSaveFields:async(g,b)=>{await Wn.apcProject.set(e,FI(g),b),t.success(u("project.config.save_meta_success")),c.mutate()},onSaveJson:f,hideJson:!0})}),n.jsx(fs,{value:"json",children:n.jsxs("div",{className:"space-y-6",children:[n.jsx(Xw,{title:c.data.project_config_path,description:".apc/config.json — overrides del proyecto.",source:c.data.project_only,onSave:m}),n.jsx(Xw,{title:c.data.project_json_path,description:".apc/project.json — metadata APC portable.",source:c.data.apc_project||{},onSave:f}),n.jsxs("div",{className:"space-y-2",children:[n.jsx("p",{className:"text-xs text-muted-fg",children:u("project.config.effective_read")}),n.jsx("pre",{className:"max-h-96 overflow-auto rounded-lg border border-border bg-muted/40 p-3 text-xs",children:JSON.stringify(c.data.effective,null,2)})]})]})})]})}),!d&&o?n.jsx(VI,{pid:e,label:o.name||o.path,onRebuilt:()=>c.mutate(),onUnregistered:()=>{l(),a("/")}}):null]})}function VI({pid:e,label:t,onRebuilt:a,onUnregistered:o}){const l=Ze(),[c,d]=x.useState(null),[f,m]=x.useState(null),h=async()=>{d("rebuild");try{await Wn.rebuild(e),l.success(u("project.rebuild_done")),a()}catch(b){l.error(b.message)}finally{d(null),m(null)}},g=async()=>{d("unregister");try{await Wn.remove(e),l.success(u("project.unregistered")),o()}catch(b){l.error(b.message)}finally{d(null),m(null)}};return n.jsxs(n.Fragment,{children:[n.jsx(Ye,{title:u("project.danger.title"),description:u("project.danger.subtitle"),children:n.jsxs("div",{className:"space-y-3",children:[n.jsxs("div",{className:"flex items-start justify-between gap-3 rounded-md border border-border bg-muted/30 px-3 py-3",children:[n.jsxs("div",{className:"min-w-0",children:[n.jsx("div",{className:"text-sm font-medium",children:u("project.rebuild")}),n.jsx("div",{className:"text-xs text-muted-fg",children:u("project.danger.rebuild_desc")})]}),n.jsxs(ae,{size:"sm",variant:"secondary",onClick:()=>m("rebuild"),children:[n.jsx(Ns,{size:13})," ",u("project.rebuild")]})]}),n.jsxs("div",{className:"flex items-start justify-between gap-3 rounded-md border border-red-500/40 bg-red-500/5 px-3 py-3",children:[n.jsxs("div",{className:"min-w-0",children:[n.jsx("div",{className:"text-sm font-medium",children:u("admin.unregister")}),n.jsx("div",{className:"text-xs text-muted-fg",children:u("project.danger.unregister_desc")})]}),n.jsxs(ae,{size:"sm",variant:"destructive",onClick:()=>m("unregister"),children:[n.jsx(vn,{size:13})," ",u("admin.unregister")]})]})]})}),n.jsx(Zt,{open:f==="rebuild",onClose:()=>c?null:m(null),title:u("project.danger.rebuild_confirm_title"),description:u("project.danger.rebuild_confirm_desc",{label:t}),size:"sm",footer:n.jsxs(n.Fragment,{children:[n.jsx(ae,{variant:"ghost",onClick:()=>m(null),disabled:c!==null,children:u("common.cancel")}),n.jsx(ae,{variant:"primary",onClick:h,loading:c==="rebuild",children:u("project.rebuild")})]}),children:n.jsx("p",{className:"text-sm text-muted-fg",children:u("project.danger.rebuild_long")})}),n.jsx(Zt,{open:f==="unregister",onClose:()=>c?null:m(null),title:u("project.danger.unregister_confirm_title"),description:u("project.unregister_confirm",{label:t}),size:"sm",footer:n.jsxs(n.Fragment,{children:[n.jsx(ae,{variant:"ghost",onClick:()=>m(null),disabled:c!==null,children:u("common.cancel")}),n.jsx(ae,{variant:"destructive",onClick:g,loading:c==="unregister",children:u("admin.unregister")})]}),children:n.jsx("p",{className:"text-sm text-muted-fg",children:u("project.danger.unregister_long")})})]})}function Xw({title:e,description:t,source:a,onSave:o}){const[l,c]=x.useState(""),[d,f]=x.useState(""),[m,h]=x.useState(!1);x.useEffect(()=>{c(JSON.stringify(a||{},null,2)),f("")},[a]);const g=async()=>{f(""),h(!0);try{await o(bE(l))}catch(b){f(b.message)}finally{h(!1)}};return n.jsxs("div",{className:"space-y-2",children:[n.jsxs("div",{children:[n.jsx("h3",{className:"text-sm font-medium",children:e}),t&&n.jsx("p",{className:"text-xs text-muted-fg",children:t})]}),n.jsx(un,{rows:14,className:"font-mono text-xs",value:l,onChange:b=>c(b.target.value)}),d&&n.jsx("p",{className:"text-xs text-destructive",children:d}),n.jsx(ae,{variant:"primary",loading:m,onClick:g,children:u("settings_ui.save_json")})]})}function FI(e){const t={};for(const[a,o]of Object.entries(Q_(e)))ps(o)||(t[a]=o);return t}function Wl(e){return String(e||"").trim().toLowerCase().replace(/[^a-z0-9]+/g,"-").replace(/^-+|-+$/g,"").replace(/-{2,}/g,"-")}function vE({open:e,onClose:t,pid:a,editing:o,onSaved:l}){const c=Ze(),[d,f]=x.useState(""),[m,h]=x.useState(""),[g,b]=x.useState(""),[_,w]=x.useState(!1);x.useEffect(()=>{e&&(f(o?.name??""),h(o?.slug??""),b(o?.goal??""))},[e,o]);const S=async()=>{if(d.trim()){w(!0);try{o?await qr.updateArea(a,o.slug,{name:d,goal:g}):await qr.createArea(a,{name:d,slug:m||Wl(d),goal:g}),c.success(u("common.saved")),l(),t()}catch(y){c.error(y instanceof Error?y.message:String(y))}finally{w(!1)}}};return n.jsx(Zt,{open:e,onClose:t,title:u(o?"structure.edit_area":"structure.new_area"),footer:n.jsxs(n.Fragment,{children:[n.jsx(ae,{variant:"ghost",onClick:t,children:u("common.cancel")}),n.jsx(ae,{variant:"primary","data-testid":"area-create",onClick:()=>void S(),loading:_,disabled:!d.trim(),children:u(o?"common.save":"structure.create_area")})]}),children:n.jsxs("div",{className:"space-y-3",children:[n.jsx(oe,{label:u("structure.name"),children:n.jsx(Ne,{autoFocus:!0,"data-testid":"area-name",value:d,onChange:y=>{f(y.target.value),o||h(Wl(y.target.value))},placeholder:"Engineering"})}),!o&&n.jsx(oe,{label:u("structure.slug"),children:n.jsx(Ne,{value:m,onChange:y=>h(Wl(y.target.value)),className:"font-mono",placeholder:"engineering"})}),n.jsx(oe,{label:u("structure.goal"),hint:u("structure.goal_hint"),children:n.jsx(un,{value:g,onChange:y=>b(y.target.value),rows:2})})]})})}function yE({open:e,onClose:t,pid:a,areas:o,editing:l,presetArea:c,onSaved:d}){const f=Ze(),[m,h]=x.useState(""),[g,b]=x.useState(""),[_,w]=x.useState(""),[S,y]=x.useState(""),[C,N]=x.useState(!1);x.useEffect(()=>{e&&(h(l?.name??""),b(l?.slug??""),w(l?.area??c??""),y(l?.description??""))},[e,l,c]);const j=async()=>{if(m.trim()){N(!0);try{l?await qr.updateRole(a,l.slug,{name:m,area:_||null,description:S}):await qr.createRole(a,{name:m,slug:g||Wl(m),area:_||null,description:S}),f.success(u("common.saved")),d(),t()}catch(R){f.error(R instanceof Error?R.message:String(R))}finally{N(!1)}}},E=[{value:"",label:u("structure.no_area")},...o.map(R=>({value:R.slug,label:R.name}))];return n.jsx(Zt,{open:e,onClose:t,title:u(l?"structure.edit_role":"structure.new_role"),footer:n.jsxs(n.Fragment,{children:[n.jsx(ae,{variant:"ghost",onClick:t,children:u("common.cancel")}),n.jsx(ae,{variant:"primary",onClick:()=>void j(),loading:C,disabled:!m.trim(),children:u(l?"common.save":"structure.create_role")})]}),children:n.jsxs("div",{className:"space-y-3",children:[n.jsx(oe,{label:u("structure.name"),children:n.jsx(Ne,{autoFocus:!0,value:m,onChange:R=>{h(R.target.value),l||b(Wl(R.target.value))},placeholder:"Tech Lead"})}),!l&&n.jsx(oe,{label:u("structure.slug"),children:n.jsx(Ne,{value:g,onChange:R=>b(Wl(R.target.value)),className:"font-mono",placeholder:"tech-lead"})}),n.jsx(oe,{label:u("structure.area"),children:n.jsx(ut,{value:_,onChange:w,options:E,placeholder:u("structure.no_area")})}),n.jsx(oe,{label:u("structure.description"),children:n.jsx(un,{value:S,onChange:R=>y(R.target.value),rows:2})})]})})}function jE({value:e,onChange:t}){return n.jsx(Ne,{value:e,onChange:a=>t([...a.target.value].slice(-2).join("")),className:"text-center text-lg",placeholder:"🤖","aria-label":u("agents_form.emoji")})}const GI=[{value:"total",labelKey:"auto_total"},{value:"automatico",labelKey:"auto_automatico"},{value:"permiso",labelKey:"auto_permiso"}];function wE({value:e,onChange:t}){return n.jsx("div",{className:"inline-flex w-full rounded-lg border border-border p-0.5",children:GI.map(a=>n.jsx("button",{type:"button",onClick:()=>t(a.value),className:me("flex-1 rounded-md px-2 py-1 text-[12px] font-medium capitalize transition-colors",e===a.value?"bg-primary/15 text-foreground":"text-muted-foreground hover:text-foreground"),children:u(`agents_form.${a.labelKey}`)},a.value))})}function kE({pid:e,area:t,role:a,onArea:o,onRole:l}){const c=qe(`/projects/${e}/organization`,()=>qr.get(e)),[d,f]=x.useState(!1),[m,h]=x.useState(!1),g=c.data?.areas??[],_=(c.data?.roles??[]).filter(y=>t?y.area===t||y.area===null:!0),w=[{value:"",label:u("structure.no_area")},...g.map(y=>({value:y.slug,label:y.name}))],S=[{value:"",label:u("agents_form.no_role")},..._.map(y=>({value:y.slug,label:y.name}))];return n.jsxs("div",{className:"space-y-3",children:[n.jsxs("div",{className:"grid grid-cols-2 gap-3",children:[n.jsx(oe,{label:u("agents_form.area"),children:n.jsxs("div",{className:"flex items-center gap-1",children:[n.jsx(ut,{value:t,onChange:y=>{o(y)},options:w,placeholder:u("structure.no_area"),className:"flex-1"}),n.jsx(Qw,{label:u("structure.new_area"),onClick:()=>f(!0)})]})}),n.jsx(oe,{label:u("agents_form.role"),children:n.jsxs("div",{className:"flex items-center gap-1",children:[n.jsx(ut,{value:a,onChange:l,options:S,placeholder:u("agents_form.no_role"),className:"flex-1"}),n.jsx(Qw,{label:u("structure.new_role"),onClick:()=>h(!0)})]})})]}),n.jsx(vE,{open:d,onClose:()=>f(!1),pid:e,onSaved:()=>void c.mutate()}),n.jsx(yE,{open:m,onClose:()=>h(!1),pid:e,areas:g,presetArea:t||null,onSaved:()=>void c.mutate()})]})}function Qw({label:e,onClick:t}){return n.jsx("button",{type:"button",onClick:t,title:e,"aria-label":e,className:"flex size-9 shrink-0 items-center justify-center rounded-lg border border-border text-muted-foreground hover:bg-accent hover:text-foreground",children:n.jsx(It,{className:"size-4"})})}function SE({open:e,onClose:t,onConfirm:a,title:o,description:l,confirmLabel:c,destructive:d=!0}){const[f,m]=x.useState(!1),h=async()=>{m(!0);try{await a(),t()}finally{m(!1)}};return n.jsx(Zt,{open:e,onClose:t,title:o,footer:n.jsxs(n.Fragment,{children:[n.jsx(ae,{variant:"ghost",onClick:t,disabled:f,children:u("common.cancel")}),n.jsx(ae,{variant:d?"destructive":"primary",onClick:()=>void h(),loading:f,children:c??u("common.confirm")})]}),children:n.jsx("p",{className:"text-sm text-muted-foreground",children:l})})}function qd(e,t){const a=[],o=/(\*\*([^*]+)\*\*)|(\*([^*]+)\*)|(`([^`]+)`)|(\[([^\]]+)\]\(([^)]+)\))/g;let l=0,c,d=0;for(;c=o.exec(e);)c.index>l&&a.push(n.jsx(x.Fragment,{children:e.slice(l,c.index)},`${t}-t${d}`)),c[2]!==void 0?a.push(n.jsx("strong",{children:c[2]},`${t}-b${d}`)):c[4]!==void 0?a.push(n.jsx("em",{children:c[4]},`${t}-i${d}`)):c[6]!==void 0?a.push(n.jsx("code",{className:"rounded bg-muted px-1 py-0.5 font-mono text-[0.85em]",children:c[6]},`${t}-c${d}`)):c[8]!==void 0&&a.push(n.jsx("a",{href:c[9],target:"_blank",rel:"noreferrer",className:"text-sky-500 underline underline-offset-2 hover:text-sky-400",children:c[8]},`${t}-l${d}`)),l=o.lastIndex,d+=1;return l<e.length&&a.push(n.jsx(x.Fragment,{children:e.slice(l)},`${t}-tend`)),a}function CE({content:e,className:t}){const a=e.replace(/\r\n/g,`
763
+ `).split(`
764
+ `),o=[];let l=0,c=0;const d=(f,m)=>{const h=m?"ol":"ul";o.push(n.jsx(h,{className:me("my-2 space-y-1 pl-5",m?"list-decimal":"list-disc"),children:f.map((g,b)=>n.jsx("li",{children:qd(g,`li${c}-${b}`)},b))},`k${c++}`))};for(;l<a.length;){const f=a[l];if(/^```/.test(f.trim())){const g=[];for(l+=1;l<a.length&&!/^```/.test(a[l].trim());)g.push(a[l++]);l+=1,o.push(n.jsx("pre",{className:"my-2 overflow-x-auto rounded-lg bg-muted/60 p-3 font-mono text-[12px] leading-[1.6]",children:n.jsx("code",{children:g.join(`
765
+ `)})},`k${c++}`));continue}if(f.trim()===""){l+=1;continue}const m=f.match(/^(#{1,6})\s+(.*)$/);if(m){const g=m[1].length,b=["text-2xl","text-xl","text-lg","text-base","text-sm","text-sm"];o.push(n.jsx("div",{className:me("mt-3 mb-1 font-semibold text-foreground",b[g-1]),children:qd(m[2],`h${c}`)},`k${c++}`)),l+=1;continue}if(/^(-{3,}|\*{3,}|_{3,})$/.test(f.trim())){o.push(n.jsx("hr",{className:"my-3 border-border"},`k${c++}`)),l+=1;continue}if(/^>\s?/.test(f)){const g=[];for(;l<a.length&&/^>\s?/.test(a[l]);)g.push(a[l++].replace(/^>\s?/,""));o.push(n.jsx("blockquote",{className:"my-2 border-l-2 border-border pl-3 text-muted-foreground",children:qd(g.join(" "),`q${c}`)},`k${c++}`));continue}if(/^\s*[-*+]\s+/.test(f)){const g=[];for(;l<a.length&&/^\s*[-*+]\s+/.test(a[l]);)g.push(a[l++].replace(/^\s*[-*+]\s+/,""));d(g,!1);continue}if(/^\s*\d+\.\s+/.test(f)){const g=[];for(;l<a.length&&/^\s*\d+\.\s+/.test(a[l]);)g.push(a[l++].replace(/^\s*\d+\.\s+/,""));d(g,!0);continue}const h=[];for(;l<a.length&&a[l].trim()!==""&&!/^(#{1,6})\s/.test(a[l])&&!/^```/.test(a[l].trim())&&!/^>\s?/.test(a[l])&&!/^\s*[-*+]\s+/.test(a[l])&&!/^\s*\d+\.\s+/.test(a[l]);)h.push(a[l++]);o.push(n.jsx("p",{className:"my-2 leading-relaxed",children:qd(h.join(" "),`p${c}`)},`k${c++}`))}return n.jsx("div",{className:me("text-sm text-foreground/90",t),children:o})}function YI({value:e,onChange:t,showPreview:a=!1,placeholder:o,onSave:l,className:c}){return n.jsxs("div",{className:me("flex min-h-0 flex-1",c),children:[n.jsx("textarea",{value:e,onChange:d=>t(d.target.value),onKeyDown:d=>{l&&(d.metaKey||d.ctrlKey)&&d.key==="s"&&(d.preventDefault(),l())},placeholder:o,spellCheck:!1,className:me("min-h-0 resize-none bg-transparent p-4 font-mono text-[13px] leading-[1.7] text-foreground/90 outline-none",a?"w-1/2 border-r border-border":"w-full")}),a&&n.jsx("div",{className:"min-h-0 w-1/2 overflow-y-auto p-4",children:n.jsx(CE,{content:e})})]})}function Vd({onClick:e,active:t,disabled:a,children:o}){return n.jsx("button",{type:"button",onClick:e,disabled:a,className:me("inline-flex items-center gap-1 rounded px-2 py-0.5 text-[11px] font-medium transition-colors disabled:opacity-40",t?"bg-primary/15 text-foreground":"text-muted-foreground hover:bg-accent hover:text-foreground"),children:o})}function KI({content:e}){return n.jsx("div",{className:"min-h-0 flex-1 overflow-auto",children:n.jsx("table",{className:"w-full border-collapse font-mono text-[12px] leading-[1.6]",children:n.jsx("tbody",{children:e.split(`
766
+ `).map((t,a)=>n.jsxs("tr",{className:"hover:bg-accent/20",children:[n.jsx("td",{className:"w-12 select-none border-r border-border/30 px-3 text-right align-top text-[10px] text-muted-foreground/40","aria-hidden":"true",children:a+1}),n.jsx("td",{className:"whitespace-pre px-4 align-top text-foreground/90",children:t||" "})]},a))})})})}function W_({file:e,loading:t,onSave:a}){const o=typeof a=="function",[l,c]=x.useState(""),[d,f]=x.useState(!1),[m,h]=x.useState(!0),[g,b]=x.useState(!1);if(x.useEffect(()=>{c(e?.content??""),f(!1),h(!0)},[e?.path,e?.content]),t)return n.jsx("div",{className:"flex flex-1 items-center justify-center",children:n.jsx(_n,{size:16})});if(!e)return n.jsx("div",{className:"flex flex-1 items-center justify-center text-sm text-muted-foreground",children:u("files.select_prompt")});const _=e.kind==="markdown",w=e.kind==="text"||e.kind==="markdown",S=d&&l!==(e.content??""),y=async()=>{if(!(!a||!S)){b(!0);try{await a(l),f(!1)}finally{b(!1)}}};return n.jsxs("div",{className:"flex h-full min-h-0 flex-col bg-card/40","data-testid":"file-viewer",children:[n.jsxs("div",{className:"flex shrink-0 items-center gap-2 border-b border-border px-3 py-1.5",children:[n.jsxs("span",{className:"min-w-0 flex-1 truncate font-mono text-[11px] text-muted-foreground",children:[e.path,S&&n.jsx("span",{className:"ml-1 text-amber-400",children:"•"})]}),_&&d&&n.jsxs(Vd,{onClick:()=>h(C=>!C),active:m,children:[n.jsx(IA,{className:"size-3"}),u("files.preview")]}),o&&w&&(d?n.jsxs(n.Fragment,{children:[n.jsxs(Vd,{onClick:()=>{c(e.content??""),f(!1)},disabled:g,children:[n.jsx(mi,{className:"size-3"}),u("files.discard")]}),n.jsxs(Vd,{onClick:()=>void y(),disabled:!S||g,active:S,children:[g?n.jsx(_n,{size:10}):n.jsx(Zf,{className:"size-3"}),u("files.save")]})]}):n.jsxs(Vd,{onClick:()=>f(!0),children:[n.jsx(Sa,{className:"size-3"}),u("files.edit")]}))]}),_?d?n.jsx(YI,{value:l,onChange:c,showPreview:m,onSave:()=>void y()}):n.jsx("div",{className:"min-h-0 flex-1 overflow-y-auto p-4",children:n.jsx(CE,{content:e.content??""})}):e.kind==="text"?d?n.jsx("textarea",{value:l,onChange:C=>c(C.target.value),onKeyDown:C=>{(C.metaKey||C.ctrlKey)&&C.key==="s"&&(C.preventDefault(),y())},spellCheck:!1,className:"min-h-0 flex-1 resize-none bg-transparent p-4 font-mono text-[12px] leading-[1.6] text-foreground/90 outline-none"}):n.jsx(KI,{content:e.content??""}):e.kind==="image"&&e.encoding==="base64"?n.jsx("div",{className:"flex min-h-0 flex-1 items-center justify-center overflow-auto p-4",children:n.jsx("img",{src:`data:${e.mime};base64,${e.content}`,alt:e.name,className:"max-h-full max-w-full rounded object-contain"})}):n.jsxs("div",{className:"flex flex-1 flex-col items-center justify-center gap-2 text-sm text-muted-foreground",children:[n.jsx(GA,{className:"size-8 opacity-50"}),n.jsx("span",{children:e.too_large?u("files.too_large"):u("files.no_preview")}),n.jsxs("span",{className:"flex items-center gap-1 text-xs opacity-70",children:[n.jsx(HA,{className:"size-3"}),(e.size/1024).toFixed(1)," KB"]})]})]})}function XI(){return[{key:"overview",label:u("agents_ui.tab_explorer"),icon:Xf},{key:"memories",label:u("project.nav.memories"),icon:pf},{key:"records",label:u("project.agent_detail.records_title"),icon:Yf},{key:"sleep",label:u("project.agent_detail.sleep_title"),icon:Mo},{key:"brain",label:u("project.agent_detail.brain_title"),icon:aa},{key:"config",label:u("settings.tabs.advanced"),icon:Jf}]}function NE(){return[{value:"",label:u("agents_ui.type_none")},{value:"orchestrator",label:u("agents_ui.type_orchestrator"),description:u("agents_ui.type_orchestrator_desc")},{value:"specialist",label:u("agents_ui.type_specialist"),description:u("agents_ui.type_specialist_desc")},{value:"assistant",label:u("agents_ui.type_assistant"),description:u("agents_ui.type_assistant_desc")},{value:"worker",label:u("agents_ui.type_worker"),description:u("agents_ui.type_worker_desc")},{value:"monitor",label:u("agents_ui.type_monitor"),description:u("agents_ui.type_monitor_desc")}]}const Qx=e=>e.split(",").map(t=>t.trim()).filter(Boolean),QI=(e,t)=>e.filter(a=>a.spec?.agent===t||t==="super-agent"&&a.kind==="super_agent");function WI(e){return e.split(`
767
+ `).map(t=>t.replace(/^[-*#>\s]+/,"").trim()).filter(t=>t.length>2&&!t.startsWith("```")).slice(0,12)}function ZI({pid:e}){const{slug:t=""}=T2(),a=Pn(),[o,l]=x.useState("overview"),c=XI(),d=qe(`/projects/${e}/agents/${t}`,()=>on.get(e,t)),f=qe(`/projects/${e}/agents`,()=>on.list(e)),m=qe(`/projects/${e}/routines`,()=>Br.list(e)),h=qe(`/projects/${e}/messages?agent=${t}`,()=>Af.project(e,{agent:t,limit:200})),g=qe(`/projects/${e}/agents/${t}/conversations`,()=>Io.list(e,t)),b=qe(`/projects/${e}/tasks?all`,()=>Zn.list(e,"all")),_=d.data,w=QI(m.data||[],t),S=(b.data||[]).filter(N=>N.agent===t),y=(f.data||[]).filter(N=>N.parent===t);if(d.isLoading)return n.jsx(rt,{});if(!_)return n.jsx("div",{className:"text-sm text-muted-fg",children:u("project.agent_detail.not_found")});const C=_.is_master?ya:cn;return n.jsxs("div",{className:"space-y-4",children:[n.jsxs("div",{className:"flex items-start justify-between gap-3",children:[n.jsxs("div",{className:"flex items-start gap-3",children:[n.jsx("button",{onClick:()=>a(`/p/${e}/agents`),className:"mt-1 text-muted-fg hover:text-foreground",children:n.jsx(jA,{size:16})}),n.jsx("div",{className:me("flex size-11 items-center justify-center rounded-xl bg-gradient-to-br",_.is_master?"from-violet-600 to-indigo-600":"from-slate-600 to-gray-600"),children:n.jsx(C,{className:"size-5 text-white"})}),n.jsxs("div",{children:[n.jsxs("div",{className:"flex flex-wrap items-center gap-2",children:[n.jsx("h1",{className:"text-lg font-semibold",children:_.slug}),_.is_master&&n.jsxs(He,{tone:"success",children:[n.jsx(ya,{size:10})," ",u("project.agents.orchestrator")]}),_.role&&n.jsx(He,{children:_.role}),_.model&&n.jsx(He,{tone:"info",children:_.model}),_.parent&&n.jsxs("button",{onClick:()=>a(`/p/${e}/agents/${_.parent}`),className:"text-[11px] text-violet-400 hover:underline",children:[u("project.agent_detail.reports_to")," ",_.parent]})]}),_.description&&n.jsx("p",{className:"mt-0.5 max-w-2xl text-xs text-muted-fg",children:_.description})]})]}),n.jsxs(ae,{size:"sm",variant:"primary",onClick:()=>a(`/p/${e}/chat?agent=${t}`),children:[n.jsx(Ca,{size:13})," ",u("project.agent_detail.chat_btn",{slug:_.slug})]})]}),n.jsx("div",{className:"flex flex-wrap gap-1 border-b border-border",children:c.map(({key:N,label:j,icon:E})=>n.jsxs("button",{onClick:()=>l(N),className:me("flex items-center gap-1.5 border-b-2 px-3 py-2 text-sm transition-colors -mb-px",o===N?"border-foreground text-foreground":"border-transparent text-muted-fg hover:text-foreground"),children:[n.jsx(E,{size:14})," ",j]},N))}),o==="overview"&&n.jsxs("div",{className:"space-y-4",children:[n.jsxs("div",{className:"grid grid-cols-2 gap-3 sm:grid-cols-4",children:[n.jsx(Fd,{label:u("agents_ui.stat_threads"),value:g.data?.length??0,icon:Qf}),n.jsx(Fd,{label:u("agents_ui.stat_records"),value:h.data?.length??0,icon:Yf}),n.jsx(Fd,{label:u("agents_ui.stat_tasks"),value:S.length,icon:Xf}),n.jsx(Fd,{label:u("agents_ui.stat_heartbeats"),value:w.length,icon:Mo})]}),n.jsxs("div",{className:"grid gap-3 sm:grid-cols-2",children:[n.jsx(Ye,{title:u("agent_detail_extra.skills_title"),description:"",children:n.jsxs("div",{className:"flex flex-wrap gap-1",children:[_.skills?.map(N=>n.jsxs(He,{tone:"info",children:[n.jsx(aa,{size:10})," ",N]},N)),_.tools?.map(N=>n.jsxs(He,{children:[n.jsx(ra,{size:10})," ",N]},N)),!_.skills?.length&&!_.tools?.length&&n.jsx("span",{className:"text-xs text-muted-fg",children:"—"})]})}),n.jsx(Ye,{title:u("project.agent_detail.threads_recent"),description:"",children:n.jsxs("ul",{className:"space-y-1 text-xs",children:[(g.data||[]).slice(0,6).map(N=>n.jsxs("li",{className:"flex items-center justify-between rounded-md bg-muted/30 px-2 py-1",children:[n.jsx("span",{className:"truncate",children:N.title||N.filename}),n.jsxs("span",{className:"shrink-0 text-muted-fg",children:[N.messages??0," ",u("project.agent_detail.msgs_count")]})]},N.id)),!g.data?.length&&n.jsx("li",{className:"text-muted-fg",children:u("project.agent_detail.no_threads")})]})})]}),y.length>0&&n.jsx(Ye,{title:u("project.agent_detail.subagents"),description:u("project.agent_detail.subagents_desc"),children:n.jsx("div",{className:"flex flex-wrap gap-2",children:y.map(N=>n.jsxs("button",{onClick:()=>a(`/p/${e}/agents/${N.slug}`),className:"flex items-center gap-2 rounded-lg border border-border bg-muted/30 px-3 py-1.5 text-sm hover:border-muted-fg/50",children:[n.jsx(cn,{size:14,className:"text-muted-fg"})," ",N.slug]},N.slug))})})]}),o==="memories"&&n.jsx(e7,{pid:e,slug:t,onSaved:()=>d.mutate()}),o==="records"&&n.jsx(t7,{records:h.data||[],loading:h.isLoading}),o==="sleep"&&n.jsx(n7,{routines:w}),o==="brain"&&n.jsx(o7,{slug:t,emoji:_.emoji||void 0,memory:_.memory||"",threads:(g.data||[]).map(N=>({id:N.id,label:N.title||N.filename})),tasks:S.map(N=>({id:N.id,label:N.title,detail:N.body||void 0})),routines:w,parent:_.parent||null,children:y.map(N=>N.slug)}),o==="config"&&n.jsx(JI,{pid:e,agent:_,agents:f.data||[],onSaved:()=>{d.mutate(),f.mutate()},onDeleted:()=>{f.mutate(),a(`/p/${e}/agents`)}})]})}function JI({pid:e,agent:t,agents:a,onSaved:o,onDeleted:l}){const c=Ze(),[d,f]=x.useState(t.emoji||""),[m,h]=x.useState(t.type||""),[g,b]=x.useState(t.area||""),[_,w]=x.useState(t.role||""),[S,y]=x.useState(t.autonomy||""),[C,N]=x.useState(t.model||""),[j,E]=x.useState(t.parent||""),[R,A]=x.useState(!!t.is_master),[T,z]=x.useState((t.skills||[]).join(", ")),[O,P]=x.useState((t.tools||[]).join(", ")),[L,U]=x.useState(t.description||""),[D,I]=x.useState(t.system||""),[$,F]=x.useState(!1),[H,Y]=x.useState(!1),V=async()=>{F(!0);try{await on.update(e,t.slug,{emoji:d||null,type:m||null,area:g||null,role:_||null,autonomy:S||null,model:C||null,parent:j||null,is_master:R||m==="orchestrator",skills:Qx(T),tools:Qx(O),description:L||null,system:D}),c.success(u("project.agent_detail.update_success")),o()}catch(K){c.error(K.message)}finally{F(!1)}},G=async()=>{await on.remove(e,t.slug),c.success(u("project.agent_detail.delete_success")),l()};return n.jsxs(Ye,{title:u("project.agent_detail.config_title"),description:`.apc/agents/${t.slug}.md — ${u("agents_ui.config_def_desc")}`,children:[n.jsxs("div",{className:"space-y-3",children:[n.jsxs("div",{className:"grid grid-cols-[80px_1fr] gap-3",children:[n.jsx(oe,{label:u("agents_form.emoji"),children:n.jsx(jE,{value:d,onChange:f})}),n.jsx(oe,{label:u("project.agent_detail.type_label"),children:n.jsx(ut,{value:m,onChange:h,options:NE()})})]}),n.jsx(kE,{pid:e,area:g,role:_,onArea:b,onRole:w}),n.jsx(oe,{label:u("agents_form.autonomy"),hint:u("agents_form.autonomy_hint"),children:n.jsx(wE,{value:S,onChange:y})}),n.jsxs("div",{className:"grid grid-cols-2 gap-3",children:[n.jsx(oe,{label:u("project.agent_detail.parent_label"),children:n.jsx(ut,{value:j,onChange:E,placeholder:u("project.agent_detail.none_parent"),options:[{value:"",label:u("project.agent_detail.none_parent")},...a.filter(K=>K.slug!==t.slug).map(K=>({value:K.slug,label:K.slug}))]})}),n.jsx(oe,{label:u("project.agent_detail.model_label"),hint:u("project.agent_detail.model_hint"),children:n.jsx(Ne,{value:C,onChange:K=>N(K.target.value),placeholder:u("project.agent_detail.model_ph")})})]}),n.jsx(oe,{label:u("project.agent_detail.skills_label"),children:n.jsx(Ne,{value:T,onChange:K=>z(K.target.value),placeholder:"skill-a, skill-b"})}),n.jsx(s7,{value:O,onChange:P}),n.jsx(oe,{label:u("project.agent_detail.bio_label"),children:n.jsx(un,{rows:2,value:L,onChange:K=>U(K.target.value)})}),n.jsx(oe,{label:u("project.agent_detail.system_label"),hint:u("project.agent_detail.system_hint"),children:n.jsx(un,{rows:10,className:"font-mono text-xs",value:D,onChange:K=>I(K.target.value),placeholder:"You are…"})}),n.jsx(Bt,{checked:R,onChange:A,label:u("project.agent_detail.master_label")}),n.jsxs("div",{className:"flex items-center justify-between border-t border-border pt-3",children:[n.jsxs(ae,{variant:"destructive",onClick:()=>Y(!0),children:[n.jsx(vn,{size:13})," ",u("project.agent_detail.delete_btn")]}),n.jsxs(ae,{variant:"primary",loading:$,onClick:V,children:[n.jsx(Zf,{size:13})," ",u("project.agent_detail.save_btn")]})]})]}),n.jsx(SE,{open:H,onClose:()=>Y(!1),onConfirm:G,title:u("project.agent_detail.delete_btn"),description:u("project.agent_detail.delete_confirm",{slug:t.slug}),confirmLabel:u("project.agent_detail.delete_btn")})]})}function Fd({label:e,value:t,icon:a}){return n.jsxs("div",{className:"rounded-xl border border-border bg-muted/30 p-3",children:[n.jsxs("div",{className:"flex items-center gap-2 text-xs text-muted-fg",children:[n.jsx(a,{size:13})," ",e]}),n.jsx("div",{className:"mt-1 text-2xl font-semibold",children:t})]})}function e7({pid:e,slug:t,onSaved:a}){const o=Ze(),l=qe(`/memory/${e}/agent:${t}`,()=>on.memory.get(e,t).then(f=>f.body)),c=x.useMemo(()=>{if(l.data===void 0)return null;const f=l.data??"";return{path:`agents/${t}/memory.md`,name:"memory.md",kind:"markdown",size:f.length,modified:"",encoding:"utf8",content:f}},[l.data,t]),d=async f=>{await on.memory.put(e,t,f),o.success(u("project.agent_detail.memory_saved")),l.mutate(f,{revalidate:!1}),a()};return n.jsx("div",{className:"flex h-[65vh] min-h-[420px] flex-col overflow-hidden rounded-xl border border-border bg-card",children:n.jsx(W_,{file:c,loading:l.isLoading,onSave:d})})}function t7({records:e,loading:t}){const a=x.useMemo(()=>[...e].sort((o,l)=>(l.ts||"").localeCompare(o.ts||"")),[e]);return n.jsxs(Ye,{title:u("project.agent_detail.records_title"),description:u("project.agent_detail.records_desc"),children:[t&&n.jsx(rt,{}),!t&&a.length===0&&n.jsx("p",{className:"text-xs text-muted-fg",children:u("project.agent_detail.no_activity")}),n.jsx("ul",{className:"space-y-1 text-sm",children:a.map((o,l)=>n.jsxs("li",{className:"flex items-start gap-2 rounded-md border border-border bg-muted/30 px-3 py-2",children:[n.jsx("span",{className:"mt-0.5 shrink-0",children:o.direction==="in"?n.jsx(I2,{size:13,className:"text-blue-400"}):n.jsx(U2,{size:13,className:"text-emerald-400"})}),n.jsxs("div",{className:"min-w-0 flex-1",children:[n.jsxs("div",{className:"flex flex-wrap items-center gap-2 text-[11px] text-muted-fg",children:[n.jsx("span",{className:"font-mono",children:new Date(o.ts).toLocaleString()}),n.jsx(He,{tone:"info",children:o.channel}),o.type&&n.jsx(He,{children:o.type})]}),o.body&&n.jsx("p",{className:"mt-1 whitespace-pre-wrap break-words text-xs",children:o.body.length>400?`${o.body.slice(0,400)}…`:o.body})]})]},`${o.ts}-${l}`))})]})}function n7({routines:e}){return e.length===0?n.jsx(Ye,{title:u("project.agent_detail.sleep_title"),description:u("project.agent_detail.sleep_desc"),children:n.jsxs("div",{className:"rounded-lg border border-amber-500/30 bg-amber-500/5 p-4 text-sm",children:[n.jsx("div",{className:"font-medium text-amber-400",children:u("project.agent_detail.sleep_deep")}),n.jsx("p",{className:"mt-1 text-xs text-muted-fg",children:u("project.agent_detail.sleep_deep_desc")})]})}):n.jsx(Ye,{title:u("project.agent_detail.sleep_title"),description:u("project.agent_detail.sleep_desc"),children:n.jsx("div",{className:"space-y-3",children:e.map(t=>{const a=t.enabled,o=t.last_status==="error";return n.jsxs("div",{className:"rounded-xl border border-border bg-muted/30 p-3",children:[n.jsxs("div",{className:"flex items-center gap-2",children:[n.jsx("span",{className:me("size-2 rounded-full",o?"bg-destructive":a?"bg-emerald-400":"bg-muted-fg/40")}),n.jsx("span",{className:"text-sm font-medium",children:t.name}),n.jsx(He,{tone:a?"success":"muted",children:u(a?"agents_ui.running":"agents_ui.paused")}),o&&n.jsx(He,{tone:"danger",children:u("agents_ui.last_error")})]}),n.jsxs("div",{className:"mt-2 grid grid-cols-2 gap-2 text-xs sm:grid-cols-4",children:[n.jsx(Gd,{label:u("agents_ui.field_tick"),value:t.schedule}),n.jsx(Gd,{label:u("agents_ui.field_next_tick"),value:t.next_run_at?new Date(t.next_run_at).toLocaleString():"—"}),n.jsx(Gd,{label:u("agents_ui.field_last_tick"),value:t.last_run_at?new Date(t.last_run_at).toLocaleString():"—"}),n.jsx(Gd,{label:u("agents_ui.field_last_run"),value:t.last_status||"—"})]}),t.last_error&&n.jsx("p",{className:"mt-2 rounded-md bg-destructive/10 px-2 py-1 text-[11px] text-destructive",children:t.last_error})]},t.name)})})})}function Gd({label:e,value:t}){return n.jsxs("div",{className:"rounded-md border border-border bg-card p-2",children:[n.jsx("div",{className:"text-[10px] uppercase tracking-wide text-muted-fg",children:e}),n.jsx("div",{className:"mt-0.5 truncate font-mono text-[11px]",children:t})]})}function s7({value:e,onChange:t}){const a=qe("/tools",()=>uP.list()),o=Qx(e),l=a.data||[],c=f=>{const m=new Set(o);m.has(f)?m.delete(f):m.add(f),t([...m].join(", "))},d=o.filter(f=>!l.some(m=>m.name===f));return n.jsxs(oe,{label:u("agents_ui.tools_label"),hint:u("project.agent_detail.tools_hint"),children:[n.jsxs("div",{className:"flex flex-wrap gap-1.5",children:[l.map(f=>{const m=o.includes(f.name);return n.jsx($e,{content:f.description||f.name,children:n.jsx("button",{type:"button",onClick:()=>c(f.name),className:me("rounded-md border px-2 py-0.5 font-mono text-[11px] transition-colors",m?"border-emerald-500/50 bg-emerald-500/10 text-emerald-400":"border-border text-muted-fg hover:text-foreground"),children:f.name})},f.name)}),d.map(f=>n.jsxs("button",{type:"button",onClick:()=>c(f),className:"rounded-md border border-sky-500/50 bg-sky-500/10 px-2 py-0.5 font-mono text-[11px] text-sky-400",children:[f," ✕"]},f))]}),n.jsx(Ne,{className:"mt-2",value:e,onChange:f=>t(f.target.value),placeholder:u("project.agent_detail.tools_custom_ph")})]})}const a7=new Set(["the","and","for","with","from","into","your","that","this","una","las","los","del","por","con","para","post","posts","demo","week","weekly"]);function Ww(e){return new Set(e.toLowerCase().split(/[^a-záéíóúñ0-9]+/).filter(t=>t.length>3&&!a7.has(t)))}function r7(e,t){for(const a of e)if(t.has(a))return!0;return!1}function o7({slug:e,emoji:t,memory:a,threads:o,tasks:l,routines:c,parent:d,children:f}){const{nodes:m,edges:h}=x.useMemo(()=>{const g=[],b=[],_="__core";g.push({id:_,label:e,kind:"agent",role:"core",emoji:t,relation:"self"});const w=(j,E,R)=>{g.push({id:j,label:E,kind:R,role:"hub",relation:"cluster"}),b.push({source:_,target:j})},S=WI(a),y=o.slice(0,8),C=l.slice(0,8);S.length&&(w("hub-mem",u("agents_ui.kind_memory"),"memory"),S.forEach((j,E)=>{g.push({id:`m${E}`,label:j,kind:"memory",relation:"knows",detail:j}),b.push({source:"hub-mem",target:`m${E}`})})),y.length&&(w("hub-thread",u("agents_ui.kind_thread"),"thread"),y.forEach(j=>{g.push({id:`th-${j.id}`,label:j.label,kind:"thread",relation:"in_thread"}),b.push({source:"hub-thread",target:`th-${j.id}`})})),C.length&&(w("hub-task",u("agents_ui.kind_task"),"task"),C.forEach(j=>{g.push({id:`ts-${j.id}`,label:j.label,kind:"task",relation:"handles_task",detail:j.detail}),b.push({source:"hub-task",target:`ts-${j.id}`})})),c.length&&(w("hub-routine",u("agents_ui.kind_routine"),"routine"),c.forEach(j=>{g.push({id:`rt-${j.name}`,label:j.name,kind:"routine",relation:"ticks",detail:`schedule: ${j.schedule}`}),b.push({source:"hub-routine",target:`rt-${j.name}`})})),f.length&&(w("hub-team",u("agents_ui.kind_hierarchy"),"agentlink"),f.forEach(j=>{g.push({id:`c-${j}`,label:j,kind:"agentlink",role:"hub",relation:"orchestrates",slug:j}),b.push({source:"hub-team",target:`c-${j}`})})),d&&(g.push({id:`p-${d}`,label:d,kind:"agentlink",role:"hub",relation:"reports_to",slug:d}),b.push({source:`p-${d}`,target:_}));const N=y.map(j=>({id:`th-${j.id}`,kw:Ww(j.label)}));return C.forEach(j=>{const E=Ww(j.label),R=N.find(A=>r7(E,A.kw));R&&b.push({source:`ts-${j.id}`,target:R.id})}),{nodes:g,edges:b}},[e,t,a,o,l,c,d,f]);return n.jsx(Ye,{title:u("project.agent_detail.brain_title"),description:u("project.agent_detail.brain_desc"),children:m.length<=1?n.jsx("p",{className:"text-xs text-muted-fg",children:u("project.agent_detail.brain_empty")}):n.jsx(eE,{nodes:m,edges:h})})}const l7=["","es","en","pt","fr","it","de"],Zw=e=>e.split(",").map(t=>t.trim()).filter(Boolean);function EE(e){return e.is_master?{gradient:"from-violet-600 to-indigo-600",Icon:ya}:{gradient:"from-slate-600 to-gray-600",Icon:cn}}const i7=[{key:"threads",icon:Qf,i18n:"agents_ui.stat_threads"},{key:"records",icon:Yf,i18n:"agents_ui.stat_records"},{key:"tasks",icon:gi,i18n:"agents_ui.stat_tasks"},{key:"heartbeats",icon:Mo,i18n:"agents_ui.stat_heartbeats"}];function RE({stats:e,className:t}){return e?n.jsx("div",{className:me("flex items-center gap-3 text-[11px] text-muted-fg",t),children:i7.map(({key:a,icon:o,i18n:l})=>n.jsx($e,{content:u(l),children:n.jsxs("span",{className:"inline-flex items-center gap-1 tabular-nums",children:[n.jsx(o,{size:12})," ",e[a]]})},a))}):null}function c7(e){const t=new Map;for(const a of e){const o=a.area||null;t.has(o)||t.set(o,[]),t.get(o).push(a)}return[...t.entries()].sort(([a],[o])=>a===null?1:o===null?-1:a.localeCompare(o)).map(([a,o])=>({area:a,agents:o}))}function u7(e){const t=e.filter(d=>d.is_master),a=t.length===1?t[0]:null,o=d=>d.parent?d.parent:a&&!d.is_master&&d.slug!==a.slug?a.slug:null,l=new Map,c=[];for(const d of e){const f=o(d);f&&e.some(m=>m.slug===f)?(l.has(f)||l.set(f,[]),l.get(f).push(d)):c.push(d)}return{roots:c,childrenByParent:l}}function d7({pid:e}){const t=Pn();Ze();const a=qe(`/projects/${e}/agents?stats=1`,()=>on.list(e,{stats:!0})),[o,l]=x.useState("hierarchy"),[c,d]=x.useState(!1),[f,m]=x.useState(!1),h=a.data||[],g=S=>t(`/p/${e}/agents/${S}`),b=S=>t(S?`/p/${e}/chat?agent=${S}`:`/p/${e}/chat`),{roots:_,childrenByParent:w}=x.useMemo(()=>u7(h),[h]);return n.jsxs(Ye,{title:u("project.agents.title"),description:u("project.agents.subtitle_full"),action:n.jsxs("div",{className:"flex items-center gap-2",children:[n.jsxs("div",{className:"flex rounded-lg border border-border p-0.5",children:[n.jsxs("button",{onClick:()=>l("hierarchy"),className:me("flex items-center gap-1 rounded-md px-2 py-1 text-xs",o==="hierarchy"?"bg-accent text-accent-fg":"text-muted-fg"),children:[n.jsx(tu,{size:13})," ",u("project.agents.hierarchy")]}),n.jsxs("button",{onClick:()=>l("list"),className:me("flex items-center gap-1 rounded-md px-2 py-1 text-xs",o==="list"?"bg-accent text-accent-fg":"text-muted-fg"),children:[n.jsx(rM,{size:13})," ",u("project.agents.list_view")]})]}),n.jsxs(ae,{size:"sm",variant:"ghost",onClick:()=>m(!0),children:[n.jsx(aS,{size:13})," ",u("project.agents.import")]}),n.jsxs(ae,{size:"sm",variant:"secondary",onClick:()=>b(),children:[n.jsx(Ca,{size:13})," ",u("project.agents.chat")]}),n.jsxs(ae,{size:"sm",variant:"primary","data-testid":"agent-new",onClick:()=>d(!0),children:[n.jsx(It,{size:14})," ",u("project.agents.new")]})]}),children:[a.isLoading&&n.jsx(rt,{}),!a.isLoading&&h.length===0&&n.jsx(pt,{children:u("project.agents.empty_text")}),!a.isLoading&&h.length>0&&(o==="hierarchy"?n.jsx(p7,{roots:_,childrenByParent:w,onOpen:g,onChat:b}):n.jsx(m7,{agents:h,onOpen:g,onChat:b})),n.jsx(g7,{open:c,pid:e,agents:h,onClose:()=>d(!1),onCreated:()=>{d(!1),a.mutate()}}),n.jsx(f7,{open:f,pid:e,existing:h.map(S=>S.slug),onClose:()=>m(!1),onImported:()=>a.mutate()})]})}function f7({open:e,onClose:t,onImported:a,pid:o,existing:l}){const c=Ze(),d=qe(e?"/agents/vault":null,()=>on.vault()),[f,m]=x.useState(""),h=d.data||[],g=async b=>{m(b);try{await on.import(o,b),c.success(u("project.agents.import_success",{slug:b})),a()}catch(_){c.error(_.message)}finally{m("")}};return n.jsxs(Zt,{open:e,onClose:t,title:u("project.agents.import_title"),description:u("project.agents.import_desc"),size:"lg",footer:n.jsx(ae,{variant:"ghost",onClick:t,children:u("common.close")}),children:[d.isLoading&&n.jsx(rt,{}),!d.isLoading&&h.length===0&&n.jsx(pt,{children:u("project.agents.import_empty")}),n.jsx("ul",{className:"space-y-2",children:h.map(b=>{const _=l.includes(b.slug);return n.jsxs("li",{className:"flex items-center gap-3 rounded-lg border border-border bg-muted/30 p-3",children:[n.jsx(cn,{size:16,className:"shrink-0 text-muted-fg"}),n.jsxs("div",{className:"min-w-0 flex-1",children:[n.jsxs("div",{className:"flex flex-wrap items-center gap-2",children:[n.jsx("span",{className:"text-sm font-medium",children:b.slug}),b.is_master&&n.jsxs(He,{tone:"success",children:[n.jsx(ya,{size:9})," ",u("project.agents.orchestrator")]}),b.model&&n.jsx(He,{tone:"info",children:b.model})]}),b.description&&n.jsx("p",{className:"truncate text-xs text-muted-fg",children:b.description})]}),n.jsx(ae,{size:"sm",variant:"primary",disabled:_||f===b.slug,loading:f===b.slug,onClick:()=>g(b.slug),children:u(_?"project.agents.import_already":"project.agents.import_btn")})]},b.slug)})})]})}function p7({roots:e,childrenByParent:t,onOpen:a,onChat:o}){return n.jsx("div",{className:"space-y-8",children:e.map(l=>{const c=t.get(l.slug)||[],d=c7(c),f=d.some(m=>m.area);return n.jsxs("div",{className:"flex flex-col items-center",children:[n.jsx(Rh,{agent:l,onOpen:a,onChat:o,wide:!0}),c.length>0&&n.jsxs(n.Fragment,{children:[n.jsx("div",{className:"h-5 w-px bg-border"}),n.jsx("div",{className:"flex flex-col gap-6 border-t border-border pt-5",children:d.map(m=>n.jsxs("div",{className:"flex flex-col items-center gap-3",children:[f&&n.jsxs("span",{className:"rounded-full border border-border bg-muted/40 px-2.5 py-0.5 text-[10px] font-semibold uppercase tracking-wide text-muted-fg",children:[m.area||u("agents_ui.uncategorized")," · ",m.agents.length]}),n.jsx("div",{className:"flex flex-wrap items-start justify-center gap-4",children:m.agents.map(h=>n.jsxs("div",{className:"flex flex-col items-center",children:[n.jsx(Rh,{agent:h,onOpen:a,onChat:o}),(t.get(h.slug)||[]).length>0&&n.jsxs(n.Fragment,{children:[n.jsx("div",{className:"h-4 w-px bg-border"}),n.jsx("div",{className:"flex flex-wrap justify-center gap-3 border-t border-border pt-4",children:(t.get(h.slug)||[]).map(g=>n.jsx(Rh,{agent:g,onOpen:a,onChat:o,compact:!0},g.slug))})]})]},h.slug))})]},m.area??"__none"))})]})]},l.slug)})})}function Rh({agent:e,onOpen:t,onChat:a,wide:o,compact:l}){const{gradient:c,Icon:d}=EE(e);return n.jsxs("div",{"data-testid":`agent-card-${e.slug}`,className:me("cursor-pointer rounded-xl border border-border bg-card p-3 transition-colors hover:border-muted-fg/50",o?"w-64":l?"w-44":"w-52"),onClick:()=>t(e.slug),children:[n.jsxs("div",{className:"flex items-center gap-2",children:[n.jsx("div",{className:me("flex size-8 shrink-0 items-center justify-center rounded-lg bg-gradient-to-br",c),children:e.emoji?n.jsx("span",{className:"text-base leading-none",children:e.emoji}):n.jsx(d,{className:"size-4 text-white"})}),n.jsx("span",{className:"truncate text-sm font-semibold",children:e.slug})]}),n.jsxs("div",{className:"mt-2 flex flex-wrap items-center gap-1",children:[e.is_master&&n.jsxs(He,{tone:"success",children:[n.jsx(ya,{size:9})," ",u("project.agents.orchestrator")]}),e.role&&n.jsx(He,{children:e.role}),e.model&&!l&&n.jsx(He,{tone:"info",children:e.model})]}),n.jsx(RE,{stats:e.stats,className:"mt-2"}),n.jsxs("div",{className:"mt-2 flex items-center gap-3 border-t border-border pt-2 text-xs text-muted-fg",onClick:f=>f.stopPropagation(),children:[n.jsxs("button",{onClick:()=>t(e.slug),className:"flex items-center gap-1 hover:text-foreground",children:[n.jsx(eu,{size:12})," ",u("project.agents.view")]}),n.jsxs("button",{onClick:()=>a(e.slug),className:"flex items-center gap-1 text-emerald-500 hover:text-emerald-400",children:[n.jsx(Ca,{size:12})," ",u("project.agents.chat")]})]})]})}function m7({agents:e,onOpen:t,onChat:a}){const o=[...e].sort((l,c)=>+!!c.is_master-+!!l.is_master||l.slug.localeCompare(c.slug));return n.jsx("div",{className:"space-y-2",children:o.map(l=>{const{gradient:c,Icon:d}=EE(l);return n.jsxs("div",{"data-testid":`agent-card-${l.slug}`,className:"flex cursor-pointer items-center gap-4 rounded-xl border border-border bg-muted/30 p-3 hover:border-muted-fg/50",onClick:()=>t(l.slug),children:[n.jsx("div",{className:me("flex size-9 shrink-0 items-center justify-center rounded-xl bg-gradient-to-br",c),children:l.emoji?n.jsx("span",{className:"text-lg leading-none",children:l.emoji}):n.jsx(d,{className:"size-4 text-white"})}),n.jsxs("div",{className:"min-w-0 flex-1",children:[n.jsxs("div",{className:"flex flex-wrap items-center gap-2",children:[n.jsx("span",{className:"text-sm font-semibold",children:l.slug}),l.is_master&&n.jsxs(He,{tone:"success",children:[n.jsx(ya,{size:10})," ",u("project.agents.orchestrator")]}),l.role&&n.jsx(He,{children:l.role}),l.model&&n.jsx(He,{tone:"info",children:l.model}),l.parent&&n.jsxs("span",{className:"text-[10px] text-violet-400",children:["↳ ",l.parent]})]}),l.description&&n.jsx("p",{className:"mt-1 truncate text-xs text-muted-fg",children:l.description}),n.jsxs("div",{className:"mt-1 flex flex-wrap gap-1",children:[l.skills?.map(f=>n.jsxs("span",{className:"inline-flex items-center gap-0.5 rounded bg-muted px-1 py-0.5 text-[9px] text-muted-fg",children:[n.jsx(aa,{size:9})," ",f]},f)),l.tools?.map(f=>n.jsxs("span",{className:"inline-flex items-center gap-0.5 rounded bg-muted px-1 py-0.5 text-[9px] text-muted-fg",children:[n.jsx(ra,{size:9})," ",f]},f))]})]}),n.jsx(RE,{stats:l.stats,className:"hidden shrink-0 sm:flex"}),n.jsxs("div",{className:"flex shrink-0 items-center gap-3 text-xs text-muted-fg",onClick:f=>f.stopPropagation(),children:[n.jsxs("button",{onClick:()=>t(l.slug),className:"flex items-center gap-1 hover:text-foreground",children:[n.jsx(eu,{size:12})," ",u("project.agents.view")]}),n.jsxs("button",{onClick:()=>a(l.slug),className:"flex items-center gap-1 text-emerald-500 hover:text-emerald-400",children:[n.jsx(Ca,{size:12})," ",u("project.agents.chat")]})]})]},l.slug)})})}function g7({open:e,onClose:t,onCreated:a,pid:o,agents:l}){const c=Ze(),[d,f]=x.useState(""),[m,h]=x.useState(""),[g,b]=x.useState(""),[_,w]=x.useState(""),[S,y]=x.useState(""),[C,N]=x.useState(""),[j,E]=x.useState(""),[R,A]=x.useState(""),[T,z]=x.useState(""),[O,P]=x.useState(""),[L,U]=x.useState(""),[D,I]=x.useState(!1),[$,F]=x.useState(""),[H,Y]=x.useState(!1),V=()=>{f(""),h(""),b(""),w(""),y(""),N(""),E(""),A(""),z(""),P(""),U(""),I(!1),F("")},G=async()=>{if(!/^[a-z][a-z0-9_-]*$/.test(d)){c.error(u("project.agents.slug_invalid"));return}Y(!0);try{await on.create(o,{slug:d,emoji:m||void 0,type:g||void 0,role:_||void 0,area:S||void 0,autonomy:C||void 0,model:j||void 0,language:R||void 0,description:T||void 0,skills:Zw(O),tools:Zw(L),is_master:D||g==="orchestrator",parent:$||void 0}),c.success(u("project.agents.create_success",{slug:d})),a(),V()}catch(K){c.error(K?.message||u("project.agents.create_error"))}finally{Y(!1)}};return n.jsx(Zt,{open:e,onClose:t,title:u("project.agents.new_title"),description:u("project.agents.new_desc"),size:"lg",footer:n.jsxs(n.Fragment,{children:[n.jsx(ae,{variant:"ghost",onClick:t,disabled:H,children:u("common.cancel")}),n.jsx(ae,{variant:"primary","data-testid":"agent-create-submit",onClick:G,loading:H,children:u("common.create")})]}),children:n.jsxs("div",{className:"space-y-3",children:[n.jsxs("div",{className:"grid grid-cols-[80px_1fr_1fr] gap-3",children:[n.jsx(oe,{label:u("agents_form.emoji"),children:n.jsx(jE,{value:m,onChange:h})}),n.jsx(oe,{label:u("project.agents.slug_label"),children:n.jsx(Ne,{autoFocus:!0,"data-testid":"agent-slug",value:d,onChange:K=>f(K.target.value),placeholder:u("project.agents.slug_ph")})}),n.jsx(oe,{label:u("project.agent_detail.type_label"),children:n.jsx(ut,{value:g,onChange:b,options:NE()})})]}),n.jsx(kE,{pid:o,area:S,role:_,onArea:y,onRole:w}),n.jsx(oe,{label:u("agents_form.autonomy"),hint:u("agents_form.autonomy_hint"),children:n.jsx(wE,{value:C,onChange:N})}),n.jsxs("div",{className:"grid grid-cols-2 gap-3",children:[n.jsx(oe,{label:u("project.agents.model_label"),hint:u("project.agents.model_hint"),children:n.jsx(Ne,{value:j,onChange:K=>E(K.target.value)})}),n.jsx(oe,{label:u("project.agents.lang_label"),children:n.jsx(ut,{value:R,onChange:A,options:l7.map(K=>({value:K,label:K||"—"}))})})]}),n.jsx(oe,{label:u("project.agents.desc_label"),children:n.jsx(un,{rows:2,value:T,onChange:K=>z(K.target.value),placeholder:u("project.agents.desc_ph")})}),n.jsxs("div",{className:"grid grid-cols-2 gap-3",children:[n.jsx(oe,{label:u("project.agents.skills_label"),children:n.jsx(Ne,{value:O,onChange:K=>P(K.target.value),placeholder:u("project.agents.skills_ph")})}),n.jsx(oe,{label:u("project.agents.tools_label"),children:n.jsx(Ne,{value:L,onChange:K=>U(K.target.value),placeholder:u("project.agents.tools_ph")})})]}),n.jsxs("div",{className:"grid grid-cols-2 items-end gap-3",children:[n.jsx(oe,{label:u("project.agents.parent_label"),hint:u("project.agents.parent_hint"),children:n.jsx(ut,{value:$,onChange:F,placeholder:u("project.agents.none_parent"),options:[{value:"",label:u("project.agents.none_parent")},...l.filter(K=>K.slug!==d).map(K=>({value:K.slug,label:K.slug}))]})}),n.jsx(Bt,{checked:D,onChange:I,label:u("project.agents.master_label")})]})]})})}function Yd(e){return e.split(`
768
+ `).map(t=>t.trim()).filter(Boolean)}function Kc(){return{exec_agent:{label:u("agents_ui.kind_exec_agent"),desc:u("agents_ui.kind_exec_agent_desc"),icon:cn},super_agent:{label:u("agents_ui.kind_super_agent"),desc:u("agents_ui.kind_super_agent_desc"),icon:ya},telegram:{label:u("agents_ui.kind_telegram"),desc:u("agents_ui.kind_telegram_desc"),icon:Ca},shell:{label:u("agents_ui.kind_shell"),desc:u("agents_ui.kind_shell_desc"),icon:ja},heartbeat:{label:u("agents_ui.kind_heartbeat"),desc:u("agents_ui.kind_heartbeat_desc"),icon:Mo}}}function h7(e){const t=Kc();return Object.keys(t).filter(a=>a!=="heartbeat"||e==="heartbeat").map(a=>({value:a,label:t[a].label,description:t[a].desc,icon:t[a].icon}))}function Z_(e){if(!e)return"—";if(e.startsWith("every:")){const t=e.slice(6),a=t.match(/^(\d+)(s|m|h|d)$/);if(a){const o=a[1],l={s:u("agents_ui.unit_seconds"),m:u("agents_ui.unit_minutes"),h:u("agents_ui.unit_hours"),d:u("agents_ui.unit_days")}[a[2]]||a[2];return u("agents_ui.every_n_unit",{n:o,unit:l})}return u("agents_ui.every_v",{v:t})}return e.startsWith("once:")?`once · ${new Date(e.slice(5)).toLocaleString()}`:e.startsWith("cron ")?`cron · ${e.slice(5)}`:e}function x7(){return[{label:u("agents_ui.preset_every_10m"),value:"every:10m"},{label:u("agents_ui.preset_hourly"),value:"every:1h"},{label:u("agents_ui.preset_daily_9am"),value:"cron 0 9 * * *"},{label:u("agents_ui.preset_weekdays_9am"),value:"cron 0 9 * * 1-5"}]}function TE(){return[{v:"{{pre_output}}",where:"prompt",desc:u("agents_ui.var_pre_output_prompt")},{v:"$APX_LLM_OUTPUT",where:"post",desc:u("agents_ui.var_llm_output")},{v:"$APX_STATUS",where:"post",desc:u("agents_ui.var_status")},{v:"$APX_SKIPPED",where:"post",desc:u("agents_ui.var_skipped")},{v:"$APX_PRE_OUTPUT",where:"post",desc:u("agents_ui.var_pre_output")},{v:"$APX_PRE_OUTPUT_FILE",where:"post",desc:u("agents_ui.var_pre_output_file")},{v:"$APX_PRE_EXIT",where:"post",desc:u("agents_ui.var_pre_exit")},{v:"$APX_ROUTINE",where:"pre/post",desc:u("agents_ui.var_routine")}]}function vc(e){return TE().filter(t=>e==="pre"?t.where.includes("pre"):e==="prompt"?t.where==="prompt":t.where==="post"||t.where==="pre/post")}function b7({routines:e,selectedName:t,onSelect:a}){return n.jsxs("aside",{className:"flex h-full min-h-0 flex-col border-r border-border",children:[n.jsx("div",{className:"shrink-0 px-3 py-2.5 text-[11px] font-semibold uppercase tracking-wide text-muted-fg",children:u("project.routines.list_title")}),n.jsx("ul",{className:"min-h-0 flex-1 space-y-1 overflow-y-auto p-2 pt-0",children:e.map(o=>{const l=Kc()[o.kind],c=l?.icon||gi,d=o.name===t;return n.jsx("li",{children:n.jsxs("button",{type:"button",onClick:()=>a(o.name),"aria-current":d,className:me("w-full rounded-lg border px-2.5 py-2 text-left transition-colors",d?"border-primary/50 bg-primary/10":"border-transparent hover:border-border hover:bg-accent/40"),children:[n.jsxs("div",{className:"flex items-center gap-2",children:[n.jsx("span",{className:me("flex size-6 shrink-0 items-center justify-center rounded-md",o.enabled?"bg-emerald-500/15 text-emerald-400":"bg-muted text-muted-fg"),children:n.jsx(c,{size:13})}),n.jsx("span",{className:"min-w-0 flex-1 truncate text-sm font-medium",children:o.name}),!o.enabled&&n.jsx("span",{className:"shrink-0 text-[10px] text-muted-fg",children:u("project.routines.paused")}),n.jsx(uu,{ok:o.last_status==="ok"?!0:o.last_status==="error"?!1:null})]}),n.jsxs("div",{className:"mt-1 flex items-center justify-between gap-2 pl-8 text-[10px] text-muted-fg",children:[n.jsx("span",{className:"truncate",children:l?.label||o.kind}),n.jsxs("span",{className:"shrink-0",children:["⏱ ",Z_(o.schedule)]})]})]})},o.name)})})]})}function _7({title:e,body:t,mono:a}){return n.jsxs("div",{className:"space-y-1",children:[n.jsx("div",{className:"text-[11px] font-semibold uppercase tracking-wide text-muted-fg",children:e}),n.jsx("div",{className:me("max-h-44 overflow-auto whitespace-pre-wrap break-words rounded-lg border border-border bg-muted/20 px-3 py-2 text-xs",a&&"font-mono"),children:t.trim()?t:n.jsx("span",{className:"text-muted-fg",children:u("project.routines.block_empty")})})]})}function AE(e){const t=e.meta||{};return t.skipped?"skipped":t.status==="error"?"error":"ok"}function ME(e){const t=new Date(e);return Number.isNaN(t.getTime())?e:t.toLocaleString(void 0,{month:"short",day:"2-digit",hour:"2-digit",minute:"2-digit"})}function OE({st:e}){return e==="ok"?n.jsx(Gr,{size:13,className:"shrink-0 text-emerald-500"}):e==="error"?n.jsx(xs,{size:13,className:"shrink-0 text-destructive"}):n.jsx(kA,{size:13,className:"shrink-0 text-amber-500"})}function zE(e){return u(e==="ok"?"project.routines.status_ok":e==="error"?"project.routines.status_error":"project.routines.status_skipped")}function Th({title:e,children:t}){return n.jsxs("div",{className:"space-y-1",children:[n.jsx("div",{className:"text-[10px] font-semibold uppercase tracking-wide text-muted-fg",children:e}),t]})}const Ah="whitespace-pre-wrap break-words rounded-lg border border-border bg-muted/20 px-3 py-2 font-mono text-[11px]";function v7({m:e,onClose:t}){const a=AE(e),o=e.meta||{},l=o.result||{},c=o.flow||null,d=String(l.reply??l.text??l.stdout??""),f=String(l.error??l.stderr??""),m=String(l.note??""),h=n.jsx("span",{className:"text-muted-fg",children:u("project.routines.block_empty")});return n.jsxs("div",{className:"flex min-h-0 flex-col border-l border-border",children:[n.jsxs("div",{className:"flex shrink-0 items-center justify-between gap-2 px-4 py-2",children:[n.jsxs("div",{className:"flex items-center gap-2 text-xs",children:[n.jsx(OE,{st:a}),n.jsx("span",{className:me("font-medium",a==="ok"&&"text-emerald-500",a==="error"&&"text-destructive",a==="skipped"&&"text-amber-500"),children:zE(a)}),n.jsx("span",{className:"font-mono text-muted-fg",children:ME(e.ts)})]}),n.jsx("button",{type:"button",onClick:t,"aria-label":u("project.routines.runs_close"),className:"rounded-md p-1 text-muted-fg hover:bg-muted hover:text-foreground",children:n.jsx(xs,{size:14})})]}),n.jsxs("div",{className:"min-h-0 flex-1 space-y-3 overflow-y-auto px-4 pb-4 text-xs",children:[e.body&&n.jsx("div",{className:"text-muted-fg",children:e.body}),c?.pre&&n.jsx(Th,{title:u("project.routines.block_pre"),children:c.pre.output?.trim()?n.jsx("pre",{className:Ah,children:c.pre.output}):h}),n.jsx(Th,{title:u("project.routines.runs_output"),children:d?n.jsx("pre",{className:Ah,children:d}):f?n.jsx("pre",{className:"whitespace-pre-wrap break-words rounded-lg bg-destructive/10 px-3 py-2 font-mono text-[11px] text-destructive",children:f}):m?n.jsx("div",{className:"text-muted-fg",children:m}):h}),c?.post&&c.post.length>0&&n.jsx(Th,{title:u("project.routines.block_post"),children:n.jsx("div",{className:"space-y-1.5",children:c.post.map((g,b)=>n.jsxs("div",{className:"space-y-1",children:[n.jsxs("div",{className:"font-mono text-[10px] text-muted-fg",children:["$ ",g.cmd," ",n.jsxs("span",{className:"opacity-70",children:["· exit ",g.exit]})]}),(g.stdout||g.stderr)&&n.jsx("pre",{className:Ah,children:g.stdout||g.stderr})]},b))})})]})]})}function y7({pid:e,name:t,running:a}){const o=qe(`/projects/${e}/routines/${t}/runs`,async()=>(await Af.project(e,{channel:"routine",limit:200})).filter(h=>h.meta?.routine===t&&(h.actor_id==="apx:routine"||h.type==="system"))),l=(o.data||[]).slice(0,50),[c,d]=x.useState(null),f=c&&l.find(m=>m.ts===c)||null;return n.jsxs("div",{className:"flex min-h-0 flex-1 flex-col border-t border-border",children:[n.jsx("div",{className:"shrink-0 px-4 pb-1.5 pt-3 text-[11px] font-semibold uppercase tracking-wide text-muted-fg",children:u("project.routines.runs_title")}),n.jsxs("div",{className:me("grid min-h-0 flex-1 overflow-hidden",f?"grid-cols-[minmax(0,1fr)_minmax(0,1.1fr)]":"grid-cols-1"),children:[n.jsxs("div",{className:"min-h-0 overflow-y-auto px-4 pb-4",children:[o.isLoading&&n.jsx(rt,{}),!o.isLoading&&l.length===0&&n.jsx("div",{className:"text-xs text-muted-fg",children:u("project.routines.runs_empty")}),n.jsxs("ul",{className:"space-y-1",children:[a&&n.jsx("li",{children:n.jsxs("div",{className:"flex w-full items-center gap-2 rounded-md border border-primary/40 bg-primary/5 px-3 py-1.5 text-xs",children:[n.jsx(_n,{size:12}),n.jsx("span",{className:"text-muted-fg",children:u("project.routines.running")})]})}),l.map((m,h)=>{const g=AE(m),b=c===m.ts;return n.jsx("li",{children:n.jsxs("button",{type:"button",onClick:()=>d(b?null:m.ts),"aria-current":b,className:me("flex w-full items-center gap-2 rounded-md border px-3 py-1.5 text-left text-xs transition-colors",b?"border-primary/50 bg-primary/10":"border-border bg-muted/30 hover:border-muted-fg/40"),children:[n.jsx(OE,{st:g}),n.jsx("span",{className:"font-mono text-muted-fg",children:ME(m.ts)}),n.jsx("span",{className:me("font-medium",g==="ok"&&"text-emerald-500",g==="error"&&"text-destructive",g==="skipped"&&"text-amber-500"),children:zE(g)})]})},`${m.ts}-${h}`)})]})]}),f&&n.jsx(v7,{m:f,onClose:()=>d(null)})]})]})}function j7({pid:e,routine:t,onEdit:a,onRun:o,onToggle:l,onDelete:c,running:d}){const f=Kc()[t.kind],m=f?.icon||gi,h=t.spec||{},g=t.pre_commands||[],b=t.post_commands||[],_=[];return g.length&&_.push({title:u("project.routines.block_pre"),body:g.join(`
769
+ `),mono:!0}),t.kind==="exec_agent"||t.kind==="super_agent"?_.push({title:u("project.routines.block_prompt"),body:String(h.prompt||"")}):t.kind==="telegram"?_.push({title:u("project.routines.block_text"),body:String(h.text||"")}):t.kind==="shell"?_.push({title:u("project.routines.block_command"),body:String(h.command||""),mono:!0}):t.kind==="heartbeat"&&_.push({title:u("project.routines.block_text"),body:String(h.message||"")}),b.length&&_.push({title:u("project.routines.block_post"),body:b.join(`
770
+ `),mono:!0}),n.jsxs("div",{className:"flex h-full min-h-0 flex-col",children:[n.jsxs("div",{className:"min-h-0 shrink space-y-4 overflow-y-auto p-4",children:[n.jsxs("div",{className:"flex items-start justify-between gap-3",children:[n.jsxs("div",{className:"flex min-w-0 items-center gap-2",children:[n.jsx("span",{className:me("flex size-7 shrink-0 items-center justify-center rounded-lg",t.enabled?"bg-emerald-500/15 text-emerald-400":"bg-muted text-muted-fg"),children:n.jsx(m,{size:14})}),n.jsx("h3",{className:"truncate text-base font-semibold",children:t.name}),n.jsx(He,{tone:t.kind==="shell"?"warning":"info",children:f?.label||t.kind})]}),n.jsxs("div",{className:"flex shrink-0 items-center gap-2",children:[n.jsx(Bt,{checked:t.enabled,onChange:l}),n.jsx($e,{content:u("common.run"),children:n.jsx(ae,{size:"sm",variant:"secondary",onClick:o,loading:d,children:n.jsx(wb,{size:13})})}),n.jsx($e,{content:u("project.routines.edit_hint"),children:n.jsxs(ae,{size:"sm",variant:"secondary",onClick:a,children:[n.jsx(Sa,{size:13})," ",u("project.routines.edit_btn")]})}),n.jsx($e,{content:u("common.delete"),children:n.jsx(ae,{size:"sm",variant:"destructive",onClick:c,children:n.jsx(vn,{size:13})})})]})]}),n.jsxs("div",{className:"flex flex-wrap items-center gap-x-4 gap-y-1 text-xs text-muted-fg",children:[n.jsxs("span",{children:["⏱ ",Z_(t.schedule)]}),t.next_run_at&&n.jsxs("span",{children:[u("project.routines.next_run")," ",new Date(t.next_run_at).toLocaleString()]}),t.last_run_at&&n.jsxs("span",{children:[u("project.routines.last_run")," ",new Date(t.last_run_at).toLocaleString()]}),n.jsxs("span",{className:me(t.last_status==="ok"&&"text-emerald-500",t.last_status==="error"&&"text-destructive"),children:[u("agents_ui.last_label")," ",t.last_status||"—"]})]}),t.last_error&&n.jsx("div",{className:"rounded-md bg-destructive/10 px-2 py-1 text-xs text-destructive",children:t.last_error}),n.jsx("div",{className:"space-y-3",children:_.map(w=>n.jsx(_7,{title:w.title,body:w.body,mono:w.mono},w.title))})]}),n.jsx(y7,{pid:e,name:t.name,running:d})]})}function Ll({label:e,hint:t,value:a,onChange:o,vars:l,rows:c=3,mono:d,placeholder:f}){const m=x.useRef(null),h=g=>{const b=m.current?.querySelector("textarea");if(!b){o(a?`${a}${g}`:g);return}const _=b.selectionStart??a.length,w=b.selectionEnd??a.length,S=a.slice(0,_)+g+a.slice(w);o(S),requestAnimationFrame(()=>{b.focus();const y=_+g.length;b.setSelectionRange(y,y)})};return n.jsxs("div",{className:"space-y-1",children:[n.jsx("div",{className:"text-xs font-medium text-muted-foreground",children:e}),t&&n.jsx("div",{className:"text-[11px] text-muted-foreground/70",children:t}),n.jsxs("div",{ref:m,className:"space-y-1.5",children:[n.jsx(un,{rows:c,className:me(d&&"font-mono text-xs"),value:a,onChange:g=>o(g.target.value),placeholder:f}),l.length>0&&n.jsx("div",{className:"flex flex-wrap gap-1",children:l.map(g=>n.jsx("button",{type:"button",onClick:()=>h(g.v),className:"inline-flex items-center rounded-md border border-border bg-card px-1.5 py-0.5 font-mono text-[10px] text-muted-fg transition-colors hover:border-muted-fg/50 hover:text-foreground",children:g.v},g.v))})]})]})}function w7(){return n.jsxs("div",{className:"rounded-lg border border-border bg-muted/10 p-3",children:[n.jsx("div",{className:"mb-1.5 text-[11px] font-semibold uppercase tracking-wide text-muted-fg",children:u("project.routines.vars_title")}),n.jsx("div",{className:"flex flex-wrap gap-1.5",children:TE().map(e=>n.jsx($e,{content:n.jsx("span",{className:"block max-w-[240px] whitespace-normal leading-snug",children:e.desc}),children:n.jsxs("span",{className:"inline-flex cursor-help items-center gap-1 rounded-md border border-border bg-card px-1.5 py-0.5 font-mono text-[10px]",children:[e.v,n.jsxs("span",{className:"not-italic text-muted-fg",children:["· ",e.where]})]})},e.v))})]})}function k7({draft:e,onClose:t,onSaved:a,pid:o}){const l=Ze(),c=qe(e?`/projects/${o}/agents`:null,()=>on.list(o)),[d,f]=x.useState(!1),[m,h]=x.useState(""),[g,b]=x.useState("super_agent"),[_,w]=x.useState("every:10m"),[S,y]=x.useState(!0),[C,N]=x.useState(""),[j,E]=x.useState(""),[R,A]=x.useState("default"),[T,z]=x.useState(""),[O,P]=x.useState(""),[L,U]=x.useState(""),[D,I]=x.useState("heartbeat"),[$,F]=x.useState(""),[H,Y]=x.useState(""),[V,G]=x.useState(""),K=qe(e&&g==="telegram"?"/telegram/channels":null,()=>Dn.channels.list());x.useEffect(()=>{if(!e)return;const fe=e.spec&&typeof e.spec=="object"?e.spec:{};h(e.name||""),b(e.kind||"super_agent"),w(e.schedule||"every:10m"),y(e.enabled??!0),N(fe.agent||""),E(fe.prompt||""),A(fe.channel||"default"),z(fe.chat_id?String(fe.chat_id):""),P(fe.text||""),U(fe.command||""),I(fe.channel||"heartbeat"),F(fe.message||""),Y((e.pre_commands||[]).join(`
771
+ `)),G((e.post_commands||[]).join(`
772
+ `))},[e]);const B=g==="exec_agent"||g==="super_agent"||g==="telegram",Q=()=>{switch(g){case"exec_agent":return{agent:C,prompt:j};case"super_agent":return{prompt:j};case"telegram":return{channel:R,...T?{chat_id:T}:{},text:O};case"shell":return{command:L};case"heartbeat":return{channel:D,message:$}}},Z=async()=>{if(!m){l.error(u("project.routines.name_required"));return}f(!0);try{await Br.upsert(o,{name:m,kind:g,schedule:_,enabled:S,spec:Q(),pre_commands:B?Yd(H):[],post_commands:B?Yd(V):[]}),l.success(u("project.routines.saved")),a()}catch(fe){l.error(fe?.message||u("project.routines.save_error"))}finally{f(!1)}},X=(()=>{const fe=K.data?.channels||[],he=["default",...fe.map(ke=>ke.name)];R&&!he.includes(R)&&he.push(R);const Ce=new Set;return he.filter(ke=>Ce.has(ke)?!1:(Ce.add(ke),!0)).map(ke=>{const Be=fe.find(Se=>Se.name===ke),Ve=Be?.project?`proyecto ${Be.project}`:Be?.chat_id?`chat ${Be.chat_id}`:void 0;return{value:ke,label:ke,description:Ve}})})(),ne=B?Yd(H):[],ee=B?Yd(V):[],re=(()=>{switch(g){case"exec_agent":return C?u("agents_ui.action_agent_answers",{agent:C}):u("agents_ui.action_agent_pick_answers");case"super_agent":return u("agents_ui.action_super_answers");case"telegram":return u("agents_ui.action_telegram_channel",{channel:R});case"shell":return L?u("agents_ui.summary_runs_cmd",{cmd:L.slice(0,48)}):u("agents_ui.action_runs_shell");case"heartbeat":return u("agents_ui.summary_heartbeat")}})(),le=g==="telegram"?O:g==="shell"?L:g==="heartbeat"?$:j,ge=Kc()[g].icon,Me=[...ne.map((fe,he)=>({id:`pre-${he}`,icon:ja,label:u("agents_ui.step_pre"),detail:fe,action:!1})),{id:"action",icon:ge,label:re,detail:le?le.slice(0,90):u("project.routines.block_empty"),action:!0},...ee.map((fe,he)=>({id:`post-${he}`,icon:ja,label:u("agents_ui.step_post"),detail:fe,action:!1}))];return n.jsx(Zt,{open:!!e,onClose:t,title:e?.name?u("project.routines.edit_title",{name:e.name}):u("project.routines.new_title"),description:u("project.routines.dialog_desc"),size:"xl",footer:n.jsxs(n.Fragment,{children:[n.jsx(ae,{variant:"ghost",onClick:t,disabled:d,children:u("common.cancel")}),n.jsx(ae,{variant:"primary",onClick:Z,loading:d,children:u("common.save")})]}),children:n.jsxs("div",{className:"space-y-4",children:[n.jsxs("div",{className:"grid gap-6 md:grid-cols-2",children:[n.jsxs("div",{className:"space-y-3",children:[n.jsxs("div",{className:"flex items-center justify-between rounded-lg border border-border bg-muted/20 px-3 py-2",children:[n.jsx(Bt,{checked:S,onChange:y,label:u("project.routines.enabled_label")}),n.jsx("span",{className:"text-[11px] text-muted-fg",children:u(S?"project.routines.enabled_hint":"project.routines.disabled_hint")})]}),n.jsx(oe,{label:u("project.routines.name_field"),hint:e?.name?u("project.routines.name_no_edit"):void 0,children:n.jsx(Ne,{value:m,disabled:!!e?.name,onChange:fe=>h(fe.target.value),placeholder:"resumen-diario"})}),n.jsx(oe,{label:u("project.routines.kind_field"),children:n.jsx(ut,{value:g,onChange:fe=>b(fe),options:h7(g)})}),n.jsx("p",{className:"-mt-1 text-[11px] text-muted-fg",children:Kc()[g].desc}),g==="exec_agent"&&n.jsx(oe,{label:u("project.routines.agent_field"),hint:u("project.routines.agent_hint"),children:n.jsx(ut,{value:C,onChange:N,placeholder:c.isLoading?u("project.routines.agent_loading"):u("project.routines.agent_pick"),options:(c.data||[]).map(fe=>({value:fe.slug,label:fe.slug,description:[fe.role,fe.model].filter(Boolean).join(" · ")||void 0}))})}),n.jsx(oe,{label:u("project.routines.schedule_field"),hint:u("project.routines.schedule_hint"),children:n.jsxs("div",{className:"space-y-2",children:[n.jsxs("div",{className:"flex flex-wrap gap-1",children:[x7().map(fe=>n.jsx("button",{type:"button",onClick:()=>w(fe.value),className:me("rounded-md border px-2 py-0.5 text-[11px]",_===fe.value?"border-emerald-500/50 text-emerald-400":"border-border text-muted-fg hover:text-foreground"),children:fe.label},fe.value)),n.jsx("button",{type:"button",onClick:()=>w("manual"),className:me("rounded-md border px-2 py-0.5 text-[11px]",_==="manual"?"border-emerald-500/50 text-emerald-400":"border-border text-muted-fg hover:text-foreground"),children:u("agents_ui.preset_manual")})]}),n.jsx(Ne,{value:_,onChange:fe=>w(fe.target.value),placeholder:"every:10m · cron 0 9 * * 1-5 · once:ISO · manual"})]})}),n.jsx(w7,{})]}),n.jsxs("div",{className:"space-y-3",children:[B&&n.jsx(Ll,{label:u("project.routines.pre_field"),hint:u("project.routines.pre_hint"),rows:2,mono:!0,value:H,onChange:Y,vars:vc("pre"),placeholder:"curl -s https://wttr.in/Bariloche"}),g==="exec_agent"&&n.jsx(Ll,{label:u("project.routines.prompt_exec"),rows:4,value:j,onChange:E,vars:vc("prompt"),placeholder:u("project.routines.prompt_exec_ph")}),g==="super_agent"&&n.jsx(Ll,{label:u("project.routines.prompt_super"),rows:4,value:j,onChange:E,vars:vc("prompt"),placeholder:u("project.routines.prompt_super_ph")}),g==="telegram"&&n.jsxs(n.Fragment,{children:[n.jsxs("div",{className:"grid grid-cols-2 gap-3",children:[n.jsx(oe,{label:u("project.routines.tg_channel"),children:n.jsx(ut,{value:R,onChange:A,options:X})}),n.jsx(oe,{label:u("project.routines.tg_chat_id"),children:n.jsx(Ne,{value:T,onChange:fe=>z(fe.target.value),placeholder:u("agents_ui.tg_chat_id_ph")})})]}),n.jsx(Ll,{label:u("project.routines.tg_text"),hint:u("project.routines.tg_text_hint"),rows:6,value:O,onChange:P,vars:vc("prompt"),placeholder:u("agents_ui.tg_text_ph")})]}),g==="shell"&&n.jsx(Ll,{label:u("project.routines.shell_field"),hint:u("project.routines.shell_hint"),rows:11,mono:!0,value:L,onChange:U,vars:[],placeholder:"cd /repo && git pull && npm test"}),g==="heartbeat"&&n.jsxs("div",{className:"grid grid-cols-2 gap-3",children:[n.jsx(oe,{label:u("project.routines.hb_channel"),children:n.jsx(Ne,{value:D,onChange:fe=>I(fe.target.value),placeholder:"heartbeat"})}),n.jsx(oe,{label:u("project.routines.hb_message"),children:n.jsx(Ne,{value:$,onChange:fe=>F(fe.target.value),placeholder:u("agents_ui.hb_message_ph")})})]}),B&&n.jsx(Ll,{label:u("project.routines.post_field"),hint:u("project.routines.post_hint"),rows:2,mono:!0,value:V,onChange:G,vars:vc("post"),placeholder:'apx telegram send "$APX_LLM_OUTPUT"'})]})]}),n.jsxs("div",{className:"rounded-lg border border-border bg-muted/20 p-3",children:[n.jsxs("div",{className:"mb-2 text-xs font-semibold text-muted-fg",children:[u("project.routines.what_happens")," ",n.jsxs("span",{className:"font-normal text-muted-fg",children:["· ⏱ ",Z_(_)]})]}),n.jsx("div",{className:"flex flex-wrap items-stretch gap-2",children:Me.map((fe,he)=>n.jsxs("div",{className:"flex items-stretch gap-2",children:[n.jsxs("div",{className:me("flex max-w-[240px] flex-col gap-1 rounded-lg border px-2.5 py-2",fe.action?"border-emerald-500/40 bg-emerald-500/5":"border-border bg-card"),children:[n.jsxs("div",{className:me("flex items-center gap-1.5 text-[11px] font-medium",fe.action?"text-emerald-400":"text-muted-fg"),children:[n.jsx(fe.icon,{size:12})," ",fe.label]}),fe.detail&&n.jsx("div",{className:"line-clamp-2 font-mono text-[10px] text-muted-fg",children:fe.detail})]}),he<Me.length-1&&n.jsx(B2,{size:14,className:"shrink-0 self-center text-muted-fg"})]},fe.id))})]})]})})}function S7({pid:e}){const t=Ze(),a=qe(`/projects/${e}/routines`,()=>Br.list(e)),[o,l]=Fo(),[c,d]=x.useState(null),[f,m]=x.useState(null),[h,g]=x.useState(!1),[b,_]=x.useState(null),[w,S]=x.useState(null),y=a.data||[],C=o.get("r_id"),N=y.find(T=>T.name===C)||null,j=T=>l(z=>{const O=new URLSearchParams(z);return T?O.set("r_id",T):O.delete("r_id"),O},{replace:!0});x.useEffect(()=>{y.length!==0&&(C&&y.some(T=>T.name===C)||j(y[0].name))},[y,C]);const E=async T=>{try{await(T.enabled?Br.disable:Br.enable)(e,T.name),a.mutate()}catch(z){t.error(z?.message||u("project.routines.toggle_error"))}},R=async()=>{if(!b)return;const T=b;_(null),S(T.name);try{await Br.run(e,T.name),t.success(u("project.routines.run_success",{name:T.name})),await Promise.all([a.mutate(),Rf(`/projects/${e}/routines/${T.name}/runs`)])}catch(z){t.error(z?.message||u("project.routines.run_error"))}finally{S(null)}},A=async()=>{if(f){g(!0);try{await Br.remove(e,f.name),t.success(u("project.routines.delete_success")),C===f.name&&j(null),m(null),a.mutate()}catch(T){t.error(T?.message||u("project.routines.delete_error"))}finally{g(!1)}}};return n.jsxs("div",{className:"flex h-full min-h-0 flex-col gap-3",children:[n.jsxs("div",{className:"flex shrink-0 items-start justify-between gap-4",children:[n.jsxs("div",{children:[n.jsx("h2",{className:"text-lg font-semibold tracking-tight",children:u("project.routines.title")}),n.jsx("p",{className:"mt-0.5 text-sm text-muted-fg",children:u("project.routines.subtitle")})]}),n.jsxs(ae,{size:"sm",variant:"primary",onClick:()=>d({kind:"super_agent",schedule:"every:10m",enabled:!0}),children:[n.jsx(It,{size:14})," ",u("project.routines.new_btn")]})]}),a.isLoading&&n.jsx(rt,{}),!a.isLoading&&y.length===0&&n.jsx(pt,{children:u("project.routines.empty")}),y.length>0&&n.jsxs("div",{className:"grid min-h-0 flex-1 grid-rows-[minmax(0,1fr)] grid-cols-[minmax(200px,260px)_1fr] overflow-hidden rounded-xl border border-border bg-card/40",children:[n.jsx(b7,{routines:y,selectedName:N?.name??null,onSelect:j}),n.jsx("div",{className:"min-h-0 min-w-0 overflow-hidden",children:N?n.jsx(j7,{pid:e,routine:N,onEdit:()=>d({...N}),onRun:()=>_(N),onToggle:()=>E(N),onDelete:()=>m(N),running:w===N.name},N.name):n.jsx("div",{className:"flex h-full items-center justify-center p-8",children:n.jsx("p",{className:"text-sm text-muted-fg",children:u("project.routines.detail_empty")})})})]}),n.jsx(k7,{draft:c,onClose:()=>d(null),onSaved:()=>{d(null),a.mutate()},pid:e}),n.jsx(Zt,{open:!!f,onClose:()=>h?null:m(null),title:u("project.routines.delete_confirm",{name:f?.name||""}),size:"sm",footer:n.jsxs(n.Fragment,{children:[n.jsx(ae,{variant:"ghost",onClick:()=>m(null),disabled:h,children:u("common.cancel")}),n.jsx(ae,{variant:"destructive",onClick:A,loading:h,children:u("common.delete")})]}),children:n.jsx("p",{className:"text-sm text-muted-fg",children:u("project.routines.delete_confirm_body")})}),n.jsx(Zt,{open:!!b,onClose:()=>_(null),title:u("project.routines.run_confirm",{name:b?.name||""}),size:"sm",footer:n.jsxs(n.Fragment,{children:[n.jsx(ae,{variant:"ghost",onClick:()=>_(null),children:u("common.cancel")}),n.jsx(ae,{variant:"primary",onClick:R,children:u("common.run")})]}),children:n.jsx("p",{className:"text-sm text-muted-fg",children:u("project.routines.run_confirm_body")})})]})}function So({label:e,children:t}){return n.jsxs("div",{className:"flex items-baseline justify-between gap-3 text-xs",children:[n.jsx("span",{className:"text-muted-foreground",children:e}),n.jsx("span",{className:"text-right font-mono text-foreground/90",children:t})]})}function C7({pid:e,taskId:t,onClose:a,onChanged:o}){const l=Ze(),c=Pn(),{data:d,isLoading:f,mutate:m}=qe(`/projects/${e}/tasks/${t}`,()=>Zn.get(e,t)),[h,g]=x.useState(""),[b,_]=x.useState(!1);x.useEffect(()=>{g(d?.body??"")},[d?.id,d?.body]);const w=()=>{m(),o()},S=async j=>{_(!0);try{await j(),w()}catch(E){l.error(E instanceof Error?E.message:String(E))}finally{_(!1)}};if(f)return n.jsx("div",{className:"flex w-80 items-center justify-center border-l border-border",children:n.jsx(_n,{})});if(!d)return null;const y=Df(d),C=d.state==="open",N=h!==(d.body??"");return n.jsxs("div",{className:"flex w-80 shrink-0 flex-col border-l border-border bg-card/40","data-testid":"task-detail",children:[n.jsxs("div",{className:"flex shrink-0 items-center justify-between border-b border-border px-4 py-2.5",children:[n.jsx("span",{className:"text-[10px] font-semibold uppercase tracking-wide text-muted-foreground",children:u("tasks.detail_title")}),n.jsx("button",{type:"button",onClick:a,"aria-label":u("common.close"),className:"text-muted-foreground hover:text-foreground",children:n.jsx(xs,{className:"size-4"})})]}),n.jsxs("div",{className:"min-h-0 flex-1 space-y-4 overflow-y-auto px-4 py-4",children:[n.jsxs("div",{children:[n.jsx("div",{className:"mb-1 text-[10px] uppercase tracking-wide text-muted-foreground",children:u("tasks.field_title")}),n.jsx("div",{className:"text-sm font-semibold",children:d.title})]}),n.jsxs("div",{className:"flex items-center gap-2",children:[n.jsx($_,{status:y}),n.jsx("span",{className:"font-mono text-[10px] text-muted-foreground",children:d.id})]}),n.jsxs("div",{children:[n.jsxs("div",{className:"mb-1 flex items-center justify-between",children:[n.jsx("span",{className:"text-[10px] uppercase tracking-wide text-muted-foreground",children:u("tasks.field_prompt")}),N&&n.jsxs("button",{type:"button",onClick:()=>S(async()=>{await Zn.patch(e,d.id,{body:h}),l.success(u("common.saved"))}),className:"flex items-center gap-1 text-[10px] text-emerald-500 hover:text-emerald-400",children:[n.jsx(Zf,{className:"size-3"}),u("files.save")]})]}),n.jsx(un,{rows:4,value:h,onChange:j=>g(j.target.value),placeholder:u("tasks.prompt_ph"),className:"text-xs"})]}),C&&n.jsxs("div",{children:[n.jsx("div",{className:"mb-1 text-[10px] uppercase tracking-wide text-muted-foreground",children:u("tasks.field_status")}),n.jsx(ut,{value:d.status??"pending",onChange:j=>S(()=>Zn.status(e,d.id,j)),options:YN.map(j=>({value:j,label:U_(j)}))})]}),n.jsxs("div",{className:"space-y-1.5 rounded-lg border border-border bg-background/40 p-2.5",children:[d.agent&&n.jsxs(So,{label:u("tasks.field_agent"),children:["@",d.agent]}),d.created_by&&n.jsx(So,{label:u("tasks.field_creator"),children:d.created_by}),d.source&&n.jsx(So,{label:u("tasks.field_source"),children:d.source}),d.due&&n.jsx(So,{label:u("project.tasks.due"),children:d.due}),n.jsx(So,{label:u("tasks.field_created"),children:new Date(d.created_at).toLocaleString()}),n.jsx(So,{label:u("tasks.field_updated"),children:new Date(d.updated_at).toLocaleString()}),d.done_at&&n.jsx(So,{label:u("tasks.field_done"),children:new Date(d.done_at).toLocaleString()})]}),d.thread&&n.jsxs("button",{type:"button",onClick:()=>c(`/p/${e}/chat?thread=${d.thread}`),className:"flex w-full items-center justify-center gap-1.5 rounded-lg border border-sky-500/30 bg-sky-500/5 px-3 py-2 text-xs text-sky-500 hover:bg-sky-500/10",children:[n.jsx(xb,{className:"size-3.5"}),u("tasks.view_thread")]})]}),n.jsx("div",{className:"flex shrink-0 gap-2 border-t border-border px-4 py-3",children:C?n.jsxs(n.Fragment,{children:[n.jsxs(ae,{size:"sm",variant:"primary",className:"flex-1",loading:b,onClick:()=>S(()=>Zn.done(e,d.id)),children:[n.jsx(Gr,{size:13}),u("tasks.mark_done")]}),n.jsx(ae,{size:"sm",variant:"destructive",loading:b,onClick:()=>S(()=>Zn.drop(e,d.id)),"aria-label":u("project.tasks.aria_drop"),children:n.jsx(vn,{size:13})})]}):n.jsxs(ae,{size:"sm",variant:"secondary",className:"flex-1",loading:b,onClick:()=>S(()=>Zn.reopen(e,d.id)),children:[n.jsx(mi,{size:13}),u("project.tasks.reopen")]})})]})}function N7({pid:e}){const[t,a]=x.useState("open"),[o,l]=Fo(),c=o.get("task"),d=Ze(),f=Y_({key:`/projects/${e}/tasks?state=${t}`,fetchPage:(E,R)=>Zn.listPage(e,{state:t,limit:E,offset:R}),resetKey:t,swr:{dedupingInterval:0,revalidateOnFocus:!0}}),[m,h]=x.useState(""),[g,b]=x.useState(""),[_,w]=x.useState(!1),[S,y]=x.useState(!1),C=E=>{const R=new URLSearchParams(o);E?R.set("task",E):R.delete("task"),l(R,{replace:!0})},N=async()=>{if(m.trim()){y(!0);try{await Zn.add(e,{title:m.trim(),body:g.trim()||null,source:"web"}),h(""),b(""),w(!1),d.success(u("project.tasks.created")),f.mutate()}catch(E){d.error(E?.message||u("project.tasks.create_error"))}finally{y(!1)}}},j=async(E,R)=>{try{await E(),d.success(R),f.mutate()}catch(A){d.error(A?.message||u("common.error_generic"))}};return n.jsxs(Ye,{fullHeight:!0,title:u("project.tasks.title"),description:u("project.tasks.subtitle"),action:n.jsx("div",{className:"flex gap-1",children:["open","done","dropped"].map(E=>n.jsx(ae,{size:"sm","data-testid":`task-filter-${E}`,variant:t===E?"primary":"ghost",onClick:()=>a(E),children:u(`tasks.state_${E}`)},E))}),children:[n.jsxs("div",{className:"mb-4 shrink-0 space-y-2",children:[n.jsxs("div",{className:"flex items-end gap-2",children:[n.jsx(oe,{label:u("project.tasks.add_label"),children:n.jsx(Ne,{"data-testid":"task-input",placeholder:u("project.tasks.add_placeholder"),value:m,onChange:E=>h(E.target.value),onKeyDown:E=>{E.key==="Enter"&&!_&&N()}})}),n.jsxs(ae,{variant:"ghost",size:"sm",onClick:()=>w(E=>!E),"aria-label":u("tasks.toggle_prompt"),children:[_?n.jsx(mb,{size:14}):n.jsx(hs,{size:14})," ",u("tasks.field_prompt")]}),n.jsxs(ae,{variant:"primary","data-testid":"task-add",onClick:N,loading:S,children:[n.jsx(It,{size:14})," ",u("project.tasks.add")]})]}),_&&n.jsx(un,{rows:3,value:g,onChange:E=>b(E.target.value),placeholder:u("tasks.prompt_ph"),className:"text-xs"})]}),n.jsxs("div",{className:"flex min-h-0 flex-1 gap-4",children:[n.jsxs("div",{className:"flex min-w-0 flex-1 flex-col",children:[f.isLoading&&n.jsx(rt,{}),!f.isLoading&&f.total===0&&n.jsxs(pt,{children:[t==="open"?u("project.tasks.empty_open"):u("project.tasks.empty",{state:t})," ",n.jsx("code",{children:'apx task add "…"'})]}),n.jsx(K_,{paged:f,fullHeight:!0,children:n.jsx("ul",{className:"space-y-2 text-sm","data-testid":"task-list",children:f.items.map(E=>{const R=Df(E);return n.jsxs("li",{"data-testid":`task-${E.id}`,onClick:()=>C(E.id),className:`flex cursor-pointer items-start gap-3 rounded-md border px-3 py-2 hover:border-muted-fg/50 ${c===E.id?"border-primary/50 bg-primary/5":"border-border bg-muted/30"}`,children:[n.jsx(Pf,{status:R,className:"mt-0.5 shrink-0"}),n.jsxs("div",{className:"min-w-0 flex-1",children:[n.jsx("div",{className:"truncate font-medium",children:E.title}),n.jsxs("div",{className:"mt-0.5 flex flex-wrap items-center gap-2 text-xs text-muted-fg",children:[E.state==="open"&&n.jsx($_,{status:R}),E.tags?.map(A=>n.jsxs(He,{children:["#",A]},A)),E.agent&&n.jsxs(He,{tone:"info",children:["@",E.agent]}),E.due&&n.jsxs("span",{children:[u("project.tasks.due")," ",E.due]})]})]}),n.jsx("div",{className:"flex shrink-0 gap-1",onClick:A=>A.stopPropagation(),children:E.state==="open"?n.jsxs(n.Fragment,{children:[n.jsx(ae,{size:"sm",variant:"secondary","aria-label":u("project.tasks.aria_done"),"data-testid":`task-done-${E.id}`,onClick:()=>j(()=>Zn.done(e,E.id),u("project.tasks.done")),children:n.jsx(Gr,{size:13})}),n.jsx(ae,{size:"sm",variant:"destructive","aria-label":u("project.tasks.aria_drop"),"data-testid":`task-drop-${E.id}`,onClick:()=>j(()=>Zn.drop(e,E.id),u("project.tasks.drop")),children:n.jsx(vn,{size:13})})]}):n.jsx(ae,{size:"sm",variant:"ghost","aria-label":u("project.tasks.aria_reopen"),"data-testid":`task-reopen-${E.id}`,onClick:()=>j(()=>Zn.reopen(e,E.id),u("project.tasks.reopen")),children:n.jsx(mi,{size:13})})})]},E.id)})})})]}),c&&n.jsx(C7,{pid:e,taskId:c,onClose:()=>C(null),onChanged:()=>f.mutate()})]})]})}const E7="\\$\\{var\\.([^}\\s]+)\\}";function DE(e="g"){return new RegExp(E7,e)}function PE(e){return DE("").test(e)}function R7(e){const t=[];let a=0;for(const o of e.matchAll(DE("g"))){const l=o.index??0;l>a&&t.push({type:"text",value:e.slice(a,l)}),t.push({type:"var",value:o[1]}),a=l+o[0].length}return a<e.length&&t.push({type:"text",value:e.slice(a)}),t}function Mh(e){let t="";for(const a of Array.from(e.childNodes))if(a.nodeType===Node.TEXT_NODE)t+=a.textContent??"";else if(a instanceof HTMLElement){const o=a.dataset.varName;o?t+=`\${var.${o}}`:a.tagName==="BR"?t+="":t+=a.textContent??""}return t.replace(/[\u200B-\u200F\u202A-\u202E\u2060\uFEFF]/g,"").replace(/\u00A0/g," ")}function Jw(e,t){e.replaceChildren();const a=R7(t);for(const o of a)o.type==="text"?e.appendChild(document.createTextNode(o.value)):e.appendChild(LE(o.value));(a.length===0||a[a.length-1].type==="var")&&e.appendChild(document.createTextNode(""))}function LE(e){const t=document.createElement("span");return t.contentEditable="false",t.dataset.varName=e,t.className="inline-flex items-baseline px-1 rounded bg-primary/10 text-primary font-mono text-[12px] select-none cursor-default whitespace-nowrap",t.textContent=`$${e}`,t.title=`\${var.${e}}`,t}function T7(e,t){e.deleteContents(),e.insertNode(t),e.setStartAfter(t),e.collapse(!0);const a=window.getSelection();a?.removeAllRanges(),a?.addRange(e)}function A7(e){const t=document.createRange();t.selectNodeContents(e),t.collapse(!1);const a=window.getSelection();a?.removeAllRanges(),a?.addRange(t)}const J_=x.forwardRef(function({value:t,onChange:a,placeholder:o,className:l,varNames:c=[],onCreateVar:d},f){const m=x.useRef(null),h=x.useRef(null),g=x.useRef(null),[b,_]=x.useState(!1),[w,S]=x.useState(""),y=x.useRef(t);x.useEffect(()=>{const T=m.current;T&&(t===y.current&&T.childNodes.length>0||(Jw(T,t),y.current=t))},[t]);const C=x.useCallback(()=>{const T=m.current;if(!T)return;const z=Mh(T);y.current=z,z!==t&&a(z)},[a,t]),N=x.useCallback(()=>{const T=m.current;if(!T)return;const z=Mh(T);if(PE(z)&&O7(T)){const O=z7(T);Jw(T,z),O!=null&&D7(T,O)}y.current=Mh(T),y.current!==t&&a(y.current)},[a,t]),j=x.useCallback(()=>{const T=window.getSelection();if(!T||T.rangeCount===0)return;const z=T.getRangeAt(0),O=m.current;O&&O.contains(z.startContainer)&&(g.current=z.cloneRange())},[]),E=x.useCallback(T=>{if(T.key==="Enter"){T.preventDefault(),T.currentTarget.blur();return}if(T.key==="Backspace"){const z=window.getSelection();if(!z||z.rangeCount===0)return;const O=z.getRangeAt(0);if(!O.collapsed)return;const{startContainer:P,startOffset:L}=O;if(P.nodeType===Node.TEXT_NODE&&L===0){const U=P.previousSibling;if(U instanceof HTMLElement&&U.dataset.varName){T.preventDefault(),U.remove(),C();return}}else if(P===m.current){const U=P.childNodes[L-1];if(U instanceof HTMLElement&&U.dataset.varName){T.preventDefault(),U.remove(),C();return}}}},[C]),R=x.useCallback(T=>{const z=m.current;if(!z)return;const O=g.current;z.focus();let P;O&&z.contains(O.startContainer)?P=O:(P=document.createRange(),P.selectNodeContents(z),P.collapse(!1)),T7(P,LE(T)),g.current=null,C()},[C]);x.useImperativeHandle(f,()=>({insertVar:R,focus:()=>m.current?.focus()}),[R]);const A=c.filter(T=>T.toLowerCase().includes(w.toLowerCase()));return n.jsxs("div",{className:me("group flex items-stretch w-full min-w-0 rounded-lg border border-input bg-transparent dark:bg-input/30 transition-colors","focus-within:border-ring focus-within:ring-3 focus-within:ring-ring/50",l),children:[n.jsxs("div",{className:"relative flex-1 min-w-0",children:[n.jsx("div",{ref:m,role:"textbox",contentEditable:!0,suppressContentEditableWarning:!0,onInput:N,onKeyDown:E,onBlur:C,onFocus:j,onMouseUp:j,onKeyUp:j,className:me("h-8 w-full whitespace-nowrap overflow-x-auto px-2.5 py-1 text-sm rounded-l-lg","focus:outline-none font-mono leading-7","[&_*]:align-baseline"),"data-placeholder":o||"",style:{caretColor:"currentColor"}}),t===""&&o&&n.jsx("span",{className:"pointer-events-none absolute left-2.5 top-1/2 -translate-y-1/2 select-none text-sm text-muted-foreground font-mono",children:o})]}),n.jsxs("div",{ref:h,className:"relative flex",children:[n.jsx($e,{content:u("chat_ui.insert_variable"),children:n.jsx("button",{type:"button",onMouseDown:T=>{T.preventDefault(),j()},onClick:()=>_(T=>!T),"aria-label":u("chat_ui.insert_variable"),className:me("flex items-center justify-center px-2 min-w-8 border-l border-input text-muted-foreground rounded-r-lg","hover:bg-muted/60 hover:text-foreground transition-colors",b&&"bg-muted/60 text-foreground"),children:n.jsx(It,{size:14})})}),b&&n.jsx(M7,{anchorRef:h,query:w,onQuery:S,varNames:A,onPick:T=>{R(T),_(!1),S("")},onClose:()=>{_(!1),S("")},onCreateVar:d})]})]})});function M7({anchorRef:e,query:t,onQuery:a,varNames:o,onPick:l,onClose:c,onCreateVar:d}){const f=x.useRef(null),m=x.useRef(null),[h,g]=x.useState(null),b=x.useCallback(()=>{const _=e.current;if(!_)return;const w=_.getBoundingClientRect(),S=256,y=4,C=8,N=window.innerWidth-S-C,j=Math.max(C,Math.min(w.right-S,N)),E=w.bottom+y,R=f.current?.offsetHeight??260,A=E+R<=window.innerHeight-C?E:Math.max(C,w.top-R-y);g({left:j,top:A,width:S})},[e]);return x.useLayoutEffect(()=>{b()},[b,t,o.length]),x.useEffect(()=>(b(),window.addEventListener("resize",b),window.addEventListener("scroll",b,!0),()=>{window.removeEventListener("resize",b),window.removeEventListener("scroll",b,!0)}),[b]),x.useEffect(()=>{m.current?.focus({preventScroll:!0})},[]),x.useEffect(()=>{function _(w){const S=w.target;f.current?.contains(S)||e.current?.contains(S)||c()}return document.addEventListener("mousedown",_),()=>document.removeEventListener("mousedown",_)},[e,c]),h?Fs.createPortal(n.jsxs("div",{ref:f,style:h,className:"fixed z-[1000] rounded-md border border-border bg-popover shadow-lg",children:[n.jsx("div",{className:"border-b border-border p-2",children:n.jsx("input",{ref:m,value:t,onChange:_=>a(_.target.value),placeholder:u("shared_ui.search_variable_ph"),className:"w-full rounded bg-muted/40 px-2 py-1 text-xs font-mono outline-none"})}),n.jsxs("ul",{className:"max-h-44 overflow-auto p-1 text-xs",children:[o.length===0&&n.jsx("li",{className:"px-2 py-1.5 text-muted-foreground",children:u("shared_ui.no_matches")}),o.map(_=>n.jsx("li",{children:n.jsx("button",{type:"button",onMouseDown:w=>w.preventDefault(),onClick:()=>l(_),className:"block w-full rounded px-2 py-1.5 text-left font-mono hover:bg-muted/60",children:_})},_))]}),d&&n.jsx("div",{className:"border-t border-border p-1",children:n.jsxs("button",{type:"button",onMouseDown:_=>_.preventDefault(),onClick:()=>{d(),c()},className:"flex w-full items-center gap-1 rounded px-2 py-1.5 text-left text-xs hover:bg-muted/60",children:[n.jsx(It,{size:12})," ",u("shared_ui.create_variable")]})})]}),document.body):null}function O7(e){for(const t of Array.from(e.childNodes))if(t.nodeType===Node.TEXT_NODE&&PE(t.textContent??""))return!0;return!1}function z7(e){const t=window.getSelection();if(!t||t.rangeCount===0)return null;const a=t.getRangeAt(0);if(!e.contains(a.startContainer))return null;const o=a.cloneRange();return o.selectNodeContents(e),o.setEnd(a.startContainer,a.startOffset),o.toString().length}function D7(e,t){const a=document.createTreeWalker(e,NodeFilter.SHOW_TEXT);let o=t,l=a.nextNode();for(;l;){const c=(l.textContent??"").length;if(o<=c){const d=document.createRange();d.setStart(l,o),d.collapse(!0);const f=window.getSelection();f?.removeAllRanges(),f?.addRange(d);return}o-=c,l=a.nextNode()}A7(e)}function ek(e){return e?Object.entries(e).map(([t,a])=>({key:t,value:String(a)})):[]}function tk(e){const t={};for(const a of e)a.key.trim()&&(t[a.key.trim()]=a.value);return t}function nk({rows:e,onChange:t,keyPlaceholder:a=u("shared_ui.kv_key_ph"),valuePlaceholder:o=u("shared_ui.kv_value_ph"),varNames:l,onCreateVar:c,emptyLabel:d}){const f=(g,b)=>{const _=e.slice();_[g]={..._[g],...b},t(_)},m=g=>t(e.filter((b,_)=>_!==g)),h=()=>t([...e,{key:"",value:""}]);return n.jsxs("div",{className:"space-y-2",children:[e.length===0&&d&&n.jsx("p",{className:"text-[11px] text-muted-foreground",children:d}),e.map((g,b)=>n.jsxs("div",{className:"flex items-start gap-2",children:[n.jsx(Ne,{value:g.key,onChange:_=>f(b,{key:_.target.value}),placeholder:a,className:"w-40 font-mono text-xs"}),n.jsx("div",{className:"flex-1",children:n.jsx(J_,{value:g.value,onChange:_=>f(b,{value:_}),placeholder:o,varNames:l,onCreateVar:c})}),n.jsx(ae,{type:"button",size:"sm",variant:"ghost",onClick:()=>m(b),"aria-label":u("shared_ui.remove_row"),children:n.jsx(vn,{size:13})})]},b)),n.jsxs(ae,{type:"button",size:"sm",variant:"ghost",onClick:h,children:[n.jsx(It,{size:12})," ",u("shared_ui.add_row")]})]})}function P7(e){const t=e.raw||{};if(typeof t.description=="string"&&t.description.trim())return t.description.trim();if(e.transport==="http"&&e.url)return e.url.length>64?e.url.slice(0,61)+"…":e.url;const a=[e.command,...e.args||[]].filter(Boolean).join(" ");return a?"$ "+(a.length>64?a.slice(0,61)+"…":a):""}function L7(e,t){return t?.busy?"bg-amber-400 animate-pulse":t?.ok===!1?"bg-red-400":t?.ok?"bg-emerald-400":e?"bg-emerald-500/70":"bg-slate-500"}const I7={apc:"info",runtime:"success",global:"muted"};function Wx(e){return e==="runtime"?"runtime":e==="global"?"global":"shared"}function Oh(e){return e==="runtime"?u("project.mcps.source_runtime"):e==="apc"?u("project.mcps.source_apc"):e==="claude"?u("project.mcps.source_claude"):e==="codex"?u("project.mcps.source_codex"):e==="cursor"?u("project.mcps.source_cursor"):e==="vscode"?u("project.mcps.source_vscode"):e==="roo"?u("project.mcps.source_roo"):e==="gemini"?u("project.mcps.source_gemini"):e==="global"?u("project.mcps.scope_global"):e}function B7({pid:e}){const t=Ze(),a=qe(`/projects/${e}/mcps`,()=>Ur.list(e)),o=qe(`/projects/${e}/mcps/check`,()=>Ur.check(e)),l=qe(`/projects/${e}/vars`,()=>Fc.list(e)),[c,d]=x.useState(null),[f,m]=x.useState(null),[h,g]=x.useState({}),[b,_]=x.useState({}),w=x.useMemo(()=>l.data?Object.keys(l.data.effective).sort():[],[l.data]),S=async(N,j)=>{if(confirm(u("project.mcps.delete_confirm",{name:N,scope:j})))try{await Ur.remove(e,N,j),t.success(u("project.mcps.removed")),a.mutate(),f===N&&m(null)}catch(E){t.error(E?.message||u("common.error_generic"))}},y=async N=>{try{await Ur.add(e,Wx(N.source),{name:N.name,enabled:!N.enabled}),a.mutate()}catch(j){t.error(j?.message||u("common.error_generic"))}},C=async N=>{m(N),g(j=>({...j,[N]:{busy:!0}})),_(j=>({...j,[N]:!0}));try{const j=await Ur.test(e,N);g(E=>({...E,[N]:{ok:j.ok,error:j.error,tools:j.tools}}))}catch(j){g(E=>({...E,[N]:{ok:!1,error:j?.message||"error"}}))}};return n.jsxs("div",{className:"grid grid-cols-1 gap-4 lg:grid-cols-4",children:[n.jsx("div",{className:"lg:col-span-3",children:n.jsxs(Ye,{title:u("project.mcps.title"),description:u("project.mcps.subtitle"),action:n.jsxs(ae,{size:"sm",variant:"primary",onClick:()=>d({kind:"new"}),children:[n.jsx(It,{size:14})," ",u("project.mcps.new")]}),children:[o.data?.conflicts?.length?n.jsxs("div",{className:"mb-3 rounded-md border border-amber-500/40 bg-amber-500/10 p-2 text-xs",children:[n.jsx("div",{className:"font-medium",children:u("project.mcps.conflicts",{names:o.data.conflicts.map(N=>N.name).join(", ")})}),n.jsx("ul",{className:"mt-1 space-y-1 text-muted-fg",children:o.data.conflicts.map(N=>n.jsxs("li",{className:"flex gap-2",children:[n.jsx("span",{"aria-hidden":"true",children:"•"}),n.jsx("span",{children:u("project.mcps.conflict_detail",{name:N.name,winner:Oh(N.winner),loser:Oh(N.loser)})})]},`${N.name}-${N.winner}-${N.loser}`))})]}):null,a.isLoading&&n.jsx(rt,{}),!a.isLoading&&(a.data?.length??0)===0&&n.jsx(pt,{children:u("project.mcps.empty")}),n.jsx("ul",{className:"space-y-2 text-sm",children:(a.data||[]).map(N=>{const j=N.source==="apc"||N.source==="runtime"||N.source==="global",E=Wx(N.source),R=f===N.name,A=N.enabled!==!1,T=h[N.name],z=T?.tools||[],O=!!b[N.name],P=P7(N),L=N.transport==="http"?X2:lM;return n.jsx("li",{className:"rounded-md border px-3 py-2 transition-colors "+(R?"border-primary/50 bg-primary/5":"border-border bg-muted/30 hover:bg-muted/50"),onClick:()=>m(N.name),role:"button",children:n.jsxs("div",{className:"flex items-start gap-3",children:[n.jsxs("div",{className:"relative mt-0.5 flex h-9 w-9 flex-shrink-0 items-center justify-center rounded-lg border border-border bg-background",children:[n.jsx(L,{size:16,className:"text-muted-fg"}),n.jsx("span",{className:me("absolute -bottom-0.5 -right-0.5 h-2.5 w-2.5 rounded-full border-2 border-card",L7(A,T))})]}),n.jsxs("div",{className:"min-w-0 flex-1",children:[n.jsxs("div",{className:"flex flex-wrap items-center gap-2",children:[n.jsx("span",{className:"font-medium",children:N.name}),n.jsx(He,{tone:I7[N.source]??"muted",children:Oh(N.source)}),n.jsx("span",{className:"ml-auto text-xs text-muted-fg",children:(N.transport||"stdio").toUpperCase()}),n.jsx("div",{onClick:U=>U.stopPropagation(),children:n.jsx(Bt,{checked:A,onChange:()=>y(N),label:""})}),n.jsx($e,{content:u("project.mcps.test_btn"),children:n.jsx(ae,{size:"sm",variant:"ghost",onClick:U=>{U.stopPropagation(),C(N.name)},"aria-label":u("project.mcps.test_btn"),children:T?.busy?n.jsx(xx,{size:13,className:"animate-pulse"}):n.jsx(xx,{size:13})})}),n.jsx($e,{content:u("project.mcps.logs_btn"),children:n.jsx(ae,{size:"sm",variant:"ghost",onClick:U=>{U.stopPropagation(),m(N.name)},"aria-label":u("project.mcps.logs_btn"),children:n.jsx(kb,{size:13})})}),j&&n.jsx($e,{content:u("project.mcps.edit_btn"),children:n.jsx(ae,{size:"sm",variant:"ghost",onClick:U=>{U.stopPropagation(),d({kind:"edit",entry:N})},"aria-label":u("project.mcps.edit_btn"),children:n.jsx(Sa,{size:13})})}),j&&n.jsx(ae,{size:"sm",variant:"destructive",onClick:U=>{U.stopPropagation(),S(N.name,E)},children:n.jsx(vn,{size:13})})]}),P&&n.jsx("p",{className:"mt-0.5 truncate font-mono text-xs text-muted-fg",children:P}),T?.ok===!1&&T.error&&n.jsxs("p",{className:"mt-1 flex items-start gap-1 text-xs text-red-400",children:[n.jsx($2,{size:12,className:"mt-0.5 flex-shrink-0"})," ",n.jsx("span",{className:"break-words",children:T.error})]}),z.length>0&&n.jsxs("div",{className:"mt-1.5",onClick:U=>U.stopPropagation(),children:[n.jsxs("button",{type:"button",onClick:()=>_(U=>({...U,[N.name]:!U[N.name]})),className:"flex items-center gap-1 text-xs text-muted-fg transition-colors hover:text-fg",children:[n.jsx(ra,{size:12})," ",u("project.mcps.tools_count",{n:z.length}),n.jsx(hs,{size:12,className:me("transition-transform",O&&"rotate-180")})]}),O&&n.jsxs("div",{className:"mt-1.5 flex flex-wrap gap-1.5",children:[z.slice(0,40).map(U=>n.jsx($e,{content:U.description||"—",children:n.jsxs("span",{className:"inline-flex items-center gap-1 rounded border border-border bg-background px-1.5 py-0.5 font-mono text-[10px] text-muted-fg",children:[n.jsx(ja,{size:10})," ",U.name]})},U.name)),z.length>40&&n.jsxs("span",{className:"text-[10px] text-muted-fg",children:["… +",z.length-40]})]})]})]})]})},`${N.source}-${N.name}`)})}),c&&n.jsx($7,{mode:c,pid:e,varNames:w,onClose:()=>d(null),onSaved:()=>{d(null),a.mutate()},onVarsChanged:()=>l.mutate()})]})}),n.jsx("div",{className:"lg:col-span-1",children:n.jsx(U7,{pid:e,mcpName:f,runningTest:!!(f&&h[f]?.busy)})})]})}function U7({pid:e,mcpName:t,runningTest:a}){const[o,l]=x.useState(null),[c,d]=x.useState(null),f=x.useRef(null);x.useEffect(()=>{if(!t){l(null),d(null);return}f.current!==t&&(l(null),d(null),f.current=t);let h=!1;const g=async()=>{try{const w=await Ur.logs(e,t);h||(l(w),d(null))}catch(w){h||d(w?.message||"error")}};g();const _=setInterval(g,a?1200:4e3);return()=>{h=!0,clearInterval(_)}},[e,t,a]);const m=x.useRef(null);return x.useEffect(()=>{m.current&&(m.current.scrollTop=m.current.scrollHeight)},[o?.events?.length,o?.stderr_tail]),n.jsxs("div",{className:"sticky top-3 flex h-[calc(100vh-7rem)] min-h-[24rem] flex-col rounded-xl border border-border bg-card",children:[n.jsxs("div",{className:"flex items-center gap-2 border-b border-border px-3 py-2 text-xs",children:[n.jsx(ja,{size:13,className:"text-muted-fg"}),n.jsx("span",{className:"font-medium",children:u("project.mcps.logs_panel_title")}),t?n.jsx(He,{tone:"info",children:t}):n.jsxs("span",{className:"text-muted-fg",children:["— ",u("project.mcps.logs_panel_pick")]})]}),n.jsxs("div",{ref:m,className:"flex-1 overflow-auto bg-background/60 px-3 py-2 font-mono text-[11px]",children:[!t&&n.jsx("p",{className:"text-muted-fg",children:u("project.mcps.logs_panel_hint")}),t&&c&&n.jsx("p",{className:"text-red-400",children:c}),t&&!c&&o&&n.jsxs(n.Fragment,{children:[n.jsxs("div",{className:"mb-2 text-muted-fg",children:[o.transport.toUpperCase(),o.url?` · ${o.url}`:o.command?` · ${o.command}`:"",o.last_error?` · last_error: ${o.last_error}`:""]}),o.note&&n.jsx("p",{className:"text-muted-fg",children:o.note}),(!o.events||o.events.length===0)&&!o.stderr_tail&&!o.note&&n.jsx("p",{className:"text-muted-fg",children:u("project.mcps.logs_panel_idle")}),o.events?.map((h,g)=>n.jsxs("div",{className:"flex gap-2",children:[n.jsx("span",{className:"text-muted-fg",children:h.ts.slice(11,19)}),n.jsx("span",{className:h.level==="error"?"text-red-400":h.level==="stderr"?"text-amber-400":"text-emerald-400",children:h.level}),n.jsx("span",{className:"flex-1 break-all",children:h.msg})]},g)),o.stderr_tail&&n.jsxs("div",{className:"mt-2 border-t border-border/60 pt-2",children:[n.jsx("div",{className:"mb-1 text-muted-fg",children:"stderr"}),n.jsx("pre",{className:"whitespace-pre-wrap break-all text-amber-300/80",children:o.stderr_tail})]})]})]})]})}function $7({mode:e,pid:t,varNames:a,onClose:o,onSaved:l,onVarsChanged:c}){const d=Ze(),f=e.kind==="edit",m=f?e.entry:null,[h,g]=x.useState(!1),[b,_]=x.useState(m?Wx(m.source):"runtime"),[w,S]=x.useState(m?.name||""),[y,C]=x.useState(m?.transport==="http"||m?.url?"http":"stdio"),[N,j]=x.useState(m?.command||""),[E,R]=x.useState(m?.args&&m.args.length?m.args:[""]),[A,T]=x.useState(ek(m?.env)),[z,O]=x.useState(m?.url||""),[P,L]=x.useState(ek(m?.headers)),[U,D]=x.useState(m?.enabled!==!1),[I,$]=x.useState(!1),F=async()=>{if(!w.trim()){d.error(u("project.mcps.name_required"));return}g(!0);try{const H=E.map(V=>V.trim()).filter(Boolean),Y=y==="stdio"?{name:w.trim(),command:N.trim(),args:H.length?H:void 0,env:A.length?tk(A):void 0,enabled:U}:{name:w.trim(),url:z.trim(),headers:P.length?tk(P):void 0,enabled:U};await Ur.add(t,b,Y),d.success(u(f?"project.mcps.updated":"project.mcps.added")),l()}catch(H){d.error(H?.message||u("common.error_generic"))}finally{g(!1)}};return n.jsxs(n.Fragment,{children:[n.jsx(Zt,{open:!0,onClose:()=>h?null:o(),title:u(f?"project.mcps.edit_title":"project.mcps.new_title"),description:f?m?.name:u("project.mcps.new_desc"),size:"lg",footer:n.jsxs(n.Fragment,{children:[n.jsx(ae,{variant:"ghost",onClick:o,disabled:h,children:u("common.cancel")}),n.jsx(ae,{variant:"primary",onClick:F,loading:h,children:u(f?"project.mcps.save_btn":"project.mcps.add_btn")})]}),children:n.jsxs("div",{className:"space-y-4",children:[n.jsxs("div",{className:"grid grid-cols-2 gap-3",children:[n.jsx(oe,{label:u("project.mcps.scope_label"),children:n.jsx(ut,{value:b,onChange:H=>_(H),options:[{value:"runtime",label:u("project.mcps.scope_runtime"),description:u("project.mcps.scope_runtime_desc")},{value:"shared",label:u("project.mcps.scope_shared"),description:u("project.mcps.scope_shared_desc")},{value:"global",label:u("project.mcps.scope_global"),description:u("project.mcps.scope_global_desc")}]})}),n.jsx(oe,{label:u("project.mcps.transport_label"),children:n.jsx(ut,{value:y,onChange:H=>C(H),options:[{value:"stdio",label:u("project.mcps.transport_stdio"),description:u("project.mcps.transport_stdio_desc")},{value:"http",label:u("project.mcps.transport_http"),description:u("project.mcps.transport_http_desc")}]})})]}),n.jsx(oe,{label:u("project.mcps.name_label"),children:n.jsx(Ne,{value:w,onChange:H=>S(H.target.value),placeholder:u("project.mcps.name_ph"),disabled:f})}),y==="stdio"?n.jsxs(n.Fragment,{children:[n.jsx(oe,{label:u("project.mcps.cmd_label"),children:n.jsx(Ne,{value:N,onChange:H=>j(H.target.value),placeholder:u("project.mcps.cmd_ph")})}),n.jsx(oe,{label:u("project.mcps.args_label"),hint:u("project.mcps.args_hint_tokens"),children:n.jsx(H7,{args:E,onChange:R,varNames:a,onCreateVar:()=>$(!0)})}),n.jsx(oe,{label:u("project.mcps.env_label"),hint:u("project.mcps.env_hint_tokens"),children:n.jsx(nk,{rows:A,onChange:T,keyPlaceholder:"API_KEY",valuePlaceholder:"${var.MY_TOKEN}",varNames:a,onCreateVar:()=>$(!0),emptyLabel:u("project.mcps.env_empty")})})]}):n.jsxs(n.Fragment,{children:[n.jsx(oe,{label:u("project.mcps.url_label"),children:n.jsx(J_,{value:z,onChange:O,placeholder:u("project.mcps.url_ph"),varNames:a,onCreateVar:()=>$(!0)})}),n.jsx(oe,{label:u("project.mcps.headers_label"),hint:u("project.mcps.headers_hint"),children:n.jsx(nk,{rows:P,onChange:L,keyPlaceholder:"Authorization",valuePlaceholder:"Bearer ${var.TOKEN}",varNames:a,onCreateVar:()=>$(!0),emptyLabel:u("project.mcps.headers_empty")})})]}),n.jsx(Bt,{checked:U,onChange:D,label:u("project.mcps.enabled_label")})]})}),I&&n.jsx(q7,{pid:t,onClose:()=>$(!1),onCreated:()=>{$(!1),c()}})]})}function H7({args:e,onChange:t,varNames:a,onCreateVar:o}){const l=(f,m)=>{const h=e.slice();h[f]=m,t(h)},c=f=>t(e.filter((m,h)=>h!==f)),d=()=>t([...e,""]);return n.jsxs("div",{className:"space-y-2",children:[e.map((f,m)=>n.jsxs("div",{className:"flex items-start gap-2",children:[n.jsx("div",{className:"flex-1",children:n.jsx(J_,{value:f,onChange:h=>l(m,h),placeholder:u("agents_ui.arg_placeholder"),varNames:a,onCreateVar:o})}),n.jsx(ae,{type:"button",size:"sm",variant:"ghost",onClick:()=>c(m),"aria-label":u("agents_ui.remove_arg"),children:n.jsx(vn,{size:13})})]},m)),n.jsxs(ae,{type:"button",size:"sm",variant:"ghost",onClick:d,children:[n.jsx(It,{size:12})," ",u("project.mcps.add_arg")]})]})}function q7({pid:e,onClose:t,onCreated:a}){const o=Ze(),l=String(e)==="0",[c,d]=x.useState(""),[f,m]=x.useState(""),[h,g]=x.useState(!1),[b,_]=x.useState(l?"global":"project"),w=async()=>{if(!c.trim()){o.error(u("project.vars.name_required"));return}if(!f){o.error(u("project.vars.value_required"));return}g(!0);try{await Fc.upsert(e,{name:c.trim(),value:f,scope:b}),o.success(u("project.vars.added")),a()}catch(S){o.error(S?.message||u("common.error_generic"))}finally{g(!1)}};return n.jsx(Zt,{open:!0,onClose:()=>h?null:t(),title:u("project.vars.new_title"),description:u("project.vars.new_desc"),size:"sm",footer:n.jsxs(n.Fragment,{children:[n.jsx(ae,{variant:"ghost",onClick:t,disabled:h,children:u("common.cancel")}),n.jsx(ae,{variant:"primary",onClick:w,loading:h,children:u("project.vars.add_btn")})]}),children:n.jsxs("div",{className:"space-y-3",children:[n.jsx(oe,{label:u("project.vars.scope_label"),children:n.jsx(ut,{value:b,onChange:S=>_(S),options:[...l?[]:[{value:"project",label:u("project.vars.scope_project"),description:u("project.vars.scope_project_desc")}],{value:"global",label:u("project.vars.scope_global"),description:u("project.vars.scope_global_desc")}]})}),n.jsx(oe,{label:u("project.vars.name_label"),hint:u("project.vars.name_hint"),children:n.jsx(Ne,{value:c,onChange:S=>d(S.target.value.toUpperCase().replace(/[^A-Z0-9_]/g,"_")),placeholder:"MY_API_KEY",autoFocus:!0})}),n.jsx(oe,{label:u("project.vars.value_label"),hint:u("project.vars.value_hint"),children:n.jsx(Ne,{type:"password",value:f,onChange:S=>m(S.target.value),className:"font-mono text-xs"})})]})})}function IE({icon:e,title:t,description:a,badges:o,rightContent:l,hasTools:c,expanded:d,onToggle:f,children:m}){return n.jsxs("div",{className:"overflow-hidden rounded-xl border border-border bg-card",children:[n.jsxs("button",{type:"button",className:"flex w-full items-center gap-4 p-4 text-left transition-colors hover:bg-muted/40",onClick:f,children:[e,n.jsxs("div",{className:"min-w-0 flex-1",children:[n.jsxs("div",{className:"flex flex-wrap items-center gap-2",children:[n.jsx("p",{className:"text-sm font-semibold text-foreground",children:t}),o,c&&n.jsx($e,{content:"Esta integración expone tools para los agentes",children:n.jsx("span",{children:n.jsx(ra,{className:"h-3 w-3 text-muted-foreground"})})})]}),n.jsx("p",{className:"mt-0.5 truncate text-xs text-muted-foreground",children:a})]}),n.jsxs("div",{className:"flex flex-shrink-0 items-center gap-2",children:[l,n.jsx(Xr,{className:me("h-4 w-4 text-muted-foreground transition-transform",d&&"rotate-90")})]})]}),d&&m&&n.jsx("div",{className:"border-t border-border",children:m})]})}function V7({tools:e,isActive:t}){return t?n.jsxs("div",{className:"space-y-2.5 rounded-xl border border-border bg-muted/30 p-3",children:[n.jsx("div",{className:"flex items-center justify-between",children:n.jsx("p",{className:"text-[10px] font-semibold uppercase tracking-wide text-muted-foreground",children:u("integrations.tools_for_agents")})}),n.jsx("div",{className:"flex flex-wrap gap-1.5",children:e.map(a=>n.jsxs("div",{className:"flex items-center gap-1.5 rounded-lg border border-border bg-background px-2 py-1",children:[n.jsx(ra,{className:"h-2.5 w-2.5 flex-shrink-0 text-muted-foreground"}),n.jsx("span",{className:"font-mono text-[10px] text-foreground",children:a.slug}),n.jsx("span",{className:"text-[10px] text-muted-foreground/60",children:"·"}),n.jsx("span",{className:"text-[10px] text-muted-foreground",children:a.desc})]},a.slug))}),n.jsx("p",{className:"text-[10px] text-muted-foreground/70",children:u("integrations.tools_available_note")})]}):null}function F7({value:e,onChange:t,onEnter:a,placeholder:o,ringClassName:l,btnClassName:c}){const[d,f]=x.useState(!1),[m,h]=x.useState(""),[g,b]=x.useState([]),[_,w]=x.useState(null),[S,y]=x.useState(""),[C,N]=x.useState(!1),j=async R=>{N(!0),y("");try{const A=await Mf.dirs(R||"~");h(A.path),t(A.path),w(A.parent),b(A.entries)}catch(A){y(A.message)}finally{N(!1)}},E=async()=>{N(!0);try{const R=await Mf.pickDir(u("add_project.picker_prompt"));if("cancelled"in R)return;t(R.path)}catch{f(!0),await j(e||"~")}finally{N(!1)}};return n.jsxs("div",{className:"space-y-2",children:[n.jsxs("div",{className:"flex gap-2",children:[n.jsx("input",{type:"text",placeholder:o,value:e,onChange:R=>t(R.target.value),onKeyDown:R=>R.key==="Enter"&&a?.(),className:me("w-full rounded-lg border border-border bg-background px-3 py-2 font-mono text-xs outline-none placeholder:text-muted-foreground/60",l)}),n.jsxs("button",{type:"button",onClick:E,disabled:C,className:me("flex flex-shrink-0 items-center gap-1.5 rounded-lg border px-3 py-2 text-xs transition-all disabled:cursor-not-allowed disabled:opacity-50",c),children:[C?n.jsx(ea,{className:"h-3.5 w-3.5 animate-spin"}):n.jsx(Vl,{className:"h-3.5 w-3.5"}),u("add_project.search_btn")]})]}),d&&n.jsxs("div",{className:"rounded-lg border border-border bg-muted/20",children:[n.jsxs("div",{className:"flex items-center justify-between border-b border-border px-3 py-2",children:[n.jsx("span",{className:"truncate font-mono text-[10px] text-muted-foreground",children:m||e||"~"}),n.jsxs("div",{className:"flex gap-1",children:[n.jsx("button",{type:"button",onClick:()=>j("~"),disabled:C,className:"rounded p-1 hover:bg-accent disabled:opacity-50",children:n.jsx(Q2,{className:"h-3 w-3"})}),n.jsx("button",{type:"button",onClick:()=>_&&j(_),disabled:!_||C,className:"rounded px-1.5 py-0.5 text-[10px] hover:bg-accent disabled:opacity-50",children:".."}),n.jsx("button",{type:"button",onClick:()=>f(!1),disabled:C,className:"rounded p-1 hover:bg-accent disabled:opacity-50",children:n.jsx(xs,{className:"h-3 w-3"})})]})]}),n.jsxs("div",{className:"max-h-56 overflow-y-auto p-2",children:[C&&n.jsxs("div",{className:"flex items-center gap-2 px-2 py-1.5 text-[11px] text-muted-foreground",children:[n.jsx(ea,{className:"h-3.5 w-3.5 animate-spin"})," ",u("common.loading")]}),!C&&S&&n.jsx("p",{className:"px-2 py-1.5 text-[11px] text-muted-foreground",children:u("add_project.browser_unavailable")}),!C&&!S&&g.length===0&&n.jsx("p",{className:"px-2 py-1.5 text-[11px] text-muted-foreground",children:u("add_project.no_folders")}),!C&&!S&&g.map(R=>n.jsxs("button",{type:"button",onClick:()=>j(R),className:"flex w-full items-center gap-2 rounded-md px-2 py-1.5 text-left text-xs hover:bg-accent",children:[n.jsx(Go,{className:"h-3.5 w-3.5 flex-shrink-0 text-muted-foreground"}),n.jsx("span",{className:"truncate",children:R.split("/").pop()}),n.jsx("span",{className:"ml-auto truncate font-mono text-[10px] text-muted-foreground",children:R})]},R))]})]})]})}function G7({className:e}){return n.jsx("svg",{className:e,viewBox:"0 0 24 24",fill:"currentColor",children:n.jsx("path",{d:"M18.833 9.637a4.167 4.167 0 1 1 0 8.333 4.167 4.167 0 0 1 0-8.333zm-13.666 0a4.167 4.167 0 1 1 0 8.333 4.167 4.167 0 0 1 0-8.333zM12 2a4.167 4.167 0 1 1 0 8.333A4.167 4.167 0 0 1 12 2z"})})}function Y7({className:e}){return n.jsx("svg",{className:e,viewBox:"0 0 24 24",fill:"currentColor",children:n.jsx("path",{d:"M19.355 18.538a68.967 68.959 0 0 0 1.858-2.954.81.81 0 0 0-.062-.9c-.516-.685-1.504-2.075-2.042-3.362-.553-1.321-.636-3.375-.64-4.377a1.707 1.707 0 0 0-.358-1.05l-3.198-4.064a3.744 3.744 0 0 1-.076.543c-.106.503-.307 1.004-.536 1.5-.134.29-.29.6-.446.914l-.31.626c-.516 1.068-.997 2.227-1.132 3.59-.124 1.26.046 2.73.815 4.481.128.011.257.025.386.044a6.363 6.363 0 0 1 3.326 1.505c.916.79 1.744 1.922 2.415 3.5zM8.199 22.569c.073.012.146.02.22.02.78.024 2.095.092 3.16.29.87.16 2.593.64 4.01 1.055 1.083.316 2.198-.548 2.355-1.664.114-.814.33-1.735.725-2.58l-.01.005c-.67-1.87-1.522-3.078-2.416-3.849a5.295 5.295 0 0 0-2.778-1.257c-1.54-.216-2.952.19-3.84.45.532 2.218.368 4.829-1.425 7.531zM5.533 9.938c-.023.1-.056.197-.098.29L2.82 16.059a1.602 1.602 0 0 0 .313 1.772l4.116 4.24c2.103-3.101 1.796-6.02.836-8.3-.728-1.73-1.832-3.081-2.55-3.831zM9.32 14.01c.615-.183 1.606-.465 2.745-.534-.683-1.725-.848-3.233-.716-4.577.154-1.552.7-2.847 1.235-3.95.113-.235.223-.454.328-.664.149-.297.288-.577.419-.86.217-.47.379-.885.46-1.27.08-.38.08-.72-.014-1.043-.095-.325-.297-.675-.68-1.06a1.6 1.6 0 0 0-1.475.36l-4.95 4.452a1.602 1.602 0 0 0-.513.952l-.427 2.83c.672.59 2.328 2.316 3.335 4.711.09.21.175.43.253.653z"})})}function K7({className:e}){return n.jsx("svg",{className:e,viewBox:"0 0 24 24",fill:"currentColor",children:n.jsx("path",{d:"M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413Z"})})}const Ws=(e,t)=>u(e,t);function sk({on:e,onChange:t,disabled:a,accent:o}){return n.jsx("button",{type:"button",role:"switch","aria-checked":e,disabled:a,onClick:()=>t(!e),className:me("relative inline-flex h-5 w-9 flex-shrink-0 items-center rounded-full border transition-colors disabled:cursor-not-allowed disabled:opacity-50",e?me("bg-emerald-500/30",o.border):"border-border bg-muted"),children:n.jsx("span",{className:me("inline-block h-3.5 w-3.5 transform rounded-full bg-foreground transition-transform",e?"translate-x-4":"translate-x-0.5")})})}const ak={rose:{text:"text-rose-400",border:"border-rose-700/50",hover:"hover:bg-rose-900/20",ring:"focus:border-rose-500/50",wrap:"border-rose-500/30 from-rose-500/20 to-pink-500/20"},slate:{text:"text-slate-200",border:"border-slate-600/60",hover:"hover:bg-slate-700/30",ring:"focus:border-slate-400/60",wrap:"border-slate-500/30 from-slate-500/20 to-slate-700/20"},purple:{text:"text-purple-400",border:"border-purple-700/50",hover:"hover:bg-purple-900/20",ring:"focus:border-purple-500/50",wrap:"border-purple-500/30 from-purple-500/20 to-violet-500/20"}};function X7(e,t){return e==="github"?n.jsx(K2,{className:me("h-6 w-6",t.text)}):e==="asana"?n.jsx(G7,{className:me("h-6 w-6",t.text)}):e==="obsidian"?n.jsx(Y7,{className:me("h-6 w-6",t.text)}):n.jsx("span",{className:me("text-lg",t.text),children:"◆"})}function Q7({pid:e,scope:t,entry:a}){const o=a.ui,l=ak[o.accent||"rose"]||ak.rose,[c,d]=x.useState(!1),[f,m]=x.useState({}),[h,g]=x.useState({}),[b,_]=x.useState(null),[w,S]=x.useState("idle"),[y,C]=x.useState(null),[N,j]=x.useState([]),[E,R]=x.useState(""),[A,T]=x.useState(null),[z,O]=x.useState(null),{data:P,mutate:L,isLoading:U}=qe(`integration-status-${a.slug}-${e}-${t}`,()=>Qn.status(e,a.slug,t),{shouldRetryOnError:!1}),D=P?.status==="active"&&P.is_enabled===!0,I=w==="saving"||w==="validating",$=!D&&N.length===0,F=o.configFields.filter(X=>X.type==="toggle"),Y=o.configFields.filter(X=>X.type!=="toggle").some(X=>!f[X.key]?.trim());async function V(){if(!Y){S("saving"),C(null);try{const X={...f};for(const ee of F)X[ee.key]===void 0&&(X[ee.key]=ee.default?"true":"false");await Qn.configure(e,a.slug,t,X),S("validating");const ne=await Qn.validate(e,a.slug,t);if(await L(),o.select&&!ne[o.select.key]){const re=(await Qn.action(e,a.slug,o.select.action,t))[o.select.listKey]||[];re.length>1&&j(re.map(le=>({value:String(le[o.select.valueKey]),label:String(le[o.select.labelKey])})))}S("done"),m({})}catch(X){C(X instanceof Error?X.message:u("integrations.err_connect")),S("idle")}}}async function G(){if(!(!E||!o.select)){S("saving"),C(null);try{await Qn.configure(e,a.slug,t,{[o.select.key]:E}),await Qn.validate(e,a.slug,t),await L(),j([]),S("done")}catch(X){C(X instanceof Error?X.message:u("integrations.err_generic")),S("idle")}}}async function K(){C(null);try{await Qn.deactivate(e,a.slug,t),await L()}catch(X){C(X instanceof Error?X.message:u("integrations.err_generic"))}}async function B(X,ne){C(null),O(null);try{await Qn.configure(e,a.slug,t,{[X]:ne?"true":"false"}),await Qn.validate(e,a.slug,t),await L()}catch(ee){C(ee instanceof Error?ee.message:u("integrations.err_generic"))}}async function Q(X){C(null),O(null),T(X);try{const ne=await Qn.action(e,a.slug,X,t);typeof ne?.count=="number"?O(Ws(`integrations.${a.slug}.actions.${X}_done`,{count:ne.count,changed:Number(ne.changed??0)})):O(u("integrations.action_done")),await L()}catch(ne){C(ne instanceof Error?ne.message:u("integrations.err_generic"))}finally{T(null)}}const Z=U?"…":D?u("integrations.status_active"):P?.status==="error"?u("integrations.status_error"):u("integrations.status_unconfigured");return n.jsx(IE,{icon:n.jsx("div",{className:me("flex h-12 w-12 flex-shrink-0 items-center justify-center rounded-2xl border bg-gradient-to-br",l.wrap),children:X7(a.slug,l)}),title:a.name,description:a.description,hasTools:(a.tools?.length??0)>0,badges:n.jsxs("span",{className:me("flex items-center gap-1 rounded-full border px-1.5 py-0.5 text-[10px]",D?"border-emerald-700 bg-emerald-900/20 text-emerald-400":"border-border bg-muted text-muted-foreground"),children:[n.jsx("span",{className:me("h-1.5 w-1.5 rounded-full",D?"bg-emerald-400":"bg-muted-foreground")}),Z]}),expanded:c,onToggle:()=>d(X=>!X),children:n.jsxs("div",{className:"space-y-4 p-4",children:[y&&n.jsxs("div",{className:"flex items-center gap-2 rounded-lg border border-red-700/30 bg-red-900/20 px-3 py-2.5 text-xs text-red-300",children:[n.jsx(MA,{className:"h-3.5 w-3.5 flex-shrink-0"}),n.jsx("span",{className:"flex-1",children:y}),n.jsx("button",{onClick:()=>C(null),children:n.jsx(xs,{className:"h-3.5 w-3.5"})})]}),D&&N.length===0&&n.jsxs("div",{className:"space-y-1 rounded-xl border border-emerald-700/30 bg-emerald-900/10 p-3",children:[n.jsxs("div",{className:"flex items-center gap-2",children:[n.jsx(gb,{className:"h-3.5 w-3.5 text-emerald-400"}),n.jsx("span",{className:"text-xs font-medium text-emerald-300",children:u("integrations.connected")})]}),(o.connectedFields||[]).map(X=>{const ne=P?.[X];return ne?n.jsxs("p",{className:"pl-5 text-[10px] text-muted-foreground",children:[Ws(`integrations.${a.slug}.connected.${X}`),": ",String(ne)]},X):null})]}),D&&N.length===0&&F.length>0&&n.jsx("div",{className:"space-y-2 rounded-xl border border-border p-3",children:F.map(X=>n.jsxs("div",{className:"flex items-center justify-between gap-3",children:[n.jsxs("div",{children:[n.jsx("p",{className:"text-[11px] font-medium text-foreground",children:Ws(`integrations.${a.slug}.fields.${X.key}.label`)}),n.jsx("p",{className:"text-[10px] text-muted-foreground",children:Ws(`integrations.${a.slug}.fields.${X.key}.hint`)})]}),n.jsx(sk,{on:!!P?.[X.key],accent:l,onChange:ne=>B(X.key,ne)})]},X.key))}),D&&N.length===0&&(o.actions?.length??0)>0&&n.jsxs("div",{className:"space-y-2",children:[z&&n.jsx("p",{className:"text-[11px] text-emerald-400",children:z}),n.jsx("div",{className:"flex flex-wrap gap-2",children:o.actions.map(X=>n.jsxs("button",{onClick:()=>Q(X.action),disabled:A===X.action,className:me("flex items-center gap-1.5 rounded-lg border px-3 py-1.5 text-xs transition-all disabled:cursor-not-allowed disabled:opacity-50",l.border,l.text,l.hover),children:[A===X.action?n.jsx(ea,{className:"h-3.5 w-3.5 animate-spin"}):n.jsx(Ns,{className:"h-3.5 w-3.5"}),Ws(`integrations.${a.slug}.actions.${X.action}`)]},X.action))})]}),N.length>1&&o.select&&n.jsxs("div",{className:"space-y-2",children:[n.jsxs("p",{className:"text-[11px] text-muted-foreground",children:[Ws(`integrations.${a.slug}.select_label`),":"]}),n.jsxs("div",{className:"flex gap-2",children:[n.jsxs("select",{value:E,onChange:X=>R(X.target.value),className:me("flex-1 rounded-lg border border-border bg-background px-2 py-1.5 text-xs outline-none",l.ring),children:[n.jsx("option",{value:"",children:u("integrations.select_placeholder")}),N.map(X=>n.jsx("option",{value:X.value,children:X.label},X.value))]}),n.jsx("button",{onClick:G,disabled:!E||I,className:me("rounded-lg border px-3 py-1.5 text-xs transition-all disabled:cursor-not-allowed disabled:opacity-50",l.border,l.text,l.hover),children:I?n.jsx(ea,{className:"h-3.5 w-3.5 animate-spin"}):u("integrations.confirm")})]})]}),$&&n.jsxs("div",{className:"space-y-3",children:[n.jsx("p",{className:"text-xs font-semibold text-foreground",children:u("integrations.credentials",{name:a.name})}),o.configFields.map(X=>{if(X.type==="toggle"){const ne=f[X.key]!==void 0?f[X.key]==="true":!!X.default;return n.jsxs("div",{className:"flex items-center justify-between gap-3 rounded-lg border border-border px-3 py-2",children:[n.jsxs("div",{children:[n.jsx("p",{className:"text-[11px] font-medium text-foreground",children:Ws(`integrations.${a.slug}.fields.${X.key}.label`)}),n.jsx("p",{className:"text-[10px] text-muted-foreground",children:Ws(`integrations.${a.slug}.fields.${X.key}.hint`)})]}),n.jsx(sk,{on:ne,accent:l,onChange:ee=>m(re=>({...re,[X.key]:ee?"true":"false"}))})]},X.key)}return n.jsxs("div",{className:"space-y-2",children:[X.help_url&&n.jsxs("div",{className:"overflow-hidden rounded-lg border border-border",children:[n.jsxs("button",{type:"button",onClick:()=>_(ne=>ne===X.key?null:X.key),className:"flex w-full items-center justify-between px-3 py-2 text-left transition-colors hover:bg-muted/40",children:[n.jsxs("span",{className:"text-[11px] text-muted-foreground",children:[Ws(`integrations.${a.slug}.fields.${X.key}.help_label`)," ·"," ",n.jsxs("a",{href:X.help_url,target:"_blank",rel:"noreferrer",onClick:ne=>ne.stopPropagation(),className:me("inline-flex items-center gap-0.5 hover:underline",l.text),children:[X.help_url_label," ",n.jsx(xb,{className:"h-2.5 w-2.5"})]})]}),n.jsx(hs,{className:me("h-3.5 w-3.5 flex-shrink-0 text-muted-foreground transition-transform",b===X.key&&"rotate-180")})]}),b===X.key&&n.jsx("div",{className:"space-y-1.5 border-t border-border px-3 pb-3 pt-2.5",children:Ws(`integrations.${a.slug}.fields.${X.key}.help_steps`).split(`
773
+ `).map((ne,ee)=>n.jsxs("div",{className:"flex items-start gap-2",children:[n.jsxs("span",{className:me("mt-0.5 flex-shrink-0 font-mono text-[10px]",l.text),children:[ee+1,"."]}),n.jsx("p",{className:"text-[11px] text-muted-foreground",children:ne})]},ee))})]}),n.jsxs("div",{children:[n.jsx("label",{className:"mb-1 block text-[10px] text-muted-foreground",children:Ws(`integrations.${a.slug}.fields.${X.key}.label`)}),X.type==="path"?n.jsx(F7,{value:f[X.key]||"",onChange:ne=>m(ee=>({...ee,[X.key]:ne})),onEnter:V,placeholder:X.placeholder,ringClassName:l.ring,btnClassName:me(l.border,l.text,l.hover)}):n.jsxs("div",{className:"relative",children:[n.jsx("input",{type:X.type==="password"&&!h[X.key]?"password":"text",placeholder:X.placeholder,value:f[X.key]||"",onChange:ne=>m(ee=>({...ee,[X.key]:ne.target.value})),onKeyDown:ne=>ne.key==="Enter"&&V(),className:me("w-full rounded-lg border border-border bg-background px-3 py-2 font-mono text-xs outline-none placeholder:text-muted-foreground/60",X.type==="password"&&"pr-14",l.ring)}),X.type==="password"&&n.jsxs("button",{type:"button",onClick:()=>g(ne=>({...ne,[X.key]:!ne[X.key]})),className:"absolute right-2.5 top-1/2 flex -translate-y-1/2 items-center gap-0.5 text-[10px] text-muted-foreground transition-colors hover:text-foreground",children:[h[X.key]?n.jsx(V2,{className:"h-3 w-3"}):n.jsx(eu,{className:"h-3 w-3"}),h[X.key]?u("integrations.hide"):u("integrations.reveal")]})]})]})]},X.key)}),w==="validating"&&n.jsxs("div",{className:"flex items-center gap-2 text-xs text-muted-foreground",children:[n.jsx(ea,{className:"h-3.5 w-3.5 animate-spin"})," ",u("integrations.verifying")]}),n.jsx("button",{onClick:V,disabled:Y||I,className:me("flex w-full items-center justify-center gap-1.5 rounded-lg border px-3 py-2 text-xs transition-all disabled:cursor-not-allowed disabled:opacity-50",l.border,l.text,l.hover),children:I?n.jsxs(n.Fragment,{children:[n.jsx(ea,{className:"h-3.5 w-3.5 animate-spin"}),u(w==="saving"?"integrations.saving":"integrations.validating")]}):u("integrations.connect")})]}),a.tools&&a.tools.length>0&&n.jsx(V7,{pid:e,tools:a.tools,isActive:D}),D&&n.jsx("div",{className:"flex justify-end border-t border-border pt-2",children:n.jsxs("button",{onClick:K,className:"flex items-center gap-1.5 rounded-lg border border-red-700/50 px-3 py-1.5 text-xs text-red-400 transition-all hover:bg-red-900/20",children:[n.jsx(wM,{className:"h-3.5 w-3.5"})," ",u("integrations.deactivate")]})})]})})}const W7={github:{icon:K2,className:"text-slate-200",wrap:"border-slate-500/30 from-slate-500/20 to-slate-700/20"},whatsapp:{icon:K7,className:"text-[#25D366]",wrap:"border-[#25D366]/30 from-[#25D366]/20 to-[#128C7E]/20"},"local-transcription":{icon:yb,className:"text-orange-400",wrap:"border-orange-500/30 from-orange-500/20 to-amber-500/20"}};function Z7({entry:e}){const[t,a]=x.useState(!1),o=W7[e.slug]||{icon:Wf,className:"text-muted-foreground",wrap:"border-border from-muted to-muted"},l=o.icon;return n.jsx(IE,{icon:n.jsx("div",{className:`flex h-12 w-12 flex-shrink-0 items-center justify-center rounded-2xl border bg-gradient-to-br ${o.wrap}`,children:n.jsx(l,{className:`h-6 w-6 ${o.className}`})}),title:e.name,description:e.description,badges:n.jsx("span",{className:"rounded-full border border-border bg-muted px-1.5 py-0.5 text-[10px] text-muted-foreground",children:u("integrations.coming_soon")}),expanded:t,onToggle:()=>a(c=>!c),children:n.jsx("div",{className:"p-4 text-xs text-muted-foreground",children:u("integrations.coming_soon_body")})})}const J7=[{value:"plugins",labelKey:"integrations.tab_plugins",icon:Wf},{value:"tools",labelKey:"integrations.tab_tools",icon:ra}];function e9({pid:e,scope:t,entry:a}){return a.coming_soon||!a.ui?n.jsx(Z7,{entry:a}):n.jsx(Q7,{pid:e,scope:t,entry:a})}function t9({pid:e,scope:t}){const{data:a,isLoading:o}=qe(`integrations-catalog-${e}`,()=>Qn.catalog(e));return n.jsxs("div",{className:"space-y-3",children:[n.jsx("p",{className:"text-xs text-muted-foreground",children:u("integrations.plugins_hint")}),o&&n.jsx(rt,{}),(a||[]).map(l=>n.jsx(e9,{pid:e,scope:t,entry:l},l.slug)),n.jsx("div",{className:"rounded-xl border border-dashed border-border p-6 text-center",children:n.jsx("p",{className:"text-sm text-muted-foreground",children:u("integrations.more_soon")})})]})}function n9({pid:e}){const{data:t}=qe(`integrations-catalog-${e}`,()=>Qn.catalog(e)),a=(t||[]).filter(o=>!o.coming_soon&&(o.tools?.length??0)>0).flatMap(o=>(o.tools||[]).map(l=>({...l,plugin:o.name,active:o.status.is_enabled})));return n.jsxs("div",{className:"space-y-3",children:[n.jsx("p",{className:"text-xs text-muted-foreground",children:u("integrations.tools_hint")}),a.length===0?n.jsx(pt,{children:u("integrations.tools_empty")}):n.jsx("ul",{className:"space-y-2",children:a.map(o=>n.jsxs("li",{className:me("rounded-md border border-border bg-muted/30 px-3 py-2",!o.active&&"opacity-55"),children:[n.jsxs("div",{className:"flex items-center gap-2",children:[n.jsx(ra,{className:"h-3.5 w-3.5 text-muted-foreground"}),n.jsx("span",{className:"font-mono text-xs text-foreground",children:o.slug}),n.jsx("span",{className:"ml-auto text-[10px] text-muted-foreground",children:o.plugin}),n.jsx("span",{className:me("rounded border px-1.5 py-0.5 text-[10px]",o.active?"border-emerald-700/40 bg-emerald-900/20 text-emerald-400":"border-border bg-muted text-muted-foreground"),children:o.active?u("integrations.tool_active"):u("integrations.tool_inactive")})]}),n.jsx("p",{className:"mt-0.5 pl-5 text-[10px] text-muted-foreground",children:o.desc})]},o.slug))})]})}function s9({pid:e}){const t=String(e)==="0",[a,o]=x.useState("plugins"),[l,c]=x.useState(t?"global":"project");return n.jsxs(Ye,{title:u("integrations.title"),description:u("integrations.description"),children:[!t&&n.jsxs("div",{className:"mb-4 flex items-center gap-2",children:[n.jsx("span",{className:"text-xs text-muted-foreground",children:u("integrations.scope_label")}),["project","global"].map(d=>n.jsx("button",{onClick:()=>c(d),className:me("rounded-md border px-2.5 py-1 text-xs transition-colors",l===d?"border-primary/50 bg-primary/10 text-foreground":"border-border bg-muted/30 text-muted-foreground hover:bg-muted/50"),children:u(d==="project"?"integrations.scope_project":"integrations.scope_global")},d))]}),n.jsx("div",{className:"mb-4 inline-flex rounded-lg border border-border bg-muted/30 p-0.5",children:J7.map(d=>{const f=d.icon;return n.jsxs("button",{onClick:()=>o(d.value),className:me("flex items-center gap-1.5 rounded-md px-3 py-1.5 text-xs transition-colors",a===d.value?"bg-card text-foreground shadow-sm":"text-muted-foreground hover:text-foreground"),children:[n.jsx(f,{className:"h-3.5 w-3.5"})," ",u(d.labelKey)]},d.value)})}),a==="plugins"&&n.jsx(t9,{pid:e,scope:l}),a==="tools"&&n.jsx(n9,{pid:e})]})}function a9({pid:e}){const t=Ze(),a=String(e)==="0",[o,l]=x.useState(a?"global":"all"),[c,d]=x.useState(!1),f=qe(`/projects/${e}/vars?reveal=${c?1:0}`,()=>Fc.list(e,{reveal:c})),[m,h]=x.useState(null),g=x.useMemo(()=>{if(!f.data)return[];const _=[],w=f.data.project||{},S=f.data.global||{};for(const[y,C]of Object.entries(w))_.push({name:y,scope:"project",masked:C});for(const[y,C]of Object.entries(S))w[y]===void 0&&_.push({name:y,scope:"global",masked:C});return _.filter(y=>o==="all"?!0:y.scope===o).sort((y,C)=>y.name.localeCompare(C.name))},[f.data,o]),b=async(_,w)=>{if(confirm(u("project.vars.delete_confirm",{name:_,scope:w})))try{await Fc.remove(e,_,w),t.success(u("project.vars.removed")),f.mutate()}catch(S){t.error(S?.message||u("common.error_generic"))}};return n.jsxs(Ye,{title:u("project.vars.title"),description:u(a?"project.vars.subtitle_base":"project.vars.subtitle_project"),action:n.jsxs("div",{className:"flex items-center gap-2",children:[n.jsx(Bt,{checked:c,onChange:d,label:u("project.vars.reveal_all")}),n.jsxs(ae,{size:"sm",variant:"primary",onClick:()=>h({}),children:[n.jsx(It,{size:14})," ",u("project.vars.new")]})]}),children:[!a&&n.jsxs("div",{className:"mb-3 flex items-center gap-2 text-xs",children:[n.jsx("span",{className:"text-muted-fg",children:u("project.vars.filter_label")}),n.jsx(zh,{active:o==="all",onClick:()=>l("all"),children:u("project.vars.filter_all")}),n.jsx(zh,{active:o==="project",onClick:()=>l("project"),children:u("project.vars.filter_project")}),n.jsx(zh,{active:o==="global",onClick:()=>l("global"),children:u("project.vars.filter_global")})]}),f.isLoading&&n.jsx(rt,{}),!f.isLoading&&g.length===0&&n.jsx(pt,{children:u("project.vars.empty")}),g.length>0&&n.jsx("ul",{className:"space-y-2 text-sm",children:g.map(_=>n.jsxs("li",{className:"flex items-center gap-3 rounded-md border border-border bg-muted/30 px-3 py-2",children:[n.jsx("span",{className:"font-mono text-xs font-medium",children:_.name}),n.jsx(He,{tone:_.scope==="project"?"info":"muted",children:_.scope==="project"?u("project.vars.scope_project"):u("project.vars.scope_global")}),n.jsx("span",{className:"ml-2 font-mono text-xs text-muted-fg",children:_.masked}),n.jsxs("div",{className:"ml-auto flex items-center gap-1",children:[n.jsx(ae,{size:"sm",variant:"ghost",onClick:()=>h({name:_.name,scope:_.scope}),"aria-label":u("project.vars.edit_btn"),children:n.jsx(Sa,{size:13})}),!(a&&_.scope==="project")&&n.jsx(ae,{size:"sm",variant:"destructive",onClick:()=>b(_.name,_.scope),"aria-label":u("project.vars.delete_btn"),children:n.jsx(vn,{size:13})})]})]},`${_.scope}-${_.name}`))}),n.jsx(r9,{open:m!==null,initial:m||void 0,onClose:()=>h(null),pid:e,isBase:a,onSaved:()=>{h(null),f.mutate()}})]})}function zh({active:e,onClick:t,children:a}){return n.jsx("button",{type:"button",onClick:t,className:e?"rounded-full border border-primary/50 bg-primary/10 px-2 py-0.5 text-xs":"rounded-full border border-border bg-muted/30 px-2 py-0.5 text-xs hover:bg-muted/60",children:a})}function r9({open:e,onClose:t,pid:a,isBase:o,initial:l,onSaved:c}){const d=Ze(),[f,m]=x.useState(!1),[h,g]=x.useState(!1),[b,_]=x.useState(l?.name||""),[w,S]=x.useState(l?.value||""),[y,C]=x.useState(l?.scope||(o?"global":"project")),N=!!l?.name;x.useEffect(()=>{e&&(_(l?.name||""),S(l?.value||""),C(l?.scope||(o?"global":"project")),g(!1))},[e,l?.name,l?.scope,l?.value,o]);const j=async()=>{if(!b.trim()){d.error(u("project.vars.name_required"));return}if(!w){d.error(u("project.vars.value_required"));return}m(!0);try{await Fc.upsert(a,{name:b.trim(),value:w,scope:y}),d.success(u(N?"project.vars.updated":"project.vars.added")),c()}catch(E){d.error(E?.message||u("common.error_generic"))}finally{m(!1)}};return n.jsx(Zt,{open:e,onClose:()=>f?null:t(),title:u(N?"project.vars.edit_title":"project.vars.new_title"),description:u("project.vars.new_desc"),size:"sm",footer:n.jsxs(n.Fragment,{children:[n.jsx(ae,{variant:"ghost",onClick:t,disabled:f,children:u("common.cancel")}),n.jsx(ae,{variant:"primary",onClick:j,loading:f,children:u(N?"project.vars.save_btn":"project.vars.add_btn")})]}),children:n.jsxs("div",{className:"space-y-3",children:[n.jsx(oe,{label:u("project.vars.scope_label"),children:n.jsx(ut,{value:y,onChange:E=>C(E),options:[...o?[]:[{value:"project",label:u("project.vars.scope_project"),description:u("project.vars.scope_project_desc")}],{value:"global",label:u("project.vars.scope_global"),description:u("project.vars.scope_global_desc")}]})}),n.jsx(oe,{label:u("project.vars.name_label"),hint:u("project.vars.name_hint"),children:n.jsx(Ne,{value:b,onChange:E=>_(E.target.value.toUpperCase().replace(/[^A-Z0-9_]/g,"_")),placeholder:"MY_API_KEY",disabled:N,autoFocus:!N})}),n.jsx(oe,{label:u("project.vars.value_label"),hint:u("project.vars.value_hint"),children:n.jsxs("div",{className:"relative",children:[n.jsx(Ne,{type:h?"text":"password",value:w,onChange:E=>S(E.target.value),placeholder:N?u("project.vars.value_edit_ph"):"",className:"pr-9 font-mono text-xs",autoFocus:N}),n.jsx("button",{type:"button",onClick:()=>g(E=>!E),className:"absolute right-2 top-1/2 -translate-y-1/2 text-muted-fg hover:text-fg","aria-label":u(h?"project.vars.hide":"project.vars.reveal"),children:h?n.jsx(V2,{size:14}):n.jsx(eu,{size:14})})]})})]})})}function ev({value:e,onValueChange:t,onSubmit:a,onStop:o,busy:l=!1,disabled:c=!1,placeholder:d,autoFocus:f,minRows:m=2,maxRows:h=8,footer:g,className:b}){const _=x.useRef(null);x.useLayoutEffect(()=>{const S=_.current;if(!S)return;const y=()=>{S.style.height="auto",S.offsetHeight;const N=parseFloat(getComputedStyle(S).lineHeight)||20,j=N*m,E=N*h;S.style.height=`${Math.min(Math.max(S.scrollHeight,j),E)}px`,S.style.overflowY=S.scrollHeight>E?"auto":"hidden"};y();const C=requestAnimationFrame(y);return()=>cancelAnimationFrame(C)},[e,m,h]);const w=e.trim().length>0&&!c;return n.jsxs("div",{className:Ct("flex flex-col gap-1.5 rounded-2xl border border-border bg-muted/60 p-2 shadow-sm transition-colors","focus-within:border-foreground/25 focus-within:bg-muted",c&&"opacity-60",b),children:[n.jsx("textarea",{ref:_,rows:m,value:e,autoFocus:f,disabled:c,placeholder:d,onChange:S=>t(S.target.value),onKeyDown:S=>{if(S.key==="Enter"&&!S.shiftKey){if(S.preventDefault(),l||!w)return;a()}},className:"w-full resize-none bg-transparent px-2 pt-1 text-sm leading-relaxed outline-none placeholder:text-muted-foreground"}),n.jsxs("div",{className:"flex items-center justify-between gap-2 pl-1",children:[n.jsx("div",{className:"flex min-w-0 items-center gap-2 text-[11px] text-muted-foreground",children:g}),l&&o?n.jsx($e,{content:u("chat_ui.stop"),children:n.jsx(ir,{type:"button",size:"icon-sm",variant:"destructive",onClick:o,"aria-label":u("chat_ui.stop"),children:n.jsx(Sb,{className:"size-3.5",fill:"currentColor"})})}):n.jsx($e,{content:u("chat_ui.send"),children:n.jsx(ir,{type:"button",size:"icon-sm",variant:"default",onClick:a,disabled:!w,"aria-label":u("chat_ui.send"),children:n.jsx(wA,{className:"size-4"})})})]})]})}function tv({value:e,onChange:t,disabled:a}){const[o,l]=x.useState(!1),[c,d]=x.useState(""),[f,m]=x.useState([]),[h,g]=x.useState(!1),b=x.useRef(null);x.useEffect(()=>{if(!o)return;const C=N=>{b.current&&!b.current.contains(N.target)&&l(!1)};return document.addEventListener("mousedown",C),()=>document.removeEventListener("mousedown",C)},[o]),x.useEffect(()=>{if(!o||h)return;let C=!1;return(async()=>{try{const{engines:N}=await Gc.list(),j=await Promise.all(N.map(E=>Gc.models({engine:E}).then(R=>(R.models||[]).map(A=>A.includes(":")?A:`${E}:${A}`)).catch(()=>[])));if(!C){const E=Array.from(new Set(j.flat())).sort();m(E),g(!0)}}catch{C||g(!0)}})(),()=>{C=!0}},[o,h]);const _=c.trim().toLowerCase(),w=_?f.filter(C=>C.toLowerCase().includes(_)):f,S=e||u("shared_ui.auto"),y=C=>{t(C),l(!1),d("")};return n.jsxs("div",{ref:b,className:"relative",children:[n.jsx($e,{content:u("chat_ui.pick_model"),children:n.jsxs("button",{type:"button",disabled:a,onClick:()=>l(C=>!C),"data-testid":"chat-model-picker",className:me("flex max-w-[200px] items-center gap-1 rounded-md border border-transparent px-1.5 py-0.5 text-[11px] text-muted-foreground transition-colors","hover:bg-accent/60 hover:text-foreground",e&&"text-foreground"),"aria-label":u("chat_ui.pick_model"),children:[n.jsx(nS,{className:"size-3 shrink-0"}),n.jsx("span",{className:"truncate font-mono",children:S}),n.jsx(hs,{className:"size-3 shrink-0 opacity-60"})]})}),o&&n.jsxs("div",{className:"absolute bottom-full left-0 z-50 mb-1.5 w-64 rounded-lg border border-border bg-popover p-1.5 shadow-md ring-1 ring-foreground/10",children:[n.jsx("input",{autoFocus:!0,value:c,placeholder:u("shared_ui.model_filter_ph"),onChange:C=>d(C.target.value),onKeyDown:C=>{C.key==="Enter"&&c.trim()&&y(c.trim())},className:"mb-1 w-full rounded-md border border-border bg-background px-2 py-1 text-xs outline-none focus:border-foreground/30"}),n.jsxs("ul",{className:"max-h-56 overflow-y-auto",children:[n.jsx("li",{children:n.jsxs("button",{type:"button",onMouseDown:C=>{C.preventDefault(),y("")},className:me("flex w-full items-center justify-between rounded-md px-2 py-1 text-left text-xs hover:bg-accent hover:text-accent-fg",!e&&"bg-accent/50"),children:[n.jsxs("span",{className:"flex items-center gap-1.5",children:[n.jsx(xs,{className:"size-3"})," ",u("shared_ui.auto_router")]}),!e&&n.jsx(Gr,{className:"size-3"})]})}),!h&&n.jsx("li",{className:"px-2 py-1 text-[11px] text-muted-fg",children:u("shared_ui.loading_models")}),h&&w.length===0&&c.trim()&&n.jsx("li",{children:n.jsx("button",{type:"button",onMouseDown:C=>{C.preventDefault(),y(c.trim())},className:"w-full rounded-md px-2 py-1 text-left font-mono text-xs hover:bg-accent hover:text-accent-fg",children:u("shared_ui.use_value",{value:c.trim()})})}),w.map(C=>n.jsx("li",{children:n.jsxs("button",{type:"button",onMouseDown:N=>{N.preventDefault(),y(C)},className:me("flex w-full items-center justify-between rounded-md px-2 py-1 text-left font-mono text-xs hover:bg-accent hover:text-accent-fg",C===e&&"bg-accent/50"),children:[n.jsx("span",{className:"truncate",children:C}),C===e&&n.jsx(Gr,{className:"size-3 shrink-0"})]})},C))]})]})]})}function o9({onSend:e,onStop:t,streaming:a,model:o,onModelChange:l}){const[c,d]=x.useState(""),f=()=>{const m=c.trim();m&&(d(""),e(m))};return n.jsx("div",{className:"border-t border-border bg-card/60 p-3",children:n.jsx(ev,{value:c,onValueChange:d,onSubmit:f,onStop:t,busy:a,placeholder:u("project.chat.placeholder"),maxRows:12,footer:l?n.jsx(tv,{value:o||"",onChange:l,disabled:a}):void 0})})}function l9(){return{read_file:{icon:Kf,label:u("shared_ui.tool_read_file")},write_file:{icon:FA,label:u("shared_ui.tool_write_file")},edit_file:{icon:mf,label:u("shared_ui.tool_edit_file")},list_files:{icon:_b,label:u("shared_ui.tool_list_files")},search_files:{icon:Vl,label:u("shared_ui.tool_search_files")},search_messages:{icon:Vl,label:u("shared_ui.tool_search_messages")},tail_messages:{icon:Vl,label:u("shared_ui.tool_tail_messages")},run_shell:{icon:ja,label:u("shared_ui.tool_run_shell")},send_telegram:{icon:Ca,label:u("shared_ui.tool_send_telegram")},call_agent:{icon:cn,label:u("shared_ui.tool_call_agent")},call_mcp:{icon:dM,label:u("shared_ui.tool_call_mcp")},call_runtime:{icon:cn,label:u("shared_ui.tool_call_runtime")},create_task:{icon:aM,label:u("shared_ui.tool_create_task")}}}const BE=new Set(["write_file","edit_file"]);function i9(e){return l9()[e]||{icon:ra,label:e}}function c9(e,t){if(!t)return"";const a=l=>typeof t[l]=="string"?t[l]:void 0,o=a("path")||a("file")||a("pattern")||a("query")||a("command")||a("slug")||a("name")||a("agent");return o?String(o):""}function rk(e){if(e==null)return"";if(typeof e=="string")return e;try{return JSON.stringify(e,null,2)}catch{return String(e)}}function u9({status:e}){return e==="running"?n.jsx(ea,{className:"size-3 shrink-0 animate-spin text-sky-400"}):e==="error"?n.jsx(xs,{className:"size-3 shrink-0 text-rose-400"}):e==="deduped"?n.jsx($A,{className:"size-3 shrink-0 text-amber-400"}):n.jsx(Gr,{className:"size-3 shrink-0 text-emerald-400"})}function d9({part:e}){const[t,a]=x.useState(!1),{icon:o,label:l}=i9(e.tool),c=c9(e.tool,e.args),d=BE.has(e.tool),f=!!e.args||e.result!==void 0;return n.jsxs("div",{className:me("rounded-lg border bg-muted/30 text-[12px]",e.status==="error"?"border-rose-500/30":"border-border"),children:[n.jsxs("button",{type:"button",onClick:()=>f&&a(m=>!m),className:"flex w-full items-center gap-2 px-2.5 py-1.5 text-left",children:[f?n.jsx(Xr,{className:me("size-3 shrink-0 text-muted-foreground transition-transform",t&&"rotate-90")}):n.jsx("span",{className:"size-3 shrink-0"}),n.jsx(o,{className:me("size-3.5 shrink-0",d?"text-violet-400":"text-muted-foreground")}),n.jsx("span",{className:"shrink-0 font-medium",children:l}),c&&n.jsx("span",{className:"truncate font-mono text-muted-foreground",children:c}),n.jsxs("span",{className:"ml-auto flex items-center gap-1",children:[e.status==="deduped"&&n.jsx("span",{className:"text-[10px] text-amber-400",children:u("shared_ui.dedup")}),n.jsx(u9,{status:e.status})]})]}),t&&f&&n.jsxs("div",{className:"space-y-2 border-t border-border/60 px-2.5 py-2",children:[e.args&&Object.keys(e.args).length>0&&n.jsxs("div",{children:[n.jsx("div",{className:"mb-1 text-[10px] font-semibold uppercase tracking-wide text-muted-foreground/70",children:u("shared_ui.args")}),n.jsx("pre",{className:"max-h-48 overflow-auto rounded-md bg-background/60 p-2 font-mono text-[11px] leading-relaxed text-foreground",children:rk(e.args)})]}),e.result!==void 0&&n.jsxs("div",{children:[n.jsx("div",{className:"mb-1 text-[10px] font-semibold uppercase tracking-wide text-muted-foreground/70",children:u("shared_ui.result")}),n.jsx("pre",{className:me("max-h-64 overflow-auto rounded-md bg-background/60 p-2 font-mono text-[11px] leading-relaxed",e.status==="error"?"text-rose-300":"text-foreground"),children:rk(e.result)})]})]})]})}function f9(e){const t=e.args;return(t&&Array.isArray(t.questions)?t.questions:[]).map(o=>typeof o=="string"?o:o&&typeof o=="object"&&typeof o.question=="string"?o.question:null).filter(o=>!!o)}function p9({part:e,pending:t}){const a=f9(e),o=u(t?"ask_panel.status_waiting":"ask_panel.status_received");return n.jsxs("div",{className:me("rounded-2xl border px-3 py-2 text-sm shadow-sm",t?"rounded-bl-sm border-amber-500/30 bg-amber-500/5 text-foreground":"rounded-bl-sm border-emerald-500/30 bg-emerald-500/5 text-foreground"),"data-testid":"ask-questions-card","data-state":t?"pending":"answered",children:[n.jsxs("div",{className:"flex items-center gap-2",children:[t?n.jsx(ea,{className:"size-3.5 shrink-0 animate-spin text-amber-600 dark:text-amber-400"}):n.jsx(gb,{className:"size-3.5 shrink-0 text-emerald-600 dark:text-emerald-400"}),n.jsx(eS,{className:"size-3.5 shrink-0 text-muted-foreground"}),n.jsx("span",{className:"text-[12px] font-medium",children:o}),a.length>1&&n.jsxs("span",{className:"ml-auto text-[10px] text-muted-foreground",children:[a.length," preguntas"]})]}),a.length>0&&n.jsx("ul",{className:"mt-1.5 space-y-0.5 pl-5 text-[12px] text-muted-foreground",children:a.map((l,c)=>n.jsx("li",{className:"list-disc",children:l},c))})]})}function UE(e){const t=e.split(`
774
+ `),a=[];let o=null;for(const l of t)if(l.startsWith("- "))o&&a.push(o),o={question:l.slice(2),answer:"",skipped:!1};else if(l.startsWith(" → ")&&o){const c=l.slice(4);o.answer=c,o.skipped=c==="(omitido)"}else return null;return o&&a.push(o),a.length>0?a:null}function m9({text:e}){const t=UE(e);return t?n.jsx("div",{className:"flex w-full justify-center",children:n.jsxs("div",{className:"w-full max-w-[85%] rounded-2xl border border-border/70 bg-card/40 px-4 py-3 shadow-sm","data-testid":"ask-answers-card",children:[n.jsxs("div",{className:"mb-2 flex items-center gap-1.5 text-[11px] font-medium text-muted-foreground",children:[n.jsx(eS,{className:"size-3.5"}),n.jsx("span",{children:u("ask_panel.answers_header")})]}),n.jsx("ul",{className:"space-y-2.5",children:t.map((a,o)=>n.jsxs("li",{className:"space-y-0.5",children:[n.jsx("div",{className:"text-sm font-medium leading-snug text-foreground",children:a.question}),n.jsx("div",{className:me("whitespace-pre-wrap text-[13px] leading-snug",a.skipped?"italic text-muted-foreground/70":"text-muted-foreground"),children:a.answer})]},o))})]})}):null}function Zx(e){return e.parts.filter(t=>t.kind==="text").map(t=>t.text).join(`
775
+
776
+ `).trim()}function g9(e){const t=e.args?.questions;if(!Array.isArray(t)||t.length===0)return null;const a=t.map(o=>{if(typeof o=="string")return`- ${o}`;if(!o||typeof o!="object")return null;const l=o;if(typeof l.question!="string")return null;const d=(Array.isArray(l.options)?l.options:[]).map(f=>typeof f=="string"?f:f&&typeof f=="object"&&typeof f.label=="string"?f.label:"").filter(f=>f).join(", ");return d?`- ${l.question} (opciones: ${d})`:`- ${l.question}`}).filter(o=>!!o);return a.length===0?null:`[ask_questions]
777
+ ${a.join(`
778
+ `)}`}function h9(e){const t=[];for(const a of e.parts)if(a.kind==="text"&&a.text)t.push(a.text);else if(a.kind==="tool"&&a.tool==="ask_questions"){const o=g9(a);o&&t.push(o)}return t.join(`
779
+
780
+ `).trim()}const $E=e=>[{kind:"text",text:e}];function HE(e){if(!e||typeof e!="object")return!1;const t=e;return"error"in t&&!!t.error}function x9(e){const t=[];let a=null,o=0;for(const l of e){const c=l.ts||new Date().toISOString();l.role==="user"?(a=null,t.push({role:"user",parts:$E(l.content),ts:c})):(l.role==="assistant"||l.role==="tool")&&(a||(a={role:"assistant",parts:[],ts:c},t.push(a)),l.role==="tool"?a.parts.push({kind:"tool",id:`hist-${o++}`,tool:l.tool||"tool",args:l.args,result:l.result,status:HE(l.result)?"error":"done"}):l.content&&a.parts.push({kind:"text",text:l.content}))}return t}function nv(e,t){const a=o=>({...e,notes:[...e.notes||[],o]});switch(t.type){case"model_start":return t.model?{...e,model:t.model}:e;case"model_routed":{const o=t.model?{...e,model:t.model}:e;return t.from_fallback?{...o,notes:[...o.notes||[],`routing fell back → ${t.model}`]}:o}case"engine_failed":return a(`engine ${t.model||"?"} failed → ${t.retry_with||"retry"}`);case"model_retry":return a(`retry (${t.reason||"?"})`);case"tools_suppressed":return a(`tools suppressed: ${(t.tools||[]).join(", ")}`);case"skill_inspector":{const o=t.inspector;return!o||!o.loaded?.length&&!o.hinted?.length?e:{...e,inspector:{embedder:o.embedder,loaded:o.loaded||[],hinted:o.hinted||[]}}}case"assistant_text":return t.text?{...e,parts:[...e.parts,{kind:"text",text:t.text}]}:e;case"tool_start":return t.trace?{...e,parts:[...e.parts,{kind:"tool",id:t.trace.id,tool:t.trace.tool,args:t.trace.args,status:"running"}]}:e;case"tool_deduped":return t.trace?{...e,parts:e.parts.map(o=>o.kind==="tool"&&o.id===t.trace.id?{...o,status:"deduped"}:o)}:e;case"tool_result":if(!t.trace)return e;{const o=HE(t.trace.result);return{...e,parts:e.parts.map(l=>l.kind==="tool"&&l.id===t.trace.id?{...l,result:t.trace.result,status:o?"error":l.status==="deduped"?"deduped":"done"}:l)}}case"final":return{...e,pending:!1,usage:t.result?.usage??e.usage,model:e.model??t.result?.name,parts:t.result?.text&&!e.parts.some(o=>o.kind==="text")?[...e.parts,{kind:"text",text:t.result.text}]:e.parts};default:{const o=t.delta||t.content||"";if(!o)return e;const l=[...e.parts],c=l[l.length-1];return c&&c.kind==="text"?l[l.length-1]={...c,text:c.text+o}:l.push({kind:"text",text:o}),{...e,parts:l}}}}function b9(e,t){const[a,o]=x.useState([]),[l,c]=x.useState(!1),[d,f]=x.useState(void 0),m=x.useRef(null),h=x.useRef(void 0),g=x.useRef(0),b=x.useCallback(j=>{o(E=>{const R=[...E],A=R[R.length-1];return A&&A.role==="assistant"&&(R[R.length-1]=j(A)),R})},[]),_=x.useCallback(j=>{if(j.type==="error"){t?.(j.error||u("shared_ui.err_stream"));return}b(E=>nv(E,j))},[b,t]),w=x.useCallback(async(j,E={})=>{const R=j.trim();if(!R||l)return;const A=()=>new Date().toISOString(),T=a.map(O=>({role:O.role,content:h9(O)}));if(o(O=>[...O,{role:"user",parts:$E(R),ts:A()},{role:"assistant",parts:[],ts:A(),pending:!0}]),c(!0),E.agentSlug){try{const O=await on.chat(e,E.agentSlug,{prompt:R,conversation_id:h.current,model:E.model||void 0,channel:"web"});h.current=O.conversation_id,f(O.conversation_id),b(P=>({...P,pending:!1,model:O.engine,parts:[{kind:"text",text:O.text}]}))}catch(O){t?.(O?.message||u("shared_ui.err_chat_failed")),o(P=>P.filter((L,U)=>U!==P.length-1))}finally{c(!1)}return}const z=new AbortController;m.current=z;try{await _N.stream(e,{prompt:R,previousMessages:T,model:E.model||void 0,channel:"web"},_,z.signal),b(O=>({...O,pending:!1}))}catch(O){z.signal.aborted?b(P=>({...P,pending:!1,parts:[...P.parts,{kind:"text",text:u("code_module.stopped")}]})):(t?.(O?.message||u("shared_ui.err_stream_failed")),o(P=>P.filter((L,U)=>U!==P.length-1)))}finally{c(!1),m.current=null}},[e,a,l,_,b,t]),S=x.useCallback(()=>m.current?.abort(),[]),y=x.useCallback(()=>{l||(g.current++,h.current=void 0,f(void 0),o([]))},[l]),C=x.useCallback(async(j,E)=>{if(l)return;const R=++g.current;o([]);try{const A=await Io.get(e,j,E);if(R!==g.current)return;const T=(A.messages??[]).filter(z=>z.role==="user"||z.role==="assistant").map(z=>({role:z.role,parts:[{kind:"text",text:z.content}],ts:z.ts||new Date().toISOString()}));h.current=E,f(E),o(T)}catch(A){if(R!==g.current)return;h.current=void 0,f(void 0),o([]),t?.(A?.message||u("shared_ui.err_load_conversation"))}},[e,l,t]),N=x.useCallback(async(j,E)=>{if(l)return;const R=++g.current;o([]);try{const A=await Io.thread(e,j,E);if(R!==g.current)return;const T=x9(A.messages??[]);h.current=void 0,f(void 0),o(T)}catch(A){if(R!==g.current)return;h.current=void 0,f(void 0),o([]),t?.(A?.message||u("shared_ui.err_load_conversation"))}},[e,l,t]);return{msgs:a,send:w,stop:S,clear:y,load:C,loadThread:N,streaming:l,conversationId:d}}function _9({msg:e,isLast:t,isAskAnswer:a,onCopy:o}){const l=e.role==="user",c=Zx(e),d=e.parts.some(f=>f.kind==="tool");if(l&&a){const f=Zx(e);if(UE(f))return n.jsx(m9,{text:f})}return n.jsxs("div",{className:me("group flex items-start gap-2",l?"justify-end":"justify-start"),children:[!l&&n.jsx("span",{className:"mt-0.5 grid size-7 shrink-0 place-items-center rounded-full bg-muted text-muted-foreground",children:n.jsx(cn,{size:14})}),n.jsxs("div",{className:me("flex min-w-0 flex-col gap-1.5",l?"items-end":"w-full max-w-[85%]"),children:[!l&&e.notes&&e.notes.length>0&&n.jsx("div",{className:"flex flex-col gap-0.5",children:e.notes.map((f,m)=>n.jsxs("span",{className:"flex items-center gap-1 text-[10px] text-amber-400/80",children:[n.jsx(W2,{size:10})," ",f]},m))}),!l&&e.inspector&&(e.inspector.loaded?.length||e.inspector.hinted?.length)?n.jsx($e,{content:u("shared_ui.skill_inspector_title",{embedder:e.inspector.embedder||"RAG"}),children:n.jsxs("div",{className:"flex flex-wrap items-center gap-1 text-[10px] text-sky-400/90",children:[n.jsx(aa,{size:10}),e.inspector.loaded?.map(f=>n.jsx("span",{className:"rounded bg-sky-500/15 px-1 py-0.5 font-mono",children:f},`l-${f}`)),e.inspector.hinted?.map(f=>n.jsxs("span",{className:"rounded border border-sky-500/30 px-1 py-0.5 font-mono opacity-70",children:[f,"?"]},`h-${f}`))]})}):null,e.parts.map((f,m)=>f.kind==="tool"?f.tool==="ask_questions"&&!l?n.jsx(p9,{part:f,pending:!!t},`${f.id}-${m}`):n.jsx(d9,{part:f},`${f.id}-${m}`):f.text?n.jsx("div",{className:me("whitespace-pre-wrap rounded-2xl px-3 py-2 text-sm leading-relaxed shadow-sm",l?"rounded-br-sm border border-emerald-500/30 bg-emerald-500/10 text-foreground dark:bg-emerald-500/15":"w-full rounded-bl-sm border border-border bg-card text-foreground"),children:f.text},m):null),!l&&e.pending&&e.parts.length===0&&n.jsx("div",{className:"rounded-2xl rounded-bl-sm border border-border bg-card px-3 py-2 text-sm text-muted-foreground",children:"…"}),n.jsxs("div",{className:"flex items-center gap-2 text-[10px] text-muted-foreground opacity-0 transition-opacity group-hover:opacity-100",children:[n.jsx("span",{children:v9(e.ts)}),!l&&e.model&&n.jsxs("span",{className:"font-mono",children:["· ",e.model]}),!l&&d&&n.jsxs("span",{children:["· ",u("shared_ui.tools_count",{n:e.parts.filter(f=>f.kind==="tool").length})]}),o&&c&&n.jsx($e,{content:u("chat_ui.copy"),children:n.jsxs("button",{type:"button",onClick:()=>o(c),className:"inline-flex items-center gap-1 hover:text-foreground","aria-label":u("chat_ui.copy"),children:[n.jsx(Ao,{size:10})," ",u("chat_ui.copy")]})})]})]}),l&&n.jsx("span",{className:"mt-0.5 grid size-7 shrink-0 place-items-center rounded-full bg-muted text-muted-foreground",children:n.jsx(Cb,{size:14})})]})}function v9(e){try{return new Date(e).toLocaleTimeString([],{hour:"2-digit",minute:"2-digit",second:"2-digit"})}catch{return e}}function sv({msgs:e,onCopy:t}){const a=x.useRef(null);if(x.useEffect(()=>{a.current?.scrollIntoView({behavior:"smooth",block:"end"})},[e]),e.length===0)return n.jsx("div",{className:"grid h-full place-items-center p-6",children:n.jsx(pt,{children:u("project.chat.empty")})});const o=e.length-1;return n.jsxs("div",{className:"space-y-4 px-3 py-4",children:[e.map((l,c)=>n.jsx(_9,{msg:l,isLast:c===o,isAskAnswer:y9(e,c),onCopy:t},c)),n.jsx("div",{ref:a})]})}function y9(e,t){const a=e[t];if(!a||a.role!=="user")return!1;const o=e[t-1];if(!o||o.role!=="assistant")return!1;for(let l=o.parts.length-1;l>=0;l--){const c=o.parts[l];if(c.kind==="tool")return c.tool==="ask_questions"}return!1}function j9(e){if(!e)return;const t=e.path??e.file??e.filename;return typeof t=="string"?t:void 0}function qE({msgs:e}){const[t,a]=x.useState(!1),{inTok:o,outTok:l,toolCount:c,changed:d,model:f}=x.useMemo(()=>{let h=0,g=0,b=0,_;const w=new Set,S=[];for(const y of e)if(y.role==="assistant"){y.usage&&(h+=y.usage.input_tokens||0,g+=y.usage.output_tokens||0),y.model&&(_=y.model);for(const C of y.parts)if(C.kind==="tool"&&(b+=1,BE.has(C.tool)&&C.status!=="error")){const N=j9(C.args);N&&!w.has(N)&&(w.add(N),S.push({path:N,tool:C.tool}))}}return{inTok:h,outTok:g,toolCount:b,changed:S,model:_}},[e]),m=o+l;return m===0&&c===0?null:n.jsxs("div",{className:"shrink-0 border-t border-border bg-card/40 text-[11px]",children:[n.jsxs("button",{type:"button",onClick:()=>d.length>0&&a(h=>!h),className:me("flex w-full items-center gap-3 px-4 py-1.5 text-muted-foreground",d.length>0&&"hover:text-foreground"),children:[n.jsxs("span",{className:"flex items-center gap-1",children:[n.jsx(Xf,{size:12})," ",Dh(m)," tok",n.jsxs("span",{className:"text-muted-foreground/60",children:["(",Dh(o),"↑ / ",Dh(l),"↓)"]})]}),c>0&&n.jsxs("span",{className:"flex items-center gap-1",children:[n.jsx(ra,{size:12})," ",c," tools"]}),d.length>0&&n.jsxs("span",{className:"flex items-center gap-1 text-violet-400",children:[n.jsx(mf,{size:12})," ",d.length," archivos"]}),f&&n.jsx("span",{className:"ml-auto font-mono text-muted-foreground/70",children:f}),d.length>0&&n.jsx(hs,{className:me("size-3 shrink-0 transition-transform",t&&"rotate-180")})]}),t&&d.length>0&&n.jsx("ul",{className:"max-h-40 space-y-0.5 overflow-y-auto border-t border-border/60 px-4 py-2",children:d.map(h=>n.jsxs("li",{className:"flex items-center gap-2 font-mono text-[11px]",children:[n.jsx(mf,{size:11,className:"shrink-0 text-violet-400"}),n.jsx("span",{className:"truncate",children:h.path}),n.jsx("span",{className:"ml-auto shrink-0 text-[10px] text-muted-foreground/60",children:h.tool==="write_file"?"write":"edit"})]},h.path))})]})}function Dh(e){return e>=1e3?`${(e/1e3).toFixed(1)}k`:String(e)}function Ul(){return{picked:new Set,text:"",skipped:!1}}function ok(e,t){const a=[];return e.forEach((o,l)=>{const c=t[l]||Ul();if(c.skipped){a.push(`- ${o.question}
781
+ → (omitido)`);return}const d=[];if(o.options&&o.options.length>0){const h=[...c.picked].sort((g,b)=>g-b).map(g=>o.options[g]?.label).filter(Boolean);h.length>0&&d.push(h.join(", "))}const f=c.text.trim();f&&d.push(o.options&&o.options.length>0?`(Otro: ${f})`:f);const m=d.length>0?d.join(" "):"(sin respuesta)";a.push(`- ${o.question}
782
+ → ${m}`)}),a.join(`
783
+ `)}function VE({turnKey:e,questions:t,onSubmit:a,onDismiss:o,disabled:l}){const c=t.length,[d,f]=x.useState(0),[m,h]=x.useState(()=>t.map(()=>Ul()));x.useEffect(()=>{f(0),h(t.map(()=>Ul()))},[e,t]);const g=t[d],b=m[d]||Ul(),_=!!g?.options&&g.options.length>0,w=!!g?.multiSelect,S=g?.allowText!==!1,y=T=>{h(z=>{const O=[...z],P=O[d]||Ul();return O[d]={...P,...T,skipped:!1},O})},C=T=>{h(z=>{const O=[...z],P=O[d]||Ul(),L=new Set(P.picked);return w?L.has(T)?L.delete(T):L.add(T):(L.clear(),L.add(T)),O[d]={...P,picked:L,skipped:!1},O})},N=x.useMemo(()=>!0,[]),j=d===c-1,E=()=>f(T=>Math.max(0,T-1)),R=()=>{if(j){a(ok(t,m));return}f(T=>Math.min(c-1,T+1))},A=()=>{if(h(T=>{const z=[...T];return z[d]={picked:new Set,text:"",skipped:!0},z}),j){const T=m.map((z,O)=>O===d?{picked:new Set,text:"",skipped:!0}:z);a(ok(t,T))}else f(T=>Math.min(c-1,T+1))};return x.useEffect(()=>{const T=z=>{if(l)return;const O=z.target?.tagName?.toLowerCase(),P=O==="input"||O==="textarea";if(z.key==="Enter"&&(z.metaKey||z.ctrlKey)){z.preventDefault(),R();return}if(!P&&_&&/^[1-9]$/.test(z.key)){const L=parseInt(z.key,10)-1;L<(g?.options?.length||0)&&(z.preventDefault(),C(L))}};return window.addEventListener("keydown",T),()=>window.removeEventListener("keydown",T)}),!g||c===0?null:n.jsxs("div",{className:me("mx-3 mb-2 rounded-xl border border-border bg-card/95 shadow-xl backdrop-blur supports-[backdrop-filter]:bg-card/80",l&&"pointer-events-none opacity-60"),"data-testid":"inline-ask-panel",children:[n.jsxs("header",{className:"flex items-start gap-2 border-b border-border px-3 py-2",children:[n.jsxs("span",{className:"mt-0.5 shrink-0 rounded-md bg-amber-500/15 px-1.5 py-0.5 text-[10px] font-mono font-medium text-amber-700 dark:text-amber-300",children:[d+1,"/",c]}),g.header&&n.jsx("span",{className:"mt-0.5 shrink-0 rounded-md bg-muted px-1.5 py-0.5 text-[10px] font-medium text-muted-foreground",children:g.header}),n.jsx("p",{className:"min-w-0 flex-1 text-sm font-semibold leading-snug",children:g.question}),o&&n.jsx("button",{type:"button",onClick:o,className:"rounded p-1 text-muted-foreground hover:bg-accent hover:text-foreground","aria-label":u("common.close"),children:n.jsx(xs,{className:"size-3.5"})})]}),n.jsxs("div",{className:"space-y-1 px-2 py-2",children:[_&&g.options.map((T,z)=>{const O=b.picked.has(z);return n.jsxs("button",{type:"button",onClick:()=>C(z),className:me("flex w-full items-start gap-2 rounded-md border border-transparent px-2 py-1.5 text-left transition",O?"border-emerald-500/40 bg-emerald-500/10":"hover:border-border hover:bg-accent/40"),children:[n.jsxs("div",{className:"min-w-0 flex-1",children:[n.jsx("div",{className:"text-xs font-medium",children:T.label}),T.description&&n.jsx("div",{className:"text-[11px] text-muted-foreground",children:T.description})]}),w?n.jsx("span",{className:me("mt-0.5 grid size-4 shrink-0 place-items-center rounded border",O?"border-emerald-500 bg-emerald-500 text-white":"border-border bg-background"),children:O&&n.jsx("span",{className:"text-[10px] leading-none",children:"✓"})}):n.jsx("span",{className:me("mt-0.5 grid size-4 shrink-0 place-items-center rounded border font-mono text-[10px]",O?"border-emerald-500 bg-emerald-500 text-white":"border-border bg-muted text-muted-foreground"),children:z+1})]},`${z}:${T.label}`)}),(S||!_)&&n.jsxs("div",{className:"rounded-md border border-transparent px-2 py-1.5 hover:border-border",children:[_&&n.jsx("div",{className:"mb-1 text-xs font-medium",children:u("ask_panel.other")}),n.jsx("input",{type:"text",value:b.text,onChange:T=>y({text:T.target.value}),placeholder:u(_?"ask_panel.other_placeholder":"ask_panel.text_placeholder"),className:"w-full rounded border border-border bg-background px-2 py-1 text-xs outline-none focus:border-emerald-500"})]})]}),n.jsxs("footer",{className:"flex items-center justify-between gap-2 border-t border-border px-3 py-2",children:[n.jsx("button",{type:"button",onClick:E,disabled:d===0,className:"rounded px-2 py-1 text-[11px] text-muted-foreground hover:bg-accent disabled:opacity-30",children:u("ask_panel.back")}),n.jsxs("div",{className:"flex items-center gap-1",children:[n.jsx("button",{type:"button",onClick:A,className:"rounded px-2 py-1 text-[11px] text-muted-foreground hover:bg-accent",children:u("ask_panel.skip")}),n.jsxs("button",{type:"button",onClick:R,disabled:!N,className:"inline-flex items-center gap-1 rounded bg-emerald-500/15 px-2 py-1 text-[11px] font-medium text-emerald-700 hover:bg-emerald-500/25 dark:text-emerald-300",children:[u(j?"ask_panel.submit":"ask_panel.next"),n.jsx(UA,{className:"size-3 opacity-60"})]})]})]})]})}function w9(e){if(typeof e=="string")return{question:e,options:[],multiSelect:!1,allowText:!0};if(!e||typeof e!="object")return null;const t=e,a=typeof t.question=="string"?t.question:"";if(!a)return null;const l=(Array.isArray(t.options)?t.options:[]).map(c=>{if(typeof c=="string")return{label:c};if(c&&typeof c=="object"&&typeof c.label=="string"){const d=c;return{label:d.label,description:typeof d.description=="string"?d.description:void 0}}return null}).filter(c=>c!==null);return{question:a,header:typeof t.header=="string"?t.header:void 0,options:l,multiSelect:t.multiSelect===!0,allowText:t.allowText!==!1}}function FE(e){if(!e.length)return null;const t=e[e.length-1];if(t.role!=="assistant")return null;let a=null,o=-1;for(let h=t.parts.length-1;h>=0;h--){const g=t.parts[h];if(g.kind==="tool"&&g.tool==="ask_questions"){a=g,o=h;break}}if(!a||o<0)return null;let l=null;if(typeof a.result=="string")try{l=JSON.parse(a.result)}catch{l=null}else a.result&&typeof a.result=="object"&&(l=a.result);const c=[];Array.isArray(a.args?.questions)&&c.push(a.args.questions),l&&Array.isArray(l.questions)&&c.push(l.questions);let d=[];for(const h of c)if(d=h.map(w9).filter(g=>!!g),d.length>0)break;return d.length?{turnKey:`${t.ts||""}#${o}`,questions:d}:null}const Jx={web:{label:"Web",icon:vb,order:0},telegram:{label:"Telegram",icon:Ca,order:1},desktop:{label:"Desktop",icon:jb,order:2},voice:{label:"Voice",icon:yb,order:3},a2a:{label:"Agent ↔ Agent",icon:cn,order:4},schedule:{label:"Schedule",icon:vM,order:5},other:{label:"Other",icon:Go,order:6}};function lk(e){if(!e)return"web";const t=e.toLowerCase();return t==="telegram"?"telegram":t==="voice"||t==="overlay"?"voice":t==="desktop"?"desktop":t==="web"||t==="sidebar"||t==="web-sidebar"?"web":t==="a2a"||t.startsWith("agent")?"a2a":t==="schedule"||t==="cron"||t==="routine"?"schedule":"other"}function k9({pid:e,slug:t,onLoaded:a}){const{data:o}=qe(`/projects/${e}/agents/${t}/conversations`,()=>Io.list(e,t),{revalidateOnFocus:!1});return x.useEffect(()=>{a(t,o)},[t,o]),null}function S9({pid:e,agents:t,superAgentSlug:a,superAgentLabel:o,selected:l,onSelect:c,onNewChat:d}){const[f,m]=x.useState(""),[h,g]=x.useState(""),[b,_]=x.useState({}),[w,S]=x.useState({}),[y,C]=x.useState(!1),N=String(e)==="0",j=qe(N?`/projects/${e}/super-agent/threads`:null,()=>Io.threads(e),{revalidateOnFocus:!1}),E=(D,I)=>{I&&S($=>{const F=$[D];return F&&F.length===I.length&&F===I?$:{...$,[D]:I}})},R=x.useMemo(()=>{const D=[];for(const I of t)for(const $ of w[I.slug]||[])D.push({...$,agent_slug:$.agent_slug||I.slug});return D},[t,w]),A=x.useMemo(()=>{const D=f.trim().toLowerCase();return R.filter(I=>!(h&&I.agent_slug!==h||D&&!`${I.title||""} ${I.id} ${I.agent_slug}`.toLowerCase().includes(D)))},[R,f,h]),T=x.useMemo(()=>{if(h&&h!==a)return[];const D=f.trim().toLowerCase();return(j.data||[]).filter(I=>D?`${I.title} ${I.id} ${I.channel}`.toLowerCase().includes(D):!0)},[j.data,f,h,a]),z=x.useMemo(()=>{const D=new Map,I=($,F)=>{const H=D.get($);H?H.push(F):D.set($,[F])};for(const $ of A)I(lk($.channel),{type:"conv",conv:$,sortTs:$.started_at||""});for(const $ of T)I(lk($.channel),{type:"thread",thread:$,sortTs:$.last_ts||$.started_at||""});return Array.from(D.entries()).map(([$,F])=>({key:$,items:F.sort((H,Y)=>new Date(Y.sortTs||0).getTime()-new Date(H.sortTs||0).getTime())})).sort(($,F)=>Jx[$.key].order-Jx[F.key].order)},[A,T]),O=x.useMemo(()=>[{slug:a,label:o},...t.map(D=>({slug:D.slug,label:D.slug}))],[t,a,o]),P=x.useMemo(()=>[{value:"",label:u("project.chat.list.all_agents")},{value:a,label:o},...t.map(D=>({value:D.slug,label:D.slug}))],[t,a,o]),L=R.length+(j.data?.length||0),U=Object.keys(w).length>0||t.length===0||!!j.data;return n.jsxs("aside",{className:"flex h-full w-72 shrink-0 flex-col border-r border-border bg-card/30",children:[t.map(D=>n.jsx(k9,{pid:e,slug:D.slug,onLoaded:E},D.slug)),n.jsxs("header",{className:"flex h-[57px] shrink-0 items-center justify-between gap-2 border-b border-border px-3",children:[n.jsxs("div",{className:"min-w-0",children:[n.jsx("p",{className:"truncate text-sm font-semibold",children:u("project.chat.list.title")}),n.jsx("p",{className:"text-[10px] text-muted-fg",children:u("project.chat.list.count",{n:L})})]}),n.jsxs("div",{className:"relative",children:[n.jsxs("button",{type:"button",onClick:()=>C(D=>!D),className:"inline-flex items-center gap-1 rounded-md border border-border bg-accent/60 px-2 py-1 text-[11px] font-medium hover:bg-accent",children:[n.jsx(It,{className:"size-3"})," ",u("project.chat.list.new")]}),y&&n.jsxs(n.Fragment,{children:[n.jsx("button",{type:"button","aria-hidden":!0,tabIndex:-1,className:"fixed inset-0 z-10 cursor-default",onClick:()=>C(!1)}),n.jsxs("div",{className:"absolute right-0 top-full z-20 mt-1 w-56 rounded-md border border-border bg-card p-1 shadow-lg",children:[n.jsx("p",{className:"px-2 py-1 text-[10px] font-semibold uppercase tracking-wider text-muted-fg",children:u("project.chat.list.pick_agent")}),n.jsx("div",{className:"max-h-64 overflow-y-auto",children:O.map(D=>n.jsxs("button",{type:"button",onClick:()=>{C(!1),d(D.slug)},className:"flex w-full items-center gap-2 rounded px-2 py-1.5 text-left text-xs hover:bg-accent/50",children:[n.jsx(cn,{className:"size-3 shrink-0 text-muted-fg"}),n.jsx("span",{className:"truncate",children:D.label})]},`new-${D.slug}`))})]})]})]})]}),n.jsxs("div",{className:"space-y-2 border-b border-border p-2",children:[n.jsx(Ne,{value:f,onChange:D=>m(D.target.value),placeholder:u("project.chat.list.search")}),n.jsx(ut,{value:h,onChange:g,options:P})]}),n.jsxs("div",{className:"flex-1 space-y-3 overflow-y-auto p-2",children:[!U&&n.jsx("div",{className:"px-2 py-1",children:n.jsx(rt,{})}),z.map(D=>n.jsx(C9,{keyName:D.key,count:D.items.length,collapsed:!!b[D.key],onToggle:()=>_(I=>({...I,[D.key]:!I[D.key]})),children:D.items.map(I=>{if(I.type==="thread"){const H=I.thread,Y=l.kind==="thread"&&l.channel===H.channel&&l.threadId===H.id;return n.jsx(ik,{title:H.title,subtitle:[H.channel,`${H.messages} msg`].join(" · "),badge:"super",timeAgo:H.last_ts,selected:Y,onClick:()=>c({kind:"thread",channel:H.channel,threadId:H.id},{channel:H.channel,createdAt:H.started_at,title:H.title})},`thread-${H.channel}-${H.id}`)}const $=I.conv,F=l.kind==="conv"&&l.agentSlug===$.agent_slug&&l.convId===$.id;return n.jsx(ik,{title:$.title||$.id,subtitle:[$.agent_slug,`${$.messages??0} msg`].filter(Boolean).join(" · "),badge:$.agent_slug,timeAgo:$.started_at,selected:F,onClick:()=>c({kind:"conv",agentSlug:$.agent_slug,convId:$.id},{channel:$.channel,createdAt:$.started_at,title:$.title})},`${$.agent_slug}-${$.id}`)})},D.key)),U&&R.length===0&&T.length===0&&n.jsx("p",{className:"px-3 py-6 text-center text-xs text-muted-fg",children:u("project.chat.list.empty")})]})]})}function C9({keyName:e,count:t,collapsed:a,onToggle:o,children:l}){const c=Jx[e],d=c.icon;return n.jsxs("section",{className:"space-y-1",children:[n.jsxs("button",{type:"button",onClick:o,className:"flex w-full items-center justify-between rounded-md px-2 py-1 text-muted-fg hover:bg-accent/30",children:[n.jsxs("span",{className:"inline-flex items-center gap-1.5",children:[a?n.jsx(Xr,{className:"size-3"}):n.jsx(hs,{className:"size-3"}),n.jsx(d,{className:"size-3"}),n.jsx("span",{className:"text-[10px] font-semibold uppercase tracking-wider",children:c.label})]}),n.jsx("span",{className:"text-[10px]",children:t})]}),!a&&n.jsx("div",{className:"space-y-0.5",children:l})]})}function ik({title:e,subtitle:t,badge:a,timeAgo:o,selected:l,onClick:c}){return n.jsxs("button",{type:"button",onClick:c,className:Uc("w-full rounded-md border px-2.5 py-2 text-left transition-colors",l?"border-primary/50 bg-primary/10":"border-transparent hover:border-border hover:bg-accent/40"),children:[n.jsxs("div",{className:"flex items-start justify-between gap-2",children:[n.jsx("p",{className:Uc("truncate text-sm",l?"font-semibold":"font-medium"),children:e}),o&&n.jsxs("span",{className:"inline-flex shrink-0 items-center gap-0.5 text-[10px] text-muted-fg",children:[n.jsx(H2,{className:"size-2.5"}),N9(o)]})]}),n.jsxs("div",{className:"mt-0.5 flex items-center justify-between gap-2 text-[10px] text-muted-fg",children:[n.jsx("span",{className:"truncate",children:t}),a&&n.jsxs("span",{className:"inline-flex shrink-0 items-center gap-1 rounded bg-accent/50 px-1.5 py-0.5",children:[n.jsx(Cb,{className:"size-2.5"}),a]})]})]})}function N9(e){if(!e)return"";const t=new Date(e).getTime();if(!Number.isFinite(t))return"";const a=Date.now()-t,o=Math.floor(a/6e4);if(o<1)return"now";if(o<60)return`${o}m`;const l=Math.floor(o/60);return l<24?`${l}h`:`${Math.floor(l/24)}d`}const Kd="__super_agent__";function E9({pid:e}){const t=Ze(),[a,o]=Fo(),l=qe(`/projects/${e}/agents`,()=>on.list(e)),[c,d]=x.useState(!1),[f,m]=x.useState(""),[h,g]=x.useState(null),{msgs:b,send:_,stop:w,clear:S,load:y,loadThread:C,streaming:N}=b9(e,ee=>t.error(ee)),j=Np(),[E,R]=x.useState(()=>{const ee=a.get("agent"),re=a.get("conv"),le=a.get("channel"),ge=a.get("thread");return le&&ge?{kind:"thread",channel:le,threadId:ge}:ee&&re?{kind:"conv",agentSlug:ee,convId:re}:ee?{kind:"live",agentSlug:ee}:{kind:"live",agentSlug:Kd}}),[A,T]=x.useState(void 0),[z,O]=x.useState(!1),[P,L]=x.useState(!1),U=(ee,re)=>{R(ee),T(re);const le=new URLSearchParams;ee.kind==="conv"?(le.set("agent",ee.agentSlug),le.set("conv",ee.convId)):ee.kind==="thread"?(le.set("channel",ee.channel),le.set("thread",ee.threadId)):le.set("agent",ee.agentSlug),o(le,{replace:!0})},D=l.data||[],I=ee=>ee===Kd,$=x.useMemo(()=>E.kind==="thread"?void 0:D.find(ee=>ee.slug===E.agentSlug),[D,E]),F=E.kind==="thread"||I(E.agentSlug);x.useEffect(()=>{E.kind==="conv"?y(E.agentSlug,E.convId):E.kind==="thread"?C(E.channel,E.threadId):S()},[E.kind,E.kind==="conv"?E.convId:E.kind==="thread"?`${E.channel}:${E.threadId}`:E.agentSlug]);const H=async ee=>{if(F){await _(ee,{model:f||void 0});return}$&&await _(ee,{model:f||void 0,agentSlug:$.slug})},Y=async ee=>{try{await navigator.clipboard.writeText(ee),t.info(u("project.chat.copied"))}catch{}},V=ee=>{U({kind:"live",agentSlug:ee}),S()},G=()=>{const ee=F?Kd:$?.slug??E.agentSlug;U({kind:"live",agentSlug:ee}),S()},K=async()=>{L(!0);try{E.kind==="conv"?(await Io.remove(e,E.agentSlug,E.convId),Rf(`/projects/${e}/agents/${E.agentSlug}/conversations`)):E.kind==="thread"&&(await Io.removeThread(e,E.channel,E.threadId),Rf(`/projects/${e}/super-agent/threads`)),t.success(u("project.chat.deleted")),O(!1),G()}catch(ee){t.error(ee?.message||u("shared_ui.err_chat_failed"))}finally{L(!1)}},B=F?j:$?.slug??E.agentSlug,Q=E.kind==="thread"?E.channel:A?.channel||"web",Z=E.kind==="thread"?E.threadId:A?.createdAt,X=E.kind==="live"?u("project.chat.live_title",{agent:B}):A?.title||(E.kind==="thread"?E.threadId:E.convId),ne=Z?u("project.chat.meta_created",{date:R9(Z),channel:Q}):u("project.chat.meta_new",{channel:Q});return l.isLoading?n.jsx(rt,{}):n.jsxs("div",{className:"flex h-full overflow-hidden rounded-xl border border-border bg-card/40",children:[n.jsx(S9,{pid:e,agents:D,superAgentSlug:Kd,superAgentLabel:u("agents_ui.super_agent_label",{persona:j}),selected:E,onSelect:U,onNewChat:V}),n.jsxs("section",{className:"flex min-w-0 flex-1 flex-col",children:[n.jsxs("header",{className:"flex shrink-0 items-center justify-between gap-3 border-b border-border px-4 py-3",children:[n.jsxs("div",{className:"min-w-0",children:[n.jsx("h2",{className:"truncate text-sm font-semibold",children:X}),n.jsx("p",{className:"truncate text-[11px] text-muted-fg",children:ne})]}),n.jsxs("div",{className:"flex items-center gap-2",children:[F?n.jsx(He,{tone:"success",children:u("agents_ui.super_agent_badge")}):n.jsx(He,{tone:"info",children:B}),!D.length&&!F&&n.jsxs(ae,{variant:"primary",size:"sm",onClick:()=>d(!0),children:[n.jsx(It,{size:14})," ",u("project.chat.create_agent")]}),n.jsxs(ae,{variant:"ghost",size:"sm",disabled:N||b.length===0,onClick:G,children:[n.jsx(mi,{size:13})," ",u("project.chat.new_session")]}),(E.kind==="conv"||E.kind==="thread")&&n.jsxs(ae,{variant:"destructive",size:"sm",disabled:N,onClick:()=>O(!0),children:[n.jsx(vn,{size:13})," ",u("project.chat.delete")]})]})]}),n.jsx("div",{className:"flex-1 overflow-y-auto",children:b.length?n.jsx(sv,{msgs:b,onCopy:Y}):n.jsx("div",{className:"flex h-full items-center justify-center p-8",children:n.jsx("p",{className:"text-sm text-muted-fg",children:u("project.chat.empty")})})}),n.jsx(qE,{msgs:b}),(()=>{const ee=N?null:FE(b);return!ee||ee.turnKey===h?null:n.jsx(VE,{turnKey:ee.turnKey,questions:ee.questions,onSubmit:re=>void H(re),onDismiss:()=>g(ee.turnKey),disabled:N})})(),n.jsx(o9,{onSend:H,onStop:w,streaming:N,model:f,onModelChange:m})]}),n.jsx(T9,{open:c,pid:e,onClose:()=>d(!1),onCreated:()=>{d(!1),l.mutate()}}),n.jsx(Zt,{open:z,onClose:()=>O(!1),title:u("project.chat.delete_confirm_title"),description:u("project.chat.delete_confirm_desc"),size:"sm",footer:n.jsxs(n.Fragment,{children:[n.jsx(ae,{variant:"ghost",onClick:()=>O(!1),disabled:P,children:u("common.cancel")}),n.jsxs(ae,{variant:"destructive",onClick:K,loading:P,children:[n.jsx(vn,{size:14})," ",u("project.chat.delete")]})]}),children:n.jsx("p",{className:"text-sm text-muted-fg",children:X})})]})}function R9(e){if(!e)return"";const t=new Date(e);return Number.isNaN(t.getTime())?e:t.toLocaleDateString()}function T9({open:e,onClose:t,onCreated:a,pid:o}){const l=Ze(),[c,d]=x.useState(""),[f,m]=x.useState("master"),[h,g]=x.useState(""),[b,_]=x.useState(!0),[w,S]=x.useState(!1),y=async()=>{if(!/^[a-z][a-z0-9_-]*$/.test(c)){l.error(u("project.agents.slug_invalid"));return}S(!0);try{await on.create(o,{slug:c,role:f,model:h||void 0,is_master:b}),l.success(u("project.agents.created",{slug:c})),d(""),m("master"),g(""),_(!0),a()}catch(C){l.error(C.message)}finally{S(!1)}};return n.jsx(Zt,{open:e,onClose:t,title:u("project.chat.create_agent_title"),description:u("project.chat.create_agent_desc"),footer:n.jsxs(n.Fragment,{children:[n.jsx(ae,{variant:"ghost",onClick:t,disabled:w,children:u("common.cancel")}),n.jsx(ae,{variant:"primary",onClick:y,loading:w,children:u("common.create")})]}),children:n.jsxs("div",{className:"space-y-3",children:[n.jsx(oe,{label:"slug",children:n.jsx(Ne,{autoFocus:!0,value:c,onChange:C=>d(C.target.value),placeholder:"master"})}),n.jsx(oe,{label:u("project.chat.role_label"),children:n.jsx(Ne,{value:f,onChange:C=>m(C.target.value),placeholder:"master"})}),n.jsx(oe,{label:u("project.chat.model_label"),hint:u("project.chat.model_hint"),children:n.jsx(Ne,{value:h,onChange:C=>g(C.target.value)})}),n.jsx(Bt,{checked:b,onChange:_,label:u("project.chat.master_label")})]})})}function A9(e){return e.kind==="project"?"project":`agent:${e.slug}`}function M9(e){return e.kind==="project"?".apc/memory.md":`agents/${e.slug}/memory.md`}function O9(e,t){return t.kind==="project"?Wn.memory.get(e).then(a=>a.body):on.memory.get(e,t.slug).then(a=>a.body)}function z9(e,t,a){return t.kind==="project"?Wn.memory.put(e,a).then(()=>{}):on.memory.put(e,t.slug,a).then(()=>{})}function ck({active:e,onClick:t,icon:a,iconClass:o,label:l,sub:c}){return n.jsxs("button",{type:"button",onClick:t,className:me("flex w-full items-center gap-2 rounded px-1.5 py-1 text-left text-[13px]",e?"bg-primary/15 text-foreground":"text-foreground/80 hover:bg-accent/40"),children:[n.jsx(a,{className:me("size-3.5 shrink-0",o??"text-muted-foreground")}),n.jsx("span",{className:"min-w-0 flex-1 truncate",children:l}),c&&n.jsx("span",{className:"shrink-0 truncate text-[11px] text-muted-foreground",children:c})]})}function D9({pid:e}){const t=Ze(),[a,o]=x.useState({kind:"project"}),l=qe(`/projects/${e}/agents`,()=>on.list(e)),c=`/memory/${e}/${A9(a)}`,d=qe(c,()=>O9(e,a)),f=x.useMemo(()=>{if(d.data===void 0)return null;const g=d.data??"";return{path:M9(a),name:"memory.md",kind:"markdown",size:g.length,modified:"",encoding:"utf8",content:g}},[d.data,a]),m=async g=>{await z9(e,a,g),t.success(u("project.memories.saved")),d.mutate(g,{revalidate:!1})},h=l.data||[];return n.jsxs("div",{className:"flex h-full min-h-0 overflow-hidden rounded-xl border border-border bg-card",children:[n.jsxs("div",{className:"flex w-64 shrink-0 flex-col border-r border-border",children:[n.jsxs("div",{className:"flex shrink-0 items-center gap-2 border-b border-border px-3 py-2",children:[n.jsx(pf,{className:"size-4 text-muted-foreground"}),n.jsx("span",{className:"flex-1 text-xs font-semibold uppercase tracking-wide text-muted-foreground",children:u("project.memories.sidebar_title")}),n.jsx("button",{type:"button",onClick:()=>{l.mutate(),d.mutate()},className:"text-muted-foreground hover:text-foreground","aria-label":u("common.refresh"),children:n.jsx(Ns,{className:l.isValidating?"size-3.5 animate-spin":"size-3.5"})})]}),n.jsxs("div",{className:"min-h-0 flex-1 overflow-y-auto p-1.5",children:[n.jsx("p",{className:"px-1.5 pb-1 pt-1 text-[10px] font-semibold uppercase tracking-wide text-muted-foreground/60",children:u("project.memories.general_group")}),n.jsx(ck,{active:a.kind==="project",onClick:()=>o({kind:"project"}),icon:pf,iconClass:"text-sky-500",label:u("project.memories.general_item")}),n.jsx("p",{className:"px-1.5 pb-1 pt-3 text-[10px] font-semibold uppercase tracking-wide text-muted-foreground/60",children:u("project.memories.agents_title")}),l.isLoading?n.jsx("div",{className:"flex justify-center py-4",children:n.jsx(_n,{size:14})}):h.length===0?n.jsx("div",{className:"px-1.5 py-2",children:n.jsx(pt,{children:u("project.memories.no_agents")})}):h.map(g=>n.jsx(ck,{active:a.kind==="agent"&&a.slug===g.slug,onClick:()=>o({kind:"agent",slug:g.slug}),icon:g.is_master?ya:cn,iconClass:g.is_master?"text-violet-400":"text-muted-foreground",label:g.slug,sub:g.role||void 0},g.slug))]})]}),n.jsx("div",{className:"flex min-w-0 flex-1 flex-col",children:n.jsx(W_,{file:f,loading:d.isLoading,onSave:m})})]})}function P9({pid:e}){return n.jsx("div",{className:"h-full",children:n.jsx(D9,{pid:e})})}const L9=/\.(html?|jsx|tsx|js)$/i;function I9({pid:e,entry:t,onDeleted:a,onRenamed:o,onRunInTerminal:l,onEditArtifact:c}){const[d,f]=x.useState(!1),[m,h]=x.useState(null),g=Ze(),[b,_]=x.useState(null),[w,S]=x.useState(!1),[y,C]=x.useState(!1),N=L9.test(t.name),[j,E]=x.useState(!1),[R,A]=x.useState(t.name),T=x.useRef(null),[z,O]=x.useState(!1),[P,L]=x.useState(!1),[U,D]=x.useState(!1),I=z?["artifact",e,t.name]:null,$=qe(I,()=>Zs.read(e,t.name),{revalidateOnFocus:!1}),F=!$.data?.content||$.data.content.startsWith("#!"),H=async X=>{try{await navigator.clipboard.writeText(X),g.info(u("modules_ui.code_copied"))}catch{}},Y=async()=>{f(!0),h(null);try{const X=await Zs.run(e,t.name);h(X),X.ok?g.info(u("modules_ui.code_artifact_exit_ok",{ms:X.durationMs??0})):g.error(u("modules_ui.code_artifact_exit_fail",{code:X.exitCode??X.signal??"?",timeout:X.timedOut?u("modules_ui.code_artifact_timeout_suffix"):""}))}catch(X){g.error(X.message)}finally{f(!1)}},V=async()=>{S(!0);try{const X=await Zs.preview(e,t.name);_(X),window.open(X.url,"_blank","noopener,noreferrer")}catch(X){g.error(X.message)}finally{S(!1)}},G=async()=>{if(b){C(!0);try{const X=await Zs.openTunnel(b.id);_({...b,tunnel:{id:X.id,url:X.url,provider:X.provider}}),window.open(X.url,"_blank","noopener,noreferrer")}catch(X){g.error(X.message)}finally{C(!1)}}},K=async()=>{if(b){try{await Zs.stopPreview(b.id)}catch{}_(null)}},B=async()=>{D(!0);try{await Zs.remove(e,t.name),L(!1),a()}catch(X){g.error(X.message)}finally{D(!1)}},Q=()=>{A(t.name),E(!0),requestAnimationFrame(()=>T.current?.select())},Z=async()=>{const X=R.trim();if(E(!1),!(!X||X===t.name))try{await Zs.rename(e,t.name,X),o()}catch(ne){g.error(ne.message)}};return n.jsxs("li",{className:"rounded-md border border-border",children:[n.jsxs("div",{className:"flex w-full items-center gap-2 px-2 py-1.5 text-xs",children:[n.jsx(bb,{className:"size-3.5 shrink-0 text-emerald-600 dark:text-emerald-400"}),j?n.jsx("input",{ref:T,value:R,onChange:X=>A(X.target.value),onBlur:()=>void Z(),onKeyDown:X=>{X.key==="Enter"&&Z(),X.key==="Escape"&&E(!1)},autoFocus:!0,className:"min-w-0 flex-1 rounded border border-border bg-background px-1 py-0.5 font-mono text-xs outline-none focus:ring-1 focus:ring-ring"}):n.jsx("span",{className:"min-w-0 flex-1 truncate font-mono",children:t.name}),n.jsx($e,{content:u("code_module.artifacts_rename"),children:n.jsx("button",{type:"button",onClick:Q,className:"shrink-0 rounded p-0.5 text-muted-foreground hover:bg-accent hover:text-foreground",children:n.jsx(Sa,{className:"size-3"})})}),n.jsxs("span",{className:"shrink-0 font-mono text-[10px] text-muted-foreground",children:[t.size,"b"]})]}),n.jsxs("div",{className:"space-y-2 border-t border-border p-2",children:[n.jsxs("div",{className:"flex w-full min-w-0 items-center gap-1 rounded bg-muted px-1.5 py-0.5",children:[n.jsx("code",{className:"min-w-0 flex-1 truncate font-mono text-[10px] text-muted-foreground",children:t.path}),n.jsx($e,{content:u("code_module.artifacts_copy_path"),children:n.jsx("button",{type:"button",onClick:()=>void H(t.path),className:"shrink-0 rounded p-0.5 text-muted-foreground hover:bg-accent hover:text-foreground",children:n.jsx(Ao,{className:"size-3"})})})]}),n.jsxs("div",{className:"flex flex-wrap items-center gap-1 mt-1",children:[n.jsxs(Hx,{open:z,onOpenChange:O,children:[n.jsx($e,{content:u("code_module.artifacts_view"),children:n.jsxs("button",{type:"button",onClick:()=>O(!0),className:"inline-flex items-center gap-1 rounded px-1.5 py-1 text-[10px] font-medium bg-blue-500/15 text-blue-700 hover:bg-blue-500/25 dark:text-blue-300",children:[n.jsx(eu,{className:"size-3"}),u("modules_ui.code_artifact_view_short")]})}),n.jsxs(qx,{className:"sm:max-w-lg",children:[n.jsx(Vx,{children:n.jsx(Fx,{className:"font-mono text-sm",children:t.name})}),$.isLoading?n.jsx("div",{className:"flex justify-center py-6",children:n.jsx(_n,{size:16})}):n.jsx("pre",{className:"max-h-96 overflow-auto rounded bg-muted/50 p-3 font-mono text-[11px] leading-tight whitespace-pre-wrap break-all",children:$.data?.content??""}),n.jsx(Rw,{showCloseButton:!0})]})]}),c&&n.jsx($e,{content:u("code_module.artifacts_edit"),children:n.jsxs("button",{type:"button",onClick:()=>c(t.name),className:"inline-flex items-center gap-1 rounded px-1.5 py-1 text-[10px] font-medium bg-violet-500/15 text-violet-700 hover:bg-violet-500/25 dark:text-violet-300",children:[n.jsx(bM,{className:"size-3"}),u("modules_ui.code_artifact_edit_short")]})}),F&&n.jsx($e,{content:u("code_module.artifacts_run"),children:n.jsxs("button",{type:"button",disabled:d,onClick:()=>l?l(`apx artifact run ${t.name}`):void Y(),className:"inline-flex items-center gap-1 rounded px-1.5 py-1 text-[10px] font-medium bg-emerald-500/15 text-emerald-700 hover:bg-emerald-500/25 disabled:opacity-60 dark:text-emerald-300",children:[d?n.jsx(_n,{size:10}):n.jsx(wb,{className:"size-3"}),u("code_module.artifacts_run")]})}),N&&n.jsx($e,{content:u("code_module.artifacts_preview_hint"),children:n.jsxs("button",{type:"button",disabled:w,onClick:()=>void V(),className:"inline-flex items-center gap-1 rounded px-1.5 py-1 text-[10px] font-medium bg-sky-500/15 text-sky-700 hover:bg-sky-500/25 disabled:opacity-60 dark:text-sky-300",children:[w?n.jsx(_n,{size:10}):n.jsx(xb,{className:"size-3"}),u("code_module.artifacts_preview")]})}),b&&!b.tunnel&&n.jsx($e,{content:u("code_module.artifacts_share_hint"),children:n.jsxs("button",{type:"button",disabled:y,onClick:()=>void G(),className:"inline-flex items-center gap-1 rounded px-1.5 py-1 text-[10px] font-medium bg-amber-500/15 text-amber-700 hover:bg-amber-500/25 disabled:opacity-60 dark:text-amber-300",children:[y?n.jsx(_n,{size:10}):n.jsx(gM,{className:"size-3"}),u("code_module.artifacts_share")]})}),n.jsxs(Hx,{open:P,onOpenChange:L,children:[n.jsx($e,{content:u("code_module.artifacts_delete"),children:n.jsx("button",{type:"button",onClick:()=>L(!0),className:"ml-auto rounded p-1 text-rose-600 hover:bg-rose-50 dark:text-rose-400 dark:hover:bg-rose-950",children:n.jsx(vn,{className:"size-3"})})}),n.jsxs(qx,{className:"sm:max-w-sm",children:[n.jsx(Vx,{children:n.jsxs(Fx,{className:"font-mono text-sm",children:[u("code_module.artifacts_delete")," — ",t.name]})}),n.jsx("p",{className:"px-1 text-sm text-muted-foreground",children:u("code_module.artifacts_delete_confirm")}),n.jsxs(Rw,{children:[n.jsx(nL,{render:n.jsx("button",{type:"button",className:"rounded px-3 py-1.5 text-xs font-medium hover:bg-accent"}),children:u("common.cancel")}),n.jsxs("button",{type:"button",onClick:()=>void B(),disabled:U,className:me("inline-flex items-center gap-1.5 rounded px-3 py-1.5 text-xs font-medium",U?"bg-muted text-muted-foreground":"bg-rose-500/15 text-rose-700 hover:bg-rose-500/25 dark:text-rose-300"),children:[U&&n.jsx(_n,{size:10}),u("code_module.delete")]})]})]})]})]}),n.jsxs("div",{className:"mt-1 text-[10px] text-muted-foreground",children:[u("code_module.artifacts_run_hint")," ",n.jsxs("code",{className:"rounded bg-muted px-1 font-mono",children:["apx artifact run ",t.name]})]}),b&&n.jsxs("div",{className:"space-y-1 rounded border border-sky-500/30 bg-sky-500/5 p-2",children:[n.jsxs("div",{className:"flex items-center gap-2",children:[n.jsx("span",{className:"shrink-0 text-[10px] font-medium text-muted-foreground",children:u("code_module.artifacts_preview_local")}),n.jsx("a",{href:b.url,target:"_blank",rel:"noopener noreferrer",className:"min-w-0 flex-1 truncate font-mono text-[10px] text-sky-700 underline hover:text-sky-900 dark:text-sky-300",children:b.url}),n.jsx($e,{content:u("code_module.artifacts_copy_url"),children:n.jsx("button",{type:"button",onClick:()=>void H(b.url),className:"shrink-0 rounded p-0.5 text-muted-foreground hover:bg-accent hover:text-foreground",children:n.jsx(Ao,{className:"size-3"})})}),n.jsx($e,{content:u("code_module.artifacts_stop_preview"),children:n.jsx("button",{type:"button",onClick:()=>void K(),className:"shrink-0 rounded p-0.5 text-rose-600 hover:bg-rose-50 dark:text-rose-400 dark:hover:bg-rose-950",children:n.jsx(Sb,{className:"size-3"})})})]}),b.tunnel&&n.jsxs("div",{className:"flex items-center gap-2",children:[n.jsx("span",{className:"shrink-0 text-[10px] font-medium text-amber-700 dark:text-amber-300",children:u("code_module.artifacts_preview_public")}),n.jsx("a",{href:b.tunnel.url,target:"_blank",rel:"noopener noreferrer",className:"min-w-0 flex-1 truncate font-mono text-[10px] text-amber-700 underline hover:text-amber-900 dark:text-amber-300",children:b.tunnel.url}),n.jsx("span",{className:"shrink-0 font-mono text-[9px] text-muted-foreground",children:b.tunnel.provider}),n.jsx($e,{content:u("code_module.artifacts_copy_url"),children:n.jsx("button",{type:"button",onClick:()=>void H(b.tunnel.url),className:"shrink-0 rounded p-0.5 text-muted-foreground hover:bg-accent hover:text-foreground",children:n.jsx(Ao,{className:"size-3"})})})]})]}),m&&n.jsxs("div",{className:"space-y-1",children:[n.jsxs("div",{className:"flex items-center gap-2 text-[10px]",children:[n.jsx("span",{className:me("rounded px-1.5 py-0.5 font-mono",m.ok?"bg-emerald-500/15 text-emerald-700 dark:text-emerald-300":"bg-rose-500/15 text-rose-700 dark:text-rose-300"),children:u("modules_ui.code_artifact_exit_badge",{code:m.exitCode??m.signal??"?"})}),m.timedOut&&n.jsx("span",{className:"rounded bg-amber-500/15 px-1.5 py-0.5 font-mono text-amber-700 dark:text-amber-300",children:u("modules_ui.code_artifact_timeout")}),m.truncated&&n.jsx("span",{className:"rounded bg-amber-500/15 px-1.5 py-0.5 font-mono text-amber-700 dark:text-amber-300",children:u("modules_ui.code_artifact_truncated")}),n.jsxs("span",{className:"font-mono text-muted-foreground",children:[m.durationMs,"ms"]})]}),m.stdout&&n.jsx("pre",{className:"max-h-32 overflow-auto rounded bg-background/60 p-2 text-[10px] leading-tight",children:m.stdout}),m.stderr&&n.jsx("pre",{className:"max-h-32 overflow-auto rounded bg-rose-500/5 p-2 text-[10px] leading-tight text-rose-700 dark:text-rose-300",children:m.stderr})]})]})]})}function GE({pid:e,onRunInTerminal:t,onEditArtifact:a}){const o=qe(e?["artifacts",e]:null,()=>Zs.list(e)),l=o.data||[];return n.jsxs("div",{className:"flex h-full flex-col","data-testid":"code-artifacts-tab",children:[n.jsxs("div",{className:"flex shrink-0 items-center justify-between px-3 py-2",children:[n.jsx("span",{className:"text-[11px] text-muted-foreground",children:l.length>0?u("code_module.artifacts_count",{n:l.length}):""}),n.jsx($e,{content:u("code_module.reload"),children:n.jsx("button",{type:"button",onClick:()=>void o.mutate(),className:"rounded p-1 text-muted-foreground hover:bg-accent hover:text-foreground",children:o.isLoading?n.jsx(_n,{size:12}):n.jsx(Ns,{className:"size-3"})})})]}),n.jsx("div",{className:"min-h-0 flex-1 overflow-y-auto px-3 pb-3",children:l.length===0?n.jsx(pt,{children:u("code_module.artifacts_none")}):n.jsx("ul",{className:"space-y-1.5",children:l.map(c=>n.jsx(I9,{pid:e,entry:c,onDeleted:()=>void o.mutate(),onRenamed:()=>void o.mutate(),onRunInTerminal:t,onEditArtifact:a},c.name))})})]})}function B9({pid:e}){const t=Pn(),a=o=>{const l=new URLSearchParams({pid:e,...o}).toString();t(`/m/code?${l}`)};return n.jsx(Ye,{title:u("project.artifacts.title"),description:u("project.artifacts.subtitle"),fullHeight:!0,className:"min-h-[24rem]",children:n.jsx(GE,{pid:e,onRunInTerminal:o=>a({cmd:o}),onEditArtifact:o=>a({edit:o})})})}function U9({pid:e}){const t=Ze(),a=qe(`/projects/${e}/organization`,()=>qr.get(e)),[o,l]=x.useState(null),[c,d]=x.useState(null),[f,m]=x.useState(null),h=()=>void a.mutate(),g=a.data?.areas??[],b=a.data?.roles??[],_=S=>b.filter(y=>y.area===S),w=async()=>{f&&(f.kind==="area"?await qr.removeArea(e,f.slug):await qr.removeRole(e,f.slug),t.success(u("common.deleted")),h())};return n.jsxs("div",{className:"space-y-6",children:[n.jsxs(Ye,{title:u("structure.title"),description:u("structure.subtitle"),action:n.jsxs("div",{className:"flex gap-2",children:[n.jsxs(ae,{size:"sm",variant:"secondary","data-testid":"structure-new-area",onClick:()=>l({}),children:[n.jsx(It,{className:"size-3.5"}),u("structure.new_area")]}),n.jsxs(ae,{size:"sm",variant:"primary",onClick:()=>d({}),children:[n.jsx(It,{className:"size-3.5"}),u("structure.new_role")]})]}),children:[n.jsxs("div",{className:"mb-4 flex items-start gap-2 rounded-lg border border-sky-500/20 bg-sky-500/5 px-3 py-2 text-[13px] text-muted-foreground",children:[n.jsx(W2,{className:"mt-0.5 size-4 shrink-0 text-sky-500"}),n.jsx("span",{children:u("structure.info")})]}),a.isLoading?n.jsx(rt,{}):g.length===0&&b.length===0?n.jsx(pt,{children:u("structure.empty")}):n.jsxs("div",{className:"grid gap-3 md:grid-cols-2 xl:grid-cols-3",children:[g.map(S=>n.jsxs("div",{className:"group rounded-lg border border-border bg-card/50 p-3",children:[n.jsxs("div",{className:"flex items-start gap-2",children:[n.jsx(G2,{className:"mt-0.5 size-4 shrink-0 text-emerald-500"}),n.jsxs("div",{className:"min-w-0 flex-1",children:[n.jsxs("div",{className:"flex items-center gap-2",children:[n.jsx("span",{className:"truncate text-sm font-semibold",children:S.name}),n.jsx("span",{className:"font-mono text-[10px] text-muted-foreground",children:S.slug})]}),S.goal&&n.jsx("p",{className:"mt-0.5 text-xs text-muted-foreground",children:S.goal})]}),n.jsxs("div",{className:"flex shrink-0 gap-1 opacity-0 transition-opacity group-hover:opacity-100",children:[n.jsx("button",{type:"button",onClick:()=>l({editing:S}),className:"text-muted-foreground hover:text-foreground","aria-label":u("common.edit"),children:n.jsx(Sa,{className:"size-3.5"})}),n.jsx("button",{type:"button",onClick:()=>m({kind:"area",slug:S.slug,name:S.name}),className:"text-muted-foreground hover:text-red-500","aria-label":u("common.delete"),children:n.jsx(vn,{className:"size-3.5"})})]})]}),n.jsxs("div",{className:"mt-3 border-t border-border/60 pt-2",children:[n.jsxs("div",{className:"mb-1.5 flex items-center justify-between",children:[n.jsxs("span",{className:"text-[10px] font-semibold uppercase tracking-wide text-muted-foreground",children:[u("structure.roles")," (",_(S.slug).length,")"]}),n.jsxs("button",{type:"button",onClick:()=>d({presetArea:S.slug}),className:"text-[11px] text-sky-500 hover:text-sky-400",children:["+ ",u("structure.add_role")]})]}),n.jsxs("div",{className:"flex flex-wrap gap-1.5",children:[_(S.slug).map(y=>n.jsx(uk,{role:y,onEdit:()=>d({editing:y}),onDelete:()=>m({kind:"role",slug:y.slug,name:y.name})},y.slug)),_(S.slug).length===0&&n.jsx("span",{className:"text-[11px] text-muted-foreground/60",children:u("structure.no_roles")})]})]})]},S.slug)),_(null).length>0&&n.jsxs("div",{className:"rounded-lg border border-dashed border-border bg-card/30 p-3",children:[n.jsxs("div",{className:"mb-2 flex items-center gap-2 text-[10px] font-semibold uppercase tracking-wide text-muted-foreground",children:[n.jsx(pb,{className:"size-3.5"}),u("structure.general_roles")]}),n.jsx("div",{className:"flex flex-wrap gap-1.5",children:_(null).map(S=>n.jsx(uk,{role:S,onEdit:()=>d({editing:S}),onDelete:()=>m({kind:"role",slug:S.slug,name:S.name})},S.slug))})]})]})]}),n.jsx(vE,{open:!!o,onClose:()=>l(null),pid:e,editing:o?.editing,onSaved:h}),n.jsx(yE,{open:!!c,onClose:()=>d(null),pid:e,areas:g,editing:c?.editing,presetArea:c?.presetArea,onSaved:h}),n.jsx(SE,{open:!!f,onClose:()=>m(null),onConfirm:w,title:f?.kind==="area"?u("structure.delete_area"):u("structure.delete_role"),description:f?.kind==="area"?u("structure.delete_area_desc",{name:f?.name??""}):u("structure.delete_role_desc",{name:f?.name??""}),confirmLabel:u("common.delete")})]})}function uk({role:e,onEdit:t,onDelete:a}){return n.jsxs("span",{className:"group/chip inline-flex items-center gap-1 rounded-md border border-border bg-background px-1.5 py-0.5 text-[11px]",children:[n.jsx(pb,{className:"size-3 text-muted-foreground"}),n.jsx("span",{children:e.name}),n.jsx("button",{type:"button",onClick:t,className:"opacity-0 transition-opacity group-hover/chip:opacity-100 text-muted-foreground hover:text-foreground","aria-label":u("common.edit"),children:n.jsx(Sa,{className:"size-2.5"})}),n.jsx("button",{type:"button",onClick:a,className:"opacity-0 transition-opacity group-hover/chip:opacity-100 text-muted-foreground hover:text-red-500","aria-label":u("common.delete"),children:n.jsx(vn,{className:"size-2.5"})})]})}function $9(e){switch(e){case"markdown":return{Icon:Kf,color:"text-sky-500"};case"text":return{Icon:VA,color:"text-amber-500"};case"image":return{Icon:bx,color:"text-pink-500"};default:return{Icon:F2,color:"text-muted-foreground"}}}function H9(e){const t=e.split("/"),a=[];for(let o=1;o<t.length;o++)a.push(t.slice(0,o).join("/"));return a}function YE({node:e,depth:t,selectedPath:a,expanded:o,toggle:l,onSelect:c,onDelete:d}){const f=e.type==="dir",m=o.has(e.path),h=a===e.path,{Icon:g,color:b}=f?{Icon:m?Go:Y2,color:"text-muted-foreground"}:$9(e.kind);return n.jsxs("div",{children:[n.jsxs("div",{className:me("group flex items-center gap-1 rounded px-1.5 py-1 text-[13px] cursor-pointer",h?"bg-primary/15 text-foreground":"hover:bg-accent/40 text-foreground/80"),style:{paddingLeft:t*12+6},onClick:()=>f?l(e.path):c(e),children:[f?m?n.jsx(hs,{className:"size-3.5 shrink-0 text-muted-foreground"}):n.jsx(Xr,{className:"size-3.5 shrink-0 text-muted-foreground"}):n.jsx("span",{className:"w-3.5 shrink-0"}),n.jsx(g,{className:me("size-3.5 shrink-0",b)}),n.jsx("span",{className:"min-w-0 flex-1 truncate",children:e.name}),d&&!f&&n.jsx("button",{type:"button",onClick:_=>{_.stopPropagation(),d(e)},className:"opacity-0 group-hover:opacity-100 text-muted-foreground hover:text-red-500","aria-label":`delete ${e.name}`,children:n.jsx(vn,{className:"size-3.5"})})]}),f&&m&&e.children?.map(_=>n.jsx(YE,{node:_,depth:t+1,selectedPath:a,expanded:o,toggle:l,onSelect:c,onDelete:d},_.path))]})}function q9({nodes:e,selectedPath:t,onSelect:a,onDelete:o,className:l}){const[c,d]=x.useState(()=>new Set);x.useEffect(()=>{t&&d(m=>{const h=new Set(m);for(const g of H9(t))h.add(g);return h})},[t]);const f=m=>d(h=>{const g=new Set(h);return g.has(m)?g.delete(m):g.add(m),g});return n.jsx("div",{className:me("select-none",l),children:e.map(m=>n.jsx(YE,{node:m,depth:0,selectedPath:t,expanded:c,toggle:f,onSelect:a,onDelete:o},m.path))})}function V9({open:e,onClose:t,pid:a,scope:o,onCreated:l}){const c=Ze(),[d,f]=x.useState(""),[m,h]=x.useState(!1),g=async()=>{let b=d.trim().replace(/^\/+/,"");if(b){/\.[a-z0-9]+$/i.test(b)||(b+=".md"),h(!0);try{await Sc.write(a,b,"",o),c.success(u("files.created")),f(""),l(b)}catch(_){c.error(_ instanceof Error?_.message:String(_))}finally{h(!1)}}};return n.jsx(Zt,{open:e,onClose:t,title:u("files.new_doc"),description:u("files.new_doc_hint"),footer:n.jsxs(n.Fragment,{children:[n.jsx(ae,{variant:"ghost",onClick:t,children:u("common.cancel")}),n.jsx(ae,{variant:"primary","data-testid":"new-file-create",onClick:()=>void g(),loading:m,disabled:!d.trim(),children:u("files.create")})]}),children:n.jsx(oe,{label:u("files.path_label"),hint:u("files.path_example"),children:n.jsx(Ne,{autoFocus:!0,"data-testid":"new-file-path",value:d,onChange:b=>f(b.target.value),onKeyDown:b=>{b.key==="Enter"&&g()},placeholder:"cases/onboarding/spec.md"})})})}function KE({pid:e,scope:t,editable:a=!1,emptyHint:o}){const l=Ze(),[c,d]=x.useState(null),[f,m]=x.useState(!1),h=`/projects/${e}/fs/tree?scope=${t}`,g=qe(h,()=>Sc.tree(e,t)),b=c?`/projects/${e}/fs/file?scope=${t}&path=${c}`:null,_=qe(b,()=>c?Sc.read(e,c,t):null),w=E=>d(E.path),S=a?async E=>{c&&(await Sc.write(e,c,E,t),l.success(u("files.saved")),_.mutate())}:void 0,y=a?async E=>{await Sc.remove(e,E.path,t),c===E.path&&d(null),l.success(u("files.deleted")),g.mutate()}:void 0,C=E=>{m(!1),d(E),g.mutate()},N=g.data?.tree??[],j=!g.isLoading&&N.length===0;return n.jsxs("div",{className:"flex h-full min-h-0 overflow-hidden rounded-xl border border-border bg-card",children:[n.jsxs("div",{className:"flex w-64 shrink-0 flex-col border-r border-border",children:[n.jsxs("div",{className:"flex shrink-0 items-center gap-2 border-b border-border px-3 py-2",children:[n.jsx(Go,{className:"size-4 text-muted-foreground"}),n.jsx("span",{className:"flex-1 text-xs font-semibold uppercase tracking-wide text-muted-foreground",children:u(t==="docs"?"files.docs_label":"files.files_label")}),a&&n.jsx("button",{type:"button","data-testid":"docs-new",onClick:()=>m(!0),className:"text-muted-foreground hover:text-foreground","aria-label":u("files.new_doc"),title:u("files.new_doc"),children:n.jsx(hx,{className:"size-4"})}),n.jsx("button",{type:"button",onClick:()=>void g.mutate(),className:"text-muted-foreground hover:text-foreground","aria-label":u("common.refresh"),children:n.jsx(Ns,{className:g.isValidating?"size-3.5 animate-spin":"size-3.5"})})]}),n.jsxs("div",{className:"min-h-0 flex-1 overflow-y-auto p-1.5",children:[g.isLoading?n.jsx("div",{className:"flex justify-center py-6",children:n.jsx(_n,{size:14})}):j?n.jsx("div",{className:"p-3",children:n.jsx(pt,{children:n.jsxs("div",{className:"space-y-2",children:[n.jsx("p",{children:o??u("files.empty")}),a&&n.jsxs(ae,{size:"sm",variant:"secondary",onClick:()=>m(!0),children:[n.jsx(hx,{className:"size-3.5"}),u("files.new_doc")]})]})})}):n.jsx(q9,{nodes:N,selectedPath:c,onSelect:w,onDelete:y}),g.data?.truncated&&n.jsx("p",{className:"px-2 py-1 text-[10px] text-muted-foreground/60",children:u("files.truncated")})]})]}),n.jsx("div",{className:"flex min-w-0 flex-1 flex-col",children:n.jsx(W_,{file:_.data??null,loading:!!b&&_.isLoading,onSave:S})}),a&&n.jsx(V9,{open:f,onClose:()=>m(!1),pid:e,scope:t,onCreated:C})]})}function F9({pid:e}){return n.jsx("div",{className:"h-full",children:n.jsx(KE,{pid:e,scope:"docs",editable:!0,emptyHint:u("files.docs_empty")})})}function G9({pid:e}){return n.jsx("div",{className:"h-full",children:n.jsx(KE,{pid:e,scope:"project"})})}const Ph="default";function Y9(e){const t=e.replace(/\/+$/,"").split("/");return t[t.length-1]||e}function XE(e){return e==="builtin"?{label:u("skills_page.source_builtin"),tone:"info"}:e==="project"?{label:u("skills_page.source_project"),tone:"success"}:{label:u("skills_page.source_global"),tone:"muted"}}function Lh(e){const t=[],a=/(\*\*[^*]+\*\*|`[^`]+`)/g;let o=0,l,c=0;for(;l=a.exec(e);){l.index>o&&t.push(e.slice(o,l.index));const d=l[0];d.startsWith("**")?t.push(n.jsx("strong",{children:d.slice(2,-2)},c++)):t.push(n.jsx("code",{className:"rounded bg-muted px-1 py-0.5 text-[0.85em]",children:d.slice(1,-1)},c++)),o=l.index+d.length}return o<e.length&&t.push(e.slice(o)),t}function K9(e){const t=e.split(`
784
+ `),a=[];let o=0,l=0;for(;o<t.length;){const c=t[o];if(c.trim().startsWith("```")){const m=[];for(o++;o<t.length&&!t[o].trim().startsWith("```");)m.push(t[o]),o++;o++,a.push(n.jsx("pre",{className:"my-2 overflow-x-auto rounded-md border border-border bg-muted/50 p-3 text-xs",children:n.jsx("code",{children:m.join(`
785
+ `)})},l++));continue}const d=c.match(/^(#{1,4})\s+(.*)$/);if(d){const m=d[1].length,h=m===1?"mt-4 mb-1 text-lg font-semibold":m===2?"mt-3 mb-1 text-base font-semibold":"mt-2 mb-0.5 text-sm font-semibold";a.push(n.jsx("div",{className:h,children:Lh(d[2])},l++)),o++;continue}if(/^\s*[-*]\s+/.test(c)){const m=[];for(;o<t.length&&/^\s*[-*]\s+/.test(t[o]);)m.push(n.jsx("li",{children:Lh(t[o].replace(/^\s*[-*]\s+/,""))},m.length)),o++;a.push(n.jsx("ul",{className:"my-1 list-disc space-y-0.5 pl-5 text-sm",children:m},l++));continue}if(c.trim()===""){o++;continue}const f=[];for(;o<t.length&&t[o].trim()!==""&&!/^(#{1,4})\s/.test(t[o])&&!/^\s*[-*]\s+/.test(t[o])&&!t[o].trim().startsWith("```");)f.push(t[o]),o++;a.push(n.jsx("p",{className:"my-1.5 text-sm leading-relaxed",children:Lh(f.join(" "))},l++))}return a}function X9(e){return new Promise((t,a)=>{const o=new FileReader;o.onload=()=>t(String(o.result).replace(/^data:.*;base64,/,"")),o.onerror=()=>a(new Error("read failed")),o.readAsDataURL(e)})}function QE({scope:e,selectable:t=!1}){const a=Ze(),[o,l]=x.useState(e??Ph),c=e??o,d=c===Ph?void 0:c,[f,m]=x.useState(!1),[h,g]=x.useState(null),[b,_]=x.useState("preview"),[w,S]=x.useState(!1),[y,C]=x.useState(!1),N=x.useRef(null),{data:j}=qe(t?"/projects":null,()=>Wn.list()),E=x.useMemo(()=>[{value:Ph,label:u("skills_page.scope_super_agent")},...(j??[]).map(Y=>({value:Y.path,label:Y.name||Y9(Y.path)}))],[j]),{data:R,mutate:A,isLoading:T}=qe(["/skills",c],()=>$s.list(d)),z=x.useMemo(()=>R?.skills??[],[R]),O=z.filter(Y=>Y.enabled!==!1).length,P=h&&z.some(Y=>Y.slug===h)?h:z[0]?.slug??null,{data:L}=qe(P?["/skill-detail",c,P]:null,()=>$s.detail(P,d)),U=async(Y,V)=>{m(!0);try{await $s.setEnabled({slug:Y,enabled:V,scope:c}),await A()}catch(G){a.error(u("skills_page.toggle_failed",{msg:G.message}))}finally{m(!1)}},D=async Y=>{if(window.confirm(u("skills_page.delete_confirm",{slug:Y}))){m(!0);try{await $s.remove(Y,d),a.success(u("skills_page.deleted_ok",{slug:Y})),h===Y&&g(null),await A()}catch(V){a.error(u("skills_page.delete_failed",{msg:V.message}))}finally{m(!1)}}},I=async(Y,V)=>{a.success(V),g(Y),await A()},$=async(Y,V,G)=>{await $s.create({slug:Y,description:V,body:G,project_path:d}),await I(Y,u("skills_page.created_ok",{slug:Y}))},F=async Y=>{const V=await $s.importRepo({url:Y,project_path:d});await I(V.slug,u("skills_page.imported_ok",{slug:V.slug}))},H=async Y=>{if(Y){m(!0);try{const V=await X9(Y),G=await $s.importZip({data:V,project_path:d});await I(G.slug,u("skills_page.imported_ok",{slug:G.slug}))}catch(V){a.error(u("skills_page.import_failed",{msg:V.message}))}finally{m(!1),N.current&&(N.current.value="")}}};return n.jsxs("div",{className:"space-y-4",children:[n.jsxs("div",{className:"flex flex-wrap items-center justify-between gap-3",children:[n.jsxs("div",{className:"flex flex-wrap items-center gap-3",children:[t?n.jsx("div",{className:"w-64",children:n.jsx(ut,{value:c,onChange:Y=>{l(Y),g(null)},options:E,placeholder:u("skills_page.scope_ph")})}):null,n.jsx(He,{tone:"muted",children:u("skills_page.count_label",{n:z.length,on:O})})]}),n.jsxs(j_,{children:[n.jsxs(w_,{disabled:f,className:"inline-flex h-9 items-center gap-1.5 rounded-md bg-primary px-3 text-sm font-medium text-primary-foreground hover:opacity-90 disabled:opacity-50",children:[n.jsx(It,{size:15})," ",u("skills_page.add_menu")," ",n.jsx(hs,{size:14})]}),n.jsxs(k_,{align:"end",sideOffset:6,className:"w-72",children:[n.jsxs(rf,{onClick:()=>S(!0),children:[n.jsx(uM,{size:15,className:"text-muted-fg"}),n.jsx(Ih,{title:u("skills_page.add_online"),hint:u("skills_page.add_online_hint")})]}),n.jsxs(rf,{onClick:()=>N.current?.click(),children:[n.jsx(aS,{size:15,className:"text-muted-fg"}),n.jsx(Ih,{title:u("skills_page.add_zip"),hint:u("skills_page.add_zip_hint")})]}),n.jsxs(rf,{onClick:()=>C(!0),children:[n.jsx(tu,{size:15,className:"text-muted-fg"}),n.jsx(Ih,{title:u("skills_page.add_repo"),hint:u("skills_page.add_repo_hint")})]})]})]}),n.jsx("input",{ref:N,type:"file",accept:".zip",className:"hidden",onChange:Y=>H(Y.target.files?.[0])})]}),T||!R?n.jsx(rt,{}):n.jsxs("div",{className:"grid min-h-[62vh] gap-4 lg:grid-cols-[20rem_1fr]",children:[n.jsx("div",{className:"overflow-hidden rounded-xl border border-border bg-card",children:n.jsx("ul",{className:"max-h-[62vh] divide-y divide-border overflow-y-auto",children:z.length===0?n.jsx("li",{className:"px-3 py-4 text-sm text-muted-fg",children:u("skills_page.empty")}):z.map(Y=>n.jsx(Q9,{skill:Y,active:Y.slug===P,busy:f,onSelect:()=>g(Y.slug),onToggle:V=>U(Y.slug,V)},Y.slug))})}),n.jsx("div",{className:"min-w-0 overflow-hidden rounded-xl border border-border bg-card",children:P?L?n.jsxs("div",{className:"flex h-full max-h-[62vh] flex-col",children:[n.jsxs("div",{className:"flex items-start justify-between gap-3 border-b border-border px-5 py-4",children:[n.jsxs("div",{className:"min-w-0",children:[n.jsxs("div",{className:"flex flex-wrap items-center gap-2",children:[n.jsx("code",{className:"text-sm font-semibold",children:L.slug}),(()=>{const Y=XE(L.source);return n.jsx(He,{tone:Y.tone,children:Y.label})})(),L.private&&n.jsxs("span",{className:"inline-flex items-center gap-1 text-xs text-muted-fg",children:[n.jsx(J2,{size:11})," ",u("skills_page.private_badge")]})]}),L.description&&n.jsx("p",{className:"mt-1 text-sm text-muted-fg",children:L.description}),n.jsxs("div",{className:"mt-2 flex flex-wrap gap-x-6 gap-y-1 text-xs text-muted-fg",children:[n.jsxs("span",{children:[u("skills_page.added_by"),": ",n.jsx("span",{className:"text-foreground",children:L.private?u("skills_page.by_apx"):u("skills_page.by_you")})]}),n.jsxs("span",{children:[u("skills_page.activator"),": ",n.jsx("span",{className:"text-foreground",children:u("skills_page.activator_value")})]})]})]}),n.jsxs("div",{className:"flex shrink-0 items-center gap-2",children:[(L.source==="global"||L.source==="project")&&n.jsx($e,{content:u("skills_page.delete_btn"),children:n.jsx(ae,{variant:"ghost",size:"sm",disabled:f,onClick:()=>D(L.slug),"aria-label":u("skills_page.delete_btn"),children:n.jsx(vn,{size:14})})}),n.jsx(Bt,{checked:L.private?!0:L.enabled,disabled:f||L.private,onChange:Y=>U(L.slug,Y),label:L.private||L.enabled?u("skills_page.on"):u("skills_page.off")})]})]}),n.jsxs("div",{className:"flex items-center gap-1 border-b border-border px-4 py-2",children:[n.jsx(dk,{active:b==="preview",onClick:()=>_("preview"),icon:Kf,label:u("skills_page.tab_preview")}),n.jsx(dk,{active:b==="source",onClick:()=>_("source"),icon:LA,label:u("skills_page.tab_source")})]}),n.jsx("div",{className:"min-h-0 flex-1 overflow-y-auto px-5 py-4",children:b==="preview"?n.jsx("div",{className:"prose-none",children:K9(L.body||"")}):n.jsx("pre",{className:"overflow-x-auto whitespace-pre-wrap break-words text-xs leading-relaxed text-muted-fg",children:L.body})})]}):n.jsx("div",{className:"p-6",children:n.jsx(rt,{})}):n.jsx("div",{className:"grid h-full place-items-center p-8 text-sm text-muted-fg",children:u("skills_page.select_a_skill")})})]}),n.jsx(W9,{open:w,onClose:()=>S(!1),onCreate:$}),n.jsx(Z9,{open:y,onClose:()=>C(!1),onImport:F})]})}function Ih({title:e,hint:t}){return n.jsxs("span",{className:"flex min-w-0 flex-col leading-tight",children:[n.jsx("span",{className:"font-medium",children:e}),n.jsx("span",{className:"text-[11px] text-muted-fg",children:t})]})}function dk({active:e,onClick:t,icon:a,label:o}){return n.jsxs("button",{type:"button",onClick:t,className:`inline-flex items-center gap-1.5 rounded-md px-2.5 py-1 text-xs font-medium transition ${e?"bg-accent text-foreground":"text-muted-fg hover:text-foreground"}`,children:[n.jsx(a,{size:13})," ",o]})}function Q9({skill:e,active:t,busy:a,onSelect:o,onToggle:l}){const c=XE(e.source),d=e.private?!0:e.enabled!==!1;return n.jsx("li",{children:n.jsxs("div",{className:`flex items-center gap-2 px-3 py-2.5 ${t?"bg-accent/50":"hover:bg-accent/25"}`,children:[n.jsxs("button",{type:"button",onClick:o,className:"min-w-0 flex-1 text-left",children:[n.jsxs("div",{className:"flex items-center gap-1.5",children:[n.jsx("code",{className:"truncate text-[13px] font-medium",children:e.slug}),e.private&&n.jsx(J2,{size:10,className:"shrink-0 text-muted-fg"})]}),n.jsxs("div",{className:"mt-0.5 flex items-center gap-1.5",children:[n.jsx(He,{tone:c.tone,children:c.label}),e.overridden&&n.jsx(He,{tone:"warning",children:u("skills_page.overridden_badge")})]})]}),n.jsx(Bt,{checked:d,disabled:a||e.private,onChange:l})]})})}function W9({open:e,onClose:t,onCreate:a}){const o=Ze(),[l,c]=x.useState(""),[d,f]=x.useState(""),[m,h]=x.useState(""),[g,b]=x.useState(!1),_=/^[a-z0-9][a-z0-9-]*$/.test(l),w=()=>{c(""),f(""),h("")},S=async()=>{if(_){b(!0);try{await a(l,d,m),w(),t()}catch(y){o.error(u("skills_page.create_failed",{msg:y.message}))}finally{b(!1)}}};return n.jsx(Zt,{open:e,onClose:t,title:u("skills_page.create_dialog_title"),description:u("skills_page.add_desc"),size:"lg",footer:n.jsxs(n.Fragment,{children:[n.jsx(ae,{variant:"ghost",onClick:t,disabled:g,children:u("skills_page.cancel")}),n.jsxs(ae,{variant:"primary",onClick:S,disabled:g||!_,loading:g,children:[n.jsx(It,{size:14})," ",u("skills_page.add_btn")]})]}),children:n.jsxs("div",{className:"space-y-4",children:[n.jsxs("div",{className:"grid gap-4 sm:grid-cols-2",children:[n.jsx(oe,{label:u("skills_page.add_slug_label"),children:n.jsx(Ne,{value:l,placeholder:u("skills_page.add_slug_ph"),disabled:g,onChange:y=>c(y.target.value.toLowerCase())})}),n.jsx(oe,{label:u("skills_page.add_desc_label"),children:n.jsx(Ne,{value:d,placeholder:u("skills_page.add_desc_ph"),disabled:g,onChange:y=>f(y.target.value)})})]}),n.jsx(oe,{label:u("skills_page.add_body_label"),children:n.jsx(un,{value:m,placeholder:u("skills_page.add_body_ph"),disabled:g,rows:10,onChange:y=>h(y.target.value)})})]})})}function Z9({open:e,onClose:t,onImport:a}){const o=Ze(),[l,c]=x.useState(""),[d,f]=x.useState(!1),m=/^(https?:\/\/|git@|ssh:\/\/|git:\/\/)\S+$/.test(l.trim()),h=async()=>{if(m){f(!0);try{await a(l.trim()),c(""),t()}catch(g){o.error(u("skills_page.import_failed",{msg:g.message}))}finally{f(!1)}}};return n.jsx(Zt,{open:e,onClose:t,title:u("skills_page.repo_dialog_title"),size:"md",footer:n.jsxs(n.Fragment,{children:[n.jsx(ae,{variant:"ghost",onClick:t,disabled:d,children:u("skills_page.cancel")}),n.jsxs(ae,{variant:"primary",onClick:h,disabled:d||!m,loading:d,children:[n.jsx(tu,{size:14})," ",u("skills_page.import_btn")]})]}),children:n.jsx(oe,{label:u("skills_page.repo_url_label"),hint:u("skills_page.repo_url_hint"),children:n.jsx(Ne,{value:l,placeholder:u("skills_page.repo_url_ph"),disabled:d,onChange:g=>c(g.target.value),onKeyDown:g=>{g.key==="Enter"&&h()}})})})}function J9({pid:e}){const{project:t}=cu(e),a=e==="0"?"default":t?.path;return a?n.jsx(QE,{scope:a}):n.jsx(rt,{})}function eB(){const e=Pn(),t=ss(),{pid:a=""}=T2(),{project:o}=cu(a),{collapsed:l,toggle:c}=N_(zn.sidebarCollapsed+".project"),d=String(a)==="0",f=x.useMemo(()=>{const g=!d&&o?.kind==="company";return[d?{title:u("base.nav_general"),items:[{key:"workspaces",label:u("base.workspaces_title"),icon:CA},{key:"models",label:u("settings.tabs.engines"),icon:hb},{key:"agent-defaults",label:u("base.defaults_title"),icon:cn}]}:null,{title:u("project.sections.workspace"),items:[{key:"",label:u("project.nav.overview"),icon:nM},...g?[{key:"structure",label:u("project.nav.structure"),icon:EA}]:[],{key:"agents",label:u("project.nav.agents"),icon:cn},{key:"memories",label:u("project.nav.memories"),icon:pf},{key:"skills",label:u("skills_page.title"),icon:aa},{key:"artifacts",label:u("project.nav.artifacts"),icon:bb}]},{title:u("base.nav_activity"),items:[{key:"chat",label:u("project.nav.chat"),icon:Qf},{key:"sessions",label:u("base.sessions_title"),icon:eM},{key:"logs",label:u("project.nav.logs"),icon:kb}]},d?null:{title:u("project.sections.content"),items:[{key:"docs",label:u("project.nav.docs"),icon:Kf},{key:"files",label:u("project.nav.files"),icon:_b}]},{title:u("project.sections.automation"),items:[{key:"routines",label:u("project.nav.routines"),icon:Mo},{key:"tasks",label:u("project.nav.tasks"),icon:gi},{key:"mcps",label:u("project.nav.mcps"),icon:Wf},{key:"integrations",label:"Integrations",icon:RA},{key:"vars",label:u("project.nav.vars"),icon:Z2}]},{title:u("project.sections.config"),items:[{key:"config",label:u("project.nav.config"),icon:Jf}]}].filter(Boolean)},[d,o?.kind]),m=t.pathname.replace(`/p/${a}`,"").replace(/^\//,"").split("/")[0];if(!o)return n.jsx(GN,{testId:"screen-project-not-found",mood:"confused",message:u("project.not_found",{pid:a}),action:n.jsx(ir,{variant:"outline",onClick:()=>e("/"),children:u("not_found.home")})});const h=g=>{const b=g?`/p/${a}/${g}`:`/p/${a}`;e(b)};return n.jsx(VN,{sections:f,active:m,onChange:h,collapsed:l,onToggleCollapse:c,contentClassName:"w-full space-y-6 py-6 pt-3 pr-6 pl-1",testId:`project-tab-${m||"overview"}`,children:n.jsxs(z2,{children:[n.jsx(Dt,{index:!0,element:n.jsx(Lw,{pid:a})}),n.jsx(Dt,{path:"workspaces",element:n.jsx(u8,{})}),n.jsx(Dt,{path:"models",element:n.jsx(mE,{})}),n.jsx(Dt,{path:"agent-defaults",element:n.jsx(bI,{})}),n.jsx(Dt,{path:"sessions",element:n.jsx(kI,{pid:a})}),n.jsx(Dt,{path:"logs",element:n.jsx(eI,{pid:a})}),n.jsx(Dt,{path:"config",element:n.jsx(qI,{pid:a})}),n.jsx(Dt,{path:"telegram",element:n.jsx(_E,{pid:a})}),n.jsx(Dt,{path:"agents",element:n.jsx(d7,{pid:a})}),n.jsx(Dt,{path:"agents/:slug",element:n.jsx(ZI,{pid:a})}),n.jsx(Dt,{path:"structure",element:n.jsx(U9,{pid:a})}),n.jsx(Dt,{path:"docs",element:n.jsx(F9,{pid:a})}),n.jsx(Dt,{path:"files",element:n.jsx(G9,{pid:a})}),n.jsx(Dt,{path:"memories",element:n.jsx(P9,{pid:a})}),n.jsx(Dt,{path:"skills",element:n.jsx(J9,{pid:a})}),n.jsx(Dt,{path:"routines",element:n.jsx(S7,{pid:a})}),n.jsx(Dt,{path:"tasks",element:d?n.jsx(SI,{}):n.jsx(N7,{pid:a})}),n.jsx(Dt,{path:"mcps",element:n.jsx(B7,{pid:a})}),n.jsx(Dt,{path:"integrations",element:n.jsx(s9,{pid:a})}),n.jsx(Dt,{path:"artifacts",element:n.jsx(B9,{pid:a})}),n.jsx(Dt,{path:"vars",element:n.jsx(a9,{pid:a})}),n.jsx(Dt,{path:"threads",element:n.jsx(I3,{to:`/p/${a}/chat`,replace:!0})}),n.jsx(Dt,{path:"chat",element:n.jsx(E9,{pid:a})}),n.jsx(Dt,{path:"*",element:n.jsx(Lw,{pid:a})})]})})}function tB({value:e,onChange:t,options:a,placeholder:o,className:l}){const c=j=>a.find(E=>E.value===j)?.label??j,[d,f]=x.useState(!1),[m,h]=x.useState(c(e)),g=x.useRef(null),b=x.useRef(null),[_,w]=x.useState(null);x.useEffect(()=>{h(c(e))},[e,a]),x.useLayoutEffect(()=>{if(!d)return;const j=()=>{const E=g.current;if(!E)return;const R=E.getBoundingClientRect();w({top:R.bottom+4,left:R.left,width:R.width})};return j(),window.addEventListener("scroll",j,!0),window.addEventListener("resize",j),()=>{window.removeEventListener("scroll",j,!0),window.removeEventListener("resize",j)}},[d]),x.useEffect(()=>{if(!d)return;const j=E=>{const R=E.target;g.current?.contains(R)||b.current?.contains(R)||(h(c(e)),f(!1))};return document.addEventListener("mousedown",j),()=>document.removeEventListener("mousedown",j)},[d,e,a]);const S=m.trim().toLowerCase(),y=m===c(e),C=S&&!y?a.filter(j=>j.label.toLowerCase().includes(S)||j.value.toLowerCase().includes(S)):a,N=j=>{t(j.value),h(j.label),f(!1)};return n.jsxs("div",{ref:g,className:me("relative",l),children:[n.jsxs("div",{className:"flex items-center gap-1 rounded-lg border border-input bg-transparent px-2.5 transition-colors focus-within:border-ring focus-within:ring-1 focus-within:ring-ring dark:bg-input/30 dark:hover:bg-input/50",children:[n.jsx("input",{value:m,placeholder:o,onChange:j=>{h(j.target.value),f(!0)},onFocus:()=>f(!0),className:"w-full bg-transparent py-1.5 text-sm outline-none placeholder:text-muted-fg/60"}),n.jsx("button",{type:"button",tabIndex:-1,onClick:()=>f(j=>!j),className:"shrink-0 text-muted-fg hover:text-foreground",children:n.jsx(hs,{className:"size-4"})})]}),d&&C.length>0&&_&&Fs.createPortal(n.jsx("ul",{ref:b,style:{position:"fixed",top:_.top,left:_.left,width:_.width},className:"z-[1000] max-h-60 overflow-y-auto rounded-lg bg-popover p-1 shadow-md ring-1 ring-foreground/10",children:C.map(j=>n.jsx("li",{children:n.jsx("button",{type:"button",onMouseDown:E=>{E.preventDefault(),N(j)},className:me("flex w-full items-center rounded-md px-2 py-1 text-left text-sm hover:bg-accent hover:text-accent-fg",j.value===e&&"bg-accent/50"),children:n.jsx("span",{className:"truncate font-mono text-xs",children:j.label})})},j.value))}),document.body)]})}const nB=["es","en","pt","fr","it","de","ca","gl","eu","nl","sv","no","da","fi","is","pl","cs","sk","sl","hr","sr","uk","ru","bg","ro","hu","el","tr","ar","he","fa","hi","bn","ta","ur","id","ms","vi","th","ko","ja","zh"];function sB(e){return e&&e.charAt(0).toLocaleUpperCase()+e.slice(1)}function aB(){const e=C_();let t=null;try{t=new Intl.DisplayNames([e],{type:"language"})}catch{t=null}return nB.map(a=>{const o=t?.of(a);return{value:a,label:o?sB(o):a}}).sort((a,o)=>a.label.localeCompare(o.label,e))}const rB=["UTC","America/Argentina/Buenos_Aires","America/Sao_Paulo","America/New_York","America/Los_Angeles","America/Mexico_City","Europe/London","Europe/Madrid","Europe/Berlin","Asia/Tokyo","Asia/Shanghai","Australia/Sydney"];function oB(){try{const e=Intl.supportedValuesOf;if(typeof e=="function")return e("timeZone")}catch{}return rB}function fk(){try{return Intl.DateTimeFormat().resolvedOptions().timeZone||"UTC"}catch{return"UTC"}}function lB(e,t){try{const a=new Intl.DateTimeFormat("en-US",{timeZone:e,timeZoneName:"longOffset"}).formatToParts(t).find(c=>c.type==="timeZoneName")?.value??"GMT",o=/GMT([+-])(\d{1,2})(?::(\d{2}))?/.exec(a);return o?(o[1]==="-"?-1:1)*(parseInt(o[2],10)*60+(o[3]?parseInt(o[3],10):0)):0}catch{return 0}}function iB(e){const t=e<0?"-":"+",a=Math.abs(e),o=String(Math.floor(a/60)).padStart(2,"0"),l=String(a%60).padStart(2,"0");return`GMT${t}${o}:${l}`}let Xd=null;function cB(){if(Xd)return Xd;const e=new Date;return Xd=oB().map(t=>({value:t,label:t,off:lB(t,e)})).sort((t,a)=>t.off-a.off||t.value.localeCompare(a.value)).map(({value:t,off:a})=>({value:t,label:`(${iB(a)}) ${t}`})),Xd}function uB(){const e=Ze(),{identity:t,isLoading:a,save:o}=A_(),[l,c]=x.useState({}),[d,f]=x.useState(!1),m=x.useMemo(()=>cB(),[]);if(x.useEffect(()=>{c({...t,timezone:t?.timezone||fk()})},[t]),a)return n.jsx(rt,{});const h=async()=>{f(!0);try{await o({owner_name:l.owner_name,owner_context:l.owner_context,language:l.language,timezone:l.timezone}),e.success(u("settings.identity.saved"))}catch(g){e.error(g.message)}finally{f(!1)}};return n.jsxs(Ye,{title:u("settings.identity.title"),description:u("settings.identity.subtitle"),children:[t?null:n.jsx(pt,{children:u("common.none_yet")}),n.jsxs("div",{className:"grid grid-cols-2 gap-3",children:[n.jsx(oe,{label:u("settings.identity.owner_name"),children:n.jsx(Ne,{value:l.owner_name||"",onChange:g=>c({...l,owner_name:g.target.value})})}),n.jsx(oe,{label:u("settings.identity.language"),children:n.jsx(ut,{value:l.language||"es",onChange:g=>c({...l,language:g}),options:aB()})}),n.jsx(oe,{label:u("settings.identity.timezone"),hint:u("settings.identity.timezone_hint"),children:n.jsx(tB,{value:l.timezone||fk(),onChange:g=>c({...l,timezone:g}),options:m})})]}),n.jsx("div",{className:"mt-3",children:n.jsx(oe,{label:u("settings.identity.owner_context"),hint:u("settings.identity.owner_context_hint"),children:n.jsx(un,{rows:3,value:l.owner_context||"",onChange:g=>c({...l,owner_context:g.target.value})})})}),n.jsx("div",{className:"mt-4",children:n.jsx(ae,{variant:"primary",loading:d,onClick:h,children:u("common.save")})})]})}function dB(){const e=Ze(),t=Pn(),{superAgent:a,isLoading:o,mutate:l}=fE(),{patch:c}=dr(),{identity:d,save:f}=A_(),[m,h]=x.useState(!0),[g,b]=x.useState(""),[_,w]=x.useState(""),[S,y]=x.useState("permiso"),[C,N]=x.useState(!1);if(x.useEffect(()=>{a&&(h(!!a.enabled),b(a.system||""),y(a.permission_mode||"permiso"))},[a]),x.useEffect(()=>{w(d.personality||"")},[d.personality]),o||!a)return n.jsx(rt,{});const j=async()=>{N(!0);try{await c({"super_agent.enabled":m,"super_agent.system":g,"super_agent.permission_mode":S},["super_agent.name"]),await f({personality:_}),e.success(u("settings.super_agent.saved")),l()}catch(E){e.error(E.message)}finally{N(!1)}};return n.jsx(Ye,{title:u("settings.super_agent.title"),description:u("settings.super_agent.behavior_subtitle"),children:n.jsxs("div",{className:"space-y-4",children:[n.jsx("div",{className:"flex items-center gap-3",children:n.jsx(Bt,{checked:m,onChange:h,label:u("settings.super_agent.enabled_label")})}),n.jsxs("div",{className:"flex items-center justify-between rounded-lg border border-border bg-muted/20 p-3",children:[n.jsxs("div",{className:"min-w-0",children:[n.jsx("div",{className:"text-sm font-medium",children:u("settings.super_agent.model_active")}),n.jsx("div",{className:"truncate font-mono text-xs text-muted-fg",children:a.model||"—"})]}),n.jsxs(ae,{size:"sm",variant:"secondary",onClick:()=>t("/p/0/models"),children:[n.jsx(hb,{size:13})," ",u("settings.super_agent.model_configure")]})]}),n.jsx(oe,{label:u("settings.super_agent.permission_mode"),children:n.jsx(ut,{value:S,onChange:y,options:Nb.map(E=>({value:E,label:E}))})}),n.jsx(oe,{label:u("settings.super_agent.personality"),children:n.jsx(un,{rows:2,value:_,onChange:E=>w(E.target.value)})}),n.jsx(oe,{label:u("settings.super_agent.system"),hint:u("settings.super_agent.system_hint"),children:n.jsx(un,{rows:6,className:"font-mono text-xs",value:g,onChange:E=>b(E.target.value),placeholder:u("settings.super_agent.system_ph")})}),n.jsx(ae,{variant:"primary",loading:C,onClick:j,children:u("common.save")})]})})}const Bh={providers:()=>se.get("/embeddings/providers"),test:(e={})=>se.post("/embeddings/test",e),reindex:()=>se.post("/embeddings/reindex",{})},fB=()=>[{value:"auto",label:u("memory_panel.provider_auto")},{value:"ollama",label:u("memory_panel.provider_ollama")},{value:"gemini",label:u("memory_panel.provider_gemini")},{value:"openai",label:u("memory_panel.provider_openai")},{value:"tf",label:u("memory_panel.provider_tf")}],pB=()=>[{value:"chain",label:u("memory_panel.mode_chain")},{value:"single",label:u("memory_panel.mode_single")}],pk=e=>e.startsWith("***");function mB(){const e=Ze(),{config:t,isLoading:a,patch:o}=dr(),{data:l,mutate:c}=qe("/embeddings/providers",()=>Bh.providers()),[d,f]=x.useState(!1),[m,h]=x.useState(null);if(a)return n.jsx(rt,{});const g=t.memory||{},b=g.embeddings||{},_=l?.configured_provider||b.provider||"auto",w=l?.mode||b.mode||"chain",S=l?.engines||[],y=async j=>{f(!0);try{await o(j),await c()}catch(E){e.error(u("memory_panel.save_failed",{msg:E.message}))}finally{f(!1)}},C=async()=>{f(!0),h(null);try{const j=await Bh.test({});h(`${j.embedder} · dim ${j.dim} · ${j.ms}ms`),e.success(u("memory_panel.test_ok",{embedder:j.embedder}))}catch(j){e.error(u("memory_panel.test_failed",{msg:j.message}))}finally{f(!1)}},N=async()=>{f(!0);try{const j=await Bh.reindex();e.success(u("memory_panel.reindexed",{indexed:j.indexed,cleared:j.cleared}))}catch(j){e.error(u("memory_panel.reindex_failed",{msg:j.message}))}finally{f(!1)}};return n.jsxs("div",{className:"grid gap-6 xl:grid-cols-2 xl:items-start",children:[n.jsx(Ye,{title:u("memory_panel.embeddings_title"),description:u("memory_panel.embeddings_desc"),children:n.jsxs("div",{className:"space-y-3",children:[n.jsx(oe,{label:u("memory_panel.provider_label"),hint:u("memory_panel.provider_hint"),children:n.jsx(ut,{value:_,onChange:j=>y({"memory.embeddings.provider":j}),options:fB(),disabled:d,className:"max-w-xl"})}),n.jsx(oe,{label:u("memory_panel.mode_label"),hint:u("memory_panel.mode_hint"),children:n.jsx(ut,{value:w,onChange:j=>y({"memory.embeddings.mode":j}),options:pB(),disabled:d,className:"max-w-md"})}),n.jsx("div",{className:"flex flex-wrap items-center gap-2 pt-1",children:S.map(j=>n.jsxs(He,{tone:j.available?"success":"muted",children:[j.id,": ",j.available?u("memory_panel.available"):u("memory_panel.unavailable")]},j.id))}),n.jsxs("div",{className:"flex flex-wrap items-center gap-3 pt-1",children:[n.jsxs(ae,{variant:"secondary",onClick:C,loading:d,children:[n.jsx(aa,{size:14})," ",u("memory_panel.test_btn")]}),n.jsxs(ae,{variant:"secondary",onClick:N,loading:d,children:[n.jsx(q2,{size:14})," ",u("memory_panel.reindex_btn")]}),m&&n.jsx("span",{className:"text-sm text-muted-foreground",children:m})]})]})}),n.jsxs(Ye,{title:u("memory_panel.ollama_title"),description:u("memory_panel.ollama_desc"),children:[n.jsx(oe,{label:u("memory_panel.model_label"),children:n.jsx(Ne,{defaultValue:b.ollama?.model||"nomic-embed-text",placeholder:"nomic-embed-text",disabled:d,onBlur:j=>{const E=j.target.value.trim();E&&E!==b.ollama?.model&&y({"memory.embeddings.ollama.model":E})},className:"max-w-md"})}),n.jsx(oe,{label:u("memory_panel.base_url_label"),hint:u("memory_panel.ollama_base_url_hint"),children:n.jsx(Ne,{defaultValue:b.ollama?.base_url||"",placeholder:"http://localhost:11434",disabled:d,onBlur:j=>y({"memory.embeddings.ollama.base_url":j.target.value.trim()}),className:"max-w-md"})})]}),n.jsxs(Ye,{title:u("memory_panel.openai_title"),description:u("memory_panel.openai_desc"),children:[n.jsx(oe,{label:u("memory_panel.model_label"),children:n.jsx(Ne,{defaultValue:b.openai?.model||"text-embedding-3-small",placeholder:"text-embedding-3-small",disabled:d,onBlur:j=>{const E=j.target.value.trim();E&&E!==b.openai?.model&&y({"memory.embeddings.openai.model":E})},className:"max-w-md"})}),n.jsx(oe,{label:u("memory_panel.api_key_label"),hint:u("memory_panel.openai_key_hint"),children:n.jsx(Ne,{type:"password",defaultValue:b.openai?.api_key||"",placeholder:"sk-…",disabled:d,onBlur:j=>{const E=j.target.value;E&&!pk(E)&&y({"memory.embeddings.openai.api_key":E})},className:"max-w-md"})})]}),n.jsxs(Ye,{title:u("memory_panel.gemini_title"),description:u("memory_panel.gemini_desc"),children:[n.jsx(oe,{label:u("memory_panel.model_label"),children:n.jsx(Ne,{defaultValue:b.gemini?.model||"text-embedding-004",placeholder:"text-embedding-004",disabled:d,onBlur:j=>{const E=j.target.value.trim();E&&E!==b.gemini?.model&&y({"memory.embeddings.gemini.model":E})},className:"max-w-md"})}),n.jsx(oe,{label:u("memory_panel.api_key_label"),hint:u("memory_panel.gemini_key_hint"),children:n.jsx(Ne,{type:"password",defaultValue:b.gemini?.api_key||"",placeholder:"AIza…",disabled:d,onBlur:j=>{const E=j.target.value;E&&!pk(E)&&y({"memory.embeddings.gemini.api_key":E})},className:"max-w-md"})})]}),n.jsxs(Ye,{title:u("memory_panel.compaction_title"),description:u("memory_panel.compaction_desc"),children:[n.jsxs("div",{className:"grid gap-3 sm:grid-cols-2",children:[n.jsx(oe,{label:u("memory_panel.threshold_label"),hint:u("memory_panel.threshold_hint"),children:n.jsx(Ne,{type:"number",min:1,defaultValue:g.compact_threshold??60,placeholder:"60",disabled:d,onBlur:j=>{const E=parseInt(j.target.value,10);Number.isFinite(E)&&E>0&&E!==g.compact_threshold&&y({"memory.compact_threshold":E})},className:"max-w-[10rem]"})}),n.jsx(oe,{label:u("memory_panel.keep_recent_label"),hint:u("memory_panel.keep_recent_hint"),children:n.jsx(Ne,{type:"number",min:1,defaultValue:g.keep_recent??40,placeholder:"40",disabled:d,onBlur:j=>{const E=parseInt(j.target.value,10);Number.isFinite(E)&&E>0&&E!==g.keep_recent&&y({"memory.keep_recent":E})},className:"max-w-[10rem]"})})]}),n.jsx(oe,{label:u("memory_panel.compact_model_label"),hint:u("memory_panel.compact_model_hint"),children:n.jsx(Ne,{defaultValue:g.compact_model||"ollama:gemma4:31b-cloud",placeholder:"ollama:gemma4:31b-cloud",disabled:d,onBlur:j=>{const E=j.target.value.trim();E&&E!==g.compact_model&&y({"memory.compact_model":E})},className:"max-w-md"})}),n.jsx(oe,{label:u("memory_panel.compact_fallback_label"),hint:u("memory_panel.compact_fallback_hint"),children:n.jsx(Ne,{defaultValue:g.compact_fallback_model||"",placeholder:u("memory_panel.compact_fallback_ph"),disabled:d,onBlur:j=>{const E=j.target.value.trim();E!==(g.compact_fallback_model||"")&&y({"memory.compact_fallback_model":E})},className:"max-w-md"})})]})]})}function gB(){return[{key:"load_threshold",label:u("settings_ui.knob_load_threshold"),hint:u("settings_ui.knob_load_threshold_hint"),step:.01,min:0,max:1},{key:"hint_threshold",label:u("settings_ui.knob_hint_threshold"),hint:u("settings_ui.knob_hint_threshold_hint"),step:.01,min:0,max:1},{key:"margin",label:u("settings_ui.knob_margin"),hint:u("settings_ui.knob_margin_hint"),step:.01,min:0,max:1},{key:"max_loaded",label:u("settings_ui.knob_max_loaded"),hint:u("settings_ui.knob_max_loaded_hint"),step:1,min:0,max:5},{key:"max_hints",label:u("settings_ui.knob_max_hints"),hint:u("settings_ui.knob_max_hints_hint"),step:1,min:0,max:8},{key:"prompt_floor",label:u("settings_ui.knob_prompt_floor"),hint:u("settings_ui.knob_prompt_floor_hint"),step:1,min:0,max:40},{key:"body_char_cap",label:u("settings_ui.knob_body_char_cap"),hint:u("settings_ui.knob_body_char_cap_hint"),step:500,min:500,max:2e4}]}function hB(){const e=Ze(),{data:t,mutate:a,isLoading:o}=qe("/skills/inspector",()=>$s.inspector()),[l,c]=x.useState(!1),[d,f]=x.useState(""),[m,h]=x.useState(null);if(o||!t)return n.jsx(rt,{});const g=t.config,b=t.index,_=async y=>{c(!0);try{await $s.updateInspector(y),await a()}catch(C){e.error(u("settings_ui.could_not_save",{msg:C.message}))}finally{c(!1)}},w=async(y=!1)=>{c(!0);try{const C=await $s.index({force:y});e.success(u("settings_ui.indexed_with",{embedder:C.embedder,dim:C.dim,added:C.changed.added,refreshed:C.changed.refreshed,removed:C.changed.removed})),await a()}catch(C){e.error(u("settings_ui.index_failed",{msg:C.message}))}finally{c(!1)}},S=async()=>{if(d.trim()){c(!0),h(null);try{const y=await $s.inspect(d.trim());h(y.trace)}catch(y){e.error(u("settings_ui.dry_run_failed",{msg:y.message}))}finally{c(!1)}}};return n.jsxs("div",{className:"space-y-6",children:[n.jsxs("div",{className:"grid gap-6 lg:grid-cols-2 lg:items-start",children:[n.jsx(Ye,{title:u("settings_ui.inspector_title"),description:u("settings_ui.inspector_desc"),children:n.jsxs("div",{className:"space-y-4",children:[n.jsx(oe,{label:u("settings_ui.enable_inspector"),hint:u("settings_ui.enable_inspector_hint"),children:n.jsx(Bt,{checked:g.enabled,disabled:l,onChange:y=>_({enabled:y}),label:g.enabled?u("settings_ui.on"):u("settings_ui.off")})}),n.jsxs("div",{className:"flex flex-wrap items-center gap-2 pt-1",children:[n.jsx(He,{tone:b.count>0?"success":"warning",children:u("settings_ui.index_count",{n:b.count})}),n.jsx(He,{tone:"muted",children:b.embedder||u("settings_ui.not_indexed")}),b.dim?n.jsx(He,{tone:"muted",children:u("settings_ui.dim",{dim:b.dim})}):null,b.updated_at?n.jsx("span",{className:"text-xs text-muted-foreground",children:u("settings_ui.updated_at",{date:new Date(b.updated_at).toLocaleString()})}):null]}),n.jsxs("div",{className:"flex flex-wrap items-center gap-3 pt-1",children:[n.jsxs(ae,{variant:"secondary",onClick:()=>w(!1),loading:l,children:[n.jsx(Ns,{size:14})," ",u("settings_ui.reindex")]}),n.jsxs(ae,{variant:"secondary",onClick:()=>w(!0),loading:l,children:[n.jsx(Ns,{size:14})," ",u("settings_ui.reindex_forced")]}),n.jsx("span",{className:"text-xs text-muted-foreground",children:u("settings_ui.embedder_source")})]})]})}),n.jsx(Ye,{title:u("settings_ui.test_title"),description:u("settings_ui.test_desc"),children:n.jsxs("div",{className:"space-y-3",children:[n.jsxs("div",{className:"flex flex-wrap items-center gap-2",children:[n.jsx(Ne,{value:d,placeholder:u("settings_ui.test_placeholder"),disabled:l,onChange:y=>f(y.target.value),onKeyDown:y=>{y.key==="Enter"&&S()},className:"max-w-xl flex-1"}),n.jsxs(ae,{variant:"primary",onClick:S,loading:l,children:[n.jsx(jM,{size:14})," ",u("settings_ui.test_btn")]})]}),m&&n.jsxs("div",{className:"rounded-md border border-border/60 bg-muted/30 p-3 text-sm",children:[n.jsxs("div",{className:"mb-2 flex flex-wrap items-center gap-2",children:[n.jsx(aa,{size:14,className:"text-muted-foreground"}),n.jsx("span",{className:"text-muted-foreground",children:m.embedder||"—"}),m.jit?n.jsx(He,{tone:"warning",children:u("settings_ui.jit_empty_index")}):null,m.reason&&!m.loaded?.length&&!m.hinted?.length?n.jsx(He,{tone:"muted",children:m.reason}):null]}),m.loaded?.length?n.jsxs("div",{className:"mb-1",children:[n.jsxs("span",{className:"text-muted-foreground",children:[u("settings_ui.loaded_label")," "]}),m.loaded.map(y=>n.jsx(He,{tone:"success",className:"mr-1",children:y},y))]}):null,m.hinted?.length?n.jsxs("div",{className:"mb-1",children:[n.jsxs("span",{className:"text-muted-foreground",children:[u("settings_ui.suggested_label")," "]}),m.hinted.map(y=>n.jsx(He,{tone:"info",className:"mr-1",children:y},y))]}):null,m.scored?.length?n.jsx("div",{className:"mt-2 space-y-0.5 font-mono text-xs text-muted-foreground",children:m.scored.map(y=>n.jsxs("div",{children:[y.sim.toFixed(3)," ",y.slug]},y.slug))}):null]})]})})]}),n.jsx(Ye,{title:u("settings_ui.thresholds_title"),description:u("settings_ui.thresholds_desc"),children:n.jsx("div",{className:"grid grid-cols-2 gap-4 sm:grid-cols-3 xl:grid-cols-4",children:gB().map(y=>n.jsx(oe,{label:y.label,hint:y.hint,children:n.jsx(Ne,{type:"number",step:y.step,min:y.min,max:y.max,defaultValue:String(g[y.key]),disabled:l,onBlur:C=>{const N=Number(C.target.value);Number.isFinite(N)&&N!==g[y.key]&&_({[y.key]:N})},className:"max-w-[12rem]"})},y.key))})})]})}function xB(){const[e,t]=Fo(),a=e.get("tab")==="rag"?"rag":"manager",o=l=>{const c=new URLSearchParams(e);c.set("tab",l),t(c,{replace:!0})};return n.jsxs("div",{className:"space-y-5",children:[n.jsxs("div",{className:"flex items-center gap-1 border-b border-border",children:[n.jsx(mk,{active:a==="manager",onClick:()=>o("manager"),icon:aa,label:u("skills_page.manager_tab")}),n.jsx(mk,{active:a==="rag",onClick:()=>o("rag"),icon:hM,label:u("skills_page.rag_tab")})]}),a==="manager"?n.jsx(QE,{selectable:!0}):n.jsx(hB,{})]})}function mk({active:e,onClick:t,icon:a,label:o}){return n.jsxs("button",{type:"button",onClick:t,className:`-mb-px inline-flex items-center gap-1.5 border-b-2 px-3 py-2 text-sm font-medium transition ${e?"border-foreground text-foreground":"border-transparent text-muted-fg hover:text-foreground"}`,children:[n.jsx(a,{size:15})," ",o]})}function bB(){const e=Ze(),{config:t,isLoading:a,patch:o,mutate:l}=dr(),c=t.telegram?.channels||[],d=Math.max(0,c.findIndex(A=>A.name==="default")),f=c[d],[m,h]=x.useState(!0),[g,b]=x.useState(1500),[_,w]=x.useState(!0),[S,y]=x.useState(""),[C,N]=x.useState(""),[j,E]=x.useState(!1);if(x.useEffect(()=>{h(!!t.telegram?.enabled),b(Number(t.telegram?.poll_interval_ms||1500)),w(!!t.telegram?.respond_with_engine),y(""),N(f?.chat_id||"")},[t,f?.chat_id]),a)return n.jsx(rt,{});const R=async()=>{E(!0);try{const A=c.slice(),T={name:"default",chat_id:C,respond_with_engine:_,...S?{bot_token:S}:{}};c.length===0?A.push(T):A[d]={...f,...T},await o({"telegram.enabled":m,"telegram.poll_interval_ms":g,"telegram.respond_with_engine":_,"telegram.channels":A}),e.success(u("settings.telegram_global.saved")),l(),y("")}catch(A){e.error(A.message)}finally{E(!1)}};return n.jsx(Ye,{title:u("settings.telegram_global.title"),description:u("settings.telegram_global.subtitle"),children:n.jsxs("div",{className:"space-y-3",children:[n.jsxs("div",{className:"flex items-center gap-3",children:[n.jsx(Bt,{checked:m,onChange:h,label:u("settings.telegram_global.enabled")}),n.jsx(Bt,{checked:_,onChange:w,label:u("settings.telegram_global.respond_with_engine")})]}),n.jsxs("div",{className:"grid grid-cols-2 gap-3",children:[n.jsx(oe,{label:u("settings.telegram_global.bot_token"),hint:f?.bot_token?`…${Bo(f.bot_token)??""} ${u("telegram_ui.secret_set_replace")}`:u("telegram_ui.bot_token_hint_short"),children:n.jsx(Ne,{type:"password",value:S,onChange:A=>y(A.target.value),placeholder:f?.bot_token?`…${Bo(f.bot_token)??""} ${u("telegram_ui.secret_already_set")}`:""})}),n.jsx(oe,{label:u("settings.telegram_global.chat_id"),children:n.jsx(Ne,{value:C,onChange:A=>N(A.target.value),placeholder:"889721252"})}),n.jsx(oe,{label:u("settings.telegram_global.poll_interval"),children:n.jsx(Ne,{type:"number",value:String(g),onChange:A=>b(Number(A.target.value)||1500)})})]}),n.jsx(ae,{variant:"primary",loading:j,onClick:R,children:u("common.save")})]})})}function _B(){const e=Ze(),{channels:t,isLoading:a,mutate:o}=L_(),{contacts:l}=I_(),[c,d]=x.useState(null),[f,m]=x.useState(null),h=new Map;for(const b of l)h.set(String(b.user_id),b.name||`@${b.username||b.user_id}`);const g=async b=>{if(confirm(u("telegram_channels.delete_confirm",{name:b})))try{await Dn.channels.remove(b),e.success(u("telegram_channels.removed")),o()}catch(_){e.error(_.message)}};return n.jsxs(Ye,{title:u("telegram_channels.title"),description:u("telegram_channels.desc"),action:n.jsxs(ae,{size:"sm",onClick:()=>d({name:""}),children:[n.jsx(It,{size:14})," ",u("telegram_channels.new_btn")]}),children:[a&&n.jsx(rt,{}),!a&&t.length===0&&n.jsx(pt,{children:u("telegram_channels.empty")}),n.jsx("ul",{className:"space-y-2 text-sm",children:t.map(b=>{const _=b.owner_user_id!=null?h.get(String(b.owner_user_id))||u("telegram_ui.user_id_fallback",{id:b.owner_user_id}):u("telegram_channels.no_owner");return n.jsxs("li",{className:"rounded-md border border-border bg-muted/30 px-3 py-2",children:[n.jsxs("div",{className:"flex items-center justify-between gap-2",children:[n.jsx("span",{className:"font-medium",children:b.name}),n.jsxs("div",{className:"flex items-center gap-2",children:[b.project&&n.jsxs(He,{tone:"success",children:["project = ",b.project]}),n.jsxs(ae,{size:"sm",variant:"ghost",onClick:()=>m(b),children:[n.jsx(Ca,{size:13})," ",u("admin.telegram_send_test")]}),n.jsx(ae,{size:"sm",variant:"secondary",onClick:()=>d(b),children:u("common.edit")}),n.jsx(ae,{size:"sm",variant:"destructive",onClick:()=>g(b.name),children:u("common.delete")})]})]}),n.jsxs("div",{className:"mt-1 grid grid-cols-2 gap-2 text-xs text-muted-fg",children:[n.jsxs("span",{children:["chat_id: ",b.chat_id||"—"]}),n.jsxs("span",{children:["bot_token: ",b.bot_token?`…${Bo(b.bot_token)??""}`:"—"]}),n.jsxs("span",{children:["route_to_agent: ",b.route_to_agent||u("telegram_ui.default_apx")]}),n.jsxs("span",{children:["engine: ",b.respond_with_engine?u("telegram_ui.yes"):u("telegram_ui.no")]}),n.jsxs("span",{className:"col-span-2",children:[u("telegram_channels.owner_label")," ",_]})]})]},b.name)})}),n.jsx(DN,{channel:c,onClose:()=>d(null),onSaved:()=>{d(null),o()}}),n.jsx(PN,{channel:f,onClose:()=>m(null)})]})}const gk=new Set(["owner","guest"]);function vB(){const e=Ze(),{roles:t,mutate:a,isLoading:o}=I_(),[l,c]=x.useState(""),[d,f]=x.useState(""),[m,h]=x.useState(!1),[g,b]=x.useState(!1),_=async()=>{const y=l.trim();if(!y){e.error(u("telegram_roles.name_required"));return}if(gk.has(y)){e.error(u("telegram_roles.builtin_error",{name:y}));return}b(!0);try{const C=m?"*":d.split(",").map(N=>N.trim()).filter(Boolean);await Dn.roles.set(y,C),e.success(u("telegram_roles.saved",{name:y})),c(""),f(""),h(!1),a()}catch(C){e.error(C.message)}finally{b(!1)}},w=async y=>{if(confirm(u("telegram_roles.delete_confirm",{name:y})))try{await Dn.roles.remove(y),e.success(u("telegram_roles.removed")),a()}catch(C){e.error(C.message)}},S=Object.entries(t);return n.jsxs(Ye,{title:u("telegram_roles.title"),description:u("telegram_roles.desc"),children:[o&&n.jsx(rt,{}),S.length===0&&!o&&n.jsx(pt,{children:u("telegram_roles.empty")}),S.length>0&&n.jsx("ul",{className:"space-y-2 text-sm",children:S.map(([y,C])=>{const N=gk.has(y),j=C?.tools==="*"?u("telegram_roles.tools_all"):Array.isArray(C?.tools)&&C.tools.length>0?C.tools.join(", "):u("telegram_roles.tools_none");return n.jsxs("li",{className:"rounded-md border border-border bg-muted/30 px-3 py-2",children:[n.jsxs("div",{className:"flex items-center justify-between gap-2",children:[n.jsxs("div",{className:"min-w-0",children:[n.jsx("span",{className:"font-medium",children:y}),N&&n.jsx(He,{tone:"info",children:u("telegram_roles.builtin")})]}),!N&&n.jsx(ae,{size:"sm",variant:"destructive",onClick:()=>w(y),children:u("telegram_roles.delete_btn")})]}),n.jsxs("div",{className:"mt-1 text-xs text-muted-fg",children:[u("telegram_contacts.tools_label")," ",j]})]},y)})}),n.jsxs("div",{className:"mt-4 space-y-3 rounded-md border border-dashed border-border p-3",children:[n.jsxs("div",{className:"flex items-center gap-2 text-sm font-medium",children:[n.jsx(It,{size:14})," ",u("telegram_roles.new_title")]}),n.jsxs("div",{className:"grid grid-cols-2 gap-3",children:[n.jsx(oe,{label:u("telegram_roles.name_label"),children:n.jsx(Ne,{value:l,onChange:y=>c(y.target.value),placeholder:u("telegram_roles.name_ph")})}),n.jsx(oe,{label:u("telegram_roles.tools_label"),hint:u("telegram_roles.tools_hint"),children:n.jsx(Ne,{value:d,onChange:y=>f(y.target.value),disabled:m,placeholder:u("telegram_roles.tools_ph")})})]}),n.jsxs("div",{className:"flex items-center justify-between gap-3",children:[n.jsx(Bt,{checked:m,onChange:h,label:u("telegram_roles.full_access")}),n.jsx(ae,{variant:"primary",loading:g,onClick:_,children:u("telegram_roles.save_btn")})]})]})]})}const WE="apx.settings.telegramTab";function yB(){if(typeof window>"u")return"default";const e=window.localStorage.getItem(WE);return e==="channels"||e==="contacts"||e==="roles"||e==="default"?e:"default"}function jB(){const[e,t]=x.useState("default");x.useEffect(()=>{t(yB())},[]);const a=o=>{const l=o==="channels"||o==="contacts"||o==="roles"||o==="default"?o:"default";t(l);try{window.localStorage.setItem(WE,l)}catch{}};return n.jsxs(Op,{value:e,onValueChange:a,className:"w-full",children:[n.jsxs(zp,{children:[n.jsx(Hs,{value:"default",children:u("settings.telegram_global.title")}),n.jsx(Hs,{value:"channels",children:u("telegram_channels.title")}),n.jsx(Hs,{value:"contacts",children:u("telegram_contacts.title")}),n.jsx(Hs,{value:"roles",children:u("telegram_roles.title")})]}),n.jsx(fs,{value:"default",className:"mt-4",children:n.jsx(bB,{})}),n.jsx(fs,{value:"channels",className:"mt-4",children:n.jsx(_B,{})}),n.jsx(fs,{value:"contacts",className:"mt-4",children:n.jsx(LN,{})}),n.jsx(fs,{value:"roles",className:"mt-4",children:n.jsx(vB,{})})]})}function wB(){const{data:e,error:t,isLoading:a,mutate:o}=qe("/pair/list",()=>ii.list(),{refreshInterval:ep.pairList});return{clients:e?.clients||[],error:t,isLoading:a,mutate:o}}var Il={},Uh,hk;function kB(){return hk||(hk=1,Uh=function(){return typeof Promise=="function"&&Promise.prototype&&Promise.prototype.then}),Uh}var $h={},Ir={},xk;function Xo(){if(xk)return Ir;xk=1;let e;const t=[0,26,44,70,100,134,172,196,242,292,346,404,466,532,581,655,733,815,901,991,1085,1156,1258,1364,1474,1588,1706,1828,1921,2051,2185,2323,2465,2611,2761,2876,3034,3196,3362,3532,3706];return Ir.getSymbolSize=function(o){if(!o)throw new Error('"version" cannot be null or undefined');if(o<1||o>40)throw new Error('"version" should be in range from 1 to 40');return o*4+17},Ir.getSymbolTotalCodewords=function(o){return t[o]},Ir.getBCHDigit=function(a){let o=0;for(;a!==0;)o++,a>>>=1;return o},Ir.setToSJISFunction=function(o){if(typeof o!="function")throw new Error('"toSJISFunc" is not a valid function.');e=o},Ir.isKanjiModeEnabled=function(){return typeof e<"u"},Ir.toSJIS=function(o){return e(o)},Ir}var Hh={},bk;function av(){return bk||(bk=1,(function(e){e.L={bit:1},e.M={bit:0},e.Q={bit:3},e.H={bit:2};function t(a){if(typeof a!="string")throw new Error("Param is not a string");switch(a.toLowerCase()){case"l":case"low":return e.L;case"m":case"medium":return e.M;case"q":case"quartile":return e.Q;case"h":case"high":return e.H;default:throw new Error("Unknown EC Level: "+a)}}e.isValid=function(o){return o&&typeof o.bit<"u"&&o.bit>=0&&o.bit<4},e.from=function(o,l){if(e.isValid(o))return o;try{return t(o)}catch{return l}}})(Hh)),Hh}var qh,_k;function SB(){if(_k)return qh;_k=1;function e(){this.buffer=[],this.length=0}return e.prototype={get:function(t){const a=Math.floor(t/8);return(this.buffer[a]>>>7-t%8&1)===1},put:function(t,a){for(let o=0;o<a;o++)this.putBit((t>>>a-o-1&1)===1)},getLengthInBits:function(){return this.length},putBit:function(t){const a=Math.floor(this.length/8);this.buffer.length<=a&&this.buffer.push(0),t&&(this.buffer[a]|=128>>>this.length%8),this.length++}},qh=e,qh}var Vh,vk;function CB(){if(vk)return Vh;vk=1;function e(t){if(!t||t<1)throw new Error("BitMatrix size must be defined and greater than 0");this.size=t,this.data=new Uint8Array(t*t),this.reservedBit=new Uint8Array(t*t)}return e.prototype.set=function(t,a,o,l){const c=t*this.size+a;this.data[c]=o,l&&(this.reservedBit[c]=!0)},e.prototype.get=function(t,a){return this.data[t*this.size+a]},e.prototype.xor=function(t,a,o){this.data[t*this.size+a]^=o},e.prototype.isReserved=function(t,a){return this.reservedBit[t*this.size+a]},Vh=e,Vh}var Fh={},yk;function NB(){return yk||(yk=1,(function(e){const t=Xo().getSymbolSize;e.getRowColCoords=function(o){if(o===1)return[];const l=Math.floor(o/7)+2,c=t(o),d=c===145?26:Math.ceil((c-13)/(2*l-2))*2,f=[c-7];for(let m=1;m<l-1;m++)f[m]=f[m-1]-d;return f.push(6),f.reverse()},e.getPositions=function(o){const l=[],c=e.getRowColCoords(o),d=c.length;for(let f=0;f<d;f++)for(let m=0;m<d;m++)f===0&&m===0||f===0&&m===d-1||f===d-1&&m===0||l.push([c[f],c[m]]);return l}})(Fh)),Fh}var Gh={},jk;function EB(){if(jk)return Gh;jk=1;const e=Xo().getSymbolSize,t=7;return Gh.getPositions=function(o){const l=e(o);return[[0,0],[l-t,0],[0,l-t]]},Gh}var Yh={},wk;function RB(){return wk||(wk=1,(function(e){e.Patterns={PATTERN000:0,PATTERN001:1,PATTERN010:2,PATTERN011:3,PATTERN100:4,PATTERN101:5,PATTERN110:6,PATTERN111:7};const t={N1:3,N2:3,N3:40,N4:10};e.isValid=function(l){return l!=null&&l!==""&&!isNaN(l)&&l>=0&&l<=7},e.from=function(l){return e.isValid(l)?parseInt(l,10):void 0},e.getPenaltyN1=function(l){const c=l.size;let d=0,f=0,m=0,h=null,g=null;for(let b=0;b<c;b++){f=m=0,h=g=null;for(let _=0;_<c;_++){let w=l.get(b,_);w===h?f++:(f>=5&&(d+=t.N1+(f-5)),h=w,f=1),w=l.get(_,b),w===g?m++:(m>=5&&(d+=t.N1+(m-5)),g=w,m=1)}f>=5&&(d+=t.N1+(f-5)),m>=5&&(d+=t.N1+(m-5))}return d},e.getPenaltyN2=function(l){const c=l.size;let d=0;for(let f=0;f<c-1;f++)for(let m=0;m<c-1;m++){const h=l.get(f,m)+l.get(f,m+1)+l.get(f+1,m)+l.get(f+1,m+1);(h===4||h===0)&&d++}return d*t.N2},e.getPenaltyN3=function(l){const c=l.size;let d=0,f=0,m=0;for(let h=0;h<c;h++){f=m=0;for(let g=0;g<c;g++)f=f<<1&2047|l.get(h,g),g>=10&&(f===1488||f===93)&&d++,m=m<<1&2047|l.get(g,h),g>=10&&(m===1488||m===93)&&d++}return d*t.N3},e.getPenaltyN4=function(l){let c=0;const d=l.data.length;for(let m=0;m<d;m++)c+=l.data[m];return Math.abs(Math.ceil(c*100/d/5)-10)*t.N4};function a(o,l,c){switch(o){case e.Patterns.PATTERN000:return(l+c)%2===0;case e.Patterns.PATTERN001:return l%2===0;case e.Patterns.PATTERN010:return c%3===0;case e.Patterns.PATTERN011:return(l+c)%3===0;case e.Patterns.PATTERN100:return(Math.floor(l/2)+Math.floor(c/3))%2===0;case e.Patterns.PATTERN101:return l*c%2+l*c%3===0;case e.Patterns.PATTERN110:return(l*c%2+l*c%3)%2===0;case e.Patterns.PATTERN111:return(l*c%3+(l+c)%2)%2===0;default:throw new Error("bad maskPattern:"+o)}}e.applyMask=function(l,c){const d=c.size;for(let f=0;f<d;f++)for(let m=0;m<d;m++)c.isReserved(m,f)||c.xor(m,f,a(l,m,f))},e.getBestMask=function(l,c){const d=Object.keys(e.Patterns).length;let f=0,m=1/0;for(let h=0;h<d;h++){c(h),e.applyMask(h,l);const g=e.getPenaltyN1(l)+e.getPenaltyN2(l)+e.getPenaltyN3(l)+e.getPenaltyN4(l);e.applyMask(h,l),g<m&&(m=g,f=h)}return f}})(Yh)),Yh}var Qd={},kk;function ZE(){if(kk)return Qd;kk=1;const e=av(),t=[1,1,1,1,1,1,1,1,1,1,2,2,1,2,2,4,1,2,4,4,2,4,4,4,2,4,6,5,2,4,6,6,2,5,8,8,4,5,8,8,4,5,8,11,4,8,10,11,4,9,12,16,4,9,16,16,6,10,12,18,6,10,17,16,6,11,16,19,6,13,18,21,7,14,21,25,8,16,20,25,8,17,23,25,9,17,23,34,9,18,25,30,10,20,27,32,12,21,29,35,12,23,34,37,12,25,34,40,13,26,35,42,14,28,38,45,15,29,40,48,16,31,43,51,17,33,45,54,18,35,48,57,19,37,51,60,19,38,53,63,20,40,56,66,21,43,59,70,22,45,62,74,24,47,65,77,25,49,68,81],a=[7,10,13,17,10,16,22,28,15,26,36,44,20,36,52,64,26,48,72,88,36,64,96,112,40,72,108,130,48,88,132,156,60,110,160,192,72,130,192,224,80,150,224,264,96,176,260,308,104,198,288,352,120,216,320,384,132,240,360,432,144,280,408,480,168,308,448,532,180,338,504,588,196,364,546,650,224,416,600,700,224,442,644,750,252,476,690,816,270,504,750,900,300,560,810,960,312,588,870,1050,336,644,952,1110,360,700,1020,1200,390,728,1050,1260,420,784,1140,1350,450,812,1200,1440,480,868,1290,1530,510,924,1350,1620,540,980,1440,1710,570,1036,1530,1800,570,1064,1590,1890,600,1120,1680,1980,630,1204,1770,2100,660,1260,1860,2220,720,1316,1950,2310,750,1372,2040,2430];return Qd.getBlocksCount=function(l,c){switch(c){case e.L:return t[(l-1)*4+0];case e.M:return t[(l-1)*4+1];case e.Q:return t[(l-1)*4+2];case e.H:return t[(l-1)*4+3];default:return}},Qd.getTotalCodewordsCount=function(l,c){switch(c){case e.L:return a[(l-1)*4+0];case e.M:return a[(l-1)*4+1];case e.Q:return a[(l-1)*4+2];case e.H:return a[(l-1)*4+3];default:return}},Qd}var Kh={},yc={},Sk;function TB(){if(Sk)return yc;Sk=1;const e=new Uint8Array(512),t=new Uint8Array(256);return(function(){let o=1;for(let l=0;l<255;l++)e[l]=o,t[o]=l,o<<=1,o&256&&(o^=285);for(let l=255;l<512;l++)e[l]=e[l-255]})(),yc.log=function(o){if(o<1)throw new Error("log("+o+")");return t[o]},yc.exp=function(o){return e[o]},yc.mul=function(o,l){return o===0||l===0?0:e[t[o]+t[l]]},yc}var Ck;function AB(){return Ck||(Ck=1,(function(e){const t=TB();e.mul=function(o,l){const c=new Uint8Array(o.length+l.length-1);for(let d=0;d<o.length;d++)for(let f=0;f<l.length;f++)c[d+f]^=t.mul(o[d],l[f]);return c},e.mod=function(o,l){let c=new Uint8Array(o);for(;c.length-l.length>=0;){const d=c[0];for(let m=0;m<l.length;m++)c[m]^=t.mul(l[m],d);let f=0;for(;f<c.length&&c[f]===0;)f++;c=c.slice(f)}return c},e.generateECPolynomial=function(o){let l=new Uint8Array([1]);for(let c=0;c<o;c++)l=e.mul(l,new Uint8Array([1,t.exp(c)]));return l}})(Kh)),Kh}var Xh,Nk;function MB(){if(Nk)return Xh;Nk=1;const e=AB();function t(a){this.genPoly=void 0,this.degree=a,this.degree&&this.initialize(this.degree)}return t.prototype.initialize=function(o){this.degree=o,this.genPoly=e.generateECPolynomial(this.degree)},t.prototype.encode=function(o){if(!this.genPoly)throw new Error("Encoder not initialized");const l=new Uint8Array(o.length+this.degree);l.set(o);const c=e.mod(l,this.genPoly),d=this.degree-c.length;if(d>0){const f=new Uint8Array(this.degree);return f.set(c,d),f}return c},Xh=t,Xh}var Qh={},Wh={},Zh={},Ek;function JE(){return Ek||(Ek=1,Zh.isValid=function(t){return!isNaN(t)&&t>=1&&t<=40}),Zh}var fa={},Rk;function eR(){if(Rk)return fa;Rk=1;const e="[0-9]+",t="[A-Z $%*+\\-./:]+";let a="(?:[u3000-u303F]|[u3040-u309F]|[u30A0-u30FF]|[uFF00-uFFEF]|[u4E00-u9FAF]|[u2605-u2606]|[u2190-u2195]|u203B|[u2010u2015u2018u2019u2025u2026u201Cu201Du2225u2260]|[u0391-u0451]|[u00A7u00A8u00B1u00B4u00D7u00F7])+";a=a.replace(/u/g,"\\u");const o="(?:(?![A-Z0-9 $%*+\\-./:]|"+a+`)(?:.|[\r
786
+ ]))+`;fa.KANJI=new RegExp(a,"g"),fa.BYTE_KANJI=new RegExp("[^A-Z0-9 $%*+\\-./:]+","g"),fa.BYTE=new RegExp(o,"g"),fa.NUMERIC=new RegExp(e,"g"),fa.ALPHANUMERIC=new RegExp(t,"g");const l=new RegExp("^"+a+"$"),c=new RegExp("^"+e+"$"),d=new RegExp("^[A-Z0-9 $%*+\\-./:]+$");return fa.testKanji=function(m){return l.test(m)},fa.testNumeric=function(m){return c.test(m)},fa.testAlphanumeric=function(m){return d.test(m)},fa}var Tk;function Qo(){return Tk||(Tk=1,(function(e){const t=JE(),a=eR();e.NUMERIC={id:"Numeric",bit:1,ccBits:[10,12,14]},e.ALPHANUMERIC={id:"Alphanumeric",bit:2,ccBits:[9,11,13]},e.BYTE={id:"Byte",bit:4,ccBits:[8,16,16]},e.KANJI={id:"Kanji",bit:8,ccBits:[8,10,12]},e.MIXED={bit:-1},e.getCharCountIndicator=function(c,d){if(!c.ccBits)throw new Error("Invalid mode: "+c);if(!t.isValid(d))throw new Error("Invalid version: "+d);return d>=1&&d<10?c.ccBits[0]:d<27?c.ccBits[1]:c.ccBits[2]},e.getBestModeForData=function(c){return a.testNumeric(c)?e.NUMERIC:a.testAlphanumeric(c)?e.ALPHANUMERIC:a.testKanji(c)?e.KANJI:e.BYTE},e.toString=function(c){if(c&&c.id)return c.id;throw new Error("Invalid mode")},e.isValid=function(c){return c&&c.bit&&c.ccBits};function o(l){if(typeof l!="string")throw new Error("Param is not a string");switch(l.toLowerCase()){case"numeric":return e.NUMERIC;case"alphanumeric":return e.ALPHANUMERIC;case"kanji":return e.KANJI;case"byte":return e.BYTE;default:throw new Error("Unknown mode: "+l)}}e.from=function(c,d){if(e.isValid(c))return c;try{return o(c)}catch{return d}}})(Wh)),Wh}var Ak;function OB(){return Ak||(Ak=1,(function(e){const t=Xo(),a=ZE(),o=av(),l=Qo(),c=JE(),d=7973,f=t.getBCHDigit(d);function m(_,w,S){for(let y=1;y<=40;y++)if(w<=e.getCapacity(y,S,_))return y}function h(_,w){return l.getCharCountIndicator(_,w)+4}function g(_,w){let S=0;return _.forEach(function(y){const C=h(y.mode,w);S+=C+y.getBitsLength()}),S}function b(_,w){for(let S=1;S<=40;S++)if(g(_,S)<=e.getCapacity(S,w,l.MIXED))return S}e.from=function(w,S){return c.isValid(w)?parseInt(w,10):S},e.getCapacity=function(w,S,y){if(!c.isValid(w))throw new Error("Invalid QR Code version");typeof y>"u"&&(y=l.BYTE);const C=t.getSymbolTotalCodewords(w),N=a.getTotalCodewordsCount(w,S),j=(C-N)*8;if(y===l.MIXED)return j;const E=j-h(y,w);switch(y){case l.NUMERIC:return Math.floor(E/10*3);case l.ALPHANUMERIC:return Math.floor(E/11*2);case l.KANJI:return Math.floor(E/13);case l.BYTE:default:return Math.floor(E/8)}},e.getBestVersionForData=function(w,S){let y;const C=o.from(S,o.M);if(Array.isArray(w)){if(w.length>1)return b(w,C);if(w.length===0)return 1;y=w[0]}else y=w;return m(y.mode,y.getLength(),C)},e.getEncodedBits=function(w){if(!c.isValid(w)||w<7)throw new Error("Invalid QR Code version");let S=w<<12;for(;t.getBCHDigit(S)-f>=0;)S^=d<<t.getBCHDigit(S)-f;return w<<12|S}})(Qh)),Qh}var Jh={},Mk;function zB(){if(Mk)return Jh;Mk=1;const e=Xo(),t=1335,a=21522,o=e.getBCHDigit(t);return Jh.getEncodedBits=function(c,d){const f=c.bit<<3|d;let m=f<<10;for(;e.getBCHDigit(m)-o>=0;)m^=t<<e.getBCHDigit(m)-o;return(f<<10|m)^a},Jh}var ex={},tx,Ok;function DB(){if(Ok)return tx;Ok=1;const e=Qo();function t(a){this.mode=e.NUMERIC,this.data=a.toString()}return t.getBitsLength=function(o){return 10*Math.floor(o/3)+(o%3?o%3*3+1:0)},t.prototype.getLength=function(){return this.data.length},t.prototype.getBitsLength=function(){return t.getBitsLength(this.data.length)},t.prototype.write=function(o){let l,c,d;for(l=0;l+3<=this.data.length;l+=3)c=this.data.substr(l,3),d=parseInt(c,10),o.put(d,10);const f=this.data.length-l;f>0&&(c=this.data.substr(l),d=parseInt(c,10),o.put(d,f*3+1))},tx=t,tx}var nx,zk;function PB(){if(zk)return nx;zk=1;const e=Qo(),t=["0","1","2","3","4","5","6","7","8","9","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z"," ","$","%","*","+","-",".","/",":"];function a(o){this.mode=e.ALPHANUMERIC,this.data=o}return a.getBitsLength=function(l){return 11*Math.floor(l/2)+6*(l%2)},a.prototype.getLength=function(){return this.data.length},a.prototype.getBitsLength=function(){return a.getBitsLength(this.data.length)},a.prototype.write=function(l){let c;for(c=0;c+2<=this.data.length;c+=2){let d=t.indexOf(this.data[c])*45;d+=t.indexOf(this.data[c+1]),l.put(d,11)}this.data.length%2&&l.put(t.indexOf(this.data[c]),6)},nx=a,nx}var sx,Dk;function LB(){if(Dk)return sx;Dk=1;const e=Qo();function t(a){this.mode=e.BYTE,typeof a=="string"?this.data=new TextEncoder().encode(a):this.data=new Uint8Array(a)}return t.getBitsLength=function(o){return o*8},t.prototype.getLength=function(){return this.data.length},t.prototype.getBitsLength=function(){return t.getBitsLength(this.data.length)},t.prototype.write=function(a){for(let o=0,l=this.data.length;o<l;o++)a.put(this.data[o],8)},sx=t,sx}var ax,Pk;function IB(){if(Pk)return ax;Pk=1;const e=Qo(),t=Xo();function a(o){this.mode=e.KANJI,this.data=o}return a.getBitsLength=function(l){return l*13},a.prototype.getLength=function(){return this.data.length},a.prototype.getBitsLength=function(){return a.getBitsLength(this.data.length)},a.prototype.write=function(o){let l;for(l=0;l<this.data.length;l++){let c=t.toSJIS(this.data[l]);if(c>=33088&&c<=40956)c-=33088;else if(c>=57408&&c<=60351)c-=49472;else throw new Error("Invalid SJIS character: "+this.data[l]+`
787
+ Make sure your charset is UTF-8`);c=(c>>>8&255)*192+(c&255),o.put(c,13)}},ax=a,ax}var rx={exports:{}},Lk;function BB(){return Lk||(Lk=1,(function(e){var t={single_source_shortest_paths:function(a,o,l){var c={},d={};d[o]=0;var f=t.PriorityQueue.make();f.push(o,0);for(var m,h,g,b,_,w,S,y,C;!f.empty();){m=f.pop(),h=m.value,b=m.cost,_=a[h]||{};for(g in _)_.hasOwnProperty(g)&&(w=_[g],S=b+w,y=d[g],C=typeof d[g]>"u",(C||y>S)&&(d[g]=S,f.push(g,S),c[g]=h))}if(typeof l<"u"&&typeof d[l]>"u"){var N=["Could not find a path from ",o," to ",l,"."].join("");throw new Error(N)}return c},extract_shortest_path_from_predecessor_list:function(a,o){for(var l=[],c=o;c;)l.push(c),a[c],c=a[c];return l.reverse(),l},find_path:function(a,o,l){var c=t.single_source_shortest_paths(a,o,l);return t.extract_shortest_path_from_predecessor_list(c,l)},PriorityQueue:{make:function(a){var o=t.PriorityQueue,l={},c;a=a||{};for(c in o)o.hasOwnProperty(c)&&(l[c]=o[c]);return l.queue=[],l.sorter=a.sorter||o.default_sorter,l},default_sorter:function(a,o){return a.cost-o.cost},push:function(a,o){var l={value:a,cost:o};this.queue.push(l),this.queue.sort(this.sorter)},pop:function(){return this.queue.shift()},empty:function(){return this.queue.length===0}}};e.exports=t})(rx)),rx.exports}var Ik;function UB(){return Ik||(Ik=1,(function(e){const t=Qo(),a=DB(),o=PB(),l=LB(),c=IB(),d=eR(),f=Xo(),m=BB();function h(N){return unescape(encodeURIComponent(N)).length}function g(N,j,E){const R=[];let A;for(;(A=N.exec(E))!==null;)R.push({data:A[0],index:A.index,mode:j,length:A[0].length});return R}function b(N){const j=g(d.NUMERIC,t.NUMERIC,N),E=g(d.ALPHANUMERIC,t.ALPHANUMERIC,N);let R,A;return f.isKanjiModeEnabled()?(R=g(d.BYTE,t.BYTE,N),A=g(d.KANJI,t.KANJI,N)):(R=g(d.BYTE_KANJI,t.BYTE,N),A=[]),j.concat(E,R,A).sort(function(z,O){return z.index-O.index}).map(function(z){return{data:z.data,mode:z.mode,length:z.length}})}function _(N,j){switch(j){case t.NUMERIC:return a.getBitsLength(N);case t.ALPHANUMERIC:return o.getBitsLength(N);case t.KANJI:return c.getBitsLength(N);case t.BYTE:return l.getBitsLength(N)}}function w(N){return N.reduce(function(j,E){const R=j.length-1>=0?j[j.length-1]:null;return R&&R.mode===E.mode?(j[j.length-1].data+=E.data,j):(j.push(E),j)},[])}function S(N){const j=[];for(let E=0;E<N.length;E++){const R=N[E];switch(R.mode){case t.NUMERIC:j.push([R,{data:R.data,mode:t.ALPHANUMERIC,length:R.length},{data:R.data,mode:t.BYTE,length:R.length}]);break;case t.ALPHANUMERIC:j.push([R,{data:R.data,mode:t.BYTE,length:R.length}]);break;case t.KANJI:j.push([R,{data:R.data,mode:t.BYTE,length:h(R.data)}]);break;case t.BYTE:j.push([{data:R.data,mode:t.BYTE,length:h(R.data)}])}}return j}function y(N,j){const E={},R={start:{}};let A=["start"];for(let T=0;T<N.length;T++){const z=N[T],O=[];for(let P=0;P<z.length;P++){const L=z[P],U=""+T+P;O.push(U),E[U]={node:L,lastCount:0},R[U]={};for(let D=0;D<A.length;D++){const I=A[D];E[I]&&E[I].node.mode===L.mode?(R[I][U]=_(E[I].lastCount+L.length,L.mode)-_(E[I].lastCount,L.mode),E[I].lastCount+=L.length):(E[I]&&(E[I].lastCount=L.length),R[I][U]=_(L.length,L.mode)+4+t.getCharCountIndicator(L.mode,j))}}A=O}for(let T=0;T<A.length;T++)R[A[T]].end=0;return{map:R,table:E}}function C(N,j){let E;const R=t.getBestModeForData(N);if(E=t.from(j,R),E!==t.BYTE&&E.bit<R.bit)throw new Error('"'+N+'" cannot be encoded with mode '+t.toString(E)+`.
788
+ Suggested mode is: `+t.toString(R));switch(E===t.KANJI&&!f.isKanjiModeEnabled()&&(E=t.BYTE),E){case t.NUMERIC:return new a(N);case t.ALPHANUMERIC:return new o(N);case t.KANJI:return new c(N);case t.BYTE:return new l(N)}}e.fromArray=function(j){return j.reduce(function(E,R){return typeof R=="string"?E.push(C(R,null)):R.data&&E.push(C(R.data,R.mode)),E},[])},e.fromString=function(j,E){const R=b(j,f.isKanjiModeEnabled()),A=S(R),T=y(A,E),z=m.find_path(T.map,"start","end"),O=[];for(let P=1;P<z.length-1;P++)O.push(T.table[z[P]].node);return e.fromArray(w(O))},e.rawSplit=function(j){return e.fromArray(b(j,f.isKanjiModeEnabled()))}})(ex)),ex}var Bk;function $B(){if(Bk)return $h;Bk=1;const e=Xo(),t=av(),a=SB(),o=CB(),l=NB(),c=EB(),d=RB(),f=ZE(),m=MB(),h=OB(),g=zB(),b=Qo(),_=UB();function w(T,z){const O=T.size,P=c.getPositions(z);for(let L=0;L<P.length;L++){const U=P[L][0],D=P[L][1];for(let I=-1;I<=7;I++)if(!(U+I<=-1||O<=U+I))for(let $=-1;$<=7;$++)D+$<=-1||O<=D+$||(I>=0&&I<=6&&($===0||$===6)||$>=0&&$<=6&&(I===0||I===6)||I>=2&&I<=4&&$>=2&&$<=4?T.set(U+I,D+$,!0,!0):T.set(U+I,D+$,!1,!0))}}function S(T){const z=T.size;for(let O=8;O<z-8;O++){const P=O%2===0;T.set(O,6,P,!0),T.set(6,O,P,!0)}}function y(T,z){const O=l.getPositions(z);for(let P=0;P<O.length;P++){const L=O[P][0],U=O[P][1];for(let D=-2;D<=2;D++)for(let I=-2;I<=2;I++)D===-2||D===2||I===-2||I===2||D===0&&I===0?T.set(L+D,U+I,!0,!0):T.set(L+D,U+I,!1,!0)}}function C(T,z){const O=T.size,P=h.getEncodedBits(z);let L,U,D;for(let I=0;I<18;I++)L=Math.floor(I/3),U=I%3+O-8-3,D=(P>>I&1)===1,T.set(L,U,D,!0),T.set(U,L,D,!0)}function N(T,z,O){const P=T.size,L=g.getEncodedBits(z,O);let U,D;for(U=0;U<15;U++)D=(L>>U&1)===1,U<6?T.set(U,8,D,!0):U<8?T.set(U+1,8,D,!0):T.set(P-15+U,8,D,!0),U<8?T.set(8,P-U-1,D,!0):U<9?T.set(8,15-U-1+1,D,!0):T.set(8,15-U-1,D,!0);T.set(P-8,8,1,!0)}function j(T,z){const O=T.size;let P=-1,L=O-1,U=7,D=0;for(let I=O-1;I>0;I-=2)for(I===6&&I--;;){for(let $=0;$<2;$++)if(!T.isReserved(L,I-$)){let F=!1;D<z.length&&(F=(z[D]>>>U&1)===1),T.set(L,I-$,F),U--,U===-1&&(D++,U=7)}if(L+=P,L<0||O<=L){L-=P,P=-P;break}}}function E(T,z,O){const P=new a;O.forEach(function($){P.put($.mode.bit,4),P.put($.getLength(),b.getCharCountIndicator($.mode,T)),$.write(P)});const L=e.getSymbolTotalCodewords(T),U=f.getTotalCodewordsCount(T,z),D=(L-U)*8;for(P.getLengthInBits()+4<=D&&P.put(0,4);P.getLengthInBits()%8!==0;)P.putBit(0);const I=(D-P.getLengthInBits())/8;for(let $=0;$<I;$++)P.put($%2?17:236,8);return R(P,T,z)}function R(T,z,O){const P=e.getSymbolTotalCodewords(z),L=f.getTotalCodewordsCount(z,O),U=P-L,D=f.getBlocksCount(z,O),I=P%D,$=D-I,F=Math.floor(P/D),H=Math.floor(U/D),Y=H+1,V=F-H,G=new m(V);let K=0;const B=new Array(D),Q=new Array(D);let Z=0;const X=new Uint8Array(T.buffer);for(let ge=0;ge<D;ge++){const Me=ge<$?H:Y;B[ge]=X.slice(K,K+Me),Q[ge]=G.encode(B[ge]),K+=Me,Z=Math.max(Z,Me)}const ne=new Uint8Array(P);let ee=0,re,le;for(re=0;re<Z;re++)for(le=0;le<D;le++)re<B[le].length&&(ne[ee++]=B[le][re]);for(re=0;re<V;re++)for(le=0;le<D;le++)ne[ee++]=Q[le][re];return ne}function A(T,z,O,P){let L;if(Array.isArray(T))L=_.fromArray(T);else if(typeof T=="string"){let F=z;if(!F){const H=_.rawSplit(T);F=h.getBestVersionForData(H,O)}L=_.fromString(T,F||40)}else throw new Error("Invalid data");const U=h.getBestVersionForData(L,O);if(!U)throw new Error("The amount of data is too big to be stored in a QR Code");if(!z)z=U;else if(z<U)throw new Error(`
789
+ The chosen QR Code version cannot contain this amount of data.
790
+ Minimum version required to store current data is: `+U+`.
791
+ `);const D=E(z,O,L),I=e.getSymbolSize(z),$=new o(I);return w($,z),S($),y($,z),N($,O,0),z>=7&&C($,z),j($,D),isNaN(P)&&(P=d.getBestMask($,N.bind(null,$,O))),d.applyMask(P,$),N($,O,P),{modules:$,version:z,errorCorrectionLevel:O,maskPattern:P,segments:L}}return $h.create=function(z,O){if(typeof z>"u"||z==="")throw new Error("No input text");let P=t.M,L,U;return typeof O<"u"&&(P=t.from(O.errorCorrectionLevel,t.M),L=h.from(O.version),U=d.from(O.maskPattern),O.toSJISFunc&&e.setToSJISFunction(O.toSJISFunc)),A(z,L,P,U)},$h}var ox={},lx={},Uk;function tR(){return Uk||(Uk=1,(function(e){function t(a){if(typeof a=="number"&&(a=a.toString()),typeof a!="string")throw new Error("Color should be defined as hex string");let o=a.slice().replace("#","").split("");if(o.length<3||o.length===5||o.length>8)throw new Error("Invalid hex color: "+a);(o.length===3||o.length===4)&&(o=Array.prototype.concat.apply([],o.map(function(c){return[c,c]}))),o.length===6&&o.push("F","F");const l=parseInt(o.join(""),16);return{r:l>>24&255,g:l>>16&255,b:l>>8&255,a:l&255,hex:"#"+o.slice(0,6).join("")}}e.getOptions=function(o){o||(o={}),o.color||(o.color={});const l=typeof o.margin>"u"||o.margin===null||o.margin<0?4:o.margin,c=o.width&&o.width>=21?o.width:void 0,d=o.scale||4;return{width:c,scale:c?4:d,margin:l,color:{dark:t(o.color.dark||"#000000ff"),light:t(o.color.light||"#ffffffff")},type:o.type,rendererOpts:o.rendererOpts||{}}},e.getScale=function(o,l){return l.width&&l.width>=o+l.margin*2?l.width/(o+l.margin*2):l.scale},e.getImageWidth=function(o,l){const c=e.getScale(o,l);return Math.floor((o+l.margin*2)*c)},e.qrToImageData=function(o,l,c){const d=l.modules.size,f=l.modules.data,m=e.getScale(d,c),h=Math.floor((d+c.margin*2)*m),g=c.margin*m,b=[c.color.light,c.color.dark];for(let _=0;_<h;_++)for(let w=0;w<h;w++){let S=(_*h+w)*4,y=c.color.light;if(_>=g&&w>=g&&_<h-g&&w<h-g){const C=Math.floor((_-g)/m),N=Math.floor((w-g)/m);y=b[f[C*d+N]?1:0]}o[S++]=y.r,o[S++]=y.g,o[S++]=y.b,o[S]=y.a}}})(lx)),lx}var $k;function HB(){return $k||($k=1,(function(e){const t=tR();function a(l,c,d){l.clearRect(0,0,c.width,c.height),c.style||(c.style={}),c.height=d,c.width=d,c.style.height=d+"px",c.style.width=d+"px"}function o(){try{return document.createElement("canvas")}catch{throw new Error("You need to specify a canvas element")}}e.render=function(c,d,f){let m=f,h=d;typeof m>"u"&&(!d||!d.getContext)&&(m=d,d=void 0),d||(h=o()),m=t.getOptions(m);const g=t.getImageWidth(c.modules.size,m),b=h.getContext("2d"),_=b.createImageData(g,g);return t.qrToImageData(_.data,c,m),a(b,h,g),b.putImageData(_,0,0),h},e.renderToDataURL=function(c,d,f){let m=f;typeof m>"u"&&(!d||!d.getContext)&&(m=d,d=void 0),m||(m={});const h=e.render(c,d,m),g=m.type||"image/png",b=m.rendererOpts||{};return h.toDataURL(g,b.quality)}})(ox)),ox}var ix={},Hk;function qB(){if(Hk)return ix;Hk=1;const e=tR();function t(l,c){const d=l.a/255,f=c+'="'+l.hex+'"';return d<1?f+" "+c+'-opacity="'+d.toFixed(2).slice(1)+'"':f}function a(l,c,d){let f=l+c;return typeof d<"u"&&(f+=" "+d),f}function o(l,c,d){let f="",m=0,h=!1,g=0;for(let b=0;b<l.length;b++){const _=Math.floor(b%c),w=Math.floor(b/c);!_&&!h&&(h=!0),l[b]?(g++,b>0&&_>0&&l[b-1]||(f+=h?a("M",_+d,.5+w+d):a("m",m,0),m=0,h=!1),_+1<c&&l[b+1]||(f+=a("h",g),g=0)):m++}return f}return ix.render=function(c,d,f){const m=e.getOptions(d),h=c.modules.size,g=c.modules.data,b=h+m.margin*2,_=m.color.light.a?"<path "+t(m.color.light,"fill")+' d="M0 0h'+b+"v"+b+'H0z"/>':"",w="<path "+t(m.color.dark,"stroke")+' d="'+o(g,h,m.margin)+'"/>',S='viewBox="0 0 '+b+" "+b+'"',C='<svg xmlns="http://www.w3.org/2000/svg" '+(m.width?'width="'+m.width+'" height="'+m.width+'" ':"")+S+' shape-rendering="crispEdges">'+_+w+`</svg>
792
+ `;return typeof f=="function"&&f(null,C),C},ix}var qk;function VB(){if(qk)return Il;qk=1;const e=kB(),t=$B(),a=HB(),o=qB();function l(c,d,f,m,h){const g=[].slice.call(arguments,1),b=g.length,_=typeof g[b-1]=="function";if(!_&&!e())throw new Error("Callback required as last argument");if(_){if(b<2)throw new Error("Too few arguments provided");b===2?(h=f,f=d,d=m=void 0):b===3&&(d.getContext&&typeof h>"u"?(h=m,m=void 0):(h=m,m=f,f=d,d=void 0))}else{if(b<1)throw new Error("Too few arguments provided");return b===1?(f=d,d=m=void 0):b===2&&!d.getContext&&(m=f,f=d,d=void 0),new Promise(function(w,S){try{const y=t.create(f,m);w(c(y,d,m))}catch(y){S(y)}})}try{const w=t.create(f,m);h(null,c(w,d,m))}catch(w){h(w)}}return Il.create=t.create,Il.toCanvas=l.bind(null,a.render),Il.toDataURL=l.bind(null,a.renderToDataURL),Il.toString=l.bind(null,function(c,d,f){return o.render(c,f)}),Il}var FB=VB();const GB=ab(FB);function YB({value:e,size:t=200}){const[a,o]=x.useState(null);return x.useEffect(()=>{let l=!0;return GB.toDataURL(e,{margin:2,width:t*2,errorCorrectionLevel:"M"}).then(c=>{l&&o(c)}).catch(()=>{l&&o(null)}),()=>{l=!1}},[e,t]),n.jsx("div",{className:"grid place-items-center rounded-lg bg-white p-3",style:{width:t+24,height:t+24},children:a?n.jsx("img",{src:a,width:t,height:t,alt:"QR"}):n.jsx("div",{className:"size-full animate-pulse rounded bg-muted"})})}function KB(e){return e.find(t=>!t.includes("127.0.0.1")&&!t.includes("localhost"))||e[0]||window.location.origin}function XB({open:e,onClose:t,onPaired:a}){const o=Ze(),[l,c]=x.useState(null),[d,f]=x.useState(null),[m,h]=x.useState(0),[g,b]=x.useState(!1),_=x.useRef(null),w=x.useCallback(async()=>{c(null),f(null),b(!1);try{const j=await ii.init();c(j),h(Math.round((j.ttl_ms||9e4)/1e3))}catch(j){j instanceof lu&&j.status===403?f(u("settings.devices_pair_localhost_only")):f(j.message)}},[]);x.useEffect(()=>{e?w():(c(null),f(null),b(!1))},[e,w]),x.useEffect(()=>{if(!l||g||m<=0)return;const j=window.setTimeout(()=>h(E=>E-1),1e3);return()=>window.clearTimeout(j)},[l,m,g]),x.useEffect(()=>{if(!e||!l||g)return;let j=!0;const E=async()=>{try{const R=await ii.status(l.pairing_id);if(!j)return;if(R.status==="confirmed"){b(!0),o.success(u("settings.devices_pair_done")),a(),window.setTimeout(()=>{j&&t()},900);return}if(R.status==="expired"||R.status==="unknown"){h(0);return}}catch{}_.current=window.setTimeout(E,1500)};return _.current=window.setTimeout(E,1500),()=>{j=!1,_.current&&window.clearTimeout(_.current)}},[e,l,g,t,a,o]);const S=!!l&&!g&&m<=0,y=l?KB(l.lan_urls):"",C=l?`${y}/#pair=${l.pairing_id}`:"",N=async(j,E)=>{try{await navigator.clipboard.writeText(j),o.success(E)}catch{o.error(j)}};return n.jsxs(Zt,{open:e,onClose:t,title:u("settings.devices_pair_title"),description:u("settings.devices_pair_desc"),footer:n.jsx(ae,{variant:"secondary",onClick:t,children:u("common.close")}),children:[d&&n.jsx("p",{className:"rounded-md bg-destructive/10 px-3 py-2 text-sm text-destructive",children:d}),!d&&!l&&n.jsxs("div",{className:"flex items-center gap-2 py-8 text-sm text-muted-fg",children:[n.jsx(_n,{})," ",u("common.loading")]}),!d&&l&&n.jsxs("div",{className:"flex flex-col items-center gap-4",children:[n.jsx("div",{className:S?"opacity-40":"",children:n.jsx(YB,{value:C,size:196})}),g?n.jsx("p",{className:"text-sm font-medium text-emerald-500",children:u("settings.devices_pair_done")}):S?n.jsxs("div",{className:"flex flex-col items-center gap-2",children:[n.jsx("p",{className:"text-sm text-muted-fg",children:u("settings.devices_pair_expired")}),n.jsx(ae,{variant:"primary",onClick:()=>void w(),children:u("settings.devices_pair_regen")})]}):n.jsxs(n.Fragment,{children:[n.jsx("p",{className:"text-center text-xs text-muted-fg",children:u("settings.devices_pair_scan")}),n.jsxs("div",{className:"flex items-center gap-2 text-xs text-muted-fg",children:[n.jsx(_n,{size:12}),n.jsx("span",{children:u("settings.devices_pair_waiting")}),n.jsxs("span",{className:"tabular-nums",children:["· ",u("settings.devices_pair_expires",{s:m})]})]}),n.jsxs("div",{className:"w-full space-y-3 border-t border-border pt-3",children:[n.jsxs("div",{className:"space-y-1",children:[n.jsx("p",{className:"text-xs text-muted-fg",children:u("settings.devices_pair_link")}),n.jsxs("div",{className:"flex items-stretch gap-2",children:[n.jsx("code",{className:"min-w-0 flex-1 break-all rounded-md bg-muted px-3 py-2 text-xs",children:C}),n.jsx($e,{content:u("settings.devices_pair_copy"),children:n.jsx(ae,{size:"sm",variant:"secondary",onClick:()=>N(C,u("settings.devices_pair_copied")),children:n.jsx(Ao,{size:14})})})]})]}),n.jsxs("div",{className:"space-y-1",children:[n.jsx("p",{className:"text-xs text-muted-fg",children:u("settings.devices_pair_code")}),n.jsxs("div",{className:"flex items-stretch gap-2",children:[n.jsx("code",{className:"min-w-0 flex-1 break-all rounded-md bg-muted px-3 py-2 text-center text-sm",children:l.pairing_id}),n.jsx($e,{content:u("settings.devices_pair_copy"),children:n.jsx(ae,{size:"sm",variant:"secondary",onClick:()=>N(l.pairing_id,u("settings.devices_pair_copied_code")),children:n.jsx(Ao,{size:14})})})]})]})]})]})]})]})}function QB(){const e=Ze(),{clients:t,isLoading:a,mutate:o}=wB(),[l,c]=x.useState(!1),[d,f]=x.useState(""),m=async g=>{if(confirm(u("settings.devices_revoke_confirm",{id:g})))try{await ii.revoke(g),e.success(u("settings.devices_revoke_success")),o()}catch(b){e.error(b.message)}},h=()=>{const g=d.trim();if(g){Ro(g);try{localStorage.setItem(zn.token,g)}catch{}f(""),e.success(u("settings.token_saved"))}};return n.jsxs("div",{className:"space-y-6",children:[n.jsxs(Ye,{title:u("settings.devices"),description:u("settings.devices_sub"),action:n.jsxs(ae,{size:"sm",variant:"primary",onClick:()=>c(!0),children:[n.jsx(fM,{size:14})," ",u("settings.devices_pair_btn")]}),children:[a&&n.jsx(rt,{}),!a&&t.length===0&&n.jsx(pt,{children:u("settings.devices_empty")}),t.length>0&&n.jsx("ul",{className:"space-y-2 text-sm",children:t.map(g=>n.jsxs("li",{className:"flex items-center gap-3 rounded-md border border-border bg-muted/30 px-3 py-2",children:[n.jsx("span",{className:"font-medium",children:g.label||g.id}),n.jsx(He,{tone:g.kind==="web"?"info":g.kind==="deck"?"success":"muted",children:g.kind}),n.jsxs("span",{className:"font-mono text-xs text-muted-fg",children:["…",g.token_suffix]}),n.jsxs("span",{className:"ml-auto text-xs text-muted-fg",children:[u("settings.devices_last_seen")," ",g.last_seen?new Date(g.last_seen).toLocaleString():u("settings.devices_never")]}),n.jsx(ae,{size:"sm",variant:"destructive",onClick:()=>m(g.id),children:u("settings.devices_revoke")})]},g.id))}),n.jsx(XB,{open:l,onClose:()=>c(!1),onPaired:()=>o()})]}),n.jsxs(Ye,{title:u("settings.token"),description:u("settings.token_sub"),children:[n.jsx(oe,{label:u("settings_ui.bearer_label"),children:n.jsx(Ne,{type:"password",placeholder:T_()?u("settings.token_active"):u("settings.token_paste"),value:d,onChange:g=>f(g.target.value),className:"font-mono",onKeyDown:g=>{g.key==="Enter"&&h()}})}),n.jsx("div",{className:"mt-2",children:n.jsx(ae,{variant:"primary",onClick:h,children:u("common.save")})})]})]})}const WB=[{key:"daemon",label:"Daemon",description:"~/.apx/config.json. General APX config.",fields:[{path:"port",label:"Port",kind:"number",placeholder:"7430"},{path:"host",label:"Host",placeholder:"127.0.0.1"},{path:"log_level",label:"Log level",placeholder:"info"},{path:"user.language",label:"Language",placeholder:"en"},{path:"user.locale",label:"Locale",placeholder:"en-US"},{path:"user.timezone",label:"Timezone",placeholder:"America/Argentina/Salta"}]},{key:"super-agent",label:"Super-agent",fields:[{path:"super_agent.enabled",label:"Super-agent enabled",kind:"boolean"},{path:"super_agent.model",label:"Model",placeholder:"gemini:gemini-2.5-flash"},{path:"super_agent.permission_mode",label:"Permission mode",kind:"select",options:Nb.map(e=>({value:e,label:e}))},{path:"super_agent.system",label:"Extra prompt",kind:"textarea"}]},{key:"telegram",label:"Telegram",fields:[{path:"telegram.enabled",label:"Polling enabled",kind:"boolean"},{path:"telegram.poll_interval_ms",label:"Poll interval ms",kind:"number",placeholder:"1500"},{path:"telegram.respond_with_engine",label:"Respond with engine",kind:"boolean"},{path:"telegram.route_to_agent",label:"Route to agent",placeholder:"master"},{path:"telegram.channels.0.chat_id",label:"Default chat ID"},{path:"telegram.channels.0.bot_token",label:"Default bot token",kind:"password"}]},{key:"engines",label:"Engines",fields:[{path:"engines.anthropic.api_key",label:"Anthropic API key",kind:"password"},{path:"engines.openai.api_key",label:"OpenAI API key",kind:"password"},{path:"engines.openai.base_url",label:"OpenAI base URL",placeholder:"https://api.openai.com/v1"},{path:"engines.groq.api_key",label:"Groq API key",kind:"password"},{path:"engines.groq.base_url",label:"Groq base URL",placeholder:"https://api.groq.com/openai/v1"},{path:"engines.openrouter.api_key",label:"OpenRouter API key",kind:"password"},{path:"engines.openrouter.base_url",label:"OpenRouter base URL",placeholder:"https://openrouter.ai/api/v1"},{path:"engines.gemini.api_key",label:"Gemini API key",kind:"password"},{path:"engines.ollama.base_url",label:"Ollama URL",placeholder:"http://localhost:11434"}]}];function ZB(){const{config:e,isLoading:t,patch:a,mutate:o}=dr();if(t)return n.jsx(rt,{});const l=async c=>{const d={};for(const[f,m]of Object.entries(Q_(c)))ps(m)||(d[f]=m);await a(d),o()};return n.jsx(Ye,{title:u("global_config.title"),description:u("settings_ui.global_config_desc"),children:n.jsx(lf,{sections:WB,source:e,jsonTitle:"~/.apx/config.json",jsonDescription:u("settings_ui.global_json_desc"),onSaveFields:async(c,d)=>{await a(c,d),o()},onSaveJson:l})})}function JB(){const e=Ze(),{health:t,isUp:a}=zN(),o=async()=>{try{await li.reload(),e.success(u("settings.advanced.reload_success"))}catch(l){e.error(l.message)}};return n.jsxs("div",{className:"space-y-6",children:[n.jsx(Ye,{title:u("daemon.version"),action:n.jsx(ae,{size:"sm",onClick:o,children:u("common.reload")}),children:n.jsxs("div",{className:"grid grid-cols-3 gap-3 text-sm",children:[n.jsx(cx,{label:u("daemon.version"),value:t?.version||"—"}),n.jsx(cx,{label:u("daemon.uptime"),value:t?`${t.uptime_s}s`:"—"}),n.jsx(cx,{label:u("daemon.status"),value:u(a?"daemon.running":"daemon.down"),ok:a})]})}),n.jsx(ZB,{})]})}function cx({label:e,value:t,ok:a}){return n.jsxs("div",{className:"rounded-md border border-border bg-muted/30 p-3",children:[n.jsx("div",{className:"text-xs uppercase tracking-wide text-muted-fg",children:e}),n.jsxs("div",{className:"mt-1 flex items-center gap-2 text-base font-medium",children:[a!==void 0&&n.jsx(uu,{ok:a}),n.jsx("span",{children:t})]})]})}function eU(){const{preference:e,set:t}=Eb(),[a,o]=x.useState(C_()),l=c=>{lN(c),o(c),window.location.reload()};return n.jsxs("div",{className:"grid gap-6 xl:grid-cols-2 xl:items-start",children:[n.jsx(Ye,{title:u("settings.appearance"),children:n.jsxs("div",{className:"flex items-center gap-2",children:[n.jsx(ae,{variant:e==="light"?"primary":"secondary",onClick:()=>t("light"),children:u("settings.light_mode")}),n.jsx(ae,{variant:e==="dark"?"primary":"secondary",onClick:()=>t("dark"),children:u("settings.dark_mode")}),n.jsx(ae,{variant:e==="system"?"primary":"secondary",onClick:()=>t("system"),children:u("settings.system_mode")})]})}),n.jsx(Ye,{title:u("settings.language"),children:n.jsx("div",{className:"flex items-center gap-2",children:iN.map(c=>n.jsx(ae,{variant:a===c.value?"primary":"secondary",onClick:()=>l(c.value),children:c.label},c.value))})})]})}function tU({className:e,...t}){return n.jsx("kbd",{"data-slot":"kbd",className:Ct("pointer-events-none inline-flex h-5 w-fit min-w-5 items-center justify-center gap-1 rounded-sm bg-muted px-1 font-sans text-xs font-medium text-muted-foreground select-none in-data-[slot=tooltip-content]:bg-background/20 in-data-[slot=tooltip-content]:text-background dark:in-data-[slot=tooltip-content]:bg-background/10 [&_svg:not([class*='size-'])]:size-3",e),...t})}const eb=typeof navigator<"u"&&/mac/i.test(navigator.platform||"");function nU(e){return(eb?{CommandOrControl:"⌘ Cmd",CmdOrCtrl:"⌘ Cmd",Command:"⌘ Cmd",Cmd:"⌘ Cmd",Super:"⌘ Cmd",Meta:"⌘ Cmd",Control:"⌃ Ctrl",Ctrl:"⌃ Ctrl",Option:"⌥ Opt",Alt:"⌥ Opt",Shift:"⇧ Shift"}:{CommandOrControl:"Ctrl",CmdOrCtrl:"Ctrl",Control:"Ctrl",Ctrl:"Ctrl",Command:"Win",Cmd:"Win",Super:"Win",Meta:"Win",Option:"Alt",Alt:"Alt",Shift:"Shift"})[e]??e}function sU(e){return(e||"").split("+").map(t=>t.trim()).filter(Boolean)}function aU(e){const t=e.code;if(/^(Shift|Control|Alt|Meta|OS)(Left|Right)?$/.test(t))return null;let a;if((a=t.match(/^Key([A-Z])$/))||(a=t.match(/^Digit(\d)$/))||(a=t.match(/^Numpad(\d)$/))||(a=t.match(/^(F\d{1,2})$/))||(a=t.match(/^Arrow(Up|Down|Left|Right)$/)))return a[1];const o={Space:"Space",Enter:"Enter",Tab:"Tab",Backspace:"Backspace",Delete:"Delete",Home:"Home",End:"End",PageUp:"PageUp",PageDown:"PageDown",Insert:"Insert",Minus:"-",Equal:"=",BracketLeft:"[",BracketRight:"]",Backslash:"\\",Semicolon:";",Quote:"'",Comma:",",Period:".",Slash:"/",Backquote:"`"};return o[t]?o[t]:e.key&&e.key.length===1?e.key.toUpperCase():null}function rU(e){const t=aU(e);if(!t)return null;const a=[];(eb?e.metaKey:e.ctrlKey)&&a.push("CommandOrControl"),eb&&e.ctrlKey&&a.push("Control"),e.altKey&&a.push("Alt"),e.shiftKey&&a.push("Shift");const o=a.length>0,l=/^F\d{1,2}$/.test(t);return!o&&!l?null:(a.push(t),a.join("+"))}function oU({value:e,onChange:t,disabled:a,className:o,trailing:l}){const[c,d]=x.useState(!1),f=x.useRef(null);x.useEffect(()=>{if(!c)return;const h=g=>{if(g.preventDefault(),g.stopPropagation(),g.key==="Escape"){d(!1);return}const b=rU(g);b&&(t(b),d(!1))};return window.addEventListener("keydown",h,!0),()=>window.removeEventListener("keydown",h,!0)},[c,t]);const m=sU(e);return n.jsxs("div",{className:me("flex h-9 w-full max-w-md items-center rounded-md border border-border bg-transparent transition",c&&"ring-2 ring-ring",a&&"opacity-50",o),children:[n.jsxs("button",{ref:f,type:"button",disabled:a,onClick:()=>d(h=>!h),onBlur:()=>d(!1),"aria-label":u("modules_ui.desktop_shortcut_record"),className:"flex h-full min-w-0 flex-1 items-center gap-1.5 rounded-l-md px-3 text-sm outline-none hover:bg-muted/40 focus-visible:bg-muted/40",children:[c?n.jsx("span",{className:"text-muted-fg",children:u("modules_ui.desktop_shortcut_recording")}):m.length?n.jsx("span",{className:"flex min-w-0 flex-wrap items-center gap-1",children:m.map((h,g)=>n.jsxs("span",{className:"flex items-center gap-1",children:[g>0&&n.jsx("span",{className:"text-xs text-muted-fg",children:"+"}),n.jsx(tU,{className:"h-6 min-w-6 border border-border bg-muted px-1.5 text-[13px] font-semibold text-fg shadow-sm",children:nU(h)})]},g))}):n.jsx("span",{className:"text-muted-fg",children:u("modules_ui.desktop_shortcut_record")}),n.jsx("span",{className:"ml-auto whitespace-nowrap pl-2 text-xs text-muted-fg",children:u(c?"modules_ui.desktop_shortcut_esc":"modules_ui.desktop_shortcut_change")})]}),l?n.jsx("div",{className:"flex h-full items-center border-l border-border px-1",children:l}):null]})}const Hl={status:()=>se.get("/desktop/status"),start:()=>se.post("/desktop/start",{}),stop:()=>se.post("/desktop/stop",{}),restart:()=>se.post("/desktop/restart",{}),autostartGet:()=>se.get("/desktop/autostart"),autostartSet:e=>se.post("/desktop/autostart",{enable:e})};function lU(e=30){return se.get(`/messages/global?channel=desktop&limit=${e}`)}function nR({showConfigLink:e=!1}){const t=Ze(),{data:a,isLoading:o,mutate:l}=qe("/desktop/status",()=>Hl.status(),{refreshInterval:5e3}),c=!!a?.running,[d,f]=x.useState(null),m=async(_,w)=>{f(_);try{await w()}catch(S){t.error(S.message)}finally{f(null),setTimeout(()=>l(),1200)}},h=()=>m("start",async()=>{const _=await Hl.start();t.success(_.already?u("modules_ui.desktop_start_already"):u("modules_ui.desktop_start_done"))}),g=()=>m("stop",async()=>{const _=await Hl.stop();t.success(_.stopped?u("modules_ui.desktop_stop_done"):u("modules_ui.desktop_stop_none"))}),b=()=>m("restart",async()=>{(await Hl.restart()).reloaded>0?t.success(u("modules_ui.desktop_restart_done")):t.info(u("modules_ui.desktop_restart_none"))});return n.jsx(Ye,{title:u("desktop_screen.status_title"),description:u("modules_ui.desktop_status_desc"),action:n.jsxs("div",{className:"flex items-center gap-2",children:[n.jsx(ae,{variant:"primary",size:"sm",onClick:h,loading:d==="start",disabled:c||d!==null&&d!=="start",children:u("modules_ui.desktop_start")}),n.jsx(ae,{variant:"secondary",size:"sm",onClick:g,loading:d==="stop",disabled:!c||d!==null&&d!=="stop",children:u("modules_ui.desktop_stop")}),n.jsx(ae,{variant:"secondary",size:"sm",onClick:b,loading:d==="restart",disabled:!c||d!==null&&d!=="restart",title:u("modules_ui.desktop_restart_hint"),children:u("modules_ui.desktop_restart")}),e&&n.jsx(Gf,{to:"/settings/desktop",children:n.jsxs(ae,{size:"sm",variant:"ghost",children:[n.jsx(Jf,{size:14})," ",u("desktop_screen.open_config")]})})]}),children:o?n.jsx(rt,{}):n.jsxs("div",{className:"flex flex-wrap items-center gap-x-2 gap-y-1 text-sm",children:[n.jsx(uu,{ok:c}),n.jsx("span",{className:"font-medium",children:u(c?"modules_ui.desktop_running":"modules_ui.desktop_stopped")}),n.jsx("button",{type:"button",onClick:()=>l(),className:"text-xs text-muted-fg underline-offset-2 hover:underline",children:u("modules_ui.desktop_refresh")}),n.jsxs("span",{className:"text-xs text-muted-fg",children:["(",u("modules_ui.desktop_from_terminal")," ",n.jsx(kw,{children:"apx desktop start"})," · ",n.jsx(kw,{children:"apx desktop --debug"}),")"]})]})})}const iU="CommandOrControl+G",cU=()=>[{value:"left",label:u("modules_ui.desktop_pos_left")},{value:"center",label:u("modules_ui.desktop_pos_center")},{value:"right",label:u("modules_ui.desktop_pos_right")}],uU=()=>[{value:"system",label:u("modules_ui.desktop_theme_system")},{value:"light",label:u("modules_ui.desktop_theme_light")},{value:"dark",label:u("modules_ui.desktop_theme_dark")}];function dU(){const e=Ze(),{config:t,isLoading:a,patch:o}=dr(),l=t,c=l.desktop?.shortcut||l.overlay?.shortcut||iU,d=l.desktop?.enabled!==!1,f=l.desktop?.theme||"system",m=l.desktop?.position||"right",{data:h,mutate:g}=qe("/desktop/autostart",()=>Hl.autostartGet()),[b,_]=x.useState(c),[w,S]=x.useState(!1),[y,C]=x.useState(!1);x.useEffect(()=>_(c),[c]);const N=async()=>{const R=b.trim();if(!(!R||R===c)){S(!0);try{await o({"desktop.shortcut":R}),e.success(u("modules_ui.desktop_shortcut_saved"))}catch(A){e.error(A.message)}finally{S(!1)}}},j=async(R,A,T)=>{S(!0);try{await o({[R]:A}),e.success(T)}catch(z){e.error(z.message)}finally{S(!1)}},E=async R=>{C(!0);try{await Hl.autostartSet(R),await g(),e.success(u(R?"modules_ui.desktop_autostart_on":"modules_ui.desktop_autostart_off"))}catch(A){e.error(A.message)}finally{C(!1)}};return n.jsxs("div",{className:"space-y-6","data-testid":"settings-desktop",children:[n.jsx(nR,{}),n.jsx(Ye,{title:u("desktop_screen.autostart_title"),description:u("modules_ui.desktop_autostart_desc"),children:h?n.jsxs("div",{className:"flex items-center justify-between gap-3",children:[n.jsx(Bt,{checked:h.enabled,onChange:E,disabled:y,label:h.enabled?u("common.enabled"):u("common.disabled")}),n.jsx("span",{className:"text-xs text-muted-fg",children:u("modules_ui.desktop_platform",{platform:h.platform})})]}):n.jsx(rt,{})}),n.jsx(Ye,{title:u("desktop_screen.shortcut_title"),description:u("modules_ui.desktop_shortcut_desc"),children:a?n.jsx(rt,{}):n.jsx(oe,{label:u("modules_ui.desktop_accelerator"),hint:u("modules_ui.desktop_accelerator_hint"),children:n.jsx(oU,{value:b,onChange:_,disabled:w,trailing:n.jsx(ae,{variant:"primary",size:"sm",onClick:N,loading:w,disabled:!b.trim()||b.trim()===c,children:u("common.save")})})})}),n.jsx(Ye,{title:u("desktop_screen.appearance_title"),description:u("modules_ui.desktop_appearance_desc"),children:a?n.jsx(rt,{}):n.jsxs("div",{className:"grid grid-cols-1 gap-3 sm:grid-cols-2",children:[n.jsx(oe,{label:u("modules_ui.desktop_theme"),hint:u("modules_ui.desktop_restart_apply"),children:n.jsx(ut,{value:f,onChange:R=>j("desktop.theme",R,u("modules_ui.desktop_theme_set",{value:R})),options:uU(),disabled:w})}),n.jsx(oe,{label:u("modules_ui.desktop_position"),hint:u("modules_ui.desktop_position_hint"),children:n.jsx(ut,{value:m,onChange:R=>j("desktop.position",R,u("modules_ui.desktop_position_set",{value:R})),options:cU(),disabled:w})})]})}),n.jsx(Ye,{title:u("desktop_screen.activation_title"),description:u("modules_ui.desktop_activation_desc"),children:a?n.jsx(rt,{}):n.jsxs("div",{className:"space-y-3",children:[n.jsx(Bt,{checked:d,onChange:R=>j("desktop.enabled",R,u(R?"modules_ui.desktop_enabled_toast":"modules_ui.desktop_disabled_toast")),disabled:w,label:u(d?"modules_ui.desktop_plugin_on":"modules_ui.desktop_plugin_off")}),n.jsxs("p",{className:"text-xs text-muted-fg",children:[u("modules_ui.desktop_stt_engine")," ",n.jsx(Gf,{to:"/settings/voice",className:"font-medium text-fg underline underline-offset-2",children:u("nav.modules.voice")})," ",u("modules_ui.desktop_stt_engine_suffix")]})]})})]})}function fU({engines:e,order:t,onToggleEnabled:a,onToggleEmotions:o,onReorder:l,onConfigure:c,onRemove:d,onAddNew:f,busy:m}){const h=e.filter(w=>w.id!=="mock"),g=new Map(h.map(w=>[w.id,w])),b=[...t.filter(w=>g.has(w)),...h.map(w=>w.id).filter(w=>!t.includes(w))],_=(w,S)=>{const y=b.indexOf(w),C=y+S;if(y<0||C<0||C>=b.length)return;const N=[...b];[N[y],N[C]]=[N[C],N[y]],l(N)};return n.jsxs("div",{className:"space-y-2",children:[b.map((w,S)=>{const y=g.get(w),C=Of[w],N=y.custom?y.label||w:C?.name||w,j=y.custom?y.note||u("voice_ui.custom_note"):C?.note||"";return n.jsxs("div",{"data-testid":`voice-provider-${w}`,className:me("flex items-center gap-3 rounded-lg border px-3 py-2.5 border-border",!y.enabled&&"opacity-60"),children:[n.jsxs("div",{className:"flex flex-col",children:[n.jsx("button",{type:"button",onClick:()=>_(w,-1),disabled:m||S===0,"aria-label":u("voice_ui.move_up"),"data-testid":`voice-provider-${w}-up`,className:"text-muted-fg hover:text-fg disabled:opacity-30",children:n.jsx(mb,{className:"size-3.5"})}),n.jsx("button",{type:"button",onClick:()=>_(w,1),disabled:m||S===b.length-1,"aria-label":u("voice_ui.move_down"),"data-testid":`voice-provider-${w}-down`,className:"text-muted-fg hover:text-fg disabled:opacity-30",children:n.jsx(hs,{className:"size-3.5"})})]}),n.jsx(uu,{ok:y.available?!0:y.configured?!1:null}),n.jsxs("div",{className:"min-w-0 flex-1",children:[n.jsxs("div",{className:"flex items-center gap-2",children:[n.jsx("span",{className:"text-sm font-medium",children:N}),y.custom&&n.jsx(He,{tone:"info",children:u("voice_ui.badge_custom")}),C?.local&&n.jsx(He,{tone:"info",children:u("voice_ui.badge_local")}),y.available?n.jsx(He,{tone:"success",children:u("voice_ui.badge_available")}):y.configured?n.jsx(He,{tone:"warning",children:u("voice_ui.badge_unavailable")}):n.jsx(He,{tone:"muted",children:u("voice_ui.badge_not_configured")})]}),n.jsx("div",{className:"truncate text-xs text-muted-fg",children:j})]}),n.jsxs("div",{className:"flex shrink-0 items-center gap-2",children:[y.emotionsApplicable&&n.jsx("button",{type:"button",onClick:()=>o(w,!y.emotionsOn),disabled:m,title:u("voice_ui.emotions_hint"),"data-testid":`voice-provider-${w}-emotions`,className:me("rounded-md border px-2 py-1 text-xs font-medium transition-colors disabled:opacity-50",y.emotionsOn?"border-emerald-500/50 bg-emerald-500/10 text-emerald-300":"border-border text-muted-fg hover:text-fg"),children:u("voice_ui.emotions_short")}),n.jsx(Bt,{checked:y.enabled,onChange:E=>a(w,E),disabled:m}),n.jsxs(ae,{size:"sm",variant:"secondary",onClick:()=>c(w),"data-testid":`voice-provider-${w}-config`,children:[n.jsx(mM,{className:"size-3.5"})," ",u("voice_ui.configure")]}),y.custom&&n.jsx(ae,{size:"sm",variant:"ghost",onClick:()=>d(w),disabled:m,"aria-label":u("voice_ui.remove"),"data-testid":`voice-provider-${w}-remove`,children:n.jsx(vn,{className:"size-3.5"})})]})]},w)}),n.jsxs("button",{type:"button",onClick:f,disabled:m,"data-testid":"voice-provider-add",className:"flex w-full items-center justify-center gap-2 rounded-lg border border-dashed border-border px-3 py-2.5 text-sm text-muted-fg transition-colors hover:border-emerald-500/50 hover:text-fg disabled:opacity-50",children:[n.jsx(It,{className:"size-4"})," ",u("voice_ui.add_provider")]})]})}function Nn(e){return typeof e=="string"?e:e==null?"":String(e)}function pU(e){return e.toLowerCase().normalize("NFD").replace(/[\u0300-\u036f]/g,"").replace(/[^a-z0-9]+/g,"-").replace(/^-+|-+$/g,"").slice(0,40)}function Vk({on:e,setOn:t,tags:a,setTags:o}){return n.jsxs("div",{className:"rounded-md border border-border/60 p-3 space-y-2",children:[n.jsx(Bt,{checked:e,onChange:t,label:u("voice_ui.emotions_label")}),n.jsx("p",{className:"text-xs text-muted-fg",children:u("voice_ui.emotions_hint")}),e&&n.jsx(oe,{label:u("voice_ui.emotions_tags_label"),hint:u("voice_ui.emotions_tags_hint"),children:n.jsx(Ne,{value:a,onChange:l=>o(l.target.value),placeholder:hP.join(", ")})})]})}function mU({open:e,providerId:t,config:a,onClose:o,onSave:l}){const[c,d]=x.useState(!1),[f,m]=x.useState(null),[h,g]=x.useState(""),[b,_]=x.useState({}),[w,S]=x.useState(!1),[y,C]=x.useState(""),[N,j]=x.useState(!1);if(x.useEffect(()=>{if(!e||!t)return;m(null),g("");const D=a||{},I=D.emotions;if(S(!!I?.enabled),C(Array.isArray(I?.tags)?I.tags.join(", "):""),j(!1),t==="__new__"||t.startsWith("custom:")){const F=D;_({label:Nn(F.label),base_url:Nn(F.base_url),model:Nn(F.model),voice:Nn(F.voice),format:Nn(F.format),style:Nn(F.style),temperature:Nn(F.temperature)})}else if(t==="piper"){const F=D;_({bin:Nn(F.bin),model:Nn(F.model),speaker:Nn(F.speaker)})}else if(t==="elevenlabs"){const F=D;_({model:Nn(F.model),voice_id:Nn(F.voice_id),output_format:Nn(F.output_format)})}else if(t==="openai"){const F=D;_({model:Nn(F.model)||"tts-1",voice:Nn(F.voice)||"alloy",format:Nn(F.format)||"mp3"})}else if(t==="gemini"){const F=D;_({model:Nn(F.model),voice:Nn(F.voice)||"Kore",style:Nn(F.style)})}else _({})},[e,t,a]),!t)return null;const E=t==="__new__",R=E||t.startsWith("custom:"),A=Of[t],T=D=>_(I=>({...I,...D})),z=t!=="piper"&&t!=="mock",O=z&&ps(a?.api_key),P=O?u("voice_ui.api_key_set",{suffix:Bo(a?.api_key)??""}):u("voice_ui.api_key_label"),L=E?u("voice_ui.new_provider"):R?b.label||t.slice(7):A?.name||t,U=async()=>{d(!0),m(null);try{const D=E?pU(b.label):R?t.slice(7):"";if(R){if(!b.label.trim())throw new Error(u("voice_ui.err_label_required"));if(!b.base_url.trim())throw new Error(u("voice_ui.err_base_url_required"));if(!D)throw new Error(u("voice_ui.err_label_required"))}const I=R?`voice.tts.custom.${D}`:`voice.tts.${t}`,$={},F=[],H=(Y,V)=>{V.trim()?$[`${I}.${Y}`]=V.trim():F.push(`${I}.${Y}`)};if(R?($[`${I}.label`]=b.label.trim(),$[`${I}.base_url`]=b.base_url.trim(),H("style",b.style),b.temperature.trim()&&!Number.isNaN(Number(b.temperature))?$[`${I}.temperature`]=Number(b.temperature):F.push(`${I}.temperature`),H("model",b.model),H("voice",b.voice)):t==="piper"?(H("bin",b.bin),H("model",b.model),b.speaker.trim()?$[`${I}.speaker`]=b.speaker.trim():F.push(`${I}.speaker`)):t==="elevenlabs"?(H("model",b.model),H("voice_id",b.voice_id),H("output_format",b.output_format)):t==="openai"?(H("model",b.model),H("voice",b.voice),H("format",b.format)):t==="gemini"&&(H("model",b.model),H("voice",b.voice),H("style",b.style)),R||t==="gemini"){$[`${I}.emotions.enabled`]=w;const Y=y.split(",").map(V=>V.trim().toLowerCase()).filter(Boolean);Y.length?$[`${I}.emotions.tags`]=Y:F.push(`${I}.emotions.tags`)}z&&h.trim()&&($[`${I}.api_key`]=h.trim()),await l({set:$,unset:F}),o()}catch(D){m(D.message||u("voice_ui.err_save"))}finally{d(!1)}};return n.jsx(Zt,{open:e,onClose:o,title:u("voice_screen.configure_provider",{name:L}),description:R?u("voice_ui.custom_desc"):A?.note,size:"md",footer:n.jsxs(n.Fragment,{children:[n.jsx(ae,{variant:"ghost",onClick:o,disabled:c,children:u("common.cancel")}),n.jsx(ae,{variant:"primary",onClick:U,loading:c,"data-testid":"voice-provider-save",children:u("common.save")})]}),children:n.jsxs("div",{className:"space-y-3",children:[t==="piper"&&n.jsxs(n.Fragment,{children:[n.jsx(oe,{label:u("voice_ui.piper_bin_label"),hint:u("voice_ui.piper_bin_hint"),children:n.jsx(Ne,{value:b.bin,onChange:D=>T({bin:D.target.value}),placeholder:"piper"})}),n.jsx(oe,{label:u("voice_ui.piper_model_label"),hint:u("voice_ui.piper_model_hint"),children:n.jsx(Ne,{value:b.model,onChange:D=>T({model:D.target.value}),placeholder:"/abs/path/voice.onnx"})}),n.jsx(oe,{label:u("voice_ui.piper_speaker_label"),hint:u("voice_ui.piper_speaker_hint"),children:n.jsx(Ne,{value:b.speaker,onChange:D=>T({speaker:D.target.value}),placeholder:"0"})})]}),t==="elevenlabs"&&n.jsxs(n.Fragment,{children:[n.jsx(oe,{label:u("voice_ui.api_key_label"),hint:O?u("voice_ui.api_key_keep_hint"):u("voice_ui.api_key_secret_hint",{env:"ELEVENLABS_API_KEY"}),children:n.jsx(Ne,{type:"password",autoComplete:"new-password",value:h,onChange:D=>g(D.target.value),placeholder:P})}),n.jsx(oe,{label:u("voice_ui.model_label"),children:n.jsx(ut,{value:b.model||"",onChange:D=>T({model:D}),options:mP.map(D=>({value:D,label:D})),placeholder:"eleven_multilingual_v2"})}),n.jsx(oe,{label:u("voice_ui.voice_id_label"),hint:u("voice_ui.voice_id_hint"),children:n.jsx(Ne,{value:b.voice_id,onChange:D=>T({voice_id:D.target.value}),placeholder:"EXAVITQu4vr4xnSDxMaL"})}),n.jsx(oe,{label:u("voice_ui.output_format_label"),children:n.jsx(Ne,{value:b.output_format,onChange:D=>T({output_format:D.target.value}),placeholder:"mp3_44100_128"})})]}),t==="openai"&&n.jsxs(n.Fragment,{children:[n.jsx(oe,{label:u("voice_ui.api_key_label"),hint:O?u("voice_ui.api_key_keep_hint"):u("voice_ui.api_key_reuse_hint",{engine:"engines.openai.api_key",env:"OPENAI_API_KEY"}),children:n.jsx(Ne,{type:"password",autoComplete:"new-password",value:h,onChange:D=>g(D.target.value),placeholder:P})}),n.jsx(oe,{label:u("voice_ui.model_label"),children:n.jsx(ut,{value:b.model||"tts-1",onChange:D=>T({model:D}),options:gP.map(D=>({value:D,label:D}))})}),n.jsx(oe,{label:u("voice_ui.voice_label"),children:n.jsx(ut,{value:b.voice||"alloy",onChange:D=>T({voice:D}),options:fP.map(D=>({value:D,label:D}))})}),n.jsx(oe,{label:u("voice_ui.format_label"),children:n.jsx(ut,{value:b.format||"mp3",onChange:D=>T({format:D}),options:["mp3","opus","aac","flac","wav"].map(D=>({value:D,label:D}))})})]}),R&&n.jsxs(n.Fragment,{children:[n.jsx(oe,{label:u("voice_ui.label_label"),hint:u("voice_ui.label_hint"),children:n.jsx(Ne,{value:b.label,onChange:D=>T({label:D.target.value}),placeholder:"QVox"})}),n.jsx(oe,{label:u("voice_ui.base_url_req_label"),hint:u("voice_ui.base_url_req_hint"),children:n.jsx(Ne,{value:b.base_url,onChange:D=>T({base_url:D.target.value}),placeholder:"http://127.0.0.1:5111/v1"})}),n.jsx(oe,{label:u("voice_ui.api_key_label"),hint:u(O?"voice_ui.api_key_keep_hint":"voice_ui.api_key_optional_hint"),children:n.jsx(Ne,{type:"password",autoComplete:"new-password",value:h,onChange:D=>g(D.target.value),placeholder:P})}),n.jsx(oe,{label:u("voice_ui.style_label"),hint:u("voice_ui.openai_style_hint"),children:n.jsx(un,{rows:2,value:b.style||"",onChange:D=>T({style:D.target.value}),placeholder:u("voice_ui.style_ph")})}),n.jsx(oe,{label:u("voice_ui.temperature_label"),hint:u("voice_ui.temperature_hint"),children:n.jsx(Ne,{value:b.temperature,onChange:D=>T({temperature:D.target.value}),inputMode:"decimal",placeholder:"0.7"})}),n.jsx(Vk,{on:w,setOn:S,tags:y,setTags:C}),n.jsxs("div",{children:[n.jsxs("button",{type:"button",onClick:()=>j(D=>!D),className:"text-xs text-muted-fg hover:text-fg",children:[N?"▾ ":"▸ ",u("voice_ui.advanced")]}),N&&n.jsxs("div",{className:"mt-2 space-y-3",children:[n.jsx(oe,{label:u("voice_ui.model_label"),hint:u("voice_ui.custom_model_hint"),children:n.jsx(Ne,{value:b.model,onChange:D=>T({model:D.target.value}),placeholder:u("voice_ui.custom_optional_ph")})}),n.jsx(oe,{label:u("voice_ui.voice_label"),hint:u("voice_ui.custom_voice_hint"),children:n.jsx(Ne,{value:b.voice,onChange:D=>T({voice:D.target.value}),placeholder:u("voice_ui.custom_optional_ph")})})]})]})]}),t==="gemini"&&n.jsxs(n.Fragment,{children:[n.jsx(oe,{label:u("voice_ui.api_key_label"),hint:O?u("voice_ui.api_key_keep_hint"):u("voice_ui.api_key_reuse_hint",{engine:"engines.gemini.api_key",env:"GEMINI_API_KEY"}),children:n.jsx(Ne,{type:"password",autoComplete:"new-password",value:h,onChange:D=>g(D.target.value),placeholder:P})}),n.jsx(oe,{label:u("voice_ui.model_label"),hint:u("voice_ui.gemini_model_hint"),children:n.jsx(Ne,{value:b.model,onChange:D=>T({model:D.target.value}),placeholder:"gemini-2.5-flash-preview-tts"})}),n.jsx(oe,{label:u("voice_ui.voice_label"),children:n.jsx(ut,{value:b.voice||"Kore",onChange:D=>T({voice:D}),options:pP.map(D=>({value:D,label:D}))})}),n.jsx(oe,{label:u("voice_ui.style_label"),hint:u("voice_ui.style_hint"),children:n.jsx(un,{rows:2,value:b.style||"",onChange:D=>T({style:D.target.value}),placeholder:u("voice_ui.style_ph")})}),n.jsx(Vk,{on:w,setOn:S,tags:y,setTags:C})]}),t==="mock"&&n.jsx("p",{className:"text-sm text-muted-fg",children:u("voice_ui.mock_desc")}),f&&n.jsx("div",{className:"rounded-md border border-destructive/40 bg-destructive/10 px-3 py-2 text-xs text-destructive",children:f})]})})}function gU(){const e=x.useRef(null),t=x.useRef(null),[a,o]=x.useState(!1),[l,c]=x.useState(!1),d=x.useCallback(()=>{t.current&&(URL.revokeObjectURL(t.current),t.current=null)},[]);x.useEffect(()=>()=>{e.current&&(e.current.pause(),e.current=null),d()},[d]);const f=x.useCallback(async h=>{c(!0);try{d();const g=await bP(h);t.current=g,e.current||(e.current=new Audio);const b=e.current;b.src=g,b.onended=()=>o(!1),b.onerror=()=>o(!1),await b.play(),o(!0)}finally{c(!1)}},[d]),m=x.useCallback(()=>{e.current&&(e.current.pause(),e.current.currentTime=0),o(!1)},[]);return{play:f,stop:m,playing:a,loading:l}}function hU({engines:e,defaultProvider:t,mode:a}){const o=Ze(),{play:l,stop:c,playing:d,loading:f}=gU(),[m,h]=x.useState(u("voice_ui.test_default_text")),[g,b]=x.useState(""),[_,w]=x.useState(!1),[S,y]=x.useState(null),N=[{value:"",label:a==="single"&&t&&t!=="auto"?u("voice_ui.test_default_engine",{name:Of[t]?.name||t}):u("voice_ui.test_default_chain")},...e.filter(E=>E.id!=="mock").map(E=>({value:E.id,label:E.custom?E.label||E.id:Of[E.id]?.name||E.id,disabled:!E.available}))],j=async()=>{const E=m.trim();if(!E){o.error(u("voice_ui.test_empty_error"));return}w(!0);try{const R=await zf.say({text:E,provider:g||void 0});y(R),await l(R.audio_path)}catch(R){o.error(R.message||u("voice_ui.test_synth_error"))}finally{w(!1)}};return n.jsxs("div",{className:"space-y-3",children:[n.jsx(oe,{label:u("voice_ui.test_engine_label"),hint:u("voice_ui.test_engine_hint"),children:n.jsx(ut,{value:g,onChange:b,options:N})}),n.jsx(oe,{label:u("voice_ui.test_text_label"),children:n.jsx(un,{rows:2,value:m,onChange:E=>h(E.target.value),placeholder:u("voice_ui.test_text_ph"),"data-testid":"voice-test-input"})}),n.jsxs("div",{className:"flex items-center gap-2",children:[n.jsxs(ae,{variant:"primary",onClick:j,loading:_,disabled:f,"data-testid":"voice-test-say",children:[n.jsx(yM,{className:"size-4"})," ",u("voice_ui.say_this")]}),d?n.jsxs(ae,{variant:"secondary",onClick:c,"data-testid":"voice-test-stop",children:[n.jsx(Sb,{className:"size-4"})," ",u("voice_ui.stop")]}):S?n.jsxs(ae,{variant:"secondary",onClick:()=>l(S.audio_path),loading:f,"data-testid":"voice-test-replay",children:[n.jsx(wb,{className:"size-4"})," ",u("voice_ui.replay")]}):null,S&&n.jsxs("span",{className:"text-xs text-muted-fg",children:[u("voice_ui.engine_result"),": ",n.jsx("strong",{children:S.provider}),S.duration_s?` · ${S.duration_s.toFixed(1)}s`:""]})]})]})}const Fk={metal:{label:"Metal",cls:"text-emerald-400 border-emerald-500/40 bg-emerald-500/10"},cuda:{label:"CUDA",cls:"text-lime-400 border-lime-500/40 bg-lime-500/10"},rocm:{label:"Vulkan / ROCm",cls:"text-orange-400 border-orange-500/40 bg-orange-500/10"},none:{label:"CPU",cls:"text-muted-fg border-border bg-muted"}};function Gk({gpu:e}){const t=Fk[e]??Fk.none;return n.jsx("span",{className:`inline-flex items-center rounded-md border px-1.5 py-0.5 text-[11px] font-medium ${t.cls}`,children:t.label})}function xU(e){return e.backend==="mlx"?"Metal · mlx-whisper":e.backend==="faster"?(e.device==="cuda"?"CUDA":"CPU")+" · faster-whisper":e.backend}const bU=()=>[{value:"auto",label:u("voice_ui.stt_provider_auto")},{value:"local",label:u("voice_ui.stt_provider_local")},{value:"openai",label:u("voice_ui.stt_provider_openai")},{value:"custom",label:u("voice_ui.stt_provider_custom")}],Yk=()=>[{value:"auto",label:u("voice_ui.lang_auto")},{value:"es",label:u("voice_ui.lang_es")},{value:"en",label:u("voice_ui.lang_en")},{value:"pt",label:u("voice_ui.lang_pt")},{value:"fr",label:u("voice_ui.lang_fr")},{value:"it",label:u("voice_ui.lang_it")},{value:"de",label:u("voice_ui.lang_de")}];function _U({config:e,onPatch:t,busy:a}){const[o,l]=x.useState(null);x.useEffect(()=>{let I=!0;return zf.sttHardware().then($=>{I&&l($)}).catch(()=>{}),()=>{I=!1}},[]);const c=e.provider||"auto",d=e.local||{},f=e.openai||{},m=e.custom||{},h=d.model||"small",g=d.language||"auto",b=c==="auto"||c==="local",_=(I,$,F)=>{const H=F.trim();H!==($||"").trim()&&t({[I]:H})},w=(I,$)=>{const F=$.trim();!F||ps(F)||t({[I]:F})},S=I=>ps(I)?u("voice_ui.api_key_set",{suffix:Bo(I)??""}):u("voice_ui.api_key_label"),y=d.backend||"auto",C=o?.hardware.gpu||"none",N=y==="auto"?o?.recommended.backend||"faster":y,j=N==="mlx",E=j?"metal":N==="faster"&&C==="cuda"?"cuda":"none",R=()=>{const I=[{value:"auto",label:u("voice_ui.stt_backend_auto")}];return C==="metal"&&I.push({value:"mlx",label:"Metal — mlx-whisper"}),I.push({value:"faster",label:C==="cuda"?"CUDA — faster-whisper":"CPU — faster-whisper"}),I},[A,T]=x.useState([]);x.useEffect(()=>{let I=!0;return zf.sttModels(N).then($=>{I&&T($.models)}).catch(()=>{I&&T([])}),()=>{I=!1}},[N]);const z=I=>`${I.id} · ${I.downloaded?"✓ "+I.size:I.size}`,O=()=>A.length?A.map(I=>({value:j?I.repo:I.id,label:z(I)})):xP.map(I=>({value:I,label:I})),P=j?d.mlx_model||o?.recommended.model||"":h,L=j?"transcription.local.mlx_model":"transcription.local.model",U=A.find(I=>(j?I.repo:I.id)===P),D=!!U&&!U.downloaded;return n.jsxs("div",{className:"space-y-3",children:[o&&n.jsxs("div",{className:"rounded-lg border border-border bg-muted px-3 py-2 text-sm",children:[n.jsxs("div",{className:"flex flex-wrap items-center gap-2",children:[n.jsxs("span",{className:"text-muted-fg",children:[u("voice_ui.stt_hw_label"),":"]}),n.jsx(Gk,{gpu:o.hardware.gpu}),n.jsx("span",{className:"font-medium text-fg",children:o.hardware.gpuName||o.hardware.platform}),o.hardware.mem_gb?n.jsxs("span",{className:"text-muted-fg",children:["· ",o.hardware.mem_gb," GB",o.hardware.unified_memory?" unified":""]}):null]}),n.jsxs("div",{className:"mt-1 text-xs text-muted-fg",children:[u("voice_ui.stt_hw_recommended"),":"," ",n.jsx("span",{className:"text-fg",children:o.recommended.model})," ","(",xU(o.recommended),")",o.recommended.limited?` — ${u("voice_ui.stt_hw_limited")}`:""]})]}),n.jsx(oe,{label:u("voice_ui.stt_engine_label"),hint:u("voice_ui.stt_engine_hint"),children:n.jsx(ut,{value:c,onChange:I=>t({"transcription.provider":I}),options:bU(),disabled:a,className:"max-w-md"})}),b&&n.jsxs("div",{className:"space-y-3",children:[n.jsx(oe,{label:u("voice_ui.stt_backend_label"),hint:u("voice_ui.stt_backend_hint"),children:n.jsxs("div",{className:"flex items-center gap-2",children:[n.jsx(ut,{value:y,onChange:I=>t({"transcription.local.backend":I}),options:R(),disabled:a,className:"max-w-xs"}),n.jsx(Gk,{gpu:E})]})}),n.jsxs("div",{className:"grid grid-cols-1 gap-3 sm:grid-cols-2",children:[n.jsx(oe,{label:u("voice_ui.stt_model_label"),hint:D?u("voice_ui.stt_model_needs_download",{size:U.size}):u("voice_ui.stt_model_hint"),children:n.jsx(ut,{value:P,onChange:I=>t({[L]:I}),options:O(),disabled:a})}),n.jsx(oe,{label:u("voice_ui.stt_language_label"),hint:u("voice_ui.stt_language_hint"),children:n.jsx(ut,{value:g,onChange:I=>t({"transcription.local.language":I}),options:Yk(),disabled:a})})]})]}),c==="openai"&&n.jsxs("div",{className:"grid grid-cols-1 gap-3 sm:grid-cols-2",children:[n.jsx(oe,{label:u("voice_ui.api_key_label"),hint:ps(f.api_key)?u("voice_ui.api_key_keep_hint"):u("voice_ui.api_key_reuse_hint",{engine:"engines.openai.api_key",env:"OPENAI_API_KEY"}),children:n.jsx(Ne,{type:"password",autoComplete:"new-password",defaultValue:"",placeholder:S(f.api_key),onBlur:I=>w("transcription.openai.api_key",I.target.value),disabled:a})}),n.jsx(oe,{label:u("voice_ui.stt_openai_model_label"),hint:u("voice_ui.stt_openai_model_hint"),children:n.jsx(Ne,{defaultValue:f.model||"",placeholder:"whisper-1",onBlur:I=>_("transcription.openai.model",f.model,I.target.value),disabled:a})})]}),c==="custom"&&n.jsxs("div",{className:"space-y-3",children:[n.jsx(oe,{label:u("voice_ui.stt_custom_baseurl_label"),hint:u("voice_ui.stt_custom_baseurl_hint"),children:n.jsx(Ne,{defaultValue:m.base_url||"",placeholder:"http://localhost:8000/v1",onBlur:I=>_("transcription.custom.base_url",m.base_url,I.target.value),disabled:a})}),n.jsxs("div",{className:"grid grid-cols-1 gap-3 sm:grid-cols-2",children:[n.jsx(oe,{label:u("voice_ui.stt_custom_model_label"),hint:u("voice_ui.stt_custom_model_hint"),children:n.jsx(Ne,{defaultValue:m.model||"",placeholder:"mlx-community/whisper-large-v3-turbo",onBlur:I=>_("transcription.custom.model",m.model,I.target.value),disabled:a})}),n.jsx(oe,{label:u("voice_ui.stt_language_label"),hint:u("voice_ui.stt_language_hint"),children:n.jsx(ut,{value:m.language||"auto",onChange:I=>t({"transcription.custom.language":I}),options:Yk(),disabled:a})})]}),n.jsx(oe,{label:u("voice_ui.api_key_label"),hint:u("voice_ui.stt_custom_key_hint"),children:n.jsx(Ne,{type:"password",autoComplete:"new-password",defaultValue:"",placeholder:S(m.api_key),onBlur:I=>w("transcription.custom.api_key",I.target.value),disabled:a})})]})]})}function vU(){const e=Ze(),{config:t,isLoading:a,patch:o,mutate:l}=dr(),{data:c,isLoading:d,error:f,mutate:m}=qe("/tts/providers",()=>zf.providers()),[h,g]=x.useState(null),[b,_]=x.useState(!1),w=t,S=w.voice?.tts||{},y=w.transcription||{},C=c?.configured_provider||S.provider||"auto",N=c?.mode||S.mode||"chain",j=c?.order||[],E=(c?.engines||[]).map(U=>{if(!(!!U.custom||U.id==="gemini"))return U;const I=U.custom?S.custom?.[U.id.slice(7)]:S.gemini;return{...U,emotionsApplicable:!0,emotionsOn:!!I?.emotions?.enabled}}),R=x.useMemo(()=>!h||h==="__new__"?{}:h.startsWith("custom:")?S.custom?.[h.slice(7)]||{}:S[h]||{},[h,S]),A=async(U,D)=>{_(!0);try{const I=U.startsWith("custom:")?`voice.tts.custom.${U.slice(7)}.enabled`:`voice.tts.${U}.enabled`;await o({[I]:D}),await m()}catch(I){e.error(I.message)}finally{_(!1)}},T=async(U,D)=>{_(!0);try{const I=U.startsWith("custom:")?`voice.tts.custom.${U.slice(7)}.emotions.enabled`:`voice.tts.${U}.emotions.enabled`;await o({[I]:D}),await m(),await l()}catch(I){e.error(I.message)}finally{_(!1)}},z=async U=>{_(!0);try{await o({"voice.tts.order":U}),await m()}catch(D){e.error(D.message)}finally{_(!1)}},O=async({set:U,unset:D})=>{await o(U,D.length?D:void 0),await m(),await l(),e.success(u("voice_ui.toast_config_saved"))},P=async U=>{if(U.startsWith("custom:")&&window.confirm(u("voice_ui.remove_confirm"))){_(!0);try{const D=U.slice(7);await o({"voice.tts.order":j.filter(I=>I!==U)},[`voice.tts.custom.${D}`]),await m(),await l(),e.success(u("voice_ui.toast_provider_removed"))}catch(D){e.error(D.message)}finally{_(!1)}}},L=async(U,D)=>{try{await o(U,D),e.success(u("voice_ui.toast_transcription_updated"))}catch(I){e.error(I.message)}};return n.jsxs("div",{"data-testid":"screen-voice",children:[n.jsxs("div",{className:"grid gap-6 xl:grid-cols-2",children:[n.jsx(Ye,{title:u("voice_screen.providers_title"),description:u("voice_ui.providers_desc"),children:d||a?n.jsx(rt,{}):f?n.jsx(pt,{children:u("voice_ui.providers_load_error",{msg:f.message})}):n.jsx(fU,{engines:E,order:j,onToggleEnabled:A,onToggleEmotions:T,onReorder:z,onConfigure:U=>g(U),onRemove:P,onAddNew:()=>g("__new__"),busy:b})}),n.jsxs("div",{className:"space-y-6",children:[n.jsx(Ye,{title:u("voice_screen.test_title"),description:u("voice_ui.test_desc"),children:n.jsx(hU,{engines:E,defaultProvider:C,mode:N})}),n.jsx(Ye,{title:u("voice_screen.stt_title"),description:u("voice_ui.stt_desc"),children:a?n.jsx(rt,{}):n.jsx(_U,{config:y,onPatch:L})})]})]}),n.jsx(mU,{open:!!h,providerId:h,config:R,onClose:()=>g(null),onSave:O})]})}function yU(e){return e<60?`${e}s`:e<3600?`${Math.floor(e/60)}m`:`${Math.floor(e/3600)}h ${Math.floor(e%3600/60)}m`}function jU({manifest:e}){const t=e.daemon,a=e.safety;return n.jsxs("div",{"data-testid":"deck-daemon-card",className:"rounded-xl border border-border bg-muted/10 px-4 py-3 text-xs",children:[n.jsxs("div",{className:"mb-2 flex flex-wrap items-center justify-between gap-2",children:[n.jsxs("span",{className:"font-semibold text-foreground",children:[t.name," ",n.jsxs("span",{className:"font-normal text-muted-fg",children:["v",t.version]})]}),n.jsxs("div",{className:"flex items-center gap-1.5",children:[n.jsx("span",{className:"size-2 rounded-full bg-emerald-500"}),n.jsx("span",{className:"text-muted-fg",children:u("modules_ui.deck_daemon_active",{uptime:yU(t.uptime_s)})})]})]}),n.jsxs("div",{className:"flex flex-wrap gap-2",children:[n.jsxs("span",{className:"text-muted-fg",children:[t.host,":",t.port]}),n.jsx("span",{className:"text-muted-fg",children:"·"}),n.jsxs("span",{className:"text-muted-fg",children:[u("modules_ui.deck_daemon_started")," ",new Date(t.started_at).toLocaleTimeString([],{hour:"2-digit",minute:"2-digit"})]})]}),n.jsxs("div",{className:"mt-2.5 flex flex-wrap gap-1.5",children:[a.direct_shell===!1&&n.jsx(He,{tone:"success",children:u("modules_ui.deck_safety_no_shell")}),a.arbitrary_commands===!1&&n.jsx(He,{tone:"success",children:u("modules_ui.deck_safety_no_arbitrary")}),a.dangerous_actions_require_confirmation&&n.jsx(He,{tone:"info",children:u("modules_ui.deck_safety_confirm")})]})]})}function wU(e){return e==="available"?"success":e==="configured"?"info":"muted"}function kU(e){return e==="available"?"activo":e==="configured"?"configurado":e==="disabled"?"deshabilitado":"sin configurar"}function SU(e){return e==="voice"?"warning":e==="plugin"?"info":"muted"}function CU({widget:e,onToggle:t}){const a=e.source==="external",[o,l]=x.useState(!1),c=e.user_enabled===!0,d=async f=>{if(!(!t||o)){l(!0);try{await t(f)}finally{l(!1)}}};return n.jsxs("li",{"data-testid":`deck-widget-${e.id}`,className:me("flex items-center gap-3 rounded-lg border px-3 py-2.5 text-sm transition-colors",a?"border-border bg-muted/20 hover:border-muted-fg/30":"border-border/50 bg-muted/10"),children:[n.jsx($e,{content:e.source==="apx"?u("deck_screen.widget_native"):u("deck_screen.widget_external"),children:n.jsx("span",{className:me("size-2 shrink-0 rounded-full",e.source==="apx"?"bg-emerald-500":"bg-sky-400")})}),n.jsxs("div",{className:"min-w-0 flex-1",children:[n.jsx("span",{className:"font-medium",children:e.title}),n.jsx("span",{className:"ml-2 text-xs text-muted-fg",children:e.desktop})]}),n.jsx(He,{tone:SU(e.kind),children:e.kind}),n.jsx(He,{tone:wU(e.status),children:kU(e.status)}),a?n.jsx("span",{"data-testid":`deck-widget-toggle-${e.id}`,children:n.jsx(Bt,{checked:c,onChange:d,disabled:o||!t})}):n.jsx("span",{className:"w-9 shrink-0","aria-hidden":!0})]})}function NU({desktop:e,widgets:t,onToggle:a}){return t.length===0?null:n.jsxs("div",{"data-testid":`deck-desktop-${e.id}`,className:"space-y-1.5",children:[n.jsx("h3",{className:"text-xs font-semibold uppercase tracking-wide text-muted-fg",children:e.title}),n.jsx("ul",{className:"space-y-1.5",children:t.map(o=>n.jsx(CU,{widget:o,onToggle:o.source==="external"?l=>a(o.id,l):void 0},o.id))})]})}function EU(){Ze();const{data:e,error:t,isLoading:a,mutate:o}=qe("/deck/manifest",()=>vN.manifest(),{refreshInterval:3e4}),l=async(g,b)=>{},c=e?.deck.desktops??[],d=e?.deck.widgets??[],f=c.map(g=>({desktop:g,widgets:d.filter(b=>b.desktop===g.id)})),h=d.filter(g=>g.source==="external").filter(g=>g.user_enabled===!0).length;return n.jsxs("div",{className:"relative min-h-full","data-testid":"screen-deck",children:[n.jsxs("div",{className:"mx-auto max-w-4xl space-y-6 p-6 pointer-events-none select-none blur-[2px] opacity-60","aria-hidden":!0,inert:!0,children:[e&&n.jsx(jU,{manifest:e}),n.jsxs(Ye,{title:u("deck_screen.widgets_title"),description:a?u("modules_ui.deck_loading_manifest"):t?u("modules_ui.deck_manifest_error"):u("modules_ui.deck_widgets_summary",{count:d.length,enabled:h}),action:n.jsx($e,{content:u("deck_screen.reload_manifest"),children:n.jsx(ae,{size:"sm",variant:"ghost",onClick:()=>o(),disabled:a,"aria-label":u("deck_screen.reload_manifest"),children:n.jsx(Ns,{size:14,className:a?"animate-spin":""})})}),children:[a&&n.jsx(rt,{label:u("modules_ui.deck_loading_manifest_full")}),!a&&t&&n.jsxs(pt,{children:[u("modules_ui.deck_manifest_load_failed")," ",n.jsx("button",{type:"button",className:"ml-1 underline",onClick:()=>o(),children:u("modules_ui.deck_retry")})]}),!a&&!t&&d.length===0&&n.jsx(pt,{children:u("modules_ui.deck_no_widgets")}),!a&&!t&&d.length>0&&n.jsx("div",{className:"space-y-5","data-testid":"deck-desktop-list",children:f.filter(g=>g.widgets.length>0).map(g=>n.jsx(NU,{desktop:g.desktop,widgets:g.widgets,onToggle:l},g.desktop.id))})]}),e?.apx&&n.jsx(Ye,{title:u("deck_screen.context_title"),description:u("modules_ui.deck_context_desc"),children:n.jsxs("div",{className:"space-y-2 text-sm","data-testid":"deck-apx-context",children:[n.jsxs("div",{className:"flex items-center gap-2",children:[n.jsx("span",{className:"text-muted-fg",children:u("modules_ui.deck_active_project")}),n.jsx("span",{className:"font-medium",children:e.apx.active_project?e.apx.active_project.name:u("modules_ui.deck_none")})]}),n.jsxs("div",{className:"flex items-center gap-2",children:[n.jsx("span",{className:"text-muted-fg",children:u("modules_ui.deck_registered_projects")}),n.jsx("span",{className:"font-medium",children:e.apx.projects.length})]}),n.jsxs("div",{className:"flex items-center gap-2",children:[n.jsx("span",{className:"text-muted-fg",children:u("modules_ui.deck_active_plugins")}),n.jsx("span",{className:"font-medium",children:Object.keys(e.apx.plugins).join(", ")||"—"})]})]})})]}),n.jsx("div",{className:"absolute inset-0 z-10 flex items-center justify-center p-6 backdrop-blur-[1px]",role:"dialog","aria-modal":"true","aria-labelledby":"deck-coming-soon-title","data-testid":"deck-coming-soon",children:n.jsxs("div",{className:"w-full max-w-md rounded-2xl border border-border bg-card/95 p-8 text-center shadow-2xl",children:[n.jsx("div",{className:"mx-auto mb-4 flex size-12 items-center justify-center rounded-full bg-muted",children:n.jsx(BA,{className:"size-6 text-muted-fg"})}),n.jsx("span",{className:"inline-block rounded-full bg-muted px-2.5 py-0.5 text-[10px] font-semibold uppercase tracking-wide text-muted-fg",children:u("deck_screen.preview_badge")}),n.jsx("h2",{id:"deck-coming-soon-title",className:"mt-3 text-lg font-semibold",children:u("deck_screen.preview_title")}),n.jsx("p",{className:"mt-2 text-sm text-muted-fg",children:u("deck_screen.preview_body")})]})})]})}const RU=[{title:u("settings.account_section"),items:[{key:"identity",label:u("settings.tabs.identity"),icon:Cb}]},{title:u("settings.agents_section"),items:[{key:"super_agent",label:u("settings.tabs.super_agent"),icon:cn},{key:"engines",label:u("settings.tabs.engines"),icon:hb},{key:"memory",label:"Memory (RAG)",icon:q2},{key:"skills",label:u("skills_page.title"),icon:aa}]},{title:u("settings.channels_section"),items:[{key:"telegram",label:u("settings.tabs.telegram"),icon:Ca},{key:"devices",label:u("settings.tabs.devices"),icon:xM}]},{title:u("settings.modules_section"),items:[{key:"voice",label:u("nav.modules.voice"),icon:yb},{key:"desktop",label:u("nav.modules.desktop"),icon:jb},{key:"deck",label:u("nav.modules.deck"),icon:sM},{key:"web",label:u("nav.modules.web"),icon:X2}]},{title:u("settings.advanced_section"),items:[{key:"advanced",label:u("settings.tabs.advanced"),icon:kb}]}],TU=new Set(["engines","telegram","memory","skills","web","voice"]),AU={identity:()=>n.jsx(uB,{}),super_agent:()=>n.jsx(dB,{}),engines:()=>n.jsx(mE,{}),memory:()=>n.jsx(mB,{}),skills:()=>n.jsx(xB,{}),telegram:()=>n.jsx(jB,{}),devices:()=>n.jsx(QB,{}),voice:()=>n.jsx(vU,{}),deck:()=>n.jsx(EU,{}),desktop:()=>n.jsx(dU,{}),web:()=>n.jsx(eU,{}),advanced:()=>n.jsx(JB,{})};function MU(){const e=Pn(),t=ss(),a=OU(t.pathname),o=AU[a],{collapsed:l,toggle:c}=N_(zn.sidebarCollapsed+".settings");return n.jsx(VN,{sections:RU,active:a,onChange:d=>e(d==="identity"?"/settings":`/settings/${zU(d)}`),collapsed:l,onToggleCollapse:c,contentClassName:`w-full ${TU.has(a)?"":"mx-auto max-w-3xl"} space-y-6 py-6 pt-3 pr-6 pl-4`,testId:`settings-tab-${a}`,children:n.jsx(o,{})})}function OU(e){switch(e.split("/").filter(Boolean)[1]||"identity"){case"super-agent":return"super_agent";case"engines":return"engines";case"memory":return"memory";case"skills":return"skills";case"telegram":return"telegram";case"devices":return"devices";case"voice":return"voice";case"deck":return"deck";case"desktop":return"desktop";case"web":return"web";case"appearance":return"web";case"config":case"advanced":return"advanced";default:return"identity"}}function zU(e){return e==="super_agent"?"super-agent":e==="advanced"?"config":e}function DU(){const{data:e,isLoading:t,mutate:a}=qe("/messages/global?channel=desktop",()=>lU(40),{refreshInterval:8e3});return n.jsx("div",{className:"mx-auto max-w-3xl space-y-6 p-6","data-testid":"screen-desktop",children:n.jsxs("div",{className:"space-y-6",children:[n.jsx("div",{children:n.jsx(nR,{showConfigLink:!0})}),n.jsx("div",{children:n.jsx(Ye,{title:u("desktop_screen.last_conv_title"),description:u("modules_ui.desktop_last_conv_desc"),action:n.jsx("button",{type:"button",onClick:()=>a(),className:"text-xs text-muted-fg underline-offset-2 hover:underline",children:u("modules_ui.desktop_refresh")}),children:n.jsx(PU,{messages:e||[],loading:t})})})]})})}function PU({messages:e,loading:t}){const a=x.useMemo(()=>IU(e),[e]);return t?n.jsx(rt,{}):e.length?n.jsx("div",{className:"space-y-3 max-h-[560px] overflow-y-auto pr-1",children:a.slice().reverse().map((o,l)=>n.jsx("div",{className:"rounded-lg border border-border bg-card/40 p-3",children:o.map((c,d)=>n.jsx(LU,{m:c},d))},l))}):n.jsx(pt,{children:u("modules_ui.desktop_no_messages")})}function LU({m:e}){const t=e.direction==="in",a=BU(e.ts);return n.jsxs("div",{className:"py-1",children:[n.jsxs("div",{className:"flex items-baseline gap-2 text-[11px] text-muted-fg",children:[n.jsx("span",{className:"font-semibold",children:u(t?"modules_ui.desktop_you":"modules_ui.desktop_roby")}),n.jsx("span",{children:a})]}),n.jsx("div",{className:"mt-0.5 text-sm leading-snug whitespace-pre-wrap "+(t?"text-muted-fg":"text-fg"),children:(e.body||"").trim()||n.jsx("span",{className:"italic opacity-50",children:u("modules_ui.desktop_empty_msg")})})]})}function IU(e){const t=[];for(const a of e)a.direction==="in"||!t.length?t.push([a]):t[t.length-1].push(a);return t}function BU(e){try{const t=new Date(e);return t.toDateString()===new Date().toDateString()?t.toLocaleTimeString([],{hour:"2-digit",minute:"2-digit"}):t.toLocaleString([],{month:"short",day:"numeric",hour:"2-digit",minute:"2-digit"})}catch{return""}}function UU(e,t){const a=getComputedStyle(e),o=parseFloat(a.fontSize);return t*o}function $U(e,t){const a=getComputedStyle(e.ownerDocument.documentElement),o=parseFloat(a.fontSize);return t*o}function HU(e){return e/100*window.innerHeight}function qU(e){return e/100*window.innerWidth}function VU(e){switch(typeof e){case"number":return[e,"px"];case"string":{const t=parseFloat(e);return e.endsWith("%")?[t,"%"]:e.endsWith("px")?[t,"px"]:e.endsWith("rem")?[t,"rem"]:e.endsWith("em")?[t,"em"]:e.endsWith("vh")?[t,"vh"]:e.endsWith("vw")?[t,"vw"]:[t,"%"]}}}function Ac({groupSize:e,panelElement:t,styleProp:a}){let o;const[l,c]=VU(a);switch(c){case"%":{o=l/100*e;break}case"px":{o=l;break}case"rem":{o=$U(t,l);break}case"em":{o=UU(t,l);break}case"vh":{o=HU(l);break}case"vw":{o=qU(l);break}}return o}function ts(e){return parseFloat(e.toFixed(3))}function ui({group:e}){const{orientation:t,panels:a}=e;return a.reduce((o,l)=>(o+=t==="horizontal"?l.element.offsetWidth:l.element.offsetHeight,o),0)}function tb(e){const{panels:t}=e,a=ui({group:e});return a===0?t.map(o=>({groupResizeBehavior:o.panelConstraints.groupResizeBehavior,collapsedSize:0,collapsible:o.panelConstraints.collapsible===!0,defaultSize:void 0,disabled:o.panelConstraints.disabled,minSize:0,maxSize:100,panelId:o.id})):t.map(o=>{const{element:l,panelConstraints:c}=o;let d=0;if(c.collapsedSize!==void 0){const g=Ac({groupSize:a,panelElement:l,styleProp:c.collapsedSize});d=ts(g/a*100)}let f;if(c.defaultSize!==void 0){const g=Ac({groupSize:a,panelElement:l,styleProp:c.defaultSize});f=ts(g/a*100)}let m=0;if(c.minSize!==void 0){const g=Ac({groupSize:a,panelElement:l,styleProp:c.minSize});m=ts(g/a*100)}let h=100;if(c.maxSize!==void 0){const g=Ac({groupSize:a,panelElement:l,styleProp:c.maxSize});h=ts(g/a*100)}return{groupResizeBehavior:c.groupResizeBehavior,collapsedSize:d,collapsible:c.collapsible===!0,defaultSize:f,disabled:c.disabled,minSize:m,maxSize:h,panelId:o.id}})}function Ft(e,t="Assertion error"){if(!e)throw Error(t)}function nb(e,t){return Array.from(t).sort(e==="horizontal"?FU:GU)}function FU(e,t){const a=e.element.offsetLeft-t.element.offsetLeft;return a!==0?a:e.element.offsetWidth-t.element.offsetWidth}function GU(e,t){const a=e.element.offsetTop-t.element.offsetTop;return a!==0?a:e.element.offsetHeight-t.element.offsetHeight}function sR(e){return e!==null&&typeof e=="object"&&"nodeType"in e&&e.nodeType===Node.ELEMENT_NODE}function aR(e,t){return{x:e.x>=t.left&&e.x<=t.right?0:Math.min(Math.abs(e.x-t.left),Math.abs(e.x-t.right)),y:e.y>=t.top&&e.y<=t.bottom?0:Math.min(Math.abs(e.y-t.top),Math.abs(e.y-t.bottom))}}function YU({orientation:e,rects:t,targetRect:a}){const o={x:a.x+a.width/2,y:a.y+a.height/2};let l,c=Number.MAX_VALUE;for(const d of t){const{x:f,y:m}=aR(o,d),h=e==="horizontal"?f:m;h<c&&(c=h,l=d)}return Ft(l,"No rect found"),l}let Wd;function KU(){return Wd===void 0&&(typeof matchMedia=="function"?Wd=!!matchMedia("(pointer:coarse)").matches:Wd=!1),Wd}function rR(e){const{element:t,orientation:a,panels:o,separators:l}=e,c=nb(a,Array.from(t.children).filter(sR).map(S=>({element:S}))).map(({element:S})=>S),d=[];let f=!1,m=!1,h=-1,g=-1,b=0,_,w=[];{let S=-1;for(const y of c)y.hasAttribute("data-panel")&&(S++,y.hasAttribute("data-disabled")||(b++,h===-1&&(h=S),g=S))}if(b>1){let S=-1;for(const y of c)if(y.hasAttribute("data-panel")){S++;const C=o.find(N=>N.element===y);if(C){if(_){const N=_.element.getBoundingClientRect(),j=y.getBoundingClientRect();let E;if(m){const R=a==="horizontal"?new DOMRect(N.right,N.top,0,N.height):new DOMRect(N.left,N.bottom,N.width,0),A=a==="horizontal"?new DOMRect(j.left,j.top,0,j.height):new DOMRect(j.left,j.top,j.width,0);switch(w.length){case 0:{E=[R,A];break}case 1:{const T=w[0],z=YU({orientation:a,rects:[N,j],targetRect:T.element.getBoundingClientRect()});E=[T,z===N?A:R];break}default:{E=w;break}}}else w.length?E=w:E=[a==="horizontal"?new DOMRect(N.right,j.top,j.left-N.right,j.height):new DOMRect(j.left,N.bottom,j.width,j.top-N.bottom)];for(const R of E){let A="width"in R?R:R.element.getBoundingClientRect();const T=KU()?e.resizeTargetMinimumSize.coarse:e.resizeTargetMinimumSize.fine;if(A.width<T){const O=T-A.width;A=new DOMRect(A.x-O/2,A.y,A.width+O,A.height)}if(A.height<T){const O=T-A.height;A=new DOMRect(A.x,A.y-O/2,A.width,A.height+O)}const z=S<=h||S>g;!f&&!z&&d.push({group:e,groupSize:ui({group:e}),panels:[_,C],separator:"width"in R?void 0:R,rect:A}),f=!1}}m=!1,_=C,w=[]}}else if(y.hasAttribute("data-separator")){y.ariaDisabled!==null&&(f=!0);const C=l.find(N=>N.element===y);C?w.push(C):(_=void 0,w=[])}else m=!0}return d}class oR{#e={};addListener(t,a){const o=this.#e[t];return o===void 0?this.#e[t]=[a]:o.includes(a)||o.push(a),()=>{this.removeListener(t,a)}}emit(t,a){const o=this.#e[t];if(o!==void 0)if(o.length===1)o[0].call(null,a);else{let l=!1,c=null;const d=Array.from(o);for(let f=0;f<d.length;f++){const m=d[f];try{m.call(null,a)}catch(h){c===null&&(l=!0,c=h)}}if(l)throw c}}removeAllListeners(){this.#e={}}removeListener(t,a){const o=this.#e[t];if(o!==void 0){const l=o.indexOf(a);l>=0&&o.splice(l,1)}}}let Zl={cursorFlags:0,state:"inactive"};const rv=new oR;function Ho(){return Zl}function XU(e){return rv.addListener("change",e)}function QU(e){const t=Zl,a={...Zl};a.cursorFlags=e,Zl=a,rv.emit("change",{prev:t,next:a})}function Jl(e){const t=Zl;Zl=e,rv.emit("change",{prev:t,next:e})}const WU=e=>e,ux=()=>{},lR=1,iR=2,cR=4,uR=8,Kk=3,Xk=12;let Zd;function Qk(){return Zd===void 0&&(Zd=!1,typeof window<"u"&&(window.navigator.userAgent.includes("Chrome")||window.navigator.userAgent.includes("Firefox"))&&(Zd=!0)),Zd}function ZU({cursorFlags:e,groups:t,state:a}){let o=0,l=0;switch(a){case"active":case"hover":t.forEach(c=>{if(!c.mutableState.disableCursor)switch(c.orientation){case"horizontal":{o++;break}case"vertical":{l++;break}}})}if(!(o===0&&l===0)){switch(a){case"active":{if(e&&Qk()){const c=(e&lR)!==0,d=(e&iR)!==0,f=(e&cR)!==0,m=(e&uR)!==0;if(c)return f?"se-resize":m?"ne-resize":"e-resize";if(d)return f?"sw-resize":m?"nw-resize":"w-resize";if(f)return"s-resize";if(m)return"n-resize"}break}}return Qk()?o>0&&l>0?"move":o>0?"ew-resize":"ns-resize":o>0&&l>0?"grab":o>0?"col-resize":"row-resize"}}const Wk=new WeakMap;function ov(e){if(e.defaultView===null||e.defaultView===void 0)return;let{prevStyle:t,styleSheet:a}=Wk.get(e)??{};a===void 0&&(a=new e.defaultView.CSSStyleSheet,e.adoptedStyleSheets&&(Object.isExtensible(e.adoptedStyleSheets)?e.adoptedStyleSheets.push(a):e.adoptedStyleSheets=[...e.adoptedStyleSheets,a]));const o=Ho();switch(o.state){case"active":case"hover":{const l=ZU({cursorFlags:o.cursorFlags,groups:o.hitRegions.map(d=>d.group),state:o.state}),c=`*, *:hover {cursor: ${l} !important; }`;if(t===c)return;t=c,l?a.cssRules.length===0?a.insertRule(c):a.replaceSync(c):a.cssRules.length===1&&a.deleteRule(0);break}case"inactive":{t=void 0,a.cssRules.length===1&&a.deleteRule(0);break}}Wk.set(e,{prevStyle:t,styleSheet:a})}let xa=new Map;const dR=new oR;function JU(e){xa=new Map(xa),xa.delete(e)}function Zk(e,t){for(const[a]of xa)if(a.id===e)return a}function Fr(e,t){for(const[a,o]of xa)if(a.id===e)return o;if(t)throw Error(`Could not find data for Group with id ${e}`)}function Wo(){return xa}function lv(e,t){return dR.addListener("groupChange",a=>{a.group.id===e&&t(a)})}function cr(e,t,a){const o=xa.get(e);xa=new Map(xa),xa.set(e,t),dR.emit("groupChange",{group:e,isUserInteraction:a?.isUserInteraction===!0,prev:o,next:t})}function fR(e){const t=Ho();let a=!1;switch(t.state){case"active":Jl({cursorFlags:0,state:"inactive"}),t.hitRegions.length>0&&(ov(e),a=!0,t.hitRegions.forEach(o=>{const l=Fr(o.group.id,!0);cr(o.group,l,{isUserInteraction:!0})}))}return a}function Jk(e){e.defaultPrevented||fR(e.currentTarget)}function e$(e,t,a){let o,l={x:1/0,y:1/0};for(const c of t){const d=aR(a,c.rect);switch(e){case"horizontal":{d.x<=l.x&&(o=c,l=d);break}case"vertical":{d.y<=l.y&&(o=c,l=d);break}}}return o?{distance:l,hitRegion:o}:void 0}function t$(e){return e!==null&&typeof e=="object"&&"nodeType"in e&&e.nodeType===Node.DOCUMENT_FRAGMENT_NODE}function n$(e,t){if(e===t)throw new Error("Cannot compare node with itself");const a={a:n2(e),b:n2(t)};let o;for(;a.a.at(-1)===a.b.at(-1);)o=a.a.pop(),a.b.pop();Ft(o,"Stacking order can only be calculated for elements with a common ancestor");const l={a:t2(e2(a.a)),b:t2(e2(a.b))};if(l.a===l.b){const c=o.childNodes,d={a:a.a.at(-1),b:a.b.at(-1)};let f=c.length;for(;f--;){const m=c[f];if(m===d.a)return 1;if(m===d.b)return-1}}return Math.sign(l.a-l.b)}const s$=/\b(?:position|zIndex|opacity|transform|webkitTransform|mixBlendMode|filter|webkitFilter|isolation)\b/;function a$(e){const t=getComputedStyle(pR(e)??e).display;return t==="flex"||t==="inline-flex"}function r$(e){const t=getComputedStyle(e);return!!(t.position==="fixed"||t.zIndex!=="auto"&&(t.position!=="static"||a$(e))||+t.opacity<1||"transform"in t&&t.transform!=="none"||"webkitTransform"in t&&t.webkitTransform!=="none"||"mixBlendMode"in t&&t.mixBlendMode!=="normal"||"filter"in t&&t.filter!=="none"||"webkitFilter"in t&&t.webkitFilter!=="none"||"isolation"in t&&t.isolation==="isolate"||s$.test(t.willChange)||t.webkitOverflowScrolling==="touch")}function e2(e){let t=e.length;for(;t--;){const a=e[t];if(Ft(a,"Missing node"),r$(a))return a}return null}function t2(e){return e&&Number(getComputedStyle(e).zIndex)||0}function n2(e){const t=[];for(;e;)t.push(e),e=pR(e);return t}function pR(e){const{parentNode:t}=e;return t$(t)?t.host:t}function o$(e,t){return e.x<t.x+t.width&&e.x+e.width>t.x&&e.y<t.y+t.height&&e.y+e.height>t.y}function l$({groupElement:e,hitRegion:t,pointerEventTarget:a}){if(!sR(a)||a.contains(e)||e.contains(a))return!0;if(n$(a,e)>0){let o=a;for(;o;){if(o.contains(e))return!0;if(o$(o.getBoundingClientRect(),t))return!1;o=o.parentElement}}return!0}function iv(e,t){const a=[];return t.forEach((o,l)=>{if(l.disabled)return;const c=rR(l),d=e$(l.orientation,c,{x:e.clientX,y:e.clientY});d&&d.distance.x<=0&&d.distance.y<=0&&l$({groupElement:l.element,hitRegion:d.hitRegion.rect,pointerEventTarget:e.target})&&a.push(d.hitRegion)}),a}function i$(e,t){if(e.length!==t.length)return!1;for(let a=0;a<e.length;a++)if(e[a]!=t[a])return!1;return!0}function Yn(e,t,a=0){return Math.abs(ts(e)-ts(t))<=a}function ma(e,t){return Yn(e,t)?0:e>t?1:-1}function ql({overrideDisabledPanels:e,panelConstraints:t,prevSize:a,size:o}){const{collapsedSize:l=0,collapsible:c,disabled:d,maxSize:f=100,minSize:m=0}=t;if(d&&!e)return a;if(ma(o,m)<0)if(c){const h=(l+m)/2;ma(o,h)<0?o=l:o=m}else o=m;return o=Math.min(f,o),o=ts(o),o}function Xc({delta:e,initialLayout:t,panelConstraints:a,pivotIndices:o,prevLayout:l,trigger:c}){if(Yn(e,0))return t;const d=c==="imperative-api",f=Object.values(t),m=Object.values(l),h=[...f],[g,b]=o;Ft(g!=null,"Invalid first pivot index"),Ft(b!=null,"Invalid second pivot index");let _=0;switch(c){case"keyboard":{{const y=e<0?b:g,C=a[y];Ft(C,`Panel constraints not found for index ${y}`);const{collapsedSize:N=0,collapsible:j,minSize:E=0}=C;if(j){const R=f[y];if(Ft(R!=null,`Previous layout not found for panel index ${y}`),Yn(R,N)){const A=E-R;ma(A,Math.abs(e))>0&&(e=e<0?0-A:A)}}}{const y=e<0?g:b,C=a[y];Ft(C,`No panel constraints found for index ${y}`);const{collapsedSize:N=0,collapsible:j,minSize:E=0}=C;if(j){const R=f[y];if(Ft(R!=null,`Previous layout not found for panel index ${y}`),Yn(R,E)){const A=R-N;ma(A,Math.abs(e))>0&&(e=e<0?0-A:A)}}}break}default:{const y=e<0?b:g,C=a[y];Ft(C,`Panel constraints not found for index ${y}`);const N=f[y],{collapsible:j,collapsedSize:E,minSize:R}=C;if(j&&ma(N,R)<0)if(e>0){const A=R-E,T=A/2,z=N+e;ma(z,R)<0&&(e=ma(e,T)<=0?0:A)}else{const A=R-E,T=100-A/2,z=N-e;ma(z,R)<0&&(e=ma(100+e,T)>0?0:-A)}break}}{const y=e<0?1:-1;let C=e<0?b:g,N=0;for(;;){const E=f[C];Ft(E!=null,`Previous layout not found for panel index ${C}`);const R=ql({overrideDisabledPanels:d,panelConstraints:a[C],prevSize:E,size:100})-E;if(N+=R,C+=y,C<0||C>=a.length)break}const j=Math.min(Math.abs(e),Math.abs(N));e=e<0?0-j:j}{let y=e<0?g:b;for(;y>=0&&y<a.length;){const C=Math.abs(e)-Math.abs(_),N=f[y];Ft(N!=null,`Previous layout not found for panel index ${y}`);const j=N-C,E=ql({overrideDisabledPanels:d,panelConstraints:a[y],prevSize:N,size:j});if(!Yn(N,E)&&(_+=N-E,h[y]=E,_.toFixed(3).localeCompare(Math.abs(e).toFixed(3),void 0,{numeric:!0})>=0))break;e<0?y--:y++}}if(i$(m,h))return l;{const y=e<0?b:g,C=f[y];Ft(C!=null,`Previous layout not found for panel index ${y}`);const N=C+_,j=ql({overrideDisabledPanels:d,panelConstraints:a[y],prevSize:C,size:N});if(h[y]=j,!Yn(j,N)){let E=N-j,R=e<0?b:g;for(;R>=0&&R<a.length;){const A=h[R];Ft(A!=null,`Previous layout not found for panel index ${R}`);const T=A+E,z=ql({overrideDisabledPanels:d,panelConstraints:a[R],prevSize:A,size:T});if(Yn(A,z)||(E-=z-A,h[R]=z),Yn(E,0))break;e>0?R--:R++}}}const w=Object.values(h).reduce((y,C)=>C+y,0);if(!Yn(w,100,.1))return l;const S=Object.keys(l);return h.reduce((y,C,N)=>(y[S[N]]=C,y),{})}function qo(e,t){if(Object.keys(e).length!==Object.keys(t).length)return!1;for(const a in e)if(t[a]===void 0||ma(e[a],t[a])!==0)return!1;return!0}function Vo({layout:e,panelConstraints:t}){const a=Object.values(e),o=[...a],l=o.reduce((f,m)=>f+m,0);if(o.length!==t.length)throw Error(`Invalid ${t.length} panel layout: ${o.map(f=>`${f}%`).join(", ")}`);if(!Yn(l,100)&&o.length>0)for(let f=0;f<t.length;f++){const m=o[f];Ft(m!=null,`No layout data found for index ${f}`);const h=100/l*m;o[f]=h}let c=0;for(let f=0;f<t.length;f++){const m=a[f];Ft(m!=null,`No layout data found for index ${f}`);const h=o[f];Ft(h!=null,`No layout data found for index ${f}`);const g=ql({overrideDisabledPanels:!0,panelConstraints:t[f],prevSize:m,size:h});h!=g&&(c+=h-g,o[f]=g)}if(!Yn(c,0))for(let f=0;f<t.length;f++){const m=o[f];Ft(m!=null,`No layout data found for index ${f}`);const h=m+c,g=ql({overrideDisabledPanels:!0,panelConstraints:t[f],prevSize:m,size:h});if(m!==g&&(c-=g-m,o[f]=g,Yn(c,0)))break}const d=Object.keys(e);return o.reduce((f,m,h)=>(f[d[h]]=m,f),{})}function mR({groupId:e,panelId:t}){const a=()=>{const m=Wo();for(const[h,{defaultLayoutDeferred:g,derivedPanelConstraints:b,layout:_,groupSize:w,separatorToPanels:S}]of m)if(h.id===e)return{defaultLayoutDeferred:g,derivedPanelConstraints:b,group:h,groupSize:w,layout:_,separatorToPanels:S};throw Error(`Group ${e} not found`)},o=()=>{const m=a().derivedPanelConstraints.find(h=>h.panelId===t);if(m!==void 0)return m;throw Error(`Panel constraints not found for Panel ${t}`)},l=()=>{const m=a().group.panels.find(h=>h.id===t);if(m!==void 0)return m;throw Error(`Layout not found for Panel ${t}`)},c=()=>{const m=a().layout[t];if(m!==void 0)return m;throw Error(`Layout not found for Panel ${t}`)},d=({nextSize:m,panels:h,prevLayout:g,derivedPanelConstraints:b})=>{const _=c(),w=h.findIndex(C=>C.id===t),S=w===0,y=w===h.length-1;if(y&&m<_&&(S||h.slice(0,w).every((C,N)=>{const j=b[N];return j?.collapsible&&Yn(j.collapsedSize,g[j.panelId])}))){const C=h.slice(0,w).reduce((N,j)=>N+g[j.id],0);return{...g,[t]:ts(100-C)}}return Xc({delta:y?_-m:m-_,initialLayout:g,panelConstraints:b,pivotIndices:y?[w-1,w]:[w,w+1],prevLayout:g,trigger:"imperative-api"})},f=m=>{const h=c();if(m===h)return;const{defaultLayoutDeferred:g,derivedPanelConstraints:b,group:_,groupSize:w,layout:S,separatorToPanels:y}=a(),C=d({nextSize:m,panels:_.panels,prevLayout:S,derivedPanelConstraints:b}),N=Vo({layout:C,panelConstraints:b});qo(S,N)||cr(_,{defaultLayoutDeferred:g,derivedPanelConstraints:b,groupSize:w,layout:N,separatorToPanels:y})};return{collapse:()=>{const{collapsible:m,collapsedSize:h}=o(),{mutableValues:g}=l(),b=c();m&&b!==h&&(g.expandToSize=b,f(h))},expand:()=>{const{collapsible:m,collapsedSize:h,minSize:g}=o(),{mutableValues:b}=l(),_=c();if(m&&_===h){let w=b.expandToSize??g;w===0&&(w=1),f(w)}},getSize:()=>{const{group:m}=a(),h=c(),{element:g}=l(),b=m.orientation==="horizontal"?g.offsetWidth:g.offsetHeight;return{asPercentage:h,inPixels:b}},isCollapsed:()=>{const{collapsible:m,collapsedSize:h}=o(),g=c();return m&&Yn(h,g)},resize:m=>{const{group:h}=a(),{element:g}=l(),b=ui({group:h}),_=Ac({groupSize:b,panelElement:g,styleProp:m}),w=ts(_/b*100);f(w)}}}function s2(e){if(e.defaultPrevented)return;const t=Wo();iv(e,t).forEach(a=>{if(a.separator&&!a.separator.disableDoubleClick){const o=a.panels.find(l=>l.panelConstraints.defaultSize!==void 0);if(o){const l=o.panelConstraints.defaultSize,c=mR({groupId:a.group.id,panelId:o.id});c&&l!==void 0&&(c.resize(l),e.preventDefault())}}})}function cf(e){const t=Wo();for(const[a]of t)if(a.separators.some(o=>o.element===e))return a;throw Error("Could not find parent Group for separator element")}function gR({groupId:e}){const t=()=>{const a=Wo();for(const[o,l]of a)if(o.id===e)return{group:o,...l};throw Error(`Could not find Group with id "${e}"`)};return{getLayout(){const{defaultLayoutDeferred:a,layout:o}=t();return a?{}:o},setLayout(a){const{defaultLayoutDeferred:o,derivedPanelConstraints:l,group:c,groupSize:d,layout:f,separatorToPanels:m}=t(),h=Vo({layout:a,panelConstraints:l});return o?f:(qo(f,h)||cr(c,{defaultLayoutDeferred:o,derivedPanelConstraints:l,groupSize:d,layout:h,separatorToPanels:m}),h)}}}function Co(e,t){const a=cf(e),o=Fr(a.id,!0),l=a.separators.find(g=>g.element===e);Ft(l,"Matching separator not found");const c=o.separatorToPanels.get(l);Ft(c,"Matching panels not found");const d=c.map(g=>a.panels.indexOf(g)),f=gR({groupId:a.id}).getLayout(),m=Xc({delta:t,initialLayout:f,panelConstraints:o.derivedPanelConstraints,pivotIndices:d,prevLayout:f,trigger:"keyboard"}),h=Vo({layout:m,panelConstraints:o.derivedPanelConstraints});qo(f,h)||cr(a,{defaultLayoutDeferred:o.defaultLayoutDeferred,derivedPanelConstraints:o.derivedPanelConstraints,groupSize:o.groupSize,layout:h,separatorToPanels:o.separatorToPanels},{isUserInteraction:!0})}function a2(e){if(e.defaultPrevented)return;const t=e.currentTarget,a=cf(t);if(!a.disabled)switch(e.key){case"ArrowDown":{e.preventDefault(),a.orientation==="vertical"&&Co(t,5);break}case"ArrowLeft":{e.preventDefault(),a.orientation==="horizontal"&&Co(t,-5);break}case"ArrowRight":{e.preventDefault(),a.orientation==="horizontal"&&Co(t,5);break}case"ArrowUp":{e.preventDefault(),a.orientation==="vertical"&&Co(t,-5);break}case"End":{e.preventDefault(),Co(t,100);break}case"Enter":{e.preventDefault();const o=cf(t),l=Fr(o.id,!0),{derivedPanelConstraints:c,layout:d,separatorToPanels:f}=l,m=o.separators.find(_=>_.element===t);Ft(m,"Matching separator not found");const h=f.get(m);Ft(h,"Matching panels not found");const g=h[0],b=c.find(_=>_.panelId===g.id);if(Ft(b,"Panel metadata not found"),b.collapsible){const _=d[g.id],w=b.collapsedSize===_?o.mutableState.expandedPanelSizes[g.id]??b.minSize:b.collapsedSize;Co(t,w-_)}break}case"F6":{e.preventDefault();const o=cf(t).separators.map(d=>d.element),l=Array.from(o).findIndex(d=>d===e.currentTarget);Ft(l!==null,"Index not found");const c=e.shiftKey?l>0?l-1:o.length-1:l+1<o.length?l+1:0;o[c].focus({preventScroll:!0});break}case"Home":{e.preventDefault(),Co(t,-100);break}}}function r2(e){if(e.defaultPrevented||e.pointerType==="mouse"&&e.button>0)return;const t=Wo(),a=iv(e,t),o=new Map;let l=!1;a.forEach(c=>{c.separator&&(l||(l=!0,c.separator.element.focus({focusVisible:!1,preventScroll:!0})));const d=t.get(c.group);d&&o.set(c.group,d.layout)}),Jl({cursorFlags:0,hitRegions:a,initialLayoutMap:o,pointerDownAtPoint:{x:e.clientX,y:e.clientY},state:"active"}),a.length&&e.preventDefault()}function hR({document:e,event:t,hitRegions:a,initialLayoutMap:o,mountedGroups:l,pointerDownAtPoint:c,prevCursorFlags:d}){let f=0;a.forEach(h=>{const{group:g,groupSize:b}=h,{orientation:_,panels:w}=g,{disableCursor:S}=g.mutableState;let y=0;c?_==="horizontal"?y=(t.clientX-c.x)/b*100:y=(t.clientY-c.y)/b*100:_==="horizontal"?y=t.clientX<0?-100:100:y=t.clientY<0?-100:100;const C=o.get(g),N=l.get(g);if(!C||!N)return;const{defaultLayoutDeferred:j,derivedPanelConstraints:E,groupSize:R,layout:A,separatorToPanels:T}=N;if(E&&A&&T){const z=Xc({delta:y,initialLayout:C,panelConstraints:E,pivotIndices:h.panels.map(O=>w.indexOf(O)),prevLayout:A,trigger:"mouse-or-touch"});if(qo(z,A)){if(y!==0&&!S)switch(_){case"horizontal":{f|=y<0?lR:iR;break}case"vertical":{f|=y<0?cR:uR;break}}}else cr(h.group,{defaultLayoutDeferred:j,derivedPanelConstraints:E,groupSize:R,layout:z,separatorToPanels:T})}});let m=0;t.movementX===0?m|=d&Kk:m|=f&Kk,t.movementY===0?m|=d&Xk:m|=f&Xk,QU(m),ov(e)}function o2(e){const t=Wo(),a=Ho();switch(a.state){case"active":hR({document:e.currentTarget,event:e,hitRegions:a.hitRegions,initialLayoutMap:a.initialLayoutMap,mountedGroups:t,prevCursorFlags:a.cursorFlags})}}function l2(e){if(e.defaultPrevented)return;const t=Ho(),a=Wo();switch(t.state){case"active":{if(e.buttons===0){Jl({cursorFlags:0,state:"inactive"}),t.hitRegions.forEach(o=>{const l=Fr(o.group.id,!0);cr(o.group,l,{isUserInteraction:!0})});return}for(const o of t.hitRegions)if(o.separator){const{element:l}=o.separator;l.hasPointerCapture?.(e.pointerId)||l.setPointerCapture?.(e.pointerId)}hR({document:e.currentTarget,event:e,hitRegions:t.hitRegions,initialLayoutMap:t.initialLayoutMap,mountedGroups:a,pointerDownAtPoint:t.pointerDownAtPoint,prevCursorFlags:t.cursorFlags});break}default:{const o=iv(e,a);o.length===0?t.state!=="inactive"&&Jl({cursorFlags:0,state:"inactive"}):Jl({cursorFlags:0,hitRegions:o,state:"hover"}),ov(e.currentTarget);break}}}function i2(e){if(e.relatedTarget instanceof HTMLIFrameElement)switch(Ho().state){case"hover":Jl({cursorFlags:0,state:"inactive"})}}function c2(e){e.defaultPrevented||e.pointerType==="mouse"&&e.button>0||fR(e.currentTarget)&&e.preventDefault()}function u2(e){let t=0,a=0;const o={};for(const c of e)if(c.defaultSize!==void 0){t++;const d=ts(c.defaultSize);a+=d,o[c.panelId]=d}else o[c.panelId]=void 0;const l=e.length-t;if(l!==0){const c=ts((100-a)/l);for(const d of e)d.defaultSize===void 0&&(o[d.panelId]=c)}return o}function c$(e,t,a){if(!a[0])return;const o=e.panels.find(m=>m.element===t);if(!o||!o.onResize)return;const l=ui({group:e}),c=e.orientation==="horizontal"?o.element.offsetWidth:o.element.offsetHeight,d=o.mutableValues.prevSize,f={asPercentage:ts(c/l*100),inPixels:c};o.mutableValues.prevSize=f,o.onResize(f,o.id,d)}function u$(e,t){if(Object.keys(e).length!==Object.keys(t).length)return!1;for(const a in e)if(e[a]!==t[a])return!1;return!0}function d$({group:e,nextGroupSize:t,prevGroupSize:a,prevLayout:o}){if(a<=0||t<=0||a===t)return o;let l=0,c=0,d=!1;const f=new Map,m=[];for(const b of e.panels){const _=o[b.id]??0;switch(b.panelConstraints.groupResizeBehavior){case"preserve-pixel-size":{d=!0;const w=_/100*a,S=ts(w/t*100);f.set(b.id,S),l+=S;break}case"preserve-relative-size":default:{m.push(b.id),c+=_;break}}}if(!d||m.length===0)return o;const h=100-l,g={...o};if(f.forEach((b,_)=>{g[_]=b}),c>0)for(const b of m){const _=o[b]??0;g[b]=ts(_/c*h)}else{const b=ts(h/m.length);for(const _ of m)g[_]=b}return g}function f$(e,t){const a=e.map(l=>l.id),o=Object.keys(t);if(a.length!==o.length)return!1;for(const l of a)if(!o.includes(l))return!1;return!0}const Bl=new Map;function p$(e){let t=!0;Ft(e.element.ownerDocument.defaultView,"Cannot register an unmounted Group");const a=e.element.ownerDocument.defaultView.ResizeObserver,o=new Set,l=new Set,c=new a(S=>{for(const y of S){const{borderBoxSize:C,target:N}=y;if(N===e.element){if(t){const j=ui({group:e});if(j===0)return;const E=Fr(e.id);if(!E)return;const R=tb(e),A=E.defaultLayoutDeferred?u2(R):E.layout,T=d$({group:e,nextGroupSize:j,prevGroupSize:E.groupSize,prevLayout:A}),z=Vo({layout:T,panelConstraints:R});if(!E.defaultLayoutDeferred&&qo(E.layout,z)&&u$(E.derivedPanelConstraints,R)&&E.groupSize===j)return;cr(e,{defaultLayoutDeferred:!1,derivedPanelConstraints:R,groupSize:j,layout:z,separatorToPanels:E.separatorToPanels})}}else c$(e,N,C)}});c.observe(e.element),e.panels.forEach(S=>{Ft(!o.has(S.id),`Panel ids must be unique; id "${S.id}" was used more than once`),o.add(S.id),S.onResize&&c.observe(S.element)});const d=ui({group:e}),f=tb(e),m=e.panels.map(({id:S})=>S).join(",");let h=e.mutableState.defaultLayout;h&&(f$(e.panels,h)||(h=void 0));const g=e.mutableState.layouts[m]??h??u2(f),b=Vo({layout:g,panelConstraints:f}),_=e.element.ownerDocument;Bl.set(_,(Bl.get(_)??0)+1);const w=new Map;return rR(e).forEach(S=>{S.separator&&w.set(S.separator,S.panels)}),cr(e,{defaultLayoutDeferred:d===0,derivedPanelConstraints:f,groupSize:d,layout:b,separatorToPanels:w}),e.separators.forEach(S=>{Ft(!l.has(S.id),`Separator ids must be unique; id "${S.id}" was used more than once`),l.add(S.id),S.element.addEventListener("keydown",a2)}),Bl.get(_)===1&&(_.addEventListener("contextmenu",Jk,!0),_.addEventListener("dblclick",s2,!0),_.addEventListener("pointerdown",r2,!0),_.addEventListener("pointerleave",o2),_.addEventListener("pointermove",l2),_.addEventListener("pointerout",i2),_.addEventListener("pointerup",c2,!0)),function(){t=!1,Bl.set(_,Math.max(0,(Bl.get(_)??0)-1)),JU(e),e.separators.forEach(S=>{S.element.removeEventListener("keydown",a2)}),Bl.get(_)||(_.removeEventListener("contextmenu",Jk,!0),_.removeEventListener("dblclick",s2,!0),_.removeEventListener("pointerdown",r2,!0),_.removeEventListener("pointerleave",o2),_.removeEventListener("pointermove",l2),_.removeEventListener("pointerout",i2),_.removeEventListener("pointerup",c2,!0)),c.disconnect()}}function m$(){const[e,t]=x.useState({}),a=x.useCallback(()=>t({}),[]);return[e,a]}function cv(e){const t=x.useId();return`${e??t}`}const Zo=typeof window<"u"?x.useLayoutEffect:x.useEffect;function Ic(e){const t=x.useRef(e);return Zo(()=>{t.current=e},[e]),x.useCallback((...a)=>t.current?.(...a),[t])}function uv(...e){return Ic(t=>{e.forEach(a=>{if(a)switch(typeof a){case"function":{a(t);break}case"object":{a.current=t;break}}})})}function dv(e){const t=x.useRef({...e});return Zo(()=>{for(const a in e)t.current[a]=e[a]},[e]),t.current}const xR=x.createContext(null);function g$(e,t){const a=x.useRef({getLayout:()=>({}),setLayout:WU});x.useImperativeHandle(t,()=>a.current,[]),Zo(()=>{Object.assign(a.current,gR({groupId:e}))})}function sb({children:e,className:t,defaultLayout:a,disableCursor:o,disabled:l,elementRef:c,groupRef:d,id:f,onLayoutChange:m,onLayoutChanged:h,orientation:g="horizontal",resizeTargetMinimumSize:b={coarse:20,fine:10},style:_,...w}){const S=x.useRef({onLayoutChange:{},onLayoutChanged:{}}),y=Ic(U=>{qo(S.current.onLayoutChange,U)||(S.current.onLayoutChange=U,m?.(U))}),C=Ic((U,D)=>{qo(S.current.onLayoutChanged,U)||(S.current.onLayoutChanged=U,h?.(U,{isUserInteraction:D}))}),N=cv(f),j=x.useRef(null),[E,R]=m$(),A=x.useRef({lastExpandedPanelSizes:{},layouts:{},panels:[],resizeTargetMinimumSize:b,separators:[]}),T=uv(j,c);g$(N,d);const z=Ic((U,D)=>{const I=Ho(),$=Zk(U),F=Fr(U);if(F){let H=!1;switch(I.state){case"active":{H=I.hitRegions.some(Y=>Y.group===$);break}}return{flexGrow:F.layout[D]??1,pointerEvents:H?"none":void 0}}if(a?.[D])return{flexGrow:a?.[D]}}),O=dv({defaultLayout:a,disableCursor:o}),P=x.useMemo(()=>({get disableCursor(){return!!O.disableCursor},getPanelStyles:z,id:N,orientation:g,registerPanel:U=>{const D=A.current;return D.panels=nb(g,[...D.panels,U]),R(),()=>{D.panels=D.panels.filter(I=>I!==U),R()}},registerSeparator:U=>{const D=A.current;return D.separators=nb(g,[...D.separators,U]),R(),()=>{D.separators=D.separators.filter(I=>I!==U),R()}},updatePanelProps:(U,{disabled:D})=>{const I=A.current.panels.find(H=>H.id===U);I&&(I.panelConstraints.disabled=D);const $=Zk(N),F=Fr(N);$&&F&&cr($,{...F,derivedPanelConstraints:tb($)})},updateSeparatorProps:(U,{disabled:D,disableDoubleClick:I})=>{const $=A.current.separators.find(F=>F.id===U);$&&($.disabled=D,$.disableDoubleClick=I)}}),[z,N,R,g,O]),L=x.useRef(null);return Zo(()=>{const U=j.current;if(U===null)return;const D=A.current;let I;if(O.defaultLayout!==void 0&&Object.keys(O.defaultLayout).length===D.panels.length){I={};for(const K of D.panels){const B=O.defaultLayout[K.id];B!==void 0&&(I[K.id]=B)}}const $={disabled:!!l,element:U,id:N,mutableState:{defaultLayout:I,disableCursor:!!O.disableCursor,expandedPanelSizes:A.current.lastExpandedPanelSizes,layouts:A.current.layouts},orientation:g,panels:D.panels,resizeTargetMinimumSize:D.resizeTargetMinimumSize,separators:D.separators};L.current=$;const F=p$($),{defaultLayoutDeferred:H,derivedPanelConstraints:Y,layout:V}=Fr($.id,!0);!H&&Y.length>0&&(y(V),C(V,!1));const G=lv(N,K=>{const{defaultLayoutDeferred:B,derivedPanelConstraints:Q,layout:Z}=K.next;if(B||Q.length===0)return;const X=$.panels.map(({id:ee})=>ee).join(",");$.mutableState.layouts[X]=Z,Q.forEach(ee=>{if(ee.collapsible){const{layout:re}=K.prev??{};if(re){const le=Yn(ee.collapsedSize,Z[ee.panelId]),ge=Yn(ee.collapsedSize,re[ee.panelId]);le&&!ge&&($.mutableState.expandedPanelSizes[ee.panelId]=re[ee.panelId])}}});const ne=Ho().state!=="active";y(Z),ne&&C(Z,K.isUserInteraction)});return()=>{L.current=null,F(),G()}},[l,N,C,y,g,E,O]),x.useEffect(()=>{const U=L.current;U&&(U.mutableState.defaultLayout=a,U.mutableState.disableCursor=!!o)}),n.jsx(xR.Provider,{value:P,children:n.jsx("div",{...w,className:t,"data-group":!0,"data-testid":N,id:N,ref:T,style:{height:"100%",width:"100%",overflow:"hidden",..._,display:"flex",flexDirection:g==="horizontal"?"row":"column",flexWrap:"nowrap",touchAction:g==="horizontal"?"pan-y":"pan-x"},children:e})})}sb.displayName="Group";function fv(){const e=x.useContext(xR);return Ft(e,"Group Context not found; did you render a Panel or Separator outside of a Group?"),e}function h$(e,t){const{id:a}=fv(),o=x.useRef({collapse:ux,expand:ux,getSize:()=>({asPercentage:0,inPixels:0}),isCollapsed:()=>!1,resize:ux});x.useImperativeHandle(t,()=>o.current,[]),Zo(()=>{Object.assign(o.current,mR({groupId:a,panelId:e}))})}function Eo({children:e,className:t,collapsedSize:a="0%",collapsible:o=!1,defaultSize:l,disabled:c,elementRef:d,groupResizeBehavior:f="preserve-relative-size",id:m,maxSize:h="100%",minSize:g="0%",onResize:b,panelRef:_,style:w,...S}){const y=!!m,C=cv(m),N=dv({disabled:c}),j=x.useRef(null),E=uv(j,d),{getPanelStyles:R,id:A,orientation:T,registerPanel:z,updatePanelProps:O}=fv(),P=b!==null,L=Ic(($,F,H)=>{b?.($,m,H)});Zo(()=>{const $=j.current;if($!==null){const F={element:$,id:C,idIsStable:y,mutableValues:{expandToSize:void 0,prevSize:void 0},onResize:P?L:void 0,panelConstraints:{groupResizeBehavior:f,collapsedSize:a,collapsible:o,defaultSize:l,disabled:N.disabled,maxSize:h,minSize:g}};return z(F)}},[f,a,o,l,P,C,y,h,g,L,z,N]),x.useEffect(()=>{O(C,{disabled:c})},[c,C,O]),h$(C,_);const U=()=>{const $=R(A,C);if($)return JSON.stringify($)},D=x.useSyncExternalStore($=>lv(A,$),U,U);let I;return D?I=JSON.parse(D):l!==void 0?I={flexGrow:void 0,flexShrink:void 0,flexBasis:l}:I={flexGrow:1},n.jsx("div",{...S,"data-disabled":c||void 0,"data-panel":!0,"data-testid":C,id:C,ref:E,style:{...x$,display:"flex",flexBasis:0,flexShrink:1,overflow:"visible",...I},children:n.jsx("div",{className:t,style:{maxHeight:"100%",maxWidth:"100%",flexGrow:1,overflow:"auto",...w,touchAction:T==="horizontal"?"pan-y":"pan-x"},children:e})})}Eo.displayName="Panel";const x$={minHeight:0,maxHeight:"100%",height:"auto",minWidth:0,maxWidth:"100%",width:"auto",border:"none",borderWidth:0,padding:0,margin:0};function b$({layout:e,panelConstraints:t,panelId:a,panelIndex:o}){let l,c;const d=e[a],f=t.find(m=>m.panelId===a);if(f){const m=f.maxSize,h=f.collapsible?f.collapsedSize:f.minSize,g=[o,o+1];c=Vo({layout:Xc({delta:h-d,initialLayout:e,panelConstraints:t,pivotIndices:g,prevLayout:e}),panelConstraints:t})[a],l=Vo({layout:Xc({delta:m-d,initialLayout:e,panelConstraints:t,pivotIndices:g,prevLayout:e}),panelConstraints:t})[a]}return{valueControls:a,valueMax:l,valueMin:c,valueNow:d}}function pv({children:e,className:t,disabled:a,disableDoubleClick:o,elementRef:l,id:c,style:d,...f}){const m=cv(c),h=dv({disabled:a,disableDoubleClick:o}),[g,b]=x.useState({}),[_,w]=x.useState("inactive"),[S,y]=x.useState(!1),C=x.useRef(null),N=uv(C,l),{disableCursor:j,id:E,orientation:R,registerSeparator:A,updateSeparatorProps:T}=fv(),z=R==="horizontal"?"vertical":"horizontal";Zo(()=>{const L=C.current;if(L!==null){const U={disabled:h.disabled,disableDoubleClick:h.disableDoubleClick,element:L,id:m},D=A(U),I=XU(F=>{w(F.next.state!=="inactive"&&F.next.hitRegions.some(H=>H.separator===U)?F.next.state:"inactive")}),$=lv(E,F=>{const{derivedPanelConstraints:H,layout:Y,separatorToPanels:V}=F.next,G=V.get(U);if(G){const K=G[0],B=G.indexOf(K);b(b$({layout:Y,panelConstraints:H,panelId:K.id,panelIndex:B}))}});return()=>{I(),$(),D()}}},[E,m,A,h]),x.useEffect(()=>{T(m,{disabled:a,disableDoubleClick:o})},[a,o,m,T]);let O;a&&!j&&(O="not-allowed");let P;if(a)P="disabled";else switch(_){case"active":{P="active";break}default:S?P="focus":P=_}return n.jsx("div",{...f,"aria-controls":g.valueControls,"aria-disabled":a||void 0,"aria-orientation":z,"aria-valuemax":g.valueMax,"aria-valuemin":g.valueMin,"aria-valuenow":g.valueNow,children:e,className:t,"data-separator":P,"data-testid":m,id:m,onBlur:()=>y(!1),onFocus:()=>y(!0),ref:N,role:"separator",style:{flexBasis:"auto",cursor:O,...d,flexGrow:0,flexShrink:0,touchAction:"none"},tabIndex:a?void 0:0})}pv.displayName="Separator";function _$({projects:e,value:t,onChange:a,disabled:o}){const l=e.map(c=>{const d=c.path?.split("/").filter(Boolean).pop()||u("modules_ui.code_project_fallback",{id:c.id});return{value:String(c.id),label:c.name||d,icon:KA,description:c.path}});return n.jsx("div",{className:"w-full","data-testid":"code-project-select",children:n.jsx(ut,{value:t,onChange:a,options:l,placeholder:u("modules_ui.code_pick_project_ph"),disabled:o})})}function v$({sessions:e,activeId:t,busy:a,onSelect:o,onCreate:l,onRename:c,onDelete:d}){return n.jsxs("div",{className:"flex h-full flex-col","data-testid":"code-session-list",children:[n.jsxs("div",{className:"flex shrink-0 items-center justify-between px-3 py-2",children:[n.jsx("span",{className:"text-[11px] font-semibold uppercase tracking-wide text-muted-foreground",children:u("code_module.sessions")}),n.jsx($e,{content:u("code_module.new_session"),children:n.jsxs("button",{type:"button",onClick:l,disabled:a,"data-testid":"code-new-session",className:"flex items-center gap-1 rounded-md border border-border px-1.5 py-0.5 text-[11px] text-muted-foreground transition-colors hover:bg-accent hover:text-foreground disabled:opacity-50",children:[n.jsx(It,{className:"size-3"})," ",u("code_module.new_session")]})})]}),n.jsx("div",{className:"min-h-0 flex-1 overflow-y-auto px-2 pb-2",children:e.length===0?n.jsx("div",{className:"p-2",children:n.jsx(pt,{children:u("code_module.no_sessions")})}):n.jsx("ul",{className:"space-y-0.5",children:e.map(f=>n.jsxs("li",{className:"group/item relative",children:[n.jsxs("button",{type:"button",onClick:()=>o(f.id),className:me("flex w-full items-start gap-2 rounded-md px-2 py-1.5 text-left text-xs transition-colors",f.id===t?"bg-accent text-accent-fg":"text-foreground/80 hover:bg-accent/50"),children:[n.jsx(vb,{className:"mt-0.5 size-3.5 shrink-0 opacity-60"}),n.jsxs("span",{className:"min-w-0 flex-1",children:[n.jsx("span",{className:"block truncate font-medium",children:f.title}),n.jsxs("span",{className:"block truncate text-[10px] text-muted-foreground",children:[f.mode," · ",f.messageCount," msg",f.model?` · ${f.model}`:""]})]})]}),n.jsxs("div",{className:"absolute right-1 top-1 hidden items-center gap-0.5 group-hover/item:flex",children:[n.jsx($e,{content:u("code_module.rename"),children:n.jsx("button",{type:"button",onClick:()=>c(f.id,f.title),className:"rounded p-1 text-muted-foreground hover:bg-background hover:text-foreground",children:n.jsx(Sa,{className:"size-3"})})}),n.jsx($e,{content:u("code_module.delete"),children:n.jsx("button",{type:"button",onClick:()=>d(f.id),className:"rounded p-1 text-muted-foreground hover:bg-background hover:text-rose-500",children:n.jsx(vn,{className:"size-3"})})})]})]},f.id))})})]})}function y$({mode:e,onChange:t,disabled:a}){const o=(l,c,d,f)=>n.jsx($e,{content:d,children:n.jsxs("button",{type:"button",disabled:a,"data-testid":`code-mode-${l}`,"aria-pressed":e===l,onClick:()=>t(l),className:me("flex items-center gap-1.5 rounded-md px-2.5 py-1 text-xs font-medium transition-colors disabled:opacity-50",e===l?"bg-background text-foreground shadow-sm":"text-muted-foreground hover:text-foreground"),children:[n.jsx(f,{className:"size-3.5"})," ",c]})});return n.jsxs("div",{className:"flex items-center gap-0.5 rounded-lg border border-border bg-muted/60 p-0.5",children:[o("build",u("code_module.mode_build"),u("code_module.mode_build_hint"),ZA),o("plan",u("code_module.mode_plan"),u("code_module.mode_plan_hint"),DA)]})}function j$({value:e,onValueChange:t,onSubmit:a,onStop:o,busy:l,disabled:c,mode:d,onModeChange:f,model:m,onModelChange:h}){return n.jsx(ev,{value:e,onValueChange:t,onSubmit:a,onStop:o,busy:l,disabled:c,placeholder:u("code_module.placeholder"),minRows:1,maxRows:6,footer:n.jsxs("div",{className:"flex items-center gap-2",children:[n.jsx(y$,{mode:d,onChange:f,disabled:l}),n.jsx(tv,{value:m,onChange:h,disabled:l})]})})}function dx(e,t){let a=0;for(const o of e.parts||[])o.kind==="text"&&t.text&&(a+=o.text.length),o.kind==="tool"&&t.tool&&(o.args&&(a+=JSON.stringify(o.args).length),o.result!==void 0&&(a+=JSON.stringify(o.result).length));return Math.ceil(a/4)}function w$(e){let t=null,a=0,o=0;for(const d of e)d.role==="user"?a++:o++,d.role==="assistant"&&d.usage&&(t={input:d.usage.input_tokens,output:d.usage.output_tokens,model:d.model});const l=t?.input??0,c=t?.output??0;return{model:t?.model??null,input:l,output:c,total:l+c,hasUsage:!!t,messages:e.length,userMsgs:a,assistantMsgs:o}}function k$(e){let t=0,a=0,o=0;for(const d of e)d.role==="user"?t+=dx(d,{text:!0}):a+=dx(d,{text:!0}),o+=dx(d,{tool:!0});const l=t+a+o||1,c=(d,f)=>({key:d,tokens:f,percent:Math.round(f/l*100)});return[c("user",t),c("assistant",a),c("tool",o)].filter(d=>d.tokens>0)}const d2={user:"bg-emerald-500",assistant:"bg-sky-500",tool:"bg-amber-500"};function Za({label:e,value:t}){return n.jsxs("div",{className:"flex items-baseline justify-between gap-2 py-0.5",children:[n.jsx("span",{className:"shrink-0 text-[10px] uppercase tracking-wide text-muted-foreground",children:e}),n.jsx("span",{className:"min-w-0 truncate text-right font-mono text-xs text-foreground",children:t})]})}function f2(e){if(!e)return"";const t=new Date(e),a=o=>String(o).padStart(2,"0");return`${a(t.getDate())} ${t.toLocaleString("es",{month:"short"})} ${t.getFullYear()}, ${a(t.getHours())}:${a(t.getMinutes())}`}function S$({turns:e,session:t}){const a=x.useMemo(()=>w$(e),[e]),o=x.useMemo(()=>k$(e),[e]);return e.length===0?n.jsx("div",{className:"p-3",children:n.jsx(pt,{children:u("code_module.ctx_none")})}):n.jsxs("div",{className:"space-y-1 p-3","data-testid":"code-context-tab",children:[n.jsx(Za,{label:u("code_module.ctx_model"),value:a.model||u("modules_ui.code_ctx_auto")}),t?.mode&&n.jsx(Za,{label:u("modules_ui.code_ctx_mode"),value:t.mode}),t?.agentSlug&&n.jsx(Za,{label:u("modules_ui.code_ctx_agent"),value:t.agentSlug}),n.jsx(Za,{label:u("code_module.ctx_messages"),value:u("modules_ui.code_ctx_msgs_value",{user:a.userMsgs,assistant:a.assistantMsgs})}),n.jsx(Za,{label:u("code_module.ctx_input"),value:a.input.toLocaleString()}),n.jsx(Za,{label:u("code_module.ctx_output"),value:a.output.toLocaleString()}),n.jsx(Za,{label:u("modules_ui.code_ctx_tokens_total"),value:(a.input+a.output).toLocaleString()}),t?.createdAt&&n.jsx(Za,{label:u("modules_ui.code_ctx_created"),value:f2(t.createdAt)}),t?.updatedAt&&n.jsx(Za,{label:u("modules_ui.code_ctx_activity"),value:f2(t.updatedAt)}),n.jsx("hr",{className:"border-border my-2"}),n.jsxs("div",{children:[n.jsx("div",{className:"mb-1 text-[11px] font-semibold text-muted-foreground",children:u("code_module.ctx_breakdown")}),o.length>0?n.jsxs(n.Fragment,{children:[n.jsx("div",{className:"flex h-2.5 w-full overflow-hidden rounded-full bg-muted",children:o.map(l=>n.jsx($e,{content:`${l.key}: ${l.tokens} (${l.percent}%)`,children:n.jsx("div",{className:d2[l.key],style:{width:`${l.percent}%`}})},l.key))}),n.jsx("ul",{className:"mt-2 space-y-1",children:o.map(l=>n.jsxs("li",{className:"flex items-center gap-2 text-[11px]",children:[n.jsx("span",{className:`size-2 rounded-full ${d2[l.key]}`}),n.jsx("span",{className:"flex-1 text-foreground/80",children:u(`code_module.seg_${l.key}`)}),n.jsxs("span",{className:"font-mono text-muted-foreground",children:[l.tokens," · ",l.percent,"%"]})]},l.key))})]}):n.jsx("p",{className:"text-[11px] text-muted-foreground",children:u("code_module.ctx_none")})]})]})}function C$(e){const t=[];for(const a of(e||"").split(`
793
+ `))a.startsWith("diff --git")||a.startsWith("index ")||a.startsWith("--- ")||a.startsWith("+++ ")||a.startsWith("new file")||a.startsWith("deleted file")||a.startsWith("similarity index")||a.startsWith("rename ")||(a.startsWith("@@")?t.push({kind:"hunk",text:a}):a.startsWith("+")?t.push({kind:"add",text:a.slice(1)}):a.startsWith("-")?t.push({kind:"del",text:a.slice(1)}):t.push({kind:"ctx",text:a.replace(/^ /,"")}));for(;t.length&&t[t.length-1].kind==="ctx"&&t[t.length-1].text==="";)t.pop();return t}function N$({patch:e}){const t=x.useMemo(()=>C$(e),[e]);return t.length?n.jsx("pre",{className:"overflow-x-auto rounded-md border border-border bg-background/60 font-mono text-[11px] leading-relaxed",children:n.jsx("code",{className:"block",children:t.map((a,o)=>n.jsxs("div",{className:me("px-2 whitespace-pre",a.kind==="add"&&"bg-emerald-500/10 text-emerald-600 dark:text-emerald-400",a.kind==="del"&&"bg-rose-500/10 text-rose-600 dark:text-rose-400",a.kind==="hunk"&&"bg-muted/60 text-muted-foreground",a.kind==="ctx"&&"text-foreground/70"),children:[n.jsx("span",{className:"select-none opacity-50",children:a.kind==="add"?"+":a.kind==="del"?"-":" "}),a.text]},o))})}):null}const E$={added:hx,modified:mf,deleted:YA},R$={added:"text-emerald-600 dark:text-emerald-400",modified:"text-amber-600 dark:text-amber-400",deleted:"text-rose-600 dark:text-rose-400"};function T$({file:e}){const[t,a]=x.useState(!1),o=E$[e.status];return n.jsxs("li",{className:"rounded-md border border-border",children:[n.jsxs("button",{type:"button",onClick:()=>a(l=>!l),className:"flex w-full items-center gap-2 px-2 py-1.5 text-left text-xs hover:bg-accent/40",children:[n.jsx(Xr,{className:me("size-3 shrink-0 transition-transform",t&&"rotate-90")}),n.jsx(o,{className:me("size-3.5 shrink-0",R$[e.status])}),n.jsx("span",{className:"min-w-0 flex-1 truncate font-mono",children:e.path}),n.jsxs("span",{className:"shrink-0 font-mono text-[10px] text-muted-foreground",children:[e.additions!=null&&n.jsxs("span",{className:"text-emerald-600 dark:text-emerald-400",children:["+",e.additions]}),e.deletions!=null&&n.jsxs("span",{className:"ml-1 text-rose-600 dark:text-rose-400",children:["-",e.deletions]})]})]}),t&&n.jsx("div",{className:"border-t border-border p-1.5",children:n.jsx(N$,{patch:e.patch})})]})}function A$({changes:e,loading:t,onRefresh:a}){const o=e?.files||[];return n.jsxs("div",{className:"flex h-full flex-col","data-testid":"code-changes-tab",children:[n.jsxs("div",{className:"flex shrink-0 items-center justify-between px-3 py-2",children:[n.jsx("span",{className:"text-[11px] text-muted-foreground",children:o.length>0?u("code_module.changes_files",{n:o.length}):""}),n.jsx($e,{content:u("code_module.reload"),children:n.jsx("button",{type:"button",onClick:a,className:"rounded p-1 text-muted-foreground hover:bg-accent hover:text-foreground",children:t?n.jsx(_n,{size:12}):n.jsx(Ns,{className:"size-3"})})})]}),n.jsx("div",{className:"min-h-0 flex-1 overflow-y-auto px-3 pb-3",children:e&&!e.git?n.jsx(pt,{children:u("code_module.changes_no_git")}):o.length===0?n.jsx(pt,{children:u("code_module.changes_none")}):n.jsx("ul",{className:"space-y-1.5",children:o.map(l=>n.jsx(T$,{file:l},l.path))})})]})}const M$=[{value:"context",icon:Xf,label:"tab_context"},{value:"changes",icon:WA,label:"tab_changes"},{value:"artifacts",icon:iM,label:"tab_artifacts"}];function O$({pid:e,turns:t,changes:a,changesLoading:o,onRefreshChanges:l,session:c,onRunInTerminal:d,onEditArtifact:f}){const[m,h]=x.useState("context"),g=a?.files.length||0;return n.jsxs(Op,{value:m,onValueChange:h,className:"flex h-full flex-col gap-0","data-testid":"code-side-panel",children:[n.jsx("div",{className:"shrink-0 border-b border-border px-2 py-2",children:n.jsx(zp,{variant:"line",className:"w-full",children:M$.map(({value:b,icon:_,label:w})=>{const S=m===b,y=u(`code_module.${w}`);return n.jsx($e,{content:y,children:n.jsxs(Hs,{value:b,className:S?"flex-1 min-w-0":"w-8 shrink-0",children:[n.jsx(_,{className:"size-3.5 shrink-0"}),S&&n.jsx("span",{className:"truncate text-xs",children:y}),b==="changes"&&g>0&&n.jsx("span",{className:"ml-0.5 rounded-full bg-muted px-1 text-[10px] text-muted-foreground leading-none py-0.5",children:g})]})},b)})})}),n.jsx(fs,{value:"context",className:"min-h-0 flex-1 overflow-y-auto",children:n.jsx(S$,{turns:t,session:c})}),n.jsx(fs,{value:"changes",className:"min-h-0 flex-1 overflow-hidden",children:n.jsx(A$,{changes:a,loading:o,onRefresh:l})}),n.jsx(fs,{value:"artifacts",className:"min-h-0 flex-1 overflow-hidden",children:n.jsx(GE,{pid:e,onRunInTerminal:d,onEditArtifact:f})})]})}function z$(e){const t=[];for(const o of e){const l=o.split("/").filter(Boolean);let c=t,d="";for(let f=0;f<l.length;f++){d=d?`${d}/${l[f]}`:l[f];const m=f===l.length-1;let h=c.find(g=>g.name===l[f]);h||(h={name:l[f],path:d,type:m?"file":"dir",children:m?void 0:[]},c.push(h)),m||(c=h.children)}}const a=o=>(o.forEach(l=>{l.children&&(l.children=a(l.children))}),o.sort((l,c)=>l.type!==c.type?l.type==="dir"?-1:1:l.name.localeCompare(c.name)));return a(t)}function bR({node:e,depth:t,onOpenFile:a,openDirs:o,toggleDir:l}){const c=e.type==="dir",d=c&&o.has(e.path);return n.jsxs("li",{children:[n.jsxs("button",{type:"button",onClick:()=>c?l(e.path):a(e.path),style:{paddingLeft:`${t*12+6}px`},className:me("flex w-full items-center gap-1.5 py-0.5 pr-2 text-left text-[11px] rounded transition-colors","hover:bg-accent/40",c?"text-foreground/80":"text-foreground/70"),children:[c?n.jsxs(n.Fragment,{children:[n.jsx(Xr,{className:me("size-3 shrink-0 transition-transform",d&&"rotate-90")}),d?n.jsx(Go,{className:"size-3.5 shrink-0 text-amber-400"}):n.jsx(Y2,{className:"size-3.5 shrink-0 text-amber-400"})]}):n.jsxs(n.Fragment,{children:[n.jsx("span",{className:"size-3 shrink-0"}),n.jsx(F2,{className:"size-3.5 shrink-0 text-sky-400"})]}),n.jsx("span",{className:"truncate",children:e.name})]}),c&&d&&e.children&&e.children.length>0&&n.jsx("ul",{children:e.children.map(f=>n.jsx(bR,{node:f,depth:t+1,onOpenFile:a,openDirs:o,toggleDir:l},f.path))})]})}function D$({pid:e,projectPath:t,className:a,onOpenFile:o}){const[l,c]=x.useState([]),[d,f]=x.useState(!1),[m,h]=x.useState(!1),[g,b]=x.useState(()=>new Set),_=x.useCallback(async()=>{f(!0);try{const j=(await se.post("/run",{cmd:"find . -type f -not -path '*/node_modules/*' -not -path '*/.git/*' -not -path '*/dist/*' -not -path '*/.claude/*' | sed 's|^\\./||' | sort | head -500",project:e})).stdout.split(`
794
+ `).map(E=>E.trim()).filter(Boolean);c(j),h(!0)}catch{h(!0)}finally{f(!1)}},[e]);x.useEffect(()=>{b(new Set),_()},[_]);const w=x.useCallback(N=>{b(j=>{const E=new Set(j);return E.has(N)?E.delete(N):E.add(N),E})},[]),S=x.useCallback(()=>{b(new Set)},[]),y=z$(l),C=g.size>0;return n.jsxs("div",{className:me("flex h-full flex-col",a),"data-testid":"code-file-tree",children:[n.jsxs("div",{className:"flex shrink-0 items-center justify-between border-b border-border px-3 py-2",children:[n.jsx("span",{className:"text-[11px] font-semibold uppercase tracking-wide text-muted-foreground",children:"Archivos"}),n.jsxs("div",{className:"flex items-center gap-0.5",children:[n.jsx($e,{content:u("code_module.tree_collapse_all"),children:n.jsx("button",{type:"button",onClick:S,disabled:!C,className:"rounded p-1 text-muted-foreground hover:bg-accent hover:text-foreground disabled:opacity-40 disabled:hover:bg-transparent",children:n.jsx(AA,{className:"size-3"})})}),n.jsx($e,{content:u("code_module.reload"),children:n.jsx("button",{type:"button",onClick:()=>void _(),className:"rounded p-1 text-muted-foreground hover:bg-accent hover:text-foreground",children:d?n.jsx(_n,{size:12}):n.jsx(Ns,{className:"size-3"})})})]})]}),n.jsx("div",{className:"min-h-0 flex-1 overflow-y-auto py-1",children:m?y.length===0?n.jsx("div",{className:"p-3",children:n.jsx(pt,{children:"Sin archivos"})}):n.jsx("ul",{children:y.map(N=>n.jsx(bR,{node:N,depth:0,onOpenFile:o??(()=>{}),openDirs:g,toggleDir:w},N.path))}):n.jsx("div",{className:"flex justify-center pt-6",children:n.jsx(_n,{size:14})})})]})}function P$({path:e,content:t,loading:a,onSave:o}){const l=typeof o=="function",[c,d]=x.useState(t),[f,m]=x.useState(!1);x.useEffect(()=>{d(t)},[t]);const h=l&&c!==t,g=async()=>{if(!(!o||!h)){m(!0);try{await o(c)}finally{m(!1)}}};return n.jsxs("div",{className:"flex h-full min-h-0 flex-col bg-card/40","data-testid":"code-file-viewer",children:[n.jsxs("div",{className:"flex shrink-0 items-center gap-2 border-b border-border px-3 py-1.5",children:[n.jsxs("span",{className:"min-w-0 flex-1 truncate font-mono text-[11px] text-muted-foreground",children:[e,h&&n.jsx("span",{className:"ml-1 text-amber-400",children:"•"})]}),l&&n.jsxs(n.Fragment,{children:[n.jsx($e,{content:u("code_module.discard_changes"),children:n.jsxs("button",{type:"button",onClick:()=>d(t),disabled:!h||f,className:"inline-flex items-center gap-1 rounded px-1.5 py-0.5 text-[10px] font-medium text-muted-foreground hover:bg-accent hover:text-foreground disabled:opacity-40",children:[n.jsx(mi,{className:"size-3"}),"Descartar"]})}),n.jsx($e,{content:u("code_module.save_shortcut_hint"),children:n.jsxs("button",{type:"button",onClick:()=>void g(),disabled:!h||f,className:me("inline-flex items-center gap-1 rounded px-2 py-0.5 text-[10px] font-medium transition-colors",h&&!f?"bg-emerald-500/15 text-emerald-700 hover:bg-emerald-500/25 dark:text-emerald-300":"bg-muted text-muted-foreground"),children:[f?n.jsx(_n,{size:10}):n.jsx(Zf,{className:"size-3"}),"Guardar"]})})]})]}),a?n.jsx("div",{className:"flex flex-1 items-center justify-center",children:n.jsx(_n,{size:16})}):l?n.jsx("textarea",{value:c,onChange:b=>d(b.target.value),onKeyDown:b=>{(b.metaKey||b.ctrlKey)&&b.key==="s"&&(b.preventDefault(),g())},className:"min-h-0 flex-1 resize-none bg-transparent p-3 font-mono text-[12px] leading-[1.6] text-foreground/90 outline-none",spellCheck:!1}):n.jsx("div",{className:"min-h-0 flex-1 overflow-auto",children:n.jsx("table",{className:"w-full border-collapse font-mono text-[12px] leading-[1.6]",children:n.jsx("tbody",{children:t.split(`
795
+ `).map((b,_)=>n.jsxs("tr",{className:"hover:bg-accent/20",children:[n.jsx("td",{className:"w-12 select-none border-r border-border/30 px-3 py-0 text-right align-top text-[10px] text-muted-foreground/40","aria-hidden":"true",children:_+1}),n.jsx("td",{className:"px-4 py-0 align-top text-foreground/90 whitespace-pre",children:b||" "})]},_))})})})]})}function L$({pid:e,className:t,initCmd:a,onClose:o}){const[l,c]=x.useState([]),[d,f]=x.useState(""),[m,h]=x.useState(!1),[g,b]=x.useState([]),[_,w]=x.useState(-1),S=x.useRef(null),y=x.useRef(null);x.useEffect(()=>{S.current?.scrollIntoView({behavior:"smooth"})},[l]),x.useEffect(()=>{a&&(f(a),setTimeout(()=>y.current?.focus(),50))},[a]);const C=async j=>{const E=j.trim();if(E){b(R=>[E,...R.slice(0,49)]),w(-1),c(R=>[...R,{type:"cmd",text:`$ ${E}`}]),h(!0);try{const R=await se.post("/run",{cmd:E,project:e});R.stdout&&c(A=>[...A,{type:"out",text:R.stdout}]),R.stderr&&c(A=>[...A,{type:"err",text:R.stderr}])}catch(R){c(A=>[...A,{type:"err",text:String(R.message)}])}finally{h(!1)}}},N=j=>{if(j.key==="Enter")C(d),f("");else if(j.key==="ArrowUp"){j.preventDefault();const E=Math.min(_+1,g.length-1);w(E),f(g[E]??"")}else if(j.key==="ArrowDown"){j.preventDefault();const E=Math.max(_-1,-1);w(E),f(E===-1?"":g[E]??"")}};return n.jsxs("div",{className:me("flex h-full min-h-0 flex-col bg-card/60",t),"data-testid":"code-terminal",children:[n.jsxs("div",{className:"flex shrink-0 items-center gap-2 border-b border-border px-3 py-1",children:[n.jsx(ja,{className:"size-3 text-muted-foreground"}),n.jsx("span",{className:"flex-1 text-[11px] text-muted-foreground",children:"Terminal"}),n.jsx($e,{content:u("code_module.terminal_clear"),children:n.jsx("button",{type:"button",onClick:()=>c([]),className:"rounded p-0.5 text-muted-foreground hover:bg-accent hover:text-foreground",children:n.jsx(qA,{className:"size-3"})})}),n.jsx($e,{content:u("code_module.terminal_close"),children:n.jsx("button",{type:"button",onClick:()=>o?.(),className:"rounded p-0.5 text-muted-foreground hover:bg-accent hover:text-foreground",children:n.jsx(xs,{className:"size-3"})})})]}),n.jsxs("div",{className:"min-h-0 flex-1 overflow-y-auto px-3 py-1 font-mono text-[11px] leading-snug cursor-text",onClick:()=>y.current?.focus(),children:[l.map((j,E)=>n.jsx("div",{className:me("whitespace-pre-wrap break-all",j.type==="cmd"&&"text-emerald-400",j.type==="err"&&"text-rose-400",j.type==="out"&&"text-foreground/90"),children:j.text},E)),n.jsx("div",{ref:S})]}),n.jsxs("div",{className:"flex shrink-0 items-center border-t border-border px-3 py-1",children:[n.jsx("span",{className:"mr-2 text-[11px] text-emerald-400 font-mono",children:"$"}),n.jsx("input",{ref:y,value:d,onChange:j=>f(j.target.value),onKeyDown:N,disabled:m,placeholder:m?"ejecutando…":"comando…",className:"flex-1 bg-transparent font-mono text-[11px] text-foreground outline-none placeholder:text-muted-foreground/50 disabled:opacity-50",spellCheck:!1,autoComplete:"off"})]})]})}const jc="super-agent";function fx(){return n.jsx(pv,{className:"relative z-10 w-px shrink-0 cursor-col-resize bg-border transition-colors hover:bg-primary/50 active:bg-primary/70"})}function I$(){return n.jsx(pv,{className:"relative z-10 h-px shrink-0 cursor-row-resize bg-border transition-colors hover:bg-primary/50 active:bg-primary/70"})}function B$(){const e=Ze(),t=qe("/projects",()=>Wn.list()),a=x.useMemo(()=>t.data||[],[t.data]),[o,l]=x.useState(""),[c,d]=x.useState(null),[f,m]=x.useState(jc),[h,g]=x.useState([]),[b,_]=x.useState(""),[w,S]=x.useState(!1),[y,C]=x.useState(!0),[N,j]=x.useState(!0),[E,R]=x.useState(!1),[A,T]=x.useState(""),[z,O]=x.useState(!1),P=x.useRef(null),[L,U]=Fo(),D=x.useRef(!1),[I,$]=x.useState([]),[F,H]=x.useState("chat"),Y=x.useCallback(_e=>{R(!0),T(_e)},[]);x.useEffect(()=>{!o&&a.length&&l(String(a[0].id))},[o,a]);const V=qe(o?["code-sessions",o]:null,()=>Wa.sessions.list(o)),G=qe(o?["agents",o]:null,()=>on.list(o)),K=qe(o&&c?["code-session",o,c]:null,()=>Wa.sessions.get(o,c)),B=qe(o&&c?["code-changes",o,c]:null,()=>Wa.changes(o,c));x.useEffect(()=>{const _e=V.data||[];!c&&_e.length&&d(_e[0].id),c&&_e.length&&!_e.some(Pe=>Pe.id===c)&&d(_e[0]?.id??null)},[V.data,c]),x.useEffect(()=>{K.data&&m(K.data.agentSlug||jc)},[K.data]),x.useEffect(()=>{w||(K.data?g(K.data.messages||[]):c||g([]))},[K.data,c,w]),x.useEffect(()=>()=>P.current?.abort(),[]);const Q=K.data,Z=Q?.mode==="plan"?"plan":"build",X=Q?.model||"",ne=_e=>{_e===o||w||(l(_e),d(null),g([]))},ee=_e=>{w||_e===c||(d(_e),g([]))},re=async()=>{if(!(!o||w))try{const _e=await Wa.sessions.create(o,{title:u("code_module.untitled"),agentSlug:f!==jc?f:null});await V.mutate(),d(_e.id),g([])}catch(_e){e.error(_e.message)}},le=async(_e,Pe)=>{const Xe=window.prompt(u("code_module.rename"),Pe);if(!(!Xe||Xe===Pe))try{await Wa.sessions.update(o,_e,{title:Xe}),await V.mutate(),_e===c&&await K.mutate()}catch(it){e.error(it.message)}},ge=async _e=>{if(!w&&window.confirm(u("code_module.delete_confirm")))try{await Wa.sessions.remove(o,_e),_e===c&&(d(null),g([])),await V.mutate()}catch(Pe){e.error(Pe.message)}},Me=async _e=>{if(m(_e),!!c)try{await Wa.sessions.update(o,c,{agentSlug:_e!==jc?_e:null}),await Promise.all([K.mutate(),V.mutate()])}catch(Pe){e.error(Pe.message)}},fe=x.useCallback(async _e=>{if(c)try{await Wa.sessions.update(o,c,_e),await Promise.all([K.mutate(),V.mutate()])}catch(Pe){e.error(Pe.message)}},[o,c,K,V,e]),he=()=>{P.current?.abort(),S(!1)},Ce=_e=>g(Pe=>{const Xe=[...Pe],it=Xe[Xe.length-1];return it&&it.role==="assistant"&&(Xe[Xe.length-1]=_e(it)),Xe}),ke=async _e=>{const Pe=(_e??b).trim();if(!Pe||w||!o||!c)return;const Xe=new Date().toISOString();g(mt=>[...mt,{role:"user",parts:[{kind:"text",text:Pe}],ts:Xe},{role:"assistant",parts:[],ts:Xe,pending:!0}]),_(""),S(!0);const it=new AbortController;P.current=it;const Qe=mt=>{if(mt.type==="error"){e.error(mt.error||u("modules_ui.code_stream_error"));return}Ce(Ot=>nv(Ot,mt))};try{await Wa.stream(o,c,{prompt:Pe},Qe,it.signal),Ce(mt=>({...mt,pending:!1}))}catch(mt){it.signal.aborted?Ce(Ot=>({...Ot,pending:!1,parts:[...Ot.parts,{kind:"text",text:u("code_module.stopped")}]})):(e.error(mt.message),g(Ot=>Ot.filter((Jt,Qt)=>Qt!==Ot.length-1)))}finally{P.current===it&&(P.current=null),S(!1),K.mutate(),V.mutate(),B.mutate()}},Be=async _e=>{try{await navigator.clipboard.writeText(_e),e.info(u("modules_ui.code_copied"))}catch{}},Ve=x.useCallback(_e=>{H(_e),$(Pe=>Pe.some(Xe=>Xe.path===_e)?Pe:[...Pe,{path:_e,content:"",loading:!0}]),se.post("/run",{cmd:`cat "${_e}"`,project:o}).then(Pe=>{const Xe=Pe.stdout||Pe.stderr||u("modules_ui.code_file_empty");$(it=>it.map(Qe=>Qe.path===_e?{...Qe,content:Xe,loading:!1}:Qe))}).catch(Pe=>{$(Xe=>Xe.map(it=>it.path===_e?{...it,content:u("modules_ui.code_file_error",{msg:Pe.message}),loading:!1}:it))})},[o]),Se=x.useCallback(_e=>{$(Pe=>Pe.filter(Xe=>Xe.path!==_e)),H(Pe=>Pe===_e?"chat":Pe)},[]),Te=x.useCallback(_e=>{const Pe=`artifacts/${_e}`;H(Pe),$(Xe=>Xe.some(it=>it.path===Pe)?Xe:[...Xe,{path:Pe,content:"",loading:!0,artifactName:_e}]),Zs.read(o,_e).then(Xe=>{$(it=>it.map(Qe=>Qe.path===Pe?{...Qe,content:Xe.content,loading:!1}:Qe))}).catch(Xe=>{$(it=>it.map(Qe=>Qe.path===Pe?{...Qe,content:u("modules_ui.code_file_error",{msg:Xe.message}),loading:!1}:Qe))})},[o]);x.useEffect(()=>{if(D.current)return;const _e=L.get("pid"),Pe=L.get("cmd"),Xe=L.get("edit");if(!(!_e||!Pe&&!Xe)){if(String(o)!==String(_e)){l(String(_e));return}D.current=!0,Xe&&Te(Xe),Pe&&Y(Pe.endsWith(" ")?Pe:Pe+" "),U({},{replace:!0})}},[L,o,Te,Y,U]);const je=x.useCallback(async(_e,Pe)=>{const Xe=I.find(it=>it.path===_e);if(Xe?.artifactName)try{await Zs.write(o,Xe.artifactName,Pe),$(it=>it.map(Qe=>Qe.path===_e?{...Qe,content:Pe}:Qe)),e.info(u("modules_ui.code_saved"))}catch(it){e.error(it.message)}},[I,o,e]),Ee=!t.isLoading&&a.length>0,De=x.useMemo(()=>{const _e=[{value:jc,label:u("modules_ui.code_super_agent"),icon:cn,description:u("modules_ui.code_super_agent_desc")}],Pe=(G.data||[]).map(Xe=>({value:Xe.slug,label:Xe.slug,icon:cn,description:Xe.description||Xe.role||void 0}));return[..._e,...Pe]},[G.data]),Le=x.useMemo(()=>h,[h]),Ie=x.useMemo(()=>V.data?.find(_e=>_e.id===c)?.title||"",[V.data,c]),de=x.useMemo(()=>a.find(_e=>String(_e.id)===o),[a,o]);bL(Ie);const[ye,Ge]=x.useState(null),Re=w?null:FE(h),Oe=Re&&Re.turnKey!==ye,tt=_e=>{ke(_e)},ot=x.useCallback(()=>C(_e=>!_e),[]),vt=x.useCallback(()=>O(_e=>!_e),[]),Mt=x.useCallback(()=>R(_e=>!_e),[]),lt=x.useCallback(()=>j(_e=>!_e),[]),Rt=x.useMemo(()=>c?n.jsx("div",{className:"flex items-center gap-0.5",children:[{Icon:tS,open:y,toggle:ot,title:u("modules_ui.code_panel_sessions")},{Icon:_b,open:z,toggle:vt,title:u("modules_ui.code_panel_tree")},{Icon:ja,open:E,toggle:Mt,title:u("modules_ui.code_panel_terminal")},{Icon:cM,open:N,toggle:lt,title:u("modules_ui.code_panel_context")}].map(({Icon:_e,open:Pe,toggle:Xe,title:it})=>n.jsx($e,{content:it,children:n.jsx("button",{type:"button",onClick:Xe,"data-active":Pe,className:"rounded p-1 text-muted-fg transition-colors hover:bg-accent hover:text-accent-fg data-[active=true]:bg-accent data-[active=true]:text-accent-fg",children:n.jsx(_e,{className:"size-3.5"})})},it))}):null,[c,y,z,E,N,ot,vt,Mt,lt]);return vL(Rt),n.jsx("div",{className:"flex h-full min-h-0 flex-col","data-testid":"screen-code",children:t.isLoading?n.jsx(rt,{}):Ee?n.jsxs(sb,{orientation:"vertical",id:"code-layout-v",className:"min-h-0 flex-1",children:[n.jsx(Eo,{id:"top",defaultSize:E?"55%":"100%",minSize:"20%",children:n.jsxs(sb,{orientation:"horizontal",id:"code-layout",className:"h-full",children:[y&&n.jsxs(n.Fragment,{children:[n.jsx(Eo,{id:"left",defaultSize:"14%",minSize:"8%",children:n.jsxs("aside",{className:"flex h-full flex-col",children:[n.jsx("div",{className:"shrink-0 border-b border-border p-2",children:n.jsx(_$,{projects:a,value:o,onChange:ne,disabled:w})}),n.jsx("div",{className:"min-h-0 flex-1 overflow-hidden",children:n.jsx(v$,{sessions:V.data||[],activeId:c,busy:w,onSelect:ee,onCreate:re,onRename:le,onDelete:ge})}),n.jsx("div",{className:"shrink-0 border-t border-border p-2",children:n.jsx(ut,{value:f,onChange:Me,options:De,disabled:w,showIcon:!0})})]})}),n.jsx(fx,{})]}),z&&n.jsxs(n.Fragment,{children:[n.jsx(Eo,{id:"tree",defaultSize:"13%",minSize:"8%",children:n.jsx("div",{className:"h-full",children:n.jsx(D$,{pid:o,projectPath:de?.path,onOpenFile:Ve})})}),n.jsx(fx,{})]}),n.jsx(Eo,{id:"main",defaultSize:"50%",minSize:"20%",children:n.jsxs("div",{className:"flex h-full flex-col",children:[I.length>0&&n.jsxs("div",{className:"flex shrink-0 items-center gap-0 overflow-x-auto border-b border-border",children:[n.jsxs("button",{type:"button",onClick:()=>H("chat"),"data-active":F==="chat",className:"flex shrink-0 items-center gap-1.5 border-r border-border px-3 py-2 text-[11px] font-medium text-muted-foreground transition-colors hover:bg-accent/40 data-[active=true]:text-foreground",children:[n.jsx(vb,{className:"size-3 shrink-0"}),u("modules_ui.code_chat_tab")]}),I.map(_e=>{const Pe=_e.path.split("/").pop()??_e.path,Xe=F===_e.path;return n.jsxs("div",{"data-active":Xe,className:"group flex shrink-0 items-center gap-1 border-r border-border px-2 py-2 text-[11px] text-muted-foreground transition-colors hover:bg-accent/40 data-[active=true]:text-foreground",children:[n.jsx($e,{content:_e.path,children:n.jsx("button",{type:"button",onClick:()=>H(_e.path),className:"min-w-0 max-w-[140px] truncate font-mono",children:Pe})}),n.jsx($e,{content:u("code_module.close"),children:n.jsx("button",{type:"button",onClick:()=>Se(_e.path),className:"shrink-0 rounded p-0.5 opacity-60 hover:bg-accent hover:opacity-100",children:n.jsx(xs,{className:"size-2.5"})})})]},_e.path)})]}),F==="chat"?n.jsxs(n.Fragment,{children:[n.jsx("div",{className:"min-h-0 flex-1 overflow-y-auto","data-testid":"code-transcript",children:c?h.length?n.jsx(sv,{msgs:h,onCopy:Be}):n.jsx("div",{className:"grid h-full place-items-center p-6",children:n.jsx(pt,{children:u("code_module.empty_chat")})}):n.jsx("div",{className:"grid h-full place-items-center p-6",children:n.jsx(pt,{children:u("code_module.pick_project")})})}),Oe&&Re&&n.jsx(VE,{turnKey:Re.turnKey,questions:Re.questions,onSubmit:tt,onDismiss:()=>Ge(Re.turnKey),disabled:w})]}):n.jsx("div",{className:"min-h-0 flex-1 overflow-hidden",children:(()=>{const _e=I.find(Pe=>Pe.path===F);return _e?n.jsx(P$,{path:_e.path,content:_e.content,loading:_e.loading,onSave:_e.artifactName?Pe=>je(_e.path,Pe):void 0}):null})()}),n.jsx("div",{className:"shrink-0 border-t border-border p-2","data-testid":"code-input",children:n.jsx(j$,{value:b,onValueChange:_,onSubmit:()=>void ke(),onStop:he,busy:w,disabled:!c,mode:Z,onModeChange:_e=>void fe({mode:_e}),model:X,onModelChange:_e=>void fe({model:_e||null})})})]})}),N&&n.jsxs(n.Fragment,{children:[n.jsx(fx,{}),n.jsx(Eo,{id:"right",defaultSize:"22%",minSize:"15%",children:n.jsx("aside",{className:"flex h-full flex-col",children:n.jsx(O$,{pid:o,turns:Le,changes:B.data,changesLoading:B.isLoading,onRefreshChanges:()=>void B.mutate(),session:K.data?{title:K.data.title,mode:K.data.mode,createdAt:K.data.createdAt,updatedAt:K.data.updatedAt,agentSlug:K.data.agentSlug??null}:null,onRunInTerminal:Y,onEditArtifact:Te})})})]})]})}),E&&o&&n.jsxs(n.Fragment,{children:[n.jsx(I$,{}),n.jsx(Eo,{id:"terminal",defaultSize:"45%",minSize:"10%",maxSize:"80%",children:n.jsx(L$,{pid:o,initCmd:A,onClose:Mt,className:"h-full"})})]})]}):n.jsx("div",{className:"grid flex-1 place-items-center",children:n.jsx(pt,{children:u("code_module.no_projects")})})})}function U$({open:e,onClose:t}){const{mutate:a}=xN(),o=Pn(),l=Ze(),[c,d]=x.useState(""),[f,m]=x.useState(!1),[h,g]=x.useState(""),[b,_]=x.useState([]),[w,S]=x.useState(null),[y,C]=x.useState(""),[N,j]=x.useState(!1),[E,R]=x.useState(!1),A=async(O,P=!1)=>{j(!0),C("");try{const L=await Mf.dirs(O||"~");g(L.path),d(L.path),S(L.parent),_(L.entries)}catch(L){const U=L.message;C(U),P||l.error(U)}finally{j(!1)}};x.useEffect(()=>{e||(d(""),m(!1),g(""),_([]),S(null),C(""))},[e]);const T=async()=>{j(!0);try{const O=await Mf.pickDir(u("add_project.picker_prompt"));if("cancelled"in O)return;d(O.path);return}catch{m(!0),await A(c||"~")}finally{j(!1)}},z=async()=>{const O=c.trim();if(!O){l.error(u("add_project.path_required"));return}R(!0);try{const P=await Wn.register(O);l.success(u("add_project.registered",{id:P.id})),await a("/projects"),t(),o(`/p/${P.id}`)}catch(P){l.error(P.message)}finally{R(!1)}};return n.jsx(Zt,{open:e,onClose:t,title:u("add_project.title"),description:u("add_project.subtitle"),footer:n.jsxs(n.Fragment,{children:[n.jsx(ae,{variant:"ghost",onClick:t,disabled:E,children:u("common.cancel")}),n.jsx(ae,{variant:"primary",onClick:z,loading:E,children:u("add_project.register")})]}),children:n.jsxs("div",{className:"space-y-3",children:[n.jsx(oe,{label:u("add_project.path_label"),hint:u("add_project.path_hint"),children:n.jsxs("div",{className:"flex gap-2",children:[n.jsx(Ne,{autoFocus:!0,placeholder:u("add_project.path_placeholder"),value:c,onChange:O=>d(O.target.value),onKeyDown:O=>{O.key==="Enter"&&z()}}),n.jsxs(ae,{onClick:T,disabled:N,children:[n.jsx(Vl,{size:14})," ",u("add_project.search_btn")]})]})}),f&&n.jsxs("div",{className:"rounded-md border border-border bg-muted/20",children:[n.jsxs("div",{className:"flex items-center justify-between border-b border-border px-3 py-2",children:[n.jsx("span",{className:"truncate font-mono text-xs text-muted-fg",children:h||c||"~"}),n.jsxs("div",{className:"flex gap-1",children:[n.jsx(ae,{size:"sm",variant:"ghost",onClick:()=>A("~"),disabled:N,children:n.jsx(Q2,{size:13})}),n.jsx(ae,{size:"sm",variant:"ghost",onClick:()=>w&&A(w),disabled:!w||N,children:".."}),n.jsx(ae,{size:"sm",variant:"ghost",onClick:()=>m(!1),disabled:N,children:n.jsx(xs,{size:13})})]})]}),n.jsxs("div",{className:"max-h-64 overflow-y-auto p-2",children:[N&&n.jsx(rt,{}),!N&&y&&n.jsx(pt,{children:u("add_project.browser_unavailable")}),!N&&!y&&b.length===0&&n.jsx(pt,{children:u("add_project.no_folders")}),!N&&!y&&b.map(O=>n.jsxs("button",{type:"button",onClick:()=>A(O),className:"flex w-full items-center gap-2 rounded-md px-2 py-1.5 text-left text-sm hover:bg-accent",children:[n.jsx(Go,{size:14,className:"text-muted-fg"}),n.jsx("span",{className:"truncate",children:O.split("/").pop()}),n.jsx("span",{className:"ml-auto truncate font-mono text-[10px] text-muted-fg",children:O})]},O))]})]})]})})}function $$({onPaired:e}){const[t,a]=x.useState(""),[o,l]=x.useState(H$()),[c,d]=x.useState(!1),[f,m]=x.useState(null);async function h(){const g=t.trim();if(!g){m(u("pairing.err_required"));return}d(!0),m(null);try{const b=await ii.confirm({pairing_id:g,label:o.trim()||void 0});Ro(b.token);try{localStorage.setItem(zn.token,b.token)}catch{}e()}catch(b){m(q$(b)),d(!1)}}return n.jsx("div",{className:"flex min-h-[100dvh] w-full items-center justify-center overflow-y-auto bg-background p-4 text-foreground",children:n.jsxs("div",{className:"my-auto w-full max-w-md rounded-xl border border-border bg-card p-6 shadow-sm",children:[n.jsxs("div",{className:"mb-4 flex items-center gap-3",children:[n.jsx("div",{className:"grid size-10 place-items-center rounded-lg bg-primary/10 text-primary",children:n.jsx(Z2,{size:20})}),n.jsxs("div",{children:[n.jsx("h1",{className:"text-base font-semibold",children:u("pairing.title")}),n.jsx("p",{className:"text-xs text-muted-fg",children:u("pairing.subtitle")})]})]}),n.jsxs("ol",{className:"mb-5 space-y-1.5 rounded-lg bg-muted/50 p-3 text-xs text-muted-fg",children:[n.jsx("li",{className:"font-medium text-foreground",children:u("pairing.steps_title")}),n.jsxs("li",{children:["1. ",u("pairing.step_1")]}),n.jsxs("li",{children:["2. ",u("pairing.step_2")]}),n.jsxs("li",{children:["3. ",u("pairing.step_3")]})]}),n.jsxs("form",{className:"space-y-3",onSubmit:g=>{g.preventDefault(),h()},children:[n.jsx(oe,{label:u("pairing.code_label"),children:n.jsx(Ne,{value:t,onChange:g=>a(g.target.value),placeholder:u("pairing.code_ph"),spellCheck:!1,autoComplete:"off"})}),n.jsx(oe,{label:u("pairing.label_label"),hint:u("pairing.revoke_hint"),children:n.jsx(Ne,{value:o,onChange:g=>l(g.target.value),placeholder:u("pairing.label_ph")})}),f&&n.jsx("p",{className:"rounded-md bg-destructive/10 px-3 py-2 text-xs text-destructive",children:f}),n.jsx(ae,{type:"submit",variant:"primary",size:"md",loading:c,className:"w-full justify-center",children:u(c?"pairing.linking":"pairing.submit")})]})]})})}function H$(){const e=navigator.userAgent;return/iPhone|iPad/.test(e)?"iPhone":/Android/.test(e)?"Android":/Mac/.test(e)?"Mac":/Windows/.test(e)?"Windows PC":/Linux/.test(e)?"Linux":"browser"}function q$(e){if(e instanceof lu){if(e.status===410)return u("pairing.err_expired");if(e.status===404||e.status===409)return u("pairing.err_unknown")}return u("pairing.err_generic")}function V$({...e}){return n.jsx(AN,{"data-slot":"sheet",...e})}function F$({...e}){return n.jsx(TN,{"data-slot":"sheet-portal",...e})}function G$({className:e,...t}){return n.jsx(CN,{"data-slot":"sheet-overlay",className:Ct("fixed inset-0 z-50 bg-black/10 transition-opacity duration-150 data-ending-style:opacity-0 data-starting-style:opacity-0 supports-backdrop-filter:backdrop-blur-xs",e),...t})}function Y$({className:e,children:t,side:a="right",showCloseButton:o=!0,...l}){return n.jsxs(F$,{children:[n.jsx(G$,{}),n.jsxs(RN,{"data-slot":"sheet-content","data-side":a,className:Ct("fixed z-50 flex flex-col gap-4 bg-popover bg-clip-padding text-sm text-popover-foreground shadow-lg transition duration-200 ease-in-out data-ending-style:opacity-0 data-starting-style:opacity-0 data-[side=bottom]:inset-x-0 data-[side=bottom]:bottom-0 data-[side=bottom]:h-auto data-[side=bottom]:border-t data-[side=bottom]:data-ending-style:translate-y-[2.5rem] data-[side=bottom]:data-starting-style:translate-y-[2.5rem] data-[side=left]:inset-y-0 data-[side=left]:left-0 data-[side=left]:h-full data-[side=left]:w-3/4 data-[side=left]:border-r data-[side=left]:data-ending-style:translate-x-[-2.5rem] data-[side=left]:data-starting-style:translate-x-[-2.5rem] data-[side=right]:inset-y-0 data-[side=right]:right-0 data-[side=right]:h-full data-[side=right]:w-3/4 data-[side=right]:border-l data-[side=right]:data-ending-style:translate-x-[2.5rem] data-[side=right]:data-starting-style:translate-x-[2.5rem] data-[side=top]:inset-x-0 data-[side=top]:top-0 data-[side=top]:h-auto data-[side=top]:border-b data-[side=top]:data-ending-style:translate-y-[-2.5rem] data-[side=top]:data-starting-style:translate-y-[-2.5rem] data-[side=left]:sm:max-w-sm data-[side=right]:sm:max-w-sm",e),...l,children:[t,o&&n.jsxs(Tp,{"data-slot":"sheet-close",render:n.jsx(ir,{variant:"ghost",className:"absolute top-3 right-3",size:"icon-sm"}),children:[n.jsx(xs,{}),n.jsx("span",{className:"sr-only",children:"Close"})]})]})]})}function K$({className:e,...t}){return n.jsx("div",{"data-slot":"sheet-header",className:Ct("flex flex-col gap-0.5 p-4",e),...t})}function X$({className:e,...t}){return n.jsx(MN,{"data-slot":"sheet-title",className:Ct("font-heading text-base font-medium text-foreground",e),...t})}function Q$({className:e,...t}){return n.jsx(NN,{"data-slot":"sheet-description",className:Ct("text-sm text-muted-foreground",e),...t})}function W$({value:e,projectPath:t,onPick:a}){const o=Z$(e),l=o?J$(e):"",{data:c}=qe(o?["/skills",t||""]:null,()=>$s.list(t)),d=c?.skills||[],f=x.useMemo(()=>{const m=l.toLowerCase();return m?d.filter(h=>h.slug.toLowerCase().includes(m)).slice(0,8):d.slice(0,8)},[d,l]);return!o||f.length===0?null:n.jsxs("div",{className:"rounded-xl border border-border bg-popover/95 text-sm shadow-md backdrop-blur",children:[n.jsx("ul",{role:"listbox",className:"max-h-64 overflow-y-auto py-1",children:f.map(m=>n.jsx("li",{children:n.jsxs("button",{type:"button",onClick:()=>a(m.slug),className:"flex w-full items-start gap-2 px-3 py-1.5 text-left hover:bg-accent hover:text-accent-foreground",children:[n.jsxs("code",{className:"rounded bg-muted px-1.5 py-0.5 text-[11px]",children:["/",m.slug]}),n.jsx("span",{className:"truncate text-xs text-muted-foreground",children:m.description})]})},m.slug))}),n.jsx("div",{className:"border-t border-border px-3 py-1.5 text-[10px] text-muted-foreground",children:"Type a name to filter · click to insert · the skill body will be loaded for this turn."})]})}function Z$(e){return!!e.match(/^\s*\/([A-Za-z0-9_-]*)$/)}function J$(e){const t=e.match(/^\s*\/([A-Za-z0-9_-]*)$/);return t?t[1]:""}function eH(){try{const e=localStorage.getItem(zn.robyChat);if(!e)return[];const t=JSON.parse(e);return Array.isArray(t)?t.filter(a=>a&&Array.isArray(a.parts)&&!a.pending):[]}catch{return[]}}function tH({open:e,onOpenChange:t}){const a=Np(),o=Ze(),[l,c]=x.useState(eH),[d,f]=x.useState(""),[m,h]=x.useState(!1),[g,b]=x.useState(""),_=x.useRef(null);x.useEffect(()=>{const j=l.filter(E=>!E.pending);try{j.length?localStorage.setItem(zn.robyChat,JSON.stringify(j)):localStorage.removeItem(zn.robyChat)}catch{}},[l]);const w=()=>{if(!m){c([]),f("");try{localStorage.removeItem(zn.robyChat)}catch{}}};x.useEffect(()=>()=>_.current?.abort(),[]),x.useEffect(()=>{const j=E=>{const R=E.detail?.prompt;typeof R=="string"&&(t(!0),f(R))};return window.addEventListener("apx:roby-prompt",j),()=>window.removeEventListener("apx:roby-prompt",j)},[t]);const S=()=>{_.current?.abort(),h(!1)},y=j=>c(E=>{const R=[...E],A=R[R.length-1];return A?.role==="assistant"&&(R[R.length-1]=j(A)),R}),C=async()=>{const j=d.trim();if(!j||m)return;const E=new Date().toISOString(),R=l.filter(O=>!O.pending).map(O=>({role:O.role,content:Zx(O)}));c(O=>[...O,{role:"user",parts:[{kind:"text",text:j}],ts:E},{role:"assistant",parts:[],ts:E,pending:!0}]),f(""),h(!0);const A=new AbortController;_.current=A;let T=!1;const z=O=>{if(O?.type==="error"){T=!0,o.error(O.error||"error"),c(P=>{const L=[...P],U=L[L.length-1];return U?.role==="assistant"&&U.pending&&L.pop(),L});return}y(P=>nv(P,O))};try{await _N.stream(0,{prompt:j,previousMessages:R,model:g||void 0,channel:"web_sidebar"},z,A.signal),y(O=>({...O,pending:!1}))}catch(O){A.signal.aborted?y(P=>({...P,pending:!1,parts:[...P.parts,{kind:"text",text:u("project.chat.stopped_marker")}]})):T||(o.error(O.message),c(P=>{const L=[...P],U=L[L.length-1];return U?.role==="assistant"&&U.pending&&L.pop(),L}))}finally{_.current===A&&(_.current=null),h(!1)}},N=async j=>{try{await navigator.clipboard.writeText(j),o.info(u("project.chat.copied"))}catch{}};return n.jsx(V$,{open:e,onOpenChange:t,children:n.jsxs(Y$,{side:"right",className:"flex w-full flex-col gap-0 p-0 sm:max-w-xl data-[side=right]:sm:max-w-xl",children:[n.jsxs(K$,{className:"pr-12",children:[n.jsxs(X$,{className:"flex items-center gap-2",children:[n.jsx(cn,{size:18})," ",u("superagent.title",{persona:a}),n.jsx("span",{className:"text-xs font-normal text-muted-fg",children:u("superagent.badge")})]}),n.jsx(Q$,{children:u("superagent.desc")})]}),n.jsx("div",{className:"flex-1 overflow-y-auto",children:l.length===0?n.jsx("p",{className:"mt-6 text-center text-sm text-muted-fg",children:u("superagent.empty",{persona:a})}):n.jsx(sv,{msgs:l,onCopy:N})}),n.jsx(qE,{msgs:l}),n.jsxs("div",{className:"border-t border-border p-3",children:[n.jsx("div",{className:"mb-1.5",children:n.jsx(W$,{value:d,onPick:j=>f(`/${j} `)})}),n.jsx(ev,{value:d,onValueChange:f,onSubmit:()=>void C(),onStop:S,busy:m,placeholder:u("superagent.placeholder"),footer:n.jsx(tv,{value:g,onChange:b,disabled:m})}),n.jsx("div",{className:"mt-1.5 flex justify-end",children:n.jsxs(ir,{size:"xs",variant:"ghost",onClick:w,disabled:m||l.length===0,children:[n.jsx(It,{className:"size-3"})," ",u("superagent.new_chat")]})})]})]})})}function nH(){const e=navigator.userAgent;return/iPhone|iPad/.test(e)?"iPhone":/Android/.test(e)?"Android":/Mac/.test(e)?"Mac":/Windows/.test(e)?"Windows PC":/Linux/.test(e)?"Linux":"browser"}function sH(){const[e,t]=x.useState({status:"loading"}),[a,o]=x.useState(0),l=x.useCallback(()=>{t({status:"loading"}),o(c=>c+1)},[]);return x.useEffect(()=>{let c=!1;return(async()=>{try{const g=await fetch("/health");if(!g.ok)throw new Error(`HTTP ${g.status}`)}catch(g){c||t({status:"error",reason:String(g)});return}const d=window.location.hash.replace(/^#/,""),f=new URLSearchParams(d),m=f.get("pair");if(m){history.replaceState(null,"",window.location.pathname+window.location.search);try{const g=await ii.confirm({pairing_id:m,label:nH(),kind:"web"});Ro(g.token);try{localStorage.setItem(zn.token,g.token)}catch{}c||t({status:"ok"});return}catch{}}const h=f.get("token");if(h){Ro(h);try{localStorage.setItem(zn.token,h)}catch{}history.replaceState(null,"",window.location.pathname+window.location.search)}else try{const g=localStorage.getItem(zn.token);g&&Ro(g)}catch{}try{const g=await fetch("/admin/web-token");if(g.ok){const b=await g.json();if(b?.token){Ro(b.token);try{localStorage.setItem(zn.token,b.token)}catch{}}}}catch{}if(!T_()){c||t({status:"unpaired"});return}try{await se.get("/projects"),c||t({status:"ok"})}catch(g){if(g instanceof lu&&(g.status===401||g.status===403)){Ro(null);try{localStorage.removeItem(zn.token)}catch{}c||t({status:"unpaired"})}else c||t({status:"error",reason:String(g)})}})(),()=>{c=!0}},[a]),{...e,reload:l}}function aH(){const e=sH();return e.status==="loading"?n.jsx(p2,{text:u("daemon.connecting")}):e.status==="error"?n.jsx(p2,{mood:"sad",text:u("daemon.unreachable"),sub:`${u("daemon.unreachable_hint")}
796
+
797
+ ${e.reason}`}):e.status==="unpaired"?n.jsx($$,{onPaired:e.reload}):n.jsx(cL,{children:n.jsx(j6,{delay:0,children:n.jsx(rH,{})})})}function rH(){const e=Pn(),t=ss(),[a,o]=Fo(),{theme:l,toggle:c}=Eb(),d=a.get("action")==="add-project",[f,m]=x.useState(!1),h=()=>{const b=new URLSearchParams(a);b.delete("action"),o(b,{replace:!0})},g=()=>{const b=new URLSearchParams(a);b.set("action","add-project"),o(b)};return n.jsx(mL,{children:n.jsxs("div",{className:"flex h-screen w-screen overflow-hidden bg-background text-foreground","data-testid":"app-shell",children:[n.jsx(yP,{onSelect:b=>e(b),onOpenRoby:()=>m(!0),onOpenAddProject:g}),n.jsxs("main",{className:"m-2 flex min-w-0 flex-1 flex-col overflow-hidden rounded-xl border border-border bg-card shadow-sm",children:[n.jsx(oH,{onToggleTheme:c,isDark:l==="dark",pathname:t.pathname}),n.jsx("div",{className:"flex-1 overflow-y-auto",children:n.jsxs(z2,{children:[n.jsx(Dt,{path:"/",element:n.jsx(pL,{})}),n.jsx(Dt,{path:"/settings/*",element:n.jsx(MU,{})}),n.jsx(Dt,{path:"/m/desktop/*",element:n.jsx(DU,{})}),n.jsx(Dt,{path:"/m/code/*",element:n.jsx(B$,{})}),n.jsx(Dt,{path:"/p/:pid/*",element:n.jsx(eB,{})}),n.jsx(Dt,{path:"*",element:n.jsx(dH,{})})]})})]}),n.jsx(U$,{open:d,onClose:h}),n.jsx(tH,{open:f,onOpenChange:m})]})})}function oH({onToggleTheme:e,isDark:t,pathname:a}){const{projects:o}=iu(),l=xL(),c=a.split("/").filter(Boolean),d=c[0]==="p"?o.find(S=>String(S.id)===c[1]):void 0,f=c[0]==="settings"?cH(c[1]):c[0]==="p"?uH(c[2]):"",m=c[0]==="p"&&c[1]==="0",h=d?.name||d?.path?.split("/").pop()||u("nav.project"),g=a==="/"?u("topbar.breadcrumb_root"):c[0]==="settings"?[u("topbar.breadcrumb_root"),u("nav.settings"),f].filter(Boolean).join(" › "):c[0]==="m"?[u("topbar.breadcrumb_root"),iH(c[1]),l].filter(Boolean).join(" › "):c[0]==="p"?m?[u("topbar.breadcrumb_root"),u("topbar.breadcrumb_base"),f].filter(Boolean).join(" › "):[u("topbar.breadcrumb_root"),u("topbar.breadcrumb_projects"),h,f].filter(Boolean).join(" › "):u("topbar.breadcrumb_root"),b=a==="/"?"":c[0]==="settings"?u("settings.subtitle"):c[0]==="p"?m?u("base.subtitle"):d?`${yN(d.kind)} · ${d.path}`:"":"",_=gL(),w=_L();return n.jsxs("header",{className:"flex h-10 shrink-0 items-center gap-2 border-b border-border/50 px-3",children:[_&&n.jsx(MD,{collapsed:_.collapsed,onToggle:_.toggle}),n.jsxs("span",{className:"min-w-0 flex-1 truncate text-[11px] tracking-wide text-muted-fg",children:[g,b&&n.jsxs("span",{className:"text-muted-fg/50",children:[" · ",b]})]}),w,n.jsx(lH,{}),n.jsx($e,{content:u(t?"topbar.light":"topbar.dark"),children:n.jsx("button",{type:"button","data-testid":"theme-toggle",onClick:e,className:"shrink-0 rounded-md p-1.5 text-muted-fg hover:bg-accent hover:text-accent-fg",children:t?n.jsx(_M,{size:14}):n.jsx(oM,{size:14})})})]})}function lH(){const e=C_(),t=a=>{a!==e&&(lN(a),window.location.reload())};return n.jsxs(j_,{children:[n.jsxs(w_,{"data-testid":"lang-menu",title:u("topbar.lang_toggle"),className:"flex shrink-0 items-center gap-1 rounded-md p-1.5 text-muted-fg hover:bg-accent hover:text-accent-fg",children:[n.jsx(tM,{size:14}),n.jsx("span",{className:"text-[11px] font-medium uppercase",children:e})]}),n.jsx(k_,{align:"end",children:n.jsx(kD,{value:e,onValueChange:a=>t(a),children:iN.map(a=>n.jsx(SD,{value:a.value,children:a.label},a.value))})})]})}function iH(e){switch(e){case"desktop":return u("nav.modules.desktop");case"code":return u("nav.modules.code");default:return e||""}}function cH(e){switch(e){case"super-agent":return u("settings.tabs.super_agent");case"engines":return u("settings.tabs.engines");case"telegram":return u("settings.tabs.telegram");case"devices":return u("settings.tabs.devices");case"voice":return u("nav.modules.voice");case"deck":return u("nav.modules.deck");case"desktop":return u("nav.modules.desktop");case"appearance":return u("settings.appearance");case"config":case"advanced":return u("settings.tabs.advanced");case"identity":default:return e||""}}function uH(e){switch(e){case"chat":return u("project.nav.chat");case"telegram":return u("project.nav.telegram");case"agents":return u("project.nav.agents");case"routines":return u("project.nav.routines");case"tasks":return u("project.nav.tasks");case"mcps":return u("project.nav.mcps");case"artifacts":return u("project.nav.artifacts");case"config":return u("project.nav.config");case"workspaces":return u("base.workspaces_title");case"models":return u("settings.tabs.engines");case"agent-defaults":return u("base.defaults_title");case"sessions":return u("base.sessions_title");case"logs":return u("project.nav.logs");case"memories":return u("project.nav.memories");default:return""}}function p2({text:e,sub:t,mood:a="happy"}){return n.jsx("div",{className:"grid h-screen w-screen place-items-center bg-background text-foreground",children:n.jsxs("div",{className:"flex flex-col items-center text-center",children:[n.jsx(FN,{mood:a,className:"mb-4 text-xs"}),n.jsx("div",{className:"text-foreground",children:e}),t&&n.jsx("pre",{className:"mt-2 max-w-xl whitespace-pre-wrap text-sm text-muted-fg",children:t})]})})}function dH(){const e=Pn();return n.jsx(GN,{testId:"screen-not-found",mood:"confused",title:u("not_found.title"),titleClassName:"text-7xl",message:u("not_found.message"),action:n.jsx(ir,{variant:"outline",onClick:()=>e("/"),children:u("not_found.home")})})}oI();U5.createRoot(document.getElementById("root")).render(n.jsx(Wc.StrictMode,{children:n.jsx(uA,{children:n.jsx(CM,{children:n.jsx(aH,{})})})}));
798
+ //# sourceMappingURL=index-YFsZFhM6.js.map