groove-dev 0.27.39 → 0.27.40
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/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 +13 -8
- package/node_modules/@groove-dev/daemon/src/preview.js +8 -2
- package/node_modules/@groove-dev/daemon/src/rotator.js +18 -3
- package/node_modules/@groove-dev/gui/dist/assets/{index-BRZ_leqO.js → index-zzVaD3-G.js} +2 -2
- 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/layout/activity-bar.jsx +2 -2
- package/node_modules/@groove-dev/gui/src/stores/groove.js +7 -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 +13 -8
- package/packages/daemon/src/preview.js +8 -2
- package/packages/daemon/src/rotator.js +18 -3
- package/packages/gui/dist/assets/{index-BRZ_leqO.js → index-zzVaD3-G.js} +2 -2
- package/packages/gui/dist/index.html +1 -1
- package/packages/gui/package.json +1 -1
- package/packages/gui/src/components/layout/activity-bar.jsx +2 -2
- package/packages/gui/src/stores/groove.js +7 -2
|
@@ -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"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}/**
|
|
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||[];f.length>0&&e(v=>({thinkingAgents:new Set([...v.thinkingAgents,...f.map(g=>g.id)])}));const x=(d==null?void 0:d.teamId)||(u==null?void 0:u.teamId)||null;return x&&H.post("/cleanup",{teamId:x}).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}){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"),`
|
|
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-0.5",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,`;
|