groove-dev 0.27.37 → 0.27.39
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.
- package/README.md +3 -3
- package/node_modules/@groove-dev/cli/package.json +1 -1
- package/node_modules/@groove-dev/daemon/package.json +1 -1
- package/node_modules/@groove-dev/daemon/src/api.js +78 -3
- package/node_modules/@groove-dev/daemon/src/index.js +3 -0
- package/node_modules/@groove-dev/daemon/src/lockmanager.js +44 -0
- package/node_modules/@groove-dev/daemon/src/memory.js +22 -5
- package/node_modules/@groove-dev/daemon/src/preview.js +243 -0
- package/node_modules/@groove-dev/daemon/src/process.js +145 -7
- package/node_modules/@groove-dev/daemon/src/providers/claude-code.js +37 -1
- package/node_modules/@groove-dev/daemon/templates/knock-hook.cjs +44 -0
- package/node_modules/@groove-dev/gui/dist/assets/{index-Df4O6yJI.js → index-BRZ_leqO.js} +3 -3
- package/node_modules/@groove-dev/gui/dist/index.html +1 -1
- package/node_modules/@groove-dev/gui/package.json +1 -1
- package/node_modules/@groove-dev/gui/src/components/onboarding/setup-wizard.jsx +1 -1
- package/node_modules/@groove-dev/gui/src/components/ui/toast.jsx +12 -0
- package/node_modules/@groove-dev/gui/src/stores/groove.js +35 -2
- package/package.json +1 -1
- package/packages/cli/package.json +1 -1
- package/packages/daemon/package.json +1 -1
- package/packages/daemon/src/api.js +78 -3
- package/packages/daemon/src/index.js +3 -0
- package/packages/daemon/src/lockmanager.js +44 -0
- package/packages/daemon/src/memory.js +22 -5
- package/packages/daemon/src/preview.js +243 -0
- package/packages/daemon/src/process.js +145 -7
- package/packages/daemon/src/providers/claude-code.js +37 -1
- package/packages/daemon/templates/knock-hook.cjs +44 -0
- package/packages/gui/dist/assets/{index-Df4O6yJI.js → index-BRZ_leqO.js} +3 -3
- package/packages/gui/dist/index.html +1 -1
- package/packages/gui/package.json +1 -1
- package/packages/gui/src/components/onboarding/setup-wizard.jsx +1 -1
- package/packages/gui/src/components/ui/toast.jsx +12 -0
- package/packages/gui/src/stores/groove.js +35 -2
- package/plans/chat-persistence-refactor.md +0 -154
|
@@ -26,7 +26,7 @@ Error generating stack: `+h.message+`
|
|
|
26
26
|
`),g=x.data.filter(M=>M.type==="tool_use").map(M=>{var w,N,j;return`${M.name}: ${typeof M.input=="string"?M.input.slice(0,80):((w=M.input)==null?void 0:w.command)||((N=M.input)==null?void 0:N.path)||((j=M.input)==null?void 0:j.pattern)||JSON.stringify(M.input||"").slice(0,80)}`}).join(`
|
|
27
27
|
`)),x.contextUsage!==void 0||x.tokensUsed!==void 0){const M=n().agents.map(w=>{if(w.id!==f)return w;const N={};return x.contextUsage!==void 0&&(N.contextUsage=x.contextUsage),x.tokensUsed!==void 0&&(N.tokensUsed=x.tokensUsed),{...w,...N}});e({agents:M})}const k=x.subtype==="stream";if(v&&v.trim()&&!k&&(x.subtype==="assistant"||x.subtype==="text"||x.type==="result"||x.type==="activity"&&typeof x.data=="string")){n().thinkingAgents.has(f)&&e(Q=>{const V=new Set(Q.thinkingAgents);return V.delete(f),{thinkingAgents:V}});const M=v.trim(),w={...n().chatHistory};w[f]||(w[f]=[]);const N=[...w[f]],j=N[N.length-1],C=j&&j.from==="agent"&&Date.now()-j.timestamp<8e3;if(!(C&&(j.text===M||j.text.endsWith(M)))){if(C){const Q=x.subtype==="assistant"?`
|
|
28
28
|
|
|
29
|
-
`:" ";N[N.length-1]={...j,text:j.text+Q+M,timestamp:Date.now()}}else N.push({from:"agent",text:M,timestamp:Date.now()});w[f]=N.slice(-100),e({chatHistory:w}),ws("groove:chatHistory",w)}}if(g&&g.trim()){const M={...n().activityLog};M[f]||(M[f]=[]),M[f]=[...M[f].slice(-200),{timestamp:Date.now(),text:g.trim(),type:x.type,subtype:"tool"}],e({activityLog:M}),ws("groove:activityLog",M)}break}case"agent:exit":{const f=n().agents.find(b=>b.id===i.agentId),x=(f==null?void 0:f.name)||i.agentId,v=i.status==="killed"||i.code===143||i.code===137,g=i.status==="completed"?`${x} completed`:v?`${x} stopped`:`${x} crashed (exit ${i.code})`,k=i.status==="completed"?"success":v?"info":"warning";n().addToast(k,g,i.error?i.error.slice(0,200):void 0),n().thinkingAgents.has(i.agentId)&&e(b=>{const M=new Set(b.thinkingAgents);return M.delete(i.agentId),{thinkingAgents:M}}),i.error&&i.agentId&&n().addChatMessage(i.agentId,"system",`Crashed: ${i.error}`),(f==null?void 0:f.role)==="planner"&&i.status==="completed"&&setTimeout(()=>n().checkRecommendedTeam(),1e3);break}case"phase2:spawned":n().addToast("info",`QC agent ${i.name} auto-spawned`,"Auditing phase 1 work");break;case"phase2:failed":n().addToast("error","QC agent failed to spawn",i.error||"Unknown error");break;case"agent:message_queued":n().addChatMessage(i.agentId,"system","Agent is working — message will be delivered when it finishes.");break;case"rotation:start":break;case"rotation:complete":{const f=i.agentId,x=i.oldAgentId;if(!f||!x)break;e(v=>{var C,_,Q;const g={...v.chatHistory},k={...v.tokenTimeline},b={...v.activityLog},M={...v.chatInputs};(C=g[x])!=null&&C.length&&(g[f]=[...g[x]],delete g[x]),(_=k[x])!=null&&_.length&&(k[f]=[...k[x]],delete k[x]),(Q=b[x])!=null&&Q.length&&(b[f]=[...b[x]],delete b[x]),M[x]&&(M[f]=M[x],delete M[x]);const w=v.detailPanel;let N=w,j=v.teamDetailPanels;if((w==null?void 0:w.type)==="agent"&&w.agentId===x){const V={type:"agent",agentId:f};N=V;const A=n().activeTeamId;j={...v.teamDetailPanels,[A]:V}}try{localStorage.setItem("groove:chatHistory",JSON.stringify(g))}catch{}return{chatHistory:g,tokenTimeline:k,activityLog:b,chatInputs:M,detailPanel:N,teamDetailPanels:j}});break}case"rotation:failed":n().addToast("error","Rotation failed",i.error);break;case"file:changed":{const f=n().editorRecentSaves[i.path];if(f&&Date.now()-f<2e3)break;e(x=>({editorChangedFiles:{...x.editorChangedFiles,[i.path]:i.timestamp}}));break}case"team:created":case"team:deleted":case"team:updated":n().fetchTeams();break;case"approval:request":e(f=>({pendingApprovals:[...f.pendingApprovals,i.data]}));break;case"approval:resolved":{const f=i.data;e(x=>({pendingApprovals:x.pendingApprovals.filter(v=>v.id!==f.id),resolvedApprovals:[f,...x.resolvedApprovals].slice(0,200)}));break}case"conflict:detected":n().addToast("error",`Scope conflict: ${i.agentName||"agent"}`,i.filePath?`File: ${i.filePath}`:void 0);break;case"qc:activated":n().addToast("info","QC agent activated",`${i.agentCount||"4+"} agents running`);break;case"journalist:cycle":e({journalistStatus:i.data||null});break;case"schedule:execute":n().addToast("info",`Scheduled agent spawned: ${i.name||i.role||"agent"}`);break;case"gateway:status":e({gateways:i.data||[]});break;case"federation:whitelist":e(f=>({federation:{...f.federation,whitelist:i.data||[]}}));break;case"federation:connection":e(f=>{const x=[...f.federation.connections],v=x.findIndex(g=>{var k;return g.ip===((k=i.data)==null?void 0:k.ip)});return v>=0?x[v]={...x[v],...i.data}:x.push(i.data),{federation:{...f.federation,connections:x}}});break;case"federation:pouch":case"federation:pouch-log":e(f=>({federation:{...f.federation,pouchLog:[...f.federation.pouchLog,i.data].slice(-200)}}));break;case"project-dir:changed":e({projectDir:(d=i.data)==null?void 0:d.projectDir,showProjectPicker:!1});break;case"tunnel.connected":e({activeTunnelId:((u=i.data)==null?void 0:u.id)||null}),n().fetchTunnels();break;case"tunnel.disconnected":e({activeTunnelId:null}),n().fetchTunnels();break;case"tunnel.health":{const f=n().savedTunnels.map(x=>{var v;return x.id===((v=i.data)==null?void 0:v.id)?{...x,latencyMs:i.data.latencyMs,healthy:i.data.healthy}:x});e({savedTunnels:f});break}case"subscription:updated":{const f={subscription:i.data};((p=i.data)==null?void 0:p.active)===!0&&!n().marketplaceAuthenticated&&(f.marketplaceAuthenticated=!0),e(f),H.get("/edition").then(x=>{e({edition:x.edition||"community",subscription:{plan:x.plan||"community",status:x.status||(x.subscriptionActive?"active":"none"),active:x.subscriptionActive===!0,features:x.features||[],seats:x.seats||1,periodEnd:x.periodEnd||null,cancelAtPeriodEnd:x.cancelAtPeriodEnd||!1}})}).catch(()=>{});break}case"auth:expired":e({marketplaceAuthenticated:!1,marketplaceUser:null}),n().addToast("warning","Session expired","Please sign in again");break}},o.onclose=()=>{zn&&(clearInterval(zn),zn=null),e({connected:!1,hydrated:!1,ws:null,daemonHost:null,tunneled:!1}),setTimeout(()=>n().connect(),2e3)},o.onerror=()=>o.close()},setActiveView(o){e({activeView:o})},async fetchTeams(){try{const o=await H.get("/teams");let c=o.teams||[];const i=o.defaultTeamId;try{const f=JSON.parse(localStorage.getItem("groove:teamOrder")||"[]");if(f.length){const x=Object.fromEntries(c.map(k=>[k.id,k])),v=f.filter(k=>x[k]).map(k=>x[k]),g=c.filter(k=>!f.includes(k.id));c=[...v,...g]}}catch{}const{activeTeamId:d}=n(),p=c.map(f=>f.id).includes(d)?d:i;e({teams:c,activeTeamId:p}),p&&localStorage.setItem("groove:activeTeamId",p)}catch{}},switchTeam(o){const{activeTeamId:c,detailPanel:i,teamDetailPanels:d}=n(),u={...d};c&&(u[c]=i);const p=u[o]||null;e({activeTeamId:o,detailPanel:p,teamDetailPanels:u}),localStorage.setItem("groove:activeTeamId",o)},async createTeam(o,c){try{const i={name:o};c&&(i.workingDir=c);const d=await H.post("/teams",i);return e({activeTeamId:d.id}),localStorage.setItem("groove:activeTeamId",d.id),n().addToast("success",`Team "${o}" created`),d}catch(i){throw n().addToast("error","Failed to create team",i.message),i}},async deleteTeam(o){const c=n().teams.find(i=>i.id===o);if(c!=null&&c.isDefault){n().addToast("warning","Cannot delete the default team");return}try{await H.delete(`/teams/${encodeURIComponent(o)}`),n().addToast("info",`Team "${c==null?void 0:c.name}" deleted`)}catch(i){n().addToast("error","Failed to delete team",i.message)}},reorderTeams(o,c){const i=[...n().teams],[d]=i.splice(o,1);i.splice(c,0,d),e({teams:i});try{localStorage.setItem("groove:teamOrder",JSON.stringify(i.map(u=>u.id)))}catch{}},async cloneTeam(o){const c=n().teams.find(d=>d.id===o);if(!c)return;const i=n().agents.filter(d=>d.teamId===o);try{const d=await H.post("/teams",{name:`${c.name} (copy)`});e({activeTeamId:d.id}),localStorage.setItem("groove:activeTeamId",d.id);for(const u of i)await H.post("/agents",{role:u.role,name:u.name,provider:u.provider,model:u.model,scope:u.scope,teamId:d.id});return n().addToast("success",`Cloned "${c.name}" with ${i.length} agent${i.length!==1?"s":""}`),d}catch(d){n().addToast("error","Failed to clone team",d.message)}},async renameTeam(o,c){try{const i=await H.patch(`/teams/${encodeURIComponent(o)}`,{name:c});return e(d=>({teams:d.teams.map(u=>u.id===o?i:u)})),i}catch(i){throw n().addToast("error","Failed to rename team",i.message),i}},openDetail(o){const c=n().activeTeamId;e(i=>({detailPanel:o,teamDetailPanels:{...i.teamDetailPanels,[c]:o}}))},closeDetail(){const o=n().activeTeamId;e(c=>({detailPanel:null,teamDetailPanels:{...c.teamDetailPanels,[o]:null}}))},selectAgent(o){const c=n().activeTeamId,i={type:"agent",agentId:o};e(d=>({detailPanel:i,teamDetailPanels:{...d.teamDetailPanels,[c]:i}}))},clearSelection(){const o=n().activeTeamId;e(c=>({detailPanel:null,teamDetailPanels:{...c.teamDetailPanels,[o]:null}}))},toggleCommandPalette(){e(o=>({commandPaletteOpen:!o.commandPaletteOpen}))},toggleQuickConnect(){e(o=>({quickConnectOpen:!o.quickConnectOpen}))},setUpgradeModalOpen:o=>e({upgradeModalOpen:o}),setDetailPanelWidth(o){e({detailPanelWidth:o}),localStorage.setItem("groove:detailWidth",String(o))},setTerminalVisible(o){e({terminalVisible:o}),localStorage.setItem("groove:terminalVisible",String(o))},setTerminalHeight(o){e({terminalHeight:o}),localStorage.setItem("groove:terminalHeight",String(o))},setTerminalFullHeight(o){e({terminalFullHeight:o})},toggleNodeExpanded(o){const c={...n().expandedNodes};c[o]=!c[o],c[o]||delete c[o],e({expandedNodes:c}),ws("groove:expandedNodes",c)},addToast(o,c,i){const d=++fY;e(u=>({toasts:[...u.toasts,{id:d,type:o,message:c,detail:i}]}))},removeToast(o){e(c=>({toasts:c.toasts.filter(i=>i.id!==o)}))},installUpdate(){var o,c;(c=(o=window.groove)==null?void 0:o.update)==null||c.installUpdate()},async checkMarketplaceAuth(){try{const o=await H.get("/auth/status");e({marketplaceAuthenticated:o.authenticated||!1,marketplaceUser:o.user||null});try{const c=await H.get("/edition");e({edition:c.edition||"community",subscription:{plan:c.plan||"community",status:c.status||(c.subscriptionActive?"active":"none"),active:c.subscriptionActive===!0,features:c.features||[],seats:c.seats||1,periodEnd:c.periodEnd||null,cancelAtPeriodEnd:c.cancelAtPeriodEnd||!1}})}catch{}}catch{e({marketplaceAuthenticated:!1,marketplaceUser:null})}},async marketplaceLogin(){try{const o=await H.get("/auth/login-url");o.url&&window.open(o.url,"_blank");const c=setInterval(async()=>{var i,d;try{const u=await H.get("/auth/status");if(u.authenticated){clearInterval(c),e({marketplaceAuthenticated:!0,marketplaceUser:u.user}),n().addToast("success",`Signed in as ${((i=u.user)==null?void 0:i.displayName)||((d=u.user)==null?void 0:d.id)||"user"}`);try{const p=await H.get("/edition");e({edition:p.edition||"community",subscription:{plan:p.plan||"community",status:p.status||(p.subscriptionActive?"active":"none"),active:p.subscriptionActive===!0,features:p.features||[],seats:p.seats||1,periodEnd:p.periodEnd||null,cancelAtPeriodEnd:p.cancelAtPeriodEnd||!1}})}catch{}setTimeout(async()=>{try{const p=await H.get("/edition");e({edition:p.edition||"community",subscription:{plan:p.plan||"community",status:p.status||(p.subscriptionActive?"active":"none"),active:p.subscriptionActive===!0,features:p.features||[],seats:p.seats||1,periodEnd:p.periodEnd||null,cancelAtPeriodEnd:p.cancelAtPeriodEnd||!1}})}catch{}},2e3)}}catch{}},2e3);setTimeout(()=>clearInterval(c),3e5)}catch(o){n().addToast("error","Login failed",o.message)}},async marketplaceLogout(){try{await H.post("/auth/logout"),e({marketplaceAuthenticated:!1,marketplaceUser:null}),n().addToast("info","Signed out of marketplace")}catch(o){n().addToast("error","Logout failed",o.message)}},async marketplaceCheckout(o){try{const c=await H.post("/auth/checkout",{skillId:o});return c.url&&window.open(c.url,"_blank"),c}catch(c){throw n().addToast("error","Checkout failed",c.message),c}},async fetchSubscriptionPlans(){return H.get("/subscription/plans")},async startCheckout(o){var c,i;try{const d=await H.post("/subscription/checkout",{priceId:o});return d.url&&((c=window.groove)!=null&&c.openExternal?window.groove.openExternal(d.url):window.open(d.url,"_blank")),d}catch(d){throw d.status===401||(i=d.message)!=null&&i.includes("Not authenticated")?(n().addToast("info","Please sign in to subscribe"),n().marketplaceLogin()):d.status===409?n().addToast("info","Already subscribed","Use Manage Subscription to switch plans"):n().addToast("error","Checkout failed",d.message),d}},async openPortal(){var o;try{const c=await H.post("/subscription/portal");return c.url&&((o=window.groove)!=null&&o.openExternal?window.groove.openExternal(c.url):window.open(c.url,"_blank")),c}catch(c){throw n().addToast("error","Portal failed",c.message),c}},async updateSeats(o){try{const c=await H.patch("/subscription",{seats:o});return e({subscription:{...n().subscription,...c}}),n().addToast("success",`Updated to ${o} seat${o!==1?"s":""}`),c}catch(c){throw n().addToast("error","Seat update failed",c.message),c}},async fetchApprovals(){try{const o=await H.get("/approvals");e({pendingApprovals:o.pending||[],resolvedApprovals:o.resolved||[]})}catch{}},async approveRequest(o){try{await H.post(`/approvals/${encodeURIComponent(o)}/approve`),e(c=>({pendingApprovals:c.pendingApprovals.filter(i=>i.id!==o)})),n().addToast("success","Approved")}catch(c){n().addToast("error","Approve failed",c.message)}},async rejectRequest(o,c=""){try{await H.post(`/approvals/${encodeURIComponent(o)}/reject`,{reason:c}),e(i=>({pendingApprovals:i.pendingApprovals.filter(d=>d.id!==o)})),n().addToast("info","Rejected")}catch(i){n().addToast("error","Reject failed",i.message)}},async checkRecommendedTeam(){var o;try{const c=await H.get("/recommended-team");if(!c||!((o=c.agents)!=null&&o.length)){e({recommendedTeam:null});return}const i=c.teamId||null;if(i){const d=n().agents.filter(f=>f.teamId===i&&f.role!=="planner"),u=c.agents.filter(f=>!f.phase||f.phase===1).map(f=>f.role);if(u.every(f=>d.some(x=>x.role===f))&&u.length>0){if(n()._delegatingTeamIds.has(i))return;e(f=>({recommendedTeam:null,_delegatingTeamIds:new Set([...f._delegatingTeamIds,i])}));try{const x=(await H.post("/recommended-team/launch",{teamId:i})).agents||[],v=x.map(g=>g.name).join(", ")||"";n().addToast("success","Planner delegated work",v?`→ ${v}`:void 0),x.length>0&&e(g=>({thinkingAgents:new Set([...g.thinkingAgents,...x.map(k=>k.id)])}))}finally{e(f=>{const x=new Set(f._delegatingTeamIds);return x.delete(i),{_delegatingTeamIds:x}})}return}}e({recommendedTeam:{...c,teamId:c.teamId||null}})}catch{e({recommendedTeam:null})}},async launchRecommendedTeam(o){var c;try{const i=((c=n().recommendedTeam)==null?void 0:c.teamId)||null;e({recommendedTeam:null}),n().addToast("info","Launching team...");const d={...o&&{agents:o},...i&&{teamId:i}},u=await H.post("/recommended-team/launch",d),p=[u.phase2Pending?`${u.phase2Pending} QC queued`:"",u.projectDir?`→ ${u.projectDir}/`:""].filter(Boolean).join(" · ");n().addToast("success",`Launched ${(u.launched||0)+(u.reused||0)} agents`,p||void 0);const f=u.agents||[];return f.length>0&&e(x=>({thinkingAgents:new Set([...x.thinkingAgents,...f.map(v=>v.id)])})),H.post("/cleanup").catch(()=>{}),u}catch(i){throw n().addToast("error","Launch failed",i.message),i}},async fetchImportedRepos(){try{const o=await H.get("/repos/imported");e({importedRepos:o})}catch{}},async previewRepo(o){return H.post("/repos/preview",{repoUrl:o})},async importRepo(o,c,i,d){e({importInProgress:!0});try{const u=await H.post("/repos/import",{repoUrl:o,targetPath:c,createTeam:i,teamName:d});return n().fetchImportedRepos(),u}finally{e({importInProgress:!1})}},async softRemoveRepo(o){await H.delete(`/repos/${encodeURIComponent(o)}/remove`),n().fetchImportedRepos()},async hardNukeRepo(o,c=!0){await H.delete(`/repos/${encodeURIComponent(o)}/nuke?deleteFiles=${c}`),n().fetchImportedRepos()},async fetchProjectDir(){try{const o=await H.get("/project-dir"),c=/^\/home\/[^/]+$/.test(o.projectDir)||o.projectDir==="/root";e({projectDir:o.projectDir,recentProjects:o.recentProjects||[],showProjectPicker:c||(o.recentProjects||[]).length===0})}catch{}},async setProjectDir(o){const c=await H.post("/project-dir",{path:o});e({projectDir:c.projectDir,recentProjects:c.recentProjects||[],showProjectPicker:!1})},toggleProjectPicker(){e(o=>({showProjectPicker:!o.showProjectPicker}))},async fetchTunnels(){try{const o=await H.get("/tunnels");e({savedTunnels:Array.isArray(o)?o:[]})}catch{}},async saveTunnel(o){const c=await H.post("/tunnels",o);return n().fetchTunnels(),c},async updateTunnel(o,c){const i=await H.patch(`/tunnels/${encodeURIComponent(o)}`,c);return n().fetchTunnels(),i},async deleteTunnel(o){await H.delete(`/tunnels/${encodeURIComponent(o)}`),n().fetchTunnels()},async testTunnel(o){return H.post(`/tunnels/${encodeURIComponent(o)}/test`)},async connectTunnel(o){var i,d;const c=await H.post(`/tunnels/${encodeURIComponent(o)}/connect`);return e({activeTunnelId:o}),n().fetchTunnels(),c.localPort&&c.name&&((d=(i=window.groove)==null?void 0:i.remote)!=null&&d.openWindow?window.groove.remote.openWindow(c.localPort,c.name):window.open(`http://localhost:${c.localPort}?instance=${encodeURIComponent(c.name)}`,"_blank")),c},async disconnectTunnel(o){var i,d;const c=n().savedTunnels.find(u=>u.id===o);await H.post(`/tunnels/${encodeURIComponent(o)}/disconnect`),e({activeTunnelId:null}),n().fetchTunnels(),c!=null&&c.localPort&&((d=(i=window.groove)==null?void 0:i.remote)!=null&&d.closeByPort)&&window.groove.remote.closeByPort(c.localPort)},async installTunnel(o){return H.post(`/tunnels/${encodeURIComponent(o)}/install`)},async startTunnel(o){return H.post(`/tunnels/${encodeURIComponent(o)}/start`)},async fetchJournalist(){try{const o=await H.get("/journalist");return e({journalistStatus:o}),o}catch{return null}},async triggerJournalistCycle(){try{const o=await H.post("/journalist/cycle");return n().addToast("success","Synthesis cycle triggered"),e({journalistStatus:o}),o}catch(o){throw n().addToast("error","Synthesis failed",o.message),o}},async spawnAgent(o){try{const c=n().activeTeamId,i=await H.post("/agents",{...o,teamId:c});return n().addToast("success",`Spawned ${i.name}`),i}catch(c){throw n().addToast("error","Spawn failed",c.message),c}},async killAgent(o,c=!1){try{await H.delete(`/agents/${encodeURIComponent(o)}?purge=${c}`),c&&e(i=>{const d={...i.chatHistory},u={...i.activityLog},p={...i.tokenTimeline};return delete d[o],delete u[o],delete p[o],ws("groove:chatHistory",d),ws("groove:activityLog",u),{chatHistory:d,activityLog:u,tokenTimeline:p}})}catch(i){n().addToast("error","Kill failed",i.message)}},async rotateAgent(o){try{return await H.post(`/agents/${encodeURIComponent(o)}/rotate`)}catch(c){throw n().addToast("error","Rotation failed",c.message),c}},async fetchProviders(){return H.get("/providers")},async fetchOnboardingStatus(){try{const o=await H.get("/onboarding/status");return o!=null&&o.complete&&(e({onboardingComplete:!0}),localStorage.setItem("groove:onboardingComplete","true")),o}catch{return null}},dismissOnboarding(){e({onboardingComplete:!0}),localStorage.setItem("groove:onboardingComplete","true"),H.post("/onboarding/dismiss").catch(()=>{})},async installProvider(o){try{const c=await H.post("/onboarding/install-provider",{provider:o});return n().addToast("success",`${o} installed`),c}catch(c){throw n().addToast("error",`Install failed: ${o}`,c.message),c}},async setDefaultProvider(o,c){try{await H.post("/onboarding/set-default",{provider:o,model:c}),n().addToast("success",`Default set to ${o} (${c})`)}catch(i){throw n().addToast("error","Failed to set default",i.message),i}},addChatMessage(o,c,i,d=!1){e(u=>{const p={...u.chatHistory};return p[o]||(p[o]=[]),p[o]=[...p[o].slice(-100),{from:c,text:i,timestamp:Date.now(),isQuery:d}],ws("groove:chatHistory",p),{chatHistory:p}})},thinkingAgents:new Set,async stopAgent(o){try{await H.post(`/agents/${encodeURIComponent(o)}/stop`),e(c=>{const i=new Set(c.thinkingAgents);return i.delete(o),{thinkingAgents:i}}),n().addToast("info","Stopped agent")}catch(c){n().addToast("error","Stop failed",c.message)}},async instructAgent(o,c){var d,u,p;n().addChatMessage(o,"user",c,!1),e(f=>({thinkingAgents:new Set([...f.thinkingAgents,o])}));const i={chatHistory:[...n().chatHistory[o]||[]],activityLog:[...n().activityLog[o]||[]],tokenTimeline:[...n().tokenTimeline[o]||[]]};try{const f=await H.post(`/agents/${encodeURIComponent(o)}/instruct`,{message:c});if(f.status==="message_sent")return f;if(f.status==="message_queued")return e(v=>{const g=new Set(v.thinkingAgents);return g.delete(o),{thinkingAgents:g}}),f;const x=f;for(const v of["chatHistory","activityLog","tokenTimeline"])(d=i[v])!=null&&d.length&&e(g=>({[v]:{...g[v],[x.id]:[...i[v]]}}));return e(v=>{const g=new Set(v.thinkingAgents);return g.delete(o),g.add(x.id),{thinkingAgents:g}}),(u=n().chatHistory[x.id])!=null&&u.length&&ws("groove:chatHistory",n().chatHistory),(p=n().activityLog[x.id])!=null&&p.length&&ws("groove:activityLog",n().activityLog),n().selectAgent(x.id),x}catch(f){throw e(x=>{const v=new Set(x.thinkingAgents);return v.delete(o),{thinkingAgents:v}}),n().addChatMessage(o,"system",`failed: ${f.message}`),f}},async queryAgent(o,c){n().addChatMessage(o,"user",c,!0);try{const i=await H.post(`/agents/${encodeURIComponent(o)}/query`,{message:c});return n().addChatMessage(o,"agent",i.response),i}catch(i){throw n().addChatMessage(o,"system",`query failed: ${i.message}`),i}},async openFile(o){var d;if(n().editorFiles[o]||n().editorOpenTabs.includes(o)){e(u=>({editorActiveFile:o,editorOpenTabs:u.editorOpenTabs.includes(o)?u.editorOpenTabs:[...u.editorOpenTabs,o]}));return}const c=(d=o.split(".").pop())==null?void 0:d.toLowerCase();if(["png","jpg","jpeg","gif","svg","webp","ico","bmp","avif","mp4","webm","mov","avi","mkv","ogv"].includes(c)){e(u=>({editorActiveFile:o,editorOpenTabs:[...u.editorOpenTabs,o]}));return}try{const u=await H.get(`/files/read?path=${encodeURIComponent(o)}`);if(u.binary){n().addToast("warning","Binary file — cannot open");return}e(f=>({editorFiles:{...f.editorFiles,[o]:{content:u.content,originalContent:u.content,language:u.language,loadedAt:Date.now()}},editorActiveFile:o,editorOpenTabs:f.editorOpenTabs.includes(o)?f.editorOpenTabs:[...f.editorOpenTabs,o]}));const p=n().ws;(p==null?void 0:p.readyState)===1&&p.send(JSON.stringify({type:"editor:watch",path:o}))}catch(u){n().addToast("error","Failed to open file",u.message)}},closeFile(o){e(i=>{const d=i.editorOpenTabs.filter(x=>x!==o),u={...i.editorFiles};delete u[o];const p={...i.editorChangedFiles};delete p[o];let f=i.editorActiveFile;if(f===o){const x=i.editorOpenTabs.indexOf(o);f=d[Math.min(x,d.length-1)]||null}return{editorOpenTabs:d,editorFiles:u,editorChangedFiles:p,editorActiveFile:f}});const c=n().ws;(c==null?void 0:c.readyState)===1&&c.send(JSON.stringify({type:"editor:unwatch",path:o}))},setActiveFile(o){e({editorActiveFile:o})},setEditorSidebarWidth(o){e({editorSidebarWidth:o}),localStorage.setItem("groove:editorSidebarWidth",String(o))},updateFileContent(o,c){e(i=>({editorFiles:{...i.editorFiles,[o]:{...i.editorFiles[o],content:c}}}))},async saveFile(o){const c=n().editorFiles[o];if(c)try{await H.post("/files/write",{path:o,content:c.content}),e(i=>({editorFiles:{...i.editorFiles,[o]:{...i.editorFiles[o],originalContent:c.content}},editorChangedFiles:(()=>{const d={...i.editorChangedFiles};return delete d[o],d})(),editorRecentSaves:{...i.editorRecentSaves,[o]:Date.now()}})),n().addToast("success","File saved")}catch(i){n().addToast("error","Save failed",i.message)}},async reloadFile(o){try{const c=await H.get(`/files/read?path=${encodeURIComponent(o)}`);if(c.binary)return;e(i=>({editorFiles:{...i.editorFiles,[o]:{content:c.content,originalContent:c.content,language:c.language,loadedAt:Date.now()}},editorChangedFiles:(()=>{const d={...i.editorChangedFiles};return delete d[o],d})()}))}catch{}},dismissFileChange(o){e(c=>{const i={...c.editorChangedFiles};return delete i[o],{editorChangedFiles:i}})},async fetchTreeDir(o){try{const c=await H.get(`/files/tree?path=${encodeURIComponent(o)}`);e(i=>({editorTreeCache:{...i.editorTreeCache,[o]:c.entries}}))}catch{}},async createFile(o){try{await H.post("/files/create",{path:o});const c=o.includes("/")?o.split("/").slice(0,-1).join("/"):"";return await n().fetchTreeDir(c),n().addToast("success","File created"),!0}catch(c){return n().addToast("error","Create failed",c.message),!1}},async createDir(o){try{await H.post("/files/mkdir",{path:o});const c=o.includes("/")?o.split("/").slice(0,-1).join("/"):"";return await n().fetchTreeDir(c),n().addToast("success","Folder created"),!0}catch(c){return n().addToast("error","Create failed",c.message),!1}},async deleteFile(o){try{await H.delete(`/files/delete?path=${encodeURIComponent(o)}`),n().editorOpenTabs.includes(o)&&n().closeFile(o);const c=o.includes("/")?o.split("/").slice(0,-1).join("/"):"";return await n().fetchTreeDir(c),e(i=>{const d={...i.editorTreeCache};return delete d[o],{editorTreeCache:d}}),n().addToast("success","Deleted"),!0}catch(c){return n().addToast("error","Delete failed",c.message),!1}},async fetchFederationStatus(){try{const o=await H.get("/federation");return e(c=>{var i;return{federation:{...c.federation,peers:o.peers||[],whitelist:o.whitelist||[],connections:o.connections||[],ambassadors:((i=o.ambassadors)==null?void 0:i.ambassadors)||o.ambassadors||[]}}}),o}catch{return null}},async addToWhitelist(o,c=31415,i){try{await H.post("/federation/whitelist",{ip:o,port:c,...i&&{name:i}}),n().addToast("success",`Added ${o} to whitelist`),n().fetchFederationStatus()}catch(d){throw n().addToast("error","Whitelist failed",d.message),d}},async removeFromWhitelist(o){try{await H.delete(`/federation/whitelist/${encodeURIComponent(o)}`),n().addToast("info",`Removed ${o}`),n().fetchFederationStatus()}catch(c){n().addToast("error","Remove failed",c.message)}},setSelectedPeer(o){e(c=>({federation:{...c.federation,selectedPeerId:o}}))},async fetchPouchLog(o){try{const c=await H.get(`/federation/pouch/log${o?`?peerId=${encodeURIComponent(o)}`:""}`);e(i=>({federation:{...i.federation,pouchLog:c||[]}}))}catch{}},async sendPouch(o,c){try{const i=await H.post("/federation/pouch/send",{peerId:o,contract:c});return n().addToast("success","Pouch sent"),i}catch(i){throw n().addToast("error","Pouch send failed",i.message),i}},async renameFile(o,c){try{await H.post("/files/rename",{oldPath:o,newPath:c}),e(u=>{const p=u.editorOpenTabs.map(v=>v===o?c:v),f={...u.editorFiles};f[o]&&(f[c]=f[o],delete f[o]);const x=u.editorActiveFile===o?c:u.editorActiveFile;return{editorOpenTabs:p,editorFiles:f,editorActiveFile:x}});const i=o.includes("/")?o.split("/").slice(0,-1).join("/"):"",d=c.includes("/")?c.split("/").slice(0,-1).join("/"):"";return await n().fetchTreeDir(i),d!==i&&await n().fetchTreeDir(d),n().addToast("success","Renamed"),!0}catch(i){return n().addToast("error","Rename failed",i.message),!1}}}));function jX(e){O.useEffect(()=>{function n(o){for(const c of e){const i=c.meta?o.metaKey||o.ctrlKey:!0,d=c.shift?o.shiftKey:!o.shiftKey;if(o.key.toLowerCase()===c.key.toLowerCase()&&i&&d){o.preventDefault(),c.handler();return}}}return document.addEventListener("keydown",n),()=>document.removeEventListener("keydown",n)},[e])}function Go(){return!!(window.groove||navigator.userAgent.includes("Electron"))}function SX(){var e;return((e=window.groove)==null?void 0:e.platform)||"browser"}function tQ(e){window.groove?window.groove.openExternal(e):window.open(e,"_blank")}async function mY(e={}){var n,o;return(o=(n=window.groove)==null?void 0:n.folders)!=null&&o.select?window.groove.folders.select(e):null}async function NX(e){var n,o;if((o=(n=window.groove)==null?void 0:n.integrations)!=null&&o.oauthStart)return window.groove.integrations.oauthStart(e);window.open(e,"_blank","noopener")}function _X(e){var n,o,c="";if(typeof e=="string"||typeof e=="number")c+=e;else if(typeof e=="object")if(Array.isArray(e)){var i=e.length;for(n=0;n<i;n++)e[n]&&(o=_X(e[n]))&&(c&&(c+=" "),c+=o)}else for(o in e)e[o]&&(c&&(c+=" "),c+=o);return c}function xY(){for(var e,n,o=0,c="",i=arguments.length;o<i;o++)(e=arguments[o])&&(n=_X(e))&&(c&&(c+=" "),c+=n);return c}const yY=(e,n)=>{const o=new Array(e.length+n.length);for(let c=0;c<e.length;c++)o[c]=e[c];for(let c=0;c<n.length;c++)o[e.length+c]=n[c];return o},OY=(e,n)=>({classGroupId:e,validator:n}),$X=(e=new Map,n=null,o)=>({nextPart:e,validators:n,classGroupId:o}),aQ="-",MV=[],gY="arbitrary..",kY=e=>{const n=bY(e),{conflictingClassGroups:o,conflictingClassGroupModifiers:c}=e;return{getClassGroupId:u=>{if(u.startsWith("[")&&u.endsWith("]"))return vY(u);const p=u.split(aQ),f=p[0]===""&&p.length>1?1:0;return CX(p,f,n)},getConflictingClassGroupIds:(u,p)=>{if(p){const f=c[u],x=o[u];return f?x?yY(x,f):f:x||MV}return o[u]||MV}}},CX=(e,n,o)=>{if(e.length-n===0)return o.classGroupId;const i=e[n],d=o.nextPart.get(i);if(d){const x=CX(e,n+1,d);if(x)return x}const u=o.validators;if(u===null)return;const p=n===0?e.join(aQ):e.slice(n).join(aQ),f=u.length;for(let x=0;x<f;x++){const v=u[x];if(v.validator(p))return v.classGroupId}},vY=e=>e.slice(1,-1).indexOf(":")===-1?void 0:(()=>{const n=e.slice(1,-1),o=n.indexOf(":"),c=n.slice(0,o);return c?gY+c:void 0})(),bY=e=>{const{theme:n,classGroups:o}=e;return MY(o,n)},MY=(e,n)=>{const o=$X();for(const c in e){const i=e[c];wP(i,o,c,n)}return o},wP=(e,n,o,c)=>{const i=e.length;for(let d=0;d<i;d++){const u=e[d];wY(u,n,o,c)}},wY=(e,n,o,c)=>{if(typeof e=="string"){jY(e,n,o);return}if(typeof e=="function"){SY(e,n,o,c);return}NY(e,n,o,c)},jY=(e,n,o)=>{const c=e===""?n:QX(n,e);c.classGroupId=o},SY=(e,n,o,c)=>{if(_Y(e)){wP(e(c),n,o,c);return}n.validators===null&&(n.validators=[]),n.validators.push(OY(o,e))},NY=(e,n,o,c)=>{const i=Object.entries(e),d=i.length;for(let u=0;u<d;u++){const[p,f]=i[u];wP(f,QX(n,p),o,c)}},QX=(e,n)=>{let o=e;const c=n.split(aQ),i=c.length;for(let d=0;d<i;d++){const u=c[d];let p=o.nextPart.get(u);p||(p=$X(),o.nextPart.set(u,p)),o=p}return o},_Y=e=>"isThemeGetter"in e&&e.isThemeGetter===!0,$Y=e=>{if(e<1)return{get:()=>{},set:()=>{}};let n=0,o=Object.create(null),c=Object.create(null);const i=(d,u)=>{o[d]=u,n++,n>e&&(n=0,c=o,o=Object.create(null))};return{get(d){let u=o[d];if(u!==void 0)return u;if((u=c[d])!==void 0)return i(d,u),u},set(d,u){d in o?o[d]=u:i(d,u)}}},JT="!",wV=":",CY=[],jV=(e,n,o,c,i)=>({modifiers:e,hasImportantModifier:n,baseClassName:o,maybePostfixModifierPosition:c,isExternal:i}),QY=e=>{const{prefix:n,experimentalParseClassName:o}=e;let c=i=>{const d=[];let u=0,p=0,f=0,x;const v=i.length;for(let w=0;w<v;w++){const N=i[w];if(u===0&&p===0){if(N===wV){d.push(i.slice(f,w)),f=w+1;continue}if(N==="/"){x=w;continue}}N==="["?u++:N==="]"?u--:N==="("?p++:N===")"&&p--}const g=d.length===0?i:i.slice(f);let k=g,b=!1;g.endsWith(JT)?(k=g.slice(0,-1),b=!0):g.startsWith(JT)&&(k=g.slice(1),b=!0);const M=x&&x>f?x-f:void 0;return jV(d,b,k,M)};if(n){const i=n+wV,d=c;c=u=>u.startsWith(i)?d(u.slice(i.length)):jV(CY,!1,u,void 0,!0)}if(o){const i=c;c=d=>o({className:d,parseClassName:i})}return c},LY=e=>{const n=new Map;return e.orderSensitiveModifiers.forEach((o,c)=>{n.set(o,1e6+c)}),o=>{const c=[];let i=[];for(let d=0;d<o.length;d++){const u=o[d],p=u[0]==="[",f=n.has(u);p||f?(i.length>0&&(i.sort(),c.push(...i),i=[]),c.push(u)):i.push(u)}return i.length>0&&(i.sort(),c.push(...i)),c}},zY=e=>({cache:$Y(e.cacheSize),parseClassName:QY(e),sortModifiers:LY(e),...kY(e)}),TY=/\s+/,PY=(e,n)=>{const{parseClassName:o,getClassGroupId:c,getConflictingClassGroupIds:i,sortModifiers:d}=n,u=[],p=e.trim().split(TY);let f="";for(let x=p.length-1;x>=0;x-=1){const v=p[x],{isExternal:g,modifiers:k,hasImportantModifier:b,baseClassName:M,maybePostfixModifierPosition:w}=o(v);if(g){f=v+(f.length>0?" "+f:f);continue}let N=!!w,j=c(N?M.substring(0,w):M);if(!j){if(!N){f=v+(f.length>0?" "+f:f);continue}if(j=c(M),!j){f=v+(f.length>0?" "+f:f);continue}N=!1}const C=k.length===0?"":k.length===1?k[0]:d(k).join(":"),_=b?C+JT:C,Q=_+j;if(u.indexOf(Q)>-1)continue;u.push(Q);const V=i(j,N);for(let A=0;A<V.length;++A){const P=V[A];u.push(_+P)}f=v+(f.length>0?" "+f:f)}return f},AY=(...e)=>{let n=0,o,c,i="";for(;n<e.length;)(o=e[n++])&&(c=LX(o))&&(i&&(i+=" "),i+=c);return i},LX=e=>{if(typeof e=="string")return e;let n,o="";for(let c=0;c<e.length;c++)e[c]&&(n=LX(e[c]))&&(o&&(o+=" "),o+=n);return o},qY=(e,...n)=>{let o,c,i,d;const u=f=>{const x=n.reduce((v,g)=>g(v),e());return o=zY(x),c=o.cache.get,i=o.cache.set,d=p,p(f)},p=f=>{const x=c(f);if(x)return x;const v=PY(f,o);return i(f,v),v};return d=u,(...f)=>d(AY(...f))},IY=[],_t=e=>{const n=o=>o[e]||IY;return n.isThemeGetter=!0,n},zX=/^\[(?:(\w[\w-]*):)?(.+)\]$/i,TX=/^\((?:(\w[\w-]*):)?(.+)\)$/i,RY=/^\d+(?:\.\d+)?\/\d+(?:\.\d+)?$/,VY=/^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/,EY=/\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$/,XY=/^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/,ZY=/^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/,DY=/^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/,ko=e=>RY.test(e),qe=e=>!!e&&!Number.isNaN(Number(e)),vo=e=>!!e&&Number.isInteger(Number(e)),uT=e=>e.endsWith("%")&&qe(e.slice(0,-1)),vs=e=>VY.test(e),PX=()=>!0,HY=e=>EY.test(e)&&!XY.test(e),jP=()=>!1,UY=e=>ZY.test(e),GY=e=>DY.test(e),BY=e=>!Me(e)&&!we(e),WY=e=>Fo(e,IX,jP),Me=e=>zX.test(e),xc=e=>Fo(e,RX,HY),SV=e=>Fo(e,nF,qe),YY=e=>Fo(e,EX,PX),FY=e=>Fo(e,VX,jP),NV=e=>Fo(e,AX,jP),KY=e=>Fo(e,qX,GY),fu=e=>Fo(e,XX,UY),we=e=>TX.test(e),U0=e=>C1(e,RX),JY=e=>C1(e,VX),_V=e=>C1(e,AX),eF=e=>C1(e,IX),tF=e=>C1(e,qX),mu=e=>C1(e,XX,!0),aF=e=>C1(e,EX,!0),Fo=(e,n,o)=>{const c=zX.exec(e);return c?c[1]?n(c[1]):o(c[2]):!1},C1=(e,n,o=!1)=>{const c=TX.exec(e);return c?c[1]?n(c[1]):o:!1},AX=e=>e==="position"||e==="percentage",qX=e=>e==="image"||e==="url",IX=e=>e==="length"||e==="size"||e==="bg-size",RX=e=>e==="length",nF=e=>e==="number",VX=e=>e==="family-name",EX=e=>e==="number"||e==="weight",XX=e=>e==="shadow",sF=()=>{const e=_t("color"),n=_t("font"),o=_t("text"),c=_t("font-weight"),i=_t("tracking"),d=_t("leading"),u=_t("breakpoint"),p=_t("container"),f=_t("spacing"),x=_t("radius"),v=_t("shadow"),g=_t("inset-shadow"),k=_t("text-shadow"),b=_t("drop-shadow"),M=_t("blur"),w=_t("perspective"),N=_t("aspect"),j=_t("ease"),C=_t("animate"),_=()=>["auto","avoid","all","avoid-page","page","left","right","column"],Q=()=>["center","top","bottom","left","right","top-left","left-top","top-right","right-top","bottom-right","right-bottom","bottom-left","left-bottom"],V=()=>[...Q(),we,Me],A=()=>["auto","hidden","clip","visible","scroll"],P=()=>["auto","contain","none"],z=()=>[we,Me,f],F=()=>[ko,"full","auto",...z()],q=()=>[vo,"none","subgrid",we,Me],ce=()=>["auto",{span:["full",vo,we,Me]},vo,we,Me],ne=()=>[vo,"auto",we,Me],oe=()=>["auto","min","max","fr",we,Me],E=()=>["start","end","center","between","around","evenly","stretch","baseline","center-safe","end-safe"],T=()=>["start","end","center","stretch","center-safe","end-safe"],L=()=>["auto",...z()],X=()=>[ko,"auto","full","dvw","dvh","lvw","lvh","svw","svh","min","max","fit",...z()],K=()=>[ko,"screen","full","dvw","lvw","svw","min","max","fit",...z()],Y=()=>[ko,"screen","full","lh","dvh","lvh","svh","min","max","fit",...z()],U=()=>[e,we,Me],fe=()=>[...Q(),_V,NV,{position:[we,Me]}],he=()=>["no-repeat",{repeat:["","x","y","space","round"]}],pe=()=>["auto","cover","contain",eF,WY,{size:[we,Me]}],Oe=()=>[uT,U0,xc],Se=()=>["","none","full",x,we,Me],de=()=>["",qe,U0,xc],ke=()=>["solid","dashed","dotted","double"],ct=()=>["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity"],Le=()=>[qe,uT,_V,NV],gt=()=>["","none",M,we,Me],it=()=>["none",qe,we,Me],ut=()=>["none",qe,we,Me],kt=()=>[qe,we,Me],Fe=()=>[ko,"full",...z()];return{cacheSize:500,theme:{animate:["spin","ping","pulse","bounce"],aspect:["video"],blur:[vs],breakpoint:[vs],color:[PX],container:[vs],"drop-shadow":[vs],ease:["in","out","in-out"],font:[BY],"font-weight":["thin","extralight","light","normal","medium","semibold","bold","extrabold","black"],"inset-shadow":[vs],leading:["none","tight","snug","normal","relaxed","loose"],perspective:["dramatic","near","normal","midrange","distant","none"],radius:[vs],shadow:[vs],spacing:["px",qe],text:[vs],"text-shadow":[vs],tracking:["tighter","tight","normal","wide","wider","widest"]},classGroups:{aspect:[{aspect:["auto","square",ko,Me,we,N]}],container:["container"],columns:[{columns:[qe,Me,we,p]}],"break-after":[{"break-after":_()}],"break-before":[{"break-before":_()}],"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"],sr:["sr-only","not-sr-only"],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:V()}],overflow:[{overflow:A()}],"overflow-x":[{"overflow-x":A()}],"overflow-y":[{"overflow-y":A()}],overscroll:[{overscroll:P()}],"overscroll-x":[{"overscroll-x":P()}],"overscroll-y":[{"overscroll-y":P()}],position:["static","fixed","absolute","relative","sticky"],inset:[{inset:F()}],"inset-x":[{"inset-x":F()}],"inset-y":[{"inset-y":F()}],start:[{"inset-s":F(),start:F()}],end:[{"inset-e":F(),end:F()}],"inset-bs":[{"inset-bs":F()}],"inset-be":[{"inset-be":F()}],top:[{top:F()}],right:[{right:F()}],bottom:[{bottom:F()}],left:[{left:F()}],visibility:["visible","invisible","collapse"],z:[{z:[vo,"auto",we,Me]}],basis:[{basis:[ko,"full","auto",p,...z()]}],"flex-direction":[{flex:["row","row-reverse","col","col-reverse"]}],"flex-wrap":[{flex:["nowrap","wrap","wrap-reverse"]}],flex:[{flex:[qe,ko,"auto","initial","none",Me]}],grow:[{grow:["",qe,we,Me]}],shrink:[{shrink:["",qe,we,Me]}],order:[{order:[vo,"first","last","none",we,Me]}],"grid-cols":[{"grid-cols":q()}],"col-start-end":[{col:ce()}],"col-start":[{"col-start":ne()}],"col-end":[{"col-end":ne()}],"grid-rows":[{"grid-rows":q()}],"row-start-end":[{row:ce()}],"row-start":[{"row-start":ne()}],"row-end":[{"row-end":ne()}],"grid-flow":[{"grid-flow":["row","col","dense","row-dense","col-dense"]}],"auto-cols":[{"auto-cols":oe()}],"auto-rows":[{"auto-rows":oe()}],gap:[{gap:z()}],"gap-x":[{"gap-x":z()}],"gap-y":[{"gap-y":z()}],"justify-content":[{justify:[...E(),"normal"]}],"justify-items":[{"justify-items":[...T(),"normal"]}],"justify-self":[{"justify-self":["auto",...T()]}],"align-content":[{content:["normal",...E()]}],"align-items":[{items:[...T(),{baseline:["","last"]}]}],"align-self":[{self:["auto",...T(),{baseline:["","last"]}]}],"place-content":[{"place-content":E()}],"place-items":[{"place-items":[...T(),"baseline"]}],"place-self":[{"place-self":["auto",...T()]}],p:[{p:z()}],px:[{px:z()}],py:[{py:z()}],ps:[{ps:z()}],pe:[{pe:z()}],pbs:[{pbs:z()}],pbe:[{pbe:z()}],pt:[{pt:z()}],pr:[{pr:z()}],pb:[{pb:z()}],pl:[{pl:z()}],m:[{m:L()}],mx:[{mx:L()}],my:[{my:L()}],ms:[{ms:L()}],me:[{me:L()}],mbs:[{mbs:L()}],mbe:[{mbe:L()}],mt:[{mt:L()}],mr:[{mr:L()}],mb:[{mb:L()}],ml:[{ml:L()}],"space-x":[{"space-x":z()}],"space-x-reverse":["space-x-reverse"],"space-y":[{"space-y":z()}],"space-y-reverse":["space-y-reverse"],size:[{size:X()}],"inline-size":[{inline:["auto",...K()]}],"min-inline-size":[{"min-inline":["auto",...K()]}],"max-inline-size":[{"max-inline":["none",...K()]}],"block-size":[{block:["auto",...Y()]}],"min-block-size":[{"min-block":["auto",...Y()]}],"max-block-size":[{"max-block":["none",...Y()]}],w:[{w:[p,"screen",...X()]}],"min-w":[{"min-w":[p,"screen","none",...X()]}],"max-w":[{"max-w":[p,"screen","none","prose",{screen:[u]},...X()]}],h:[{h:["screen","lh",...X()]}],"min-h":[{"min-h":["screen","lh","none",...X()]}],"max-h":[{"max-h":["screen","lh",...X()]}],"font-size":[{text:["base",o,U0,xc]}],"font-smoothing":["antialiased","subpixel-antialiased"],"font-style":["italic","not-italic"],"font-weight":[{font:[c,aF,YY]}],"font-stretch":[{"font-stretch":["ultra-condensed","extra-condensed","condensed","semi-condensed","normal","semi-expanded","expanded","extra-expanded","ultra-expanded",uT,Me]}],"font-family":[{font:[JY,FY,n]}],"font-features":[{"font-features":[Me]}],"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:[i,we,Me]}],"line-clamp":[{"line-clamp":[qe,"none",we,SV]}],leading:[{leading:[d,...z()]}],"list-image":[{"list-image":["none",we,Me]}],"list-style-position":[{list:["inside","outside"]}],"list-style-type":[{list:["disc","decimal","none",we,Me]}],"text-alignment":[{text:["left","center","right","justify","start","end"]}],"placeholder-color":[{placeholder:U()}],"text-color":[{text:U()}],"text-decoration":["underline","overline","line-through","no-underline"],"text-decoration-style":[{decoration:[...ke(),"wavy"]}],"text-decoration-thickness":[{decoration:[qe,"from-font","auto",we,xc]}],"text-decoration-color":[{decoration:U()}],"underline-offset":[{"underline-offset":[qe,"auto",we,Me]}],"text-transform":["uppercase","lowercase","capitalize","normal-case"],"text-overflow":["truncate","text-ellipsis","text-clip"],"text-wrap":[{text:["wrap","nowrap","balance","pretty"]}],indent:[{indent:z()}],"vertical-align":[{align:["baseline","top","middle","bottom","text-top","text-bottom","sub","super",we,Me]}],whitespace:[{whitespace:["normal","nowrap","pre","pre-line","pre-wrap","break-spaces"]}],break:[{break:["normal","words","all","keep"]}],wrap:[{wrap:["break-word","anywhere","normal"]}],hyphens:[{hyphens:["none","manual","auto"]}],content:[{content:["none",we,Me]}],"bg-attachment":[{bg:["fixed","local","scroll"]}],"bg-clip":[{"bg-clip":["border","padding","content","text"]}],"bg-origin":[{"bg-origin":["border","padding","content"]}],"bg-position":[{bg:fe()}],"bg-repeat":[{bg:he()}],"bg-size":[{bg:pe()}],"bg-image":[{bg:["none",{linear:[{to:["t","tr","r","br","b","bl","l","tl"]},vo,we,Me],radial:["",we,Me],conic:[vo,we,Me]},tF,KY]}],"bg-color":[{bg:U()}],"gradient-from-pos":[{from:Oe()}],"gradient-via-pos":[{via:Oe()}],"gradient-to-pos":[{to:Oe()}],"gradient-from":[{from:U()}],"gradient-via":[{via:U()}],"gradient-to":[{to:U()}],rounded:[{rounded:Se()}],"rounded-s":[{"rounded-s":Se()}],"rounded-e":[{"rounded-e":Se()}],"rounded-t":[{"rounded-t":Se()}],"rounded-r":[{"rounded-r":Se()}],"rounded-b":[{"rounded-b":Se()}],"rounded-l":[{"rounded-l":Se()}],"rounded-ss":[{"rounded-ss":Se()}],"rounded-se":[{"rounded-se":Se()}],"rounded-ee":[{"rounded-ee":Se()}],"rounded-es":[{"rounded-es":Se()}],"rounded-tl":[{"rounded-tl":Se()}],"rounded-tr":[{"rounded-tr":Se()}],"rounded-br":[{"rounded-br":Se()}],"rounded-bl":[{"rounded-bl":Se()}],"border-w":[{border:de()}],"border-w-x":[{"border-x":de()}],"border-w-y":[{"border-y":de()}],"border-w-s":[{"border-s":de()}],"border-w-e":[{"border-e":de()}],"border-w-bs":[{"border-bs":de()}],"border-w-be":[{"border-be":de()}],"border-w-t":[{"border-t":de()}],"border-w-r":[{"border-r":de()}],"border-w-b":[{"border-b":de()}],"border-w-l":[{"border-l":de()}],"divide-x":[{"divide-x":de()}],"divide-x-reverse":["divide-x-reverse"],"divide-y":[{"divide-y":de()}],"divide-y-reverse":["divide-y-reverse"],"border-style":[{border:[...ke(),"hidden","none"]}],"divide-style":[{divide:[...ke(),"hidden","none"]}],"border-color":[{border:U()}],"border-color-x":[{"border-x":U()}],"border-color-y":[{"border-y":U()}],"border-color-s":[{"border-s":U()}],"border-color-e":[{"border-e":U()}],"border-color-bs":[{"border-bs":U()}],"border-color-be":[{"border-be":U()}],"border-color-t":[{"border-t":U()}],"border-color-r":[{"border-r":U()}],"border-color-b":[{"border-b":U()}],"border-color-l":[{"border-l":U()}],"divide-color":[{divide:U()}],"outline-style":[{outline:[...ke(),"none","hidden"]}],"outline-offset":[{"outline-offset":[qe,we,Me]}],"outline-w":[{outline:["",qe,U0,xc]}],"outline-color":[{outline:U()}],shadow:[{shadow:["","none",v,mu,fu]}],"shadow-color":[{shadow:U()}],"inset-shadow":[{"inset-shadow":["none",g,mu,fu]}],"inset-shadow-color":[{"inset-shadow":U()}],"ring-w":[{ring:de()}],"ring-w-inset":["ring-inset"],"ring-color":[{ring:U()}],"ring-offset-w":[{"ring-offset":[qe,xc]}],"ring-offset-color":[{"ring-offset":U()}],"inset-ring-w":[{"inset-ring":de()}],"inset-ring-color":[{"inset-ring":U()}],"text-shadow":[{"text-shadow":["none",k,mu,fu]}],"text-shadow-color":[{"text-shadow":U()}],opacity:[{opacity:[qe,we,Me]}],"mix-blend":[{"mix-blend":[...ct(),"plus-darker","plus-lighter"]}],"bg-blend":[{"bg-blend":ct()}],"mask-clip":[{"mask-clip":["border","padding","content","fill","stroke","view"]},"mask-no-clip"],"mask-composite":[{mask:["add","subtract","intersect","exclude"]}],"mask-image-linear-pos":[{"mask-linear":[qe]}],"mask-image-linear-from-pos":[{"mask-linear-from":Le()}],"mask-image-linear-to-pos":[{"mask-linear-to":Le()}],"mask-image-linear-from-color":[{"mask-linear-from":U()}],"mask-image-linear-to-color":[{"mask-linear-to":U()}],"mask-image-t-from-pos":[{"mask-t-from":Le()}],"mask-image-t-to-pos":[{"mask-t-to":Le()}],"mask-image-t-from-color":[{"mask-t-from":U()}],"mask-image-t-to-color":[{"mask-t-to":U()}],"mask-image-r-from-pos":[{"mask-r-from":Le()}],"mask-image-r-to-pos":[{"mask-r-to":Le()}],"mask-image-r-from-color":[{"mask-r-from":U()}],"mask-image-r-to-color":[{"mask-r-to":U()}],"mask-image-b-from-pos":[{"mask-b-from":Le()}],"mask-image-b-to-pos":[{"mask-b-to":Le()}],"mask-image-b-from-color":[{"mask-b-from":U()}],"mask-image-b-to-color":[{"mask-b-to":U()}],"mask-image-l-from-pos":[{"mask-l-from":Le()}],"mask-image-l-to-pos":[{"mask-l-to":Le()}],"mask-image-l-from-color":[{"mask-l-from":U()}],"mask-image-l-to-color":[{"mask-l-to":U()}],"mask-image-x-from-pos":[{"mask-x-from":Le()}],"mask-image-x-to-pos":[{"mask-x-to":Le()}],"mask-image-x-from-color":[{"mask-x-from":U()}],"mask-image-x-to-color":[{"mask-x-to":U()}],"mask-image-y-from-pos":[{"mask-y-from":Le()}],"mask-image-y-to-pos":[{"mask-y-to":Le()}],"mask-image-y-from-color":[{"mask-y-from":U()}],"mask-image-y-to-color":[{"mask-y-to":U()}],"mask-image-radial":[{"mask-radial":[we,Me]}],"mask-image-radial-from-pos":[{"mask-radial-from":Le()}],"mask-image-radial-to-pos":[{"mask-radial-to":Le()}],"mask-image-radial-from-color":[{"mask-radial-from":U()}],"mask-image-radial-to-color":[{"mask-radial-to":U()}],"mask-image-radial-shape":[{"mask-radial":["circle","ellipse"]}],"mask-image-radial-size":[{"mask-radial":[{closest:["side","corner"],farthest:["side","corner"]}]}],"mask-image-radial-pos":[{"mask-radial-at":Q()}],"mask-image-conic-pos":[{"mask-conic":[qe]}],"mask-image-conic-from-pos":[{"mask-conic-from":Le()}],"mask-image-conic-to-pos":[{"mask-conic-to":Le()}],"mask-image-conic-from-color":[{"mask-conic-from":U()}],"mask-image-conic-to-color":[{"mask-conic-to":U()}],"mask-mode":[{mask:["alpha","luminance","match"]}],"mask-origin":[{"mask-origin":["border","padding","content","fill","stroke","view"]}],"mask-position":[{mask:fe()}],"mask-repeat":[{mask:he()}],"mask-size":[{mask:pe()}],"mask-type":[{"mask-type":["alpha","luminance"]}],"mask-image":[{mask:["none",we,Me]}],filter:[{filter:["","none",we,Me]}],blur:[{blur:gt()}],brightness:[{brightness:[qe,we,Me]}],contrast:[{contrast:[qe,we,Me]}],"drop-shadow":[{"drop-shadow":["","none",b,mu,fu]}],"drop-shadow-color":[{"drop-shadow":U()}],grayscale:[{grayscale:["",qe,we,Me]}],"hue-rotate":[{"hue-rotate":[qe,we,Me]}],invert:[{invert:["",qe,we,Me]}],saturate:[{saturate:[qe,we,Me]}],sepia:[{sepia:["",qe,we,Me]}],"backdrop-filter":[{"backdrop-filter":["","none",we,Me]}],"backdrop-blur":[{"backdrop-blur":gt()}],"backdrop-brightness":[{"backdrop-brightness":[qe,we,Me]}],"backdrop-contrast":[{"backdrop-contrast":[qe,we,Me]}],"backdrop-grayscale":[{"backdrop-grayscale":["",qe,we,Me]}],"backdrop-hue-rotate":[{"backdrop-hue-rotate":[qe,we,Me]}],"backdrop-invert":[{"backdrop-invert":["",qe,we,Me]}],"backdrop-opacity":[{"backdrop-opacity":[qe,we,Me]}],"backdrop-saturate":[{"backdrop-saturate":[qe,we,Me]}],"backdrop-sepia":[{"backdrop-sepia":["",qe,we,Me]}],"border-collapse":[{border:["collapse","separate"]}],"border-spacing":[{"border-spacing":z()}],"border-spacing-x":[{"border-spacing-x":z()}],"border-spacing-y":[{"border-spacing-y":z()}],"table-layout":[{table:["auto","fixed"]}],caption:[{caption:["top","bottom"]}],transition:[{transition:["","all","colors","opacity","shadow","transform","none",we,Me]}],"transition-behavior":[{transition:["normal","discrete"]}],duration:[{duration:[qe,"initial",we,Me]}],ease:[{ease:["linear","initial",j,we,Me]}],delay:[{delay:[qe,we,Me]}],animate:[{animate:["none",C,we,Me]}],backface:[{backface:["hidden","visible"]}],perspective:[{perspective:[w,we,Me]}],"perspective-origin":[{"perspective-origin":V()}],rotate:[{rotate:it()}],"rotate-x":[{"rotate-x":it()}],"rotate-y":[{"rotate-y":it()}],"rotate-z":[{"rotate-z":it()}],scale:[{scale:ut()}],"scale-x":[{"scale-x":ut()}],"scale-y":[{"scale-y":ut()}],"scale-z":[{"scale-z":ut()}],"scale-3d":["scale-3d"],skew:[{skew:kt()}],"skew-x":[{"skew-x":kt()}],"skew-y":[{"skew-y":kt()}],transform:[{transform:[we,Me,"","none","gpu","cpu"]}],"transform-origin":[{origin:V()}],"transform-style":[{transform:["3d","flat"]}],translate:[{translate:Fe()}],"translate-x":[{"translate-x":Fe()}],"translate-y":[{"translate-y":Fe()}],"translate-z":[{"translate-z":Fe()}],"translate-none":["translate-none"],accent:[{accent:U()}],appearance:[{appearance:["none","auto"]}],"caret-color":[{caret:U()}],"color-scheme":[{scheme:["normal","dark","light","light-dark","only-dark","only-light"]}],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",we,Me]}],"field-sizing":[{"field-sizing":["fixed","content"]}],"pointer-events":[{"pointer-events":["auto","none"]}],resize:[{resize:["none","","y","x"]}],"scroll-behavior":[{scroll:["auto","smooth"]}],"scroll-m":[{"scroll-m":z()}],"scroll-mx":[{"scroll-mx":z()}],"scroll-my":[{"scroll-my":z()}],"scroll-ms":[{"scroll-ms":z()}],"scroll-me":[{"scroll-me":z()}],"scroll-mbs":[{"scroll-mbs":z()}],"scroll-mbe":[{"scroll-mbe":z()}],"scroll-mt":[{"scroll-mt":z()}],"scroll-mr":[{"scroll-mr":z()}],"scroll-mb":[{"scroll-mb":z()}],"scroll-ml":[{"scroll-ml":z()}],"scroll-p":[{"scroll-p":z()}],"scroll-px":[{"scroll-px":z()}],"scroll-py":[{"scroll-py":z()}],"scroll-ps":[{"scroll-ps":z()}],"scroll-pe":[{"scroll-pe":z()}],"scroll-pbs":[{"scroll-pbs":z()}],"scroll-pbe":[{"scroll-pbe":z()}],"scroll-pt":[{"scroll-pt":z()}],"scroll-pr":[{"scroll-pr":z()}],"scroll-pb":[{"scroll-pb":z()}],"scroll-pl":[{"scroll-pl":z()}],"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",we,Me]}],fill:[{fill:["none",...U()]}],"stroke-w":[{stroke:[qe,U0,xc,SV]}],stroke:[{stroke:["none",...U()]}],"forced-color-adjust":[{"forced-color-adjust":["auto","none"]}]},conflictingClassGroups:{overflow:["overflow-x","overflow-y"],overscroll:["overscroll-x","overscroll-y"],inset:["inset-x","inset-y","inset-bs","inset-be","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","pbs","pbe","pt","pr","pb","pl"],px:["pr","pl"],py:["pt","pb"],m:["mx","my","ms","me","mbs","mbe","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-x","border-w-y","border-w-s","border-w-e","border-w-bs","border-w-be","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-x","border-color-y","border-color-s","border-color-e","border-color-bs","border-color-be","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"],translate:["translate-x","translate-y","translate-none"],"translate-none":["translate","translate-x","translate-y","translate-z"],"scroll-m":["scroll-mx","scroll-my","scroll-ms","scroll-me","scroll-mbs","scroll-mbe","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-pbs","scroll-pbe","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"]},orderSensitiveModifiers:["*","**","after","backdrop","before","details-content","file","first-letter","first-line","marker","placeholder","selection"]}},oF=qY(sF);function te(...e){return oF(xY(e))}function $e(e,n,{checkForDefaultPrevented:o=!0}={}){return function(i){if(e==null||e(i),o===!1||!i.defaultPrevented)return n==null?void 0:n(i)}}function $V(e,n){if(typeof e=="function")return e(n);e!=null&&(e.current=n)}function SP(...e){return n=>{let o=!1;const c=e.map(i=>{const d=$V(i,n);return!o&&typeof d=="function"&&(o=!0),d});if(o)return()=>{for(let i=0;i<c.length;i++){const d=c[i];typeof d=="function"?d():$V(e[i],null)}}}}function ht(...e){return O.useCallback(SP(...e),e)}function cF(e,n){const o=O.createContext(n),c=d=>{const{children:u,...p}=d,f=O.useMemo(()=>p,Object.values(p));return t.jsx(o.Provider,{value:f,children:u})};c.displayName=e+"Provider";function i(d){const u=O.useContext(o);if(u)return u;if(n!==void 0)return n;throw new Error(`\`${d}\` must be used within \`${e}\``)}return[c,i]}function Hs(e,n=[]){let o=[];function c(d,u){const p=O.createContext(u),f=o.length;o=[...o,u];const x=g=>{var j;const{scope:k,children:b,...M}=g,w=((j=k==null?void 0:k[e])==null?void 0:j[f])||p,N=O.useMemo(()=>M,Object.values(M));return t.jsx(w.Provider,{value:N,children:b})};x.displayName=d+"Provider";function v(g,k){var w;const b=((w=k==null?void 0:k[e])==null?void 0:w[f])||p,M=O.useContext(b);if(M)return M;if(u!==void 0)return u;throw new Error(`\`${g}\` must be used within \`${d}\``)}return[x,v]}const i=()=>{const d=o.map(u=>O.createContext(u));return function(p){const f=(p==null?void 0:p[e])||d;return O.useMemo(()=>({[`__scope${e}`]:{...p,[e]:f}}),[p,f])}};return i.scopeName=e,[c,iF(i,...n)]}function iF(...e){const n=e[0];if(e.length===1)return n;const o=()=>{const c=e.map(i=>({useScope:i(),scopeName:i.scopeName}));return function(d){const u=c.reduce((p,{useScope:f,scopeName:x})=>{const g=f(d)[`__scope${x}`];return{...p,...g}},{});return O.useMemo(()=>({[`__scope${n.scopeName}`]:u}),[u])}};return o.scopeName=n.scopeName,o}function A2(e){const n=rF(e),o=O.forwardRef((c,i)=>{const{children:d,...u}=c,p=O.Children.toArray(d),f=p.find(dF);if(f){const x=f.props.children,v=p.map(g=>g===f?O.Children.count(x)>1?O.Children.only(null):O.isValidElement(x)?x.props.children:null:g);return t.jsx(n,{...u,ref:i,children:O.isValidElement(x)?O.cloneElement(x,void 0,v):null})}return t.jsx(n,{...u,ref:i,children:d})});return o.displayName=`${e}.Slot`,o}function rF(e){const n=O.forwardRef((o,c)=>{const{children:i,...d}=o;if(O.isValidElement(i)){const u=uF(i),p=hF(d,i.props);return i.type!==O.Fragment&&(p.ref=c?SP(c,u):u),O.cloneElement(i,p)}return O.Children.count(i)>1?O.Children.only(null):null});return n.displayName=`${e}.SlotClone`,n}var ZX=Symbol("radix.slottable");function lF(e){const n=({children:o})=>t.jsx(t.Fragment,{children:o});return n.displayName=`${e}.Slottable`,n.__radixId=ZX,n}function dF(e){return O.isValidElement(e)&&typeof e.type=="function"&&"__radixId"in e.type&&e.type.__radixId===ZX}function hF(e,n){const o={...n};for(const c in n){const i=e[c],d=n[c];/^on[A-Z]/.test(c)?i&&d?o[c]=(...p)=>{const f=d(...p);return i(...p),f}:i&&(o[c]=i):c==="style"?o[c]={...i,...d}:c==="className"&&(o[c]=[i,d].filter(Boolean).join(" "))}return{...e,...o}}function uF(e){var c,i;let n=(c=Object.getOwnPropertyDescriptor(e.props,"ref"))==null?void 0:c.get,o=n&&"isReactWarning"in n&&n.isReactWarning;return o?e.ref:(n=(i=Object.getOwnPropertyDescriptor(e,"ref"))==null?void 0:i.get,o=n&&"isReactWarning"in n&&n.isReactWarning,o?e.props.ref:e.props.ref||e.ref)}var pF=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","select","span","svg","ul"],Ye=pF.reduce((e,n)=>{const o=A2(`Primitive.${n}`),c=O.forwardRef((i,d)=>{const{asChild:u,...p}=i,f=u?o:n;return typeof window<"u"&&(window[Symbol.for("radix-ui")]=!0),t.jsx(f,{...p,ref:d})});return c.displayName=`Primitive.${n}`,{...e,[n]:c}},{});function DX(e,n){e&&yX.flushSync(()=>e.dispatchEvent(n))}function Dt(e){const n=O.useRef(e);return O.useEffect(()=>{n.current=e}),O.useMemo(()=>(...o)=>{var c;return(c=n.current)==null?void 0:c.call(n,...o)},[])}function fF(e,n=globalThis==null?void 0:globalThis.document){const o=Dt(e);O.useEffect(()=>{const c=i=>{i.key==="Escape"&&o(i)};return n.addEventListener("keydown",c,{capture:!0}),()=>n.removeEventListener("keydown",c,{capture:!0})},[o,n])}var mF="DismissableLayer",eP="dismissableLayer.update",xF="dismissableLayer.pointerDownOutside",yF="dismissableLayer.focusOutside",CV,HX=O.createContext({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set}),NQ=O.forwardRef((e,n)=>{const{disableOutsidePointerEvents:o=!1,onEscapeKeyDown:c,onPointerDownOutside:i,onFocusOutside:d,onInteractOutside:u,onDismiss:p,...f}=e,x=O.useContext(HX),[v,g]=O.useState(null),k=(v==null?void 0:v.ownerDocument)??(globalThis==null?void 0:globalThis.document),[,b]=O.useState({}),M=ht(n,P=>g(P)),w=Array.from(x.layers),[N]=[...x.layersWithOutsidePointerEventsDisabled].slice(-1),j=w.indexOf(N),C=v?w.indexOf(v):-1,_=x.layersWithOutsidePointerEventsDisabled.size>0,Q=C>=j,V=kF(P=>{const z=P.target,F=[...x.branches].some(q=>q.contains(z));!Q||F||(i==null||i(P),u==null||u(P),P.defaultPrevented||p==null||p())},k),A=vF(P=>{const z=P.target;[...x.branches].some(q=>q.contains(z))||(d==null||d(P),u==null||u(P),P.defaultPrevented||p==null||p())},k);return fF(P=>{C===x.layers.size-1&&(c==null||c(P),!P.defaultPrevented&&p&&(P.preventDefault(),p()))},k),O.useEffect(()=>{if(v)return o&&(x.layersWithOutsidePointerEventsDisabled.size===0&&(CV=k.body.style.pointerEvents,k.body.style.pointerEvents="none"),x.layersWithOutsidePointerEventsDisabled.add(v)),x.layers.add(v),QV(),()=>{o&&x.layersWithOutsidePointerEventsDisabled.size===1&&(k.body.style.pointerEvents=CV)}},[v,k,o,x]),O.useEffect(()=>()=>{v&&(x.layers.delete(v),x.layersWithOutsidePointerEventsDisabled.delete(v),QV())},[v,x]),O.useEffect(()=>{const P=()=>b({});return document.addEventListener(eP,P),()=>document.removeEventListener(eP,P)},[]),t.jsx(Ye.div,{...f,ref:M,style:{pointerEvents:_?Q?"auto":"none":void 0,...e.style},onFocusCapture:$e(e.onFocusCapture,A.onFocusCapture),onBlurCapture:$e(e.onBlurCapture,A.onBlurCapture),onPointerDownCapture:$e(e.onPointerDownCapture,V.onPointerDownCapture)})});NQ.displayName=mF;var OF="DismissableLayerBranch",gF=O.forwardRef((e,n)=>{const o=O.useContext(HX),c=O.useRef(null),i=ht(n,c);return O.useEffect(()=>{const d=c.current;if(d)return o.branches.add(d),()=>{o.branches.delete(d)}},[o.branches]),t.jsx(Ye.div,{...e,ref:i})});gF.displayName=OF;function kF(e,n=globalThis==null?void 0:globalThis.document){const o=Dt(e),c=O.useRef(!1),i=O.useRef(()=>{});return O.useEffect(()=>{const d=p=>{if(p.target&&!c.current){let f=function(){UX(xF,o,x,{discrete:!0})};const x={originalEvent:p};p.pointerType==="touch"?(n.removeEventListener("click",i.current),i.current=f,n.addEventListener("click",i.current,{once:!0})):f()}else n.removeEventListener("click",i.current);c.current=!1},u=window.setTimeout(()=>{n.addEventListener("pointerdown",d)},0);return()=>{window.clearTimeout(u),n.removeEventListener("pointerdown",d),n.removeEventListener("click",i.current)}},[n,o]),{onPointerDownCapture:()=>c.current=!0}}function vF(e,n=globalThis==null?void 0:globalThis.document){const o=Dt(e),c=O.useRef(!1);return O.useEffect(()=>{const i=d=>{d.target&&!c.current&&UX(yF,o,{originalEvent:d},{discrete:!1})};return n.addEventListener("focusin",i),()=>n.removeEventListener("focusin",i)},[n,o]),{onFocusCapture:()=>c.current=!0,onBlurCapture:()=>c.current=!1}}function QV(){const e=new CustomEvent(eP);document.dispatchEvent(e)}function UX(e,n,o,{discrete:c}){const i=o.originalEvent.target,d=new CustomEvent(e,{bubbles:!1,cancelable:!0,detail:o});n&&i.addEventListener(e,n,{once:!0}),c?DX(i,d):i.dispatchEvent(d)}var Xs=globalThis!=null&&globalThis.document?O.useLayoutEffect:()=>{},bF=xX[" useId ".trim().toString()]||(()=>{}),MF=0;function jd(e){const[n,o]=O.useState(bF());return Xs(()=>{o(c=>c??String(MF++))},[e]),n?`radix-${n}`:""}const wF=["top","right","bottom","left"],Bo=Math.min,La=Math.max,nQ=Math.round,xu=Math.floor,Un=e=>({x:e,y:e}),jF={left:"right",right:"left",bottom:"top",top:"bottom"};function tP(e,n,o){return La(e,Bo(n,o))}function Zs(e,n){return typeof e=="function"?e(n):e}function Ds(e){return e.split("-")[0]}function Fd(e){return e.split("-")[1]}function NP(e){return e==="x"?"y":"x"}function _P(e){return e==="y"?"height":"width"}function Zn(e){const n=e[0];return n==="t"||n==="b"?"y":"x"}function $P(e){return NP(Zn(e))}function SF(e,n,o){o===void 0&&(o=!1);const c=Fd(e),i=$P(e),d=_P(i);let u=i==="x"?c===(o?"end":"start")?"right":"left":c==="start"?"bottom":"top";return n.reference[d]>n.floating[d]&&(u=sQ(u)),[u,sQ(u)]}function NF(e){const n=sQ(e);return[aP(e),n,aP(n)]}function aP(e){return e.includes("start")?e.replace("start","end"):e.replace("end","start")}const LV=["left","right"],zV=["right","left"],_F=["top","bottom"],$F=["bottom","top"];function CF(e,n,o){switch(e){case"top":case"bottom":return o?n?zV:LV:n?LV:zV;case"left":case"right":return n?_F:$F;default:return[]}}function QF(e,n,o,c){const i=Fd(e);let d=CF(Ds(e),o==="start",c);return i&&(d=d.map(u=>u+"-"+i),n&&(d=d.concat(d.map(aP)))),d}function sQ(e){const n=Ds(e);return jF[n]+e.slice(n.length)}function LF(e){return{top:0,right:0,bottom:0,left:0,...e}}function GX(e){return typeof e!="number"?LF(e):{top:e,right:e,bottom:e,left:e}}function oQ(e){const{x:n,y:o,width:c,height:i}=e;return{width:c,height:i,top:o,left:n,right:n+c,bottom:o+i,x:n,y:o}}function TV(e,n,o){let{reference:c,floating:i}=e;const d=Zn(n),u=$P(n),p=_P(u),f=Ds(n),x=d==="y",v=c.x+c.width/2-i.width/2,g=c.y+c.height/2-i.height/2,k=c[p]/2-i[p]/2;let b;switch(f){case"top":b={x:v,y:c.y-i.height};break;case"bottom":b={x:v,y:c.y+c.height};break;case"right":b={x:c.x+c.width,y:g};break;case"left":b={x:c.x-i.width,y:g};break;default:b={x:c.x,y:c.y}}switch(Fd(n)){case"start":b[u]-=k*(o&&x?-1:1);break;case"end":b[u]+=k*(o&&x?-1:1);break}return b}async function zF(e,n){var o;n===void 0&&(n={});const{x:c,y:i,platform:d,rects:u,elements:p,strategy:f}=e,{boundary:x="clippingAncestors",rootBoundary:v="viewport",elementContext:g="floating",altBoundary:k=!1,padding:b=0}=Zs(n,e),M=GX(b),N=p[k?g==="floating"?"reference":"floating":g],j=oQ(await d.getClippingRect({element:(o=await(d.isElement==null?void 0:d.isElement(N)))==null||o?N:N.contextElement||await(d.getDocumentElement==null?void 0:d.getDocumentElement(p.floating)),boundary:x,rootBoundary:v,strategy:f})),C=g==="floating"?{x:c,y:i,width:u.floating.width,height:u.floating.height}:u.reference,_=await(d.getOffsetParent==null?void 0:d.getOffsetParent(p.floating)),Q=await(d.isElement==null?void 0:d.isElement(_))?await(d.getScale==null?void 0:d.getScale(_))||{x:1,y:1}:{x:1,y:1},V=oQ(d.convertOffsetParentRelativeRectToViewportRelativeRect?await d.convertOffsetParentRelativeRectToViewportRelativeRect({elements:p,rect:C,offsetParent:_,strategy:f}):C);return{top:(j.top-V.top+M.top)/Q.y,bottom:(V.bottom-j.bottom+M.bottom)/Q.y,left:(j.left-V.left+M.left)/Q.x,right:(V.right-j.right+M.right)/Q.x}}const TF=50,PF=async(e,n,o)=>{const{placement:c="bottom",strategy:i="absolute",middleware:d=[],platform:u}=o,p=u.detectOverflow?u:{...u,detectOverflow:zF},f=await(u.isRTL==null?void 0:u.isRTL(n));let x=await u.getElementRects({reference:e,floating:n,strategy:i}),{x:v,y:g}=TV(x,c,f),k=c,b=0;const M={};for(let w=0;w<d.length;w++){const N=d[w];if(!N)continue;const{name:j,fn:C}=N,{x:_,y:Q,data:V,reset:A}=await C({x:v,y:g,initialPlacement:c,placement:k,strategy:i,middlewareData:M,rects:x,platform:p,elements:{reference:e,floating:n}});v=_??v,g=Q??g,M[j]={...M[j],...V},A&&b<TF&&(b++,typeof A=="object"&&(A.placement&&(k=A.placement),A.rects&&(x=A.rects===!0?await u.getElementRects({reference:e,floating:n,strategy:i}):A.rects),{x:v,y:g}=TV(x,k,f)),w=-1)}return{x:v,y:g,placement:k,strategy:i,middlewareData:M}},AF=e=>({name:"arrow",options:e,async fn(n){const{x:o,y:c,placement:i,rects:d,platform:u,elements:p,middlewareData:f}=n,{element:x,padding:v=0}=Zs(e,n)||{};if(x==null)return{};const g=GX(v),k={x:o,y:c},b=$P(i),M=_P(b),w=await u.getDimensions(x),N=b==="y",j=N?"top":"left",C=N?"bottom":"right",_=N?"clientHeight":"clientWidth",Q=d.reference[M]+d.reference[b]-k[b]-d.floating[M],V=k[b]-d.reference[b],A=await(u.getOffsetParent==null?void 0:u.getOffsetParent(x));let P=A?A[_]:0;(!P||!await(u.isElement==null?void 0:u.isElement(A)))&&(P=p.floating[_]||d.floating[M]);const z=Q/2-V/2,F=P/2-w[M]/2-1,q=Bo(g[j],F),ce=Bo(g[C],F),ne=q,oe=P-w[M]-ce,E=P/2-w[M]/2+z,T=tP(ne,E,oe),L=!f.arrow&&Fd(i)!=null&&E!==T&&d.reference[M]/2-(E<ne?q:ce)-w[M]/2<0,X=L?E<ne?E-ne:E-oe:0;return{[b]:k[b]+X,data:{[b]:T,centerOffset:E-T-X,...L&&{alignmentOffset:X}},reset:L}}}),qF=function(e){return e===void 0&&(e={}),{name:"flip",options:e,async fn(n){var o,c;const{placement:i,middlewareData:d,rects:u,initialPlacement:p,platform:f,elements:x}=n,{mainAxis:v=!0,crossAxis:g=!0,fallbackPlacements:k,fallbackStrategy:b="bestFit",fallbackAxisSideDirection:M="none",flipAlignment:w=!0,...N}=Zs(e,n);if((o=d.arrow)!=null&&o.alignmentOffset)return{};const j=Ds(i),C=Zn(p),_=Ds(p)===p,Q=await(f.isRTL==null?void 0:f.isRTL(x.floating)),V=k||(_||!w?[sQ(p)]:NF(p)),A=M!=="none";!k&&A&&V.push(...QF(p,w,M,Q));const P=[p,...V],z=await f.detectOverflow(n,N),F=[];let q=((c=d.flip)==null?void 0:c.overflows)||[];if(v&&F.push(z[j]),g){const E=SF(i,u,Q);F.push(z[E[0]],z[E[1]])}if(q=[...q,{placement:i,overflows:F}],!F.every(E=>E<=0)){var ce,ne;const E=(((ce=d.flip)==null?void 0:ce.index)||0)+1,T=P[E];if(T&&(!(g==="alignment"?C!==Zn(T):!1)||q.every(K=>Zn(K.placement)===C?K.overflows[0]>0:!0)))return{data:{index:E,overflows:q},reset:{placement:T}};let L=(ne=q.filter(X=>X.overflows[0]<=0).sort((X,K)=>X.overflows[1]-K.overflows[1])[0])==null?void 0:ne.placement;if(!L)switch(b){case"bestFit":{var oe;const X=(oe=q.filter(K=>{if(A){const Y=Zn(K.placement);return Y===C||Y==="y"}return!0}).map(K=>[K.placement,K.overflows.filter(Y=>Y>0).reduce((Y,U)=>Y+U,0)]).sort((K,Y)=>K[1]-Y[1])[0])==null?void 0:oe[0];X&&(L=X);break}case"initialPlacement":L=p;break}if(i!==L)return{reset:{placement:L}}}return{}}}};function PV(e,n){return{top:e.top-n.height,right:e.right-n.width,bottom:e.bottom-n.height,left:e.left-n.width}}function AV(e){return wF.some(n=>e[n]>=0)}const IF=function(e){return e===void 0&&(e={}),{name:"hide",options:e,async fn(n){const{rects:o,platform:c}=n,{strategy:i="referenceHidden",...d}=Zs(e,n);switch(i){case"referenceHidden":{const u=await c.detectOverflow(n,{...d,elementContext:"reference"}),p=PV(u,o.reference);return{data:{referenceHiddenOffsets:p,referenceHidden:AV(p)}}}case"escaped":{const u=await c.detectOverflow(n,{...d,altBoundary:!0}),p=PV(u,o.floating);return{data:{escapedOffsets:p,escaped:AV(p)}}}default:return{}}}}},BX=new Set(["left","top"]);async function RF(e,n){const{placement:o,platform:c,elements:i}=e,d=await(c.isRTL==null?void 0:c.isRTL(i.floating)),u=Ds(o),p=Fd(o),f=Zn(o)==="y",x=BX.has(u)?-1:1,v=d&&f?-1:1,g=Zs(n,e);let{mainAxis:k,crossAxis:b,alignmentAxis:M}=typeof g=="number"?{mainAxis:g,crossAxis:0,alignmentAxis:null}:{mainAxis:g.mainAxis||0,crossAxis:g.crossAxis||0,alignmentAxis:g.alignmentAxis};return p&&typeof M=="number"&&(b=p==="end"?M*-1:M),f?{x:b*v,y:k*x}:{x:k*x,y:b*v}}const VF=function(e){return e===void 0&&(e=0),{name:"offset",options:e,async fn(n){var o,c;const{x:i,y:d,placement:u,middlewareData:p}=n,f=await RF(n,e);return u===((o=p.offset)==null?void 0:o.placement)&&(c=p.arrow)!=null&&c.alignmentOffset?{}:{x:i+f.x,y:d+f.y,data:{...f,placement:u}}}}},EF=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(n){const{x:o,y:c,placement:i,platform:d}=n,{mainAxis:u=!0,crossAxis:p=!1,limiter:f={fn:j=>{let{x:C,y:_}=j;return{x:C,y:_}}},...x}=Zs(e,n),v={x:o,y:c},g=await d.detectOverflow(n,x),k=Zn(Ds(i)),b=NP(k);let M=v[b],w=v[k];if(u){const j=b==="y"?"top":"left",C=b==="y"?"bottom":"right",_=M+g[j],Q=M-g[C];M=tP(_,M,Q)}if(p){const j=k==="y"?"top":"left",C=k==="y"?"bottom":"right",_=w+g[j],Q=w-g[C];w=tP(_,w,Q)}const N=f.fn({...n,[b]:M,[k]:w});return{...N,data:{x:N.x-o,y:N.y-c,enabled:{[b]:u,[k]:p}}}}}},XF=function(e){return e===void 0&&(e={}),{options:e,fn(n){const{x:o,y:c,placement:i,rects:d,middlewareData:u}=n,{offset:p=0,mainAxis:f=!0,crossAxis:x=!0}=Zs(e,n),v={x:o,y:c},g=Zn(i),k=NP(g);let b=v[k],M=v[g];const w=Zs(p,n),N=typeof w=="number"?{mainAxis:w,crossAxis:0}:{mainAxis:0,crossAxis:0,...w};if(f){const _=k==="y"?"height":"width",Q=d.reference[k]-d.floating[_]+N.mainAxis,V=d.reference[k]+d.reference[_]-N.mainAxis;b<Q?b=Q:b>V&&(b=V)}if(x){var j,C;const _=k==="y"?"width":"height",Q=BX.has(Ds(i)),V=d.reference[g]-d.floating[_]+(Q&&((j=u.offset)==null?void 0:j[g])||0)+(Q?0:N.crossAxis),A=d.reference[g]+d.reference[_]+(Q?0:((C=u.offset)==null?void 0:C[g])||0)-(Q?N.crossAxis:0);M<V?M=V:M>A&&(M=A)}return{[k]:b,[g]:M}}}},ZF=function(e){return e===void 0&&(e={}),{name:"size",options:e,async fn(n){var o,c;const{placement:i,rects:d,platform:u,elements:p}=n,{apply:f=()=>{},...x}=Zs(e,n),v=await u.detectOverflow(n,x),g=Ds(i),k=Fd(i),b=Zn(i)==="y",{width:M,height:w}=d.floating;let N,j;g==="top"||g==="bottom"?(N=g,j=k===(await(u.isRTL==null?void 0:u.isRTL(p.floating))?"start":"end")?"left":"right"):(j=g,N=k==="end"?"top":"bottom");const C=w-v.top-v.bottom,_=M-v.left-v.right,Q=Bo(w-v[N],C),V=Bo(M-v[j],_),A=!n.middlewareData.shift;let P=Q,z=V;if((o=n.middlewareData.shift)!=null&&o.enabled.x&&(z=_),(c=n.middlewareData.shift)!=null&&c.enabled.y&&(P=C),A&&!k){const q=La(v.left,0),ce=La(v.right,0),ne=La(v.top,0),oe=La(v.bottom,0);b?z=M-2*(q!==0||ce!==0?q+ce:La(v.left,v.right)):P=w-2*(ne!==0||oe!==0?ne+oe:La(v.top,v.bottom))}await f({...n,availableWidth:z,availableHeight:P});const F=await u.getDimensions(p.floating);return M!==F.width||w!==F.height?{reset:{rects:!0}}:{}}}};function _Q(){return typeof window<"u"}function Kd(e){return WX(e)?(e.nodeName||"").toLowerCase():"#document"}function Ta(e){var n;return(e==null||(n=e.ownerDocument)==null?void 0:n.defaultView)||window}function Jn(e){var n;return(n=(WX(e)?e.ownerDocument:e.document)||window.document)==null?void 0:n.documentElement}function WX(e){return _Q()?e instanceof Node||e instanceof Ta(e).Node:!1}function kn(e){return _Q()?e instanceof Element||e instanceof Ta(e).Element:!1}function Us(e){return _Q()?e instanceof HTMLElement||e instanceof Ta(e).HTMLElement:!1}function qV(e){return!_Q()||typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof Ta(e).ShadowRoot}function B2(e){const{overflow:n,overflowX:o,overflowY:c,display:i}=vn(e);return/auto|scroll|overlay|hidden|clip/.test(n+c+o)&&i!=="inline"&&i!=="contents"}function DF(e){return/^(table|td|th)$/.test(Kd(e))}function $Q(e){try{if(e.matches(":popover-open"))return!0}catch{}try{return e.matches(":modal")}catch{return!1}}const HF=/transform|translate|scale|rotate|perspective|filter/,UF=/paint|layout|strict|content/,yc=e=>!!e&&e!=="none";let pT;function CP(e){const n=kn(e)?vn(e):e;return yc(n.transform)||yc(n.translate)||yc(n.scale)||yc(n.rotate)||yc(n.perspective)||!QP()&&(yc(n.backdropFilter)||yc(n.filter))||HF.test(n.willChange||"")||UF.test(n.contain||"")}function GF(e){let n=Wo(e);for(;Us(n)&&!Zd(n);){if(CP(n))return n;if($Q(n))return null;n=Wo(n)}return null}function QP(){return pT==null&&(pT=typeof CSS<"u"&&CSS.supports&&CSS.supports("-webkit-backdrop-filter","none")),pT}function Zd(e){return/^(html|body|#document)$/.test(Kd(e))}function vn(e){return Ta(e).getComputedStyle(e)}function CQ(e){return kn(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function Wo(e){if(Kd(e)==="html")return e;const n=e.assignedSlot||e.parentNode||qV(e)&&e.host||Jn(e);return qV(n)?n.host:n}function YX(e){const n=Wo(e);return Zd(n)?e.ownerDocument?e.ownerDocument.body:e.body:Us(n)&&B2(n)?n:YX(n)}function q2(e,n,o){var c;n===void 0&&(n=[]),o===void 0&&(o=!0);const i=YX(e),d=i===((c=e.ownerDocument)==null?void 0:c.body),u=Ta(i);if(d){const p=nP(u);return n.concat(u,u.visualViewport||[],B2(i)?i:[],p&&o?q2(p):[])}else return n.concat(i,q2(i,[],o))}function nP(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function FX(e){const n=vn(e);let o=parseFloat(n.width)||0,c=parseFloat(n.height)||0;const i=Us(e),d=i?e.offsetWidth:o,u=i?e.offsetHeight:c,p=nQ(o)!==d||nQ(c)!==u;return p&&(o=d,c=u),{width:o,height:c,$:p}}function LP(e){return kn(e)?e:e.contextElement}function Sd(e){const n=LP(e);if(!Us(n))return Un(1);const o=n.getBoundingClientRect(),{width:c,height:i,$:d}=FX(n);let u=(d?nQ(o.width):o.width)/c,p=(d?nQ(o.height):o.height)/i;return(!u||!Number.isFinite(u))&&(u=1),(!p||!Number.isFinite(p))&&(p=1),{x:u,y:p}}const BF=Un(0);function KX(e){const n=Ta(e);return!QP()||!n.visualViewport?BF:{x:n.visualViewport.offsetLeft,y:n.visualViewport.offsetTop}}function WF(e,n,o){return n===void 0&&(n=!1),!o||n&&o!==Ta(e)?!1:n}function j1(e,n,o,c){n===void 0&&(n=!1),o===void 0&&(o=!1);const i=e.getBoundingClientRect(),d=LP(e);let u=Un(1);n&&(c?kn(c)&&(u=Sd(c)):u=Sd(e));const p=WF(d,o,c)?KX(d):Un(0);let f=(i.left+p.x)/u.x,x=(i.top+p.y)/u.y,v=i.width/u.x,g=i.height/u.y;if(d){const k=Ta(d),b=c&&kn(c)?Ta(c):c;let M=k,w=nP(M);for(;w&&c&&b!==M;){const N=Sd(w),j=w.getBoundingClientRect(),C=vn(w),_=j.left+(w.clientLeft+parseFloat(C.paddingLeft))*N.x,Q=j.top+(w.clientTop+parseFloat(C.paddingTop))*N.y;f*=N.x,x*=N.y,v*=N.x,g*=N.y,f+=_,x+=Q,M=Ta(w),w=nP(M)}}return oQ({width:v,height:g,x:f,y:x})}function QQ(e,n){const o=CQ(e).scrollLeft;return n?n.left+o:j1(Jn(e)).left+o}function JX(e,n){const o=e.getBoundingClientRect(),c=o.left+n.scrollLeft-QQ(e,o),i=o.top+n.scrollTop;return{x:c,y:i}}function YF(e){let{elements:n,rect:o,offsetParent:c,strategy:i}=e;const d=i==="fixed",u=Jn(c),p=n?$Q(n.floating):!1;if(c===u||p&&d)return o;let f={scrollLeft:0,scrollTop:0},x=Un(1);const v=Un(0),g=Us(c);if((g||!g&&!d)&&((Kd(c)!=="body"||B2(u))&&(f=CQ(c)),g)){const b=j1(c);x=Sd(c),v.x=b.x+c.clientLeft,v.y=b.y+c.clientTop}const k=u&&!g&&!d?JX(u,f):Un(0);return{width:o.width*x.x,height:o.height*x.y,x:o.x*x.x-f.scrollLeft*x.x+v.x+k.x,y:o.y*x.y-f.scrollTop*x.y+v.y+k.y}}function FF(e){return Array.from(e.getClientRects())}function KF(e){const n=Jn(e),o=CQ(e),c=e.ownerDocument.body,i=La(n.scrollWidth,n.clientWidth,c.scrollWidth,c.clientWidth),d=La(n.scrollHeight,n.clientHeight,c.scrollHeight,c.clientHeight);let u=-o.scrollLeft+QQ(e);const p=-o.scrollTop;return vn(c).direction==="rtl"&&(u+=La(n.clientWidth,c.clientWidth)-i),{width:i,height:d,x:u,y:p}}const IV=25;function JF(e,n){const o=Ta(e),c=Jn(e),i=o.visualViewport;let d=c.clientWidth,u=c.clientHeight,p=0,f=0;if(i){d=i.width,u=i.height;const v=QP();(!v||v&&n==="fixed")&&(p=i.offsetLeft,f=i.offsetTop)}const x=QQ(c);if(x<=0){const v=c.ownerDocument,g=v.body,k=getComputedStyle(g),b=v.compatMode==="CSS1Compat"&&parseFloat(k.marginLeft)+parseFloat(k.marginRight)||0,M=Math.abs(c.clientWidth-g.clientWidth-b);M<=IV&&(d-=M)}else x<=IV&&(d+=x);return{width:d,height:u,x:p,y:f}}function eK(e,n){const o=j1(e,!0,n==="fixed"),c=o.top+e.clientTop,i=o.left+e.clientLeft,d=Us(e)?Sd(e):Un(1),u=e.clientWidth*d.x,p=e.clientHeight*d.y,f=i*d.x,x=c*d.y;return{width:u,height:p,x:f,y:x}}function RV(e,n,o){let c;if(n==="viewport")c=JF(e,o);else if(n==="document")c=KF(Jn(e));else if(kn(n))c=eK(n,o);else{const i=KX(e);c={x:n.x-i.x,y:n.y-i.y,width:n.width,height:n.height}}return oQ(c)}function eZ(e,n){const o=Wo(e);return o===n||!kn(o)||Zd(o)?!1:vn(o).position==="fixed"||eZ(o,n)}function tK(e,n){const o=n.get(e);if(o)return o;let c=q2(e,[],!1).filter(p=>kn(p)&&Kd(p)!=="body"),i=null;const d=vn(e).position==="fixed";let u=d?Wo(e):e;for(;kn(u)&&!Zd(u);){const p=vn(u),f=CP(u);!f&&p.position==="fixed"&&(i=null),(d?!f&&!i:!f&&p.position==="static"&&!!i&&(i.position==="absolute"||i.position==="fixed")||B2(u)&&!f&&eZ(e,u))?c=c.filter(v=>v!==u):i=p,u=Wo(u)}return n.set(e,c),c}function aK(e){let{element:n,boundary:o,rootBoundary:c,strategy:i}=e;const u=[...o==="clippingAncestors"?$Q(n)?[]:tK(n,this._c):[].concat(o),c],p=RV(n,u[0],i);let f=p.top,x=p.right,v=p.bottom,g=p.left;for(let k=1;k<u.length;k++){const b=RV(n,u[k],i);f=La(b.top,f),x=Bo(b.right,x),v=Bo(b.bottom,v),g=La(b.left,g)}return{width:x-g,height:v-f,x:g,y:f}}function nK(e){const{width:n,height:o}=FX(e);return{width:n,height:o}}function sK(e,n,o){const c=Us(n),i=Jn(n),d=o==="fixed",u=j1(e,!0,d,n);let p={scrollLeft:0,scrollTop:0};const f=Un(0);function x(){f.x=QQ(i)}if(c||!c&&!d)if((Kd(n)!=="body"||B2(i))&&(p=CQ(n)),c){const b=j1(n,!0,d,n);f.x=b.x+n.clientLeft,f.y=b.y+n.clientTop}else i&&x();d&&!c&&i&&x();const v=i&&!c&&!d?JX(i,p):Un(0),g=u.left+p.scrollLeft-f.x-v.x,k=u.top+p.scrollTop-f.y-v.y;return{x:g,y:k,width:u.width,height:u.height}}function fT(e){return vn(e).position==="static"}function VV(e,n){if(!Us(e)||vn(e).position==="fixed")return null;if(n)return n(e);let o=e.offsetParent;return Jn(e)===o&&(o=o.ownerDocument.body),o}function tZ(e,n){const o=Ta(e);if($Q(e))return o;if(!Us(e)){let i=Wo(e);for(;i&&!Zd(i);){if(kn(i)&&!fT(i))return i;i=Wo(i)}return o}let c=VV(e,n);for(;c&&DF(c)&&fT(c);)c=VV(c,n);return c&&Zd(c)&&fT(c)&&!CP(c)?o:c||GF(e)||o}const oK=async function(e){const n=this.getOffsetParent||tZ,o=this.getDimensions,c=await o(e.floating);return{reference:sK(e.reference,await n(e.floating),e.strategy),floating:{x:0,y:0,width:c.width,height:c.height}}};function cK(e){return vn(e).direction==="rtl"}const iK={convertOffsetParentRelativeRectToViewportRelativeRect:YF,getDocumentElement:Jn,getClippingRect:aK,getOffsetParent:tZ,getElementRects:oK,getClientRects:FF,getDimensions:nK,getScale:Sd,isElement:kn,isRTL:cK};function aZ(e,n){return e.x===n.x&&e.y===n.y&&e.width===n.width&&e.height===n.height}function rK(e,n){let o=null,c;const i=Jn(e);function d(){var p;clearTimeout(c),(p=o)==null||p.disconnect(),o=null}function u(p,f){p===void 0&&(p=!1),f===void 0&&(f=1),d();const x=e.getBoundingClientRect(),{left:v,top:g,width:k,height:b}=x;if(p||n(),!k||!b)return;const M=xu(g),w=xu(i.clientWidth-(v+k)),N=xu(i.clientHeight-(g+b)),j=xu(v),_={rootMargin:-M+"px "+-w+"px "+-N+"px "+-j+"px",threshold:La(0,Bo(1,f))||1};let Q=!0;function V(A){const P=A[0].intersectionRatio;if(P!==f){if(!Q)return u();P?u(!1,P):c=setTimeout(()=>{u(!1,1e-7)},1e3)}P===1&&!aZ(x,e.getBoundingClientRect())&&u(),Q=!1}try{o=new IntersectionObserver(V,{..._,root:i.ownerDocument})}catch{o=new IntersectionObserver(V,_)}o.observe(e)}return u(!0),d}function lK(e,n,o,c){c===void 0&&(c={});const{ancestorScroll:i=!0,ancestorResize:d=!0,elementResize:u=typeof ResizeObserver=="function",layoutShift:p=typeof IntersectionObserver=="function",animationFrame:f=!1}=c,x=LP(e),v=i||d?[...x?q2(x):[],...n?q2(n):[]]:[];v.forEach(j=>{i&&j.addEventListener("scroll",o,{passive:!0}),d&&j.addEventListener("resize",o)});const g=x&&p?rK(x,o):null;let k=-1,b=null;u&&(b=new ResizeObserver(j=>{let[C]=j;C&&C.target===x&&b&&n&&(b.unobserve(n),cancelAnimationFrame(k),k=requestAnimationFrame(()=>{var _;(_=b)==null||_.observe(n)})),o()}),x&&!f&&b.observe(x),n&&b.observe(n));let M,w=f?j1(e):null;f&&N();function N(){const j=j1(e);w&&!aZ(w,j)&&o(),w=j,M=requestAnimationFrame(N)}return o(),()=>{var j;v.forEach(C=>{i&&C.removeEventListener("scroll",o),d&&C.removeEventListener("resize",o)}),g==null||g(),(j=b)==null||j.disconnect(),b=null,f&&cancelAnimationFrame(M)}}const dK=VF,hK=EF,uK=qF,pK=ZF,fK=IF,EV=AF,mK=XF,xK=(e,n,o)=>{const c=new Map,i={platform:iK,...o},d={...i.platform,_c:c};return PF(e,n,{...i,platform:d})};var yK=typeof document<"u",OK=function(){},Iu=yK?O.useLayoutEffect:OK;function cQ(e,n){if(e===n)return!0;if(typeof e!=typeof n)return!1;if(typeof e=="function"&&e.toString()===n.toString())return!0;let o,c,i;if(e&&n&&typeof e=="object"){if(Array.isArray(e)){if(o=e.length,o!==n.length)return!1;for(c=o;c--!==0;)if(!cQ(e[c],n[c]))return!1;return!0}if(i=Object.keys(e),o=i.length,o!==Object.keys(n).length)return!1;for(c=o;c--!==0;)if(!{}.hasOwnProperty.call(n,i[c]))return!1;for(c=o;c--!==0;){const d=i[c];if(!(d==="_owner"&&e.$$typeof)&&!cQ(e[d],n[d]))return!1}return!0}return e!==e&&n!==n}function nZ(e){return typeof window>"u"?1:(e.ownerDocument.defaultView||window).devicePixelRatio||1}function XV(e,n){const o=nZ(e);return Math.round(n*o)/o}function mT(e){const n=O.useRef(e);return Iu(()=>{n.current=e}),n}function gK(e){e===void 0&&(e={});const{placement:n="bottom",strategy:o="absolute",middleware:c=[],platform:i,elements:{reference:d,floating:u}={},transform:p=!0,whileElementsMounted:f,open:x}=e,[v,g]=O.useState({x:0,y:0,strategy:o,placement:n,middlewareData:{},isPositioned:!1}),[k,b]=O.useState(c);cQ(k,c)||b(c);const[M,w]=O.useState(null),[N,j]=O.useState(null),C=O.useCallback(K=>{K!==A.current&&(A.current=K,w(K))},[]),_=O.useCallback(K=>{K!==P.current&&(P.current=K,j(K))},[]),Q=d||M,V=u||N,A=O.useRef(null),P=O.useRef(null),z=O.useRef(v),F=f!=null,q=mT(f),ce=mT(i),ne=mT(x),oe=O.useCallback(()=>{if(!A.current||!P.current)return;const K={placement:n,strategy:o,middleware:k};ce.current&&(K.platform=ce.current),xK(A.current,P.current,K).then(Y=>{const U={...Y,isPositioned:ne.current!==!1};E.current&&!cQ(z.current,U)&&(z.current=U,yX.flushSync(()=>{g(U)}))})},[k,n,o,ce,ne]);Iu(()=>{x===!1&&z.current.isPositioned&&(z.current.isPositioned=!1,g(K=>({...K,isPositioned:!1})))},[x]);const E=O.useRef(!1);Iu(()=>(E.current=!0,()=>{E.current=!1}),[]),Iu(()=>{if(Q&&(A.current=Q),V&&(P.current=V),Q&&V){if(q.current)return q.current(Q,V,oe);oe()}},[Q,V,oe,q,F]);const T=O.useMemo(()=>({reference:A,floating:P,setReference:C,setFloating:_}),[C,_]),L=O.useMemo(()=>({reference:Q,floating:V}),[Q,V]),X=O.useMemo(()=>{const K={position:o,left:0,top:0};if(!L.floating)return K;const Y=XV(L.floating,v.x),U=XV(L.floating,v.y);return p?{...K,transform:"translate("+Y+"px, "+U+"px)",...nZ(L.floating)>=1.5&&{willChange:"transform"}}:{position:o,left:Y,top:U}},[o,p,L.floating,v.x,v.y]);return O.useMemo(()=>({...v,update:oe,refs:T,elements:L,floatingStyles:X}),[v,oe,T,L,X])}const kK=e=>{function n(o){return{}.hasOwnProperty.call(o,"current")}return{name:"arrow",options:e,fn(o){const{element:c,padding:i}=typeof e=="function"?e(o):e;return c&&n(c)?c.current!=null?EV({element:c.current,padding:i}).fn(o):{}:c?EV({element:c,padding:i}).fn(o):{}}}},vK=(e,n)=>{const o=dK(e);return{name:o.name,fn:o.fn,options:[e,n]}},bK=(e,n)=>{const o=hK(e);return{name:o.name,fn:o.fn,options:[e,n]}},MK=(e,n)=>({fn:mK(e).fn,options:[e,n]}),wK=(e,n)=>{const o=uK(e);return{name:o.name,fn:o.fn,options:[e,n]}},jK=(e,n)=>{const o=pK(e);return{name:o.name,fn:o.fn,options:[e,n]}},SK=(e,n)=>{const o=fK(e);return{name:o.name,fn:o.fn,options:[e,n]}},NK=(e,n)=>{const o=kK(e);return{name:o.name,fn:o.fn,options:[e,n]}};var _K="Arrow",sZ=O.forwardRef((e,n)=>{const{children:o,width:c=10,height:i=5,...d}=e;return t.jsx(Ye.svg,{...d,ref:n,width:c,height:i,viewBox:"0 0 30 10",preserveAspectRatio:"none",children:e.asChild?o:t.jsx("polygon",{points:"0,0 30,0 15,10"})})});sZ.displayName=_K;var $K=sZ;function CK(e){const[n,o]=O.useState(void 0);return Xs(()=>{if(e){o({width:e.offsetWidth,height:e.offsetHeight});const c=new ResizeObserver(i=>{if(!Array.isArray(i)||!i.length)return;const d=i[0];let u,p;if("borderBoxSize"in d){const f=d.borderBoxSize,x=Array.isArray(f)?f[0]:f;u=x.inlineSize,p=x.blockSize}else u=e.offsetWidth,p=e.offsetHeight;o({width:u,height:p})});return c.observe(e,{box:"border-box"}),()=>c.unobserve(e)}else o(void 0)},[e]),n}var zP="Popper",[oZ,LQ]=Hs(zP),[QK,cZ]=oZ(zP),iZ=e=>{const{__scopePopper:n,children:o}=e,[c,i]=O.useState(null);return t.jsx(QK,{scope:n,anchor:c,onAnchorChange:i,children:o})};iZ.displayName=zP;var rZ="PopperAnchor",lZ=O.forwardRef((e,n)=>{const{__scopePopper:o,virtualRef:c,...i}=e,d=cZ(rZ,o),u=O.useRef(null),p=ht(n,u),f=O.useRef(null);return O.useEffect(()=>{const x=f.current;f.current=(c==null?void 0:c.current)||u.current,x!==f.current&&d.onAnchorChange(f.current)}),c?null:t.jsx(Ye.div,{...i,ref:p})});lZ.displayName=rZ;var TP="PopperContent",[LK,zK]=oZ(TP),dZ=O.forwardRef((e,n)=>{var ke,ct,Le,gt,it,ut;const{__scopePopper:o,side:c="bottom",sideOffset:i=0,align:d="center",alignOffset:u=0,arrowPadding:p=0,avoidCollisions:f=!0,collisionBoundary:x=[],collisionPadding:v=0,sticky:g="partial",hideWhenDetached:k=!1,updatePositionStrategy:b="optimized",onPlaced:M,...w}=e,N=cZ(TP,o),[j,C]=O.useState(null),_=ht(n,kt=>C(kt)),[Q,V]=O.useState(null),A=CK(Q),P=(A==null?void 0:A.width)??0,z=(A==null?void 0:A.height)??0,F=c+(d!=="center"?"-"+d:""),q=typeof v=="number"?v:{top:0,right:0,bottom:0,left:0,...v},ce=Array.isArray(x)?x:[x],ne=ce.length>0,oe={padding:q,boundary:ce.filter(PK),altBoundary:ne},{refs:E,floatingStyles:T,placement:L,isPositioned:X,middlewareData:K}=gK({strategy:"fixed",placement:F,whileElementsMounted:(...kt)=>lK(...kt,{animationFrame:b==="always"}),elements:{reference:N.anchor},middleware:[vK({mainAxis:i+z,alignmentAxis:u}),f&&bK({mainAxis:!0,crossAxis:!1,limiter:g==="partial"?MK():void 0,...oe}),f&&wK({...oe}),jK({...oe,apply:({elements:kt,rects:Fe,availableWidth:sn,availableHeight:wn})=>{const{width:ts,height:jn}=Fe.reference,Oa=kt.floating.style;Oa.setProperty("--radix-popper-available-width",`${sn}px`),Oa.setProperty("--radix-popper-available-height",`${wn}px`),Oa.setProperty("--radix-popper-anchor-width",`${ts}px`),Oa.setProperty("--radix-popper-anchor-height",`${jn}px`)}}),Q&&NK({element:Q,padding:p}),AK({arrowWidth:P,arrowHeight:z}),k&&SK({strategy:"referenceHidden",...oe})]}),[Y,U]=pZ(L),fe=Dt(M);Xs(()=>{X&&(fe==null||fe())},[X,fe]);const he=(ke=K.arrow)==null?void 0:ke.x,pe=(ct=K.arrow)==null?void 0:ct.y,Oe=((Le=K.arrow)==null?void 0:Le.centerOffset)!==0,[Se,de]=O.useState();return Xs(()=>{j&&de(window.getComputedStyle(j).zIndex)},[j]),t.jsx("div",{ref:E.setFloating,"data-radix-popper-content-wrapper":"",style:{...T,transform:X?T.transform:"translate(0, -200%)",minWidth:"max-content",zIndex:Se,"--radix-popper-transform-origin":[(gt=K.transformOrigin)==null?void 0:gt.x,(it=K.transformOrigin)==null?void 0:it.y].join(" "),...((ut=K.hide)==null?void 0:ut.referenceHidden)&&{visibility:"hidden",pointerEvents:"none"}},dir:e.dir,children:t.jsx(LK,{scope:o,placedSide:Y,onArrowChange:V,arrowX:he,arrowY:pe,shouldHideArrow:Oe,children:t.jsx(Ye.div,{"data-side":Y,"data-align":U,...w,ref:_,style:{...w.style,animation:X?void 0:"none"}})})})});dZ.displayName=TP;var hZ="PopperArrow",TK={top:"bottom",right:"left",bottom:"top",left:"right"},uZ=O.forwardRef(function(n,o){const{__scopePopper:c,...i}=n,d=zK(hZ,c),u=TK[d.placedSide];return t.jsx("span",{ref:d.onArrowChange,style:{position:"absolute",left:d.arrowX,top:d.arrowY,[u]:0,transformOrigin:{top:"",right:"0 0",bottom:"center 0",left:"100% 0"}[d.placedSide],transform:{top:"translateY(100%)",right:"translateY(50%) rotate(90deg) translateX(-50%)",bottom:"rotate(180deg)",left:"translateY(50%) rotate(-90deg) translateX(50%)"}[d.placedSide],visibility:d.shouldHideArrow?"hidden":void 0},children:t.jsx($K,{...i,ref:o,style:{...i.style,display:"block"}})})});uZ.displayName=hZ;function PK(e){return e!==null}var AK=e=>({name:"transformOrigin",options:e,fn(n){var N,j,C;const{placement:o,rects:c,middlewareData:i}=n,u=((N=i.arrow)==null?void 0:N.centerOffset)!==0,p=u?0:e.arrowWidth,f=u?0:e.arrowHeight,[x,v]=pZ(o),g={start:"0%",center:"50%",end:"100%"}[v],k=(((j=i.arrow)==null?void 0:j.x)??0)+p/2,b=(((C=i.arrow)==null?void 0:C.y)??0)+f/2;let M="",w="";return x==="bottom"?(M=u?g:`${k}px`,w=`${-f}px`):x==="top"?(M=u?g:`${k}px`,w=`${c.floating.height+f}px`):x==="right"?(M=`${-f}px`,w=u?g:`${b}px`):x==="left"&&(M=`${c.floating.width+f}px`,w=u?g:`${b}px`),{data:{x:M,y:w}}}});function pZ(e){const[n,o="center"]=e.split("-");return[n,o]}var fZ=iZ,mZ=lZ,xZ=dZ,yZ=uZ,qK="Portal",zQ=O.forwardRef((e,n)=>{var p;const{container:o,...c}=e,[i,d]=O.useState(!1);Xs(()=>d(!0),[]);const u=o||i&&((p=globalThis==null?void 0:globalThis.document)==null?void 0:p.body);return u?NW.createPortal(t.jsx(Ye.div,{...c,ref:n}),u):null});zQ.displayName=qK;function IK(e,n){return O.useReducer((o,c)=>n[o][c]??o,e)}var oa=e=>{const{present:n,children:o}=e,c=RK(n),i=typeof o=="function"?o({present:c.isPresent}):O.Children.only(o),d=ht(c.ref,VK(i));return typeof o=="function"||c.isPresent?O.cloneElement(i,{ref:d}):null};oa.displayName="Presence";function RK(e){const[n,o]=O.useState(),c=O.useRef(null),i=O.useRef(e),d=O.useRef("none"),u=e?"mounted":"unmounted",[p,f]=IK(u,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return O.useEffect(()=>{const x=yu(c.current);d.current=p==="mounted"?x:"none"},[p]),Xs(()=>{const x=c.current,v=i.current;if(v!==e){const k=d.current,b=yu(x);e?f("MOUNT"):b==="none"||(x==null?void 0:x.display)==="none"?f("UNMOUNT"):f(v&&k!==b?"ANIMATION_OUT":"UNMOUNT"),i.current=e}},[e,f]),Xs(()=>{if(n){let x;const v=n.ownerDocument.defaultView??window,g=b=>{const w=yu(c.current).includes(CSS.escape(b.animationName));if(b.target===n&&w&&(f("ANIMATION_END"),!i.current)){const N=n.style.animationFillMode;n.style.animationFillMode="forwards",x=v.setTimeout(()=>{n.style.animationFillMode==="forwards"&&(n.style.animationFillMode=N)})}},k=b=>{b.target===n&&(d.current=yu(c.current))};return n.addEventListener("animationstart",k),n.addEventListener("animationcancel",g),n.addEventListener("animationend",g),()=>{v.clearTimeout(x),n.removeEventListener("animationstart",k),n.removeEventListener("animationcancel",g),n.removeEventListener("animationend",g)}}else f("ANIMATION_END")},[n,f]),{isPresent:["mounted","unmountSuspended"].includes(p),ref:O.useCallback(x=>{c.current=x?getComputedStyle(x):null,o(x)},[])}}function yu(e){return(e==null?void 0:e.animationName)||"none"}function VK(e){var c,i;let n=(c=Object.getOwnPropertyDescriptor(e.props,"ref"))==null?void 0:c.get,o=n&&"isReactWarning"in n&&n.isReactWarning;return o?e.ref:(n=(i=Object.getOwnPropertyDescriptor(e,"ref"))==null?void 0:i.get,o=n&&"isReactWarning"in n&&n.isReactWarning,o?e.props.ref:e.props.ref||e.ref)}var EK=xX[" useInsertionEffect ".trim().toString()]||Xs;function TQ({prop:e,defaultProp:n,onChange:o=()=>{},caller:c}){const[i,d,u]=XK({defaultProp:n,onChange:o}),p=e!==void 0,f=p?e:i;{const v=O.useRef(e!==void 0);O.useEffect(()=>{const g=v.current;g!==p&&console.warn(`${c} is changing from ${g?"controlled":"uncontrolled"} to ${p?"controlled":"uncontrolled"}. Components should not switch from controlled to uncontrolled (or vice versa). Decide between using a controlled or uncontrolled value for the lifetime of the component.`),v.current=p},[p,c])}const x=O.useCallback(v=>{var g;if(p){const k=ZK(v)?v(e):v;k!==e&&((g=u.current)==null||g.call(u,k))}else d(v)},[p,e,d,u]);return[f,x]}function XK({defaultProp:e,onChange:n}){const[o,c]=O.useState(e),i=O.useRef(o),d=O.useRef(n);return EK(()=>{d.current=n},[n]),O.useEffect(()=>{var u;i.current!==o&&((u=d.current)==null||u.call(d,o),i.current=o)},[o,i]),[o,c,d]}function ZK(e){return typeof e=="function"}var DK=Object.freeze({position:"absolute",border:0,width:1,height:1,padding:0,margin:-1,overflow:"hidden",clip:"rect(0, 0, 0, 0)",whiteSpace:"nowrap",wordWrap:"normal"}),HK="VisuallyHidden",OZ=O.forwardRef((e,n)=>t.jsx(Ye.span,{...e,ref:n,style:{...DK,...e.style}}));OZ.displayName=HK;var UK=OZ,[PQ]=Hs("Tooltip",[LQ]),AQ=LQ(),gZ="TooltipProvider",GK=700,sP="tooltip.open",[BK,PP]=PQ(gZ),kZ=e=>{const{__scopeTooltip:n,delayDuration:o=GK,skipDelayDuration:c=300,disableHoverableContent:i=!1,children:d}=e,u=O.useRef(!0),p=O.useRef(!1),f=O.useRef(0);return O.useEffect(()=>{const x=f.current;return()=>window.clearTimeout(x)},[]),t.jsx(BK,{scope:n,isOpenDelayedRef:u,delayDuration:o,onOpen:O.useCallback(()=>{window.clearTimeout(f.current),u.current=!1},[]),onClose:O.useCallback(()=>{window.clearTimeout(f.current),f.current=window.setTimeout(()=>u.current=!0,c)},[c]),isPointerInTransitRef:p,onPointerInTransitChange:O.useCallback(x=>{p.current=x},[]),disableHoverableContent:i,children:d})};kZ.displayName=gZ;var I2="Tooltip",[WK,W2]=PQ(I2),vZ=e=>{const{__scopeTooltip:n,children:o,open:c,defaultOpen:i,onOpenChange:d,disableHoverableContent:u,delayDuration:p}=e,f=PP(I2,e.__scopeTooltip),x=AQ(n),[v,g]=O.useState(null),k=jd(),b=O.useRef(0),M=u??f.disableHoverableContent,w=p??f.delayDuration,N=O.useRef(!1),[j,C]=TQ({prop:c,defaultProp:i??!1,onChange:P=>{P?(f.onOpen(),document.dispatchEvent(new CustomEvent(sP))):f.onClose(),d==null||d(P)},caller:I2}),_=O.useMemo(()=>j?N.current?"delayed-open":"instant-open":"closed",[j]),Q=O.useCallback(()=>{window.clearTimeout(b.current),b.current=0,N.current=!1,C(!0)},[C]),V=O.useCallback(()=>{window.clearTimeout(b.current),b.current=0,C(!1)},[C]),A=O.useCallback(()=>{window.clearTimeout(b.current),b.current=window.setTimeout(()=>{N.current=!0,C(!0),b.current=0},w)},[w,C]);return O.useEffect(()=>()=>{b.current&&(window.clearTimeout(b.current),b.current=0)},[]),t.jsx(fZ,{...x,children:t.jsx(WK,{scope:n,contentId:k,open:j,stateAttribute:_,trigger:v,onTriggerChange:g,onTriggerEnter:O.useCallback(()=>{f.isOpenDelayedRef.current?A():Q()},[f.isOpenDelayedRef,A,Q]),onTriggerLeave:O.useCallback(()=>{M?V():(window.clearTimeout(b.current),b.current=0)},[V,M]),onOpen:Q,onClose:V,disableHoverableContent:M,children:o})})};vZ.displayName=I2;var oP="TooltipTrigger",bZ=O.forwardRef((e,n)=>{const{__scopeTooltip:o,...c}=e,i=W2(oP,o),d=PP(oP,o),u=AQ(o),p=O.useRef(null),f=ht(n,p,i.onTriggerChange),x=O.useRef(!1),v=O.useRef(!1),g=O.useCallback(()=>x.current=!1,[]);return O.useEffect(()=>()=>document.removeEventListener("pointerup",g),[g]),t.jsx(mZ,{asChild:!0,...u,children:t.jsx(Ye.button,{"aria-describedby":i.open?i.contentId:void 0,"data-state":i.stateAttribute,...c,ref:f,onPointerMove:$e(e.onPointerMove,k=>{k.pointerType!=="touch"&&!v.current&&!d.isPointerInTransitRef.current&&(i.onTriggerEnter(),v.current=!0)}),onPointerLeave:$e(e.onPointerLeave,()=>{i.onTriggerLeave(),v.current=!1}),onPointerDown:$e(e.onPointerDown,()=>{i.open&&i.onClose(),x.current=!0,document.addEventListener("pointerup",g,{once:!0})}),onFocus:$e(e.onFocus,()=>{x.current||i.onOpen()}),onBlur:$e(e.onBlur,i.onClose),onClick:$e(e.onClick,i.onClose)})})});bZ.displayName=oP;var AP="TooltipPortal",[YK,FK]=PQ(AP,{forceMount:void 0}),MZ=e=>{const{__scopeTooltip:n,forceMount:o,children:c,container:i}=e,d=W2(AP,n);return t.jsx(YK,{scope:n,forceMount:o,children:t.jsx(oa,{present:o||d.open,children:t.jsx(zQ,{asChild:!0,container:i,children:c})})})};MZ.displayName=AP;var Dd="TooltipContent",wZ=O.forwardRef((e,n)=>{const o=FK(Dd,e.__scopeTooltip),{forceMount:c=o.forceMount,side:i="top",...d}=e,u=W2(Dd,e.__scopeTooltip);return t.jsx(oa,{present:c||u.open,children:u.disableHoverableContent?t.jsx(jZ,{side:i,...d,ref:n}):t.jsx(KK,{side:i,...d,ref:n})})}),KK=O.forwardRef((e,n)=>{const o=W2(Dd,e.__scopeTooltip),c=PP(Dd,e.__scopeTooltip),i=O.useRef(null),d=ht(n,i),[u,p]=O.useState(null),{trigger:f,onClose:x}=o,v=i.current,{onPointerInTransitChange:g}=c,k=O.useCallback(()=>{p(null),g(!1)},[g]),b=O.useCallback((M,w)=>{const N=M.currentTarget,j={x:M.clientX,y:M.clientY},C=aJ(j,N.getBoundingClientRect()),_=nJ(j,C),Q=sJ(w.getBoundingClientRect()),V=cJ([..._,...Q]);p(V),g(!0)},[g]);return O.useEffect(()=>()=>k(),[k]),O.useEffect(()=>{if(f&&v){const M=N=>b(N,v),w=N=>b(N,f);return f.addEventListener("pointerleave",M),v.addEventListener("pointerleave",w),()=>{f.removeEventListener("pointerleave",M),v.removeEventListener("pointerleave",w)}}},[f,v,b,k]),O.useEffect(()=>{if(u){const M=w=>{const N=w.target,j={x:w.clientX,y:w.clientY},C=(f==null?void 0:f.contains(N))||(v==null?void 0:v.contains(N)),_=!oJ(j,u);C?k():_&&(k(),x())};return document.addEventListener("pointermove",M),()=>document.removeEventListener("pointermove",M)}},[f,v,u,x,k]),t.jsx(jZ,{...e,ref:d})}),[JK,eJ]=PQ(I2,{isInside:!1}),tJ=lF("TooltipContent"),jZ=O.forwardRef((e,n)=>{const{__scopeTooltip:o,children:c,"aria-label":i,onEscapeKeyDown:d,onPointerDownOutside:u,...p}=e,f=W2(Dd,o),x=AQ(o),{onClose:v}=f;return O.useEffect(()=>(document.addEventListener(sP,v),()=>document.removeEventListener(sP,v)),[v]),O.useEffect(()=>{if(f.trigger){const g=k=>{const b=k.target;b!=null&&b.contains(f.trigger)&&v()};return window.addEventListener("scroll",g,{capture:!0}),()=>window.removeEventListener("scroll",g,{capture:!0})}},[f.trigger,v]),t.jsx(NQ,{asChild:!0,disableOutsidePointerEvents:!1,onEscapeKeyDown:d,onPointerDownOutside:u,onFocusOutside:g=>g.preventDefault(),onDismiss:v,children:t.jsxs(xZ,{"data-state":f.stateAttribute,...x,...p,ref:n,style:{...p.style,"--radix-tooltip-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-tooltip-content-available-width":"var(--radix-popper-available-width)","--radix-tooltip-content-available-height":"var(--radix-popper-available-height)","--radix-tooltip-trigger-width":"var(--radix-popper-anchor-width)","--radix-tooltip-trigger-height":"var(--radix-popper-anchor-height)"},children:[t.jsx(tJ,{children:c}),t.jsx(JK,{scope:o,isInside:!0,children:t.jsx(UK,{id:f.contentId,role:"tooltip",children:i||c})})]})})});wZ.displayName=Dd;var SZ="TooltipArrow",NZ=O.forwardRef((e,n)=>{const{__scopeTooltip:o,...c}=e,i=AQ(o);return eJ(SZ,o).isInside?null:t.jsx(yZ,{...i,...c,ref:n})});NZ.displayName=SZ;function aJ(e,n){const o=Math.abs(n.top-e.y),c=Math.abs(n.bottom-e.y),i=Math.abs(n.right-e.x),d=Math.abs(n.left-e.x);switch(Math.min(o,c,i,d)){case d:return"left";case i:return"right";case o:return"top";case c:return"bottom";default:throw new Error("unreachable")}}function nJ(e,n,o=5){const c=[];switch(n){case"top":c.push({x:e.x-o,y:e.y+o},{x:e.x+o,y:e.y+o});break;case"bottom":c.push({x:e.x-o,y:e.y-o},{x:e.x+o,y:e.y-o});break;case"left":c.push({x:e.x+o,y:e.y-o},{x:e.x+o,y:e.y+o});break;case"right":c.push({x:e.x-o,y:e.y-o},{x:e.x-o,y:e.y+o});break}return c}function sJ(e){const{top:n,right:o,bottom:c,left:i}=e;return[{x:i,y:n},{x:o,y:n},{x:o,y:c},{x:i,y:c}]}function oJ(e,n){const{x:o,y:c}=e;let i=!1;for(let d=0,u=n.length-1;d<n.length;u=d++){const p=n[d],f=n[u],x=p.x,v=p.y,g=f.x,k=f.y;v>c!=k>c&&o<(g-x)*(c-v)/(k-v)+x&&(i=!i)}return i}function cJ(e){const n=e.slice();return n.sort((o,c)=>o.x<c.x?-1:o.x>c.x?1:o.y<c.y?-1:o.y>c.y?1:0),iJ(n)}function iJ(e){if(e.length<=1)return e.slice();const n=[];for(let c=0;c<e.length;c++){const i=e[c];for(;n.length>=2;){const d=n[n.length-1],u=n[n.length-2];if((d.x-u.x)*(i.y-u.y)>=(d.y-u.y)*(i.x-u.x))n.pop();else break}n.push(i)}n.pop();const o=[];for(let c=e.length-1;c>=0;c--){const i=e[c];for(;o.length>=2;){const d=o[o.length-1],u=o[o.length-2];if((d.x-u.x)*(i.y-u.y)>=(d.y-u.y)*(i.x-u.x))o.pop();else break}o.push(i)}return o.pop(),n.length===1&&o.length===1&&n[0].x===o[0].x&&n[0].y===o[0].y?n:n.concat(o)}var rJ=kZ,lJ=vZ,dJ=bZ,hJ=MZ,uJ=wZ,pJ=NZ;function fJ({children:e}){return t.jsx(rJ,{delayDuration:300,children:e})}function iQ({children:e,content:n,side:o="top",className:c}){return n?t.jsxs(lJ,{children:[t.jsx(dJ,{asChild:!0,children:e}),t.jsx(hJ,{children:t.jsxs(uJ,{side:o,sideOffset:6,className:te("z-50 px-2.5 py-1.5 text-xs font-sans","bg-surface-4 text-text-0 border border-border rounded-md shadow-lg","animate-in fade-in-0 zoom-in-95",c),children:[n,t.jsx(pJ,{className:"fill-surface-4"})]})})]}):e}/**
|
|
29
|
+
`:" ";N[N.length-1]={...j,text:j.text+Q+M,timestamp:Date.now()}}else N.push({from:"agent",text:M,timestamp:Date.now()});w[f]=N.slice(-100),e({chatHistory:w}),ws("groove:chatHistory",w)}}if(g&&g.trim()){const M={...n().activityLog};M[f]||(M[f]=[]),M[f]=[...M[f].slice(-200),{timestamp:Date.now(),text:g.trim(),type:x.type,subtype:"tool"}],e({activityLog:M}),ws("groove:activityLog",M)}break}case"agent:exit":{const f=n().agents.find(b=>b.id===i.agentId),x=(f==null?void 0:f.name)||i.agentId,v=i.status==="killed"||i.code===143||i.code===137,g=i.status==="completed"?`${x} completed`:v?`${x} stopped`:`${x} crashed (exit ${i.code})`,k=i.status==="completed"?"success":v?"info":"warning";n().addToast(k,g,i.error?i.error.slice(0,200):void 0),n().thinkingAgents.has(i.agentId)&&e(b=>{const M=new Set(b.thinkingAgents);return M.delete(i.agentId),{thinkingAgents:M}}),i.error&&i.agentId&&n().addChatMessage(i.agentId,"system",`Crashed: ${i.error}`),(f==null?void 0:f.role)==="planner"&&i.status==="completed"&&setTimeout(()=>n().checkRecommendedTeam(),1e3);break}case"phase2:spawned":n().addToast("info",`QC agent ${i.name} auto-spawned`,"Auditing phase 1 work");break;case"preview:ready":n().addToast("success","Project ready to preview",i.url,{label:"View Site",url:i.url});break;case"preview:failed":n().addToast("warning","Preview could not launch",i.reason?String(i.reason).slice(0,200):"Unknown error");break;case"preview:stopped":break;case"agent:stalled":{const f=i.agentName||i.agentId,x=Math.round((i.silentMs||0)/1e3);n().addToast("warning",`${f} may be stalled`,`No output for ${x}s — API stream may be hung`);break}case"knock:denied":{const f=i.agentName||i.agentId;n().addToast("warning",`${f} blocked`,`${i.toolName} on ${i.target} — ${i.reason||"scope conflict"}`);break}case"phase2:failed":n().addToast("error","QC agent failed to spawn",i.error||"Unknown error");break;case"agent:message_queued":n().addChatMessage(i.agentId,"system","Agent is working — message will be delivered when it finishes.");break;case"rotation:start":break;case"rotation:complete":{const f=i.agentId,x=i.oldAgentId;if(!f||!x)break;e(v=>{var C,_,Q;const g={...v.chatHistory},k={...v.tokenTimeline},b={...v.activityLog},M={...v.chatInputs};(C=g[x])!=null&&C.length&&(g[f]=[...g[x]],delete g[x]),(_=k[x])!=null&&_.length&&(k[f]=[...k[x]],delete k[x]),(Q=b[x])!=null&&Q.length&&(b[f]=[...b[x]],delete b[x]),M[x]&&(M[f]=M[x],delete M[x]);const w=v.detailPanel;let N=w,j=v.teamDetailPanels;if((w==null?void 0:w.type)==="agent"&&w.agentId===x){const V={type:"agent",agentId:f};N=V;const A=n().activeTeamId;j={...v.teamDetailPanels,[A]:V}}try{localStorage.setItem("groove:chatHistory",JSON.stringify(g))}catch{}return{chatHistory:g,tokenTimeline:k,activityLog:b,chatInputs:M,detailPanel:N,teamDetailPanels:j}});break}case"rotation:failed":n().addToast("error","Rotation failed",i.error);break;case"file:changed":{const f=n().editorRecentSaves[i.path];if(f&&Date.now()-f<2e3)break;e(x=>({editorChangedFiles:{...x.editorChangedFiles,[i.path]:i.timestamp}}));break}case"team:created":case"team:deleted":case"team:updated":n().fetchTeams();break;case"approval:request":e(f=>({pendingApprovals:[...f.pendingApprovals,i.data]}));break;case"approval:resolved":{const f=i.data;e(x=>({pendingApprovals:x.pendingApprovals.filter(v=>v.id!==f.id),resolvedApprovals:[f,...x.resolvedApprovals].slice(0,200)}));break}case"conflict:detected":n().addToast("error",`Scope conflict: ${i.agentName||"agent"}`,i.filePath?`File: ${i.filePath}`:void 0);break;case"qc:activated":n().addToast("info","QC agent activated",`${i.agentCount||"4+"} agents running`);break;case"journalist:cycle":e({journalistStatus:i.data||null});break;case"schedule:execute":n().addToast("info",`Scheduled agent spawned: ${i.name||i.role||"agent"}`);break;case"gateway:status":e({gateways:i.data||[]});break;case"federation:whitelist":e(f=>({federation:{...f.federation,whitelist:i.data||[]}}));break;case"federation:connection":e(f=>{const x=[...f.federation.connections],v=x.findIndex(g=>{var k;return g.ip===((k=i.data)==null?void 0:k.ip)});return v>=0?x[v]={...x[v],...i.data}:x.push(i.data),{federation:{...f.federation,connections:x}}});break;case"federation:pouch":case"federation:pouch-log":e(f=>({federation:{...f.federation,pouchLog:[...f.federation.pouchLog,i.data].slice(-200)}}));break;case"project-dir:changed":e({projectDir:(d=i.data)==null?void 0:d.projectDir,showProjectPicker:!1});break;case"tunnel.connected":e({activeTunnelId:((u=i.data)==null?void 0:u.id)||null}),n().fetchTunnels();break;case"tunnel.disconnected":e({activeTunnelId:null}),n().fetchTunnels();break;case"tunnel.health":{const f=n().savedTunnels.map(x=>{var v;return x.id===((v=i.data)==null?void 0:v.id)?{...x,latencyMs:i.data.latencyMs,healthy:i.data.healthy}:x});e({savedTunnels:f});break}case"subscription:updated":{const f={subscription:i.data};((p=i.data)==null?void 0:p.active)===!0&&!n().marketplaceAuthenticated&&(f.marketplaceAuthenticated=!0),e(f),H.get("/edition").then(x=>{e({edition:x.edition||"community",subscription:{plan:x.plan||"community",status:x.status||(x.subscriptionActive?"active":"none"),active:x.subscriptionActive===!0,features:x.features||[],seats:x.seats||1,periodEnd:x.periodEnd||null,cancelAtPeriodEnd:x.cancelAtPeriodEnd||!1}})}).catch(()=>{});break}case"auth:expired":e({marketplaceAuthenticated:!1,marketplaceUser:null}),n().addToast("warning","Session expired","Please sign in again");break}},o.onclose=()=>{zn&&(clearInterval(zn),zn=null),e({connected:!1,hydrated:!1,ws:null,daemonHost:null,tunneled:!1}),setTimeout(()=>n().connect(),2e3)},o.onerror=()=>o.close()},setActiveView(o){e({activeView:o})},async fetchTeams(){try{const o=await H.get("/teams");let c=o.teams||[];const i=o.defaultTeamId;try{const f=JSON.parse(localStorage.getItem("groove:teamOrder")||"[]");if(f.length){const x=Object.fromEntries(c.map(k=>[k.id,k])),v=f.filter(k=>x[k]).map(k=>x[k]),g=c.filter(k=>!f.includes(k.id));c=[...v,...g]}}catch{}const{activeTeamId:d}=n(),p=c.map(f=>f.id).includes(d)?d:i;e({teams:c,activeTeamId:p}),p&&localStorage.setItem("groove:activeTeamId",p)}catch{}},switchTeam(o){const{activeTeamId:c,detailPanel:i,teamDetailPanels:d}=n(),u={...d};c&&(u[c]=i);const p=u[o]||null;e({activeTeamId:o,detailPanel:p,teamDetailPanels:u}),localStorage.setItem("groove:activeTeamId",o)},async createTeam(o,c){try{const i={name:o};c&&(i.workingDir=c);const d=await H.post("/teams",i);return e({activeTeamId:d.id}),localStorage.setItem("groove:activeTeamId",d.id),n().addToast("success",`Team "${o}" created`),d}catch(i){throw n().addToast("error","Failed to create team",i.message),i}},async deleteTeam(o){const c=n().teams.find(i=>i.id===o);if(c!=null&&c.isDefault){n().addToast("warning","Cannot delete the default team");return}try{await H.delete(`/teams/${encodeURIComponent(o)}`),n().addToast("info",`Team "${c==null?void 0:c.name}" deleted`)}catch(i){n().addToast("error","Failed to delete team",i.message)}},reorderTeams(o,c){const i=[...n().teams],[d]=i.splice(o,1);i.splice(c,0,d),e({teams:i});try{localStorage.setItem("groove:teamOrder",JSON.stringify(i.map(u=>u.id)))}catch{}},async cloneTeam(o){const c=n().teams.find(d=>d.id===o);if(!c)return;const i=n().agents.filter(d=>d.teamId===o);try{const d=await H.post("/teams",{name:`${c.name} (copy)`});e({activeTeamId:d.id}),localStorage.setItem("groove:activeTeamId",d.id);for(const u of i)await H.post("/agents",{role:u.role,name:u.name,provider:u.provider,model:u.model,scope:u.scope,teamId:d.id});return n().addToast("success",`Cloned "${c.name}" with ${i.length} agent${i.length!==1?"s":""}`),d}catch(d){n().addToast("error","Failed to clone team",d.message)}},async renameTeam(o,c){try{const i=await H.patch(`/teams/${encodeURIComponent(o)}`,{name:c});return e(d=>({teams:d.teams.map(u=>u.id===o?i:u)})),i}catch(i){throw n().addToast("error","Failed to rename team",i.message),i}},openDetail(o){const c=n().activeTeamId;e(i=>({detailPanel:o,teamDetailPanels:{...i.teamDetailPanels,[c]:o}}))},closeDetail(){const o=n().activeTeamId;e(c=>({detailPanel:null,teamDetailPanels:{...c.teamDetailPanels,[o]:null}}))},selectAgent(o){const c=n().activeTeamId,i={type:"agent",agentId:o};e(d=>({detailPanel:i,teamDetailPanels:{...d.teamDetailPanels,[c]:i}}))},clearSelection(){const o=n().activeTeamId;e(c=>({detailPanel:null,teamDetailPanels:{...c.teamDetailPanels,[o]:null}}))},toggleCommandPalette(){e(o=>({commandPaletteOpen:!o.commandPaletteOpen}))},toggleQuickConnect(){e(o=>({quickConnectOpen:!o.quickConnectOpen}))},setUpgradeModalOpen:o=>e({upgradeModalOpen:o}),setDetailPanelWidth(o){e({detailPanelWidth:o}),localStorage.setItem("groove:detailWidth",String(o))},setTerminalVisible(o){e({terminalVisible:o}),localStorage.setItem("groove:terminalVisible",String(o))},setTerminalHeight(o){e({terminalHeight:o}),localStorage.setItem("groove:terminalHeight",String(o))},setTerminalFullHeight(o){e({terminalFullHeight:o})},toggleNodeExpanded(o){const c={...n().expandedNodes};c[o]=!c[o],c[o]||delete c[o],e({expandedNodes:c}),ws("groove:expandedNodes",c)},addToast(o,c,i,d){const u=++fY;e(p=>({toasts:[...p.toasts,{id:u,type:o,message:c,detail:i,action:d}]}))},removeToast(o){e(c=>({toasts:c.toasts.filter(i=>i.id!==o)}))},installUpdate(){var o,c;(c=(o=window.groove)==null?void 0:o.update)==null||c.installUpdate()},async checkMarketplaceAuth(){try{const o=await H.get("/auth/status");e({marketplaceAuthenticated:o.authenticated||!1,marketplaceUser:o.user||null});try{const c=await H.get("/edition");e({edition:c.edition||"community",subscription:{plan:c.plan||"community",status:c.status||(c.subscriptionActive?"active":"none"),active:c.subscriptionActive===!0,features:c.features||[],seats:c.seats||1,periodEnd:c.periodEnd||null,cancelAtPeriodEnd:c.cancelAtPeriodEnd||!1}})}catch{}}catch{e({marketplaceAuthenticated:!1,marketplaceUser:null})}},async marketplaceLogin(){try{const o=await H.get("/auth/login-url");o.url&&window.open(o.url,"_blank");const c=setInterval(async()=>{var i,d;try{const u=await H.get("/auth/status");if(u.authenticated){clearInterval(c),e({marketplaceAuthenticated:!0,marketplaceUser:u.user}),n().addToast("success",`Signed in as ${((i=u.user)==null?void 0:i.displayName)||((d=u.user)==null?void 0:d.id)||"user"}`);try{const p=await H.get("/edition");e({edition:p.edition||"community",subscription:{plan:p.plan||"community",status:p.status||(p.subscriptionActive?"active":"none"),active:p.subscriptionActive===!0,features:p.features||[],seats:p.seats||1,periodEnd:p.periodEnd||null,cancelAtPeriodEnd:p.cancelAtPeriodEnd||!1}})}catch{}setTimeout(async()=>{try{const p=await H.get("/edition");e({edition:p.edition||"community",subscription:{plan:p.plan||"community",status:p.status||(p.subscriptionActive?"active":"none"),active:p.subscriptionActive===!0,features:p.features||[],seats:p.seats||1,periodEnd:p.periodEnd||null,cancelAtPeriodEnd:p.cancelAtPeriodEnd||!1}})}catch{}},2e3)}}catch{}},2e3);setTimeout(()=>clearInterval(c),3e5)}catch(o){n().addToast("error","Login failed",o.message)}},async marketplaceLogout(){try{await H.post("/auth/logout"),e({marketplaceAuthenticated:!1,marketplaceUser:null}),n().addToast("info","Signed out of marketplace")}catch(o){n().addToast("error","Logout failed",o.message)}},async marketplaceCheckout(o){try{const c=await H.post("/auth/checkout",{skillId:o});return c.url&&window.open(c.url,"_blank"),c}catch(c){throw n().addToast("error","Checkout failed",c.message),c}},async fetchSubscriptionPlans(){return H.get("/subscription/plans")},async startCheckout(o){var c,i;try{const d=await H.post("/subscription/checkout",{priceId:o});return d.url&&((c=window.groove)!=null&&c.openExternal?window.groove.openExternal(d.url):window.open(d.url,"_blank")),d}catch(d){throw d.status===401||(i=d.message)!=null&&i.includes("Not authenticated")?(n().addToast("info","Please sign in to subscribe"),n().marketplaceLogin()):d.status===409?n().addToast("info","Already subscribed","Use Manage Subscription to switch plans"):n().addToast("error","Checkout failed",d.message),d}},async openPortal(){var o;try{const c=await H.post("/subscription/portal");return c.url&&((o=window.groove)!=null&&o.openExternal?window.groove.openExternal(c.url):window.open(c.url,"_blank")),c}catch(c){throw n().addToast("error","Portal failed",c.message),c}},async updateSeats(o){try{const c=await H.patch("/subscription",{seats:o});return e({subscription:{...n().subscription,...c}}),n().addToast("success",`Updated to ${o} seat${o!==1?"s":""}`),c}catch(c){throw n().addToast("error","Seat update failed",c.message),c}},async fetchApprovals(){try{const o=await H.get("/approvals");e({pendingApprovals:o.pending||[],resolvedApprovals:o.resolved||[]})}catch{}},async approveRequest(o){try{await H.post(`/approvals/${encodeURIComponent(o)}/approve`),e(c=>({pendingApprovals:c.pendingApprovals.filter(i=>i.id!==o)})),n().addToast("success","Approved")}catch(c){n().addToast("error","Approve failed",c.message)}},async rejectRequest(o,c=""){try{await H.post(`/approvals/${encodeURIComponent(o)}/reject`,{reason:c}),e(i=>({pendingApprovals:i.pendingApprovals.filter(d=>d.id!==o)})),n().addToast("info","Rejected")}catch(i){n().addToast("error","Reject failed",i.message)}},async checkRecommendedTeam(){var o;try{const c=await H.get("/recommended-team");if(!c||!((o=c.agents)!=null&&o.length)){e({recommendedTeam:null});return}const i=c.teamId||null;if(i){const d=n().agents.filter(f=>f.teamId===i&&f.role!=="planner"),u=c.agents.filter(f=>!f.phase||f.phase===1).map(f=>f.role);if(u.every(f=>d.some(x=>x.role===f))&&u.length>0){if(n()._delegatingTeamIds.has(i))return;e(f=>({recommendedTeam:null,_delegatingTeamIds:new Set([...f._delegatingTeamIds,i])}));try{const x=(await H.post("/recommended-team/launch",{teamId:i})).agents||[],v=x.map(g=>g.name).join(", ")||"";n().addToast("success","Planner delegated work",v?`→ ${v}`:void 0),x.length>0&&e(g=>({thinkingAgents:new Set([...g.thinkingAgents,...x.map(k=>k.id)])}))}finally{e(f=>{const x=new Set(f._delegatingTeamIds);return x.delete(i),{_delegatingTeamIds:x}})}return}}e({recommendedTeam:{...c,teamId:c.teamId||null}})}catch{e({recommendedTeam:null})}},async launchRecommendedTeam(o){var c;try{const i=((c=n().recommendedTeam)==null?void 0:c.teamId)||null;e({recommendedTeam:null}),n().addToast("info","Launching team...");const d={...o&&{agents:o},...i&&{teamId:i}},u=await H.post("/recommended-team/launch",d),p=[u.phase2Pending?`${u.phase2Pending} QC queued`:"",u.projectDir?`→ ${u.projectDir}/`:""].filter(Boolean).join(" · ");n().addToast("success",`Launched ${(u.launched||0)+(u.reused||0)} agents`,p||void 0);const f=u.agents||[];return f.length>0&&e(x=>({thinkingAgents:new Set([...x.thinkingAgents,...f.map(v=>v.id)])})),H.post("/cleanup").catch(()=>{}),u}catch(i){throw n().addToast("error","Launch failed",i.message),i}},async fetchImportedRepos(){try{const o=await H.get("/repos/imported");e({importedRepos:o})}catch{}},async previewRepo(o){return H.post("/repos/preview",{repoUrl:o})},async importRepo(o,c,i,d){e({importInProgress:!0});try{const u=await H.post("/repos/import",{repoUrl:o,targetPath:c,createTeam:i,teamName:d});return n().fetchImportedRepos(),u}finally{e({importInProgress:!1})}},async softRemoveRepo(o){await H.delete(`/repos/${encodeURIComponent(o)}/remove`),n().fetchImportedRepos()},async hardNukeRepo(o,c=!0){await H.delete(`/repos/${encodeURIComponent(o)}/nuke?deleteFiles=${c}`),n().fetchImportedRepos()},async fetchProjectDir(){try{const o=await H.get("/project-dir"),c=/^\/home\/[^/]+$/.test(o.projectDir)||o.projectDir==="/root";e({projectDir:o.projectDir,recentProjects:o.recentProjects||[],showProjectPicker:c||(o.recentProjects||[]).length===0})}catch{}},async setProjectDir(o){const c=await H.post("/project-dir",{path:o});e({projectDir:c.projectDir,recentProjects:c.recentProjects||[],showProjectPicker:!1})},toggleProjectPicker(){e(o=>({showProjectPicker:!o.showProjectPicker}))},async fetchTunnels(){try{const o=await H.get("/tunnels");e({savedTunnels:Array.isArray(o)?o:[]})}catch{}},async saveTunnel(o){const c=await H.post("/tunnels",o);return n().fetchTunnels(),c},async updateTunnel(o,c){const i=await H.patch(`/tunnels/${encodeURIComponent(o)}`,c);return n().fetchTunnels(),i},async deleteTunnel(o){await H.delete(`/tunnels/${encodeURIComponent(o)}`),n().fetchTunnels()},async testTunnel(o){return H.post(`/tunnels/${encodeURIComponent(o)}/test`)},async connectTunnel(o){var i,d;const c=await H.post(`/tunnels/${encodeURIComponent(o)}/connect`);return e({activeTunnelId:o}),n().fetchTunnels(),c.localPort&&c.name&&((d=(i=window.groove)==null?void 0:i.remote)!=null&&d.openWindow?window.groove.remote.openWindow(c.localPort,c.name):window.open(`http://localhost:${c.localPort}?instance=${encodeURIComponent(c.name)}`,"_blank")),c},async disconnectTunnel(o){var i,d;const c=n().savedTunnels.find(u=>u.id===o);await H.post(`/tunnels/${encodeURIComponent(o)}/disconnect`),e({activeTunnelId:null}),n().fetchTunnels(),c!=null&&c.localPort&&((d=(i=window.groove)==null?void 0:i.remote)!=null&&d.closeByPort)&&window.groove.remote.closeByPort(c.localPort)},async installTunnel(o){return H.post(`/tunnels/${encodeURIComponent(o)}/install`)},async startTunnel(o){return H.post(`/tunnels/${encodeURIComponent(o)}/start`)},async fetchJournalist(){try{const o=await H.get("/journalist");return e({journalistStatus:o}),o}catch{return null}},async triggerJournalistCycle(){try{const o=await H.post("/journalist/cycle");return n().addToast("success","Synthesis cycle triggered"),e({journalistStatus:o}),o}catch(o){throw n().addToast("error","Synthesis failed",o.message),o}},async spawnAgent(o){try{const c=n().activeTeamId,i=await H.post("/agents",{...o,teamId:c});return n().addToast("success",`Spawned ${i.name}`),i}catch(c){throw n().addToast("error","Spawn failed",c.message),c}},async killAgent(o,c=!1){try{await H.delete(`/agents/${encodeURIComponent(o)}?purge=${c}`),c&&e(i=>{const d={...i.chatHistory},u={...i.activityLog},p={...i.tokenTimeline};return delete d[o],delete u[o],delete p[o],ws("groove:chatHistory",d),ws("groove:activityLog",u),{chatHistory:d,activityLog:u,tokenTimeline:p}})}catch(i){n().addToast("error","Kill failed",i.message)}},async rotateAgent(o){try{return await H.post(`/agents/${encodeURIComponent(o)}/rotate`)}catch(c){throw n().addToast("error","Rotation failed",c.message),c}},async fetchProviders(){return H.get("/providers")},async fetchOnboardingStatus(){try{const o=await H.get("/onboarding/status");return o!=null&&o.complete&&(e({onboardingComplete:!0}),localStorage.setItem("groove:onboardingComplete","true")),o}catch{return null}},dismissOnboarding(){e({onboardingComplete:!0}),localStorage.setItem("groove:onboardingComplete","true"),H.post("/onboarding/dismiss").catch(()=>{})},async installProvider(o){try{const c=await H.post("/onboarding/install-provider",{provider:o});return n().addToast("success",`${o} installed`),c}catch(c){throw n().addToast("error",`Install failed: ${o}`,c.message),c}},async setDefaultProvider(o,c){try{await H.post("/onboarding/set-default",{provider:o,model:c}),n().addToast("success",`Default set to ${o} (${c})`)}catch(i){throw n().addToast("error","Failed to set default",i.message),i}},addChatMessage(o,c,i,d=!1){e(u=>{const p={...u.chatHistory};return p[o]||(p[o]=[]),p[o]=[...p[o].slice(-100),{from:c,text:i,timestamp:Date.now(),isQuery:d}],ws("groove:chatHistory",p),{chatHistory:p}})},thinkingAgents:new Set,async stopAgent(o){try{await H.post(`/agents/${encodeURIComponent(o)}/stop`),e(c=>{const i=new Set(c.thinkingAgents);return i.delete(o),{thinkingAgents:i}}),n().addToast("info","Stopped agent")}catch(c){n().addToast("error","Stop failed",c.message)}},async instructAgent(o,c){var d,u,p;n().addChatMessage(o,"user",c,!1),e(f=>({thinkingAgents:new Set([...f.thinkingAgents,o])}));const i={chatHistory:[...n().chatHistory[o]||[]],activityLog:[...n().activityLog[o]||[]],tokenTimeline:[...n().tokenTimeline[o]||[]]};try{const f=await H.post(`/agents/${encodeURIComponent(o)}/instruct`,{message:c});if(f.status==="message_sent")return f;if(f.status==="message_queued")return e(v=>{const g=new Set(v.thinkingAgents);return g.delete(o),{thinkingAgents:g}}),f;const x=f;for(const v of["chatHistory","activityLog","tokenTimeline"])(d=i[v])!=null&&d.length&&e(g=>({[v]:{...g[v],[x.id]:[...i[v]]}}));return e(v=>{const g=new Set(v.thinkingAgents);return g.delete(o),g.add(x.id),{thinkingAgents:g}}),(u=n().chatHistory[x.id])!=null&&u.length&&ws("groove:chatHistory",n().chatHistory),(p=n().activityLog[x.id])!=null&&p.length&&ws("groove:activityLog",n().activityLog),n().selectAgent(x.id),x}catch(f){throw e(x=>{const v=new Set(x.thinkingAgents);return v.delete(o),{thinkingAgents:v}}),n().addChatMessage(o,"system",`failed: ${f.message}`),f}},async queryAgent(o,c){n().addChatMessage(o,"user",c,!0);try{const i=await H.post(`/agents/${encodeURIComponent(o)}/query`,{message:c});return n().addChatMessage(o,"agent",i.response),i}catch(i){throw n().addChatMessage(o,"system",`query failed: ${i.message}`),i}},async openFile(o){var d;if(n().editorFiles[o]||n().editorOpenTabs.includes(o)){e(u=>({editorActiveFile:o,editorOpenTabs:u.editorOpenTabs.includes(o)?u.editorOpenTabs:[...u.editorOpenTabs,o]}));return}const c=(d=o.split(".").pop())==null?void 0:d.toLowerCase();if(["png","jpg","jpeg","gif","svg","webp","ico","bmp","avif","mp4","webm","mov","avi","mkv","ogv"].includes(c)){e(u=>({editorActiveFile:o,editorOpenTabs:[...u.editorOpenTabs,o]}));return}try{const u=await H.get(`/files/read?path=${encodeURIComponent(o)}`);if(u.binary){n().addToast("warning","Binary file — cannot open");return}e(f=>({editorFiles:{...f.editorFiles,[o]:{content:u.content,originalContent:u.content,language:u.language,loadedAt:Date.now()}},editorActiveFile:o,editorOpenTabs:f.editorOpenTabs.includes(o)?f.editorOpenTabs:[...f.editorOpenTabs,o]}));const p=n().ws;(p==null?void 0:p.readyState)===1&&p.send(JSON.stringify({type:"editor:watch",path:o}))}catch(u){n().addToast("error","Failed to open file",u.message)}},closeFile(o){e(i=>{const d=i.editorOpenTabs.filter(x=>x!==o),u={...i.editorFiles};delete u[o];const p={...i.editorChangedFiles};delete p[o];let f=i.editorActiveFile;if(f===o){const x=i.editorOpenTabs.indexOf(o);f=d[Math.min(x,d.length-1)]||null}return{editorOpenTabs:d,editorFiles:u,editorChangedFiles:p,editorActiveFile:f}});const c=n().ws;(c==null?void 0:c.readyState)===1&&c.send(JSON.stringify({type:"editor:unwatch",path:o}))},setActiveFile(o){e({editorActiveFile:o})},setEditorSidebarWidth(o){e({editorSidebarWidth:o}),localStorage.setItem("groove:editorSidebarWidth",String(o))},updateFileContent(o,c){e(i=>({editorFiles:{...i.editorFiles,[o]:{...i.editorFiles[o],content:c}}}))},async saveFile(o){const c=n().editorFiles[o];if(c)try{await H.post("/files/write",{path:o,content:c.content}),e(i=>({editorFiles:{...i.editorFiles,[o]:{...i.editorFiles[o],originalContent:c.content}},editorChangedFiles:(()=>{const d={...i.editorChangedFiles};return delete d[o],d})(),editorRecentSaves:{...i.editorRecentSaves,[o]:Date.now()}})),n().addToast("success","File saved")}catch(i){n().addToast("error","Save failed",i.message)}},async reloadFile(o){try{const c=await H.get(`/files/read?path=${encodeURIComponent(o)}`);if(c.binary)return;e(i=>({editorFiles:{...i.editorFiles,[o]:{content:c.content,originalContent:c.content,language:c.language,loadedAt:Date.now()}},editorChangedFiles:(()=>{const d={...i.editorChangedFiles};return delete d[o],d})()}))}catch{}},dismissFileChange(o){e(c=>{const i={...c.editorChangedFiles};return delete i[o],{editorChangedFiles:i}})},async fetchTreeDir(o){try{const c=await H.get(`/files/tree?path=${encodeURIComponent(o)}`);e(i=>({editorTreeCache:{...i.editorTreeCache,[o]:c.entries}}))}catch{}},async createFile(o){try{await H.post("/files/create",{path:o});const c=o.includes("/")?o.split("/").slice(0,-1).join("/"):"";return await n().fetchTreeDir(c),n().addToast("success","File created"),!0}catch(c){return n().addToast("error","Create failed",c.message),!1}},async createDir(o){try{await H.post("/files/mkdir",{path:o});const c=o.includes("/")?o.split("/").slice(0,-1).join("/"):"";return await n().fetchTreeDir(c),n().addToast("success","Folder created"),!0}catch(c){return n().addToast("error","Create failed",c.message),!1}},async deleteFile(o){try{await H.delete(`/files/delete?path=${encodeURIComponent(o)}`),n().editorOpenTabs.includes(o)&&n().closeFile(o);const c=o.includes("/")?o.split("/").slice(0,-1).join("/"):"";return await n().fetchTreeDir(c),e(i=>{const d={...i.editorTreeCache};return delete d[o],{editorTreeCache:d}}),n().addToast("success","Deleted"),!0}catch(c){return n().addToast("error","Delete failed",c.message),!1}},async fetchFederationStatus(){try{const o=await H.get("/federation");return e(c=>{var i;return{federation:{...c.federation,peers:o.peers||[],whitelist:o.whitelist||[],connections:o.connections||[],ambassadors:((i=o.ambassadors)==null?void 0:i.ambassadors)||o.ambassadors||[]}}}),o}catch{return null}},async addToWhitelist(o,c=31415,i){try{await H.post("/federation/whitelist",{ip:o,port:c,...i&&{name:i}}),n().addToast("success",`Added ${o} to whitelist`),n().fetchFederationStatus()}catch(d){throw n().addToast("error","Whitelist failed",d.message),d}},async removeFromWhitelist(o){try{await H.delete(`/federation/whitelist/${encodeURIComponent(o)}`),n().addToast("info",`Removed ${o}`),n().fetchFederationStatus()}catch(c){n().addToast("error","Remove failed",c.message)}},setSelectedPeer(o){e(c=>({federation:{...c.federation,selectedPeerId:o}}))},async fetchPouchLog(o){try{const c=await H.get(`/federation/pouch/log${o?`?peerId=${encodeURIComponent(o)}`:""}`);e(i=>({federation:{...i.federation,pouchLog:c||[]}}))}catch{}},async sendPouch(o,c){try{const i=await H.post("/federation/pouch/send",{peerId:o,contract:c});return n().addToast("success","Pouch sent"),i}catch(i){throw n().addToast("error","Pouch send failed",i.message),i}},async renameFile(o,c){try{await H.post("/files/rename",{oldPath:o,newPath:c}),e(u=>{const p=u.editorOpenTabs.map(v=>v===o?c:v),f={...u.editorFiles};f[o]&&(f[c]=f[o],delete f[o]);const x=u.editorActiveFile===o?c:u.editorActiveFile;return{editorOpenTabs:p,editorFiles:f,editorActiveFile:x}});const i=o.includes("/")?o.split("/").slice(0,-1).join("/"):"",d=c.includes("/")?c.split("/").slice(0,-1).join("/"):"";return await n().fetchTreeDir(i),d!==i&&await n().fetchTreeDir(d),n().addToast("success","Renamed"),!0}catch(i){return n().addToast("error","Rename failed",i.message),!1}}}));function jX(e){O.useEffect(()=>{function n(o){for(const c of e){const i=c.meta?o.metaKey||o.ctrlKey:!0,d=c.shift?o.shiftKey:!o.shiftKey;if(o.key.toLowerCase()===c.key.toLowerCase()&&i&&d){o.preventDefault(),c.handler();return}}}return document.addEventListener("keydown",n),()=>document.removeEventListener("keydown",n)},[e])}function Go(){return!!(window.groove||navigator.userAgent.includes("Electron"))}function SX(){var e;return((e=window.groove)==null?void 0:e.platform)||"browser"}function tQ(e){window.groove?window.groove.openExternal(e):window.open(e,"_blank")}async function mY(e={}){var n,o;return(o=(n=window.groove)==null?void 0:n.folders)!=null&&o.select?window.groove.folders.select(e):null}async function NX(e){var n,o;if((o=(n=window.groove)==null?void 0:n.integrations)!=null&&o.oauthStart)return window.groove.integrations.oauthStart(e);window.open(e,"_blank","noopener")}function _X(e){var n,o,c="";if(typeof e=="string"||typeof e=="number")c+=e;else if(typeof e=="object")if(Array.isArray(e)){var i=e.length;for(n=0;n<i;n++)e[n]&&(o=_X(e[n]))&&(c&&(c+=" "),c+=o)}else for(o in e)e[o]&&(c&&(c+=" "),c+=o);return c}function xY(){for(var e,n,o=0,c="",i=arguments.length;o<i;o++)(e=arguments[o])&&(n=_X(e))&&(c&&(c+=" "),c+=n);return c}const yY=(e,n)=>{const o=new Array(e.length+n.length);for(let c=0;c<e.length;c++)o[c]=e[c];for(let c=0;c<n.length;c++)o[e.length+c]=n[c];return o},OY=(e,n)=>({classGroupId:e,validator:n}),$X=(e=new Map,n=null,o)=>({nextPart:e,validators:n,classGroupId:o}),aQ="-",MV=[],gY="arbitrary..",kY=e=>{const n=bY(e),{conflictingClassGroups:o,conflictingClassGroupModifiers:c}=e;return{getClassGroupId:u=>{if(u.startsWith("[")&&u.endsWith("]"))return vY(u);const p=u.split(aQ),f=p[0]===""&&p.length>1?1:0;return CX(p,f,n)},getConflictingClassGroupIds:(u,p)=>{if(p){const f=c[u],x=o[u];return f?x?yY(x,f):f:x||MV}return o[u]||MV}}},CX=(e,n,o)=>{if(e.length-n===0)return o.classGroupId;const i=e[n],d=o.nextPart.get(i);if(d){const x=CX(e,n+1,d);if(x)return x}const u=o.validators;if(u===null)return;const p=n===0?e.join(aQ):e.slice(n).join(aQ),f=u.length;for(let x=0;x<f;x++){const v=u[x];if(v.validator(p))return v.classGroupId}},vY=e=>e.slice(1,-1).indexOf(":")===-1?void 0:(()=>{const n=e.slice(1,-1),o=n.indexOf(":"),c=n.slice(0,o);return c?gY+c:void 0})(),bY=e=>{const{theme:n,classGroups:o}=e;return MY(o,n)},MY=(e,n)=>{const o=$X();for(const c in e){const i=e[c];wP(i,o,c,n)}return o},wP=(e,n,o,c)=>{const i=e.length;for(let d=0;d<i;d++){const u=e[d];wY(u,n,o,c)}},wY=(e,n,o,c)=>{if(typeof e=="string"){jY(e,n,o);return}if(typeof e=="function"){SY(e,n,o,c);return}NY(e,n,o,c)},jY=(e,n,o)=>{const c=e===""?n:QX(n,e);c.classGroupId=o},SY=(e,n,o,c)=>{if(_Y(e)){wP(e(c),n,o,c);return}n.validators===null&&(n.validators=[]),n.validators.push(OY(o,e))},NY=(e,n,o,c)=>{const i=Object.entries(e),d=i.length;for(let u=0;u<d;u++){const[p,f]=i[u];wP(f,QX(n,p),o,c)}},QX=(e,n)=>{let o=e;const c=n.split(aQ),i=c.length;for(let d=0;d<i;d++){const u=c[d];let p=o.nextPart.get(u);p||(p=$X(),o.nextPart.set(u,p)),o=p}return o},_Y=e=>"isThemeGetter"in e&&e.isThemeGetter===!0,$Y=e=>{if(e<1)return{get:()=>{},set:()=>{}};let n=0,o=Object.create(null),c=Object.create(null);const i=(d,u)=>{o[d]=u,n++,n>e&&(n=0,c=o,o=Object.create(null))};return{get(d){let u=o[d];if(u!==void 0)return u;if((u=c[d])!==void 0)return i(d,u),u},set(d,u){d in o?o[d]=u:i(d,u)}}},JT="!",wV=":",CY=[],jV=(e,n,o,c,i)=>({modifiers:e,hasImportantModifier:n,baseClassName:o,maybePostfixModifierPosition:c,isExternal:i}),QY=e=>{const{prefix:n,experimentalParseClassName:o}=e;let c=i=>{const d=[];let u=0,p=0,f=0,x;const v=i.length;for(let w=0;w<v;w++){const N=i[w];if(u===0&&p===0){if(N===wV){d.push(i.slice(f,w)),f=w+1;continue}if(N==="/"){x=w;continue}}N==="["?u++:N==="]"?u--:N==="("?p++:N===")"&&p--}const g=d.length===0?i:i.slice(f);let k=g,b=!1;g.endsWith(JT)?(k=g.slice(0,-1),b=!0):g.startsWith(JT)&&(k=g.slice(1),b=!0);const M=x&&x>f?x-f:void 0;return jV(d,b,k,M)};if(n){const i=n+wV,d=c;c=u=>u.startsWith(i)?d(u.slice(i.length)):jV(CY,!1,u,void 0,!0)}if(o){const i=c;c=d=>o({className:d,parseClassName:i})}return c},LY=e=>{const n=new Map;return e.orderSensitiveModifiers.forEach((o,c)=>{n.set(o,1e6+c)}),o=>{const c=[];let i=[];for(let d=0;d<o.length;d++){const u=o[d],p=u[0]==="[",f=n.has(u);p||f?(i.length>0&&(i.sort(),c.push(...i),i=[]),c.push(u)):i.push(u)}return i.length>0&&(i.sort(),c.push(...i)),c}},zY=e=>({cache:$Y(e.cacheSize),parseClassName:QY(e),sortModifiers:LY(e),...kY(e)}),TY=/\s+/,PY=(e,n)=>{const{parseClassName:o,getClassGroupId:c,getConflictingClassGroupIds:i,sortModifiers:d}=n,u=[],p=e.trim().split(TY);let f="";for(let x=p.length-1;x>=0;x-=1){const v=p[x],{isExternal:g,modifiers:k,hasImportantModifier:b,baseClassName:M,maybePostfixModifierPosition:w}=o(v);if(g){f=v+(f.length>0?" "+f:f);continue}let N=!!w,j=c(N?M.substring(0,w):M);if(!j){if(!N){f=v+(f.length>0?" "+f:f);continue}if(j=c(M),!j){f=v+(f.length>0?" "+f:f);continue}N=!1}const C=k.length===0?"":k.length===1?k[0]:d(k).join(":"),_=b?C+JT:C,Q=_+j;if(u.indexOf(Q)>-1)continue;u.push(Q);const V=i(j,N);for(let A=0;A<V.length;++A){const P=V[A];u.push(_+P)}f=v+(f.length>0?" "+f:f)}return f},AY=(...e)=>{let n=0,o,c,i="";for(;n<e.length;)(o=e[n++])&&(c=LX(o))&&(i&&(i+=" "),i+=c);return i},LX=e=>{if(typeof e=="string")return e;let n,o="";for(let c=0;c<e.length;c++)e[c]&&(n=LX(e[c]))&&(o&&(o+=" "),o+=n);return o},qY=(e,...n)=>{let o,c,i,d;const u=f=>{const x=n.reduce((v,g)=>g(v),e());return o=zY(x),c=o.cache.get,i=o.cache.set,d=p,p(f)},p=f=>{const x=c(f);if(x)return x;const v=PY(f,o);return i(f,v),v};return d=u,(...f)=>d(AY(...f))},IY=[],_t=e=>{const n=o=>o[e]||IY;return n.isThemeGetter=!0,n},zX=/^\[(?:(\w[\w-]*):)?(.+)\]$/i,TX=/^\((?:(\w[\w-]*):)?(.+)\)$/i,RY=/^\d+(?:\.\d+)?\/\d+(?:\.\d+)?$/,VY=/^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/,EY=/\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$/,XY=/^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/,ZY=/^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/,DY=/^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/,ko=e=>RY.test(e),qe=e=>!!e&&!Number.isNaN(Number(e)),vo=e=>!!e&&Number.isInteger(Number(e)),uT=e=>e.endsWith("%")&&qe(e.slice(0,-1)),vs=e=>VY.test(e),PX=()=>!0,HY=e=>EY.test(e)&&!XY.test(e),jP=()=>!1,UY=e=>ZY.test(e),GY=e=>DY.test(e),BY=e=>!Me(e)&&!we(e),WY=e=>Fo(e,IX,jP),Me=e=>zX.test(e),xc=e=>Fo(e,RX,HY),SV=e=>Fo(e,nF,qe),YY=e=>Fo(e,EX,PX),FY=e=>Fo(e,VX,jP),NV=e=>Fo(e,AX,jP),KY=e=>Fo(e,qX,GY),fu=e=>Fo(e,XX,UY),we=e=>TX.test(e),U0=e=>C1(e,RX),JY=e=>C1(e,VX),_V=e=>C1(e,AX),eF=e=>C1(e,IX),tF=e=>C1(e,qX),mu=e=>C1(e,XX,!0),aF=e=>C1(e,EX,!0),Fo=(e,n,o)=>{const c=zX.exec(e);return c?c[1]?n(c[1]):o(c[2]):!1},C1=(e,n,o=!1)=>{const c=TX.exec(e);return c?c[1]?n(c[1]):o:!1},AX=e=>e==="position"||e==="percentage",qX=e=>e==="image"||e==="url",IX=e=>e==="length"||e==="size"||e==="bg-size",RX=e=>e==="length",nF=e=>e==="number",VX=e=>e==="family-name",EX=e=>e==="number"||e==="weight",XX=e=>e==="shadow",sF=()=>{const e=_t("color"),n=_t("font"),o=_t("text"),c=_t("font-weight"),i=_t("tracking"),d=_t("leading"),u=_t("breakpoint"),p=_t("container"),f=_t("spacing"),x=_t("radius"),v=_t("shadow"),g=_t("inset-shadow"),k=_t("text-shadow"),b=_t("drop-shadow"),M=_t("blur"),w=_t("perspective"),N=_t("aspect"),j=_t("ease"),C=_t("animate"),_=()=>["auto","avoid","all","avoid-page","page","left","right","column"],Q=()=>["center","top","bottom","left","right","top-left","left-top","top-right","right-top","bottom-right","right-bottom","bottom-left","left-bottom"],V=()=>[...Q(),we,Me],A=()=>["auto","hidden","clip","visible","scroll"],P=()=>["auto","contain","none"],z=()=>[we,Me,f],F=()=>[ko,"full","auto",...z()],q=()=>[vo,"none","subgrid",we,Me],ce=()=>["auto",{span:["full",vo,we,Me]},vo,we,Me],ne=()=>[vo,"auto",we,Me],oe=()=>["auto","min","max","fr",we,Me],E=()=>["start","end","center","between","around","evenly","stretch","baseline","center-safe","end-safe"],T=()=>["start","end","center","stretch","center-safe","end-safe"],L=()=>["auto",...z()],X=()=>[ko,"auto","full","dvw","dvh","lvw","lvh","svw","svh","min","max","fit",...z()],K=()=>[ko,"screen","full","dvw","lvw","svw","min","max","fit",...z()],Y=()=>[ko,"screen","full","lh","dvh","lvh","svh","min","max","fit",...z()],U=()=>[e,we,Me],fe=()=>[...Q(),_V,NV,{position:[we,Me]}],he=()=>["no-repeat",{repeat:["","x","y","space","round"]}],pe=()=>["auto","cover","contain",eF,WY,{size:[we,Me]}],Oe=()=>[uT,U0,xc],Se=()=>["","none","full",x,we,Me],de=()=>["",qe,U0,xc],ke=()=>["solid","dashed","dotted","double"],ct=()=>["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity"],Le=()=>[qe,uT,_V,NV],gt=()=>["","none",M,we,Me],it=()=>["none",qe,we,Me],ut=()=>["none",qe,we,Me],kt=()=>[qe,we,Me],Fe=()=>[ko,"full",...z()];return{cacheSize:500,theme:{animate:["spin","ping","pulse","bounce"],aspect:["video"],blur:[vs],breakpoint:[vs],color:[PX],container:[vs],"drop-shadow":[vs],ease:["in","out","in-out"],font:[BY],"font-weight":["thin","extralight","light","normal","medium","semibold","bold","extrabold","black"],"inset-shadow":[vs],leading:["none","tight","snug","normal","relaxed","loose"],perspective:["dramatic","near","normal","midrange","distant","none"],radius:[vs],shadow:[vs],spacing:["px",qe],text:[vs],"text-shadow":[vs],tracking:["tighter","tight","normal","wide","wider","widest"]},classGroups:{aspect:[{aspect:["auto","square",ko,Me,we,N]}],container:["container"],columns:[{columns:[qe,Me,we,p]}],"break-after":[{"break-after":_()}],"break-before":[{"break-before":_()}],"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"],sr:["sr-only","not-sr-only"],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:V()}],overflow:[{overflow:A()}],"overflow-x":[{"overflow-x":A()}],"overflow-y":[{"overflow-y":A()}],overscroll:[{overscroll:P()}],"overscroll-x":[{"overscroll-x":P()}],"overscroll-y":[{"overscroll-y":P()}],position:["static","fixed","absolute","relative","sticky"],inset:[{inset:F()}],"inset-x":[{"inset-x":F()}],"inset-y":[{"inset-y":F()}],start:[{"inset-s":F(),start:F()}],end:[{"inset-e":F(),end:F()}],"inset-bs":[{"inset-bs":F()}],"inset-be":[{"inset-be":F()}],top:[{top:F()}],right:[{right:F()}],bottom:[{bottom:F()}],left:[{left:F()}],visibility:["visible","invisible","collapse"],z:[{z:[vo,"auto",we,Me]}],basis:[{basis:[ko,"full","auto",p,...z()]}],"flex-direction":[{flex:["row","row-reverse","col","col-reverse"]}],"flex-wrap":[{flex:["nowrap","wrap","wrap-reverse"]}],flex:[{flex:[qe,ko,"auto","initial","none",Me]}],grow:[{grow:["",qe,we,Me]}],shrink:[{shrink:["",qe,we,Me]}],order:[{order:[vo,"first","last","none",we,Me]}],"grid-cols":[{"grid-cols":q()}],"col-start-end":[{col:ce()}],"col-start":[{"col-start":ne()}],"col-end":[{"col-end":ne()}],"grid-rows":[{"grid-rows":q()}],"row-start-end":[{row:ce()}],"row-start":[{"row-start":ne()}],"row-end":[{"row-end":ne()}],"grid-flow":[{"grid-flow":["row","col","dense","row-dense","col-dense"]}],"auto-cols":[{"auto-cols":oe()}],"auto-rows":[{"auto-rows":oe()}],gap:[{gap:z()}],"gap-x":[{"gap-x":z()}],"gap-y":[{"gap-y":z()}],"justify-content":[{justify:[...E(),"normal"]}],"justify-items":[{"justify-items":[...T(),"normal"]}],"justify-self":[{"justify-self":["auto",...T()]}],"align-content":[{content:["normal",...E()]}],"align-items":[{items:[...T(),{baseline:["","last"]}]}],"align-self":[{self:["auto",...T(),{baseline:["","last"]}]}],"place-content":[{"place-content":E()}],"place-items":[{"place-items":[...T(),"baseline"]}],"place-self":[{"place-self":["auto",...T()]}],p:[{p:z()}],px:[{px:z()}],py:[{py:z()}],ps:[{ps:z()}],pe:[{pe:z()}],pbs:[{pbs:z()}],pbe:[{pbe:z()}],pt:[{pt:z()}],pr:[{pr:z()}],pb:[{pb:z()}],pl:[{pl:z()}],m:[{m:L()}],mx:[{mx:L()}],my:[{my:L()}],ms:[{ms:L()}],me:[{me:L()}],mbs:[{mbs:L()}],mbe:[{mbe:L()}],mt:[{mt:L()}],mr:[{mr:L()}],mb:[{mb:L()}],ml:[{ml:L()}],"space-x":[{"space-x":z()}],"space-x-reverse":["space-x-reverse"],"space-y":[{"space-y":z()}],"space-y-reverse":["space-y-reverse"],size:[{size:X()}],"inline-size":[{inline:["auto",...K()]}],"min-inline-size":[{"min-inline":["auto",...K()]}],"max-inline-size":[{"max-inline":["none",...K()]}],"block-size":[{block:["auto",...Y()]}],"min-block-size":[{"min-block":["auto",...Y()]}],"max-block-size":[{"max-block":["none",...Y()]}],w:[{w:[p,"screen",...X()]}],"min-w":[{"min-w":[p,"screen","none",...X()]}],"max-w":[{"max-w":[p,"screen","none","prose",{screen:[u]},...X()]}],h:[{h:["screen","lh",...X()]}],"min-h":[{"min-h":["screen","lh","none",...X()]}],"max-h":[{"max-h":["screen","lh",...X()]}],"font-size":[{text:["base",o,U0,xc]}],"font-smoothing":["antialiased","subpixel-antialiased"],"font-style":["italic","not-italic"],"font-weight":[{font:[c,aF,YY]}],"font-stretch":[{"font-stretch":["ultra-condensed","extra-condensed","condensed","semi-condensed","normal","semi-expanded","expanded","extra-expanded","ultra-expanded",uT,Me]}],"font-family":[{font:[JY,FY,n]}],"font-features":[{"font-features":[Me]}],"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:[i,we,Me]}],"line-clamp":[{"line-clamp":[qe,"none",we,SV]}],leading:[{leading:[d,...z()]}],"list-image":[{"list-image":["none",we,Me]}],"list-style-position":[{list:["inside","outside"]}],"list-style-type":[{list:["disc","decimal","none",we,Me]}],"text-alignment":[{text:["left","center","right","justify","start","end"]}],"placeholder-color":[{placeholder:U()}],"text-color":[{text:U()}],"text-decoration":["underline","overline","line-through","no-underline"],"text-decoration-style":[{decoration:[...ke(),"wavy"]}],"text-decoration-thickness":[{decoration:[qe,"from-font","auto",we,xc]}],"text-decoration-color":[{decoration:U()}],"underline-offset":[{"underline-offset":[qe,"auto",we,Me]}],"text-transform":["uppercase","lowercase","capitalize","normal-case"],"text-overflow":["truncate","text-ellipsis","text-clip"],"text-wrap":[{text:["wrap","nowrap","balance","pretty"]}],indent:[{indent:z()}],"vertical-align":[{align:["baseline","top","middle","bottom","text-top","text-bottom","sub","super",we,Me]}],whitespace:[{whitespace:["normal","nowrap","pre","pre-line","pre-wrap","break-spaces"]}],break:[{break:["normal","words","all","keep"]}],wrap:[{wrap:["break-word","anywhere","normal"]}],hyphens:[{hyphens:["none","manual","auto"]}],content:[{content:["none",we,Me]}],"bg-attachment":[{bg:["fixed","local","scroll"]}],"bg-clip":[{"bg-clip":["border","padding","content","text"]}],"bg-origin":[{"bg-origin":["border","padding","content"]}],"bg-position":[{bg:fe()}],"bg-repeat":[{bg:he()}],"bg-size":[{bg:pe()}],"bg-image":[{bg:["none",{linear:[{to:["t","tr","r","br","b","bl","l","tl"]},vo,we,Me],radial:["",we,Me],conic:[vo,we,Me]},tF,KY]}],"bg-color":[{bg:U()}],"gradient-from-pos":[{from:Oe()}],"gradient-via-pos":[{via:Oe()}],"gradient-to-pos":[{to:Oe()}],"gradient-from":[{from:U()}],"gradient-via":[{via:U()}],"gradient-to":[{to:U()}],rounded:[{rounded:Se()}],"rounded-s":[{"rounded-s":Se()}],"rounded-e":[{"rounded-e":Se()}],"rounded-t":[{"rounded-t":Se()}],"rounded-r":[{"rounded-r":Se()}],"rounded-b":[{"rounded-b":Se()}],"rounded-l":[{"rounded-l":Se()}],"rounded-ss":[{"rounded-ss":Se()}],"rounded-se":[{"rounded-se":Se()}],"rounded-ee":[{"rounded-ee":Se()}],"rounded-es":[{"rounded-es":Se()}],"rounded-tl":[{"rounded-tl":Se()}],"rounded-tr":[{"rounded-tr":Se()}],"rounded-br":[{"rounded-br":Se()}],"rounded-bl":[{"rounded-bl":Se()}],"border-w":[{border:de()}],"border-w-x":[{"border-x":de()}],"border-w-y":[{"border-y":de()}],"border-w-s":[{"border-s":de()}],"border-w-e":[{"border-e":de()}],"border-w-bs":[{"border-bs":de()}],"border-w-be":[{"border-be":de()}],"border-w-t":[{"border-t":de()}],"border-w-r":[{"border-r":de()}],"border-w-b":[{"border-b":de()}],"border-w-l":[{"border-l":de()}],"divide-x":[{"divide-x":de()}],"divide-x-reverse":["divide-x-reverse"],"divide-y":[{"divide-y":de()}],"divide-y-reverse":["divide-y-reverse"],"border-style":[{border:[...ke(),"hidden","none"]}],"divide-style":[{divide:[...ke(),"hidden","none"]}],"border-color":[{border:U()}],"border-color-x":[{"border-x":U()}],"border-color-y":[{"border-y":U()}],"border-color-s":[{"border-s":U()}],"border-color-e":[{"border-e":U()}],"border-color-bs":[{"border-bs":U()}],"border-color-be":[{"border-be":U()}],"border-color-t":[{"border-t":U()}],"border-color-r":[{"border-r":U()}],"border-color-b":[{"border-b":U()}],"border-color-l":[{"border-l":U()}],"divide-color":[{divide:U()}],"outline-style":[{outline:[...ke(),"none","hidden"]}],"outline-offset":[{"outline-offset":[qe,we,Me]}],"outline-w":[{outline:["",qe,U0,xc]}],"outline-color":[{outline:U()}],shadow:[{shadow:["","none",v,mu,fu]}],"shadow-color":[{shadow:U()}],"inset-shadow":[{"inset-shadow":["none",g,mu,fu]}],"inset-shadow-color":[{"inset-shadow":U()}],"ring-w":[{ring:de()}],"ring-w-inset":["ring-inset"],"ring-color":[{ring:U()}],"ring-offset-w":[{"ring-offset":[qe,xc]}],"ring-offset-color":[{"ring-offset":U()}],"inset-ring-w":[{"inset-ring":de()}],"inset-ring-color":[{"inset-ring":U()}],"text-shadow":[{"text-shadow":["none",k,mu,fu]}],"text-shadow-color":[{"text-shadow":U()}],opacity:[{opacity:[qe,we,Me]}],"mix-blend":[{"mix-blend":[...ct(),"plus-darker","plus-lighter"]}],"bg-blend":[{"bg-blend":ct()}],"mask-clip":[{"mask-clip":["border","padding","content","fill","stroke","view"]},"mask-no-clip"],"mask-composite":[{mask:["add","subtract","intersect","exclude"]}],"mask-image-linear-pos":[{"mask-linear":[qe]}],"mask-image-linear-from-pos":[{"mask-linear-from":Le()}],"mask-image-linear-to-pos":[{"mask-linear-to":Le()}],"mask-image-linear-from-color":[{"mask-linear-from":U()}],"mask-image-linear-to-color":[{"mask-linear-to":U()}],"mask-image-t-from-pos":[{"mask-t-from":Le()}],"mask-image-t-to-pos":[{"mask-t-to":Le()}],"mask-image-t-from-color":[{"mask-t-from":U()}],"mask-image-t-to-color":[{"mask-t-to":U()}],"mask-image-r-from-pos":[{"mask-r-from":Le()}],"mask-image-r-to-pos":[{"mask-r-to":Le()}],"mask-image-r-from-color":[{"mask-r-from":U()}],"mask-image-r-to-color":[{"mask-r-to":U()}],"mask-image-b-from-pos":[{"mask-b-from":Le()}],"mask-image-b-to-pos":[{"mask-b-to":Le()}],"mask-image-b-from-color":[{"mask-b-from":U()}],"mask-image-b-to-color":[{"mask-b-to":U()}],"mask-image-l-from-pos":[{"mask-l-from":Le()}],"mask-image-l-to-pos":[{"mask-l-to":Le()}],"mask-image-l-from-color":[{"mask-l-from":U()}],"mask-image-l-to-color":[{"mask-l-to":U()}],"mask-image-x-from-pos":[{"mask-x-from":Le()}],"mask-image-x-to-pos":[{"mask-x-to":Le()}],"mask-image-x-from-color":[{"mask-x-from":U()}],"mask-image-x-to-color":[{"mask-x-to":U()}],"mask-image-y-from-pos":[{"mask-y-from":Le()}],"mask-image-y-to-pos":[{"mask-y-to":Le()}],"mask-image-y-from-color":[{"mask-y-from":U()}],"mask-image-y-to-color":[{"mask-y-to":U()}],"mask-image-radial":[{"mask-radial":[we,Me]}],"mask-image-radial-from-pos":[{"mask-radial-from":Le()}],"mask-image-radial-to-pos":[{"mask-radial-to":Le()}],"mask-image-radial-from-color":[{"mask-radial-from":U()}],"mask-image-radial-to-color":[{"mask-radial-to":U()}],"mask-image-radial-shape":[{"mask-radial":["circle","ellipse"]}],"mask-image-radial-size":[{"mask-radial":[{closest:["side","corner"],farthest:["side","corner"]}]}],"mask-image-radial-pos":[{"mask-radial-at":Q()}],"mask-image-conic-pos":[{"mask-conic":[qe]}],"mask-image-conic-from-pos":[{"mask-conic-from":Le()}],"mask-image-conic-to-pos":[{"mask-conic-to":Le()}],"mask-image-conic-from-color":[{"mask-conic-from":U()}],"mask-image-conic-to-color":[{"mask-conic-to":U()}],"mask-mode":[{mask:["alpha","luminance","match"]}],"mask-origin":[{"mask-origin":["border","padding","content","fill","stroke","view"]}],"mask-position":[{mask:fe()}],"mask-repeat":[{mask:he()}],"mask-size":[{mask:pe()}],"mask-type":[{"mask-type":["alpha","luminance"]}],"mask-image":[{mask:["none",we,Me]}],filter:[{filter:["","none",we,Me]}],blur:[{blur:gt()}],brightness:[{brightness:[qe,we,Me]}],contrast:[{contrast:[qe,we,Me]}],"drop-shadow":[{"drop-shadow":["","none",b,mu,fu]}],"drop-shadow-color":[{"drop-shadow":U()}],grayscale:[{grayscale:["",qe,we,Me]}],"hue-rotate":[{"hue-rotate":[qe,we,Me]}],invert:[{invert:["",qe,we,Me]}],saturate:[{saturate:[qe,we,Me]}],sepia:[{sepia:["",qe,we,Me]}],"backdrop-filter":[{"backdrop-filter":["","none",we,Me]}],"backdrop-blur":[{"backdrop-blur":gt()}],"backdrop-brightness":[{"backdrop-brightness":[qe,we,Me]}],"backdrop-contrast":[{"backdrop-contrast":[qe,we,Me]}],"backdrop-grayscale":[{"backdrop-grayscale":["",qe,we,Me]}],"backdrop-hue-rotate":[{"backdrop-hue-rotate":[qe,we,Me]}],"backdrop-invert":[{"backdrop-invert":["",qe,we,Me]}],"backdrop-opacity":[{"backdrop-opacity":[qe,we,Me]}],"backdrop-saturate":[{"backdrop-saturate":[qe,we,Me]}],"backdrop-sepia":[{"backdrop-sepia":["",qe,we,Me]}],"border-collapse":[{border:["collapse","separate"]}],"border-spacing":[{"border-spacing":z()}],"border-spacing-x":[{"border-spacing-x":z()}],"border-spacing-y":[{"border-spacing-y":z()}],"table-layout":[{table:["auto","fixed"]}],caption:[{caption:["top","bottom"]}],transition:[{transition:["","all","colors","opacity","shadow","transform","none",we,Me]}],"transition-behavior":[{transition:["normal","discrete"]}],duration:[{duration:[qe,"initial",we,Me]}],ease:[{ease:["linear","initial",j,we,Me]}],delay:[{delay:[qe,we,Me]}],animate:[{animate:["none",C,we,Me]}],backface:[{backface:["hidden","visible"]}],perspective:[{perspective:[w,we,Me]}],"perspective-origin":[{"perspective-origin":V()}],rotate:[{rotate:it()}],"rotate-x":[{"rotate-x":it()}],"rotate-y":[{"rotate-y":it()}],"rotate-z":[{"rotate-z":it()}],scale:[{scale:ut()}],"scale-x":[{"scale-x":ut()}],"scale-y":[{"scale-y":ut()}],"scale-z":[{"scale-z":ut()}],"scale-3d":["scale-3d"],skew:[{skew:kt()}],"skew-x":[{"skew-x":kt()}],"skew-y":[{"skew-y":kt()}],transform:[{transform:[we,Me,"","none","gpu","cpu"]}],"transform-origin":[{origin:V()}],"transform-style":[{transform:["3d","flat"]}],translate:[{translate:Fe()}],"translate-x":[{"translate-x":Fe()}],"translate-y":[{"translate-y":Fe()}],"translate-z":[{"translate-z":Fe()}],"translate-none":["translate-none"],accent:[{accent:U()}],appearance:[{appearance:["none","auto"]}],"caret-color":[{caret:U()}],"color-scheme":[{scheme:["normal","dark","light","light-dark","only-dark","only-light"]}],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",we,Me]}],"field-sizing":[{"field-sizing":["fixed","content"]}],"pointer-events":[{"pointer-events":["auto","none"]}],resize:[{resize:["none","","y","x"]}],"scroll-behavior":[{scroll:["auto","smooth"]}],"scroll-m":[{"scroll-m":z()}],"scroll-mx":[{"scroll-mx":z()}],"scroll-my":[{"scroll-my":z()}],"scroll-ms":[{"scroll-ms":z()}],"scroll-me":[{"scroll-me":z()}],"scroll-mbs":[{"scroll-mbs":z()}],"scroll-mbe":[{"scroll-mbe":z()}],"scroll-mt":[{"scroll-mt":z()}],"scroll-mr":[{"scroll-mr":z()}],"scroll-mb":[{"scroll-mb":z()}],"scroll-ml":[{"scroll-ml":z()}],"scroll-p":[{"scroll-p":z()}],"scroll-px":[{"scroll-px":z()}],"scroll-py":[{"scroll-py":z()}],"scroll-ps":[{"scroll-ps":z()}],"scroll-pe":[{"scroll-pe":z()}],"scroll-pbs":[{"scroll-pbs":z()}],"scroll-pbe":[{"scroll-pbe":z()}],"scroll-pt":[{"scroll-pt":z()}],"scroll-pr":[{"scroll-pr":z()}],"scroll-pb":[{"scroll-pb":z()}],"scroll-pl":[{"scroll-pl":z()}],"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",we,Me]}],fill:[{fill:["none",...U()]}],"stroke-w":[{stroke:[qe,U0,xc,SV]}],stroke:[{stroke:["none",...U()]}],"forced-color-adjust":[{"forced-color-adjust":["auto","none"]}]},conflictingClassGroups:{overflow:["overflow-x","overflow-y"],overscroll:["overscroll-x","overscroll-y"],inset:["inset-x","inset-y","inset-bs","inset-be","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","pbs","pbe","pt","pr","pb","pl"],px:["pr","pl"],py:["pt","pb"],m:["mx","my","ms","me","mbs","mbe","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-x","border-w-y","border-w-s","border-w-e","border-w-bs","border-w-be","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-x","border-color-y","border-color-s","border-color-e","border-color-bs","border-color-be","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"],translate:["translate-x","translate-y","translate-none"],"translate-none":["translate","translate-x","translate-y","translate-z"],"scroll-m":["scroll-mx","scroll-my","scroll-ms","scroll-me","scroll-mbs","scroll-mbe","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-pbs","scroll-pbe","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"]},orderSensitiveModifiers:["*","**","after","backdrop","before","details-content","file","first-letter","first-line","marker","placeholder","selection"]}},oF=qY(sF);function te(...e){return oF(xY(e))}function $e(e,n,{checkForDefaultPrevented:o=!0}={}){return function(i){if(e==null||e(i),o===!1||!i.defaultPrevented)return n==null?void 0:n(i)}}function $V(e,n){if(typeof e=="function")return e(n);e!=null&&(e.current=n)}function SP(...e){return n=>{let o=!1;const c=e.map(i=>{const d=$V(i,n);return!o&&typeof d=="function"&&(o=!0),d});if(o)return()=>{for(let i=0;i<c.length;i++){const d=c[i];typeof d=="function"?d():$V(e[i],null)}}}}function ht(...e){return O.useCallback(SP(...e),e)}function cF(e,n){const o=O.createContext(n),c=d=>{const{children:u,...p}=d,f=O.useMemo(()=>p,Object.values(p));return t.jsx(o.Provider,{value:f,children:u})};c.displayName=e+"Provider";function i(d){const u=O.useContext(o);if(u)return u;if(n!==void 0)return n;throw new Error(`\`${d}\` must be used within \`${e}\``)}return[c,i]}function Hs(e,n=[]){let o=[];function c(d,u){const p=O.createContext(u),f=o.length;o=[...o,u];const x=g=>{var j;const{scope:k,children:b,...M}=g,w=((j=k==null?void 0:k[e])==null?void 0:j[f])||p,N=O.useMemo(()=>M,Object.values(M));return t.jsx(w.Provider,{value:N,children:b})};x.displayName=d+"Provider";function v(g,k){var w;const b=((w=k==null?void 0:k[e])==null?void 0:w[f])||p,M=O.useContext(b);if(M)return M;if(u!==void 0)return u;throw new Error(`\`${g}\` must be used within \`${d}\``)}return[x,v]}const i=()=>{const d=o.map(u=>O.createContext(u));return function(p){const f=(p==null?void 0:p[e])||d;return O.useMemo(()=>({[`__scope${e}`]:{...p,[e]:f}}),[p,f])}};return i.scopeName=e,[c,iF(i,...n)]}function iF(...e){const n=e[0];if(e.length===1)return n;const o=()=>{const c=e.map(i=>({useScope:i(),scopeName:i.scopeName}));return function(d){const u=c.reduce((p,{useScope:f,scopeName:x})=>{const g=f(d)[`__scope${x}`];return{...p,...g}},{});return O.useMemo(()=>({[`__scope${n.scopeName}`]:u}),[u])}};return o.scopeName=n.scopeName,o}function A2(e){const n=rF(e),o=O.forwardRef((c,i)=>{const{children:d,...u}=c,p=O.Children.toArray(d),f=p.find(dF);if(f){const x=f.props.children,v=p.map(g=>g===f?O.Children.count(x)>1?O.Children.only(null):O.isValidElement(x)?x.props.children:null:g);return t.jsx(n,{...u,ref:i,children:O.isValidElement(x)?O.cloneElement(x,void 0,v):null})}return t.jsx(n,{...u,ref:i,children:d})});return o.displayName=`${e}.Slot`,o}function rF(e){const n=O.forwardRef((o,c)=>{const{children:i,...d}=o;if(O.isValidElement(i)){const u=uF(i),p=hF(d,i.props);return i.type!==O.Fragment&&(p.ref=c?SP(c,u):u),O.cloneElement(i,p)}return O.Children.count(i)>1?O.Children.only(null):null});return n.displayName=`${e}.SlotClone`,n}var ZX=Symbol("radix.slottable");function lF(e){const n=({children:o})=>t.jsx(t.Fragment,{children:o});return n.displayName=`${e}.Slottable`,n.__radixId=ZX,n}function dF(e){return O.isValidElement(e)&&typeof e.type=="function"&&"__radixId"in e.type&&e.type.__radixId===ZX}function hF(e,n){const o={...n};for(const c in n){const i=e[c],d=n[c];/^on[A-Z]/.test(c)?i&&d?o[c]=(...p)=>{const f=d(...p);return i(...p),f}:i&&(o[c]=i):c==="style"?o[c]={...i,...d}:c==="className"&&(o[c]=[i,d].filter(Boolean).join(" "))}return{...e,...o}}function uF(e){var c,i;let n=(c=Object.getOwnPropertyDescriptor(e.props,"ref"))==null?void 0:c.get,o=n&&"isReactWarning"in n&&n.isReactWarning;return o?e.ref:(n=(i=Object.getOwnPropertyDescriptor(e,"ref"))==null?void 0:i.get,o=n&&"isReactWarning"in n&&n.isReactWarning,o?e.props.ref:e.props.ref||e.ref)}var pF=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","select","span","svg","ul"],Ye=pF.reduce((e,n)=>{const o=A2(`Primitive.${n}`),c=O.forwardRef((i,d)=>{const{asChild:u,...p}=i,f=u?o:n;return typeof window<"u"&&(window[Symbol.for("radix-ui")]=!0),t.jsx(f,{...p,ref:d})});return c.displayName=`Primitive.${n}`,{...e,[n]:c}},{});function DX(e,n){e&&yX.flushSync(()=>e.dispatchEvent(n))}function Dt(e){const n=O.useRef(e);return O.useEffect(()=>{n.current=e}),O.useMemo(()=>(...o)=>{var c;return(c=n.current)==null?void 0:c.call(n,...o)},[])}function fF(e,n=globalThis==null?void 0:globalThis.document){const o=Dt(e);O.useEffect(()=>{const c=i=>{i.key==="Escape"&&o(i)};return n.addEventListener("keydown",c,{capture:!0}),()=>n.removeEventListener("keydown",c,{capture:!0})},[o,n])}var mF="DismissableLayer",eP="dismissableLayer.update",xF="dismissableLayer.pointerDownOutside",yF="dismissableLayer.focusOutside",CV,HX=O.createContext({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set}),NQ=O.forwardRef((e,n)=>{const{disableOutsidePointerEvents:o=!1,onEscapeKeyDown:c,onPointerDownOutside:i,onFocusOutside:d,onInteractOutside:u,onDismiss:p,...f}=e,x=O.useContext(HX),[v,g]=O.useState(null),k=(v==null?void 0:v.ownerDocument)??(globalThis==null?void 0:globalThis.document),[,b]=O.useState({}),M=ht(n,P=>g(P)),w=Array.from(x.layers),[N]=[...x.layersWithOutsidePointerEventsDisabled].slice(-1),j=w.indexOf(N),C=v?w.indexOf(v):-1,_=x.layersWithOutsidePointerEventsDisabled.size>0,Q=C>=j,V=kF(P=>{const z=P.target,F=[...x.branches].some(q=>q.contains(z));!Q||F||(i==null||i(P),u==null||u(P),P.defaultPrevented||p==null||p())},k),A=vF(P=>{const z=P.target;[...x.branches].some(q=>q.contains(z))||(d==null||d(P),u==null||u(P),P.defaultPrevented||p==null||p())},k);return fF(P=>{C===x.layers.size-1&&(c==null||c(P),!P.defaultPrevented&&p&&(P.preventDefault(),p()))},k),O.useEffect(()=>{if(v)return o&&(x.layersWithOutsidePointerEventsDisabled.size===0&&(CV=k.body.style.pointerEvents,k.body.style.pointerEvents="none"),x.layersWithOutsidePointerEventsDisabled.add(v)),x.layers.add(v),QV(),()=>{o&&x.layersWithOutsidePointerEventsDisabled.size===1&&(k.body.style.pointerEvents=CV)}},[v,k,o,x]),O.useEffect(()=>()=>{v&&(x.layers.delete(v),x.layersWithOutsidePointerEventsDisabled.delete(v),QV())},[v,x]),O.useEffect(()=>{const P=()=>b({});return document.addEventListener(eP,P),()=>document.removeEventListener(eP,P)},[]),t.jsx(Ye.div,{...f,ref:M,style:{pointerEvents:_?Q?"auto":"none":void 0,...e.style},onFocusCapture:$e(e.onFocusCapture,A.onFocusCapture),onBlurCapture:$e(e.onBlurCapture,A.onBlurCapture),onPointerDownCapture:$e(e.onPointerDownCapture,V.onPointerDownCapture)})});NQ.displayName=mF;var OF="DismissableLayerBranch",gF=O.forwardRef((e,n)=>{const o=O.useContext(HX),c=O.useRef(null),i=ht(n,c);return O.useEffect(()=>{const d=c.current;if(d)return o.branches.add(d),()=>{o.branches.delete(d)}},[o.branches]),t.jsx(Ye.div,{...e,ref:i})});gF.displayName=OF;function kF(e,n=globalThis==null?void 0:globalThis.document){const o=Dt(e),c=O.useRef(!1),i=O.useRef(()=>{});return O.useEffect(()=>{const d=p=>{if(p.target&&!c.current){let f=function(){UX(xF,o,x,{discrete:!0})};const x={originalEvent:p};p.pointerType==="touch"?(n.removeEventListener("click",i.current),i.current=f,n.addEventListener("click",i.current,{once:!0})):f()}else n.removeEventListener("click",i.current);c.current=!1},u=window.setTimeout(()=>{n.addEventListener("pointerdown",d)},0);return()=>{window.clearTimeout(u),n.removeEventListener("pointerdown",d),n.removeEventListener("click",i.current)}},[n,o]),{onPointerDownCapture:()=>c.current=!0}}function vF(e,n=globalThis==null?void 0:globalThis.document){const o=Dt(e),c=O.useRef(!1);return O.useEffect(()=>{const i=d=>{d.target&&!c.current&&UX(yF,o,{originalEvent:d},{discrete:!1})};return n.addEventListener("focusin",i),()=>n.removeEventListener("focusin",i)},[n,o]),{onFocusCapture:()=>c.current=!0,onBlurCapture:()=>c.current=!1}}function QV(){const e=new CustomEvent(eP);document.dispatchEvent(e)}function UX(e,n,o,{discrete:c}){const i=o.originalEvent.target,d=new CustomEvent(e,{bubbles:!1,cancelable:!0,detail:o});n&&i.addEventListener(e,n,{once:!0}),c?DX(i,d):i.dispatchEvent(d)}var Xs=globalThis!=null&&globalThis.document?O.useLayoutEffect:()=>{},bF=xX[" useId ".trim().toString()]||(()=>{}),MF=0;function jd(e){const[n,o]=O.useState(bF());return Xs(()=>{o(c=>c??String(MF++))},[e]),n?`radix-${n}`:""}const wF=["top","right","bottom","left"],Bo=Math.min,La=Math.max,nQ=Math.round,xu=Math.floor,Un=e=>({x:e,y:e}),jF={left:"right",right:"left",bottom:"top",top:"bottom"};function tP(e,n,o){return La(e,Bo(n,o))}function Zs(e,n){return typeof e=="function"?e(n):e}function Ds(e){return e.split("-")[0]}function Fd(e){return e.split("-")[1]}function NP(e){return e==="x"?"y":"x"}function _P(e){return e==="y"?"height":"width"}function Zn(e){const n=e[0];return n==="t"||n==="b"?"y":"x"}function $P(e){return NP(Zn(e))}function SF(e,n,o){o===void 0&&(o=!1);const c=Fd(e),i=$P(e),d=_P(i);let u=i==="x"?c===(o?"end":"start")?"right":"left":c==="start"?"bottom":"top";return n.reference[d]>n.floating[d]&&(u=sQ(u)),[u,sQ(u)]}function NF(e){const n=sQ(e);return[aP(e),n,aP(n)]}function aP(e){return e.includes("start")?e.replace("start","end"):e.replace("end","start")}const LV=["left","right"],zV=["right","left"],_F=["top","bottom"],$F=["bottom","top"];function CF(e,n,o){switch(e){case"top":case"bottom":return o?n?zV:LV:n?LV:zV;case"left":case"right":return n?_F:$F;default:return[]}}function QF(e,n,o,c){const i=Fd(e);let d=CF(Ds(e),o==="start",c);return i&&(d=d.map(u=>u+"-"+i),n&&(d=d.concat(d.map(aP)))),d}function sQ(e){const n=Ds(e);return jF[n]+e.slice(n.length)}function LF(e){return{top:0,right:0,bottom:0,left:0,...e}}function GX(e){return typeof e!="number"?LF(e):{top:e,right:e,bottom:e,left:e}}function oQ(e){const{x:n,y:o,width:c,height:i}=e;return{width:c,height:i,top:o,left:n,right:n+c,bottom:o+i,x:n,y:o}}function TV(e,n,o){let{reference:c,floating:i}=e;const d=Zn(n),u=$P(n),p=_P(u),f=Ds(n),x=d==="y",v=c.x+c.width/2-i.width/2,g=c.y+c.height/2-i.height/2,k=c[p]/2-i[p]/2;let b;switch(f){case"top":b={x:v,y:c.y-i.height};break;case"bottom":b={x:v,y:c.y+c.height};break;case"right":b={x:c.x+c.width,y:g};break;case"left":b={x:c.x-i.width,y:g};break;default:b={x:c.x,y:c.y}}switch(Fd(n)){case"start":b[u]-=k*(o&&x?-1:1);break;case"end":b[u]+=k*(o&&x?-1:1);break}return b}async function zF(e,n){var o;n===void 0&&(n={});const{x:c,y:i,platform:d,rects:u,elements:p,strategy:f}=e,{boundary:x="clippingAncestors",rootBoundary:v="viewport",elementContext:g="floating",altBoundary:k=!1,padding:b=0}=Zs(n,e),M=GX(b),N=p[k?g==="floating"?"reference":"floating":g],j=oQ(await d.getClippingRect({element:(o=await(d.isElement==null?void 0:d.isElement(N)))==null||o?N:N.contextElement||await(d.getDocumentElement==null?void 0:d.getDocumentElement(p.floating)),boundary:x,rootBoundary:v,strategy:f})),C=g==="floating"?{x:c,y:i,width:u.floating.width,height:u.floating.height}:u.reference,_=await(d.getOffsetParent==null?void 0:d.getOffsetParent(p.floating)),Q=await(d.isElement==null?void 0:d.isElement(_))?await(d.getScale==null?void 0:d.getScale(_))||{x:1,y:1}:{x:1,y:1},V=oQ(d.convertOffsetParentRelativeRectToViewportRelativeRect?await d.convertOffsetParentRelativeRectToViewportRelativeRect({elements:p,rect:C,offsetParent:_,strategy:f}):C);return{top:(j.top-V.top+M.top)/Q.y,bottom:(V.bottom-j.bottom+M.bottom)/Q.y,left:(j.left-V.left+M.left)/Q.x,right:(V.right-j.right+M.right)/Q.x}}const TF=50,PF=async(e,n,o)=>{const{placement:c="bottom",strategy:i="absolute",middleware:d=[],platform:u}=o,p=u.detectOverflow?u:{...u,detectOverflow:zF},f=await(u.isRTL==null?void 0:u.isRTL(n));let x=await u.getElementRects({reference:e,floating:n,strategy:i}),{x:v,y:g}=TV(x,c,f),k=c,b=0;const M={};for(let w=0;w<d.length;w++){const N=d[w];if(!N)continue;const{name:j,fn:C}=N,{x:_,y:Q,data:V,reset:A}=await C({x:v,y:g,initialPlacement:c,placement:k,strategy:i,middlewareData:M,rects:x,platform:p,elements:{reference:e,floating:n}});v=_??v,g=Q??g,M[j]={...M[j],...V},A&&b<TF&&(b++,typeof A=="object"&&(A.placement&&(k=A.placement),A.rects&&(x=A.rects===!0?await u.getElementRects({reference:e,floating:n,strategy:i}):A.rects),{x:v,y:g}=TV(x,k,f)),w=-1)}return{x:v,y:g,placement:k,strategy:i,middlewareData:M}},AF=e=>({name:"arrow",options:e,async fn(n){const{x:o,y:c,placement:i,rects:d,platform:u,elements:p,middlewareData:f}=n,{element:x,padding:v=0}=Zs(e,n)||{};if(x==null)return{};const g=GX(v),k={x:o,y:c},b=$P(i),M=_P(b),w=await u.getDimensions(x),N=b==="y",j=N?"top":"left",C=N?"bottom":"right",_=N?"clientHeight":"clientWidth",Q=d.reference[M]+d.reference[b]-k[b]-d.floating[M],V=k[b]-d.reference[b],A=await(u.getOffsetParent==null?void 0:u.getOffsetParent(x));let P=A?A[_]:0;(!P||!await(u.isElement==null?void 0:u.isElement(A)))&&(P=p.floating[_]||d.floating[M]);const z=Q/2-V/2,F=P/2-w[M]/2-1,q=Bo(g[j],F),ce=Bo(g[C],F),ne=q,oe=P-w[M]-ce,E=P/2-w[M]/2+z,T=tP(ne,E,oe),L=!f.arrow&&Fd(i)!=null&&E!==T&&d.reference[M]/2-(E<ne?q:ce)-w[M]/2<0,X=L?E<ne?E-ne:E-oe:0;return{[b]:k[b]+X,data:{[b]:T,centerOffset:E-T-X,...L&&{alignmentOffset:X}},reset:L}}}),qF=function(e){return e===void 0&&(e={}),{name:"flip",options:e,async fn(n){var o,c;const{placement:i,middlewareData:d,rects:u,initialPlacement:p,platform:f,elements:x}=n,{mainAxis:v=!0,crossAxis:g=!0,fallbackPlacements:k,fallbackStrategy:b="bestFit",fallbackAxisSideDirection:M="none",flipAlignment:w=!0,...N}=Zs(e,n);if((o=d.arrow)!=null&&o.alignmentOffset)return{};const j=Ds(i),C=Zn(p),_=Ds(p)===p,Q=await(f.isRTL==null?void 0:f.isRTL(x.floating)),V=k||(_||!w?[sQ(p)]:NF(p)),A=M!=="none";!k&&A&&V.push(...QF(p,w,M,Q));const P=[p,...V],z=await f.detectOverflow(n,N),F=[];let q=((c=d.flip)==null?void 0:c.overflows)||[];if(v&&F.push(z[j]),g){const E=SF(i,u,Q);F.push(z[E[0]],z[E[1]])}if(q=[...q,{placement:i,overflows:F}],!F.every(E=>E<=0)){var ce,ne;const E=(((ce=d.flip)==null?void 0:ce.index)||0)+1,T=P[E];if(T&&(!(g==="alignment"?C!==Zn(T):!1)||q.every(K=>Zn(K.placement)===C?K.overflows[0]>0:!0)))return{data:{index:E,overflows:q},reset:{placement:T}};let L=(ne=q.filter(X=>X.overflows[0]<=0).sort((X,K)=>X.overflows[1]-K.overflows[1])[0])==null?void 0:ne.placement;if(!L)switch(b){case"bestFit":{var oe;const X=(oe=q.filter(K=>{if(A){const Y=Zn(K.placement);return Y===C||Y==="y"}return!0}).map(K=>[K.placement,K.overflows.filter(Y=>Y>0).reduce((Y,U)=>Y+U,0)]).sort((K,Y)=>K[1]-Y[1])[0])==null?void 0:oe[0];X&&(L=X);break}case"initialPlacement":L=p;break}if(i!==L)return{reset:{placement:L}}}return{}}}};function PV(e,n){return{top:e.top-n.height,right:e.right-n.width,bottom:e.bottom-n.height,left:e.left-n.width}}function AV(e){return wF.some(n=>e[n]>=0)}const IF=function(e){return e===void 0&&(e={}),{name:"hide",options:e,async fn(n){const{rects:o,platform:c}=n,{strategy:i="referenceHidden",...d}=Zs(e,n);switch(i){case"referenceHidden":{const u=await c.detectOverflow(n,{...d,elementContext:"reference"}),p=PV(u,o.reference);return{data:{referenceHiddenOffsets:p,referenceHidden:AV(p)}}}case"escaped":{const u=await c.detectOverflow(n,{...d,altBoundary:!0}),p=PV(u,o.floating);return{data:{escapedOffsets:p,escaped:AV(p)}}}default:return{}}}}},BX=new Set(["left","top"]);async function RF(e,n){const{placement:o,platform:c,elements:i}=e,d=await(c.isRTL==null?void 0:c.isRTL(i.floating)),u=Ds(o),p=Fd(o),f=Zn(o)==="y",x=BX.has(u)?-1:1,v=d&&f?-1:1,g=Zs(n,e);let{mainAxis:k,crossAxis:b,alignmentAxis:M}=typeof g=="number"?{mainAxis:g,crossAxis:0,alignmentAxis:null}:{mainAxis:g.mainAxis||0,crossAxis:g.crossAxis||0,alignmentAxis:g.alignmentAxis};return p&&typeof M=="number"&&(b=p==="end"?M*-1:M),f?{x:b*v,y:k*x}:{x:k*x,y:b*v}}const VF=function(e){return e===void 0&&(e=0),{name:"offset",options:e,async fn(n){var o,c;const{x:i,y:d,placement:u,middlewareData:p}=n,f=await RF(n,e);return u===((o=p.offset)==null?void 0:o.placement)&&(c=p.arrow)!=null&&c.alignmentOffset?{}:{x:i+f.x,y:d+f.y,data:{...f,placement:u}}}}},EF=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(n){const{x:o,y:c,placement:i,platform:d}=n,{mainAxis:u=!0,crossAxis:p=!1,limiter:f={fn:j=>{let{x:C,y:_}=j;return{x:C,y:_}}},...x}=Zs(e,n),v={x:o,y:c},g=await d.detectOverflow(n,x),k=Zn(Ds(i)),b=NP(k);let M=v[b],w=v[k];if(u){const j=b==="y"?"top":"left",C=b==="y"?"bottom":"right",_=M+g[j],Q=M-g[C];M=tP(_,M,Q)}if(p){const j=k==="y"?"top":"left",C=k==="y"?"bottom":"right",_=w+g[j],Q=w-g[C];w=tP(_,w,Q)}const N=f.fn({...n,[b]:M,[k]:w});return{...N,data:{x:N.x-o,y:N.y-c,enabled:{[b]:u,[k]:p}}}}}},XF=function(e){return e===void 0&&(e={}),{options:e,fn(n){const{x:o,y:c,placement:i,rects:d,middlewareData:u}=n,{offset:p=0,mainAxis:f=!0,crossAxis:x=!0}=Zs(e,n),v={x:o,y:c},g=Zn(i),k=NP(g);let b=v[k],M=v[g];const w=Zs(p,n),N=typeof w=="number"?{mainAxis:w,crossAxis:0}:{mainAxis:0,crossAxis:0,...w};if(f){const _=k==="y"?"height":"width",Q=d.reference[k]-d.floating[_]+N.mainAxis,V=d.reference[k]+d.reference[_]-N.mainAxis;b<Q?b=Q:b>V&&(b=V)}if(x){var j,C;const _=k==="y"?"width":"height",Q=BX.has(Ds(i)),V=d.reference[g]-d.floating[_]+(Q&&((j=u.offset)==null?void 0:j[g])||0)+(Q?0:N.crossAxis),A=d.reference[g]+d.reference[_]+(Q?0:((C=u.offset)==null?void 0:C[g])||0)-(Q?N.crossAxis:0);M<V?M=V:M>A&&(M=A)}return{[k]:b,[g]:M}}}},ZF=function(e){return e===void 0&&(e={}),{name:"size",options:e,async fn(n){var o,c;const{placement:i,rects:d,platform:u,elements:p}=n,{apply:f=()=>{},...x}=Zs(e,n),v=await u.detectOverflow(n,x),g=Ds(i),k=Fd(i),b=Zn(i)==="y",{width:M,height:w}=d.floating;let N,j;g==="top"||g==="bottom"?(N=g,j=k===(await(u.isRTL==null?void 0:u.isRTL(p.floating))?"start":"end")?"left":"right"):(j=g,N=k==="end"?"top":"bottom");const C=w-v.top-v.bottom,_=M-v.left-v.right,Q=Bo(w-v[N],C),V=Bo(M-v[j],_),A=!n.middlewareData.shift;let P=Q,z=V;if((o=n.middlewareData.shift)!=null&&o.enabled.x&&(z=_),(c=n.middlewareData.shift)!=null&&c.enabled.y&&(P=C),A&&!k){const q=La(v.left,0),ce=La(v.right,0),ne=La(v.top,0),oe=La(v.bottom,0);b?z=M-2*(q!==0||ce!==0?q+ce:La(v.left,v.right)):P=w-2*(ne!==0||oe!==0?ne+oe:La(v.top,v.bottom))}await f({...n,availableWidth:z,availableHeight:P});const F=await u.getDimensions(p.floating);return M!==F.width||w!==F.height?{reset:{rects:!0}}:{}}}};function _Q(){return typeof window<"u"}function Kd(e){return WX(e)?(e.nodeName||"").toLowerCase():"#document"}function Ta(e){var n;return(e==null||(n=e.ownerDocument)==null?void 0:n.defaultView)||window}function Jn(e){var n;return(n=(WX(e)?e.ownerDocument:e.document)||window.document)==null?void 0:n.documentElement}function WX(e){return _Q()?e instanceof Node||e instanceof Ta(e).Node:!1}function kn(e){return _Q()?e instanceof Element||e instanceof Ta(e).Element:!1}function Us(e){return _Q()?e instanceof HTMLElement||e instanceof Ta(e).HTMLElement:!1}function qV(e){return!_Q()||typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof Ta(e).ShadowRoot}function B2(e){const{overflow:n,overflowX:o,overflowY:c,display:i}=vn(e);return/auto|scroll|overlay|hidden|clip/.test(n+c+o)&&i!=="inline"&&i!=="contents"}function DF(e){return/^(table|td|th)$/.test(Kd(e))}function $Q(e){try{if(e.matches(":popover-open"))return!0}catch{}try{return e.matches(":modal")}catch{return!1}}const HF=/transform|translate|scale|rotate|perspective|filter/,UF=/paint|layout|strict|content/,yc=e=>!!e&&e!=="none";let pT;function CP(e){const n=kn(e)?vn(e):e;return yc(n.transform)||yc(n.translate)||yc(n.scale)||yc(n.rotate)||yc(n.perspective)||!QP()&&(yc(n.backdropFilter)||yc(n.filter))||HF.test(n.willChange||"")||UF.test(n.contain||"")}function GF(e){let n=Wo(e);for(;Us(n)&&!Zd(n);){if(CP(n))return n;if($Q(n))return null;n=Wo(n)}return null}function QP(){return pT==null&&(pT=typeof CSS<"u"&&CSS.supports&&CSS.supports("-webkit-backdrop-filter","none")),pT}function Zd(e){return/^(html|body|#document)$/.test(Kd(e))}function vn(e){return Ta(e).getComputedStyle(e)}function CQ(e){return kn(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function Wo(e){if(Kd(e)==="html")return e;const n=e.assignedSlot||e.parentNode||qV(e)&&e.host||Jn(e);return qV(n)?n.host:n}function YX(e){const n=Wo(e);return Zd(n)?e.ownerDocument?e.ownerDocument.body:e.body:Us(n)&&B2(n)?n:YX(n)}function q2(e,n,o){var c;n===void 0&&(n=[]),o===void 0&&(o=!0);const i=YX(e),d=i===((c=e.ownerDocument)==null?void 0:c.body),u=Ta(i);if(d){const p=nP(u);return n.concat(u,u.visualViewport||[],B2(i)?i:[],p&&o?q2(p):[])}else return n.concat(i,q2(i,[],o))}function nP(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function FX(e){const n=vn(e);let o=parseFloat(n.width)||0,c=parseFloat(n.height)||0;const i=Us(e),d=i?e.offsetWidth:o,u=i?e.offsetHeight:c,p=nQ(o)!==d||nQ(c)!==u;return p&&(o=d,c=u),{width:o,height:c,$:p}}function LP(e){return kn(e)?e:e.contextElement}function Sd(e){const n=LP(e);if(!Us(n))return Un(1);const o=n.getBoundingClientRect(),{width:c,height:i,$:d}=FX(n);let u=(d?nQ(o.width):o.width)/c,p=(d?nQ(o.height):o.height)/i;return(!u||!Number.isFinite(u))&&(u=1),(!p||!Number.isFinite(p))&&(p=1),{x:u,y:p}}const BF=Un(0);function KX(e){const n=Ta(e);return!QP()||!n.visualViewport?BF:{x:n.visualViewport.offsetLeft,y:n.visualViewport.offsetTop}}function WF(e,n,o){return n===void 0&&(n=!1),!o||n&&o!==Ta(e)?!1:n}function j1(e,n,o,c){n===void 0&&(n=!1),o===void 0&&(o=!1);const i=e.getBoundingClientRect(),d=LP(e);let u=Un(1);n&&(c?kn(c)&&(u=Sd(c)):u=Sd(e));const p=WF(d,o,c)?KX(d):Un(0);let f=(i.left+p.x)/u.x,x=(i.top+p.y)/u.y,v=i.width/u.x,g=i.height/u.y;if(d){const k=Ta(d),b=c&&kn(c)?Ta(c):c;let M=k,w=nP(M);for(;w&&c&&b!==M;){const N=Sd(w),j=w.getBoundingClientRect(),C=vn(w),_=j.left+(w.clientLeft+parseFloat(C.paddingLeft))*N.x,Q=j.top+(w.clientTop+parseFloat(C.paddingTop))*N.y;f*=N.x,x*=N.y,v*=N.x,g*=N.y,f+=_,x+=Q,M=Ta(w),w=nP(M)}}return oQ({width:v,height:g,x:f,y:x})}function QQ(e,n){const o=CQ(e).scrollLeft;return n?n.left+o:j1(Jn(e)).left+o}function JX(e,n){const o=e.getBoundingClientRect(),c=o.left+n.scrollLeft-QQ(e,o),i=o.top+n.scrollTop;return{x:c,y:i}}function YF(e){let{elements:n,rect:o,offsetParent:c,strategy:i}=e;const d=i==="fixed",u=Jn(c),p=n?$Q(n.floating):!1;if(c===u||p&&d)return o;let f={scrollLeft:0,scrollTop:0},x=Un(1);const v=Un(0),g=Us(c);if((g||!g&&!d)&&((Kd(c)!=="body"||B2(u))&&(f=CQ(c)),g)){const b=j1(c);x=Sd(c),v.x=b.x+c.clientLeft,v.y=b.y+c.clientTop}const k=u&&!g&&!d?JX(u,f):Un(0);return{width:o.width*x.x,height:o.height*x.y,x:o.x*x.x-f.scrollLeft*x.x+v.x+k.x,y:o.y*x.y-f.scrollTop*x.y+v.y+k.y}}function FF(e){return Array.from(e.getClientRects())}function KF(e){const n=Jn(e),o=CQ(e),c=e.ownerDocument.body,i=La(n.scrollWidth,n.clientWidth,c.scrollWidth,c.clientWidth),d=La(n.scrollHeight,n.clientHeight,c.scrollHeight,c.clientHeight);let u=-o.scrollLeft+QQ(e);const p=-o.scrollTop;return vn(c).direction==="rtl"&&(u+=La(n.clientWidth,c.clientWidth)-i),{width:i,height:d,x:u,y:p}}const IV=25;function JF(e,n){const o=Ta(e),c=Jn(e),i=o.visualViewport;let d=c.clientWidth,u=c.clientHeight,p=0,f=0;if(i){d=i.width,u=i.height;const v=QP();(!v||v&&n==="fixed")&&(p=i.offsetLeft,f=i.offsetTop)}const x=QQ(c);if(x<=0){const v=c.ownerDocument,g=v.body,k=getComputedStyle(g),b=v.compatMode==="CSS1Compat"&&parseFloat(k.marginLeft)+parseFloat(k.marginRight)||0,M=Math.abs(c.clientWidth-g.clientWidth-b);M<=IV&&(d-=M)}else x<=IV&&(d+=x);return{width:d,height:u,x:p,y:f}}function eK(e,n){const o=j1(e,!0,n==="fixed"),c=o.top+e.clientTop,i=o.left+e.clientLeft,d=Us(e)?Sd(e):Un(1),u=e.clientWidth*d.x,p=e.clientHeight*d.y,f=i*d.x,x=c*d.y;return{width:u,height:p,x:f,y:x}}function RV(e,n,o){let c;if(n==="viewport")c=JF(e,o);else if(n==="document")c=KF(Jn(e));else if(kn(n))c=eK(n,o);else{const i=KX(e);c={x:n.x-i.x,y:n.y-i.y,width:n.width,height:n.height}}return oQ(c)}function eZ(e,n){const o=Wo(e);return o===n||!kn(o)||Zd(o)?!1:vn(o).position==="fixed"||eZ(o,n)}function tK(e,n){const o=n.get(e);if(o)return o;let c=q2(e,[],!1).filter(p=>kn(p)&&Kd(p)!=="body"),i=null;const d=vn(e).position==="fixed";let u=d?Wo(e):e;for(;kn(u)&&!Zd(u);){const p=vn(u),f=CP(u);!f&&p.position==="fixed"&&(i=null),(d?!f&&!i:!f&&p.position==="static"&&!!i&&(i.position==="absolute"||i.position==="fixed")||B2(u)&&!f&&eZ(e,u))?c=c.filter(v=>v!==u):i=p,u=Wo(u)}return n.set(e,c),c}function aK(e){let{element:n,boundary:o,rootBoundary:c,strategy:i}=e;const u=[...o==="clippingAncestors"?$Q(n)?[]:tK(n,this._c):[].concat(o),c],p=RV(n,u[0],i);let f=p.top,x=p.right,v=p.bottom,g=p.left;for(let k=1;k<u.length;k++){const b=RV(n,u[k],i);f=La(b.top,f),x=Bo(b.right,x),v=Bo(b.bottom,v),g=La(b.left,g)}return{width:x-g,height:v-f,x:g,y:f}}function nK(e){const{width:n,height:o}=FX(e);return{width:n,height:o}}function sK(e,n,o){const c=Us(n),i=Jn(n),d=o==="fixed",u=j1(e,!0,d,n);let p={scrollLeft:0,scrollTop:0};const f=Un(0);function x(){f.x=QQ(i)}if(c||!c&&!d)if((Kd(n)!=="body"||B2(i))&&(p=CQ(n)),c){const b=j1(n,!0,d,n);f.x=b.x+n.clientLeft,f.y=b.y+n.clientTop}else i&&x();d&&!c&&i&&x();const v=i&&!c&&!d?JX(i,p):Un(0),g=u.left+p.scrollLeft-f.x-v.x,k=u.top+p.scrollTop-f.y-v.y;return{x:g,y:k,width:u.width,height:u.height}}function fT(e){return vn(e).position==="static"}function VV(e,n){if(!Us(e)||vn(e).position==="fixed")return null;if(n)return n(e);let o=e.offsetParent;return Jn(e)===o&&(o=o.ownerDocument.body),o}function tZ(e,n){const o=Ta(e);if($Q(e))return o;if(!Us(e)){let i=Wo(e);for(;i&&!Zd(i);){if(kn(i)&&!fT(i))return i;i=Wo(i)}return o}let c=VV(e,n);for(;c&&DF(c)&&fT(c);)c=VV(c,n);return c&&Zd(c)&&fT(c)&&!CP(c)?o:c||GF(e)||o}const oK=async function(e){const n=this.getOffsetParent||tZ,o=this.getDimensions,c=await o(e.floating);return{reference:sK(e.reference,await n(e.floating),e.strategy),floating:{x:0,y:0,width:c.width,height:c.height}}};function cK(e){return vn(e).direction==="rtl"}const iK={convertOffsetParentRelativeRectToViewportRelativeRect:YF,getDocumentElement:Jn,getClippingRect:aK,getOffsetParent:tZ,getElementRects:oK,getClientRects:FF,getDimensions:nK,getScale:Sd,isElement:kn,isRTL:cK};function aZ(e,n){return e.x===n.x&&e.y===n.y&&e.width===n.width&&e.height===n.height}function rK(e,n){let o=null,c;const i=Jn(e);function d(){var p;clearTimeout(c),(p=o)==null||p.disconnect(),o=null}function u(p,f){p===void 0&&(p=!1),f===void 0&&(f=1),d();const x=e.getBoundingClientRect(),{left:v,top:g,width:k,height:b}=x;if(p||n(),!k||!b)return;const M=xu(g),w=xu(i.clientWidth-(v+k)),N=xu(i.clientHeight-(g+b)),j=xu(v),_={rootMargin:-M+"px "+-w+"px "+-N+"px "+-j+"px",threshold:La(0,Bo(1,f))||1};let Q=!0;function V(A){const P=A[0].intersectionRatio;if(P!==f){if(!Q)return u();P?u(!1,P):c=setTimeout(()=>{u(!1,1e-7)},1e3)}P===1&&!aZ(x,e.getBoundingClientRect())&&u(),Q=!1}try{o=new IntersectionObserver(V,{..._,root:i.ownerDocument})}catch{o=new IntersectionObserver(V,_)}o.observe(e)}return u(!0),d}function lK(e,n,o,c){c===void 0&&(c={});const{ancestorScroll:i=!0,ancestorResize:d=!0,elementResize:u=typeof ResizeObserver=="function",layoutShift:p=typeof IntersectionObserver=="function",animationFrame:f=!1}=c,x=LP(e),v=i||d?[...x?q2(x):[],...n?q2(n):[]]:[];v.forEach(j=>{i&&j.addEventListener("scroll",o,{passive:!0}),d&&j.addEventListener("resize",o)});const g=x&&p?rK(x,o):null;let k=-1,b=null;u&&(b=new ResizeObserver(j=>{let[C]=j;C&&C.target===x&&b&&n&&(b.unobserve(n),cancelAnimationFrame(k),k=requestAnimationFrame(()=>{var _;(_=b)==null||_.observe(n)})),o()}),x&&!f&&b.observe(x),n&&b.observe(n));let M,w=f?j1(e):null;f&&N();function N(){const j=j1(e);w&&!aZ(w,j)&&o(),w=j,M=requestAnimationFrame(N)}return o(),()=>{var j;v.forEach(C=>{i&&C.removeEventListener("scroll",o),d&&C.removeEventListener("resize",o)}),g==null||g(),(j=b)==null||j.disconnect(),b=null,f&&cancelAnimationFrame(M)}}const dK=VF,hK=EF,uK=qF,pK=ZF,fK=IF,EV=AF,mK=XF,xK=(e,n,o)=>{const c=new Map,i={platform:iK,...o},d={...i.platform,_c:c};return PF(e,n,{...i,platform:d})};var yK=typeof document<"u",OK=function(){},Iu=yK?O.useLayoutEffect:OK;function cQ(e,n){if(e===n)return!0;if(typeof e!=typeof n)return!1;if(typeof e=="function"&&e.toString()===n.toString())return!0;let o,c,i;if(e&&n&&typeof e=="object"){if(Array.isArray(e)){if(o=e.length,o!==n.length)return!1;for(c=o;c--!==0;)if(!cQ(e[c],n[c]))return!1;return!0}if(i=Object.keys(e),o=i.length,o!==Object.keys(n).length)return!1;for(c=o;c--!==0;)if(!{}.hasOwnProperty.call(n,i[c]))return!1;for(c=o;c--!==0;){const d=i[c];if(!(d==="_owner"&&e.$$typeof)&&!cQ(e[d],n[d]))return!1}return!0}return e!==e&&n!==n}function nZ(e){return typeof window>"u"?1:(e.ownerDocument.defaultView||window).devicePixelRatio||1}function XV(e,n){const o=nZ(e);return Math.round(n*o)/o}function mT(e){const n=O.useRef(e);return Iu(()=>{n.current=e}),n}function gK(e){e===void 0&&(e={});const{placement:n="bottom",strategy:o="absolute",middleware:c=[],platform:i,elements:{reference:d,floating:u}={},transform:p=!0,whileElementsMounted:f,open:x}=e,[v,g]=O.useState({x:0,y:0,strategy:o,placement:n,middlewareData:{},isPositioned:!1}),[k,b]=O.useState(c);cQ(k,c)||b(c);const[M,w]=O.useState(null),[N,j]=O.useState(null),C=O.useCallback(K=>{K!==A.current&&(A.current=K,w(K))},[]),_=O.useCallback(K=>{K!==P.current&&(P.current=K,j(K))},[]),Q=d||M,V=u||N,A=O.useRef(null),P=O.useRef(null),z=O.useRef(v),F=f!=null,q=mT(f),ce=mT(i),ne=mT(x),oe=O.useCallback(()=>{if(!A.current||!P.current)return;const K={placement:n,strategy:o,middleware:k};ce.current&&(K.platform=ce.current),xK(A.current,P.current,K).then(Y=>{const U={...Y,isPositioned:ne.current!==!1};E.current&&!cQ(z.current,U)&&(z.current=U,yX.flushSync(()=>{g(U)}))})},[k,n,o,ce,ne]);Iu(()=>{x===!1&&z.current.isPositioned&&(z.current.isPositioned=!1,g(K=>({...K,isPositioned:!1})))},[x]);const E=O.useRef(!1);Iu(()=>(E.current=!0,()=>{E.current=!1}),[]),Iu(()=>{if(Q&&(A.current=Q),V&&(P.current=V),Q&&V){if(q.current)return q.current(Q,V,oe);oe()}},[Q,V,oe,q,F]);const T=O.useMemo(()=>({reference:A,floating:P,setReference:C,setFloating:_}),[C,_]),L=O.useMemo(()=>({reference:Q,floating:V}),[Q,V]),X=O.useMemo(()=>{const K={position:o,left:0,top:0};if(!L.floating)return K;const Y=XV(L.floating,v.x),U=XV(L.floating,v.y);return p?{...K,transform:"translate("+Y+"px, "+U+"px)",...nZ(L.floating)>=1.5&&{willChange:"transform"}}:{position:o,left:Y,top:U}},[o,p,L.floating,v.x,v.y]);return O.useMemo(()=>({...v,update:oe,refs:T,elements:L,floatingStyles:X}),[v,oe,T,L,X])}const kK=e=>{function n(o){return{}.hasOwnProperty.call(o,"current")}return{name:"arrow",options:e,fn(o){const{element:c,padding:i}=typeof e=="function"?e(o):e;return c&&n(c)?c.current!=null?EV({element:c.current,padding:i}).fn(o):{}:c?EV({element:c,padding:i}).fn(o):{}}}},vK=(e,n)=>{const o=dK(e);return{name:o.name,fn:o.fn,options:[e,n]}},bK=(e,n)=>{const o=hK(e);return{name:o.name,fn:o.fn,options:[e,n]}},MK=(e,n)=>({fn:mK(e).fn,options:[e,n]}),wK=(e,n)=>{const o=uK(e);return{name:o.name,fn:o.fn,options:[e,n]}},jK=(e,n)=>{const o=pK(e);return{name:o.name,fn:o.fn,options:[e,n]}},SK=(e,n)=>{const o=fK(e);return{name:o.name,fn:o.fn,options:[e,n]}},NK=(e,n)=>{const o=kK(e);return{name:o.name,fn:o.fn,options:[e,n]}};var _K="Arrow",sZ=O.forwardRef((e,n)=>{const{children:o,width:c=10,height:i=5,...d}=e;return t.jsx(Ye.svg,{...d,ref:n,width:c,height:i,viewBox:"0 0 30 10",preserveAspectRatio:"none",children:e.asChild?o:t.jsx("polygon",{points:"0,0 30,0 15,10"})})});sZ.displayName=_K;var $K=sZ;function CK(e){const[n,o]=O.useState(void 0);return Xs(()=>{if(e){o({width:e.offsetWidth,height:e.offsetHeight});const c=new ResizeObserver(i=>{if(!Array.isArray(i)||!i.length)return;const d=i[0];let u,p;if("borderBoxSize"in d){const f=d.borderBoxSize,x=Array.isArray(f)?f[0]:f;u=x.inlineSize,p=x.blockSize}else u=e.offsetWidth,p=e.offsetHeight;o({width:u,height:p})});return c.observe(e,{box:"border-box"}),()=>c.unobserve(e)}else o(void 0)},[e]),n}var zP="Popper",[oZ,LQ]=Hs(zP),[QK,cZ]=oZ(zP),iZ=e=>{const{__scopePopper:n,children:o}=e,[c,i]=O.useState(null);return t.jsx(QK,{scope:n,anchor:c,onAnchorChange:i,children:o})};iZ.displayName=zP;var rZ="PopperAnchor",lZ=O.forwardRef((e,n)=>{const{__scopePopper:o,virtualRef:c,...i}=e,d=cZ(rZ,o),u=O.useRef(null),p=ht(n,u),f=O.useRef(null);return O.useEffect(()=>{const x=f.current;f.current=(c==null?void 0:c.current)||u.current,x!==f.current&&d.onAnchorChange(f.current)}),c?null:t.jsx(Ye.div,{...i,ref:p})});lZ.displayName=rZ;var TP="PopperContent",[LK,zK]=oZ(TP),dZ=O.forwardRef((e,n)=>{var ke,ct,Le,gt,it,ut;const{__scopePopper:o,side:c="bottom",sideOffset:i=0,align:d="center",alignOffset:u=0,arrowPadding:p=0,avoidCollisions:f=!0,collisionBoundary:x=[],collisionPadding:v=0,sticky:g="partial",hideWhenDetached:k=!1,updatePositionStrategy:b="optimized",onPlaced:M,...w}=e,N=cZ(TP,o),[j,C]=O.useState(null),_=ht(n,kt=>C(kt)),[Q,V]=O.useState(null),A=CK(Q),P=(A==null?void 0:A.width)??0,z=(A==null?void 0:A.height)??0,F=c+(d!=="center"?"-"+d:""),q=typeof v=="number"?v:{top:0,right:0,bottom:0,left:0,...v},ce=Array.isArray(x)?x:[x],ne=ce.length>0,oe={padding:q,boundary:ce.filter(PK),altBoundary:ne},{refs:E,floatingStyles:T,placement:L,isPositioned:X,middlewareData:K}=gK({strategy:"fixed",placement:F,whileElementsMounted:(...kt)=>lK(...kt,{animationFrame:b==="always"}),elements:{reference:N.anchor},middleware:[vK({mainAxis:i+z,alignmentAxis:u}),f&&bK({mainAxis:!0,crossAxis:!1,limiter:g==="partial"?MK():void 0,...oe}),f&&wK({...oe}),jK({...oe,apply:({elements:kt,rects:Fe,availableWidth:sn,availableHeight:wn})=>{const{width:ts,height:jn}=Fe.reference,Oa=kt.floating.style;Oa.setProperty("--radix-popper-available-width",`${sn}px`),Oa.setProperty("--radix-popper-available-height",`${wn}px`),Oa.setProperty("--radix-popper-anchor-width",`${ts}px`),Oa.setProperty("--radix-popper-anchor-height",`${jn}px`)}}),Q&&NK({element:Q,padding:p}),AK({arrowWidth:P,arrowHeight:z}),k&&SK({strategy:"referenceHidden",...oe})]}),[Y,U]=pZ(L),fe=Dt(M);Xs(()=>{X&&(fe==null||fe())},[X,fe]);const he=(ke=K.arrow)==null?void 0:ke.x,pe=(ct=K.arrow)==null?void 0:ct.y,Oe=((Le=K.arrow)==null?void 0:Le.centerOffset)!==0,[Se,de]=O.useState();return Xs(()=>{j&&de(window.getComputedStyle(j).zIndex)},[j]),t.jsx("div",{ref:E.setFloating,"data-radix-popper-content-wrapper":"",style:{...T,transform:X?T.transform:"translate(0, -200%)",minWidth:"max-content",zIndex:Se,"--radix-popper-transform-origin":[(gt=K.transformOrigin)==null?void 0:gt.x,(it=K.transformOrigin)==null?void 0:it.y].join(" "),...((ut=K.hide)==null?void 0:ut.referenceHidden)&&{visibility:"hidden",pointerEvents:"none"}},dir:e.dir,children:t.jsx(LK,{scope:o,placedSide:Y,onArrowChange:V,arrowX:he,arrowY:pe,shouldHideArrow:Oe,children:t.jsx(Ye.div,{"data-side":Y,"data-align":U,...w,ref:_,style:{...w.style,animation:X?void 0:"none"}})})})});dZ.displayName=TP;var hZ="PopperArrow",TK={top:"bottom",right:"left",bottom:"top",left:"right"},uZ=O.forwardRef(function(n,o){const{__scopePopper:c,...i}=n,d=zK(hZ,c),u=TK[d.placedSide];return t.jsx("span",{ref:d.onArrowChange,style:{position:"absolute",left:d.arrowX,top:d.arrowY,[u]:0,transformOrigin:{top:"",right:"0 0",bottom:"center 0",left:"100% 0"}[d.placedSide],transform:{top:"translateY(100%)",right:"translateY(50%) rotate(90deg) translateX(-50%)",bottom:"rotate(180deg)",left:"translateY(50%) rotate(-90deg) translateX(50%)"}[d.placedSide],visibility:d.shouldHideArrow?"hidden":void 0},children:t.jsx($K,{...i,ref:o,style:{...i.style,display:"block"}})})});uZ.displayName=hZ;function PK(e){return e!==null}var AK=e=>({name:"transformOrigin",options:e,fn(n){var N,j,C;const{placement:o,rects:c,middlewareData:i}=n,u=((N=i.arrow)==null?void 0:N.centerOffset)!==0,p=u?0:e.arrowWidth,f=u?0:e.arrowHeight,[x,v]=pZ(o),g={start:"0%",center:"50%",end:"100%"}[v],k=(((j=i.arrow)==null?void 0:j.x)??0)+p/2,b=(((C=i.arrow)==null?void 0:C.y)??0)+f/2;let M="",w="";return x==="bottom"?(M=u?g:`${k}px`,w=`${-f}px`):x==="top"?(M=u?g:`${k}px`,w=`${c.floating.height+f}px`):x==="right"?(M=`${-f}px`,w=u?g:`${b}px`):x==="left"&&(M=`${c.floating.width+f}px`,w=u?g:`${b}px`),{data:{x:M,y:w}}}});function pZ(e){const[n,o="center"]=e.split("-");return[n,o]}var fZ=iZ,mZ=lZ,xZ=dZ,yZ=uZ,qK="Portal",zQ=O.forwardRef((e,n)=>{var p;const{container:o,...c}=e,[i,d]=O.useState(!1);Xs(()=>d(!0),[]);const u=o||i&&((p=globalThis==null?void 0:globalThis.document)==null?void 0:p.body);return u?NW.createPortal(t.jsx(Ye.div,{...c,ref:n}),u):null});zQ.displayName=qK;function IK(e,n){return O.useReducer((o,c)=>n[o][c]??o,e)}var oa=e=>{const{present:n,children:o}=e,c=RK(n),i=typeof o=="function"?o({present:c.isPresent}):O.Children.only(o),d=ht(c.ref,VK(i));return typeof o=="function"||c.isPresent?O.cloneElement(i,{ref:d}):null};oa.displayName="Presence";function RK(e){const[n,o]=O.useState(),c=O.useRef(null),i=O.useRef(e),d=O.useRef("none"),u=e?"mounted":"unmounted",[p,f]=IK(u,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return O.useEffect(()=>{const x=yu(c.current);d.current=p==="mounted"?x:"none"},[p]),Xs(()=>{const x=c.current,v=i.current;if(v!==e){const k=d.current,b=yu(x);e?f("MOUNT"):b==="none"||(x==null?void 0:x.display)==="none"?f("UNMOUNT"):f(v&&k!==b?"ANIMATION_OUT":"UNMOUNT"),i.current=e}},[e,f]),Xs(()=>{if(n){let x;const v=n.ownerDocument.defaultView??window,g=b=>{const w=yu(c.current).includes(CSS.escape(b.animationName));if(b.target===n&&w&&(f("ANIMATION_END"),!i.current)){const N=n.style.animationFillMode;n.style.animationFillMode="forwards",x=v.setTimeout(()=>{n.style.animationFillMode==="forwards"&&(n.style.animationFillMode=N)})}},k=b=>{b.target===n&&(d.current=yu(c.current))};return n.addEventListener("animationstart",k),n.addEventListener("animationcancel",g),n.addEventListener("animationend",g),()=>{v.clearTimeout(x),n.removeEventListener("animationstart",k),n.removeEventListener("animationcancel",g),n.removeEventListener("animationend",g)}}else f("ANIMATION_END")},[n,f]),{isPresent:["mounted","unmountSuspended"].includes(p),ref:O.useCallback(x=>{c.current=x?getComputedStyle(x):null,o(x)},[])}}function yu(e){return(e==null?void 0:e.animationName)||"none"}function VK(e){var c,i;let n=(c=Object.getOwnPropertyDescriptor(e.props,"ref"))==null?void 0:c.get,o=n&&"isReactWarning"in n&&n.isReactWarning;return o?e.ref:(n=(i=Object.getOwnPropertyDescriptor(e,"ref"))==null?void 0:i.get,o=n&&"isReactWarning"in n&&n.isReactWarning,o?e.props.ref:e.props.ref||e.ref)}var EK=xX[" useInsertionEffect ".trim().toString()]||Xs;function TQ({prop:e,defaultProp:n,onChange:o=()=>{},caller:c}){const[i,d,u]=XK({defaultProp:n,onChange:o}),p=e!==void 0,f=p?e:i;{const v=O.useRef(e!==void 0);O.useEffect(()=>{const g=v.current;g!==p&&console.warn(`${c} is changing from ${g?"controlled":"uncontrolled"} to ${p?"controlled":"uncontrolled"}. Components should not switch from controlled to uncontrolled (or vice versa). Decide between using a controlled or uncontrolled value for the lifetime of the component.`),v.current=p},[p,c])}const x=O.useCallback(v=>{var g;if(p){const k=ZK(v)?v(e):v;k!==e&&((g=u.current)==null||g.call(u,k))}else d(v)},[p,e,d,u]);return[f,x]}function XK({defaultProp:e,onChange:n}){const[o,c]=O.useState(e),i=O.useRef(o),d=O.useRef(n);return EK(()=>{d.current=n},[n]),O.useEffect(()=>{var u;i.current!==o&&((u=d.current)==null||u.call(d,o),i.current=o)},[o,i]),[o,c,d]}function ZK(e){return typeof e=="function"}var DK=Object.freeze({position:"absolute",border:0,width:1,height:1,padding:0,margin:-1,overflow:"hidden",clip:"rect(0, 0, 0, 0)",whiteSpace:"nowrap",wordWrap:"normal"}),HK="VisuallyHidden",OZ=O.forwardRef((e,n)=>t.jsx(Ye.span,{...e,ref:n,style:{...DK,...e.style}}));OZ.displayName=HK;var UK=OZ,[PQ]=Hs("Tooltip",[LQ]),AQ=LQ(),gZ="TooltipProvider",GK=700,sP="tooltip.open",[BK,PP]=PQ(gZ),kZ=e=>{const{__scopeTooltip:n,delayDuration:o=GK,skipDelayDuration:c=300,disableHoverableContent:i=!1,children:d}=e,u=O.useRef(!0),p=O.useRef(!1),f=O.useRef(0);return O.useEffect(()=>{const x=f.current;return()=>window.clearTimeout(x)},[]),t.jsx(BK,{scope:n,isOpenDelayedRef:u,delayDuration:o,onOpen:O.useCallback(()=>{window.clearTimeout(f.current),u.current=!1},[]),onClose:O.useCallback(()=>{window.clearTimeout(f.current),f.current=window.setTimeout(()=>u.current=!0,c)},[c]),isPointerInTransitRef:p,onPointerInTransitChange:O.useCallback(x=>{p.current=x},[]),disableHoverableContent:i,children:d})};kZ.displayName=gZ;var I2="Tooltip",[WK,W2]=PQ(I2),vZ=e=>{const{__scopeTooltip:n,children:o,open:c,defaultOpen:i,onOpenChange:d,disableHoverableContent:u,delayDuration:p}=e,f=PP(I2,e.__scopeTooltip),x=AQ(n),[v,g]=O.useState(null),k=jd(),b=O.useRef(0),M=u??f.disableHoverableContent,w=p??f.delayDuration,N=O.useRef(!1),[j,C]=TQ({prop:c,defaultProp:i??!1,onChange:P=>{P?(f.onOpen(),document.dispatchEvent(new CustomEvent(sP))):f.onClose(),d==null||d(P)},caller:I2}),_=O.useMemo(()=>j?N.current?"delayed-open":"instant-open":"closed",[j]),Q=O.useCallback(()=>{window.clearTimeout(b.current),b.current=0,N.current=!1,C(!0)},[C]),V=O.useCallback(()=>{window.clearTimeout(b.current),b.current=0,C(!1)},[C]),A=O.useCallback(()=>{window.clearTimeout(b.current),b.current=window.setTimeout(()=>{N.current=!0,C(!0),b.current=0},w)},[w,C]);return O.useEffect(()=>()=>{b.current&&(window.clearTimeout(b.current),b.current=0)},[]),t.jsx(fZ,{...x,children:t.jsx(WK,{scope:n,contentId:k,open:j,stateAttribute:_,trigger:v,onTriggerChange:g,onTriggerEnter:O.useCallback(()=>{f.isOpenDelayedRef.current?A():Q()},[f.isOpenDelayedRef,A,Q]),onTriggerLeave:O.useCallback(()=>{M?V():(window.clearTimeout(b.current),b.current=0)},[V,M]),onOpen:Q,onClose:V,disableHoverableContent:M,children:o})})};vZ.displayName=I2;var oP="TooltipTrigger",bZ=O.forwardRef((e,n)=>{const{__scopeTooltip:o,...c}=e,i=W2(oP,o),d=PP(oP,o),u=AQ(o),p=O.useRef(null),f=ht(n,p,i.onTriggerChange),x=O.useRef(!1),v=O.useRef(!1),g=O.useCallback(()=>x.current=!1,[]);return O.useEffect(()=>()=>document.removeEventListener("pointerup",g),[g]),t.jsx(mZ,{asChild:!0,...u,children:t.jsx(Ye.button,{"aria-describedby":i.open?i.contentId:void 0,"data-state":i.stateAttribute,...c,ref:f,onPointerMove:$e(e.onPointerMove,k=>{k.pointerType!=="touch"&&!v.current&&!d.isPointerInTransitRef.current&&(i.onTriggerEnter(),v.current=!0)}),onPointerLeave:$e(e.onPointerLeave,()=>{i.onTriggerLeave(),v.current=!1}),onPointerDown:$e(e.onPointerDown,()=>{i.open&&i.onClose(),x.current=!0,document.addEventListener("pointerup",g,{once:!0})}),onFocus:$e(e.onFocus,()=>{x.current||i.onOpen()}),onBlur:$e(e.onBlur,i.onClose),onClick:$e(e.onClick,i.onClose)})})});bZ.displayName=oP;var AP="TooltipPortal",[YK,FK]=PQ(AP,{forceMount:void 0}),MZ=e=>{const{__scopeTooltip:n,forceMount:o,children:c,container:i}=e,d=W2(AP,n);return t.jsx(YK,{scope:n,forceMount:o,children:t.jsx(oa,{present:o||d.open,children:t.jsx(zQ,{asChild:!0,container:i,children:c})})})};MZ.displayName=AP;var Dd="TooltipContent",wZ=O.forwardRef((e,n)=>{const o=FK(Dd,e.__scopeTooltip),{forceMount:c=o.forceMount,side:i="top",...d}=e,u=W2(Dd,e.__scopeTooltip);return t.jsx(oa,{present:c||u.open,children:u.disableHoverableContent?t.jsx(jZ,{side:i,...d,ref:n}):t.jsx(KK,{side:i,...d,ref:n})})}),KK=O.forwardRef((e,n)=>{const o=W2(Dd,e.__scopeTooltip),c=PP(Dd,e.__scopeTooltip),i=O.useRef(null),d=ht(n,i),[u,p]=O.useState(null),{trigger:f,onClose:x}=o,v=i.current,{onPointerInTransitChange:g}=c,k=O.useCallback(()=>{p(null),g(!1)},[g]),b=O.useCallback((M,w)=>{const N=M.currentTarget,j={x:M.clientX,y:M.clientY},C=aJ(j,N.getBoundingClientRect()),_=nJ(j,C),Q=sJ(w.getBoundingClientRect()),V=cJ([..._,...Q]);p(V),g(!0)},[g]);return O.useEffect(()=>()=>k(),[k]),O.useEffect(()=>{if(f&&v){const M=N=>b(N,v),w=N=>b(N,f);return f.addEventListener("pointerleave",M),v.addEventListener("pointerleave",w),()=>{f.removeEventListener("pointerleave",M),v.removeEventListener("pointerleave",w)}}},[f,v,b,k]),O.useEffect(()=>{if(u){const M=w=>{const N=w.target,j={x:w.clientX,y:w.clientY},C=(f==null?void 0:f.contains(N))||(v==null?void 0:v.contains(N)),_=!oJ(j,u);C?k():_&&(k(),x())};return document.addEventListener("pointermove",M),()=>document.removeEventListener("pointermove",M)}},[f,v,u,x,k]),t.jsx(jZ,{...e,ref:d})}),[JK,eJ]=PQ(I2,{isInside:!1}),tJ=lF("TooltipContent"),jZ=O.forwardRef((e,n)=>{const{__scopeTooltip:o,children:c,"aria-label":i,onEscapeKeyDown:d,onPointerDownOutside:u,...p}=e,f=W2(Dd,o),x=AQ(o),{onClose:v}=f;return O.useEffect(()=>(document.addEventListener(sP,v),()=>document.removeEventListener(sP,v)),[v]),O.useEffect(()=>{if(f.trigger){const g=k=>{const b=k.target;b!=null&&b.contains(f.trigger)&&v()};return window.addEventListener("scroll",g,{capture:!0}),()=>window.removeEventListener("scroll",g,{capture:!0})}},[f.trigger,v]),t.jsx(NQ,{asChild:!0,disableOutsidePointerEvents:!1,onEscapeKeyDown:d,onPointerDownOutside:u,onFocusOutside:g=>g.preventDefault(),onDismiss:v,children:t.jsxs(xZ,{"data-state":f.stateAttribute,...x,...p,ref:n,style:{...p.style,"--radix-tooltip-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-tooltip-content-available-width":"var(--radix-popper-available-width)","--radix-tooltip-content-available-height":"var(--radix-popper-available-height)","--radix-tooltip-trigger-width":"var(--radix-popper-anchor-width)","--radix-tooltip-trigger-height":"var(--radix-popper-anchor-height)"},children:[t.jsx(tJ,{children:c}),t.jsx(JK,{scope:o,isInside:!0,children:t.jsx(UK,{id:f.contentId,role:"tooltip",children:i||c})})]})})});wZ.displayName=Dd;var SZ="TooltipArrow",NZ=O.forwardRef((e,n)=>{const{__scopeTooltip:o,...c}=e,i=AQ(o);return eJ(SZ,o).isInside?null:t.jsx(yZ,{...i,...c,ref:n})});NZ.displayName=SZ;function aJ(e,n){const o=Math.abs(n.top-e.y),c=Math.abs(n.bottom-e.y),i=Math.abs(n.right-e.x),d=Math.abs(n.left-e.x);switch(Math.min(o,c,i,d)){case d:return"left";case i:return"right";case o:return"top";case c:return"bottom";default:throw new Error("unreachable")}}function nJ(e,n,o=5){const c=[];switch(n){case"top":c.push({x:e.x-o,y:e.y+o},{x:e.x+o,y:e.y+o});break;case"bottom":c.push({x:e.x-o,y:e.y-o},{x:e.x+o,y:e.y-o});break;case"left":c.push({x:e.x+o,y:e.y-o},{x:e.x+o,y:e.y+o});break;case"right":c.push({x:e.x-o,y:e.y-o},{x:e.x-o,y:e.y+o});break}return c}function sJ(e){const{top:n,right:o,bottom:c,left:i}=e;return[{x:i,y:n},{x:o,y:n},{x:o,y:c},{x:i,y:c}]}function oJ(e,n){const{x:o,y:c}=e;let i=!1;for(let d=0,u=n.length-1;d<n.length;u=d++){const p=n[d],f=n[u],x=p.x,v=p.y,g=f.x,k=f.y;v>c!=k>c&&o<(g-x)*(c-v)/(k-v)+x&&(i=!i)}return i}function cJ(e){const n=e.slice();return n.sort((o,c)=>o.x<c.x?-1:o.x>c.x?1:o.y<c.y?-1:o.y>c.y?1:0),iJ(n)}function iJ(e){if(e.length<=1)return e.slice();const n=[];for(let c=0;c<e.length;c++){const i=e[c];for(;n.length>=2;){const d=n[n.length-1],u=n[n.length-2];if((d.x-u.x)*(i.y-u.y)>=(d.y-u.y)*(i.x-u.x))n.pop();else break}n.push(i)}n.pop();const o=[];for(let c=e.length-1;c>=0;c--){const i=e[c];for(;o.length>=2;){const d=o[o.length-1],u=o[o.length-2];if((d.x-u.x)*(i.y-u.y)>=(d.y-u.y)*(i.x-u.x))o.pop();else break}o.push(i)}return o.pop(),n.length===1&&o.length===1&&n[0].x===o[0].x&&n[0].y===o[0].y?n:n.concat(o)}var rJ=kZ,lJ=vZ,dJ=bZ,hJ=MZ,uJ=wZ,pJ=NZ;function fJ({children:e}){return t.jsx(rJ,{delayDuration:300,children:e})}function iQ({children:e,content:n,side:o="top",className:c}){return n?t.jsxs(lJ,{children:[t.jsx(dJ,{asChild:!0,children:e}),t.jsx(hJ,{children:t.jsxs(uJ,{side:o,sideOffset:6,className:te("z-50 px-2.5 py-1.5 text-xs font-sans","bg-surface-4 text-text-0 border border-border rounded-md shadow-lg","animate-in fade-in-0 zoom-in-95",c),children:[n,t.jsx(pJ,{className:"fill-surface-4"})]})})]}):e}/**
|
|
30
30
|
* @license lucide-react v1.7.0 - ISC
|
|
31
31
|
*
|
|
32
32
|
* This source code is licensed under the ISC license.
|
|
@@ -8536,7 +8536,7 @@ Error generating stack: `+h.message+`
|
|
|
8536
8536
|
*
|
|
8537
8537
|
* This source code is licensed under the ISC license.
|
|
8538
8538
|
* See the LICENSE file in the root directory of this source tree.
|
|
8539
|
-
*/const R8e=Object.freeze(Object.defineProperty({__proto__:null,AArrowDown:Ru,AArrowUp:Vu,ALargeSmall:Xu,Accessibility:Eu,Activity:Ps,AirVent:Zu,Airplay:Du,AlarmClock:Uu,AlarmClockCheck:Oc,AlarmClockMinus:gc,AlarmClockOff:Hu,AlarmClockPlus:kc,AlarmSmoke:Gu,Album:Bu,AlignCenterHorizontal:Wu,AlignCenterVertical:Yu,AlignEndHorizontal:Fu,AlignEndVertical:Ku,AlignHorizontalDistributeCenter:Ju,AlignHorizontalDistributeEnd:ep,AlignHorizontalDistributeStart:ap,AlignHorizontalJustifyCenter:tp,AlignHorizontalJustifyEnd:np,AlignHorizontalJustifyStart:sp,AlignHorizontalSpaceAround:cp,AlignHorizontalSpaceBetween:op,AlignStartHorizontal:ip,AlignStartVertical:rp,AlignVerticalDistributeCenter:lp,AlignVerticalDistributeEnd:dp,AlignVerticalDistributeStart:hp,AlignVerticalJustifyCenter:up,AlignVerticalJustifyEnd:pp,AlignVerticalJustifyStart:fp,AlignVerticalSpaceAround:mp,AlignVerticalSpaceBetween:xp,Ambulance:yp,Ampersand:Op,Ampersands:gp,Amphora:kp,Anchor:vp,Angry:bp,Annoyed:Mp,Antenna:wp,Anvil:jp,Aperture:Sp,AppWindow:_p,AppWindowMac:Np,Apple:$p,Archive:Lp,ArchiveRestore:Cp,ArchiveX:Qp,Armchair:zp,ArrowBigDown:Pp,ArrowBigDownDash:Tp,ArrowBigLeft:qp,ArrowBigLeftDash:Ap,ArrowBigRight:Rp,ArrowBigRightDash:Ip,ArrowBigUp:Ep,ArrowBigUpDash:Vp,ArrowDown:Yp,ArrowDown01:Xp,ArrowDown10:Zp,ArrowDownAZ:vc,ArrowDownFromLine:Dp,ArrowDownLeft:J0,ArrowDownNarrowWide:Hp,ArrowDownRight:Up,ArrowDownToDot:Gp,ArrowDownToLine:Bp,ArrowDownUp:Wp,ArrowDownWideNarrow:bc,ArrowDownZA:Mc,ArrowLeft:Nd,ArrowLeftFromLine:Fp,ArrowLeftRight:Kp,ArrowLeftToLine:ef,ArrowRight:_d,ArrowRightFromLine:Jp,ArrowRightLeft:tf,ArrowRightToLine:af,ArrowUp:t2,ArrowUp01:nf,ArrowUp10:sf,ArrowUpAZ:wc,ArrowUpDown:of,ArrowUpFromDot:cf,ArrowUpFromLine:rf,ArrowUpLeft:lf,ArrowUpNarrowWide:jc,ArrowUpRight:e2,ArrowUpToLine:df,ArrowUpWideNarrow:hf,ArrowUpZA:Sc,ArrowsUpFromLine:uf,Asterisk:pf,AtSign:ff,Atom:mf,AudioLines:xf,AudioWaveform:yf,Award:Of,Axe:gf,Axis3d:Nc,Baby:kf,Backpack:vf,Badge:Af,BadgeAlert:bf,BadgeCent:Mf,BadgeCheck:_c,BadgeDollarSign:wf,BadgeEuro:jf,BadgeIndianRupee:Sf,BadgeInfo:Nf,BadgeJapaneseYen:_f,BadgeMinus:$f,BadgePercent:Qf,BadgePlus:Cf,BadgePoundSterling:Lf,BadgeQuestionMark:$c,BadgeRussianRuble:zf,BadgeSwissFranc:Tf,BadgeTurkishLira:Pf,BadgeX:qf,BaggageClaim:If,Balloon:Rf,Ban:Vf,Banana:Ef,Bandage:Xf,Banknote:Uf,BanknoteArrowDown:Zf,BanknoteArrowUp:Df,BanknoteX:Hf,Barcode:Gf,Barrel:Bf,Baseline:Wf,Bath:Yf,Battery:nm,BatteryCharging:Ff,BatteryFull:Kf,BatteryLow:Jf,BatteryMedium:em,BatteryPlus:am,BatteryWarning:tm,Beaker:sm,Bean:im,BeanOff:om,Bed:lm,BedDouble:cm,BedSingle:rm,Beef:hm,BeefOff:dm,Beer:um,BeerOff:pm,Bell:km,BellDot:fm,BellElectric:mm,BellMinus:xm,BellOff:ym,BellPlus:Om,BellRing:gm,BetweenHorizontalEnd:Cc,BetweenHorizontalStart:Qc,BetweenVerticalEnd:vm,BetweenVerticalStart:bm,BicepsFlexed:Mm,Bike:wm,Binary:jm,Binoculars:Nm,Biohazard:Sm,Bird:_m,Birdhouse:$m,Bitcoin:Cm,Blend:Qm,Blinds:Lm,Blocks:zm,Bluetooth:qm,BluetoothConnected:Tm,BluetoothOff:Pm,BluetoothSearching:Am,Bold:Im,Bolt:Rm,Bomb:a2,Bone:Vm,Book:dx,BookA:Em,BookAlert:Xm,BookAudio:Zm,BookCheck:Dm,BookCopy:Hm,BookDashed:Lc,BookDown:Um,BookHeadphones:Gm,BookHeart:Bm,BookImage:Wm,BookKey:Ym,BookLock:Fm,BookMarked:Km,BookMinus:Jm,BookOpen:Po,BookOpenCheck:ex,BookOpenText:tx,BookPlus:ax,BookSearch:nx,BookText:sx,BookType:ox,BookUp:ix,BookUp2:cx,BookUser:rx,BookX:lx,Bookmark:mx,BookmarkCheck:hx,BookmarkMinus:ux,BookmarkPlus:px,BookmarkX:fx,BoomBox:xx,Bot:gx,BotMessageSquare:Ox,BotOff:yx,BottleWine:vx,BowArrow:kx,Box:yn,Boxes:bx,Braces:zc,Brackets:Mx,Brain:n2,BrainCircuit:wx,BrainCog:jx,BrickWall:_x,BrickWallFire:Sx,BrickWallShield:Nx,Briefcase:Lx,BriefcaseBusiness:$x,BriefcaseConveyorBelt:Cx,BriefcaseMedical:Qx,BringToFront:Tx,Brush:Px,BrushCleaning:zx,Bubbles:Ax,Bug:Rx,BugOff:qx,BugPlay:Ix,Building:Ex,Building2:Vx,Bus:Zx,BusFront:Xx,Cable:Hx,CableCar:Dx,Cake:Gx,CakeSlice:Ux,Calculator:s2,Calendar:Ao,Calendar1:Bx,CalendarArrowDown:Wx,CalendarArrowUp:Yx,CalendarCheck:Kx,CalendarCheck2:Fx,CalendarClock:Jx,CalendarCog:ey,CalendarDays:ty,CalendarFold:ay,CalendarHeart:ny,CalendarMinus:oy,CalendarMinus2:sy,CalendarOff:cy,CalendarPlus:ry,CalendarPlus2:iy,CalendarRange:ly,CalendarSearch:hy,CalendarSync:dy,CalendarX:py,CalendarX2:uy,Calendars:fy,Camera:xy,CameraOff:my,Candy:gy,CandyCane:yy,CandyOff:Oy,Cannabis:ky,CannabisOff:vy,Captions:Tc,CaptionsOff:by,Car:jy,CarFront:wy,CarTaxiFront:My,Caravan:Ny,CardSim:Sy,Carrot:_y,CaseLower:$y,CaseSensitive:Cy,CaseUpper:Qy,CassetteTape:Ly,Cast:zy,Castle:Ty,Cat:Py,Cctv:qy,CctvOff:Ay,ChartArea:Pc,ChartBar:qc,ChartBarBig:Ac,ChartBarDecreasing:Iy,ChartBarIncreasing:Ry,ChartBarStacked:Vy,ChartCandlestick:Ic,ChartColumn:$s,ChartColumnBig:Rc,ChartColumnDecreasing:Ey,ChartColumnIncreasing:Vc,ChartColumnStacked:Xy,ChartGantt:Zy,ChartLine:Ec,ChartNetwork:Dy,ChartNoAxesColumn:Zc,ChartNoAxesColumnDecreasing:Hy,ChartNoAxesColumnIncreasing:Xc,ChartNoAxesCombined:Uy,ChartNoAxesGantt:Dc,ChartPie:Hc,ChartScatter:Uc,ChartSpline:$d,Check:He,CheckCheck:Gy,CheckLine:By,ChefHat:Wy,Cherry:Yy,ChessBishop:Fy,ChessKing:Ky,ChessKnight:Jy,ChessPawn:eO,ChessQueen:aO,ChessRook:tO,ChevronDown:At,ChevronFirst:nO,ChevronLast:sO,ChevronLeft:As,ChevronRight:qt,ChevronUp:o2,ChevronsDown:cO,ChevronsDownUp:oO,ChevronsLeft:lO,ChevronsLeftRight:rO,ChevronsLeftRightEllipsis:iO,ChevronsRight:hO,ChevronsRightLeft:dO,ChevronsUp:pO,ChevronsUpDown:uO,Church:fO,Cigarette:xO,CigaretteOff:mO,Circle:QO,CircleAlert:jt,CircleArrowDown:Gc,CircleArrowLeft:Wc,CircleArrowOutDownLeft:Bc,CircleArrowOutDownRight:Yc,CircleArrowOutUpLeft:Fc,CircleArrowOutUpRight:Kc,CircleArrowRight:Jc,CircleArrowUp:So,CircleCheck:hn,CircleCheckBig:ta,CircleChevronDown:ei,CircleChevronLeft:ti,CircleChevronRight:ai,CircleChevronUp:ni,CircleDashed:yO,CircleDivide:si,CircleDollarSign:OO,CircleDot:kO,CircleDotDashed:gO,CircleEllipsis:vO,CircleEqual:bO,CircleFadingArrowUp:MO,CircleFadingPlus:wO,CircleGauge:oi,CircleMinus:ci,CircleOff:jO,CircleParking:ri,CircleParkingOff:ii,CirclePause:li,CirclePercent:di,CirclePile:SO,CirclePlay:hi,CirclePlus:ui,CirclePoundSterling:NO,CirclePower:pi,CircleQuestionMark:Yt,CircleSlash:_O,CircleSlash2:fi,CircleSmall:$O,CircleStar:CO,CircleStop:mi,CircleUser:yi,CircleUserRound:xi,CircleX:un,CircuitBoard:LO,Citrus:zO,Clapperboard:TO,Clipboard:HO,ClipboardCheck:PO,ClipboardClock:AO,ClipboardCopy:qO,ClipboardList:IO,ClipboardMinus:RO,ClipboardPaste:VO,ClipboardPen:gi,ClipboardPenLine:Oi,ClipboardPlus:EO,ClipboardType:XO,ClipboardX:ZO,Clock:qo,Clock1:DO,Clock10:UO,Clock11:GO,Clock12:BO,Clock2:WO,Clock3:YO,Clock4:FO,Clock5:KO,Clock6:JO,Clock7:tg,Clock8:eg,Clock9:ag,ClockAlert:ng,ClockArrowDown:sg,ClockArrowUp:og,ClockCheck:ig,ClockFading:cg,ClockPlus:rg,ClosedCaption:lg,Cloud:Cd,CloudAlert:dg,CloudBackup:hg,CloudCheck:ug,CloudCog:pg,CloudDownload:ki,CloudDrizzle:fg,CloudFog:mg,CloudHail:xg,CloudLightning:yg,CloudMoon:gg,CloudMoonRain:Og,CloudOff:kg,CloudRain:bg,CloudRainWind:vg,CloudSnow:Mg,CloudSun:jg,CloudSunRain:wg,CloudSync:Sg,CloudUpload:vi,Cloudy:Ng,Clover:_g,Club:$g,Code:Cg,CodeXml:aa,Coffee:Qg,Cog:Lg,Coins:zg,Columns2:bi,Columns3:Mi,Columns3Cog:Tn,Columns4:Tg,Combine:Pg,Command:Ag,Compass:qg,Component:Ig,Computer:Rg,ConciergeBell:Vg,Cone:Eg,Construction:Xg,Contact:Dg,ContactRound:wi,Container:Zg,Contrast:Hg,Cookie:Ug,CookingPot:Gg,Copy:Gn,CopyCheck:Bg,CopyMinus:Wg,CopyPlus:Yg,CopySlash:Fg,CopyX:Kg,Copyleft:Jg,Copyright:e5,CornerDownLeft:t5,CornerDownRight:a5,CornerLeftDown:n5,CornerLeftUp:s5,CornerRightDown:o5,CornerRightUp:i5,CornerUpLeft:c5,CornerUpRight:r5,Cpu:Bn,CreativeCommons:l5,CreditCard:d5,Croissant:h5,Crop:u5,Cross:p5,Crosshair:f5,Crown:m5,Cuboid:x5,CupSoda:y5,Currency:O5,Cylinder:g5,Dam:k5,Database:c2,DatabaseBackup:v5,DatabaseSearch:b5,DatabaseZap:M5,DecimalsArrowLeft:w5,DecimalsArrowRight:j5,Delete:S5,Dessert:N5,Diameter:_5,Diamond:Q5,DiamondMinus:C5,DiamondPercent:ji,DiamondPlus:$5,Dice1:L5,Dice2:T5,Dice3:z5,Dice4:P5,Dice5:A5,Dice6:I5,Dices:q5,Diff:R5,Disc:Z5,Disc2:V5,Disc3:E5,DiscAlbum:X5,Divide:D5,Dna:U5,DnaOff:H5,Dock:B5,Dog:G5,DollarSign:i2,Donut:W5,DoorClosed:F5,DoorClosedLocked:Y5,DoorOpen:K5,Dot:J5,Download:Ya,DraftingCompass:ek,Drama:tk,Drill:nk,Drone:ak,Droplet:ck,DropletOff:sk,Droplets:ok,Drum:ik,Drumstick:rk,Dumbbell:lk,Ear:uk,EarOff:dk,Earth:Si,EarthLock:hk,Eclipse:pk,Egg:xk,EggFried:fk,EggOff:mk,Ellipse:yk,Ellipsis:_i,EllipsisVertical:Ni,Equal:kk,EqualApproximately:Ok,EqualNot:gk,Eraser:vk,EthernetPort:bk,Euro:Mk,EvCharger:wk,Expand:jk,ExternalLink:Qt,Eye:ma,EyeClosed:Sk,EyeOff:Wn,Factory:Nk,Fan:_k,FastForward:$k,Feather:Ck,Fence:Qk,FerrisWheel:Lk,File:l2,FileArchive:zk,FileAxis3d:$i,FileBadge:Ci,FileBox:Tk,FileBraces:Li,FileBracesCorner:Qi,FileChartColumn:Ti,FileChartColumnIncreasing:zi,FileChartLine:Pi,FileChartPie:Ai,FileCheck:Pk,FileCheckCorner:qi,FileClock:Ak,FileCode:r2,FileCodeCorner:Ii,FileCog:Ri,FileDiff:qk,FileDigit:Ik,FileDown:Rk,FileExclamationPoint:Vi,FileHeadphone:Pn,FileHeart:Vk,FileImage:Ek,FileInput:Xk,FileKey:Ei,FileLock:Xi,FileMinus:Zk,FileMinusCorner:Zi,FileMusic:Dk,FileOutput:Hk,FilePen:Cs,FilePenLine:Di,FilePlay:Hi,FilePlus:h1,FilePlusCorner:Ui,FileQuestionMark:Gi,FileScan:Uk,FileSearch:Gk,FileSearchCorner:Bi,FileSignal:Wi,FileSliders:Bk,FileSpreadsheet:Wk,FileStack:Yk,FileSymlink:Kk,FileTerminal:Fk,FileText:za,FileType:Jk,FileTypeCorner:Yi,FileUp:e4,FileUser:t4,FileVideoCamera:Fi,FileVolume:a4,FileX:n4,FileXCorner:Ki,Files:s4,Film:o4,FingerprintPattern:Ji,FireExtinguisher:c4,Fish:l4,FishOff:i4,FishSymbol:r4,FishingHook:d4,FishingRod:h4,Flag:m4,FlagOff:u4,FlagTriangleLeft:p4,FlagTriangleRight:f4,Flame:d2,FlameKindling:x4,Flashlight:O4,FlashlightOff:y4,FlaskConical:v4,FlaskConicalOff:g4,FlaskRound:k4,FlipHorizontal2:b4,FlipVertical2:M4,Flower:j4,Flower2:w4,Focus:S4,FoldHorizontal:N4,FoldVertical:_4,Folder:Ld,FolderArchive:$4,FolderCheck:C4,FolderClock:Q4,FolderClosed:Qd,FolderCode:L4,FolderCog:er,FolderDot:z4,FolderDown:T4,FolderGit:A4,FolderGit2:P4,FolderHeart:q4,FolderInput:I4,FolderKanban:R4,FolderKey:V4,FolderLock:E4,FolderMinus:X4,FolderOpen:Ft,FolderOpenDot:Z4,FolderOutput:D4,FolderPen:tr,FolderPlus:u1,FolderRoot:H4,FolderSearch:p1,FolderSearch2:U4,FolderSymlink:G4,FolderSync:B4,FolderTree:W4,FolderUp:Y4,FolderX:F4,Folders:K4,Footprints:J4,Forklift:e3,Form:t3,Forward:a3,Frame:n3,Frown:o3,Fuel:s3,Fullscreen:c3,Funnel:nr,FunnelPlus:i3,FunnelX:ar,GalleryHorizontal:l3,GalleryHorizontalEnd:r3,GalleryThumbnails:d3,GalleryVertical:u3,GalleryVerticalEnd:h3,Gamepad:f3,Gamepad2:f1,GamepadDirectional:p3,Gauge:zd,Gavel:m3,Gem:x3,GeorgianLari:y3,Ghost:O3,Gift:g3,GitBranch:Yn,GitBranchMinus:v3,GitBranchPlus:k3,GitCommitHorizontal:sr,GitCommitVertical:b3,GitCompare:w3,GitCompareArrows:M3,GitFork:j3,GitGraph:S3,GitMerge:_3,GitMergeConflict:N3,GitPullRequest:T3,GitPullRequestArrow:$3,GitPullRequestClosed:C3,GitPullRequestCreate:Q3,GitPullRequestCreateArrow:L3,GitPullRequestDraft:z3,GlassWater:A3,Glasses:P3,Globe:Pa,GlobeLock:q3,GlobeOff:I3,GlobeX:R3,Goal:V3,Gpu:E3,GraduationCap:X3,Grape:Z3,Grid2x2:rr,Grid2x2Check:or,Grid2x2Plus:cr,Grid2x2X:ir,Grid3x2:D3,Grid3x3:An,Grip:U3,GripHorizontal:h2,GripVertical:H3,Group:G3,Guitar:W3,Ham:B3,Hamburger:Y3,Hammer:F3,Hand:sv,HandCoins:K3,HandFist:J3,HandGrab:lr,HandHeart:ev,HandHelping:dr,HandMetal:tv,HandPlatter:av,Handbag:nv,Handshake:ov,HardDrive:Io,HardDriveDownload:cv,HardDriveUpload:iv,HardHat:rv,Hash:lv,HatGlasses:dv,Haze:hv,Hd:uv,HdmiPort:pv,Heading:kv,Heading1:mv,Heading2:fv,Heading3:yv,Heading4:xv,Heading5:Ov,Heading6:gv,HeadphoneOff:vv,Headphones:u2,Headset:bv,Heart:p2,HeartCrack:Mv,HeartHandshake:wv,HeartMinus:jv,HeartOff:Sv,HeartPlus:Nv,HeartPulse:_v,Heater:$v,Helicopter:Cv,Hexagon:Qv,Highlighter:Lv,History:zv,Hop:Pv,HopOff:Tv,Hospital:Av,Hotel:qv,Hourglass:Iv,House:No,HouseHeart:Rv,HousePlug:Vv,HousePlus:Ev,HouseWifi:Xv,IceCreamBowl:hr,IceCreamCone:ur,IdCard:Zv,IdCardLanyard:Dv,Image:Kv,ImageDown:Hv,ImageMinus:Uv,ImageOff:Bv,ImagePlay:Gv,ImagePlus:Wv,ImageUp:Yv,ImageUpscale:Fv,Images:Jv,Import:eb,Inbox:ab,IndianRupee:tb,Infinity:nb,Info:Td,InspectionPanel:sb,Italic:ob,IterationCcw:cb,IterationCw:ib,JapaneseYen:rb,Joystick:lb,Kanban:db,Kayak:hb,Key:On,KeyRound:Pd,KeySquare:ub,Keyboard:mb,KeyboardMusic:pb,KeyboardOff:fb,Lamp:vb,LampCeiling:xb,LampDesk:yb,LampFloor:Ob,LampWallDown:gb,LampWallUp:kb,LandPlot:bb,Landmark:Mb,Languages:wb,Laptop:Sb,LaptopMinimal:pr,LaptopMinimalCheck:jb,Lasso:_b,LassoSelect:Nb,Laugh:$b,Layers:Qs,Layers2:Cb,LayersPlus:Qb,LayoutDashboard:f2,LayoutGrid:Lb,LayoutList:zb,LayoutPanelLeft:Tb,LayoutPanelTop:Pb,LayoutTemplate:Ab,Leaf:qb,LeafyGreen:Ib,Lectern:Rb,LensConcave:Vb,LensConvex:Eb,Library:Zb,LibraryBig:Xb,LifeBuoy:Db,Ligature:Hb,Lightbulb:Gb,LightbulbOff:Ub,LineDotRightHorizontal:Bb,LineSquiggle:Wb,LineStyle:Yb,Link:Kb,Link2:Ro,Link2Off:Fb,List:x6,ListCheck:Jb,ListChecks:m2,ListChevronsDownUp:e6,ListChevronsUpDown:t6,ListCollapse:a6,ListEnd:n6,ListFilter:o6,ListFilterPlus:s6,ListIndentDecrease:qn,ListIndentIncrease:In,ListMinus:c6,ListMusic:i6,ListOrdered:r6,ListPlus:l6,ListRestart:d6,ListStart:h6,ListTodo:u6,ListTree:p6,ListVideo:f6,ListX:m6,Loader:O6,LoaderCircle:Ae,LoaderPinwheel:y6,Locate:v6,LocateFixed:g6,LocateOff:k6,Lock:x2,LockKeyhole:b6,LockKeyholeOpen:fr,LockOpen:mr,LogIn:Vo,LogOut:y2,Logs:M6,Lollipop:w6,Luggage:j6,Magnet:S6,Mail:T6,MailCheck:_6,MailMinus:N6,MailOpen:$6,MailPlus:C6,MailQuestionMark:xr,MailSearch:Q6,MailWarning:L6,MailX:z6,Mailbox:P6,Mails:A6,Map:O2,MapMinus:q6,MapPin:W6,MapPinCheck:R6,MapPinCheckInside:I6,MapPinHouse:V6,MapPinMinus:X6,MapPinMinusInside:E6,MapPinOff:Z6,MapPinPen:yr,MapPinPlus:H6,MapPinPlusInside:D6,MapPinSearch:U6,MapPinX:B6,MapPinXInside:G6,MapPinned:Y6,MapPlus:F6,Mars:J6,MarsStroke:K6,Martini:e8,Maximize:t8,Maximize2:Ad,Medal:a8,Megaphone:k2,MegaphoneOff:n8,Meh:s8,MemoryStick:g2,Menu:o8,Merge:c8,MessageCircle:Eo,MessageCircleCheck:i8,MessageCircleCode:r8,MessageCircleDashed:l8,MessageCircleHeart:d8,MessageCircleMore:h8,MessageCircleOff:u8,MessageCirclePlus:p8,MessageCircleQuestionMark:Or,MessageCircleReply:f8,MessageCircleWarning:m8,MessageCircleX:x8,MessageSquare:gn,MessageSquareCheck:y8,MessageSquareCode:O8,MessageSquareDashed:g8,MessageSquareDiff:k8,MessageSquareDot:v8,MessageSquareHeart:b8,MessageSquareLock:M8,MessageSquareMore:w8,MessageSquareOff:j8,MessageSquarePlus:S8,MessageSquareQuote:N8,MessageSquareReply:_8,MessageSquareShare:$8,MessageSquareText:C8,MessageSquareWarning:Q8,MessageSquareX:L8,MessagesSquare:z8,Metronome:T8,Mic:A8,MicOff:P8,MicVocal:gr,Microchip:q8,Microscope:I8,Microwave:R8,Milestone:V8,Milk:Z8,MilkOff:E8,Minimize:X8,Minimize2:v2,Minus:D8,MirrorRectangular:H8,MirrorRound:U8,Monitor:Xo,MonitorCheck:B8,MonitorCloud:G8,MonitorCog:W8,MonitorDot:Y8,MonitorDown:F8,MonitorOff:K8,MonitorPause:J8,MonitorPlay:e7,MonitorSmartphone:t7,MonitorSpeaker:a7,MonitorStop:n7,MonitorUp:s7,MonitorX:o7,Moon:i7,MoonStar:c7,Motorbike:r7,Mountain:d7,MountainSnow:l7,Mouse:g7,MouseLeft:h7,MouseOff:u7,MousePointer:y7,MousePointer2:m7,MousePointer2Off:p7,MousePointerBan:f7,MousePointerClick:x7,MouseRight:O7,Move:L7,Move3d:kr,MoveDiagonal:v7,MoveDiagonal2:k7,MoveDown:w7,MoveDownLeft:b7,MoveDownRight:M7,MoveHorizontal:j7,MoveLeft:S7,MoveRight:N7,MoveUp:C7,MoveUpLeft:_7,MoveUpRight:$7,MoveVertical:Q7,Music:A7,Music2:z7,Music3:T7,Music4:P7,Navigation:V7,Navigation2:I7,Navigation2Off:q7,NavigationOff:R7,Network:qd,Newspaper:qs,Nfc:E7,NonBinary:X7,Notebook:H7,NotebookPen:Z7,NotebookTabs:D7,NotebookText:U7,NotepadText:B7,NotepadTextDashed:G7,Nut:Y7,NutOff:W7,Octagon:K7,OctagonAlert:vr,OctagonMinus:F7,OctagonPause:br,OctagonX:Mr,Omega:J7,Option:e9,Orbit:t9,Origami:a9,Package:Id,Package2:n9,PackageCheck:o9,PackageMinus:s9,PackageOpen:c9,PackagePlus:i9,PackageSearch:r9,PackageX:l9,PaintBucket:d9,PaintRoller:h9,Paintbrush:u9,PaintbrushVertical:wr,Palette:p9,Panda:f9,PanelBottom:y9,PanelBottomClose:m9,PanelBottomDashed:jr,PanelBottomOpen:x9,PanelLeft:$r,PanelLeftClose:Sr,PanelLeftDashed:Nr,PanelLeftOpen:_r,PanelLeftRightDashed:O9,PanelRight:v9,PanelRightClose:g9,PanelRightDashed:Cr,PanelRightOpen:k9,PanelTop:w9,PanelTopBottomDashed:b9,PanelTopClose:M9,PanelTopDashed:Qr,PanelTopOpen:j9,PanelsLeftBottom:S9,PanelsRightBottom:N9,PanelsTopLeft:Lr,Paperclip:b2,Parentheses:_9,ParkingMeter:$9,PartyPopper:C9,Pause:M2,PawPrint:Q9,PcCase:L9,Pen:$o,PenLine:_o,PenOff:z9,PenTool:T9,Pencil:Zo,PencilLine:P9,PencilOff:A9,PencilRuler:q9,Pentagon:I9,Percent:R9,PersonStanding:E9,PhilippinePeso:V9,Phone:B9,PhoneCall:X9,PhoneForwarded:Z9,PhoneIncoming:D9,PhoneMissed:H9,PhoneOff:U9,PhoneOutgoing:G9,Pi:W9,Piano:Y9,Pickaxe:F9,PictureInPicture:J9,PictureInPicture2:K9,PiggyBank:eM,Pilcrow:nM,PilcrowLeft:tM,PilcrowRight:aM,Pill:oM,PillBottle:sM,Pin:iM,PinOff:cM,Pipette:rM,Pizza:lM,Plane:uM,PlaneLanding:hM,PlaneTakeoff:dM,Play:w2,Plug:$t,Plug2:pM,PlugZap:Ls,Plus:dt,PocketKnife:fM,Podcast:mM,Pointer:xM,PointerOff:OM,Popcorn:yM,Popsicle:kM,PoundSterling:gM,Power:bM,PowerOff:vM,Presentation:j2,Printer:jM,PrinterCheck:MM,PrinterX:wM,Projector:SM,Proportions:NM,Puzzle:Rd,Pyramid:_M,QrCode:$M,Quote:CM,Rabbit:QM,Radar:LM,Radiation:zM,Radical:TM,Radio:Fa,RadioOff:PM,RadioReceiver:AM,RadioTower:qM,Radius:IM,Rainbow:RM,Rat:VM,Ratio:EM,Receipt:FM,ReceiptCent:ZM,ReceiptEuro:XM,ReceiptIndianRupee:DM,ReceiptJapaneseYen:HM,ReceiptPoundSterling:UM,ReceiptRussianRuble:GM,ReceiptSwissFranc:BM,ReceiptText:WM,ReceiptTurkishLira:YM,RectangleCircle:KM,RectangleEllipsis:zr,RectangleGoggles:JM,RectangleHorizontal:ew,RectangleVertical:tw,Recycle:aw,Redo:ow,Redo2:nw,RedoDot:sw,RefreshCcw:iw,RefreshCcwDot:cw,RefreshCw:na,RefreshCwOff:rw,Refrigerator:lw,Regex:dw,RemoveFormatting:hw,Repeat:fw,Repeat1:uw,Repeat2:pw,Replace:xw,ReplaceAll:mw,Reply:Ow,ReplyAll:yw,Rewind:gw,Ribbon:kw,Road:vw,Rocket:Do,RockingChair:bw,RollerCoaster:Mw,Rose:ww,Rotate3d:Tr,RotateCcw:S2,RotateCcwKey:jw,RotateCcwSquare:Sw,RotateCw:Is,RotateCwSquare:Nw,Route:$w,RouteOff:_w,Router:Cw,Rows2:Pr,Rows3:Ar,Rows4:Qw,Rss:Lw,Ruler:Tw,RulerDimensionLine:zw,RussianRuble:Aw,Sailboat:Pw,Salad:qw,Sandwich:Iw,Satellite:Vw,SatelliteDish:Rw,SaudiRiyal:Ew,Save:m1,SaveAll:Xw,SaveOff:Zw,Scale:Dw,Scale3d:qr,Scaling:Hw,Scan:ej,ScanBarcode:Uw,ScanEye:Gw,ScanFace:Bw,ScanHeart:Ww,ScanLine:Yw,ScanQrCode:Fw,ScanSearch:Jw,ScanText:Kw,School:tj,Scissors:nj,ScissorsLineDashed:aj,Scooter:sj,ScreenShare:cj,ScreenShareOff:oj,Scroll:rj,ScrollText:ij,Search:It,SearchAlert:lj,SearchCheck:dj,SearchCode:hj,SearchSlash:uj,SearchX:pj,Section:fj,Send:Ho,SendHorizontal:Ir,SendToBack:xj,SeparatorHorizontal:mj,SeparatorVertical:yj,Server:Ct,ServerCog:Oj,ServerCrash:kj,ServerOff:gj,Settings:Rs,Settings2:vj,Shapes:bj,Share:wj,Share2:Mj,Sheet:Sj,Shell:jj,ShelvingUnit:Nj,Shield:Ka,ShieldAlert:_j,ShieldBan:$j,ShieldCheck:x1,ShieldCog:Qj,ShieldCogCorner:Cj,ShieldEllipsis:Lj,ShieldHalf:zj,ShieldMinus:Tj,ShieldOff:Pj,ShieldPlus:Aj,ShieldQuestionMark:Rr,ShieldUser:qj,ShieldX:zs,Ship:Ij,ShipWheel:Rj,Shirt:Vj,ShoppingBag:y1,ShoppingBasket:Ej,ShoppingCart:Xj,Shovel:Zj,ShowerHead:Dj,Shredder:Hj,Shrimp:Uj,Shrink:Gj,Shrub:Wj,Shuffle:Yj,Sigma:Bj,Signal:aS,SignalHigh:Fj,SignalLow:Kj,SignalMedium:Jj,SignalZero:eS,Signature:tS,Signpost:sS,SignpostBig:nS,Siren:oS,SkipBack:cS,SkipForward:iS,Skull:O1,Slash:rS,Slice:lS,SlidersHorizontal:dS,SlidersVertical:Vr,Smartphone:pS,SmartphoneCharging:hS,SmartphoneNfc:uS,Smile:mS,SmilePlus:fS,Snail:xS,Snowflake:yS,SoapDispenserDroplet:OS,Sofa:gS,SolarPanel:kS,Soup:vS,Space:bS,Spade:MS,Sparkle:wS,Sparkles:St,Speaker:jS,Speech:SS,SpellCheck:_S,SpellCheck2:NS,Spline:CS,SplinePointer:$S,Split:QS,Spool:LS,SportShoe:zS,Spotlight:TS,SprayCan:PS,Sprout:AS,Square:N2,SquareActivity:Er,SquareArrowDown:Dr,SquareArrowDownLeft:Zr,SquareArrowDownRight:Xr,SquareArrowLeft:Hr,SquareArrowOutDownLeft:Ur,SquareArrowOutDownRight:Br,SquareArrowOutUpLeft:Gr,SquareArrowOutUpRight:Wr,SquareArrowRight:Yr,SquareArrowRightEnter:qS,SquareArrowRightExit:IS,SquareArrowUp:Jr,SquareArrowUpLeft:Fr,SquareArrowUpRight:Kr,SquareAsterisk:el,SquareBottomDashedScissors:tl,SquareCenterlineDashedHorizontal:al,SquareCenterlineDashedVertical:nl,SquareChartGantt:Rn,SquareCheck:ol,SquareCheckBig:sl,SquareChevronDown:il,SquareChevronLeft:cl,SquareChevronRight:rl,SquareChevronUp:ll,SquareCode:dl,SquareDashed:pl,SquareDashedBottom:VS,SquareDashedBottomCode:RS,SquareDashedKanban:hl,SquareDashedMousePointer:ul,SquareDashedTopSolid:ES,SquareDivide:fl,SquareDot:yl,SquareEqual:ml,SquareFunction:xl,SquareKanban:Ol,SquareLibrary:gl,SquareM:kl,SquareMenu:vl,SquareMinus:bl,SquareMousePointer:Ml,SquareParking:jl,SquareParkingOff:wl,SquarePause:XS,SquarePen:$a,SquarePercent:Sl,SquarePi:Nl,SquarePilcrow:_l,SquarePlay:Ql,SquarePlus:$l,SquarePower:Cl,SquareRadical:ZS,SquareRoundCorner:DS,SquareScissors:Ll,SquareSigma:Tl,SquareSlash:zl,SquareSplitHorizontal:Pl,SquareSplitVertical:Al,SquareSquare:HS,SquareStack:US,SquareStar:GS,SquareStop:BS,SquareTerminal:Il,SquareUser:Rl,SquareUserRound:ql,SquareX:Vl,SquaresExclude:WS,SquaresIntersect:YS,SquaresSubtract:FS,SquaresUnite:KS,Squircle:JS,SquircleDashed:eN,Squirrel:tN,Stamp:aN,Star:g1,StarHalf:nN,StarOff:sN,StepBack:oN,StepForward:cN,Stethoscope:iN,Sticker:rN,StickyNote:lN,Stone:dN,Store:hN,StretchHorizontal:uN,StretchVertical:pN,Strikethrough:mN,Subscript:fN,Sun:kN,SunDim:xN,SunMedium:yN,SunMoon:ON,SunSnow:gN,Sunrise:vN,Sunset:bN,Superscript:MN,SwatchBook:wN,SwissFranc:jN,SwitchCamera:SN,Sword:NN,Swords:_N,Syringe:$N,Table:qN,Table2:CN,TableCellsMerge:QN,TableCellsSplit:LN,TableColumnsSplit:zN,TableOfContents:TN,TableProperties:PN,TableRowsSplit:AN,Tablet:RN,TabletSmartphone:IN,Tablets:VN,Tag:XN,Tags:EN,Tally1:ZN,Tally2:HN,Tally3:DN,Tally4:UN,Tally5:BN,Tangent:GN,Target:WN,Telescope:YN,Tent:FN,TentTree:KN,Terminal:Vs,TestTube:k1,TestTubeDiagonal:El,TestTubes:JN,TextAlignCenter:Xl,TextAlignEnd:Zl,TextAlignJustify:Dl,TextAlignStart:Vn,TextCursor:t_,TextCursorInput:e_,TextInitial:Hl,TextQuote:a_,TextSearch:n_,TextSelect:Ul,TextWrap:Gl,Theater:s_,Thermometer:i_,ThermometerSnowflake:o_,ThermometerSun:c_,ThumbsDown:r_,ThumbsUp:l_,Ticket:x_,TicketCheck:d_,TicketMinus:h_,TicketPercent:u_,TicketPlus:p_,TicketSlash:f_,TicketX:m_,Tickets:O_,TicketsPlane:y_,Timer:k_,TimerOff:g_,TimerReset:v_,ToggleLeft:b_,ToggleRight:M_,Toilet:w_,ToolCase:j_,Toolbox:S_,Tornado:N_,Torus:__,Touchpad:C_,TouchpadOff:$_,TowelRack:Q_,TowerControl:L_,ToyBrick:z_,Tractor:T_,TrafficCone:P_,TrainFront:q_,TrainFrontTunnel:A_,TrainTrack:I_,TramFront:Bl,Transgender:R_,Trash:V_,Trash2:Ht,TreeDeciduous:E_,TreePalm:Wl,TreePine:X_,Trees:Z_,TrendingDown:D_,TrendingUp:U_,TrendingUpDown:H_,Triangle:Y_,TriangleAlert:Pt,TriangleDashed:G_,TriangleRight:B_,Trophy:W_,Truck:K_,TruckElectric:F_,TurkishLira:J_,Turntable:e$,Turtle:a$,Tv:n$,TvMinimal:Yl,TvMinimalPlay:t$,Type:o$,TypeOutline:s$,Umbrella:i$,UmbrellaOff:c$,Underline:r$,Undo:h$,Undo2:d$,UndoDot:l$,UnfoldHorizontal:u$,UnfoldVertical:p$,Ungroup:f$,University:Fl,Unlink:x$,Unlink2:m$,Unplug:v1,Upload:_2,Usb:y$,User:Q2,UserCheck:$2,UserCog:O$,UserKey:g$,UserLock:k$,UserMinus:b$,UserPen:v$,UserPlus:C2,UserRound:n1,UserRoundCheck:Jl,UserRoundCog:Kl,UserRoundKey:M$,UserRoundMinus:e1,UserRoundPen:w$,UserRoundPlus:t1,UserRoundSearch:j$,UserRoundX:a1,UserSearch:S$,UserStar:N$,UserX:_$,Users:Ja,UsersRound:s1,Utensils:c1,UtensilsCrossed:o1,UtilityPole:$$,Van:C$,Variable:Q$,Vault:L$,VectorSquare:T$,Vegan:z$,VenetianMask:P$,Venus:A$,VenusAndMars:q$,Vibrate:R$,VibrateOff:I$,Video:E$,VideoOff:V$,Videotape:X$,View:Z$,Voicemail:D$,Volleyball:H$,Volume:Y$,Volume1:U$,Volume2:G$,VolumeOff:B$,VolumeX:W$,Vote:F$,Wallet:J$,WalletCards:K$,WalletMinimal:i1,Wallpaper:tC,Wand:eC,WandSparkles:r1,Warehouse:aC,WashingMachine:nC,Watch:sC,Waves:rC,WavesArrowDown:oC,WavesArrowUp:cC,WavesLadder:iC,Waypoints:lC,Webcam:dC,Webhook:uC,WebhookOff:hC,Weight:fC,WeightTilde:pC,Wheat:xC,WheatOff:mC,WholeWord:yC,Wifi:b1,WifiCog:OC,WifiHigh:gC,WifiLow:kC,WifiOff:vC,WifiPen:bC,WifiSync:MC,WifiZero:wC,Wind:SC,WindArrowDown:jC,Wine:_C,WineOff:NC,Workflow:$C,Worm:CC,Wrench:L2,X:nt,XLineTop:QC,Zap:xa,ZapOff:LC,ZodiacAquarius:zC,ZodiacAries:TC,ZodiacCancer:PC,ZodiacCapricorn:AC,ZodiacGemini:qC,ZodiacLeo:IC,ZodiacLibra:RC,ZodiacOphiuchus:VC,ZodiacPisces:EC,ZodiacSagittarius:XC,ZodiacScorpio:ZC,ZodiacTaurus:DC,ZodiacVirgo:HC,ZoomIn:UC,ZoomOut:GC},Symbol.toStringTag,{value:"Module"})),rQ=Object.freeze(Object.defineProperty({__proto__:null,AArrowDown:Ru,AArrowDownIcon:Ru,AArrowUp:Vu,AArrowUpIcon:Vu,ALargeSmall:Xu,ALargeSmallIcon:Xu,Accessibility:Eu,AccessibilityIcon:Eu,Activity:Ps,ActivityIcon:Ps,ActivitySquare:Er,ActivitySquareIcon:Er,AirVent:Zu,AirVentIcon:Zu,Airplay:Du,AirplayIcon:Du,AlarmCheck:Oc,AlarmCheckIcon:Oc,AlarmClock:Uu,AlarmClockCheck:Oc,AlarmClockCheckIcon:Oc,AlarmClockIcon:Uu,AlarmClockMinus:gc,AlarmClockMinusIcon:gc,AlarmClockOff:Hu,AlarmClockOffIcon:Hu,AlarmClockPlus:kc,AlarmClockPlusIcon:kc,AlarmMinus:gc,AlarmMinusIcon:gc,AlarmPlus:kc,AlarmPlusIcon:kc,AlarmSmoke:Gu,AlarmSmokeIcon:Gu,Album:Bu,AlbumIcon:Bu,AlertCircle:jt,AlertCircleIcon:jt,AlertOctagon:vr,AlertOctagonIcon:vr,AlertTriangle:Pt,AlertTriangleIcon:Pt,AlignCenter:Xl,AlignCenterHorizontal:Wu,AlignCenterHorizontalIcon:Wu,AlignCenterIcon:Xl,AlignCenterVertical:Yu,AlignCenterVerticalIcon:Yu,AlignEndHorizontal:Fu,AlignEndHorizontalIcon:Fu,AlignEndVertical:Ku,AlignEndVerticalIcon:Ku,AlignHorizontalDistributeCenter:Ju,AlignHorizontalDistributeCenterIcon:Ju,AlignHorizontalDistributeEnd:ep,AlignHorizontalDistributeEndIcon:ep,AlignHorizontalDistributeStart:ap,AlignHorizontalDistributeStartIcon:ap,AlignHorizontalJustifyCenter:tp,AlignHorizontalJustifyCenterIcon:tp,AlignHorizontalJustifyEnd:np,AlignHorizontalJustifyEndIcon:np,AlignHorizontalJustifyStart:sp,AlignHorizontalJustifyStartIcon:sp,AlignHorizontalSpaceAround:cp,AlignHorizontalSpaceAroundIcon:cp,AlignHorizontalSpaceBetween:op,AlignHorizontalSpaceBetweenIcon:op,AlignJustify:Dl,AlignJustifyIcon:Dl,AlignLeft:Vn,AlignLeftIcon:Vn,AlignRight:Zl,AlignRightIcon:Zl,AlignStartHorizontal:ip,AlignStartHorizontalIcon:ip,AlignStartVertical:rp,AlignStartVerticalIcon:rp,AlignVerticalDistributeCenter:lp,AlignVerticalDistributeCenterIcon:lp,AlignVerticalDistributeEnd:dp,AlignVerticalDistributeEndIcon:dp,AlignVerticalDistributeStart:hp,AlignVerticalDistributeStartIcon:hp,AlignVerticalJustifyCenter:up,AlignVerticalJustifyCenterIcon:up,AlignVerticalJustifyEnd:pp,AlignVerticalJustifyEndIcon:pp,AlignVerticalJustifyStart:fp,AlignVerticalJustifyStartIcon:fp,AlignVerticalSpaceAround:mp,AlignVerticalSpaceAroundIcon:mp,AlignVerticalSpaceBetween:xp,AlignVerticalSpaceBetweenIcon:xp,Ambulance:yp,AmbulanceIcon:yp,Ampersand:Op,AmpersandIcon:Op,Ampersands:gp,AmpersandsIcon:gp,Amphora:kp,AmphoraIcon:kp,Anchor:vp,AnchorIcon:vp,Angry:bp,AngryIcon:bp,Annoyed:Mp,AnnoyedIcon:Mp,Antenna:wp,AntennaIcon:wp,Anvil:jp,AnvilIcon:jp,Aperture:Sp,ApertureIcon:Sp,AppWindow:_p,AppWindowIcon:_p,AppWindowMac:Np,AppWindowMacIcon:Np,Apple:$p,AppleIcon:$p,Archive:Lp,ArchiveIcon:Lp,ArchiveRestore:Cp,ArchiveRestoreIcon:Cp,ArchiveX:Qp,ArchiveXIcon:Qp,AreaChart:Pc,AreaChartIcon:Pc,Armchair:zp,ArmchairIcon:zp,ArrowBigDown:Pp,ArrowBigDownDash:Tp,ArrowBigDownDashIcon:Tp,ArrowBigDownIcon:Pp,ArrowBigLeft:qp,ArrowBigLeftDash:Ap,ArrowBigLeftDashIcon:Ap,ArrowBigLeftIcon:qp,ArrowBigRight:Rp,ArrowBigRightDash:Ip,ArrowBigRightDashIcon:Ip,ArrowBigRightIcon:Rp,ArrowBigUp:Ep,ArrowBigUpDash:Vp,ArrowBigUpDashIcon:Vp,ArrowBigUpIcon:Ep,ArrowDown:Yp,ArrowDown01:Xp,ArrowDown01Icon:Xp,ArrowDown10:Zp,ArrowDown10Icon:Zp,ArrowDownAZ:vc,ArrowDownAZIcon:vc,ArrowDownAz:vc,ArrowDownAzIcon:vc,ArrowDownCircle:Gc,ArrowDownCircleIcon:Gc,ArrowDownFromLine:Dp,ArrowDownFromLineIcon:Dp,ArrowDownIcon:Yp,ArrowDownLeft:J0,ArrowDownLeftFromCircle:Bc,ArrowDownLeftFromCircleIcon:Bc,ArrowDownLeftFromSquare:Ur,ArrowDownLeftFromSquareIcon:Ur,ArrowDownLeftIcon:J0,ArrowDownLeftSquare:Zr,ArrowDownLeftSquareIcon:Zr,ArrowDownNarrowWide:Hp,ArrowDownNarrowWideIcon:Hp,ArrowDownRight:Up,ArrowDownRightFromCircle:Yc,ArrowDownRightFromCircleIcon:Yc,ArrowDownRightFromSquare:Br,ArrowDownRightFromSquareIcon:Br,ArrowDownRightIcon:Up,ArrowDownRightSquare:Xr,ArrowDownRightSquareIcon:Xr,ArrowDownSquare:Dr,ArrowDownSquareIcon:Dr,ArrowDownToDot:Gp,ArrowDownToDotIcon:Gp,ArrowDownToLine:Bp,ArrowDownToLineIcon:Bp,ArrowDownUp:Wp,ArrowDownUpIcon:Wp,ArrowDownWideNarrow:bc,ArrowDownWideNarrowIcon:bc,ArrowDownZA:Mc,ArrowDownZAIcon:Mc,ArrowDownZa:Mc,ArrowDownZaIcon:Mc,ArrowLeft:Nd,ArrowLeftCircle:Wc,ArrowLeftCircleIcon:Wc,ArrowLeftFromLine:Fp,ArrowLeftFromLineIcon:Fp,ArrowLeftIcon:Nd,ArrowLeftRight:Kp,ArrowLeftRightIcon:Kp,ArrowLeftSquare:Hr,ArrowLeftSquareIcon:Hr,ArrowLeftToLine:ef,ArrowLeftToLineIcon:ef,ArrowRight:_d,ArrowRightCircle:Jc,ArrowRightCircleIcon:Jc,ArrowRightFromLine:Jp,ArrowRightFromLineIcon:Jp,ArrowRightIcon:_d,ArrowRightLeft:tf,ArrowRightLeftIcon:tf,ArrowRightSquare:Yr,ArrowRightSquareIcon:Yr,ArrowRightToLine:af,ArrowRightToLineIcon:af,ArrowUp:t2,ArrowUp01:nf,ArrowUp01Icon:nf,ArrowUp10:sf,ArrowUp10Icon:sf,ArrowUpAZ:wc,ArrowUpAZIcon:wc,ArrowUpAz:wc,ArrowUpAzIcon:wc,ArrowUpCircle:So,ArrowUpCircleIcon:So,ArrowUpDown:of,ArrowUpDownIcon:of,ArrowUpFromDot:cf,ArrowUpFromDotIcon:cf,ArrowUpFromLine:rf,ArrowUpFromLineIcon:rf,ArrowUpIcon:t2,ArrowUpLeft:lf,ArrowUpLeftFromCircle:Fc,ArrowUpLeftFromCircleIcon:Fc,ArrowUpLeftFromSquare:Gr,ArrowUpLeftFromSquareIcon:Gr,ArrowUpLeftIcon:lf,ArrowUpLeftSquare:Fr,ArrowUpLeftSquareIcon:Fr,ArrowUpNarrowWide:jc,ArrowUpNarrowWideIcon:jc,ArrowUpRight:e2,ArrowUpRightFromCircle:Kc,ArrowUpRightFromCircleIcon:Kc,ArrowUpRightFromSquare:Wr,ArrowUpRightFromSquareIcon:Wr,ArrowUpRightIcon:e2,ArrowUpRightSquare:Kr,ArrowUpRightSquareIcon:Kr,ArrowUpSquare:Jr,ArrowUpSquareIcon:Jr,ArrowUpToLine:df,ArrowUpToLineIcon:df,ArrowUpWideNarrow:hf,ArrowUpWideNarrowIcon:hf,ArrowUpZA:Sc,ArrowUpZAIcon:Sc,ArrowUpZa:Sc,ArrowUpZaIcon:Sc,ArrowsUpFromLine:uf,ArrowsUpFromLineIcon:uf,Asterisk:pf,AsteriskIcon:pf,AsteriskSquare:el,AsteriskSquareIcon:el,AtSign:ff,AtSignIcon:ff,Atom:mf,AtomIcon:mf,AudioLines:xf,AudioLinesIcon:xf,AudioWaveform:yf,AudioWaveformIcon:yf,Award:Of,AwardIcon:Of,Axe:gf,AxeIcon:gf,Axis3D:Nc,Axis3DIcon:Nc,Axis3d:Nc,Axis3dIcon:Nc,Baby:kf,BabyIcon:kf,Backpack:vf,BackpackIcon:vf,Badge:Af,BadgeAlert:bf,BadgeAlertIcon:bf,BadgeCent:Mf,BadgeCentIcon:Mf,BadgeCheck:_c,BadgeCheckIcon:_c,BadgeDollarSign:wf,BadgeDollarSignIcon:wf,BadgeEuro:jf,BadgeEuroIcon:jf,BadgeHelp:$c,BadgeHelpIcon:$c,BadgeIcon:Af,BadgeIndianRupee:Sf,BadgeIndianRupeeIcon:Sf,BadgeInfo:Nf,BadgeInfoIcon:Nf,BadgeJapaneseYen:_f,BadgeJapaneseYenIcon:_f,BadgeMinus:$f,BadgeMinusIcon:$f,BadgePercent:Qf,BadgePercentIcon:Qf,BadgePlus:Cf,BadgePlusIcon:Cf,BadgePoundSterling:Lf,BadgePoundSterlingIcon:Lf,BadgeQuestionMark:$c,BadgeQuestionMarkIcon:$c,BadgeRussianRuble:zf,BadgeRussianRubleIcon:zf,BadgeSwissFranc:Tf,BadgeSwissFrancIcon:Tf,BadgeTurkishLira:Pf,BadgeTurkishLiraIcon:Pf,BadgeX:qf,BadgeXIcon:qf,BaggageClaim:If,BaggageClaimIcon:If,Balloon:Rf,BalloonIcon:Rf,Ban:Vf,BanIcon:Vf,Banana:Ef,BananaIcon:Ef,Bandage:Xf,BandageIcon:Xf,Banknote:Uf,BanknoteArrowDown:Zf,BanknoteArrowDownIcon:Zf,BanknoteArrowUp:Df,BanknoteArrowUpIcon:Df,BanknoteIcon:Uf,BanknoteX:Hf,BanknoteXIcon:Hf,BarChart:Xc,BarChart2:Zc,BarChart2Icon:Zc,BarChart3:$s,BarChart3Icon:$s,BarChart4:Vc,BarChart4Icon:Vc,BarChartBig:Rc,BarChartBigIcon:Rc,BarChartHorizontal:qc,BarChartHorizontalBig:Ac,BarChartHorizontalBigIcon:Ac,BarChartHorizontalIcon:qc,BarChartIcon:Xc,Barcode:Gf,BarcodeIcon:Gf,Barrel:Bf,BarrelIcon:Bf,Baseline:Wf,BaselineIcon:Wf,Bath:Yf,BathIcon:Yf,Battery:nm,BatteryCharging:Ff,BatteryChargingIcon:Ff,BatteryFull:Kf,BatteryFullIcon:Kf,BatteryIcon:nm,BatteryLow:Jf,BatteryLowIcon:Jf,BatteryMedium:em,BatteryMediumIcon:em,BatteryPlus:am,BatteryPlusIcon:am,BatteryWarning:tm,BatteryWarningIcon:tm,Beaker:sm,BeakerIcon:sm,Bean:im,BeanIcon:im,BeanOff:om,BeanOffIcon:om,Bed:lm,BedDouble:cm,BedDoubleIcon:cm,BedIcon:lm,BedSingle:rm,BedSingleIcon:rm,Beef:hm,BeefIcon:hm,BeefOff:dm,BeefOffIcon:dm,Beer:um,BeerIcon:um,BeerOff:pm,BeerOffIcon:pm,Bell:km,BellDot:fm,BellDotIcon:fm,BellElectric:mm,BellElectricIcon:mm,BellIcon:km,BellMinus:xm,BellMinusIcon:xm,BellOff:ym,BellOffIcon:ym,BellPlus:Om,BellPlusIcon:Om,BellRing:gm,BellRingIcon:gm,BetweenHorizonalEnd:Cc,BetweenHorizonalEndIcon:Cc,BetweenHorizonalStart:Qc,BetweenHorizonalStartIcon:Qc,BetweenHorizontalEnd:Cc,BetweenHorizontalEndIcon:Cc,BetweenHorizontalStart:Qc,BetweenHorizontalStartIcon:Qc,BetweenVerticalEnd:vm,BetweenVerticalEndIcon:vm,BetweenVerticalStart:bm,BetweenVerticalStartIcon:bm,BicepsFlexed:Mm,BicepsFlexedIcon:Mm,Bike:wm,BikeIcon:wm,Binary:jm,BinaryIcon:jm,Binoculars:Nm,BinocularsIcon:Nm,Biohazard:Sm,BiohazardIcon:Sm,Bird:_m,BirdIcon:_m,Birdhouse:$m,BirdhouseIcon:$m,Bitcoin:Cm,BitcoinIcon:Cm,Blend:Qm,BlendIcon:Qm,Blinds:Lm,BlindsIcon:Lm,Blocks:zm,BlocksIcon:zm,Bluetooth:qm,BluetoothConnected:Tm,BluetoothConnectedIcon:Tm,BluetoothIcon:qm,BluetoothOff:Pm,BluetoothOffIcon:Pm,BluetoothSearching:Am,BluetoothSearchingIcon:Am,Bold:Im,BoldIcon:Im,Bolt:Rm,BoltIcon:Rm,Bomb:a2,BombIcon:a2,Bone:Vm,BoneIcon:Vm,Book:dx,BookA:Em,BookAIcon:Em,BookAlert:Xm,BookAlertIcon:Xm,BookAudio:Zm,BookAudioIcon:Zm,BookCheck:Dm,BookCheckIcon:Dm,BookCopy:Hm,BookCopyIcon:Hm,BookDashed:Lc,BookDashedIcon:Lc,BookDown:Um,BookDownIcon:Um,BookHeadphones:Gm,BookHeadphonesIcon:Gm,BookHeart:Bm,BookHeartIcon:Bm,BookIcon:dx,BookImage:Wm,BookImageIcon:Wm,BookKey:Ym,BookKeyIcon:Ym,BookLock:Fm,BookLockIcon:Fm,BookMarked:Km,BookMarkedIcon:Km,BookMinus:Jm,BookMinusIcon:Jm,BookOpen:Po,BookOpenCheck:ex,BookOpenCheckIcon:ex,BookOpenIcon:Po,BookOpenText:tx,BookOpenTextIcon:tx,BookPlus:ax,BookPlusIcon:ax,BookSearch:nx,BookSearchIcon:nx,BookTemplate:Lc,BookTemplateIcon:Lc,BookText:sx,BookTextIcon:sx,BookType:ox,BookTypeIcon:ox,BookUp:ix,BookUp2:cx,BookUp2Icon:cx,BookUpIcon:ix,BookUser:rx,BookUserIcon:rx,BookX:lx,BookXIcon:lx,Bookmark:mx,BookmarkCheck:hx,BookmarkCheckIcon:hx,BookmarkIcon:mx,BookmarkMinus:ux,BookmarkMinusIcon:ux,BookmarkPlus:px,BookmarkPlusIcon:px,BookmarkX:fx,BookmarkXIcon:fx,BoomBox:xx,BoomBoxIcon:xx,Bot:gx,BotIcon:gx,BotMessageSquare:Ox,BotMessageSquareIcon:Ox,BotOff:yx,BotOffIcon:yx,BottleWine:vx,BottleWineIcon:vx,BowArrow:kx,BowArrowIcon:kx,Box:yn,BoxIcon:yn,BoxSelect:pl,BoxSelectIcon:pl,Boxes:bx,BoxesIcon:bx,Braces:zc,BracesIcon:zc,Brackets:Mx,BracketsIcon:Mx,Brain:n2,BrainCircuit:wx,BrainCircuitIcon:wx,BrainCog:jx,BrainCogIcon:jx,BrainIcon:n2,BrickWall:_x,BrickWallFire:Sx,BrickWallFireIcon:Sx,BrickWallIcon:_x,BrickWallShield:Nx,BrickWallShieldIcon:Nx,Briefcase:Lx,BriefcaseBusiness:$x,BriefcaseBusinessIcon:$x,BriefcaseConveyorBelt:Cx,BriefcaseConveyorBeltIcon:Cx,BriefcaseIcon:Lx,BriefcaseMedical:Qx,BriefcaseMedicalIcon:Qx,BringToFront:Tx,BringToFrontIcon:Tx,Brush:Px,BrushCleaning:zx,BrushCleaningIcon:zx,BrushIcon:Px,Bubbles:Ax,BubblesIcon:Ax,Bug:Rx,BugIcon:Rx,BugOff:qx,BugOffIcon:qx,BugPlay:Ix,BugPlayIcon:Ix,Building:Ex,Building2:Vx,Building2Icon:Vx,BuildingIcon:Ex,Bus:Zx,BusFront:Xx,BusFrontIcon:Xx,BusIcon:Zx,Cable:Hx,CableCar:Dx,CableCarIcon:Dx,CableIcon:Hx,Cake:Gx,CakeIcon:Gx,CakeSlice:Ux,CakeSliceIcon:Ux,Calculator:s2,CalculatorIcon:s2,Calendar:Ao,Calendar1:Bx,Calendar1Icon:Bx,CalendarArrowDown:Wx,CalendarArrowDownIcon:Wx,CalendarArrowUp:Yx,CalendarArrowUpIcon:Yx,CalendarCheck:Kx,CalendarCheck2:Fx,CalendarCheck2Icon:Fx,CalendarCheckIcon:Kx,CalendarClock:Jx,CalendarClockIcon:Jx,CalendarCog:ey,CalendarCogIcon:ey,CalendarDays:ty,CalendarDaysIcon:ty,CalendarFold:ay,CalendarFoldIcon:ay,CalendarHeart:ny,CalendarHeartIcon:ny,CalendarIcon:Ao,CalendarMinus:oy,CalendarMinus2:sy,CalendarMinus2Icon:sy,CalendarMinusIcon:oy,CalendarOff:cy,CalendarOffIcon:cy,CalendarPlus:ry,CalendarPlus2:iy,CalendarPlus2Icon:iy,CalendarPlusIcon:ry,CalendarRange:ly,CalendarRangeIcon:ly,CalendarSearch:hy,CalendarSearchIcon:hy,CalendarSync:dy,CalendarSyncIcon:dy,CalendarX:py,CalendarX2:uy,CalendarX2Icon:uy,CalendarXIcon:py,Calendars:fy,CalendarsIcon:fy,Camera:xy,CameraIcon:xy,CameraOff:my,CameraOffIcon:my,CandlestickChart:Ic,CandlestickChartIcon:Ic,Candy:gy,CandyCane:yy,CandyCaneIcon:yy,CandyIcon:gy,CandyOff:Oy,CandyOffIcon:Oy,Cannabis:ky,CannabisIcon:ky,CannabisOff:vy,CannabisOffIcon:vy,Captions:Tc,CaptionsIcon:Tc,CaptionsOff:by,CaptionsOffIcon:by,Car:jy,CarFront:wy,CarFrontIcon:wy,CarIcon:jy,CarTaxiFront:My,CarTaxiFrontIcon:My,Caravan:Ny,CaravanIcon:Ny,CardSim:Sy,CardSimIcon:Sy,Carrot:_y,CarrotIcon:_y,CaseLower:$y,CaseLowerIcon:$y,CaseSensitive:Cy,CaseSensitiveIcon:Cy,CaseUpper:Qy,CaseUpperIcon:Qy,CassetteTape:Ly,CassetteTapeIcon:Ly,Cast:zy,CastIcon:zy,Castle:Ty,CastleIcon:Ty,Cat:Py,CatIcon:Py,Cctv:qy,CctvIcon:qy,CctvOff:Ay,CctvOffIcon:Ay,ChartArea:Pc,ChartAreaIcon:Pc,ChartBar:qc,ChartBarBig:Ac,ChartBarBigIcon:Ac,ChartBarDecreasing:Iy,ChartBarDecreasingIcon:Iy,ChartBarIcon:qc,ChartBarIncreasing:Ry,ChartBarIncreasingIcon:Ry,ChartBarStacked:Vy,ChartBarStackedIcon:Vy,ChartCandlestick:Ic,ChartCandlestickIcon:Ic,ChartColumn:$s,ChartColumnBig:Rc,ChartColumnBigIcon:Rc,ChartColumnDecreasing:Ey,ChartColumnDecreasingIcon:Ey,ChartColumnIcon:$s,ChartColumnIncreasing:Vc,ChartColumnIncreasingIcon:Vc,ChartColumnStacked:Xy,ChartColumnStackedIcon:Xy,ChartGantt:Zy,ChartGanttIcon:Zy,ChartLine:Ec,ChartLineIcon:Ec,ChartNetwork:Dy,ChartNetworkIcon:Dy,ChartNoAxesColumn:Zc,ChartNoAxesColumnDecreasing:Hy,ChartNoAxesColumnDecreasingIcon:Hy,ChartNoAxesColumnIcon:Zc,ChartNoAxesColumnIncreasing:Xc,ChartNoAxesColumnIncreasingIcon:Xc,ChartNoAxesCombined:Uy,ChartNoAxesCombinedIcon:Uy,ChartNoAxesGantt:Dc,ChartNoAxesGanttIcon:Dc,ChartPie:Hc,ChartPieIcon:Hc,ChartScatter:Uc,ChartScatterIcon:Uc,ChartSpline:$d,ChartSplineIcon:$d,Check:He,CheckCheck:Gy,CheckCheckIcon:Gy,CheckCircle:ta,CheckCircle2:hn,CheckCircle2Icon:hn,CheckCircleIcon:ta,CheckIcon:He,CheckLine:By,CheckLineIcon:By,CheckSquare:sl,CheckSquare2:ol,CheckSquare2Icon:ol,CheckSquareIcon:sl,ChefHat:Wy,ChefHatIcon:Wy,Cherry:Yy,CherryIcon:Yy,ChessBishop:Fy,ChessBishopIcon:Fy,ChessKing:Ky,ChessKingIcon:Ky,ChessKnight:Jy,ChessKnightIcon:Jy,ChessPawn:eO,ChessPawnIcon:eO,ChessQueen:aO,ChessQueenIcon:aO,ChessRook:tO,ChessRookIcon:tO,ChevronDown:At,ChevronDownCircle:ei,ChevronDownCircleIcon:ei,ChevronDownIcon:At,ChevronDownSquare:il,ChevronDownSquareIcon:il,ChevronFirst:nO,ChevronFirstIcon:nO,ChevronLast:sO,ChevronLastIcon:sO,ChevronLeft:As,ChevronLeftCircle:ti,ChevronLeftCircleIcon:ti,ChevronLeftIcon:As,ChevronLeftSquare:cl,ChevronLeftSquareIcon:cl,ChevronRight:qt,ChevronRightCircle:ai,ChevronRightCircleIcon:ai,ChevronRightIcon:qt,ChevronRightSquare:rl,ChevronRightSquareIcon:rl,ChevronUp:o2,ChevronUpCircle:ni,ChevronUpCircleIcon:ni,ChevronUpIcon:o2,ChevronUpSquare:ll,ChevronUpSquareIcon:ll,ChevronsDown:cO,ChevronsDownIcon:cO,ChevronsDownUp:oO,ChevronsDownUpIcon:oO,ChevronsLeft:lO,ChevronsLeftIcon:lO,ChevronsLeftRight:rO,ChevronsLeftRightEllipsis:iO,ChevronsLeftRightEllipsisIcon:iO,ChevronsLeftRightIcon:rO,ChevronsRight:hO,ChevronsRightIcon:hO,ChevronsRightLeft:dO,ChevronsRightLeftIcon:dO,ChevronsUp:pO,ChevronsUpDown:uO,ChevronsUpDownIcon:uO,ChevronsUpIcon:pO,Church:fO,ChurchIcon:fO,Cigarette:xO,CigaretteIcon:xO,CigaretteOff:mO,CigaretteOffIcon:mO,Circle:QO,CircleAlert:jt,CircleAlertIcon:jt,CircleArrowDown:Gc,CircleArrowDownIcon:Gc,CircleArrowLeft:Wc,CircleArrowLeftIcon:Wc,CircleArrowOutDownLeft:Bc,CircleArrowOutDownLeftIcon:Bc,CircleArrowOutDownRight:Yc,CircleArrowOutDownRightIcon:Yc,CircleArrowOutUpLeft:Fc,CircleArrowOutUpLeftIcon:Fc,CircleArrowOutUpRight:Kc,CircleArrowOutUpRightIcon:Kc,CircleArrowRight:Jc,CircleArrowRightIcon:Jc,CircleArrowUp:So,CircleArrowUpIcon:So,CircleCheck:hn,CircleCheckBig:ta,CircleCheckBigIcon:ta,CircleCheckIcon:hn,CircleChevronDown:ei,CircleChevronDownIcon:ei,CircleChevronLeft:ti,CircleChevronLeftIcon:ti,CircleChevronRight:ai,CircleChevronRightIcon:ai,CircleChevronUp:ni,CircleChevronUpIcon:ni,CircleDashed:yO,CircleDashedIcon:yO,CircleDivide:si,CircleDivideIcon:si,CircleDollarSign:OO,CircleDollarSignIcon:OO,CircleDot:kO,CircleDotDashed:gO,CircleDotDashedIcon:gO,CircleDotIcon:kO,CircleEllipsis:vO,CircleEllipsisIcon:vO,CircleEqual:bO,CircleEqualIcon:bO,CircleFadingArrowUp:MO,CircleFadingArrowUpIcon:MO,CircleFadingPlus:wO,CircleFadingPlusIcon:wO,CircleGauge:oi,CircleGaugeIcon:oi,CircleHelp:Yt,CircleHelpIcon:Yt,CircleIcon:QO,CircleMinus:ci,CircleMinusIcon:ci,CircleOff:jO,CircleOffIcon:jO,CircleParking:ri,CircleParkingIcon:ri,CircleParkingOff:ii,CircleParkingOffIcon:ii,CirclePause:li,CirclePauseIcon:li,CirclePercent:di,CirclePercentIcon:di,CirclePile:SO,CirclePileIcon:SO,CirclePlay:hi,CirclePlayIcon:hi,CirclePlus:ui,CirclePlusIcon:ui,CirclePoundSterling:NO,CirclePoundSterlingIcon:NO,CirclePower:pi,CirclePowerIcon:pi,CircleQuestionMark:Yt,CircleQuestionMarkIcon:Yt,CircleSlash:_O,CircleSlash2:fi,CircleSlash2Icon:fi,CircleSlashIcon:_O,CircleSlashed:fi,CircleSlashedIcon:fi,CircleSmall:$O,CircleSmallIcon:$O,CircleStar:CO,CircleStarIcon:CO,CircleStop:mi,CircleStopIcon:mi,CircleUser:yi,CircleUserIcon:yi,CircleUserRound:xi,CircleUserRoundIcon:xi,CircleX:un,CircleXIcon:un,CircuitBoard:LO,CircuitBoardIcon:LO,Citrus:zO,CitrusIcon:zO,Clapperboard:TO,ClapperboardIcon:TO,Clipboard:HO,ClipboardCheck:PO,ClipboardCheckIcon:PO,ClipboardClock:AO,ClipboardClockIcon:AO,ClipboardCopy:qO,ClipboardCopyIcon:qO,ClipboardEdit:gi,ClipboardEditIcon:gi,ClipboardIcon:HO,ClipboardList:IO,ClipboardListIcon:IO,ClipboardMinus:RO,ClipboardMinusIcon:RO,ClipboardPaste:VO,ClipboardPasteIcon:VO,ClipboardPen:gi,ClipboardPenIcon:gi,ClipboardPenLine:Oi,ClipboardPenLineIcon:Oi,ClipboardPlus:EO,ClipboardPlusIcon:EO,ClipboardSignature:Oi,ClipboardSignatureIcon:Oi,ClipboardType:XO,ClipboardTypeIcon:XO,ClipboardX:ZO,ClipboardXIcon:ZO,Clock:qo,Clock1:DO,Clock10:UO,Clock10Icon:UO,Clock11:GO,Clock11Icon:GO,Clock12:BO,Clock12Icon:BO,Clock1Icon:DO,Clock2:WO,Clock2Icon:WO,Clock3:YO,Clock3Icon:YO,Clock4:FO,Clock4Icon:FO,Clock5:KO,Clock5Icon:KO,Clock6:JO,Clock6Icon:JO,Clock7:tg,Clock7Icon:tg,Clock8:eg,Clock8Icon:eg,Clock9:ag,Clock9Icon:ag,ClockAlert:ng,ClockAlertIcon:ng,ClockArrowDown:sg,ClockArrowDownIcon:sg,ClockArrowUp:og,ClockArrowUpIcon:og,ClockCheck:ig,ClockCheckIcon:ig,ClockFading:cg,ClockFadingIcon:cg,ClockIcon:qo,ClockPlus:rg,ClockPlusIcon:rg,ClosedCaption:lg,ClosedCaptionIcon:lg,Cloud:Cd,CloudAlert:dg,CloudAlertIcon:dg,CloudBackup:hg,CloudBackupIcon:hg,CloudCheck:ug,CloudCheckIcon:ug,CloudCog:pg,CloudCogIcon:pg,CloudDownload:ki,CloudDownloadIcon:ki,CloudDrizzle:fg,CloudDrizzleIcon:fg,CloudFog:mg,CloudFogIcon:mg,CloudHail:xg,CloudHailIcon:xg,CloudIcon:Cd,CloudLightning:yg,CloudLightningIcon:yg,CloudMoon:gg,CloudMoonIcon:gg,CloudMoonRain:Og,CloudMoonRainIcon:Og,CloudOff:kg,CloudOffIcon:kg,CloudRain:bg,CloudRainIcon:bg,CloudRainWind:vg,CloudRainWindIcon:vg,CloudSnow:Mg,CloudSnowIcon:Mg,CloudSun:jg,CloudSunIcon:jg,CloudSunRain:wg,CloudSunRainIcon:wg,CloudSync:Sg,CloudSyncIcon:Sg,CloudUpload:vi,CloudUploadIcon:vi,Cloudy:Ng,CloudyIcon:Ng,Clover:_g,CloverIcon:_g,Club:$g,ClubIcon:$g,Code:Cg,Code2:aa,Code2Icon:aa,CodeIcon:Cg,CodeSquare:dl,CodeSquareIcon:dl,CodeXml:aa,CodeXmlIcon:aa,Coffee:Qg,CoffeeIcon:Qg,Cog:Lg,CogIcon:Lg,Coins:zg,CoinsIcon:zg,Columns:bi,Columns2:bi,Columns2Icon:bi,Columns3:Mi,Columns3Cog:Tn,Columns3CogIcon:Tn,Columns3Icon:Mi,Columns4:Tg,Columns4Icon:Tg,ColumnsIcon:bi,ColumnsSettings:Tn,ColumnsSettingsIcon:Tn,Combine:Pg,CombineIcon:Pg,Command:Ag,CommandIcon:Ag,Compass:qg,CompassIcon:qg,Component:Ig,ComponentIcon:Ig,Computer:Rg,ComputerIcon:Rg,ConciergeBell:Vg,ConciergeBellIcon:Vg,Cone:Eg,ConeIcon:Eg,Construction:Xg,ConstructionIcon:Xg,Contact:Dg,Contact2:wi,Contact2Icon:wi,ContactIcon:Dg,ContactRound:wi,ContactRoundIcon:wi,Container:Zg,ContainerIcon:Zg,Contrast:Hg,ContrastIcon:Hg,Cookie:Ug,CookieIcon:Ug,CookingPot:Gg,CookingPotIcon:Gg,Copy:Gn,CopyCheck:Bg,CopyCheckIcon:Bg,CopyIcon:Gn,CopyMinus:Wg,CopyMinusIcon:Wg,CopyPlus:Yg,CopyPlusIcon:Yg,CopySlash:Fg,CopySlashIcon:Fg,CopyX:Kg,CopyXIcon:Kg,Copyleft:Jg,CopyleftIcon:Jg,Copyright:e5,CopyrightIcon:e5,CornerDownLeft:t5,CornerDownLeftIcon:t5,CornerDownRight:a5,CornerDownRightIcon:a5,CornerLeftDown:n5,CornerLeftDownIcon:n5,CornerLeftUp:s5,CornerLeftUpIcon:s5,CornerRightDown:o5,CornerRightDownIcon:o5,CornerRightUp:i5,CornerRightUpIcon:i5,CornerUpLeft:c5,CornerUpLeftIcon:c5,CornerUpRight:r5,CornerUpRightIcon:r5,Cpu:Bn,CpuIcon:Bn,CreativeCommons:l5,CreativeCommonsIcon:l5,CreditCard:d5,CreditCardIcon:d5,Croissant:h5,CroissantIcon:h5,Crop:u5,CropIcon:u5,Cross:p5,CrossIcon:p5,Crosshair:f5,CrosshairIcon:f5,Crown:m5,CrownIcon:m5,Cuboid:x5,CuboidIcon:x5,CupSoda:y5,CupSodaIcon:y5,CurlyBraces:zc,CurlyBracesIcon:zc,Currency:O5,CurrencyIcon:O5,Cylinder:g5,CylinderIcon:g5,Dam:k5,DamIcon:k5,Database:c2,DatabaseBackup:v5,DatabaseBackupIcon:v5,DatabaseIcon:c2,DatabaseSearch:b5,DatabaseSearchIcon:b5,DatabaseZap:M5,DatabaseZapIcon:M5,DecimalsArrowLeft:w5,DecimalsArrowLeftIcon:w5,DecimalsArrowRight:j5,DecimalsArrowRightIcon:j5,Delete:S5,DeleteIcon:S5,Dessert:N5,DessertIcon:N5,Diameter:_5,DiameterIcon:_5,Diamond:Q5,DiamondIcon:Q5,DiamondMinus:C5,DiamondMinusIcon:C5,DiamondPercent:ji,DiamondPercentIcon:ji,DiamondPlus:$5,DiamondPlusIcon:$5,Dice1:L5,Dice1Icon:L5,Dice2:T5,Dice2Icon:T5,Dice3:z5,Dice3Icon:z5,Dice4:P5,Dice4Icon:P5,Dice5:A5,Dice5Icon:A5,Dice6:I5,Dice6Icon:I5,Dices:q5,DicesIcon:q5,Diff:R5,DiffIcon:R5,Disc:Z5,Disc2:V5,Disc2Icon:V5,Disc3:E5,Disc3Icon:E5,DiscAlbum:X5,DiscAlbumIcon:X5,DiscIcon:Z5,Divide:D5,DivideCircle:si,DivideCircleIcon:si,DivideIcon:D5,DivideSquare:fl,DivideSquareIcon:fl,Dna:U5,DnaIcon:U5,DnaOff:H5,DnaOffIcon:H5,Dock:B5,DockIcon:B5,Dog:G5,DogIcon:G5,DollarSign:i2,DollarSignIcon:i2,Donut:W5,DonutIcon:W5,DoorClosed:F5,DoorClosedIcon:F5,DoorClosedLocked:Y5,DoorClosedLockedIcon:Y5,DoorOpen:K5,DoorOpenIcon:K5,Dot:J5,DotIcon:J5,DotSquare:yl,DotSquareIcon:yl,Download:Ya,DownloadCloud:ki,DownloadCloudIcon:ki,DownloadIcon:Ya,DraftingCompass:ek,DraftingCompassIcon:ek,Drama:tk,DramaIcon:tk,Drill:nk,DrillIcon:nk,Drone:ak,DroneIcon:ak,Droplet:ck,DropletIcon:ck,DropletOff:sk,DropletOffIcon:sk,Droplets:ok,DropletsIcon:ok,Drum:ik,DrumIcon:ik,Drumstick:rk,DrumstickIcon:rk,Dumbbell:lk,DumbbellIcon:lk,Ear:uk,EarIcon:uk,EarOff:dk,EarOffIcon:dk,Earth:Si,EarthIcon:Si,EarthLock:hk,EarthLockIcon:hk,Eclipse:pk,EclipseIcon:pk,Edit:$a,Edit2:$o,Edit2Icon:$o,Edit3:_o,Edit3Icon:_o,EditIcon:$a,Egg:xk,EggFried:fk,EggFriedIcon:fk,EggIcon:xk,EggOff:mk,EggOffIcon:mk,Ellipse:yk,EllipseIcon:yk,Ellipsis:_i,EllipsisIcon:_i,EllipsisVertical:Ni,EllipsisVerticalIcon:Ni,Equal:kk,EqualApproximately:Ok,EqualApproximatelyIcon:Ok,EqualIcon:kk,EqualNot:gk,EqualNotIcon:gk,EqualSquare:ml,EqualSquareIcon:ml,Eraser:vk,EraserIcon:vk,EthernetPort:bk,EthernetPortIcon:bk,Euro:Mk,EuroIcon:Mk,EvCharger:wk,EvChargerIcon:wk,Expand:jk,ExpandIcon:jk,ExternalLink:Qt,ExternalLinkIcon:Qt,Eye:ma,EyeClosed:Sk,EyeClosedIcon:Sk,EyeIcon:ma,EyeOff:Wn,EyeOffIcon:Wn,Factory:Nk,FactoryIcon:Nk,Fan:_k,FanIcon:_k,FastForward:$k,FastForwardIcon:$k,Feather:Ck,FeatherIcon:Ck,Fence:Qk,FenceIcon:Qk,FerrisWheel:Lk,FerrisWheelIcon:Lk,File:l2,FileArchive:zk,FileArchiveIcon:zk,FileAudio:Pn,FileAudio2:Pn,FileAudio2Icon:Pn,FileAudioIcon:Pn,FileAxis3D:$i,FileAxis3DIcon:$i,FileAxis3d:$i,FileAxis3dIcon:$i,FileBadge:Ci,FileBadge2:Ci,FileBadge2Icon:Ci,FileBadgeIcon:Ci,FileBarChart:zi,FileBarChart2:Ti,FileBarChart2Icon:Ti,FileBarChartIcon:zi,FileBox:Tk,FileBoxIcon:Tk,FileBraces:Li,FileBracesCorner:Qi,FileBracesCornerIcon:Qi,FileBracesIcon:Li,FileChartColumn:Ti,FileChartColumnIcon:Ti,FileChartColumnIncreasing:zi,FileChartColumnIncreasingIcon:zi,FileChartLine:Pi,FileChartLineIcon:Pi,FileChartPie:Ai,FileChartPieIcon:Ai,FileCheck:Pk,FileCheck2:qi,FileCheck2Icon:qi,FileCheckCorner:qi,FileCheckCornerIcon:qi,FileCheckIcon:Pk,FileClock:Ak,FileClockIcon:Ak,FileCode:r2,FileCode2:Ii,FileCode2Icon:Ii,FileCodeCorner:Ii,FileCodeCornerIcon:Ii,FileCodeIcon:r2,FileCog:Ri,FileCog2:Ri,FileCog2Icon:Ri,FileCogIcon:Ri,FileDiff:qk,FileDiffIcon:qk,FileDigit:Ik,FileDigitIcon:Ik,FileDown:Rk,FileDownIcon:Rk,FileEdit:Cs,FileEditIcon:Cs,FileExclamationPoint:Vi,FileExclamationPointIcon:Vi,FileHeadphone:Pn,FileHeadphoneIcon:Pn,FileHeart:Vk,FileHeartIcon:Vk,FileIcon:l2,FileImage:Ek,FileImageIcon:Ek,FileInput:Xk,FileInputIcon:Xk,FileJson:Li,FileJson2:Qi,FileJson2Icon:Qi,FileJsonIcon:Li,FileKey:Ei,FileKey2:Ei,FileKey2Icon:Ei,FileKeyIcon:Ei,FileLineChart:Pi,FileLineChartIcon:Pi,FileLock:Xi,FileLock2:Xi,FileLock2Icon:Xi,FileLockIcon:Xi,FileMinus:Zk,FileMinus2:Zi,FileMinus2Icon:Zi,FileMinusCorner:Zi,FileMinusCornerIcon:Zi,FileMinusIcon:Zk,FileMusic:Dk,FileMusicIcon:Dk,FileOutput:Hk,FileOutputIcon:Hk,FilePen:Cs,FilePenIcon:Cs,FilePenLine:Di,FilePenLineIcon:Di,FilePieChart:Ai,FilePieChartIcon:Ai,FilePlay:Hi,FilePlayIcon:Hi,FilePlus:h1,FilePlus2:Ui,FilePlus2Icon:Ui,FilePlusCorner:Ui,FilePlusCornerIcon:Ui,FilePlusIcon:h1,FileQuestion:Gi,FileQuestionIcon:Gi,FileQuestionMark:Gi,FileQuestionMarkIcon:Gi,FileScan:Uk,FileScanIcon:Uk,FileSearch:Gk,FileSearch2:Bi,FileSearch2Icon:Bi,FileSearchCorner:Bi,FileSearchCornerIcon:Bi,FileSearchIcon:Gk,FileSignal:Wi,FileSignalIcon:Wi,FileSignature:Di,FileSignatureIcon:Di,FileSliders:Bk,FileSlidersIcon:Bk,FileSpreadsheet:Wk,FileSpreadsheetIcon:Wk,FileStack:Yk,FileStackIcon:Yk,FileSymlink:Kk,FileSymlinkIcon:Kk,FileTerminal:Fk,FileTerminalIcon:Fk,FileText:za,FileTextIcon:za,FileType:Jk,FileType2:Yi,FileType2Icon:Yi,FileTypeCorner:Yi,FileTypeCornerIcon:Yi,FileTypeIcon:Jk,FileUp:e4,FileUpIcon:e4,FileUser:t4,FileUserIcon:t4,FileVideo:Hi,FileVideo2:Fi,FileVideo2Icon:Fi,FileVideoCamera:Fi,FileVideoCameraIcon:Fi,FileVideoIcon:Hi,FileVolume:a4,FileVolume2:Wi,FileVolume2Icon:Wi,FileVolumeIcon:a4,FileWarning:Vi,FileWarningIcon:Vi,FileX:n4,FileX2:Ki,FileX2Icon:Ki,FileXCorner:Ki,FileXCornerIcon:Ki,FileXIcon:n4,Files:s4,FilesIcon:s4,Film:o4,FilmIcon:o4,Filter:nr,FilterIcon:nr,FilterX:ar,FilterXIcon:ar,Fingerprint:Ji,FingerprintIcon:Ji,FingerprintPattern:Ji,FingerprintPatternIcon:Ji,FireExtinguisher:c4,FireExtinguisherIcon:c4,Fish:l4,FishIcon:l4,FishOff:i4,FishOffIcon:i4,FishSymbol:r4,FishSymbolIcon:r4,FishingHook:d4,FishingHookIcon:d4,FishingRod:h4,FishingRodIcon:h4,Flag:m4,FlagIcon:m4,FlagOff:u4,FlagOffIcon:u4,FlagTriangleLeft:p4,FlagTriangleLeftIcon:p4,FlagTriangleRight:f4,FlagTriangleRightIcon:f4,Flame:d2,FlameIcon:d2,FlameKindling:x4,FlameKindlingIcon:x4,Flashlight:O4,FlashlightIcon:O4,FlashlightOff:y4,FlashlightOffIcon:y4,FlaskConical:v4,FlaskConicalIcon:v4,FlaskConicalOff:g4,FlaskConicalOffIcon:g4,FlaskRound:k4,FlaskRoundIcon:k4,FlipHorizontal:al,FlipHorizontal2:b4,FlipHorizontal2Icon:b4,FlipHorizontalIcon:al,FlipVertical:nl,FlipVertical2:M4,FlipVertical2Icon:M4,FlipVerticalIcon:nl,Flower:j4,Flower2:w4,Flower2Icon:w4,FlowerIcon:j4,Focus:S4,FocusIcon:S4,FoldHorizontal:N4,FoldHorizontalIcon:N4,FoldVertical:_4,FoldVerticalIcon:_4,Folder:Ld,FolderArchive:$4,FolderArchiveIcon:$4,FolderCheck:C4,FolderCheckIcon:C4,FolderClock:Q4,FolderClockIcon:Q4,FolderClosed:Qd,FolderClosedIcon:Qd,FolderCode:L4,FolderCodeIcon:L4,FolderCog:er,FolderCog2:er,FolderCog2Icon:er,FolderCogIcon:er,FolderDot:z4,FolderDotIcon:z4,FolderDown:T4,FolderDownIcon:T4,FolderEdit:tr,FolderEditIcon:tr,FolderGit:A4,FolderGit2:P4,FolderGit2Icon:P4,FolderGitIcon:A4,FolderHeart:q4,FolderHeartIcon:q4,FolderIcon:Ld,FolderInput:I4,FolderInputIcon:I4,FolderKanban:R4,FolderKanbanIcon:R4,FolderKey:V4,FolderKeyIcon:V4,FolderLock:E4,FolderLockIcon:E4,FolderMinus:X4,FolderMinusIcon:X4,FolderOpen:Ft,FolderOpenDot:Z4,FolderOpenDotIcon:Z4,FolderOpenIcon:Ft,FolderOutput:D4,FolderOutputIcon:D4,FolderPen:tr,FolderPenIcon:tr,FolderPlus:u1,FolderPlusIcon:u1,FolderRoot:H4,FolderRootIcon:H4,FolderSearch:p1,FolderSearch2:U4,FolderSearch2Icon:U4,FolderSearchIcon:p1,FolderSymlink:G4,FolderSymlinkIcon:G4,FolderSync:B4,FolderSyncIcon:B4,FolderTree:W4,FolderTreeIcon:W4,FolderUp:Y4,FolderUpIcon:Y4,FolderX:F4,FolderXIcon:F4,Folders:K4,FoldersIcon:K4,Footprints:J4,FootprintsIcon:J4,ForkKnife:c1,ForkKnifeCrossed:o1,ForkKnifeCrossedIcon:o1,ForkKnifeIcon:c1,Forklift:e3,ForkliftIcon:e3,Form:t3,FormIcon:t3,FormInput:zr,FormInputIcon:zr,Forward:a3,ForwardIcon:a3,Frame:n3,FrameIcon:n3,Frown:o3,FrownIcon:o3,Fuel:s3,FuelIcon:s3,Fullscreen:c3,FullscreenIcon:c3,FunctionSquare:xl,FunctionSquareIcon:xl,Funnel:nr,FunnelIcon:nr,FunnelPlus:i3,FunnelPlusIcon:i3,FunnelX:ar,FunnelXIcon:ar,GalleryHorizontal:l3,GalleryHorizontalEnd:r3,GalleryHorizontalEndIcon:r3,GalleryHorizontalIcon:l3,GalleryThumbnails:d3,GalleryThumbnailsIcon:d3,GalleryVertical:u3,GalleryVerticalEnd:h3,GalleryVerticalEndIcon:h3,GalleryVerticalIcon:u3,Gamepad:f3,Gamepad2:f1,Gamepad2Icon:f1,GamepadDirectional:p3,GamepadDirectionalIcon:p3,GamepadIcon:f3,GanttChart:Dc,GanttChartIcon:Dc,GanttChartSquare:Rn,GanttChartSquareIcon:Rn,Gauge:zd,GaugeCircle:oi,GaugeCircleIcon:oi,GaugeIcon:zd,Gavel:m3,GavelIcon:m3,Gem:x3,GemIcon:x3,GeorgianLari:y3,GeorgianLariIcon:y3,Ghost:O3,GhostIcon:O3,Gift:g3,GiftIcon:g3,GitBranch:Yn,GitBranchIcon:Yn,GitBranchMinus:v3,GitBranchMinusIcon:v3,GitBranchPlus:k3,GitBranchPlusIcon:k3,GitCommit:sr,GitCommitHorizontal:sr,GitCommitHorizontalIcon:sr,GitCommitIcon:sr,GitCommitVertical:b3,GitCommitVerticalIcon:b3,GitCompare:w3,GitCompareArrows:M3,GitCompareArrowsIcon:M3,GitCompareIcon:w3,GitFork:j3,GitForkIcon:j3,GitGraph:S3,GitGraphIcon:S3,GitMerge:_3,GitMergeConflict:N3,GitMergeConflictIcon:N3,GitMergeIcon:_3,GitPullRequest:T3,GitPullRequestArrow:$3,GitPullRequestArrowIcon:$3,GitPullRequestClosed:C3,GitPullRequestClosedIcon:C3,GitPullRequestCreate:Q3,GitPullRequestCreateArrow:L3,GitPullRequestCreateArrowIcon:L3,GitPullRequestCreateIcon:Q3,GitPullRequestDraft:z3,GitPullRequestDraftIcon:z3,GitPullRequestIcon:T3,GlassWater:A3,GlassWaterIcon:A3,Glasses:P3,GlassesIcon:P3,Globe:Pa,Globe2:Si,Globe2Icon:Si,GlobeIcon:Pa,GlobeLock:q3,GlobeLockIcon:q3,GlobeOff:I3,GlobeOffIcon:I3,GlobeX:R3,GlobeXIcon:R3,Goal:V3,GoalIcon:V3,Gpu:E3,GpuIcon:E3,Grab:lr,GrabIcon:lr,GraduationCap:X3,GraduationCapIcon:X3,Grape:Z3,GrapeIcon:Z3,Grid:An,Grid2X2:rr,Grid2X2Check:or,Grid2X2CheckIcon:or,Grid2X2Icon:rr,Grid2X2Plus:cr,Grid2X2PlusIcon:cr,Grid2X2X:ir,Grid2X2XIcon:ir,Grid2x2:rr,Grid2x2Check:or,Grid2x2CheckIcon:or,Grid2x2Icon:rr,Grid2x2Plus:cr,Grid2x2PlusIcon:cr,Grid2x2X:ir,Grid2x2XIcon:ir,Grid3X3:An,Grid3X3Icon:An,Grid3x2:D3,Grid3x2Icon:D3,Grid3x3:An,Grid3x3Icon:An,GridIcon:An,Grip:U3,GripHorizontal:h2,GripHorizontalIcon:h2,GripIcon:U3,GripVertical:H3,GripVerticalIcon:H3,Group:G3,GroupIcon:G3,Guitar:W3,GuitarIcon:W3,Ham:B3,HamIcon:B3,Hamburger:Y3,HamburgerIcon:Y3,Hammer:F3,HammerIcon:F3,Hand:sv,HandCoins:K3,HandCoinsIcon:K3,HandFist:J3,HandFistIcon:J3,HandGrab:lr,HandGrabIcon:lr,HandHeart:ev,HandHeartIcon:ev,HandHelping:dr,HandHelpingIcon:dr,HandIcon:sv,HandMetal:tv,HandMetalIcon:tv,HandPlatter:av,HandPlatterIcon:av,Handbag:nv,HandbagIcon:nv,Handshake:ov,HandshakeIcon:ov,HardDrive:Io,HardDriveDownload:cv,HardDriveDownloadIcon:cv,HardDriveIcon:Io,HardDriveUpload:iv,HardDriveUploadIcon:iv,HardHat:rv,HardHatIcon:rv,Hash:lv,HashIcon:lv,HatGlasses:dv,HatGlassesIcon:dv,Haze:hv,HazeIcon:hv,Hd:uv,HdIcon:uv,HdmiPort:pv,HdmiPortIcon:pv,Heading:kv,Heading1:mv,Heading1Icon:mv,Heading2:fv,Heading2Icon:fv,Heading3:yv,Heading3Icon:yv,Heading4:xv,Heading4Icon:xv,Heading5:Ov,Heading5Icon:Ov,Heading6:gv,Heading6Icon:gv,HeadingIcon:kv,HeadphoneOff:vv,HeadphoneOffIcon:vv,Headphones:u2,HeadphonesIcon:u2,Headset:bv,HeadsetIcon:bv,Heart:p2,HeartCrack:Mv,HeartCrackIcon:Mv,HeartHandshake:wv,HeartHandshakeIcon:wv,HeartIcon:p2,HeartMinus:jv,HeartMinusIcon:jv,HeartOff:Sv,HeartOffIcon:Sv,HeartPlus:Nv,HeartPlusIcon:Nv,HeartPulse:_v,HeartPulseIcon:_v,Heater:$v,HeaterIcon:$v,Helicopter:Cv,HelicopterIcon:Cv,HelpCircle:Yt,HelpCircleIcon:Yt,HelpingHand:dr,HelpingHandIcon:dr,Hexagon:Qv,HexagonIcon:Qv,Highlighter:Lv,HighlighterIcon:Lv,History:zv,HistoryIcon:zv,Home:No,HomeIcon:No,Hop:Pv,HopIcon:Pv,HopOff:Tv,HopOffIcon:Tv,Hospital:Av,HospitalIcon:Av,Hotel:qv,HotelIcon:qv,Hourglass:Iv,HourglassIcon:Iv,House:No,HouseHeart:Rv,HouseHeartIcon:Rv,HouseIcon:No,HousePlug:Vv,HousePlugIcon:Vv,HousePlus:Ev,HousePlusIcon:Ev,HouseWifi:Xv,HouseWifiIcon:Xv,IceCream:ur,IceCream2:hr,IceCream2Icon:hr,IceCreamBowl:hr,IceCreamBowlIcon:hr,IceCreamCone:ur,IceCreamConeIcon:ur,IceCreamIcon:ur,Icon:QZ,IdCard:Zv,IdCardIcon:Zv,IdCardLanyard:Dv,IdCardLanyardIcon:Dv,Image:Kv,ImageDown:Hv,ImageDownIcon:Hv,ImageIcon:Kv,ImageMinus:Uv,ImageMinusIcon:Uv,ImageOff:Bv,ImageOffIcon:Bv,ImagePlay:Gv,ImagePlayIcon:Gv,ImagePlus:Wv,ImagePlusIcon:Wv,ImageUp:Yv,ImageUpIcon:Yv,ImageUpscale:Fv,ImageUpscaleIcon:Fv,Images:Jv,ImagesIcon:Jv,Import:eb,ImportIcon:eb,Inbox:ab,InboxIcon:ab,Indent:In,IndentDecrease:qn,IndentDecreaseIcon:qn,IndentIcon:In,IndentIncrease:In,IndentIncreaseIcon:In,IndianRupee:tb,IndianRupeeIcon:tb,Infinity:nb,InfinityIcon:nb,Info:Td,InfoIcon:Td,Inspect:Ml,InspectIcon:Ml,InspectionPanel:sb,InspectionPanelIcon:sb,Italic:ob,ItalicIcon:ob,IterationCcw:cb,IterationCcwIcon:cb,IterationCw:ib,IterationCwIcon:ib,JapaneseYen:rb,JapaneseYenIcon:rb,Joystick:lb,JoystickIcon:lb,Kanban:db,KanbanIcon:db,KanbanSquare:Ol,KanbanSquareDashed:hl,KanbanSquareDashedIcon:hl,KanbanSquareIcon:Ol,Kayak:hb,KayakIcon:hb,Key:On,KeyIcon:On,KeyRound:Pd,KeyRoundIcon:Pd,KeySquare:ub,KeySquareIcon:ub,Keyboard:mb,KeyboardIcon:mb,KeyboardMusic:pb,KeyboardMusicIcon:pb,KeyboardOff:fb,KeyboardOffIcon:fb,Lamp:vb,LampCeiling:xb,LampCeilingIcon:xb,LampDesk:yb,LampDeskIcon:yb,LampFloor:Ob,LampFloorIcon:Ob,LampIcon:vb,LampWallDown:gb,LampWallDownIcon:gb,LampWallUp:kb,LampWallUpIcon:kb,LandPlot:bb,LandPlotIcon:bb,Landmark:Mb,LandmarkIcon:Mb,Languages:wb,LanguagesIcon:wb,Laptop:Sb,Laptop2:pr,Laptop2Icon:pr,LaptopIcon:Sb,LaptopMinimal:pr,LaptopMinimalCheck:jb,LaptopMinimalCheckIcon:jb,LaptopMinimalIcon:pr,Lasso:_b,LassoIcon:_b,LassoSelect:Nb,LassoSelectIcon:Nb,Laugh:$b,LaughIcon:$b,Layers:Qs,Layers2:Cb,Layers2Icon:Cb,Layers3:Qs,Layers3Icon:Qs,LayersIcon:Qs,LayersPlus:Qb,LayersPlusIcon:Qb,Layout:Lr,LayoutDashboard:f2,LayoutDashboardIcon:f2,LayoutGrid:Lb,LayoutGridIcon:Lb,LayoutIcon:Lr,LayoutList:zb,LayoutListIcon:zb,LayoutPanelLeft:Tb,LayoutPanelLeftIcon:Tb,LayoutPanelTop:Pb,LayoutPanelTopIcon:Pb,LayoutTemplate:Ab,LayoutTemplateIcon:Ab,Leaf:qb,LeafIcon:qb,LeafyGreen:Ib,LeafyGreenIcon:Ib,Lectern:Rb,LecternIcon:Rb,LensConcave:Vb,LensConcaveIcon:Vb,LensConvex:Eb,LensConvexIcon:Eb,LetterText:Hl,LetterTextIcon:Hl,Library:Zb,LibraryBig:Xb,LibraryBigIcon:Xb,LibraryIcon:Zb,LibrarySquare:gl,LibrarySquareIcon:gl,LifeBuoy:Db,LifeBuoyIcon:Db,Ligature:Hb,LigatureIcon:Hb,Lightbulb:Gb,LightbulbIcon:Gb,LightbulbOff:Ub,LightbulbOffIcon:Ub,LineChart:Ec,LineChartIcon:Ec,LineDotRightHorizontal:Bb,LineDotRightHorizontalIcon:Bb,LineSquiggle:Wb,LineSquiggleIcon:Wb,LineStyle:Yb,LineStyleIcon:Yb,Link:Kb,Link2:Ro,Link2Icon:Ro,Link2Off:Fb,Link2OffIcon:Fb,LinkIcon:Kb,List:x6,ListCheck:Jb,ListCheckIcon:Jb,ListChecks:m2,ListChecksIcon:m2,ListChevronsDownUp:e6,ListChevronsDownUpIcon:e6,ListChevronsUpDown:t6,ListChevronsUpDownIcon:t6,ListCollapse:a6,ListCollapseIcon:a6,ListEnd:n6,ListEndIcon:n6,ListFilter:o6,ListFilterIcon:o6,ListFilterPlus:s6,ListFilterPlusIcon:s6,ListIcon:x6,ListIndentDecrease:qn,ListIndentDecreaseIcon:qn,ListIndentIncrease:In,ListIndentIncreaseIcon:In,ListMinus:c6,ListMinusIcon:c6,ListMusic:i6,ListMusicIcon:i6,ListOrdered:r6,ListOrderedIcon:r6,ListPlus:l6,ListPlusIcon:l6,ListRestart:d6,ListRestartIcon:d6,ListStart:h6,ListStartIcon:h6,ListTodo:u6,ListTodoIcon:u6,ListTree:p6,ListTreeIcon:p6,ListVideo:f6,ListVideoIcon:f6,ListX:m6,ListXIcon:m6,Loader:O6,Loader2:Ae,Loader2Icon:Ae,LoaderCircle:Ae,LoaderCircleIcon:Ae,LoaderIcon:O6,LoaderPinwheel:y6,LoaderPinwheelIcon:y6,Locate:v6,LocateFixed:g6,LocateFixedIcon:g6,LocateIcon:v6,LocateOff:k6,LocateOffIcon:k6,LocationEdit:yr,LocationEditIcon:yr,Lock:x2,LockIcon:x2,LockKeyhole:b6,LockKeyholeIcon:b6,LockKeyholeOpen:fr,LockKeyholeOpenIcon:fr,LockOpen:mr,LockOpenIcon:mr,LogIn:Vo,LogInIcon:Vo,LogOut:y2,LogOutIcon:y2,Logs:M6,LogsIcon:M6,Lollipop:w6,LollipopIcon:w6,LucideAArrowDown:Ru,LucideAArrowUp:Vu,LucideALargeSmall:Xu,LucideAccessibility:Eu,LucideActivity:Ps,LucideActivitySquare:Er,LucideAirVent:Zu,LucideAirplay:Du,LucideAlarmCheck:Oc,LucideAlarmClock:Uu,LucideAlarmClockCheck:Oc,LucideAlarmClockMinus:gc,LucideAlarmClockOff:Hu,LucideAlarmClockPlus:kc,LucideAlarmMinus:gc,LucideAlarmPlus:kc,LucideAlarmSmoke:Gu,LucideAlbum:Bu,LucideAlertCircle:jt,LucideAlertOctagon:vr,LucideAlertTriangle:Pt,LucideAlignCenter:Xl,LucideAlignCenterHorizontal:Wu,LucideAlignCenterVertical:Yu,LucideAlignEndHorizontal:Fu,LucideAlignEndVertical:Ku,LucideAlignHorizontalDistributeCenter:Ju,LucideAlignHorizontalDistributeEnd:ep,LucideAlignHorizontalDistributeStart:ap,LucideAlignHorizontalJustifyCenter:tp,LucideAlignHorizontalJustifyEnd:np,LucideAlignHorizontalJustifyStart:sp,LucideAlignHorizontalSpaceAround:cp,LucideAlignHorizontalSpaceBetween:op,LucideAlignJustify:Dl,LucideAlignLeft:Vn,LucideAlignRight:Zl,LucideAlignStartHorizontal:ip,LucideAlignStartVertical:rp,LucideAlignVerticalDistributeCenter:lp,LucideAlignVerticalDistributeEnd:dp,LucideAlignVerticalDistributeStart:hp,LucideAlignVerticalJustifyCenter:up,LucideAlignVerticalJustifyEnd:pp,LucideAlignVerticalJustifyStart:fp,LucideAlignVerticalSpaceAround:mp,LucideAlignVerticalSpaceBetween:xp,LucideAmbulance:yp,LucideAmpersand:Op,LucideAmpersands:gp,LucideAmphora:kp,LucideAnchor:vp,LucideAngry:bp,LucideAnnoyed:Mp,LucideAntenna:wp,LucideAnvil:jp,LucideAperture:Sp,LucideAppWindow:_p,LucideAppWindowMac:Np,LucideApple:$p,LucideArchive:Lp,LucideArchiveRestore:Cp,LucideArchiveX:Qp,LucideAreaChart:Pc,LucideArmchair:zp,LucideArrowBigDown:Pp,LucideArrowBigDownDash:Tp,LucideArrowBigLeft:qp,LucideArrowBigLeftDash:Ap,LucideArrowBigRight:Rp,LucideArrowBigRightDash:Ip,LucideArrowBigUp:Ep,LucideArrowBigUpDash:Vp,LucideArrowDown:Yp,LucideArrowDown01:Xp,LucideArrowDown10:Zp,LucideArrowDownAZ:vc,LucideArrowDownAz:vc,LucideArrowDownCircle:Gc,LucideArrowDownFromLine:Dp,LucideArrowDownLeft:J0,LucideArrowDownLeftFromCircle:Bc,LucideArrowDownLeftFromSquare:Ur,LucideArrowDownLeftSquare:Zr,LucideArrowDownNarrowWide:Hp,LucideArrowDownRight:Up,LucideArrowDownRightFromCircle:Yc,LucideArrowDownRightFromSquare:Br,LucideArrowDownRightSquare:Xr,LucideArrowDownSquare:Dr,LucideArrowDownToDot:Gp,LucideArrowDownToLine:Bp,LucideArrowDownUp:Wp,LucideArrowDownWideNarrow:bc,LucideArrowDownZA:Mc,LucideArrowDownZa:Mc,LucideArrowLeft:Nd,LucideArrowLeftCircle:Wc,LucideArrowLeftFromLine:Fp,LucideArrowLeftRight:Kp,LucideArrowLeftSquare:Hr,LucideArrowLeftToLine:ef,LucideArrowRight:_d,LucideArrowRightCircle:Jc,LucideArrowRightFromLine:Jp,LucideArrowRightLeft:tf,LucideArrowRightSquare:Yr,LucideArrowRightToLine:af,LucideArrowUp:t2,LucideArrowUp01:nf,LucideArrowUp10:sf,LucideArrowUpAZ:wc,LucideArrowUpAz:wc,LucideArrowUpCircle:So,LucideArrowUpDown:of,LucideArrowUpFromDot:cf,LucideArrowUpFromLine:rf,LucideArrowUpLeft:lf,LucideArrowUpLeftFromCircle:Fc,LucideArrowUpLeftFromSquare:Gr,LucideArrowUpLeftSquare:Fr,LucideArrowUpNarrowWide:jc,LucideArrowUpRight:e2,LucideArrowUpRightFromCircle:Kc,LucideArrowUpRightFromSquare:Wr,LucideArrowUpRightSquare:Kr,LucideArrowUpSquare:Jr,LucideArrowUpToLine:df,LucideArrowUpWideNarrow:hf,LucideArrowUpZA:Sc,LucideArrowUpZa:Sc,LucideArrowsUpFromLine:uf,LucideAsterisk:pf,LucideAsteriskSquare:el,LucideAtSign:ff,LucideAtom:mf,LucideAudioLines:xf,LucideAudioWaveform:yf,LucideAward:Of,LucideAxe:gf,LucideAxis3D:Nc,LucideAxis3d:Nc,LucideBaby:kf,LucideBackpack:vf,LucideBadge:Af,LucideBadgeAlert:bf,LucideBadgeCent:Mf,LucideBadgeCheck:_c,LucideBadgeDollarSign:wf,LucideBadgeEuro:jf,LucideBadgeHelp:$c,LucideBadgeIndianRupee:Sf,LucideBadgeInfo:Nf,LucideBadgeJapaneseYen:_f,LucideBadgeMinus:$f,LucideBadgePercent:Qf,LucideBadgePlus:Cf,LucideBadgePoundSterling:Lf,LucideBadgeQuestionMark:$c,LucideBadgeRussianRuble:zf,LucideBadgeSwissFranc:Tf,LucideBadgeTurkishLira:Pf,LucideBadgeX:qf,LucideBaggageClaim:If,LucideBalloon:Rf,LucideBan:Vf,LucideBanana:Ef,LucideBandage:Xf,LucideBanknote:Uf,LucideBanknoteArrowDown:Zf,LucideBanknoteArrowUp:Df,LucideBanknoteX:Hf,LucideBarChart:Xc,LucideBarChart2:Zc,LucideBarChart3:$s,LucideBarChart4:Vc,LucideBarChartBig:Rc,LucideBarChartHorizontal:qc,LucideBarChartHorizontalBig:Ac,LucideBarcode:Gf,LucideBarrel:Bf,LucideBaseline:Wf,LucideBath:Yf,LucideBattery:nm,LucideBatteryCharging:Ff,LucideBatteryFull:Kf,LucideBatteryLow:Jf,LucideBatteryMedium:em,LucideBatteryPlus:am,LucideBatteryWarning:tm,LucideBeaker:sm,LucideBean:im,LucideBeanOff:om,LucideBed:lm,LucideBedDouble:cm,LucideBedSingle:rm,LucideBeef:hm,LucideBeefOff:dm,LucideBeer:um,LucideBeerOff:pm,LucideBell:km,LucideBellDot:fm,LucideBellElectric:mm,LucideBellMinus:xm,LucideBellOff:ym,LucideBellPlus:Om,LucideBellRing:gm,LucideBetweenHorizonalEnd:Cc,LucideBetweenHorizonalStart:Qc,LucideBetweenHorizontalEnd:Cc,LucideBetweenHorizontalStart:Qc,LucideBetweenVerticalEnd:vm,LucideBetweenVerticalStart:bm,LucideBicepsFlexed:Mm,LucideBike:wm,LucideBinary:jm,LucideBinoculars:Nm,LucideBiohazard:Sm,LucideBird:_m,LucideBirdhouse:$m,LucideBitcoin:Cm,LucideBlend:Qm,LucideBlinds:Lm,LucideBlocks:zm,LucideBluetooth:qm,LucideBluetoothConnected:Tm,LucideBluetoothOff:Pm,LucideBluetoothSearching:Am,LucideBold:Im,LucideBolt:Rm,LucideBomb:a2,LucideBone:Vm,LucideBook:dx,LucideBookA:Em,LucideBookAlert:Xm,LucideBookAudio:Zm,LucideBookCheck:Dm,LucideBookCopy:Hm,LucideBookDashed:Lc,LucideBookDown:Um,LucideBookHeadphones:Gm,LucideBookHeart:Bm,LucideBookImage:Wm,LucideBookKey:Ym,LucideBookLock:Fm,LucideBookMarked:Km,LucideBookMinus:Jm,LucideBookOpen:Po,LucideBookOpenCheck:ex,LucideBookOpenText:tx,LucideBookPlus:ax,LucideBookSearch:nx,LucideBookTemplate:Lc,LucideBookText:sx,LucideBookType:ox,LucideBookUp:ix,LucideBookUp2:cx,LucideBookUser:rx,LucideBookX:lx,LucideBookmark:mx,LucideBookmarkCheck:hx,LucideBookmarkMinus:ux,LucideBookmarkPlus:px,LucideBookmarkX:fx,LucideBoomBox:xx,LucideBot:gx,LucideBotMessageSquare:Ox,LucideBotOff:yx,LucideBottleWine:vx,LucideBowArrow:kx,LucideBox:yn,LucideBoxSelect:pl,LucideBoxes:bx,LucideBraces:zc,LucideBrackets:Mx,LucideBrain:n2,LucideBrainCircuit:wx,LucideBrainCog:jx,LucideBrickWall:_x,LucideBrickWallFire:Sx,LucideBrickWallShield:Nx,LucideBriefcase:Lx,LucideBriefcaseBusiness:$x,LucideBriefcaseConveyorBelt:Cx,LucideBriefcaseMedical:Qx,LucideBringToFront:Tx,LucideBrush:Px,LucideBrushCleaning:zx,LucideBubbles:Ax,LucideBug:Rx,LucideBugOff:qx,LucideBugPlay:Ix,LucideBuilding:Ex,LucideBuilding2:Vx,LucideBus:Zx,LucideBusFront:Xx,LucideCable:Hx,LucideCableCar:Dx,LucideCake:Gx,LucideCakeSlice:Ux,LucideCalculator:s2,LucideCalendar:Ao,LucideCalendar1:Bx,LucideCalendarArrowDown:Wx,LucideCalendarArrowUp:Yx,LucideCalendarCheck:Kx,LucideCalendarCheck2:Fx,LucideCalendarClock:Jx,LucideCalendarCog:ey,LucideCalendarDays:ty,LucideCalendarFold:ay,LucideCalendarHeart:ny,LucideCalendarMinus:oy,LucideCalendarMinus2:sy,LucideCalendarOff:cy,LucideCalendarPlus:ry,LucideCalendarPlus2:iy,LucideCalendarRange:ly,LucideCalendarSearch:hy,LucideCalendarSync:dy,LucideCalendarX:py,LucideCalendarX2:uy,LucideCalendars:fy,LucideCamera:xy,LucideCameraOff:my,LucideCandlestickChart:Ic,LucideCandy:gy,LucideCandyCane:yy,LucideCandyOff:Oy,LucideCannabis:ky,LucideCannabisOff:vy,LucideCaptions:Tc,LucideCaptionsOff:by,LucideCar:jy,LucideCarFront:wy,LucideCarTaxiFront:My,LucideCaravan:Ny,LucideCardSim:Sy,LucideCarrot:_y,LucideCaseLower:$y,LucideCaseSensitive:Cy,LucideCaseUpper:Qy,LucideCassetteTape:Ly,LucideCast:zy,LucideCastle:Ty,LucideCat:Py,LucideCctv:qy,LucideCctvOff:Ay,LucideChartArea:Pc,LucideChartBar:qc,LucideChartBarBig:Ac,LucideChartBarDecreasing:Iy,LucideChartBarIncreasing:Ry,LucideChartBarStacked:Vy,LucideChartCandlestick:Ic,LucideChartColumn:$s,LucideChartColumnBig:Rc,LucideChartColumnDecreasing:Ey,LucideChartColumnIncreasing:Vc,LucideChartColumnStacked:Xy,LucideChartGantt:Zy,LucideChartLine:Ec,LucideChartNetwork:Dy,LucideChartNoAxesColumn:Zc,LucideChartNoAxesColumnDecreasing:Hy,LucideChartNoAxesColumnIncreasing:Xc,LucideChartNoAxesCombined:Uy,LucideChartNoAxesGantt:Dc,LucideChartPie:Hc,LucideChartScatter:Uc,LucideChartSpline:$d,LucideCheck:He,LucideCheckCheck:Gy,LucideCheckCircle:ta,LucideCheckCircle2:hn,LucideCheckLine:By,LucideCheckSquare:sl,LucideCheckSquare2:ol,LucideChefHat:Wy,LucideCherry:Yy,LucideChessBishop:Fy,LucideChessKing:Ky,LucideChessKnight:Jy,LucideChessPawn:eO,LucideChessQueen:aO,LucideChessRook:tO,LucideChevronDown:At,LucideChevronDownCircle:ei,LucideChevronDownSquare:il,LucideChevronFirst:nO,LucideChevronLast:sO,LucideChevronLeft:As,LucideChevronLeftCircle:ti,LucideChevronLeftSquare:cl,LucideChevronRight:qt,LucideChevronRightCircle:ai,LucideChevronRightSquare:rl,LucideChevronUp:o2,LucideChevronUpCircle:ni,LucideChevronUpSquare:ll,LucideChevronsDown:cO,LucideChevronsDownUp:oO,LucideChevronsLeft:lO,LucideChevronsLeftRight:rO,LucideChevronsLeftRightEllipsis:iO,LucideChevronsRight:hO,LucideChevronsRightLeft:dO,LucideChevronsUp:pO,LucideChevronsUpDown:uO,LucideChurch:fO,LucideCigarette:xO,LucideCigaretteOff:mO,LucideCircle:QO,LucideCircleAlert:jt,LucideCircleArrowDown:Gc,LucideCircleArrowLeft:Wc,LucideCircleArrowOutDownLeft:Bc,LucideCircleArrowOutDownRight:Yc,LucideCircleArrowOutUpLeft:Fc,LucideCircleArrowOutUpRight:Kc,LucideCircleArrowRight:Jc,LucideCircleArrowUp:So,LucideCircleCheck:hn,LucideCircleCheckBig:ta,LucideCircleChevronDown:ei,LucideCircleChevronLeft:ti,LucideCircleChevronRight:ai,LucideCircleChevronUp:ni,LucideCircleDashed:yO,LucideCircleDivide:si,LucideCircleDollarSign:OO,LucideCircleDot:kO,LucideCircleDotDashed:gO,LucideCircleEllipsis:vO,LucideCircleEqual:bO,LucideCircleFadingArrowUp:MO,LucideCircleFadingPlus:wO,LucideCircleGauge:oi,LucideCircleHelp:Yt,LucideCircleMinus:ci,LucideCircleOff:jO,LucideCircleParking:ri,LucideCircleParkingOff:ii,LucideCirclePause:li,LucideCirclePercent:di,LucideCirclePile:SO,LucideCirclePlay:hi,LucideCirclePlus:ui,LucideCirclePoundSterling:NO,LucideCirclePower:pi,LucideCircleQuestionMark:Yt,LucideCircleSlash:_O,LucideCircleSlash2:fi,LucideCircleSlashed:fi,LucideCircleSmall:$O,LucideCircleStar:CO,LucideCircleStop:mi,LucideCircleUser:yi,LucideCircleUserRound:xi,LucideCircleX:un,LucideCircuitBoard:LO,LucideCitrus:zO,LucideClapperboard:TO,LucideClipboard:HO,LucideClipboardCheck:PO,LucideClipboardClock:AO,LucideClipboardCopy:qO,LucideClipboardEdit:gi,LucideClipboardList:IO,LucideClipboardMinus:RO,LucideClipboardPaste:VO,LucideClipboardPen:gi,LucideClipboardPenLine:Oi,LucideClipboardPlus:EO,LucideClipboardSignature:Oi,LucideClipboardType:XO,LucideClipboardX:ZO,LucideClock:qo,LucideClock1:DO,LucideClock10:UO,LucideClock11:GO,LucideClock12:BO,LucideClock2:WO,LucideClock3:YO,LucideClock4:FO,LucideClock5:KO,LucideClock6:JO,LucideClock7:tg,LucideClock8:eg,LucideClock9:ag,LucideClockAlert:ng,LucideClockArrowDown:sg,LucideClockArrowUp:og,LucideClockCheck:ig,LucideClockFading:cg,LucideClockPlus:rg,LucideClosedCaption:lg,LucideCloud:Cd,LucideCloudAlert:dg,LucideCloudBackup:hg,LucideCloudCheck:ug,LucideCloudCog:pg,LucideCloudDownload:ki,LucideCloudDrizzle:fg,LucideCloudFog:mg,LucideCloudHail:xg,LucideCloudLightning:yg,LucideCloudMoon:gg,LucideCloudMoonRain:Og,LucideCloudOff:kg,LucideCloudRain:bg,LucideCloudRainWind:vg,LucideCloudSnow:Mg,LucideCloudSun:jg,LucideCloudSunRain:wg,LucideCloudSync:Sg,LucideCloudUpload:vi,LucideCloudy:Ng,LucideClover:_g,LucideClub:$g,LucideCode:Cg,LucideCode2:aa,LucideCodeSquare:dl,LucideCodeXml:aa,LucideCoffee:Qg,LucideCog:Lg,LucideCoins:zg,LucideColumns:bi,LucideColumns2:bi,LucideColumns3:Mi,LucideColumns3Cog:Tn,LucideColumns4:Tg,LucideColumnsSettings:Tn,LucideCombine:Pg,LucideCommand:Ag,LucideCompass:qg,LucideComponent:Ig,LucideComputer:Rg,LucideConciergeBell:Vg,LucideCone:Eg,LucideConstruction:Xg,LucideContact:Dg,LucideContact2:wi,LucideContactRound:wi,LucideContainer:Zg,LucideContrast:Hg,LucideCookie:Ug,LucideCookingPot:Gg,LucideCopy:Gn,LucideCopyCheck:Bg,LucideCopyMinus:Wg,LucideCopyPlus:Yg,LucideCopySlash:Fg,LucideCopyX:Kg,LucideCopyleft:Jg,LucideCopyright:e5,LucideCornerDownLeft:t5,LucideCornerDownRight:a5,LucideCornerLeftDown:n5,LucideCornerLeftUp:s5,LucideCornerRightDown:o5,LucideCornerRightUp:i5,LucideCornerUpLeft:c5,LucideCornerUpRight:r5,LucideCpu:Bn,LucideCreativeCommons:l5,LucideCreditCard:d5,LucideCroissant:h5,LucideCrop:u5,LucideCross:p5,LucideCrosshair:f5,LucideCrown:m5,LucideCuboid:x5,LucideCupSoda:y5,LucideCurlyBraces:zc,LucideCurrency:O5,LucideCylinder:g5,LucideDam:k5,LucideDatabase:c2,LucideDatabaseBackup:v5,LucideDatabaseSearch:b5,LucideDatabaseZap:M5,LucideDecimalsArrowLeft:w5,LucideDecimalsArrowRight:j5,LucideDelete:S5,LucideDessert:N5,LucideDiameter:_5,LucideDiamond:Q5,LucideDiamondMinus:C5,LucideDiamondPercent:ji,LucideDiamondPlus:$5,LucideDice1:L5,LucideDice2:T5,LucideDice3:z5,LucideDice4:P5,LucideDice5:A5,LucideDice6:I5,LucideDices:q5,LucideDiff:R5,LucideDisc:Z5,LucideDisc2:V5,LucideDisc3:E5,LucideDiscAlbum:X5,LucideDivide:D5,LucideDivideCircle:si,LucideDivideSquare:fl,LucideDna:U5,LucideDnaOff:H5,LucideDock:B5,LucideDog:G5,LucideDollarSign:i2,LucideDonut:W5,LucideDoorClosed:F5,LucideDoorClosedLocked:Y5,LucideDoorOpen:K5,LucideDot:J5,LucideDotSquare:yl,LucideDownload:Ya,LucideDownloadCloud:ki,LucideDraftingCompass:ek,LucideDrama:tk,LucideDrill:nk,LucideDrone:ak,LucideDroplet:ck,LucideDropletOff:sk,LucideDroplets:ok,LucideDrum:ik,LucideDrumstick:rk,LucideDumbbell:lk,LucideEar:uk,LucideEarOff:dk,LucideEarth:Si,LucideEarthLock:hk,LucideEclipse:pk,LucideEdit:$a,LucideEdit2:$o,LucideEdit3:_o,LucideEgg:xk,LucideEggFried:fk,LucideEggOff:mk,LucideEllipse:yk,LucideEllipsis:_i,LucideEllipsisVertical:Ni,LucideEqual:kk,LucideEqualApproximately:Ok,LucideEqualNot:gk,LucideEqualSquare:ml,LucideEraser:vk,LucideEthernetPort:bk,LucideEuro:Mk,LucideEvCharger:wk,LucideExpand:jk,LucideExternalLink:Qt,LucideEye:ma,LucideEyeClosed:Sk,LucideEyeOff:Wn,LucideFactory:Nk,LucideFan:_k,LucideFastForward:$k,LucideFeather:Ck,LucideFence:Qk,LucideFerrisWheel:Lk,LucideFile:l2,LucideFileArchive:zk,LucideFileAudio:Pn,LucideFileAudio2:Pn,LucideFileAxis3D:$i,LucideFileAxis3d:$i,LucideFileBadge:Ci,LucideFileBadge2:Ci,LucideFileBarChart:zi,LucideFileBarChart2:Ti,LucideFileBox:Tk,LucideFileBraces:Li,LucideFileBracesCorner:Qi,LucideFileChartColumn:Ti,LucideFileChartColumnIncreasing:zi,LucideFileChartLine:Pi,LucideFileChartPie:Ai,LucideFileCheck:Pk,LucideFileCheck2:qi,LucideFileCheckCorner:qi,LucideFileClock:Ak,LucideFileCode:r2,LucideFileCode2:Ii,LucideFileCodeCorner:Ii,LucideFileCog:Ri,LucideFileCog2:Ri,LucideFileDiff:qk,LucideFileDigit:Ik,LucideFileDown:Rk,LucideFileEdit:Cs,LucideFileExclamationPoint:Vi,LucideFileHeadphone:Pn,LucideFileHeart:Vk,LucideFileImage:Ek,LucideFileInput:Xk,LucideFileJson:Li,LucideFileJson2:Qi,LucideFileKey:Ei,LucideFileKey2:Ei,LucideFileLineChart:Pi,LucideFileLock:Xi,LucideFileLock2:Xi,LucideFileMinus:Zk,LucideFileMinus2:Zi,LucideFileMinusCorner:Zi,LucideFileMusic:Dk,LucideFileOutput:Hk,LucideFilePen:Cs,LucideFilePenLine:Di,LucideFilePieChart:Ai,LucideFilePlay:Hi,LucideFilePlus:h1,LucideFilePlus2:Ui,LucideFilePlusCorner:Ui,LucideFileQuestion:Gi,LucideFileQuestionMark:Gi,LucideFileScan:Uk,LucideFileSearch:Gk,LucideFileSearch2:Bi,LucideFileSearchCorner:Bi,LucideFileSignal:Wi,LucideFileSignature:Di,LucideFileSliders:Bk,LucideFileSpreadsheet:Wk,LucideFileStack:Yk,LucideFileSymlink:Kk,LucideFileTerminal:Fk,LucideFileText:za,LucideFileType:Jk,LucideFileType2:Yi,LucideFileTypeCorner:Yi,LucideFileUp:e4,LucideFileUser:t4,LucideFileVideo:Hi,LucideFileVideo2:Fi,LucideFileVideoCamera:Fi,LucideFileVolume:a4,LucideFileVolume2:Wi,LucideFileWarning:Vi,LucideFileX:n4,LucideFileX2:Ki,LucideFileXCorner:Ki,LucideFiles:s4,LucideFilm:o4,LucideFilter:nr,LucideFilterX:ar,LucideFingerprint:Ji,LucideFingerprintPattern:Ji,LucideFireExtinguisher:c4,LucideFish:l4,LucideFishOff:i4,LucideFishSymbol:r4,LucideFishingHook:d4,LucideFishingRod:h4,LucideFlag:m4,LucideFlagOff:u4,LucideFlagTriangleLeft:p4,LucideFlagTriangleRight:f4,LucideFlame:d2,LucideFlameKindling:x4,LucideFlashlight:O4,LucideFlashlightOff:y4,LucideFlaskConical:v4,LucideFlaskConicalOff:g4,LucideFlaskRound:k4,LucideFlipHorizontal:al,LucideFlipHorizontal2:b4,LucideFlipVertical:nl,LucideFlipVertical2:M4,LucideFlower:j4,LucideFlower2:w4,LucideFocus:S4,LucideFoldHorizontal:N4,LucideFoldVertical:_4,LucideFolder:Ld,LucideFolderArchive:$4,LucideFolderCheck:C4,LucideFolderClock:Q4,LucideFolderClosed:Qd,LucideFolderCode:L4,LucideFolderCog:er,LucideFolderCog2:er,LucideFolderDot:z4,LucideFolderDown:T4,LucideFolderEdit:tr,LucideFolderGit:A4,LucideFolderGit2:P4,LucideFolderHeart:q4,LucideFolderInput:I4,LucideFolderKanban:R4,LucideFolderKey:V4,LucideFolderLock:E4,LucideFolderMinus:X4,LucideFolderOpen:Ft,LucideFolderOpenDot:Z4,LucideFolderOutput:D4,LucideFolderPen:tr,LucideFolderPlus:u1,LucideFolderRoot:H4,LucideFolderSearch:p1,LucideFolderSearch2:U4,LucideFolderSymlink:G4,LucideFolderSync:B4,LucideFolderTree:W4,LucideFolderUp:Y4,LucideFolderX:F4,LucideFolders:K4,LucideFootprints:J4,LucideForkKnife:c1,LucideForkKnifeCrossed:o1,LucideForklift:e3,LucideForm:t3,LucideFormInput:zr,LucideForward:a3,LucideFrame:n3,LucideFrown:o3,LucideFuel:s3,LucideFullscreen:c3,LucideFunctionSquare:xl,LucideFunnel:nr,LucideFunnelPlus:i3,LucideFunnelX:ar,LucideGalleryHorizontal:l3,LucideGalleryHorizontalEnd:r3,LucideGalleryThumbnails:d3,LucideGalleryVertical:u3,LucideGalleryVerticalEnd:h3,LucideGamepad:f3,LucideGamepad2:f1,LucideGamepadDirectional:p3,LucideGanttChart:Dc,LucideGanttChartSquare:Rn,LucideGauge:zd,LucideGaugeCircle:oi,LucideGavel:m3,LucideGem:x3,LucideGeorgianLari:y3,LucideGhost:O3,LucideGift:g3,LucideGitBranch:Yn,LucideGitBranchMinus:v3,LucideGitBranchPlus:k3,LucideGitCommit:sr,LucideGitCommitHorizontal:sr,LucideGitCommitVertical:b3,LucideGitCompare:w3,LucideGitCompareArrows:M3,LucideGitFork:j3,LucideGitGraph:S3,LucideGitMerge:_3,LucideGitMergeConflict:N3,LucideGitPullRequest:T3,LucideGitPullRequestArrow:$3,LucideGitPullRequestClosed:C3,LucideGitPullRequestCreate:Q3,LucideGitPullRequestCreateArrow:L3,LucideGitPullRequestDraft:z3,LucideGlassWater:A3,LucideGlasses:P3,LucideGlobe:Pa,LucideGlobe2:Si,LucideGlobeLock:q3,LucideGlobeOff:I3,LucideGlobeX:R3,LucideGoal:V3,LucideGpu:E3,LucideGrab:lr,LucideGraduationCap:X3,LucideGrape:Z3,LucideGrid:An,LucideGrid2X2:rr,LucideGrid2X2Check:or,LucideGrid2X2Plus:cr,LucideGrid2X2X:ir,LucideGrid2x2:rr,LucideGrid2x2Check:or,LucideGrid2x2Plus:cr,LucideGrid2x2X:ir,LucideGrid3X3:An,LucideGrid3x2:D3,LucideGrid3x3:An,LucideGrip:U3,LucideGripHorizontal:h2,LucideGripVertical:H3,LucideGroup:G3,LucideGuitar:W3,LucideHam:B3,LucideHamburger:Y3,LucideHammer:F3,LucideHand:sv,LucideHandCoins:K3,LucideHandFist:J3,LucideHandGrab:lr,LucideHandHeart:ev,LucideHandHelping:dr,LucideHandMetal:tv,LucideHandPlatter:av,LucideHandbag:nv,LucideHandshake:ov,LucideHardDrive:Io,LucideHardDriveDownload:cv,LucideHardDriveUpload:iv,LucideHardHat:rv,LucideHash:lv,LucideHatGlasses:dv,LucideHaze:hv,LucideHd:uv,LucideHdmiPort:pv,LucideHeading:kv,LucideHeading1:mv,LucideHeading2:fv,LucideHeading3:yv,LucideHeading4:xv,LucideHeading5:Ov,LucideHeading6:gv,LucideHeadphoneOff:vv,LucideHeadphones:u2,LucideHeadset:bv,LucideHeart:p2,LucideHeartCrack:Mv,LucideHeartHandshake:wv,LucideHeartMinus:jv,LucideHeartOff:Sv,LucideHeartPlus:Nv,LucideHeartPulse:_v,LucideHeater:$v,LucideHelicopter:Cv,LucideHelpCircle:Yt,LucideHelpingHand:dr,LucideHexagon:Qv,LucideHighlighter:Lv,LucideHistory:zv,LucideHome:No,LucideHop:Pv,LucideHopOff:Tv,LucideHospital:Av,LucideHotel:qv,LucideHourglass:Iv,LucideHouse:No,LucideHouseHeart:Rv,LucideHousePlug:Vv,LucideHousePlus:Ev,LucideHouseWifi:Xv,LucideIceCream:ur,LucideIceCream2:hr,LucideIceCreamBowl:hr,LucideIceCreamCone:ur,LucideIdCard:Zv,LucideIdCardLanyard:Dv,LucideImage:Kv,LucideImageDown:Hv,LucideImageMinus:Uv,LucideImageOff:Bv,LucideImagePlay:Gv,LucideImagePlus:Wv,LucideImageUp:Yv,LucideImageUpscale:Fv,LucideImages:Jv,LucideImport:eb,LucideInbox:ab,LucideIndent:In,LucideIndentDecrease:qn,LucideIndentIncrease:In,LucideIndianRupee:tb,LucideInfinity:nb,LucideInfo:Td,LucideInspect:Ml,LucideInspectionPanel:sb,LucideItalic:ob,LucideIterationCcw:cb,LucideIterationCw:ib,LucideJapaneseYen:rb,LucideJoystick:lb,LucideKanban:db,LucideKanbanSquare:Ol,LucideKanbanSquareDashed:hl,LucideKayak:hb,LucideKey:On,LucideKeyRound:Pd,LucideKeySquare:ub,LucideKeyboard:mb,LucideKeyboardMusic:pb,LucideKeyboardOff:fb,LucideLamp:vb,LucideLampCeiling:xb,LucideLampDesk:yb,LucideLampFloor:Ob,LucideLampWallDown:gb,LucideLampWallUp:kb,LucideLandPlot:bb,LucideLandmark:Mb,LucideLanguages:wb,LucideLaptop:Sb,LucideLaptop2:pr,LucideLaptopMinimal:pr,LucideLaptopMinimalCheck:jb,LucideLasso:_b,LucideLassoSelect:Nb,LucideLaugh:$b,LucideLayers:Qs,LucideLayers2:Cb,LucideLayers3:Qs,LucideLayersPlus:Qb,LucideLayout:Lr,LucideLayoutDashboard:f2,LucideLayoutGrid:Lb,LucideLayoutList:zb,LucideLayoutPanelLeft:Tb,LucideLayoutPanelTop:Pb,LucideLayoutTemplate:Ab,LucideLeaf:qb,LucideLeafyGreen:Ib,LucideLectern:Rb,LucideLensConcave:Vb,LucideLensConvex:Eb,LucideLetterText:Hl,LucideLibrary:Zb,LucideLibraryBig:Xb,LucideLibrarySquare:gl,LucideLifeBuoy:Db,LucideLigature:Hb,LucideLightbulb:Gb,LucideLightbulbOff:Ub,LucideLineChart:Ec,LucideLineDotRightHorizontal:Bb,LucideLineSquiggle:Wb,LucideLineStyle:Yb,LucideLink:Kb,LucideLink2:Ro,LucideLink2Off:Fb,LucideList:x6,LucideListCheck:Jb,LucideListChecks:m2,LucideListChevronsDownUp:e6,LucideListChevronsUpDown:t6,LucideListCollapse:a6,LucideListEnd:n6,LucideListFilter:o6,LucideListFilterPlus:s6,LucideListIndentDecrease:qn,LucideListIndentIncrease:In,LucideListMinus:c6,LucideListMusic:i6,LucideListOrdered:r6,LucideListPlus:l6,LucideListRestart:d6,LucideListStart:h6,LucideListTodo:u6,LucideListTree:p6,LucideListVideo:f6,LucideListX:m6,LucideLoader:O6,LucideLoader2:Ae,LucideLoaderCircle:Ae,LucideLoaderPinwheel:y6,LucideLocate:v6,LucideLocateFixed:g6,LucideLocateOff:k6,LucideLocationEdit:yr,LucideLock:x2,LucideLockKeyhole:b6,LucideLockKeyholeOpen:fr,LucideLockOpen:mr,LucideLogIn:Vo,LucideLogOut:y2,LucideLogs:M6,LucideLollipop:w6,LucideLuggage:j6,LucideMSquare:kl,LucideMagnet:S6,LucideMail:T6,LucideMailCheck:_6,LucideMailMinus:N6,LucideMailOpen:$6,LucideMailPlus:C6,LucideMailQuestion:xr,LucideMailQuestionMark:xr,LucideMailSearch:Q6,LucideMailWarning:L6,LucideMailX:z6,LucideMailbox:P6,LucideMails:A6,LucideMap:O2,LucideMapMinus:q6,LucideMapPin:W6,LucideMapPinCheck:R6,LucideMapPinCheckInside:I6,LucideMapPinHouse:V6,LucideMapPinMinus:X6,LucideMapPinMinusInside:E6,LucideMapPinOff:Z6,LucideMapPinPen:yr,LucideMapPinPlus:H6,LucideMapPinPlusInside:D6,LucideMapPinSearch:U6,LucideMapPinX:B6,LucideMapPinXInside:G6,LucideMapPinned:Y6,LucideMapPlus:F6,LucideMars:J6,LucideMarsStroke:K6,LucideMartini:e8,LucideMaximize:t8,LucideMaximize2:Ad,LucideMedal:a8,LucideMegaphone:k2,LucideMegaphoneOff:n8,LucideMeh:s8,LucideMemoryStick:g2,LucideMenu:o8,LucideMenuSquare:vl,LucideMerge:c8,LucideMessageCircle:Eo,LucideMessageCircleCheck:i8,LucideMessageCircleCode:r8,LucideMessageCircleDashed:l8,LucideMessageCircleHeart:d8,LucideMessageCircleMore:h8,LucideMessageCircleOff:u8,LucideMessageCirclePlus:p8,LucideMessageCircleQuestion:Or,LucideMessageCircleQuestionMark:Or,LucideMessageCircleReply:f8,LucideMessageCircleWarning:m8,LucideMessageCircleX:x8,LucideMessageSquare:gn,LucideMessageSquareCheck:y8,LucideMessageSquareCode:O8,LucideMessageSquareDashed:g8,LucideMessageSquareDiff:k8,LucideMessageSquareDot:v8,LucideMessageSquareHeart:b8,LucideMessageSquareLock:M8,LucideMessageSquareMore:w8,LucideMessageSquareOff:j8,LucideMessageSquarePlus:S8,LucideMessageSquareQuote:N8,LucideMessageSquareReply:_8,LucideMessageSquareShare:$8,LucideMessageSquareText:C8,LucideMessageSquareWarning:Q8,LucideMessageSquareX:L8,LucideMessagesSquare:z8,LucideMetronome:T8,LucideMic:A8,LucideMic2:gr,LucideMicOff:P8,LucideMicVocal:gr,LucideMicrochip:q8,LucideMicroscope:I8,LucideMicrowave:R8,LucideMilestone:V8,LucideMilk:Z8,LucideMilkOff:E8,LucideMinimize:X8,LucideMinimize2:v2,LucideMinus:D8,LucideMinusCircle:ci,LucideMinusSquare:bl,LucideMirrorRectangular:H8,LucideMirrorRound:U8,LucideMonitor:Xo,LucideMonitorCheck:B8,LucideMonitorCloud:G8,LucideMonitorCog:W8,LucideMonitorDot:Y8,LucideMonitorDown:F8,LucideMonitorOff:K8,LucideMonitorPause:J8,LucideMonitorPlay:e7,LucideMonitorSmartphone:t7,LucideMonitorSpeaker:a7,LucideMonitorStop:n7,LucideMonitorUp:s7,LucideMonitorX:o7,LucideMoon:i7,LucideMoonStar:c7,LucideMoreHorizontal:_i,LucideMoreVertical:Ni,LucideMotorbike:r7,LucideMountain:d7,LucideMountainSnow:l7,LucideMouse:g7,LucideMouseLeft:h7,LucideMouseOff:u7,LucideMousePointer:y7,LucideMousePointer2:m7,LucideMousePointer2Off:p7,LucideMousePointerBan:f7,LucideMousePointerClick:x7,LucideMousePointerSquareDashed:ul,LucideMouseRight:O7,LucideMove:L7,LucideMove3D:kr,LucideMove3d:kr,LucideMoveDiagonal:v7,LucideMoveDiagonal2:k7,LucideMoveDown:w7,LucideMoveDownLeft:b7,LucideMoveDownRight:M7,LucideMoveHorizontal:j7,LucideMoveLeft:S7,LucideMoveRight:N7,LucideMoveUp:C7,LucideMoveUpLeft:_7,LucideMoveUpRight:$7,LucideMoveVertical:Q7,LucideMusic:A7,LucideMusic2:z7,LucideMusic3:T7,LucideMusic4:P7,LucideNavigation:V7,LucideNavigation2:I7,LucideNavigation2Off:q7,LucideNavigationOff:R7,LucideNetwork:qd,LucideNewspaper:qs,LucideNfc:E7,LucideNonBinary:X7,LucideNotebook:H7,LucideNotebookPen:Z7,LucideNotebookTabs:D7,LucideNotebookText:U7,LucideNotepadText:B7,LucideNotepadTextDashed:G7,LucideNut:Y7,LucideNutOff:W7,LucideOctagon:K7,LucideOctagonAlert:vr,LucideOctagonMinus:F7,LucideOctagonPause:br,LucideOctagonX:Mr,LucideOmega:J7,LucideOption:e9,LucideOrbit:t9,LucideOrigami:a9,LucideOutdent:qn,LucidePackage:Id,LucidePackage2:n9,LucidePackageCheck:o9,LucidePackageMinus:s9,LucidePackageOpen:c9,LucidePackagePlus:i9,LucidePackageSearch:r9,LucidePackageX:l9,LucidePaintBucket:d9,LucidePaintRoller:h9,LucidePaintbrush:u9,LucidePaintbrush2:wr,LucidePaintbrushVertical:wr,LucidePalette:p9,LucidePalmtree:Wl,LucidePanda:f9,LucidePanelBottom:y9,LucidePanelBottomClose:m9,LucidePanelBottomDashed:jr,LucidePanelBottomInactive:jr,LucidePanelBottomOpen:x9,LucidePanelLeft:$r,LucidePanelLeftClose:Sr,LucidePanelLeftDashed:Nr,LucidePanelLeftInactive:Nr,LucidePanelLeftOpen:_r,LucidePanelLeftRightDashed:O9,LucidePanelRight:v9,LucidePanelRightClose:g9,LucidePanelRightDashed:Cr,LucidePanelRightInactive:Cr,LucidePanelRightOpen:k9,LucidePanelTop:w9,LucidePanelTopBottomDashed:b9,LucidePanelTopClose:M9,LucidePanelTopDashed:Qr,LucidePanelTopInactive:Qr,LucidePanelTopOpen:j9,LucidePanelsLeftBottom:S9,LucidePanelsLeftRight:Mi,LucidePanelsRightBottom:N9,LucidePanelsTopBottom:Ar,LucidePanelsTopLeft:Lr,LucidePaperclip:b2,LucideParentheses:_9,LucideParkingCircle:ri,LucideParkingCircleOff:ii,LucideParkingMeter:$9,LucideParkingSquare:jl,LucideParkingSquareOff:wl,LucidePartyPopper:C9,LucidePause:M2,LucidePauseCircle:li,LucidePauseOctagon:br,LucidePawPrint:Q9,LucidePcCase:L9,LucidePen:$o,LucidePenBox:$a,LucidePenLine:_o,LucidePenOff:z9,LucidePenSquare:$a,LucidePenTool:T9,LucidePencil:Zo,LucidePencilLine:P9,LucidePencilOff:A9,LucidePencilRuler:q9,LucidePentagon:I9,LucidePercent:R9,LucidePercentCircle:di,LucidePercentDiamond:ji,LucidePercentSquare:Sl,LucidePersonStanding:E9,LucidePhilippinePeso:V9,LucidePhone:B9,LucidePhoneCall:X9,LucidePhoneForwarded:Z9,LucidePhoneIncoming:D9,LucidePhoneMissed:H9,LucidePhoneOff:U9,LucidePhoneOutgoing:G9,LucidePi:W9,LucidePiSquare:Nl,LucidePiano:Y9,LucidePickaxe:F9,LucidePictureInPicture:J9,LucidePictureInPicture2:K9,LucidePieChart:Hc,LucidePiggyBank:eM,LucidePilcrow:nM,LucidePilcrowLeft:tM,LucidePilcrowRight:aM,LucidePilcrowSquare:_l,LucidePill:oM,LucidePillBottle:sM,LucidePin:iM,LucidePinOff:cM,LucidePipette:rM,LucidePizza:lM,LucidePlane:uM,LucidePlaneLanding:hM,LucidePlaneTakeoff:dM,LucidePlay:w2,LucidePlayCircle:hi,LucidePlaySquare:Ql,LucidePlug:$t,LucidePlug2:pM,LucidePlugZap:Ls,LucidePlugZap2:Ls,LucidePlus:dt,LucidePlusCircle:ui,LucidePlusSquare:$l,LucidePocketKnife:fM,LucidePodcast:mM,LucidePointer:xM,LucidePointerOff:OM,LucidePopcorn:yM,LucidePopsicle:kM,LucidePoundSterling:gM,LucidePower:bM,LucidePowerCircle:pi,LucidePowerOff:vM,LucidePowerSquare:Cl,LucidePresentation:j2,LucidePrinter:jM,LucidePrinterCheck:MM,LucidePrinterX:wM,LucideProjector:SM,LucideProportions:NM,LucideProvider:OJ,LucidePuzzle:Rd,LucidePyramid:_M,LucideQrCode:$M,LucideQuote:CM,LucideRabbit:QM,LucideRadar:LM,LucideRadiation:zM,LucideRadical:TM,LucideRadio:Fa,LucideRadioOff:PM,LucideRadioReceiver:AM,LucideRadioTower:qM,LucideRadius:IM,LucideRainbow:RM,LucideRat:VM,LucideRatio:EM,LucideReceipt:FM,LucideReceiptCent:ZM,LucideReceiptEuro:XM,LucideReceiptIndianRupee:DM,LucideReceiptJapaneseYen:HM,LucideReceiptPoundSterling:UM,LucideReceiptRussianRuble:GM,LucideReceiptSwissFranc:BM,LucideReceiptText:WM,LucideReceiptTurkishLira:YM,LucideRectangleCircle:KM,LucideRectangleEllipsis:zr,LucideRectangleGoggles:JM,LucideRectangleHorizontal:ew,LucideRectangleVertical:tw,LucideRecycle:aw,LucideRedo:ow,LucideRedo2:nw,LucideRedoDot:sw,LucideRefreshCcw:iw,LucideRefreshCcwDot:cw,LucideRefreshCw:na,LucideRefreshCwOff:rw,LucideRefrigerator:lw,LucideRegex:dw,LucideRemoveFormatting:hw,LucideRepeat:fw,LucideRepeat1:uw,LucideRepeat2:pw,LucideReplace:xw,LucideReplaceAll:mw,LucideReply:Ow,LucideReplyAll:yw,LucideRewind:gw,LucideRibbon:kw,LucideRoad:vw,LucideRocket:Do,LucideRockingChair:bw,LucideRollerCoaster:Mw,LucideRose:ww,LucideRotate3D:Tr,LucideRotate3d:Tr,LucideRotateCcw:S2,LucideRotateCcwKey:jw,LucideRotateCcwSquare:Sw,LucideRotateCw:Is,LucideRotateCwSquare:Nw,LucideRoute:$w,LucideRouteOff:_w,LucideRouter:Cw,LucideRows:Pr,LucideRows2:Pr,LucideRows3:Ar,LucideRows4:Qw,LucideRss:Lw,LucideRuler:Tw,LucideRulerDimensionLine:zw,LucideRussianRuble:Aw,LucideSailboat:Pw,LucideSalad:qw,LucideSandwich:Iw,LucideSatellite:Vw,LucideSatelliteDish:Rw,LucideSaudiRiyal:Ew,LucideSave:m1,LucideSaveAll:Xw,LucideSaveOff:Zw,LucideScale:Dw,LucideScale3D:qr,LucideScale3d:qr,LucideScaling:Hw,LucideScan:ej,LucideScanBarcode:Uw,LucideScanEye:Gw,LucideScanFace:Bw,LucideScanHeart:Ww,LucideScanLine:Yw,LucideScanQrCode:Fw,LucideScanSearch:Jw,LucideScanText:Kw,LucideScatterChart:Uc,LucideSchool:tj,LucideSchool2:Fl,LucideScissors:nj,LucideScissorsLineDashed:aj,LucideScissorsSquare:Ll,LucideScissorsSquareDashedBottom:tl,LucideScooter:sj,LucideScreenShare:cj,LucideScreenShareOff:oj,LucideScroll:rj,LucideScrollText:ij,LucideSearch:It,LucideSearchAlert:lj,LucideSearchCheck:dj,LucideSearchCode:hj,LucideSearchSlash:uj,LucideSearchX:pj,LucideSection:fj,LucideSend:Ho,LucideSendHorizonal:Ir,LucideSendHorizontal:Ir,LucideSendToBack:xj,LucideSeparatorHorizontal:mj,LucideSeparatorVertical:yj,LucideServer:Ct,LucideServerCog:Oj,LucideServerCrash:kj,LucideServerOff:gj,LucideSettings:Rs,LucideSettings2:vj,LucideShapes:bj,LucideShare:wj,LucideShare2:Mj,LucideSheet:Sj,LucideShell:jj,LucideShelvingUnit:Nj,LucideShield:Ka,LucideShieldAlert:_j,LucideShieldBan:$j,LucideShieldCheck:x1,LucideShieldClose:zs,LucideShieldCog:Qj,LucideShieldCogCorner:Cj,LucideShieldEllipsis:Lj,LucideShieldHalf:zj,LucideShieldMinus:Tj,LucideShieldOff:Pj,LucideShieldPlus:Aj,LucideShieldQuestion:Rr,LucideShieldQuestionMark:Rr,LucideShieldUser:qj,LucideShieldX:zs,LucideShip:Ij,LucideShipWheel:Rj,LucideShirt:Vj,LucideShoppingBag:y1,LucideShoppingBasket:Ej,LucideShoppingCart:Xj,LucideShovel:Zj,LucideShowerHead:Dj,LucideShredder:Hj,LucideShrimp:Uj,LucideShrink:Gj,LucideShrub:Wj,LucideShuffle:Yj,LucideSidebar:$r,LucideSidebarClose:Sr,LucideSidebarOpen:_r,LucideSigma:Bj,LucideSigmaSquare:Tl,LucideSignal:aS,LucideSignalHigh:Fj,LucideSignalLow:Kj,LucideSignalMedium:Jj,LucideSignalZero:eS,LucideSignature:tS,LucideSignpost:sS,LucideSignpostBig:nS,LucideSiren:oS,LucideSkipBack:cS,LucideSkipForward:iS,LucideSkull:O1,LucideSlash:rS,LucideSlashSquare:zl,LucideSlice:lS,LucideSliders:Vr,LucideSlidersHorizontal:dS,LucideSlidersVertical:Vr,LucideSmartphone:pS,LucideSmartphoneCharging:hS,LucideSmartphoneNfc:uS,LucideSmile:mS,LucideSmilePlus:fS,LucideSnail:xS,LucideSnowflake:yS,LucideSoapDispenserDroplet:OS,LucideSofa:gS,LucideSolarPanel:kS,LucideSortAsc:jc,LucideSortDesc:bc,LucideSoup:vS,LucideSpace:bS,LucideSpade:MS,LucideSparkle:wS,LucideSparkles:St,LucideSpeaker:jS,LucideSpeech:SS,LucideSpellCheck:_S,LucideSpellCheck2:NS,LucideSpline:CS,LucideSplinePointer:$S,LucideSplit:QS,LucideSplitSquareHorizontal:Pl,LucideSplitSquareVertical:Al,LucideSpool:LS,LucideSportShoe:zS,LucideSpotlight:TS,LucideSprayCan:PS,LucideSprout:AS,LucideSquare:N2,LucideSquareActivity:Er,LucideSquareArrowDown:Dr,LucideSquareArrowDownLeft:Zr,LucideSquareArrowDownRight:Xr,LucideSquareArrowLeft:Hr,LucideSquareArrowOutDownLeft:Ur,LucideSquareArrowOutDownRight:Br,LucideSquareArrowOutUpLeft:Gr,LucideSquareArrowOutUpRight:Wr,LucideSquareArrowRight:Yr,LucideSquareArrowRightEnter:qS,LucideSquareArrowRightExit:IS,LucideSquareArrowUp:Jr,LucideSquareArrowUpLeft:Fr,LucideSquareArrowUpRight:Kr,LucideSquareAsterisk:el,LucideSquareBottomDashedScissors:tl,LucideSquareCenterlineDashedHorizontal:al,LucideSquareCenterlineDashedVertical:nl,LucideSquareChartGantt:Rn,LucideSquareCheck:ol,LucideSquareCheckBig:sl,LucideSquareChevronDown:il,LucideSquareChevronLeft:cl,LucideSquareChevronRight:rl,LucideSquareChevronUp:ll,LucideSquareCode:dl,LucideSquareDashed:pl,LucideSquareDashedBottom:VS,LucideSquareDashedBottomCode:RS,LucideSquareDashedKanban:hl,LucideSquareDashedMousePointer:ul,LucideSquareDashedTopSolid:ES,LucideSquareDivide:fl,LucideSquareDot:yl,LucideSquareEqual:ml,LucideSquareFunction:xl,LucideSquareGanttChart:Rn,LucideSquareKanban:Ol,LucideSquareLibrary:gl,LucideSquareM:kl,LucideSquareMenu:vl,LucideSquareMinus:bl,LucideSquareMousePointer:Ml,LucideSquareParking:jl,LucideSquareParkingOff:wl,LucideSquarePause:XS,LucideSquarePen:$a,LucideSquarePercent:Sl,LucideSquarePi:Nl,LucideSquarePilcrow:_l,LucideSquarePlay:Ql,LucideSquarePlus:$l,LucideSquarePower:Cl,LucideSquareRadical:ZS,LucideSquareRoundCorner:DS,LucideSquareScissors:Ll,LucideSquareSigma:Tl,LucideSquareSlash:zl,LucideSquareSplitHorizontal:Pl,LucideSquareSplitVertical:Al,LucideSquareSquare:HS,LucideSquareStack:US,LucideSquareStar:GS,LucideSquareStop:BS,LucideSquareTerminal:Il,LucideSquareUser:Rl,LucideSquareUserRound:ql,LucideSquareX:Vl,LucideSquaresExclude:WS,LucideSquaresIntersect:YS,LucideSquaresSubtract:FS,LucideSquaresUnite:KS,LucideSquircle:JS,LucideSquircleDashed:eN,LucideSquirrel:tN,LucideStamp:aN,LucideStar:g1,LucideStarHalf:nN,LucideStarOff:sN,LucideStars:St,LucideStepBack:oN,LucideStepForward:cN,LucideStethoscope:iN,LucideSticker:rN,LucideStickyNote:lN,LucideStone:dN,LucideStopCircle:mi,LucideStore:hN,LucideStretchHorizontal:uN,LucideStretchVertical:pN,LucideStrikethrough:mN,LucideSubscript:fN,LucideSubtitles:Tc,LucideSun:kN,LucideSunDim:xN,LucideSunMedium:yN,LucideSunMoon:ON,LucideSunSnow:gN,LucideSunrise:vN,LucideSunset:bN,LucideSuperscript:MN,LucideSwatchBook:wN,LucideSwissFranc:jN,LucideSwitchCamera:SN,LucideSword:NN,LucideSwords:_N,LucideSyringe:$N,LucideTable:qN,LucideTable2:CN,LucideTableCellsMerge:QN,LucideTableCellsSplit:LN,LucideTableColumnsSplit:zN,LucideTableConfig:Tn,LucideTableOfContents:TN,LucideTableProperties:PN,LucideTableRowsSplit:AN,LucideTablet:RN,LucideTabletSmartphone:IN,LucideTablets:VN,LucideTag:XN,LucideTags:EN,LucideTally1:ZN,LucideTally2:HN,LucideTally3:DN,LucideTally4:UN,LucideTally5:BN,LucideTangent:GN,LucideTarget:WN,LucideTelescope:YN,LucideTent:FN,LucideTentTree:KN,LucideTerminal:Vs,LucideTerminalSquare:Il,LucideTestTube:k1,LucideTestTube2:El,LucideTestTubeDiagonal:El,LucideTestTubes:JN,LucideText:Vn,LucideTextAlignCenter:Xl,LucideTextAlignEnd:Zl,LucideTextAlignJustify:Dl,LucideTextAlignStart:Vn,LucideTextCursor:t_,LucideTextCursorInput:e_,LucideTextInitial:Hl,LucideTextQuote:a_,LucideTextSearch:n_,LucideTextSelect:Ul,LucideTextSelection:Ul,LucideTextWrap:Gl,LucideTheater:s_,LucideThermometer:i_,LucideThermometerSnowflake:o_,LucideThermometerSun:c_,LucideThumbsDown:r_,LucideThumbsUp:l_,LucideTicket:x_,LucideTicketCheck:d_,LucideTicketMinus:h_,LucideTicketPercent:u_,LucideTicketPlus:p_,LucideTicketSlash:f_,LucideTicketX:m_,LucideTickets:O_,LucideTicketsPlane:y_,LucideTimer:k_,LucideTimerOff:g_,LucideTimerReset:v_,LucideToggleLeft:b_,LucideToggleRight:M_,LucideToilet:w_,LucideToolCase:j_,LucideToolbox:S_,LucideTornado:N_,LucideTorus:__,LucideTouchpad:C_,LucideTouchpadOff:$_,LucideTowelRack:Q_,LucideTowerControl:L_,LucideToyBrick:z_,LucideTractor:T_,LucideTrafficCone:P_,LucideTrain:Bl,LucideTrainFront:q_,LucideTrainFrontTunnel:A_,LucideTrainTrack:I_,LucideTramFront:Bl,LucideTransgender:R_,LucideTrash:V_,LucideTrash2:Ht,LucideTreeDeciduous:E_,LucideTreePalm:Wl,LucideTreePine:X_,LucideTrees:Z_,LucideTrendingDown:D_,LucideTrendingUp:U_,LucideTrendingUpDown:H_,LucideTriangle:Y_,LucideTriangleAlert:Pt,LucideTriangleDashed:G_,LucideTriangleRight:B_,LucideTrophy:W_,LucideTruck:K_,LucideTruckElectric:F_,LucideTurkishLira:J_,LucideTurntable:e$,LucideTurtle:a$,LucideTv:n$,LucideTv2:Yl,LucideTvMinimal:Yl,LucideTvMinimalPlay:t$,LucideType:o$,LucideTypeOutline:s$,LucideUmbrella:i$,LucideUmbrellaOff:c$,LucideUnderline:r$,LucideUndo:h$,LucideUndo2:d$,LucideUndoDot:l$,LucideUnfoldHorizontal:u$,LucideUnfoldVertical:p$,LucideUngroup:f$,LucideUniversity:Fl,LucideUnlink:x$,LucideUnlink2:m$,LucideUnlock:mr,LucideUnlockKeyhole:fr,LucideUnplug:v1,LucideUpload:_2,LucideUploadCloud:vi,LucideUsb:y$,LucideUser:Q2,LucideUser2:n1,LucideUserCheck:$2,LucideUserCheck2:Jl,LucideUserCircle:yi,LucideUserCircle2:xi,LucideUserCog:O$,LucideUserCog2:Kl,LucideUserKey:g$,LucideUserLock:k$,LucideUserMinus:b$,LucideUserMinus2:e1,LucideUserPen:v$,LucideUserPlus:C2,LucideUserPlus2:t1,LucideUserRound:n1,LucideUserRoundCheck:Jl,LucideUserRoundCog:Kl,LucideUserRoundKey:M$,LucideUserRoundMinus:e1,LucideUserRoundPen:w$,LucideUserRoundPlus:t1,LucideUserRoundSearch:j$,LucideUserRoundX:a1,LucideUserSearch:S$,LucideUserSquare:Rl,LucideUserSquare2:ql,LucideUserStar:N$,LucideUserX:_$,LucideUserX2:a1,LucideUsers:Ja,LucideUsers2:s1,LucideUsersRound:s1,LucideUtensils:c1,LucideUtensilsCrossed:o1,LucideUtilityPole:$$,LucideVan:C$,LucideVariable:Q$,LucideVault:L$,LucideVectorSquare:T$,LucideVegan:z$,LucideVenetianMask:P$,LucideVenus:A$,LucideVenusAndMars:q$,LucideVerified:_c,LucideVibrate:R$,LucideVibrateOff:I$,LucideVideo:E$,LucideVideoOff:V$,LucideVideotape:X$,LucideView:Z$,LucideVoicemail:D$,LucideVolleyball:H$,LucideVolume:Y$,LucideVolume1:U$,LucideVolume2:G$,LucideVolumeOff:B$,LucideVolumeX:W$,LucideVote:F$,LucideWallet:J$,LucideWallet2:i1,LucideWalletCards:K$,LucideWalletMinimal:i1,LucideWallpaper:tC,LucideWand:eC,LucideWand2:r1,LucideWandSparkles:r1,LucideWarehouse:aC,LucideWashingMachine:nC,LucideWatch:sC,LucideWaves:rC,LucideWavesArrowDown:oC,LucideWavesArrowUp:cC,LucideWavesLadder:iC,LucideWaypoints:lC,LucideWebcam:dC,LucideWebhook:uC,LucideWebhookOff:hC,LucideWeight:fC,LucideWeightTilde:pC,LucideWheat:xC,LucideWheatOff:mC,LucideWholeWord:yC,LucideWifi:b1,LucideWifiCog:OC,LucideWifiHigh:gC,LucideWifiLow:kC,LucideWifiOff:vC,LucideWifiPen:bC,LucideWifiSync:MC,LucideWifiZero:wC,LucideWind:SC,LucideWindArrowDown:jC,LucideWine:_C,LucideWineOff:NC,LucideWorkflow:$C,LucideWorm:CC,LucideWrapText:Gl,LucideWrench:L2,LucideX:nt,LucideXCircle:un,LucideXLineTop:QC,LucideXOctagon:Mr,LucideXSquare:Vl,LucideZap:xa,LucideZapOff:LC,LucideZodiacAquarius:zC,LucideZodiacAries:TC,LucideZodiacCancer:PC,LucideZodiacCapricorn:AC,LucideZodiacGemini:qC,LucideZodiacLeo:IC,LucideZodiacLibra:RC,LucideZodiacOphiuchus:VC,LucideZodiacPisces:EC,LucideZodiacSagittarius:XC,LucideZodiacScorpio:ZC,LucideZodiacTaurus:DC,LucideZodiacVirgo:HC,LucideZoomIn:UC,LucideZoomOut:GC,Luggage:j6,LuggageIcon:j6,MSquare:kl,MSquareIcon:kl,Magnet:S6,MagnetIcon:S6,Mail:T6,MailCheck:_6,MailCheckIcon:_6,MailIcon:T6,MailMinus:N6,MailMinusIcon:N6,MailOpen:$6,MailOpenIcon:$6,MailPlus:C6,MailPlusIcon:C6,MailQuestion:xr,MailQuestionIcon:xr,MailQuestionMark:xr,MailQuestionMarkIcon:xr,MailSearch:Q6,MailSearchIcon:Q6,MailWarning:L6,MailWarningIcon:L6,MailX:z6,MailXIcon:z6,Mailbox:P6,MailboxIcon:P6,Mails:A6,MailsIcon:A6,Map:O2,MapIcon:O2,MapMinus:q6,MapMinusIcon:q6,MapPin:W6,MapPinCheck:R6,MapPinCheckIcon:R6,MapPinCheckInside:I6,MapPinCheckInsideIcon:I6,MapPinHouse:V6,MapPinHouseIcon:V6,MapPinIcon:W6,MapPinMinus:X6,MapPinMinusIcon:X6,MapPinMinusInside:E6,MapPinMinusInsideIcon:E6,MapPinOff:Z6,MapPinOffIcon:Z6,MapPinPen:yr,MapPinPenIcon:yr,MapPinPlus:H6,MapPinPlusIcon:H6,MapPinPlusInside:D6,MapPinPlusInsideIcon:D6,MapPinSearch:U6,MapPinSearchIcon:U6,MapPinX:B6,MapPinXIcon:B6,MapPinXInside:G6,MapPinXInsideIcon:G6,MapPinned:Y6,MapPinnedIcon:Y6,MapPlus:F6,MapPlusIcon:F6,Mars:J6,MarsIcon:J6,MarsStroke:K6,MarsStrokeIcon:K6,Martini:e8,MartiniIcon:e8,Maximize:t8,Maximize2:Ad,Maximize2Icon:Ad,MaximizeIcon:t8,Medal:a8,MedalIcon:a8,Megaphone:k2,MegaphoneIcon:k2,MegaphoneOff:n8,MegaphoneOffIcon:n8,Meh:s8,MehIcon:s8,MemoryStick:g2,MemoryStickIcon:g2,Menu:o8,MenuIcon:o8,MenuSquare:vl,MenuSquareIcon:vl,Merge:c8,MergeIcon:c8,MessageCircle:Eo,MessageCircleCheck:i8,MessageCircleCheckIcon:i8,MessageCircleCode:r8,MessageCircleCodeIcon:r8,MessageCircleDashed:l8,MessageCircleDashedIcon:l8,MessageCircleHeart:d8,MessageCircleHeartIcon:d8,MessageCircleIcon:Eo,MessageCircleMore:h8,MessageCircleMoreIcon:h8,MessageCircleOff:u8,MessageCircleOffIcon:u8,MessageCirclePlus:p8,MessageCirclePlusIcon:p8,MessageCircleQuestion:Or,MessageCircleQuestionIcon:Or,MessageCircleQuestionMark:Or,MessageCircleQuestionMarkIcon:Or,MessageCircleReply:f8,MessageCircleReplyIcon:f8,MessageCircleWarning:m8,MessageCircleWarningIcon:m8,MessageCircleX:x8,MessageCircleXIcon:x8,MessageSquare:gn,MessageSquareCheck:y8,MessageSquareCheckIcon:y8,MessageSquareCode:O8,MessageSquareCodeIcon:O8,MessageSquareDashed:g8,MessageSquareDashedIcon:g8,MessageSquareDiff:k8,MessageSquareDiffIcon:k8,MessageSquareDot:v8,MessageSquareDotIcon:v8,MessageSquareHeart:b8,MessageSquareHeartIcon:b8,MessageSquareIcon:gn,MessageSquareLock:M8,MessageSquareLockIcon:M8,MessageSquareMore:w8,MessageSquareMoreIcon:w8,MessageSquareOff:j8,MessageSquareOffIcon:j8,MessageSquarePlus:S8,MessageSquarePlusIcon:S8,MessageSquareQuote:N8,MessageSquareQuoteIcon:N8,MessageSquareReply:_8,MessageSquareReplyIcon:_8,MessageSquareShare:$8,MessageSquareShareIcon:$8,MessageSquareText:C8,MessageSquareTextIcon:C8,MessageSquareWarning:Q8,MessageSquareWarningIcon:Q8,MessageSquareX:L8,MessageSquareXIcon:L8,MessagesSquare:z8,MessagesSquareIcon:z8,Metronome:T8,MetronomeIcon:T8,Mic:A8,Mic2:gr,Mic2Icon:gr,MicIcon:A8,MicOff:P8,MicOffIcon:P8,MicVocal:gr,MicVocalIcon:gr,Microchip:q8,MicrochipIcon:q8,Microscope:I8,MicroscopeIcon:I8,Microwave:R8,MicrowaveIcon:R8,Milestone:V8,MilestoneIcon:V8,Milk:Z8,MilkIcon:Z8,MilkOff:E8,MilkOffIcon:E8,Minimize:X8,Minimize2:v2,Minimize2Icon:v2,MinimizeIcon:X8,Minus:D8,MinusCircle:ci,MinusCircleIcon:ci,MinusIcon:D8,MinusSquare:bl,MinusSquareIcon:bl,MirrorRectangular:H8,MirrorRectangularIcon:H8,MirrorRound:U8,MirrorRoundIcon:U8,Monitor:Xo,MonitorCheck:B8,MonitorCheckIcon:B8,MonitorCloud:G8,MonitorCloudIcon:G8,MonitorCog:W8,MonitorCogIcon:W8,MonitorDot:Y8,MonitorDotIcon:Y8,MonitorDown:F8,MonitorDownIcon:F8,MonitorIcon:Xo,MonitorOff:K8,MonitorOffIcon:K8,MonitorPause:J8,MonitorPauseIcon:J8,MonitorPlay:e7,MonitorPlayIcon:e7,MonitorSmartphone:t7,MonitorSmartphoneIcon:t7,MonitorSpeaker:a7,MonitorSpeakerIcon:a7,MonitorStop:n7,MonitorStopIcon:n7,MonitorUp:s7,MonitorUpIcon:s7,MonitorX:o7,MonitorXIcon:o7,Moon:i7,MoonIcon:i7,MoonStar:c7,MoonStarIcon:c7,MoreHorizontal:_i,MoreHorizontalIcon:_i,MoreVertical:Ni,MoreVerticalIcon:Ni,Motorbike:r7,MotorbikeIcon:r7,Mountain:d7,MountainIcon:d7,MountainSnow:l7,MountainSnowIcon:l7,Mouse:g7,MouseIcon:g7,MouseLeft:h7,MouseLeftIcon:h7,MouseOff:u7,MouseOffIcon:u7,MousePointer:y7,MousePointer2:m7,MousePointer2Icon:m7,MousePointer2Off:p7,MousePointer2OffIcon:p7,MousePointerBan:f7,MousePointerBanIcon:f7,MousePointerClick:x7,MousePointerClickIcon:x7,MousePointerIcon:y7,MousePointerSquareDashed:ul,MousePointerSquareDashedIcon:ul,MouseRight:O7,MouseRightIcon:O7,Move:L7,Move3D:kr,Move3DIcon:kr,Move3d:kr,Move3dIcon:kr,MoveDiagonal:v7,MoveDiagonal2:k7,MoveDiagonal2Icon:k7,MoveDiagonalIcon:v7,MoveDown:w7,MoveDownIcon:w7,MoveDownLeft:b7,MoveDownLeftIcon:b7,MoveDownRight:M7,MoveDownRightIcon:M7,MoveHorizontal:j7,MoveHorizontalIcon:j7,MoveIcon:L7,MoveLeft:S7,MoveLeftIcon:S7,MoveRight:N7,MoveRightIcon:N7,MoveUp:C7,MoveUpIcon:C7,MoveUpLeft:_7,MoveUpLeftIcon:_7,MoveUpRight:$7,MoveUpRightIcon:$7,MoveVertical:Q7,MoveVerticalIcon:Q7,Music:A7,Music2:z7,Music2Icon:z7,Music3:T7,Music3Icon:T7,Music4:P7,Music4Icon:P7,MusicIcon:A7,Navigation:V7,Navigation2:I7,Navigation2Icon:I7,Navigation2Off:q7,Navigation2OffIcon:q7,NavigationIcon:V7,NavigationOff:R7,NavigationOffIcon:R7,Network:qd,NetworkIcon:qd,Newspaper:qs,NewspaperIcon:qs,Nfc:E7,NfcIcon:E7,NonBinary:X7,NonBinaryIcon:X7,Notebook:H7,NotebookIcon:H7,NotebookPen:Z7,NotebookPenIcon:Z7,NotebookTabs:D7,NotebookTabsIcon:D7,NotebookText:U7,NotebookTextIcon:U7,NotepadText:B7,NotepadTextDashed:G7,NotepadTextDashedIcon:G7,NotepadTextIcon:B7,Nut:Y7,NutIcon:Y7,NutOff:W7,NutOffIcon:W7,Octagon:K7,OctagonAlert:vr,OctagonAlertIcon:vr,OctagonIcon:K7,OctagonMinus:F7,OctagonMinusIcon:F7,OctagonPause:br,OctagonPauseIcon:br,OctagonX:Mr,OctagonXIcon:Mr,Omega:J7,OmegaIcon:J7,Option:e9,OptionIcon:e9,Orbit:t9,OrbitIcon:t9,Origami:a9,OrigamiIcon:a9,Outdent:qn,OutdentIcon:qn,Package:Id,Package2:n9,Package2Icon:n9,PackageCheck:o9,PackageCheckIcon:o9,PackageIcon:Id,PackageMinus:s9,PackageMinusIcon:s9,PackageOpen:c9,PackageOpenIcon:c9,PackagePlus:i9,PackagePlusIcon:i9,PackageSearch:r9,PackageSearchIcon:r9,PackageX:l9,PackageXIcon:l9,PaintBucket:d9,PaintBucketIcon:d9,PaintRoller:h9,PaintRollerIcon:h9,Paintbrush:u9,Paintbrush2:wr,Paintbrush2Icon:wr,PaintbrushIcon:u9,PaintbrushVertical:wr,PaintbrushVerticalIcon:wr,Palette:p9,PaletteIcon:p9,Palmtree:Wl,PalmtreeIcon:Wl,Panda:f9,PandaIcon:f9,PanelBottom:y9,PanelBottomClose:m9,PanelBottomCloseIcon:m9,PanelBottomDashed:jr,PanelBottomDashedIcon:jr,PanelBottomIcon:y9,PanelBottomInactive:jr,PanelBottomInactiveIcon:jr,PanelBottomOpen:x9,PanelBottomOpenIcon:x9,PanelLeft:$r,PanelLeftClose:Sr,PanelLeftCloseIcon:Sr,PanelLeftDashed:Nr,PanelLeftDashedIcon:Nr,PanelLeftIcon:$r,PanelLeftInactive:Nr,PanelLeftInactiveIcon:Nr,PanelLeftOpen:_r,PanelLeftOpenIcon:_r,PanelLeftRightDashed:O9,PanelLeftRightDashedIcon:O9,PanelRight:v9,PanelRightClose:g9,PanelRightCloseIcon:g9,PanelRightDashed:Cr,PanelRightDashedIcon:Cr,PanelRightIcon:v9,PanelRightInactive:Cr,PanelRightInactiveIcon:Cr,PanelRightOpen:k9,PanelRightOpenIcon:k9,PanelTop:w9,PanelTopBottomDashed:b9,PanelTopBottomDashedIcon:b9,PanelTopClose:M9,PanelTopCloseIcon:M9,PanelTopDashed:Qr,PanelTopDashedIcon:Qr,PanelTopIcon:w9,PanelTopInactive:Qr,PanelTopInactiveIcon:Qr,PanelTopOpen:j9,PanelTopOpenIcon:j9,PanelsLeftBottom:S9,PanelsLeftBottomIcon:S9,PanelsLeftRight:Mi,PanelsLeftRightIcon:Mi,PanelsRightBottom:N9,PanelsRightBottomIcon:N9,PanelsTopBottom:Ar,PanelsTopBottomIcon:Ar,PanelsTopLeft:Lr,PanelsTopLeftIcon:Lr,Paperclip:b2,PaperclipIcon:b2,Parentheses:_9,ParenthesesIcon:_9,ParkingCircle:ri,ParkingCircleIcon:ri,ParkingCircleOff:ii,ParkingCircleOffIcon:ii,ParkingMeter:$9,ParkingMeterIcon:$9,ParkingSquare:jl,ParkingSquareIcon:jl,ParkingSquareOff:wl,ParkingSquareOffIcon:wl,PartyPopper:C9,PartyPopperIcon:C9,Pause:M2,PauseCircle:li,PauseCircleIcon:li,PauseIcon:M2,PauseOctagon:br,PauseOctagonIcon:br,PawPrint:Q9,PawPrintIcon:Q9,PcCase:L9,PcCaseIcon:L9,Pen:$o,PenBox:$a,PenBoxIcon:$a,PenIcon:$o,PenLine:_o,PenLineIcon:_o,PenOff:z9,PenOffIcon:z9,PenSquare:$a,PenSquareIcon:$a,PenTool:T9,PenToolIcon:T9,Pencil:Zo,PencilIcon:Zo,PencilLine:P9,PencilLineIcon:P9,PencilOff:A9,PencilOffIcon:A9,PencilRuler:q9,PencilRulerIcon:q9,Pentagon:I9,PentagonIcon:I9,Percent:R9,PercentCircle:di,PercentCircleIcon:di,PercentDiamond:ji,PercentDiamondIcon:ji,PercentIcon:R9,PercentSquare:Sl,PercentSquareIcon:Sl,PersonStanding:E9,PersonStandingIcon:E9,PhilippinePeso:V9,PhilippinePesoIcon:V9,Phone:B9,PhoneCall:X9,PhoneCallIcon:X9,PhoneForwarded:Z9,PhoneForwardedIcon:Z9,PhoneIcon:B9,PhoneIncoming:D9,PhoneIncomingIcon:D9,PhoneMissed:H9,PhoneMissedIcon:H9,PhoneOff:U9,PhoneOffIcon:U9,PhoneOutgoing:G9,PhoneOutgoingIcon:G9,Pi:W9,PiIcon:W9,PiSquare:Nl,PiSquareIcon:Nl,Piano:Y9,PianoIcon:Y9,Pickaxe:F9,PickaxeIcon:F9,PictureInPicture:J9,PictureInPicture2:K9,PictureInPicture2Icon:K9,PictureInPictureIcon:J9,PieChart:Hc,PieChartIcon:Hc,PiggyBank:eM,PiggyBankIcon:eM,Pilcrow:nM,PilcrowIcon:nM,PilcrowLeft:tM,PilcrowLeftIcon:tM,PilcrowRight:aM,PilcrowRightIcon:aM,PilcrowSquare:_l,PilcrowSquareIcon:_l,Pill:oM,PillBottle:sM,PillBottleIcon:sM,PillIcon:oM,Pin:iM,PinIcon:iM,PinOff:cM,PinOffIcon:cM,Pipette:rM,PipetteIcon:rM,Pizza:lM,PizzaIcon:lM,Plane:uM,PlaneIcon:uM,PlaneLanding:hM,PlaneLandingIcon:hM,PlaneTakeoff:dM,PlaneTakeoffIcon:dM,Play:w2,PlayCircle:hi,PlayCircleIcon:hi,PlayIcon:w2,PlaySquare:Ql,PlaySquareIcon:Ql,Plug:$t,Plug2:pM,Plug2Icon:pM,PlugIcon:$t,PlugZap:Ls,PlugZap2:Ls,PlugZap2Icon:Ls,PlugZapIcon:Ls,Plus:dt,PlusCircle:ui,PlusCircleIcon:ui,PlusIcon:dt,PlusSquare:$l,PlusSquareIcon:$l,PocketKnife:fM,PocketKnifeIcon:fM,Podcast:mM,PodcastIcon:mM,Pointer:xM,PointerIcon:xM,PointerOff:OM,PointerOffIcon:OM,Popcorn:yM,PopcornIcon:yM,Popsicle:kM,PopsicleIcon:kM,PoundSterling:gM,PoundSterlingIcon:gM,Power:bM,PowerCircle:pi,PowerCircleIcon:pi,PowerIcon:bM,PowerOff:vM,PowerOffIcon:vM,PowerSquare:Cl,PowerSquareIcon:Cl,Presentation:j2,PresentationIcon:j2,Printer:jM,PrinterCheck:MM,PrinterCheckIcon:MM,PrinterIcon:jM,PrinterX:wM,PrinterXIcon:wM,Projector:SM,ProjectorIcon:SM,Proportions:NM,ProportionsIcon:NM,Puzzle:Rd,PuzzleIcon:Rd,Pyramid:_M,PyramidIcon:_M,QrCode:$M,QrCodeIcon:$M,Quote:CM,QuoteIcon:CM,Rabbit:QM,RabbitIcon:QM,Radar:LM,RadarIcon:LM,Radiation:zM,RadiationIcon:zM,Radical:TM,RadicalIcon:TM,Radio:Fa,RadioIcon:Fa,RadioOff:PM,RadioOffIcon:PM,RadioReceiver:AM,RadioReceiverIcon:AM,RadioTower:qM,RadioTowerIcon:qM,Radius:IM,RadiusIcon:IM,Rainbow:RM,RainbowIcon:RM,Rat:VM,RatIcon:VM,Ratio:EM,RatioIcon:EM,Receipt:FM,ReceiptCent:ZM,ReceiptCentIcon:ZM,ReceiptEuro:XM,ReceiptEuroIcon:XM,ReceiptIcon:FM,ReceiptIndianRupee:DM,ReceiptIndianRupeeIcon:DM,ReceiptJapaneseYen:HM,ReceiptJapaneseYenIcon:HM,ReceiptPoundSterling:UM,ReceiptPoundSterlingIcon:UM,ReceiptRussianRuble:GM,ReceiptRussianRubleIcon:GM,ReceiptSwissFranc:BM,ReceiptSwissFrancIcon:BM,ReceiptText:WM,ReceiptTextIcon:WM,ReceiptTurkishLira:YM,ReceiptTurkishLiraIcon:YM,RectangleCircle:KM,RectangleCircleIcon:KM,RectangleEllipsis:zr,RectangleEllipsisIcon:zr,RectangleGoggles:JM,RectangleGogglesIcon:JM,RectangleHorizontal:ew,RectangleHorizontalIcon:ew,RectangleVertical:tw,RectangleVerticalIcon:tw,Recycle:aw,RecycleIcon:aw,Redo:ow,Redo2:nw,Redo2Icon:nw,RedoDot:sw,RedoDotIcon:sw,RedoIcon:ow,RefreshCcw:iw,RefreshCcwDot:cw,RefreshCcwDotIcon:cw,RefreshCcwIcon:iw,RefreshCw:na,RefreshCwIcon:na,RefreshCwOff:rw,RefreshCwOffIcon:rw,Refrigerator:lw,RefrigeratorIcon:lw,Regex:dw,RegexIcon:dw,RemoveFormatting:hw,RemoveFormattingIcon:hw,Repeat:fw,Repeat1:uw,Repeat1Icon:uw,Repeat2:pw,Repeat2Icon:pw,RepeatIcon:fw,Replace:xw,ReplaceAll:mw,ReplaceAllIcon:mw,ReplaceIcon:xw,Reply:Ow,ReplyAll:yw,ReplyAllIcon:yw,ReplyIcon:Ow,Rewind:gw,RewindIcon:gw,Ribbon:kw,RibbonIcon:kw,Road:vw,RoadIcon:vw,Rocket:Do,RocketIcon:Do,RockingChair:bw,RockingChairIcon:bw,RollerCoaster:Mw,RollerCoasterIcon:Mw,Rose:ww,RoseIcon:ww,Rotate3D:Tr,Rotate3DIcon:Tr,Rotate3d:Tr,Rotate3dIcon:Tr,RotateCcw:S2,RotateCcwIcon:S2,RotateCcwKey:jw,RotateCcwKeyIcon:jw,RotateCcwSquare:Sw,RotateCcwSquareIcon:Sw,RotateCw:Is,RotateCwIcon:Is,RotateCwSquare:Nw,RotateCwSquareIcon:Nw,Route:$w,RouteIcon:$w,RouteOff:_w,RouteOffIcon:_w,Router:Cw,RouterIcon:Cw,Rows:Pr,Rows2:Pr,Rows2Icon:Pr,Rows3:Ar,Rows3Icon:Ar,Rows4:Qw,Rows4Icon:Qw,RowsIcon:Pr,Rss:Lw,RssIcon:Lw,Ruler:Tw,RulerDimensionLine:zw,RulerDimensionLineIcon:zw,RulerIcon:Tw,RussianRuble:Aw,RussianRubleIcon:Aw,Sailboat:Pw,SailboatIcon:Pw,Salad:qw,SaladIcon:qw,Sandwich:Iw,SandwichIcon:Iw,Satellite:Vw,SatelliteDish:Rw,SatelliteDishIcon:Rw,SatelliteIcon:Vw,SaudiRiyal:Ew,SaudiRiyalIcon:Ew,Save:m1,SaveAll:Xw,SaveAllIcon:Xw,SaveIcon:m1,SaveOff:Zw,SaveOffIcon:Zw,Scale:Dw,Scale3D:qr,Scale3DIcon:qr,Scale3d:qr,Scale3dIcon:qr,ScaleIcon:Dw,Scaling:Hw,ScalingIcon:Hw,Scan:ej,ScanBarcode:Uw,ScanBarcodeIcon:Uw,ScanEye:Gw,ScanEyeIcon:Gw,ScanFace:Bw,ScanFaceIcon:Bw,ScanHeart:Ww,ScanHeartIcon:Ww,ScanIcon:ej,ScanLine:Yw,ScanLineIcon:Yw,ScanQrCode:Fw,ScanQrCodeIcon:Fw,ScanSearch:Jw,ScanSearchIcon:Jw,ScanText:Kw,ScanTextIcon:Kw,ScatterChart:Uc,ScatterChartIcon:Uc,School:tj,School2:Fl,School2Icon:Fl,SchoolIcon:tj,Scissors:nj,ScissorsIcon:nj,ScissorsLineDashed:aj,ScissorsLineDashedIcon:aj,ScissorsSquare:Ll,ScissorsSquareDashedBottom:tl,ScissorsSquareDashedBottomIcon:tl,ScissorsSquareIcon:Ll,Scooter:sj,ScooterIcon:sj,ScreenShare:cj,ScreenShareIcon:cj,ScreenShareOff:oj,ScreenShareOffIcon:oj,Scroll:rj,ScrollIcon:rj,ScrollText:ij,ScrollTextIcon:ij,Search:It,SearchAlert:lj,SearchAlertIcon:lj,SearchCheck:dj,SearchCheckIcon:dj,SearchCode:hj,SearchCodeIcon:hj,SearchIcon:It,SearchSlash:uj,SearchSlashIcon:uj,SearchX:pj,SearchXIcon:pj,Section:fj,SectionIcon:fj,Send:Ho,SendHorizonal:Ir,SendHorizonalIcon:Ir,SendHorizontal:Ir,SendHorizontalIcon:Ir,SendIcon:Ho,SendToBack:xj,SendToBackIcon:xj,SeparatorHorizontal:mj,SeparatorHorizontalIcon:mj,SeparatorVertical:yj,SeparatorVerticalIcon:yj,Server:Ct,ServerCog:Oj,ServerCogIcon:Oj,ServerCrash:kj,ServerCrashIcon:kj,ServerIcon:Ct,ServerOff:gj,ServerOffIcon:gj,Settings:Rs,Settings2:vj,Settings2Icon:vj,SettingsIcon:Rs,Shapes:bj,ShapesIcon:bj,Share:wj,Share2:Mj,Share2Icon:Mj,ShareIcon:wj,Sheet:Sj,SheetIcon:Sj,Shell:jj,ShellIcon:jj,ShelvingUnit:Nj,ShelvingUnitIcon:Nj,Shield:Ka,ShieldAlert:_j,ShieldAlertIcon:_j,ShieldBan:$j,ShieldBanIcon:$j,ShieldCheck:x1,ShieldCheckIcon:x1,ShieldClose:zs,ShieldCloseIcon:zs,ShieldCog:Qj,ShieldCogCorner:Cj,ShieldCogCornerIcon:Cj,ShieldCogIcon:Qj,ShieldEllipsis:Lj,ShieldEllipsisIcon:Lj,ShieldHalf:zj,ShieldHalfIcon:zj,ShieldIcon:Ka,ShieldMinus:Tj,ShieldMinusIcon:Tj,ShieldOff:Pj,ShieldOffIcon:Pj,ShieldPlus:Aj,ShieldPlusIcon:Aj,ShieldQuestion:Rr,ShieldQuestionIcon:Rr,ShieldQuestionMark:Rr,ShieldQuestionMarkIcon:Rr,ShieldUser:qj,ShieldUserIcon:qj,ShieldX:zs,ShieldXIcon:zs,Ship:Ij,ShipIcon:Ij,ShipWheel:Rj,ShipWheelIcon:Rj,Shirt:Vj,ShirtIcon:Vj,ShoppingBag:y1,ShoppingBagIcon:y1,ShoppingBasket:Ej,ShoppingBasketIcon:Ej,ShoppingCart:Xj,ShoppingCartIcon:Xj,Shovel:Zj,ShovelIcon:Zj,ShowerHead:Dj,ShowerHeadIcon:Dj,Shredder:Hj,ShredderIcon:Hj,Shrimp:Uj,ShrimpIcon:Uj,Shrink:Gj,ShrinkIcon:Gj,Shrub:Wj,ShrubIcon:Wj,Shuffle:Yj,ShuffleIcon:Yj,Sidebar:$r,SidebarClose:Sr,SidebarCloseIcon:Sr,SidebarIcon:$r,SidebarOpen:_r,SidebarOpenIcon:_r,Sigma:Bj,SigmaIcon:Bj,SigmaSquare:Tl,SigmaSquareIcon:Tl,Signal:aS,SignalHigh:Fj,SignalHighIcon:Fj,SignalIcon:aS,SignalLow:Kj,SignalLowIcon:Kj,SignalMedium:Jj,SignalMediumIcon:Jj,SignalZero:eS,SignalZeroIcon:eS,Signature:tS,SignatureIcon:tS,Signpost:sS,SignpostBig:nS,SignpostBigIcon:nS,SignpostIcon:sS,Siren:oS,SirenIcon:oS,SkipBack:cS,SkipBackIcon:cS,SkipForward:iS,SkipForwardIcon:iS,Skull:O1,SkullIcon:O1,Slash:rS,SlashIcon:rS,SlashSquare:zl,SlashSquareIcon:zl,Slice:lS,SliceIcon:lS,Sliders:Vr,SlidersHorizontal:dS,SlidersHorizontalIcon:dS,SlidersIcon:Vr,SlidersVertical:Vr,SlidersVerticalIcon:Vr,Smartphone:pS,SmartphoneCharging:hS,SmartphoneChargingIcon:hS,SmartphoneIcon:pS,SmartphoneNfc:uS,SmartphoneNfcIcon:uS,Smile:mS,SmileIcon:mS,SmilePlus:fS,SmilePlusIcon:fS,Snail:xS,SnailIcon:xS,Snowflake:yS,SnowflakeIcon:yS,SoapDispenserDroplet:OS,SoapDispenserDropletIcon:OS,Sofa:gS,SofaIcon:gS,SolarPanel:kS,SolarPanelIcon:kS,SortAsc:jc,SortAscIcon:jc,SortDesc:bc,SortDescIcon:bc,Soup:vS,SoupIcon:vS,Space:bS,SpaceIcon:bS,Spade:MS,SpadeIcon:MS,Sparkle:wS,SparkleIcon:wS,Sparkles:St,SparklesIcon:St,Speaker:jS,SpeakerIcon:jS,Speech:SS,SpeechIcon:SS,SpellCheck:_S,SpellCheck2:NS,SpellCheck2Icon:NS,SpellCheckIcon:_S,Spline:CS,SplineIcon:CS,SplinePointer:$S,SplinePointerIcon:$S,Split:QS,SplitIcon:QS,SplitSquareHorizontal:Pl,SplitSquareHorizontalIcon:Pl,SplitSquareVertical:Al,SplitSquareVerticalIcon:Al,Spool:LS,SpoolIcon:LS,SportShoe:zS,SportShoeIcon:zS,Spotlight:TS,SpotlightIcon:TS,SprayCan:PS,SprayCanIcon:PS,Sprout:AS,SproutIcon:AS,Square:N2,SquareActivity:Er,SquareActivityIcon:Er,SquareArrowDown:Dr,SquareArrowDownIcon:Dr,SquareArrowDownLeft:Zr,SquareArrowDownLeftIcon:Zr,SquareArrowDownRight:Xr,SquareArrowDownRightIcon:Xr,SquareArrowLeft:Hr,SquareArrowLeftIcon:Hr,SquareArrowOutDownLeft:Ur,SquareArrowOutDownLeftIcon:Ur,SquareArrowOutDownRight:Br,SquareArrowOutDownRightIcon:Br,SquareArrowOutUpLeft:Gr,SquareArrowOutUpLeftIcon:Gr,SquareArrowOutUpRight:Wr,SquareArrowOutUpRightIcon:Wr,SquareArrowRight:Yr,SquareArrowRightEnter:qS,SquareArrowRightEnterIcon:qS,SquareArrowRightExit:IS,SquareArrowRightExitIcon:IS,SquareArrowRightIcon:Yr,SquareArrowUp:Jr,SquareArrowUpIcon:Jr,SquareArrowUpLeft:Fr,SquareArrowUpLeftIcon:Fr,SquareArrowUpRight:Kr,SquareArrowUpRightIcon:Kr,SquareAsterisk:el,SquareAsteriskIcon:el,SquareBottomDashedScissors:tl,SquareBottomDashedScissorsIcon:tl,SquareCenterlineDashedHorizontal:al,SquareCenterlineDashedHorizontalIcon:al,SquareCenterlineDashedVertical:nl,SquareCenterlineDashedVerticalIcon:nl,SquareChartGantt:Rn,SquareChartGanttIcon:Rn,SquareCheck:ol,SquareCheckBig:sl,SquareCheckBigIcon:sl,SquareCheckIcon:ol,SquareChevronDown:il,SquareChevronDownIcon:il,SquareChevronLeft:cl,SquareChevronLeftIcon:cl,SquareChevronRight:rl,SquareChevronRightIcon:rl,SquareChevronUp:ll,SquareChevronUpIcon:ll,SquareCode:dl,SquareCodeIcon:dl,SquareDashed:pl,SquareDashedBottom:VS,SquareDashedBottomCode:RS,SquareDashedBottomCodeIcon:RS,SquareDashedBottomIcon:VS,SquareDashedIcon:pl,SquareDashedKanban:hl,SquareDashedKanbanIcon:hl,SquareDashedMousePointer:ul,SquareDashedMousePointerIcon:ul,SquareDashedTopSolid:ES,SquareDashedTopSolidIcon:ES,SquareDivide:fl,SquareDivideIcon:fl,SquareDot:yl,SquareDotIcon:yl,SquareEqual:ml,SquareEqualIcon:ml,SquareFunction:xl,SquareFunctionIcon:xl,SquareGanttChart:Rn,SquareGanttChartIcon:Rn,SquareIcon:N2,SquareKanban:Ol,SquareKanbanIcon:Ol,SquareLibrary:gl,SquareLibraryIcon:gl,SquareM:kl,SquareMIcon:kl,SquareMenu:vl,SquareMenuIcon:vl,SquareMinus:bl,SquareMinusIcon:bl,SquareMousePointer:Ml,SquareMousePointerIcon:Ml,SquareParking:jl,SquareParkingIcon:jl,SquareParkingOff:wl,SquareParkingOffIcon:wl,SquarePause:XS,SquarePauseIcon:XS,SquarePen:$a,SquarePenIcon:$a,SquarePercent:Sl,SquarePercentIcon:Sl,SquarePi:Nl,SquarePiIcon:Nl,SquarePilcrow:_l,SquarePilcrowIcon:_l,SquarePlay:Ql,SquarePlayIcon:Ql,SquarePlus:$l,SquarePlusIcon:$l,SquarePower:Cl,SquarePowerIcon:Cl,SquareRadical:ZS,SquareRadicalIcon:ZS,SquareRoundCorner:DS,SquareRoundCornerIcon:DS,SquareScissors:Ll,SquareScissorsIcon:Ll,SquareSigma:Tl,SquareSigmaIcon:Tl,SquareSlash:zl,SquareSlashIcon:zl,SquareSplitHorizontal:Pl,SquareSplitHorizontalIcon:Pl,SquareSplitVertical:Al,SquareSplitVerticalIcon:Al,SquareSquare:HS,SquareSquareIcon:HS,SquareStack:US,SquareStackIcon:US,SquareStar:GS,SquareStarIcon:GS,SquareStop:BS,SquareStopIcon:BS,SquareTerminal:Il,SquareTerminalIcon:Il,SquareUser:Rl,SquareUserIcon:Rl,SquareUserRound:ql,SquareUserRoundIcon:ql,SquareX:Vl,SquareXIcon:Vl,SquaresExclude:WS,SquaresExcludeIcon:WS,SquaresIntersect:YS,SquaresIntersectIcon:YS,SquaresSubtract:FS,SquaresSubtractIcon:FS,SquaresUnite:KS,SquaresUniteIcon:KS,Squircle:JS,SquircleDashed:eN,SquircleDashedIcon:eN,SquircleIcon:JS,Squirrel:tN,SquirrelIcon:tN,Stamp:aN,StampIcon:aN,Star:g1,StarHalf:nN,StarHalfIcon:nN,StarIcon:g1,StarOff:sN,StarOffIcon:sN,Stars:St,StarsIcon:St,StepBack:oN,StepBackIcon:oN,StepForward:cN,StepForwardIcon:cN,Stethoscope:iN,StethoscopeIcon:iN,Sticker:rN,StickerIcon:rN,StickyNote:lN,StickyNoteIcon:lN,Stone:dN,StoneIcon:dN,StopCircle:mi,StopCircleIcon:mi,Store:hN,StoreIcon:hN,StretchHorizontal:uN,StretchHorizontalIcon:uN,StretchVertical:pN,StretchVerticalIcon:pN,Strikethrough:mN,StrikethroughIcon:mN,Subscript:fN,SubscriptIcon:fN,Subtitles:Tc,SubtitlesIcon:Tc,Sun:kN,SunDim:xN,SunDimIcon:xN,SunIcon:kN,SunMedium:yN,SunMediumIcon:yN,SunMoon:ON,SunMoonIcon:ON,SunSnow:gN,SunSnowIcon:gN,Sunrise:vN,SunriseIcon:vN,Sunset:bN,SunsetIcon:bN,Superscript:MN,SuperscriptIcon:MN,SwatchBook:wN,SwatchBookIcon:wN,SwissFranc:jN,SwissFrancIcon:jN,SwitchCamera:SN,SwitchCameraIcon:SN,Sword:NN,SwordIcon:NN,Swords:_N,SwordsIcon:_N,Syringe:$N,SyringeIcon:$N,Table:qN,Table2:CN,Table2Icon:CN,TableCellsMerge:QN,TableCellsMergeIcon:QN,TableCellsSplit:LN,TableCellsSplitIcon:LN,TableColumnsSplit:zN,TableColumnsSplitIcon:zN,TableConfig:Tn,TableConfigIcon:Tn,TableIcon:qN,TableOfContents:TN,TableOfContentsIcon:TN,TableProperties:PN,TablePropertiesIcon:PN,TableRowsSplit:AN,TableRowsSplitIcon:AN,Tablet:RN,TabletIcon:RN,TabletSmartphone:IN,TabletSmartphoneIcon:IN,Tablets:VN,TabletsIcon:VN,Tag:XN,TagIcon:XN,Tags:EN,TagsIcon:EN,Tally1:ZN,Tally1Icon:ZN,Tally2:HN,Tally2Icon:HN,Tally3:DN,Tally3Icon:DN,Tally4:UN,Tally4Icon:UN,Tally5:BN,Tally5Icon:BN,Tangent:GN,TangentIcon:GN,Target:WN,TargetIcon:WN,Telescope:YN,TelescopeIcon:YN,Tent:FN,TentIcon:FN,TentTree:KN,TentTreeIcon:KN,Terminal:Vs,TerminalIcon:Vs,TerminalSquare:Il,TerminalSquareIcon:Il,TestTube:k1,TestTube2:El,TestTube2Icon:El,TestTubeDiagonal:El,TestTubeDiagonalIcon:El,TestTubeIcon:k1,TestTubes:JN,TestTubesIcon:JN,Text:Vn,TextAlignCenter:Xl,TextAlignCenterIcon:Xl,TextAlignEnd:Zl,TextAlignEndIcon:Zl,TextAlignJustify:Dl,TextAlignJustifyIcon:Dl,TextAlignStart:Vn,TextAlignStartIcon:Vn,TextCursor:t_,TextCursorIcon:t_,TextCursorInput:e_,TextCursorInputIcon:e_,TextIcon:Vn,TextInitial:Hl,TextInitialIcon:Hl,TextQuote:a_,TextQuoteIcon:a_,TextSearch:n_,TextSearchIcon:n_,TextSelect:Ul,TextSelectIcon:Ul,TextSelection:Ul,TextSelectionIcon:Ul,TextWrap:Gl,TextWrapIcon:Gl,Theater:s_,TheaterIcon:s_,Thermometer:i_,ThermometerIcon:i_,ThermometerSnowflake:o_,ThermometerSnowflakeIcon:o_,ThermometerSun:c_,ThermometerSunIcon:c_,ThumbsDown:r_,ThumbsDownIcon:r_,ThumbsUp:l_,ThumbsUpIcon:l_,Ticket:x_,TicketCheck:d_,TicketCheckIcon:d_,TicketIcon:x_,TicketMinus:h_,TicketMinusIcon:h_,TicketPercent:u_,TicketPercentIcon:u_,TicketPlus:p_,TicketPlusIcon:p_,TicketSlash:f_,TicketSlashIcon:f_,TicketX:m_,TicketXIcon:m_,Tickets:O_,TicketsIcon:O_,TicketsPlane:y_,TicketsPlaneIcon:y_,Timer:k_,TimerIcon:k_,TimerOff:g_,TimerOffIcon:g_,TimerReset:v_,TimerResetIcon:v_,ToggleLeft:b_,ToggleLeftIcon:b_,ToggleRight:M_,ToggleRightIcon:M_,Toilet:w_,ToiletIcon:w_,ToolCase:j_,ToolCaseIcon:j_,Toolbox:S_,ToolboxIcon:S_,Tornado:N_,TornadoIcon:N_,Torus:__,TorusIcon:__,Touchpad:C_,TouchpadIcon:C_,TouchpadOff:$_,TouchpadOffIcon:$_,TowelRack:Q_,TowelRackIcon:Q_,TowerControl:L_,TowerControlIcon:L_,ToyBrick:z_,ToyBrickIcon:z_,Tractor:T_,TractorIcon:T_,TrafficCone:P_,TrafficConeIcon:P_,Train:Bl,TrainFront:q_,TrainFrontIcon:q_,TrainFrontTunnel:A_,TrainFrontTunnelIcon:A_,TrainIcon:Bl,TrainTrack:I_,TrainTrackIcon:I_,TramFront:Bl,TramFrontIcon:Bl,Transgender:R_,TransgenderIcon:R_,Trash:V_,Trash2:Ht,Trash2Icon:Ht,TrashIcon:V_,TreeDeciduous:E_,TreeDeciduousIcon:E_,TreePalm:Wl,TreePalmIcon:Wl,TreePine:X_,TreePineIcon:X_,Trees:Z_,TreesIcon:Z_,TrendingDown:D_,TrendingDownIcon:D_,TrendingUp:U_,TrendingUpDown:H_,TrendingUpDownIcon:H_,TrendingUpIcon:U_,Triangle:Y_,TriangleAlert:Pt,TriangleAlertIcon:Pt,TriangleDashed:G_,TriangleDashedIcon:G_,TriangleIcon:Y_,TriangleRight:B_,TriangleRightIcon:B_,Trophy:W_,TrophyIcon:W_,Truck:K_,TruckElectric:F_,TruckElectricIcon:F_,TruckIcon:K_,TurkishLira:J_,TurkishLiraIcon:J_,Turntable:e$,TurntableIcon:e$,Turtle:a$,TurtleIcon:a$,Tv:n$,Tv2:Yl,Tv2Icon:Yl,TvIcon:n$,TvMinimal:Yl,TvMinimalIcon:Yl,TvMinimalPlay:t$,TvMinimalPlayIcon:t$,Type:o$,TypeIcon:o$,TypeOutline:s$,TypeOutlineIcon:s$,Umbrella:i$,UmbrellaIcon:i$,UmbrellaOff:c$,UmbrellaOffIcon:c$,Underline:r$,UnderlineIcon:r$,Undo:h$,Undo2:d$,Undo2Icon:d$,UndoDot:l$,UndoDotIcon:l$,UndoIcon:h$,UnfoldHorizontal:u$,UnfoldHorizontalIcon:u$,UnfoldVertical:p$,UnfoldVerticalIcon:p$,Ungroup:f$,UngroupIcon:f$,University:Fl,UniversityIcon:Fl,Unlink:x$,Unlink2:m$,Unlink2Icon:m$,UnlinkIcon:x$,Unlock:mr,UnlockIcon:mr,UnlockKeyhole:fr,UnlockKeyholeIcon:fr,Unplug:v1,UnplugIcon:v1,Upload:_2,UploadCloud:vi,UploadCloudIcon:vi,UploadIcon:_2,Usb:y$,UsbIcon:y$,User:Q2,User2:n1,User2Icon:n1,UserCheck:$2,UserCheck2:Jl,UserCheck2Icon:Jl,UserCheckIcon:$2,UserCircle:yi,UserCircle2:xi,UserCircle2Icon:xi,UserCircleIcon:yi,UserCog:O$,UserCog2:Kl,UserCog2Icon:Kl,UserCogIcon:O$,UserIcon:Q2,UserKey:g$,UserKeyIcon:g$,UserLock:k$,UserLockIcon:k$,UserMinus:b$,UserMinus2:e1,UserMinus2Icon:e1,UserMinusIcon:b$,UserPen:v$,UserPenIcon:v$,UserPlus:C2,UserPlus2:t1,UserPlus2Icon:t1,UserPlusIcon:C2,UserRound:n1,UserRoundCheck:Jl,UserRoundCheckIcon:Jl,UserRoundCog:Kl,UserRoundCogIcon:Kl,UserRoundIcon:n1,UserRoundKey:M$,UserRoundKeyIcon:M$,UserRoundMinus:e1,UserRoundMinusIcon:e1,UserRoundPen:w$,UserRoundPenIcon:w$,UserRoundPlus:t1,UserRoundPlusIcon:t1,UserRoundSearch:j$,UserRoundSearchIcon:j$,UserRoundX:a1,UserRoundXIcon:a1,UserSearch:S$,UserSearchIcon:S$,UserSquare:Rl,UserSquare2:ql,UserSquare2Icon:ql,UserSquareIcon:Rl,UserStar:N$,UserStarIcon:N$,UserX:_$,UserX2:a1,UserX2Icon:a1,UserXIcon:_$,Users:Ja,Users2:s1,Users2Icon:s1,UsersIcon:Ja,UsersRound:s1,UsersRoundIcon:s1,Utensils:c1,UtensilsCrossed:o1,UtensilsCrossedIcon:o1,UtensilsIcon:c1,UtilityPole:$$,UtilityPoleIcon:$$,Van:C$,VanIcon:C$,Variable:Q$,VariableIcon:Q$,Vault:L$,VaultIcon:L$,VectorSquare:T$,VectorSquareIcon:T$,Vegan:z$,VeganIcon:z$,VenetianMask:P$,VenetianMaskIcon:P$,Venus:A$,VenusAndMars:q$,VenusAndMarsIcon:q$,VenusIcon:A$,Verified:_c,VerifiedIcon:_c,Vibrate:R$,VibrateIcon:R$,VibrateOff:I$,VibrateOffIcon:I$,Video:E$,VideoIcon:E$,VideoOff:V$,VideoOffIcon:V$,Videotape:X$,VideotapeIcon:X$,View:Z$,ViewIcon:Z$,Voicemail:D$,VoicemailIcon:D$,Volleyball:H$,VolleyballIcon:H$,Volume:Y$,Volume1:U$,Volume1Icon:U$,Volume2:G$,Volume2Icon:G$,VolumeIcon:Y$,VolumeOff:B$,VolumeOffIcon:B$,VolumeX:W$,VolumeXIcon:W$,Vote:F$,VoteIcon:F$,Wallet:J$,Wallet2:i1,Wallet2Icon:i1,WalletCards:K$,WalletCardsIcon:K$,WalletIcon:J$,WalletMinimal:i1,WalletMinimalIcon:i1,Wallpaper:tC,WallpaperIcon:tC,Wand:eC,Wand2:r1,Wand2Icon:r1,WandIcon:eC,WandSparkles:r1,WandSparklesIcon:r1,Warehouse:aC,WarehouseIcon:aC,WashingMachine:nC,WashingMachineIcon:nC,Watch:sC,WatchIcon:sC,Waves:rC,WavesArrowDown:oC,WavesArrowDownIcon:oC,WavesArrowUp:cC,WavesArrowUpIcon:cC,WavesIcon:rC,WavesLadder:iC,WavesLadderIcon:iC,Waypoints:lC,WaypointsIcon:lC,Webcam:dC,WebcamIcon:dC,Webhook:uC,WebhookIcon:uC,WebhookOff:hC,WebhookOffIcon:hC,Weight:fC,WeightIcon:fC,WeightTilde:pC,WeightTildeIcon:pC,Wheat:xC,WheatIcon:xC,WheatOff:mC,WheatOffIcon:mC,WholeWord:yC,WholeWordIcon:yC,Wifi:b1,WifiCog:OC,WifiCogIcon:OC,WifiHigh:gC,WifiHighIcon:gC,WifiIcon:b1,WifiLow:kC,WifiLowIcon:kC,WifiOff:vC,WifiOffIcon:vC,WifiPen:bC,WifiPenIcon:bC,WifiSync:MC,WifiSyncIcon:MC,WifiZero:wC,WifiZeroIcon:wC,Wind:SC,WindArrowDown:jC,WindArrowDownIcon:jC,WindIcon:SC,Wine:_C,WineIcon:_C,WineOff:NC,WineOffIcon:NC,Workflow:$C,WorkflowIcon:$C,Worm:CC,WormIcon:CC,WrapText:Gl,WrapTextIcon:Gl,Wrench:L2,WrenchIcon:L2,X:nt,XCircle:un,XCircleIcon:un,XIcon:nt,XLineTop:QC,XLineTopIcon:QC,XOctagon:Mr,XOctagonIcon:Mr,XSquare:Vl,XSquareIcon:Vl,Zap:xa,ZapIcon:xa,ZapOff:LC,ZapOffIcon:LC,ZodiacAquarius:zC,ZodiacAquariusIcon:zC,ZodiacAries:TC,ZodiacAriesIcon:TC,ZodiacCancer:PC,ZodiacCancerIcon:PC,ZodiacCapricorn:AC,ZodiacCapricornIcon:AC,ZodiacGemini:qC,ZodiacGeminiIcon:qC,ZodiacLeo:IC,ZodiacLeoIcon:IC,ZodiacLibra:RC,ZodiacLibraIcon:RC,ZodiacOphiuchus:VC,ZodiacOphiuchusIcon:VC,ZodiacPisces:EC,ZodiacPiscesIcon:EC,ZodiacSagittarius:XC,ZodiacSagittariusIcon:XC,ZodiacScorpio:ZC,ZodiacScorpioIcon:ZC,ZodiacTaurus:DC,ZodiacTaurusIcon:DC,ZodiacVirgo:HC,ZodiacVirgoIcon:HC,ZoomIn:UC,ZoomInIcon:UC,ZoomOut:GC,ZoomOutIcon:GC,createLucideIcon:l,icons:R8e,useLucideContext:CZ},Symbol.toStringTag,{value:"Module"})),V8e={success:ta,error:jt,info:Td,warning:Pt},E8e={success:"border-l-success",error:"border-l-danger",info:"border-l-accent",warning:"border-l-warning"},X8e={success:"text-success",error:"text-danger",info:"text-accent",warning:"text-warning"},Z8e={success:3e3,error:0,info:5e3,warning:5e3};function D8e({toast:e}){const n=R(i=>i.removeToast),o=V8e[e.type]||Td,c=Z8e[e.type];return O.useEffect(()=>{if(!c)return;const i=setTimeout(()=>n(e.id),c);return()=>clearTimeout(i)},[e.id,c,n]),t.jsxs(tn.div,{layout:!0,initial:{opacity:0,x:80,scale:.95},animate:{opacity:1,x:0,scale:1},exit:{opacity:0,x:80,scale:.95},transition:{duration:.2},className:te("w-80 border border-border bg-surface-1 shadow-xl","border-l-2 flex items-center gap-3 px-4 py-3",E8e[e.type]),children:[t.jsx(o,{size:16,className:te("flex-shrink-0",X8e[e.type])}),t.jsxs("div",{className:"flex-1 min-w-0",children:[t.jsx("p",{className:"text-sm text-text-0 font-sans",children:e.message}),e.detail&&t.jsx("p",{className:"text-xs text-text-3 font-sans mt-0.5",children:e.detail})]}),t.jsx("button",{onClick:i=>{i.stopPropagation(),n(e.id)},className:"p-1.5 text-text-4 hover:text-text-1 hover:bg-surface-5 rounded transition-colors cursor-pointer flex-shrink-0 z-10",children:t.jsx(nt,{size:14})})]})}function H8e(){const e=R(n=>n.toasts);return t.jsx("div",{className:"fixed bottom-10 left-[60px] z-[100] flex flex-col-reverse gap-2",children:t.jsx(Wd,{mode:"popLayout",children:e.slice(-3).map(n=>t.jsx(D8e,{toast:n},n.id))})})}const U8e=[{id:"agents",icon:qd,label:"Agents"},{id:"editor",icon:aa,label:"Editor"},{id:"dashboard",icon:$d,label:"Dashboard"},{id:"marketplace",icon:Rd,label:"Marketplace"},{id:"toys",icon:f1,label:"Toys"},{id:"models",icon:yn,label:"Models"},{id:"teams",icon:Ja,label:"Teams"},{id:"federation",icon:Pa,label:"Federation"}],G8e=[{id:"journalist",icon:qs,label:"Journalist",panel:!0},{id:"settings",icon:Rs,label:"Settings",nav:!0}];function B8e({activeView:e,detailPanel:n,onNavigate:o,onTogglePanel:c}){const i=Go()&&SX()==="darwin";return t.jsxs("nav",{className:"w-12 flex-shrink-0 flex flex-col bg-surface-3 border-r border-border",children:[i&&t.jsx("div",{className:"flex-shrink-0 h-9 flex items-end justify-center pb-1.5 border-b border-border",children:t.jsx("img",{src:"/favicon.png",alt:"Groove",className:"h-6 w-6 rounded-full"})}),t.jsx("div",{className:"flex flex-col items-center gap-1.5 pt-2.5",children:U8e.map(d=>t.jsx(iQ,{content:d.label,side:"right",children:t.jsx("button",{onClick:()=>o(d.id),className:te("w-8 h-8 flex items-center justify-center rounded-md transition-colors cursor-pointer",e===d.id?"text-accent bg-accent/10":"text-text-3 hover:text-accent hover:bg-accent/10"),children:t.jsx(d.icon,{size:16,strokeWidth:e===d.id?2:1.5})})},d.id))}),t.jsx("div",{className:"flex-1"}),t.jsx("div",{className:"flex flex-col items-center gap-1.5 pb-3",children:G8e.map(d=>{const u=d.panel?(n==null?void 0:n.type)===d.id:e===d.id;return t.jsx(iQ,{content:d.label,side:"right",children:t.jsx("button",{onClick:()=>d.panel?c(d.id):o(d.id),className:te("w-8 h-8 flex items-center justify-center rounded-md transition-colors cursor-pointer",u?"text-accent bg-accent/10":"text-text-3 hover:text-accent hover:bg-accent/10"),children:t.jsx(d.icon,{size:16,strokeWidth:u?2:1.5})})},d.id)})})]})}function W8e({user:e,size:n=24}){const[o,c]=O.useState(!1),i=(e==null?void 0:e.avatar)||(e==null?void 0:e.picture)||(e==null?void 0:e.photoURL)||(e==null?void 0:e.photo);return i&&!o?t.jsx("img",{src:i,alt:"",className:"rounded-full",style:{width:n,height:n},referrerPolicy:"no-referrer",crossOrigin:"anonymous",onError:()=>c(!0)}):t.jsx("div",{className:"rounded-full bg-accent/10 flex items-center justify-center",style:{width:n,height:n},children:t.jsx(Q2,{size:Math.round(n*.5),className:"text-accent"})})}function Y8e(){const e=R(p=>p.marketplaceAuthenticated),n=R(p=>p.marketplaceUser),o=R(p=>p.marketplaceLogin),c=R(p=>p.marketplaceLogout),[i,d]=O.useState(!1),u=O.useRef(null);return O.useEffect(()=>{if(!i)return;function p(f){u.current&&!u.current.contains(f.target)&&d(!1)}return document.addEventListener("mousedown",p,!0),()=>document.removeEventListener("mousedown",p,!0)},[i]),e?t.jsxs("div",{ref:u,className:"relative flex-shrink-0",children:[t.jsxs("button",{onClick:()=>d(!i),className:te("flex items-center gap-2 h-7 pl-2 pr-1 rounded-md transition-colors cursor-pointer select-none",i?"bg-surface-1 border border-border":"hover:bg-surface-1 border border-transparent"),children:[t.jsx("span",{className:"text-xs text-text-1 font-sans font-medium max-w-[100px] truncate",children:(n==null?void 0:n.displayName)||(n==null?void 0:n.id)||"Account"}),t.jsx(W8e,{user:n,size:20}),t.jsx(At,{size:10,className:te("text-text-4 transition-transform",i&&"rotate-180")})]}),i&&t.jsxs("div",{className:"absolute right-0 top-full mt-1 w-48 py-1 rounded-md bg-surface-1 border border-border shadow-lg z-50",children:[t.jsxs("div",{className:"px-3 py-2 border-b border-border-subtle",children:[t.jsx("p",{className:"text-xs font-medium text-text-0 font-sans truncate",children:(n==null?void 0:n.displayName)||"Account"}),(n==null?void 0:n.email)&&t.jsx("p",{className:"text-2xs text-text-4 font-sans truncate",children:n.email})]}),t.jsxs("a",{href:"https://docs.groovedev.ai",target:"_blank",rel:"noopener noreferrer",onClick:()=>d(!1),className:"flex items-center gap-2 px-3 py-1.5 text-xs text-text-2 hover:text-text-0 hover:bg-surface-3 font-sans cursor-pointer transition-colors",children:[t.jsx(Po,{size:12}),"Docs",t.jsx(Qt,{size:9,className:"ml-auto text-text-4"})]}),t.jsxs("a",{href:"https://groovedev.ai",target:"_blank",rel:"noopener noreferrer",onClick:()=>d(!1),className:"flex items-center gap-2 px-3 py-1.5 text-xs text-text-2 hover:text-text-0 hover:bg-surface-3 font-sans cursor-pointer transition-colors",children:[t.jsx(Qt,{size:12}),"groovedev.ai"]}),t.jsx("div",{className:"my-1 h-px bg-border-subtle"}),t.jsxs("button",{onClick:()=>{d(!1),c()},className:"flex items-center gap-2 w-full px-3 py-1.5 text-xs text-text-3 hover:text-danger hover:bg-surface-3 font-sans cursor-pointer transition-colors",children:[t.jsx(y2,{size:12}),"Sign out"]})]})]}):t.jsxs("button",{onClick:o,className:"flex items-center gap-1.5 h-7 px-3 rounded-md bg-surface-1 border border-border-subtle text-xs font-semibold font-sans text-text-2 hover:text-text-0 hover:border-border transition-colors cursor-pointer select-none flex-shrink-0",children:[t.jsx(Vo,{size:12}),"Sign in"]})}const F8e={agents:"Agents",editor:"Editor",dashboard:"Dashboard",marketplace:"Marketplace",teams:"Teams"};function K8e({activeView:e,connected:n,tunneled:o,daemonHost:c,editorActiveFile:i,onOpenCommandPalette:d}){const u=R(b=>b.projectDir),p=R(b=>b.toggleProjectPicker),f=["Groove",F8e[e]||e];e==="editor"&&i&&f.push(i.split("/").pop());const v=Go()&&SX()==="darwin",[g,k]=O.useState(null);return O.useEffect(()=>{var b;if((b=window.groove)!=null&&b.getInstanceInfo)window.groove.getInstanceInfo().then(M=>{M!=null&&M.name&&k(M.name)});else{const M=new URLSearchParams(window.location.search).get("instance");M&&k(M)}},[]),t.jsxs("header",{className:te("h-11 flex-shrink-0 flex items-center gap-3 px-4 pt-0.5 bg-surface-3 border-b border-border relative",v&&"pl-24 electron-drag electron-no-drag-children"),children:[!v&&t.jsx("img",{src:"/favicon.png",alt:"Groove",className:"h-7 w-7 rounded-full flex-shrink-0"}),g&&t.jsxs("button",{onClick:()=>{var b,M;return(M=(b=window.groove)==null?void 0:b.openFolder)==null?void 0:M.call(b)},className:"text-2xs font-mono font-semibold text-accent bg-accent/10 px-1.5 py-0.5 rounded flex-shrink-0 hover:bg-accent/20 transition-colors cursor-pointer",children:["/",g]}),!g&&c&&t.jsx("span",{className:"text-2xs font-mono font-semibold text-text-3 bg-surface-5 px-1.5 py-0.5 rounded flex-shrink-0",children:c}),o&&u&&t.jsxs("button",{onClick:p,className:"flex items-center gap-1 text-2xs font-mono font-medium text-text-2 bg-surface-5 px-1.5 py-0.5 rounded flex-shrink-0 hover:bg-surface-4 hover:text-text-0 transition-colors cursor-pointer",title:u,children:[t.jsx(Ft,{size:11}),u.split("/").pop()||"/"]}),t.jsx("div",{className:"flex-1 min-w-4"}),t.jsx("div",{className:"flex items-center gap-1 text-xs font-sans text-text-3 flex-shrink-0",children:f.map((b,M)=>t.jsxs("span",{className:"flex items-center gap-1",children:[M>0&&t.jsx(qt,{size:11,className:"text-text-4"}),t.jsx("span",{className:te(M===f.length-1?"text-text-2":"text-text-4"),children:b})]},M))}),t.jsx(Y8e,{}),t.jsxs("button",{onClick:d,className:te("absolute left-1/2 top-1/2 -translate-x-1/2 -translate-y-1/2 flex items-center gap-2.5 h-8 px-4 rounded-md w-full max-w-md","bg-surface-1 border border-border-subtle","text-xs text-text-4 font-sans","hover:border-border hover:text-text-3 transition-colors cursor-pointer"),children:[t.jsx(It,{size:14,className:"flex-shrink-0"}),t.jsx("span",{className:"flex-1 text-left",children:"Search commands..."}),t.jsx("kbd",{className:"text-2xs font-mono bg-surface-4 px-1.5 py-0.5 rounded text-text-4 ml-1",children:"Cmd+K"})]})]})}const J8e={running:"var(--color-success)",starting:"var(--color-warning)",stopped:"var(--color-text-3)",crashed:"var(--color-danger)",completed:"var(--color-accent)",killed:"var(--color-text-3)",rotating:"var(--color-purple)"};function qP(e){return J8e[e]||"var(--color-text-3)"}const e7e={planner:{bg:"rgba(74, 225, 104, 0.12)",text:"#4ae168",border:"#4ae168"},backend:{bg:"rgba(51, 175, 188, 0.12)",text:"#33afbc",border:"#33afbc"},frontend:{bg:"rgba(229, 192, 123, 0.12)",text:"#e5c07b",border:"#e5c07b"},fullstack:{bg:"rgba(74, 225, 104, 0.12)",text:"#4ae168",border:"#4ae168"},testing:{bg:"rgba(97, 175, 239, 0.12)",text:"#61afef",border:"#61afef"},devops:{bg:"rgba(209, 154, 102, 0.12)",text:"#d19a66",border:"#d19a66"},docs:{bg:"rgba(139, 146, 158, 0.12)",text:"#8b929e",border:"#8b929e"},security:{bg:"rgba(224, 108, 117, 0.12)",text:"#e06c75",border:"#e06c75"},database:{bg:"rgba(198, 120, 221, 0.12)",text:"#c678dd",border:"#c678dd"},cmo:{bg:"rgba(229, 192, 123, 0.12)",text:"#e5c07b",border:"#e5c07b"},cfo:{bg:"rgba(74, 225, 104, 0.12)",text:"#4ae168",border:"#4ae168"},ea:{bg:"rgba(97, 175, 239, 0.12)",text:"#61afef",border:"#61afef"},support:{bg:"rgba(51, 175, 188, 0.12)",text:"#33afbc",border:"#33afbc"},analyst:{bg:"rgba(198, 120, 221, 0.12)",text:"#c678dd",border:"#c678dd"},creative:{bg:"rgba(229, 192, 123, 0.12)",text:"#e5c07b",border:"#e5c07b"},slides:{bg:"rgba(209, 154, 102, 0.12)",text:"#d19a66",border:"#d19a66"},chat:{bg:"rgba(198, 120, 221, 0.12)",text:"#c678dd",border:"#c678dd"}};function Uo(e){const n=(e||"").toLowerCase();return e7e[n]||{bg:"rgba(139, 146, 158, 0.12)",text:"#8b929e",border:"#8b929e"}}function sa({status:e,size:n="md",className:o}){const c=e==="running"||e==="starting",i=n==="sm"?"w-1.5 h-1.5":n==="lg"?"w-3 h-3":"w-2 h-2";return t.jsx("span",{className:te("rounded-full inline-block flex-shrink-0",c&&"animate-pulse",i,o),style:{background:qP(e)}})}function st(e){return e==null||isNaN(e)?"0":e>=1e9?(e/1e9).toFixed(1).replace(/\.0$/,"")+"B":e>=1e6?(e/1e6).toFixed(1).replace(/\.0$/,"")+"M":e>=1e3?(e/1e3).toFixed(1).replace(/\.0$/,"")+"k":Math.round(e).toLocaleString()}function Ko(e){return e==null||isNaN(e)?"$0":e>=1e3?"$"+(e/1e3).toFixed(1).replace(/\.0$/,"")+"k":e>=1||e>=.01?"$"+e.toFixed(2):"$"+e.toFixed(3)}function dn(e){return e==null||isNaN(e)?"0%":Math.round(e)+"%"}function Y2(e){if(!e||e<0)return"0s";const n=Math.floor(e/86400),o=Math.floor(e%86400/3600),c=Math.floor(e%3600/60),i=Math.floor(e%60);return n>0?`${n}d ${o}h`:o>0?`${o}h ${c}m`:c>0?`${c}m ${i}s`:`${i}s`}function Lt(e){if(!e)return"";const n=(Date.now()-new Date(e).getTime())/1e3;return n<5?"just now":n<60?`${Math.floor(n)}s ago`:n<3600?`${Math.floor(n/60)}m ago`:n<86400?`${Math.floor(n/3600)}h ago`:`${Math.floor(n/86400)}d ago`}function t7e({connected:e,agentCount:n,runningCount:o,uptime:c,terminalVisible:i,onToggleTerminal:d}){const u=R(b=>b.savedTunnels),p=R(b=>b.tunneled),f=R(b=>b.version),x=R(b=>b.updateReady),v=R(b=>b.installUpdate),g=u.find(b=>b.active),k=Go();return t.jsxs("footer",{className:"h-6 flex-shrink-0 flex items-center px-3 bg-surface-3 border-t border-border text-2xs font-sans select-none",children:[t.jsxs("div",{className:"flex items-center gap-3",children:[t.jsxs("div",{className:"flex items-center gap-1.5",children:[t.jsx(sa,{status:e?"running":"crashed",size:"sm"}),t.jsx("span",{className:e?"text-text-2":"text-danger",children:e?k?"Desktop":"Connected":"Offline"})]}),k&&e&&t.jsxs("button",{onClick:()=>tQ(window.location.href),className:"flex items-center gap-1 text-text-4 hover:text-text-1 cursor-pointer transition-colors",title:"Open this workspace in your browser",children:[t.jsx(Pa,{size:10}),t.jsx("span",{children:"Browser"})]}),e&&c>0&&t.jsxs("span",{className:"text-text-4",children:["Up ",Y2(c)]}),e&&n>0&&t.jsxs("span",{className:"text-text-4",children:[o,"/",n," agents"]}),g?t.jsxs("div",{className:"flex items-center gap-1",children:[t.jsxs("button",{onClick:()=>{const b=g.localPort,M=encodeURIComponent(g.name);tQ(`http://localhost:${b}?instance=${M}`)},className:"flex items-center gap-1.5 text-text-3 hover:text-text-1 cursor-pointer transition-colors",title:"Open remote GUI",children:[t.jsx(Fa,{size:10,className:"text-success"}),t.jsx("span",{children:g.name}),t.jsx("span",{className:"w-1.5 h-1.5 rounded-full bg-success"}),g.latencyMs!=null&&t.jsxs("span",{className:"text-text-4",children:[g.latencyMs,"ms"]})]}),t.jsx("button",{onClick:()=>R.getState().disconnectTunnel(g.id),className:"p-0.5 text-text-4 hover:text-danger cursor-pointer transition-colors rounded",title:"Disconnect",children:t.jsx(nt,{size:10})})]}):p?t.jsxs("button",{onClick:()=>{var b,M,w;return((w=(M=(b=window.groove)==null?void 0:b.remote)==null?void 0:M.close)==null?void 0:w.call(M))||window.close()},className:"flex items-center gap-1.5 text-text-3 hover:text-danger cursor-pointer transition-colors",title:"Close remote connection",children:[t.jsx(v1,{size:10}),t.jsx("span",{children:"Disconnect"})]}):u.length>0&&t.jsxs("button",{onClick:()=>R.getState().toggleQuickConnect(),className:"flex items-center gap-1.5 text-text-4 hover:text-text-1 cursor-pointer transition-colors",title:"Quick Connect to remote server",children:[t.jsx($t,{size:10}),t.jsx("span",{children:"Connect"})]})]}),t.jsx("div",{className:"flex-1"}),x?t.jsxs("button",{onClick:v,className:"flex items-center gap-1.5 px-2 h-full text-success hover:bg-success/10 transition-colors cursor-pointer",title:`Update to v${x}`,children:[t.jsx(So,{size:12}),t.jsxs("span",{children:["v",x]})]}):f?t.jsxs("span",{className:"text-text-4 px-2",children:["v",f]}):null,!k&&t.jsxs("a",{href:"https://docs.groovedev.ai",target:"_blank",rel:"noopener noreferrer",className:"flex items-center gap-1.5 px-2 h-full text-text-3 hover:text-text-1 hover:bg-surface-5 transition-colors no-underline",children:[t.jsx(Po,{size:12}),t.jsx("span",{children:"Docs"})]}),t.jsxs("button",{onClick:d,className:te("flex items-center gap-1.5 px-2 h-full transition-colors cursor-pointer",i?"text-accent bg-accent/8 hover:bg-accent/12":"text-text-3 hover:text-text-1 hover:bg-surface-5"),children:[t.jsx(Vs,{size:12}),t.jsx("span",{children:"Terminal"}),t.jsx("kbd",{className:"font-mono text-text-4 ml-0.5",children:"Cmd+J"})]})]})}function a7e({children:e,width:n,onWidthChange:o,onClose:c,className:i}){const d=O.useRef(!1),u=O.useRef(0),p=O.useRef(0),f=O.useCallback(x=>{x.preventDefault(),d.current=!0,u.current=x.clientX,p.current=n;function v(k){if(!d.current)return;const b=u.current-k.clientX,M=Math.min(Math.max(p.current+b,380),window.innerWidth*.65);o(M)}function g(){d.current=!1,document.removeEventListener("mousemove",v),document.removeEventListener("mouseup",g)}document.addEventListener("mousemove",v),document.addEventListener("mouseup",g)},[n,o]);return t.jsxs("aside",{className:te("flex-shrink-0 flex bg-surface-1 border-l border-border relative",i),style:{width:n},children:[t.jsx("div",{className:"absolute left-0 top-0 bottom-0 w-1 cursor-col-resize hover:bg-accent/30 transition-colors z-10",onMouseDown:f}),t.jsx("button",{onClick:c,className:"absolute top-3 right-3 z-10 p-1 rounded-md text-text-3 hover:text-text-0 hover:bg-surface-5 transition-colors cursor-pointer",children:t.jsx(nt,{size:14})}),t.jsx("div",{className:"flex-1 overflow-y-auto overflow-x-hidden",children:e})]})}const n7e=[{id:"nav:agents",label:"Go to Agents",icon:qd,category:"Navigation",action:e=>{e.setActiveView("agents")}},{id:"nav:editor",label:"Go to Editor",icon:aa,category:"Navigation",action:e=>{e.setActiveView("editor")}},{id:"nav:dashboard",label:"Go to Dashboard",icon:$d,category:"Navigation",action:e=>{e.setActiveView("dashboard")}},{id:"nav:marketplace",label:"Go to Marketplace",icon:Rd,category:"Navigation",action:e=>{e.setActiveView("marketplace")}},{id:"nav:teams",label:"Go to Teams",icon:Ja,category:"Navigation",action:e=>{e.setActiveView("teams")}},{id:"nav:federation",label:"Go to Federation",icon:Pa,category:"Navigation",action:e=>{e.setActiveView("federation")}},{id:"action:spawn",label:"Spawn Agent",icon:dt,category:"Actions",action:e=>{e.openDetail({type:"spawn"})}},{id:"action:terminal",label:"Toggle Terminal",icon:Vs,category:"Actions",action:e=>{e.setTerminalVisible(!e.terminalVisible)},shortcut:"Cmd+J"},{id:"action:journalist",label:"Toggle Journalist",icon:qs,category:"Actions",action:e=>{var n;((n=e.detailPanel)==null?void 0:n.type)==="journalist"?e.closeDetail():e.openDetail({type:"journalist"})}}];function s7e(){const e=R(M=>M.commandPaletteOpen),n=R(M=>M.toggleCommandPalette),o=R(M=>M.agents),c=R(M=>M.savedTunnels),i=R,[d,u]=O.useState(""),[p,f]=O.useState(0),x=O.useRef(null),v=O.useMemo(()=>{var j;const M=o.flatMap(C=>[{id:`chat:${C.id}`,label:`Chat with ${C.name}`,icon:gn,category:"Agents",action:_=>{_.selectAgent(C.id)}},...C.status==="running"?[{id:`rotate:${C.id}`,label:`Rotate ${C.name}`,icon:Is,category:"Agents",action:_=>{_.rotateAgent(C.id)}},{id:`kill:${C.id}`,label:`Kill ${C.name}`,icon:O1,category:"Agents",action:_=>{_.killAgent(C.id)}}]:[]]),w=[{id:"action:quickconnect",label:"Quick Connect",icon:Fa,category:"Remote",action:C=>{C.toggleQuickConnect()}},...c.map(C=>C.active?{id:`tunnel:open:${C.id}`,label:`Open ${C.name}`,icon:Qt,category:"Remote",action:()=>{window.open(`http://localhost:${C.localPort}?instance=${encodeURIComponent(C.name)}`,"_blank")}}:{id:`tunnel:connect:${C.id}`,label:`Connect to ${C.name}`,icon:Fa,category:"Remote",action:_=>{_.connectTunnel(C.id)}})],N=(j=window.groove)!=null&&j.openFolder?[{id:"action:openfolder",label:"Open Folder",icon:Ft,category:"Window",shortcut:"Cmd+O",action:()=>window.groove.openFolder()}]:[];return[...n7e,...N,...M,...w]},[o,c]),g=O.useMemo(()=>{if(!d.trim())return v.slice(0,12);const M=d.toLowerCase();return v.filter(w=>w.label.toLowerCase().includes(M)||w.category.toLowerCase().includes(M)).slice(0,12)},[v,d]);O.useEffect(()=>{e&&(u(""),f(0),setTimeout(()=>{var M;return(M=x.current)==null?void 0:M.focus()},50))},[e]),O.useEffect(()=>{p>=g.length&&f(Math.max(0,g.length-1))},[g.length,p]);function k(M){M.action(i.getState()),n()}function b(M){M.key==="ArrowDown"?(M.preventDefault(),f(w=>Math.min(w+1,g.length-1))):M.key==="ArrowUp"?(M.preventDefault(),f(w=>Math.max(w-1,0))):M.key==="Enter"&&g[p]?(M.preventDefault(),k(g[p])):M.key==="Escape"&&n()}return e?t.jsxs(t.Fragment,{children:[t.jsx("div",{className:"fixed inset-0 z-50 bg-black/40 backdrop-blur-sm",onClick:n}),t.jsx(Wd,{children:t.jsxs(tn.div,{initial:{opacity:0,y:-20,scale:.96},animate:{opacity:1,y:0,scale:1},exit:{opacity:0,y:-10,scale:.98},transition:{duration:.15},className:"fixed top-[15%] left-1/2 -translate-x-1/2 z-50 w-[480px] max-h-[400px] bg-surface-1 border border-border rounded-lg shadow-2xl overflow-hidden",onKeyDown:b,children:[t.jsxs("div",{className:"flex items-center gap-2 px-4 py-3 border-b border-border-subtle",children:[t.jsx(It,{size:16,className:"text-text-3 flex-shrink-0"}),t.jsx("input",{ref:x,value:d,onChange:M=>{u(M.target.value),f(0)},placeholder:"Type a command...",className:"flex-1 bg-transparent text-xs text-text-0 font-sans placeholder:text-text-4 focus:outline-none"})]}),t.jsxs("div",{className:"overflow-y-auto max-h-[320px] py-1",children:[g.length===0&&t.jsx("div",{className:"px-4 py-6 text-sm text-text-3 text-center font-sans",children:"No results"}),g.map((M,w)=>t.jsxs("button",{onClick:()=>k(M),onMouseEnter:()=>f(w),className:te("w-full flex items-center gap-3 px-4 py-2 text-sm font-sans cursor-pointer",w===p?"bg-surface-5 text-text-0":"text-text-1 hover:bg-surface-4"),children:[t.jsx(M.icon,{size:16,className:"text-text-3 flex-shrink-0"}),t.jsx("span",{className:"flex-1 text-left",children:M.label}),t.jsx("span",{className:"text-2xs text-text-4",children:M.category}),M.shortcut&&t.jsx("kbd",{className:"text-2xs font-mono bg-surface-4 px-1 py-0.5 rounded text-text-3 ml-1",children:M.shortcut})]},M.id))]})]})})]}):null}const o7e={primary:"bg-accent/20 text-accent border border-accent/25 hover:bg-accent/30 font-medium",secondary:"bg-surface-5/40 text-text-1 border border-border-subtle hover:bg-surface-5/70 hover:text-text-0",ghost:"bg-transparent text-text-2 border border-transparent hover:bg-surface-5/50 hover:text-text-0",danger:"bg-danger/12 text-danger border border-danger/15 hover:bg-danger/20",info:"bg-info/12 text-info border border-info/15 hover:bg-info/20",outline:"bg-transparent text-accent border border-accent/30 hover:bg-accent/10"},c7e={sm:"h-7 px-2.5 text-xs gap-1.5 rounded",md:"h-8 px-3 text-sm gap-2 rounded",lg:"h-9 px-4 text-sm gap-2 rounded",icon:"h-8 w-8 rounded"},ue=O.forwardRef(({className:e,variant:n="secondary",size:o="md",children:c,...i},d)=>t.jsx("button",{ref:d,className:te("inline-flex items-center justify-center font-sans transition-colors duration-100","focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-accent","disabled:opacity-40 disabled:pointer-events-none","cursor-pointer select-none",o7e[n],c7e[o],e),...i,children:c}));ue.displayName="Button";function i7e(){const e=R(c=>c.pendingApprovals),n=R(c=>c.approveRequest),o=R(c=>c.rejectRequest);return e!=null&&e.length?t.jsx("div",{className:"fixed bottom-10 left-1/2 -translate-x-1/2 z-50 w-full max-w-md flex flex-col gap-2 px-4",children:t.jsx(Wd,{children:e.map(c=>{var i;return t.jsxs(tn.div,{initial:{y:20,opacity:0},animate:{y:0,opacity:1},exit:{y:20,opacity:0},transition:{duration:.2},className:"rounded-lg border border-accent/30 bg-surface-2/95 backdrop-blur-md shadow-xl shadow-accent/5 overflow-hidden",children:[t.jsxs("div",{className:"px-4 py-3 flex items-start gap-3",children:[t.jsx(Pt,{size:16,className:"text-warning shrink-0 mt-0.5"}),t.jsxs("div",{className:"flex-1 min-w-0",children:[t.jsxs("p",{className:"text-sm font-semibold text-text-0 font-sans truncate",children:[c.agentName||"Agent"," needs approval"]}),((i=c.action)==null?void 0:i.description)&&t.jsx("p",{className:"text-2xs text-text-3 font-sans mt-0.5 line-clamp-2",children:c.action.description})]})]}),t.jsxs("div",{className:"px-4 py-2.5 border-t border-border-subtle flex items-center justify-end gap-2",children:[t.jsxs(ue,{size:"sm",variant:"ghost",className:"text-danger hover:bg-danger/10",onClick:()=>o(c.id),children:[t.jsx(zs,{size:14,className:"mr-1"}),"Reject"]}),t.jsxs(ue,{size:"sm",variant:"accent",onClick:()=>n(c.id),children:[t.jsx(x1,{size:14,className:"mr-1"}),"Approve"]})]})]},c.id)})})}):null}var yT="focusScope.autoFocusOnMount",OT="focusScope.autoFocusOnUnmount",DV={bubbles:!1,cancelable:!0},r7e="FocusScope",IP=O.forwardRef((e,n)=>{const{loop:o=!1,trapped:c=!1,onMountAutoFocus:i,onUnmountAutoFocus:d,...u}=e,[p,f]=O.useState(null),x=Dt(i),v=Dt(d),g=O.useRef(null),k=ht(n,w=>f(w)),b=O.useRef({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}}).current;O.useEffect(()=>{if(c){let w=function(_){if(b.paused||!p)return;const Q=_.target;p.contains(Q)?g.current=Q:jo(g.current,{select:!0})},N=function(_){if(b.paused||!p)return;const Q=_.relatedTarget;Q!==null&&(p.contains(Q)||jo(g.current,{select:!0}))},j=function(_){if(document.activeElement===document.body)for(const V of _)V.removedNodes.length>0&&jo(p)};document.addEventListener("focusin",w),document.addEventListener("focusout",N);const C=new MutationObserver(j);return p&&C.observe(p,{childList:!0,subtree:!0}),()=>{document.removeEventListener("focusin",w),document.removeEventListener("focusout",N),C.disconnect()}}},[c,p,b.paused]),O.useEffect(()=>{if(p){UV.add(b);const w=document.activeElement;if(!p.contains(w)){const j=new CustomEvent(yT,DV);p.addEventListener(yT,x),p.dispatchEvent(j),j.defaultPrevented||(l7e(f7e(LZ(p)),{select:!0}),document.activeElement===w&&jo(p))}return()=>{p.removeEventListener(yT,x),setTimeout(()=>{const j=new CustomEvent(OT,DV);p.addEventListener(OT,v),p.dispatchEvent(j),j.defaultPrevented||jo(w??document.body,{select:!0}),p.removeEventListener(OT,v),UV.remove(b)},0)}}},[p,x,v,b]);const M=O.useCallback(w=>{if(!o&&!c||b.paused)return;const N=w.key==="Tab"&&!w.altKey&&!w.ctrlKey&&!w.metaKey,j=document.activeElement;if(N&&j){const C=w.currentTarget,[_,Q]=d7e(C);_&&Q?!w.shiftKey&&j===Q?(w.preventDefault(),o&&jo(_,{select:!0})):w.shiftKey&&j===_&&(w.preventDefault(),o&&jo(Q,{select:!0})):j===C&&w.preventDefault()}},[o,c,b.paused]);return t.jsx(Ye.div,{tabIndex:-1,...u,ref:k,onKeyDown:M})});IP.displayName=r7e;function l7e(e,{select:n=!1}={}){const o=document.activeElement;for(const c of e)if(jo(c,{select:n}),document.activeElement!==o)return}function d7e(e){const n=LZ(e),o=HV(n,e),c=HV(n.reverse(),e);return[o,c]}function LZ(e){const n=[],o=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:c=>{const i=c.tagName==="INPUT"&&c.type==="hidden";return c.disabled||c.hidden||i?NodeFilter.FILTER_SKIP:c.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;o.nextNode();)n.push(o.currentNode);return n}function HV(e,n){for(const o of e)if(!h7e(o,{upTo:n}))return o}function h7e(e,{upTo:n}){if(getComputedStyle(e).visibility==="hidden")return!0;for(;e;){if(n!==void 0&&e===n)return!1;if(getComputedStyle(e).display==="none")return!0;e=e.parentElement}return!1}function u7e(e){return e instanceof HTMLInputElement&&"select"in e}function jo(e,{select:n=!1}={}){if(e&&e.focus){const o=document.activeElement;e.focus({preventScroll:!0}),e!==o&&u7e(e)&&n&&e.select()}}var UV=p7e();function p7e(){let e=[];return{add(n){const o=e[0];n!==o&&(o==null||o.pause()),e=GV(e,n),e.unshift(n)},remove(n){var o;e=GV(e,n),(o=e[0])==null||o.resume()}}}function GV(e,n){const o=[...e],c=o.indexOf(n);return c!==-1&&o.splice(c,1),o}function f7e(e){return e.filter(n=>n.tagName!=="A")}var gT=0;function zZ(){O.useEffect(()=>{const e=document.querySelectorAll("[data-radix-focus-guard]");return document.body.insertAdjacentElement("afterbegin",e[0]??BV()),document.body.insertAdjacentElement("beforeend",e[1]??BV()),gT++,()=>{gT===1&&document.querySelectorAll("[data-radix-focus-guard]").forEach(n=>n.remove()),gT--}},[])}function BV(){const e=document.createElement("span");return e.setAttribute("data-radix-focus-guard",""),e.tabIndex=0,e.style.outline="none",e.style.opacity="0",e.style.position="fixed",e.style.pointerEvents="none",e}var Xn=function(){return Xn=Object.assign||function(n){for(var o,c=1,i=arguments.length;c<i;c++){o=arguments[c];for(var d in o)Object.prototype.hasOwnProperty.call(o,d)&&(n[d]=o[d])}return n},Xn.apply(this,arguments)};function TZ(e,n){var o={};for(var c in e)Object.prototype.hasOwnProperty.call(e,c)&&n.indexOf(c)<0&&(o[c]=e[c]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var i=0,c=Object.getOwnPropertySymbols(e);i<c.length;i++)n.indexOf(c[i])<0&&Object.prototype.propertyIsEnumerable.call(e,c[i])&&(o[c[i]]=e[c[i]]);return o}function m7e(e,n,o){if(o||arguments.length===2)for(var c=0,i=n.length,d;c<i;c++)(d||!(c in n))&&(d||(d=Array.prototype.slice.call(n,0,c)),d[c]=n[c]);return e.concat(d||Array.prototype.slice.call(n))}var BC="right-scroll-bar-position",WC="width-before-scroll-bar",x7e="with-scroll-bars-hidden",y7e="--removed-body-scroll-bar-size";function kT(e,n){return typeof e=="function"?e(n):e&&(e.current=n),e}function O7e(e,n){var o=O.useState(function(){return{value:e,callback:n,facade:{get current(){return o.value},set current(c){var i=o.value;i!==c&&(o.value=c,o.callback(c,i))}}}})[0];return o.callback=n,o.facade}var g7e=typeof window<"u"?O.useLayoutEffect:O.useEffect,WV=new WeakMap;function k7e(e,n){var o=O7e(null,function(c){return e.forEach(function(i){return kT(i,c)})});return g7e(function(){var c=WV.get(o);if(c){var i=new Set(c),d=new Set(e),u=o.current;i.forEach(function(p){d.has(p)||kT(p,null)}),d.forEach(function(p){i.has(p)||kT(p,u)})}WV.set(o,e)},[e]),o}function v7e(e){return e}function b7e(e,n){n===void 0&&(n=v7e);var o=[],c=!1,i={read:function(){if(c)throw new Error("Sidecar: could not `read` from an `assigned` medium. `read` could be used only with `useMedium`.");return o.length?o[o.length-1]:e},useMedium:function(d){var u=n(d,c);return o.push(u),function(){o=o.filter(function(p){return p!==u})}},assignSyncMedium:function(d){for(c=!0;o.length;){var u=o;o=[],u.forEach(d)}o={push:function(p){return d(p)},filter:function(){return o}}},assignMedium:function(d){c=!0;var u=[];if(o.length){var p=o;o=[],p.forEach(d),u=o}var f=function(){var v=u;u=[],v.forEach(d)},x=function(){return Promise.resolve().then(f)};x(),o={push:function(v){u.push(v),x()},filter:function(v){return u=u.filter(v),o}}}};return i}function M7e(e){e===void 0&&(e={});var n=b7e(null);return n.options=Xn({async:!0,ssr:!1},e),n}var PZ=function(e){var n=e.sideCar,o=TZ(e,["sideCar"]);if(!n)throw new Error("Sidecar: please provide `sideCar` property to import the right car");var c=n.read();if(!c)throw new Error("Sidecar medium not found");return O.createElement(c,Xn({},o))};PZ.isSideCarExport=!0;function w7e(e,n){return e.useMedium(n),PZ}var AZ=M7e(),vT=function(){},qQ=O.forwardRef(function(e,n){var o=O.useRef(null),c=O.useState({onScrollCapture:vT,onWheelCapture:vT,onTouchMoveCapture:vT}),i=c[0],d=c[1],u=e.forwardProps,p=e.children,f=e.className,x=e.removeScrollBar,v=e.enabled,g=e.shards,k=e.sideCar,b=e.noRelative,M=e.noIsolation,w=e.inert,N=e.allowPinchZoom,j=e.as,C=j===void 0?"div":j,_=e.gapMode,Q=TZ(e,["forwardProps","children","className","removeScrollBar","enabled","shards","sideCar","noRelative","noIsolation","inert","allowPinchZoom","as","gapMode"]),V=k,A=k7e([o,n]),P=Xn(Xn({},Q),i);return O.createElement(O.Fragment,null,v&&O.createElement(V,{sideCar:AZ,removeScrollBar:x,shards:g,noRelative:b,noIsolation:M,inert:w,setCallbacks:d,allowPinchZoom:!!N,lockRef:o,gapMode:_}),u?O.cloneElement(O.Children.only(p),Xn(Xn({},P),{ref:A})):O.createElement(C,Xn({},P,{className:f,ref:A}),p))});qQ.defaultProps={enabled:!0,removeScrollBar:!0,inert:!1};qQ.classNames={fullWidth:WC,zeroRight:BC};var j7e=function(){if(typeof __webpack_nonce__<"u")return __webpack_nonce__};function S7e(){if(!document)return null;var e=document.createElement("style");e.type="text/css";var n=j7e();return n&&e.setAttribute("nonce",n),e}function N7e(e,n){e.styleSheet?e.styleSheet.cssText=n:e.appendChild(document.createTextNode(n))}function _7e(e){var n=document.head||document.getElementsByTagName("head")[0];n.appendChild(e)}var $7e=function(){var e=0,n=null;return{add:function(o){e==0&&(n=S7e())&&(N7e(n,o),_7e(n)),e++},remove:function(){e--,!e&&n&&(n.parentNode&&n.parentNode.removeChild(n),n=null)}}},C7e=function(){var e=$7e();return function(n,o){O.useEffect(function(){return e.add(n),function(){e.remove()}},[n&&o])}},qZ=function(){var e=C7e(),n=function(o){var c=o.styles,i=o.dynamic;return e(c,i),null};return n},Q7e={left:0,top:0,right:0,gap:0},bT=function(e){return parseInt(e||"",10)||0},L7e=function(e){var n=window.getComputedStyle(document.body),o=n[e==="padding"?"paddingLeft":"marginLeft"],c=n[e==="padding"?"paddingTop":"marginTop"],i=n[e==="padding"?"paddingRight":"marginRight"];return[bT(o),bT(c),bT(i)]},z7e=function(e){if(e===void 0&&(e="margin"),typeof window>"u")return Q7e;var n=L7e(e),o=document.documentElement.clientWidth,c=window.innerWidth;return{left:n[0],top:n[1],right:n[2],gap:Math.max(0,c-o+n[2]-n[0])}},T7e=qZ(),Vd="data-scroll-locked",P7e=function(e,n,o,c){var i=e.left,d=e.top,u=e.right,p=e.gap;return o===void 0&&(o="margin"),`
|
|
8539
|
+
*/const R8e=Object.freeze(Object.defineProperty({__proto__:null,AArrowDown:Ru,AArrowUp:Vu,ALargeSmall:Xu,Accessibility:Eu,Activity:Ps,AirVent:Zu,Airplay:Du,AlarmClock:Uu,AlarmClockCheck:Oc,AlarmClockMinus:gc,AlarmClockOff:Hu,AlarmClockPlus:kc,AlarmSmoke:Gu,Album:Bu,AlignCenterHorizontal:Wu,AlignCenterVertical:Yu,AlignEndHorizontal:Fu,AlignEndVertical:Ku,AlignHorizontalDistributeCenter:Ju,AlignHorizontalDistributeEnd:ep,AlignHorizontalDistributeStart:ap,AlignHorizontalJustifyCenter:tp,AlignHorizontalJustifyEnd:np,AlignHorizontalJustifyStart:sp,AlignHorizontalSpaceAround:cp,AlignHorizontalSpaceBetween:op,AlignStartHorizontal:ip,AlignStartVertical:rp,AlignVerticalDistributeCenter:lp,AlignVerticalDistributeEnd:dp,AlignVerticalDistributeStart:hp,AlignVerticalJustifyCenter:up,AlignVerticalJustifyEnd:pp,AlignVerticalJustifyStart:fp,AlignVerticalSpaceAround:mp,AlignVerticalSpaceBetween:xp,Ambulance:yp,Ampersand:Op,Ampersands:gp,Amphora:kp,Anchor:vp,Angry:bp,Annoyed:Mp,Antenna:wp,Anvil:jp,Aperture:Sp,AppWindow:_p,AppWindowMac:Np,Apple:$p,Archive:Lp,ArchiveRestore:Cp,ArchiveX:Qp,Armchair:zp,ArrowBigDown:Pp,ArrowBigDownDash:Tp,ArrowBigLeft:qp,ArrowBigLeftDash:Ap,ArrowBigRight:Rp,ArrowBigRightDash:Ip,ArrowBigUp:Ep,ArrowBigUpDash:Vp,ArrowDown:Yp,ArrowDown01:Xp,ArrowDown10:Zp,ArrowDownAZ:vc,ArrowDownFromLine:Dp,ArrowDownLeft:J0,ArrowDownNarrowWide:Hp,ArrowDownRight:Up,ArrowDownToDot:Gp,ArrowDownToLine:Bp,ArrowDownUp:Wp,ArrowDownWideNarrow:bc,ArrowDownZA:Mc,ArrowLeft:Nd,ArrowLeftFromLine:Fp,ArrowLeftRight:Kp,ArrowLeftToLine:ef,ArrowRight:_d,ArrowRightFromLine:Jp,ArrowRightLeft:tf,ArrowRightToLine:af,ArrowUp:t2,ArrowUp01:nf,ArrowUp10:sf,ArrowUpAZ:wc,ArrowUpDown:of,ArrowUpFromDot:cf,ArrowUpFromLine:rf,ArrowUpLeft:lf,ArrowUpNarrowWide:jc,ArrowUpRight:e2,ArrowUpToLine:df,ArrowUpWideNarrow:hf,ArrowUpZA:Sc,ArrowsUpFromLine:uf,Asterisk:pf,AtSign:ff,Atom:mf,AudioLines:xf,AudioWaveform:yf,Award:Of,Axe:gf,Axis3d:Nc,Baby:kf,Backpack:vf,Badge:Af,BadgeAlert:bf,BadgeCent:Mf,BadgeCheck:_c,BadgeDollarSign:wf,BadgeEuro:jf,BadgeIndianRupee:Sf,BadgeInfo:Nf,BadgeJapaneseYen:_f,BadgeMinus:$f,BadgePercent:Qf,BadgePlus:Cf,BadgePoundSterling:Lf,BadgeQuestionMark:$c,BadgeRussianRuble:zf,BadgeSwissFranc:Tf,BadgeTurkishLira:Pf,BadgeX:qf,BaggageClaim:If,Balloon:Rf,Ban:Vf,Banana:Ef,Bandage:Xf,Banknote:Uf,BanknoteArrowDown:Zf,BanknoteArrowUp:Df,BanknoteX:Hf,Barcode:Gf,Barrel:Bf,Baseline:Wf,Bath:Yf,Battery:nm,BatteryCharging:Ff,BatteryFull:Kf,BatteryLow:Jf,BatteryMedium:em,BatteryPlus:am,BatteryWarning:tm,Beaker:sm,Bean:im,BeanOff:om,Bed:lm,BedDouble:cm,BedSingle:rm,Beef:hm,BeefOff:dm,Beer:um,BeerOff:pm,Bell:km,BellDot:fm,BellElectric:mm,BellMinus:xm,BellOff:ym,BellPlus:Om,BellRing:gm,BetweenHorizontalEnd:Cc,BetweenHorizontalStart:Qc,BetweenVerticalEnd:vm,BetweenVerticalStart:bm,BicepsFlexed:Mm,Bike:wm,Binary:jm,Binoculars:Nm,Biohazard:Sm,Bird:_m,Birdhouse:$m,Bitcoin:Cm,Blend:Qm,Blinds:Lm,Blocks:zm,Bluetooth:qm,BluetoothConnected:Tm,BluetoothOff:Pm,BluetoothSearching:Am,Bold:Im,Bolt:Rm,Bomb:a2,Bone:Vm,Book:dx,BookA:Em,BookAlert:Xm,BookAudio:Zm,BookCheck:Dm,BookCopy:Hm,BookDashed:Lc,BookDown:Um,BookHeadphones:Gm,BookHeart:Bm,BookImage:Wm,BookKey:Ym,BookLock:Fm,BookMarked:Km,BookMinus:Jm,BookOpen:Po,BookOpenCheck:ex,BookOpenText:tx,BookPlus:ax,BookSearch:nx,BookText:sx,BookType:ox,BookUp:ix,BookUp2:cx,BookUser:rx,BookX:lx,Bookmark:mx,BookmarkCheck:hx,BookmarkMinus:ux,BookmarkPlus:px,BookmarkX:fx,BoomBox:xx,Bot:gx,BotMessageSquare:Ox,BotOff:yx,BottleWine:vx,BowArrow:kx,Box:yn,Boxes:bx,Braces:zc,Brackets:Mx,Brain:n2,BrainCircuit:wx,BrainCog:jx,BrickWall:_x,BrickWallFire:Sx,BrickWallShield:Nx,Briefcase:Lx,BriefcaseBusiness:$x,BriefcaseConveyorBelt:Cx,BriefcaseMedical:Qx,BringToFront:Tx,Brush:Px,BrushCleaning:zx,Bubbles:Ax,Bug:Rx,BugOff:qx,BugPlay:Ix,Building:Ex,Building2:Vx,Bus:Zx,BusFront:Xx,Cable:Hx,CableCar:Dx,Cake:Gx,CakeSlice:Ux,Calculator:s2,Calendar:Ao,Calendar1:Bx,CalendarArrowDown:Wx,CalendarArrowUp:Yx,CalendarCheck:Kx,CalendarCheck2:Fx,CalendarClock:Jx,CalendarCog:ey,CalendarDays:ty,CalendarFold:ay,CalendarHeart:ny,CalendarMinus:oy,CalendarMinus2:sy,CalendarOff:cy,CalendarPlus:ry,CalendarPlus2:iy,CalendarRange:ly,CalendarSearch:hy,CalendarSync:dy,CalendarX:py,CalendarX2:uy,Calendars:fy,Camera:xy,CameraOff:my,Candy:gy,CandyCane:yy,CandyOff:Oy,Cannabis:ky,CannabisOff:vy,Captions:Tc,CaptionsOff:by,Car:jy,CarFront:wy,CarTaxiFront:My,Caravan:Ny,CardSim:Sy,Carrot:_y,CaseLower:$y,CaseSensitive:Cy,CaseUpper:Qy,CassetteTape:Ly,Cast:zy,Castle:Ty,Cat:Py,Cctv:qy,CctvOff:Ay,ChartArea:Pc,ChartBar:qc,ChartBarBig:Ac,ChartBarDecreasing:Iy,ChartBarIncreasing:Ry,ChartBarStacked:Vy,ChartCandlestick:Ic,ChartColumn:$s,ChartColumnBig:Rc,ChartColumnDecreasing:Ey,ChartColumnIncreasing:Vc,ChartColumnStacked:Xy,ChartGantt:Zy,ChartLine:Ec,ChartNetwork:Dy,ChartNoAxesColumn:Zc,ChartNoAxesColumnDecreasing:Hy,ChartNoAxesColumnIncreasing:Xc,ChartNoAxesCombined:Uy,ChartNoAxesGantt:Dc,ChartPie:Hc,ChartScatter:Uc,ChartSpline:$d,Check:He,CheckCheck:Gy,CheckLine:By,ChefHat:Wy,Cherry:Yy,ChessBishop:Fy,ChessKing:Ky,ChessKnight:Jy,ChessPawn:eO,ChessQueen:aO,ChessRook:tO,ChevronDown:At,ChevronFirst:nO,ChevronLast:sO,ChevronLeft:As,ChevronRight:qt,ChevronUp:o2,ChevronsDown:cO,ChevronsDownUp:oO,ChevronsLeft:lO,ChevronsLeftRight:rO,ChevronsLeftRightEllipsis:iO,ChevronsRight:hO,ChevronsRightLeft:dO,ChevronsUp:pO,ChevronsUpDown:uO,Church:fO,Cigarette:xO,CigaretteOff:mO,Circle:QO,CircleAlert:jt,CircleArrowDown:Gc,CircleArrowLeft:Wc,CircleArrowOutDownLeft:Bc,CircleArrowOutDownRight:Yc,CircleArrowOutUpLeft:Fc,CircleArrowOutUpRight:Kc,CircleArrowRight:Jc,CircleArrowUp:So,CircleCheck:hn,CircleCheckBig:ta,CircleChevronDown:ei,CircleChevronLeft:ti,CircleChevronRight:ai,CircleChevronUp:ni,CircleDashed:yO,CircleDivide:si,CircleDollarSign:OO,CircleDot:kO,CircleDotDashed:gO,CircleEllipsis:vO,CircleEqual:bO,CircleFadingArrowUp:MO,CircleFadingPlus:wO,CircleGauge:oi,CircleMinus:ci,CircleOff:jO,CircleParking:ri,CircleParkingOff:ii,CirclePause:li,CirclePercent:di,CirclePile:SO,CirclePlay:hi,CirclePlus:ui,CirclePoundSterling:NO,CirclePower:pi,CircleQuestionMark:Yt,CircleSlash:_O,CircleSlash2:fi,CircleSmall:$O,CircleStar:CO,CircleStop:mi,CircleUser:yi,CircleUserRound:xi,CircleX:un,CircuitBoard:LO,Citrus:zO,Clapperboard:TO,Clipboard:HO,ClipboardCheck:PO,ClipboardClock:AO,ClipboardCopy:qO,ClipboardList:IO,ClipboardMinus:RO,ClipboardPaste:VO,ClipboardPen:gi,ClipboardPenLine:Oi,ClipboardPlus:EO,ClipboardType:XO,ClipboardX:ZO,Clock:qo,Clock1:DO,Clock10:UO,Clock11:GO,Clock12:BO,Clock2:WO,Clock3:YO,Clock4:FO,Clock5:KO,Clock6:JO,Clock7:tg,Clock8:eg,Clock9:ag,ClockAlert:ng,ClockArrowDown:sg,ClockArrowUp:og,ClockCheck:ig,ClockFading:cg,ClockPlus:rg,ClosedCaption:lg,Cloud:Cd,CloudAlert:dg,CloudBackup:hg,CloudCheck:ug,CloudCog:pg,CloudDownload:ki,CloudDrizzle:fg,CloudFog:mg,CloudHail:xg,CloudLightning:yg,CloudMoon:gg,CloudMoonRain:Og,CloudOff:kg,CloudRain:bg,CloudRainWind:vg,CloudSnow:Mg,CloudSun:jg,CloudSunRain:wg,CloudSync:Sg,CloudUpload:vi,Cloudy:Ng,Clover:_g,Club:$g,Code:Cg,CodeXml:aa,Coffee:Qg,Cog:Lg,Coins:zg,Columns2:bi,Columns3:Mi,Columns3Cog:Tn,Columns4:Tg,Combine:Pg,Command:Ag,Compass:qg,Component:Ig,Computer:Rg,ConciergeBell:Vg,Cone:Eg,Construction:Xg,Contact:Dg,ContactRound:wi,Container:Zg,Contrast:Hg,Cookie:Ug,CookingPot:Gg,Copy:Gn,CopyCheck:Bg,CopyMinus:Wg,CopyPlus:Yg,CopySlash:Fg,CopyX:Kg,Copyleft:Jg,Copyright:e5,CornerDownLeft:t5,CornerDownRight:a5,CornerLeftDown:n5,CornerLeftUp:s5,CornerRightDown:o5,CornerRightUp:i5,CornerUpLeft:c5,CornerUpRight:r5,Cpu:Bn,CreativeCommons:l5,CreditCard:d5,Croissant:h5,Crop:u5,Cross:p5,Crosshair:f5,Crown:m5,Cuboid:x5,CupSoda:y5,Currency:O5,Cylinder:g5,Dam:k5,Database:c2,DatabaseBackup:v5,DatabaseSearch:b5,DatabaseZap:M5,DecimalsArrowLeft:w5,DecimalsArrowRight:j5,Delete:S5,Dessert:N5,Diameter:_5,Diamond:Q5,DiamondMinus:C5,DiamondPercent:ji,DiamondPlus:$5,Dice1:L5,Dice2:T5,Dice3:z5,Dice4:P5,Dice5:A5,Dice6:I5,Dices:q5,Diff:R5,Disc:Z5,Disc2:V5,Disc3:E5,DiscAlbum:X5,Divide:D5,Dna:U5,DnaOff:H5,Dock:B5,Dog:G5,DollarSign:i2,Donut:W5,DoorClosed:F5,DoorClosedLocked:Y5,DoorOpen:K5,Dot:J5,Download:Ya,DraftingCompass:ek,Drama:tk,Drill:nk,Drone:ak,Droplet:ck,DropletOff:sk,Droplets:ok,Drum:ik,Drumstick:rk,Dumbbell:lk,Ear:uk,EarOff:dk,Earth:Si,EarthLock:hk,Eclipse:pk,Egg:xk,EggFried:fk,EggOff:mk,Ellipse:yk,Ellipsis:_i,EllipsisVertical:Ni,Equal:kk,EqualApproximately:Ok,EqualNot:gk,Eraser:vk,EthernetPort:bk,Euro:Mk,EvCharger:wk,Expand:jk,ExternalLink:Qt,Eye:ma,EyeClosed:Sk,EyeOff:Wn,Factory:Nk,Fan:_k,FastForward:$k,Feather:Ck,Fence:Qk,FerrisWheel:Lk,File:l2,FileArchive:zk,FileAxis3d:$i,FileBadge:Ci,FileBox:Tk,FileBraces:Li,FileBracesCorner:Qi,FileChartColumn:Ti,FileChartColumnIncreasing:zi,FileChartLine:Pi,FileChartPie:Ai,FileCheck:Pk,FileCheckCorner:qi,FileClock:Ak,FileCode:r2,FileCodeCorner:Ii,FileCog:Ri,FileDiff:qk,FileDigit:Ik,FileDown:Rk,FileExclamationPoint:Vi,FileHeadphone:Pn,FileHeart:Vk,FileImage:Ek,FileInput:Xk,FileKey:Ei,FileLock:Xi,FileMinus:Zk,FileMinusCorner:Zi,FileMusic:Dk,FileOutput:Hk,FilePen:Cs,FilePenLine:Di,FilePlay:Hi,FilePlus:h1,FilePlusCorner:Ui,FileQuestionMark:Gi,FileScan:Uk,FileSearch:Gk,FileSearchCorner:Bi,FileSignal:Wi,FileSliders:Bk,FileSpreadsheet:Wk,FileStack:Yk,FileSymlink:Kk,FileTerminal:Fk,FileText:za,FileType:Jk,FileTypeCorner:Yi,FileUp:e4,FileUser:t4,FileVideoCamera:Fi,FileVolume:a4,FileX:n4,FileXCorner:Ki,Files:s4,Film:o4,FingerprintPattern:Ji,FireExtinguisher:c4,Fish:l4,FishOff:i4,FishSymbol:r4,FishingHook:d4,FishingRod:h4,Flag:m4,FlagOff:u4,FlagTriangleLeft:p4,FlagTriangleRight:f4,Flame:d2,FlameKindling:x4,Flashlight:O4,FlashlightOff:y4,FlaskConical:v4,FlaskConicalOff:g4,FlaskRound:k4,FlipHorizontal2:b4,FlipVertical2:M4,Flower:j4,Flower2:w4,Focus:S4,FoldHorizontal:N4,FoldVertical:_4,Folder:Ld,FolderArchive:$4,FolderCheck:C4,FolderClock:Q4,FolderClosed:Qd,FolderCode:L4,FolderCog:er,FolderDot:z4,FolderDown:T4,FolderGit:A4,FolderGit2:P4,FolderHeart:q4,FolderInput:I4,FolderKanban:R4,FolderKey:V4,FolderLock:E4,FolderMinus:X4,FolderOpen:Ft,FolderOpenDot:Z4,FolderOutput:D4,FolderPen:tr,FolderPlus:u1,FolderRoot:H4,FolderSearch:p1,FolderSearch2:U4,FolderSymlink:G4,FolderSync:B4,FolderTree:W4,FolderUp:Y4,FolderX:F4,Folders:K4,Footprints:J4,Forklift:e3,Form:t3,Forward:a3,Frame:n3,Frown:o3,Fuel:s3,Fullscreen:c3,Funnel:nr,FunnelPlus:i3,FunnelX:ar,GalleryHorizontal:l3,GalleryHorizontalEnd:r3,GalleryThumbnails:d3,GalleryVertical:u3,GalleryVerticalEnd:h3,Gamepad:f3,Gamepad2:f1,GamepadDirectional:p3,Gauge:zd,Gavel:m3,Gem:x3,GeorgianLari:y3,Ghost:O3,Gift:g3,GitBranch:Yn,GitBranchMinus:v3,GitBranchPlus:k3,GitCommitHorizontal:sr,GitCommitVertical:b3,GitCompare:w3,GitCompareArrows:M3,GitFork:j3,GitGraph:S3,GitMerge:_3,GitMergeConflict:N3,GitPullRequest:T3,GitPullRequestArrow:$3,GitPullRequestClosed:C3,GitPullRequestCreate:Q3,GitPullRequestCreateArrow:L3,GitPullRequestDraft:z3,GlassWater:A3,Glasses:P3,Globe:Pa,GlobeLock:q3,GlobeOff:I3,GlobeX:R3,Goal:V3,Gpu:E3,GraduationCap:X3,Grape:Z3,Grid2x2:rr,Grid2x2Check:or,Grid2x2Plus:cr,Grid2x2X:ir,Grid3x2:D3,Grid3x3:An,Grip:U3,GripHorizontal:h2,GripVertical:H3,Group:G3,Guitar:W3,Ham:B3,Hamburger:Y3,Hammer:F3,Hand:sv,HandCoins:K3,HandFist:J3,HandGrab:lr,HandHeart:ev,HandHelping:dr,HandMetal:tv,HandPlatter:av,Handbag:nv,Handshake:ov,HardDrive:Io,HardDriveDownload:cv,HardDriveUpload:iv,HardHat:rv,Hash:lv,HatGlasses:dv,Haze:hv,Hd:uv,HdmiPort:pv,Heading:kv,Heading1:mv,Heading2:fv,Heading3:yv,Heading4:xv,Heading5:Ov,Heading6:gv,HeadphoneOff:vv,Headphones:u2,Headset:bv,Heart:p2,HeartCrack:Mv,HeartHandshake:wv,HeartMinus:jv,HeartOff:Sv,HeartPlus:Nv,HeartPulse:_v,Heater:$v,Helicopter:Cv,Hexagon:Qv,Highlighter:Lv,History:zv,Hop:Pv,HopOff:Tv,Hospital:Av,Hotel:qv,Hourglass:Iv,House:No,HouseHeart:Rv,HousePlug:Vv,HousePlus:Ev,HouseWifi:Xv,IceCreamBowl:hr,IceCreamCone:ur,IdCard:Zv,IdCardLanyard:Dv,Image:Kv,ImageDown:Hv,ImageMinus:Uv,ImageOff:Bv,ImagePlay:Gv,ImagePlus:Wv,ImageUp:Yv,ImageUpscale:Fv,Images:Jv,Import:eb,Inbox:ab,IndianRupee:tb,Infinity:nb,Info:Td,InspectionPanel:sb,Italic:ob,IterationCcw:cb,IterationCw:ib,JapaneseYen:rb,Joystick:lb,Kanban:db,Kayak:hb,Key:On,KeyRound:Pd,KeySquare:ub,Keyboard:mb,KeyboardMusic:pb,KeyboardOff:fb,Lamp:vb,LampCeiling:xb,LampDesk:yb,LampFloor:Ob,LampWallDown:gb,LampWallUp:kb,LandPlot:bb,Landmark:Mb,Languages:wb,Laptop:Sb,LaptopMinimal:pr,LaptopMinimalCheck:jb,Lasso:_b,LassoSelect:Nb,Laugh:$b,Layers:Qs,Layers2:Cb,LayersPlus:Qb,LayoutDashboard:f2,LayoutGrid:Lb,LayoutList:zb,LayoutPanelLeft:Tb,LayoutPanelTop:Pb,LayoutTemplate:Ab,Leaf:qb,LeafyGreen:Ib,Lectern:Rb,LensConcave:Vb,LensConvex:Eb,Library:Zb,LibraryBig:Xb,LifeBuoy:Db,Ligature:Hb,Lightbulb:Gb,LightbulbOff:Ub,LineDotRightHorizontal:Bb,LineSquiggle:Wb,LineStyle:Yb,Link:Kb,Link2:Ro,Link2Off:Fb,List:x6,ListCheck:Jb,ListChecks:m2,ListChevronsDownUp:e6,ListChevronsUpDown:t6,ListCollapse:a6,ListEnd:n6,ListFilter:o6,ListFilterPlus:s6,ListIndentDecrease:qn,ListIndentIncrease:In,ListMinus:c6,ListMusic:i6,ListOrdered:r6,ListPlus:l6,ListRestart:d6,ListStart:h6,ListTodo:u6,ListTree:p6,ListVideo:f6,ListX:m6,Loader:O6,LoaderCircle:Ae,LoaderPinwheel:y6,Locate:v6,LocateFixed:g6,LocateOff:k6,Lock:x2,LockKeyhole:b6,LockKeyholeOpen:fr,LockOpen:mr,LogIn:Vo,LogOut:y2,Logs:M6,Lollipop:w6,Luggage:j6,Magnet:S6,Mail:T6,MailCheck:_6,MailMinus:N6,MailOpen:$6,MailPlus:C6,MailQuestionMark:xr,MailSearch:Q6,MailWarning:L6,MailX:z6,Mailbox:P6,Mails:A6,Map:O2,MapMinus:q6,MapPin:W6,MapPinCheck:R6,MapPinCheckInside:I6,MapPinHouse:V6,MapPinMinus:X6,MapPinMinusInside:E6,MapPinOff:Z6,MapPinPen:yr,MapPinPlus:H6,MapPinPlusInside:D6,MapPinSearch:U6,MapPinX:B6,MapPinXInside:G6,MapPinned:Y6,MapPlus:F6,Mars:J6,MarsStroke:K6,Martini:e8,Maximize:t8,Maximize2:Ad,Medal:a8,Megaphone:k2,MegaphoneOff:n8,Meh:s8,MemoryStick:g2,Menu:o8,Merge:c8,MessageCircle:Eo,MessageCircleCheck:i8,MessageCircleCode:r8,MessageCircleDashed:l8,MessageCircleHeart:d8,MessageCircleMore:h8,MessageCircleOff:u8,MessageCirclePlus:p8,MessageCircleQuestionMark:Or,MessageCircleReply:f8,MessageCircleWarning:m8,MessageCircleX:x8,MessageSquare:gn,MessageSquareCheck:y8,MessageSquareCode:O8,MessageSquareDashed:g8,MessageSquareDiff:k8,MessageSquareDot:v8,MessageSquareHeart:b8,MessageSquareLock:M8,MessageSquareMore:w8,MessageSquareOff:j8,MessageSquarePlus:S8,MessageSquareQuote:N8,MessageSquareReply:_8,MessageSquareShare:$8,MessageSquareText:C8,MessageSquareWarning:Q8,MessageSquareX:L8,MessagesSquare:z8,Metronome:T8,Mic:A8,MicOff:P8,MicVocal:gr,Microchip:q8,Microscope:I8,Microwave:R8,Milestone:V8,Milk:Z8,MilkOff:E8,Minimize:X8,Minimize2:v2,Minus:D8,MirrorRectangular:H8,MirrorRound:U8,Monitor:Xo,MonitorCheck:B8,MonitorCloud:G8,MonitorCog:W8,MonitorDot:Y8,MonitorDown:F8,MonitorOff:K8,MonitorPause:J8,MonitorPlay:e7,MonitorSmartphone:t7,MonitorSpeaker:a7,MonitorStop:n7,MonitorUp:s7,MonitorX:o7,Moon:i7,MoonStar:c7,Motorbike:r7,Mountain:d7,MountainSnow:l7,Mouse:g7,MouseLeft:h7,MouseOff:u7,MousePointer:y7,MousePointer2:m7,MousePointer2Off:p7,MousePointerBan:f7,MousePointerClick:x7,MouseRight:O7,Move:L7,Move3d:kr,MoveDiagonal:v7,MoveDiagonal2:k7,MoveDown:w7,MoveDownLeft:b7,MoveDownRight:M7,MoveHorizontal:j7,MoveLeft:S7,MoveRight:N7,MoveUp:C7,MoveUpLeft:_7,MoveUpRight:$7,MoveVertical:Q7,Music:A7,Music2:z7,Music3:T7,Music4:P7,Navigation:V7,Navigation2:I7,Navigation2Off:q7,NavigationOff:R7,Network:qd,Newspaper:qs,Nfc:E7,NonBinary:X7,Notebook:H7,NotebookPen:Z7,NotebookTabs:D7,NotebookText:U7,NotepadText:B7,NotepadTextDashed:G7,Nut:Y7,NutOff:W7,Octagon:K7,OctagonAlert:vr,OctagonMinus:F7,OctagonPause:br,OctagonX:Mr,Omega:J7,Option:e9,Orbit:t9,Origami:a9,Package:Id,Package2:n9,PackageCheck:o9,PackageMinus:s9,PackageOpen:c9,PackagePlus:i9,PackageSearch:r9,PackageX:l9,PaintBucket:d9,PaintRoller:h9,Paintbrush:u9,PaintbrushVertical:wr,Palette:p9,Panda:f9,PanelBottom:y9,PanelBottomClose:m9,PanelBottomDashed:jr,PanelBottomOpen:x9,PanelLeft:$r,PanelLeftClose:Sr,PanelLeftDashed:Nr,PanelLeftOpen:_r,PanelLeftRightDashed:O9,PanelRight:v9,PanelRightClose:g9,PanelRightDashed:Cr,PanelRightOpen:k9,PanelTop:w9,PanelTopBottomDashed:b9,PanelTopClose:M9,PanelTopDashed:Qr,PanelTopOpen:j9,PanelsLeftBottom:S9,PanelsRightBottom:N9,PanelsTopLeft:Lr,Paperclip:b2,Parentheses:_9,ParkingMeter:$9,PartyPopper:C9,Pause:M2,PawPrint:Q9,PcCase:L9,Pen:$o,PenLine:_o,PenOff:z9,PenTool:T9,Pencil:Zo,PencilLine:P9,PencilOff:A9,PencilRuler:q9,Pentagon:I9,Percent:R9,PersonStanding:E9,PhilippinePeso:V9,Phone:B9,PhoneCall:X9,PhoneForwarded:Z9,PhoneIncoming:D9,PhoneMissed:H9,PhoneOff:U9,PhoneOutgoing:G9,Pi:W9,Piano:Y9,Pickaxe:F9,PictureInPicture:J9,PictureInPicture2:K9,PiggyBank:eM,Pilcrow:nM,PilcrowLeft:tM,PilcrowRight:aM,Pill:oM,PillBottle:sM,Pin:iM,PinOff:cM,Pipette:rM,Pizza:lM,Plane:uM,PlaneLanding:hM,PlaneTakeoff:dM,Play:w2,Plug:$t,Plug2:pM,PlugZap:Ls,Plus:dt,PocketKnife:fM,Podcast:mM,Pointer:xM,PointerOff:OM,Popcorn:yM,Popsicle:kM,PoundSterling:gM,Power:bM,PowerOff:vM,Presentation:j2,Printer:jM,PrinterCheck:MM,PrinterX:wM,Projector:SM,Proportions:NM,Puzzle:Rd,Pyramid:_M,QrCode:$M,Quote:CM,Rabbit:QM,Radar:LM,Radiation:zM,Radical:TM,Radio:Fa,RadioOff:PM,RadioReceiver:AM,RadioTower:qM,Radius:IM,Rainbow:RM,Rat:VM,Ratio:EM,Receipt:FM,ReceiptCent:ZM,ReceiptEuro:XM,ReceiptIndianRupee:DM,ReceiptJapaneseYen:HM,ReceiptPoundSterling:UM,ReceiptRussianRuble:GM,ReceiptSwissFranc:BM,ReceiptText:WM,ReceiptTurkishLira:YM,RectangleCircle:KM,RectangleEllipsis:zr,RectangleGoggles:JM,RectangleHorizontal:ew,RectangleVertical:tw,Recycle:aw,Redo:ow,Redo2:nw,RedoDot:sw,RefreshCcw:iw,RefreshCcwDot:cw,RefreshCw:na,RefreshCwOff:rw,Refrigerator:lw,Regex:dw,RemoveFormatting:hw,Repeat:fw,Repeat1:uw,Repeat2:pw,Replace:xw,ReplaceAll:mw,Reply:Ow,ReplyAll:yw,Rewind:gw,Ribbon:kw,Road:vw,Rocket:Do,RockingChair:bw,RollerCoaster:Mw,Rose:ww,Rotate3d:Tr,RotateCcw:S2,RotateCcwKey:jw,RotateCcwSquare:Sw,RotateCw:Is,RotateCwSquare:Nw,Route:$w,RouteOff:_w,Router:Cw,Rows2:Pr,Rows3:Ar,Rows4:Qw,Rss:Lw,Ruler:Tw,RulerDimensionLine:zw,RussianRuble:Aw,Sailboat:Pw,Salad:qw,Sandwich:Iw,Satellite:Vw,SatelliteDish:Rw,SaudiRiyal:Ew,Save:m1,SaveAll:Xw,SaveOff:Zw,Scale:Dw,Scale3d:qr,Scaling:Hw,Scan:ej,ScanBarcode:Uw,ScanEye:Gw,ScanFace:Bw,ScanHeart:Ww,ScanLine:Yw,ScanQrCode:Fw,ScanSearch:Jw,ScanText:Kw,School:tj,Scissors:nj,ScissorsLineDashed:aj,Scooter:sj,ScreenShare:cj,ScreenShareOff:oj,Scroll:rj,ScrollText:ij,Search:It,SearchAlert:lj,SearchCheck:dj,SearchCode:hj,SearchSlash:uj,SearchX:pj,Section:fj,Send:Ho,SendHorizontal:Ir,SendToBack:xj,SeparatorHorizontal:mj,SeparatorVertical:yj,Server:Ct,ServerCog:Oj,ServerCrash:kj,ServerOff:gj,Settings:Rs,Settings2:vj,Shapes:bj,Share:wj,Share2:Mj,Sheet:Sj,Shell:jj,ShelvingUnit:Nj,Shield:Ka,ShieldAlert:_j,ShieldBan:$j,ShieldCheck:x1,ShieldCog:Qj,ShieldCogCorner:Cj,ShieldEllipsis:Lj,ShieldHalf:zj,ShieldMinus:Tj,ShieldOff:Pj,ShieldPlus:Aj,ShieldQuestionMark:Rr,ShieldUser:qj,ShieldX:zs,Ship:Ij,ShipWheel:Rj,Shirt:Vj,ShoppingBag:y1,ShoppingBasket:Ej,ShoppingCart:Xj,Shovel:Zj,ShowerHead:Dj,Shredder:Hj,Shrimp:Uj,Shrink:Gj,Shrub:Wj,Shuffle:Yj,Sigma:Bj,Signal:aS,SignalHigh:Fj,SignalLow:Kj,SignalMedium:Jj,SignalZero:eS,Signature:tS,Signpost:sS,SignpostBig:nS,Siren:oS,SkipBack:cS,SkipForward:iS,Skull:O1,Slash:rS,Slice:lS,SlidersHorizontal:dS,SlidersVertical:Vr,Smartphone:pS,SmartphoneCharging:hS,SmartphoneNfc:uS,Smile:mS,SmilePlus:fS,Snail:xS,Snowflake:yS,SoapDispenserDroplet:OS,Sofa:gS,SolarPanel:kS,Soup:vS,Space:bS,Spade:MS,Sparkle:wS,Sparkles:St,Speaker:jS,Speech:SS,SpellCheck:_S,SpellCheck2:NS,Spline:CS,SplinePointer:$S,Split:QS,Spool:LS,SportShoe:zS,Spotlight:TS,SprayCan:PS,Sprout:AS,Square:N2,SquareActivity:Er,SquareArrowDown:Dr,SquareArrowDownLeft:Zr,SquareArrowDownRight:Xr,SquareArrowLeft:Hr,SquareArrowOutDownLeft:Ur,SquareArrowOutDownRight:Br,SquareArrowOutUpLeft:Gr,SquareArrowOutUpRight:Wr,SquareArrowRight:Yr,SquareArrowRightEnter:qS,SquareArrowRightExit:IS,SquareArrowUp:Jr,SquareArrowUpLeft:Fr,SquareArrowUpRight:Kr,SquareAsterisk:el,SquareBottomDashedScissors:tl,SquareCenterlineDashedHorizontal:al,SquareCenterlineDashedVertical:nl,SquareChartGantt:Rn,SquareCheck:ol,SquareCheckBig:sl,SquareChevronDown:il,SquareChevronLeft:cl,SquareChevronRight:rl,SquareChevronUp:ll,SquareCode:dl,SquareDashed:pl,SquareDashedBottom:VS,SquareDashedBottomCode:RS,SquareDashedKanban:hl,SquareDashedMousePointer:ul,SquareDashedTopSolid:ES,SquareDivide:fl,SquareDot:yl,SquareEqual:ml,SquareFunction:xl,SquareKanban:Ol,SquareLibrary:gl,SquareM:kl,SquareMenu:vl,SquareMinus:bl,SquareMousePointer:Ml,SquareParking:jl,SquareParkingOff:wl,SquarePause:XS,SquarePen:$a,SquarePercent:Sl,SquarePi:Nl,SquarePilcrow:_l,SquarePlay:Ql,SquarePlus:$l,SquarePower:Cl,SquareRadical:ZS,SquareRoundCorner:DS,SquareScissors:Ll,SquareSigma:Tl,SquareSlash:zl,SquareSplitHorizontal:Pl,SquareSplitVertical:Al,SquareSquare:HS,SquareStack:US,SquareStar:GS,SquareStop:BS,SquareTerminal:Il,SquareUser:Rl,SquareUserRound:ql,SquareX:Vl,SquaresExclude:WS,SquaresIntersect:YS,SquaresSubtract:FS,SquaresUnite:KS,Squircle:JS,SquircleDashed:eN,Squirrel:tN,Stamp:aN,Star:g1,StarHalf:nN,StarOff:sN,StepBack:oN,StepForward:cN,Stethoscope:iN,Sticker:rN,StickyNote:lN,Stone:dN,Store:hN,StretchHorizontal:uN,StretchVertical:pN,Strikethrough:mN,Subscript:fN,Sun:kN,SunDim:xN,SunMedium:yN,SunMoon:ON,SunSnow:gN,Sunrise:vN,Sunset:bN,Superscript:MN,SwatchBook:wN,SwissFranc:jN,SwitchCamera:SN,Sword:NN,Swords:_N,Syringe:$N,Table:qN,Table2:CN,TableCellsMerge:QN,TableCellsSplit:LN,TableColumnsSplit:zN,TableOfContents:TN,TableProperties:PN,TableRowsSplit:AN,Tablet:RN,TabletSmartphone:IN,Tablets:VN,Tag:XN,Tags:EN,Tally1:ZN,Tally2:HN,Tally3:DN,Tally4:UN,Tally5:BN,Tangent:GN,Target:WN,Telescope:YN,Tent:FN,TentTree:KN,Terminal:Vs,TestTube:k1,TestTubeDiagonal:El,TestTubes:JN,TextAlignCenter:Xl,TextAlignEnd:Zl,TextAlignJustify:Dl,TextAlignStart:Vn,TextCursor:t_,TextCursorInput:e_,TextInitial:Hl,TextQuote:a_,TextSearch:n_,TextSelect:Ul,TextWrap:Gl,Theater:s_,Thermometer:i_,ThermometerSnowflake:o_,ThermometerSun:c_,ThumbsDown:r_,ThumbsUp:l_,Ticket:x_,TicketCheck:d_,TicketMinus:h_,TicketPercent:u_,TicketPlus:p_,TicketSlash:f_,TicketX:m_,Tickets:O_,TicketsPlane:y_,Timer:k_,TimerOff:g_,TimerReset:v_,ToggleLeft:b_,ToggleRight:M_,Toilet:w_,ToolCase:j_,Toolbox:S_,Tornado:N_,Torus:__,Touchpad:C_,TouchpadOff:$_,TowelRack:Q_,TowerControl:L_,ToyBrick:z_,Tractor:T_,TrafficCone:P_,TrainFront:q_,TrainFrontTunnel:A_,TrainTrack:I_,TramFront:Bl,Transgender:R_,Trash:V_,Trash2:Ht,TreeDeciduous:E_,TreePalm:Wl,TreePine:X_,Trees:Z_,TrendingDown:D_,TrendingUp:U_,TrendingUpDown:H_,Triangle:Y_,TriangleAlert:Pt,TriangleDashed:G_,TriangleRight:B_,Trophy:W_,Truck:K_,TruckElectric:F_,TurkishLira:J_,Turntable:e$,Turtle:a$,Tv:n$,TvMinimal:Yl,TvMinimalPlay:t$,Type:o$,TypeOutline:s$,Umbrella:i$,UmbrellaOff:c$,Underline:r$,Undo:h$,Undo2:d$,UndoDot:l$,UnfoldHorizontal:u$,UnfoldVertical:p$,Ungroup:f$,University:Fl,Unlink:x$,Unlink2:m$,Unplug:v1,Upload:_2,Usb:y$,User:Q2,UserCheck:$2,UserCog:O$,UserKey:g$,UserLock:k$,UserMinus:b$,UserPen:v$,UserPlus:C2,UserRound:n1,UserRoundCheck:Jl,UserRoundCog:Kl,UserRoundKey:M$,UserRoundMinus:e1,UserRoundPen:w$,UserRoundPlus:t1,UserRoundSearch:j$,UserRoundX:a1,UserSearch:S$,UserStar:N$,UserX:_$,Users:Ja,UsersRound:s1,Utensils:c1,UtensilsCrossed:o1,UtilityPole:$$,Van:C$,Variable:Q$,Vault:L$,VectorSquare:T$,Vegan:z$,VenetianMask:P$,Venus:A$,VenusAndMars:q$,Vibrate:R$,VibrateOff:I$,Video:E$,VideoOff:V$,Videotape:X$,View:Z$,Voicemail:D$,Volleyball:H$,Volume:Y$,Volume1:U$,Volume2:G$,VolumeOff:B$,VolumeX:W$,Vote:F$,Wallet:J$,WalletCards:K$,WalletMinimal:i1,Wallpaper:tC,Wand:eC,WandSparkles:r1,Warehouse:aC,WashingMachine:nC,Watch:sC,Waves:rC,WavesArrowDown:oC,WavesArrowUp:cC,WavesLadder:iC,Waypoints:lC,Webcam:dC,Webhook:uC,WebhookOff:hC,Weight:fC,WeightTilde:pC,Wheat:xC,WheatOff:mC,WholeWord:yC,Wifi:b1,WifiCog:OC,WifiHigh:gC,WifiLow:kC,WifiOff:vC,WifiPen:bC,WifiSync:MC,WifiZero:wC,Wind:SC,WindArrowDown:jC,Wine:_C,WineOff:NC,Workflow:$C,Worm:CC,Wrench:L2,X:nt,XLineTop:QC,Zap:xa,ZapOff:LC,ZodiacAquarius:zC,ZodiacAries:TC,ZodiacCancer:PC,ZodiacCapricorn:AC,ZodiacGemini:qC,ZodiacLeo:IC,ZodiacLibra:RC,ZodiacOphiuchus:VC,ZodiacPisces:EC,ZodiacSagittarius:XC,ZodiacScorpio:ZC,ZodiacTaurus:DC,ZodiacVirgo:HC,ZoomIn:UC,ZoomOut:GC},Symbol.toStringTag,{value:"Module"})),rQ=Object.freeze(Object.defineProperty({__proto__:null,AArrowDown:Ru,AArrowDownIcon:Ru,AArrowUp:Vu,AArrowUpIcon:Vu,ALargeSmall:Xu,ALargeSmallIcon:Xu,Accessibility:Eu,AccessibilityIcon:Eu,Activity:Ps,ActivityIcon:Ps,ActivitySquare:Er,ActivitySquareIcon:Er,AirVent:Zu,AirVentIcon:Zu,Airplay:Du,AirplayIcon:Du,AlarmCheck:Oc,AlarmCheckIcon:Oc,AlarmClock:Uu,AlarmClockCheck:Oc,AlarmClockCheckIcon:Oc,AlarmClockIcon:Uu,AlarmClockMinus:gc,AlarmClockMinusIcon:gc,AlarmClockOff:Hu,AlarmClockOffIcon:Hu,AlarmClockPlus:kc,AlarmClockPlusIcon:kc,AlarmMinus:gc,AlarmMinusIcon:gc,AlarmPlus:kc,AlarmPlusIcon:kc,AlarmSmoke:Gu,AlarmSmokeIcon:Gu,Album:Bu,AlbumIcon:Bu,AlertCircle:jt,AlertCircleIcon:jt,AlertOctagon:vr,AlertOctagonIcon:vr,AlertTriangle:Pt,AlertTriangleIcon:Pt,AlignCenter:Xl,AlignCenterHorizontal:Wu,AlignCenterHorizontalIcon:Wu,AlignCenterIcon:Xl,AlignCenterVertical:Yu,AlignCenterVerticalIcon:Yu,AlignEndHorizontal:Fu,AlignEndHorizontalIcon:Fu,AlignEndVertical:Ku,AlignEndVerticalIcon:Ku,AlignHorizontalDistributeCenter:Ju,AlignHorizontalDistributeCenterIcon:Ju,AlignHorizontalDistributeEnd:ep,AlignHorizontalDistributeEndIcon:ep,AlignHorizontalDistributeStart:ap,AlignHorizontalDistributeStartIcon:ap,AlignHorizontalJustifyCenter:tp,AlignHorizontalJustifyCenterIcon:tp,AlignHorizontalJustifyEnd:np,AlignHorizontalJustifyEndIcon:np,AlignHorizontalJustifyStart:sp,AlignHorizontalJustifyStartIcon:sp,AlignHorizontalSpaceAround:cp,AlignHorizontalSpaceAroundIcon:cp,AlignHorizontalSpaceBetween:op,AlignHorizontalSpaceBetweenIcon:op,AlignJustify:Dl,AlignJustifyIcon:Dl,AlignLeft:Vn,AlignLeftIcon:Vn,AlignRight:Zl,AlignRightIcon:Zl,AlignStartHorizontal:ip,AlignStartHorizontalIcon:ip,AlignStartVertical:rp,AlignStartVerticalIcon:rp,AlignVerticalDistributeCenter:lp,AlignVerticalDistributeCenterIcon:lp,AlignVerticalDistributeEnd:dp,AlignVerticalDistributeEndIcon:dp,AlignVerticalDistributeStart:hp,AlignVerticalDistributeStartIcon:hp,AlignVerticalJustifyCenter:up,AlignVerticalJustifyCenterIcon:up,AlignVerticalJustifyEnd:pp,AlignVerticalJustifyEndIcon:pp,AlignVerticalJustifyStart:fp,AlignVerticalJustifyStartIcon:fp,AlignVerticalSpaceAround:mp,AlignVerticalSpaceAroundIcon:mp,AlignVerticalSpaceBetween:xp,AlignVerticalSpaceBetweenIcon:xp,Ambulance:yp,AmbulanceIcon:yp,Ampersand:Op,AmpersandIcon:Op,Ampersands:gp,AmpersandsIcon:gp,Amphora:kp,AmphoraIcon:kp,Anchor:vp,AnchorIcon:vp,Angry:bp,AngryIcon:bp,Annoyed:Mp,AnnoyedIcon:Mp,Antenna:wp,AntennaIcon:wp,Anvil:jp,AnvilIcon:jp,Aperture:Sp,ApertureIcon:Sp,AppWindow:_p,AppWindowIcon:_p,AppWindowMac:Np,AppWindowMacIcon:Np,Apple:$p,AppleIcon:$p,Archive:Lp,ArchiveIcon:Lp,ArchiveRestore:Cp,ArchiveRestoreIcon:Cp,ArchiveX:Qp,ArchiveXIcon:Qp,AreaChart:Pc,AreaChartIcon:Pc,Armchair:zp,ArmchairIcon:zp,ArrowBigDown:Pp,ArrowBigDownDash:Tp,ArrowBigDownDashIcon:Tp,ArrowBigDownIcon:Pp,ArrowBigLeft:qp,ArrowBigLeftDash:Ap,ArrowBigLeftDashIcon:Ap,ArrowBigLeftIcon:qp,ArrowBigRight:Rp,ArrowBigRightDash:Ip,ArrowBigRightDashIcon:Ip,ArrowBigRightIcon:Rp,ArrowBigUp:Ep,ArrowBigUpDash:Vp,ArrowBigUpDashIcon:Vp,ArrowBigUpIcon:Ep,ArrowDown:Yp,ArrowDown01:Xp,ArrowDown01Icon:Xp,ArrowDown10:Zp,ArrowDown10Icon:Zp,ArrowDownAZ:vc,ArrowDownAZIcon:vc,ArrowDownAz:vc,ArrowDownAzIcon:vc,ArrowDownCircle:Gc,ArrowDownCircleIcon:Gc,ArrowDownFromLine:Dp,ArrowDownFromLineIcon:Dp,ArrowDownIcon:Yp,ArrowDownLeft:J0,ArrowDownLeftFromCircle:Bc,ArrowDownLeftFromCircleIcon:Bc,ArrowDownLeftFromSquare:Ur,ArrowDownLeftFromSquareIcon:Ur,ArrowDownLeftIcon:J0,ArrowDownLeftSquare:Zr,ArrowDownLeftSquareIcon:Zr,ArrowDownNarrowWide:Hp,ArrowDownNarrowWideIcon:Hp,ArrowDownRight:Up,ArrowDownRightFromCircle:Yc,ArrowDownRightFromCircleIcon:Yc,ArrowDownRightFromSquare:Br,ArrowDownRightFromSquareIcon:Br,ArrowDownRightIcon:Up,ArrowDownRightSquare:Xr,ArrowDownRightSquareIcon:Xr,ArrowDownSquare:Dr,ArrowDownSquareIcon:Dr,ArrowDownToDot:Gp,ArrowDownToDotIcon:Gp,ArrowDownToLine:Bp,ArrowDownToLineIcon:Bp,ArrowDownUp:Wp,ArrowDownUpIcon:Wp,ArrowDownWideNarrow:bc,ArrowDownWideNarrowIcon:bc,ArrowDownZA:Mc,ArrowDownZAIcon:Mc,ArrowDownZa:Mc,ArrowDownZaIcon:Mc,ArrowLeft:Nd,ArrowLeftCircle:Wc,ArrowLeftCircleIcon:Wc,ArrowLeftFromLine:Fp,ArrowLeftFromLineIcon:Fp,ArrowLeftIcon:Nd,ArrowLeftRight:Kp,ArrowLeftRightIcon:Kp,ArrowLeftSquare:Hr,ArrowLeftSquareIcon:Hr,ArrowLeftToLine:ef,ArrowLeftToLineIcon:ef,ArrowRight:_d,ArrowRightCircle:Jc,ArrowRightCircleIcon:Jc,ArrowRightFromLine:Jp,ArrowRightFromLineIcon:Jp,ArrowRightIcon:_d,ArrowRightLeft:tf,ArrowRightLeftIcon:tf,ArrowRightSquare:Yr,ArrowRightSquareIcon:Yr,ArrowRightToLine:af,ArrowRightToLineIcon:af,ArrowUp:t2,ArrowUp01:nf,ArrowUp01Icon:nf,ArrowUp10:sf,ArrowUp10Icon:sf,ArrowUpAZ:wc,ArrowUpAZIcon:wc,ArrowUpAz:wc,ArrowUpAzIcon:wc,ArrowUpCircle:So,ArrowUpCircleIcon:So,ArrowUpDown:of,ArrowUpDownIcon:of,ArrowUpFromDot:cf,ArrowUpFromDotIcon:cf,ArrowUpFromLine:rf,ArrowUpFromLineIcon:rf,ArrowUpIcon:t2,ArrowUpLeft:lf,ArrowUpLeftFromCircle:Fc,ArrowUpLeftFromCircleIcon:Fc,ArrowUpLeftFromSquare:Gr,ArrowUpLeftFromSquareIcon:Gr,ArrowUpLeftIcon:lf,ArrowUpLeftSquare:Fr,ArrowUpLeftSquareIcon:Fr,ArrowUpNarrowWide:jc,ArrowUpNarrowWideIcon:jc,ArrowUpRight:e2,ArrowUpRightFromCircle:Kc,ArrowUpRightFromCircleIcon:Kc,ArrowUpRightFromSquare:Wr,ArrowUpRightFromSquareIcon:Wr,ArrowUpRightIcon:e2,ArrowUpRightSquare:Kr,ArrowUpRightSquareIcon:Kr,ArrowUpSquare:Jr,ArrowUpSquareIcon:Jr,ArrowUpToLine:df,ArrowUpToLineIcon:df,ArrowUpWideNarrow:hf,ArrowUpWideNarrowIcon:hf,ArrowUpZA:Sc,ArrowUpZAIcon:Sc,ArrowUpZa:Sc,ArrowUpZaIcon:Sc,ArrowsUpFromLine:uf,ArrowsUpFromLineIcon:uf,Asterisk:pf,AsteriskIcon:pf,AsteriskSquare:el,AsteriskSquareIcon:el,AtSign:ff,AtSignIcon:ff,Atom:mf,AtomIcon:mf,AudioLines:xf,AudioLinesIcon:xf,AudioWaveform:yf,AudioWaveformIcon:yf,Award:Of,AwardIcon:Of,Axe:gf,AxeIcon:gf,Axis3D:Nc,Axis3DIcon:Nc,Axis3d:Nc,Axis3dIcon:Nc,Baby:kf,BabyIcon:kf,Backpack:vf,BackpackIcon:vf,Badge:Af,BadgeAlert:bf,BadgeAlertIcon:bf,BadgeCent:Mf,BadgeCentIcon:Mf,BadgeCheck:_c,BadgeCheckIcon:_c,BadgeDollarSign:wf,BadgeDollarSignIcon:wf,BadgeEuro:jf,BadgeEuroIcon:jf,BadgeHelp:$c,BadgeHelpIcon:$c,BadgeIcon:Af,BadgeIndianRupee:Sf,BadgeIndianRupeeIcon:Sf,BadgeInfo:Nf,BadgeInfoIcon:Nf,BadgeJapaneseYen:_f,BadgeJapaneseYenIcon:_f,BadgeMinus:$f,BadgeMinusIcon:$f,BadgePercent:Qf,BadgePercentIcon:Qf,BadgePlus:Cf,BadgePlusIcon:Cf,BadgePoundSterling:Lf,BadgePoundSterlingIcon:Lf,BadgeQuestionMark:$c,BadgeQuestionMarkIcon:$c,BadgeRussianRuble:zf,BadgeRussianRubleIcon:zf,BadgeSwissFranc:Tf,BadgeSwissFrancIcon:Tf,BadgeTurkishLira:Pf,BadgeTurkishLiraIcon:Pf,BadgeX:qf,BadgeXIcon:qf,BaggageClaim:If,BaggageClaimIcon:If,Balloon:Rf,BalloonIcon:Rf,Ban:Vf,BanIcon:Vf,Banana:Ef,BananaIcon:Ef,Bandage:Xf,BandageIcon:Xf,Banknote:Uf,BanknoteArrowDown:Zf,BanknoteArrowDownIcon:Zf,BanknoteArrowUp:Df,BanknoteArrowUpIcon:Df,BanknoteIcon:Uf,BanknoteX:Hf,BanknoteXIcon:Hf,BarChart:Xc,BarChart2:Zc,BarChart2Icon:Zc,BarChart3:$s,BarChart3Icon:$s,BarChart4:Vc,BarChart4Icon:Vc,BarChartBig:Rc,BarChartBigIcon:Rc,BarChartHorizontal:qc,BarChartHorizontalBig:Ac,BarChartHorizontalBigIcon:Ac,BarChartHorizontalIcon:qc,BarChartIcon:Xc,Barcode:Gf,BarcodeIcon:Gf,Barrel:Bf,BarrelIcon:Bf,Baseline:Wf,BaselineIcon:Wf,Bath:Yf,BathIcon:Yf,Battery:nm,BatteryCharging:Ff,BatteryChargingIcon:Ff,BatteryFull:Kf,BatteryFullIcon:Kf,BatteryIcon:nm,BatteryLow:Jf,BatteryLowIcon:Jf,BatteryMedium:em,BatteryMediumIcon:em,BatteryPlus:am,BatteryPlusIcon:am,BatteryWarning:tm,BatteryWarningIcon:tm,Beaker:sm,BeakerIcon:sm,Bean:im,BeanIcon:im,BeanOff:om,BeanOffIcon:om,Bed:lm,BedDouble:cm,BedDoubleIcon:cm,BedIcon:lm,BedSingle:rm,BedSingleIcon:rm,Beef:hm,BeefIcon:hm,BeefOff:dm,BeefOffIcon:dm,Beer:um,BeerIcon:um,BeerOff:pm,BeerOffIcon:pm,Bell:km,BellDot:fm,BellDotIcon:fm,BellElectric:mm,BellElectricIcon:mm,BellIcon:km,BellMinus:xm,BellMinusIcon:xm,BellOff:ym,BellOffIcon:ym,BellPlus:Om,BellPlusIcon:Om,BellRing:gm,BellRingIcon:gm,BetweenHorizonalEnd:Cc,BetweenHorizonalEndIcon:Cc,BetweenHorizonalStart:Qc,BetweenHorizonalStartIcon:Qc,BetweenHorizontalEnd:Cc,BetweenHorizontalEndIcon:Cc,BetweenHorizontalStart:Qc,BetweenHorizontalStartIcon:Qc,BetweenVerticalEnd:vm,BetweenVerticalEndIcon:vm,BetweenVerticalStart:bm,BetweenVerticalStartIcon:bm,BicepsFlexed:Mm,BicepsFlexedIcon:Mm,Bike:wm,BikeIcon:wm,Binary:jm,BinaryIcon:jm,Binoculars:Nm,BinocularsIcon:Nm,Biohazard:Sm,BiohazardIcon:Sm,Bird:_m,BirdIcon:_m,Birdhouse:$m,BirdhouseIcon:$m,Bitcoin:Cm,BitcoinIcon:Cm,Blend:Qm,BlendIcon:Qm,Blinds:Lm,BlindsIcon:Lm,Blocks:zm,BlocksIcon:zm,Bluetooth:qm,BluetoothConnected:Tm,BluetoothConnectedIcon:Tm,BluetoothIcon:qm,BluetoothOff:Pm,BluetoothOffIcon:Pm,BluetoothSearching:Am,BluetoothSearchingIcon:Am,Bold:Im,BoldIcon:Im,Bolt:Rm,BoltIcon:Rm,Bomb:a2,BombIcon:a2,Bone:Vm,BoneIcon:Vm,Book:dx,BookA:Em,BookAIcon:Em,BookAlert:Xm,BookAlertIcon:Xm,BookAudio:Zm,BookAudioIcon:Zm,BookCheck:Dm,BookCheckIcon:Dm,BookCopy:Hm,BookCopyIcon:Hm,BookDashed:Lc,BookDashedIcon:Lc,BookDown:Um,BookDownIcon:Um,BookHeadphones:Gm,BookHeadphonesIcon:Gm,BookHeart:Bm,BookHeartIcon:Bm,BookIcon:dx,BookImage:Wm,BookImageIcon:Wm,BookKey:Ym,BookKeyIcon:Ym,BookLock:Fm,BookLockIcon:Fm,BookMarked:Km,BookMarkedIcon:Km,BookMinus:Jm,BookMinusIcon:Jm,BookOpen:Po,BookOpenCheck:ex,BookOpenCheckIcon:ex,BookOpenIcon:Po,BookOpenText:tx,BookOpenTextIcon:tx,BookPlus:ax,BookPlusIcon:ax,BookSearch:nx,BookSearchIcon:nx,BookTemplate:Lc,BookTemplateIcon:Lc,BookText:sx,BookTextIcon:sx,BookType:ox,BookTypeIcon:ox,BookUp:ix,BookUp2:cx,BookUp2Icon:cx,BookUpIcon:ix,BookUser:rx,BookUserIcon:rx,BookX:lx,BookXIcon:lx,Bookmark:mx,BookmarkCheck:hx,BookmarkCheckIcon:hx,BookmarkIcon:mx,BookmarkMinus:ux,BookmarkMinusIcon:ux,BookmarkPlus:px,BookmarkPlusIcon:px,BookmarkX:fx,BookmarkXIcon:fx,BoomBox:xx,BoomBoxIcon:xx,Bot:gx,BotIcon:gx,BotMessageSquare:Ox,BotMessageSquareIcon:Ox,BotOff:yx,BotOffIcon:yx,BottleWine:vx,BottleWineIcon:vx,BowArrow:kx,BowArrowIcon:kx,Box:yn,BoxIcon:yn,BoxSelect:pl,BoxSelectIcon:pl,Boxes:bx,BoxesIcon:bx,Braces:zc,BracesIcon:zc,Brackets:Mx,BracketsIcon:Mx,Brain:n2,BrainCircuit:wx,BrainCircuitIcon:wx,BrainCog:jx,BrainCogIcon:jx,BrainIcon:n2,BrickWall:_x,BrickWallFire:Sx,BrickWallFireIcon:Sx,BrickWallIcon:_x,BrickWallShield:Nx,BrickWallShieldIcon:Nx,Briefcase:Lx,BriefcaseBusiness:$x,BriefcaseBusinessIcon:$x,BriefcaseConveyorBelt:Cx,BriefcaseConveyorBeltIcon:Cx,BriefcaseIcon:Lx,BriefcaseMedical:Qx,BriefcaseMedicalIcon:Qx,BringToFront:Tx,BringToFrontIcon:Tx,Brush:Px,BrushCleaning:zx,BrushCleaningIcon:zx,BrushIcon:Px,Bubbles:Ax,BubblesIcon:Ax,Bug:Rx,BugIcon:Rx,BugOff:qx,BugOffIcon:qx,BugPlay:Ix,BugPlayIcon:Ix,Building:Ex,Building2:Vx,Building2Icon:Vx,BuildingIcon:Ex,Bus:Zx,BusFront:Xx,BusFrontIcon:Xx,BusIcon:Zx,Cable:Hx,CableCar:Dx,CableCarIcon:Dx,CableIcon:Hx,Cake:Gx,CakeIcon:Gx,CakeSlice:Ux,CakeSliceIcon:Ux,Calculator:s2,CalculatorIcon:s2,Calendar:Ao,Calendar1:Bx,Calendar1Icon:Bx,CalendarArrowDown:Wx,CalendarArrowDownIcon:Wx,CalendarArrowUp:Yx,CalendarArrowUpIcon:Yx,CalendarCheck:Kx,CalendarCheck2:Fx,CalendarCheck2Icon:Fx,CalendarCheckIcon:Kx,CalendarClock:Jx,CalendarClockIcon:Jx,CalendarCog:ey,CalendarCogIcon:ey,CalendarDays:ty,CalendarDaysIcon:ty,CalendarFold:ay,CalendarFoldIcon:ay,CalendarHeart:ny,CalendarHeartIcon:ny,CalendarIcon:Ao,CalendarMinus:oy,CalendarMinus2:sy,CalendarMinus2Icon:sy,CalendarMinusIcon:oy,CalendarOff:cy,CalendarOffIcon:cy,CalendarPlus:ry,CalendarPlus2:iy,CalendarPlus2Icon:iy,CalendarPlusIcon:ry,CalendarRange:ly,CalendarRangeIcon:ly,CalendarSearch:hy,CalendarSearchIcon:hy,CalendarSync:dy,CalendarSyncIcon:dy,CalendarX:py,CalendarX2:uy,CalendarX2Icon:uy,CalendarXIcon:py,Calendars:fy,CalendarsIcon:fy,Camera:xy,CameraIcon:xy,CameraOff:my,CameraOffIcon:my,CandlestickChart:Ic,CandlestickChartIcon:Ic,Candy:gy,CandyCane:yy,CandyCaneIcon:yy,CandyIcon:gy,CandyOff:Oy,CandyOffIcon:Oy,Cannabis:ky,CannabisIcon:ky,CannabisOff:vy,CannabisOffIcon:vy,Captions:Tc,CaptionsIcon:Tc,CaptionsOff:by,CaptionsOffIcon:by,Car:jy,CarFront:wy,CarFrontIcon:wy,CarIcon:jy,CarTaxiFront:My,CarTaxiFrontIcon:My,Caravan:Ny,CaravanIcon:Ny,CardSim:Sy,CardSimIcon:Sy,Carrot:_y,CarrotIcon:_y,CaseLower:$y,CaseLowerIcon:$y,CaseSensitive:Cy,CaseSensitiveIcon:Cy,CaseUpper:Qy,CaseUpperIcon:Qy,CassetteTape:Ly,CassetteTapeIcon:Ly,Cast:zy,CastIcon:zy,Castle:Ty,CastleIcon:Ty,Cat:Py,CatIcon:Py,Cctv:qy,CctvIcon:qy,CctvOff:Ay,CctvOffIcon:Ay,ChartArea:Pc,ChartAreaIcon:Pc,ChartBar:qc,ChartBarBig:Ac,ChartBarBigIcon:Ac,ChartBarDecreasing:Iy,ChartBarDecreasingIcon:Iy,ChartBarIcon:qc,ChartBarIncreasing:Ry,ChartBarIncreasingIcon:Ry,ChartBarStacked:Vy,ChartBarStackedIcon:Vy,ChartCandlestick:Ic,ChartCandlestickIcon:Ic,ChartColumn:$s,ChartColumnBig:Rc,ChartColumnBigIcon:Rc,ChartColumnDecreasing:Ey,ChartColumnDecreasingIcon:Ey,ChartColumnIcon:$s,ChartColumnIncreasing:Vc,ChartColumnIncreasingIcon:Vc,ChartColumnStacked:Xy,ChartColumnStackedIcon:Xy,ChartGantt:Zy,ChartGanttIcon:Zy,ChartLine:Ec,ChartLineIcon:Ec,ChartNetwork:Dy,ChartNetworkIcon:Dy,ChartNoAxesColumn:Zc,ChartNoAxesColumnDecreasing:Hy,ChartNoAxesColumnDecreasingIcon:Hy,ChartNoAxesColumnIcon:Zc,ChartNoAxesColumnIncreasing:Xc,ChartNoAxesColumnIncreasingIcon:Xc,ChartNoAxesCombined:Uy,ChartNoAxesCombinedIcon:Uy,ChartNoAxesGantt:Dc,ChartNoAxesGanttIcon:Dc,ChartPie:Hc,ChartPieIcon:Hc,ChartScatter:Uc,ChartScatterIcon:Uc,ChartSpline:$d,ChartSplineIcon:$d,Check:He,CheckCheck:Gy,CheckCheckIcon:Gy,CheckCircle:ta,CheckCircle2:hn,CheckCircle2Icon:hn,CheckCircleIcon:ta,CheckIcon:He,CheckLine:By,CheckLineIcon:By,CheckSquare:sl,CheckSquare2:ol,CheckSquare2Icon:ol,CheckSquareIcon:sl,ChefHat:Wy,ChefHatIcon:Wy,Cherry:Yy,CherryIcon:Yy,ChessBishop:Fy,ChessBishopIcon:Fy,ChessKing:Ky,ChessKingIcon:Ky,ChessKnight:Jy,ChessKnightIcon:Jy,ChessPawn:eO,ChessPawnIcon:eO,ChessQueen:aO,ChessQueenIcon:aO,ChessRook:tO,ChessRookIcon:tO,ChevronDown:At,ChevronDownCircle:ei,ChevronDownCircleIcon:ei,ChevronDownIcon:At,ChevronDownSquare:il,ChevronDownSquareIcon:il,ChevronFirst:nO,ChevronFirstIcon:nO,ChevronLast:sO,ChevronLastIcon:sO,ChevronLeft:As,ChevronLeftCircle:ti,ChevronLeftCircleIcon:ti,ChevronLeftIcon:As,ChevronLeftSquare:cl,ChevronLeftSquareIcon:cl,ChevronRight:qt,ChevronRightCircle:ai,ChevronRightCircleIcon:ai,ChevronRightIcon:qt,ChevronRightSquare:rl,ChevronRightSquareIcon:rl,ChevronUp:o2,ChevronUpCircle:ni,ChevronUpCircleIcon:ni,ChevronUpIcon:o2,ChevronUpSquare:ll,ChevronUpSquareIcon:ll,ChevronsDown:cO,ChevronsDownIcon:cO,ChevronsDownUp:oO,ChevronsDownUpIcon:oO,ChevronsLeft:lO,ChevronsLeftIcon:lO,ChevronsLeftRight:rO,ChevronsLeftRightEllipsis:iO,ChevronsLeftRightEllipsisIcon:iO,ChevronsLeftRightIcon:rO,ChevronsRight:hO,ChevronsRightIcon:hO,ChevronsRightLeft:dO,ChevronsRightLeftIcon:dO,ChevronsUp:pO,ChevronsUpDown:uO,ChevronsUpDownIcon:uO,ChevronsUpIcon:pO,Church:fO,ChurchIcon:fO,Cigarette:xO,CigaretteIcon:xO,CigaretteOff:mO,CigaretteOffIcon:mO,Circle:QO,CircleAlert:jt,CircleAlertIcon:jt,CircleArrowDown:Gc,CircleArrowDownIcon:Gc,CircleArrowLeft:Wc,CircleArrowLeftIcon:Wc,CircleArrowOutDownLeft:Bc,CircleArrowOutDownLeftIcon:Bc,CircleArrowOutDownRight:Yc,CircleArrowOutDownRightIcon:Yc,CircleArrowOutUpLeft:Fc,CircleArrowOutUpLeftIcon:Fc,CircleArrowOutUpRight:Kc,CircleArrowOutUpRightIcon:Kc,CircleArrowRight:Jc,CircleArrowRightIcon:Jc,CircleArrowUp:So,CircleArrowUpIcon:So,CircleCheck:hn,CircleCheckBig:ta,CircleCheckBigIcon:ta,CircleCheckIcon:hn,CircleChevronDown:ei,CircleChevronDownIcon:ei,CircleChevronLeft:ti,CircleChevronLeftIcon:ti,CircleChevronRight:ai,CircleChevronRightIcon:ai,CircleChevronUp:ni,CircleChevronUpIcon:ni,CircleDashed:yO,CircleDashedIcon:yO,CircleDivide:si,CircleDivideIcon:si,CircleDollarSign:OO,CircleDollarSignIcon:OO,CircleDot:kO,CircleDotDashed:gO,CircleDotDashedIcon:gO,CircleDotIcon:kO,CircleEllipsis:vO,CircleEllipsisIcon:vO,CircleEqual:bO,CircleEqualIcon:bO,CircleFadingArrowUp:MO,CircleFadingArrowUpIcon:MO,CircleFadingPlus:wO,CircleFadingPlusIcon:wO,CircleGauge:oi,CircleGaugeIcon:oi,CircleHelp:Yt,CircleHelpIcon:Yt,CircleIcon:QO,CircleMinus:ci,CircleMinusIcon:ci,CircleOff:jO,CircleOffIcon:jO,CircleParking:ri,CircleParkingIcon:ri,CircleParkingOff:ii,CircleParkingOffIcon:ii,CirclePause:li,CirclePauseIcon:li,CirclePercent:di,CirclePercentIcon:di,CirclePile:SO,CirclePileIcon:SO,CirclePlay:hi,CirclePlayIcon:hi,CirclePlus:ui,CirclePlusIcon:ui,CirclePoundSterling:NO,CirclePoundSterlingIcon:NO,CirclePower:pi,CirclePowerIcon:pi,CircleQuestionMark:Yt,CircleQuestionMarkIcon:Yt,CircleSlash:_O,CircleSlash2:fi,CircleSlash2Icon:fi,CircleSlashIcon:_O,CircleSlashed:fi,CircleSlashedIcon:fi,CircleSmall:$O,CircleSmallIcon:$O,CircleStar:CO,CircleStarIcon:CO,CircleStop:mi,CircleStopIcon:mi,CircleUser:yi,CircleUserIcon:yi,CircleUserRound:xi,CircleUserRoundIcon:xi,CircleX:un,CircleXIcon:un,CircuitBoard:LO,CircuitBoardIcon:LO,Citrus:zO,CitrusIcon:zO,Clapperboard:TO,ClapperboardIcon:TO,Clipboard:HO,ClipboardCheck:PO,ClipboardCheckIcon:PO,ClipboardClock:AO,ClipboardClockIcon:AO,ClipboardCopy:qO,ClipboardCopyIcon:qO,ClipboardEdit:gi,ClipboardEditIcon:gi,ClipboardIcon:HO,ClipboardList:IO,ClipboardListIcon:IO,ClipboardMinus:RO,ClipboardMinusIcon:RO,ClipboardPaste:VO,ClipboardPasteIcon:VO,ClipboardPen:gi,ClipboardPenIcon:gi,ClipboardPenLine:Oi,ClipboardPenLineIcon:Oi,ClipboardPlus:EO,ClipboardPlusIcon:EO,ClipboardSignature:Oi,ClipboardSignatureIcon:Oi,ClipboardType:XO,ClipboardTypeIcon:XO,ClipboardX:ZO,ClipboardXIcon:ZO,Clock:qo,Clock1:DO,Clock10:UO,Clock10Icon:UO,Clock11:GO,Clock11Icon:GO,Clock12:BO,Clock12Icon:BO,Clock1Icon:DO,Clock2:WO,Clock2Icon:WO,Clock3:YO,Clock3Icon:YO,Clock4:FO,Clock4Icon:FO,Clock5:KO,Clock5Icon:KO,Clock6:JO,Clock6Icon:JO,Clock7:tg,Clock7Icon:tg,Clock8:eg,Clock8Icon:eg,Clock9:ag,Clock9Icon:ag,ClockAlert:ng,ClockAlertIcon:ng,ClockArrowDown:sg,ClockArrowDownIcon:sg,ClockArrowUp:og,ClockArrowUpIcon:og,ClockCheck:ig,ClockCheckIcon:ig,ClockFading:cg,ClockFadingIcon:cg,ClockIcon:qo,ClockPlus:rg,ClockPlusIcon:rg,ClosedCaption:lg,ClosedCaptionIcon:lg,Cloud:Cd,CloudAlert:dg,CloudAlertIcon:dg,CloudBackup:hg,CloudBackupIcon:hg,CloudCheck:ug,CloudCheckIcon:ug,CloudCog:pg,CloudCogIcon:pg,CloudDownload:ki,CloudDownloadIcon:ki,CloudDrizzle:fg,CloudDrizzleIcon:fg,CloudFog:mg,CloudFogIcon:mg,CloudHail:xg,CloudHailIcon:xg,CloudIcon:Cd,CloudLightning:yg,CloudLightningIcon:yg,CloudMoon:gg,CloudMoonIcon:gg,CloudMoonRain:Og,CloudMoonRainIcon:Og,CloudOff:kg,CloudOffIcon:kg,CloudRain:bg,CloudRainIcon:bg,CloudRainWind:vg,CloudRainWindIcon:vg,CloudSnow:Mg,CloudSnowIcon:Mg,CloudSun:jg,CloudSunIcon:jg,CloudSunRain:wg,CloudSunRainIcon:wg,CloudSync:Sg,CloudSyncIcon:Sg,CloudUpload:vi,CloudUploadIcon:vi,Cloudy:Ng,CloudyIcon:Ng,Clover:_g,CloverIcon:_g,Club:$g,ClubIcon:$g,Code:Cg,Code2:aa,Code2Icon:aa,CodeIcon:Cg,CodeSquare:dl,CodeSquareIcon:dl,CodeXml:aa,CodeXmlIcon:aa,Coffee:Qg,CoffeeIcon:Qg,Cog:Lg,CogIcon:Lg,Coins:zg,CoinsIcon:zg,Columns:bi,Columns2:bi,Columns2Icon:bi,Columns3:Mi,Columns3Cog:Tn,Columns3CogIcon:Tn,Columns3Icon:Mi,Columns4:Tg,Columns4Icon:Tg,ColumnsIcon:bi,ColumnsSettings:Tn,ColumnsSettingsIcon:Tn,Combine:Pg,CombineIcon:Pg,Command:Ag,CommandIcon:Ag,Compass:qg,CompassIcon:qg,Component:Ig,ComponentIcon:Ig,Computer:Rg,ComputerIcon:Rg,ConciergeBell:Vg,ConciergeBellIcon:Vg,Cone:Eg,ConeIcon:Eg,Construction:Xg,ConstructionIcon:Xg,Contact:Dg,Contact2:wi,Contact2Icon:wi,ContactIcon:Dg,ContactRound:wi,ContactRoundIcon:wi,Container:Zg,ContainerIcon:Zg,Contrast:Hg,ContrastIcon:Hg,Cookie:Ug,CookieIcon:Ug,CookingPot:Gg,CookingPotIcon:Gg,Copy:Gn,CopyCheck:Bg,CopyCheckIcon:Bg,CopyIcon:Gn,CopyMinus:Wg,CopyMinusIcon:Wg,CopyPlus:Yg,CopyPlusIcon:Yg,CopySlash:Fg,CopySlashIcon:Fg,CopyX:Kg,CopyXIcon:Kg,Copyleft:Jg,CopyleftIcon:Jg,Copyright:e5,CopyrightIcon:e5,CornerDownLeft:t5,CornerDownLeftIcon:t5,CornerDownRight:a5,CornerDownRightIcon:a5,CornerLeftDown:n5,CornerLeftDownIcon:n5,CornerLeftUp:s5,CornerLeftUpIcon:s5,CornerRightDown:o5,CornerRightDownIcon:o5,CornerRightUp:i5,CornerRightUpIcon:i5,CornerUpLeft:c5,CornerUpLeftIcon:c5,CornerUpRight:r5,CornerUpRightIcon:r5,Cpu:Bn,CpuIcon:Bn,CreativeCommons:l5,CreativeCommonsIcon:l5,CreditCard:d5,CreditCardIcon:d5,Croissant:h5,CroissantIcon:h5,Crop:u5,CropIcon:u5,Cross:p5,CrossIcon:p5,Crosshair:f5,CrosshairIcon:f5,Crown:m5,CrownIcon:m5,Cuboid:x5,CuboidIcon:x5,CupSoda:y5,CupSodaIcon:y5,CurlyBraces:zc,CurlyBracesIcon:zc,Currency:O5,CurrencyIcon:O5,Cylinder:g5,CylinderIcon:g5,Dam:k5,DamIcon:k5,Database:c2,DatabaseBackup:v5,DatabaseBackupIcon:v5,DatabaseIcon:c2,DatabaseSearch:b5,DatabaseSearchIcon:b5,DatabaseZap:M5,DatabaseZapIcon:M5,DecimalsArrowLeft:w5,DecimalsArrowLeftIcon:w5,DecimalsArrowRight:j5,DecimalsArrowRightIcon:j5,Delete:S5,DeleteIcon:S5,Dessert:N5,DessertIcon:N5,Diameter:_5,DiameterIcon:_5,Diamond:Q5,DiamondIcon:Q5,DiamondMinus:C5,DiamondMinusIcon:C5,DiamondPercent:ji,DiamondPercentIcon:ji,DiamondPlus:$5,DiamondPlusIcon:$5,Dice1:L5,Dice1Icon:L5,Dice2:T5,Dice2Icon:T5,Dice3:z5,Dice3Icon:z5,Dice4:P5,Dice4Icon:P5,Dice5:A5,Dice5Icon:A5,Dice6:I5,Dice6Icon:I5,Dices:q5,DicesIcon:q5,Diff:R5,DiffIcon:R5,Disc:Z5,Disc2:V5,Disc2Icon:V5,Disc3:E5,Disc3Icon:E5,DiscAlbum:X5,DiscAlbumIcon:X5,DiscIcon:Z5,Divide:D5,DivideCircle:si,DivideCircleIcon:si,DivideIcon:D5,DivideSquare:fl,DivideSquareIcon:fl,Dna:U5,DnaIcon:U5,DnaOff:H5,DnaOffIcon:H5,Dock:B5,DockIcon:B5,Dog:G5,DogIcon:G5,DollarSign:i2,DollarSignIcon:i2,Donut:W5,DonutIcon:W5,DoorClosed:F5,DoorClosedIcon:F5,DoorClosedLocked:Y5,DoorClosedLockedIcon:Y5,DoorOpen:K5,DoorOpenIcon:K5,Dot:J5,DotIcon:J5,DotSquare:yl,DotSquareIcon:yl,Download:Ya,DownloadCloud:ki,DownloadCloudIcon:ki,DownloadIcon:Ya,DraftingCompass:ek,DraftingCompassIcon:ek,Drama:tk,DramaIcon:tk,Drill:nk,DrillIcon:nk,Drone:ak,DroneIcon:ak,Droplet:ck,DropletIcon:ck,DropletOff:sk,DropletOffIcon:sk,Droplets:ok,DropletsIcon:ok,Drum:ik,DrumIcon:ik,Drumstick:rk,DrumstickIcon:rk,Dumbbell:lk,DumbbellIcon:lk,Ear:uk,EarIcon:uk,EarOff:dk,EarOffIcon:dk,Earth:Si,EarthIcon:Si,EarthLock:hk,EarthLockIcon:hk,Eclipse:pk,EclipseIcon:pk,Edit:$a,Edit2:$o,Edit2Icon:$o,Edit3:_o,Edit3Icon:_o,EditIcon:$a,Egg:xk,EggFried:fk,EggFriedIcon:fk,EggIcon:xk,EggOff:mk,EggOffIcon:mk,Ellipse:yk,EllipseIcon:yk,Ellipsis:_i,EllipsisIcon:_i,EllipsisVertical:Ni,EllipsisVerticalIcon:Ni,Equal:kk,EqualApproximately:Ok,EqualApproximatelyIcon:Ok,EqualIcon:kk,EqualNot:gk,EqualNotIcon:gk,EqualSquare:ml,EqualSquareIcon:ml,Eraser:vk,EraserIcon:vk,EthernetPort:bk,EthernetPortIcon:bk,Euro:Mk,EuroIcon:Mk,EvCharger:wk,EvChargerIcon:wk,Expand:jk,ExpandIcon:jk,ExternalLink:Qt,ExternalLinkIcon:Qt,Eye:ma,EyeClosed:Sk,EyeClosedIcon:Sk,EyeIcon:ma,EyeOff:Wn,EyeOffIcon:Wn,Factory:Nk,FactoryIcon:Nk,Fan:_k,FanIcon:_k,FastForward:$k,FastForwardIcon:$k,Feather:Ck,FeatherIcon:Ck,Fence:Qk,FenceIcon:Qk,FerrisWheel:Lk,FerrisWheelIcon:Lk,File:l2,FileArchive:zk,FileArchiveIcon:zk,FileAudio:Pn,FileAudio2:Pn,FileAudio2Icon:Pn,FileAudioIcon:Pn,FileAxis3D:$i,FileAxis3DIcon:$i,FileAxis3d:$i,FileAxis3dIcon:$i,FileBadge:Ci,FileBadge2:Ci,FileBadge2Icon:Ci,FileBadgeIcon:Ci,FileBarChart:zi,FileBarChart2:Ti,FileBarChart2Icon:Ti,FileBarChartIcon:zi,FileBox:Tk,FileBoxIcon:Tk,FileBraces:Li,FileBracesCorner:Qi,FileBracesCornerIcon:Qi,FileBracesIcon:Li,FileChartColumn:Ti,FileChartColumnIcon:Ti,FileChartColumnIncreasing:zi,FileChartColumnIncreasingIcon:zi,FileChartLine:Pi,FileChartLineIcon:Pi,FileChartPie:Ai,FileChartPieIcon:Ai,FileCheck:Pk,FileCheck2:qi,FileCheck2Icon:qi,FileCheckCorner:qi,FileCheckCornerIcon:qi,FileCheckIcon:Pk,FileClock:Ak,FileClockIcon:Ak,FileCode:r2,FileCode2:Ii,FileCode2Icon:Ii,FileCodeCorner:Ii,FileCodeCornerIcon:Ii,FileCodeIcon:r2,FileCog:Ri,FileCog2:Ri,FileCog2Icon:Ri,FileCogIcon:Ri,FileDiff:qk,FileDiffIcon:qk,FileDigit:Ik,FileDigitIcon:Ik,FileDown:Rk,FileDownIcon:Rk,FileEdit:Cs,FileEditIcon:Cs,FileExclamationPoint:Vi,FileExclamationPointIcon:Vi,FileHeadphone:Pn,FileHeadphoneIcon:Pn,FileHeart:Vk,FileHeartIcon:Vk,FileIcon:l2,FileImage:Ek,FileImageIcon:Ek,FileInput:Xk,FileInputIcon:Xk,FileJson:Li,FileJson2:Qi,FileJson2Icon:Qi,FileJsonIcon:Li,FileKey:Ei,FileKey2:Ei,FileKey2Icon:Ei,FileKeyIcon:Ei,FileLineChart:Pi,FileLineChartIcon:Pi,FileLock:Xi,FileLock2:Xi,FileLock2Icon:Xi,FileLockIcon:Xi,FileMinus:Zk,FileMinus2:Zi,FileMinus2Icon:Zi,FileMinusCorner:Zi,FileMinusCornerIcon:Zi,FileMinusIcon:Zk,FileMusic:Dk,FileMusicIcon:Dk,FileOutput:Hk,FileOutputIcon:Hk,FilePen:Cs,FilePenIcon:Cs,FilePenLine:Di,FilePenLineIcon:Di,FilePieChart:Ai,FilePieChartIcon:Ai,FilePlay:Hi,FilePlayIcon:Hi,FilePlus:h1,FilePlus2:Ui,FilePlus2Icon:Ui,FilePlusCorner:Ui,FilePlusCornerIcon:Ui,FilePlusIcon:h1,FileQuestion:Gi,FileQuestionIcon:Gi,FileQuestionMark:Gi,FileQuestionMarkIcon:Gi,FileScan:Uk,FileScanIcon:Uk,FileSearch:Gk,FileSearch2:Bi,FileSearch2Icon:Bi,FileSearchCorner:Bi,FileSearchCornerIcon:Bi,FileSearchIcon:Gk,FileSignal:Wi,FileSignalIcon:Wi,FileSignature:Di,FileSignatureIcon:Di,FileSliders:Bk,FileSlidersIcon:Bk,FileSpreadsheet:Wk,FileSpreadsheetIcon:Wk,FileStack:Yk,FileStackIcon:Yk,FileSymlink:Kk,FileSymlinkIcon:Kk,FileTerminal:Fk,FileTerminalIcon:Fk,FileText:za,FileTextIcon:za,FileType:Jk,FileType2:Yi,FileType2Icon:Yi,FileTypeCorner:Yi,FileTypeCornerIcon:Yi,FileTypeIcon:Jk,FileUp:e4,FileUpIcon:e4,FileUser:t4,FileUserIcon:t4,FileVideo:Hi,FileVideo2:Fi,FileVideo2Icon:Fi,FileVideoCamera:Fi,FileVideoCameraIcon:Fi,FileVideoIcon:Hi,FileVolume:a4,FileVolume2:Wi,FileVolume2Icon:Wi,FileVolumeIcon:a4,FileWarning:Vi,FileWarningIcon:Vi,FileX:n4,FileX2:Ki,FileX2Icon:Ki,FileXCorner:Ki,FileXCornerIcon:Ki,FileXIcon:n4,Files:s4,FilesIcon:s4,Film:o4,FilmIcon:o4,Filter:nr,FilterIcon:nr,FilterX:ar,FilterXIcon:ar,Fingerprint:Ji,FingerprintIcon:Ji,FingerprintPattern:Ji,FingerprintPatternIcon:Ji,FireExtinguisher:c4,FireExtinguisherIcon:c4,Fish:l4,FishIcon:l4,FishOff:i4,FishOffIcon:i4,FishSymbol:r4,FishSymbolIcon:r4,FishingHook:d4,FishingHookIcon:d4,FishingRod:h4,FishingRodIcon:h4,Flag:m4,FlagIcon:m4,FlagOff:u4,FlagOffIcon:u4,FlagTriangleLeft:p4,FlagTriangleLeftIcon:p4,FlagTriangleRight:f4,FlagTriangleRightIcon:f4,Flame:d2,FlameIcon:d2,FlameKindling:x4,FlameKindlingIcon:x4,Flashlight:O4,FlashlightIcon:O4,FlashlightOff:y4,FlashlightOffIcon:y4,FlaskConical:v4,FlaskConicalIcon:v4,FlaskConicalOff:g4,FlaskConicalOffIcon:g4,FlaskRound:k4,FlaskRoundIcon:k4,FlipHorizontal:al,FlipHorizontal2:b4,FlipHorizontal2Icon:b4,FlipHorizontalIcon:al,FlipVertical:nl,FlipVertical2:M4,FlipVertical2Icon:M4,FlipVerticalIcon:nl,Flower:j4,Flower2:w4,Flower2Icon:w4,FlowerIcon:j4,Focus:S4,FocusIcon:S4,FoldHorizontal:N4,FoldHorizontalIcon:N4,FoldVertical:_4,FoldVerticalIcon:_4,Folder:Ld,FolderArchive:$4,FolderArchiveIcon:$4,FolderCheck:C4,FolderCheckIcon:C4,FolderClock:Q4,FolderClockIcon:Q4,FolderClosed:Qd,FolderClosedIcon:Qd,FolderCode:L4,FolderCodeIcon:L4,FolderCog:er,FolderCog2:er,FolderCog2Icon:er,FolderCogIcon:er,FolderDot:z4,FolderDotIcon:z4,FolderDown:T4,FolderDownIcon:T4,FolderEdit:tr,FolderEditIcon:tr,FolderGit:A4,FolderGit2:P4,FolderGit2Icon:P4,FolderGitIcon:A4,FolderHeart:q4,FolderHeartIcon:q4,FolderIcon:Ld,FolderInput:I4,FolderInputIcon:I4,FolderKanban:R4,FolderKanbanIcon:R4,FolderKey:V4,FolderKeyIcon:V4,FolderLock:E4,FolderLockIcon:E4,FolderMinus:X4,FolderMinusIcon:X4,FolderOpen:Ft,FolderOpenDot:Z4,FolderOpenDotIcon:Z4,FolderOpenIcon:Ft,FolderOutput:D4,FolderOutputIcon:D4,FolderPen:tr,FolderPenIcon:tr,FolderPlus:u1,FolderPlusIcon:u1,FolderRoot:H4,FolderRootIcon:H4,FolderSearch:p1,FolderSearch2:U4,FolderSearch2Icon:U4,FolderSearchIcon:p1,FolderSymlink:G4,FolderSymlinkIcon:G4,FolderSync:B4,FolderSyncIcon:B4,FolderTree:W4,FolderTreeIcon:W4,FolderUp:Y4,FolderUpIcon:Y4,FolderX:F4,FolderXIcon:F4,Folders:K4,FoldersIcon:K4,Footprints:J4,FootprintsIcon:J4,ForkKnife:c1,ForkKnifeCrossed:o1,ForkKnifeCrossedIcon:o1,ForkKnifeIcon:c1,Forklift:e3,ForkliftIcon:e3,Form:t3,FormIcon:t3,FormInput:zr,FormInputIcon:zr,Forward:a3,ForwardIcon:a3,Frame:n3,FrameIcon:n3,Frown:o3,FrownIcon:o3,Fuel:s3,FuelIcon:s3,Fullscreen:c3,FullscreenIcon:c3,FunctionSquare:xl,FunctionSquareIcon:xl,Funnel:nr,FunnelIcon:nr,FunnelPlus:i3,FunnelPlusIcon:i3,FunnelX:ar,FunnelXIcon:ar,GalleryHorizontal:l3,GalleryHorizontalEnd:r3,GalleryHorizontalEndIcon:r3,GalleryHorizontalIcon:l3,GalleryThumbnails:d3,GalleryThumbnailsIcon:d3,GalleryVertical:u3,GalleryVerticalEnd:h3,GalleryVerticalEndIcon:h3,GalleryVerticalIcon:u3,Gamepad:f3,Gamepad2:f1,Gamepad2Icon:f1,GamepadDirectional:p3,GamepadDirectionalIcon:p3,GamepadIcon:f3,GanttChart:Dc,GanttChartIcon:Dc,GanttChartSquare:Rn,GanttChartSquareIcon:Rn,Gauge:zd,GaugeCircle:oi,GaugeCircleIcon:oi,GaugeIcon:zd,Gavel:m3,GavelIcon:m3,Gem:x3,GemIcon:x3,GeorgianLari:y3,GeorgianLariIcon:y3,Ghost:O3,GhostIcon:O3,Gift:g3,GiftIcon:g3,GitBranch:Yn,GitBranchIcon:Yn,GitBranchMinus:v3,GitBranchMinusIcon:v3,GitBranchPlus:k3,GitBranchPlusIcon:k3,GitCommit:sr,GitCommitHorizontal:sr,GitCommitHorizontalIcon:sr,GitCommitIcon:sr,GitCommitVertical:b3,GitCommitVerticalIcon:b3,GitCompare:w3,GitCompareArrows:M3,GitCompareArrowsIcon:M3,GitCompareIcon:w3,GitFork:j3,GitForkIcon:j3,GitGraph:S3,GitGraphIcon:S3,GitMerge:_3,GitMergeConflict:N3,GitMergeConflictIcon:N3,GitMergeIcon:_3,GitPullRequest:T3,GitPullRequestArrow:$3,GitPullRequestArrowIcon:$3,GitPullRequestClosed:C3,GitPullRequestClosedIcon:C3,GitPullRequestCreate:Q3,GitPullRequestCreateArrow:L3,GitPullRequestCreateArrowIcon:L3,GitPullRequestCreateIcon:Q3,GitPullRequestDraft:z3,GitPullRequestDraftIcon:z3,GitPullRequestIcon:T3,GlassWater:A3,GlassWaterIcon:A3,Glasses:P3,GlassesIcon:P3,Globe:Pa,Globe2:Si,Globe2Icon:Si,GlobeIcon:Pa,GlobeLock:q3,GlobeLockIcon:q3,GlobeOff:I3,GlobeOffIcon:I3,GlobeX:R3,GlobeXIcon:R3,Goal:V3,GoalIcon:V3,Gpu:E3,GpuIcon:E3,Grab:lr,GrabIcon:lr,GraduationCap:X3,GraduationCapIcon:X3,Grape:Z3,GrapeIcon:Z3,Grid:An,Grid2X2:rr,Grid2X2Check:or,Grid2X2CheckIcon:or,Grid2X2Icon:rr,Grid2X2Plus:cr,Grid2X2PlusIcon:cr,Grid2X2X:ir,Grid2X2XIcon:ir,Grid2x2:rr,Grid2x2Check:or,Grid2x2CheckIcon:or,Grid2x2Icon:rr,Grid2x2Plus:cr,Grid2x2PlusIcon:cr,Grid2x2X:ir,Grid2x2XIcon:ir,Grid3X3:An,Grid3X3Icon:An,Grid3x2:D3,Grid3x2Icon:D3,Grid3x3:An,Grid3x3Icon:An,GridIcon:An,Grip:U3,GripHorizontal:h2,GripHorizontalIcon:h2,GripIcon:U3,GripVertical:H3,GripVerticalIcon:H3,Group:G3,GroupIcon:G3,Guitar:W3,GuitarIcon:W3,Ham:B3,HamIcon:B3,Hamburger:Y3,HamburgerIcon:Y3,Hammer:F3,HammerIcon:F3,Hand:sv,HandCoins:K3,HandCoinsIcon:K3,HandFist:J3,HandFistIcon:J3,HandGrab:lr,HandGrabIcon:lr,HandHeart:ev,HandHeartIcon:ev,HandHelping:dr,HandHelpingIcon:dr,HandIcon:sv,HandMetal:tv,HandMetalIcon:tv,HandPlatter:av,HandPlatterIcon:av,Handbag:nv,HandbagIcon:nv,Handshake:ov,HandshakeIcon:ov,HardDrive:Io,HardDriveDownload:cv,HardDriveDownloadIcon:cv,HardDriveIcon:Io,HardDriveUpload:iv,HardDriveUploadIcon:iv,HardHat:rv,HardHatIcon:rv,Hash:lv,HashIcon:lv,HatGlasses:dv,HatGlassesIcon:dv,Haze:hv,HazeIcon:hv,Hd:uv,HdIcon:uv,HdmiPort:pv,HdmiPortIcon:pv,Heading:kv,Heading1:mv,Heading1Icon:mv,Heading2:fv,Heading2Icon:fv,Heading3:yv,Heading3Icon:yv,Heading4:xv,Heading4Icon:xv,Heading5:Ov,Heading5Icon:Ov,Heading6:gv,Heading6Icon:gv,HeadingIcon:kv,HeadphoneOff:vv,HeadphoneOffIcon:vv,Headphones:u2,HeadphonesIcon:u2,Headset:bv,HeadsetIcon:bv,Heart:p2,HeartCrack:Mv,HeartCrackIcon:Mv,HeartHandshake:wv,HeartHandshakeIcon:wv,HeartIcon:p2,HeartMinus:jv,HeartMinusIcon:jv,HeartOff:Sv,HeartOffIcon:Sv,HeartPlus:Nv,HeartPlusIcon:Nv,HeartPulse:_v,HeartPulseIcon:_v,Heater:$v,HeaterIcon:$v,Helicopter:Cv,HelicopterIcon:Cv,HelpCircle:Yt,HelpCircleIcon:Yt,HelpingHand:dr,HelpingHandIcon:dr,Hexagon:Qv,HexagonIcon:Qv,Highlighter:Lv,HighlighterIcon:Lv,History:zv,HistoryIcon:zv,Home:No,HomeIcon:No,Hop:Pv,HopIcon:Pv,HopOff:Tv,HopOffIcon:Tv,Hospital:Av,HospitalIcon:Av,Hotel:qv,HotelIcon:qv,Hourglass:Iv,HourglassIcon:Iv,House:No,HouseHeart:Rv,HouseHeartIcon:Rv,HouseIcon:No,HousePlug:Vv,HousePlugIcon:Vv,HousePlus:Ev,HousePlusIcon:Ev,HouseWifi:Xv,HouseWifiIcon:Xv,IceCream:ur,IceCream2:hr,IceCream2Icon:hr,IceCreamBowl:hr,IceCreamBowlIcon:hr,IceCreamCone:ur,IceCreamConeIcon:ur,IceCreamIcon:ur,Icon:QZ,IdCard:Zv,IdCardIcon:Zv,IdCardLanyard:Dv,IdCardLanyardIcon:Dv,Image:Kv,ImageDown:Hv,ImageDownIcon:Hv,ImageIcon:Kv,ImageMinus:Uv,ImageMinusIcon:Uv,ImageOff:Bv,ImageOffIcon:Bv,ImagePlay:Gv,ImagePlayIcon:Gv,ImagePlus:Wv,ImagePlusIcon:Wv,ImageUp:Yv,ImageUpIcon:Yv,ImageUpscale:Fv,ImageUpscaleIcon:Fv,Images:Jv,ImagesIcon:Jv,Import:eb,ImportIcon:eb,Inbox:ab,InboxIcon:ab,Indent:In,IndentDecrease:qn,IndentDecreaseIcon:qn,IndentIcon:In,IndentIncrease:In,IndentIncreaseIcon:In,IndianRupee:tb,IndianRupeeIcon:tb,Infinity:nb,InfinityIcon:nb,Info:Td,InfoIcon:Td,Inspect:Ml,InspectIcon:Ml,InspectionPanel:sb,InspectionPanelIcon:sb,Italic:ob,ItalicIcon:ob,IterationCcw:cb,IterationCcwIcon:cb,IterationCw:ib,IterationCwIcon:ib,JapaneseYen:rb,JapaneseYenIcon:rb,Joystick:lb,JoystickIcon:lb,Kanban:db,KanbanIcon:db,KanbanSquare:Ol,KanbanSquareDashed:hl,KanbanSquareDashedIcon:hl,KanbanSquareIcon:Ol,Kayak:hb,KayakIcon:hb,Key:On,KeyIcon:On,KeyRound:Pd,KeyRoundIcon:Pd,KeySquare:ub,KeySquareIcon:ub,Keyboard:mb,KeyboardIcon:mb,KeyboardMusic:pb,KeyboardMusicIcon:pb,KeyboardOff:fb,KeyboardOffIcon:fb,Lamp:vb,LampCeiling:xb,LampCeilingIcon:xb,LampDesk:yb,LampDeskIcon:yb,LampFloor:Ob,LampFloorIcon:Ob,LampIcon:vb,LampWallDown:gb,LampWallDownIcon:gb,LampWallUp:kb,LampWallUpIcon:kb,LandPlot:bb,LandPlotIcon:bb,Landmark:Mb,LandmarkIcon:Mb,Languages:wb,LanguagesIcon:wb,Laptop:Sb,Laptop2:pr,Laptop2Icon:pr,LaptopIcon:Sb,LaptopMinimal:pr,LaptopMinimalCheck:jb,LaptopMinimalCheckIcon:jb,LaptopMinimalIcon:pr,Lasso:_b,LassoIcon:_b,LassoSelect:Nb,LassoSelectIcon:Nb,Laugh:$b,LaughIcon:$b,Layers:Qs,Layers2:Cb,Layers2Icon:Cb,Layers3:Qs,Layers3Icon:Qs,LayersIcon:Qs,LayersPlus:Qb,LayersPlusIcon:Qb,Layout:Lr,LayoutDashboard:f2,LayoutDashboardIcon:f2,LayoutGrid:Lb,LayoutGridIcon:Lb,LayoutIcon:Lr,LayoutList:zb,LayoutListIcon:zb,LayoutPanelLeft:Tb,LayoutPanelLeftIcon:Tb,LayoutPanelTop:Pb,LayoutPanelTopIcon:Pb,LayoutTemplate:Ab,LayoutTemplateIcon:Ab,Leaf:qb,LeafIcon:qb,LeafyGreen:Ib,LeafyGreenIcon:Ib,Lectern:Rb,LecternIcon:Rb,LensConcave:Vb,LensConcaveIcon:Vb,LensConvex:Eb,LensConvexIcon:Eb,LetterText:Hl,LetterTextIcon:Hl,Library:Zb,LibraryBig:Xb,LibraryBigIcon:Xb,LibraryIcon:Zb,LibrarySquare:gl,LibrarySquareIcon:gl,LifeBuoy:Db,LifeBuoyIcon:Db,Ligature:Hb,LigatureIcon:Hb,Lightbulb:Gb,LightbulbIcon:Gb,LightbulbOff:Ub,LightbulbOffIcon:Ub,LineChart:Ec,LineChartIcon:Ec,LineDotRightHorizontal:Bb,LineDotRightHorizontalIcon:Bb,LineSquiggle:Wb,LineSquiggleIcon:Wb,LineStyle:Yb,LineStyleIcon:Yb,Link:Kb,Link2:Ro,Link2Icon:Ro,Link2Off:Fb,Link2OffIcon:Fb,LinkIcon:Kb,List:x6,ListCheck:Jb,ListCheckIcon:Jb,ListChecks:m2,ListChecksIcon:m2,ListChevronsDownUp:e6,ListChevronsDownUpIcon:e6,ListChevronsUpDown:t6,ListChevronsUpDownIcon:t6,ListCollapse:a6,ListCollapseIcon:a6,ListEnd:n6,ListEndIcon:n6,ListFilter:o6,ListFilterIcon:o6,ListFilterPlus:s6,ListFilterPlusIcon:s6,ListIcon:x6,ListIndentDecrease:qn,ListIndentDecreaseIcon:qn,ListIndentIncrease:In,ListIndentIncreaseIcon:In,ListMinus:c6,ListMinusIcon:c6,ListMusic:i6,ListMusicIcon:i6,ListOrdered:r6,ListOrderedIcon:r6,ListPlus:l6,ListPlusIcon:l6,ListRestart:d6,ListRestartIcon:d6,ListStart:h6,ListStartIcon:h6,ListTodo:u6,ListTodoIcon:u6,ListTree:p6,ListTreeIcon:p6,ListVideo:f6,ListVideoIcon:f6,ListX:m6,ListXIcon:m6,Loader:O6,Loader2:Ae,Loader2Icon:Ae,LoaderCircle:Ae,LoaderCircleIcon:Ae,LoaderIcon:O6,LoaderPinwheel:y6,LoaderPinwheelIcon:y6,Locate:v6,LocateFixed:g6,LocateFixedIcon:g6,LocateIcon:v6,LocateOff:k6,LocateOffIcon:k6,LocationEdit:yr,LocationEditIcon:yr,Lock:x2,LockIcon:x2,LockKeyhole:b6,LockKeyholeIcon:b6,LockKeyholeOpen:fr,LockKeyholeOpenIcon:fr,LockOpen:mr,LockOpenIcon:mr,LogIn:Vo,LogInIcon:Vo,LogOut:y2,LogOutIcon:y2,Logs:M6,LogsIcon:M6,Lollipop:w6,LollipopIcon:w6,LucideAArrowDown:Ru,LucideAArrowUp:Vu,LucideALargeSmall:Xu,LucideAccessibility:Eu,LucideActivity:Ps,LucideActivitySquare:Er,LucideAirVent:Zu,LucideAirplay:Du,LucideAlarmCheck:Oc,LucideAlarmClock:Uu,LucideAlarmClockCheck:Oc,LucideAlarmClockMinus:gc,LucideAlarmClockOff:Hu,LucideAlarmClockPlus:kc,LucideAlarmMinus:gc,LucideAlarmPlus:kc,LucideAlarmSmoke:Gu,LucideAlbum:Bu,LucideAlertCircle:jt,LucideAlertOctagon:vr,LucideAlertTriangle:Pt,LucideAlignCenter:Xl,LucideAlignCenterHorizontal:Wu,LucideAlignCenterVertical:Yu,LucideAlignEndHorizontal:Fu,LucideAlignEndVertical:Ku,LucideAlignHorizontalDistributeCenter:Ju,LucideAlignHorizontalDistributeEnd:ep,LucideAlignHorizontalDistributeStart:ap,LucideAlignHorizontalJustifyCenter:tp,LucideAlignHorizontalJustifyEnd:np,LucideAlignHorizontalJustifyStart:sp,LucideAlignHorizontalSpaceAround:cp,LucideAlignHorizontalSpaceBetween:op,LucideAlignJustify:Dl,LucideAlignLeft:Vn,LucideAlignRight:Zl,LucideAlignStartHorizontal:ip,LucideAlignStartVertical:rp,LucideAlignVerticalDistributeCenter:lp,LucideAlignVerticalDistributeEnd:dp,LucideAlignVerticalDistributeStart:hp,LucideAlignVerticalJustifyCenter:up,LucideAlignVerticalJustifyEnd:pp,LucideAlignVerticalJustifyStart:fp,LucideAlignVerticalSpaceAround:mp,LucideAlignVerticalSpaceBetween:xp,LucideAmbulance:yp,LucideAmpersand:Op,LucideAmpersands:gp,LucideAmphora:kp,LucideAnchor:vp,LucideAngry:bp,LucideAnnoyed:Mp,LucideAntenna:wp,LucideAnvil:jp,LucideAperture:Sp,LucideAppWindow:_p,LucideAppWindowMac:Np,LucideApple:$p,LucideArchive:Lp,LucideArchiveRestore:Cp,LucideArchiveX:Qp,LucideAreaChart:Pc,LucideArmchair:zp,LucideArrowBigDown:Pp,LucideArrowBigDownDash:Tp,LucideArrowBigLeft:qp,LucideArrowBigLeftDash:Ap,LucideArrowBigRight:Rp,LucideArrowBigRightDash:Ip,LucideArrowBigUp:Ep,LucideArrowBigUpDash:Vp,LucideArrowDown:Yp,LucideArrowDown01:Xp,LucideArrowDown10:Zp,LucideArrowDownAZ:vc,LucideArrowDownAz:vc,LucideArrowDownCircle:Gc,LucideArrowDownFromLine:Dp,LucideArrowDownLeft:J0,LucideArrowDownLeftFromCircle:Bc,LucideArrowDownLeftFromSquare:Ur,LucideArrowDownLeftSquare:Zr,LucideArrowDownNarrowWide:Hp,LucideArrowDownRight:Up,LucideArrowDownRightFromCircle:Yc,LucideArrowDownRightFromSquare:Br,LucideArrowDownRightSquare:Xr,LucideArrowDownSquare:Dr,LucideArrowDownToDot:Gp,LucideArrowDownToLine:Bp,LucideArrowDownUp:Wp,LucideArrowDownWideNarrow:bc,LucideArrowDownZA:Mc,LucideArrowDownZa:Mc,LucideArrowLeft:Nd,LucideArrowLeftCircle:Wc,LucideArrowLeftFromLine:Fp,LucideArrowLeftRight:Kp,LucideArrowLeftSquare:Hr,LucideArrowLeftToLine:ef,LucideArrowRight:_d,LucideArrowRightCircle:Jc,LucideArrowRightFromLine:Jp,LucideArrowRightLeft:tf,LucideArrowRightSquare:Yr,LucideArrowRightToLine:af,LucideArrowUp:t2,LucideArrowUp01:nf,LucideArrowUp10:sf,LucideArrowUpAZ:wc,LucideArrowUpAz:wc,LucideArrowUpCircle:So,LucideArrowUpDown:of,LucideArrowUpFromDot:cf,LucideArrowUpFromLine:rf,LucideArrowUpLeft:lf,LucideArrowUpLeftFromCircle:Fc,LucideArrowUpLeftFromSquare:Gr,LucideArrowUpLeftSquare:Fr,LucideArrowUpNarrowWide:jc,LucideArrowUpRight:e2,LucideArrowUpRightFromCircle:Kc,LucideArrowUpRightFromSquare:Wr,LucideArrowUpRightSquare:Kr,LucideArrowUpSquare:Jr,LucideArrowUpToLine:df,LucideArrowUpWideNarrow:hf,LucideArrowUpZA:Sc,LucideArrowUpZa:Sc,LucideArrowsUpFromLine:uf,LucideAsterisk:pf,LucideAsteriskSquare:el,LucideAtSign:ff,LucideAtom:mf,LucideAudioLines:xf,LucideAudioWaveform:yf,LucideAward:Of,LucideAxe:gf,LucideAxis3D:Nc,LucideAxis3d:Nc,LucideBaby:kf,LucideBackpack:vf,LucideBadge:Af,LucideBadgeAlert:bf,LucideBadgeCent:Mf,LucideBadgeCheck:_c,LucideBadgeDollarSign:wf,LucideBadgeEuro:jf,LucideBadgeHelp:$c,LucideBadgeIndianRupee:Sf,LucideBadgeInfo:Nf,LucideBadgeJapaneseYen:_f,LucideBadgeMinus:$f,LucideBadgePercent:Qf,LucideBadgePlus:Cf,LucideBadgePoundSterling:Lf,LucideBadgeQuestionMark:$c,LucideBadgeRussianRuble:zf,LucideBadgeSwissFranc:Tf,LucideBadgeTurkishLira:Pf,LucideBadgeX:qf,LucideBaggageClaim:If,LucideBalloon:Rf,LucideBan:Vf,LucideBanana:Ef,LucideBandage:Xf,LucideBanknote:Uf,LucideBanknoteArrowDown:Zf,LucideBanknoteArrowUp:Df,LucideBanknoteX:Hf,LucideBarChart:Xc,LucideBarChart2:Zc,LucideBarChart3:$s,LucideBarChart4:Vc,LucideBarChartBig:Rc,LucideBarChartHorizontal:qc,LucideBarChartHorizontalBig:Ac,LucideBarcode:Gf,LucideBarrel:Bf,LucideBaseline:Wf,LucideBath:Yf,LucideBattery:nm,LucideBatteryCharging:Ff,LucideBatteryFull:Kf,LucideBatteryLow:Jf,LucideBatteryMedium:em,LucideBatteryPlus:am,LucideBatteryWarning:tm,LucideBeaker:sm,LucideBean:im,LucideBeanOff:om,LucideBed:lm,LucideBedDouble:cm,LucideBedSingle:rm,LucideBeef:hm,LucideBeefOff:dm,LucideBeer:um,LucideBeerOff:pm,LucideBell:km,LucideBellDot:fm,LucideBellElectric:mm,LucideBellMinus:xm,LucideBellOff:ym,LucideBellPlus:Om,LucideBellRing:gm,LucideBetweenHorizonalEnd:Cc,LucideBetweenHorizonalStart:Qc,LucideBetweenHorizontalEnd:Cc,LucideBetweenHorizontalStart:Qc,LucideBetweenVerticalEnd:vm,LucideBetweenVerticalStart:bm,LucideBicepsFlexed:Mm,LucideBike:wm,LucideBinary:jm,LucideBinoculars:Nm,LucideBiohazard:Sm,LucideBird:_m,LucideBirdhouse:$m,LucideBitcoin:Cm,LucideBlend:Qm,LucideBlinds:Lm,LucideBlocks:zm,LucideBluetooth:qm,LucideBluetoothConnected:Tm,LucideBluetoothOff:Pm,LucideBluetoothSearching:Am,LucideBold:Im,LucideBolt:Rm,LucideBomb:a2,LucideBone:Vm,LucideBook:dx,LucideBookA:Em,LucideBookAlert:Xm,LucideBookAudio:Zm,LucideBookCheck:Dm,LucideBookCopy:Hm,LucideBookDashed:Lc,LucideBookDown:Um,LucideBookHeadphones:Gm,LucideBookHeart:Bm,LucideBookImage:Wm,LucideBookKey:Ym,LucideBookLock:Fm,LucideBookMarked:Km,LucideBookMinus:Jm,LucideBookOpen:Po,LucideBookOpenCheck:ex,LucideBookOpenText:tx,LucideBookPlus:ax,LucideBookSearch:nx,LucideBookTemplate:Lc,LucideBookText:sx,LucideBookType:ox,LucideBookUp:ix,LucideBookUp2:cx,LucideBookUser:rx,LucideBookX:lx,LucideBookmark:mx,LucideBookmarkCheck:hx,LucideBookmarkMinus:ux,LucideBookmarkPlus:px,LucideBookmarkX:fx,LucideBoomBox:xx,LucideBot:gx,LucideBotMessageSquare:Ox,LucideBotOff:yx,LucideBottleWine:vx,LucideBowArrow:kx,LucideBox:yn,LucideBoxSelect:pl,LucideBoxes:bx,LucideBraces:zc,LucideBrackets:Mx,LucideBrain:n2,LucideBrainCircuit:wx,LucideBrainCog:jx,LucideBrickWall:_x,LucideBrickWallFire:Sx,LucideBrickWallShield:Nx,LucideBriefcase:Lx,LucideBriefcaseBusiness:$x,LucideBriefcaseConveyorBelt:Cx,LucideBriefcaseMedical:Qx,LucideBringToFront:Tx,LucideBrush:Px,LucideBrushCleaning:zx,LucideBubbles:Ax,LucideBug:Rx,LucideBugOff:qx,LucideBugPlay:Ix,LucideBuilding:Ex,LucideBuilding2:Vx,LucideBus:Zx,LucideBusFront:Xx,LucideCable:Hx,LucideCableCar:Dx,LucideCake:Gx,LucideCakeSlice:Ux,LucideCalculator:s2,LucideCalendar:Ao,LucideCalendar1:Bx,LucideCalendarArrowDown:Wx,LucideCalendarArrowUp:Yx,LucideCalendarCheck:Kx,LucideCalendarCheck2:Fx,LucideCalendarClock:Jx,LucideCalendarCog:ey,LucideCalendarDays:ty,LucideCalendarFold:ay,LucideCalendarHeart:ny,LucideCalendarMinus:oy,LucideCalendarMinus2:sy,LucideCalendarOff:cy,LucideCalendarPlus:ry,LucideCalendarPlus2:iy,LucideCalendarRange:ly,LucideCalendarSearch:hy,LucideCalendarSync:dy,LucideCalendarX:py,LucideCalendarX2:uy,LucideCalendars:fy,LucideCamera:xy,LucideCameraOff:my,LucideCandlestickChart:Ic,LucideCandy:gy,LucideCandyCane:yy,LucideCandyOff:Oy,LucideCannabis:ky,LucideCannabisOff:vy,LucideCaptions:Tc,LucideCaptionsOff:by,LucideCar:jy,LucideCarFront:wy,LucideCarTaxiFront:My,LucideCaravan:Ny,LucideCardSim:Sy,LucideCarrot:_y,LucideCaseLower:$y,LucideCaseSensitive:Cy,LucideCaseUpper:Qy,LucideCassetteTape:Ly,LucideCast:zy,LucideCastle:Ty,LucideCat:Py,LucideCctv:qy,LucideCctvOff:Ay,LucideChartArea:Pc,LucideChartBar:qc,LucideChartBarBig:Ac,LucideChartBarDecreasing:Iy,LucideChartBarIncreasing:Ry,LucideChartBarStacked:Vy,LucideChartCandlestick:Ic,LucideChartColumn:$s,LucideChartColumnBig:Rc,LucideChartColumnDecreasing:Ey,LucideChartColumnIncreasing:Vc,LucideChartColumnStacked:Xy,LucideChartGantt:Zy,LucideChartLine:Ec,LucideChartNetwork:Dy,LucideChartNoAxesColumn:Zc,LucideChartNoAxesColumnDecreasing:Hy,LucideChartNoAxesColumnIncreasing:Xc,LucideChartNoAxesCombined:Uy,LucideChartNoAxesGantt:Dc,LucideChartPie:Hc,LucideChartScatter:Uc,LucideChartSpline:$d,LucideCheck:He,LucideCheckCheck:Gy,LucideCheckCircle:ta,LucideCheckCircle2:hn,LucideCheckLine:By,LucideCheckSquare:sl,LucideCheckSquare2:ol,LucideChefHat:Wy,LucideCherry:Yy,LucideChessBishop:Fy,LucideChessKing:Ky,LucideChessKnight:Jy,LucideChessPawn:eO,LucideChessQueen:aO,LucideChessRook:tO,LucideChevronDown:At,LucideChevronDownCircle:ei,LucideChevronDownSquare:il,LucideChevronFirst:nO,LucideChevronLast:sO,LucideChevronLeft:As,LucideChevronLeftCircle:ti,LucideChevronLeftSquare:cl,LucideChevronRight:qt,LucideChevronRightCircle:ai,LucideChevronRightSquare:rl,LucideChevronUp:o2,LucideChevronUpCircle:ni,LucideChevronUpSquare:ll,LucideChevronsDown:cO,LucideChevronsDownUp:oO,LucideChevronsLeft:lO,LucideChevronsLeftRight:rO,LucideChevronsLeftRightEllipsis:iO,LucideChevronsRight:hO,LucideChevronsRightLeft:dO,LucideChevronsUp:pO,LucideChevronsUpDown:uO,LucideChurch:fO,LucideCigarette:xO,LucideCigaretteOff:mO,LucideCircle:QO,LucideCircleAlert:jt,LucideCircleArrowDown:Gc,LucideCircleArrowLeft:Wc,LucideCircleArrowOutDownLeft:Bc,LucideCircleArrowOutDownRight:Yc,LucideCircleArrowOutUpLeft:Fc,LucideCircleArrowOutUpRight:Kc,LucideCircleArrowRight:Jc,LucideCircleArrowUp:So,LucideCircleCheck:hn,LucideCircleCheckBig:ta,LucideCircleChevronDown:ei,LucideCircleChevronLeft:ti,LucideCircleChevronRight:ai,LucideCircleChevronUp:ni,LucideCircleDashed:yO,LucideCircleDivide:si,LucideCircleDollarSign:OO,LucideCircleDot:kO,LucideCircleDotDashed:gO,LucideCircleEllipsis:vO,LucideCircleEqual:bO,LucideCircleFadingArrowUp:MO,LucideCircleFadingPlus:wO,LucideCircleGauge:oi,LucideCircleHelp:Yt,LucideCircleMinus:ci,LucideCircleOff:jO,LucideCircleParking:ri,LucideCircleParkingOff:ii,LucideCirclePause:li,LucideCirclePercent:di,LucideCirclePile:SO,LucideCirclePlay:hi,LucideCirclePlus:ui,LucideCirclePoundSterling:NO,LucideCirclePower:pi,LucideCircleQuestionMark:Yt,LucideCircleSlash:_O,LucideCircleSlash2:fi,LucideCircleSlashed:fi,LucideCircleSmall:$O,LucideCircleStar:CO,LucideCircleStop:mi,LucideCircleUser:yi,LucideCircleUserRound:xi,LucideCircleX:un,LucideCircuitBoard:LO,LucideCitrus:zO,LucideClapperboard:TO,LucideClipboard:HO,LucideClipboardCheck:PO,LucideClipboardClock:AO,LucideClipboardCopy:qO,LucideClipboardEdit:gi,LucideClipboardList:IO,LucideClipboardMinus:RO,LucideClipboardPaste:VO,LucideClipboardPen:gi,LucideClipboardPenLine:Oi,LucideClipboardPlus:EO,LucideClipboardSignature:Oi,LucideClipboardType:XO,LucideClipboardX:ZO,LucideClock:qo,LucideClock1:DO,LucideClock10:UO,LucideClock11:GO,LucideClock12:BO,LucideClock2:WO,LucideClock3:YO,LucideClock4:FO,LucideClock5:KO,LucideClock6:JO,LucideClock7:tg,LucideClock8:eg,LucideClock9:ag,LucideClockAlert:ng,LucideClockArrowDown:sg,LucideClockArrowUp:og,LucideClockCheck:ig,LucideClockFading:cg,LucideClockPlus:rg,LucideClosedCaption:lg,LucideCloud:Cd,LucideCloudAlert:dg,LucideCloudBackup:hg,LucideCloudCheck:ug,LucideCloudCog:pg,LucideCloudDownload:ki,LucideCloudDrizzle:fg,LucideCloudFog:mg,LucideCloudHail:xg,LucideCloudLightning:yg,LucideCloudMoon:gg,LucideCloudMoonRain:Og,LucideCloudOff:kg,LucideCloudRain:bg,LucideCloudRainWind:vg,LucideCloudSnow:Mg,LucideCloudSun:jg,LucideCloudSunRain:wg,LucideCloudSync:Sg,LucideCloudUpload:vi,LucideCloudy:Ng,LucideClover:_g,LucideClub:$g,LucideCode:Cg,LucideCode2:aa,LucideCodeSquare:dl,LucideCodeXml:aa,LucideCoffee:Qg,LucideCog:Lg,LucideCoins:zg,LucideColumns:bi,LucideColumns2:bi,LucideColumns3:Mi,LucideColumns3Cog:Tn,LucideColumns4:Tg,LucideColumnsSettings:Tn,LucideCombine:Pg,LucideCommand:Ag,LucideCompass:qg,LucideComponent:Ig,LucideComputer:Rg,LucideConciergeBell:Vg,LucideCone:Eg,LucideConstruction:Xg,LucideContact:Dg,LucideContact2:wi,LucideContactRound:wi,LucideContainer:Zg,LucideContrast:Hg,LucideCookie:Ug,LucideCookingPot:Gg,LucideCopy:Gn,LucideCopyCheck:Bg,LucideCopyMinus:Wg,LucideCopyPlus:Yg,LucideCopySlash:Fg,LucideCopyX:Kg,LucideCopyleft:Jg,LucideCopyright:e5,LucideCornerDownLeft:t5,LucideCornerDownRight:a5,LucideCornerLeftDown:n5,LucideCornerLeftUp:s5,LucideCornerRightDown:o5,LucideCornerRightUp:i5,LucideCornerUpLeft:c5,LucideCornerUpRight:r5,LucideCpu:Bn,LucideCreativeCommons:l5,LucideCreditCard:d5,LucideCroissant:h5,LucideCrop:u5,LucideCross:p5,LucideCrosshair:f5,LucideCrown:m5,LucideCuboid:x5,LucideCupSoda:y5,LucideCurlyBraces:zc,LucideCurrency:O5,LucideCylinder:g5,LucideDam:k5,LucideDatabase:c2,LucideDatabaseBackup:v5,LucideDatabaseSearch:b5,LucideDatabaseZap:M5,LucideDecimalsArrowLeft:w5,LucideDecimalsArrowRight:j5,LucideDelete:S5,LucideDessert:N5,LucideDiameter:_5,LucideDiamond:Q5,LucideDiamondMinus:C5,LucideDiamondPercent:ji,LucideDiamondPlus:$5,LucideDice1:L5,LucideDice2:T5,LucideDice3:z5,LucideDice4:P5,LucideDice5:A5,LucideDice6:I5,LucideDices:q5,LucideDiff:R5,LucideDisc:Z5,LucideDisc2:V5,LucideDisc3:E5,LucideDiscAlbum:X5,LucideDivide:D5,LucideDivideCircle:si,LucideDivideSquare:fl,LucideDna:U5,LucideDnaOff:H5,LucideDock:B5,LucideDog:G5,LucideDollarSign:i2,LucideDonut:W5,LucideDoorClosed:F5,LucideDoorClosedLocked:Y5,LucideDoorOpen:K5,LucideDot:J5,LucideDotSquare:yl,LucideDownload:Ya,LucideDownloadCloud:ki,LucideDraftingCompass:ek,LucideDrama:tk,LucideDrill:nk,LucideDrone:ak,LucideDroplet:ck,LucideDropletOff:sk,LucideDroplets:ok,LucideDrum:ik,LucideDrumstick:rk,LucideDumbbell:lk,LucideEar:uk,LucideEarOff:dk,LucideEarth:Si,LucideEarthLock:hk,LucideEclipse:pk,LucideEdit:$a,LucideEdit2:$o,LucideEdit3:_o,LucideEgg:xk,LucideEggFried:fk,LucideEggOff:mk,LucideEllipse:yk,LucideEllipsis:_i,LucideEllipsisVertical:Ni,LucideEqual:kk,LucideEqualApproximately:Ok,LucideEqualNot:gk,LucideEqualSquare:ml,LucideEraser:vk,LucideEthernetPort:bk,LucideEuro:Mk,LucideEvCharger:wk,LucideExpand:jk,LucideExternalLink:Qt,LucideEye:ma,LucideEyeClosed:Sk,LucideEyeOff:Wn,LucideFactory:Nk,LucideFan:_k,LucideFastForward:$k,LucideFeather:Ck,LucideFence:Qk,LucideFerrisWheel:Lk,LucideFile:l2,LucideFileArchive:zk,LucideFileAudio:Pn,LucideFileAudio2:Pn,LucideFileAxis3D:$i,LucideFileAxis3d:$i,LucideFileBadge:Ci,LucideFileBadge2:Ci,LucideFileBarChart:zi,LucideFileBarChart2:Ti,LucideFileBox:Tk,LucideFileBraces:Li,LucideFileBracesCorner:Qi,LucideFileChartColumn:Ti,LucideFileChartColumnIncreasing:zi,LucideFileChartLine:Pi,LucideFileChartPie:Ai,LucideFileCheck:Pk,LucideFileCheck2:qi,LucideFileCheckCorner:qi,LucideFileClock:Ak,LucideFileCode:r2,LucideFileCode2:Ii,LucideFileCodeCorner:Ii,LucideFileCog:Ri,LucideFileCog2:Ri,LucideFileDiff:qk,LucideFileDigit:Ik,LucideFileDown:Rk,LucideFileEdit:Cs,LucideFileExclamationPoint:Vi,LucideFileHeadphone:Pn,LucideFileHeart:Vk,LucideFileImage:Ek,LucideFileInput:Xk,LucideFileJson:Li,LucideFileJson2:Qi,LucideFileKey:Ei,LucideFileKey2:Ei,LucideFileLineChart:Pi,LucideFileLock:Xi,LucideFileLock2:Xi,LucideFileMinus:Zk,LucideFileMinus2:Zi,LucideFileMinusCorner:Zi,LucideFileMusic:Dk,LucideFileOutput:Hk,LucideFilePen:Cs,LucideFilePenLine:Di,LucideFilePieChart:Ai,LucideFilePlay:Hi,LucideFilePlus:h1,LucideFilePlus2:Ui,LucideFilePlusCorner:Ui,LucideFileQuestion:Gi,LucideFileQuestionMark:Gi,LucideFileScan:Uk,LucideFileSearch:Gk,LucideFileSearch2:Bi,LucideFileSearchCorner:Bi,LucideFileSignal:Wi,LucideFileSignature:Di,LucideFileSliders:Bk,LucideFileSpreadsheet:Wk,LucideFileStack:Yk,LucideFileSymlink:Kk,LucideFileTerminal:Fk,LucideFileText:za,LucideFileType:Jk,LucideFileType2:Yi,LucideFileTypeCorner:Yi,LucideFileUp:e4,LucideFileUser:t4,LucideFileVideo:Hi,LucideFileVideo2:Fi,LucideFileVideoCamera:Fi,LucideFileVolume:a4,LucideFileVolume2:Wi,LucideFileWarning:Vi,LucideFileX:n4,LucideFileX2:Ki,LucideFileXCorner:Ki,LucideFiles:s4,LucideFilm:o4,LucideFilter:nr,LucideFilterX:ar,LucideFingerprint:Ji,LucideFingerprintPattern:Ji,LucideFireExtinguisher:c4,LucideFish:l4,LucideFishOff:i4,LucideFishSymbol:r4,LucideFishingHook:d4,LucideFishingRod:h4,LucideFlag:m4,LucideFlagOff:u4,LucideFlagTriangleLeft:p4,LucideFlagTriangleRight:f4,LucideFlame:d2,LucideFlameKindling:x4,LucideFlashlight:O4,LucideFlashlightOff:y4,LucideFlaskConical:v4,LucideFlaskConicalOff:g4,LucideFlaskRound:k4,LucideFlipHorizontal:al,LucideFlipHorizontal2:b4,LucideFlipVertical:nl,LucideFlipVertical2:M4,LucideFlower:j4,LucideFlower2:w4,LucideFocus:S4,LucideFoldHorizontal:N4,LucideFoldVertical:_4,LucideFolder:Ld,LucideFolderArchive:$4,LucideFolderCheck:C4,LucideFolderClock:Q4,LucideFolderClosed:Qd,LucideFolderCode:L4,LucideFolderCog:er,LucideFolderCog2:er,LucideFolderDot:z4,LucideFolderDown:T4,LucideFolderEdit:tr,LucideFolderGit:A4,LucideFolderGit2:P4,LucideFolderHeart:q4,LucideFolderInput:I4,LucideFolderKanban:R4,LucideFolderKey:V4,LucideFolderLock:E4,LucideFolderMinus:X4,LucideFolderOpen:Ft,LucideFolderOpenDot:Z4,LucideFolderOutput:D4,LucideFolderPen:tr,LucideFolderPlus:u1,LucideFolderRoot:H4,LucideFolderSearch:p1,LucideFolderSearch2:U4,LucideFolderSymlink:G4,LucideFolderSync:B4,LucideFolderTree:W4,LucideFolderUp:Y4,LucideFolderX:F4,LucideFolders:K4,LucideFootprints:J4,LucideForkKnife:c1,LucideForkKnifeCrossed:o1,LucideForklift:e3,LucideForm:t3,LucideFormInput:zr,LucideForward:a3,LucideFrame:n3,LucideFrown:o3,LucideFuel:s3,LucideFullscreen:c3,LucideFunctionSquare:xl,LucideFunnel:nr,LucideFunnelPlus:i3,LucideFunnelX:ar,LucideGalleryHorizontal:l3,LucideGalleryHorizontalEnd:r3,LucideGalleryThumbnails:d3,LucideGalleryVertical:u3,LucideGalleryVerticalEnd:h3,LucideGamepad:f3,LucideGamepad2:f1,LucideGamepadDirectional:p3,LucideGanttChart:Dc,LucideGanttChartSquare:Rn,LucideGauge:zd,LucideGaugeCircle:oi,LucideGavel:m3,LucideGem:x3,LucideGeorgianLari:y3,LucideGhost:O3,LucideGift:g3,LucideGitBranch:Yn,LucideGitBranchMinus:v3,LucideGitBranchPlus:k3,LucideGitCommit:sr,LucideGitCommitHorizontal:sr,LucideGitCommitVertical:b3,LucideGitCompare:w3,LucideGitCompareArrows:M3,LucideGitFork:j3,LucideGitGraph:S3,LucideGitMerge:_3,LucideGitMergeConflict:N3,LucideGitPullRequest:T3,LucideGitPullRequestArrow:$3,LucideGitPullRequestClosed:C3,LucideGitPullRequestCreate:Q3,LucideGitPullRequestCreateArrow:L3,LucideGitPullRequestDraft:z3,LucideGlassWater:A3,LucideGlasses:P3,LucideGlobe:Pa,LucideGlobe2:Si,LucideGlobeLock:q3,LucideGlobeOff:I3,LucideGlobeX:R3,LucideGoal:V3,LucideGpu:E3,LucideGrab:lr,LucideGraduationCap:X3,LucideGrape:Z3,LucideGrid:An,LucideGrid2X2:rr,LucideGrid2X2Check:or,LucideGrid2X2Plus:cr,LucideGrid2X2X:ir,LucideGrid2x2:rr,LucideGrid2x2Check:or,LucideGrid2x2Plus:cr,LucideGrid2x2X:ir,LucideGrid3X3:An,LucideGrid3x2:D3,LucideGrid3x3:An,LucideGrip:U3,LucideGripHorizontal:h2,LucideGripVertical:H3,LucideGroup:G3,LucideGuitar:W3,LucideHam:B3,LucideHamburger:Y3,LucideHammer:F3,LucideHand:sv,LucideHandCoins:K3,LucideHandFist:J3,LucideHandGrab:lr,LucideHandHeart:ev,LucideHandHelping:dr,LucideHandMetal:tv,LucideHandPlatter:av,LucideHandbag:nv,LucideHandshake:ov,LucideHardDrive:Io,LucideHardDriveDownload:cv,LucideHardDriveUpload:iv,LucideHardHat:rv,LucideHash:lv,LucideHatGlasses:dv,LucideHaze:hv,LucideHd:uv,LucideHdmiPort:pv,LucideHeading:kv,LucideHeading1:mv,LucideHeading2:fv,LucideHeading3:yv,LucideHeading4:xv,LucideHeading5:Ov,LucideHeading6:gv,LucideHeadphoneOff:vv,LucideHeadphones:u2,LucideHeadset:bv,LucideHeart:p2,LucideHeartCrack:Mv,LucideHeartHandshake:wv,LucideHeartMinus:jv,LucideHeartOff:Sv,LucideHeartPlus:Nv,LucideHeartPulse:_v,LucideHeater:$v,LucideHelicopter:Cv,LucideHelpCircle:Yt,LucideHelpingHand:dr,LucideHexagon:Qv,LucideHighlighter:Lv,LucideHistory:zv,LucideHome:No,LucideHop:Pv,LucideHopOff:Tv,LucideHospital:Av,LucideHotel:qv,LucideHourglass:Iv,LucideHouse:No,LucideHouseHeart:Rv,LucideHousePlug:Vv,LucideHousePlus:Ev,LucideHouseWifi:Xv,LucideIceCream:ur,LucideIceCream2:hr,LucideIceCreamBowl:hr,LucideIceCreamCone:ur,LucideIdCard:Zv,LucideIdCardLanyard:Dv,LucideImage:Kv,LucideImageDown:Hv,LucideImageMinus:Uv,LucideImageOff:Bv,LucideImagePlay:Gv,LucideImagePlus:Wv,LucideImageUp:Yv,LucideImageUpscale:Fv,LucideImages:Jv,LucideImport:eb,LucideInbox:ab,LucideIndent:In,LucideIndentDecrease:qn,LucideIndentIncrease:In,LucideIndianRupee:tb,LucideInfinity:nb,LucideInfo:Td,LucideInspect:Ml,LucideInspectionPanel:sb,LucideItalic:ob,LucideIterationCcw:cb,LucideIterationCw:ib,LucideJapaneseYen:rb,LucideJoystick:lb,LucideKanban:db,LucideKanbanSquare:Ol,LucideKanbanSquareDashed:hl,LucideKayak:hb,LucideKey:On,LucideKeyRound:Pd,LucideKeySquare:ub,LucideKeyboard:mb,LucideKeyboardMusic:pb,LucideKeyboardOff:fb,LucideLamp:vb,LucideLampCeiling:xb,LucideLampDesk:yb,LucideLampFloor:Ob,LucideLampWallDown:gb,LucideLampWallUp:kb,LucideLandPlot:bb,LucideLandmark:Mb,LucideLanguages:wb,LucideLaptop:Sb,LucideLaptop2:pr,LucideLaptopMinimal:pr,LucideLaptopMinimalCheck:jb,LucideLasso:_b,LucideLassoSelect:Nb,LucideLaugh:$b,LucideLayers:Qs,LucideLayers2:Cb,LucideLayers3:Qs,LucideLayersPlus:Qb,LucideLayout:Lr,LucideLayoutDashboard:f2,LucideLayoutGrid:Lb,LucideLayoutList:zb,LucideLayoutPanelLeft:Tb,LucideLayoutPanelTop:Pb,LucideLayoutTemplate:Ab,LucideLeaf:qb,LucideLeafyGreen:Ib,LucideLectern:Rb,LucideLensConcave:Vb,LucideLensConvex:Eb,LucideLetterText:Hl,LucideLibrary:Zb,LucideLibraryBig:Xb,LucideLibrarySquare:gl,LucideLifeBuoy:Db,LucideLigature:Hb,LucideLightbulb:Gb,LucideLightbulbOff:Ub,LucideLineChart:Ec,LucideLineDotRightHorizontal:Bb,LucideLineSquiggle:Wb,LucideLineStyle:Yb,LucideLink:Kb,LucideLink2:Ro,LucideLink2Off:Fb,LucideList:x6,LucideListCheck:Jb,LucideListChecks:m2,LucideListChevronsDownUp:e6,LucideListChevronsUpDown:t6,LucideListCollapse:a6,LucideListEnd:n6,LucideListFilter:o6,LucideListFilterPlus:s6,LucideListIndentDecrease:qn,LucideListIndentIncrease:In,LucideListMinus:c6,LucideListMusic:i6,LucideListOrdered:r6,LucideListPlus:l6,LucideListRestart:d6,LucideListStart:h6,LucideListTodo:u6,LucideListTree:p6,LucideListVideo:f6,LucideListX:m6,LucideLoader:O6,LucideLoader2:Ae,LucideLoaderCircle:Ae,LucideLoaderPinwheel:y6,LucideLocate:v6,LucideLocateFixed:g6,LucideLocateOff:k6,LucideLocationEdit:yr,LucideLock:x2,LucideLockKeyhole:b6,LucideLockKeyholeOpen:fr,LucideLockOpen:mr,LucideLogIn:Vo,LucideLogOut:y2,LucideLogs:M6,LucideLollipop:w6,LucideLuggage:j6,LucideMSquare:kl,LucideMagnet:S6,LucideMail:T6,LucideMailCheck:_6,LucideMailMinus:N6,LucideMailOpen:$6,LucideMailPlus:C6,LucideMailQuestion:xr,LucideMailQuestionMark:xr,LucideMailSearch:Q6,LucideMailWarning:L6,LucideMailX:z6,LucideMailbox:P6,LucideMails:A6,LucideMap:O2,LucideMapMinus:q6,LucideMapPin:W6,LucideMapPinCheck:R6,LucideMapPinCheckInside:I6,LucideMapPinHouse:V6,LucideMapPinMinus:X6,LucideMapPinMinusInside:E6,LucideMapPinOff:Z6,LucideMapPinPen:yr,LucideMapPinPlus:H6,LucideMapPinPlusInside:D6,LucideMapPinSearch:U6,LucideMapPinX:B6,LucideMapPinXInside:G6,LucideMapPinned:Y6,LucideMapPlus:F6,LucideMars:J6,LucideMarsStroke:K6,LucideMartini:e8,LucideMaximize:t8,LucideMaximize2:Ad,LucideMedal:a8,LucideMegaphone:k2,LucideMegaphoneOff:n8,LucideMeh:s8,LucideMemoryStick:g2,LucideMenu:o8,LucideMenuSquare:vl,LucideMerge:c8,LucideMessageCircle:Eo,LucideMessageCircleCheck:i8,LucideMessageCircleCode:r8,LucideMessageCircleDashed:l8,LucideMessageCircleHeart:d8,LucideMessageCircleMore:h8,LucideMessageCircleOff:u8,LucideMessageCirclePlus:p8,LucideMessageCircleQuestion:Or,LucideMessageCircleQuestionMark:Or,LucideMessageCircleReply:f8,LucideMessageCircleWarning:m8,LucideMessageCircleX:x8,LucideMessageSquare:gn,LucideMessageSquareCheck:y8,LucideMessageSquareCode:O8,LucideMessageSquareDashed:g8,LucideMessageSquareDiff:k8,LucideMessageSquareDot:v8,LucideMessageSquareHeart:b8,LucideMessageSquareLock:M8,LucideMessageSquareMore:w8,LucideMessageSquareOff:j8,LucideMessageSquarePlus:S8,LucideMessageSquareQuote:N8,LucideMessageSquareReply:_8,LucideMessageSquareShare:$8,LucideMessageSquareText:C8,LucideMessageSquareWarning:Q8,LucideMessageSquareX:L8,LucideMessagesSquare:z8,LucideMetronome:T8,LucideMic:A8,LucideMic2:gr,LucideMicOff:P8,LucideMicVocal:gr,LucideMicrochip:q8,LucideMicroscope:I8,LucideMicrowave:R8,LucideMilestone:V8,LucideMilk:Z8,LucideMilkOff:E8,LucideMinimize:X8,LucideMinimize2:v2,LucideMinus:D8,LucideMinusCircle:ci,LucideMinusSquare:bl,LucideMirrorRectangular:H8,LucideMirrorRound:U8,LucideMonitor:Xo,LucideMonitorCheck:B8,LucideMonitorCloud:G8,LucideMonitorCog:W8,LucideMonitorDot:Y8,LucideMonitorDown:F8,LucideMonitorOff:K8,LucideMonitorPause:J8,LucideMonitorPlay:e7,LucideMonitorSmartphone:t7,LucideMonitorSpeaker:a7,LucideMonitorStop:n7,LucideMonitorUp:s7,LucideMonitorX:o7,LucideMoon:i7,LucideMoonStar:c7,LucideMoreHorizontal:_i,LucideMoreVertical:Ni,LucideMotorbike:r7,LucideMountain:d7,LucideMountainSnow:l7,LucideMouse:g7,LucideMouseLeft:h7,LucideMouseOff:u7,LucideMousePointer:y7,LucideMousePointer2:m7,LucideMousePointer2Off:p7,LucideMousePointerBan:f7,LucideMousePointerClick:x7,LucideMousePointerSquareDashed:ul,LucideMouseRight:O7,LucideMove:L7,LucideMove3D:kr,LucideMove3d:kr,LucideMoveDiagonal:v7,LucideMoveDiagonal2:k7,LucideMoveDown:w7,LucideMoveDownLeft:b7,LucideMoveDownRight:M7,LucideMoveHorizontal:j7,LucideMoveLeft:S7,LucideMoveRight:N7,LucideMoveUp:C7,LucideMoveUpLeft:_7,LucideMoveUpRight:$7,LucideMoveVertical:Q7,LucideMusic:A7,LucideMusic2:z7,LucideMusic3:T7,LucideMusic4:P7,LucideNavigation:V7,LucideNavigation2:I7,LucideNavigation2Off:q7,LucideNavigationOff:R7,LucideNetwork:qd,LucideNewspaper:qs,LucideNfc:E7,LucideNonBinary:X7,LucideNotebook:H7,LucideNotebookPen:Z7,LucideNotebookTabs:D7,LucideNotebookText:U7,LucideNotepadText:B7,LucideNotepadTextDashed:G7,LucideNut:Y7,LucideNutOff:W7,LucideOctagon:K7,LucideOctagonAlert:vr,LucideOctagonMinus:F7,LucideOctagonPause:br,LucideOctagonX:Mr,LucideOmega:J7,LucideOption:e9,LucideOrbit:t9,LucideOrigami:a9,LucideOutdent:qn,LucidePackage:Id,LucidePackage2:n9,LucidePackageCheck:o9,LucidePackageMinus:s9,LucidePackageOpen:c9,LucidePackagePlus:i9,LucidePackageSearch:r9,LucidePackageX:l9,LucidePaintBucket:d9,LucidePaintRoller:h9,LucidePaintbrush:u9,LucidePaintbrush2:wr,LucidePaintbrushVertical:wr,LucidePalette:p9,LucidePalmtree:Wl,LucidePanda:f9,LucidePanelBottom:y9,LucidePanelBottomClose:m9,LucidePanelBottomDashed:jr,LucidePanelBottomInactive:jr,LucidePanelBottomOpen:x9,LucidePanelLeft:$r,LucidePanelLeftClose:Sr,LucidePanelLeftDashed:Nr,LucidePanelLeftInactive:Nr,LucidePanelLeftOpen:_r,LucidePanelLeftRightDashed:O9,LucidePanelRight:v9,LucidePanelRightClose:g9,LucidePanelRightDashed:Cr,LucidePanelRightInactive:Cr,LucidePanelRightOpen:k9,LucidePanelTop:w9,LucidePanelTopBottomDashed:b9,LucidePanelTopClose:M9,LucidePanelTopDashed:Qr,LucidePanelTopInactive:Qr,LucidePanelTopOpen:j9,LucidePanelsLeftBottom:S9,LucidePanelsLeftRight:Mi,LucidePanelsRightBottom:N9,LucidePanelsTopBottom:Ar,LucidePanelsTopLeft:Lr,LucidePaperclip:b2,LucideParentheses:_9,LucideParkingCircle:ri,LucideParkingCircleOff:ii,LucideParkingMeter:$9,LucideParkingSquare:jl,LucideParkingSquareOff:wl,LucidePartyPopper:C9,LucidePause:M2,LucidePauseCircle:li,LucidePauseOctagon:br,LucidePawPrint:Q9,LucidePcCase:L9,LucidePen:$o,LucidePenBox:$a,LucidePenLine:_o,LucidePenOff:z9,LucidePenSquare:$a,LucidePenTool:T9,LucidePencil:Zo,LucidePencilLine:P9,LucidePencilOff:A9,LucidePencilRuler:q9,LucidePentagon:I9,LucidePercent:R9,LucidePercentCircle:di,LucidePercentDiamond:ji,LucidePercentSquare:Sl,LucidePersonStanding:E9,LucidePhilippinePeso:V9,LucidePhone:B9,LucidePhoneCall:X9,LucidePhoneForwarded:Z9,LucidePhoneIncoming:D9,LucidePhoneMissed:H9,LucidePhoneOff:U9,LucidePhoneOutgoing:G9,LucidePi:W9,LucidePiSquare:Nl,LucidePiano:Y9,LucidePickaxe:F9,LucidePictureInPicture:J9,LucidePictureInPicture2:K9,LucidePieChart:Hc,LucidePiggyBank:eM,LucidePilcrow:nM,LucidePilcrowLeft:tM,LucidePilcrowRight:aM,LucidePilcrowSquare:_l,LucidePill:oM,LucidePillBottle:sM,LucidePin:iM,LucidePinOff:cM,LucidePipette:rM,LucidePizza:lM,LucidePlane:uM,LucidePlaneLanding:hM,LucidePlaneTakeoff:dM,LucidePlay:w2,LucidePlayCircle:hi,LucidePlaySquare:Ql,LucidePlug:$t,LucidePlug2:pM,LucidePlugZap:Ls,LucidePlugZap2:Ls,LucidePlus:dt,LucidePlusCircle:ui,LucidePlusSquare:$l,LucidePocketKnife:fM,LucidePodcast:mM,LucidePointer:xM,LucidePointerOff:OM,LucidePopcorn:yM,LucidePopsicle:kM,LucidePoundSterling:gM,LucidePower:bM,LucidePowerCircle:pi,LucidePowerOff:vM,LucidePowerSquare:Cl,LucidePresentation:j2,LucidePrinter:jM,LucidePrinterCheck:MM,LucidePrinterX:wM,LucideProjector:SM,LucideProportions:NM,LucideProvider:OJ,LucidePuzzle:Rd,LucidePyramid:_M,LucideQrCode:$M,LucideQuote:CM,LucideRabbit:QM,LucideRadar:LM,LucideRadiation:zM,LucideRadical:TM,LucideRadio:Fa,LucideRadioOff:PM,LucideRadioReceiver:AM,LucideRadioTower:qM,LucideRadius:IM,LucideRainbow:RM,LucideRat:VM,LucideRatio:EM,LucideReceipt:FM,LucideReceiptCent:ZM,LucideReceiptEuro:XM,LucideReceiptIndianRupee:DM,LucideReceiptJapaneseYen:HM,LucideReceiptPoundSterling:UM,LucideReceiptRussianRuble:GM,LucideReceiptSwissFranc:BM,LucideReceiptText:WM,LucideReceiptTurkishLira:YM,LucideRectangleCircle:KM,LucideRectangleEllipsis:zr,LucideRectangleGoggles:JM,LucideRectangleHorizontal:ew,LucideRectangleVertical:tw,LucideRecycle:aw,LucideRedo:ow,LucideRedo2:nw,LucideRedoDot:sw,LucideRefreshCcw:iw,LucideRefreshCcwDot:cw,LucideRefreshCw:na,LucideRefreshCwOff:rw,LucideRefrigerator:lw,LucideRegex:dw,LucideRemoveFormatting:hw,LucideRepeat:fw,LucideRepeat1:uw,LucideRepeat2:pw,LucideReplace:xw,LucideReplaceAll:mw,LucideReply:Ow,LucideReplyAll:yw,LucideRewind:gw,LucideRibbon:kw,LucideRoad:vw,LucideRocket:Do,LucideRockingChair:bw,LucideRollerCoaster:Mw,LucideRose:ww,LucideRotate3D:Tr,LucideRotate3d:Tr,LucideRotateCcw:S2,LucideRotateCcwKey:jw,LucideRotateCcwSquare:Sw,LucideRotateCw:Is,LucideRotateCwSquare:Nw,LucideRoute:$w,LucideRouteOff:_w,LucideRouter:Cw,LucideRows:Pr,LucideRows2:Pr,LucideRows3:Ar,LucideRows4:Qw,LucideRss:Lw,LucideRuler:Tw,LucideRulerDimensionLine:zw,LucideRussianRuble:Aw,LucideSailboat:Pw,LucideSalad:qw,LucideSandwich:Iw,LucideSatellite:Vw,LucideSatelliteDish:Rw,LucideSaudiRiyal:Ew,LucideSave:m1,LucideSaveAll:Xw,LucideSaveOff:Zw,LucideScale:Dw,LucideScale3D:qr,LucideScale3d:qr,LucideScaling:Hw,LucideScan:ej,LucideScanBarcode:Uw,LucideScanEye:Gw,LucideScanFace:Bw,LucideScanHeart:Ww,LucideScanLine:Yw,LucideScanQrCode:Fw,LucideScanSearch:Jw,LucideScanText:Kw,LucideScatterChart:Uc,LucideSchool:tj,LucideSchool2:Fl,LucideScissors:nj,LucideScissorsLineDashed:aj,LucideScissorsSquare:Ll,LucideScissorsSquareDashedBottom:tl,LucideScooter:sj,LucideScreenShare:cj,LucideScreenShareOff:oj,LucideScroll:rj,LucideScrollText:ij,LucideSearch:It,LucideSearchAlert:lj,LucideSearchCheck:dj,LucideSearchCode:hj,LucideSearchSlash:uj,LucideSearchX:pj,LucideSection:fj,LucideSend:Ho,LucideSendHorizonal:Ir,LucideSendHorizontal:Ir,LucideSendToBack:xj,LucideSeparatorHorizontal:mj,LucideSeparatorVertical:yj,LucideServer:Ct,LucideServerCog:Oj,LucideServerCrash:kj,LucideServerOff:gj,LucideSettings:Rs,LucideSettings2:vj,LucideShapes:bj,LucideShare:wj,LucideShare2:Mj,LucideSheet:Sj,LucideShell:jj,LucideShelvingUnit:Nj,LucideShield:Ka,LucideShieldAlert:_j,LucideShieldBan:$j,LucideShieldCheck:x1,LucideShieldClose:zs,LucideShieldCog:Qj,LucideShieldCogCorner:Cj,LucideShieldEllipsis:Lj,LucideShieldHalf:zj,LucideShieldMinus:Tj,LucideShieldOff:Pj,LucideShieldPlus:Aj,LucideShieldQuestion:Rr,LucideShieldQuestionMark:Rr,LucideShieldUser:qj,LucideShieldX:zs,LucideShip:Ij,LucideShipWheel:Rj,LucideShirt:Vj,LucideShoppingBag:y1,LucideShoppingBasket:Ej,LucideShoppingCart:Xj,LucideShovel:Zj,LucideShowerHead:Dj,LucideShredder:Hj,LucideShrimp:Uj,LucideShrink:Gj,LucideShrub:Wj,LucideShuffle:Yj,LucideSidebar:$r,LucideSidebarClose:Sr,LucideSidebarOpen:_r,LucideSigma:Bj,LucideSigmaSquare:Tl,LucideSignal:aS,LucideSignalHigh:Fj,LucideSignalLow:Kj,LucideSignalMedium:Jj,LucideSignalZero:eS,LucideSignature:tS,LucideSignpost:sS,LucideSignpostBig:nS,LucideSiren:oS,LucideSkipBack:cS,LucideSkipForward:iS,LucideSkull:O1,LucideSlash:rS,LucideSlashSquare:zl,LucideSlice:lS,LucideSliders:Vr,LucideSlidersHorizontal:dS,LucideSlidersVertical:Vr,LucideSmartphone:pS,LucideSmartphoneCharging:hS,LucideSmartphoneNfc:uS,LucideSmile:mS,LucideSmilePlus:fS,LucideSnail:xS,LucideSnowflake:yS,LucideSoapDispenserDroplet:OS,LucideSofa:gS,LucideSolarPanel:kS,LucideSortAsc:jc,LucideSortDesc:bc,LucideSoup:vS,LucideSpace:bS,LucideSpade:MS,LucideSparkle:wS,LucideSparkles:St,LucideSpeaker:jS,LucideSpeech:SS,LucideSpellCheck:_S,LucideSpellCheck2:NS,LucideSpline:CS,LucideSplinePointer:$S,LucideSplit:QS,LucideSplitSquareHorizontal:Pl,LucideSplitSquareVertical:Al,LucideSpool:LS,LucideSportShoe:zS,LucideSpotlight:TS,LucideSprayCan:PS,LucideSprout:AS,LucideSquare:N2,LucideSquareActivity:Er,LucideSquareArrowDown:Dr,LucideSquareArrowDownLeft:Zr,LucideSquareArrowDownRight:Xr,LucideSquareArrowLeft:Hr,LucideSquareArrowOutDownLeft:Ur,LucideSquareArrowOutDownRight:Br,LucideSquareArrowOutUpLeft:Gr,LucideSquareArrowOutUpRight:Wr,LucideSquareArrowRight:Yr,LucideSquareArrowRightEnter:qS,LucideSquareArrowRightExit:IS,LucideSquareArrowUp:Jr,LucideSquareArrowUpLeft:Fr,LucideSquareArrowUpRight:Kr,LucideSquareAsterisk:el,LucideSquareBottomDashedScissors:tl,LucideSquareCenterlineDashedHorizontal:al,LucideSquareCenterlineDashedVertical:nl,LucideSquareChartGantt:Rn,LucideSquareCheck:ol,LucideSquareCheckBig:sl,LucideSquareChevronDown:il,LucideSquareChevronLeft:cl,LucideSquareChevronRight:rl,LucideSquareChevronUp:ll,LucideSquareCode:dl,LucideSquareDashed:pl,LucideSquareDashedBottom:VS,LucideSquareDashedBottomCode:RS,LucideSquareDashedKanban:hl,LucideSquareDashedMousePointer:ul,LucideSquareDashedTopSolid:ES,LucideSquareDivide:fl,LucideSquareDot:yl,LucideSquareEqual:ml,LucideSquareFunction:xl,LucideSquareGanttChart:Rn,LucideSquareKanban:Ol,LucideSquareLibrary:gl,LucideSquareM:kl,LucideSquareMenu:vl,LucideSquareMinus:bl,LucideSquareMousePointer:Ml,LucideSquareParking:jl,LucideSquareParkingOff:wl,LucideSquarePause:XS,LucideSquarePen:$a,LucideSquarePercent:Sl,LucideSquarePi:Nl,LucideSquarePilcrow:_l,LucideSquarePlay:Ql,LucideSquarePlus:$l,LucideSquarePower:Cl,LucideSquareRadical:ZS,LucideSquareRoundCorner:DS,LucideSquareScissors:Ll,LucideSquareSigma:Tl,LucideSquareSlash:zl,LucideSquareSplitHorizontal:Pl,LucideSquareSplitVertical:Al,LucideSquareSquare:HS,LucideSquareStack:US,LucideSquareStar:GS,LucideSquareStop:BS,LucideSquareTerminal:Il,LucideSquareUser:Rl,LucideSquareUserRound:ql,LucideSquareX:Vl,LucideSquaresExclude:WS,LucideSquaresIntersect:YS,LucideSquaresSubtract:FS,LucideSquaresUnite:KS,LucideSquircle:JS,LucideSquircleDashed:eN,LucideSquirrel:tN,LucideStamp:aN,LucideStar:g1,LucideStarHalf:nN,LucideStarOff:sN,LucideStars:St,LucideStepBack:oN,LucideStepForward:cN,LucideStethoscope:iN,LucideSticker:rN,LucideStickyNote:lN,LucideStone:dN,LucideStopCircle:mi,LucideStore:hN,LucideStretchHorizontal:uN,LucideStretchVertical:pN,LucideStrikethrough:mN,LucideSubscript:fN,LucideSubtitles:Tc,LucideSun:kN,LucideSunDim:xN,LucideSunMedium:yN,LucideSunMoon:ON,LucideSunSnow:gN,LucideSunrise:vN,LucideSunset:bN,LucideSuperscript:MN,LucideSwatchBook:wN,LucideSwissFranc:jN,LucideSwitchCamera:SN,LucideSword:NN,LucideSwords:_N,LucideSyringe:$N,LucideTable:qN,LucideTable2:CN,LucideTableCellsMerge:QN,LucideTableCellsSplit:LN,LucideTableColumnsSplit:zN,LucideTableConfig:Tn,LucideTableOfContents:TN,LucideTableProperties:PN,LucideTableRowsSplit:AN,LucideTablet:RN,LucideTabletSmartphone:IN,LucideTablets:VN,LucideTag:XN,LucideTags:EN,LucideTally1:ZN,LucideTally2:HN,LucideTally3:DN,LucideTally4:UN,LucideTally5:BN,LucideTangent:GN,LucideTarget:WN,LucideTelescope:YN,LucideTent:FN,LucideTentTree:KN,LucideTerminal:Vs,LucideTerminalSquare:Il,LucideTestTube:k1,LucideTestTube2:El,LucideTestTubeDiagonal:El,LucideTestTubes:JN,LucideText:Vn,LucideTextAlignCenter:Xl,LucideTextAlignEnd:Zl,LucideTextAlignJustify:Dl,LucideTextAlignStart:Vn,LucideTextCursor:t_,LucideTextCursorInput:e_,LucideTextInitial:Hl,LucideTextQuote:a_,LucideTextSearch:n_,LucideTextSelect:Ul,LucideTextSelection:Ul,LucideTextWrap:Gl,LucideTheater:s_,LucideThermometer:i_,LucideThermometerSnowflake:o_,LucideThermometerSun:c_,LucideThumbsDown:r_,LucideThumbsUp:l_,LucideTicket:x_,LucideTicketCheck:d_,LucideTicketMinus:h_,LucideTicketPercent:u_,LucideTicketPlus:p_,LucideTicketSlash:f_,LucideTicketX:m_,LucideTickets:O_,LucideTicketsPlane:y_,LucideTimer:k_,LucideTimerOff:g_,LucideTimerReset:v_,LucideToggleLeft:b_,LucideToggleRight:M_,LucideToilet:w_,LucideToolCase:j_,LucideToolbox:S_,LucideTornado:N_,LucideTorus:__,LucideTouchpad:C_,LucideTouchpadOff:$_,LucideTowelRack:Q_,LucideTowerControl:L_,LucideToyBrick:z_,LucideTractor:T_,LucideTrafficCone:P_,LucideTrain:Bl,LucideTrainFront:q_,LucideTrainFrontTunnel:A_,LucideTrainTrack:I_,LucideTramFront:Bl,LucideTransgender:R_,LucideTrash:V_,LucideTrash2:Ht,LucideTreeDeciduous:E_,LucideTreePalm:Wl,LucideTreePine:X_,LucideTrees:Z_,LucideTrendingDown:D_,LucideTrendingUp:U_,LucideTrendingUpDown:H_,LucideTriangle:Y_,LucideTriangleAlert:Pt,LucideTriangleDashed:G_,LucideTriangleRight:B_,LucideTrophy:W_,LucideTruck:K_,LucideTruckElectric:F_,LucideTurkishLira:J_,LucideTurntable:e$,LucideTurtle:a$,LucideTv:n$,LucideTv2:Yl,LucideTvMinimal:Yl,LucideTvMinimalPlay:t$,LucideType:o$,LucideTypeOutline:s$,LucideUmbrella:i$,LucideUmbrellaOff:c$,LucideUnderline:r$,LucideUndo:h$,LucideUndo2:d$,LucideUndoDot:l$,LucideUnfoldHorizontal:u$,LucideUnfoldVertical:p$,LucideUngroup:f$,LucideUniversity:Fl,LucideUnlink:x$,LucideUnlink2:m$,LucideUnlock:mr,LucideUnlockKeyhole:fr,LucideUnplug:v1,LucideUpload:_2,LucideUploadCloud:vi,LucideUsb:y$,LucideUser:Q2,LucideUser2:n1,LucideUserCheck:$2,LucideUserCheck2:Jl,LucideUserCircle:yi,LucideUserCircle2:xi,LucideUserCog:O$,LucideUserCog2:Kl,LucideUserKey:g$,LucideUserLock:k$,LucideUserMinus:b$,LucideUserMinus2:e1,LucideUserPen:v$,LucideUserPlus:C2,LucideUserPlus2:t1,LucideUserRound:n1,LucideUserRoundCheck:Jl,LucideUserRoundCog:Kl,LucideUserRoundKey:M$,LucideUserRoundMinus:e1,LucideUserRoundPen:w$,LucideUserRoundPlus:t1,LucideUserRoundSearch:j$,LucideUserRoundX:a1,LucideUserSearch:S$,LucideUserSquare:Rl,LucideUserSquare2:ql,LucideUserStar:N$,LucideUserX:_$,LucideUserX2:a1,LucideUsers:Ja,LucideUsers2:s1,LucideUsersRound:s1,LucideUtensils:c1,LucideUtensilsCrossed:o1,LucideUtilityPole:$$,LucideVan:C$,LucideVariable:Q$,LucideVault:L$,LucideVectorSquare:T$,LucideVegan:z$,LucideVenetianMask:P$,LucideVenus:A$,LucideVenusAndMars:q$,LucideVerified:_c,LucideVibrate:R$,LucideVibrateOff:I$,LucideVideo:E$,LucideVideoOff:V$,LucideVideotape:X$,LucideView:Z$,LucideVoicemail:D$,LucideVolleyball:H$,LucideVolume:Y$,LucideVolume1:U$,LucideVolume2:G$,LucideVolumeOff:B$,LucideVolumeX:W$,LucideVote:F$,LucideWallet:J$,LucideWallet2:i1,LucideWalletCards:K$,LucideWalletMinimal:i1,LucideWallpaper:tC,LucideWand:eC,LucideWand2:r1,LucideWandSparkles:r1,LucideWarehouse:aC,LucideWashingMachine:nC,LucideWatch:sC,LucideWaves:rC,LucideWavesArrowDown:oC,LucideWavesArrowUp:cC,LucideWavesLadder:iC,LucideWaypoints:lC,LucideWebcam:dC,LucideWebhook:uC,LucideWebhookOff:hC,LucideWeight:fC,LucideWeightTilde:pC,LucideWheat:xC,LucideWheatOff:mC,LucideWholeWord:yC,LucideWifi:b1,LucideWifiCog:OC,LucideWifiHigh:gC,LucideWifiLow:kC,LucideWifiOff:vC,LucideWifiPen:bC,LucideWifiSync:MC,LucideWifiZero:wC,LucideWind:SC,LucideWindArrowDown:jC,LucideWine:_C,LucideWineOff:NC,LucideWorkflow:$C,LucideWorm:CC,LucideWrapText:Gl,LucideWrench:L2,LucideX:nt,LucideXCircle:un,LucideXLineTop:QC,LucideXOctagon:Mr,LucideXSquare:Vl,LucideZap:xa,LucideZapOff:LC,LucideZodiacAquarius:zC,LucideZodiacAries:TC,LucideZodiacCancer:PC,LucideZodiacCapricorn:AC,LucideZodiacGemini:qC,LucideZodiacLeo:IC,LucideZodiacLibra:RC,LucideZodiacOphiuchus:VC,LucideZodiacPisces:EC,LucideZodiacSagittarius:XC,LucideZodiacScorpio:ZC,LucideZodiacTaurus:DC,LucideZodiacVirgo:HC,LucideZoomIn:UC,LucideZoomOut:GC,Luggage:j6,LuggageIcon:j6,MSquare:kl,MSquareIcon:kl,Magnet:S6,MagnetIcon:S6,Mail:T6,MailCheck:_6,MailCheckIcon:_6,MailIcon:T6,MailMinus:N6,MailMinusIcon:N6,MailOpen:$6,MailOpenIcon:$6,MailPlus:C6,MailPlusIcon:C6,MailQuestion:xr,MailQuestionIcon:xr,MailQuestionMark:xr,MailQuestionMarkIcon:xr,MailSearch:Q6,MailSearchIcon:Q6,MailWarning:L6,MailWarningIcon:L6,MailX:z6,MailXIcon:z6,Mailbox:P6,MailboxIcon:P6,Mails:A6,MailsIcon:A6,Map:O2,MapIcon:O2,MapMinus:q6,MapMinusIcon:q6,MapPin:W6,MapPinCheck:R6,MapPinCheckIcon:R6,MapPinCheckInside:I6,MapPinCheckInsideIcon:I6,MapPinHouse:V6,MapPinHouseIcon:V6,MapPinIcon:W6,MapPinMinus:X6,MapPinMinusIcon:X6,MapPinMinusInside:E6,MapPinMinusInsideIcon:E6,MapPinOff:Z6,MapPinOffIcon:Z6,MapPinPen:yr,MapPinPenIcon:yr,MapPinPlus:H6,MapPinPlusIcon:H6,MapPinPlusInside:D6,MapPinPlusInsideIcon:D6,MapPinSearch:U6,MapPinSearchIcon:U6,MapPinX:B6,MapPinXIcon:B6,MapPinXInside:G6,MapPinXInsideIcon:G6,MapPinned:Y6,MapPinnedIcon:Y6,MapPlus:F6,MapPlusIcon:F6,Mars:J6,MarsIcon:J6,MarsStroke:K6,MarsStrokeIcon:K6,Martini:e8,MartiniIcon:e8,Maximize:t8,Maximize2:Ad,Maximize2Icon:Ad,MaximizeIcon:t8,Medal:a8,MedalIcon:a8,Megaphone:k2,MegaphoneIcon:k2,MegaphoneOff:n8,MegaphoneOffIcon:n8,Meh:s8,MehIcon:s8,MemoryStick:g2,MemoryStickIcon:g2,Menu:o8,MenuIcon:o8,MenuSquare:vl,MenuSquareIcon:vl,Merge:c8,MergeIcon:c8,MessageCircle:Eo,MessageCircleCheck:i8,MessageCircleCheckIcon:i8,MessageCircleCode:r8,MessageCircleCodeIcon:r8,MessageCircleDashed:l8,MessageCircleDashedIcon:l8,MessageCircleHeart:d8,MessageCircleHeartIcon:d8,MessageCircleIcon:Eo,MessageCircleMore:h8,MessageCircleMoreIcon:h8,MessageCircleOff:u8,MessageCircleOffIcon:u8,MessageCirclePlus:p8,MessageCirclePlusIcon:p8,MessageCircleQuestion:Or,MessageCircleQuestionIcon:Or,MessageCircleQuestionMark:Or,MessageCircleQuestionMarkIcon:Or,MessageCircleReply:f8,MessageCircleReplyIcon:f8,MessageCircleWarning:m8,MessageCircleWarningIcon:m8,MessageCircleX:x8,MessageCircleXIcon:x8,MessageSquare:gn,MessageSquareCheck:y8,MessageSquareCheckIcon:y8,MessageSquareCode:O8,MessageSquareCodeIcon:O8,MessageSquareDashed:g8,MessageSquareDashedIcon:g8,MessageSquareDiff:k8,MessageSquareDiffIcon:k8,MessageSquareDot:v8,MessageSquareDotIcon:v8,MessageSquareHeart:b8,MessageSquareHeartIcon:b8,MessageSquareIcon:gn,MessageSquareLock:M8,MessageSquareLockIcon:M8,MessageSquareMore:w8,MessageSquareMoreIcon:w8,MessageSquareOff:j8,MessageSquareOffIcon:j8,MessageSquarePlus:S8,MessageSquarePlusIcon:S8,MessageSquareQuote:N8,MessageSquareQuoteIcon:N8,MessageSquareReply:_8,MessageSquareReplyIcon:_8,MessageSquareShare:$8,MessageSquareShareIcon:$8,MessageSquareText:C8,MessageSquareTextIcon:C8,MessageSquareWarning:Q8,MessageSquareWarningIcon:Q8,MessageSquareX:L8,MessageSquareXIcon:L8,MessagesSquare:z8,MessagesSquareIcon:z8,Metronome:T8,MetronomeIcon:T8,Mic:A8,Mic2:gr,Mic2Icon:gr,MicIcon:A8,MicOff:P8,MicOffIcon:P8,MicVocal:gr,MicVocalIcon:gr,Microchip:q8,MicrochipIcon:q8,Microscope:I8,MicroscopeIcon:I8,Microwave:R8,MicrowaveIcon:R8,Milestone:V8,MilestoneIcon:V8,Milk:Z8,MilkIcon:Z8,MilkOff:E8,MilkOffIcon:E8,Minimize:X8,Minimize2:v2,Minimize2Icon:v2,MinimizeIcon:X8,Minus:D8,MinusCircle:ci,MinusCircleIcon:ci,MinusIcon:D8,MinusSquare:bl,MinusSquareIcon:bl,MirrorRectangular:H8,MirrorRectangularIcon:H8,MirrorRound:U8,MirrorRoundIcon:U8,Monitor:Xo,MonitorCheck:B8,MonitorCheckIcon:B8,MonitorCloud:G8,MonitorCloudIcon:G8,MonitorCog:W8,MonitorCogIcon:W8,MonitorDot:Y8,MonitorDotIcon:Y8,MonitorDown:F8,MonitorDownIcon:F8,MonitorIcon:Xo,MonitorOff:K8,MonitorOffIcon:K8,MonitorPause:J8,MonitorPauseIcon:J8,MonitorPlay:e7,MonitorPlayIcon:e7,MonitorSmartphone:t7,MonitorSmartphoneIcon:t7,MonitorSpeaker:a7,MonitorSpeakerIcon:a7,MonitorStop:n7,MonitorStopIcon:n7,MonitorUp:s7,MonitorUpIcon:s7,MonitorX:o7,MonitorXIcon:o7,Moon:i7,MoonIcon:i7,MoonStar:c7,MoonStarIcon:c7,MoreHorizontal:_i,MoreHorizontalIcon:_i,MoreVertical:Ni,MoreVerticalIcon:Ni,Motorbike:r7,MotorbikeIcon:r7,Mountain:d7,MountainIcon:d7,MountainSnow:l7,MountainSnowIcon:l7,Mouse:g7,MouseIcon:g7,MouseLeft:h7,MouseLeftIcon:h7,MouseOff:u7,MouseOffIcon:u7,MousePointer:y7,MousePointer2:m7,MousePointer2Icon:m7,MousePointer2Off:p7,MousePointer2OffIcon:p7,MousePointerBan:f7,MousePointerBanIcon:f7,MousePointerClick:x7,MousePointerClickIcon:x7,MousePointerIcon:y7,MousePointerSquareDashed:ul,MousePointerSquareDashedIcon:ul,MouseRight:O7,MouseRightIcon:O7,Move:L7,Move3D:kr,Move3DIcon:kr,Move3d:kr,Move3dIcon:kr,MoveDiagonal:v7,MoveDiagonal2:k7,MoveDiagonal2Icon:k7,MoveDiagonalIcon:v7,MoveDown:w7,MoveDownIcon:w7,MoveDownLeft:b7,MoveDownLeftIcon:b7,MoveDownRight:M7,MoveDownRightIcon:M7,MoveHorizontal:j7,MoveHorizontalIcon:j7,MoveIcon:L7,MoveLeft:S7,MoveLeftIcon:S7,MoveRight:N7,MoveRightIcon:N7,MoveUp:C7,MoveUpIcon:C7,MoveUpLeft:_7,MoveUpLeftIcon:_7,MoveUpRight:$7,MoveUpRightIcon:$7,MoveVertical:Q7,MoveVerticalIcon:Q7,Music:A7,Music2:z7,Music2Icon:z7,Music3:T7,Music3Icon:T7,Music4:P7,Music4Icon:P7,MusicIcon:A7,Navigation:V7,Navigation2:I7,Navigation2Icon:I7,Navigation2Off:q7,Navigation2OffIcon:q7,NavigationIcon:V7,NavigationOff:R7,NavigationOffIcon:R7,Network:qd,NetworkIcon:qd,Newspaper:qs,NewspaperIcon:qs,Nfc:E7,NfcIcon:E7,NonBinary:X7,NonBinaryIcon:X7,Notebook:H7,NotebookIcon:H7,NotebookPen:Z7,NotebookPenIcon:Z7,NotebookTabs:D7,NotebookTabsIcon:D7,NotebookText:U7,NotebookTextIcon:U7,NotepadText:B7,NotepadTextDashed:G7,NotepadTextDashedIcon:G7,NotepadTextIcon:B7,Nut:Y7,NutIcon:Y7,NutOff:W7,NutOffIcon:W7,Octagon:K7,OctagonAlert:vr,OctagonAlertIcon:vr,OctagonIcon:K7,OctagonMinus:F7,OctagonMinusIcon:F7,OctagonPause:br,OctagonPauseIcon:br,OctagonX:Mr,OctagonXIcon:Mr,Omega:J7,OmegaIcon:J7,Option:e9,OptionIcon:e9,Orbit:t9,OrbitIcon:t9,Origami:a9,OrigamiIcon:a9,Outdent:qn,OutdentIcon:qn,Package:Id,Package2:n9,Package2Icon:n9,PackageCheck:o9,PackageCheckIcon:o9,PackageIcon:Id,PackageMinus:s9,PackageMinusIcon:s9,PackageOpen:c9,PackageOpenIcon:c9,PackagePlus:i9,PackagePlusIcon:i9,PackageSearch:r9,PackageSearchIcon:r9,PackageX:l9,PackageXIcon:l9,PaintBucket:d9,PaintBucketIcon:d9,PaintRoller:h9,PaintRollerIcon:h9,Paintbrush:u9,Paintbrush2:wr,Paintbrush2Icon:wr,PaintbrushIcon:u9,PaintbrushVertical:wr,PaintbrushVerticalIcon:wr,Palette:p9,PaletteIcon:p9,Palmtree:Wl,PalmtreeIcon:Wl,Panda:f9,PandaIcon:f9,PanelBottom:y9,PanelBottomClose:m9,PanelBottomCloseIcon:m9,PanelBottomDashed:jr,PanelBottomDashedIcon:jr,PanelBottomIcon:y9,PanelBottomInactive:jr,PanelBottomInactiveIcon:jr,PanelBottomOpen:x9,PanelBottomOpenIcon:x9,PanelLeft:$r,PanelLeftClose:Sr,PanelLeftCloseIcon:Sr,PanelLeftDashed:Nr,PanelLeftDashedIcon:Nr,PanelLeftIcon:$r,PanelLeftInactive:Nr,PanelLeftInactiveIcon:Nr,PanelLeftOpen:_r,PanelLeftOpenIcon:_r,PanelLeftRightDashed:O9,PanelLeftRightDashedIcon:O9,PanelRight:v9,PanelRightClose:g9,PanelRightCloseIcon:g9,PanelRightDashed:Cr,PanelRightDashedIcon:Cr,PanelRightIcon:v9,PanelRightInactive:Cr,PanelRightInactiveIcon:Cr,PanelRightOpen:k9,PanelRightOpenIcon:k9,PanelTop:w9,PanelTopBottomDashed:b9,PanelTopBottomDashedIcon:b9,PanelTopClose:M9,PanelTopCloseIcon:M9,PanelTopDashed:Qr,PanelTopDashedIcon:Qr,PanelTopIcon:w9,PanelTopInactive:Qr,PanelTopInactiveIcon:Qr,PanelTopOpen:j9,PanelTopOpenIcon:j9,PanelsLeftBottom:S9,PanelsLeftBottomIcon:S9,PanelsLeftRight:Mi,PanelsLeftRightIcon:Mi,PanelsRightBottom:N9,PanelsRightBottomIcon:N9,PanelsTopBottom:Ar,PanelsTopBottomIcon:Ar,PanelsTopLeft:Lr,PanelsTopLeftIcon:Lr,Paperclip:b2,PaperclipIcon:b2,Parentheses:_9,ParenthesesIcon:_9,ParkingCircle:ri,ParkingCircleIcon:ri,ParkingCircleOff:ii,ParkingCircleOffIcon:ii,ParkingMeter:$9,ParkingMeterIcon:$9,ParkingSquare:jl,ParkingSquareIcon:jl,ParkingSquareOff:wl,ParkingSquareOffIcon:wl,PartyPopper:C9,PartyPopperIcon:C9,Pause:M2,PauseCircle:li,PauseCircleIcon:li,PauseIcon:M2,PauseOctagon:br,PauseOctagonIcon:br,PawPrint:Q9,PawPrintIcon:Q9,PcCase:L9,PcCaseIcon:L9,Pen:$o,PenBox:$a,PenBoxIcon:$a,PenIcon:$o,PenLine:_o,PenLineIcon:_o,PenOff:z9,PenOffIcon:z9,PenSquare:$a,PenSquareIcon:$a,PenTool:T9,PenToolIcon:T9,Pencil:Zo,PencilIcon:Zo,PencilLine:P9,PencilLineIcon:P9,PencilOff:A9,PencilOffIcon:A9,PencilRuler:q9,PencilRulerIcon:q9,Pentagon:I9,PentagonIcon:I9,Percent:R9,PercentCircle:di,PercentCircleIcon:di,PercentDiamond:ji,PercentDiamondIcon:ji,PercentIcon:R9,PercentSquare:Sl,PercentSquareIcon:Sl,PersonStanding:E9,PersonStandingIcon:E9,PhilippinePeso:V9,PhilippinePesoIcon:V9,Phone:B9,PhoneCall:X9,PhoneCallIcon:X9,PhoneForwarded:Z9,PhoneForwardedIcon:Z9,PhoneIcon:B9,PhoneIncoming:D9,PhoneIncomingIcon:D9,PhoneMissed:H9,PhoneMissedIcon:H9,PhoneOff:U9,PhoneOffIcon:U9,PhoneOutgoing:G9,PhoneOutgoingIcon:G9,Pi:W9,PiIcon:W9,PiSquare:Nl,PiSquareIcon:Nl,Piano:Y9,PianoIcon:Y9,Pickaxe:F9,PickaxeIcon:F9,PictureInPicture:J9,PictureInPicture2:K9,PictureInPicture2Icon:K9,PictureInPictureIcon:J9,PieChart:Hc,PieChartIcon:Hc,PiggyBank:eM,PiggyBankIcon:eM,Pilcrow:nM,PilcrowIcon:nM,PilcrowLeft:tM,PilcrowLeftIcon:tM,PilcrowRight:aM,PilcrowRightIcon:aM,PilcrowSquare:_l,PilcrowSquareIcon:_l,Pill:oM,PillBottle:sM,PillBottleIcon:sM,PillIcon:oM,Pin:iM,PinIcon:iM,PinOff:cM,PinOffIcon:cM,Pipette:rM,PipetteIcon:rM,Pizza:lM,PizzaIcon:lM,Plane:uM,PlaneIcon:uM,PlaneLanding:hM,PlaneLandingIcon:hM,PlaneTakeoff:dM,PlaneTakeoffIcon:dM,Play:w2,PlayCircle:hi,PlayCircleIcon:hi,PlayIcon:w2,PlaySquare:Ql,PlaySquareIcon:Ql,Plug:$t,Plug2:pM,Plug2Icon:pM,PlugIcon:$t,PlugZap:Ls,PlugZap2:Ls,PlugZap2Icon:Ls,PlugZapIcon:Ls,Plus:dt,PlusCircle:ui,PlusCircleIcon:ui,PlusIcon:dt,PlusSquare:$l,PlusSquareIcon:$l,PocketKnife:fM,PocketKnifeIcon:fM,Podcast:mM,PodcastIcon:mM,Pointer:xM,PointerIcon:xM,PointerOff:OM,PointerOffIcon:OM,Popcorn:yM,PopcornIcon:yM,Popsicle:kM,PopsicleIcon:kM,PoundSterling:gM,PoundSterlingIcon:gM,Power:bM,PowerCircle:pi,PowerCircleIcon:pi,PowerIcon:bM,PowerOff:vM,PowerOffIcon:vM,PowerSquare:Cl,PowerSquareIcon:Cl,Presentation:j2,PresentationIcon:j2,Printer:jM,PrinterCheck:MM,PrinterCheckIcon:MM,PrinterIcon:jM,PrinterX:wM,PrinterXIcon:wM,Projector:SM,ProjectorIcon:SM,Proportions:NM,ProportionsIcon:NM,Puzzle:Rd,PuzzleIcon:Rd,Pyramid:_M,PyramidIcon:_M,QrCode:$M,QrCodeIcon:$M,Quote:CM,QuoteIcon:CM,Rabbit:QM,RabbitIcon:QM,Radar:LM,RadarIcon:LM,Radiation:zM,RadiationIcon:zM,Radical:TM,RadicalIcon:TM,Radio:Fa,RadioIcon:Fa,RadioOff:PM,RadioOffIcon:PM,RadioReceiver:AM,RadioReceiverIcon:AM,RadioTower:qM,RadioTowerIcon:qM,Radius:IM,RadiusIcon:IM,Rainbow:RM,RainbowIcon:RM,Rat:VM,RatIcon:VM,Ratio:EM,RatioIcon:EM,Receipt:FM,ReceiptCent:ZM,ReceiptCentIcon:ZM,ReceiptEuro:XM,ReceiptEuroIcon:XM,ReceiptIcon:FM,ReceiptIndianRupee:DM,ReceiptIndianRupeeIcon:DM,ReceiptJapaneseYen:HM,ReceiptJapaneseYenIcon:HM,ReceiptPoundSterling:UM,ReceiptPoundSterlingIcon:UM,ReceiptRussianRuble:GM,ReceiptRussianRubleIcon:GM,ReceiptSwissFranc:BM,ReceiptSwissFrancIcon:BM,ReceiptText:WM,ReceiptTextIcon:WM,ReceiptTurkishLira:YM,ReceiptTurkishLiraIcon:YM,RectangleCircle:KM,RectangleCircleIcon:KM,RectangleEllipsis:zr,RectangleEllipsisIcon:zr,RectangleGoggles:JM,RectangleGogglesIcon:JM,RectangleHorizontal:ew,RectangleHorizontalIcon:ew,RectangleVertical:tw,RectangleVerticalIcon:tw,Recycle:aw,RecycleIcon:aw,Redo:ow,Redo2:nw,Redo2Icon:nw,RedoDot:sw,RedoDotIcon:sw,RedoIcon:ow,RefreshCcw:iw,RefreshCcwDot:cw,RefreshCcwDotIcon:cw,RefreshCcwIcon:iw,RefreshCw:na,RefreshCwIcon:na,RefreshCwOff:rw,RefreshCwOffIcon:rw,Refrigerator:lw,RefrigeratorIcon:lw,Regex:dw,RegexIcon:dw,RemoveFormatting:hw,RemoveFormattingIcon:hw,Repeat:fw,Repeat1:uw,Repeat1Icon:uw,Repeat2:pw,Repeat2Icon:pw,RepeatIcon:fw,Replace:xw,ReplaceAll:mw,ReplaceAllIcon:mw,ReplaceIcon:xw,Reply:Ow,ReplyAll:yw,ReplyAllIcon:yw,ReplyIcon:Ow,Rewind:gw,RewindIcon:gw,Ribbon:kw,RibbonIcon:kw,Road:vw,RoadIcon:vw,Rocket:Do,RocketIcon:Do,RockingChair:bw,RockingChairIcon:bw,RollerCoaster:Mw,RollerCoasterIcon:Mw,Rose:ww,RoseIcon:ww,Rotate3D:Tr,Rotate3DIcon:Tr,Rotate3d:Tr,Rotate3dIcon:Tr,RotateCcw:S2,RotateCcwIcon:S2,RotateCcwKey:jw,RotateCcwKeyIcon:jw,RotateCcwSquare:Sw,RotateCcwSquareIcon:Sw,RotateCw:Is,RotateCwIcon:Is,RotateCwSquare:Nw,RotateCwSquareIcon:Nw,Route:$w,RouteIcon:$w,RouteOff:_w,RouteOffIcon:_w,Router:Cw,RouterIcon:Cw,Rows:Pr,Rows2:Pr,Rows2Icon:Pr,Rows3:Ar,Rows3Icon:Ar,Rows4:Qw,Rows4Icon:Qw,RowsIcon:Pr,Rss:Lw,RssIcon:Lw,Ruler:Tw,RulerDimensionLine:zw,RulerDimensionLineIcon:zw,RulerIcon:Tw,RussianRuble:Aw,RussianRubleIcon:Aw,Sailboat:Pw,SailboatIcon:Pw,Salad:qw,SaladIcon:qw,Sandwich:Iw,SandwichIcon:Iw,Satellite:Vw,SatelliteDish:Rw,SatelliteDishIcon:Rw,SatelliteIcon:Vw,SaudiRiyal:Ew,SaudiRiyalIcon:Ew,Save:m1,SaveAll:Xw,SaveAllIcon:Xw,SaveIcon:m1,SaveOff:Zw,SaveOffIcon:Zw,Scale:Dw,Scale3D:qr,Scale3DIcon:qr,Scale3d:qr,Scale3dIcon:qr,ScaleIcon:Dw,Scaling:Hw,ScalingIcon:Hw,Scan:ej,ScanBarcode:Uw,ScanBarcodeIcon:Uw,ScanEye:Gw,ScanEyeIcon:Gw,ScanFace:Bw,ScanFaceIcon:Bw,ScanHeart:Ww,ScanHeartIcon:Ww,ScanIcon:ej,ScanLine:Yw,ScanLineIcon:Yw,ScanQrCode:Fw,ScanQrCodeIcon:Fw,ScanSearch:Jw,ScanSearchIcon:Jw,ScanText:Kw,ScanTextIcon:Kw,ScatterChart:Uc,ScatterChartIcon:Uc,School:tj,School2:Fl,School2Icon:Fl,SchoolIcon:tj,Scissors:nj,ScissorsIcon:nj,ScissorsLineDashed:aj,ScissorsLineDashedIcon:aj,ScissorsSquare:Ll,ScissorsSquareDashedBottom:tl,ScissorsSquareDashedBottomIcon:tl,ScissorsSquareIcon:Ll,Scooter:sj,ScooterIcon:sj,ScreenShare:cj,ScreenShareIcon:cj,ScreenShareOff:oj,ScreenShareOffIcon:oj,Scroll:rj,ScrollIcon:rj,ScrollText:ij,ScrollTextIcon:ij,Search:It,SearchAlert:lj,SearchAlertIcon:lj,SearchCheck:dj,SearchCheckIcon:dj,SearchCode:hj,SearchCodeIcon:hj,SearchIcon:It,SearchSlash:uj,SearchSlashIcon:uj,SearchX:pj,SearchXIcon:pj,Section:fj,SectionIcon:fj,Send:Ho,SendHorizonal:Ir,SendHorizonalIcon:Ir,SendHorizontal:Ir,SendHorizontalIcon:Ir,SendIcon:Ho,SendToBack:xj,SendToBackIcon:xj,SeparatorHorizontal:mj,SeparatorHorizontalIcon:mj,SeparatorVertical:yj,SeparatorVerticalIcon:yj,Server:Ct,ServerCog:Oj,ServerCogIcon:Oj,ServerCrash:kj,ServerCrashIcon:kj,ServerIcon:Ct,ServerOff:gj,ServerOffIcon:gj,Settings:Rs,Settings2:vj,Settings2Icon:vj,SettingsIcon:Rs,Shapes:bj,ShapesIcon:bj,Share:wj,Share2:Mj,Share2Icon:Mj,ShareIcon:wj,Sheet:Sj,SheetIcon:Sj,Shell:jj,ShellIcon:jj,ShelvingUnit:Nj,ShelvingUnitIcon:Nj,Shield:Ka,ShieldAlert:_j,ShieldAlertIcon:_j,ShieldBan:$j,ShieldBanIcon:$j,ShieldCheck:x1,ShieldCheckIcon:x1,ShieldClose:zs,ShieldCloseIcon:zs,ShieldCog:Qj,ShieldCogCorner:Cj,ShieldCogCornerIcon:Cj,ShieldCogIcon:Qj,ShieldEllipsis:Lj,ShieldEllipsisIcon:Lj,ShieldHalf:zj,ShieldHalfIcon:zj,ShieldIcon:Ka,ShieldMinus:Tj,ShieldMinusIcon:Tj,ShieldOff:Pj,ShieldOffIcon:Pj,ShieldPlus:Aj,ShieldPlusIcon:Aj,ShieldQuestion:Rr,ShieldQuestionIcon:Rr,ShieldQuestionMark:Rr,ShieldQuestionMarkIcon:Rr,ShieldUser:qj,ShieldUserIcon:qj,ShieldX:zs,ShieldXIcon:zs,Ship:Ij,ShipIcon:Ij,ShipWheel:Rj,ShipWheelIcon:Rj,Shirt:Vj,ShirtIcon:Vj,ShoppingBag:y1,ShoppingBagIcon:y1,ShoppingBasket:Ej,ShoppingBasketIcon:Ej,ShoppingCart:Xj,ShoppingCartIcon:Xj,Shovel:Zj,ShovelIcon:Zj,ShowerHead:Dj,ShowerHeadIcon:Dj,Shredder:Hj,ShredderIcon:Hj,Shrimp:Uj,ShrimpIcon:Uj,Shrink:Gj,ShrinkIcon:Gj,Shrub:Wj,ShrubIcon:Wj,Shuffle:Yj,ShuffleIcon:Yj,Sidebar:$r,SidebarClose:Sr,SidebarCloseIcon:Sr,SidebarIcon:$r,SidebarOpen:_r,SidebarOpenIcon:_r,Sigma:Bj,SigmaIcon:Bj,SigmaSquare:Tl,SigmaSquareIcon:Tl,Signal:aS,SignalHigh:Fj,SignalHighIcon:Fj,SignalIcon:aS,SignalLow:Kj,SignalLowIcon:Kj,SignalMedium:Jj,SignalMediumIcon:Jj,SignalZero:eS,SignalZeroIcon:eS,Signature:tS,SignatureIcon:tS,Signpost:sS,SignpostBig:nS,SignpostBigIcon:nS,SignpostIcon:sS,Siren:oS,SirenIcon:oS,SkipBack:cS,SkipBackIcon:cS,SkipForward:iS,SkipForwardIcon:iS,Skull:O1,SkullIcon:O1,Slash:rS,SlashIcon:rS,SlashSquare:zl,SlashSquareIcon:zl,Slice:lS,SliceIcon:lS,Sliders:Vr,SlidersHorizontal:dS,SlidersHorizontalIcon:dS,SlidersIcon:Vr,SlidersVertical:Vr,SlidersVerticalIcon:Vr,Smartphone:pS,SmartphoneCharging:hS,SmartphoneChargingIcon:hS,SmartphoneIcon:pS,SmartphoneNfc:uS,SmartphoneNfcIcon:uS,Smile:mS,SmileIcon:mS,SmilePlus:fS,SmilePlusIcon:fS,Snail:xS,SnailIcon:xS,Snowflake:yS,SnowflakeIcon:yS,SoapDispenserDroplet:OS,SoapDispenserDropletIcon:OS,Sofa:gS,SofaIcon:gS,SolarPanel:kS,SolarPanelIcon:kS,SortAsc:jc,SortAscIcon:jc,SortDesc:bc,SortDescIcon:bc,Soup:vS,SoupIcon:vS,Space:bS,SpaceIcon:bS,Spade:MS,SpadeIcon:MS,Sparkle:wS,SparkleIcon:wS,Sparkles:St,SparklesIcon:St,Speaker:jS,SpeakerIcon:jS,Speech:SS,SpeechIcon:SS,SpellCheck:_S,SpellCheck2:NS,SpellCheck2Icon:NS,SpellCheckIcon:_S,Spline:CS,SplineIcon:CS,SplinePointer:$S,SplinePointerIcon:$S,Split:QS,SplitIcon:QS,SplitSquareHorizontal:Pl,SplitSquareHorizontalIcon:Pl,SplitSquareVertical:Al,SplitSquareVerticalIcon:Al,Spool:LS,SpoolIcon:LS,SportShoe:zS,SportShoeIcon:zS,Spotlight:TS,SpotlightIcon:TS,SprayCan:PS,SprayCanIcon:PS,Sprout:AS,SproutIcon:AS,Square:N2,SquareActivity:Er,SquareActivityIcon:Er,SquareArrowDown:Dr,SquareArrowDownIcon:Dr,SquareArrowDownLeft:Zr,SquareArrowDownLeftIcon:Zr,SquareArrowDownRight:Xr,SquareArrowDownRightIcon:Xr,SquareArrowLeft:Hr,SquareArrowLeftIcon:Hr,SquareArrowOutDownLeft:Ur,SquareArrowOutDownLeftIcon:Ur,SquareArrowOutDownRight:Br,SquareArrowOutDownRightIcon:Br,SquareArrowOutUpLeft:Gr,SquareArrowOutUpLeftIcon:Gr,SquareArrowOutUpRight:Wr,SquareArrowOutUpRightIcon:Wr,SquareArrowRight:Yr,SquareArrowRightEnter:qS,SquareArrowRightEnterIcon:qS,SquareArrowRightExit:IS,SquareArrowRightExitIcon:IS,SquareArrowRightIcon:Yr,SquareArrowUp:Jr,SquareArrowUpIcon:Jr,SquareArrowUpLeft:Fr,SquareArrowUpLeftIcon:Fr,SquareArrowUpRight:Kr,SquareArrowUpRightIcon:Kr,SquareAsterisk:el,SquareAsteriskIcon:el,SquareBottomDashedScissors:tl,SquareBottomDashedScissorsIcon:tl,SquareCenterlineDashedHorizontal:al,SquareCenterlineDashedHorizontalIcon:al,SquareCenterlineDashedVertical:nl,SquareCenterlineDashedVerticalIcon:nl,SquareChartGantt:Rn,SquareChartGanttIcon:Rn,SquareCheck:ol,SquareCheckBig:sl,SquareCheckBigIcon:sl,SquareCheckIcon:ol,SquareChevronDown:il,SquareChevronDownIcon:il,SquareChevronLeft:cl,SquareChevronLeftIcon:cl,SquareChevronRight:rl,SquareChevronRightIcon:rl,SquareChevronUp:ll,SquareChevronUpIcon:ll,SquareCode:dl,SquareCodeIcon:dl,SquareDashed:pl,SquareDashedBottom:VS,SquareDashedBottomCode:RS,SquareDashedBottomCodeIcon:RS,SquareDashedBottomIcon:VS,SquareDashedIcon:pl,SquareDashedKanban:hl,SquareDashedKanbanIcon:hl,SquareDashedMousePointer:ul,SquareDashedMousePointerIcon:ul,SquareDashedTopSolid:ES,SquareDashedTopSolidIcon:ES,SquareDivide:fl,SquareDivideIcon:fl,SquareDot:yl,SquareDotIcon:yl,SquareEqual:ml,SquareEqualIcon:ml,SquareFunction:xl,SquareFunctionIcon:xl,SquareGanttChart:Rn,SquareGanttChartIcon:Rn,SquareIcon:N2,SquareKanban:Ol,SquareKanbanIcon:Ol,SquareLibrary:gl,SquareLibraryIcon:gl,SquareM:kl,SquareMIcon:kl,SquareMenu:vl,SquareMenuIcon:vl,SquareMinus:bl,SquareMinusIcon:bl,SquareMousePointer:Ml,SquareMousePointerIcon:Ml,SquareParking:jl,SquareParkingIcon:jl,SquareParkingOff:wl,SquareParkingOffIcon:wl,SquarePause:XS,SquarePauseIcon:XS,SquarePen:$a,SquarePenIcon:$a,SquarePercent:Sl,SquarePercentIcon:Sl,SquarePi:Nl,SquarePiIcon:Nl,SquarePilcrow:_l,SquarePilcrowIcon:_l,SquarePlay:Ql,SquarePlayIcon:Ql,SquarePlus:$l,SquarePlusIcon:$l,SquarePower:Cl,SquarePowerIcon:Cl,SquareRadical:ZS,SquareRadicalIcon:ZS,SquareRoundCorner:DS,SquareRoundCornerIcon:DS,SquareScissors:Ll,SquareScissorsIcon:Ll,SquareSigma:Tl,SquareSigmaIcon:Tl,SquareSlash:zl,SquareSlashIcon:zl,SquareSplitHorizontal:Pl,SquareSplitHorizontalIcon:Pl,SquareSplitVertical:Al,SquareSplitVerticalIcon:Al,SquareSquare:HS,SquareSquareIcon:HS,SquareStack:US,SquareStackIcon:US,SquareStar:GS,SquareStarIcon:GS,SquareStop:BS,SquareStopIcon:BS,SquareTerminal:Il,SquareTerminalIcon:Il,SquareUser:Rl,SquareUserIcon:Rl,SquareUserRound:ql,SquareUserRoundIcon:ql,SquareX:Vl,SquareXIcon:Vl,SquaresExclude:WS,SquaresExcludeIcon:WS,SquaresIntersect:YS,SquaresIntersectIcon:YS,SquaresSubtract:FS,SquaresSubtractIcon:FS,SquaresUnite:KS,SquaresUniteIcon:KS,Squircle:JS,SquircleDashed:eN,SquircleDashedIcon:eN,SquircleIcon:JS,Squirrel:tN,SquirrelIcon:tN,Stamp:aN,StampIcon:aN,Star:g1,StarHalf:nN,StarHalfIcon:nN,StarIcon:g1,StarOff:sN,StarOffIcon:sN,Stars:St,StarsIcon:St,StepBack:oN,StepBackIcon:oN,StepForward:cN,StepForwardIcon:cN,Stethoscope:iN,StethoscopeIcon:iN,Sticker:rN,StickerIcon:rN,StickyNote:lN,StickyNoteIcon:lN,Stone:dN,StoneIcon:dN,StopCircle:mi,StopCircleIcon:mi,Store:hN,StoreIcon:hN,StretchHorizontal:uN,StretchHorizontalIcon:uN,StretchVertical:pN,StretchVerticalIcon:pN,Strikethrough:mN,StrikethroughIcon:mN,Subscript:fN,SubscriptIcon:fN,Subtitles:Tc,SubtitlesIcon:Tc,Sun:kN,SunDim:xN,SunDimIcon:xN,SunIcon:kN,SunMedium:yN,SunMediumIcon:yN,SunMoon:ON,SunMoonIcon:ON,SunSnow:gN,SunSnowIcon:gN,Sunrise:vN,SunriseIcon:vN,Sunset:bN,SunsetIcon:bN,Superscript:MN,SuperscriptIcon:MN,SwatchBook:wN,SwatchBookIcon:wN,SwissFranc:jN,SwissFrancIcon:jN,SwitchCamera:SN,SwitchCameraIcon:SN,Sword:NN,SwordIcon:NN,Swords:_N,SwordsIcon:_N,Syringe:$N,SyringeIcon:$N,Table:qN,Table2:CN,Table2Icon:CN,TableCellsMerge:QN,TableCellsMergeIcon:QN,TableCellsSplit:LN,TableCellsSplitIcon:LN,TableColumnsSplit:zN,TableColumnsSplitIcon:zN,TableConfig:Tn,TableConfigIcon:Tn,TableIcon:qN,TableOfContents:TN,TableOfContentsIcon:TN,TableProperties:PN,TablePropertiesIcon:PN,TableRowsSplit:AN,TableRowsSplitIcon:AN,Tablet:RN,TabletIcon:RN,TabletSmartphone:IN,TabletSmartphoneIcon:IN,Tablets:VN,TabletsIcon:VN,Tag:XN,TagIcon:XN,Tags:EN,TagsIcon:EN,Tally1:ZN,Tally1Icon:ZN,Tally2:HN,Tally2Icon:HN,Tally3:DN,Tally3Icon:DN,Tally4:UN,Tally4Icon:UN,Tally5:BN,Tally5Icon:BN,Tangent:GN,TangentIcon:GN,Target:WN,TargetIcon:WN,Telescope:YN,TelescopeIcon:YN,Tent:FN,TentIcon:FN,TentTree:KN,TentTreeIcon:KN,Terminal:Vs,TerminalIcon:Vs,TerminalSquare:Il,TerminalSquareIcon:Il,TestTube:k1,TestTube2:El,TestTube2Icon:El,TestTubeDiagonal:El,TestTubeDiagonalIcon:El,TestTubeIcon:k1,TestTubes:JN,TestTubesIcon:JN,Text:Vn,TextAlignCenter:Xl,TextAlignCenterIcon:Xl,TextAlignEnd:Zl,TextAlignEndIcon:Zl,TextAlignJustify:Dl,TextAlignJustifyIcon:Dl,TextAlignStart:Vn,TextAlignStartIcon:Vn,TextCursor:t_,TextCursorIcon:t_,TextCursorInput:e_,TextCursorInputIcon:e_,TextIcon:Vn,TextInitial:Hl,TextInitialIcon:Hl,TextQuote:a_,TextQuoteIcon:a_,TextSearch:n_,TextSearchIcon:n_,TextSelect:Ul,TextSelectIcon:Ul,TextSelection:Ul,TextSelectionIcon:Ul,TextWrap:Gl,TextWrapIcon:Gl,Theater:s_,TheaterIcon:s_,Thermometer:i_,ThermometerIcon:i_,ThermometerSnowflake:o_,ThermometerSnowflakeIcon:o_,ThermometerSun:c_,ThermometerSunIcon:c_,ThumbsDown:r_,ThumbsDownIcon:r_,ThumbsUp:l_,ThumbsUpIcon:l_,Ticket:x_,TicketCheck:d_,TicketCheckIcon:d_,TicketIcon:x_,TicketMinus:h_,TicketMinusIcon:h_,TicketPercent:u_,TicketPercentIcon:u_,TicketPlus:p_,TicketPlusIcon:p_,TicketSlash:f_,TicketSlashIcon:f_,TicketX:m_,TicketXIcon:m_,Tickets:O_,TicketsIcon:O_,TicketsPlane:y_,TicketsPlaneIcon:y_,Timer:k_,TimerIcon:k_,TimerOff:g_,TimerOffIcon:g_,TimerReset:v_,TimerResetIcon:v_,ToggleLeft:b_,ToggleLeftIcon:b_,ToggleRight:M_,ToggleRightIcon:M_,Toilet:w_,ToiletIcon:w_,ToolCase:j_,ToolCaseIcon:j_,Toolbox:S_,ToolboxIcon:S_,Tornado:N_,TornadoIcon:N_,Torus:__,TorusIcon:__,Touchpad:C_,TouchpadIcon:C_,TouchpadOff:$_,TouchpadOffIcon:$_,TowelRack:Q_,TowelRackIcon:Q_,TowerControl:L_,TowerControlIcon:L_,ToyBrick:z_,ToyBrickIcon:z_,Tractor:T_,TractorIcon:T_,TrafficCone:P_,TrafficConeIcon:P_,Train:Bl,TrainFront:q_,TrainFrontIcon:q_,TrainFrontTunnel:A_,TrainFrontTunnelIcon:A_,TrainIcon:Bl,TrainTrack:I_,TrainTrackIcon:I_,TramFront:Bl,TramFrontIcon:Bl,Transgender:R_,TransgenderIcon:R_,Trash:V_,Trash2:Ht,Trash2Icon:Ht,TrashIcon:V_,TreeDeciduous:E_,TreeDeciduousIcon:E_,TreePalm:Wl,TreePalmIcon:Wl,TreePine:X_,TreePineIcon:X_,Trees:Z_,TreesIcon:Z_,TrendingDown:D_,TrendingDownIcon:D_,TrendingUp:U_,TrendingUpDown:H_,TrendingUpDownIcon:H_,TrendingUpIcon:U_,Triangle:Y_,TriangleAlert:Pt,TriangleAlertIcon:Pt,TriangleDashed:G_,TriangleDashedIcon:G_,TriangleIcon:Y_,TriangleRight:B_,TriangleRightIcon:B_,Trophy:W_,TrophyIcon:W_,Truck:K_,TruckElectric:F_,TruckElectricIcon:F_,TruckIcon:K_,TurkishLira:J_,TurkishLiraIcon:J_,Turntable:e$,TurntableIcon:e$,Turtle:a$,TurtleIcon:a$,Tv:n$,Tv2:Yl,Tv2Icon:Yl,TvIcon:n$,TvMinimal:Yl,TvMinimalIcon:Yl,TvMinimalPlay:t$,TvMinimalPlayIcon:t$,Type:o$,TypeIcon:o$,TypeOutline:s$,TypeOutlineIcon:s$,Umbrella:i$,UmbrellaIcon:i$,UmbrellaOff:c$,UmbrellaOffIcon:c$,Underline:r$,UnderlineIcon:r$,Undo:h$,Undo2:d$,Undo2Icon:d$,UndoDot:l$,UndoDotIcon:l$,UndoIcon:h$,UnfoldHorizontal:u$,UnfoldHorizontalIcon:u$,UnfoldVertical:p$,UnfoldVerticalIcon:p$,Ungroup:f$,UngroupIcon:f$,University:Fl,UniversityIcon:Fl,Unlink:x$,Unlink2:m$,Unlink2Icon:m$,UnlinkIcon:x$,Unlock:mr,UnlockIcon:mr,UnlockKeyhole:fr,UnlockKeyholeIcon:fr,Unplug:v1,UnplugIcon:v1,Upload:_2,UploadCloud:vi,UploadCloudIcon:vi,UploadIcon:_2,Usb:y$,UsbIcon:y$,User:Q2,User2:n1,User2Icon:n1,UserCheck:$2,UserCheck2:Jl,UserCheck2Icon:Jl,UserCheckIcon:$2,UserCircle:yi,UserCircle2:xi,UserCircle2Icon:xi,UserCircleIcon:yi,UserCog:O$,UserCog2:Kl,UserCog2Icon:Kl,UserCogIcon:O$,UserIcon:Q2,UserKey:g$,UserKeyIcon:g$,UserLock:k$,UserLockIcon:k$,UserMinus:b$,UserMinus2:e1,UserMinus2Icon:e1,UserMinusIcon:b$,UserPen:v$,UserPenIcon:v$,UserPlus:C2,UserPlus2:t1,UserPlus2Icon:t1,UserPlusIcon:C2,UserRound:n1,UserRoundCheck:Jl,UserRoundCheckIcon:Jl,UserRoundCog:Kl,UserRoundCogIcon:Kl,UserRoundIcon:n1,UserRoundKey:M$,UserRoundKeyIcon:M$,UserRoundMinus:e1,UserRoundMinusIcon:e1,UserRoundPen:w$,UserRoundPenIcon:w$,UserRoundPlus:t1,UserRoundPlusIcon:t1,UserRoundSearch:j$,UserRoundSearchIcon:j$,UserRoundX:a1,UserRoundXIcon:a1,UserSearch:S$,UserSearchIcon:S$,UserSquare:Rl,UserSquare2:ql,UserSquare2Icon:ql,UserSquareIcon:Rl,UserStar:N$,UserStarIcon:N$,UserX:_$,UserX2:a1,UserX2Icon:a1,UserXIcon:_$,Users:Ja,Users2:s1,Users2Icon:s1,UsersIcon:Ja,UsersRound:s1,UsersRoundIcon:s1,Utensils:c1,UtensilsCrossed:o1,UtensilsCrossedIcon:o1,UtensilsIcon:c1,UtilityPole:$$,UtilityPoleIcon:$$,Van:C$,VanIcon:C$,Variable:Q$,VariableIcon:Q$,Vault:L$,VaultIcon:L$,VectorSquare:T$,VectorSquareIcon:T$,Vegan:z$,VeganIcon:z$,VenetianMask:P$,VenetianMaskIcon:P$,Venus:A$,VenusAndMars:q$,VenusAndMarsIcon:q$,VenusIcon:A$,Verified:_c,VerifiedIcon:_c,Vibrate:R$,VibrateIcon:R$,VibrateOff:I$,VibrateOffIcon:I$,Video:E$,VideoIcon:E$,VideoOff:V$,VideoOffIcon:V$,Videotape:X$,VideotapeIcon:X$,View:Z$,ViewIcon:Z$,Voicemail:D$,VoicemailIcon:D$,Volleyball:H$,VolleyballIcon:H$,Volume:Y$,Volume1:U$,Volume1Icon:U$,Volume2:G$,Volume2Icon:G$,VolumeIcon:Y$,VolumeOff:B$,VolumeOffIcon:B$,VolumeX:W$,VolumeXIcon:W$,Vote:F$,VoteIcon:F$,Wallet:J$,Wallet2:i1,Wallet2Icon:i1,WalletCards:K$,WalletCardsIcon:K$,WalletIcon:J$,WalletMinimal:i1,WalletMinimalIcon:i1,Wallpaper:tC,WallpaperIcon:tC,Wand:eC,Wand2:r1,Wand2Icon:r1,WandIcon:eC,WandSparkles:r1,WandSparklesIcon:r1,Warehouse:aC,WarehouseIcon:aC,WashingMachine:nC,WashingMachineIcon:nC,Watch:sC,WatchIcon:sC,Waves:rC,WavesArrowDown:oC,WavesArrowDownIcon:oC,WavesArrowUp:cC,WavesArrowUpIcon:cC,WavesIcon:rC,WavesLadder:iC,WavesLadderIcon:iC,Waypoints:lC,WaypointsIcon:lC,Webcam:dC,WebcamIcon:dC,Webhook:uC,WebhookIcon:uC,WebhookOff:hC,WebhookOffIcon:hC,Weight:fC,WeightIcon:fC,WeightTilde:pC,WeightTildeIcon:pC,Wheat:xC,WheatIcon:xC,WheatOff:mC,WheatOffIcon:mC,WholeWord:yC,WholeWordIcon:yC,Wifi:b1,WifiCog:OC,WifiCogIcon:OC,WifiHigh:gC,WifiHighIcon:gC,WifiIcon:b1,WifiLow:kC,WifiLowIcon:kC,WifiOff:vC,WifiOffIcon:vC,WifiPen:bC,WifiPenIcon:bC,WifiSync:MC,WifiSyncIcon:MC,WifiZero:wC,WifiZeroIcon:wC,Wind:SC,WindArrowDown:jC,WindArrowDownIcon:jC,WindIcon:SC,Wine:_C,WineIcon:_C,WineOff:NC,WineOffIcon:NC,Workflow:$C,WorkflowIcon:$C,Worm:CC,WormIcon:CC,WrapText:Gl,WrapTextIcon:Gl,Wrench:L2,WrenchIcon:L2,X:nt,XCircle:un,XCircleIcon:un,XIcon:nt,XLineTop:QC,XLineTopIcon:QC,XOctagon:Mr,XOctagonIcon:Mr,XSquare:Vl,XSquareIcon:Vl,Zap:xa,ZapIcon:xa,ZapOff:LC,ZapOffIcon:LC,ZodiacAquarius:zC,ZodiacAquariusIcon:zC,ZodiacAries:TC,ZodiacAriesIcon:TC,ZodiacCancer:PC,ZodiacCancerIcon:PC,ZodiacCapricorn:AC,ZodiacCapricornIcon:AC,ZodiacGemini:qC,ZodiacGeminiIcon:qC,ZodiacLeo:IC,ZodiacLeoIcon:IC,ZodiacLibra:RC,ZodiacLibraIcon:RC,ZodiacOphiuchus:VC,ZodiacOphiuchusIcon:VC,ZodiacPisces:EC,ZodiacPiscesIcon:EC,ZodiacSagittarius:XC,ZodiacSagittariusIcon:XC,ZodiacScorpio:ZC,ZodiacScorpioIcon:ZC,ZodiacTaurus:DC,ZodiacTaurusIcon:DC,ZodiacVirgo:HC,ZodiacVirgoIcon:HC,ZoomIn:UC,ZoomInIcon:UC,ZoomOut:GC,ZoomOutIcon:GC,createLucideIcon:l,icons:R8e,useLucideContext:CZ},Symbol.toStringTag,{value:"Module"})),V8e={success:ta,error:jt,info:Td,warning:Pt},E8e={success:"border-l-success",error:"border-l-danger",info:"border-l-accent",warning:"border-l-warning"},X8e={success:"text-success",error:"text-danger",info:"text-accent",warning:"text-warning"},Z8e={success:3e3,error:0,info:5e3,warning:5e3};function D8e({toast:e}){var i;const n=R(d=>d.removeToast),o=V8e[e.type]||Td,c=Z8e[e.type];return O.useEffect(()=>{if(!c)return;const d=setTimeout(()=>n(e.id),c);return()=>clearTimeout(d)},[e.id,c,n]),t.jsxs(tn.div,{layout:!0,initial:{opacity:0,x:80,scale:.95},animate:{opacity:1,x:0,scale:1},exit:{opacity:0,x:80,scale:.95},transition:{duration:.2},className:te("w-80 border border-border bg-surface-1 shadow-xl","border-l-2 flex items-center gap-3 px-4 py-3",E8e[e.type]),children:[t.jsx(o,{size:16,className:te("flex-shrink-0",X8e[e.type])}),t.jsxs("div",{className:"flex-1 min-w-0",children:[t.jsx("p",{className:"text-sm text-text-0 font-sans",children:e.message}),e.detail&&t.jsx("p",{className:"text-xs text-text-3 font-sans mt-0.5",children:e.detail})]}),((i=e.action)==null?void 0:i.url)&&t.jsx("button",{onClick:d=>{d.stopPropagation();try{window.open(e.action.url,"_blank","noopener")}catch{}n(e.id)},className:"text-xs font-medium text-accent hover:text-accent-hover bg-surface-5 hover:bg-surface-6 px-3 py-1.5 rounded transition-colors cursor-pointer flex-shrink-0 whitespace-nowrap",children:e.action.label||"Open"}),t.jsx("button",{onClick:d=>{d.stopPropagation(),n(e.id)},className:"p-1.5 text-text-4 hover:text-text-1 hover:bg-surface-5 rounded transition-colors cursor-pointer flex-shrink-0 z-10",children:t.jsx(nt,{size:14})})]})}function H8e(){const e=R(n=>n.toasts);return t.jsx("div",{className:"fixed bottom-10 left-[60px] z-[100] flex flex-col-reverse gap-2",children:t.jsx(Wd,{mode:"popLayout",children:e.slice(-3).map(n=>t.jsx(D8e,{toast:n},n.id))})})}const U8e=[{id:"agents",icon:qd,label:"Agents"},{id:"editor",icon:aa,label:"Editor"},{id:"dashboard",icon:$d,label:"Dashboard"},{id:"marketplace",icon:Rd,label:"Marketplace"},{id:"toys",icon:f1,label:"Toys"},{id:"models",icon:yn,label:"Models"},{id:"teams",icon:Ja,label:"Teams"},{id:"federation",icon:Pa,label:"Federation"}],G8e=[{id:"journalist",icon:qs,label:"Journalist",panel:!0},{id:"settings",icon:Rs,label:"Settings",nav:!0}];function B8e({activeView:e,detailPanel:n,onNavigate:o,onTogglePanel:c}){const i=Go()&&SX()==="darwin";return t.jsxs("nav",{className:"w-12 flex-shrink-0 flex flex-col bg-surface-3 border-r border-border",children:[i&&t.jsx("div",{className:"flex-shrink-0 h-9 flex items-end justify-center pb-1.5 border-b border-border",children:t.jsx("img",{src:"/favicon.png",alt:"Groove",className:"h-6 w-6 rounded-full"})}),t.jsx("div",{className:"flex flex-col items-center gap-1.5 pt-2.5",children:U8e.map(d=>t.jsx(iQ,{content:d.label,side:"right",children:t.jsx("button",{onClick:()=>o(d.id),className:te("w-8 h-8 flex items-center justify-center rounded-md transition-colors cursor-pointer",e===d.id?"text-accent bg-accent/10":"text-text-3 hover:text-accent hover:bg-accent/10"),children:t.jsx(d.icon,{size:16,strokeWidth:e===d.id?2:1.5})})},d.id))}),t.jsx("div",{className:"flex-1"}),t.jsx("div",{className:"flex flex-col items-center gap-1.5 pb-3",children:G8e.map(d=>{const u=d.panel?(n==null?void 0:n.type)===d.id:e===d.id;return t.jsx(iQ,{content:d.label,side:"right",children:t.jsx("button",{onClick:()=>d.panel?c(d.id):o(d.id),className:te("w-8 h-8 flex items-center justify-center rounded-md transition-colors cursor-pointer",u?"text-accent bg-accent/10":"text-text-3 hover:text-accent hover:bg-accent/10"),children:t.jsx(d.icon,{size:16,strokeWidth:u?2:1.5})})},d.id)})})]})}function W8e({user:e,size:n=24}){const[o,c]=O.useState(!1),i=(e==null?void 0:e.avatar)||(e==null?void 0:e.picture)||(e==null?void 0:e.photoURL)||(e==null?void 0:e.photo);return i&&!o?t.jsx("img",{src:i,alt:"",className:"rounded-full",style:{width:n,height:n},referrerPolicy:"no-referrer",crossOrigin:"anonymous",onError:()=>c(!0)}):t.jsx("div",{className:"rounded-full bg-accent/10 flex items-center justify-center",style:{width:n,height:n},children:t.jsx(Q2,{size:Math.round(n*.5),className:"text-accent"})})}function Y8e(){const e=R(p=>p.marketplaceAuthenticated),n=R(p=>p.marketplaceUser),o=R(p=>p.marketplaceLogin),c=R(p=>p.marketplaceLogout),[i,d]=O.useState(!1),u=O.useRef(null);return O.useEffect(()=>{if(!i)return;function p(f){u.current&&!u.current.contains(f.target)&&d(!1)}return document.addEventListener("mousedown",p,!0),()=>document.removeEventListener("mousedown",p,!0)},[i]),e?t.jsxs("div",{ref:u,className:"relative flex-shrink-0",children:[t.jsxs("button",{onClick:()=>d(!i),className:te("flex items-center gap-2 h-7 pl-2 pr-1 rounded-md transition-colors cursor-pointer select-none",i?"bg-surface-1 border border-border":"hover:bg-surface-1 border border-transparent"),children:[t.jsx("span",{className:"text-xs text-text-1 font-sans font-medium max-w-[100px] truncate",children:(n==null?void 0:n.displayName)||(n==null?void 0:n.id)||"Account"}),t.jsx(W8e,{user:n,size:20}),t.jsx(At,{size:10,className:te("text-text-4 transition-transform",i&&"rotate-180")})]}),i&&t.jsxs("div",{className:"absolute right-0 top-full mt-1 w-48 py-1 rounded-md bg-surface-1 border border-border shadow-lg z-50",children:[t.jsxs("div",{className:"px-3 py-2 border-b border-border-subtle",children:[t.jsx("p",{className:"text-xs font-medium text-text-0 font-sans truncate",children:(n==null?void 0:n.displayName)||"Account"}),(n==null?void 0:n.email)&&t.jsx("p",{className:"text-2xs text-text-4 font-sans truncate",children:n.email})]}),t.jsxs("a",{href:"https://docs.groovedev.ai",target:"_blank",rel:"noopener noreferrer",onClick:()=>d(!1),className:"flex items-center gap-2 px-3 py-1.5 text-xs text-text-2 hover:text-text-0 hover:bg-surface-3 font-sans cursor-pointer transition-colors",children:[t.jsx(Po,{size:12}),"Docs",t.jsx(Qt,{size:9,className:"ml-auto text-text-4"})]}),t.jsxs("a",{href:"https://groovedev.ai",target:"_blank",rel:"noopener noreferrer",onClick:()=>d(!1),className:"flex items-center gap-2 px-3 py-1.5 text-xs text-text-2 hover:text-text-0 hover:bg-surface-3 font-sans cursor-pointer transition-colors",children:[t.jsx(Qt,{size:12}),"groovedev.ai"]}),t.jsx("div",{className:"my-1 h-px bg-border-subtle"}),t.jsxs("button",{onClick:()=>{d(!1),c()},className:"flex items-center gap-2 w-full px-3 py-1.5 text-xs text-text-3 hover:text-danger hover:bg-surface-3 font-sans cursor-pointer transition-colors",children:[t.jsx(y2,{size:12}),"Sign out"]})]})]}):t.jsxs("button",{onClick:o,className:"flex items-center gap-1.5 h-7 px-3 rounded-md bg-surface-1 border border-border-subtle text-xs font-semibold font-sans text-text-2 hover:text-text-0 hover:border-border transition-colors cursor-pointer select-none flex-shrink-0",children:[t.jsx(Vo,{size:12}),"Sign in"]})}const F8e={agents:"Agents",editor:"Editor",dashboard:"Dashboard",marketplace:"Marketplace",teams:"Teams"};function K8e({activeView:e,connected:n,tunneled:o,daemonHost:c,editorActiveFile:i,onOpenCommandPalette:d}){const u=R(b=>b.projectDir),p=R(b=>b.toggleProjectPicker),f=["Groove",F8e[e]||e];e==="editor"&&i&&f.push(i.split("/").pop());const v=Go()&&SX()==="darwin",[g,k]=O.useState(null);return O.useEffect(()=>{var b;if((b=window.groove)!=null&&b.getInstanceInfo)window.groove.getInstanceInfo().then(M=>{M!=null&&M.name&&k(M.name)});else{const M=new URLSearchParams(window.location.search).get("instance");M&&k(M)}},[]),t.jsxs("header",{className:te("h-11 flex-shrink-0 flex items-center gap-3 px-4 pt-0.5 bg-surface-3 border-b border-border relative",v&&"pl-24 electron-drag electron-no-drag-children"),children:[!v&&t.jsx("img",{src:"/favicon.png",alt:"Groove",className:"h-7 w-7 rounded-full flex-shrink-0"}),g&&t.jsxs("button",{onClick:()=>{var b,M;return(M=(b=window.groove)==null?void 0:b.openFolder)==null?void 0:M.call(b)},className:"text-2xs font-mono font-semibold text-accent bg-accent/10 px-1.5 py-0.5 rounded flex-shrink-0 hover:bg-accent/20 transition-colors cursor-pointer",children:["/",g]}),!g&&c&&t.jsx("span",{className:"text-2xs font-mono font-semibold text-text-3 bg-surface-5 px-1.5 py-0.5 rounded flex-shrink-0",children:c}),o&&u&&t.jsxs("button",{onClick:p,className:"flex items-center gap-1 text-2xs font-mono font-medium text-text-2 bg-surface-5 px-1.5 py-0.5 rounded flex-shrink-0 hover:bg-surface-4 hover:text-text-0 transition-colors cursor-pointer",title:u,children:[t.jsx(Ft,{size:11}),u.split("/").pop()||"/"]}),t.jsx("div",{className:"flex-1 min-w-4"}),t.jsx("div",{className:"flex items-center gap-1 text-xs font-sans text-text-3 flex-shrink-0",children:f.map((b,M)=>t.jsxs("span",{className:"flex items-center gap-1",children:[M>0&&t.jsx(qt,{size:11,className:"text-text-4"}),t.jsx("span",{className:te(M===f.length-1?"text-text-2":"text-text-4"),children:b})]},M))}),t.jsx(Y8e,{}),t.jsxs("button",{onClick:d,className:te("absolute left-1/2 top-1/2 -translate-x-1/2 -translate-y-1/2 flex items-center gap-2.5 h-8 px-4 rounded-md w-full max-w-md","bg-surface-1 border border-border-subtle","text-xs text-text-4 font-sans","hover:border-border hover:text-text-3 transition-colors cursor-pointer"),children:[t.jsx(It,{size:14,className:"flex-shrink-0"}),t.jsx("span",{className:"flex-1 text-left",children:"Search commands..."}),t.jsx("kbd",{className:"text-2xs font-mono bg-surface-4 px-1.5 py-0.5 rounded text-text-4 ml-1",children:"Cmd+K"})]})]})}const J8e={running:"var(--color-success)",starting:"var(--color-warning)",stopped:"var(--color-text-3)",crashed:"var(--color-danger)",completed:"var(--color-accent)",killed:"var(--color-text-3)",rotating:"var(--color-purple)"};function qP(e){return J8e[e]||"var(--color-text-3)"}const e7e={planner:{bg:"rgba(74, 225, 104, 0.12)",text:"#4ae168",border:"#4ae168"},backend:{bg:"rgba(51, 175, 188, 0.12)",text:"#33afbc",border:"#33afbc"},frontend:{bg:"rgba(229, 192, 123, 0.12)",text:"#e5c07b",border:"#e5c07b"},fullstack:{bg:"rgba(74, 225, 104, 0.12)",text:"#4ae168",border:"#4ae168"},testing:{bg:"rgba(97, 175, 239, 0.12)",text:"#61afef",border:"#61afef"},devops:{bg:"rgba(209, 154, 102, 0.12)",text:"#d19a66",border:"#d19a66"},docs:{bg:"rgba(139, 146, 158, 0.12)",text:"#8b929e",border:"#8b929e"},security:{bg:"rgba(224, 108, 117, 0.12)",text:"#e06c75",border:"#e06c75"},database:{bg:"rgba(198, 120, 221, 0.12)",text:"#c678dd",border:"#c678dd"},cmo:{bg:"rgba(229, 192, 123, 0.12)",text:"#e5c07b",border:"#e5c07b"},cfo:{bg:"rgba(74, 225, 104, 0.12)",text:"#4ae168",border:"#4ae168"},ea:{bg:"rgba(97, 175, 239, 0.12)",text:"#61afef",border:"#61afef"},support:{bg:"rgba(51, 175, 188, 0.12)",text:"#33afbc",border:"#33afbc"},analyst:{bg:"rgba(198, 120, 221, 0.12)",text:"#c678dd",border:"#c678dd"},creative:{bg:"rgba(229, 192, 123, 0.12)",text:"#e5c07b",border:"#e5c07b"},slides:{bg:"rgba(209, 154, 102, 0.12)",text:"#d19a66",border:"#d19a66"},chat:{bg:"rgba(198, 120, 221, 0.12)",text:"#c678dd",border:"#c678dd"}};function Uo(e){const n=(e||"").toLowerCase();return e7e[n]||{bg:"rgba(139, 146, 158, 0.12)",text:"#8b929e",border:"#8b929e"}}function sa({status:e,size:n="md",className:o}){const c=e==="running"||e==="starting",i=n==="sm"?"w-1.5 h-1.5":n==="lg"?"w-3 h-3":"w-2 h-2";return t.jsx("span",{className:te("rounded-full inline-block flex-shrink-0",c&&"animate-pulse",i,o),style:{background:qP(e)}})}function st(e){return e==null||isNaN(e)?"0":e>=1e9?(e/1e9).toFixed(1).replace(/\.0$/,"")+"B":e>=1e6?(e/1e6).toFixed(1).replace(/\.0$/,"")+"M":e>=1e3?(e/1e3).toFixed(1).replace(/\.0$/,"")+"k":Math.round(e).toLocaleString()}function Ko(e){return e==null||isNaN(e)?"$0":e>=1e3?"$"+(e/1e3).toFixed(1).replace(/\.0$/,"")+"k":e>=1||e>=.01?"$"+e.toFixed(2):"$"+e.toFixed(3)}function dn(e){return e==null||isNaN(e)?"0%":Math.round(e)+"%"}function Y2(e){if(!e||e<0)return"0s";const n=Math.floor(e/86400),o=Math.floor(e%86400/3600),c=Math.floor(e%3600/60),i=Math.floor(e%60);return n>0?`${n}d ${o}h`:o>0?`${o}h ${c}m`:c>0?`${c}m ${i}s`:`${i}s`}function Lt(e){if(!e)return"";const n=(Date.now()-new Date(e).getTime())/1e3;return n<5?"just now":n<60?`${Math.floor(n)}s ago`:n<3600?`${Math.floor(n/60)}m ago`:n<86400?`${Math.floor(n/3600)}h ago`:`${Math.floor(n/86400)}d ago`}function t7e({connected:e,agentCount:n,runningCount:o,uptime:c,terminalVisible:i,onToggleTerminal:d}){const u=R(b=>b.savedTunnels),p=R(b=>b.tunneled),f=R(b=>b.version),x=R(b=>b.updateReady),v=R(b=>b.installUpdate),g=u.find(b=>b.active),k=Go();return t.jsxs("footer",{className:"h-6 flex-shrink-0 flex items-center px-3 bg-surface-3 border-t border-border text-2xs font-sans select-none",children:[t.jsxs("div",{className:"flex items-center gap-3",children:[t.jsxs("div",{className:"flex items-center gap-1.5",children:[t.jsx(sa,{status:e?"running":"crashed",size:"sm"}),t.jsx("span",{className:e?"text-text-2":"text-danger",children:e?k?"Desktop":"Connected":"Offline"})]}),k&&e&&t.jsxs("button",{onClick:()=>tQ(window.location.href),className:"flex items-center gap-1 text-text-4 hover:text-text-1 cursor-pointer transition-colors",title:"Open this workspace in your browser",children:[t.jsx(Pa,{size:10}),t.jsx("span",{children:"Browser"})]}),e&&c>0&&t.jsxs("span",{className:"text-text-4",children:["Up ",Y2(c)]}),e&&n>0&&t.jsxs("span",{className:"text-text-4",children:[o,"/",n," agents"]}),g?t.jsxs("div",{className:"flex items-center gap-1",children:[t.jsxs("button",{onClick:()=>{const b=g.localPort,M=encodeURIComponent(g.name);tQ(`http://localhost:${b}?instance=${M}`)},className:"flex items-center gap-1.5 text-text-3 hover:text-text-1 cursor-pointer transition-colors",title:"Open remote GUI",children:[t.jsx(Fa,{size:10,className:"text-success"}),t.jsx("span",{children:g.name}),t.jsx("span",{className:"w-1.5 h-1.5 rounded-full bg-success"}),g.latencyMs!=null&&t.jsxs("span",{className:"text-text-4",children:[g.latencyMs,"ms"]})]}),t.jsx("button",{onClick:()=>R.getState().disconnectTunnel(g.id),className:"p-0.5 text-text-4 hover:text-danger cursor-pointer transition-colors rounded",title:"Disconnect",children:t.jsx(nt,{size:10})})]}):p?t.jsxs("button",{onClick:()=>{var b,M,w;return((w=(M=(b=window.groove)==null?void 0:b.remote)==null?void 0:M.close)==null?void 0:w.call(M))||window.close()},className:"flex items-center gap-1.5 text-text-3 hover:text-danger cursor-pointer transition-colors",title:"Close remote connection",children:[t.jsx(v1,{size:10}),t.jsx("span",{children:"Disconnect"})]}):u.length>0&&t.jsxs("button",{onClick:()=>R.getState().toggleQuickConnect(),className:"flex items-center gap-1.5 text-text-4 hover:text-text-1 cursor-pointer transition-colors",title:"Quick Connect to remote server",children:[t.jsx($t,{size:10}),t.jsx("span",{children:"Connect"})]})]}),t.jsx("div",{className:"flex-1"}),x?t.jsxs("button",{onClick:v,className:"flex items-center gap-1.5 px-2 h-full text-success hover:bg-success/10 transition-colors cursor-pointer",title:`Update to v${x}`,children:[t.jsx(So,{size:12}),t.jsxs("span",{children:["v",x]})]}):f?t.jsxs("span",{className:"text-text-4 px-2",children:["v",f]}):null,!k&&t.jsxs("a",{href:"https://docs.groovedev.ai",target:"_blank",rel:"noopener noreferrer",className:"flex items-center gap-1.5 px-2 h-full text-text-3 hover:text-text-1 hover:bg-surface-5 transition-colors no-underline",children:[t.jsx(Po,{size:12}),t.jsx("span",{children:"Docs"})]}),t.jsxs("button",{onClick:d,className:te("flex items-center gap-1.5 px-2 h-full transition-colors cursor-pointer",i?"text-accent bg-accent/8 hover:bg-accent/12":"text-text-3 hover:text-text-1 hover:bg-surface-5"),children:[t.jsx(Vs,{size:12}),t.jsx("span",{children:"Terminal"}),t.jsx("kbd",{className:"font-mono text-text-4 ml-0.5",children:"Cmd+J"})]})]})}function a7e({children:e,width:n,onWidthChange:o,onClose:c,className:i}){const d=O.useRef(!1),u=O.useRef(0),p=O.useRef(0),f=O.useCallback(x=>{x.preventDefault(),d.current=!0,u.current=x.clientX,p.current=n;function v(k){if(!d.current)return;const b=u.current-k.clientX,M=Math.min(Math.max(p.current+b,380),window.innerWidth*.65);o(M)}function g(){d.current=!1,document.removeEventListener("mousemove",v),document.removeEventListener("mouseup",g)}document.addEventListener("mousemove",v),document.addEventListener("mouseup",g)},[n,o]);return t.jsxs("aside",{className:te("flex-shrink-0 flex bg-surface-1 border-l border-border relative",i),style:{width:n},children:[t.jsx("div",{className:"absolute left-0 top-0 bottom-0 w-1 cursor-col-resize hover:bg-accent/30 transition-colors z-10",onMouseDown:f}),t.jsx("button",{onClick:c,className:"absolute top-3 right-3 z-10 p-1 rounded-md text-text-3 hover:text-text-0 hover:bg-surface-5 transition-colors cursor-pointer",children:t.jsx(nt,{size:14})}),t.jsx("div",{className:"flex-1 overflow-y-auto overflow-x-hidden",children:e})]})}const n7e=[{id:"nav:agents",label:"Go to Agents",icon:qd,category:"Navigation",action:e=>{e.setActiveView("agents")}},{id:"nav:editor",label:"Go to Editor",icon:aa,category:"Navigation",action:e=>{e.setActiveView("editor")}},{id:"nav:dashboard",label:"Go to Dashboard",icon:$d,category:"Navigation",action:e=>{e.setActiveView("dashboard")}},{id:"nav:marketplace",label:"Go to Marketplace",icon:Rd,category:"Navigation",action:e=>{e.setActiveView("marketplace")}},{id:"nav:teams",label:"Go to Teams",icon:Ja,category:"Navigation",action:e=>{e.setActiveView("teams")}},{id:"nav:federation",label:"Go to Federation",icon:Pa,category:"Navigation",action:e=>{e.setActiveView("federation")}},{id:"action:spawn",label:"Spawn Agent",icon:dt,category:"Actions",action:e=>{e.openDetail({type:"spawn"})}},{id:"action:terminal",label:"Toggle Terminal",icon:Vs,category:"Actions",action:e=>{e.setTerminalVisible(!e.terminalVisible)},shortcut:"Cmd+J"},{id:"action:journalist",label:"Toggle Journalist",icon:qs,category:"Actions",action:e=>{var n;((n=e.detailPanel)==null?void 0:n.type)==="journalist"?e.closeDetail():e.openDetail({type:"journalist"})}}];function s7e(){const e=R(M=>M.commandPaletteOpen),n=R(M=>M.toggleCommandPalette),o=R(M=>M.agents),c=R(M=>M.savedTunnels),i=R,[d,u]=O.useState(""),[p,f]=O.useState(0),x=O.useRef(null),v=O.useMemo(()=>{var j;const M=o.flatMap(C=>[{id:`chat:${C.id}`,label:`Chat with ${C.name}`,icon:gn,category:"Agents",action:_=>{_.selectAgent(C.id)}},...C.status==="running"?[{id:`rotate:${C.id}`,label:`Rotate ${C.name}`,icon:Is,category:"Agents",action:_=>{_.rotateAgent(C.id)}},{id:`kill:${C.id}`,label:`Kill ${C.name}`,icon:O1,category:"Agents",action:_=>{_.killAgent(C.id)}}]:[]]),w=[{id:"action:quickconnect",label:"Quick Connect",icon:Fa,category:"Remote",action:C=>{C.toggleQuickConnect()}},...c.map(C=>C.active?{id:`tunnel:open:${C.id}`,label:`Open ${C.name}`,icon:Qt,category:"Remote",action:()=>{window.open(`http://localhost:${C.localPort}?instance=${encodeURIComponent(C.name)}`,"_blank")}}:{id:`tunnel:connect:${C.id}`,label:`Connect to ${C.name}`,icon:Fa,category:"Remote",action:_=>{_.connectTunnel(C.id)}})],N=(j=window.groove)!=null&&j.openFolder?[{id:"action:openfolder",label:"Open Folder",icon:Ft,category:"Window",shortcut:"Cmd+O",action:()=>window.groove.openFolder()}]:[];return[...n7e,...N,...M,...w]},[o,c]),g=O.useMemo(()=>{if(!d.trim())return v.slice(0,12);const M=d.toLowerCase();return v.filter(w=>w.label.toLowerCase().includes(M)||w.category.toLowerCase().includes(M)).slice(0,12)},[v,d]);O.useEffect(()=>{e&&(u(""),f(0),setTimeout(()=>{var M;return(M=x.current)==null?void 0:M.focus()},50))},[e]),O.useEffect(()=>{p>=g.length&&f(Math.max(0,g.length-1))},[g.length,p]);function k(M){M.action(i.getState()),n()}function b(M){M.key==="ArrowDown"?(M.preventDefault(),f(w=>Math.min(w+1,g.length-1))):M.key==="ArrowUp"?(M.preventDefault(),f(w=>Math.max(w-1,0))):M.key==="Enter"&&g[p]?(M.preventDefault(),k(g[p])):M.key==="Escape"&&n()}return e?t.jsxs(t.Fragment,{children:[t.jsx("div",{className:"fixed inset-0 z-50 bg-black/40 backdrop-blur-sm",onClick:n}),t.jsx(Wd,{children:t.jsxs(tn.div,{initial:{opacity:0,y:-20,scale:.96},animate:{opacity:1,y:0,scale:1},exit:{opacity:0,y:-10,scale:.98},transition:{duration:.15},className:"fixed top-[15%] left-1/2 -translate-x-1/2 z-50 w-[480px] max-h-[400px] bg-surface-1 border border-border rounded-lg shadow-2xl overflow-hidden",onKeyDown:b,children:[t.jsxs("div",{className:"flex items-center gap-2 px-4 py-3 border-b border-border-subtle",children:[t.jsx(It,{size:16,className:"text-text-3 flex-shrink-0"}),t.jsx("input",{ref:x,value:d,onChange:M=>{u(M.target.value),f(0)},placeholder:"Type a command...",className:"flex-1 bg-transparent text-xs text-text-0 font-sans placeholder:text-text-4 focus:outline-none"})]}),t.jsxs("div",{className:"overflow-y-auto max-h-[320px] py-1",children:[g.length===0&&t.jsx("div",{className:"px-4 py-6 text-sm text-text-3 text-center font-sans",children:"No results"}),g.map((M,w)=>t.jsxs("button",{onClick:()=>k(M),onMouseEnter:()=>f(w),className:te("w-full flex items-center gap-3 px-4 py-2 text-sm font-sans cursor-pointer",w===p?"bg-surface-5 text-text-0":"text-text-1 hover:bg-surface-4"),children:[t.jsx(M.icon,{size:16,className:"text-text-3 flex-shrink-0"}),t.jsx("span",{className:"flex-1 text-left",children:M.label}),t.jsx("span",{className:"text-2xs text-text-4",children:M.category}),M.shortcut&&t.jsx("kbd",{className:"text-2xs font-mono bg-surface-4 px-1 py-0.5 rounded text-text-3 ml-1",children:M.shortcut})]},M.id))]})]})})]}):null}const o7e={primary:"bg-accent/20 text-accent border border-accent/25 hover:bg-accent/30 font-medium",secondary:"bg-surface-5/40 text-text-1 border border-border-subtle hover:bg-surface-5/70 hover:text-text-0",ghost:"bg-transparent text-text-2 border border-transparent hover:bg-surface-5/50 hover:text-text-0",danger:"bg-danger/12 text-danger border border-danger/15 hover:bg-danger/20",info:"bg-info/12 text-info border border-info/15 hover:bg-info/20",outline:"bg-transparent text-accent border border-accent/30 hover:bg-accent/10"},c7e={sm:"h-7 px-2.5 text-xs gap-1.5 rounded",md:"h-8 px-3 text-sm gap-2 rounded",lg:"h-9 px-4 text-sm gap-2 rounded",icon:"h-8 w-8 rounded"},ue=O.forwardRef(({className:e,variant:n="secondary",size:o="md",children:c,...i},d)=>t.jsx("button",{ref:d,className:te("inline-flex items-center justify-center font-sans transition-colors duration-100","focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-accent","disabled:opacity-40 disabled:pointer-events-none","cursor-pointer select-none",o7e[n],c7e[o],e),...i,children:c}));ue.displayName="Button";function i7e(){const e=R(c=>c.pendingApprovals),n=R(c=>c.approveRequest),o=R(c=>c.rejectRequest);return e!=null&&e.length?t.jsx("div",{className:"fixed bottom-10 left-1/2 -translate-x-1/2 z-50 w-full max-w-md flex flex-col gap-2 px-4",children:t.jsx(Wd,{children:e.map(c=>{var i;return t.jsxs(tn.div,{initial:{y:20,opacity:0},animate:{y:0,opacity:1},exit:{y:20,opacity:0},transition:{duration:.2},className:"rounded-lg border border-accent/30 bg-surface-2/95 backdrop-blur-md shadow-xl shadow-accent/5 overflow-hidden",children:[t.jsxs("div",{className:"px-4 py-3 flex items-start gap-3",children:[t.jsx(Pt,{size:16,className:"text-warning shrink-0 mt-0.5"}),t.jsxs("div",{className:"flex-1 min-w-0",children:[t.jsxs("p",{className:"text-sm font-semibold text-text-0 font-sans truncate",children:[c.agentName||"Agent"," needs approval"]}),((i=c.action)==null?void 0:i.description)&&t.jsx("p",{className:"text-2xs text-text-3 font-sans mt-0.5 line-clamp-2",children:c.action.description})]})]}),t.jsxs("div",{className:"px-4 py-2.5 border-t border-border-subtle flex items-center justify-end gap-2",children:[t.jsxs(ue,{size:"sm",variant:"ghost",className:"text-danger hover:bg-danger/10",onClick:()=>o(c.id),children:[t.jsx(zs,{size:14,className:"mr-1"}),"Reject"]}),t.jsxs(ue,{size:"sm",variant:"accent",onClick:()=>n(c.id),children:[t.jsx(x1,{size:14,className:"mr-1"}),"Approve"]})]})]},c.id)})})}):null}var yT="focusScope.autoFocusOnMount",OT="focusScope.autoFocusOnUnmount",DV={bubbles:!1,cancelable:!0},r7e="FocusScope",IP=O.forwardRef((e,n)=>{const{loop:o=!1,trapped:c=!1,onMountAutoFocus:i,onUnmountAutoFocus:d,...u}=e,[p,f]=O.useState(null),x=Dt(i),v=Dt(d),g=O.useRef(null),k=ht(n,w=>f(w)),b=O.useRef({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}}).current;O.useEffect(()=>{if(c){let w=function(_){if(b.paused||!p)return;const Q=_.target;p.contains(Q)?g.current=Q:jo(g.current,{select:!0})},N=function(_){if(b.paused||!p)return;const Q=_.relatedTarget;Q!==null&&(p.contains(Q)||jo(g.current,{select:!0}))},j=function(_){if(document.activeElement===document.body)for(const V of _)V.removedNodes.length>0&&jo(p)};document.addEventListener("focusin",w),document.addEventListener("focusout",N);const C=new MutationObserver(j);return p&&C.observe(p,{childList:!0,subtree:!0}),()=>{document.removeEventListener("focusin",w),document.removeEventListener("focusout",N),C.disconnect()}}},[c,p,b.paused]),O.useEffect(()=>{if(p){UV.add(b);const w=document.activeElement;if(!p.contains(w)){const j=new CustomEvent(yT,DV);p.addEventListener(yT,x),p.dispatchEvent(j),j.defaultPrevented||(l7e(f7e(LZ(p)),{select:!0}),document.activeElement===w&&jo(p))}return()=>{p.removeEventListener(yT,x),setTimeout(()=>{const j=new CustomEvent(OT,DV);p.addEventListener(OT,v),p.dispatchEvent(j),j.defaultPrevented||jo(w??document.body,{select:!0}),p.removeEventListener(OT,v),UV.remove(b)},0)}}},[p,x,v,b]);const M=O.useCallback(w=>{if(!o&&!c||b.paused)return;const N=w.key==="Tab"&&!w.altKey&&!w.ctrlKey&&!w.metaKey,j=document.activeElement;if(N&&j){const C=w.currentTarget,[_,Q]=d7e(C);_&&Q?!w.shiftKey&&j===Q?(w.preventDefault(),o&&jo(_,{select:!0})):w.shiftKey&&j===_&&(w.preventDefault(),o&&jo(Q,{select:!0})):j===C&&w.preventDefault()}},[o,c,b.paused]);return t.jsx(Ye.div,{tabIndex:-1,...u,ref:k,onKeyDown:M})});IP.displayName=r7e;function l7e(e,{select:n=!1}={}){const o=document.activeElement;for(const c of e)if(jo(c,{select:n}),document.activeElement!==o)return}function d7e(e){const n=LZ(e),o=HV(n,e),c=HV(n.reverse(),e);return[o,c]}function LZ(e){const n=[],o=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:c=>{const i=c.tagName==="INPUT"&&c.type==="hidden";return c.disabled||c.hidden||i?NodeFilter.FILTER_SKIP:c.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;o.nextNode();)n.push(o.currentNode);return n}function HV(e,n){for(const o of e)if(!h7e(o,{upTo:n}))return o}function h7e(e,{upTo:n}){if(getComputedStyle(e).visibility==="hidden")return!0;for(;e;){if(n!==void 0&&e===n)return!1;if(getComputedStyle(e).display==="none")return!0;e=e.parentElement}return!1}function u7e(e){return e instanceof HTMLInputElement&&"select"in e}function jo(e,{select:n=!1}={}){if(e&&e.focus){const o=document.activeElement;e.focus({preventScroll:!0}),e!==o&&u7e(e)&&n&&e.select()}}var UV=p7e();function p7e(){let e=[];return{add(n){const o=e[0];n!==o&&(o==null||o.pause()),e=GV(e,n),e.unshift(n)},remove(n){var o;e=GV(e,n),(o=e[0])==null||o.resume()}}}function GV(e,n){const o=[...e],c=o.indexOf(n);return c!==-1&&o.splice(c,1),o}function f7e(e){return e.filter(n=>n.tagName!=="A")}var gT=0;function zZ(){O.useEffect(()=>{const e=document.querySelectorAll("[data-radix-focus-guard]");return document.body.insertAdjacentElement("afterbegin",e[0]??BV()),document.body.insertAdjacentElement("beforeend",e[1]??BV()),gT++,()=>{gT===1&&document.querySelectorAll("[data-radix-focus-guard]").forEach(n=>n.remove()),gT--}},[])}function BV(){const e=document.createElement("span");return e.setAttribute("data-radix-focus-guard",""),e.tabIndex=0,e.style.outline="none",e.style.opacity="0",e.style.position="fixed",e.style.pointerEvents="none",e}var Xn=function(){return Xn=Object.assign||function(n){for(var o,c=1,i=arguments.length;c<i;c++){o=arguments[c];for(var d in o)Object.prototype.hasOwnProperty.call(o,d)&&(n[d]=o[d])}return n},Xn.apply(this,arguments)};function TZ(e,n){var o={};for(var c in e)Object.prototype.hasOwnProperty.call(e,c)&&n.indexOf(c)<0&&(o[c]=e[c]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var i=0,c=Object.getOwnPropertySymbols(e);i<c.length;i++)n.indexOf(c[i])<0&&Object.prototype.propertyIsEnumerable.call(e,c[i])&&(o[c[i]]=e[c[i]]);return o}function m7e(e,n,o){if(o||arguments.length===2)for(var c=0,i=n.length,d;c<i;c++)(d||!(c in n))&&(d||(d=Array.prototype.slice.call(n,0,c)),d[c]=n[c]);return e.concat(d||Array.prototype.slice.call(n))}var BC="right-scroll-bar-position",WC="width-before-scroll-bar",x7e="with-scroll-bars-hidden",y7e="--removed-body-scroll-bar-size";function kT(e,n){return typeof e=="function"?e(n):e&&(e.current=n),e}function O7e(e,n){var o=O.useState(function(){return{value:e,callback:n,facade:{get current(){return o.value},set current(c){var i=o.value;i!==c&&(o.value=c,o.callback(c,i))}}}})[0];return o.callback=n,o.facade}var g7e=typeof window<"u"?O.useLayoutEffect:O.useEffect,WV=new WeakMap;function k7e(e,n){var o=O7e(null,function(c){return e.forEach(function(i){return kT(i,c)})});return g7e(function(){var c=WV.get(o);if(c){var i=new Set(c),d=new Set(e),u=o.current;i.forEach(function(p){d.has(p)||kT(p,null)}),d.forEach(function(p){i.has(p)||kT(p,u)})}WV.set(o,e)},[e]),o}function v7e(e){return e}function b7e(e,n){n===void 0&&(n=v7e);var o=[],c=!1,i={read:function(){if(c)throw new Error("Sidecar: could not `read` from an `assigned` medium. `read` could be used only with `useMedium`.");return o.length?o[o.length-1]:e},useMedium:function(d){var u=n(d,c);return o.push(u),function(){o=o.filter(function(p){return p!==u})}},assignSyncMedium:function(d){for(c=!0;o.length;){var u=o;o=[],u.forEach(d)}o={push:function(p){return d(p)},filter:function(){return o}}},assignMedium:function(d){c=!0;var u=[];if(o.length){var p=o;o=[],p.forEach(d),u=o}var f=function(){var v=u;u=[],v.forEach(d)},x=function(){return Promise.resolve().then(f)};x(),o={push:function(v){u.push(v),x()},filter:function(v){return u=u.filter(v),o}}}};return i}function M7e(e){e===void 0&&(e={});var n=b7e(null);return n.options=Xn({async:!0,ssr:!1},e),n}var PZ=function(e){var n=e.sideCar,o=TZ(e,["sideCar"]);if(!n)throw new Error("Sidecar: please provide `sideCar` property to import the right car");var c=n.read();if(!c)throw new Error("Sidecar medium not found");return O.createElement(c,Xn({},o))};PZ.isSideCarExport=!0;function w7e(e,n){return e.useMedium(n),PZ}var AZ=M7e(),vT=function(){},qQ=O.forwardRef(function(e,n){var o=O.useRef(null),c=O.useState({onScrollCapture:vT,onWheelCapture:vT,onTouchMoveCapture:vT}),i=c[0],d=c[1],u=e.forwardProps,p=e.children,f=e.className,x=e.removeScrollBar,v=e.enabled,g=e.shards,k=e.sideCar,b=e.noRelative,M=e.noIsolation,w=e.inert,N=e.allowPinchZoom,j=e.as,C=j===void 0?"div":j,_=e.gapMode,Q=TZ(e,["forwardProps","children","className","removeScrollBar","enabled","shards","sideCar","noRelative","noIsolation","inert","allowPinchZoom","as","gapMode"]),V=k,A=k7e([o,n]),P=Xn(Xn({},Q),i);return O.createElement(O.Fragment,null,v&&O.createElement(V,{sideCar:AZ,removeScrollBar:x,shards:g,noRelative:b,noIsolation:M,inert:w,setCallbacks:d,allowPinchZoom:!!N,lockRef:o,gapMode:_}),u?O.cloneElement(O.Children.only(p),Xn(Xn({},P),{ref:A})):O.createElement(C,Xn({},P,{className:f,ref:A}),p))});qQ.defaultProps={enabled:!0,removeScrollBar:!0,inert:!1};qQ.classNames={fullWidth:WC,zeroRight:BC};var j7e=function(){if(typeof __webpack_nonce__<"u")return __webpack_nonce__};function S7e(){if(!document)return null;var e=document.createElement("style");e.type="text/css";var n=j7e();return n&&e.setAttribute("nonce",n),e}function N7e(e,n){e.styleSheet?e.styleSheet.cssText=n:e.appendChild(document.createTextNode(n))}function _7e(e){var n=document.head||document.getElementsByTagName("head")[0];n.appendChild(e)}var $7e=function(){var e=0,n=null;return{add:function(o){e==0&&(n=S7e())&&(N7e(n,o),_7e(n)),e++},remove:function(){e--,!e&&n&&(n.parentNode&&n.parentNode.removeChild(n),n=null)}}},C7e=function(){var e=$7e();return function(n,o){O.useEffect(function(){return e.add(n),function(){e.remove()}},[n&&o])}},qZ=function(){var e=C7e(),n=function(o){var c=o.styles,i=o.dynamic;return e(c,i),null};return n},Q7e={left:0,top:0,right:0,gap:0},bT=function(e){return parseInt(e||"",10)||0},L7e=function(e){var n=window.getComputedStyle(document.body),o=n[e==="padding"?"paddingLeft":"marginLeft"],c=n[e==="padding"?"paddingTop":"marginTop"],i=n[e==="padding"?"paddingRight":"marginRight"];return[bT(o),bT(c),bT(i)]},z7e=function(e){if(e===void 0&&(e="margin"),typeof window>"u")return Q7e;var n=L7e(e),o=document.documentElement.clientWidth,c=window.innerWidth;return{left:n[0],top:n[1],right:n[2],gap:Math.max(0,c-o+n[2]-n[0])}},T7e=qZ(),Vd="data-scroll-locked",P7e=function(e,n,o,c){var i=e.left,d=e.top,u=e.right,p=e.gap;return o===void 0&&(o="margin"),`
|
|
8540
8540
|
.`.concat(x7e,` {
|
|
8541
8541
|
overflow: hidden `).concat(c,`;
|
|
8542
8542
|
padding-right: `).concat(p,"px ").concat(c,`;
|
|
@@ -8580,7 +8580,7 @@ Error generating stack: `+h.message+`
|
|
|
8580
8580
|
|
|
8581
8581
|
If you want to hide the \`${n.titleName}\`, you can wrap it with our VisuallyHidden component.
|
|
8582
8582
|
|
|
8583
|
-
For more information, see https://radix-ui.com/primitives/docs/components/${n.docsSlug}`;return O.useEffect(()=>{e&&(document.getElementById(e)||console.error(o))},[o,e]),null},r9e="DialogDescriptionWarning",l9e=({contentRef:e,descriptionId:n})=>{const c=`Warning: Missing \`Description\` or \`aria-describedby={undefined}\` for {${nD(r9e).contentName}}.`;return O.useEffect(()=>{var d;const i=(d=e.current)==null?void 0:d.getAttribute("aria-describedby");n&&i&&(document.getElementById(n)||console.warn(c))},[c,e,n]),null},sD=DZ,oD=GZ,cD=BZ,iD=WZ,rD=FZ,lD=JZ,dD=tD;function Dn({children:e,...n}){return t.jsx(sD,{...n,children:e})}function Hn({children:e,className:n,title:o,description:c,...i}){return t.jsxs(oD,{children:[t.jsx(cD,{className:"fixed inset-0 z-50 bg-black/50 backdrop-blur-sm data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0"}),t.jsxs(iD,{className:te("fixed left-1/2 top-1/2 z-50 -translate-x-1/2 -translate-y-1/2","w-full max-w-lg max-h-[85vh] overflow-y-auto","bg-surface-1 border border-border rounded-lg shadow-2xl","data-[state=open]:animate-in data-[state=closed]:animate-out","data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0","data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95",n),...i,children:[o&&t.jsxs("div",{className:"flex items-center justify-between px-5 py-4 border-b border-border-subtle",children:[t.jsx(rD,{className:"text-base font-semibold text-text-0 font-sans",children:o}),t.jsx(dD,{className:"p-1 rounded-md text-text-3 hover:text-text-0 hover:bg-surface-5 transition-colors",children:t.jsx(nt,{size:16})})]}),c&&t.jsx(lD,{className:"sr-only",children:c}),e]})]})}var eE={};function d9e({path:e,onNavigate:n}){const o=e.split("/").filter(Boolean);return t.jsxs("div",{className:"flex items-center gap-0.5 min-w-0 overflow-x-auto py-1.5 scrollbar-none",children:[t.jsx("button",{onClick:()=>n("/"),className:"flex-shrink-0 p-1 rounded hover:bg-surface-5 cursor-pointer text-text-3 hover:text-text-0 transition-colors",children:t.jsx(Io,{size:13})}),o.map((c,i)=>{const d="/"+o.slice(0,i+1).join("/"),u=i===o.length-1;return t.jsxs("div",{className:"flex items-center gap-0.5 flex-shrink-0",children:[t.jsx(qt,{size:11,className:"text-text-4"}),t.jsx("button",{onClick:()=>n(d),className:te("px-1.5 py-0.5 rounded text-xs font-mono cursor-pointer transition-colors",u?"text-text-0 bg-surface-4 font-medium":"text-text-3 hover:text-text-0 hover:bg-surface-5"),children:c})]},i)})]})}function F2({open:e,onOpenChange:n,currentPath:o,onSelect:c}){const[i,d]=O.useState(o||eE.HOME||"/"),[u,p]=O.useState([]),[f,x]=O.useState(!1),[v,g]=O.useState(null);O.useEffect(()=>{e&&k(o||"/")},[e]);async function k(N){x(!0),g(null);try{const j=await H.get(`/browse-system?path=${encodeURIComponent(N)}`);d(j.current||N),p(j.dirs||[])}catch(j){g(j.message),p([])}x(!1)}function b(){const N=i==="/"?"/":i.split("/").slice(0,-1).join("/")||"/";k(N)}function M(){k(eE.HOME||"/Users")}function w(){c(i),n(!1)}return t.jsx(Dn,{open:e,onOpenChange:n,children:t.jsx(Hn,{title:"Select Working Directory",description:"Choose a directory for this agent to work in",className:"max-w-[520px]",children:t.jsxs("div",{className:"px-5 py-4 space-y-3",children:[t.jsxs("div",{className:"flex items-center gap-2",children:[t.jsx("button",{onClick:b,disabled:i==="/",className:"p-1.5 rounded-md bg-surface-4 border border-border text-text-2 hover:text-text-0 hover:bg-surface-5 transition-colors cursor-pointer disabled:opacity-30 disabled:cursor-not-allowed",children:t.jsx(t2,{size:14})}),t.jsx("button",{onClick:M,className:"p-1.5 rounded-md bg-surface-4 border border-border text-text-2 hover:text-text-0 hover:bg-surface-5 transition-colors cursor-pointer",children:t.jsx(No,{size:14})}),t.jsx("div",{className:"flex-1 min-w-0 bg-surface-0 rounded-md border border-border-subtle px-2",children:t.jsx(d9e,{path:i,onNavigate:k})})]}),t.jsx("div",{className:"bg-surface-0 rounded-lg border border-border-subtle overflow-hidden",children:t.jsxs("div",{className:"max-h-[340px] overflow-y-auto",children:[f&&t.jsx("div",{className:"flex items-center justify-center py-8",children:t.jsx(Ae,{size:18,className:"text-text-3 animate-spin"})}),v&&t.jsx("div",{className:"px-4 py-6 text-center",children:t.jsx("p",{className:"text-xs text-danger font-sans",children:v})}),!f&&!v&&u.length===0&&t.jsx("div",{className:"px-4 py-6 text-center",children:t.jsx("p",{className:"text-xs text-text-3 font-sans",children:"No subdirectories"})}),!f&&!v&&u.map(N=>t.jsxs("button",{onClick:()=>k(N.path),className:te("w-full flex items-center gap-2.5 px-3.5 py-2 text-left cursor-pointer","hover:bg-surface-4 transition-colors border-b border-border-subtle last:border-0"),children:[N.hasChildren?t.jsx(Qd,{size:15,className:"text-warning flex-shrink-0"}):t.jsx(Ft,{size:15,className:"text-text-3 flex-shrink-0"}),t.jsx("span",{className:"text-sm text-text-0 font-sans truncate flex-1",children:N.name}),N.hasChildren&&t.jsx(qt,{size:12,className:"text-text-4 flex-shrink-0"})]},N.path))]})}),t.jsxs("div",{className:"flex items-center gap-3 bg-surface-4/50 rounded-lg px-3.5 py-2.5 border border-border-subtle",children:[t.jsx(Ft,{size:16,className:"text-accent flex-shrink-0"}),t.jsx("span",{className:"text-xs font-mono text-text-1 truncate flex-1",children:i})]}),t.jsxs("div",{className:"flex justify-end gap-2",children:[t.jsx(ue,{variant:"ghost",size:"md",onClick:()=>n(!1),children:"Cancel"}),t.jsxs(ue,{variant:"primary",size:"md",onClick:w,className:"gap-1.5",children:[t.jsx(He,{size:14})," Select Folder"]})]})]})})})}const tE=[{id:"details",label:"Server Details",icon:Ct},{id:"auth",label:"Authentication",icon:Pd},{id:"setup",label:"Setup",icon:Rs},{id:"connected",label:"Connected",icon:$t}];function h9e({steps:e,currentStep:n,completedSteps:o,onStepClick:c}){return t.jsx("div",{className:"flex items-center gap-1 mb-4",children:e.map((i,d)=>{const u=n===d,p=o.includes(d),f=p||d<n;return i.icon,t.jsxs("div",{className:"flex items-center gap-1 flex-1",children:[t.jsxs("button",{onClick:()=>f&&c(d),disabled:!f,className:te("flex items-center gap-1.5 px-2 py-1 rounded-md transition-colors text-2xs font-sans font-medium",u?"bg-accent/12 text-accent":p?"text-success cursor-pointer hover:bg-surface-3":"text-text-4",f&&!u&&"cursor-pointer"),children:[t.jsx("div",{className:te("w-5 h-5 rounded-full flex items-center justify-center text-2xs font-semibold border transition-colors",u?"border-accent bg-accent/15 text-accent":p?"border-success/40 bg-success/10 text-success":"border-border-subtle bg-surface-3 text-text-4"),children:p?t.jsx(He,{size:10}):d+1}),t.jsx("span",{className:"hidden sm:inline",children:i.label})]}),d<e.length-1&&t.jsx("div",{className:te("flex-1 h-px mx-1",p?"bg-success/30":"bg-border-subtle")})]},i.id)})})}function aE({value:e,onChange:n}){return t.jsx("button",{onClick:()=>n(!e),className:te("w-9 h-5 rounded-full p-0.5 transition-colors cursor-pointer",e?"bg-accent":"bg-surface-5"),children:t.jsx("div",{className:te("w-4 h-4 rounded-full bg-white shadow-sm transition-transform",e?"translate-x-4":"translate-x-0")})})}function bu({icon:e,title:n,children:o}){return t.jsxs("div",{className:"rounded-lg border border-border-subtle bg-surface-1 px-4 py-3.5 flex flex-col gap-2",children:[t.jsxs("div",{className:"flex items-center gap-2",children:[t.jsx("div",{className:"w-6 h-6 rounded bg-accent/8 flex items-center justify-center flex-shrink-0",children:t.jsx(e,{size:12,className:"text-accent"})}),t.jsx("span",{className:"text-[13px] font-medium text-text-0 font-sans leading-tight",children:n})]}),t.jsx("div",{className:"mt-1",children:o})]})}function u9e({server:e,onSave:n,onTest:o,onConnect:c,onCancel:i}){const[d,u]=O.useState(0),[p,f]=O.useState([]),[x,v]=O.useState(""),[g,k]=O.useState(""),[b,M]=O.useState(""),[w,N]=O.useState(22),[j,C]=O.useState(""),[_,Q]=O.useState(!1),[V,A]=O.useState(!1),[P,z]=O.useState(!1),[F,q]=O.useState(!1),[ce,ne]=O.useState(null),[oe,E]=O.useState(!1),[T,L]=O.useState(!1);O.useEffect(()=>{e?(v(e.name||""),k(e.host||""),M(e.user||""),N(e.port||22),C(e.sshKeyPath||""),Q(e.autoStart||!1),A(e.autoConnect||!1),f([0,1]),u(2)):(v(""),k(""),M(""),N(22),C(""),Q(!1),A(!1),f([]),u(0))},[e]);function X(){const de={name:x.trim(),host:g.trim(),user:b.trim(),port:w,sshKeyPath:j.trim(),autoStart:_,autoConnect:V};return e!=null&&e.id&&(de.id=e.id),de}function K(){return x.trim()&&g.trim()&&b.trim()}function Y(){d===0&&!K()||(f(de=>de.includes(d)?de:[...de,d]),u(de=>Math.min(de+1,tE.length-1)))}function U(){u(de=>Math.max(de-1,0))}async function fe(){q(!0),ne(null);try{const de=X();E(!0),await n(de),E(!1);const ke=await o();ne(ke)}catch(de){ne({error:de.message||"Test failed"}),E(!1)}q(!1)}async function he(){E(!0);try{const de=X();await n(de),f(ke=>ke.includes(d)?ke:[...ke,d]),u(2)}catch(de){ne({error:de.message||"Save failed"})}E(!1)}async function pe(){var de;L(!0);try{const ke=X();await n(ke),await c(),f(ct=>[...new Set([...ct,2])]),u(3)}catch(ke){ne({error:((de=ke==null?void 0:ke.body)==null?void 0:de.error)||(ke==null?void 0:ke.message)||"Connection failed"})}L(!1)}const Oe="h-8 px-2.5 text-xs bg-surface-0 border border-border-subtle rounded-md text-text-0 font-sans placeholder:text-text-4 focus:outline-none focus:ring-1 focus:ring-accent",Se="h-8 px-2.5 text-xs bg-surface-0 border border-border-subtle rounded-md text-text-0 font-mono placeholder:text-text-4 focus:outline-none focus:ring-1 focus:ring-accent";return t.jsxs("div",{className:"p-4",children:[t.jsx(h9e,{steps:tE,currentStep:d,completedSteps:p,onStepClick:u}),d===0&&t.jsxs("div",{className:"grid grid-cols-2 gap-3",children:[t.jsx(bu,{icon:Ct,title:"Server Info",children:t.jsxs("div",{className:"space-y-2.5",children:[t.jsxs("div",{children:[t.jsx("label",{className:"text-2xs font-semibold text-text-2 font-sans mb-1 block",children:"Name"}),t.jsx("input",{value:x,onChange:de=>v(de.target.value),placeholder:"api-vps",className:te(Oe,"w-full"),autoFocus:!0})]}),t.jsxs("div",{children:[t.jsx("label",{className:"text-2xs font-semibold text-text-2 font-sans mb-1 block",children:"Host"}),t.jsx("input",{value:g,onChange:de=>k(de.target.value),placeholder:"165.22.180.45",className:te(Se,"w-full")})]})]})}),t.jsx(bu,{icon:Rs,title:"Connection",children:t.jsxs("div",{className:"space-y-2.5",children:[t.jsxs("div",{children:[t.jsx("label",{className:"text-2xs font-semibold text-text-2 font-sans mb-1 block",children:"User"}),t.jsx("input",{value:b,onChange:de=>M(de.target.value),placeholder:"root",className:te(Se,"w-full")})]}),t.jsxs("div",{children:[t.jsx("label",{className:"text-2xs font-semibold text-text-2 font-sans mb-1 block",children:"SSH Port"}),t.jsx("input",{value:w,onChange:de=>N(Number(de.target.value)||22),type:"number",className:te(Se,"w-24")})]})]})})]}),d===1&&t.jsxs("div",{className:"grid grid-cols-2 gap-3",children:[t.jsx(bu,{icon:Pd,title:"SSH Key",children:t.jsxs("div",{className:"space-y-2.5",children:[t.jsxs("div",{children:[t.jsx("label",{className:"text-2xs font-semibold text-text-2 font-sans mb-1 block",children:"Key Path"}),t.jsxs("div",{className:"flex items-center gap-1.5",children:[t.jsx("input",{value:j,onChange:de=>C(de.target.value),placeholder:"~/.ssh/id_ed25519",className:te(Se,"flex-1 min-w-0"),autoFocus:!0}),t.jsx(ue,{variant:"secondary",size:"sm",onClick:()=>z(!0),className:"h-8 px-2 flex-shrink-0",children:t.jsx(p1,{size:12})})]}),t.jsx("p",{className:"text-2xs text-text-4 font-sans mt-1",children:"Leave blank to use default SSH agent."})]}),t.jsxs(ue,{variant:"secondary",size:"sm",onClick:fe,disabled:F,className:"h-7 text-2xs gap-1.5",children:[F?t.jsx(Ae,{size:11,className:"animate-spin"}):t.jsx($t,{size:11}),"Test Connection"]})]})}),t.jsxs("div",{className:"space-y-3",children:[t.jsxs("div",{className:"rounded-lg border border-border-subtle bg-surface-1 px-4 py-3.5",children:[t.jsxs("div",{className:"flex items-center gap-2 mb-2",children:[t.jsx("div",{className:"w-6 h-6 rounded bg-accent/8 flex items-center justify-center flex-shrink-0",children:t.jsx(Ct,{size:12,className:"text-accent"})}),t.jsx("span",{className:"text-[13px] font-medium text-text-0 font-sans",children:"Target"})]}),t.jsxs("div",{className:"space-y-1.5 text-2xs font-sans",children:[t.jsxs("div",{className:"flex items-center justify-between",children:[t.jsx("span",{className:"text-text-3",children:"Host"}),t.jsx("span",{className:"text-text-1 font-mono",children:g||"—"})]}),t.jsxs("div",{className:"flex items-center justify-between",children:[t.jsx("span",{className:"text-text-3",children:"User"}),t.jsx("span",{className:"text-text-1 font-mono",children:b||"—"})]}),t.jsxs("div",{className:"flex items-center justify-between",children:[t.jsx("span",{className:"text-text-3",children:"Port"}),t.jsx("span",{className:"text-text-1 font-mono",children:w})]})]})]}),ce&&t.jsx("div",{className:te("px-3 py-2.5 rounded-lg text-2xs font-sans flex items-start gap-2",ce.error?"bg-danger/8 border border-danger/20 text-danger":ce.reachable?"bg-success/8 border border-success/20 text-success":"bg-warning/8 border border-warning/20 text-warning"),children:ce.error?t.jsxs(t.Fragment,{children:[t.jsx(nt,{size:11,className:"mt-0.5 flex-shrink-0"})," ",ce.error]}):ce.reachable?t.jsxs(t.Fragment,{children:[t.jsx(He,{size:11,className:"mt-0.5 flex-shrink-0"})," Server reachable"]}):t.jsxs(t.Fragment,{children:[t.jsx(Pt,{size:11,className:"mt-0.5 flex-shrink-0"})," Host unreachable"]})})]}),t.jsx(F2,{open:P,onOpenChange:z,currentPath:j||"~/.ssh",onSelect:de=>C(de)})]}),d===2&&t.jsxs("div",{className:"grid grid-cols-2 gap-3",children:[t.jsx(bu,{icon:Rs,title:"Behavior",children:t.jsxs("div",{className:"space-y-3",children:[t.jsxs("label",{className:"flex items-center justify-between cursor-pointer",children:[t.jsxs("div",{children:[t.jsx("span",{className:"text-xs text-text-1 font-sans block",children:"Auto-start daemon"}),t.jsx("span",{className:"text-2xs text-text-4 font-sans",children:"Start Groove on the remote when connecting"})]}),t.jsx(aE,{value:_,onChange:Q})]}),t.jsxs("label",{className:"flex items-center justify-between cursor-pointer",children:[t.jsxs("div",{children:[t.jsx("span",{className:"text-xs text-text-1 font-sans block",children:"Auto-connect on launch"}),t.jsx("span",{className:"text-2xs text-text-4 font-sans",children:"Connect when Groove starts"})]}),t.jsx(aE,{value:V,onChange:A})]})]})}),ce&&!ce.error&&t.jsxs("div",{className:"rounded-lg border border-border-subtle bg-surface-1 px-4 py-3.5",children:[t.jsxs("div",{className:"flex items-center gap-2 mb-3",children:[t.jsx("div",{className:"w-6 h-6 rounded bg-success/10 flex items-center justify-center flex-shrink-0",children:t.jsx(He,{size:12,className:"text-success"})}),t.jsx("span",{className:"text-[13px] font-medium text-text-0 font-sans",children:"Test Results"})]}),t.jsxs("div",{className:"space-y-2",children:[t.jsxs("div",{className:"flex items-center gap-2 text-2xs font-sans",children:[t.jsx(sa,{status:ce.reachable?"running":"crashed",size:"sm"}),t.jsx("span",{className:"text-text-1",children:"Reachable"})]}),t.jsxs("div",{className:"flex items-center gap-2 text-2xs font-sans",children:[t.jsx(sa,{status:ce.grooveInstalled?"running":"stopped",size:"sm"}),t.jsx("span",{className:"text-text-1",children:"Groove Installed"})]}),t.jsxs("div",{className:"flex items-center gap-2 text-2xs font-sans",children:[t.jsx(sa,{status:ce.daemonRunning?"running":"stopped",size:"sm"}),t.jsx("span",{className:"text-text-1",children:"Daemon Running"})]})]})]}),(!ce||ce.error)&&t.jsxs("div",{className:"rounded-lg border border-border-subtle bg-surface-1 px-4 py-3.5",children:[t.jsxs("div",{className:"flex items-center gap-2 mb-2",children:[t.jsx("div",{className:"w-6 h-6 rounded bg-accent/8 flex items-center justify-center flex-shrink-0",children:t.jsx(Ct,{size:12,className:"text-accent"})}),t.jsx("span",{className:"text-[13px] font-medium text-text-0 font-sans",children:x||"Server"})]}),t.jsxs("div",{className:"space-y-1.5 text-2xs font-sans",children:[t.jsxs("div",{className:"flex items-center justify-between",children:[t.jsx("span",{className:"text-text-3",children:"Connection"}),t.jsxs("span",{className:"text-text-1 font-mono",children:[b,"@",g,":",w]})]}),j&&t.jsxs("div",{className:"flex items-center justify-between",children:[t.jsx("span",{className:"text-text-3",children:"SSH Key"}),t.jsx("span",{className:"text-text-1 font-mono truncate max-w-40",children:j})]})]})]})]}),d===3&&t.jsxs("div",{className:"grid grid-cols-2 gap-3",children:[t.jsxs("div",{className:"rounded-lg border border-success/30 bg-success/5 px-4 py-5 text-center",children:[t.jsx("div",{className:"w-10 h-10 rounded-full bg-success/15 flex items-center justify-center mx-auto mb-3",children:t.jsx(He,{size:20,className:"text-success"})}),t.jsx("h3",{className:"text-sm font-semibold text-text-0 font-sans mb-1",children:"Connected"}),t.jsxs("p",{className:"text-2xs text-text-3 font-sans",children:["Successfully connected to ",t.jsx("span",{className:"font-mono text-text-1",children:x})]}),t.jsxs(ue,{variant:"primary",size:"sm",onClick:()=>{const de=e==null?void 0:e.localPort,ke=encodeURIComponent(x);window.open(`http://localhost:${de}?instance=${ke}`,"_blank")},className:"h-8 text-xs gap-1.5 mt-4",children:[t.jsx(Qt,{size:12}),"Open Remote GUI"]})]}),t.jsxs("div",{className:"rounded-lg border border-border-subtle bg-surface-1 px-4 py-3.5",children:[t.jsxs("div",{className:"flex items-center gap-2 mb-3",children:[t.jsx("div",{className:"w-6 h-6 rounded bg-accent/8 flex items-center justify-center flex-shrink-0",children:t.jsx(Ct,{size:12,className:"text-accent"})}),t.jsx("span",{className:"text-[13px] font-medium text-text-0 font-sans",children:"Connection Info"})]}),t.jsxs("div",{className:"space-y-1.5 text-2xs font-sans",children:[t.jsxs("div",{className:"flex items-center justify-between",children:[t.jsx("span",{className:"text-text-3",children:"Connection"}),t.jsxs("span",{className:"text-text-1 font-mono",children:[b,"@",g,":",w]})]}),j&&t.jsxs("div",{className:"flex items-center justify-between",children:[t.jsx("span",{className:"text-text-3",children:"SSH Key"}),t.jsx("span",{className:"text-text-1 font-mono truncate max-w-40",children:j})]}),t.jsxs("div",{className:"flex items-center justify-between",children:[t.jsx("span",{className:"text-text-3",children:"Auto-start"}),t.jsx("span",{className:"text-text-1",children:_?"On":"Off"})]}),t.jsxs("div",{className:"flex items-center justify-between",children:[t.jsx("span",{className:"text-text-3",children:"Auto-connect"}),t.jsx("span",{className:"text-text-1",children:V?"On":"Off"})]})]})]})]}),t.jsxs("div",{className:"flex items-center justify-between mt-4",children:[t.jsx(ue,{variant:"ghost",size:"sm",onClick:d===0||d===3?i:U,className:"h-8 text-xs px-4 text-text-3",children:d===0?"Cancel":d===3?"Done":"Back"}),d<3&&t.jsx("div",{className:"flex gap-2",children:d===2?t.jsxs(ue,{variant:"primary",size:"sm",onClick:pe,disabled:T||oe,className:"h-8 text-xs px-4 gap-1.5",children:[T?t.jsx(Ae,{size:12,className:"animate-spin"}):t.jsx($t,{size:12}),T?"Connecting...":"Connect"]}):d===1?t.jsx(ue,{variant:"primary",size:"sm",onClick:he,disabled:oe,className:"h-8 text-xs px-4",children:oe?"Saving...":"Next"}):t.jsx(ue,{variant:"primary",size:"sm",onClick:Y,disabled:!K(),className:"h-8 text-xs px-4",children:"Next"})})]})]})}function p9e(){const e=R(k=>k.quickConnectOpen),n=R(k=>k.toggleQuickConnect),o=R(k=>k.savedTunnels),c=R(k=>k.addToast),[i,d]=O.useState(null),[u,p]=O.useState(!1),f=O.useRef(null);if(!e)return null;async function x(k){d(k);try{await R.getState().connectTunnel(k),n()}catch(b){c("error","Connection failed",(b==null?void 0:b.message)||"Unknown error")}d(null)}function v(k){var b,M;if((M=(b=window.groove)==null?void 0:b.remote)!=null&&M.openWindow)window.groove.remote.openWindow(k.localPort,k.name);else{const w=encodeURIComponent(k.name);window.open(`http://localhost:${k.localPort}?instance=${w}`,"_blank")}n()}function g(){p(!1),n()}return t.jsxs(t.Fragment,{children:[t.jsx("div",{className:"fixed inset-0 z-50 bg-black/40 backdrop-blur-sm",onClick:g}),t.jsx(Wd,{children:t.jsxs(tn.div,{initial:{opacity:0,y:-20,scale:.96},animate:{opacity:1,y:0,scale:1},exit:{opacity:0,y:-10,scale:.98},transition:{duration:.15},className:te("fixed top-[15%] left-1/2 -translate-x-1/2 z-50 bg-surface-1 border border-border rounded-lg shadow-2xl overflow-hidden",u?"w-[520px]":"w-[400px]"),children:[t.jsxs("div",{className:"flex items-center justify-between px-4 py-3 border-b border-border-subtle",children:[t.jsxs("div",{className:"flex items-center gap-2",children:[u&&t.jsx("button",{onClick:()=>p(!1),className:"p-1 -ml-1 text-text-4 hover:text-text-1 cursor-pointer transition-colors",children:t.jsx(Nd,{size:14})}),t.jsx(Fa,{size:15,className:"text-accent"}),t.jsx("span",{className:"text-sm font-semibold text-text-0 font-sans",children:u?"Add Connection":"Quick Connect"})]}),t.jsx("button",{onClick:g,className:"p-1 text-text-4 hover:text-text-1 cursor-pointer transition-colors",children:t.jsx(nt,{size:14})})]}),u?t.jsx(u9e,{server:null,onSave:async k=>{const b=k.id||f.current;if(b)await R.getState().updateTunnel(b,k),c("success","Server updated");else{const M=await R.getState().saveTunnel(k);M!=null&&M.id&&(f.current=M.id),c("success","Server added")}},onTest:()=>{const k=f.current;if(k)return R.getState().testTunnel(k)},onConnect:()=>{const k=f.current;if(k)return R.getState().connectTunnel(k)},onCancel:()=>{f.current=null,p(!1)}}):t.jsxs(t.Fragment,{children:[t.jsx("div",{className:"overflow-y-auto max-h-[320px] py-1",children:o.length===0?t.jsxs("div",{className:"px-4 py-8 text-center",children:[t.jsx(Ct,{size:24,className:"text-text-4 mx-auto mb-2"}),t.jsx("p",{className:"text-sm text-text-3 font-sans",children:"No saved servers"}),t.jsx("p",{className:"text-2xs text-text-4 font-sans mt-1",children:"Add a connection to get started."}),t.jsxs(ue,{variant:"primary",size:"sm",onClick:()=>{f.current=null,p(!0)},className:"h-8 text-xs gap-1.5 mt-3",children:[t.jsx(dt,{size:12})," Add Connection"]})]}):o.map(k=>t.jsxs("div",{className:te("w-full flex items-center gap-3 px-4 py-2.5 transition-colors","hover:bg-surface-5",i===k.id&&"opacity-60 pointer-events-none"),children:[t.jsx(Ct,{size:15,className:k.active?"text-success":"text-text-4"}),t.jsxs("button",{onClick:()=>k.active?v(k):x(k.id),disabled:i===k.id,className:"flex-1 min-w-0 text-left cursor-pointer",children:[t.jsxs("div",{className:"flex items-center gap-2",children:[t.jsx("span",{className:"text-sm font-medium text-text-0 font-sans truncate",children:k.name}),k.active&&t.jsx(sa,{status:"running",size:"sm"})]}),t.jsxs("span",{className:"text-2xs text-text-4 font-mono",children:[k.user,"@",k.host]})]}),t.jsx("div",{className:"flex items-center gap-1.5 flex-shrink-0",children:i===k.id?t.jsx(Ae,{size:14,className:"text-text-3 animate-spin"}):k.active?t.jsxs(t.Fragment,{children:[t.jsxs("button",{onClick:()=>v(k),className:"flex items-center gap-1 text-2xs text-success font-sans hover:text-success/80 cursor-pointer transition-colors",children:[t.jsx(Qt,{size:11})," Open"]}),t.jsx("button",{onClick:async()=>{await R.getState().disconnectTunnel(k.id),c("info","Disconnected",k.name)},className:"p-1 text-text-4 hover:text-danger cursor-pointer transition-colors rounded",title:"Disconnect",children:t.jsx(v1,{size:12})})]}):t.jsx("button",{onClick:()=>x(k.id),className:"text-2xs text-text-3 font-sans hover:text-text-1 cursor-pointer transition-colors",children:"Connect"})})]},k.id))}),t.jsx("div",{className:"px-4 py-2.5 border-t border-border-subtle",children:t.jsxs("button",{onClick:()=>{f.current=null,p(!0)},className:"flex items-center gap-1.5 text-2xs text-accent hover:text-accent/80 font-sans font-medium cursor-pointer transition-colors",children:[t.jsx(dt,{size:10})," Add new connection"]})})]})]})})]})}function f9e(e){if(!e)return"";const n=Date.now()-new Date(e).getTime(),o=Math.floor(n/6e4);if(o<1)return"just now";if(o<60)return`${o}m ago`;const c=Math.floor(o/60);return c<24?`${c}h ago`:`${Math.floor(c/24)}d ago`}function m9e(){const e=R(x=>x.showProjectPicker),n=R(x=>x.recentProjects),o=R(x=>x.setProjectDir),[c,i]=O.useState(!1),[d,u]=O.useState(null);if(!e)return null;async function p(x){u(x);try{await o(x)}catch{u(null)}}async function f(x){i(!1),await p(x)}return t.jsx("div",{className:"fixed inset-0 z-50 flex items-center justify-center bg-surface-0/90 backdrop-blur-sm",children:t.jsxs("div",{className:"w-full max-w-lg mx-4",children:[t.jsxs("div",{className:"text-center mb-8",children:[t.jsx("div",{className:"inline-flex items-center justify-center w-14 h-14 rounded-2xl bg-accent/10 mb-4",children:t.jsx(Xo,{size:28,className:"text-accent"})}),t.jsx("h1",{className:"text-xl font-semibold text-text-0 mb-1",children:"Open a project"}),t.jsx("p",{className:"text-sm text-text-3",children:"Select a working directory for this session"})]}),n.length>0&&t.jsxs("div",{className:"mb-4",children:[t.jsxs("div",{className:"flex items-center gap-2 mb-2 px-1",children:[t.jsx(qo,{size:13,className:"text-text-4"}),t.jsx("span",{className:"text-xs font-medium text-text-3 uppercase tracking-wider",children:"Recent"})]}),t.jsx("div",{className:"bg-surface-2 rounded-xl border border-border overflow-hidden",children:n.map((x,v)=>t.jsxs("button",{onClick:()=>p(x.path),disabled:d!==null,className:te("w-full flex items-center gap-3 px-4 py-3 text-left cursor-pointer","hover:bg-surface-4 transition-colors","disabled:opacity-50 disabled:cursor-wait",v<n.length-1&&"border-b border-border-subtle"),children:[t.jsx(Qd,{size:18,className:"text-warning flex-shrink-0"}),t.jsxs("div",{className:"flex-1 min-w-0",children:[t.jsx("div",{className:"text-sm font-medium text-text-0 truncate",children:x.name}),t.jsx("div",{className:"text-xs text-text-3 font-mono truncate",children:x.path})]}),t.jsxs("div",{className:"flex items-center gap-2 flex-shrink-0",children:[x.openedAt&&t.jsx("span",{className:"text-[11px] text-text-4",children:f9e(x.openedAt)}),d===x.path?t.jsx("div",{className:"w-4 h-4 border-2 border-accent border-t-transparent rounded-full animate-spin"}):t.jsx(qt,{size:14,className:"text-text-4"})]})]},x.path))})]}),t.jsxs("button",{onClick:()=>i(!0),disabled:d!==null,className:te("w-full flex items-center gap-3 px-4 py-3.5 rounded-xl cursor-pointer","bg-surface-2 border border-border border-dashed","hover:bg-surface-4 hover:border-accent/30 transition-colors","disabled:opacity-50 disabled:cursor-wait"),children:[t.jsx("div",{className:"flex items-center justify-center w-9 h-9 rounded-lg bg-accent/10",children:t.jsx(dt,{size:18,className:"text-accent"})}),t.jsxs("div",{className:"text-left",children:[t.jsx("div",{className:"text-sm font-medium text-text-0",children:"Open Folder"}),t.jsx("div",{className:"text-xs text-text-3",children:"Browse the filesystem"})]})]}),t.jsx(F2,{open:c,onOpenChange:i,currentPath:"/home",onSelect:f})]})})}const nE=[],x9e=/error|crash|fail/i,Mu="rgba(51, 175, 188, 0.15)",wu="h-[2px]";function y9e(e){if(!e||e==="auto")return"auto";const n=e.match(/^claude-(opus|sonnet|haiku)-(\d+)-(\d+)(?:-\d+)?$/);return n?`${n[1][0].toUpperCase()+n[1].slice(1)} ${n[2]}.${n[3]}`:e.startsWith("gemini-")?e.replace("gemini-","Gemini ").replace("-preview","").replace("-flash-lite"," Flash Lite").replace("-flash"," Flash").replace("-pro"," Pro"):e.startsWith("gpt-")?e.toUpperCase().replace("GPT-","GPT-"):e}function O9e(e){if(!e||e.length<2)return null;const n=e.slice(-10),o=(n[n.length-1].t-n[0].t)/6e4;return o<=0?null:(n[n.length-1].v-n[0].v)/o}function g9e(e){return e>=70?"var(--color-success)":e>=40?"var(--color-warning)":"var(--color-danger)"}function k9e(e){return e>=60?"var(--color-success)":e>=30?"var(--color-warning)":"var(--color-danger)"}const v9e={running:"LIVE",starting:"INIT",stopped:"IDLE",crashed:"ERR",completed:"DONE",killed:"KILL",rotating:"ROT"},hD=O.memo(({data:e,selected:n})=>{const{agent:o}=e,c=o.status==="running"||o.status==="starting",i=Math.round((o.contextUsage||0)*100),d=qP(o.status),u=o.tokensUsed||0,p=O.useRef(null),f=R(Q=>!!Q.expandedNodes[o.id]),x=R(Q=>Q.toggleNodeExpanded);O.useEffect(()=>{var V;const Q=(V=p.current)==null?void 0:V.closest(".react-flow__node");Q&&(Q.style.zIndex=f?"1000":"")},[f]);const v=R(Q=>Q.activityLog[o.id])||nE,g=R(Q=>Q.tokenTimeline[o.id])||nE,k=O9e(g),b=O.useMemo(()=>v.filter(Q=>x9e.test(Q.text)).length,[v]),M=i>75?"var(--color-danger)":i>50?"var(--color-warning)":"var(--color-success)",w=o.qualityScore!=null?Math.round(o.qualityScore):null,N=w!=null?g9e(w):null,j=o.efficiency!=null?o.efficiency:null,C=j!=null?k9e(j):null,_=o.durationMs?o.durationMs/1e3:o.spawnedAt?(Date.now()-new Date(o.spawnedAt).getTime())/1e3:o.createdAt?(Date.now()-new Date(o.createdAt).getTime())/1e3:0;return t.jsx("div",{ref:p,children:t.jsxs("div",{className:`w-[220px] overflow-hidden rounded-[4px] transition-all duration-200 ease-out bg-[#1c1f26] hover:bg-[#141720] border border-solid ${n?"border-[#2e323a]":"border-[#262a32]"} hover:border-[#2e3640]`,children:[t.jsx(Lo,{id:"top",type:"target",position:zo.Top,className:"!w-1 !h-1 !bg-transparent !border-0"}),t.jsx(Lo,{id:"bottom",type:"target",position:zo.Bottom,className:"!w-1 !h-1 !bg-transparent !border-0"}),t.jsx(Lo,{id:"left",type:"target",position:zo.Left,className:"!w-1 !h-1 !bg-transparent !border-0"}),t.jsx(Lo,{id:"right",type:"target",position:zo.Right,className:"!w-1 !h-1 !bg-transparent !border-0"}),c&&t.jsx("div",{className:"absolute inset-0 overflow-hidden pointer-events-none",style:{borderRadius:3},children:t.jsx("div",{className:"absolute left-0 right-0 h-px",style:{background:"linear-gradient(90deg, transparent 0%, rgba(97,175,239,0.25) 50%, transparent 100%)",animation:"node-scan 3s ease-in-out infinite"}})}),t.jsxs("div",{className:"px-3 pt-2.5 pb-1.5",children:[t.jsxs("div",{className:"flex items-center gap-2",children:[t.jsxs("span",{className:"relative flex-shrink-0 w-[6px] h-[6px]",children:[t.jsx("span",{className:"absolute inset-0 rounded-sm",style:{background:d}}),c&&t.jsx("span",{className:"absolute inset-[-2px] rounded-sm",style:{background:d,opacity:.15,animation:"node-pulse-bar 2s ease-in-out infinite"}})]}),t.jsx("span",{className:"text-[12px] font-semibold text-[#e6e6e6] font-sans truncate flex-1 leading-none",children:o.name}),t.jsx("span",{className:"text-[7px] font-mono font-bold uppercase tracking-wider px-1 py-px rounded-sm",style:{color:d,background:d+"12"},children:v9e[o.status]||o.status}),t.jsx("button",{className:"text-[#505862] hover:text-[#8b929e] cursor-pointer transition-colors flex-shrink-0",onClick:Q=>{Q.stopPropagation(),x(o.id)},children:f?t.jsx(nt,{size:10}):t.jsx(Ad,{size:10})})]}),t.jsxs("div",{className:"flex items-center gap-1.5 mt-1.5",children:[t.jsx("span",{className:"text-[9px] font-mono text-[#505862] uppercase tracking-[0.05em]",children:o.role}),t.jsx("span",{className:"text-[9px] text-[#2a2e36]",children:"/"}),t.jsx("span",{className:"text-[9px] font-mono text-[#505862]",children:y9e(o.model)})]})]}),t.jsxs("div",{className:"px-3 pt-1 pb-2",children:[t.jsxs("div",{className:"flex items-baseline gap-1.5",children:[t.jsx("span",{className:"text-[14px] font-mono font-medium text-[#bcc2cd] leading-none",children:st(u)}),t.jsx("span",{className:"text-[8px] font-mono text-[#505862]",children:"tok"}),t.jsx("span",{className:"flex-1"}),t.jsxs("span",{className:"text-[9px] font-mono text-[#505862]",children:[i,"%"]})]}),t.jsx("div",{className:`mt-1.5 ${wu} rounded-sm overflow-hidden`,style:{background:Mu},children:t.jsx("div",{className:"h-full rounded-sm transition-all duration-700",style:{width:`${Math.max(i,1)}%`,background:i>80?"var(--color-danger)":i>60?"var(--color-warning)":"var(--color-accent)"}})})]}),t.jsx("div",{className:"grid transition-[grid-template-rows] duration-200 ease-out",style:{gridTemplateRows:f?"1fr":"0fr"},children:t.jsxs("div",{className:"overflow-hidden",children:[t.jsx("div",{className:"mx-3 border-t border-white/[0.04]"}),t.jsxs("div",{className:"px-3 pt-1.5 pb-1",children:[t.jsxs("div",{className:"flex items-center justify-between mb-1",children:[t.jsx("span",{className:"text-[9px] font-mono text-[#505862] uppercase tracking-wider",children:"Context"}),(o.rotations||0)>0&&t.jsxs("span",{className:"text-[8px] font-mono text-[#606878] bg-white/[0.04] rounded px-1 py-px",children:[o.rotations,"x rot"]})]}),t.jsxs("div",{className:"flex items-center gap-2",children:[t.jsx("div",{className:`flex-1 ${wu} rounded-sm overflow-hidden`,style:{background:Mu},children:t.jsx("div",{className:"h-full rounded-sm transition-all duration-500",style:{width:`${Math.max(i,1)}%`,background:M}})}),t.jsxs("span",{className:"text-[9px] font-mono font-medium",style:{color:M},children:[i,"%"]})]})]}),t.jsxs("div",{className:"px-3 pt-1 pb-1",children:[t.jsx("span",{className:"text-[9px] font-mono text-[#505862] uppercase tracking-wider",children:"Quality"}),t.jsxs("div",{className:"flex items-center gap-2 mt-1",children:[t.jsx("div",{className:`flex-1 ${wu} rounded-sm overflow-hidden`,style:{background:Mu},children:t.jsx("div",{className:"h-full rounded-sm transition-all duration-500",style:{width:`${w!=null?Math.max(w,1):0}%`,background:N||"#505862"}})}),t.jsx("span",{className:"text-[9px] font-mono font-medium",style:{color:N||"#505862"},children:w??"—"})]})]}),t.jsxs("div",{className:"px-3 pt-1 pb-1",children:[t.jsx("span",{className:"text-[9px] font-mono text-[#505862] uppercase tracking-wider",children:"Efficiency"}),t.jsxs("div",{className:"flex items-center gap-2 mt-1",children:[t.jsx("div",{className:`flex-1 ${wu} rounded-sm overflow-hidden`,style:{background:Mu},children:t.jsx("div",{className:"h-full rounded-sm transition-all duration-500",style:{width:`${j!=null?Math.max(j,1):0}%`,background:C||"#505862"}})}),t.jsx("span",{className:"text-[9px] font-mono font-medium",style:{color:C||"#505862"},children:j!=null?`${j}%`:"—"})]})]}),t.jsx("div",{className:"px-3 pt-1 pb-1",children:t.jsxs("div",{className:"grid grid-cols-3 gap-1",children:[t.jsxs("div",{children:[t.jsx("div",{className:"text-[9px] font-mono font-medium text-[#bcc2cd]",children:Ko(o.costUsd||0)}),t.jsx("div",{className:"text-[7px] font-mono text-[#505862]",children:"cost"})]}),t.jsxs("div",{children:[t.jsx("div",{className:"text-[9px] font-mono font-medium text-[#bcc2cd]",children:k?st(Math.round(k)):"—"}),t.jsx("div",{className:"text-[7px] font-mono text-[#505862]",children:"tok/m"})]}),t.jsxs("div",{children:[t.jsx("div",{className:"text-[9px] font-mono font-medium text-[#bcc2cd]",children:o.turns||0}),t.jsx("div",{className:"text-[7px] font-mono text-[#505862]",children:"turns"})]})]})}),t.jsx("div",{className:"px-3 pt-1 pb-2",children:t.jsxs("div",{className:"flex items-center gap-3",children:[t.jsxs("div",{className:"flex items-center gap-1",children:[t.jsx("span",{className:"text-[9px] font-mono text-[#8b929e]",children:Y2(Math.max(0,Math.floor(_)))}),t.jsx("span",{className:"text-[7px] font-mono text-[#505862]",children:"up"})]}),t.jsxs("div",{className:"flex items-center gap-1",children:[b>0?t.jsx("span",{className:"text-[9px] font-mono text-[var(--color-danger)]",children:b}):t.jsx("span",{className:"text-[9px] font-mono text-[#505862]",children:"0"}),t.jsx("span",{className:"text-[7px] font-mono text-[#505862]",children:"err"})]})]})})]})})]})})});hD.displayName="AgentNode";const uD=O.memo(({data:e})=>{const{agentCount:n,runningCount:o}=e,c=o>0,i={background:"transparent",border:0,width:2,height:2};return t.jsxs("div",{className:"relative flex items-center justify-center",style:{width:84,height:84},children:[t.jsx("div",{className:te("absolute inset-0 rounded-full transition-all duration-500",c&&"animate-[spin-slow_30s_linear_infinite]"),style:{border:`1px dashed ${c?"rgba(97,175,239,0.5)":"rgba(97,175,239,0.25)"}`}}),t.jsx("div",{className:"absolute inset-[10px] rounded-full",style:{background:c?"radial-gradient(circle, rgba(97,175,239,0.15) 0%, transparent 70%)":"radial-gradient(circle, rgba(97,175,239,0.05) 0%, transparent 70%)",animation:c?"node-pulse-bar 2.5s ease-in-out infinite":"none"}}),t.jsx("div",{className:te("w-14 h-14 rounded-full flex items-center justify-center relative z-10 transition-all duration-300",c?"bg-[#1c1f26] border-2 border-[#61afef]/35 shadow-[0_0_28px_rgba(97,175,239,0.15)]":"bg-[#1c1f26] border border-[#61afef]/20"),children:t.jsx("img",{src:"/favicon.png",alt:"G",className:te("h-7 w-7 rounded-full transition-opacity",c?"opacity-90":"opacity-60")})}),n>0&&t.jsx("div",{className:te("absolute z-20 min-w-[20px] h-[20px] rounded-sm flex items-center justify-center","text-[10px] font-mono font-bold px-1 transition-all duration-300",c?"bg-[#1c1f26] text-[#61afef] border border-[#61afef]/40":"bg-[#1c1f26] text-[#61afef]/60 border border-[#61afef]/20"),style:{bottom:2,right:2},children:n}),t.jsx(Lo,{id:"bottom",type:"source",position:zo.Bottom,style:i}),t.jsx(Lo,{id:"right",type:"source",position:zo.Right,style:i}),t.jsx(Lo,{id:"left",type:"source",position:zo.Left,style:i}),t.jsx(Lo,{id:"top",type:"source",position:zo.Top,style:i})]})});uD.displayName="RootNode";const b9e={default:"bg-surface-4 text-text-2",accent:"bg-accent/12 text-accent",success:"bg-success/12 text-success",warning:"bg-warning/12 text-warning",danger:"bg-danger/12 text-danger",info:"bg-info/12 text-info",purple:"bg-purple/12 text-purple",orange:"bg-orange/12 text-orange"};function ve({children:e,variant:n="default",className:o,dot:c,...i}){return t.jsxs("span",{className:te("inline-flex items-center gap-1 px-1.5 py-0.5","text-2xs font-semibold uppercase tracking-wider rounded","font-sans select-none whitespace-nowrap",b9e[n],o),...i,children:[c&&t.jsx("span",{className:te("w-1.5 h-1.5 rounded-full",c==="pulse"&&"animate-pulse"),style:{background:"currentColor"}}),e]})}function pD(e){const n=e+"CollectionProvider",[o,c]=Hs(n),[i,d]=o(n,{collectionRef:{current:null},itemMap:new Map}),u=w=>{const{scope:N,children:j}=w,C=wo.useRef(null),_=wo.useRef(new Map).current;return t.jsx(i,{scope:N,itemMap:_,collectionRef:C,children:j})};u.displayName=n;const p=e+"CollectionSlot",f=A2(p),x=wo.forwardRef((w,N)=>{const{scope:j,children:C}=w,_=d(p,j),Q=ht(N,_.collectionRef);return t.jsx(f,{ref:Q,children:C})});x.displayName=p;const v=e+"CollectionItemSlot",g="data-radix-collection-item",k=A2(v),b=wo.forwardRef((w,N)=>{const{scope:j,children:C,..._}=w,Q=wo.useRef(null),V=ht(N,Q),A=d(v,j);return wo.useEffect(()=>(A.itemMap.set(Q,{ref:Q,..._}),()=>void A.itemMap.delete(Q))),t.jsx(k,{[g]:"",ref:V,children:C})});b.displayName=v;function M(w){const N=d(e+"CollectionConsumer",w);return wo.useCallback(()=>{const C=N.collectionRef.current;if(!C)return[];const _=Array.from(C.querySelectorAll(`[${g}]`));return Array.from(N.itemMap.values()).sort((A,P)=>_.indexOf(A.ref.current)-_.indexOf(P.ref.current))},[N.collectionRef,N.itemMap])}return[{Provider:u,Slot:x,ItemSlot:b},M,c]}var M9e=O.createContext(void 0);function RQ(e){const n=O.useContext(M9e);return e||n||"ltr"}var wT="rovingFocusGroup.onEntryFocus",w9e={bubbles:!1,cancelable:!0},K2="RovingFocusGroup",[iP,fD,j9e]=pD(K2),[S9e,VQ]=Hs(K2,[j9e]),[N9e,_9e]=S9e(K2),mD=O.forwardRef((e,n)=>t.jsx(iP.Provider,{scope:e.__scopeRovingFocusGroup,children:t.jsx(iP.Slot,{scope:e.__scopeRovingFocusGroup,children:t.jsx($9e,{...e,ref:n})})}));mD.displayName=K2;var $9e=O.forwardRef((e,n)=>{const{__scopeRovingFocusGroup:o,orientation:c,loop:i=!1,dir:d,currentTabStopId:u,defaultCurrentTabStopId:p,onCurrentTabStopIdChange:f,onEntryFocus:x,preventScrollOnEntryFocus:v=!1,...g}=e,k=O.useRef(null),b=ht(n,k),M=RQ(d),[w,N]=TQ({prop:u,defaultProp:p??null,onChange:f,caller:K2}),[j,C]=O.useState(!1),_=Dt(x),Q=fD(o),V=O.useRef(!1),[A,P]=O.useState(0);return O.useEffect(()=>{const z=k.current;if(z)return z.addEventListener(wT,_),()=>z.removeEventListener(wT,_)},[_]),t.jsx(N9e,{scope:o,orientation:c,dir:M,loop:i,currentTabStopId:w,onItemFocus:O.useCallback(z=>N(z),[N]),onItemShiftTab:O.useCallback(()=>C(!0),[]),onFocusableItemAdd:O.useCallback(()=>P(z=>z+1),[]),onFocusableItemRemove:O.useCallback(()=>P(z=>z-1),[]),children:t.jsx(Ye.div,{tabIndex:j||A===0?-1:0,"data-orientation":c,...g,ref:b,style:{outline:"none",...e.style},onMouseDown:$e(e.onMouseDown,()=>{V.current=!0}),onFocus:$e(e.onFocus,z=>{const F=!V.current;if(z.target===z.currentTarget&&F&&!j){const q=new CustomEvent(wT,w9e);if(z.currentTarget.dispatchEvent(q),!q.defaultPrevented){const ce=Q().filter(L=>L.focusable),ne=ce.find(L=>L.active),oe=ce.find(L=>L.id===w),T=[ne,oe,...ce].filter(Boolean).map(L=>L.ref.current);OD(T,v)}}V.current=!1}),onBlur:$e(e.onBlur,()=>C(!1))})})}),xD="RovingFocusGroupItem",yD=O.forwardRef((e,n)=>{const{__scopeRovingFocusGroup:o,focusable:c=!0,active:i=!1,tabStopId:d,children:u,...p}=e,f=jd(),x=d||f,v=_9e(xD,o),g=v.currentTabStopId===x,k=fD(o),{onFocusableItemAdd:b,onFocusableItemRemove:M,currentTabStopId:w}=v;return O.useEffect(()=>{if(c)return b(),()=>M()},[c,b,M]),t.jsx(iP.ItemSlot,{scope:o,id:x,focusable:c,active:i,children:t.jsx(Ye.span,{tabIndex:g?0:-1,"data-orientation":v.orientation,...p,ref:n,onMouseDown:$e(e.onMouseDown,N=>{c?v.onItemFocus(x):N.preventDefault()}),onFocus:$e(e.onFocus,()=>v.onItemFocus(x)),onKeyDown:$e(e.onKeyDown,N=>{if(N.key==="Tab"&&N.shiftKey){v.onItemShiftTab();return}if(N.target!==N.currentTarget)return;const j=L9e(N,v.orientation,v.dir);if(j!==void 0){if(N.metaKey||N.ctrlKey||N.altKey||N.shiftKey)return;N.preventDefault();let _=k().filter(Q=>Q.focusable).map(Q=>Q.ref.current);if(j==="last")_.reverse();else if(j==="prev"||j==="next"){j==="prev"&&_.reverse();const Q=_.indexOf(N.currentTarget);_=v.loop?z9e(_,Q+1):_.slice(Q+1)}setTimeout(()=>OD(_))}}),children:typeof u=="function"?u({isCurrentTabStop:g,hasTabStop:w!=null}):u})})});yD.displayName=xD;var C9e={ArrowLeft:"prev",ArrowUp:"prev",ArrowRight:"next",ArrowDown:"next",PageUp:"first",Home:"first",PageDown:"last",End:"last"};function Q9e(e,n){return n!=="rtl"?e:e==="ArrowLeft"?"ArrowRight":e==="ArrowRight"?"ArrowLeft":e}function L9e(e,n,o){const c=Q9e(e.key,o);if(!(n==="vertical"&&["ArrowLeft","ArrowRight"].includes(c))&&!(n==="horizontal"&&["ArrowUp","ArrowDown"].includes(c)))return C9e[c]}function OD(e,n=!1){const o=document.activeElement;for(const c of e)if(c===o||(c.focus({preventScroll:n}),document.activeElement!==o))return}function z9e(e,n){return e.map((o,c)=>e[(n+c)%e.length])}var gD=mD,kD=yD,rP=["Enter"," "],T9e=["ArrowDown","PageUp","Home"],vD=["ArrowUp","PageDown","End"],P9e=[...T9e,...vD],A9e={ltr:[...rP,"ArrowRight"],rtl:[...rP,"ArrowLeft"]},q9e={ltr:["ArrowLeft"],rtl:["ArrowRight"]},J2="Menu",[R2,I9e,R9e]=pD(J2),[Q1,bD]=Hs(J2,[R9e,LQ,VQ]),EQ=LQ(),MD=VQ(),[V9e,L1]=Q1(J2),[E9e,eh]=Q1(J2),wD=e=>{const{__scopeMenu:n,open:o=!1,children:c,dir:i,onOpenChange:d,modal:u=!0}=e,p=EQ(n),[f,x]=O.useState(null),v=O.useRef(!1),g=Dt(d),k=RQ(i);return O.useEffect(()=>{const b=()=>{v.current=!0,document.addEventListener("pointerdown",M,{capture:!0,once:!0}),document.addEventListener("pointermove",M,{capture:!0,once:!0})},M=()=>v.current=!1;return document.addEventListener("keydown",b,{capture:!0}),()=>{document.removeEventListener("keydown",b,{capture:!0}),document.removeEventListener("pointerdown",M,{capture:!0}),document.removeEventListener("pointermove",M,{capture:!0})}},[]),t.jsx(fZ,{...p,children:t.jsx(V9e,{scope:n,open:o,onOpenChange:g,content:f,onContentChange:x,children:t.jsx(E9e,{scope:n,onClose:O.useCallback(()=>g(!1),[g]),isUsingKeyboardRef:v,dir:k,modal:u,children:c})})})};wD.displayName=J2;var X9e="MenuAnchor",ZP=O.forwardRef((e,n)=>{const{__scopeMenu:o,...c}=e,i=EQ(o);return t.jsx(mZ,{...i,...c,ref:n})});ZP.displayName=X9e;var DP="MenuPortal",[Z9e,jD]=Q1(DP,{forceMount:void 0}),SD=e=>{const{__scopeMenu:n,forceMount:o,children:c,container:i}=e,d=L1(DP,n);return t.jsx(Z9e,{scope:n,forceMount:o,children:t.jsx(oa,{present:o||d.open,children:t.jsx(zQ,{asChild:!0,container:i,children:c})})})};SD.displayName=DP;var en="MenuContent",[D9e,HP]=Q1(en),ND=O.forwardRef((e,n)=>{const o=jD(en,e.__scopeMenu),{forceMount:c=o.forceMount,...i}=e,d=L1(en,e.__scopeMenu),u=eh(en,e.__scopeMenu);return t.jsx(R2.Provider,{scope:e.__scopeMenu,children:t.jsx(oa,{present:c||d.open,children:t.jsx(R2.Slot,{scope:e.__scopeMenu,children:u.modal?t.jsx(H9e,{...i,ref:n}):t.jsx(U9e,{...i,ref:n})})})})}),H9e=O.forwardRef((e,n)=>{const o=L1(en,e.__scopeMenu),c=O.useRef(null),i=ht(n,c);return O.useEffect(()=>{const d=c.current;if(d)return XZ(d)},[]),t.jsx(UP,{...e,ref:i,trapFocus:o.open,disableOutsidePointerEvents:o.open,disableOutsideScroll:!0,onFocusOutside:$e(e.onFocusOutside,d=>d.preventDefault(),{checkForDefaultPrevented:!1}),onDismiss:()=>o.onOpenChange(!1)})}),U9e=O.forwardRef((e,n)=>{const o=L1(en,e.__scopeMenu);return t.jsx(UP,{...e,ref:n,trapFocus:!1,disableOutsidePointerEvents:!1,disableOutsideScroll:!1,onDismiss:()=>o.onOpenChange(!1)})}),G9e=A2("MenuContent.ScrollLock"),UP=O.forwardRef((e,n)=>{const{__scopeMenu:o,loop:c=!1,trapFocus:i,onOpenAutoFocus:d,onCloseAutoFocus:u,disableOutsidePointerEvents:p,onEntryFocus:f,onEscapeKeyDown:x,onPointerDownOutside:v,onFocusOutside:g,onInteractOutside:k,onDismiss:b,disableOutsideScroll:M,...w}=e,N=L1(en,o),j=eh(en,o),C=EQ(o),_=MD(o),Q=I9e(o),[V,A]=O.useState(null),P=O.useRef(null),z=ht(n,P,N.onContentChange),F=O.useRef(0),q=O.useRef(""),ce=O.useRef(0),ne=O.useRef(null),oe=O.useRef("right"),E=O.useRef(0),T=M?RP:O.Fragment,L=M?{as:G9e,allowPinchZoom:!0}:void 0,X=Y=>{var ke,ct;const U=q.current+Y,fe=Q().filter(Le=>!Le.disabled),he=document.activeElement,pe=(ke=fe.find(Le=>Le.ref.current===he))==null?void 0:ke.textValue,Oe=fe.map(Le=>Le.textValue),Se=oMe(Oe,U,pe),de=(ct=fe.find(Le=>Le.textValue===Se))==null?void 0:ct.ref.current;(function Le(gt){q.current=gt,window.clearTimeout(F.current),gt!==""&&(F.current=window.setTimeout(()=>Le(""),1e3))})(U),de&&setTimeout(()=>de.focus())};O.useEffect(()=>()=>window.clearTimeout(F.current),[]),zZ();const K=O.useCallback(Y=>{var fe,he;return oe.current===((fe=ne.current)==null?void 0:fe.side)&&iMe(Y,(he=ne.current)==null?void 0:he.area)},[]);return t.jsx(D9e,{scope:o,searchRef:q,onItemEnter:O.useCallback(Y=>{K(Y)&&Y.preventDefault()},[K]),onItemLeave:O.useCallback(Y=>{var U;K(Y)||((U=P.current)==null||U.focus(),A(null))},[K]),onTriggerLeave:O.useCallback(Y=>{K(Y)&&Y.preventDefault()},[K]),pointerGraceTimerRef:ce,onPointerGraceIntentChange:O.useCallback(Y=>{ne.current=Y},[]),children:t.jsx(T,{...L,children:t.jsx(IP,{asChild:!0,trapped:i,onMountAutoFocus:$e(d,Y=>{var U;Y.preventDefault(),(U=P.current)==null||U.focus({preventScroll:!0})}),onUnmountAutoFocus:u,children:t.jsx(NQ,{asChild:!0,disableOutsidePointerEvents:p,onEscapeKeyDown:x,onPointerDownOutside:v,onFocusOutside:g,onInteractOutside:k,onDismiss:b,children:t.jsx(gD,{asChild:!0,..._,dir:j.dir,orientation:"vertical",loop:c,currentTabStopId:V,onCurrentTabStopIdChange:A,onEntryFocus:$e(f,Y=>{j.isUsingKeyboardRef.current||Y.preventDefault()}),preventScrollOnEntryFocus:!0,children:t.jsx(xZ,{role:"menu","aria-orientation":"vertical","data-state":ZD(N.open),"data-radix-menu-content":"",dir:j.dir,...C,...w,ref:z,style:{outline:"none",...w.style},onKeyDown:$e(w.onKeyDown,Y=>{const fe=Y.target.closest("[data-radix-menu-content]")===Y.currentTarget,he=Y.ctrlKey||Y.altKey||Y.metaKey,pe=Y.key.length===1;fe&&(Y.key==="Tab"&&Y.preventDefault(),!he&&pe&&X(Y.key));const Oe=P.current;if(Y.target!==Oe||!P9e.includes(Y.key))return;Y.preventDefault();const de=Q().filter(ke=>!ke.disabled).map(ke=>ke.ref.current);vD.includes(Y.key)&&de.reverse(),nMe(de)}),onBlur:$e(e.onBlur,Y=>{Y.currentTarget.contains(Y.target)||(window.clearTimeout(F.current),q.current="")}),onPointerMove:$e(e.onPointerMove,V2(Y=>{const U=Y.target,fe=E.current!==Y.clientX;if(Y.currentTarget.contains(U)&&fe){const he=Y.clientX>E.current?"right":"left";oe.current=he,E.current=Y.clientX}}))})})})})})})});ND.displayName=en;var B9e="MenuGroup",GP=O.forwardRef((e,n)=>{const{__scopeMenu:o,...c}=e;return t.jsx(Ye.div,{role:"group",...c,ref:n})});GP.displayName=B9e;var W9e="MenuLabel",_D=O.forwardRef((e,n)=>{const{__scopeMenu:o,...c}=e;return t.jsx(Ye.div,{...c,ref:n})});_D.displayName=W9e;var dQ="MenuItem",sE="menu.itemSelect",XQ=O.forwardRef((e,n)=>{const{disabled:o=!1,onSelect:c,...i}=e,d=O.useRef(null),u=eh(dQ,e.__scopeMenu),p=HP(dQ,e.__scopeMenu),f=ht(n,d),x=O.useRef(!1),v=()=>{const g=d.current;if(!o&&g){const k=new CustomEvent(sE,{bubbles:!0,cancelable:!0});g.addEventListener(sE,b=>c==null?void 0:c(b),{once:!0}),DX(g,k),k.defaultPrevented?x.current=!1:u.onClose()}};return t.jsx($D,{...i,ref:f,disabled:o,onClick:$e(e.onClick,v),onPointerDown:g=>{var k;(k=e.onPointerDown)==null||k.call(e,g),x.current=!0},onPointerUp:$e(e.onPointerUp,g=>{var k;x.current||(k=g.currentTarget)==null||k.click()}),onKeyDown:$e(e.onKeyDown,g=>{const k=p.searchRef.current!=="";o||k&&g.key===" "||rP.includes(g.key)&&(g.currentTarget.click(),g.preventDefault())})})});XQ.displayName=dQ;var $D=O.forwardRef((e,n)=>{const{__scopeMenu:o,disabled:c=!1,textValue:i,...d}=e,u=HP(dQ,o),p=MD(o),f=O.useRef(null),x=ht(n,f),[v,g]=O.useState(!1),[k,b]=O.useState("");return O.useEffect(()=>{const M=f.current;M&&b((M.textContent??"").trim())},[d.children]),t.jsx(R2.ItemSlot,{scope:o,disabled:c,textValue:i??k,children:t.jsx(kD,{asChild:!0,...p,focusable:!c,children:t.jsx(Ye.div,{role:"menuitem","data-highlighted":v?"":void 0,"aria-disabled":c||void 0,"data-disabled":c?"":void 0,...d,ref:x,onPointerMove:$e(e.onPointerMove,V2(M=>{c?u.onItemLeave(M):(u.onItemEnter(M),M.defaultPrevented||M.currentTarget.focus({preventScroll:!0}))})),onPointerLeave:$e(e.onPointerLeave,V2(M=>u.onItemLeave(M))),onFocus:$e(e.onFocus,()=>g(!0)),onBlur:$e(e.onBlur,()=>g(!1))})})})}),Y9e="MenuCheckboxItem",CD=O.forwardRef((e,n)=>{const{checked:o=!1,onCheckedChange:c,...i}=e;return t.jsx(PD,{scope:e.__scopeMenu,checked:o,children:t.jsx(XQ,{role:"menuitemcheckbox","aria-checked":hQ(o)?"mixed":o,...i,ref:n,"data-state":WP(o),onSelect:$e(i.onSelect,()=>c==null?void 0:c(hQ(o)?!0:!o),{checkForDefaultPrevented:!1})})})});CD.displayName=Y9e;var QD="MenuRadioGroup",[F9e,K9e]=Q1(QD,{value:void 0,onValueChange:()=>{}}),LD=O.forwardRef((e,n)=>{const{value:o,onValueChange:c,...i}=e,d=Dt(c);return t.jsx(F9e,{scope:e.__scopeMenu,value:o,onValueChange:d,children:t.jsx(GP,{...i,ref:n})})});LD.displayName=QD;var zD="MenuRadioItem",TD=O.forwardRef((e,n)=>{const{value:o,...c}=e,i=K9e(zD,e.__scopeMenu),d=o===i.value;return t.jsx(PD,{scope:e.__scopeMenu,checked:d,children:t.jsx(XQ,{role:"menuitemradio","aria-checked":d,...c,ref:n,"data-state":WP(d),onSelect:$e(c.onSelect,()=>{var u;return(u=i.onValueChange)==null?void 0:u.call(i,o)},{checkForDefaultPrevented:!1})})})});TD.displayName=zD;var BP="MenuItemIndicator",[PD,J9e]=Q1(BP,{checked:!1}),AD=O.forwardRef((e,n)=>{const{__scopeMenu:o,forceMount:c,...i}=e,d=J9e(BP,o);return t.jsx(oa,{present:c||hQ(d.checked)||d.checked===!0,children:t.jsx(Ye.span,{...i,ref:n,"data-state":WP(d.checked)})})});AD.displayName=BP;var eMe="MenuSeparator",qD=O.forwardRef((e,n)=>{const{__scopeMenu:o,...c}=e;return t.jsx(Ye.div,{role:"separator","aria-orientation":"horizontal",...c,ref:n})});qD.displayName=eMe;var tMe="MenuArrow",ID=O.forwardRef((e,n)=>{const{__scopeMenu:o,...c}=e,i=EQ(o);return t.jsx(yZ,{...i,...c,ref:n})});ID.displayName=tMe;var aMe="MenuSub",[OLe,RD]=Q1(aMe),F0="MenuSubTrigger",VD=O.forwardRef((e,n)=>{const o=L1(F0,e.__scopeMenu),c=eh(F0,e.__scopeMenu),i=RD(F0,e.__scopeMenu),d=HP(F0,e.__scopeMenu),u=O.useRef(null),{pointerGraceTimerRef:p,onPointerGraceIntentChange:f}=d,x={__scopeMenu:e.__scopeMenu},v=O.useCallback(()=>{u.current&&window.clearTimeout(u.current),u.current=null},[]);return O.useEffect(()=>v,[v]),O.useEffect(()=>{const g=p.current;return()=>{window.clearTimeout(g),f(null)}},[p,f]),t.jsx(ZP,{asChild:!0,...x,children:t.jsx($D,{id:i.triggerId,"aria-haspopup":"menu","aria-expanded":o.open,"aria-controls":i.contentId,"data-state":ZD(o.open),...e,ref:SP(n,i.onTriggerChange),onClick:g=>{var k;(k=e.onClick)==null||k.call(e,g),!(e.disabled||g.defaultPrevented)&&(g.currentTarget.focus(),o.open||o.onOpenChange(!0))},onPointerMove:$e(e.onPointerMove,V2(g=>{d.onItemEnter(g),!g.defaultPrevented&&!e.disabled&&!o.open&&!u.current&&(d.onPointerGraceIntentChange(null),u.current=window.setTimeout(()=>{o.onOpenChange(!0),v()},100))})),onPointerLeave:$e(e.onPointerLeave,V2(g=>{var b,M;v();const k=(b=o.content)==null?void 0:b.getBoundingClientRect();if(k){const w=(M=o.content)==null?void 0:M.dataset.side,N=w==="right",j=N?-5:5,C=k[N?"left":"right"],_=k[N?"right":"left"];d.onPointerGraceIntentChange({area:[{x:g.clientX+j,y:g.clientY},{x:C,y:k.top},{x:_,y:k.top},{x:_,y:k.bottom},{x:C,y:k.bottom}],side:w}),window.clearTimeout(p.current),p.current=window.setTimeout(()=>d.onPointerGraceIntentChange(null),300)}else{if(d.onTriggerLeave(g),g.defaultPrevented)return;d.onPointerGraceIntentChange(null)}})),onKeyDown:$e(e.onKeyDown,g=>{var b;const k=d.searchRef.current!=="";e.disabled||k&&g.key===" "||A9e[c.dir].includes(g.key)&&(o.onOpenChange(!0),(b=o.content)==null||b.focus(),g.preventDefault())})})})});VD.displayName=F0;var ED="MenuSubContent",XD=O.forwardRef((e,n)=>{const o=jD(en,e.__scopeMenu),{forceMount:c=o.forceMount,...i}=e,d=L1(en,e.__scopeMenu),u=eh(en,e.__scopeMenu),p=RD(ED,e.__scopeMenu),f=O.useRef(null),x=ht(n,f);return t.jsx(R2.Provider,{scope:e.__scopeMenu,children:t.jsx(oa,{present:c||d.open,children:t.jsx(R2.Slot,{scope:e.__scopeMenu,children:t.jsx(UP,{id:p.contentId,"aria-labelledby":p.triggerId,...i,ref:x,align:"start",side:u.dir==="rtl"?"left":"right",disableOutsidePointerEvents:!1,disableOutsideScroll:!1,trapFocus:!1,onOpenAutoFocus:v=>{var g;u.isUsingKeyboardRef.current&&((g=f.current)==null||g.focus()),v.preventDefault()},onCloseAutoFocus:v=>v.preventDefault(),onFocusOutside:$e(e.onFocusOutside,v=>{v.target!==p.trigger&&d.onOpenChange(!1)}),onEscapeKeyDown:$e(e.onEscapeKeyDown,v=>{u.onClose(),v.preventDefault()}),onKeyDown:$e(e.onKeyDown,v=>{var b;const g=v.currentTarget.contains(v.target),k=q9e[u.dir].includes(v.key);g&&k&&(d.onOpenChange(!1),(b=p.trigger)==null||b.focus(),v.preventDefault())})})})})})});XD.displayName=ED;function ZD(e){return e?"open":"closed"}function hQ(e){return e==="indeterminate"}function WP(e){return hQ(e)?"indeterminate":e?"checked":"unchecked"}function nMe(e){const n=document.activeElement;for(const o of e)if(o===n||(o.focus(),document.activeElement!==n))return}function sMe(e,n){return e.map((o,c)=>e[(n+c)%e.length])}function oMe(e,n,o){const i=n.length>1&&Array.from(n).every(x=>x===n[0])?n[0]:n,d=o?e.indexOf(o):-1;let u=sMe(e,Math.max(d,0));i.length===1&&(u=u.filter(x=>x!==o));const f=u.find(x=>x.toLowerCase().startsWith(i.toLowerCase()));return f!==o?f:void 0}function cMe(e,n){const{x:o,y:c}=e;let i=!1;for(let d=0,u=n.length-1;d<n.length;u=d++){const p=n[d],f=n[u],x=p.x,v=p.y,g=f.x,k=f.y;v>c!=k>c&&o<(g-x)*(c-v)/(k-v)+x&&(i=!i)}return i}function iMe(e,n){if(!n)return!1;const o={x:e.clientX,y:e.clientY};return cMe(o,n)}function V2(e){return n=>n.pointerType==="mouse"?e(n):void 0}var rMe=wD,lMe=ZP,dMe=SD,hMe=ND,uMe=GP,pMe=_D,fMe=XQ,mMe=CD,xMe=LD,yMe=TD,OMe=AD,gMe=qD,kMe=ID,vMe=VD,bMe=XD,YP="ContextMenu",[MMe]=Hs(YP,[bD]),ca=bD(),[wMe,DD]=MMe(YP),HD=e=>{const{__scopeContextMenu:n,children:o,onOpenChange:c,dir:i,modal:d=!0}=e,[u,p]=O.useState(!1),f=ca(n),x=Dt(c),v=O.useCallback(g=>{p(g),x(g)},[x]);return t.jsx(wMe,{scope:n,open:u,onOpenChange:v,modal:d,children:t.jsx(rMe,{...f,dir:i,open:u,onOpenChange:v,modal:d,children:o})})};HD.displayName=YP;var UD="ContextMenuTrigger",GD=O.forwardRef((e,n)=>{const{__scopeContextMenu:o,disabled:c=!1,...i}=e,d=DD(UD,o),u=ca(o),p=O.useRef({x:0,y:0}),f=O.useRef({getBoundingClientRect:()=>DOMRect.fromRect({width:0,height:0,...p.current})}),x=O.useRef(0),v=O.useCallback(()=>window.clearTimeout(x.current),[]),g=k=>{p.current={x:k.clientX,y:k.clientY},d.onOpenChange(!0)};return O.useEffect(()=>v,[v]),O.useEffect(()=>void(c&&v()),[c,v]),t.jsxs(t.Fragment,{children:[t.jsx(lMe,{...u,virtualRef:f}),t.jsx(Ye.span,{"data-state":d.open?"open":"closed","data-disabled":c?"":void 0,...i,ref:n,style:{WebkitTouchCallout:"none",...e.style},onContextMenu:c?e.onContextMenu:$e(e.onContextMenu,k=>{v(),g(k),k.preventDefault()}),onPointerDown:c?e.onPointerDown:$e(e.onPointerDown,ju(k=>{v(),x.current=window.setTimeout(()=>g(k),700)})),onPointerMove:c?e.onPointerMove:$e(e.onPointerMove,ju(v)),onPointerCancel:c?e.onPointerCancel:$e(e.onPointerCancel,ju(v)),onPointerUp:c?e.onPointerUp:$e(e.onPointerUp,ju(v))})]})});GD.displayName=UD;var jMe="ContextMenuPortal",BD=e=>{const{__scopeContextMenu:n,...o}=e,c=ca(n);return t.jsx(dMe,{...c,...o})};BD.displayName=jMe;var WD="ContextMenuContent",YD=O.forwardRef((e,n)=>{const{__scopeContextMenu:o,...c}=e,i=DD(WD,o),d=ca(o),u=O.useRef(!1);return t.jsx(hMe,{...d,...c,ref:n,side:"right",sideOffset:2,align:"start",onCloseAutoFocus:p=>{var f;(f=e.onCloseAutoFocus)==null||f.call(e,p),!p.defaultPrevented&&u.current&&p.preventDefault(),u.current=!1},onInteractOutside:p=>{var f;(f=e.onInteractOutside)==null||f.call(e,p),!p.defaultPrevented&&!i.modal&&(u.current=!0)},style:{...e.style,"--radix-context-menu-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-context-menu-content-available-width":"var(--radix-popper-available-width)","--radix-context-menu-content-available-height":"var(--radix-popper-available-height)","--radix-context-menu-trigger-width":"var(--radix-popper-anchor-width)","--radix-context-menu-trigger-height":"var(--radix-popper-anchor-height)"}})});YD.displayName=WD;var SMe="ContextMenuGroup",NMe=O.forwardRef((e,n)=>{const{__scopeContextMenu:o,...c}=e,i=ca(o);return t.jsx(uMe,{...i,...c,ref:n})});NMe.displayName=SMe;var _Me="ContextMenuLabel",$Me=O.forwardRef((e,n)=>{const{__scopeContextMenu:o,...c}=e,i=ca(o);return t.jsx(pMe,{...i,...c,ref:n})});$Me.displayName=_Me;var CMe="ContextMenuItem",FD=O.forwardRef((e,n)=>{const{__scopeContextMenu:o,...c}=e,i=ca(o);return t.jsx(fMe,{...i,...c,ref:n})});FD.displayName=CMe;var QMe="ContextMenuCheckboxItem",LMe=O.forwardRef((e,n)=>{const{__scopeContextMenu:o,...c}=e,i=ca(o);return t.jsx(mMe,{...i,...c,ref:n})});LMe.displayName=QMe;var zMe="ContextMenuRadioGroup",TMe=O.forwardRef((e,n)=>{const{__scopeContextMenu:o,...c}=e,i=ca(o);return t.jsx(xMe,{...i,...c,ref:n})});TMe.displayName=zMe;var PMe="ContextMenuRadioItem",AMe=O.forwardRef((e,n)=>{const{__scopeContextMenu:o,...c}=e,i=ca(o);return t.jsx(yMe,{...i,...c,ref:n})});AMe.displayName=PMe;var qMe="ContextMenuItemIndicator",IMe=O.forwardRef((e,n)=>{const{__scopeContextMenu:o,...c}=e,i=ca(o);return t.jsx(OMe,{...i,...c,ref:n})});IMe.displayName=qMe;var RMe="ContextMenuSeparator",KD=O.forwardRef((e,n)=>{const{__scopeContextMenu:o,...c}=e,i=ca(o);return t.jsx(gMe,{...i,...c,ref:n})});KD.displayName=RMe;var VMe="ContextMenuArrow",EMe=O.forwardRef((e,n)=>{const{__scopeContextMenu:o,...c}=e,i=ca(o);return t.jsx(kMe,{...i,...c,ref:n})});EMe.displayName=VMe;var XMe="ContextMenuSubTrigger",ZMe=O.forwardRef((e,n)=>{const{__scopeContextMenu:o,...c}=e,i=ca(o);return t.jsx(vMe,{...i,...c,ref:n})});ZMe.displayName=XMe;var DMe="ContextMenuSubContent",HMe=O.forwardRef((e,n)=>{const{__scopeContextMenu:o,...c}=e,i=ca(o);return t.jsx(bMe,{...i,...c,ref:n,style:{...e.style,"--radix-context-menu-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-context-menu-content-available-width":"var(--radix-popper-available-width)","--radix-context-menu-content-available-height":"var(--radix-popper-available-height)","--radix-context-menu-trigger-width":"var(--radix-popper-anchor-width)","--radix-context-menu-trigger-height":"var(--radix-popper-anchor-height)"}})});HMe.displayName=DMe;function ju(e){return n=>n.pointerType!=="mouse"?e(n):void 0}var UMe=HD,GMe=GD,BMe=BD,WMe=YD,YMe=FD,FMe=KD;const JD=UMe,eH=GMe;function tH({children:e,className:n,...o}){return t.jsx(BMe,{children:t.jsx(WMe,{className:te("z-50 min-w-[160px] overflow-hidden rounded-md","bg-surface-1 border border-border shadow-xl","py-1","animate-in fade-in-0 zoom-in-95",n),...o,children:e})})}function Co({children:e,className:n,danger:o,...c}){return t.jsx(YMe,{className:te("flex items-center gap-2 px-3 py-1.5 text-sm font-sans cursor-pointer select-none outline-none",o?"text-danger focus:bg-danger/10":"text-text-1 focus:bg-surface-5 focus:text-text-0",n),...c,children:e})}function aH({className:e}){return t.jsx(FMe,{className:te("h-px my-1 bg-border-subtle",e)})}const KMe={agentNode:hD,rootNode:uD},jT=220,ST=82,Su=260,Nu=130,bo=4,Sa="__groove_root__";function _u(e){if(!e)return{};try{return JSON.parse(localStorage.getItem(`groove:nodePositions:${e}`)||"{}")}catch{return{}}}function JMe(){let e=!1;for(const n of["groove:chatHistory","groove:activityLog"])localStorage.getItem(n)!==null&&(localStorage.removeItem(n),e=!0);return e}function oE(e,n){if(!e)return;const o=`groove:nodePositions:${e}`,c=JSON.stringify(n);try{localStorage.setItem(o,c);return}catch{}if(JMe())try{localStorage.setItem(o,c)}catch{}}function nH(){try{return JSON.parse(localStorage.getItem("groove:teamViewports")||"{}")}catch{return{}}}function ewe(e,n){try{const o=nH();o[e]=n,localStorage.setItem("groove:teamViewports",JSON.stringify(o))}catch{}}function twe(e,n){const o=e.filter(u=>u.teamId===n);return o.length===0?"idle":o.some(u=>u.status==="running"||u.status==="starting")?"working":o.every(u=>u.status==="completed")?"completed":o.some(u=>u.status==="crashed")?"crashed":"idle"}function awe(){const e=R(T=>T.teams),n=R(T=>T.activeTeamId),o=R(T=>T.agents),c=R(T=>T.switchTeam),i=R(T=>T.createTeam),d=R(T=>T.deleteTeam),u=R(T=>T.renameTeam),p=R(T=>T.cloneTeam),f=R(T=>T.reorderTeams),[x,v]=O.useState(!1),[g,k]=O.useState(""),[b,M]=O.useState(null),[w,N]=O.useState(""),j=O.useRef(!1),[C,_]=O.useState(null),[Q,V]=O.useState(null),A=O.useRef(null),[P,z]=O.useState(!1),[F,q]=O.useState(!1),ce=O.useCallback(()=>{const T=A.current;T&&(z(T.scrollLeft>0),q(T.scrollLeft+T.clientWidth<T.scrollWidth-1))},[]);O.useEffect(()=>{const T=A.current;if(!T)return;ce(),T.addEventListener("scroll",ce);const L=new ResizeObserver(ce);return L.observe(T),()=>{T.removeEventListener("scroll",ce),L.disconnect()}},[ce,e.length]);function ne(){const T=g.trim();!T||j.current||(j.current=!0,k(""),v(!1),i(T).finally(()=>{j.current=!1,setTimeout(()=>{A.current&&A.current.scrollTo({left:A.current.scrollWidth,behavior:"smooth"})},100)}))}function oe(T){M(T.id),N(T.name)}function E(){const T=w.trim();if(!T||!b){M(null);return}u(b,T),M(null)}return t.jsxs("div",{className:"flex items-end px-0 pt-0 pb-0 bg-surface-1 border-b border-border gap-0 flex-shrink-0 overflow-hidden",children:[P&&t.jsx("button",{onClick:()=>{var T;return(T=A.current)==null?void 0:T.scrollBy({left:-300,behavior:"smooth"})},className:"w-6 h-9 flex items-center justify-center bg-accent/15 text-accent hover:bg-accent/25 transition-colors flex-shrink-0 cursor-pointer",children:t.jsx(As,{size:14})}),t.jsxs("div",{ref:A,className:"flex items-end flex-1 min-w-0 overflow-x-auto gap-0",style:{scrollbarWidth:"none",msOverflowStyle:"none",WebkitOverflowScrolling:"touch"},children:[e.map(T=>{const L=o.filter(U=>U.teamId===T.id).length,X=T.id===n,K=b===T.id,Y=o.filter(U=>U.teamId===T.id&&(U.status==="running"||U.status==="starting")).length;return t.jsxs(JD,{children:[t.jsx(eH,{asChild:!0,children:t.jsxs("div",{draggable:!K,onDragStart:U=>{_(T.id),U.dataTransfer.effectAllowed="move",U.dataTransfer.setData("text/plain","")},onDragEnd:()=>{_(null),V(null)},onDragOver:U=>{U.preventDefault(),U.dataTransfer.dropEffect="move",C&&C!==T.id&&V(T.id)},onDragLeave:()=>{Q===T.id&&V(null)},onDrop:U=>{if(U.preventDefault(),!C||C===T.id)return;const fe=e.findIndex(pe=>pe.id===C),he=e.findIndex(pe=>pe.id===T.id);fe!==-1&&he!==-1&&f(fe,he),_(null),V(null)},onClick:()=>!K&&c(T.id),onDoubleClick:()=>oe(T),className:te("relative flex items-center gap-2 px-3 h-9 text-xs font-sans cursor-pointer select-none transition-colors flex-shrink-0",X?"text-text-0 font-semibold border-x border-x-border bg-[#242830]":"text-text-3 hover:text-text-1 hover:bg-surface-3/50",C===T.id&&"opacity-40",Q===T.id&&C!==T.id&&"border-l-2 !border-l-accent"),children:[X&&t.jsx("div",{className:"absolute top-0 left-0 right-0 h-px bg-accent",style:{height:"0.5px"}}),(()=>{const U=twe(o,T.id),fe=U==="working"||U==="completed"?"text-green-400":U==="crashed"?"text-red-400":X?"text-accent":"text-text-4";return t.jsxs("span",{className:"relative flex-shrink-0",children:[t.jsx(Ja,{size:13,className:te(fe,U==="working"&&"animate-pulse")}),U==="working"&&t.jsx("span",{className:"absolute -top-0.5 -right-0.5 w-1.5 h-1.5 rounded-full bg-green-400 animate-pulse"})]})})(),K?t.jsx("input",{value:w,onChange:U=>N(U.target.value),onKeyDown:U=>{U.key==="Enter"&&E(),U.key==="Escape"&&M(null)},onBlur:E,className:"h-5 w-24 px-1.5 text-xs bg-surface-0 border border-accent rounded text-text-0 font-sans focus:outline-none",autoFocus:!0,onClick:U=>U.stopPropagation()}):t.jsx("span",{className:"truncate max-w-[120px]",children:T.name}),L>0&&!K&&t.jsx("span",{className:te("flex items-center justify-center min-w-[18px] h-[18px] px-1 rounded-full text-2xs font-mono font-semibold",Y>0?"bg-accent/15 text-accent":"bg-surface-4 text-text-3"),children:L}),X&&t.jsx("div",{className:"absolute bottom-[-1px] left-0 right-0 h-px bg-[#242830]"})]})}),t.jsxs(tH,{children:[t.jsxs(Co,{onSelect:()=>oe(T),children:[t.jsx(Zo,{size:12})," Rename"]}),t.jsxs(Co,{onSelect:()=>p(T.id),children:[t.jsx(Gn,{size:12})," Clone"]}),!T.isDefault&&t.jsxs(t.Fragment,{children:[t.jsx(aH,{}),t.jsxs(Co,{danger:!0,onSelect:()=>d(T.id),children:[t.jsx(Ht,{size:12})," Delete"]})]})]})]},T.id)}),x?t.jsxs("div",{className:"flex items-center gap-1.5 px-3 h-9 flex-shrink-0",children:[t.jsx("input",{value:g,onChange:T=>k(T.target.value),onKeyDown:T=>{T.key==="Enter"&&ne(),T.key==="Escape"&&(v(!1),k(""))},placeholder:"Team name...",className:"h-5 w-28 px-1.5 text-xs bg-surface-0 border border-border-subtle rounded text-text-0 font-sans placeholder:text-text-4 focus:outline-none focus:ring-1 focus:ring-accent",autoFocus:!0}),t.jsx("button",{onClick:ne,disabled:!g.trim(),className:"p-1 rounded text-accent hover:bg-accent/10 cursor-pointer disabled:opacity-30 disabled:cursor-not-allowed",children:t.jsx(He,{size:12})}),t.jsx("button",{onClick:()=>{v(!1),k("")},className:"p-1 rounded text-text-4 hover:text-text-1 cursor-pointer",children:t.jsx(nt,{size:12})})]}):t.jsx("button",{onClick:()=>v(!0),className:"flex items-center justify-center w-6 h-6 my-auto mx-2 rounded-full bg-accent/15 text-accent hover:bg-accent/25 cursor-pointer transition-colors flex-shrink-0",title:"New team",children:t.jsx(dt,{size:12})})]}),F&&t.jsx("button",{onClick:()=>{var T;return(T=A.current)==null?void 0:T.scrollBy({left:300,behavior:"smooth"})},className:"w-6 h-9 flex items-center justify-center bg-accent/15 text-accent hover:bg-accent/25 transition-colors flex-shrink-0 cursor-pointer",children:t.jsx(qt,{size:14})})]})}function nwe(){const e=R(E=>E.agents),n=R(E=>E.activeTeamId),o=R(E=>E.tokenTimeline),c=R(E=>E.selectAgent),i=R(E=>E.closeDetail),d=O.useRef([]),u=O.useMemo(()=>{const E=e.filter(L=>L.teamId===n).sort((L,X)=>(L.name||L.id).localeCompare(X.name||X.id)),T=d.current;return T.length===E.length&&T.every((L,X)=>L.id===E[X].id&&L.status===E[X].status&&L.name===E[X].name&&L.model===E[X].model&&L.tokensUsed===E[X].tokensUsed&&L.contextUsage===E[X].contextUsage)?T:(d.current=E,E)},[e,n]),p=O.useRef(_u(n)),f=O.useRef(n);f.current!==n&&(f.current=n,p.current=_u(n));const{fitView:x,setViewport:v}=$W(),[g,k]=O.useState(0),b=O.useRef(n),M=O.useMemo(()=>{const E=p.current,T=u.filter(fe=>fe.status==="running").length,L=[{id:Sa,type:"rootNode",position:E[Sa]||{x:0,y:0},data:{agentCount:u.length,runningCount:T},draggable:!0,selectable:!1}],X=new Set,K=(fe,he)=>`${Math.round(fe/100)},${Math.round(he/100)}`,Y=E[Sa]||{x:0,y:0};X.add(K(Y.x,Y.y));const U=[];return u.forEach(fe=>{const he=fe.name||fe.id;if(E[he]){const pe=E[he];X.add(K(pe.x,pe.y)),L.push({id:fe.id,type:"agentNode",position:pe,data:{agent:fe,timeline:o[fe.id]||[]},draggable:!0,selectable:!0})}else U.push(fe)}),U.forEach((fe,he)=>{const pe=Math.floor(he/bo),Oe=he%bo;let ke={x:-((Math.min(U.length-pe*bo,bo)-1)*Su)/2+Oe*Su,y:Nu+pe*Nu};for(;X.has(K(ke.x,ke.y));)ke={x:ke.x,y:ke.y+Nu};X.add(K(ke.x,ke.y)),fe.name||fe.id,L.push({id:fe.id,type:"agentNode",position:ke,data:{agent:fe,timeline:o[fe.id]||[]},draggable:!0,selectable:!0})}),L},[u,o,n]);O.useEffect(()=>{const E={};M.forEach(T=>{var X,K;const L=T.id===Sa?Sa:((K=(X=T.data)==null?void 0:X.agent)==null?void 0:K.name)||T.id;p.current[L]||(E[L]=T.position)}),Object.keys(E).length>0&&(Object.assign(p.current,E),oE(n,p.current))},[M,n]);const w=O.useMemo(()=>{const E=_u(n),T=E[Sa]||{x:0,y:0};return u.map((L,X)=>{const K=L.name||L.id,Y=Math.floor(X/bo),U=X%bo,he=-((Math.min(u.length-Y*bo,bo)-1)*Su)/2,pe=E[K]||{x:he+U*Su,y:140+Y*Nu},Oe=pe.x+jT/2-T.x,Se=pe.y+ST/2-T.y;let de,ke;return Math.abs(Se)>Math.abs(Oe)?(de=Se>0?"bottom":"top",ke=Se>0?"top":"bottom"):(de=Oe>0?"right":"left",ke=Oe>0?"left":"right"),{id:`e-${Sa}-${L.id}`,source:Sa,target:L.id,sourceHandle:de,targetHandle:ke,type:"default",animated:L.status==="running"}})},[u,n]),[N,j,C]=CW(M),[_,Q,V]=QW(w),A=O.useRef(new Set);O.useEffect(()=>{j(E=>{const T=new Map(E.map(L=>[L.id,L]));return M.map(L=>{const X=T.get(L.id);return X?{...X,data:L.data}:L})})},[M,j]),O.useEffect(()=>{Q(()=>{const E=N.find(L=>L.id===Sa);if(!E)return w;const T=E.position;return w.map(L=>{const X=N.find(he=>he.id===L.target);if(!X)return L;const K=X.position.x+jT/2-T.x,Y=X.position.y+ST/2-T.y;let U,fe;return Math.abs(Y)>Math.abs(K)?(U=Y>0?"bottom":"top",fe=Y>0?"top":"bottom"):(U=K>0?"right":"left",fe=K>0?"left":"right"),{...L,sourceHandle:U,targetHandle:fe}})})},[w,N,Q]);const P=u.map(E=>E.id).join(","),z=O.useRef(null);O.useEffect(()=>{if(b.current!==n){b.current=n,A.current=new Set(u.map(X=>X.id)),k(u.length);const L=nH()[n];L?v(L,{duration:200}):u.length>0&&x({padding:.3,maxZoom:1.2,duration:200});return}const E=new Set(u.map(L=>L.id)),T=u.length>0&&[...E].some(L=>!A.current.has(L));A.current=E,g===0&&u.length>0?x({padding:.3,maxZoom:1.2,duration:0}):T&&(clearTimeout(z.current),z.current=setTimeout(()=>x({padding:.3,maxZoom:1.2,duration:300}),500)),k(u.length)},[P,g,x,n,v]);const F=O.useCallback((E,T)=>{ewe(n,T)},[n]),q=O.useCallback((E,T)=>{T.id!==Sa&&c(T.id)},[c]),ce=O.useCallback(()=>{i()},[i]),ne=O.useCallback((E,T)=>{const L=N.find(K=>K.id===Sa);if(!L)return;const X=L.position;Q(K=>K.map(Y=>{const U=Y.source===T.id,fe=Y.target===T.id;if(!U&&!fe)return Y;const he=T.position,pe=he.x+jT/2-X.x,Oe=he.y+ST/2-X.y;let Se,de;return Math.abs(Oe)>Math.abs(pe)?(Se=Oe>0?"bottom":"top",de=Oe>0?"top":"bottom"):(Se=pe>0?"right":"left",de=pe>0?"left":"right"),{...Y,sourceHandle:Se,targetHandle:de}}))},[N,Q]),oe=O.useCallback((E,T)=>{var K,Y;const L=T.id===Sa?Sa:((Y=(K=T.data)==null?void 0:K.agent)==null?void 0:Y.name)||T.id;p.current[L]=T.position;const X=_u(n);X[L]=T.position,oE(n,X)},[n]);return t.jsx(LW,{nodes:N,edges:_,nodeTypes:KMe,onNodesChange:C,onEdgesChange:V,onNodeClick:q,onPaneClick:ce,onNodeDrag:ne,onNodeDragStop:oe,onMoveEnd:F,defaultViewport:{x:0,y:0,zoom:1.2},proOptions:{hideAttribution:!0},minZoom:.2,maxZoom:1.5,className:"bg-surface-2",children:t.jsx(zW,{color:"rgba(97,175,239,0.03)",gap:24,size:1})})}function swe({onPlanner:e,onSpawn:n}){var o;return t.jsx("div",{className:"w-full h-full flex items-center justify-center",children:t.jsxs("div",{className:"max-w-2xl w-full text-center space-y-10 px-8",children:[t.jsxs("div",{className:"relative mx-auto w-20 h-20",children:[t.jsx("div",{className:"absolute inset-0 rounded-full bg-accent/8 animate-pulse"}),t.jsx("div",{className:"absolute inset-1 rounded-full bg-surface-3 border border-border-subtle flex items-center justify-center shadow-lg shadow-accent/5",children:t.jsx("img",{src:"/favicon.png",alt:"Groove",className:"h-10 w-10 rounded-full"})})]}),t.jsxs("div",{className:"space-y-3",children:[t.jsx("h1",{className:"text-3xl font-bold text-text-0 font-sans tracking-tight",children:"Welcome to Groove"}),t.jsx("p",{className:"text-base text-text-2 font-sans max-w-md mx-auto leading-relaxed",children:"Your mission control for AI agents. Spawn, orchestrate, and ship faster than ever."})]}),t.jsxs("div",{className:"space-y-3 max-w-xl mx-auto",children:[t.jsxs("button",{onClick:e,className:"w-full flex items-center gap-4 p-5 rounded-lg border border-accent/25 bg-gradient-to-r from-accent/8 to-accent/3 hover:from-accent/14 hover:to-accent/6 hover:border-accent/40 transition-all cursor-pointer group text-left",children:[t.jsx("div",{className:"w-12 h-12 rounded-lg bg-accent/20 flex items-center justify-center group-hover:scale-110 transition-transform flex-shrink-0",children:t.jsx(xa,{size:24,className:"text-accent"})}),t.jsxs("div",{className:"flex-1 min-w-0",children:[t.jsx("div",{className:"text-base font-semibold text-text-0 font-sans",children:"Start with a Planner"}),t.jsx("div",{className:"text-sm text-text-2 font-sans mt-0.5",children:"Describe what you want to build and let AI plan the perfect team"})]}),t.jsx("div",{className:"text-accent text-xs font-semibold font-sans flex-shrink-0 opacity-60 group-hover:opacity-100 transition-opacity",children:"Recommended"})]}),t.jsxs("button",{onClick:n,className:"w-full flex items-center gap-3 p-4 rounded-lg border border-border bg-surface-1 hover:bg-surface-2 hover:border-border transition-all cursor-pointer group text-left",children:[t.jsx("div",{className:"w-10 h-10 rounded-lg bg-surface-4 flex items-center justify-center group-hover:scale-110 transition-transform flex-shrink-0",children:t.jsx(dt,{size:20,className:"text-text-1"})}),t.jsxs("div",{className:"min-w-0",children:[t.jsx("div",{className:"text-sm font-semibold text-text-0 font-sans",children:"Spawn Agent"}),t.jsx("div",{className:"text-xs text-text-3 font-sans mt-0.5",children:"Choose a role and configure"})]})]})]}),((o=window.groove)==null?void 0:o.openFolder)&&t.jsxs("div",{className:"max-w-sm mx-auto",children:[t.jsx("p",{className:"text-xs text-text-3 mb-2",children:"Or open a different project"}),t.jsxs("button",{onClick:()=>window.groove.openFolder(),className:"w-full h-10 rounded-lg border border-border-subtle bg-surface-2 hover:bg-surface-3 text-sm text-text-1 font-medium flex items-center justify-center gap-2 cursor-pointer transition-colors",children:[t.jsx(Ft,{size:16,className:"text-accent"}),"Open Folder"]})]}),t.jsxs("p",{className:"text-xs text-text-4 font-sans",children:[t.jsx("kbd",{className:"font-mono bg-surface-4 px-1.5 py-0.5 rounded text-text-3",children:"Cmd+K"}),t.jsx("span",{className:"mx-1.5",children:"command palette"}),t.jsx("span",{className:"text-text-4 mx-1",children:"·"}),t.jsx("kbd",{className:"font-mono bg-surface-4 px-1.5 py-0.5 rounded text-text-3",children:"Cmd+N"}),t.jsx("span",{className:"mx-1.5",children:"spawn"}),t.jsx("span",{className:"text-text-4 mx-1",children:"·"}),t.jsx("kbd",{className:"font-mono bg-surface-4 px-1.5 py-0.5 rounded text-text-3",children:"Cmd+J"}),t.jsx("span",{className:"mx-1.5",children:"terminal"})]})]})})}const owe={backend:Ct,frontend:Xo,fullstack:aa,testing:k1,security:Ka},cwe=/^[a-zA-Z0-9_-]{1,64}$/;function iwe(e){return e.replace(/\s+/g,"-").replace(/[^a-zA-Z0-9_-]/g,"").slice(0,64)}function rwe(){var b;const e=R(M=>M.recommendedTeam),n=R(M=>M.launchRecommendedTeam),[o,c]=O.useState(!1),[i,d]=O.useState(null);if(!((b=e==null?void 0:e.agents)!=null&&b.length))return null;const u=e.agents,p=u.filter(M=>!M.phase||M.phase===1),f=u.filter(M=>M.phase===2),x=i??p.map(M=>({...M,name:M.name||""}));function v(M,w){const N=x.map((j,C)=>C===M?{...j,name:iwe(w)}:j);d(N)}async function g(){c(!0);try{const M=[...x,...f];await n(M)}catch{}c(!1)}function k(){R.setState({recommendedTeam:null})}return t.jsx("div",{className:"absolute bottom-4 left-1/2 -translate-x-1/2 z-50 w-full max-w-lg",children:t.jsxs("div",{className:"mx-4 rounded-lg border border-accent/30 bg-surface-2/95 backdrop-blur-md shadow-xl shadow-accent/5 overflow-hidden",children:[t.jsxs("div",{className:"px-4 py-3 border-b border-border-subtle flex items-center gap-2",children:[t.jsx(Do,{size:16,className:"text-accent"}),t.jsx("span",{className:"text-sm font-semibold text-text-0 font-sans flex-1",children:"Planner Recommends a Team"}),t.jsx("button",{onClick:k,className:"text-text-4 hover:text-text-1 cursor-pointer",children:t.jsx(nt,{size:14})})]}),t.jsxs("div",{className:"px-4 py-3 space-y-1.5",children:[x.map((M,w)=>{var C;const N=owe[M.role]||aa,j=!M.name||cwe.test(M.name);return t.jsxs("div",{className:"flex items-center gap-2 px-2.5 py-1.5 rounded-md bg-surface-4 border border-border-subtle",children:[t.jsx(N,{size:12,className:"text-text-2 shrink-0"}),t.jsx("input",{type:"text",value:M.name,onChange:_=>v(w,_.target.value),placeholder:M.role,className:te("flex-1 min-w-0 bg-transparent text-xs font-mono text-text-0 outline-none placeholder:text-text-4",!j&&"text-red-400"),maxLength:64,spellCheck:!1}),((C=M.scope)==null?void 0:C.length)>0&&t.jsxs("span",{className:"text-2xs text-text-4 font-mono shrink-0 truncate max-w-[120px]",children:[M.scope[0],M.scope.length>1?` +${M.scope.length-1}`:""]})]},w)}),e.projectDir&&t.jsxs("div",{className:"flex items-center gap-1.5 text-2xs text-text-2 font-mono pt-0.5",children:[t.jsx("span",{className:"text-text-4",children:"Project:"}),t.jsxs("span",{className:"text-accent",children:[e.projectDir,"/"]})]}),f.length>0&&t.jsxs("div",{className:"flex items-center gap-1.5 text-2xs text-text-3 font-sans",children:[t.jsx(Ka,{size:10}),t.jsxs("span",{children:[f.length," QC agent",f.length>1?"s":""," will auto-spawn after builders complete"]})]})]}),t.jsx("div",{className:"px-4 py-3 border-t border-border-subtle",children:t.jsxs(ue,{variant:"primary",size:"md",onClick:g,disabled:o,className:"w-full gap-2",children:[t.jsx(xa,{size:14}),o?"Launching...":`Launch ${p.length} Agent${p.length>1?"s":""}`]})})]})})}function cE(){const e=R(k=>k.agents),n=R(k=>k.activeTeamId),o=R(k=>k.openDetail),c=R(k=>k.spawnAgent),i=R(k=>k.selectAgent);R(k=>k.recommendedTeam);const d=R(k=>k.checkRecommendedTeam);O.useEffect(()=>{if(!e.some(M=>M.role==="planner"&&(M.status==="running"||M.status==="starting")))return;const b=setInterval(()=>d(),5e3);return()=>clearInterval(b)},[e,d]);async function u(){try{const k=await c({role:"planner"});k!=null&&k.id&&i(k.id)}catch{}}const p=e.filter(k=>k.teamId===n),f=R(k=>k.hydrated),[x,v]=O.useState(!0);O.useEffect(()=>{const k=setTimeout(()=>v(!1),1200);return()=>clearTimeout(k)},[]);const g=x||!f;return t.jsxs("div",{className:"flex flex-col h-full relative",children:[t.jsx("div",{className:"flex-1 min-h-0",children:g?t.jsxs("div",{className:te("flex flex-col items-center justify-center h-full transition-opacity duration-500",!x&&f?"opacity-0":"opacity-100"),children:[t.jsxs("div",{className:"relative w-12 h-12 mb-5",children:[t.jsx("span",{className:"absolute inset-0 rounded-full border-2 border-accent/20 animate-ping",style:{animationDuration:"2s"}}),t.jsx("span",{className:"absolute inset-0 rounded-full border-2 border-transparent border-t-accent animate-spin",style:{animationDuration:"1s"}}),t.jsx("span",{className:"absolute inset-[6px] rounded-full bg-accent/8 flex items-center justify-center",children:t.jsx(xa,{size:16,className:"text-accent animate-pulse"})})]}),t.jsx("p",{className:"text-sm font-medium text-text-1 font-sans animate-pulse",children:"Connecting to agents"}),t.jsx("p",{className:"text-xs text-text-3 font-sans mt-1",children:"Syncing with daemon..."})]}):p.length===0?t.jsx(swe,{onPlanner:u,onSpawn:()=>o({type:"spawn"})}):t.jsx(_W,{children:t.jsx(nwe,{})},n)}),t.jsx(rwe,{}),!g&&p.length>0&&t.jsxs("button",{onClick:()=>o({type:"spawn"}),className:"absolute bottom-4 left-4 z-40 flex items-center gap-1.5 h-8 px-4 rounded-md bg-accent/15 text-accent text-xs font-semibold font-sans hover:bg-accent/25 transition-colors cursor-pointer select-none shadow-lg shadow-black/10",children:[t.jsx(dt,{size:14}),"Spawn"]})]})}function lwe({children:e,detailContent:n,terminalContent:o}){const c=R(A=>A.activeView),i=R(A=>A.detailPanel),d=R(A=>A.connected),u=R(A=>A.tunneled),p=R(A=>A.daemonHost),f=R(A=>A.agents),x=R(A=>A.editorActiveFile),v=R(A=>A.detailPanelWidth),g=R(A=>A.terminalVisible),k=R(A=>A.terminalFullHeight),b=R(A=>A.setActiveView),M=R(A=>A.openDetail),w=R(A=>A.closeDetail),N=R(A=>A.setDetailPanelWidth),j=R(A=>A.setTerminalVisible),C=R(A=>A.toggleCommandPalette),_=O.useMemo(()=>f.filter(A=>A.status==="running").length,[f]),Q=O.useMemo(()=>[{key:"k",meta:!0,handler:()=>R.getState().toggleCommandPalette()},{key:"p",meta:!0,shift:!0,handler:()=>R.getState().toggleCommandPalette()},{key:"j",meta:!0,handler:()=>{const A=R.getState();A.setTerminalVisible(!A.terminalVisible)}},{key:"n",meta:!0,handler:()=>R.getState().openDetail({type:"spawn"})},{key:"1",meta:!0,handler:()=>R.getState().setActiveView("agents")},{key:"2",meta:!0,handler:()=>R.getState().setActiveView("editor")},{key:"3",meta:!0,handler:()=>R.getState().setActiveView("dashboard")},{key:"4",meta:!0,handler:()=>R.getState().setActiveView("marketplace")},{key:"5",meta:!0,handler:()=>R.getState().setActiveView("teams")},{key:"Escape",handler:()=>{const A=R.getState();A.commandPaletteOpen?A.toggleCommandPalette():A.detailPanel&&A.closeDetail()}}],[]);jX(Q);const V=i&&i.type!=="spawn";return t.jsx(fJ,{children:t.jsxs("div",{className:te("w-full h-full flex flex-col bg-surface-2 text-text-1 font-sans",Go()&&"electron-app"),children:[t.jsx(K8e,{activeView:c,connected:d,tunneled:u,daemonHost:p,editorActiveFile:x,onOpenCommandPalette:C}),t.jsxs("div",{className:"flex-1 flex min-h-0",children:[t.jsx(B8e,{activeView:c,detailPanel:i,onNavigate:b,onTogglePanel:A=>{(i==null?void 0:i.type)===A?w():M({type:A})}}),t.jsxs("div",{className:"flex-1 flex flex-col min-w-0 min-h-0",children:[c==="agents"&&t.jsx(awe,{}),t.jsxs("div",{className:"flex-1 flex min-h-0",children:[t.jsxs("div",{className:"flex-1 flex flex-col min-w-0 min-h-0",children:[!(g&&k)&&t.jsx("main",{className:"flex-1 min-h-0 overflow-hidden relative",children:e}),o]}),V&&t.jsx(a7e,{width:v,onWidthChange:N,onClose:w,children:n})]})]})]}),t.jsx(t7e,{connected:d,agentCount:f.length,runningCount:_,terminalVisible:g,onToggleTerminal:()=>j(!g)}),t.jsx(s7e,{}),t.jsx(p9e,{}),t.jsx(m9e,{}),t.jsx(i7e,{}),t.jsx(H8e,{})]})})}function dwe({id:e,name:n,subtitle:o,models:c,authType:i,recommended:d,installed:u,installing:p,failed:f,selected:x,onInstall:v,gradientFrom:g,letter:k,statusChecking:b}){return t.jsxs(tn.div,{initial:{opacity:0,y:12},animate:{opacity:1,y:0},transition:{duration:.25},className:te("relative flex flex-col rounded-md border p-6 transition-all duration-200","bg-surface-2 hover:bg-surface-3 hover:shadow-lg hover:shadow-black/20",x?"border-accent ring-1 ring-accent/30 shadow-md shadow-accent/10":"border-border-subtle",p&&"pointer-events-none opacity-70"),children:[x&&t.jsx("div",{className:"absolute top-3 left-3 w-5 h-5 rounded-full bg-accent flex items-center justify-center",children:t.jsx(He,{className:"w-3 h-3 text-surface-0",strokeWidth:3})}),t.jsxs("div",{className:"flex items-start gap-4 mb-5",children:[t.jsx("div",{className:te("w-14 h-14 rounded-md flex items-center justify-center text-lg font-bold font-mono shrink-0",g),children:k}),t.jsxs("div",{className:"min-w-0 flex-1",children:[t.jsxs("div",{className:"flex items-center gap-2",children:[t.jsx("h3",{className:"text-sm font-semibold text-text-0",children:n}),d&&t.jsx(ve,{variant:"purple",className:"text-2xs",children:"Recommended"})]}),t.jsx("p",{className:"text-xs text-text-2 mt-0.5",children:o})]})]}),t.jsx("div",{className:"flex flex-wrap gap-1.5 mb-4",children:c.map(M=>t.jsx("span",{className:"text-xs text-text-2 bg-surface-4 px-2 py-0.5 rounded font-mono",children:M},M))}),t.jsx("p",{className:"text-2xs text-text-3 mb-4",children:i}),t.jsx("div",{className:"mt-auto pt-4 border-t border-border-subtle",children:p?t.jsxs("div",{className:"space-y-2",children:[t.jsxs("div",{className:"flex items-center gap-2",children:[t.jsx(Ae,{className:"w-4 h-4 text-accent animate-spin"}),t.jsx("span",{className:"text-xs text-accent font-medium",children:"Installing..."})]}),t.jsx("div",{className:"h-1 bg-surface-4 rounded-full overflow-hidden",children:t.jsx(tn.div,{className:"h-full bg-accent rounded-full",initial:{width:"0%"},animate:{width:"90%"},transition:{duration:15,ease:"easeOut"}})})]}):u?t.jsxs("div",{className:"flex items-center gap-2",children:[t.jsx(hn,{className:"w-4 h-4 text-success"}),t.jsx("span",{className:"text-xs text-success font-medium",children:"Ready"})]}):f?t.jsxs("div",{className:"flex items-center justify-between",children:[t.jsxs("div",{className:"flex items-center gap-2",children:[t.jsx(jt,{className:"w-4 h-4 text-danger"}),t.jsx("span",{className:"text-xs text-danger font-medium",children:"Failed"})]}),t.jsxs("button",{type:"button",className:"h-8 px-5 rounded-full text-xs font-medium bg-danger/15 text-danger hover:bg-danger/25 transition-colors duration-100 cursor-pointer focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-danger flex items-center gap-1.5",onClick:M=>{M.stopPropagation(),v==null||v(e)},children:[t.jsx(S2,{className:"w-3 h-3"}),"Retry"]})]}):b?t.jsxs("div",{className:"flex items-center gap-2",children:[t.jsx(Ae,{className:"w-3.5 h-3.5 text-text-4 animate-spin"}),t.jsx("span",{className:"text-xs text-text-4",children:"Checking..."})]}):t.jsx("div",{className:"flex items-center justify-end",children:t.jsxs("button",{type:"button",className:"h-8 px-5 rounded-full text-xs font-medium bg-accent text-surface-0 hover:bg-accent/80 transition-colors duration-100 cursor-pointer focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-accent flex items-center gap-1.5",onClick:M=>{M.stopPropagation(),v==null||v(e)},children:[t.jsx(Ya,{className:"w-3.5 h-3.5"}),"Install"]})})})]})}const pn=[{id:"claude-code",name:"Claude Code",subtitle:"by Anthropic",models:["Opus 4.6","Sonnet 4.6","Haiku 4.5"],authType:"Subscription or API key",authModes:["subscription","apikey"],recommended:!0,letter:"C",gradientFrom:"bg-purple/20 text-purple",keyPlaceholder:"sk-ant-...",keyLabel:"Anthropic API Key"},{id:"codex",name:"Codex",subtitle:"by OpenAI",models:["GPT-5.4 Pro","Standard","Mini","Nano"],authType:"API key or ChatGPT Plus",authModes:["apikey","chatgpt-plus"],recommended:!1,letter:"X",gradientFrom:"bg-success/20 text-success",keyPlaceholder:"sk-...",keyLabel:"OpenAI API Key"},{id:"gemini",name:"Gemini CLI",subtitle:"by Google",models:["Gemini 3.1 Pro","3 Flash"],authType:"API key",authModes:["apikey"],recommended:!1,letter:"G",gradientFrom:"bg-info/20 text-info",keyPlaceholder:"AIza...",keyLabel:"Gemini API Key"}],hwe={enter:e=>({x:e>0?80:-80,opacity:0}),center:{x:0,opacity:1},exit:e=>({x:e<0?80:-80,opacity:0})},uwe={duration:.25,ease:[.4,0,.2,1]};function pwe({current:e,total:n}){return t.jsx("div",{className:"flex items-center gap-2.5",children:Array.from({length:n},(o,c)=>t.jsx("div",{className:te("h-2 rounded-full transition-all duration-300",c===e?"w-7 bg-accent":c<e?"w-2 bg-accent/50":"w-2 bg-surface-5")},c))})}function fwe({onNext:e,onSkip:n}){return t.jsxs("div",{className:"flex flex-col items-center justify-center text-center gap-6 max-w-lg mx-auto",children:[t.jsx(tn.img,{src:"/favicon.png",alt:"Groove",className:"w-20 h-20",initial:{scale:.5,opacity:0},animate:{scale:1,opacity:1},transition:{duration:.4,ease:"easeOut"}}),t.jsxs("div",{className:"space-y-2",children:[t.jsx("h1",{className:"text-2xl font-bold text-text-0 font-sans",children:"Welcome to Groove"}),t.jsx("p",{className:"text-sm text-text-2",children:"Your AI coding team, ready in minutes"})]}),t.jsx("p",{className:"text-xs text-text-3 leading-relaxed max-w-sm",children:"Let's set up your AI providers so you can start spawning agents. This only takes a moment."}),t.jsxs("button",{type:"button",onClick:e,className:"mt-4 h-11 px-8 rounded-full bg-accent text-surface-0 font-semibold text-sm hover:bg-accent/80 transition-colors duration-100 cursor-pointer focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-accent focus-visible:ring-offset-2 focus-visible:ring-offset-surface-0 flex items-center gap-2",autoFocus:!0,children:["Get Started",t.jsx(_d,{className:"w-4 h-4"})]}),t.jsx("button",{type:"button",onClick:n,className:"text-xs text-text-4 hover:text-text-2 transition-colors cursor-pointer focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-accent rounded px-2 py-1",children:"Skip setup"})]})}function mwe({selectedDir:e,onSelectDir:n}){const[o,c]=O.useState(!1);async function i(){var u,p;const d=await mY({title:"Choose your project folder",defaultPath:e||void 0});d?n(d):(p=(u=window.groove)==null?void 0:u.folders)!=null&&p.select||c(!0)}return t.jsxs("div",{className:"flex flex-col items-center max-w-lg mx-auto w-full text-center",children:[t.jsxs("div",{className:"mb-8",children:[t.jsx("h2",{className:"text-2xl font-bold text-text-0 mb-2",children:"Choose your project folder"}),t.jsx("p",{className:"text-sm text-text-2",children:"Pick the root directory where your code lives. Groove will manage agents from here."})]}),t.jsx("div",{className:"w-full bg-surface-2 border border-border-subtle rounded-lg p-5 mb-6",children:t.jsxs("div",{className:"flex items-center gap-3",children:[t.jsx("div",{className:"w-12 h-12 rounded-lg bg-accent/10 flex items-center justify-center",children:t.jsx(Ft,{className:"w-6 h-6 text-accent"})}),t.jsxs("div",{className:"flex-1 min-w-0 text-left",children:[t.jsx("p",{className:"text-xs text-text-3 mb-0.5",children:"Working directory"}),t.jsx("p",{className:"text-sm font-mono text-text-0 truncate",children:e||"No folder selected"})]})]})}),t.jsxs("button",{type:"button",onClick:i,className:"h-10 px-6 rounded-lg bg-accent text-surface-0 font-medium text-sm hover:bg-accent/80 transition-colors cursor-pointer flex items-center gap-2",children:[t.jsx(Ft,{className:"w-4 h-4"}),e?"Change Folder":"Select Folder"]}),t.jsx("p",{className:"mt-4 text-2xs text-text-4",children:"You can change this anytime in Settings."}),o&&t.jsx(F2,{open:o,onOpenChange:c,currentPath:e||"/",onSelect:d=>{n(d),c(!1)}})]})}function xwe({providerStatus:e,selected:n,onInstall:o,installing:c,statusChecking:i}){const d=pn.filter(p=>{var f;return(f=e[p.id])==null?void 0:f.installed}).length,u=d===pn.length;return t.jsxs("div",{className:"flex flex-col items-center max-w-4xl mx-auto w-full",children:[t.jsxs("div",{className:"text-center mb-10",children:[t.jsx("h2",{className:"text-2xl font-bold text-text-0 mb-2",children:"Choose your AI providers"}),t.jsx("p",{className:"text-sm text-text-2",children:"Install the coding tools you want to use. You can always add more later."})]}),t.jsx("div",{className:"grid grid-cols-1 md:grid-cols-3 gap-5 w-full mb-8",children:pn.map(p=>{var f,x;return t.jsx(dwe,{...p,installed:(f=e[p.id])==null?void 0:f.installed,installing:c[p.id],failed:(x=e[p.id])==null?void 0:x.failed,selected:n.includes(p.id),onInstall:o,statusChecking:i},p.id)})}),t.jsx("p",{className:te("text-xs text-center",u?"text-success":d>0?"text-text-2":"text-text-4"),children:u?"All providers installed — you're ready to go!":d>0?`${d} of ${pn.length} providers installed`:"Click Install to set up a provider"})]})}function ywe({provider:e,providerStatus:n,onSaveKey:o,onSubscriptionLogin:c}){const[i,d]=O.useState(e.authModes.includes("subscription")?"subscription":"apikey"),[u,p]=O.useState(""),[f,x]=O.useState(!1),[v,g]=O.useState(!1),[k,b]=O.useState((n==null?void 0:n.authenticated)||!1),M=async()=>{if(u.trim()){g(!0);try{await o(e.id,u.trim()),b(!0)}catch{}finally{g(!1)}}},w=(n==null?void 0:n.maskedKey)||(k&&u?`${u.slice(0,6)}${"•".repeat(20)}`:null);return t.jsxs(tn.div,{initial:{opacity:0,y:8},animate:{opacity:1,y:0},transition:{duration:.2},className:"bg-surface-2 border border-border-subtle rounded-md p-5",children:[t.jsxs("div",{className:"flex items-center gap-3 mb-4",children:[t.jsx("div",{className:te("w-10 h-10 rounded-md flex items-center justify-center text-sm font-bold font-mono",e.gradientFrom),children:e.letter}),t.jsxs("div",{children:[t.jsx("h3",{className:"text-sm font-semibold text-text-0",children:e.name}),t.jsx("p",{className:"text-2xs text-text-3",children:e.subtitle})]}),(k||(n==null?void 0:n.authenticated))&&t.jsx(ve,{variant:"success",className:"ml-auto",children:"Connected"})]}),e.authModes.length>1&&t.jsx("div",{className:"flex gap-1 mb-4 bg-surface-3 p-0.5 rounded-md",children:e.authModes.map(N=>t.jsx("button",{type:"button",onClick:()=>d(N),className:te("flex-1 h-7 rounded text-xs font-medium transition-colors duration-100 cursor-pointer","focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-accent",i===N?"bg-surface-5 text-text-0":"text-text-3 hover:text-text-1"),children:N==="subscription"?"Subscription":N==="chatgpt-plus"?"ChatGPT Plus":"API Key"},N))}),i==="subscription"&&t.jsxs("div",{className:"space-y-3",children:[t.jsx("p",{className:"text-xs text-text-2",children:"Sign in with your Claude subscription"}),t.jsx("button",{type:"button",onClick:()=>c(e.id),className:"h-8 px-4 rounded-md bg-purple/15 text-purple border border-purple/20 text-xs font-medium hover:bg-purple/25 transition-colors duration-100 cursor-pointer focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-purple",children:"Sign In"}),(n==null?void 0:n.authenticated)&&t.jsxs("p",{className:"text-xs text-success flex items-center gap-1.5",children:[t.jsx(He,{className:"w-3.5 h-3.5"})," Connected"]})]}),i==="chatgpt-plus"&&t.jsxs("div",{className:"space-y-3",children:[t.jsxs("p",{className:"text-xs text-text-2",children:["Run ",t.jsx("code",{className:"font-mono text-accent bg-surface-4 px-1.5 py-0.5 rounded text-2xs",children:"codex login"})," in your terminal to authenticate with ChatGPT Plus."]}),(n==null?void 0:n.authenticated)&&t.jsxs("p",{className:"text-xs text-success flex items-center gap-1.5",children:[t.jsx(He,{className:"w-3.5 h-3.5"})," Connected"]})]}),i==="apikey"&&t.jsx("div",{className:"space-y-3",children:k||n!=null&&n.authenticated?t.jsxs("div",{className:"flex items-center gap-2",children:[t.jsx("div",{className:"flex-1 h-8 rounded-md bg-surface-1 border border-border px-3 flex items-center",children:t.jsx("span",{className:"text-xs text-text-3 font-mono truncate",children:w||"••••••••••••••"})}),t.jsx("button",{type:"button",onClick:()=>{b(!1),p("")},className:"h-8 px-3 rounded-md text-xs text-text-3 hover:text-text-1 bg-surface-4 hover:bg-surface-5 transition-colors duration-100 cursor-pointer focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-accent",children:"Change"})]}):t.jsxs("div",{className:"flex gap-2",children:[t.jsxs("div",{className:"relative flex-1",children:[t.jsx("input",{type:f?"text":"password",value:u,onChange:N=>p(N.target.value),placeholder:e.keyPlaceholder,className:"h-8 w-full rounded-md px-3 pr-8 text-sm bg-surface-1 border border-border text-text-0 placeholder:text-text-4 focus:outline-none focus:ring-1 focus:ring-accent focus:border-accent transition-colors duration-100 font-mono",onKeyDown:N=>N.key==="Enter"&&M(),"aria-label":e.keyLabel}),t.jsx("button",{type:"button",onClick:()=>x(!f),className:"absolute right-2 top-1/2 -translate-y-1/2 text-text-4 hover:text-text-2 cursor-pointer","aria-label":f?"Hide key":"Show key",children:f?t.jsx(Wn,{className:"w-3.5 h-3.5"}):t.jsx(ma,{className:"w-3.5 h-3.5"})})]}),t.jsx("button",{type:"button",onClick:M,disabled:!u.trim()||v,className:"h-8 px-4 rounded-md bg-accent text-surface-0 text-xs font-medium hover:bg-accent/80 transition-colors duration-100 cursor-pointer disabled:opacity-40 disabled:pointer-events-none focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-accent",children:v?"Saving...":"Save"})]})})]})}function Owe({providerStatus:e,installedIds:n,onSaveKey:o,onSubscriptionLogin:c}){const i=pn.filter(d=>{var u;return n.includes(d.id)||((u=e[d.id])==null?void 0:u.installed)});return i.some(d=>{var u;return(u=e[d.id])==null?void 0:u.authenticated}),t.jsxs("div",{className:"flex flex-col items-center max-w-2xl mx-auto w-full",children:[t.jsxs("div",{className:"text-center mb-8",children:[t.jsx("h2",{className:"text-2xl font-bold text-text-0 mb-2",children:"Connect your accounts"}),t.jsx("p",{className:"text-sm text-text-2",children:"Add credentials for your installed providers."})]}),t.jsx("div",{className:"flex flex-col gap-4 w-full mb-6",children:i.map(d=>t.jsx(ywe,{provider:d,providerStatus:e[d.id]||{},onSaveKey:o,onSubscriptionLogin:c},d.id))}),i.length===0&&t.jsx("p",{className:"text-sm text-text-3 text-center",children:"No providers installed yet. Go back to install one."})]})}function gwe({providerStatus:e,installedIds:n,defaultProvider:o,defaultModel:c,onSetDefault:i}){var u;const d=pn.filter(p=>{var f,x;return(n.includes(p.id)||((f=e[p.id])==null?void 0:f.installed))&&((x=e[p.id])==null?void 0:x.authenticated)});return t.jsxs("div",{className:"flex flex-col items-center max-w-2xl mx-auto w-full",children:[t.jsxs("div",{className:"text-center mb-8",children:[t.jsx("h2",{className:"text-2xl font-bold text-text-0 mb-2",children:"Set your default"}),t.jsx("p",{className:"text-sm text-text-2",children:"Choose which provider and model to use by default. You can switch per-agent anytime."})]}),t.jsxs("div",{className:"flex flex-col gap-3 w-full max-w-md mb-6",children:[d.map(p=>t.jsxs("button",{type:"button",onClick:()=>i(p.id,p.models[0]),className:te("flex items-center gap-4 p-4 rounded-md border transition-all duration-200 text-left cursor-pointer","focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-accent",o===p.id?"bg-accent/8 border-accent ring-1 ring-accent/30":"bg-surface-2 border-border-subtle hover:bg-surface-3"),children:[t.jsx("div",{className:te("w-10 h-10 rounded-md flex items-center justify-center text-sm font-bold font-mono shrink-0",p.gradientFrom),children:p.letter}),t.jsxs("div",{className:"flex-1 min-w-0",children:[t.jsx("h3",{className:"text-sm font-semibold text-text-0",children:p.name}),t.jsx("p",{className:"text-2xs text-text-3",children:p.subtitle})]}),t.jsx("div",{className:te("w-5 h-5 rounded-full border-2 flex items-center justify-center transition-colors",o===p.id?"border-accent bg-accent":"border-border"),children:o===p.id&&t.jsx("div",{className:"w-2 h-2 rounded-full bg-surface-0"})})]},p.id)),d.length===0&&t.jsx("p",{className:"text-sm text-text-3 text-center",children:"No authenticated providers. Go back to connect one."})]}),o&&t.jsxs("div",{className:"w-full max-w-md",children:[t.jsx("label",{className:"text-xs font-medium text-text-2 mb-2 block",children:"Model"}),t.jsx("div",{className:"flex flex-wrap gap-2",children:(u=pn.find(p=>p.id===o))==null?void 0:u.models.map(p=>t.jsx("button",{type:"button",onClick:()=>i(o,p),className:te("h-7 px-3 rounded-full text-xs font-medium transition-colors duration-100 cursor-pointer","focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-accent",c===p?"bg-accent text-surface-0":"bg-surface-4 text-text-2 hover:bg-surface-5 hover:text-text-0"),children:p},p))})]})]})}function kwe({providerStatus:e,defaultProvider:n,defaultModel:o,onFinish:c}){var u;const i=pn.filter(p=>{var f;return(f=e[p.id])==null?void 0:f.installed}).length,d=(u=pn.find(p=>p.id===n))==null?void 0:u.name;return t.jsxs("div",{className:"flex flex-col items-center justify-center text-center gap-6 max-w-lg mx-auto",children:[t.jsx(tn.div,{initial:{scale:0},animate:{scale:1},transition:{type:"spring",stiffness:300,damping:20},className:"w-20 h-20 rounded-full bg-success/15 flex items-center justify-center",children:t.jsx(He,{className:"w-10 h-10 text-success",strokeWidth:2.5})}),t.jsxs("div",{className:"space-y-2",children:[t.jsx("h1",{className:"text-2xl font-bold text-text-0 font-sans",children:"You're all set!"}),t.jsxs("p",{className:"text-sm text-text-2",children:[i," provider",i!==1?"s":""," installed",d?`, default: ${d}`:"",o?` (${o})`:""]})]}),t.jsx(tn.div,{className:"flex gap-3 mt-4",initial:{opacity:0,y:8},animate:{opacity:1,y:0},transition:{delay:.3},children:t.jsxs("button",{type:"button",onClick:c,className:"h-11 px-8 rounded-full bg-accent text-surface-0 font-semibold text-sm hover:bg-accent/80 transition-colors duration-100 cursor-pointer focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-accent focus-visible:ring-offset-2 focus-visible:ring-offset-surface-0 flex items-center gap-2",autoFocus:!0,children:[t.jsx(St,{className:"w-4 h-4"}),"Start Building"]})})]})}const G0=6;function vwe(){const e=R(Y=>Y.dismissOnboarding),n=R(Y=>Y.installProvider),o=R(Y=>Y.setDefaultProvider),c=R(Y=>Y.addToast),[i,d]=O.useState(0),[u,p]=O.useState(1),[f,x]=O.useState(["claude-code"]),[v,g]=O.useState({}),[k,b]=O.useState({}),[M,w]=O.useState(null),[N,j]=O.useState(null),[C,_]=O.useState(!0),[Q,V]=O.useState(null),A=O.useRef(null);O.useEffect(()=>{let Y=!1;async function U(){var he;try{const pe=await fetch("/api/onboarding/status").then(Oe=>Oe.ok?Oe.json():null);if(pe!=null&&pe.providers){const Oe={},Se=[];for(const de of pe.providers){const ke=de.authStatus==="authenticated"||de.authStatus==="key-set";Oe[de.id]={installed:de.installed,authenticated:ke},de.installed&&Se.push(de.id)}return{status:Oe,installedIds:Se,workingDir:((he=pe.config)==null?void 0:he.defaultWorkingDir)||null}}}catch{}try{const pe=await fetch("/api/providers").then(Oe=>Oe.ok?Oe.json():null);if(pe){const Oe={},Se=[],de=Array.isArray(pe)?pe:pe.providers||[];for(const ke of de){const ct=ke.installed||ke.authStatus==="authenticated"||ke.authStatus==="key-set"||!1;Oe[ke.id]={installed:ct,authenticated:ke.authenticated||!1},ct&&Se.push(ke.id)}return{status:Oe,installedIds:Se}}}catch{}return null}async function fe(){_(!0);let he=await U();if(!Y&&he&&he.installedIds.length===0)for(let pe=0;pe<2;pe++){if(await new Promise(Oe=>setTimeout(Oe,2e3)),Y)return;if(he=await U(),he&&he.installedIds.length>0)break}!Y&&he&&(b(he.status),he.installedIds.length>0&&x(pe=>[...new Set([...pe,...he.installedIds])]),he.workingDir&&!Q&&V(he.workingDir)),Y||_(!1)}return fe(),()=>{Y=!0}},[i]);const P=O.useCallback(()=>{i<G0-1&&(p(1),d(Y=>Y+1))},[i]),z=O.useCallback(()=>{i>0&&(p(-1),d(Y=>Y-1))},[i]),F=O.useCallback(()=>{e()},[e]),q=O.useCallback(async()=>{if(Q)try{await V(Q)}catch{c("error","Failed to set project directory")}e()},[e,Q,c]),ce=O.useCallback(async Y=>{g(U=>({...U,[Y]:!0}));try{await n(Y),b(U=>({...U,[Y]:{...U[Y],installed:!0}})),x(U=>U.includes(Y)?U:[...U,Y])}catch{b(U=>({...U,[Y]:{...U[Y],failed:!0}}))}finally{g(U=>({...U,[Y]:!1}))}},[n]),ne=O.useCallback(async(Y,U)=>{try{if(!(await fetch(`/api/credentials/${encodeURIComponent(Y)}`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({key:U})})).ok)throw new Error("Failed to save key");b(he=>({...he,[Y]:{...he[Y],authenticated:!0,maskedKey:`${U.slice(0,6)}${"•".repeat(20)}`}})),c("success","API key saved")}catch(fe){throw c("error","Failed to save key",fe.message),fe}},[c]),oe=O.useCallback(Y=>{var U,fe;Go()&&((fe=(U=window.groove)==null?void 0:U.auth)!=null&&fe.login)?window.groove.auth.login():fetch("/api/auth/login-url").then(he=>he.json()).then(he=>{he.url&&window.open(he.url,"_blank")}).catch(()=>c("error","Failed to start login"))},[c]),E=O.useCallback(async(Y,U)=>{w(Y),j(U);try{await o(Y,U)}catch{}},[o]),T=pn.some(Y=>{var U;return(U=k[Y.id])==null?void 0:U.installed}),L=pn.some(Y=>{var U;return(U=k[Y.id])==null?void 0:U.authenticated}),X=i===0||i===1?!0:i===2?T:i===3?L:i===4?!!M:!1;O.useEffect(()=>{const Y=U=>{U.key==="Enter"&&i<G0-1&&X&&P(),U.key==="Escape"&&F()};return window.addEventListener("keydown",Y),()=>window.removeEventListener("keydown",Y)},[i,X,P,F]);const K=[t.jsx(fwe,{onNext:P,onSkip:F},"welcome"),t.jsx(mwe,{selectedDir:Q,onSelectDir:V},"folder"),t.jsx(xwe,{providerStatus:k,selected:f,onInstall:ce,installing:v,statusChecking:C},"install"),t.jsx(Owe,{providerStatus:k,installedIds:f,onSaveKey:ne,onSubscriptionLogin:oe},"auth"),t.jsx(gwe,{providerStatus:k,installedIds:f,defaultProvider:M,defaultModel:N,onSetDefault:E},"default"),t.jsx(kwe,{providerStatus:k,defaultProvider:M,defaultModel:N,onFinish:q},"done")];return t.jsxs("div",{ref:A,className:"fixed inset-0 z-50 bg-gradient-to-b from-surface-0 to-surface-1 flex flex-col font-sans overflow-hidden",children:[Go()&&t.jsx("div",{className:"h-8 w-full electron-drag shrink-0"}),t.jsxs("div",{className:"flex items-center justify-between px-8 py-4 shrink-0",children:[t.jsx(pwe,{current:i,total:G0}),i>0&&i<G0-1&&t.jsx("button",{type:"button",onClick:F,className:"text-xs text-text-4 hover:text-text-2 transition-colors cursor-pointer focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-accent rounded px-2 py-1",children:"Skip setup"})]}),t.jsx("div",{className:"flex-1 flex items-center justify-center px-8 py-4 overflow-y-auto",children:t.jsx(Wd,{mode:"wait",custom:u,children:t.jsx(tn.div,{custom:u,variants:hwe,initial:"enter",animate:"center",exit:"exit",transition:uwe,className:"w-full",children:K[i]},i)})}),i>0&&i<G0-1&&t.jsxs("div",{className:"flex items-center justify-between px-8 py-8 shrink-0",children:[t.jsxs("button",{type:"button",onClick:z,className:"h-10 px-6 rounded-md text-sm text-text-2 hover:text-text-0 bg-surface-3 hover:bg-surface-4 transition-colors duration-100 cursor-pointer flex items-center gap-1.5 focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-accent",children:[t.jsx(As,{className:"w-4 h-4"}),"Back"]}),t.jsxs("button",{type:"button",onClick:P,disabled:!X,className:"h-10 px-8 rounded-md text-sm font-medium bg-accent text-surface-0 hover:bg-accent/80 transition-colors duration-100 cursor-pointer disabled:opacity-40 disabled:pointer-events-none flex items-center gap-1.5 focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-accent",children:[i===4?"Finish Setup":"Continue",t.jsx(qt,{className:"w-4 h-4"})]})]})]})}const bwe=[{icon:Fa,label:"SSH Tunnel",desc:"Connect to remote servers"},{icon:Ct,label:"Federation",desc:"Multi-machine daemon pairing"},{icon:Cd,label:"Cloud Teams",desc:"Coming soon"}];function Mwe(){var w;const e=R(N=>N.upgradeModalOpen),n=R(N=>N.setUpgradeModalOpen),o=R(N=>N.marketplaceAuthenticated),c=R(N=>N.marketplaceLogin),i=R(N=>N.startCheckout),d=R(N=>N.addToast),[u,p]=O.useState(null),[f,x]=O.useState("monthly"),[v,g]=O.useState(!1);O.useEffect(()=>{e&&!u&&R.getState().fetchSubscriptionPlans().then(N=>p(N)).catch(()=>{})},[e,u]);const k=(w=u==null?void 0:u.pro)==null?void 0:w[f],b=f==="annual"?`$${Math.round(((k==null?void 0:k.price)||96)/12)}/mo`:`$${(k==null?void 0:k.price)||10}/mo`;async function M(){var N;if(!o){c();return}if(!(k!=null&&k.priceId)){tQ("https://groovedev.ai/pro"),n(!1);return}g(!0);try{await i(k.priceId),n(!1)}catch(j){j.status===401||(N=j.message)!=null&&N.includes("Not authenticated")?(d("info","Please sign in first"),c()):j.status===409&&(d("info","You already have a subscription"),n(!1))}finally{g(!1)}}return t.jsx(Dn,{open:e,onOpenChange:n,children:t.jsx(Hn,{title:"Upgrade to Pro",className:"max-w-[440px]",children:t.jsxs("div",{className:"px-6 py-5",children:[t.jsxs("div",{className:"text-center mb-6",children:[t.jsx("div",{className:"mx-auto mb-3 w-12 h-12 rounded-full bg-accent/10 flex items-center justify-center",children:t.jsx(St,{size:22,className:"text-accent"})}),t.jsx("h2",{className:"text-lg font-bold text-text-0",children:"Upgrade to Groove Pro"}),t.jsx("p",{className:"text-sm text-text-2 mt-1",children:"Unlock powerful features for your AI workflow"})]}),t.jsx("div",{className:"space-y-3 mb-6",children:bwe.map(N=>t.jsxs("div",{className:"flex items-center gap-3",children:[t.jsx("div",{className:"w-8 h-8 rounded-md bg-surface-4 flex items-center justify-center flex-shrink-0",children:t.jsx(N.icon,{size:15,className:"text-accent"})}),t.jsxs("div",{children:[t.jsx("p",{className:"text-sm font-medium text-text-0",children:N.label}),t.jsx("p",{className:"text-2xs text-text-3",children:N.desc})]}),t.jsx(He,{size:14,className:"text-success ml-auto flex-shrink-0"})]},N.label))}),t.jsxs("div",{className:"flex gap-1 mb-5 bg-surface-3 p-0.5 rounded-md",children:[t.jsx("button",{type:"button",onClick:()=>x("monthly"),className:te("flex-1 h-8 rounded text-xs font-medium transition-colors cursor-pointer",f==="monthly"?"bg-surface-5 text-text-0":"text-text-3 hover:text-text-1"),children:"Monthly"}),t.jsxs("button",{type:"button",onClick:()=>x("annual"),className:te("flex-1 h-8 rounded text-xs font-medium transition-colors cursor-pointer",f==="annual"?"bg-surface-5 text-text-0":"text-text-3 hover:text-text-1"),children:["Annual",t.jsx("span",{className:"ml-1 text-success text-2xs",children:"Save 20%"})]})]}),t.jsxs("div",{className:"text-center mb-5",children:[t.jsx("span",{className:"text-3xl font-bold text-text-0",children:b}),f==="annual"&&t.jsxs("p",{className:"text-2xs text-text-3 mt-1",children:["Billed $",(k==null?void 0:k.price)||96,"/year"]})]}),t.jsx("button",{type:"button",onClick:M,disabled:v,className:"w-full h-10 rounded-lg bg-accent text-white font-semibold text-sm hover:bg-accent/90 transition-colors cursor-pointer disabled:opacity-50 disabled:pointer-events-none flex items-center justify-center gap-2",children:v?"Processing...":o?t.jsxs(t.Fragment,{children:[t.jsx(St,{size:15})," Subscribe — ",b]}):t.jsxs(t.Fragment,{children:[t.jsx(Vo,{size:15})," Sign in to subscribe"]})}),t.jsx("button",{type:"button",onClick:()=>n(!1),className:"w-full mt-2 text-xs text-text-4 hover:text-text-2 transition-colors cursor-pointer py-1",children:"Maybe later"})]})})})}function wwe(e,[n,o]){return Math.min(o,Math.max(n,e))}function jwe(e,n){return O.useReducer((o,c)=>n[o][c]??o,e)}var FP="ScrollArea",[sH]=Hs(FP),[Swe,an]=sH(FP),oH=O.forwardRef((e,n)=>{const{__scopeScrollArea:o,type:c="hover",dir:i,scrollHideDelay:d=600,...u}=e,[p,f]=O.useState(null),[x,v]=O.useState(null),[g,k]=O.useState(null),[b,M]=O.useState(null),[w,N]=O.useState(null),[j,C]=O.useState(0),[_,Q]=O.useState(0),[V,A]=O.useState(!1),[P,z]=O.useState(!1),F=ht(n,ce=>f(ce)),q=RQ(i);return t.jsx(Swe,{scope:o,type:c,dir:q,scrollHideDelay:d,scrollArea:p,viewport:x,onViewportChange:v,content:g,onContentChange:k,scrollbarX:b,onScrollbarXChange:M,scrollbarXEnabled:V,onScrollbarXEnabledChange:A,scrollbarY:w,onScrollbarYChange:N,scrollbarYEnabled:P,onScrollbarYEnabledChange:z,onCornerWidthChange:C,onCornerHeightChange:Q,children:t.jsx(Ye.div,{dir:q,...u,ref:F,style:{position:"relative","--radix-scroll-area-corner-width":j+"px","--radix-scroll-area-corner-height":_+"px",...e.style}})})});oH.displayName=FP;var cH="ScrollAreaViewport",iH=O.forwardRef((e,n)=>{const{__scopeScrollArea:o,children:c,nonce:i,...d}=e,u=an(cH,o),p=O.useRef(null),f=ht(n,p,u.onViewportChange);return t.jsxs(t.Fragment,{children:[t.jsx("style",{dangerouslySetInnerHTML:{__html:"[data-radix-scroll-area-viewport]{scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;}[data-radix-scroll-area-viewport]::-webkit-scrollbar{display:none}"},nonce:i}),t.jsx(Ye.div,{"data-radix-scroll-area-viewport":"",...d,ref:f,style:{overflowX:u.scrollbarXEnabled?"scroll":"hidden",overflowY:u.scrollbarYEnabled?"scroll":"hidden",...e.style},children:t.jsx("div",{ref:u.onContentChange,style:{minWidth:"100%",display:"table"},children:c})})]})});iH.displayName=cH;var es="ScrollAreaScrollbar",rH=O.forwardRef((e,n)=>{const{forceMount:o,...c}=e,i=an(es,e.__scopeScrollArea),{onScrollbarXEnabledChange:d,onScrollbarYEnabledChange:u}=i,p=e.orientation==="horizontal";return O.useEffect(()=>(p?d(!0):u(!0),()=>{p?d(!1):u(!1)}),[p,d,u]),i.type==="hover"?t.jsx(Nwe,{...c,ref:n,forceMount:o}):i.type==="scroll"?t.jsx(_we,{...c,ref:n,forceMount:o}):i.type==="auto"?t.jsx(lH,{...c,ref:n,forceMount:o}):i.type==="always"?t.jsx(KP,{...c,ref:n}):null});rH.displayName=es;var Nwe=O.forwardRef((e,n)=>{const{forceMount:o,...c}=e,i=an(es,e.__scopeScrollArea),[d,u]=O.useState(!1);return O.useEffect(()=>{const p=i.scrollArea;let f=0;if(p){const x=()=>{window.clearTimeout(f),u(!0)},v=()=>{f=window.setTimeout(()=>u(!1),i.scrollHideDelay)};return p.addEventListener("pointerenter",x),p.addEventListener("pointerleave",v),()=>{window.clearTimeout(f),p.removeEventListener("pointerenter",x),p.removeEventListener("pointerleave",v)}}},[i.scrollArea,i.scrollHideDelay]),t.jsx(oa,{present:o||d,children:t.jsx(lH,{"data-state":d?"visible":"hidden",...c,ref:n})})}),_we=O.forwardRef((e,n)=>{const{forceMount:o,...c}=e,i=an(es,e.__scopeScrollArea),d=e.orientation==="horizontal",u=DQ(()=>f("SCROLL_END"),100),[p,f]=jwe("hidden",{hidden:{SCROLL:"scrolling"},scrolling:{SCROLL_END:"idle",POINTER_ENTER:"interacting"},interacting:{SCROLL:"interacting",POINTER_LEAVE:"idle"},idle:{HIDE:"hidden",SCROLL:"scrolling",POINTER_ENTER:"interacting"}});return O.useEffect(()=>{if(p==="idle"){const x=window.setTimeout(()=>f("HIDE"),i.scrollHideDelay);return()=>window.clearTimeout(x)}},[p,i.scrollHideDelay,f]),O.useEffect(()=>{const x=i.viewport,v=d?"scrollLeft":"scrollTop";if(x){let g=x[v];const k=()=>{const b=x[v];g!==b&&(f("SCROLL"),u()),g=b};return x.addEventListener("scroll",k),()=>x.removeEventListener("scroll",k)}},[i.viewport,d,f,u]),t.jsx(oa,{present:o||p!=="hidden",children:t.jsx(KP,{"data-state":p==="hidden"?"hidden":"visible",...c,ref:n,onPointerEnter:$e(e.onPointerEnter,()=>f("POINTER_ENTER")),onPointerLeave:$e(e.onPointerLeave,()=>f("POINTER_LEAVE"))})})}),lH=O.forwardRef((e,n)=>{const o=an(es,e.__scopeScrollArea),{forceMount:c,...i}=e,[d,u]=O.useState(!1),p=e.orientation==="horizontal",f=DQ(()=>{if(o.viewport){const x=o.viewport.offsetWidth<o.viewport.scrollWidth,v=o.viewport.offsetHeight<o.viewport.scrollHeight;u(p?x:v)}},10);return Hd(o.viewport,f),Hd(o.content,f),t.jsx(oa,{present:c||d,children:t.jsx(KP,{"data-state":d?"visible":"hidden",...i,ref:n})})}),KP=O.forwardRef((e,n)=>{const{orientation:o="vertical",...c}=e,i=an(es,e.__scopeScrollArea),d=O.useRef(null),u=O.useRef(0),[p,f]=O.useState({content:0,viewport:0,scrollbar:{size:0,paddingStart:0,paddingEnd:0}}),x=fH(p.viewport,p.content),v={...c,sizes:p,onSizesChange:f,hasThumb:x>0&&x<1,onThumbChange:k=>d.current=k,onThumbPointerUp:()=>u.current=0,onThumbPointerDown:k=>u.current=k};function g(k,b){return Twe(k,u.current,p,b)}return o==="horizontal"?t.jsx($we,{...v,ref:n,onThumbPositionChange:()=>{if(i.viewport&&d.current){const k=i.viewport.scrollLeft,b=iE(k,p,i.dir);d.current.style.transform=`translate3d(${b}px, 0, 0)`}},onWheelScroll:k=>{i.viewport&&(i.viewport.scrollLeft=k)},onDragScroll:k=>{i.viewport&&(i.viewport.scrollLeft=g(k,i.dir))}}):o==="vertical"?t.jsx(Cwe,{...v,ref:n,onThumbPositionChange:()=>{if(i.viewport&&d.current){const k=i.viewport.scrollTop,b=iE(k,p);d.current.style.transform=`translate3d(0, ${b}px, 0)`}},onWheelScroll:k=>{i.viewport&&(i.viewport.scrollTop=k)},onDragScroll:k=>{i.viewport&&(i.viewport.scrollTop=g(k))}}):null}),$we=O.forwardRef((e,n)=>{const{sizes:o,onSizesChange:c,...i}=e,d=an(es,e.__scopeScrollArea),[u,p]=O.useState(),f=O.useRef(null),x=ht(n,f,d.onScrollbarXChange);return O.useEffect(()=>{f.current&&p(getComputedStyle(f.current))},[f]),t.jsx(hH,{"data-orientation":"horizontal",...i,ref:x,sizes:o,style:{bottom:0,left:d.dir==="rtl"?"var(--radix-scroll-area-corner-width)":0,right:d.dir==="ltr"?"var(--radix-scroll-area-corner-width)":0,"--radix-scroll-area-thumb-width":ZQ(o)+"px",...e.style},onThumbPointerDown:v=>e.onThumbPointerDown(v.x),onDragScroll:v=>e.onDragScroll(v.x),onWheelScroll:(v,g)=>{if(d.viewport){const k=d.viewport.scrollLeft+v.deltaX;e.onWheelScroll(k),xH(k,g)&&v.preventDefault()}},onResize:()=>{f.current&&d.viewport&&u&&c({content:d.viewport.scrollWidth,viewport:d.viewport.offsetWidth,scrollbar:{size:f.current.clientWidth,paddingStart:pQ(u.paddingLeft),paddingEnd:pQ(u.paddingRight)}})}})}),Cwe=O.forwardRef((e,n)=>{const{sizes:o,onSizesChange:c,...i}=e,d=an(es,e.__scopeScrollArea),[u,p]=O.useState(),f=O.useRef(null),x=ht(n,f,d.onScrollbarYChange);return O.useEffect(()=>{f.current&&p(getComputedStyle(f.current))},[f]),t.jsx(hH,{"data-orientation":"vertical",...i,ref:x,sizes:o,style:{top:0,right:d.dir==="ltr"?0:void 0,left:d.dir==="rtl"?0:void 0,bottom:"var(--radix-scroll-area-corner-height)","--radix-scroll-area-thumb-height":ZQ(o)+"px",...e.style},onThumbPointerDown:v=>e.onThumbPointerDown(v.y),onDragScroll:v=>e.onDragScroll(v.y),onWheelScroll:(v,g)=>{if(d.viewport){const k=d.viewport.scrollTop+v.deltaY;e.onWheelScroll(k),xH(k,g)&&v.preventDefault()}},onResize:()=>{f.current&&d.viewport&&u&&c({content:d.viewport.scrollHeight,viewport:d.viewport.offsetHeight,scrollbar:{size:f.current.clientHeight,paddingStart:pQ(u.paddingTop),paddingEnd:pQ(u.paddingBottom)}})}})}),[Qwe,dH]=sH(es),hH=O.forwardRef((e,n)=>{const{__scopeScrollArea:o,sizes:c,hasThumb:i,onThumbChange:d,onThumbPointerUp:u,onThumbPointerDown:p,onThumbPositionChange:f,onDragScroll:x,onWheelScroll:v,onResize:g,...k}=e,b=an(es,o),[M,w]=O.useState(null),N=ht(n,F=>w(F)),j=O.useRef(null),C=O.useRef(""),_=b.viewport,Q=c.content-c.viewport,V=Dt(v),A=Dt(f),P=DQ(g,10);function z(F){if(j.current){const q=F.clientX-j.current.left,ce=F.clientY-j.current.top;x({x:q,y:ce})}}return O.useEffect(()=>{const F=q=>{const ce=q.target;(M==null?void 0:M.contains(ce))&&V(q,Q)};return document.addEventListener("wheel",F,{passive:!1}),()=>document.removeEventListener("wheel",F,{passive:!1})},[_,M,Q,V]),O.useEffect(A,[c,A]),Hd(M,P),Hd(b.content,P),t.jsx(Qwe,{scope:o,scrollbar:M,hasThumb:i,onThumbChange:Dt(d),onThumbPointerUp:Dt(u),onThumbPositionChange:A,onThumbPointerDown:Dt(p),children:t.jsx(Ye.div,{...k,ref:N,style:{position:"absolute",...k.style},onPointerDown:$e(e.onPointerDown,F=>{F.button===0&&(F.target.setPointerCapture(F.pointerId),j.current=M.getBoundingClientRect(),C.current=document.body.style.webkitUserSelect,document.body.style.webkitUserSelect="none",b.viewport&&(b.viewport.style.scrollBehavior="auto"),z(F))}),onPointerMove:$e(e.onPointerMove,z),onPointerUp:$e(e.onPointerUp,F=>{const q=F.target;q.hasPointerCapture(F.pointerId)&&q.releasePointerCapture(F.pointerId),document.body.style.webkitUserSelect=C.current,b.viewport&&(b.viewport.style.scrollBehavior=""),j.current=null})})})}),uQ="ScrollAreaThumb",uH=O.forwardRef((e,n)=>{const{forceMount:o,...c}=e,i=dH(uQ,e.__scopeScrollArea);return t.jsx(oa,{present:o||i.hasThumb,children:t.jsx(Lwe,{ref:n,...c})})}),Lwe=O.forwardRef((e,n)=>{const{__scopeScrollArea:o,style:c,...i}=e,d=an(uQ,o),u=dH(uQ,o),{onThumbPositionChange:p}=u,f=ht(n,g=>u.onThumbChange(g)),x=O.useRef(void 0),v=DQ(()=>{x.current&&(x.current(),x.current=void 0)},100);return O.useEffect(()=>{const g=d.viewport;if(g){const k=()=>{if(v(),!x.current){const b=Pwe(g,p);x.current=b,p()}};return p(),g.addEventListener("scroll",k),()=>g.removeEventListener("scroll",k)}},[d.viewport,v,p]),t.jsx(Ye.div,{"data-state":u.hasThumb?"visible":"hidden",...i,ref:f,style:{width:"var(--radix-scroll-area-thumb-width)",height:"var(--radix-scroll-area-thumb-height)",...c},onPointerDownCapture:$e(e.onPointerDownCapture,g=>{const b=g.target.getBoundingClientRect(),M=g.clientX-b.left,w=g.clientY-b.top;u.onThumbPointerDown({x:M,y:w})}),onPointerUp:$e(e.onPointerUp,u.onThumbPointerUp)})});uH.displayName=uQ;var JP="ScrollAreaCorner",pH=O.forwardRef((e,n)=>{const o=an(JP,e.__scopeScrollArea),c=!!(o.scrollbarX&&o.scrollbarY);return o.type!=="scroll"&&c?t.jsx(zwe,{...e,ref:n}):null});pH.displayName=JP;var zwe=O.forwardRef((e,n)=>{const{__scopeScrollArea:o,...c}=e,i=an(JP,o),[d,u]=O.useState(0),[p,f]=O.useState(0),x=!!(d&&p);return Hd(i.scrollbarX,()=>{var g;const v=((g=i.scrollbarX)==null?void 0:g.offsetHeight)||0;i.onCornerHeightChange(v),f(v)}),Hd(i.scrollbarY,()=>{var g;const v=((g=i.scrollbarY)==null?void 0:g.offsetWidth)||0;i.onCornerWidthChange(v),u(v)}),x?t.jsx(Ye.div,{...c,ref:n,style:{width:d,height:p,position:"absolute",right:i.dir==="ltr"?0:void 0,left:i.dir==="rtl"?0:void 0,bottom:0,...e.style}}):null});function pQ(e){return e?parseInt(e,10):0}function fH(e,n){const o=e/n;return isNaN(o)?0:o}function ZQ(e){const n=fH(e.viewport,e.content),o=e.scrollbar.paddingStart+e.scrollbar.paddingEnd,c=(e.scrollbar.size-o)*n;return Math.max(c,18)}function Twe(e,n,o,c="ltr"){const i=ZQ(o),d=i/2,u=n||d,p=i-u,f=o.scrollbar.paddingStart+u,x=o.scrollbar.size-o.scrollbar.paddingEnd-p,v=o.content-o.viewport,g=c==="ltr"?[0,v]:[v*-1,0];return mH([f,x],g)(e)}function iE(e,n,o="ltr"){const c=ZQ(n),i=n.scrollbar.paddingStart+n.scrollbar.paddingEnd,d=n.scrollbar.size-i,u=n.content-n.viewport,p=d-c,f=o==="ltr"?[0,u]:[u*-1,0],x=wwe(e,f);return mH([0,u],[0,p])(x)}function mH(e,n){return o=>{if(e[0]===e[1]||n[0]===n[1])return n[0];const c=(n[1]-n[0])/(e[1]-e[0]);return n[0]+c*(o-e[0])}}function xH(e,n){return e>0&&e<n}var Pwe=(e,n=()=>{})=>{let o={left:e.scrollLeft,top:e.scrollTop},c=0;return(function i(){const d={left:e.scrollLeft,top:e.scrollTop},u=o.left!==d.left,p=o.top!==d.top;(u||p)&&n(),o=d,c=window.requestAnimationFrame(i)})(),()=>window.cancelAnimationFrame(c)};function DQ(e,n){const o=Dt(e),c=O.useRef(0);return O.useEffect(()=>()=>window.clearTimeout(c.current),[]),O.useCallback(()=>{window.clearTimeout(c.current),c.current=window.setTimeout(o,n)},[o,n])}function Hd(e,n){const o=Dt(n);Xs(()=>{let c=0;if(e){const i=new ResizeObserver(()=>{cancelAnimationFrame(c),c=window.requestAnimationFrame(o)});return i.observe(e),()=>{window.cancelAnimationFrame(c),i.unobserve(e)}}},[e,o])}var Awe=oH,qwe=iH,rE=rH,lE=uH,Iwe=pH;function Kt({children:e,className:n,...o}){return t.jsxs(Awe,{className:te("overflow-hidden",n),...o,children:[t.jsx(qwe,{className:"h-full w-full rounded-[inherit]",children:e}),t.jsx(rE,{orientation:"vertical",className:"flex touch-none select-none p-0.5 transition-colors w-2",children:t.jsx(lE,{className:"relative flex-1 rounded-full bg-surface-5 hover:bg-surface-6"})}),t.jsx(rE,{orientation:"horizontal",className:"flex touch-none select-none flex-col p-0.5 transition-colors h-2",children:t.jsx(lE,{className:"relative flex-1 rounded-full bg-surface-5 hover:bg-surface-6"})}),t.jsx(Iwe,{})]})}const Rwe={js:"text-warning",jsx:"text-warning",ts:"text-info",tsx:"text-info",css:"text-info",html:"text-orange",json:"text-warning",md:"text-text-2",py:"text-success",rs:"text-orange",go:"text-accent",sh:"text-success",yaml:"text-danger",yml:"text-danger",sql:"text-purple",xml:"text-orange",svg:"text-warning"};function Vwe(e){var o;const n=(o=e.split(".").pop())==null?void 0:o.toLowerCase();return Rwe[n]||"text-text-3"}function Ewe({x:e,y:n,items:o,onClose:c}){const i=O.useRef(null);return O.useEffect(()=>{function d(u){i.current&&!i.current.contains(u.target)&&c()}return document.addEventListener("mousedown",d),()=>document.removeEventListener("mousedown",d)},[c]),t.jsx("div",{ref:i,className:"fixed z-50 min-w-[160px] py-1 bg-surface-2 border border-border rounded-lg shadow-xl",style:{left:e,top:n},children:o.map((d,u)=>d.separator?t.jsx("div",{className:"h-px bg-border-subtle my-1"},u):t.jsxs("button",{onClick:()=>{d.action(),c()},className:te("w-full flex items-center gap-2.5 px-3 py-1.5 text-xs font-sans text-left cursor-pointer transition-colors",d.danger?"text-danger hover:bg-danger/10":"text-text-1 hover:bg-surface-5"),children:[d.icon&&t.jsx(d.icon,{size:12,className:d.danger?"text-danger":"text-text-3"}),d.label]},u))})}function fQ({defaultValue:e="",placeholder:n,onSubmit:o,onCancel:c,depth:i=0}){const[d,u]=O.useState(e),p=O.useRef(null);O.useEffect(()=>{var x,v;(x=p.current)==null||x.focus(),e&&((v=p.current)==null||v.select())},[e]);function f(x){if(x.key==="Enter"){const v=d.trim();v&&o(v)}x.key==="Escape"&&c()}return t.jsx("div",{className:"flex items-center py-0.5",style:{paddingLeft:i*16+8},children:t.jsx("input",{ref:p,value:d,onChange:x=>u(x.target.value),onKeyDown:f,onBlur:c,placeholder:n,className:"w-full h-5 px-1.5 text-xs bg-surface-0 border border-accent rounded text-text-0 font-sans focus:outline-none"})})}function yH({entry:e,depth:n=0,activePath:o,onFileClick:c,onDirToggle:i,expanded:d,onContextMenu:u}){const p=e.type==="dir",f=o===e.path,x=d.has(e.path),v=n*16+8;function g(k){k.preventDefault(),k.stopPropagation(),u(k,e)}return t.jsxs("button",{onClick:()=>p?i(e.path):c(e.path),onContextMenu:g,className:te("w-full flex items-center gap-1.5 py-1 text-xs font-sans cursor-pointer","hover:bg-surface-5 transition-colors text-left select-none",f&&"bg-accent/10 text-text-0",!f&&"text-text-1"),style:{paddingLeft:v},children:[p?t.jsxs(t.Fragment,{children:[x?t.jsx(At,{size:12,className:"text-text-4 flex-shrink-0"}):t.jsx(qt,{size:12,className:"text-text-4 flex-shrink-0"}),x?t.jsx(Ft,{size:14,className:"text-accent flex-shrink-0"}):t.jsx(Ld,{size:14,className:"text-text-3 flex-shrink-0"})]}):t.jsxs(t.Fragment,{children:[t.jsx("span",{className:"w-3"}),t.jsx(l2,{size:14,className:te("flex-shrink-0",Vwe(e.name))})]}),t.jsx("span",{className:"truncate",children:e.name})]})}function OH({dirPath:e,depth:n,activePath:o,onFileClick:c,expanded:i,onDirToggle:d,treeCache:u,fetchTreeDir:p,onContextMenu:f,inlineInput:x}){const v=u[e]||[];return O.useEffect(()=>{i.has(e)&&!u[e]&&p(e)},[i,e,u,p]),i.has(e)?t.jsxs(t.Fragment,{children:[(x==null?void 0:x.parentPath)===e&&t.jsx(fQ,{placeholder:x.type==="file"?"filename.ext":"folder-name",onSubmit:x.onSubmit,onCancel:x.onCancel,depth:n}),v.map(g=>t.jsxs("div",{children:[(x==null?void 0:x.renamePath)===g.path?t.jsx(fQ,{defaultValue:g.name,onSubmit:x.onSubmit,onCancel:x.onCancel,depth:n}):t.jsx(yH,{entry:g,depth:n,activePath:o,onFileClick:c,onDirToggle:d,expanded:i,onContextMenu:f}),g.type==="dir"&&t.jsx(OH,{dirPath:g.path,depth:n+1,activePath:o,onFileClick:c,expanded:i,onDirToggle:d,treeCache:u,fetchTreeDir:p,onContextMenu:f,inlineInput:x})]},g.path))]}):null}function Xwe({rootDir:e}){const n=R(z=>z.editorTreeCache),o=R(z=>z.editorActiveFile),c=R(z=>z.openFile),i=R(z=>z.fetchTreeDir),d=R(z=>z.addToast),[u,p]=O.useState(new Set([""])),[f,x]=O.useState(""),[v,g]=O.useState(null),[k,b]=O.useState(null);O.useEffect(()=>{i("")},[i,e]);function M(z){p(F=>{const q=new Set(F);return q.has(z)?q.delete(z):q.add(z),q})}function w(z,F){g({x:z.clientX,y:z.clientY,entry:F})}function N(z){z.preventDefault(),g({x:z.clientX,y:z.clientY,entry:{type:"dir",path:"",name:"root"}})}function j(z){const F=z.split("/");return F.pop(),F.join("/")}async function C(z){p(F=>new Set([...F,z])),b({type:"file",parentPath:z,onSubmit:async F=>{const q=z?`${z}/${F}`:F;try{await H.post("/files/create",{path:q,content:""}),i(z),c(q),d("success",`Created ${F}`)}catch(ce){d("error","Create failed",ce.message)}b(null)},onCancel:()=>b(null)})}async function _(z){p(F=>new Set([...F,z])),b({type:"folder",parentPath:z,onSubmit:async F=>{const q=z?`${z}/${F}`:F;try{await H.post("/files/mkdir",{path:q}),i(z),p(ce=>new Set([...ce,q])),d("success",`Created ${F}/`)}catch(ce){d("error","Create folder failed",ce.message)}b(null)},onCancel:()=>b(null)})}async function Q(z){b({type:"rename",renamePath:z.path,onSubmit:async F=>{const q=j(z.path),ce=q?`${q}/${F}`:F;try{await H.post("/files/rename",{oldPath:z.path,newPath:ce}),i(q),d("success",`Renamed to ${F}`)}catch(ne){d("error","Rename failed",ne.message)}b(null)},onCancel:()=>b(null)})}async function V(z){const F=z.type==="dir"?`folder "${z.name}" and all contents`:`"${z.name}"`;if(window.confirm(`Delete ${F}?`))try{await H.delete(`/files/delete?path=${encodeURIComponent(z.path)}`),i(j(z.path)),d("success",`Deleted ${z.name}`)}catch(q){d("error","Delete failed",q.message)}}function A(z){const F=z.type==="dir",q=[];return F&&(q.push({icon:h1,label:"New File",action:()=>C(z.path)}),q.push({icon:u1,label:"New Folder",action:()=>_(z.path)})),z.name!=="root"?(q.length>0&&q.push({separator:!0}),q.push({icon:Zo,label:"Rename",action:()=>Q(z)}),q.push({icon:Ht,label:"Delete",danger:!0,action:()=>V(z)})):(q.length=0,q.push({icon:h1,label:"New File",action:()=>C("")}),q.push({icon:u1,label:"New Folder",action:()=>_("")})),q}const P=n[""]||[];return t.jsxs("div",{className:"flex flex-col h-full bg-surface-1",onContextMenu:N,children:[t.jsxs("div",{className:"flex items-center gap-1 px-2 py-1.5 border-b border-border-subtle",children:[t.jsxs("div",{className:"flex-1 relative",children:[t.jsx(It,{size:12,className:"absolute left-2 top-1/2 -translate-y-1/2 text-text-4"}),t.jsx("input",{value:f,onChange:z=>x(z.target.value),placeholder:"Filter...",className:"w-full h-6 pl-6 pr-2 text-xs bg-surface-0 border border-border-subtle rounded text-text-1 placeholder:text-text-4 focus:outline-none focus:border-accent font-sans"})]}),t.jsx("button",{onClick:()=>C(""),className:"p-1 text-text-4 hover:text-text-1 transition-colors cursor-pointer",title:"New file",children:t.jsx(h1,{size:12})}),t.jsx("button",{onClick:()=>_(""),className:"p-1 text-text-4 hover:text-text-1 transition-colors cursor-pointer",title:"New folder",children:t.jsx(u1,{size:12})}),t.jsx("button",{onClick:()=>i(""),className:"p-1 text-text-4 hover:text-text-1 transition-colors cursor-pointer",title:"Refresh",children:t.jsx(na,{size:12})})]}),t.jsx(Kt,{className:"flex-1",children:t.jsxs("div",{className:"py-1",children:[(k==null?void 0:k.parentPath)===""&&t.jsx(fQ,{placeholder:k.type==="file"?"filename.ext":"folder-name",onSubmit:k.onSubmit,onCancel:k.onCancel,depth:0}),P.filter(z=>!f||z.name.toLowerCase().includes(f.toLowerCase())).map(z=>t.jsxs("div",{children:[(k==null?void 0:k.renamePath)===z.path?t.jsx(fQ,{defaultValue:z.name,onSubmit:k.onSubmit,onCancel:k.onCancel,depth:0}):t.jsx(yH,{entry:z,depth:0,activePath:o,onFileClick:c,onDirToggle:M,expanded:u,onContextMenu:w}),z.type==="dir"&&t.jsx(OH,{dirPath:z.path,depth:1,activePath:o,onFileClick:c,expanded:u,onDirToggle:M,treeCache:n,fetchTreeDir:i,onContextMenu:w,inlineInput:k})]},z.path))]})}),v&&t.jsx(Ewe,{x:v.x,y:v.y,items:A(v.entry),onClose:()=>g(null)})]})}function Zwe(){const e=R(w=>w.editorOpenTabs),n=R(w=>w.editorActiveFile),o=R(w=>w.editorFiles),c=R(w=>w.setActiveFile),i=R(w=>w.closeFile),d=O.useRef(null),[u,p]=O.useState(!1),f=O.useCallback(()=>{const w=d.current;w&&p(w.scrollWidth>w.clientWidth)},[]);O.useEffect(()=>{f();const w=d.current;if(!w)return;const N=new ResizeObserver(f);return N.observe(w),()=>N.disconnect()},[f,e.length]);function x(){var w;(w=d.current)==null||w.scrollBy({left:-120,behavior:"smooth"})}function v(){var w;(w=d.current)==null||w.scrollBy({left:120,behavior:"smooth"})}function g(w){e.filter(N=>N!==w).forEach(N=>i(N))}function k(){[...e].forEach(w=>i(w))}function b(w){const N=e.indexOf(w);e.slice(N+1).forEach(j=>i(j))}function M(w){var N;(N=navigator.clipboard)==null||N.writeText(w)}return e.length===0?null:t.jsxs("div",{className:"flex items-center h-8 bg-surface-3 border-b border-border flex-shrink-0",children:[u&&t.jsx("button",{onClick:x,className:"flex-shrink-0 px-1 h-full text-text-4 hover:text-text-1 hover:bg-surface-4 transition-colors cursor-pointer",children:t.jsx(As,{size:14})}),t.jsx("div",{ref:d,className:"flex items-center flex-1 min-w-0 overflow-x-auto scrollbar-none scroll-smooth",style:{scrollSnapType:"x mandatory"},children:e.map(w=>{const N=w===n,j=o[w],C=j&&j.content!==j.originalContent,_=w.split("/").pop();return t.jsxs(JD,{children:[t.jsx(eH,{asChild:!0,children:t.jsxs("div",{className:te("flex items-center gap-1.5 h-full px-3 text-xs font-sans cursor-pointer select-none","border-r border-border-subtle","transition-colors duration-75 flex-shrink-0",N?"bg-surface-2 text-text-0 border-b-2 border-b-accent":"bg-surface-3 text-text-3 hover:text-text-1 hover:bg-surface-4"),style:{scrollSnapAlign:"start"},onClick:()=>c(w),onAuxClick:Q=>{Q.button===1&&(Q.preventDefault(),i(w))},children:[t.jsx("span",{className:"truncate max-w-[120px]",children:_}),C&&t.jsx("span",{className:"w-1.5 h-1.5 rounded-full bg-warning flex-shrink-0"}),t.jsx("button",{onClick:Q=>{Q.stopPropagation(),i(w)},className:"p-0.5 rounded hover:bg-surface-5 text-text-4 hover:text-text-1 transition-colors cursor-pointer ml-0.5",children:t.jsx(nt,{size:12})})]})}),t.jsxs(tH,{children:[t.jsxs(Co,{onSelect:()=>i(w),children:[t.jsx(nt,{size:12,className:"text-text-3"})," Close"]}),t.jsxs(Co,{onSelect:()=>g(w),children:[t.jsx(un,{size:12,className:"text-text-3"})," Close Others"]}),t.jsxs(Co,{onSelect:()=>k(),children:[t.jsx(un,{size:12,className:"text-text-3"})," Close All"]}),t.jsxs(Co,{onSelect:()=>b(w),children:[t.jsx(qt,{size:12,className:"text-text-3"})," Close to the Right"]}),t.jsx(aH,{}),t.jsxs(Co,{onSelect:()=>M(w),children:[t.jsx(Gn,{size:12,className:"text-text-3"})," Copy Path"]})]})]},w)})}),u&&t.jsx("button",{onClick:v,className:"flex-shrink-0 px-1 h-full text-text-4 hover:text-text-1 hover:bg-surface-4 transition-colors cursor-pointer",children:t.jsx(qt,{size:14})})]})}var dE={};class mQ{constructor(n,o,c,i,d,u,p,f,x,v=0,g){this.p=n,this.stack=o,this.state=c,this.reducePos=i,this.pos=d,this.score=u,this.buffer=p,this.bufferBase=f,this.curContext=x,this.lookAhead=v,this.parent=g}toString(){return`[${this.stack.filter((n,o)=>o%3==0).concat(this.state)}]@${this.pos}${this.score?"!"+this.score:""}`}static start(n,o,c=0){let i=n.parser.context;return new mQ(n,[],o,c,c,0,[],0,i?new hE(i,i.start):null,0,null)}get context(){return this.curContext?this.curContext.context:null}pushState(n,o){this.stack.push(this.state,o,this.bufferBase+this.buffer.length),this.state=n}reduce(n){var o;let c=n>>19,i=n&65535,{parser:d}=this.p,u=this.reducePos<this.pos-25&&this.setLookAhead(this.pos),p=d.dynamicPrecedence(i);if(p&&(this.score+=p),c==0){this.pushState(d.getGoto(this.state,i,!0),this.reducePos),i<d.minRepeatTerm&&this.storeNode(i,this.reducePos,this.reducePos,u?8:4,!0),this.reduceContext(i,this.reducePos);return}let f=this.stack.length-(c-1)*3-(n&262144?6:0),x=f?this.stack[f-2]:this.p.ranges[0].from,v=this.reducePos-x;v>=2e3&&!(!((o=this.p.parser.nodeSet.types[i])===null||o===void 0)&&o.isAnonymous)&&(x==this.p.lastBigReductionStart?(this.p.bigReductionCount++,this.p.lastBigReductionSize=v):this.p.lastBigReductionSize<v&&(this.p.bigReductionCount=1,this.p.lastBigReductionStart=x,this.p.lastBigReductionSize=v));let g=f?this.stack[f-1]:0,k=this.bufferBase+this.buffer.length-g;if(i<d.minRepeatTerm||n&131072){let b=d.stateFlag(this.state,1)?this.pos:this.reducePos;this.storeNode(i,x,b,k+4,!0)}if(n&262144)this.state=this.stack[f];else{let b=this.stack[f-3];this.state=d.getGoto(b,i,!0)}for(;this.stack.length>f;)this.stack.pop();this.reduceContext(i,x)}storeNode(n,o,c,i=4,d=!1){if(n==0&&(!this.stack.length||this.stack[this.stack.length-1]<this.buffer.length+this.bufferBase)){let u=this,p=this.buffer.length;if(p==0&&u.parent&&(p=u.bufferBase-u.parent.bufferBase,u=u.parent),p>0&&u.buffer[p-4]==0&&u.buffer[p-1]>-1){if(o==c)return;if(u.buffer[p-2]>=o){u.buffer[p-2]=c;return}}}if(!d||this.pos==c)this.buffer.push(n,o,c,i);else{let u=this.buffer.length;if(u>0&&(this.buffer[u-4]!=0||this.buffer[u-1]<0)){let p=!1;for(let f=u;f>0&&this.buffer[f-2]>c;f-=4)if(this.buffer[f-1]>=0){p=!0;break}if(p)for(;u>0&&this.buffer[u-2]>c;)this.buffer[u]=this.buffer[u-4],this.buffer[u+1]=this.buffer[u-3],this.buffer[u+2]=this.buffer[u-2],this.buffer[u+3]=this.buffer[u-1],u-=4,i>4&&(i-=4)}this.buffer[u]=n,this.buffer[u+1]=o,this.buffer[u+2]=c,this.buffer[u+3]=i}}shift(n,o,c,i){if(n&131072)this.pushState(n&65535,this.pos);else if((n&262144)==0){let d=n,{parser:u}=this.p;this.pos=i;let p=u.stateFlag(d,1);!p&&(i>c||o<=u.maxNode)&&(this.reducePos=i),this.pushState(d,p?c:Math.min(c,this.reducePos)),this.shiftContext(o,c),o<=u.maxNode&&this.buffer.push(o,c,i,4)}else this.pos=i,this.shiftContext(o,c),o<=this.p.parser.maxNode&&this.buffer.push(o,c,i,4)}apply(n,o,c,i){n&65536?this.reduce(n):this.shift(n,o,c,i)}useNode(n,o){let c=this.p.reused.length-1;(c<0||this.p.reused[c]!=n)&&(this.p.reused.push(n),c++);let i=this.pos;this.reducePos=this.pos=i+n.length,this.pushState(o,i),this.buffer.push(c,i,this.reducePos,-1),this.curContext&&this.updateContext(this.curContext.tracker.reuse(this.curContext.context,n,this,this.p.stream.reset(this.pos-n.length)))}split(){let n=this,o=n.buffer.length;for(;o>0&&n.buffer[o-2]>n.reducePos;)o-=4;let c=n.buffer.slice(o),i=n.bufferBase+o;for(;n&&i==n.bufferBase;)n=n.parent;return new mQ(this.p,this.stack.slice(),this.state,this.reducePos,this.pos,this.score,c,i,this.curContext,this.lookAhead,n)}recoverByDelete(n,o){let c=n<=this.p.parser.maxNode;c&&this.storeNode(n,this.pos,o,4),this.storeNode(0,this.pos,o,c?8:4),this.pos=this.reducePos=o,this.score-=190}canShift(n){for(let o=new Dwe(this);;){let c=this.p.parser.stateSlot(o.state,4)||this.p.parser.hasAction(o.state,n);if(c==0)return!1;if((c&65536)==0)return!0;o.reduce(c)}}recoverByInsert(n){if(this.stack.length>=300)return[];let o=this.p.parser.nextStates(this.state);if(o.length>8||this.stack.length>=120){let i=[];for(let d=0,u;d<o.length;d+=2)(u=o[d+1])!=this.state&&this.p.parser.hasAction(u,n)&&i.push(o[d],u);if(this.stack.length<120)for(let d=0;i.length<8&&d<o.length;d+=2){let u=o[d+1];i.some((p,f)=>f&1&&p==u)||i.push(o[d],u)}o=i}let c=[];for(let i=0;i<o.length&&c.length<4;i+=2){let d=o[i+1];if(d==this.state)continue;let u=this.split();u.pushState(d,this.pos),u.storeNode(0,u.pos,u.pos,4,!0),u.shiftContext(o[i],this.pos),u.reducePos=this.pos,u.score-=200,c.push(u)}return c}forceReduce(){let{parser:n}=this.p,o=n.stateSlot(this.state,5);if((o&65536)==0)return!1;if(!n.validAction(this.state,o)){let c=o>>19,i=o&65535,d=this.stack.length-c*3;if(d<0||n.getGoto(this.stack[d],i,!1)<0){let u=this.findForcedReduction();if(u==null)return!1;o=u}this.storeNode(0,this.pos,this.pos,4,!0),this.score-=100}return this.reducePos=this.pos,this.reduce(o),!0}findForcedReduction(){let{parser:n}=this.p,o=[],c=(i,d)=>{if(!o.includes(i))return o.push(i),n.allActions(i,u=>{if(!(u&393216))if(u&65536){let p=(u>>19)-d;if(p>1){let f=u&65535,x=this.stack.length-p*3;if(x>=0&&n.getGoto(this.stack[x],f,!1)>=0)return p<<19|65536|f}}else{let p=c(u,d+1);if(p!=null)return p}})};return c(this.state,0)}forceAll(){for(;!this.p.parser.stateFlag(this.state,2);)if(!this.forceReduce()){this.storeNode(0,this.pos,this.pos,4,!0);break}return this}get deadEnd(){if(this.stack.length!=3)return!1;let{parser:n}=this.p;return n.data[n.stateSlot(this.state,1)]==65535&&!n.stateSlot(this.state,4)}restart(){this.storeNode(0,this.pos,this.pos,4,!0),this.state=this.stack[0],this.stack.length=0}sameState(n){if(this.state!=n.state||this.stack.length!=n.stack.length)return!1;for(let o=0;o<this.stack.length;o+=3)if(this.stack[o]!=n.stack[o])return!1;return!0}get parser(){return this.p.parser}dialectEnabled(n){return this.p.parser.dialect.flags[n]}shiftContext(n,o){this.curContext&&this.updateContext(this.curContext.tracker.shift(this.curContext.context,n,this,this.p.stream.reset(o)))}reduceContext(n,o){this.curContext&&this.updateContext(this.curContext.tracker.reduce(this.curContext.context,n,this,this.p.stream.reset(o)))}emitContext(){let n=this.buffer.length-1;(n<0||this.buffer[n]!=-3)&&this.buffer.push(this.curContext.hash,this.pos,this.pos,-3)}emitLookAhead(){let n=this.buffer.length-1;(n<0||this.buffer[n]!=-4)&&this.buffer.push(this.lookAhead,this.pos,this.pos,-4)}updateContext(n){if(n!=this.curContext.context){let o=new hE(this.curContext.tracker,n);o.hash!=this.curContext.hash&&this.emitContext(),this.curContext=o}}setLookAhead(n){return n<=this.lookAhead?!1:(this.emitLookAhead(),this.lookAhead=n,!0)}close(){this.curContext&&this.curContext.tracker.strict&&this.emitContext(),this.lookAhead>0&&this.emitLookAhead()}}class hE{constructor(n,o){this.tracker=n,this.context=o,this.hash=n.strict?n.hash(o):0}}class Dwe{constructor(n){this.start=n,this.state=n.state,this.stack=n.stack,this.base=this.stack.length}reduce(n){let o=n&65535,c=n>>19;c==0?(this.stack==this.start.stack&&(this.stack=this.stack.slice()),this.stack.push(this.state,0,0),this.base+=3):this.base-=(c-1)*3;let i=this.start.p.parser.getGoto(this.stack[this.base-3],o,!0);this.state=i}}class xQ{constructor(n,o,c){this.stack=n,this.pos=o,this.index=c,this.buffer=n.buffer,this.index==0&&this.maybeNext()}static create(n,o=n.bufferBase+n.buffer.length){return new xQ(n,o,o-n.bufferBase)}maybeNext(){let n=this.stack.parent;n!=null&&(this.index=this.stack.bufferBase-n.bufferBase,this.stack=n,this.buffer=n.buffer)}get id(){return this.buffer[this.index-4]}get start(){return this.buffer[this.index-3]}get end(){return this.buffer[this.index-2]}get size(){return this.buffer[this.index-1]}next(){this.index-=4,this.pos-=4,this.index==0&&this.maybeNext()}fork(){return new xQ(this.stack,this.pos,this.index)}}function K0(e,n=Uint16Array){if(typeof e!="string")return e;let o=null;for(let c=0,i=0;c<e.length;){let d=0;for(;;){let u=e.charCodeAt(c++),p=!1;if(u==126){d=65535;break}u>=92&&u--,u>=34&&u--;let f=u-32;if(f>=46&&(f-=46,p=!0),d+=f,p)break;d*=46}o?o[i++]=d:o=new n(d)}return o}class YC{constructor(){this.start=-1,this.value=-1,this.end=-1,this.extended=-1,this.lookAhead=0,this.mask=0,this.context=0}}const uE=new YC;class Hwe{constructor(n,o){this.input=n,this.ranges=o,this.chunk="",this.chunkOff=0,this.chunk2="",this.chunk2Pos=0,this.next=-1,this.token=uE,this.rangeIndex=0,this.pos=this.chunkPos=o[0].from,this.range=o[0],this.end=o[o.length-1].to,this.readNext()}resolveOffset(n,o){let c=this.range,i=this.rangeIndex,d=this.pos+n;for(;d<c.from;){if(!i)return null;let u=this.ranges[--i];d-=c.from-u.to,c=u}for(;o<0?d>c.to:d>=c.to;){if(i==this.ranges.length-1)return null;let u=this.ranges[++i];d+=u.from-c.to,c=u}return d}clipPos(n){if(n>=this.range.from&&n<this.range.to)return n;for(let o of this.ranges)if(o.to>n)return Math.max(n,o.from);return this.end}peek(n){let o=this.chunkOff+n,c,i;if(o>=0&&o<this.chunk.length)c=this.pos+n,i=this.chunk.charCodeAt(o);else{let d=this.resolveOffset(n,1);if(d==null)return-1;if(c=d,c>=this.chunk2Pos&&c<this.chunk2Pos+this.chunk2.length)i=this.chunk2.charCodeAt(c-this.chunk2Pos);else{let u=this.rangeIndex,p=this.range;for(;p.to<=c;)p=this.ranges[++u];this.chunk2=this.input.chunk(this.chunk2Pos=c),c+this.chunk2.length>p.to&&(this.chunk2=this.chunk2.slice(0,p.to-c)),i=this.chunk2.charCodeAt(0)}}return c>=this.token.lookAhead&&(this.token.lookAhead=c+1),i}acceptToken(n,o=0){let c=o?this.resolveOffset(o,-1):this.pos;if(c==null||c<this.token.start)throw new RangeError("Token end out of bounds");this.token.value=n,this.token.end=c}acceptTokenTo(n,o){this.token.value=n,this.token.end=o}getChunk(){if(this.pos>=this.chunk2Pos&&this.pos<this.chunk2Pos+this.chunk2.length){let{chunk:n,chunkPos:o}=this;this.chunk=this.chunk2,this.chunkPos=this.chunk2Pos,this.chunk2=n,this.chunk2Pos=o,this.chunkOff=this.pos-this.chunkPos}else{this.chunk2=this.chunk,this.chunk2Pos=this.chunkPos;let n=this.input.chunk(this.pos),o=this.pos+n.length;this.chunk=o>this.range.to?n.slice(0,this.range.to-this.pos):n,this.chunkPos=this.pos,this.chunkOff=0}}readNext(){return this.chunkOff>=this.chunk.length&&(this.getChunk(),this.chunkOff==this.chunk.length)?this.next=-1:this.next=this.chunk.charCodeAt(this.chunkOff)}advance(n=1){for(this.chunkOff+=n;this.pos+n>=this.range.to;){if(this.rangeIndex==this.ranges.length-1)return this.setDone();n-=this.range.to-this.pos,this.range=this.ranges[++this.rangeIndex],this.pos=this.range.from}return this.pos+=n,this.pos>=this.token.lookAhead&&(this.token.lookAhead=this.pos+1),this.readNext()}setDone(){return this.pos=this.chunkPos=this.end,this.range=this.ranges[this.rangeIndex=this.ranges.length-1],this.chunk="",this.next=-1}reset(n,o){if(o?(this.token=o,o.start=n,o.lookAhead=n+1,o.value=o.extended=-1):this.token=uE,this.pos!=n){if(this.pos=n,n==this.end)return this.setDone(),this;for(;n<this.range.from;)this.range=this.ranges[--this.rangeIndex];for(;n>=this.range.to;)this.range=this.ranges[++this.rangeIndex];n>=this.chunkPos&&n<this.chunkPos+this.chunk.length?this.chunkOff=n-this.chunkPos:(this.chunk="",this.chunkOff=0),this.readNext()}return this}read(n,o){if(n>=this.chunkPos&&o<=this.chunkPos+this.chunk.length)return this.chunk.slice(n-this.chunkPos,o-this.chunkPos);if(n>=this.chunk2Pos&&o<=this.chunk2Pos+this.chunk2.length)return this.chunk2.slice(n-this.chunk2Pos,o-this.chunk2Pos);if(n>=this.range.from&&o<=this.range.to)return this.input.read(n,o);let c="";for(let i of this.ranges){if(i.from>=o)break;i.to>n&&(c+=this.input.read(Math.max(i.from,n),Math.min(i.to,o)))}return c}}class Ed{constructor(n,o){this.data=n,this.id=o}token(n,o){let{parser:c}=o.p;gH(this.data,n,o,this.id,c.data,c.tokenPrecTable)}}Ed.prototype.contextual=Ed.prototype.fallback=Ed.prototype.extend=!1;class yQ{constructor(n,o,c){this.precTable=o,this.elseToken=c,this.data=typeof n=="string"?K0(n):n}token(n,o){let c=n.pos,i=0;for(;;){let d=n.next<0,u=n.resolveOffset(1,1);if(gH(this.data,n,o,0,this.data,this.precTable),n.token.value>-1)break;if(this.elseToken==null)return;if(d||i++,u==null)break;n.reset(u,n.token)}i&&(n.reset(c,n.token),n.acceptToken(this.elseToken,i))}}yQ.prototype.contextual=Ed.prototype.fallback=Ed.prototype.extend=!1;class Ut{constructor(n,o={}){this.token=n,this.contextual=!!o.contextual,this.fallback=!!o.fallback,this.extend=!!o.extend}}function gH(e,n,o,c,i,d){let u=0,p=1<<c,{dialect:f}=o.p.parser;e:for(;(p&e[u])!=0;){let x=e[u+1];for(let b=u+3;b<x;b+=2)if((e[b+1]&p)>0){let M=e[b];if(f.allows(M)&&(n.token.value==-1||n.token.value==M||Uwe(M,n.token.value,i,d))){n.acceptToken(M);break}}let v=n.next,g=0,k=e[u+2];if(n.next<0&&k>g&&e[x+k*3-3]==65535){u=e[x+k*3-1];continue e}for(;g<k;){let b=g+k>>1,M=x+b+(b<<1),w=e[M],N=e[M+1]||65536;if(v<w)k=b;else if(v>=N)g=b+1;else{u=e[M+2],n.advance();continue e}}break}}function pE(e,n,o){for(let c=n,i;(i=e[c])!=65535;c++)if(i==o)return c-n;return-1}function Uwe(e,n,o,c){let i=pE(o,c,n);return i<0||pE(o,c,e)<i}const Na=typeof process<"u"&&dE&&/\bparse\b/.test(dE.LOG);let NT=null;function fE(e,n,o){let c=e.cursor(jQ.IncludeAnonymous);for(c.moveTo(n);;)if(!(o<0?c.childBefore(n):c.childAfter(n)))for(;;){if((o<0?c.to<n:c.from>n)&&!c.type.isError)return o<0?Math.max(0,Math.min(c.to-1,n-25)):Math.min(e.length,Math.max(c.from+1,n+25));if(o<0?c.prevSibling():c.nextSibling())break;if(!c.parent())return o<0?0:e.length}}let Gwe=class{constructor(n,o){this.fragments=n,this.nodeSet=o,this.i=0,this.fragment=null,this.safeFrom=-1,this.safeTo=-1,this.trees=[],this.start=[],this.index=[],this.nextFragment()}nextFragment(){let n=this.fragment=this.i==this.fragments.length?null:this.fragments[this.i++];if(n){for(this.safeFrom=n.openStart?fE(n.tree,n.from+n.offset,1)-n.offset:n.from,this.safeTo=n.openEnd?fE(n.tree,n.to+n.offset,-1)-n.offset:n.to;this.trees.length;)this.trees.pop(),this.start.pop(),this.index.pop();this.trees.push(n.tree),this.start.push(-n.offset),this.index.push(0),this.nextStart=this.safeFrom}else this.nextStart=1e9}nodeAt(n){if(n<this.nextStart)return null;for(;this.fragment&&this.safeTo<=n;)this.nextFragment();if(!this.fragment)return null;for(;;){let o=this.trees.length-1;if(o<0)return this.nextFragment(),null;let c=this.trees[o],i=this.index[o];if(i==c.children.length){this.trees.pop(),this.start.pop(),this.index.pop();continue}let d=c.children[i],u=this.start[o]+c.positions[i];if(u>n)return this.nextStart=u,null;if(d instanceof xn){if(u==n){if(u<this.safeFrom)return null;let p=u+d.length;if(p<=this.safeTo){let f=d.prop(Es.lookAhead);if(!f||p+f<this.fragment.to)return d}}this.index[o]++,u+d.length>=Math.max(this.safeFrom,n)&&(this.trees.push(d),this.start.push(u),this.index.push(0))}else this.index[o]++,this.nextStart=u+d.length}}};class Bwe{constructor(n,o){this.stream=o,this.tokens=[],this.mainToken=null,this.actions=[],this.tokens=n.tokenizers.map(c=>new YC)}getActions(n){let o=0,c=null,{parser:i}=n.p,{tokenizers:d}=i,u=i.stateSlot(n.state,3),p=n.curContext?n.curContext.hash:0,f=0;for(let x=0;x<d.length;x++){if((1<<x&u)==0)continue;let v=d[x],g=this.tokens[x];if(!(c&&!v.fallback)&&((v.contextual||g.start!=n.pos||g.mask!=u||g.context!=p)&&(this.updateCachedToken(g,v,n),g.mask=u,g.context=p),g.lookAhead>g.end+25&&(f=Math.max(g.lookAhead,f)),g.value!=0)){let k=o;if(g.extended>-1&&(o=this.addActions(n,g.extended,g.end,o)),o=this.addActions(n,g.value,g.end,o),!v.extend&&(c=g,o>k))break}}for(;this.actions.length>o;)this.actions.pop();return f&&n.setLookAhead(f),!c&&n.pos==this.stream.end&&(c=new YC,c.value=n.p.parser.eofTerm,c.start=c.end=n.pos,o=this.addActions(n,c.value,c.end,o)),this.mainToken=c,this.actions}getMainToken(n){if(this.mainToken)return this.mainToken;let o=new YC,{pos:c,p:i}=n;return o.start=c,o.end=Math.min(c+1,i.stream.end),o.value=c==i.stream.end?i.parser.eofTerm:0,o}updateCachedToken(n,o,c){let i=this.stream.clipPos(c.pos);if(o.token(this.stream.reset(i,n),c),n.value>-1){let{parser:d}=c.p;for(let u=0;u<d.specialized.length;u++)if(d.specialized[u]==n.value){let p=d.specializers[u](this.stream.read(n.start,n.end),c);if(p>=0&&c.p.parser.dialect.allows(p>>1)){(p&1)==0?n.value=p>>1:n.extended=p>>1;break}}}else n.value=0,n.end=this.stream.clipPos(i+1)}putAction(n,o,c,i){for(let d=0;d<i;d+=3)if(this.actions[d]==n)return i;return this.actions[i++]=n,this.actions[i++]=o,this.actions[i++]=c,i}addActions(n,o,c,i){let{state:d}=n,{parser:u}=n.p,{data:p}=u;for(let f=0;f<2;f++)for(let x=u.stateSlot(d,f?2:1);;x+=3){if(p[x]==65535)if(p[x+1]==1)x=Ts(p,x+2);else{i==0&&p[x+1]==2&&(i=this.putAction(Ts(p,x+2),o,c,i));break}p[x]==o&&(i=this.putAction(Ts(p,x+1),o,c,i))}return i}}class Wwe{constructor(n,o,c,i){this.parser=n,this.input=o,this.ranges=i,this.recovering=0,this.nextStackID=9812,this.minStackPos=0,this.reused=[],this.stoppedAt=null,this.lastBigReductionStart=-1,this.lastBigReductionSize=0,this.bigReductionCount=0,this.stream=new Hwe(o,i),this.tokens=new Bwe(n,this.stream),this.topTerm=n.top[1];let{from:d}=i[0];this.stacks=[mQ.start(this,n.top[0],d)],this.fragments=c.length&&this.stream.end-d>n.bufferLength*4?new Gwe(c,n.nodeSet):null}get parsedPos(){return this.minStackPos}advance(){let n=this.stacks,o=this.minStackPos,c=this.stacks=[],i,d;if(this.bigReductionCount>300&&n.length==1){let[u]=n;for(;u.forceReduce()&&u.stack.length&&u.stack[u.stack.length-2]>=this.lastBigReductionStart;);this.bigReductionCount=this.lastBigReductionSize=0}for(let u=0;u<n.length;u++){let p=n[u];for(;;){if(this.tokens.mainToken=null,p.pos>o)c.push(p);else{if(this.advanceStack(p,c,n))continue;{i||(i=[],d=[]),i.push(p);let f=this.tokens.getMainToken(p);d.push(f.value,f.end)}}break}}if(!c.length){let u=i&&Fwe(i);if(u)return Na&&console.log("Finish with "+this.stackID(u)),this.stackToTree(u);if(this.parser.strict)throw Na&&i&&console.log("Stuck with token "+(this.tokens.mainToken?this.parser.getName(this.tokens.mainToken.value):"none")),new SyntaxError("No parse at "+o);this.recovering||(this.recovering=5)}if(this.recovering&&i){let u=this.stoppedAt!=null&&i[0].pos>this.stoppedAt?i[0]:this.runRecovery(i,d,c);if(u)return Na&&console.log("Force-finish "+this.stackID(u)),this.stackToTree(u.forceAll())}if(this.recovering){let u=this.recovering==1?1:this.recovering*3;if(c.length>u)for(c.sort((p,f)=>f.score-p.score);c.length>u;)c.pop();c.some(p=>p.reducePos>o)&&this.recovering--}else if(c.length>1){e:for(let u=0;u<c.length-1;u++){let p=c[u];for(let f=u+1;f<c.length;f++){let x=c[f];if(p.sameState(x)||p.buffer.length>500&&x.buffer.length>500)if((p.score-x.score||p.buffer.length-x.buffer.length)>0)c.splice(f--,1);else{c.splice(u--,1);continue e}}}c.length>12&&(c.sort((u,p)=>p.score-u.score),c.splice(12,c.length-12))}this.minStackPos=c[0].pos;for(let u=1;u<c.length;u++)c[u].pos<this.minStackPos&&(this.minStackPos=c[u].pos);return null}stopAt(n){if(this.stoppedAt!=null&&this.stoppedAt<n)throw new RangeError("Can't move stoppedAt forward");this.stoppedAt=n}advanceStack(n,o,c){let i=n.pos,{parser:d}=this,u=Na?this.stackID(n)+" -> ":"";if(this.stoppedAt!=null&&i>this.stoppedAt)return n.forceReduce()?n:null;if(this.fragments){let x=n.curContext&&n.curContext.tracker.strict,v=x?n.curContext.hash:0;for(let g=this.fragments.nodeAt(i);g;){let k=this.parser.nodeSet.types[g.type.id]==g.type?d.getGoto(n.state,g.type.id):-1;if(k>-1&&g.length&&(!x||(g.prop(Es.contextHash)||0)==v))return n.useNode(g,k),Na&&console.log(u+this.stackID(n)+` (via reuse of ${d.getName(g.type.id)})`),!0;if(!(g instanceof xn)||g.children.length==0||g.positions[0]>0)break;let b=g.children[0];if(b instanceof xn&&g.positions[0]==0)g=b;else break}}let p=d.stateSlot(n.state,4);if(p>0)return n.reduce(p),Na&&console.log(u+this.stackID(n)+` (via always-reduce ${d.getName(p&65535)})`),!0;if(n.stack.length>=8400)for(;n.stack.length>6e3&&n.forceReduce(););let f=this.tokens.getActions(n);for(let x=0;x<f.length;){let v=f[x++],g=f[x++],k=f[x++],b=x==f.length||!c,M=b?n:n.split(),w=this.tokens.mainToken;if(M.apply(v,g,w?w.start:M.pos,k),Na&&console.log(u+this.stackID(M)+` (via ${(v&65536)==0?"shift":`reduce of ${d.getName(v&65535)}`} for ${d.getName(g)} @ ${i}${M==n?"":", split"})`),b)return!0;M.pos>i?o.push(M):c.push(M)}return!1}advanceFully(n,o){let c=n.pos;for(;;){if(!this.advanceStack(n,null,null))return!1;if(n.pos>c)return mE(n,o),!0}}runRecovery(n,o,c){let i=null,d=!1;for(let u=0;u<n.length;u++){let p=n[u],f=o[u<<1],x=o[(u<<1)+1],v=Na?this.stackID(p)+" -> ":"";if(p.deadEnd&&(d||(d=!0,p.restart(),Na&&console.log(v+this.stackID(p)+" (restarted)"),this.advanceFully(p,c))))continue;let g=p.split(),k=v;for(let b=0;b<10&&g.forceReduce()&&(Na&&console.log(k+this.stackID(g)+" (via force-reduce)"),!this.advanceFully(g,c));b++)Na&&(k=this.stackID(g)+" -> ");for(let b of p.recoverByInsert(f))Na&&console.log(v+this.stackID(b)+" (via recover-insert)"),this.advanceFully(b,c);this.stream.end>p.pos?(x==p.pos&&(x++,f=0),p.recoverByDelete(f,x),Na&&console.log(v+this.stackID(p)+` (via recover-delete ${this.parser.getName(f)})`),mE(p,c)):(!i||i.score<g.score)&&(i=g)}return i}stackToTree(n){return n.close(),xn.build({buffer:xQ.create(n),nodeSet:this.parser.nodeSet,topID:this.topTerm,maxBufferLength:this.parser.bufferLength,reused:this.reused,start:this.ranges[0].from,length:n.pos-this.ranges[0].from,minRepeatType:this.parser.minRepeatTerm})}stackID(n){let o=(NT||(NT=new WeakMap)).get(n);return o||NT.set(n,o=String.fromCodePoint(this.nextStackID++)),o+n}}function mE(e,n){for(let o=0;o<n.length;o++){let c=n[o];if(c.pos==e.pos&&c.sameState(e)){n[o].score<e.score&&(n[o]=e);return}}n.push(e)}class Ywe{constructor(n,o,c){this.source=n,this.flags=o,this.disabled=c}allows(n){return!this.disabled||this.disabled[n]==0}}const _T=e=>e;class eA{constructor(n){this.start=n.start,this.shift=n.shift||_T,this.reduce=n.reduce||_T,this.reuse=n.reuse||_T,this.hash=n.hash||(()=>0),this.strict=n.strict!==!1}}class Yo extends OX{constructor(n){if(super(),this.wrappers=[],n.version!=14)throw new RangeError(`Parser version (${n.version}) doesn't match runtime version (14)`);let o=n.nodeNames.split(" ");this.minRepeatTerm=o.length;for(let p=0;p<n.repeatNodeCount;p++)o.push("");let c=Object.keys(n.topRules).map(p=>n.topRules[p][1]),i=[];for(let p=0;p<o.length;p++)i.push([]);function d(p,f,x){i[p].push([f,f.deserialize(String(x))])}if(n.nodeProps)for(let p of n.nodeProps){let f=p[0];typeof f=="string"&&(f=Es[f]);for(let x=1;x<p.length;){let v=p[x++];if(v>=0)d(v,f,p[x++]);else{let g=p[x+-v];for(let k=-v;k>0;k--)d(p[x++],f,g);x++}}}this.nodeSet=new bP(o.map((p,f)=>U2.define({name:f>=this.minRepeatTerm?void 0:p,id:f,props:i[f],top:c.indexOf(f)>-1,error:f==0,skipped:n.skippedNodes&&n.skippedNodes.indexOf(f)>-1}))),n.propSources&&(this.nodeSet=this.nodeSet.extend(...n.propSources)),this.strict=!1,this.bufferLength=TW;let u=K0(n.tokenData);this.context=n.context,this.specializerSpecs=n.specialized||[],this.specialized=new Uint16Array(this.specializerSpecs.length);for(let p=0;p<this.specializerSpecs.length;p++)this.specialized[p]=this.specializerSpecs[p].term;this.specializers=this.specializerSpecs.map(xE),this.states=K0(n.states,Uint32Array),this.data=K0(n.stateData),this.goto=K0(n.goto),this.maxTerm=n.maxTerm,this.tokenizers=n.tokenizers.map(p=>typeof p=="number"?new Ed(u,p):p),this.topRules=n.topRules,this.dialects=n.dialects||{},this.dynamicPrecedences=n.dynamicPrecedences||null,this.tokenPrecTable=n.tokenPrec,this.termNames=n.termNames||null,this.maxNode=this.nodeSet.types.length-1,this.dialect=this.parseDialect(),this.top=this.topRules[Object.keys(this.topRules)[0]]}createParse(n,o,c){let i=new Wwe(this,n,o,c);for(let d of this.wrappers)i=d(i,n,o,c);return i}getGoto(n,o,c=!1){let i=this.goto;if(o>=i[0])return-1;for(let d=i[o+1];;){let u=i[d++],p=u&1,f=i[d++];if(p&&c)return f;for(let x=d+(u>>1);d<x;d++)if(i[d]==n)return f;if(p)return-1}}hasAction(n,o){let c=this.data;for(let i=0;i<2;i++)for(let d=this.stateSlot(n,i?2:1),u;;d+=3){if((u=c[d])==65535)if(c[d+1]==1)u=c[d=Ts(c,d+2)];else{if(c[d+1]==2)return Ts(c,d+2);break}if(u==o||u==0)return Ts(c,d+1)}return 0}stateSlot(n,o){return this.states[n*6+o]}stateFlag(n,o){return(this.stateSlot(n,0)&o)>0}validAction(n,o){return!!this.allActions(n,c=>c==o?!0:null)}allActions(n,o){let c=this.stateSlot(n,4),i=c?o(c):void 0;for(let d=this.stateSlot(n,1);i==null;d+=3){if(this.data[d]==65535)if(this.data[d+1]==1)d=Ts(this.data,d+2);else break;i=o(Ts(this.data,d+1))}return i}nextStates(n){let o=[];for(let c=this.stateSlot(n,1);;c+=3){if(this.data[c]==65535)if(this.data[c+1]==1)c=Ts(this.data,c+2);else break;if((this.data[c+2]&1)==0){let i=this.data[c+1];o.some((d,u)=>u&1&&d==i)||o.push(this.data[c],i)}}return o}configure(n){let o=Object.assign(Object.create(Yo.prototype),this);if(n.props&&(o.nodeSet=this.nodeSet.extend(...n.props)),n.top){let c=this.topRules[n.top];if(!c)throw new RangeError(`Invalid top rule name ${n.top}`);o.top=c}return n.tokenizers&&(o.tokenizers=this.tokenizers.map(c=>{let i=n.tokenizers.find(d=>d.from==c);return i?i.to:c})),n.specializers&&(o.specializers=this.specializers.slice(),o.specializerSpecs=this.specializerSpecs.map((c,i)=>{let d=n.specializers.find(p=>p.from==c.external);if(!d)return c;let u=Object.assign(Object.assign({},c),{external:d.to});return o.specializers[i]=xE(u),u})),n.contextTracker&&(o.context=n.contextTracker),n.dialect&&(o.dialect=this.parseDialect(n.dialect)),n.strict!=null&&(o.strict=n.strict),n.wrap&&(o.wrappers=o.wrappers.concat(n.wrap)),n.bufferLength!=null&&(o.bufferLength=n.bufferLength),o}hasWrappers(){return this.wrappers.length>0}getName(n){return this.termNames?this.termNames[n]:String(n<=this.maxNode&&this.nodeSet.types[n].name||n)}get eofTerm(){return this.maxNode+1}get topNode(){return this.nodeSet.types[this.top[1]]}dynamicPrecedence(n){let o=this.dynamicPrecedences;return o==null?0:o[n]||0}parseDialect(n){let o=Object.keys(this.dialects),c=o.map(()=>!1);if(n)for(let d of n.split(" ")){let u=o.indexOf(d);u>=0&&(c[u]=!0)}let i=null;for(let d=0;d<o.length;d++)if(!c[d])for(let u=this.dialects[o[d]],p;(p=this.data[u++])!=65535;)(i||(i=new Uint8Array(this.maxTerm+1)))[p]=1;return new Ywe(n,c,i)}static deserialize(n){return new Yo(n)}}function Ts(e,n){return e[n]|e[n+1]<<16}function Fwe(e){let n=null;for(let o of e){let c=o.p.stoppedAt;(o.pos==o.p.stream.end||c!=null&&o.pos>c)&&o.p.parser.stateFlag(o.state,2)&&(!n||n.score<o.score)&&(n=o)}return n}function xE(e){if(e.external){let n=e.extend?1:0;return(o,c)=>e.external(o,c)<<1|n}return e.get}const Kwe=316,Jwe=317,yE=1,eje=2,tje=3,aje=4,nje=318,sje=320,oje=321,cje=5,ije=6,rje=0,lP=[9,10,11,12,13,32,133,160,5760,8192,8193,8194,8195,8196,8197,8198,8199,8200,8201,8202,8232,8233,8239,8287,12288],kH=125,lje=59,dP=47,dje=42,hje=43,uje=45,pje=60,fje=44,mje=63,xje=46,yje=91,Oje=new eA({start:!1,shift(e,n){return n==cje||n==ije||n==sje?e:n==oje},strict:!1}),gje=new Ut((e,n)=>{let{next:o}=e;(o==kH||o==-1||n.context)&&e.acceptToken(nje)},{contextual:!0,fallback:!0}),kje=new Ut((e,n)=>{let{next:o}=e,c;lP.indexOf(o)>-1||o==dP&&((c=e.peek(1))==dP||c==dje)||o!=kH&&o!=lje&&o!=-1&&!n.context&&e.acceptToken(Kwe)},{contextual:!0}),vje=new Ut((e,n)=>{e.next==yje&&!n.context&&e.acceptToken(Jwe)},{contextual:!0}),bje=new Ut((e,n)=>{let{next:o}=e;if(o==hje||o==uje){if(e.advance(),o==e.next){e.advance();let c=!n.context&&n.canShift(yE);e.acceptToken(c?yE:eje)}}else o==mje&&e.peek(1)==xje&&(e.advance(),e.advance(),(e.next<48||e.next>57)&&e.acceptToken(tje))},{contextual:!0});function $T(e,n){return e>=65&&e<=90||e>=97&&e<=122||e==95||e>=192||!n&&e>=48&&e<=57}const Mje=new Ut((e,n)=>{if(e.next!=pje||!n.dialectEnabled(rje)||(e.advance(),e.next==dP))return;let o=0;for(;lP.indexOf(e.next)>-1;)e.advance(),o++;if($T(e.next,!0)){for(e.advance(),o++;$T(e.next,!1);)e.advance(),o++;for(;lP.indexOf(e.next)>-1;)e.advance(),o++;if(e.next==fje)return;for(let c=0;;c++){if(c==7){if(!$T(e.next,!0))return;break}if(e.next!="extends".charCodeAt(c))break;e.advance(),o++}}e.acceptToken(aje,-o)}),wje=_1({"get set async static":G.modifier,"for while do if else switch try catch finally return throw break continue default case defer":G.controlKeyword,"in of await yield void typeof delete instanceof as satisfies":G.operatorKeyword,"let var const using function class extends":G.definitionKeyword,"import export from":G.moduleKeyword,"with debugger new":G.keyword,TemplateString:G.special(G.string),super:G.atom,BooleanLiteral:G.bool,this:G.self,null:G.null,Star:G.modifier,VariableName:G.variableName,"CallExpression/VariableName TaggedTemplateExpression/VariableName":G.function(G.variableName),VariableDefinition:G.definition(G.variableName),Label:G.labelName,PropertyName:G.propertyName,PrivatePropertyName:G.special(G.propertyName),"CallExpression/MemberExpression/PropertyName":G.function(G.propertyName),"FunctionDeclaration/VariableDefinition":G.function(G.definition(G.variableName)),"ClassDeclaration/VariableDefinition":G.definition(G.className),"NewExpression/VariableName":G.className,PropertyDefinition:G.definition(G.propertyName),PrivatePropertyDefinition:G.definition(G.special(G.propertyName)),UpdateOp:G.updateOperator,"LineComment Hashbang":G.lineComment,BlockComment:G.blockComment,Number:G.number,String:G.string,Escape:G.escape,ArithOp:G.arithmeticOperator,LogicOp:G.logicOperator,BitOp:G.bitwiseOperator,CompareOp:G.compareOperator,RegExp:G.regexp,Equals:G.definitionOperator,Arrow:G.function(G.punctuation),": Spread":G.punctuation,"( )":G.paren,"[ ]":G.squareBracket,"{ }":G.brace,"InterpolationStart InterpolationEnd":G.special(G.brace),".":G.derefOperator,", ;":G.separator,"@":G.meta,TypeName:G.typeName,TypeDefinition:G.definition(G.typeName),"type enum interface implements namespace module declare":G.definitionKeyword,"abstract global Privacy readonly override":G.modifier,"is keyof unique infer asserts":G.operatorKeyword,JSXAttributeValue:G.attributeValue,JSXText:G.content,"JSXStartTag JSXStartCloseTag JSXSelfCloseEndTag JSXEndTag":G.angleBracket,"JSXIdentifier JSXNameSpacedName":G.tagName,"JSXAttribute/JSXIdentifier JSXAttribute/JSXNameSpacedName":G.attributeName,"JSXBuiltin/JSXIdentifier":G.standard(G.tagName)}),jje={__proto__:null,export:20,as:25,from:33,default:36,async:41,function:42,in:52,out:55,const:56,extends:60,this:64,true:72,false:72,null:84,void:88,typeof:92,super:108,new:142,delete:154,yield:163,await:167,class:172,public:235,private:235,protected:235,readonly:237,instanceof:256,satisfies:259,import:292,keyof:349,unique:353,infer:359,asserts:395,is:397,abstract:417,implements:419,type:421,let:424,var:426,using:429,interface:435,enum:439,namespace:445,module:447,declare:451,global:455,defer:471,for:476,of:485,while:488,with:492,do:496,if:500,else:502,switch:506,case:512,try:518,catch:522,finally:526,return:530,throw:534,break:538,continue:542,debugger:546},Sje={__proto__:null,async:129,get:131,set:133,declare:195,public:197,private:197,protected:197,static:199,abstract:201,override:203,readonly:209,accessor:211,new:401},Nje={__proto__:null,"<":193},_je=Yo.deserialize({version:14,states:"$F|Q%TQlOOO%[QlOOO'_QpOOP(lO`OOO*zQ!0MxO'#CiO+RO#tO'#CjO+aO&jO'#CjO+oO#@ItO'#DaO.QQlO'#DgO.bQlO'#DrO%[QlO'#DzO0fQlO'#ESOOQ!0Lf'#E['#E[O1PQ`O'#EXOOQO'#Ep'#EpOOQO'#Il'#IlO1XQ`O'#GsO1dQ`O'#EoO1iQ`O'#EoO3hQ!0MxO'#JrO6[Q!0MxO'#JsO6uQ`O'#F]O6zQ,UO'#FtOOQ!0Lf'#Ff'#FfO7VO7dO'#FfO9XQMhO'#F|O9`Q`O'#F{OOQ!0Lf'#Js'#JsOOQ!0Lb'#Jr'#JrO9eQ`O'#GwOOQ['#K_'#K_O9pQ`O'#IYO9uQ!0LrO'#IZOOQ['#J`'#J`OOQ['#I_'#I_Q`QlOOQ`QlOOO9}Q!L^O'#DvO:UQlO'#EOO:]QlO'#EQO9kQ`O'#GsO:dQMhO'#CoO:rQ`O'#EnO:}Q`O'#EyO;hQMhO'#FeO;xQ`O'#GsOOQO'#K`'#K`O;}Q`O'#K`O<]Q`O'#G{O<]Q`O'#G|O<]Q`O'#HOO9kQ`O'#HRO=SQ`O'#HUO>kQ`O'#CeO>{Q`O'#HcO?TQ`O'#HiO?TQ`O'#HkO`QlO'#HmO?TQ`O'#HoO?TQ`O'#HrO?YQ`O'#HxO?_Q!0LsO'#IOO%[QlO'#IQO?jQ!0LsO'#ISO?uQ!0LsO'#IUO9uQ!0LrO'#IWO@QQ!0MxO'#CiOASQpO'#DlQOQ`OOO%[QlO'#EQOAjQ`O'#ETO:dQMhO'#EnOAuQ`O'#EnOBQQ!bO'#FeOOQ['#Cg'#CgOOQ!0Lb'#Dq'#DqOOQ!0Lb'#Jv'#JvO%[QlO'#JvOOQO'#Jy'#JyOOQO'#Ih'#IhOCQQpO'#EgOOQ!0Lb'#Ef'#EfOOQ!0Lb'#J}'#J}OC|Q!0MSO'#EgODWQpO'#EWOOQO'#Jx'#JxODlQpO'#JyOEyQpO'#EWODWQpO'#EgPFWO&2DjO'#CbPOOO)CD})CD}OOOO'#I`'#I`OFcO#tO,59UOOQ!0Lh,59U,59UOOOO'#Ia'#IaOFqO&jO,59UOGPQ!L^O'#DcOOOO'#Ic'#IcOGWO#@ItO,59{OOQ!0Lf,59{,59{OGfQlO'#IdOGyQ`O'#JtOIxQ!fO'#JtO+}QlO'#JtOJPQ`O,5:ROJgQ`O'#EpOJtQ`O'#KTOKPQ`O'#KSOKPQ`O'#KSOKXQ`O,5;^OK^Q`O'#KROOQ!0Ln,5:^,5:^OKeQlO,5:^OMcQ!0MxO,5:fONSQ`O,5:nONmQ!0LrO'#KQONtQ`O'#KPO9eQ`O'#KPO! YQ`O'#KPO! bQ`O,5;]O! gQ`O'#KPO!#lQ!fO'#JsOOQ!0Lh'#Ci'#CiO%[QlO'#ESO!$[Q!fO,5:sOOQS'#Jz'#JzOOQO-E<j-E<jO9kQ`O,5=_O!$rQ`O,5=_O!$wQlO,5;ZO!&zQMhO'#EkO!(eQ`O,5;ZO!(jQlO'#DyO!(tQpO,5;dO!(|QpO,5;dO%[QlO,5;dOOQ['#FT'#FTOOQ['#FV'#FVO%[QlO,5;eO%[QlO,5;eO%[QlO,5;eO%[QlO,5;eO%[QlO,5;eO%[QlO,5;eO%[QlO,5;eO%[QlO,5;eO%[QlO,5;eO%[QlO,5;eOOQ['#FZ'#FZO!)[QlO,5;tOOQ!0Lf,5;y,5;yOOQ!0Lf,5;z,5;zOOQ!0Lf,5;|,5;|O%[QlO'#IpO!+_Q!0LrO,5<iO%[QlO,5;eO!&zQMhO,5;eO!+|QMhO,5;eO!-nQMhO'#E^O%[QlO,5;wOOQ!0Lf,5;{,5;{O!-uQ,UO'#FjO!.rQ,UO'#KXO!.^Q,UO'#KXO!.yQ,UO'#KXOOQO'#KX'#KXO!/_Q,UO,5<SOOOW,5<`,5<`O!/pQlO'#FvOOOW'#Io'#IoO7VO7dO,5<QO!/wQ,UO'#FxOOQ!0Lf,5<Q,5<QO!0hQ$IUO'#CyOOQ!0Lh'#C}'#C}O!0{O#@ItO'#DRO!1iQMjO,5<eO!1pQ`O,5<hO!3YQ(CWO'#GXO!3jQ`O'#GYO!3oQ`O'#GYO!5_Q(CWO'#G^O!6dQpO'#GbOOQO'#Gn'#GnO!,TQMhO'#GmOOQO'#Gp'#GpO!,TQMhO'#GoO!7VQ$IUO'#JlOOQ!0Lh'#Jl'#JlO!7aQ`O'#JkO!7oQ`O'#JjO!7wQ`O'#CuOOQ!0Lh'#C{'#C{O!8YQ`O'#C}OOQ!0Lh'#DV'#DVOOQ!0Lh'#DX'#DXO!8_Q`O,5<eO1SQ`O'#DZO!,TQMhO'#GPO!,TQMhO'#GRO!8gQ`O'#GTO!8lQ`O'#GUO!3oQ`O'#G[O!,TQMhO'#GaO<]Q`O'#JkO!8qQ`O'#EqO!9`Q`O,5<gOOQ!0Lb'#Cr'#CrO!9hQ`O'#ErO!:bQpO'#EsOOQ!0Lb'#KR'#KRO!:iQ!0LrO'#KaO9uQ!0LrO,5=cO`QlO,5>tOOQ['#Jh'#JhOOQ[,5>u,5>uOOQ[-E<]-E<]O!<hQ!0MxO,5:bO!:]QpO,5:`O!?RQ!0MxO,5:jO%[QlO,5:jO!AiQ!0MxO,5:lOOQO,5@z,5@zO!BYQMhO,5=_O!BhQ!0LrO'#JiO9`Q`O'#JiO!ByQ!0LrO,59ZO!CUQpO,59ZO!C^QMhO,59ZO:dQMhO,59ZO!CiQ`O,5;ZO!CqQ`O'#HbO!DVQ`O'#KdO%[QlO,5;}O!:]QpO,5<PO!D_Q`O,5=zO!DdQ`O,5=zO!DiQ`O,5=zO!DwQ`O,5=zO9uQ!0LrO,5=zO<]Q`O,5=jOOQO'#Cy'#CyO!EOQpO,5=gO!EWQMhO,5=hO!EcQ`O,5=jO!EhQ!bO,5=mO!EpQ`O'#K`O?YQ`O'#HWO9kQ`O'#HYO!EuQ`O'#HYO:dQMhO'#H[O!EzQ`O'#H[OOQ[,5=p,5=pO!FPQ`O'#H]O!FbQ`O'#CoO!FgQ`O,59PO!FqQ`O,59PO!HvQlO,59POOQ[,59P,59PO!IWQ!0LrO,59PO%[QlO,59PO!KcQlO'#HeOOQ['#Hf'#HfOOQ['#Hg'#HgO`QlO,5=}O!KyQ`O,5=}O`QlO,5>TO`QlO,5>VO!LOQ`O,5>XO`QlO,5>ZO!LTQ`O,5>^O!LYQlO,5>dOOQ[,5>j,5>jO%[QlO,5>jO9uQ!0LrO,5>lOOQ[,5>n,5>nO#!dQ`O,5>nOOQ[,5>p,5>pO#!dQ`O,5>pOOQ[,5>r,5>rO##QQpO'#D_O%[QlO'#JvO##sQpO'#JvO##}QpO'#DmO#$`QpO'#DmO#&qQlO'#DmO#&xQ`O'#JuO#'QQ`O,5:WO#'VQ`O'#EtO#'eQ`O'#KUO#'mQ`O,5;_O#'rQpO'#DmO#(PQpO'#EVOOQ!0Lf,5:o,5:oO%[QlO,5:oO#(WQ`O,5:oO?YQ`O,5;YO!CUQpO,5;YO!C^QMhO,5;YO:dQMhO,5;YO#(`Q`O,5@bO#(eQ07dO,5:sOOQO-E<f-E<fO#)kQ!0MSO,5;RODWQpO,5:rO#)uQpO,5:rODWQpO,5;RO!ByQ!0LrO,5:rOOQ!0Lb'#Ej'#EjOOQO,5;R,5;RO%[QlO,5;RO#*SQ!0LrO,5;RO#*_Q!0LrO,5;RO!CUQpO,5:rOOQO,5;X,5;XO#*mQ!0LrO,5;RPOOO'#I^'#I^P#+RO&2DjO,58|POOO,58|,58|OOOO-E<^-E<^OOQ!0Lh1G.p1G.pOOOO-E<_-E<_OOOO,59},59}O#+^Q!bO,59}OOOO-E<a-E<aOOQ!0Lf1G/g1G/gO#+cQ!fO,5?OO+}QlO,5?OOOQO,5?U,5?UO#+mQlO'#IdOOQO-E<b-E<bO#+zQ`O,5@`O#,SQ!fO,5@`O#,ZQ`O,5@nOOQ!0Lf1G/m1G/mO%[QlO,5@oO#,cQ`O'#IjOOQO-E<h-E<hO#,ZQ`O,5@nOOQ!0Lb1G0x1G0xOOQ!0Ln1G/x1G/xOOQ!0Ln1G0Y1G0YO%[QlO,5@lO#,wQ!0LrO,5@lO#-YQ!0LrO,5@lO#-aQ`O,5@kO9eQ`O,5@kO#-iQ`O,5@kO#-wQ`O'#ImO#-aQ`O,5@kOOQ!0Lb1G0w1G0wO!(tQpO,5:uO!)PQpO,5:uOOQS,5:w,5:wO#.iQdO,5:wO#.qQMhO1G2yO9kQ`O1G2yOOQ!0Lf1G0u1G0uO#/PQ!0MxO1G0uO#0UQ!0MvO,5;VOOQ!0Lh'#GW'#GWO#0rQ!0MzO'#JlO!$wQlO1G0uO#2}Q!fO'#JwO%[QlO'#JwO#3XQ`O,5:eOOQ!0Lh'#D_'#D_OOQ!0Lf1G1O1G1OO%[QlO1G1OOOQ!0Lf1G1f1G1fO#3^Q`O1G1OO#5rQ!0MxO1G1PO#5yQ!0MxO1G1PO#8aQ!0MxO1G1PO#8hQ!0MxO1G1PO#;OQ!0MxO1G1PO#=fQ!0MxO1G1PO#=mQ!0MxO1G1PO#=tQ!0MxO1G1PO#@[Q!0MxO1G1PO#@cQ!0MxO1G1PO#BpQ?MtO'#CiO#DkQ?MtO1G1`O#DrQ?MtO'#JsO#EVQ!0MxO,5?[OOQ!0Lb-E<n-E<nO#GdQ!0MxO1G1PO#HaQ!0MzO1G1POOQ!0Lf1G1P1G1PO#IdQMjO'#J|O#InQ`O,5:xO#IsQ!0MxO1G1cO#JgQ,UO,5<WO#JoQ,UO,5<XO#JwQ,UO'#FoO#K`Q`O'#FnOOQO'#KY'#KYOOQO'#In'#InO#KeQ,UO1G1nOOQ!0Lf1G1n1G1nOOOW1G1y1G1yO#KvQ?MtO'#JrO#LQQ`O,5<bO!)[QlO,5<bOOOW-E<m-E<mOOQ!0Lf1G1l1G1lO#LVQpO'#KXOOQ!0Lf,5<d,5<dO#L_QpO,5<dO#LdQMhO'#DTOOOO'#Ib'#IbO#LkO#@ItO,59mOOQ!0Lh,59m,59mO%[QlO1G2PO!8lQ`O'#IrO#LvQ`O,5<zOOQ!0Lh,5<w,5<wO!,TQMhO'#IuO#MdQMjO,5=XO!,TQMhO'#IwO#NVQMjO,5=ZO!&zQMhO,5=]OOQO1G2S1G2SO#NaQ!dO'#CrO#NtQ(CWO'#ErO$ |QpO'#GbO$!dQ!dO,5<sO$!kQ`O'#K[O9eQ`O'#K[O$!yQ`O,5<uO$#aQ!dO'#C{O!,TQMhO,5<tO$#kQ`O'#GZO$$PQ`O,5<tO$$UQ!dO'#GWO$$cQ!dO'#K]O$$mQ`O'#K]O!&zQMhO'#K]O$$rQ`O,5<xO$$wQlO'#JvO$%RQpO'#GcO#$`QpO'#GcO$%dQ`O'#GgO!3oQ`O'#GkO$%iQ!0LrO'#ItO$%tQpO,5<|OOQ!0Lp,5<|,5<|O$%{QpO'#GcO$&YQpO'#GdO$&kQpO'#GdO$&pQMjO,5=XO$'QQMjO,5=ZOOQ!0Lh,5=^,5=^O!,TQMhO,5@VO!,TQMhO,5@VO$'bQ`O'#IyO$'vQ`O,5@UO$(OQ`O,59aOOQ!0Lh,59i,59iO$(TQ`O,5@VO$)TQ$IYO,59uOOQ!0Lh'#Jp'#JpO$)vQMjO,5<kO$*iQMjO,5<mO@zQ`O,5<oOOQ!0Lh,5<p,5<pO$*sQ`O,5<vO$*xQMjO,5<{O$+YQ`O'#KPO!$wQlO1G2RO$+_Q`O1G2RO9eQ`O'#KSO9eQ`O'#EtO%[QlO'#EtO9eQ`O'#I{O$+dQ!0LrO,5@{OOQ[1G2}1G2}OOQ[1G4`1G4`OOQ!0Lf1G/|1G/|OOQ!0Lf1G/z1G/zO$-fQ!0MxO1G0UOOQ[1G2y1G2yO!&zQMhO1G2yO%[QlO1G2yO#.tQ`O1G2yO$/jQMhO'#EkOOQ!0Lb,5@T,5@TO$/wQ!0LrO,5@TOOQ[1G.u1G.uO!ByQ!0LrO1G.uO!CUQpO1G.uO!C^QMhO1G.uO$0YQ`O1G0uO$0_Q`O'#CiO$0jQ`O'#KeO$0rQ`O,5=|O$0wQ`O'#KeO$0|Q`O'#KeO$1[Q`O'#JRO$1jQ`O,5AOO$1rQ!fO1G1iOOQ!0Lf1G1k1G1kO9kQ`O1G3fO@zQ`O1G3fO$1yQ`O1G3fO$2OQ`O1G3fO!DiQ`O1G3fO9uQ!0LrO1G3fOOQ[1G3f1G3fO!EcQ`O1G3UO!&zQMhO1G3RO$2TQ`O1G3ROOQ[1G3S1G3SO!&zQMhO1G3SO$2YQ`O1G3SO$2bQpO'#HQOOQ[1G3U1G3UO!6_QpO'#I}O!EhQ!bO1G3XOOQ[1G3X1G3XOOQ[,5=r,5=rO$2jQMhO,5=tO9kQ`O,5=tO$%dQ`O,5=vO9`Q`O,5=vO!CUQpO,5=vO!C^QMhO,5=vO:dQMhO,5=vO$2xQ`O'#KcO$3TQ`O,5=wOOQ[1G.k1G.kO$3YQ!0LrO1G.kO@zQ`O1G.kO$3eQ`O1G.kO9uQ!0LrO1G.kO$5mQ!fO,5AQO$5zQ`O,5AQO9eQ`O,5AQO$6VQlO,5>PO$6^Q`O,5>POOQ[1G3i1G3iO`QlO1G3iOOQ[1G3o1G3oOOQ[1G3q1G3qO?TQ`O1G3sO$6cQlO1G3uO$:gQlO'#HtOOQ[1G3x1G3xO$:tQ`O'#HzO?YQ`O'#H|OOQ[1G4O1G4OO$:|QlO1G4OO9uQ!0LrO1G4UOOQ[1G4W1G4WOOQ!0Lb'#G_'#G_O9uQ!0LrO1G4YO9uQ!0LrO1G4[O$?TQ`O,5@bO!)[QlO,5;`O9eQ`O,5;`O?YQ`O,5:XO!)[QlO,5:XO!CUQpO,5:XO$?YQ?MtO,5:XOOQO,5;`,5;`O$?dQpO'#IeO$?zQ`O,5@aOOQ!0Lf1G/r1G/rO$@SQpO'#IkO$@^Q`O,5@pOOQ!0Lb1G0y1G0yO#$`QpO,5:XOOQO'#Ig'#IgO$@fQpO,5:qOOQ!0Ln,5:q,5:qO#(ZQ`O1G0ZOOQ!0Lf1G0Z1G0ZO%[QlO1G0ZOOQ!0Lf1G0t1G0tO?YQ`O1G0tO!CUQpO1G0tO!C^QMhO1G0tOOQ!0Lb1G5|1G5|O!ByQ!0LrO1G0^OOQO1G0m1G0mO%[QlO1G0mO$@mQ!0LrO1G0mO$@xQ!0LrO1G0mO!CUQpO1G0^ODWQpO1G0^O$AWQ!0LrO1G0mOOQO1G0^1G0^O$AlQ!0MxO1G0mPOOO-E<[-E<[POOO1G.h1G.hOOOO1G/i1G/iO$AvQ!bO,5<iO$BOQ!fO1G4jOOQO1G4p1G4pO%[QlO,5?OO$BYQ`O1G5zO$BbQ`O1G6YO$BjQ!fO1G6ZO9eQ`O,5?UO$BtQ!0MxO1G6WO%[QlO1G6WO$CUQ!0LrO1G6WO$CgQ`O1G6VO$CgQ`O1G6VO9eQ`O1G6VO$CoQ`O,5?XO9eQ`O,5?XOOQO,5?X,5?XO$DTQ`O,5?XO$+YQ`O,5?XOOQO-E<k-E<kOOQS1G0a1G0aOOQS1G0c1G0cO#.lQ`O1G0cOOQ[7+(e7+(eO!&zQMhO7+(eO%[QlO7+(eO$DcQ`O7+(eO$DnQMhO7+(eO$D|Q!0MzO,5=XO$GXQ!0MzO,5=ZO$IdQ!0MzO,5=XO$KuQ!0MzO,5=ZO$NWQ!0MzO,59uO%!]Q!0MzO,5<kO%$hQ!0MzO,5<mO%&sQ!0MzO,5<{OOQ!0Lf7+&a7+&aO%)UQ!0MxO7+&aO%)xQlO'#IfO%*VQ`O,5@cO%*_Q!fO,5@cOOQ!0Lf1G0P1G0PO%*iQ`O7+&jOOQ!0Lf7+&j7+&jO%*nQ?MtO,5:fO%[QlO7+&zO%*xQ?MtO,5:bO%+VQ?MtO,5:jO%+aQ?MtO,5:lO%+kQMhO'#IiO%+uQ`O,5@hOOQ!0Lh1G0d1G0dOOQO1G1r1G1rOOQO1G1s1G1sO%+}Q!jO,5<ZO!)[QlO,5<YOOQO-E<l-E<lOOQ!0Lf7+'Y7+'YOOOW7+'e7+'eOOOW1G1|1G1|O%,YQ`O1G1|OOQ!0Lf1G2O1G2OOOOO,59o,59oO%,_Q!dO,59oOOOO-E<`-E<`OOQ!0Lh1G/X1G/XO%,fQ!0MxO7+'kOOQ!0Lh,5?^,5?^O%-YQMhO1G2fP%-aQ`O'#IrPOQ!0Lh-E<p-E<pO%-}QMjO,5?aOOQ!0Lh-E<s-E<sO%.pQMjO,5?cOOQ!0Lh-E<u-E<uO%.zQ!dO1G2wO%/RQ!dO'#CrO%/iQMhO'#KSO$$wQlO'#JvOOQ!0Lh1G2_1G2_O%/sQ`O'#IqO%0[Q`O,5@vO%0[Q`O,5@vO%0dQ`O,5@vO%0oQ`O,5@vOOQO1G2a1G2aO%0}QMjO1G2`O$+YQ`O'#K[O!,TQMhO1G2`O%1_Q(CWO'#IsO%1lQ`O,5@wO!&zQMhO,5@wO%1tQ!dO,5@wOOQ!0Lh1G2d1G2dO%4UQ!fO'#CiO%4`Q`O,5=POOQ!0Lb,5<},5<}O%4hQpO,5<}OOQ!0Lb,5=O,5=OOCwQ`O,5<}O%4sQpO,5<}OOQ!0Lb,5=R,5=RO$+YQ`O,5=VOOQO,5?`,5?`OOQO-E<r-E<rOOQ!0Lp1G2h1G2hO#$`QpO,5<}O$$wQlO,5=PO%5RQ`O,5=OO%5^QpO,5=OO!,TQMhO'#IuO%6WQMjO1G2sO!,TQMhO'#IwO%6yQMjO1G2uO%7TQMjO1G5qO%7_QMjO1G5qOOQO,5?e,5?eOOQO-E<w-E<wOOQO1G.{1G.{O!,TQMhO1G5qO!,TQMhO1G5qO!:]QpO,59wO%[QlO,59wOOQ!0Lh,5<j,5<jO%7lQ`O1G2ZO!,TQMhO1G2bO%7qQ!0MxO7+'mOOQ!0Lf7+'m7+'mO!$wQlO7+'mO%8eQ`O,5;`OOQ!0Lb,5?g,5?gOOQ!0Lb-E<y-E<yO%8jQ!dO'#K^O#(ZQ`O7+(eO4UQ!fO7+(eO$DfQ`O7+(eO%8tQ!0MvO'#CiO%9XQ!0MvO,5=SO%9lQ`O,5=SO%9tQ`O,5=SOOQ!0Lb1G5o1G5oOOQ[7+$a7+$aO!ByQ!0LrO7+$aO!CUQpO7+$aO!$wQlO7+&aO%9yQ`O'#JQO%:bQ`O,5APOOQO1G3h1G3hO9kQ`O,5APO%:bQ`O,5APO%:jQ`O,5APOOQO,5?m,5?mOOQO-E=P-E=POOQ!0Lf7+'T7+'TO%:oQ`O7+)QO9uQ!0LrO7+)QO9kQ`O7+)QO@zQ`O7+)QO%:tQ`O7+)QOOQ[7+)Q7+)QOOQ[7+(p7+(pO%:yQ!0MvO7+(mO!&zQMhO7+(mO!E^Q`O7+(nOOQ[7+(n7+(nO!&zQMhO7+(nO%;TQ`O'#KbO%;`Q`O,5=lOOQO,5?i,5?iOOQO-E<{-E<{OOQ[7+(s7+(sO%<rQpO'#HZOOQ[1G3`1G3`O!&zQMhO1G3`O%[QlO1G3`O%<yQ`O1G3`O%=UQMhO1G3`O9uQ!0LrO1G3bO$%dQ`O1G3bO9`Q`O1G3bO!CUQpO1G3bO!C^QMhO1G3bO%=dQ`O'#JPO%=xQ`O,5@}O%>QQpO,5@}OOQ!0Lb1G3c1G3cOOQ[7+$V7+$VO@zQ`O7+$VO9uQ!0LrO7+$VO%>]Q`O7+$VO%[QlO1G6lO%[QlO1G6mO%>bQ!0LrO1G6lO%>lQlO1G3kO%>sQ`O1G3kO%>xQlO1G3kOOQ[7+)T7+)TO9uQ!0LrO7+)_O`QlO7+)aOOQ['#Kh'#KhOOQ['#JS'#JSO%?PQlO,5>`OOQ[,5>`,5>`O%[QlO'#HuO%?^Q`O'#HwOOQ[,5>f,5>fO9eQ`O,5>fOOQ[,5>h,5>hOOQ[7+)j7+)jOOQ[7+)p7+)pOOQ[7+)t7+)tOOQ[7+)v7+)vO%?cQpO1G5|O%?}Q?MtO1G0zO%@XQ`O1G0zOOQO1G/s1G/sO%@dQ?MtO1G/sO?YQ`O1G/sO!)[QlO'#DmOOQO,5?P,5?POOQO-E<c-E<cOOQO,5?V,5?VOOQO-E<i-E<iO!CUQpO1G/sOOQO-E<e-E<eOOQ!0Ln1G0]1G0]OOQ!0Lf7+%u7+%uO#(ZQ`O7+%uOOQ!0Lf7+&`7+&`O?YQ`O7+&`O!CUQpO7+&`OOQO7+%x7+%xO$AlQ!0MxO7+&XOOQO7+&X7+&XO%[QlO7+&XO%@nQ!0LrO7+&XO!ByQ!0LrO7+%xO!CUQpO7+%xO%@yQ!0LrO7+&XO%AXQ!0MxO7++rO%[QlO7++rO%AiQ`O7++qO%AiQ`O7++qOOQO1G4s1G4sO9eQ`O1G4sO%AqQ`O1G4sOOQS7+%}7+%}O#(ZQ`O<<LPO4UQ!fO<<LPO%BPQ`O<<LPOOQ[<<LP<<LPO!&zQMhO<<LPO%[QlO<<LPO%BXQ`O<<LPO%BdQ!0MzO,5?aO%DoQ!0MzO,5?cO%FzQ!0MzO1G2`O%I]Q!0MzO1G2sO%KhQ!0MzO1G2uO%MsQ!fO,5?QO%[QlO,5?QOOQO-E<d-E<dO%M}Q`O1G5}OOQ!0Lf<<JU<<JUO%NVQ?MtO1G0uO&!^Q?MtO1G1PO&!eQ?MtO1G1PO&$fQ?MtO1G1PO&$mQ?MtO1G1PO&&nQ?MtO1G1PO&(oQ?MtO1G1PO&(vQ?MtO1G1PO&(}Q?MtO1G1PO&+OQ?MtO1G1PO&+VQ?MtO1G1PO&+^Q!0MxO<<JfO&-UQ?MtO1G1PO&.RQ?MvO1G1PO&/UQ?MvO'#JlO&1[Q?MtO1G1cO&1iQ?MtO1G0UO&1sQMjO,5?TOOQO-E<g-E<gO!)[QlO'#FqOOQO'#KZ'#KZOOQO1G1u1G1uO&1}Q`O1G1tO&2SQ?MtO,5?[OOOW7+'h7+'hOOOO1G/Z1G/ZO&2^Q!dO1G4xOOQ!0Lh7+(Q7+(QP!&zQMhO,5?^O!,TQMhO7+(cO&2eQ`O,5?]O9eQ`O,5?]O$+YQ`O,5?]OOQO-E<o-E<oO&2sQ`O1G6bO&2sQ`O1G6bO&2{Q`O1G6bO&3WQMjO7+'zO&3hQ!dO,5?_O&3rQ`O,5?_O!&zQMhO,5?_OOQO-E<q-E<qO&3wQ!dO1G6cO&4RQ`O1G6cO&4ZQ`O1G2kO!&zQMhO1G2kOOQ!0Lb1G2i1G2iOOQ!0Lb1G2j1G2jO%4hQpO1G2iO!CUQpO1G2iOCwQ`O1G2iOOQ!0Lb1G2q1G2qO&4`QpO1G2iO&4nQ`O1G2kO$+YQ`O1G2jOCwQ`O1G2jO$$wQlO1G2kO&4vQ`O1G2jO&5jQMjO,5?aOOQ!0Lh-E<t-E<tO&6]QMjO,5?cOOQ!0Lh-E<v-E<vO!,TQMhO7++]O&6gQMjO7++]O&6qQMjO7++]OOQ!0Lh1G/c1G/cO&7OQ`O1G/cOOQ!0Lh7+'u7+'uO&7TQMjO7+'|O&7eQ!0MxO<<KXOOQ!0Lf<<KX<<KXO&8XQ`O1G0zO!&zQMhO'#IzO&8^Q`O,5@xO&:`Q!fO<<LPO!&zQMhO1G2nO&:gQ!0LrO1G2nOOQ[<<G{<<G{O!ByQ!0LrO<<G{O&:xQ!0MxO<<I{OOQ!0Lf<<I{<<I{OOQO,5?l,5?lO&;lQ`O,5?lO&;qQ`O,5?lOOQO-E=O-E=OO&<PQ`O1G6kO&<PQ`O1G6kO9kQ`O1G6kO@zQ`O<<LlOOQ[<<Ll<<LlO&<XQ`O<<LlO9uQ!0LrO<<LlO9kQ`O<<LlOOQ[<<LX<<LXO%:yQ!0MvO<<LXOOQ[<<LY<<LYO!E^Q`O<<LYO&<^QpO'#I|O&<iQ`O,5@|O!)[QlO,5@|OOQ[1G3W1G3WOOQO'#JO'#JOO9uQ!0LrO'#JOO&<qQpO,5=uOOQ[,5=u,5=uO&<xQpO'#EgO&=PQpO'#GeO&=UQ`O7+(zO&=ZQ`O7+(zOOQ[7+(z7+(zO!&zQMhO7+(zO%[QlO7+(zO&=cQ`O7+(zOOQ[7+(|7+(|O9uQ!0LrO7+(|O$%dQ`O7+(|O9`Q`O7+(|O!CUQpO7+(|O&=nQ`O,5?kOOQO-E<}-E<}OOQO'#H^'#H^O&=yQ`O1G6iO9uQ!0LrO<<GqOOQ[<<Gq<<GqO@zQ`O<<GqO&>RQ`O7+,WO&>WQ`O7+,XO%[QlO7+,WO%[QlO7+,XOOQ[7+)V7+)VO&>]Q`O7+)VO&>bQlO7+)VO&>iQ`O7+)VOOQ[<<Ly<<LyOOQ[<<L{<<L{OOQ[-E=Q-E=QOOQ[1G3z1G3zO&>nQ`O,5>aOOQ[,5>c,5>cO&>sQ`O1G4QO9eQ`O7+&fO!)[QlO7+&fOOQO7+%_7+%_O&>xQ?MtO1G6ZO?YQ`O7+%_OOQ!0Lf<<Ia<<IaOOQ!0Lf<<Iz<<IzO?YQ`O<<IzOOQO<<Is<<IsO$AlQ!0MxO<<IsO%[QlO<<IsOOQO<<Id<<IdO!ByQ!0LrO<<IdO&?SQ!0LrO<<IsO&?_Q!0MxO<= ^O&?oQ`O<= ]OOQO7+*_7+*_O9eQ`O7+*_OOQ[ANAkANAkO&?wQ!fOANAkO!&zQMhOANAkO#(ZQ`OANAkO4UQ!fOANAkO&@OQ`OANAkO%[QlOANAkO&@WQ!0MzO7+'zO&BiQ!0MzO,5?aO&DtQ!0MzO,5?cO&GPQ!0MzO7+'|O&IbQ!fO1G4lO&IlQ?MtO7+&aO&KpQ?MvO,5=XO&MwQ?MvO,5=ZO&NXQ?MvO,5=XO&NiQ?MvO,5=ZO&NyQ?MvO,59uO'#PQ?MvO,5<kO'%SQ?MvO,5<mO''hQ?MvO,5<{O')^Q?MtO7+'kO')kQ?MtO7+'mO')xQ`O,5<]OOQO7+'`7+'`OOQ!0Lh7+*d7+*dO')}QMjO<<K}OOQO1G4w1G4wO'*UQ`O1G4wO'*aQ`O1G4wO'*oQ`O7++|O'*oQ`O7++|O!&zQMhO1G4yO'*wQ!dO1G4yO'+RQ`O7++}O'+ZQ`O7+(VO'+fQ!dO7+(VOOQ!0Lb7+(T7+(TOOQ!0Lb7+(U7+(UO!CUQpO7+(TOCwQ`O7+(TO'+pQ`O7+(VO!&zQMhO7+(VO$+YQ`O7+(UO'+uQ`O7+(VOCwQ`O7+(UO'+}QMjO<<NwO!,TQMhO<<NwOOQ!0Lh7+$}7+$}O',XQ!dO,5?fOOQO-E<x-E<xO',cQ!0MvO7+(YO!&zQMhO7+(YOOQ[AN=gAN=gO9kQ`O1G5WOOQO1G5W1G5WO',sQ`O1G5WO',xQ`O7+,VO',xQ`O7+,VO9uQ!0LrOANBWO@zQ`OANBWOOQ[ANBWANBWO'-QQ`OANBWOOQ[ANAsANAsOOQ[ANAtANAtO'-VQ`O,5?hOOQO-E<z-E<zO'-bQ?MtO1G6hOOQO,5?j,5?jOOQO-E<|-E<|OOQ[1G3a1G3aO'-lQ`O,5=POOQ[<<Lf<<LfO!&zQMhO<<LfO&=UQ`O<<LfO'-qQ`O<<LfO%[QlO<<LfOOQ[<<Lh<<LhO9uQ!0LrO<<LhO$%dQ`O<<LhO9`Q`O<<LhO'-yQpO1G5VO'.UQ`O7+,TOOQ[AN=]AN=]O9uQ!0LrOAN=]OOQ[<= r<= rOOQ[<= s<= sO'.^Q`O<= rO'.cQ`O<= sOOQ[<<Lq<<LqO'.hQ`O<<LqO'.mQlO<<LqOOQ[1G3{1G3{O?YQ`O7+)lO'.tQ`O<<JQO'/PQ?MtO<<JQOOQO<<Hy<<HyOOQ!0LfAN?fAN?fOOQOAN?_AN?_O$AlQ!0MxOAN?_OOQOAN?OAN?OO%[QlOAN?_OOQO<<My<<MyOOQ[G27VG27VO!&zQMhOG27VO#(ZQ`OG27VO'/ZQ!fOG27VO4UQ!fOG27VO'/bQ`OG27VO'/jQ?MtO<<JfO'/wQ?MvO1G2`O'1mQ?MvO,5?aO'3pQ?MvO,5?cO'5sQ?MvO1G2sO'7vQ?MvO1G2uO'9yQ?MtO<<KXO':WQ?MtO<<I{OOQO1G1w1G1wO!,TQMhOANAiOOQO7+*c7+*cO':eQ`O7+*cO':pQ`O<= hO':xQ!dO7+*eOOQ!0Lb<<Kq<<KqO$+YQ`O<<KqOCwQ`O<<KqO';SQ`O<<KqO!&zQMhO<<KqOOQ!0Lb<<Ko<<KoO!CUQpO<<KoO';_Q!dO<<KqOOQ!0Lb<<Kp<<KpO';iQ`O<<KqO!&zQMhO<<KqO$+YQ`O<<KpO';nQMjOANDcO';xQ!0MvO<<KtOOQO7+*r7+*rO9kQ`O7+*rO'<YQ`O<= qOOQ[G27rG27rO9uQ!0LrOG27rO@zQ`OG27rO!)[QlO1G5SO'<bQ`O7+,SO'<jQ`O1G2kO&=UQ`OANBQOOQ[ANBQANBQO!&zQMhOANBQO'<oQ`OANBQOOQ[ANBSANBSO9uQ!0LrOANBSO$%dQ`OANBSOOQO'#H_'#H_OOQO7+*q7+*qOOQ[G22wG22wOOQ[ANE^ANE^OOQ[ANE_ANE_OOQ[ANB]ANB]O'<wQ`OANB]OOQ[<<MW<<MWO!)[QlOAN?lOOQOG24yG24yO$AlQ!0MxOG24yO#(ZQ`OLD,qOOQ[LD,qLD,qO!&zQMhOLD,qO'<|Q!fOLD,qO'=TQ?MvO7+'zO'>yQ?MvO,5?aO'@|Q?MvO,5?cO'CPQ?MvO7+'|O'DuQMjOG27TOOQO<<M}<<M}OOQ!0LbANA]ANA]O$+YQ`OANA]OCwQ`OANA]O'EVQ!dOANA]OOQ!0LbANAZANAZO'E^Q`OANA]O!&zQMhOANA]O'EiQ!dOANA]OOQ!0LbANA[ANA[OOQO<<N^<<N^OOQ[LD-^LD-^O9uQ!0LrOLD-^O'EsQ?MtO7+*nOOQO'#Gf'#GfOOQ[G27lG27lO&=UQ`OG27lO!&zQMhOG27lOOQ[G27nG27nO9uQ!0LrOG27nOOQ[G27wG27wO'E}Q?MtOG25WOOQOLD*eLD*eOOQ[!$(!]!$(!]O#(ZQ`O!$(!]O!&zQMhO!$(!]O'FXQ!0MzOG27TOOQ!0LbG26wG26wO$+YQ`OG26wO'HjQ`OG26wOCwQ`OG26wO'HuQ!dOG26wO!&zQMhOG26wOOQ[!$(!x!$(!xOOQ[LD-WLD-WO&=UQ`OLD-WOOQ[LD-YLD-YOOQ[!)9Ew!)9EwO#(ZQ`O!)9EwOOQ!0LbLD,cLD,cO$+YQ`OLD,cOCwQ`OLD,cO'H|Q`OLD,cO'IXQ!dOLD,cOOQ[!$(!r!$(!rOOQ[!.K;c!.K;cO'I`Q?MvOG27TOOQ!0Lb!$( }!$( }O$+YQ`O!$( }OCwQ`O!$( }O'KUQ`O!$( }OOQ!0Lb!)9Ei!)9EiO$+YQ`O!)9EiOCwQ`O!)9EiOOQ!0Lb!.K;T!.K;TO$+YQ`O!.K;TOOQ!0Lb!4/0o!4/0oO!)[QlO'#DzO1PQ`O'#EXO'KaQ!fO'#JrO'KhQ!L^O'#DvO'KoQlO'#EOO'KvQ!fO'#CiO'N^Q!fO'#CiO!)[QlO'#EQO'NnQlO,5;ZO!)[QlO,5;eO!)[QlO,5;eO!)[QlO,5;eO!)[QlO,5;eO!)[QlO,5;eO!)[QlO,5;eO!)[QlO,5;eO!)[QlO,5;eO!)[QlO,5;eO!)[QlO,5;eO!)[QlO'#IpO(!qQ`O,5<iO!)[QlO,5;eO(!yQMhO,5;eO($dQMhO,5;eO!)[QlO,5;wO!&zQMhO'#GmO(!yQMhO'#GmO!&zQMhO'#GoO(!yQMhO'#GoO1SQ`O'#DZO1SQ`O'#DZO!&zQMhO'#GPO(!yQMhO'#GPO!&zQMhO'#GRO(!yQMhO'#GRO!&zQMhO'#GaO(!yQMhO'#GaO!)[QlO,5:jO($kQpO'#D_O($uQpO'#JvO!)[QlO,5@oO'NnQlO1G0uO(%PQ?MtO'#CiO!)[QlO1G2PO!&zQMhO'#IuO(!yQMhO'#IuO!&zQMhO'#IwO(!yQMhO'#IwO(%ZQ!dO'#CrO!&zQMhO,5<tO(!yQMhO,5<tO'NnQlO1G2RO!)[QlO7+&zO!&zQMhO1G2`O(!yQMhO1G2`O!&zQMhO'#IuO(!yQMhO'#IuO!&zQMhO'#IwO(!yQMhO'#IwO!&zQMhO1G2bO(!yQMhO1G2bO'NnQlO7+'mO'NnQlO7+&aO!&zQMhOANAiO(!yQMhOANAiO(%nQ`O'#EoO(%sQ`O'#EoO(%{Q`O'#F]O(&QQ`O'#EyO(&VQ`O'#KTO(&bQ`O'#KRO(&mQ`O,5;ZO(&rQMjO,5<eO(&yQ`O'#GYO('OQ`O'#GYO('TQ`O,5<eO(']Q`O,5<gO('eQ`O,5;ZO('mQ?MtO1G1`O('tQ`O,5<tO('yQ`O,5<tO((OQ`O,5<vO((TQ`O,5<vO((YQ`O1G2RO((_Q`O1G0uO((dQMjO<<K}O((kQMjO<<K}O((rQMhO'#F|O9`Q`O'#F{OAuQ`O'#EnO!)[QlO,5;tO!3oQ`O'#GYO!3oQ`O'#GYO!3oQ`O'#G[O!3oQ`O'#G[O!,TQMhO7+(cO!,TQMhO7+(cO%.zQ!dO1G2wO%.zQ!dO1G2wO!&zQMhO,5=]O!&zQMhO,5=]",stateData:"()x~O'|OS'}OSTOS(ORQ~OPYOQYOSfOY!VOaqOdzOeyOl!POpkOrYOskOtkOzkO|YO!OYO!SWO!WkO!XkO!_XO!iuO!lZO!oYO!pYO!qYO!svO!uwO!xxO!|]O$W|O$niO%h}O%j!QO%l!OO%m!OO%n!OO%q!RO%s!SO%v!TO%w!TO%y!UO&W!WO&^!XO&`!YO&b!ZO&d![O&g!]O&m!^O&s!_O&u!`O&w!aO&y!bO&{!cO(TSO(VTO(YUO(aVO(o[O~OWtO~P`OPYOQYOSfOd!jOe!iOpkOrYOskOtkOzkO|YO!OYO!SWO!WkO!XkO!_!eO!iuO!lZO!oYO!pYO!qYO!svO!u!gO!x!hO$W!kO$niO(T!dO(VTO(YUO(aVO(o[O~Oa!wOs!nO!S!oO!b!yO!c!vO!d!vO!|<VO#T!pO#U!pO#V!xO#W!pO#X!pO#[!zO#]!zO(U!lO(VTO(YUO(e!mO(o!sO~O(O!{O~OP]XR]X[]Xa]Xj]Xr]X!Q]X!S]X!]]X!l]X!p]X#R]X#S]X#`]X#kfX#n]X#o]X#p]X#q]X#r]X#s]X#t]X#u]X#v]X#x]X#z]X#{]X$Q]X'z]X(a]X(r]X(y]X(z]X~O!g%RX~P(qO_!}O(V#PO(W!}O(X#PO~O_#QO(X#PO(Y#PO(Z#QO~Ox#SO!U#TO(b#TO(c#VO~OPYOQYOSfOd!jOe!iOpkOrYOskOtkOzkO|YO!OYO!SWO!WkO!XkO!_!eO!iuO!lZO!oYO!pYO!qYO!svO!u!gO!x!hO$W!kO$niO(T<ZO(VTO(YUO(aVO(o[O~O![#ZO!]#WO!Y(hP!Y(vP~P+}O!^#cO~P`OPYOQYOSfOd!jOe!iOrYOskOtkOzkO|YO!OYO!SWO!WkO!XkO!_!eO!iuO!lZO!oYO!pYO!qYO!svO!u!gO!x!hO$W!kO$niO(VTO(YUO(aVO(o[O~Op#mO![#iO!|]O#i#lO#j#iO(T<[O!k(sP~P.iO!l#oO(T#nO~O!x#sO!|]O%h#tO~O#k#uO~O!g#vO#k#uO~OP$[OR#zO[$cOj$ROr$aO!Q#yO!S#{O!]$_O!l#xO!p$[O#R$RO#n$OO#o$PO#p$PO#q$PO#r$QO#s$RO#t$RO#u$bO#v$SO#x$UO#z$WO#{$XO(aVO(r$YO(y#|O(z#}O~Oa(fX'z(fX'w(fX!k(fX!Y(fX!_(fX%i(fX!g(fX~P1qO#S$dO#`$eO$Q$eOP(gXR(gX[(gXj(gXr(gX!Q(gX!S(gX!](gX!l(gX!p(gX#R(gX#n(gX#o(gX#p(gX#q(gX#r(gX#s(gX#t(gX#u(gX#v(gX#x(gX#z(gX#{(gX(a(gX(r(gX(y(gX(z(gX!_(gX%i(gX~Oa(gX'z(gX'w(gX!Y(gX!k(gXv(gX!g(gX~P4UO#`$eO~O$]$hO$_$gO$f$mO~OSfO!_$nO$i$oO$k$qO~Oh%VOj%dOk%dOp%WOr%XOs$tOt$tOz%YO|%ZO!O%]O!S${O!_$|O!i%bO!l$xO#j%cO$W%`O$t%^O$v%_O$y%aO(T$sO(VTO(YUO(a$uO(y$}O(z%POg(^P~Ol%[O~P7eO!l%eO~O!S%hO!_%iO(T%gO~O!g%mO~Oa%nO'z%nO~O!Q%rO~P%[O(U!lO~P%[O%n%vO~P%[Oh%VO!l%eO(T%gO(U!lO~Oe%}O!l%eO(T%gO~Oj$RO~O!_&PO(T%gO(U!lO(VTO(YUO`)WP~O!Q&SO!l&RO%j&VO&T&WO~P;SO!x#sO~O%s&YO!S)SX!_)SX(T)SX~O(T&ZO~Ol!PO!u&`O%j!QO%l!OO%m!OO%n!OO%q!RO%s!SO%v!TO%w!TO~Od&eOe&dO!x&bO%h&cO%{&aO~P<bOd&hOeyOl!PO!_&gO!u&`O!xxO!|]O%h}O%l!OO%m!OO%n!OO%q!RO%s!SO%v!TO%w!TO%y!UO~Ob&kO#`&nO%j&iO(U!lO~P=gO!l&oO!u&sO~O!l#oO~O!_XO~Oa%nO'x&{O'z%nO~Oa%nO'x'OO'z%nO~Oa%nO'x'QO'z%nO~O'w]X!Y]Xv]X!k]X&[]X!_]X%i]X!g]X~P(qO!b'_O!c'WO!d'WO(U!lO(VTO(YUO~Os'UO!S'TO!['XO(e'SO!^(iP!^(xP~P@nOn'bO!_'`O(T%gO~Oe'gO!l%eO(T%gO~O!Q&SO!l&RO~Os!nO!S!oO!|<VO#T!pO#U!pO#W!pO#X!pO(U!lO(VTO(YUO(e!mO(o!sO~O!b'mO!c'lO!d'lO#V!pO#['nO#]'nO~PBYOa%nOh%VO!g#vO!l%eO'z%nO(r'pO~O!p'tO#`'rO~PChOs!nO!S!oO(VTO(YUO(e!mO(o!sO~O!_XOs(mX!S(mX!b(mX!c(mX!d(mX!|(mX#T(mX#U(mX#V(mX#W(mX#X(mX#[(mX#](mX(U(mX(V(mX(Y(mX(e(mX(o(mX~O!c'lO!d'lO(U!lO~PDWO(P'xO(Q'xO(R'zO~O_!}O(V'|O(W!}O(X'|O~O_#QO(X'|O(Y'|O(Z#QO~Ov(OO~P%[Ox#SO!U#TO(b#TO(c(RO~O![(TO!Y'WX!Y'^X!]'WX!]'^X~P+}O!](VO!Y(hX~OP$[OR#zO[$cOj$ROr$aO!Q#yO!S#{O!](VO!l#xO!p$[O#R$RO#n$OO#o$PO#p$PO#q$PO#r$QO#s$RO#t$RO#u$bO#v$SO#x$UO#z$WO#{$XO(aVO(r$YO(y#|O(z#}O~O!Y(hX~PHRO!Y([O~O!Y(uX!](uX!g(uX!k(uX(r(uX~O#`(uX#k#dX!^(uX~PJUO#`(]O!Y(wX!](wX~O!](^O!Y(vX~O!Y(aO~O#`$eO~PJUO!^(bO~P`OR#zO!Q#yO!S#{O!l#xO(aVOP!na[!naj!nar!na!]!na!p!na#R!na#n!na#o!na#p!na#q!na#r!na#s!na#t!na#u!na#v!na#x!na#z!na#{!na(r!na(y!na(z!na~Oa!na'z!na'w!na!Y!na!k!nav!na!_!na%i!na!g!na~PKlO!k(cO~O!g#vO#`(dO(r'pO!](tXa(tX'z(tX~O!k(tX~PNXO!S%hO!_%iO!|]O#i(iO#j(hO(T%gO~O!](jO!k(sX~O!k(lO~O!S%hO!_%iO#j(hO(T%gO~OP(gXR(gX[(gXj(gXr(gX!Q(gX!S(gX!](gX!l(gX!p(gX#R(gX#n(gX#o(gX#p(gX#q(gX#r(gX#s(gX#t(gX#u(gX#v(gX#x(gX#z(gX#{(gX(a(gX(r(gX(y(gX(z(gX~O!g#vO!k(gX~P! uOR(nO!Q(mO!l#xO#S$dO!|!{a!S!{a~O!x!{a%h!{a!_!{a#i!{a#j!{a(T!{a~P!#vO!x(rO~OPYOQYOSfOd!jOe!iOpkOrYOskOtkOzkO|YO!OYO!SWO!WkO!XkO!_XO!iuO!lZO!oYO!pYO!qYO!svO!u!gO!x!hO$W!kO$niO(T!dO(VTO(YUO(aVO(o[O~Oh%VOp%WOr%XOs$tOt$tOz%YO|%ZO!O<sO!S${O!_$|O!i>VO!l$xO#j<yO$W%`O$t<uO$v<wO$y%aO(T(vO(VTO(YUO(a$uO(y$}O(z%PO~O#k(xO~O![(zO!k(kP~P%[O(e(|O(o[O~O!S)OO!l#xO(e(|O(o[O~OP<UOQ<UOSfOd>ROe!iOpkOr<UOskOtkOzkO|<UO!O<UO!SWO!WkO!XkO!_!eO!i<XO!lZO!o<UO!p<UO!q<UO!s<YO!u<]O!x!hO$W!kO$n>PO(T)]O(VTO(YUO(aVO(o[O~O!]$_Oa$qa'z$qa'w$qa!k$qa!Y$qa!_$qa%i$qa!g$qa~Ol)dO~P!&zOh%VOp%WOr%XOs$tOt$tOz%YO|%ZO!O%]O!S${O!_$|O!i%bO!l$xO#j%cO$W%`O$t%^O$v%_O$y%aO(T(vO(VTO(YUO(a$uO(y$}O(z%PO~Og(pP~P!,TO!Q)iO!g)hO!_$^X$Z$^X$]$^X$_$^X$f$^X~O!g)hO!_({X$Z({X$]({X$_({X$f({X~O!Q)iO~P!.^O!Q)iO!_({X$Z({X$]({X$_({X$f({X~O!_)kO$Z)oO$])jO$_)jO$f)pO~O![)sO~P!)[O$]$hO$_$gO$f)wO~On$zX!Q$zX#S$zX'y$zX(y$zX(z$zX~OgmXg$zXnmX!]mX#`mX~P!0SOx)yO(b)zO(c)|O~On*VO!Q*OO'y*PO(y$}O(z%PO~Og)}O~P!1WOg*WO~Oh%VOr%XOs$tOt$tOz%YO|%ZO!O<sO!S*YO!_*ZO!i>VO!l$xO#j<yO$W%`O$t<uO$v<wO$y%aO(VTO(YUO(a$uO(y$}O(z%PO~Op*`O}O(T&ZO~O!l+SO~O(T(vO~Op+WO!S%hO![#iO!_%iO!|]O#i#lO#j#iO(T%gO!k(sP~O!g#vO#k+XO~O!S%hOTX'z)TX~OP$[OR#zO[$cOj$ROr$aO!Q#yO!S#{O!l#xO!p$[O#R$RO#n$OO#o$PO#p$PO#q$PO#r$QO#s$RO#t$RO#u$bO#v$SO#x$UO#z$WO#{$XO(aVO(r$YO(y#|O(z#}O~Oa!ja!]!ja'z!ja'w!ja!Y!ja!k!jav!ja!_!ja%i!ja!g!ja~P!:tOR#zO!Q#yO!S#{O!l#xO(aVOP!ra[!raj!rar!ra!]!ra!p!ra#R!ra#n!ra#o!ra#p!ra#q!ra#r!ra#s!ra#t!ra#u!ra#v!ra#x!ra#z!ra#{!ra(r!ra(y!ra(z!ra~Oa!ra'z!ra'w!ra!Y!ra!k!rav!ra!_!ra%i!ra!g!ra~P!=[OR#zO!Q#yO!S#{O!l#xO(aVOP!ta[!taj!tar!ta!]!ta!p!ta#R!ta#n!ta#o!ta#p!ta#q!ta#r!ta#s!ta#t!ta#u!ta#v!ta#x!ta#z!ta#{!ta(r!ta(y!ta(z!ta~Oa!ta'z!ta'w!ta!Y!ta!k!tav!ta!_!ta%i!ta!g!ta~P!?rOh%VOn+gO!_'`O%i+fO~O!g+iOa(]X!_(]X'z(]X!](]X~Oa%nO!_XO'z%nO~Oh%VO!l%eO~Oh%VO!l%eO(T%gO~O!g#vO#k(xO~Ob+tO%j+uO(T+qO(VTO(YUO!^)XP~O!]+vO`)WX~O[+zO~O`+{O~O!_&PO(T%gO(U!lO`)WP~O%j,OO~P;SOh%VO#`,SO~Oh%VOn,VO!_$|O~O!_,XO~O!Q,ZO!_XO~O%n%vO~O!x,`O~Oe,eO~Ob,fO(T#nO(VTO(YUO!^)VP~Oe%}O~O%j!QO(T&ZO~P=gO[,kO`,jO~OPYOQYOSfOdzOeyOpkOrYOskOtkOzkO|YO!OYO!SWO!WkO!XkO!iuO!lZO!oYO!pYO!qYO!svO!xxO!|]O$niO%h}O(VTO(YUO(aVO(o[O~O!_!eO!u!gO$W!kO(T!dO~P!FyO`,jOa%nO'z%nO~OPYOQYOSfOd!jOe!iOpkOrYOskOtkOzkO|YO!OYO!SWO!WkO!XkO!_!eO!iuO!lZO!oYO!pYO!qYO!svO!x!hO$W!kO$niO(T!dO(VTO(YUO(aVO(o[O~Oa,pOl!OO!uwO%l!OO%m!OO%n!OO~P!IcO!l&oO~O&^,vO~O!_,xO~O&o,zO&q,{OP&laQ&laS&laY&laa&lad&lae&lal&lap&lar&las&lat&laz&la|&la!O&la!S&la!W&la!X&la!_&la!i&la!l&la!o&la!p&la!q&la!s&la!u&la!x&la!|&la$W&la$n&la%h&la%j&la%l&la%m&la%n&la%q&la%s&la%v&la%w&la%y&la&W&la&^&la&`&la&b&la&d&la&g&la&m&la&s&la&u&la&w&la&y&la&{&la'w&la(T&la(V&la(Y&la(a&la(o&la!^&la&e&lab&la&j&la~O(T-QO~Oh!eX!]!RX!^!RX!g!RX!g!eX!l!eX#`!RX~O!]!eX!^!eX~P#!iO!g-VO#`-UOh(jX!]#hX!^#hX!g(jX!l(jX~O!](jX!^(jX~P##[Oh%VO!g-XO!l%eO!]!aX!^!aX~Os!nO!S!oO(VTO(YUO(e!mO~OP<UOQ<UOSfOd>ROe!iOpkOr<UOskOtkOzkO|<UO!O<UO!SWO!WkO!XkO!_!eO!i<XO!lZO!o<UO!p<UO!q<UO!s<YO!u<]O!x!hO$W!kO$n>PO(VTO(YUO(aVO(o[O~O(T=QO~P#$qO!]-]O!^(iX~O!^-_O~O!g-VO#`-UO!]#hX!^#hX~O!]-`O!^(xX~O!^-bO~O!c-cO!d-cO(U!lO~P#$`O!^-fO~P'_On-iO!_'`O~O!Y-nO~Os!{a!b!{a!c!{a!d!{a#T!{a#U!{a#V!{a#W!{a#X!{a#[!{a#]!{a(U!{a(V!{a(Y!{a(e!{a(o!{a~P!#vO!p-sO#`-qO~PChO!c-uO!d-uO(U!lO~PDWOa%nO#`-qO'z%nO~Oa%nO!g#vO#`-qO'z%nO~Oa%nO!g#vO!p-sO#`-qO'z%nO(r'pO~O(P'xO(Q'xO(R-zO~Ov-{O~O!Y'Wa!]'Wa~P!:tO![.PO!Y'WX!]'WX~P%[O!](VO!Y(ha~O!Y(ha~PHRO!](^O!Y(va~O!S%hO![.TO!_%iO(T%gO!Y'^X!]'^X~O#`.VO!](ta!k(taa(ta'z(ta~O!g#vO~P#,wO!](jO!k(sa~O!S%hO!_%iO#j.ZO(T%gO~Op.`O!S%hO![.]O!_%iO!|]O#i._O#j.]O(T%gO!]'aX!k'aX~OR.dO!l#xO~Oh%VOn.gO!_'`O%i.fO~Oa#ci!]#ci'z#ci'w#ci!Y#ci!k#civ#ci!_#ci%i#ci!g#ci~P!:tOn>]O!Q*OO'y*PO(y$}O(z%PO~O#k#_aa#_a#`#_a'z#_a!]#_a!k#_a!_#_a!Y#_a~P#/sO#k(`XP(`XR(`X[(`Xa(`Xj(`Xr(`X!S(`X!l(`X!p(`X#R(`X#n(`X#o(`X#p(`X#q(`X#r(`X#s(`X#t(`X#u(`X#v(`X#x(`X#z(`X#{(`X'z(`X(a(`X(r(`X!k(`X!Y(`X'w(`Xv(`X!_(`X%i(`X!g(`X~P!6kO!].tO!k(kX~P!:tO!k.wO~O!Y.yO~OP$[OR#zO!Q#yO!S#{O!l#xO!p$[O(aVO[#mia#mij#mir#mi!]#mi#R#mi#o#mi#p#mi#q#mi#r#mi#s#mi#t#mi#u#mi#v#mi#x#mi#z#mi#{#mi'z#mi(r#mi(y#mi(z#mi'w#mi!Y#mi!k#miv#mi!_#mi%i#mi!g#mi~O#n#mi~P#3cO#n$OO~P#3cOP$[OR#zOr$aO!Q#yO!S#{O!l#xO!p$[O#n$OO#o$PO#p$PO#q$PO(aVO[#mia#mij#mi!]#mi#R#mi#s#mi#t#mi#u#mi#v#mi#x#mi#z#mi#{#mi'z#mi(r#mi(y#mi(z#mi'w#mi!Y#mi!k#miv#mi!_#mi%i#mi!g#mi~O#r#mi~P#6QO#r$QO~P#6QOP$[OR#zO[$cOj$ROr$aO!Q#yO!S#{O!l#xO!p$[O#R$RO#n$OO#o$PO#p$PO#q$PO#r$QO#s$RO#t$RO#u$bO(aVOa#mi!]#mi#x#mi#z#mi#{#mi'z#mi(r#mi(y#mi(z#mi'w#mi!Y#mi!k#miv#mi!_#mi%i#mi!g#mi~O#v#mi~P#8oOP$[OR#zO[$cOj$ROr$aO!Q#yO!S#{O!l#xO!p$[O#R$RO#n$OO#o$PO#p$PO#q$PO#r$QO#s$RO#t$RO#u$bO#v$SO(aVO(z#}Oa#mi!]#mi#z#mi#{#mi'z#mi(r#mi(y#mi'w#mi!Y#mi!k#miv#mi!_#mi%i#mi!g#mi~O#x$UO~P#;VO#x#mi~P#;VO#v$SO~P#8oOP$[OR#zO[$cOj$ROr$aO!Q#yO!S#{O!l#xO!p$[O#R$RO#n$OO#o$PO#p$PO#q$PO#r$QO#s$RO#t$RO#u$bO#v$SO#x$UO(aVO(y#|O(z#}Oa#mi!]#mi#{#mi'z#mi(r#mi'w#mi!Y#mi!k#miv#mi!_#mi%i#mi!g#mi~O#z#mi~P#={O#z$WO~P#={OP]XR]X[]Xj]Xr]X!Q]X!S]X!l]X!p]X#R]X#S]X#`]X#kfX#n]X#o]X#p]X#q]X#r]X#s]X#t]X#u]X#v]X#x]X#z]X#{]X$Q]X(a]X(r]X(y]X(z]X!]]X!^]X~O$O]X~P#@jOP$[OR#zO[<mOj<bOr<kO!Q#yO!S#{O!l#xO!p$[O#R<bO#n<_O#o<`O#p<`O#q<`O#r<aO#s<bO#t<bO#u<lO#v<cO#x<eO#z<gO#{<hO(aVO(r$YO(y#|O(z#}O~O$O.{O~P#BwO#S$dO#`<nO$Q<nO$O(gX!^(gX~P! uOa'da!]'da'z'da'w'da!k'da!Y'dav'da!_'da%i'da!g'da~P!:tO[#mia#mij#mir#mi!]#mi#R#mi#r#mi#s#mi#t#mi#u#mi#v#mi#x#mi#z#mi#{#mi'z#mi(r#mi'w#mi!Y#mi!k#miv#mi!_#mi%i#mi!g#mi~OP$[OR#zO!Q#yO!S#{O!l#xO!p$[O#n$OO#o$PO#p$PO#q$PO(aVO(y#mi(z#mi~P#EyOn>]O!Q*OO'y*PO(y$}O(z%POP#miR#mi!S#mi!l#mi!p#mi#n#mi#o#mi#p#mi#q#mi(a#mi~P#EyO!]/POg(pX~P!1WOg/RO~Oa$Pi!]$Pi'z$Pi'w$Pi!Y$Pi!k$Piv$Pi!_$Pi%i$Pi!g$Pi~P!:tO$]/SO$_/SO~O$]/TO$_/TO~O!g)hO#`/UO!_$cX$Z$cX$]$cX$_$cX$f$cX~O![/VO~O!_)kO$Z/XO$])jO$_)jO$f/YO~O!]<iO!^(fX~P#BwO!^/ZO~O!g)hO$f({X~O$f/]O~Ov/^O~P!&zOx)yO(b)zO(c/aO~O!S/dO~O(y$}On%aa!Q%aa'y%aa(z%aa!]%aa#`%aa~Og%aa$O%aa~P#L{O(z%POn%ca!Q%ca'y%ca(y%ca!]%ca#`%ca~Og%ca$O%ca~P#MnO!]fX!gfX!kfX!k$zX(rfX~P!0SOp%WOPP~P!1uOr*sO!b*qO!c*kO!d*kO!l*bO#[*rO%`*mO(U!lO(VTO(YUO~Os<}O!S/nO![+[O!^*pO(e<|O!^(xP~P$ [O!k/oO~P#/sO!]/pO!g#vO(r'pO!k)OX~O!k/uO~OnoX!QoX'yoX(yoX(zoX~O!g#vO!koX~P$#OOp/wO!S%hO![*^O!_%iO(T%gO!k)OP~O#k/xO~O!Y$zX!]$zX!g%RX~P!0SO!]/yO!Y)PX~P#/sO!g/{O~O!Y/}O~OpkO(T0OO~P.iOh%VOr0TO!g#vO!l%eO(r'pO~O!g+iO~Oa%nO!]0XO'z%nO~O!^0ZO~P!5iO!c0[O!d0[O(U!lO~P#$`Os!nO!S0]O(VTO(YUO(e!mO~O#[0_O~Og%aa!]%aa#`%aa$O%aa~P!1WOg%ca!]%ca#`%ca$O%ca~P!1WOj%dOk%dOl%dO(T&ZOg'mX!]'mX~O!]*yOg(^a~Og0hO~On0jO#`0iOg(_a!](_a~OR0kO!Q0kO!S0lO#S$dOn}a'y}a(y}a(z}a!]}a#`}a~Og}a$O}a~P$(cO!Q*OO'y*POn$sa(y$sa(z$sa!]$sa#`$sa~Og$sa$O$sa~P$)_O!Q*OO'y*POn$ua(y$ua(z$ua!]$ua#`$ua~Og$ua$O$ua~P$*QO#k0oO~Og%Ta!]%Ta#`%Ta$O%Ta~P!1WO!g#vO~O#k0rO~O!]+^Oa)Ta'z)Ta~OR#zO!Q#yO!S#{O!l#xO(aVOP!ri[!rij!rir!ri!]!ri!p!ri#R!ri#n!ri#o!ri#p!ri#q!ri#r!ri#s!ri#t!ri#u!ri#v!ri#x!ri#z!ri#{!ri(r!ri(y!ri(z!ri~Oa!ri'z!ri'w!ri!Y!ri!k!riv!ri!_!ri%i!ri!g!ri~P$+oOh%VOr%XOs$tOt$tOz%YO|%ZO!O<sO!S${O!_$|O!i>VO!l$xO#j<yO$W%`O$t<uO$v<wO$y%aO(VTO(YUO(a$uO(y$}O(z%PO~Op0{O%]0|O(T0zO~P$.VO!g+iOa(]a!_(]a'z(]a!](]a~O#k1SO~O[]X!]fX!^fX~O!]1TO!^)XX~O!^1VO~O[1WO~Ob1YO(T+qO(VTO(YUO~O!_&PO(T%gO`'uX!]'uX~O!]+vO`)Wa~O!k1]O~P!:tO[1`O~O`1aO~O#`1fO~On1iO!_$|O~O(e(|O!^)UP~Oh%VOn1rO!_1oO%i1qO~O[1|O!]1zO!^)VX~O!^1}O~O`2POa%nO'z%nO~O(T#nO(VTO(YUO~O#S$dO#`$eO$Q$eOP(gXR(gX[(gXr(gX!Q(gX!S(gX!](gX!l(gX!p(gX#R(gX#n(gX#o(gX#p(gX#q(gX#r(gX#s(gX#t(gX#u(gX#v(gX#x(gX#z(gX#{(gX(a(gX(r(gX(y(gX(z(gX~Oj2SO&[2TOa(gX~P$3pOj2SO#`$eO&[2TO~Oa2VO~P%[Oa2XO~O&e2[OP&ciQ&ciS&ciY&cia&cid&cie&cil&cip&cir&cis&cit&ciz&ci|&ci!O&ci!S&ci!W&ci!X&ci!_&ci!i&ci!l&ci!o&ci!p&ci!q&ci!s&ci!u&ci!x&ci!|&ci$W&ci$n&ci%h&ci%j&ci%l&ci%m&ci%n&ci%q&ci%s&ci%v&ci%w&ci%y&ci&W&ci&^&ci&`&ci&b&ci&d&ci&g&ci&m&ci&s&ci&u&ci&w&ci&y&ci&{&ci'w&ci(T&ci(V&ci(Y&ci(a&ci(o&ci!^&cib&ci&j&ci~Ob2bO!^2`O&j2aO~P`O!_XO!l2dO~O&q,{OP&liQ&liS&liY&lia&lid&lie&lil&lip&lir&lis&lit&liz&li|&li!O&li!S&li!W&li!X&li!_&li!i&li!l&li!o&li!p&li!q&li!s&li!u&li!x&li!|&li$W&li$n&li%h&li%j&li%l&li%m&li%n&li%q&li%s&li%v&li%w&li%y&li&W&li&^&li&`&li&b&li&d&li&g&li&m&li&s&li&u&li&w&li&y&li&{&li'w&li(T&li(V&li(Y&li(a&li(o&li!^&li&e&lib&li&j&li~O!Y2jO~O!]!aa!^!aa~P#BwOs!nO!S!oO![2pO(e!mO!]'XX!^'XX~P@nO!]-]O!^(ia~O!]'_X!^'_X~P!9|O!]-`O!^(xa~O!^2wO~P'_Oa%nO#`3QO'z%nO~Oa%nO!g#vO#`3QO'z%nO~Oa%nO!g#vO!p3UO#`3QO'z%nO(r'pO~Oa%nO'z%nO~P!:tO!]$_Ov$qa~O!Y'Wi!]'Wi~P!:tO!](VO!Y(hi~O!](^O!Y(vi~O!Y(wi!](wi~P!:tO!](ti!k(tia(ti'z(ti~P!:tO#`3WO!](ti!k(tia(ti'z(ti~O!](jO!k(si~O!S%hO!_%iO!|]O#i3]O#j3[O(T%gO~O!S%hO!_%iO#j3[O(T%gO~On3dO!_'`O%i3cO~Oh%VOn3dO!_'`O%i3cO~O#k%aaP%aaR%aa[%aaa%aaj%aar%aa!S%aa!l%aa!p%aa#R%aa#n%aa#o%aa#p%aa#q%aa#r%aa#s%aa#t%aa#u%aa#v%aa#x%aa#z%aa#{%aa'z%aa(a%aa(r%aa!k%aa!Y%aa'w%aav%aa!_%aa%i%aa!g%aa~P#L{O#k%caP%caR%ca[%caa%caj%car%ca!S%ca!l%ca!p%ca#R%ca#n%ca#o%ca#p%ca#q%ca#r%ca#s%ca#t%ca#u%ca#v%ca#x%ca#z%ca#{%ca'z%ca(a%ca(r%ca!k%ca!Y%ca'w%cav%ca!_%ca%i%ca!g%ca~P#MnO#k%aaP%aaR%aa[%aaa%aaj%aar%aa!S%aa!]%aa!l%aa!p%aa#R%aa#n%aa#o%aa#p%aa#q%aa#r%aa#s%aa#t%aa#u%aa#v%aa#x%aa#z%aa#{%aa'z%aa(a%aa(r%aa!k%aa!Y%aa'w%aa#`%aav%aa!_%aa%i%aa!g%aa~P#/sO#k%caP%caR%ca[%caa%caj%car%ca!S%ca!]%ca!l%ca!p%ca#R%ca#n%ca#o%ca#p%ca#q%ca#r%ca#s%ca#t%ca#u%ca#v%ca#x%ca#z%ca#{%ca'z%ca(a%ca(r%ca!k%ca!Y%ca'w%ca#`%cav%ca!_%ca%i%ca!g%ca~P#/sO#k}aP}a[}aa}aj}ar}a!l}a!p}a#R}a#n}a#o}a#p}a#q}a#r}a#s}a#t}a#u}a#v}a#x}a#z}a#{}a'z}a(a}a(r}a!k}a!Y}a'w}av}a!_}a%i}a!g}a~P$(cO#k$saP$saR$sa[$saa$saj$sar$sa!S$sa!l$sa!p$sa#R$sa#n$sa#o$sa#p$sa#q$sa#r$sa#s$sa#t$sa#u$sa#v$sa#x$sa#z$sa#{$sa'z$sa(a$sa(r$sa!k$sa!Y$sa'w$sav$sa!_$sa%i$sa!g$sa~P$)_O#k$uaP$uaR$ua[$uaa$uaj$uar$ua!S$ua!l$ua!p$ua#R$ua#n$ua#o$ua#p$ua#q$ua#r$ua#s$ua#t$ua#u$ua#v$ua#x$ua#z$ua#{$ua'z$ua(a$ua(r$ua!k$ua!Y$ua'w$uav$ua!_$ua%i$ua!g$ua~P$*QO#k%TaP%TaR%Ta[%Taa%Taj%Tar%Ta!S%Ta!]%Ta!l%Ta!p%Ta#R%Ta#n%Ta#o%Ta#p%Ta#q%Ta#r%Ta#s%Ta#t%Ta#u%Ta#v%Ta#x%Ta#z%Ta#{%Ta'z%Ta(a%Ta(r%Ta!k%Ta!Y%Ta'w%Ta#`%Tav%Ta!_%Ta%i%Ta!g%Ta~P#/sOa#cq!]#cq'z#cq'w#cq!Y#cq!k#cqv#cq!_#cq%i#cq!g#cq~P!:tO![3lO!]'YX!k'YX~P%[O!].tO!k(ka~O!].tO!k(ka~P!:tO!Y3oO~O$O!na!^!na~PKlO$O!ja!]!ja!^!ja~P#BwO$O!ra!^!ra~P!=[O$O!ta!^!ta~P!?rOg']X!]']X~P!,TO!]/POg(pa~OSfO!_4TO$d4UO~O!^4YO~Ov4ZO~P#/sOa$mq!]$mq'z$mq'w$mq!Y$mq!k$mqv$mq!_$mq%i$mq!g$mq~P!:tO!Y4]O~P!&zO!S4^O~O!Q*OO'y*PO(z%POn'ia(y'ia!]'ia#`'ia~Og'ia$O'ia~P%-fO!Q*OO'y*POn'ka(y'ka(z'ka!]'ka#`'ka~Og'ka$O'ka~P%.XO(r$YO~P#/sO!YfX!Y$zX!]fX!]$zX!g%RX#`fX~P!0SOp%WO(T=WO~P!1uOp4bO!S%hO![4aO!_%iO(T%gO!]'eX!k'eX~O!]/pO!k)Oa~O!]/pO!g#vO!k)Oa~O!]/pO!g#vO(r'pO!k)Oa~Og$|i!]$|i#`$|i$O$|i~P!1WO![4jO!Y'gX!]'gX~P!3tO!]/yO!Y)Pa~O!]/yO!Y)Pa~P#/sOP]XR]X[]Xj]Xr]X!Q]X!S]X!Y]X!]]X!l]X!p]X#R]X#S]X#`]X#kfX#n]X#o]X#p]X#q]X#r]X#s]X#t]X#u]X#v]X#x]X#z]X#{]X$Q]X(a]X(r]X(y]X(z]X~Oj%YX!g%YX~P%2OOj4oO!g#vO~Oh%VO!g#vO!l%eO~Oh%VOr4tO!l%eO(r'pO~Or4yO!g#vO(r'pO~Os!nO!S4zO(VTO(YUO(e!mO~O(y$}On%ai!Q%ai'y%ai(z%ai!]%ai#`%ai~Og%ai$O%ai~P%5oO(z%POn%ci!Q%ci'y%ci(y%ci!]%ci#`%ci~Og%ci$O%ci~P%6bOg(_i!](_i~P!1WO#`5QOg(_i!](_i~P!1WO!k5VO~Oa$oq!]$oq'z$oq'w$oq!Y$oq!k$oqv$oq!_$oq%i$oq!g$oq~P!:tO!Y5ZO~O!]5[O!_)QX~P#/sOa$zX!_$zX%^]X'z$zX!]$zX~P!0SO%^5_OaoX!_oX'zoX!]oX~P$#OOp5`O(T#nO~O%^5_O~Ob5fO%j5gO(T+qO(VTO(YUO!]'tX!^'tX~O!]1TO!^)Xa~O[5kO~O`5lO~O[5pO~Oa%nO'z%nO~P#/sO!]5uO#`5wO!^)UX~O!^5xO~Or6OOs!nO!S*iO!b!yO!c!vO!d!vO!|<VO#T!pO#U!pO#V!pO#W!pO#X!pO#[5}O#]!zO(U!lO(VTO(YUO(e!mO(o!sO~O!^5|O~P%;eOn6TO!_1oO%i6SO~Oh%VOn6TO!_1oO%i6SO~Ob6[O(T#nO(VTO(YUO!]'sX!^'sX~O!]1zO!^)Va~O(VTO(YUO(e6^O~O`6bO~Oj6eO&[6fO~PNXO!k6gO~P%[Oa6iO~Oa6iO~P%[Ob2bO!^6nO&j2aO~P`O!g6pO~O!g6rOh(ji!](ji!^(ji!g(ji!l(jir(ji(r(ji~O!]#hi!^#hi~P#BwO#`6sO!]#hi!^#hi~O!]!ai!^!ai~P#BwOa%nO#`6|O'z%nO~Oa%nO!g#vO#`6|O'z%nO~O!](tq!k(tqa(tq'z(tq~P!:tO!](jO!k(sq~O!S%hO!_%iO#j7TO(T%gO~O!_'`O%i7WO~On7[O!_'`O%i7WO~O#k'iaP'iaR'ia['iaa'iaj'iar'ia!S'ia!l'ia!p'ia#R'ia#n'ia#o'ia#p'ia#q'ia#r'ia#s'ia#t'ia#u'ia#v'ia#x'ia#z'ia#{'ia'z'ia(a'ia(r'ia!k'ia!Y'ia'w'iav'ia!_'ia%i'ia!g'ia~P%-fO#k'kaP'kaR'ka['kaa'kaj'kar'ka!S'ka!l'ka!p'ka#R'ka#n'ka#o'ka#p'ka#q'ka#r'ka#s'ka#t'ka#u'ka#v'ka#x'ka#z'ka#{'ka'z'ka(a'ka(r'ka!k'ka!Y'ka'w'kav'ka!_'ka%i'ka!g'ka~P%.XO#k$|iP$|iR$|i[$|ia$|ij$|ir$|i!S$|i!]$|i!l$|i!p$|i#R$|i#n$|i#o$|i#p$|i#q$|i#r$|i#s$|i#t$|i#u$|i#v$|i#x$|i#z$|i#{$|i'z$|i(a$|i(r$|i!k$|i!Y$|i'w$|i#`$|iv$|i!_$|i%i$|i!g$|i~P#/sO#k%aiP%aiR%ai[%aia%aij%air%ai!S%ai!l%ai!p%ai#R%ai#n%ai#o%ai#p%ai#q%ai#r%ai#s%ai#t%ai#u%ai#v%ai#x%ai#z%ai#{%ai'z%ai(a%ai(r%ai!k%ai!Y%ai'w%aiv%ai!_%ai%i%ai!g%ai~P%5oO#k%ciP%ciR%ci[%cia%cij%cir%ci!S%ci!l%ci!p%ci#R%ci#n%ci#o%ci#p%ci#q%ci#r%ci#s%ci#t%ci#u%ci#v%ci#x%ci#z%ci#{%ci'z%ci(a%ci(r%ci!k%ci!Y%ci'w%civ%ci!_%ci%i%ci!g%ci~P%6bO!]'Ya!k'Ya~P!:tO!].tO!k(ki~O$O#ci!]#ci!^#ci~P#BwOP$[OR#zO!Q#yO!S#{O!l#xO!p$[O(aVO[#mij#mir#mi#R#mi#o#mi#p#mi#q#mi#r#mi#s#mi#t#mi#u#mi#v#mi#x#mi#z#mi#{#mi$O#mi(r#mi(y#mi(z#mi!]#mi!^#mi~O#n#mi~P%NdO#n<_O~P%NdOP$[OR#zOr<kO!Q#yO!S#{O!l#xO!p$[O#n<_O#o<`O#p<`O#q<`O(aVO[#mij#mi#R#mi#s#mi#t#mi#u#mi#v#mi#x#mi#z#mi#{#mi$O#mi(r#mi(y#mi(z#mi!]#mi!^#mi~O#r#mi~P&!lO#r<aO~P&!lOP$[OR#zO[<mOj<bOr<kO!Q#yO!S#{O!l#xO!p$[O#R<bO#n<_O#o<`O#p<`O#q<`O#r<aO#s<bO#t<bO#u<lO(aVO#x#mi#z#mi#{#mi$O#mi(r#mi(y#mi(z#mi!]#mi!^#mi~O#v#mi~P&$tOP$[OR#zO[<mOj<bOr<kO!Q#yO!S#{O!l#xO!p$[O#R<bO#n<_O#o<`O#p<`O#q<`O#r<aO#s<bO#t<bO#u<lO#v<cO(aVO(z#}O#z#mi#{#mi$O#mi(r#mi(y#mi!]#mi!^#mi~O#x<eO~P&&uO#x#mi~P&&uO#v<cO~P&$tOP$[OR#zO[<mOj<bOr<kO!Q#yO!S#{O!l#xO!p$[O#R<bO#n<_O#o<`O#p<`O#q<`O#r<aO#s<bO#t<bO#u<lO#v<cO#x<eO(aVO(y#|O(z#}O#{#mi$O#mi(r#mi!]#mi!^#mi~O#z#mi~P&)UO#z<gO~P&)UOa#|y!]#|y'z#|y'w#|y!Y#|y!k#|yv#|y!_#|y%i#|y!g#|y~P!:tO[#mij#mir#mi#R#mi#r#mi#s#mi#t#mi#u#mi#v#mi#x#mi#z#mi#{#mi$O#mi(r#mi!]#mi!^#mi~OP$[OR#zO!Q#yO!S#{O!l#xO!p$[O#n<_O#o<`O#p<`O#q<`O(aVO(y#mi(z#mi~P&,QOn>^O!Q*OO'y*PO(y$}O(z%POP#miR#mi!S#mi!l#mi!p#mi#n#mi#o#mi#p#mi#q#mi(a#mi~P&,QO#S$dOP(`XR(`X[(`Xj(`Xn(`Xr(`X!Q(`X!S(`X!l(`X!p(`X#R(`X#n(`X#o(`X#p(`X#q(`X#r(`X#s(`X#t(`X#u(`X#v(`X#x(`X#z(`X#{(`X$O(`X'y(`X(a(`X(r(`X(y(`X(z(`X!](`X!^(`X~O$O$Pi!]$Pi!^$Pi~P#BwO$O!ri!^!ri~P$+oOg']a!]']a~P!1WO!^7nO~O!]'da!^'da~P#BwO!Y7oO~P#/sO!g#vO(r'pO!]'ea!k'ea~O!]/pO!k)Oi~O!]/pO!g#vO!k)Oi~Og$|q!]$|q#`$|q$O$|q~P!1WO!Y'ga!]'ga~P#/sO!g7vO~O!]/yO!Y)Pi~P#/sO!]/yO!Y)Pi~O!Y7yO~Oh%VOr8OO!l%eO(r'pO~Oj8QO!g#vO~Or8TO!g#vO(r'pO~O!Q*OO'y*PO(z%POn'ja(y'ja!]'ja#`'ja~Og'ja$O'ja~P&5RO!Q*OO'y*POn'la(y'la(z'la!]'la#`'la~Og'la$O'la~P&5tOg(_q!](_q~P!1WO#`8VOg(_q!](_q~P!1WO!Y8WO~Og%Oq!]%Oq#`%Oq$O%Oq~P!1WOa$oy!]$oy'z$oy'w$oy!Y$oy!k$oyv$oy!_$oy%i$oy!g$oy~P!:tO!g6rO~O!]5[O!_)Qa~O!_'`OP$TaR$Ta[$Taj$Tar$Ta!Q$Ta!S$Ta!]$Ta!l$Ta!p$Ta#R$Ta#n$Ta#o$Ta#p$Ta#q$Ta#r$Ta#s$Ta#t$Ta#u$Ta#v$Ta#x$Ta#z$Ta#{$Ta(a$Ta(r$Ta(y$Ta(z$Ta~O%i7WO~P&8fO%^8[Oa%[i!_%[i'z%[i!]%[i~Oa#cy!]#cy'z#cy'w#cy!Y#cy!k#cyv#cy!_#cy%i#cy!g#cy~P!:tO[8^O~Ob8`O(T+qO(VTO(YUO~O!]1TO!^)Xi~O`8dO~O(e(|O!]'pX!^'pX~O!]5uO!^)Ua~O!^8nO~P%;eO(o!sO~P$&YO#[8oO~O!_1oO~O!_1oO%i8qO~On8tO!_1oO%i8qO~O[8yO!]'sa!^'sa~O!]1zO!^)Vi~O!k8}O~O!k9OO~O!k9RO~O!k9RO~P%[Oa9TO~O!g9UO~O!k9VO~O!](wi!^(wi~P#BwOa%nO#`9_O'z%nO~O!](ty!k(tya(ty'z(ty~P!:tO!](jO!k(sy~O%i9bO~P&8fO!_'`O%i9bO~O#k$|qP$|qR$|q[$|qa$|qj$|qr$|q!S$|q!]$|q!l$|q!p$|q#R$|q#n$|q#o$|q#p$|q#q$|q#r$|q#s$|q#t$|q#u$|q#v$|q#x$|q#z$|q#{$|q'z$|q(a$|q(r$|q!k$|q!Y$|q'w$|q#`$|qv$|q!_$|q%i$|q!g$|q~P#/sO#k'jaP'jaR'ja['jaa'jaj'jar'ja!S'ja!l'ja!p'ja#R'ja#n'ja#o'ja#p'ja#q'ja#r'ja#s'ja#t'ja#u'ja#v'ja#x'ja#z'ja#{'ja'z'ja(a'ja(r'ja!k'ja!Y'ja'w'jav'ja!_'ja%i'ja!g'ja~P&5RO#k'laP'laR'la['laa'laj'lar'la!S'la!l'la!p'la#R'la#n'la#o'la#p'la#q'la#r'la#s'la#t'la#u'la#v'la#x'la#z'la#{'la'z'la(a'la(r'la!k'la!Y'la'w'lav'la!_'la%i'la!g'la~P&5tO#k%OqP%OqR%Oq[%Oqa%Oqj%Oqr%Oq!S%Oq!]%Oq!l%Oq!p%Oq#R%Oq#n%Oq#o%Oq#p%Oq#q%Oq#r%Oq#s%Oq#t%Oq#u%Oq#v%Oq#x%Oq#z%Oq#{%Oq'z%Oq(a%Oq(r%Oq!k%Oq!Y%Oq'w%Oq#`%Oqv%Oq!_%Oq%i%Oq!g%Oq~P#/sO!]'Yi!k'Yi~P!:tO$O#cq!]#cq!^#cq~P#BwO(y$}OP%aaR%aa[%aaj%aar%aa!S%aa!l%aa!p%aa#R%aa#n%aa#o%aa#p%aa#q%aa#r%aa#s%aa#t%aa#u%aa#v%aa#x%aa#z%aa#{%aa$O%aa(a%aa(r%aa!]%aa!^%aa~On%aa!Q%aa'y%aa(z%aa~P&IyO(z%POP%caR%ca[%caj%car%ca!S%ca!l%ca!p%ca#R%ca#n%ca#o%ca#p%ca#q%ca#r%ca#s%ca#t%ca#u%ca#v%ca#x%ca#z%ca#{%ca$O%ca(a%ca(r%ca!]%ca!^%ca~On%ca!Q%ca'y%ca(y%ca~P&LQOn>^O!Q*OO'y*PO(z%PO~P&IyOn>^O!Q*OO'y*PO(y$}O~P&LQOR0kO!Q0kO!S0lO#S$dOP}a[}aj}an}ar}a!l}a!p}a#R}a#n}a#o}a#p}a#q}a#r}a#s}a#t}a#u}a#v}a#x}a#z}a#{}a$O}a'y}a(a}a(r}a(y}a(z}a!]}a!^}a~O!Q*OO'y*POP$saR$sa[$saj$san$sar$sa!S$sa!l$sa!p$sa#R$sa#n$sa#o$sa#p$sa#q$sa#r$sa#s$sa#t$sa#u$sa#v$sa#x$sa#z$sa#{$sa$O$sa(a$sa(r$sa(y$sa(z$sa!]$sa!^$sa~O!Q*OO'y*POP$uaR$ua[$uaj$uan$uar$ua!S$ua!l$ua!p$ua#R$ua#n$ua#o$ua#p$ua#q$ua#r$ua#s$ua#t$ua#u$ua#v$ua#x$ua#z$ua#{$ua$O$ua(a$ua(r$ua(y$ua(z$ua!]$ua!^$ua~On>^O!Q*OO'y*PO(y$}O(z%PO~OP%TaR%Ta[%Taj%Tar%Ta!S%Ta!l%Ta!p%Ta#R%Ta#n%Ta#o%Ta#p%Ta#q%Ta#r%Ta#s%Ta#t%Ta#u%Ta#v%Ta#x%Ta#z%Ta#{%Ta$O%Ta(a%Ta(r%Ta!]%Ta!^%Ta~P''VO$O$mq!]$mq!^$mq~P#BwO$O$oq!]$oq!^$oq~P#BwO!^9oO~O$O9pO~P!1WO!g#vO!]'ei!k'ei~O!g#vO(r'pO!]'ei!k'ei~O!]/pO!k)Oq~O!Y'gi!]'gi~P#/sO!]/yO!Y)Pq~Or9wO!g#vO(r'pO~O[9yO!Y9xO~P#/sO!Y9xO~Oj:PO!g#vO~Og(_y!](_y~P!1WO!]'na!_'na~P#/sOa%[q!_%[q'z%[q!]%[q~P#/sO[:UO~O!]1TO!^)Xq~O`:YO~O#`:ZO!]'pa!^'pa~O!]5uO!^)Ui~P#BwO!S:]O~O!_1oO%i:`O~O(VTO(YUO(e:eO~O!]1zO!^)Vq~O!k:hO~O!k:iO~O!k:jO~O!k:jO~P%[O#`:mO!]#hy!^#hy~O!]#hy!^#hy~P#BwO%i:rO~P&8fO!_'`O%i:rO~O$O#|y!]#|y!^#|y~P#BwOP$|iR$|i[$|ij$|ir$|i!S$|i!l$|i!p$|i#R$|i#n$|i#o$|i#p$|i#q$|i#r$|i#s$|i#t$|i#u$|i#v$|i#x$|i#z$|i#{$|i$O$|i(a$|i(r$|i!]$|i!^$|i~P''VO!Q*OO'y*PO(z%POP'iaR'ia['iaj'ian'iar'ia!S'ia!l'ia!p'ia#R'ia#n'ia#o'ia#p'ia#q'ia#r'ia#s'ia#t'ia#u'ia#v'ia#x'ia#z'ia#{'ia$O'ia(a'ia(r'ia(y'ia!]'ia!^'ia~O!Q*OO'y*POP'kaR'ka['kaj'kan'kar'ka!S'ka!l'ka!p'ka#R'ka#n'ka#o'ka#p'ka#q'ka#r'ka#s'ka#t'ka#u'ka#v'ka#x'ka#z'ka#{'ka$O'ka(a'ka(r'ka(y'ka(z'ka!]'ka!^'ka~O(y$}OP%aiR%ai[%aij%ain%air%ai!Q%ai!S%ai!l%ai!p%ai#R%ai#n%ai#o%ai#p%ai#q%ai#r%ai#s%ai#t%ai#u%ai#v%ai#x%ai#z%ai#{%ai$O%ai'y%ai(a%ai(r%ai(z%ai!]%ai!^%ai~O(z%POP%ciR%ci[%cij%cin%cir%ci!Q%ci!S%ci!l%ci!p%ci#R%ci#n%ci#o%ci#p%ci#q%ci#r%ci#s%ci#t%ci#u%ci#v%ci#x%ci#z%ci#{%ci$O%ci'y%ci(a%ci(r%ci(y%ci!]%ci!^%ci~O$O$oy!]$oy!^$oy~P#BwO$O#cy!]#cy!^#cy~P#BwO!g#vO!]'eq!k'eq~O!]/pO!k)Oy~O!Y'gq!]'gq~P#/sOr:|O!g#vO(r'pO~O[;QO!Y;PO~P#/sO!Y;PO~Og(_!R!](_!R~P!1WOa%[y!_%[y'z%[y!]%[y~P#/sO!]1TO!^)Xy~O!]5uO!^)Uq~O(T;XO~O!_1oO%i;[O~O!k;_O~O%i;dO~P&8fOP$|qR$|q[$|qj$|qr$|q!S$|q!l$|q!p$|q#R$|q#n$|q#o$|q#p$|q#q$|q#r$|q#s$|q#t$|q#u$|q#v$|q#x$|q#z$|q#{$|q$O$|q(a$|q(r$|q!]$|q!^$|q~P''VO!Q*OO'y*PO(z%POP'jaR'ja['jaj'jan'jar'ja!S'ja!l'ja!p'ja#R'ja#n'ja#o'ja#p'ja#q'ja#r'ja#s'ja#t'ja#u'ja#v'ja#x'ja#z'ja#{'ja$O'ja(a'ja(r'ja(y'ja!]'ja!^'ja~O!Q*OO'y*POP'laR'la['laj'lan'lar'la!S'la!l'la!p'la#R'la#n'la#o'la#p'la#q'la#r'la#s'la#t'la#u'la#v'la#x'la#z'la#{'la$O'la(a'la(r'la(y'la(z'la!]'la!^'la~OP%OqR%Oq[%Oqj%Oqr%Oq!S%Oq!l%Oq!p%Oq#R%Oq#n%Oq#o%Oq#p%Oq#q%Oq#r%Oq#s%Oq#t%Oq#u%Oq#v%Oq#x%Oq#z%Oq#{%Oq$O%Oq(a%Oq(r%Oq!]%Oq!^%Oq~P''VOg%e!Z!]%e!Z#`%e!Z$O%e!Z~P!1WO!Y;hO~P#/sOr;iO!g#vO(r'pO~O[;kO!Y;hO~P#/sO!]'pq!^'pq~P#BwO!]#h!Z!^#h!Z~P#BwO#k%e!ZP%e!ZR%e!Z[%e!Za%e!Zj%e!Zr%e!Z!S%e!Z!]%e!Z!l%e!Z!p%e!Z#R%e!Z#n%e!Z#o%e!Z#p%e!Z#q%e!Z#r%e!Z#s%e!Z#t%e!Z#u%e!Z#v%e!Z#x%e!Z#z%e!Z#{%e!Z'z%e!Z(a%e!Z(r%e!Z!k%e!Z!Y%e!Z'w%e!Z#`%e!Zv%e!Z!_%e!Z%i%e!Z!g%e!Z~P#/sOr;tO!g#vO(r'pO~O!Y;uO~P#/sOr;|O!g#vO(r'pO~O!Y;}O~P#/sOP%e!ZR%e!Z[%e!Zj%e!Zr%e!Z!S%e!Z!l%e!Z!p%e!Z#R%e!Z#n%e!Z#o%e!Z#p%e!Z#q%e!Z#r%e!Z#s%e!Z#t%e!Z#u%e!Z#v%e!Z#x%e!Z#z%e!Z#{%e!Z$O%e!Z(a%e!Z(r%e!Z!]%e!Z!^%e!Z~P''VOr<QO!g#vO(r'pO~Ov(fX~P1qO!Q%rO~P!)[O(U!lO~P!)[O!YfX!]fX#`fX~P%2OOP]XR]X[]Xj]Xr]X!Q]X!S]X!]]X!]fX!l]X!p]X#R]X#S]X#`]X#`fX#kfX#n]X#o]X#p]X#q]X#r]X#s]X#t]X#u]X#v]X#x]X#z]X#{]X$Q]X(a]X(r]X(y]X(z]X~O!gfX!k]X!kfX(rfX~P'LTOP<UOQ<UOSfOd>ROe!iOpkOr<UOskOtkOzkO|<UO!O<UO!SWO!WkO!XkO!_XO!i<XO!lZO!o<UO!p<UO!q<UO!s<YO!u<]O!x!hO$W!kO$n>PO(T)]O(VTO(YUO(aVO(o[O~O!]<iO!^$qa~Oh%VOp%WOr%XOs$tOt$tOz%YO|%ZO!O<tO!S${O!_$|O!i>WO!l$xO#j<zO$W%`O$t<vO$v<xO$y%aO(T(vO(VTO(YUO(a$uO(y$}O(z%PO~Ol)dO~P(!yOr!eX(r!eX~P#!iOr(jX(r(jX~P##[O!^]X!^fX~P'LTO!YfX!Y$zX!]fX!]$zX#`fX~P!0SO#k<^O~O!g#vO#k<^O~O#`<nO~Oj<bO~O#`=OO!](wX!^(wX~O#`<nO!](uX!^(uX~O#k=PO~Og=RO~P!1WO#k=XO~O#k=YO~Og=RO(T&ZO~O!g#vO#k=ZO~O!g#vO#k=PO~O$O=[O~P#BwO#k=]O~O#k=^O~O#k=cO~O#k=dO~O#k=eO~O#k=fO~O$O=gO~P!1WO$O=hO~P!1WOl=sO~P7eOk#S#T#U#W#X#[#i#j#u$n$t$v$y%]%^%h%i%j%q%s%v%w%y%{~(OT#o!X'|(U#ps#n#qr!Q'}$]'}(T$_(e~",goto:"$9Y)]PPPPPP)^PP)aP)rP+W/]PPPP6mPP7TPP=QPPP@tPA^PA^PPPA^PCfPA^PA^PA^PCjPCoPD^PIWPPPI[PPPPI[L_PPPLeMVPI[PI[PP! eI[PPPI[PI[P!#lI[P!'S!(X!(bP!)U!)Y!)U!,gPPPPPPP!-W!(XPP!-h!/YP!2iI[I[!2n!5z!:h!:h!>gPPP!>oI[PPPPPPPPP!BOP!C]PPI[!DnPI[PI[I[I[I[I[PI[!FQP!I[P!LbP!Lf!Lp!Lt!LtP!IXP!Lx!LxP#!OP#!SI[PI[#!Y#%_CjA^PA^PA^A^P#&lA^A^#)OA^#+vA^#.SA^A^#.r#1W#1W#1]#1f#1W#1qPP#1WPA^#2ZA^#6YA^A^6mPPP#:_PPP#:x#:xP#:xP#;`#:xPP#;fP#;]P#;]#;y#;]#<e#<k#<n)aP#<q)aP#<z#<z#<zP)aP)aP)aP)aPP)aP#=Q#=TP#=T)aP#=XP#=[P)aP)aP)aP)aP)aP)a)aPP#=b#=h#=s#=y#>P#>V#>]#>k#>q#>{#?R#?]#?c#?s#?y#@k#@}#AT#AZ#Ai#BO#Cs#DR#DY#Et#FS#Gt#HS#HY#H`#Hf#Hp#Hv#H|#IW#Ij#IpPPPPPPPPPPP#IvPPPPPPP#Jk#Mx$ b$ i$ qPPP$']P$'f$*_$0x$0{$1O$1}$2Q$2X$2aP$2g$2jP$3W$3[$4S$5b$5g$5}PP$6S$6Y$6^$6a$6e$6i$7e$7|$8e$8i$8l$8o$8y$8|$9Q$9UR!|RoqOXst!Z#d%m&r&t&u&w,s,x2[2_Y!vQ'`-e1o5{Q%tvQ%|yQ&T|Q&j!VS'W!e-]Q'f!iS'l!r!yU*k$|*Z*oQ+o%}S+|&V&WQ,d&dQ-c'_Q-m'gQ-u'mQ0[*qQ1b,OQ1y,eR<{<Y%SdOPWXYZstuvw!Z!`!g!o#S#W#Z#d#o#u#x#{$O$P$Q$R$S$T$U$V$W$X$_$a$e%m%t&R&k&n&r&t&u&w&{'T'b'r(T(V(](d(x(z)O)}*i+X+],p,s,x-i-q.P.V.t.{/n0]0l0r1S1r2S2T2V2X2[2_2a3Q3W3l4z6T6e6f6i6|8t9T9_S#q]<V!r)_$Z$n'X)s-U-X/V2p4T5w6s:Z:m<U<X<Y<]<^<_<`<a<b<c<d<e<f<g<h<i<k<n<{=O=P=R=Z=[=e=f>SU+P%]<s<tQ+t&PQ,f&gQ,m&oQ0x+gQ0}+iQ1Y+uQ2R,kQ3`.gQ5`0|Q5f1TQ6[1zQ7Y3dQ8`5gR9e7['QkOPWXYZstuvw!Z!`!g!o#S#W#Z#d#o#u#x#{$O$P$Q$R$S$T$U$V$W$X$Z$_$a$e$n%m%t&R&k&n&o&r&t&u&w&{'T'X'b'r(T(V(](d(x(z)O)s)}*i+X+]+g,p,s,x-U-X-i-q.P.V.g.t.{/V/n0]0l0r1S1r2S2T2V2X2[2_2a2p3Q3W3d3l4T4z5w6T6e6f6i6s6|7[8t9T9_:Z:m<U<X<Y<]<^<_<`<a<b<c<d<e<f<g<h<i<k<n<{=O=P=R=Z=[=e=f>S!S!nQ!r!v!y!z$|'W'_'`'l'm'n*k*o*q*r-]-c-e-u0[0_1o5{5}%[$ti#v$b$c$d$x${%O%Q%^%_%c)y*R*T*V*Y*a*g*w*x+f+i,S,V.f/P/d/m/x/y/{0`0b0i0j0o1f1i1q3c4^4_4j4o5Q5[5_6S7W7v8Q8V8[8q9b9p9y:P:`:r;Q;[;d;k<l<m<o<p<q<r<u<v<w<x<y<z=S=T=U=V=X=Y=]=^=_=`=a=b=c=d=g=h>P>X>Y>]>^Q&X|Q'U!eS'[%i-`Q+t&PQ,P&WQ,f&gQ0n+SQ1Y+uQ1_+{Q2Q,jQ2R,kQ5f1TQ5o1aQ6[1zQ6_1|Q6`2PQ8`5gQ8c5lQ8|6bQ:X8dQ:f8yQ;V:YR<}*ZrnOXst!V!Z#d%m&i&r&t&u&w,s,x2[2_R,h&k&z^OPXYstuvwz!Z!`!g!j!o#S#d#o#u#x#{$O$P$Q$R$S$T$U$V$W$X$Z$_$a$e$n%m%t&R&k&n&o&r&t&u&w&{'T'b'r(V(](d(x(z)O)s)}*i+X+]+g,p,s,x-U-X-i-q.P.V.g.t.{/V/n0]0l0r1S1r2S2T2V2X2[2_2a2p3Q3W3d3l4T4z5w6T6e6f6i6s6|7[8t9T9_:Z:m<U<X<Y<]<^<_<`<a<b<c<d<e<f<g<h<i<k<n<{=O=P=R=Z=[=e=f>R>S[#]WZ#W#Z'X(T!b%jm#h#i#l$x%e%h(^(h(i(j*Y*^*b+Z+[+^,o-V.T.Z.[.]._/m/p2d3[3]4a6r7TQ%wxQ%{yW&Q|&V&W,OQ&_!TQ'c!hQ'e!iQ(q#sS+n%|%}Q+r&PQ,_&bQ,c&dS-l'f'gQ.i(rQ1R+oQ1X+uQ1Z+vQ1^+zQ1t,`S1x,d,eQ2|-mQ5e1TQ5i1WQ5n1`Q6Z1yQ8_5gQ8b5kQ8f5pQ:T8^R;T:U!U$zi$d%O%Q%^%_%c*R*T*a*w*x/P/x0`0b0i0j0o4_5Q8V9p>P>X>Y!^%yy!i!u%{%|%}'V'e'f'g'k'u*j+n+o-Y-l-m-t0R0U1R2u2|3T4r4s4v7}9{Q+h%wQ,T&[Q,W&]Q,b&dQ.h(qQ1s,_U1w,c,d,eQ3e.iQ6U1tS6Y1x1yQ8x6Z#f>T#v$b$c$x${)y*V*Y*g+f+i,S,V.f/d/m/y/{1f1i1q3c4^4j4o5[5_6S7W7v8Q8[8q9b9y:P:`:r;Q;[;d;k<o<q<u<w<y=S=U=X=]=_=a=c=g>]>^o>U<l<m<p<r<v<x<z=T=V=Y=^=`=b=d=hW%Ti%V*y>PS&[!Q&iQ&]!RQ&^!SU*}%[%d=sR,R&Y%]%Si#v$b$c$d$x${%O%Q%^%_%c)y*R*T*V*Y*a*g*w*x+f+i,S,V.f/P/d/m/x/y/{0`0b0i0j0o1f1i1q3c4^4_4j4o5Q5[5_6S7W7v8Q8V8[8q9b9p9y:P:`:r;Q;[;d;k<l<m<o<p<q<r<u<v<w<x<y<z=S=T=U=V=X=Y=]=^=_=`=a=b=c=d=g=h>P>X>Y>]>^T)z$u){V+P%]<s<tW'[!e%i*Z-`S(}#y#zQ+c%rQ+y&SS.b(m(nQ1j,XQ5T0kR8i5u'QkOPWXYZstuvw!Z!`!g!o#S#W#Z#d#o#u#x#{$O$P$Q$R$S$T$U$V$W$X$Z$_$a$e$n%m%t&R&k&n&o&r&t&u&w&{'T'X'b'r(T(V(](d(x(z)O)s)}*i+X+]+g,p,s,x-U-X-i-q.P.V.g.t.{/V/n0]0l0r1S1r2S2T2V2X2[2_2a2p3Q3W3d3l4T4z5w6T6e6f6i6s6|7[8t9T9_:Z:m<U<X<Y<]<^<_<`<a<b<c<d<e<f<g<h<i<k<n<{=O=P=R=Z=[=e=f>S$i$^c#Y#e%q%s%u(S(Y(t(y)R)S)T)U)V)W)X)Y)Z)[)^)`)b)g)q+d+x-Z-x-}.S.U.s.v.z.|.}/O/b0p2k2n3O3V3k3p3q3r3s3t3u3v3w3x3y3z3{3|4P4Q4X5X5c6u6{7Q7a7b7k7l8k9X9]9g9m9n:o;W;`<W=vT#TV#U'RkOPWXYZstuvw!Z!`!g!o#S#W#Z#d#o#u#x#{$O$P$Q$R$S$T$U$V$W$X$Z$_$a$e$n%m%t&R&k&n&o&r&t&u&w&{'T'X'b'r(T(V(](d(x(z)O)s)}*i+X+]+g,p,s,x-U-X-i-q.P.V.g.t.{/V/n0]0l0r1S1r2S2T2V2X2[2_2a2p3Q3W3d3l4T4z5w6T6e6f6i6s6|7[8t9T9_:Z:m<U<X<Y<]<^<_<`<a<b<c<d<e<f<g<h<i<k<n<{=O=P=R=Z=[=e=f>SQ'Y!eR2q-]!W!nQ!e!r!v!y!z$|'W'_'`'l'm'n*Z*k*o*q*r-]-c-e-u0[0_1o5{5}R1l,ZnqOXst!Z#d%m&r&t&u&w,s,x2[2_Q&y!^Q'v!xS(s#u<^Q+l%zQ,]&_Q,^&aQ-j'dQ-w'oS.r(x=PS0q+X=ZQ1P+mQ1n,[Q2c,zQ2e,{Q2m-WQ2z-kQ2}-oS5Y0r=eQ5a1QS5d1S=fQ6t2oQ6x2{Q6}3SQ8]5bQ9Y6vQ9Z6yQ9^7OR:l9V$d$]c#Y#e%s%u(S(Y(t(y)R)S)T)U)V)W)X)Y)Z)[)^)`)b)g)q+d+x-Z-x-}.S.U.s.v.z.}/O/b0p2k2n3O3V3k3p3q3r3s3t3u3v3w3x3y3z3{3|4P4Q4X5X5c6u6{7Q7a7b7k7l8k9X9]9g9m9n:o;W;`<W=vS(o#p'iQ)P#zS+b%q.|S.c(n(pR3^.d'QkOPWXYZstuvw!Z!`!g!o#S#W#Z#d#o#u#x#{$O$P$Q$R$S$T$U$V$W$X$Z$_$a$e$n%m%t&R&k&n&o&r&t&u&w&{'T'X'b'r(T(V(](d(x(z)O)s)}*i+X+]+g,p,s,x-U-X-i-q.P.V.g.t.{/V/n0]0l0r1S1r2S2T2V2X2[2_2a2p3Q3W3d3l4T4z5w6T6e6f6i6s6|7[8t9T9_:Z:m<U<X<Y<]<^<_<`<a<b<c<d<e<f<g<h<i<k<n<{=O=P=R=Z=[=e=f>SS#q]<VQ&t!XQ&u!YQ&w![Q&x!]R2Z,vQ'a!hQ+e%wQ-h'cS.e(q+hQ2x-gW3b.h.i0w0yQ6w2yW7U3_3a3e5^U9a7V7X7ZU:q9c9d9fS;b:p:sQ;p;cR;x;qU!wQ'`-eT5y1o5{!Q_OXZ`st!V!Z#d#h%e%m&i&k&r&t&u&w(j,s,x.[2[2_]!pQ!r'`-e1o5{T#q]<V%^{OPWXYZstuvw!Z!`!g!o#S#W#Z#d#o#u#x#{$O$P$Q$R$S$T$U$V$W$X$_$a$e%m%t&R&k&n&o&r&t&u&w&{'T'b'r(T(V(](d(x(z)O)}*i+X+]+g,p,s,x-i-q.P.V.g.t.{/n0]0l0r1S1r2S2T2V2X2[2_2a3Q3W3d3l4z6T6e6f6i6|7[8t9T9_S(}#y#zS.b(m(n!s=l$Z$n'X)s-U-X/V2p4T5w6s:Z:m<U<X<Y<]<^<_<`<a<b<c<d<e<f<g<h<i<k<n<{=O=P=R=Z=[=e=f>SU$fd)_,mS(p#p'iU*v%R(w4OU0m+O.n7gQ5^0xQ7V3`Q9d7YR:s9em!tQ!r!v!y!z'`'l'm'n-e-u1o5{5}Q't!uS(f#g2US-s'k'wQ/s*]Q0R*jQ3U-vQ4f/tQ4r0TQ4s0UQ4x0^Q7r4`S7}4t4vS8R4y4{Q9r7sQ9v7yQ9{8OQ:Q8TS:{9w9xS;g:|;PS;s;h;iS;{;t;uS<P;|;}R<S<QQ#wbQ's!uS(e#g2US(g#m+WQ+Y%fQ+j%xQ+p&OU-r'k't'wQ.W(fU/r*]*`/wQ0S*jQ0V*lQ1O+kQ1u,aS3R-s-vQ3Z.`S4e/s/tQ4n0PS4q0R0^Q4u0WQ6W1vQ7P3US7q4`4bQ7u4fU7|4r4x4{Q8P4wQ8v6XS9q7r7sQ9u7yQ9}8RQ:O8SQ:c8wQ:y9rS:z9v9xQ;S:QQ;^:dS;f:{;PS;r;g;hS;z;s;uS<O;{;}Q<R<PQ<T<SQ=o=jQ={=tR=|=uV!wQ'`-e%^aOPWXYZstuvw!Z!`!g!o#S#W#Z#d#o#u#x#{$O$P$Q$R$S$T$U$V$W$X$_$a$e%m%t&R&k&n&o&r&t&u&w&{'T'b'r(T(V(](d(x(z)O)}*i+X+]+g,p,s,x-i-q.P.V.g.t.{/n0]0l0r1S1r2S2T2V2X2[2_2a3Q3W3d3l4z6T6e6f6i6|7[8t9T9_S#wz!j!r=i$Z$n'X)s-U-X/V2p4T5w6s:Z:m<U<X<Y<]<^<_<`<a<b<c<d<e<f<g<h<i<k<n<{=O=P=R=Z=[=e=f>SR=o>R%^bOPWXYZstuvw!Z!`!g!o#S#W#Z#d#o#u#x#{$O$P$Q$R$S$T$U$V$W$X$_$a$e%m%t&R&k&n&o&r&t&u&w&{'T'b'r(T(V(](d(x(z)O)}*i+X+]+g,p,s,x-i-q.P.V.g.t.{/n0]0l0r1S1r2S2T2V2X2[2_2a3Q3W3d3l4z6T6e6f6i6|7[8t9T9_Q%fj!^%xy!i!u%{%|%}'V'e'f'g'k'u*j+n+o-Y-l-m-t0R0U1R2u2|3T4r4s4v7}9{S&Oz!jQ+k%yQ,a&dW1v,b,c,d,eU6X1w1x1yS8w6Y6ZQ:d8x!r=j$Z$n'X)s-U-X/V2p4T5w6s:Z:m<U<X<Y<]<^<_<`<a<b<c<d<e<f<g<h<i<k<n<{=O=P=R=Z=[=e=f>SQ=t>QR=u>R%QeOPXYstuvw!Z!`!g!o#S#d#o#u#x#{$O$P$Q$R$S$T$U$V$W$X$_$a$e%m%t&R&k&n&r&t&u&w&{'T'b'r(V(](d(x(z)O)}*i+X+]+g,p,s,x-i-q.P.V.g.t.{/n0]0l0r1S1r2S2T2V2X2[2_2a3Q3W3d3l4z6T6e6f6i6|7[8t9T9_Y#bWZ#W#Z(T!b%jm#h#i#l$x%e%h(^(h(i(j*Y*^*b+Z+[+^,o-V.T.Z.[.]._/m/p2d3[3]4a6r7TQ,n&o!p=k$Z$n)s-U-X/V2p4T5w6s:Z:m<U<X<Y<]<^<_<`<a<b<c<d<e<f<g<h<i<k<n<{=O=P=R=Z=[=e=f>SR=n'XU']!e%i*ZR2s-`%SdOPWXYZstuvw!Z!`!g!o#S#W#Z#d#o#u#x#{$O$P$Q$R$S$T$U$V$W$X$_$a$e%m%t&R&k&n&r&t&u&w&{'T'b'r(T(V(](d(x(z)O)}*i+X+],p,s,x-i-q.P.V.t.{/n0]0l0r1S1r2S2T2V2X2[2_2a3Q3W3l4z6T6e6f6i6|8t9T9_!r)_$Z$n'X)s-U-X/V2p4T5w6s:Z:m<U<X<Y<]<^<_<`<a<b<c<d<e<f<g<h<i<k<n<{=O=P=R=Z=[=e=f>SQ,m&oQ0x+gQ3`.gQ7Y3dR9e7[!b$Tc#Y%q(S(Y(t(y)Z)[)`)g+x-x-}.S.U.s.v/b0p3O3V3k3{5X5c6{7Q7a9]:o<W!P<d)^)q-Z.|2k2n3p3y3z4P4X6u7b7k7l8k9X9g9m9n;W;`=v!f$Vc#Y%q(S(Y(t(y)W)X)Z)[)`)g+x-x-}.S.U.s.v/b0p3O3V3k3{5X5c6{7Q7a9]:o<W!T<f)^)q-Z.|2k2n3p3v3w3y3z4P4X6u7b7k7l8k9X9g9m9n;W;`=v!^$Zc#Y%q(S(Y(t(y)`)g+x-x-}.S.U.s.v/b0p3O3V3k3{5X5c6{7Q7a9]:o<WQ4_/kz>S)^)q-Z.|2k2n3p4P4X6u7b7k7l8k9X9g9m9n;W;`=vQ>X>ZR>Y>['QkOPWXYZstuvw!Z!`!g!o#S#W#Z#d#o#u#x#{$O$P$Q$R$S$T$U$V$W$X$Z$_$a$e$n%m%t&R&k&n&o&r&t&u&w&{'T'X'b'r(T(V(](d(x(z)O)s)}*i+X+]+g,p,s,x-U-X-i-q.P.V.g.t.{/V/n0]0l0r1S1r2S2T2V2X2[2_2a2p3Q3W3d3l4T4z5w6T6e6f6i6s6|7[8t9T9_:Z:m<U<X<Y<]<^<_<`<a<b<c<d<e<f<g<h<i<k<n<{=O=P=R=Z=[=e=f>SS$oh$pR4U/U'XgOPWXYZhstuvw!Z!`!g!o#S#W#Z#d#o#u#x#{$O$P$Q$R$S$T$U$V$W$X$Z$_$a$e$n$p%m%t&R&k&n&o&r&t&u&w&{'T'X'b'r(T(V(](d(x(z)O)s)}*i+X+]+g,p,s,x-U-X-i-q.P.V.g.t.{/U/V/n0]0l0r1S1r2S2T2V2X2[2_2a2p3Q3W3d3l4T4z5w6T6e6f6i6s6|7[8t9T9_:Z:m<U<X<Y<]<^<_<`<a<b<c<d<e<f<g<h<i<k<n<{=O=P=R=Z=[=e=f>ST$kf$qQ$ifS)j$l)nR)v$qT$jf$qT)l$l)n'XhOPWXYZhstuvw!Z!`!g!o#S#W#Z#d#o#u#x#{$O$P$Q$R$S$T$U$V$W$X$Z$_$a$e$n$p%m%t&R&k&n&o&r&t&u&w&{'T'X'b'r(T(V(](d(x(z)O)s)}*i+X+]+g,p,s,x-U-X-i-q.P.V.g.t.{/U/V/n0]0l0r1S1r2S2T2V2X2[2_2a2p3Q3W3d3l4T4z5w6T6e6f6i6s6|7[8t9T9_:Z:m<U<X<Y<]<^<_<`<a<b<c<d<e<f<g<h<i<k<n<{=O=P=R=Z=[=e=f>ST$oh$pQ$rhR)u$p%^jOPWXYZstuvw!Z!`!g!o#S#W#Z#d#o#u#x#{$O$P$Q$R$S$T$U$V$W$X$_$a$e%m%t&R&k&n&o&r&t&u&w&{'T'b'r(T(V(](d(x(z)O)}*i+X+]+g,p,s,x-i-q.P.V.g.t.{/n0]0l0r1S1r2S2T2V2X2[2_2a3Q3W3d3l4z6T6e6f6i6|7[8t9T9_!s>Q$Z$n'X)s-U-X/V2p4T5w6s:Z:m<U<X<Y<]<^<_<`<a<b<c<d<e<f<g<h<i<k<n<{=O=P=R=Z=[=e=f>S#glOPXZst!Z!`!o#S#d#o#{$n%m&k&n&o&r&t&u&w&{'T'b)O)s*i+]+g,p,s,x-i.g/V/n0]0l1r2S2T2V2X2[2_2a3d4T4z6T6e6f6i7[8t9T!U%Ri$d%O%Q%^%_%c*R*T*a*w*x/P/x0`0b0i0j0o4_5Q8V9p>P>X>Y#f(w#v$b$c$x${)y*V*Y*g+f+i,S,V.f/d/m/y/{1f1i1q3c4^4j4o5[5_6S7W7v8Q8[8q9b9y:P:`:r;Q;[;d;k<o<q<u<w<y=S=U=X=]=_=a=c=g>]>^Q+T%aQ/c*Oo4O<l<m<p<r<v<x<z=T=V=Y=^=`=b=d=h!U$yi$d%O%Q%^%_%c*R*T*a*w*x/P/x0`0b0i0j0o4_5Q8V9p>P>X>YQ*c$zU*l$|*Z*oQ+U%bQ0W*m#f=q#v$b$c$x${)y*V*Y*g+f+i,S,V.f/d/m/y/{1f1i1q3c4^4j4o5[5_6S7W7v8Q8[8q9b9y:P:`:r;Q;[;d;k<o<q<u<w<y=S=U=X=]=_=a=c=g>]>^n=r<l<m<p<r<v<x<z=T=V=Y=^=`=b=d=hQ=w>TQ=x>UQ=y>VR=z>W!U%Ri$d%O%Q%^%_%c*R*T*a*w*x/P/x0`0b0i0j0o4_5Q8V9p>P>X>Y#f(w#v$b$c$x${)y*V*Y*g+f+i,S,V.f/d/m/y/{1f1i1q3c4^4j4o5[5_6S7W7v8Q8[8q9b9y:P:`:r;Q;[;d;k<o<q<u<w<y=S=U=X=]=_=a=c=g>]>^o4O<l<m<p<r<v<x<z=T=V=Y=^=`=b=d=hnoOXst!Z#d%m&r&t&u&w,s,x2[2_S*f${*YQ-R'OQ-S'QR4i/y%[%Si#v$b$c$d$x${%O%Q%^%_%c)y*R*T*V*Y*a*g*w*x+f+i,S,V.f/P/d/m/x/y/{0`0b0i0j0o1f1i1q3c4^4_4j4o5Q5[5_6S7W7v8Q8V8[8q9b9p9y:P:`:r;Q;[;d;k<l<m<o<p<q<r<u<v<w<x<y<z=S=T=U=V=X=Y=]=^=_=`=a=b=c=d=g=h>P>X>Y>]>^Q,U&]Q1h,WQ5s1gR8h5tV*n$|*Z*oU*n$|*Z*oT5z1o5{S0P*i/nQ4w0]T8S4z:]Q+j%xQ0V*lQ1O+kQ1u,aQ6W1vQ8v6XQ:c8wR;^:d!U%Oi$d%O%Q%^%_%c*R*T*a*w*x/P/x0`0b0i0j0o4_5Q8V9p>P>X>Yx*R$v)e*S*u+V/v0d0e4R4g5R5S5W7p8U:R:x=p=}>OS0`*t0a#f<o#v$b$c$x${)y*V*Y*g+f+i,S,V.f/d/m/y/{1f1i1q3c4^4j4o5[5_6S7W7v8Q8[8q9b9y:P:`:r;Q;[;d;k<o<q<u<w<y=S=U=X=]=_=a=c=g>]>^n<p<l<m<p<r<v<x<z=T=V=Y=^=`=b=d=h!d=S(u)c*[*e.j.m.q/_/k/|0v1e3h4[4h4l5r7]7`7w7z8X8Z9t9|:S:};R;e;j;v>Z>[`=T3}7c7f7j9h:t:w;yS=_.l3iT=`7e9k!U%Qi$d%O%Q%^%_%c*R*T*a*w*x/P/x0`0b0i0j0o4_5Q8V9p>P>X>Y|*T$v)e*U*t+V/g/v0d0e4R4g4|5R5S5W7p8U:R:x=p=}>OS0b*u0c#f<q#v$b$c$x${)y*V*Y*g+f+i,S,V.f/d/m/y/{1f1i1q3c4^4j4o5[5_6S7W7v8Q8[8q9b9y:P:`:r;Q;[;d;k<o<q<u<w<y=S=U=X=]=_=a=c=g>]>^n<r<l<m<p<r<v<x<z=T=V=Y=^=`=b=d=h!h=U(u)c*[*e.k.l.q/_/k/|0v1e3f3h4[4h4l5r7]7^7`7w7z8X8Z9t9|:S:};R;e;j;v>Z>[d=V3}7d7e7j9h9i:t:u:w;yS=a.m3jT=b7f9lrnOXst!V!Z#d%m&i&r&t&u&w,s,x2[2_Q&f!UR,p&ornOXst!V!Z#d%m&i&r&t&u&w,s,x2[2_R&f!UQ,Y&^R1d,RsnOXst!V!Z#d%m&i&r&t&u&w,s,x2[2_Q1p,_S6R1s1tU8p6P6Q6US:_8r8sS;Y:^:aQ;m;ZR;w;nQ&m!VR,i&iR6_1|R:f8yW&Q|&V&W,OR1Z+vQ&r!WR,s&sR,y&xT2],x2_R,}&yQ,|&yR2f,}Q'y!{R-y'ySsOtQ#dXT%ps#dQ#OTR'{#OQ#RUR'}#RQ){$uR/`){Q#UVR(Q#UQ#XWU(W#X(X.QQ(X#YR.Q(YQ-^'YR2r-^Q.u(yS3m.u3nR3n.vQ-e'`R2v-eY!rQ'`-e1o5{R'j!rQ/Q)eR4S/QU#_W%h*YU(_#_(`.RQ(`#`R.R(ZQ-a']R2t-at`OXst!V!Z#d%m&i&k&r&t&u&w,s,x2[2_S#hZ%eU#r`#h.[R.[(jQ(k#jQ.X(gW.a(k.X3X7RQ3X.YR7R3YQ)n$lR/W)nQ$phR)t$pQ$`cU)a$`-|<jQ-|<WR<j)qQ/q*]W4c/q4d7t9sU4d/r/s/tS7t4e4fR9s7u$e*Q$v(u)c)e*[*e*t*u+Q+R+V.l.m.o.p.q/_/g/i/k/v/|0d0e0v1e3f3g3h3}4R4[4g4h4l4|5O5R5S5W5r7]7^7_7`7e7f7h7i7j7p7w7z8U8X8Z9h9i9j9t9|:R:S:t:u:v:w:x:};R;e;j;v;y=p=}>O>Z>[Q/z*eU4k/z4m7xQ4m/|R7x4lS*o$|*ZR0Y*ox*S$v)e*t*u+V/v0d0e4R4g5R5S5W7p8U:R:x=p=}>O!d.j(u)c*[*e.l.m.q/_/k/|0v1e3h4[4h4l5r7]7`7w7z8X8Z9t9|:S:};R;e;j;v>Z>[U/h*S.j7ca7c3}7e7f7j9h:t:w;yQ0a*tQ3i.lU4}0a3i9kR9k7e|*U$v)e*t*u+V/g/v0d0e4R4g4|5R5S5W7p8U:R:x=p=}>O!h.k(u)c*[*e.l.m.q/_/k/|0v1e3f3h4[4h4l5r7]7^7`7w7z8X8Z9t9|:S:};R;e;j;v>Z>[U/j*U.k7de7d3}7e7f7j9h9i:t:u:w;yQ0c*uQ3j.mU5P0c3j9lR9l7fQ*z%UR0g*zQ5]0vR8Y5]Q+_%kR0u+_Q5v1jS8j5v:[R:[8kQ,[&_R1m,[Q5{1oR8m5{Q1{,fS6]1{8zR8z6_Q1U+rW5h1U5j8a:VQ5j1XQ8a5iR:V8bQ+w&QR1[+wQ2_,xR6m2_YrOXst#dQ&v!ZQ+a%mQ,r&rQ,t&tQ,u&uQ,w&wQ2Y,sS2],x2_R6l2[Q%opQ&z!_Q&}!aQ'P!bQ'R!cQ'q!uQ+`%lQ+l%zQ,Q&XQ,h&mQ-P&|W-p'k's't'wQ-w'oQ0X*nQ1P+mQ1c,PS2O,i,lQ2g-OQ2h-RQ2i-SQ2}-oW3P-r-s-v-xQ5a1QQ5m1_Q5q1eQ6V1uQ6a2QQ6k2ZU6z3O3R3UQ6}3SQ8]5bQ8e5oQ8g5rQ8l5zQ8u6WQ8{6`S9[6{7PQ9^7OQ:W8cQ:b8vQ:g8|Q:n9]Q;U:XQ;]:cQ;a:oQ;l;VR;o;^Q%zyQ'd!iQ'o!uU+m%{%|%}Q-W'VU-k'e'f'gS-o'k'uQ0Q*jS1Q+n+oQ2o-YS2{-l-mQ3S-tS4p0R0UQ5b1RQ6v2uQ6y2|Q7O3TU7{4r4s4vQ9z7}R;O9{S$wi>PR*{%VU%Ui%V>PR0f*yQ$viS(u#v+iS)c$b$cQ)e$dQ*[$xS*e${*YQ*t%OQ*u%QQ+Q%^Q+R%_Q+V%cQ.l<oQ.m<qQ.o<uQ.p<wQ.q<yQ/_)yQ/g*RQ/i*TQ/k*VQ/v*aS/|*g/mQ0d*wQ0e*xl0v+f,V.f1i1q3c6S7W8q9b:`:r;[;dQ1e,SQ3f=SQ3g=UQ3h=XS3}<l<mQ4R/PS4[/d4^Q4g/xQ4h/yQ4l/{Q4|0`Q5O0bQ5R0iQ5S0jQ5W0oQ5r1fQ7]=]Q7^=_Q7_=aQ7`=cQ7e<pQ7f<rQ7h<vQ7i<xQ7j<zQ7p4_Q7w4jQ7z4oQ8U5QQ8X5[Q8Z5_Q9h=YQ9i=TQ9j=VQ9t7vQ9|8QQ:R8VQ:S8[Q:t=^Q:u=`Q:v=bQ:w=dQ:x9pQ:}9yQ;R:PQ;e=gQ;j;QQ;v;kQ;y=hQ=p>PQ=}>XQ>O>YQ>Z>]R>[>^Q+O%]Q.n<sR7g<tnpOXst!Z#d%m&r&t&u&w,s,x2[2_Q!fPS#fZ#oQ&|!`W'h!o*i0]4zQ(P#SQ)Q#{Q)r$nS,l&k&nQ,q&oQ-O&{S-T'T/nQ-g'bQ.x)OQ/[)sQ0s+]Q0y+gQ2W,pQ2y-iQ3a.gQ4W/VQ5U0lQ6Q1rQ6c2SQ6d2TQ6h2VQ6j2XQ6o2aQ7Z3dQ7m4TQ8s6TQ9P6eQ9Q6fQ9S6iQ9f7[Q:a8tR:k9T#[cOPXZst!Z!`!o#d#o#{%m&k&n&o&r&t&u&w&{'T'b)O*i+]+g,p,s,x-i.g/n0]0l1r2S2T2V2X2[2_2a3d4z6T6e6f6i7[8t9TQ#YWQ#eYQ%quQ%svS%uw!gS(S#W(VQ(Y#ZQ(t#uQ(y#xQ)R$OQ)S$PQ)T$QQ)U$RQ)V$SQ)W$TQ)X$UQ)Y$VQ)Z$WQ)[$XQ)^$ZQ)`$_Q)b$aQ)g$eW)q$n)s/V4TQ+d%tQ+x&RS-Z'X2pQ-x'rS-}(T.PQ.S(]Q.U(dQ.s(xQ.v(zQ.z<UQ.|<XQ.}<YQ/O<]Q/b)}Q0p+XQ2k-UQ2n-XQ3O-qQ3V.VQ3k.tQ3p<^Q3q<_Q3r<`Q3s<aQ3t<bQ3u<cQ3v<dQ3w<eQ3x<fQ3y<gQ3z<hQ3{.{Q3|<kQ4P<nQ4Q<{Q4X<iQ5X0rQ5c1SQ6u=OQ6{3QQ7Q3WQ7a3lQ7b=PQ7k=RQ7l=ZQ8k5wQ9X6sQ9]6|Q9g=[Q9m=eQ9n=fQ:o9_Q;W:ZQ;`:mQ<W#SR=v>SR#[WR'Z!el!tQ!r!v!y!z'`'l'm'n-e-u1o5{5}S'V!e-]U*j$|*Z*oS-Y'W'_S0U*k*qQ0^*rQ2u-cQ4v0[R4{0_R({#xQ!fQT-d'`-e]!qQ!r'`-e1o5{Q#p]R'i<VR)f$dY!uQ'`-e1o5{Q'k!rS'u!v!yS'w!z5}S-t'l'mQ-v'nR3T-uT#kZ%eS#jZ%eS%km,oU(g#h#i#lS.Y(h(iQ.^(jQ0t+^Q3Y.ZU3Z.[.]._S7S3[3]R9`7Td#^W#W#Z%h(T(^*Y+Z.T/mr#gZm#h#i#l%e(h(i(j+^.Z.[.]._3[3]7TS*]$x*bQ/t*^Q2U,oQ2l-VQ4`/pQ6q2dQ7s4aQ9W6rT=m'X+[V#aW%h*YU#`W%h*YS(U#W(^U(Z#Z+Z/mS-['X+[T.O(T.TV'^!e%i*ZQ$lfR)x$qT)m$l)nR4V/UT*_$x*bT*h${*YQ0w+fQ1g,VQ3_.fQ5t1iQ6P1qQ7X3cQ8r6SQ9c7WQ:^8qQ:p9bQ;Z:`Q;c:rQ;n;[R;q;dnqOXst!Z#d%m&r&t&u&w,s,x2[2_Q&l!VR,h&itmOXst!U!V!Z#d%m&i&r&t&u&w,s,x2[2_R,o&oT%lm,oR1k,XR,g&gQ&U|S+}&V&WR1^,OR+s&PT&p!W&sT&q!W&sT2^,x2_",nodeNames:"⚠ ArithOp ArithOp ?. JSXStartTag LineComment BlockComment Script Hashbang ExportDeclaration export Star as VariableName String Escape from ; default FunctionDeclaration async function VariableDefinition > < TypeParamList in out const TypeDefinition extends ThisType this LiteralType ArithOp Number BooleanLiteral TemplateType InterpolationEnd Interpolation InterpolationStart NullType null VoidType void TypeofType typeof MemberExpression . PropertyName [ TemplateString Escape Interpolation super RegExp ] ArrayExpression Spread , } { ObjectExpression Property async get set PropertyDefinition Block : NewTarget new NewExpression ) ( ArgList UnaryExpression delete LogicOp BitOp YieldExpression yield AwaitExpression await ParenthesizedExpression ClassExpression class ClassBody MethodDeclaration Decorator @ MemberExpression PrivatePropertyName CallExpression TypeArgList CompareOp < declare Privacy static abstract override PrivatePropertyDefinition PropertyDeclaration readonly accessor Optional TypeAnnotation Equals StaticBlock FunctionExpression ArrowFunction ParamList ParamList ArrayPattern ObjectPattern PatternProperty Privacy readonly Arrow MemberExpression BinaryExpression ArithOp ArithOp ArithOp ArithOp BitOp CompareOp instanceof satisfies CompareOp BitOp BitOp BitOp LogicOp LogicOp ConditionalExpression LogicOp LogicOp AssignmentExpression UpdateOp PostfixExpression CallExpression InstantiationExpression TaggedTemplateExpression DynamicImport import ImportMeta JSXElement JSXSelfCloseEndTag JSXSelfClosingTag JSXIdentifier JSXBuiltin JSXIdentifier JSXNamespacedName JSXMemberExpression JSXSpreadAttribute JSXAttribute JSXAttributeValue JSXEscape JSXEndTag JSXOpenTag JSXFragmentTag JSXText JSXEscape JSXStartCloseTag JSXCloseTag PrefixCast < ArrowFunction TypeParamList SequenceExpression InstantiationExpression KeyofType keyof UniqueType unique ImportType InferredType infer TypeName ParenthesizedType FunctionSignature ParamList NewSignature IndexedType TupleType Label ArrayType ReadonlyType ObjectType MethodType PropertyType IndexSignature PropertyDefinition CallSignature TypePredicate asserts is NewSignature new UnionType LogicOp IntersectionType LogicOp ConditionalType ParameterizedType ClassDeclaration abstract implements type VariableDeclaration let var using TypeAliasDeclaration InterfaceDeclaration interface EnumDeclaration enum EnumBody NamespaceDeclaration namespace module AmbientDeclaration declare GlobalDeclaration global ClassDeclaration ClassBody AmbientFunctionDeclaration ExportGroup VariableName VariableName ImportDeclaration defer ImportGroup ForStatement for ForSpec ForInSpec ForOfSpec of WhileStatement while WithStatement with DoStatement do IfStatement if else SwitchStatement switch SwitchBody CaseLabel case DefaultLabel TryStatement try CatchClause catch FinallyClause finally ReturnStatement return ThrowStatement throw BreakStatement break ContinueStatement continue DebuggerStatement debugger LabeledStatement ExpressionStatement SingleExpression SingleClassItem",maxTerm:380,context:Oje,nodeProps:[["isolate",-8,5,6,14,37,39,51,53,55,""],["group",-26,9,17,19,68,207,211,215,216,218,221,224,234,237,243,245,247,249,252,258,264,266,268,270,272,274,275,"Statement",-34,13,14,32,35,36,42,51,54,55,57,62,70,72,76,80,82,84,85,110,111,120,121,136,139,141,142,143,144,145,147,148,167,169,171,"Expression",-23,31,33,37,41,43,45,173,175,177,178,180,181,182,184,185,186,188,189,190,201,203,205,206,"Type",-3,88,103,109,"ClassItem"],["openedBy",23,"<",38,"InterpolationStart",56,"[",60,"{",73,"(",160,"JSXStartCloseTag"],["closedBy",-2,24,168,">",40,"InterpolationEnd",50,"]",61,"}",74,")",165,"JSXEndTag"]],propSources:[wje],skippedNodes:[0,5,6,278],repeatNodeCount:37,tokenData:"$Fq07[R!bOX%ZXY+gYZ-yZ[+g[]%Z]^.c^p%Zpq+gqr/mrs3cst:_tuEruvJSvwLkwx! Yxy!'iyz!(sz{!)}{|!,q|}!.O}!O!,q!O!P!/Y!P!Q!9j!Q!R#:O!R![#<_![!]#I_!]!^#Jk!^!_#Ku!_!`$![!`!a$$v!a!b$*T!b!c$,r!c!}Er!}#O$-|#O#P$/W#P#Q$4o#Q#R$5y#R#SEr#S#T$7W#T#o$8b#o#p$<r#p#q$=h#q#r$>x#r#s$@U#s$f%Z$f$g+g$g#BYEr#BY#BZ$A`#BZ$ISEr$IS$I_$A`$I_$I|Er$I|$I}$Dk$I}$JO$Dk$JO$JTEr$JT$JU$A`$JU$KVEr$KV$KW$A`$KW&FUEr&FU&FV$A`&FV;'SEr;'S;=`I|<%l?HTEr?HT?HU$A`?HUOEr(n%d_$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z&j&hT$i&jO!^&c!_#o&c#p;'S&c;'S;=`&w<%lO&c&j&zP;=`<%l&c'|'U]$i&j(Z!bOY&}YZ&cZw&}wx&cx!^&}!^!_'}!_#O&}#O#P&c#P#o&}#o#p'}#p;'S&};'S;=`(l<%lO&}!b(SU(Z!bOY'}Zw'}x#O'}#P;'S'};'S;=`(f<%lO'}!b(iP;=`<%l'}'|(oP;=`<%l&}'[(y]$i&j(WpOY(rYZ&cZr(rrs&cs!^(r!^!_)r!_#O(r#O#P&c#P#o(r#o#p)r#p;'S(r;'S;=`*a<%lO(rp)wU(WpOY)rZr)rs#O)r#P;'S)r;'S;=`*Z<%lO)rp*^P;=`<%l)r'[*dP;=`<%l(r#S*nX(Wp(Z!bOY*gZr*grs'}sw*gwx)rx#O*g#P;'S*g;'S;=`+Z<%lO*g#S+^P;=`<%l*g(n+dP;=`<%l%Z07[+rq$i&j(Wp(Z!b'|0/lOX%ZXY+gYZ&cZ[+g[p%Zpq+gqr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p$f%Z$f$g+g$g#BY%Z#BY#BZ+g#BZ$IS%Z$IS$I_+g$I_$JT%Z$JT$JU+g$JU$KV%Z$KV$KW+g$KW&FU%Z&FU&FV+g&FV;'S%Z;'S;=`+a<%l?HT%Z?HT?HU+g?HUO%Z07[.ST(X#S$i&j'}0/lO!^&c!_#o&c#p;'S&c;'S;=`&w<%lO&c07[.n_$i&j(Wp(Z!b'}0/lOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z)3p/x`$i&j!p),Q(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_!`0z!`#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z(KW1V`#v(Ch$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_!`2X!`#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z(KW2d_#v(Ch$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z'At3l_(V':f$i&j(Z!bOY4kYZ5qZr4krs7nsw4kwx5qx!^4k!^!_8p!_#O4k#O#P5q#P#o4k#o#p8p#p;'S4k;'S;=`:X<%lO4k(^4r_$i&j(Z!bOY4kYZ5qZr4krs7nsw4kwx5qx!^4k!^!_8p!_#O4k#O#P5q#P#o4k#o#p8p#p;'S4k;'S;=`:X<%lO4k&z5vX$i&jOr5qrs6cs!^5q!^!_6y!_#o5q#o#p6y#p;'S5q;'S;=`7h<%lO5q&z6jT$d`$i&jO!^&c!_#o&c#p;'S&c;'S;=`&w<%lO&c`6|TOr6yrs7]s;'S6y;'S;=`7b<%lO6y`7bO$d``7eP;=`<%l6y&z7kP;=`<%l5q(^7w]$d`$i&j(Z!bOY&}YZ&cZw&}wx&cx!^&}!^!_'}!_#O&}#O#P&c#P#o&}#o#p'}#p;'S&};'S;=`(l<%lO&}!r8uZ(Z!bOY8pYZ6yZr8prs9hsw8pwx6yx#O8p#O#P6y#P;'S8p;'S;=`:R<%lO8p!r9oU$d`(Z!bOY'}Zw'}x#O'}#P;'S'};'S;=`(f<%lO'}!r:UP;=`<%l8p(^:[P;=`<%l4k%9[:hh$i&j(Wp(Z!bOY%ZYZ&cZq%Zqr<Srs&}st%ZtuCruw%Zwx(rx!^%Z!^!_*g!_!c%Z!c!}Cr!}#O%Z#O#P&c#P#R%Z#R#SCr#S#T%Z#T#oCr#o#p*g#p$g%Z$g;'SCr;'S;=`El<%lOCr(r<__WS$i&j(Wp(Z!bOY<SYZ&cZr<Srs=^sw<Swx@nx!^<S!^!_Bm!_#O<S#O#P>`#P#o<S#o#pBm#p;'S<S;'S;=`Cl<%lO<S(Q=g]WS$i&j(Z!bOY=^YZ&cZw=^wx>`x!^=^!^!_?q!_#O=^#O#P>`#P#o=^#o#p?q#p;'S=^;'S;=`@h<%lO=^&n>gXWS$i&jOY>`YZ&cZ!^>`!^!_?S!_#o>`#o#p?S#p;'S>`;'S;=`?k<%lO>`S?XSWSOY?SZ;'S?S;'S;=`?e<%lO?SS?hP;=`<%l?S&n?nP;=`<%l>`!f?xWWS(Z!bOY?qZw?qwx?Sx#O?q#O#P?S#P;'S?q;'S;=`@b<%lO?q!f@eP;=`<%l?q(Q@kP;=`<%l=^'`@w]WS$i&j(WpOY@nYZ&cZr@nrs>`s!^@n!^!_Ap!_#O@n#O#P>`#P#o@n#o#pAp#p;'S@n;'S;=`Bg<%lO@ntAwWWS(WpOYApZrAprs?Ss#OAp#O#P?S#P;'SAp;'S;=`Ba<%lOAptBdP;=`<%lAp'`BjP;=`<%l@n#WBvYWS(Wp(Z!bOYBmZrBmrs?qswBmwxApx#OBm#O#P?S#P;'SBm;'S;=`Cf<%lOBm#WCiP;=`<%lBm(rCoP;=`<%l<S%9[C}i$i&j(o%1l(Wp(Z!bOY%ZYZ&cZr%Zrs&}st%ZtuCruw%Zwx(rx!Q%Z!Q![Cr![!^%Z!^!_*g!_!c%Z!c!}Cr!}#O%Z#O#P&c#P#R%Z#R#SCr#S#T%Z#T#oCr#o#p*g#p$g%Z$g;'SCr;'S;=`El<%lOCr%9[EoP;=`<%lCr07[FRk$i&j(Wp(Z!b$]#t(T,2j(e$I[OY%ZYZ&cZr%Zrs&}st%ZtuEruw%Zwx(rx}%Z}!OGv!O!Q%Z!Q![Er![!^%Z!^!_*g!_!c%Z!c!}Er!}#O%Z#O#P&c#P#R%Z#R#SEr#S#T%Z#T#oEr#o#p*g#p$g%Z$g;'SEr;'S;=`I|<%lOEr+dHRk$i&j(Wp(Z!b$]#tOY%ZYZ&cZr%Zrs&}st%ZtuGvuw%Zwx(rx}%Z}!OGv!O!Q%Z!Q![Gv![!^%Z!^!_*g!_!c%Z!c!}Gv!}#O%Z#O#P&c#P#R%Z#R#SGv#S#T%Z#T#oGv#o#p*g#p$g%Z$g;'SGv;'S;=`Iv<%lOGv+dIyP;=`<%lGv07[JPP;=`<%lEr(KWJ_`$i&j(Wp(Z!b#p(ChOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_!`Ka!`#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z(KWKl_$i&j$Q(Ch(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z,#xLva(z+JY$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sv%ZvwM{wx(rx!^%Z!^!_*g!_!`Ka!`#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z(KWNW`$i&j#z(Ch(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_!`Ka!`#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z'At! c_(Y';W$i&j(WpOY!!bYZ!#hZr!!brs!#hsw!!bwx!$xx!^!!b!^!_!%z!_#O!!b#O#P!#h#P#o!!b#o#p!%z#p;'S!!b;'S;=`!'c<%lO!!b'l!!i_$i&j(WpOY!!bYZ!#hZr!!brs!#hsw!!bwx!$xx!^!!b!^!_!%z!_#O!!b#O#P!#h#P#o!!b#o#p!%z#p;'S!!b;'S;=`!'c<%lO!!b&z!#mX$i&jOw!#hwx6cx!^!#h!^!_!$Y!_#o!#h#o#p!$Y#p;'S!#h;'S;=`!$r<%lO!#h`!$]TOw!$Ywx7]x;'S!$Y;'S;=`!$l<%lO!$Y`!$oP;=`<%l!$Y&z!$uP;=`<%l!#h'l!%R]$d`$i&j(WpOY(rYZ&cZr(rrs&cs!^(r!^!_)r!_#O(r#O#P&c#P#o(r#o#p)r#p;'S(r;'S;=`*a<%lO(r!Q!&PZ(WpOY!%zYZ!$YZr!%zrs!$Ysw!%zwx!&rx#O!%z#O#P!$Y#P;'S!%z;'S;=`!']<%lO!%z!Q!&yU$d`(WpOY)rZr)rs#O)r#P;'S)r;'S;=`*Z<%lO)r!Q!'`P;=`<%l!%z'l!'fP;=`<%l!!b/5|!'t_!l/.^$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z#&U!)O_!k!Lf$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z-!n!*[b$i&j(Wp(Z!b(U%&f#q(ChOY%ZYZ&cZr%Zrs&}sw%Zwx(rxz%Zz{!+d{!^%Z!^!_*g!_!`Ka!`#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z(KW!+o`$i&j(Wp(Z!b#n(ChOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_!`Ka!`#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z+;x!,|`$i&j(Wp(Z!br+4YOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_!`Ka!`#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z,$U!.Z_!]+Jf$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z07[!/ec$i&j(Wp(Z!b!Q.2^OY%ZYZ&cZr%Zrs&}sw%Zwx(rx!O%Z!O!P!0p!P!Q%Z!Q![!3Y![!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z#%|!0ya$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!O%Z!O!P!2O!P!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z#%|!2Z_![!L^$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z'Ad!3eg$i&j(Wp(Z!bs'9tOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!Q%Z!Q![!3Y![!^%Z!^!_*g!_!g%Z!g!h!4|!h#O%Z#O#P&c#P#R%Z#R#S!3Y#S#X%Z#X#Y!4|#Y#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z'Ad!5Vg$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx{%Z{|!6n|}%Z}!O!6n!O!Q%Z!Q![!8S![!^%Z!^!_*g!_#O%Z#O#P&c#P#R%Z#R#S!8S#S#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z'Ad!6wc$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!Q%Z!Q![!8S![!^%Z!^!_*g!_#O%Z#O#P&c#P#R%Z#R#S!8S#S#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z'Ad!8_c$i&j(Wp(Z!bs'9tOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!Q%Z!Q![!8S![!^%Z!^!_*g!_#O%Z#O#P&c#P#R%Z#R#S!8S#S#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z07[!9uf$i&j(Wp(Z!b#o(ChOY!;ZYZ&cZr!;Zrs!<nsw!;Zwx!Lcxz!;Zz{#-}{!P!;Z!P!Q#/d!Q!^!;Z!^!_#(i!_!`#7S!`!a#8i!a!}!;Z!}#O#,f#O#P!Dy#P#o!;Z#o#p#(i#p;'S!;Z;'S;=`#-w<%lO!;Z?O!;fb$i&j(Wp(Z!b!X7`OY!;ZYZ&cZr!;Zrs!<nsw!;Zwx!Lcx!P!;Z!P!Q#&`!Q!^!;Z!^!_#(i!_!}!;Z!}#O#,f#O#P!Dy#P#o!;Z#o#p#(i#p;'S!;Z;'S;=`#-w<%lO!;Z>^!<w`$i&j(Z!b!X7`OY!<nYZ&cZw!<nwx!=yx!P!<n!P!Q!Eq!Q!^!<n!^!_!Gr!_!}!<n!}#O!KS#O#P!Dy#P#o!<n#o#p!Gr#p;'S!<n;'S;=`!L]<%lO!<n<z!>Q^$i&j!X7`OY!=yYZ&cZ!P!=y!P!Q!>|!Q!^!=y!^!_!@c!_!}!=y!}#O!CW#O#P!Dy#P#o!=y#o#p!@c#p;'S!=y;'S;=`!Ek<%lO!=y<z!?Td$i&j!X7`O!^&c!_#W&c#W#X!>|#X#Z&c#Z#[!>|#[#]&c#]#^!>|#^#a&c#a#b!>|#b#g&c#g#h!>|#h#i&c#i#j!>|#j#k!>|#k#m&c#m#n!>|#n#o&c#p;'S&c;'S;=`&w<%lO&c7`!@hX!X7`OY!@cZ!P!@c!P!Q!AT!Q!}!@c!}#O!Ar#O#P!Bq#P;'S!@c;'S;=`!CQ<%lO!@c7`!AYW!X7`#W#X!AT#Z#[!AT#]#^!AT#a#b!AT#g#h!AT#i#j!AT#j#k!AT#m#n!AT7`!AuVOY!ArZ#O!Ar#O#P!B[#P#Q!@c#Q;'S!Ar;'S;=`!Bk<%lO!Ar7`!B_SOY!ArZ;'S!Ar;'S;=`!Bk<%lO!Ar7`!BnP;=`<%l!Ar7`!BtSOY!@cZ;'S!@c;'S;=`!CQ<%lO!@c7`!CTP;=`<%l!@c<z!C][$i&jOY!CWYZ&cZ!^!CW!^!_!Ar!_#O!CW#O#P!DR#P#Q!=y#Q#o!CW#o#p!Ar#p;'S!CW;'S;=`!Ds<%lO!CW<z!DWX$i&jOY!CWYZ&cZ!^!CW!^!_!Ar!_#o!CW#o#p!Ar#p;'S!CW;'S;=`!Ds<%lO!CW<z!DvP;=`<%l!CW<z!EOX$i&jOY!=yYZ&cZ!^!=y!^!_!@c!_#o!=y#o#p!@c#p;'S!=y;'S;=`!Ek<%lO!=y<z!EnP;=`<%l!=y>^!Ezl$i&j(Z!b!X7`OY&}YZ&cZw&}wx&cx!^&}!^!_'}!_#O&}#O#P&c#P#W&}#W#X!Eq#X#Z&}#Z#[!Eq#[#]&}#]#^!Eq#^#a&}#a#b!Eq#b#g&}#g#h!Eq#h#i&}#i#j!Eq#j#k!Eq#k#m&}#m#n!Eq#n#o&}#o#p'}#p;'S&};'S;=`(l<%lO&}8r!GyZ(Z!b!X7`OY!GrZw!Grwx!@cx!P!Gr!P!Q!Hl!Q!}!Gr!}#O!JU#O#P!Bq#P;'S!Gr;'S;=`!J|<%lO!Gr8r!Hse(Z!b!X7`OY'}Zw'}x#O'}#P#W'}#W#X!Hl#X#Z'}#Z#[!Hl#[#]'}#]#^!Hl#^#a'}#a#b!Hl#b#g'}#g#h!Hl#h#i'}#i#j!Hl#j#k!Hl#k#m'}#m#n!Hl#n;'S'};'S;=`(f<%lO'}8r!JZX(Z!bOY!JUZw!JUwx!Arx#O!JU#O#P!B[#P#Q!Gr#Q;'S!JU;'S;=`!Jv<%lO!JU8r!JyP;=`<%l!JU8r!KPP;=`<%l!Gr>^!KZ^$i&j(Z!bOY!KSYZ&cZw!KSwx!CWx!^!KS!^!_!JU!_#O!KS#O#P!DR#P#Q!<n#Q#o!KS#o#p!JU#p;'S!KS;'S;=`!LV<%lO!KS>^!LYP;=`<%l!KS>^!L`P;=`<%l!<n=l!Ll`$i&j(Wp!X7`OY!LcYZ&cZr!Lcrs!=ys!P!Lc!P!Q!Mn!Q!^!Lc!^!_# o!_!}!Lc!}#O#%P#O#P!Dy#P#o!Lc#o#p# o#p;'S!Lc;'S;=`#&Y<%lO!Lc=l!Mwl$i&j(Wp!X7`OY(rYZ&cZr(rrs&cs!^(r!^!_)r!_#O(r#O#P&c#P#W(r#W#X!Mn#X#Z(r#Z#[!Mn#[#](r#]#^!Mn#^#a(r#a#b!Mn#b#g(r#g#h!Mn#h#i(r#i#j!Mn#j#k!Mn#k#m(r#m#n!Mn#n#o(r#o#p)r#p;'S(r;'S;=`*a<%lO(r8Q# vZ(Wp!X7`OY# oZr# ors!@cs!P# o!P!Q#!i!Q!}# o!}#O#$R#O#P!Bq#P;'S# o;'S;=`#$y<%lO# o8Q#!pe(Wp!X7`OY)rZr)rs#O)r#P#W)r#W#X#!i#X#Z)r#Z#[#!i#[#])r#]#^#!i#^#a)r#a#b#!i#b#g)r#g#h#!i#h#i)r#i#j#!i#j#k#!i#k#m)r#m#n#!i#n;'S)r;'S;=`*Z<%lO)r8Q#$WX(WpOY#$RZr#$Rrs!Ars#O#$R#O#P!B[#P#Q# o#Q;'S#$R;'S;=`#$s<%lO#$R8Q#$vP;=`<%l#$R8Q#$|P;=`<%l# o=l#%W^$i&j(WpOY#%PYZ&cZr#%Prs!CWs!^#%P!^!_#$R!_#O#%P#O#P!DR#P#Q!Lc#Q#o#%P#o#p#$R#p;'S#%P;'S;=`#&S<%lO#%P=l#&VP;=`<%l#%P=l#&]P;=`<%l!Lc?O#&kn$i&j(Wp(Z!b!X7`OY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#W%Z#W#X#&`#X#Z%Z#Z#[#&`#[#]%Z#]#^#&`#^#a%Z#a#b#&`#b#g%Z#g#h#&`#h#i%Z#i#j#&`#j#k#&`#k#m%Z#m#n#&`#n#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z9d#(r](Wp(Z!b!X7`OY#(iZr#(irs!Grsw#(iwx# ox!P#(i!P!Q#)k!Q!}#(i!}#O#+`#O#P!Bq#P;'S#(i;'S;=`#,`<%lO#(i9d#)th(Wp(Z!b!X7`OY*gZr*grs'}sw*gwx)rx#O*g#P#W*g#W#X#)k#X#Z*g#Z#[#)k#[#]*g#]#^#)k#^#a*g#a#b#)k#b#g*g#g#h#)k#h#i*g#i#j#)k#j#k#)k#k#m*g#m#n#)k#n;'S*g;'S;=`+Z<%lO*g9d#+gZ(Wp(Z!bOY#+`Zr#+`rs!JUsw#+`wx#$Rx#O#+`#O#P!B[#P#Q#(i#Q;'S#+`;'S;=`#,Y<%lO#+`9d#,]P;=`<%l#+`9d#,cP;=`<%l#(i?O#,o`$i&j(Wp(Z!bOY#,fYZ&cZr#,frs!KSsw#,fwx#%Px!^#,f!^!_#+`!_#O#,f#O#P!DR#P#Q!;Z#Q#o#,f#o#p#+`#p;'S#,f;'S;=`#-q<%lO#,f?O#-tP;=`<%l#,f?O#-zP;=`<%l!;Z07[#.[b$i&j(Wp(Z!b(O0/l!X7`OY!;ZYZ&cZr!;Zrs!<nsw!;Zwx!Lcx!P!;Z!P!Q#&`!Q!^!;Z!^!_#(i!_!}!;Z!}#O#,f#O#P!Dy#P#o!;Z#o#p#(i#p;'S!;Z;'S;=`#-w<%lO!;Z07[#/o_$i&j(Wp(Z!bT0/lOY#/dYZ&cZr#/drs#0nsw#/dwx#4Ox!^#/d!^!_#5}!_#O#/d#O#P#1p#P#o#/d#o#p#5}#p;'S#/d;'S;=`#6|<%lO#/d06j#0w]$i&j(Z!bT0/lOY#0nYZ&cZw#0nwx#1px!^#0n!^!_#3R!_#O#0n#O#P#1p#P#o#0n#o#p#3R#p;'S#0n;'S;=`#3x<%lO#0n05W#1wX$i&jT0/lOY#1pYZ&cZ!^#1p!^!_#2d!_#o#1p#o#p#2d#p;'S#1p;'S;=`#2{<%lO#1p0/l#2iST0/lOY#2dZ;'S#2d;'S;=`#2u<%lO#2d0/l#2xP;=`<%l#2d05W#3OP;=`<%l#1p01O#3YW(Z!bT0/lOY#3RZw#3Rwx#2dx#O#3R#O#P#2d#P;'S#3R;'S;=`#3r<%lO#3R01O#3uP;=`<%l#3R06j#3{P;=`<%l#0n05x#4X]$i&j(WpT0/lOY#4OYZ&cZr#4Ors#1ps!^#4O!^!_#5Q!_#O#4O#O#P#1p#P#o#4O#o#p#5Q#p;'S#4O;'S;=`#5w<%lO#4O00^#5XW(WpT0/lOY#5QZr#5Qrs#2ds#O#5Q#O#P#2d#P;'S#5Q;'S;=`#5q<%lO#5Q00^#5tP;=`<%l#5Q05x#5zP;=`<%l#4O01p#6WY(Wp(Z!bT0/lOY#5}Zr#5}rs#3Rsw#5}wx#5Qx#O#5}#O#P#2d#P;'S#5};'S;=`#6v<%lO#5}01p#6yP;=`<%l#5}07[#7PP;=`<%l#/d)3h#7ab$i&j$Q(Ch(Wp(Z!b!X7`OY!;ZYZ&cZr!;Zrs!<nsw!;Zwx!Lcx!P!;Z!P!Q#&`!Q!^!;Z!^!_#(i!_!}!;Z!}#O#,f#O#P!Dy#P#o!;Z#o#p#(i#p;'S!;Z;'S;=`#-w<%lO!;ZAt#8vb$Z#t$i&j(Wp(Z!b!X7`OY!;ZYZ&cZr!;Zrs!<nsw!;Zwx!Lcx!P!;Z!P!Q#&`!Q!^!;Z!^!_#(i!_!}!;Z!}#O#,f#O#P!Dy#P#o!;Z#o#p#(i#p;'S!;Z;'S;=`#-w<%lO!;Z'Ad#:Zp$i&j(Wp(Z!bs'9tOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!O%Z!O!P!3Y!P!Q%Z!Q![#<_![!^%Z!^!_*g!_!g%Z!g!h!4|!h#O%Z#O#P&c#P#R%Z#R#S#<_#S#U%Z#U#V#?i#V#X%Z#X#Y!4|#Y#b%Z#b#c#>_#c#d#Bq#d#l%Z#l#m#Es#m#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z'Ad#<jk$i&j(Wp(Z!bs'9tOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!O%Z!O!P!3Y!P!Q%Z!Q![#<_![!^%Z!^!_*g!_!g%Z!g!h!4|!h#O%Z#O#P&c#P#R%Z#R#S#<_#S#X%Z#X#Y!4|#Y#b%Z#b#c#>_#c#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z'Ad#>j_$i&j(Wp(Z!bs'9tOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z'Ad#?rd$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!Q%Z!Q!R#AQ!R!S#AQ!S!^%Z!^!_*g!_#O%Z#O#P&c#P#R%Z#R#S#AQ#S#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z'Ad#A]f$i&j(Wp(Z!bs'9tOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!Q%Z!Q!R#AQ!R!S#AQ!S!^%Z!^!_*g!_#O%Z#O#P&c#P#R%Z#R#S#AQ#S#b%Z#b#c#>_#c#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z'Ad#Bzc$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!Q%Z!Q!Y#DV!Y!^%Z!^!_*g!_#O%Z#O#P&c#P#R%Z#R#S#DV#S#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z'Ad#Dbe$i&j(Wp(Z!bs'9tOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!Q%Z!Q!Y#DV!Y!^%Z!^!_*g!_#O%Z#O#P&c#P#R%Z#R#S#DV#S#b%Z#b#c#>_#c#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z'Ad#E|g$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!Q%Z!Q![#Ge![!^%Z!^!_*g!_!c%Z!c!i#Ge!i#O%Z#O#P&c#P#R%Z#R#S#Ge#S#T%Z#T#Z#Ge#Z#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z'Ad#Gpi$i&j(Wp(Z!bs'9tOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!Q%Z!Q![#Ge![!^%Z!^!_*g!_!c%Z!c!i#Ge!i#O%Z#O#P&c#P#R%Z#R#S#Ge#S#T%Z#T#Z#Ge#Z#b%Z#b#c#>_#c#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z*)x#Il_!g$b$i&j$O)Lv(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z)[#Jv_al$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z04f#LS^h#)`#R-<U(Wp(Z!b$n7`OY*gZr*grs'}sw*gwx)rx!P*g!P!Q#MO!Q!^*g!^!_#Mt!_!`$ f!`#O*g#P;'S*g;'S;=`+Z<%lO*g(n#MXX$k&j(Wp(Z!bOY*gZr*grs'}sw*gwx)rx#O*g#P;'S*g;'S;=`+Z<%lO*g(El#M}Z#r(Ch(Wp(Z!bOY*gZr*grs'}sw*gwx)rx!_*g!_!`#Np!`#O*g#P;'S*g;'S;=`+Z<%lO*g(El#NyX$Q(Ch(Wp(Z!bOY*gZr*grs'}sw*gwx)rx#O*g#P;'S*g;'S;=`+Z<%lO*g(El$ oX#s(Ch(Wp(Z!bOY*gZr*grs'}sw*gwx)rx#O*g#P;'S*g;'S;=`+Z<%lO*g*)x$!ga#`*!Y$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_!`0z!`!a$#l!a#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z(K[$#w_#k(Cl$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z*)x$%Vag!*r#s(Ch$f#|$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_!`$&[!`!a$'f!a#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z(KW$&g_#s(Ch$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z(KW$'qa#r(Ch$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_!`Ka!`!a$(v!a#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z(KW$)R`#r(Ch$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_!`Ka!`#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z(Kd$*`a(r(Ct$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_!a%Z!a!b$+e!b#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z(KW$+p`$i&j#{(Ch(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_!`Ka!`#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z%#`$,}_!|$Ip$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z04f$.X_!S0,v$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z(n$/]Z$i&jO!^$0O!^!_$0f!_#i$0O#i#j$0k#j#l$0O#l#m$2^#m#o$0O#o#p$0f#p;'S$0O;'S;=`$4i<%lO$0O(n$0VT_#S$i&jO!^&c!_#o&c#p;'S&c;'S;=`&w<%lO&c#S$0kO_#S(n$0p[$i&jO!Q&c!Q![$1f![!^&c!_!c&c!c!i$1f!i#T&c#T#Z$1f#Z#o&c#o#p$3|#p;'S&c;'S;=`&w<%lO&c(n$1kZ$i&jO!Q&c!Q![$2^![!^&c!_!c&c!c!i$2^!i#T&c#T#Z$2^#Z#o&c#p;'S&c;'S;=`&w<%lO&c(n$2cZ$i&jO!Q&c!Q![$3U![!^&c!_!c&c!c!i$3U!i#T&c#T#Z$3U#Z#o&c#p;'S&c;'S;=`&w<%lO&c(n$3ZZ$i&jO!Q&c!Q![$0O![!^&c!_!c&c!c!i$0O!i#T&c#T#Z$0O#Z#o&c#p;'S&c;'S;=`&w<%lO&c#S$4PR!Q![$4Y!c!i$4Y#T#Z$4Y#S$4]S!Q![$4Y!c!i$4Y#T#Z$4Y#q#r$0f(n$4lP;=`<%l$0O#1[$4z_!Y#)l$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z(KW$6U`#x(Ch$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_!`Ka!`#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z+;p$7c_$i&j(Wp(Z!b(a+4QOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z07[$8qk$i&j(Wp(Z!b(T,2j$_#t(e$I[OY%ZYZ&cZr%Zrs&}st%Ztu$8buw%Zwx(rx}%Z}!O$:f!O!Q%Z!Q![$8b![!^%Z!^!_*g!_!c%Z!c!}$8b!}#O%Z#O#P&c#P#R%Z#R#S$8b#S#T%Z#T#o$8b#o#p*g#p$g%Z$g;'S$8b;'S;=`$<l<%lO$8b+d$:qk$i&j(Wp(Z!b$_#tOY%ZYZ&cZr%Zrs&}st%Ztu$:fuw%Zwx(rx}%Z}!O$:f!O!Q%Z!Q![$:f![!^%Z!^!_*g!_!c%Z!c!}$:f!}#O%Z#O#P&c#P#R%Z#R#S$:f#S#T%Z#T#o$:f#o#p*g#p$g%Z$g;'S$:f;'S;=`$<f<%lO$:f+d$<iP;=`<%l$:f07[$<oP;=`<%l$8b#Jf$<{X!_#Hb(Wp(Z!bOY*gZr*grs'}sw*gwx)rx#O*g#P;'S*g;'S;=`+Z<%lO*g,#x$=sa(y+JY$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_!`Ka!`#O%Z#O#P&c#P#o%Z#o#p*g#p#q$+e#q;'S%Z;'S;=`+a<%lO%Z)>v$?V_!^(CdvBr$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z?O$@a_!q7`$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z07[$Aq|$i&j(Wp(Z!b'|0/l$]#t(T,2j(e$I[OX%ZXY+gYZ&cZ[+g[p%Zpq+gqr%Zrs&}st%ZtuEruw%Zwx(rx}%Z}!OGv!O!Q%Z!Q![Er![!^%Z!^!_*g!_!c%Z!c!}Er!}#O%Z#O#P&c#P#R%Z#R#SEr#S#T%Z#T#oEr#o#p*g#p$f%Z$f$g+g$g#BYEr#BY#BZ$A`#BZ$ISEr$IS$I_$A`$I_$JTEr$JT$JU$A`$JU$KVEr$KV$KW$A`$KW&FUEr&FU&FV$A`&FV;'SEr;'S;=`I|<%l?HTEr?HT?HU$A`?HUOEr07[$D|k$i&j(Wp(Z!b'}0/l$]#t(T,2j(e$I[OY%ZYZ&cZr%Zrs&}st%ZtuEruw%Zwx(rx}%Z}!OGv!O!Q%Z!Q![Er![!^%Z!^!_*g!_!c%Z!c!}Er!}#O%Z#O#P&c#P#R%Z#R#SEr#S#T%Z#T#oEr#o#p*g#p$g%Z$g;'SEr;'S;=`I|<%lOEr",tokenizers:[kje,vje,bje,Mje,2,3,4,5,6,7,8,9,10,11,12,13,14,gje,new yQ("$S~RRtu[#O#Pg#S#T#|~_P#o#pb~gOx~~jVO#i!P#i#j!U#j#l!P#l#m!q#m;'S!P;'S;=`#v<%lO!P~!UO!U~~!XS!Q![!e!c!i!e#T#Z!e#o#p#Z~!hR!Q![!q!c!i!q#T#Z!q~!tR!Q![!}!c!i!}#T#Z!}~#QR!Q![!P!c!i!P#T#Z!P~#^R!Q![#g!c!i#g#T#Z#g~#jS!Q![#g!c!i#g#T#Z#g#q#r!P~#yP;=`<%l!P~$RO(c~~",141,340),new yQ("j~RQYZXz{^~^O(Q~~aP!P!Qd~iO(R~~",25,323)],topRules:{Script:[0,7],SingleExpression:[1,276],SingleClassItem:[2,277]},dialects:{jsx:0,ts:15175},dynamicPrecedences:{80:1,82:1,94:1,169:1,199:1},specialized:[{term:327,get:e=>jje[e]||-1},{term:343,get:e=>Sje[e]||-1},{term:95,get:e=>Nje[e]||-1}],tokenPrec:15201}),vH=[ft("function ${name}(${params}) {\n ${}\n}",{label:"function",detail:"definition",type:"keyword"}),ft("for (let ${index} = 0; ${index} < ${bound}; ${index}++) {\n ${}\n}",{label:"for",detail:"loop",type:"keyword"}),ft("for (let ${name} of ${collection}) {\n ${}\n}",{label:"for",detail:"of loop",type:"keyword"}),ft("do {\n ${}\n} while (${})",{label:"do",detail:"loop",type:"keyword"}),ft("while (${}) {\n ${}\n}",{label:"while",detail:"loop",type:"keyword"}),ft(`try {
|
|
8583
|
+
For more information, see https://radix-ui.com/primitives/docs/components/${n.docsSlug}`;return O.useEffect(()=>{e&&(document.getElementById(e)||console.error(o))},[o,e]),null},r9e="DialogDescriptionWarning",l9e=({contentRef:e,descriptionId:n})=>{const c=`Warning: Missing \`Description\` or \`aria-describedby={undefined}\` for {${nD(r9e).contentName}}.`;return O.useEffect(()=>{var d;const i=(d=e.current)==null?void 0:d.getAttribute("aria-describedby");n&&i&&(document.getElementById(n)||console.warn(c))},[c,e,n]),null},sD=DZ,oD=GZ,cD=BZ,iD=WZ,rD=FZ,lD=JZ,dD=tD;function Dn({children:e,...n}){return t.jsx(sD,{...n,children:e})}function Hn({children:e,className:n,title:o,description:c,...i}){return t.jsxs(oD,{children:[t.jsx(cD,{className:"fixed inset-0 z-50 bg-black/50 backdrop-blur-sm data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0"}),t.jsxs(iD,{className:te("fixed left-1/2 top-1/2 z-50 -translate-x-1/2 -translate-y-1/2","w-full max-w-lg max-h-[85vh] overflow-y-auto","bg-surface-1 border border-border rounded-lg shadow-2xl","data-[state=open]:animate-in data-[state=closed]:animate-out","data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0","data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95",n),...i,children:[o&&t.jsxs("div",{className:"flex items-center justify-between px-5 py-4 border-b border-border-subtle",children:[t.jsx(rD,{className:"text-base font-semibold text-text-0 font-sans",children:o}),t.jsx(dD,{className:"p-1 rounded-md text-text-3 hover:text-text-0 hover:bg-surface-5 transition-colors",children:t.jsx(nt,{size:16})})]}),c&&t.jsx(lD,{className:"sr-only",children:c}),e]})]})}var eE={};function d9e({path:e,onNavigate:n}){const o=e.split("/").filter(Boolean);return t.jsxs("div",{className:"flex items-center gap-0.5 min-w-0 overflow-x-auto py-1.5 scrollbar-none",children:[t.jsx("button",{onClick:()=>n("/"),className:"flex-shrink-0 p-1 rounded hover:bg-surface-5 cursor-pointer text-text-3 hover:text-text-0 transition-colors",children:t.jsx(Io,{size:13})}),o.map((c,i)=>{const d="/"+o.slice(0,i+1).join("/"),u=i===o.length-1;return t.jsxs("div",{className:"flex items-center gap-0.5 flex-shrink-0",children:[t.jsx(qt,{size:11,className:"text-text-4"}),t.jsx("button",{onClick:()=>n(d),className:te("px-1.5 py-0.5 rounded text-xs font-mono cursor-pointer transition-colors",u?"text-text-0 bg-surface-4 font-medium":"text-text-3 hover:text-text-0 hover:bg-surface-5"),children:c})]},i)})]})}function F2({open:e,onOpenChange:n,currentPath:o,onSelect:c}){const[i,d]=O.useState(o||eE.HOME||"/"),[u,p]=O.useState([]),[f,x]=O.useState(!1),[v,g]=O.useState(null);O.useEffect(()=>{e&&k(o||"/")},[e]);async function k(N){x(!0),g(null);try{const j=await H.get(`/browse-system?path=${encodeURIComponent(N)}`);d(j.current||N),p(j.dirs||[])}catch(j){g(j.message),p([])}x(!1)}function b(){const N=i==="/"?"/":i.split("/").slice(0,-1).join("/")||"/";k(N)}function M(){k(eE.HOME||"/Users")}function w(){c(i),n(!1)}return t.jsx(Dn,{open:e,onOpenChange:n,children:t.jsx(Hn,{title:"Select Working Directory",description:"Choose a directory for this agent to work in",className:"max-w-[520px]",children:t.jsxs("div",{className:"px-5 py-4 space-y-3",children:[t.jsxs("div",{className:"flex items-center gap-2",children:[t.jsx("button",{onClick:b,disabled:i==="/",className:"p-1.5 rounded-md bg-surface-4 border border-border text-text-2 hover:text-text-0 hover:bg-surface-5 transition-colors cursor-pointer disabled:opacity-30 disabled:cursor-not-allowed",children:t.jsx(t2,{size:14})}),t.jsx("button",{onClick:M,className:"p-1.5 rounded-md bg-surface-4 border border-border text-text-2 hover:text-text-0 hover:bg-surface-5 transition-colors cursor-pointer",children:t.jsx(No,{size:14})}),t.jsx("div",{className:"flex-1 min-w-0 bg-surface-0 rounded-md border border-border-subtle px-2",children:t.jsx(d9e,{path:i,onNavigate:k})})]}),t.jsx("div",{className:"bg-surface-0 rounded-lg border border-border-subtle overflow-hidden",children:t.jsxs("div",{className:"max-h-[340px] overflow-y-auto",children:[f&&t.jsx("div",{className:"flex items-center justify-center py-8",children:t.jsx(Ae,{size:18,className:"text-text-3 animate-spin"})}),v&&t.jsx("div",{className:"px-4 py-6 text-center",children:t.jsx("p",{className:"text-xs text-danger font-sans",children:v})}),!f&&!v&&u.length===0&&t.jsx("div",{className:"px-4 py-6 text-center",children:t.jsx("p",{className:"text-xs text-text-3 font-sans",children:"No subdirectories"})}),!f&&!v&&u.map(N=>t.jsxs("button",{onClick:()=>k(N.path),className:te("w-full flex items-center gap-2.5 px-3.5 py-2 text-left cursor-pointer","hover:bg-surface-4 transition-colors border-b border-border-subtle last:border-0"),children:[N.hasChildren?t.jsx(Qd,{size:15,className:"text-warning flex-shrink-0"}):t.jsx(Ft,{size:15,className:"text-text-3 flex-shrink-0"}),t.jsx("span",{className:"text-sm text-text-0 font-sans truncate flex-1",children:N.name}),N.hasChildren&&t.jsx(qt,{size:12,className:"text-text-4 flex-shrink-0"})]},N.path))]})}),t.jsxs("div",{className:"flex items-center gap-3 bg-surface-4/50 rounded-lg px-3.5 py-2.5 border border-border-subtle",children:[t.jsx(Ft,{size:16,className:"text-accent flex-shrink-0"}),t.jsx("span",{className:"text-xs font-mono text-text-1 truncate flex-1",children:i})]}),t.jsxs("div",{className:"flex justify-end gap-2",children:[t.jsx(ue,{variant:"ghost",size:"md",onClick:()=>n(!1),children:"Cancel"}),t.jsxs(ue,{variant:"primary",size:"md",onClick:w,className:"gap-1.5",children:[t.jsx(He,{size:14})," Select Folder"]})]})]})})})}const tE=[{id:"details",label:"Server Details",icon:Ct},{id:"auth",label:"Authentication",icon:Pd},{id:"setup",label:"Setup",icon:Rs},{id:"connected",label:"Connected",icon:$t}];function h9e({steps:e,currentStep:n,completedSteps:o,onStepClick:c}){return t.jsx("div",{className:"flex items-center gap-1 mb-4",children:e.map((i,d)=>{const u=n===d,p=o.includes(d),f=p||d<n;return i.icon,t.jsxs("div",{className:"flex items-center gap-1 flex-1",children:[t.jsxs("button",{onClick:()=>f&&c(d),disabled:!f,className:te("flex items-center gap-1.5 px-2 py-1 rounded-md transition-colors text-2xs font-sans font-medium",u?"bg-accent/12 text-accent":p?"text-success cursor-pointer hover:bg-surface-3":"text-text-4",f&&!u&&"cursor-pointer"),children:[t.jsx("div",{className:te("w-5 h-5 rounded-full flex items-center justify-center text-2xs font-semibold border transition-colors",u?"border-accent bg-accent/15 text-accent":p?"border-success/40 bg-success/10 text-success":"border-border-subtle bg-surface-3 text-text-4"),children:p?t.jsx(He,{size:10}):d+1}),t.jsx("span",{className:"hidden sm:inline",children:i.label})]}),d<e.length-1&&t.jsx("div",{className:te("flex-1 h-px mx-1",p?"bg-success/30":"bg-border-subtle")})]},i.id)})})}function aE({value:e,onChange:n}){return t.jsx("button",{onClick:()=>n(!e),className:te("w-9 h-5 rounded-full p-0.5 transition-colors cursor-pointer",e?"bg-accent":"bg-surface-5"),children:t.jsx("div",{className:te("w-4 h-4 rounded-full bg-white shadow-sm transition-transform",e?"translate-x-4":"translate-x-0")})})}function bu({icon:e,title:n,children:o}){return t.jsxs("div",{className:"rounded-lg border border-border-subtle bg-surface-1 px-4 py-3.5 flex flex-col gap-2",children:[t.jsxs("div",{className:"flex items-center gap-2",children:[t.jsx("div",{className:"w-6 h-6 rounded bg-accent/8 flex items-center justify-center flex-shrink-0",children:t.jsx(e,{size:12,className:"text-accent"})}),t.jsx("span",{className:"text-[13px] font-medium text-text-0 font-sans leading-tight",children:n})]}),t.jsx("div",{className:"mt-1",children:o})]})}function u9e({server:e,onSave:n,onTest:o,onConnect:c,onCancel:i}){const[d,u]=O.useState(0),[p,f]=O.useState([]),[x,v]=O.useState(""),[g,k]=O.useState(""),[b,M]=O.useState(""),[w,N]=O.useState(22),[j,C]=O.useState(""),[_,Q]=O.useState(!1),[V,A]=O.useState(!1),[P,z]=O.useState(!1),[F,q]=O.useState(!1),[ce,ne]=O.useState(null),[oe,E]=O.useState(!1),[T,L]=O.useState(!1);O.useEffect(()=>{e?(v(e.name||""),k(e.host||""),M(e.user||""),N(e.port||22),C(e.sshKeyPath||""),Q(e.autoStart||!1),A(e.autoConnect||!1),f([0,1]),u(2)):(v(""),k(""),M(""),N(22),C(""),Q(!1),A(!1),f([]),u(0))},[e]);function X(){const de={name:x.trim(),host:g.trim(),user:b.trim(),port:w,sshKeyPath:j.trim(),autoStart:_,autoConnect:V};return e!=null&&e.id&&(de.id=e.id),de}function K(){return x.trim()&&g.trim()&&b.trim()}function Y(){d===0&&!K()||(f(de=>de.includes(d)?de:[...de,d]),u(de=>Math.min(de+1,tE.length-1)))}function U(){u(de=>Math.max(de-1,0))}async function fe(){q(!0),ne(null);try{const de=X();E(!0),await n(de),E(!1);const ke=await o();ne(ke)}catch(de){ne({error:de.message||"Test failed"}),E(!1)}q(!1)}async function he(){E(!0);try{const de=X();await n(de),f(ke=>ke.includes(d)?ke:[...ke,d]),u(2)}catch(de){ne({error:de.message||"Save failed"})}E(!1)}async function pe(){var de;L(!0);try{const ke=X();await n(ke),await c(),f(ct=>[...new Set([...ct,2])]),u(3)}catch(ke){ne({error:((de=ke==null?void 0:ke.body)==null?void 0:de.error)||(ke==null?void 0:ke.message)||"Connection failed"})}L(!1)}const Oe="h-8 px-2.5 text-xs bg-surface-0 border border-border-subtle rounded-md text-text-0 font-sans placeholder:text-text-4 focus:outline-none focus:ring-1 focus:ring-accent",Se="h-8 px-2.5 text-xs bg-surface-0 border border-border-subtle rounded-md text-text-0 font-mono placeholder:text-text-4 focus:outline-none focus:ring-1 focus:ring-accent";return t.jsxs("div",{className:"p-4",children:[t.jsx(h9e,{steps:tE,currentStep:d,completedSteps:p,onStepClick:u}),d===0&&t.jsxs("div",{className:"grid grid-cols-2 gap-3",children:[t.jsx(bu,{icon:Ct,title:"Server Info",children:t.jsxs("div",{className:"space-y-2.5",children:[t.jsxs("div",{children:[t.jsx("label",{className:"text-2xs font-semibold text-text-2 font-sans mb-1 block",children:"Name"}),t.jsx("input",{value:x,onChange:de=>v(de.target.value),placeholder:"api-vps",className:te(Oe,"w-full"),autoFocus:!0})]}),t.jsxs("div",{children:[t.jsx("label",{className:"text-2xs font-semibold text-text-2 font-sans mb-1 block",children:"Host"}),t.jsx("input",{value:g,onChange:de=>k(de.target.value),placeholder:"165.22.180.45",className:te(Se,"w-full")})]})]})}),t.jsx(bu,{icon:Rs,title:"Connection",children:t.jsxs("div",{className:"space-y-2.5",children:[t.jsxs("div",{children:[t.jsx("label",{className:"text-2xs font-semibold text-text-2 font-sans mb-1 block",children:"User"}),t.jsx("input",{value:b,onChange:de=>M(de.target.value),placeholder:"root",className:te(Se,"w-full")})]}),t.jsxs("div",{children:[t.jsx("label",{className:"text-2xs font-semibold text-text-2 font-sans mb-1 block",children:"SSH Port"}),t.jsx("input",{value:w,onChange:de=>N(Number(de.target.value)||22),type:"number",className:te(Se,"w-24")})]})]})})]}),d===1&&t.jsxs("div",{className:"grid grid-cols-2 gap-3",children:[t.jsx(bu,{icon:Pd,title:"SSH Key",children:t.jsxs("div",{className:"space-y-2.5",children:[t.jsxs("div",{children:[t.jsx("label",{className:"text-2xs font-semibold text-text-2 font-sans mb-1 block",children:"Key Path"}),t.jsxs("div",{className:"flex items-center gap-1.5",children:[t.jsx("input",{value:j,onChange:de=>C(de.target.value),placeholder:"~/.ssh/id_ed25519",className:te(Se,"flex-1 min-w-0"),autoFocus:!0}),t.jsx(ue,{variant:"secondary",size:"sm",onClick:()=>z(!0),className:"h-8 px-2 flex-shrink-0",children:t.jsx(p1,{size:12})})]}),t.jsx("p",{className:"text-2xs text-text-4 font-sans mt-1",children:"Leave blank to use default SSH agent."})]}),t.jsxs(ue,{variant:"secondary",size:"sm",onClick:fe,disabled:F,className:"h-7 text-2xs gap-1.5",children:[F?t.jsx(Ae,{size:11,className:"animate-spin"}):t.jsx($t,{size:11}),"Test Connection"]})]})}),t.jsxs("div",{className:"space-y-3",children:[t.jsxs("div",{className:"rounded-lg border border-border-subtle bg-surface-1 px-4 py-3.5",children:[t.jsxs("div",{className:"flex items-center gap-2 mb-2",children:[t.jsx("div",{className:"w-6 h-6 rounded bg-accent/8 flex items-center justify-center flex-shrink-0",children:t.jsx(Ct,{size:12,className:"text-accent"})}),t.jsx("span",{className:"text-[13px] font-medium text-text-0 font-sans",children:"Target"})]}),t.jsxs("div",{className:"space-y-1.5 text-2xs font-sans",children:[t.jsxs("div",{className:"flex items-center justify-between",children:[t.jsx("span",{className:"text-text-3",children:"Host"}),t.jsx("span",{className:"text-text-1 font-mono",children:g||"—"})]}),t.jsxs("div",{className:"flex items-center justify-between",children:[t.jsx("span",{className:"text-text-3",children:"User"}),t.jsx("span",{className:"text-text-1 font-mono",children:b||"—"})]}),t.jsxs("div",{className:"flex items-center justify-between",children:[t.jsx("span",{className:"text-text-3",children:"Port"}),t.jsx("span",{className:"text-text-1 font-mono",children:w})]})]})]}),ce&&t.jsx("div",{className:te("px-3 py-2.5 rounded-lg text-2xs font-sans flex items-start gap-2",ce.error?"bg-danger/8 border border-danger/20 text-danger":ce.reachable?"bg-success/8 border border-success/20 text-success":"bg-warning/8 border border-warning/20 text-warning"),children:ce.error?t.jsxs(t.Fragment,{children:[t.jsx(nt,{size:11,className:"mt-0.5 flex-shrink-0"})," ",ce.error]}):ce.reachable?t.jsxs(t.Fragment,{children:[t.jsx(He,{size:11,className:"mt-0.5 flex-shrink-0"})," Server reachable"]}):t.jsxs(t.Fragment,{children:[t.jsx(Pt,{size:11,className:"mt-0.5 flex-shrink-0"})," Host unreachable"]})})]}),t.jsx(F2,{open:P,onOpenChange:z,currentPath:j||"~/.ssh",onSelect:de=>C(de)})]}),d===2&&t.jsxs("div",{className:"grid grid-cols-2 gap-3",children:[t.jsx(bu,{icon:Rs,title:"Behavior",children:t.jsxs("div",{className:"space-y-3",children:[t.jsxs("label",{className:"flex items-center justify-between cursor-pointer",children:[t.jsxs("div",{children:[t.jsx("span",{className:"text-xs text-text-1 font-sans block",children:"Auto-start daemon"}),t.jsx("span",{className:"text-2xs text-text-4 font-sans",children:"Start Groove on the remote when connecting"})]}),t.jsx(aE,{value:_,onChange:Q})]}),t.jsxs("label",{className:"flex items-center justify-between cursor-pointer",children:[t.jsxs("div",{children:[t.jsx("span",{className:"text-xs text-text-1 font-sans block",children:"Auto-connect on launch"}),t.jsx("span",{className:"text-2xs text-text-4 font-sans",children:"Connect when Groove starts"})]}),t.jsx(aE,{value:V,onChange:A})]})]})}),ce&&!ce.error&&t.jsxs("div",{className:"rounded-lg border border-border-subtle bg-surface-1 px-4 py-3.5",children:[t.jsxs("div",{className:"flex items-center gap-2 mb-3",children:[t.jsx("div",{className:"w-6 h-6 rounded bg-success/10 flex items-center justify-center flex-shrink-0",children:t.jsx(He,{size:12,className:"text-success"})}),t.jsx("span",{className:"text-[13px] font-medium text-text-0 font-sans",children:"Test Results"})]}),t.jsxs("div",{className:"space-y-2",children:[t.jsxs("div",{className:"flex items-center gap-2 text-2xs font-sans",children:[t.jsx(sa,{status:ce.reachable?"running":"crashed",size:"sm"}),t.jsx("span",{className:"text-text-1",children:"Reachable"})]}),t.jsxs("div",{className:"flex items-center gap-2 text-2xs font-sans",children:[t.jsx(sa,{status:ce.grooveInstalled?"running":"stopped",size:"sm"}),t.jsx("span",{className:"text-text-1",children:"Groove Installed"})]}),t.jsxs("div",{className:"flex items-center gap-2 text-2xs font-sans",children:[t.jsx(sa,{status:ce.daemonRunning?"running":"stopped",size:"sm"}),t.jsx("span",{className:"text-text-1",children:"Daemon Running"})]})]})]}),(!ce||ce.error)&&t.jsxs("div",{className:"rounded-lg border border-border-subtle bg-surface-1 px-4 py-3.5",children:[t.jsxs("div",{className:"flex items-center gap-2 mb-2",children:[t.jsx("div",{className:"w-6 h-6 rounded bg-accent/8 flex items-center justify-center flex-shrink-0",children:t.jsx(Ct,{size:12,className:"text-accent"})}),t.jsx("span",{className:"text-[13px] font-medium text-text-0 font-sans",children:x||"Server"})]}),t.jsxs("div",{className:"space-y-1.5 text-2xs font-sans",children:[t.jsxs("div",{className:"flex items-center justify-between",children:[t.jsx("span",{className:"text-text-3",children:"Connection"}),t.jsxs("span",{className:"text-text-1 font-mono",children:[b,"@",g,":",w]})]}),j&&t.jsxs("div",{className:"flex items-center justify-between",children:[t.jsx("span",{className:"text-text-3",children:"SSH Key"}),t.jsx("span",{className:"text-text-1 font-mono truncate max-w-40",children:j})]})]})]})]}),d===3&&t.jsxs("div",{className:"grid grid-cols-2 gap-3",children:[t.jsxs("div",{className:"rounded-lg border border-success/30 bg-success/5 px-4 py-5 text-center",children:[t.jsx("div",{className:"w-10 h-10 rounded-full bg-success/15 flex items-center justify-center mx-auto mb-3",children:t.jsx(He,{size:20,className:"text-success"})}),t.jsx("h3",{className:"text-sm font-semibold text-text-0 font-sans mb-1",children:"Connected"}),t.jsxs("p",{className:"text-2xs text-text-3 font-sans",children:["Successfully connected to ",t.jsx("span",{className:"font-mono text-text-1",children:x})]}),t.jsxs(ue,{variant:"primary",size:"sm",onClick:()=>{const de=e==null?void 0:e.localPort,ke=encodeURIComponent(x);window.open(`http://localhost:${de}?instance=${ke}`,"_blank")},className:"h-8 text-xs gap-1.5 mt-4",children:[t.jsx(Qt,{size:12}),"Open Remote GUI"]})]}),t.jsxs("div",{className:"rounded-lg border border-border-subtle bg-surface-1 px-4 py-3.5",children:[t.jsxs("div",{className:"flex items-center gap-2 mb-3",children:[t.jsx("div",{className:"w-6 h-6 rounded bg-accent/8 flex items-center justify-center flex-shrink-0",children:t.jsx(Ct,{size:12,className:"text-accent"})}),t.jsx("span",{className:"text-[13px] font-medium text-text-0 font-sans",children:"Connection Info"})]}),t.jsxs("div",{className:"space-y-1.5 text-2xs font-sans",children:[t.jsxs("div",{className:"flex items-center justify-between",children:[t.jsx("span",{className:"text-text-3",children:"Connection"}),t.jsxs("span",{className:"text-text-1 font-mono",children:[b,"@",g,":",w]})]}),j&&t.jsxs("div",{className:"flex items-center justify-between",children:[t.jsx("span",{className:"text-text-3",children:"SSH Key"}),t.jsx("span",{className:"text-text-1 font-mono truncate max-w-40",children:j})]}),t.jsxs("div",{className:"flex items-center justify-between",children:[t.jsx("span",{className:"text-text-3",children:"Auto-start"}),t.jsx("span",{className:"text-text-1",children:_?"On":"Off"})]}),t.jsxs("div",{className:"flex items-center justify-between",children:[t.jsx("span",{className:"text-text-3",children:"Auto-connect"}),t.jsx("span",{className:"text-text-1",children:V?"On":"Off"})]})]})]})]}),t.jsxs("div",{className:"flex items-center justify-between mt-4",children:[t.jsx(ue,{variant:"ghost",size:"sm",onClick:d===0||d===3?i:U,className:"h-8 text-xs px-4 text-text-3",children:d===0?"Cancel":d===3?"Done":"Back"}),d<3&&t.jsx("div",{className:"flex gap-2",children:d===2?t.jsxs(ue,{variant:"primary",size:"sm",onClick:pe,disabled:T||oe,className:"h-8 text-xs px-4 gap-1.5",children:[T?t.jsx(Ae,{size:12,className:"animate-spin"}):t.jsx($t,{size:12}),T?"Connecting...":"Connect"]}):d===1?t.jsx(ue,{variant:"primary",size:"sm",onClick:he,disabled:oe,className:"h-8 text-xs px-4",children:oe?"Saving...":"Next"}):t.jsx(ue,{variant:"primary",size:"sm",onClick:Y,disabled:!K(),className:"h-8 text-xs px-4",children:"Next"})})]})]})}function p9e(){const e=R(k=>k.quickConnectOpen),n=R(k=>k.toggleQuickConnect),o=R(k=>k.savedTunnels),c=R(k=>k.addToast),[i,d]=O.useState(null),[u,p]=O.useState(!1),f=O.useRef(null);if(!e)return null;async function x(k){d(k);try{await R.getState().connectTunnel(k),n()}catch(b){c("error","Connection failed",(b==null?void 0:b.message)||"Unknown error")}d(null)}function v(k){var b,M;if((M=(b=window.groove)==null?void 0:b.remote)!=null&&M.openWindow)window.groove.remote.openWindow(k.localPort,k.name);else{const w=encodeURIComponent(k.name);window.open(`http://localhost:${k.localPort}?instance=${w}`,"_blank")}n()}function g(){p(!1),n()}return t.jsxs(t.Fragment,{children:[t.jsx("div",{className:"fixed inset-0 z-50 bg-black/40 backdrop-blur-sm",onClick:g}),t.jsx(Wd,{children:t.jsxs(tn.div,{initial:{opacity:0,y:-20,scale:.96},animate:{opacity:1,y:0,scale:1},exit:{opacity:0,y:-10,scale:.98},transition:{duration:.15},className:te("fixed top-[15%] left-1/2 -translate-x-1/2 z-50 bg-surface-1 border border-border rounded-lg shadow-2xl overflow-hidden",u?"w-[520px]":"w-[400px]"),children:[t.jsxs("div",{className:"flex items-center justify-between px-4 py-3 border-b border-border-subtle",children:[t.jsxs("div",{className:"flex items-center gap-2",children:[u&&t.jsx("button",{onClick:()=>p(!1),className:"p-1 -ml-1 text-text-4 hover:text-text-1 cursor-pointer transition-colors",children:t.jsx(Nd,{size:14})}),t.jsx(Fa,{size:15,className:"text-accent"}),t.jsx("span",{className:"text-sm font-semibold text-text-0 font-sans",children:u?"Add Connection":"Quick Connect"})]}),t.jsx("button",{onClick:g,className:"p-1 text-text-4 hover:text-text-1 cursor-pointer transition-colors",children:t.jsx(nt,{size:14})})]}),u?t.jsx(u9e,{server:null,onSave:async k=>{const b=k.id||f.current;if(b)await R.getState().updateTunnel(b,k),c("success","Server updated");else{const M=await R.getState().saveTunnel(k);M!=null&&M.id&&(f.current=M.id),c("success","Server added")}},onTest:()=>{const k=f.current;if(k)return R.getState().testTunnel(k)},onConnect:()=>{const k=f.current;if(k)return R.getState().connectTunnel(k)},onCancel:()=>{f.current=null,p(!1)}}):t.jsxs(t.Fragment,{children:[t.jsx("div",{className:"overflow-y-auto max-h-[320px] py-1",children:o.length===0?t.jsxs("div",{className:"px-4 py-8 text-center",children:[t.jsx(Ct,{size:24,className:"text-text-4 mx-auto mb-2"}),t.jsx("p",{className:"text-sm text-text-3 font-sans",children:"No saved servers"}),t.jsx("p",{className:"text-2xs text-text-4 font-sans mt-1",children:"Add a connection to get started."}),t.jsxs(ue,{variant:"primary",size:"sm",onClick:()=>{f.current=null,p(!0)},className:"h-8 text-xs gap-1.5 mt-3",children:[t.jsx(dt,{size:12})," Add Connection"]})]}):o.map(k=>t.jsxs("div",{className:te("w-full flex items-center gap-3 px-4 py-2.5 transition-colors","hover:bg-surface-5",i===k.id&&"opacity-60 pointer-events-none"),children:[t.jsx(Ct,{size:15,className:k.active?"text-success":"text-text-4"}),t.jsxs("button",{onClick:()=>k.active?v(k):x(k.id),disabled:i===k.id,className:"flex-1 min-w-0 text-left cursor-pointer",children:[t.jsxs("div",{className:"flex items-center gap-2",children:[t.jsx("span",{className:"text-sm font-medium text-text-0 font-sans truncate",children:k.name}),k.active&&t.jsx(sa,{status:"running",size:"sm"})]}),t.jsxs("span",{className:"text-2xs text-text-4 font-mono",children:[k.user,"@",k.host]})]}),t.jsx("div",{className:"flex items-center gap-1.5 flex-shrink-0",children:i===k.id?t.jsx(Ae,{size:14,className:"text-text-3 animate-spin"}):k.active?t.jsxs(t.Fragment,{children:[t.jsxs("button",{onClick:()=>v(k),className:"flex items-center gap-1 text-2xs text-success font-sans hover:text-success/80 cursor-pointer transition-colors",children:[t.jsx(Qt,{size:11})," Open"]}),t.jsx("button",{onClick:async()=>{await R.getState().disconnectTunnel(k.id),c("info","Disconnected",k.name)},className:"p-1 text-text-4 hover:text-danger cursor-pointer transition-colors rounded",title:"Disconnect",children:t.jsx(v1,{size:12})})]}):t.jsx("button",{onClick:()=>x(k.id),className:"text-2xs text-text-3 font-sans hover:text-text-1 cursor-pointer transition-colors",children:"Connect"})})]},k.id))}),t.jsx("div",{className:"px-4 py-2.5 border-t border-border-subtle",children:t.jsxs("button",{onClick:()=>{f.current=null,p(!0)},className:"flex items-center gap-1.5 text-2xs text-accent hover:text-accent/80 font-sans font-medium cursor-pointer transition-colors",children:[t.jsx(dt,{size:10})," Add new connection"]})})]})]})})]})}function f9e(e){if(!e)return"";const n=Date.now()-new Date(e).getTime(),o=Math.floor(n/6e4);if(o<1)return"just now";if(o<60)return`${o}m ago`;const c=Math.floor(o/60);return c<24?`${c}h ago`:`${Math.floor(c/24)}d ago`}function m9e(){const e=R(x=>x.showProjectPicker),n=R(x=>x.recentProjects),o=R(x=>x.setProjectDir),[c,i]=O.useState(!1),[d,u]=O.useState(null);if(!e)return null;async function p(x){u(x);try{await o(x)}catch{u(null)}}async function f(x){i(!1),await p(x)}return t.jsx("div",{className:"fixed inset-0 z-50 flex items-center justify-center bg-surface-0/90 backdrop-blur-sm",children:t.jsxs("div",{className:"w-full max-w-lg mx-4",children:[t.jsxs("div",{className:"text-center mb-8",children:[t.jsx("div",{className:"inline-flex items-center justify-center w-14 h-14 rounded-2xl bg-accent/10 mb-4",children:t.jsx(Xo,{size:28,className:"text-accent"})}),t.jsx("h1",{className:"text-xl font-semibold text-text-0 mb-1",children:"Open a project"}),t.jsx("p",{className:"text-sm text-text-3",children:"Select a working directory for this session"})]}),n.length>0&&t.jsxs("div",{className:"mb-4",children:[t.jsxs("div",{className:"flex items-center gap-2 mb-2 px-1",children:[t.jsx(qo,{size:13,className:"text-text-4"}),t.jsx("span",{className:"text-xs font-medium text-text-3 uppercase tracking-wider",children:"Recent"})]}),t.jsx("div",{className:"bg-surface-2 rounded-xl border border-border overflow-hidden",children:n.map((x,v)=>t.jsxs("button",{onClick:()=>p(x.path),disabled:d!==null,className:te("w-full flex items-center gap-3 px-4 py-3 text-left cursor-pointer","hover:bg-surface-4 transition-colors","disabled:opacity-50 disabled:cursor-wait",v<n.length-1&&"border-b border-border-subtle"),children:[t.jsx(Qd,{size:18,className:"text-warning flex-shrink-0"}),t.jsxs("div",{className:"flex-1 min-w-0",children:[t.jsx("div",{className:"text-sm font-medium text-text-0 truncate",children:x.name}),t.jsx("div",{className:"text-xs text-text-3 font-mono truncate",children:x.path})]}),t.jsxs("div",{className:"flex items-center gap-2 flex-shrink-0",children:[x.openedAt&&t.jsx("span",{className:"text-[11px] text-text-4",children:f9e(x.openedAt)}),d===x.path?t.jsx("div",{className:"w-4 h-4 border-2 border-accent border-t-transparent rounded-full animate-spin"}):t.jsx(qt,{size:14,className:"text-text-4"})]})]},x.path))})]}),t.jsxs("button",{onClick:()=>i(!0),disabled:d!==null,className:te("w-full flex items-center gap-3 px-4 py-3.5 rounded-xl cursor-pointer","bg-surface-2 border border-border border-dashed","hover:bg-surface-4 hover:border-accent/30 transition-colors","disabled:opacity-50 disabled:cursor-wait"),children:[t.jsx("div",{className:"flex items-center justify-center w-9 h-9 rounded-lg bg-accent/10",children:t.jsx(dt,{size:18,className:"text-accent"})}),t.jsxs("div",{className:"text-left",children:[t.jsx("div",{className:"text-sm font-medium text-text-0",children:"Open Folder"}),t.jsx("div",{className:"text-xs text-text-3",children:"Browse the filesystem"})]})]}),t.jsx(F2,{open:c,onOpenChange:i,currentPath:"/home",onSelect:f})]})})}const nE=[],x9e=/error|crash|fail/i,Mu="rgba(51, 175, 188, 0.15)",wu="h-[2px]";function y9e(e){if(!e||e==="auto")return"auto";const n=e.match(/^claude-(opus|sonnet|haiku)-(\d+)-(\d+)(?:-\d+)?$/);return n?`${n[1][0].toUpperCase()+n[1].slice(1)} ${n[2]}.${n[3]}`:e.startsWith("gemini-")?e.replace("gemini-","Gemini ").replace("-preview","").replace("-flash-lite"," Flash Lite").replace("-flash"," Flash").replace("-pro"," Pro"):e.startsWith("gpt-")?e.toUpperCase().replace("GPT-","GPT-"):e}function O9e(e){if(!e||e.length<2)return null;const n=e.slice(-10),o=(n[n.length-1].t-n[0].t)/6e4;return o<=0?null:(n[n.length-1].v-n[0].v)/o}function g9e(e){return e>=70?"var(--color-success)":e>=40?"var(--color-warning)":"var(--color-danger)"}function k9e(e){return e>=60?"var(--color-success)":e>=30?"var(--color-warning)":"var(--color-danger)"}const v9e={running:"LIVE",starting:"INIT",stopped:"IDLE",crashed:"ERR",completed:"DONE",killed:"KILL",rotating:"ROT"},hD=O.memo(({data:e,selected:n})=>{const{agent:o}=e,c=o.status==="running"||o.status==="starting",i=Math.round((o.contextUsage||0)*100),d=qP(o.status),u=o.tokensUsed||0,p=O.useRef(null),f=R(Q=>!!Q.expandedNodes[o.id]),x=R(Q=>Q.toggleNodeExpanded);O.useEffect(()=>{var V;const Q=(V=p.current)==null?void 0:V.closest(".react-flow__node");Q&&(Q.style.zIndex=f?"1000":"")},[f]);const v=R(Q=>Q.activityLog[o.id])||nE,g=R(Q=>Q.tokenTimeline[o.id])||nE,k=O9e(g),b=O.useMemo(()=>v.filter(Q=>x9e.test(Q.text)).length,[v]),M=i>75?"var(--color-danger)":i>50?"var(--color-warning)":"var(--color-success)",w=o.qualityScore!=null?Math.round(o.qualityScore):null,N=w!=null?g9e(w):null,j=o.efficiency!=null?o.efficiency:null,C=j!=null?k9e(j):null,_=o.durationMs?o.durationMs/1e3:o.spawnedAt?(Date.now()-new Date(o.spawnedAt).getTime())/1e3:o.createdAt?(Date.now()-new Date(o.createdAt).getTime())/1e3:0;return t.jsx("div",{ref:p,children:t.jsxs("div",{className:`w-[220px] overflow-hidden rounded-[4px] transition-all duration-200 ease-out bg-[#1c1f26] hover:bg-[#141720] border border-solid ${n?"border-[#2e323a]":"border-[#262a32]"} hover:border-[#2e3640]`,children:[t.jsx(Lo,{id:"top",type:"target",position:zo.Top,className:"!w-1 !h-1 !bg-transparent !border-0"}),t.jsx(Lo,{id:"bottom",type:"target",position:zo.Bottom,className:"!w-1 !h-1 !bg-transparent !border-0"}),t.jsx(Lo,{id:"left",type:"target",position:zo.Left,className:"!w-1 !h-1 !bg-transparent !border-0"}),t.jsx(Lo,{id:"right",type:"target",position:zo.Right,className:"!w-1 !h-1 !bg-transparent !border-0"}),c&&t.jsx("div",{className:"absolute inset-0 overflow-hidden pointer-events-none",style:{borderRadius:3},children:t.jsx("div",{className:"absolute left-0 right-0 h-px",style:{background:"linear-gradient(90deg, transparent 0%, rgba(97,175,239,0.25) 50%, transparent 100%)",animation:"node-scan 3s ease-in-out infinite"}})}),t.jsxs("div",{className:"px-3 pt-2.5 pb-1.5",children:[t.jsxs("div",{className:"flex items-center gap-2",children:[t.jsxs("span",{className:"relative flex-shrink-0 w-[6px] h-[6px]",children:[t.jsx("span",{className:"absolute inset-0 rounded-sm",style:{background:d}}),c&&t.jsx("span",{className:"absolute inset-[-2px] rounded-sm",style:{background:d,opacity:.15,animation:"node-pulse-bar 2s ease-in-out infinite"}})]}),t.jsx("span",{className:"text-[12px] font-semibold text-[#e6e6e6] font-sans truncate flex-1 leading-none",children:o.name}),t.jsx("span",{className:"text-[7px] font-mono font-bold uppercase tracking-wider px-1 py-px rounded-sm",style:{color:d,background:d+"12"},children:v9e[o.status]||o.status}),t.jsx("button",{className:"text-[#505862] hover:text-[#8b929e] cursor-pointer transition-colors flex-shrink-0",onClick:Q=>{Q.stopPropagation(),x(o.id)},children:f?t.jsx(nt,{size:10}):t.jsx(Ad,{size:10})})]}),t.jsxs("div",{className:"flex items-center gap-1.5 mt-1.5",children:[t.jsx("span",{className:"text-[9px] font-mono text-[#505862] uppercase tracking-[0.05em]",children:o.role}),t.jsx("span",{className:"text-[9px] text-[#2a2e36]",children:"/"}),t.jsx("span",{className:"text-[9px] font-mono text-[#505862]",children:y9e(o.model)})]})]}),t.jsxs("div",{className:"px-3 pt-1 pb-2",children:[t.jsxs("div",{className:"flex items-baseline gap-1.5",children:[t.jsx("span",{className:"text-[14px] font-mono font-medium text-[#bcc2cd] leading-none",children:st(u)}),t.jsx("span",{className:"text-[8px] font-mono text-[#505862]",children:"tok"}),t.jsx("span",{className:"flex-1"}),t.jsxs("span",{className:"text-[9px] font-mono text-[#505862]",children:[i,"%"]})]}),t.jsx("div",{className:`mt-1.5 ${wu} rounded-sm overflow-hidden`,style:{background:Mu},children:t.jsx("div",{className:"h-full rounded-sm transition-all duration-700",style:{width:`${Math.max(i,1)}%`,background:i>80?"var(--color-danger)":i>60?"var(--color-warning)":"var(--color-accent)"}})})]}),t.jsx("div",{className:"grid transition-[grid-template-rows] duration-200 ease-out",style:{gridTemplateRows:f?"1fr":"0fr"},children:t.jsxs("div",{className:"overflow-hidden",children:[t.jsx("div",{className:"mx-3 border-t border-white/[0.04]"}),t.jsxs("div",{className:"px-3 pt-1.5 pb-1",children:[t.jsxs("div",{className:"flex items-center justify-between mb-1",children:[t.jsx("span",{className:"text-[9px] font-mono text-[#505862] uppercase tracking-wider",children:"Context"}),(o.rotations||0)>0&&t.jsxs("span",{className:"text-[8px] font-mono text-[#606878] bg-white/[0.04] rounded px-1 py-px",children:[o.rotations,"x rot"]})]}),t.jsxs("div",{className:"flex items-center gap-2",children:[t.jsx("div",{className:`flex-1 ${wu} rounded-sm overflow-hidden`,style:{background:Mu},children:t.jsx("div",{className:"h-full rounded-sm transition-all duration-500",style:{width:`${Math.max(i,1)}%`,background:M}})}),t.jsxs("span",{className:"text-[9px] font-mono font-medium",style:{color:M},children:[i,"%"]})]})]}),t.jsxs("div",{className:"px-3 pt-1 pb-1",children:[t.jsx("span",{className:"text-[9px] font-mono text-[#505862] uppercase tracking-wider",children:"Quality"}),t.jsxs("div",{className:"flex items-center gap-2 mt-1",children:[t.jsx("div",{className:`flex-1 ${wu} rounded-sm overflow-hidden`,style:{background:Mu},children:t.jsx("div",{className:"h-full rounded-sm transition-all duration-500",style:{width:`${w!=null?Math.max(w,1):0}%`,background:N||"#505862"}})}),t.jsx("span",{className:"text-[9px] font-mono font-medium",style:{color:N||"#505862"},children:w??"—"})]})]}),t.jsxs("div",{className:"px-3 pt-1 pb-1",children:[t.jsx("span",{className:"text-[9px] font-mono text-[#505862] uppercase tracking-wider",children:"Efficiency"}),t.jsxs("div",{className:"flex items-center gap-2 mt-1",children:[t.jsx("div",{className:`flex-1 ${wu} rounded-sm overflow-hidden`,style:{background:Mu},children:t.jsx("div",{className:"h-full rounded-sm transition-all duration-500",style:{width:`${j!=null?Math.max(j,1):0}%`,background:C||"#505862"}})}),t.jsx("span",{className:"text-[9px] font-mono font-medium",style:{color:C||"#505862"},children:j!=null?`${j}%`:"—"})]})]}),t.jsx("div",{className:"px-3 pt-1 pb-1",children:t.jsxs("div",{className:"grid grid-cols-3 gap-1",children:[t.jsxs("div",{children:[t.jsx("div",{className:"text-[9px] font-mono font-medium text-[#bcc2cd]",children:Ko(o.costUsd||0)}),t.jsx("div",{className:"text-[7px] font-mono text-[#505862]",children:"cost"})]}),t.jsxs("div",{children:[t.jsx("div",{className:"text-[9px] font-mono font-medium text-[#bcc2cd]",children:k?st(Math.round(k)):"—"}),t.jsx("div",{className:"text-[7px] font-mono text-[#505862]",children:"tok/m"})]}),t.jsxs("div",{children:[t.jsx("div",{className:"text-[9px] font-mono font-medium text-[#bcc2cd]",children:o.turns||0}),t.jsx("div",{className:"text-[7px] font-mono text-[#505862]",children:"turns"})]})]})}),t.jsx("div",{className:"px-3 pt-1 pb-2",children:t.jsxs("div",{className:"flex items-center gap-3",children:[t.jsxs("div",{className:"flex items-center gap-1",children:[t.jsx("span",{className:"text-[9px] font-mono text-[#8b929e]",children:Y2(Math.max(0,Math.floor(_)))}),t.jsx("span",{className:"text-[7px] font-mono text-[#505862]",children:"up"})]}),t.jsxs("div",{className:"flex items-center gap-1",children:[b>0?t.jsx("span",{className:"text-[9px] font-mono text-[var(--color-danger)]",children:b}):t.jsx("span",{className:"text-[9px] font-mono text-[#505862]",children:"0"}),t.jsx("span",{className:"text-[7px] font-mono text-[#505862]",children:"err"})]})]})})]})})]})})});hD.displayName="AgentNode";const uD=O.memo(({data:e})=>{const{agentCount:n,runningCount:o}=e,c=o>0,i={background:"transparent",border:0,width:2,height:2};return t.jsxs("div",{className:"relative flex items-center justify-center",style:{width:84,height:84},children:[t.jsx("div",{className:te("absolute inset-0 rounded-full transition-all duration-500",c&&"animate-[spin-slow_30s_linear_infinite]"),style:{border:`1px dashed ${c?"rgba(97,175,239,0.5)":"rgba(97,175,239,0.25)"}`}}),t.jsx("div",{className:"absolute inset-[10px] rounded-full",style:{background:c?"radial-gradient(circle, rgba(97,175,239,0.15) 0%, transparent 70%)":"radial-gradient(circle, rgba(97,175,239,0.05) 0%, transparent 70%)",animation:c?"node-pulse-bar 2.5s ease-in-out infinite":"none"}}),t.jsx("div",{className:te("w-14 h-14 rounded-full flex items-center justify-center relative z-10 transition-all duration-300",c?"bg-[#1c1f26] border-2 border-[#61afef]/35 shadow-[0_0_28px_rgba(97,175,239,0.15)]":"bg-[#1c1f26] border border-[#61afef]/20"),children:t.jsx("img",{src:"/favicon.png",alt:"G",className:te("h-7 w-7 rounded-full transition-opacity",c?"opacity-90":"opacity-60")})}),n>0&&t.jsx("div",{className:te("absolute z-20 min-w-[20px] h-[20px] rounded-sm flex items-center justify-center","text-[10px] font-mono font-bold px-1 transition-all duration-300",c?"bg-[#1c1f26] text-[#61afef] border border-[#61afef]/40":"bg-[#1c1f26] text-[#61afef]/60 border border-[#61afef]/20"),style:{bottom:2,right:2},children:n}),t.jsx(Lo,{id:"bottom",type:"source",position:zo.Bottom,style:i}),t.jsx(Lo,{id:"right",type:"source",position:zo.Right,style:i}),t.jsx(Lo,{id:"left",type:"source",position:zo.Left,style:i}),t.jsx(Lo,{id:"top",type:"source",position:zo.Top,style:i})]})});uD.displayName="RootNode";const b9e={default:"bg-surface-4 text-text-2",accent:"bg-accent/12 text-accent",success:"bg-success/12 text-success",warning:"bg-warning/12 text-warning",danger:"bg-danger/12 text-danger",info:"bg-info/12 text-info",purple:"bg-purple/12 text-purple",orange:"bg-orange/12 text-orange"};function ve({children:e,variant:n="default",className:o,dot:c,...i}){return t.jsxs("span",{className:te("inline-flex items-center gap-1 px-1.5 py-0.5","text-2xs font-semibold uppercase tracking-wider rounded","font-sans select-none whitespace-nowrap",b9e[n],o),...i,children:[c&&t.jsx("span",{className:te("w-1.5 h-1.5 rounded-full",c==="pulse"&&"animate-pulse"),style:{background:"currentColor"}}),e]})}function pD(e){const n=e+"CollectionProvider",[o,c]=Hs(n),[i,d]=o(n,{collectionRef:{current:null},itemMap:new Map}),u=w=>{const{scope:N,children:j}=w,C=wo.useRef(null),_=wo.useRef(new Map).current;return t.jsx(i,{scope:N,itemMap:_,collectionRef:C,children:j})};u.displayName=n;const p=e+"CollectionSlot",f=A2(p),x=wo.forwardRef((w,N)=>{const{scope:j,children:C}=w,_=d(p,j),Q=ht(N,_.collectionRef);return t.jsx(f,{ref:Q,children:C})});x.displayName=p;const v=e+"CollectionItemSlot",g="data-radix-collection-item",k=A2(v),b=wo.forwardRef((w,N)=>{const{scope:j,children:C,..._}=w,Q=wo.useRef(null),V=ht(N,Q),A=d(v,j);return wo.useEffect(()=>(A.itemMap.set(Q,{ref:Q,..._}),()=>void A.itemMap.delete(Q))),t.jsx(k,{[g]:"",ref:V,children:C})});b.displayName=v;function M(w){const N=d(e+"CollectionConsumer",w);return wo.useCallback(()=>{const C=N.collectionRef.current;if(!C)return[];const _=Array.from(C.querySelectorAll(`[${g}]`));return Array.from(N.itemMap.values()).sort((A,P)=>_.indexOf(A.ref.current)-_.indexOf(P.ref.current))},[N.collectionRef,N.itemMap])}return[{Provider:u,Slot:x,ItemSlot:b},M,c]}var M9e=O.createContext(void 0);function RQ(e){const n=O.useContext(M9e);return e||n||"ltr"}var wT="rovingFocusGroup.onEntryFocus",w9e={bubbles:!1,cancelable:!0},K2="RovingFocusGroup",[iP,fD,j9e]=pD(K2),[S9e,VQ]=Hs(K2,[j9e]),[N9e,_9e]=S9e(K2),mD=O.forwardRef((e,n)=>t.jsx(iP.Provider,{scope:e.__scopeRovingFocusGroup,children:t.jsx(iP.Slot,{scope:e.__scopeRovingFocusGroup,children:t.jsx($9e,{...e,ref:n})})}));mD.displayName=K2;var $9e=O.forwardRef((e,n)=>{const{__scopeRovingFocusGroup:o,orientation:c,loop:i=!1,dir:d,currentTabStopId:u,defaultCurrentTabStopId:p,onCurrentTabStopIdChange:f,onEntryFocus:x,preventScrollOnEntryFocus:v=!1,...g}=e,k=O.useRef(null),b=ht(n,k),M=RQ(d),[w,N]=TQ({prop:u,defaultProp:p??null,onChange:f,caller:K2}),[j,C]=O.useState(!1),_=Dt(x),Q=fD(o),V=O.useRef(!1),[A,P]=O.useState(0);return O.useEffect(()=>{const z=k.current;if(z)return z.addEventListener(wT,_),()=>z.removeEventListener(wT,_)},[_]),t.jsx(N9e,{scope:o,orientation:c,dir:M,loop:i,currentTabStopId:w,onItemFocus:O.useCallback(z=>N(z),[N]),onItemShiftTab:O.useCallback(()=>C(!0),[]),onFocusableItemAdd:O.useCallback(()=>P(z=>z+1),[]),onFocusableItemRemove:O.useCallback(()=>P(z=>z-1),[]),children:t.jsx(Ye.div,{tabIndex:j||A===0?-1:0,"data-orientation":c,...g,ref:b,style:{outline:"none",...e.style},onMouseDown:$e(e.onMouseDown,()=>{V.current=!0}),onFocus:$e(e.onFocus,z=>{const F=!V.current;if(z.target===z.currentTarget&&F&&!j){const q=new CustomEvent(wT,w9e);if(z.currentTarget.dispatchEvent(q),!q.defaultPrevented){const ce=Q().filter(L=>L.focusable),ne=ce.find(L=>L.active),oe=ce.find(L=>L.id===w),T=[ne,oe,...ce].filter(Boolean).map(L=>L.ref.current);OD(T,v)}}V.current=!1}),onBlur:$e(e.onBlur,()=>C(!1))})})}),xD="RovingFocusGroupItem",yD=O.forwardRef((e,n)=>{const{__scopeRovingFocusGroup:o,focusable:c=!0,active:i=!1,tabStopId:d,children:u,...p}=e,f=jd(),x=d||f,v=_9e(xD,o),g=v.currentTabStopId===x,k=fD(o),{onFocusableItemAdd:b,onFocusableItemRemove:M,currentTabStopId:w}=v;return O.useEffect(()=>{if(c)return b(),()=>M()},[c,b,M]),t.jsx(iP.ItemSlot,{scope:o,id:x,focusable:c,active:i,children:t.jsx(Ye.span,{tabIndex:g?0:-1,"data-orientation":v.orientation,...p,ref:n,onMouseDown:$e(e.onMouseDown,N=>{c?v.onItemFocus(x):N.preventDefault()}),onFocus:$e(e.onFocus,()=>v.onItemFocus(x)),onKeyDown:$e(e.onKeyDown,N=>{if(N.key==="Tab"&&N.shiftKey){v.onItemShiftTab();return}if(N.target!==N.currentTarget)return;const j=L9e(N,v.orientation,v.dir);if(j!==void 0){if(N.metaKey||N.ctrlKey||N.altKey||N.shiftKey)return;N.preventDefault();let _=k().filter(Q=>Q.focusable).map(Q=>Q.ref.current);if(j==="last")_.reverse();else if(j==="prev"||j==="next"){j==="prev"&&_.reverse();const Q=_.indexOf(N.currentTarget);_=v.loop?z9e(_,Q+1):_.slice(Q+1)}setTimeout(()=>OD(_))}}),children:typeof u=="function"?u({isCurrentTabStop:g,hasTabStop:w!=null}):u})})});yD.displayName=xD;var C9e={ArrowLeft:"prev",ArrowUp:"prev",ArrowRight:"next",ArrowDown:"next",PageUp:"first",Home:"first",PageDown:"last",End:"last"};function Q9e(e,n){return n!=="rtl"?e:e==="ArrowLeft"?"ArrowRight":e==="ArrowRight"?"ArrowLeft":e}function L9e(e,n,o){const c=Q9e(e.key,o);if(!(n==="vertical"&&["ArrowLeft","ArrowRight"].includes(c))&&!(n==="horizontal"&&["ArrowUp","ArrowDown"].includes(c)))return C9e[c]}function OD(e,n=!1){const o=document.activeElement;for(const c of e)if(c===o||(c.focus({preventScroll:n}),document.activeElement!==o))return}function z9e(e,n){return e.map((o,c)=>e[(n+c)%e.length])}var gD=mD,kD=yD,rP=["Enter"," "],T9e=["ArrowDown","PageUp","Home"],vD=["ArrowUp","PageDown","End"],P9e=[...T9e,...vD],A9e={ltr:[...rP,"ArrowRight"],rtl:[...rP,"ArrowLeft"]},q9e={ltr:["ArrowLeft"],rtl:["ArrowRight"]},J2="Menu",[R2,I9e,R9e]=pD(J2),[Q1,bD]=Hs(J2,[R9e,LQ,VQ]),EQ=LQ(),MD=VQ(),[V9e,L1]=Q1(J2),[E9e,eh]=Q1(J2),wD=e=>{const{__scopeMenu:n,open:o=!1,children:c,dir:i,onOpenChange:d,modal:u=!0}=e,p=EQ(n),[f,x]=O.useState(null),v=O.useRef(!1),g=Dt(d),k=RQ(i);return O.useEffect(()=>{const b=()=>{v.current=!0,document.addEventListener("pointerdown",M,{capture:!0,once:!0}),document.addEventListener("pointermove",M,{capture:!0,once:!0})},M=()=>v.current=!1;return document.addEventListener("keydown",b,{capture:!0}),()=>{document.removeEventListener("keydown",b,{capture:!0}),document.removeEventListener("pointerdown",M,{capture:!0}),document.removeEventListener("pointermove",M,{capture:!0})}},[]),t.jsx(fZ,{...p,children:t.jsx(V9e,{scope:n,open:o,onOpenChange:g,content:f,onContentChange:x,children:t.jsx(E9e,{scope:n,onClose:O.useCallback(()=>g(!1),[g]),isUsingKeyboardRef:v,dir:k,modal:u,children:c})})})};wD.displayName=J2;var X9e="MenuAnchor",ZP=O.forwardRef((e,n)=>{const{__scopeMenu:o,...c}=e,i=EQ(o);return t.jsx(mZ,{...i,...c,ref:n})});ZP.displayName=X9e;var DP="MenuPortal",[Z9e,jD]=Q1(DP,{forceMount:void 0}),SD=e=>{const{__scopeMenu:n,forceMount:o,children:c,container:i}=e,d=L1(DP,n);return t.jsx(Z9e,{scope:n,forceMount:o,children:t.jsx(oa,{present:o||d.open,children:t.jsx(zQ,{asChild:!0,container:i,children:c})})})};SD.displayName=DP;var en="MenuContent",[D9e,HP]=Q1(en),ND=O.forwardRef((e,n)=>{const o=jD(en,e.__scopeMenu),{forceMount:c=o.forceMount,...i}=e,d=L1(en,e.__scopeMenu),u=eh(en,e.__scopeMenu);return t.jsx(R2.Provider,{scope:e.__scopeMenu,children:t.jsx(oa,{present:c||d.open,children:t.jsx(R2.Slot,{scope:e.__scopeMenu,children:u.modal?t.jsx(H9e,{...i,ref:n}):t.jsx(U9e,{...i,ref:n})})})})}),H9e=O.forwardRef((e,n)=>{const o=L1(en,e.__scopeMenu),c=O.useRef(null),i=ht(n,c);return O.useEffect(()=>{const d=c.current;if(d)return XZ(d)},[]),t.jsx(UP,{...e,ref:i,trapFocus:o.open,disableOutsidePointerEvents:o.open,disableOutsideScroll:!0,onFocusOutside:$e(e.onFocusOutside,d=>d.preventDefault(),{checkForDefaultPrevented:!1}),onDismiss:()=>o.onOpenChange(!1)})}),U9e=O.forwardRef((e,n)=>{const o=L1(en,e.__scopeMenu);return t.jsx(UP,{...e,ref:n,trapFocus:!1,disableOutsidePointerEvents:!1,disableOutsideScroll:!1,onDismiss:()=>o.onOpenChange(!1)})}),G9e=A2("MenuContent.ScrollLock"),UP=O.forwardRef((e,n)=>{const{__scopeMenu:o,loop:c=!1,trapFocus:i,onOpenAutoFocus:d,onCloseAutoFocus:u,disableOutsidePointerEvents:p,onEntryFocus:f,onEscapeKeyDown:x,onPointerDownOutside:v,onFocusOutside:g,onInteractOutside:k,onDismiss:b,disableOutsideScroll:M,...w}=e,N=L1(en,o),j=eh(en,o),C=EQ(o),_=MD(o),Q=I9e(o),[V,A]=O.useState(null),P=O.useRef(null),z=ht(n,P,N.onContentChange),F=O.useRef(0),q=O.useRef(""),ce=O.useRef(0),ne=O.useRef(null),oe=O.useRef("right"),E=O.useRef(0),T=M?RP:O.Fragment,L=M?{as:G9e,allowPinchZoom:!0}:void 0,X=Y=>{var ke,ct;const U=q.current+Y,fe=Q().filter(Le=>!Le.disabled),he=document.activeElement,pe=(ke=fe.find(Le=>Le.ref.current===he))==null?void 0:ke.textValue,Oe=fe.map(Le=>Le.textValue),Se=oMe(Oe,U,pe),de=(ct=fe.find(Le=>Le.textValue===Se))==null?void 0:ct.ref.current;(function Le(gt){q.current=gt,window.clearTimeout(F.current),gt!==""&&(F.current=window.setTimeout(()=>Le(""),1e3))})(U),de&&setTimeout(()=>de.focus())};O.useEffect(()=>()=>window.clearTimeout(F.current),[]),zZ();const K=O.useCallback(Y=>{var fe,he;return oe.current===((fe=ne.current)==null?void 0:fe.side)&&iMe(Y,(he=ne.current)==null?void 0:he.area)},[]);return t.jsx(D9e,{scope:o,searchRef:q,onItemEnter:O.useCallback(Y=>{K(Y)&&Y.preventDefault()},[K]),onItemLeave:O.useCallback(Y=>{var U;K(Y)||((U=P.current)==null||U.focus(),A(null))},[K]),onTriggerLeave:O.useCallback(Y=>{K(Y)&&Y.preventDefault()},[K]),pointerGraceTimerRef:ce,onPointerGraceIntentChange:O.useCallback(Y=>{ne.current=Y},[]),children:t.jsx(T,{...L,children:t.jsx(IP,{asChild:!0,trapped:i,onMountAutoFocus:$e(d,Y=>{var U;Y.preventDefault(),(U=P.current)==null||U.focus({preventScroll:!0})}),onUnmountAutoFocus:u,children:t.jsx(NQ,{asChild:!0,disableOutsidePointerEvents:p,onEscapeKeyDown:x,onPointerDownOutside:v,onFocusOutside:g,onInteractOutside:k,onDismiss:b,children:t.jsx(gD,{asChild:!0,..._,dir:j.dir,orientation:"vertical",loop:c,currentTabStopId:V,onCurrentTabStopIdChange:A,onEntryFocus:$e(f,Y=>{j.isUsingKeyboardRef.current||Y.preventDefault()}),preventScrollOnEntryFocus:!0,children:t.jsx(xZ,{role:"menu","aria-orientation":"vertical","data-state":ZD(N.open),"data-radix-menu-content":"",dir:j.dir,...C,...w,ref:z,style:{outline:"none",...w.style},onKeyDown:$e(w.onKeyDown,Y=>{const fe=Y.target.closest("[data-radix-menu-content]")===Y.currentTarget,he=Y.ctrlKey||Y.altKey||Y.metaKey,pe=Y.key.length===1;fe&&(Y.key==="Tab"&&Y.preventDefault(),!he&&pe&&X(Y.key));const Oe=P.current;if(Y.target!==Oe||!P9e.includes(Y.key))return;Y.preventDefault();const de=Q().filter(ke=>!ke.disabled).map(ke=>ke.ref.current);vD.includes(Y.key)&&de.reverse(),nMe(de)}),onBlur:$e(e.onBlur,Y=>{Y.currentTarget.contains(Y.target)||(window.clearTimeout(F.current),q.current="")}),onPointerMove:$e(e.onPointerMove,V2(Y=>{const U=Y.target,fe=E.current!==Y.clientX;if(Y.currentTarget.contains(U)&&fe){const he=Y.clientX>E.current?"right":"left";oe.current=he,E.current=Y.clientX}}))})})})})})})});ND.displayName=en;var B9e="MenuGroup",GP=O.forwardRef((e,n)=>{const{__scopeMenu:o,...c}=e;return t.jsx(Ye.div,{role:"group",...c,ref:n})});GP.displayName=B9e;var W9e="MenuLabel",_D=O.forwardRef((e,n)=>{const{__scopeMenu:o,...c}=e;return t.jsx(Ye.div,{...c,ref:n})});_D.displayName=W9e;var dQ="MenuItem",sE="menu.itemSelect",XQ=O.forwardRef((e,n)=>{const{disabled:o=!1,onSelect:c,...i}=e,d=O.useRef(null),u=eh(dQ,e.__scopeMenu),p=HP(dQ,e.__scopeMenu),f=ht(n,d),x=O.useRef(!1),v=()=>{const g=d.current;if(!o&&g){const k=new CustomEvent(sE,{bubbles:!0,cancelable:!0});g.addEventListener(sE,b=>c==null?void 0:c(b),{once:!0}),DX(g,k),k.defaultPrevented?x.current=!1:u.onClose()}};return t.jsx($D,{...i,ref:f,disabled:o,onClick:$e(e.onClick,v),onPointerDown:g=>{var k;(k=e.onPointerDown)==null||k.call(e,g),x.current=!0},onPointerUp:$e(e.onPointerUp,g=>{var k;x.current||(k=g.currentTarget)==null||k.click()}),onKeyDown:$e(e.onKeyDown,g=>{const k=p.searchRef.current!=="";o||k&&g.key===" "||rP.includes(g.key)&&(g.currentTarget.click(),g.preventDefault())})})});XQ.displayName=dQ;var $D=O.forwardRef((e,n)=>{const{__scopeMenu:o,disabled:c=!1,textValue:i,...d}=e,u=HP(dQ,o),p=MD(o),f=O.useRef(null),x=ht(n,f),[v,g]=O.useState(!1),[k,b]=O.useState("");return O.useEffect(()=>{const M=f.current;M&&b((M.textContent??"").trim())},[d.children]),t.jsx(R2.ItemSlot,{scope:o,disabled:c,textValue:i??k,children:t.jsx(kD,{asChild:!0,...p,focusable:!c,children:t.jsx(Ye.div,{role:"menuitem","data-highlighted":v?"":void 0,"aria-disabled":c||void 0,"data-disabled":c?"":void 0,...d,ref:x,onPointerMove:$e(e.onPointerMove,V2(M=>{c?u.onItemLeave(M):(u.onItemEnter(M),M.defaultPrevented||M.currentTarget.focus({preventScroll:!0}))})),onPointerLeave:$e(e.onPointerLeave,V2(M=>u.onItemLeave(M))),onFocus:$e(e.onFocus,()=>g(!0)),onBlur:$e(e.onBlur,()=>g(!1))})})})}),Y9e="MenuCheckboxItem",CD=O.forwardRef((e,n)=>{const{checked:o=!1,onCheckedChange:c,...i}=e;return t.jsx(PD,{scope:e.__scopeMenu,checked:o,children:t.jsx(XQ,{role:"menuitemcheckbox","aria-checked":hQ(o)?"mixed":o,...i,ref:n,"data-state":WP(o),onSelect:$e(i.onSelect,()=>c==null?void 0:c(hQ(o)?!0:!o),{checkForDefaultPrevented:!1})})})});CD.displayName=Y9e;var QD="MenuRadioGroup",[F9e,K9e]=Q1(QD,{value:void 0,onValueChange:()=>{}}),LD=O.forwardRef((e,n)=>{const{value:o,onValueChange:c,...i}=e,d=Dt(c);return t.jsx(F9e,{scope:e.__scopeMenu,value:o,onValueChange:d,children:t.jsx(GP,{...i,ref:n})})});LD.displayName=QD;var zD="MenuRadioItem",TD=O.forwardRef((e,n)=>{const{value:o,...c}=e,i=K9e(zD,e.__scopeMenu),d=o===i.value;return t.jsx(PD,{scope:e.__scopeMenu,checked:d,children:t.jsx(XQ,{role:"menuitemradio","aria-checked":d,...c,ref:n,"data-state":WP(d),onSelect:$e(c.onSelect,()=>{var u;return(u=i.onValueChange)==null?void 0:u.call(i,o)},{checkForDefaultPrevented:!1})})})});TD.displayName=zD;var BP="MenuItemIndicator",[PD,J9e]=Q1(BP,{checked:!1}),AD=O.forwardRef((e,n)=>{const{__scopeMenu:o,forceMount:c,...i}=e,d=J9e(BP,o);return t.jsx(oa,{present:c||hQ(d.checked)||d.checked===!0,children:t.jsx(Ye.span,{...i,ref:n,"data-state":WP(d.checked)})})});AD.displayName=BP;var eMe="MenuSeparator",qD=O.forwardRef((e,n)=>{const{__scopeMenu:o,...c}=e;return t.jsx(Ye.div,{role:"separator","aria-orientation":"horizontal",...c,ref:n})});qD.displayName=eMe;var tMe="MenuArrow",ID=O.forwardRef((e,n)=>{const{__scopeMenu:o,...c}=e,i=EQ(o);return t.jsx(yZ,{...i,...c,ref:n})});ID.displayName=tMe;var aMe="MenuSub",[OLe,RD]=Q1(aMe),F0="MenuSubTrigger",VD=O.forwardRef((e,n)=>{const o=L1(F0,e.__scopeMenu),c=eh(F0,e.__scopeMenu),i=RD(F0,e.__scopeMenu),d=HP(F0,e.__scopeMenu),u=O.useRef(null),{pointerGraceTimerRef:p,onPointerGraceIntentChange:f}=d,x={__scopeMenu:e.__scopeMenu},v=O.useCallback(()=>{u.current&&window.clearTimeout(u.current),u.current=null},[]);return O.useEffect(()=>v,[v]),O.useEffect(()=>{const g=p.current;return()=>{window.clearTimeout(g),f(null)}},[p,f]),t.jsx(ZP,{asChild:!0,...x,children:t.jsx($D,{id:i.triggerId,"aria-haspopup":"menu","aria-expanded":o.open,"aria-controls":i.contentId,"data-state":ZD(o.open),...e,ref:SP(n,i.onTriggerChange),onClick:g=>{var k;(k=e.onClick)==null||k.call(e,g),!(e.disabled||g.defaultPrevented)&&(g.currentTarget.focus(),o.open||o.onOpenChange(!0))},onPointerMove:$e(e.onPointerMove,V2(g=>{d.onItemEnter(g),!g.defaultPrevented&&!e.disabled&&!o.open&&!u.current&&(d.onPointerGraceIntentChange(null),u.current=window.setTimeout(()=>{o.onOpenChange(!0),v()},100))})),onPointerLeave:$e(e.onPointerLeave,V2(g=>{var b,M;v();const k=(b=o.content)==null?void 0:b.getBoundingClientRect();if(k){const w=(M=o.content)==null?void 0:M.dataset.side,N=w==="right",j=N?-5:5,C=k[N?"left":"right"],_=k[N?"right":"left"];d.onPointerGraceIntentChange({area:[{x:g.clientX+j,y:g.clientY},{x:C,y:k.top},{x:_,y:k.top},{x:_,y:k.bottom},{x:C,y:k.bottom}],side:w}),window.clearTimeout(p.current),p.current=window.setTimeout(()=>d.onPointerGraceIntentChange(null),300)}else{if(d.onTriggerLeave(g),g.defaultPrevented)return;d.onPointerGraceIntentChange(null)}})),onKeyDown:$e(e.onKeyDown,g=>{var b;const k=d.searchRef.current!=="";e.disabled||k&&g.key===" "||A9e[c.dir].includes(g.key)&&(o.onOpenChange(!0),(b=o.content)==null||b.focus(),g.preventDefault())})})})});VD.displayName=F0;var ED="MenuSubContent",XD=O.forwardRef((e,n)=>{const o=jD(en,e.__scopeMenu),{forceMount:c=o.forceMount,...i}=e,d=L1(en,e.__scopeMenu),u=eh(en,e.__scopeMenu),p=RD(ED,e.__scopeMenu),f=O.useRef(null),x=ht(n,f);return t.jsx(R2.Provider,{scope:e.__scopeMenu,children:t.jsx(oa,{present:c||d.open,children:t.jsx(R2.Slot,{scope:e.__scopeMenu,children:t.jsx(UP,{id:p.contentId,"aria-labelledby":p.triggerId,...i,ref:x,align:"start",side:u.dir==="rtl"?"left":"right",disableOutsidePointerEvents:!1,disableOutsideScroll:!1,trapFocus:!1,onOpenAutoFocus:v=>{var g;u.isUsingKeyboardRef.current&&((g=f.current)==null||g.focus()),v.preventDefault()},onCloseAutoFocus:v=>v.preventDefault(),onFocusOutside:$e(e.onFocusOutside,v=>{v.target!==p.trigger&&d.onOpenChange(!1)}),onEscapeKeyDown:$e(e.onEscapeKeyDown,v=>{u.onClose(),v.preventDefault()}),onKeyDown:$e(e.onKeyDown,v=>{var b;const g=v.currentTarget.contains(v.target),k=q9e[u.dir].includes(v.key);g&&k&&(d.onOpenChange(!1),(b=p.trigger)==null||b.focus(),v.preventDefault())})})})})})});XD.displayName=ED;function ZD(e){return e?"open":"closed"}function hQ(e){return e==="indeterminate"}function WP(e){return hQ(e)?"indeterminate":e?"checked":"unchecked"}function nMe(e){const n=document.activeElement;for(const o of e)if(o===n||(o.focus(),document.activeElement!==n))return}function sMe(e,n){return e.map((o,c)=>e[(n+c)%e.length])}function oMe(e,n,o){const i=n.length>1&&Array.from(n).every(x=>x===n[0])?n[0]:n,d=o?e.indexOf(o):-1;let u=sMe(e,Math.max(d,0));i.length===1&&(u=u.filter(x=>x!==o));const f=u.find(x=>x.toLowerCase().startsWith(i.toLowerCase()));return f!==o?f:void 0}function cMe(e,n){const{x:o,y:c}=e;let i=!1;for(let d=0,u=n.length-1;d<n.length;u=d++){const p=n[d],f=n[u],x=p.x,v=p.y,g=f.x,k=f.y;v>c!=k>c&&o<(g-x)*(c-v)/(k-v)+x&&(i=!i)}return i}function iMe(e,n){if(!n)return!1;const o={x:e.clientX,y:e.clientY};return cMe(o,n)}function V2(e){return n=>n.pointerType==="mouse"?e(n):void 0}var rMe=wD,lMe=ZP,dMe=SD,hMe=ND,uMe=GP,pMe=_D,fMe=XQ,mMe=CD,xMe=LD,yMe=TD,OMe=AD,gMe=qD,kMe=ID,vMe=VD,bMe=XD,YP="ContextMenu",[MMe]=Hs(YP,[bD]),ca=bD(),[wMe,DD]=MMe(YP),HD=e=>{const{__scopeContextMenu:n,children:o,onOpenChange:c,dir:i,modal:d=!0}=e,[u,p]=O.useState(!1),f=ca(n),x=Dt(c),v=O.useCallback(g=>{p(g),x(g)},[x]);return t.jsx(wMe,{scope:n,open:u,onOpenChange:v,modal:d,children:t.jsx(rMe,{...f,dir:i,open:u,onOpenChange:v,modal:d,children:o})})};HD.displayName=YP;var UD="ContextMenuTrigger",GD=O.forwardRef((e,n)=>{const{__scopeContextMenu:o,disabled:c=!1,...i}=e,d=DD(UD,o),u=ca(o),p=O.useRef({x:0,y:0}),f=O.useRef({getBoundingClientRect:()=>DOMRect.fromRect({width:0,height:0,...p.current})}),x=O.useRef(0),v=O.useCallback(()=>window.clearTimeout(x.current),[]),g=k=>{p.current={x:k.clientX,y:k.clientY},d.onOpenChange(!0)};return O.useEffect(()=>v,[v]),O.useEffect(()=>void(c&&v()),[c,v]),t.jsxs(t.Fragment,{children:[t.jsx(lMe,{...u,virtualRef:f}),t.jsx(Ye.span,{"data-state":d.open?"open":"closed","data-disabled":c?"":void 0,...i,ref:n,style:{WebkitTouchCallout:"none",...e.style},onContextMenu:c?e.onContextMenu:$e(e.onContextMenu,k=>{v(),g(k),k.preventDefault()}),onPointerDown:c?e.onPointerDown:$e(e.onPointerDown,ju(k=>{v(),x.current=window.setTimeout(()=>g(k),700)})),onPointerMove:c?e.onPointerMove:$e(e.onPointerMove,ju(v)),onPointerCancel:c?e.onPointerCancel:$e(e.onPointerCancel,ju(v)),onPointerUp:c?e.onPointerUp:$e(e.onPointerUp,ju(v))})]})});GD.displayName=UD;var jMe="ContextMenuPortal",BD=e=>{const{__scopeContextMenu:n,...o}=e,c=ca(n);return t.jsx(dMe,{...c,...o})};BD.displayName=jMe;var WD="ContextMenuContent",YD=O.forwardRef((e,n)=>{const{__scopeContextMenu:o,...c}=e,i=DD(WD,o),d=ca(o),u=O.useRef(!1);return t.jsx(hMe,{...d,...c,ref:n,side:"right",sideOffset:2,align:"start",onCloseAutoFocus:p=>{var f;(f=e.onCloseAutoFocus)==null||f.call(e,p),!p.defaultPrevented&&u.current&&p.preventDefault(),u.current=!1},onInteractOutside:p=>{var f;(f=e.onInteractOutside)==null||f.call(e,p),!p.defaultPrevented&&!i.modal&&(u.current=!0)},style:{...e.style,"--radix-context-menu-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-context-menu-content-available-width":"var(--radix-popper-available-width)","--radix-context-menu-content-available-height":"var(--radix-popper-available-height)","--radix-context-menu-trigger-width":"var(--radix-popper-anchor-width)","--radix-context-menu-trigger-height":"var(--radix-popper-anchor-height)"}})});YD.displayName=WD;var SMe="ContextMenuGroup",NMe=O.forwardRef((e,n)=>{const{__scopeContextMenu:o,...c}=e,i=ca(o);return t.jsx(uMe,{...i,...c,ref:n})});NMe.displayName=SMe;var _Me="ContextMenuLabel",$Me=O.forwardRef((e,n)=>{const{__scopeContextMenu:o,...c}=e,i=ca(o);return t.jsx(pMe,{...i,...c,ref:n})});$Me.displayName=_Me;var CMe="ContextMenuItem",FD=O.forwardRef((e,n)=>{const{__scopeContextMenu:o,...c}=e,i=ca(o);return t.jsx(fMe,{...i,...c,ref:n})});FD.displayName=CMe;var QMe="ContextMenuCheckboxItem",LMe=O.forwardRef((e,n)=>{const{__scopeContextMenu:o,...c}=e,i=ca(o);return t.jsx(mMe,{...i,...c,ref:n})});LMe.displayName=QMe;var zMe="ContextMenuRadioGroup",TMe=O.forwardRef((e,n)=>{const{__scopeContextMenu:o,...c}=e,i=ca(o);return t.jsx(xMe,{...i,...c,ref:n})});TMe.displayName=zMe;var PMe="ContextMenuRadioItem",AMe=O.forwardRef((e,n)=>{const{__scopeContextMenu:o,...c}=e,i=ca(o);return t.jsx(yMe,{...i,...c,ref:n})});AMe.displayName=PMe;var qMe="ContextMenuItemIndicator",IMe=O.forwardRef((e,n)=>{const{__scopeContextMenu:o,...c}=e,i=ca(o);return t.jsx(OMe,{...i,...c,ref:n})});IMe.displayName=qMe;var RMe="ContextMenuSeparator",KD=O.forwardRef((e,n)=>{const{__scopeContextMenu:o,...c}=e,i=ca(o);return t.jsx(gMe,{...i,...c,ref:n})});KD.displayName=RMe;var VMe="ContextMenuArrow",EMe=O.forwardRef((e,n)=>{const{__scopeContextMenu:o,...c}=e,i=ca(o);return t.jsx(kMe,{...i,...c,ref:n})});EMe.displayName=VMe;var XMe="ContextMenuSubTrigger",ZMe=O.forwardRef((e,n)=>{const{__scopeContextMenu:o,...c}=e,i=ca(o);return t.jsx(vMe,{...i,...c,ref:n})});ZMe.displayName=XMe;var DMe="ContextMenuSubContent",HMe=O.forwardRef((e,n)=>{const{__scopeContextMenu:o,...c}=e,i=ca(o);return t.jsx(bMe,{...i,...c,ref:n,style:{...e.style,"--radix-context-menu-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-context-menu-content-available-width":"var(--radix-popper-available-width)","--radix-context-menu-content-available-height":"var(--radix-popper-available-height)","--radix-context-menu-trigger-width":"var(--radix-popper-anchor-width)","--radix-context-menu-trigger-height":"var(--radix-popper-anchor-height)"}})});HMe.displayName=DMe;function ju(e){return n=>n.pointerType!=="mouse"?e(n):void 0}var UMe=HD,GMe=GD,BMe=BD,WMe=YD,YMe=FD,FMe=KD;const JD=UMe,eH=GMe;function tH({children:e,className:n,...o}){return t.jsx(BMe,{children:t.jsx(WMe,{className:te("z-50 min-w-[160px] overflow-hidden rounded-md","bg-surface-1 border border-border shadow-xl","py-1","animate-in fade-in-0 zoom-in-95",n),...o,children:e})})}function Co({children:e,className:n,danger:o,...c}){return t.jsx(YMe,{className:te("flex items-center gap-2 px-3 py-1.5 text-sm font-sans cursor-pointer select-none outline-none",o?"text-danger focus:bg-danger/10":"text-text-1 focus:bg-surface-5 focus:text-text-0",n),...c,children:e})}function aH({className:e}){return t.jsx(FMe,{className:te("h-px my-1 bg-border-subtle",e)})}const KMe={agentNode:hD,rootNode:uD},jT=220,ST=82,Su=260,Nu=130,bo=4,Sa="__groove_root__";function _u(e){if(!e)return{};try{return JSON.parse(localStorage.getItem(`groove:nodePositions:${e}`)||"{}")}catch{return{}}}function JMe(){let e=!1;for(const n of["groove:chatHistory","groove:activityLog"])localStorage.getItem(n)!==null&&(localStorage.removeItem(n),e=!0);return e}function oE(e,n){if(!e)return;const o=`groove:nodePositions:${e}`,c=JSON.stringify(n);try{localStorage.setItem(o,c);return}catch{}if(JMe())try{localStorage.setItem(o,c)}catch{}}function nH(){try{return JSON.parse(localStorage.getItem("groove:teamViewports")||"{}")}catch{return{}}}function ewe(e,n){try{const o=nH();o[e]=n,localStorage.setItem("groove:teamViewports",JSON.stringify(o))}catch{}}function twe(e,n){const o=e.filter(u=>u.teamId===n);return o.length===0?"idle":o.some(u=>u.status==="running"||u.status==="starting")?"working":o.every(u=>u.status==="completed")?"completed":o.some(u=>u.status==="crashed")?"crashed":"idle"}function awe(){const e=R(T=>T.teams),n=R(T=>T.activeTeamId),o=R(T=>T.agents),c=R(T=>T.switchTeam),i=R(T=>T.createTeam),d=R(T=>T.deleteTeam),u=R(T=>T.renameTeam),p=R(T=>T.cloneTeam),f=R(T=>T.reorderTeams),[x,v]=O.useState(!1),[g,k]=O.useState(""),[b,M]=O.useState(null),[w,N]=O.useState(""),j=O.useRef(!1),[C,_]=O.useState(null),[Q,V]=O.useState(null),A=O.useRef(null),[P,z]=O.useState(!1),[F,q]=O.useState(!1),ce=O.useCallback(()=>{const T=A.current;T&&(z(T.scrollLeft>0),q(T.scrollLeft+T.clientWidth<T.scrollWidth-1))},[]);O.useEffect(()=>{const T=A.current;if(!T)return;ce(),T.addEventListener("scroll",ce);const L=new ResizeObserver(ce);return L.observe(T),()=>{T.removeEventListener("scroll",ce),L.disconnect()}},[ce,e.length]);function ne(){const T=g.trim();!T||j.current||(j.current=!0,k(""),v(!1),i(T).finally(()=>{j.current=!1,setTimeout(()=>{A.current&&A.current.scrollTo({left:A.current.scrollWidth,behavior:"smooth"})},100)}))}function oe(T){M(T.id),N(T.name)}function E(){const T=w.trim();if(!T||!b){M(null);return}u(b,T),M(null)}return t.jsxs("div",{className:"flex items-end px-0 pt-0 pb-0 bg-surface-1 border-b border-border gap-0 flex-shrink-0 overflow-hidden",children:[P&&t.jsx("button",{onClick:()=>{var T;return(T=A.current)==null?void 0:T.scrollBy({left:-300,behavior:"smooth"})},className:"w-6 h-9 flex items-center justify-center bg-accent/15 text-accent hover:bg-accent/25 transition-colors flex-shrink-0 cursor-pointer",children:t.jsx(As,{size:14})}),t.jsxs("div",{ref:A,className:"flex items-end flex-1 min-w-0 overflow-x-auto gap-0",style:{scrollbarWidth:"none",msOverflowStyle:"none",WebkitOverflowScrolling:"touch"},children:[e.map(T=>{const L=o.filter(U=>U.teamId===T.id).length,X=T.id===n,K=b===T.id,Y=o.filter(U=>U.teamId===T.id&&(U.status==="running"||U.status==="starting")).length;return t.jsxs(JD,{children:[t.jsx(eH,{asChild:!0,children:t.jsxs("div",{draggable:!K,onDragStart:U=>{_(T.id),U.dataTransfer.effectAllowed="move",U.dataTransfer.setData("text/plain","")},onDragEnd:()=>{_(null),V(null)},onDragOver:U=>{U.preventDefault(),U.dataTransfer.dropEffect="move",C&&C!==T.id&&V(T.id)},onDragLeave:()=>{Q===T.id&&V(null)},onDrop:U=>{if(U.preventDefault(),!C||C===T.id)return;const fe=e.findIndex(pe=>pe.id===C),he=e.findIndex(pe=>pe.id===T.id);fe!==-1&&he!==-1&&f(fe,he),_(null),V(null)},onClick:()=>!K&&c(T.id),onDoubleClick:()=>oe(T),className:te("relative flex items-center gap-2 px-3 h-9 text-xs font-sans cursor-pointer select-none transition-colors flex-shrink-0",X?"text-text-0 font-semibold border-x border-x-border bg-[#242830]":"text-text-3 hover:text-text-1 hover:bg-surface-3/50",C===T.id&&"opacity-40",Q===T.id&&C!==T.id&&"border-l-2 !border-l-accent"),children:[X&&t.jsx("div",{className:"absolute top-0 left-0 right-0 h-px bg-accent",style:{height:"0.5px"}}),(()=>{const U=twe(o,T.id),fe=U==="working"||U==="completed"?"text-green-400":U==="crashed"?"text-red-400":X?"text-accent":"text-text-4";return t.jsxs("span",{className:"relative flex-shrink-0",children:[t.jsx(Ja,{size:13,className:te(fe,U==="working"&&"animate-pulse")}),U==="working"&&t.jsx("span",{className:"absolute -top-0.5 -right-0.5 w-1.5 h-1.5 rounded-full bg-green-400 animate-pulse"})]})})(),K?t.jsx("input",{value:w,onChange:U=>N(U.target.value),onKeyDown:U=>{U.key==="Enter"&&E(),U.key==="Escape"&&M(null)},onBlur:E,className:"h-5 w-24 px-1.5 text-xs bg-surface-0 border border-accent rounded text-text-0 font-sans focus:outline-none",autoFocus:!0,onClick:U=>U.stopPropagation()}):t.jsx("span",{className:"truncate max-w-[120px]",children:T.name}),L>0&&!K&&t.jsx("span",{className:te("flex items-center justify-center min-w-[18px] h-[18px] px-1 rounded-full text-2xs font-mono font-semibold",Y>0?"bg-accent/15 text-accent":"bg-surface-4 text-text-3"),children:L}),X&&t.jsx("div",{className:"absolute bottom-[-1px] left-0 right-0 h-px bg-[#242830]"})]})}),t.jsxs(tH,{children:[t.jsxs(Co,{onSelect:()=>oe(T),children:[t.jsx(Zo,{size:12})," Rename"]}),t.jsxs(Co,{onSelect:()=>p(T.id),children:[t.jsx(Gn,{size:12})," Clone"]}),!T.isDefault&&t.jsxs(t.Fragment,{children:[t.jsx(aH,{}),t.jsxs(Co,{danger:!0,onSelect:()=>d(T.id),children:[t.jsx(Ht,{size:12})," Delete"]})]})]})]},T.id)}),x?t.jsxs("div",{className:"flex items-center gap-1.5 px-3 h-9 flex-shrink-0",children:[t.jsx("input",{value:g,onChange:T=>k(T.target.value),onKeyDown:T=>{T.key==="Enter"&&ne(),T.key==="Escape"&&(v(!1),k(""))},placeholder:"Team name...",className:"h-5 w-28 px-1.5 text-xs bg-surface-0 border border-border-subtle rounded text-text-0 font-sans placeholder:text-text-4 focus:outline-none focus:ring-1 focus:ring-accent",autoFocus:!0}),t.jsx("button",{onClick:ne,disabled:!g.trim(),className:"p-1 rounded text-accent hover:bg-accent/10 cursor-pointer disabled:opacity-30 disabled:cursor-not-allowed",children:t.jsx(He,{size:12})}),t.jsx("button",{onClick:()=>{v(!1),k("")},className:"p-1 rounded text-text-4 hover:text-text-1 cursor-pointer",children:t.jsx(nt,{size:12})})]}):t.jsx("button",{onClick:()=>v(!0),className:"flex items-center justify-center w-6 h-6 my-auto mx-2 rounded-full bg-accent/15 text-accent hover:bg-accent/25 cursor-pointer transition-colors flex-shrink-0",title:"New team",children:t.jsx(dt,{size:12})})]}),F&&t.jsx("button",{onClick:()=>{var T;return(T=A.current)==null?void 0:T.scrollBy({left:300,behavior:"smooth"})},className:"w-6 h-9 flex items-center justify-center bg-accent/15 text-accent hover:bg-accent/25 transition-colors flex-shrink-0 cursor-pointer",children:t.jsx(qt,{size:14})})]})}function nwe(){const e=R(E=>E.agents),n=R(E=>E.activeTeamId),o=R(E=>E.tokenTimeline),c=R(E=>E.selectAgent),i=R(E=>E.closeDetail),d=O.useRef([]),u=O.useMemo(()=>{const E=e.filter(L=>L.teamId===n).sort((L,X)=>(L.name||L.id).localeCompare(X.name||X.id)),T=d.current;return T.length===E.length&&T.every((L,X)=>L.id===E[X].id&&L.status===E[X].status&&L.name===E[X].name&&L.model===E[X].model&&L.tokensUsed===E[X].tokensUsed&&L.contextUsage===E[X].contextUsage)?T:(d.current=E,E)},[e,n]),p=O.useRef(_u(n)),f=O.useRef(n);f.current!==n&&(f.current=n,p.current=_u(n));const{fitView:x,setViewport:v}=$W(),[g,k]=O.useState(0),b=O.useRef(n),M=O.useMemo(()=>{const E=p.current,T=u.filter(fe=>fe.status==="running").length,L=[{id:Sa,type:"rootNode",position:E[Sa]||{x:0,y:0},data:{agentCount:u.length,runningCount:T},draggable:!0,selectable:!1}],X=new Set,K=(fe,he)=>`${Math.round(fe/100)},${Math.round(he/100)}`,Y=E[Sa]||{x:0,y:0};X.add(K(Y.x,Y.y));const U=[];return u.forEach(fe=>{const he=fe.name||fe.id;if(E[he]){const pe=E[he];X.add(K(pe.x,pe.y)),L.push({id:fe.id,type:"agentNode",position:pe,data:{agent:fe,timeline:o[fe.id]||[]},draggable:!0,selectable:!0})}else U.push(fe)}),U.forEach((fe,he)=>{const pe=Math.floor(he/bo),Oe=he%bo;let ke={x:-((Math.min(U.length-pe*bo,bo)-1)*Su)/2+Oe*Su,y:Nu+pe*Nu};for(;X.has(K(ke.x,ke.y));)ke={x:ke.x,y:ke.y+Nu};X.add(K(ke.x,ke.y)),fe.name||fe.id,L.push({id:fe.id,type:"agentNode",position:ke,data:{agent:fe,timeline:o[fe.id]||[]},draggable:!0,selectable:!0})}),L},[u,o,n]);O.useEffect(()=>{const E={};M.forEach(T=>{var X,K;const L=T.id===Sa?Sa:((K=(X=T.data)==null?void 0:X.agent)==null?void 0:K.name)||T.id;p.current[L]||(E[L]=T.position)}),Object.keys(E).length>0&&(Object.assign(p.current,E),oE(n,p.current))},[M,n]);const w=O.useMemo(()=>{const E=_u(n),T=E[Sa]||{x:0,y:0};return u.map((L,X)=>{const K=L.name||L.id,Y=Math.floor(X/bo),U=X%bo,he=-((Math.min(u.length-Y*bo,bo)-1)*Su)/2,pe=E[K]||{x:he+U*Su,y:140+Y*Nu},Oe=pe.x+jT/2-T.x,Se=pe.y+ST/2-T.y;let de,ke;return Math.abs(Se)>Math.abs(Oe)?(de=Se>0?"bottom":"top",ke=Se>0?"top":"bottom"):(de=Oe>0?"right":"left",ke=Oe>0?"left":"right"),{id:`e-${Sa}-${L.id}`,source:Sa,target:L.id,sourceHandle:de,targetHandle:ke,type:"default",animated:L.status==="running"}})},[u,n]),[N,j,C]=CW(M),[_,Q,V]=QW(w),A=O.useRef(new Set);O.useEffect(()=>{j(E=>{const T=new Map(E.map(L=>[L.id,L]));return M.map(L=>{const X=T.get(L.id);return X?{...X,data:L.data}:L})})},[M,j]),O.useEffect(()=>{Q(()=>{const E=N.find(L=>L.id===Sa);if(!E)return w;const T=E.position;return w.map(L=>{const X=N.find(he=>he.id===L.target);if(!X)return L;const K=X.position.x+jT/2-T.x,Y=X.position.y+ST/2-T.y;let U,fe;return Math.abs(Y)>Math.abs(K)?(U=Y>0?"bottom":"top",fe=Y>0?"top":"bottom"):(U=K>0?"right":"left",fe=K>0?"left":"right"),{...L,sourceHandle:U,targetHandle:fe}})})},[w,N,Q]);const P=u.map(E=>E.id).join(","),z=O.useRef(null);O.useEffect(()=>{if(b.current!==n){b.current=n,A.current=new Set(u.map(X=>X.id)),k(u.length);const L=nH()[n];L?v(L,{duration:200}):u.length>0&&x({padding:.3,maxZoom:1.2,duration:200});return}const E=new Set(u.map(L=>L.id)),T=u.length>0&&[...E].some(L=>!A.current.has(L));A.current=E,g===0&&u.length>0?x({padding:.3,maxZoom:1.2,duration:0}):T&&(clearTimeout(z.current),z.current=setTimeout(()=>x({padding:.3,maxZoom:1.2,duration:300}),500)),k(u.length)},[P,g,x,n,v]);const F=O.useCallback((E,T)=>{ewe(n,T)},[n]),q=O.useCallback((E,T)=>{T.id!==Sa&&c(T.id)},[c]),ce=O.useCallback(()=>{i()},[i]),ne=O.useCallback((E,T)=>{const L=N.find(K=>K.id===Sa);if(!L)return;const X=L.position;Q(K=>K.map(Y=>{const U=Y.source===T.id,fe=Y.target===T.id;if(!U&&!fe)return Y;const he=T.position,pe=he.x+jT/2-X.x,Oe=he.y+ST/2-X.y;let Se,de;return Math.abs(Oe)>Math.abs(pe)?(Se=Oe>0?"bottom":"top",de=Oe>0?"top":"bottom"):(Se=pe>0?"right":"left",de=pe>0?"left":"right"),{...Y,sourceHandle:Se,targetHandle:de}}))},[N,Q]),oe=O.useCallback((E,T)=>{var K,Y;const L=T.id===Sa?Sa:((Y=(K=T.data)==null?void 0:K.agent)==null?void 0:Y.name)||T.id;p.current[L]=T.position;const X=_u(n);X[L]=T.position,oE(n,X)},[n]);return t.jsx(LW,{nodes:N,edges:_,nodeTypes:KMe,onNodesChange:C,onEdgesChange:V,onNodeClick:q,onPaneClick:ce,onNodeDrag:ne,onNodeDragStop:oe,onMoveEnd:F,defaultViewport:{x:0,y:0,zoom:1.2},proOptions:{hideAttribution:!0},minZoom:.2,maxZoom:1.5,className:"bg-surface-2",children:t.jsx(zW,{color:"rgba(97,175,239,0.03)",gap:24,size:1})})}function swe({onPlanner:e,onSpawn:n}){var o;return t.jsx("div",{className:"w-full h-full flex items-center justify-center",children:t.jsxs("div",{className:"max-w-2xl w-full text-center space-y-10 px-8",children:[t.jsxs("div",{className:"relative mx-auto w-20 h-20",children:[t.jsx("div",{className:"absolute inset-0 rounded-full bg-accent/8 animate-pulse"}),t.jsx("div",{className:"absolute inset-1 rounded-full bg-surface-3 border border-border-subtle flex items-center justify-center shadow-lg shadow-accent/5",children:t.jsx("img",{src:"/favicon.png",alt:"Groove",className:"h-10 w-10 rounded-full"})})]}),t.jsxs("div",{className:"space-y-3",children:[t.jsx("h1",{className:"text-3xl font-bold text-text-0 font-sans tracking-tight",children:"Welcome to Groove"}),t.jsx("p",{className:"text-base text-text-2 font-sans max-w-md mx-auto leading-relaxed",children:"Your mission control for AI agents. Spawn, orchestrate, and ship faster than ever."})]}),t.jsxs("div",{className:"space-y-3 max-w-xl mx-auto",children:[t.jsxs("button",{onClick:e,className:"w-full flex items-center gap-4 p-5 rounded-lg border border-accent/25 bg-gradient-to-r from-accent/8 to-accent/3 hover:from-accent/14 hover:to-accent/6 hover:border-accent/40 transition-all cursor-pointer group text-left",children:[t.jsx("div",{className:"w-12 h-12 rounded-lg bg-accent/20 flex items-center justify-center group-hover:scale-110 transition-transform flex-shrink-0",children:t.jsx(xa,{size:24,className:"text-accent"})}),t.jsxs("div",{className:"flex-1 min-w-0",children:[t.jsx("div",{className:"text-base font-semibold text-text-0 font-sans",children:"Start with a Planner"}),t.jsx("div",{className:"text-sm text-text-2 font-sans mt-0.5",children:"Describe what you want to build and let AI plan the perfect team"})]}),t.jsx("div",{className:"text-accent text-xs font-semibold font-sans flex-shrink-0 opacity-60 group-hover:opacity-100 transition-opacity",children:"Recommended"})]}),t.jsxs("button",{onClick:n,className:"w-full flex items-center gap-3 p-4 rounded-lg border border-border bg-surface-1 hover:bg-surface-2 hover:border-border transition-all cursor-pointer group text-left",children:[t.jsx("div",{className:"w-10 h-10 rounded-lg bg-surface-4 flex items-center justify-center group-hover:scale-110 transition-transform flex-shrink-0",children:t.jsx(dt,{size:20,className:"text-text-1"})}),t.jsxs("div",{className:"min-w-0",children:[t.jsx("div",{className:"text-sm font-semibold text-text-0 font-sans",children:"Spawn Agent"}),t.jsx("div",{className:"text-xs text-text-3 font-sans mt-0.5",children:"Choose a role and configure"})]})]})]}),((o=window.groove)==null?void 0:o.openFolder)&&t.jsxs("div",{className:"max-w-sm mx-auto",children:[t.jsx("p",{className:"text-xs text-text-3 mb-2",children:"Or open a different project"}),t.jsxs("button",{onClick:()=>window.groove.openFolder(),className:"w-full h-10 rounded-lg border border-border-subtle bg-surface-2 hover:bg-surface-3 text-sm text-text-1 font-medium flex items-center justify-center gap-2 cursor-pointer transition-colors",children:[t.jsx(Ft,{size:16,className:"text-accent"}),"Open Folder"]})]}),t.jsxs("p",{className:"text-xs text-text-4 font-sans",children:[t.jsx("kbd",{className:"font-mono bg-surface-4 px-1.5 py-0.5 rounded text-text-3",children:"Cmd+K"}),t.jsx("span",{className:"mx-1.5",children:"command palette"}),t.jsx("span",{className:"text-text-4 mx-1",children:"·"}),t.jsx("kbd",{className:"font-mono bg-surface-4 px-1.5 py-0.5 rounded text-text-3",children:"Cmd+N"}),t.jsx("span",{className:"mx-1.5",children:"spawn"}),t.jsx("span",{className:"text-text-4 mx-1",children:"·"}),t.jsx("kbd",{className:"font-mono bg-surface-4 px-1.5 py-0.5 rounded text-text-3",children:"Cmd+J"}),t.jsx("span",{className:"mx-1.5",children:"terminal"})]})]})})}const owe={backend:Ct,frontend:Xo,fullstack:aa,testing:k1,security:Ka},cwe=/^[a-zA-Z0-9_-]{1,64}$/;function iwe(e){return e.replace(/\s+/g,"-").replace(/[^a-zA-Z0-9_-]/g,"").slice(0,64)}function rwe(){var b;const e=R(M=>M.recommendedTeam),n=R(M=>M.launchRecommendedTeam),[o,c]=O.useState(!1),[i,d]=O.useState(null);if(!((b=e==null?void 0:e.agents)!=null&&b.length))return null;const u=e.agents,p=u.filter(M=>!M.phase||M.phase===1),f=u.filter(M=>M.phase===2),x=i??p.map(M=>({...M,name:M.name||""}));function v(M,w){const N=x.map((j,C)=>C===M?{...j,name:iwe(w)}:j);d(N)}async function g(){c(!0);try{const M=[...x,...f];await n(M)}catch{}c(!1)}function k(){R.setState({recommendedTeam:null})}return t.jsx("div",{className:"absolute bottom-4 left-1/2 -translate-x-1/2 z-50 w-full max-w-lg",children:t.jsxs("div",{className:"mx-4 rounded-lg border border-accent/30 bg-surface-2/95 backdrop-blur-md shadow-xl shadow-accent/5 overflow-hidden",children:[t.jsxs("div",{className:"px-4 py-3 border-b border-border-subtle flex items-center gap-2",children:[t.jsx(Do,{size:16,className:"text-accent"}),t.jsx("span",{className:"text-sm font-semibold text-text-0 font-sans flex-1",children:"Planner Recommends a Team"}),t.jsx("button",{onClick:k,className:"text-text-4 hover:text-text-1 cursor-pointer",children:t.jsx(nt,{size:14})})]}),t.jsxs("div",{className:"px-4 py-3 space-y-1.5",children:[x.map((M,w)=>{var C;const N=owe[M.role]||aa,j=!M.name||cwe.test(M.name);return t.jsxs("div",{className:"flex items-center gap-2 px-2.5 py-1.5 rounded-md bg-surface-4 border border-border-subtle",children:[t.jsx(N,{size:12,className:"text-text-2 shrink-0"}),t.jsx("input",{type:"text",value:M.name,onChange:_=>v(w,_.target.value),placeholder:M.role,className:te("flex-1 min-w-0 bg-transparent text-xs font-mono text-text-0 outline-none placeholder:text-text-4",!j&&"text-red-400"),maxLength:64,spellCheck:!1}),((C=M.scope)==null?void 0:C.length)>0&&t.jsxs("span",{className:"text-2xs text-text-4 font-mono shrink-0 truncate max-w-[120px]",children:[M.scope[0],M.scope.length>1?` +${M.scope.length-1}`:""]})]},w)}),e.projectDir&&t.jsxs("div",{className:"flex items-center gap-1.5 text-2xs text-text-2 font-mono pt-0.5",children:[t.jsx("span",{className:"text-text-4",children:"Project:"}),t.jsxs("span",{className:"text-accent",children:[e.projectDir,"/"]})]}),f.length>0&&t.jsxs("div",{className:"flex items-center gap-1.5 text-2xs text-text-3 font-sans",children:[t.jsx(Ka,{size:10}),t.jsxs("span",{children:[f.length," QC agent",f.length>1?"s":""," will auto-spawn after builders complete"]})]})]}),t.jsx("div",{className:"px-4 py-3 border-t border-border-subtle",children:t.jsxs(ue,{variant:"primary",size:"md",onClick:g,disabled:o,className:"w-full gap-2",children:[t.jsx(xa,{size:14}),o?"Launching...":`Launch ${p.length} Agent${p.length>1?"s":""}`]})})]})})}function cE(){const e=R(k=>k.agents),n=R(k=>k.activeTeamId),o=R(k=>k.openDetail),c=R(k=>k.spawnAgent),i=R(k=>k.selectAgent);R(k=>k.recommendedTeam);const d=R(k=>k.checkRecommendedTeam);O.useEffect(()=>{if(!e.some(M=>M.role==="planner"&&(M.status==="running"||M.status==="starting")))return;const b=setInterval(()=>d(),5e3);return()=>clearInterval(b)},[e,d]);async function u(){try{const k=await c({role:"planner"});k!=null&&k.id&&i(k.id)}catch{}}const p=e.filter(k=>k.teamId===n),f=R(k=>k.hydrated),[x,v]=O.useState(!0);O.useEffect(()=>{const k=setTimeout(()=>v(!1),1200);return()=>clearTimeout(k)},[]);const g=x||!f;return t.jsxs("div",{className:"flex flex-col h-full relative",children:[t.jsx("div",{className:"flex-1 min-h-0",children:g?t.jsxs("div",{className:te("flex flex-col items-center justify-center h-full transition-opacity duration-500",!x&&f?"opacity-0":"opacity-100"),children:[t.jsxs("div",{className:"relative w-12 h-12 mb-5",children:[t.jsx("span",{className:"absolute inset-0 rounded-full border-2 border-accent/20 animate-ping",style:{animationDuration:"2s"}}),t.jsx("span",{className:"absolute inset-0 rounded-full border-2 border-transparent border-t-accent animate-spin",style:{animationDuration:"1s"}}),t.jsx("span",{className:"absolute inset-[6px] rounded-full bg-accent/8 flex items-center justify-center",children:t.jsx(xa,{size:16,className:"text-accent animate-pulse"})})]}),t.jsx("p",{className:"text-sm font-medium text-text-1 font-sans animate-pulse",children:"Connecting to agents"}),t.jsx("p",{className:"text-xs text-text-3 font-sans mt-1",children:"Syncing with daemon..."})]}):p.length===0?t.jsx(swe,{onPlanner:u,onSpawn:()=>o({type:"spawn"})}):t.jsx(_W,{children:t.jsx(nwe,{})},n)}),t.jsx(rwe,{}),!g&&p.length>0&&t.jsxs("button",{onClick:()=>o({type:"spawn"}),className:"absolute bottom-4 left-4 z-40 flex items-center gap-1.5 h-8 px-4 rounded-md bg-accent/15 text-accent text-xs font-semibold font-sans hover:bg-accent/25 transition-colors cursor-pointer select-none shadow-lg shadow-black/10",children:[t.jsx(dt,{size:14}),"Spawn"]})]})}function lwe({children:e,detailContent:n,terminalContent:o}){const c=R(A=>A.activeView),i=R(A=>A.detailPanel),d=R(A=>A.connected),u=R(A=>A.tunneled),p=R(A=>A.daemonHost),f=R(A=>A.agents),x=R(A=>A.editorActiveFile),v=R(A=>A.detailPanelWidth),g=R(A=>A.terminalVisible),k=R(A=>A.terminalFullHeight),b=R(A=>A.setActiveView),M=R(A=>A.openDetail),w=R(A=>A.closeDetail),N=R(A=>A.setDetailPanelWidth),j=R(A=>A.setTerminalVisible),C=R(A=>A.toggleCommandPalette),_=O.useMemo(()=>f.filter(A=>A.status==="running").length,[f]),Q=O.useMemo(()=>[{key:"k",meta:!0,handler:()=>R.getState().toggleCommandPalette()},{key:"p",meta:!0,shift:!0,handler:()=>R.getState().toggleCommandPalette()},{key:"j",meta:!0,handler:()=>{const A=R.getState();A.setTerminalVisible(!A.terminalVisible)}},{key:"n",meta:!0,handler:()=>R.getState().openDetail({type:"spawn"})},{key:"1",meta:!0,handler:()=>R.getState().setActiveView("agents")},{key:"2",meta:!0,handler:()=>R.getState().setActiveView("editor")},{key:"3",meta:!0,handler:()=>R.getState().setActiveView("dashboard")},{key:"4",meta:!0,handler:()=>R.getState().setActiveView("marketplace")},{key:"5",meta:!0,handler:()=>R.getState().setActiveView("teams")},{key:"Escape",handler:()=>{const A=R.getState();A.commandPaletteOpen?A.toggleCommandPalette():A.detailPanel&&A.closeDetail()}}],[]);jX(Q);const V=i&&i.type!=="spawn";return t.jsx(fJ,{children:t.jsxs("div",{className:te("w-full h-full flex flex-col bg-surface-2 text-text-1 font-sans",Go()&&"electron-app"),children:[t.jsx(K8e,{activeView:c,connected:d,tunneled:u,daemonHost:p,editorActiveFile:x,onOpenCommandPalette:C}),t.jsxs("div",{className:"flex-1 flex min-h-0",children:[t.jsx(B8e,{activeView:c,detailPanel:i,onNavigate:b,onTogglePanel:A=>{(i==null?void 0:i.type)===A?w():M({type:A})}}),t.jsxs("div",{className:"flex-1 flex flex-col min-w-0 min-h-0",children:[c==="agents"&&t.jsx(awe,{}),t.jsxs("div",{className:"flex-1 flex min-h-0",children:[t.jsxs("div",{className:"flex-1 flex flex-col min-w-0 min-h-0",children:[!(g&&k)&&t.jsx("main",{className:"flex-1 min-h-0 overflow-hidden relative",children:e}),o]}),V&&t.jsx(a7e,{width:v,onWidthChange:N,onClose:w,children:n})]})]})]}),t.jsx(t7e,{connected:d,agentCount:f.length,runningCount:_,terminalVisible:g,onToggleTerminal:()=>j(!g)}),t.jsx(s7e,{}),t.jsx(p9e,{}),t.jsx(m9e,{}),t.jsx(i7e,{}),t.jsx(H8e,{})]})})}function dwe({id:e,name:n,subtitle:o,models:c,authType:i,recommended:d,installed:u,installing:p,failed:f,selected:x,onInstall:v,gradientFrom:g,letter:k,statusChecking:b}){return t.jsxs(tn.div,{initial:{opacity:0,y:12},animate:{opacity:1,y:0},transition:{duration:.25},className:te("relative flex flex-col rounded-md border p-6 transition-all duration-200","bg-surface-2 hover:bg-surface-3 hover:shadow-lg hover:shadow-black/20",x?"border-accent ring-1 ring-accent/30 shadow-md shadow-accent/10":"border-border-subtle",p&&"pointer-events-none opacity-70"),children:[x&&t.jsx("div",{className:"absolute top-3 left-3 w-5 h-5 rounded-full bg-accent flex items-center justify-center",children:t.jsx(He,{className:"w-3 h-3 text-surface-0",strokeWidth:3})}),t.jsxs("div",{className:"flex items-start gap-4 mb-5",children:[t.jsx("div",{className:te("w-14 h-14 rounded-md flex items-center justify-center text-lg font-bold font-mono shrink-0",g),children:k}),t.jsxs("div",{className:"min-w-0 flex-1",children:[t.jsxs("div",{className:"flex items-center gap-2",children:[t.jsx("h3",{className:"text-sm font-semibold text-text-0",children:n}),d&&t.jsx(ve,{variant:"purple",className:"text-2xs",children:"Recommended"})]}),t.jsx("p",{className:"text-xs text-text-2 mt-0.5",children:o})]})]}),t.jsx("div",{className:"flex flex-wrap gap-1.5 mb-4",children:c.map(M=>t.jsx("span",{className:"text-xs text-text-2 bg-surface-4 px-2 py-0.5 rounded font-mono",children:M},M))}),t.jsx("p",{className:"text-2xs text-text-3 mb-4",children:i}),t.jsx("div",{className:"mt-auto pt-4 border-t border-border-subtle",children:p?t.jsxs("div",{className:"space-y-2",children:[t.jsxs("div",{className:"flex items-center gap-2",children:[t.jsx(Ae,{className:"w-4 h-4 text-accent animate-spin"}),t.jsx("span",{className:"text-xs text-accent font-medium",children:"Installing..."})]}),t.jsx("div",{className:"h-1 bg-surface-4 rounded-full overflow-hidden",children:t.jsx(tn.div,{className:"h-full bg-accent rounded-full",initial:{width:"0%"},animate:{width:"90%"},transition:{duration:15,ease:"easeOut"}})})]}):u?t.jsxs("div",{className:"flex items-center gap-2",children:[t.jsx(hn,{className:"w-4 h-4 text-success"}),t.jsx("span",{className:"text-xs text-success font-medium",children:"Ready"})]}):f?t.jsxs("div",{className:"flex items-center justify-between",children:[t.jsxs("div",{className:"flex items-center gap-2",children:[t.jsx(jt,{className:"w-4 h-4 text-danger"}),t.jsx("span",{className:"text-xs text-danger font-medium",children:"Failed"})]}),t.jsxs("button",{type:"button",className:"h-8 px-5 rounded-full text-xs font-medium bg-danger/15 text-danger hover:bg-danger/25 transition-colors duration-100 cursor-pointer focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-danger flex items-center gap-1.5",onClick:M=>{M.stopPropagation(),v==null||v(e)},children:[t.jsx(S2,{className:"w-3 h-3"}),"Retry"]})]}):b?t.jsxs("div",{className:"flex items-center gap-2",children:[t.jsx(Ae,{className:"w-3.5 h-3.5 text-text-4 animate-spin"}),t.jsx("span",{className:"text-xs text-text-4",children:"Checking..."})]}):t.jsx("div",{className:"flex items-center justify-end",children:t.jsxs("button",{type:"button",className:"h-8 px-5 rounded-full text-xs font-medium bg-accent text-surface-0 hover:bg-accent/80 transition-colors duration-100 cursor-pointer focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-accent flex items-center gap-1.5",onClick:M=>{M.stopPropagation(),v==null||v(e)},children:[t.jsx(Ya,{className:"w-3.5 h-3.5"}),"Install"]})})})]})}const pn=[{id:"claude-code",name:"Claude Code",subtitle:"by Anthropic",models:["Opus 4.7","Opus 4.6","Sonnet 4.6","Haiku 4.5"],authType:"Subscription or API key",authModes:["subscription","apikey"],recommended:!0,letter:"C",gradientFrom:"bg-purple/20 text-purple",keyPlaceholder:"sk-ant-...",keyLabel:"Anthropic API Key"},{id:"codex",name:"Codex",subtitle:"by OpenAI",models:["GPT-5.4 Pro","Standard","Mini","Nano"],authType:"API key or ChatGPT Plus",authModes:["apikey","chatgpt-plus"],recommended:!1,letter:"X",gradientFrom:"bg-success/20 text-success",keyPlaceholder:"sk-...",keyLabel:"OpenAI API Key"},{id:"gemini",name:"Gemini CLI",subtitle:"by Google",models:["Gemini 3.1 Pro","3 Flash"],authType:"API key",authModes:["apikey"],recommended:!1,letter:"G",gradientFrom:"bg-info/20 text-info",keyPlaceholder:"AIza...",keyLabel:"Gemini API Key"}],hwe={enter:e=>({x:e>0?80:-80,opacity:0}),center:{x:0,opacity:1},exit:e=>({x:e<0?80:-80,opacity:0})},uwe={duration:.25,ease:[.4,0,.2,1]};function pwe({current:e,total:n}){return t.jsx("div",{className:"flex items-center gap-2.5",children:Array.from({length:n},(o,c)=>t.jsx("div",{className:te("h-2 rounded-full transition-all duration-300",c===e?"w-7 bg-accent":c<e?"w-2 bg-accent/50":"w-2 bg-surface-5")},c))})}function fwe({onNext:e,onSkip:n}){return t.jsxs("div",{className:"flex flex-col items-center justify-center text-center gap-6 max-w-lg mx-auto",children:[t.jsx(tn.img,{src:"/favicon.png",alt:"Groove",className:"w-20 h-20",initial:{scale:.5,opacity:0},animate:{scale:1,opacity:1},transition:{duration:.4,ease:"easeOut"}}),t.jsxs("div",{className:"space-y-2",children:[t.jsx("h1",{className:"text-2xl font-bold text-text-0 font-sans",children:"Welcome to Groove"}),t.jsx("p",{className:"text-sm text-text-2",children:"Your AI coding team, ready in minutes"})]}),t.jsx("p",{className:"text-xs text-text-3 leading-relaxed max-w-sm",children:"Let's set up your AI providers so you can start spawning agents. This only takes a moment."}),t.jsxs("button",{type:"button",onClick:e,className:"mt-4 h-11 px-8 rounded-full bg-accent text-surface-0 font-semibold text-sm hover:bg-accent/80 transition-colors duration-100 cursor-pointer focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-accent focus-visible:ring-offset-2 focus-visible:ring-offset-surface-0 flex items-center gap-2",autoFocus:!0,children:["Get Started",t.jsx(_d,{className:"w-4 h-4"})]}),t.jsx("button",{type:"button",onClick:n,className:"text-xs text-text-4 hover:text-text-2 transition-colors cursor-pointer focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-accent rounded px-2 py-1",children:"Skip setup"})]})}function mwe({selectedDir:e,onSelectDir:n}){const[o,c]=O.useState(!1);async function i(){var u,p;const d=await mY({title:"Choose your project folder",defaultPath:e||void 0});d?n(d):(p=(u=window.groove)==null?void 0:u.folders)!=null&&p.select||c(!0)}return t.jsxs("div",{className:"flex flex-col items-center max-w-lg mx-auto w-full text-center",children:[t.jsxs("div",{className:"mb-8",children:[t.jsx("h2",{className:"text-2xl font-bold text-text-0 mb-2",children:"Choose your project folder"}),t.jsx("p",{className:"text-sm text-text-2",children:"Pick the root directory where your code lives. Groove will manage agents from here."})]}),t.jsx("div",{className:"w-full bg-surface-2 border border-border-subtle rounded-lg p-5 mb-6",children:t.jsxs("div",{className:"flex items-center gap-3",children:[t.jsx("div",{className:"w-12 h-12 rounded-lg bg-accent/10 flex items-center justify-center",children:t.jsx(Ft,{className:"w-6 h-6 text-accent"})}),t.jsxs("div",{className:"flex-1 min-w-0 text-left",children:[t.jsx("p",{className:"text-xs text-text-3 mb-0.5",children:"Working directory"}),t.jsx("p",{className:"text-sm font-mono text-text-0 truncate",children:e||"No folder selected"})]})]})}),t.jsxs("button",{type:"button",onClick:i,className:"h-10 px-6 rounded-lg bg-accent text-surface-0 font-medium text-sm hover:bg-accent/80 transition-colors cursor-pointer flex items-center gap-2",children:[t.jsx(Ft,{className:"w-4 h-4"}),e?"Change Folder":"Select Folder"]}),t.jsx("p",{className:"mt-4 text-2xs text-text-4",children:"You can change this anytime in Settings."}),o&&t.jsx(F2,{open:o,onOpenChange:c,currentPath:e||"/",onSelect:d=>{n(d),c(!1)}})]})}function xwe({providerStatus:e,selected:n,onInstall:o,installing:c,statusChecking:i}){const d=pn.filter(p=>{var f;return(f=e[p.id])==null?void 0:f.installed}).length,u=d===pn.length;return t.jsxs("div",{className:"flex flex-col items-center max-w-4xl mx-auto w-full",children:[t.jsxs("div",{className:"text-center mb-10",children:[t.jsx("h2",{className:"text-2xl font-bold text-text-0 mb-2",children:"Choose your AI providers"}),t.jsx("p",{className:"text-sm text-text-2",children:"Install the coding tools you want to use. You can always add more later."})]}),t.jsx("div",{className:"grid grid-cols-1 md:grid-cols-3 gap-5 w-full mb-8",children:pn.map(p=>{var f,x;return t.jsx(dwe,{...p,installed:(f=e[p.id])==null?void 0:f.installed,installing:c[p.id],failed:(x=e[p.id])==null?void 0:x.failed,selected:n.includes(p.id),onInstall:o,statusChecking:i},p.id)})}),t.jsx("p",{className:te("text-xs text-center",u?"text-success":d>0?"text-text-2":"text-text-4"),children:u?"All providers installed — you're ready to go!":d>0?`${d} of ${pn.length} providers installed`:"Click Install to set up a provider"})]})}function ywe({provider:e,providerStatus:n,onSaveKey:o,onSubscriptionLogin:c}){const[i,d]=O.useState(e.authModes.includes("subscription")?"subscription":"apikey"),[u,p]=O.useState(""),[f,x]=O.useState(!1),[v,g]=O.useState(!1),[k,b]=O.useState((n==null?void 0:n.authenticated)||!1),M=async()=>{if(u.trim()){g(!0);try{await o(e.id,u.trim()),b(!0)}catch{}finally{g(!1)}}},w=(n==null?void 0:n.maskedKey)||(k&&u?`${u.slice(0,6)}${"•".repeat(20)}`:null);return t.jsxs(tn.div,{initial:{opacity:0,y:8},animate:{opacity:1,y:0},transition:{duration:.2},className:"bg-surface-2 border border-border-subtle rounded-md p-5",children:[t.jsxs("div",{className:"flex items-center gap-3 mb-4",children:[t.jsx("div",{className:te("w-10 h-10 rounded-md flex items-center justify-center text-sm font-bold font-mono",e.gradientFrom),children:e.letter}),t.jsxs("div",{children:[t.jsx("h3",{className:"text-sm font-semibold text-text-0",children:e.name}),t.jsx("p",{className:"text-2xs text-text-3",children:e.subtitle})]}),(k||(n==null?void 0:n.authenticated))&&t.jsx(ve,{variant:"success",className:"ml-auto",children:"Connected"})]}),e.authModes.length>1&&t.jsx("div",{className:"flex gap-1 mb-4 bg-surface-3 p-0.5 rounded-md",children:e.authModes.map(N=>t.jsx("button",{type:"button",onClick:()=>d(N),className:te("flex-1 h-7 rounded text-xs font-medium transition-colors duration-100 cursor-pointer","focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-accent",i===N?"bg-surface-5 text-text-0":"text-text-3 hover:text-text-1"),children:N==="subscription"?"Subscription":N==="chatgpt-plus"?"ChatGPT Plus":"API Key"},N))}),i==="subscription"&&t.jsxs("div",{className:"space-y-3",children:[t.jsx("p",{className:"text-xs text-text-2",children:"Sign in with your Claude subscription"}),t.jsx("button",{type:"button",onClick:()=>c(e.id),className:"h-8 px-4 rounded-md bg-purple/15 text-purple border border-purple/20 text-xs font-medium hover:bg-purple/25 transition-colors duration-100 cursor-pointer focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-purple",children:"Sign In"}),(n==null?void 0:n.authenticated)&&t.jsxs("p",{className:"text-xs text-success flex items-center gap-1.5",children:[t.jsx(He,{className:"w-3.5 h-3.5"})," Connected"]})]}),i==="chatgpt-plus"&&t.jsxs("div",{className:"space-y-3",children:[t.jsxs("p",{className:"text-xs text-text-2",children:["Run ",t.jsx("code",{className:"font-mono text-accent bg-surface-4 px-1.5 py-0.5 rounded text-2xs",children:"codex login"})," in your terminal to authenticate with ChatGPT Plus."]}),(n==null?void 0:n.authenticated)&&t.jsxs("p",{className:"text-xs text-success flex items-center gap-1.5",children:[t.jsx(He,{className:"w-3.5 h-3.5"})," Connected"]})]}),i==="apikey"&&t.jsx("div",{className:"space-y-3",children:k||n!=null&&n.authenticated?t.jsxs("div",{className:"flex items-center gap-2",children:[t.jsx("div",{className:"flex-1 h-8 rounded-md bg-surface-1 border border-border px-3 flex items-center",children:t.jsx("span",{className:"text-xs text-text-3 font-mono truncate",children:w||"••••••••••••••"})}),t.jsx("button",{type:"button",onClick:()=>{b(!1),p("")},className:"h-8 px-3 rounded-md text-xs text-text-3 hover:text-text-1 bg-surface-4 hover:bg-surface-5 transition-colors duration-100 cursor-pointer focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-accent",children:"Change"})]}):t.jsxs("div",{className:"flex gap-2",children:[t.jsxs("div",{className:"relative flex-1",children:[t.jsx("input",{type:f?"text":"password",value:u,onChange:N=>p(N.target.value),placeholder:e.keyPlaceholder,className:"h-8 w-full rounded-md px-3 pr-8 text-sm bg-surface-1 border border-border text-text-0 placeholder:text-text-4 focus:outline-none focus:ring-1 focus:ring-accent focus:border-accent transition-colors duration-100 font-mono",onKeyDown:N=>N.key==="Enter"&&M(),"aria-label":e.keyLabel}),t.jsx("button",{type:"button",onClick:()=>x(!f),className:"absolute right-2 top-1/2 -translate-y-1/2 text-text-4 hover:text-text-2 cursor-pointer","aria-label":f?"Hide key":"Show key",children:f?t.jsx(Wn,{className:"w-3.5 h-3.5"}):t.jsx(ma,{className:"w-3.5 h-3.5"})})]}),t.jsx("button",{type:"button",onClick:M,disabled:!u.trim()||v,className:"h-8 px-4 rounded-md bg-accent text-surface-0 text-xs font-medium hover:bg-accent/80 transition-colors duration-100 cursor-pointer disabled:opacity-40 disabled:pointer-events-none focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-accent",children:v?"Saving...":"Save"})]})})]})}function Owe({providerStatus:e,installedIds:n,onSaveKey:o,onSubscriptionLogin:c}){const i=pn.filter(d=>{var u;return n.includes(d.id)||((u=e[d.id])==null?void 0:u.installed)});return i.some(d=>{var u;return(u=e[d.id])==null?void 0:u.authenticated}),t.jsxs("div",{className:"flex flex-col items-center max-w-2xl mx-auto w-full",children:[t.jsxs("div",{className:"text-center mb-8",children:[t.jsx("h2",{className:"text-2xl font-bold text-text-0 mb-2",children:"Connect your accounts"}),t.jsx("p",{className:"text-sm text-text-2",children:"Add credentials for your installed providers."})]}),t.jsx("div",{className:"flex flex-col gap-4 w-full mb-6",children:i.map(d=>t.jsx(ywe,{provider:d,providerStatus:e[d.id]||{},onSaveKey:o,onSubscriptionLogin:c},d.id))}),i.length===0&&t.jsx("p",{className:"text-sm text-text-3 text-center",children:"No providers installed yet. Go back to install one."})]})}function gwe({providerStatus:e,installedIds:n,defaultProvider:o,defaultModel:c,onSetDefault:i}){var u;const d=pn.filter(p=>{var f,x;return(n.includes(p.id)||((f=e[p.id])==null?void 0:f.installed))&&((x=e[p.id])==null?void 0:x.authenticated)});return t.jsxs("div",{className:"flex flex-col items-center max-w-2xl mx-auto w-full",children:[t.jsxs("div",{className:"text-center mb-8",children:[t.jsx("h2",{className:"text-2xl font-bold text-text-0 mb-2",children:"Set your default"}),t.jsx("p",{className:"text-sm text-text-2",children:"Choose which provider and model to use by default. You can switch per-agent anytime."})]}),t.jsxs("div",{className:"flex flex-col gap-3 w-full max-w-md mb-6",children:[d.map(p=>t.jsxs("button",{type:"button",onClick:()=>i(p.id,p.models[0]),className:te("flex items-center gap-4 p-4 rounded-md border transition-all duration-200 text-left cursor-pointer","focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-accent",o===p.id?"bg-accent/8 border-accent ring-1 ring-accent/30":"bg-surface-2 border-border-subtle hover:bg-surface-3"),children:[t.jsx("div",{className:te("w-10 h-10 rounded-md flex items-center justify-center text-sm font-bold font-mono shrink-0",p.gradientFrom),children:p.letter}),t.jsxs("div",{className:"flex-1 min-w-0",children:[t.jsx("h3",{className:"text-sm font-semibold text-text-0",children:p.name}),t.jsx("p",{className:"text-2xs text-text-3",children:p.subtitle})]}),t.jsx("div",{className:te("w-5 h-5 rounded-full border-2 flex items-center justify-center transition-colors",o===p.id?"border-accent bg-accent":"border-border"),children:o===p.id&&t.jsx("div",{className:"w-2 h-2 rounded-full bg-surface-0"})})]},p.id)),d.length===0&&t.jsx("p",{className:"text-sm text-text-3 text-center",children:"No authenticated providers. Go back to connect one."})]}),o&&t.jsxs("div",{className:"w-full max-w-md",children:[t.jsx("label",{className:"text-xs font-medium text-text-2 mb-2 block",children:"Model"}),t.jsx("div",{className:"flex flex-wrap gap-2",children:(u=pn.find(p=>p.id===o))==null?void 0:u.models.map(p=>t.jsx("button",{type:"button",onClick:()=>i(o,p),className:te("h-7 px-3 rounded-full text-xs font-medium transition-colors duration-100 cursor-pointer","focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-accent",c===p?"bg-accent text-surface-0":"bg-surface-4 text-text-2 hover:bg-surface-5 hover:text-text-0"),children:p},p))})]})]})}function kwe({providerStatus:e,defaultProvider:n,defaultModel:o,onFinish:c}){var u;const i=pn.filter(p=>{var f;return(f=e[p.id])==null?void 0:f.installed}).length,d=(u=pn.find(p=>p.id===n))==null?void 0:u.name;return t.jsxs("div",{className:"flex flex-col items-center justify-center text-center gap-6 max-w-lg mx-auto",children:[t.jsx(tn.div,{initial:{scale:0},animate:{scale:1},transition:{type:"spring",stiffness:300,damping:20},className:"w-20 h-20 rounded-full bg-success/15 flex items-center justify-center",children:t.jsx(He,{className:"w-10 h-10 text-success",strokeWidth:2.5})}),t.jsxs("div",{className:"space-y-2",children:[t.jsx("h1",{className:"text-2xl font-bold text-text-0 font-sans",children:"You're all set!"}),t.jsxs("p",{className:"text-sm text-text-2",children:[i," provider",i!==1?"s":""," installed",d?`, default: ${d}`:"",o?` (${o})`:""]})]}),t.jsx(tn.div,{className:"flex gap-3 mt-4",initial:{opacity:0,y:8},animate:{opacity:1,y:0},transition:{delay:.3},children:t.jsxs("button",{type:"button",onClick:c,className:"h-11 px-8 rounded-full bg-accent text-surface-0 font-semibold text-sm hover:bg-accent/80 transition-colors duration-100 cursor-pointer focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-accent focus-visible:ring-offset-2 focus-visible:ring-offset-surface-0 flex items-center gap-2",autoFocus:!0,children:[t.jsx(St,{className:"w-4 h-4"}),"Start Building"]})})]})}const G0=6;function vwe(){const e=R(Y=>Y.dismissOnboarding),n=R(Y=>Y.installProvider),o=R(Y=>Y.setDefaultProvider),c=R(Y=>Y.addToast),[i,d]=O.useState(0),[u,p]=O.useState(1),[f,x]=O.useState(["claude-code"]),[v,g]=O.useState({}),[k,b]=O.useState({}),[M,w]=O.useState(null),[N,j]=O.useState(null),[C,_]=O.useState(!0),[Q,V]=O.useState(null),A=O.useRef(null);O.useEffect(()=>{let Y=!1;async function U(){var he;try{const pe=await fetch("/api/onboarding/status").then(Oe=>Oe.ok?Oe.json():null);if(pe!=null&&pe.providers){const Oe={},Se=[];for(const de of pe.providers){const ke=de.authStatus==="authenticated"||de.authStatus==="key-set";Oe[de.id]={installed:de.installed,authenticated:ke},de.installed&&Se.push(de.id)}return{status:Oe,installedIds:Se,workingDir:((he=pe.config)==null?void 0:he.defaultWorkingDir)||null}}}catch{}try{const pe=await fetch("/api/providers").then(Oe=>Oe.ok?Oe.json():null);if(pe){const Oe={},Se=[],de=Array.isArray(pe)?pe:pe.providers||[];for(const ke of de){const ct=ke.installed||ke.authStatus==="authenticated"||ke.authStatus==="key-set"||!1;Oe[ke.id]={installed:ct,authenticated:ke.authenticated||!1},ct&&Se.push(ke.id)}return{status:Oe,installedIds:Se}}}catch{}return null}async function fe(){_(!0);let he=await U();if(!Y&&he&&he.installedIds.length===0)for(let pe=0;pe<2;pe++){if(await new Promise(Oe=>setTimeout(Oe,2e3)),Y)return;if(he=await U(),he&&he.installedIds.length>0)break}!Y&&he&&(b(he.status),he.installedIds.length>0&&x(pe=>[...new Set([...pe,...he.installedIds])]),he.workingDir&&!Q&&V(he.workingDir)),Y||_(!1)}return fe(),()=>{Y=!0}},[i]);const P=O.useCallback(()=>{i<G0-1&&(p(1),d(Y=>Y+1))},[i]),z=O.useCallback(()=>{i>0&&(p(-1),d(Y=>Y-1))},[i]),F=O.useCallback(()=>{e()},[e]),q=O.useCallback(async()=>{if(Q)try{await V(Q)}catch{c("error","Failed to set project directory")}e()},[e,Q,c]),ce=O.useCallback(async Y=>{g(U=>({...U,[Y]:!0}));try{await n(Y),b(U=>({...U,[Y]:{...U[Y],installed:!0}})),x(U=>U.includes(Y)?U:[...U,Y])}catch{b(U=>({...U,[Y]:{...U[Y],failed:!0}}))}finally{g(U=>({...U,[Y]:!1}))}},[n]),ne=O.useCallback(async(Y,U)=>{try{if(!(await fetch(`/api/credentials/${encodeURIComponent(Y)}`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({key:U})})).ok)throw new Error("Failed to save key");b(he=>({...he,[Y]:{...he[Y],authenticated:!0,maskedKey:`${U.slice(0,6)}${"•".repeat(20)}`}})),c("success","API key saved")}catch(fe){throw c("error","Failed to save key",fe.message),fe}},[c]),oe=O.useCallback(Y=>{var U,fe;Go()&&((fe=(U=window.groove)==null?void 0:U.auth)!=null&&fe.login)?window.groove.auth.login():fetch("/api/auth/login-url").then(he=>he.json()).then(he=>{he.url&&window.open(he.url,"_blank")}).catch(()=>c("error","Failed to start login"))},[c]),E=O.useCallback(async(Y,U)=>{w(Y),j(U);try{await o(Y,U)}catch{}},[o]),T=pn.some(Y=>{var U;return(U=k[Y.id])==null?void 0:U.installed}),L=pn.some(Y=>{var U;return(U=k[Y.id])==null?void 0:U.authenticated}),X=i===0||i===1?!0:i===2?T:i===3?L:i===4?!!M:!1;O.useEffect(()=>{const Y=U=>{U.key==="Enter"&&i<G0-1&&X&&P(),U.key==="Escape"&&F()};return window.addEventListener("keydown",Y),()=>window.removeEventListener("keydown",Y)},[i,X,P,F]);const K=[t.jsx(fwe,{onNext:P,onSkip:F},"welcome"),t.jsx(mwe,{selectedDir:Q,onSelectDir:V},"folder"),t.jsx(xwe,{providerStatus:k,selected:f,onInstall:ce,installing:v,statusChecking:C},"install"),t.jsx(Owe,{providerStatus:k,installedIds:f,onSaveKey:ne,onSubscriptionLogin:oe},"auth"),t.jsx(gwe,{providerStatus:k,installedIds:f,defaultProvider:M,defaultModel:N,onSetDefault:E},"default"),t.jsx(kwe,{providerStatus:k,defaultProvider:M,defaultModel:N,onFinish:q},"done")];return t.jsxs("div",{ref:A,className:"fixed inset-0 z-50 bg-gradient-to-b from-surface-0 to-surface-1 flex flex-col font-sans overflow-hidden",children:[Go()&&t.jsx("div",{className:"h-8 w-full electron-drag shrink-0"}),t.jsxs("div",{className:"flex items-center justify-between px-8 py-4 shrink-0",children:[t.jsx(pwe,{current:i,total:G0}),i>0&&i<G0-1&&t.jsx("button",{type:"button",onClick:F,className:"text-xs text-text-4 hover:text-text-2 transition-colors cursor-pointer focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-accent rounded px-2 py-1",children:"Skip setup"})]}),t.jsx("div",{className:"flex-1 flex items-center justify-center px-8 py-4 overflow-y-auto",children:t.jsx(Wd,{mode:"wait",custom:u,children:t.jsx(tn.div,{custom:u,variants:hwe,initial:"enter",animate:"center",exit:"exit",transition:uwe,className:"w-full",children:K[i]},i)})}),i>0&&i<G0-1&&t.jsxs("div",{className:"flex items-center justify-between px-8 py-8 shrink-0",children:[t.jsxs("button",{type:"button",onClick:z,className:"h-10 px-6 rounded-md text-sm text-text-2 hover:text-text-0 bg-surface-3 hover:bg-surface-4 transition-colors duration-100 cursor-pointer flex items-center gap-1.5 focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-accent",children:[t.jsx(As,{className:"w-4 h-4"}),"Back"]}),t.jsxs("button",{type:"button",onClick:P,disabled:!X,className:"h-10 px-8 rounded-md text-sm font-medium bg-accent text-surface-0 hover:bg-accent/80 transition-colors duration-100 cursor-pointer disabled:opacity-40 disabled:pointer-events-none flex items-center gap-1.5 focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-accent",children:[i===4?"Finish Setup":"Continue",t.jsx(qt,{className:"w-4 h-4"})]})]})]})}const bwe=[{icon:Fa,label:"SSH Tunnel",desc:"Connect to remote servers"},{icon:Ct,label:"Federation",desc:"Multi-machine daemon pairing"},{icon:Cd,label:"Cloud Teams",desc:"Coming soon"}];function Mwe(){var w;const e=R(N=>N.upgradeModalOpen),n=R(N=>N.setUpgradeModalOpen),o=R(N=>N.marketplaceAuthenticated),c=R(N=>N.marketplaceLogin),i=R(N=>N.startCheckout),d=R(N=>N.addToast),[u,p]=O.useState(null),[f,x]=O.useState("monthly"),[v,g]=O.useState(!1);O.useEffect(()=>{e&&!u&&R.getState().fetchSubscriptionPlans().then(N=>p(N)).catch(()=>{})},[e,u]);const k=(w=u==null?void 0:u.pro)==null?void 0:w[f],b=f==="annual"?`$${Math.round(((k==null?void 0:k.price)||96)/12)}/mo`:`$${(k==null?void 0:k.price)||10}/mo`;async function M(){var N;if(!o){c();return}if(!(k!=null&&k.priceId)){tQ("https://groovedev.ai/pro"),n(!1);return}g(!0);try{await i(k.priceId),n(!1)}catch(j){j.status===401||(N=j.message)!=null&&N.includes("Not authenticated")?(d("info","Please sign in first"),c()):j.status===409&&(d("info","You already have a subscription"),n(!1))}finally{g(!1)}}return t.jsx(Dn,{open:e,onOpenChange:n,children:t.jsx(Hn,{title:"Upgrade to Pro",className:"max-w-[440px]",children:t.jsxs("div",{className:"px-6 py-5",children:[t.jsxs("div",{className:"text-center mb-6",children:[t.jsx("div",{className:"mx-auto mb-3 w-12 h-12 rounded-full bg-accent/10 flex items-center justify-center",children:t.jsx(St,{size:22,className:"text-accent"})}),t.jsx("h2",{className:"text-lg font-bold text-text-0",children:"Upgrade to Groove Pro"}),t.jsx("p",{className:"text-sm text-text-2 mt-1",children:"Unlock powerful features for your AI workflow"})]}),t.jsx("div",{className:"space-y-3 mb-6",children:bwe.map(N=>t.jsxs("div",{className:"flex items-center gap-3",children:[t.jsx("div",{className:"w-8 h-8 rounded-md bg-surface-4 flex items-center justify-center flex-shrink-0",children:t.jsx(N.icon,{size:15,className:"text-accent"})}),t.jsxs("div",{children:[t.jsx("p",{className:"text-sm font-medium text-text-0",children:N.label}),t.jsx("p",{className:"text-2xs text-text-3",children:N.desc})]}),t.jsx(He,{size:14,className:"text-success ml-auto flex-shrink-0"})]},N.label))}),t.jsxs("div",{className:"flex gap-1 mb-5 bg-surface-3 p-0.5 rounded-md",children:[t.jsx("button",{type:"button",onClick:()=>x("monthly"),className:te("flex-1 h-8 rounded text-xs font-medium transition-colors cursor-pointer",f==="monthly"?"bg-surface-5 text-text-0":"text-text-3 hover:text-text-1"),children:"Monthly"}),t.jsxs("button",{type:"button",onClick:()=>x("annual"),className:te("flex-1 h-8 rounded text-xs font-medium transition-colors cursor-pointer",f==="annual"?"bg-surface-5 text-text-0":"text-text-3 hover:text-text-1"),children:["Annual",t.jsx("span",{className:"ml-1 text-success text-2xs",children:"Save 20%"})]})]}),t.jsxs("div",{className:"text-center mb-5",children:[t.jsx("span",{className:"text-3xl font-bold text-text-0",children:b}),f==="annual"&&t.jsxs("p",{className:"text-2xs text-text-3 mt-1",children:["Billed $",(k==null?void 0:k.price)||96,"/year"]})]}),t.jsx("button",{type:"button",onClick:M,disabled:v,className:"w-full h-10 rounded-lg bg-accent text-white font-semibold text-sm hover:bg-accent/90 transition-colors cursor-pointer disabled:opacity-50 disabled:pointer-events-none flex items-center justify-center gap-2",children:v?"Processing...":o?t.jsxs(t.Fragment,{children:[t.jsx(St,{size:15})," Subscribe — ",b]}):t.jsxs(t.Fragment,{children:[t.jsx(Vo,{size:15})," Sign in to subscribe"]})}),t.jsx("button",{type:"button",onClick:()=>n(!1),className:"w-full mt-2 text-xs text-text-4 hover:text-text-2 transition-colors cursor-pointer py-1",children:"Maybe later"})]})})})}function wwe(e,[n,o]){return Math.min(o,Math.max(n,e))}function jwe(e,n){return O.useReducer((o,c)=>n[o][c]??o,e)}var FP="ScrollArea",[sH]=Hs(FP),[Swe,an]=sH(FP),oH=O.forwardRef((e,n)=>{const{__scopeScrollArea:o,type:c="hover",dir:i,scrollHideDelay:d=600,...u}=e,[p,f]=O.useState(null),[x,v]=O.useState(null),[g,k]=O.useState(null),[b,M]=O.useState(null),[w,N]=O.useState(null),[j,C]=O.useState(0),[_,Q]=O.useState(0),[V,A]=O.useState(!1),[P,z]=O.useState(!1),F=ht(n,ce=>f(ce)),q=RQ(i);return t.jsx(Swe,{scope:o,type:c,dir:q,scrollHideDelay:d,scrollArea:p,viewport:x,onViewportChange:v,content:g,onContentChange:k,scrollbarX:b,onScrollbarXChange:M,scrollbarXEnabled:V,onScrollbarXEnabledChange:A,scrollbarY:w,onScrollbarYChange:N,scrollbarYEnabled:P,onScrollbarYEnabledChange:z,onCornerWidthChange:C,onCornerHeightChange:Q,children:t.jsx(Ye.div,{dir:q,...u,ref:F,style:{position:"relative","--radix-scroll-area-corner-width":j+"px","--radix-scroll-area-corner-height":_+"px",...e.style}})})});oH.displayName=FP;var cH="ScrollAreaViewport",iH=O.forwardRef((e,n)=>{const{__scopeScrollArea:o,children:c,nonce:i,...d}=e,u=an(cH,o),p=O.useRef(null),f=ht(n,p,u.onViewportChange);return t.jsxs(t.Fragment,{children:[t.jsx("style",{dangerouslySetInnerHTML:{__html:"[data-radix-scroll-area-viewport]{scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;}[data-radix-scroll-area-viewport]::-webkit-scrollbar{display:none}"},nonce:i}),t.jsx(Ye.div,{"data-radix-scroll-area-viewport":"",...d,ref:f,style:{overflowX:u.scrollbarXEnabled?"scroll":"hidden",overflowY:u.scrollbarYEnabled?"scroll":"hidden",...e.style},children:t.jsx("div",{ref:u.onContentChange,style:{minWidth:"100%",display:"table"},children:c})})]})});iH.displayName=cH;var es="ScrollAreaScrollbar",rH=O.forwardRef((e,n)=>{const{forceMount:o,...c}=e,i=an(es,e.__scopeScrollArea),{onScrollbarXEnabledChange:d,onScrollbarYEnabledChange:u}=i,p=e.orientation==="horizontal";return O.useEffect(()=>(p?d(!0):u(!0),()=>{p?d(!1):u(!1)}),[p,d,u]),i.type==="hover"?t.jsx(Nwe,{...c,ref:n,forceMount:o}):i.type==="scroll"?t.jsx(_we,{...c,ref:n,forceMount:o}):i.type==="auto"?t.jsx(lH,{...c,ref:n,forceMount:o}):i.type==="always"?t.jsx(KP,{...c,ref:n}):null});rH.displayName=es;var Nwe=O.forwardRef((e,n)=>{const{forceMount:o,...c}=e,i=an(es,e.__scopeScrollArea),[d,u]=O.useState(!1);return O.useEffect(()=>{const p=i.scrollArea;let f=0;if(p){const x=()=>{window.clearTimeout(f),u(!0)},v=()=>{f=window.setTimeout(()=>u(!1),i.scrollHideDelay)};return p.addEventListener("pointerenter",x),p.addEventListener("pointerleave",v),()=>{window.clearTimeout(f),p.removeEventListener("pointerenter",x),p.removeEventListener("pointerleave",v)}}},[i.scrollArea,i.scrollHideDelay]),t.jsx(oa,{present:o||d,children:t.jsx(lH,{"data-state":d?"visible":"hidden",...c,ref:n})})}),_we=O.forwardRef((e,n)=>{const{forceMount:o,...c}=e,i=an(es,e.__scopeScrollArea),d=e.orientation==="horizontal",u=DQ(()=>f("SCROLL_END"),100),[p,f]=jwe("hidden",{hidden:{SCROLL:"scrolling"},scrolling:{SCROLL_END:"idle",POINTER_ENTER:"interacting"},interacting:{SCROLL:"interacting",POINTER_LEAVE:"idle"},idle:{HIDE:"hidden",SCROLL:"scrolling",POINTER_ENTER:"interacting"}});return O.useEffect(()=>{if(p==="idle"){const x=window.setTimeout(()=>f("HIDE"),i.scrollHideDelay);return()=>window.clearTimeout(x)}},[p,i.scrollHideDelay,f]),O.useEffect(()=>{const x=i.viewport,v=d?"scrollLeft":"scrollTop";if(x){let g=x[v];const k=()=>{const b=x[v];g!==b&&(f("SCROLL"),u()),g=b};return x.addEventListener("scroll",k),()=>x.removeEventListener("scroll",k)}},[i.viewport,d,f,u]),t.jsx(oa,{present:o||p!=="hidden",children:t.jsx(KP,{"data-state":p==="hidden"?"hidden":"visible",...c,ref:n,onPointerEnter:$e(e.onPointerEnter,()=>f("POINTER_ENTER")),onPointerLeave:$e(e.onPointerLeave,()=>f("POINTER_LEAVE"))})})}),lH=O.forwardRef((e,n)=>{const o=an(es,e.__scopeScrollArea),{forceMount:c,...i}=e,[d,u]=O.useState(!1),p=e.orientation==="horizontal",f=DQ(()=>{if(o.viewport){const x=o.viewport.offsetWidth<o.viewport.scrollWidth,v=o.viewport.offsetHeight<o.viewport.scrollHeight;u(p?x:v)}},10);return Hd(o.viewport,f),Hd(o.content,f),t.jsx(oa,{present:c||d,children:t.jsx(KP,{"data-state":d?"visible":"hidden",...i,ref:n})})}),KP=O.forwardRef((e,n)=>{const{orientation:o="vertical",...c}=e,i=an(es,e.__scopeScrollArea),d=O.useRef(null),u=O.useRef(0),[p,f]=O.useState({content:0,viewport:0,scrollbar:{size:0,paddingStart:0,paddingEnd:0}}),x=fH(p.viewport,p.content),v={...c,sizes:p,onSizesChange:f,hasThumb:x>0&&x<1,onThumbChange:k=>d.current=k,onThumbPointerUp:()=>u.current=0,onThumbPointerDown:k=>u.current=k};function g(k,b){return Twe(k,u.current,p,b)}return o==="horizontal"?t.jsx($we,{...v,ref:n,onThumbPositionChange:()=>{if(i.viewport&&d.current){const k=i.viewport.scrollLeft,b=iE(k,p,i.dir);d.current.style.transform=`translate3d(${b}px, 0, 0)`}},onWheelScroll:k=>{i.viewport&&(i.viewport.scrollLeft=k)},onDragScroll:k=>{i.viewport&&(i.viewport.scrollLeft=g(k,i.dir))}}):o==="vertical"?t.jsx(Cwe,{...v,ref:n,onThumbPositionChange:()=>{if(i.viewport&&d.current){const k=i.viewport.scrollTop,b=iE(k,p);d.current.style.transform=`translate3d(0, ${b}px, 0)`}},onWheelScroll:k=>{i.viewport&&(i.viewport.scrollTop=k)},onDragScroll:k=>{i.viewport&&(i.viewport.scrollTop=g(k))}}):null}),$we=O.forwardRef((e,n)=>{const{sizes:o,onSizesChange:c,...i}=e,d=an(es,e.__scopeScrollArea),[u,p]=O.useState(),f=O.useRef(null),x=ht(n,f,d.onScrollbarXChange);return O.useEffect(()=>{f.current&&p(getComputedStyle(f.current))},[f]),t.jsx(hH,{"data-orientation":"horizontal",...i,ref:x,sizes:o,style:{bottom:0,left:d.dir==="rtl"?"var(--radix-scroll-area-corner-width)":0,right:d.dir==="ltr"?"var(--radix-scroll-area-corner-width)":0,"--radix-scroll-area-thumb-width":ZQ(o)+"px",...e.style},onThumbPointerDown:v=>e.onThumbPointerDown(v.x),onDragScroll:v=>e.onDragScroll(v.x),onWheelScroll:(v,g)=>{if(d.viewport){const k=d.viewport.scrollLeft+v.deltaX;e.onWheelScroll(k),xH(k,g)&&v.preventDefault()}},onResize:()=>{f.current&&d.viewport&&u&&c({content:d.viewport.scrollWidth,viewport:d.viewport.offsetWidth,scrollbar:{size:f.current.clientWidth,paddingStart:pQ(u.paddingLeft),paddingEnd:pQ(u.paddingRight)}})}})}),Cwe=O.forwardRef((e,n)=>{const{sizes:o,onSizesChange:c,...i}=e,d=an(es,e.__scopeScrollArea),[u,p]=O.useState(),f=O.useRef(null),x=ht(n,f,d.onScrollbarYChange);return O.useEffect(()=>{f.current&&p(getComputedStyle(f.current))},[f]),t.jsx(hH,{"data-orientation":"vertical",...i,ref:x,sizes:o,style:{top:0,right:d.dir==="ltr"?0:void 0,left:d.dir==="rtl"?0:void 0,bottom:"var(--radix-scroll-area-corner-height)","--radix-scroll-area-thumb-height":ZQ(o)+"px",...e.style},onThumbPointerDown:v=>e.onThumbPointerDown(v.y),onDragScroll:v=>e.onDragScroll(v.y),onWheelScroll:(v,g)=>{if(d.viewport){const k=d.viewport.scrollTop+v.deltaY;e.onWheelScroll(k),xH(k,g)&&v.preventDefault()}},onResize:()=>{f.current&&d.viewport&&u&&c({content:d.viewport.scrollHeight,viewport:d.viewport.offsetHeight,scrollbar:{size:f.current.clientHeight,paddingStart:pQ(u.paddingTop),paddingEnd:pQ(u.paddingBottom)}})}})}),[Qwe,dH]=sH(es),hH=O.forwardRef((e,n)=>{const{__scopeScrollArea:o,sizes:c,hasThumb:i,onThumbChange:d,onThumbPointerUp:u,onThumbPointerDown:p,onThumbPositionChange:f,onDragScroll:x,onWheelScroll:v,onResize:g,...k}=e,b=an(es,o),[M,w]=O.useState(null),N=ht(n,F=>w(F)),j=O.useRef(null),C=O.useRef(""),_=b.viewport,Q=c.content-c.viewport,V=Dt(v),A=Dt(f),P=DQ(g,10);function z(F){if(j.current){const q=F.clientX-j.current.left,ce=F.clientY-j.current.top;x({x:q,y:ce})}}return O.useEffect(()=>{const F=q=>{const ce=q.target;(M==null?void 0:M.contains(ce))&&V(q,Q)};return document.addEventListener("wheel",F,{passive:!1}),()=>document.removeEventListener("wheel",F,{passive:!1})},[_,M,Q,V]),O.useEffect(A,[c,A]),Hd(M,P),Hd(b.content,P),t.jsx(Qwe,{scope:o,scrollbar:M,hasThumb:i,onThumbChange:Dt(d),onThumbPointerUp:Dt(u),onThumbPositionChange:A,onThumbPointerDown:Dt(p),children:t.jsx(Ye.div,{...k,ref:N,style:{position:"absolute",...k.style},onPointerDown:$e(e.onPointerDown,F=>{F.button===0&&(F.target.setPointerCapture(F.pointerId),j.current=M.getBoundingClientRect(),C.current=document.body.style.webkitUserSelect,document.body.style.webkitUserSelect="none",b.viewport&&(b.viewport.style.scrollBehavior="auto"),z(F))}),onPointerMove:$e(e.onPointerMove,z),onPointerUp:$e(e.onPointerUp,F=>{const q=F.target;q.hasPointerCapture(F.pointerId)&&q.releasePointerCapture(F.pointerId),document.body.style.webkitUserSelect=C.current,b.viewport&&(b.viewport.style.scrollBehavior=""),j.current=null})})})}),uQ="ScrollAreaThumb",uH=O.forwardRef((e,n)=>{const{forceMount:o,...c}=e,i=dH(uQ,e.__scopeScrollArea);return t.jsx(oa,{present:o||i.hasThumb,children:t.jsx(Lwe,{ref:n,...c})})}),Lwe=O.forwardRef((e,n)=>{const{__scopeScrollArea:o,style:c,...i}=e,d=an(uQ,o),u=dH(uQ,o),{onThumbPositionChange:p}=u,f=ht(n,g=>u.onThumbChange(g)),x=O.useRef(void 0),v=DQ(()=>{x.current&&(x.current(),x.current=void 0)},100);return O.useEffect(()=>{const g=d.viewport;if(g){const k=()=>{if(v(),!x.current){const b=Pwe(g,p);x.current=b,p()}};return p(),g.addEventListener("scroll",k),()=>g.removeEventListener("scroll",k)}},[d.viewport,v,p]),t.jsx(Ye.div,{"data-state":u.hasThumb?"visible":"hidden",...i,ref:f,style:{width:"var(--radix-scroll-area-thumb-width)",height:"var(--radix-scroll-area-thumb-height)",...c},onPointerDownCapture:$e(e.onPointerDownCapture,g=>{const b=g.target.getBoundingClientRect(),M=g.clientX-b.left,w=g.clientY-b.top;u.onThumbPointerDown({x:M,y:w})}),onPointerUp:$e(e.onPointerUp,u.onThumbPointerUp)})});uH.displayName=uQ;var JP="ScrollAreaCorner",pH=O.forwardRef((e,n)=>{const o=an(JP,e.__scopeScrollArea),c=!!(o.scrollbarX&&o.scrollbarY);return o.type!=="scroll"&&c?t.jsx(zwe,{...e,ref:n}):null});pH.displayName=JP;var zwe=O.forwardRef((e,n)=>{const{__scopeScrollArea:o,...c}=e,i=an(JP,o),[d,u]=O.useState(0),[p,f]=O.useState(0),x=!!(d&&p);return Hd(i.scrollbarX,()=>{var g;const v=((g=i.scrollbarX)==null?void 0:g.offsetHeight)||0;i.onCornerHeightChange(v),f(v)}),Hd(i.scrollbarY,()=>{var g;const v=((g=i.scrollbarY)==null?void 0:g.offsetWidth)||0;i.onCornerWidthChange(v),u(v)}),x?t.jsx(Ye.div,{...c,ref:n,style:{width:d,height:p,position:"absolute",right:i.dir==="ltr"?0:void 0,left:i.dir==="rtl"?0:void 0,bottom:0,...e.style}}):null});function pQ(e){return e?parseInt(e,10):0}function fH(e,n){const o=e/n;return isNaN(o)?0:o}function ZQ(e){const n=fH(e.viewport,e.content),o=e.scrollbar.paddingStart+e.scrollbar.paddingEnd,c=(e.scrollbar.size-o)*n;return Math.max(c,18)}function Twe(e,n,o,c="ltr"){const i=ZQ(o),d=i/2,u=n||d,p=i-u,f=o.scrollbar.paddingStart+u,x=o.scrollbar.size-o.scrollbar.paddingEnd-p,v=o.content-o.viewport,g=c==="ltr"?[0,v]:[v*-1,0];return mH([f,x],g)(e)}function iE(e,n,o="ltr"){const c=ZQ(n),i=n.scrollbar.paddingStart+n.scrollbar.paddingEnd,d=n.scrollbar.size-i,u=n.content-n.viewport,p=d-c,f=o==="ltr"?[0,u]:[u*-1,0],x=wwe(e,f);return mH([0,u],[0,p])(x)}function mH(e,n){return o=>{if(e[0]===e[1]||n[0]===n[1])return n[0];const c=(n[1]-n[0])/(e[1]-e[0]);return n[0]+c*(o-e[0])}}function xH(e,n){return e>0&&e<n}var Pwe=(e,n=()=>{})=>{let o={left:e.scrollLeft,top:e.scrollTop},c=0;return(function i(){const d={left:e.scrollLeft,top:e.scrollTop},u=o.left!==d.left,p=o.top!==d.top;(u||p)&&n(),o=d,c=window.requestAnimationFrame(i)})(),()=>window.cancelAnimationFrame(c)};function DQ(e,n){const o=Dt(e),c=O.useRef(0);return O.useEffect(()=>()=>window.clearTimeout(c.current),[]),O.useCallback(()=>{window.clearTimeout(c.current),c.current=window.setTimeout(o,n)},[o,n])}function Hd(e,n){const o=Dt(n);Xs(()=>{let c=0;if(e){const i=new ResizeObserver(()=>{cancelAnimationFrame(c),c=window.requestAnimationFrame(o)});return i.observe(e),()=>{window.cancelAnimationFrame(c),i.unobserve(e)}}},[e,o])}var Awe=oH,qwe=iH,rE=rH,lE=uH,Iwe=pH;function Kt({children:e,className:n,...o}){return t.jsxs(Awe,{className:te("overflow-hidden",n),...o,children:[t.jsx(qwe,{className:"h-full w-full rounded-[inherit]",children:e}),t.jsx(rE,{orientation:"vertical",className:"flex touch-none select-none p-0.5 transition-colors w-2",children:t.jsx(lE,{className:"relative flex-1 rounded-full bg-surface-5 hover:bg-surface-6"})}),t.jsx(rE,{orientation:"horizontal",className:"flex touch-none select-none flex-col p-0.5 transition-colors h-2",children:t.jsx(lE,{className:"relative flex-1 rounded-full bg-surface-5 hover:bg-surface-6"})}),t.jsx(Iwe,{})]})}const Rwe={js:"text-warning",jsx:"text-warning",ts:"text-info",tsx:"text-info",css:"text-info",html:"text-orange",json:"text-warning",md:"text-text-2",py:"text-success",rs:"text-orange",go:"text-accent",sh:"text-success",yaml:"text-danger",yml:"text-danger",sql:"text-purple",xml:"text-orange",svg:"text-warning"};function Vwe(e){var o;const n=(o=e.split(".").pop())==null?void 0:o.toLowerCase();return Rwe[n]||"text-text-3"}function Ewe({x:e,y:n,items:o,onClose:c}){const i=O.useRef(null);return O.useEffect(()=>{function d(u){i.current&&!i.current.contains(u.target)&&c()}return document.addEventListener("mousedown",d),()=>document.removeEventListener("mousedown",d)},[c]),t.jsx("div",{ref:i,className:"fixed z-50 min-w-[160px] py-1 bg-surface-2 border border-border rounded-lg shadow-xl",style:{left:e,top:n},children:o.map((d,u)=>d.separator?t.jsx("div",{className:"h-px bg-border-subtle my-1"},u):t.jsxs("button",{onClick:()=>{d.action(),c()},className:te("w-full flex items-center gap-2.5 px-3 py-1.5 text-xs font-sans text-left cursor-pointer transition-colors",d.danger?"text-danger hover:bg-danger/10":"text-text-1 hover:bg-surface-5"),children:[d.icon&&t.jsx(d.icon,{size:12,className:d.danger?"text-danger":"text-text-3"}),d.label]},u))})}function fQ({defaultValue:e="",placeholder:n,onSubmit:o,onCancel:c,depth:i=0}){const[d,u]=O.useState(e),p=O.useRef(null);O.useEffect(()=>{var x,v;(x=p.current)==null||x.focus(),e&&((v=p.current)==null||v.select())},[e]);function f(x){if(x.key==="Enter"){const v=d.trim();v&&o(v)}x.key==="Escape"&&c()}return t.jsx("div",{className:"flex items-center py-0.5",style:{paddingLeft:i*16+8},children:t.jsx("input",{ref:p,value:d,onChange:x=>u(x.target.value),onKeyDown:f,onBlur:c,placeholder:n,className:"w-full h-5 px-1.5 text-xs bg-surface-0 border border-accent rounded text-text-0 font-sans focus:outline-none"})})}function yH({entry:e,depth:n=0,activePath:o,onFileClick:c,onDirToggle:i,expanded:d,onContextMenu:u}){const p=e.type==="dir",f=o===e.path,x=d.has(e.path),v=n*16+8;function g(k){k.preventDefault(),k.stopPropagation(),u(k,e)}return t.jsxs("button",{onClick:()=>p?i(e.path):c(e.path),onContextMenu:g,className:te("w-full flex items-center gap-1.5 py-1 text-xs font-sans cursor-pointer","hover:bg-surface-5 transition-colors text-left select-none",f&&"bg-accent/10 text-text-0",!f&&"text-text-1"),style:{paddingLeft:v},children:[p?t.jsxs(t.Fragment,{children:[x?t.jsx(At,{size:12,className:"text-text-4 flex-shrink-0"}):t.jsx(qt,{size:12,className:"text-text-4 flex-shrink-0"}),x?t.jsx(Ft,{size:14,className:"text-accent flex-shrink-0"}):t.jsx(Ld,{size:14,className:"text-text-3 flex-shrink-0"})]}):t.jsxs(t.Fragment,{children:[t.jsx("span",{className:"w-3"}),t.jsx(l2,{size:14,className:te("flex-shrink-0",Vwe(e.name))})]}),t.jsx("span",{className:"truncate",children:e.name})]})}function OH({dirPath:e,depth:n,activePath:o,onFileClick:c,expanded:i,onDirToggle:d,treeCache:u,fetchTreeDir:p,onContextMenu:f,inlineInput:x}){const v=u[e]||[];return O.useEffect(()=>{i.has(e)&&!u[e]&&p(e)},[i,e,u,p]),i.has(e)?t.jsxs(t.Fragment,{children:[(x==null?void 0:x.parentPath)===e&&t.jsx(fQ,{placeholder:x.type==="file"?"filename.ext":"folder-name",onSubmit:x.onSubmit,onCancel:x.onCancel,depth:n}),v.map(g=>t.jsxs("div",{children:[(x==null?void 0:x.renamePath)===g.path?t.jsx(fQ,{defaultValue:g.name,onSubmit:x.onSubmit,onCancel:x.onCancel,depth:n}):t.jsx(yH,{entry:g,depth:n,activePath:o,onFileClick:c,onDirToggle:d,expanded:i,onContextMenu:f}),g.type==="dir"&&t.jsx(OH,{dirPath:g.path,depth:n+1,activePath:o,onFileClick:c,expanded:i,onDirToggle:d,treeCache:u,fetchTreeDir:p,onContextMenu:f,inlineInput:x})]},g.path))]}):null}function Xwe({rootDir:e}){const n=R(z=>z.editorTreeCache),o=R(z=>z.editorActiveFile),c=R(z=>z.openFile),i=R(z=>z.fetchTreeDir),d=R(z=>z.addToast),[u,p]=O.useState(new Set([""])),[f,x]=O.useState(""),[v,g]=O.useState(null),[k,b]=O.useState(null);O.useEffect(()=>{i("")},[i,e]);function M(z){p(F=>{const q=new Set(F);return q.has(z)?q.delete(z):q.add(z),q})}function w(z,F){g({x:z.clientX,y:z.clientY,entry:F})}function N(z){z.preventDefault(),g({x:z.clientX,y:z.clientY,entry:{type:"dir",path:"",name:"root"}})}function j(z){const F=z.split("/");return F.pop(),F.join("/")}async function C(z){p(F=>new Set([...F,z])),b({type:"file",parentPath:z,onSubmit:async F=>{const q=z?`${z}/${F}`:F;try{await H.post("/files/create",{path:q,content:""}),i(z),c(q),d("success",`Created ${F}`)}catch(ce){d("error","Create failed",ce.message)}b(null)},onCancel:()=>b(null)})}async function _(z){p(F=>new Set([...F,z])),b({type:"folder",parentPath:z,onSubmit:async F=>{const q=z?`${z}/${F}`:F;try{await H.post("/files/mkdir",{path:q}),i(z),p(ce=>new Set([...ce,q])),d("success",`Created ${F}/`)}catch(ce){d("error","Create folder failed",ce.message)}b(null)},onCancel:()=>b(null)})}async function Q(z){b({type:"rename",renamePath:z.path,onSubmit:async F=>{const q=j(z.path),ce=q?`${q}/${F}`:F;try{await H.post("/files/rename",{oldPath:z.path,newPath:ce}),i(q),d("success",`Renamed to ${F}`)}catch(ne){d("error","Rename failed",ne.message)}b(null)},onCancel:()=>b(null)})}async function V(z){const F=z.type==="dir"?`folder "${z.name}" and all contents`:`"${z.name}"`;if(window.confirm(`Delete ${F}?`))try{await H.delete(`/files/delete?path=${encodeURIComponent(z.path)}`),i(j(z.path)),d("success",`Deleted ${z.name}`)}catch(q){d("error","Delete failed",q.message)}}function A(z){const F=z.type==="dir",q=[];return F&&(q.push({icon:h1,label:"New File",action:()=>C(z.path)}),q.push({icon:u1,label:"New Folder",action:()=>_(z.path)})),z.name!=="root"?(q.length>0&&q.push({separator:!0}),q.push({icon:Zo,label:"Rename",action:()=>Q(z)}),q.push({icon:Ht,label:"Delete",danger:!0,action:()=>V(z)})):(q.length=0,q.push({icon:h1,label:"New File",action:()=>C("")}),q.push({icon:u1,label:"New Folder",action:()=>_("")})),q}const P=n[""]||[];return t.jsxs("div",{className:"flex flex-col h-full bg-surface-1",onContextMenu:N,children:[t.jsxs("div",{className:"flex items-center gap-1 px-2 py-1.5 border-b border-border-subtle",children:[t.jsxs("div",{className:"flex-1 relative",children:[t.jsx(It,{size:12,className:"absolute left-2 top-1/2 -translate-y-1/2 text-text-4"}),t.jsx("input",{value:f,onChange:z=>x(z.target.value),placeholder:"Filter...",className:"w-full h-6 pl-6 pr-2 text-xs bg-surface-0 border border-border-subtle rounded text-text-1 placeholder:text-text-4 focus:outline-none focus:border-accent font-sans"})]}),t.jsx("button",{onClick:()=>C(""),className:"p-1 text-text-4 hover:text-text-1 transition-colors cursor-pointer",title:"New file",children:t.jsx(h1,{size:12})}),t.jsx("button",{onClick:()=>_(""),className:"p-1 text-text-4 hover:text-text-1 transition-colors cursor-pointer",title:"New folder",children:t.jsx(u1,{size:12})}),t.jsx("button",{onClick:()=>i(""),className:"p-1 text-text-4 hover:text-text-1 transition-colors cursor-pointer",title:"Refresh",children:t.jsx(na,{size:12})})]}),t.jsx(Kt,{className:"flex-1",children:t.jsxs("div",{className:"py-1",children:[(k==null?void 0:k.parentPath)===""&&t.jsx(fQ,{placeholder:k.type==="file"?"filename.ext":"folder-name",onSubmit:k.onSubmit,onCancel:k.onCancel,depth:0}),P.filter(z=>!f||z.name.toLowerCase().includes(f.toLowerCase())).map(z=>t.jsxs("div",{children:[(k==null?void 0:k.renamePath)===z.path?t.jsx(fQ,{defaultValue:z.name,onSubmit:k.onSubmit,onCancel:k.onCancel,depth:0}):t.jsx(yH,{entry:z,depth:0,activePath:o,onFileClick:c,onDirToggle:M,expanded:u,onContextMenu:w}),z.type==="dir"&&t.jsx(OH,{dirPath:z.path,depth:1,activePath:o,onFileClick:c,expanded:u,onDirToggle:M,treeCache:n,fetchTreeDir:i,onContextMenu:w,inlineInput:k})]},z.path))]})}),v&&t.jsx(Ewe,{x:v.x,y:v.y,items:A(v.entry),onClose:()=>g(null)})]})}function Zwe(){const e=R(w=>w.editorOpenTabs),n=R(w=>w.editorActiveFile),o=R(w=>w.editorFiles),c=R(w=>w.setActiveFile),i=R(w=>w.closeFile),d=O.useRef(null),[u,p]=O.useState(!1),f=O.useCallback(()=>{const w=d.current;w&&p(w.scrollWidth>w.clientWidth)},[]);O.useEffect(()=>{f();const w=d.current;if(!w)return;const N=new ResizeObserver(f);return N.observe(w),()=>N.disconnect()},[f,e.length]);function x(){var w;(w=d.current)==null||w.scrollBy({left:-120,behavior:"smooth"})}function v(){var w;(w=d.current)==null||w.scrollBy({left:120,behavior:"smooth"})}function g(w){e.filter(N=>N!==w).forEach(N=>i(N))}function k(){[...e].forEach(w=>i(w))}function b(w){const N=e.indexOf(w);e.slice(N+1).forEach(j=>i(j))}function M(w){var N;(N=navigator.clipboard)==null||N.writeText(w)}return e.length===0?null:t.jsxs("div",{className:"flex items-center h-8 bg-surface-3 border-b border-border flex-shrink-0",children:[u&&t.jsx("button",{onClick:x,className:"flex-shrink-0 px-1 h-full text-text-4 hover:text-text-1 hover:bg-surface-4 transition-colors cursor-pointer",children:t.jsx(As,{size:14})}),t.jsx("div",{ref:d,className:"flex items-center flex-1 min-w-0 overflow-x-auto scrollbar-none scroll-smooth",style:{scrollSnapType:"x mandatory"},children:e.map(w=>{const N=w===n,j=o[w],C=j&&j.content!==j.originalContent,_=w.split("/").pop();return t.jsxs(JD,{children:[t.jsx(eH,{asChild:!0,children:t.jsxs("div",{className:te("flex items-center gap-1.5 h-full px-3 text-xs font-sans cursor-pointer select-none","border-r border-border-subtle","transition-colors duration-75 flex-shrink-0",N?"bg-surface-2 text-text-0 border-b-2 border-b-accent":"bg-surface-3 text-text-3 hover:text-text-1 hover:bg-surface-4"),style:{scrollSnapAlign:"start"},onClick:()=>c(w),onAuxClick:Q=>{Q.button===1&&(Q.preventDefault(),i(w))},children:[t.jsx("span",{className:"truncate max-w-[120px]",children:_}),C&&t.jsx("span",{className:"w-1.5 h-1.5 rounded-full bg-warning flex-shrink-0"}),t.jsx("button",{onClick:Q=>{Q.stopPropagation(),i(w)},className:"p-0.5 rounded hover:bg-surface-5 text-text-4 hover:text-text-1 transition-colors cursor-pointer ml-0.5",children:t.jsx(nt,{size:12})})]})}),t.jsxs(tH,{children:[t.jsxs(Co,{onSelect:()=>i(w),children:[t.jsx(nt,{size:12,className:"text-text-3"})," Close"]}),t.jsxs(Co,{onSelect:()=>g(w),children:[t.jsx(un,{size:12,className:"text-text-3"})," Close Others"]}),t.jsxs(Co,{onSelect:()=>k(),children:[t.jsx(un,{size:12,className:"text-text-3"})," Close All"]}),t.jsxs(Co,{onSelect:()=>b(w),children:[t.jsx(qt,{size:12,className:"text-text-3"})," Close to the Right"]}),t.jsx(aH,{}),t.jsxs(Co,{onSelect:()=>M(w),children:[t.jsx(Gn,{size:12,className:"text-text-3"})," Copy Path"]})]})]},w)})}),u&&t.jsx("button",{onClick:v,className:"flex-shrink-0 px-1 h-full text-text-4 hover:text-text-1 hover:bg-surface-4 transition-colors cursor-pointer",children:t.jsx(qt,{size:14})})]})}var dE={};class mQ{constructor(n,o,c,i,d,u,p,f,x,v=0,g){this.p=n,this.stack=o,this.state=c,this.reducePos=i,this.pos=d,this.score=u,this.buffer=p,this.bufferBase=f,this.curContext=x,this.lookAhead=v,this.parent=g}toString(){return`[${this.stack.filter((n,o)=>o%3==0).concat(this.state)}]@${this.pos}${this.score?"!"+this.score:""}`}static start(n,o,c=0){let i=n.parser.context;return new mQ(n,[],o,c,c,0,[],0,i?new hE(i,i.start):null,0,null)}get context(){return this.curContext?this.curContext.context:null}pushState(n,o){this.stack.push(this.state,o,this.bufferBase+this.buffer.length),this.state=n}reduce(n){var o;let c=n>>19,i=n&65535,{parser:d}=this.p,u=this.reducePos<this.pos-25&&this.setLookAhead(this.pos),p=d.dynamicPrecedence(i);if(p&&(this.score+=p),c==0){this.pushState(d.getGoto(this.state,i,!0),this.reducePos),i<d.minRepeatTerm&&this.storeNode(i,this.reducePos,this.reducePos,u?8:4,!0),this.reduceContext(i,this.reducePos);return}let f=this.stack.length-(c-1)*3-(n&262144?6:0),x=f?this.stack[f-2]:this.p.ranges[0].from,v=this.reducePos-x;v>=2e3&&!(!((o=this.p.parser.nodeSet.types[i])===null||o===void 0)&&o.isAnonymous)&&(x==this.p.lastBigReductionStart?(this.p.bigReductionCount++,this.p.lastBigReductionSize=v):this.p.lastBigReductionSize<v&&(this.p.bigReductionCount=1,this.p.lastBigReductionStart=x,this.p.lastBigReductionSize=v));let g=f?this.stack[f-1]:0,k=this.bufferBase+this.buffer.length-g;if(i<d.minRepeatTerm||n&131072){let b=d.stateFlag(this.state,1)?this.pos:this.reducePos;this.storeNode(i,x,b,k+4,!0)}if(n&262144)this.state=this.stack[f];else{let b=this.stack[f-3];this.state=d.getGoto(b,i,!0)}for(;this.stack.length>f;)this.stack.pop();this.reduceContext(i,x)}storeNode(n,o,c,i=4,d=!1){if(n==0&&(!this.stack.length||this.stack[this.stack.length-1]<this.buffer.length+this.bufferBase)){let u=this,p=this.buffer.length;if(p==0&&u.parent&&(p=u.bufferBase-u.parent.bufferBase,u=u.parent),p>0&&u.buffer[p-4]==0&&u.buffer[p-1]>-1){if(o==c)return;if(u.buffer[p-2]>=o){u.buffer[p-2]=c;return}}}if(!d||this.pos==c)this.buffer.push(n,o,c,i);else{let u=this.buffer.length;if(u>0&&(this.buffer[u-4]!=0||this.buffer[u-1]<0)){let p=!1;for(let f=u;f>0&&this.buffer[f-2]>c;f-=4)if(this.buffer[f-1]>=0){p=!0;break}if(p)for(;u>0&&this.buffer[u-2]>c;)this.buffer[u]=this.buffer[u-4],this.buffer[u+1]=this.buffer[u-3],this.buffer[u+2]=this.buffer[u-2],this.buffer[u+3]=this.buffer[u-1],u-=4,i>4&&(i-=4)}this.buffer[u]=n,this.buffer[u+1]=o,this.buffer[u+2]=c,this.buffer[u+3]=i}}shift(n,o,c,i){if(n&131072)this.pushState(n&65535,this.pos);else if((n&262144)==0){let d=n,{parser:u}=this.p;this.pos=i;let p=u.stateFlag(d,1);!p&&(i>c||o<=u.maxNode)&&(this.reducePos=i),this.pushState(d,p?c:Math.min(c,this.reducePos)),this.shiftContext(o,c),o<=u.maxNode&&this.buffer.push(o,c,i,4)}else this.pos=i,this.shiftContext(o,c),o<=this.p.parser.maxNode&&this.buffer.push(o,c,i,4)}apply(n,o,c,i){n&65536?this.reduce(n):this.shift(n,o,c,i)}useNode(n,o){let c=this.p.reused.length-1;(c<0||this.p.reused[c]!=n)&&(this.p.reused.push(n),c++);let i=this.pos;this.reducePos=this.pos=i+n.length,this.pushState(o,i),this.buffer.push(c,i,this.reducePos,-1),this.curContext&&this.updateContext(this.curContext.tracker.reuse(this.curContext.context,n,this,this.p.stream.reset(this.pos-n.length)))}split(){let n=this,o=n.buffer.length;for(;o>0&&n.buffer[o-2]>n.reducePos;)o-=4;let c=n.buffer.slice(o),i=n.bufferBase+o;for(;n&&i==n.bufferBase;)n=n.parent;return new mQ(this.p,this.stack.slice(),this.state,this.reducePos,this.pos,this.score,c,i,this.curContext,this.lookAhead,n)}recoverByDelete(n,o){let c=n<=this.p.parser.maxNode;c&&this.storeNode(n,this.pos,o,4),this.storeNode(0,this.pos,o,c?8:4),this.pos=this.reducePos=o,this.score-=190}canShift(n){for(let o=new Dwe(this);;){let c=this.p.parser.stateSlot(o.state,4)||this.p.parser.hasAction(o.state,n);if(c==0)return!1;if((c&65536)==0)return!0;o.reduce(c)}}recoverByInsert(n){if(this.stack.length>=300)return[];let o=this.p.parser.nextStates(this.state);if(o.length>8||this.stack.length>=120){let i=[];for(let d=0,u;d<o.length;d+=2)(u=o[d+1])!=this.state&&this.p.parser.hasAction(u,n)&&i.push(o[d],u);if(this.stack.length<120)for(let d=0;i.length<8&&d<o.length;d+=2){let u=o[d+1];i.some((p,f)=>f&1&&p==u)||i.push(o[d],u)}o=i}let c=[];for(let i=0;i<o.length&&c.length<4;i+=2){let d=o[i+1];if(d==this.state)continue;let u=this.split();u.pushState(d,this.pos),u.storeNode(0,u.pos,u.pos,4,!0),u.shiftContext(o[i],this.pos),u.reducePos=this.pos,u.score-=200,c.push(u)}return c}forceReduce(){let{parser:n}=this.p,o=n.stateSlot(this.state,5);if((o&65536)==0)return!1;if(!n.validAction(this.state,o)){let c=o>>19,i=o&65535,d=this.stack.length-c*3;if(d<0||n.getGoto(this.stack[d],i,!1)<0){let u=this.findForcedReduction();if(u==null)return!1;o=u}this.storeNode(0,this.pos,this.pos,4,!0),this.score-=100}return this.reducePos=this.pos,this.reduce(o),!0}findForcedReduction(){let{parser:n}=this.p,o=[],c=(i,d)=>{if(!o.includes(i))return o.push(i),n.allActions(i,u=>{if(!(u&393216))if(u&65536){let p=(u>>19)-d;if(p>1){let f=u&65535,x=this.stack.length-p*3;if(x>=0&&n.getGoto(this.stack[x],f,!1)>=0)return p<<19|65536|f}}else{let p=c(u,d+1);if(p!=null)return p}})};return c(this.state,0)}forceAll(){for(;!this.p.parser.stateFlag(this.state,2);)if(!this.forceReduce()){this.storeNode(0,this.pos,this.pos,4,!0);break}return this}get deadEnd(){if(this.stack.length!=3)return!1;let{parser:n}=this.p;return n.data[n.stateSlot(this.state,1)]==65535&&!n.stateSlot(this.state,4)}restart(){this.storeNode(0,this.pos,this.pos,4,!0),this.state=this.stack[0],this.stack.length=0}sameState(n){if(this.state!=n.state||this.stack.length!=n.stack.length)return!1;for(let o=0;o<this.stack.length;o+=3)if(this.stack[o]!=n.stack[o])return!1;return!0}get parser(){return this.p.parser}dialectEnabled(n){return this.p.parser.dialect.flags[n]}shiftContext(n,o){this.curContext&&this.updateContext(this.curContext.tracker.shift(this.curContext.context,n,this,this.p.stream.reset(o)))}reduceContext(n,o){this.curContext&&this.updateContext(this.curContext.tracker.reduce(this.curContext.context,n,this,this.p.stream.reset(o)))}emitContext(){let n=this.buffer.length-1;(n<0||this.buffer[n]!=-3)&&this.buffer.push(this.curContext.hash,this.pos,this.pos,-3)}emitLookAhead(){let n=this.buffer.length-1;(n<0||this.buffer[n]!=-4)&&this.buffer.push(this.lookAhead,this.pos,this.pos,-4)}updateContext(n){if(n!=this.curContext.context){let o=new hE(this.curContext.tracker,n);o.hash!=this.curContext.hash&&this.emitContext(),this.curContext=o}}setLookAhead(n){return n<=this.lookAhead?!1:(this.emitLookAhead(),this.lookAhead=n,!0)}close(){this.curContext&&this.curContext.tracker.strict&&this.emitContext(),this.lookAhead>0&&this.emitLookAhead()}}class hE{constructor(n,o){this.tracker=n,this.context=o,this.hash=n.strict?n.hash(o):0}}class Dwe{constructor(n){this.start=n,this.state=n.state,this.stack=n.stack,this.base=this.stack.length}reduce(n){let o=n&65535,c=n>>19;c==0?(this.stack==this.start.stack&&(this.stack=this.stack.slice()),this.stack.push(this.state,0,0),this.base+=3):this.base-=(c-1)*3;let i=this.start.p.parser.getGoto(this.stack[this.base-3],o,!0);this.state=i}}class xQ{constructor(n,o,c){this.stack=n,this.pos=o,this.index=c,this.buffer=n.buffer,this.index==0&&this.maybeNext()}static create(n,o=n.bufferBase+n.buffer.length){return new xQ(n,o,o-n.bufferBase)}maybeNext(){let n=this.stack.parent;n!=null&&(this.index=this.stack.bufferBase-n.bufferBase,this.stack=n,this.buffer=n.buffer)}get id(){return this.buffer[this.index-4]}get start(){return this.buffer[this.index-3]}get end(){return this.buffer[this.index-2]}get size(){return this.buffer[this.index-1]}next(){this.index-=4,this.pos-=4,this.index==0&&this.maybeNext()}fork(){return new xQ(this.stack,this.pos,this.index)}}function K0(e,n=Uint16Array){if(typeof e!="string")return e;let o=null;for(let c=0,i=0;c<e.length;){let d=0;for(;;){let u=e.charCodeAt(c++),p=!1;if(u==126){d=65535;break}u>=92&&u--,u>=34&&u--;let f=u-32;if(f>=46&&(f-=46,p=!0),d+=f,p)break;d*=46}o?o[i++]=d:o=new n(d)}return o}class YC{constructor(){this.start=-1,this.value=-1,this.end=-1,this.extended=-1,this.lookAhead=0,this.mask=0,this.context=0}}const uE=new YC;class Hwe{constructor(n,o){this.input=n,this.ranges=o,this.chunk="",this.chunkOff=0,this.chunk2="",this.chunk2Pos=0,this.next=-1,this.token=uE,this.rangeIndex=0,this.pos=this.chunkPos=o[0].from,this.range=o[0],this.end=o[o.length-1].to,this.readNext()}resolveOffset(n,o){let c=this.range,i=this.rangeIndex,d=this.pos+n;for(;d<c.from;){if(!i)return null;let u=this.ranges[--i];d-=c.from-u.to,c=u}for(;o<0?d>c.to:d>=c.to;){if(i==this.ranges.length-1)return null;let u=this.ranges[++i];d+=u.from-c.to,c=u}return d}clipPos(n){if(n>=this.range.from&&n<this.range.to)return n;for(let o of this.ranges)if(o.to>n)return Math.max(n,o.from);return this.end}peek(n){let o=this.chunkOff+n,c,i;if(o>=0&&o<this.chunk.length)c=this.pos+n,i=this.chunk.charCodeAt(o);else{let d=this.resolveOffset(n,1);if(d==null)return-1;if(c=d,c>=this.chunk2Pos&&c<this.chunk2Pos+this.chunk2.length)i=this.chunk2.charCodeAt(c-this.chunk2Pos);else{let u=this.rangeIndex,p=this.range;for(;p.to<=c;)p=this.ranges[++u];this.chunk2=this.input.chunk(this.chunk2Pos=c),c+this.chunk2.length>p.to&&(this.chunk2=this.chunk2.slice(0,p.to-c)),i=this.chunk2.charCodeAt(0)}}return c>=this.token.lookAhead&&(this.token.lookAhead=c+1),i}acceptToken(n,o=0){let c=o?this.resolveOffset(o,-1):this.pos;if(c==null||c<this.token.start)throw new RangeError("Token end out of bounds");this.token.value=n,this.token.end=c}acceptTokenTo(n,o){this.token.value=n,this.token.end=o}getChunk(){if(this.pos>=this.chunk2Pos&&this.pos<this.chunk2Pos+this.chunk2.length){let{chunk:n,chunkPos:o}=this;this.chunk=this.chunk2,this.chunkPos=this.chunk2Pos,this.chunk2=n,this.chunk2Pos=o,this.chunkOff=this.pos-this.chunkPos}else{this.chunk2=this.chunk,this.chunk2Pos=this.chunkPos;let n=this.input.chunk(this.pos),o=this.pos+n.length;this.chunk=o>this.range.to?n.slice(0,this.range.to-this.pos):n,this.chunkPos=this.pos,this.chunkOff=0}}readNext(){return this.chunkOff>=this.chunk.length&&(this.getChunk(),this.chunkOff==this.chunk.length)?this.next=-1:this.next=this.chunk.charCodeAt(this.chunkOff)}advance(n=1){for(this.chunkOff+=n;this.pos+n>=this.range.to;){if(this.rangeIndex==this.ranges.length-1)return this.setDone();n-=this.range.to-this.pos,this.range=this.ranges[++this.rangeIndex],this.pos=this.range.from}return this.pos+=n,this.pos>=this.token.lookAhead&&(this.token.lookAhead=this.pos+1),this.readNext()}setDone(){return this.pos=this.chunkPos=this.end,this.range=this.ranges[this.rangeIndex=this.ranges.length-1],this.chunk="",this.next=-1}reset(n,o){if(o?(this.token=o,o.start=n,o.lookAhead=n+1,o.value=o.extended=-1):this.token=uE,this.pos!=n){if(this.pos=n,n==this.end)return this.setDone(),this;for(;n<this.range.from;)this.range=this.ranges[--this.rangeIndex];for(;n>=this.range.to;)this.range=this.ranges[++this.rangeIndex];n>=this.chunkPos&&n<this.chunkPos+this.chunk.length?this.chunkOff=n-this.chunkPos:(this.chunk="",this.chunkOff=0),this.readNext()}return this}read(n,o){if(n>=this.chunkPos&&o<=this.chunkPos+this.chunk.length)return this.chunk.slice(n-this.chunkPos,o-this.chunkPos);if(n>=this.chunk2Pos&&o<=this.chunk2Pos+this.chunk2.length)return this.chunk2.slice(n-this.chunk2Pos,o-this.chunk2Pos);if(n>=this.range.from&&o<=this.range.to)return this.input.read(n,o);let c="";for(let i of this.ranges){if(i.from>=o)break;i.to>n&&(c+=this.input.read(Math.max(i.from,n),Math.min(i.to,o)))}return c}}class Ed{constructor(n,o){this.data=n,this.id=o}token(n,o){let{parser:c}=o.p;gH(this.data,n,o,this.id,c.data,c.tokenPrecTable)}}Ed.prototype.contextual=Ed.prototype.fallback=Ed.prototype.extend=!1;class yQ{constructor(n,o,c){this.precTable=o,this.elseToken=c,this.data=typeof n=="string"?K0(n):n}token(n,o){let c=n.pos,i=0;for(;;){let d=n.next<0,u=n.resolveOffset(1,1);if(gH(this.data,n,o,0,this.data,this.precTable),n.token.value>-1)break;if(this.elseToken==null)return;if(d||i++,u==null)break;n.reset(u,n.token)}i&&(n.reset(c,n.token),n.acceptToken(this.elseToken,i))}}yQ.prototype.contextual=Ed.prototype.fallback=Ed.prototype.extend=!1;class Ut{constructor(n,o={}){this.token=n,this.contextual=!!o.contextual,this.fallback=!!o.fallback,this.extend=!!o.extend}}function gH(e,n,o,c,i,d){let u=0,p=1<<c,{dialect:f}=o.p.parser;e:for(;(p&e[u])!=0;){let x=e[u+1];for(let b=u+3;b<x;b+=2)if((e[b+1]&p)>0){let M=e[b];if(f.allows(M)&&(n.token.value==-1||n.token.value==M||Uwe(M,n.token.value,i,d))){n.acceptToken(M);break}}let v=n.next,g=0,k=e[u+2];if(n.next<0&&k>g&&e[x+k*3-3]==65535){u=e[x+k*3-1];continue e}for(;g<k;){let b=g+k>>1,M=x+b+(b<<1),w=e[M],N=e[M+1]||65536;if(v<w)k=b;else if(v>=N)g=b+1;else{u=e[M+2],n.advance();continue e}}break}}function pE(e,n,o){for(let c=n,i;(i=e[c])!=65535;c++)if(i==o)return c-n;return-1}function Uwe(e,n,o,c){let i=pE(o,c,n);return i<0||pE(o,c,e)<i}const Na=typeof process<"u"&&dE&&/\bparse\b/.test(dE.LOG);let NT=null;function fE(e,n,o){let c=e.cursor(jQ.IncludeAnonymous);for(c.moveTo(n);;)if(!(o<0?c.childBefore(n):c.childAfter(n)))for(;;){if((o<0?c.to<n:c.from>n)&&!c.type.isError)return o<0?Math.max(0,Math.min(c.to-1,n-25)):Math.min(e.length,Math.max(c.from+1,n+25));if(o<0?c.prevSibling():c.nextSibling())break;if(!c.parent())return o<0?0:e.length}}let Gwe=class{constructor(n,o){this.fragments=n,this.nodeSet=o,this.i=0,this.fragment=null,this.safeFrom=-1,this.safeTo=-1,this.trees=[],this.start=[],this.index=[],this.nextFragment()}nextFragment(){let n=this.fragment=this.i==this.fragments.length?null:this.fragments[this.i++];if(n){for(this.safeFrom=n.openStart?fE(n.tree,n.from+n.offset,1)-n.offset:n.from,this.safeTo=n.openEnd?fE(n.tree,n.to+n.offset,-1)-n.offset:n.to;this.trees.length;)this.trees.pop(),this.start.pop(),this.index.pop();this.trees.push(n.tree),this.start.push(-n.offset),this.index.push(0),this.nextStart=this.safeFrom}else this.nextStart=1e9}nodeAt(n){if(n<this.nextStart)return null;for(;this.fragment&&this.safeTo<=n;)this.nextFragment();if(!this.fragment)return null;for(;;){let o=this.trees.length-1;if(o<0)return this.nextFragment(),null;let c=this.trees[o],i=this.index[o];if(i==c.children.length){this.trees.pop(),this.start.pop(),this.index.pop();continue}let d=c.children[i],u=this.start[o]+c.positions[i];if(u>n)return this.nextStart=u,null;if(d instanceof xn){if(u==n){if(u<this.safeFrom)return null;let p=u+d.length;if(p<=this.safeTo){let f=d.prop(Es.lookAhead);if(!f||p+f<this.fragment.to)return d}}this.index[o]++,u+d.length>=Math.max(this.safeFrom,n)&&(this.trees.push(d),this.start.push(u),this.index.push(0))}else this.index[o]++,this.nextStart=u+d.length}}};class Bwe{constructor(n,o){this.stream=o,this.tokens=[],this.mainToken=null,this.actions=[],this.tokens=n.tokenizers.map(c=>new YC)}getActions(n){let o=0,c=null,{parser:i}=n.p,{tokenizers:d}=i,u=i.stateSlot(n.state,3),p=n.curContext?n.curContext.hash:0,f=0;for(let x=0;x<d.length;x++){if((1<<x&u)==0)continue;let v=d[x],g=this.tokens[x];if(!(c&&!v.fallback)&&((v.contextual||g.start!=n.pos||g.mask!=u||g.context!=p)&&(this.updateCachedToken(g,v,n),g.mask=u,g.context=p),g.lookAhead>g.end+25&&(f=Math.max(g.lookAhead,f)),g.value!=0)){let k=o;if(g.extended>-1&&(o=this.addActions(n,g.extended,g.end,o)),o=this.addActions(n,g.value,g.end,o),!v.extend&&(c=g,o>k))break}}for(;this.actions.length>o;)this.actions.pop();return f&&n.setLookAhead(f),!c&&n.pos==this.stream.end&&(c=new YC,c.value=n.p.parser.eofTerm,c.start=c.end=n.pos,o=this.addActions(n,c.value,c.end,o)),this.mainToken=c,this.actions}getMainToken(n){if(this.mainToken)return this.mainToken;let o=new YC,{pos:c,p:i}=n;return o.start=c,o.end=Math.min(c+1,i.stream.end),o.value=c==i.stream.end?i.parser.eofTerm:0,o}updateCachedToken(n,o,c){let i=this.stream.clipPos(c.pos);if(o.token(this.stream.reset(i,n),c),n.value>-1){let{parser:d}=c.p;for(let u=0;u<d.specialized.length;u++)if(d.specialized[u]==n.value){let p=d.specializers[u](this.stream.read(n.start,n.end),c);if(p>=0&&c.p.parser.dialect.allows(p>>1)){(p&1)==0?n.value=p>>1:n.extended=p>>1;break}}}else n.value=0,n.end=this.stream.clipPos(i+1)}putAction(n,o,c,i){for(let d=0;d<i;d+=3)if(this.actions[d]==n)return i;return this.actions[i++]=n,this.actions[i++]=o,this.actions[i++]=c,i}addActions(n,o,c,i){let{state:d}=n,{parser:u}=n.p,{data:p}=u;for(let f=0;f<2;f++)for(let x=u.stateSlot(d,f?2:1);;x+=3){if(p[x]==65535)if(p[x+1]==1)x=Ts(p,x+2);else{i==0&&p[x+1]==2&&(i=this.putAction(Ts(p,x+2),o,c,i));break}p[x]==o&&(i=this.putAction(Ts(p,x+1),o,c,i))}return i}}class Wwe{constructor(n,o,c,i){this.parser=n,this.input=o,this.ranges=i,this.recovering=0,this.nextStackID=9812,this.minStackPos=0,this.reused=[],this.stoppedAt=null,this.lastBigReductionStart=-1,this.lastBigReductionSize=0,this.bigReductionCount=0,this.stream=new Hwe(o,i),this.tokens=new Bwe(n,this.stream),this.topTerm=n.top[1];let{from:d}=i[0];this.stacks=[mQ.start(this,n.top[0],d)],this.fragments=c.length&&this.stream.end-d>n.bufferLength*4?new Gwe(c,n.nodeSet):null}get parsedPos(){return this.minStackPos}advance(){let n=this.stacks,o=this.minStackPos,c=this.stacks=[],i,d;if(this.bigReductionCount>300&&n.length==1){let[u]=n;for(;u.forceReduce()&&u.stack.length&&u.stack[u.stack.length-2]>=this.lastBigReductionStart;);this.bigReductionCount=this.lastBigReductionSize=0}for(let u=0;u<n.length;u++){let p=n[u];for(;;){if(this.tokens.mainToken=null,p.pos>o)c.push(p);else{if(this.advanceStack(p,c,n))continue;{i||(i=[],d=[]),i.push(p);let f=this.tokens.getMainToken(p);d.push(f.value,f.end)}}break}}if(!c.length){let u=i&&Fwe(i);if(u)return Na&&console.log("Finish with "+this.stackID(u)),this.stackToTree(u);if(this.parser.strict)throw Na&&i&&console.log("Stuck with token "+(this.tokens.mainToken?this.parser.getName(this.tokens.mainToken.value):"none")),new SyntaxError("No parse at "+o);this.recovering||(this.recovering=5)}if(this.recovering&&i){let u=this.stoppedAt!=null&&i[0].pos>this.stoppedAt?i[0]:this.runRecovery(i,d,c);if(u)return Na&&console.log("Force-finish "+this.stackID(u)),this.stackToTree(u.forceAll())}if(this.recovering){let u=this.recovering==1?1:this.recovering*3;if(c.length>u)for(c.sort((p,f)=>f.score-p.score);c.length>u;)c.pop();c.some(p=>p.reducePos>o)&&this.recovering--}else if(c.length>1){e:for(let u=0;u<c.length-1;u++){let p=c[u];for(let f=u+1;f<c.length;f++){let x=c[f];if(p.sameState(x)||p.buffer.length>500&&x.buffer.length>500)if((p.score-x.score||p.buffer.length-x.buffer.length)>0)c.splice(f--,1);else{c.splice(u--,1);continue e}}}c.length>12&&(c.sort((u,p)=>p.score-u.score),c.splice(12,c.length-12))}this.minStackPos=c[0].pos;for(let u=1;u<c.length;u++)c[u].pos<this.minStackPos&&(this.minStackPos=c[u].pos);return null}stopAt(n){if(this.stoppedAt!=null&&this.stoppedAt<n)throw new RangeError("Can't move stoppedAt forward");this.stoppedAt=n}advanceStack(n,o,c){let i=n.pos,{parser:d}=this,u=Na?this.stackID(n)+" -> ":"";if(this.stoppedAt!=null&&i>this.stoppedAt)return n.forceReduce()?n:null;if(this.fragments){let x=n.curContext&&n.curContext.tracker.strict,v=x?n.curContext.hash:0;for(let g=this.fragments.nodeAt(i);g;){let k=this.parser.nodeSet.types[g.type.id]==g.type?d.getGoto(n.state,g.type.id):-1;if(k>-1&&g.length&&(!x||(g.prop(Es.contextHash)||0)==v))return n.useNode(g,k),Na&&console.log(u+this.stackID(n)+` (via reuse of ${d.getName(g.type.id)})`),!0;if(!(g instanceof xn)||g.children.length==0||g.positions[0]>0)break;let b=g.children[0];if(b instanceof xn&&g.positions[0]==0)g=b;else break}}let p=d.stateSlot(n.state,4);if(p>0)return n.reduce(p),Na&&console.log(u+this.stackID(n)+` (via always-reduce ${d.getName(p&65535)})`),!0;if(n.stack.length>=8400)for(;n.stack.length>6e3&&n.forceReduce(););let f=this.tokens.getActions(n);for(let x=0;x<f.length;){let v=f[x++],g=f[x++],k=f[x++],b=x==f.length||!c,M=b?n:n.split(),w=this.tokens.mainToken;if(M.apply(v,g,w?w.start:M.pos,k),Na&&console.log(u+this.stackID(M)+` (via ${(v&65536)==0?"shift":`reduce of ${d.getName(v&65535)}`} for ${d.getName(g)} @ ${i}${M==n?"":", split"})`),b)return!0;M.pos>i?o.push(M):c.push(M)}return!1}advanceFully(n,o){let c=n.pos;for(;;){if(!this.advanceStack(n,null,null))return!1;if(n.pos>c)return mE(n,o),!0}}runRecovery(n,o,c){let i=null,d=!1;for(let u=0;u<n.length;u++){let p=n[u],f=o[u<<1],x=o[(u<<1)+1],v=Na?this.stackID(p)+" -> ":"";if(p.deadEnd&&(d||(d=!0,p.restart(),Na&&console.log(v+this.stackID(p)+" (restarted)"),this.advanceFully(p,c))))continue;let g=p.split(),k=v;for(let b=0;b<10&&g.forceReduce()&&(Na&&console.log(k+this.stackID(g)+" (via force-reduce)"),!this.advanceFully(g,c));b++)Na&&(k=this.stackID(g)+" -> ");for(let b of p.recoverByInsert(f))Na&&console.log(v+this.stackID(b)+" (via recover-insert)"),this.advanceFully(b,c);this.stream.end>p.pos?(x==p.pos&&(x++,f=0),p.recoverByDelete(f,x),Na&&console.log(v+this.stackID(p)+` (via recover-delete ${this.parser.getName(f)})`),mE(p,c)):(!i||i.score<g.score)&&(i=g)}return i}stackToTree(n){return n.close(),xn.build({buffer:xQ.create(n),nodeSet:this.parser.nodeSet,topID:this.topTerm,maxBufferLength:this.parser.bufferLength,reused:this.reused,start:this.ranges[0].from,length:n.pos-this.ranges[0].from,minRepeatType:this.parser.minRepeatTerm})}stackID(n){let o=(NT||(NT=new WeakMap)).get(n);return o||NT.set(n,o=String.fromCodePoint(this.nextStackID++)),o+n}}function mE(e,n){for(let o=0;o<n.length;o++){let c=n[o];if(c.pos==e.pos&&c.sameState(e)){n[o].score<e.score&&(n[o]=e);return}}n.push(e)}class Ywe{constructor(n,o,c){this.source=n,this.flags=o,this.disabled=c}allows(n){return!this.disabled||this.disabled[n]==0}}const _T=e=>e;class eA{constructor(n){this.start=n.start,this.shift=n.shift||_T,this.reduce=n.reduce||_T,this.reuse=n.reuse||_T,this.hash=n.hash||(()=>0),this.strict=n.strict!==!1}}class Yo extends OX{constructor(n){if(super(),this.wrappers=[],n.version!=14)throw new RangeError(`Parser version (${n.version}) doesn't match runtime version (14)`);let o=n.nodeNames.split(" ");this.minRepeatTerm=o.length;for(let p=0;p<n.repeatNodeCount;p++)o.push("");let c=Object.keys(n.topRules).map(p=>n.topRules[p][1]),i=[];for(let p=0;p<o.length;p++)i.push([]);function d(p,f,x){i[p].push([f,f.deserialize(String(x))])}if(n.nodeProps)for(let p of n.nodeProps){let f=p[0];typeof f=="string"&&(f=Es[f]);for(let x=1;x<p.length;){let v=p[x++];if(v>=0)d(v,f,p[x++]);else{let g=p[x+-v];for(let k=-v;k>0;k--)d(p[x++],f,g);x++}}}this.nodeSet=new bP(o.map((p,f)=>U2.define({name:f>=this.minRepeatTerm?void 0:p,id:f,props:i[f],top:c.indexOf(f)>-1,error:f==0,skipped:n.skippedNodes&&n.skippedNodes.indexOf(f)>-1}))),n.propSources&&(this.nodeSet=this.nodeSet.extend(...n.propSources)),this.strict=!1,this.bufferLength=TW;let u=K0(n.tokenData);this.context=n.context,this.specializerSpecs=n.specialized||[],this.specialized=new Uint16Array(this.specializerSpecs.length);for(let p=0;p<this.specializerSpecs.length;p++)this.specialized[p]=this.specializerSpecs[p].term;this.specializers=this.specializerSpecs.map(xE),this.states=K0(n.states,Uint32Array),this.data=K0(n.stateData),this.goto=K0(n.goto),this.maxTerm=n.maxTerm,this.tokenizers=n.tokenizers.map(p=>typeof p=="number"?new Ed(u,p):p),this.topRules=n.topRules,this.dialects=n.dialects||{},this.dynamicPrecedences=n.dynamicPrecedences||null,this.tokenPrecTable=n.tokenPrec,this.termNames=n.termNames||null,this.maxNode=this.nodeSet.types.length-1,this.dialect=this.parseDialect(),this.top=this.topRules[Object.keys(this.topRules)[0]]}createParse(n,o,c){let i=new Wwe(this,n,o,c);for(let d of this.wrappers)i=d(i,n,o,c);return i}getGoto(n,o,c=!1){let i=this.goto;if(o>=i[0])return-1;for(let d=i[o+1];;){let u=i[d++],p=u&1,f=i[d++];if(p&&c)return f;for(let x=d+(u>>1);d<x;d++)if(i[d]==n)return f;if(p)return-1}}hasAction(n,o){let c=this.data;for(let i=0;i<2;i++)for(let d=this.stateSlot(n,i?2:1),u;;d+=3){if((u=c[d])==65535)if(c[d+1]==1)u=c[d=Ts(c,d+2)];else{if(c[d+1]==2)return Ts(c,d+2);break}if(u==o||u==0)return Ts(c,d+1)}return 0}stateSlot(n,o){return this.states[n*6+o]}stateFlag(n,o){return(this.stateSlot(n,0)&o)>0}validAction(n,o){return!!this.allActions(n,c=>c==o?!0:null)}allActions(n,o){let c=this.stateSlot(n,4),i=c?o(c):void 0;for(let d=this.stateSlot(n,1);i==null;d+=3){if(this.data[d]==65535)if(this.data[d+1]==1)d=Ts(this.data,d+2);else break;i=o(Ts(this.data,d+1))}return i}nextStates(n){let o=[];for(let c=this.stateSlot(n,1);;c+=3){if(this.data[c]==65535)if(this.data[c+1]==1)c=Ts(this.data,c+2);else break;if((this.data[c+2]&1)==0){let i=this.data[c+1];o.some((d,u)=>u&1&&d==i)||o.push(this.data[c],i)}}return o}configure(n){let o=Object.assign(Object.create(Yo.prototype),this);if(n.props&&(o.nodeSet=this.nodeSet.extend(...n.props)),n.top){let c=this.topRules[n.top];if(!c)throw new RangeError(`Invalid top rule name ${n.top}`);o.top=c}return n.tokenizers&&(o.tokenizers=this.tokenizers.map(c=>{let i=n.tokenizers.find(d=>d.from==c);return i?i.to:c})),n.specializers&&(o.specializers=this.specializers.slice(),o.specializerSpecs=this.specializerSpecs.map((c,i)=>{let d=n.specializers.find(p=>p.from==c.external);if(!d)return c;let u=Object.assign(Object.assign({},c),{external:d.to});return o.specializers[i]=xE(u),u})),n.contextTracker&&(o.context=n.contextTracker),n.dialect&&(o.dialect=this.parseDialect(n.dialect)),n.strict!=null&&(o.strict=n.strict),n.wrap&&(o.wrappers=o.wrappers.concat(n.wrap)),n.bufferLength!=null&&(o.bufferLength=n.bufferLength),o}hasWrappers(){return this.wrappers.length>0}getName(n){return this.termNames?this.termNames[n]:String(n<=this.maxNode&&this.nodeSet.types[n].name||n)}get eofTerm(){return this.maxNode+1}get topNode(){return this.nodeSet.types[this.top[1]]}dynamicPrecedence(n){let o=this.dynamicPrecedences;return o==null?0:o[n]||0}parseDialect(n){let o=Object.keys(this.dialects),c=o.map(()=>!1);if(n)for(let d of n.split(" ")){let u=o.indexOf(d);u>=0&&(c[u]=!0)}let i=null;for(let d=0;d<o.length;d++)if(!c[d])for(let u=this.dialects[o[d]],p;(p=this.data[u++])!=65535;)(i||(i=new Uint8Array(this.maxTerm+1)))[p]=1;return new Ywe(n,c,i)}static deserialize(n){return new Yo(n)}}function Ts(e,n){return e[n]|e[n+1]<<16}function Fwe(e){let n=null;for(let o of e){let c=o.p.stoppedAt;(o.pos==o.p.stream.end||c!=null&&o.pos>c)&&o.p.parser.stateFlag(o.state,2)&&(!n||n.score<o.score)&&(n=o)}return n}function xE(e){if(e.external){let n=e.extend?1:0;return(o,c)=>e.external(o,c)<<1|n}return e.get}const Kwe=316,Jwe=317,yE=1,eje=2,tje=3,aje=4,nje=318,sje=320,oje=321,cje=5,ije=6,rje=0,lP=[9,10,11,12,13,32,133,160,5760,8192,8193,8194,8195,8196,8197,8198,8199,8200,8201,8202,8232,8233,8239,8287,12288],kH=125,lje=59,dP=47,dje=42,hje=43,uje=45,pje=60,fje=44,mje=63,xje=46,yje=91,Oje=new eA({start:!1,shift(e,n){return n==cje||n==ije||n==sje?e:n==oje},strict:!1}),gje=new Ut((e,n)=>{let{next:o}=e;(o==kH||o==-1||n.context)&&e.acceptToken(nje)},{contextual:!0,fallback:!0}),kje=new Ut((e,n)=>{let{next:o}=e,c;lP.indexOf(o)>-1||o==dP&&((c=e.peek(1))==dP||c==dje)||o!=kH&&o!=lje&&o!=-1&&!n.context&&e.acceptToken(Kwe)},{contextual:!0}),vje=new Ut((e,n)=>{e.next==yje&&!n.context&&e.acceptToken(Jwe)},{contextual:!0}),bje=new Ut((e,n)=>{let{next:o}=e;if(o==hje||o==uje){if(e.advance(),o==e.next){e.advance();let c=!n.context&&n.canShift(yE);e.acceptToken(c?yE:eje)}}else o==mje&&e.peek(1)==xje&&(e.advance(),e.advance(),(e.next<48||e.next>57)&&e.acceptToken(tje))},{contextual:!0});function $T(e,n){return e>=65&&e<=90||e>=97&&e<=122||e==95||e>=192||!n&&e>=48&&e<=57}const Mje=new Ut((e,n)=>{if(e.next!=pje||!n.dialectEnabled(rje)||(e.advance(),e.next==dP))return;let o=0;for(;lP.indexOf(e.next)>-1;)e.advance(),o++;if($T(e.next,!0)){for(e.advance(),o++;$T(e.next,!1);)e.advance(),o++;for(;lP.indexOf(e.next)>-1;)e.advance(),o++;if(e.next==fje)return;for(let c=0;;c++){if(c==7){if(!$T(e.next,!0))return;break}if(e.next!="extends".charCodeAt(c))break;e.advance(),o++}}e.acceptToken(aje,-o)}),wje=_1({"get set async static":G.modifier,"for while do if else switch try catch finally return throw break continue default case defer":G.controlKeyword,"in of await yield void typeof delete instanceof as satisfies":G.operatorKeyword,"let var const using function class extends":G.definitionKeyword,"import export from":G.moduleKeyword,"with debugger new":G.keyword,TemplateString:G.special(G.string),super:G.atom,BooleanLiteral:G.bool,this:G.self,null:G.null,Star:G.modifier,VariableName:G.variableName,"CallExpression/VariableName TaggedTemplateExpression/VariableName":G.function(G.variableName),VariableDefinition:G.definition(G.variableName),Label:G.labelName,PropertyName:G.propertyName,PrivatePropertyName:G.special(G.propertyName),"CallExpression/MemberExpression/PropertyName":G.function(G.propertyName),"FunctionDeclaration/VariableDefinition":G.function(G.definition(G.variableName)),"ClassDeclaration/VariableDefinition":G.definition(G.className),"NewExpression/VariableName":G.className,PropertyDefinition:G.definition(G.propertyName),PrivatePropertyDefinition:G.definition(G.special(G.propertyName)),UpdateOp:G.updateOperator,"LineComment Hashbang":G.lineComment,BlockComment:G.blockComment,Number:G.number,String:G.string,Escape:G.escape,ArithOp:G.arithmeticOperator,LogicOp:G.logicOperator,BitOp:G.bitwiseOperator,CompareOp:G.compareOperator,RegExp:G.regexp,Equals:G.definitionOperator,Arrow:G.function(G.punctuation),": Spread":G.punctuation,"( )":G.paren,"[ ]":G.squareBracket,"{ }":G.brace,"InterpolationStart InterpolationEnd":G.special(G.brace),".":G.derefOperator,", ;":G.separator,"@":G.meta,TypeName:G.typeName,TypeDefinition:G.definition(G.typeName),"type enum interface implements namespace module declare":G.definitionKeyword,"abstract global Privacy readonly override":G.modifier,"is keyof unique infer asserts":G.operatorKeyword,JSXAttributeValue:G.attributeValue,JSXText:G.content,"JSXStartTag JSXStartCloseTag JSXSelfCloseEndTag JSXEndTag":G.angleBracket,"JSXIdentifier JSXNameSpacedName":G.tagName,"JSXAttribute/JSXIdentifier JSXAttribute/JSXNameSpacedName":G.attributeName,"JSXBuiltin/JSXIdentifier":G.standard(G.tagName)}),jje={__proto__:null,export:20,as:25,from:33,default:36,async:41,function:42,in:52,out:55,const:56,extends:60,this:64,true:72,false:72,null:84,void:88,typeof:92,super:108,new:142,delete:154,yield:163,await:167,class:172,public:235,private:235,protected:235,readonly:237,instanceof:256,satisfies:259,import:292,keyof:349,unique:353,infer:359,asserts:395,is:397,abstract:417,implements:419,type:421,let:424,var:426,using:429,interface:435,enum:439,namespace:445,module:447,declare:451,global:455,defer:471,for:476,of:485,while:488,with:492,do:496,if:500,else:502,switch:506,case:512,try:518,catch:522,finally:526,return:530,throw:534,break:538,continue:542,debugger:546},Sje={__proto__:null,async:129,get:131,set:133,declare:195,public:197,private:197,protected:197,static:199,abstract:201,override:203,readonly:209,accessor:211,new:401},Nje={__proto__:null,"<":193},_je=Yo.deserialize({version:14,states:"$F|Q%TQlOOO%[QlOOO'_QpOOP(lO`OOO*zQ!0MxO'#CiO+RO#tO'#CjO+aO&jO'#CjO+oO#@ItO'#DaO.QQlO'#DgO.bQlO'#DrO%[QlO'#DzO0fQlO'#ESOOQ!0Lf'#E['#E[O1PQ`O'#EXOOQO'#Ep'#EpOOQO'#Il'#IlO1XQ`O'#GsO1dQ`O'#EoO1iQ`O'#EoO3hQ!0MxO'#JrO6[Q!0MxO'#JsO6uQ`O'#F]O6zQ,UO'#FtOOQ!0Lf'#Ff'#FfO7VO7dO'#FfO9XQMhO'#F|O9`Q`O'#F{OOQ!0Lf'#Js'#JsOOQ!0Lb'#Jr'#JrO9eQ`O'#GwOOQ['#K_'#K_O9pQ`O'#IYO9uQ!0LrO'#IZOOQ['#J`'#J`OOQ['#I_'#I_Q`QlOOQ`QlOOO9}Q!L^O'#DvO:UQlO'#EOO:]QlO'#EQO9kQ`O'#GsO:dQMhO'#CoO:rQ`O'#EnO:}Q`O'#EyO;hQMhO'#FeO;xQ`O'#GsOOQO'#K`'#K`O;}Q`O'#K`O<]Q`O'#G{O<]Q`O'#G|O<]Q`O'#HOO9kQ`O'#HRO=SQ`O'#HUO>kQ`O'#CeO>{Q`O'#HcO?TQ`O'#HiO?TQ`O'#HkO`QlO'#HmO?TQ`O'#HoO?TQ`O'#HrO?YQ`O'#HxO?_Q!0LsO'#IOO%[QlO'#IQO?jQ!0LsO'#ISO?uQ!0LsO'#IUO9uQ!0LrO'#IWO@QQ!0MxO'#CiOASQpO'#DlQOQ`OOO%[QlO'#EQOAjQ`O'#ETO:dQMhO'#EnOAuQ`O'#EnOBQQ!bO'#FeOOQ['#Cg'#CgOOQ!0Lb'#Dq'#DqOOQ!0Lb'#Jv'#JvO%[QlO'#JvOOQO'#Jy'#JyOOQO'#Ih'#IhOCQQpO'#EgOOQ!0Lb'#Ef'#EfOOQ!0Lb'#J}'#J}OC|Q!0MSO'#EgODWQpO'#EWOOQO'#Jx'#JxODlQpO'#JyOEyQpO'#EWODWQpO'#EgPFWO&2DjO'#CbPOOO)CD})CD}OOOO'#I`'#I`OFcO#tO,59UOOQ!0Lh,59U,59UOOOO'#Ia'#IaOFqO&jO,59UOGPQ!L^O'#DcOOOO'#Ic'#IcOGWO#@ItO,59{OOQ!0Lf,59{,59{OGfQlO'#IdOGyQ`O'#JtOIxQ!fO'#JtO+}QlO'#JtOJPQ`O,5:ROJgQ`O'#EpOJtQ`O'#KTOKPQ`O'#KSOKPQ`O'#KSOKXQ`O,5;^OK^Q`O'#KROOQ!0Ln,5:^,5:^OKeQlO,5:^OMcQ!0MxO,5:fONSQ`O,5:nONmQ!0LrO'#KQONtQ`O'#KPO9eQ`O'#KPO! YQ`O'#KPO! bQ`O,5;]O! gQ`O'#KPO!#lQ!fO'#JsOOQ!0Lh'#Ci'#CiO%[QlO'#ESO!$[Q!fO,5:sOOQS'#Jz'#JzOOQO-E<j-E<jO9kQ`O,5=_O!$rQ`O,5=_O!$wQlO,5;ZO!&zQMhO'#EkO!(eQ`O,5;ZO!(jQlO'#DyO!(tQpO,5;dO!(|QpO,5;dO%[QlO,5;dOOQ['#FT'#FTOOQ['#FV'#FVO%[QlO,5;eO%[QlO,5;eO%[QlO,5;eO%[QlO,5;eO%[QlO,5;eO%[QlO,5;eO%[QlO,5;eO%[QlO,5;eO%[QlO,5;eO%[QlO,5;eOOQ['#FZ'#FZO!)[QlO,5;tOOQ!0Lf,5;y,5;yOOQ!0Lf,5;z,5;zOOQ!0Lf,5;|,5;|O%[QlO'#IpO!+_Q!0LrO,5<iO%[QlO,5;eO!&zQMhO,5;eO!+|QMhO,5;eO!-nQMhO'#E^O%[QlO,5;wOOQ!0Lf,5;{,5;{O!-uQ,UO'#FjO!.rQ,UO'#KXO!.^Q,UO'#KXO!.yQ,UO'#KXOOQO'#KX'#KXO!/_Q,UO,5<SOOOW,5<`,5<`O!/pQlO'#FvOOOW'#Io'#IoO7VO7dO,5<QO!/wQ,UO'#FxOOQ!0Lf,5<Q,5<QO!0hQ$IUO'#CyOOQ!0Lh'#C}'#C}O!0{O#@ItO'#DRO!1iQMjO,5<eO!1pQ`O,5<hO!3YQ(CWO'#GXO!3jQ`O'#GYO!3oQ`O'#GYO!5_Q(CWO'#G^O!6dQpO'#GbOOQO'#Gn'#GnO!,TQMhO'#GmOOQO'#Gp'#GpO!,TQMhO'#GoO!7VQ$IUO'#JlOOQ!0Lh'#Jl'#JlO!7aQ`O'#JkO!7oQ`O'#JjO!7wQ`O'#CuOOQ!0Lh'#C{'#C{O!8YQ`O'#C}OOQ!0Lh'#DV'#DVOOQ!0Lh'#DX'#DXO!8_Q`O,5<eO1SQ`O'#DZO!,TQMhO'#GPO!,TQMhO'#GRO!8gQ`O'#GTO!8lQ`O'#GUO!3oQ`O'#G[O!,TQMhO'#GaO<]Q`O'#JkO!8qQ`O'#EqO!9`Q`O,5<gOOQ!0Lb'#Cr'#CrO!9hQ`O'#ErO!:bQpO'#EsOOQ!0Lb'#KR'#KRO!:iQ!0LrO'#KaO9uQ!0LrO,5=cO`QlO,5>tOOQ['#Jh'#JhOOQ[,5>u,5>uOOQ[-E<]-E<]O!<hQ!0MxO,5:bO!:]QpO,5:`O!?RQ!0MxO,5:jO%[QlO,5:jO!AiQ!0MxO,5:lOOQO,5@z,5@zO!BYQMhO,5=_O!BhQ!0LrO'#JiO9`Q`O'#JiO!ByQ!0LrO,59ZO!CUQpO,59ZO!C^QMhO,59ZO:dQMhO,59ZO!CiQ`O,5;ZO!CqQ`O'#HbO!DVQ`O'#KdO%[QlO,5;}O!:]QpO,5<PO!D_Q`O,5=zO!DdQ`O,5=zO!DiQ`O,5=zO!DwQ`O,5=zO9uQ!0LrO,5=zO<]Q`O,5=jOOQO'#Cy'#CyO!EOQpO,5=gO!EWQMhO,5=hO!EcQ`O,5=jO!EhQ!bO,5=mO!EpQ`O'#K`O?YQ`O'#HWO9kQ`O'#HYO!EuQ`O'#HYO:dQMhO'#H[O!EzQ`O'#H[OOQ[,5=p,5=pO!FPQ`O'#H]O!FbQ`O'#CoO!FgQ`O,59PO!FqQ`O,59PO!HvQlO,59POOQ[,59P,59PO!IWQ!0LrO,59PO%[QlO,59PO!KcQlO'#HeOOQ['#Hf'#HfOOQ['#Hg'#HgO`QlO,5=}O!KyQ`O,5=}O`QlO,5>TO`QlO,5>VO!LOQ`O,5>XO`QlO,5>ZO!LTQ`O,5>^O!LYQlO,5>dOOQ[,5>j,5>jO%[QlO,5>jO9uQ!0LrO,5>lOOQ[,5>n,5>nO#!dQ`O,5>nOOQ[,5>p,5>pO#!dQ`O,5>pOOQ[,5>r,5>rO##QQpO'#D_O%[QlO'#JvO##sQpO'#JvO##}QpO'#DmO#$`QpO'#DmO#&qQlO'#DmO#&xQ`O'#JuO#'QQ`O,5:WO#'VQ`O'#EtO#'eQ`O'#KUO#'mQ`O,5;_O#'rQpO'#DmO#(PQpO'#EVOOQ!0Lf,5:o,5:oO%[QlO,5:oO#(WQ`O,5:oO?YQ`O,5;YO!CUQpO,5;YO!C^QMhO,5;YO:dQMhO,5;YO#(`Q`O,5@bO#(eQ07dO,5:sOOQO-E<f-E<fO#)kQ!0MSO,5;RODWQpO,5:rO#)uQpO,5:rODWQpO,5;RO!ByQ!0LrO,5:rOOQ!0Lb'#Ej'#EjOOQO,5;R,5;RO%[QlO,5;RO#*SQ!0LrO,5;RO#*_Q!0LrO,5;RO!CUQpO,5:rOOQO,5;X,5;XO#*mQ!0LrO,5;RPOOO'#I^'#I^P#+RO&2DjO,58|POOO,58|,58|OOOO-E<^-E<^OOQ!0Lh1G.p1G.pOOOO-E<_-E<_OOOO,59},59}O#+^Q!bO,59}OOOO-E<a-E<aOOQ!0Lf1G/g1G/gO#+cQ!fO,5?OO+}QlO,5?OOOQO,5?U,5?UO#+mQlO'#IdOOQO-E<b-E<bO#+zQ`O,5@`O#,SQ!fO,5@`O#,ZQ`O,5@nOOQ!0Lf1G/m1G/mO%[QlO,5@oO#,cQ`O'#IjOOQO-E<h-E<hO#,ZQ`O,5@nOOQ!0Lb1G0x1G0xOOQ!0Ln1G/x1G/xOOQ!0Ln1G0Y1G0YO%[QlO,5@lO#,wQ!0LrO,5@lO#-YQ!0LrO,5@lO#-aQ`O,5@kO9eQ`O,5@kO#-iQ`O,5@kO#-wQ`O'#ImO#-aQ`O,5@kOOQ!0Lb1G0w1G0wO!(tQpO,5:uO!)PQpO,5:uOOQS,5:w,5:wO#.iQdO,5:wO#.qQMhO1G2yO9kQ`O1G2yOOQ!0Lf1G0u1G0uO#/PQ!0MxO1G0uO#0UQ!0MvO,5;VOOQ!0Lh'#GW'#GWO#0rQ!0MzO'#JlO!$wQlO1G0uO#2}Q!fO'#JwO%[QlO'#JwO#3XQ`O,5:eOOQ!0Lh'#D_'#D_OOQ!0Lf1G1O1G1OO%[QlO1G1OOOQ!0Lf1G1f1G1fO#3^Q`O1G1OO#5rQ!0MxO1G1PO#5yQ!0MxO1G1PO#8aQ!0MxO1G1PO#8hQ!0MxO1G1PO#;OQ!0MxO1G1PO#=fQ!0MxO1G1PO#=mQ!0MxO1G1PO#=tQ!0MxO1G1PO#@[Q!0MxO1G1PO#@cQ!0MxO1G1PO#BpQ?MtO'#CiO#DkQ?MtO1G1`O#DrQ?MtO'#JsO#EVQ!0MxO,5?[OOQ!0Lb-E<n-E<nO#GdQ!0MxO1G1PO#HaQ!0MzO1G1POOQ!0Lf1G1P1G1PO#IdQMjO'#J|O#InQ`O,5:xO#IsQ!0MxO1G1cO#JgQ,UO,5<WO#JoQ,UO,5<XO#JwQ,UO'#FoO#K`Q`O'#FnOOQO'#KY'#KYOOQO'#In'#InO#KeQ,UO1G1nOOQ!0Lf1G1n1G1nOOOW1G1y1G1yO#KvQ?MtO'#JrO#LQQ`O,5<bO!)[QlO,5<bOOOW-E<m-E<mOOQ!0Lf1G1l1G1lO#LVQpO'#KXOOQ!0Lf,5<d,5<dO#L_QpO,5<dO#LdQMhO'#DTOOOO'#Ib'#IbO#LkO#@ItO,59mOOQ!0Lh,59m,59mO%[QlO1G2PO!8lQ`O'#IrO#LvQ`O,5<zOOQ!0Lh,5<w,5<wO!,TQMhO'#IuO#MdQMjO,5=XO!,TQMhO'#IwO#NVQMjO,5=ZO!&zQMhO,5=]OOQO1G2S1G2SO#NaQ!dO'#CrO#NtQ(CWO'#ErO$ |QpO'#GbO$!dQ!dO,5<sO$!kQ`O'#K[O9eQ`O'#K[O$!yQ`O,5<uO$#aQ!dO'#C{O!,TQMhO,5<tO$#kQ`O'#GZO$$PQ`O,5<tO$$UQ!dO'#GWO$$cQ!dO'#K]O$$mQ`O'#K]O!&zQMhO'#K]O$$rQ`O,5<xO$$wQlO'#JvO$%RQpO'#GcO#$`QpO'#GcO$%dQ`O'#GgO!3oQ`O'#GkO$%iQ!0LrO'#ItO$%tQpO,5<|OOQ!0Lp,5<|,5<|O$%{QpO'#GcO$&YQpO'#GdO$&kQpO'#GdO$&pQMjO,5=XO$'QQMjO,5=ZOOQ!0Lh,5=^,5=^O!,TQMhO,5@VO!,TQMhO,5@VO$'bQ`O'#IyO$'vQ`O,5@UO$(OQ`O,59aOOQ!0Lh,59i,59iO$(TQ`O,5@VO$)TQ$IYO,59uOOQ!0Lh'#Jp'#JpO$)vQMjO,5<kO$*iQMjO,5<mO@zQ`O,5<oOOQ!0Lh,5<p,5<pO$*sQ`O,5<vO$*xQMjO,5<{O$+YQ`O'#KPO!$wQlO1G2RO$+_Q`O1G2RO9eQ`O'#KSO9eQ`O'#EtO%[QlO'#EtO9eQ`O'#I{O$+dQ!0LrO,5@{OOQ[1G2}1G2}OOQ[1G4`1G4`OOQ!0Lf1G/|1G/|OOQ!0Lf1G/z1G/zO$-fQ!0MxO1G0UOOQ[1G2y1G2yO!&zQMhO1G2yO%[QlO1G2yO#.tQ`O1G2yO$/jQMhO'#EkOOQ!0Lb,5@T,5@TO$/wQ!0LrO,5@TOOQ[1G.u1G.uO!ByQ!0LrO1G.uO!CUQpO1G.uO!C^QMhO1G.uO$0YQ`O1G0uO$0_Q`O'#CiO$0jQ`O'#KeO$0rQ`O,5=|O$0wQ`O'#KeO$0|Q`O'#KeO$1[Q`O'#JRO$1jQ`O,5AOO$1rQ!fO1G1iOOQ!0Lf1G1k1G1kO9kQ`O1G3fO@zQ`O1G3fO$1yQ`O1G3fO$2OQ`O1G3fO!DiQ`O1G3fO9uQ!0LrO1G3fOOQ[1G3f1G3fO!EcQ`O1G3UO!&zQMhO1G3RO$2TQ`O1G3ROOQ[1G3S1G3SO!&zQMhO1G3SO$2YQ`O1G3SO$2bQpO'#HQOOQ[1G3U1G3UO!6_QpO'#I}O!EhQ!bO1G3XOOQ[1G3X1G3XOOQ[,5=r,5=rO$2jQMhO,5=tO9kQ`O,5=tO$%dQ`O,5=vO9`Q`O,5=vO!CUQpO,5=vO!C^QMhO,5=vO:dQMhO,5=vO$2xQ`O'#KcO$3TQ`O,5=wOOQ[1G.k1G.kO$3YQ!0LrO1G.kO@zQ`O1G.kO$3eQ`O1G.kO9uQ!0LrO1G.kO$5mQ!fO,5AQO$5zQ`O,5AQO9eQ`O,5AQO$6VQlO,5>PO$6^Q`O,5>POOQ[1G3i1G3iO`QlO1G3iOOQ[1G3o1G3oOOQ[1G3q1G3qO?TQ`O1G3sO$6cQlO1G3uO$:gQlO'#HtOOQ[1G3x1G3xO$:tQ`O'#HzO?YQ`O'#H|OOQ[1G4O1G4OO$:|QlO1G4OO9uQ!0LrO1G4UOOQ[1G4W1G4WOOQ!0Lb'#G_'#G_O9uQ!0LrO1G4YO9uQ!0LrO1G4[O$?TQ`O,5@bO!)[QlO,5;`O9eQ`O,5;`O?YQ`O,5:XO!)[QlO,5:XO!CUQpO,5:XO$?YQ?MtO,5:XOOQO,5;`,5;`O$?dQpO'#IeO$?zQ`O,5@aOOQ!0Lf1G/r1G/rO$@SQpO'#IkO$@^Q`O,5@pOOQ!0Lb1G0y1G0yO#$`QpO,5:XOOQO'#Ig'#IgO$@fQpO,5:qOOQ!0Ln,5:q,5:qO#(ZQ`O1G0ZOOQ!0Lf1G0Z1G0ZO%[QlO1G0ZOOQ!0Lf1G0t1G0tO?YQ`O1G0tO!CUQpO1G0tO!C^QMhO1G0tOOQ!0Lb1G5|1G5|O!ByQ!0LrO1G0^OOQO1G0m1G0mO%[QlO1G0mO$@mQ!0LrO1G0mO$@xQ!0LrO1G0mO!CUQpO1G0^ODWQpO1G0^O$AWQ!0LrO1G0mOOQO1G0^1G0^O$AlQ!0MxO1G0mPOOO-E<[-E<[POOO1G.h1G.hOOOO1G/i1G/iO$AvQ!bO,5<iO$BOQ!fO1G4jOOQO1G4p1G4pO%[QlO,5?OO$BYQ`O1G5zO$BbQ`O1G6YO$BjQ!fO1G6ZO9eQ`O,5?UO$BtQ!0MxO1G6WO%[QlO1G6WO$CUQ!0LrO1G6WO$CgQ`O1G6VO$CgQ`O1G6VO9eQ`O1G6VO$CoQ`O,5?XO9eQ`O,5?XOOQO,5?X,5?XO$DTQ`O,5?XO$+YQ`O,5?XOOQO-E<k-E<kOOQS1G0a1G0aOOQS1G0c1G0cO#.lQ`O1G0cOOQ[7+(e7+(eO!&zQMhO7+(eO%[QlO7+(eO$DcQ`O7+(eO$DnQMhO7+(eO$D|Q!0MzO,5=XO$GXQ!0MzO,5=ZO$IdQ!0MzO,5=XO$KuQ!0MzO,5=ZO$NWQ!0MzO,59uO%!]Q!0MzO,5<kO%$hQ!0MzO,5<mO%&sQ!0MzO,5<{OOQ!0Lf7+&a7+&aO%)UQ!0MxO7+&aO%)xQlO'#IfO%*VQ`O,5@cO%*_Q!fO,5@cOOQ!0Lf1G0P1G0PO%*iQ`O7+&jOOQ!0Lf7+&j7+&jO%*nQ?MtO,5:fO%[QlO7+&zO%*xQ?MtO,5:bO%+VQ?MtO,5:jO%+aQ?MtO,5:lO%+kQMhO'#IiO%+uQ`O,5@hOOQ!0Lh1G0d1G0dOOQO1G1r1G1rOOQO1G1s1G1sO%+}Q!jO,5<ZO!)[QlO,5<YOOQO-E<l-E<lOOQ!0Lf7+'Y7+'YOOOW7+'e7+'eOOOW1G1|1G1|O%,YQ`O1G1|OOQ!0Lf1G2O1G2OOOOO,59o,59oO%,_Q!dO,59oOOOO-E<`-E<`OOQ!0Lh1G/X1G/XO%,fQ!0MxO7+'kOOQ!0Lh,5?^,5?^O%-YQMhO1G2fP%-aQ`O'#IrPOQ!0Lh-E<p-E<pO%-}QMjO,5?aOOQ!0Lh-E<s-E<sO%.pQMjO,5?cOOQ!0Lh-E<u-E<uO%.zQ!dO1G2wO%/RQ!dO'#CrO%/iQMhO'#KSO$$wQlO'#JvOOQ!0Lh1G2_1G2_O%/sQ`O'#IqO%0[Q`O,5@vO%0[Q`O,5@vO%0dQ`O,5@vO%0oQ`O,5@vOOQO1G2a1G2aO%0}QMjO1G2`O$+YQ`O'#K[O!,TQMhO1G2`O%1_Q(CWO'#IsO%1lQ`O,5@wO!&zQMhO,5@wO%1tQ!dO,5@wOOQ!0Lh1G2d1G2dO%4UQ!fO'#CiO%4`Q`O,5=POOQ!0Lb,5<},5<}O%4hQpO,5<}OOQ!0Lb,5=O,5=OOCwQ`O,5<}O%4sQpO,5<}OOQ!0Lb,5=R,5=RO$+YQ`O,5=VOOQO,5?`,5?`OOQO-E<r-E<rOOQ!0Lp1G2h1G2hO#$`QpO,5<}O$$wQlO,5=PO%5RQ`O,5=OO%5^QpO,5=OO!,TQMhO'#IuO%6WQMjO1G2sO!,TQMhO'#IwO%6yQMjO1G2uO%7TQMjO1G5qO%7_QMjO1G5qOOQO,5?e,5?eOOQO-E<w-E<wOOQO1G.{1G.{O!,TQMhO1G5qO!,TQMhO1G5qO!:]QpO,59wO%[QlO,59wOOQ!0Lh,5<j,5<jO%7lQ`O1G2ZO!,TQMhO1G2bO%7qQ!0MxO7+'mOOQ!0Lf7+'m7+'mO!$wQlO7+'mO%8eQ`O,5;`OOQ!0Lb,5?g,5?gOOQ!0Lb-E<y-E<yO%8jQ!dO'#K^O#(ZQ`O7+(eO4UQ!fO7+(eO$DfQ`O7+(eO%8tQ!0MvO'#CiO%9XQ!0MvO,5=SO%9lQ`O,5=SO%9tQ`O,5=SOOQ!0Lb1G5o1G5oOOQ[7+$a7+$aO!ByQ!0LrO7+$aO!CUQpO7+$aO!$wQlO7+&aO%9yQ`O'#JQO%:bQ`O,5APOOQO1G3h1G3hO9kQ`O,5APO%:bQ`O,5APO%:jQ`O,5APOOQO,5?m,5?mOOQO-E=P-E=POOQ!0Lf7+'T7+'TO%:oQ`O7+)QO9uQ!0LrO7+)QO9kQ`O7+)QO@zQ`O7+)QO%:tQ`O7+)QOOQ[7+)Q7+)QOOQ[7+(p7+(pO%:yQ!0MvO7+(mO!&zQMhO7+(mO!E^Q`O7+(nOOQ[7+(n7+(nO!&zQMhO7+(nO%;TQ`O'#KbO%;`Q`O,5=lOOQO,5?i,5?iOOQO-E<{-E<{OOQ[7+(s7+(sO%<rQpO'#HZOOQ[1G3`1G3`O!&zQMhO1G3`O%[QlO1G3`O%<yQ`O1G3`O%=UQMhO1G3`O9uQ!0LrO1G3bO$%dQ`O1G3bO9`Q`O1G3bO!CUQpO1G3bO!C^QMhO1G3bO%=dQ`O'#JPO%=xQ`O,5@}O%>QQpO,5@}OOQ!0Lb1G3c1G3cOOQ[7+$V7+$VO@zQ`O7+$VO9uQ!0LrO7+$VO%>]Q`O7+$VO%[QlO1G6lO%[QlO1G6mO%>bQ!0LrO1G6lO%>lQlO1G3kO%>sQ`O1G3kO%>xQlO1G3kOOQ[7+)T7+)TO9uQ!0LrO7+)_O`QlO7+)aOOQ['#Kh'#KhOOQ['#JS'#JSO%?PQlO,5>`OOQ[,5>`,5>`O%[QlO'#HuO%?^Q`O'#HwOOQ[,5>f,5>fO9eQ`O,5>fOOQ[,5>h,5>hOOQ[7+)j7+)jOOQ[7+)p7+)pOOQ[7+)t7+)tOOQ[7+)v7+)vO%?cQpO1G5|O%?}Q?MtO1G0zO%@XQ`O1G0zOOQO1G/s1G/sO%@dQ?MtO1G/sO?YQ`O1G/sO!)[QlO'#DmOOQO,5?P,5?POOQO-E<c-E<cOOQO,5?V,5?VOOQO-E<i-E<iO!CUQpO1G/sOOQO-E<e-E<eOOQ!0Ln1G0]1G0]OOQ!0Lf7+%u7+%uO#(ZQ`O7+%uOOQ!0Lf7+&`7+&`O?YQ`O7+&`O!CUQpO7+&`OOQO7+%x7+%xO$AlQ!0MxO7+&XOOQO7+&X7+&XO%[QlO7+&XO%@nQ!0LrO7+&XO!ByQ!0LrO7+%xO!CUQpO7+%xO%@yQ!0LrO7+&XO%AXQ!0MxO7++rO%[QlO7++rO%AiQ`O7++qO%AiQ`O7++qOOQO1G4s1G4sO9eQ`O1G4sO%AqQ`O1G4sOOQS7+%}7+%}O#(ZQ`O<<LPO4UQ!fO<<LPO%BPQ`O<<LPOOQ[<<LP<<LPO!&zQMhO<<LPO%[QlO<<LPO%BXQ`O<<LPO%BdQ!0MzO,5?aO%DoQ!0MzO,5?cO%FzQ!0MzO1G2`O%I]Q!0MzO1G2sO%KhQ!0MzO1G2uO%MsQ!fO,5?QO%[QlO,5?QOOQO-E<d-E<dO%M}Q`O1G5}OOQ!0Lf<<JU<<JUO%NVQ?MtO1G0uO&!^Q?MtO1G1PO&!eQ?MtO1G1PO&$fQ?MtO1G1PO&$mQ?MtO1G1PO&&nQ?MtO1G1PO&(oQ?MtO1G1PO&(vQ?MtO1G1PO&(}Q?MtO1G1PO&+OQ?MtO1G1PO&+VQ?MtO1G1PO&+^Q!0MxO<<JfO&-UQ?MtO1G1PO&.RQ?MvO1G1PO&/UQ?MvO'#JlO&1[Q?MtO1G1cO&1iQ?MtO1G0UO&1sQMjO,5?TOOQO-E<g-E<gO!)[QlO'#FqOOQO'#KZ'#KZOOQO1G1u1G1uO&1}Q`O1G1tO&2SQ?MtO,5?[OOOW7+'h7+'hOOOO1G/Z1G/ZO&2^Q!dO1G4xOOQ!0Lh7+(Q7+(QP!&zQMhO,5?^O!,TQMhO7+(cO&2eQ`O,5?]O9eQ`O,5?]O$+YQ`O,5?]OOQO-E<o-E<oO&2sQ`O1G6bO&2sQ`O1G6bO&2{Q`O1G6bO&3WQMjO7+'zO&3hQ!dO,5?_O&3rQ`O,5?_O!&zQMhO,5?_OOQO-E<q-E<qO&3wQ!dO1G6cO&4RQ`O1G6cO&4ZQ`O1G2kO!&zQMhO1G2kOOQ!0Lb1G2i1G2iOOQ!0Lb1G2j1G2jO%4hQpO1G2iO!CUQpO1G2iOCwQ`O1G2iOOQ!0Lb1G2q1G2qO&4`QpO1G2iO&4nQ`O1G2kO$+YQ`O1G2jOCwQ`O1G2jO$$wQlO1G2kO&4vQ`O1G2jO&5jQMjO,5?aOOQ!0Lh-E<t-E<tO&6]QMjO,5?cOOQ!0Lh-E<v-E<vO!,TQMhO7++]O&6gQMjO7++]O&6qQMjO7++]OOQ!0Lh1G/c1G/cO&7OQ`O1G/cOOQ!0Lh7+'u7+'uO&7TQMjO7+'|O&7eQ!0MxO<<KXOOQ!0Lf<<KX<<KXO&8XQ`O1G0zO!&zQMhO'#IzO&8^Q`O,5@xO&:`Q!fO<<LPO!&zQMhO1G2nO&:gQ!0LrO1G2nOOQ[<<G{<<G{O!ByQ!0LrO<<G{O&:xQ!0MxO<<I{OOQ!0Lf<<I{<<I{OOQO,5?l,5?lO&;lQ`O,5?lO&;qQ`O,5?lOOQO-E=O-E=OO&<PQ`O1G6kO&<PQ`O1G6kO9kQ`O1G6kO@zQ`O<<LlOOQ[<<Ll<<LlO&<XQ`O<<LlO9uQ!0LrO<<LlO9kQ`O<<LlOOQ[<<LX<<LXO%:yQ!0MvO<<LXOOQ[<<LY<<LYO!E^Q`O<<LYO&<^QpO'#I|O&<iQ`O,5@|O!)[QlO,5@|OOQ[1G3W1G3WOOQO'#JO'#JOO9uQ!0LrO'#JOO&<qQpO,5=uOOQ[,5=u,5=uO&<xQpO'#EgO&=PQpO'#GeO&=UQ`O7+(zO&=ZQ`O7+(zOOQ[7+(z7+(zO!&zQMhO7+(zO%[QlO7+(zO&=cQ`O7+(zOOQ[7+(|7+(|O9uQ!0LrO7+(|O$%dQ`O7+(|O9`Q`O7+(|O!CUQpO7+(|O&=nQ`O,5?kOOQO-E<}-E<}OOQO'#H^'#H^O&=yQ`O1G6iO9uQ!0LrO<<GqOOQ[<<Gq<<GqO@zQ`O<<GqO&>RQ`O7+,WO&>WQ`O7+,XO%[QlO7+,WO%[QlO7+,XOOQ[7+)V7+)VO&>]Q`O7+)VO&>bQlO7+)VO&>iQ`O7+)VOOQ[<<Ly<<LyOOQ[<<L{<<L{OOQ[-E=Q-E=QOOQ[1G3z1G3zO&>nQ`O,5>aOOQ[,5>c,5>cO&>sQ`O1G4QO9eQ`O7+&fO!)[QlO7+&fOOQO7+%_7+%_O&>xQ?MtO1G6ZO?YQ`O7+%_OOQ!0Lf<<Ia<<IaOOQ!0Lf<<Iz<<IzO?YQ`O<<IzOOQO<<Is<<IsO$AlQ!0MxO<<IsO%[QlO<<IsOOQO<<Id<<IdO!ByQ!0LrO<<IdO&?SQ!0LrO<<IsO&?_Q!0MxO<= ^O&?oQ`O<= ]OOQO7+*_7+*_O9eQ`O7+*_OOQ[ANAkANAkO&?wQ!fOANAkO!&zQMhOANAkO#(ZQ`OANAkO4UQ!fOANAkO&@OQ`OANAkO%[QlOANAkO&@WQ!0MzO7+'zO&BiQ!0MzO,5?aO&DtQ!0MzO,5?cO&GPQ!0MzO7+'|O&IbQ!fO1G4lO&IlQ?MtO7+&aO&KpQ?MvO,5=XO&MwQ?MvO,5=ZO&NXQ?MvO,5=XO&NiQ?MvO,5=ZO&NyQ?MvO,59uO'#PQ?MvO,5<kO'%SQ?MvO,5<mO''hQ?MvO,5<{O')^Q?MtO7+'kO')kQ?MtO7+'mO')xQ`O,5<]OOQO7+'`7+'`OOQ!0Lh7+*d7+*dO')}QMjO<<K}OOQO1G4w1G4wO'*UQ`O1G4wO'*aQ`O1G4wO'*oQ`O7++|O'*oQ`O7++|O!&zQMhO1G4yO'*wQ!dO1G4yO'+RQ`O7++}O'+ZQ`O7+(VO'+fQ!dO7+(VOOQ!0Lb7+(T7+(TOOQ!0Lb7+(U7+(UO!CUQpO7+(TOCwQ`O7+(TO'+pQ`O7+(VO!&zQMhO7+(VO$+YQ`O7+(UO'+uQ`O7+(VOCwQ`O7+(UO'+}QMjO<<NwO!,TQMhO<<NwOOQ!0Lh7+$}7+$}O',XQ!dO,5?fOOQO-E<x-E<xO',cQ!0MvO7+(YO!&zQMhO7+(YOOQ[AN=gAN=gO9kQ`O1G5WOOQO1G5W1G5WO',sQ`O1G5WO',xQ`O7+,VO',xQ`O7+,VO9uQ!0LrOANBWO@zQ`OANBWOOQ[ANBWANBWO'-QQ`OANBWOOQ[ANAsANAsOOQ[ANAtANAtO'-VQ`O,5?hOOQO-E<z-E<zO'-bQ?MtO1G6hOOQO,5?j,5?jOOQO-E<|-E<|OOQ[1G3a1G3aO'-lQ`O,5=POOQ[<<Lf<<LfO!&zQMhO<<LfO&=UQ`O<<LfO'-qQ`O<<LfO%[QlO<<LfOOQ[<<Lh<<LhO9uQ!0LrO<<LhO$%dQ`O<<LhO9`Q`O<<LhO'-yQpO1G5VO'.UQ`O7+,TOOQ[AN=]AN=]O9uQ!0LrOAN=]OOQ[<= r<= rOOQ[<= s<= sO'.^Q`O<= rO'.cQ`O<= sOOQ[<<Lq<<LqO'.hQ`O<<LqO'.mQlO<<LqOOQ[1G3{1G3{O?YQ`O7+)lO'.tQ`O<<JQO'/PQ?MtO<<JQOOQO<<Hy<<HyOOQ!0LfAN?fAN?fOOQOAN?_AN?_O$AlQ!0MxOAN?_OOQOAN?OAN?OO%[QlOAN?_OOQO<<My<<MyOOQ[G27VG27VO!&zQMhOG27VO#(ZQ`OG27VO'/ZQ!fOG27VO4UQ!fOG27VO'/bQ`OG27VO'/jQ?MtO<<JfO'/wQ?MvO1G2`O'1mQ?MvO,5?aO'3pQ?MvO,5?cO'5sQ?MvO1G2sO'7vQ?MvO1G2uO'9yQ?MtO<<KXO':WQ?MtO<<I{OOQO1G1w1G1wO!,TQMhOANAiOOQO7+*c7+*cO':eQ`O7+*cO':pQ`O<= hO':xQ!dO7+*eOOQ!0Lb<<Kq<<KqO$+YQ`O<<KqOCwQ`O<<KqO';SQ`O<<KqO!&zQMhO<<KqOOQ!0Lb<<Ko<<KoO!CUQpO<<KoO';_Q!dO<<KqOOQ!0Lb<<Kp<<KpO';iQ`O<<KqO!&zQMhO<<KqO$+YQ`O<<KpO';nQMjOANDcO';xQ!0MvO<<KtOOQO7+*r7+*rO9kQ`O7+*rO'<YQ`O<= qOOQ[G27rG27rO9uQ!0LrOG27rO@zQ`OG27rO!)[QlO1G5SO'<bQ`O7+,SO'<jQ`O1G2kO&=UQ`OANBQOOQ[ANBQANBQO!&zQMhOANBQO'<oQ`OANBQOOQ[ANBSANBSO9uQ!0LrOANBSO$%dQ`OANBSOOQO'#H_'#H_OOQO7+*q7+*qOOQ[G22wG22wOOQ[ANE^ANE^OOQ[ANE_ANE_OOQ[ANB]ANB]O'<wQ`OANB]OOQ[<<MW<<MWO!)[QlOAN?lOOQOG24yG24yO$AlQ!0MxOG24yO#(ZQ`OLD,qOOQ[LD,qLD,qO!&zQMhOLD,qO'<|Q!fOLD,qO'=TQ?MvO7+'zO'>yQ?MvO,5?aO'@|Q?MvO,5?cO'CPQ?MvO7+'|O'DuQMjOG27TOOQO<<M}<<M}OOQ!0LbANA]ANA]O$+YQ`OANA]OCwQ`OANA]O'EVQ!dOANA]OOQ!0LbANAZANAZO'E^Q`OANA]O!&zQMhOANA]O'EiQ!dOANA]OOQ!0LbANA[ANA[OOQO<<N^<<N^OOQ[LD-^LD-^O9uQ!0LrOLD-^O'EsQ?MtO7+*nOOQO'#Gf'#GfOOQ[G27lG27lO&=UQ`OG27lO!&zQMhOG27lOOQ[G27nG27nO9uQ!0LrOG27nOOQ[G27wG27wO'E}Q?MtOG25WOOQOLD*eLD*eOOQ[!$(!]!$(!]O#(ZQ`O!$(!]O!&zQMhO!$(!]O'FXQ!0MzOG27TOOQ!0LbG26wG26wO$+YQ`OG26wO'HjQ`OG26wOCwQ`OG26wO'HuQ!dOG26wO!&zQMhOG26wOOQ[!$(!x!$(!xOOQ[LD-WLD-WO&=UQ`OLD-WOOQ[LD-YLD-YOOQ[!)9Ew!)9EwO#(ZQ`O!)9EwOOQ!0LbLD,cLD,cO$+YQ`OLD,cOCwQ`OLD,cO'H|Q`OLD,cO'IXQ!dOLD,cOOQ[!$(!r!$(!rOOQ[!.K;c!.K;cO'I`Q?MvOG27TOOQ!0Lb!$( }!$( }O$+YQ`O!$( }OCwQ`O!$( }O'KUQ`O!$( }OOQ!0Lb!)9Ei!)9EiO$+YQ`O!)9EiOCwQ`O!)9EiOOQ!0Lb!.K;T!.K;TO$+YQ`O!.K;TOOQ!0Lb!4/0o!4/0oO!)[QlO'#DzO1PQ`O'#EXO'KaQ!fO'#JrO'KhQ!L^O'#DvO'KoQlO'#EOO'KvQ!fO'#CiO'N^Q!fO'#CiO!)[QlO'#EQO'NnQlO,5;ZO!)[QlO,5;eO!)[QlO,5;eO!)[QlO,5;eO!)[QlO,5;eO!)[QlO,5;eO!)[QlO,5;eO!)[QlO,5;eO!)[QlO,5;eO!)[QlO,5;eO!)[QlO,5;eO!)[QlO'#IpO(!qQ`O,5<iO!)[QlO,5;eO(!yQMhO,5;eO($dQMhO,5;eO!)[QlO,5;wO!&zQMhO'#GmO(!yQMhO'#GmO!&zQMhO'#GoO(!yQMhO'#GoO1SQ`O'#DZO1SQ`O'#DZO!&zQMhO'#GPO(!yQMhO'#GPO!&zQMhO'#GRO(!yQMhO'#GRO!&zQMhO'#GaO(!yQMhO'#GaO!)[QlO,5:jO($kQpO'#D_O($uQpO'#JvO!)[QlO,5@oO'NnQlO1G0uO(%PQ?MtO'#CiO!)[QlO1G2PO!&zQMhO'#IuO(!yQMhO'#IuO!&zQMhO'#IwO(!yQMhO'#IwO(%ZQ!dO'#CrO!&zQMhO,5<tO(!yQMhO,5<tO'NnQlO1G2RO!)[QlO7+&zO!&zQMhO1G2`O(!yQMhO1G2`O!&zQMhO'#IuO(!yQMhO'#IuO!&zQMhO'#IwO(!yQMhO'#IwO!&zQMhO1G2bO(!yQMhO1G2bO'NnQlO7+'mO'NnQlO7+&aO!&zQMhOANAiO(!yQMhOANAiO(%nQ`O'#EoO(%sQ`O'#EoO(%{Q`O'#F]O(&QQ`O'#EyO(&VQ`O'#KTO(&bQ`O'#KRO(&mQ`O,5;ZO(&rQMjO,5<eO(&yQ`O'#GYO('OQ`O'#GYO('TQ`O,5<eO(']Q`O,5<gO('eQ`O,5;ZO('mQ?MtO1G1`O('tQ`O,5<tO('yQ`O,5<tO((OQ`O,5<vO((TQ`O,5<vO((YQ`O1G2RO((_Q`O1G0uO((dQMjO<<K}O((kQMjO<<K}O((rQMhO'#F|O9`Q`O'#F{OAuQ`O'#EnO!)[QlO,5;tO!3oQ`O'#GYO!3oQ`O'#GYO!3oQ`O'#G[O!3oQ`O'#G[O!,TQMhO7+(cO!,TQMhO7+(cO%.zQ!dO1G2wO%.zQ!dO1G2wO!&zQMhO,5=]O!&zQMhO,5=]",stateData:"()x~O'|OS'}OSTOS(ORQ~OPYOQYOSfOY!VOaqOdzOeyOl!POpkOrYOskOtkOzkO|YO!OYO!SWO!WkO!XkO!_XO!iuO!lZO!oYO!pYO!qYO!svO!uwO!xxO!|]O$W|O$niO%h}O%j!QO%l!OO%m!OO%n!OO%q!RO%s!SO%v!TO%w!TO%y!UO&W!WO&^!XO&`!YO&b!ZO&d![O&g!]O&m!^O&s!_O&u!`O&w!aO&y!bO&{!cO(TSO(VTO(YUO(aVO(o[O~OWtO~P`OPYOQYOSfOd!jOe!iOpkOrYOskOtkOzkO|YO!OYO!SWO!WkO!XkO!_!eO!iuO!lZO!oYO!pYO!qYO!svO!u!gO!x!hO$W!kO$niO(T!dO(VTO(YUO(aVO(o[O~Oa!wOs!nO!S!oO!b!yO!c!vO!d!vO!|<VO#T!pO#U!pO#V!xO#W!pO#X!pO#[!zO#]!zO(U!lO(VTO(YUO(e!mO(o!sO~O(O!{O~OP]XR]X[]Xa]Xj]Xr]X!Q]X!S]X!]]X!l]X!p]X#R]X#S]X#`]X#kfX#n]X#o]X#p]X#q]X#r]X#s]X#t]X#u]X#v]X#x]X#z]X#{]X$Q]X'z]X(a]X(r]X(y]X(z]X~O!g%RX~P(qO_!}O(V#PO(W!}O(X#PO~O_#QO(X#PO(Y#PO(Z#QO~Ox#SO!U#TO(b#TO(c#VO~OPYOQYOSfOd!jOe!iOpkOrYOskOtkOzkO|YO!OYO!SWO!WkO!XkO!_!eO!iuO!lZO!oYO!pYO!qYO!svO!u!gO!x!hO$W!kO$niO(T<ZO(VTO(YUO(aVO(o[O~O![#ZO!]#WO!Y(hP!Y(vP~P+}O!^#cO~P`OPYOQYOSfOd!jOe!iOrYOskOtkOzkO|YO!OYO!SWO!WkO!XkO!_!eO!iuO!lZO!oYO!pYO!qYO!svO!u!gO!x!hO$W!kO$niO(VTO(YUO(aVO(o[O~Op#mO![#iO!|]O#i#lO#j#iO(T<[O!k(sP~P.iO!l#oO(T#nO~O!x#sO!|]O%h#tO~O#k#uO~O!g#vO#k#uO~OP$[OR#zO[$cOj$ROr$aO!Q#yO!S#{O!]$_O!l#xO!p$[O#R$RO#n$OO#o$PO#p$PO#q$PO#r$QO#s$RO#t$RO#u$bO#v$SO#x$UO#z$WO#{$XO(aVO(r$YO(y#|O(z#}O~Oa(fX'z(fX'w(fX!k(fX!Y(fX!_(fX%i(fX!g(fX~P1qO#S$dO#`$eO$Q$eOP(gXR(gX[(gXj(gXr(gX!Q(gX!S(gX!](gX!l(gX!p(gX#R(gX#n(gX#o(gX#p(gX#q(gX#r(gX#s(gX#t(gX#u(gX#v(gX#x(gX#z(gX#{(gX(a(gX(r(gX(y(gX(z(gX!_(gX%i(gX~Oa(gX'z(gX'w(gX!Y(gX!k(gXv(gX!g(gX~P4UO#`$eO~O$]$hO$_$gO$f$mO~OSfO!_$nO$i$oO$k$qO~Oh%VOj%dOk%dOp%WOr%XOs$tOt$tOz%YO|%ZO!O%]O!S${O!_$|O!i%bO!l$xO#j%cO$W%`O$t%^O$v%_O$y%aO(T$sO(VTO(YUO(a$uO(y$}O(z%POg(^P~Ol%[O~P7eO!l%eO~O!S%hO!_%iO(T%gO~O!g%mO~Oa%nO'z%nO~O!Q%rO~P%[O(U!lO~P%[O%n%vO~P%[Oh%VO!l%eO(T%gO(U!lO~Oe%}O!l%eO(T%gO~Oj$RO~O!_&PO(T%gO(U!lO(VTO(YUO`)WP~O!Q&SO!l&RO%j&VO&T&WO~P;SO!x#sO~O%s&YO!S)SX!_)SX(T)SX~O(T&ZO~Ol!PO!u&`O%j!QO%l!OO%m!OO%n!OO%q!RO%s!SO%v!TO%w!TO~Od&eOe&dO!x&bO%h&cO%{&aO~P<bOd&hOeyOl!PO!_&gO!u&`O!xxO!|]O%h}O%l!OO%m!OO%n!OO%q!RO%s!SO%v!TO%w!TO%y!UO~Ob&kO#`&nO%j&iO(U!lO~P=gO!l&oO!u&sO~O!l#oO~O!_XO~Oa%nO'x&{O'z%nO~Oa%nO'x'OO'z%nO~Oa%nO'x'QO'z%nO~O'w]X!Y]Xv]X!k]X&[]X!_]X%i]X!g]X~P(qO!b'_O!c'WO!d'WO(U!lO(VTO(YUO~Os'UO!S'TO!['XO(e'SO!^(iP!^(xP~P@nOn'bO!_'`O(T%gO~Oe'gO!l%eO(T%gO~O!Q&SO!l&RO~Os!nO!S!oO!|<VO#T!pO#U!pO#W!pO#X!pO(U!lO(VTO(YUO(e!mO(o!sO~O!b'mO!c'lO!d'lO#V!pO#['nO#]'nO~PBYOa%nOh%VO!g#vO!l%eO'z%nO(r'pO~O!p'tO#`'rO~PChOs!nO!S!oO(VTO(YUO(e!mO(o!sO~O!_XOs(mX!S(mX!b(mX!c(mX!d(mX!|(mX#T(mX#U(mX#V(mX#W(mX#X(mX#[(mX#](mX(U(mX(V(mX(Y(mX(e(mX(o(mX~O!c'lO!d'lO(U!lO~PDWO(P'xO(Q'xO(R'zO~O_!}O(V'|O(W!}O(X'|O~O_#QO(X'|O(Y'|O(Z#QO~Ov(OO~P%[Ox#SO!U#TO(b#TO(c(RO~O![(TO!Y'WX!Y'^X!]'WX!]'^X~P+}O!](VO!Y(hX~OP$[OR#zO[$cOj$ROr$aO!Q#yO!S#{O!](VO!l#xO!p$[O#R$RO#n$OO#o$PO#p$PO#q$PO#r$QO#s$RO#t$RO#u$bO#v$SO#x$UO#z$WO#{$XO(aVO(r$YO(y#|O(z#}O~O!Y(hX~PHRO!Y([O~O!Y(uX!](uX!g(uX!k(uX(r(uX~O#`(uX#k#dX!^(uX~PJUO#`(]O!Y(wX!](wX~O!](^O!Y(vX~O!Y(aO~O#`$eO~PJUO!^(bO~P`OR#zO!Q#yO!S#{O!l#xO(aVOP!na[!naj!nar!na!]!na!p!na#R!na#n!na#o!na#p!na#q!na#r!na#s!na#t!na#u!na#v!na#x!na#z!na#{!na(r!na(y!na(z!na~Oa!na'z!na'w!na!Y!na!k!nav!na!_!na%i!na!g!na~PKlO!k(cO~O!g#vO#`(dO(r'pO!](tXa(tX'z(tX~O!k(tX~PNXO!S%hO!_%iO!|]O#i(iO#j(hO(T%gO~O!](jO!k(sX~O!k(lO~O!S%hO!_%iO#j(hO(T%gO~OP(gXR(gX[(gXj(gXr(gX!Q(gX!S(gX!](gX!l(gX!p(gX#R(gX#n(gX#o(gX#p(gX#q(gX#r(gX#s(gX#t(gX#u(gX#v(gX#x(gX#z(gX#{(gX(a(gX(r(gX(y(gX(z(gX~O!g#vO!k(gX~P! uOR(nO!Q(mO!l#xO#S$dO!|!{a!S!{a~O!x!{a%h!{a!_!{a#i!{a#j!{a(T!{a~P!#vO!x(rO~OPYOQYOSfOd!jOe!iOpkOrYOskOtkOzkO|YO!OYO!SWO!WkO!XkO!_XO!iuO!lZO!oYO!pYO!qYO!svO!u!gO!x!hO$W!kO$niO(T!dO(VTO(YUO(aVO(o[O~Oh%VOp%WOr%XOs$tOt$tOz%YO|%ZO!O<sO!S${O!_$|O!i>VO!l$xO#j<yO$W%`O$t<uO$v<wO$y%aO(T(vO(VTO(YUO(a$uO(y$}O(z%PO~O#k(xO~O![(zO!k(kP~P%[O(e(|O(o[O~O!S)OO!l#xO(e(|O(o[O~OP<UOQ<UOSfOd>ROe!iOpkOr<UOskOtkOzkO|<UO!O<UO!SWO!WkO!XkO!_!eO!i<XO!lZO!o<UO!p<UO!q<UO!s<YO!u<]O!x!hO$W!kO$n>PO(T)]O(VTO(YUO(aVO(o[O~O!]$_Oa$qa'z$qa'w$qa!k$qa!Y$qa!_$qa%i$qa!g$qa~Ol)dO~P!&zOh%VOp%WOr%XOs$tOt$tOz%YO|%ZO!O%]O!S${O!_$|O!i%bO!l$xO#j%cO$W%`O$t%^O$v%_O$y%aO(T(vO(VTO(YUO(a$uO(y$}O(z%PO~Og(pP~P!,TO!Q)iO!g)hO!_$^X$Z$^X$]$^X$_$^X$f$^X~O!g)hO!_({X$Z({X$]({X$_({X$f({X~O!Q)iO~P!.^O!Q)iO!_({X$Z({X$]({X$_({X$f({X~O!_)kO$Z)oO$])jO$_)jO$f)pO~O![)sO~P!)[O$]$hO$_$gO$f)wO~On$zX!Q$zX#S$zX'y$zX(y$zX(z$zX~OgmXg$zXnmX!]mX#`mX~P!0SOx)yO(b)zO(c)|O~On*VO!Q*OO'y*PO(y$}O(z%PO~Og)}O~P!1WOg*WO~Oh%VOr%XOs$tOt$tOz%YO|%ZO!O<sO!S*YO!_*ZO!i>VO!l$xO#j<yO$W%`O$t<uO$v<wO$y%aO(VTO(YUO(a$uO(y$}O(z%PO~Op*`O}O(T&ZO~O!l+SO~O(T(vO~Op+WO!S%hO![#iO!_%iO!|]O#i#lO#j#iO(T%gO!k(sP~O!g#vO#k+XO~O!S%hOTX'z)TX~OP$[OR#zO[$cOj$ROr$aO!Q#yO!S#{O!l#xO!p$[O#R$RO#n$OO#o$PO#p$PO#q$PO#r$QO#s$RO#t$RO#u$bO#v$SO#x$UO#z$WO#{$XO(aVO(r$YO(y#|O(z#}O~Oa!ja!]!ja'z!ja'w!ja!Y!ja!k!jav!ja!_!ja%i!ja!g!ja~P!:tOR#zO!Q#yO!S#{O!l#xO(aVOP!ra[!raj!rar!ra!]!ra!p!ra#R!ra#n!ra#o!ra#p!ra#q!ra#r!ra#s!ra#t!ra#u!ra#v!ra#x!ra#z!ra#{!ra(r!ra(y!ra(z!ra~Oa!ra'z!ra'w!ra!Y!ra!k!rav!ra!_!ra%i!ra!g!ra~P!=[OR#zO!Q#yO!S#{O!l#xO(aVOP!ta[!taj!tar!ta!]!ta!p!ta#R!ta#n!ta#o!ta#p!ta#q!ta#r!ta#s!ta#t!ta#u!ta#v!ta#x!ta#z!ta#{!ta(r!ta(y!ta(z!ta~Oa!ta'z!ta'w!ta!Y!ta!k!tav!ta!_!ta%i!ta!g!ta~P!?rOh%VOn+gO!_'`O%i+fO~O!g+iOa(]X!_(]X'z(]X!](]X~Oa%nO!_XO'z%nO~Oh%VO!l%eO~Oh%VO!l%eO(T%gO~O!g#vO#k(xO~Ob+tO%j+uO(T+qO(VTO(YUO!^)XP~O!]+vO`)WX~O[+zO~O`+{O~O!_&PO(T%gO(U!lO`)WP~O%j,OO~P;SOh%VO#`,SO~Oh%VOn,VO!_$|O~O!_,XO~O!Q,ZO!_XO~O%n%vO~O!x,`O~Oe,eO~Ob,fO(T#nO(VTO(YUO!^)VP~Oe%}O~O%j!QO(T&ZO~P=gO[,kO`,jO~OPYOQYOSfOdzOeyOpkOrYOskOtkOzkO|YO!OYO!SWO!WkO!XkO!iuO!lZO!oYO!pYO!qYO!svO!xxO!|]O$niO%h}O(VTO(YUO(aVO(o[O~O!_!eO!u!gO$W!kO(T!dO~P!FyO`,jOa%nO'z%nO~OPYOQYOSfOd!jOe!iOpkOrYOskOtkOzkO|YO!OYO!SWO!WkO!XkO!_!eO!iuO!lZO!oYO!pYO!qYO!svO!x!hO$W!kO$niO(T!dO(VTO(YUO(aVO(o[O~Oa,pOl!OO!uwO%l!OO%m!OO%n!OO~P!IcO!l&oO~O&^,vO~O!_,xO~O&o,zO&q,{OP&laQ&laS&laY&laa&lad&lae&lal&lap&lar&las&lat&laz&la|&la!O&la!S&la!W&la!X&la!_&la!i&la!l&la!o&la!p&la!q&la!s&la!u&la!x&la!|&la$W&la$n&la%h&la%j&la%l&la%m&la%n&la%q&la%s&la%v&la%w&la%y&la&W&la&^&la&`&la&b&la&d&la&g&la&m&la&s&la&u&la&w&la&y&la&{&la'w&la(T&la(V&la(Y&la(a&la(o&la!^&la&e&lab&la&j&la~O(T-QO~Oh!eX!]!RX!^!RX!g!RX!g!eX!l!eX#`!RX~O!]!eX!^!eX~P#!iO!g-VO#`-UOh(jX!]#hX!^#hX!g(jX!l(jX~O!](jX!^(jX~P##[Oh%VO!g-XO!l%eO!]!aX!^!aX~Os!nO!S!oO(VTO(YUO(e!mO~OP<UOQ<UOSfOd>ROe!iOpkOr<UOskOtkOzkO|<UO!O<UO!SWO!WkO!XkO!_!eO!i<XO!lZO!o<UO!p<UO!q<UO!s<YO!u<]O!x!hO$W!kO$n>PO(VTO(YUO(aVO(o[O~O(T=QO~P#$qO!]-]O!^(iX~O!^-_O~O!g-VO#`-UO!]#hX!^#hX~O!]-`O!^(xX~O!^-bO~O!c-cO!d-cO(U!lO~P#$`O!^-fO~P'_On-iO!_'`O~O!Y-nO~Os!{a!b!{a!c!{a!d!{a#T!{a#U!{a#V!{a#W!{a#X!{a#[!{a#]!{a(U!{a(V!{a(Y!{a(e!{a(o!{a~P!#vO!p-sO#`-qO~PChO!c-uO!d-uO(U!lO~PDWOa%nO#`-qO'z%nO~Oa%nO!g#vO#`-qO'z%nO~Oa%nO!g#vO!p-sO#`-qO'z%nO(r'pO~O(P'xO(Q'xO(R-zO~Ov-{O~O!Y'Wa!]'Wa~P!:tO![.PO!Y'WX!]'WX~P%[O!](VO!Y(ha~O!Y(ha~PHRO!](^O!Y(va~O!S%hO![.TO!_%iO(T%gO!Y'^X!]'^X~O#`.VO!](ta!k(taa(ta'z(ta~O!g#vO~P#,wO!](jO!k(sa~O!S%hO!_%iO#j.ZO(T%gO~Op.`O!S%hO![.]O!_%iO!|]O#i._O#j.]O(T%gO!]'aX!k'aX~OR.dO!l#xO~Oh%VOn.gO!_'`O%i.fO~Oa#ci!]#ci'z#ci'w#ci!Y#ci!k#civ#ci!_#ci%i#ci!g#ci~P!:tOn>]O!Q*OO'y*PO(y$}O(z%PO~O#k#_aa#_a#`#_a'z#_a!]#_a!k#_a!_#_a!Y#_a~P#/sO#k(`XP(`XR(`X[(`Xa(`Xj(`Xr(`X!S(`X!l(`X!p(`X#R(`X#n(`X#o(`X#p(`X#q(`X#r(`X#s(`X#t(`X#u(`X#v(`X#x(`X#z(`X#{(`X'z(`X(a(`X(r(`X!k(`X!Y(`X'w(`Xv(`X!_(`X%i(`X!g(`X~P!6kO!].tO!k(kX~P!:tO!k.wO~O!Y.yO~OP$[OR#zO!Q#yO!S#{O!l#xO!p$[O(aVO[#mia#mij#mir#mi!]#mi#R#mi#o#mi#p#mi#q#mi#r#mi#s#mi#t#mi#u#mi#v#mi#x#mi#z#mi#{#mi'z#mi(r#mi(y#mi(z#mi'w#mi!Y#mi!k#miv#mi!_#mi%i#mi!g#mi~O#n#mi~P#3cO#n$OO~P#3cOP$[OR#zOr$aO!Q#yO!S#{O!l#xO!p$[O#n$OO#o$PO#p$PO#q$PO(aVO[#mia#mij#mi!]#mi#R#mi#s#mi#t#mi#u#mi#v#mi#x#mi#z#mi#{#mi'z#mi(r#mi(y#mi(z#mi'w#mi!Y#mi!k#miv#mi!_#mi%i#mi!g#mi~O#r#mi~P#6QO#r$QO~P#6QOP$[OR#zO[$cOj$ROr$aO!Q#yO!S#{O!l#xO!p$[O#R$RO#n$OO#o$PO#p$PO#q$PO#r$QO#s$RO#t$RO#u$bO(aVOa#mi!]#mi#x#mi#z#mi#{#mi'z#mi(r#mi(y#mi(z#mi'w#mi!Y#mi!k#miv#mi!_#mi%i#mi!g#mi~O#v#mi~P#8oOP$[OR#zO[$cOj$ROr$aO!Q#yO!S#{O!l#xO!p$[O#R$RO#n$OO#o$PO#p$PO#q$PO#r$QO#s$RO#t$RO#u$bO#v$SO(aVO(z#}Oa#mi!]#mi#z#mi#{#mi'z#mi(r#mi(y#mi'w#mi!Y#mi!k#miv#mi!_#mi%i#mi!g#mi~O#x$UO~P#;VO#x#mi~P#;VO#v$SO~P#8oOP$[OR#zO[$cOj$ROr$aO!Q#yO!S#{O!l#xO!p$[O#R$RO#n$OO#o$PO#p$PO#q$PO#r$QO#s$RO#t$RO#u$bO#v$SO#x$UO(aVO(y#|O(z#}Oa#mi!]#mi#{#mi'z#mi(r#mi'w#mi!Y#mi!k#miv#mi!_#mi%i#mi!g#mi~O#z#mi~P#={O#z$WO~P#={OP]XR]X[]Xj]Xr]X!Q]X!S]X!l]X!p]X#R]X#S]X#`]X#kfX#n]X#o]X#p]X#q]X#r]X#s]X#t]X#u]X#v]X#x]X#z]X#{]X$Q]X(a]X(r]X(y]X(z]X!]]X!^]X~O$O]X~P#@jOP$[OR#zO[<mOj<bOr<kO!Q#yO!S#{O!l#xO!p$[O#R<bO#n<_O#o<`O#p<`O#q<`O#r<aO#s<bO#t<bO#u<lO#v<cO#x<eO#z<gO#{<hO(aVO(r$YO(y#|O(z#}O~O$O.{O~P#BwO#S$dO#`<nO$Q<nO$O(gX!^(gX~P! uOa'da!]'da'z'da'w'da!k'da!Y'dav'da!_'da%i'da!g'da~P!:tO[#mia#mij#mir#mi!]#mi#R#mi#r#mi#s#mi#t#mi#u#mi#v#mi#x#mi#z#mi#{#mi'z#mi(r#mi'w#mi!Y#mi!k#miv#mi!_#mi%i#mi!g#mi~OP$[OR#zO!Q#yO!S#{O!l#xO!p$[O#n$OO#o$PO#p$PO#q$PO(aVO(y#mi(z#mi~P#EyOn>]O!Q*OO'y*PO(y$}O(z%POP#miR#mi!S#mi!l#mi!p#mi#n#mi#o#mi#p#mi#q#mi(a#mi~P#EyO!]/POg(pX~P!1WOg/RO~Oa$Pi!]$Pi'z$Pi'w$Pi!Y$Pi!k$Piv$Pi!_$Pi%i$Pi!g$Pi~P!:tO$]/SO$_/SO~O$]/TO$_/TO~O!g)hO#`/UO!_$cX$Z$cX$]$cX$_$cX$f$cX~O![/VO~O!_)kO$Z/XO$])jO$_)jO$f/YO~O!]<iO!^(fX~P#BwO!^/ZO~O!g)hO$f({X~O$f/]O~Ov/^O~P!&zOx)yO(b)zO(c/aO~O!S/dO~O(y$}On%aa!Q%aa'y%aa(z%aa!]%aa#`%aa~Og%aa$O%aa~P#L{O(z%POn%ca!Q%ca'y%ca(y%ca!]%ca#`%ca~Og%ca$O%ca~P#MnO!]fX!gfX!kfX!k$zX(rfX~P!0SOp%WOPP~P!1uOr*sO!b*qO!c*kO!d*kO!l*bO#[*rO%`*mO(U!lO(VTO(YUO~Os<}O!S/nO![+[O!^*pO(e<|O!^(xP~P$ [O!k/oO~P#/sO!]/pO!g#vO(r'pO!k)OX~O!k/uO~OnoX!QoX'yoX(yoX(zoX~O!g#vO!koX~P$#OOp/wO!S%hO![*^O!_%iO(T%gO!k)OP~O#k/xO~O!Y$zX!]$zX!g%RX~P!0SO!]/yO!Y)PX~P#/sO!g/{O~O!Y/}O~OpkO(T0OO~P.iOh%VOr0TO!g#vO!l%eO(r'pO~O!g+iO~Oa%nO!]0XO'z%nO~O!^0ZO~P!5iO!c0[O!d0[O(U!lO~P#$`Os!nO!S0]O(VTO(YUO(e!mO~O#[0_O~Og%aa!]%aa#`%aa$O%aa~P!1WOg%ca!]%ca#`%ca$O%ca~P!1WOj%dOk%dOl%dO(T&ZOg'mX!]'mX~O!]*yOg(^a~Og0hO~On0jO#`0iOg(_a!](_a~OR0kO!Q0kO!S0lO#S$dOn}a'y}a(y}a(z}a!]}a#`}a~Og}a$O}a~P$(cO!Q*OO'y*POn$sa(y$sa(z$sa!]$sa#`$sa~Og$sa$O$sa~P$)_O!Q*OO'y*POn$ua(y$ua(z$ua!]$ua#`$ua~Og$ua$O$ua~P$*QO#k0oO~Og%Ta!]%Ta#`%Ta$O%Ta~P!1WO!g#vO~O#k0rO~O!]+^Oa)Ta'z)Ta~OR#zO!Q#yO!S#{O!l#xO(aVOP!ri[!rij!rir!ri!]!ri!p!ri#R!ri#n!ri#o!ri#p!ri#q!ri#r!ri#s!ri#t!ri#u!ri#v!ri#x!ri#z!ri#{!ri(r!ri(y!ri(z!ri~Oa!ri'z!ri'w!ri!Y!ri!k!riv!ri!_!ri%i!ri!g!ri~P$+oOh%VOr%XOs$tOt$tOz%YO|%ZO!O<sO!S${O!_$|O!i>VO!l$xO#j<yO$W%`O$t<uO$v<wO$y%aO(VTO(YUO(a$uO(y$}O(z%PO~Op0{O%]0|O(T0zO~P$.VO!g+iOa(]a!_(]a'z(]a!](]a~O#k1SO~O[]X!]fX!^fX~O!]1TO!^)XX~O!^1VO~O[1WO~Ob1YO(T+qO(VTO(YUO~O!_&PO(T%gO`'uX!]'uX~O!]+vO`)Wa~O!k1]O~P!:tO[1`O~O`1aO~O#`1fO~On1iO!_$|O~O(e(|O!^)UP~Oh%VOn1rO!_1oO%i1qO~O[1|O!]1zO!^)VX~O!^1}O~O`2POa%nO'z%nO~O(T#nO(VTO(YUO~O#S$dO#`$eO$Q$eOP(gXR(gX[(gXr(gX!Q(gX!S(gX!](gX!l(gX!p(gX#R(gX#n(gX#o(gX#p(gX#q(gX#r(gX#s(gX#t(gX#u(gX#v(gX#x(gX#z(gX#{(gX(a(gX(r(gX(y(gX(z(gX~Oj2SO&[2TOa(gX~P$3pOj2SO#`$eO&[2TO~Oa2VO~P%[Oa2XO~O&e2[OP&ciQ&ciS&ciY&cia&cid&cie&cil&cip&cir&cis&cit&ciz&ci|&ci!O&ci!S&ci!W&ci!X&ci!_&ci!i&ci!l&ci!o&ci!p&ci!q&ci!s&ci!u&ci!x&ci!|&ci$W&ci$n&ci%h&ci%j&ci%l&ci%m&ci%n&ci%q&ci%s&ci%v&ci%w&ci%y&ci&W&ci&^&ci&`&ci&b&ci&d&ci&g&ci&m&ci&s&ci&u&ci&w&ci&y&ci&{&ci'w&ci(T&ci(V&ci(Y&ci(a&ci(o&ci!^&cib&ci&j&ci~Ob2bO!^2`O&j2aO~P`O!_XO!l2dO~O&q,{OP&liQ&liS&liY&lia&lid&lie&lil&lip&lir&lis&lit&liz&li|&li!O&li!S&li!W&li!X&li!_&li!i&li!l&li!o&li!p&li!q&li!s&li!u&li!x&li!|&li$W&li$n&li%h&li%j&li%l&li%m&li%n&li%q&li%s&li%v&li%w&li%y&li&W&li&^&li&`&li&b&li&d&li&g&li&m&li&s&li&u&li&w&li&y&li&{&li'w&li(T&li(V&li(Y&li(a&li(o&li!^&li&e&lib&li&j&li~O!Y2jO~O!]!aa!^!aa~P#BwOs!nO!S!oO![2pO(e!mO!]'XX!^'XX~P@nO!]-]O!^(ia~O!]'_X!^'_X~P!9|O!]-`O!^(xa~O!^2wO~P'_Oa%nO#`3QO'z%nO~Oa%nO!g#vO#`3QO'z%nO~Oa%nO!g#vO!p3UO#`3QO'z%nO(r'pO~Oa%nO'z%nO~P!:tO!]$_Ov$qa~O!Y'Wi!]'Wi~P!:tO!](VO!Y(hi~O!](^O!Y(vi~O!Y(wi!](wi~P!:tO!](ti!k(tia(ti'z(ti~P!:tO#`3WO!](ti!k(tia(ti'z(ti~O!](jO!k(si~O!S%hO!_%iO!|]O#i3]O#j3[O(T%gO~O!S%hO!_%iO#j3[O(T%gO~On3dO!_'`O%i3cO~Oh%VOn3dO!_'`O%i3cO~O#k%aaP%aaR%aa[%aaa%aaj%aar%aa!S%aa!l%aa!p%aa#R%aa#n%aa#o%aa#p%aa#q%aa#r%aa#s%aa#t%aa#u%aa#v%aa#x%aa#z%aa#{%aa'z%aa(a%aa(r%aa!k%aa!Y%aa'w%aav%aa!_%aa%i%aa!g%aa~P#L{O#k%caP%caR%ca[%caa%caj%car%ca!S%ca!l%ca!p%ca#R%ca#n%ca#o%ca#p%ca#q%ca#r%ca#s%ca#t%ca#u%ca#v%ca#x%ca#z%ca#{%ca'z%ca(a%ca(r%ca!k%ca!Y%ca'w%cav%ca!_%ca%i%ca!g%ca~P#MnO#k%aaP%aaR%aa[%aaa%aaj%aar%aa!S%aa!]%aa!l%aa!p%aa#R%aa#n%aa#o%aa#p%aa#q%aa#r%aa#s%aa#t%aa#u%aa#v%aa#x%aa#z%aa#{%aa'z%aa(a%aa(r%aa!k%aa!Y%aa'w%aa#`%aav%aa!_%aa%i%aa!g%aa~P#/sO#k%caP%caR%ca[%caa%caj%car%ca!S%ca!]%ca!l%ca!p%ca#R%ca#n%ca#o%ca#p%ca#q%ca#r%ca#s%ca#t%ca#u%ca#v%ca#x%ca#z%ca#{%ca'z%ca(a%ca(r%ca!k%ca!Y%ca'w%ca#`%cav%ca!_%ca%i%ca!g%ca~P#/sO#k}aP}a[}aa}aj}ar}a!l}a!p}a#R}a#n}a#o}a#p}a#q}a#r}a#s}a#t}a#u}a#v}a#x}a#z}a#{}a'z}a(a}a(r}a!k}a!Y}a'w}av}a!_}a%i}a!g}a~P$(cO#k$saP$saR$sa[$saa$saj$sar$sa!S$sa!l$sa!p$sa#R$sa#n$sa#o$sa#p$sa#q$sa#r$sa#s$sa#t$sa#u$sa#v$sa#x$sa#z$sa#{$sa'z$sa(a$sa(r$sa!k$sa!Y$sa'w$sav$sa!_$sa%i$sa!g$sa~P$)_O#k$uaP$uaR$ua[$uaa$uaj$uar$ua!S$ua!l$ua!p$ua#R$ua#n$ua#o$ua#p$ua#q$ua#r$ua#s$ua#t$ua#u$ua#v$ua#x$ua#z$ua#{$ua'z$ua(a$ua(r$ua!k$ua!Y$ua'w$uav$ua!_$ua%i$ua!g$ua~P$*QO#k%TaP%TaR%Ta[%Taa%Taj%Tar%Ta!S%Ta!]%Ta!l%Ta!p%Ta#R%Ta#n%Ta#o%Ta#p%Ta#q%Ta#r%Ta#s%Ta#t%Ta#u%Ta#v%Ta#x%Ta#z%Ta#{%Ta'z%Ta(a%Ta(r%Ta!k%Ta!Y%Ta'w%Ta#`%Tav%Ta!_%Ta%i%Ta!g%Ta~P#/sOa#cq!]#cq'z#cq'w#cq!Y#cq!k#cqv#cq!_#cq%i#cq!g#cq~P!:tO![3lO!]'YX!k'YX~P%[O!].tO!k(ka~O!].tO!k(ka~P!:tO!Y3oO~O$O!na!^!na~PKlO$O!ja!]!ja!^!ja~P#BwO$O!ra!^!ra~P!=[O$O!ta!^!ta~P!?rOg']X!]']X~P!,TO!]/POg(pa~OSfO!_4TO$d4UO~O!^4YO~Ov4ZO~P#/sOa$mq!]$mq'z$mq'w$mq!Y$mq!k$mqv$mq!_$mq%i$mq!g$mq~P!:tO!Y4]O~P!&zO!S4^O~O!Q*OO'y*PO(z%POn'ia(y'ia!]'ia#`'ia~Og'ia$O'ia~P%-fO!Q*OO'y*POn'ka(y'ka(z'ka!]'ka#`'ka~Og'ka$O'ka~P%.XO(r$YO~P#/sO!YfX!Y$zX!]fX!]$zX!g%RX#`fX~P!0SOp%WO(T=WO~P!1uOp4bO!S%hO![4aO!_%iO(T%gO!]'eX!k'eX~O!]/pO!k)Oa~O!]/pO!g#vO!k)Oa~O!]/pO!g#vO(r'pO!k)Oa~Og$|i!]$|i#`$|i$O$|i~P!1WO![4jO!Y'gX!]'gX~P!3tO!]/yO!Y)Pa~O!]/yO!Y)Pa~P#/sOP]XR]X[]Xj]Xr]X!Q]X!S]X!Y]X!]]X!l]X!p]X#R]X#S]X#`]X#kfX#n]X#o]X#p]X#q]X#r]X#s]X#t]X#u]X#v]X#x]X#z]X#{]X$Q]X(a]X(r]X(y]X(z]X~Oj%YX!g%YX~P%2OOj4oO!g#vO~Oh%VO!g#vO!l%eO~Oh%VOr4tO!l%eO(r'pO~Or4yO!g#vO(r'pO~Os!nO!S4zO(VTO(YUO(e!mO~O(y$}On%ai!Q%ai'y%ai(z%ai!]%ai#`%ai~Og%ai$O%ai~P%5oO(z%POn%ci!Q%ci'y%ci(y%ci!]%ci#`%ci~Og%ci$O%ci~P%6bOg(_i!](_i~P!1WO#`5QOg(_i!](_i~P!1WO!k5VO~Oa$oq!]$oq'z$oq'w$oq!Y$oq!k$oqv$oq!_$oq%i$oq!g$oq~P!:tO!Y5ZO~O!]5[O!_)QX~P#/sOa$zX!_$zX%^]X'z$zX!]$zX~P!0SO%^5_OaoX!_oX'zoX!]oX~P$#OOp5`O(T#nO~O%^5_O~Ob5fO%j5gO(T+qO(VTO(YUO!]'tX!^'tX~O!]1TO!^)Xa~O[5kO~O`5lO~O[5pO~Oa%nO'z%nO~P#/sO!]5uO#`5wO!^)UX~O!^5xO~Or6OOs!nO!S*iO!b!yO!c!vO!d!vO!|<VO#T!pO#U!pO#V!pO#W!pO#X!pO#[5}O#]!zO(U!lO(VTO(YUO(e!mO(o!sO~O!^5|O~P%;eOn6TO!_1oO%i6SO~Oh%VOn6TO!_1oO%i6SO~Ob6[O(T#nO(VTO(YUO!]'sX!^'sX~O!]1zO!^)Va~O(VTO(YUO(e6^O~O`6bO~Oj6eO&[6fO~PNXO!k6gO~P%[Oa6iO~Oa6iO~P%[Ob2bO!^6nO&j2aO~P`O!g6pO~O!g6rOh(ji!](ji!^(ji!g(ji!l(jir(ji(r(ji~O!]#hi!^#hi~P#BwO#`6sO!]#hi!^#hi~O!]!ai!^!ai~P#BwOa%nO#`6|O'z%nO~Oa%nO!g#vO#`6|O'z%nO~O!](tq!k(tqa(tq'z(tq~P!:tO!](jO!k(sq~O!S%hO!_%iO#j7TO(T%gO~O!_'`O%i7WO~On7[O!_'`O%i7WO~O#k'iaP'iaR'ia['iaa'iaj'iar'ia!S'ia!l'ia!p'ia#R'ia#n'ia#o'ia#p'ia#q'ia#r'ia#s'ia#t'ia#u'ia#v'ia#x'ia#z'ia#{'ia'z'ia(a'ia(r'ia!k'ia!Y'ia'w'iav'ia!_'ia%i'ia!g'ia~P%-fO#k'kaP'kaR'ka['kaa'kaj'kar'ka!S'ka!l'ka!p'ka#R'ka#n'ka#o'ka#p'ka#q'ka#r'ka#s'ka#t'ka#u'ka#v'ka#x'ka#z'ka#{'ka'z'ka(a'ka(r'ka!k'ka!Y'ka'w'kav'ka!_'ka%i'ka!g'ka~P%.XO#k$|iP$|iR$|i[$|ia$|ij$|ir$|i!S$|i!]$|i!l$|i!p$|i#R$|i#n$|i#o$|i#p$|i#q$|i#r$|i#s$|i#t$|i#u$|i#v$|i#x$|i#z$|i#{$|i'z$|i(a$|i(r$|i!k$|i!Y$|i'w$|i#`$|iv$|i!_$|i%i$|i!g$|i~P#/sO#k%aiP%aiR%ai[%aia%aij%air%ai!S%ai!l%ai!p%ai#R%ai#n%ai#o%ai#p%ai#q%ai#r%ai#s%ai#t%ai#u%ai#v%ai#x%ai#z%ai#{%ai'z%ai(a%ai(r%ai!k%ai!Y%ai'w%aiv%ai!_%ai%i%ai!g%ai~P%5oO#k%ciP%ciR%ci[%cia%cij%cir%ci!S%ci!l%ci!p%ci#R%ci#n%ci#o%ci#p%ci#q%ci#r%ci#s%ci#t%ci#u%ci#v%ci#x%ci#z%ci#{%ci'z%ci(a%ci(r%ci!k%ci!Y%ci'w%civ%ci!_%ci%i%ci!g%ci~P%6bO!]'Ya!k'Ya~P!:tO!].tO!k(ki~O$O#ci!]#ci!^#ci~P#BwOP$[OR#zO!Q#yO!S#{O!l#xO!p$[O(aVO[#mij#mir#mi#R#mi#o#mi#p#mi#q#mi#r#mi#s#mi#t#mi#u#mi#v#mi#x#mi#z#mi#{#mi$O#mi(r#mi(y#mi(z#mi!]#mi!^#mi~O#n#mi~P%NdO#n<_O~P%NdOP$[OR#zOr<kO!Q#yO!S#{O!l#xO!p$[O#n<_O#o<`O#p<`O#q<`O(aVO[#mij#mi#R#mi#s#mi#t#mi#u#mi#v#mi#x#mi#z#mi#{#mi$O#mi(r#mi(y#mi(z#mi!]#mi!^#mi~O#r#mi~P&!lO#r<aO~P&!lOP$[OR#zO[<mOj<bOr<kO!Q#yO!S#{O!l#xO!p$[O#R<bO#n<_O#o<`O#p<`O#q<`O#r<aO#s<bO#t<bO#u<lO(aVO#x#mi#z#mi#{#mi$O#mi(r#mi(y#mi(z#mi!]#mi!^#mi~O#v#mi~P&$tOP$[OR#zO[<mOj<bOr<kO!Q#yO!S#{O!l#xO!p$[O#R<bO#n<_O#o<`O#p<`O#q<`O#r<aO#s<bO#t<bO#u<lO#v<cO(aVO(z#}O#z#mi#{#mi$O#mi(r#mi(y#mi!]#mi!^#mi~O#x<eO~P&&uO#x#mi~P&&uO#v<cO~P&$tOP$[OR#zO[<mOj<bOr<kO!Q#yO!S#{O!l#xO!p$[O#R<bO#n<_O#o<`O#p<`O#q<`O#r<aO#s<bO#t<bO#u<lO#v<cO#x<eO(aVO(y#|O(z#}O#{#mi$O#mi(r#mi!]#mi!^#mi~O#z#mi~P&)UO#z<gO~P&)UOa#|y!]#|y'z#|y'w#|y!Y#|y!k#|yv#|y!_#|y%i#|y!g#|y~P!:tO[#mij#mir#mi#R#mi#r#mi#s#mi#t#mi#u#mi#v#mi#x#mi#z#mi#{#mi$O#mi(r#mi!]#mi!^#mi~OP$[OR#zO!Q#yO!S#{O!l#xO!p$[O#n<_O#o<`O#p<`O#q<`O(aVO(y#mi(z#mi~P&,QOn>^O!Q*OO'y*PO(y$}O(z%POP#miR#mi!S#mi!l#mi!p#mi#n#mi#o#mi#p#mi#q#mi(a#mi~P&,QO#S$dOP(`XR(`X[(`Xj(`Xn(`Xr(`X!Q(`X!S(`X!l(`X!p(`X#R(`X#n(`X#o(`X#p(`X#q(`X#r(`X#s(`X#t(`X#u(`X#v(`X#x(`X#z(`X#{(`X$O(`X'y(`X(a(`X(r(`X(y(`X(z(`X!](`X!^(`X~O$O$Pi!]$Pi!^$Pi~P#BwO$O!ri!^!ri~P$+oOg']a!]']a~P!1WO!^7nO~O!]'da!^'da~P#BwO!Y7oO~P#/sO!g#vO(r'pO!]'ea!k'ea~O!]/pO!k)Oi~O!]/pO!g#vO!k)Oi~Og$|q!]$|q#`$|q$O$|q~P!1WO!Y'ga!]'ga~P#/sO!g7vO~O!]/yO!Y)Pi~P#/sO!]/yO!Y)Pi~O!Y7yO~Oh%VOr8OO!l%eO(r'pO~Oj8QO!g#vO~Or8TO!g#vO(r'pO~O!Q*OO'y*PO(z%POn'ja(y'ja!]'ja#`'ja~Og'ja$O'ja~P&5RO!Q*OO'y*POn'la(y'la(z'la!]'la#`'la~Og'la$O'la~P&5tOg(_q!](_q~P!1WO#`8VOg(_q!](_q~P!1WO!Y8WO~Og%Oq!]%Oq#`%Oq$O%Oq~P!1WOa$oy!]$oy'z$oy'w$oy!Y$oy!k$oyv$oy!_$oy%i$oy!g$oy~P!:tO!g6rO~O!]5[O!_)Qa~O!_'`OP$TaR$Ta[$Taj$Tar$Ta!Q$Ta!S$Ta!]$Ta!l$Ta!p$Ta#R$Ta#n$Ta#o$Ta#p$Ta#q$Ta#r$Ta#s$Ta#t$Ta#u$Ta#v$Ta#x$Ta#z$Ta#{$Ta(a$Ta(r$Ta(y$Ta(z$Ta~O%i7WO~P&8fO%^8[Oa%[i!_%[i'z%[i!]%[i~Oa#cy!]#cy'z#cy'w#cy!Y#cy!k#cyv#cy!_#cy%i#cy!g#cy~P!:tO[8^O~Ob8`O(T+qO(VTO(YUO~O!]1TO!^)Xi~O`8dO~O(e(|O!]'pX!^'pX~O!]5uO!^)Ua~O!^8nO~P%;eO(o!sO~P$&YO#[8oO~O!_1oO~O!_1oO%i8qO~On8tO!_1oO%i8qO~O[8yO!]'sa!^'sa~O!]1zO!^)Vi~O!k8}O~O!k9OO~O!k9RO~O!k9RO~P%[Oa9TO~O!g9UO~O!k9VO~O!](wi!^(wi~P#BwOa%nO#`9_O'z%nO~O!](ty!k(tya(ty'z(ty~P!:tO!](jO!k(sy~O%i9bO~P&8fO!_'`O%i9bO~O#k$|qP$|qR$|q[$|qa$|qj$|qr$|q!S$|q!]$|q!l$|q!p$|q#R$|q#n$|q#o$|q#p$|q#q$|q#r$|q#s$|q#t$|q#u$|q#v$|q#x$|q#z$|q#{$|q'z$|q(a$|q(r$|q!k$|q!Y$|q'w$|q#`$|qv$|q!_$|q%i$|q!g$|q~P#/sO#k'jaP'jaR'ja['jaa'jaj'jar'ja!S'ja!l'ja!p'ja#R'ja#n'ja#o'ja#p'ja#q'ja#r'ja#s'ja#t'ja#u'ja#v'ja#x'ja#z'ja#{'ja'z'ja(a'ja(r'ja!k'ja!Y'ja'w'jav'ja!_'ja%i'ja!g'ja~P&5RO#k'laP'laR'la['laa'laj'lar'la!S'la!l'la!p'la#R'la#n'la#o'la#p'la#q'la#r'la#s'la#t'la#u'la#v'la#x'la#z'la#{'la'z'la(a'la(r'la!k'la!Y'la'w'lav'la!_'la%i'la!g'la~P&5tO#k%OqP%OqR%Oq[%Oqa%Oqj%Oqr%Oq!S%Oq!]%Oq!l%Oq!p%Oq#R%Oq#n%Oq#o%Oq#p%Oq#q%Oq#r%Oq#s%Oq#t%Oq#u%Oq#v%Oq#x%Oq#z%Oq#{%Oq'z%Oq(a%Oq(r%Oq!k%Oq!Y%Oq'w%Oq#`%Oqv%Oq!_%Oq%i%Oq!g%Oq~P#/sO!]'Yi!k'Yi~P!:tO$O#cq!]#cq!^#cq~P#BwO(y$}OP%aaR%aa[%aaj%aar%aa!S%aa!l%aa!p%aa#R%aa#n%aa#o%aa#p%aa#q%aa#r%aa#s%aa#t%aa#u%aa#v%aa#x%aa#z%aa#{%aa$O%aa(a%aa(r%aa!]%aa!^%aa~On%aa!Q%aa'y%aa(z%aa~P&IyO(z%POP%caR%ca[%caj%car%ca!S%ca!l%ca!p%ca#R%ca#n%ca#o%ca#p%ca#q%ca#r%ca#s%ca#t%ca#u%ca#v%ca#x%ca#z%ca#{%ca$O%ca(a%ca(r%ca!]%ca!^%ca~On%ca!Q%ca'y%ca(y%ca~P&LQOn>^O!Q*OO'y*PO(z%PO~P&IyOn>^O!Q*OO'y*PO(y$}O~P&LQOR0kO!Q0kO!S0lO#S$dOP}a[}aj}an}ar}a!l}a!p}a#R}a#n}a#o}a#p}a#q}a#r}a#s}a#t}a#u}a#v}a#x}a#z}a#{}a$O}a'y}a(a}a(r}a(y}a(z}a!]}a!^}a~O!Q*OO'y*POP$saR$sa[$saj$san$sar$sa!S$sa!l$sa!p$sa#R$sa#n$sa#o$sa#p$sa#q$sa#r$sa#s$sa#t$sa#u$sa#v$sa#x$sa#z$sa#{$sa$O$sa(a$sa(r$sa(y$sa(z$sa!]$sa!^$sa~O!Q*OO'y*POP$uaR$ua[$uaj$uan$uar$ua!S$ua!l$ua!p$ua#R$ua#n$ua#o$ua#p$ua#q$ua#r$ua#s$ua#t$ua#u$ua#v$ua#x$ua#z$ua#{$ua$O$ua(a$ua(r$ua(y$ua(z$ua!]$ua!^$ua~On>^O!Q*OO'y*PO(y$}O(z%PO~OP%TaR%Ta[%Taj%Tar%Ta!S%Ta!l%Ta!p%Ta#R%Ta#n%Ta#o%Ta#p%Ta#q%Ta#r%Ta#s%Ta#t%Ta#u%Ta#v%Ta#x%Ta#z%Ta#{%Ta$O%Ta(a%Ta(r%Ta!]%Ta!^%Ta~P''VO$O$mq!]$mq!^$mq~P#BwO$O$oq!]$oq!^$oq~P#BwO!^9oO~O$O9pO~P!1WO!g#vO!]'ei!k'ei~O!g#vO(r'pO!]'ei!k'ei~O!]/pO!k)Oq~O!Y'gi!]'gi~P#/sO!]/yO!Y)Pq~Or9wO!g#vO(r'pO~O[9yO!Y9xO~P#/sO!Y9xO~Oj:PO!g#vO~Og(_y!](_y~P!1WO!]'na!_'na~P#/sOa%[q!_%[q'z%[q!]%[q~P#/sO[:UO~O!]1TO!^)Xq~O`:YO~O#`:ZO!]'pa!^'pa~O!]5uO!^)Ui~P#BwO!S:]O~O!_1oO%i:`O~O(VTO(YUO(e:eO~O!]1zO!^)Vq~O!k:hO~O!k:iO~O!k:jO~O!k:jO~P%[O#`:mO!]#hy!^#hy~O!]#hy!^#hy~P#BwO%i:rO~P&8fO!_'`O%i:rO~O$O#|y!]#|y!^#|y~P#BwOP$|iR$|i[$|ij$|ir$|i!S$|i!l$|i!p$|i#R$|i#n$|i#o$|i#p$|i#q$|i#r$|i#s$|i#t$|i#u$|i#v$|i#x$|i#z$|i#{$|i$O$|i(a$|i(r$|i!]$|i!^$|i~P''VO!Q*OO'y*PO(z%POP'iaR'ia['iaj'ian'iar'ia!S'ia!l'ia!p'ia#R'ia#n'ia#o'ia#p'ia#q'ia#r'ia#s'ia#t'ia#u'ia#v'ia#x'ia#z'ia#{'ia$O'ia(a'ia(r'ia(y'ia!]'ia!^'ia~O!Q*OO'y*POP'kaR'ka['kaj'kan'kar'ka!S'ka!l'ka!p'ka#R'ka#n'ka#o'ka#p'ka#q'ka#r'ka#s'ka#t'ka#u'ka#v'ka#x'ka#z'ka#{'ka$O'ka(a'ka(r'ka(y'ka(z'ka!]'ka!^'ka~O(y$}OP%aiR%ai[%aij%ain%air%ai!Q%ai!S%ai!l%ai!p%ai#R%ai#n%ai#o%ai#p%ai#q%ai#r%ai#s%ai#t%ai#u%ai#v%ai#x%ai#z%ai#{%ai$O%ai'y%ai(a%ai(r%ai(z%ai!]%ai!^%ai~O(z%POP%ciR%ci[%cij%cin%cir%ci!Q%ci!S%ci!l%ci!p%ci#R%ci#n%ci#o%ci#p%ci#q%ci#r%ci#s%ci#t%ci#u%ci#v%ci#x%ci#z%ci#{%ci$O%ci'y%ci(a%ci(r%ci(y%ci!]%ci!^%ci~O$O$oy!]$oy!^$oy~P#BwO$O#cy!]#cy!^#cy~P#BwO!g#vO!]'eq!k'eq~O!]/pO!k)Oy~O!Y'gq!]'gq~P#/sOr:|O!g#vO(r'pO~O[;QO!Y;PO~P#/sO!Y;PO~Og(_!R!](_!R~P!1WOa%[y!_%[y'z%[y!]%[y~P#/sO!]1TO!^)Xy~O!]5uO!^)Uq~O(T;XO~O!_1oO%i;[O~O!k;_O~O%i;dO~P&8fOP$|qR$|q[$|qj$|qr$|q!S$|q!l$|q!p$|q#R$|q#n$|q#o$|q#p$|q#q$|q#r$|q#s$|q#t$|q#u$|q#v$|q#x$|q#z$|q#{$|q$O$|q(a$|q(r$|q!]$|q!^$|q~P''VO!Q*OO'y*PO(z%POP'jaR'ja['jaj'jan'jar'ja!S'ja!l'ja!p'ja#R'ja#n'ja#o'ja#p'ja#q'ja#r'ja#s'ja#t'ja#u'ja#v'ja#x'ja#z'ja#{'ja$O'ja(a'ja(r'ja(y'ja!]'ja!^'ja~O!Q*OO'y*POP'laR'la['laj'lan'lar'la!S'la!l'la!p'la#R'la#n'la#o'la#p'la#q'la#r'la#s'la#t'la#u'la#v'la#x'la#z'la#{'la$O'la(a'la(r'la(y'la(z'la!]'la!^'la~OP%OqR%Oq[%Oqj%Oqr%Oq!S%Oq!l%Oq!p%Oq#R%Oq#n%Oq#o%Oq#p%Oq#q%Oq#r%Oq#s%Oq#t%Oq#u%Oq#v%Oq#x%Oq#z%Oq#{%Oq$O%Oq(a%Oq(r%Oq!]%Oq!^%Oq~P''VOg%e!Z!]%e!Z#`%e!Z$O%e!Z~P!1WO!Y;hO~P#/sOr;iO!g#vO(r'pO~O[;kO!Y;hO~P#/sO!]'pq!^'pq~P#BwO!]#h!Z!^#h!Z~P#BwO#k%e!ZP%e!ZR%e!Z[%e!Za%e!Zj%e!Zr%e!Z!S%e!Z!]%e!Z!l%e!Z!p%e!Z#R%e!Z#n%e!Z#o%e!Z#p%e!Z#q%e!Z#r%e!Z#s%e!Z#t%e!Z#u%e!Z#v%e!Z#x%e!Z#z%e!Z#{%e!Z'z%e!Z(a%e!Z(r%e!Z!k%e!Z!Y%e!Z'w%e!Z#`%e!Zv%e!Z!_%e!Z%i%e!Z!g%e!Z~P#/sOr;tO!g#vO(r'pO~O!Y;uO~P#/sOr;|O!g#vO(r'pO~O!Y;}O~P#/sOP%e!ZR%e!Z[%e!Zj%e!Zr%e!Z!S%e!Z!l%e!Z!p%e!Z#R%e!Z#n%e!Z#o%e!Z#p%e!Z#q%e!Z#r%e!Z#s%e!Z#t%e!Z#u%e!Z#v%e!Z#x%e!Z#z%e!Z#{%e!Z$O%e!Z(a%e!Z(r%e!Z!]%e!Z!^%e!Z~P''VOr<QO!g#vO(r'pO~Ov(fX~P1qO!Q%rO~P!)[O(U!lO~P!)[O!YfX!]fX#`fX~P%2OOP]XR]X[]Xj]Xr]X!Q]X!S]X!]]X!]fX!l]X!p]X#R]X#S]X#`]X#`fX#kfX#n]X#o]X#p]X#q]X#r]X#s]X#t]X#u]X#v]X#x]X#z]X#{]X$Q]X(a]X(r]X(y]X(z]X~O!gfX!k]X!kfX(rfX~P'LTOP<UOQ<UOSfOd>ROe!iOpkOr<UOskOtkOzkO|<UO!O<UO!SWO!WkO!XkO!_XO!i<XO!lZO!o<UO!p<UO!q<UO!s<YO!u<]O!x!hO$W!kO$n>PO(T)]O(VTO(YUO(aVO(o[O~O!]<iO!^$qa~Oh%VOp%WOr%XOs$tOt$tOz%YO|%ZO!O<tO!S${O!_$|O!i>WO!l$xO#j<zO$W%`O$t<vO$v<xO$y%aO(T(vO(VTO(YUO(a$uO(y$}O(z%PO~Ol)dO~P(!yOr!eX(r!eX~P#!iOr(jX(r(jX~P##[O!^]X!^fX~P'LTO!YfX!Y$zX!]fX!]$zX#`fX~P!0SO#k<^O~O!g#vO#k<^O~O#`<nO~Oj<bO~O#`=OO!](wX!^(wX~O#`<nO!](uX!^(uX~O#k=PO~Og=RO~P!1WO#k=XO~O#k=YO~Og=RO(T&ZO~O!g#vO#k=ZO~O!g#vO#k=PO~O$O=[O~P#BwO#k=]O~O#k=^O~O#k=cO~O#k=dO~O#k=eO~O#k=fO~O$O=gO~P!1WO$O=hO~P!1WOl=sO~P7eOk#S#T#U#W#X#[#i#j#u$n$t$v$y%]%^%h%i%j%q%s%v%w%y%{~(OT#o!X'|(U#ps#n#qr!Q'}$]'}(T$_(e~",goto:"$9Y)]PPPPPP)^PP)aP)rP+W/]PPPP6mPP7TPP=QPPP@tPA^PA^PPPA^PCfPA^PA^PA^PCjPCoPD^PIWPPPI[PPPPI[L_PPPLeMVPI[PI[PP! eI[PPPI[PI[P!#lI[P!'S!(X!(bP!)U!)Y!)U!,gPPPPPPP!-W!(XPP!-h!/YP!2iI[I[!2n!5z!:h!:h!>gPPP!>oI[PPPPPPPPP!BOP!C]PPI[!DnPI[PI[I[I[I[I[PI[!FQP!I[P!LbP!Lf!Lp!Lt!LtP!IXP!Lx!LxP#!OP#!SI[PI[#!Y#%_CjA^PA^PA^A^P#&lA^A^#)OA^#+vA^#.SA^A^#.r#1W#1W#1]#1f#1W#1qPP#1WPA^#2ZA^#6YA^A^6mPPP#:_PPP#:x#:xP#:xP#;`#:xPP#;fP#;]P#;]#;y#;]#<e#<k#<n)aP#<q)aP#<z#<z#<zP)aP)aP)aP)aPP)aP#=Q#=TP#=T)aP#=XP#=[P)aP)aP)aP)aP)aP)a)aPP#=b#=h#=s#=y#>P#>V#>]#>k#>q#>{#?R#?]#?c#?s#?y#@k#@}#AT#AZ#Ai#BO#Cs#DR#DY#Et#FS#Gt#HS#HY#H`#Hf#Hp#Hv#H|#IW#Ij#IpPPPPPPPPPPP#IvPPPPPPP#Jk#Mx$ b$ i$ qPPP$']P$'f$*_$0x$0{$1O$1}$2Q$2X$2aP$2g$2jP$3W$3[$4S$5b$5g$5}PP$6S$6Y$6^$6a$6e$6i$7e$7|$8e$8i$8l$8o$8y$8|$9Q$9UR!|RoqOXst!Z#d%m&r&t&u&w,s,x2[2_Y!vQ'`-e1o5{Q%tvQ%|yQ&T|Q&j!VS'W!e-]Q'f!iS'l!r!yU*k$|*Z*oQ+o%}S+|&V&WQ,d&dQ-c'_Q-m'gQ-u'mQ0[*qQ1b,OQ1y,eR<{<Y%SdOPWXYZstuvw!Z!`!g!o#S#W#Z#d#o#u#x#{$O$P$Q$R$S$T$U$V$W$X$_$a$e%m%t&R&k&n&r&t&u&w&{'T'b'r(T(V(](d(x(z)O)}*i+X+],p,s,x-i-q.P.V.t.{/n0]0l0r1S1r2S2T2V2X2[2_2a3Q3W3l4z6T6e6f6i6|8t9T9_S#q]<V!r)_$Z$n'X)s-U-X/V2p4T5w6s:Z:m<U<X<Y<]<^<_<`<a<b<c<d<e<f<g<h<i<k<n<{=O=P=R=Z=[=e=f>SU+P%]<s<tQ+t&PQ,f&gQ,m&oQ0x+gQ0}+iQ1Y+uQ2R,kQ3`.gQ5`0|Q5f1TQ6[1zQ7Y3dQ8`5gR9e7['QkOPWXYZstuvw!Z!`!g!o#S#W#Z#d#o#u#x#{$O$P$Q$R$S$T$U$V$W$X$Z$_$a$e$n%m%t&R&k&n&o&r&t&u&w&{'T'X'b'r(T(V(](d(x(z)O)s)}*i+X+]+g,p,s,x-U-X-i-q.P.V.g.t.{/V/n0]0l0r1S1r2S2T2V2X2[2_2a2p3Q3W3d3l4T4z5w6T6e6f6i6s6|7[8t9T9_:Z:m<U<X<Y<]<^<_<`<a<b<c<d<e<f<g<h<i<k<n<{=O=P=R=Z=[=e=f>S!S!nQ!r!v!y!z$|'W'_'`'l'm'n*k*o*q*r-]-c-e-u0[0_1o5{5}%[$ti#v$b$c$d$x${%O%Q%^%_%c)y*R*T*V*Y*a*g*w*x+f+i,S,V.f/P/d/m/x/y/{0`0b0i0j0o1f1i1q3c4^4_4j4o5Q5[5_6S7W7v8Q8V8[8q9b9p9y:P:`:r;Q;[;d;k<l<m<o<p<q<r<u<v<w<x<y<z=S=T=U=V=X=Y=]=^=_=`=a=b=c=d=g=h>P>X>Y>]>^Q&X|Q'U!eS'[%i-`Q+t&PQ,P&WQ,f&gQ0n+SQ1Y+uQ1_+{Q2Q,jQ2R,kQ5f1TQ5o1aQ6[1zQ6_1|Q6`2PQ8`5gQ8c5lQ8|6bQ:X8dQ:f8yQ;V:YR<}*ZrnOXst!V!Z#d%m&i&r&t&u&w,s,x2[2_R,h&k&z^OPXYstuvwz!Z!`!g!j!o#S#d#o#u#x#{$O$P$Q$R$S$T$U$V$W$X$Z$_$a$e$n%m%t&R&k&n&o&r&t&u&w&{'T'b'r(V(](d(x(z)O)s)}*i+X+]+g,p,s,x-U-X-i-q.P.V.g.t.{/V/n0]0l0r1S1r2S2T2V2X2[2_2a2p3Q3W3d3l4T4z5w6T6e6f6i6s6|7[8t9T9_:Z:m<U<X<Y<]<^<_<`<a<b<c<d<e<f<g<h<i<k<n<{=O=P=R=Z=[=e=f>R>S[#]WZ#W#Z'X(T!b%jm#h#i#l$x%e%h(^(h(i(j*Y*^*b+Z+[+^,o-V.T.Z.[.]._/m/p2d3[3]4a6r7TQ%wxQ%{yW&Q|&V&W,OQ&_!TQ'c!hQ'e!iQ(q#sS+n%|%}Q+r&PQ,_&bQ,c&dS-l'f'gQ.i(rQ1R+oQ1X+uQ1Z+vQ1^+zQ1t,`S1x,d,eQ2|-mQ5e1TQ5i1WQ5n1`Q6Z1yQ8_5gQ8b5kQ8f5pQ:T8^R;T:U!U$zi$d%O%Q%^%_%c*R*T*a*w*x/P/x0`0b0i0j0o4_5Q8V9p>P>X>Y!^%yy!i!u%{%|%}'V'e'f'g'k'u*j+n+o-Y-l-m-t0R0U1R2u2|3T4r4s4v7}9{Q+h%wQ,T&[Q,W&]Q,b&dQ.h(qQ1s,_U1w,c,d,eQ3e.iQ6U1tS6Y1x1yQ8x6Z#f>T#v$b$c$x${)y*V*Y*g+f+i,S,V.f/d/m/y/{1f1i1q3c4^4j4o5[5_6S7W7v8Q8[8q9b9y:P:`:r;Q;[;d;k<o<q<u<w<y=S=U=X=]=_=a=c=g>]>^o>U<l<m<p<r<v<x<z=T=V=Y=^=`=b=d=hW%Ti%V*y>PS&[!Q&iQ&]!RQ&^!SU*}%[%d=sR,R&Y%]%Si#v$b$c$d$x${%O%Q%^%_%c)y*R*T*V*Y*a*g*w*x+f+i,S,V.f/P/d/m/x/y/{0`0b0i0j0o1f1i1q3c4^4_4j4o5Q5[5_6S7W7v8Q8V8[8q9b9p9y:P:`:r;Q;[;d;k<l<m<o<p<q<r<u<v<w<x<y<z=S=T=U=V=X=Y=]=^=_=`=a=b=c=d=g=h>P>X>Y>]>^T)z$u){V+P%]<s<tW'[!e%i*Z-`S(}#y#zQ+c%rQ+y&SS.b(m(nQ1j,XQ5T0kR8i5u'QkOPWXYZstuvw!Z!`!g!o#S#W#Z#d#o#u#x#{$O$P$Q$R$S$T$U$V$W$X$Z$_$a$e$n%m%t&R&k&n&o&r&t&u&w&{'T'X'b'r(T(V(](d(x(z)O)s)}*i+X+]+g,p,s,x-U-X-i-q.P.V.g.t.{/V/n0]0l0r1S1r2S2T2V2X2[2_2a2p3Q3W3d3l4T4z5w6T6e6f6i6s6|7[8t9T9_:Z:m<U<X<Y<]<^<_<`<a<b<c<d<e<f<g<h<i<k<n<{=O=P=R=Z=[=e=f>S$i$^c#Y#e%q%s%u(S(Y(t(y)R)S)T)U)V)W)X)Y)Z)[)^)`)b)g)q+d+x-Z-x-}.S.U.s.v.z.|.}/O/b0p2k2n3O3V3k3p3q3r3s3t3u3v3w3x3y3z3{3|4P4Q4X5X5c6u6{7Q7a7b7k7l8k9X9]9g9m9n:o;W;`<W=vT#TV#U'RkOPWXYZstuvw!Z!`!g!o#S#W#Z#d#o#u#x#{$O$P$Q$R$S$T$U$V$W$X$Z$_$a$e$n%m%t&R&k&n&o&r&t&u&w&{'T'X'b'r(T(V(](d(x(z)O)s)}*i+X+]+g,p,s,x-U-X-i-q.P.V.g.t.{/V/n0]0l0r1S1r2S2T2V2X2[2_2a2p3Q3W3d3l4T4z5w6T6e6f6i6s6|7[8t9T9_:Z:m<U<X<Y<]<^<_<`<a<b<c<d<e<f<g<h<i<k<n<{=O=P=R=Z=[=e=f>SQ'Y!eR2q-]!W!nQ!e!r!v!y!z$|'W'_'`'l'm'n*Z*k*o*q*r-]-c-e-u0[0_1o5{5}R1l,ZnqOXst!Z#d%m&r&t&u&w,s,x2[2_Q&y!^Q'v!xS(s#u<^Q+l%zQ,]&_Q,^&aQ-j'dQ-w'oS.r(x=PS0q+X=ZQ1P+mQ1n,[Q2c,zQ2e,{Q2m-WQ2z-kQ2}-oS5Y0r=eQ5a1QS5d1S=fQ6t2oQ6x2{Q6}3SQ8]5bQ9Y6vQ9Z6yQ9^7OR:l9V$d$]c#Y#e%s%u(S(Y(t(y)R)S)T)U)V)W)X)Y)Z)[)^)`)b)g)q+d+x-Z-x-}.S.U.s.v.z.}/O/b0p2k2n3O3V3k3p3q3r3s3t3u3v3w3x3y3z3{3|4P4Q4X5X5c6u6{7Q7a7b7k7l8k9X9]9g9m9n:o;W;`<W=vS(o#p'iQ)P#zS+b%q.|S.c(n(pR3^.d'QkOPWXYZstuvw!Z!`!g!o#S#W#Z#d#o#u#x#{$O$P$Q$R$S$T$U$V$W$X$Z$_$a$e$n%m%t&R&k&n&o&r&t&u&w&{'T'X'b'r(T(V(](d(x(z)O)s)}*i+X+]+g,p,s,x-U-X-i-q.P.V.g.t.{/V/n0]0l0r1S1r2S2T2V2X2[2_2a2p3Q3W3d3l4T4z5w6T6e6f6i6s6|7[8t9T9_:Z:m<U<X<Y<]<^<_<`<a<b<c<d<e<f<g<h<i<k<n<{=O=P=R=Z=[=e=f>SS#q]<VQ&t!XQ&u!YQ&w![Q&x!]R2Z,vQ'a!hQ+e%wQ-h'cS.e(q+hQ2x-gW3b.h.i0w0yQ6w2yW7U3_3a3e5^U9a7V7X7ZU:q9c9d9fS;b:p:sQ;p;cR;x;qU!wQ'`-eT5y1o5{!Q_OXZ`st!V!Z#d#h%e%m&i&k&r&t&u&w(j,s,x.[2[2_]!pQ!r'`-e1o5{T#q]<V%^{OPWXYZstuvw!Z!`!g!o#S#W#Z#d#o#u#x#{$O$P$Q$R$S$T$U$V$W$X$_$a$e%m%t&R&k&n&o&r&t&u&w&{'T'b'r(T(V(](d(x(z)O)}*i+X+]+g,p,s,x-i-q.P.V.g.t.{/n0]0l0r1S1r2S2T2V2X2[2_2a3Q3W3d3l4z6T6e6f6i6|7[8t9T9_S(}#y#zS.b(m(n!s=l$Z$n'X)s-U-X/V2p4T5w6s:Z:m<U<X<Y<]<^<_<`<a<b<c<d<e<f<g<h<i<k<n<{=O=P=R=Z=[=e=f>SU$fd)_,mS(p#p'iU*v%R(w4OU0m+O.n7gQ5^0xQ7V3`Q9d7YR:s9em!tQ!r!v!y!z'`'l'm'n-e-u1o5{5}Q't!uS(f#g2US-s'k'wQ/s*]Q0R*jQ3U-vQ4f/tQ4r0TQ4s0UQ4x0^Q7r4`S7}4t4vS8R4y4{Q9r7sQ9v7yQ9{8OQ:Q8TS:{9w9xS;g:|;PS;s;h;iS;{;t;uS<P;|;}R<S<QQ#wbQ's!uS(e#g2US(g#m+WQ+Y%fQ+j%xQ+p&OU-r'k't'wQ.W(fU/r*]*`/wQ0S*jQ0V*lQ1O+kQ1u,aS3R-s-vQ3Z.`S4e/s/tQ4n0PS4q0R0^Q4u0WQ6W1vQ7P3US7q4`4bQ7u4fU7|4r4x4{Q8P4wQ8v6XS9q7r7sQ9u7yQ9}8RQ:O8SQ:c8wQ:y9rS:z9v9xQ;S:QQ;^:dS;f:{;PS;r;g;hS;z;s;uS<O;{;}Q<R<PQ<T<SQ=o=jQ={=tR=|=uV!wQ'`-e%^aOPWXYZstuvw!Z!`!g!o#S#W#Z#d#o#u#x#{$O$P$Q$R$S$T$U$V$W$X$_$a$e%m%t&R&k&n&o&r&t&u&w&{'T'b'r(T(V(](d(x(z)O)}*i+X+]+g,p,s,x-i-q.P.V.g.t.{/n0]0l0r1S1r2S2T2V2X2[2_2a3Q3W3d3l4z6T6e6f6i6|7[8t9T9_S#wz!j!r=i$Z$n'X)s-U-X/V2p4T5w6s:Z:m<U<X<Y<]<^<_<`<a<b<c<d<e<f<g<h<i<k<n<{=O=P=R=Z=[=e=f>SR=o>R%^bOPWXYZstuvw!Z!`!g!o#S#W#Z#d#o#u#x#{$O$P$Q$R$S$T$U$V$W$X$_$a$e%m%t&R&k&n&o&r&t&u&w&{'T'b'r(T(V(](d(x(z)O)}*i+X+]+g,p,s,x-i-q.P.V.g.t.{/n0]0l0r1S1r2S2T2V2X2[2_2a3Q3W3d3l4z6T6e6f6i6|7[8t9T9_Q%fj!^%xy!i!u%{%|%}'V'e'f'g'k'u*j+n+o-Y-l-m-t0R0U1R2u2|3T4r4s4v7}9{S&Oz!jQ+k%yQ,a&dW1v,b,c,d,eU6X1w1x1yS8w6Y6ZQ:d8x!r=j$Z$n'X)s-U-X/V2p4T5w6s:Z:m<U<X<Y<]<^<_<`<a<b<c<d<e<f<g<h<i<k<n<{=O=P=R=Z=[=e=f>SQ=t>QR=u>R%QeOPXYstuvw!Z!`!g!o#S#d#o#u#x#{$O$P$Q$R$S$T$U$V$W$X$_$a$e%m%t&R&k&n&r&t&u&w&{'T'b'r(V(](d(x(z)O)}*i+X+]+g,p,s,x-i-q.P.V.g.t.{/n0]0l0r1S1r2S2T2V2X2[2_2a3Q3W3d3l4z6T6e6f6i6|7[8t9T9_Y#bWZ#W#Z(T!b%jm#h#i#l$x%e%h(^(h(i(j*Y*^*b+Z+[+^,o-V.T.Z.[.]._/m/p2d3[3]4a6r7TQ,n&o!p=k$Z$n)s-U-X/V2p4T5w6s:Z:m<U<X<Y<]<^<_<`<a<b<c<d<e<f<g<h<i<k<n<{=O=P=R=Z=[=e=f>SR=n'XU']!e%i*ZR2s-`%SdOPWXYZstuvw!Z!`!g!o#S#W#Z#d#o#u#x#{$O$P$Q$R$S$T$U$V$W$X$_$a$e%m%t&R&k&n&r&t&u&w&{'T'b'r(T(V(](d(x(z)O)}*i+X+],p,s,x-i-q.P.V.t.{/n0]0l0r1S1r2S2T2V2X2[2_2a3Q3W3l4z6T6e6f6i6|8t9T9_!r)_$Z$n'X)s-U-X/V2p4T5w6s:Z:m<U<X<Y<]<^<_<`<a<b<c<d<e<f<g<h<i<k<n<{=O=P=R=Z=[=e=f>SQ,m&oQ0x+gQ3`.gQ7Y3dR9e7[!b$Tc#Y%q(S(Y(t(y)Z)[)`)g+x-x-}.S.U.s.v/b0p3O3V3k3{5X5c6{7Q7a9]:o<W!P<d)^)q-Z.|2k2n3p3y3z4P4X6u7b7k7l8k9X9g9m9n;W;`=v!f$Vc#Y%q(S(Y(t(y)W)X)Z)[)`)g+x-x-}.S.U.s.v/b0p3O3V3k3{5X5c6{7Q7a9]:o<W!T<f)^)q-Z.|2k2n3p3v3w3y3z4P4X6u7b7k7l8k9X9g9m9n;W;`=v!^$Zc#Y%q(S(Y(t(y)`)g+x-x-}.S.U.s.v/b0p3O3V3k3{5X5c6{7Q7a9]:o<WQ4_/kz>S)^)q-Z.|2k2n3p4P4X6u7b7k7l8k9X9g9m9n;W;`=vQ>X>ZR>Y>['QkOPWXYZstuvw!Z!`!g!o#S#W#Z#d#o#u#x#{$O$P$Q$R$S$T$U$V$W$X$Z$_$a$e$n%m%t&R&k&n&o&r&t&u&w&{'T'X'b'r(T(V(](d(x(z)O)s)}*i+X+]+g,p,s,x-U-X-i-q.P.V.g.t.{/V/n0]0l0r1S1r2S2T2V2X2[2_2a2p3Q3W3d3l4T4z5w6T6e6f6i6s6|7[8t9T9_:Z:m<U<X<Y<]<^<_<`<a<b<c<d<e<f<g<h<i<k<n<{=O=P=R=Z=[=e=f>SS$oh$pR4U/U'XgOPWXYZhstuvw!Z!`!g!o#S#W#Z#d#o#u#x#{$O$P$Q$R$S$T$U$V$W$X$Z$_$a$e$n$p%m%t&R&k&n&o&r&t&u&w&{'T'X'b'r(T(V(](d(x(z)O)s)}*i+X+]+g,p,s,x-U-X-i-q.P.V.g.t.{/U/V/n0]0l0r1S1r2S2T2V2X2[2_2a2p3Q3W3d3l4T4z5w6T6e6f6i6s6|7[8t9T9_:Z:m<U<X<Y<]<^<_<`<a<b<c<d<e<f<g<h<i<k<n<{=O=P=R=Z=[=e=f>ST$kf$qQ$ifS)j$l)nR)v$qT$jf$qT)l$l)n'XhOPWXYZhstuvw!Z!`!g!o#S#W#Z#d#o#u#x#{$O$P$Q$R$S$T$U$V$W$X$Z$_$a$e$n$p%m%t&R&k&n&o&r&t&u&w&{'T'X'b'r(T(V(](d(x(z)O)s)}*i+X+]+g,p,s,x-U-X-i-q.P.V.g.t.{/U/V/n0]0l0r1S1r2S2T2V2X2[2_2a2p3Q3W3d3l4T4z5w6T6e6f6i6s6|7[8t9T9_:Z:m<U<X<Y<]<^<_<`<a<b<c<d<e<f<g<h<i<k<n<{=O=P=R=Z=[=e=f>ST$oh$pQ$rhR)u$p%^jOPWXYZstuvw!Z!`!g!o#S#W#Z#d#o#u#x#{$O$P$Q$R$S$T$U$V$W$X$_$a$e%m%t&R&k&n&o&r&t&u&w&{'T'b'r(T(V(](d(x(z)O)}*i+X+]+g,p,s,x-i-q.P.V.g.t.{/n0]0l0r1S1r2S2T2V2X2[2_2a3Q3W3d3l4z6T6e6f6i6|7[8t9T9_!s>Q$Z$n'X)s-U-X/V2p4T5w6s:Z:m<U<X<Y<]<^<_<`<a<b<c<d<e<f<g<h<i<k<n<{=O=P=R=Z=[=e=f>S#glOPXZst!Z!`!o#S#d#o#{$n%m&k&n&o&r&t&u&w&{'T'b)O)s*i+]+g,p,s,x-i.g/V/n0]0l1r2S2T2V2X2[2_2a3d4T4z6T6e6f6i7[8t9T!U%Ri$d%O%Q%^%_%c*R*T*a*w*x/P/x0`0b0i0j0o4_5Q8V9p>P>X>Y#f(w#v$b$c$x${)y*V*Y*g+f+i,S,V.f/d/m/y/{1f1i1q3c4^4j4o5[5_6S7W7v8Q8[8q9b9y:P:`:r;Q;[;d;k<o<q<u<w<y=S=U=X=]=_=a=c=g>]>^Q+T%aQ/c*Oo4O<l<m<p<r<v<x<z=T=V=Y=^=`=b=d=h!U$yi$d%O%Q%^%_%c*R*T*a*w*x/P/x0`0b0i0j0o4_5Q8V9p>P>X>YQ*c$zU*l$|*Z*oQ+U%bQ0W*m#f=q#v$b$c$x${)y*V*Y*g+f+i,S,V.f/d/m/y/{1f1i1q3c4^4j4o5[5_6S7W7v8Q8[8q9b9y:P:`:r;Q;[;d;k<o<q<u<w<y=S=U=X=]=_=a=c=g>]>^n=r<l<m<p<r<v<x<z=T=V=Y=^=`=b=d=hQ=w>TQ=x>UQ=y>VR=z>W!U%Ri$d%O%Q%^%_%c*R*T*a*w*x/P/x0`0b0i0j0o4_5Q8V9p>P>X>Y#f(w#v$b$c$x${)y*V*Y*g+f+i,S,V.f/d/m/y/{1f1i1q3c4^4j4o5[5_6S7W7v8Q8[8q9b9y:P:`:r;Q;[;d;k<o<q<u<w<y=S=U=X=]=_=a=c=g>]>^o4O<l<m<p<r<v<x<z=T=V=Y=^=`=b=d=hnoOXst!Z#d%m&r&t&u&w,s,x2[2_S*f${*YQ-R'OQ-S'QR4i/y%[%Si#v$b$c$d$x${%O%Q%^%_%c)y*R*T*V*Y*a*g*w*x+f+i,S,V.f/P/d/m/x/y/{0`0b0i0j0o1f1i1q3c4^4_4j4o5Q5[5_6S7W7v8Q8V8[8q9b9p9y:P:`:r;Q;[;d;k<l<m<o<p<q<r<u<v<w<x<y<z=S=T=U=V=X=Y=]=^=_=`=a=b=c=d=g=h>P>X>Y>]>^Q,U&]Q1h,WQ5s1gR8h5tV*n$|*Z*oU*n$|*Z*oT5z1o5{S0P*i/nQ4w0]T8S4z:]Q+j%xQ0V*lQ1O+kQ1u,aQ6W1vQ8v6XQ:c8wR;^:d!U%Oi$d%O%Q%^%_%c*R*T*a*w*x/P/x0`0b0i0j0o4_5Q8V9p>P>X>Yx*R$v)e*S*u+V/v0d0e4R4g5R5S5W7p8U:R:x=p=}>OS0`*t0a#f<o#v$b$c$x${)y*V*Y*g+f+i,S,V.f/d/m/y/{1f1i1q3c4^4j4o5[5_6S7W7v8Q8[8q9b9y:P:`:r;Q;[;d;k<o<q<u<w<y=S=U=X=]=_=a=c=g>]>^n<p<l<m<p<r<v<x<z=T=V=Y=^=`=b=d=h!d=S(u)c*[*e.j.m.q/_/k/|0v1e3h4[4h4l5r7]7`7w7z8X8Z9t9|:S:};R;e;j;v>Z>[`=T3}7c7f7j9h:t:w;yS=_.l3iT=`7e9k!U%Qi$d%O%Q%^%_%c*R*T*a*w*x/P/x0`0b0i0j0o4_5Q8V9p>P>X>Y|*T$v)e*U*t+V/g/v0d0e4R4g4|5R5S5W7p8U:R:x=p=}>OS0b*u0c#f<q#v$b$c$x${)y*V*Y*g+f+i,S,V.f/d/m/y/{1f1i1q3c4^4j4o5[5_6S7W7v8Q8[8q9b9y:P:`:r;Q;[;d;k<o<q<u<w<y=S=U=X=]=_=a=c=g>]>^n<r<l<m<p<r<v<x<z=T=V=Y=^=`=b=d=h!h=U(u)c*[*e.k.l.q/_/k/|0v1e3f3h4[4h4l5r7]7^7`7w7z8X8Z9t9|:S:};R;e;j;v>Z>[d=V3}7d7e7j9h9i:t:u:w;yS=a.m3jT=b7f9lrnOXst!V!Z#d%m&i&r&t&u&w,s,x2[2_Q&f!UR,p&ornOXst!V!Z#d%m&i&r&t&u&w,s,x2[2_R&f!UQ,Y&^R1d,RsnOXst!V!Z#d%m&i&r&t&u&w,s,x2[2_Q1p,_S6R1s1tU8p6P6Q6US:_8r8sS;Y:^:aQ;m;ZR;w;nQ&m!VR,i&iR6_1|R:f8yW&Q|&V&W,OR1Z+vQ&r!WR,s&sR,y&xT2],x2_R,}&yQ,|&yR2f,}Q'y!{R-y'ySsOtQ#dXT%ps#dQ#OTR'{#OQ#RUR'}#RQ){$uR/`){Q#UVR(Q#UQ#XWU(W#X(X.QQ(X#YR.Q(YQ-^'YR2r-^Q.u(yS3m.u3nR3n.vQ-e'`R2v-eY!rQ'`-e1o5{R'j!rQ/Q)eR4S/QU#_W%h*YU(_#_(`.RQ(`#`R.R(ZQ-a']R2t-at`OXst!V!Z#d%m&i&k&r&t&u&w,s,x2[2_S#hZ%eU#r`#h.[R.[(jQ(k#jQ.X(gW.a(k.X3X7RQ3X.YR7R3YQ)n$lR/W)nQ$phR)t$pQ$`cU)a$`-|<jQ-|<WR<j)qQ/q*]W4c/q4d7t9sU4d/r/s/tS7t4e4fR9s7u$e*Q$v(u)c)e*[*e*t*u+Q+R+V.l.m.o.p.q/_/g/i/k/v/|0d0e0v1e3f3g3h3}4R4[4g4h4l4|5O5R5S5W5r7]7^7_7`7e7f7h7i7j7p7w7z8U8X8Z9h9i9j9t9|:R:S:t:u:v:w:x:};R;e;j;v;y=p=}>O>Z>[Q/z*eU4k/z4m7xQ4m/|R7x4lS*o$|*ZR0Y*ox*S$v)e*t*u+V/v0d0e4R4g5R5S5W7p8U:R:x=p=}>O!d.j(u)c*[*e.l.m.q/_/k/|0v1e3h4[4h4l5r7]7`7w7z8X8Z9t9|:S:};R;e;j;v>Z>[U/h*S.j7ca7c3}7e7f7j9h:t:w;yQ0a*tQ3i.lU4}0a3i9kR9k7e|*U$v)e*t*u+V/g/v0d0e4R4g4|5R5S5W7p8U:R:x=p=}>O!h.k(u)c*[*e.l.m.q/_/k/|0v1e3f3h4[4h4l5r7]7^7`7w7z8X8Z9t9|:S:};R;e;j;v>Z>[U/j*U.k7de7d3}7e7f7j9h9i:t:u:w;yQ0c*uQ3j.mU5P0c3j9lR9l7fQ*z%UR0g*zQ5]0vR8Y5]Q+_%kR0u+_Q5v1jS8j5v:[R:[8kQ,[&_R1m,[Q5{1oR8m5{Q1{,fS6]1{8zR8z6_Q1U+rW5h1U5j8a:VQ5j1XQ8a5iR:V8bQ+w&QR1[+wQ2_,xR6m2_YrOXst#dQ&v!ZQ+a%mQ,r&rQ,t&tQ,u&uQ,w&wQ2Y,sS2],x2_R6l2[Q%opQ&z!_Q&}!aQ'P!bQ'R!cQ'q!uQ+`%lQ+l%zQ,Q&XQ,h&mQ-P&|W-p'k's't'wQ-w'oQ0X*nQ1P+mQ1c,PS2O,i,lQ2g-OQ2h-RQ2i-SQ2}-oW3P-r-s-v-xQ5a1QQ5m1_Q5q1eQ6V1uQ6a2QQ6k2ZU6z3O3R3UQ6}3SQ8]5bQ8e5oQ8g5rQ8l5zQ8u6WQ8{6`S9[6{7PQ9^7OQ:W8cQ:b8vQ:g8|Q:n9]Q;U:XQ;]:cQ;a:oQ;l;VR;o;^Q%zyQ'd!iQ'o!uU+m%{%|%}Q-W'VU-k'e'f'gS-o'k'uQ0Q*jS1Q+n+oQ2o-YS2{-l-mQ3S-tS4p0R0UQ5b1RQ6v2uQ6y2|Q7O3TU7{4r4s4vQ9z7}R;O9{S$wi>PR*{%VU%Ui%V>PR0f*yQ$viS(u#v+iS)c$b$cQ)e$dQ*[$xS*e${*YQ*t%OQ*u%QQ+Q%^Q+R%_Q+V%cQ.l<oQ.m<qQ.o<uQ.p<wQ.q<yQ/_)yQ/g*RQ/i*TQ/k*VQ/v*aS/|*g/mQ0d*wQ0e*xl0v+f,V.f1i1q3c6S7W8q9b:`:r;[;dQ1e,SQ3f=SQ3g=UQ3h=XS3}<l<mQ4R/PS4[/d4^Q4g/xQ4h/yQ4l/{Q4|0`Q5O0bQ5R0iQ5S0jQ5W0oQ5r1fQ7]=]Q7^=_Q7_=aQ7`=cQ7e<pQ7f<rQ7h<vQ7i<xQ7j<zQ7p4_Q7w4jQ7z4oQ8U5QQ8X5[Q8Z5_Q9h=YQ9i=TQ9j=VQ9t7vQ9|8QQ:R8VQ:S8[Q:t=^Q:u=`Q:v=bQ:w=dQ:x9pQ:}9yQ;R:PQ;e=gQ;j;QQ;v;kQ;y=hQ=p>PQ=}>XQ>O>YQ>Z>]R>[>^Q+O%]Q.n<sR7g<tnpOXst!Z#d%m&r&t&u&w,s,x2[2_Q!fPS#fZ#oQ&|!`W'h!o*i0]4zQ(P#SQ)Q#{Q)r$nS,l&k&nQ,q&oQ-O&{S-T'T/nQ-g'bQ.x)OQ/[)sQ0s+]Q0y+gQ2W,pQ2y-iQ3a.gQ4W/VQ5U0lQ6Q1rQ6c2SQ6d2TQ6h2VQ6j2XQ6o2aQ7Z3dQ7m4TQ8s6TQ9P6eQ9Q6fQ9S6iQ9f7[Q:a8tR:k9T#[cOPXZst!Z!`!o#d#o#{%m&k&n&o&r&t&u&w&{'T'b)O*i+]+g,p,s,x-i.g/n0]0l1r2S2T2V2X2[2_2a3d4z6T6e6f6i7[8t9TQ#YWQ#eYQ%quQ%svS%uw!gS(S#W(VQ(Y#ZQ(t#uQ(y#xQ)R$OQ)S$PQ)T$QQ)U$RQ)V$SQ)W$TQ)X$UQ)Y$VQ)Z$WQ)[$XQ)^$ZQ)`$_Q)b$aQ)g$eW)q$n)s/V4TQ+d%tQ+x&RS-Z'X2pQ-x'rS-}(T.PQ.S(]Q.U(dQ.s(xQ.v(zQ.z<UQ.|<XQ.}<YQ/O<]Q/b)}Q0p+XQ2k-UQ2n-XQ3O-qQ3V.VQ3k.tQ3p<^Q3q<_Q3r<`Q3s<aQ3t<bQ3u<cQ3v<dQ3w<eQ3x<fQ3y<gQ3z<hQ3{.{Q3|<kQ4P<nQ4Q<{Q4X<iQ5X0rQ5c1SQ6u=OQ6{3QQ7Q3WQ7a3lQ7b=PQ7k=RQ7l=ZQ8k5wQ9X6sQ9]6|Q9g=[Q9m=eQ9n=fQ:o9_Q;W:ZQ;`:mQ<W#SR=v>SR#[WR'Z!el!tQ!r!v!y!z'`'l'm'n-e-u1o5{5}S'V!e-]U*j$|*Z*oS-Y'W'_S0U*k*qQ0^*rQ2u-cQ4v0[R4{0_R({#xQ!fQT-d'`-e]!qQ!r'`-e1o5{Q#p]R'i<VR)f$dY!uQ'`-e1o5{Q'k!rS'u!v!yS'w!z5}S-t'l'mQ-v'nR3T-uT#kZ%eS#jZ%eS%km,oU(g#h#i#lS.Y(h(iQ.^(jQ0t+^Q3Y.ZU3Z.[.]._S7S3[3]R9`7Td#^W#W#Z%h(T(^*Y+Z.T/mr#gZm#h#i#l%e(h(i(j+^.Z.[.]._3[3]7TS*]$x*bQ/t*^Q2U,oQ2l-VQ4`/pQ6q2dQ7s4aQ9W6rT=m'X+[V#aW%h*YU#`W%h*YS(U#W(^U(Z#Z+Z/mS-['X+[T.O(T.TV'^!e%i*ZQ$lfR)x$qT)m$l)nR4V/UT*_$x*bT*h${*YQ0w+fQ1g,VQ3_.fQ5t1iQ6P1qQ7X3cQ8r6SQ9c7WQ:^8qQ:p9bQ;Z:`Q;c:rQ;n;[R;q;dnqOXst!Z#d%m&r&t&u&w,s,x2[2_Q&l!VR,h&itmOXst!U!V!Z#d%m&i&r&t&u&w,s,x2[2_R,o&oT%lm,oR1k,XR,g&gQ&U|S+}&V&WR1^,OR+s&PT&p!W&sT&q!W&sT2^,x2_",nodeNames:"⚠ ArithOp ArithOp ?. JSXStartTag LineComment BlockComment Script Hashbang ExportDeclaration export Star as VariableName String Escape from ; default FunctionDeclaration async function VariableDefinition > < TypeParamList in out const TypeDefinition extends ThisType this LiteralType ArithOp Number BooleanLiteral TemplateType InterpolationEnd Interpolation InterpolationStart NullType null VoidType void TypeofType typeof MemberExpression . PropertyName [ TemplateString Escape Interpolation super RegExp ] ArrayExpression Spread , } { ObjectExpression Property async get set PropertyDefinition Block : NewTarget new NewExpression ) ( ArgList UnaryExpression delete LogicOp BitOp YieldExpression yield AwaitExpression await ParenthesizedExpression ClassExpression class ClassBody MethodDeclaration Decorator @ MemberExpression PrivatePropertyName CallExpression TypeArgList CompareOp < declare Privacy static abstract override PrivatePropertyDefinition PropertyDeclaration readonly accessor Optional TypeAnnotation Equals StaticBlock FunctionExpression ArrowFunction ParamList ParamList ArrayPattern ObjectPattern PatternProperty Privacy readonly Arrow MemberExpression BinaryExpression ArithOp ArithOp ArithOp ArithOp BitOp CompareOp instanceof satisfies CompareOp BitOp BitOp BitOp LogicOp LogicOp ConditionalExpression LogicOp LogicOp AssignmentExpression UpdateOp PostfixExpression CallExpression InstantiationExpression TaggedTemplateExpression DynamicImport import ImportMeta JSXElement JSXSelfCloseEndTag JSXSelfClosingTag JSXIdentifier JSXBuiltin JSXIdentifier JSXNamespacedName JSXMemberExpression JSXSpreadAttribute JSXAttribute JSXAttributeValue JSXEscape JSXEndTag JSXOpenTag JSXFragmentTag JSXText JSXEscape JSXStartCloseTag JSXCloseTag PrefixCast < ArrowFunction TypeParamList SequenceExpression InstantiationExpression KeyofType keyof UniqueType unique ImportType InferredType infer TypeName ParenthesizedType FunctionSignature ParamList NewSignature IndexedType TupleType Label ArrayType ReadonlyType ObjectType MethodType PropertyType IndexSignature PropertyDefinition CallSignature TypePredicate asserts is NewSignature new UnionType LogicOp IntersectionType LogicOp ConditionalType ParameterizedType ClassDeclaration abstract implements type VariableDeclaration let var using TypeAliasDeclaration InterfaceDeclaration interface EnumDeclaration enum EnumBody NamespaceDeclaration namespace module AmbientDeclaration declare GlobalDeclaration global ClassDeclaration ClassBody AmbientFunctionDeclaration ExportGroup VariableName VariableName ImportDeclaration defer ImportGroup ForStatement for ForSpec ForInSpec ForOfSpec of WhileStatement while WithStatement with DoStatement do IfStatement if else SwitchStatement switch SwitchBody CaseLabel case DefaultLabel TryStatement try CatchClause catch FinallyClause finally ReturnStatement return ThrowStatement throw BreakStatement break ContinueStatement continue DebuggerStatement debugger LabeledStatement ExpressionStatement SingleExpression SingleClassItem",maxTerm:380,context:Oje,nodeProps:[["isolate",-8,5,6,14,37,39,51,53,55,""],["group",-26,9,17,19,68,207,211,215,216,218,221,224,234,237,243,245,247,249,252,258,264,266,268,270,272,274,275,"Statement",-34,13,14,32,35,36,42,51,54,55,57,62,70,72,76,80,82,84,85,110,111,120,121,136,139,141,142,143,144,145,147,148,167,169,171,"Expression",-23,31,33,37,41,43,45,173,175,177,178,180,181,182,184,185,186,188,189,190,201,203,205,206,"Type",-3,88,103,109,"ClassItem"],["openedBy",23,"<",38,"InterpolationStart",56,"[",60,"{",73,"(",160,"JSXStartCloseTag"],["closedBy",-2,24,168,">",40,"InterpolationEnd",50,"]",61,"}",74,")",165,"JSXEndTag"]],propSources:[wje],skippedNodes:[0,5,6,278],repeatNodeCount:37,tokenData:"$Fq07[R!bOX%ZXY+gYZ-yZ[+g[]%Z]^.c^p%Zpq+gqr/mrs3cst:_tuEruvJSvwLkwx! Yxy!'iyz!(sz{!)}{|!,q|}!.O}!O!,q!O!P!/Y!P!Q!9j!Q!R#:O!R![#<_![!]#I_!]!^#Jk!^!_#Ku!_!`$![!`!a$$v!a!b$*T!b!c$,r!c!}Er!}#O$-|#O#P$/W#P#Q$4o#Q#R$5y#R#SEr#S#T$7W#T#o$8b#o#p$<r#p#q$=h#q#r$>x#r#s$@U#s$f%Z$f$g+g$g#BYEr#BY#BZ$A`#BZ$ISEr$IS$I_$A`$I_$I|Er$I|$I}$Dk$I}$JO$Dk$JO$JTEr$JT$JU$A`$JU$KVEr$KV$KW$A`$KW&FUEr&FU&FV$A`&FV;'SEr;'S;=`I|<%l?HTEr?HT?HU$A`?HUOEr(n%d_$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z&j&hT$i&jO!^&c!_#o&c#p;'S&c;'S;=`&w<%lO&c&j&zP;=`<%l&c'|'U]$i&j(Z!bOY&}YZ&cZw&}wx&cx!^&}!^!_'}!_#O&}#O#P&c#P#o&}#o#p'}#p;'S&};'S;=`(l<%lO&}!b(SU(Z!bOY'}Zw'}x#O'}#P;'S'};'S;=`(f<%lO'}!b(iP;=`<%l'}'|(oP;=`<%l&}'[(y]$i&j(WpOY(rYZ&cZr(rrs&cs!^(r!^!_)r!_#O(r#O#P&c#P#o(r#o#p)r#p;'S(r;'S;=`*a<%lO(rp)wU(WpOY)rZr)rs#O)r#P;'S)r;'S;=`*Z<%lO)rp*^P;=`<%l)r'[*dP;=`<%l(r#S*nX(Wp(Z!bOY*gZr*grs'}sw*gwx)rx#O*g#P;'S*g;'S;=`+Z<%lO*g#S+^P;=`<%l*g(n+dP;=`<%l%Z07[+rq$i&j(Wp(Z!b'|0/lOX%ZXY+gYZ&cZ[+g[p%Zpq+gqr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p$f%Z$f$g+g$g#BY%Z#BY#BZ+g#BZ$IS%Z$IS$I_+g$I_$JT%Z$JT$JU+g$JU$KV%Z$KV$KW+g$KW&FU%Z&FU&FV+g&FV;'S%Z;'S;=`+a<%l?HT%Z?HT?HU+g?HUO%Z07[.ST(X#S$i&j'}0/lO!^&c!_#o&c#p;'S&c;'S;=`&w<%lO&c07[.n_$i&j(Wp(Z!b'}0/lOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z)3p/x`$i&j!p),Q(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_!`0z!`#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z(KW1V`#v(Ch$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_!`2X!`#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z(KW2d_#v(Ch$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z'At3l_(V':f$i&j(Z!bOY4kYZ5qZr4krs7nsw4kwx5qx!^4k!^!_8p!_#O4k#O#P5q#P#o4k#o#p8p#p;'S4k;'S;=`:X<%lO4k(^4r_$i&j(Z!bOY4kYZ5qZr4krs7nsw4kwx5qx!^4k!^!_8p!_#O4k#O#P5q#P#o4k#o#p8p#p;'S4k;'S;=`:X<%lO4k&z5vX$i&jOr5qrs6cs!^5q!^!_6y!_#o5q#o#p6y#p;'S5q;'S;=`7h<%lO5q&z6jT$d`$i&jO!^&c!_#o&c#p;'S&c;'S;=`&w<%lO&c`6|TOr6yrs7]s;'S6y;'S;=`7b<%lO6y`7bO$d``7eP;=`<%l6y&z7kP;=`<%l5q(^7w]$d`$i&j(Z!bOY&}YZ&cZw&}wx&cx!^&}!^!_'}!_#O&}#O#P&c#P#o&}#o#p'}#p;'S&};'S;=`(l<%lO&}!r8uZ(Z!bOY8pYZ6yZr8prs9hsw8pwx6yx#O8p#O#P6y#P;'S8p;'S;=`:R<%lO8p!r9oU$d`(Z!bOY'}Zw'}x#O'}#P;'S'};'S;=`(f<%lO'}!r:UP;=`<%l8p(^:[P;=`<%l4k%9[:hh$i&j(Wp(Z!bOY%ZYZ&cZq%Zqr<Srs&}st%ZtuCruw%Zwx(rx!^%Z!^!_*g!_!c%Z!c!}Cr!}#O%Z#O#P&c#P#R%Z#R#SCr#S#T%Z#T#oCr#o#p*g#p$g%Z$g;'SCr;'S;=`El<%lOCr(r<__WS$i&j(Wp(Z!bOY<SYZ&cZr<Srs=^sw<Swx@nx!^<S!^!_Bm!_#O<S#O#P>`#P#o<S#o#pBm#p;'S<S;'S;=`Cl<%lO<S(Q=g]WS$i&j(Z!bOY=^YZ&cZw=^wx>`x!^=^!^!_?q!_#O=^#O#P>`#P#o=^#o#p?q#p;'S=^;'S;=`@h<%lO=^&n>gXWS$i&jOY>`YZ&cZ!^>`!^!_?S!_#o>`#o#p?S#p;'S>`;'S;=`?k<%lO>`S?XSWSOY?SZ;'S?S;'S;=`?e<%lO?SS?hP;=`<%l?S&n?nP;=`<%l>`!f?xWWS(Z!bOY?qZw?qwx?Sx#O?q#O#P?S#P;'S?q;'S;=`@b<%lO?q!f@eP;=`<%l?q(Q@kP;=`<%l=^'`@w]WS$i&j(WpOY@nYZ&cZr@nrs>`s!^@n!^!_Ap!_#O@n#O#P>`#P#o@n#o#pAp#p;'S@n;'S;=`Bg<%lO@ntAwWWS(WpOYApZrAprs?Ss#OAp#O#P?S#P;'SAp;'S;=`Ba<%lOAptBdP;=`<%lAp'`BjP;=`<%l@n#WBvYWS(Wp(Z!bOYBmZrBmrs?qswBmwxApx#OBm#O#P?S#P;'SBm;'S;=`Cf<%lOBm#WCiP;=`<%lBm(rCoP;=`<%l<S%9[C}i$i&j(o%1l(Wp(Z!bOY%ZYZ&cZr%Zrs&}st%ZtuCruw%Zwx(rx!Q%Z!Q![Cr![!^%Z!^!_*g!_!c%Z!c!}Cr!}#O%Z#O#P&c#P#R%Z#R#SCr#S#T%Z#T#oCr#o#p*g#p$g%Z$g;'SCr;'S;=`El<%lOCr%9[EoP;=`<%lCr07[FRk$i&j(Wp(Z!b$]#t(T,2j(e$I[OY%ZYZ&cZr%Zrs&}st%ZtuEruw%Zwx(rx}%Z}!OGv!O!Q%Z!Q![Er![!^%Z!^!_*g!_!c%Z!c!}Er!}#O%Z#O#P&c#P#R%Z#R#SEr#S#T%Z#T#oEr#o#p*g#p$g%Z$g;'SEr;'S;=`I|<%lOEr+dHRk$i&j(Wp(Z!b$]#tOY%ZYZ&cZr%Zrs&}st%ZtuGvuw%Zwx(rx}%Z}!OGv!O!Q%Z!Q![Gv![!^%Z!^!_*g!_!c%Z!c!}Gv!}#O%Z#O#P&c#P#R%Z#R#SGv#S#T%Z#T#oGv#o#p*g#p$g%Z$g;'SGv;'S;=`Iv<%lOGv+dIyP;=`<%lGv07[JPP;=`<%lEr(KWJ_`$i&j(Wp(Z!b#p(ChOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_!`Ka!`#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z(KWKl_$i&j$Q(Ch(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z,#xLva(z+JY$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sv%ZvwM{wx(rx!^%Z!^!_*g!_!`Ka!`#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z(KWNW`$i&j#z(Ch(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_!`Ka!`#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z'At! c_(Y';W$i&j(WpOY!!bYZ!#hZr!!brs!#hsw!!bwx!$xx!^!!b!^!_!%z!_#O!!b#O#P!#h#P#o!!b#o#p!%z#p;'S!!b;'S;=`!'c<%lO!!b'l!!i_$i&j(WpOY!!bYZ!#hZr!!brs!#hsw!!bwx!$xx!^!!b!^!_!%z!_#O!!b#O#P!#h#P#o!!b#o#p!%z#p;'S!!b;'S;=`!'c<%lO!!b&z!#mX$i&jOw!#hwx6cx!^!#h!^!_!$Y!_#o!#h#o#p!$Y#p;'S!#h;'S;=`!$r<%lO!#h`!$]TOw!$Ywx7]x;'S!$Y;'S;=`!$l<%lO!$Y`!$oP;=`<%l!$Y&z!$uP;=`<%l!#h'l!%R]$d`$i&j(WpOY(rYZ&cZr(rrs&cs!^(r!^!_)r!_#O(r#O#P&c#P#o(r#o#p)r#p;'S(r;'S;=`*a<%lO(r!Q!&PZ(WpOY!%zYZ!$YZr!%zrs!$Ysw!%zwx!&rx#O!%z#O#P!$Y#P;'S!%z;'S;=`!']<%lO!%z!Q!&yU$d`(WpOY)rZr)rs#O)r#P;'S)r;'S;=`*Z<%lO)r!Q!'`P;=`<%l!%z'l!'fP;=`<%l!!b/5|!'t_!l/.^$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z#&U!)O_!k!Lf$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z-!n!*[b$i&j(Wp(Z!b(U%&f#q(ChOY%ZYZ&cZr%Zrs&}sw%Zwx(rxz%Zz{!+d{!^%Z!^!_*g!_!`Ka!`#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z(KW!+o`$i&j(Wp(Z!b#n(ChOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_!`Ka!`#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z+;x!,|`$i&j(Wp(Z!br+4YOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_!`Ka!`#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z,$U!.Z_!]+Jf$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z07[!/ec$i&j(Wp(Z!b!Q.2^OY%ZYZ&cZr%Zrs&}sw%Zwx(rx!O%Z!O!P!0p!P!Q%Z!Q![!3Y![!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z#%|!0ya$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!O%Z!O!P!2O!P!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z#%|!2Z_![!L^$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z'Ad!3eg$i&j(Wp(Z!bs'9tOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!Q%Z!Q![!3Y![!^%Z!^!_*g!_!g%Z!g!h!4|!h#O%Z#O#P&c#P#R%Z#R#S!3Y#S#X%Z#X#Y!4|#Y#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z'Ad!5Vg$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx{%Z{|!6n|}%Z}!O!6n!O!Q%Z!Q![!8S![!^%Z!^!_*g!_#O%Z#O#P&c#P#R%Z#R#S!8S#S#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z'Ad!6wc$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!Q%Z!Q![!8S![!^%Z!^!_*g!_#O%Z#O#P&c#P#R%Z#R#S!8S#S#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z'Ad!8_c$i&j(Wp(Z!bs'9tOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!Q%Z!Q![!8S![!^%Z!^!_*g!_#O%Z#O#P&c#P#R%Z#R#S!8S#S#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z07[!9uf$i&j(Wp(Z!b#o(ChOY!;ZYZ&cZr!;Zrs!<nsw!;Zwx!Lcxz!;Zz{#-}{!P!;Z!P!Q#/d!Q!^!;Z!^!_#(i!_!`#7S!`!a#8i!a!}!;Z!}#O#,f#O#P!Dy#P#o!;Z#o#p#(i#p;'S!;Z;'S;=`#-w<%lO!;Z?O!;fb$i&j(Wp(Z!b!X7`OY!;ZYZ&cZr!;Zrs!<nsw!;Zwx!Lcx!P!;Z!P!Q#&`!Q!^!;Z!^!_#(i!_!}!;Z!}#O#,f#O#P!Dy#P#o!;Z#o#p#(i#p;'S!;Z;'S;=`#-w<%lO!;Z>^!<w`$i&j(Z!b!X7`OY!<nYZ&cZw!<nwx!=yx!P!<n!P!Q!Eq!Q!^!<n!^!_!Gr!_!}!<n!}#O!KS#O#P!Dy#P#o!<n#o#p!Gr#p;'S!<n;'S;=`!L]<%lO!<n<z!>Q^$i&j!X7`OY!=yYZ&cZ!P!=y!P!Q!>|!Q!^!=y!^!_!@c!_!}!=y!}#O!CW#O#P!Dy#P#o!=y#o#p!@c#p;'S!=y;'S;=`!Ek<%lO!=y<z!?Td$i&j!X7`O!^&c!_#W&c#W#X!>|#X#Z&c#Z#[!>|#[#]&c#]#^!>|#^#a&c#a#b!>|#b#g&c#g#h!>|#h#i&c#i#j!>|#j#k!>|#k#m&c#m#n!>|#n#o&c#p;'S&c;'S;=`&w<%lO&c7`!@hX!X7`OY!@cZ!P!@c!P!Q!AT!Q!}!@c!}#O!Ar#O#P!Bq#P;'S!@c;'S;=`!CQ<%lO!@c7`!AYW!X7`#W#X!AT#Z#[!AT#]#^!AT#a#b!AT#g#h!AT#i#j!AT#j#k!AT#m#n!AT7`!AuVOY!ArZ#O!Ar#O#P!B[#P#Q!@c#Q;'S!Ar;'S;=`!Bk<%lO!Ar7`!B_SOY!ArZ;'S!Ar;'S;=`!Bk<%lO!Ar7`!BnP;=`<%l!Ar7`!BtSOY!@cZ;'S!@c;'S;=`!CQ<%lO!@c7`!CTP;=`<%l!@c<z!C][$i&jOY!CWYZ&cZ!^!CW!^!_!Ar!_#O!CW#O#P!DR#P#Q!=y#Q#o!CW#o#p!Ar#p;'S!CW;'S;=`!Ds<%lO!CW<z!DWX$i&jOY!CWYZ&cZ!^!CW!^!_!Ar!_#o!CW#o#p!Ar#p;'S!CW;'S;=`!Ds<%lO!CW<z!DvP;=`<%l!CW<z!EOX$i&jOY!=yYZ&cZ!^!=y!^!_!@c!_#o!=y#o#p!@c#p;'S!=y;'S;=`!Ek<%lO!=y<z!EnP;=`<%l!=y>^!Ezl$i&j(Z!b!X7`OY&}YZ&cZw&}wx&cx!^&}!^!_'}!_#O&}#O#P&c#P#W&}#W#X!Eq#X#Z&}#Z#[!Eq#[#]&}#]#^!Eq#^#a&}#a#b!Eq#b#g&}#g#h!Eq#h#i&}#i#j!Eq#j#k!Eq#k#m&}#m#n!Eq#n#o&}#o#p'}#p;'S&};'S;=`(l<%lO&}8r!GyZ(Z!b!X7`OY!GrZw!Grwx!@cx!P!Gr!P!Q!Hl!Q!}!Gr!}#O!JU#O#P!Bq#P;'S!Gr;'S;=`!J|<%lO!Gr8r!Hse(Z!b!X7`OY'}Zw'}x#O'}#P#W'}#W#X!Hl#X#Z'}#Z#[!Hl#[#]'}#]#^!Hl#^#a'}#a#b!Hl#b#g'}#g#h!Hl#h#i'}#i#j!Hl#j#k!Hl#k#m'}#m#n!Hl#n;'S'};'S;=`(f<%lO'}8r!JZX(Z!bOY!JUZw!JUwx!Arx#O!JU#O#P!B[#P#Q!Gr#Q;'S!JU;'S;=`!Jv<%lO!JU8r!JyP;=`<%l!JU8r!KPP;=`<%l!Gr>^!KZ^$i&j(Z!bOY!KSYZ&cZw!KSwx!CWx!^!KS!^!_!JU!_#O!KS#O#P!DR#P#Q!<n#Q#o!KS#o#p!JU#p;'S!KS;'S;=`!LV<%lO!KS>^!LYP;=`<%l!KS>^!L`P;=`<%l!<n=l!Ll`$i&j(Wp!X7`OY!LcYZ&cZr!Lcrs!=ys!P!Lc!P!Q!Mn!Q!^!Lc!^!_# o!_!}!Lc!}#O#%P#O#P!Dy#P#o!Lc#o#p# o#p;'S!Lc;'S;=`#&Y<%lO!Lc=l!Mwl$i&j(Wp!X7`OY(rYZ&cZr(rrs&cs!^(r!^!_)r!_#O(r#O#P&c#P#W(r#W#X!Mn#X#Z(r#Z#[!Mn#[#](r#]#^!Mn#^#a(r#a#b!Mn#b#g(r#g#h!Mn#h#i(r#i#j!Mn#j#k!Mn#k#m(r#m#n!Mn#n#o(r#o#p)r#p;'S(r;'S;=`*a<%lO(r8Q# vZ(Wp!X7`OY# oZr# ors!@cs!P# o!P!Q#!i!Q!}# o!}#O#$R#O#P!Bq#P;'S# o;'S;=`#$y<%lO# o8Q#!pe(Wp!X7`OY)rZr)rs#O)r#P#W)r#W#X#!i#X#Z)r#Z#[#!i#[#])r#]#^#!i#^#a)r#a#b#!i#b#g)r#g#h#!i#h#i)r#i#j#!i#j#k#!i#k#m)r#m#n#!i#n;'S)r;'S;=`*Z<%lO)r8Q#$WX(WpOY#$RZr#$Rrs!Ars#O#$R#O#P!B[#P#Q# o#Q;'S#$R;'S;=`#$s<%lO#$R8Q#$vP;=`<%l#$R8Q#$|P;=`<%l# o=l#%W^$i&j(WpOY#%PYZ&cZr#%Prs!CWs!^#%P!^!_#$R!_#O#%P#O#P!DR#P#Q!Lc#Q#o#%P#o#p#$R#p;'S#%P;'S;=`#&S<%lO#%P=l#&VP;=`<%l#%P=l#&]P;=`<%l!Lc?O#&kn$i&j(Wp(Z!b!X7`OY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#W%Z#W#X#&`#X#Z%Z#Z#[#&`#[#]%Z#]#^#&`#^#a%Z#a#b#&`#b#g%Z#g#h#&`#h#i%Z#i#j#&`#j#k#&`#k#m%Z#m#n#&`#n#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z9d#(r](Wp(Z!b!X7`OY#(iZr#(irs!Grsw#(iwx# ox!P#(i!P!Q#)k!Q!}#(i!}#O#+`#O#P!Bq#P;'S#(i;'S;=`#,`<%lO#(i9d#)th(Wp(Z!b!X7`OY*gZr*grs'}sw*gwx)rx#O*g#P#W*g#W#X#)k#X#Z*g#Z#[#)k#[#]*g#]#^#)k#^#a*g#a#b#)k#b#g*g#g#h#)k#h#i*g#i#j#)k#j#k#)k#k#m*g#m#n#)k#n;'S*g;'S;=`+Z<%lO*g9d#+gZ(Wp(Z!bOY#+`Zr#+`rs!JUsw#+`wx#$Rx#O#+`#O#P!B[#P#Q#(i#Q;'S#+`;'S;=`#,Y<%lO#+`9d#,]P;=`<%l#+`9d#,cP;=`<%l#(i?O#,o`$i&j(Wp(Z!bOY#,fYZ&cZr#,frs!KSsw#,fwx#%Px!^#,f!^!_#+`!_#O#,f#O#P!DR#P#Q!;Z#Q#o#,f#o#p#+`#p;'S#,f;'S;=`#-q<%lO#,f?O#-tP;=`<%l#,f?O#-zP;=`<%l!;Z07[#.[b$i&j(Wp(Z!b(O0/l!X7`OY!;ZYZ&cZr!;Zrs!<nsw!;Zwx!Lcx!P!;Z!P!Q#&`!Q!^!;Z!^!_#(i!_!}!;Z!}#O#,f#O#P!Dy#P#o!;Z#o#p#(i#p;'S!;Z;'S;=`#-w<%lO!;Z07[#/o_$i&j(Wp(Z!bT0/lOY#/dYZ&cZr#/drs#0nsw#/dwx#4Ox!^#/d!^!_#5}!_#O#/d#O#P#1p#P#o#/d#o#p#5}#p;'S#/d;'S;=`#6|<%lO#/d06j#0w]$i&j(Z!bT0/lOY#0nYZ&cZw#0nwx#1px!^#0n!^!_#3R!_#O#0n#O#P#1p#P#o#0n#o#p#3R#p;'S#0n;'S;=`#3x<%lO#0n05W#1wX$i&jT0/lOY#1pYZ&cZ!^#1p!^!_#2d!_#o#1p#o#p#2d#p;'S#1p;'S;=`#2{<%lO#1p0/l#2iST0/lOY#2dZ;'S#2d;'S;=`#2u<%lO#2d0/l#2xP;=`<%l#2d05W#3OP;=`<%l#1p01O#3YW(Z!bT0/lOY#3RZw#3Rwx#2dx#O#3R#O#P#2d#P;'S#3R;'S;=`#3r<%lO#3R01O#3uP;=`<%l#3R06j#3{P;=`<%l#0n05x#4X]$i&j(WpT0/lOY#4OYZ&cZr#4Ors#1ps!^#4O!^!_#5Q!_#O#4O#O#P#1p#P#o#4O#o#p#5Q#p;'S#4O;'S;=`#5w<%lO#4O00^#5XW(WpT0/lOY#5QZr#5Qrs#2ds#O#5Q#O#P#2d#P;'S#5Q;'S;=`#5q<%lO#5Q00^#5tP;=`<%l#5Q05x#5zP;=`<%l#4O01p#6WY(Wp(Z!bT0/lOY#5}Zr#5}rs#3Rsw#5}wx#5Qx#O#5}#O#P#2d#P;'S#5};'S;=`#6v<%lO#5}01p#6yP;=`<%l#5}07[#7PP;=`<%l#/d)3h#7ab$i&j$Q(Ch(Wp(Z!b!X7`OY!;ZYZ&cZr!;Zrs!<nsw!;Zwx!Lcx!P!;Z!P!Q#&`!Q!^!;Z!^!_#(i!_!}!;Z!}#O#,f#O#P!Dy#P#o!;Z#o#p#(i#p;'S!;Z;'S;=`#-w<%lO!;ZAt#8vb$Z#t$i&j(Wp(Z!b!X7`OY!;ZYZ&cZr!;Zrs!<nsw!;Zwx!Lcx!P!;Z!P!Q#&`!Q!^!;Z!^!_#(i!_!}!;Z!}#O#,f#O#P!Dy#P#o!;Z#o#p#(i#p;'S!;Z;'S;=`#-w<%lO!;Z'Ad#:Zp$i&j(Wp(Z!bs'9tOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!O%Z!O!P!3Y!P!Q%Z!Q![#<_![!^%Z!^!_*g!_!g%Z!g!h!4|!h#O%Z#O#P&c#P#R%Z#R#S#<_#S#U%Z#U#V#?i#V#X%Z#X#Y!4|#Y#b%Z#b#c#>_#c#d#Bq#d#l%Z#l#m#Es#m#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z'Ad#<jk$i&j(Wp(Z!bs'9tOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!O%Z!O!P!3Y!P!Q%Z!Q![#<_![!^%Z!^!_*g!_!g%Z!g!h!4|!h#O%Z#O#P&c#P#R%Z#R#S#<_#S#X%Z#X#Y!4|#Y#b%Z#b#c#>_#c#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z'Ad#>j_$i&j(Wp(Z!bs'9tOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z'Ad#?rd$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!Q%Z!Q!R#AQ!R!S#AQ!S!^%Z!^!_*g!_#O%Z#O#P&c#P#R%Z#R#S#AQ#S#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z'Ad#A]f$i&j(Wp(Z!bs'9tOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!Q%Z!Q!R#AQ!R!S#AQ!S!^%Z!^!_*g!_#O%Z#O#P&c#P#R%Z#R#S#AQ#S#b%Z#b#c#>_#c#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z'Ad#Bzc$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!Q%Z!Q!Y#DV!Y!^%Z!^!_*g!_#O%Z#O#P&c#P#R%Z#R#S#DV#S#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z'Ad#Dbe$i&j(Wp(Z!bs'9tOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!Q%Z!Q!Y#DV!Y!^%Z!^!_*g!_#O%Z#O#P&c#P#R%Z#R#S#DV#S#b%Z#b#c#>_#c#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z'Ad#E|g$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!Q%Z!Q![#Ge![!^%Z!^!_*g!_!c%Z!c!i#Ge!i#O%Z#O#P&c#P#R%Z#R#S#Ge#S#T%Z#T#Z#Ge#Z#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z'Ad#Gpi$i&j(Wp(Z!bs'9tOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!Q%Z!Q![#Ge![!^%Z!^!_*g!_!c%Z!c!i#Ge!i#O%Z#O#P&c#P#R%Z#R#S#Ge#S#T%Z#T#Z#Ge#Z#b%Z#b#c#>_#c#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z*)x#Il_!g$b$i&j$O)Lv(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z)[#Jv_al$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z04f#LS^h#)`#R-<U(Wp(Z!b$n7`OY*gZr*grs'}sw*gwx)rx!P*g!P!Q#MO!Q!^*g!^!_#Mt!_!`$ f!`#O*g#P;'S*g;'S;=`+Z<%lO*g(n#MXX$k&j(Wp(Z!bOY*gZr*grs'}sw*gwx)rx#O*g#P;'S*g;'S;=`+Z<%lO*g(El#M}Z#r(Ch(Wp(Z!bOY*gZr*grs'}sw*gwx)rx!_*g!_!`#Np!`#O*g#P;'S*g;'S;=`+Z<%lO*g(El#NyX$Q(Ch(Wp(Z!bOY*gZr*grs'}sw*gwx)rx#O*g#P;'S*g;'S;=`+Z<%lO*g(El$ oX#s(Ch(Wp(Z!bOY*gZr*grs'}sw*gwx)rx#O*g#P;'S*g;'S;=`+Z<%lO*g*)x$!ga#`*!Y$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_!`0z!`!a$#l!a#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z(K[$#w_#k(Cl$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z*)x$%Vag!*r#s(Ch$f#|$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_!`$&[!`!a$'f!a#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z(KW$&g_#s(Ch$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z(KW$'qa#r(Ch$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_!`Ka!`!a$(v!a#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z(KW$)R`#r(Ch$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_!`Ka!`#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z(Kd$*`a(r(Ct$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_!a%Z!a!b$+e!b#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z(KW$+p`$i&j#{(Ch(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_!`Ka!`#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z%#`$,}_!|$Ip$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z04f$.X_!S0,v$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z(n$/]Z$i&jO!^$0O!^!_$0f!_#i$0O#i#j$0k#j#l$0O#l#m$2^#m#o$0O#o#p$0f#p;'S$0O;'S;=`$4i<%lO$0O(n$0VT_#S$i&jO!^&c!_#o&c#p;'S&c;'S;=`&w<%lO&c#S$0kO_#S(n$0p[$i&jO!Q&c!Q![$1f![!^&c!_!c&c!c!i$1f!i#T&c#T#Z$1f#Z#o&c#o#p$3|#p;'S&c;'S;=`&w<%lO&c(n$1kZ$i&jO!Q&c!Q![$2^![!^&c!_!c&c!c!i$2^!i#T&c#T#Z$2^#Z#o&c#p;'S&c;'S;=`&w<%lO&c(n$2cZ$i&jO!Q&c!Q![$3U![!^&c!_!c&c!c!i$3U!i#T&c#T#Z$3U#Z#o&c#p;'S&c;'S;=`&w<%lO&c(n$3ZZ$i&jO!Q&c!Q![$0O![!^&c!_!c&c!c!i$0O!i#T&c#T#Z$0O#Z#o&c#p;'S&c;'S;=`&w<%lO&c#S$4PR!Q![$4Y!c!i$4Y#T#Z$4Y#S$4]S!Q![$4Y!c!i$4Y#T#Z$4Y#q#r$0f(n$4lP;=`<%l$0O#1[$4z_!Y#)l$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z(KW$6U`#x(Ch$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_!`Ka!`#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z+;p$7c_$i&j(Wp(Z!b(a+4QOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z07[$8qk$i&j(Wp(Z!b(T,2j$_#t(e$I[OY%ZYZ&cZr%Zrs&}st%Ztu$8buw%Zwx(rx}%Z}!O$:f!O!Q%Z!Q![$8b![!^%Z!^!_*g!_!c%Z!c!}$8b!}#O%Z#O#P&c#P#R%Z#R#S$8b#S#T%Z#T#o$8b#o#p*g#p$g%Z$g;'S$8b;'S;=`$<l<%lO$8b+d$:qk$i&j(Wp(Z!b$_#tOY%ZYZ&cZr%Zrs&}st%Ztu$:fuw%Zwx(rx}%Z}!O$:f!O!Q%Z!Q![$:f![!^%Z!^!_*g!_!c%Z!c!}$:f!}#O%Z#O#P&c#P#R%Z#R#S$:f#S#T%Z#T#o$:f#o#p*g#p$g%Z$g;'S$:f;'S;=`$<f<%lO$:f+d$<iP;=`<%l$:f07[$<oP;=`<%l$8b#Jf$<{X!_#Hb(Wp(Z!bOY*gZr*grs'}sw*gwx)rx#O*g#P;'S*g;'S;=`+Z<%lO*g,#x$=sa(y+JY$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_!`Ka!`#O%Z#O#P&c#P#o%Z#o#p*g#p#q$+e#q;'S%Z;'S;=`+a<%lO%Z)>v$?V_!^(CdvBr$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z?O$@a_!q7`$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z07[$Aq|$i&j(Wp(Z!b'|0/l$]#t(T,2j(e$I[OX%ZXY+gYZ&cZ[+g[p%Zpq+gqr%Zrs&}st%ZtuEruw%Zwx(rx}%Z}!OGv!O!Q%Z!Q![Er![!^%Z!^!_*g!_!c%Z!c!}Er!}#O%Z#O#P&c#P#R%Z#R#SEr#S#T%Z#T#oEr#o#p*g#p$f%Z$f$g+g$g#BYEr#BY#BZ$A`#BZ$ISEr$IS$I_$A`$I_$JTEr$JT$JU$A`$JU$KVEr$KV$KW$A`$KW&FUEr&FU&FV$A`&FV;'SEr;'S;=`I|<%l?HTEr?HT?HU$A`?HUOEr07[$D|k$i&j(Wp(Z!b'}0/l$]#t(T,2j(e$I[OY%ZYZ&cZr%Zrs&}st%ZtuEruw%Zwx(rx}%Z}!OGv!O!Q%Z!Q![Er![!^%Z!^!_*g!_!c%Z!c!}Er!}#O%Z#O#P&c#P#R%Z#R#SEr#S#T%Z#T#oEr#o#p*g#p$g%Z$g;'SEr;'S;=`I|<%lOEr",tokenizers:[kje,vje,bje,Mje,2,3,4,5,6,7,8,9,10,11,12,13,14,gje,new yQ("$S~RRtu[#O#Pg#S#T#|~_P#o#pb~gOx~~jVO#i!P#i#j!U#j#l!P#l#m!q#m;'S!P;'S;=`#v<%lO!P~!UO!U~~!XS!Q![!e!c!i!e#T#Z!e#o#p#Z~!hR!Q![!q!c!i!q#T#Z!q~!tR!Q![!}!c!i!}#T#Z!}~#QR!Q![!P!c!i!P#T#Z!P~#^R!Q![#g!c!i#g#T#Z#g~#jS!Q![#g!c!i#g#T#Z#g#q#r!P~#yP;=`<%l!P~$RO(c~~",141,340),new yQ("j~RQYZXz{^~^O(Q~~aP!P!Qd~iO(R~~",25,323)],topRules:{Script:[0,7],SingleExpression:[1,276],SingleClassItem:[2,277]},dialects:{jsx:0,ts:15175},dynamicPrecedences:{80:1,82:1,94:1,169:1,199:1},specialized:[{term:327,get:e=>jje[e]||-1},{term:343,get:e=>Sje[e]||-1},{term:95,get:e=>Nje[e]||-1}],tokenPrec:15201}),vH=[ft("function ${name}(${params}) {\n ${}\n}",{label:"function",detail:"definition",type:"keyword"}),ft("for (let ${index} = 0; ${index} < ${bound}; ${index}++) {\n ${}\n}",{label:"for",detail:"loop",type:"keyword"}),ft("for (let ${name} of ${collection}) {\n ${}\n}",{label:"for",detail:"of loop",type:"keyword"}),ft("do {\n ${}\n} while (${})",{label:"do",detail:"loop",type:"keyword"}),ft("while (${}) {\n ${}\n}",{label:"while",detail:"loop",type:"keyword"}),ft(`try {
|
|
8584
8584
|
\${}
|
|
8585
8585
|
} catch (\${error}) {
|
|
8586
8586
|
\${}
|