conductor-remote 1.131.4 → 1.131.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/dist/assets/{AutoModelSettings-SBdRr_mv.js → AutoModelSettings-BV17IdxP.js} +1 -1
- package/dist/assets/{PierrePatch-BmY2b7Ei.js → PierrePatch-Dfh5TW8u.js} +1 -1
- package/dist/assets/{index-BAEVNqQy.js → index-BY3vTp3J.js} +4 -4
- package/dist/index.html +1 -1
- package/dist/sw.js +1 -1
- package/dist-node/scripts/service/commands.js +2 -2
- package/dist-node/scripts/service/flags.js +8 -0
- package/dist-node/scripts/service/installation.js +53 -3
- package/dist-node/scripts/service/launch-agent.js +14 -0
- package/dist-node/scripts/service.js +1 -1
- package/dist-node/src/host/ports.js +82 -0
- package/dist-node/src/server.js +16 -0
- package/dist-node/src/writes/actuator.js +18 -7
- package/dist-node/src/writes/sidecar.js +15 -4
- package/package.json +1 -1
|
@@ -16,7 +16,7 @@ Please change the parent <Route path="${k}"> to <Route path="${k==="/"?"*":`${k}
|
|
|
16
16
|
|
|
17
17
|
`))return null;const i=t.find(o=>o.path===l.path);return{text:e.slice(l.end).replace(/^\n{2,3}/,""),attachments:[...t.filter(o=>o.path!==l.path),{name:l.name,path:l.path,bytes:i?.bytes??0,token:e.slice(l.start,l.end),source:"fork"}]}}const r4="conductor-remote-read",oh=(e,t,a)=>(e[t]??"")<a;function SS(e,t){return(e.unread_sessions??[]).filter(a=>oh(t,a.id,a.at)).length}function MS(e,t){return!!e.unread_count&&oh(t,e.id,e.updated_at)}const l4="conductor-remote-prefs-v1";function z0(e){return e!==null&&typeof e=="object"&&!Array.isArray(e)?e:null}function Gu(e){const t=z0(e);if(!t)return{};const a={};return typeof t.auto=="boolean"&&(a.auto=t.auto),typeof t.model=="string"&&(a.model=t.model),KF(t.effort)&&(a.effort=t.effort),typeof t.plan=="boolean"&&(a.plan=t.plan),typeof t.fast=="boolean"&&(a.fast=t.fast),a}function Ol(e){return Object.keys(e).length>0}function NS(e){const t=z0(e);return!t||typeof t.name!="string"||typeof t.path!="string"||typeof t.token!="string"||!Number.isSafeInteger(Number(t.bytes))||Number(t.bytes)<0||t.stageId!==void 0&&typeof t.stageId!="string"?null:{name:t.name,path:t.path,bytes:Number(t.bytes),token:t.token,...t.source==="fork"?{source:"fork"}:{},...t.stageId?{stageId:t.stageId}:{}}}function ch(e){if(!Array.isArray(e))return[];const t=new Set;return e.flatMap(a=>{const l=NS(a);return!l||t.has(l.path)?[]:(t.add(l.path),[l])})}function i4(e){const t=z0(e);if(!t)return null;const a=Number(t.updatedAt);return!Number.isSafeInteger(a)||a<0?null:t.deleted===!0?{text:"",agent:{},attachments:[],updatedAt:a,deleted:!0}:typeof t.text!="string"?null:{text:t.text,agent:Gu(t.agent),attachments:ch(t.attachments),updatedAt:a,deleted:!1}}function uh(e,t){return e.auto===t.auto&&e.model===t.model&&e.effort===t.effort&&e.plan===t.plan&&e.fast===t.fast}function jS(e,t){return e.text===t.text&&e.updatedAt===t.updatedAt&&e.deleted===t.deleted&&uh(e.agent,t.agent)&&e.attachments.length===t.attachments.length&&e.attachments.every((a,l)=>{const i=t.attachments[l];return a.name===i?.name&&a.path===i.path&&a.bytes===i.bytes&&a.token===i.token&&a.source===i.source&&a.stageId===i.stageId})}function Tl(e,t,a,l){return e||Ol(t)||a.length?{text:e,agent:{...t},attachments:ch(a),updatedAt:l,deleted:!1}:{text:"",agent:{},attachments:[],updatedAt:l,deleted:!0}}class _S{storage;prefs;clock;generation=0;touched=new Set;listeners=new Set;constructor(t){this.storage=t;const a=this.readRawDrafts(),l=this.readRawAgents(),i=this.readMetadata(),o=i?.drafts??{};if(this.clock=Math.max(Date.now(),...Object.values(o).map(u=>u.updatedAt)),i){const u={...o};for(const d of new Set([...Object.keys(o),...Object.keys(a),...Object.keys(l)])){const f=Tl(a[d]??"",l[d]??{},[],o[d]?.updatedAt??0),h=o[d];!(h&&!h.deleted&&h.attachments.length>0&&!h.text&&!Ol(h.agent)&&f.deleted)&&(!h||h.text!==f.text||h.deleted!==f.deleted||!uh(h.agent,f.agent))&&(u[d]=Tl(f.text,f.agent,[],this.tick()),this.touched.add(d))}this.prefs={readMarks:this.readRawMarks(),drafts:u}}else{const u={};for(const d of new Set([...Object.keys(a),...Object.keys(l)]))u[d]=Tl(a[d]??"",l[d]??{},[],0);this.prefs={readMarks:this.readRawMarks(),drafts:u}}this.migrateForkDrafts(),this.persistAll()}snapshot(){return{readMarks:{...this.prefs.readMarks},drafts:Object.fromEntries(Object.entries(this.prefs.drafts).map(([t,a])=>[t,{...a,agent:{...a.agent},attachments:a.attachments.map(l=>({...l}))}]))}}project(){const t={},a={},l={};for(const[i,o]of Object.entries(this.prefs.drafts))o.deleted||(t[i]=o.text,Ol(o.agent)&&(a[i]={...o.agent}),o.attachments.length&&(l[i]=o.attachments.map(u=>({...u}))));return{drafts:t,agentDrafts:a,draftAttachments:l,readMarks:{...this.prefs.readMarks}}}currentGeneration(){return this.generation}setDraft(t,a,l){return this.setLocal(t,a,l,this.prefs.drafts[t]?.attachments??[]),this.project()}setAgent(t,a,l){return this.setLocal(t,l,a,this.prefs.drafts[t]?.attachments??[]),this.project()}setAttachments(t,a,l,i){return this.setLocal(t,l,i,a),this.project()}setContent(t,a,l,i){return this.setLocal(t,a,l,i),this.project()}moveDraft(t,a){const l=this.prefs.drafts[t],i=this.prefs.drafts[a];return!l||l.deleted||t===a||i&&!i.deleted?this.project():(this.prefs.drafts[t]=Tl("",{},[],this.tick()),this.prefs.drafts[a]=Tl(l.text,l.agent,l.attachments,this.tick()),this.touched.add(t),this.touched.add(a),this.changed(),this.project())}markRead(t,a){return(this.prefs.readMarks[t]??"")>=a?this.project():(this.prefs.readMarks[t]=a,this.changed(),this.project())}merge(t,a){const l=z0(z0(t)?.drafts),i=this.cleanPrefs(t);for(const d of Object.values(i.drafts))this.clock=Math.max(this.clock,d.updatedAt);let o=!1,u=!1;for(const[d,f]of Object.entries(i.readMarks))(this.prefs.readMarks[d]??"")>=f||(this.prefs.readMarks[d]=f,o=!0);for(const[d,f]of Object.entries(this.prefs.readMarks))(i.readMarks[d]??"")<f&&(u=!0);for(const d of new Set([...Object.keys(this.prefs.drafts),...Object.keys(i.drafts)])){const f=this.prefs.drafts[d],h=i.drafts[d],m=z0(l?.[d]);if(f&&h&&!h.deleted&&m&&!Object.hasOwn(m,"attachments")&&(h.attachments=f.attachments.map(b=>({...b}))),!f&&h){this.prefs.drafts[d]=h,o=!0;continue}if(f&&!h){u=!0;continue}if(!(f&&h)||jS(f,h))continue;const p=a===d&&(this.touched.has(d)||!f.deleted&&(f.text.length>0||Ol(f.agent)||f.attachments.length>0)),y=h.updatedAt>f.updatedAt||h.updatedAt===f.updatedAt&&(h.deleted||!f.deleted);if(y&&!p){this.prefs.drafts[d]=h,o=!0;continue}y&&(f.updatedAt=this.tick(h.updatedAt),o=!0),u=!0}return this.migrateForkDrafts()&&(o=!0,u=!0),o&&this.persistAll(),{state:this.project(),needsUpload:u}}subscribe(t){return this.listeners.add(t),()=>this.listeners.delete(t)}requestFlush(){for(const t of this.listeners)t(!0)}setLocal(t,a,l,i){this.prefs.drafts[t]=Tl(a,Gu(l),i,this.tick()),this.touched.add(t),this.changed()}migrateForkDrafts(){let t=!1;for(const[a,l]of Object.entries(this.prefs.drafts)){if(l.deleted)continue;const i=FS(l.text,l.attachments);i&&(this.prefs.drafts[a]={...l,...i,updatedAt:this.tick()},t=!0)}return t}changed(){this.generation+=1,this.persistAll();for(const t of this.listeners)t(!1)}tick(t=0){return this.clock=Math.max(Date.now(),this.clock+1,t+1),this.clock}cleanPrefs(t){const a=z0(t),l={};for(const[o,u]of Object.entries(z0(a?.readMarks)??{}))typeof u=="string"&&(l[o]=u);const i={};for(const[o,u]of Object.entries(z0(a?.drafts)??{})){const d=i4(u);d&&(i[o]=d)}return{readMarks:l,drafts:i}}readMetadata(){try{const t=z0(JSON.parse(this.storage.getItem(l4)??"null"));if(t?.version!==1)return null;const a={};for(const[l,i]of Object.entries(z0(t.drafts)??{})){const o=i4(i);o&&(a[l]=o)}return{drafts:a}}catch{return null}}readRawDrafts(){const t={};try{for(let a=0;a<this.storage.length;a++){const l=this.storage.key(a);if(!l?.startsWith(Uo))continue;const i=this.storage.getItem(l);i&&(t[l.slice(Uo.length)]=i)}}catch{}return t}readRawAgents(){const t={};try{for(let a=0;a<this.storage.length;a++){const l=this.storage.key(a);if(!l?.startsWith(Vo))continue;const i=this.storage.getItem(l);if(!i)continue;const o=Gu(JSON.parse(i));Ol(o)&&(t[l.slice(Vo.length)]=o)}}catch{}return t}readRawMarks(){try{const t=z0(JSON.parse(this.storage.getItem(r4)??"{}"));return t?Object.fromEntries(Object.entries(t).filter(a=>typeof a[1]=="string")):{}}catch{return{}}}persistAll(){try{for(const[t,a]of Object.entries(this.prefs.drafts))!a.deleted&&a.text?this.storage.setItem(Uo+t,a.text):this.storage.removeItem(Uo+t),!a.deleted&&Ol(a.agent)?this.storage.setItem(Vo+t,JSON.stringify(a.agent)):this.storage.removeItem(Vo+t);this.storage.setItem(r4,JSON.stringify(this.prefs.readMarks)),this.storage.setItem(l4,JSON.stringify({version:1,drafts:this.prefs.drafts}))}catch{}}}let q2=null;function H0(){return q2||(q2=new _S(localStorage)),q2}const TS=()=>H0().project(),zS=()=>H0().snapshot(),s4=()=>H0().currentGeneration(),RS=(e,t,a)=>H0().setDraft(e,t,a),o4=(e,t,a)=>H0().setAgent(e,t,a),c4=(e,t,a,l)=>H0().setAttachments(e,t,a,l),OS=(e,t,a,l)=>H0().setContent(e,t,a,l),LS=(e,t)=>H0().moveDraft(e,t),PS=(e,t)=>H0().markRead(e,t),HS=(e,t)=>H0().merge(e,t),GS=e=>H0().subscribe(e),Iu=()=>H0().requestFlush(),xh="conductor-remote-compact-drafts",u4={thinking:!0,tools:!1};function IS(e,t){return!!e&&e.thinking===t.thinking&&e.tools===t.tools&&e.through===t.through&&e.only===t.only}function VS(e){return e.only?"Last message only":e.tools?"Full transcript":e.thinking?"With reasoning":"Concise"}function US(){try{const e=JSON.parse(localStorage.getItem(xh)??"{}");if(!e||typeof e!="object"||Array.isArray(e))return{};const t={};for(const[a,l]of Object.entries(e)){if(!l||typeof l!="object"||typeof l.thinking!="boolean"||typeof l.tools!="boolean")continue;const{thinking:i,tools:o,through:u,only:d}=l;[u,d].some(f=>f!==void 0&&(!Number.isSafeInteger(f)||f<1))||u!==void 0&&d!==void 0||(t[a]={thinking:i,tools:o,...u===void 0?{}:{through:u},...d===void 0?{}:{only:d}})}return t}catch{return{}}}function $S(e){try{localStorage.setItem(xh,JSON.stringify(e))}catch{}}const Vu="conductor-remote-pending",Uu="conductor-remote-workflow-attempts",w1=20,ZS=1440*60*1e3;function dh(e,t){return t.kind==="new_workspace"?JSON.stringify(["new_workspace",t.repo,t.sendImmediately,e]):JSON.stringify(["existing_session",t.workspaceId,t.sessionId,e])}function qS(e){const t=e;return!!t&&typeof t.key=="string"&&typeof t.fingerprint=="string"&&typeof t.clientId=="string"&&typeof t.createdAt=="number"}function QS(){try{const e=JSON.parse(localStorage.getItem(Uu)??"[]");return Array.isArray(e)?Object.fromEntries(e.filter(qS).slice(-w1).map(t=>[t.key,t])):{}}catch{return{}}}function x4(e){try{const t=Object.values(e).sort((a,l)=>a.createdAt-l.createdAt).slice(-w1);t.length?localStorage.setItem(Uu,JSON.stringify(t)):localStorage.removeItem(Uu)}catch{}}function fh(e,t=[],a=!1){let l=a;const i=new Set;for(const o of e){if(i.add(o.text.trim()),o.status==="error")return"failed";o.status==="sending"&&(l=!0)}for(const o of t)if(!i.has(o.text.trim())){if(o.status==="failed")return"failed";o.status==="waiting"&&(l=!0)}return l?"sending":null}const d4=e=>e.status==="sending"||!!e.interrupted;function f4(e,t){const a=e.text.trim(),l=t.trim();return e.workflow?l.endsWith(`${WF}
|
|
18
18
|
|
|
19
|
-
${a}`):l===a}function KS(e){const t=e;return!!t&&typeof t.id=="string"&&typeof t.sessionId=="string"&&typeof t.workspaceId=="string"&&typeof t.text=="string"&&typeof t.createdAt=="number"&&(t.workflow===void 0||typeof t.workflow=="boolean")&&(t.auto===void 0||typeof t.auto=="boolean")&&(t.status==="sending"||t.status==="error")}const YS=e=>e.status==="sending"?{...e,status:"error",interrupted:!0,error:"Never confirmed — the app reloaded"}:e;function WS(){try{const e=JSON.parse(localStorage.getItem(Vu)??"[]");if(!Array.isArray(e))return[];const t=Date.now()-ZS;return e.filter(KS).filter(a=>a.createdAt>t).slice(-w1).map(YS)}catch{return[]}}function XS(e){try{const t=e.slice(-w1);t.length?localStorage.setItem(Vu,JSON.stringify(t)):localStorage.removeItem(Vu)}catch{}}const hh="conductor-remote-workflow-drafts";function JS(){try{const e=JSON.parse(localStorage.getItem(hh)??"{}");return!e||typeof e!="object"||Array.isArray(e)?{}:Object.fromEntries(Object.entries(e).filter(([,t])=>t===!0))}catch{return{}}}function eM(e){try{localStorage.setItem(hh,JSON.stringify(e))}catch{}}function tM({total:e,shown:t,hidden:a,repoFiltered:l}){if(e)return!l&&!a?`${e} active`:[`${t} of ${e}`,a?`${a} hidden`:null].filter(Boolean).join(" · ")}const Qr={mode:"all"};function nM(e,t){if(e&&typeof e=="object"&&"mode"in e){if(e.mode==="all")return Qr;if(e.mode==="selected"&&"repos"in e&&Array.isArray(e.repos))return{mode:"selected",repos:e.repos.filter(l=>typeof l=="string")}}const a=Array.isArray(t)?t.filter(l=>typeof l=="string"):typeof t=="string"?[t]:[];return a.length?{mode:"selected",repos:a}:Qr}function Xx(e){return e.mode==="selected"?e.repos:[]}function aM(){return{mode:"selected",repos:[]}}function $u(e,t){return e.mode==="all"||e.repos.includes(t)}function rM(e,t,a){const l=t.mode==="all"?[...e]:t.repos,i=l.includes(a)?l.filter(o=>o!==a):[...l,a];return e.length>0&&e.every(o=>i.includes(o))?Qr:{mode:"selected",repos:i}}let zl=null;const $o=TS(),Zu=15e3,ph="conductor-remote-view",mh="conductor-remote-last-new-workspace-repo",h4={groupBy:"status",repoSelection:Qr,sortBy:"updated",showDiffs:!0,showFolders:!0,hideMerged:!1,hideDone:!1,collapsed:[]};function p4(e){const t={};return e.auto!==void 0&&(t.auto=e.auto),e.model!==void 0&&(t.model=e.model),e.effort!==void 0&&(t.effort=e.effort),e.plan!==void 0&&(t.plan=e.plan),e.fast!==void 0&&(t.fast=e.fast),t}function lM(){try{const{repo:e,repos:t,repoSelection:a,...l}=JSON.parse(localStorage.getItem(ph)??"{}"),i=nM(a,t??e);return{...h4,...l,repoSelection:i}}catch{return h4}}function iM(){try{return localStorage.getItem(mh)??""}catch{return""}}const Ee=sh((e,t)=>{const a=i=>{localStorage.setItem(ph,JSON.stringify(i)),e({view:i})},l=i=>{XS(i),e({pending:i})};return{token:pS(),online:!0,lastSyncAt:null,update:null,workingHints:{},pending:WS(),workflowClientAttempts:QS(),workflowDrafts:JS(),compactDrafts:US(),drafts:$o.drafts,draftAttachments:$o.draftAttachments,agentDrafts:$o.agentDrafts,readMarks:$o.readMarks,focusedDraft:null,push:{deviceId:null,devices:0},sidebarOpen:!location.pathname.startsWith("/w/"),lastNewWorkspaceRepo:iM(),view:lM(),setToken:i=>{i?gS(i):mS(),e({token:i})},setOnline:i=>{if(i){zl&&clearTimeout(zl),zl=null,e({online:i,lastSyncAt:Date.now()});return}if(!t().online||zl)return;const o=DS(t().lastSyncAt);if(o===0){e({online:!1});return}zl=setTimeout(()=>{zl=null,e({online:!1})},o)},setUpdate:i=>e({update:i}),markWorking:i=>e({workingHints:{...t().workingHints,[i]:Date.now()}}),clearWorking:i=>{const{[i]:o,...u}=t().workingHints;e({workingHints:u})},addPending:i=>l([...t().pending.filter(o=>o.id!==i.id),{...i,status:"sending",error:void 0,createdAt:Date.now()}]),failPending:(i,o)=>l(t().pending.map(u=>u.id===i?{...u,status:"error",error:o}:u)),removePending:i=>l(t().pending.filter(o=>o.id!==i)),workflowClientId:(i,o)=>{const u=t().workflowClientAttempts[i];if(u?.fingerprint===o)return u.clientId;const d={...t().workflowClientAttempts,[i]:{key:i,fingerprint:o,clientId:crypto.randomUUID(),createdAt:Date.now()}};return x4(d),e({workflowClientAttempts:d}),d[i].clientId},finishWorkflowAttempt:(i,o)=>{const u=t().workflowClientAttempts[i];if(!u||u.clientId!==o)return;const{[i]:d,...f}=t().workflowClientAttempts;x4(f),e({workflowClientAttempts:f})},setWorkflowDraft:(i,o)=>{const u={...t().workflowDrafts};o?u[i]=!0:delete u[i],eM(u),e({workflowDrafts:u})},setCompactDraft:(i,o)=>{const u={...t().compactDrafts};o?u[i]={...o}:delete u[i],$S(u),e({compactDrafts:u})},setDraft:(i,o)=>{const u=RS(i,o,t().agentDrafts[i]??{});e({drafts:u.drafts,agentDrafts:u.agentDrafts,draftAttachments:u.draftAttachments})},addDraftAttachment:(i,o)=>{const u=t().draftAttachments[i]??[];if(u.some(f=>f.path===o.path))return;const d=c4(i,[...u,o],t().drafts[i]??"",t().agentDrafts[i]??{});e({drafts:d.drafts,agentDrafts:d.agentDrafts,draftAttachments:d.draftAttachments})},removeDraftAttachment:(i,o)=>{const u=t().draftAttachments[i]??[],d=u.filter(h=>h.path!==o);if(d.length===u.length)return;const f=c4(i,d,t().drafts[i]??"",t().agentDrafts[i]??{});e({drafts:f.drafts,agentDrafts:f.agentDrafts,draftAttachments:f.draftAttachments})},setDraftContent:(i,o,u)=>{const d=OS(i,o,t().agentDrafts[i]??{},u);e({drafts:d.drafts,agentDrafts:d.agentDrafts,draftAttachments:d.draftAttachments})},clearDraftContent:i=>t().setDraftContent(i,"",[]),moveDraft:(i,o)=>{const u=t().drafts,f=u[i]!==void 0||t().agentDrafts[i]!==void 0||t().draftAttachments[i]!==void 0,h=u[o]!==void 0||t().agentDrafts[o]!==void 0||t().draftAttachments[o]!==void 0;if(!f||i===o||h)return;const m=LS(i,o);e({drafts:m.drafts,agentDrafts:m.agentDrafts,draftAttachments:m.draftAttachments})},markRead:(i,o)=>{(t().readMarks[i]??"")>=o||e({readMarks:PS(i,o).readMarks})},stageAgent:(i,o)=>{const u=p4({...t().agentDrafts[i],...o}),d=o4(i,u,t().drafts[i]??"");e({drafts:d.drafts,agentDrafts:d.agentDrafts,draftAttachments:d.draftAttachments})},clearAgentDraft:(i,o)=>{const u=t().agentDrafts[i];if(!u)return;const d=p4({auto:u.auto===o.auto?void 0:u.auto,model:u.model===o.model?void 0:u.model,effort:u.effort===o.effort?void 0:u.effort,plan:u.plan===o.plan?void 0:u.plan,fast:u.fast===o.fast?void 0:u.fast}),f=o4(i,d,t().drafts[i]??"");e({drafts:f.drafts,agentDrafts:f.agentDrafts,draftAttachments:f.draftAttachments})},applySyncedPrefs:i=>e({drafts:i.drafts,agentDrafts:i.agentDrafts,draftAttachments:i.draftAttachments,readMarks:i.readMarks}),setFocusedDraft:i=>e({focusedDraft:i}),setPush:i=>e({push:i}),setSidebarOpen:i=>e({sidebarOpen:i}),setLastNewWorkspaceRepo:i=>{try{localStorage.setItem(mh,i)}catch{}e({lastNewWorkspaceRepo:i})},setView:i=>a({...t().view,...i}),toggleGroup:i=>{const{collapsed:o}=t().view;a({...t().view,collapsed:o.includes(i)?o.filter(u=>u!==i):[...o,i]})}}});function gh(e,t){e.setQueryData(["state"],a=>{if(!a)return a;const l=[...(a.workflows??[]).filter(o=>o.id!==t.id),t],i=a.workspaces.map(o=>o.id===t.workspaceId?{...o,workflow:t}:o);return{...a,workflows:l,workspaces:i}})}function Eh(){const e=Rn();return A.useCallback(async t=>{const a=await we.startWorkflow(t);return gh(e,a.workflow),e.invalidateQueries({queryKey:["state"]}),a},[e])}function sM(){const e=Rn(),t=Ee(i=>i.workflowClientId),a=Ee(i=>i.finishWorkflowAttempt),l=A.useCallback(async(i,o)=>{const u=t(i,i),d=await o(u);return a(i,u),gh(e,d.workflow),e.invalidateQueries({queryKey:["state"]}),d.workflow},[e,t,a]);return A.useMemo(()=>({retry:i=>l(`retry:${i.id}:${i.adoption?.actionId??i.updatedAt}`,o=>we.retryWorkflow(i.id,{clientId:o})),adopt:(i,o)=>{const u=i.adoption?.actionId;return u?l(`adopt:${i.id}:${u}:${o.id}`,d=>we.adoptWorkflow(i.id,{clientId:d,actionId:u,...i.adoption?.kind==="workspace"?{workspaceId:o.id}:{sessionId:o.id}})):Promise.reject(new Error("This Workflow has no action to adopt."))},replay:i=>{const o=i.adoption?.actionId;return o?l(`replay:${i.id}:${o}`,u=>we.replayWorkflow(i.id,{clientId:u,actionId:o,confirmDuplicateRisk:!0})):Promise.reject(new Error("This Workflow has no ambiguous action to replay."))},complete:i=>l(`complete:${i.id}`,o=>we.completeWorkflow(i.id,{clientId:o})),cancel:i=>l(`cancel:${i.id}`,o=>we.cancelWorkflow(i.id,{clientId:o}))}),[l])}function m4(e){return JSON.stringify([e.createdAt,e.actionId??"",e.effectId??"",e.reason])}function oM(){const e=Rn(),t=Ee(l=>l.workflowClientId),a=Ee(l=>l.finishWorkflowAttempt);return A.useCallback(async l=>{const i="confirm-ui-stable",o=m4(l),u=t(i,o),d=await we.confirmUiStable({clientId:u,confirmStable:!0,createdAt:l.createdAt,...l.actionId?{actionId:l.actionId}:{},...l.effectId?{effectId:l.effectId}:{}});return a(i,u),e.setQueryData(["state"],f=>!f?.uiQuarantine||m4(f.uiQuarantine)!==o?f:{...f,uiQuarantine:void 0}),e.invalidateQueries({queryKey:["state"]}),d},[e,t,a])}function yh(e){var t,a,l="";if(typeof e=="string"||typeof e=="number")l+=e;else if(typeof e=="object")if(Array.isArray(e)){var i=e.length;for(t=0;t<i;t++)e[t]&&(a=yh(e[t]))&&(l&&(l+=" "),l+=a)}else for(a in e)e[a]&&(l&&(l+=" "),l+=a);return l}function cM(){for(var e,t,a=0,l="",i=arguments.length;a<i;a++)(e=arguments[a])&&(t=yh(e))&&(l&&(l+=" "),l+=t);return l}const uM=(e,t)=>{const a=new Array(e.length+t.length);for(let l=0;l<e.length;l++)a[l]=e[l];for(let l=0;l<t.length;l++)a[e.length+l]=t[l];return a},xM=(e,t)=>({classGroupId:e,validator:t}),bh=(e=new Map,t=null,a)=>({nextPart:e,validators:t,classGroupId:a}),d1="-",g4=[],dM="arbitrary..",fM=e=>{const t=pM(e),{conflictingClassGroups:a,conflictingClassGroupModifiers:l}=e;return{getClassGroupId:u=>{if(u.startsWith("[")&&u.endsWith("]"))return hM(u);const d=u.split(d1),f=d[0]===""&&d.length>1?1:0;return vh(d,f,t)},getConflictingClassGroupIds:(u,d)=>{if(d){const f=l[u],h=a[u];return f?h?uM(h,f):f:h||g4}return a[u]||g4}}},vh=(e,t,a)=>{if(e.length-t===0)return a.classGroupId;const i=e[t],o=a.nextPart.get(i);if(o){const h=vh(e,t+1,o);if(h)return h}const u=a.validators;if(u===null)return;const d=t===0?e.join(d1):e.slice(t).join(d1),f=u.length;for(let h=0;h<f;h++){const m=u[h];if(m.validator(d))return m.classGroupId}},hM=e=>e.slice(1,-1).indexOf(":")===-1?void 0:(()=>{const t=e.slice(1,-1),a=t.indexOf(":"),l=t.slice(0,a);return l?dM+l:void 0})(),pM=e=>{const{theme:t,classGroups:a}=e;return mM(a,t)},mM=(e,t)=>{const a=bh();for(const l in e){const i=e[l];Jx(i,a,l,t)}return a},Jx=(e,t,a,l)=>{const i=e.length;for(let o=0;o<i;o++){const u=e[o];gM(u,t,a,l)}},gM=(e,t,a,l)=>{if(typeof e=="string"){EM(e,t,a);return}if(typeof e=="function"){yM(e,t,a,l);return}bM(e,t,a,l)},EM=(e,t,a)=>{const l=e===""?t:Ch(t,e);l.classGroupId=a},yM=(e,t,a,l)=>{if(vM(e)){Jx(e(l),t,a,l);return}t.validators===null&&(t.validators=[]),t.validators.push(xM(a,e))},bM=(e,t,a,l)=>{const i=Object.entries(e),o=i.length;for(let u=0;u<o;u++){const[d,f]=i[u];Jx(f,Ch(t,d),a,l)}},Ch=(e,t)=>{let a=e;const l=t.split(d1),i=l.length;for(let o=0;o<i;o++){const u=l[o];let d=a.nextPart.get(u);d||(d=bh(),a.nextPart.set(u,d)),a=d}return a},vM=e=>"isThemeGetter"in e&&e.isThemeGetter===!0,CM=e=>{if(e<1)return{get:()=>{},set:()=>{}};let t=0,a=Object.create(null),l=Object.create(null);const i=(o,u)=>{a[o]=u,t++,t>e&&(t=0,l=a,a=Object.create(null))};return{get(o){let u=a[o];if(u!==void 0)return u;if((u=l[o])!==void 0)return i(o,u),u},set(o,u){o in a?a[o]=u:i(o,u)}}},qu="!",E4=":",kM=[],y4=(e,t,a,l,i)=>({modifiers:e,hasImportantModifier:t,baseClassName:a,maybePostfixModifierPosition:l,isExternal:i}),AM=e=>{const{prefix:t,experimentalParseClassName:a}=e;let l=i=>{const o=[];let u=0,d=0,f=0,h;const m=i.length;for(let C=0;C<m;C++){const k=i[C];if(u===0&&d===0){if(k===E4){o.push(i.slice(f,C)),f=C+1;continue}if(k==="/"){h=C;continue}}k==="["?u++:k==="]"?u--:k==="("?d++:k===")"&&d--}const p=o.length===0?i:i.slice(f);let y=p,b=!1;p.endsWith(qu)?(y=p.slice(0,-1),b=!0):p.startsWith(qu)&&(y=p.slice(1),b=!0);const v=h&&h>f?h-f:void 0;return y4(o,b,y,v)};if(t){const i=t+E4,o=l;l=u=>u.startsWith(i)?o(u.slice(i.length)):y4(kM,!1,u,void 0,!0)}if(a){const i=l;l=o=>a({className:o,parseClassName:i})}return l},BM=e=>{const t=new Map;return e.orderSensitiveModifiers.forEach((a,l)=>{t.set(a,1e6+l)}),a=>{const l=[];let i=[];for(let o=0;o<a.length;o++){const u=a[o],d=u[0]==="[",f=t.has(u);d||f?(i.length>0&&(i.sort(),l.push(...i),i=[]),l.push(u)):i.push(u)}return i.length>0&&(i.sort(),l.push(...i)),l}},wM=e=>({cache:CM(e.cacheSize),parseClassName:AM(e),sortModifiers:BM(e),postfixLookupClassGroupIds:DM(e),...fM(e)}),DM=e=>{const t=Object.create(null),a=e.postfixLookupClassGroups;if(a)for(let l=0;l<a.length;l++)t[a[l]]=!0;return t},FM=/\s+/,SM=(e,t)=>{const{parseClassName:a,getClassGroupId:l,getConflictingClassGroupIds:i,sortModifiers:o,postfixLookupClassGroupIds:u}=t,d=[],f=e.trim().split(FM);let h="";for(let m=f.length-1;m>=0;m-=1){const p=f[m],{isExternal:y,modifiers:b,hasImportantModifier:v,baseClassName:C,maybePostfixModifierPosition:k}=a(p);if(y){h=p+(h.length>0?" "+h:h);continue}let B=!!k,N;if(B){const j=C.substring(0,k);N=l(j);const O=N&&u[N]?l(C):void 0;O&&O!==N&&(N=O,B=!1)}else N=l(C);if(!N){if(!B){h=p+(h.length>0?" "+h:h);continue}if(N=l(C),!N){h=p+(h.length>0?" "+h:h);continue}B=!1}const F=b.length===0?"":b.length===1?b[0]:o(b).join(":"),S=v?F+qu:F,M=S+N;if(d.indexOf(M)>-1)continue;d.push(M);const D=i(N,B);for(let j=0;j<D.length;++j){const O=D[j];d.push(S+O)}h=p+(h.length>0?" "+h:h)}return h},MM=(...e)=>{let t=0,a,l,i="";for(;t<e.length;)(a=e[t++])&&(l=kh(a))&&(i&&(i+=" "),i+=l);return i},kh=e=>{if(typeof e=="string")return e;let t,a="";for(let l=0;l<e.length;l++)e[l]&&(t=kh(e[l]))&&(a&&(a+=" "),a+=t);return a},NM=(e,...t)=>{let a,l,i,o;const u=f=>{const h=t.reduce((m,p)=>p(m),e());return a=wM(h),l=a.cache.get,i=a.cache.set,o=d,d(f)},d=f=>{const h=l(f);if(h)return h;const m=SM(f,a);return i(f,m),m};return o=u,(...f)=>o(MM(...f))},jM=[],Mn=e=>{const t=a=>a[e]||jM;return t.isThemeGetter=!0,t},Ah=/^\[(?:(\w[\w-]*):)?(.+)\]$/i,Bh=/^\((?:(\w[\w-]*):)?(.+)\)$/i,_M=/^\d+(?:\.\d+)?\/\d+(?:\.\d+)?$/,TM=/^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/,zM=/\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$/,RM=/^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/,OM=/^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/,LM=/^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/,xr=e=>_M.test(e),ht=e=>!!e&&!Number.isNaN(Number(e)),ca=e=>!!e&&Number.isInteger(Number(e)),Q2=e=>e.endsWith("%")&&ht(e.slice(0,-1)),_a=e=>TM.test(e),wh=()=>!0,PM=e=>zM.test(e)&&!RM.test(e),ed=()=>!1,HM=e=>OM.test(e),GM=e=>LM.test(e),IM=e=>!ze(e)&&!Re(e),VM=e=>e.startsWith("@container")&&(e[10]==="/"&&e[11]!==void 0||e[11]==="s"&&e[16]!==void 0&&e.startsWith("-size/",10)||e[11]==="n"&&e[18]!==void 0&&e.startsWith("-normal/",10)),UM=e=>yr(e,Sh,ed),ze=e=>Ah.test(e),Hr=e=>yr(e,Mh,PM),b4=e=>yr(e,XM,ht),$M=e=>yr(e,jh,wh),ZM=e=>yr(e,Nh,ed),v4=e=>yr(e,Dh,ed),qM=e=>yr(e,Fh,GM),Zo=e=>yr(e,_h,HM),Re=e=>Bh.test(e),Ui=e=>el(e,Mh),QM=e=>el(e,Nh),C4=e=>el(e,Dh),KM=e=>el(e,Sh),YM=e=>el(e,Fh),qo=e=>el(e,_h,!0),WM=e=>el(e,jh,!0),yr=(e,t,a)=>{const l=Ah.exec(e);return l?l[1]?t(l[1]):a(l[2]):!1},el=(e,t,a=!1)=>{const l=Bh.exec(e);return l?l[1]?t(l[1]):a:!1},Dh=e=>e==="position"||e==="percentage",Fh=e=>e==="image"||e==="url",Sh=e=>e==="length"||e==="size"||e==="bg-size",Mh=e=>e==="length",XM=e=>e==="number",Nh=e=>e==="family-name",jh=e=>e==="number"||e==="weight",_h=e=>e==="shadow",JM=()=>{const e=Mn("color"),t=Mn("font"),a=Mn("text"),l=Mn("font-weight"),i=Mn("tracking"),o=Mn("leading"),u=Mn("breakpoint"),d=Mn("container"),f=Mn("spacing"),h=Mn("radius"),m=Mn("shadow"),p=Mn("inset-shadow"),y=Mn("text-shadow"),b=Mn("drop-shadow"),v=Mn("blur"),C=Mn("perspective"),k=Mn("aspect"),B=Mn("ease"),N=Mn("animate"),F=()=>["auto","avoid","all","avoid-page","page","left","right","column"],S=()=>["center","top","bottom","left","right","top-left","left-top","top-right","right-top","bottom-right","right-bottom","bottom-left","left-bottom"],M=()=>[...S(),Re,ze],D=()=>["auto","hidden","clip","visible","scroll"],j=()=>["auto","contain","none"],O=()=>[Re,ze,f],P=()=>[xr,"full","auto",...O()],T=()=>[ca,"none","subgrid",Re,ze],G=()=>["auto",{span:["full",ca,Re,ze]},ca,Re,ze],Z=()=>[ca,"auto",Re,ze],ne=()=>["auto","min","max","fr",Re,ze],W=()=>["start","end","center","between","around","evenly","stretch","baseline","center-safe","end-safe"],Q=()=>["start","end","center","stretch","center-safe","end-safe"],I=()=>["auto",...O()],U=()=>[xr,"auto","full","dvw","dvh","lvw","lvh","svw","svh","min","max","fit",...O()],te=()=>[xr,"screen","full","dvw","lvw","svw","min","max","fit",...O()],oe=()=>[xr,"screen","full","lh","dvh","lvh","svh","min","max","fit",...O()],_=()=>[e,Re,ze],L=()=>[...S(),C4,v4,{position:[Re,ze]}],K=()=>["no-repeat",{repeat:["","x","y","space","round"]}],R=()=>["auto","cover","contain",KM,UM,{size:[Re,ze]}],X=()=>[Q2,Ui,Hr],ye=()=>["","none","full",h,Re,ze],ue=()=>["",ht,Ui,Hr],Be=()=>["solid","dashed","dotted","double"],Ie=()=>["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity"],De=()=>[ht,Q2,C4,v4],We=()=>["","none",v,Re,ze],Je=()=>["none",ht,Re,ze],xt=()=>["none",ht,Re,ze],Dt=()=>[ht,Re,ze],me=()=>[xr,"full",...O()];return{cacheSize:500,theme:{animate:["spin","ping","pulse","bounce"],aspect:["video"],blur:[_a],breakpoint:[_a],color:[wh],container:[_a],"drop-shadow":[_a],ease:["in","out","in-out"],font:[IM],"font-weight":["thin","extralight","light","normal","medium","semibold","bold","extrabold","black"],"inset-shadow":[_a],leading:["none","tight","snug","normal","relaxed","loose"],perspective:["dramatic","near","normal","midrange","distant","none"],radius:[_a],shadow:[_a],spacing:["px",ht],text:[_a],"text-shadow":[_a],tracking:["tighter","tight","normal","wide","wider","widest"]},classGroups:{aspect:[{aspect:["auto","square",xr,ze,Re,k]}],container:["container"],"container-type":[{"@container":["","normal","size",Re,ze]}],"container-named":[VM],columns:[{columns:[ht,ze,Re,d]}],"break-after":[{"break-after":F()}],"break-before":[{"break-before":F()}],"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:M()}],overflow:[{overflow:D()}],"overflow-x":[{"overflow-x":D()}],"overflow-y":[{"overflow-y":D()}],overscroll:[{overscroll:j()}],"overscroll-x":[{"overscroll-x":j()}],"overscroll-y":[{"overscroll-y":j()}],position:["static","fixed","absolute","relative","sticky"],inset:[{inset:P()}],"inset-x":[{"inset-x":P()}],"inset-y":[{"inset-y":P()}],start:[{"inset-s":P(),start:P()}],end:[{"inset-e":P(),end:P()}],"inset-bs":[{"inset-bs":P()}],"inset-be":[{"inset-be":P()}],top:[{top:P()}],right:[{right:P()}],bottom:[{bottom:P()}],left:[{left:P()}],visibility:["visible","invisible","collapse"],z:[{z:[ca,"auto",Re,ze]}],basis:[{basis:[xr,"full","auto",d,...O()]}],"flex-direction":[{flex:["row","row-reverse","col","col-reverse"]}],"flex-wrap":[{flex:["nowrap","wrap","wrap-reverse"]}],flex:[{flex:[ht,xr,"auto","initial","none",ze]}],grow:[{grow:["",ht,Re,ze]}],shrink:[{shrink:["",ht,Re,ze]}],order:[{order:[ca,"first","last","none",Re,ze]}],"grid-cols":[{"grid-cols":T()}],"col-start-end":[{col:G()}],"col-start":[{"col-start":Z()}],"col-end":[{"col-end":Z()}],"grid-rows":[{"grid-rows":T()}],"row-start-end":[{row:G()}],"row-start":[{"row-start":Z()}],"row-end":[{"row-end":Z()}],"grid-flow":[{"grid-flow":["row","col","dense","row-dense","col-dense"]}],"auto-cols":[{"auto-cols":ne()}],"auto-rows":[{"auto-rows":ne()}],gap:[{gap:O()}],"gap-x":[{"gap-x":O()}],"gap-y":[{"gap-y":O()}],"justify-content":[{justify:[...W(),"normal"]}],"justify-items":[{"justify-items":[...Q(),"normal"]}],"justify-self":[{"justify-self":["auto",...Q()]}],"align-content":[{content:["normal",...W()]}],"align-items":[{items:[...Q(),{baseline:["","last"]}]}],"align-self":[{self:["auto",...Q(),{baseline:["","last"]}]}],"place-content":[{"place-content":W()}],"place-items":[{"place-items":[...Q(),"baseline"]}],"place-self":[{"place-self":["auto",...Q()]}],p:[{p:O()}],px:[{px:O()}],py:[{py:O()}],ps:[{ps:O()}],pe:[{pe:O()}],pbs:[{pbs:O()}],pbe:[{pbe:O()}],pt:[{pt:O()}],pr:[{pr:O()}],pb:[{pb:O()}],pl:[{pl:O()}],m:[{m:I()}],mx:[{mx:I()}],my:[{my:I()}],ms:[{ms:I()}],me:[{me:I()}],mbs:[{mbs:I()}],mbe:[{mbe:I()}],mt:[{mt:I()}],mr:[{mr:I()}],mb:[{mb:I()}],ml:[{ml:I()}],"space-x":[{"space-x":O()}],"space-x-reverse":["space-x-reverse"],"space-y":[{"space-y":O()}],"space-y-reverse":["space-y-reverse"],size:[{size:U()}],"inline-size":[{inline:["auto",...te()]}],"min-inline-size":[{"min-inline":["auto",...te()]}],"max-inline-size":[{"max-inline":["none",...te()]}],"block-size":[{block:["auto",...oe()]}],"min-block-size":[{"min-block":["auto",...oe()]}],"max-block-size":[{"max-block":["none",...oe()]}],w:[{w:[d,"screen",...U()]}],"min-w":[{"min-w":[d,"screen","none",...U()]}],"max-w":[{"max-w":[d,"screen","none","prose",{screen:[u]},...U()]}],h:[{h:["screen","lh",...U()]}],"min-h":[{"min-h":["screen","lh","none",...U()]}],"max-h":[{"max-h":["screen","lh",...U()]}],"font-size":[{text:["base",a,Ui,Hr]}],"font-smoothing":["antialiased","subpixel-antialiased"],"font-style":["italic","not-italic"],"font-weight":[{font:[l,WM,$M]}],"font-stretch":[{"font-stretch":["ultra-condensed","extra-condensed","condensed","semi-condensed","normal","semi-expanded","expanded","extra-expanded","ultra-expanded",Q2,ze]}],"font-family":[{font:[QM,ZM,t]}],"font-features":[{"font-features":[ze]}],"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,Re,ze]}],"line-clamp":[{"line-clamp":[ht,"none",Re,b4]}],leading:[{leading:[o,...O()]}],"list-image":[{"list-image":["none",Re,ze]}],"list-style-position":[{list:["inside","outside"]}],"list-style-type":[{list:["disc","decimal","none",Re,ze]}],"text-alignment":[{text:["left","center","right","justify","start","end"]}],"placeholder-color":[{placeholder:_()}],"text-color":[{text:_()}],"text-decoration":["underline","overline","line-through","no-underline"],"text-decoration-style":[{decoration:[...Be(),"wavy"]}],"text-decoration-thickness":[{decoration:[ht,"from-font","auto",Re,Hr]}],"text-decoration-color":[{decoration:_()}],"underline-offset":[{"underline-offset":[ht,"auto",Re,ze]}],"text-transform":["uppercase","lowercase","capitalize","normal-case"],"text-overflow":["truncate","text-ellipsis","text-clip"],"text-wrap":[{text:["wrap","nowrap","balance","pretty"]}],indent:[{indent:O()}],"tab-size":[{tab:[ca,Re,ze]}],"vertical-align":[{align:["baseline","top","middle","bottom","text-top","text-bottom","sub","super",Re,ze]}],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",Re,ze]}],"bg-attachment":[{bg:["fixed","local","scroll"]}],"bg-clip":[{"bg-clip":["border","padding","content","text"]}],"bg-origin":[{"bg-origin":["border","padding","content"]}],"bg-position":[{bg:L()}],"bg-repeat":[{bg:K()}],"bg-size":[{bg:R()}],"bg-image":[{bg:["none",{linear:[{to:["t","tr","r","br","b","bl","l","tl"]},ca,Re,ze],radial:["",Re,ze],conic:[ca,Re,ze]},YM,qM]}],"bg-color":[{bg:_()}],"gradient-from-pos":[{from:X()}],"gradient-via-pos":[{via:X()}],"gradient-to-pos":[{to:X()}],"gradient-from":[{from:_()}],"gradient-via":[{via:_()}],"gradient-to":[{to:_()}],rounded:[{rounded:ye()}],"rounded-s":[{"rounded-s":ye()}],"rounded-e":[{"rounded-e":ye()}],"rounded-t":[{"rounded-t":ye()}],"rounded-r":[{"rounded-r":ye()}],"rounded-b":[{"rounded-b":ye()}],"rounded-l":[{"rounded-l":ye()}],"rounded-ss":[{"rounded-ss":ye()}],"rounded-se":[{"rounded-se":ye()}],"rounded-ee":[{"rounded-ee":ye()}],"rounded-es":[{"rounded-es":ye()}],"rounded-tl":[{"rounded-tl":ye()}],"rounded-tr":[{"rounded-tr":ye()}],"rounded-br":[{"rounded-br":ye()}],"rounded-bl":[{"rounded-bl":ye()}],"border-w":[{border:ue()}],"border-w-x":[{"border-x":ue()}],"border-w-y":[{"border-y":ue()}],"border-w-s":[{"border-s":ue()}],"border-w-e":[{"border-e":ue()}],"border-w-bs":[{"border-bs":ue()}],"border-w-be":[{"border-be":ue()}],"border-w-t":[{"border-t":ue()}],"border-w-r":[{"border-r":ue()}],"border-w-b":[{"border-b":ue()}],"border-w-l":[{"border-l":ue()}],"divide-x":[{"divide-x":ue()}],"divide-x-reverse":["divide-x-reverse"],"divide-y":[{"divide-y":ue()}],"divide-y-reverse":["divide-y-reverse"],"border-style":[{border:[...Be(),"hidden","none"]}],"divide-style":[{divide:[...Be(),"hidden","none"]}],"border-color":[{border:_()}],"border-color-x":[{"border-x":_()}],"border-color-y":[{"border-y":_()}],"border-color-s":[{"border-s":_()}],"border-color-e":[{"border-e":_()}],"border-color-bs":[{"border-bs":_()}],"border-color-be":[{"border-be":_()}],"border-color-t":[{"border-t":_()}],"border-color-r":[{"border-r":_()}],"border-color-b":[{"border-b":_()}],"border-color-l":[{"border-l":_()}],"divide-color":[{divide:_()}],"outline-style":[{outline:[...Be(),"none","hidden"]}],"outline-offset":[{"outline-offset":[ht,Re,ze]}],"outline-w":[{outline:["",ht,Ui,Hr]}],"outline-color":[{outline:_()}],shadow:[{shadow:["","none",m,qo,Zo]}],"shadow-color":[{shadow:_()}],"inset-shadow":[{"inset-shadow":["none",p,qo,Zo]}],"inset-shadow-color":[{"inset-shadow":_()}],"ring-w":[{ring:ue()}],"ring-w-inset":["ring-inset"],"ring-color":[{ring:_()}],"ring-offset-w":[{"ring-offset":[ht,Hr]}],"ring-offset-color":[{"ring-offset":_()}],"inset-ring-w":[{"inset-ring":ue()}],"inset-ring-color":[{"inset-ring":_()}],"text-shadow":[{"text-shadow":["none",y,qo,Zo]}],"text-shadow-color":[{"text-shadow":_()}],opacity:[{opacity:[ht,Re,ze]}],"mix-blend":[{"mix-blend":[...Ie(),"plus-darker","plus-lighter"]}],"bg-blend":[{"bg-blend":Ie()}],"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":[ht]}],"mask-image-linear-from-pos":[{"mask-linear-from":De()}],"mask-image-linear-to-pos":[{"mask-linear-to":De()}],"mask-image-linear-from-color":[{"mask-linear-from":_()}],"mask-image-linear-to-color":[{"mask-linear-to":_()}],"mask-image-t-from-pos":[{"mask-t-from":De()}],"mask-image-t-to-pos":[{"mask-t-to":De()}],"mask-image-t-from-color":[{"mask-t-from":_()}],"mask-image-t-to-color":[{"mask-t-to":_()}],"mask-image-r-from-pos":[{"mask-r-from":De()}],"mask-image-r-to-pos":[{"mask-r-to":De()}],"mask-image-r-from-color":[{"mask-r-from":_()}],"mask-image-r-to-color":[{"mask-r-to":_()}],"mask-image-b-from-pos":[{"mask-b-from":De()}],"mask-image-b-to-pos":[{"mask-b-to":De()}],"mask-image-b-from-color":[{"mask-b-from":_()}],"mask-image-b-to-color":[{"mask-b-to":_()}],"mask-image-l-from-pos":[{"mask-l-from":De()}],"mask-image-l-to-pos":[{"mask-l-to":De()}],"mask-image-l-from-color":[{"mask-l-from":_()}],"mask-image-l-to-color":[{"mask-l-to":_()}],"mask-image-x-from-pos":[{"mask-x-from":De()}],"mask-image-x-to-pos":[{"mask-x-to":De()}],"mask-image-x-from-color":[{"mask-x-from":_()}],"mask-image-x-to-color":[{"mask-x-to":_()}],"mask-image-y-from-pos":[{"mask-y-from":De()}],"mask-image-y-to-pos":[{"mask-y-to":De()}],"mask-image-y-from-color":[{"mask-y-from":_()}],"mask-image-y-to-color":[{"mask-y-to":_()}],"mask-image-radial":[{"mask-radial":[Re,ze]}],"mask-image-radial-from-pos":[{"mask-radial-from":De()}],"mask-image-radial-to-pos":[{"mask-radial-to":De()}],"mask-image-radial-from-color":[{"mask-radial-from":_()}],"mask-image-radial-to-color":[{"mask-radial-to":_()}],"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":S()}],"mask-image-conic-pos":[{"mask-conic":[ht]}],"mask-image-conic-from-pos":[{"mask-conic-from":De()}],"mask-image-conic-to-pos":[{"mask-conic-to":De()}],"mask-image-conic-from-color":[{"mask-conic-from":_()}],"mask-image-conic-to-color":[{"mask-conic-to":_()}],"mask-mode":[{mask:["alpha","luminance","match"]}],"mask-origin":[{"mask-origin":["border","padding","content","fill","stroke","view"]}],"mask-position":[{mask:L()}],"mask-repeat":[{mask:K()}],"mask-size":[{mask:R()}],"mask-type":[{"mask-type":["alpha","luminance"]}],"mask-image":[{mask:["none",Re,ze]}],filter:[{filter:["","none",Re,ze]}],blur:[{blur:We()}],brightness:[{brightness:[ht,Re,ze]}],contrast:[{contrast:[ht,Re,ze]}],"drop-shadow":[{"drop-shadow":["","none",b,qo,Zo]}],"drop-shadow-color":[{"drop-shadow":_()}],grayscale:[{grayscale:["",ht,Re,ze]}],"hue-rotate":[{"hue-rotate":[ht,Re,ze]}],invert:[{invert:["",ht,Re,ze]}],saturate:[{saturate:[ht,Re,ze]}],sepia:[{sepia:["",ht,Re,ze]}],"backdrop-filter":[{"backdrop-filter":["","none",Re,ze]}],"backdrop-blur":[{"backdrop-blur":We()}],"backdrop-brightness":[{"backdrop-brightness":[ht,Re,ze]}],"backdrop-contrast":[{"backdrop-contrast":[ht,Re,ze]}],"backdrop-grayscale":[{"backdrop-grayscale":["",ht,Re,ze]}],"backdrop-hue-rotate":[{"backdrop-hue-rotate":[ht,Re,ze]}],"backdrop-invert":[{"backdrop-invert":["",ht,Re,ze]}],"backdrop-opacity":[{"backdrop-opacity":[ht,Re,ze]}],"backdrop-saturate":[{"backdrop-saturate":[ht,Re,ze]}],"backdrop-sepia":[{"backdrop-sepia":["",ht,Re,ze]}],"border-collapse":[{border:["collapse","separate"]}],"border-spacing":[{"border-spacing":O()}],"border-spacing-x":[{"border-spacing-x":O()}],"border-spacing-y":[{"border-spacing-y":O()}],"table-layout":[{table:["auto","fixed"]}],caption:[{caption:["top","bottom"]}],transition:[{transition:["","all","colors","opacity","shadow","transform","none",Re,ze]}],"transition-behavior":[{transition:["normal","discrete"]}],duration:[{duration:[ht,"initial",Re,ze]}],ease:[{ease:["linear","initial",B,Re,ze]}],delay:[{delay:[ht,Re,ze]}],animate:[{animate:["none",N,Re,ze]}],backface:[{backface:["hidden","visible"]}],perspective:[{perspective:[C,Re,ze]}],"perspective-origin":[{"perspective-origin":M()}],rotate:[{rotate:Je()}],"rotate-x":[{"rotate-x":Je()}],"rotate-y":[{"rotate-y":Je()}],"rotate-z":[{"rotate-z":Je()}],scale:[{scale:xt()}],"scale-x":[{"scale-x":xt()}],"scale-y":[{"scale-y":xt()}],"scale-z":[{"scale-z":xt()}],"scale-3d":["scale-3d"],skew:[{skew:Dt()}],"skew-x":[{"skew-x":Dt()}],"skew-y":[{"skew-y":Dt()}],transform:[{transform:[Re,ze,"","none","gpu","cpu"]}],"transform-origin":[{origin:M()}],"transform-style":[{transform:["3d","flat"]}],translate:[{translate:me()}],"translate-x":[{"translate-x":me()}],"translate-y":[{"translate-y":me()}],"translate-z":[{"translate-z":me()}],"translate-none":["translate-none"],zoom:[{zoom:[ca,Re,ze]}],accent:[{accent:_()}],appearance:[{appearance:["none","auto"]}],"caret-color":[{caret:_()}],"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",Re,ze]}],"field-sizing":[{"field-sizing":["fixed","content"]}],"pointer-events":[{"pointer-events":["auto","none"]}],resize:[{resize:["none","","y","x"]}],"scroll-behavior":[{scroll:["auto","smooth"]}],"scrollbar-thumb-color":[{"scrollbar-thumb":_()}],"scrollbar-track-color":[{"scrollbar-track":_()}],"scrollbar-gutter":[{"scrollbar-gutter":["auto","stable","both"]}],"scrollbar-w":[{scrollbar:["auto","thin","none"]}],"scroll-m":[{"scroll-m":O()}],"scroll-mx":[{"scroll-mx":O()}],"scroll-my":[{"scroll-my":O()}],"scroll-ms":[{"scroll-ms":O()}],"scroll-me":[{"scroll-me":O()}],"scroll-mbs":[{"scroll-mbs":O()}],"scroll-mbe":[{"scroll-mbe":O()}],"scroll-mt":[{"scroll-mt":O()}],"scroll-mr":[{"scroll-mr":O()}],"scroll-mb":[{"scroll-mb":O()}],"scroll-ml":[{"scroll-ml":O()}],"scroll-p":[{"scroll-p":O()}],"scroll-px":[{"scroll-px":O()}],"scroll-py":[{"scroll-py":O()}],"scroll-ps":[{"scroll-ps":O()}],"scroll-pe":[{"scroll-pe":O()}],"scroll-pbs":[{"scroll-pbs":O()}],"scroll-pbe":[{"scroll-pbe":O()}],"scroll-pt":[{"scroll-pt":O()}],"scroll-pr":[{"scroll-pr":O()}],"scroll-pb":[{"scroll-pb":O()}],"scroll-pl":[{"scroll-pl":O()}],"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",Re,ze]}],fill:[{fill:["none",..._()]}],"stroke-w":[{stroke:[ht,Ui,Hr,b4]}],stroke:[{stroke:["none",..._()]}],"forced-color-adjust":[{"forced-color-adjust":["auto","none"]}]},conflictingClassGroups:{"container-named":["container-type"],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"]},postfixLookupClassGroups:["container-type"],orderSensitiveModifiers:["*","**","after","backdrop","before","details-content","file","first-letter","first-line","marker","placeholder","selection"]}},eN=NM(JM);function fe(...e){return eN(cM(e))}function tN({quarantine:e,className:t}){const a=oM(),[l,i]=A.useState(!1),[o,u]=A.useState(null);if(!e)return null;const d=async()=>{if(!l){i(!0),u(null);try{await a(e)}catch(f){u(f instanceof Error?f.message:String(f))}finally{i(!1)}}};return c.jsx("section",{"aria-label":"Conductor UI safety hold",role:"alert",className:fe("shrink-0 border-b border-del/40 bg-del/10 px-3 py-2.5 text-xs",t),children:c.jsxs("div",{className:"flex items-start gap-2",children:[c.jsx(Jr,{size:16,className:"mt-0.5 shrink-0 text-del"}),c.jsxs("div",{className:"min-w-0 flex-1",children:[c.jsx("div",{className:"font-semibold text-del",children:"Remote controls are paused"}),c.jsx("p",{className:"mt-1 text-text",children:"Chats already running can continue. New remote actions are on hold."}),c.jsx("p",{className:"mt-0.5 text-text",children:e.reason}),c.jsx("p",{className:"mt-1 text-muted",children:"Inspect Conductor on your Mac. Continue only when its window is stable and no UI action is still in flight."}),c.jsxs("details",{className:"mt-1 text-[11px] text-faint",children:[c.jsx("summary",{className:"w-fit cursor-pointer py-1",children:"Technical details"}),c.jsxs("div",{className:"flex min-w-0 flex-wrap gap-x-2 text-[10px]",children:[c.jsx("span",{children:new Date(e.createdAt).toLocaleString()}),e.actionId?c.jsxs("span",{className:"max-w-full truncate",children:["Action · ",e.actionId]}):null,e.effectId?c.jsxs("span",{className:"max-w-full truncate",children:["Effect · ",e.effectId]}):null]})]}),c.jsxs("button",{type:"button",disabled:l,onClick:()=>{d()},className:"mt-2 flex min-h-9 items-center gap-1.5 rounded-lg bg-del px-3 py-1.5 font-semibold text-white disabled:opacity-50",children:[l?c.jsx(fn,{size:13,className:"animate-spin"}):c.jsx(Z9,{size:13}),"I checked — Conductor is stable"]}),o?c.jsx("p",{className:"mt-1.5 text-del",role:"alert",children:o}):null]})]})})}function nN({warning:e}){return e?c.jsx("section",{"aria-label":"Workflow unavailable",role:"alert",className:"shrink-0 border-b border-del/40 bg-del/10 px-3 py-2.5 text-xs",children:c.jsxs("div",{className:"flex items-start gap-2",children:[c.jsx(Jr,{size:16,className:"mt-0.5 shrink-0 text-del"}),c.jsxs("div",{className:"min-w-0",children:[c.jsx("div",{className:"font-semibold text-del",children:"Workflow is unavailable"}),c.jsx("p",{className:"mt-0.5 text-text",children:e})]})]})}):null}const aN="modulepreload",rN=function(e){return"/"+e},k4={},td=function(t,a,l){let i=Promise.resolve();if(a&&a.length>0){let f=function(h){return Promise.all(h.map(m=>Promise.resolve(m).then(p=>({status:"fulfilled",value:p}),p=>({status:"rejected",reason:p}))))};document.getElementsByTagName("link");const u=document.querySelector("meta[property=csp-nonce]"),d=u?.nonce||u?.getAttribute("nonce");i=f(a.map(h=>{if(h=rN(h),h in k4)return;k4[h]=!0;const m=h.endsWith(".css"),p=m?'[rel="stylesheet"]':"";if(document.querySelector(`link[href="${h}"]${p}`))return;const y=document.createElement("link");if(y.rel=m?"stylesheet":aN,m||(y.as="script"),y.crossOrigin="",y.href=h,d&&y.setAttribute("nonce",d),document.head.appendChild(y),m)return new Promise((b,v)=>{y.addEventListener("load",b),y.addEventListener("error",()=>v(new Error(`Unable to preload CSS for ${h}`)))})}))}function o(u){const d=new Event("vite:preloadError",{cancelable:!0});if(d.payload=u,window.dispatchEvent(d),!d.defaultPrevented)throw u}return i.then(u=>{for(const d of u||[])d.status==="rejected"&&o(d.reason);return t().catch(o)})};function lN(e={}){const{immediate:t=!1,onNeedReload:a,onNeedRefresh:l,onOfflineReady:i,onRegistered:o,onRegisteredSW:u,onRegisterError:d}=e;let f,h,m;const p=async(b=!0)=>{await h,m?.()};async function y(){if("serviceWorker"in navigator){if(f=await td(async()=>{const{Workbox:b}=await import("./workbox-window.prod.es5-BBnX5xw4.js");return{Workbox:b}},[]).then(({Workbox:b})=>new b("/sw.js",{scope:"/",type:"classic"})).catch(b=>{d?.(b)}),!f)return;m=()=>{f?.messageSkipWaiting()};{let b=!1;const v=()=>{b=!0,f?.addEventListener("controlling",C=>{C.isUpdate&&(a?a():window.location.reload())}),l?.()};f.addEventListener("installed",C=>{typeof C.isUpdate>"u"?typeof C.isExternal<"u"&&C.isExternal?v():!b&&i?.():C.isUpdate||i?.()}),f.addEventListener("waiting",v)}f.register({immediate:t}).then(b=>{u?u("/sw.js",b):o?.(b)}).catch(b=>{d?.(b)})}}return h=y(),p}function iN(e={}){const{immediate:t=!0,onNeedReload:a,onNeedRefresh:l,onOfflineReady:i,onRegistered:o,onRegisteredSW:u,onRegisterError:d}=e,[f,h]=A.useState(!1),[m,p]=A.useState(!1),[y]=A.useState(()=>lN({immediate:t,onNeedReload:a,onOfflineReady(){p(!0),i?.()},onNeedRefresh(){h(!0),l?.()},onRegistered:o,onRegisteredSW:u,onRegisterError:d}));return{needRefresh:[f,h],offlineReady:[m,p],updateServiceWorker:y}}const A4=6e4,sN=1e4,K2="pwa-update-attempted-at",oN=2500,cN=30*6e4,$i="pwa-update-snoozed-until";async function uN(){try{if("serviceWorker"in navigator){const t=await navigator.serviceWorker.getRegistrations();await Promise.all(t.map(a=>a.unregister()))}if("caches"in window){const t=await caches.keys();await Promise.all(t.map(a=>caches.delete(a)))}}catch{}const e=location.search?"&":"?";location.replace(`${location.pathname}${location.search}${e}_v=${Date.now()}`)}function xN(){const e=Ee(p=>p.token),t=A.useRef(null),a=A.useRef(!1),{needRefresh:[l,i],updateServiceWorker:o}=iN({onRegisteredSW(p,y){y&&(t.current=y,setInterval(()=>{y.update().catch(()=>{})},A4))}}),{data:u}=Wt({queryKey:["state"],queryFn:()=>we.state(),enabled:!!e,refetchInterval:!1}),d=u?.version,f=A.useRef(null);if(A.useEffect(()=>{!d||d==="1.131.4"||f.current===d||(f.current=d,t.current?.update().catch(()=>{}))},[d]),A.useEffect(()=>{if(!l)return;const p=Number(sessionStorage.getItem(K2));if(sessionStorage.removeItem(K2),p&&Date.now()-p<sN){i(!1);return}const y=Number(sessionStorage.getItem($i));y&&Date.now()<y&&i(!1)},[l,i]),A.useEffect(()=>{if(l)return;const p=()=>{const b=Number(sessionStorage.getItem($i));!b||Date.now()<b||t.current?.waiting&&(sessionStorage.removeItem($i),i(!0))},y=window.setInterval(p,A4);return document.addEventListener("visibilitychange",p),()=>{window.clearInterval(y),document.removeEventListener("visibilitychange",p)}},[l,i]),!l)return null;const h=()=>{sessionStorage.setItem($i,String(Date.now()+cN)),i(!1)},m=()=>{sessionStorage.removeItem($i),sessionStorage.setItem(K2,String(Date.now()));const p=()=>{a.current||(a.current=!0,window.location.reload())},y=t.current?.waiting;y?(navigator.serviceWorker?.addEventListener("controllerchange",p,{once:!0}),y.addEventListener("statechange",()=>{y.state==="activated"&&p()}),y.postMessage({type:"SKIP_WAITING"})):o(!0),window.setTimeout(()=>{a.current||(a.current=!0,uN())},oN)};return c.jsxs("div",{className:"pb-safe fade-in fixed inset-x-0 bottom-0 z-40 mx-auto flex max-w-sm items-center gap-3 rounded-t-2xl border border-border-soft bg-surface px-4 py-3 shadow-xl",children:[c.jsx($l,{size:15,className:"shrink-0 text-accent"}),c.jsx("span",{className:"flex-1 text-sm",children:"New version ready"}),c.jsx("button",{type:"button",onClick:h,className:"rounded-lg px-2 py-1 text-xs text-muted active:bg-surface-2",children:"Later"}),c.jsx("button",{type:"button",onClick:m,className:"rounded-lg bg-accent px-3 py-1 text-xs font-semibold text-on-solid transition active:scale-95",children:"Update"})]})}function dN(){return/iP(hone|ad|od)/.test(navigator.userAgent)||navigator.platform==="MacIntel"&&navigator.maxTouchPoints>1}function Th(){return window.matchMedia("(display-mode: standalone)").matches||navigator.standalone===!0}function zh(){return window.isSecureContext?"serviceWorker"in navigator?!("PushManager"in window)||!("Notification"in window)?dN()&&!Th()?"needs-install":"unsupported":"ok":"unsupported":"insecure"}function Rh(){const e=navigator.userAgent,t=/iPhone/.test(e)?"iPhone":/iPad/.test(e)||navigator.platform==="MacIntel"&&navigator.maxTouchPoints>1?"iPad":/Android/.test(e)?"Android":/Mac OS X/.test(e)?"Mac":/Windows/.test(e)?"Windows":"Browser";return Th()?t:`${t} (browser)`}function fN(e){const t=e+"=".repeat((4-e.length%4)%4),a=atob(t.replace(/-/g,"+").replace(/_/g,"/")),l=new Uint8Array(a.length);for(let i=0;i<a.length;i++)l[i]=a.charCodeAt(i);return l}function hN(e){let t="";for(const a of new Uint8Array(e))t+=String.fromCharCode(a);return btoa(t).replace(/\+/g,"-").replace(/\//g,"_").replace(/=+$/,"")}async function nd(){if(!("serviceWorker"in navigator))return null;const e=await navigator.serviceWorker.getRegistration();return e||Promise.race([navigator.serviceWorker.ready,new Promise(t=>setTimeout(()=>t(null),5e3))])}async function pN(e){const t=await nd();if(typeof t?.getNotifications=="function")try{for(const a of await t.getNotifications({tag:e}))a.close()}catch{}}async function Oh(){return await(await nd())?.pushManager.getSubscription()??null}function mN(e,t){const a=e.options.applicationServerKey;return!!a&&hN(a)===t}async function Lh(e){const t=await nd();if(!t)throw new Error("the app’s service worker isn’t running yet — reload and try again");return t.pushManager.subscribe({userVisibleOnly:!0,applicationServerKey:fN(e)})}function Ph(e){const t=e.toJSON(),a=t.keys??{};if(!t.endpoint||!a.p256dh||!a.auth)throw new Error("the browser returned an incomplete subscription");return{endpoint:t.endpoint,keys:{p256dh:a.p256dh,auth:a.auth}}}async function gN(e){let t=await Oh();if(t&&!mN(t,e)&&(await t.unsubscribe().catch(()=>{}),t=Notification.permission==="granted"?await Lh(e):null),!t)return null;const a=await we.pushSubscribe(Ph(t),Rh());return{id:a.id??null,devices:a.devices.length}}function Hh(e){return Wt({queryKey:["push"],queryFn:()=>we.push(),enabled:e,staleTime:3e4})}function EN(){const[e]=A.useState(zh),t=Ee(i=>i.setPush),{data:a}=Hh(e==="ok"),l=a?.publicKey;A.useEffect(()=>{if(e!=="ok"||!l)return;let i=!0;return gN(l).then(o=>{i&&t({deviceId:o?.id??null,devices:o?.devices??0})}).catch(()=>{}),()=>{i=!1}},[e,l,t])}function yN(){const[e]=A.useState(zh),[t,a]=A.useState(()=>"Notification"in window?Notification.permission:"unsupported"),[l,i]=A.useState(!1),[o,u]=A.useState(null),{deviceId:d,devices:f}=Ee(C=>C.push),h=Ee(C=>C.setPush),m=Hh(e==="ok"),p=m.data?.publicKey,y=A.useCallback(async()=>{i(!0),u(null);try{const C=await Notification.requestPermission();if(a(C),C!=="granted"){u(C==="denied"?"Notifications are blocked for this app — allow them in your device settings, then try again.":"Notification permission wasn’t granted.");return}const k=p??(await we.push()).publicKey,B=await Lh(k),N=await we.pushSubscribe(Ph(B),Rh());h({deviceId:N.id??null,devices:N.devices.length})}catch(C){u(C instanceof Error?C.message:String(C))}finally{i(!1)}},[p,h]),b=A.useCallback(async()=>{i(!0),u(null);try{const C=await Oh();let k=0;C&&(k=(await we.pushUnsubscribe(C.endpoint).catch(()=>null))?.devices.length??0,await C.unsubscribe()),h({deviceId:null,devices:k})}catch(C){u(C instanceof Error?C.message:String(C))}finally{i(!1)}},[h]),v=A.useCallback(async()=>{if(d){i(!0),u(null);try{const C=await we.pushTest(d);C.ok||u(C.error??"The push service rejected it.")}catch(C){u(C instanceof Error?C.message:String(C))}finally{i(!1)}}},[d]);return{support:e,permission:t,enabled:!!d,relayDisabled:m.data?.enabled===!1,busy:l,error:o,devices:f,enable:y,disable:b,test:v}}const bN="push-route",B4="/__push-route",vN=12e4;async function w4(){if(!("caches"in window))return null;try{const e=await caches.open(bN),t=await e.match(B4);if(!t)return null;await e.delete(B4);const{url:a,ts:l}=await t.json();return typeof a!="string"||!a.startsWith("/")||typeof l!="number"||Date.now()-l>vN?null:a}catch{return null}}function CN(){const e=Xr();A.useEffect(()=>{let t=!0;const a=()=>{w4().then(o=>{t&&o&&e(o)})},l=o=>{const u=o.data;u?.type==="push-navigate"&&typeof u.url=="string"&&u.url.startsWith("/")&&(w4(),e(u.url))},i=()=>{document.visibilityState==="visible"&&a()};return"serviceWorker"in navigator&&navigator.serviceWorker.addEventListener("message",l),document.addEventListener("visibilitychange",i),a(),()=>{t=!1,"serviceWorker"in navigator&&navigator.serviceWorker.removeEventListener("message",l),document.removeEventListener("visibilitychange",i)}},[e])}function kN(e,t){A.useEffect(()=>{if(!e)return;const a=()=>{document.visibilityState==="visible"&&pN(e)};return a(),document.addEventListener("visibilitychange",a),()=>document.removeEventListener("visibilitychange",a)},[e,t])}function f1(){const e=window.getSelection();return!!e&&!e.isCollapsed&&e.toString().length>0}const Qo=28;function AN(e,t){const a=window.getSelection();if(!a||a.isCollapsed||!a.rangeCount)return!1;for(const l of a.getRangeAt(0).getClientRects())if(e>=l.left-Qo&&e<=l.right+Qo&&t>=l.top-Qo&&t<=l.bottom+Qo)return!0;return!1}function BN(e){const t=Ee(i=>i.setSidebarOpen),a=Ee(i=>i.sidebarOpen),l=A.useRef(a);l.current=a,A.useEffect(()=>{const i=e.current;i&&(i.style.transition="",i.style.transform="")},[a,e]),A.useEffect(()=>{const u=window.matchMedia("(min-width: 768px)"),d=()=>e.current;let f=!1,h=!1,m=!1,p=!1,y=0,b=0,v=0,C=0;const k=j=>{const O=d();O&&(O.style.transition="none",O.style.transform=`translateX(${j}px)`,C=j)},B=()=>{const j=d();j&&(j.style.transition="",j.style.transform="")},N=j=>{for(let O=j;O;O=O.parentElement)if(O.scrollLeft>0)return!0;return!1},F=()=>{f&&(f=!1,B())},S=j=>{if(F(),u.matches||j.touches.length!==1)return;const O=j.touches[0];if(l.current){const P=d()?.getBoundingClientRect().right??0;if(O.clientX>P)return}else if(O.clientX>44||N(j.target))return;AN(O.clientX,O.clientY)||(f=!0,h=!1,m=!1,p=f1(),y=O.clientX,b=O.clientY,v=d()?.offsetWidth??0)},M=j=>{if(!f||m)return;if(!p&&f1()){m=!0;return}const O=j.touches[0],P=O.clientX-y,T=O.clientY-b;if(!h){if(Math.abs(T)>Math.abs(P)&&Math.abs(T)>8){m=!0;return}if(Math.abs(P)<6)return;h=!0}j.preventDefault();const G=l.current?0:-v;k(Math.max(-v,Math.min(0,G+P)))},D=()=>{if(!f)return;if(f=!1,!h||m)return B();const j=v?(C+v)/v:0;B(),t(j>.4)};return window.addEventListener("touchstart",S,{passive:!0}),window.addEventListener("touchmove",M,{passive:!1}),window.addEventListener("touchend",D),window.addEventListener("touchcancel",D),document.addEventListener("visibilitychange",F),()=>{window.removeEventListener("touchstart",S),window.removeEventListener("touchmove",M),window.removeEventListener("touchend",D),window.removeEventListener("touchcancel",D),document.removeEventListener("visibilitychange",F)}},[e,t])}const D4='input, textarea, [contenteditable]:not([contenteditable="false"])';function wN(){A.useEffect(()=>{const e=window.visualViewport;if(!e)return;const t=document.documentElement;(matchMedia("(display-mode: standalone)").matches||navigator.standalone)&&t.setAttribute("data-standalone","");let a=0,l;const i=()=>{t.style.removeProperty("--app-height"),t.removeAttribute("data-keyboard")},o=m=>{m&&!l?l=setInterval(u,300):!m&&l&&(clearInterval(l),l=void 0)},u=()=>{const m=document.activeElement,p=m instanceof HTMLElement&&m.matches(D4),y=e.scale>1.01;!p||y?(!y&&window.innerHeight-e.height<120&&(a=e.height),i()):(a||window.innerHeight)-e.height>40?(t.style.setProperty("--app-height",`${Math.round(e.height+e.offsetTop)}px`),t.setAttribute("data-keyboard","")):i(),o(p||t.hasAttribute("data-keyboard")),window.scrollY!==0&&window.scrollTo(0,0)};let d;const f=()=>{u(),clearTimeout(d),d=setTimeout(u,350)},h=()=>{if(document.visibilityState==="hidden"){const m=document.activeElement;m instanceof HTMLElement&&m.matches(D4)&&m.blur(),i(),o(!1)}else f()};return u(),e.addEventListener("resize",u),e.addEventListener("scroll",u),window.addEventListener("pageshow",f),document.addEventListener("visibilitychange",h),document.addEventListener("focusin",f),document.addEventListener("focusout",f),()=>{clearTimeout(d),o(!1),e.removeEventListener("resize",u),e.removeEventListener("scroll",u),window.removeEventListener("pageshow",f),document.removeEventListener("visibilitychange",h),document.removeEventListener("focusin",f),document.removeEventListener("focusout",f),i()}},[])}function Ql(){const e=Ee(a=>a.setOnline),t=Ee(a=>a.setToken);return A.useCallback((a,l)=>{e(a),l instanceof E0&&l.status===401&&t(null)},[e,t])}function DN(e,t){const[a,l]=A.useState(e);return A.useEffect(()=>{const i=setTimeout(()=>l(e),t);return()=>clearTimeout(i)},[e,t]),a}function FN(e,t,a=!1){return Wt({queryKey:["workspaceFiles",e],queryFn:()=>we.workspaceFiles(e),enabled:t&&!!e,staleTime:12e4,refetchInterval:a?5e3:!1,retry:!1})}function SN(e){return Wt({queryKey:["dev-server",e],queryFn:()=>we.devServer(e),enabled:!!e,refetchInterval:2500})}function MN(e,t){const a=Ql(),l=Wt({queryKey:["diff",e],queryFn:()=>we.diff(e),enabled:t&&!!e,refetchInterval:5e3});return A.useEffect(()=>{l.isError&&a(!1,l.error)},[l.isError,l.error,a]),l}function NN(e,t,a){return Wt({queryKey:["fileDiff",e,t],queryFn:()=>we.fileDiff(e,t),enabled:a&&!!e&&!!t,refetchInterval:5e3,retry:!1})}function jN(e,t){return Wt({queryKey:["filePreview",e],queryFn:()=>we.filePreview(e),enabled:t&&!!e,refetchInterval:5e3,retry:!1})}function ad(){const e=Rn(),t=Eh(),a=Ee(p=>p.addPending),l=Ee(p=>p.failPending),i=Ee(p=>p.removePending),o=Ee(p=>p.markWorking),u=Ee(p=>p.clearAgentDraft),d=Ee(p=>p.clearDraftContent),f=Ee(p=>p.workflowClientId),h=Ee(p=>p.finishWorkflowAttempt),m=Ee(p=>p.setWorkflowDraft);return A.useCallback(async p=>{const y=p.text.trim();if(!y)return!1;const{sessionId:b,workspaceId:v}=p,C={kind:"existing_session",workspaceId:v,sessionId:b},k=`workflow:existing:${v}:${b}`,B=p.id??(p.workflow?f(k,dh(y,C)):crypto.randomUUID()),N=!p.workflow&&(p.auto??Ee.getState().agentDrafts[b]?.auto??!1);a({id:B,sessionId:b,workspaceId:v,text:y,queue:p.queue,workflow:p.workflow,auto:N});try{const F=Ee.getState().agentDrafts[b],S=F&&Object.fromEntries(Object.entries(F).filter(([j])=>j!=="auto")),M=!N&&!p.workflow&&S&&Object.keys(S).length?S:void 0;if(p.workflow){if(await t({clientId:B,objective:y,target:C}),d(b),m(b,!1),h(k,B),F){const j=Object.fromEntries(Object.entries(F).filter(([O])=>O!=="plan"));Object.keys(j).length&&u(b,j)}return i(B),e.invalidateQueries({queryKey:["sessions",v]}),!0}const D=await we.sendPrompt(b,y,v,M,B,p.queue,N);if(D.ok||D.parked){const j=N?F:{...M,auto:F?.auto};return j&&(u(b,j),e.invalidateQueries({queryKey:["sessions",v]})),D.ok&&o(b),e.invalidateQueries({queryKey:["state"]}),setTimeout(()=>i(B),4e3),!0}l(B,D.error||"Send failed")}catch(F){l(B,F instanceof Error?F.message:String(F))}return!1},[a,l,i,o,u,d,e,t,f,h,m])}function F4(e){return e.endsWith(".0")?e.slice(0,-2):e}function ea(e){return e>=1e6?`${F4((e/1e6).toFixed(e<1e7?1:0))}M`:e>=1e3?`${F4((e/1e3).toFixed(e<1e5?1:0))}k`:String(e)}function Qu(e,t){if(e<=0||t<=0)return"0%";const a=e/t*100;return a<1?"<1%":`${Math.round(a)}%`}function _N(e){const t=[],a=e.split(nS);for(let l=0;l<a.length;l++){const i=a[l];if(l===0){i&&t.push({text:i,hit:!1});continue}const o=i.indexOf(aS);if(o<0){i&&t.push({text:i,hit:!0});continue}const u=i.slice(0,o),d=i.slice(o+1);u&&t.push({text:u,hit:!0}),d&&t.push({text:d,hit:!1})}return t}function Gh(e){return e.state==="setting_up"}const TN={merged:"var(--color-pr-merged)",draft:"var(--color-pr-draft)",conflicts:"var(--color-pr-attention)",checks_failed:"var(--color-pr-attention)",checks_pending:"var(--color-working)",mergeable:"var(--color-pr-mergeable)"};function zN(e){return Gh(e)?{color:"var(--color-muted)",spinning:!0}:{color:e.pr_status&&TN[e.pr_status]||"var(--color-done)",spinning:e.session_status==="working"||e.pr_status==="checks_pending"}}function RN(e){return e.pr_status==="merged"}function ON(e){return D1(e)==="done"}function D1(e){return Gh(e)?"setting-up":e.manual_status||e.derived_status||"in-progress"}const S4=["done","in-review","in-progress","setting-up","backlog","canceled"],Ih=["backlog","in-progress","in-review","done","canceled"];function h1(e){return{done:"Done","in-review":"In review","in-progress":"In progress","setting-up":"Setting up",backlog:"Backlog",canceled:"Canceled"}[e]??e}const LN=["today","yesterday","week","month","older"];function PN(e){return{today:"Today",yesterday:"Yesterday",week:"Past week",month:"Past month",older:"Older"}[e]}function M4(e){const t=new Date(e);return t.setHours(0,0,0,0),t.getTime()}function HN(e,t=new Date){const a=new Date(s0(e));if(!Number.isFinite(a.getTime()))return"older";const l=Math.round((M4(t)-M4(a))/864e5);return l<=0?"today":l===1?"yesterday":l<7?"week":l<30?"month":"older"}const rd={done:"var(--color-pr-merged)","in-review":"var(--color-pr-mergeable)","in-progress":"var(--color-done)","setting-up":"var(--color-muted)"};function ld(e,t=120){const l=(e.split(`
|
|
19
|
+
${a}`):l===a}function KS(e){const t=e;return!!t&&typeof t.id=="string"&&typeof t.sessionId=="string"&&typeof t.workspaceId=="string"&&typeof t.text=="string"&&typeof t.createdAt=="number"&&(t.workflow===void 0||typeof t.workflow=="boolean")&&(t.auto===void 0||typeof t.auto=="boolean")&&(t.status==="sending"||t.status==="error")}const YS=e=>e.status==="sending"?{...e,status:"error",interrupted:!0,error:"Never confirmed — the app reloaded"}:e;function WS(){try{const e=JSON.parse(localStorage.getItem(Vu)??"[]");if(!Array.isArray(e))return[];const t=Date.now()-ZS;return e.filter(KS).filter(a=>a.createdAt>t).slice(-w1).map(YS)}catch{return[]}}function XS(e){try{const t=e.slice(-w1);t.length?localStorage.setItem(Vu,JSON.stringify(t)):localStorage.removeItem(Vu)}catch{}}const hh="conductor-remote-workflow-drafts";function JS(){try{const e=JSON.parse(localStorage.getItem(hh)??"{}");return!e||typeof e!="object"||Array.isArray(e)?{}:Object.fromEntries(Object.entries(e).filter(([,t])=>t===!0))}catch{return{}}}function eM(e){try{localStorage.setItem(hh,JSON.stringify(e))}catch{}}function tM({total:e,shown:t,hidden:a,repoFiltered:l}){if(e)return!l&&!a?`${e} active`:[`${t} of ${e}`,a?`${a} hidden`:null].filter(Boolean).join(" · ")}const Qr={mode:"all"};function nM(e,t){if(e&&typeof e=="object"&&"mode"in e){if(e.mode==="all")return Qr;if(e.mode==="selected"&&"repos"in e&&Array.isArray(e.repos))return{mode:"selected",repos:e.repos.filter(l=>typeof l=="string")}}const a=Array.isArray(t)?t.filter(l=>typeof l=="string"):typeof t=="string"?[t]:[];return a.length?{mode:"selected",repos:a}:Qr}function Xx(e){return e.mode==="selected"?e.repos:[]}function aM(){return{mode:"selected",repos:[]}}function $u(e,t){return e.mode==="all"||e.repos.includes(t)}function rM(e,t,a){const l=t.mode==="all"?[...e]:t.repos,i=l.includes(a)?l.filter(o=>o!==a):[...l,a];return e.length>0&&e.every(o=>i.includes(o))?Qr:{mode:"selected",repos:i}}let zl=null;const $o=TS(),Zu=15e3,ph="conductor-remote-view",mh="conductor-remote-last-new-workspace-repo",h4={groupBy:"status",repoSelection:Qr,sortBy:"updated",showDiffs:!0,showFolders:!0,hideMerged:!1,hideDone:!1,collapsed:[]};function p4(e){const t={};return e.auto!==void 0&&(t.auto=e.auto),e.model!==void 0&&(t.model=e.model),e.effort!==void 0&&(t.effort=e.effort),e.plan!==void 0&&(t.plan=e.plan),e.fast!==void 0&&(t.fast=e.fast),t}function lM(){try{const{repo:e,repos:t,repoSelection:a,...l}=JSON.parse(localStorage.getItem(ph)??"{}"),i=nM(a,t??e);return{...h4,...l,repoSelection:i}}catch{return h4}}function iM(){try{return localStorage.getItem(mh)??""}catch{return""}}const Ee=sh((e,t)=>{const a=i=>{localStorage.setItem(ph,JSON.stringify(i)),e({view:i})},l=i=>{XS(i),e({pending:i})};return{token:pS(),online:!0,lastSyncAt:null,update:null,workingHints:{},pending:WS(),workflowClientAttempts:QS(),workflowDrafts:JS(),compactDrafts:US(),drafts:$o.drafts,draftAttachments:$o.draftAttachments,agentDrafts:$o.agentDrafts,readMarks:$o.readMarks,focusedDraft:null,push:{deviceId:null,devices:0},sidebarOpen:!location.pathname.startsWith("/w/"),lastNewWorkspaceRepo:iM(),view:lM(),setToken:i=>{i?gS(i):mS(),e({token:i})},setOnline:i=>{if(i){zl&&clearTimeout(zl),zl=null,e({online:i,lastSyncAt:Date.now()});return}if(!t().online||zl)return;const o=DS(t().lastSyncAt);if(o===0){e({online:!1});return}zl=setTimeout(()=>{zl=null,e({online:!1})},o)},setUpdate:i=>e({update:i}),markWorking:i=>e({workingHints:{...t().workingHints,[i]:Date.now()}}),clearWorking:i=>{const{[i]:o,...u}=t().workingHints;e({workingHints:u})},addPending:i=>l([...t().pending.filter(o=>o.id!==i.id),{...i,status:"sending",error:void 0,createdAt:Date.now()}]),failPending:(i,o)=>l(t().pending.map(u=>u.id===i?{...u,status:"error",error:o}:u)),removePending:i=>l(t().pending.filter(o=>o.id!==i)),workflowClientId:(i,o)=>{const u=t().workflowClientAttempts[i];if(u?.fingerprint===o)return u.clientId;const d={...t().workflowClientAttempts,[i]:{key:i,fingerprint:o,clientId:crypto.randomUUID(),createdAt:Date.now()}};return x4(d),e({workflowClientAttempts:d}),d[i].clientId},finishWorkflowAttempt:(i,o)=>{const u=t().workflowClientAttempts[i];if(!u||u.clientId!==o)return;const{[i]:d,...f}=t().workflowClientAttempts;x4(f),e({workflowClientAttempts:f})},setWorkflowDraft:(i,o)=>{const u={...t().workflowDrafts};o?u[i]=!0:delete u[i],eM(u),e({workflowDrafts:u})},setCompactDraft:(i,o)=>{const u={...t().compactDrafts};o?u[i]={...o}:delete u[i],$S(u),e({compactDrafts:u})},setDraft:(i,o)=>{const u=RS(i,o,t().agentDrafts[i]??{});e({drafts:u.drafts,agentDrafts:u.agentDrafts,draftAttachments:u.draftAttachments})},addDraftAttachment:(i,o)=>{const u=t().draftAttachments[i]??[];if(u.some(f=>f.path===o.path))return;const d=c4(i,[...u,o],t().drafts[i]??"",t().agentDrafts[i]??{});e({drafts:d.drafts,agentDrafts:d.agentDrafts,draftAttachments:d.draftAttachments})},removeDraftAttachment:(i,o)=>{const u=t().draftAttachments[i]??[],d=u.filter(h=>h.path!==o);if(d.length===u.length)return;const f=c4(i,d,t().drafts[i]??"",t().agentDrafts[i]??{});e({drafts:f.drafts,agentDrafts:f.agentDrafts,draftAttachments:f.draftAttachments})},setDraftContent:(i,o,u)=>{const d=OS(i,o,t().agentDrafts[i]??{},u);e({drafts:d.drafts,agentDrafts:d.agentDrafts,draftAttachments:d.draftAttachments})},clearDraftContent:i=>t().setDraftContent(i,"",[]),moveDraft:(i,o)=>{const u=t().drafts,f=u[i]!==void 0||t().agentDrafts[i]!==void 0||t().draftAttachments[i]!==void 0,h=u[o]!==void 0||t().agentDrafts[o]!==void 0||t().draftAttachments[o]!==void 0;if(!f||i===o||h)return;const m=LS(i,o);e({drafts:m.drafts,agentDrafts:m.agentDrafts,draftAttachments:m.draftAttachments})},markRead:(i,o)=>{(t().readMarks[i]??"")>=o||e({readMarks:PS(i,o).readMarks})},stageAgent:(i,o)=>{const u=p4({...t().agentDrafts[i],...o}),d=o4(i,u,t().drafts[i]??"");e({drafts:d.drafts,agentDrafts:d.agentDrafts,draftAttachments:d.draftAttachments})},clearAgentDraft:(i,o)=>{const u=t().agentDrafts[i];if(!u)return;const d=p4({auto:u.auto===o.auto?void 0:u.auto,model:u.model===o.model?void 0:u.model,effort:u.effort===o.effort?void 0:u.effort,plan:u.plan===o.plan?void 0:u.plan,fast:u.fast===o.fast?void 0:u.fast}),f=o4(i,d,t().drafts[i]??"");e({drafts:f.drafts,agentDrafts:f.agentDrafts,draftAttachments:f.draftAttachments})},applySyncedPrefs:i=>e({drafts:i.drafts,agentDrafts:i.agentDrafts,draftAttachments:i.draftAttachments,readMarks:i.readMarks}),setFocusedDraft:i=>e({focusedDraft:i}),setPush:i=>e({push:i}),setSidebarOpen:i=>e({sidebarOpen:i}),setLastNewWorkspaceRepo:i=>{try{localStorage.setItem(mh,i)}catch{}e({lastNewWorkspaceRepo:i})},setView:i=>a({...t().view,...i}),toggleGroup:i=>{const{collapsed:o}=t().view;a({...t().view,collapsed:o.includes(i)?o.filter(u=>u!==i):[...o,i]})}}});function gh(e,t){e.setQueryData(["state"],a=>{if(!a)return a;const l=[...(a.workflows??[]).filter(o=>o.id!==t.id),t],i=a.workspaces.map(o=>o.id===t.workspaceId?{...o,workflow:t}:o);return{...a,workflows:l,workspaces:i}})}function Eh(){const e=Rn();return A.useCallback(async t=>{const a=await we.startWorkflow(t);return gh(e,a.workflow),e.invalidateQueries({queryKey:["state"]}),a},[e])}function sM(){const e=Rn(),t=Ee(i=>i.workflowClientId),a=Ee(i=>i.finishWorkflowAttempt),l=A.useCallback(async(i,o)=>{const u=t(i,i),d=await o(u);return a(i,u),gh(e,d.workflow),e.invalidateQueries({queryKey:["state"]}),d.workflow},[e,t,a]);return A.useMemo(()=>({retry:i=>l(`retry:${i.id}:${i.adoption?.actionId??i.updatedAt}`,o=>we.retryWorkflow(i.id,{clientId:o})),adopt:(i,o)=>{const u=i.adoption?.actionId;return u?l(`adopt:${i.id}:${u}:${o.id}`,d=>we.adoptWorkflow(i.id,{clientId:d,actionId:u,...i.adoption?.kind==="workspace"?{workspaceId:o.id}:{sessionId:o.id}})):Promise.reject(new Error("This Workflow has no action to adopt."))},replay:i=>{const o=i.adoption?.actionId;return o?l(`replay:${i.id}:${o}`,u=>we.replayWorkflow(i.id,{clientId:u,actionId:o,confirmDuplicateRisk:!0})):Promise.reject(new Error("This Workflow has no ambiguous action to replay."))},complete:i=>l(`complete:${i.id}`,o=>we.completeWorkflow(i.id,{clientId:o})),cancel:i=>l(`cancel:${i.id}`,o=>we.cancelWorkflow(i.id,{clientId:o}))}),[l])}function m4(e){return JSON.stringify([e.createdAt,e.actionId??"",e.effectId??"",e.reason])}function oM(){const e=Rn(),t=Ee(l=>l.workflowClientId),a=Ee(l=>l.finishWorkflowAttempt);return A.useCallback(async l=>{const i="confirm-ui-stable",o=m4(l),u=t(i,o),d=await we.confirmUiStable({clientId:u,confirmStable:!0,createdAt:l.createdAt,...l.actionId?{actionId:l.actionId}:{},...l.effectId?{effectId:l.effectId}:{}});return a(i,u),e.setQueryData(["state"],f=>!f?.uiQuarantine||m4(f.uiQuarantine)!==o?f:{...f,uiQuarantine:void 0}),e.invalidateQueries({queryKey:["state"]}),d},[e,t,a])}function yh(e){var t,a,l="";if(typeof e=="string"||typeof e=="number")l+=e;else if(typeof e=="object")if(Array.isArray(e)){var i=e.length;for(t=0;t<i;t++)e[t]&&(a=yh(e[t]))&&(l&&(l+=" "),l+=a)}else for(a in e)e[a]&&(l&&(l+=" "),l+=a);return l}function cM(){for(var e,t,a=0,l="",i=arguments.length;a<i;a++)(e=arguments[a])&&(t=yh(e))&&(l&&(l+=" "),l+=t);return l}const uM=(e,t)=>{const a=new Array(e.length+t.length);for(let l=0;l<e.length;l++)a[l]=e[l];for(let l=0;l<t.length;l++)a[e.length+l]=t[l];return a},xM=(e,t)=>({classGroupId:e,validator:t}),bh=(e=new Map,t=null,a)=>({nextPart:e,validators:t,classGroupId:a}),d1="-",g4=[],dM="arbitrary..",fM=e=>{const t=pM(e),{conflictingClassGroups:a,conflictingClassGroupModifiers:l}=e;return{getClassGroupId:u=>{if(u.startsWith("[")&&u.endsWith("]"))return hM(u);const d=u.split(d1),f=d[0]===""&&d.length>1?1:0;return vh(d,f,t)},getConflictingClassGroupIds:(u,d)=>{if(d){const f=l[u],h=a[u];return f?h?uM(h,f):f:h||g4}return a[u]||g4}}},vh=(e,t,a)=>{if(e.length-t===0)return a.classGroupId;const i=e[t],o=a.nextPart.get(i);if(o){const h=vh(e,t+1,o);if(h)return h}const u=a.validators;if(u===null)return;const d=t===0?e.join(d1):e.slice(t).join(d1),f=u.length;for(let h=0;h<f;h++){const m=u[h];if(m.validator(d))return m.classGroupId}},hM=e=>e.slice(1,-1).indexOf(":")===-1?void 0:(()=>{const t=e.slice(1,-1),a=t.indexOf(":"),l=t.slice(0,a);return l?dM+l:void 0})(),pM=e=>{const{theme:t,classGroups:a}=e;return mM(a,t)},mM=(e,t)=>{const a=bh();for(const l in e){const i=e[l];Jx(i,a,l,t)}return a},Jx=(e,t,a,l)=>{const i=e.length;for(let o=0;o<i;o++){const u=e[o];gM(u,t,a,l)}},gM=(e,t,a,l)=>{if(typeof e=="string"){EM(e,t,a);return}if(typeof e=="function"){yM(e,t,a,l);return}bM(e,t,a,l)},EM=(e,t,a)=>{const l=e===""?t:Ch(t,e);l.classGroupId=a},yM=(e,t,a,l)=>{if(vM(e)){Jx(e(l),t,a,l);return}t.validators===null&&(t.validators=[]),t.validators.push(xM(a,e))},bM=(e,t,a,l)=>{const i=Object.entries(e),o=i.length;for(let u=0;u<o;u++){const[d,f]=i[u];Jx(f,Ch(t,d),a,l)}},Ch=(e,t)=>{let a=e;const l=t.split(d1),i=l.length;for(let o=0;o<i;o++){const u=l[o];let d=a.nextPart.get(u);d||(d=bh(),a.nextPart.set(u,d)),a=d}return a},vM=e=>"isThemeGetter"in e&&e.isThemeGetter===!0,CM=e=>{if(e<1)return{get:()=>{},set:()=>{}};let t=0,a=Object.create(null),l=Object.create(null);const i=(o,u)=>{a[o]=u,t++,t>e&&(t=0,l=a,a=Object.create(null))};return{get(o){let u=a[o];if(u!==void 0)return u;if((u=l[o])!==void 0)return i(o,u),u},set(o,u){o in a?a[o]=u:i(o,u)}}},qu="!",E4=":",kM=[],y4=(e,t,a,l,i)=>({modifiers:e,hasImportantModifier:t,baseClassName:a,maybePostfixModifierPosition:l,isExternal:i}),AM=e=>{const{prefix:t,experimentalParseClassName:a}=e;let l=i=>{const o=[];let u=0,d=0,f=0,h;const m=i.length;for(let C=0;C<m;C++){const k=i[C];if(u===0&&d===0){if(k===E4){o.push(i.slice(f,C)),f=C+1;continue}if(k==="/"){h=C;continue}}k==="["?u++:k==="]"?u--:k==="("?d++:k===")"&&d--}const p=o.length===0?i:i.slice(f);let y=p,b=!1;p.endsWith(qu)?(y=p.slice(0,-1),b=!0):p.startsWith(qu)&&(y=p.slice(1),b=!0);const v=h&&h>f?h-f:void 0;return y4(o,b,y,v)};if(t){const i=t+E4,o=l;l=u=>u.startsWith(i)?o(u.slice(i.length)):y4(kM,!1,u,void 0,!0)}if(a){const i=l;l=o=>a({className:o,parseClassName:i})}return l},BM=e=>{const t=new Map;return e.orderSensitiveModifiers.forEach((a,l)=>{t.set(a,1e6+l)}),a=>{const l=[];let i=[];for(let o=0;o<a.length;o++){const u=a[o],d=u[0]==="[",f=t.has(u);d||f?(i.length>0&&(i.sort(),l.push(...i),i=[]),l.push(u)):i.push(u)}return i.length>0&&(i.sort(),l.push(...i)),l}},wM=e=>({cache:CM(e.cacheSize),parseClassName:AM(e),sortModifiers:BM(e),postfixLookupClassGroupIds:DM(e),...fM(e)}),DM=e=>{const t=Object.create(null),a=e.postfixLookupClassGroups;if(a)for(let l=0;l<a.length;l++)t[a[l]]=!0;return t},FM=/\s+/,SM=(e,t)=>{const{parseClassName:a,getClassGroupId:l,getConflictingClassGroupIds:i,sortModifiers:o,postfixLookupClassGroupIds:u}=t,d=[],f=e.trim().split(FM);let h="";for(let m=f.length-1;m>=0;m-=1){const p=f[m],{isExternal:y,modifiers:b,hasImportantModifier:v,baseClassName:C,maybePostfixModifierPosition:k}=a(p);if(y){h=p+(h.length>0?" "+h:h);continue}let B=!!k,N;if(B){const j=C.substring(0,k);N=l(j);const O=N&&u[N]?l(C):void 0;O&&O!==N&&(N=O,B=!1)}else N=l(C);if(!N){if(!B){h=p+(h.length>0?" "+h:h);continue}if(N=l(C),!N){h=p+(h.length>0?" "+h:h);continue}B=!1}const F=b.length===0?"":b.length===1?b[0]:o(b).join(":"),S=v?F+qu:F,M=S+N;if(d.indexOf(M)>-1)continue;d.push(M);const D=i(N,B);for(let j=0;j<D.length;++j){const O=D[j];d.push(S+O)}h=p+(h.length>0?" "+h:h)}return h},MM=(...e)=>{let t=0,a,l,i="";for(;t<e.length;)(a=e[t++])&&(l=kh(a))&&(i&&(i+=" "),i+=l);return i},kh=e=>{if(typeof e=="string")return e;let t,a="";for(let l=0;l<e.length;l++)e[l]&&(t=kh(e[l]))&&(a&&(a+=" "),a+=t);return a},NM=(e,...t)=>{let a,l,i,o;const u=f=>{const h=t.reduce((m,p)=>p(m),e());return a=wM(h),l=a.cache.get,i=a.cache.set,o=d,d(f)},d=f=>{const h=l(f);if(h)return h;const m=SM(f,a);return i(f,m),m};return o=u,(...f)=>o(MM(...f))},jM=[],Mn=e=>{const t=a=>a[e]||jM;return t.isThemeGetter=!0,t},Ah=/^\[(?:(\w[\w-]*):)?(.+)\]$/i,Bh=/^\((?:(\w[\w-]*):)?(.+)\)$/i,_M=/^\d+(?:\.\d+)?\/\d+(?:\.\d+)?$/,TM=/^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/,zM=/\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$/,RM=/^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/,OM=/^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/,LM=/^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/,xr=e=>_M.test(e),ht=e=>!!e&&!Number.isNaN(Number(e)),ca=e=>!!e&&Number.isInteger(Number(e)),Q2=e=>e.endsWith("%")&&ht(e.slice(0,-1)),_a=e=>TM.test(e),wh=()=>!0,PM=e=>zM.test(e)&&!RM.test(e),ed=()=>!1,HM=e=>OM.test(e),GM=e=>LM.test(e),IM=e=>!ze(e)&&!Re(e),VM=e=>e.startsWith("@container")&&(e[10]==="/"&&e[11]!==void 0||e[11]==="s"&&e[16]!==void 0&&e.startsWith("-size/",10)||e[11]==="n"&&e[18]!==void 0&&e.startsWith("-normal/",10)),UM=e=>yr(e,Sh,ed),ze=e=>Ah.test(e),Hr=e=>yr(e,Mh,PM),b4=e=>yr(e,XM,ht),$M=e=>yr(e,jh,wh),ZM=e=>yr(e,Nh,ed),v4=e=>yr(e,Dh,ed),qM=e=>yr(e,Fh,GM),Zo=e=>yr(e,_h,HM),Re=e=>Bh.test(e),Ui=e=>el(e,Mh),QM=e=>el(e,Nh),C4=e=>el(e,Dh),KM=e=>el(e,Sh),YM=e=>el(e,Fh),qo=e=>el(e,_h,!0),WM=e=>el(e,jh,!0),yr=(e,t,a)=>{const l=Ah.exec(e);return l?l[1]?t(l[1]):a(l[2]):!1},el=(e,t,a=!1)=>{const l=Bh.exec(e);return l?l[1]?t(l[1]):a:!1},Dh=e=>e==="position"||e==="percentage",Fh=e=>e==="image"||e==="url",Sh=e=>e==="length"||e==="size"||e==="bg-size",Mh=e=>e==="length",XM=e=>e==="number",Nh=e=>e==="family-name",jh=e=>e==="number"||e==="weight",_h=e=>e==="shadow",JM=()=>{const e=Mn("color"),t=Mn("font"),a=Mn("text"),l=Mn("font-weight"),i=Mn("tracking"),o=Mn("leading"),u=Mn("breakpoint"),d=Mn("container"),f=Mn("spacing"),h=Mn("radius"),m=Mn("shadow"),p=Mn("inset-shadow"),y=Mn("text-shadow"),b=Mn("drop-shadow"),v=Mn("blur"),C=Mn("perspective"),k=Mn("aspect"),B=Mn("ease"),N=Mn("animate"),F=()=>["auto","avoid","all","avoid-page","page","left","right","column"],S=()=>["center","top","bottom","left","right","top-left","left-top","top-right","right-top","bottom-right","right-bottom","bottom-left","left-bottom"],M=()=>[...S(),Re,ze],D=()=>["auto","hidden","clip","visible","scroll"],j=()=>["auto","contain","none"],O=()=>[Re,ze,f],P=()=>[xr,"full","auto",...O()],T=()=>[ca,"none","subgrid",Re,ze],G=()=>["auto",{span:["full",ca,Re,ze]},ca,Re,ze],Z=()=>[ca,"auto",Re,ze],ne=()=>["auto","min","max","fr",Re,ze],W=()=>["start","end","center","between","around","evenly","stretch","baseline","center-safe","end-safe"],Q=()=>["start","end","center","stretch","center-safe","end-safe"],I=()=>["auto",...O()],U=()=>[xr,"auto","full","dvw","dvh","lvw","lvh","svw","svh","min","max","fit",...O()],te=()=>[xr,"screen","full","dvw","lvw","svw","min","max","fit",...O()],oe=()=>[xr,"screen","full","lh","dvh","lvh","svh","min","max","fit",...O()],_=()=>[e,Re,ze],L=()=>[...S(),C4,v4,{position:[Re,ze]}],K=()=>["no-repeat",{repeat:["","x","y","space","round"]}],R=()=>["auto","cover","contain",KM,UM,{size:[Re,ze]}],X=()=>[Q2,Ui,Hr],ye=()=>["","none","full",h,Re,ze],ue=()=>["",ht,Ui,Hr],Be=()=>["solid","dashed","dotted","double"],Ie=()=>["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity"],De=()=>[ht,Q2,C4,v4],We=()=>["","none",v,Re,ze],Je=()=>["none",ht,Re,ze],xt=()=>["none",ht,Re,ze],Dt=()=>[ht,Re,ze],me=()=>[xr,"full",...O()];return{cacheSize:500,theme:{animate:["spin","ping","pulse","bounce"],aspect:["video"],blur:[_a],breakpoint:[_a],color:[wh],container:[_a],"drop-shadow":[_a],ease:["in","out","in-out"],font:[IM],"font-weight":["thin","extralight","light","normal","medium","semibold","bold","extrabold","black"],"inset-shadow":[_a],leading:["none","tight","snug","normal","relaxed","loose"],perspective:["dramatic","near","normal","midrange","distant","none"],radius:[_a],shadow:[_a],spacing:["px",ht],text:[_a],"text-shadow":[_a],tracking:["tighter","tight","normal","wide","wider","widest"]},classGroups:{aspect:[{aspect:["auto","square",xr,ze,Re,k]}],container:["container"],"container-type":[{"@container":["","normal","size",Re,ze]}],"container-named":[VM],columns:[{columns:[ht,ze,Re,d]}],"break-after":[{"break-after":F()}],"break-before":[{"break-before":F()}],"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:M()}],overflow:[{overflow:D()}],"overflow-x":[{"overflow-x":D()}],"overflow-y":[{"overflow-y":D()}],overscroll:[{overscroll:j()}],"overscroll-x":[{"overscroll-x":j()}],"overscroll-y":[{"overscroll-y":j()}],position:["static","fixed","absolute","relative","sticky"],inset:[{inset:P()}],"inset-x":[{"inset-x":P()}],"inset-y":[{"inset-y":P()}],start:[{"inset-s":P(),start:P()}],end:[{"inset-e":P(),end:P()}],"inset-bs":[{"inset-bs":P()}],"inset-be":[{"inset-be":P()}],top:[{top:P()}],right:[{right:P()}],bottom:[{bottom:P()}],left:[{left:P()}],visibility:["visible","invisible","collapse"],z:[{z:[ca,"auto",Re,ze]}],basis:[{basis:[xr,"full","auto",d,...O()]}],"flex-direction":[{flex:["row","row-reverse","col","col-reverse"]}],"flex-wrap":[{flex:["nowrap","wrap","wrap-reverse"]}],flex:[{flex:[ht,xr,"auto","initial","none",ze]}],grow:[{grow:["",ht,Re,ze]}],shrink:[{shrink:["",ht,Re,ze]}],order:[{order:[ca,"first","last","none",Re,ze]}],"grid-cols":[{"grid-cols":T()}],"col-start-end":[{col:G()}],"col-start":[{"col-start":Z()}],"col-end":[{"col-end":Z()}],"grid-rows":[{"grid-rows":T()}],"row-start-end":[{row:G()}],"row-start":[{"row-start":Z()}],"row-end":[{"row-end":Z()}],"grid-flow":[{"grid-flow":["row","col","dense","row-dense","col-dense"]}],"auto-cols":[{"auto-cols":ne()}],"auto-rows":[{"auto-rows":ne()}],gap:[{gap:O()}],"gap-x":[{"gap-x":O()}],"gap-y":[{"gap-y":O()}],"justify-content":[{justify:[...W(),"normal"]}],"justify-items":[{"justify-items":[...Q(),"normal"]}],"justify-self":[{"justify-self":["auto",...Q()]}],"align-content":[{content:["normal",...W()]}],"align-items":[{items:[...Q(),{baseline:["","last"]}]}],"align-self":[{self:["auto",...Q(),{baseline:["","last"]}]}],"place-content":[{"place-content":W()}],"place-items":[{"place-items":[...Q(),"baseline"]}],"place-self":[{"place-self":["auto",...Q()]}],p:[{p:O()}],px:[{px:O()}],py:[{py:O()}],ps:[{ps:O()}],pe:[{pe:O()}],pbs:[{pbs:O()}],pbe:[{pbe:O()}],pt:[{pt:O()}],pr:[{pr:O()}],pb:[{pb:O()}],pl:[{pl:O()}],m:[{m:I()}],mx:[{mx:I()}],my:[{my:I()}],ms:[{ms:I()}],me:[{me:I()}],mbs:[{mbs:I()}],mbe:[{mbe:I()}],mt:[{mt:I()}],mr:[{mr:I()}],mb:[{mb:I()}],ml:[{ml:I()}],"space-x":[{"space-x":O()}],"space-x-reverse":["space-x-reverse"],"space-y":[{"space-y":O()}],"space-y-reverse":["space-y-reverse"],size:[{size:U()}],"inline-size":[{inline:["auto",...te()]}],"min-inline-size":[{"min-inline":["auto",...te()]}],"max-inline-size":[{"max-inline":["none",...te()]}],"block-size":[{block:["auto",...oe()]}],"min-block-size":[{"min-block":["auto",...oe()]}],"max-block-size":[{"max-block":["none",...oe()]}],w:[{w:[d,"screen",...U()]}],"min-w":[{"min-w":[d,"screen","none",...U()]}],"max-w":[{"max-w":[d,"screen","none","prose",{screen:[u]},...U()]}],h:[{h:["screen","lh",...U()]}],"min-h":[{"min-h":["screen","lh","none",...U()]}],"max-h":[{"max-h":["screen","lh",...U()]}],"font-size":[{text:["base",a,Ui,Hr]}],"font-smoothing":["antialiased","subpixel-antialiased"],"font-style":["italic","not-italic"],"font-weight":[{font:[l,WM,$M]}],"font-stretch":[{"font-stretch":["ultra-condensed","extra-condensed","condensed","semi-condensed","normal","semi-expanded","expanded","extra-expanded","ultra-expanded",Q2,ze]}],"font-family":[{font:[QM,ZM,t]}],"font-features":[{"font-features":[ze]}],"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,Re,ze]}],"line-clamp":[{"line-clamp":[ht,"none",Re,b4]}],leading:[{leading:[o,...O()]}],"list-image":[{"list-image":["none",Re,ze]}],"list-style-position":[{list:["inside","outside"]}],"list-style-type":[{list:["disc","decimal","none",Re,ze]}],"text-alignment":[{text:["left","center","right","justify","start","end"]}],"placeholder-color":[{placeholder:_()}],"text-color":[{text:_()}],"text-decoration":["underline","overline","line-through","no-underline"],"text-decoration-style":[{decoration:[...Be(),"wavy"]}],"text-decoration-thickness":[{decoration:[ht,"from-font","auto",Re,Hr]}],"text-decoration-color":[{decoration:_()}],"underline-offset":[{"underline-offset":[ht,"auto",Re,ze]}],"text-transform":["uppercase","lowercase","capitalize","normal-case"],"text-overflow":["truncate","text-ellipsis","text-clip"],"text-wrap":[{text:["wrap","nowrap","balance","pretty"]}],indent:[{indent:O()}],"tab-size":[{tab:[ca,Re,ze]}],"vertical-align":[{align:["baseline","top","middle","bottom","text-top","text-bottom","sub","super",Re,ze]}],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",Re,ze]}],"bg-attachment":[{bg:["fixed","local","scroll"]}],"bg-clip":[{"bg-clip":["border","padding","content","text"]}],"bg-origin":[{"bg-origin":["border","padding","content"]}],"bg-position":[{bg:L()}],"bg-repeat":[{bg:K()}],"bg-size":[{bg:R()}],"bg-image":[{bg:["none",{linear:[{to:["t","tr","r","br","b","bl","l","tl"]},ca,Re,ze],radial:["",Re,ze],conic:[ca,Re,ze]},YM,qM]}],"bg-color":[{bg:_()}],"gradient-from-pos":[{from:X()}],"gradient-via-pos":[{via:X()}],"gradient-to-pos":[{to:X()}],"gradient-from":[{from:_()}],"gradient-via":[{via:_()}],"gradient-to":[{to:_()}],rounded:[{rounded:ye()}],"rounded-s":[{"rounded-s":ye()}],"rounded-e":[{"rounded-e":ye()}],"rounded-t":[{"rounded-t":ye()}],"rounded-r":[{"rounded-r":ye()}],"rounded-b":[{"rounded-b":ye()}],"rounded-l":[{"rounded-l":ye()}],"rounded-ss":[{"rounded-ss":ye()}],"rounded-se":[{"rounded-se":ye()}],"rounded-ee":[{"rounded-ee":ye()}],"rounded-es":[{"rounded-es":ye()}],"rounded-tl":[{"rounded-tl":ye()}],"rounded-tr":[{"rounded-tr":ye()}],"rounded-br":[{"rounded-br":ye()}],"rounded-bl":[{"rounded-bl":ye()}],"border-w":[{border:ue()}],"border-w-x":[{"border-x":ue()}],"border-w-y":[{"border-y":ue()}],"border-w-s":[{"border-s":ue()}],"border-w-e":[{"border-e":ue()}],"border-w-bs":[{"border-bs":ue()}],"border-w-be":[{"border-be":ue()}],"border-w-t":[{"border-t":ue()}],"border-w-r":[{"border-r":ue()}],"border-w-b":[{"border-b":ue()}],"border-w-l":[{"border-l":ue()}],"divide-x":[{"divide-x":ue()}],"divide-x-reverse":["divide-x-reverse"],"divide-y":[{"divide-y":ue()}],"divide-y-reverse":["divide-y-reverse"],"border-style":[{border:[...Be(),"hidden","none"]}],"divide-style":[{divide:[...Be(),"hidden","none"]}],"border-color":[{border:_()}],"border-color-x":[{"border-x":_()}],"border-color-y":[{"border-y":_()}],"border-color-s":[{"border-s":_()}],"border-color-e":[{"border-e":_()}],"border-color-bs":[{"border-bs":_()}],"border-color-be":[{"border-be":_()}],"border-color-t":[{"border-t":_()}],"border-color-r":[{"border-r":_()}],"border-color-b":[{"border-b":_()}],"border-color-l":[{"border-l":_()}],"divide-color":[{divide:_()}],"outline-style":[{outline:[...Be(),"none","hidden"]}],"outline-offset":[{"outline-offset":[ht,Re,ze]}],"outline-w":[{outline:["",ht,Ui,Hr]}],"outline-color":[{outline:_()}],shadow:[{shadow:["","none",m,qo,Zo]}],"shadow-color":[{shadow:_()}],"inset-shadow":[{"inset-shadow":["none",p,qo,Zo]}],"inset-shadow-color":[{"inset-shadow":_()}],"ring-w":[{ring:ue()}],"ring-w-inset":["ring-inset"],"ring-color":[{ring:_()}],"ring-offset-w":[{"ring-offset":[ht,Hr]}],"ring-offset-color":[{"ring-offset":_()}],"inset-ring-w":[{"inset-ring":ue()}],"inset-ring-color":[{"inset-ring":_()}],"text-shadow":[{"text-shadow":["none",y,qo,Zo]}],"text-shadow-color":[{"text-shadow":_()}],opacity:[{opacity:[ht,Re,ze]}],"mix-blend":[{"mix-blend":[...Ie(),"plus-darker","plus-lighter"]}],"bg-blend":[{"bg-blend":Ie()}],"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":[ht]}],"mask-image-linear-from-pos":[{"mask-linear-from":De()}],"mask-image-linear-to-pos":[{"mask-linear-to":De()}],"mask-image-linear-from-color":[{"mask-linear-from":_()}],"mask-image-linear-to-color":[{"mask-linear-to":_()}],"mask-image-t-from-pos":[{"mask-t-from":De()}],"mask-image-t-to-pos":[{"mask-t-to":De()}],"mask-image-t-from-color":[{"mask-t-from":_()}],"mask-image-t-to-color":[{"mask-t-to":_()}],"mask-image-r-from-pos":[{"mask-r-from":De()}],"mask-image-r-to-pos":[{"mask-r-to":De()}],"mask-image-r-from-color":[{"mask-r-from":_()}],"mask-image-r-to-color":[{"mask-r-to":_()}],"mask-image-b-from-pos":[{"mask-b-from":De()}],"mask-image-b-to-pos":[{"mask-b-to":De()}],"mask-image-b-from-color":[{"mask-b-from":_()}],"mask-image-b-to-color":[{"mask-b-to":_()}],"mask-image-l-from-pos":[{"mask-l-from":De()}],"mask-image-l-to-pos":[{"mask-l-to":De()}],"mask-image-l-from-color":[{"mask-l-from":_()}],"mask-image-l-to-color":[{"mask-l-to":_()}],"mask-image-x-from-pos":[{"mask-x-from":De()}],"mask-image-x-to-pos":[{"mask-x-to":De()}],"mask-image-x-from-color":[{"mask-x-from":_()}],"mask-image-x-to-color":[{"mask-x-to":_()}],"mask-image-y-from-pos":[{"mask-y-from":De()}],"mask-image-y-to-pos":[{"mask-y-to":De()}],"mask-image-y-from-color":[{"mask-y-from":_()}],"mask-image-y-to-color":[{"mask-y-to":_()}],"mask-image-radial":[{"mask-radial":[Re,ze]}],"mask-image-radial-from-pos":[{"mask-radial-from":De()}],"mask-image-radial-to-pos":[{"mask-radial-to":De()}],"mask-image-radial-from-color":[{"mask-radial-from":_()}],"mask-image-radial-to-color":[{"mask-radial-to":_()}],"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":S()}],"mask-image-conic-pos":[{"mask-conic":[ht]}],"mask-image-conic-from-pos":[{"mask-conic-from":De()}],"mask-image-conic-to-pos":[{"mask-conic-to":De()}],"mask-image-conic-from-color":[{"mask-conic-from":_()}],"mask-image-conic-to-color":[{"mask-conic-to":_()}],"mask-mode":[{mask:["alpha","luminance","match"]}],"mask-origin":[{"mask-origin":["border","padding","content","fill","stroke","view"]}],"mask-position":[{mask:L()}],"mask-repeat":[{mask:K()}],"mask-size":[{mask:R()}],"mask-type":[{"mask-type":["alpha","luminance"]}],"mask-image":[{mask:["none",Re,ze]}],filter:[{filter:["","none",Re,ze]}],blur:[{blur:We()}],brightness:[{brightness:[ht,Re,ze]}],contrast:[{contrast:[ht,Re,ze]}],"drop-shadow":[{"drop-shadow":["","none",b,qo,Zo]}],"drop-shadow-color":[{"drop-shadow":_()}],grayscale:[{grayscale:["",ht,Re,ze]}],"hue-rotate":[{"hue-rotate":[ht,Re,ze]}],invert:[{invert:["",ht,Re,ze]}],saturate:[{saturate:[ht,Re,ze]}],sepia:[{sepia:["",ht,Re,ze]}],"backdrop-filter":[{"backdrop-filter":["","none",Re,ze]}],"backdrop-blur":[{"backdrop-blur":We()}],"backdrop-brightness":[{"backdrop-brightness":[ht,Re,ze]}],"backdrop-contrast":[{"backdrop-contrast":[ht,Re,ze]}],"backdrop-grayscale":[{"backdrop-grayscale":["",ht,Re,ze]}],"backdrop-hue-rotate":[{"backdrop-hue-rotate":[ht,Re,ze]}],"backdrop-invert":[{"backdrop-invert":["",ht,Re,ze]}],"backdrop-opacity":[{"backdrop-opacity":[ht,Re,ze]}],"backdrop-saturate":[{"backdrop-saturate":[ht,Re,ze]}],"backdrop-sepia":[{"backdrop-sepia":["",ht,Re,ze]}],"border-collapse":[{border:["collapse","separate"]}],"border-spacing":[{"border-spacing":O()}],"border-spacing-x":[{"border-spacing-x":O()}],"border-spacing-y":[{"border-spacing-y":O()}],"table-layout":[{table:["auto","fixed"]}],caption:[{caption:["top","bottom"]}],transition:[{transition:["","all","colors","opacity","shadow","transform","none",Re,ze]}],"transition-behavior":[{transition:["normal","discrete"]}],duration:[{duration:[ht,"initial",Re,ze]}],ease:[{ease:["linear","initial",B,Re,ze]}],delay:[{delay:[ht,Re,ze]}],animate:[{animate:["none",N,Re,ze]}],backface:[{backface:["hidden","visible"]}],perspective:[{perspective:[C,Re,ze]}],"perspective-origin":[{"perspective-origin":M()}],rotate:[{rotate:Je()}],"rotate-x":[{"rotate-x":Je()}],"rotate-y":[{"rotate-y":Je()}],"rotate-z":[{"rotate-z":Je()}],scale:[{scale:xt()}],"scale-x":[{"scale-x":xt()}],"scale-y":[{"scale-y":xt()}],"scale-z":[{"scale-z":xt()}],"scale-3d":["scale-3d"],skew:[{skew:Dt()}],"skew-x":[{"skew-x":Dt()}],"skew-y":[{"skew-y":Dt()}],transform:[{transform:[Re,ze,"","none","gpu","cpu"]}],"transform-origin":[{origin:M()}],"transform-style":[{transform:["3d","flat"]}],translate:[{translate:me()}],"translate-x":[{"translate-x":me()}],"translate-y":[{"translate-y":me()}],"translate-z":[{"translate-z":me()}],"translate-none":["translate-none"],zoom:[{zoom:[ca,Re,ze]}],accent:[{accent:_()}],appearance:[{appearance:["none","auto"]}],"caret-color":[{caret:_()}],"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",Re,ze]}],"field-sizing":[{"field-sizing":["fixed","content"]}],"pointer-events":[{"pointer-events":["auto","none"]}],resize:[{resize:["none","","y","x"]}],"scroll-behavior":[{scroll:["auto","smooth"]}],"scrollbar-thumb-color":[{"scrollbar-thumb":_()}],"scrollbar-track-color":[{"scrollbar-track":_()}],"scrollbar-gutter":[{"scrollbar-gutter":["auto","stable","both"]}],"scrollbar-w":[{scrollbar:["auto","thin","none"]}],"scroll-m":[{"scroll-m":O()}],"scroll-mx":[{"scroll-mx":O()}],"scroll-my":[{"scroll-my":O()}],"scroll-ms":[{"scroll-ms":O()}],"scroll-me":[{"scroll-me":O()}],"scroll-mbs":[{"scroll-mbs":O()}],"scroll-mbe":[{"scroll-mbe":O()}],"scroll-mt":[{"scroll-mt":O()}],"scroll-mr":[{"scroll-mr":O()}],"scroll-mb":[{"scroll-mb":O()}],"scroll-ml":[{"scroll-ml":O()}],"scroll-p":[{"scroll-p":O()}],"scroll-px":[{"scroll-px":O()}],"scroll-py":[{"scroll-py":O()}],"scroll-ps":[{"scroll-ps":O()}],"scroll-pe":[{"scroll-pe":O()}],"scroll-pbs":[{"scroll-pbs":O()}],"scroll-pbe":[{"scroll-pbe":O()}],"scroll-pt":[{"scroll-pt":O()}],"scroll-pr":[{"scroll-pr":O()}],"scroll-pb":[{"scroll-pb":O()}],"scroll-pl":[{"scroll-pl":O()}],"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",Re,ze]}],fill:[{fill:["none",..._()]}],"stroke-w":[{stroke:[ht,Ui,Hr,b4]}],stroke:[{stroke:["none",..._()]}],"forced-color-adjust":[{"forced-color-adjust":["auto","none"]}]},conflictingClassGroups:{"container-named":["container-type"],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"]},postfixLookupClassGroups:["container-type"],orderSensitiveModifiers:["*","**","after","backdrop","before","details-content","file","first-letter","first-line","marker","placeholder","selection"]}},eN=NM(JM);function fe(...e){return eN(cM(e))}function tN({quarantine:e,className:t}){const a=oM(),[l,i]=A.useState(!1),[o,u]=A.useState(null);if(!e)return null;const d=async()=>{if(!l){i(!0),u(null);try{await a(e)}catch(f){u(f instanceof Error?f.message:String(f))}finally{i(!1)}}};return c.jsx("section",{"aria-label":"Conductor UI safety hold",role:"alert",className:fe("shrink-0 border-b border-del/40 bg-del/10 px-3 py-2.5 text-xs",t),children:c.jsxs("div",{className:"flex items-start gap-2",children:[c.jsx(Jr,{size:16,className:"mt-0.5 shrink-0 text-del"}),c.jsxs("div",{className:"min-w-0 flex-1",children:[c.jsx("div",{className:"font-semibold text-del",children:"Remote controls are paused"}),c.jsx("p",{className:"mt-1 text-text",children:"Chats already running can continue. New remote actions are on hold."}),c.jsx("p",{className:"mt-0.5 text-text",children:e.reason}),c.jsx("p",{className:"mt-1 text-muted",children:"Inspect Conductor on your Mac. Continue only when its window is stable and no UI action is still in flight."}),c.jsxs("details",{className:"mt-1 text-[11px] text-faint",children:[c.jsx("summary",{className:"w-fit cursor-pointer py-1",children:"Technical details"}),c.jsxs("div",{className:"flex min-w-0 flex-wrap gap-x-2 text-[10px]",children:[c.jsx("span",{children:new Date(e.createdAt).toLocaleString()}),e.actionId?c.jsxs("span",{className:"max-w-full truncate",children:["Action · ",e.actionId]}):null,e.effectId?c.jsxs("span",{className:"max-w-full truncate",children:["Effect · ",e.effectId]}):null]})]}),c.jsxs("button",{type:"button",disabled:l,onClick:()=>{d()},className:"mt-2 flex min-h-9 items-center gap-1.5 rounded-lg bg-del px-3 py-1.5 font-semibold text-white disabled:opacity-50",children:[l?c.jsx(fn,{size:13,className:"animate-spin"}):c.jsx(Z9,{size:13}),"I checked — Conductor is stable"]}),o?c.jsx("p",{className:"mt-1.5 text-del",role:"alert",children:o}):null]})]})})}function nN({warning:e}){return e?c.jsx("section",{"aria-label":"Workflow unavailable",role:"alert",className:"shrink-0 border-b border-del/40 bg-del/10 px-3 py-2.5 text-xs",children:c.jsxs("div",{className:"flex items-start gap-2",children:[c.jsx(Jr,{size:16,className:"mt-0.5 shrink-0 text-del"}),c.jsxs("div",{className:"min-w-0",children:[c.jsx("div",{className:"font-semibold text-del",children:"Workflow is unavailable"}),c.jsx("p",{className:"mt-0.5 text-text",children:e})]})]})}):null}const aN="modulepreload",rN=function(e){return"/"+e},k4={},td=function(t,a,l){let i=Promise.resolve();if(a&&a.length>0){let f=function(h){return Promise.all(h.map(m=>Promise.resolve(m).then(p=>({status:"fulfilled",value:p}),p=>({status:"rejected",reason:p}))))};document.getElementsByTagName("link");const u=document.querySelector("meta[property=csp-nonce]"),d=u?.nonce||u?.getAttribute("nonce");i=f(a.map(h=>{if(h=rN(h),h in k4)return;k4[h]=!0;const m=h.endsWith(".css"),p=m?'[rel="stylesheet"]':"";if(document.querySelector(`link[href="${h}"]${p}`))return;const y=document.createElement("link");if(y.rel=m?"stylesheet":aN,m||(y.as="script"),y.crossOrigin="",y.href=h,d&&y.setAttribute("nonce",d),document.head.appendChild(y),m)return new Promise((b,v)=>{y.addEventListener("load",b),y.addEventListener("error",()=>v(new Error(`Unable to preload CSS for ${h}`)))})}))}function o(u){const d=new Event("vite:preloadError",{cancelable:!0});if(d.payload=u,window.dispatchEvent(d),!d.defaultPrevented)throw u}return i.then(u=>{for(const d of u||[])d.status==="rejected"&&o(d.reason);return t().catch(o)})};function lN(e={}){const{immediate:t=!1,onNeedReload:a,onNeedRefresh:l,onOfflineReady:i,onRegistered:o,onRegisteredSW:u,onRegisterError:d}=e;let f,h,m;const p=async(b=!0)=>{await h,m?.()};async function y(){if("serviceWorker"in navigator){if(f=await td(async()=>{const{Workbox:b}=await import("./workbox-window.prod.es5-BBnX5xw4.js");return{Workbox:b}},[]).then(({Workbox:b})=>new b("/sw.js",{scope:"/",type:"classic"})).catch(b=>{d?.(b)}),!f)return;m=()=>{f?.messageSkipWaiting()};{let b=!1;const v=()=>{b=!0,f?.addEventListener("controlling",C=>{C.isUpdate&&(a?a():window.location.reload())}),l?.()};f.addEventListener("installed",C=>{typeof C.isUpdate>"u"?typeof C.isExternal<"u"&&C.isExternal?v():!b&&i?.():C.isUpdate||i?.()}),f.addEventListener("waiting",v)}f.register({immediate:t}).then(b=>{u?u("/sw.js",b):o?.(b)}).catch(b=>{d?.(b)})}}return h=y(),p}function iN(e={}){const{immediate:t=!0,onNeedReload:a,onNeedRefresh:l,onOfflineReady:i,onRegistered:o,onRegisteredSW:u,onRegisterError:d}=e,[f,h]=A.useState(!1),[m,p]=A.useState(!1),[y]=A.useState(()=>lN({immediate:t,onNeedReload:a,onOfflineReady(){p(!0),i?.()},onNeedRefresh(){h(!0),l?.()},onRegistered:o,onRegisteredSW:u,onRegisterError:d}));return{needRefresh:[f,h],offlineReady:[m,p],updateServiceWorker:y}}const A4=6e4,sN=1e4,K2="pwa-update-attempted-at",oN=2500,cN=30*6e4,$i="pwa-update-snoozed-until";async function uN(){try{if("serviceWorker"in navigator){const t=await navigator.serviceWorker.getRegistrations();await Promise.all(t.map(a=>a.unregister()))}if("caches"in window){const t=await caches.keys();await Promise.all(t.map(a=>caches.delete(a)))}}catch{}const e=location.search?"&":"?";location.replace(`${location.pathname}${location.search}${e}_v=${Date.now()}`)}function xN(){const e=Ee(p=>p.token),t=A.useRef(null),a=A.useRef(!1),{needRefresh:[l,i],updateServiceWorker:o}=iN({onRegisteredSW(p,y){y&&(t.current=y,setInterval(()=>{y.update().catch(()=>{})},A4))}}),{data:u}=Wt({queryKey:["state"],queryFn:()=>we.state(),enabled:!!e,refetchInterval:!1}),d=u?.version,f=A.useRef(null);if(A.useEffect(()=>{!d||d==="1.131.6"||f.current===d||(f.current=d,t.current?.update().catch(()=>{}))},[d]),A.useEffect(()=>{if(!l)return;const p=Number(sessionStorage.getItem(K2));if(sessionStorage.removeItem(K2),p&&Date.now()-p<sN){i(!1);return}const y=Number(sessionStorage.getItem($i));y&&Date.now()<y&&i(!1)},[l,i]),A.useEffect(()=>{if(l)return;const p=()=>{const b=Number(sessionStorage.getItem($i));!b||Date.now()<b||t.current?.waiting&&(sessionStorage.removeItem($i),i(!0))},y=window.setInterval(p,A4);return document.addEventListener("visibilitychange",p),()=>{window.clearInterval(y),document.removeEventListener("visibilitychange",p)}},[l,i]),!l)return null;const h=()=>{sessionStorage.setItem($i,String(Date.now()+cN)),i(!1)},m=()=>{sessionStorage.removeItem($i),sessionStorage.setItem(K2,String(Date.now()));const p=()=>{a.current||(a.current=!0,window.location.reload())},y=t.current?.waiting;y?(navigator.serviceWorker?.addEventListener("controllerchange",p,{once:!0}),y.addEventListener("statechange",()=>{y.state==="activated"&&p()}),y.postMessage({type:"SKIP_WAITING"})):o(!0),window.setTimeout(()=>{a.current||(a.current=!0,uN())},oN)};return c.jsxs("div",{className:"pb-safe fade-in fixed inset-x-0 bottom-0 z-40 mx-auto flex max-w-sm items-center gap-3 rounded-t-2xl border border-border-soft bg-surface px-4 py-3 shadow-xl",children:[c.jsx($l,{size:15,className:"shrink-0 text-accent"}),c.jsx("span",{className:"flex-1 text-sm",children:"New version ready"}),c.jsx("button",{type:"button",onClick:h,className:"rounded-lg px-2 py-1 text-xs text-muted active:bg-surface-2",children:"Later"}),c.jsx("button",{type:"button",onClick:m,className:"rounded-lg bg-accent px-3 py-1 text-xs font-semibold text-on-solid transition active:scale-95",children:"Update"})]})}function dN(){return/iP(hone|ad|od)/.test(navigator.userAgent)||navigator.platform==="MacIntel"&&navigator.maxTouchPoints>1}function Th(){return window.matchMedia("(display-mode: standalone)").matches||navigator.standalone===!0}function zh(){return window.isSecureContext?"serviceWorker"in navigator?!("PushManager"in window)||!("Notification"in window)?dN()&&!Th()?"needs-install":"unsupported":"ok":"unsupported":"insecure"}function Rh(){const e=navigator.userAgent,t=/iPhone/.test(e)?"iPhone":/iPad/.test(e)||navigator.platform==="MacIntel"&&navigator.maxTouchPoints>1?"iPad":/Android/.test(e)?"Android":/Mac OS X/.test(e)?"Mac":/Windows/.test(e)?"Windows":"Browser";return Th()?t:`${t} (browser)`}function fN(e){const t=e+"=".repeat((4-e.length%4)%4),a=atob(t.replace(/-/g,"+").replace(/_/g,"/")),l=new Uint8Array(a.length);for(let i=0;i<a.length;i++)l[i]=a.charCodeAt(i);return l}function hN(e){let t="";for(const a of new Uint8Array(e))t+=String.fromCharCode(a);return btoa(t).replace(/\+/g,"-").replace(/\//g,"_").replace(/=+$/,"")}async function nd(){if(!("serviceWorker"in navigator))return null;const e=await navigator.serviceWorker.getRegistration();return e||Promise.race([navigator.serviceWorker.ready,new Promise(t=>setTimeout(()=>t(null),5e3))])}async function pN(e){const t=await nd();if(typeof t?.getNotifications=="function")try{for(const a of await t.getNotifications({tag:e}))a.close()}catch{}}async function Oh(){return await(await nd())?.pushManager.getSubscription()??null}function mN(e,t){const a=e.options.applicationServerKey;return!!a&&hN(a)===t}async function Lh(e){const t=await nd();if(!t)throw new Error("the app’s service worker isn’t running yet — reload and try again");return t.pushManager.subscribe({userVisibleOnly:!0,applicationServerKey:fN(e)})}function Ph(e){const t=e.toJSON(),a=t.keys??{};if(!t.endpoint||!a.p256dh||!a.auth)throw new Error("the browser returned an incomplete subscription");return{endpoint:t.endpoint,keys:{p256dh:a.p256dh,auth:a.auth}}}async function gN(e){let t=await Oh();if(t&&!mN(t,e)&&(await t.unsubscribe().catch(()=>{}),t=Notification.permission==="granted"?await Lh(e):null),!t)return null;const a=await we.pushSubscribe(Ph(t),Rh());return{id:a.id??null,devices:a.devices.length}}function Hh(e){return Wt({queryKey:["push"],queryFn:()=>we.push(),enabled:e,staleTime:3e4})}function EN(){const[e]=A.useState(zh),t=Ee(i=>i.setPush),{data:a}=Hh(e==="ok"),l=a?.publicKey;A.useEffect(()=>{if(e!=="ok"||!l)return;let i=!0;return gN(l).then(o=>{i&&t({deviceId:o?.id??null,devices:o?.devices??0})}).catch(()=>{}),()=>{i=!1}},[e,l,t])}function yN(){const[e]=A.useState(zh),[t,a]=A.useState(()=>"Notification"in window?Notification.permission:"unsupported"),[l,i]=A.useState(!1),[o,u]=A.useState(null),{deviceId:d,devices:f}=Ee(C=>C.push),h=Ee(C=>C.setPush),m=Hh(e==="ok"),p=m.data?.publicKey,y=A.useCallback(async()=>{i(!0),u(null);try{const C=await Notification.requestPermission();if(a(C),C!=="granted"){u(C==="denied"?"Notifications are blocked for this app — allow them in your device settings, then try again.":"Notification permission wasn’t granted.");return}const k=p??(await we.push()).publicKey,B=await Lh(k),N=await we.pushSubscribe(Ph(B),Rh());h({deviceId:N.id??null,devices:N.devices.length})}catch(C){u(C instanceof Error?C.message:String(C))}finally{i(!1)}},[p,h]),b=A.useCallback(async()=>{i(!0),u(null);try{const C=await Oh();let k=0;C&&(k=(await we.pushUnsubscribe(C.endpoint).catch(()=>null))?.devices.length??0,await C.unsubscribe()),h({deviceId:null,devices:k})}catch(C){u(C instanceof Error?C.message:String(C))}finally{i(!1)}},[h]),v=A.useCallback(async()=>{if(d){i(!0),u(null);try{const C=await we.pushTest(d);C.ok||u(C.error??"The push service rejected it.")}catch(C){u(C instanceof Error?C.message:String(C))}finally{i(!1)}}},[d]);return{support:e,permission:t,enabled:!!d,relayDisabled:m.data?.enabled===!1,busy:l,error:o,devices:f,enable:y,disable:b,test:v}}const bN="push-route",B4="/__push-route",vN=12e4;async function w4(){if(!("caches"in window))return null;try{const e=await caches.open(bN),t=await e.match(B4);if(!t)return null;await e.delete(B4);const{url:a,ts:l}=await t.json();return typeof a!="string"||!a.startsWith("/")||typeof l!="number"||Date.now()-l>vN?null:a}catch{return null}}function CN(){const e=Xr();A.useEffect(()=>{let t=!0;const a=()=>{w4().then(o=>{t&&o&&e(o)})},l=o=>{const u=o.data;u?.type==="push-navigate"&&typeof u.url=="string"&&u.url.startsWith("/")&&(w4(),e(u.url))},i=()=>{document.visibilityState==="visible"&&a()};return"serviceWorker"in navigator&&navigator.serviceWorker.addEventListener("message",l),document.addEventListener("visibilitychange",i),a(),()=>{t=!1,"serviceWorker"in navigator&&navigator.serviceWorker.removeEventListener("message",l),document.removeEventListener("visibilitychange",i)}},[e])}function kN(e,t){A.useEffect(()=>{if(!e)return;const a=()=>{document.visibilityState==="visible"&&pN(e)};return a(),document.addEventListener("visibilitychange",a),()=>document.removeEventListener("visibilitychange",a)},[e,t])}function f1(){const e=window.getSelection();return!!e&&!e.isCollapsed&&e.toString().length>0}const Qo=28;function AN(e,t){const a=window.getSelection();if(!a||a.isCollapsed||!a.rangeCount)return!1;for(const l of a.getRangeAt(0).getClientRects())if(e>=l.left-Qo&&e<=l.right+Qo&&t>=l.top-Qo&&t<=l.bottom+Qo)return!0;return!1}function BN(e){const t=Ee(i=>i.setSidebarOpen),a=Ee(i=>i.sidebarOpen),l=A.useRef(a);l.current=a,A.useEffect(()=>{const i=e.current;i&&(i.style.transition="",i.style.transform="")},[a,e]),A.useEffect(()=>{const u=window.matchMedia("(min-width: 768px)"),d=()=>e.current;let f=!1,h=!1,m=!1,p=!1,y=0,b=0,v=0,C=0;const k=j=>{const O=d();O&&(O.style.transition="none",O.style.transform=`translateX(${j}px)`,C=j)},B=()=>{const j=d();j&&(j.style.transition="",j.style.transform="")},N=j=>{for(let O=j;O;O=O.parentElement)if(O.scrollLeft>0)return!0;return!1},F=()=>{f&&(f=!1,B())},S=j=>{if(F(),u.matches||j.touches.length!==1)return;const O=j.touches[0];if(l.current){const P=d()?.getBoundingClientRect().right??0;if(O.clientX>P)return}else if(O.clientX>44||N(j.target))return;AN(O.clientX,O.clientY)||(f=!0,h=!1,m=!1,p=f1(),y=O.clientX,b=O.clientY,v=d()?.offsetWidth??0)},M=j=>{if(!f||m)return;if(!p&&f1()){m=!0;return}const O=j.touches[0],P=O.clientX-y,T=O.clientY-b;if(!h){if(Math.abs(T)>Math.abs(P)&&Math.abs(T)>8){m=!0;return}if(Math.abs(P)<6)return;h=!0}j.preventDefault();const G=l.current?0:-v;k(Math.max(-v,Math.min(0,G+P)))},D=()=>{if(!f)return;if(f=!1,!h||m)return B();const j=v?(C+v)/v:0;B(),t(j>.4)};return window.addEventListener("touchstart",S,{passive:!0}),window.addEventListener("touchmove",M,{passive:!1}),window.addEventListener("touchend",D),window.addEventListener("touchcancel",D),document.addEventListener("visibilitychange",F),()=>{window.removeEventListener("touchstart",S),window.removeEventListener("touchmove",M),window.removeEventListener("touchend",D),window.removeEventListener("touchcancel",D),document.removeEventListener("visibilitychange",F)}},[e,t])}const D4='input, textarea, [contenteditable]:not([contenteditable="false"])';function wN(){A.useEffect(()=>{const e=window.visualViewport;if(!e)return;const t=document.documentElement;(matchMedia("(display-mode: standalone)").matches||navigator.standalone)&&t.setAttribute("data-standalone","");let a=0,l;const i=()=>{t.style.removeProperty("--app-height"),t.removeAttribute("data-keyboard")},o=m=>{m&&!l?l=setInterval(u,300):!m&&l&&(clearInterval(l),l=void 0)},u=()=>{const m=document.activeElement,p=m instanceof HTMLElement&&m.matches(D4),y=e.scale>1.01;!p||y?(!y&&window.innerHeight-e.height<120&&(a=e.height),i()):(a||window.innerHeight)-e.height>40?(t.style.setProperty("--app-height",`${Math.round(e.height+e.offsetTop)}px`),t.setAttribute("data-keyboard","")):i(),o(p||t.hasAttribute("data-keyboard")),window.scrollY!==0&&window.scrollTo(0,0)};let d;const f=()=>{u(),clearTimeout(d),d=setTimeout(u,350)},h=()=>{if(document.visibilityState==="hidden"){const m=document.activeElement;m instanceof HTMLElement&&m.matches(D4)&&m.blur(),i(),o(!1)}else f()};return u(),e.addEventListener("resize",u),e.addEventListener("scroll",u),window.addEventListener("pageshow",f),document.addEventListener("visibilitychange",h),document.addEventListener("focusin",f),document.addEventListener("focusout",f),()=>{clearTimeout(d),o(!1),e.removeEventListener("resize",u),e.removeEventListener("scroll",u),window.removeEventListener("pageshow",f),document.removeEventListener("visibilitychange",h),document.removeEventListener("focusin",f),document.removeEventListener("focusout",f),i()}},[])}function Ql(){const e=Ee(a=>a.setOnline),t=Ee(a=>a.setToken);return A.useCallback((a,l)=>{e(a),l instanceof E0&&l.status===401&&t(null)},[e,t])}function DN(e,t){const[a,l]=A.useState(e);return A.useEffect(()=>{const i=setTimeout(()=>l(e),t);return()=>clearTimeout(i)},[e,t]),a}function FN(e,t,a=!1){return Wt({queryKey:["workspaceFiles",e],queryFn:()=>we.workspaceFiles(e),enabled:t&&!!e,staleTime:12e4,refetchInterval:a?5e3:!1,retry:!1})}function SN(e){return Wt({queryKey:["dev-server",e],queryFn:()=>we.devServer(e),enabled:!!e,refetchInterval:2500})}function MN(e,t){const a=Ql(),l=Wt({queryKey:["diff",e],queryFn:()=>we.diff(e),enabled:t&&!!e,refetchInterval:5e3});return A.useEffect(()=>{l.isError&&a(!1,l.error)},[l.isError,l.error,a]),l}function NN(e,t,a){return Wt({queryKey:["fileDiff",e,t],queryFn:()=>we.fileDiff(e,t),enabled:a&&!!e&&!!t,refetchInterval:5e3,retry:!1})}function jN(e,t){return Wt({queryKey:["filePreview",e],queryFn:()=>we.filePreview(e),enabled:t&&!!e,refetchInterval:5e3,retry:!1})}function ad(){const e=Rn(),t=Eh(),a=Ee(p=>p.addPending),l=Ee(p=>p.failPending),i=Ee(p=>p.removePending),o=Ee(p=>p.markWorking),u=Ee(p=>p.clearAgentDraft),d=Ee(p=>p.clearDraftContent),f=Ee(p=>p.workflowClientId),h=Ee(p=>p.finishWorkflowAttempt),m=Ee(p=>p.setWorkflowDraft);return A.useCallback(async p=>{const y=p.text.trim();if(!y)return!1;const{sessionId:b,workspaceId:v}=p,C={kind:"existing_session",workspaceId:v,sessionId:b},k=`workflow:existing:${v}:${b}`,B=p.id??(p.workflow?f(k,dh(y,C)):crypto.randomUUID()),N=!p.workflow&&(p.auto??Ee.getState().agentDrafts[b]?.auto??!1);a({id:B,sessionId:b,workspaceId:v,text:y,queue:p.queue,workflow:p.workflow,auto:N});try{const F=Ee.getState().agentDrafts[b],S=F&&Object.fromEntries(Object.entries(F).filter(([j])=>j!=="auto")),M=!N&&!p.workflow&&S&&Object.keys(S).length?S:void 0;if(p.workflow){if(await t({clientId:B,objective:y,target:C}),d(b),m(b,!1),h(k,B),F){const j=Object.fromEntries(Object.entries(F).filter(([O])=>O!=="plan"));Object.keys(j).length&&u(b,j)}return i(B),e.invalidateQueries({queryKey:["sessions",v]}),!0}const D=await we.sendPrompt(b,y,v,M,B,p.queue,N);if(D.ok||D.parked){const j=N?F:{...M,auto:F?.auto};return j&&(u(b,j),e.invalidateQueries({queryKey:["sessions",v]})),D.ok&&o(b),e.invalidateQueries({queryKey:["state"]}),setTimeout(()=>i(B),4e3),!0}l(B,D.error||"Send failed")}catch(F){l(B,F instanceof Error?F.message:String(F))}return!1},[a,l,i,o,u,d,e,t,f,h,m])}function F4(e){return e.endsWith(".0")?e.slice(0,-2):e}function ea(e){return e>=1e6?`${F4((e/1e6).toFixed(e<1e7?1:0))}M`:e>=1e3?`${F4((e/1e3).toFixed(e<1e5?1:0))}k`:String(e)}function Qu(e,t){if(e<=0||t<=0)return"0%";const a=e/t*100;return a<1?"<1%":`${Math.round(a)}%`}function _N(e){const t=[],a=e.split(nS);for(let l=0;l<a.length;l++){const i=a[l];if(l===0){i&&t.push({text:i,hit:!1});continue}const o=i.indexOf(aS);if(o<0){i&&t.push({text:i,hit:!0});continue}const u=i.slice(0,o),d=i.slice(o+1);u&&t.push({text:u,hit:!0}),d&&t.push({text:d,hit:!1})}return t}function Gh(e){return e.state==="setting_up"}const TN={merged:"var(--color-pr-merged)",draft:"var(--color-pr-draft)",conflicts:"var(--color-pr-attention)",checks_failed:"var(--color-pr-attention)",checks_pending:"var(--color-working)",mergeable:"var(--color-pr-mergeable)"};function zN(e){return Gh(e)?{color:"var(--color-muted)",spinning:!0}:{color:e.pr_status&&TN[e.pr_status]||"var(--color-done)",spinning:e.session_status==="working"||e.pr_status==="checks_pending"}}function RN(e){return e.pr_status==="merged"}function ON(e){return D1(e)==="done"}function D1(e){return Gh(e)?"setting-up":e.manual_status||e.derived_status||"in-progress"}const S4=["done","in-review","in-progress","setting-up","backlog","canceled"],Ih=["backlog","in-progress","in-review","done","canceled"];function h1(e){return{done:"Done","in-review":"In review","in-progress":"In progress","setting-up":"Setting up",backlog:"Backlog",canceled:"Canceled"}[e]??e}const LN=["today","yesterday","week","month","older"];function PN(e){return{today:"Today",yesterday:"Yesterday",week:"Past week",month:"Past month",older:"Older"}[e]}function M4(e){const t=new Date(e);return t.setHours(0,0,0,0),t.getTime()}function HN(e,t=new Date){const a=new Date(s0(e));if(!Number.isFinite(a.getTime()))return"older";const l=Math.round((M4(t)-M4(a))/864e5);return l<=0?"today":l===1?"yesterday":l<7?"week":l<30?"month":"older"}const rd={done:"var(--color-pr-merged)","in-review":"var(--color-pr-mergeable)","in-progress":"var(--color-done)","setting-up":"var(--color-muted)"};function ld(e,t=120){const l=(e.split(`
|
|
20
20
|
`).find(i=>i.trim())??"").replace(/^[\s>#*\-+]+/,"").replace(/`/g,"").replace(/\s+/g," ").trim();return l.length>t?`${l.slice(0,t-1)}…`:l}function id(e){const t=Math.max(0,Math.floor(e/1e3)),a=t%60,l=Math.floor(t/60)%60,i=Math.floor(t/3600),o=u=>String(u).padStart(2,"0");return i?`${i}h ${o(l)}m ${o(a)}s`:l?`${l}m ${o(a)}s`:`${a}s`}const GN=6e4,IN=60*GN,VN=24*IN,UN=7*VN;function Vh(e){return e.toLocaleTimeString(void 0,{hour:"2-digit",minute:"2-digit"})}function Uh(e,t){return`${e.toLocaleDateString(void 0,{month:"short",day:"numeric",...e.getFullYear()===t.getFullYear()?{}:{year:"numeric"}})}, ${Vh(e)}`}function $N(e){const t=new Date(s0(e));if(!Number.isFinite(t.getTime()))return"";const a=new Date;return t.toDateString()===a.toDateString()?Vh(t):Uh(t,a)}function $h(e,t=Date.now()){const a=new Date(s0(e)),l=t-a.getTime();return Number.isFinite(l)?l>=UN?Uh(a,new Date(t)):qh(e,t):""}function Zh(e){const t=s0(e);if(!Number.isFinite(t))return"";const a=Math.round((Date.now()-t)/1e3);if(a<45)return"now";if(a<90)return"1m";const l=Math.round(a/60);if(l<60)return`${l}m`;const i=Math.round(l/60);return i<24?`${i}h`:`${Math.round(i/24)}d`}let Gr;function qh(e,t=Date.now()){const a=s0(e);if(!Number.isFinite(a))return"";const l=Math.round((t-a)/1e3);if(l<45)return"now";if(Gr??=new Intl.RelativeTimeFormat(void 0,{numeric:"auto"}),l<90)return Gr.format(-1,"minute");const i=Math.round(l/60);if(i<60)return Gr.format(-i,"minute");const o=Math.round(i/60);if(o<24)return Gr.format(-o,"hour");const u=Math.round(o/24);if(u<30)return Gr.format(-u,"day");const d=Math.round(u/30.4);return d<12?Gr.format(-d,"month"):Gr.format(-Math.round(u/365),"year")}const N4=["Workspace","View","App"],Gl=sh(e=>({open:!1,setOpen:t=>e(a=>({open:typeof t=="function"?t(a.open):t})),sources:{},register:(t,a)=>e(l=>({sources:{...l.sources,[t]:a}})),unregister:t=>e(a=>{const{[t]:l,...i}=a.sources;return{sources:i}})}));function j4(e){const t=N4.indexOf(e.group??"");return t===-1?N4.length:t}function Qh(e){return Object.values(e).flat().map((t,a)=>({command:t,index:a})).sort((t,a)=>j4(t.command)-j4(a.command)||t.index-a.index).map(t=>t.command)}function ZN(){const e=Gl(t=>t.sources);return A.useMemo(()=>Qh(e),[e])}function Kh(e,t){const a=Gl(i=>i.register),l=Gl(i=>i.unregister);A.useEffect(()=>(a(e,t),()=>l(e)),[e,t,a,l])}function qN(e){const t=e.trimStart();return t.startsWith(">")?{commandsOnly:!0,query:t.slice(1).trim()}:{commandsOnly:!1,query:e}}function QN(e){return[e.group,e.label,...e.keywords??[]].filter(Boolean).join(" ").toLowerCase()}function KN(e,t){const a=e.filter(o=>!o.hidden&&o.enabled!==!1),l=X9(t);if(!l.length)return a;const i=[];for(const o of a){if(!l.every(f=>QN(o).includes(f)))continue;const u=o.label.toLowerCase(),d=u.startsWith(l[0])?0:l.every(f=>u.includes(f))?1:2;i.push({command:o,rank:d})}return i.sort((o,u)=>o.rank-u.rank).map(o=>o.command)}function YN(e,t,a){if(e.key.toLowerCase()!==t.key.toLowerCase())return!1;const l=!!t.mod;return e.metaKey===(a&&l)&&e.ctrlKey===(!a&&l)&&e.shiftKey===!!t.shift&&e.altKey===!!t.alt}function WN(e,t,a){return e.find(l=>l.enabled!==!1&&!!l.shortcut&&YN(t,l.shortcut,a))}function XN(e,t){const a=e.key.length===1?e.key.toUpperCase():e.key;return t?[...e.alt?["⌥"]:[],...e.shift?["⇧"]:[],...e.mod?["⌘"]:[],a]:[...e.mod?["Ctrl"]:[],...e.alt?["Alt"]:[],...e.shift?["Shift"]:[],a]}function Yh(e=typeof navigator>"u"?void 0:navigator){return/Mac|iPhone|iPad|iPod/i.test(`${e?.platform??""} ${e?.userAgent??""}`)}function JN(e){return e instanceof HTMLElement?e.isContentEditable||/^(INPUT|TEXTAREA|SELECT)$/.test(e.tagName):!1}function ej(){A.useEffect(()=>{const e=Yh(),t=a=>{if(a.isComposing||a.repeat||!(a.metaKey||a.ctrlKey||a.altKey)&&JN(a.target))return;const l=WN(Qh(Gl.getState().sources),a,e);l&&(a.preventDefault(),l.run())};return window.addEventListener("keydown",t),()=>window.removeEventListener("keydown",t)},[])}function tj({statusNow:e,diffOpen:t,canCreateChat:a,canSetStatus:l,hasChat:i,canCall:o,voiceActive:u,setStatus:d}){const f=A.useRef(null),h=A.useMemo(()=>e?[{id:"workspace.call",label:u?"Open active call":"Call this workspace",group:"Workspace",icon:pr,keywords:["voice","phone","active chat","context"],enabled:o,run:()=>f.current?.openCall()},{id:"workspace.diff",label:t?"Hide changes":"Show changes",group:"Workspace",icon:B1,keywords:["diff","files","review","patch"],run:()=>f.current?.toggleDiff()},{id:"workspace.newChat",label:"New chat",group:"Workspace",icon:GB,keywords:["tab","session","same files"],enabled:a,run:()=>f.current?.createChat()},{id:"workspace.context",label:"Context breakdown",group:"Workspace",icon:L9,keywords:["tokens","window","usage"],enabled:i,run:()=>f.current?.openContext()},...Ih.map(m=>({id:`workspace.status.${m}`,label:`Status: ${h1(m)}`,group:"Workspace",keywords:["mark","move","sidebar","group"],checked:m===e,enabled:l,run:()=>{m!==e&&d(m)}}))]:[],[e,t,a,l,i,o,u,d]);return Kh("workspace",h),f}function sd(){const e=Ql(),t=Ee(l=>l.setUpdate),a=Wt({queryKey:["state"],queryFn:()=>we.state(),refetchInterval:2500});return A.useEffect(()=>{a.isSuccess&&(e(!0),t(a.data.update??null)),a.isError&&e(!1,a.error)},[a.isSuccess,a.isError,a.error,a.data,e,t]),a}function Wh(){return Wt({queryKey:["repos"],queryFn:()=>we.repos(),staleTime:6e4})}function nj(e,t){const a=Ql(),l=Wt({queryKey:["workspace",e],queryFn:()=>we.workspace(e),enabled:t&&!!e,staleTime:Number.POSITIVE_INFINITY,retry:(i,o)=>!(o instanceof E0&&o.status===404)&&i<1});return A.useEffect(()=>{l.isError&&!(l.error instanceof E0&&l.error.status===404)&&a(!1,l.error)},[l.isError,l.error,a]),l}function Xh(e,t=!0){const a=Ql(),l=Wt({queryKey:["sessions",e],queryFn:()=>we.sessions(e),enabled:!!e,refetchInterval:t?2e3:!1});return A.useEffect(()=>{l.isError&&a(!1,l.error)},[l.isError,l.error,a]),l}function aj(e){return Wt({queryKey:["repoIcon",e],queryFn:()=>we.repoIcon(e),enabled:!!e,staleTime:Number.POSITIVE_INFINITY,gcTime:Number.POSITIVE_INFINITY,retry:!1})}const rj=200,Jh=1e3;function lj(e,t){if(!e||e.length>Jh)return null;let a;try{a=decodeURIComponent(e)}catch{return null}if(!Yx(a)||a.includes("\0")||/^[a-z][a-z\d+.-]*:/i.test(a)||a.startsWith("//")||a.split("/").includes(".."))return null;if(a.startsWith("/")||a.startsWith("~/"))return a;const l=a.replace(/^(?:\.\/)+/,"");return l?t?`${t}/${l}`:l:null}function ij(e,t){if(!e||e.length>Jh||e.includes("\0")||!/^\.context\/attachments\/[A-Za-z0-9]{6}\/[^/]+$/.test(e))return null;const a=Yx(e)?"image":Kx(e)?"source":null;return a?{reference:t?`${t}/${e}`:e,kind:a}:null}function e7(e,t){const a=new Map;for(const l of t??[]){const i=l.slice(l.lastIndexOf("/")+1),o=a.get(i);o?o.push(l):a.set(i,[l])}return l=>{const i=sj(l);if(!i)return null;const{path:o,location:u}=i;if(o.startsWith("/")||o.startsWith("~/"))return o+u;if(!e)return null;const d=oj(a,o);return d?`${e}/${d}${u}`:null}}function sj(e){if(!e||e.length>rj||/\s/.test(e)||e.includes("://"))return null;const t=e.match(/:([1-9]\d*)(?::\d+)?$/),a=t?t[0]:"",l=t?e.slice(0,-a.length):e;return l.startsWith("../")||l.includes("/../")?null:Kx(l)?{path:l.startsWith("./")?l.slice(2):l,location:a}:null}function oj(e,t){const a=t.slice(t.lastIndexOf("/")+1),l=e.get(a);if(!l)return null;const i=l.filter(o=>o===t||o.endsWith(`/${t}`));return i.length===1?i[0]:null}const F1=A.createContext(null),cj=F1.Provider,uj=e7(null,void 0);function t7(e){const t=A.useContext(F1)?.resolveMention??uj;return e===null?null:t(e)}function n7(e){return lj(e,A.useContext(F1)?.worktree??null)}function a7(e){return ij(e,A.useContext(F1)?.worktree??null)}function xj(){const e=location.hostname;return!e||e==="localhost"||e.startsWith("127.")?null:`vnc://${e}`}function r7(e,t){const a=[],l=new Set(e?[e]:[]);let i=e?t[e]?.previousSessionId:void 0;for(;i&&!l.has(i);)l.add(i),a.unshift(i),i=t[i]?.previousSessionId;return a}function Ku(e,t){const a=new Map(Object.entries(t).map(([o,u])=>[u.previousSessionId,o])),l=new Set;let i=e;for(;i&&a.has(i)&&!l.has(i);)l.add(i),i=a.get(i)??i;return i}function l7(e,t){const a=new Set(Object.values(t).map(l=>l.previousSessionId));return e.filter(l=>!a.has(l.id)).map(l=>{const i=t[l.id];return i?{...l,title:i.title||l.title,created_at:i.createdAt}:l}).sort((l,i)=>l.created_at.localeCompare(i.created_at))}var G0=d9();function S1(){return Wt({queryKey:["model-catalog"],queryFn:we.modelCatalog,staleTime:6e4,gcTime:Number.POSITIVE_INFINITY,retry:!1})}function i7(){return Wt({queryKey:["auto-model-config"],queryFn:we.autoModelConfig,staleTime:6e4,retry:!1})}function s7(){return Wt({queryKey:["model-defaults"],queryFn:we.modelDefaults,staleTime:0,gcTime:Number.POSITIVE_INFINITY,retry:!1})}function dj(e){return Wt({queryKey:["plan-usage"],queryFn:()=>we.planUsage(),enabled:e,staleTime:6e4,gcTime:Number.POSITIVE_INFINITY,retry:!1})}function fj(e){return Wt({queryKey:["tool-usage",e],queryFn:()=>we.toolUsage(e),staleTime:6e4,retry:!1})}function o7(e,t=!0,a){return Wt({queryKey:["context-breakdown",e,a??null],queryFn:()=>we.contextBreakdown(e),enabled:t&&!!e,staleTime:0,retry:!1})}function od(e=!0){return Wt({queryKey:["roles"],queryFn:we.roles,enabled:e,staleTime:3e4,retry:!1})}const Y2=["planning","exploration","implementation"];function c7(e=!0){const t=od(e),a=t.data?Y2.find(o=>!t.data.roles[o]):void 0,l=t.data?.issues.find(o=>Y2.some(u=>u===o.role)),i=t.isError?"Could not load delegated roles.":t.data?.warning??(a?`Workflow needs a configured ${a} role.`:l?.error.message);return{roles:t,planningRole:t.data?.roles.planning,problem:i,ready:Y2.every(o=>!!t.data?.roles[o])&&!i}}function hj(e,t,a){const l=e?.agent_type??"claude",i=Rn();return Wt({queryKey:["models",l],queryFn:async()=>{const o=await we.models(e.id,t);if(!o.ok||!o.models?.length)throw new Error(o.error??"could not read the model list");return await i.invalidateQueries({queryKey:["model-catalog"]}),o},enabled:a&&!!e,staleTime:0,gcTime:Number.POSITIVE_INFINITY,retry:!1})}const u7=[{key:"initial",label:"Initial context",barClass:"bg-context-initial",ringClass:"stroke-context-initial"},{key:"chat",label:"Chat",barClass:"bg-context-chat",ringClass:"stroke-context-chat"},{key:"thinking",label:"Thinking",barClass:"bg-working",ringClass:"stroke-working"},{key:"tools",label:"Tool calls",barClass:"bg-context-tools",ringClass:"stroke-context-tools"}];function pj(e,t){if(!t||t.totalTokens<=0)return[];const a=Math.min(100,Math.max(0,e));let l=0;return u7.flatMap(i=>{const o=Math.max(0,t.categories[i.key]),u=Math.min(100-l,o/t.totalTokens*a);if(u<=0)return[];const d={key:i.key,label:i.label,ringClass:i.ringClass,length:u,offset:l};return l+=u,[d]})}function W2(e,t,a){let l=e;const i=Math.min(l,t);l-=i;const o=Math.min(l,Math.max(0,a-t));return l-=o,[{key:"chat",tokens:i,color:"bg-context-chat"},{key:"thinking",tokens:o,color:"bg-working"},{key:"tools",tokens:l,color:"bg-context-tools"}]}function mj({label:e,layers:t,scale:a}){return c.jsx("div",{role:"img","aria-label":`${e}: ${ea(t.reduce((l,i)=>l+i.tokens,0))} estimated tokens`,className:"flex h-1.5 overflow-hidden rounded-full bg-surface-2",children:t.map(l=>l.tokens>0?c.jsx("span",{className:l.color,style:{width:`${l.tokens/a*100}%`}},l.key):null)})}function gj({data:e}){const t=typeof e.usedPercent=="number"?`${Math.round(e.usedPercent)}% used`:null,a=u7.map(o=>({...o,color:o.barClass,tokens:e.categories[o.key]})),l=Math.max(e.forkTokens.concise,e.forkTokens.reasoning,e.forkTokens.full,1),i=[{label:"Concise",detail:"Messages only",tokens:e.forkTokens.concise,layers:W2(e.forkTokens.concise,e.forkTokens.concise,e.forkTokens.reasoning)},{label:"With reasoning",detail:"Messages and reasoning",tokens:e.forkTokens.reasoning,layers:W2(e.forkTokens.reasoning,e.forkTokens.concise,e.forkTokens.reasoning)},{label:"Full transcript",detail:"Messages, reasoning, and tools",tokens:e.forkTokens.full,layers:W2(e.forkTokens.full,e.forkTokens.concise,e.forkTokens.reasoning)}];return c.jsxs("div",{className:"space-y-5",children:[c.jsxs("section",{"aria-labelledby":"context-composition-heading",children:[c.jsxs("div",{className:"mb-3 flex items-baseline gap-2",children:[c.jsx("h3",{id:"context-composition-heading",className:"min-w-0 flex-1 text-sm font-semibold",children:"Inside this context"}),c.jsxs("span",{className:"text-sm font-semibold tabular-nums",children:[ea(e.totalTokens)," tokens"]}),t?c.jsx("span",{className:"text-xs tabular-nums text-muted",children:t}):null]}),c.jsx("div",{role:"img","aria-label":a.map(o=>`${o.label} ${Qu(o.tokens,e.totalTokens)}`).join(", "),className:"flex h-2.5 overflow-hidden rounded-full bg-surface-2",children:a.map(o=>o.tokens>0&&e.totalTokens>0?c.jsx("span",{className:o.color,style:{width:`${o.tokens/e.totalTokens*100}%`}},o.key):null)}),c.jsx("div",{className:"mt-3 grid grid-cols-2 gap-x-5 gap-y-2.5",children:a.map(o=>{const u=Qu(o.tokens,e.totalTokens);return c.jsxs("div",{className:"min-w-0 text-xs",children:[c.jsxs("div",{className:"flex items-center gap-2 text-muted",children:[c.jsx("span",{className:`size-2 shrink-0 rounded-full ${o.color}`}),c.jsx("span",{children:o.label})]}),c.jsxs("div",{className:"mt-0.5 pl-4 tabular-nums",children:[o.tokens?"≈":"",ea(o.tokens)," · ",u]})]},o.key)})}),c.jsxs("p",{className:"mt-3 text-[11px] leading-relaxed text-faint",children:["Categories are estimated from the last completed turn. Chat is user prompts and visible replies. Initial context is the remainder: system and developer prompts, project instructions, skills, tool definitions, attachments, ",e.compacted?"compacted summaries, ":"","and provider overhead."]})]}),c.jsxs("section",{"aria-labelledby":"fork-size-heading",className:"border-t border-border-soft pt-4",children:[c.jsx("h3",{id:"fork-size-heading",className:"mb-2 text-sm font-semibold",children:"Estimated fork payload"}),c.jsxs("div",{className:"divide-y divide-border-soft overflow-hidden rounded-xl border border-border-soft",children:[c.jsxs("div",{className:"flex items-center gap-3 px-3 py-2.5",children:[c.jsxs("span",{className:"min-w-0 flex-1",children:[c.jsx("span",{className:"block text-xs font-medium",children:"Last message only"}),c.jsx("span",{className:"block text-[11px] text-faint",children:"This response, without history"})]}),c.jsx("span",{className:"text-[11px] text-faint",children:"Depends on message"})]}),i.map(o=>c.jsxs("div",{className:"space-y-2 px-3 py-2.5",children:[c.jsxs("div",{className:"flex items-center gap-3",children:[c.jsxs("span",{className:"min-w-0 flex-1",children:[c.jsx("span",{className:"block text-xs font-medium",children:o.label}),c.jsx("span",{className:"block text-[11px] text-faint",children:o.detail})]}),c.jsxs("span",{className:"shrink-0 text-xs font-medium tabular-nums",children:["≈",ea(o.tokens)]})]}),c.jsx(mj,{label:o.label,layers:o.layers,scale:l})]},o.label))]}),e.forkTokens.reasoning===e.forkTokens.concise?c.jsx("p",{className:"mt-2 text-[11px] leading-relaxed text-muted",children:"No saved reasoning is available to copy, so Concise and With reasoning are the same size."}):null,c.jsxs("p",{className:"mt-2 text-[11px] leading-relaxed text-faint",children:["The bars reuse the context colors; the source's initial context is not copied. Fork sizes use the full saved transcript",e.compacted?", including history before compaction":"","."]})]})]})}function Ej({sessionId:e,title:t,revision:a,onClose:l}){const i=o7(e,!0,a);return G0.createPortal(c.jsxs(c.Fragment,{children:[c.jsx("div",{className:"fixed inset-0 z-50 bg-black/60",onClick:l,"aria-hidden":!0}),c.jsxs("div",{role:"dialog","aria-modal":"true","aria-label":"Context breakdown",className:"fade-in pb-safe fixed inset-x-0 bottom-0 z-50 mx-auto flex max-h-[85dvh] max-w-md flex-col rounded-t-3xl border border-border-soft bg-surface shadow-xl md:inset-0 md:m-auto md:h-fit md:rounded-3xl",children:[c.jsxs("div",{className:"flex shrink-0 items-center gap-2 border-b border-border-soft px-4 py-3",children:[c.jsxs("div",{className:"min-w-0 flex-1",children:[c.jsx("h2",{className:"text-base font-semibold",children:"Context"}),c.jsx("p",{className:"truncate text-xs text-muted",children:t||"Untitled"})]}),c.jsx("button",{type:"button",onClick:l,"aria-label":"Close context breakdown",className:"flex size-8 shrink-0 items-center justify-center rounded-full text-muted active:bg-surface-2",children:c.jsx(hn,{size:18})})]}),c.jsx("div",{className:"min-h-0 flex-1 overflow-y-auto overscroll-contain p-4",children:i.data?c.jsx(gj,{data:i.data}):i.isError?c.jsxs("div",{className:"flex flex-col items-center gap-3 py-8 text-center",children:[c.jsx("p",{className:"text-sm text-del",children:i.error instanceof Error?i.error.message:"Could not read this context."}),c.jsx("button",{type:"button",onClick:()=>{i.refetch()},className:"rounded-full border border-border px-3 py-1.5 text-xs font-medium active:bg-surface-2",children:"Try again"})]}):c.jsxs("div",{className:"flex items-center justify-center gap-2 py-10 text-sm text-muted",children:[c.jsx(fn,{size:16,className:"animate-spin"}),"Reading context…"]})})]})]}),document.body)}const yj=2e3;function bj(e){if(e.files.length)return Array.from(e.files);const t=e.getData("text/plain");return t.length<=yj?[]:[new File([t],"pasted-text.txt",{type:"text/plain"})]}async function cd(e){if(navigator.clipboard?.writeText)return navigator.clipboard.writeText(e);const t=document.createElement("textarea");t.value=e,t.setAttribute("readonly",""),t.style.cssText="position:fixed;opacity:0",document.body.append(t),t.select();const a=document.execCommand("copy");if(t.remove(),!a)throw new Error("Clipboard unavailable")}const vj={activity:Fv,anchor:Mv,apple:jv,atom:Zv,award:Qv,banknote:Yv,battery:Xv,beer:eC,bell:R9,bike:aC,bird:lC,bluetooth:sC,book:xC,"book-open":cC,bookmark:fC,bot:O9,box:mC,brain:EC,briefcase:bC,brush:CC,bug:wC,"bug-play":AC,building:MC,"building-2":FC,cake:jC,calendar:TC,camera:RC,car:LC,carrot:HC,cat:IC,"chart-bar":UC,"chart-line":ZC,"chart-pie":L9,clapperboard:lk,clock:P9,cloud:dk,code:mk,"code-xml":hk,coffee:Ek,cog:bk,compass:Ck,cpu:Bk,"credit-card":Dk,crown:Sk,database:Nk,dna:_k,dog:zk,"dollar-sign":Ok,dumbbell:Gk,egg:$k,factory:Kk,feather:Wk,file:nA,"file-code":Jk,film:rA,fish:iA,flag:oA,flame:uA,"flask-conical":dA,folder:pA,"gamepad-2":yA,gem:CA,gift:AA,"git-branch":FA,github:_A,glasses:zA,globe:OA,"graduation-cap":PA,"grid-3x3":GA,hammer:VA,headphones:$A,heart:KA,"heart-pulse":qA,house:JA,image:G9,key:iB,laptop:oB,"layout-grid":dB,layers:uB,leaf:mB,lightbulb:EB,link:bB,lock:wB,mail:MB,map:V9,"map-pin":jB,martini:zB,medal:OB,"message-circle":PB,"message-square":VB,mic:U9,microscope:QB,monitor:JB,moon:$9,music:nw,orbit:rw,package:iw,paintbrush:ow,paperclip:Ox,"paw-print":fw,pen:pw,pencil:gw,phone:Cw,pill:Aw,pipette:ww,pizza:Fw,plane:Mw,plug:_w,power:Rw,puzzle:Lw,rabbit:Gw,radio:Vw,rocket:Zw,ruler:Ww,salad:Kw,satellite:Jw,scissors:aD,server:uD,settings:hD,shell:mD,shield:yD,ship:vD,"shopping-bag":kD,"shopping-cart":BD,smartphone:FD,snail:MD,soup:TD,sparkles:Hx,sprout:OD,star:Ou,stethoscope:GD,store:VD,sun:Gx,tag:qD,tags:KD,target:WD,telescope:JD,terminal:tF,ticket:aF,"train-front":lF,"tree-pine":cF,"trending-up":xF,trophy:hF,turtle:mF,user:EF,users:bF,utensils:CF,video:AF,wallet:wF,"wand-2":Q8,"wand-sparkles":Q8,warehouse:SF,wheat:_F,wifi:K9,wine:OF,wrench:HF,zap:Vx};function x7({state:e,color:t="var(--color-working)",className:a}){return e==="failed"?c.jsx("span",{className:fe("dot-error",a),role:"img","aria-label":"Send failed","data-prompt-state":"failed",children:c.jsx(hn,{size:8,strokeWidth:3,"aria-hidden":!0})}):c.jsx("span",{className:fe("dot-spinner",a),style:{"--spin-color":t},role:"img","aria-label":"Prompt pending","data-prompt-state":"sending"})}function Cj({w:e,promptState:t,className:a}){const{color:l,spinning:i}=zN(e);return t?c.jsx(x7,{state:t,color:l,className:a}):i?c.jsx("span",{className:fe("dot-spinner",a),style:{"--spin-color":l}}):c.jsx("span",{className:fe("dot",a),style:{background:l}})}function kj({className:e}){return c.jsx("span",{className:fe("flex size-3 items-center justify-center rounded-full bg-surface text-add ring-2 ring-surface",e),role:"img","aria-label":"Run active",children:c.jsx(zu,{size:7,strokeWidth:0,fill:"currentColor","aria-hidden":!0})})}function Aj(e){const t=Math.max(0,Math.round(e/1e3));if(t<90)return`${t}s`;const a=Math.round(t/60);return a<60?`${a}m`:`${Math.round(a/60)}h`}function Bj(){const e=Ee(u=>u.online),t=Ee(u=>u.lastSyncAt),a=Ee(u=>u.update),l=a?.mode==="auto"&&a.available,[i,o]=A.useState(()=>Date.now());return A.useEffect(()=>{if(e)return;const u=setInterval(()=>o(Date.now()),1e3);return()=>clearInterval(u)},[e]),l?c.jsxs("div",{className:"fade-in flex items-center gap-1.5 bg-accent/10 px-3 py-1.5 text-xs text-accent",children:[c.jsx($l,{size:13,className:"animate-spin"}),c.jsxs("span",{children:["Updating relay to ",a?.latest??"latest","… reconnecting"]})]}):e?null:c.jsxs("div",{className:"fade-in flex items-center gap-1.5 bg-del/10 px-3 py-1.5 text-xs text-del",children:[c.jsx(Ix,{size:13}),c.jsxs("span",{children:["Offline — retrying…",t?` last synced ${Aj(i-t)} ago`:""]})]})}function xa({className:e}){const t=xj();return t?c.jsx("a",{href:t,className:fe("font-semibold text-accent underline underline-offset-2",e),children:"Unlock the Mac"}):null}function wj({text:e,label:t,className:a,size:l=14}){const[i,o]=A.useState(!1),u=async()=>{try{await cd(e),o(!0),window.setTimeout(()=>o(!1),1800)}catch{o(!1)}};return c.jsx("button",{type:"button",onClick:()=>{u()},"aria-label":i?`Copied ${t}`:`Copy ${t}`,className:fe("flex items-center justify-center text-muted transition active:bg-surface-2",a),children:i?c.jsx(b0,{size:l,className:"text-accent"}):c.jsx(Cs,{size:l})})}function _4({children:e,className:t}){return c.jsx("span",{className:fe("rounded-md bg-surface-2 px-1.5 py-0.5 font-mono text-[11px] text-muted",t),children:e})}function Dj({children:e}){return c.jsx("span",{className:"grid min-w-5 place-items-center rounded-full bg-accent px-1.5 text-[11px] font-bold text-on-solid",children:e})}function Fj({error:e}){const t=typeof navigator<"u"&&navigator.onLine===!1,a=e instanceof Error?e.message:String(e??"request failed"),l=!(e instanceof E0)||e.status===0;return t?c.jsxs(sn,{children:[c.jsx(Ix,{size:20,className:"mx-auto mb-3 text-muted"}),c.jsx("div",{className:"font-medium text-text",children:"This phone is offline"}),c.jsx("div",{className:"mt-1",children:"Check Wi-Fi or cellular. The list comes back on its own."})]}):c.jsxs(sn,{children:[c.jsx(ok,{size:20,className:"mx-auto mb-3 text-del"}),c.jsx("div",{className:"font-medium text-text",children:l?"Can’t reach the relay":"The relay answered with an error"}),c.jsx("div",{className:"mt-1 break-words font-mono text-[11px] text-muted",children:a}),l?c.jsxs("ul",{className:"mt-4 space-y-2 text-left",children:[c.jsx("li",{children:"Is the Mac awake and online?"}),c.jsxs("li",{children:["If the relay is tailnet-only: Tailscale connected on this phone, and"," ",c.jsx("span",{className:"text-text",children:"iCloud Private Relay off"}),". Private Relay routes around the VPN, so the app stays stuck even while Tailscale says Connected."]}),c.jsx("li",{children:"Otherwise the Funnel may be stale after a network change — re-deploy on the Mac."})]}):null]})}function sn({children:e}){return c.jsx("div",{className:"mx-auto max-w-xs px-6 py-16 text-center text-sm text-muted",children:e})}function Wn({label:e}){return c.jsxs("div",{className:"flex items-center justify-center gap-2 py-16 text-sm text-muted",children:[c.jsx("span",{className:"size-4 animate-spin rounded-full border-2 border-border border-t-accent"}),e]})}const l1="grid size-8 place-items-center overflow-hidden rounded-lg bg-surface-2 font-semibold text-muted";function fs({icon:e,name:t,artwork:a}){const l=c.jsx("div",{className:fe(l1,"text-xs"),children:(t.trim()[0]??"?").toUpperCase()});if(!e)return l;if(e.kind==="emoji")return c.jsx("div",{className:fe(l1,"text-lg leading-none"),children:e.value});if(e.kind==="named"){const i=vj[e.value];return i?c.jsx("div",{className:l1,children:c.jsx(i,{size:18,className:"text-muted"})}):l}return e.kind==="github"?c.jsx(d7,{src:`https://github.com/${encodeURIComponent(e.owner)}.png?size=64`,fit:"cover",artwork:a,fallback:l}):c.jsx(Sj,{repoName:t,artwork:a,fallback:l})}function d7({src:e,fit:t,artwork:a,fallback:l}){const[i,o]=A.useState(!1);return i?c.jsx(c.Fragment,{children:l}):c.jsx("div",{className:fe(l1,a==="inset"&&"p-1.5"),children:c.jsx("img",{src:e,alt:"",loading:"lazy",className:fe("size-full",a==="full-bleed"?"rounded-[inherit]":"rounded-sm",t==="cover"?"object-cover":"object-contain"),onError:()=>o(!0)})})}function Sj({repoName:e,artwork:t,fallback:a}){const{data:l,isError:i}=aj(e);return!e||i||!l?c.jsx(c.Fragment,{children:a}):c.jsx(d7,{src:l,fit:"contain",artwork:t,fallback:a})}function f7({children:e}){return c.jsxs("header",{className:"pt-safe sticky top-0 z-10 border-b border-border-soft bg-bg/80 backdrop-blur-xl",children:[e,c.jsx(Bj,{})]})}function Yu({title:e,subtitle:t,menu:a,right:l}){const i=Ee(o=>o.setSidebarOpen);return c.jsx(f7,{children:c.jsxs("div",{className:"flex items-center gap-2 px-3 pb-2.5",children:[a?c.jsx("button",{type:"button",onClick:()=>i(!0),"aria-label":"Open workspaces",className:"-ml-1 flex size-9 shrink-0 items-center justify-center rounded-full text-muted active:bg-surface-2 md:hidden",children:c.jsx(uw,{size:20})}):c.jsx("span",{className:"w-1"}),c.jsxs("div",{className:"min-w-0 flex-1",children:[c.jsx("div",{className:"truncate text-[15px] font-semibold leading-tight",children:e}),t?c.jsx("div",{className:"truncate text-xs leading-tight text-muted",children:t}):null]}),l]})})}const Mj="data:image/svg+xml,%3csvg%20fill='currentColor'%20fill-rule='evenodd'%20height='1em'%20style='flex:none;line-height:1'%20viewBox='0%200%2024%2024'%20width='1em'%20xmlns='http://www.w3.org/2000/svg'%3e%3ctitle%3eClaude%3c/title%3e%3cpath%20d='M4.709%2015.955l4.72-2.647.08-.23-.08-.128H9.2l-.79-.048-2.698-.073-2.339-.097-2.266-.122-.571-.121L0%2011.784l.055-.352.48-.321.686.06%201.52.103%202.278.158%201.652.097%202.449.255h.389l.055-.157-.134-.098-.103-.097-2.358-1.596-2.552-1.688-1.336-.972-.724-.491-.364-.462-.158-1.008.656-.722.881.06.225.061.893.686%201.908%201.476%202.491%201.833.365.304.145-.103.019-.073-.164-.274-1.355-2.446-1.446-2.49-.644-1.032-.17-.619a2.97%202.97%200%2001-.104-.729L6.283.134%206.696%200l.996.134.42.364.62%201.414%201.002%202.229%201.555%203.03.456.898.243.832.091.255h.158V9.01l.128-1.706.237-2.095.23-2.695.08-.76.376-.91.747-.492.584.28.48.685-.067.444-.286%201.851-.559%202.903-.364%201.942h.212l.243-.242.985-1.306%201.652-2.064.73-.82.85-.904.547-.431h1.033l.76%201.129-.34%201.166-1.064%201.347-.881%201.142-1.264%201.7-.79%201.36.073.11.188-.02%202.856-.606%201.543-.28%201.841-.315.833.388.091.395-.328.807-1.969.486-2.309.462-3.439.813-.042.03.049.061%201.549.146.662.036h1.622l3.02.225.79.522.474.638-.079.485-1.215.62-1.64-.389-3.829-.91-1.312-.329h-.182v.11l1.093%201.068%202.006%201.81%202.509%202.33.127.578-.322.455-.34-.049-2.205-1.657-.851-.747-1.926-1.62h-.128v.17l.444.649%202.345%203.521.122%201.08-.17.353-.608.213-.668-.122-1.374-1.925-1.415-2.167-1.143-1.943-.14.08-.674%207.254-.316.37-.729.28-.607-.461-.322-.747.322-1.476.389-1.924.315-1.53.286-1.9.17-.632-.012-.042-.14.018-1.434%201.967-2.18%202.945-1.726%201.845-.414.164-.717-.37.067-.662.401-.589%202.388-3.036%201.44-1.882.93-1.086-.006-.158h-.055L4.132%2018.56l-1.13.146-.487-.456.061-.746.231-.243%201.908-1.312-.006.006z'%3e%3c/path%3e%3c/svg%3e",Nj="data:image/svg+xml,%3csvg%20fill='currentColor'%20fill-rule='evenodd'%20height='1em'%20style='flex:none;line-height:1'%20viewBox='0%200%2024%2024'%20width='1em'%20xmlns='http://www.w3.org/2000/svg'%3e%3ctitle%3eCursor%3c/title%3e%3cpath%20d='M22.106%205.68L12.5.135a.998.998%200%2000-.998%200L1.893%205.68a.84.84%200%2000-.419.726v11.186c0%20.3.16.577.42.727l9.607%205.547a.999.999%200%2000.998%200l9.608-5.547a.84.84%200%2000.42-.727V6.407a.84.84%200%2000-.42-.726zm-.603%201.176L12.228%2022.92c-.063.108-.228.064-.228-.061V12.34a.59.59%200%2000-.295-.51l-9.11-5.26c-.107-.062-.063-.228.062-.228h18.55c.264%200%20.428.286.296.514z'%3e%3c/path%3e%3c/svg%3e",jj="data:image/svg+xml,%3csvg%20fill='currentColor'%20fill-rule='evenodd'%20height='1em'%20style='flex:none;line-height:1'%20viewBox='0%200%2024%2024'%20width='1em'%20xmlns='http://www.w3.org/2000/svg'%3e%3ctitle%3eOpenAI%3c/title%3e%3cpath%20d='M9.205%208.658v-2.26c0-.19.072-.333.238-.428l4.543-2.616c.619-.357%201.356-.523%202.117-.523%202.854%200%204.662%202.212%204.662%204.566%200%20.167%200%20.357-.024.547l-4.71-2.759a.797.797%200%2000-.856%200l-5.97%203.473zm10.609%208.8V12.06c0-.333-.143-.57-.429-.737l-5.97-3.473%201.95-1.118a.433.433%200%2001.476%200l4.543%202.617c1.309.76%202.189%202.378%202.189%203.948%200%201.808-1.07%203.473-2.76%204.163zM7.802%2012.703l-1.95-1.142c-.167-.095-.239-.238-.239-.428V5.899c0-2.545%201.95-4.472%204.591-4.472%201%200%201.927.333%202.712.928L8.23%205.067c-.285.166-.428.404-.428.737v6.898zM12%2015.128l-2.795-1.57v-3.33L12%208.658l2.795%201.57v3.33L12%2015.128zm1.796%207.23c-1%200-1.927-.332-2.712-.927l4.686-2.712c.285-.166.428-.404.428-.737v-6.898l1.974%201.142c.167.095.238.238.238.428v5.233c0%202.545-1.974%204.472-4.614%204.472zm-5.637-5.303l-4.544-2.617c-1.308-.761-2.188-2.378-2.188-3.948A4.482%204.482%200%20014.21%206.327v5.423c0%20.333.143.571.428.738l5.947%203.449-1.95%201.118a.432.432%200%2001-.476%200zm-.262%203.9c-2.688%200-4.662-2.021-4.662-4.519%200-.19.024-.38.047-.57l4.686%202.71c.286.167.571.167.856%200l5.97-3.448v2.26c0%20.19-.07.333-.237.428l-4.543%202.616c-.619.357-1.356.523-2.117.523zm5.899%202.83a5.947%205.947%200%20005.827-4.756C22.287%2018.339%2024%2015.84%2024%2013.296c0-1.665-.713-3.282-1.998-4.448.119-.5.19-.999.19-1.498%200-3.401-2.759-5.947-5.946-5.947-.642%200-1.26.095-1.88.31A5.962%205.962%200%200010.205%200a5.947%205.947%200%2000-5.827%204.757C1.713%205.447%200%207.945%200%2010.49c0%201.666.713%203.283%201.998%204.448-.119.5-.19%201-.19%201.499%200%203.401%202.759%205.946%205.946%205.946.642%200%201.26-.095%201.88-.309a5.96%205.96%200%20004.162%201.713z'%3e%3c/path%3e%3c/svg%3e",_j="data:image/svg+xml,%3csvg%20fill='currentColor'%20fill-rule='evenodd'%20height='1em'%20style='flex:none;line-height:1'%20viewBox='0%200%2024%2024'%20width='1em'%20xmlns='http://www.w3.org/2000/svg'%3e%3ctitle%3eopencode%3c/title%3e%3cpath%20d='M16%206H8v12h8V6zm4%2016H4V2h16v20z'%3e%3c/path%3e%3c/svg%3e",hs={none:"None",low:"Low",medium:"Medium",high:"High",xhigh:"Extra high",max:"Max",ultracode:"Ultracode"},$r=W9.filter(e=>e!=="none");function h7(e){return $r[($r.indexOf(e??"")+1)%$r.length]}function ks(e,t){const a=t?.toLowerCase()??"";if(/^(?:anthropic\/|claude|fable|haiku|opus|sonnet)/.test(a))return"claude";if(/^(?:openai\/|gpt|o[1-9]|\d)/.test(a))return"openai";if(/^(?:cursor\/|composer|grok)/.test(a))return"cursor";if(/^opencode(?:-go)?\//.test(a))return"opencode";const l=e?.toLowerCase();if(l==="claude"||l==="anthropic")return"claude";if(l==="codex"||l==="openai")return"openai";if(l==="cursor")return"cursor";if(l==="acp"||l==="opencode")return"opencode"}function ud(e,t){return ks(e,t)==="claude"}function xd(e,t){const a=ks(e,t);return a==="claude"||a==="openai"}function dd(e,t){const a=ks(e,t);return a==="claude"||a==="openai"}function Tj(e,t){const a=ks(null,e),l=a==="claude"?t?.claude:a==="openai"?t?.codex:void 0;return $r.find(i=>i===l)}function zj(e,t){const a=h7(e);if(!(a===t||!t&&e===$r.at(-1)))return a}const Rj={claude:Mj,cursor:Nj,openai:jj,opencode:_j},Oj={claude:"#D97757",openai:"var(--color-provider-openai)"};function Kr({agentType:e,model:t,monochrome:a=!1,className:l}){const i=ks(e,t);if(!i)return c.jsx(O9,{"aria-hidden":"true",className:l});const o=Rj[i];return c.jsx("span",{"aria-hidden":"true",className:fe("inline-block shrink-0 bg-current",l),style:{color:a?void 0:Oj[i],WebkitMaskImage:`url("${o}")`,maskImage:`url("${o}")`,WebkitMaskPosition:"center",maskPosition:"center",WebkitMaskRepeat:"no-repeat",maskRepeat:"no-repeat",WebkitMaskSize:"contain",maskSize:"contain"}})}const Lj=[5,7,9,11,13,15],Pj={low:1,medium:2,high:3,xhigh:4,max:5,ultracode:6};function p7({effort:e,className:t}){const a=Pj[e]??0;return c.jsx("span",{"aria-hidden":"true",className:fe("flex h-[15px] shrink-0 items-end gap-[1.5px]",t),children:Lj.map((l,i)=>c.jsx("span",{className:fe("w-0.5 rounded-full bg-current transition-opacity",i<a?"opacity-100":"opacity-20"),style:{height:l}},l))})}const fd={queued:"Queued",opening:"Opening",configuring:"Configuring",sending:"Sending",running:"Running",returning:"Returning Baton",returned:"Baton delivered",failed:"Failed"},Hj={creating_workspace:"Creating workspace",binding_root:"Binding root",pending_root:"Root delivery pending",exploring:"Exploring",planning:"Planning",implementing:"Implementing",reviewing:"Reviewing",blocked:"Coordination paused",completed:"Completed",cancelled:"Cancelled"};function X2(e){return Hj[e]}function J2(e){return e==="creating_workspace"||e==="binding_root"||e==="pending_root"}function T4(e){const t=[`${e.requested} requested`];return e.running&&t.push(`${e.running} running`),e.returned&&t.push(`${e.returned} returned`),e.failed&&t.push(`${e.failed} failed`),t.join(" · ")}function Gj(e){return[e.model,e.effort,e.fast===void 0?void 0:e.fast?"Fast":"Fast off"].filter(Boolean).join(" · ")}function Ij(e){return fd[e]}function z4(e,t,a,l){const i=m=>l===null?!m:m===l,o=e.filter(m=>i(m.workflowId)),u=t.flatMap(m=>{const p=a[m.id],y=p?.delegationId;return y&&i(p.workflowId)?[{session:m,assignment:p,delegationId:y}]:[]}),d=new Map(u.map(m=>[m.delegationId,m])),f=new Set(o.map(m=>m.id)),h=o.map(m=>({key:`job:${m.id}`,order:m.createdAt,role:m.bootstrap?"Guaranteed explorer":m.role,model:m.resolvedRole.model,agentType:m.resolvedRole.agentType,childSessionId:m.childSessionId??d.get(m.id)?.session.id,status:fd[m.status],state:m.status==="failed"?"failed":m.status==="returned"?"done":"busy"}));for(const{session:m,assignment:p,delegationId:y}of u){if(f.has(y))continue;const b=!!m.background_tasks.length,v=m.status==="working";h.push({key:`session:${m.id}`,order:p.assignedAt,role:p.role,model:m.model,agentType:m.agent_type,childSessionId:m.id,...v?{status:"Running",state:"busy"}:b?{status:"Waiting",state:"waiting"}:{status:"Returned",state:"done"}})}return h.sort((m,p)=>m.order-p.order||m.key.localeCompare(p.key))}function R4({tabs:e,label:t,activeSessionId:a,onSelectSession:l}){return c.jsx(m7,{label:t,tabs:e.map(i=>{const o=i.childSessionId;return{key:i.key,label:i.role,model:i.model,agentType:i.agentType,status:i.status,state:i.state,selected:!!o&&o===a,...o?{onSelect:()=>l(o)}:{}}})})}function m7({tabs:e,label:t}){return e.length?c.jsx("nav",{"aria-label":t,className:"flex shrink-0 items-center gap-1.5 overflow-x-auto border-b border-border-soft bg-bg px-3 py-2",children:e.map((a,l)=>{const i=a.state==="failed",o=c.jsxs(c.Fragment,{children:[c.jsx(Kr,{agentType:a.agentType,model:a.model,monochrome:a.selected,className:"size-3.5"}),c.jsx("span",{className:"max-w-28 truncate font-medium",children:a.label}),a.model?c.jsx("span",{className:fe("max-w-28 truncate",a.selected?"text-bg/75":"text-faint"),children:x1(a.model)}):null,a.status?c.jsxs("span",{className:fe("flex shrink-0 items-center gap-1",a.selected?"text-bg/75":i?"text-del":"text-muted"),children:[a.state==="failed"?c.jsx(Jr,{size:10}):a.state==="waiting"?c.jsx(Rx,{size:10}):a.state==="done"?c.jsx(_x,{size:10}):c.jsx(fn,{size:10,className:"animate-spin"}),a.status]}):null]});return c.jsxs("div",{className:"flex shrink-0 items-center gap-1.5",children:[l?c.jsx(Hv,{size:11,className:"shrink-0 text-faint"}):null,a.onSelect?c.jsx("button",{type:"button",onClick:a.onSelect,"aria-current":a.selected?"page":void 0,className:fe("flex h-7 shrink-0 items-center gap-1.5 rounded-lg border px-2 text-[11px]",a.selected?"border-text bg-text text-bg active:bg-text/90":"border-border-soft active:bg-surface-2",i&&!a.selected&&"border-del/40"),children:o}):c.jsx("div",{className:fe("flex h-7 shrink-0 items-center gap-1.5 rounded-lg border border-border-soft px-2 text-[11px]",i&&"border-del/40"),children:o})]},a.key)})}):null}function Vj({name:e,role:t}){return c.jsxs("div",{className:"flex min-w-0 items-center gap-1.5 rounded-lg bg-surface-2 px-2 py-1.5 text-[11px]",children:[c.jsx(Kr,{agentType:t.agentType,model:t.model,className:"size-3.5 shrink-0"}),c.jsx("span",{className:"shrink-0 font-medium capitalize text-text",children:e}),c.jsx("span",{className:"truncate text-muted",children:Gj(t)})]})}function g7({workflow:e,bootstrapJob:t,rootSession:a,compact:l=!1}){const i=sM(),[o,u]=A.useState(null),[d,f]=A.useState(null),[h,m]=A.useState(!1),[p,y]=A.useState(!1),b=e.jobs.exploration,v=Math.max(0,b.requested-1),C=t?fd[t.status]:J2(e.phase)?"Waiting for root delivery":"Scheduled",k=async(B,N)=>{if(!o){u(B),f(null);try{await N(),m(!1),y(!1)}catch(F){f(F instanceof Error?F.message:String(F))}finally{u(null)}}};return c.jsxs("section",{"aria-label":`Workflow ${X2(e.phase)}`,className:fe("border-b border-border-soft bg-bg px-3 py-2",l&&"rounded-xl border"),children:[c.jsxs("div",{className:"flex min-w-0 items-start gap-2",children:[c.jsx("div",{className:"mt-0.5 flex size-7 shrink-0 items-center justify-center rounded-lg bg-accent-soft text-accent",children:e.phase==="blocked"?c.jsx(Jr,{size:15}):e.phase==="completed"?c.jsx(_x,{size:15}):e.phase==="cancelled"?c.jsx(hn,{size:15}):c.jsx(Hl,{size:15})}),c.jsxs("div",{className:"min-w-0 flex-1",children:[c.jsxs("div",{className:"flex min-w-0 items-center gap-2",children:[c.jsx("span",{className:"shrink-0 text-xs font-semibold text-text",children:e.phase==="blocked"?"Workflow coordination paused":J2(e.phase)?"Workflow accepted":X2(e.phase)}),J2(e.phase)?c.jsx("span",{className:"truncate text-[11px] text-muted",children:X2(e.phase)}):null]}),c.jsx("p",{className:"mt-0.5 line-clamp-2 text-xs text-muted",children:e.objectiveExcerpt}),e.phase==="blocked"?c.jsxs("p",{className:"mt-1 text-xs text-text",children:[a?.status==="working"?"The main chat is still running.":"Chats already running can continue."," ","Workflow steps are waiting for this issue to be resolved."]}):null]})]}),c.jsxs("details",{className:"mt-2 text-xs",children:[c.jsx("summary",{className:"w-fit cursor-pointer py-1 text-muted",children:"Workflow details"}),c.jsxs("div",{className:"mt-1 flex flex-wrap gap-x-3 gap-y-0.5 text-[11px] text-muted",children:[c.jsxs("span",{children:["Guaranteed explorer ·"," ",c.jsx("span",{className:t?.status==="failed"?"text-del":"text-text",children:C})]}),c.jsx("span",{children:v?`${v} extra explorer${v===1?"":"s"}`:"No extra explorers"})]}),c.jsx("div",{className:"mt-2 grid gap-1 min-[560px]:grid-cols-3",children:["planning","exploration","implementation"].map(B=>c.jsx(Vj,{name:B,role:e.roles[B]},B))}),l?null:c.jsxs("div",{className:"mt-1.5 flex flex-wrap gap-x-3 gap-y-1 text-[11px] text-faint",children:[c.jsxs("span",{children:["Exploration · ",T4(e.jobs.exploration)]}),c.jsxs("span",{children:["Implementation · ",T4(e.jobs.implementation)]})]})]}),e.error?c.jsx("div",{className:"mt-2 rounded-lg border border-del/30 bg-del/5 px-2.5 py-2 text-xs text-del",role:"alert",children:c.jsx("div",{children:e.error.message})}):null,d?c.jsx("div",{className:"mt-2 text-xs text-del",role:"alert",children:d}):null,Object.values(e.actions).some(Boolean)?c.jsxs("details",{className:"mt-2 text-xs",open:e.actions.canComplete||void 0,children:[c.jsx("summary",{className:"w-fit cursor-pointer py-1 text-muted",children:e.phase==="blocked"?"Recovery options":"Workflow actions"}),e.error?c.jsx("p",{className:"mt-1 break-words text-[11px] text-faint",children:e.error.code}):null,e.actions.canAdopt&&e.adoption?c.jsxs("div",{className:"mt-2 rounded-lg border border-border-soft bg-surface px-2.5 py-2",children:[c.jsxs("div",{className:"text-xs font-medium text-text",children:["Choose the ",e.adoption.kind," the relay observed"]}),e.adoption.candidates.length?c.jsx("div",{className:"mt-1 flex flex-wrap gap-1",children:e.adoption.candidates.map(B=>c.jsxs("button",{type:"button",disabled:!!o,onClick:()=>{k(`adopt:${B.id}`,()=>i.adopt(e,B))},title:B.id,className:"rounded-lg border border-border bg-surface-2 px-2 py-1 text-left text-[11px] text-text disabled:opacity-50",children:[c.jsx("span",{className:"block font-medium",children:B.title}),c.jsxs("span",{className:"text-faint",children:[B.repo," · ",new Date(B.createdAt).toLocaleString()," · ",B.id.slice(0,8)]})]},B.id))}):c.jsx("div",{className:"mt-1 text-[11px] text-faint",children:"No candidate remains eligible."})]}):null,h&&e.actions.canReplayAmbiguous?c.jsxs("div",{className:"mt-2 rounded-lg border border-del/30 bg-del/5 px-2.5 py-2 text-xs",children:[c.jsx("p",{className:"text-del",children:"The earlier UI action may already have happened. Replaying it can create a duplicate."}),c.jsxs("div",{className:"mt-1.5 flex gap-1.5",children:[c.jsx("button",{type:"button",disabled:!!o,onClick:()=>{k("replay",()=>i.replay(e))},className:"rounded-lg bg-del px-2 py-1 text-[11px] font-medium text-white disabled:opacity-50",children:"Confirm replay"}),c.jsx("button",{type:"button",onClick:()=>m(!1),className:"px-2 py-1 text-[11px] text-muted",children:"Go back"})]})]}):null,p&&e.actions.canCancel?c.jsxs("div",{className:"mt-2 rounded-lg border border-border-soft bg-surface px-2.5 py-2 text-xs",children:[c.jsx("p",{className:"text-muted",children:"Cancel orchestration only. Existing chats, turns, and worktrees stay in place."}),c.jsxs("div",{className:"mt-1.5 flex gap-1.5",children:[c.jsx("button",{type:"button",disabled:!!o,onClick:()=>{k("cancel",()=>i.cancel(e))},className:"rounded-lg border border-del/40 px-2 py-1 text-[11px] font-medium text-del disabled:opacity-50",children:"Confirm cancel"}),c.jsx("button",{type:"button",onClick:()=>y(!1),className:"px-2 py-1 text-[11px] text-muted",children:"Go back"})]})]}):null,e.actions.canRetry||e.actions.canReplayAmbiguous||e.actions.canComplete||e.actions.canCancel?c.jsxs("div",{className:"mt-2 flex flex-wrap gap-1.5",children:[e.actions.canRetry?c.jsxs("button",{type:"button",disabled:!!o,onClick:()=>{k("retry",()=>i.retry(e))},className:"flex items-center gap-1 rounded-lg bg-accent px-2 py-1 text-[11px] font-medium text-on-solid disabled:opacity-50",children:[o==="retry"?c.jsx(fn,{size:11,className:"animate-spin"}):c.jsx(Lx,{size:11}),"Retry saved action"]}):null,e.actions.canReplayAmbiguous&&!h?c.jsx("button",{type:"button",disabled:!!o,onClick:()=>m(!0),className:"rounded-lg border border-del/40 px-2 py-1 text-[11px] font-medium text-del disabled:opacity-50",children:"Review risky replay"}):null,e.actions.canComplete?c.jsxs("button",{type:"button",disabled:!!o,onClick:()=>{k("complete",()=>i.complete(e))},className:"flex items-center gap-1 rounded-lg bg-accent px-2 py-1 text-[11px] font-medium text-on-solid disabled:opacity-50",children:[c.jsx(Z9,{size:11})," Mark complete"]}):null,e.actions.canCancel&&!p?c.jsx("button",{type:"button",disabled:!!o,onClick:()=>y(!0),className:"rounded-lg px-2 py-1 text-[11px] text-muted disabled:opacity-50",children:"Cancel workflow"}):null]}):null]}):null]})}function Uj({workflow:e,jobs:t,sessions:a=[],roles:l={},activeSessionId:i,onSelectSession:o}){const u=e?z4(t,a,l,e.id):[],d=e?t.find(h=>h.workflowId===e.id&&h.bootstrap):void 0,f=z4(t,a,l,null);return!e&&!f.length?null:c.jsxs(c.Fragment,{children:[e?c.jsx(g7,{workflow:e,bootstrapJob:d,rootSession:a.find(h=>h.id===e.rootSessionId)}):null,c.jsx(R4,{tabs:u,label:"Workflow jobs",activeSessionId:i,onSelectSession:o}),c.jsx(R4,{tabs:f,label:"Delegated agents",activeSessionId:i,onSelectSession:o})]})}function E7({value:e,models:t,onSelect:a,defaultModel:l,onSetDefault:i,settingDefault:o,open:u,onOpenChange:d,isFetching:f=!1,isError:h=!1,empty:m="No models are cached yet. Open a model picker in a chat first.",placement:p="above",className:y,beforeOptions:b,autoSelected:v,onSelectAuto:C,onAutoSettings:k,renderTrigger:B}){const[N,F]=A.useState(!1),S=u??N,M=j=>{const O=typeof j=="function"?j(S):j;u===void 0&&F(O),d?.(O)},D=tS(t);return c.jsxs("div",{className:"relative",children:[B?B({picking:S,toggle:()=>M(j=>!j)}):c.jsxs("button",{type:"button",onClick:()=>M(j=>!j),"aria-haspopup":"menu","aria-expanded":S,className:fe("ctl flex max-w-40 items-center gap-1",e&&"ctl-staged",y),children:[c.jsx("span",{className:"truncate",children:e?x1(e):"Model"}),c.jsx(O0,{size:13,className:"shrink-0"})]}),S?c.jsxs(c.Fragment,{children:[c.jsx("button",{type:"button","aria-label":"Close model picker",onClick:()=>M(!1),className:"fixed inset-0 z-30 cursor-default"}),c.jsxs("div",{className:fe("absolute left-0 z-40 max-h-64 w-64 overflow-y-auto rounded-xl border border-border bg-surface-2 py-1 shadow-xl shadow-black/40",p==="below"?"top-full mt-2":"bottom-full mb-2"),children:[b,C?c.jsxs("div",{className:"flex items-stretch border-b border-border-soft",children:[c.jsxs("button",{type:"button",className:"flex flex-1 items-center gap-2 px-3 py-2 text-left text-sm",onClick:()=>{M(!1),C()},children:[c.jsx(Hx,{size:14}),c.jsx("span",{className:"flex-1",children:"Auto"}),v?c.jsx(b0,{size:13,className:"text-accent"}):null]}),k?c.jsx("button",{type:"button","aria-label":"Auto model settings",className:"px-3 text-muted",onClick:()=>{M(!1),k()},children:c.jsx(dD,{size:15})}):null]}):null,f?c.jsx($l,{size:10,className:"mx-3 my-1.5 animate-spin text-faint"}):null,D.length?D.map(j=>c.jsxs("fieldset",{className:"m-0 min-w-0 border-0 p-0",children:[c.jsx("legend",{className:"px-3 pb-0.5 pt-1.5 text-[11px] font-medium text-faint",children:j.label}),j.models.map(O=>{const P=l===O;return c.jsxs("div",{className:"flex items-stretch active:bg-surface",children:[c.jsxs("button",{type:"button",onClick:()=>{M(!1),a(O)},className:"flex min-w-0 flex-1 items-center gap-2 py-2 pl-3 pr-1 text-left text-sm",children:[c.jsx("span",{className:"min-w-0 flex-1 truncate",children:x1(O)}),c.jsx(b0,{size:13,className:fe("shrink-0 text-accent",e!==O&&"invisible")})]}),i?c.jsx("button",{type:"button",disabled:P||o!==void 0,onClick:()=>{M(!1),i(O)},"aria-label":P?`${O} is the default model`:`Set ${O} as default and select`,"aria-pressed":P,className:fe("flex w-9 shrink-0 items-center justify-center text-faint disabled:opacity-60",P&&"text-accent"),children:o===O?c.jsx(fn,{size:14,className:"animate-spin"}):c.jsx(Ou,{size:14,fill:P?"currentColor":"none"})}):P?c.jsx(Ou,{size:14,fill:"currentColor","aria-label":`${O} is the default model`,className:"mx-3 self-center text-accent"}):null]},O)})]},j.label)):c.jsx("div",{className:"px-3 py-2 text-sm text-muted",children:f?"Reading Conductor’s model list…":m}),h?c.jsx("div",{className:"px-3 py-1.5 text-[11px] text-del",children:t.length?"Couldn’t refresh. Showing saved models.":"Couldn’t read the model list."}):null]})]}):null]})}function hd({className:e}){return c.jsx("span",{className:fe("inline-flex h-4 shrink-0 items-center rounded bg-accent/10 px-1.5 font-mono text-[9px] font-semibold uppercase tracking-wide text-accent",e),children:"Beta"})}const $j=/^[a-z][a-z0-9_-]{0,63}$/,O4=["none","low","medium","high","xhigh","max","ultracode"],L4=e=>({version:1,roles:Object.fromEntries(Object.entries(e.roles).map(([t,a])=>[t,{...a}]))}),Zj=e=>`You are the ${e} agent for this workspace. End your final answer with a \`## Baton\` section: Decision, Evidence, Files changed, Risks, Suggested next role.`;function qj(e,t){const l=[void 0,...t==="codex"?O4:O4.filter(o=>o!=="none")],i=l.indexOf(e);return l[(i+1)%l.length]}function Qj(e,t){const a={...e};return t===void 0?delete a.effort:a.effort=t,a}function Kj(e,t){const a={...e,model:t},l=ql(t);return $x(l)||delete a.effort,Zx(l)||delete a.fast,a}function Yj(e,t){if(!qx(t).includes(Zl(e.model)))return"Choose an exact model from Conductor’s saved picker catalog.";const a=ql(e.model);return a?e.effort!==void 0&&!$x(a)?"Conductor does not expose a reasoning control for this provider. Select its model again to clear Effort.":e.effort==="none"&&a!=="codex"?"None effort is available only for Codex.":e.fast!==void 0&&!Zx(a)?"Conductor does not expose a Fast control for this provider. Select its model again to clear Fast.":null:"This model label does not identify a supported provider."}function Wj(e,t){return qx(t).includes(Zl(e.model))?ql(e.model)??null:null}function P4(e,t,a,l){return e&&!t&&a!==void 0&&l===0}function y7({name:e}){return c.jsx("span",{className:"max-w-20 shrink-0 truncate rounded bg-accent/10 px-1 py-0.5 font-mono text-[9px] uppercase tracking-wide text-accent",children:e})}function Xj({name:e,role:t,models:a,agentType:l=null,invalid:i,onChange:o,onRemove:u,canRemove:d,showPreamble:f=!0}){const h=l??ql(t.model)??null,m=$x(h),p=Zx(h);return c.jsxs("section",{className:fe("rounded-2xl border bg-surface p-3",i?"border-del/50":"border-border"),children:[c.jsxs("div",{className:"mb-2 flex items-center gap-2",children:[c.jsx(y7,{name:e}),c.jsx("span",{className:"min-w-0 flex-1 truncate text-sm font-semibold",children:e}),c.jsx("button",{type:"button",disabled:!d,onClick:u,"aria-label":`Remove ${e} role`,className:"flex size-7 shrink-0 items-center justify-center rounded-lg text-faint active:bg-surface-2 disabled:invisible",children:c.jsx(sF,{size:14})})]}),c.jsxs("div",{className:"flex min-w-0 flex-wrap items-center gap-1.5",children:[c.jsx(E7,{value:t.model,models:a,placement:"below",empty:"No picker models are cached yet.",onSelect:y=>o(Kj(t,y)),renderTrigger:({picking:y,toggle:b})=>c.jsxs("button",{type:"button",onClick:b,"aria-label":`Choose model for ${e}, currently ${t.model}`,"aria-haspopup":"menu","aria-expanded":y,className:fe("flex h-8 max-w-56 min-w-0 items-center gap-1.5 rounded-lg border px-2 text-xs active:bg-surface-2",i?"border-del text-del":"border-border text-muted"),children:[c.jsx(Kr,{agentType:l,model:t.model,className:"size-3.5"}),c.jsx("span",{className:"truncate",children:t.model})]})}),m?c.jsxs("button",{type:"button",onClick:()=>o(Qj(t,qj(t.effort,h))),"aria-label":`Reasoning effort for ${e}: ${t.effort?hs[t.effort]:"default"}`,className:"flex h-8 items-center gap-1.5 rounded-lg border border-border px-2 text-xs text-muted active:bg-surface-2",children:[c.jsx(p7,{effort:t.effort??""}),t.effort?hs[t.effort]:"Effort"]}):null,p?c.jsxs("button",{type:"button",onClick:()=>o({...t,fast:!t.fast}),"aria-label":`Fast mode for ${e} ${t.fast?"on":"off"}`,"aria-pressed":t.fast===!0,className:fe("flex h-8 items-center gap-1 rounded-lg border border-border px-2 text-xs text-muted active:bg-surface-2",t.fast&&"bg-surface-2 text-text"),children:[c.jsx(Vx,{size:13})," Fast"]}):null]}),i?c.jsxs("p",{className:"mt-2 flex items-start gap-1.5 text-xs text-del",children:[c.jsx(Jr,{size:13,className:"mt-0.5 shrink-0"}),c.jsx("span",{children:i})]}):null,f?c.jsxs("details",{className:"mt-2",children:[c.jsx("summary",{className:"cursor-pointer select-none text-[11px] text-faint",children:"Role preamble"}),c.jsx("textarea",{value:t.preamble??"",onChange:y=>o({...t,preamble:y.target.value}),rows:4,"aria-label":`${e} role preamble`,className:"mt-1.5 block w-full resize-y rounded-xl border border-border bg-bg px-2.5 py-2 text-base leading-relaxed outline-none focus:border-accent/60"})]}):null]})}function b7({onClose:e}){const t=Rn(),a=od(),l=S1(),[i,o]=A.useState(null),[u,d]=A.useState(!1),[f,h]=A.useState(!1),[m,p]=A.useState(null),[y,b]=A.useState("");A.useEffect(()=>{a.data&&!u&&o(L4(a.data))},[a.data,u]);const v=l.data?.groups,C=A.useMemo(()=>qx(v??[]),[v]),k=new Map(a.data?.issues.map(P=>[P.role,P.error.message])??[]),B=i,N=new Map;if(B)for(const[P,T]of Object.entries(B.roles)){const G=v?Yj(T,v):k.get(P);G&&N.set(P,G)}const F=(P,T)=>{B&&(o({version:1,roles:{...B.roles,[P]:T}}),d(!0),p(null))},S=P=>{if(!B||Object.keys(B.roles).length<=1)return;const{[P]:T,...G}=B.roles;o({version:1,roles:G}),d(!0)},M=y.trim().toLowerCase().replace(/\s+/g,"-"),D=y&&!$j.test(M)?"Use lowercase letters, numbers, dashes, or underscores.":M&&B?.roles[M]?"That role already exists.":null,j=()=>{!B||!M||D||(o({version:1,roles:{...B.roles,[M]:{model:"Choose a model",fast:!1,preamble:Zj(M)}}}),b(""),d(!0))},O=async()=>{if(!(!B||!P4(u,f,v,N.size))){h(!0),p(null);try{const P=await we.updateRoles(B);if(!P.ok){p(P.error.message);return}o(L4(P.config)),d(!1),await t.invalidateQueries({queryKey:["roles"]})}catch(P){p(P instanceof Error?P.message:String(P))}finally{h(!1)}}};return G0.createPortal(c.jsxs("div",{className:"fixed inset-0 z-50 flex flex-col bg-bg",role:"dialog","aria-modal":"true","aria-label":"Roles settings",children:[c.jsxs("header",{className:"pt-safe flex items-center gap-2 border-b border-border-soft px-3 pb-2.5",children:[c.jsxs("div",{className:"min-w-0 flex-1",children:[c.jsxs("div",{className:"flex items-center gap-1.5",children:[c.jsx("h2",{className:"text-[15px] font-semibold",children:"Roles"}),c.jsx(hd,{})]}),c.jsx("p",{className:"text-[11px] text-faint",children:"Cross-provider delegated chats"})]}),c.jsxs("button",{type:"button",disabled:!P4(u,f,v,N.size),onClick:()=>{O()},className:"flex h-9 items-center gap-1.5 rounded-xl bg-accent px-3 text-sm font-semibold text-white disabled:opacity-35",children:[f?c.jsx(fn,{size:15,className:"animate-spin"}):c.jsx(tD,{size:15}),"Save"]}),c.jsx("button",{type:"button",onClick:e,"aria-label":"Close roles settings",className:"-mr-1 flex size-9 shrink-0 items-center justify-center rounded-full text-muted active:bg-surface-2",children:c.jsx(hn,{size:20})})]}),c.jsx("div",{className:"pb-safe min-h-0 flex-1 overflow-y-auto p-3",children:a.isLoading&&!B?c.jsx(Wn,{label:"Loading roles…"}):a.isError&&!B?c.jsx("p",{className:"rounded-xl border border-del/40 bg-del/5 p-3 text-sm text-del",children:a.error instanceof Error?a.error.message:"Could not load roles."}):B?c.jsxs("div",{className:"mx-auto flex max-w-xl flex-col gap-2.5",children:[l.isError?c.jsxs("div",{className:"flex items-center gap-2 rounded-xl border border-del/40 bg-del/5 p-3 text-xs text-del",children:[c.jsx("span",{className:"min-w-0 flex-1",children:"Could not load the saved Conductor model catalog."}),c.jsx("button",{type:"button",onClick:()=>{l.refetch()},className:"shrink-0 rounded-lg border border-del/40 px-2 py-1 font-semibold",children:"Retry"})]}):null,a.data?.warning?c.jsxs("p",{className:"rounded-xl border border-del/40 bg-del/5 p-3 text-xs text-del",children:[a.data.warning," The file was preserved; saving replaces it only after validation."]}):null,Object.entries(B.roles).map(([P,T])=>c.jsx(Xj,{name:P,role:T,models:C,agentType:v?Wj(T,v):null,invalid:N.get(P),onChange:G=>F(P,G),onRemove:()=>S(P),canRemove:Object.keys(B.roles).length>1},P)),c.jsxs("div",{className:"rounded-2xl border border-dashed border-border p-2.5",children:[c.jsxs("div",{className:"flex items-center gap-2",children:[c.jsx("input",{value:y,onChange:P=>b(P.target.value),onKeyDown:P=>{P.key==="Enter"&&j()},placeholder:"Add a role","aria-label":"New role name",className:"min-w-0 flex-1 bg-transparent px-1 text-base outline-none placeholder:text-faint"}),c.jsxs("button",{type:"button",disabled:!M||!!D,onClick:j,className:"flex h-8 items-center gap-1 rounded-lg border border-border px-2 text-xs text-muted active:bg-surface-2 disabled:opacity-35",children:[c.jsx(u1,{size:14})," Add"]})]}),D?c.jsx("p",{className:"mt-1.5 px-1 text-xs text-del",children:D}):null]}),N.size?c.jsx("p",{className:"text-xs text-del",children:"Choose the missing picker models before starting a Workflow."}):null,m?c.jsx("p",{className:"rounded-xl border border-del/40 bg-del/5 p-3 text-xs text-del",children:m}):null,c.jsx("p",{className:"px-1 text-[11px] leading-relaxed text-faint",children:"Roles configure future Workflow runs. Accepted jobs keep their frozen model and effort."})]}):null})]}),document.body)}const H4=(e,t)=>e.name.localeCompare(t.name,void 0,{numeric:!0,sensitivity:"base"})||e.name.localeCompare(t.name),Jj=(e,t)=>e.path.localeCompare(t.path,void 0,{numeric:!0,sensitivity:"base"})||e.path.localeCompare(t.path);function v7(e){const t={path:"",folders:new Map,files:[]};for(const l of e){const i=l.path.split("/"),o=i.pop()??l.path;let u=t;for(const d of i){const f=u.path?`${u.path}/${d}`:d;let h=u.folders.get(d);h||(h={name:d,path:f,fileCount:0,added:0,removed:0,folders:new Map,files:[]},u.folders.set(d,h)),h.fileCount+=1,h.added+=l.added,h.removed+=l.removed,u=h}u.files.push({kind:"file",name:o,path:l.path,file:l})}const a=l=>[...[...l.folders.values()].sort(H4).map(i=>({kind:"folder",name:i.name,path:i.path,fileCount:i.fileCount,added:i.added,removed:i.removed,children:a(i)})),...l.files.sort(H4)];return a(t)}function e_(e){const t=[],a=l=>{for(const i of l)i.kind==="folder"?a(i.children):t.push(i.file)};return a(v7(e)),t}function C7(e){return[...e].sort(Jj)}function k7(e,t,a){if(e==="changed")return t;const l=new Map(t.map(i=>[i.path,i]));return[...a].sort().map(i=>l.get(i)??{path:i,added:0,removed:0})}function t_(e){if(!e)return[];const t=e.split(`
|
|
21
21
|
`),a=[];for(const[l,i]of t.entries())i.startsWith("diff --git ")&&a.push(l);return a.length?a.map((l,i)=>t.slice(l,a[i+1]??t.length).join(`
|
|
22
22
|
`)):[e]}function n_(e,t,a){const l=t.findIndex(i=>i.path===a);return l<0?null:t_(e)[l]??null}function bZ(e,t){const a=e.split(`
|
|
@@ -24,7 +24,7 @@ ${a}`):l===a}function KS(e){const t=e;return!!t&&typeof t.id=="string"&&typeof t
|
|
|
24
24
|
`).trim();return{patch:a.slice(i).join(`
|
|
25
25
|
`),preamble:d||null}}const o=a.slice(0,l).join(`
|
|
26
26
|
`).trim(),u=(t?.trim()||"change.txt").replace(/[\t\r\n]/g," ");return{patch:[`--- ${u}`,`+++ ${u}`,...a.slice(l)].join(`
|
|
27
|
-
`),preamble:o||null}}const a_={width:32,height:32,body:'<path fill="#c5c5c5" d="M20.414 2H5v28h22V8.586ZM7 28V4h12v6h6v18Z"/>'},r_={width:32,height:32,body:'<path fill="#c09553" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/>'},l_={width:32,height:32,body:'<path fill="#dcb67a" d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z"/><path fill="#dcb67a" d="M25.7 13.7H.5l3.8 12.8h25.2z"/>'},i_={width:32,height:32,body:'<path fill="#00007f" d="M17.229 4a.9.9 0 0 0-.569.232l-7.6 6.32a1.16 1.16 0 0 1-.955.328H3.208A1.2 1.2 0 0 0 2 12.088v7.826a1.2 1.2 0 0 0 1.208 1.206H8.1a1.16 1.16 0 0 1 .955.328l7.6 6.32c.521.433 1.081.224 1.081-.289V4.522A.494.494 0 0 0 17.229 4M27 6.3l-1.791 1.793a14.71 14.71 0 0 1 0 15.844l1.785 1.776A17.19 17.19 0 0 0 27 6.3m-4.333 4.323L20.905 12.4a6.035 6.035 0 0 1 0 7.237l1.756 1.756a8.554 8.554 0 0 0 .01-10.769Z"/>'},s_={width:32,height:32,body:'<path fill="#60a5fa" d="M16 3.903L9.777 14.68a14.04 14.04 0 0 1 7.364-.255l2.103.496l-1.979 8.39l-2.106-.496c-2.588-.61-5.076.749-6.127 2.918l-1.947-.942c1.486-3.068 4.987-4.926 8.572-4.08l.986-4.182A11.887 11.887 0 0 0 2.032 28.097H29.97z"/>'},o_={width:32,height:32,body:'<path fill="#fbf0df" d="M29 17c0 5.65-5.82 10.23-13 10.23S3 22.61 3 17c0-3.5 2.24-6.6 5.66-8.44S14.21 4.81 16 4.81s3.32 1.54 7.34 3.71C26.76 10.36 29 13.46 29 17"/><path fill="none" stroke="#000" d="M16 27.65c7.32 0 13.46-4.65 13.46-10.65c0-3.72-2.37-7-5.89-8.85c-1.39-.75-2.46-1.41-3.37-2l-1.13-.69A6.14 6.14 0 0 0 16 4.35a6.9 6.9 0 0 0-3.3 1.23c-.42.24-.86.51-1.32.8c-.87.54-1.83 1.13-3 1.73C4.91 10 2.54 13.24 2.54 17c0 6 6.14 10.65 13.46 10.65Z"/><ellipse cx="21.65" cy="18.62" fill="#febbd0" rx="2.17" ry="1.28"/><ellipse cx="10.41" cy="18.62" fill="#febbd0" rx="2.17" ry="1.28"/><path fill-rule="evenodd" d="M11.43 18.11a2 2 0 1 0-2-2.05a2.05 2.05 0 0 0 2 2.05m9.2 0a2 2 0 1 0-2-2.05a2 2 0 0 0 2 2.05"/><path fill="#fff" fill-rule="evenodd" d="M10.79 16.19a.77.77 0 1 0-.76-.77a.76.76 0 0 0 .76.77m9.2 0a.77.77 0 1 0 0-1.53a.77.77 0 0 0 0 1.53"/><path fill="#b71422" stroke="#000" stroke-width=".75" d="M18.62 19.67a3.3 3.3 0 0 1-1.09 1.75a2.48 2.48 0 0 1-1.5.69a2.53 2.53 0 0 1-1.5-.69a3.28 3.28 0 0 1-1.08-1.75a.26.26 0 0 1 .29-.3h4.58a.27.27 0 0 1 .3.3Z"/><path fill="#ccbea7" fill-rule="evenodd" d="M14.93 5.75a6.1 6.1 0 0 1-2.09 4.62c-.1.09 0 .27.11.22c1.25-.49 2.94-1.94 2.23-4.88c-.03-.15-.25-.11-.25.04m.85 0a6 6 0 0 1 .57 5c0 .13.12.24.21.13c.83-1 1.54-3.11-.59-5.31c-.1-.11-.27.04-.19.17Zm1-.06a6.1 6.1 0 0 1 2.53 4.38c0 .14.21.17.24 0c.34-1.3.15-3.51-2.66-4.66c-.12-.02-.21.18-.09.27ZM9.94 9.55a6.27 6.27 0 0 0 3.89-3.33c.07-.13.28-.08.25.07c-.64 3-2.79 3.59-4.13 3.51c-.14-.01-.14-.21-.01-.25"/>'},c_={width:32,height:32,body:'<path fill="#005f91" d="M10.676 15.973a10.05 10.05 0 0 0 1.175 5.151a5.446 5.446 0 0 0 6.306 2.408a4.28 4.28 0 0 0 3.09-3.6l.109-.61c1.737.251 4.537.658 6.274.906l-.11.44a11.26 11.26 0 0 1-2.7 5.39a9.44 9.44 0 0 1-5.366 2.688a14.6 14.6 0 0 1-8.277-.819a10.15 10.15 0 0 1-5.777-6.24a16.23 16.23 0 0 1 .019-11.45a10.54 10.54 0 0 1 8.963-7.054a13.35 13.35 0 0 1 6.666.555a9.57 9.57 0 0 1 6.167 6.9c.094.352.114.417.114.417c-1.932.351-4.319.8-6.238 1.215c-.362-1.915-1.265-3.428-3.2-3.9a5.263 5.263 0 0 0-6.616 3.57a10.5 10.5 0 0 0-.385 1.439a12.3 12.3 0 0 0-.214 2.594"/>'},u_={width:32,height:32,body:'<defs><symbol id="SVGt4sSzbJp" viewBox="0 0 45.72 26.28"><path fill="none" d="M0 0h45.72v26.28H0z"/><path fill="#231f20" d="M0 16.309h22.926v9.971L45.72 13.139L22.926 0v9.97H0z"/></symbol></defs><path fill="#977753" d="m14.261 29.519l-.007-.457l12.926-5.511l2.038.288l-.012.385l-12.942 6.334Z"/><path fill="#7a552c" d="M14.268 29.067L27.18 23.19l2.05.663l-12.966 6.264Z"/><path fill="#886947" d="m14.258 27.63l2.01 1.086v1.416l-2.01-1.086Z"/><path fill="#9a7246" d="m29.139 22.465l-1.521.766v1.416l1.521-.766Z"/><path fill="#694a27" d="m20.178 24.751l2.01 1.086v1.416l-2.01-1.086z"/><path fill="#9a7246" d="m23.708 25.072l-1.521.766v1.416l1.521-.766z"/><path fill="#715a40" d="m8.722 26.749l-.007-.4l12.925-5.514l2.038.288l-.012.385l-12.942 6.28Z"/><path fill="#886947" d="M8.719 24.914L10.728 26v1.416l-2.01-1.086z"/><path fill="#6d471e" d="M12.249 25.234L10.728 26v1.416l1.521-.766z"/><path fill="#7a5f41" d="m3.454 24.088l-.007-.349l12.926-5.511l2.038.288l-.011.384l-12.944 6.227Z"/><path fill="#886947" d="m3.451 22.308l2.01 1.086v1.416l-2.01-1.086Z"/><path fill="#6d471e" d="m6.981 22.628l-1.521.766v1.416l1.521-.766Z"/><path fill="#977753" d="m3.345 22.622l-.007-.282s2.539-.09 1.689.115C6.08 21.792 16.182 17.9 16.182 17.9l12.961 4.44l.062.279l-12.942 6.09Z"/><path fill="#c69c6d" d="m3.3 22.36l12.966-4.519l12.963 4.519l-12.965 6.019Z"/><path fill="#e5ac3d" stroke="#73561f" stroke-miterlimit="10" stroke-width=".054" d="m16.372 6.64l-6.2-2.481v8.123l6.2 2.522Z"/><path fill="#e3b04e" stroke="#73561f" stroke-miterlimit="10" stroke-width=".054" d="m16.331 6.674l6.115-2.435L16.3 1.708l-6.141 2.467Z"/><use width="45.72" height="26.28" href="#SVGt4sSzbJp" transform="matrix(0 -.029 .022 .013 10.56 6.25)"/><path fill="#e5ac3d" stroke="#73561f" stroke-miterlimit="10" stroke-width=".054" d="m22.509 17.109l6.2-2.481v7.311l-6.2 2.878Z"/><path fill="#e5ac3d" stroke="#73561f" stroke-miterlimit="10" stroke-width=".054" d="m22.5 9.134l6.2-2.415v7.906l-6.2 2.509Z"/><path fill="#e3b04e" stroke="#73561f" stroke-miterlimit="10" stroke-width=".054" d="M22.433 9.119L16.4 6.557l6.062-2.274l6.2 2.4Z"/><path fill="#e5ac3d" stroke="#73561f" stroke-miterlimit="10" stroke-width=".054" d="m10.072 17.092l-6.2-2.392v7.375l6.2 2.847Z"/><path fill="#e3b04e" stroke="#73561f" stroke-miterlimit="10" stroke-width=".054" d="m10.056 17.144l6.2-2.417l-6.2-2.465l-6.2 2.4Z"/><path fill="none" stroke="#73561f" stroke-miterlimit="10" stroke-width=".054" d="m6.952 15.883l6.196-2.467"/><path fill="#e5ac3d" stroke="#73561f" stroke-miterlimit="10" stroke-width=".054" d="m16.3 19.658l-6.2-2.464v7.715l6.2 2.957Z"/><path fill="#e5ac3d" stroke="#73561f" stroke-miterlimit="10" stroke-width=".054" d="m16.25 19.729l6.255-2.481v7.661l-6.255 2.957Z"/><path fill="#e5ac3d" stroke="#73561f" stroke-miterlimit="10" stroke-width=".054" d="m16.264 11.547l6.2-2.446v8.16l-6.2 2.485Zm0-.019l-6.2-2.481v8.123l6.2 2.522Z"/><path fill="#e3b04e" stroke="#73561f" stroke-miterlimit="10" stroke-width=".054" d="m16.277 11.508l6.169-2.435l-6.2-2.531l-6.2 2.467Z"/><path fill="none" stroke="#73561f" stroke-miterlimit="10" stroke-width=".054" d="m12.82 10.149l6.196-2.467M13.037 5.37l6.196-2.467m.578 2.383l6.316 2.447"/><path fill="#fff" stroke="#73561f" stroke-miterlimit="10" stroke-width=".047" d="m18.301 7.395l-6.24 2.484l1.482.593l6.196-2.466zm.272-4.779L12.333 5.1l1.482.593l6.195-2.466zM6.266 15.628l1.481.592l2.342-.932l-.026-1.172z" opacity=".3"/><path fill="#fff" stroke="#73561f" stroke-miterlimit="10" stroke-width=".042" d="m20.495 5.029l-1.339.525l6.227 2.413l1.342-.524z" opacity=".3"/><path fill="none" d="m6.7 17.509l.051-.044l-.104-.041zm.39.17l.065-.057l-.129-.051z"/><path fill="#fff" stroke="#73561f" stroke-miterlimit="10" stroke-width=".067" d="m7.719 16.195l-1.453-.565v1.645l.201-.136l.18.285l.104.041l.138-.122l.137.228l.129.051l.189-.166l.238.332l.137.053z" opacity=".3"/><path fill="none" d="m12.783 6.973l.05-.044l-.104-.041zm.39.17l.065-.057l-.13-.051z"/><path fill="#fff" stroke="#73561f" stroke-miterlimit="10" stroke-width=".067" d="m13.802 5.659l-1.454-.565v1.645l.202-.136l.179.285l.104.041l.138-.122l.137.228l.13.051l.188-.166l.239.332l.137.053z" opacity=".3"/><path fill="none" d="m12.544 11.783l.05-.044l-.104-.04zm.389.17l.065-.057l-.129-.05z"/><path fill="#fff" stroke="#73561f" stroke-miterlimit="10" stroke-width=".067" d="m13.562 10.47l-1.453-.565v1.645l.201-.136l.18.285l.104.04l.138-.121l.137.228l.129.05l.189-.166l.238.332l.137.053z" opacity=".3"/><path fill="none" d="m13.139 16.719l-.05.045l.104.039zm-.392-.165l-.065.058l.131.049z"/><path fill="#fff" stroke="#73561f" stroke-miterlimit="10" stroke-width=".067" d="m12.139 18.046l1.461.545l-.023-1.645l-.2.139l-.184-.282l-.104-.039l-.136.123l-.14-.226l-.131-.049l-.186.169l-.243-.329l-.137-.051z" opacity=".3"/><path fill="none" d="m7.328 21.878l-.05.045l.104.039zm-.392-.164l-.065.058l.13.048z"/><path fill="#fff" stroke="#73561f" stroke-miterlimit="10" stroke-width=".067" d="m6.327 23.206l1.392.639l.047-1.74l-.2.139l-.184-.282l-.104-.039l-.137.123l-.14-.226l-.13-.048l-.186.168l-.243-.328l-.138-.052z" opacity=".3"/><path fill="none" d="m25.761 14.093l.051.045l-.104.04zm.39-.17l.065.057l-.129.051z"/><path fill="#fff" stroke="#73561f" stroke-miterlimit="10" stroke-width=".067" d="m26.78 15.407l-1.453.565v-1.645l.201.136l.18-.285l.104-.04l.138.121l.137-.228l.129-.051l.189.166l.238-.332l.137-.053z" opacity=".3"/><path fill="none" d="m26.356 9.321l-.049-.045l.104-.039zm-.392.164l-.064-.058l.13-.048z"/><path fill="#fff" stroke="#73561f" stroke-miterlimit="10" stroke-width=".067" d="m25.356 7.993l1.461-.545l-.023 1.645l-.199-.138l-.184.282l-.104.039l-.137-.124l-.14.227l-.13.048l-.186-.168l-.243.328l-.138.052z" opacity=".3"/><path fill="none" d="m19.428 24.558l.05.044l-.103.04zm.39-.17l.065.057l-.13.05z"/><path fill="#fff" stroke="#73561f" stroke-miterlimit="10" stroke-width=".067" d="m20.447 25.871l-1.454.674v-1.754l.202.136l.18-.285l.103-.04l.139.121l.136-.228l.13-.05l.189.166l.238-.332l.137-.053z" opacity=".3"/><path fill="none" d="m20.023 19.948l-.05-.045l.105-.039zm-.392.165l-.064-.058l.13-.049z"/><path fill="#fff" stroke="#73561f" stroke-miterlimit="10" stroke-width=".067" d="m19.023 18.62l1.461-.544l-.023 1.645l-.199-.139l-.184.282l-.105.039l-.136-.123l-.14.226l-.13.049l-.187-.169l-.242.329l-.138.051z" opacity=".3"/><path d="m21.426 13.49l-.172-.039V13.4l.148-.208a.1.1 0 0 0 .018-.065a.035.035 0 0 0-.037-.03l-.189.006l-.015-.045l.118-.222a.07.07 0 0 0 .007-.063a.04.04 0 0 0-.045-.018l-.2.051l-.024-.037l.084-.229a.06.06 0 0 0 0-.058a.04.04 0 0 0-.051-.006l-.2.094l-.032-.027l.047-.227a.05.05 0 0 0-.016-.052a.05.05 0 0 0-.056.007l-.2.133l-.039-.017l.007-.215a.04.04 0 0 0-.026-.043a.07.07 0 0 0-.058.02l-.184.166l-.045-.006l-.033-.2a.036.036 0 0 0-.036-.032a.08.08 0 0 0-.057.031l-.164.194l-.049.005l-.071-.168a.036.036 0 0 0-.044-.021a.1.1 0 0 0-.055.042l-.138.214l-.05.016l-.107-.135a.04.04 0 0 0-.05-.008a.1.1 0 0 0-.05.051l-.107.226l-.05.026l-.138-.1a.05.05 0 0 0-.055 0a.1.1 0 0 0-.044.058l-.071.228l-.049.036l-.164-.054a.06.06 0 0 0-.057.017a.1.1 0 0 0-.036.063l-.033.223l-.045.044l-.184-.01a.08.08 0 0 0-.058.029a.1.1 0 0 0-.026.065l.007.209l-.039.05l-.2.035a.1.1 0 0 0-.056.04a.1.1 0 0 0-.016.065l.046.187l-.032.054l-.2.079a.1.1 0 0 0-.051.049a.07.07 0 0 0 0 .062l.084.157l-.024.057l-.2.119a.1.1 0 0 0-.045.057a.06.06 0 0 0 .007.057l.118.122l-.015.058l-.189.155a.1.1 0 0 0-.037.062a.045.045 0 0 0 .018.05l.148.082v.055l-.172.185a.1.1 0 0 0-.028.065a.04.04 0 0 0 .028.041l.172.039v.051l-.148.208a.1.1 0 0 0-.018.065a.035.035 0 0 0 .037.03l.189-.006l.015.045l-.118.222a.07.07 0 0 0-.007.063a.04.04 0 0 0 .045.018l.2-.051l.024.037l-.084.229a.06.06 0 0 0 0 .058a.04.04 0 0 0 .051.006l.2-.094l.032.027l-.046.227a.05.05 0 0 0 .016.051a.05.05 0 0 0 .056-.007l.2-.133l.039.017l-.007.215a.04.04 0 0 0 .026.043a.07.07 0 0 0 .058-.02l.184-.166l.045.006l.033.2a.035.035 0 0 0 .036.032a.08.08 0 0 0 .057-.031l.164-.194l.049-.005l.071.168a.036.036 0 0 0 .044.02a.1.1 0 0 0 .055-.042l.138-.214l.05-.016l.107.135a.04.04 0 0 0 .05.008a.1.1 0 0 0 .05-.051l.107-.226l.05-.027l.138.1a.05.05 0 0 0 .055 0a.1.1 0 0 0 .044-.058l.071-.228l.049-.036l.164.054a.06.06 0 0 0 .057-.017a.1.1 0 0 0 .036-.063l.033-.223l.045-.044l.184.01a.08.08 0 0 0 .058-.029a.1.1 0 0 0 .026-.065l-.007-.209l.039-.05l.2-.035a.1.1 0 0 0 .056-.04a.1.1 0 0 0 .016-.065l-.046-.187l.017-.053l.2-.079a.1.1 0 0 0 .051-.049a.07.07 0 0 0 0-.062l-.084-.157l.024-.057l.2-.119a.1.1 0 0 0 .045-.057a.06.06 0 0 0-.007-.057l-.118-.122l.015-.058l.189-.155a.1.1 0 0 0 .037-.062a.045.045 0 0 0-.018-.05l-.148-.082v-.055l.172-.185a.1.1 0 0 0 .028-.065a.04.04 0 0 0-.014-.039m-1.153 1.988c-.066.013-.108-.037-.094-.112a.21.21 0 0 1 .145-.16c.066-.013.108.037.094.112a.21.21 0 0 1-.145.16m-.059-.39a.19.19 0 0 0-.132.146l-.061.325a2.3 2.3 0 0 1-.619.4a1.4 1.4 0 0 1-.632.123l-.061-.273c-.013-.057-.072-.072-.132-.033l-.252.164a1 1 0 0 1-.13-.106l1.226-.521q.022-.007.023-.026v-.455c0-.013-.009-.012-.023-.006l-.359.152v-.288l.388-.165a.16.16 0 0 1 .239.115c.015.057.049.249.072.3s.117.172.217.13l.611-.26l.022-.012a3 3 0 0 1-.139.23Zm-1.7 1.13c-.066.043-.131.026-.145-.037a.2.2 0 0 1 .094-.192c.066-.043.131-.026.145.037a.2.2 0 0 1-.09.192Zm-.465-1.779a.18.18 0 0 1-.062.2c-.062.055-.134.056-.161 0a.18.18 0 0 1 .062-.2c.066-.051.138-.053.165 0Zm-.143.416l.263-.234a.16.16 0 0 0 .057-.178l-.054-.105l.213-.09v1l-.429.182a1.4 1.4 0 0 1-.057-.407c.001-.052.001-.11.011-.168Zm1.152-.587v-.3l.506-.215c.026-.011.185-.047.185.077c0 .1-.122.192-.222.234l-.47.2Zm1.84-.516v.118l-.154.065a.04.04 0 0 0-.022.036v.074a.31.31 0 0 1-.176.3c-.078.043-.165.036-.176-.01c-.046-.253-.123-.278-.245-.327a1 1 0 0 0 .308-.578a.3.3 0 0 0-.235-.315a.57.57 0 0 0-.322.026l-1.592.677a2.7 2.7 0 0 1 .84-.853l.188.127c.042.029.113 0 .157-.063l.21-.3a.94.94 0 0 1 1.027.33l-.144.4c-.025.069 0 .128.057.13l.277.011q.004.073.004.152Zm-1.591-1.044c.049-.069.126-.1.172-.069s.045.113 0 .183s-.126.1-.172.069s-.044-.114.005-.184Zm1.427.6a.19.19 0 0 1 .161-.133c.062 0 .089.066.062.142a.19.19 0 0 1-.161.133c-.057-.006-.085-.07-.058-.15Z" opacity=".55"/><path d="m15.314 23.421l-.19-.195l-.005-.057l.163-.085a.05.05 0 0 0 .02-.052a.1.1 0 0 0-.041-.065l-.208-.163l-.016-.06l.13-.127a.06.06 0 0 0 .007-.06a.12.12 0 0 0-.05-.06l-.22-.126l-.026-.06l.092-.165a.07.07 0 0 0-.005-.065a.1.1 0 0 0-.057-.052l-.223-.083l-.035-.057l.051-.2a.1.1 0 0 0-.017-.068a.1.1 0 0 0-.061-.042l-.217-.038l-.043-.053l.008-.22a.1.1 0 0 0-.029-.068a.1.1 0 0 0-.063-.031l-.2.01l-.049-.047l-.036-.234a.1.1 0 0 0-.039-.066a.07.07 0 0 0-.063-.018l-.181.056l-.054-.038l-.078-.24a.12.12 0 0 0-.048-.061a.06.06 0 0 0-.06-.005l-.152.1l-.059-.026l-.117-.238a.1.1 0 0 0-.055-.054a.05.05 0 0 0-.055.008l-.117.142l-.055-.017l-.152-.225a.1.1 0 0 0-.06-.044a.04.04 0 0 0-.048.021l-.078.176l-.054-.006l-.181-.2a.1.1 0 0 0-.063-.033a.04.04 0 0 0-.039.034l-.036.205l-.049.006l-.2-.175a.07.07 0 0 0-.063-.021a.04.04 0 0 0-.029.045l.008.226l-.043.018l-.217-.14a.06.06 0 0 0-.061-.008a.05.05 0 0 0-.017.054l.051.238l-.035.028l-.223-.1a.05.05 0 0 0-.057.006a.06.06 0 0 0-.005.061l.092.24l-.026.039l-.22-.054a.04.04 0 0 0-.05.019a.07.07 0 0 0 .007.066l.13.234l-.016.047l-.208-.007a.04.04 0 0 0-.041.032a.1.1 0 0 0 .02.068l.163.219l-.005.053l-.19.04a.04.04 0 0 0-.031.043a.1.1 0 0 0 .031.068l.19.195l.005.057l-.163.085a.05.05 0 0 0-.02.052a.1.1 0 0 0 .041.065l.208.163l.016.06l-.13.127a.06.06 0 0 0-.007.06a.12.12 0 0 0 .05.06l.22.126l.026.06l-.092.165a.07.07 0 0 0 .005.065a.1.1 0 0 0 .057.052l.223.083l.035.057l-.051.2a.1.1 0 0 0 .017.068a.1.1 0 0 0 .061.042l.217.038l.043.053l-.008.22a.1.1 0 0 0 .029.068a.1.1 0 0 0 .063.031l.2-.009l.049.047l.036.234a.1.1 0 0 0 .039.066a.07.07 0 0 0 .063.019l.18-.056l.054.038l.078.24a.12.12 0 0 0 .048.061a.06.06 0 0 0 .06.005l.152-.1l.055.028l.117.238a.1.1 0 0 0 .055.054a.05.05 0 0 0 .055-.008l.117-.142l.055.017l.152.225a.1.1 0 0 0 .06.044a.04.04 0 0 0 .048-.021l.078-.176l.054.006l.181.2a.1.1 0 0 0 .063.033a.04.04 0 0 0 .039-.034l.036-.2l.049-.006l.2.175a.07.07 0 0 0 .063.021a.04.04 0 0 0 .029-.045l-.008-.226l.043-.018l.217.14a.06.06 0 0 0 .061.008a.05.05 0 0 0 .017-.054l-.051-.238l.035-.028l.223.1a.05.05 0 0 0 .057-.006a.06.06 0 0 0 .005-.061l-.092-.24l.026-.039l.22.054a.04.04 0 0 0 .05-.019a.07.07 0 0 0-.007-.066l-.13-.234l.016-.047l.208.007a.04.04 0 0 0 .041-.032a.1.1 0 0 0-.02-.068l-.163-.219l.005-.053l.19-.04a.04.04 0 0 0 .031-.043a.1.1 0 0 0-.026-.077m-1.269 1.054a.21.21 0 0 1-.1-.2c.015-.066.087-.083.159-.038a.21.21 0 0 1 .1.2c-.015.063-.086.083-.159.038m-.064-.462c-.066-.041-.131-.026-.145.035l-.067.287a1.6 1.6 0 0 1-.681-.132a2.5 2.5 0 0 1-.7-.438l-.067-.342a.2.2 0 0 0-.145-.153l-.277-.054q-.077-.111-.143-.228l1.35.552c.015.006.025.008.025-.006v-.477q-.001-.02-.025-.027l-.395-.161v-.3l.427.175a.46.46 0 0 1 .263.335c.017.074.054.305.08.385a.6.6 0 0 0 .239.331l.672.275l.024.008a1 1 0 0 1-.153.117Zm-1.867-.334a.22.22 0 0 1-.159-.168c-.015-.079.031-.132.1-.118a.23.23 0 0 1 .159.168c.019.079-.027.132-.1.118m-.514-2.286c.03.08 0 .147-.068.149a.21.21 0 0 1-.177-.141c-.03-.08 0-.147.068-.149a.21.21 0 0 1 .177.141m-.157.309l.289-.01c.062 0 .09-.063.062-.136l-.06-.159l.234.1v1.055l-.472-.193a2 2 0 0 1-.063-.479a2 2 0 0 1 .012-.18Zm1.268.416v-.311l.557.228c.029.012.2.116.2.247c0 .108-.134.092-.244.047l-.517-.211Zm2.025 1.108v.121l-.169-.069q-.025-.01-.024.018v.078c0 .183-.1.181-.194.154a.31.31 0 0 1-.194-.168a.95.95 0 0 0-.269-.563c.166-.038.339-.122.339-.331a.86.86 0 0 0-.259-.542a1.2 1.2 0 0 0-.355-.262l-1.752-.717a1.14 1.14 0 0 1 .924-.144l.207.3c.047.068.124.1.173.075l.231-.127a2.95 2.95 0 0 1 1.13 1.267l-.158.293a.17.17 0 0 0 .062.187l.3.26q.01.087.01.17ZM12.987 20.7c.054-.029.138.007.19.082s.049.159 0 .188s-.138-.007-.19-.082s-.053-.156 0-.188m1.57 1.905c.03-.056.109-.054.177 0a.185.185 0 0 1 .068.205c-.03.056-.109.054-.177 0a.185.185 0 0 1-.068-.202Z" opacity=".56"/><path d="m27.838 18.724l-.172-.039v-.051l.148-.208a.1.1 0 0 0 .018-.065a.035.035 0 0 0-.037-.03l-.189.006l-.015-.045l.118-.222a.07.07 0 0 0 .007-.063a.04.04 0 0 0-.045-.018l-.2.051l-.03-.04l.084-.229a.06.06 0 0 0 0-.058a.04.04 0 0 0-.051-.006l-.2.094l-.032-.027l.047-.227a.05.05 0 0 0-.016-.052a.05.05 0 0 0-.056.007l-.2.133l-.039-.017l.007-.215a.04.04 0 0 0-.026-.043a.07.07 0 0 0-.058.02l-.184.166l-.045-.006l-.033-.2a.036.036 0 0 0-.036-.032a.08.08 0 0 0-.057.031l-.164.194l-.049.005l-.071-.168a.036.036 0 0 0-.044-.021a.1.1 0 0 0-.055.042l-.138.214l-.05.016l-.107-.135a.04.04 0 0 0-.05-.008a.1.1 0 0 0-.05.051l-.107.226l-.05.026l-.138-.1a.05.05 0 0 0-.055 0a.1.1 0 0 0-.044.058l-.071.228l-.049.036l-.164-.054a.06.06 0 0 0-.057.017a.1.1 0 0 0-.036.063l-.033.223l-.045.044l-.184-.01a.08.08 0 0 0-.058.029a.1.1 0 0 0-.026.065l.007.209l-.039.05l-.2.035a.1.1 0 0 0-.056.04a.1.1 0 0 0-.016.065l.046.187l-.032.054l-.2.079a.1.1 0 0 0-.051.049a.07.07 0 0 0 0 .062l.084.157l-.024.057l-.2.119a.1.1 0 0 0-.045.057a.06.06 0 0 0 .007.057l.118.122l-.015.058l-.189.155a.1.1 0 0 0-.037.062a.045.045 0 0 0 .018.05l.148.082v.055l-.172.185a.1.1 0 0 0-.028.065a.04.04 0 0 0 .028.041l.172.039v.051l-.148.208a.1.1 0 0 0-.018.065a.035.035 0 0 0 .037.03l.189-.006l.015.045l-.118.222a.07.07 0 0 0-.007.063a.04.04 0 0 0 .045.018l.2-.051l.024.037l-.094.247a.06.06 0 0 0 0 .058a.04.04 0 0 0 .051.006l.2-.094l.032.027l-.046.227a.05.05 0 0 0 .016.051a.05.05 0 0 0 .056-.007l.2-.133l.039.017l-.007.215a.04.04 0 0 0 .026.043a.07.07 0 0 0 .058-.02l.184-.166l.045.006l.033.2a.035.035 0 0 0 .036.032a.08.08 0 0 0 .057-.031l.164-.194l.049-.005l.071.168a.036.036 0 0 0 .044.02a.1.1 0 0 0 .055-.042l.138-.214l.05-.016l.107.135a.04.04 0 0 0 .05.008a.1.1 0 0 0 .05-.051l.107-.226l.05-.027l.138.1a.05.05 0 0 0 .055 0a.1.1 0 0 0 .044-.058l.071-.228l.049-.036l.164.054a.06.06 0 0 0 .057-.017a.1.1 0 0 0 .036-.063l.038-.239l.045-.044l.184.01a.08.08 0 0 0 .058-.029a.1.1 0 0 0 .026-.065l-.007-.209l.039-.05l.2-.035a.1.1 0 0 0 .056-.04a.1.1 0 0 0 .016-.065l-.046-.187l.032-.054l.2-.079a.1.1 0 0 0 .051-.049a.07.07 0 0 0 0-.062l-.084-.157l.024-.057l.2-.119a.1.1 0 0 0 .045-.057a.06.06 0 0 0-.006-.052l-.118-.122l.015-.058l.189-.155a.1.1 0 0 0 .037-.062a.045.045 0 0 0-.018-.05l-.148-.082v-.055l.172-.185a.1.1 0 0 0 .028-.065a.04.04 0 0 0-.019-.042m-1.153 1.988c-.066.013-.108-.037-.094-.112a.21.21 0 0 1 .145-.16c.066-.013.108.037.094.112a.21.21 0 0 1-.146.161Zm-.059-.39a.19.19 0 0 0-.132.146l-.061.325a2.3 2.3 0 0 1-.619.4a1.4 1.4 0 0 1-.632.123l-.061-.273c-.013-.057-.072-.072-.132-.033l-.252.164a1 1 0 0 1-.13-.106l1.226-.521q.022-.007.023-.026v-.455c0-.013-.009-.012-.023-.006l-.359.152v-.288l.388-.165a.16.16 0 0 1 .239.115c.015.057.049.249.072.3s.117.172.217.13l.611-.26l.022-.012a3 3 0 0 1-.139.23Zm-1.7 1.13c-.066.043-.131.026-.145-.037a.2.2 0 0 1 .094-.192c.066-.043.131-.026.145.037a.2.2 0 0 1-.09.192Zm-.465-1.779a.18.18 0 0 1-.062.2c-.062.055-.134.056-.161 0a.18.18 0 0 1 .062-.2c.065-.051.137-.053.165 0Zm-.143.416l.263-.234a.16.16 0 0 0 .057-.178l-.054-.105l.213-.09v1l-.429.182a1.4 1.4 0 0 1-.057-.407c.002-.057.005-.11.011-.168Zm1.152-.587v-.3l.506-.215c.026-.011.185-.047.185.077c0 .1-.122.192-.222.234l-.47.2Zm1.84-.516v.118l-.154.065a.04.04 0 0 0-.022.036v.074a.31.31 0 0 1-.176.3c-.078.043-.165.036-.176-.01c-.046-.253-.123-.278-.245-.327a1 1 0 0 0 .308-.578a.3.3 0 0 0-.235-.315a.57.57 0 0 0-.322.026l-1.588.675a2.7 2.7 0 0 1 .84-.853l.188.127c.042.029.113 0 .157-.063l.21-.3a.94.94 0 0 1 1.027.33l-.144.4c-.025.069 0 .128.057.13l.277.011q.002.075.002.154Zm-1.591-1.044c.049-.069.126-.1.172-.069s.045.113 0 .183s-.126.1-.172.069s-.045-.114.004-.184Zm1.427.6a.19.19 0 0 1 .161-.133c.062 0 .089.066.062.142a.19.19 0 0 1-.161.133c-.058-.006-.086-.07-.058-.146Z" opacity=".55"/><use width="45.72" height="26.28" href="#SVGt4sSzbJp" transform="matrix(0 -.029 .022 .013 4.314 16.786)"/><use width="45.72" height="26.28" href="#SVGt4sSzbJp" transform="matrix(0 -.029 .022 .013 8.876 18.632)"/><use width="45.72" height="26.28" href="#SVGt4sSzbJp" transform="matrix(0 -.029 .022 .013 10.451 11.138)"/><use width="45.72" height="26.28" href="#SVGt4sSzbJp" transform="matrix(0 -.029 .022 .013 15.013 12.984)"/><use width="45.72" height="26.28" href="#SVGt4sSzbJp" transform="matrix(0 -.029 .02 -.012 16.773 21.54)"/><use width="45.72" height="26.28" href="#SVGt4sSzbJp" transform="matrix(0 -.029 .02 -.012 21.389 19.694)"/><use width="45.72" height="26.28" href="#SVGt4sSzbJp" transform="matrix(0 -.029 .02 -.012 23.072 11.167)"/><use width="45.72" height="26.28" href="#SVGt4sSzbJp" transform="matrix(0 -.029 .02 -.012 27.689 9.321)"/>'},x_={width:32,height:32,body:'<path fill="#005f91" d="M8.329 29V3h3.192v9.329a7.13 7.13 0 0 1 5.64-2.589a7.6 7.6 0 0 1 3.636.825a4.84 4.84 0 0 1 2.208 2.279a10.5 10.5 0 0 1 .665 4.221V29h-3.192V17.064a4.93 4.93 0 0 0-1.038-3.485a3.86 3.86 0 0 0-2.935-1.091a5.2 5.2 0 0 0-2.669.736a4.16 4.16 0 0 0-1.782 2a9.2 9.2 0 0 0-.532 3.476V29Z"/>'},d_={width:32,height:32,body:'<defs><linearGradient id="SVGCgNrzdsa" x1="9.955" x2="16.68" y1="9.096" y2="23.324" gradientTransform="matrix(1 0 0 -1 0 32)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#1011a1"/><stop offset="1" stop-color="#6969e1"/></linearGradient><linearGradient id="SVGrgqtQcHo" x1="16.231" x2="25.618" y1="19.655" y2="3.782" gradientTransform="matrix(1 0 0 -1 0 32)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#b40e0e"/><stop offset="1" stop-color="#ff5959"/></linearGradient><linearGradient id="SVGV3I43cHR" x1="21.663" x2="8.381" y1="4.823" y2="5.938" gradientTransform="matrix(1 0 0 -1 0 32)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#01a300"/><stop offset="1" stop-color="#01df00"/></linearGradient><linearGradient id="SVGhUomfdFs" x1="14.643" x2="14.472" y1="8.368" y2="14.145" gradientTransform="matrix(1 0 0 -1 0 32)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#848484"/><stop offset="1" stop-color="#d2d2d2"/></linearGradient></defs><path fill="url(#SVGCgNrzdsa)" d="M17.257 16.919L2.246 29.749L15.994 2.283Z"/><path d="m2.262 29.768l-.038-.03L16.012 2.193l.008.088l1.263 14.649l-.01.008ZM15.977 2.374L2.324 29.649L17.23 16.908Z"/><path fill="url(#SVGrgqtQcHo)" d="M17.952 24.931L16 2.28l13.767 27.471Z"/><path d="m29.818 29.8l-.061-.025l-11.828-4.827v-.015L15.975 2.282l.047-.013Zm-11.842-4.887L29.715 29.7L16.036 2.408Z"/><path fill="url(#SVGV3I43cHR)" d="m11.16 22.094l18.621 7.654H2.25Z"/><path d="M29.781 29.773H2.183l.051-.044l8.921-7.665l.014.006l18.622 7.655Zm-27.464-.05h27.337l-18.489-7.6Z"/><path fill="url(#SVGhUomfdFs)" d="m11.189 22.112l6.059-5.168l.843 7.98Z"/><path d="m18.149 25l-.077-.032l-6.978-2.842l6.194-5.283l.01.094Zm-6.865-2.9l6.748 2.749l-.824-7.8Z"/><path d="M29.7 29.911H2.285a.22.22 0 0 1-.182-.088a.22.22 0 0 1 .022-.2L15.864 2.187a.17.17 0 0 1 .14-.1a.15.15 0 0 1 .13.085l13.733 27.435a.24.24 0 0 1 .02.226a.21.21 0 0 1-.187.078m-27.468-.16l.057.011h27.4l.073-.009a.2.2 0 0 0-.028-.077L16 2.248v.012L2.261 29.684a.3.3 0 0 0-.025.067Z"/>'},f_={width:32,height:32,body:'<path fill="#99b8c4" d="m23.265 24.381l.9-.894c4.164.136 4.228-.01 4.411-.438l1.144-2.785l.085-.264l-.093-.231c-.049-.122-.2-.486-2.8-2.965V15.5c3-2.89 2.936-3.038 2.765-3.461l-1.139-2.814c-.171-.422-.236-.587-4.37-.474l-.9-.93a20 20 0 0 0-.141-4.106l-.116-.263l-2.974-1.3c-.438-.2-.592-.272-3.4 2.786l-1.262-.019c-2.891-3.086-3.028-3.03-3.461-2.855L9.149 3.182c-.433.175-.586.237-.418 4.437l-.893.89c-4.162-.136-4.226.012-4.407.438l-1.146 2.786l-.09.267l.094.232c.049.12.194.48 2.8 2.962v1.3c-3 2.89-2.935 3.038-2.763 3.462l1.138 2.817c.174.431.236.584 4.369.476l.9.935a20.2 20.2 0 0 0 .137 4.1l.116.265l2.993 1.308c.435.182.586.247 3.386-2.8l1.262.016c2.895 3.09 3.043 3.03 3.466 2.859l2.759-1.115c.436-.173.588-.234.413-4.436m-11.858-6.524a4.957 4.957 0 1 1 6.488 2.824a5.014 5.014 0 0 1-6.488-2.824"/>'},h_={width:32,height:32,body:'<path fill="#984c93" d="M14.742 24.047a10.24 10.24 0 0 1-4.673.919a7.63 7.63 0 0 1-5.914-2.346A8.88 8.88 0 0 1 2 16.369a9.48 9.48 0 0 1 2.422-6.748a8.22 8.22 0 0 1 6.285-2.588a11.2 11.2 0 0 1 4.035.641v3.761A6.84 6.84 0 0 0 11 10.395a4.81 4.81 0 0 0-3.712 1.535a5.9 5.9 0 0 0-1.413 4.159A5.8 5.8 0 0 0 7.209 20.1a4.57 4.57 0 0 0 3.59 1.493a7.3 7.3 0 0 0 3.943-1.113Zm2.37-9.218v-2.344h2.344v2.344H21.8v2.343h-2.344v2.343h-2.344v-2.343H14.77v-2.344zm8.201 0v-2.344h2.344v2.344H30v2.343h-2.343v2.343h-2.344v-2.343h-2.342v-2.344z"/>'},p_={width:32,height:32,body:'<path fill="#984c93" d="M2.395 25.5v-19h2.332v6.817a5.21 5.21 0 0 1 4.121-1.892a5.56 5.56 0 0 1 2.657.6a3.54 3.54 0 0 1 1.614 1.665a7.7 7.7 0 0 1 .486 3.085V25.5h-2.332v-8.722a3.6 3.6 0 0 0-.758-2.547a2.82 2.82 0 0 0-2.145-.8a3.8 3.8 0 0 0-1.951.538a3.04 3.04 0 0 0-1.3 1.458a6.7 6.7 0 0 0-.389 2.54V25.5Zm14.332-10.671v-2.344h2.344v2.344h2.344v2.343h-2.344v2.343h-2.344v-2.343h-2.342v-2.344zm8.201 0v-2.344h2.344v2.344h2.343v2.343h-2.343v2.343h-2.344v-2.343h-2.343v-2.344z"/>'},m_={width:32,height:32,body:'<path fill="#368832" d="M19.792 7.071h2.553v2.553H24.9V7.071h2.552v2.553H30v2.552h-2.55v2.551H30v2.553h-2.551v2.552H24.9v-2.55h-2.55v2.552h-2.557v-2.55H17.24v-2.559h2.553v-2.546H17.24V9.622h2.554Zm2.553 7.658H24.9v-2.553h-2.555Zm-7.656 9.284a10.2 10.2 0 0 1-4.653.915a7.6 7.6 0 0 1-5.89-2.336A8.84 8.84 0 0 1 2 16.367a9.44 9.44 0 0 1 2.412-6.719a8.18 8.18 0 0 1 6.259-2.577a11.1 11.1 0 0 1 4.018.638v3.745a6.8 6.8 0 0 0-3.723-1.036a4.8 4.8 0 0 0-3.7 1.529a5.88 5.88 0 0 0-1.407 4.142a5.77 5.77 0 0 0 1.328 3.992a4.55 4.55 0 0 0 3.575 1.487a7.3 7.3 0 0 0 3.927-1.108Z"/>'},g_={width:32,height:32,body:'<path fill="#639" d="M1.995 1.994h23.52a4.48 4.48 0 0 1 4.48 4.48v19.04a4.48 4.48 0 0 1-4.48 4.48H6.475a4.48 4.48 0 0 1-4.48-4.48Z"/><path fill="#fff" d="M9.079 24.87v-4.704c0-1.876 1.204-2.884 3.024-2.884c1.792-.028 2.912 1.148 2.856 3.136h-2.072c.056-.756-.28-1.316-.84-1.288c-.7 0-.896.476-.896 1.372v4.088c0 .868.28 1.288.896 1.316c.644 0 .896-.644.84-1.372h2.072c.112 2.044-1.176 3.248-2.996 3.22c-1.764 0-2.884-.98-2.884-2.884m6.636-.336h1.932c.028.896.308 1.456.924 1.456s.84-.364.84-1.204c0-.7-.308-1.092-1.064-1.456l-.728-.336c-1.288-.616-1.82-1.372-1.82-2.884c0-1.68 1.064-2.856 2.8-2.856s2.66 1.204 2.688 3.164h-1.876c0-.812-.168-1.372-.784-1.372c-.56 0-.84.28-.84.98s.252.98.924 1.26l.672.308c1.428.672 2.044 1.54 2.044 3.164c0 1.932-1.092 2.996-2.884 2.996s-2.8-1.232-2.828-3.22m6.328 0h1.96c0 .896.308 1.456.896 1.456s.84-.364.84-1.204c0-.7-.28-1.092-1.064-1.456l-.728-.336c-1.288-.616-1.792-1.372-1.792-2.884c0-1.68 1.036-2.856 2.8-2.856s2.632 1.204 2.688 3.164h-1.876c-.028-.812-.196-1.372-.812-1.372c-.56 0-.812.28-.812.98s.224.98.896 1.26l.7.308c1.4.672 2.016 1.54 2.016 3.164c0 1.932-1.092 2.996-2.884 2.996s-2.8-1.232-2.828-3.22"/>'},E_={width:32,height:32,body:'<path fill="#66c3fa" d="M16.739 2.037a1.3 1.3 0 0 0-.916.377l-.013.01l-8.59 4.965l8.566 8.566v.006l10.3 10.3l1.963-3.536l-7.081-16.997l-3.3-3.3a1.3 1.3 0 0 0-.927-.388Z"/><path fill="#215896" d="m7.25 7.35l-4.962 8.581l-.01.013a1.32 1.32 0 0 0-.378.919a1.3 1.3 0 0 0 .387.924L6.4 21.9l16.084 6.327l3.636-2.02l-.1-.1h-.025l-10.083-10.1H15.9z"/><path fill="#235997" d="m7.192 7.362l8.764 8.773h.013l10.087 10.1l3.839-.732l.005-11.363l-4.054-3.973a6.5 6.5 0 0 0-3.624-1.616v-.044z"/><path fill="#58b6f0" d="m7.256 7.411l8.768 8.768v.013l10.092 10.092l-.734 3.839h-11.36l-3.971-4.056a6.5 6.5 0 0 1-1.614-3.625h-.044z"/>'},y_={width:32,height:32,body:'<path fill="#3a4e55" d="M18.191 13.071H20.7v2.566h1.27a5.5 5.5 0 0 0 1.744-.292a4.5 4.5 0 0 0 .848-.383a3.15 3.15 0 0 1-.589-1.623a3.43 3.43 0 0 1 .616-2.416l.264-.305l.314.253a4 4 0 0 1 1.575 2.538a3.84 3.84 0 0 1 2.913.271l.345.2l-.181.354a3.63 3.63 0 0 1-3.648 1.74c-2.173 5.413-6.9 7.976-12.642 7.976A7.96 7.96 0 0 1 6.3 20.211l-.025-.043l-.226-.459a7.3 7.3 0 0 1-.579-3.693l.035-.38h2.143v-2.565h2.51v-2.51h5.02v-2.51h3.012v5.02Z"/><path fill="#00aada" d="M26.324 14.021a3.31 3.31 0 0 0-1.418-2.821a3.07 3.07 0 0 0 .289 3.821a5.28 5.28 0 0 1-3.225 1.037H5.883a6.8 6.8 0 0 0 .667 3.737l.183.335a6 6 0 0 0 .379.569q.992.064 1.829.045a9 9 0 0 0 2.669-.389a.193.193 0 1 1 .126.365q-.135.047-.281.088a8.4 8.4 0 0 1-1.845.3c.044 0-.046.007-.046.007l-.082.007a22 22 0 0 1-2.008-.006l-.01.007a7.88 7.88 0 0 0 6.063 2.41c5.56 0 10.276-2.465 12.365-8c1.482.152 2.906-.226 3.553-1.49a3.5 3.5 0 0 0-3.122-.022"/><path fill="#27b9ec" d="M26.324 14.021a3.31 3.31 0 0 0-1.418-2.821a3.07 3.07 0 0 0 .289 3.821a5.28 5.28 0 0 1-3.225 1.037H6.836a5.22 5.22 0 0 0 2.106 4.686a9 9 0 0 0 2.669-.389a.193.193 0 1 1 .126.365q-.135.047-.281.088a9 9 0 0 1-1.894.314l-.019-.022c1.892.971 4.636.967 7.782-.241a21.87 21.87 0 0 0 9.1-6.889l-.1.048"/><path fill="#088cb9" d="M5.913 17.732a6.4 6.4 0 0 0 .637 2.061l.183.335a6 6 0 0 0 .379.569q.992.064 1.829.045a9 9 0 0 0 2.669-.389a.193.193 0 1 1 .126.365q-.135.047-.281.088a8.8 8.8 0 0 1-1.891.307h-.1q-.438.025-.922.026c-.351 0-.709-.007-1.1-.026a7.9 7.9 0 0 0 6.076 2.413c4.76 0 8.9-1.807 11.3-5.8Z"/><path fill="#039cc7" d="M6.98 17.732a4.83 4.83 0 0 0 1.961 3.01a9 9 0 0 0 2.669-.389a.193.193 0 1 1 .126.365q-.135.047-.281.088a9 9 0 0 1-1.9.307c1.892.971 4.628.957 7.773-.252a20.6 20.6 0 0 0 5.377-3.13Z"/><path fill="#00acd3" d="M9.889 13.671h.172v1.813h-.172zm-.33 0h.179v1.813h-.179zm-.33 0h.179v1.813H9.23v-1.813Zm-.33 0h.179v1.813H8.9v-1.813Zm-.33 0h.179v1.813H8.57zm-.323 0h.172v1.813h-.17v-1.813Zm-.181-.181h2.175v2.176H8.066V13.49Zm4.335-2.329h.172v1.813H12.4zm-.33 0h.179v1.813h-.179zm-.33 0h.179v1.813h-.179zm-.33 0h.179v1.813h-.179zm-.33 0h.178v1.813h-.178zm-.323 0h.172v1.813h-.172zm-.181-.181h2.176v2.176h-2.175z"/><path fill="#26c2ee" d="M12.4 13.671h.172v1.813H12.4zm-.33 0h.179v1.813h-.179zm-.33 0h.179v1.813h-.179zm-.33 0h.179v1.813h-.179zm-.33 0h.178v1.813h-.178zm-.323 0h.172v1.813h-.172zm-.181-.181h2.176v2.176h-2.175z"/><path fill="#00acd3" d="M14.909 13.671h.172v1.813h-.172zm-.33 0h.179v1.813h-.178zm-.33 0h.179v1.813h-.178zm-.33 0h.181v1.813h-.179v-1.813Zm-.33 0h.179v1.813h-.179zm-.323 0h.172v1.813h-.172zm-.181-.181h2.176v2.176h-2.174V13.49Z"/><path fill="#26c2ee" d="M14.909 11.161h.172v1.813h-.172zm-.33 0h.179v1.813h-.178zm-.33 0h.179v1.813h-.178zm-.33 0h.181v1.813h-.179v-1.813Zm-.33 0h.179v1.813h-.179zm-.323 0h.172v1.813h-.172zm-.181-.181h2.176v2.176h-2.174v-2.177Zm4.335 2.691h.172v1.813h-.172zm-.33 0h.179v1.813h-.179zm-.33 0h.179v1.813h-.179zm-.33 0h.179v1.813h-.179zm-.33 0h.179v1.813H16.1zm-.323 0h.172v1.813h-.172zm-.177-.181h2.176v2.176H15.6z"/><path fill="#00acd3" d="M17.42 11.161h.172v1.813h-.172zm-.33 0h.179v1.813h-.179zm-.33 0h.179v1.813h-.179zm-.33 0h.179v1.813h-.179zm-.33 0h.179v1.813H16.1zm-.323 0h.172v1.813h-.172zm-.181-.181h2.176v2.176H15.6v-2.177Z"/><path fill="#26c2ee" d="M17.42 8.65h.172v1.813h-.172zm-.33 0h.179v1.813h-.179zm-.33 0h.179v1.813h-.179zm-.33 0h.179v1.813h-.179zm-.33 0h.179v1.813H16.1zm-.323 0h.172v1.813h-.172zm-.177-.181h2.176v2.176H15.6z"/><path fill="#00acd3" d="M19.93 13.671h.17v1.813h-.17zm-.33 0h.178v1.813H19.6zm-.33 0h.179v1.813h-.179zm-.33 0h.179v1.813h-.179zm-.33 0h.179v1.813h-.179zm-.323 0h.172v1.813h-.172zm-.181-.181h2.176v2.176h-2.175z"/><path fill="#d5eef2" d="M12.616 19.193a.6.6 0 1 1-.6.6a.6.6 0 0 1 .6-.6"/><path fill="#3a4e55" d="M12.616 19.363a.4.4 0 0 1 .156.029a.175.175 0 1 0 .241.236a.43.43 0 1 1-.4-.265M2 17.949h27.92c-.608-.154-1.923-.362-1.707-1.159c-1.105 1.279-3.771.9-4.444.267c-.749 1.087-5.111.674-5.415-.173c-.939 1.1-3.85 1.1-4.789 0c-.3.847-4.666 1.26-5.415.173c-.673.631-3.338 1.012-4.444-.267c.217.8-1.1 1.005-1.707 1.159"/><path fill="#c0dbe1" d="M14.211 23.518a5.3 5.3 0 0 1-2.756-2.711a9.2 9.2 0 0 1-1.987.3q-.436.024-.917.025q-.554 0-1.168-.033a7.94 7.94 0 0 0 6.145 2.43q.344 0 .683-.013"/><path fill="#d5eef2" d="M12.007 21.773a5.2 5.2 0 0 1-.552-.966a9.2 9.2 0 0 1-1.987.3a6.3 6.3 0 0 0 2.539.664"/>'},b_={width:32,height:32,body:'<g fill-rule="evenodd"><path d="M3.167 3.167h25.667v25.667H3.167z"/><path fill="#ecd53f" fill-rule="nonzero" d="M30 2v28H2V2zM14.757 20.539H9.98v6.44h4.898v-1.085h-3.597V24.14h3.232v-1.085H11.28v-1.428h3.475v-1.09zm2.503 0h-1.264v6.44h1.207v-4.2l2.597 4.2h1.305v-6.44h-1.21v4.3zm5.97 0h-1.41l2.303 6.44h1.388l2.306-6.44h-1.38l-1.577 4.766l-1.63-4.767zM8.3 24.96H6.34v1.96H8.3z"/></g>'},v_={width:32,height:32,body:'<defs><linearGradient id="SVGSwnCKblo" x1="17.249" x2="14.973" y1="-335.597" y2="-309.994" gradientTransform="matrix(1 0 0 -1 0 -306)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff" stop-opacity="0"/><stop offset=".01" stop-color="#f7f6f8" stop-opacity=".04"/><stop offset=".09" stop-color="#aa9cb3" stop-opacity=".39"/><stop offset=".2" stop-color="#6f567e" stop-opacity=".66"/><stop offset=".32" stop-color="#452459" stop-opacity=".86"/><stop offset=".5" stop-color="#2d0843" stop-opacity=".97"/><stop offset="1" stop-color="#26003d"/></linearGradient></defs><path fill="#7c648f" d="M17.8 8.591c2.079 4.584 7.64 6.5 7.141 12.474c-.582 7.017-5.551 8.784-8.316 8.909a8.815 8.815 0 0 1-9.4-7.485C5.618 15.046 12.655 3.632 16.709 2A15.1 15.1 0 0 0 17.8 8.591m-.166 18.857a.42.42 0 0 0-.057-.327c-.593-1.1-5.81-1.645-6.907-1.752a8.3 8.3 0 0 0 1.635 1.3a7.8 7.8 0 0 0 2.814 1.041c.803.121 2.348.223 2.516-.263Z"/><path fill="#26003d" d="M18.248 10.618c4.47 4.823 6.445 4.979 6.237 10.478c-.249 6.476-4.543 8.191-7.058 8.42c-4.2.551-7.495-1.528-8.358-5.686c-1.757-6.767 3.909-17.807 7.568-19.47a15.3 15.3 0 0 0 1.621 6.24Z" opacity=".25"/><path fill="url(#SVGSwnCKblo)" d="M17.385 9.921C20.369 14 24.319 13.7 25 19.641c.094 6.923-3.6 9.283-6.237 9.948c-4.5 1.279-8.514-.645-10.094-5c-3.035-7 2.651-18.514 6.31-20.915a15.1 15.1 0 0 0 2.37 6.237Z" opacity=".75"/>'},C_={width:32,height:32,body:'<path fill="#4b32c3" d="m29.832 16.7l-6.354 10.717A1.26 1.26 0 0 1 22.36 28H9.647a1.26 1.26 0 0 1-1.118-.59l-6.356-10.7a1.26 1.26 0 0 1 0-1.272L8.527 4.676A1.34 1.34 0 0 1 9.647 4h12.709a1.34 1.34 0 0 1 1.118.678l6.354 10.786a1.2 1.2 0 0 1 0 1.238Zm-5.262 4.2v-9.614L16 6.466l-8.56 4.82V20.9L16 25.719Z"/><path fill="#8080f2" d="m21.802 19.188l-5.747 3.235l-5.742-3.235v-6.47l5.742-3.236l5.747 3.236z"/>'},k_={width:32,height:32,body:'<path fill="#cfcfcf" d="m12.677 17.781l-2.626-6.256l-2.694 6.256Zm6.723 6.511h-7.069v-1.365l.458-.023a1.85 1.85 0 0 0 .972-.2a.31.31 0 0 0 .145-.263a4.2 4.2 0 0 0-.419-1.4l-.812-1.931H7.322L6.4 21.259a3.3 3.3 0 0 0-.349 1.157c0 .036 0 .119.154.241a2.5 2.5 0 0 0 1.191.247l.448.033v1.354H2v-1.31l.4-.07a2.2 2.2 0 0 0 1-.318a6.3 6.3 0 0 0 1.18-2.066l5.575-13.036H11.2l5.512 13.174a5.3 5.3 0 0 0 1.049 1.835a1.96 1.96 0 0 0 1.19.4l.454.027Zm6.441-2.732v-3.985a23 23 0 0 0-2.226.97a3.85 3.85 0 0 0-1.29 1.05a2.03 2.03 0 0 0-.388 1.2a1.95 1.95 0 0 0 .491 1.362a1.49 1.49 0 0 0 1.13.544a4.14 4.14 0 0 0 2.283-1.141m-3.333 2.949a2.83 2.83 0 0 1-2.139-.893a3.2 3.2 0 0 1-.833-2.285a2.96 2.96 0 0 1 .415-1.577a5 5 0 0 1 1.791-1.625a24 24 0 0 1 3.617-1.588v-.074a2.9 2.9 0 0 0-.383-1.833a1.33 1.33 0 0 0-1.075-.412a1.16 1.16 0 0 0-.816.26a.69.69 0 0 0-.277.536l.023.646a1.62 1.62 0 0 1-.4 1.158a1.48 1.48 0 0 1-2.1-.019a1.63 1.63 0 0 1-.391-1.134a2.8 2.8 0 0 1 1.182-2.177a4.8 4.8 0 0 1 3.125-.932a5.4 5.4 0 0 1 2.508.524a2.63 2.63 0 0 1 1.213 1.346a6.4 6.4 0 0 1 .244 2.2v3.55a15 15 0 0 0 .051 1.749a.7.7 0 0 0 .054.2c.085-.078.284-.225.864-.806l.819-.828v1.967l-.1.128c-.958 1.283-1.883 1.907-2.83 1.907a1.6 1.6 0 0 1-1.257-.557a1.8 1.8 0 0 1-.358-.74a9.7 9.7 0 0 1-1.433.977a3.6 3.6 0 0 1-1.514.332"/>'},A_={width:32,height:32,body:'<path fill="#dd4c35" d="M29.472 14.753L17.247 2.528a1.8 1.8 0 0 0-2.55 0l-2.539 2.539l3.22 3.22a2.141 2.141 0 0 1 2.712 2.73l3.1 3.1a2.143 2.143 0 1 1-1.285 1.21l-2.895-2.895v7.617a2.141 2.141 0 1 1-1.764-.062V12.3a2.146 2.146 0 0 1-1.165-2.814l-3.17-3.172L2.528 14.7a1.8 1.8 0 0 0 0 2.551l12.225 12.221a1.8 1.8 0 0 0 2.55 0L29.472 17.3a1.8 1.8 0 0 0 0-2.551"/><path fill="#fff" d="m12.158 5.067l3.22 3.22a2.141 2.141 0 0 1 2.712 2.73l3.1 3.1a2.143 2.143 0 1 1-1.285 1.21l-2.895-2.895v7.617a2.141 2.141 0 1 1-1.764-.062V12.3a2.146 2.146 0 0 1-1.165-2.814l-3.17-3.172"/>'},B_={width:254.5,height:225,body:'<path fill="#00acd7" d="M-46.926 89c-.621 0-.777-.311-.466-.777l3.262-4.194a2.23 2.23 0 0 1 1.708-.777h55.448c.621 0 .777.466.466.932l-2.64 4.038a2.37 2.37 0 0 1-1.553.932Zm-23.453 14.285c-.621 0-.777-.311-.466-.777l3.262-4.194a2.23 2.23 0 0 1 1.708-.777H4.95a.714.714 0 0 1 .777.932L4.484 102.2a1.36 1.36 0 0 1-1.4.932Zm37.587 14.289c-.621 0-.777-.466-.466-.932l2.174-3.883a2.06 2.06 0 0 1 1.553-.932H1.533c.621 0 .932.466.932 1.087l-.311 3.728a1.17 1.17 0 0 1-1.087 1.087ZM128.426 86.2c-9.785 2.485-16.464 4.349-26.093 6.834c-2.33.621-2.485.777-4.5-1.553c-2.33-2.64-4.038-4.349-7.3-5.9c-9.785-4.815-19.259-3.417-28.112 2.33c-10.561 6.834-16 16.929-15.842 29.51c.155 12.425 8.7 22.676 20.968 24.385c10.561 1.4 19.414-2.33 26.4-10.251c1.4-1.708 2.64-3.572 4.194-5.747H68.163c-3.262 0-4.038-2.019-2.951-4.659c2.019-4.815 5.747-12.891 7.921-16.929a4.19 4.19 0 0 1 3.883-2.485h56.535c-.311 4.194-.311 8.387-.932 12.581a66.24 66.24 0 0 1-12.736 30.442c-11.183 14.752-25.783 23.915-44.265 26.4c-15.221 2.019-29.355-.932-41.78-10.251a48.8 48.8 0 0 1-19.725-34.48c-2.019-16.929 2.951-32.15 13.2-45.508C38.342 66.475 52.942 57.312 70.8 54.05c14.6-2.64 28.578-.932 41.159 7.61a48.7 48.7 0 0 1 18.017 21.9c.935 1.398.313 2.175-1.55 2.64"/><path fill="#00acd7" d="M179.835 172.09c-14.134-.311-27.025-4.349-37.9-13.668a48.7 48.7 0 0 1-16.774-29.976c-2.8-17.551 2.019-33.082 12.581-46.905c11.338-14.91 25.006-22.676 43.488-25.938c15.842-2.8 30.753-1.243 44.265 7.921c12.27 8.387 19.88 19.725 21.9 34.635c2.64 20.968-3.417 38.052-17.861 52.652a71.17 71.17 0 0 1-37.276 19.88c-4.191.778-8.384.933-12.423 1.399m36.965-62.747a45 45 0 0 0-.466-5.125c-2.8-15.376-16.929-24.074-31.684-20.657c-14.444 3.262-23.763 12.425-27.18 27.025a25.58 25.58 0 0 0 14.289 29.355c8.542 3.728 17.085 3.262 25.317-.932c12.269-6.369 18.948-16.309 19.724-29.666"/>'},w_={width:32,height:32,body:'<path fill="#d2d2d2" d="M21.463 26.37h-1.838a.83.83 0 0 1-.823-.725a2.381 2.381 0 0 0-4.722 0a.83.83 0 0 1-.823.725H11.4a.83.83 0 0 1-.836-.705a2.377 2.377 0 0 0-4.719 0a.84.84 0 0 1-.826.725h-1.9a.83.83 0 0 1-.816-.676a14.3 14.3 0 0 1 .48-7.557A10.66 10.66 0 0 1 6.6 13.079l.389-.277A1.83 1.83 0 0 1 7.9 10.47c6.237-2.972 10.45-.826 13.516.738c2.286 1.169 3.55 1.728 4.7.575A2.048 2.048 0 0 0 23.442 8.7a.836.836 0 0 1-1.087-.075l-.542-.542a.837.837 0 0 1 .006-1.183l.013-.013A4.726 4.726 0 0 1 28.4 7a5.7 5.7 0 0 1 1.58 4.386c-.179 2.531-1.9 5.036-5.12 7.442c-.748.562-2.5 2.339-2.567 6.741a.836.836 0 0 1-.833.826Zm-1.828-.813h1.819c.026-1.6.369-5.489 2.906-7.387c2.968-2.224 4.624-4.572 4.784-6.828a4.83 4.83 0 0 0-1.339-3.733a3.883 3.883 0 0 0-5.388-.1l.526.526a2.89 2.89 0 0 1 3.765 4.365c-1.633 1.633-3.507.683-5.676-.421a18.2 18.2 0 0 0-5.313-1.986a12.35 12.35 0 0 0-7.458 1.258a.98.98 0 0 0-.471 1.3q.018.037.039.075l.066.114L9.6 15.682a.98.98 0 0 0 1.33.388h.005l.043-.023l.055-.026l.689-.385a18 18 0 0 0 2.427-1.809a.417.417 0 0 1 .59.022a.42.42 0 0 1-.042.584a18 18 0 0 1-2.548 1.9l-.787.441l-.058.026a1.836 1.836 0 0 1-2.42-.706l-1.5-2.54l-.326.219a9.8 9.8 0 0 0-3.5 4.676a13.47 13.47 0 0 0-.447 7.09h1.897a3.223 3.223 0 0 1 6.391 0h1.842a3.22 3.22 0 0 1 6.387 0Zm1.423-10.45l-1.306-.653a.826.826 0 1 1 1.306.653"/>'},D_={width:32,height:32,body:'<path fill="#e10098" d="M4.781 22.746L16.232 2.914l1.028.593L5.81 23.34z"/><path fill="#e10098" d="M4.545 21.162h22.902v1.187H4.545z"/><path fill="#e10098" d="m4.999 21.828l.593-1.028l11.455 6.614l-.594 1.028zM14.95 4.59l.594-1.027l11.455 6.614l-.594 1.028z"/><path fill="#e10098" d="M5.002 10.174L16.456 3.56l.594 1.028l-11.455 6.614z"/><path fill="#e10098" d="m14.743 3.508l1.028-.594l11.45 19.833l-1.027.593zM5.454 9.386h1.187v13.228H5.454z"/><path fill="#e10098" d="M25.36 9.386h1.187v13.228H25.36z"/><path fill="#e10098" d="m15.734 27.042l9.962-5.752l.519.898l-9.963 5.752z"/><path fill="#e10098" d="M28.12 23a2.5 2.5 0 1 1-.915-3.411A2.5 2.5 0 0 1 28.12 23M8.2 11.5a2.5 2.5 0 1 1-.915-3.411A2.5 2.5 0 0 1 8.2 11.5M3.88 23a2.5 2.5 0 1 1 3.411.915A2.5 2.5 0 0 1 3.88 23M23.8 11.5a2.5 2.5 0 1 1 3.411.915A2.5 2.5 0 0 1 23.8 11.5M16 30a2.5 2.5 0 1 1 2.5-2.5A2.493 2.493 0 0 1 16 30m0-23.009a2.5 2.5 0 1 1 2.5-2.5a2.493 2.493 0 0 1-2.5 2.5"/>'},F_={width:32,height:32,body:'<path fill="#e44f26" d="M5.902 27.201L3.655 2h24.69l-2.25 25.197L15.985 30z"/><path fill="#f1662a" d="m16 27.858l8.17-2.265l1.922-21.532H16z"/><path fill="#ebebeb" d="M16 13.407h-4.09l-.282-3.165H16V7.151H8.25l.074.83l.759 8.517H16zm0 8.027l-.014.004l-3.442-.929l-.22-2.465H9.221l.433 4.852l6.332 1.758l.014-.004z"/><path fill="#fff" d="M15.989 13.407v3.091h3.806l-.358 4.009l-3.448.93v3.216l6.337-1.757l.046-.522l.726-8.137l.076-.83zm0-6.256v3.091h7.466l.062-.694l.141-1.567l.074-.83z"/>'},S_={width:32,height:32,body:'<path fill="#2dcc9f" d="M30 5.851v20.298H2V5.851z"/><path fill="#fff" d="M24.232 8.541a2.2 2.2 0 1 0 1.127.623a2.2 2.2 0 0 0-1.127-.623M18.111 20.1q-2.724-3.788-5.45-7.575L4.579 23.766h10.9q1.316-1.832 2.634-3.663M22.057 16q-2.793 3.882-5.584 7.765h11.169Q24.851 19.882 22.057 16"/>'},M_={width:32,height:32,body:'<path fill="#5382a1" d="M12.7 23.56s-1.07.622.761.833a16 16 0 0 0 5.8-.246a10 10 0 0 0 1.539.753c-5.481 2.349-12.405-.136-8.1-1.339m-.674-3.067s-1.2.888.633 1.078a22.6 22.6 0 0 0 7.481-.359a3.3 3.3 0 0 0 1.152.7c-6.627 1.938-14.009.153-9.266-1.421"/><path fill="#e76f00" d="M17.673 15.294a2.05 2.05 0 0 1-.355 2.954s3.429-1.77 1.854-3.987c-1.471-2.067-2.6-3.095 3.508-6.636c0 0-9.586 2.394-5.007 7.669"/><path fill="#5382a1" d="M24.922 25.827s.792.652-.872 1.157c-3.164.958-13.168 1.248-15.948.038c-1-.435.874-1.038 1.464-1.164a3.8 3.8 0 0 1 .966-.108c-1.111-.783-7.181 1.537-3.083 2.2c11.176 1.812 20.372-.816 17.473-2.124m-11.711-8.508s-5.089 1.209-1.8 1.648a38 38 0 0 0 6.731-.072a53 53 0 0 0 4.221-.555a9 9 0 0 0-1.28.685c-5.17 1.358-15.153.726-12.283-.665a9.6 9.6 0 0 1 4.407-1.042m9.133 5.104c5.253-2.73 2.824-5.353 1.129-5a4 4 0 0 0-.6.161a.96.96 0 0 1 .449-.346c3.354-1.179 5.933 3.478-1.083 5.322a.5.5 0 0 0 .106-.138"/><path fill="#e76f00" d="M19.172 1.906s2.909 2.91-2.759 7.386c-4.546 3.59-1.037 5.637 0 7.975c-2.653-2.394-4.6-4.5-3.294-6.463c1.917-2.879 7.229-4.275 6.056-8.9"/><path fill="#5382a1" d="M13.727 29.818c5.042.323 12.786-.179 12.969-2.565c0 0-.353.9-4.167 1.623a41.5 41.5 0 0 1-12.76.2s.645.533 3.959.746"/>'},N_={width:32,height:32,body:'<path fill="#f5de19" d="M18.774 19.7a3.73 3.73 0 0 0 3.376 2.078c1.418 0 2.324-.709 2.324-1.688c0-1.173-.931-1.589-2.491-2.272l-.856-.367c-2.469-1.052-4.11-2.37-4.11-5.156c0-2.567 1.956-4.52 5.012-4.52A5.06 5.06 0 0 1 26.9 10.52l-2.665 1.711a2.33 2.33 0 0 0-2.2-1.467a1.49 1.49 0 0 0-1.638 1.467c0 1.027.636 1.442 2.1 2.078l.856.366c2.908 1.247 4.549 2.518 4.549 5.376c0 3.081-2.42 4.769-5.671 4.769a6.58 6.58 0 0 1-6.236-3.5ZM6.686 20c.538.954 1.027 1.76 2.2 1.76c1.124 0 1.834-.44 1.834-2.15V7.975h3.422v11.683c0 3.543-2.078 5.156-5.11 5.156A5.31 5.31 0 0 1 3.9 21.688Z"/>'},j_={width:32,height:32,body:'<path fill="#f5de19" d="M4.014 14.976a2.5 2.5 0 0 0 1.567-.518a2.38 2.38 0 0 0 .805-1.358a15.3 15.3 0 0 0 .214-2.944q.012-2.085.075-2.747a5.2 5.2 0 0 1 .418-1.686a3 3 0 0 1 .755-1.018A3.05 3.05 0 0 1 9 4.125A6.8 6.8 0 0 1 10.544 4h.7v1.96h-.387a2.34 2.34 0 0 0-1.723.468a3.4 3.4 0 0 0-.425 2.092a36 36 0 0 1-.137 4.133a4.7 4.7 0 0 1-.768 2.06A4.6 4.6 0 0 1 6.1 16a3.8 3.8 0 0 1 1.992 1.754a8.9 8.9 0 0 1 .618 3.865q0 2.435.05 2.9a1.76 1.76 0 0 0 .504 1.181a2.64 2.64 0 0 0 1.592.337h.387V28h-.7a5.7 5.7 0 0 1-1.773-.2a2.97 2.97 0 0 1-1.324-.93a3.35 3.35 0 0 1-.681-1.63a24 24 0 0 1-.165-3.234a16.5 16.5 0 0 0-.214-3.106a2.4 2.4 0 0 0-.805-1.361a2.5 2.5 0 0 0-1.567-.524Zm23.972 2.035a2.5 2.5 0 0 0-1.567.524a2.4 2.4 0 0 0-.805 1.361a16.5 16.5 0 0 0-.212 3.109a24 24 0 0 1-.169 3.234a3.35 3.35 0 0 1-.681 1.63a2.97 2.97 0 0 1-1.324.93a5.7 5.7 0 0 1-1.773.2h-.7V26.04h.387a2.64 2.64 0 0 0 1.592-.337a1.76 1.76 0 0 0 .506-1.186q.05-.462.05-2.9a8.9 8.9 0 0 1 .618-3.865A3.8 3.8 0 0 1 25.9 16a4.6 4.6 0 0 1-1.7-1.286a4.7 4.7 0 0 1-.768-2.06a36 36 0 0 1-.137-4.133a3.4 3.4 0 0 0-.425-2.092a2.34 2.34 0 0 0-1.723-.468h-.387V4h.7a6.8 6.8 0 0 1 1.54.125a3.05 3.05 0 0 1 1.149.581a3 3 0 0 1 .755 1.018a5.2 5.2 0 0 1 .418 1.686q.062.662.075 2.747a15.3 15.3 0 0 0 .212 2.947a2.38 2.38 0 0 0 .805 1.355a2.5 2.5 0 0 0 1.567.518Z"/>'},__={width:32,height:32,body:'<path fill="#767677" d="M26.233 3.588A1.69 1.69 0 1 1 24.473 2a1.67 1.67 0 0 1 1.76 1.585Z"/><path fill="#f37726" d="M16.375 23.111c-4.487 0-8.43-1.61-10.469-3.988a11.162 11.162 0 0 0 20.938 0c-2.034 2.377-5.962 3.988-10.469 3.988m0-15.463c4.487 0 8.43 1.61 10.469 3.988a11.162 11.162 0 0 0-20.938 0c2.039-2.383 5.963-3.988 10.469-3.988"/><path fill="#9e9e9e" d="M10.2 27.739a2.109 2.109 0 1 1-.2-.8a2.1 2.1 0 0 1 .2.8"/><path fill="#616262" d="M6.416 7.106A1.226 1.226 0 1 1 7.608 5.83a1.24 1.24 0 0 1-1.192 1.276"/>'},T_={width:32,height:32,body:'<g fill="none"><path fill="url(#SVG5NiZhbGj)" d="M30 30H2V2h28L15.711 15.794z"/><defs><radialGradient id="SVG5NiZhbGj" cx="0" cy="0" r="1" gradientTransform="matrix(-28 0 0 -28 30 2)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#e44857"/><stop offset=".504" stop-color="#c711e1"/><stop offset="1" stop-color="#7f52ff"/></radialGradient></defs></g>'},z_={width:32,height:32,body:'<defs><linearGradient id="SVGmofYFcWG" x1="-264.845" x2="-255.586" y1="181.772" y2="182.061" gradientTransform="rotate(153.82 -142.976 -47.771)scale(1 -1)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#bd6316"/><stop offset="1" stop-color="#4e1500"/></linearGradient><linearGradient id="SVGnJ3pCbpX" x1="-263.276" x2="-256.603" y1="170.205" y2="171.772" href="#SVGmofYFcWG"/><linearGradient id="SVGMrBZzbeY" x1="-265.068" x2="-256.777" y1="175.732" y2="178.801" href="#SVGmofYFcWG"/><linearGradient id="SVGfIPENsHv" x1="-655.014" x2="-655.555" y1="147.549" y2="146.948" gradientTransform="rotate(18.83 723.694 -1849.006)scale(-1 1)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ffd436"/><stop offset="1" stop-color="#8b3f02"/></linearGradient><linearGradient id="SVGwiYLJd3C" x1="-258.899" x2="-253.843" y1="170.981" y2="171.325" gradientTransform="rotate(153.82 -142.976 -47.771)scale(1 -1)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff8b7"/><stop offset="1" stop-color="#fcbf0e"/></linearGradient><linearGradient id="SVGESyEmRVH" x1="-258.884" x2="-253.896" y1="170.975" y2="171.314" href="#SVGmofYFcWG"/><linearGradient id="SVGREjbOeQM" x1="-257.805" x2="-257.726" y1="172.266" y2="168.648" gradientTransform="rotate(153.82 -142.976 -47.771)scale(1 -1)" href="#SVGfIPENsHv"/><linearGradient id="SVG027WPcDj" x1="-258.935" x2="-256.173" y1="181.92" y2="182.108" href="#SVGwiYLJd3C"/><linearGradient id="SVGyornQdTp" x1="-274.156" x2="-274.512" y1="170.544" y2="173.778" gradientTransform="matrix(-1 0 0 1 -257.657 -155.509)" href="#SVGfIPENsHv"/><linearGradient id="SVGkN47ldnx" x1="-645.79" x2="-645.121" y1="-337.938" y2="-334.17" gradientTransform="rotate(-127.94 -392.31 14.206)scale(1 -1)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ffef94"/><stop offset="1" stop-color="#ffd200"/></linearGradient><linearGradient id="SVGXZn9ocJO" x1="-276.128" x2="-274.754" y1="178.682" y2="178.682" gradientTransform="rotate(-26.18 -189.074 647.88)scale(-1 1)" href="#SVGfIPENsHv"/><linearGradient id="SVG2gxeCd7k" x1="-274.314" x2="-271.841" y1="178.887" y2="178.987" gradientTransform="rotate(-26.18 -189.074 647.88)scale(-1 1)" href="#SVGfIPENsHv"/><linearGradient id="SVGeRxH6LPb" x1="-273.817" x2="-274.213" y1="189.281" y2="174.569" gradientTransform="rotate(-26.18 -189.074 647.88)scale(-1 1)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#d89530"/><stop offset="1" stop-color="#772d00"/></linearGradient><linearGradient id="SVG73jqed6L" x1="-274.075" x2="-273.917" y1="174.09" y2="181.459" gradientTransform="rotate(-26.18 -189.074 647.88)scale(-1 1)" href="#SVGfIPENsHv"/><linearGradient id="SVG4QBNucLe" x1="-272.919" x2="-273.315" y1="189.281" y2="174.57" href="#SVGeRxH6LPb"/><linearGradient id="SVGXv14weIK" x1="-273.177" x2="-273.019" y1="174.071" y2="181.44" gradientTransform="rotate(-26.18 -189.074 647.88)scale(-1 1)" href="#SVGfIPENsHv"/><linearGradient id="SVGz1cqjdyv" x1="-652.29" x2="-651.867" y1="-335.227" y2="-332.867" gradientTransform="rotate(-127.94 -392.31 14.206)scale(1 -1)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ffdb57"/><stop offset="1" stop-color="#b55c13"/></linearGradient><linearGradient id="SVGjFrLsb5T" x1="-665.076" x2="-659.751" y1="157.413" y2="150.922" gradientTransform="rotate(18.83 723.694 -1849.006)scale(-1 1)" href="#SVGeRxH6LPb"/><linearGradient id="SVGqtklOeYo" x1="-665.161" x2="-664.822" y1="156.114" y2="155.701" gradientTransform="rotate(18.83 723.694 -1849.006)scale(-1 1)" href="#SVGeRxH6LPb"/><linearGradient id="SVGjZuHwbNh" x1="-665.308" x2="-665.836" y1="156.436" y2="155.32" gradientTransform="rotate(18.83 723.694 -1849.006)scale(-1 1)" href="#SVGeRxH6LPb"/><linearGradient id="SVG8hPAsSTj" x1="-655.442" x2="-654.817" y1="147.568" y2="146.776" href="#SVGfIPENsHv"/><linearGradient id="SVGqd0dIejc" x1="-253.999" x2="-254.134" y1="175.1" y2="173.736" gradientTransform="rotate(153.82 -142.976 -47.771)scale(1 -1)" href="#SVGeRxH6LPb"/><linearGradient id="SVGbRTRziON" x1="-252.571" x2="-252.785" y1="173.138" y2="170.963" gradientTransform="rotate(153.82 -142.976 -47.771)scale(1 -1)" href="#SVGeRxH6LPb"/><linearGradient id="SVGXpeWx1aE" x1="-257.206" x2="-259.174" y1="169.107" y2="169.787" gradientTransform="rotate(153.82 -142.976 -47.771)scale(1 -1)" href="#SVGeRxH6LPb"/><linearGradient id="SVGIUwBJc5A" x1="-260.717" x2="-260.77" y1="170.284" y2="171.228" gradientTransform="rotate(153.82 -142.976 -47.771)scale(1 -1)" href="#SVGeRxH6LPb"/><linearGradient id="SVGGQnUfdbd" x1="-257.835" x2="-257.782" y1="174.993" y2="171.93" gradientTransform="rotate(153.82 -142.976 -47.771)scale(1 -1)" href="#SVGfIPENsHv"/><linearGradient id="SVGkqE4j96Z" x1="-263.928" x2="-255.721" y1="171.018" y2="171.018" gradientTransform="rotate(153.82 -142.976 -47.771)scale(1 -1)" href="#SVGfIPENsHv"/><linearGradient id="SVGa3T2CVnB" x1="-514.299" x2="-505.041" y1="-57.926" y2="-57.638" gradientTransform="matrix(-.947 -.323 -.148 .966 -476.554 -85.464)" href="#SVGmofYFcWG"/><linearGradient id="SVGZeemGbVQ" x1="-512.744" x2="-505.964" y1="-69.496" y2="-67.904" gradientTransform="matrix(-.947 -.323 -.148 .966 -476.554 -85.464)" href="#SVGmofYFcWG"/><linearGradient id="SVG4pXW7cns" x1="-514.521" x2="-506.23" y1="-63.966" y2="-60.897" gradientTransform="matrix(-.947 -.323 -.148 .966 -476.554 -85.464)" href="#SVGmofYFcWG"/><linearGradient id="SVGz1lPTckx" x1="-662.221" x2="-662.762" y1="-197.167" y2="-197.768" gradientTransform="matrix(-.564 -.911 -.774 .455 -516.113 -497.612)" href="#SVGfIPENsHv"/><linearGradient id="SVGcBFu1dvT" x1="-508.354" x2="-503.297" y1="-68.717" y2="-68.373" gradientTransform="matrix(-.947 -.323 -.148 .966 -476.554 -85.464)" href="#SVGwiYLJd3C"/><linearGradient id="SVGQvjQIZiB" x1="-508.338" x2="-503.351" y1="-68.723" y2="-68.384" gradientTransform="matrix(-.947 -.323 -.148 .966 -476.554 -85.464)" href="#SVGmofYFcWG"/><linearGradient id="SVGeHD5sRoS" x1="-507.26" x2="-507.18" y1="-67.432" y2="-71.05" gradientTransform="matrix(-.947 -.323 -.148 .966 -476.554 -85.464)" href="#SVGfIPENsHv"/><linearGradient id="SVG19IpQcjs" x1="-508.389" x2="-505.627" y1="-57.779" y2="-57.591" gradientTransform="matrix(-.947 -.323 -.148 .966 -476.554 -85.464)" href="#SVGwiYLJd3C"/><linearGradient id="SVG85efRhKR" x1="-523.609" x2="-523.966" y1="-69.153" y2="-65.918" gradientTransform="matrix(-.947 -.323 -.148 .966 -492.49 -86.99)" href="#SVGfIPENsHv"/><linearGradient id="SVGGdFalbTB" x1="-645.333" x2="-642.973" y1="-334.169" y2="-332.091" href="#SVGkN47ldnx"/><linearGradient id="SVGOjVzRbET" x1="-525.581" x2="-524.207" y1="-61.015" y2="-61.015" gradientTransform="matrix(-.947 -.323 -.148 .966 -492.49 -86.99)" href="#SVGfIPENsHv"/><linearGradient id="SVGscgdGcRs" x1="-523.768" x2="-521.294" y1="-60.81" y2="-60.71" gradientTransform="matrix(-.947 -.323 -.148 .966 -492.49 -86.99)" href="#SVGfIPENsHv"/><linearGradient id="SVGakdwydkv" x1="-523.27" x2="-523.666" y1="-50.416" y2="-65.127" gradientTransform="matrix(-.947 -.323 -.148 .966 -492.49 -86.99)" href="#SVGeRxH6LPb"/><linearGradient id="SVGG6MQr2cb" x1="-523.528" x2="-523.37" y1="-65.606" y2="-58.238" gradientTransform="matrix(-.947 -.323 -.148 .966 -492.49 -86.99)" href="#SVGfIPENsHv"/><linearGradient id="SVGXRrEmcZQ" x1="-522.372" x2="-522.768" y1="-50.416" y2="-65.127" gradientTransform="matrix(-.947 -.323 -.148 .966 -492.49 -86.99)" href="#SVGeRxH6LPb"/><linearGradient id="SVGi2WMHbKh" x1="-522.631" x2="-522.472" y1="-65.626" y2="-58.257" gradientTransform="matrix(-.947 -.323 -.148 .966 -492.49 -86.99)" href="#SVGfIPENsHv"/><linearGradient id="SVGLeACibTa" x1="-649.116" x2="-646.827" y1="-328.591" y2="-326.795" href="#SVGkN47ldnx"/><linearGradient id="SVG9uUmsbXE" x1="-672.284" x2="-666.958" y1="-187.303" y2="-193.795" gradientTransform="matrix(-.564 -.911 -.774 .455 -516.113 -497.612)" href="#SVGeRxH6LPb"/><linearGradient id="SVGl9apRboF" x1="-672.369" x2="-672.03" y1="-188.603" y2="-189.016" gradientTransform="matrix(-.564 -.911 -.774 .455 -516.113 -497.612)" href="#SVGeRxH6LPb"/><linearGradient id="SVGxfFH5fOf" x1="-672.516" x2="-673.044" y1="-188.281" y2="-189.397" gradientTransform="matrix(-.564 -.911 -.774 .455 -516.113 -497.612)" href="#SVGeRxH6LPb"/><linearGradient id="SVGyqk9tdzU" x1="-662.648" x2="-662.023" y1="-197.148" y2="-197.94" gradientTransform="matrix(-.564 -.911 -.774 .455 -516.113 -497.612)" href="#SVGfIPENsHv"/><linearGradient id="SVGRTHl6clb" x1="-503.367" x2="-503.501" y1="-64.607" y2="-65.971" gradientTransform="matrix(-.947 -.323 -.148 .966 -476.554 -85.464)" href="#SVGeRxH6LPb"/><linearGradient id="SVGlrssAbqp" x1="-502.006" x2="-502.232" y1="-66.361" y2="-68.654" gradientTransform="matrix(-.947 -.323 -.148 .966 -476.554 -85.464)" href="#SVGeRxH6LPb"/><linearGradient id="SVGyVezad9t" x1="-506.661" x2="-508.629" y1="-70.591" y2="-69.911" gradientTransform="matrix(-.947 -.323 -.148 .966 -476.554 -85.464)" href="#SVGeRxH6LPb"/><linearGradient id="SVGiefcvdhi" x1="-510.172" x2="-510.224" y1="-69.414" y2="-68.47" gradientTransform="matrix(-.947 -.323 -.148 .966 -476.554 -85.464)" href="#SVGeRxH6LPb"/><linearGradient id="SVGfRyLFcLo" x1="-507.289" x2="-507.236" y1="-64.705" y2="-67.768" gradientTransform="matrix(-.947 -.323 -.148 .966 -476.554 -85.464)" href="#SVGfIPENsHv"/><linearGradient id="SVGRHRPsqnF" x1="-642.337" x2="-640.048" y1="-337.231" y2="-335.435" gradientTransform="rotate(-127.94 -392.31 14.206)scale(1 -1)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ffdb57"/><stop offset="1" stop-color="#b66512"/></linearGradient><linearGradient id="SVGBtcXhdWx" x1="-628.479" x2="-627.663" y1="-215.005" y2="-209.203" gradientTransform="rotate(37.85 2.12 -998.377)scale(-1 1)" href="#SVGmofYFcWG"/><linearGradient id="SVGarE9ubhv" x1="-633.006" x2="-622.552" y1="-211.18" y2="-211.18" gradientTransform="rotate(37.85 2.12 -998.377)scale(-1 1)" href="#SVGwiYLJd3C"/><linearGradient id="SVGyIQIicum" x1="-627.491" x2="-627.755" y1="-215.556" y2="-211.648" gradientTransform="rotate(37.85 2.12 -998.377)scale(-1 1)" href="#SVGfIPENsHv"/><linearGradient id="SVGKb76ycsW" x1="-627.796" x2="-627.057" y1="-210.705" y2="-205.186" gradientTransform="rotate(37.85 2.12 -998.377)scale(-1 1)" href="#SVGfIPENsHv"/><linearGradient id="SVG8hmImb4h" x1="245.815" x2="245.923" y1="139.434" y2="136.367" gradientTransform="rotate(7.312 1187.515 -1764.249)" href="#SVGwiYLJd3C"/><linearGradient id="SVGCEzC1cyq" x1="-626.269" x2="-627.643" y1="-215.112" y2="-213.078" gradientTransform="rotate(37.85 2.12 -998.377)scale(-1 1)" href="#SVGfIPENsHv"/></defs><path fill="url(#SVGmofYFcWG)" d="m13.372 16.416l5.013-2.464l.93 1.893l-.054.238l-2.048 1.007l5.706 11.611l-.221.359l-1.543.758l-.82-.45l-5.459-11.109l-.482.237z"/><path fill="url(#SVGnJ3pCbpX)" d="m9.24 13.619l1.2 2.44c.072.146.416.252.617.292l2.634.683l4.609-2.268l.867-2.342a.68.68 0 0 0 .036-.674l-1.2-2.44a.55.55 0 0 0-.452-.3l-4.44.136a1.28 1.28 0 0 0-1.018.541l-2.72 3.162a.92.92 0 0 0-.133.77m1.932.033a.36.36 0 0 1 .011-.334l1.84-2.215a.83.83 0 0 1 .66-.351l2.877-.088a.36.36 0 0 1 .293.2l.356.725a.242.242 0 0 1-.139.339L11.833 14.5a.224.224 0 0 1-.3-.121Z"/><path fill="url(#SVGMrBZzbeY)" d="m9.426 13.209l1.2 2.44c.072.146.416.252.617.292l2.7.547l.782 1.591l.375-.179l5.459 11.109l.82.451l1.541-.76l-.017-.683l.868-1.458l-.241-.49l-.54.1l-.31-.63l.41-.366l-.59-1.199l-.593-.006l-.277-.564l.357-.473l-.3-.607l-.568.043l-.432-.879l.382-.423l-.161-.327a.87.87 0 0 1-.659-1.342l-.345-.7a1.347 1.347 0 0 1-.962-1.956l-.29-.591l.631-.31l-.773-1.546l.843-2.277a.68.68 0 0 0 .035-.674l-1.2-2.44a.55.55 0 0 0-.453-.3l-4.435.131a1.28 1.28 0 0 0-1.018.541l-2.84 3.419a.55.55 0 0 0-.016.516m1.932.033a.36.36 0 0 1 .011-.334l1.84-2.215a.83.83 0 0 1 .66-.351l2.877-.088a.35.35 0 0 1 .293.2l.356.725a.242.242 0 0 1-.139.339l-5.238 2.574a.224.224 0 0 1-.3-.121Z"/><path fill="url(#SVGfIPENsHv)" d="m14.47 18.381l.276-.318l.335-.164l-.139.245z"/><path fill="url(#SVGwiYLJd3C)" d="m11.259 15.828l2.776.6l4.38-2.152l.865-2.339a.58.58 0 0 0 .024-.567L18.1 8.917a.44.44 0 0 0-.367-.246l-4.438.13a1.17 1.17 0 0 0-.938.5L9.52 12.725a.45.45 0 0 0-.011.414l1.206 2.453a1 1 0 0 0 .544.236m.354-1.836l-.358-.729a.46.46 0 0 1 .013-.434v-.008l1.853-2.221a.92.92 0 0 1 .739-.389l2.881-.084a.47.47 0 0 1 .392.257l.358.729c.005.009.19.3-.187.481l-5.244 2.577c-.272.129-.44-.164-.447-.179"/><path fill="url(#SVGESyEmRVH)" d="M11.246 15.738c.006 0 2.438.51 2.751.591l4.354-2.139l.878-2.336a.47.47 0 0 0 .015-.458l-1.208-2.458a.34.34 0 0 0-.282-.187l-4.454.141a1.08 1.08 0 0 0-.864.46l-2.863 3.436a.34.34 0 0 0-.008.313l1.206 2.454a1.1 1.1 0 0 0 .475.183m.245-1.7l-.355-.723a.57.57 0 0 1 .018-.535v-.008l.01-.015l1.865-2.241a1.03 1.03 0 0 1 .824-.43l2.9-.091a.57.57 0 0 1 .492.316l.359.73a.46.46 0 0 1 .027.338a.48.48 0 0 1-.265.286l-5.287 2.6a.42.42 0 0 1-.331.025a.5.5 0 0 1-.258-.248Z"/><path fill="url(#SVGREjbOeQM)" d="M11.268 15.663c.009 0 2.53.528 2.722.577l4.3-2.113l.878-2.314a.42.42 0 0 0 .01-.4l-1.2-2.436a.28.28 0 0 0-.237-.156l-4.433.149a1.03 1.03 0 0 0-.82.437l-2.353 2.823l-.5.595a.28.28 0 0 0 0 .254l1.193 2.421a1.2 1.2 0 0 0 .44.163m.14-1.529l-.351-.715a.57.57 0 0 1-.011-.56l1.959-2.36a1.08 1.08 0 0 1 .86-.447l2.887-.1a.63.63 0 0 1 .538.341l.356.724a.54.54 0 0 1-.309.773l-5.267 2.588a.48.48 0 0 1-.662-.243Z"/><path fill="url(#SVG027WPcDj)" d="m18.463 14.345l.7 1.433l-.653.321l.319.649a1.428 1.428 0 0 0 1 2.043l.3.619a.958.958 0 0 0 .706 1.436l.107.218l-.39.428l.5 1.011l.577-.047l.239.485l-.366.478l.336.683h.6l.523 1.065l-.419.371l.382.777l.549-.1l.181.368A96 96 0 0 1 22.8 28v.638l-1.342.659l-.729-.414l-5.488-11.176l-.467.23l-.7-1.433Z"/><path fill="url(#SVGyornQdTp)" d="M14.289 15.413h4.622v1.4h-4.622z" transform="rotate(-26.171 16.6 16.113)"/><path fill="url(#SVGkN47ldnx)" d="m18.128 14.582l-.8.392l.617 1.256l.8-.392Zm-1.319.648l.617 1.256l.308-.152l-.617-1.256Z"/><path fill="url(#SVGXZn9ocJO)" d="m18.4 16.123l.308.628a1.523 1.523 0 0 0 1.037 2.11l.263.535a1.052 1.052 0 0 0 .744 1.513l.054.111l-.381.423l.557 1.134l.567-.043l.177.36l-.357.472l.392.8l.591.006l.456.929l-.409.366l.45.917l.539-.1l.12.243L22.634 28l-1.027.5l-5.525-11.235Z"/><path fill="url(#SVG2gxeCd7k)" d="m17.141 16.745l5.528 11.248l.046.511l-1.247.613l-.613-.349l-5.483-11.154Z"/><path fill="url(#SVGeRxH6LPb)" d="m22.287 28.694l.427-.21l-4.794-9.754l-1.028-1.554l.602 1.764z"/><path fill="url(#SVG73jqed6L)" d="M16.892 17.176L22.5 28.589l-.213.105l-4.793-9.754z"/><path fill="url(#SVG4QBNucLe)" d="m21.481 29.09l.427-.209l-4.794-9.755l-1.028-1.554l.602 1.764z"/><path fill="url(#SVGXv14weIK)" d="m16.086 17.572l5.608 11.413l-.213.105l-4.793-9.754z"/><path fill="url(#SVGz1cqjdyv)" d="m18.27 16.189l-.411.2l5.285 10.755l.279-.47l-.181-.369l-.386.072l-.45-.917l.294-.26l-.508-1.034h-.424l-.392-.8l.256-.338l-.237-.482l-.407.031l-.557-1.134l.273-.3l-.143-.291a1.04 1.04 0 0 1-.619-1.259l-.391-.8a1.505 1.505 0 0 1-.906-1.844Zm-.68.334l5.371 10.929l.108-.182l-5.319-10.825Z"/><path fill="url(#SVGjFrLsb5T)" d="m15.018 18.247l5.356 10.997l.196-.273l-5.391-11.032z"/><path fill="url(#SVGqtklOeYo)" d="m20.436 29.315l.211-.291l.705.361l-.203.294z"/><path fill="url(#SVGjZuHwbNh)" d="m21.446 29.41l-.179.26l1.382-.659l.131-.241z"/><path fill="url(#SVG8hPAsSTj)" d="m14.029 16.673l-.225.388l.601 1.293l.297-.354z"/><path fill="url(#SVGqd0dIejc)" d="m13.946 16.506l-.239.432l-2.944-.761l.124-.345z"/><path fill="url(#SVGbRTRziON)" d="M9.359 13s-.145.444-.087.563l1.212 2.465l.2-.384Z"/><path fill="url(#SVGXpeWx1aE)" d="m16.683 10.624l.1-.327l-2.963.095a.9.9 0 0 0-.51.251l-.007.165a2 2 0 0 1 .394-.1Z"/><path fill="url(#SVGIUwBJc5A)" d="M16.83 10.309a.33.33 0 0 1 .17.137l.382.762l-.164.279l-.341-.693c-.023-.047-.108-.145-.147-.149Z"/><path fill="url(#SVGGQnUfdbd)" d="m11.237 13.786l.171.348a.48.48 0 0 0 .661.248l5.267-2.588a.54.54 0 0 0 .309-.773l-.153-.31l1.08-.531l.606 1.232a.42.42 0 0 1-.01.4l-.878 2.314l-4.3 2.113c-.191-.049-2.713-.575-2.722-.577a1.2 1.2 0 0 1-.439-.16l-.6-1.222Z"/><path fill="url(#SVGkqE4j96Z)" d="m13.377 8.968l.532 1.084l.539-.018l-.532-1.084Zm2.306-.077l-1.395.047l.533 1.084l1.4-.046Zm1.471 2.994l-1.142.561l1.106 2.25l1.142-.561Zm-1.447.711l-.441.217l1.106 2.251l.441-.217Z"/><path fill="url(#SVGa3T2CVnB)" d="m10.65 14.159l5.287 1.803L15.623 18l-.173.134l-2.16-.737l-1.921 12.501l-.371.102l-1.627-.555l-.395-.913l1.838-11.961l-.508-.173z"/><path fill="url(#SVGZeemGbVQ)" d="m8.951 9.175l-.542 2.747a.57.57 0 0 0 .175.452l1.976 2.461l4.866 1.659l1.969-1.077a.535.535 0 0 0 .4-.463l.4-2.627a.66.66 0 0 0-.188-.544L14.453 8.7a1.31 1.31 0 0 0-1.1-.337l-3.874.345a.71.71 0 0 0-.528.467m1.5 1.407a.28.28 0 0 1 .192-.234l2.633-.256a.93.93 0 0 1 .724.315l2.3 2a.43.43 0 0 1 .121.352l-.1.651s-.027.237-.3.146L10.5 11.667a.27.27 0 0 1-.172-.305Z"/><path fill="url(#SVG4pXW7cns)" d="m9.322 9.01l-.4 2.627c-.024.157.188.481.324.653l1.817 2.33l-.263 1.714l.392.134l-1.843 11.959l.395.914l1.627.555l.363-.507l1.483-.436l.081-.528l-.479-.314l.1-.678l.523.028l.2-1.283l-.461-.428l.093-.608l.54-.087l.1-.653l-.469-.375l.145-.946l.532-.034l.054-.352a1.05 1.05 0 0 1-.29-.859a.69.69 0 0 1 .512-.585l.116-.756a1.6 1.6 0 0 1-.364-1.232a1.07 1.07 0 0 1 .688-.874l.1-.636l.666.227l.246-1.674l1.915-1.047a.535.535 0 0 0 .4-.463l.4-2.627a.66.66 0 0 0-.188-.544l-3.556-3.08a1.31 1.31 0 0 0-1.1-.336l-4.109.445a.43.43 0 0 0-.29.356m1.5 1.407a.28.28 0 0 1 .192-.234l2.663-.289a.85.85 0 0 1 .711.218l2.3 2a.43.43 0 0 1 .122.352l-.12.781s-.027.237-.3.146L10.871 11.5a.27.27 0 0 1-.171-.3Z"/><path fill="url(#SVGz1lPTckx)" d="m10.428 16.37l.392-.033l.353.12l-.244.078z"/><path fill="url(#SVGcBFu1dvT)" d="m9.317 12.221l1.846 2.421l4.619 1.575l1.967-1.076a.45.45 0 0 0 .331-.393l.406-2.641a.53.53 0 0 0-.152-.441l-3.552-3.083a1.2 1.2 0 0 0-1.011-.31l-4.109.453a.35.35 0 0 0-.237.292l-.405 2.641a1.26 1.26 0 0 0 .297.562m1.289-1.077l.121-.785a.37.37 0 0 1 .25-.305h.008l2.675-.295a.95.95 0 0 1 .794.247l2.3 2a.56.56 0 0 1 .166.467l-.121.785c0 .01-.014.35-.411.215l-5.53-1.886a.42.42 0 0 1-.252-.443"/><path fill="url(#SVGQvjQIZiB)" d="M9.356 12.146c0 .005 1.63 2.115 1.831 2.4l4.591 1.566l1.974-1.065a.37.37 0 0 0 .264-.321l.406-2.646a.4.4 0 0 0-.118-.338l-3.571-3.091a1.12 1.12 0 0 0-.931-.285l-4.133.444a.27.27 0 0 0-.179.221l-.406 2.642a1.4 1.4 0 0 0 .272.473m1.126-1.054l.12-.778a.45.45 0 0 1 .309-.375h.024l2.7-.29a1.07 1.07 0 0 1 .883.278l2.324 2.01a.7.7 0 0 1 .212.581l-.121.786a.38.38 0 0 1-.165.265a.42.42 0 0 1-.365.018l-5.576-1.9a.5.5 0 0 1-.273-.219a.55.55 0 0 1-.072-.377Z"/><path fill="url(#SVGeHD5sRoS)" d="M9.415 12.108c.006.008 1.693 2.194 1.816 2.366l4.535 1.546l1.963-1.048a.33.33 0 0 0 .228-.282l.4-2.623a.34.34 0 0 0-.1-.283L14.7 8.719a1.07 1.07 0 0 0-.884-.271l-3.4.359l-.716.076a.23.23 0 0 0-.142.183s-.4 2.594-.4 2.611a1.5 1.5 0 0 0 .257.431m.952-1.007l.118-.77a.46.46 0 0 1 .3-.414l2.836-.308a1.12 1.12 0 0 1 .921.292l2.316 2a.76.76 0 0 1 .234.632s-.1.633-.12.779c-.034.219-.191.5-.668.339l-5.555-1.894a.584.584 0 0 1-.383-.657Z"/><path fill="url(#SVG19IpQcjs)" d="m15.781 16.3l-.237 1.543l-.689-.235l-.107.7a1.16 1.16 0 0 0-.7.917a1.72 1.72 0 0 0 .367 1.283l-.1.666a.77.77 0 0 0-.527.634a1.15 1.15 0 0 0 .29.912l-.036.235l-.542.031l-.167 1.088l.479.379l-.08.522l-.55.084l-.113.736l.471.432l-.176 1.146l-.532-.031l-.128.837l.488.317l-.061.4c-.09.027-1.455.411-1.455.411l-.352.462l-1.424-.483l-.343-.822l1.843-12.03l-.493-.168l.237-1.543Z"/><path fill="url(#SVG85efRhKR)" d="m11.056 16.181l4.374 1.491l.208-1.352l-4.374-1.492z"/><path fill="url(#SVGGdFalbTB)" d="m15.388 16.234l-.842-.287l-.207 1.353l.841.287ZM14 15.76l-.208 1.353l.325.111l.208-1.353Z"/><path fill="url(#SVGOjVzRbET)" d="m14.756 17.55l-.1.676a1.25 1.25 0 0 0-.7.957A1.85 1.85 0 0 0 14.3 20.5l-.089.576a.84.84 0 0 0-.525.678a1.26 1.26 0 0 0 .275.95l-.018.119l-.531.034l-.188 1.221l.469.375l-.06.388l-.539.087l-.132.858l.46.427l-.154 1l-.522-.028l-.152.987l.478.314l-.04.262l-1.506.443l-1.083-.369l1.86-12.1Z"/><path fill="url(#SVGscgdGcRs)" d="m13.423 17.1l-1.86 12.1l-.246.4L10 29.16l-.289-.692l1.845-12.009Z"/><path fill="url(#SVGakdwydkv)" d="m10.877 29.44l.45.154l1.614-10.501l.049-1.863l-.499 1.709z"/><path fill="url(#SVGG6MQr2cb)" d="m12.99 17.23l-1.888 12.287l-.225-.077l1.614-10.501z"/><path fill="url(#SVGXRrEmcZQ)" d="m10.028 29.151l.449.153l1.614-10.501l.049-1.863l-.499 1.71z"/><path fill="url(#SVGi2WMHbKh)" d="m12.14 16.94l-1.887 12.287l-.225-.076l1.613-10.501z"/><path fill="url(#SVGLeACibTa)" d="m14.615 17.5l-.433-.148l-1.782 11.58l.478-.14l.061-.4l-.339-.222l.152-.987l.374.02l.171-1.113l-.33-.306l.132-.858l.387-.062l.08-.519l-.336-.268l.188-1.221l.381-.024l.048-.314a1.2 1.2 0 0 1-.154-.766a.85.85 0 0 1 .363-.59l.132-.856a1.8 1.8 0 0 1-.231-1.123a1.26 1.26 0 0 1 .536-.861Zm-.717-.244L12.09 29.024l.185-.054l1.791-11.655Z"/><path fill="url(#SVG9uUmsbXE)" d="M10.932 16.665L9.075 28.47l.303-.058l1.85-11.855z"/><path fill="url(#SVGl9apRboF)" d="m9.085 28.566l.325-.06l.354.766l-.321.068z"/><path fill="url(#SVGxfFH5fOf)" d="m9.823 29.357l-.283.06l1.447.513l.235-.081z"/><path fill="url(#SVGyqk9tdzU)" d="m11.024 14.816l-.391.12l-.241 1.367l.429-.043z"/><path fill="url(#SVGRTHl6clb)" d="m11.05 14.636l-.425.141l-2.084-2.606l.483-.214z"/><path fill="url(#SVGlrssAbqp)" d="M9.384 8.813s-.358.218-.378.346l-.546 2.773l.51-.253Z"/><path fill="url(#SVGyVezad9t)" d="m16.435 12.332l.256-.168l-2.375-2.052a.96.96 0 0 0-.538-.183l-.1.115a2 2 0 0 1 .362.211Z"/><path fill="url(#SVGiefcvdhi)" d="M16.724 12.208a.4.4 0 0 1 .058.221c-.016.1-.112.774-.12.825l-.283.085l.115-.747a.4.4 0 0 0-.033-.213Z"/><path fill="url(#SVGfRyLFcLo)" d="m10.424 10.725l-.058.375a.584.584 0 0 0 .381.653l5.553 1.894c.478.163.634-.12.668-.339l.051-.334l1.139.388l-.2 1.327a.33.33 0 0 1-.228.282l-1.963 1.048l-4.535-1.546a358 358 0 0 0-1.816-2.366a1.5 1.5 0 0 1-.257-.43l.2-1.315Z"/><path fill="url(#SVGRHRPsqnF)" d="m14.756 8.764l-.179 1.166l.432.373l.179-1.167Zm1.851 1.595l-1.119-.965l-.179 1.167l1.119.965Zm-.5 3.223l-1.2-.411l-.372 2.423l1.2.411Zm-1.526-.52l-.461-.162l-.372 2.423l.465.159Z"/><path fill="url(#SVGBtcXhdWx)" d="M9.936 2.733c2.042-1.441 5.206-.715 7.065 1.8A6.17 6.17 0 0 1 18.27 9.1c-.219-.73-1.023-.427-1.664-.441a4.1 4.1 0 0 0-.763-3.207C14.6 3.778 12.41 3.1 11.07 4.094s-1.382 3.253-.143 4.929a3.68 3.68 0 0 0 3.69 1.742c.521.444 1 .871 1.507 1.329c-1.84 1.134-4.8.334-6.51-1.982c-1.86-2.512-1.93-5.789.322-7.379"/><path fill="url(#SVGarE9ubhv)" d="M9.956 2.841c1.939-1.405 5.111-.606 6.892 1.8a6.6 6.6 0 0 1 1.38 4.159c-.293-.387-1.035-.264-1.466-.211a4.6 4.6 0 0 0-.823-3.272c-1.317-1.78-3.546-2.373-4.97-1.32s-1.442 3.27-.125 5.051a4.03 4.03 0 0 0 3.842 1.905c.4.35.79.715 1.185 1.073c-1.982 1.012-4.528.084-6.123-2.073c-1.782-2.408-1.897-5.587.208-7.112"/><path fill="url(#SVGyIQIicum)" d="M10.1 2.918c1.855-1.345 4.971-.5 6.675 1.8a6.64 6.64 0 0 1 1.361 3.89a1.87 1.87 0 0 0-1.148-.126a4.56 4.56 0 0 0-.946-3.23c-1.394-1.885-3.6-2.472-5.1-1.357s-1.511 3.279-.171 5.2a4.08 4.08 0 0 0 3.976 1.973c.323.285.639.58.957.871c-1.939.959-4.394-.1-5.893-2.131C8.1 7.511 8.1 4.363 10.1 2.918"/><path fill="url(#SVGKb76ycsW)" d="M9.684 3.412C8.6 4.969 8.825 7.5 10.3 9.494c1.413 1.911 3.466 2.885 5.249 2.443c-1.694.674-4.074-.233-5.554-2.235c-1.54-2.081-1.66-4.783-.311-6.29"/><path fill="url(#SVG8hmImb4h)" d="M9.9 3.511c-.171.291.366.627.547.144a4.3 4.3 0 0 1 2.442-1.222A3.56 3.56 0 0 0 9.9 3.511m.077.506a.244.244 0 1 0 .211.273a.243.243 0 0 0-.213-.273Z"/><path fill="url(#SVGCEzC1cyq)" d="M11.035 3.763c1.4-1.181 3.664-.647 5.163 1.132a4.72 4.72 0 0 1 1.2 3.542q-.204.021-.411.048a4.56 4.56 0 0 0-.946-3.23c-1.394-1.885-3.6-2.472-5.1-1.357q-.105.08-.2.167a3 3 0 0 1 .294-.302"/>'},R_={width:32,height:32,body:'<path fill="gray" d="m16.5 30l-.011-.321c.4-.014.8-.045 1.19-.094l.039.319c-.406.048-.818.08-1.218.096m-1.222-.011c-.4-.021-.814-.061-1.216-.118l.045-.318c.393.055.793.094 1.188.115Zm3.642-.289l-.067-.314c.387-.083.776-.184 1.155-.3l.094.307c-.388.118-.786.222-1.182.307m-6.063-.053q-.599-.137-1.177-.326l.1-.306c.377.122.764.23 1.15.319Zm8.4-.665l-.121-.3c.364-.148.728-.314 1.08-.493h.006l.145.286q-.553.28-1.114.507Zm-10.718-.088a14 14 0 0 1-1.1-.524l.15-.284c.35.186.713.358 1.078.512Zm12.893-1.021l-.17-.273c.337-.21.668-.437.984-.675l.193.257q-.494.367-1.011.691Zm-15.053-.122c-.341-.22-.676-.459-1-.708l.2-.253c.312.243.64.476.972.691Zm17-1.346l-.215-.239q.443-.4.851-.836l.235.219c-.278.297-.571.585-.872.851Zm-18.925-.153c-.3-.276-.585-.569-.856-.87l.239-.215c.265.294.547.58.836.85Zm20.587-1.632l-.253-.2c.244-.312.476-.639.692-.972l.27.175q-.333.516-.709.997M4.82 24.439a14 14 0 0 1-.692-1.007l.272-.17c.21.337.438.668.676.984Zm23.547-1.867l-.284-.151c.186-.35.358-.713.513-1.078l.3.125a15 15 0 0 1-.528 1.104Zm-24.841-.2l-.006-.012a13 13 0 0 1-.5-1.1l.3-.121c.147.362.312.724.491 1.074l.006.012Zm25.794-2.047l-.306-.1c.122-.377.23-.764.319-1.15l.313.072c-.091.396-.2.792-.326 1.178m-26.712-.218c-.12-.388-.223-.786-.308-1.182l.314-.067c.083.387.184.776.3 1.155Zm27.262-2.161l-.318-.045c.056-.393.094-.793.115-1.188l.321.017a14 14 0 0 1-.118 1.216M2.1 17.72c-.05-.4-.082-.812-.1-1.218l.321-.011c.014.4.046.8.094 1.19Zm27.582-2.2c-.014-.4-.045-.8-.093-1.19l.319-.039c.049.4.082.813.1 1.218ZM2.331 15.3l-.321-.02c.021-.405.061-.814.117-1.216l.318.045c-.055.391-.093.791-.114 1.191m27.057-2.144a14 14 0 0 0-.3-1.155l.312-.101c.119.388.223.786.307 1.183Zm-26.725-.222l-.313-.072q.137-.599.326-1.177l.306.1c-.123.376-.23.763-.319 1.149m26.026-2.062a13 13 0 0 0-.5-1.086l.286-.146c.185.363.355.736.507 1.111ZM3.4 10.665l-.3-.125c.158-.374.334-.745.524-1.1l.284.15c-.184.347-.356.71-.508 1.075m1.113-2.108l-.27-.174q.332-.513.707-1l.254.2q-.367.475-.691.974m1.464-1.881l-.235-.219c.276-.3.569-.585.87-.857l.215.239c-.294.261-.58.547-.85.837m1.77-1.6l-.193-.257c.323-.244.662-.477 1.007-.692l.17.272c-.337.215-.668.442-.984.68Zm15.705-.558l-.018-.012l.175-.27l.018.011Zm-1.047-.616a13 13 0 0 0-1.078-.512l.125-.3c.374.158.745.334 1.1.524ZM9.769 3.815l-.146-.286l.018-.009c.356-.181.724-.349 1.093-.5l.121.3c-.361.147-.72.311-1.068.488Zm10.44-.838a13 13 0 0 0-1.151-.317l.072-.313q.6.137 1.178.325Zm-8.229-.06l-.094-.307a14 14 0 0 1 1.182-.308l.067.314a14 14 0 0 0-1.155.301m5.9-.473a14 14 0 0 0-1.188-.113l.016-.321c.405.021.814.059 1.216.115Zm-3.572-.026l-.04-.319c.4-.05.812-.083 1.218-.1l.012.321c-.392.017-.793.049-1.186.098Z"/><circle cx="16" cy="15.998" r="10.708" fill="navy"/><circle cx="20.435" cy="11.562" r="3.136" fill="#fff"/><circle cx="26.708" cy="5.29" r="3.137" fill="navy"/><path fill="#fff" d="M13.1 21.352v-.79H9.629v-6.236h-.9v7.026zm4.816 0V16.3h-.8v2.785c0 1.031-.54 1.706-1.378 1.706A.95.95 0 0 1 14.7 19.8v-3.5h-.8v3.817c0 .838.626 1.378 1.609 1.378a1.86 1.86 0 0 0 1.687-.925v.781h.723m5.872-.018v-.607a.7.7 0 0 1-.173.019c-.279 0-.434-.145-.434-.4v-2.809c0-.9-.655-1.378-1.9-1.378c-1.224 0-1.976.472-2.024 1.638h.81c.067-.617.434-.9 1.185-.9c.723 0 1.128.27 1.128.752v.212c0 .337-.2.482-.838.559a5.8 5.8 0 0 0-1.619.308a1.33 1.33 0 0 0-.887 1.311c0 .916.636 1.455 1.658 1.455a2.36 2.36 0 0 0 1.715-.742a.855.855 0 0 0 .829.665a2 2 0 0 0 .549-.087m-1.407-1.725a1.366 1.366 0 0 1-1.513 1.185c-.626 0-.993-.222-.993-.771c0-.53.357-.761 1.214-.887a4 4 0 0 0 1.291-.279v.752"/>'},O_={width:32,height:32,body:'<path fill="#fff" d="M7.313 18.654a.55.55 0 0 1-.6.233a.92.92 0 0 0-.869.08c-.306.218-.637.053-.579-.345a1.23 1.23 0 0 1 .583-.971c.833-.479.254-.812.711-1.293s.357-.629.341-1.283a4.65 4.65 0 0 1-3.4-1.9a6 6 0 0 1-1.46-3.764a6.37 6.37 0 0 1 .649-3.8a5.3 5.3 0 0 1 2.565-2.522a7 7 0 0 1 3.489-.77a4.96 4.96 0 0 1 2.443.452a5.2 5.2 0 0 0 1.546.8a1.22 1.22 0 0 0 .782-.226c.047 1.189-1.023 1.292-1.98 1.317s-1.546-.371-2.427-.224a4.2 4.2 0 0 0-3.03 1.774A3.78 3.78 0 0 0 5.408 8.9a1.95 1.95 0 0 0 1.441 1.8c.5.008.61-.136 1.047-.421s2.665-3.043 3.426-3.663a3.52 3.52 0 0 1 2.322-.821a3.24 3.24 0 0 1 1.671.286A12 12 0 0 1 16.9 7.139a9 9 0 0 0 .684-.576a2.87 2.87 0 0 1 2.393-.718a3.64 3.64 0 0 1 1.819.8a14.3 14.3 0 0 1 2.013 2.425a3.6 3.6 0 0 0 1.621 1.489c.771.237 1.352-.762 1.437-1.316a6 6 0 0 0 .112-.935a4.4 4.4 0 0 0-.135-1.125a4 4 0 0 0-.455-1.016a3.6 3.6 0 0 0-1.3-1.25A4.1 4.1 0 0 0 23.7 4.5a14 14 0 0 0-1.4.2c-.584.04-1.628.171-2.086-.28a1.18 1.18 0 0 1-.378-.853a.9.9 0 0 0 .469.19c.366.031.708-.268 1-.441a7 7 0 0 1 .908-.526a5.86 5.86 0 0 1 2.7-.232a6.3 6.3 0 0 1 2.2.725a6 6 0 0 1 1.634 1.48A5 5 0 0 1 29.781 6.9a9 9 0 0 1 .017 3.847a7.6 7.6 0 0 1-1.714 2.819a4.4 4.4 0 0 1-2.317 1.112a5 5 0 0 0 .086.488c.064.206.188.436.441.363a.236.236 0 0 1 .289.063c.133.116.064.567-.311.769a1.45 1.45 0 0 1-.695.131a6.6 6.6 0 0 1-1.11-.051c-.33-.058-.528-.32-.894-.361a3.6 3.6 0 0 1-1.452-.764a3 3 0 0 0-.362-.185c.059.18.138.368.177.541s.023.334.043.472s.059.247.082.359c.09.081.119.2.272.243a1.7 1.7 0 0 0 .546-.043c.156-.021.26-.106.383-.083a.85.85 0 0 1 .34.193c.1.082.191.094.274.3a3.3 3.3 0 0 1 .171.9a1.9 1.9 0 0 1-.1.755a1.26 1.26 0 0 1-.381.541a6 6 0 0 1-.956.769a1.7 1.7 0 0 0 .2.3c.1.109.324.229.421.344a.47.47 0 0 1 .148.324a.7.7 0 0 1-.109.433a1.9 1.9 0 0 1-.937.573a2.5 2.5 0 0 1 .023 1.06c-.037.159-.119.519-.315.612a4 4 0 0 1-.814.086c-.239.038-.373.074-.56.111a3.3 3.3 0 0 0-.34.492a.4.4 0 0 0 .008.35c.049.15.214.368.261.544a1.1 1.1 0 0 1 .012.541a.94.94 0 0 1-.269.46c-.15.157-.446.28-.593.406s-.294.142-.254.352a1.55 1.55 0 0 0 .781.867a.93.93 0 0 0 .65-.048c-.015.246-.228.412-.367.576a2.2 2.2 0 0 0 1-.588a2.5 2.5 0 0 1-.752.955a3 3 0 0 1-.6.4a2.7 2.7 0 0 0 .99 0a2 2 0 0 1-.748.242a2.2 2.2 0 0 1-.85-.064a5.7 5.7 0 0 1-.951-.541a.78.78 0 0 0 .217.442a3 3 0 0 0 .639.334a9 9 0 0 1-.963-.116a2.2 2.2 0 0 1-.555-.189a4 4 0 0 1-.449-.309a1.3 1.3 0 0 0 .215.411a2 2 0 0 0 .48.232a2 2 0 0 1-.5-.011a1.4 1.4 0 0 1-.517-.245a3.7 3.7 0 0 1-.52-.463a2.2 2.2 0 0 1-.4-.538c-.058-.154.035-.262.052-.393a1.2 1.2 0 0 0-.318.21a.4.4 0 0 0-.118.37a2.5 2.5 0 0 0 .315.589c-.344-.281-.536-.389-.618-.729a1.14 1.14 0 0 1 .272-.846c.075-.119.187-.23.257-.345a5 5 0 0 1-.466-.456c-.133-.173-.189-.408-.325-.573a3.4 3.4 0 0 0-.478-.407a6 6 0 0 1 .42.9a.6.6 0 0 1-.139.5c-.083.126-.216.154-.343.231s-.323.017-.4.131a.39.39 0 0 0-.023.4l.3.466a1.4 1.4 0 0 1-.381-.328c-.084-.114-.214-.218-.232-.371a.54.54 0 0 1 .073-.422c.1-.137.371-.182.493-.287s.19-.173.183-.309s-.14-.232-.253-.318a8 8 0 0 1-1.088-.815a1.1 1.1 0 0 1-.28-.443a.46.46 0 0 1 .085-.368c.083-.151.367-.352.4-.515s-.109-.2-.238-.256s-.376.029-.5-.071s.035-.311-.1-.427s-.445-.051-.6-.176a.84.84 0 0 1-.281-.459a1 1 0 0 1-.024-.509c.038-.131.15-.154.217-.222s.127-.124.036-.225s-.385.006-.555-.124s-.066-.44-.186-.572s-.336-.079-.449-.121s-.159.106-.228-.128s-.072-.93-.166-1.189s-.278-.018-.363-.276a7 7 0 0 1-.043-1.06l-.175-1.061c-.609.409-2.53.935-2.7 1.233"/><path fill="#030303" d="M16.623 8.258a3.7 3.7 0 0 0 .077.942a.9.9 0 0 0 .382.66c.462.343.758.286 1.114.485a1 1 0 0 1 .446.421a.36.36 0 0 1-.17.422a.36.36 0 0 0 .371-.48c-.052-.128-.3-.185-.373-.314a.5.5 0 0 1-.04-.393c.064-.236.531-.451.7-.637a.77.77 0 0 0 .208-.9a2.83 2.83 0 0 0-1.45-1.141a3 3 0 0 0-.5-.15a1.65 1.65 0 0 1 .875.807c.144.374.019.515.024.84c0 .151.2.226.289.322s.07.145.009.259a.3.3 0 0 0-.13-.236c-.13-.093-.271-.073-.341-.263c-.106-.289.1-.563-.132-.888a1.03 1.03 0 0 0-.727-.522a1.3 1.3 0 0 0-.423.066l-.219-.258a4.6 4.6 0 0 0-1.34-.995a3.03 3.03 0 0 0-1.607-.3a3.07 3.07 0 0 0-2.2.771c-.808.7-2.892 3.367-3.4 3.7a1.7 1.7 0 0 1-1.248.453a2.124 2.124 0 0 1-1.657-2.002a4.04 4.04 0 0 1 .722-2.857a4.17 4.17 0 0 1 3.224-1.9a12 12 0 0 1 2.441.23c.771 0 1.534-.132 1.759-.745a1.04 1.04 0 0 1-.672.118A6.7 6.7 0 0 1 11 2.952a5.2 5.2 0 0 0-2.29-.377a6.3 6.3 0 0 0-3.215.669a5.77 5.77 0 0 0-2.582 2.475a5.87 5.87 0 0 0-.654 3.649a6.07 6.07 0 0 0 1.423 3.613a4.46 4.46 0 0 0 3.295 1.785l.329-1.45l-.587.842l.015-.937l-.531.659l-.233-.894l-.43.716l-.214-1l-.623.5l.2-.823l-.825.092l.379-.572l-.752.009l.438-.764l-.667-.106L4 10.35l-.817-.242l.676-.648l-.659-.544l.522-.406l-.492-.65l.521-.607l-.194-.8L4 6.067l.132-.916l.5-.249l.427-.715l.785-.087l.39-.643l.793.04l.749-.407l.778.181l.883-.266l.654.153l.853.125l.824.659L10.5 3.5l-.636.305l-.526-.321l-.362.246l-.64.064l-.574-.037l-.419.511l-.843.013l-.3.688l-.759.266l-.071.791l-.544.426L5 7.2l-.47.773l.361.676l-.355.619l.472.308l-.107.995l.656.166l.148.738l.715-.075l.444.506l.549-.536a6.15 6.15 0 0 0 2.193-1.625a10.3 10.3 0 0 1 2.58-2.506a3.45 3.45 0 0 1 2.493-.477c.895.154 1.194.691 1.853 1.257a.6.6 0 0 1 .2-.253a4 4 0 0 0-.108.492Zm4.665 5.934a.7.7 0 0 1-.2.143a2.4 2.4 0 0 1-.344.083c.173.27.355.543.521.826s.31.594.469.892a5 5 0 0 0-.022-.511a5 5 0 0 0-.168-.537c-.071-.239-.159-.564-.26-.9Zm-.06-1.551a.5.5 0 0 1 .168.092a.65.65 0 0 1 .255.269a1 1 0 0 1 .048.466c-.056-.016-.132-.005-.191-.055s-.092-.162-.167-.21a.44.44 0 0 0-.219-.048a.7.7 0 0 1 .043.35a.43.43 0 0 1-.409.387a1.3 1.3 0 0 1-.342-.036c.04.089.108.167.147.256a1.8 1.8 0 0 0 .439-.073a3 3 0 0 1 .345-.2a2 2 0 0 1 .395-.067c-.113.1-.188.2-.3.295l.25.728c.177.111.344.169.566.306a7 7 0 0 0 .781.515a3 3 0 0 0 .767.263c.3.057.545.3.844.343a6.4 6.4 0 0 0 1.087.025c.261-.025.6-.16.631-.447a.6.6 0 0 1-.723-.407c-.075-.183-.038-.52-.153-.737s-.274-.286-.466-.552a8.4 8.4 0 0 1-.679-1.045c-.175-.357-.217-.762-.365-1.082a5.3 5.3 0 0 0-.546-.826a2.9 2.9 0 0 0-1.308-1.18a6.4 6.4 0 0 0-.963-.249c-.131.059-.31.124-.342.276a.62.62 0 0 0 .14.493a2.1 2.1 0 0 1 .568.7a2.8 2.8 0 0 1 .03 1.029a1.15 1.15 0 0 1-.328.42Zm-1.451.173a2.5 2.5 0 0 1 .854-.242c.126-.008.321.012.448.017a1.7 1.7 0 0 0 .3-.466a2.5 2.5 0 0 0-.043-.826c-.172-.423-.34-.441-.577-.683a1.35 1.35 0 0 1-.231-.743c-.019-.11-.073-.249-.1-.363a4.6 4.6 0 0 0-1-.052a1.1 1.1 0 0 0 .39-.567a1.12 1.12 0 0 0-.132-.78a3 3 0 0 0-.576-.6c-.208-.182-.506-.332-.7-.482a6 6 0 0 1 .768-.275a2.5 2.5 0 0 1 1.842.448a4.6 4.6 0 0 1 1.053.833c.384.4.859 1.137 1.23 1.574a8 8 0 0 0 .997 1.043a5 5 0 0 0 .925.5l.481.51l.389-.481l.625.071l.129-.7l.574-.157l-.093-.947l.413-.293l-.31-.589l.315-.644l-.411-.736l.159-.708l-.476-.405l-.062-.753l-.664-.253l-.266-.655l-.75-.01l-.366-.486l-.5.035l-.56-.061l-.316-.234l-.46.3l-.557-.29l-1.106.42l.721-.627l.747-.119l.569-.138l.773.254l.68-.172l.656.388l.694-.038l.341.612l.691.079l.374.68l.435.237l.115.871l.387.367l-.17.762l.456.577l-.428.619l.457.387l-.585.518l.592.616l-.715.23l.466.661l-.584.1l.383.727l-.658-.009l.331.545l-.722-.087l.173.783l-.546-.48l-.187.949l-.377-.682l-.2.85l-.465-.627l.012.891l-.514-.8a3.6 3.6 0 0 0 .385 1.382a3.52 3.52 0 0 0 2.24-1.041a7.2 7.2 0 0 0 1.627-2.739a9.3 9.3 0 0 0 .011-3.618a5.45 5.45 0 0 0-1.045-2.109A8 8 0 0 0 26.9 3.405a6.2 6.2 0 0 0-3.2-.694a3.8 3.8 0 0 0-1.338.25c-.617.224-1.11.714-1.737.955a.6.6 0 0 1-.53 0a.99.99 0 0 0 .723.572a5.5 5.5 0 0 0 1.431-.013a9 9 0 0 1 1.451-.19a3.1 3.1 0 0 1 1.484.428a3.66 3.66 0 0 1 1.4 1.318a4 4 0 0 1 .448 1.079a5 5 0 0 1 .151 1.174a3.6 3.6 0 0 1-.112 1.035c-.212.781-.68 1.576-1.641 1.454c-.588-.075-1.475-1.18-1.772-1.585a15.7 15.7 0 0 0-1.969-2.4a3.03 3.03 0 0 0-1.705-.757a2.58 2.58 0 0 0-2.384.829a5 5 0 0 1 .532.17a4 4 0 0 1 1.094.718a1.19 1.19 0 0 1 .5.968c.008.3-.239.541-.465.758c-.139.133-.322.254-.434.357c-.149.137-.333.286-.147.5a2 2 0 0 0 .3.22c.163.121.089.572-.127.691a.71.71 0 0 1-.832-.069c.287-.043.469-.081.461-.315c0-.136-.177-.249-.347-.326a5 5 0 0 1-1.125-.452c-.411-.3-.42-.458-.531-.922a2.6 2.6 0 0 0-.646.113c-.265.087-.558.3-.8.348a1.7 1.7 0 0 1-1.058.006a4.24 4.24 0 0 0-2.1.349a6 6 0 0 0-.975.121a6.4 6.4 0 0 0-1.7.995a9.1 9.1 0 0 0-1.98 4.059c-.051.57.112.955-.248 1.233s-.349.992-.471 1.193s-.263.111-.525.392s-.4.234-.389.766a1.84 1.84 0 0 1 .845-.332c.256-.009.259.328.916-.322c.352-.348 1.027-.358 1.5-.512A4.73 4.73 0 0 0 11 16.152a5.6 5.6 0 0 0 1.415-3.381a4 4 0 0 1-.038 1.247a3.47 3.47 0 0 0 .151 2.442l.309.59a5.2 5.2 0 0 1-.652-.953l-.25-.674a5.1 5.1 0 0 1-1.463 1.662a2.9 2.9 0 0 0 .089 1.169c.128.373-.076.8.021 1.049s.321.106.394.355s-.038.741.075.983s.392.1.527.174a.8.8 0 0 1 .251.289c.073.1-.028.346.119.425s.376.012.529.088a.36.36 0 0 1 .139.422c-.036.163-.2.238-.272.4a.43.43 0 0 0 .023.434a.9.9 0 0 0 .466.314c.19.077.457.034.653.14a1.5 1.5 0 0 1 .476.473a.64.64 0 0 1 .127.425a1.2 1.2 0 0 1-.157.505c-.087.157-.278.347.021.647s.287.17.458.364c-.019-.336-.157-.609-.056-.862s.406-.3.566-.411a2.6 2.6 0 0 0 .379-.4a5 5 0 0 1 0 .491c-.041.266-.119.5.277.544a1.3 1.3 0 0 0 .535-.166c-.1.176-.269.318-.3.528a.92.92 0 0 0 .151.651a2.1 2.1 0 0 0 .582.487a2.2 2.2 0 0 0 .425.2c.007.207-.034.427-.01.621a1.13 1.13 0 0 0 .2.529a1.7 1.7 0 0 0 .465.373c-.094-.218-.283-.424-.281-.653a.73.73 0 0 1 .294-.594c.223-.2.746-.38.992-.577a1.2 1.2 0 0 0 .414-.51a2.2 2.2 0 0 0 .08-.673a2 2 0 0 1 .119.569a2 2 0 0 1-.221.794a1.22 1.22 0 0 0 .6-.612c.065.039.032.145.056.349c.109-.108.232-.191.341-.293a.95.95 0 0 0 .284-.334a.77.77 0 0 0-.008-.459a3 3 0 0 0-.324-.538c-.1-.181.017-.358.01-.576a1.7 1.7 0 0 0-.6-.1c-.229.033-.491.29-.725.293s-.365-.216-.557-.277a3.4 3.4 0 0 0-.579-.08a5.4 5.4 0 0 1 1.84-.451a12 12 0 0 1 1.715-.155a4.4 4.4 0 0 0 .769.03c.179-.051.141-.174.194-.307a1.73 1.73 0 0 0-.006-1.079A8.4 8.4 0 0 0 20.46 22c-.511.039-1.117.282-1.644.3a3.2 3.2 0 0 1-1.53-.328a3.6 3.6 0 0 1-.986-1.125c-.215-.329-.486-.975-.651-1.27a1.6 1.6 0 0 0-.339-.5a1.5 1.5 0 0 0-.488-.2c.188.019.392-.04.563.058c.256.147.543.756.7 1.021c.169-.566.129-.788.618-1.107a2.15 2.15 0 0 0-.5 1.295c.327.537.782 1.393 1.378 1.63a4 4 0 0 0 .817.168a5.9 5.9 0 0 0 2.132-.315a5.6 5.6 0 0 1 1.678-.04c.215.012.72-.117.825-.333a.38.38 0 0 0-.033-.386c-.081-.126-.3-.186-.414-.3a3 3 0 0 1-.274-.368a7.5 7.5 0 0 1-1.238.138c.257-.106.5-.167.771-.271a4.6 4.6 0 0 0 .787-.419a2.5 2.5 0 0 0 .51-.391a3 3 0 0 0 .471-.539a1.4 1.4 0 0 0 .139-.681a2 2 0 0 0-.1-.805a.63.63 0 0 0-.433-.311c-.15-.048-.252.073-.408.09s-.3.115-.527.008a2 2 0 0 1-.72-.642c-.228-.32-.39-.844-.623-1.247a21 21 0 0 0-1.376-1.986a4 4 0 0 1-.118-.593a2.9 2.9 0 0 1 .076-1.13a.99.99 0 0 1 .512-.69a.56.56 0 0 1 .371-.026a.25.25 0 0 1 .167.294c-.045.15-.15.155-.221.231a.8.8 0 0 0-.213.384a1.8 1.8 0 0 1 .412.016a.48.48 0 0 1 .339.326a.61.61 0 0 0-.456-.22a2 2 0 0 0-.316.048a2.3 2.3 0 0 1-.118.383c-.056.1-.163.075-.2.191a1.1 1.1 0 0 0-.022.455Zm.546.2c-.208.013-.258-.014-.424.1l.271.422a.65.65 0 0 1 .153-.525Zm-7.072-1.86a.8.8 0 0 1 .036-.194c-.3-.081-.423.115-.6.479c-.066.136 0 .217-.072.306s-.185.077-.3.163s-.23.251-.338.34a3.8 3.8 0 0 1-.777.418a2.5 2.5 0 0 0 .625-.513c.058-.1.05-.287.14-.377s.123-.152.24-.174s.07-.159.108-.266a1.2 1.2 0 0 1 .193-.293a.85.85 0 0 1 .339-.329c.158-.059.405 0 .525-.029s.051-.121.138-.173s.257-.029.373-.085a1.14 1.14 0 0 0 .429-.442A2.26 2.26 0 0 1 14.187 11a1.48 1.48 0 0 1-.749.89a2.4 2.4 0 0 1-.426.16c.073-.1.177-.143.219-.3a4 4 0 0 0 .02-.6Zm1.931 1.493c.157-.014.351.028.5.02a3 3 0 0 0 .377-.07c-.023-.221 0-.627-.205-.774a1.8 1.8 0 0 0-.817.008a8 8 0 0 0-1.017.385a3.2 3.2 0 0 1 .923-.514a2.4 2.4 0 0 1 .948-.09c.1.028.123.07.185.156a1.8 1.8 0 0 1 .268.9a3 3 0 0 1 .157.229a1.1 1.1 0 0 1 .081.338c-.056-.081-.022-.183-.177-.243a1.5 1.5 0 0 0-.6.018a.508.508 0 0 1-.231.934a.54.54 0 0 1-.641-.333a1 1 0 0 1-.021-.4a.8.8 0 0 0-.688.259a1.3 1.3 0 0 0 .523.508a1.7 1.7 0 0 0 .5.186a2.5 2.5 0 0 0 .676.032a.73.73 0 0 0 .444-.216a1.04 1.04 0 0 0 .212-.47a1.4 1.4 0 0 1-.083.431a.79.79 0 0 1-.778.412a2.9 2.9 0 0 1-1.019-.2a1.54 1.54 0 0 1-.73-.624a1.8 1.8 0 0 1-.02-.557c.332-.22.413-.166.806-.231c.164-.027.277-.088.433-.1Zm.9-2.187a1.5 1.5 0 0 0 .524.212c.147 0 .185-.1.272-.154a6.6 6.6 0 0 0 .523 1.333c.1.169.159.09.232.26s.107.514.176.73a6 6 0 0 0 .242.564a8 8 0 0 1-.583-.9c-.114-.241-.041-.262-.133-.492s-.279-.588-.418-.882a.8.8 0 0 1-.3.008c-.076-.023-.061-.1-.129-.156s-.184-.032-.28-.115a.6.6 0 0 1-.127-.405Zm-1.964 7.762c.138-.112.511-.023.789 0l-.6.154c-.019.068-.01.147-.056.2s-.132.079-.2.119c.007-.179-.072-.363.066-.475Zm2.574-3.737a2.6 2.6 0 0 0 .205-.6c-.027.252.024.529-.1.712s-.339.151-.518.2c.139-.106.3-.153.411-.312Zm-.252 2.8a1 1 0 0 1 .5-.9a2.1 2.1 0 0 1 .706-.253a2.75 2.75 0 0 1 1.186.155a7 7 0 0 1 .7.459c.239.141.409.236.637.395c.35.243.554.512.8.673a1.8 1.8 0 0 0 .435.113a.73.73 0 0 1-.407.033a1.8 1.8 0 0 1-.513-.306a3.5 3.5 0 0 0-.579-.42c-.145-.084-.383-.183-.542-.287s-.435-.331-.587-.407a1.9 1.9 0 0 0-.759-.146a1.6 1.6 0 0 0-.959.267a.65.65 0 0 0-.264.66a3 3 0 0 1 .23-.3a.72.72 0 0 1 .607-.131a.53.53 0 0 1 .459.415a1 1 0 0 0-.238-.159a.57.57 0 0 0-.51.05c-.21.112-.153.278-.183.463a2 2 0 0 1-.069.231a.45.45 0 0 1-.211-.113a1.5 1.5 0 0 0 .008.259a3 3 0 0 0 .1.319a1.9 1.9 0 0 1-.39-.47a1.24 1.24 0 0 1-.148-.6Zm1.889.318a1 1 0 0 1 .439.114a1.7 1.7 0 0 1 .314.223a1.86 1.86 0 0 1 .5.877a5 5 0 0 1 .077.745a5 5 0 0 0-.225-.687a1.68 1.68 0 0 0-.783-.8a.42.42 0 0 0-.252-.032c.028.047.075.086.077.155a.27.27 0 0 1-.13.259a.49.49 0 0 1-.541-.1a.48.48 0 0 1-.12-.535c.091-.224.439-.224.644-.216Zm-10.406.644a.73.73 0 0 0-.6.4a.55.55 0 0 1-.6.233a.92.92 0 0 0-.869.08c-.306.218-.637.053-.579-.344a1.23 1.23 0 0 1 .583-.971c.832-.479.254-.812.71-1.293s.356-.629.342-1.283a4.65 4.65 0 0 1-3.4-1.9A6 6 0 0 1 2.036 9.4a6.36 6.36 0 0 1 .649-3.8a5.3 5.3 0 0 1 2.569-2.522a7 7 0 0 1 3.489-.769a4.96 4.96 0 0 1 2.443.452a5.2 5.2 0 0 0 1.545.8a1.22 1.22 0 0 0 .782-.226c.047 1.189-1.023 1.292-1.981 1.317s-1.546-.371-2.427-.223A4.2 4.2 0 0 0 6.078 6.2a3.78 3.78 0 0 0-.669 2.683a1.95 1.95 0 0 0 1.44 1.8c.5.008.61-.136 1.047-.421s2.665-3.041 3.426-3.662a3.52 3.52 0 0 1 2.321-.821a3.24 3.24 0 0 1 1.671.285A12 12 0 0 1 16.9 7.128a9 9 0 0 0 .684-.576a2.87 2.87 0 0 1 2.393-.718a3.64 3.64 0 0 1 1.819.8a14.3 14.3 0 0 1 2.014 2.425a3.6 3.6 0 0 0 1.621 1.489c.771.237 1.351-.762 1.437-1.316a6 6 0 0 0 .112-.932a4.4 4.4 0 0 0-.134-1.125a4 4 0 0 0-.455-1.016a3.6 3.6 0 0 0-1.3-1.25a4.1 4.1 0 0 0-1.391-.424a14 14 0 0 0-1.4.2c-.584.04-1.627.171-2.085-.28a1.18 1.18 0 0 1-.378-.854a.9.9 0 0 0 .469.189c.366.031.708-.268 1-.441a7 7 0 0 1 .907-.526a5.86 5.86 0 0 1 2.7-.233a6.3 6.3 0 0 1 2.2.725a6 6 0 0 1 1.634 1.48a5 5 0 0 1 1.037 2.15a9 9 0 0 1 .017 3.847a7.6 7.6 0 0 1-1.713 2.819a4.4 4.4 0 0 1-2.317 1.112c.034.177.04.342.085.487c.065.206.188.436.442.364a.236.236 0 0 1 .289.062c.133.117.063.567-.312.769a1.44 1.44 0 0 1-.695.131a6.5 6.5 0 0 1-1.11-.051c-.33-.058-.528-.319-.894-.361a3.6 3.6 0 0 1-1.452-.764a3 3 0 0 0-.362-.185c.059.18.137.368.177.541s.022.334.043.473s.059.246.081.359c.091.081.12.2.272.243a1.7 1.7 0 0 0 .546-.043c.156-.021.261-.105.383-.083a.85.85 0 0 1 .341.193c.1.082.19.094.274.3a3.4 3.4 0 0 1 .17.9a1.9 1.9 0 0 1-.1.755a1.25 1.25 0 0 1-.381.541a6 6 0 0 1-.957.769a1.7 1.7 0 0 0 .2.3c.1.108.324.229.421.343a.47.47 0 0 1 .148.324a.7.7 0 0 1-.109.434a1.9 1.9 0 0 1-.937.573a2.5 2.5 0 0 1 .023 1.06c-.037.159-.119.519-.315.612a3.8 3.8 0 0 1-.814.086c-.239.038-.373.074-.56.111a3.3 3.3 0 0 0-.34.491a.4.4 0 0 0 .008.35c.049.15.215.369.261.544a1.1 1.1 0 0 1 .012.541a.95.95 0 0 1-.269.461c-.15.157-.446.279-.593.406s-.294.142-.254.352a1.55 1.55 0 0 0 .781.867a.93.93 0 0 0 .65-.047c-.015.246-.228.412-.367.575a2.2 2.2 0 0 0 1-.587a2.5 2.5 0 0 1-.752.954a3 3 0 0 1-.6.4a2.6 2.6 0 0 0 .991 0a2 2 0 0 1-.748.242a2.2 2.2 0 0 1-.85-.063a5.7 5.7 0 0 1-.951-.541a.8.8 0 0 0 .216.442a3 3 0 0 0 .639.334a10 10 0 0 1-.963-.116a2.3 2.3 0 0 1-.555-.189a4 4 0 0 1-.449-.309a1.3 1.3 0 0 0 .215.411a2 2 0 0 0 .481.233a2 2 0 0 1-.5-.011a1.4 1.4 0 0 1-.517-.245a3.7 3.7 0 0 1-.521-.464a2.2 2.2 0 0 1-.4-.538c-.058-.154.035-.262.052-.393a1.2 1.2 0 0 0-.319.209a.4.4 0 0 0-.118.371a2.5 2.5 0 0 0 .315.589c-.344-.281-.536-.39-.618-.729a1.14 1.14 0 0 1 .272-.846c.075-.119.187-.23.256-.345a5 5 0 0 1-.466-.456c-.133-.174-.189-.408-.325-.574a3.4 3.4 0 0 0-.478-.406a6 6 0 0 1 .42.9a.6.6 0 0 1-.139.5c-.083.126-.216.154-.342.231s-.324.016-.4.131a.39.39 0 0 0-.023.4l.3.466a1.4 1.4 0 0 1-.381-.328c-.085-.113-.214-.218-.232-.371a.54.54 0 0 1 .073-.423c.1-.136.371-.182.493-.287s.19-.173.183-.309s-.139-.233-.253-.318a8.3 8.3 0 0 1-1.088-.815a1.1 1.1 0 0 1-.28-.443a.46.46 0 0 1 .085-.368c.083-.151.367-.352.4-.515s-.109-.2-.238-.257s-.375.029-.5-.071s.035-.311-.1-.427s-.445-.051-.6-.176a.84.84 0 0 1-.281-.46a.97.97 0 0 1-.024-.509c.037-.131.149-.153.217-.221s.127-.124.036-.226s-.386.006-.556-.124s-.066-.44-.186-.571s-.336-.08-.449-.122s-.158.106-.228-.127s-.072-.929-.165-1.189s-.278-.017-.364-.276a7 7 0 0 1-.043-1.061l-.175-1.061a3.74 3.74 0 0 1-1.666.654a10.8 10.8 0 0 0 .338 4.321c.543 1.777 1.643 2.824 3.128 4.328a9.1 9.1 0 0 1-3.478-4.188a9.8 9.8 0 0 1-.414-4.277"/>'},L_={width:32,height:32,body:'<path fill="none" stroke="#755838" d="M2.5 7.955h27v16.091h-27z"/><path fill="#755838" d="M5.909 20.636v-9.272h2.727l2.728 3.409l2.727-3.409h2.727v9.272h-2.727v-5.318l-2.727 3.409l-2.728-3.409v5.318zm17.046 0l-4.091-4.5h2.727v-4.772h2.727v4.772h2.727z"/>'},P_={width:32,height:32,body:'<path fill="#c12127" d="M2 2h28v28H2"/><path fill="#fff" d="M7.25 7.25h17.5v17.5h-3.5v-14H16v14H7.25"/>'},H_={width:32,height:32,body:'<path fill="#909090" d="m24.1 2.072l5.564 5.8v22.056H8.879V30h20.856V7.945z"/><path fill="#f4f4f4" d="M24.031 2H8.808v27.928h20.856V7.873z"/><path fill="#7a7b7c" d="M8.655 3.5h-6.39v6.827h20.1V3.5z"/><path fill="#dd2025" d="M22.472 10.211H2.395V3.379h20.077z"/><path fill="#464648" d="M9.052 4.534H7.745v4.8h1.028V7.715L9 7.728a2 2 0 0 0 .647-.117a1.4 1.4 0 0 0 .493-.291a1.2 1.2 0 0 0 .335-.454a2.1 2.1 0 0 0 .105-.908a2.2 2.2 0 0 0-.114-.644a1.17 1.17 0 0 0-.687-.65a2 2 0 0 0-.409-.104a2 2 0 0 0-.319-.026m-.189 2.294h-.089v-1.48h.193a.57.57 0 0 1 .459.181a.92.92 0 0 1 .183.558c0 .246 0 .469-.222.626a.94.94 0 0 1-.524.114m3.671-2.306c-.111 0-.219.008-.295.011L12 4.538h-.78v4.8h.918a2.7 2.7 0 0 0 1.028-.175a1.7 1.7 0 0 0 .68-.491a1.9 1.9 0 0 0 .373-.749a3.7 3.7 0 0 0 .114-.949a4.4 4.4 0 0 0-.087-1.127a1.8 1.8 0 0 0-.4-.733a1.6 1.6 0 0 0-.535-.4a2.4 2.4 0 0 0-.549-.178a1.3 1.3 0 0 0-.228-.017m-.182 3.937h-.1V5.392h.013a1.06 1.06 0 0 1 .6.107a1.2 1.2 0 0 1 .324.4a1.3 1.3 0 0 1 .142.526c.009.22 0 .4 0 .549a3 3 0 0 1-.033.513a1.8 1.8 0 0 1-.169.5a1.1 1.1 0 0 1-.363.36a.67.67 0 0 1-.416.106m5.08-3.915H15v4.8h1.028V7.434h1.3v-.892h-1.3V5.43h1.4v-.892"/><path fill="#dd2025" d="M21.781 20.255s3.188-.578 3.188.511s-1.975.646-3.188-.511m-2.357.083a7.5 7.5 0 0 0-1.473.489l.4-.9c.4-.9.815-2.127.815-2.127a14 14 0 0 0 1.658 2.252a13 13 0 0 0-1.4.288Zm-1.262-6.5c0-.949.307-1.208.546-1.208s.508.115.517.939a10.8 10.8 0 0 1-.517 2.434a4.4 4.4 0 0 1-.547-2.162Zm-4.649 10.516c-.978-.585 2.051-2.386 2.6-2.444c-.003.001-1.576 3.056-2.6 2.444M25.9 20.895c-.01-.1-.1-1.207-2.07-1.16a14 14 0 0 0-2.453.173a12.5 12.5 0 0 1-2.012-2.655a11.8 11.8 0 0 0 .623-3.1c-.029-1.2-.316-1.888-1.236-1.878s-1.054.815-.933 2.013a9.3 9.3 0 0 0 .665 2.338s-.425 1.323-.987 2.639s-.946 2.006-.946 2.006a9.6 9.6 0 0 0-2.725 1.4c-.824.767-1.159 1.356-.725 1.945c.374.508 1.683.623 2.853-.91a23 23 0 0 0 1.7-2.492s1.784-.489 2.339-.623s1.226-.24 1.226-.24s1.629 1.639 3.2 1.581s1.495-.939 1.485-1.035"/><path fill="#909090" d="M23.954 2.077V7.95h5.633z"/><path fill="#f4f4f4" d="M24.031 2v5.873h5.633z"/><path fill="#fff" d="M8.975 4.457H7.668v4.8H8.7V7.639l.228.013a2 2 0 0 0 .647-.117a1.4 1.4 0 0 0 .493-.291a1.2 1.2 0 0 0 .332-.454a2.1 2.1 0 0 0 .105-.908a2.2 2.2 0 0 0-.114-.644a1.17 1.17 0 0 0-.687-.65a2 2 0 0 0-.411-.105a2 2 0 0 0-.319-.026m-.189 2.294h-.089v-1.48h.194a.57.57 0 0 1 .459.181a.92.92 0 0 1 .183.558c0 .246 0 .469-.222.626a.94.94 0 0 1-.524.114m3.67-2.306c-.111 0-.219.008-.295.011l-.235.006h-.78v4.8h.918a2.7 2.7 0 0 0 1.028-.175a1.7 1.7 0 0 0 .68-.491a1.9 1.9 0 0 0 .373-.749a3.7 3.7 0 0 0 .114-.949a4.4 4.4 0 0 0-.087-1.127a1.8 1.8 0 0 0-.4-.733a1.6 1.6 0 0 0-.535-.4a2.4 2.4 0 0 0-.549-.178a1.3 1.3 0 0 0-.228-.017m-.182 3.937h-.1V5.315h.013a1.06 1.06 0 0 1 .6.107a1.2 1.2 0 0 1 .324.4a1.3 1.3 0 0 1 .142.526c.009.22 0 .4 0 .549a3 3 0 0 1-.033.513a1.8 1.8 0 0 1-.169.5a1.1 1.1 0 0 1-.363.36a.67.67 0 0 1-.416.106m5.077-3.915h-2.43v4.8h1.028V7.357h1.3v-.892h-1.3V5.353h1.4v-.892"/>'},G_={width:32,height:32,body:'<defs><radialGradient id="SVGQRCVdbYF" cx="-16.114" cy="20.532" r="18.384" gradientTransform="translate(26.52 -9.307)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff"/><stop offset=".5" stop-color="#4c6b96"/><stop offset="1" stop-color="#231f20"/></radialGradient></defs><ellipse cx="16" cy="16" fill="url(#SVGQRCVdbYF)" rx="14" ry="7.365"/><ellipse cx="16" cy="16" fill="#6280b6" rx="13.453" ry="6.818"/><path fill="#fff" d="m18.725 18.2l.667-3.434a1.75 1.75 0 0 0-.372-1.719a2.93 2.93 0 0 0-2-.525h-1.153l.331-1.7a.22.22 0 0 0-.215-.26h-1.6a.22.22 0 0 0-.215.177l-.709 3.646a2.05 2.05 0 0 0-.477-1.054a2.78 2.78 0 0 0-2.2-.807H7.7a.22.22 0 0 0-.215.177l-1.434 7.38a.22.22 0 0 0 .215.26h1.603a.22.22 0 0 0 .215-.177l.347-1.785h1.2a5.2 5.2 0 0 0 1.568-.2a3.1 3.1 0 0 0 1.15-.689a3.5 3.5 0 0 0 .68-.844l-.287 1.475a.22.22 0 0 0 .215.26h1.6a.22.22 0 0 0 .215-.177l.787-4.051h1.094c.466 0 .6.093.64.133s.1.165.025.569l-.635 3.265a.22.22 0 0 0 .215.26h1.62a.22.22 0 0 0 .207-.18m-7.395-2.834a1.75 1.75 0 0 1-.561 1.092a2.17 2.17 0 0 1-1.315.321h-.712l.515-2.651h.921c.677 0 .949.145 1.059.266a1.18 1.18 0 0 1 .093.972m14.216-2.034a2.78 2.78 0 0 0-2.2-.807h-3.091a.22.22 0 0 0-.215.177l-1.434 7.38a.22.22 0 0 0 .215.26h1.608a.22.22 0 0 0 .215-.177l.347-1.785h1.2a5.2 5.2 0 0 0 1.568-.2a3.1 3.1 0 0 0 1.15-.689a3.43 3.43 0 0 0 1.076-1.927a2.51 2.51 0 0 0-.439-2.232m-1.667 2.034a1.75 1.75 0 0 1-.561 1.092a2.17 2.17 0 0 1-1.318.32h-.71l.515-2.651h.921c.677 0 .949.145 1.059.266a1.18 1.18 0 0 1 .094.973"/><path fill="#000004" d="M10.178 13.908a1.65 1.65 0 0 1 1.221.338a1.34 1.34 0 0 1 .145 1.161a1.95 1.95 0 0 1-.642 1.223a2.36 2.36 0 0 1-1.448.37h-.978l.6-3.089Zm-3.917 6.216h1.608l.381-1.962h1.377a5 5 0 0 0 1.5-.191a2.84 2.84 0 0 0 1.07-.642a3.2 3.2 0 0 0 1.01-1.808a2.3 2.3 0 0 0-.385-2.044a2.57 2.57 0 0 0-2.035-.732H7.7Zm8.126-9.342h1.6l-.387 1.962h1.421a2.77 2.77 0 0 1 1.85.468a1.55 1.55 0 0 1 .305 1.516l-.667 3.434H16.89l.635-3.265a.89.89 0 0 0-.08-.76a1.12 1.12 0 0 0-.8-.2H15.37l-.822 4.228h-1.6Zm8.34 3.126a1.65 1.65 0 0 1 1.221.338a1.34 1.34 0 0 1 .145 1.161a1.95 1.95 0 0 1-.642 1.223A2.36 2.36 0 0 1 22 17h-.978l.6-3.089Zm-3.917 6.216h1.608l.381-1.962h1.377a5 5 0 0 0 1.5-.191a2.84 2.84 0 0 0 1.07-.642a3.2 3.2 0 0 0 1.01-1.808a2.3 2.3 0 0 0-.385-2.044a2.57 2.57 0 0 0-2.035-.732h-3.092Z"/>'},I_={width:32,height:32,body:'<path fill="#f9ad00" d="M30 10.75h-8.749V2H30Zm-9.626 0h-8.75V2h8.75Zm-9.625 0H2V2h8.749ZM30 20.375h-8.749v-8.75H30Z"/><path fill="#fff" d="M20.374 20.375h-8.75v-8.75h8.75Zm0 9.625h-8.75v-8.75h8.75ZM30 30h-8.749v-8.75H30Zm-19.251 0H2v-8.75h8.749Z"/>'},V_={width:32,height:32,body:'<defs><linearGradient id="SVGaVba93Vn" x1="23.325" x2="7.26" y1="-118.543" y2="-104.193" gradientTransform="matrix(1 0 0 -1 0 -96)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#5391fe"/><stop offset="1" stop-color="#3e6dbf"/></linearGradient><linearGradient id="SVG7XRbSdmK" x1="7.1" x2="23.001" y1="-104.002" y2="-118.292" href="#SVGaVba93Vn"/></defs><path fill="url(#SVGaVba93Vn)" fill-rule="evenodd" d="M3.174 26.589a1.15 1.15 0 0 1-.928-.423a1.23 1.23 0 0 1-.21-1.052L6.233 6.78a1.8 1.8 0 0 1 1.681-1.37h20.912a1.16 1.16 0 0 1 .928.423a1.24 1.24 0 0 1 .21 1.052l-4.2 18.335a1.8 1.8 0 0 1-1.681 1.37H3.174Z"/><path fill="url(#SVG7XRbSdmK)" fill-rule="evenodd" d="M7.914 5.646h20.912a.913.913 0 0 1 .908 1.187l-4.2 18.334a1.575 1.575 0 0 1-1.451 1.187H3.174a.913.913 0 0 1-.908-1.187l4.2-18.334a1.57 1.57 0 0 1 1.448-1.187"/><path fill="#2c5591" fill-rule="evenodd" d="M16.04 21.544h5.086a1.118 1.118 0 0 1 0 2.234H16.04a1.118 1.118 0 0 1 0-2.234m3.299-4.966a1.76 1.76 0 0 1-.591.6l-9.439 6.775a1.224 1.224 0 0 1-1.438-1.977l8.512-6.164v-.126L11.035 10a1.224 1.224 0 0 1 1.782-1.672l6.418 6.827a1.166 1.166 0 0 1 .104 1.423"/><path fill="#fff" fill-rule="evenodd" d="M19.1 16.342a1.75 1.75 0 0 1-.59.6l-9.436 6.776a1.225 1.225 0 0 1-1.439-1.977l8.513-6.164v-.127L10.8 9.761a1.224 1.224 0 0 1 1.783-1.672L19 14.916a1.16 1.16 0 0 1 .1 1.426m-3.2 5.07h5.086a1.059 1.059 0 1 1 0 2.118H15.9a1.059 1.059 0 1 1 0-2.118"/>'},U_={width:32,height:32,body:'<g stroke-linecap="round" stroke-width="1.33"><path stroke="#56b3b4" d="M2.45 2.45h16.3M2.45 7.87h9.48m10.8 0h1.35m-16.3 2.71h1.35M13.19 16h10.8m-21.7 2.71h5.42m-5.42 8.13H5"/><path stroke="#ea5e5e" d="M2.45 5.16h4.06m12.2 5.42h6.77M2.48 16h1.35m6.77 2.71h5.42m-13.5 10.8h6.77"/><path stroke="#f7b93e" d="M9.23 5.16h13.5m-20.3 5.42h2.71m13.5 2.71h6.77M6.41 16h4.06m-4.06 5.42h12.2m-10.8 5.42h1.35"/><path stroke="#bf85bf" d="M14.6 7.87h5.42m-17.6 5.42h6.77m9.48 5.42h4.06m-20.3 2.71h1.35m-1.35 2.71H9.2"/><path stroke="#4d616e" d="M21.4 2.45h8.13m-4.06 2.71h4.06m-2.71 2.71h2.71m-17.6 2.71h4.06m12.2 0h1.35m-17.6 2.71H16m12.2 0h1.35M26.84 16h2.71m-4.06 2.71h4.06m-8.13 2.71h2.71m2.71 0h2.71m-17.6 2.71h2.71m2.71 0h12.2m-17.6 2.71h5.42m2.71 0h1.35m2.71 0h5.42m-17.6 2.71h8.13m2.71 0h6.77" opacity=".5"/></g>'},$_={width:32,height:32,body:'<path fill="#d2d2d2" fill-rule="evenodd" d="m25.21 24.21l-12.471 3.718a.525.525 0 0 1-.667-.606l4.456-21.511a.43.43 0 0 1 .809-.094l8.249 17.661a.6.6 0 0 1-.376.832m2.139-.878L17.8 2.883A1.53 1.53 0 0 0 16.491 2a1.51 1.51 0 0 0-1.4.729L4.736 19.648a1.59 1.59 0 0 0 .018 1.7l5.064 7.909a1.63 1.63 0 0 0 1.83.678l14.7-4.383a1.6 1.6 0 0 0 1-2.218Z"/>'},Z_={width:32,height:32,body:'<path fill="#d44235" d="m5.218 11.768l2.429-3.312h6.623l-5.74 7.728H5.218z"/><path fill="#f7bb07" d="M23.175 15.816h3.46v4.49l-2.503 3.237h-6.476z"/><path fill="#4081ec" d="M2.348 16.037c0-.399.007-.402 2.87-4.269l9.052 11.775H7.794c-5.443-7.047-5.446-7.056-5.446-7.506"/><path fill="#0f9855" d="M17.656 8.456h6.402c5.358 7 5.59 7.26 5.594 7.58c.003.322-.047.469-3.018 4.27z"/>'},q_={width:32,height:32,body:'<defs><linearGradient id="SVGg4rxgcri" x1="-133.268" x2="-133.198" y1="-202.91" y2="-202.84" gradientTransform="matrix(189.38 0 0 189.81 25243.061 38519.17)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#387eb8"/><stop offset="1" stop-color="#366994"/></linearGradient><linearGradient id="SVG5ouQmWbV" x1="-133.575" x2="-133.495" y1="-203.203" y2="-203.133" gradientTransform="matrix(189.38 0 0 189.81 25309.061 38583.42)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ffe052"/><stop offset="1" stop-color="#ffc331"/></linearGradient></defs><path fill="url(#SVGg4rxgcri)" d="M15.885 2.1c-7.1 0-6.651 3.07-6.651 3.07v3.19h6.752v1H6.545S2 8.8 2 16.005s4.013 6.912 4.013 6.912H8.33v-3.361s-.13-4.013 3.9-4.013h6.762s3.772.06 3.772-3.652V5.8s.572-3.712-6.842-3.712Zm-3.732 2.137a1.214 1.214 0 1 1-1.183 1.244v-.02a1.214 1.214 0 0 1 1.214-1.214Z"/><path fill="url(#SVG5ouQmWbV)" d="M16.085 29.91c7.1 0 6.651-3.08 6.651-3.08v-3.18h-6.751v-1h9.47S30 23.158 30 15.995s-4.013-6.912-4.013-6.912H23.64V12.4s.13 4.013-3.9 4.013h-6.765S9.2 16.356 9.2 20.068V26.2s-.572 3.712 6.842 3.712h.04Zm3.732-2.147A1.214 1.214 0 1 1 21 26.519v.03a1.214 1.214 0 0 1-1.214 1.214z"/>'},Q_={width:32,height:32,body:'<circle cx="16" cy="15.974" r="2.5" fill="#00d8ff"/><path fill="#00d8ff" d="M16 21.706a28.4 28.4 0 0 1-8.88-1.2a11.3 11.3 0 0 1-3.657-1.958A3.54 3.54 0 0 1 2 15.974c0-1.653 1.816-3.273 4.858-4.333A28.8 28.8 0 0 1 16 10.293a28.7 28.7 0 0 1 9.022 1.324a11.4 11.4 0 0 1 3.538 1.866A3.4 3.4 0 0 1 30 15.974c0 1.718-2.03 3.459-5.3 4.541a28.8 28.8 0 0 1-8.7 1.191m0-10.217a28 28 0 0 0-8.749 1.282c-2.8.977-4.055 2.313-4.055 3.2c0 .928 1.349 2.387 4.311 3.4A27.2 27.2 0 0 0 16 20.51a27.6 27.6 0 0 0 8.325-1.13C27.4 18.361 28.8 16.9 28.8 15.974a2.33 2.33 0 0 0-1.01-1.573a10.2 10.2 0 0 0-3.161-1.654A27.5 27.5 0 0 0 16 11.489"/><path fill="#00d8ff" d="M10.32 28.443a2.64 2.64 0 0 1-1.336-.328c-1.432-.826-1.928-3.208-1.327-6.373a28.8 28.8 0 0 1 3.4-8.593a28.7 28.7 0 0 1 5.653-7.154a11.4 11.4 0 0 1 3.384-2.133a3.4 3.4 0 0 1 2.878 0c1.489.858 1.982 3.486 1.287 6.859a28.8 28.8 0 0 1-3.316 8.133a28.4 28.4 0 0 1-5.476 7.093a11.3 11.3 0 0 1-3.523 2.189a4.9 4.9 0 0 1-1.624.307m1.773-14.7a28 28 0 0 0-3.26 8.219c-.553 2.915-.022 4.668.75 5.114c.8.463 2.742.024 5.1-2.036a27.2 27.2 0 0 0 5.227-6.79a27.6 27.6 0 0 0 3.181-7.776c.654-3.175.089-5.119-.713-5.581a2.33 2.33 0 0 0-1.868.089A10.2 10.2 0 0 0 17.5 6.9a27.5 27.5 0 0 0-5.4 6.849Z"/><path fill="#00d8ff" d="M21.677 28.456c-1.355 0-3.076-.82-4.868-2.361a28.8 28.8 0 0 1-5.747-7.237a28.7 28.7 0 0 1-3.374-8.471a11.4 11.4 0 0 1-.158-4A3.4 3.4 0 0 1 8.964 3.9c1.487-.861 4.01.024 6.585 2.31a28.8 28.8 0 0 1 5.39 6.934a28.4 28.4 0 0 1 3.41 8.287a11.3 11.3 0 0 1 .137 4.146a3.54 3.54 0 0 1-1.494 2.555a2.6 2.6 0 0 1-1.315.324m-9.58-10.2a28 28 0 0 0 5.492 6.929c2.249 1.935 4.033 2.351 4.8 1.9c.8-.465 1.39-2.363.782-5.434A27.2 27.2 0 0 0 19.9 13.74a27.6 27.6 0 0 0-5.145-6.64c-2.424-2.152-4.39-2.633-5.191-2.169a2.33 2.33 0 0 0-.855 1.662a10.2 10.2 0 0 0 .153 3.565a27.5 27.5 0 0 0 3.236 8.1Z"/>'},K_={width:32,height:32,body:'<circle cx="16" cy="15.974" r="2.5" fill="#007acc"/><path fill="#007acc" d="M16 21.706a28.4 28.4 0 0 1-8.88-1.2a11.3 11.3 0 0 1-3.657-1.958A3.54 3.54 0 0 1 2 15.974c0-1.653 1.816-3.273 4.858-4.333A28.8 28.8 0 0 1 16 10.293a28.7 28.7 0 0 1 9.022 1.324a11.4 11.4 0 0 1 3.538 1.866A3.4 3.4 0 0 1 30 15.974c0 1.718-2.03 3.459-5.3 4.541a28.8 28.8 0 0 1-8.7 1.191m0-10.217a28 28 0 0 0-8.749 1.282c-2.8.977-4.055 2.313-4.055 3.2c0 .928 1.349 2.387 4.311 3.4A27.2 27.2 0 0 0 16 20.51a27.6 27.6 0 0 0 8.325-1.13C27.4 18.361 28.8 16.9 28.8 15.974a2.33 2.33 0 0 0-1.01-1.573a10.2 10.2 0 0 0-3.161-1.654A27.5 27.5 0 0 0 16 11.489"/><path fill="#007acc" d="M10.32 28.443a2.64 2.64 0 0 1-1.336-.328c-1.432-.826-1.928-3.208-1.327-6.373a28.8 28.8 0 0 1 3.4-8.593a28.7 28.7 0 0 1 5.653-7.154a11.4 11.4 0 0 1 3.384-2.133a3.4 3.4 0 0 1 2.878 0c1.489.858 1.982 3.486 1.287 6.859a28.8 28.8 0 0 1-3.316 8.133a28.4 28.4 0 0 1-5.476 7.093a11.3 11.3 0 0 1-3.523 2.189a4.9 4.9 0 0 1-1.624.307m1.773-14.7a28 28 0 0 0-3.26 8.219c-.553 2.915-.022 4.668.75 5.114c.8.463 2.742.024 5.1-2.036a27.2 27.2 0 0 0 5.227-6.79a27.6 27.6 0 0 0 3.181-7.776c.654-3.175.089-5.119-.713-5.581a2.33 2.33 0 0 0-1.868.089A10.2 10.2 0 0 0 17.5 6.9a27.5 27.5 0 0 0-5.4 6.849Z"/><path fill="#007acc" d="M21.677 28.456c-1.355 0-3.076-.82-4.868-2.361a28.8 28.8 0 0 1-5.747-7.237a28.7 28.7 0 0 1-3.374-8.471a11.4 11.4 0 0 1-.158-4A3.4 3.4 0 0 1 8.964 3.9c1.487-.861 4.01.024 6.585 2.31a28.8 28.8 0 0 1 5.39 6.934a28.4 28.4 0 0 1 3.41 8.287a11.3 11.3 0 0 1 .137 4.146a3.54 3.54 0 0 1-1.494 2.555a2.6 2.6 0 0 1-1.315.324m-9.58-10.2a28 28 0 0 0 5.492 6.929c2.249 1.935 4.033 2.351 4.8 1.9c.8-.465 1.39-2.363.782-5.434A27.2 27.2 0 0 0 19.9 13.74a27.6 27.6 0 0 0-5.145-6.64c-2.424-2.152-4.39-2.633-5.191-2.169a2.33 2.33 0 0 0-.855 1.662a10.2 10.2 0 0 0 .153 3.565a27.5 27.5 0 0 0 3.236 8.1Z"/>'},Y_={width:32,height:32,body:'<defs><linearGradient id="SVGiqgdicjk" x1="-235.957" x2="-235.986" y1="-308.579" y2="-308.527" gradientTransform="matrix(202.935 0 0 -202.78 47910.461 -62541.16)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fb7655"/><stop offset=".41" stop-color="#e42b1e"/><stop offset=".99" stop-color="#900"/><stop offset="1" stop-color="#900"/></linearGradient><linearGradient id="SVGF9aq9cWt" x1="-235.571" x2="-235.697" y1="-309.087" y2="-309.041" gradientTransform="matrix(60.308 0 0 -111.778 14236.351 -34525.395)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#871101"/><stop offset=".99" stop-color="#911209"/><stop offset="1" stop-color="#911209"/></linearGradient><linearGradient id="SVG0HSePCnb" x1="-235.896" x2="-235.937" y1="-313.362" y2="-313.129" gradientTransform="matrix(188.32 0 0 -21.986 44447.302 -6856.882)" href="#SVGF9aq9cWt"/><linearGradient id="SVGvb2glb6k" x1="-233.515" x2="-233.497" y1="-309.082" y2="-309.161" gradientTransform="matrix(65.222 0 0 -97.1 15237.802 -29991.814)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff"/><stop offset=".23" stop-color="#e57252"/><stop offset=".46" stop-color="#de3b20"/><stop offset=".99" stop-color="#a60003"/><stop offset="1" stop-color="#a60003"/></linearGradient><linearGradient id="SVG6loDUcxZ" x1="-235.314" x2="-235.31" y1="-309.534" y2="-309.607" gradientTransform="matrix(105.32 0 0 -106.825 24798.925 -33053.152)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff"/><stop offset=".23" stop-color="#e4714e"/><stop offset=".56" stop-color="#be1a0d"/><stop offset=".99" stop-color="#a80d00"/><stop offset="1" stop-color="#a80d00"/></linearGradient><linearGradient id="SVG6FPKXbvK" x1="-235.882" x2="-235.869" y1="-311.851" y2="-311.935" gradientTransform="matrix(94.321 0 0 -66.418 22271.499 -20707.004)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff"/><stop offset=".18" stop-color="#e46342"/><stop offset=".4" stop-color="#c82410"/><stop offset=".99" stop-color="#a80d00"/><stop offset="1" stop-color="#a80d00"/></linearGradient><linearGradient id="SVGLCWrsbYP" x1="-235.412" x2="-235.333" y1="-321.074" y2="-320.958" gradientTransform="matrix(70.767 0 0 -24.301 16678.116 -7798.647)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff"/><stop offset=".54" stop-color="#c81f11"/><stop offset=".99" stop-color="#bf0905"/><stop offset="1" stop-color="#bf0905"/></linearGradient><linearGradient id="SVGf5jZBbJL" x1="-223.821" x2="-223.796" y1="-310.116" y2="-310.18" gradientTransform="matrix(18.177 0 0 -72.645 4071.017 -22510.233)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff"/><stop offset=".31" stop-color="#de4024"/><stop offset=".99" stop-color="#bf190b"/><stop offset="1" stop-color="#bf190b"/></linearGradient><linearGradient id="SVGQfUwFbKt" x1="-235.561" x2="-235.424" y1="-309.258" y2="-309.116" gradientTransform="matrix(158.162 0 0 -157.937 37256.313 -48819.382)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#bd0012"/><stop offset=".07" stop-color="#fff"/><stop offset=".17" stop-color="#fff"/><stop offset=".27" stop-color="#c82f1c"/><stop offset=".33" stop-color="#820c01"/><stop offset=".46" stop-color="#a31601"/><stop offset=".72" stop-color="#b31301"/><stop offset=".99" stop-color="#e82609"/><stop offset="1" stop-color="#e82609"/></linearGradient><linearGradient id="SVGSsKSoh4f" x1="-235.424" x2="-235.476" y1="-309.143" y2="-309.126" gradientTransform="matrix(127.074 0 0 -97.409 29932.229 -30086.947)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#8c0c01"/><stop offset=".54" stop-color="#990c00"/><stop offset=".99" stop-color="#a80d0e"/><stop offset="1" stop-color="#a80d0e"/></linearGradient><linearGradient id="SVG9U0cHUGc" x1="-235.839" x2="-235.901" y1="-309.604" y2="-309.555" gradientTransform="matrix(94.011 0 0 -105.603 22198.743 -32676.856)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#7e110b"/><stop offset=".99" stop-color="#9e0c00"/><stop offset="1" stop-color="#9e0c00"/></linearGradient><linearGradient id="SVGdb3on5po" x1="-235.854" x2="-235.891" y1="-311.24" y2="-311.202" gradientTransform="matrix(79.702 0 0 -81.791 18827.397 -25447.905)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#79130d"/><stop offset=".99" stop-color="#9e120b"/><stop offset="1" stop-color="#9e120b"/></linearGradient><linearGradient id="SVGkA2IRbug" x1="-231.241" x2="-231.299" y1="-309.435" y2="-309.337" gradientTransform="matrix(40.137 0 0 -81.143 9286.998 -25078.589)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#8b2114"/><stop offset=".43" stop-color="#9e100a"/><stop offset=".99" stop-color="#b3100c"/><stop offset="1" stop-color="#b3100c"/></linearGradient><linearGradient id="SVGLvLZ24gI" x1="-235.898" x2="-235.831" y1="-317.466" y2="-317.537" gradientTransform="matrix(78.099 0 0 -32.624 18447.361 -10353.553)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#b31000"/><stop offset=".44" stop-color="#910f08"/><stop offset=".99" stop-color="#791c12"/><stop offset="1" stop-color="#791c12"/></linearGradient><radialGradient id="SVGfvaUndTF" cx="-235.882" cy="-312.543" r=".076" gradientTransform="matrix(93.113 0 0 -48.655 21986.073 -15193.61)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#a80d00"/><stop offset=".99" stop-color="#7e0e08"/><stop offset="1" stop-color="#7e0e08"/></radialGradient><radialGradient id="SVGv1rGLeXK" cx="-235.282" cy="-309.704" r=".097" gradientTransform="matrix(97.434 0 0 -75.848 22937.057 -23467.84)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#a30c00"/><stop offset=".99" stop-color="#800e08"/><stop offset="1" stop-color="#800e08"/></radialGradient></defs><path fill="url(#SVGiqgdicjk)" d="M23.693 20.469L7.707 29.961l20.7-1.4L30 7.685Z"/><path fill="url(#SVGF9aq9cWt)" d="m28.44 28.542l-1.779-12.279l-4.846 6.4Z"/><path fill="url(#SVG0HSePCnb)" d="M28.464 28.542L15.43 27.519l-7.654 2.415Z"/><path fill="url(#SVGvb2glb6k)" d="M7.794 29.937L11.05 19.27L3.885 20.8Z"/><path fill="url(#SVG6loDUcxZ)" d="m21.813 22.7l-3-11.735L10.243 19Z"/><path fill="url(#SVG6FPKXbvK)" d="m29.32 11.127l-8.1-6.619l-2.257 7.3Z"/><path fill="url(#SVGLCWrsbYP)" d="m25.53 2.148l-4.767 2.634l-3.007-2.67Z"/><path fill="url(#SVGf5jZBbJL)" d="m2 24.38l2-3.642L2.382 16.4Z"/><path fill="#fff" d="m2.274 16.263l1.626 4.61l7.062-1.584l8.062-7.489L21.3 4.569l-3.583-2.53l-6.091 2.28C9.706 6.1 5.982 9.635 5.848 9.7s-2.459 4.464-3.574 6.562Z"/><path fill="url(#SVGQfUwFbKt)" d="M7.981 7.981C12.14 3.858 17.5 1.421 19.559 3.5s-.124 7.121-4.283 11.244s-9.455 6.69-11.511 4.614s.057-7.258 4.216-11.377"/><path fill="url(#SVGSsKSoh4f)" d="m7.794 29.933l3.231-10.7l10.729 3.447c-3.879 3.638-8.194 6.713-13.96 7.254Z"/><path fill="url(#SVG9U0cHUGc)" d="m19.038 11.774l2.754 10.91c3.24-3.407 6.149-7.07 7.573-11.6z"/><path fill="url(#SVGdb3on5po)" d="M29.337 11.139c1.1-3.327 1.357-8.1-3.841-8.985l-4.265 2.355z"/><path fill="#9e1209" d="M2 24.332c.153 5.49 4.114 5.572 5.8 5.62l-3.9-9.1z"/><path fill="url(#SVGfvaUndTF)" d="M19.053 11.791c2.49 1.531 7.509 4.6 7.61 4.661a17.6 17.6 0 0 0 2.619-5.343z"/><path fill="url(#SVGv1rGLeXK)" d="m11.021 19.232l4.319 8.332a28 28 0 0 0 6.385-4.88l-10.7-3.452Z"/><path fill="url(#SVGkA2IRbug)" d="m3.887 20.861l-.612 7.287c1.155 1.577 2.743 1.714 4.409 1.591c-1.205-3-3.614-9-3.8-8.878Z"/><path fill="url(#SVGLvLZ24gI)" d="m21.206 4.528l8.58 1.2c-.458-1.94-1.864-3.192-4.261-3.584l-4.319 2.38Z"/>'},W_={width:32,height:32,body:'<defs><radialGradient id="SVGZmFlvcVj" cx="-492.035" cy="-883.37" r="13.998" gradientTransform="matrix(.866 -.5 -.3 -.52 177.106 -689.033)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#7d7d7d"/><stop offset=".267" stop-color="#7e7c7a"/><stop offset=".45" stop-color="#817871"/><stop offset=".608" stop-color="#867162"/><stop offset=".753" stop-color="#8d684c"/><stop offset=".886" stop-color="#965c30"/><stop offset="1" stop-color="#a04f12"/></radialGradient></defs><path fill="url(#SVGZmFlvcVj)" d="M15.124 5.3a.832.832 0 1 1 .832.832a.83.83 0 0 1-.832-.832M5.2 12.834a.832.832 0 1 1 .832.832a.83.83 0 0 1-.832-.832m19.856.039a.832.832 0 1 1 .832.832a.83.83 0 0 1-.832-.832m-17.451 1.14a.76.76 0 0 0 .386-1l-.369-.835h1.452v6.545h-2.93a10.3 10.3 0 0 1-.332-3.911Zm6.074.161v-1.929h3.458c.179 0 1.261.206 1.261 1.016c0 .672-.83.913-1.513.913ZM8.958 24.561a.832.832 0 1 1 .832.832a.83.83 0 0 1-.832-.832m12.331.039a.832.832 0 1 1 .832.832a.83.83 0 0 1-.832-.832m.257-1.887a.76.76 0 0 0-.9.584l-.418 1.949a10.25 10.25 0 0 1-8.545-.041l-.417-1.949a.76.76 0 0 0-.9-.583l-1.721.37a10 10 0 0 1-.89-1.049h8.374c.095 0 .158-.017.158-.1v-2.966c0-.086-.063-.1-.158-.1h-2.45v-1.881h2.649a1.665 1.665 0 0 1 1.629 1.412c.105.413.336 1.757.494 2.187c.157.483.8 1.447 1.482 1.447h4.323a10 10 0 0 1-.949 1.1Zm4.65-7.821a10.3 10.3 0 0 1 .022 1.779h-1.051c-.105 0-.148.069-.148.172v.483c0 1.136-.641 1.384-1.2 1.447c-.535.06-1.128-.224-1.2-.551a3.62 3.62 0 0 0-1.671-2.808c1.03-.654 2.1-1.619 2.1-2.911A3.29 3.29 0 0 0 21.44 9.8a4.56 4.56 0 0 0-2.2-.724H8.367A10.25 10.25 0 0 1 14.1 5.84l1.282 1.344a.76.76 0 0 0 1.072.026l1.434-1.372a10.25 10.25 0 0 1 7.015 5l-.982 2.217a.76.76 0 0 0 .386 1Zm2.448.036l-.033-.343l1.011-.943a.42.42 0 0 0-.013-.595a.4.4 0 0 0-.121-.081l-1.288-.483l-.1-.334l.806-1.12a.42.42 0 0 0-.13-.581a.4.4 0 0 0-.133-.055l-1.363-.222l-.164-.306l.573-1.257a.42.42 0 0 0-.236-.544a.4.4 0 0 0-.146-.029l-1.383.048l-.224-.264l.318-1.347a.42.42 0 0 0-.343-.487a.4.4 0 0 0-.144 0l-1.348.315l-.266-.219l.049-1.381a.42.42 0 0 0-.431-.411a.4.4 0 0 0-.141.028l-1.257.573l-.306-.164l-.222-1.363a.42.42 0 0 0-.5-.318a.4.4 0 0 0-.133.055l-1.121.806l-.333-.1l-.483-1.293a.42.42 0 0 0-.555-.215a.4.4 0 0 0-.12.08l-.946 1.012l-.343-.033l-.728-1.177a.42.42 0 0 0-.688 0l-.728 1.177l-.343.033l-.943-1.012a.42.42 0 0 0-.595.015a.4.4 0 0 0-.08.12L12.483 3.8l-.333.1l-1.12-.8a.42.42 0 0 0-.581.13a.4.4 0 0 0-.055.133l-.222 1.363l-.306.164l-1.258-.573a.42.42 0 0 0-.544.239a.4.4 0 0 0-.028.144l.048 1.383l-.266.217l-1.347-.316a.42.42 0 0 0-.487.343a.4.4 0 0 0 0 .144L6.3 7.819l-.218.265L4.7 8.036a.422.422 0 0 0-.383.573l.573 1.257l-.164.306l-1.363.222a.42.42 0 0 0-.318.5a.4.4 0 0 0 .055.133l.806 1.12l-.1.334l-1.293.483a.42.42 0 0 0-.215.555a.4.4 0 0 0 .081.121l1.011.943l-.033.343l-1.177.728a.42.42 0 0 0 0 .688l1.177.728l.033.343l-1.011.943a.42.42 0 0 0 .015.595a.4.4 0 0 0 .119.08l1.293.483l.1.334l-.806 1.124a.42.42 0 0 0 .131.581a.4.4 0 0 0 .133.055l1.363.222l.164.307l-.573 1.257a.42.42 0 0 0 .24.545a.4.4 0 0 0 .143.028l1.383-.048l.219.266l-.317 1.348a.42.42 0 0 0 .341.486a.4.4 0 0 0 .146 0l1.345-.319l.266.218l-.049 1.382a.42.42 0 0 0 .429.41a.4.4 0 0 0 .143-.028l1.257-.573l.306.164l.222 1.362a.42.42 0 0 0 .5.319a.4.4 0 0 0 .133-.055l1.12-.807l.334.1l.483 1.292a.42.42 0 0 0 .556.214a.4.4 0 0 0 .119-.08l.943-1.011l.343.034l.728 1.177a.42.42 0 0 0 .588.1a.4.4 0 0 0 .1-.1l.728-1.177l.343-.034l.943 1.011a.42.42 0 0 0 .595-.015a.4.4 0 0 0 .08-.119l.483-1.292l.334-.1l1.12.807a.42.42 0 0 0 .581-.131a.4.4 0 0 0 .055-.133l.222-1.362l.306-.164l1.257.573a.42.42 0 0 0 .544-.239a.4.4 0 0 0 .028-.143l-.048-1.384l.265-.218l1.347.317a.42.42 0 0 0 .487-.34a.5.5 0 0 0 0-.146l-.309-1.346l.218-.266l1.383.048a.42.42 0 0 0 .41-.431a.4.4 0 0 0-.028-.142l-.573-1.257l.164-.307l1.363-.222a.42.42 0 0 0 .319-.5a.4.4 0 0 0-.056-.135l-.806-1.12l.1-.334l1.293-.483a.42.42 0 0 0 .215-.554a.4.4 0 0 0-.081-.121l-1.011-.943l.033-.343l1.177-.728a.42.42 0 0 0 0-.688Z"/>'},X_={width:32,height:32,body:'<path fill="#cd6799" d="M26.11 17.572a5.8 5.8 0 0 0-2.537.588a5.4 5.4 0 0 1-.568-1.314a3.5 3.5 0 0 1-.051-1.1a10 10 0 0 1 .332-1.192c-.005-.051-.061-.292-.624-.3s-1.048.107-1.1.256a6 6 0 0 0-.235.834a19.7 19.7 0 0 1-1.713 3.294a3.2 3.2 0 0 1-.44-2.066a10 10 0 0 1 .332-1.192c-.005-.051-.061-.292-.624-.3s-1.048.107-1.1.256s-.118.5-.235.834s-1.483 3.386-1.841 4.173c-.184.4-.343.726-.455.946a.2.2 0 0 1-.02.041l-.153.292v.005c-.077.138-.159.266-.2.266a1.7 1.7 0 0 1 .01-.869c.2-1.059.69-2.705.685-2.762c0-.031.092-.317-.317-.465a.51.51 0 0 0-.578.1c-.036 0-.061.087-.061.087s.445-1.851-.849-1.851a3.86 3.86 0 0 0-2.475 1.683c-.348.189-1.089.593-1.882 1.028c-.3.169-.614.338-.905.5c-.02-.02-.041-.046-.061-.066C6.87 17.6 3.975 16.416 4.1 14.171c.046-.818.327-2.966 5.559-5.575c4.306-2.122 7.733-1.534 8.326-.23c.849 1.862-1.836 5.319-6.285 5.82a3.35 3.35 0 0 1-2.813-.711c-.235-.256-.271-.271-.358-.22c-.143.077-.051.307 0 .44a2.63 2.63 0 0 0 1.606 1.263a8.55 8.55 0 0 0 5.217-.517c2.7-1.043 4.8-3.943 4.184-6.372c-.619-2.465-4.71-3.278-8.582-1.9a19.5 19.5 0 0 0-6.595 3.783c-2.133 1.995-2.47 3.728-2.332 4.455c.5 2.578 4.051 4.255 5.472 5.5l-.194.107c-.711.353-3.421 1.77-4.1 3.268c-.767 1.7.123 2.915.711 3.079a4.37 4.37 0 0 0 4.71-1.908a4.72 4.72 0 0 0 .423-4.353a.1.1 0 0 0-.02-.031l.557-.327a27 27 0 0 1 1.028-.578a6.7 6.7 0 0 0-.363 1.862a3.9 3.9 0 0 0 .834 2.7a.92.92 0 0 0 .675.22c.6 0 .875-.5 1.176-1.094c.368-.726.7-1.57.7-1.57s-.414 2.281.711 2.281c.409 0 .823-.532 1.008-.8v.005l.031-.051l.066-.107v-.01c.164-.286.532-.936 1.079-2.015c.706-1.391 1.386-3.13 1.386-3.13a9 9 0 0 0 .271 1.13a11 11 0 0 0 .583 1.309c-.164.23-.266.358-.266.358l.005.005c-.133.174-.276.363-.435.547a16 16 0 0 0-1.314 1.647a.447.447 0 0 0 .123.6a1.1 1.1 0 0 0 .685.113a3.2 3.2 0 0 0 1.028-.235a3.5 3.5 0 0 0 .885-.465a1.98 1.98 0 0 0 .849-1.744a3.5 3.5 0 0 0-.322-1.233q.076-.107.148-.215a23 23 0 0 0 1.534-2.649a9 9 0 0 0 .271 1.13a7.6 7.6 0 0 0 .5 1.125a4.86 4.86 0 0 0-1.497 1.922c-.322.931-.072 1.35.4 1.447a1.4 1.4 0 0 0 .747-.153a3.4 3.4 0 0 0 .946-.486a2.13 2.13 0 0 0 1.043-1.729a3.3 3.3 0 0 0-.235-1.023a5.36 5.36 0 0 1 2.716-.312c2.434.286 2.915 1.805 2.823 2.445a1.62 1.62 0 0 1-.772 1.094c-.169.107-.225.143-.21.22c.02.113.1.107.245.087A1.9 1.9 0 0 0 30 20.7c.077-1.5-1.355-3.145-3.887-3.13ZM7.33 23.9c-.808.88-1.933 1.212-2.419.931c-.522-.3-.317-1.6.675-2.532a13 13 0 0 1 1.9-1.417c.118-.072.292-.174.5-.3l.056-.031l.123-.077A3.49 3.49 0 0 1 7.33 23.9m5.881-4c-.281.685-.869 2.44-1.227 2.342c-.307-.082-.5-1.412-.061-2.726a6.2 6.2 0 0 1 .956-1.754c.44-.491.926-.655 1.043-.455a9 9 0 0 1-.711 2.593m4.853 2.322c-.118.061-.23.1-.281.072c-.036-.02.051-.1.051-.1s.609-.655.849-.951c.138-.174.3-.378.476-.609v.066c0 .782-.757 1.309-1.094 1.524Zm3.744-.854c-.087-.061-.072-.266.22-.905a3.4 3.4 0 0 1 .834-1.074a1.5 1.5 0 0 1 .082.471a1.55 1.55 0 0 1-1.135 1.509Z"/>'},J_={width:32,height:32,body:'<path fill="#d9b400" d="M29.4 27.6H2.5V4.5h26.9Zm-25.9-1h24.9V5.5H3.5Z"/><path fill="#d9b400" d="m6.077 19.316l-.555-.832l4.844-3.229l-4.887-4.071l.641-.768l5.915 4.928zM12.7 18.2h7.8v1h-7.8zM2.5 5.5h26.9v1.9H2.5z"/>'},eT={width:32,height:32,body:'<path fill="#ffda44" d="M8.562 15.256A21.2 21.2 0 0 0 16 16.449a21.2 21.2 0 0 0 7.438-1.194c1.864-.727 2.525-1.535 2.525-2V9.7a10.4 10.4 0 0 1-2.084 1.076A22.3 22.3 0 0 1 16 12.078a22.4 22.4 0 0 1-7.879-1.3A10.3 10.3 0 0 1 6.037 9.7v3.55c0 .474.663 1.278 2.525 2.006m0 6.705a15.6 15.6 0 0 0 2.6.741a25 25 0 0 0 4.838.453a25 25 0 0 0 4.838-.452a15.6 15.6 0 0 0 2.6-.741c1.864-.727 2.525-1.535 2.525-2v-3.39a10.7 10.7 0 0 1-1.692.825A23.5 23.5 0 0 1 16 18.74a23.5 23.5 0 0 1-8.271-1.348a11 11 0 0 1-1.692-.825v3.393c0 .466.663 1.271 2.525 2.001M16 30c5.5 0 9.963-1.744 9.963-3.894v-2.837a10.5 10.5 0 0 1-1.535.762l-.157.063A23.5 23.5 0 0 1 16 25.445a23.4 23.4 0 0 1-8.271-1.351l-.157-.063a10.5 10.5 0 0 1-1.535-.762v2.837C6.037 28.256 10.5 30 16 30"/><ellipse cx="16" cy="5.894" fill="#ffda44" rx="9.963" ry="3.894"/>'},tT={width:32,height:32,body:'<path fill="#ff3e00" d="M26.47 5.7a8.973 8.973 0 0 0-11.793-2.454L7.96 7.4a7.46 7.46 0 0 0-3.481 5.009a7.7 7.7 0 0 0 .8 5.058a7.4 7.4 0 0 0-1.151 2.8a7.8 7.8 0 0 0 1.4 6.028a8.977 8.977 0 0 0 11.794 2.458L24.04 24.6a7.47 7.47 0 0 0 3.481-5.009a7.67 7.67 0 0 0-.8-5.062a7.35 7.35 0 0 0 1.152-2.8A7.8 7.8 0 0 0 26.47 5.7"/><path fill="#fff" d="M14.022 26.64A5.41 5.41 0 0 1 8.3 24.581a4.68 4.68 0 0 1-.848-3.625a4 4 0 0 1 .159-.61l.127-.375l.344.238a8.8 8.8 0 0 0 2.628 1.274l.245.073l-.025.237a1.44 1.44 0 0 0 .271.968a1.63 1.63 0 0 0 1.743.636a1.5 1.5 0 0 0 .411-.175l6.7-4.154a1.37 1.37 0 0 0 .633-.909a1.4 1.4 0 0 0-.244-1.091a1.63 1.63 0 0 0-1.726-.622a1.5 1.5 0 0 0-.413.176l-2.572 1.584a5 5 0 0 1-1.364.582a5.415 5.415 0 0 1-5.727-2.06a4.68 4.68 0 0 1-.831-3.628A4.5 4.5 0 0 1 9.9 10.09l6.708-4.154a5 5 0 0 1 1.364-.581A5.41 5.41 0 0 1 23.7 7.414a4.68 4.68 0 0 1 .848 3.625a4 4 0 0 1-.159.61l-.127.375l-.344-.237a8.7 8.7 0 0 0-2.628-1.274l-.245-.074l.025-.237a1.44 1.44 0 0 0-.272-.968a1.63 1.63 0 0 0-1.725-.622a1.5 1.5 0 0 0-.411.176l-6.722 4.14a1.35 1.35 0 0 0-.631.908a1.4 1.4 0 0 0 .244 1.092a1.63 1.63 0 0 0 1.726.621a1.5 1.5 0 0 0 .413-.175l2.562-1.585a4.9 4.9 0 0 1 1.364-.581a5.42 5.42 0 0 1 5.728 2.059a4.68 4.68 0 0 1 .843 3.625a4.5 4.5 0 0 1-2.089 3.013l-6.707 4.154a4.9 4.9 0 0 1-1.364.581"/>'},nT={width:32,height:32,body:'<path fill="#ffb13b" stroke="#000" stroke-width="3.73" d="M7.674 14.488a2.218 2.218 0 1 0 0 3.137h16.652a2.218 2.218 0 1 0 0-3.137Z"/><path fill="#ffb13b" stroke="#000" stroke-width="3.73" d="M11.222 9.06A2.218 2.218 0 1 0 9 11.278l11.778 11.774A2.218 2.218 0 1 0 23 20.834Z"/><path fill="#ffb13b" stroke="#000" stroke-width="3.73" d="M17.568 7.73a2.218 2.218 0 1 0-3.137 0v16.652a2.218 2.218 0 1 0 3.137 0Z"/><path fill="#ffb13b" stroke="#000" stroke-width="3.73" d="M23 11.278a2.218 2.218 0 1 0-2.222-2.218L9 20.834a2.218 2.218 0 1 0 2.218 2.218Z"/><path fill="#ffb13b" d="M7.674 14.488a2.218 2.218 0 1 0 0 3.137h16.652a2.218 2.218 0 1 0 0-3.137Z"/><path fill="#ffb13b" d="M11.222 9.06A2.218 2.218 0 1 0 9 11.278l11.778 11.774A2.218 2.218 0 1 0 23 20.834Z"/><path fill="#ffb13b" d="M17.568 7.73a2.218 2.218 0 1 0-3.137 0v16.652a2.218 2.218 0 1 0 3.137 0Z"/><path fill="#ffb13b" d="M23 11.278a2.218 2.218 0 1 0-2.222-2.218L9 20.834a2.218 2.218 0 1 0 2.218 2.218Z"/><path d="M2 16.056h28v9.894a4.035 4.035 0 0 1-4.106 4.106H6.106A4.035 4.035 0 0 1 2 25.95Z"/><path fill="#fff" d="M6.2 23.045a3.628 3.628 0 1 1 6.2-2.565h-2.13a1.5 1.5 0 1 0-2.57 1.061a1.6 1.6 0 0 0 1.062.441a4.12 4.12 0 0 1 2.566 1.063a3.628 3.628 0 1 1-6.194 2.565h2.13a1.5 1.5 0 1 0 2.566-1.06a1.95 1.95 0 0 0-1.063-.44A4.47 4.47 0 0 1 6.2 23.045m13.451-6.193L17.085 29.24H14.96L12.4 16.852h2.12l1.5 7.255l1.5-7.255Zm3.629 5.131h3.628v3.628a3.628 3.628 0 1 1-7.257 0V20.48a3.628 3.628 0 0 1 7.257 0h-2.125a1.5 1.5 0 1 0-3.005 0v5.13a1.5 1.5 0 0 0 3.005 0v-1.5h-1.5v-2.127Z"/>'},aT={width:32,height:32,body:'<defs><linearGradient id="SVGkG5neddW" x1="-134.494" x2="-134.497" y1="-171.82" y2="-171.89" gradientTransform="matrix(240 0 0 -205.6 32295 -35312.585)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#f88535"/><stop offset="1" stop-color="#fd2221"/></linearGradient></defs><path fill="url(#SVGkG5neddW)" d="M19.422 4.007s6.217 3.554 7.844 9.2c1.466 5.1.292 7.534.292 7.534a8.9 8.9 0 0 1 1.742 2.8a4.83 4.83 0 0 1 .29 4.453s-.1-2.08-3.2-2.511c-2.841-.4-3.874 2.366-9.3 2.232A18.43 18.43 0 0 1 2 19.354C4.651 20.8 8.124 23.045 12.449 22.7s5.228-1.674 5.228-1.674A67 67 0 0 1 4.891 7.643c3.4 2.845 11.822 8.507 11.626 8.363A76 76 0 0 1 8.092 6.24s12.636 10.389 13.653 10.323c.418-.861 2.579-5.318-2.324-12.557Z"/>'},rT={width:32,height:32,body:'<path fill="#44a8b3" d="M9 13.7q1.4-5.6 7-5.6c5.6 0 6.3 4.2 9.1 4.9q2.8.7 4.9-2.1q-1.4 5.6-7 5.6c-5.6 0-6.3-4.2-9.1-4.9q-2.8-.7-4.9 2.1m-7 8.4q1.4-5.6 7-5.6c5.6 0 6.3 4.2 9.1 4.9q2.8.7 4.9-2.1q-1.4 5.6-7 5.6c-5.6 0-6.3-4.2-9.1-4.9q-2.8-.7-4.9 2.1"/>'},lT={width:32,height:32,body:'<path fill="#813cf3" d="m12.042 6.858l8.029 4.59v9.014l-8.029-4.594zM20.5 20.415l7.959-4.575V6.887L20.5 11.429zM3.541 11.01l8.03 4.589V6.59L3.541 2zm8.501 14.4L20.071 30v-9.043l-8.029-4.589z"/>'},iT={width:32,height:32,body:'<path fill="#c2c2c2" d="M22.038 2H6.375a1.755 1.755 0 0 0-1.75 1.75v24.5A1.755 1.755 0 0 0 6.375 30h19.25a1.755 1.755 0 0 0 1.75-1.75V6.856Zm.525 2.844l1.663 1.531h-1.663ZM6.375 28.25V3.75h14.438v4.375h4.813V28.25Z"/><path fill="#829ec2" d="M8.125 15.097h13.076v1.75H8.125zm0 9.342h9.762v1.75H8.125zm0-4.676h15.75v1.75H8.125zm0-9.533h15.75v1.75H8.125z"/>'},sT={width:32,height:32,body:'<path fill="#007acc" d="M23.827 8.243a4.4 4.4 0 0 1 2.223 1.281a6 6 0 0 1 .852 1.143c.011.045-1.534 1.083-2.471 1.662c-.034.023-.169-.124-.322-.35a2.01 2.01 0 0 0-1.67-1c-1.077-.074-1.771.49-1.766 1.433a1.3 1.3 0 0 0 .153.666c.237.49.677.784 2.059 1.383c2.544 1.095 3.636 1.817 4.31 2.843a5.16 5.16 0 0 1 .416 4.333a4.76 4.76 0 0 1-3.932 2.815a11 11 0 0 1-2.708-.028a6.53 6.53 0 0 1-3.616-1.884a6.3 6.3 0 0 1-.926-1.371a3 3 0 0 1 .327-.208c.158-.09.756-.434 1.32-.761l1.024-.6l.214.312a4.8 4.8 0 0 0 1.35 1.292a3.3 3.3 0 0 0 3.458-.175a1.545 1.545 0 0 0 .2-1.974c-.276-.395-.84-.727-2.443-1.422a8.8 8.8 0 0 1-3.349-2.055a4.7 4.7 0 0 1-.976-1.777a7.1 7.1 0 0 1-.062-2.268a4.33 4.33 0 0 1 3.644-3.374a9 9 0 0 1 2.691.084m-8.343 1.483l.011 1.454h-4.63v13.148H7.6V11.183H2.97V9.755a14 14 0 0 1 .04-1.466c.017-.023 2.832-.034 6.245-.028l6.211.017Z"/>'},oT={width:32,height:32,body:'<path fill="#00a23c" d="M23.814 8.2a4.44 4.44 0 0 1 2.229 1.284a6 6 0 0 1 .857 1.146c.011.045-1.538 1.086-2.478 1.666c-.034.023-.17-.124-.323-.351a2.02 2.02 0 0 0-1.675-1.007c-1.08-.074-1.776.492-1.771 1.436a1.3 1.3 0 0 0 .153.668c.237.492.679.786 2.064 1.386c2.551 1.1 3.645 1.822 4.321 2.851a5.17 5.17 0 0 1 .417 4.344a4.78 4.78 0 0 1-3.942 2.823a11 11 0 0 1-2.715-.028a6.55 6.55 0 0 1-3.626-1.889a6.3 6.3 0 0 1-.928-1.375a3 3 0 0 1 .328-.208c.158-.091.758-.435 1.324-.763l1.024-.594l.215.312a4.8 4.8 0 0 0 1.354 1.3a3.31 3.31 0 0 0 3.467-.175a1.55 1.55 0 0 0 .2-1.979c-.277-.4-.843-.729-2.45-1.426a8.8 8.8 0 0 1-3.358-2.06a4.7 4.7 0 0 1-.979-1.782a7.1 7.1 0 0 1-.062-2.274a4.34 4.34 0 0 1 3.654-3.383a9 9 0 0 1 2.7.078m-8.366 1.488l.011 1.458h-4.642v13.181H7.54V11.148H2.9V9.717a14 14 0 0 1 .04-1.471c.017-.023 2.839-.034 6.262-.028l6.227.017Z"/>'},cT={width:32,height:32,body:'<path fill="#e75749" d="M4.5 2.375A2.56 2.56 0 0 1 5.861 2h20.366a2.545 2.545 0 0 1 2.423 1.951a3.4 3.4 0 0 1 .072.862v11.176h-1.573a2 2 0 0 0-.22.022a5 5 0 0 0-.581-.011c-.3.007-.61-.014-.914.014a2.3 2.3 0 0 0-.4-.02h-4.739c-.2 0-.392.008-.587-.01l.1-.065l-6.353-3.813v3.889c-2.213-.005-4.427 0-6.64 0a2 2 0 0 0-.251.021c-.212-.032-.427-.016-.642-.016c-.284.006-.57-.015-.853.015a2 2 0 0 0-.253-.022H3.275c.006-3.635 0-7.27 0-10.9a4.8 4.8 0 0 1 .071-1.131A2.54 2.54 0 0 1 4.5 2.375m.54 2.188a.64.64 0 0 0-.489.606v1.316a.64.64 0 0 0 .627.6h1.309a.64.64 0 0 0 .6-.608c.005-.426 0-.853 0-1.279a.64.64 0 0 0-.329-.575a.7.7 0 0 0-.358-.078H5.264a1 1 0 0 0-.224.018m20.341 0a.64.64 0 0 0-.474.607v1.306a.64.64 0 0 0 .6.608c.436.005.872 0 1.308 0a.64.64 0 0 0 .627-.606c.006-.438 0-.876 0-1.314a.64.64 0 0 0-.594-.621c-.348-.009-.7 0-1.045 0a2 2 0 0 0-.422.024ZM5.042 8.38a.64.64 0 0 0-.452.4a1.1 1.1 0 0 0-.041.386v1.135a.637.637 0 0 0 .6.6c.4.008.795 0 1.192 0a.8.8 0 0 0 .395-.065a.64.64 0 0 0 .36-.574V8.983a.64.64 0 0 0-.6-.624c-.338-.008-.677 0-1.016 0a2.4 2.4 0 0 0-.438.021m20.338 0a.64.64 0 0 0-.433.4a1.1 1.1 0 0 0-.041.387v1.131a.64.64 0 0 0 .608.607c.406.006.812 0 1.218 0a.74.74 0 0 0 .38-.078a.64.64 0 0 0 .335-.558V8.985a.637.637 0 0 0-.593-.622c-.349-.009-.7 0-1.047 0a2 2 0 0 0-.428.022ZM5.041 12.2a.64.64 0 0 0-.491.608c0 .438-.005.877 0 1.315a.64.64 0 0 0 .627.6h1.3a.64.64 0 0 0 .608-.607v-1.307a.64.64 0 0 0-.605-.626c-.348-.007-.7 0-1.045 0a2 2 0 0 0-.394.017m20.335.006a.64.64 0 0 0-.43.394a1.1 1.1 0 0 0-.041.386v1.131a.64.64 0 0 0 .607.608c.435.005.87 0 1.306 0a.64.64 0 0 0 .628-.605c.006-.438 0-.876 0-1.313a.637.637 0 0 0-.592-.622c-.349-.01-.7 0-1.046 0a2 2 0 0 0-.431.015Z"/><path fill="#fff" d="M13.458 12.1q3.176 1.908 6.353 3.813l-.1.065q-3.127 1.872-6.251 3.748V15.99q-.003-1.941-.002-3.89"/><path fill="#c0392b" d="M3.275 15.988h1.541a2 2 0 0 1 .253.022a.65.65 0 0 0-.409.273a.9.9 0 0 0-.111.518v1.045a.686.686 0 0 0 .685.689h1.192a.68.68 0 0 0 .657-.569c.008-.447 0-.9 0-1.343a.63.63 0 0 0-.521-.613a2 2 0 0 1 .251-.021h6.64v3.736q3.127-1.871 6.251-3.748c.2.018.391.007.587.01h4.741a2.3 2.3 0 0 1 .4.02a.64.64 0 0 0-.475.385a1 1 0 0 0-.045.407v1.014a.677.677 0 0 0 .691.719h1.16a.684.684 0 0 0 .686-.658v-.984a1.07 1.07 0 0 0-.1-.589a.64.64 0 0 0-.42-.292a2 2 0 0 1 .22-.022h1.573c.011 1.721 0 3.443 0 5.165v6.293a2.57 2.57 0 0 1-.612 1.651a2.54 2.54 0 0 1-1.563.868a8 8 0 0 1-.981.033H6.724a9 9 0 0 1-1.368-.048a2.56 2.56 0 0 1-2-1.846a2.8 2.8 0 0 1-.09-.746V16.891c.007-.3-.002-.602.009-.903m1.795 3.843a.6.6 0 0 0-.386.234a.76.76 0 0 0-.134.464v1.162a.685.685 0 0 0 .686.658h1.283a.687.687 0 0 0 .568-.716v-1.191a.62.62 0 0 0-.2-.458a.7.7 0 0 0-.487-.17H5.264a1 1 0 0 0-.194.017m20.366 0a.62.62 0 0 0-.522.58v1.222a.676.676 0 0 0 .69.718c.428 0 .857.005 1.285 0a.7.7 0 0 0 .562-.684v-1.013a.9.9 0 0 0-.123-.568a.66.66 0 0 0-.532-.267h-.954a2.3 2.3 0 0 0-.406.011ZM5.071 23.648a.6.6 0 0 0-.4.249a.77.77 0 0 0-.124.448v1.132a.7.7 0 0 0 .6.688h1.376a.687.687 0 0 0 .567-.717v-1.189a.62.62 0 0 0-.2-.459a.7.7 0 0 0-.484-.17H5.265a1 1 0 0 0-.194.018m20.362 0a.62.62 0 0 0-.492.427a1 1 0 0 0-.029.33V25.6a.68.68 0 0 0 .656.567h1.193a.69.69 0 0 0 .686-.719v-1.164a.66.66 0 0 0-.286-.545a1.46 1.46 0 0 0-.787-.11c-.312.01-.629-.02-.94.018Z"/>'},uT={width:32,height:32,body:'<mask id="SVGgudELdDz"><path fill="#fff" d="M40.05 45.7c-.67.85-2.02.38-2.02-.69v-10.3a2.26 2.26 0 0 0-2.27-2.26H24.4a1.13 1.13 0 0 1-.92-1.8l7.48-10.46c1.07-1.5 0-3.58-1.84-3.58H15.34a1.13 1.13 0 0 1-.92-1.79l9.7-13.57c.2-.3.55-.48.92-.48h28.89c.92 0 1.46 1.04.92 1.79l-7.48 10.47a2.26 2.26 0 0 0 1.84 3.58H60.6c.94 0 1.47 1.09.89 1.83z"/></mask><g fill="none"><g mask="url(#SVGgudELdDz)" transform="translate(1 6.8)scale(.393)"><path fill="#9135ff" d="M0 0h62v47H0z"/><g filter="url(#SVGNp06lekD)"><ellipse cx="24.46" cy="37.75" fill="#eee6ff" rx="5.51" ry="14.7" transform="rotate(89.8 24.46 37.75)"/></g><g filter="url(#SVGNp06lekD)"><ellipse cx="4.76" cy="18.96" fill="#eee6ff" rx="10.4" ry="29.85" transform="rotate(89.8 4.76 18.96)"/></g><g filter="url(#SVGQv8P6csY)"><ellipse cx="4.24" cy="17.5" fill="#8900ff" rx="5.51" ry="30.49" transform="rotate(89.8 4.24 17.5)"/></g><g filter="url(#SVGQv8P6csY)"><ellipse cx="8.95" cy="35.5" fill="#8900ff" rx="5.51" ry="30.6" transform="rotate(89.8 8.95 35.5)"/></g><g filter="url(#SVGQv8P6csY)"><ellipse cx="10.48" cy="36.65" fill="#8900ff" rx="5.51" ry="30.6" transform="rotate(89.8 10.48 36.65)"/></g><g filter="url(#SVGNp06lekD)"><ellipse cx="67.34" cy="12.3" fill="#eee6ff" rx="14.07" ry="22.08" transform="rotate(-86.7 67.34 12.3)"/></g><g filter="url(#SVGQv8P6csY)"><ellipse cx="68.44" cy="15.74" fill="#8900ff" rx="3.47" ry="21.5" transform="rotate(-91 68.44 15.74)"/></g><g filter="url(#SVGQv8P6csY)"><ellipse cx="68.44" cy="15.74" fill="#8900ff" rx="3.47" ry="21.5" transform="rotate(-91 68.44 15.74)"/></g><g filter="url(#SVGQv8P6csY)"><ellipse cx="14.59" cy="9.74" fill="#8900ff" rx="4.41" ry="29.11" transform="rotate(39.5 14.6 9.74)"/></g><g filter="url(#SVGQv8P6csY)"><ellipse cx="61.73" cy="-5.32" fill="#8900ff" rx="4.41" ry="29.11" transform="rotate(37.9 61.73 -5.32)"/></g><g filter="url(#SVGQv8P6csY)"><ellipse cx="55.62" cy="7.1" fill="#00c2ff" rx="5.97" ry="9.67" transform="rotate(37.9 55.62 7.1)"/></g><g filter="url(#SVGQv8P6csY)"><ellipse cx="12.33" cy="39.1" fill="#8900ff" rx="4.41" ry="29.11" transform="rotate(37.9 12.33 39.1)"/></g><g filter="url(#SVGQv8P6csY)"><ellipse cx="12.33" cy="39.1" fill="#8900ff" rx="4.41" ry="29.11" transform="rotate(37.9 12.33 39.1)"/></g><g filter="url(#SVGQv8P6csY)"><ellipse cx="49.86" cy="30.68" fill="#8900ff" rx="4.41" ry="29.11" transform="rotate(37.9 49.86 30.68)"/></g><g filter="url(#SVGQv8P6csY)"><ellipse cx="52.62" cy="33.17" fill="#00c2ff" rx="5.97" ry="15.3" transform="rotate(37.9 52.62 33.17)"/></g></g><path fill="#fff" d="M3.72 6.8C.1 11.98.08 20 3.72 25.2h2.45c-3.64-5.2-3.62-13.22 0-18.4zm24.56 0h-2.45c3.62 5.18 3.64 13.2 0 18.4h2.45c3.64-5.2 3.62-13.22 0-18.4"/><defs><filter id="SVGNp06lekD" width="4" height="4" x="-2" y="-2" color-interpolation-filters="sRGB"><feGaussianBlur stdDeviation="7.66"/></filter><filter id="SVGQv8P6csY" width="4" height="4" x="-2" y="-2" color-interpolation-filters="sRGB"><feGaussianBlur stdDeviation="4.6"/></filter></defs></g>'},xT={width:32,height:32,body:'<mask id="SVGTUBgmdJX"><path fill="#fff" d="M36.76 42.97c-.33.6-1.1.76-1.65.36L15.96 29.41a1.2 1.2 0 0 1-.46-.92V11.71c0-.93 1.05-1.46 1.8-.92L29 19.31c1.1.8 2.65.46 3.3-.72l9.71-17.25c.2-.35.58-.57.99-.57h15.57c.87 0 1.41.93.99 1.68z"/></mask><g fill="none"><g mask="url(#SVGTUBgmdJX)" transform="translate(1 6.8)scale(.393)"><path fill="#00ff74" d="M0 0h60v44H0z"/><g filter="url(#SVGQv8P6csY)"><ellipse cx="41.46" cy="10.01" fill="#00d0c7" rx="14.03" ry="3.39" transform="rotate(130.6 41.46 10.01)"/></g><g filter="url(#SVGQv8P6csY)"><ellipse cx="18.43" cy="30.51" fill="#00d0c7" rx="14.03" ry="6.09" transform="rotate(234 18.43 30.5)"/></g><g filter="url(#SVGQv8P6csY)"><ellipse cx="21.94" cy="12.96" fill="#03ff00" rx="6.37" ry="5.55" transform="rotate(23.1 21.94 12.96)"/></g><g filter="url(#SVGQv8P6csY)"><ellipse cx="56.27" cy="16.72" fill="#03ff00" rx="5.61" ry="24.53" transform="rotate(23.1 56.27 16.72)"/></g><g filter="url(#SVGQv8P6csY)"><ellipse cx="51.35" cy="1.06" fill="#6effe1" rx="4.99" ry="10.07" transform="rotate(-45 51.35 1.06)"/></g></g><path fill="#fff" d="M3.72 6.8C.1 11.98.08 20 3.72 25.2h2.45c-3.64-5.2-3.62-13.22 0-18.4zm24.56 0h-2.45c3.62 5.18 3.64 13.2 0 18.4h2.45c3.64-5.2 3.62-13.22 0-18.4"/><defs><filter id="SVGQv8P6csY" width="4" height="4" x="-2" y="-2" color-interpolation-filters="sRGB"><feGaussianBlur stdDeviation="4.6"/></filter></defs></g>'},dT={width:32,height:32,body:'<path fill="#41b883" d="M24.4 3.925H30l-14 24.15L2 3.925h10.71l3.29 5.6l3.22-5.6Z"/><path fill="#41b883" d="m2 3.925l14 24.15l14-24.15h-5.6L16 18.415L7.53 3.925Z"/><path fill="#35495e" d="M7.53 3.925L16 18.485l8.4-14.56h-5.18L16 9.525l-3.29-5.6Z"/>'},fT={width:32,height:32,body:'<path fill="#654ff0" d="M19.153 2.35v.15a3.2 3.2 0 1 1-6.4 0v-.15H2v27.919h27.919V2.35Z"/><path fill="#fff" d="M8.485 17.4h1.85l1.265 6.723h.023L13.14 17.4h1.731l1.371 6.81h.027l1.44-6.81h1.815l-2.358 9.885h-1.837l-1.36-6.728h-.036l-1.456 6.728h-1.87Zm13.124 0h2.917l2.9 9.885h-1.911l-.63-2.2h-3.323l-.486 2.2h-1.859Zm1.11 2.437l-.807 3.627h2.512l-.924-3.632Z"/>'},hT={width:32,height:32,body:'<path fill="#f1662a" d="m20.42 21.157l2.211 2.211L30 16l-7.369-7.369l-2.211 2.212L25.58 16Zm-8.84-10.314L9.369 8.631L2 16l7.369 7.369l2.211-2.211L6.42 16Zm5.831-3.166l1.6.437l-4.42 16.209l-1.6-.437z"/>'},pT={width:32,height:32,body:'<path fill="#ffe885" d="M2 12.218c.755 0 1.51-.008 2.264 0l.053.038l2.761 2.758c.891-.906 1.8-1.794 2.7-2.7c.053-.052.11-.113.192-.1h1.823a1.4 1.4 0 0 1 .353.019c-.7.67-1.377 1.369-2.069 2.05L5.545 18.8c-.331.324-.648.663-.989.975c-.754.022-1.511.007-2.266.007c1.223-1.209 2.431-2.433 3.658-3.637c-1.321-1.304-2.63-2.62-3.948-3.927m10.7 0h1.839v7.566c-.611 0-1.222.012-1.832-.008v-4.994c-1.6 1.607-3.209 3.2-4.811 4.8c-.089.08-.166.217-.305.194c-.824-.006-1.649 0-2.474 0Q8.916 16 12.7 12.218m2.258.002c.47-.009.939 0 1.409 0c.836.853 1.69 1.689 2.536 2.532q1.268-1.267 2.539-2.532h1.4q-.008 3.784 0 7.567c-.471 0-.943.006-1.414 0q.008-2.387 0-4.773c-.844.843-1.676 1.7-2.526 2.536c-.856-.835-1.687-1.695-2.532-2.541c0 1.594-.006 3.188.006 4.781c-.472 0-.943.005-1.415 0q-.003-3.79-.003-7.57m8.301-.003c.472 0 .944-.007 1.416 0q-.007 3.083 0 6.166h3.782c.063.006.144-.012.191.045c.448.454.907.9 1.353 1.354q-3.371.007-6.741 0q.007-3.782-.001-7.565"/>'},mT={width:32,height:32,body:'<path fill="#2188b6" d="M28.208 24.409a10.5 10.5 0 0 0-3.959 1.822a23.7 23.7 0 0 1-5.835 2.642a1.63 1.63 0 0 1-.983.55a62 62 0 0 1-6.447.577c-1.163.009-1.876-.3-2.074-.776a1.573 1.573 0 0 1 .866-2.074a4 4 0 0 1-.514-.379c-.171-.171-.352-.514-.406-.388c-.225.55-.343 1.894-.947 2.5c-.83.839-2.4.559-3.328.072c-1.019-.541.072-1.813.072-1.813a.73.73 0 0 1-.992-.343a4.85 4.85 0 0 1-.667-2.949a5.37 5.37 0 0 1 1.749-2.895a9.3 9.3 0 0 1 .658-4.4a10.45 10.45 0 0 1 3.165-3.661S6.628 10.747 7.35 8.817c.469-1.262.658-1.253.812-1.308a3.6 3.6 0 0 0 1.452-.857a5.27 5.27 0 0 1 4.41-1.7S15.2 1.4 16.277 2.09a18.4 18.4 0 0 1 1.533 2.886s1.281-.748 1.425-.469a11.33 11.33 0 0 1 .523 6.132a14 14 0 0 1-2.6 5.411c-.135.225 1.551.938 2.615 3.887c.983 2.7.108 4.96.262 5.212c.027.045.036.063.036.063s1.127.09 3.391-1.308a8.5 8.5 0 0 1 4.277-1.604a1.081 1.081 0 0 1 .469 2.11Z"/>'},gT={width:32,height:32,body:'<defs><linearGradient id="SVGXr4mrHrF" x1="17.65" x2="21.099" y1="26.056" y2="26.056" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#4d4d4d"/><stop offset=".5" stop-color="#fff"/><stop offset="1" stop-color="#4d4d4d"/></linearGradient><linearGradient id="SVG5oyStdai" x1="17.65" x2="21.099" y1="23.756" y2="23.756" href="#SVGXr4mrHrF"/><linearGradient id="SVG9QsNwcZU" x1="17.65" x2="21.099" y1="21.456" y2="21.456" href="#SVGXr4mrHrF"/><linearGradient id="SVG1kIgneZE" x1="17.65" x2="21.099" y1="19.156" y2="19.156" href="#SVGXr4mrHrF"/><linearGradient id="SVGp2oQjdFa" x1="17.65" x2="21.099" y1="16.857" y2="16.857" href="#SVGXr4mrHrF"/><linearGradient id="SVGAFV8AN5B" x1="17.65" x2="21.099" y1="14.557" y2="14.557" href="#SVGXr4mrHrF"/><linearGradient id="SVGRkU6lbfc" x1="17.65" x2="21.099" y1="12.257" y2="12.257" href="#SVGXr4mrHrF"/><linearGradient id="SVGWUBOGcFP" x1="17.65" x2="21.099" y1="9.957" y2="9.957" href="#SVGXr4mrHrF"/><linearGradient id="SVGFcdVfdXh" x1="17.65" x2="21.099" y1="7.657" y2="7.657" href="#SVGXr4mrHrF"/><linearGradient id="SVGLioYKc8j" x1="16.237" x2="19.686" y1="27.217" y2="27.217" href="#SVGXr4mrHrF"/><linearGradient id="SVGIx7REdei" x1="16.237" x2="19.686" y1="24.918" y2="24.918" href="#SVGXr4mrHrF"/><linearGradient id="SVGownHpeLf" x1="16.237" x2="19.686" y1="22.618" y2="22.618" href="#SVGXr4mrHrF"/><linearGradient id="SVGZ4gzmcVN" x1="16.237" x2="19.686" y1="20.318" y2="20.318" href="#SVGXr4mrHrF"/><linearGradient id="SVGhAblbd0u" x1="16.237" x2="19.686" y1="18.018" y2="18.018" href="#SVGXr4mrHrF"/><linearGradient id="SVGBzD5PbgA" x1="17.65" x2="21.099" y1="28.356" y2="28.356" href="#SVGXr4mrHrF"/><linearGradient id="SVGcXb6lbYS" x1="16.237" x2="19.686" y1="15.718" y2="15.718" href="#SVGXr4mrHrF"/><linearGradient id="SVGKF6nobvx" x1="16.237" x2="19.686" y1="13.419" y2="13.419" href="#SVGXr4mrHrF"/><linearGradient id="SVGrU8zSORM" x1="16.237" x2="19.686" y1="11.119" y2="11.119" href="#SVGXr4mrHrF"/><linearGradient id="SVGuFw9gbIu" x1="16.237" x2="19.686" y1="8.819" y2="8.819" href="#SVGXr4mrHrF"/><linearGradient id="SVGXh7zWblD" x1="16.237" x2="19.686" y1="29.514" y2="29.514" href="#SVGXr4mrHrF"/><linearGradient id="SVGmzaoUw6y" x1="16.985" x2="20.446" y1="11.196" y2="11.196" href="#SVGXr4mrHrF"/><linearGradient id="SVGkZYaOeHC" x1="18.096" x2="19.336" y1="5.329" y2="5.329" href="#SVGXr4mrHrF"/><linearGradient id="SVGVKO9QdOI" x1="16.029" x2="21.403" y1="5.591" y2="5.591" href="#SVGXr4mrHrF"/></defs><path fill="#c09553" d="M27.667 27.667V17.333L23 15V2H4.333v28h23.334Zm-4.667 0v-9.111l2.333 1.222v7.889Z"/><path fill="url(#SVGXr4mrHrF)" d="M17.65 25.559h3.45v.993h-3.45z"/><path fill="url(#SVG5oyStdai)" d="M17.65 23.26h3.45v.993h-3.45z"/><path fill="url(#SVG9QsNwcZU)" d="M17.65 20.96h3.45v.993h-3.45z"/><path fill="url(#SVG1kIgneZE)" d="M17.65 18.66h3.45v.993h-3.45z"/><path fill="url(#SVGp2oQjdFa)" d="M17.65 16.36h3.45v.993h-3.45z"/><path fill="url(#SVGAFV8AN5B)" d="M17.65 14.06h3.45v.993h-3.45z"/><path fill="url(#SVGRkU6lbfc)" d="M17.65 11.76h3.45v.993h-3.45z"/><path fill="url(#SVGWUBOGcFP)" d="M17.65 9.461h3.45v.993h-3.45z"/><path fill="url(#SVGFcdVfdXh)" d="M17.65 7.161h3.45v.993h-3.45z"/><path fill="url(#SVGLioYKc8j)" d="M16.237 26.721h3.45v.993h-3.45z"/><path fill="url(#SVGIx7REdei)" d="M16.237 24.421h3.45v.993h-3.45z"/><path fill="url(#SVGownHpeLf)" d="M16.237 22.121h3.45v.993h-3.45z"/><path fill="url(#SVGZ4gzmcVN)" d="M16.237 19.821h3.45v.993h-3.45z"/><path fill="url(#SVGhAblbd0u)" d="M16.237 17.522h3.45v.993h-3.45z"/><path fill="url(#SVGBzD5PbgA)" d="M17.65 27.859h3.45v.993h-3.45z"/><path fill="url(#SVGcXb6lbYS)" d="M16.237 15.222h3.45v.993h-3.45z"/><path fill="url(#SVGKF6nobvx)" d="M16.237 12.922h3.45v.993h-3.45z"/><path fill="url(#SVGrU8zSORM)" d="M16.237 10.622h3.45v.993h-3.45z"/><path fill="url(#SVGuFw9gbIu)" d="M16.237 8.322h3.45v.993h-3.45z"/><path fill="url(#SVGXh7zWblD)" d="M16.237 29.018h3.45v.993h-3.45z"/><path fill="url(#SVGmzaoUw6y)" d="M20.1 5.911a.554.554 0 0 0-.548-.53h-.009v.557h.092l.206 2.514h-2.252l.211-2.514h.094v-.557h-.044a.55.55 0 0 0-.547.53l-.314 10.569a.513.513 0 0 0 .515.531h2.432a.51.51 0 0 0 .513-.531Zm-1.384 10.5a1.171 1.171 0 1 1 1.171-1.171a1.17 1.17 0 0 1-1.171 1.168Z"/><path fill="url(#SVGkZYaOeHC)" d="M18.096 3.802h1.24v3.054h-1.24z"/><path fill="url(#SVGVKO9QdOI)" d="M21.4 4.56a2.55 2.55 0 0 0-2.549-2.549h-.276a2.55 2.55 0 0 0-2.436 3.3v.006a8 8 0 0 1 .261 2.561a1.8 1.8 0 0 0 .641 1.271l.109-3.441a.593.593 0 0 1 .6-.551h.135v-1.57h1.653v1.57h.1a.6.6 0 0 1 .605.551l.121 3.462a1.8 1.8 0 0 0 .666-1.292V7.72a7.7 7.7 0 0 1 .236-2.359a2.5 2.5 0 0 0 .134-.801"/>'},ET={width:32,height:32,body:'<path fill="#a0bf55" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><path fill="#fff" d="M27.773 31.076a2.517 2.517 0 0 1-1.848-4.229l-1.67-2.54a4.23 4.23 0 0 1-3.847-.05l-1.662 1.77a2.161 2.161 0 1 1-1.105-.983l1.593-1.7a4.23 4.23 0 0 1-1.1-2.854a4 4 0 0 1 .021-.412l-3.8-1.166a2.517 2.517 0 1 1 .558-1.579c0 .067 0 .134-.009.2l3.646 1.119a4.23 4.23 0 0 1 3.092-2.349v-2.381a2.068 2.068 0 1 1 1.479 0v2.386A4.24 4.24 0 0 1 25.6 17.72l1.928-1.162a2 2 0 0 1-.015-.226a1.807 1.807 0 1 1 1.808 1.808a1.8 1.8 0 0 1-1.023-.319l-1.938 1.171a4.2 4.2 0 0 1 .275 1.5v.036l1.057.183a1.806 1.806 0 1 1-.34 1.443l-.987-.172a4.3 4.3 0 0 1-.91 1.448l1.752 2.67a2.519 2.519 0 1 1 .566 4.973Z"/><path fill="#486600" d="M29.122 20.129a1.68 1.68 0 0 0-1.379.721l-1.24-.215v-.14a4.1 4.1 0 0 0-.306-1.556l2.1-1.267a1.684 1.684 0 1 0-.64-1.05l-2.09 1.261A4.13 4.13 0 0 0 23 16.415v-2.58a1.943 1.943 0 1 0-1.23 0v2.58a4.14 4.14 0 0 0-3.149 2.394l-3.848-1.182a2.395 2.395 0 1 0-.461 1.145l3.979 1.222a4.1 4.1 0 0 0 1.119 3.355l-1.733 1.845a2.04 2.04 0 1 0 .921.816l1.786-1.91a4.11 4.11 0 0 0 3.915.043l1.787 2.717a2.391 2.391 0 1 0 1.066-.616l-1.861-2.83a4.1 4.1 0 0 0 .989-1.573l1.178.2a1.682 1.682 0 1 0 1.665-1.919Z"/>'},yT={width:32,height:32,body:'<path fill="#bfdb7b" d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z"/><path fill="#bfdb7b" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="#fff" d="M27.773 31.076a2.517 2.517 0 0 1-1.848-4.229l-1.67-2.54a4.23 4.23 0 0 1-3.847-.05l-1.662 1.77a2.161 2.161 0 1 1-1.105-.983l1.593-1.7a4.23 4.23 0 0 1-1.1-2.854a4 4 0 0 1 .021-.412l-3.8-1.166a2.517 2.517 0 1 1 .558-1.579c0 .067 0 .134-.009.2l3.646 1.119a4.23 4.23 0 0 1 3.092-2.349v-2.381a2.068 2.068 0 1 1 1.479 0v2.386A4.24 4.24 0 0 1 25.6 17.72l1.928-1.162a2 2 0 0 1-.015-.226a1.807 1.807 0 1 1 1.808 1.808a1.8 1.8 0 0 1-1.023-.319l-1.938 1.171a4.2 4.2 0 0 1 .275 1.5v.036l1.057.183a1.806 1.806 0 1 1-.34 1.443l-.987-.172a4.3 4.3 0 0 1-.91 1.448l1.752 2.67a2.519 2.519 0 1 1 .566 4.973Z"/><path fill="#486600" d="M29.122 20.129a1.68 1.68 0 0 0-1.379.721l-1.24-.215v-.14a4.1 4.1 0 0 0-.306-1.556l2.1-1.267a1.684 1.684 0 1 0-.64-1.05l-2.09 1.261A4.13 4.13 0 0 0 23 16.415v-2.58a1.943 1.943 0 1 0-1.23 0v2.58a4.14 4.14 0 0 0-3.149 2.394l-3.848-1.182a2.395 2.395 0 1 0-.461 1.145l3.979 1.222a4.1 4.1 0 0 0 1.119 3.355l-1.733 1.845a2.04 2.04 0 1 0 .921.816l1.786-1.91a4.11 4.11 0 0 0 3.915.043l1.787 2.717a2.391 2.391 0 1 0 1.066-.616l-1.861-2.83a4.1 4.1 0 0 0 .989-1.573l1.178.2a1.682 1.682 0 1 0 1.665-1.919Z"/>'},bT={width:32,height:32,body:'<path fill="#14622a" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><path fill="#7bdbab" d="M10 12.983v18.034h21V12.983Zm20.219 17.253H10.781V15.247h19.438Z"/><path fill="#7bdbab" d="M19.981 17.138c.352-.022.768-.15 1.071.107c.277.255.264.669.352 1.009a7 7 0 0 1 1.234.393c.26-.229.486-.564.856-.6c.329-.023.567.235.8.425a3 3 0 0 1 .685.679c.168.445-.2.822-.422 1.158a8 8 0 0 1 .55 1.1c.431.027 1.038-.07 1.241.425a5.1 5.1 0 0 1 .142 1.492c-.11.531-.743.551-1.174.646c-.072.393-.235.76-.342 1.143c.117.336.533.5.612.872c.085.405-.275.693-.5.981c-.216.228-.39.56-.727.621c-.438.079-.754-.295-1.109-.479a6.3 6.3 0 0 1-1.1.564c-.031.452.082 1.117-.452 1.316a5 5 0 0 1-1.518.117c-.525-.168-.494-.8-.612-1.242c-.39-.072-.748-.256-1.134-.329c-.352.249-.639.759-1.141.631a3.6 3.6 0 0 1-.851-.627c-.207-.186-.481-.38-.47-.69c-.021-.412.392-.666.47-1.04c-.14-.338-.352-.643-.486-.988c-.366-.033-.784.065-1.1-.16c-.295-.2-.278-.6-.321-.91a3 3 0 0 1 .012-.97c.207-.438.759-.416 1.161-.531a6.5 6.5 0 0 1 .352-1.174c-.235-.276-.574-.5-.655-.878c-.046-.345.235-.6.432-.849a2.7 2.7 0 0 1 .7-.7c.44-.146.794.22 1.134.433a6 6 0 0 1 1.157-.587c.093-.375-.053-.845.269-1.128c.233-.239.585-.19.884-.23m.117 3.828a2.144 2.144 0 1 0 1.908.566a2.14 2.14 0 0 0-1.908-.566"/>'},vT={width:32,height:32,body:'<path fill="#0b822c" d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z"/><path fill="#0b822c" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="#7bdbab" d="M10 12.983v18.034h21V12.983Zm20.219 17.253H10.781V15.247h19.438Z"/><path fill="#7bdbab" d="M19.981 17.138c.352-.022.768-.15 1.071.107c.277.255.264.669.352 1.009a7 7 0 0 1 1.234.393c.26-.229.486-.564.856-.6c.329-.023.567.235.8.425a3 3 0 0 1 .685.679c.168.445-.2.822-.422 1.158a8 8 0 0 1 .55 1.1c.431.027 1.038-.07 1.241.425a5.1 5.1 0 0 1 .142 1.492c-.11.531-.743.551-1.174.646c-.072.393-.235.76-.342 1.143c.117.336.533.5.612.872c.085.405-.275.693-.5.981c-.216.228-.39.56-.727.621c-.438.079-.754-.295-1.109-.479a6.3 6.3 0 0 1-1.1.564c-.031.452.082 1.117-.452 1.316a5 5 0 0 1-1.518.117c-.525-.168-.494-.8-.612-1.242c-.39-.072-.748-.256-1.134-.329c-.352.249-.639.759-1.141.631a3.6 3.6 0 0 1-.851-.627c-.207-.186-.481-.38-.47-.69c-.021-.412.392-.666.47-1.04c-.14-.338-.352-.643-.486-.988c-.366-.033-.784.065-1.1-.16c-.295-.2-.278-.6-.321-.91a3 3 0 0 1 .012-.97c.207-.438.759-.416 1.161-.531a6.5 6.5 0 0 1 .352-1.174c-.235-.276-.574-.5-.655-.878c-.046-.345.235-.6.432-.849a2.7 2.7 0 0 1 .7-.7c.44-.146.794.22 1.134.433a6 6 0 0 1 1.157-.587c.093-.375-.053-.845.269-1.128c.233-.239.585-.19.884-.23m.117 3.828a2.144 2.144 0 1 0 1.908.566a2.14 2.14 0 0 0-1.908-.566"/>'},CT={width:32,height:32,body:'<path fill="#ba5656" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><rect width="21" height="21" x="10" y="10" fill="#414141" rx="2.761" ry="2.761"/><path fill="#c2c2c2" d="M13.937 11.925h13.125a2.013 2.013 0 0 1 2.013 2.013v13.125a2.01 2.01 0 0 1-2.012 2.012H13.937a2.013 2.013 0 0 1-2.013-2.013V13.938a2.013 2.013 0 0 1 2.013-2.013"/><path fill="#414141" d="M13.937 13.325h13.126a.61.61 0 0 1 .612.612v13.126a.613.613 0 0 1-.613.613H13.938a.613.613 0 0 1-.613-.613V13.937a.61.61 0 0 1 .612-.612"/><path fill="#c2c2c2" d="M25.754 21.2h-1.1a4.2 4.2 0 0 1-.741 1.769l.78.78a.7.7 0 1 1-.99.99l-.786-.786a4.2 4.2 0 0 1-1.761.712v1.129a.7.7 0 0 1-1.4 0v-1.141a4.2 4.2 0 0 1-1.728-.735l-.82.82a.7.7 0 1 1-.99-.99l.826-.826a4.2 4.2 0 0 1-.707-1.723h-1.171a.7.7 0 1 1 0-1.4h1.174a4.2 4.2 0 0 1 .707-1.722l-.826-.826a.7.7 0 1 1 .99-.99l.819.82a4.2 4.2 0 0 1 1.729-.735v-1.14a.7.7 0 0 1 1.4 0v1.129a4.2 4.2 0 0 1 1.762.713l.786-.787a.7.7 0 0 1 .99.99l-.781.781a4.2 4.2 0 0 1 .741 1.768h1.1a.7.7 0 0 1 0 1.4Z"/><circle cx="20.5" cy="20.5" r="2.822" fill="#414141"/><circle cx="20.5" cy="20.5" r="1.121" fill="#c2c2c2"/>'},kT={width:32,height:32,body:'<path fill="#d87c7c" d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z"/><path fill="#d87c7c" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><rect width="21" height="21" x="10" y="10" fill="#414141" rx="2.761" ry="2.761"/><path fill="#c2c2c2" d="M13.937 11.925h13.125a2.013 2.013 0 0 1 2.013 2.013v13.125a2.01 2.01 0 0 1-2.012 2.012H13.937a2.013 2.013 0 0 1-2.013-2.013V13.938a2.013 2.013 0 0 1 2.013-2.013"/><path fill="#414141" d="M13.937 13.325h13.126a.61.61 0 0 1 .612.612v13.126a.613.613 0 0 1-.613.613H13.938a.613.613 0 0 1-.613-.613V13.937a.61.61 0 0 1 .612-.612"/><path fill="#c2c2c2" d="M25.754 21.2h-1.1a4.2 4.2 0 0 1-.741 1.769l.78.78a.7.7 0 1 1-.99.99l-.786-.786a4.2 4.2 0 0 1-1.761.712v1.129a.7.7 0 0 1-1.4 0v-1.141a4.2 4.2 0 0 1-1.728-.735l-.82.82a.7.7 0 1 1-.99-.99l.826-.826a4.2 4.2 0 0 1-.707-1.723h-1.171a.7.7 0 1 1 0-1.4h1.174a4.2 4.2 0 0 1 .707-1.722l-.826-.826a.7.7 0 1 1 .99-.99l.819.82a4.2 4.2 0 0 1 1.729-.735v-1.14a.7.7 0 0 1 1.4 0v1.129a4.2 4.2 0 0 1 1.762.713l.786-.787a.7.7 0 0 1 .99.99l-.781.781a4.2 4.2 0 0 1 .741 1.768h1.1a.7.7 0 0 1 0 1.4Z"/><circle cx="20.5" cy="20.5" r="2.822" fill="#414141"/><circle cx="20.5" cy="20.5" r="1.121" fill="#c2c2c2"/>'},AT={width:32,height:32,body:'<path fill="#5555bf" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><path fill="#00007f" d="M21.422 13a.68.68 0 0 0-.427.174l-5.7 4.74a.87.87 0 0 1-.716.246h-3.673a.9.9 0 0 0-.906.894s0 .008 0 .012v5.87a.9.9 0 0 0 .9.9h3.68a.87.87 0 0 1 .716.246l5.7 4.74c.391.325.811.168.811-.217V13.391a.37.37 0 0 0-.354-.391Zm7.328 1.725l-1.343 1.345a11.03 11.03 0 0 1 0 11.883l1.339 1.332a12.89 12.89 0 0 0 .004-14.561Zm-3.25 3.241L24.179 19.3a4.53 4.53 0 0 1 0 5.428l1.321 1.316a6.416 6.416 0 0 0 .008-8.077Z"/>'},BT={width:32,height:32,body:'<path fill="#7b7bdb" d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z"/><path fill="#7b7bdb" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="#00007f" d="M21.422 13a.68.68 0 0 0-.427.174l-5.7 4.74a.87.87 0 0 1-.716.246h-3.673a.9.9 0 0 0-.906.894s0 .008 0 .012v5.87a.9.9 0 0 0 .9.9h3.68a.87.87 0 0 1 .716.246l5.7 4.74c.391.325.811.168.811-.217V13.391a.37.37 0 0 0-.354-.391Zm7.328 1.725l-1.343 1.345a11.03 11.03 0 0 1 0 11.883l1.339 1.332a12.89 12.89 0 0 0 .004-14.561Zm-3.25 3.241L24.179 19.3a4.53 4.53 0 0 1 0 5.428l1.321 1.316a6.416 6.416 0 0 0 .008-8.077Z"/>'},wT={width:32,height:32,body:'<path fill="#c1539a" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><path fill="#fff" d="M10.454 16.071H27.03v11.101H10.454z"/><path fill="#eec06e" d="M26.944 15.6H10.557a.55.55 0 0 0-.557.54v11.811a.55.55 0 0 0 .557.54h6.275v.834s.02.749-.476.9c-.1.032-.429.1-.429.1a.338.338 0 1 0 0 .676h5.667a.338.338 0 1 0 0-.676a3 3 0 0 1-.469-.107a.79.79 0 0 1-.421-.639c-.029-.274-.014-1.09-.014-1.09h6.255a.55.55 0 0 0 .557-.54V16.136a.55.55 0 0 0-.558-.536m-.292 10.34h-15.8v-9.489h15.8Z"/><path fill="#fff" d="M18.54 22.132h10.688v8.848H18.54z"/><path fill="#f16d6f" d="M29.491 28.92v-6.811a.35.35 0 0 0-.357-.346h-10.67a.35.35 0 0 0-.356.346v6.806l-1.364 1.54c0 .22.172.527.383.527h13.345c.212 0 .384-.307.384-.527Zm-4.956 1.88h-1.471c-.126 0-.227-.217-.227-.327v-.012h1.922v.012c.003.11-.099.327-.224.327m4.385-2.323H18.68v-6.126h10.24Z"/><path fill="#fff" d="M23.926 21.534h6.795v9.223h-6.795z"/><path fill="#489cd6" d="M30.5 21.231h-6.261a.45.45 0 0 0-.458.444v8.886a.45.45 0 0 0 .458.443H30.5a.45.45 0 0 0 .458-.443v-8.887a.45.45 0 0 0-.458-.443m-3.131 9.527a.343.343 0 1 1 .343-.343a.343.343 0 0 1-.341.342Zm3.047-.919h-6.093v-8.046h6.095Z"/><path fill="#fff" d="M27.911 25.169h2.946v5.735h-2.946z"/><path fill="#d488b9" d="M30.726 25.127h-2.667a.27.27 0 0 0-.274.266v5.325a.27.27 0 0 0 .274.266h2.667a.27.27 0 0 0 .274-.266v-5.325a.27.27 0 0 0-.274-.266m-1.642.123h.616v.091h-.617Zm.309 5.585a.206.206 0 1 1 .205-.206a.206.206 0 0 1-.206.207Zm1.333-.586H28.06v-4.736h2.665Z"/>'},DT={width:32,height:32,body:'<path fill="#dd7ab9" d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z"/><path fill="#dd7ab9" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="#fff" d="M10.454 16.071H27.03v11.101H10.454z"/><path fill="#eec06e" d="M26.944 15.6H10.557a.55.55 0 0 0-.557.54v11.811a.55.55 0 0 0 .557.54h6.275v.834s.02.749-.476.9c-.1.032-.429.1-.429.1a.338.338 0 1 0 0 .676h5.667a.338.338 0 1 0 0-.676a3 3 0 0 1-.469-.107a.79.79 0 0 1-.421-.639c-.029-.274-.014-1.09-.014-1.09h6.255a.55.55 0 0 0 .557-.54V16.136a.55.55 0 0 0-.558-.536m-.292 10.34h-15.8v-9.489h15.8Z"/><path fill="#fff" d="M18.54 22.132h10.688v8.848H18.54z"/><path fill="#f16d6f" d="M29.491 28.92v-6.811a.35.35 0 0 0-.357-.346h-10.67a.35.35 0 0 0-.356.346v6.806l-1.364 1.54c0 .22.172.527.383.527h13.345c.212 0 .384-.307.384-.527Zm-4.956 1.88h-1.471c-.126 0-.227-.217-.227-.327v-.012h1.922v.012c.003.11-.099.327-.224.327m4.385-2.323H18.68v-6.126h10.24Z"/><path fill="#fff" d="M23.926 21.534h6.795v9.223h-6.795z"/><path fill="#489cd6" d="M30.5 21.231h-6.261a.45.45 0 0 0-.458.444v8.886a.45.45 0 0 0 .458.443H30.5a.45.45 0 0 0 .458-.443v-8.887a.45.45 0 0 0-.458-.443m-3.131 9.527a.343.343 0 1 1 .343-.343a.343.343 0 0 1-.341.342Zm3.047-.919h-6.093v-8.046h6.095Z"/><path fill="#fff" d="M27.911 25.169h2.946v5.735h-2.946z"/><path fill="#d488b9" d="M30.726 25.127h-2.667a.27.27 0 0 0-.274.266v5.325a.27.27 0 0 0 .274.266h2.667a.27.27 0 0 0 .274-.266v-5.325a.27.27 0 0 0-.274-.266m-1.642.123h.616v.091h-.617Zm.309 5.585a.206.206 0 1 1 .205-.206a.206.206 0 0 1-.206.207Zm1.333-.586H28.06v-4.736h2.665Z"/>'},FT={width:32,height:32,body:'<path fill="#c09553" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><path fill="#f1c40f" d="M31 17.672v-.009l-2.43-1.941a1 1 0 0 1-.085-.149a2.15 2.15 0 0 0-.642-.732a3.2 3.2 0 0 0-.973-.476l-1.12-.894c-.8-.637-1.6-1.279-2.4-1.914c-.057-.041-.078-.122-.113-.186a2.15 2.15 0 0 0-.642-.732A3.53 3.53 0 0 0 20.618 10H20.4a3.54 3.54 0 0 0-1.984.629a2.2 2.2 0 0 0-.639.711c-.033.059-.056.126-.093.182a1 1 0 0 1-.134.112l-2.3 1.833l-1.122.9a3.2 3.2 0 0 0-.959.468a2.2 2.2 0 0 0-.639.711c-.03.053-.053.113-.084.165L10 17.662v.007l5.251 4.193v.009l5.249 4.193l5.249-4.19v-.012Zm-2.692 1.006a2.6 2.6 0 0 1-.913.726a3.7 3.7 0 0 1-1.644.365a3.7 3.7 0 0 1-1.587-.335a2.46 2.46 0 0 1-1.118-.975a1.6 1.6 0 0 1-.215-.836c0-.364-.01-.729.007-1.092c.037.089.044.192.081.282a2.1 2.1 0 0 0 .833 1.021a3.66 3.66 0 0 0 2 .575a3.7 3.7 0 0 0 1.96-.549a2.3 2.3 0 0 0 .7-.7a1.8 1.8 0 0 0 .239-.641a1.4 1.4 0 0 1 .011.273v.911a1.67 1.67 0 0 1-.354.975m-10.719-6.349c.037.089.044.192.081.282a2.1 2.1 0 0 0 .833 1.021a3.66 3.66 0 0 0 2 .575a3.7 3.7 0 0 0 1.96-.549a2.3 2.3 0 0 0 .7-.7a1.8 1.8 0 0 0 .239-.641a1.4 1.4 0 0 1 .011.273v.911a1.67 1.67 0 0 1-.357.979a2.6 2.6 0 0 1-.913.726a3.7 3.7 0 0 1-1.644.365a3.7 3.7 0 0 1-1.587-.335a2.46 2.46 0 0 1-1.118-.975a1.6 1.6 0 0 1-.215-.836c.007-.368-.008-.733.01-1.096m-2.338 7.44a3.7 3.7 0 0 1-1.587-.335a2.46 2.46 0 0 1-1.118-.975a1.6 1.6 0 0 1-.215-.836c0-.364-.01-.729.007-1.092c.037.089.044.192.081.282a2.1 2.1 0 0 0 .833 1.021a3.66 3.66 0 0 0 2 .575a3.7 3.7 0 0 0 1.96-.549a2.3 2.3 0 0 0 .7-.7a1.8 1.8 0 0 0 .239-.641a1.4 1.4 0 0 1 .011.273v.911a1.67 1.67 0 0 1-.357.979a2.6 2.6 0 0 1-.913.726a3.7 3.7 0 0 1-1.641.361m7.807 3.111a2.6 2.6 0 0 1-.913.726a3.7 3.7 0 0 1-1.644.365a3.7 3.7 0 0 1-1.587-.335a2.46 2.46 0 0 1-1.118-.975a1.6 1.6 0 0 1-.215-.836c0-.364-.01-.729.007-1.092c.037.089.044.192.081.282a2.1 2.1 0 0 0 .833 1.021a3.66 3.66 0 0 0 2 .575a3.7 3.7 0 0 0 1.96-.549a2.3 2.3 0 0 0 .7-.7a1.8 1.8 0 0 0 .239-.641a1.4 1.4 0 0 1 .011.273v.911a1.67 1.67 0 0 1-.354.975"/><path fill="#f39c12" d="M22.145 15.2a2.6 2.6 0 0 0 .913-.726a1.67 1.67 0 0 0 .357-.979v-.911a1.4 1.4 0 0 0-.011-.273a1.8 1.8 0 0 1-.239.641a2.3 2.3 0 0 1-.7.7a3.7 3.7 0 0 1-1.96.549v1.36a3.7 3.7 0 0 0 1.64-.361m-5.25 4.2a2.6 2.6 0 0 0 .913-.726a1.67 1.67 0 0 0 .357-.979v-.911a1.4 1.4 0 0 0-.011-.273a1.8 1.8 0 0 1-.239.641a2.3 2.3 0 0 1-.7.7a3.7 3.7 0 0 1-1.96.549v1.36a3.7 3.7 0 0 0 1.64-.361m11.759-2.885a1.8 1.8 0 0 1-.239.641a2.3 2.3 0 0 1-.7.7a3.7 3.7 0 0 1-1.96.549v1.36a3.7 3.7 0 0 0 1.644-.365a2.6 2.6 0 0 0 .913-.726a1.67 1.67 0 0 0 .357-.979v-.911a1.4 1.4 0 0 0-.015-.269M23.4 20.717a1.8 1.8 0 0 1-.239.641a2.3 2.3 0 0 1-.7.7a3.7 3.7 0 0 1-1.96.549v1.36a3.7 3.7 0 0 0 1.644-.365a2.6 2.6 0 0 0 .913-.726a1.67 1.67 0 0 0 .357-.979v-.911a1.4 1.4 0 0 0-.015-.269m-2.899 5.347L20.5 31L31 22.605v-4.932z"/><path fill="#e67e22" d="M18.914 15.231a3.7 3.7 0 0 0 1.587.335v-1.36a3.66 3.66 0 0 1-2-.575a2.1 2.1 0 0 1-.833-1.021c-.037-.09-.044-.193-.081-.282c-.017.363 0 .728-.007 1.092a1.6 1.6 0 0 0 .215.836a2.46 2.46 0 0 0 1.119.975m-5.662 2.603a2.1 2.1 0 0 1-.833-1.021c-.037-.09-.044-.193-.081-.282c-.017.363 0 .728-.007 1.092a1.6 1.6 0 0 0 .215.836a2.46 2.46 0 0 0 1.118.975a3.7 3.7 0 0 0 1.587.335v-1.36a3.66 3.66 0 0 1-1.999-.575m10.5 0a2.1 2.1 0 0 1-.833-1.021c-.037-.09-.044-.193-.081-.282c-.017.363 0 .728-.007 1.092a1.6 1.6 0 0 0 .215.836a2.46 2.46 0 0 0 1.118.975a3.7 3.7 0 0 0 1.587.335v-1.36a3.66 3.66 0 0 1-1.999-.575M18.5 22.036a2.1 2.1 0 0 1-.833-1.021c-.037-.09-.044-.193-.081-.282c-.017.363 0 .728-.007 1.092a1.6 1.6 0 0 0 .215.836a2.46 2.46 0 0 0 1.118.975a3.7 3.7 0 0 0 1.587.335v-1.36a3.66 3.66 0 0 1-1.999-.575m-3.25-.165v-.009L10 17.669v4.937c1.75 1.4 5.25 4.192 5.25 4.192v.01C17 28.21 20.5 31 20.5 31v-4.936Z"/>'},ST={width:32,height:32,body:'<path fill="#dcb67a" d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z"/><path fill="#dcb67a" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="#f1c40f" d="M31 17.672v-.009l-2.43-1.941a1 1 0 0 1-.085-.149a2.15 2.15 0 0 0-.642-.732a3.2 3.2 0 0 0-.973-.476l-1.12-.894c-.8-.637-1.6-1.279-2.4-1.914c-.057-.041-.078-.122-.113-.186a2.15 2.15 0 0 0-.642-.732A3.53 3.53 0 0 0 20.618 10H20.4a3.54 3.54 0 0 0-1.984.629a2.2 2.2 0 0 0-.639.711c-.033.059-.056.126-.093.182a1 1 0 0 1-.134.112l-2.3 1.833l-1.122.9a3.2 3.2 0 0 0-.959.468a2.2 2.2 0 0 0-.639.711c-.03.053-.053.113-.084.165L10 17.662v.007l5.251 4.193v.009l5.249 4.193l5.249-4.19v-.012Zm-2.692 1.006a2.6 2.6 0 0 1-.913.726a3.7 3.7 0 0 1-1.644.365a3.7 3.7 0 0 1-1.587-.335a2.46 2.46 0 0 1-1.118-.975a1.6 1.6 0 0 1-.215-.836c0-.364-.01-.729.007-1.092c.037.089.044.192.081.282a2.1 2.1 0 0 0 .833 1.021a3.66 3.66 0 0 0 2 .575a3.7 3.7 0 0 0 1.96-.549a2.3 2.3 0 0 0 .7-.7a1.8 1.8 0 0 0 .239-.641a1.4 1.4 0 0 1 .011.273v.911a1.67 1.67 0 0 1-.354.975m-10.719-6.349c.037.089.044.192.081.282a2.1 2.1 0 0 0 .833 1.021a3.66 3.66 0 0 0 2 .575a3.7 3.7 0 0 0 1.96-.549a2.3 2.3 0 0 0 .7-.7a1.8 1.8 0 0 0 .239-.641a1.4 1.4 0 0 1 .011.273v.911a1.67 1.67 0 0 1-.357.979a2.6 2.6 0 0 1-.913.726a3.7 3.7 0 0 1-1.644.365a3.7 3.7 0 0 1-1.587-.335a2.46 2.46 0 0 1-1.118-.975a1.6 1.6 0 0 1-.215-.836c.007-.368-.008-.733.01-1.096m-2.338 7.44a3.7 3.7 0 0 1-1.587-.335a2.46 2.46 0 0 1-1.118-.975a1.6 1.6 0 0 1-.215-.836c0-.364-.01-.729.007-1.092c.037.089.044.192.081.282a2.1 2.1 0 0 0 .833 1.021a3.66 3.66 0 0 0 2 .575a3.7 3.7 0 0 0 1.96-.549a2.3 2.3 0 0 0 .7-.7a1.8 1.8 0 0 0 .239-.641a1.4 1.4 0 0 1 .011.273v.911a1.67 1.67 0 0 1-.357.979a2.6 2.6 0 0 1-.913.726a3.7 3.7 0 0 1-1.641.361m7.807 3.111a2.6 2.6 0 0 1-.913.726a3.7 3.7 0 0 1-1.644.365a3.7 3.7 0 0 1-1.587-.335a2.46 2.46 0 0 1-1.118-.975a1.6 1.6 0 0 1-.215-.836c0-.364-.01-.729.007-1.092c.037.089.044.192.081.282a2.1 2.1 0 0 0 .833 1.021a3.66 3.66 0 0 0 2 .575a3.7 3.7 0 0 0 1.96-.549a2.3 2.3 0 0 0 .7-.7a1.8 1.8 0 0 0 .239-.641a1.4 1.4 0 0 1 .011.273v.911a1.67 1.67 0 0 1-.354.975"/><path fill="#f39c12" d="M22.145 15.2a2.6 2.6 0 0 0 .913-.726a1.67 1.67 0 0 0 .357-.979v-.911a1.4 1.4 0 0 0-.011-.273a1.8 1.8 0 0 1-.239.641a2.3 2.3 0 0 1-.7.7a3.7 3.7 0 0 1-1.96.549v1.36a3.7 3.7 0 0 0 1.64-.361m-5.25 4.2a2.6 2.6 0 0 0 .913-.726a1.67 1.67 0 0 0 .357-.979v-.911a1.4 1.4 0 0 0-.011-.273a1.8 1.8 0 0 1-.239.641a2.3 2.3 0 0 1-.7.7a3.7 3.7 0 0 1-1.96.549v1.36a3.7 3.7 0 0 0 1.64-.361m11.759-2.885a1.8 1.8 0 0 1-.239.641a2.3 2.3 0 0 1-.7.7a3.7 3.7 0 0 1-1.96.549v1.36a3.7 3.7 0 0 0 1.644-.365a2.6 2.6 0 0 0 .913-.726a1.67 1.67 0 0 0 .357-.979v-.911a1.4 1.4 0 0 0-.015-.269M23.4 20.717a1.8 1.8 0 0 1-.239.641a2.3 2.3 0 0 1-.7.7a3.7 3.7 0 0 1-1.96.549v1.36a3.7 3.7 0 0 0 1.644-.365a2.6 2.6 0 0 0 .913-.726a1.67 1.67 0 0 0 .357-.979v-.911a1.4 1.4 0 0 0-.015-.269m-2.899 5.347L20.5 31L31 22.605v-4.932z"/><path fill="#e67e22" d="M18.914 15.231a3.7 3.7 0 0 0 1.587.335v-1.36a3.66 3.66 0 0 1-2-.575a2.1 2.1 0 0 1-.833-1.021c-.037-.09-.044-.193-.081-.282c-.017.363 0 .728-.007 1.092a1.6 1.6 0 0 0 .215.836a2.46 2.46 0 0 0 1.119.975m-5.662 2.603a2.1 2.1 0 0 1-.833-1.021c-.037-.09-.044-.193-.081-.282c-.017.363 0 .728-.007 1.092a1.6 1.6 0 0 0 .215.836a2.46 2.46 0 0 0 1.118.975a3.7 3.7 0 0 0 1.587.335v-1.36a3.66 3.66 0 0 1-1.999-.575m10.5 0a2.1 2.1 0 0 1-.833-1.021c-.037-.09-.044-.193-.081-.282c-.017.363 0 .728-.007 1.092a1.6 1.6 0 0 0 .215.836a2.46 2.46 0 0 0 1.118.975a3.7 3.7 0 0 0 1.587.335v-1.36a3.66 3.66 0 0 1-1.999-.575M18.5 22.036a2.1 2.1 0 0 1-.833-1.021c-.037-.09-.044-.193-.081-.282c-.017.363 0 .728-.007 1.092a1.6 1.6 0 0 0 .215.836a2.46 2.46 0 0 0 1.118.975a3.7 3.7 0 0 0 1.587.335v-1.36a3.66 3.66 0 0 1-1.999-.575m-3.25-.165v-.009L10 17.669v4.937c1.75 1.4 5.25 4.192 5.25 4.192v.01C17 28.21 20.5 31 20.5 31v-4.936Z"/>'},MT={width:32,height:32,body:'<path fill="#53a2c1" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><path fill="#99b8c4" d="m26.049 26.785l.675-.671c3.123.1 3.171-.008 3.308-.329l.858-2.085l.064-.2l-.07-.173c-.037-.092-.15-.365-2.1-2.224v-.978c2.25-2.168 2.2-2.279 2.074-2.6L30 15.418c-.128-.317-.177-.44-3.278-.356l-.675-.7a15 15 0 0 0-.106-3.08l-.087-.2l-2.231-.975c-.329-.15-.444-.2-2.55 2.09l-.947-.014c-2.168-2.315-2.271-2.273-2.6-2.141l-2.074.839c-.325.131-.44.178-.314 3.328l-.67.668c-3.122-.1-3.17.009-3.305.329l-.86 2.09l-.068.2l.071.174c.037.09.146.36 2.1 2.222v.975c-2.25 2.168-2.2 2.279-2.072 2.6l.854 2.113c.131.323.177.438 3.277.357l.675.7a15 15 0 0 0 .1 3.075l.087.2l2.245.981c.326.137.44.185 2.54-2.1l.947.012c2.171 2.318 2.282 2.273 2.6 2.144l2.069-.836c.338-.131.452-.176.321-3.328m-8.894-4.893a3.718 3.718 0 1 1 4.866 2.118a3.76 3.76 0 0 1-4.866-2.118"/>'},NT={width:32,height:32,body:'<path fill="#7ac1dd" d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z"/><path fill="#7ac1dd" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="#99b8c4" d="m26.049 26.785l.675-.671c3.123.1 3.171-.008 3.308-.329l.858-2.085l.064-.2l-.07-.173c-.037-.092-.15-.365-2.1-2.224v-.978c2.25-2.168 2.2-2.279 2.074-2.6L30 15.418c-.128-.317-.177-.44-3.278-.356l-.675-.7a15 15 0 0 0-.106-3.08l-.087-.2l-2.231-.975c-.329-.15-.444-.2-2.55 2.09l-.947-.014c-2.168-2.315-2.271-2.273-2.6-2.141l-2.074.839c-.325.131-.44.178-.314 3.328l-.67.668c-3.122-.1-3.17.009-3.305.329l-.86 2.09l-.068.2l.071.174c.037.09.146.36 2.1 2.222v.975c-2.25 2.168-2.2 2.279-2.072 2.6l.854 2.113c.131.323.177.438 3.277.357l.675.7a15 15 0 0 0 .1 3.075l.087.2l2.245.981c.326.137.44.185 2.54-2.1l.947.012c2.171 2.318 2.282 2.273 2.6 2.144l2.069-.836c.338-.131.452-.176.321-3.328m-8.894-4.893a3.718 3.718 0 1 1 4.866 2.118a3.76 3.76 0 0 1-4.866-2.118"/>'},jT={width:32,height:32,body:'<path fill="#bfa055" d="M27.9 6h-9.8l-2 4H5v17h25V6Zm.1 4h-7.8l1-2H28Z"/><path fill="#509ff7" d="M7.438 11.219a2.315 2.315 0 0 1 4.25.418a2.36 2.36 0 0 1 .013 1.309a2.313 2.313 0 1 1-4.263-1.727m1.9.1a1 1 0 0 0-.6 1.665a1 1 0 0 0 1.512-1.316a1.01 1.01 0 0 0-.917-.348Zm-1.829 7.939a2.314 2.314 0 0 1 4.185.562a2.36 2.36 0 0 1 0 1.309a2.313 2.313 0 1 1-4.186-1.871m1.729.243a1 1 0 1 0 1 .32a1.01 1.01 0 0 0-.999-.321ZM7.429 27.61a2.313 2.313 0 0 1 4.263.416a2.35 2.35 0 0 1 0 1.309a2.313 2.313 0 1 1-4.263-1.725m1.826.1a1 1 0 1 0 .863.21a1 1 0 0 0-.863-.211Z"/><path fill="#014798" d="M11.688 11.637a8.5 8.5 0 0 1 1.325.056A3.6 3.6 0 0 1 16 15.2a2.293 2.293 0 0 0 2.177 2.312c.352.01.7 0 1.056 0v1.308a7.5 7.5 0 0 1-1.828-.112A3.6 3.6 0 0 1 14.7 15.3a2.37 2.37 0 0 0-.332-1.245a2.3 2.3 0 0 0-1.454-1.049a6.3 6.3 0 0 0-1.208-.06a2.36 2.36 0 0 0-.018-1.309m16.22 6.39a.655.655 0 0 1 .916.014q.988.979 1.968 1.967a.66.66 0 0 1 .024.932q-.993 1-1.993 1.993a.652.652 0 0 1-.948-.894c.29-.3.591-.594.886-.891c-2.035-.017-4.071 0-6.107-.008v-1.306c2.036-.006 4.072 0 6.108 0c-.289-.3-.6-.59-.885-.894a.654.654 0 0 1 .031-.913M11.694 19.82h7.539v1.311c-2.512-.005-5.025 0-7.537 0a2.36 2.36 0 0 0-.002-1.311m5.967 2.38a10.6 10.6 0 0 1 1.571-.059v1.31c-.4.01-.808-.019-1.21.018a2.29 2.29 0 0 0-1.8 1.28A2.5 2.5 0 0 0 16 25.831a3.593 3.593 0 0 1-3.3 3.487c-.334.026-.669.013-1 .017a2.35 2.35 0 0 0 0-1.309a4.5 4.5 0 0 0 1.453-.125a2.3 2.3 0 0 0 1.544-2.111a3.64 3.64 0 0 1 .685-2.15a3.6 3.6 0 0 1 2.279-1.44"/><path fill="#f7b61a" d="M19.235 16.326a.65.65 0 0 1 .424-.589a1.2 1.2 0 0 1 .4-.044h1.939a.66.66 0 0 1 .579.355a1.1 1.1 0 0 1 .073.531v8.027a.657.657 0 0 1-.649.668c-.646.006-1.292 0-1.938 0a1.04 1.04 0 0 1-.457-.066a.65.65 0 0 1-.373-.563c-.009-.4 0-.8 0-1.2v-7.128m1.308.683v6.967h.8c.011-2.322 0-4.646 0-6.969q-.397.002-.8.002"/>'},_T={width:32,height:32,body:'<path fill="#dbc27b" d="M27.9 6h-9.7l-2 4H5v17h25V6Zm.1 18H7V12h21Zm.1-14h-7.8l1-2H28Z"/><path fill="#dbc27b" d="M25.9 14H.3l3.8 13h25.6z"/><path fill="#509ff7" d="M7.438 11.219a2.315 2.315 0 0 1 4.25.418a2.36 2.36 0 0 1 .013 1.309a2.313 2.313 0 1 1-4.263-1.727m1.9.1a1 1 0 0 0-.6 1.665a1 1 0 0 0 1.512-1.316a1.01 1.01 0 0 0-.917-.348Zm-1.829 7.939a2.314 2.314 0 0 1 4.185.562a2.36 2.36 0 0 1 0 1.309a2.313 2.313 0 1 1-4.186-1.871m1.729.243a1 1 0 1 0 1 .32a1.01 1.01 0 0 0-.999-.321ZM7.429 27.61a2.313 2.313 0 0 1 4.263.416a2.35 2.35 0 0 1 0 1.309a2.313 2.313 0 1 1-4.263-1.725m1.826.1a1 1 0 1 0 .863.21a1 1 0 0 0-.863-.211Z"/><path fill="#014798" d="M11.688 11.637a8.5 8.5 0 0 1 1.325.056A3.6 3.6 0 0 1 16 15.2a2.293 2.293 0 0 0 2.177 2.312c.352.01.7 0 1.056 0v1.308a7.5 7.5 0 0 1-1.828-.112A3.6 3.6 0 0 1 14.7 15.3a2.37 2.37 0 0 0-.332-1.245a2.3 2.3 0 0 0-1.454-1.049a6.3 6.3 0 0 0-1.208-.06a2.36 2.36 0 0 0-.018-1.309m16.22 6.39a.655.655 0 0 1 .916.014q.988.979 1.968 1.967a.66.66 0 0 1 .024.932q-.993 1-1.993 1.993a.652.652 0 0 1-.948-.894c.29-.3.591-.594.886-.891c-2.035-.017-4.071 0-6.107-.008v-1.306c2.036-.006 4.072 0 6.108 0c-.289-.3-.6-.59-.885-.894a.654.654 0 0 1 .031-.913M11.694 19.82h7.539v1.311c-2.512-.005-5.025 0-7.537 0a2.36 2.36 0 0 0-.002-1.311m5.967 2.38a10.6 10.6 0 0 1 1.571-.059v1.31c-.4.01-.808-.019-1.21.018a2.29 2.29 0 0 0-1.8 1.28A2.5 2.5 0 0 0 16 25.831a3.593 3.593 0 0 1-3.3 3.487c-.334.026-.669.013-1 .017a2.35 2.35 0 0 0 0-1.309a4.5 4.5 0 0 0 1.453-.125a2.3 2.3 0 0 0 1.544-2.111a3.64 3.64 0 0 1 .685-2.15a3.6 3.6 0 0 1 2.279-1.44"/><path fill="#f7b61a" d="M19.235 16.326a.65.65 0 0 1 .424-.589a1.2 1.2 0 0 1 .4-.044h1.939a.66.66 0 0 1 .579.355a1.1 1.1 0 0 1 .073.531v8.027a.657.657 0 0 1-.649.668c-.646.006-1.292 0-1.938 0a1.04 1.04 0 0 1-.457-.066a.65.65 0 0 1-.373-.563c-.009-.4 0-.8 0-1.2v-7.128m1.308.683v6.967h.8c.011-2.322 0-4.646 0-6.969q-.397.002-.8.002"/>'},TT={width:32,height:32,body:'<path fill="#c09553" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><path fill="#ffebe3" d="M13.728 10.867h17.023v17.581H13.728z"/><path fill="#f20" d="M14.007 11.146h4.465v7.814h-4.465z"/><path fill="#00a302" d="M18.805 11.146h6.411v12.349h-6.411z"/><path fill="#f9ff16" d="M14.007 19.312h4.465v8.83h-4.465zm11.581-8.166h4.846v3.907h-4.846z"/><path fill="#f20" d="M25.588 15.405h2.628v2.628h-2.628z"/><path fill="#00a302" d="M25.588 18.406h4.846v3.558h-4.846zm2.854-3.001h1.992v2.628h-1.992z"/><path fill="#f20" d="M18.805 23.787H23.4v4.356h-4.595z"/><path fill="#00a302" d="M23.596 23.787h1.62v3.558h-1.62z"/><path fill="#f9ff16" d="M23.596 27.559h4.846v.583h-4.846z"/><path fill="#f20" d="M28.442 22.144h1.992v1.584h-1.992zm-2.854 0h2.628v1.584h-2.628zm0 1.838h1.992v1.992h-1.992z"/><path fill="#00a302" d="M27.744 23.982h2.69v2.628h-2.69zm-2.156 2.246h1.992v1.116h-1.992zm3.016.558h1.741v1.331h-1.741z"/><path fill="#f9ff16" d="M27.744 26.761h.698v.583h-.698z"/>'},zT={width:32,height:32,body:'<path fill="#dcb67a" d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z"/><path fill="#dcb67a" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="#ffebe3" d="M13.728 11.867h17.023v17.581H13.728z"/><path fill="#f20" d="M14.007 12.146h4.465v7.814h-4.465z"/><path fill="#00a302" d="M18.805 12.146h6.411v12.349h-6.411z"/><path fill="#f9ff16" d="M14.007 20.312h4.465v8.83h-4.465zm11.581-8.166h4.846v3.907h-4.846z"/><path fill="#f20" d="M25.588 16.405h2.628v2.628h-2.628z"/><path fill="#00a302" d="M25.588 19.406h4.846v3.558h-4.846zm2.854-3.001h1.992v2.628h-1.992z"/><path fill="#f20" d="M18.805 24.787H23.4v4.356h-4.595z"/><path fill="#00a302" d="M23.596 24.787h1.62v3.558h-1.62z"/><path fill="#f9ff16" d="M23.596 28.559h4.846v.583h-4.846z"/><path fill="#f20" d="M28.442 23.144h1.992v1.584h-1.992zm-2.854 0h2.628v1.584h-2.628zm0 1.838h1.992v1.992h-1.992z"/><path fill="#00a302" d="M27.744 24.982h2.69v2.628h-2.69zm-2.156 2.246h1.992v1.116h-1.992zm3.016.558h1.741v1.331h-1.741z"/><path fill="#f9ff16" d="M27.744 27.761h.698v.583h-.698z"/>'},RT={width:32,height:32,body:'<path fill="#c09553" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><path fill="#ffda44" d="M17.822 19.942a15.9 15.9 0 0 0 5.578.895a15.9 15.9 0 0 0 5.578-.9c1.4-.545 1.894-1.151 1.894-1.5v-2.662a7.8 7.8 0 0 1-1.563.807a16.7 16.7 0 0 1-5.909.977a16.8 16.8 0 0 1-5.909-.975a7.7 7.7 0 0 1-1.563-.809v2.663c0 .355.497.962 1.894 1.504m0 5.029a11.7 11.7 0 0 0 1.95.556a19.6 19.6 0 0 0 7.257 0a11.7 11.7 0 0 0 1.95-.556c1.4-.545 1.894-1.151 1.894-1.5v-2.542a8 8 0 0 1-1.269.619a17.6 17.6 0 0 1-6.2 1.007a17.6 17.6 0 0 1-6.2-1.011a8 8 0 0 1-1.269-.619v2.545c-.007.35.49.953 1.887 1.501"/><path fill="#ffda44" d="M23.4 31c4.125 0 7.472-1.308 7.472-2.921v-2.127a8 8 0 0 1-1.151.571l-.118.047a17.6 17.6 0 0 1-6.2 1.013a17.6 17.6 0 0 1-6.2-1.013l-.118-.047a8 8 0 0 1-1.151-.571v2.128C15.928 29.692 19.275 31 23.4 31"/><ellipse cx="23.4" cy="12.921" fill="#ffda44" rx="7.472" ry="2.921"/>'},OT={width:32,height:32,body:'<path fill="#dcb67a" d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z"/><path fill="#dcb67a" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="#ffda44" d="M17.822 19.942a15.9 15.9 0 0 0 5.578.895a15.9 15.9 0 0 0 5.578-.9c1.4-.545 1.894-1.151 1.894-1.5v-2.662a7.8 7.8 0 0 1-1.563.807a16.7 16.7 0 0 1-5.909.977a16.8 16.8 0 0 1-5.909-.975a7.7 7.7 0 0 1-1.563-.809v2.663c0 .355.497.962 1.894 1.504m0 5.029a11.7 11.7 0 0 0 1.95.556a19.6 19.6 0 0 0 7.257 0a11.7 11.7 0 0 0 1.95-.556c1.4-.545 1.894-1.151 1.894-1.5v-2.542a8 8 0 0 1-1.269.619a17.6 17.6 0 0 1-6.2 1.007a17.6 17.6 0 0 1-6.2-1.011a8 8 0 0 1-1.269-.619v2.545c-.007.35.49.953 1.887 1.501"/><path fill="#ffda44" d="M23.4 31c4.125 0 7.472-1.308 7.472-2.921v-2.127a8 8 0 0 1-1.151.571l-.118.047a17.6 17.6 0 0 1-6.2 1.013a17.6 17.6 0 0 1-6.2-1.013l-.118-.047a8 8 0 0 1-1.151-.571v2.128C15.928 29.692 19.275 31 23.4 31"/><ellipse cx="23.4" cy="12.921" fill="#ffda44" rx="7.472" ry="2.921"/>'},LT={width:32,height:32,body:'<defs><linearGradient id="SVGpSsxrdrd" x1="20.698" x2="17.514" y1="23.259" y2="34.062" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#f1f1f2"/><stop offset=".391" stop-color="#eaebec"/><stop offset="1" stop-color="#e6e7e8"/></linearGradient><linearGradient id="SVGZ8izfdlD" x1="29.221" x2="30.358" y1="11.689" y2="36.594" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#e6e7e8"/><stop offset=".482" stop-color="#dbdcde"/><stop offset="1" stop-color="#d7d8da"/></linearGradient><linearGradient id="SVGu2Vpjckn" x1="26.177" x2="16.325" y1="9.571" y2="19.482" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff57e"/><stop offset="1" stop-color="#fdbf0f"/></linearGradient><linearGradient id="SVGiKVnueaF" x1="28.842" x2="30.965" y1="10.318" y2="21.502" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fbe574"/><stop offset="1" stop-color="#efab14"/></linearGradient></defs><path fill="#bc9f55" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><path fill="url(#SVGpSsxrdrd)" d="M14.38 11.061L28.329 10v21L14.38 28.726z"/><path fill="url(#SVGZ8izfdlD)" d="m28.329 10l2.653 1.44l.038 16.793L28.329 31z"/><path fill="url(#SVGu2Vpjckn)" d="M28.329 17.783c-2.6-.518-4.338 3.293-6.394 4.865c-3.636 2.78-5.809-2.283-7.555-6.306V11.06c4.65-.513 9.3-.549 13.949-1.061z"/><path fill="url(#SVGiKVnueaF)" d="m31 22.909l-.017-11.474L28.329 10v7.775c1.752.139.94 4.956 2.671 5.134"/><path fill="#fdbf0f" d="m27.194 22.328l.06.108a3 3 0 0 0 .23-.272l-.07-.1a3 3 0 0 1-.22.264m.409-.56l.081.079a2 2 0 0 0 .151-.367l-.092-.052a2 2 0 0 1-.143.339Zm.291-1.127l-.1.031a1.5 1.5 0 0 1 .022.26v.121l.1.014q.005-.068.005-.135a2 2 0 0 0-.027-.292Zm-.123-.394a1.4 1.4 0 0 0-.207-.319l-.064.1a1.2 1.2 0 0 1 .187.288ZM27.3 19.7a1 1 0 0 0-.3-.125l-.018.134a1 1 0 0 1 .273.115Zm-.909-.089l.025.131a1 1 0 0 1 .284-.059v-.136a1.1 1.1 0 0 0-.308.067Zm-.525.325l-.029.026l.056.113l.028-.026a2 2 0 0 1 .223-.172l-.042-.123a2 2 0 0 0-.234.185Zm-.509.52l.063.105q.118-.132.233-.251l-.06-.108q-.115.124-.234.257Zm-.455.531l.066.1q.114-.137.225-.267l-.065-.1q-.11.132-.228.27Zm-.448.539l.066.1l.224-.269l-.066-.1Zm-.454.531l.064.1q.116-.132.228-.264l-.065-.1q-.108.133-.227.264m-.465.506l.06.108q.12-.125.236-.251l-.062-.106q-.111.125-.23.249Zm-.483.471l.055.113q.126-.115.247-.233L23.3 22.8q-.12.121-.244.234Zm-.5.424l.049.118q.132-.1.259-.208l-.052-.115q-.127.106-.257.206Zm-.528.366l.041.124q.138-.085.271-.178l-.045-.121q-.132.092-.267.176Zm-.549.3l.032.128q.143-.067.282-.142l-.037-.126q-.137.073-.278.14Zm-.568.222l.023.132q.148-.047.291-.1l-.027-.131q-.142.053-.288.099Zm-.582.143l.013.135q.151-.026.3-.062l-.018-.134q-.147.035-.295.061m-.519.059h-.069v.136h.072q.116-.006.229-.018l-.008-.135q-.111.011-.225.017Zm-.67.075a3 3 0 0 0 .3.051l.008-.135a2 2 0 0 1-.291-.05Zm-.584-.208a3 3 0 0 0 .289.121l.025-.131a3 3 0 0 1-.281-.118ZM18 24.086q.134.095.272.177l.04-.124q-.135-.08-.266-.173Zm-.517-.42q.125.115.254.22l.051-.116q-.127-.1-.25-.216ZM17 23.175q.116.13.237.253l.059-.109q-.119-.121-.234-.249Zm-.449-.544q.108.141.221.277l.066-.1q-.111-.134-.218-.274Zm-.42-.586q.1.15.207.3l.071-.095l-.2-.294Zm-.394-.619q.094.156.194.313l.069-.088q-.1-.155-.192-.31Zm-.369-.645q.087.161.182.326l.078-.084q-.094-.164-.18-.323Zm-.347-.668q.081.163.171.337l.081-.078q-.09-.173-.169-.334Zm-.325-.689q.071.16.16.347l.084-.073a16 16 0 0 1-.158-.345Zm-.212-.776l-.088.062s.051.135.147.362l.083-.072q-.072-.168-.108-.263c-.036-.095-.037-.09-.037-.09Zm12.354-.491l.068.424v.021l.017.012l.352.246l.02-.09l-1 .162l.049.078l.584-.832Zm-.527.873l1-.162l.121-.02l-.1-.07l-.352-.246l.021.033l-.068-.424l-.019-.121l-.07.1l-.584.832l-.068.1Z"/>'},PT={width:32,height:32,body:'<defs><linearGradient id="SVGpSsxrdrd" x1="20.698" x2="17.514" y1="23.259" y2="34.062" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#f1f1f2"/><stop offset=".391" stop-color="#eaebec"/><stop offset="1" stop-color="#e6e7e8"/></linearGradient><linearGradient id="SVGZ8izfdlD" x1="29.221" x2="30.358" y1="11.689" y2="36.594" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#e6e7e8"/><stop offset=".482" stop-color="#dbdcde"/><stop offset="1" stop-color="#d7d8da"/></linearGradient><linearGradient id="SVGu2Vpjckn" x1="26.177" x2="16.325" y1="9.571" y2="19.482" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff57e"/><stop offset="1" stop-color="#fdbf0f"/></linearGradient><linearGradient id="SVGiKVnueaF" x1="28.842" x2="30.965" y1="10.318" y2="21.502" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fbe574"/><stop offset="1" stop-color="#efab14"/></linearGradient></defs><path fill="#d8be7c" d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z"/><path fill="#d8be7c" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="url(#SVGpSsxrdrd)" d="M14.38 11.061L28.329 10v21L14.38 28.726z"/><path fill="url(#SVGZ8izfdlD)" d="m28.329 10l2.653 1.44l.038 16.793L28.329 31z"/><path fill="url(#SVGu2Vpjckn)" d="M28.329 17.783c-2.6-.518-4.338 3.293-6.394 4.865c-3.636 2.78-5.809-2.283-7.555-6.306V11.06c4.65-.513 9.3-.549 13.949-1.061z"/><path fill="url(#SVGiKVnueaF)" d="m31 22.909l-.017-11.474L28.329 10v7.775c1.752.139.94 4.956 2.671 5.134"/><path fill="#fdbf0f" d="m27.194 22.328l.06.108a3 3 0 0 0 .23-.272l-.07-.1a3 3 0 0 1-.22.264m.409-.56l.081.079a2 2 0 0 0 .151-.367l-.092-.052a2 2 0 0 1-.143.339Zm.291-1.127l-.1.031a1.5 1.5 0 0 1 .022.26v.121l.1.014q.005-.068.005-.135a2 2 0 0 0-.027-.292Zm-.123-.394a1.4 1.4 0 0 0-.207-.319l-.064.1a1.2 1.2 0 0 1 .187.288ZM27.3 19.7a1 1 0 0 0-.3-.125l-.018.134a1 1 0 0 1 .273.115Zm-.909-.089l.025.131a1 1 0 0 1 .284-.059v-.136a1.1 1.1 0 0 0-.308.067Zm-.525.325l-.029.026l.056.113l.028-.026a2 2 0 0 1 .223-.172l-.042-.123a2 2 0 0 0-.234.185Zm-.509.52l.063.105q.118-.132.233-.251l-.06-.108q-.115.124-.234.257Zm-.455.531l.066.1q.114-.137.225-.267l-.065-.1q-.11.132-.228.27Zm-.448.539l.066.1l.224-.269l-.066-.1Zm-.454.531l.064.1q.116-.132.228-.264l-.065-.1q-.108.133-.227.264m-.465.506l.06.108q.12-.125.236-.251l-.062-.106q-.111.125-.23.249Zm-.483.471l.055.113q.126-.115.247-.233L23.3 22.8q-.12.121-.244.234Zm-.5.424l.049.118q.132-.1.259-.208l-.052-.115q-.127.106-.257.206Zm-.528.366l.041.124q.138-.085.271-.178l-.045-.121q-.132.092-.267.176Zm-.549.3l.032.128q.143-.067.282-.142l-.037-.126q-.137.073-.278.14Zm-.568.222l.023.132q.148-.047.291-.1l-.027-.131q-.142.053-.288.099Zm-.582.143l.013.135q.151-.026.3-.062l-.018-.134q-.147.035-.295.061m-.519.059h-.069v.136h.072q.116-.006.229-.018l-.008-.135q-.111.011-.225.017Zm-.67.075a3 3 0 0 0 .3.051l.008-.135a2 2 0 0 1-.291-.05Zm-.584-.208a3 3 0 0 0 .289.121l.025-.131a3 3 0 0 1-.281-.118ZM18 24.086q.134.095.272.177l.04-.124q-.135-.08-.266-.173Zm-.517-.42q.125.115.254.22l.051-.116q-.127-.1-.25-.216ZM17 23.175q.116.13.237.253l.059-.109q-.119-.121-.234-.249Zm-.449-.544q.108.141.221.277l.066-.1q-.111-.134-.218-.274Zm-.42-.586q.1.15.207.3l.071-.095l-.2-.294Zm-.394-.619q.094.156.194.313l.069-.088q-.1-.155-.192-.31Zm-.369-.645q.087.161.182.326l.078-.084q-.094-.164-.18-.323Zm-.347-.668q.081.163.171.337l.081-.078q-.09-.173-.169-.334Zm-.325-.689q.071.16.16.347l.084-.073a16 16 0 0 1-.158-.345Zm-.212-.776l-.088.062s.051.135.147.362l.083-.072q-.072-.168-.108-.263c-.036-.095-.037-.09-.037-.09Zm12.354-.491l.068.424v.021l.017.012l.352.246l.02-.09l-1 .162l.049.078l.584-.832Zm-.527.873l1-.162l.121-.02l-.1-.07l-.352-.246l.021.033l-.068-.424l-.019-.121l-.07.1l-.584.832l-.068.1Z"/>'},HT={width:32,height:32,body:'<path fill="#c05454" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><path fill="gray" d="M15.266 11.311v18.375h14.449v-15.1h-3.6v-3.275zm12.146.813l.008 1.158h1.252l-1.26-1.16Z"/><path fill="#c5c5c5" d="M27.028 10H15.281a1.316 1.316 0 0 0-1.312 1.313v18.375A1.316 1.316 0 0 0 15.281 31h14.438a1.316 1.316 0 0 0 1.313-1.312V13.642Zm.394 2.133l1.247 1.148h-1.247ZM15.281 29.688V11.313h10.828v3.281h3.609v15.094Z"/><path fill="#c5c5c5" d="M16.594 19.372h11.813v1.313H16.594zm1.842-6.8a1.4 1.4 0 0 0-.558-.394a2.05 2.05 0 0 0-.82-.131h-1.28v3.839h1.28a1.66 1.66 0 0 0 1.313-.492a1.8 1.8 0 0 0 .361-.591a3 3 0 0 0 .1-.82a3 3 0 0 0-.1-.788a1.6 1.6 0 0 0-.296-.623m-.459 1.837a1 1 0 0 1-.164.394a.8.8 0 0 1-.3.262a1.1 1.1 0 0 1-.492.1H16.6v-2.429h.459a.87.87 0 0 1 .722.3a1.2 1.2 0 0 1 .164.361a2.6 2.6 0 0 1 .066.525a2.2 2.2 0 0 1-.035.488Zm4.002-1.837a1.4 1.4 0 0 0-.525-.427a1.7 1.7 0 0 0-.755-.164a2 2 0 0 0-.788.164a1.7 1.7 0 0 0-.525.427a2.2 2.2 0 0 0-.3.623a2.94 2.94 0 0 0 0 1.509a1.8 1.8 0 0 0 .3.623a1.13 1.13 0 0 0 .525.427a1.9 1.9 0 0 0 .788.164a1.42 1.42 0 0 0 1.214-.525a2.1 2.1 0 0 0 .427-1.444a2.8 2.8 0 0 0-.1-.755a1.33 1.33 0 0 0-.261-.622M21.29 14.9a.7.7 0 0 1-.623.328a.64.64 0 0 1-.623-.328a1.87 1.87 0 0 1-.2-.952a1.8 1.8 0 0 1 .2-.952a.806.806 0 0 1 1.247 0a1.87 1.87 0 0 1 .2.952a1.8 1.8 0 0 1-.201.952m3.41-.031a.7.7 0 0 1-.131.164a.7.7 0 0 1-.2.131a.6.6 0 0 1-.263.033a.575.575 0 0 1-.558-.3a1.8 1.8 0 0 1-.2-.952v-.262c0-.1.033-.2.033-.3c.033-.1.033-.2.066-.263a.53.53 0 0 1 .131-.23a1 1 0 0 1 .2-.164a.6.6 0 0 1 .263-.066a.57.57 0 0 1 .427.164a1.1 1.1 0 0 1 .23.394l.755-.2a1.6 1.6 0 0 0-.23-.525a1.6 1.6 0 0 0-.328-.328a1.88 1.88 0 0 0-1.608-.033a1.55 1.55 0 0 0-.492.427a1.3 1.3 0 0 0-.164.656a2.7 2.7 0 0 0-.066.722a5 5 0 0 0 .066.722a1.8 1.8 0 0 0 .262.623a1.2 1.2 0 0 0 .492.427a1.7 1.7 0 0 0 .755.164a1.6 1.6 0 0 0 .919-.262a1.6 1.6 0 0 0 .328-.328a3.3 3.3 0 0 0 .263-.492l-.788-.2a.9.9 0 0 1-.162.278m-8.106 12.936h8.203v1.313h-8.203zm0-2.533h11.813v1.313H16.594zm0-3h11.813v1.313H16.594zm.055-5.8h11.813v1.313H16.649z"/>'},GT={width:32,height:32,body:'<path fill="#dc7a7a" d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z"/><path fill="#dc7a7a" d="M4.3 26.5h25.2l-3.8-12.8H.5z"/><path fill="gray" d="M15.266 11.311v18.375h14.449v-15.1h-3.6v-3.275zm12.146.813l.008 1.158h1.252l-1.26-1.16Z"/><path fill="#c5c5c5" d="M27.028 10H15.281a1.316 1.316 0 0 0-1.312 1.313v18.375A1.316 1.316 0 0 0 15.281 31h14.438a1.316 1.316 0 0 0 1.313-1.312V13.642Zm.394 2.133l1.247 1.148h-1.247ZM15.281 29.688V11.313h10.828v3.281h3.609v15.094Z"/><path fill="#c5c5c5" d="M16.594 19.372h11.813v1.313H16.594zm1.842-6.8a1.4 1.4 0 0 0-.558-.394a2.05 2.05 0 0 0-.82-.131h-1.28v3.839h1.28a1.66 1.66 0 0 0 1.313-.492a1.8 1.8 0 0 0 .361-.591a3 3 0 0 0 .1-.82a3 3 0 0 0-.1-.788a1.6 1.6 0 0 0-.296-.623m-.459 1.837a1 1 0 0 1-.164.394a.8.8 0 0 1-.3.262a1.1 1.1 0 0 1-.492.1H16.6v-2.429h.459a.87.87 0 0 1 .722.3a1.2 1.2 0 0 1 .164.361a2.6 2.6 0 0 1 .066.525a2.2 2.2 0 0 1-.035.488Zm4.002-1.837a1.4 1.4 0 0 0-.525-.427a1.7 1.7 0 0 0-.755-.164a2 2 0 0 0-.788.164a1.7 1.7 0 0 0-.525.427a2.2 2.2 0 0 0-.3.623a2.94 2.94 0 0 0 0 1.509a1.8 1.8 0 0 0 .3.623a1.13 1.13 0 0 0 .525.427a1.9 1.9 0 0 0 .788.164a1.42 1.42 0 0 0 1.214-.525a2.1 2.1 0 0 0 .427-1.444a2.8 2.8 0 0 0-.1-.755a1.33 1.33 0 0 0-.261-.622M21.29 14.9a.7.7 0 0 1-.623.328a.64.64 0 0 1-.623-.328a1.87 1.87 0 0 1-.2-.952a1.8 1.8 0 0 1 .2-.952a.806.806 0 0 1 1.247 0a1.87 1.87 0 0 1 .2.952a1.8 1.8 0 0 1-.201.952m3.41-.031a.7.7 0 0 1-.131.164a.7.7 0 0 1-.2.131a.6.6 0 0 1-.263.033a.575.575 0 0 1-.558-.3a1.8 1.8 0 0 1-.2-.952v-.262c0-.1.033-.2.033-.3c.033-.1.033-.2.066-.263a.53.53 0 0 1 .131-.23a1 1 0 0 1 .2-.164a.6.6 0 0 1 .263-.066a.57.57 0 0 1 .427.164a1.1 1.1 0 0 1 .23.394l.755-.2a1.6 1.6 0 0 0-.23-.525a1.6 1.6 0 0 0-.328-.328a1.88 1.88 0 0 0-1.608-.033a1.55 1.55 0 0 0-.492.427a1.3 1.3 0 0 0-.164.656a2.7 2.7 0 0 0-.066.722a5 5 0 0 0 .066.722a1.8 1.8 0 0 0 .262.623a1.2 1.2 0 0 0 .492.427a1.7 1.7 0 0 0 .755.164a1.6 1.6 0 0 0 .919-.262a1.6 1.6 0 0 0 .328-.328a3.3 3.3 0 0 0 .263-.492l-.788-.2a.9.9 0 0 1-.162.278m-8.106 12.936h8.203v1.313h-8.203zm0-2.533h11.813v1.313H16.594zm0-3h11.813v1.313H16.594zm.055-5.8h11.813v1.313H16.649z"/>'},IT={width:32,height:32,body:'<path fill="#bf7f55" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><path fill="#cfcfcf" d="m18.008 24.674l-1.969-5.882l-2.021 5.882Zm5.046 6.126h-5.306v-1.287l.344-.021c.535-.035.694-.154.729-.191a.32.32 0 0 0 .109-.247a4.7 4.7 0 0 0-.314-1.316l-.609-1.816h-4.016l-.691 2.023a3.8 3.8 0 0 0-.262 1.088a.3.3 0 0 0 .115.227c.029.028.2.17.893.232l.336.031V30.8H10v-1.236l.3-.066c.589-.13.731-.273.754-.3a6.4 6.4 0 0 0 .885-1.942L16.116 15h.78l4.134 12.387a5.3 5.3 0 0 0 .791 1.726a1.3 1.3 0 0 0 .892.379l.34.026Zm4.827-2.573v-3.746a15 15 0 0 0-1.67.912a3.15 3.15 0 0 0-.968.988a2.25 2.25 0 0 0-.291 1.127a2.13 2.13 0 0 0 .368 1.281a1.05 1.05 0 0 0 .848.512a2.9 2.9 0 0 0 1.713-1.074M25.381 31a1.94 1.94 0 0 1-1.6-.84a3.5 3.5 0 0 1-.624-2.148a3.34 3.34 0 0 1 .311-1.482A4.24 4.24 0 0 1 24.806 25a16.4 16.4 0 0 1 2.713-1.493v-.07a3.3 3.3 0 0 0-.287-1.723a.9.9 0 0 0-.806-.387a.76.76 0 0 0-.612.245a.72.72 0 0 0-.208.5l.017.607a1.77 1.77 0 0 1-.3 1.089a.96.96 0 0 1-1.577-.018a1.8 1.8 0 0 1-.293-1.066a2.87 2.87 0 0 1 .887-2.047a3.13 3.13 0 0 1 2.344-.876a3.37 3.37 0 0 1 1.881.493a2.36 2.36 0 0 1 .909 1.265a7.5 7.5 0 0 1 .183 2.066v3.338c0 1.191.024 1.542.038 1.645a.7.7 0 0 0 .04.188c.064-.074.213-.212.648-.758l.617-.772v1.849l-.072.121c-.718 1.207-1.412 1.793-2.122 1.793a1.11 1.11 0 0 1-.943-.524a1.9 1.9 0 0 1-.269-.7a7.4 7.4 0 0 1-1.075.918a2.24 2.24 0 0 1-1.138.317"/>'},VT={width:32,height:32,body:'<path fill="#dba17b" d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z"/><path fill="#dba17b" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="#cfcfcf" d="m18.008 24.674l-1.969-5.882l-2.021 5.882Zm5.046 6.126h-5.306v-1.287l.344-.021c.535-.035.694-.154.729-.191a.32.32 0 0 0 .109-.247a4.7 4.7 0 0 0-.314-1.316l-.609-1.816h-4.016l-.691 2.023a3.8 3.8 0 0 0-.262 1.088a.3.3 0 0 0 .115.227c.029.028.2.17.893.232l.336.031V30.8H10v-1.236l.3-.066c.589-.13.731-.273.754-.3a6.4 6.4 0 0 0 .885-1.942L16.116 15h.78l4.134 12.387a5.3 5.3 0 0 0 .791 1.726a1.3 1.3 0 0 0 .892.379l.34.026Zm4.827-2.573v-3.746a15 15 0 0 0-1.67.912a3.15 3.15 0 0 0-.968.988a2.25 2.25 0 0 0-.291 1.127a2.13 2.13 0 0 0 .368 1.281a1.05 1.05 0 0 0 .848.512a2.9 2.9 0 0 0 1.713-1.074M25.381 31a1.94 1.94 0 0 1-1.6-.84a3.5 3.5 0 0 1-.624-2.148a3.34 3.34 0 0 1 .311-1.482A4.24 4.24 0 0 1 24.806 25a16.4 16.4 0 0 1 2.713-1.493v-.07a3.3 3.3 0 0 0-.287-1.723a.9.9 0 0 0-.806-.387a.76.76 0 0 0-.612.245a.72.72 0 0 0-.208.5l.017.607a1.77 1.77 0 0 1-.3 1.089a.96.96 0 0 1-1.577-.018a1.8 1.8 0 0 1-.293-1.066a2.87 2.87 0 0 1 .887-2.047a3.13 3.13 0 0 1 2.344-.876a3.37 3.37 0 0 1 1.881.493a2.36 2.36 0 0 1 .909 1.265a7.5 7.5 0 0 1 .183 2.066v3.338c0 1.191.024 1.542.038 1.645a.7.7 0 0 0 .04.188c.064-.074.213-.212.648-.758l.617-.772v1.849l-.072.121c-.718 1.207-1.412 1.793-2.122 1.793a1.11 1.11 0 0 1-.943-.524a1.9 1.9 0 0 1-.269-.7a7.4 7.4 0 0 1-1.075.918a2.24 2.24 0 0 1-1.138.317"/>'},UT={width:32,height:32,body:'<path fill="#9b9b9b" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><path fill="#fff" fill-rule="evenodd" d="M31 20.5A10.5 10.5 0 1 1 20.5 10A10.5 10.5 0 0 1 31 20.5"/><path fill="#333" fill-rule="evenodd" d="M23.013 27.6a2.5 2.5 0 0 0-.713-1.944c2.339-.26 4.794-1.148 4.794-5.181a4.05 4.05 0 0 0-1.079-2.818a3.77 3.77 0 0 0-.105-2.779s-.88-.282-2.884 1.077a9.94 9.94 0 0 0-5.258 0c-2.005-1.359-2.887-1.077-2.887-1.077a3.78 3.78 0 0 0-.1 2.779A4.06 4.06 0 0 0 13.7 20.47c0 4.023 2.451 4.924 4.783 5.189a2.25 2.25 0 0 0-.667 1.4a2.234 2.234 0 0 1-3.055-.873a2.21 2.21 0 0 0-1.609-1.082s-1.025-.013-.072.639a2.78 2.78 0 0 1 1.166 1.535s.616 2.043 3.537 1.408c0 .876.014 1.537.014 1.786a.6.6 0 0 1-.032.177a10.2 10.2 0 0 0 5.27 0a.6.6 0 0 1-.035-.173c0-.344.013-1.476.013-2.876"/>'},$T={width:32,height:32,body:'<path fill="#bbb" d="M27.4 5.5h-9.2l-2.1 4.2H4.3v4H.5l3.8 12.8h25.2v-21Zm-7.2 2.1h7.1v2.1h-8.1Zm5.5 6.1H6.6v-1.9h20.8v7.626Z"/><path fill="#fff" fill-rule="evenodd" d="M31 20.5A10.5 10.5 0 1 1 20.5 10A10.5 10.5 0 0 1 31 20.5"/><path fill="#333" fill-rule="evenodd" d="M23.013 27.6a2.5 2.5 0 0 0-.713-1.944c2.339-.26 4.794-1.148 4.794-5.181a4.05 4.05 0 0 0-1.079-2.818a3.77 3.77 0 0 0-.105-2.779s-.88-.282-2.884 1.077a9.94 9.94 0 0 0-5.258 0c-2.005-1.359-2.887-1.077-2.887-1.077a3.78 3.78 0 0 0-.1 2.779A4.06 4.06 0 0 0 13.7 20.47c0 4.023 2.451 4.924 4.783 5.189a2.25 2.25 0 0 0-.667 1.4a2.234 2.234 0 0 1-3.055-.873a2.21 2.21 0 0 0-1.609-1.082s-1.025-.013-.072.639a2.78 2.78 0 0 1 1.166 1.535s.616 2.043 3.537 1.408c0 .876.014 1.537.014 1.786a.6.6 0 0 1-.032.177a10.2 10.2 0 0 0 5.27 0a.6.6 0 0 1-.035-.173c0-.344.013-1.476.013-2.876"/>'},ZT={width:32,height:32,body:'<path fill="#c09553" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><path fill="#61dbfb" d="M22.364 15.607c.463.77 1.395 1.172 1.934 1.357l.116.042c.156 4.532.117 5.029-.116 5.966c-.35 1.404-1.427 3.248-3.558 3.217c-2.13-.03-2.248-1.47-2.403-2.397s.008-3.05 0-3.1c-.015-.108.57.026 1.3 0q.782-.027 1.375 0q-2.01-2.271-2.157-2.417c-.006-.006-1.084-.856-2.55-2.548a63 63 0 0 0 0 2.661c.015.863-.036 3.071 0 4.408s.227 3.647 1.055 4.394c.827.746 1.285 1.236 3.652 1.303s3.747-1.661 4.438-2.303c.692-.643 1.186-2.212 1.279-3.218q.049-.537.024-5.516q-.012.476-.024-.45q.253-.105.282-.115c1-.401 1.174-.777 1.626-1.284c.453-.507.704-3.168 0-4.021c-.704-.854-.954-1.077-1.908-1.313s-1.741-.134-2.43 0s-1.371.658-1.935 1.313s-.465 3.25 0 4.02m2.214-.173c-.739-.366-1.177-1.186-1.063-1.979c.097-.646.49-1.19 1.063-1.474c.481-.239.955-.27 1.463-.104c.89.288 1.455 1.231 1.294 2.144c-.231 1.282-1.602 1.982-2.756 1.412"/>'},qT={width:32,height:32,body:'<path fill="#dcb67a" d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z"/><path fill="#dcb67a" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="#61dbfb" d="M22.364 15.607c.463.77 1.395 1.172 1.934 1.357l.116.042c.156 4.532.117 5.029-.116 5.966c-.35 1.404-1.427 3.248-3.558 3.217c-2.13-.03-2.248-1.47-2.403-2.397s.008-3.05 0-3.1c-.015-.108.57.026 1.3 0q.782-.027 1.375 0q-2.01-2.271-2.157-2.417c-.006-.006-1.084-.856-2.55-2.548a63 63 0 0 0 0 2.661c.015.863-.036 3.071 0 4.408s.227 3.647 1.055 4.394c.827.746 1.285 1.236 3.652 1.303s3.747-1.661 4.438-2.303c.692-.643 1.186-2.212 1.279-3.218q.049-.537.024-5.516q-.012.476-.024-.45q.253-.105.282-.115c1-.401 1.174-.777 1.626-1.284c.453-.507.704-3.168 0-4.021c-.704-.854-.954-1.077-1.908-1.313s-1.741-.134-2.43 0s-1.371.658-1.935 1.313s-.465 3.25 0 4.02m2.214-.173c-.739-.366-1.177-1.186-1.063-1.979c.097-.646.49-1.19 1.063-1.474c.481-.239.955-.27 1.463-.104c.89.288 1.455 1.231 1.294 2.144c-.231 1.282-1.602 1.982-2.756 1.412"/>'},QT={width:32,height:32,body:'<path fill="#55bfa0" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><path fill="#2dcc9f" d="M31 15.778V31H10V15.777h21"/><path fill="#fff" d="M26.674 17.8a1.653 1.653 0 1 0 .845.467a1.66 1.66 0 0 0-.845-.467m-4.591 8.667L18 20.786l-6.062 8.428h8.174q.987-1.374 1.976-2.747m2.955-3.076l-4.188 5.824h8.377q-2.094-2.915-4.189-5.824"/>'},KT={width:32,height:32,body:'<path fill="#7bdbc0" d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z"/><path fill="#7bdbc0" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="#2dcc9f" d="M31 15.778V31H10V15.777h21"/><path fill="#fff" d="M26.674 17.8a1.653 1.653 0 1 0 .845.467a1.66 1.66 0 0 0-.845-.467m-4.591 8.667L18 20.786l-6.062 8.428h8.174q.987-1.374 1.976-2.747m2.955-3.076l-4.188 5.824h8.377q-2.094-2.915-4.189-5.824"/>'},YT={width:32,height:32,body:'<path fill="#c18053" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><path fill="#59c2f2" d="m13.065 26.488l-.383-.365v-.753a4.48 4.48 0 0 0 5.557 0v.753l-.383.365a3.47 3.47 0 0 1-4.791 0"/><path fill="#59c2f2" d="M12.682 23.9V13a4.03 4.03 0 0 0 5.557 0v10.9l-.383.365a3.47 3.47 0 0 1-4.791 0Zm1.111-6.455h3.334v-1.111h-3.334Zm1.667 11.114a4.57 4.57 0 0 1-2.778-.966v2.077a4.03 4.03 0 0 0 5.557 0v-2.077a4.57 4.57 0 0 1-2.779.966"/><path fill="#8abf4f" d="m23.968 26.488l.383-.365v-.753a4.48 4.48 0 0 1-5.557 0v.753l.383.365a3.47 3.47 0 0 0 4.791 0"/><path fill="#8abf4f" d="M18.794 23.9V13a4.03 4.03 0 0 0 5.557 0v10.9l-.383.365a3.47 3.47 0 0 1-4.791 0Zm1.111-6.455h3.335v-1.111h-3.334Zm1.668 11.114a4.57 4.57 0 0 1-2.778-.966v2.077a4.03 4.03 0 0 0 5.557 0v-2.077a4.57 4.57 0 0 1-2.779.966"/><path fill="#b533a5" d="m30.081 26.488l.383-.365v-.753a4.48 4.48 0 0 1-5.557 0v.753l.383.365a3.47 3.47 0 0 0 4.791 0"/><path fill="#b533a5" d="M24.907 23.9V13a4.03 4.03 0 0 0 5.557 0v10.9l-.383.365a3.47 3.47 0 0 1-4.791 0Zm1.111-6.455h3.334v-1.111h-3.334Zm1.667 11.114a4.57 4.57 0 0 1-2.778-.966v2.077a4.03 4.03 0 0 0 5.557 0v-2.077a4.57 4.57 0 0 1-2.779.966"/>'},WT={width:32,height:32,body:'<path fill="#dda27a" d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z"/><path fill="#dda27a" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="#59c2f2" d="m13.065 26.488l-.383-.365v-.753a4.48 4.48 0 0 0 5.557 0v.753l-.383.365a3.47 3.47 0 0 1-4.791 0"/><path fill="#59c2f2" d="M12.682 23.9V13a4.03 4.03 0 0 0 5.557 0v10.9l-.383.365a3.47 3.47 0 0 1-4.791 0Zm1.111-6.455h3.334v-1.111h-3.334Zm1.667 11.114a4.57 4.57 0 0 1-2.778-.966v2.077a4.03 4.03 0 0 0 5.557 0v-2.077a4.57 4.57 0 0 1-2.779.966"/><path fill="#8abf4f" d="m23.968 26.488l.383-.365v-.753a4.48 4.48 0 0 1-5.557 0v.753l.383.365a3.47 3.47 0 0 0 4.791 0"/><path fill="#8abf4f" d="M18.794 23.9V13a4.03 4.03 0 0 0 5.557 0v10.9l-.383.365a3.47 3.47 0 0 1-4.791 0Zm1.111-6.455h3.335v-1.111h-3.334Zm1.668 11.114a4.57 4.57 0 0 1-2.778-.966v2.077a4.03 4.03 0 0 0 5.557 0v-2.077a4.57 4.57 0 0 1-2.779.966"/><path fill="#b533a5" d="m30.081 26.488l.383-.365v-.753a4.48 4.48 0 0 1-5.557 0v.753l.383.365a3.47 3.47 0 0 0 4.791 0"/><path fill="#b533a5" d="M24.907 23.9V13a4.03 4.03 0 0 0 5.557 0v10.9l-.383.365a3.47 3.47 0 0 1-4.791 0Zm1.111-6.455h3.334v-1.111h-3.334Zm1.667 11.114a4.57 4.57 0 0 1-2.778-.966v2.077a4.03 4.03 0 0 0 5.557 0v-2.077a4.57 4.57 0 0 1-2.779.966"/>'},XT={width:32,height:32,body:'<path fill="#bfa855" d="M27.9 6h-9.8l-2 4H5v17h25V6Zm.1 4h-7.8l1-2H28Z"/><path fill="#40474d" d="M14.54 11.41a2.076 2.076 0 0 1 2.724-1.21c2.191 1.057 4.714 1.79 7.122 1.032q.556-.149 1.1-.347c1.023-.319 2.082-1.239 3.185-.689a4.54 4.54 0 0 1 1.847 3a21 21 0 0 1-.044 8.83a13.7 13.7 0 0 1-3.506 7.026A6.84 6.84 0 0 1 22.711 31q-.5 0-1-.016a6.78 6.78 0 0 1-4.744-2.419c-2.486-2.966-3.347-6.938-3.534-10.718a13.7 13.7 0 0 1 1.107-6.437m1.281 6.5a7.16 7.16 0 0 1 4.831-.014c-.29-2.344-4.52-2.317-4.831.014m7.908-.023a8.03 8.03 0 0 1 4.821-.05c-.408-2.271-4.46-2.242-4.821.05m-5.694 6.15a2.98 2.98 0 0 0 2.279 2.717a5.52 5.52 0 0 0 5.17-.792a2.9 2.9 0 0 0 .923-1.922a12.55 12.55 0 0 1-8.372.001Z"/><path fill="#fac502" d="M15.821 17.914c.311-2.331 4.541-2.358 4.831-.014a7.16 7.16 0 0 0-4.831.014m7.908-.023c.361-2.292 4.413-2.321 4.821-.05a8.03 8.03 0 0 0-4.821.05m-5.694 6.15a12.55 12.55 0 0 0 8.372 0a2.9 2.9 0 0 1-.923 1.922a5.52 5.52 0 0 1-5.17.792a2.98 2.98 0 0 1-2.279-2.714"/>'},JT={width:32,height:32,body:'<path fill="#dbc87b" d="M27.9 6h-9.7l-2 4H5v17h25V6Zm.1 18H7V12h21Zm.1-14h-7.8l1-2H28Z"/><path fill="#dbc87b" d="M25.9 14H.3l3.8 13h25.6z"/><path fill="#40474d" d="M14.54 11.41a2.076 2.076 0 0 1 2.724-1.21c2.191 1.057 4.714 1.79 7.122 1.032q.556-.149 1.1-.347c1.023-.319 2.082-1.239 3.185-.689a4.54 4.54 0 0 1 1.847 3a21 21 0 0 1-.044 8.83a13.7 13.7 0 0 1-3.506 7.026A6.84 6.84 0 0 1 22.711 31q-.5 0-1-.016a6.78 6.78 0 0 1-4.744-2.419c-2.486-2.966-3.347-6.938-3.534-10.718a13.7 13.7 0 0 1 1.107-6.437m1.281 6.5a7.16 7.16 0 0 1 4.831-.014c-.29-2.344-4.52-2.317-4.831.014m7.908-.023a8.03 8.03 0 0 1 4.821-.05c-.408-2.271-4.46-2.242-4.821.05m-5.694 6.15a2.98 2.98 0 0 0 2.279 2.717a5.52 5.52 0 0 0 5.17-.792a2.9 2.9 0 0 0 .923-1.922a12.55 12.55 0 0 1-8.372.001Z"/><path fill="#fac502" d="M15.821 17.914c.311-2.331 4.541-2.358 4.831-.014a7.16 7.16 0 0 0-4.831.014m7.908-.023c.361-2.292 4.413-2.321 4.821-.05a8.03 8.03 0 0 0-4.821.05m-5.694 6.15a12.55 12.55 0 0 0 8.372 0a2.9 2.9 0 0 1-.923 1.922a5.52 5.52 0 0 1-5.17.792a2.98 2.98 0 0 1-2.279-2.714"/>'},ez={width:32,height:32,body:'<path fill="#558dbf" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><path fill="#b2cde5" d="M20.62 10v5.999l-5.188-3"/><path fill="#b2cde5" d="m25.807 12.999l-5.187 3V10"/><path fill="#4c89c3" d="M25.807 12.999V19l-5.187-3.001"/><path fill="#0057a9" d="M15.432 12.999V19l5.188-3.001m0 0V22l-5.188-3"/><path fill="#4c89c3" d="M20.622 15.999L20.62 22l5.187-2.998"/><path fill="#b2cde5" d="M25.807 19v6l-5.187-3"/><path fill="#b2cde5" d="M15.432 19v6l5.188-3"/><path fill="#4c89c3" d="M20.62 22v6l-5.188-3"/><path fill="#0057a9" d="m20.622 22l-.002 6l5.187-2.998"/><path fill="#b2cde5" d="M15.432 19v6l-5.187-3"/><path fill="#0057a9" d="M10.245 22v6l5.187-3m0 0v6l-5.187-3"/><path fill="#4c89c3" d="m15.434 25l-.002 6l5.188-2.998"/><path fill="#b2cde5" d="M30.995 22.002L25.807 25l.003-6"/><path fill="#4c89c3" d="M30.995 22v6l-5.188-3"/><path fill="#0057a9" d="M25.807 25v6l-5.187-3"/><path fill="#4c89c3" d="m25.81 25l-.003 6l5.188-2.998"/>'},tz={width:32,height:32,body:'<path fill="#7baddb" d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z"/><path fill="#7baddb" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="#b2cde5" d="M20.62 10v5.999l-5.188-3"/><path fill="#b2cde5" d="m25.807 12.999l-5.187 3V10"/><path fill="#4c89c3" d="M25.807 12.999V19l-5.187-3.001"/><path fill="#0057a9" d="M15.432 12.999V19l5.188-3.001m0 0V22l-5.188-3"/><path fill="#4c89c3" d="M20.622 15.999L20.62 22l5.187-2.998"/><path fill="#b2cde5" d="M25.807 19v6l-5.187-3"/><path fill="#b2cde5" d="M15.432 19v6l5.188-3"/><path fill="#4c89c3" d="M20.62 22v6l-5.188-3"/><path fill="#0057a9" d="m20.622 22l-.002 6l5.187-2.998"/><path fill="#b2cde5" d="M15.432 19v6l-5.187-3"/><path fill="#0057a9" d="M10.245 22v6l5.187-3m0 0v6l-5.187-3"/><path fill="#4c89c3" d="m15.434 25l-.002 6l5.188-2.998"/><path fill="#b2cde5" d="M30.995 22.002L25.807 25l.003-6"/><path fill="#4c89c3" d="M30.995 22v6l-5.188-3"/><path fill="#0057a9" d="M25.807 25v6l-5.187-3"/><path fill="#4c89c3" d="m25.81 25l-.003 6l5.188-2.998"/>'},nz={width:32,height:32,body:'<path fill="#8ebf55" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><path fill="#fff" d="M21.688 31a1.6 1.6 0 0 1-.807-.216l-2.57-1.52c-.383-.215-.2-.291-.07-.335A5 5 0 0 0 19.4 28.4a.2.2 0 0 1 .191.015l1.974 1.172a.26.26 0 0 0 .239 0l7.7-4.442a.24.24 0 0 0 .118-.208v-8.881a.25.25 0 0 0-.119-.212l-7.692-4.438a.24.24 0 0 0-.238 0l-7.693 4.439a.25.25 0 0 0-.122.211v8.881a.24.24 0 0 0 .121.206l2.108 1.218c1.144.572 1.845-.1 1.845-.778v-8.769a.22.22 0 0 1 .223-.222h.976a.22.22 0 0 1 .222.222v8.769a2.132 2.132 0 0 1-2.278 2.4A3.3 3.3 0 0 1 15.2 27.5l-2.018-1.162a1.63 1.63 0 0 1-.807-1.4v-8.882a1.62 1.62 0 0 1 .807-1.4l7.7-4.447a1.69 1.69 0 0 1 1.617 0l7.7 4.447a1.62 1.62 0 0 1 .808 1.4v8.881a1.63 1.63 0 0 1-.808 1.4l-7.7 4.443a1.6 1.6 0 0 1-.811.22"/><path fill="#fff" d="M20.231 21.965a.22.22 0 0 1 .222-.222h1a.22.22 0 0 1 .221.188c.15 1.013.6 1.524 2.634 1.524c1.621 0 2.311-.367 2.311-1.227c0-.5-.2-.864-2.715-1.111c-2.106-.208-3.408-.674-3.408-2.358c0-1.553 1.309-2.479 3.5-2.479c2.466 0 3.685.856 3.84 2.691a.22.22 0 0 1-.221.242h-1a.22.22 0 0 1-.216-.174c-.239-1.066-.823-1.407-2.4-1.407c-1.77 0-1.975.617-1.975 1.079c0 .56.243.723 2.632 1.039c2.365.313 3.488.755 3.488 2.418s-1.4 2.637-3.836 2.637c-3.372.002-4.077-1.543-4.077-2.84"/>'},az={width:32,height:32,body:'<path fill="#b1db7b" d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z"/><path fill="#b1db7b" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="#fff" d="M21.688 31a1.6 1.6 0 0 1-.807-.216l-2.57-1.52c-.383-.215-.2-.291-.07-.335A5 5 0 0 0 19.4 28.4a.2.2 0 0 1 .191.015l1.974 1.172a.26.26 0 0 0 .239 0l7.7-4.442a.24.24 0 0 0 .118-.208v-8.881a.25.25 0 0 0-.119-.212l-7.692-4.438a.24.24 0 0 0-.238 0l-7.693 4.439a.25.25 0 0 0-.122.211v8.881a.24.24 0 0 0 .121.206l2.108 1.218c1.144.572 1.845-.1 1.845-.778v-8.769a.22.22 0 0 1 .223-.222h.976a.22.22 0 0 1 .222.222v8.769a2.132 2.132 0 0 1-2.278 2.4A3.3 3.3 0 0 1 15.2 27.5l-2.018-1.162a1.63 1.63 0 0 1-.807-1.4v-8.882a1.62 1.62 0 0 1 .807-1.4l7.7-4.447a1.69 1.69 0 0 1 1.617 0l7.7 4.447a1.62 1.62 0 0 1 .808 1.4v8.881a1.63 1.63 0 0 1-.808 1.4l-7.7 4.443a1.6 1.6 0 0 1-.811.22"/><path fill="#fff" d="M20.231 21.965a.22.22 0 0 1 .222-.222h1a.22.22 0 0 1 .221.188c.15 1.013.6 1.524 2.634 1.524c1.621 0 2.311-.367 2.311-1.227c0-.5-.2-.864-2.715-1.111c-2.106-.208-3.408-.674-3.408-2.358c0-1.553 1.309-2.479 3.5-2.479c2.466 0 3.685.856 3.84 2.691a.22.22 0 0 1-.221.242h-1a.22.22 0 0 1-.216-.174c-.239-1.066-.823-1.407-2.4-1.407c-1.77 0-1.975.617-1.975 1.079c0 .56.243.723 2.632 1.039c2.365.313 3.488.755 3.488 2.418s-1.4 2.637-3.836 2.637c-3.372.002-4.077-1.543-4.077-2.84"/>'},rz={width:32,height:32,body:'<path fill="#00a23c" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><path fill="#aaffa2" d="M22.6 16.3a3.79 3.79 0 0 1 1.8 2.8a3.048 3.048 0 1 0-1.8-2.8m-2 6.3a3.1 3.1 0 1 0-3.1-3.1a3.116 3.116 0 0 0 3.1 3.1m1.3.2h-2.6a3.9 3.9 0 0 0-3.9 3.9V30l.2.1a16.1 16.1 0 0 0 5.4.9a9.64 9.64 0 0 0 4.7-.9l.2-.1v-3.2a4.15 4.15 0 0 0-4-4m5.1-3.2h-2.6a3.23 3.23 0 0 1-1.2 2.6a4.62 4.62 0 0 1 3.3 4.5v1a9.8 9.8 0 0 0 4.1-.9l.2-.1v-3.2a3.82 3.82 0 0 0-3.8-3.9m-11.8-.2a3 3 0 0 0 1.6-.5a3.7 3.7 0 0 1 1.4-2.4v-.2a3.1 3.1 0 0 0-6.2 0a3.27 3.27 0 0 0 3.2 3.1m2.7 2.9a4.2 4.2 0 0 1-1.2-2.6h-2.9a3.9 3.9 0 0 0-3.9 3.9v3.2l.2.1a16.3 16.3 0 0 0 4.4.8v-1a4.81 4.81 0 0 1 3.4-4.4"/>'},lz={width:32,height:32,body:'<path fill="#33b563" d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z"/><path fill="#33b563" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="#aaffa2" d="M22.573 16.294a3.82 3.82 0 0 1 1.776 2.835a3.079 3.079 0 1 0-1.776-2.835M20.555 22.6a3.08 3.08 0 1 0-3.08-3.08a3.08 3.08 0 0 0 3.08 3.08m1.306.21h-2.613a3.95 3.95 0 0 0-3.948 3.943v3.2l.008.05l.22.069a18 18 0 0 0 5.362.865a11 11 0 0 0 4.682-.879l.206-.1h.022v-3.2a3.947 3.947 0 0 0-3.939-3.948m5.1-3.179h-2.6a3.8 3.8 0 0 1-1.171 2.644a4.69 4.69 0 0 1 3.347 4.484v.985a10.6 10.6 0 0 0 4.133-.868l.206-.1h.024v-3.2a3.95 3.95 0 0 0-3.943-3.946Zm-11.806-.21a3.06 3.06 0 0 0 1.638-.475a3.8 3.8 0 0 1 1.433-2.431c0-.058.009-.115.009-.173a3.08 3.08 0 1 0-3.081 3.079Zm2.766 2.853a3.8 3.8 0 0 1-1.171-2.629c-.1-.007-.191-.015-.289-.015h-2.618A3.95 3.95 0 0 0 9.9 23.573v3.2l.008.049l.22.069a18.5 18.5 0 0 0 4.441.835v-.965a4.69 4.69 0 0 1 3.348-4.487Z"/>'},iz={width:32,height:32,body:'<path fill="#bf5555" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><path fill="#40e81c" d="M14.2 18.428a4.2 4.2 0 1 1 4.2-4.2a4.2 4.2 0 0 1-4.2 4.2m0-6a1.8 1.8 0 1 0 1.8 1.8a1.8 1.8 0 0 0-1.8-1.797Z"/><path fill="#1c91e8" d="M26.8 25.38a4.2 4.2 0 1 1 4.2-4.2a4.2 4.2 0 0 1-4.2 4.2m0-6a1.8 1.8 0 1 0 1.8 1.8a1.8 1.8 0 0 0-1.8-1.797Z"/><path fill="#eada1b" d="M16.187 31a4.2 4.2 0 1 1 4.2-4.2a4.2 4.2 0 0 1-4.2 4.2m0-6a1.8 1.8 0 1 0 1.8 1.8a1.8 1.8 0 0 0-1.8-1.8"/><path fill="#474756" d="M14.19 19.094a6 6 0 0 1-.645-.015l.519 3.306a4.9 4.9 0 0 1 2.1-.475a6 6 0 0 1 .668.042l-.517-3.3a4.9 4.9 0 0 1-2.125.442M22 22.158l-2.321 1.22a5 5 0 0 1 1.307 2.475l2.337-1.229A5.07 5.07 0 0 1 22 22.158m1.359-4.458l-4.38-2.422a4.9 4.9 0 0 1-1.355 2.448l4.388 2.432a5.05 5.05 0 0 1 1.347-2.458"/>'},sz={width:32,height:32,body:'<path fill="#db7b7b" d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z"/><path fill="#db7b7b" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="#40e81c" d="M14.2 18.428a4.2 4.2 0 1 1 4.2-4.2a4.2 4.2 0 0 1-4.2 4.2m0-6a1.8 1.8 0 1 0 1.8 1.8a1.8 1.8 0 0 0-1.8-1.797Z"/><path fill="#1c91e8" d="M26.8 25.38a4.2 4.2 0 1 1 4.2-4.2a4.2 4.2 0 0 1-4.2 4.2m0-6a1.8 1.8 0 1 0 1.8 1.8a1.8 1.8 0 0 0-1.8-1.797Z"/><path fill="#eada1b" d="M16.187 31a4.2 4.2 0 1 1 4.2-4.2a4.2 4.2 0 0 1-4.2 4.2m0-6a1.8 1.8 0 1 0 1.8 1.8a1.8 1.8 0 0 0-1.8-1.8"/><path fill="#474756" d="M14.19 19.094a6 6 0 0 1-.645-.015l.519 3.306a4.9 4.9 0 0 1 2.1-.475a6 6 0 0 1 .668.042l-.517-3.3a4.9 4.9 0 0 1-2.125.442M22 22.158l-2.321 1.22a5 5 0 0 1 1.307 2.475l2.337-1.229A5.07 5.07 0 0 1 22 22.158m1.359-4.458l-4.38-2.422a4.9 4.9 0 0 1-1.355 2.448l4.388 2.432a5.05 5.05 0 0 1 1.347-2.458"/>'},oz={width:32,height:32,body:'<path fill="#828282" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><path fill="#333" d="M16.012 10h11.642a3.14 3.14 0 0 1 1.913.817a4.73 4.73 0 0 1 1.363 2.833c.03.212.048.425.07.639v.368a.7.7 0 0 1-.306.491a1.2 1.2 0 0 1-.678.1h-1.637q-.009 6.069 0 12.138a3.57 3.57 0 0 1-.532 1.888A3.63 3.63 0 0 1 25.96 30.8a4.4 4.4 0 0 1-.972.2H13.92a4.04 4.04 0 0 1-2.216-.8a4.48 4.48 0 0 1-1.6-2.7c-.054-.258-.076-.522-.107-.784V26.3a.73.73 0 0 1 .3-.454a1.1 1.1 0 0 1 .639-.1h1.681v-12.14A3.6 3.6 0 0 1 13.744 11a3.64 3.64 0 0 1 2.268-1"/><path fill="gray" d="M14.092 12.777a4.6 4.6 0 0 0-.154 1.653v11.318c2.434.006 4.868 0 7.3 0a.65.65 0 0 1 .587.433a3 3 0 0 1 .051.572a3.42 3.42 0 0 0 1.038 2.278a2.66 2.66 0 0 0 1.806.652a2.3 2.3 0 0 0 2.338-2.252V13.889a2 2 0 0 1 .03-.466a4.6 4.6 0 0 1 .569-1.4a2.2 2.2 0 0 1 .673-.719q-6.051-.008-12.1 0a2.31 2.31 0 0 0-2.138 1.473"/><path fill="#333" d="M18.008 16.819a.7.7 0 0 1 .607-.258a.656.656 0 0 1 .582.722a.2.2 0 0 1-.009.056c-.045.256-.268.415-.437.591c-.638.641-1.293 1.265-1.924 1.912c.654.666 1.327 1.313 1.986 1.974a1.05 1.05 0 0 1 .375.53a.66.66 0 0 1-.466.761a.65.65 0 0 1-.629-.158c-.885-.865-1.757-1.744-2.64-2.611a.665.665 0 0 1-.043-.939v-.006q1.3-1.293 2.598-2.574m3.804.357a.66.66 0 0 1 .574-.609a.67.67 0 0 1 .547.188q1.3 1.285 2.595 2.573a.674.674 0 0 1 .105.947a1 1 0 0 1-.094.1q-1.259 1.244-2.512 2.491a.77.77 0 0 1-.475.277a.656.656 0 0 1-.719-.479a.66.66 0 0 1 .182-.646c.724-.722 1.456-1.434 2.174-2.162c-.711-.713-1.43-1.418-2.146-2.126a.69.69 0 0 1-.231-.554"/>'},cz={width:32,height:32,body:'<path fill="#bfbfbf" d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Zm-1.7 4H.5l3.8 12.8h25.2Z"/><path fill="#333" d="M16.012 10h11.642a3.14 3.14 0 0 1 1.913.817a4.73 4.73 0 0 1 1.363 2.833c.03.212.048.425.07.639v.368a.7.7 0 0 1-.306.491a1.2 1.2 0 0 1-.678.1h-1.637q-.009 6.069 0 12.138a3.57 3.57 0 0 1-.532 1.888A3.63 3.63 0 0 1 25.96 30.8a4.4 4.4 0 0 1-.972.2H13.92a4.04 4.04 0 0 1-2.216-.8a4.48 4.48 0 0 1-1.6-2.7c-.054-.258-.076-.522-.107-.784V26.3a.73.73 0 0 1 .3-.454a1.1 1.1 0 0 1 .639-.1h1.681v-12.14A3.6 3.6 0 0 1 13.744 11a3.64 3.64 0 0 1 2.268-1"/><path fill="gray" d="M14.092 12.777a4.6 4.6 0 0 0-.154 1.653v11.318c2.434.006 4.868 0 7.3 0a.65.65 0 0 1 .587.433a3 3 0 0 1 .051.572a3.42 3.42 0 0 0 1.038 2.278a2.66 2.66 0 0 0 1.806.652a2.3 2.3 0 0 0 2.338-2.252V13.889a2 2 0 0 1 .03-.466a4.6 4.6 0 0 1 .569-1.4a2.2 2.2 0 0 1 .673-.719q-6.051-.008-12.1 0a2.31 2.31 0 0 0-2.138 1.473"/><path fill="#333" d="M18.008 16.819a.7.7 0 0 1 .607-.258a.656.656 0 0 1 .582.722a.2.2 0 0 1-.009.056c-.045.256-.268.415-.437.591c-.638.641-1.293 1.265-1.924 1.912c.654.666 1.327 1.313 1.986 1.974a1.05 1.05 0 0 1 .375.53a.66.66 0 0 1-.466.761a.65.65 0 0 1-.629-.158c-.885-.865-1.757-1.744-2.64-2.611a.665.665 0 0 1-.043-.939v-.006q1.3-1.293 2.598-2.574m3.804.357a.66.66 0 0 1 .574-.609a.67.67 0 0 1 .547.188q1.3 1.285 2.595 2.573a.674.674 0 0 1 .105.947a1 1 0 0 1-.094.1q-1.259 1.244-2.512 2.491a.77.77 0 0 1-.475.277a.656.656 0 0 1-.719-.479a.66.66 0 0 1 .182-.646c.724-.722 1.456-1.434 2.174-2.162c-.711-.713-1.43-1.418-2.146-2.126a.69.69 0 0 1-.231-.554"/>'},uz={width:32,height:32,body:'<defs><linearGradient id="SVGdWbdmbkP" x1="127.346" x2="125.823" y1="-116.408" y2="-119.26" gradientTransform="matrix(.864 0 0 -.864 -81.843 -76.99)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff"/><stop offset="1" stop-color="#fff"/></linearGradient><linearGradient id="SVG8lm6nc8b" x1="127.349" x2="125.824" y1="-116.274" y2="-119.127" gradientTransform="matrix(.864 0 0 -.864 -81.843 -76.99)" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop offset="1" stop-color="#6a6a6a"/></linearGradient><linearGradient id="SVGAPCDfbiV" x1="126.507" x2="128.647" y1="-131.222" y2="-131.222" gradientTransform="matrix(.864 0 0 -.864 -90.788 -94.496)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#e7ebef"/><stop offset="1" stop-color="#c4ce00"/></linearGradient><linearGradient id="SVGAxOVFe2Z" x1="127.346" x2="125.823" y1="-117.409" y2="-120.262" gradientTransform="matrix(.864 0 0 -.864 -81.843 -78.528)" href="#SVGdWbdmbkP"/><linearGradient id="SVGlZ3Pqc9R" x1="127.349" x2="125.824" y1="-117.276" y2="-120.128" gradientTransform="matrix(.864 0 0 -.864 -81.843 -78.528)" href="#SVG8lm6nc8b"/><linearGradient id="SVGbfvqkd4a" x1="127.346" x2="125.823" y1="-118.411" y2="-121.263" gradientTransform="matrix(.864 0 0 -.864 -81.843 -80.066)" href="#SVGdWbdmbkP"/><linearGradient id="SVG9bgFBcXH" x1="127.349" x2="125.824" y1="-118.277" y2="-121.13" gradientTransform="matrix(.864 0 0 -.864 -81.843 -80.066)" href="#SVG8lm6nc8b"/><linearGradient id="SVGjvhMwbEq" x1="127.346" x2="125.823" y1="-119.413" y2="-122.265" gradientTransform="matrix(.864 0 0 -.864 -81.843 -81.604)" href="#SVGdWbdmbkP"/><linearGradient id="SVGOpHcfeyf" x1="127.349" x2="125.824" y1="-119.279" y2="-122.131" gradientTransform="matrix(.864 0 0 -.864 -81.843 -81.604)" href="#SVG8lm6nc8b"/><linearGradient id="SVGy8DX5dGM" x1="127.346" x2="125.823" y1="-115.406" y2="-118.258" gradientTransform="matrix(.864 0 0 -.864 -81.843 -75.452)" href="#SVGdWbdmbkP"/><linearGradient id="SVGlg3b5bBd" x1="127.349" x2="125.824" y1="-115.272" y2="-118.125" gradientTransform="matrix(.864 0 0 -.864 -81.843 -75.452)" href="#SVG8lm6nc8b"/></defs><path fill="#53c1b6" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><path fill="#00608b" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.28" d="M29.374 12.871a324 324 0 0 1-4.66-1.331a1.3 1.3 0 0 0-.642-.038c-.113.038-6.883 4.008-7.11 4.121c-.038 0-.038.038-.076.076a.8.8 0 0 0-.264.567v0l.078 11.743c0 .189.038.264.189.34c0 0 4.912 1.965 5.479 2.116h.076c.264.038.34.038.453-.076l.038-.038c.113-.076 6.416-4.869 6.529-4.982a.57.57 0 0 0 .151-.3c0-.113.177-11.554.177-11.7v-.038a.51.51 0 0 0-.416-.453Zm-.118.567a2 2 0 0 0 .227-.189s-.113.076-.264.189c-.264.189-.6.416-.982.718c.642-.453 1.209-.831 1.36-.945a2.4 2.4 0 0 1-.336.227Z"/><path fill="#00608b" d="M24.7 11.5a1.3 1.3 0 0 0-.642-.038c-.113.038-6.867 4.051-7.094 4.2c-.189.113-.264.34 0 .453c.264.076 5.214 1.7 5.4 1.738a.82.82 0 0 0 .68-.038c.113-.076 6.516-4.453 6.63-4.566s-.111-.314-.27-.367c-.181-.06-4.518-1.346-4.744-1.422l.038.038Z"/><path fill="#00608b" d="M16.66 16.3c0-.189.113-.3.264-.264c.113.038 5.441 1.776 5.63 1.927c.189.113.3.189.3.34l-.076 11.932a.235.235 0 0 1-.34.227c-.567-.151-5.479-2.116-5.479-2.116c-.151-.076-.189-.151-.189-.34Z"/><path fill="#00608b" d="M22.969 30.389c-.113.076-.235-.013-.235-.226l.046-11.895a.47.47 0 0 1 .189-.378c.113-.076 6.53-4.528 6.681-4.642s.227.113.189.227c0 .113-.214 11.5-.214 11.616a.28.28 0 0 1-.151.264c-.113.113-6.467 4.958-6.543 5.071z"/><path fill="#00608b" d="M16.886 15.963c-.038 0 0-.189.113-.3a.83.83 0 0 0-.34.642a.236.236 0 0 1 .227-.189c.68.227 5.365 1.851 5.554 1.927s.3.144.3.333l.037.451l.068-.459c0-.189.126-.324.352-.475c.113-.076 2.969-2.095 3.775-2.815c-.766.408-3.8 2.777-4.216 2.777c-.321 0-5.831-1.889-5.869-1.889Z"/><path fill="#00608b" d="M26.521 15.4a2 2 0 0 1 .34-.227ZM23 30.365a.46.46 0 0 1-.533.109a.28.28 0 0 0 .281-.226s.029.205.252.118Zm6.58-17.056c.189-.091.269.007.275.169c.027-.167.021-.466-.451-.6c0 0 .379.188.176.428Z"/><path fill="url(#SVGdWbdmbkP)" d="m29.278 23.842l-4.1 2.976v.151l4.091-3.027l.007-.1Z" opacity=".13"/><path fill="url(#SVG8lm6nc8b)" d="M29.3 23.719L25.18 26.7v.151l4.1-3.042l.019-.094Z" opacity=".13"/><path fill="url(#SVGAPCDfbiV)" d="M18.51 18.444v.227l1.852.642v-.189z"/><path d="m18.51 18.671l-.113.075v-.453l2.04.718l-.075.113l-1.852-.68z" opacity=".22"/><path fill="#fff" d="M20.437 19.464v-.453l-.075.113v.189l-1.852-.642l-.113.075z" opacity=".72"/><path fill="url(#SVGAxOVFe2Z)" d="m29.278 23.169l-4.1 2.976v.155l4.091-3.027l.007-.1Z" opacity=".13"/><path fill="url(#SVGlZ3Pqc9R)" d="m29.3 23.047l-4.12 2.985v.151l4.1-3.042l.019-.094Z" opacity=".13"/><path fill="url(#SVGbfvqkd4a)" d="m29.278 22.5l-4.1 2.976v.151l4.093-3.027z" opacity=".13"/><path fill="url(#SVG9bgFBcXH)" d="m29.3 22.374l-4.12 2.985v.151l4.1-3.042l.019-.094Z" opacity=".13"/><path fill="url(#SVGjvhMwbEq)" d="M29.278 21.824L25.18 24.8v.151l4.091-3.027z" opacity=".13"/><path fill="url(#SVGOpHcfeyf)" d="m29.3 21.7l-4.12 2.987v.151l4.1-3.042z" opacity=".13"/><path fill="url(#SVGy8DX5dGM)" d="m29.278 24.514l-4.1 2.976v.151l4.091-3.027l.007-.1Z" opacity=".13"/><path fill="url(#SVGlg3b5bBd)" d="m29.3 24.392l-4.12 2.985v.151l4.1-3.042l.019-.094Z" opacity=".13"/>'},xz={width:32,height:32,body:'<defs><linearGradient id="SVGdWbdmbkP" x1="127.346" x2="125.823" y1="-116.408" y2="-119.26" gradientTransform="matrix(.864 0 0 -.864 -81.843 -76.99)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff"/><stop offset="1" stop-color="#fff"/></linearGradient><linearGradient id="SVG8lm6nc8b" x1="127.349" x2="125.824" y1="-116.274" y2="-119.127" gradientTransform="matrix(.864 0 0 -.864 -81.843 -76.99)" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop offset="1" stop-color="#6a6a6a"/></linearGradient><linearGradient id="SVGAPCDfbiV" x1="126.507" x2="128.647" y1="-131.222" y2="-131.222" gradientTransform="matrix(.864 0 0 -.864 -90.788 -94.496)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#e7ebef"/><stop offset="1" stop-color="#c4ce00"/></linearGradient><linearGradient id="SVGAxOVFe2Z" x1="127.346" x2="125.823" y1="-117.409" y2="-120.262" gradientTransform="matrix(.864 0 0 -.864 -81.843 -78.528)" href="#SVGdWbdmbkP"/><linearGradient id="SVGlZ3Pqc9R" x1="127.349" x2="125.824" y1="-117.276" y2="-120.128" gradientTransform="matrix(.864 0 0 -.864 -81.843 -78.528)" href="#SVG8lm6nc8b"/><linearGradient id="SVGbfvqkd4a" x1="127.346" x2="125.823" y1="-118.411" y2="-121.263" gradientTransform="matrix(.864 0 0 -.864 -81.843 -80.066)" href="#SVGdWbdmbkP"/><linearGradient id="SVG9bgFBcXH" x1="127.349" x2="125.824" y1="-118.277" y2="-121.13" gradientTransform="matrix(.864 0 0 -.864 -81.843 -80.066)" href="#SVG8lm6nc8b"/><linearGradient id="SVGjvhMwbEq" x1="127.346" x2="125.823" y1="-119.413" y2="-122.265" gradientTransform="matrix(.864 0 0 -.864 -81.843 -81.604)" href="#SVGdWbdmbkP"/><linearGradient id="SVGOpHcfeyf" x1="127.349" x2="125.824" y1="-119.279" y2="-122.131" gradientTransform="matrix(.864 0 0 -.864 -81.843 -81.604)" href="#SVG8lm6nc8b"/><linearGradient id="SVGy8DX5dGM" x1="127.346" x2="125.823" y1="-115.406" y2="-118.258" gradientTransform="matrix(.864 0 0 -.864 -81.843 -75.452)" href="#SVGdWbdmbkP"/><linearGradient id="SVGlg3b5bBd" x1="127.349" x2="125.824" y1="-115.272" y2="-118.125" gradientTransform="matrix(.864 0 0 -.864 -81.843 -75.452)" href="#SVG8lm6nc8b"/></defs><path fill="#7addd3" d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z"/><path fill="#7addd3" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="#00608b" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.28" d="M29.374 12.871a324 324 0 0 1-4.66-1.331a1.3 1.3 0 0 0-.642-.038c-.113.038-6.883 4.008-7.11 4.121c-.038 0-.038.038-.076.076a.8.8 0 0 0-.264.567v0l.078 11.743c0 .189.038.264.189.34c0 0 4.912 1.965 5.479 2.116h.076c.264.038.34.038.453-.076l.038-.038c.113-.076 6.416-4.869 6.529-4.982a.57.57 0 0 0 .151-.3c0-.113.177-11.554.177-11.7v-.038a.51.51 0 0 0-.416-.453Zm-.118.567a2 2 0 0 0 .227-.189s-.113.076-.264.189c-.264.189-.6.416-.982.718c.642-.453 1.209-.831 1.36-.945a2.4 2.4 0 0 1-.336.227Z"/><path fill="#00608b" d="M24.7 11.5a1.3 1.3 0 0 0-.642-.038c-.113.038-6.867 4.051-7.094 4.2c-.189.113-.264.34 0 .453c.264.076 5.214 1.7 5.4 1.738a.82.82 0 0 0 .68-.038c.113-.076 6.516-4.453 6.63-4.566s-.111-.314-.27-.367c-.181-.06-4.518-1.346-4.744-1.422l.038.038Z"/><path fill="#00608b" d="M16.66 16.3c0-.189.113-.3.264-.264c.113.038 5.441 1.776 5.63 1.927c.189.113.3.189.3.34l-.076 11.932a.235.235 0 0 1-.34.227c-.567-.151-5.479-2.116-5.479-2.116c-.151-.076-.189-.151-.189-.34Z"/><path fill="#00608b" d="M22.969 30.389c-.113.076-.235-.013-.235-.226l.046-11.895a.47.47 0 0 1 .189-.378c.113-.076 6.53-4.528 6.681-4.642s.227.113.189.227c0 .113-.214 11.5-.214 11.616a.28.28 0 0 1-.151.264c-.113.113-6.467 4.958-6.543 5.071z"/><path fill="#00608b" d="M16.886 15.963c-.038 0 0-.189.113-.3a.83.83 0 0 0-.34.642a.236.236 0 0 1 .227-.189c.68.227 5.365 1.851 5.554 1.927s.3.144.3.333l.037.451l.068-.459c0-.189.126-.324.352-.475c.113-.076 2.969-2.095 3.775-2.815c-.766.408-3.8 2.777-4.216 2.777c-.321 0-5.831-1.889-5.869-1.889Z"/><path fill="#00608b" d="M26.521 15.4a2 2 0 0 1 .34-.227ZM23 30.365a.46.46 0 0 1-.533.109a.28.28 0 0 0 .281-.226s.029.205.252.118Zm6.58-17.056c.189-.091.269.007.275.169c.027-.167.021-.466-.451-.6c0 0 .379.188.176.428Z"/><path fill="url(#SVGdWbdmbkP)" d="m29.278 23.842l-4.1 2.976v.151l4.091-3.027l.007-.1Z" opacity=".13"/><path fill="url(#SVG8lm6nc8b)" d="M29.3 23.719L25.18 26.7v.151l4.1-3.042l.019-.094Z" opacity=".13"/><path fill="url(#SVGAPCDfbiV)" d="M18.51 18.444v.227l1.852.642v-.189z"/><path d="m18.51 18.671l-.113.075v-.453l2.04.718l-.075.113l-1.852-.68z" opacity=".22"/><path fill="#fff" d="M20.437 19.464v-.453l-.075.113v.189l-1.852-.642l-.113.075z" opacity=".72"/><path fill="url(#SVGAxOVFe2Z)" d="m29.278 23.169l-4.1 2.976v.155l4.091-3.027l.007-.1Z" opacity=".13"/><path fill="url(#SVGlZ3Pqc9R)" d="m29.3 23.047l-4.12 2.985v.151l4.1-3.042l.019-.094Z" opacity=".13"/><path fill="url(#SVGbfvqkd4a)" d="m29.278 22.5l-4.1 2.976v.151l4.093-3.027z" opacity=".13"/><path fill="url(#SVG9bgFBcXH)" d="m29.3 22.374l-4.12 2.985v.151l4.1-3.042l.019-.094Z" opacity=".13"/><path fill="url(#SVGjvhMwbEq)" d="M29.278 21.824L25.18 24.8v.151l4.091-3.027z" opacity=".13"/><path fill="url(#SVGOpHcfeyf)" d="m29.3 21.7l-4.12 2.987v.151l4.1-3.042z" opacity=".13"/><path fill="url(#SVGy8DX5dGM)" d="m29.278 24.514l-4.1 2.976v.151l4.091-3.027l.007-.1Z" opacity=".13"/><path fill="url(#SVGlg3b5bBd)" d="m29.3 24.392l-4.12 2.985v.151l4.1-3.042l.019-.094Z" opacity=".13"/>'},dz={width:32,height:32,body:'<defs><radialGradient id="SVGe2Dq1sES" cx="20.365" cy="6.269" r="2.721" gradientTransform="matrix(-.148 .989 1.059 .158 11.812 -5.692)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#bedcdc"/><stop offset=".5" stop-color="#8e9e9e" stop-opacity=".74"/><stop offset="1" stop-color="#404f5c" stop-opacity=".84"/></radialGradient><radialGradient id="SVGFdebDgyO" cx="6.566" cy="14.644" r="3.9" gradientTransform="matrix(-.148 .989 1.059 .158 9.451 15.181)" href="#SVGe2Dq1sES"/></defs><path fill="#55a1bf" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><path fill="silver" d="m13.886 12.006l-1.803 1.803l-.901-1.803l.901-.901zm2.886-.094h-2.551L14.859 10h1.274zm2.105 1.974l-1.803-1.803l1.803-.901l.902.901zm.094 2.886v-2.551l1.912.638v1.274zm-1.974 2.105l1.803-1.803l.901 1.803l-.901.902zm-2.885.094h2.55l-.637 1.912H14.75zm-2.106-1.974l1.803 1.803l-1.803.901l-.901-.901zm-.094-2.885v2.55L10 16.025V14.75z"/><path fill="silver" d="M11.663 15.442a3.778 3.778 0 1 1 1.107 2.672a3.78 3.78 0 0 1-1.107-2.672m3.779 1.425a1.425 1.425 0 1 0-1.008-.418a1.43 1.43 0 0 0 1.008.418"/><path fill="#a9a9a9" d="M15.5 18.939a3.5 3.5 0 1 0-3.555-3.439a3.5 3.5 0 0 0 3.555 3.439m-.113-6.457a2.96 2.96 0 1 1-2.907 3.012a2.96 2.96 0 0 1 2.91-3.012Z"/><path fill="url(#SVGe2Dq1sES)" d="M15.489 18.162a2.721 2.721 0 1 0-2.767-2.673a2.72 2.72 0 0 0 2.767 2.673m-.075-4.275a1.555 1.555 0 1 1-1.528 1.583a1.555 1.555 0 0 1 1.528-1.583"/><path fill="#a9a9a9" d="M15.47 17a1.555 1.555 0 1 0-1.583-1.526A1.555 1.555 0 0 0 15.47 17m-.051-2.87a1.316 1.316 0 1 1-1.292 1.339a1.316 1.316 0 0 1 1.292-1.337Z"/><path fill="silver" d="m27.572 19.763l-1.706-.947l1.098-1.176l1.024.568zm1.636 2.356l-1.005-1.672l1.539-.47l.603 1.004zm.238 2.859l-.034-1.951l1.568.363l.02 1.17zm-1.223 2.594l.946-1.706l1.176 1.098l-.567 1.024zm-2.357 1.636l1.673-1.005l.469 1.539l-1.003.603zm-2.859.238l1.952-.034l-.363 1.568l-1.171.02zm-2.594-1.223l1.706.946l-1.098 1.176l-1.024-.567zm-1.636-2.357l1.005 1.673l-1.539.469l-.603-1.003zm-.238-2.859l.034 1.952l-1.567-.363l-.021-1.171zm1.224-2.594l-.947 1.706l-1.176-1.098l.568-1.024zm2.356-1.636l-1.672 1.005l-.47-1.539l1.004-.603zm2.859-.238l-1.951.034l.363-1.567l1.17-.021z"/><path fill="silver" d="M23.9 18.372a5.626 5.626 0 1 1-3.946 1.716a5.63 5.63 0 0 1 3.946-1.716m-2.017 5.658a2.112 2.112 0 1 0 .592-1.5a2.1 2.1 0 0 0-.592 1.5"/><path fill="#a9a9a9" d="M24.081 29.045a5.053 5.053 0 1 0-5.14-4.964a5.054 5.054 0 0 0 5.14 4.964m-.163-9.327a4.275 4.275 0 1 1-4.2 4.35a4.275 4.275 0 0 1 4.2-4.35"/><path fill="url(#SVGFdebDgyO)" d="M24.061 27.893a3.9 3.9 0 1 0-3.967-3.832a3.9 3.9 0 0 0 3.967 3.832m-.105-6.027a2.128 2.128 0 1 1-2.09 2.164a2.127 2.127 0 0 1 2.089-2.164Z"/><path fill="#a9a9a9" d="M24.033 26.324a2.331 2.331 0 1 0-2.372-2.291a2.33 2.33 0 0 0 2.372 2.291m-.075-4.3a1.973 1.973 0 1 1-1.938 2.007a1.97 1.97 0 0 1 1.938-2.007"/>'},fz={width:32,height:32,body:'<defs><radialGradient id="SVGe2Dq1sES" cx="20.365" cy="6.269" r="2.721" gradientTransform="matrix(-.148 .989 1.059 .158 11.812 -5.692)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#bedcdc"/><stop offset=".5" stop-color="#8e9e9e" stop-opacity=".74"/><stop offset="1" stop-color="#404f5c" stop-opacity=".84"/></radialGradient><radialGradient id="SVGFdebDgyO" cx="6.566" cy="14.644" r="3.9" gradientTransform="matrix(-.148 .989 1.059 .158 9.451 15.181)" href="#SVGe2Dq1sES"/></defs><path fill="#7bbedb" d="M27.4 5.5h-9.2l-2.1 4.2H4.3v4H.5l3.8 12.8h25.2v-21Zm-7.2 2.1h7.1v2.1h-8.1Zm5.5 6.1H6.6v-1.9h20.8v7.626Z"/><path fill="silver" d="m13.886 12.006l-1.803 1.803l-.901-1.803l.901-.901zm2.886-.094h-2.551L14.859 10h1.274zm2.105 1.974l-1.803-1.803l1.803-.901l.902.901zm.094 2.886v-2.551l1.912.638v1.274zm-1.974 2.105l1.803-1.803l.901 1.803l-.901.902zm-2.885.094h2.55l-.637 1.912H14.75zm-2.106-1.974l1.803 1.803l-1.803.901l-.901-.901zm-.094-2.885v2.55L10 16.025V14.75z"/><path fill="silver" d="M11.663 15.442a3.778 3.778 0 1 1 1.107 2.672a3.78 3.78 0 0 1-1.107-2.672m3.779 1.425a1.425 1.425 0 1 0-1.008-.418a1.43 1.43 0 0 0 1.008.418"/><path fill="#a9a9a9" d="M15.5 18.939a3.5 3.5 0 1 0-3.555-3.439a3.5 3.5 0 0 0 3.555 3.439m-.113-6.457a2.96 2.96 0 1 1-2.907 3.012a2.96 2.96 0 0 1 2.91-3.012Z"/><path fill="url(#SVGe2Dq1sES)" d="M15.489 18.162a2.721 2.721 0 1 0-2.767-2.673a2.72 2.72 0 0 0 2.767 2.673m-.075-4.275a1.555 1.555 0 1 1-1.528 1.583a1.555 1.555 0 0 1 1.528-1.583"/><path fill="#a9a9a9" d="M15.47 17a1.555 1.555 0 1 0-1.583-1.526A1.555 1.555 0 0 0 15.47 17m-.051-2.87a1.316 1.316 0 1 1-1.292 1.339a1.316 1.316 0 0 1 1.292-1.337Z"/><path fill="silver" d="m27.572 19.763l-1.706-.947l1.098-1.176l1.024.568zm1.636 2.356l-1.005-1.672l1.539-.47l.603 1.004zm.238 2.859l-.034-1.951l1.568.363l.02 1.17zm-1.223 2.594l.946-1.706l1.176 1.098l-.567 1.024zm-2.357 1.636l1.673-1.005l.469 1.539l-1.003.603zm-2.859.238l1.952-.034l-.363 1.568l-1.171.02zm-2.594-1.223l1.706.946l-1.098 1.176l-1.024-.567zm-1.636-2.357l1.005 1.673l-1.539.469l-.603-1.003zm-.238-2.859l.034 1.952l-1.567-.363l-.021-1.171zm1.224-2.594l-.947 1.706l-1.176-1.098l.568-1.024zm2.356-1.636l-1.672 1.005l-.47-1.539l1.004-.603zm2.859-.238l-1.951.034l.363-1.567l1.17-.021z"/><path fill="silver" d="M23.9 18.372a5.626 5.626 0 1 1-3.946 1.716a5.63 5.63 0 0 1 3.946-1.716m-2.017 5.658a2.112 2.112 0 1 0 .592-1.5a2.1 2.1 0 0 0-.592 1.5"/><path fill="#a9a9a9" d="M24.081 29.045a5.053 5.053 0 1 0-5.14-4.964a5.054 5.054 0 0 0 5.14 4.964m-.163-9.327a4.275 4.275 0 1 1-4.2 4.35a4.275 4.275 0 0 1 4.2-4.35"/><path fill="url(#SVGFdebDgyO)" d="M24.061 27.893a3.9 3.9 0 1 0-3.967-3.832a3.9 3.9 0 0 0 3.967 3.832m-.105-6.027a2.128 2.128 0 1 1-2.09 2.164a2.127 2.127 0 0 1 2.089-2.164Z"/><path fill="#a9a9a9" d="M24.033 26.324a2.331 2.331 0 1 0-2.372-2.291a2.33 2.33 0 0 0 2.372 2.291m-.075-4.3a1.973 1.973 0 1 1-1.938 2.007a1.97 1.97 0 0 1 1.938-2.007"/>'},hz={width:32,height:32,body:'<path fill="#14622a" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><path fill="#06cc14" d="M19.146 30.989a1 1 0 0 1-.207-.025a1.04 1.04 0 0 1-.726-1.213l2.709-14.431a1.04 1.04 0 0 1 .444-.683a.9.9 0 0 1 .7-.122a1.043 1.043 0 0 1 .727 1.213L20.077 30.16a1.03 1.03 0 0 1-.442.681a.9.9 0 0 1-.489.148m5.432-2.045h-.068a.93.93 0 0 1-.668-.377a1.1 1.1 0 0 1 .1-1.419l4.658-4.553l-4.638-4.239a1.1 1.1 0 0 1-.141-1.416a.94.94 0 0 1 .661-.4a.9.9 0 0 1 .709.237l5.47 5a1.1 1.1 0 0 1 .144 1.416a1 1 0 0 1-.142.163l-5.447 5.324a.92.92 0 0 1-.638.264m-8.155.003a.9.9 0 0 1-.639-.267l-5.452-5.327a1 1 0 0 1-.132-.153a1.094 1.094 0 0 1 .141-1.414l5.471-5a.88.88 0 0 1 .7-.238a.94.94 0 0 1 .665.4a1.1 1.1 0 0 1-.14 1.417L12.4 22.6l4.659 4.551a1.09 1.09 0 0 1 .1 1.419a.93.93 0 0 1-.669.377Z"/>'},pz={width:32,height:32,body:'<path fill="#2a8243" d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z"/><path fill="#2a8243" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="#06cc14" d="M19.146 30.989a1 1 0 0 1-.207-.025a1.04 1.04 0 0 1-.726-1.213l2.709-14.431a1.04 1.04 0 0 1 .444-.683a.9.9 0 0 1 .7-.122a1.043 1.043 0 0 1 .727 1.213L20.077 30.16a1.03 1.03 0 0 1-.442.681a.9.9 0 0 1-.489.148m5.432-2.045h-.068a.93.93 0 0 1-.668-.377a1.1 1.1 0 0 1 .1-1.419l4.658-4.553l-4.638-4.239a1.1 1.1 0 0 1-.141-1.416a.94.94 0 0 1 .661-.4a.9.9 0 0 1 .709.237l5.47 5a1.1 1.1 0 0 1 .144 1.416a1 1 0 0 1-.142.163l-5.447 5.324a.92.92 0 0 1-.638.264m-8.155.003a.9.9 0 0 1-.639-.267l-5.452-5.327a1 1 0 0 1-.132-.153a1.094 1.094 0 0 1 .141-1.414l5.471-5a.88.88 0 0 1 .7-.238a.94.94 0 0 1 .665.4a1.1 1.1 0 0 1-.14 1.417L12.4 22.6l4.659 4.551a1.09 1.09 0 0 1 .1 1.419a.93.93 0 0 1-.669.377Z"/>'},mz={width:32,height:32,body:'<path fill="#5590bc" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><path fill="#1572b6" d="M14.167 28.901L12.482 10h18.516l-1.686 18.898L21.729 31z"/><path fill="#33a9dc" d="m21.74 29.393l6.127-1.699l1.442-16.149H21.74z"/><path fill="#ebebeb" d="M15.25 19.535c1.691 0 1.929-.685 1.929-1.3a7.7 7.7 0 0 0-.192-1.475a7.7 7.7 0 0 1-.187-1.46c0-1.616 1.429-2.3 3.453-2.3h.5v.967h-.428c-1.406 0-1.881.562-1.881 1.51a5.7 5.7 0 0 0 .167 1.247a6 6 0 0 1 .167 1.334c.023 1.124-.644 1.686-1.716 1.9v.034a1.8 1.8 0 0 1 1.716 1.915a6 6 0 0 1-.167 1.334a5.8 5.8 0 0 0-.167 1.266c0 .983.547 1.528 1.881 1.528h.428V27h-.5c-1.976 0-3.453-.632-3.453-2.406a7.5 7.5 0 0 1 .19-1.44a7 7 0 0 0 .192-1.423c0-.545-.238-1.3-1.929-1.3Z"/><path fill="#fff" d="M28.25 20.43c-1.691 0-1.929.755-1.929 1.3a7.3 7.3 0 0 0 .19 1.423a7.3 7.3 0 0 1 .192 1.44C26.7 26.366 25.2 27 23.25 27h-.5v-.967h.405c1.334-.017 1.9-.545 1.9-1.527a8 8 0 0 0-.167-1.266a6 6 0 0 1-.19-1.334a1.834 1.834 0 0 1 1.714-1.915v-.034a1.83 1.83 0 0 1-1.714-1.9a6 6 0 0 1 .19-1.334a8 8 0 0 0 .167-1.247c0-.948-.5-1.493-1.881-1.51h-.424V13h.477c2.024 0 3.476.685 3.476 2.3a7.5 7.5 0 0 1-.192 1.459a8 8 0 0 0-.19 1.475c0 .615.238 1.3 1.929 1.3Z"/>'},gz={width:32,height:32,body:'<path fill="#7cb0d8" d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z"/><path fill="#7cb0d8" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="#1572b6" d="M14.167 28.901L12.482 10h18.516l-1.686 18.898L21.729 31z"/><path fill="#33a9dc" d="m21.74 29.393l6.127-1.699l1.442-16.149H21.74z"/><path fill="#ebebeb" d="M15.25 19.535c1.691 0 1.929-.685 1.929-1.3a7.7 7.7 0 0 0-.192-1.475a7.7 7.7 0 0 1-.187-1.46c0-1.616 1.429-2.3 3.453-2.3h.5v.967h-.428c-1.406 0-1.881.562-1.881 1.51a5.7 5.7 0 0 0 .167 1.247a6 6 0 0 1 .167 1.334c.023 1.124-.644 1.686-1.716 1.9v.034a1.8 1.8 0 0 1 1.716 1.915a6 6 0 0 1-.167 1.334a5.8 5.8 0 0 0-.167 1.266c0 .983.547 1.528 1.881 1.528h.428V27h-.5c-1.976 0-3.453-.632-3.453-2.406a7.5 7.5 0 0 1 .19-1.44a7 7 0 0 0 .192-1.423c0-.545-.238-1.3-1.929-1.3Z"/><path fill="#fff" d="M28.25 20.43c-1.691 0-1.929.755-1.929 1.3a7.3 7.3 0 0 0 .19 1.423a7.3 7.3 0 0 1 .192 1.44C26.7 26.366 25.2 27 23.25 27h-.5v-.967h.405c1.334-.017 1.9-.545 1.9-1.527a8 8 0 0 0-.167-1.266a6 6 0 0 1-.19-1.334a1.834 1.834 0 0 1 1.714-1.915v-.034a1.83 1.83 0 0 1-1.714-1.9a6 6 0 0 1 .19-1.334a8 8 0 0 0 .167-1.247c0-.948-.5-1.493-1.881-1.51h-.424V13h.477c2.024 0 3.476.685 3.476 2.3a7.5 7.5 0 0 1-.192 1.459a8 8 0 0 0-.19 1.475c0 .615.238 1.3 1.929 1.3Z"/>'},Ez={width:32,height:32,body:'<path fill="#bf8e55" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><path fill="#675f58" d="M29.025 14.38H11.974A1.98 1.98 0 0 0 10 16.354v12.675A1.98 1.98 0 0 0 11.974 31h17.051A1.98 1.98 0 0 0 31 29.026V16.354a1.98 1.98 0 0 0-1.975-1.974"/><path fill="#ccc" d="M29.925 29.026a.905.905 0 0 1-.9.9H11.974a.905.905 0 0 1-.9-.9V17.62h18.85v11.406Z"/><path fill="#ff931e" d="M14.9 24.446h2.8v2.8h-2.8zm0-4.2h2.8v2.801h-2.8zm4.2 0h2.8v2.801h-2.8zm4.2 0h2.8v2.801h-2.8zm-4.2 4.2h2.8v2.8h-2.8zm4.2 0h2.8v2.8h-2.8z"/>'},yz={width:32,height:32,body:'<path fill="#dbad7b" d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z"/><path fill="#dbad7b" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="#675f58" d="M29.025 14.38H11.974A1.98 1.98 0 0 0 10 16.354v12.675A1.98 1.98 0 0 0 11.974 31h17.051A1.98 1.98 0 0 0 31 29.026V16.354a1.98 1.98 0 0 0-1.975-1.974"/><path fill="#ccc" d="M29.925 29.026a.905.905 0 0 1-.9.9H11.974a.905.905 0 0 1-.9-.9V17.62h18.85v11.406Z"/><path fill="#ff931e" d="M14.9 20.246h2.8v2.801h-2.8zm4.2 0h2.8v2.801h-2.8zm4.2 0h2.8v2.801h-2.8zm-8.4 4.2h2.8v2.8h-2.8zm4.2 0h2.8v2.8h-2.8zm4.2 0h2.8v2.8h-2.8z"/>'},bz={width:32,height:32,body:'<path fill="#b70b0b" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><path fill="#fac6c5" d="M28.3 27.423c-1.729-.4-2.332-2.482-1.329-4.583a8.95 8.95 0 0 1 2.217-2.779l.314-.26l.009.357a6.7 6.7 0 0 0 .748 2.425a14 14 0 0 1 .625 1.631a3.2 3.2 0 0 1-.073 1.958a2.67 2.67 0 0 1-1.111 1.087a2.8 2.8 0 0 1-1.4.164m.351-3.565c.124-.143.155-.332.164-1l.011-.825l-.2.158a1.68 1.68 0 0 0-.635 1.4c.07.214.286.448.411.446a.5.5 0 0 0 .249-.179m-15.527 7.087a3.85 3.85 0 0 1-3.031-4.563c.254-1.07.2-1.008 5.726-6.787l5.2-5.442l.738.7l.738.7l-3 3.132l-3 3.132l2.508-.054l2.508-.054l1.773-1.85l1.773-1.85l.735.707l.735.707l-5.213 5.43c-4.783 4.982-5.257 5.452-5.743 5.692a3.9 3.9 0 0 1-2.452.393Zm14.662-12.484c-.138-.082-1.546-1.4-3.129-2.921l-2.879-2.772l-.009-.421a.86.86 0 0 1 .194-.673A.99.99 0 0 1 23 11.3a69 69 0 0 1 6.277 6.023a1 1 0 0 1-1.492 1.133Z"/><path fill="#fac6c5" d="M11.578 26.851a2.1 2.1 0 0 0 2.579 2.614c.191-.2 2.407-2.515 7.387-7.737c-2.505.054-2.475-.055-4.98 0c-5.015 5.195-5.114 5.157-4.986 5.123"/>'},vz={width:32,height:32,body:'<path fill="#d32626" d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z"/><path fill="#d32626" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="#fac6c5" d="M28.3 27.423c-1.729-.4-2.332-2.482-1.329-4.583a8.95 8.95 0 0 1 2.217-2.779l.314-.26l.009.357a6.7 6.7 0 0 0 .748 2.425a14 14 0 0 1 .625 1.631a3.2 3.2 0 0 1-.073 1.958a2.67 2.67 0 0 1-1.111 1.087a2.8 2.8 0 0 1-1.4.164m.351-3.565c.124-.143.155-.332.164-1l.011-.825l-.2.158a1.68 1.68 0 0 0-.635 1.4c.07.214.286.448.411.446a.5.5 0 0 0 .249-.179m-15.527 7.087a3.85 3.85 0 0 1-3.031-4.563c.254-1.07.2-1.008 5.726-6.787l5.2-5.442l.738.7l.738.7l-3 3.132l-3 3.132l2.508-.054l2.508-.054l1.773-1.85l1.773-1.85l.735.707l.735.707l-5.213 5.43c-4.783 4.982-5.257 5.452-5.743 5.692a3.9 3.9 0 0 1-2.452.393Zm14.662-12.484c-.138-.082-1.546-1.4-3.129-2.921l-2.879-2.772l-.009-.421a.86.86 0 0 1 .194-.673A.99.99 0 0 1 23 11.3a69 69 0 0 1 6.277 6.023a1 1 0 0 1-1.492 1.133Z"/><path fill="#fac6c5" d="M11.578 26.851a2.1 2.1 0 0 0 2.579 2.614c.191-.2 2.407-2.515 7.387-7.737c-2.505.054-2.475-.055-4.98 0c-5.015 5.195-5.114 5.157-4.986 5.123"/>'},Cz={width:32,height:32,body:'<path fill="#bf5e55" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><path fill="#e75749" d="M12.879 10.281A1.9 1.9 0 0 1 13.9 10h15.272a1.91 1.91 0 0 1 1.817 1.463a2.5 2.5 0 0 1 .054.646v8.381h-1.18a1 1 0 0 0-.165.016a4 4 0 0 0-.436-.008c-.225.005-.457-.01-.685.01a2 2 0 0 0-.3-.015h-3.553c-.15 0-.294.006-.44-.007l.075-.049l-4.764-2.859v2.916h-4.979a2 2 0 0 0-.188.016a3 3 0 0 0-.481-.012c-.213 0-.427-.011-.64.011a2 2 0 0 0-.19-.016H11.96q.007-4.089 0-8.174a3.6 3.6 0 0 1 .053-.848a1.9 1.9 0 0 1 .866-1.19m.4 1.641a.48.48 0 0 0-.367.454v.987a.48.48 0 0 0 .47.45h.982a.48.48 0 0 0 .45-.456v-.959a.48.48 0 0 0-.247-.431a.53.53 0 0 0-.268-.058h-.852a1 1 0 0 0-.163.013Zm15.254 0a.48.48 0 0 0-.355.455v.979a.48.48 0 0 0 .45.456h.981a.48.48 0 0 0 .47-.454v-.985a.48.48 0 0 0-.445-.466c-.261-.007-.525 0-.784 0a1.5 1.5 0 0 0-.316.018Zm-15.248 2.862a.48.48 0 0 0-.339.3a.8.8 0 0 0-.031.289v.851a.48.48 0 0 0 .45.45c.3.006.6 0 .894 0a.6.6 0 0 0 .3-.049a.48.48 0 0 0 .27-.43v-.959a.48.48 0 0 0-.45-.468c-.253-.006-.508 0-.762 0a2 2 0 0 0-.332.016m15.251 0a.48.48 0 0 0-.325.3a.8.8 0 0 0-.031.29v.848a.48.48 0 0 0 .456.455h.913a.55.55 0 0 0 .285-.058a.48.48 0 0 0 .251-.418v-.963a.48.48 0 0 0-.445-.466c-.262-.007-.525 0-.785 0a1.5 1.5 0 0 0-.321.016Zm-15.251 2.865a.48.48 0 0 0-.368.456v.986a.48.48 0 0 0 .47.45h.975a.48.48 0 0 0 .456-.455v-.98a.48.48 0 0 0-.454-.469c-.261-.005-.525 0-.784 0a1.6 1.6 0 0 0-.295.012m15.249 0a.48.48 0 0 0-.322.3a.8.8 0 0 0-.031.289v.848a.48.48 0 0 0 .455.456h.979a.48.48 0 0 0 .471-.454v-.985a.48.48 0 0 0-.444-.466c-.262-.007-.525 0-.784 0a1.4 1.4 0 0 0-.323.011Z"/><path fill="#fff" d="m19.6 17.574l4.764 2.859l-.075.049q-2.345 1.4-4.688 2.811v-2.8z"/><path fill="#c0392b" d="M11.96 20.49h1.156a2 2 0 0 1 .19.016a.48.48 0 0 0-.307.2a.66.66 0 0 0-.083.388v.784a.514.514 0 0 0 .512.517h.9a.51.51 0 0 0 .493-.427c.006-.335 0-.675 0-1.007a.474.474 0 0 0-.391-.46a2 2 0 0 1 .188-.016h4.979v2.8q2.345-1.4 4.688-2.811c.15.013.293.005.44.007h3.555a2 2 0 0 1 .3.015a.48.48 0 0 0-.356.289a.7.7 0 0 0-.034.305v.76a.51.51 0 0 0 .475.538h.913a.513.513 0 0 0 .514-.493v-.738a.8.8 0 0 0-.075-.442a.48.48 0 0 0-.315-.219a1 1 0 0 1 .165-.016h1.18c.008 1.291 0 2.582 0 3.873v4.719a1.93 1.93 0 0 1-.459 1.238a1.9 1.9 0 0 1-1.172.651a6 6 0 0 1-.736.025H14.547a7 7 0 0 1-1.026-.036a1.92 1.92 0 0 1-1.5-1.384a2 2 0 0 1-.067-.559v-7.84c.005-.225-.002-.452.006-.677m1.346 2.882a.46.46 0 0 0-.289.175a.57.57 0 0 0-.1.348v.871a.514.514 0 0 0 .514.493h.962a.515.515 0 0 0 .426-.537v-.892a.46.46 0 0 0-.15-.343a.53.53 0 0 0-.365-.127h-.852a1 1 0 0 0-.146.011Zm15.272 0a.465.465 0 0 0-.391.435v.916a.507.507 0 0 0 .474.538h1.003a.525.525 0 0 0 .421-.513v-.76a.68.68 0 0 0-.085-.425a.5.5 0 0 0-.4-.2h-.715a2 2 0 0 0-.3.008Zm-15.271 2.862a.46.46 0 0 0-.3.187a.57.57 0 0 0-.093.336v.849a.525.525 0 0 0 .45.516H14.4a.515.515 0 0 0 .425-.538v-.892a.46.46 0 0 0-.15-.344a.53.53 0 0 0-.363-.127h-.856a1 1 0 0 0-.149.013m15.269 0a.46.46 0 0 0-.369.32a.7.7 0 0 0-.022.247v.9a.51.51 0 0 0 .492.425h.895a.517.517 0 0 0 .515-.518v-.894a.5.5 0 0 0-.214-.409a1.1 1.1 0 0 0-.59-.082c-.234.007-.472-.015-.7.013Z"/>'},kz={width:32,height:32,body:'<path fill="#db847b" d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z"/><path fill="#db847b" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="#e75749" d="M12.879 10.281A1.9 1.9 0 0 1 13.9 10h15.272a1.91 1.91 0 0 1 1.817 1.463a2.5 2.5 0 0 1 .054.646v8.381h-1.18a1 1 0 0 0-.165.016a4 4 0 0 0-.436-.008c-.225.005-.457-.01-.685.01a2 2 0 0 0-.3-.015h-3.553c-.15 0-.294.006-.44-.007l.075-.049l-4.764-2.859v2.916h-4.979a2 2 0 0 0-.188.016a3 3 0 0 0-.481-.012c-.213 0-.427-.011-.64.011a2 2 0 0 0-.19-.016H11.96q.007-4.089 0-8.174a3.6 3.6 0 0 1 .053-.848a1.9 1.9 0 0 1 .866-1.19m.4 1.641a.48.48 0 0 0-.367.454v.987a.48.48 0 0 0 .47.45h.982a.48.48 0 0 0 .45-.456v-.959a.48.48 0 0 0-.247-.431a.53.53 0 0 0-.268-.058h-.852a1 1 0 0 0-.163.013Zm15.254 0a.48.48 0 0 0-.355.455v.979a.48.48 0 0 0 .45.456h.981a.48.48 0 0 0 .47-.454v-.985a.48.48 0 0 0-.445-.466c-.261-.007-.525 0-.784 0a1.5 1.5 0 0 0-.316.018Zm-15.248 2.862a.48.48 0 0 0-.339.3a.8.8 0 0 0-.031.289v.851a.48.48 0 0 0 .45.45c.3.006.6 0 .894 0a.6.6 0 0 0 .3-.049a.48.48 0 0 0 .27-.43v-.959a.48.48 0 0 0-.45-.468c-.253-.006-.508 0-.762 0a2 2 0 0 0-.332.016m15.251 0a.48.48 0 0 0-.325.3a.8.8 0 0 0-.031.29v.848a.48.48 0 0 0 .456.455h.913a.55.55 0 0 0 .285-.058a.48.48 0 0 0 .251-.418v-.963a.48.48 0 0 0-.445-.466c-.262-.007-.525 0-.785 0a1.5 1.5 0 0 0-.321.016Zm-15.251 2.865a.48.48 0 0 0-.368.456v.986a.48.48 0 0 0 .47.45h.975a.48.48 0 0 0 .456-.455v-.98a.48.48 0 0 0-.454-.469c-.261-.005-.525 0-.784 0a1.6 1.6 0 0 0-.295.012m15.249 0a.48.48 0 0 0-.322.3a.8.8 0 0 0-.031.289v.848a.48.48 0 0 0 .455.456h.979a.48.48 0 0 0 .471-.454v-.985a.48.48 0 0 0-.444-.466c-.262-.007-.525 0-.784 0a1.4 1.4 0 0 0-.323.011Z"/><path fill="#fff" d="m19.6 17.574l4.764 2.859l-.075.049q-2.345 1.4-4.688 2.811v-2.8z"/><path fill="#c0392b" d="M11.96 20.49h1.156a2 2 0 0 1 .19.016a.48.48 0 0 0-.307.2a.66.66 0 0 0-.083.388v.784a.514.514 0 0 0 .512.517h.9a.51.51 0 0 0 .493-.427c.006-.335 0-.675 0-1.007a.474.474 0 0 0-.391-.46a2 2 0 0 1 .188-.016h4.979v2.8q2.345-1.4 4.688-2.811c.15.013.293.005.44.007h3.555a2 2 0 0 1 .3.015a.48.48 0 0 0-.356.289a.7.7 0 0 0-.034.305v.76a.51.51 0 0 0 .475.538h.913a.513.513 0 0 0 .514-.493v-.738a.8.8 0 0 0-.075-.442a.48.48 0 0 0-.315-.219a1 1 0 0 1 .165-.016h1.18c.008 1.291 0 2.582 0 3.873v4.719a1.93 1.93 0 0 1-.459 1.238a1.9 1.9 0 0 1-1.172.651a6 6 0 0 1-.736.025H14.547a7 7 0 0 1-1.026-.036a1.92 1.92 0 0 1-1.5-1.384a2 2 0 0 1-.067-.559v-7.84c.005-.225-.002-.452.006-.677m1.346 2.882a.46.46 0 0 0-.289.175a.57.57 0 0 0-.1.348v.871a.514.514 0 0 0 .514.493h.962a.515.515 0 0 0 .426-.537v-.892a.46.46 0 0 0-.15-.343a.53.53 0 0 0-.365-.127h-.852a1 1 0 0 0-.146.011Zm15.272 0a.465.465 0 0 0-.391.435v.916a.507.507 0 0 0 .474.538h1.003a.525.525 0 0 0 .421-.513v-.76a.68.68 0 0 0-.085-.425a.5.5 0 0 0-.4-.2h-.715a2 2 0 0 0-.3.008Zm-15.271 2.862a.46.46 0 0 0-.3.187a.57.57 0 0 0-.093.336v.849a.525.525 0 0 0 .45.516H14.4a.515.515 0 0 0 .425-.538v-.892a.46.46 0 0 0-.15-.344a.53.53 0 0 0-.363-.127h-.856a1 1 0 0 0-.149.013m15.269 0a.46.46 0 0 0-.369.32a.7.7 0 0 0-.022.247v.9a.51.51 0 0 0 .492.425h.895a.517.517 0 0 0 .515-.518v-.894a.5.5 0 0 0-.214-.409a1.1 1.1 0 0 0-.59-.082c-.234.007-.472-.015-.7.013Z"/>'},Az={width:32,height:32,body:'<path fill="#bf6d55" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><path fill="#e44f26" d="M14.167 28.901L12.482 10h18.516l-1.687 18.898L21.729 31z"/><path fill="#f1662a" d="m21.74 29.393l6.127-1.699l1.442-16.149H21.74z"/><path fill="#fff" d="m20.99 24.011l-6-3.607v-1.307l6-3.608v2.023l-3.828 2.238l3.828 2.239zm1.5-.002v-2.021l3.855-2.238l-3.855-2.237v-2.022l6 3.591v1.336z"/>'},Bz={width:32,height:32,body:'<path fill="#db917b" d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z"/><path fill="#db917b" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="#e44f26" d="M14.167 28.901L12.482 10h18.516l-1.687 18.898L21.729 31z"/><path fill="#f1662a" d="m21.74 29.393l6.127-1.699l1.442-16.149H21.74z"/><path fill="#fff" d="m20.99 24.011l-6-3.607v-1.307l6-3.608v2.023l-3.828 2.238l3.828 2.239zm1.5-.002v-2.021l3.855-2.238l-3.855-2.237v-2.022l6 3.591v1.336z"/>'},Te=(e,t)=>({name:e,icon:t}),Ko={file:Te("file",a_),typescript:Te("typescript",sT),"typescript-definition":Te("typescript-definition",oT),"react-typescript":Te("react-typescript",K_),"react-javascript":Te("react-javascript",Q_),javascript:Te("javascript",N_),json:Te("json",j_),html:Te("html",F_),css:Te("css",g_),sass:Te("sass",X_),vue:Te("vue",dT),svelte:Te("svelte",tT),markdown:Te("markdown",L_),config:Te("config",f_),env:Te("env",b_),yaml:Te("yaml",pT),shell:Te("shell",J_),powershell:Te("powershell",V_),docker:Te("docker",y_),git:Te("git",A_),npm:Te("npm",P_),yarn:Te("yarn",mT),pnpm:Te("pnpm",I_),bun:Te("bun",o_),vite:Te("vite",uT),vitest:Te("vitest",xT),eslint:Te("eslint",C_),prettier:Te("prettier",U_),biome:Te("biome",s_),tailwind:Te("tailwind",rT),image:Te("image",S_),svg:Te("svg",nT),audio:Te("audio",i_),video:Te("video",cT),font:Te("font",k_),database:Te("database",eT),prisma:Te("prisma",$_),graphql:Te("graphql",D_),python:Te("python",q_),ruby:Te("ruby",Y_),go:Te("go",B_),rust:Te("rust",W_),cargo:Te("cargo",u_),java:Te("java",M_),gradle:Te("gradle",w_),kotlin:Te("kotlin",T_),swift:Te("swift",aT),c:Te("c",c_),"c-header":Te("c-header",x_),cpp:Te("cpp",h_),"cpp-header":Te("cpp-header",p_),csharp:Te("csharp",m_),php:Te("php",G_),lua:Te("lua",R_),dart:Te("dart",E_),elixir:Te("elixir",v_),wasm:Te("wasm",fT),protobuf:Te("protobuf",Z_),xml:Te("xml",hT),terraform:Te("terraform",lT),notebook:Te("notebook",__),text:Te("text",iT),pdf:Te("pdf",H_),archive:Te("archive",gT),license:Te("license",z_),build:Te("build",O_),cmake:Te("cmake",d_)},wz=[[/\.d\.(?:ts|mts|cts)$/,"typescript-definition"],[/^(?:package|package-lock|npm-shrinkwrap)\.json$/,"npm"],[/^(?:pnpm-lock|pnpm-workspace)\.ya?ml$/,"pnpm"],[/^yarn\.lock$|^\.yarnrc(?:\.ya?ml)?$/,"yarn"],[/^bun\.lockb?$|^bunfig\.toml$/,"bun"],[/^tsconfig(?:\..+)?\.json$/,"typescript"],[/^jsconfig(?:\..+)?\.json$|^deno\.jsonc?$/,"javascript"],[/^vitest\.config\./,"vitest"],[/^vite\.config\./,"vite"],[/^tailwind\.config\./,"tailwind"],[/^eslint\.config\.|^\.eslintrc(?:\..+)?$/,"eslint"],[/^prettier\.config\.|^\.prettierrc(?:\..+)?$|^\.prettierignore$/,"prettier"],[/^biome\.jsonc?$/,"biome"],[/^dockerfile(?:\..+)?$|^(?:docker-)?compose(?:\.[^.]+)?\.ya?ml$/,"docker"],[/^\.git(?:ignore|attributes|modules|keep)$|^codeowners$/,"git"],[/^\.env(?:\..+)?$/,"env"],[/^(?:readme|changelog|changes|contributing|security|code_of_conduct)(?:\..+)?$/,"markdown"],[/^(?:license|licence|copying)(?:\..+)?$/,"license"],[/^cargo\.(?:toml|lock)$/,"cargo"],[/^go\.(?:mod|sum|work)$/,"go"],[/^(?:gemfile|rakefile)(?:\.lock)?$/,"ruby"],[/^(?:podfile|package\.swift)(?:\.lock)?$/,"swift"],[/^pyproject\.toml$|^poetry\.lock$|^pipfile(?:\.lock)?$|^requirements(?:\.[^.]+)?\.txt$/,"python"],[/^composer\.(?:json|lock)$/,"php"],[/^pom\.xml$/,"java"],[/^(?:build|settings)\.gradle(?:\.kts)?$|^gradlew(?:\.bat)?$/,"gradle"],[/^(?:makefile|justfile|taskfile\.ya?ml)$/,"build"],[/^cmakelists\.txt$/,"cmake"],[/^\.(?:bash|zsh|fish)(?:rc|_profile)?$/,"shell"]],Dz=[["typescript",["ts","mts","cts"]],["react-typescript",["tsx"]],["react-javascript",["jsx"]],["javascript",["js","mjs","cjs"]],["json",["json","jsonc","json5","geojson","map"]],["html",["html","htm","astro","ejs","hbs","handlebars","liquid","njk","nunjucks","pug"]],["css",["css","pcss","less","styl","stylus"]],["sass",["scss","sass"]],["vue",["vue"]],["svelte",["svelte"]],["markdown",["md","mdx","markdown","mdown"]],["yaml",["yaml","yml"]],["config",["toml","ini","cfg","conf","config","properties"]],["shell",["sh","bash","zsh","fish"]],["powershell",["ps1","psm1","psd1"]],["image",["png","jpg","jpeg","gif","webp","avif","ico","bmp","tif","tiff"]],["svg",["svg"]],["audio",["mp3","m4a","wav","ogg","flac"]],["video",["mp4","m4v","mov","webm"]],["font",["woff","woff2","ttf","otf","eot"]],["database",["sql","sqlite","sqlite3","db"]],["prisma",["prisma"]],["graphql",["graphql","graphqls","gql"]],["python",["py","pyi","pyw"]],["ruby",["rb","erb"]],["go",["go"]],["rust",["rs"]],["java",["java","class","jar"]],["gradle",["gradle"]],["kotlin",["kt","kts"]],["swift",["swift"]],["c",["c","m"]],["c-header",["h"]],["cpp",["cc","cpp","cxx","mm"]],["cpp-header",["hh","hpp","hxx"]],["csharp",["cs","csx"]],["php",["php","phtml"]],["lua",["lua"]],["dart",["dart"]],["elixir",["ex","exs","heex"]],["wasm",["wasm","wat"]],["protobuf",["proto"]],["xml",["xml","xsl","xslt","plist","csproj","fsproj","vbproj"]],["terraform",["tf","tfvars","hcl"]],["notebook",["ipynb"]],["text",["txt","log","csv","tsv"]],["pdf",["pdf"]],["archive",["zip","tar","gz","tgz","bz2","xz","7z","rar"]],["license",["license"]],["build",["mk"]],["cmake",["cmake"]]],Fz=new Map(Dz.flatMap(([e,t])=>t.map(a=>[a,e])));function Sz(e){const t=A7(e).toLowerCase();for(const[i,o]of wz)if(i.test(t))return Ko[o];const a=t.includes(".")?t.slice(t.lastIndexOf(".")+1):"",l=Fz.get(a);return l?Ko[l]:t.startsWith(".")&&t.length>1?Ko.config:Ko.file}const Nt=(e,t,a)=>({name:e,closedIcon:t,openedIcon:a}),G4={folder:Nt("folder",r_,l_),src:Nt("src",hz,pz),app:Nt("app",bT,vT),component:Nt("component",FT,ST),test:Nt("test",bz,vz),public:Nt("public",rz,lz),config:Nt("config",MT,NT),docs:Nt("docs",HT,GT),github:Nt("github",UT,$T),node:Nt("node",nz,az),asset:Nt("asset",CT,kT),script:Nt("script",oz,cz),library:Nt("library",YT,WT),api:Nt("api",ET,yT),server:Nt("server",uz,xz),client:Nt("client",wT,DT),dist:Nt("dist",LT,PT),database:Nt("database",RT,OT),route:Nt("route",iz,sz),hook:Nt("hook",ZT,qT),service:Nt("service",dz,fz),model:Nt("model",ez,tz),controller:Nt("controller",jT,_T),view:Nt("view",Az,Bz),mock:Nt("mock",XT,JT),coverage:Nt("coverage",TT,zT),font:Nt("font",IT,VT),audio:Nt("audio",AT,BT),video:Nt("video",Cz,kz),image:Nt("image",QT,KT),style:Nt("style",mz,gz),template:Nt("template",Ez,yz)},Mz=new Map([...zt("src",["src","source","sources"]),...zt("app",["app","apps"]),...zt("component",["component","components"]),...zt("test",["test","tests","__tests__","spec","specs","e2e"]),...zt("public",["public","static"]),...zt("config",[".config","config","configs"]),...zt("docs",["doc","docs","documentation"]),...zt("github",[".github",".gitlab"]),...zt("node",["node_modules"]),...zt("asset",["asset","assets"]),...zt("script",["bin","script","scripts"]),...zt("library",["lib","libs","library","libraries"]),...zt("api",["api","apis"]),...zt("server",["backend","server","servers"]),...zt("client",["client","clients","frontend"]),...zt("dist",["build","dist","out","output"]),...zt("database",["data","database","databases","db","migrations"]),...zt("route",["route","router","routers","routes"]),...zt("hook",["hook","hooks"]),...zt("service",["service","services"]),...zt("model",["model","models"]),...zt("controller",["controller","controllers"]),...zt("view",["view","views"]),...zt("mock",["fixture","fixtures","mock","mocks"]),...zt("coverage",["coverage"]),...zt("font",["font","fonts"]),...zt("audio",["audio"]),...zt("video",["video","videos"]),...zt("image",["image","images","img"]),...zt("style",["css","style","styles"]),...zt("template",["template","templates"])]);function Nz(e){const t=Mz.get(A7(e).toLowerCase());return t?G4[t]:G4.folder}function zt(e,t){return t.map(a=>[a,e])}function A7(e){return e.split(/[/\\]/).filter(Boolean).at(-1)??""}function B7({artwork:e,className:t,...a}){const l=e.width??16,i=e.height??16,o=e.left??0,u=e.top??0;return c.jsx("svg",{...a,"aria-hidden":"true",focusable:"false",viewBox:`${o} ${u} ${l} ${i}`,className:fe("inline-block size-4 shrink-0",t),dangerouslySetInnerHTML:{__html:e.body}})}function w7({path:e,...t}){const a=Sz(e);return c.jsx(B7,{...t,artwork:a.icon,"data-file-icon":a.name})}function jz({expanded:e,path:t,...a}){const l=Nz(t);return c.jsx(B7,{...a,artwork:e?l.openedIcon:l.closedIcon,"data-folder-expanded":e,"data-folder-icon":l.name})}function _z(e,t){if(e.pr_status==="merged")return"merged";if(t&&(t.dirty||t.unpushed))return"push";switch(e.pr_status){case"conflicts":return"resolve";case"checks_failed":return"failed";case"checks_pending":return"checks";case"mergeable":return"merge";case"draft":return"draft";default:return null}}const Tz={push:{label:"Uncommitted changes",tone:"text-working",icon:c.jsx(uk,{size:14})},resolve:{label:"Merge conflicts",tone:"text-muted",icon:c.jsx(Jr,{size:14})},merge:{label:"Ready to merge",tone:"text-add"},checks:{label:"Checks running",tone:"text-working",icon:c.jsx(fn,{size:14,className:"animate-spin"})},failed:{label:"Checks failed",tone:"text-del",icon:c.jsx(ak,{size:14})},draft:{label:"Draft",tone:"text-muted"},merged:{label:"Merged",tone:"text-pr-merged",icon:c.jsx(Tx,{size:14})}},zz={push:"Commit all outstanding changes with a clear message and push the branch to the remote.",resolve:"This branch has merge conflicts with its base branch. Merge the base branch in, resolve the conflicts, then commit and push."};function Rz({ws:e,local:t,sessionId:a}){return c.jsx(Oz,{ws:e,local:t,sessionId:a},e.id)}function Oz({ws:e,local:t,sessionId:a}){const l=Rn(),[i,o]=A.useState(!1),[u,d]=A.useState(!1),[f,h]=A.useState(null);if(f?.ok&&(f.continued||e.pr_status!=="merged"))return c.jsxs(I4,{children:[c.jsx(b0,{size:15,className:"shrink-0 text-add"}),c.jsx("span",{className:"truncate font-medium text-add",children:f.msg})]});const m=_z(e,t);if(!m)return null;const{label:p,tone:y,icon:b}=Tz[m],v=async()=>{d(!0),h(null);try{const B=await we.merge(e.id);B.ok?(h({ok:!0,msg:`Merged${B.method?` (${B.method})`:""}`}),l.invalidateQueries({queryKey:["state"]}),l.invalidateQueries({queryKey:["diff",e.id]})):(h({ok:!1,msg:B.error||"Merge failed"}),o(!1))}catch(B){h({ok:!1,msg:B instanceof Error?B.message:String(B)}),o(!1)}finally{d(!1)}},C=async()=>{d(!0),h(null);try{const B=await we.continueWorkspace(e.id,a);B.ok?(h({ok:!0,msg:B.workspace?.branch?`Continued on ${B.workspace.branch}`:"Continued on a new branch",continued:!0}),l.invalidateQueries({queryKey:["state"]}),l.invalidateQueries({queryKey:["diff",e.id]})):h({ok:!1,msg:B.error||"Could not continue this workspace"})}catch(B){h({ok:!1,msg:B instanceof Error?B.message:String(B)})}finally{d(!1)}},k=async B=>{if(!e.active_session_id)return h({ok:!1,msg:"No active session to message"});d(!0),h(null);try{const N=await we.sendPrompt(e.active_session_id,zz[B],e.id);h(N.ok?{ok:!0,msg:"Asked the agent"}:{ok:!1,msg:N.error||"Send failed"})}catch(N){h({ok:!1,msg:N instanceof Error?N.message:String(N)})}finally{d(!1)}};return c.jsxs(I4,{tint:m==="merge"?"add":m==="merged"?"merged":void 0,children:[e.pr_number?c.jsxs("a",{href:e.pr_url??void 0,target:"_blank",rel:"noreferrer",className:fe("flex shrink-0 items-center gap-0.5 rounded-md px-1.5 py-0.5 font-mono text-[11px] active:bg-surface",m==="merged"?"bg-pr-merged/15 text-pr-merged":"bg-surface-2 text-muted"),children:["#",e.pr_number,c.jsx(Iv,{size:12})]}):null,c.jsxs("span",{className:fe("flex items-center gap-1 truncate font-medium",y),children:[b,p]}),c.jsxs("div",{className:"ml-auto flex shrink-0 items-center gap-2",children:[f&&!f.ok?c.jsxs(c.Fragment,{children:[c.jsx("span",{className:"max-w-36 truncate text-[11px] text-del",children:f.msg}),Er(f.msg)?c.jsx(xa,{className:"shrink-0 text-[11px]"}):null]}):null,m==="merge"||m==="checks"?i?c.jsxs(c.Fragment,{children:[c.jsx(Lz,{onClick:()=>o(!1)}),c.jsx(Zi,{onClick:v,busy:u,className:m==="merge"?"bg-add text-on-solid":"bg-working text-on-solid",children:"Confirm"})]}):c.jsxs(Zi,{onClick:()=>o(!0),className:m==="merge"?"bg-add text-on-solid":"border border-border bg-surface-2 text-text",children:[c.jsx(Tx,{size:13}),"Merge"]}):m==="push"?c.jsx(Zi,{onClick:()=>k("push"),busy:u,className:"bg-working text-on-solid",children:"Commit & push"}):m==="resolve"?c.jsx(Zi,{onClick:()=>k("resolve"),busy:u,className:"border border-border bg-surface-2 text-text",children:"Resolve"}):m==="merged"?c.jsxs(Zi,{onClick:C,busy:u,title:"Continue on a new branch with the same chats",className:"border border-pr-merged/30 bg-surface-2 text-pr-merged",children:[c.jsx(wA,{size:13}),"Continue"]}):null]})]})}function Zi({onClick:e,busy:t,title:a,className:l,children:i}){return c.jsxs("button",{type:"button",onClick:e,disabled:t,title:a,className:fe("flex items-center gap-1.5 rounded-lg px-2.5 py-1 text-xs font-semibold transition active:scale-95 disabled:opacity-60",l),children:[t?c.jsx(fn,{size:13,className:"animate-spin"}):null,i]})}function Lz({onClick:e}){return c.jsx("button",{type:"button",onClick:e,className:"rounded-lg px-2 py-1 text-xs text-muted active:bg-surface-2",children:"Cancel"})}const Pz={add:"bg-add/10",merged:"bg-pr-merged/10"};function I4({tint:e,children:t}){return c.jsx("div",{className:fe("sticky top-0 z-10 flex items-center gap-2 border-b border-border-soft px-3 py-2 backdrop-blur",e?Pz[e]:"bg-surface/95"),children:t})}const Hz=A.lazy(()=>td(()=>import("./PierrePatch-BmY2b7Ei.js"),[]));function D7(e){return e.patch.split(`
|
|
27
|
+
`),preamble:o||null}}const a_={width:32,height:32,body:'<path fill="#c5c5c5" d="M20.414 2H5v28h22V8.586ZM7 28V4h12v6h6v18Z"/>'},r_={width:32,height:32,body:'<path fill="#c09553" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/>'},l_={width:32,height:32,body:'<path fill="#dcb67a" d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z"/><path fill="#dcb67a" d="M25.7 13.7H.5l3.8 12.8h25.2z"/>'},i_={width:32,height:32,body:'<path fill="#00007f" d="M17.229 4a.9.9 0 0 0-.569.232l-7.6 6.32a1.16 1.16 0 0 1-.955.328H3.208A1.2 1.2 0 0 0 2 12.088v7.826a1.2 1.2 0 0 0 1.208 1.206H8.1a1.16 1.16 0 0 1 .955.328l7.6 6.32c.521.433 1.081.224 1.081-.289V4.522A.494.494 0 0 0 17.229 4M27 6.3l-1.791 1.793a14.71 14.71 0 0 1 0 15.844l1.785 1.776A17.19 17.19 0 0 0 27 6.3m-4.333 4.323L20.905 12.4a6.035 6.035 0 0 1 0 7.237l1.756 1.756a8.554 8.554 0 0 0 .01-10.769Z"/>'},s_={width:32,height:32,body:'<path fill="#60a5fa" d="M16 3.903L9.777 14.68a14.04 14.04 0 0 1 7.364-.255l2.103.496l-1.979 8.39l-2.106-.496c-2.588-.61-5.076.749-6.127 2.918l-1.947-.942c1.486-3.068 4.987-4.926 8.572-4.08l.986-4.182A11.887 11.887 0 0 0 2.032 28.097H29.97z"/>'},o_={width:32,height:32,body:'<path fill="#fbf0df" d="M29 17c0 5.65-5.82 10.23-13 10.23S3 22.61 3 17c0-3.5 2.24-6.6 5.66-8.44S14.21 4.81 16 4.81s3.32 1.54 7.34 3.71C26.76 10.36 29 13.46 29 17"/><path fill="none" stroke="#000" d="M16 27.65c7.32 0 13.46-4.65 13.46-10.65c0-3.72-2.37-7-5.89-8.85c-1.39-.75-2.46-1.41-3.37-2l-1.13-.69A6.14 6.14 0 0 0 16 4.35a6.9 6.9 0 0 0-3.3 1.23c-.42.24-.86.51-1.32.8c-.87.54-1.83 1.13-3 1.73C4.91 10 2.54 13.24 2.54 17c0 6 6.14 10.65 13.46 10.65Z"/><ellipse cx="21.65" cy="18.62" fill="#febbd0" rx="2.17" ry="1.28"/><ellipse cx="10.41" cy="18.62" fill="#febbd0" rx="2.17" ry="1.28"/><path fill-rule="evenodd" d="M11.43 18.11a2 2 0 1 0-2-2.05a2.05 2.05 0 0 0 2 2.05m9.2 0a2 2 0 1 0-2-2.05a2 2 0 0 0 2 2.05"/><path fill="#fff" fill-rule="evenodd" d="M10.79 16.19a.77.77 0 1 0-.76-.77a.76.76 0 0 0 .76.77m9.2 0a.77.77 0 1 0 0-1.53a.77.77 0 0 0 0 1.53"/><path fill="#b71422" stroke="#000" stroke-width=".75" d="M18.62 19.67a3.3 3.3 0 0 1-1.09 1.75a2.48 2.48 0 0 1-1.5.69a2.53 2.53 0 0 1-1.5-.69a3.28 3.28 0 0 1-1.08-1.75a.26.26 0 0 1 .29-.3h4.58a.27.27 0 0 1 .3.3Z"/><path fill="#ccbea7" fill-rule="evenodd" d="M14.93 5.75a6.1 6.1 0 0 1-2.09 4.62c-.1.09 0 .27.11.22c1.25-.49 2.94-1.94 2.23-4.88c-.03-.15-.25-.11-.25.04m.85 0a6 6 0 0 1 .57 5c0 .13.12.24.21.13c.83-1 1.54-3.11-.59-5.31c-.1-.11-.27.04-.19.17Zm1-.06a6.1 6.1 0 0 1 2.53 4.38c0 .14.21.17.24 0c.34-1.3.15-3.51-2.66-4.66c-.12-.02-.21.18-.09.27ZM9.94 9.55a6.27 6.27 0 0 0 3.89-3.33c.07-.13.28-.08.25.07c-.64 3-2.79 3.59-4.13 3.51c-.14-.01-.14-.21-.01-.25"/>'},c_={width:32,height:32,body:'<path fill="#005f91" d="M10.676 15.973a10.05 10.05 0 0 0 1.175 5.151a5.446 5.446 0 0 0 6.306 2.408a4.28 4.28 0 0 0 3.09-3.6l.109-.61c1.737.251 4.537.658 6.274.906l-.11.44a11.26 11.26 0 0 1-2.7 5.39a9.44 9.44 0 0 1-5.366 2.688a14.6 14.6 0 0 1-8.277-.819a10.15 10.15 0 0 1-5.777-6.24a16.23 16.23 0 0 1 .019-11.45a10.54 10.54 0 0 1 8.963-7.054a13.35 13.35 0 0 1 6.666.555a9.57 9.57 0 0 1 6.167 6.9c.094.352.114.417.114.417c-1.932.351-4.319.8-6.238 1.215c-.362-1.915-1.265-3.428-3.2-3.9a5.263 5.263 0 0 0-6.616 3.57a10.5 10.5 0 0 0-.385 1.439a12.3 12.3 0 0 0-.214 2.594"/>'},u_={width:32,height:32,body:'<defs><symbol id="SVGt4sSzbJp" viewBox="0 0 45.72 26.28"><path fill="none" d="M0 0h45.72v26.28H0z"/><path fill="#231f20" d="M0 16.309h22.926v9.971L45.72 13.139L22.926 0v9.97H0z"/></symbol></defs><path fill="#977753" d="m14.261 29.519l-.007-.457l12.926-5.511l2.038.288l-.012.385l-12.942 6.334Z"/><path fill="#7a552c" d="M14.268 29.067L27.18 23.19l2.05.663l-12.966 6.264Z"/><path fill="#886947" d="m14.258 27.63l2.01 1.086v1.416l-2.01-1.086Z"/><path fill="#9a7246" d="m29.139 22.465l-1.521.766v1.416l1.521-.766Z"/><path fill="#694a27" d="m20.178 24.751l2.01 1.086v1.416l-2.01-1.086z"/><path fill="#9a7246" d="m23.708 25.072l-1.521.766v1.416l1.521-.766z"/><path fill="#715a40" d="m8.722 26.749l-.007-.4l12.925-5.514l2.038.288l-.012.385l-12.942 6.28Z"/><path fill="#886947" d="M8.719 24.914L10.728 26v1.416l-2.01-1.086z"/><path fill="#6d471e" d="M12.249 25.234L10.728 26v1.416l1.521-.766z"/><path fill="#7a5f41" d="m3.454 24.088l-.007-.349l12.926-5.511l2.038.288l-.011.384l-12.944 6.227Z"/><path fill="#886947" d="m3.451 22.308l2.01 1.086v1.416l-2.01-1.086Z"/><path fill="#6d471e" d="m6.981 22.628l-1.521.766v1.416l1.521-.766Z"/><path fill="#977753" d="m3.345 22.622l-.007-.282s2.539-.09 1.689.115C6.08 21.792 16.182 17.9 16.182 17.9l12.961 4.44l.062.279l-12.942 6.09Z"/><path fill="#c69c6d" d="m3.3 22.36l12.966-4.519l12.963 4.519l-12.965 6.019Z"/><path fill="#e5ac3d" stroke="#73561f" stroke-miterlimit="10" stroke-width=".054" d="m16.372 6.64l-6.2-2.481v8.123l6.2 2.522Z"/><path fill="#e3b04e" stroke="#73561f" stroke-miterlimit="10" stroke-width=".054" d="m16.331 6.674l6.115-2.435L16.3 1.708l-6.141 2.467Z"/><use width="45.72" height="26.28" href="#SVGt4sSzbJp" transform="matrix(0 -.029 .022 .013 10.56 6.25)"/><path fill="#e5ac3d" stroke="#73561f" stroke-miterlimit="10" stroke-width=".054" d="m22.509 17.109l6.2-2.481v7.311l-6.2 2.878Z"/><path fill="#e5ac3d" stroke="#73561f" stroke-miterlimit="10" stroke-width=".054" d="m22.5 9.134l6.2-2.415v7.906l-6.2 2.509Z"/><path fill="#e3b04e" stroke="#73561f" stroke-miterlimit="10" stroke-width=".054" d="M22.433 9.119L16.4 6.557l6.062-2.274l6.2 2.4Z"/><path fill="#e5ac3d" stroke="#73561f" stroke-miterlimit="10" stroke-width=".054" d="m10.072 17.092l-6.2-2.392v7.375l6.2 2.847Z"/><path fill="#e3b04e" stroke="#73561f" stroke-miterlimit="10" stroke-width=".054" d="m10.056 17.144l6.2-2.417l-6.2-2.465l-6.2 2.4Z"/><path fill="none" stroke="#73561f" stroke-miterlimit="10" stroke-width=".054" d="m6.952 15.883l6.196-2.467"/><path fill="#e5ac3d" stroke="#73561f" stroke-miterlimit="10" stroke-width=".054" d="m16.3 19.658l-6.2-2.464v7.715l6.2 2.957Z"/><path fill="#e5ac3d" stroke="#73561f" stroke-miterlimit="10" stroke-width=".054" d="m16.25 19.729l6.255-2.481v7.661l-6.255 2.957Z"/><path fill="#e5ac3d" stroke="#73561f" stroke-miterlimit="10" stroke-width=".054" d="m16.264 11.547l6.2-2.446v8.16l-6.2 2.485Zm0-.019l-6.2-2.481v8.123l6.2 2.522Z"/><path fill="#e3b04e" stroke="#73561f" stroke-miterlimit="10" stroke-width=".054" d="m16.277 11.508l6.169-2.435l-6.2-2.531l-6.2 2.467Z"/><path fill="none" stroke="#73561f" stroke-miterlimit="10" stroke-width=".054" d="m12.82 10.149l6.196-2.467M13.037 5.37l6.196-2.467m.578 2.383l6.316 2.447"/><path fill="#fff" stroke="#73561f" stroke-miterlimit="10" stroke-width=".047" d="m18.301 7.395l-6.24 2.484l1.482.593l6.196-2.466zm.272-4.779L12.333 5.1l1.482.593l6.195-2.466zM6.266 15.628l1.481.592l2.342-.932l-.026-1.172z" opacity=".3"/><path fill="#fff" stroke="#73561f" stroke-miterlimit="10" stroke-width=".042" d="m20.495 5.029l-1.339.525l6.227 2.413l1.342-.524z" opacity=".3"/><path fill="none" d="m6.7 17.509l.051-.044l-.104-.041zm.39.17l.065-.057l-.129-.051z"/><path fill="#fff" stroke="#73561f" stroke-miterlimit="10" stroke-width=".067" d="m7.719 16.195l-1.453-.565v1.645l.201-.136l.18.285l.104.041l.138-.122l.137.228l.129.051l.189-.166l.238.332l.137.053z" opacity=".3"/><path fill="none" d="m12.783 6.973l.05-.044l-.104-.041zm.39.17l.065-.057l-.13-.051z"/><path fill="#fff" stroke="#73561f" stroke-miterlimit="10" stroke-width=".067" d="m13.802 5.659l-1.454-.565v1.645l.202-.136l.179.285l.104.041l.138-.122l.137.228l.13.051l.188-.166l.239.332l.137.053z" opacity=".3"/><path fill="none" d="m12.544 11.783l.05-.044l-.104-.04zm.389.17l.065-.057l-.129-.05z"/><path fill="#fff" stroke="#73561f" stroke-miterlimit="10" stroke-width=".067" d="m13.562 10.47l-1.453-.565v1.645l.201-.136l.18.285l.104.04l.138-.121l.137.228l.129.05l.189-.166l.238.332l.137.053z" opacity=".3"/><path fill="none" d="m13.139 16.719l-.05.045l.104.039zm-.392-.165l-.065.058l.131.049z"/><path fill="#fff" stroke="#73561f" stroke-miterlimit="10" stroke-width=".067" d="m12.139 18.046l1.461.545l-.023-1.645l-.2.139l-.184-.282l-.104-.039l-.136.123l-.14-.226l-.131-.049l-.186.169l-.243-.329l-.137-.051z" opacity=".3"/><path fill="none" d="m7.328 21.878l-.05.045l.104.039zm-.392-.164l-.065.058l.13.048z"/><path fill="#fff" stroke="#73561f" stroke-miterlimit="10" stroke-width=".067" d="m6.327 23.206l1.392.639l.047-1.74l-.2.139l-.184-.282l-.104-.039l-.137.123l-.14-.226l-.13-.048l-.186.168l-.243-.328l-.138-.052z" opacity=".3"/><path fill="none" d="m25.761 14.093l.051.045l-.104.04zm.39-.17l.065.057l-.129.051z"/><path fill="#fff" stroke="#73561f" stroke-miterlimit="10" stroke-width=".067" d="m26.78 15.407l-1.453.565v-1.645l.201.136l.18-.285l.104-.04l.138.121l.137-.228l.129-.051l.189.166l.238-.332l.137-.053z" opacity=".3"/><path fill="none" d="m26.356 9.321l-.049-.045l.104-.039zm-.392.164l-.064-.058l.13-.048z"/><path fill="#fff" stroke="#73561f" stroke-miterlimit="10" stroke-width=".067" d="m25.356 7.993l1.461-.545l-.023 1.645l-.199-.138l-.184.282l-.104.039l-.137-.124l-.14.227l-.13.048l-.186-.168l-.243.328l-.138.052z" opacity=".3"/><path fill="none" d="m19.428 24.558l.05.044l-.103.04zm.39-.17l.065.057l-.13.05z"/><path fill="#fff" stroke="#73561f" stroke-miterlimit="10" stroke-width=".067" d="m20.447 25.871l-1.454.674v-1.754l.202.136l.18-.285l.103-.04l.139.121l.136-.228l.13-.05l.189.166l.238-.332l.137-.053z" opacity=".3"/><path fill="none" d="m20.023 19.948l-.05-.045l.105-.039zm-.392.165l-.064-.058l.13-.049z"/><path fill="#fff" stroke="#73561f" stroke-miterlimit="10" stroke-width=".067" d="m19.023 18.62l1.461-.544l-.023 1.645l-.199-.139l-.184.282l-.105.039l-.136-.123l-.14.226l-.13.049l-.187-.169l-.242.329l-.138.051z" opacity=".3"/><path d="m21.426 13.49l-.172-.039V13.4l.148-.208a.1.1 0 0 0 .018-.065a.035.035 0 0 0-.037-.03l-.189.006l-.015-.045l.118-.222a.07.07 0 0 0 .007-.063a.04.04 0 0 0-.045-.018l-.2.051l-.024-.037l.084-.229a.06.06 0 0 0 0-.058a.04.04 0 0 0-.051-.006l-.2.094l-.032-.027l.047-.227a.05.05 0 0 0-.016-.052a.05.05 0 0 0-.056.007l-.2.133l-.039-.017l.007-.215a.04.04 0 0 0-.026-.043a.07.07 0 0 0-.058.02l-.184.166l-.045-.006l-.033-.2a.036.036 0 0 0-.036-.032a.08.08 0 0 0-.057.031l-.164.194l-.049.005l-.071-.168a.036.036 0 0 0-.044-.021a.1.1 0 0 0-.055.042l-.138.214l-.05.016l-.107-.135a.04.04 0 0 0-.05-.008a.1.1 0 0 0-.05.051l-.107.226l-.05.026l-.138-.1a.05.05 0 0 0-.055 0a.1.1 0 0 0-.044.058l-.071.228l-.049.036l-.164-.054a.06.06 0 0 0-.057.017a.1.1 0 0 0-.036.063l-.033.223l-.045.044l-.184-.01a.08.08 0 0 0-.058.029a.1.1 0 0 0-.026.065l.007.209l-.039.05l-.2.035a.1.1 0 0 0-.056.04a.1.1 0 0 0-.016.065l.046.187l-.032.054l-.2.079a.1.1 0 0 0-.051.049a.07.07 0 0 0 0 .062l.084.157l-.024.057l-.2.119a.1.1 0 0 0-.045.057a.06.06 0 0 0 .007.057l.118.122l-.015.058l-.189.155a.1.1 0 0 0-.037.062a.045.045 0 0 0 .018.05l.148.082v.055l-.172.185a.1.1 0 0 0-.028.065a.04.04 0 0 0 .028.041l.172.039v.051l-.148.208a.1.1 0 0 0-.018.065a.035.035 0 0 0 .037.03l.189-.006l.015.045l-.118.222a.07.07 0 0 0-.007.063a.04.04 0 0 0 .045.018l.2-.051l.024.037l-.084.229a.06.06 0 0 0 0 .058a.04.04 0 0 0 .051.006l.2-.094l.032.027l-.046.227a.05.05 0 0 0 .016.051a.05.05 0 0 0 .056-.007l.2-.133l.039.017l-.007.215a.04.04 0 0 0 .026.043a.07.07 0 0 0 .058-.02l.184-.166l.045.006l.033.2a.035.035 0 0 0 .036.032a.08.08 0 0 0 .057-.031l.164-.194l.049-.005l.071.168a.036.036 0 0 0 .044.02a.1.1 0 0 0 .055-.042l.138-.214l.05-.016l.107.135a.04.04 0 0 0 .05.008a.1.1 0 0 0 .05-.051l.107-.226l.05-.027l.138.1a.05.05 0 0 0 .055 0a.1.1 0 0 0 .044-.058l.071-.228l.049-.036l.164.054a.06.06 0 0 0 .057-.017a.1.1 0 0 0 .036-.063l.033-.223l.045-.044l.184.01a.08.08 0 0 0 .058-.029a.1.1 0 0 0 .026-.065l-.007-.209l.039-.05l.2-.035a.1.1 0 0 0 .056-.04a.1.1 0 0 0 .016-.065l-.046-.187l.017-.053l.2-.079a.1.1 0 0 0 .051-.049a.07.07 0 0 0 0-.062l-.084-.157l.024-.057l.2-.119a.1.1 0 0 0 .045-.057a.06.06 0 0 0-.007-.057l-.118-.122l.015-.058l.189-.155a.1.1 0 0 0 .037-.062a.045.045 0 0 0-.018-.05l-.148-.082v-.055l.172-.185a.1.1 0 0 0 .028-.065a.04.04 0 0 0-.014-.039m-1.153 1.988c-.066.013-.108-.037-.094-.112a.21.21 0 0 1 .145-.16c.066-.013.108.037.094.112a.21.21 0 0 1-.145.16m-.059-.39a.19.19 0 0 0-.132.146l-.061.325a2.3 2.3 0 0 1-.619.4a1.4 1.4 0 0 1-.632.123l-.061-.273c-.013-.057-.072-.072-.132-.033l-.252.164a1 1 0 0 1-.13-.106l1.226-.521q.022-.007.023-.026v-.455c0-.013-.009-.012-.023-.006l-.359.152v-.288l.388-.165a.16.16 0 0 1 .239.115c.015.057.049.249.072.3s.117.172.217.13l.611-.26l.022-.012a3 3 0 0 1-.139.23Zm-1.7 1.13c-.066.043-.131.026-.145-.037a.2.2 0 0 1 .094-.192c.066-.043.131-.026.145.037a.2.2 0 0 1-.09.192Zm-.465-1.779a.18.18 0 0 1-.062.2c-.062.055-.134.056-.161 0a.18.18 0 0 1 .062-.2c.066-.051.138-.053.165 0Zm-.143.416l.263-.234a.16.16 0 0 0 .057-.178l-.054-.105l.213-.09v1l-.429.182a1.4 1.4 0 0 1-.057-.407c.001-.052.001-.11.011-.168Zm1.152-.587v-.3l.506-.215c.026-.011.185-.047.185.077c0 .1-.122.192-.222.234l-.47.2Zm1.84-.516v.118l-.154.065a.04.04 0 0 0-.022.036v.074a.31.31 0 0 1-.176.3c-.078.043-.165.036-.176-.01c-.046-.253-.123-.278-.245-.327a1 1 0 0 0 .308-.578a.3.3 0 0 0-.235-.315a.57.57 0 0 0-.322.026l-1.592.677a2.7 2.7 0 0 1 .84-.853l.188.127c.042.029.113 0 .157-.063l.21-.3a.94.94 0 0 1 1.027.33l-.144.4c-.025.069 0 .128.057.13l.277.011q.004.073.004.152Zm-1.591-1.044c.049-.069.126-.1.172-.069s.045.113 0 .183s-.126.1-.172.069s-.044-.114.005-.184Zm1.427.6a.19.19 0 0 1 .161-.133c.062 0 .089.066.062.142a.19.19 0 0 1-.161.133c-.057-.006-.085-.07-.058-.15Z" opacity=".55"/><path d="m15.314 23.421l-.19-.195l-.005-.057l.163-.085a.05.05 0 0 0 .02-.052a.1.1 0 0 0-.041-.065l-.208-.163l-.016-.06l.13-.127a.06.06 0 0 0 .007-.06a.12.12 0 0 0-.05-.06l-.22-.126l-.026-.06l.092-.165a.07.07 0 0 0-.005-.065a.1.1 0 0 0-.057-.052l-.223-.083l-.035-.057l.051-.2a.1.1 0 0 0-.017-.068a.1.1 0 0 0-.061-.042l-.217-.038l-.043-.053l.008-.22a.1.1 0 0 0-.029-.068a.1.1 0 0 0-.063-.031l-.2.01l-.049-.047l-.036-.234a.1.1 0 0 0-.039-.066a.07.07 0 0 0-.063-.018l-.181.056l-.054-.038l-.078-.24a.12.12 0 0 0-.048-.061a.06.06 0 0 0-.06-.005l-.152.1l-.059-.026l-.117-.238a.1.1 0 0 0-.055-.054a.05.05 0 0 0-.055.008l-.117.142l-.055-.017l-.152-.225a.1.1 0 0 0-.06-.044a.04.04 0 0 0-.048.021l-.078.176l-.054-.006l-.181-.2a.1.1 0 0 0-.063-.033a.04.04 0 0 0-.039.034l-.036.205l-.049.006l-.2-.175a.07.07 0 0 0-.063-.021a.04.04 0 0 0-.029.045l.008.226l-.043.018l-.217-.14a.06.06 0 0 0-.061-.008a.05.05 0 0 0-.017.054l.051.238l-.035.028l-.223-.1a.05.05 0 0 0-.057.006a.06.06 0 0 0-.005.061l.092.24l-.026.039l-.22-.054a.04.04 0 0 0-.05.019a.07.07 0 0 0 .007.066l.13.234l-.016.047l-.208-.007a.04.04 0 0 0-.041.032a.1.1 0 0 0 .02.068l.163.219l-.005.053l-.19.04a.04.04 0 0 0-.031.043a.1.1 0 0 0 .031.068l.19.195l.005.057l-.163.085a.05.05 0 0 0-.02.052a.1.1 0 0 0 .041.065l.208.163l.016.06l-.13.127a.06.06 0 0 0-.007.06a.12.12 0 0 0 .05.06l.22.126l.026.06l-.092.165a.07.07 0 0 0 .005.065a.1.1 0 0 0 .057.052l.223.083l.035.057l-.051.2a.1.1 0 0 0 .017.068a.1.1 0 0 0 .061.042l.217.038l.043.053l-.008.22a.1.1 0 0 0 .029.068a.1.1 0 0 0 .063.031l.2-.009l.049.047l.036.234a.1.1 0 0 0 .039.066a.07.07 0 0 0 .063.019l.18-.056l.054.038l.078.24a.12.12 0 0 0 .048.061a.06.06 0 0 0 .06.005l.152-.1l.055.028l.117.238a.1.1 0 0 0 .055.054a.05.05 0 0 0 .055-.008l.117-.142l.055.017l.152.225a.1.1 0 0 0 .06.044a.04.04 0 0 0 .048-.021l.078-.176l.054.006l.181.2a.1.1 0 0 0 .063.033a.04.04 0 0 0 .039-.034l.036-.2l.049-.006l.2.175a.07.07 0 0 0 .063.021a.04.04 0 0 0 .029-.045l-.008-.226l.043-.018l.217.14a.06.06 0 0 0 .061.008a.05.05 0 0 0 .017-.054l-.051-.238l.035-.028l.223.1a.05.05 0 0 0 .057-.006a.06.06 0 0 0 .005-.061l-.092-.24l.026-.039l.22.054a.04.04 0 0 0 .05-.019a.07.07 0 0 0-.007-.066l-.13-.234l.016-.047l.208.007a.04.04 0 0 0 .041-.032a.1.1 0 0 0-.02-.068l-.163-.219l.005-.053l.19-.04a.04.04 0 0 0 .031-.043a.1.1 0 0 0-.026-.077m-1.269 1.054a.21.21 0 0 1-.1-.2c.015-.066.087-.083.159-.038a.21.21 0 0 1 .1.2c-.015.063-.086.083-.159.038m-.064-.462c-.066-.041-.131-.026-.145.035l-.067.287a1.6 1.6 0 0 1-.681-.132a2.5 2.5 0 0 1-.7-.438l-.067-.342a.2.2 0 0 0-.145-.153l-.277-.054q-.077-.111-.143-.228l1.35.552c.015.006.025.008.025-.006v-.477q-.001-.02-.025-.027l-.395-.161v-.3l.427.175a.46.46 0 0 1 .263.335c.017.074.054.305.08.385a.6.6 0 0 0 .239.331l.672.275l.024.008a1 1 0 0 1-.153.117Zm-1.867-.334a.22.22 0 0 1-.159-.168c-.015-.079.031-.132.1-.118a.23.23 0 0 1 .159.168c.019.079-.027.132-.1.118m-.514-2.286c.03.08 0 .147-.068.149a.21.21 0 0 1-.177-.141c-.03-.08 0-.147.068-.149a.21.21 0 0 1 .177.141m-.157.309l.289-.01c.062 0 .09-.063.062-.136l-.06-.159l.234.1v1.055l-.472-.193a2 2 0 0 1-.063-.479a2 2 0 0 1 .012-.18Zm1.268.416v-.311l.557.228c.029.012.2.116.2.247c0 .108-.134.092-.244.047l-.517-.211Zm2.025 1.108v.121l-.169-.069q-.025-.01-.024.018v.078c0 .183-.1.181-.194.154a.31.31 0 0 1-.194-.168a.95.95 0 0 0-.269-.563c.166-.038.339-.122.339-.331a.86.86 0 0 0-.259-.542a1.2 1.2 0 0 0-.355-.262l-1.752-.717a1.14 1.14 0 0 1 .924-.144l.207.3c.047.068.124.1.173.075l.231-.127a2.95 2.95 0 0 1 1.13 1.267l-.158.293a.17.17 0 0 0 .062.187l.3.26q.01.087.01.17ZM12.987 20.7c.054-.029.138.007.19.082s.049.159 0 .188s-.138-.007-.19-.082s-.053-.156 0-.188m1.57 1.905c.03-.056.109-.054.177 0a.185.185 0 0 1 .068.205c-.03.056-.109.054-.177 0a.185.185 0 0 1-.068-.202Z" opacity=".56"/><path d="m27.838 18.724l-.172-.039v-.051l.148-.208a.1.1 0 0 0 .018-.065a.035.035 0 0 0-.037-.03l-.189.006l-.015-.045l.118-.222a.07.07 0 0 0 .007-.063a.04.04 0 0 0-.045-.018l-.2.051l-.03-.04l.084-.229a.06.06 0 0 0 0-.058a.04.04 0 0 0-.051-.006l-.2.094l-.032-.027l.047-.227a.05.05 0 0 0-.016-.052a.05.05 0 0 0-.056.007l-.2.133l-.039-.017l.007-.215a.04.04 0 0 0-.026-.043a.07.07 0 0 0-.058.02l-.184.166l-.045-.006l-.033-.2a.036.036 0 0 0-.036-.032a.08.08 0 0 0-.057.031l-.164.194l-.049.005l-.071-.168a.036.036 0 0 0-.044-.021a.1.1 0 0 0-.055.042l-.138.214l-.05.016l-.107-.135a.04.04 0 0 0-.05-.008a.1.1 0 0 0-.05.051l-.107.226l-.05.026l-.138-.1a.05.05 0 0 0-.055 0a.1.1 0 0 0-.044.058l-.071.228l-.049.036l-.164-.054a.06.06 0 0 0-.057.017a.1.1 0 0 0-.036.063l-.033.223l-.045.044l-.184-.01a.08.08 0 0 0-.058.029a.1.1 0 0 0-.026.065l.007.209l-.039.05l-.2.035a.1.1 0 0 0-.056.04a.1.1 0 0 0-.016.065l.046.187l-.032.054l-.2.079a.1.1 0 0 0-.051.049a.07.07 0 0 0 0 .062l.084.157l-.024.057l-.2.119a.1.1 0 0 0-.045.057a.06.06 0 0 0 .007.057l.118.122l-.015.058l-.189.155a.1.1 0 0 0-.037.062a.045.045 0 0 0 .018.05l.148.082v.055l-.172.185a.1.1 0 0 0-.028.065a.04.04 0 0 0 .028.041l.172.039v.051l-.148.208a.1.1 0 0 0-.018.065a.035.035 0 0 0 .037.03l.189-.006l.015.045l-.118.222a.07.07 0 0 0-.007.063a.04.04 0 0 0 .045.018l.2-.051l.024.037l-.094.247a.06.06 0 0 0 0 .058a.04.04 0 0 0 .051.006l.2-.094l.032.027l-.046.227a.05.05 0 0 0 .016.051a.05.05 0 0 0 .056-.007l.2-.133l.039.017l-.007.215a.04.04 0 0 0 .026.043a.07.07 0 0 0 .058-.02l.184-.166l.045.006l.033.2a.035.035 0 0 0 .036.032a.08.08 0 0 0 .057-.031l.164-.194l.049-.005l.071.168a.036.036 0 0 0 .044.02a.1.1 0 0 0 .055-.042l.138-.214l.05-.016l.107.135a.04.04 0 0 0 .05.008a.1.1 0 0 0 .05-.051l.107-.226l.05-.027l.138.1a.05.05 0 0 0 .055 0a.1.1 0 0 0 .044-.058l.071-.228l.049-.036l.164.054a.06.06 0 0 0 .057-.017a.1.1 0 0 0 .036-.063l.038-.239l.045-.044l.184.01a.08.08 0 0 0 .058-.029a.1.1 0 0 0 .026-.065l-.007-.209l.039-.05l.2-.035a.1.1 0 0 0 .056-.04a.1.1 0 0 0 .016-.065l-.046-.187l.032-.054l.2-.079a.1.1 0 0 0 .051-.049a.07.07 0 0 0 0-.062l-.084-.157l.024-.057l.2-.119a.1.1 0 0 0 .045-.057a.06.06 0 0 0-.006-.052l-.118-.122l.015-.058l.189-.155a.1.1 0 0 0 .037-.062a.045.045 0 0 0-.018-.05l-.148-.082v-.055l.172-.185a.1.1 0 0 0 .028-.065a.04.04 0 0 0-.019-.042m-1.153 1.988c-.066.013-.108-.037-.094-.112a.21.21 0 0 1 .145-.16c.066-.013.108.037.094.112a.21.21 0 0 1-.146.161Zm-.059-.39a.19.19 0 0 0-.132.146l-.061.325a2.3 2.3 0 0 1-.619.4a1.4 1.4 0 0 1-.632.123l-.061-.273c-.013-.057-.072-.072-.132-.033l-.252.164a1 1 0 0 1-.13-.106l1.226-.521q.022-.007.023-.026v-.455c0-.013-.009-.012-.023-.006l-.359.152v-.288l.388-.165a.16.16 0 0 1 .239.115c.015.057.049.249.072.3s.117.172.217.13l.611-.26l.022-.012a3 3 0 0 1-.139.23Zm-1.7 1.13c-.066.043-.131.026-.145-.037a.2.2 0 0 1 .094-.192c.066-.043.131-.026.145.037a.2.2 0 0 1-.09.192Zm-.465-1.779a.18.18 0 0 1-.062.2c-.062.055-.134.056-.161 0a.18.18 0 0 1 .062-.2c.065-.051.137-.053.165 0Zm-.143.416l.263-.234a.16.16 0 0 0 .057-.178l-.054-.105l.213-.09v1l-.429.182a1.4 1.4 0 0 1-.057-.407c.002-.057.005-.11.011-.168Zm1.152-.587v-.3l.506-.215c.026-.011.185-.047.185.077c0 .1-.122.192-.222.234l-.47.2Zm1.84-.516v.118l-.154.065a.04.04 0 0 0-.022.036v.074a.31.31 0 0 1-.176.3c-.078.043-.165.036-.176-.01c-.046-.253-.123-.278-.245-.327a1 1 0 0 0 .308-.578a.3.3 0 0 0-.235-.315a.57.57 0 0 0-.322.026l-1.588.675a2.7 2.7 0 0 1 .84-.853l.188.127c.042.029.113 0 .157-.063l.21-.3a.94.94 0 0 1 1.027.33l-.144.4c-.025.069 0 .128.057.13l.277.011q.002.075.002.154Zm-1.591-1.044c.049-.069.126-.1.172-.069s.045.113 0 .183s-.126.1-.172.069s-.045-.114.004-.184Zm1.427.6a.19.19 0 0 1 .161-.133c.062 0 .089.066.062.142a.19.19 0 0 1-.161.133c-.058-.006-.086-.07-.058-.146Z" opacity=".55"/><use width="45.72" height="26.28" href="#SVGt4sSzbJp" transform="matrix(0 -.029 .022 .013 4.314 16.786)"/><use width="45.72" height="26.28" href="#SVGt4sSzbJp" transform="matrix(0 -.029 .022 .013 8.876 18.632)"/><use width="45.72" height="26.28" href="#SVGt4sSzbJp" transform="matrix(0 -.029 .022 .013 10.451 11.138)"/><use width="45.72" height="26.28" href="#SVGt4sSzbJp" transform="matrix(0 -.029 .022 .013 15.013 12.984)"/><use width="45.72" height="26.28" href="#SVGt4sSzbJp" transform="matrix(0 -.029 .02 -.012 16.773 21.54)"/><use width="45.72" height="26.28" href="#SVGt4sSzbJp" transform="matrix(0 -.029 .02 -.012 21.389 19.694)"/><use width="45.72" height="26.28" href="#SVGt4sSzbJp" transform="matrix(0 -.029 .02 -.012 23.072 11.167)"/><use width="45.72" height="26.28" href="#SVGt4sSzbJp" transform="matrix(0 -.029 .02 -.012 27.689 9.321)"/>'},x_={width:32,height:32,body:'<path fill="#005f91" d="M8.329 29V3h3.192v9.329a7.13 7.13 0 0 1 5.64-2.589a7.6 7.6 0 0 1 3.636.825a4.84 4.84 0 0 1 2.208 2.279a10.5 10.5 0 0 1 .665 4.221V29h-3.192V17.064a4.93 4.93 0 0 0-1.038-3.485a3.86 3.86 0 0 0-2.935-1.091a5.2 5.2 0 0 0-2.669.736a4.16 4.16 0 0 0-1.782 2a9.2 9.2 0 0 0-.532 3.476V29Z"/>'},d_={width:32,height:32,body:'<defs><linearGradient id="SVGCgNrzdsa" x1="9.955" x2="16.68" y1="9.096" y2="23.324" gradientTransform="matrix(1 0 0 -1 0 32)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#1011a1"/><stop offset="1" stop-color="#6969e1"/></linearGradient><linearGradient id="SVGrgqtQcHo" x1="16.231" x2="25.618" y1="19.655" y2="3.782" gradientTransform="matrix(1 0 0 -1 0 32)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#b40e0e"/><stop offset="1" stop-color="#ff5959"/></linearGradient><linearGradient id="SVGV3I43cHR" x1="21.663" x2="8.381" y1="4.823" y2="5.938" gradientTransform="matrix(1 0 0 -1 0 32)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#01a300"/><stop offset="1" stop-color="#01df00"/></linearGradient><linearGradient id="SVGhUomfdFs" x1="14.643" x2="14.472" y1="8.368" y2="14.145" gradientTransform="matrix(1 0 0 -1 0 32)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#848484"/><stop offset="1" stop-color="#d2d2d2"/></linearGradient></defs><path fill="url(#SVGCgNrzdsa)" d="M17.257 16.919L2.246 29.749L15.994 2.283Z"/><path d="m2.262 29.768l-.038-.03L16.012 2.193l.008.088l1.263 14.649l-.01.008ZM15.977 2.374L2.324 29.649L17.23 16.908Z"/><path fill="url(#SVGrgqtQcHo)" d="M17.952 24.931L16 2.28l13.767 27.471Z"/><path d="m29.818 29.8l-.061-.025l-11.828-4.827v-.015L15.975 2.282l.047-.013Zm-11.842-4.887L29.715 29.7L16.036 2.408Z"/><path fill="url(#SVGV3I43cHR)" d="m11.16 22.094l18.621 7.654H2.25Z"/><path d="M29.781 29.773H2.183l.051-.044l8.921-7.665l.014.006l18.622 7.655Zm-27.464-.05h27.337l-18.489-7.6Z"/><path fill="url(#SVGhUomfdFs)" d="m11.189 22.112l6.059-5.168l.843 7.98Z"/><path d="m18.149 25l-.077-.032l-6.978-2.842l6.194-5.283l.01.094Zm-6.865-2.9l6.748 2.749l-.824-7.8Z"/><path d="M29.7 29.911H2.285a.22.22 0 0 1-.182-.088a.22.22 0 0 1 .022-.2L15.864 2.187a.17.17 0 0 1 .14-.1a.15.15 0 0 1 .13.085l13.733 27.435a.24.24 0 0 1 .02.226a.21.21 0 0 1-.187.078m-27.468-.16l.057.011h27.4l.073-.009a.2.2 0 0 0-.028-.077L16 2.248v.012L2.261 29.684a.3.3 0 0 0-.025.067Z"/>'},f_={width:32,height:32,body:'<path fill="#99b8c4" d="m23.265 24.381l.9-.894c4.164.136 4.228-.01 4.411-.438l1.144-2.785l.085-.264l-.093-.231c-.049-.122-.2-.486-2.8-2.965V15.5c3-2.89 2.936-3.038 2.765-3.461l-1.139-2.814c-.171-.422-.236-.587-4.37-.474l-.9-.93a20 20 0 0 0-.141-4.106l-.116-.263l-2.974-1.3c-.438-.2-.592-.272-3.4 2.786l-1.262-.019c-2.891-3.086-3.028-3.03-3.461-2.855L9.149 3.182c-.433.175-.586.237-.418 4.437l-.893.89c-4.162-.136-4.226.012-4.407.438l-1.146 2.786l-.09.267l.094.232c.049.12.194.48 2.8 2.962v1.3c-3 2.89-2.935 3.038-2.763 3.462l1.138 2.817c.174.431.236.584 4.369.476l.9.935a20.2 20.2 0 0 0 .137 4.1l.116.265l2.993 1.308c.435.182.586.247 3.386-2.8l1.262.016c2.895 3.09 3.043 3.03 3.466 2.859l2.759-1.115c.436-.173.588-.234.413-4.436m-11.858-6.524a4.957 4.957 0 1 1 6.488 2.824a5.014 5.014 0 0 1-6.488-2.824"/>'},h_={width:32,height:32,body:'<path fill="#984c93" d="M14.742 24.047a10.24 10.24 0 0 1-4.673.919a7.63 7.63 0 0 1-5.914-2.346A8.88 8.88 0 0 1 2 16.369a9.48 9.48 0 0 1 2.422-6.748a8.22 8.22 0 0 1 6.285-2.588a11.2 11.2 0 0 1 4.035.641v3.761A6.84 6.84 0 0 0 11 10.395a4.81 4.81 0 0 0-3.712 1.535a5.9 5.9 0 0 0-1.413 4.159A5.8 5.8 0 0 0 7.209 20.1a4.57 4.57 0 0 0 3.59 1.493a7.3 7.3 0 0 0 3.943-1.113Zm2.37-9.218v-2.344h2.344v2.344H21.8v2.343h-2.344v2.343h-2.344v-2.343H14.77v-2.344zm8.201 0v-2.344h2.344v2.344H30v2.343h-2.343v2.343h-2.344v-2.343h-2.342v-2.344z"/>'},p_={width:32,height:32,body:'<path fill="#984c93" d="M2.395 25.5v-19h2.332v6.817a5.21 5.21 0 0 1 4.121-1.892a5.56 5.56 0 0 1 2.657.6a3.54 3.54 0 0 1 1.614 1.665a7.7 7.7 0 0 1 .486 3.085V25.5h-2.332v-8.722a3.6 3.6 0 0 0-.758-2.547a2.82 2.82 0 0 0-2.145-.8a3.8 3.8 0 0 0-1.951.538a3.04 3.04 0 0 0-1.3 1.458a6.7 6.7 0 0 0-.389 2.54V25.5Zm14.332-10.671v-2.344h2.344v2.344h2.344v2.343h-2.344v2.343h-2.344v-2.343h-2.342v-2.344zm8.201 0v-2.344h2.344v2.344h2.343v2.343h-2.343v2.343h-2.344v-2.343h-2.343v-2.344z"/>'},m_={width:32,height:32,body:'<path fill="#368832" d="M19.792 7.071h2.553v2.553H24.9V7.071h2.552v2.553H30v2.552h-2.55v2.551H30v2.553h-2.551v2.552H24.9v-2.55h-2.55v2.552h-2.557v-2.55H17.24v-2.559h2.553v-2.546H17.24V9.622h2.554Zm2.553 7.658H24.9v-2.553h-2.555Zm-7.656 9.284a10.2 10.2 0 0 1-4.653.915a7.6 7.6 0 0 1-5.89-2.336A8.84 8.84 0 0 1 2 16.367a9.44 9.44 0 0 1 2.412-6.719a8.18 8.18 0 0 1 6.259-2.577a11.1 11.1 0 0 1 4.018.638v3.745a6.8 6.8 0 0 0-3.723-1.036a4.8 4.8 0 0 0-3.7 1.529a5.88 5.88 0 0 0-1.407 4.142a5.77 5.77 0 0 0 1.328 3.992a4.55 4.55 0 0 0 3.575 1.487a7.3 7.3 0 0 0 3.927-1.108Z"/>'},g_={width:32,height:32,body:'<path fill="#639" d="M1.995 1.994h23.52a4.48 4.48 0 0 1 4.48 4.48v19.04a4.48 4.48 0 0 1-4.48 4.48H6.475a4.48 4.48 0 0 1-4.48-4.48Z"/><path fill="#fff" d="M9.079 24.87v-4.704c0-1.876 1.204-2.884 3.024-2.884c1.792-.028 2.912 1.148 2.856 3.136h-2.072c.056-.756-.28-1.316-.84-1.288c-.7 0-.896.476-.896 1.372v4.088c0 .868.28 1.288.896 1.316c.644 0 .896-.644.84-1.372h2.072c.112 2.044-1.176 3.248-2.996 3.22c-1.764 0-2.884-.98-2.884-2.884m6.636-.336h1.932c.028.896.308 1.456.924 1.456s.84-.364.84-1.204c0-.7-.308-1.092-1.064-1.456l-.728-.336c-1.288-.616-1.82-1.372-1.82-2.884c0-1.68 1.064-2.856 2.8-2.856s2.66 1.204 2.688 3.164h-1.876c0-.812-.168-1.372-.784-1.372c-.56 0-.84.28-.84.98s.252.98.924 1.26l.672.308c1.428.672 2.044 1.54 2.044 3.164c0 1.932-1.092 2.996-2.884 2.996s-2.8-1.232-2.828-3.22m6.328 0h1.96c0 .896.308 1.456.896 1.456s.84-.364.84-1.204c0-.7-.28-1.092-1.064-1.456l-.728-.336c-1.288-.616-1.792-1.372-1.792-2.884c0-1.68 1.036-2.856 2.8-2.856s2.632 1.204 2.688 3.164h-1.876c-.028-.812-.196-1.372-.812-1.372c-.56 0-.812.28-.812.98s.224.98.896 1.26l.7.308c1.4.672 2.016 1.54 2.016 3.164c0 1.932-1.092 2.996-2.884 2.996s-2.8-1.232-2.828-3.22"/>'},E_={width:32,height:32,body:'<path fill="#66c3fa" d="M16.739 2.037a1.3 1.3 0 0 0-.916.377l-.013.01l-8.59 4.965l8.566 8.566v.006l10.3 10.3l1.963-3.536l-7.081-16.997l-3.3-3.3a1.3 1.3 0 0 0-.927-.388Z"/><path fill="#215896" d="m7.25 7.35l-4.962 8.581l-.01.013a1.32 1.32 0 0 0-.378.919a1.3 1.3 0 0 0 .387.924L6.4 21.9l16.084 6.327l3.636-2.02l-.1-.1h-.025l-10.083-10.1H15.9z"/><path fill="#235997" d="m7.192 7.362l8.764 8.773h.013l10.087 10.1l3.839-.732l.005-11.363l-4.054-3.973a6.5 6.5 0 0 0-3.624-1.616v-.044z"/><path fill="#58b6f0" d="m7.256 7.411l8.768 8.768v.013l10.092 10.092l-.734 3.839h-11.36l-3.971-4.056a6.5 6.5 0 0 1-1.614-3.625h-.044z"/>'},y_={width:32,height:32,body:'<path fill="#3a4e55" d="M18.191 13.071H20.7v2.566h1.27a5.5 5.5 0 0 0 1.744-.292a4.5 4.5 0 0 0 .848-.383a3.15 3.15 0 0 1-.589-1.623a3.43 3.43 0 0 1 .616-2.416l.264-.305l.314.253a4 4 0 0 1 1.575 2.538a3.84 3.84 0 0 1 2.913.271l.345.2l-.181.354a3.63 3.63 0 0 1-3.648 1.74c-2.173 5.413-6.9 7.976-12.642 7.976A7.96 7.96 0 0 1 6.3 20.211l-.025-.043l-.226-.459a7.3 7.3 0 0 1-.579-3.693l.035-.38h2.143v-2.565h2.51v-2.51h5.02v-2.51h3.012v5.02Z"/><path fill="#00aada" d="M26.324 14.021a3.31 3.31 0 0 0-1.418-2.821a3.07 3.07 0 0 0 .289 3.821a5.28 5.28 0 0 1-3.225 1.037H5.883a6.8 6.8 0 0 0 .667 3.737l.183.335a6 6 0 0 0 .379.569q.992.064 1.829.045a9 9 0 0 0 2.669-.389a.193.193 0 1 1 .126.365q-.135.047-.281.088a8.4 8.4 0 0 1-1.845.3c.044 0-.046.007-.046.007l-.082.007a22 22 0 0 1-2.008-.006l-.01.007a7.88 7.88 0 0 0 6.063 2.41c5.56 0 10.276-2.465 12.365-8c1.482.152 2.906-.226 3.553-1.49a3.5 3.5 0 0 0-3.122-.022"/><path fill="#27b9ec" d="M26.324 14.021a3.31 3.31 0 0 0-1.418-2.821a3.07 3.07 0 0 0 .289 3.821a5.28 5.28 0 0 1-3.225 1.037H6.836a5.22 5.22 0 0 0 2.106 4.686a9 9 0 0 0 2.669-.389a.193.193 0 1 1 .126.365q-.135.047-.281.088a9 9 0 0 1-1.894.314l-.019-.022c1.892.971 4.636.967 7.782-.241a21.87 21.87 0 0 0 9.1-6.889l-.1.048"/><path fill="#088cb9" d="M5.913 17.732a6.4 6.4 0 0 0 .637 2.061l.183.335a6 6 0 0 0 .379.569q.992.064 1.829.045a9 9 0 0 0 2.669-.389a.193.193 0 1 1 .126.365q-.135.047-.281.088a8.8 8.8 0 0 1-1.891.307h-.1q-.438.025-.922.026c-.351 0-.709-.007-1.1-.026a7.9 7.9 0 0 0 6.076 2.413c4.76 0 8.9-1.807 11.3-5.8Z"/><path fill="#039cc7" d="M6.98 17.732a4.83 4.83 0 0 0 1.961 3.01a9 9 0 0 0 2.669-.389a.193.193 0 1 1 .126.365q-.135.047-.281.088a9 9 0 0 1-1.9.307c1.892.971 4.628.957 7.773-.252a20.6 20.6 0 0 0 5.377-3.13Z"/><path fill="#00acd3" d="M9.889 13.671h.172v1.813h-.172zm-.33 0h.179v1.813h-.179zm-.33 0h.179v1.813H9.23v-1.813Zm-.33 0h.179v1.813H8.9v-1.813Zm-.33 0h.179v1.813H8.57zm-.323 0h.172v1.813h-.17v-1.813Zm-.181-.181h2.175v2.176H8.066V13.49Zm4.335-2.329h.172v1.813H12.4zm-.33 0h.179v1.813h-.179zm-.33 0h.179v1.813h-.179zm-.33 0h.179v1.813h-.179zm-.33 0h.178v1.813h-.178zm-.323 0h.172v1.813h-.172zm-.181-.181h2.176v2.176h-2.175z"/><path fill="#26c2ee" d="M12.4 13.671h.172v1.813H12.4zm-.33 0h.179v1.813h-.179zm-.33 0h.179v1.813h-.179zm-.33 0h.179v1.813h-.179zm-.33 0h.178v1.813h-.178zm-.323 0h.172v1.813h-.172zm-.181-.181h2.176v2.176h-2.175z"/><path fill="#00acd3" d="M14.909 13.671h.172v1.813h-.172zm-.33 0h.179v1.813h-.178zm-.33 0h.179v1.813h-.178zm-.33 0h.181v1.813h-.179v-1.813Zm-.33 0h.179v1.813h-.179zm-.323 0h.172v1.813h-.172zm-.181-.181h2.176v2.176h-2.174V13.49Z"/><path fill="#26c2ee" d="M14.909 11.161h.172v1.813h-.172zm-.33 0h.179v1.813h-.178zm-.33 0h.179v1.813h-.178zm-.33 0h.181v1.813h-.179v-1.813Zm-.33 0h.179v1.813h-.179zm-.323 0h.172v1.813h-.172zm-.181-.181h2.176v2.176h-2.174v-2.177Zm4.335 2.691h.172v1.813h-.172zm-.33 0h.179v1.813h-.179zm-.33 0h.179v1.813h-.179zm-.33 0h.179v1.813h-.179zm-.33 0h.179v1.813H16.1zm-.323 0h.172v1.813h-.172zm-.177-.181h2.176v2.176H15.6z"/><path fill="#00acd3" d="M17.42 11.161h.172v1.813h-.172zm-.33 0h.179v1.813h-.179zm-.33 0h.179v1.813h-.179zm-.33 0h.179v1.813h-.179zm-.33 0h.179v1.813H16.1zm-.323 0h.172v1.813h-.172zm-.181-.181h2.176v2.176H15.6v-2.177Z"/><path fill="#26c2ee" d="M17.42 8.65h.172v1.813h-.172zm-.33 0h.179v1.813h-.179zm-.33 0h.179v1.813h-.179zm-.33 0h.179v1.813h-.179zm-.33 0h.179v1.813H16.1zm-.323 0h.172v1.813h-.172zm-.177-.181h2.176v2.176H15.6z"/><path fill="#00acd3" d="M19.93 13.671h.17v1.813h-.17zm-.33 0h.178v1.813H19.6zm-.33 0h.179v1.813h-.179zm-.33 0h.179v1.813h-.179zm-.33 0h.179v1.813h-.179zm-.323 0h.172v1.813h-.172zm-.181-.181h2.176v2.176h-2.175z"/><path fill="#d5eef2" d="M12.616 19.193a.6.6 0 1 1-.6.6a.6.6 0 0 1 .6-.6"/><path fill="#3a4e55" d="M12.616 19.363a.4.4 0 0 1 .156.029a.175.175 0 1 0 .241.236a.43.43 0 1 1-.4-.265M2 17.949h27.92c-.608-.154-1.923-.362-1.707-1.159c-1.105 1.279-3.771.9-4.444.267c-.749 1.087-5.111.674-5.415-.173c-.939 1.1-3.85 1.1-4.789 0c-.3.847-4.666 1.26-5.415.173c-.673.631-3.338 1.012-4.444-.267c.217.8-1.1 1.005-1.707 1.159"/><path fill="#c0dbe1" d="M14.211 23.518a5.3 5.3 0 0 1-2.756-2.711a9.2 9.2 0 0 1-1.987.3q-.436.024-.917.025q-.554 0-1.168-.033a7.94 7.94 0 0 0 6.145 2.43q.344 0 .683-.013"/><path fill="#d5eef2" d="M12.007 21.773a5.2 5.2 0 0 1-.552-.966a9.2 9.2 0 0 1-1.987.3a6.3 6.3 0 0 0 2.539.664"/>'},b_={width:32,height:32,body:'<g fill-rule="evenodd"><path d="M3.167 3.167h25.667v25.667H3.167z"/><path fill="#ecd53f" fill-rule="nonzero" d="M30 2v28H2V2zM14.757 20.539H9.98v6.44h4.898v-1.085h-3.597V24.14h3.232v-1.085H11.28v-1.428h3.475v-1.09zm2.503 0h-1.264v6.44h1.207v-4.2l2.597 4.2h1.305v-6.44h-1.21v4.3zm5.97 0h-1.41l2.303 6.44h1.388l2.306-6.44h-1.38l-1.577 4.766l-1.63-4.767zM8.3 24.96H6.34v1.96H8.3z"/></g>'},v_={width:32,height:32,body:'<defs><linearGradient id="SVGSwnCKblo" x1="17.249" x2="14.973" y1="-335.597" y2="-309.994" gradientTransform="matrix(1 0 0 -1 0 -306)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff" stop-opacity="0"/><stop offset=".01" stop-color="#f7f6f8" stop-opacity=".04"/><stop offset=".09" stop-color="#aa9cb3" stop-opacity=".39"/><stop offset=".2" stop-color="#6f567e" stop-opacity=".66"/><stop offset=".32" stop-color="#452459" stop-opacity=".86"/><stop offset=".5" stop-color="#2d0843" stop-opacity=".97"/><stop offset="1" stop-color="#26003d"/></linearGradient></defs><path fill="#7c648f" d="M17.8 8.591c2.079 4.584 7.64 6.5 7.141 12.474c-.582 7.017-5.551 8.784-8.316 8.909a8.815 8.815 0 0 1-9.4-7.485C5.618 15.046 12.655 3.632 16.709 2A15.1 15.1 0 0 0 17.8 8.591m-.166 18.857a.42.42 0 0 0-.057-.327c-.593-1.1-5.81-1.645-6.907-1.752a8.3 8.3 0 0 0 1.635 1.3a7.8 7.8 0 0 0 2.814 1.041c.803.121 2.348.223 2.516-.263Z"/><path fill="#26003d" d="M18.248 10.618c4.47 4.823 6.445 4.979 6.237 10.478c-.249 6.476-4.543 8.191-7.058 8.42c-4.2.551-7.495-1.528-8.358-5.686c-1.757-6.767 3.909-17.807 7.568-19.47a15.3 15.3 0 0 0 1.621 6.24Z" opacity=".25"/><path fill="url(#SVGSwnCKblo)" d="M17.385 9.921C20.369 14 24.319 13.7 25 19.641c.094 6.923-3.6 9.283-6.237 9.948c-4.5 1.279-8.514-.645-10.094-5c-3.035-7 2.651-18.514 6.31-20.915a15.1 15.1 0 0 0 2.37 6.237Z" opacity=".75"/>'},C_={width:32,height:32,body:'<path fill="#4b32c3" d="m29.832 16.7l-6.354 10.717A1.26 1.26 0 0 1 22.36 28H9.647a1.26 1.26 0 0 1-1.118-.59l-6.356-10.7a1.26 1.26 0 0 1 0-1.272L8.527 4.676A1.34 1.34 0 0 1 9.647 4h12.709a1.34 1.34 0 0 1 1.118.678l6.354 10.786a1.2 1.2 0 0 1 0 1.238Zm-5.262 4.2v-9.614L16 6.466l-8.56 4.82V20.9L16 25.719Z"/><path fill="#8080f2" d="m21.802 19.188l-5.747 3.235l-5.742-3.235v-6.47l5.742-3.236l5.747 3.236z"/>'},k_={width:32,height:32,body:'<path fill="#cfcfcf" d="m12.677 17.781l-2.626-6.256l-2.694 6.256Zm6.723 6.511h-7.069v-1.365l.458-.023a1.85 1.85 0 0 0 .972-.2a.31.31 0 0 0 .145-.263a4.2 4.2 0 0 0-.419-1.4l-.812-1.931H7.322L6.4 21.259a3.3 3.3 0 0 0-.349 1.157c0 .036 0 .119.154.241a2.5 2.5 0 0 0 1.191.247l.448.033v1.354H2v-1.31l.4-.07a2.2 2.2 0 0 0 1-.318a6.3 6.3 0 0 0 1.18-2.066l5.575-13.036H11.2l5.512 13.174a5.3 5.3 0 0 0 1.049 1.835a1.96 1.96 0 0 0 1.19.4l.454.027Zm6.441-2.732v-3.985a23 23 0 0 0-2.226.97a3.85 3.85 0 0 0-1.29 1.05a2.03 2.03 0 0 0-.388 1.2a1.95 1.95 0 0 0 .491 1.362a1.49 1.49 0 0 0 1.13.544a4.14 4.14 0 0 0 2.283-1.141m-3.333 2.949a2.83 2.83 0 0 1-2.139-.893a3.2 3.2 0 0 1-.833-2.285a2.96 2.96 0 0 1 .415-1.577a5 5 0 0 1 1.791-1.625a24 24 0 0 1 3.617-1.588v-.074a2.9 2.9 0 0 0-.383-1.833a1.33 1.33 0 0 0-1.075-.412a1.16 1.16 0 0 0-.816.26a.69.69 0 0 0-.277.536l.023.646a1.62 1.62 0 0 1-.4 1.158a1.48 1.48 0 0 1-2.1-.019a1.63 1.63 0 0 1-.391-1.134a2.8 2.8 0 0 1 1.182-2.177a4.8 4.8 0 0 1 3.125-.932a5.4 5.4 0 0 1 2.508.524a2.63 2.63 0 0 1 1.213 1.346a6.4 6.4 0 0 1 .244 2.2v3.55a15 15 0 0 0 .051 1.749a.7.7 0 0 0 .054.2c.085-.078.284-.225.864-.806l.819-.828v1.967l-.1.128c-.958 1.283-1.883 1.907-2.83 1.907a1.6 1.6 0 0 1-1.257-.557a1.8 1.8 0 0 1-.358-.74a9.7 9.7 0 0 1-1.433.977a3.6 3.6 0 0 1-1.514.332"/>'},A_={width:32,height:32,body:'<path fill="#dd4c35" d="M29.472 14.753L17.247 2.528a1.8 1.8 0 0 0-2.55 0l-2.539 2.539l3.22 3.22a2.141 2.141 0 0 1 2.712 2.73l3.1 3.1a2.143 2.143 0 1 1-1.285 1.21l-2.895-2.895v7.617a2.141 2.141 0 1 1-1.764-.062V12.3a2.146 2.146 0 0 1-1.165-2.814l-3.17-3.172L2.528 14.7a1.8 1.8 0 0 0 0 2.551l12.225 12.221a1.8 1.8 0 0 0 2.55 0L29.472 17.3a1.8 1.8 0 0 0 0-2.551"/><path fill="#fff" d="m12.158 5.067l3.22 3.22a2.141 2.141 0 0 1 2.712 2.73l3.1 3.1a2.143 2.143 0 1 1-1.285 1.21l-2.895-2.895v7.617a2.141 2.141 0 1 1-1.764-.062V12.3a2.146 2.146 0 0 1-1.165-2.814l-3.17-3.172"/>'},B_={width:254.5,height:225,body:'<path fill="#00acd7" d="M-46.926 89c-.621 0-.777-.311-.466-.777l3.262-4.194a2.23 2.23 0 0 1 1.708-.777h55.448c.621 0 .777.466.466.932l-2.64 4.038a2.37 2.37 0 0 1-1.553.932Zm-23.453 14.285c-.621 0-.777-.311-.466-.777l3.262-4.194a2.23 2.23 0 0 1 1.708-.777H4.95a.714.714 0 0 1 .777.932L4.484 102.2a1.36 1.36 0 0 1-1.4.932Zm37.587 14.289c-.621 0-.777-.466-.466-.932l2.174-3.883a2.06 2.06 0 0 1 1.553-.932H1.533c.621 0 .932.466.932 1.087l-.311 3.728a1.17 1.17 0 0 1-1.087 1.087ZM128.426 86.2c-9.785 2.485-16.464 4.349-26.093 6.834c-2.33.621-2.485.777-4.5-1.553c-2.33-2.64-4.038-4.349-7.3-5.9c-9.785-4.815-19.259-3.417-28.112 2.33c-10.561 6.834-16 16.929-15.842 29.51c.155 12.425 8.7 22.676 20.968 24.385c10.561 1.4 19.414-2.33 26.4-10.251c1.4-1.708 2.64-3.572 4.194-5.747H68.163c-3.262 0-4.038-2.019-2.951-4.659c2.019-4.815 5.747-12.891 7.921-16.929a4.19 4.19 0 0 1 3.883-2.485h56.535c-.311 4.194-.311 8.387-.932 12.581a66.24 66.24 0 0 1-12.736 30.442c-11.183 14.752-25.783 23.915-44.265 26.4c-15.221 2.019-29.355-.932-41.78-10.251a48.8 48.8 0 0 1-19.725-34.48c-2.019-16.929 2.951-32.15 13.2-45.508C38.342 66.475 52.942 57.312 70.8 54.05c14.6-2.64 28.578-.932 41.159 7.61a48.7 48.7 0 0 1 18.017 21.9c.935 1.398.313 2.175-1.55 2.64"/><path fill="#00acd7" d="M179.835 172.09c-14.134-.311-27.025-4.349-37.9-13.668a48.7 48.7 0 0 1-16.774-29.976c-2.8-17.551 2.019-33.082 12.581-46.905c11.338-14.91 25.006-22.676 43.488-25.938c15.842-2.8 30.753-1.243 44.265 7.921c12.27 8.387 19.88 19.725 21.9 34.635c2.64 20.968-3.417 38.052-17.861 52.652a71.17 71.17 0 0 1-37.276 19.88c-4.191.778-8.384.933-12.423 1.399m36.965-62.747a45 45 0 0 0-.466-5.125c-2.8-15.376-16.929-24.074-31.684-20.657c-14.444 3.262-23.763 12.425-27.18 27.025a25.58 25.58 0 0 0 14.289 29.355c8.542 3.728 17.085 3.262 25.317-.932c12.269-6.369 18.948-16.309 19.724-29.666"/>'},w_={width:32,height:32,body:'<path fill="#d2d2d2" d="M21.463 26.37h-1.838a.83.83 0 0 1-.823-.725a2.381 2.381 0 0 0-4.722 0a.83.83 0 0 1-.823.725H11.4a.83.83 0 0 1-.836-.705a2.377 2.377 0 0 0-4.719 0a.84.84 0 0 1-.826.725h-1.9a.83.83 0 0 1-.816-.676a14.3 14.3 0 0 1 .48-7.557A10.66 10.66 0 0 1 6.6 13.079l.389-.277A1.83 1.83 0 0 1 7.9 10.47c6.237-2.972 10.45-.826 13.516.738c2.286 1.169 3.55 1.728 4.7.575A2.048 2.048 0 0 0 23.442 8.7a.836.836 0 0 1-1.087-.075l-.542-.542a.837.837 0 0 1 .006-1.183l.013-.013A4.726 4.726 0 0 1 28.4 7a5.7 5.7 0 0 1 1.58 4.386c-.179 2.531-1.9 5.036-5.12 7.442c-.748.562-2.5 2.339-2.567 6.741a.836.836 0 0 1-.833.826Zm-1.828-.813h1.819c.026-1.6.369-5.489 2.906-7.387c2.968-2.224 4.624-4.572 4.784-6.828a4.83 4.83 0 0 0-1.339-3.733a3.883 3.883 0 0 0-5.388-.1l.526.526a2.89 2.89 0 0 1 3.765 4.365c-1.633 1.633-3.507.683-5.676-.421a18.2 18.2 0 0 0-5.313-1.986a12.35 12.35 0 0 0-7.458 1.258a.98.98 0 0 0-.471 1.3q.018.037.039.075l.066.114L9.6 15.682a.98.98 0 0 0 1.33.388h.005l.043-.023l.055-.026l.689-.385a18 18 0 0 0 2.427-1.809a.417.417 0 0 1 .59.022a.42.42 0 0 1-.042.584a18 18 0 0 1-2.548 1.9l-.787.441l-.058.026a1.836 1.836 0 0 1-2.42-.706l-1.5-2.54l-.326.219a9.8 9.8 0 0 0-3.5 4.676a13.47 13.47 0 0 0-.447 7.09h1.897a3.223 3.223 0 0 1 6.391 0h1.842a3.22 3.22 0 0 1 6.387 0Zm1.423-10.45l-1.306-.653a.826.826 0 1 1 1.306.653"/>'},D_={width:32,height:32,body:'<path fill="#e10098" d="M4.781 22.746L16.232 2.914l1.028.593L5.81 23.34z"/><path fill="#e10098" d="M4.545 21.162h22.902v1.187H4.545z"/><path fill="#e10098" d="m4.999 21.828l.593-1.028l11.455 6.614l-.594 1.028zM14.95 4.59l.594-1.027l11.455 6.614l-.594 1.028z"/><path fill="#e10098" d="M5.002 10.174L16.456 3.56l.594 1.028l-11.455 6.614z"/><path fill="#e10098" d="m14.743 3.508l1.028-.594l11.45 19.833l-1.027.593zM5.454 9.386h1.187v13.228H5.454z"/><path fill="#e10098" d="M25.36 9.386h1.187v13.228H25.36z"/><path fill="#e10098" d="m15.734 27.042l9.962-5.752l.519.898l-9.963 5.752z"/><path fill="#e10098" d="M28.12 23a2.5 2.5 0 1 1-.915-3.411A2.5 2.5 0 0 1 28.12 23M8.2 11.5a2.5 2.5 0 1 1-.915-3.411A2.5 2.5 0 0 1 8.2 11.5M3.88 23a2.5 2.5 0 1 1 3.411.915A2.5 2.5 0 0 1 3.88 23M23.8 11.5a2.5 2.5 0 1 1 3.411.915A2.5 2.5 0 0 1 23.8 11.5M16 30a2.5 2.5 0 1 1 2.5-2.5A2.493 2.493 0 0 1 16 30m0-23.009a2.5 2.5 0 1 1 2.5-2.5a2.493 2.493 0 0 1-2.5 2.5"/>'},F_={width:32,height:32,body:'<path fill="#e44f26" d="M5.902 27.201L3.655 2h24.69l-2.25 25.197L15.985 30z"/><path fill="#f1662a" d="m16 27.858l8.17-2.265l1.922-21.532H16z"/><path fill="#ebebeb" d="M16 13.407h-4.09l-.282-3.165H16V7.151H8.25l.074.83l.759 8.517H16zm0 8.027l-.014.004l-3.442-.929l-.22-2.465H9.221l.433 4.852l6.332 1.758l.014-.004z"/><path fill="#fff" d="M15.989 13.407v3.091h3.806l-.358 4.009l-3.448.93v3.216l6.337-1.757l.046-.522l.726-8.137l.076-.83zm0-6.256v3.091h7.466l.062-.694l.141-1.567l.074-.83z"/>'},S_={width:32,height:32,body:'<path fill="#2dcc9f" d="M30 5.851v20.298H2V5.851z"/><path fill="#fff" d="M24.232 8.541a2.2 2.2 0 1 0 1.127.623a2.2 2.2 0 0 0-1.127-.623M18.111 20.1q-2.724-3.788-5.45-7.575L4.579 23.766h10.9q1.316-1.832 2.634-3.663M22.057 16q-2.793 3.882-5.584 7.765h11.169Q24.851 19.882 22.057 16"/>'},M_={width:32,height:32,body:'<path fill="#5382a1" d="M12.7 23.56s-1.07.622.761.833a16 16 0 0 0 5.8-.246a10 10 0 0 0 1.539.753c-5.481 2.349-12.405-.136-8.1-1.339m-.674-3.067s-1.2.888.633 1.078a22.6 22.6 0 0 0 7.481-.359a3.3 3.3 0 0 0 1.152.7c-6.627 1.938-14.009.153-9.266-1.421"/><path fill="#e76f00" d="M17.673 15.294a2.05 2.05 0 0 1-.355 2.954s3.429-1.77 1.854-3.987c-1.471-2.067-2.6-3.095 3.508-6.636c0 0-9.586 2.394-5.007 7.669"/><path fill="#5382a1" d="M24.922 25.827s.792.652-.872 1.157c-3.164.958-13.168 1.248-15.948.038c-1-.435.874-1.038 1.464-1.164a3.8 3.8 0 0 1 .966-.108c-1.111-.783-7.181 1.537-3.083 2.2c11.176 1.812 20.372-.816 17.473-2.124m-11.711-8.508s-5.089 1.209-1.8 1.648a38 38 0 0 0 6.731-.072a53 53 0 0 0 4.221-.555a9 9 0 0 0-1.28.685c-5.17 1.358-15.153.726-12.283-.665a9.6 9.6 0 0 1 4.407-1.042m9.133 5.104c5.253-2.73 2.824-5.353 1.129-5a4 4 0 0 0-.6.161a.96.96 0 0 1 .449-.346c3.354-1.179 5.933 3.478-1.083 5.322a.5.5 0 0 0 .106-.138"/><path fill="#e76f00" d="M19.172 1.906s2.909 2.91-2.759 7.386c-4.546 3.59-1.037 5.637 0 7.975c-2.653-2.394-4.6-4.5-3.294-6.463c1.917-2.879 7.229-4.275 6.056-8.9"/><path fill="#5382a1" d="M13.727 29.818c5.042.323 12.786-.179 12.969-2.565c0 0-.353.9-4.167 1.623a41.5 41.5 0 0 1-12.76.2s.645.533 3.959.746"/>'},N_={width:32,height:32,body:'<path fill="#f5de19" d="M18.774 19.7a3.73 3.73 0 0 0 3.376 2.078c1.418 0 2.324-.709 2.324-1.688c0-1.173-.931-1.589-2.491-2.272l-.856-.367c-2.469-1.052-4.11-2.37-4.11-5.156c0-2.567 1.956-4.52 5.012-4.52A5.06 5.06 0 0 1 26.9 10.52l-2.665 1.711a2.33 2.33 0 0 0-2.2-1.467a1.49 1.49 0 0 0-1.638 1.467c0 1.027.636 1.442 2.1 2.078l.856.366c2.908 1.247 4.549 2.518 4.549 5.376c0 3.081-2.42 4.769-5.671 4.769a6.58 6.58 0 0 1-6.236-3.5ZM6.686 20c.538.954 1.027 1.76 2.2 1.76c1.124 0 1.834-.44 1.834-2.15V7.975h3.422v11.683c0 3.543-2.078 5.156-5.11 5.156A5.31 5.31 0 0 1 3.9 21.688Z"/>'},j_={width:32,height:32,body:'<path fill="#f5de19" d="M4.014 14.976a2.5 2.5 0 0 0 1.567-.518a2.38 2.38 0 0 0 .805-1.358a15.3 15.3 0 0 0 .214-2.944q.012-2.085.075-2.747a5.2 5.2 0 0 1 .418-1.686a3 3 0 0 1 .755-1.018A3.05 3.05 0 0 1 9 4.125A6.8 6.8 0 0 1 10.544 4h.7v1.96h-.387a2.34 2.34 0 0 0-1.723.468a3.4 3.4 0 0 0-.425 2.092a36 36 0 0 1-.137 4.133a4.7 4.7 0 0 1-.768 2.06A4.6 4.6 0 0 1 6.1 16a3.8 3.8 0 0 1 1.992 1.754a8.9 8.9 0 0 1 .618 3.865q0 2.435.05 2.9a1.76 1.76 0 0 0 .504 1.181a2.64 2.64 0 0 0 1.592.337h.387V28h-.7a5.7 5.7 0 0 1-1.773-.2a2.97 2.97 0 0 1-1.324-.93a3.35 3.35 0 0 1-.681-1.63a24 24 0 0 1-.165-3.234a16.5 16.5 0 0 0-.214-3.106a2.4 2.4 0 0 0-.805-1.361a2.5 2.5 0 0 0-1.567-.524Zm23.972 2.035a2.5 2.5 0 0 0-1.567.524a2.4 2.4 0 0 0-.805 1.361a16.5 16.5 0 0 0-.212 3.109a24 24 0 0 1-.169 3.234a3.35 3.35 0 0 1-.681 1.63a2.97 2.97 0 0 1-1.324.93a5.7 5.7 0 0 1-1.773.2h-.7V26.04h.387a2.64 2.64 0 0 0 1.592-.337a1.76 1.76 0 0 0 .506-1.186q.05-.462.05-2.9a8.9 8.9 0 0 1 .618-3.865A3.8 3.8 0 0 1 25.9 16a4.6 4.6 0 0 1-1.7-1.286a4.7 4.7 0 0 1-.768-2.06a36 36 0 0 1-.137-4.133a3.4 3.4 0 0 0-.425-2.092a2.34 2.34 0 0 0-1.723-.468h-.387V4h.7a6.8 6.8 0 0 1 1.54.125a3.05 3.05 0 0 1 1.149.581a3 3 0 0 1 .755 1.018a5.2 5.2 0 0 1 .418 1.686q.062.662.075 2.747a15.3 15.3 0 0 0 .212 2.947a2.38 2.38 0 0 0 .805 1.355a2.5 2.5 0 0 0 1.567.518Z"/>'},__={width:32,height:32,body:'<path fill="#767677" d="M26.233 3.588A1.69 1.69 0 1 1 24.473 2a1.67 1.67 0 0 1 1.76 1.585Z"/><path fill="#f37726" d="M16.375 23.111c-4.487 0-8.43-1.61-10.469-3.988a11.162 11.162 0 0 0 20.938 0c-2.034 2.377-5.962 3.988-10.469 3.988m0-15.463c4.487 0 8.43 1.61 10.469 3.988a11.162 11.162 0 0 0-20.938 0c2.039-2.383 5.963-3.988 10.469-3.988"/><path fill="#9e9e9e" d="M10.2 27.739a2.109 2.109 0 1 1-.2-.8a2.1 2.1 0 0 1 .2.8"/><path fill="#616262" d="M6.416 7.106A1.226 1.226 0 1 1 7.608 5.83a1.24 1.24 0 0 1-1.192 1.276"/>'},T_={width:32,height:32,body:'<g fill="none"><path fill="url(#SVG5NiZhbGj)" d="M30 30H2V2h28L15.711 15.794z"/><defs><radialGradient id="SVG5NiZhbGj" cx="0" cy="0" r="1" gradientTransform="matrix(-28 0 0 -28 30 2)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#e44857"/><stop offset=".504" stop-color="#c711e1"/><stop offset="1" stop-color="#7f52ff"/></radialGradient></defs></g>'},z_={width:32,height:32,body:'<defs><linearGradient id="SVGmofYFcWG" x1="-264.845" x2="-255.586" y1="181.772" y2="182.061" gradientTransform="rotate(153.82 -142.976 -47.771)scale(1 -1)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#bd6316"/><stop offset="1" stop-color="#4e1500"/></linearGradient><linearGradient id="SVGnJ3pCbpX" x1="-263.276" x2="-256.603" y1="170.205" y2="171.772" href="#SVGmofYFcWG"/><linearGradient id="SVGMrBZzbeY" x1="-265.068" x2="-256.777" y1="175.732" y2="178.801" href="#SVGmofYFcWG"/><linearGradient id="SVGfIPENsHv" x1="-655.014" x2="-655.555" y1="147.549" y2="146.948" gradientTransform="rotate(18.83 723.694 -1849.006)scale(-1 1)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ffd436"/><stop offset="1" stop-color="#8b3f02"/></linearGradient><linearGradient id="SVGwiYLJd3C" x1="-258.899" x2="-253.843" y1="170.981" y2="171.325" gradientTransform="rotate(153.82 -142.976 -47.771)scale(1 -1)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff8b7"/><stop offset="1" stop-color="#fcbf0e"/></linearGradient><linearGradient id="SVGESyEmRVH" x1="-258.884" x2="-253.896" y1="170.975" y2="171.314" href="#SVGmofYFcWG"/><linearGradient id="SVGREjbOeQM" x1="-257.805" x2="-257.726" y1="172.266" y2="168.648" gradientTransform="rotate(153.82 -142.976 -47.771)scale(1 -1)" href="#SVGfIPENsHv"/><linearGradient id="SVG027WPcDj" x1="-258.935" x2="-256.173" y1="181.92" y2="182.108" href="#SVGwiYLJd3C"/><linearGradient id="SVGyornQdTp" x1="-274.156" x2="-274.512" y1="170.544" y2="173.778" gradientTransform="matrix(-1 0 0 1 -257.657 -155.509)" href="#SVGfIPENsHv"/><linearGradient id="SVGkN47ldnx" x1="-645.79" x2="-645.121" y1="-337.938" y2="-334.17" gradientTransform="rotate(-127.94 -392.31 14.206)scale(1 -1)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ffef94"/><stop offset="1" stop-color="#ffd200"/></linearGradient><linearGradient id="SVGXZn9ocJO" x1="-276.128" x2="-274.754" y1="178.682" y2="178.682" gradientTransform="rotate(-26.18 -189.074 647.88)scale(-1 1)" href="#SVGfIPENsHv"/><linearGradient id="SVG2gxeCd7k" x1="-274.314" x2="-271.841" y1="178.887" y2="178.987" gradientTransform="rotate(-26.18 -189.074 647.88)scale(-1 1)" href="#SVGfIPENsHv"/><linearGradient id="SVGeRxH6LPb" x1="-273.817" x2="-274.213" y1="189.281" y2="174.569" gradientTransform="rotate(-26.18 -189.074 647.88)scale(-1 1)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#d89530"/><stop offset="1" stop-color="#772d00"/></linearGradient><linearGradient id="SVG73jqed6L" x1="-274.075" x2="-273.917" y1="174.09" y2="181.459" gradientTransform="rotate(-26.18 -189.074 647.88)scale(-1 1)" href="#SVGfIPENsHv"/><linearGradient id="SVG4QBNucLe" x1="-272.919" x2="-273.315" y1="189.281" y2="174.57" href="#SVGeRxH6LPb"/><linearGradient id="SVGXv14weIK" x1="-273.177" x2="-273.019" y1="174.071" y2="181.44" gradientTransform="rotate(-26.18 -189.074 647.88)scale(-1 1)" href="#SVGfIPENsHv"/><linearGradient id="SVGz1cqjdyv" x1="-652.29" x2="-651.867" y1="-335.227" y2="-332.867" gradientTransform="rotate(-127.94 -392.31 14.206)scale(1 -1)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ffdb57"/><stop offset="1" stop-color="#b55c13"/></linearGradient><linearGradient id="SVGjFrLsb5T" x1="-665.076" x2="-659.751" y1="157.413" y2="150.922" gradientTransform="rotate(18.83 723.694 -1849.006)scale(-1 1)" href="#SVGeRxH6LPb"/><linearGradient id="SVGqtklOeYo" x1="-665.161" x2="-664.822" y1="156.114" y2="155.701" gradientTransform="rotate(18.83 723.694 -1849.006)scale(-1 1)" href="#SVGeRxH6LPb"/><linearGradient id="SVGjZuHwbNh" x1="-665.308" x2="-665.836" y1="156.436" y2="155.32" gradientTransform="rotate(18.83 723.694 -1849.006)scale(-1 1)" href="#SVGeRxH6LPb"/><linearGradient id="SVG8hPAsSTj" x1="-655.442" x2="-654.817" y1="147.568" y2="146.776" href="#SVGfIPENsHv"/><linearGradient id="SVGqd0dIejc" x1="-253.999" x2="-254.134" y1="175.1" y2="173.736" gradientTransform="rotate(153.82 -142.976 -47.771)scale(1 -1)" href="#SVGeRxH6LPb"/><linearGradient id="SVGbRTRziON" x1="-252.571" x2="-252.785" y1="173.138" y2="170.963" gradientTransform="rotate(153.82 -142.976 -47.771)scale(1 -1)" href="#SVGeRxH6LPb"/><linearGradient id="SVGXpeWx1aE" x1="-257.206" x2="-259.174" y1="169.107" y2="169.787" gradientTransform="rotate(153.82 -142.976 -47.771)scale(1 -1)" href="#SVGeRxH6LPb"/><linearGradient id="SVGIUwBJc5A" x1="-260.717" x2="-260.77" y1="170.284" y2="171.228" gradientTransform="rotate(153.82 -142.976 -47.771)scale(1 -1)" href="#SVGeRxH6LPb"/><linearGradient id="SVGGQnUfdbd" x1="-257.835" x2="-257.782" y1="174.993" y2="171.93" gradientTransform="rotate(153.82 -142.976 -47.771)scale(1 -1)" href="#SVGfIPENsHv"/><linearGradient id="SVGkqE4j96Z" x1="-263.928" x2="-255.721" y1="171.018" y2="171.018" gradientTransform="rotate(153.82 -142.976 -47.771)scale(1 -1)" href="#SVGfIPENsHv"/><linearGradient id="SVGa3T2CVnB" x1="-514.299" x2="-505.041" y1="-57.926" y2="-57.638" gradientTransform="matrix(-.947 -.323 -.148 .966 -476.554 -85.464)" href="#SVGmofYFcWG"/><linearGradient id="SVGZeemGbVQ" x1="-512.744" x2="-505.964" y1="-69.496" y2="-67.904" gradientTransform="matrix(-.947 -.323 -.148 .966 -476.554 -85.464)" href="#SVGmofYFcWG"/><linearGradient id="SVG4pXW7cns" x1="-514.521" x2="-506.23" y1="-63.966" y2="-60.897" gradientTransform="matrix(-.947 -.323 -.148 .966 -476.554 -85.464)" href="#SVGmofYFcWG"/><linearGradient id="SVGz1lPTckx" x1="-662.221" x2="-662.762" y1="-197.167" y2="-197.768" gradientTransform="matrix(-.564 -.911 -.774 .455 -516.113 -497.612)" href="#SVGfIPENsHv"/><linearGradient id="SVGcBFu1dvT" x1="-508.354" x2="-503.297" y1="-68.717" y2="-68.373" gradientTransform="matrix(-.947 -.323 -.148 .966 -476.554 -85.464)" href="#SVGwiYLJd3C"/><linearGradient id="SVGQvjQIZiB" x1="-508.338" x2="-503.351" y1="-68.723" y2="-68.384" gradientTransform="matrix(-.947 -.323 -.148 .966 -476.554 -85.464)" href="#SVGmofYFcWG"/><linearGradient id="SVGeHD5sRoS" x1="-507.26" x2="-507.18" y1="-67.432" y2="-71.05" gradientTransform="matrix(-.947 -.323 -.148 .966 -476.554 -85.464)" href="#SVGfIPENsHv"/><linearGradient id="SVG19IpQcjs" x1="-508.389" x2="-505.627" y1="-57.779" y2="-57.591" gradientTransform="matrix(-.947 -.323 -.148 .966 -476.554 -85.464)" href="#SVGwiYLJd3C"/><linearGradient id="SVG85efRhKR" x1="-523.609" x2="-523.966" y1="-69.153" y2="-65.918" gradientTransform="matrix(-.947 -.323 -.148 .966 -492.49 -86.99)" href="#SVGfIPENsHv"/><linearGradient id="SVGGdFalbTB" x1="-645.333" x2="-642.973" y1="-334.169" y2="-332.091" href="#SVGkN47ldnx"/><linearGradient id="SVGOjVzRbET" x1="-525.581" x2="-524.207" y1="-61.015" y2="-61.015" gradientTransform="matrix(-.947 -.323 -.148 .966 -492.49 -86.99)" href="#SVGfIPENsHv"/><linearGradient id="SVGscgdGcRs" x1="-523.768" x2="-521.294" y1="-60.81" y2="-60.71" gradientTransform="matrix(-.947 -.323 -.148 .966 -492.49 -86.99)" href="#SVGfIPENsHv"/><linearGradient id="SVGakdwydkv" x1="-523.27" x2="-523.666" y1="-50.416" y2="-65.127" gradientTransform="matrix(-.947 -.323 -.148 .966 -492.49 -86.99)" href="#SVGeRxH6LPb"/><linearGradient id="SVGG6MQr2cb" x1="-523.528" x2="-523.37" y1="-65.606" y2="-58.238" gradientTransform="matrix(-.947 -.323 -.148 .966 -492.49 -86.99)" href="#SVGfIPENsHv"/><linearGradient id="SVGXRrEmcZQ" x1="-522.372" x2="-522.768" y1="-50.416" y2="-65.127" gradientTransform="matrix(-.947 -.323 -.148 .966 -492.49 -86.99)" href="#SVGeRxH6LPb"/><linearGradient id="SVGi2WMHbKh" x1="-522.631" x2="-522.472" y1="-65.626" y2="-58.257" gradientTransform="matrix(-.947 -.323 -.148 .966 -492.49 -86.99)" href="#SVGfIPENsHv"/><linearGradient id="SVGLeACibTa" x1="-649.116" x2="-646.827" y1="-328.591" y2="-326.795" href="#SVGkN47ldnx"/><linearGradient id="SVG9uUmsbXE" x1="-672.284" x2="-666.958" y1="-187.303" y2="-193.795" gradientTransform="matrix(-.564 -.911 -.774 .455 -516.113 -497.612)" href="#SVGeRxH6LPb"/><linearGradient id="SVGl9apRboF" x1="-672.369" x2="-672.03" y1="-188.603" y2="-189.016" gradientTransform="matrix(-.564 -.911 -.774 .455 -516.113 -497.612)" href="#SVGeRxH6LPb"/><linearGradient id="SVGxfFH5fOf" x1="-672.516" x2="-673.044" y1="-188.281" y2="-189.397" gradientTransform="matrix(-.564 -.911 -.774 .455 -516.113 -497.612)" href="#SVGeRxH6LPb"/><linearGradient id="SVGyqk9tdzU" x1="-662.648" x2="-662.023" y1="-197.148" y2="-197.94" gradientTransform="matrix(-.564 -.911 -.774 .455 -516.113 -497.612)" href="#SVGfIPENsHv"/><linearGradient id="SVGRTHl6clb" x1="-503.367" x2="-503.501" y1="-64.607" y2="-65.971" gradientTransform="matrix(-.947 -.323 -.148 .966 -476.554 -85.464)" href="#SVGeRxH6LPb"/><linearGradient id="SVGlrssAbqp" x1="-502.006" x2="-502.232" y1="-66.361" y2="-68.654" gradientTransform="matrix(-.947 -.323 -.148 .966 -476.554 -85.464)" href="#SVGeRxH6LPb"/><linearGradient id="SVGyVezad9t" x1="-506.661" x2="-508.629" y1="-70.591" y2="-69.911" gradientTransform="matrix(-.947 -.323 -.148 .966 -476.554 -85.464)" href="#SVGeRxH6LPb"/><linearGradient id="SVGiefcvdhi" x1="-510.172" x2="-510.224" y1="-69.414" y2="-68.47" gradientTransform="matrix(-.947 -.323 -.148 .966 -476.554 -85.464)" href="#SVGeRxH6LPb"/><linearGradient id="SVGfRyLFcLo" x1="-507.289" x2="-507.236" y1="-64.705" y2="-67.768" gradientTransform="matrix(-.947 -.323 -.148 .966 -476.554 -85.464)" href="#SVGfIPENsHv"/><linearGradient id="SVGRHRPsqnF" x1="-642.337" x2="-640.048" y1="-337.231" y2="-335.435" gradientTransform="rotate(-127.94 -392.31 14.206)scale(1 -1)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ffdb57"/><stop offset="1" stop-color="#b66512"/></linearGradient><linearGradient id="SVGBtcXhdWx" x1="-628.479" x2="-627.663" y1="-215.005" y2="-209.203" gradientTransform="rotate(37.85 2.12 -998.377)scale(-1 1)" href="#SVGmofYFcWG"/><linearGradient id="SVGarE9ubhv" x1="-633.006" x2="-622.552" y1="-211.18" y2="-211.18" gradientTransform="rotate(37.85 2.12 -998.377)scale(-1 1)" href="#SVGwiYLJd3C"/><linearGradient id="SVGyIQIicum" x1="-627.491" x2="-627.755" y1="-215.556" y2="-211.648" gradientTransform="rotate(37.85 2.12 -998.377)scale(-1 1)" href="#SVGfIPENsHv"/><linearGradient id="SVGKb76ycsW" x1="-627.796" x2="-627.057" y1="-210.705" y2="-205.186" gradientTransform="rotate(37.85 2.12 -998.377)scale(-1 1)" href="#SVGfIPENsHv"/><linearGradient id="SVG8hmImb4h" x1="245.815" x2="245.923" y1="139.434" y2="136.367" gradientTransform="rotate(7.312 1187.515 -1764.249)" href="#SVGwiYLJd3C"/><linearGradient id="SVGCEzC1cyq" x1="-626.269" x2="-627.643" y1="-215.112" y2="-213.078" gradientTransform="rotate(37.85 2.12 -998.377)scale(-1 1)" href="#SVGfIPENsHv"/></defs><path fill="url(#SVGmofYFcWG)" d="m13.372 16.416l5.013-2.464l.93 1.893l-.054.238l-2.048 1.007l5.706 11.611l-.221.359l-1.543.758l-.82-.45l-5.459-11.109l-.482.237z"/><path fill="url(#SVGnJ3pCbpX)" d="m9.24 13.619l1.2 2.44c.072.146.416.252.617.292l2.634.683l4.609-2.268l.867-2.342a.68.68 0 0 0 .036-.674l-1.2-2.44a.55.55 0 0 0-.452-.3l-4.44.136a1.28 1.28 0 0 0-1.018.541l-2.72 3.162a.92.92 0 0 0-.133.77m1.932.033a.36.36 0 0 1 .011-.334l1.84-2.215a.83.83 0 0 1 .66-.351l2.877-.088a.36.36 0 0 1 .293.2l.356.725a.242.242 0 0 1-.139.339L11.833 14.5a.224.224 0 0 1-.3-.121Z"/><path fill="url(#SVGMrBZzbeY)" d="m9.426 13.209l1.2 2.44c.072.146.416.252.617.292l2.7.547l.782 1.591l.375-.179l5.459 11.109l.82.451l1.541-.76l-.017-.683l.868-1.458l-.241-.49l-.54.1l-.31-.63l.41-.366l-.59-1.199l-.593-.006l-.277-.564l.357-.473l-.3-.607l-.568.043l-.432-.879l.382-.423l-.161-.327a.87.87 0 0 1-.659-1.342l-.345-.7a1.347 1.347 0 0 1-.962-1.956l-.29-.591l.631-.31l-.773-1.546l.843-2.277a.68.68 0 0 0 .035-.674l-1.2-2.44a.55.55 0 0 0-.453-.3l-4.435.131a1.28 1.28 0 0 0-1.018.541l-2.84 3.419a.55.55 0 0 0-.016.516m1.932.033a.36.36 0 0 1 .011-.334l1.84-2.215a.83.83 0 0 1 .66-.351l2.877-.088a.35.35 0 0 1 .293.2l.356.725a.242.242 0 0 1-.139.339l-5.238 2.574a.224.224 0 0 1-.3-.121Z"/><path fill="url(#SVGfIPENsHv)" d="m14.47 18.381l.276-.318l.335-.164l-.139.245z"/><path fill="url(#SVGwiYLJd3C)" d="m11.259 15.828l2.776.6l4.38-2.152l.865-2.339a.58.58 0 0 0 .024-.567L18.1 8.917a.44.44 0 0 0-.367-.246l-4.438.13a1.17 1.17 0 0 0-.938.5L9.52 12.725a.45.45 0 0 0-.011.414l1.206 2.453a1 1 0 0 0 .544.236m.354-1.836l-.358-.729a.46.46 0 0 1 .013-.434v-.008l1.853-2.221a.92.92 0 0 1 .739-.389l2.881-.084a.47.47 0 0 1 .392.257l.358.729c.005.009.19.3-.187.481l-5.244 2.577c-.272.129-.44-.164-.447-.179"/><path fill="url(#SVGESyEmRVH)" d="M11.246 15.738c.006 0 2.438.51 2.751.591l4.354-2.139l.878-2.336a.47.47 0 0 0 .015-.458l-1.208-2.458a.34.34 0 0 0-.282-.187l-4.454.141a1.08 1.08 0 0 0-.864.46l-2.863 3.436a.34.34 0 0 0-.008.313l1.206 2.454a1.1 1.1 0 0 0 .475.183m.245-1.7l-.355-.723a.57.57 0 0 1 .018-.535v-.008l.01-.015l1.865-2.241a1.03 1.03 0 0 1 .824-.43l2.9-.091a.57.57 0 0 1 .492.316l.359.73a.46.46 0 0 1 .027.338a.48.48 0 0 1-.265.286l-5.287 2.6a.42.42 0 0 1-.331.025a.5.5 0 0 1-.258-.248Z"/><path fill="url(#SVGREjbOeQM)" d="M11.268 15.663c.009 0 2.53.528 2.722.577l4.3-2.113l.878-2.314a.42.42 0 0 0 .01-.4l-1.2-2.436a.28.28 0 0 0-.237-.156l-4.433.149a1.03 1.03 0 0 0-.82.437l-2.353 2.823l-.5.595a.28.28 0 0 0 0 .254l1.193 2.421a1.2 1.2 0 0 0 .44.163m.14-1.529l-.351-.715a.57.57 0 0 1-.011-.56l1.959-2.36a1.08 1.08 0 0 1 .86-.447l2.887-.1a.63.63 0 0 1 .538.341l.356.724a.54.54 0 0 1-.309.773l-5.267 2.588a.48.48 0 0 1-.662-.243Z"/><path fill="url(#SVG027WPcDj)" d="m18.463 14.345l.7 1.433l-.653.321l.319.649a1.428 1.428 0 0 0 1 2.043l.3.619a.958.958 0 0 0 .706 1.436l.107.218l-.39.428l.5 1.011l.577-.047l.239.485l-.366.478l.336.683h.6l.523 1.065l-.419.371l.382.777l.549-.1l.181.368A96 96 0 0 1 22.8 28v.638l-1.342.659l-.729-.414l-5.488-11.176l-.467.23l-.7-1.433Z"/><path fill="url(#SVGyornQdTp)" d="M14.289 15.413h4.622v1.4h-4.622z" transform="rotate(-26.171 16.6 16.113)"/><path fill="url(#SVGkN47ldnx)" d="m18.128 14.582l-.8.392l.617 1.256l.8-.392Zm-1.319.648l.617 1.256l.308-.152l-.617-1.256Z"/><path fill="url(#SVGXZn9ocJO)" d="m18.4 16.123l.308.628a1.523 1.523 0 0 0 1.037 2.11l.263.535a1.052 1.052 0 0 0 .744 1.513l.054.111l-.381.423l.557 1.134l.567-.043l.177.36l-.357.472l.392.8l.591.006l.456.929l-.409.366l.45.917l.539-.1l.12.243L22.634 28l-1.027.5l-5.525-11.235Z"/><path fill="url(#SVG2gxeCd7k)" d="m17.141 16.745l5.528 11.248l.046.511l-1.247.613l-.613-.349l-5.483-11.154Z"/><path fill="url(#SVGeRxH6LPb)" d="m22.287 28.694l.427-.21l-4.794-9.754l-1.028-1.554l.602 1.764z"/><path fill="url(#SVG73jqed6L)" d="M16.892 17.176L22.5 28.589l-.213.105l-4.793-9.754z"/><path fill="url(#SVG4QBNucLe)" d="m21.481 29.09l.427-.209l-4.794-9.755l-1.028-1.554l.602 1.764z"/><path fill="url(#SVGXv14weIK)" d="m16.086 17.572l5.608 11.413l-.213.105l-4.793-9.754z"/><path fill="url(#SVGz1cqjdyv)" d="m18.27 16.189l-.411.2l5.285 10.755l.279-.47l-.181-.369l-.386.072l-.45-.917l.294-.26l-.508-1.034h-.424l-.392-.8l.256-.338l-.237-.482l-.407.031l-.557-1.134l.273-.3l-.143-.291a1.04 1.04 0 0 1-.619-1.259l-.391-.8a1.505 1.505 0 0 1-.906-1.844Zm-.68.334l5.371 10.929l.108-.182l-5.319-10.825Z"/><path fill="url(#SVGjFrLsb5T)" d="m15.018 18.247l5.356 10.997l.196-.273l-5.391-11.032z"/><path fill="url(#SVGqtklOeYo)" d="m20.436 29.315l.211-.291l.705.361l-.203.294z"/><path fill="url(#SVGjZuHwbNh)" d="m21.446 29.41l-.179.26l1.382-.659l.131-.241z"/><path fill="url(#SVG8hPAsSTj)" d="m14.029 16.673l-.225.388l.601 1.293l.297-.354z"/><path fill="url(#SVGqd0dIejc)" d="m13.946 16.506l-.239.432l-2.944-.761l.124-.345z"/><path fill="url(#SVGbRTRziON)" d="M9.359 13s-.145.444-.087.563l1.212 2.465l.2-.384Z"/><path fill="url(#SVGXpeWx1aE)" d="m16.683 10.624l.1-.327l-2.963.095a.9.9 0 0 0-.51.251l-.007.165a2 2 0 0 1 .394-.1Z"/><path fill="url(#SVGIUwBJc5A)" d="M16.83 10.309a.33.33 0 0 1 .17.137l.382.762l-.164.279l-.341-.693c-.023-.047-.108-.145-.147-.149Z"/><path fill="url(#SVGGQnUfdbd)" d="m11.237 13.786l.171.348a.48.48 0 0 0 .661.248l5.267-2.588a.54.54 0 0 0 .309-.773l-.153-.31l1.08-.531l.606 1.232a.42.42 0 0 1-.01.4l-.878 2.314l-4.3 2.113c-.191-.049-2.713-.575-2.722-.577a1.2 1.2 0 0 1-.439-.16l-.6-1.222Z"/><path fill="url(#SVGkqE4j96Z)" d="m13.377 8.968l.532 1.084l.539-.018l-.532-1.084Zm2.306-.077l-1.395.047l.533 1.084l1.4-.046Zm1.471 2.994l-1.142.561l1.106 2.25l1.142-.561Zm-1.447.711l-.441.217l1.106 2.251l.441-.217Z"/><path fill="url(#SVGa3T2CVnB)" d="m10.65 14.159l5.287 1.803L15.623 18l-.173.134l-2.16-.737l-1.921 12.501l-.371.102l-1.627-.555l-.395-.913l1.838-11.961l-.508-.173z"/><path fill="url(#SVGZeemGbVQ)" d="m8.951 9.175l-.542 2.747a.57.57 0 0 0 .175.452l1.976 2.461l4.866 1.659l1.969-1.077a.535.535 0 0 0 .4-.463l.4-2.627a.66.66 0 0 0-.188-.544L14.453 8.7a1.31 1.31 0 0 0-1.1-.337l-3.874.345a.71.71 0 0 0-.528.467m1.5 1.407a.28.28 0 0 1 .192-.234l2.633-.256a.93.93 0 0 1 .724.315l2.3 2a.43.43 0 0 1 .121.352l-.1.651s-.027.237-.3.146L10.5 11.667a.27.27 0 0 1-.172-.305Z"/><path fill="url(#SVG4pXW7cns)" d="m9.322 9.01l-.4 2.627c-.024.157.188.481.324.653l1.817 2.33l-.263 1.714l.392.134l-1.843 11.959l.395.914l1.627.555l.363-.507l1.483-.436l.081-.528l-.479-.314l.1-.678l.523.028l.2-1.283l-.461-.428l.093-.608l.54-.087l.1-.653l-.469-.375l.145-.946l.532-.034l.054-.352a1.05 1.05 0 0 1-.29-.859a.69.69 0 0 1 .512-.585l.116-.756a1.6 1.6 0 0 1-.364-1.232a1.07 1.07 0 0 1 .688-.874l.1-.636l.666.227l.246-1.674l1.915-1.047a.535.535 0 0 0 .4-.463l.4-2.627a.66.66 0 0 0-.188-.544l-3.556-3.08a1.31 1.31 0 0 0-1.1-.336l-4.109.445a.43.43 0 0 0-.29.356m1.5 1.407a.28.28 0 0 1 .192-.234l2.663-.289a.85.85 0 0 1 .711.218l2.3 2a.43.43 0 0 1 .122.352l-.12.781s-.027.237-.3.146L10.871 11.5a.27.27 0 0 1-.171-.3Z"/><path fill="url(#SVGz1lPTckx)" d="m10.428 16.37l.392-.033l.353.12l-.244.078z"/><path fill="url(#SVGcBFu1dvT)" d="m9.317 12.221l1.846 2.421l4.619 1.575l1.967-1.076a.45.45 0 0 0 .331-.393l.406-2.641a.53.53 0 0 0-.152-.441l-3.552-3.083a1.2 1.2 0 0 0-1.011-.31l-4.109.453a.35.35 0 0 0-.237.292l-.405 2.641a1.26 1.26 0 0 0 .297.562m1.289-1.077l.121-.785a.37.37 0 0 1 .25-.305h.008l2.675-.295a.95.95 0 0 1 .794.247l2.3 2a.56.56 0 0 1 .166.467l-.121.785c0 .01-.014.35-.411.215l-5.53-1.886a.42.42 0 0 1-.252-.443"/><path fill="url(#SVGQvjQIZiB)" d="M9.356 12.146c0 .005 1.63 2.115 1.831 2.4l4.591 1.566l1.974-1.065a.37.37 0 0 0 .264-.321l.406-2.646a.4.4 0 0 0-.118-.338l-3.571-3.091a1.12 1.12 0 0 0-.931-.285l-4.133.444a.27.27 0 0 0-.179.221l-.406 2.642a1.4 1.4 0 0 0 .272.473m1.126-1.054l.12-.778a.45.45 0 0 1 .309-.375h.024l2.7-.29a1.07 1.07 0 0 1 .883.278l2.324 2.01a.7.7 0 0 1 .212.581l-.121.786a.38.38 0 0 1-.165.265a.42.42 0 0 1-.365.018l-5.576-1.9a.5.5 0 0 1-.273-.219a.55.55 0 0 1-.072-.377Z"/><path fill="url(#SVGeHD5sRoS)" d="M9.415 12.108c.006.008 1.693 2.194 1.816 2.366l4.535 1.546l1.963-1.048a.33.33 0 0 0 .228-.282l.4-2.623a.34.34 0 0 0-.1-.283L14.7 8.719a1.07 1.07 0 0 0-.884-.271l-3.4.359l-.716.076a.23.23 0 0 0-.142.183s-.4 2.594-.4 2.611a1.5 1.5 0 0 0 .257.431m.952-1.007l.118-.77a.46.46 0 0 1 .3-.414l2.836-.308a1.12 1.12 0 0 1 .921.292l2.316 2a.76.76 0 0 1 .234.632s-.1.633-.12.779c-.034.219-.191.5-.668.339l-5.555-1.894a.584.584 0 0 1-.383-.657Z"/><path fill="url(#SVG19IpQcjs)" d="m15.781 16.3l-.237 1.543l-.689-.235l-.107.7a1.16 1.16 0 0 0-.7.917a1.72 1.72 0 0 0 .367 1.283l-.1.666a.77.77 0 0 0-.527.634a1.15 1.15 0 0 0 .29.912l-.036.235l-.542.031l-.167 1.088l.479.379l-.08.522l-.55.084l-.113.736l.471.432l-.176 1.146l-.532-.031l-.128.837l.488.317l-.061.4c-.09.027-1.455.411-1.455.411l-.352.462l-1.424-.483l-.343-.822l1.843-12.03l-.493-.168l.237-1.543Z"/><path fill="url(#SVG85efRhKR)" d="m11.056 16.181l4.374 1.491l.208-1.352l-4.374-1.492z"/><path fill="url(#SVGGdFalbTB)" d="m15.388 16.234l-.842-.287l-.207 1.353l.841.287ZM14 15.76l-.208 1.353l.325.111l.208-1.353Z"/><path fill="url(#SVGOjVzRbET)" d="m14.756 17.55l-.1.676a1.25 1.25 0 0 0-.7.957A1.85 1.85 0 0 0 14.3 20.5l-.089.576a.84.84 0 0 0-.525.678a1.26 1.26 0 0 0 .275.95l-.018.119l-.531.034l-.188 1.221l.469.375l-.06.388l-.539.087l-.132.858l.46.427l-.154 1l-.522-.028l-.152.987l.478.314l-.04.262l-1.506.443l-1.083-.369l1.86-12.1Z"/><path fill="url(#SVGscgdGcRs)" d="m13.423 17.1l-1.86 12.1l-.246.4L10 29.16l-.289-.692l1.845-12.009Z"/><path fill="url(#SVGakdwydkv)" d="m10.877 29.44l.45.154l1.614-10.501l.049-1.863l-.499 1.709z"/><path fill="url(#SVGG6MQr2cb)" d="m12.99 17.23l-1.888 12.287l-.225-.077l1.614-10.501z"/><path fill="url(#SVGXRrEmcZQ)" d="m10.028 29.151l.449.153l1.614-10.501l.049-1.863l-.499 1.71z"/><path fill="url(#SVGi2WMHbKh)" d="m12.14 16.94l-1.887 12.287l-.225-.076l1.613-10.501z"/><path fill="url(#SVGLeACibTa)" d="m14.615 17.5l-.433-.148l-1.782 11.58l.478-.14l.061-.4l-.339-.222l.152-.987l.374.02l.171-1.113l-.33-.306l.132-.858l.387-.062l.08-.519l-.336-.268l.188-1.221l.381-.024l.048-.314a1.2 1.2 0 0 1-.154-.766a.85.85 0 0 1 .363-.59l.132-.856a1.8 1.8 0 0 1-.231-1.123a1.26 1.26 0 0 1 .536-.861Zm-.717-.244L12.09 29.024l.185-.054l1.791-11.655Z"/><path fill="url(#SVG9uUmsbXE)" d="M10.932 16.665L9.075 28.47l.303-.058l1.85-11.855z"/><path fill="url(#SVGl9apRboF)" d="m9.085 28.566l.325-.06l.354.766l-.321.068z"/><path fill="url(#SVGxfFH5fOf)" d="m9.823 29.357l-.283.06l1.447.513l.235-.081z"/><path fill="url(#SVGyqk9tdzU)" d="m11.024 14.816l-.391.12l-.241 1.367l.429-.043z"/><path fill="url(#SVGRTHl6clb)" d="m11.05 14.636l-.425.141l-2.084-2.606l.483-.214z"/><path fill="url(#SVGlrssAbqp)" d="M9.384 8.813s-.358.218-.378.346l-.546 2.773l.51-.253Z"/><path fill="url(#SVGyVezad9t)" d="m16.435 12.332l.256-.168l-2.375-2.052a.96.96 0 0 0-.538-.183l-.1.115a2 2 0 0 1 .362.211Z"/><path fill="url(#SVGiefcvdhi)" d="M16.724 12.208a.4.4 0 0 1 .058.221c-.016.1-.112.774-.12.825l-.283.085l.115-.747a.4.4 0 0 0-.033-.213Z"/><path fill="url(#SVGfRyLFcLo)" d="m10.424 10.725l-.058.375a.584.584 0 0 0 .381.653l5.553 1.894c.478.163.634-.12.668-.339l.051-.334l1.139.388l-.2 1.327a.33.33 0 0 1-.228.282l-1.963 1.048l-4.535-1.546a358 358 0 0 0-1.816-2.366a1.5 1.5 0 0 1-.257-.43l.2-1.315Z"/><path fill="url(#SVGRHRPsqnF)" d="m14.756 8.764l-.179 1.166l.432.373l.179-1.167Zm1.851 1.595l-1.119-.965l-.179 1.167l1.119.965Zm-.5 3.223l-1.2-.411l-.372 2.423l1.2.411Zm-1.526-.52l-.461-.162l-.372 2.423l.465.159Z"/><path fill="url(#SVGBtcXhdWx)" d="M9.936 2.733c2.042-1.441 5.206-.715 7.065 1.8A6.17 6.17 0 0 1 18.27 9.1c-.219-.73-1.023-.427-1.664-.441a4.1 4.1 0 0 0-.763-3.207C14.6 3.778 12.41 3.1 11.07 4.094s-1.382 3.253-.143 4.929a3.68 3.68 0 0 0 3.69 1.742c.521.444 1 .871 1.507 1.329c-1.84 1.134-4.8.334-6.51-1.982c-1.86-2.512-1.93-5.789.322-7.379"/><path fill="url(#SVGarE9ubhv)" d="M9.956 2.841c1.939-1.405 5.111-.606 6.892 1.8a6.6 6.6 0 0 1 1.38 4.159c-.293-.387-1.035-.264-1.466-.211a4.6 4.6 0 0 0-.823-3.272c-1.317-1.78-3.546-2.373-4.97-1.32s-1.442 3.27-.125 5.051a4.03 4.03 0 0 0 3.842 1.905c.4.35.79.715 1.185 1.073c-1.982 1.012-4.528.084-6.123-2.073c-1.782-2.408-1.897-5.587.208-7.112"/><path fill="url(#SVGyIQIicum)" d="M10.1 2.918c1.855-1.345 4.971-.5 6.675 1.8a6.64 6.64 0 0 1 1.361 3.89a1.87 1.87 0 0 0-1.148-.126a4.56 4.56 0 0 0-.946-3.23c-1.394-1.885-3.6-2.472-5.1-1.357s-1.511 3.279-.171 5.2a4.08 4.08 0 0 0 3.976 1.973c.323.285.639.58.957.871c-1.939.959-4.394-.1-5.893-2.131C8.1 7.511 8.1 4.363 10.1 2.918"/><path fill="url(#SVGKb76ycsW)" d="M9.684 3.412C8.6 4.969 8.825 7.5 10.3 9.494c1.413 1.911 3.466 2.885 5.249 2.443c-1.694.674-4.074-.233-5.554-2.235c-1.54-2.081-1.66-4.783-.311-6.29"/><path fill="url(#SVG8hmImb4h)" d="M9.9 3.511c-.171.291.366.627.547.144a4.3 4.3 0 0 1 2.442-1.222A3.56 3.56 0 0 0 9.9 3.511m.077.506a.244.244 0 1 0 .211.273a.243.243 0 0 0-.213-.273Z"/><path fill="url(#SVGCEzC1cyq)" d="M11.035 3.763c1.4-1.181 3.664-.647 5.163 1.132a4.72 4.72 0 0 1 1.2 3.542q-.204.021-.411.048a4.56 4.56 0 0 0-.946-3.23c-1.394-1.885-3.6-2.472-5.1-1.357q-.105.08-.2.167a3 3 0 0 1 .294-.302"/>'},R_={width:32,height:32,body:'<path fill="gray" d="m16.5 30l-.011-.321c.4-.014.8-.045 1.19-.094l.039.319c-.406.048-.818.08-1.218.096m-1.222-.011c-.4-.021-.814-.061-1.216-.118l.045-.318c.393.055.793.094 1.188.115Zm3.642-.289l-.067-.314c.387-.083.776-.184 1.155-.3l.094.307c-.388.118-.786.222-1.182.307m-6.063-.053q-.599-.137-1.177-.326l.1-.306c.377.122.764.23 1.15.319Zm8.4-.665l-.121-.3c.364-.148.728-.314 1.08-.493h.006l.145.286q-.553.28-1.114.507Zm-10.718-.088a14 14 0 0 1-1.1-.524l.15-.284c.35.186.713.358 1.078.512Zm12.893-1.021l-.17-.273c.337-.21.668-.437.984-.675l.193.257q-.494.367-1.011.691Zm-15.053-.122c-.341-.22-.676-.459-1-.708l.2-.253c.312.243.64.476.972.691Zm17-1.346l-.215-.239q.443-.4.851-.836l.235.219c-.278.297-.571.585-.872.851Zm-18.925-.153c-.3-.276-.585-.569-.856-.87l.239-.215c.265.294.547.58.836.85Zm20.587-1.632l-.253-.2c.244-.312.476-.639.692-.972l.27.175q-.333.516-.709.997M4.82 24.439a14 14 0 0 1-.692-1.007l.272-.17c.21.337.438.668.676.984Zm23.547-1.867l-.284-.151c.186-.35.358-.713.513-1.078l.3.125a15 15 0 0 1-.528 1.104Zm-24.841-.2l-.006-.012a13 13 0 0 1-.5-1.1l.3-.121c.147.362.312.724.491 1.074l.006.012Zm25.794-2.047l-.306-.1c.122-.377.23-.764.319-1.15l.313.072c-.091.396-.2.792-.326 1.178m-26.712-.218c-.12-.388-.223-.786-.308-1.182l.314-.067c.083.387.184.776.3 1.155Zm27.262-2.161l-.318-.045c.056-.393.094-.793.115-1.188l.321.017a14 14 0 0 1-.118 1.216M2.1 17.72c-.05-.4-.082-.812-.1-1.218l.321-.011c.014.4.046.8.094 1.19Zm27.582-2.2c-.014-.4-.045-.8-.093-1.19l.319-.039c.049.4.082.813.1 1.218ZM2.331 15.3l-.321-.02c.021-.405.061-.814.117-1.216l.318.045c-.055.391-.093.791-.114 1.191m27.057-2.144a14 14 0 0 0-.3-1.155l.312-.101c.119.388.223.786.307 1.183Zm-26.725-.222l-.313-.072q.137-.599.326-1.177l.306.1c-.123.376-.23.763-.319 1.149m26.026-2.062a13 13 0 0 0-.5-1.086l.286-.146c.185.363.355.736.507 1.111ZM3.4 10.665l-.3-.125c.158-.374.334-.745.524-1.1l.284.15c-.184.347-.356.71-.508 1.075m1.113-2.108l-.27-.174q.332-.513.707-1l.254.2q-.367.475-.691.974m1.464-1.881l-.235-.219c.276-.3.569-.585.87-.857l.215.239c-.294.261-.58.547-.85.837m1.77-1.6l-.193-.257c.323-.244.662-.477 1.007-.692l.17.272c-.337.215-.668.442-.984.68Zm15.705-.558l-.018-.012l.175-.27l.018.011Zm-1.047-.616a13 13 0 0 0-1.078-.512l.125-.3c.374.158.745.334 1.1.524ZM9.769 3.815l-.146-.286l.018-.009c.356-.181.724-.349 1.093-.5l.121.3c-.361.147-.72.311-1.068.488Zm10.44-.838a13 13 0 0 0-1.151-.317l.072-.313q.6.137 1.178.325Zm-8.229-.06l-.094-.307a14 14 0 0 1 1.182-.308l.067.314a14 14 0 0 0-1.155.301m5.9-.473a14 14 0 0 0-1.188-.113l.016-.321c.405.021.814.059 1.216.115Zm-3.572-.026l-.04-.319c.4-.05.812-.083 1.218-.1l.012.321c-.392.017-.793.049-1.186.098Z"/><circle cx="16" cy="15.998" r="10.708" fill="navy"/><circle cx="20.435" cy="11.562" r="3.136" fill="#fff"/><circle cx="26.708" cy="5.29" r="3.137" fill="navy"/><path fill="#fff" d="M13.1 21.352v-.79H9.629v-6.236h-.9v7.026zm4.816 0V16.3h-.8v2.785c0 1.031-.54 1.706-1.378 1.706A.95.95 0 0 1 14.7 19.8v-3.5h-.8v3.817c0 .838.626 1.378 1.609 1.378a1.86 1.86 0 0 0 1.687-.925v.781h.723m5.872-.018v-.607a.7.7 0 0 1-.173.019c-.279 0-.434-.145-.434-.4v-2.809c0-.9-.655-1.378-1.9-1.378c-1.224 0-1.976.472-2.024 1.638h.81c.067-.617.434-.9 1.185-.9c.723 0 1.128.27 1.128.752v.212c0 .337-.2.482-.838.559a5.8 5.8 0 0 0-1.619.308a1.33 1.33 0 0 0-.887 1.311c0 .916.636 1.455 1.658 1.455a2.36 2.36 0 0 0 1.715-.742a.855.855 0 0 0 .829.665a2 2 0 0 0 .549-.087m-1.407-1.725a1.366 1.366 0 0 1-1.513 1.185c-.626 0-.993-.222-.993-.771c0-.53.357-.761 1.214-.887a4 4 0 0 0 1.291-.279v.752"/>'},O_={width:32,height:32,body:'<path fill="#fff" d="M7.313 18.654a.55.55 0 0 1-.6.233a.92.92 0 0 0-.869.08c-.306.218-.637.053-.579-.345a1.23 1.23 0 0 1 .583-.971c.833-.479.254-.812.711-1.293s.357-.629.341-1.283a4.65 4.65 0 0 1-3.4-1.9a6 6 0 0 1-1.46-3.764a6.37 6.37 0 0 1 .649-3.8a5.3 5.3 0 0 1 2.565-2.522a7 7 0 0 1 3.489-.77a4.96 4.96 0 0 1 2.443.452a5.2 5.2 0 0 0 1.546.8a1.22 1.22 0 0 0 .782-.226c.047 1.189-1.023 1.292-1.98 1.317s-1.546-.371-2.427-.224a4.2 4.2 0 0 0-3.03 1.774A3.78 3.78 0 0 0 5.408 8.9a1.95 1.95 0 0 0 1.441 1.8c.5.008.61-.136 1.047-.421s2.665-3.043 3.426-3.663a3.52 3.52 0 0 1 2.322-.821a3.24 3.24 0 0 1 1.671.286A12 12 0 0 1 16.9 7.139a9 9 0 0 0 .684-.576a2.87 2.87 0 0 1 2.393-.718a3.64 3.64 0 0 1 1.819.8a14.3 14.3 0 0 1 2.013 2.425a3.6 3.6 0 0 0 1.621 1.489c.771.237 1.352-.762 1.437-1.316a6 6 0 0 0 .112-.935a4.4 4.4 0 0 0-.135-1.125a4 4 0 0 0-.455-1.016a3.6 3.6 0 0 0-1.3-1.25A4.1 4.1 0 0 0 23.7 4.5a14 14 0 0 0-1.4.2c-.584.04-1.628.171-2.086-.28a1.18 1.18 0 0 1-.378-.853a.9.9 0 0 0 .469.19c.366.031.708-.268 1-.441a7 7 0 0 1 .908-.526a5.86 5.86 0 0 1 2.7-.232a6.3 6.3 0 0 1 2.2.725a6 6 0 0 1 1.634 1.48A5 5 0 0 1 29.781 6.9a9 9 0 0 1 .017 3.847a7.6 7.6 0 0 1-1.714 2.819a4.4 4.4 0 0 1-2.317 1.112a5 5 0 0 0 .086.488c.064.206.188.436.441.363a.236.236 0 0 1 .289.063c.133.116.064.567-.311.769a1.45 1.45 0 0 1-.695.131a6.6 6.6 0 0 1-1.11-.051c-.33-.058-.528-.32-.894-.361a3.6 3.6 0 0 1-1.452-.764a3 3 0 0 0-.362-.185c.059.18.138.368.177.541s.023.334.043.472s.059.247.082.359c.09.081.119.2.272.243a1.7 1.7 0 0 0 .546-.043c.156-.021.26-.106.383-.083a.85.85 0 0 1 .34.193c.1.082.191.094.274.3a3.3 3.3 0 0 1 .171.9a1.9 1.9 0 0 1-.1.755a1.26 1.26 0 0 1-.381.541a6 6 0 0 1-.956.769a1.7 1.7 0 0 0 .2.3c.1.109.324.229.421.344a.47.47 0 0 1 .148.324a.7.7 0 0 1-.109.433a1.9 1.9 0 0 1-.937.573a2.5 2.5 0 0 1 .023 1.06c-.037.159-.119.519-.315.612a4 4 0 0 1-.814.086c-.239.038-.373.074-.56.111a3.3 3.3 0 0 0-.34.492a.4.4 0 0 0 .008.35c.049.15.214.368.261.544a1.1 1.1 0 0 1 .012.541a.94.94 0 0 1-.269.46c-.15.157-.446.28-.593.406s-.294.142-.254.352a1.55 1.55 0 0 0 .781.867a.93.93 0 0 0 .65-.048c-.015.246-.228.412-.367.576a2.2 2.2 0 0 0 1-.588a2.5 2.5 0 0 1-.752.955a3 3 0 0 1-.6.4a2.7 2.7 0 0 0 .99 0a2 2 0 0 1-.748.242a2.2 2.2 0 0 1-.85-.064a5.7 5.7 0 0 1-.951-.541a.78.78 0 0 0 .217.442a3 3 0 0 0 .639.334a9 9 0 0 1-.963-.116a2.2 2.2 0 0 1-.555-.189a4 4 0 0 1-.449-.309a1.3 1.3 0 0 0 .215.411a2 2 0 0 0 .48.232a2 2 0 0 1-.5-.011a1.4 1.4 0 0 1-.517-.245a3.7 3.7 0 0 1-.52-.463a2.2 2.2 0 0 1-.4-.538c-.058-.154.035-.262.052-.393a1.2 1.2 0 0 0-.318.21a.4.4 0 0 0-.118.37a2.5 2.5 0 0 0 .315.589c-.344-.281-.536-.389-.618-.729a1.14 1.14 0 0 1 .272-.846c.075-.119.187-.23.257-.345a5 5 0 0 1-.466-.456c-.133-.173-.189-.408-.325-.573a3.4 3.4 0 0 0-.478-.407a6 6 0 0 1 .42.9a.6.6 0 0 1-.139.5c-.083.126-.216.154-.343.231s-.323.017-.4.131a.39.39 0 0 0-.023.4l.3.466a1.4 1.4 0 0 1-.381-.328c-.084-.114-.214-.218-.232-.371a.54.54 0 0 1 .073-.422c.1-.137.371-.182.493-.287s.19-.173.183-.309s-.14-.232-.253-.318a8 8 0 0 1-1.088-.815a1.1 1.1 0 0 1-.28-.443a.46.46 0 0 1 .085-.368c.083-.151.367-.352.4-.515s-.109-.2-.238-.256s-.376.029-.5-.071s.035-.311-.1-.427s-.445-.051-.6-.176a.84.84 0 0 1-.281-.459a1 1 0 0 1-.024-.509c.038-.131.15-.154.217-.222s.127-.124.036-.225s-.385.006-.555-.124s-.066-.44-.186-.572s-.336-.079-.449-.121s-.159.106-.228-.128s-.072-.93-.166-1.189s-.278-.018-.363-.276a7 7 0 0 1-.043-1.06l-.175-1.061c-.609.409-2.53.935-2.7 1.233"/><path fill="#030303" d="M16.623 8.258a3.7 3.7 0 0 0 .077.942a.9.9 0 0 0 .382.66c.462.343.758.286 1.114.485a1 1 0 0 1 .446.421a.36.36 0 0 1-.17.422a.36.36 0 0 0 .371-.48c-.052-.128-.3-.185-.373-.314a.5.5 0 0 1-.04-.393c.064-.236.531-.451.7-.637a.77.77 0 0 0 .208-.9a2.83 2.83 0 0 0-1.45-1.141a3 3 0 0 0-.5-.15a1.65 1.65 0 0 1 .875.807c.144.374.019.515.024.84c0 .151.2.226.289.322s.07.145.009.259a.3.3 0 0 0-.13-.236c-.13-.093-.271-.073-.341-.263c-.106-.289.1-.563-.132-.888a1.03 1.03 0 0 0-.727-.522a1.3 1.3 0 0 0-.423.066l-.219-.258a4.6 4.6 0 0 0-1.34-.995a3.03 3.03 0 0 0-1.607-.3a3.07 3.07 0 0 0-2.2.771c-.808.7-2.892 3.367-3.4 3.7a1.7 1.7 0 0 1-1.248.453a2.124 2.124 0 0 1-1.657-2.002a4.04 4.04 0 0 1 .722-2.857a4.17 4.17 0 0 1 3.224-1.9a12 12 0 0 1 2.441.23c.771 0 1.534-.132 1.759-.745a1.04 1.04 0 0 1-.672.118A6.7 6.7 0 0 1 11 2.952a5.2 5.2 0 0 0-2.29-.377a6.3 6.3 0 0 0-3.215.669a5.77 5.77 0 0 0-2.582 2.475a5.87 5.87 0 0 0-.654 3.649a6.07 6.07 0 0 0 1.423 3.613a4.46 4.46 0 0 0 3.295 1.785l.329-1.45l-.587.842l.015-.937l-.531.659l-.233-.894l-.43.716l-.214-1l-.623.5l.2-.823l-.825.092l.379-.572l-.752.009l.438-.764l-.667-.106L4 10.35l-.817-.242l.676-.648l-.659-.544l.522-.406l-.492-.65l.521-.607l-.194-.8L4 6.067l.132-.916l.5-.249l.427-.715l.785-.087l.39-.643l.793.04l.749-.407l.778.181l.883-.266l.654.153l.853.125l.824.659L10.5 3.5l-.636.305l-.526-.321l-.362.246l-.64.064l-.574-.037l-.419.511l-.843.013l-.3.688l-.759.266l-.071.791l-.544.426L5 7.2l-.47.773l.361.676l-.355.619l.472.308l-.107.995l.656.166l.148.738l.715-.075l.444.506l.549-.536a6.15 6.15 0 0 0 2.193-1.625a10.3 10.3 0 0 1 2.58-2.506a3.45 3.45 0 0 1 2.493-.477c.895.154 1.194.691 1.853 1.257a.6.6 0 0 1 .2-.253a4 4 0 0 0-.108.492Zm4.665 5.934a.7.7 0 0 1-.2.143a2.4 2.4 0 0 1-.344.083c.173.27.355.543.521.826s.31.594.469.892a5 5 0 0 0-.022-.511a5 5 0 0 0-.168-.537c-.071-.239-.159-.564-.26-.9Zm-.06-1.551a.5.5 0 0 1 .168.092a.65.65 0 0 1 .255.269a1 1 0 0 1 .048.466c-.056-.016-.132-.005-.191-.055s-.092-.162-.167-.21a.44.44 0 0 0-.219-.048a.7.7 0 0 1 .043.35a.43.43 0 0 1-.409.387a1.3 1.3 0 0 1-.342-.036c.04.089.108.167.147.256a1.8 1.8 0 0 0 .439-.073a3 3 0 0 1 .345-.2a2 2 0 0 1 .395-.067c-.113.1-.188.2-.3.295l.25.728c.177.111.344.169.566.306a7 7 0 0 0 .781.515a3 3 0 0 0 .767.263c.3.057.545.3.844.343a6.4 6.4 0 0 0 1.087.025c.261-.025.6-.16.631-.447a.6.6 0 0 1-.723-.407c-.075-.183-.038-.52-.153-.737s-.274-.286-.466-.552a8.4 8.4 0 0 1-.679-1.045c-.175-.357-.217-.762-.365-1.082a5.3 5.3 0 0 0-.546-.826a2.9 2.9 0 0 0-1.308-1.18a6.4 6.4 0 0 0-.963-.249c-.131.059-.31.124-.342.276a.62.62 0 0 0 .14.493a2.1 2.1 0 0 1 .568.7a2.8 2.8 0 0 1 .03 1.029a1.15 1.15 0 0 1-.328.42Zm-1.451.173a2.5 2.5 0 0 1 .854-.242c.126-.008.321.012.448.017a1.7 1.7 0 0 0 .3-.466a2.5 2.5 0 0 0-.043-.826c-.172-.423-.34-.441-.577-.683a1.35 1.35 0 0 1-.231-.743c-.019-.11-.073-.249-.1-.363a4.6 4.6 0 0 0-1-.052a1.1 1.1 0 0 0 .39-.567a1.12 1.12 0 0 0-.132-.78a3 3 0 0 0-.576-.6c-.208-.182-.506-.332-.7-.482a6 6 0 0 1 .768-.275a2.5 2.5 0 0 1 1.842.448a4.6 4.6 0 0 1 1.053.833c.384.4.859 1.137 1.23 1.574a8 8 0 0 0 .997 1.043a5 5 0 0 0 .925.5l.481.51l.389-.481l.625.071l.129-.7l.574-.157l-.093-.947l.413-.293l-.31-.589l.315-.644l-.411-.736l.159-.708l-.476-.405l-.062-.753l-.664-.253l-.266-.655l-.75-.01l-.366-.486l-.5.035l-.56-.061l-.316-.234l-.46.3l-.557-.29l-1.106.42l.721-.627l.747-.119l.569-.138l.773.254l.68-.172l.656.388l.694-.038l.341.612l.691.079l.374.68l.435.237l.115.871l.387.367l-.17.762l.456.577l-.428.619l.457.387l-.585.518l.592.616l-.715.23l.466.661l-.584.1l.383.727l-.658-.009l.331.545l-.722-.087l.173.783l-.546-.48l-.187.949l-.377-.682l-.2.85l-.465-.627l.012.891l-.514-.8a3.6 3.6 0 0 0 .385 1.382a3.52 3.52 0 0 0 2.24-1.041a7.2 7.2 0 0 0 1.627-2.739a9.3 9.3 0 0 0 .011-3.618a5.45 5.45 0 0 0-1.045-2.109A8 8 0 0 0 26.9 3.405a6.2 6.2 0 0 0-3.2-.694a3.8 3.8 0 0 0-1.338.25c-.617.224-1.11.714-1.737.955a.6.6 0 0 1-.53 0a.99.99 0 0 0 .723.572a5.5 5.5 0 0 0 1.431-.013a9 9 0 0 1 1.451-.19a3.1 3.1 0 0 1 1.484.428a3.66 3.66 0 0 1 1.4 1.318a4 4 0 0 1 .448 1.079a5 5 0 0 1 .151 1.174a3.6 3.6 0 0 1-.112 1.035c-.212.781-.68 1.576-1.641 1.454c-.588-.075-1.475-1.18-1.772-1.585a15.7 15.7 0 0 0-1.969-2.4a3.03 3.03 0 0 0-1.705-.757a2.58 2.58 0 0 0-2.384.829a5 5 0 0 1 .532.17a4 4 0 0 1 1.094.718a1.19 1.19 0 0 1 .5.968c.008.3-.239.541-.465.758c-.139.133-.322.254-.434.357c-.149.137-.333.286-.147.5a2 2 0 0 0 .3.22c.163.121.089.572-.127.691a.71.71 0 0 1-.832-.069c.287-.043.469-.081.461-.315c0-.136-.177-.249-.347-.326a5 5 0 0 1-1.125-.452c-.411-.3-.42-.458-.531-.922a2.6 2.6 0 0 0-.646.113c-.265.087-.558.3-.8.348a1.7 1.7 0 0 1-1.058.006a4.24 4.24 0 0 0-2.1.349a6 6 0 0 0-.975.121a6.4 6.4 0 0 0-1.7.995a9.1 9.1 0 0 0-1.98 4.059c-.051.57.112.955-.248 1.233s-.349.992-.471 1.193s-.263.111-.525.392s-.4.234-.389.766a1.84 1.84 0 0 1 .845-.332c.256-.009.259.328.916-.322c.352-.348 1.027-.358 1.5-.512A4.73 4.73 0 0 0 11 16.152a5.6 5.6 0 0 0 1.415-3.381a4 4 0 0 1-.038 1.247a3.47 3.47 0 0 0 .151 2.442l.309.59a5.2 5.2 0 0 1-.652-.953l-.25-.674a5.1 5.1 0 0 1-1.463 1.662a2.9 2.9 0 0 0 .089 1.169c.128.373-.076.8.021 1.049s.321.106.394.355s-.038.741.075.983s.392.1.527.174a.8.8 0 0 1 .251.289c.073.1-.028.346.119.425s.376.012.529.088a.36.36 0 0 1 .139.422c-.036.163-.2.238-.272.4a.43.43 0 0 0 .023.434a.9.9 0 0 0 .466.314c.19.077.457.034.653.14a1.5 1.5 0 0 1 .476.473a.64.64 0 0 1 .127.425a1.2 1.2 0 0 1-.157.505c-.087.157-.278.347.021.647s.287.17.458.364c-.019-.336-.157-.609-.056-.862s.406-.3.566-.411a2.6 2.6 0 0 0 .379-.4a5 5 0 0 1 0 .491c-.041.266-.119.5.277.544a1.3 1.3 0 0 0 .535-.166c-.1.176-.269.318-.3.528a.92.92 0 0 0 .151.651a2.1 2.1 0 0 0 .582.487a2.2 2.2 0 0 0 .425.2c.007.207-.034.427-.01.621a1.13 1.13 0 0 0 .2.529a1.7 1.7 0 0 0 .465.373c-.094-.218-.283-.424-.281-.653a.73.73 0 0 1 .294-.594c.223-.2.746-.38.992-.577a1.2 1.2 0 0 0 .414-.51a2.2 2.2 0 0 0 .08-.673a2 2 0 0 1 .119.569a2 2 0 0 1-.221.794a1.22 1.22 0 0 0 .6-.612c.065.039.032.145.056.349c.109-.108.232-.191.341-.293a.95.95 0 0 0 .284-.334a.77.77 0 0 0-.008-.459a3 3 0 0 0-.324-.538c-.1-.181.017-.358.01-.576a1.7 1.7 0 0 0-.6-.1c-.229.033-.491.29-.725.293s-.365-.216-.557-.277a3.4 3.4 0 0 0-.579-.08a5.4 5.4 0 0 1 1.84-.451a12 12 0 0 1 1.715-.155a4.4 4.4 0 0 0 .769.03c.179-.051.141-.174.194-.307a1.73 1.73 0 0 0-.006-1.079A8.4 8.4 0 0 0 20.46 22c-.511.039-1.117.282-1.644.3a3.2 3.2 0 0 1-1.53-.328a3.6 3.6 0 0 1-.986-1.125c-.215-.329-.486-.975-.651-1.27a1.6 1.6 0 0 0-.339-.5a1.5 1.5 0 0 0-.488-.2c.188.019.392-.04.563.058c.256.147.543.756.7 1.021c.169-.566.129-.788.618-1.107a2.15 2.15 0 0 0-.5 1.295c.327.537.782 1.393 1.378 1.63a4 4 0 0 0 .817.168a5.9 5.9 0 0 0 2.132-.315a5.6 5.6 0 0 1 1.678-.04c.215.012.72-.117.825-.333a.38.38 0 0 0-.033-.386c-.081-.126-.3-.186-.414-.3a3 3 0 0 1-.274-.368a7.5 7.5 0 0 1-1.238.138c.257-.106.5-.167.771-.271a4.6 4.6 0 0 0 .787-.419a2.5 2.5 0 0 0 .51-.391a3 3 0 0 0 .471-.539a1.4 1.4 0 0 0 .139-.681a2 2 0 0 0-.1-.805a.63.63 0 0 0-.433-.311c-.15-.048-.252.073-.408.09s-.3.115-.527.008a2 2 0 0 1-.72-.642c-.228-.32-.39-.844-.623-1.247a21 21 0 0 0-1.376-1.986a4 4 0 0 1-.118-.593a2.9 2.9 0 0 1 .076-1.13a.99.99 0 0 1 .512-.69a.56.56 0 0 1 .371-.026a.25.25 0 0 1 .167.294c-.045.15-.15.155-.221.231a.8.8 0 0 0-.213.384a1.8 1.8 0 0 1 .412.016a.48.48 0 0 1 .339.326a.61.61 0 0 0-.456-.22a2 2 0 0 0-.316.048a2.3 2.3 0 0 1-.118.383c-.056.1-.163.075-.2.191a1.1 1.1 0 0 0-.022.455Zm.546.2c-.208.013-.258-.014-.424.1l.271.422a.65.65 0 0 1 .153-.525Zm-7.072-1.86a.8.8 0 0 1 .036-.194c-.3-.081-.423.115-.6.479c-.066.136 0 .217-.072.306s-.185.077-.3.163s-.23.251-.338.34a3.8 3.8 0 0 1-.777.418a2.5 2.5 0 0 0 .625-.513c.058-.1.05-.287.14-.377s.123-.152.24-.174s.07-.159.108-.266a1.2 1.2 0 0 1 .193-.293a.85.85 0 0 1 .339-.329c.158-.059.405 0 .525-.029s.051-.121.138-.173s.257-.029.373-.085a1.14 1.14 0 0 0 .429-.442A2.26 2.26 0 0 1 14.187 11a1.48 1.48 0 0 1-.749.89a2.4 2.4 0 0 1-.426.16c.073-.1.177-.143.219-.3a4 4 0 0 0 .02-.6Zm1.931 1.493c.157-.014.351.028.5.02a3 3 0 0 0 .377-.07c-.023-.221 0-.627-.205-.774a1.8 1.8 0 0 0-.817.008a8 8 0 0 0-1.017.385a3.2 3.2 0 0 1 .923-.514a2.4 2.4 0 0 1 .948-.09c.1.028.123.07.185.156a1.8 1.8 0 0 1 .268.9a3 3 0 0 1 .157.229a1.1 1.1 0 0 1 .081.338c-.056-.081-.022-.183-.177-.243a1.5 1.5 0 0 0-.6.018a.508.508 0 0 1-.231.934a.54.54 0 0 1-.641-.333a1 1 0 0 1-.021-.4a.8.8 0 0 0-.688.259a1.3 1.3 0 0 0 .523.508a1.7 1.7 0 0 0 .5.186a2.5 2.5 0 0 0 .676.032a.73.73 0 0 0 .444-.216a1.04 1.04 0 0 0 .212-.47a1.4 1.4 0 0 1-.083.431a.79.79 0 0 1-.778.412a2.9 2.9 0 0 1-1.019-.2a1.54 1.54 0 0 1-.73-.624a1.8 1.8 0 0 1-.02-.557c.332-.22.413-.166.806-.231c.164-.027.277-.088.433-.1Zm.9-2.187a1.5 1.5 0 0 0 .524.212c.147 0 .185-.1.272-.154a6.6 6.6 0 0 0 .523 1.333c.1.169.159.09.232.26s.107.514.176.73a6 6 0 0 0 .242.564a8 8 0 0 1-.583-.9c-.114-.241-.041-.262-.133-.492s-.279-.588-.418-.882a.8.8 0 0 1-.3.008c-.076-.023-.061-.1-.129-.156s-.184-.032-.28-.115a.6.6 0 0 1-.127-.405Zm-1.964 7.762c.138-.112.511-.023.789 0l-.6.154c-.019.068-.01.147-.056.2s-.132.079-.2.119c.007-.179-.072-.363.066-.475Zm2.574-3.737a2.6 2.6 0 0 0 .205-.6c-.027.252.024.529-.1.712s-.339.151-.518.2c.139-.106.3-.153.411-.312Zm-.252 2.8a1 1 0 0 1 .5-.9a2.1 2.1 0 0 1 .706-.253a2.75 2.75 0 0 1 1.186.155a7 7 0 0 1 .7.459c.239.141.409.236.637.395c.35.243.554.512.8.673a1.8 1.8 0 0 0 .435.113a.73.73 0 0 1-.407.033a1.8 1.8 0 0 1-.513-.306a3.5 3.5 0 0 0-.579-.42c-.145-.084-.383-.183-.542-.287s-.435-.331-.587-.407a1.9 1.9 0 0 0-.759-.146a1.6 1.6 0 0 0-.959.267a.65.65 0 0 0-.264.66a3 3 0 0 1 .23-.3a.72.72 0 0 1 .607-.131a.53.53 0 0 1 .459.415a1 1 0 0 0-.238-.159a.57.57 0 0 0-.51.05c-.21.112-.153.278-.183.463a2 2 0 0 1-.069.231a.45.45 0 0 1-.211-.113a1.5 1.5 0 0 0 .008.259a3 3 0 0 0 .1.319a1.9 1.9 0 0 1-.39-.47a1.24 1.24 0 0 1-.148-.6Zm1.889.318a1 1 0 0 1 .439.114a1.7 1.7 0 0 1 .314.223a1.86 1.86 0 0 1 .5.877a5 5 0 0 1 .077.745a5 5 0 0 0-.225-.687a1.68 1.68 0 0 0-.783-.8a.42.42 0 0 0-.252-.032c.028.047.075.086.077.155a.27.27 0 0 1-.13.259a.49.49 0 0 1-.541-.1a.48.48 0 0 1-.12-.535c.091-.224.439-.224.644-.216Zm-10.406.644a.73.73 0 0 0-.6.4a.55.55 0 0 1-.6.233a.92.92 0 0 0-.869.08c-.306.218-.637.053-.579-.344a1.23 1.23 0 0 1 .583-.971c.832-.479.254-.812.71-1.293s.356-.629.342-1.283a4.65 4.65 0 0 1-3.4-1.9A6 6 0 0 1 2.036 9.4a6.36 6.36 0 0 1 .649-3.8a5.3 5.3 0 0 1 2.569-2.522a7 7 0 0 1 3.489-.769a4.96 4.96 0 0 1 2.443.452a5.2 5.2 0 0 0 1.545.8a1.22 1.22 0 0 0 .782-.226c.047 1.189-1.023 1.292-1.981 1.317s-1.546-.371-2.427-.223A4.2 4.2 0 0 0 6.078 6.2a3.78 3.78 0 0 0-.669 2.683a1.95 1.95 0 0 0 1.44 1.8c.5.008.61-.136 1.047-.421s2.665-3.041 3.426-3.662a3.52 3.52 0 0 1 2.321-.821a3.24 3.24 0 0 1 1.671.285A12 12 0 0 1 16.9 7.128a9 9 0 0 0 .684-.576a2.87 2.87 0 0 1 2.393-.718a3.64 3.64 0 0 1 1.819.8a14.3 14.3 0 0 1 2.014 2.425a3.6 3.6 0 0 0 1.621 1.489c.771.237 1.351-.762 1.437-1.316a6 6 0 0 0 .112-.932a4.4 4.4 0 0 0-.134-1.125a4 4 0 0 0-.455-1.016a3.6 3.6 0 0 0-1.3-1.25a4.1 4.1 0 0 0-1.391-.424a14 14 0 0 0-1.4.2c-.584.04-1.627.171-2.085-.28a1.18 1.18 0 0 1-.378-.854a.9.9 0 0 0 .469.189c.366.031.708-.268 1-.441a7 7 0 0 1 .907-.526a5.86 5.86 0 0 1 2.7-.233a6.3 6.3 0 0 1 2.2.725a6 6 0 0 1 1.634 1.48a5 5 0 0 1 1.037 2.15a9 9 0 0 1 .017 3.847a7.6 7.6 0 0 1-1.713 2.819a4.4 4.4 0 0 1-2.317 1.112c.034.177.04.342.085.487c.065.206.188.436.442.364a.236.236 0 0 1 .289.062c.133.117.063.567-.312.769a1.44 1.44 0 0 1-.695.131a6.5 6.5 0 0 1-1.11-.051c-.33-.058-.528-.319-.894-.361a3.6 3.6 0 0 1-1.452-.764a3 3 0 0 0-.362-.185c.059.18.137.368.177.541s.022.334.043.473s.059.246.081.359c.091.081.12.2.272.243a1.7 1.7 0 0 0 .546-.043c.156-.021.261-.105.383-.083a.85.85 0 0 1 .341.193c.1.082.19.094.274.3a3.4 3.4 0 0 1 .17.9a1.9 1.9 0 0 1-.1.755a1.25 1.25 0 0 1-.381.541a6 6 0 0 1-.957.769a1.7 1.7 0 0 0 .2.3c.1.108.324.229.421.343a.47.47 0 0 1 .148.324a.7.7 0 0 1-.109.434a1.9 1.9 0 0 1-.937.573a2.5 2.5 0 0 1 .023 1.06c-.037.159-.119.519-.315.612a3.8 3.8 0 0 1-.814.086c-.239.038-.373.074-.56.111a3.3 3.3 0 0 0-.34.491a.4.4 0 0 0 .008.35c.049.15.215.369.261.544a1.1 1.1 0 0 1 .012.541a.95.95 0 0 1-.269.461c-.15.157-.446.279-.593.406s-.294.142-.254.352a1.55 1.55 0 0 0 .781.867a.93.93 0 0 0 .65-.047c-.015.246-.228.412-.367.575a2.2 2.2 0 0 0 1-.587a2.5 2.5 0 0 1-.752.954a3 3 0 0 1-.6.4a2.6 2.6 0 0 0 .991 0a2 2 0 0 1-.748.242a2.2 2.2 0 0 1-.85-.063a5.7 5.7 0 0 1-.951-.541a.8.8 0 0 0 .216.442a3 3 0 0 0 .639.334a10 10 0 0 1-.963-.116a2.3 2.3 0 0 1-.555-.189a4 4 0 0 1-.449-.309a1.3 1.3 0 0 0 .215.411a2 2 0 0 0 .481.233a2 2 0 0 1-.5-.011a1.4 1.4 0 0 1-.517-.245a3.7 3.7 0 0 1-.521-.464a2.2 2.2 0 0 1-.4-.538c-.058-.154.035-.262.052-.393a1.2 1.2 0 0 0-.319.209a.4.4 0 0 0-.118.371a2.5 2.5 0 0 0 .315.589c-.344-.281-.536-.39-.618-.729a1.14 1.14 0 0 1 .272-.846c.075-.119.187-.23.256-.345a5 5 0 0 1-.466-.456c-.133-.174-.189-.408-.325-.574a3.4 3.4 0 0 0-.478-.406a6 6 0 0 1 .42.9a.6.6 0 0 1-.139.5c-.083.126-.216.154-.342.231s-.324.016-.4.131a.39.39 0 0 0-.023.4l.3.466a1.4 1.4 0 0 1-.381-.328c-.085-.113-.214-.218-.232-.371a.54.54 0 0 1 .073-.423c.1-.136.371-.182.493-.287s.19-.173.183-.309s-.139-.233-.253-.318a8.3 8.3 0 0 1-1.088-.815a1.1 1.1 0 0 1-.28-.443a.46.46 0 0 1 .085-.368c.083-.151.367-.352.4-.515s-.109-.2-.238-.257s-.375.029-.5-.071s.035-.311-.1-.427s-.445-.051-.6-.176a.84.84 0 0 1-.281-.46a.97.97 0 0 1-.024-.509c.037-.131.149-.153.217-.221s.127-.124.036-.226s-.386.006-.556-.124s-.066-.44-.186-.571s-.336-.08-.449-.122s-.158.106-.228-.127s-.072-.929-.165-1.189s-.278-.017-.364-.276a7 7 0 0 1-.043-1.061l-.175-1.061a3.74 3.74 0 0 1-1.666.654a10.8 10.8 0 0 0 .338 4.321c.543 1.777 1.643 2.824 3.128 4.328a9.1 9.1 0 0 1-3.478-4.188a9.8 9.8 0 0 1-.414-4.277"/>'},L_={width:32,height:32,body:'<path fill="none" stroke="#755838" d="M2.5 7.955h27v16.091h-27z"/><path fill="#755838" d="M5.909 20.636v-9.272h2.727l2.728 3.409l2.727-3.409h2.727v9.272h-2.727v-5.318l-2.727 3.409l-2.728-3.409v5.318zm17.046 0l-4.091-4.5h2.727v-4.772h2.727v4.772h2.727z"/>'},P_={width:32,height:32,body:'<path fill="#c12127" d="M2 2h28v28H2"/><path fill="#fff" d="M7.25 7.25h17.5v17.5h-3.5v-14H16v14H7.25"/>'},H_={width:32,height:32,body:'<path fill="#909090" d="m24.1 2.072l5.564 5.8v22.056H8.879V30h20.856V7.945z"/><path fill="#f4f4f4" d="M24.031 2H8.808v27.928h20.856V7.873z"/><path fill="#7a7b7c" d="M8.655 3.5h-6.39v6.827h20.1V3.5z"/><path fill="#dd2025" d="M22.472 10.211H2.395V3.379h20.077z"/><path fill="#464648" d="M9.052 4.534H7.745v4.8h1.028V7.715L9 7.728a2 2 0 0 0 .647-.117a1.4 1.4 0 0 0 .493-.291a1.2 1.2 0 0 0 .335-.454a2.1 2.1 0 0 0 .105-.908a2.2 2.2 0 0 0-.114-.644a1.17 1.17 0 0 0-.687-.65a2 2 0 0 0-.409-.104a2 2 0 0 0-.319-.026m-.189 2.294h-.089v-1.48h.193a.57.57 0 0 1 .459.181a.92.92 0 0 1 .183.558c0 .246 0 .469-.222.626a.94.94 0 0 1-.524.114m3.671-2.306c-.111 0-.219.008-.295.011L12 4.538h-.78v4.8h.918a2.7 2.7 0 0 0 1.028-.175a1.7 1.7 0 0 0 .68-.491a1.9 1.9 0 0 0 .373-.749a3.7 3.7 0 0 0 .114-.949a4.4 4.4 0 0 0-.087-1.127a1.8 1.8 0 0 0-.4-.733a1.6 1.6 0 0 0-.535-.4a2.4 2.4 0 0 0-.549-.178a1.3 1.3 0 0 0-.228-.017m-.182 3.937h-.1V5.392h.013a1.06 1.06 0 0 1 .6.107a1.2 1.2 0 0 1 .324.4a1.3 1.3 0 0 1 .142.526c.009.22 0 .4 0 .549a3 3 0 0 1-.033.513a1.8 1.8 0 0 1-.169.5a1.1 1.1 0 0 1-.363.36a.67.67 0 0 1-.416.106m5.08-3.915H15v4.8h1.028V7.434h1.3v-.892h-1.3V5.43h1.4v-.892"/><path fill="#dd2025" d="M21.781 20.255s3.188-.578 3.188.511s-1.975.646-3.188-.511m-2.357.083a7.5 7.5 0 0 0-1.473.489l.4-.9c.4-.9.815-2.127.815-2.127a14 14 0 0 0 1.658 2.252a13 13 0 0 0-1.4.288Zm-1.262-6.5c0-.949.307-1.208.546-1.208s.508.115.517.939a10.8 10.8 0 0 1-.517 2.434a4.4 4.4 0 0 1-.547-2.162Zm-4.649 10.516c-.978-.585 2.051-2.386 2.6-2.444c-.003.001-1.576 3.056-2.6 2.444M25.9 20.895c-.01-.1-.1-1.207-2.07-1.16a14 14 0 0 0-2.453.173a12.5 12.5 0 0 1-2.012-2.655a11.8 11.8 0 0 0 .623-3.1c-.029-1.2-.316-1.888-1.236-1.878s-1.054.815-.933 2.013a9.3 9.3 0 0 0 .665 2.338s-.425 1.323-.987 2.639s-.946 2.006-.946 2.006a9.6 9.6 0 0 0-2.725 1.4c-.824.767-1.159 1.356-.725 1.945c.374.508 1.683.623 2.853-.91a23 23 0 0 0 1.7-2.492s1.784-.489 2.339-.623s1.226-.24 1.226-.24s1.629 1.639 3.2 1.581s1.495-.939 1.485-1.035"/><path fill="#909090" d="M23.954 2.077V7.95h5.633z"/><path fill="#f4f4f4" d="M24.031 2v5.873h5.633z"/><path fill="#fff" d="M8.975 4.457H7.668v4.8H8.7V7.639l.228.013a2 2 0 0 0 .647-.117a1.4 1.4 0 0 0 .493-.291a1.2 1.2 0 0 0 .332-.454a2.1 2.1 0 0 0 .105-.908a2.2 2.2 0 0 0-.114-.644a1.17 1.17 0 0 0-.687-.65a2 2 0 0 0-.411-.105a2 2 0 0 0-.319-.026m-.189 2.294h-.089v-1.48h.194a.57.57 0 0 1 .459.181a.92.92 0 0 1 .183.558c0 .246 0 .469-.222.626a.94.94 0 0 1-.524.114m3.67-2.306c-.111 0-.219.008-.295.011l-.235.006h-.78v4.8h.918a2.7 2.7 0 0 0 1.028-.175a1.7 1.7 0 0 0 .68-.491a1.9 1.9 0 0 0 .373-.749a3.7 3.7 0 0 0 .114-.949a4.4 4.4 0 0 0-.087-1.127a1.8 1.8 0 0 0-.4-.733a1.6 1.6 0 0 0-.535-.4a2.4 2.4 0 0 0-.549-.178a1.3 1.3 0 0 0-.228-.017m-.182 3.937h-.1V5.315h.013a1.06 1.06 0 0 1 .6.107a1.2 1.2 0 0 1 .324.4a1.3 1.3 0 0 1 .142.526c.009.22 0 .4 0 .549a3 3 0 0 1-.033.513a1.8 1.8 0 0 1-.169.5a1.1 1.1 0 0 1-.363.36a.67.67 0 0 1-.416.106m5.077-3.915h-2.43v4.8h1.028V7.357h1.3v-.892h-1.3V5.353h1.4v-.892"/>'},G_={width:32,height:32,body:'<defs><radialGradient id="SVGQRCVdbYF" cx="-16.114" cy="20.532" r="18.384" gradientTransform="translate(26.52 -9.307)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff"/><stop offset=".5" stop-color="#4c6b96"/><stop offset="1" stop-color="#231f20"/></radialGradient></defs><ellipse cx="16" cy="16" fill="url(#SVGQRCVdbYF)" rx="14" ry="7.365"/><ellipse cx="16" cy="16" fill="#6280b6" rx="13.453" ry="6.818"/><path fill="#fff" d="m18.725 18.2l.667-3.434a1.75 1.75 0 0 0-.372-1.719a2.93 2.93 0 0 0-2-.525h-1.153l.331-1.7a.22.22 0 0 0-.215-.26h-1.6a.22.22 0 0 0-.215.177l-.709 3.646a2.05 2.05 0 0 0-.477-1.054a2.78 2.78 0 0 0-2.2-.807H7.7a.22.22 0 0 0-.215.177l-1.434 7.38a.22.22 0 0 0 .215.26h1.603a.22.22 0 0 0 .215-.177l.347-1.785h1.2a5.2 5.2 0 0 0 1.568-.2a3.1 3.1 0 0 0 1.15-.689a3.5 3.5 0 0 0 .68-.844l-.287 1.475a.22.22 0 0 0 .215.26h1.6a.22.22 0 0 0 .215-.177l.787-4.051h1.094c.466 0 .6.093.64.133s.1.165.025.569l-.635 3.265a.22.22 0 0 0 .215.26h1.62a.22.22 0 0 0 .207-.18m-7.395-2.834a1.75 1.75 0 0 1-.561 1.092a2.17 2.17 0 0 1-1.315.321h-.712l.515-2.651h.921c.677 0 .949.145 1.059.266a1.18 1.18 0 0 1 .093.972m14.216-2.034a2.78 2.78 0 0 0-2.2-.807h-3.091a.22.22 0 0 0-.215.177l-1.434 7.38a.22.22 0 0 0 .215.26h1.608a.22.22 0 0 0 .215-.177l.347-1.785h1.2a5.2 5.2 0 0 0 1.568-.2a3.1 3.1 0 0 0 1.15-.689a3.43 3.43 0 0 0 1.076-1.927a2.51 2.51 0 0 0-.439-2.232m-1.667 2.034a1.75 1.75 0 0 1-.561 1.092a2.17 2.17 0 0 1-1.318.32h-.71l.515-2.651h.921c.677 0 .949.145 1.059.266a1.18 1.18 0 0 1 .094.973"/><path fill="#000004" d="M10.178 13.908a1.65 1.65 0 0 1 1.221.338a1.34 1.34 0 0 1 .145 1.161a1.95 1.95 0 0 1-.642 1.223a2.36 2.36 0 0 1-1.448.37h-.978l.6-3.089Zm-3.917 6.216h1.608l.381-1.962h1.377a5 5 0 0 0 1.5-.191a2.84 2.84 0 0 0 1.07-.642a3.2 3.2 0 0 0 1.01-1.808a2.3 2.3 0 0 0-.385-2.044a2.57 2.57 0 0 0-2.035-.732H7.7Zm8.126-9.342h1.6l-.387 1.962h1.421a2.77 2.77 0 0 1 1.85.468a1.55 1.55 0 0 1 .305 1.516l-.667 3.434H16.89l.635-3.265a.89.89 0 0 0-.08-.76a1.12 1.12 0 0 0-.8-.2H15.37l-.822 4.228h-1.6Zm8.34 3.126a1.65 1.65 0 0 1 1.221.338a1.34 1.34 0 0 1 .145 1.161a1.95 1.95 0 0 1-.642 1.223A2.36 2.36 0 0 1 22 17h-.978l.6-3.089Zm-3.917 6.216h1.608l.381-1.962h1.377a5 5 0 0 0 1.5-.191a2.84 2.84 0 0 0 1.07-.642a3.2 3.2 0 0 0 1.01-1.808a2.3 2.3 0 0 0-.385-2.044a2.57 2.57 0 0 0-2.035-.732h-3.092Z"/>'},I_={width:32,height:32,body:'<path fill="#f9ad00" d="M30 10.75h-8.749V2H30Zm-9.626 0h-8.75V2h8.75Zm-9.625 0H2V2h8.749ZM30 20.375h-8.749v-8.75H30Z"/><path fill="#fff" d="M20.374 20.375h-8.75v-8.75h8.75Zm0 9.625h-8.75v-8.75h8.75ZM30 30h-8.749v-8.75H30Zm-19.251 0H2v-8.75h8.749Z"/>'},V_={width:32,height:32,body:'<defs><linearGradient id="SVGaVba93Vn" x1="23.325" x2="7.26" y1="-118.543" y2="-104.193" gradientTransform="matrix(1 0 0 -1 0 -96)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#5391fe"/><stop offset="1" stop-color="#3e6dbf"/></linearGradient><linearGradient id="SVG7XRbSdmK" x1="7.1" x2="23.001" y1="-104.002" y2="-118.292" href="#SVGaVba93Vn"/></defs><path fill="url(#SVGaVba93Vn)" fill-rule="evenodd" d="M3.174 26.589a1.15 1.15 0 0 1-.928-.423a1.23 1.23 0 0 1-.21-1.052L6.233 6.78a1.8 1.8 0 0 1 1.681-1.37h20.912a1.16 1.16 0 0 1 .928.423a1.24 1.24 0 0 1 .21 1.052l-4.2 18.335a1.8 1.8 0 0 1-1.681 1.37H3.174Z"/><path fill="url(#SVG7XRbSdmK)" fill-rule="evenodd" d="M7.914 5.646h20.912a.913.913 0 0 1 .908 1.187l-4.2 18.334a1.575 1.575 0 0 1-1.451 1.187H3.174a.913.913 0 0 1-.908-1.187l4.2-18.334a1.57 1.57 0 0 1 1.448-1.187"/><path fill="#2c5591" fill-rule="evenodd" d="M16.04 21.544h5.086a1.118 1.118 0 0 1 0 2.234H16.04a1.118 1.118 0 0 1 0-2.234m3.299-4.966a1.76 1.76 0 0 1-.591.6l-9.439 6.775a1.224 1.224 0 0 1-1.438-1.977l8.512-6.164v-.126L11.035 10a1.224 1.224 0 0 1 1.782-1.672l6.418 6.827a1.166 1.166 0 0 1 .104 1.423"/><path fill="#fff" fill-rule="evenodd" d="M19.1 16.342a1.75 1.75 0 0 1-.59.6l-9.436 6.776a1.225 1.225 0 0 1-1.439-1.977l8.513-6.164v-.127L10.8 9.761a1.224 1.224 0 0 1 1.783-1.672L19 14.916a1.16 1.16 0 0 1 .1 1.426m-3.2 5.07h5.086a1.059 1.059 0 1 1 0 2.118H15.9a1.059 1.059 0 1 1 0-2.118"/>'},U_={width:32,height:32,body:'<g stroke-linecap="round" stroke-width="1.33"><path stroke="#56b3b4" d="M2.45 2.45h16.3M2.45 7.87h9.48m10.8 0h1.35m-16.3 2.71h1.35M13.19 16h10.8m-21.7 2.71h5.42m-5.42 8.13H5"/><path stroke="#ea5e5e" d="M2.45 5.16h4.06m12.2 5.42h6.77M2.48 16h1.35m6.77 2.71h5.42m-13.5 10.8h6.77"/><path stroke="#f7b93e" d="M9.23 5.16h13.5m-20.3 5.42h2.71m13.5 2.71h6.77M6.41 16h4.06m-4.06 5.42h12.2m-10.8 5.42h1.35"/><path stroke="#bf85bf" d="M14.6 7.87h5.42m-17.6 5.42h6.77m9.48 5.42h4.06m-20.3 2.71h1.35m-1.35 2.71H9.2"/><path stroke="#4d616e" d="M21.4 2.45h8.13m-4.06 2.71h4.06m-2.71 2.71h2.71m-17.6 2.71h4.06m12.2 0h1.35m-17.6 2.71H16m12.2 0h1.35M26.84 16h2.71m-4.06 2.71h4.06m-8.13 2.71h2.71m2.71 0h2.71m-17.6 2.71h2.71m2.71 0h12.2m-17.6 2.71h5.42m2.71 0h1.35m2.71 0h5.42m-17.6 2.71h8.13m2.71 0h6.77" opacity=".5"/></g>'},$_={width:32,height:32,body:'<path fill="#d2d2d2" fill-rule="evenodd" d="m25.21 24.21l-12.471 3.718a.525.525 0 0 1-.667-.606l4.456-21.511a.43.43 0 0 1 .809-.094l8.249 17.661a.6.6 0 0 1-.376.832m2.139-.878L17.8 2.883A1.53 1.53 0 0 0 16.491 2a1.51 1.51 0 0 0-1.4.729L4.736 19.648a1.59 1.59 0 0 0 .018 1.7l5.064 7.909a1.63 1.63 0 0 0 1.83.678l14.7-4.383a1.6 1.6 0 0 0 1-2.218Z"/>'},Z_={width:32,height:32,body:'<path fill="#d44235" d="m5.218 11.768l2.429-3.312h6.623l-5.74 7.728H5.218z"/><path fill="#f7bb07" d="M23.175 15.816h3.46v4.49l-2.503 3.237h-6.476z"/><path fill="#4081ec" d="M2.348 16.037c0-.399.007-.402 2.87-4.269l9.052 11.775H7.794c-5.443-7.047-5.446-7.056-5.446-7.506"/><path fill="#0f9855" d="M17.656 8.456h6.402c5.358 7 5.59 7.26 5.594 7.58c.003.322-.047.469-3.018 4.27z"/>'},q_={width:32,height:32,body:'<defs><linearGradient id="SVGg4rxgcri" x1="-133.268" x2="-133.198" y1="-202.91" y2="-202.84" gradientTransform="matrix(189.38 0 0 189.81 25243.061 38519.17)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#387eb8"/><stop offset="1" stop-color="#366994"/></linearGradient><linearGradient id="SVG5ouQmWbV" x1="-133.575" x2="-133.495" y1="-203.203" y2="-203.133" gradientTransform="matrix(189.38 0 0 189.81 25309.061 38583.42)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ffe052"/><stop offset="1" stop-color="#ffc331"/></linearGradient></defs><path fill="url(#SVGg4rxgcri)" d="M15.885 2.1c-7.1 0-6.651 3.07-6.651 3.07v3.19h6.752v1H6.545S2 8.8 2 16.005s4.013 6.912 4.013 6.912H8.33v-3.361s-.13-4.013 3.9-4.013h6.762s3.772.06 3.772-3.652V5.8s.572-3.712-6.842-3.712Zm-3.732 2.137a1.214 1.214 0 1 1-1.183 1.244v-.02a1.214 1.214 0 0 1 1.214-1.214Z"/><path fill="url(#SVG5ouQmWbV)" d="M16.085 29.91c7.1 0 6.651-3.08 6.651-3.08v-3.18h-6.751v-1h9.47S30 23.158 30 15.995s-4.013-6.912-4.013-6.912H23.64V12.4s.13 4.013-3.9 4.013h-6.765S9.2 16.356 9.2 20.068V26.2s-.572 3.712 6.842 3.712h.04Zm3.732-2.147A1.214 1.214 0 1 1 21 26.519v.03a1.214 1.214 0 0 1-1.214 1.214z"/>'},Q_={width:32,height:32,body:'<circle cx="16" cy="15.974" r="2.5" fill="#00d8ff"/><path fill="#00d8ff" d="M16 21.706a28.4 28.4 0 0 1-8.88-1.2a11.3 11.3 0 0 1-3.657-1.958A3.54 3.54 0 0 1 2 15.974c0-1.653 1.816-3.273 4.858-4.333A28.8 28.8 0 0 1 16 10.293a28.7 28.7 0 0 1 9.022 1.324a11.4 11.4 0 0 1 3.538 1.866A3.4 3.4 0 0 1 30 15.974c0 1.718-2.03 3.459-5.3 4.541a28.8 28.8 0 0 1-8.7 1.191m0-10.217a28 28 0 0 0-8.749 1.282c-2.8.977-4.055 2.313-4.055 3.2c0 .928 1.349 2.387 4.311 3.4A27.2 27.2 0 0 0 16 20.51a27.6 27.6 0 0 0 8.325-1.13C27.4 18.361 28.8 16.9 28.8 15.974a2.33 2.33 0 0 0-1.01-1.573a10.2 10.2 0 0 0-3.161-1.654A27.5 27.5 0 0 0 16 11.489"/><path fill="#00d8ff" d="M10.32 28.443a2.64 2.64 0 0 1-1.336-.328c-1.432-.826-1.928-3.208-1.327-6.373a28.8 28.8 0 0 1 3.4-8.593a28.7 28.7 0 0 1 5.653-7.154a11.4 11.4 0 0 1 3.384-2.133a3.4 3.4 0 0 1 2.878 0c1.489.858 1.982 3.486 1.287 6.859a28.8 28.8 0 0 1-3.316 8.133a28.4 28.4 0 0 1-5.476 7.093a11.3 11.3 0 0 1-3.523 2.189a4.9 4.9 0 0 1-1.624.307m1.773-14.7a28 28 0 0 0-3.26 8.219c-.553 2.915-.022 4.668.75 5.114c.8.463 2.742.024 5.1-2.036a27.2 27.2 0 0 0 5.227-6.79a27.6 27.6 0 0 0 3.181-7.776c.654-3.175.089-5.119-.713-5.581a2.33 2.33 0 0 0-1.868.089A10.2 10.2 0 0 0 17.5 6.9a27.5 27.5 0 0 0-5.4 6.849Z"/><path fill="#00d8ff" d="M21.677 28.456c-1.355 0-3.076-.82-4.868-2.361a28.8 28.8 0 0 1-5.747-7.237a28.7 28.7 0 0 1-3.374-8.471a11.4 11.4 0 0 1-.158-4A3.4 3.4 0 0 1 8.964 3.9c1.487-.861 4.01.024 6.585 2.31a28.8 28.8 0 0 1 5.39 6.934a28.4 28.4 0 0 1 3.41 8.287a11.3 11.3 0 0 1 .137 4.146a3.54 3.54 0 0 1-1.494 2.555a2.6 2.6 0 0 1-1.315.324m-9.58-10.2a28 28 0 0 0 5.492 6.929c2.249 1.935 4.033 2.351 4.8 1.9c.8-.465 1.39-2.363.782-5.434A27.2 27.2 0 0 0 19.9 13.74a27.6 27.6 0 0 0-5.145-6.64c-2.424-2.152-4.39-2.633-5.191-2.169a2.33 2.33 0 0 0-.855 1.662a10.2 10.2 0 0 0 .153 3.565a27.5 27.5 0 0 0 3.236 8.1Z"/>'},K_={width:32,height:32,body:'<circle cx="16" cy="15.974" r="2.5" fill="#007acc"/><path fill="#007acc" d="M16 21.706a28.4 28.4 0 0 1-8.88-1.2a11.3 11.3 0 0 1-3.657-1.958A3.54 3.54 0 0 1 2 15.974c0-1.653 1.816-3.273 4.858-4.333A28.8 28.8 0 0 1 16 10.293a28.7 28.7 0 0 1 9.022 1.324a11.4 11.4 0 0 1 3.538 1.866A3.4 3.4 0 0 1 30 15.974c0 1.718-2.03 3.459-5.3 4.541a28.8 28.8 0 0 1-8.7 1.191m0-10.217a28 28 0 0 0-8.749 1.282c-2.8.977-4.055 2.313-4.055 3.2c0 .928 1.349 2.387 4.311 3.4A27.2 27.2 0 0 0 16 20.51a27.6 27.6 0 0 0 8.325-1.13C27.4 18.361 28.8 16.9 28.8 15.974a2.33 2.33 0 0 0-1.01-1.573a10.2 10.2 0 0 0-3.161-1.654A27.5 27.5 0 0 0 16 11.489"/><path fill="#007acc" d="M10.32 28.443a2.64 2.64 0 0 1-1.336-.328c-1.432-.826-1.928-3.208-1.327-6.373a28.8 28.8 0 0 1 3.4-8.593a28.7 28.7 0 0 1 5.653-7.154a11.4 11.4 0 0 1 3.384-2.133a3.4 3.4 0 0 1 2.878 0c1.489.858 1.982 3.486 1.287 6.859a28.8 28.8 0 0 1-3.316 8.133a28.4 28.4 0 0 1-5.476 7.093a11.3 11.3 0 0 1-3.523 2.189a4.9 4.9 0 0 1-1.624.307m1.773-14.7a28 28 0 0 0-3.26 8.219c-.553 2.915-.022 4.668.75 5.114c.8.463 2.742.024 5.1-2.036a27.2 27.2 0 0 0 5.227-6.79a27.6 27.6 0 0 0 3.181-7.776c.654-3.175.089-5.119-.713-5.581a2.33 2.33 0 0 0-1.868.089A10.2 10.2 0 0 0 17.5 6.9a27.5 27.5 0 0 0-5.4 6.849Z"/><path fill="#007acc" d="M21.677 28.456c-1.355 0-3.076-.82-4.868-2.361a28.8 28.8 0 0 1-5.747-7.237a28.7 28.7 0 0 1-3.374-8.471a11.4 11.4 0 0 1-.158-4A3.4 3.4 0 0 1 8.964 3.9c1.487-.861 4.01.024 6.585 2.31a28.8 28.8 0 0 1 5.39 6.934a28.4 28.4 0 0 1 3.41 8.287a11.3 11.3 0 0 1 .137 4.146a3.54 3.54 0 0 1-1.494 2.555a2.6 2.6 0 0 1-1.315.324m-9.58-10.2a28 28 0 0 0 5.492 6.929c2.249 1.935 4.033 2.351 4.8 1.9c.8-.465 1.39-2.363.782-5.434A27.2 27.2 0 0 0 19.9 13.74a27.6 27.6 0 0 0-5.145-6.64c-2.424-2.152-4.39-2.633-5.191-2.169a2.33 2.33 0 0 0-.855 1.662a10.2 10.2 0 0 0 .153 3.565a27.5 27.5 0 0 0 3.236 8.1Z"/>'},Y_={width:32,height:32,body:'<defs><linearGradient id="SVGiqgdicjk" x1="-235.957" x2="-235.986" y1="-308.579" y2="-308.527" gradientTransform="matrix(202.935 0 0 -202.78 47910.461 -62541.16)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fb7655"/><stop offset=".41" stop-color="#e42b1e"/><stop offset=".99" stop-color="#900"/><stop offset="1" stop-color="#900"/></linearGradient><linearGradient id="SVGF9aq9cWt" x1="-235.571" x2="-235.697" y1="-309.087" y2="-309.041" gradientTransform="matrix(60.308 0 0 -111.778 14236.351 -34525.395)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#871101"/><stop offset=".99" stop-color="#911209"/><stop offset="1" stop-color="#911209"/></linearGradient><linearGradient id="SVG0HSePCnb" x1="-235.896" x2="-235.937" y1="-313.362" y2="-313.129" gradientTransform="matrix(188.32 0 0 -21.986 44447.302 -6856.882)" href="#SVGF9aq9cWt"/><linearGradient id="SVGvb2glb6k" x1="-233.515" x2="-233.497" y1="-309.082" y2="-309.161" gradientTransform="matrix(65.222 0 0 -97.1 15237.802 -29991.814)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff"/><stop offset=".23" stop-color="#e57252"/><stop offset=".46" stop-color="#de3b20"/><stop offset=".99" stop-color="#a60003"/><stop offset="1" stop-color="#a60003"/></linearGradient><linearGradient id="SVG6loDUcxZ" x1="-235.314" x2="-235.31" y1="-309.534" y2="-309.607" gradientTransform="matrix(105.32 0 0 -106.825 24798.925 -33053.152)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff"/><stop offset=".23" stop-color="#e4714e"/><stop offset=".56" stop-color="#be1a0d"/><stop offset=".99" stop-color="#a80d00"/><stop offset="1" stop-color="#a80d00"/></linearGradient><linearGradient id="SVG6FPKXbvK" x1="-235.882" x2="-235.869" y1="-311.851" y2="-311.935" gradientTransform="matrix(94.321 0 0 -66.418 22271.499 -20707.004)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff"/><stop offset=".18" stop-color="#e46342"/><stop offset=".4" stop-color="#c82410"/><stop offset=".99" stop-color="#a80d00"/><stop offset="1" stop-color="#a80d00"/></linearGradient><linearGradient id="SVGLCWrsbYP" x1="-235.412" x2="-235.333" y1="-321.074" y2="-320.958" gradientTransform="matrix(70.767 0 0 -24.301 16678.116 -7798.647)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff"/><stop offset=".54" stop-color="#c81f11"/><stop offset=".99" stop-color="#bf0905"/><stop offset="1" stop-color="#bf0905"/></linearGradient><linearGradient id="SVGf5jZBbJL" x1="-223.821" x2="-223.796" y1="-310.116" y2="-310.18" gradientTransform="matrix(18.177 0 0 -72.645 4071.017 -22510.233)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff"/><stop offset=".31" stop-color="#de4024"/><stop offset=".99" stop-color="#bf190b"/><stop offset="1" stop-color="#bf190b"/></linearGradient><linearGradient id="SVGQfUwFbKt" x1="-235.561" x2="-235.424" y1="-309.258" y2="-309.116" gradientTransform="matrix(158.162 0 0 -157.937 37256.313 -48819.382)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#bd0012"/><stop offset=".07" stop-color="#fff"/><stop offset=".17" stop-color="#fff"/><stop offset=".27" stop-color="#c82f1c"/><stop offset=".33" stop-color="#820c01"/><stop offset=".46" stop-color="#a31601"/><stop offset=".72" stop-color="#b31301"/><stop offset=".99" stop-color="#e82609"/><stop offset="1" stop-color="#e82609"/></linearGradient><linearGradient id="SVGSsKSoh4f" x1="-235.424" x2="-235.476" y1="-309.143" y2="-309.126" gradientTransform="matrix(127.074 0 0 -97.409 29932.229 -30086.947)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#8c0c01"/><stop offset=".54" stop-color="#990c00"/><stop offset=".99" stop-color="#a80d0e"/><stop offset="1" stop-color="#a80d0e"/></linearGradient><linearGradient id="SVG9U0cHUGc" x1="-235.839" x2="-235.901" y1="-309.604" y2="-309.555" gradientTransform="matrix(94.011 0 0 -105.603 22198.743 -32676.856)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#7e110b"/><stop offset=".99" stop-color="#9e0c00"/><stop offset="1" stop-color="#9e0c00"/></linearGradient><linearGradient id="SVGdb3on5po" x1="-235.854" x2="-235.891" y1="-311.24" y2="-311.202" gradientTransform="matrix(79.702 0 0 -81.791 18827.397 -25447.905)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#79130d"/><stop offset=".99" stop-color="#9e120b"/><stop offset="1" stop-color="#9e120b"/></linearGradient><linearGradient id="SVGkA2IRbug" x1="-231.241" x2="-231.299" y1="-309.435" y2="-309.337" gradientTransform="matrix(40.137 0 0 -81.143 9286.998 -25078.589)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#8b2114"/><stop offset=".43" stop-color="#9e100a"/><stop offset=".99" stop-color="#b3100c"/><stop offset="1" stop-color="#b3100c"/></linearGradient><linearGradient id="SVGLvLZ24gI" x1="-235.898" x2="-235.831" y1="-317.466" y2="-317.537" gradientTransform="matrix(78.099 0 0 -32.624 18447.361 -10353.553)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#b31000"/><stop offset=".44" stop-color="#910f08"/><stop offset=".99" stop-color="#791c12"/><stop offset="1" stop-color="#791c12"/></linearGradient><radialGradient id="SVGfvaUndTF" cx="-235.882" cy="-312.543" r=".076" gradientTransform="matrix(93.113 0 0 -48.655 21986.073 -15193.61)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#a80d00"/><stop offset=".99" stop-color="#7e0e08"/><stop offset="1" stop-color="#7e0e08"/></radialGradient><radialGradient id="SVGv1rGLeXK" cx="-235.282" cy="-309.704" r=".097" gradientTransform="matrix(97.434 0 0 -75.848 22937.057 -23467.84)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#a30c00"/><stop offset=".99" stop-color="#800e08"/><stop offset="1" stop-color="#800e08"/></radialGradient></defs><path fill="url(#SVGiqgdicjk)" d="M23.693 20.469L7.707 29.961l20.7-1.4L30 7.685Z"/><path fill="url(#SVGF9aq9cWt)" d="m28.44 28.542l-1.779-12.279l-4.846 6.4Z"/><path fill="url(#SVG0HSePCnb)" d="M28.464 28.542L15.43 27.519l-7.654 2.415Z"/><path fill="url(#SVGvb2glb6k)" d="M7.794 29.937L11.05 19.27L3.885 20.8Z"/><path fill="url(#SVG6loDUcxZ)" d="m21.813 22.7l-3-11.735L10.243 19Z"/><path fill="url(#SVG6FPKXbvK)" d="m29.32 11.127l-8.1-6.619l-2.257 7.3Z"/><path fill="url(#SVGLCWrsbYP)" d="m25.53 2.148l-4.767 2.634l-3.007-2.67Z"/><path fill="url(#SVGf5jZBbJL)" d="m2 24.38l2-3.642L2.382 16.4Z"/><path fill="#fff" d="m2.274 16.263l1.626 4.61l7.062-1.584l8.062-7.489L21.3 4.569l-3.583-2.53l-6.091 2.28C9.706 6.1 5.982 9.635 5.848 9.7s-2.459 4.464-3.574 6.562Z"/><path fill="url(#SVGQfUwFbKt)" d="M7.981 7.981C12.14 3.858 17.5 1.421 19.559 3.5s-.124 7.121-4.283 11.244s-9.455 6.69-11.511 4.614s.057-7.258 4.216-11.377"/><path fill="url(#SVGSsKSoh4f)" d="m7.794 29.933l3.231-10.7l10.729 3.447c-3.879 3.638-8.194 6.713-13.96 7.254Z"/><path fill="url(#SVG9U0cHUGc)" d="m19.038 11.774l2.754 10.91c3.24-3.407 6.149-7.07 7.573-11.6z"/><path fill="url(#SVGdb3on5po)" d="M29.337 11.139c1.1-3.327 1.357-8.1-3.841-8.985l-4.265 2.355z"/><path fill="#9e1209" d="M2 24.332c.153 5.49 4.114 5.572 5.8 5.62l-3.9-9.1z"/><path fill="url(#SVGfvaUndTF)" d="M19.053 11.791c2.49 1.531 7.509 4.6 7.61 4.661a17.6 17.6 0 0 0 2.619-5.343z"/><path fill="url(#SVGv1rGLeXK)" d="m11.021 19.232l4.319 8.332a28 28 0 0 0 6.385-4.88l-10.7-3.452Z"/><path fill="url(#SVGkA2IRbug)" d="m3.887 20.861l-.612 7.287c1.155 1.577 2.743 1.714 4.409 1.591c-1.205-3-3.614-9-3.8-8.878Z"/><path fill="url(#SVGLvLZ24gI)" d="m21.206 4.528l8.58 1.2c-.458-1.94-1.864-3.192-4.261-3.584l-4.319 2.38Z"/>'},W_={width:32,height:32,body:'<defs><radialGradient id="SVGZmFlvcVj" cx="-492.035" cy="-883.37" r="13.998" gradientTransform="matrix(.866 -.5 -.3 -.52 177.106 -689.033)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#7d7d7d"/><stop offset=".267" stop-color="#7e7c7a"/><stop offset=".45" stop-color="#817871"/><stop offset=".608" stop-color="#867162"/><stop offset=".753" stop-color="#8d684c"/><stop offset=".886" stop-color="#965c30"/><stop offset="1" stop-color="#a04f12"/></radialGradient></defs><path fill="url(#SVGZmFlvcVj)" d="M15.124 5.3a.832.832 0 1 1 .832.832a.83.83 0 0 1-.832-.832M5.2 12.834a.832.832 0 1 1 .832.832a.83.83 0 0 1-.832-.832m19.856.039a.832.832 0 1 1 .832.832a.83.83 0 0 1-.832-.832m-17.451 1.14a.76.76 0 0 0 .386-1l-.369-.835h1.452v6.545h-2.93a10.3 10.3 0 0 1-.332-3.911Zm6.074.161v-1.929h3.458c.179 0 1.261.206 1.261 1.016c0 .672-.83.913-1.513.913ZM8.958 24.561a.832.832 0 1 1 .832.832a.83.83 0 0 1-.832-.832m12.331.039a.832.832 0 1 1 .832.832a.83.83 0 0 1-.832-.832m.257-1.887a.76.76 0 0 0-.9.584l-.418 1.949a10.25 10.25 0 0 1-8.545-.041l-.417-1.949a.76.76 0 0 0-.9-.583l-1.721.37a10 10 0 0 1-.89-1.049h8.374c.095 0 .158-.017.158-.1v-2.966c0-.086-.063-.1-.158-.1h-2.45v-1.881h2.649a1.665 1.665 0 0 1 1.629 1.412c.105.413.336 1.757.494 2.187c.157.483.8 1.447 1.482 1.447h4.323a10 10 0 0 1-.949 1.1Zm4.65-7.821a10.3 10.3 0 0 1 .022 1.779h-1.051c-.105 0-.148.069-.148.172v.483c0 1.136-.641 1.384-1.2 1.447c-.535.06-1.128-.224-1.2-.551a3.62 3.62 0 0 0-1.671-2.808c1.03-.654 2.1-1.619 2.1-2.911A3.29 3.29 0 0 0 21.44 9.8a4.56 4.56 0 0 0-2.2-.724H8.367A10.25 10.25 0 0 1 14.1 5.84l1.282 1.344a.76.76 0 0 0 1.072.026l1.434-1.372a10.25 10.25 0 0 1 7.015 5l-.982 2.217a.76.76 0 0 0 .386 1Zm2.448.036l-.033-.343l1.011-.943a.42.42 0 0 0-.013-.595a.4.4 0 0 0-.121-.081l-1.288-.483l-.1-.334l.806-1.12a.42.42 0 0 0-.13-.581a.4.4 0 0 0-.133-.055l-1.363-.222l-.164-.306l.573-1.257a.42.42 0 0 0-.236-.544a.4.4 0 0 0-.146-.029l-1.383.048l-.224-.264l.318-1.347a.42.42 0 0 0-.343-.487a.4.4 0 0 0-.144 0l-1.348.315l-.266-.219l.049-1.381a.42.42 0 0 0-.431-.411a.4.4 0 0 0-.141.028l-1.257.573l-.306-.164l-.222-1.363a.42.42 0 0 0-.5-.318a.4.4 0 0 0-.133.055l-1.121.806l-.333-.1l-.483-1.293a.42.42 0 0 0-.555-.215a.4.4 0 0 0-.12.08l-.946 1.012l-.343-.033l-.728-1.177a.42.42 0 0 0-.688 0l-.728 1.177l-.343.033l-.943-1.012a.42.42 0 0 0-.595.015a.4.4 0 0 0-.08.12L12.483 3.8l-.333.1l-1.12-.8a.42.42 0 0 0-.581.13a.4.4 0 0 0-.055.133l-.222 1.363l-.306.164l-1.258-.573a.42.42 0 0 0-.544.239a.4.4 0 0 0-.028.144l.048 1.383l-.266.217l-1.347-.316a.42.42 0 0 0-.487.343a.4.4 0 0 0 0 .144L6.3 7.819l-.218.265L4.7 8.036a.422.422 0 0 0-.383.573l.573 1.257l-.164.306l-1.363.222a.42.42 0 0 0-.318.5a.4.4 0 0 0 .055.133l.806 1.12l-.1.334l-1.293.483a.42.42 0 0 0-.215.555a.4.4 0 0 0 .081.121l1.011.943l-.033.343l-1.177.728a.42.42 0 0 0 0 .688l1.177.728l.033.343l-1.011.943a.42.42 0 0 0 .015.595a.4.4 0 0 0 .119.08l1.293.483l.1.334l-.806 1.124a.42.42 0 0 0 .131.581a.4.4 0 0 0 .133.055l1.363.222l.164.307l-.573 1.257a.42.42 0 0 0 .24.545a.4.4 0 0 0 .143.028l1.383-.048l.219.266l-.317 1.348a.42.42 0 0 0 .341.486a.4.4 0 0 0 .146 0l1.345-.319l.266.218l-.049 1.382a.42.42 0 0 0 .429.41a.4.4 0 0 0 .143-.028l1.257-.573l.306.164l.222 1.362a.42.42 0 0 0 .5.319a.4.4 0 0 0 .133-.055l1.12-.807l.334.1l.483 1.292a.42.42 0 0 0 .556.214a.4.4 0 0 0 .119-.08l.943-1.011l.343.034l.728 1.177a.42.42 0 0 0 .588.1a.4.4 0 0 0 .1-.1l.728-1.177l.343-.034l.943 1.011a.42.42 0 0 0 .595-.015a.4.4 0 0 0 .08-.119l.483-1.292l.334-.1l1.12.807a.42.42 0 0 0 .581-.131a.4.4 0 0 0 .055-.133l.222-1.362l.306-.164l1.257.573a.42.42 0 0 0 .544-.239a.4.4 0 0 0 .028-.143l-.048-1.384l.265-.218l1.347.317a.42.42 0 0 0 .487-.34a.5.5 0 0 0 0-.146l-.309-1.346l.218-.266l1.383.048a.42.42 0 0 0 .41-.431a.4.4 0 0 0-.028-.142l-.573-1.257l.164-.307l1.363-.222a.42.42 0 0 0 .319-.5a.4.4 0 0 0-.056-.135l-.806-1.12l.1-.334l1.293-.483a.42.42 0 0 0 .215-.554a.4.4 0 0 0-.081-.121l-1.011-.943l.033-.343l1.177-.728a.42.42 0 0 0 0-.688Z"/>'},X_={width:32,height:32,body:'<path fill="#cd6799" d="M26.11 17.572a5.8 5.8 0 0 0-2.537.588a5.4 5.4 0 0 1-.568-1.314a3.5 3.5 0 0 1-.051-1.1a10 10 0 0 1 .332-1.192c-.005-.051-.061-.292-.624-.3s-1.048.107-1.1.256a6 6 0 0 0-.235.834a19.7 19.7 0 0 1-1.713 3.294a3.2 3.2 0 0 1-.44-2.066a10 10 0 0 1 .332-1.192c-.005-.051-.061-.292-.624-.3s-1.048.107-1.1.256s-.118.5-.235.834s-1.483 3.386-1.841 4.173c-.184.4-.343.726-.455.946a.2.2 0 0 1-.02.041l-.153.292v.005c-.077.138-.159.266-.2.266a1.7 1.7 0 0 1 .01-.869c.2-1.059.69-2.705.685-2.762c0-.031.092-.317-.317-.465a.51.51 0 0 0-.578.1c-.036 0-.061.087-.061.087s.445-1.851-.849-1.851a3.86 3.86 0 0 0-2.475 1.683c-.348.189-1.089.593-1.882 1.028c-.3.169-.614.338-.905.5c-.02-.02-.041-.046-.061-.066C6.87 17.6 3.975 16.416 4.1 14.171c.046-.818.327-2.966 5.559-5.575c4.306-2.122 7.733-1.534 8.326-.23c.849 1.862-1.836 5.319-6.285 5.82a3.35 3.35 0 0 1-2.813-.711c-.235-.256-.271-.271-.358-.22c-.143.077-.051.307 0 .44a2.63 2.63 0 0 0 1.606 1.263a8.55 8.55 0 0 0 5.217-.517c2.7-1.043 4.8-3.943 4.184-6.372c-.619-2.465-4.71-3.278-8.582-1.9a19.5 19.5 0 0 0-6.595 3.783c-2.133 1.995-2.47 3.728-2.332 4.455c.5 2.578 4.051 4.255 5.472 5.5l-.194.107c-.711.353-3.421 1.77-4.1 3.268c-.767 1.7.123 2.915.711 3.079a4.37 4.37 0 0 0 4.71-1.908a4.72 4.72 0 0 0 .423-4.353a.1.1 0 0 0-.02-.031l.557-.327a27 27 0 0 1 1.028-.578a6.7 6.7 0 0 0-.363 1.862a3.9 3.9 0 0 0 .834 2.7a.92.92 0 0 0 .675.22c.6 0 .875-.5 1.176-1.094c.368-.726.7-1.57.7-1.57s-.414 2.281.711 2.281c.409 0 .823-.532 1.008-.8v.005l.031-.051l.066-.107v-.01c.164-.286.532-.936 1.079-2.015c.706-1.391 1.386-3.13 1.386-3.13a9 9 0 0 0 .271 1.13a11 11 0 0 0 .583 1.309c-.164.23-.266.358-.266.358l.005.005c-.133.174-.276.363-.435.547a16 16 0 0 0-1.314 1.647a.447.447 0 0 0 .123.6a1.1 1.1 0 0 0 .685.113a3.2 3.2 0 0 0 1.028-.235a3.5 3.5 0 0 0 .885-.465a1.98 1.98 0 0 0 .849-1.744a3.5 3.5 0 0 0-.322-1.233q.076-.107.148-.215a23 23 0 0 0 1.534-2.649a9 9 0 0 0 .271 1.13a7.6 7.6 0 0 0 .5 1.125a4.86 4.86 0 0 0-1.497 1.922c-.322.931-.072 1.35.4 1.447a1.4 1.4 0 0 0 .747-.153a3.4 3.4 0 0 0 .946-.486a2.13 2.13 0 0 0 1.043-1.729a3.3 3.3 0 0 0-.235-1.023a5.36 5.36 0 0 1 2.716-.312c2.434.286 2.915 1.805 2.823 2.445a1.62 1.62 0 0 1-.772 1.094c-.169.107-.225.143-.21.22c.02.113.1.107.245.087A1.9 1.9 0 0 0 30 20.7c.077-1.5-1.355-3.145-3.887-3.13ZM7.33 23.9c-.808.88-1.933 1.212-2.419.931c-.522-.3-.317-1.6.675-2.532a13 13 0 0 1 1.9-1.417c.118-.072.292-.174.5-.3l.056-.031l.123-.077A3.49 3.49 0 0 1 7.33 23.9m5.881-4c-.281.685-.869 2.44-1.227 2.342c-.307-.082-.5-1.412-.061-2.726a6.2 6.2 0 0 1 .956-1.754c.44-.491.926-.655 1.043-.455a9 9 0 0 1-.711 2.593m4.853 2.322c-.118.061-.23.1-.281.072c-.036-.02.051-.1.051-.1s.609-.655.849-.951c.138-.174.3-.378.476-.609v.066c0 .782-.757 1.309-1.094 1.524Zm3.744-.854c-.087-.061-.072-.266.22-.905a3.4 3.4 0 0 1 .834-1.074a1.5 1.5 0 0 1 .082.471a1.55 1.55 0 0 1-1.135 1.509Z"/>'},J_={width:32,height:32,body:'<path fill="#d9b400" d="M29.4 27.6H2.5V4.5h26.9Zm-25.9-1h24.9V5.5H3.5Z"/><path fill="#d9b400" d="m6.077 19.316l-.555-.832l4.844-3.229l-4.887-4.071l.641-.768l5.915 4.928zM12.7 18.2h7.8v1h-7.8zM2.5 5.5h26.9v1.9H2.5z"/>'},eT={width:32,height:32,body:'<path fill="#ffda44" d="M8.562 15.256A21.2 21.2 0 0 0 16 16.449a21.2 21.2 0 0 0 7.438-1.194c1.864-.727 2.525-1.535 2.525-2V9.7a10.4 10.4 0 0 1-2.084 1.076A22.3 22.3 0 0 1 16 12.078a22.4 22.4 0 0 1-7.879-1.3A10.3 10.3 0 0 1 6.037 9.7v3.55c0 .474.663 1.278 2.525 2.006m0 6.705a15.6 15.6 0 0 0 2.6.741a25 25 0 0 0 4.838.453a25 25 0 0 0 4.838-.452a15.6 15.6 0 0 0 2.6-.741c1.864-.727 2.525-1.535 2.525-2v-3.39a10.7 10.7 0 0 1-1.692.825A23.5 23.5 0 0 1 16 18.74a23.5 23.5 0 0 1-8.271-1.348a11 11 0 0 1-1.692-.825v3.393c0 .466.663 1.271 2.525 2.001M16 30c5.5 0 9.963-1.744 9.963-3.894v-2.837a10.5 10.5 0 0 1-1.535.762l-.157.063A23.5 23.5 0 0 1 16 25.445a23.4 23.4 0 0 1-8.271-1.351l-.157-.063a10.5 10.5 0 0 1-1.535-.762v2.837C6.037 28.256 10.5 30 16 30"/><ellipse cx="16" cy="5.894" fill="#ffda44" rx="9.963" ry="3.894"/>'},tT={width:32,height:32,body:'<path fill="#ff3e00" d="M26.47 5.7a8.973 8.973 0 0 0-11.793-2.454L7.96 7.4a7.46 7.46 0 0 0-3.481 5.009a7.7 7.7 0 0 0 .8 5.058a7.4 7.4 0 0 0-1.151 2.8a7.8 7.8 0 0 0 1.4 6.028a8.977 8.977 0 0 0 11.794 2.458L24.04 24.6a7.47 7.47 0 0 0 3.481-5.009a7.67 7.67 0 0 0-.8-5.062a7.35 7.35 0 0 0 1.152-2.8A7.8 7.8 0 0 0 26.47 5.7"/><path fill="#fff" d="M14.022 26.64A5.41 5.41 0 0 1 8.3 24.581a4.68 4.68 0 0 1-.848-3.625a4 4 0 0 1 .159-.61l.127-.375l.344.238a8.8 8.8 0 0 0 2.628 1.274l.245.073l-.025.237a1.44 1.44 0 0 0 .271.968a1.63 1.63 0 0 0 1.743.636a1.5 1.5 0 0 0 .411-.175l6.7-4.154a1.37 1.37 0 0 0 .633-.909a1.4 1.4 0 0 0-.244-1.091a1.63 1.63 0 0 0-1.726-.622a1.5 1.5 0 0 0-.413.176l-2.572 1.584a5 5 0 0 1-1.364.582a5.415 5.415 0 0 1-5.727-2.06a4.68 4.68 0 0 1-.831-3.628A4.5 4.5 0 0 1 9.9 10.09l6.708-4.154a5 5 0 0 1 1.364-.581A5.41 5.41 0 0 1 23.7 7.414a4.68 4.68 0 0 1 .848 3.625a4 4 0 0 1-.159.61l-.127.375l-.344-.237a8.7 8.7 0 0 0-2.628-1.274l-.245-.074l.025-.237a1.44 1.44 0 0 0-.272-.968a1.63 1.63 0 0 0-1.725-.622a1.5 1.5 0 0 0-.411.176l-6.722 4.14a1.35 1.35 0 0 0-.631.908a1.4 1.4 0 0 0 .244 1.092a1.63 1.63 0 0 0 1.726.621a1.5 1.5 0 0 0 .413-.175l2.562-1.585a4.9 4.9 0 0 1 1.364-.581a5.42 5.42 0 0 1 5.728 2.059a4.68 4.68 0 0 1 .843 3.625a4.5 4.5 0 0 1-2.089 3.013l-6.707 4.154a4.9 4.9 0 0 1-1.364.581"/>'},nT={width:32,height:32,body:'<path fill="#ffb13b" stroke="#000" stroke-width="3.73" d="M7.674 14.488a2.218 2.218 0 1 0 0 3.137h16.652a2.218 2.218 0 1 0 0-3.137Z"/><path fill="#ffb13b" stroke="#000" stroke-width="3.73" d="M11.222 9.06A2.218 2.218 0 1 0 9 11.278l11.778 11.774A2.218 2.218 0 1 0 23 20.834Z"/><path fill="#ffb13b" stroke="#000" stroke-width="3.73" d="M17.568 7.73a2.218 2.218 0 1 0-3.137 0v16.652a2.218 2.218 0 1 0 3.137 0Z"/><path fill="#ffb13b" stroke="#000" stroke-width="3.73" d="M23 11.278a2.218 2.218 0 1 0-2.222-2.218L9 20.834a2.218 2.218 0 1 0 2.218 2.218Z"/><path fill="#ffb13b" d="M7.674 14.488a2.218 2.218 0 1 0 0 3.137h16.652a2.218 2.218 0 1 0 0-3.137Z"/><path fill="#ffb13b" d="M11.222 9.06A2.218 2.218 0 1 0 9 11.278l11.778 11.774A2.218 2.218 0 1 0 23 20.834Z"/><path fill="#ffb13b" d="M17.568 7.73a2.218 2.218 0 1 0-3.137 0v16.652a2.218 2.218 0 1 0 3.137 0Z"/><path fill="#ffb13b" d="M23 11.278a2.218 2.218 0 1 0-2.222-2.218L9 20.834a2.218 2.218 0 1 0 2.218 2.218Z"/><path d="M2 16.056h28v9.894a4.035 4.035 0 0 1-4.106 4.106H6.106A4.035 4.035 0 0 1 2 25.95Z"/><path fill="#fff" d="M6.2 23.045a3.628 3.628 0 1 1 6.2-2.565h-2.13a1.5 1.5 0 1 0-2.57 1.061a1.6 1.6 0 0 0 1.062.441a4.12 4.12 0 0 1 2.566 1.063a3.628 3.628 0 1 1-6.194 2.565h2.13a1.5 1.5 0 1 0 2.566-1.06a1.95 1.95 0 0 0-1.063-.44A4.47 4.47 0 0 1 6.2 23.045m13.451-6.193L17.085 29.24H14.96L12.4 16.852h2.12l1.5 7.255l1.5-7.255Zm3.629 5.131h3.628v3.628a3.628 3.628 0 1 1-7.257 0V20.48a3.628 3.628 0 0 1 7.257 0h-2.125a1.5 1.5 0 1 0-3.005 0v5.13a1.5 1.5 0 0 0 3.005 0v-1.5h-1.5v-2.127Z"/>'},aT={width:32,height:32,body:'<defs><linearGradient id="SVGkG5neddW" x1="-134.494" x2="-134.497" y1="-171.82" y2="-171.89" gradientTransform="matrix(240 0 0 -205.6 32295 -35312.585)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#f88535"/><stop offset="1" stop-color="#fd2221"/></linearGradient></defs><path fill="url(#SVGkG5neddW)" d="M19.422 4.007s6.217 3.554 7.844 9.2c1.466 5.1.292 7.534.292 7.534a8.9 8.9 0 0 1 1.742 2.8a4.83 4.83 0 0 1 .29 4.453s-.1-2.08-3.2-2.511c-2.841-.4-3.874 2.366-9.3 2.232A18.43 18.43 0 0 1 2 19.354C4.651 20.8 8.124 23.045 12.449 22.7s5.228-1.674 5.228-1.674A67 67 0 0 1 4.891 7.643c3.4 2.845 11.822 8.507 11.626 8.363A76 76 0 0 1 8.092 6.24s12.636 10.389 13.653 10.323c.418-.861 2.579-5.318-2.324-12.557Z"/>'},rT={width:32,height:32,body:'<path fill="#44a8b3" d="M9 13.7q1.4-5.6 7-5.6c5.6 0 6.3 4.2 9.1 4.9q2.8.7 4.9-2.1q-1.4 5.6-7 5.6c-5.6 0-6.3-4.2-9.1-4.9q-2.8-.7-4.9 2.1m-7 8.4q1.4-5.6 7-5.6c5.6 0 6.3 4.2 9.1 4.9q2.8.7 4.9-2.1q-1.4 5.6-7 5.6c-5.6 0-6.3-4.2-9.1-4.9q-2.8-.7-4.9 2.1"/>'},lT={width:32,height:32,body:'<path fill="#813cf3" d="m12.042 6.858l8.029 4.59v9.014l-8.029-4.594zM20.5 20.415l7.959-4.575V6.887L20.5 11.429zM3.541 11.01l8.03 4.589V6.59L3.541 2zm8.501 14.4L20.071 30v-9.043l-8.029-4.589z"/>'},iT={width:32,height:32,body:'<path fill="#c2c2c2" d="M22.038 2H6.375a1.755 1.755 0 0 0-1.75 1.75v24.5A1.755 1.755 0 0 0 6.375 30h19.25a1.755 1.755 0 0 0 1.75-1.75V6.856Zm.525 2.844l1.663 1.531h-1.663ZM6.375 28.25V3.75h14.438v4.375h4.813V28.25Z"/><path fill="#829ec2" d="M8.125 15.097h13.076v1.75H8.125zm0 9.342h9.762v1.75H8.125zm0-4.676h15.75v1.75H8.125zm0-9.533h15.75v1.75H8.125z"/>'},sT={width:32,height:32,body:'<path fill="#007acc" d="M23.827 8.243a4.4 4.4 0 0 1 2.223 1.281a6 6 0 0 1 .852 1.143c.011.045-1.534 1.083-2.471 1.662c-.034.023-.169-.124-.322-.35a2.01 2.01 0 0 0-1.67-1c-1.077-.074-1.771.49-1.766 1.433a1.3 1.3 0 0 0 .153.666c.237.49.677.784 2.059 1.383c2.544 1.095 3.636 1.817 4.31 2.843a5.16 5.16 0 0 1 .416 4.333a4.76 4.76 0 0 1-3.932 2.815a11 11 0 0 1-2.708-.028a6.53 6.53 0 0 1-3.616-1.884a6.3 6.3 0 0 1-.926-1.371a3 3 0 0 1 .327-.208c.158-.09.756-.434 1.32-.761l1.024-.6l.214.312a4.8 4.8 0 0 0 1.35 1.292a3.3 3.3 0 0 0 3.458-.175a1.545 1.545 0 0 0 .2-1.974c-.276-.395-.84-.727-2.443-1.422a8.8 8.8 0 0 1-3.349-2.055a4.7 4.7 0 0 1-.976-1.777a7.1 7.1 0 0 1-.062-2.268a4.33 4.33 0 0 1 3.644-3.374a9 9 0 0 1 2.691.084m-8.343 1.483l.011 1.454h-4.63v13.148H7.6V11.183H2.97V9.755a14 14 0 0 1 .04-1.466c.017-.023 2.832-.034 6.245-.028l6.211.017Z"/>'},oT={width:32,height:32,body:'<path fill="#00a23c" d="M23.814 8.2a4.44 4.44 0 0 1 2.229 1.284a6 6 0 0 1 .857 1.146c.011.045-1.538 1.086-2.478 1.666c-.034.023-.17-.124-.323-.351a2.02 2.02 0 0 0-1.675-1.007c-1.08-.074-1.776.492-1.771 1.436a1.3 1.3 0 0 0 .153.668c.237.492.679.786 2.064 1.386c2.551 1.1 3.645 1.822 4.321 2.851a5.17 5.17 0 0 1 .417 4.344a4.78 4.78 0 0 1-3.942 2.823a11 11 0 0 1-2.715-.028a6.55 6.55 0 0 1-3.626-1.889a6.3 6.3 0 0 1-.928-1.375a3 3 0 0 1 .328-.208c.158-.091.758-.435 1.324-.763l1.024-.594l.215.312a4.8 4.8 0 0 0 1.354 1.3a3.31 3.31 0 0 0 3.467-.175a1.55 1.55 0 0 0 .2-1.979c-.277-.4-.843-.729-2.45-1.426a8.8 8.8 0 0 1-3.358-2.06a4.7 4.7 0 0 1-.979-1.782a7.1 7.1 0 0 1-.062-2.274a4.34 4.34 0 0 1 3.654-3.383a9 9 0 0 1 2.7.078m-8.366 1.488l.011 1.458h-4.642v13.181H7.54V11.148H2.9V9.717a14 14 0 0 1 .04-1.471c.017-.023 2.839-.034 6.262-.028l6.227.017Z"/>'},cT={width:32,height:32,body:'<path fill="#e75749" d="M4.5 2.375A2.56 2.56 0 0 1 5.861 2h20.366a2.545 2.545 0 0 1 2.423 1.951a3.4 3.4 0 0 1 .072.862v11.176h-1.573a2 2 0 0 0-.22.022a5 5 0 0 0-.581-.011c-.3.007-.61-.014-.914.014a2.3 2.3 0 0 0-.4-.02h-4.739c-.2 0-.392.008-.587-.01l.1-.065l-6.353-3.813v3.889c-2.213-.005-4.427 0-6.64 0a2 2 0 0 0-.251.021c-.212-.032-.427-.016-.642-.016c-.284.006-.57-.015-.853.015a2 2 0 0 0-.253-.022H3.275c.006-3.635 0-7.27 0-10.9a4.8 4.8 0 0 1 .071-1.131A2.54 2.54 0 0 1 4.5 2.375m.54 2.188a.64.64 0 0 0-.489.606v1.316a.64.64 0 0 0 .627.6h1.309a.64.64 0 0 0 .6-.608c.005-.426 0-.853 0-1.279a.64.64 0 0 0-.329-.575a.7.7 0 0 0-.358-.078H5.264a1 1 0 0 0-.224.018m20.341 0a.64.64 0 0 0-.474.607v1.306a.64.64 0 0 0 .6.608c.436.005.872 0 1.308 0a.64.64 0 0 0 .627-.606c.006-.438 0-.876 0-1.314a.64.64 0 0 0-.594-.621c-.348-.009-.7 0-1.045 0a2 2 0 0 0-.422.024ZM5.042 8.38a.64.64 0 0 0-.452.4a1.1 1.1 0 0 0-.041.386v1.135a.637.637 0 0 0 .6.6c.4.008.795 0 1.192 0a.8.8 0 0 0 .395-.065a.64.64 0 0 0 .36-.574V8.983a.64.64 0 0 0-.6-.624c-.338-.008-.677 0-1.016 0a2.4 2.4 0 0 0-.438.021m20.338 0a.64.64 0 0 0-.433.4a1.1 1.1 0 0 0-.041.387v1.131a.64.64 0 0 0 .608.607c.406.006.812 0 1.218 0a.74.74 0 0 0 .38-.078a.64.64 0 0 0 .335-.558V8.985a.637.637 0 0 0-.593-.622c-.349-.009-.7 0-1.047 0a2 2 0 0 0-.428.022ZM5.041 12.2a.64.64 0 0 0-.491.608c0 .438-.005.877 0 1.315a.64.64 0 0 0 .627.6h1.3a.64.64 0 0 0 .608-.607v-1.307a.64.64 0 0 0-.605-.626c-.348-.007-.7 0-1.045 0a2 2 0 0 0-.394.017m20.335.006a.64.64 0 0 0-.43.394a1.1 1.1 0 0 0-.041.386v1.131a.64.64 0 0 0 .607.608c.435.005.87 0 1.306 0a.64.64 0 0 0 .628-.605c.006-.438 0-.876 0-1.313a.637.637 0 0 0-.592-.622c-.349-.01-.7 0-1.046 0a2 2 0 0 0-.431.015Z"/><path fill="#fff" d="M13.458 12.1q3.176 1.908 6.353 3.813l-.1.065q-3.127 1.872-6.251 3.748V15.99q-.003-1.941-.002-3.89"/><path fill="#c0392b" d="M3.275 15.988h1.541a2 2 0 0 1 .253.022a.65.65 0 0 0-.409.273a.9.9 0 0 0-.111.518v1.045a.686.686 0 0 0 .685.689h1.192a.68.68 0 0 0 .657-.569c.008-.447 0-.9 0-1.343a.63.63 0 0 0-.521-.613a2 2 0 0 1 .251-.021h6.64v3.736q3.127-1.871 6.251-3.748c.2.018.391.007.587.01h4.741a2.3 2.3 0 0 1 .4.02a.64.64 0 0 0-.475.385a1 1 0 0 0-.045.407v1.014a.677.677 0 0 0 .691.719h1.16a.684.684 0 0 0 .686-.658v-.984a1.07 1.07 0 0 0-.1-.589a.64.64 0 0 0-.42-.292a2 2 0 0 1 .22-.022h1.573c.011 1.721 0 3.443 0 5.165v6.293a2.57 2.57 0 0 1-.612 1.651a2.54 2.54 0 0 1-1.563.868a8 8 0 0 1-.981.033H6.724a9 9 0 0 1-1.368-.048a2.56 2.56 0 0 1-2-1.846a2.8 2.8 0 0 1-.09-.746V16.891c.007-.3-.002-.602.009-.903m1.795 3.843a.6.6 0 0 0-.386.234a.76.76 0 0 0-.134.464v1.162a.685.685 0 0 0 .686.658h1.283a.687.687 0 0 0 .568-.716v-1.191a.62.62 0 0 0-.2-.458a.7.7 0 0 0-.487-.17H5.264a1 1 0 0 0-.194.017m20.366 0a.62.62 0 0 0-.522.58v1.222a.676.676 0 0 0 .69.718c.428 0 .857.005 1.285 0a.7.7 0 0 0 .562-.684v-1.013a.9.9 0 0 0-.123-.568a.66.66 0 0 0-.532-.267h-.954a2.3 2.3 0 0 0-.406.011ZM5.071 23.648a.6.6 0 0 0-.4.249a.77.77 0 0 0-.124.448v1.132a.7.7 0 0 0 .6.688h1.376a.687.687 0 0 0 .567-.717v-1.189a.62.62 0 0 0-.2-.459a.7.7 0 0 0-.484-.17H5.265a1 1 0 0 0-.194.018m20.362 0a.62.62 0 0 0-.492.427a1 1 0 0 0-.029.33V25.6a.68.68 0 0 0 .656.567h1.193a.69.69 0 0 0 .686-.719v-1.164a.66.66 0 0 0-.286-.545a1.46 1.46 0 0 0-.787-.11c-.312.01-.629-.02-.94.018Z"/>'},uT={width:32,height:32,body:'<mask id="SVGgudELdDz"><path fill="#fff" d="M40.05 45.7c-.67.85-2.02.38-2.02-.69v-10.3a2.26 2.26 0 0 0-2.27-2.26H24.4a1.13 1.13 0 0 1-.92-1.8l7.48-10.46c1.07-1.5 0-3.58-1.84-3.58H15.34a1.13 1.13 0 0 1-.92-1.79l9.7-13.57c.2-.3.55-.48.92-.48h28.89c.92 0 1.46 1.04.92 1.79l-7.48 10.47a2.26 2.26 0 0 0 1.84 3.58H60.6c.94 0 1.47 1.09.89 1.83z"/></mask><g fill="none"><g mask="url(#SVGgudELdDz)" transform="translate(1 6.8)scale(.393)"><path fill="#9135ff" d="M0 0h62v47H0z"/><g filter="url(#SVGNp06lekD)"><ellipse cx="24.46" cy="37.75" fill="#eee6ff" rx="5.51" ry="14.7" transform="rotate(89.8 24.46 37.75)"/></g><g filter="url(#SVGNp06lekD)"><ellipse cx="4.76" cy="18.96" fill="#eee6ff" rx="10.4" ry="29.85" transform="rotate(89.8 4.76 18.96)"/></g><g filter="url(#SVGQv8P6csY)"><ellipse cx="4.24" cy="17.5" fill="#8900ff" rx="5.51" ry="30.49" transform="rotate(89.8 4.24 17.5)"/></g><g filter="url(#SVGQv8P6csY)"><ellipse cx="8.95" cy="35.5" fill="#8900ff" rx="5.51" ry="30.6" transform="rotate(89.8 8.95 35.5)"/></g><g filter="url(#SVGQv8P6csY)"><ellipse cx="10.48" cy="36.65" fill="#8900ff" rx="5.51" ry="30.6" transform="rotate(89.8 10.48 36.65)"/></g><g filter="url(#SVGNp06lekD)"><ellipse cx="67.34" cy="12.3" fill="#eee6ff" rx="14.07" ry="22.08" transform="rotate(-86.7 67.34 12.3)"/></g><g filter="url(#SVGQv8P6csY)"><ellipse cx="68.44" cy="15.74" fill="#8900ff" rx="3.47" ry="21.5" transform="rotate(-91 68.44 15.74)"/></g><g filter="url(#SVGQv8P6csY)"><ellipse cx="68.44" cy="15.74" fill="#8900ff" rx="3.47" ry="21.5" transform="rotate(-91 68.44 15.74)"/></g><g filter="url(#SVGQv8P6csY)"><ellipse cx="14.59" cy="9.74" fill="#8900ff" rx="4.41" ry="29.11" transform="rotate(39.5 14.6 9.74)"/></g><g filter="url(#SVGQv8P6csY)"><ellipse cx="61.73" cy="-5.32" fill="#8900ff" rx="4.41" ry="29.11" transform="rotate(37.9 61.73 -5.32)"/></g><g filter="url(#SVGQv8P6csY)"><ellipse cx="55.62" cy="7.1" fill="#00c2ff" rx="5.97" ry="9.67" transform="rotate(37.9 55.62 7.1)"/></g><g filter="url(#SVGQv8P6csY)"><ellipse cx="12.33" cy="39.1" fill="#8900ff" rx="4.41" ry="29.11" transform="rotate(37.9 12.33 39.1)"/></g><g filter="url(#SVGQv8P6csY)"><ellipse cx="12.33" cy="39.1" fill="#8900ff" rx="4.41" ry="29.11" transform="rotate(37.9 12.33 39.1)"/></g><g filter="url(#SVGQv8P6csY)"><ellipse cx="49.86" cy="30.68" fill="#8900ff" rx="4.41" ry="29.11" transform="rotate(37.9 49.86 30.68)"/></g><g filter="url(#SVGQv8P6csY)"><ellipse cx="52.62" cy="33.17" fill="#00c2ff" rx="5.97" ry="15.3" transform="rotate(37.9 52.62 33.17)"/></g></g><path fill="#fff" d="M3.72 6.8C.1 11.98.08 20 3.72 25.2h2.45c-3.64-5.2-3.62-13.22 0-18.4zm24.56 0h-2.45c3.62 5.18 3.64 13.2 0 18.4h2.45c3.64-5.2 3.62-13.22 0-18.4"/><defs><filter id="SVGNp06lekD" width="4" height="4" x="-2" y="-2" color-interpolation-filters="sRGB"><feGaussianBlur stdDeviation="7.66"/></filter><filter id="SVGQv8P6csY" width="4" height="4" x="-2" y="-2" color-interpolation-filters="sRGB"><feGaussianBlur stdDeviation="4.6"/></filter></defs></g>'},xT={width:32,height:32,body:'<mask id="SVGTUBgmdJX"><path fill="#fff" d="M36.76 42.97c-.33.6-1.1.76-1.65.36L15.96 29.41a1.2 1.2 0 0 1-.46-.92V11.71c0-.93 1.05-1.46 1.8-.92L29 19.31c1.1.8 2.65.46 3.3-.72l9.71-17.25c.2-.35.58-.57.99-.57h15.57c.87 0 1.41.93.99 1.68z"/></mask><g fill="none"><g mask="url(#SVGTUBgmdJX)" transform="translate(1 6.8)scale(.393)"><path fill="#00ff74" d="M0 0h60v44H0z"/><g filter="url(#SVGQv8P6csY)"><ellipse cx="41.46" cy="10.01" fill="#00d0c7" rx="14.03" ry="3.39" transform="rotate(130.6 41.46 10.01)"/></g><g filter="url(#SVGQv8P6csY)"><ellipse cx="18.43" cy="30.51" fill="#00d0c7" rx="14.03" ry="6.09" transform="rotate(234 18.43 30.5)"/></g><g filter="url(#SVGQv8P6csY)"><ellipse cx="21.94" cy="12.96" fill="#03ff00" rx="6.37" ry="5.55" transform="rotate(23.1 21.94 12.96)"/></g><g filter="url(#SVGQv8P6csY)"><ellipse cx="56.27" cy="16.72" fill="#03ff00" rx="5.61" ry="24.53" transform="rotate(23.1 56.27 16.72)"/></g><g filter="url(#SVGQv8P6csY)"><ellipse cx="51.35" cy="1.06" fill="#6effe1" rx="4.99" ry="10.07" transform="rotate(-45 51.35 1.06)"/></g></g><path fill="#fff" d="M3.72 6.8C.1 11.98.08 20 3.72 25.2h2.45c-3.64-5.2-3.62-13.22 0-18.4zm24.56 0h-2.45c3.62 5.18 3.64 13.2 0 18.4h2.45c3.64-5.2 3.62-13.22 0-18.4"/><defs><filter id="SVGQv8P6csY" width="4" height="4" x="-2" y="-2" color-interpolation-filters="sRGB"><feGaussianBlur stdDeviation="4.6"/></filter></defs></g>'},dT={width:32,height:32,body:'<path fill="#41b883" d="M24.4 3.925H30l-14 24.15L2 3.925h10.71l3.29 5.6l3.22-5.6Z"/><path fill="#41b883" d="m2 3.925l14 24.15l14-24.15h-5.6L16 18.415L7.53 3.925Z"/><path fill="#35495e" d="M7.53 3.925L16 18.485l8.4-14.56h-5.18L16 9.525l-3.29-5.6Z"/>'},fT={width:32,height:32,body:'<path fill="#654ff0" d="M19.153 2.35v.15a3.2 3.2 0 1 1-6.4 0v-.15H2v27.919h27.919V2.35Z"/><path fill="#fff" d="M8.485 17.4h1.85l1.265 6.723h.023L13.14 17.4h1.731l1.371 6.81h.027l1.44-6.81h1.815l-2.358 9.885h-1.837l-1.36-6.728h-.036l-1.456 6.728h-1.87Zm13.124 0h2.917l2.9 9.885h-1.911l-.63-2.2h-3.323l-.486 2.2h-1.859Zm1.11 2.437l-.807 3.627h2.512l-.924-3.632Z"/>'},hT={width:32,height:32,body:'<path fill="#f1662a" d="m20.42 21.157l2.211 2.211L30 16l-7.369-7.369l-2.211 2.212L25.58 16Zm-8.84-10.314L9.369 8.631L2 16l7.369 7.369l2.211-2.211L6.42 16Zm5.831-3.166l1.6.437l-4.42 16.209l-1.6-.437z"/>'},pT={width:32,height:32,body:'<path fill="#ffe885" d="M2 12.218c.755 0 1.51-.008 2.264 0l.053.038l2.761 2.758c.891-.906 1.8-1.794 2.7-2.7c.053-.052.11-.113.192-.1h1.823a1.4 1.4 0 0 1 .353.019c-.7.67-1.377 1.369-2.069 2.05L5.545 18.8c-.331.324-.648.663-.989.975c-.754.022-1.511.007-2.266.007c1.223-1.209 2.431-2.433 3.658-3.637c-1.321-1.304-2.63-2.62-3.948-3.927m10.7 0h1.839v7.566c-.611 0-1.222.012-1.832-.008v-4.994c-1.6 1.607-3.209 3.2-4.811 4.8c-.089.08-.166.217-.305.194c-.824-.006-1.649 0-2.474 0Q8.916 16 12.7 12.218m2.258.002c.47-.009.939 0 1.409 0c.836.853 1.69 1.689 2.536 2.532q1.268-1.267 2.539-2.532h1.4q-.008 3.784 0 7.567c-.471 0-.943.006-1.414 0q.008-2.387 0-4.773c-.844.843-1.676 1.7-2.526 2.536c-.856-.835-1.687-1.695-2.532-2.541c0 1.594-.006 3.188.006 4.781c-.472 0-.943.005-1.415 0q-.003-3.79-.003-7.57m8.301-.003c.472 0 .944-.007 1.416 0q-.007 3.083 0 6.166h3.782c.063.006.144-.012.191.045c.448.454.907.9 1.353 1.354q-3.371.007-6.741 0q.007-3.782-.001-7.565"/>'},mT={width:32,height:32,body:'<path fill="#2188b6" d="M28.208 24.409a10.5 10.5 0 0 0-3.959 1.822a23.7 23.7 0 0 1-5.835 2.642a1.63 1.63 0 0 1-.983.55a62 62 0 0 1-6.447.577c-1.163.009-1.876-.3-2.074-.776a1.573 1.573 0 0 1 .866-2.074a4 4 0 0 1-.514-.379c-.171-.171-.352-.514-.406-.388c-.225.55-.343 1.894-.947 2.5c-.83.839-2.4.559-3.328.072c-1.019-.541.072-1.813.072-1.813a.73.73 0 0 1-.992-.343a4.85 4.85 0 0 1-.667-2.949a5.37 5.37 0 0 1 1.749-2.895a9.3 9.3 0 0 1 .658-4.4a10.45 10.45 0 0 1 3.165-3.661S6.628 10.747 7.35 8.817c.469-1.262.658-1.253.812-1.308a3.6 3.6 0 0 0 1.452-.857a5.27 5.27 0 0 1 4.41-1.7S15.2 1.4 16.277 2.09a18.4 18.4 0 0 1 1.533 2.886s1.281-.748 1.425-.469a11.33 11.33 0 0 1 .523 6.132a14 14 0 0 1-2.6 5.411c-.135.225 1.551.938 2.615 3.887c.983 2.7.108 4.96.262 5.212c.027.045.036.063.036.063s1.127.09 3.391-1.308a8.5 8.5 0 0 1 4.277-1.604a1.081 1.081 0 0 1 .469 2.11Z"/>'},gT={width:32,height:32,body:'<defs><linearGradient id="SVGXr4mrHrF" x1="17.65" x2="21.099" y1="26.056" y2="26.056" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#4d4d4d"/><stop offset=".5" stop-color="#fff"/><stop offset="1" stop-color="#4d4d4d"/></linearGradient><linearGradient id="SVG5oyStdai" x1="17.65" x2="21.099" y1="23.756" y2="23.756" href="#SVGXr4mrHrF"/><linearGradient id="SVG9QsNwcZU" x1="17.65" x2="21.099" y1="21.456" y2="21.456" href="#SVGXr4mrHrF"/><linearGradient id="SVG1kIgneZE" x1="17.65" x2="21.099" y1="19.156" y2="19.156" href="#SVGXr4mrHrF"/><linearGradient id="SVGp2oQjdFa" x1="17.65" x2="21.099" y1="16.857" y2="16.857" href="#SVGXr4mrHrF"/><linearGradient id="SVGAFV8AN5B" x1="17.65" x2="21.099" y1="14.557" y2="14.557" href="#SVGXr4mrHrF"/><linearGradient id="SVGRkU6lbfc" x1="17.65" x2="21.099" y1="12.257" y2="12.257" href="#SVGXr4mrHrF"/><linearGradient id="SVGWUBOGcFP" x1="17.65" x2="21.099" y1="9.957" y2="9.957" href="#SVGXr4mrHrF"/><linearGradient id="SVGFcdVfdXh" x1="17.65" x2="21.099" y1="7.657" y2="7.657" href="#SVGXr4mrHrF"/><linearGradient id="SVGLioYKc8j" x1="16.237" x2="19.686" y1="27.217" y2="27.217" href="#SVGXr4mrHrF"/><linearGradient id="SVGIx7REdei" x1="16.237" x2="19.686" y1="24.918" y2="24.918" href="#SVGXr4mrHrF"/><linearGradient id="SVGownHpeLf" x1="16.237" x2="19.686" y1="22.618" y2="22.618" href="#SVGXr4mrHrF"/><linearGradient id="SVGZ4gzmcVN" x1="16.237" x2="19.686" y1="20.318" y2="20.318" href="#SVGXr4mrHrF"/><linearGradient id="SVGhAblbd0u" x1="16.237" x2="19.686" y1="18.018" y2="18.018" href="#SVGXr4mrHrF"/><linearGradient id="SVGBzD5PbgA" x1="17.65" x2="21.099" y1="28.356" y2="28.356" href="#SVGXr4mrHrF"/><linearGradient id="SVGcXb6lbYS" x1="16.237" x2="19.686" y1="15.718" y2="15.718" href="#SVGXr4mrHrF"/><linearGradient id="SVGKF6nobvx" x1="16.237" x2="19.686" y1="13.419" y2="13.419" href="#SVGXr4mrHrF"/><linearGradient id="SVGrU8zSORM" x1="16.237" x2="19.686" y1="11.119" y2="11.119" href="#SVGXr4mrHrF"/><linearGradient id="SVGuFw9gbIu" x1="16.237" x2="19.686" y1="8.819" y2="8.819" href="#SVGXr4mrHrF"/><linearGradient id="SVGXh7zWblD" x1="16.237" x2="19.686" y1="29.514" y2="29.514" href="#SVGXr4mrHrF"/><linearGradient id="SVGmzaoUw6y" x1="16.985" x2="20.446" y1="11.196" y2="11.196" href="#SVGXr4mrHrF"/><linearGradient id="SVGkZYaOeHC" x1="18.096" x2="19.336" y1="5.329" y2="5.329" href="#SVGXr4mrHrF"/><linearGradient id="SVGVKO9QdOI" x1="16.029" x2="21.403" y1="5.591" y2="5.591" href="#SVGXr4mrHrF"/></defs><path fill="#c09553" d="M27.667 27.667V17.333L23 15V2H4.333v28h23.334Zm-4.667 0v-9.111l2.333 1.222v7.889Z"/><path fill="url(#SVGXr4mrHrF)" d="M17.65 25.559h3.45v.993h-3.45z"/><path fill="url(#SVG5oyStdai)" d="M17.65 23.26h3.45v.993h-3.45z"/><path fill="url(#SVG9QsNwcZU)" d="M17.65 20.96h3.45v.993h-3.45z"/><path fill="url(#SVG1kIgneZE)" d="M17.65 18.66h3.45v.993h-3.45z"/><path fill="url(#SVGp2oQjdFa)" d="M17.65 16.36h3.45v.993h-3.45z"/><path fill="url(#SVGAFV8AN5B)" d="M17.65 14.06h3.45v.993h-3.45z"/><path fill="url(#SVGRkU6lbfc)" d="M17.65 11.76h3.45v.993h-3.45z"/><path fill="url(#SVGWUBOGcFP)" d="M17.65 9.461h3.45v.993h-3.45z"/><path fill="url(#SVGFcdVfdXh)" d="M17.65 7.161h3.45v.993h-3.45z"/><path fill="url(#SVGLioYKc8j)" d="M16.237 26.721h3.45v.993h-3.45z"/><path fill="url(#SVGIx7REdei)" d="M16.237 24.421h3.45v.993h-3.45z"/><path fill="url(#SVGownHpeLf)" d="M16.237 22.121h3.45v.993h-3.45z"/><path fill="url(#SVGZ4gzmcVN)" d="M16.237 19.821h3.45v.993h-3.45z"/><path fill="url(#SVGhAblbd0u)" d="M16.237 17.522h3.45v.993h-3.45z"/><path fill="url(#SVGBzD5PbgA)" d="M17.65 27.859h3.45v.993h-3.45z"/><path fill="url(#SVGcXb6lbYS)" d="M16.237 15.222h3.45v.993h-3.45z"/><path fill="url(#SVGKF6nobvx)" d="M16.237 12.922h3.45v.993h-3.45z"/><path fill="url(#SVGrU8zSORM)" d="M16.237 10.622h3.45v.993h-3.45z"/><path fill="url(#SVGuFw9gbIu)" d="M16.237 8.322h3.45v.993h-3.45z"/><path fill="url(#SVGXh7zWblD)" d="M16.237 29.018h3.45v.993h-3.45z"/><path fill="url(#SVGmzaoUw6y)" d="M20.1 5.911a.554.554 0 0 0-.548-.53h-.009v.557h.092l.206 2.514h-2.252l.211-2.514h.094v-.557h-.044a.55.55 0 0 0-.547.53l-.314 10.569a.513.513 0 0 0 .515.531h2.432a.51.51 0 0 0 .513-.531Zm-1.384 10.5a1.171 1.171 0 1 1 1.171-1.171a1.17 1.17 0 0 1-1.171 1.168Z"/><path fill="url(#SVGkZYaOeHC)" d="M18.096 3.802h1.24v3.054h-1.24z"/><path fill="url(#SVGVKO9QdOI)" d="M21.4 4.56a2.55 2.55 0 0 0-2.549-2.549h-.276a2.55 2.55 0 0 0-2.436 3.3v.006a8 8 0 0 1 .261 2.561a1.8 1.8 0 0 0 .641 1.271l.109-3.441a.593.593 0 0 1 .6-.551h.135v-1.57h1.653v1.57h.1a.6.6 0 0 1 .605.551l.121 3.462a1.8 1.8 0 0 0 .666-1.292V7.72a7.7 7.7 0 0 1 .236-2.359a2.5 2.5 0 0 0 .134-.801"/>'},ET={width:32,height:32,body:'<path fill="#a0bf55" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><path fill="#fff" d="M27.773 31.076a2.517 2.517 0 0 1-1.848-4.229l-1.67-2.54a4.23 4.23 0 0 1-3.847-.05l-1.662 1.77a2.161 2.161 0 1 1-1.105-.983l1.593-1.7a4.23 4.23 0 0 1-1.1-2.854a4 4 0 0 1 .021-.412l-3.8-1.166a2.517 2.517 0 1 1 .558-1.579c0 .067 0 .134-.009.2l3.646 1.119a4.23 4.23 0 0 1 3.092-2.349v-2.381a2.068 2.068 0 1 1 1.479 0v2.386A4.24 4.24 0 0 1 25.6 17.72l1.928-1.162a2 2 0 0 1-.015-.226a1.807 1.807 0 1 1 1.808 1.808a1.8 1.8 0 0 1-1.023-.319l-1.938 1.171a4.2 4.2 0 0 1 .275 1.5v.036l1.057.183a1.806 1.806 0 1 1-.34 1.443l-.987-.172a4.3 4.3 0 0 1-.91 1.448l1.752 2.67a2.519 2.519 0 1 1 .566 4.973Z"/><path fill="#486600" d="M29.122 20.129a1.68 1.68 0 0 0-1.379.721l-1.24-.215v-.14a4.1 4.1 0 0 0-.306-1.556l2.1-1.267a1.684 1.684 0 1 0-.64-1.05l-2.09 1.261A4.13 4.13 0 0 0 23 16.415v-2.58a1.943 1.943 0 1 0-1.23 0v2.58a4.14 4.14 0 0 0-3.149 2.394l-3.848-1.182a2.395 2.395 0 1 0-.461 1.145l3.979 1.222a4.1 4.1 0 0 0 1.119 3.355l-1.733 1.845a2.04 2.04 0 1 0 .921.816l1.786-1.91a4.11 4.11 0 0 0 3.915.043l1.787 2.717a2.391 2.391 0 1 0 1.066-.616l-1.861-2.83a4.1 4.1 0 0 0 .989-1.573l1.178.2a1.682 1.682 0 1 0 1.665-1.919Z"/>'},yT={width:32,height:32,body:'<path fill="#bfdb7b" d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z"/><path fill="#bfdb7b" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="#fff" d="M27.773 31.076a2.517 2.517 0 0 1-1.848-4.229l-1.67-2.54a4.23 4.23 0 0 1-3.847-.05l-1.662 1.77a2.161 2.161 0 1 1-1.105-.983l1.593-1.7a4.23 4.23 0 0 1-1.1-2.854a4 4 0 0 1 .021-.412l-3.8-1.166a2.517 2.517 0 1 1 .558-1.579c0 .067 0 .134-.009.2l3.646 1.119a4.23 4.23 0 0 1 3.092-2.349v-2.381a2.068 2.068 0 1 1 1.479 0v2.386A4.24 4.24 0 0 1 25.6 17.72l1.928-1.162a2 2 0 0 1-.015-.226a1.807 1.807 0 1 1 1.808 1.808a1.8 1.8 0 0 1-1.023-.319l-1.938 1.171a4.2 4.2 0 0 1 .275 1.5v.036l1.057.183a1.806 1.806 0 1 1-.34 1.443l-.987-.172a4.3 4.3 0 0 1-.91 1.448l1.752 2.67a2.519 2.519 0 1 1 .566 4.973Z"/><path fill="#486600" d="M29.122 20.129a1.68 1.68 0 0 0-1.379.721l-1.24-.215v-.14a4.1 4.1 0 0 0-.306-1.556l2.1-1.267a1.684 1.684 0 1 0-.64-1.05l-2.09 1.261A4.13 4.13 0 0 0 23 16.415v-2.58a1.943 1.943 0 1 0-1.23 0v2.58a4.14 4.14 0 0 0-3.149 2.394l-3.848-1.182a2.395 2.395 0 1 0-.461 1.145l3.979 1.222a4.1 4.1 0 0 0 1.119 3.355l-1.733 1.845a2.04 2.04 0 1 0 .921.816l1.786-1.91a4.11 4.11 0 0 0 3.915.043l1.787 2.717a2.391 2.391 0 1 0 1.066-.616l-1.861-2.83a4.1 4.1 0 0 0 .989-1.573l1.178.2a1.682 1.682 0 1 0 1.665-1.919Z"/>'},bT={width:32,height:32,body:'<path fill="#14622a" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><path fill="#7bdbab" d="M10 12.983v18.034h21V12.983Zm20.219 17.253H10.781V15.247h19.438Z"/><path fill="#7bdbab" d="M19.981 17.138c.352-.022.768-.15 1.071.107c.277.255.264.669.352 1.009a7 7 0 0 1 1.234.393c.26-.229.486-.564.856-.6c.329-.023.567.235.8.425a3 3 0 0 1 .685.679c.168.445-.2.822-.422 1.158a8 8 0 0 1 .55 1.1c.431.027 1.038-.07 1.241.425a5.1 5.1 0 0 1 .142 1.492c-.11.531-.743.551-1.174.646c-.072.393-.235.76-.342 1.143c.117.336.533.5.612.872c.085.405-.275.693-.5.981c-.216.228-.39.56-.727.621c-.438.079-.754-.295-1.109-.479a6.3 6.3 0 0 1-1.1.564c-.031.452.082 1.117-.452 1.316a5 5 0 0 1-1.518.117c-.525-.168-.494-.8-.612-1.242c-.39-.072-.748-.256-1.134-.329c-.352.249-.639.759-1.141.631a3.6 3.6 0 0 1-.851-.627c-.207-.186-.481-.38-.47-.69c-.021-.412.392-.666.47-1.04c-.14-.338-.352-.643-.486-.988c-.366-.033-.784.065-1.1-.16c-.295-.2-.278-.6-.321-.91a3 3 0 0 1 .012-.97c.207-.438.759-.416 1.161-.531a6.5 6.5 0 0 1 .352-1.174c-.235-.276-.574-.5-.655-.878c-.046-.345.235-.6.432-.849a2.7 2.7 0 0 1 .7-.7c.44-.146.794.22 1.134.433a6 6 0 0 1 1.157-.587c.093-.375-.053-.845.269-1.128c.233-.239.585-.19.884-.23m.117 3.828a2.144 2.144 0 1 0 1.908.566a2.14 2.14 0 0 0-1.908-.566"/>'},vT={width:32,height:32,body:'<path fill="#0b822c" d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z"/><path fill="#0b822c" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="#7bdbab" d="M10 12.983v18.034h21V12.983Zm20.219 17.253H10.781V15.247h19.438Z"/><path fill="#7bdbab" d="M19.981 17.138c.352-.022.768-.15 1.071.107c.277.255.264.669.352 1.009a7 7 0 0 1 1.234.393c.26-.229.486-.564.856-.6c.329-.023.567.235.8.425a3 3 0 0 1 .685.679c.168.445-.2.822-.422 1.158a8 8 0 0 1 .55 1.1c.431.027 1.038-.07 1.241.425a5.1 5.1 0 0 1 .142 1.492c-.11.531-.743.551-1.174.646c-.072.393-.235.76-.342 1.143c.117.336.533.5.612.872c.085.405-.275.693-.5.981c-.216.228-.39.56-.727.621c-.438.079-.754-.295-1.109-.479a6.3 6.3 0 0 1-1.1.564c-.031.452.082 1.117-.452 1.316a5 5 0 0 1-1.518.117c-.525-.168-.494-.8-.612-1.242c-.39-.072-.748-.256-1.134-.329c-.352.249-.639.759-1.141.631a3.6 3.6 0 0 1-.851-.627c-.207-.186-.481-.38-.47-.69c-.021-.412.392-.666.47-1.04c-.14-.338-.352-.643-.486-.988c-.366-.033-.784.065-1.1-.16c-.295-.2-.278-.6-.321-.91a3 3 0 0 1 .012-.97c.207-.438.759-.416 1.161-.531a6.5 6.5 0 0 1 .352-1.174c-.235-.276-.574-.5-.655-.878c-.046-.345.235-.6.432-.849a2.7 2.7 0 0 1 .7-.7c.44-.146.794.22 1.134.433a6 6 0 0 1 1.157-.587c.093-.375-.053-.845.269-1.128c.233-.239.585-.19.884-.23m.117 3.828a2.144 2.144 0 1 0 1.908.566a2.14 2.14 0 0 0-1.908-.566"/>'},CT={width:32,height:32,body:'<path fill="#ba5656" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><rect width="21" height="21" x="10" y="10" fill="#414141" rx="2.761" ry="2.761"/><path fill="#c2c2c2" d="M13.937 11.925h13.125a2.013 2.013 0 0 1 2.013 2.013v13.125a2.01 2.01 0 0 1-2.012 2.012H13.937a2.013 2.013 0 0 1-2.013-2.013V13.938a2.013 2.013 0 0 1 2.013-2.013"/><path fill="#414141" d="M13.937 13.325h13.126a.61.61 0 0 1 .612.612v13.126a.613.613 0 0 1-.613.613H13.938a.613.613 0 0 1-.613-.613V13.937a.61.61 0 0 1 .612-.612"/><path fill="#c2c2c2" d="M25.754 21.2h-1.1a4.2 4.2 0 0 1-.741 1.769l.78.78a.7.7 0 1 1-.99.99l-.786-.786a4.2 4.2 0 0 1-1.761.712v1.129a.7.7 0 0 1-1.4 0v-1.141a4.2 4.2 0 0 1-1.728-.735l-.82.82a.7.7 0 1 1-.99-.99l.826-.826a4.2 4.2 0 0 1-.707-1.723h-1.171a.7.7 0 1 1 0-1.4h1.174a4.2 4.2 0 0 1 .707-1.722l-.826-.826a.7.7 0 1 1 .99-.99l.819.82a4.2 4.2 0 0 1 1.729-.735v-1.14a.7.7 0 0 1 1.4 0v1.129a4.2 4.2 0 0 1 1.762.713l.786-.787a.7.7 0 0 1 .99.99l-.781.781a4.2 4.2 0 0 1 .741 1.768h1.1a.7.7 0 0 1 0 1.4Z"/><circle cx="20.5" cy="20.5" r="2.822" fill="#414141"/><circle cx="20.5" cy="20.5" r="1.121" fill="#c2c2c2"/>'},kT={width:32,height:32,body:'<path fill="#d87c7c" d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z"/><path fill="#d87c7c" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><rect width="21" height="21" x="10" y="10" fill="#414141" rx="2.761" ry="2.761"/><path fill="#c2c2c2" d="M13.937 11.925h13.125a2.013 2.013 0 0 1 2.013 2.013v13.125a2.01 2.01 0 0 1-2.012 2.012H13.937a2.013 2.013 0 0 1-2.013-2.013V13.938a2.013 2.013 0 0 1 2.013-2.013"/><path fill="#414141" d="M13.937 13.325h13.126a.61.61 0 0 1 .612.612v13.126a.613.613 0 0 1-.613.613H13.938a.613.613 0 0 1-.613-.613V13.937a.61.61 0 0 1 .612-.612"/><path fill="#c2c2c2" d="M25.754 21.2h-1.1a4.2 4.2 0 0 1-.741 1.769l.78.78a.7.7 0 1 1-.99.99l-.786-.786a4.2 4.2 0 0 1-1.761.712v1.129a.7.7 0 0 1-1.4 0v-1.141a4.2 4.2 0 0 1-1.728-.735l-.82.82a.7.7 0 1 1-.99-.99l.826-.826a4.2 4.2 0 0 1-.707-1.723h-1.171a.7.7 0 1 1 0-1.4h1.174a4.2 4.2 0 0 1 .707-1.722l-.826-.826a.7.7 0 1 1 .99-.99l.819.82a4.2 4.2 0 0 1 1.729-.735v-1.14a.7.7 0 0 1 1.4 0v1.129a4.2 4.2 0 0 1 1.762.713l.786-.787a.7.7 0 0 1 .99.99l-.781.781a4.2 4.2 0 0 1 .741 1.768h1.1a.7.7 0 0 1 0 1.4Z"/><circle cx="20.5" cy="20.5" r="2.822" fill="#414141"/><circle cx="20.5" cy="20.5" r="1.121" fill="#c2c2c2"/>'},AT={width:32,height:32,body:'<path fill="#5555bf" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><path fill="#00007f" d="M21.422 13a.68.68 0 0 0-.427.174l-5.7 4.74a.87.87 0 0 1-.716.246h-3.673a.9.9 0 0 0-.906.894s0 .008 0 .012v5.87a.9.9 0 0 0 .9.9h3.68a.87.87 0 0 1 .716.246l5.7 4.74c.391.325.811.168.811-.217V13.391a.37.37 0 0 0-.354-.391Zm7.328 1.725l-1.343 1.345a11.03 11.03 0 0 1 0 11.883l1.339 1.332a12.89 12.89 0 0 0 .004-14.561Zm-3.25 3.241L24.179 19.3a4.53 4.53 0 0 1 0 5.428l1.321 1.316a6.416 6.416 0 0 0 .008-8.077Z"/>'},BT={width:32,height:32,body:'<path fill="#7b7bdb" d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z"/><path fill="#7b7bdb" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="#00007f" d="M21.422 13a.68.68 0 0 0-.427.174l-5.7 4.74a.87.87 0 0 1-.716.246h-3.673a.9.9 0 0 0-.906.894s0 .008 0 .012v5.87a.9.9 0 0 0 .9.9h3.68a.87.87 0 0 1 .716.246l5.7 4.74c.391.325.811.168.811-.217V13.391a.37.37 0 0 0-.354-.391Zm7.328 1.725l-1.343 1.345a11.03 11.03 0 0 1 0 11.883l1.339 1.332a12.89 12.89 0 0 0 .004-14.561Zm-3.25 3.241L24.179 19.3a4.53 4.53 0 0 1 0 5.428l1.321 1.316a6.416 6.416 0 0 0 .008-8.077Z"/>'},wT={width:32,height:32,body:'<path fill="#c1539a" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><path fill="#fff" d="M10.454 16.071H27.03v11.101H10.454z"/><path fill="#eec06e" d="M26.944 15.6H10.557a.55.55 0 0 0-.557.54v11.811a.55.55 0 0 0 .557.54h6.275v.834s.02.749-.476.9c-.1.032-.429.1-.429.1a.338.338 0 1 0 0 .676h5.667a.338.338 0 1 0 0-.676a3 3 0 0 1-.469-.107a.79.79 0 0 1-.421-.639c-.029-.274-.014-1.09-.014-1.09h6.255a.55.55 0 0 0 .557-.54V16.136a.55.55 0 0 0-.558-.536m-.292 10.34h-15.8v-9.489h15.8Z"/><path fill="#fff" d="M18.54 22.132h10.688v8.848H18.54z"/><path fill="#f16d6f" d="M29.491 28.92v-6.811a.35.35 0 0 0-.357-.346h-10.67a.35.35 0 0 0-.356.346v6.806l-1.364 1.54c0 .22.172.527.383.527h13.345c.212 0 .384-.307.384-.527Zm-4.956 1.88h-1.471c-.126 0-.227-.217-.227-.327v-.012h1.922v.012c.003.11-.099.327-.224.327m4.385-2.323H18.68v-6.126h10.24Z"/><path fill="#fff" d="M23.926 21.534h6.795v9.223h-6.795z"/><path fill="#489cd6" d="M30.5 21.231h-6.261a.45.45 0 0 0-.458.444v8.886a.45.45 0 0 0 .458.443H30.5a.45.45 0 0 0 .458-.443v-8.887a.45.45 0 0 0-.458-.443m-3.131 9.527a.343.343 0 1 1 .343-.343a.343.343 0 0 1-.341.342Zm3.047-.919h-6.093v-8.046h6.095Z"/><path fill="#fff" d="M27.911 25.169h2.946v5.735h-2.946z"/><path fill="#d488b9" d="M30.726 25.127h-2.667a.27.27 0 0 0-.274.266v5.325a.27.27 0 0 0 .274.266h2.667a.27.27 0 0 0 .274-.266v-5.325a.27.27 0 0 0-.274-.266m-1.642.123h.616v.091h-.617Zm.309 5.585a.206.206 0 1 1 .205-.206a.206.206 0 0 1-.206.207Zm1.333-.586H28.06v-4.736h2.665Z"/>'},DT={width:32,height:32,body:'<path fill="#dd7ab9" d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z"/><path fill="#dd7ab9" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="#fff" d="M10.454 16.071H27.03v11.101H10.454z"/><path fill="#eec06e" d="M26.944 15.6H10.557a.55.55 0 0 0-.557.54v11.811a.55.55 0 0 0 .557.54h6.275v.834s.02.749-.476.9c-.1.032-.429.1-.429.1a.338.338 0 1 0 0 .676h5.667a.338.338 0 1 0 0-.676a3 3 0 0 1-.469-.107a.79.79 0 0 1-.421-.639c-.029-.274-.014-1.09-.014-1.09h6.255a.55.55 0 0 0 .557-.54V16.136a.55.55 0 0 0-.558-.536m-.292 10.34h-15.8v-9.489h15.8Z"/><path fill="#fff" d="M18.54 22.132h10.688v8.848H18.54z"/><path fill="#f16d6f" d="M29.491 28.92v-6.811a.35.35 0 0 0-.357-.346h-10.67a.35.35 0 0 0-.356.346v6.806l-1.364 1.54c0 .22.172.527.383.527h13.345c.212 0 .384-.307.384-.527Zm-4.956 1.88h-1.471c-.126 0-.227-.217-.227-.327v-.012h1.922v.012c.003.11-.099.327-.224.327m4.385-2.323H18.68v-6.126h10.24Z"/><path fill="#fff" d="M23.926 21.534h6.795v9.223h-6.795z"/><path fill="#489cd6" d="M30.5 21.231h-6.261a.45.45 0 0 0-.458.444v8.886a.45.45 0 0 0 .458.443H30.5a.45.45 0 0 0 .458-.443v-8.887a.45.45 0 0 0-.458-.443m-3.131 9.527a.343.343 0 1 1 .343-.343a.343.343 0 0 1-.341.342Zm3.047-.919h-6.093v-8.046h6.095Z"/><path fill="#fff" d="M27.911 25.169h2.946v5.735h-2.946z"/><path fill="#d488b9" d="M30.726 25.127h-2.667a.27.27 0 0 0-.274.266v5.325a.27.27 0 0 0 .274.266h2.667a.27.27 0 0 0 .274-.266v-5.325a.27.27 0 0 0-.274-.266m-1.642.123h.616v.091h-.617Zm.309 5.585a.206.206 0 1 1 .205-.206a.206.206 0 0 1-.206.207Zm1.333-.586H28.06v-4.736h2.665Z"/>'},FT={width:32,height:32,body:'<path fill="#c09553" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><path fill="#f1c40f" d="M31 17.672v-.009l-2.43-1.941a1 1 0 0 1-.085-.149a2.15 2.15 0 0 0-.642-.732a3.2 3.2 0 0 0-.973-.476l-1.12-.894c-.8-.637-1.6-1.279-2.4-1.914c-.057-.041-.078-.122-.113-.186a2.15 2.15 0 0 0-.642-.732A3.53 3.53 0 0 0 20.618 10H20.4a3.54 3.54 0 0 0-1.984.629a2.2 2.2 0 0 0-.639.711c-.033.059-.056.126-.093.182a1 1 0 0 1-.134.112l-2.3 1.833l-1.122.9a3.2 3.2 0 0 0-.959.468a2.2 2.2 0 0 0-.639.711c-.03.053-.053.113-.084.165L10 17.662v.007l5.251 4.193v.009l5.249 4.193l5.249-4.19v-.012Zm-2.692 1.006a2.6 2.6 0 0 1-.913.726a3.7 3.7 0 0 1-1.644.365a3.7 3.7 0 0 1-1.587-.335a2.46 2.46 0 0 1-1.118-.975a1.6 1.6 0 0 1-.215-.836c0-.364-.01-.729.007-1.092c.037.089.044.192.081.282a2.1 2.1 0 0 0 .833 1.021a3.66 3.66 0 0 0 2 .575a3.7 3.7 0 0 0 1.96-.549a2.3 2.3 0 0 0 .7-.7a1.8 1.8 0 0 0 .239-.641a1.4 1.4 0 0 1 .011.273v.911a1.67 1.67 0 0 1-.354.975m-10.719-6.349c.037.089.044.192.081.282a2.1 2.1 0 0 0 .833 1.021a3.66 3.66 0 0 0 2 .575a3.7 3.7 0 0 0 1.96-.549a2.3 2.3 0 0 0 .7-.7a1.8 1.8 0 0 0 .239-.641a1.4 1.4 0 0 1 .011.273v.911a1.67 1.67 0 0 1-.357.979a2.6 2.6 0 0 1-.913.726a3.7 3.7 0 0 1-1.644.365a3.7 3.7 0 0 1-1.587-.335a2.46 2.46 0 0 1-1.118-.975a1.6 1.6 0 0 1-.215-.836c.007-.368-.008-.733.01-1.096m-2.338 7.44a3.7 3.7 0 0 1-1.587-.335a2.46 2.46 0 0 1-1.118-.975a1.6 1.6 0 0 1-.215-.836c0-.364-.01-.729.007-1.092c.037.089.044.192.081.282a2.1 2.1 0 0 0 .833 1.021a3.66 3.66 0 0 0 2 .575a3.7 3.7 0 0 0 1.96-.549a2.3 2.3 0 0 0 .7-.7a1.8 1.8 0 0 0 .239-.641a1.4 1.4 0 0 1 .011.273v.911a1.67 1.67 0 0 1-.357.979a2.6 2.6 0 0 1-.913.726a3.7 3.7 0 0 1-1.641.361m7.807 3.111a2.6 2.6 0 0 1-.913.726a3.7 3.7 0 0 1-1.644.365a3.7 3.7 0 0 1-1.587-.335a2.46 2.46 0 0 1-1.118-.975a1.6 1.6 0 0 1-.215-.836c0-.364-.01-.729.007-1.092c.037.089.044.192.081.282a2.1 2.1 0 0 0 .833 1.021a3.66 3.66 0 0 0 2 .575a3.7 3.7 0 0 0 1.96-.549a2.3 2.3 0 0 0 .7-.7a1.8 1.8 0 0 0 .239-.641a1.4 1.4 0 0 1 .011.273v.911a1.67 1.67 0 0 1-.354.975"/><path fill="#f39c12" d="M22.145 15.2a2.6 2.6 0 0 0 .913-.726a1.67 1.67 0 0 0 .357-.979v-.911a1.4 1.4 0 0 0-.011-.273a1.8 1.8 0 0 1-.239.641a2.3 2.3 0 0 1-.7.7a3.7 3.7 0 0 1-1.96.549v1.36a3.7 3.7 0 0 0 1.64-.361m-5.25 4.2a2.6 2.6 0 0 0 .913-.726a1.67 1.67 0 0 0 .357-.979v-.911a1.4 1.4 0 0 0-.011-.273a1.8 1.8 0 0 1-.239.641a2.3 2.3 0 0 1-.7.7a3.7 3.7 0 0 1-1.96.549v1.36a3.7 3.7 0 0 0 1.64-.361m11.759-2.885a1.8 1.8 0 0 1-.239.641a2.3 2.3 0 0 1-.7.7a3.7 3.7 0 0 1-1.96.549v1.36a3.7 3.7 0 0 0 1.644-.365a2.6 2.6 0 0 0 .913-.726a1.67 1.67 0 0 0 .357-.979v-.911a1.4 1.4 0 0 0-.015-.269M23.4 20.717a1.8 1.8 0 0 1-.239.641a2.3 2.3 0 0 1-.7.7a3.7 3.7 0 0 1-1.96.549v1.36a3.7 3.7 0 0 0 1.644-.365a2.6 2.6 0 0 0 .913-.726a1.67 1.67 0 0 0 .357-.979v-.911a1.4 1.4 0 0 0-.015-.269m-2.899 5.347L20.5 31L31 22.605v-4.932z"/><path fill="#e67e22" d="M18.914 15.231a3.7 3.7 0 0 0 1.587.335v-1.36a3.66 3.66 0 0 1-2-.575a2.1 2.1 0 0 1-.833-1.021c-.037-.09-.044-.193-.081-.282c-.017.363 0 .728-.007 1.092a1.6 1.6 0 0 0 .215.836a2.46 2.46 0 0 0 1.119.975m-5.662 2.603a2.1 2.1 0 0 1-.833-1.021c-.037-.09-.044-.193-.081-.282c-.017.363 0 .728-.007 1.092a1.6 1.6 0 0 0 .215.836a2.46 2.46 0 0 0 1.118.975a3.7 3.7 0 0 0 1.587.335v-1.36a3.66 3.66 0 0 1-1.999-.575m10.5 0a2.1 2.1 0 0 1-.833-1.021c-.037-.09-.044-.193-.081-.282c-.017.363 0 .728-.007 1.092a1.6 1.6 0 0 0 .215.836a2.46 2.46 0 0 0 1.118.975a3.7 3.7 0 0 0 1.587.335v-1.36a3.66 3.66 0 0 1-1.999-.575M18.5 22.036a2.1 2.1 0 0 1-.833-1.021c-.037-.09-.044-.193-.081-.282c-.017.363 0 .728-.007 1.092a1.6 1.6 0 0 0 .215.836a2.46 2.46 0 0 0 1.118.975a3.7 3.7 0 0 0 1.587.335v-1.36a3.66 3.66 0 0 1-1.999-.575m-3.25-.165v-.009L10 17.669v4.937c1.75 1.4 5.25 4.192 5.25 4.192v.01C17 28.21 20.5 31 20.5 31v-4.936Z"/>'},ST={width:32,height:32,body:'<path fill="#dcb67a" d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z"/><path fill="#dcb67a" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="#f1c40f" d="M31 17.672v-.009l-2.43-1.941a1 1 0 0 1-.085-.149a2.15 2.15 0 0 0-.642-.732a3.2 3.2 0 0 0-.973-.476l-1.12-.894c-.8-.637-1.6-1.279-2.4-1.914c-.057-.041-.078-.122-.113-.186a2.15 2.15 0 0 0-.642-.732A3.53 3.53 0 0 0 20.618 10H20.4a3.54 3.54 0 0 0-1.984.629a2.2 2.2 0 0 0-.639.711c-.033.059-.056.126-.093.182a1 1 0 0 1-.134.112l-2.3 1.833l-1.122.9a3.2 3.2 0 0 0-.959.468a2.2 2.2 0 0 0-.639.711c-.03.053-.053.113-.084.165L10 17.662v.007l5.251 4.193v.009l5.249 4.193l5.249-4.19v-.012Zm-2.692 1.006a2.6 2.6 0 0 1-.913.726a3.7 3.7 0 0 1-1.644.365a3.7 3.7 0 0 1-1.587-.335a2.46 2.46 0 0 1-1.118-.975a1.6 1.6 0 0 1-.215-.836c0-.364-.01-.729.007-1.092c.037.089.044.192.081.282a2.1 2.1 0 0 0 .833 1.021a3.66 3.66 0 0 0 2 .575a3.7 3.7 0 0 0 1.96-.549a2.3 2.3 0 0 0 .7-.7a1.8 1.8 0 0 0 .239-.641a1.4 1.4 0 0 1 .011.273v.911a1.67 1.67 0 0 1-.354.975m-10.719-6.349c.037.089.044.192.081.282a2.1 2.1 0 0 0 .833 1.021a3.66 3.66 0 0 0 2 .575a3.7 3.7 0 0 0 1.96-.549a2.3 2.3 0 0 0 .7-.7a1.8 1.8 0 0 0 .239-.641a1.4 1.4 0 0 1 .011.273v.911a1.67 1.67 0 0 1-.357.979a2.6 2.6 0 0 1-.913.726a3.7 3.7 0 0 1-1.644.365a3.7 3.7 0 0 1-1.587-.335a2.46 2.46 0 0 1-1.118-.975a1.6 1.6 0 0 1-.215-.836c.007-.368-.008-.733.01-1.096m-2.338 7.44a3.7 3.7 0 0 1-1.587-.335a2.46 2.46 0 0 1-1.118-.975a1.6 1.6 0 0 1-.215-.836c0-.364-.01-.729.007-1.092c.037.089.044.192.081.282a2.1 2.1 0 0 0 .833 1.021a3.66 3.66 0 0 0 2 .575a3.7 3.7 0 0 0 1.96-.549a2.3 2.3 0 0 0 .7-.7a1.8 1.8 0 0 0 .239-.641a1.4 1.4 0 0 1 .011.273v.911a1.67 1.67 0 0 1-.357.979a2.6 2.6 0 0 1-.913.726a3.7 3.7 0 0 1-1.641.361m7.807 3.111a2.6 2.6 0 0 1-.913.726a3.7 3.7 0 0 1-1.644.365a3.7 3.7 0 0 1-1.587-.335a2.46 2.46 0 0 1-1.118-.975a1.6 1.6 0 0 1-.215-.836c0-.364-.01-.729.007-1.092c.037.089.044.192.081.282a2.1 2.1 0 0 0 .833 1.021a3.66 3.66 0 0 0 2 .575a3.7 3.7 0 0 0 1.96-.549a2.3 2.3 0 0 0 .7-.7a1.8 1.8 0 0 0 .239-.641a1.4 1.4 0 0 1 .011.273v.911a1.67 1.67 0 0 1-.354.975"/><path fill="#f39c12" d="M22.145 15.2a2.6 2.6 0 0 0 .913-.726a1.67 1.67 0 0 0 .357-.979v-.911a1.4 1.4 0 0 0-.011-.273a1.8 1.8 0 0 1-.239.641a2.3 2.3 0 0 1-.7.7a3.7 3.7 0 0 1-1.96.549v1.36a3.7 3.7 0 0 0 1.64-.361m-5.25 4.2a2.6 2.6 0 0 0 .913-.726a1.67 1.67 0 0 0 .357-.979v-.911a1.4 1.4 0 0 0-.011-.273a1.8 1.8 0 0 1-.239.641a2.3 2.3 0 0 1-.7.7a3.7 3.7 0 0 1-1.96.549v1.36a3.7 3.7 0 0 0 1.64-.361m11.759-2.885a1.8 1.8 0 0 1-.239.641a2.3 2.3 0 0 1-.7.7a3.7 3.7 0 0 1-1.96.549v1.36a3.7 3.7 0 0 0 1.644-.365a2.6 2.6 0 0 0 .913-.726a1.67 1.67 0 0 0 .357-.979v-.911a1.4 1.4 0 0 0-.015-.269M23.4 20.717a1.8 1.8 0 0 1-.239.641a2.3 2.3 0 0 1-.7.7a3.7 3.7 0 0 1-1.96.549v1.36a3.7 3.7 0 0 0 1.644-.365a2.6 2.6 0 0 0 .913-.726a1.67 1.67 0 0 0 .357-.979v-.911a1.4 1.4 0 0 0-.015-.269m-2.899 5.347L20.5 31L31 22.605v-4.932z"/><path fill="#e67e22" d="M18.914 15.231a3.7 3.7 0 0 0 1.587.335v-1.36a3.66 3.66 0 0 1-2-.575a2.1 2.1 0 0 1-.833-1.021c-.037-.09-.044-.193-.081-.282c-.017.363 0 .728-.007 1.092a1.6 1.6 0 0 0 .215.836a2.46 2.46 0 0 0 1.119.975m-5.662 2.603a2.1 2.1 0 0 1-.833-1.021c-.037-.09-.044-.193-.081-.282c-.017.363 0 .728-.007 1.092a1.6 1.6 0 0 0 .215.836a2.46 2.46 0 0 0 1.118.975a3.7 3.7 0 0 0 1.587.335v-1.36a3.66 3.66 0 0 1-1.999-.575m10.5 0a2.1 2.1 0 0 1-.833-1.021c-.037-.09-.044-.193-.081-.282c-.017.363 0 .728-.007 1.092a1.6 1.6 0 0 0 .215.836a2.46 2.46 0 0 0 1.118.975a3.7 3.7 0 0 0 1.587.335v-1.36a3.66 3.66 0 0 1-1.999-.575M18.5 22.036a2.1 2.1 0 0 1-.833-1.021c-.037-.09-.044-.193-.081-.282c-.017.363 0 .728-.007 1.092a1.6 1.6 0 0 0 .215.836a2.46 2.46 0 0 0 1.118.975a3.7 3.7 0 0 0 1.587.335v-1.36a3.66 3.66 0 0 1-1.999-.575m-3.25-.165v-.009L10 17.669v4.937c1.75 1.4 5.25 4.192 5.25 4.192v.01C17 28.21 20.5 31 20.5 31v-4.936Z"/>'},MT={width:32,height:32,body:'<path fill="#53a2c1" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><path fill="#99b8c4" d="m26.049 26.785l.675-.671c3.123.1 3.171-.008 3.308-.329l.858-2.085l.064-.2l-.07-.173c-.037-.092-.15-.365-2.1-2.224v-.978c2.25-2.168 2.2-2.279 2.074-2.6L30 15.418c-.128-.317-.177-.44-3.278-.356l-.675-.7a15 15 0 0 0-.106-3.08l-.087-.2l-2.231-.975c-.329-.15-.444-.2-2.55 2.09l-.947-.014c-2.168-2.315-2.271-2.273-2.6-2.141l-2.074.839c-.325.131-.44.178-.314 3.328l-.67.668c-3.122-.1-3.17.009-3.305.329l-.86 2.09l-.068.2l.071.174c.037.09.146.36 2.1 2.222v.975c-2.25 2.168-2.2 2.279-2.072 2.6l.854 2.113c.131.323.177.438 3.277.357l.675.7a15 15 0 0 0 .1 3.075l.087.2l2.245.981c.326.137.44.185 2.54-2.1l.947.012c2.171 2.318 2.282 2.273 2.6 2.144l2.069-.836c.338-.131.452-.176.321-3.328m-8.894-4.893a3.718 3.718 0 1 1 4.866 2.118a3.76 3.76 0 0 1-4.866-2.118"/>'},NT={width:32,height:32,body:'<path fill="#7ac1dd" d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z"/><path fill="#7ac1dd" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="#99b8c4" d="m26.049 26.785l.675-.671c3.123.1 3.171-.008 3.308-.329l.858-2.085l.064-.2l-.07-.173c-.037-.092-.15-.365-2.1-2.224v-.978c2.25-2.168 2.2-2.279 2.074-2.6L30 15.418c-.128-.317-.177-.44-3.278-.356l-.675-.7a15 15 0 0 0-.106-3.08l-.087-.2l-2.231-.975c-.329-.15-.444-.2-2.55 2.09l-.947-.014c-2.168-2.315-2.271-2.273-2.6-2.141l-2.074.839c-.325.131-.44.178-.314 3.328l-.67.668c-3.122-.1-3.17.009-3.305.329l-.86 2.09l-.068.2l.071.174c.037.09.146.36 2.1 2.222v.975c-2.25 2.168-2.2 2.279-2.072 2.6l.854 2.113c.131.323.177.438 3.277.357l.675.7a15 15 0 0 0 .1 3.075l.087.2l2.245.981c.326.137.44.185 2.54-2.1l.947.012c2.171 2.318 2.282 2.273 2.6 2.144l2.069-.836c.338-.131.452-.176.321-3.328m-8.894-4.893a3.718 3.718 0 1 1 4.866 2.118a3.76 3.76 0 0 1-4.866-2.118"/>'},jT={width:32,height:32,body:'<path fill="#bfa055" d="M27.9 6h-9.8l-2 4H5v17h25V6Zm.1 4h-7.8l1-2H28Z"/><path fill="#509ff7" d="M7.438 11.219a2.315 2.315 0 0 1 4.25.418a2.36 2.36 0 0 1 .013 1.309a2.313 2.313 0 1 1-4.263-1.727m1.9.1a1 1 0 0 0-.6 1.665a1 1 0 0 0 1.512-1.316a1.01 1.01 0 0 0-.917-.348Zm-1.829 7.939a2.314 2.314 0 0 1 4.185.562a2.36 2.36 0 0 1 0 1.309a2.313 2.313 0 1 1-4.186-1.871m1.729.243a1 1 0 1 0 1 .32a1.01 1.01 0 0 0-.999-.321ZM7.429 27.61a2.313 2.313 0 0 1 4.263.416a2.35 2.35 0 0 1 0 1.309a2.313 2.313 0 1 1-4.263-1.725m1.826.1a1 1 0 1 0 .863.21a1 1 0 0 0-.863-.211Z"/><path fill="#014798" d="M11.688 11.637a8.5 8.5 0 0 1 1.325.056A3.6 3.6 0 0 1 16 15.2a2.293 2.293 0 0 0 2.177 2.312c.352.01.7 0 1.056 0v1.308a7.5 7.5 0 0 1-1.828-.112A3.6 3.6 0 0 1 14.7 15.3a2.37 2.37 0 0 0-.332-1.245a2.3 2.3 0 0 0-1.454-1.049a6.3 6.3 0 0 0-1.208-.06a2.36 2.36 0 0 0-.018-1.309m16.22 6.39a.655.655 0 0 1 .916.014q.988.979 1.968 1.967a.66.66 0 0 1 .024.932q-.993 1-1.993 1.993a.652.652 0 0 1-.948-.894c.29-.3.591-.594.886-.891c-2.035-.017-4.071 0-6.107-.008v-1.306c2.036-.006 4.072 0 6.108 0c-.289-.3-.6-.59-.885-.894a.654.654 0 0 1 .031-.913M11.694 19.82h7.539v1.311c-2.512-.005-5.025 0-7.537 0a2.36 2.36 0 0 0-.002-1.311m5.967 2.38a10.6 10.6 0 0 1 1.571-.059v1.31c-.4.01-.808-.019-1.21.018a2.29 2.29 0 0 0-1.8 1.28A2.5 2.5 0 0 0 16 25.831a3.593 3.593 0 0 1-3.3 3.487c-.334.026-.669.013-1 .017a2.35 2.35 0 0 0 0-1.309a4.5 4.5 0 0 0 1.453-.125a2.3 2.3 0 0 0 1.544-2.111a3.64 3.64 0 0 1 .685-2.15a3.6 3.6 0 0 1 2.279-1.44"/><path fill="#f7b61a" d="M19.235 16.326a.65.65 0 0 1 .424-.589a1.2 1.2 0 0 1 .4-.044h1.939a.66.66 0 0 1 .579.355a1.1 1.1 0 0 1 .073.531v8.027a.657.657 0 0 1-.649.668c-.646.006-1.292 0-1.938 0a1.04 1.04 0 0 1-.457-.066a.65.65 0 0 1-.373-.563c-.009-.4 0-.8 0-1.2v-7.128m1.308.683v6.967h.8c.011-2.322 0-4.646 0-6.969q-.397.002-.8.002"/>'},_T={width:32,height:32,body:'<path fill="#dbc27b" d="M27.9 6h-9.7l-2 4H5v17h25V6Zm.1 18H7V12h21Zm.1-14h-7.8l1-2H28Z"/><path fill="#dbc27b" d="M25.9 14H.3l3.8 13h25.6z"/><path fill="#509ff7" d="M7.438 11.219a2.315 2.315 0 0 1 4.25.418a2.36 2.36 0 0 1 .013 1.309a2.313 2.313 0 1 1-4.263-1.727m1.9.1a1 1 0 0 0-.6 1.665a1 1 0 0 0 1.512-1.316a1.01 1.01 0 0 0-.917-.348Zm-1.829 7.939a2.314 2.314 0 0 1 4.185.562a2.36 2.36 0 0 1 0 1.309a2.313 2.313 0 1 1-4.186-1.871m1.729.243a1 1 0 1 0 1 .32a1.01 1.01 0 0 0-.999-.321ZM7.429 27.61a2.313 2.313 0 0 1 4.263.416a2.35 2.35 0 0 1 0 1.309a2.313 2.313 0 1 1-4.263-1.725m1.826.1a1 1 0 1 0 .863.21a1 1 0 0 0-.863-.211Z"/><path fill="#014798" d="M11.688 11.637a8.5 8.5 0 0 1 1.325.056A3.6 3.6 0 0 1 16 15.2a2.293 2.293 0 0 0 2.177 2.312c.352.01.7 0 1.056 0v1.308a7.5 7.5 0 0 1-1.828-.112A3.6 3.6 0 0 1 14.7 15.3a2.37 2.37 0 0 0-.332-1.245a2.3 2.3 0 0 0-1.454-1.049a6.3 6.3 0 0 0-1.208-.06a2.36 2.36 0 0 0-.018-1.309m16.22 6.39a.655.655 0 0 1 .916.014q.988.979 1.968 1.967a.66.66 0 0 1 .024.932q-.993 1-1.993 1.993a.652.652 0 0 1-.948-.894c.29-.3.591-.594.886-.891c-2.035-.017-4.071 0-6.107-.008v-1.306c2.036-.006 4.072 0 6.108 0c-.289-.3-.6-.59-.885-.894a.654.654 0 0 1 .031-.913M11.694 19.82h7.539v1.311c-2.512-.005-5.025 0-7.537 0a2.36 2.36 0 0 0-.002-1.311m5.967 2.38a10.6 10.6 0 0 1 1.571-.059v1.31c-.4.01-.808-.019-1.21.018a2.29 2.29 0 0 0-1.8 1.28A2.5 2.5 0 0 0 16 25.831a3.593 3.593 0 0 1-3.3 3.487c-.334.026-.669.013-1 .017a2.35 2.35 0 0 0 0-1.309a4.5 4.5 0 0 0 1.453-.125a2.3 2.3 0 0 0 1.544-2.111a3.64 3.64 0 0 1 .685-2.15a3.6 3.6 0 0 1 2.279-1.44"/><path fill="#f7b61a" d="M19.235 16.326a.65.65 0 0 1 .424-.589a1.2 1.2 0 0 1 .4-.044h1.939a.66.66 0 0 1 .579.355a1.1 1.1 0 0 1 .073.531v8.027a.657.657 0 0 1-.649.668c-.646.006-1.292 0-1.938 0a1.04 1.04 0 0 1-.457-.066a.65.65 0 0 1-.373-.563c-.009-.4 0-.8 0-1.2v-7.128m1.308.683v6.967h.8c.011-2.322 0-4.646 0-6.969q-.397.002-.8.002"/>'},TT={width:32,height:32,body:'<path fill="#c09553" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><path fill="#ffebe3" d="M13.728 10.867h17.023v17.581H13.728z"/><path fill="#f20" d="M14.007 11.146h4.465v7.814h-4.465z"/><path fill="#00a302" d="M18.805 11.146h6.411v12.349h-6.411z"/><path fill="#f9ff16" d="M14.007 19.312h4.465v8.83h-4.465zm11.581-8.166h4.846v3.907h-4.846z"/><path fill="#f20" d="M25.588 15.405h2.628v2.628h-2.628z"/><path fill="#00a302" d="M25.588 18.406h4.846v3.558h-4.846zm2.854-3.001h1.992v2.628h-1.992z"/><path fill="#f20" d="M18.805 23.787H23.4v4.356h-4.595z"/><path fill="#00a302" d="M23.596 23.787h1.62v3.558h-1.62z"/><path fill="#f9ff16" d="M23.596 27.559h4.846v.583h-4.846z"/><path fill="#f20" d="M28.442 22.144h1.992v1.584h-1.992zm-2.854 0h2.628v1.584h-2.628zm0 1.838h1.992v1.992h-1.992z"/><path fill="#00a302" d="M27.744 23.982h2.69v2.628h-2.69zm-2.156 2.246h1.992v1.116h-1.992zm3.016.558h1.741v1.331h-1.741z"/><path fill="#f9ff16" d="M27.744 26.761h.698v.583h-.698z"/>'},zT={width:32,height:32,body:'<path fill="#dcb67a" d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z"/><path fill="#dcb67a" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="#ffebe3" d="M13.728 11.867h17.023v17.581H13.728z"/><path fill="#f20" d="M14.007 12.146h4.465v7.814h-4.465z"/><path fill="#00a302" d="M18.805 12.146h6.411v12.349h-6.411z"/><path fill="#f9ff16" d="M14.007 20.312h4.465v8.83h-4.465zm11.581-8.166h4.846v3.907h-4.846z"/><path fill="#f20" d="M25.588 16.405h2.628v2.628h-2.628z"/><path fill="#00a302" d="M25.588 19.406h4.846v3.558h-4.846zm2.854-3.001h1.992v2.628h-1.992z"/><path fill="#f20" d="M18.805 24.787H23.4v4.356h-4.595z"/><path fill="#00a302" d="M23.596 24.787h1.62v3.558h-1.62z"/><path fill="#f9ff16" d="M23.596 28.559h4.846v.583h-4.846z"/><path fill="#f20" d="M28.442 23.144h1.992v1.584h-1.992zm-2.854 0h2.628v1.584h-2.628zm0 1.838h1.992v1.992h-1.992z"/><path fill="#00a302" d="M27.744 24.982h2.69v2.628h-2.69zm-2.156 2.246h1.992v1.116h-1.992zm3.016.558h1.741v1.331h-1.741z"/><path fill="#f9ff16" d="M27.744 27.761h.698v.583h-.698z"/>'},RT={width:32,height:32,body:'<path fill="#c09553" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><path fill="#ffda44" d="M17.822 19.942a15.9 15.9 0 0 0 5.578.895a15.9 15.9 0 0 0 5.578-.9c1.4-.545 1.894-1.151 1.894-1.5v-2.662a7.8 7.8 0 0 1-1.563.807a16.7 16.7 0 0 1-5.909.977a16.8 16.8 0 0 1-5.909-.975a7.7 7.7 0 0 1-1.563-.809v2.663c0 .355.497.962 1.894 1.504m0 5.029a11.7 11.7 0 0 0 1.95.556a19.6 19.6 0 0 0 7.257 0a11.7 11.7 0 0 0 1.95-.556c1.4-.545 1.894-1.151 1.894-1.5v-2.542a8 8 0 0 1-1.269.619a17.6 17.6 0 0 1-6.2 1.007a17.6 17.6 0 0 1-6.2-1.011a8 8 0 0 1-1.269-.619v2.545c-.007.35.49.953 1.887 1.501"/><path fill="#ffda44" d="M23.4 31c4.125 0 7.472-1.308 7.472-2.921v-2.127a8 8 0 0 1-1.151.571l-.118.047a17.6 17.6 0 0 1-6.2 1.013a17.6 17.6 0 0 1-6.2-1.013l-.118-.047a8 8 0 0 1-1.151-.571v2.128C15.928 29.692 19.275 31 23.4 31"/><ellipse cx="23.4" cy="12.921" fill="#ffda44" rx="7.472" ry="2.921"/>'},OT={width:32,height:32,body:'<path fill="#dcb67a" d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z"/><path fill="#dcb67a" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="#ffda44" d="M17.822 19.942a15.9 15.9 0 0 0 5.578.895a15.9 15.9 0 0 0 5.578-.9c1.4-.545 1.894-1.151 1.894-1.5v-2.662a7.8 7.8 0 0 1-1.563.807a16.7 16.7 0 0 1-5.909.977a16.8 16.8 0 0 1-5.909-.975a7.7 7.7 0 0 1-1.563-.809v2.663c0 .355.497.962 1.894 1.504m0 5.029a11.7 11.7 0 0 0 1.95.556a19.6 19.6 0 0 0 7.257 0a11.7 11.7 0 0 0 1.95-.556c1.4-.545 1.894-1.151 1.894-1.5v-2.542a8 8 0 0 1-1.269.619a17.6 17.6 0 0 1-6.2 1.007a17.6 17.6 0 0 1-6.2-1.011a8 8 0 0 1-1.269-.619v2.545c-.007.35.49.953 1.887 1.501"/><path fill="#ffda44" d="M23.4 31c4.125 0 7.472-1.308 7.472-2.921v-2.127a8 8 0 0 1-1.151.571l-.118.047a17.6 17.6 0 0 1-6.2 1.013a17.6 17.6 0 0 1-6.2-1.013l-.118-.047a8 8 0 0 1-1.151-.571v2.128C15.928 29.692 19.275 31 23.4 31"/><ellipse cx="23.4" cy="12.921" fill="#ffda44" rx="7.472" ry="2.921"/>'},LT={width:32,height:32,body:'<defs><linearGradient id="SVGpSsxrdrd" x1="20.698" x2="17.514" y1="23.259" y2="34.062" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#f1f1f2"/><stop offset=".391" stop-color="#eaebec"/><stop offset="1" stop-color="#e6e7e8"/></linearGradient><linearGradient id="SVGZ8izfdlD" x1="29.221" x2="30.358" y1="11.689" y2="36.594" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#e6e7e8"/><stop offset=".482" stop-color="#dbdcde"/><stop offset="1" stop-color="#d7d8da"/></linearGradient><linearGradient id="SVGu2Vpjckn" x1="26.177" x2="16.325" y1="9.571" y2="19.482" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff57e"/><stop offset="1" stop-color="#fdbf0f"/></linearGradient><linearGradient id="SVGiKVnueaF" x1="28.842" x2="30.965" y1="10.318" y2="21.502" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fbe574"/><stop offset="1" stop-color="#efab14"/></linearGradient></defs><path fill="#bc9f55" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><path fill="url(#SVGpSsxrdrd)" d="M14.38 11.061L28.329 10v21L14.38 28.726z"/><path fill="url(#SVGZ8izfdlD)" d="m28.329 10l2.653 1.44l.038 16.793L28.329 31z"/><path fill="url(#SVGu2Vpjckn)" d="M28.329 17.783c-2.6-.518-4.338 3.293-6.394 4.865c-3.636 2.78-5.809-2.283-7.555-6.306V11.06c4.65-.513 9.3-.549 13.949-1.061z"/><path fill="url(#SVGiKVnueaF)" d="m31 22.909l-.017-11.474L28.329 10v7.775c1.752.139.94 4.956 2.671 5.134"/><path fill="#fdbf0f" d="m27.194 22.328l.06.108a3 3 0 0 0 .23-.272l-.07-.1a3 3 0 0 1-.22.264m.409-.56l.081.079a2 2 0 0 0 .151-.367l-.092-.052a2 2 0 0 1-.143.339Zm.291-1.127l-.1.031a1.5 1.5 0 0 1 .022.26v.121l.1.014q.005-.068.005-.135a2 2 0 0 0-.027-.292Zm-.123-.394a1.4 1.4 0 0 0-.207-.319l-.064.1a1.2 1.2 0 0 1 .187.288ZM27.3 19.7a1 1 0 0 0-.3-.125l-.018.134a1 1 0 0 1 .273.115Zm-.909-.089l.025.131a1 1 0 0 1 .284-.059v-.136a1.1 1.1 0 0 0-.308.067Zm-.525.325l-.029.026l.056.113l.028-.026a2 2 0 0 1 .223-.172l-.042-.123a2 2 0 0 0-.234.185Zm-.509.52l.063.105q.118-.132.233-.251l-.06-.108q-.115.124-.234.257Zm-.455.531l.066.1q.114-.137.225-.267l-.065-.1q-.11.132-.228.27Zm-.448.539l.066.1l.224-.269l-.066-.1Zm-.454.531l.064.1q.116-.132.228-.264l-.065-.1q-.108.133-.227.264m-.465.506l.06.108q.12-.125.236-.251l-.062-.106q-.111.125-.23.249Zm-.483.471l.055.113q.126-.115.247-.233L23.3 22.8q-.12.121-.244.234Zm-.5.424l.049.118q.132-.1.259-.208l-.052-.115q-.127.106-.257.206Zm-.528.366l.041.124q.138-.085.271-.178l-.045-.121q-.132.092-.267.176Zm-.549.3l.032.128q.143-.067.282-.142l-.037-.126q-.137.073-.278.14Zm-.568.222l.023.132q.148-.047.291-.1l-.027-.131q-.142.053-.288.099Zm-.582.143l.013.135q.151-.026.3-.062l-.018-.134q-.147.035-.295.061m-.519.059h-.069v.136h.072q.116-.006.229-.018l-.008-.135q-.111.011-.225.017Zm-.67.075a3 3 0 0 0 .3.051l.008-.135a2 2 0 0 1-.291-.05Zm-.584-.208a3 3 0 0 0 .289.121l.025-.131a3 3 0 0 1-.281-.118ZM18 24.086q.134.095.272.177l.04-.124q-.135-.08-.266-.173Zm-.517-.42q.125.115.254.22l.051-.116q-.127-.1-.25-.216ZM17 23.175q.116.13.237.253l.059-.109q-.119-.121-.234-.249Zm-.449-.544q.108.141.221.277l.066-.1q-.111-.134-.218-.274Zm-.42-.586q.1.15.207.3l.071-.095l-.2-.294Zm-.394-.619q.094.156.194.313l.069-.088q-.1-.155-.192-.31Zm-.369-.645q.087.161.182.326l.078-.084q-.094-.164-.18-.323Zm-.347-.668q.081.163.171.337l.081-.078q-.09-.173-.169-.334Zm-.325-.689q.071.16.16.347l.084-.073a16 16 0 0 1-.158-.345Zm-.212-.776l-.088.062s.051.135.147.362l.083-.072q-.072-.168-.108-.263c-.036-.095-.037-.09-.037-.09Zm12.354-.491l.068.424v.021l.017.012l.352.246l.02-.09l-1 .162l.049.078l.584-.832Zm-.527.873l1-.162l.121-.02l-.1-.07l-.352-.246l.021.033l-.068-.424l-.019-.121l-.07.1l-.584.832l-.068.1Z"/>'},PT={width:32,height:32,body:'<defs><linearGradient id="SVGpSsxrdrd" x1="20.698" x2="17.514" y1="23.259" y2="34.062" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#f1f1f2"/><stop offset=".391" stop-color="#eaebec"/><stop offset="1" stop-color="#e6e7e8"/></linearGradient><linearGradient id="SVGZ8izfdlD" x1="29.221" x2="30.358" y1="11.689" y2="36.594" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#e6e7e8"/><stop offset=".482" stop-color="#dbdcde"/><stop offset="1" stop-color="#d7d8da"/></linearGradient><linearGradient id="SVGu2Vpjckn" x1="26.177" x2="16.325" y1="9.571" y2="19.482" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff57e"/><stop offset="1" stop-color="#fdbf0f"/></linearGradient><linearGradient id="SVGiKVnueaF" x1="28.842" x2="30.965" y1="10.318" y2="21.502" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fbe574"/><stop offset="1" stop-color="#efab14"/></linearGradient></defs><path fill="#d8be7c" d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z"/><path fill="#d8be7c" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="url(#SVGpSsxrdrd)" d="M14.38 11.061L28.329 10v21L14.38 28.726z"/><path fill="url(#SVGZ8izfdlD)" d="m28.329 10l2.653 1.44l.038 16.793L28.329 31z"/><path fill="url(#SVGu2Vpjckn)" d="M28.329 17.783c-2.6-.518-4.338 3.293-6.394 4.865c-3.636 2.78-5.809-2.283-7.555-6.306V11.06c4.65-.513 9.3-.549 13.949-1.061z"/><path fill="url(#SVGiKVnueaF)" d="m31 22.909l-.017-11.474L28.329 10v7.775c1.752.139.94 4.956 2.671 5.134"/><path fill="#fdbf0f" d="m27.194 22.328l.06.108a3 3 0 0 0 .23-.272l-.07-.1a3 3 0 0 1-.22.264m.409-.56l.081.079a2 2 0 0 0 .151-.367l-.092-.052a2 2 0 0 1-.143.339Zm.291-1.127l-.1.031a1.5 1.5 0 0 1 .022.26v.121l.1.014q.005-.068.005-.135a2 2 0 0 0-.027-.292Zm-.123-.394a1.4 1.4 0 0 0-.207-.319l-.064.1a1.2 1.2 0 0 1 .187.288ZM27.3 19.7a1 1 0 0 0-.3-.125l-.018.134a1 1 0 0 1 .273.115Zm-.909-.089l.025.131a1 1 0 0 1 .284-.059v-.136a1.1 1.1 0 0 0-.308.067Zm-.525.325l-.029.026l.056.113l.028-.026a2 2 0 0 1 .223-.172l-.042-.123a2 2 0 0 0-.234.185Zm-.509.52l.063.105q.118-.132.233-.251l-.06-.108q-.115.124-.234.257Zm-.455.531l.066.1q.114-.137.225-.267l-.065-.1q-.11.132-.228.27Zm-.448.539l.066.1l.224-.269l-.066-.1Zm-.454.531l.064.1q.116-.132.228-.264l-.065-.1q-.108.133-.227.264m-.465.506l.06.108q.12-.125.236-.251l-.062-.106q-.111.125-.23.249Zm-.483.471l.055.113q.126-.115.247-.233L23.3 22.8q-.12.121-.244.234Zm-.5.424l.049.118q.132-.1.259-.208l-.052-.115q-.127.106-.257.206Zm-.528.366l.041.124q.138-.085.271-.178l-.045-.121q-.132.092-.267.176Zm-.549.3l.032.128q.143-.067.282-.142l-.037-.126q-.137.073-.278.14Zm-.568.222l.023.132q.148-.047.291-.1l-.027-.131q-.142.053-.288.099Zm-.582.143l.013.135q.151-.026.3-.062l-.018-.134q-.147.035-.295.061m-.519.059h-.069v.136h.072q.116-.006.229-.018l-.008-.135q-.111.011-.225.017Zm-.67.075a3 3 0 0 0 .3.051l.008-.135a2 2 0 0 1-.291-.05Zm-.584-.208a3 3 0 0 0 .289.121l.025-.131a3 3 0 0 1-.281-.118ZM18 24.086q.134.095.272.177l.04-.124q-.135-.08-.266-.173Zm-.517-.42q.125.115.254.22l.051-.116q-.127-.1-.25-.216ZM17 23.175q.116.13.237.253l.059-.109q-.119-.121-.234-.249Zm-.449-.544q.108.141.221.277l.066-.1q-.111-.134-.218-.274Zm-.42-.586q.1.15.207.3l.071-.095l-.2-.294Zm-.394-.619q.094.156.194.313l.069-.088q-.1-.155-.192-.31Zm-.369-.645q.087.161.182.326l.078-.084q-.094-.164-.18-.323Zm-.347-.668q.081.163.171.337l.081-.078q-.09-.173-.169-.334Zm-.325-.689q.071.16.16.347l.084-.073a16 16 0 0 1-.158-.345Zm-.212-.776l-.088.062s.051.135.147.362l.083-.072q-.072-.168-.108-.263c-.036-.095-.037-.09-.037-.09Zm12.354-.491l.068.424v.021l.017.012l.352.246l.02-.09l-1 .162l.049.078l.584-.832Zm-.527.873l1-.162l.121-.02l-.1-.07l-.352-.246l.021.033l-.068-.424l-.019-.121l-.07.1l-.584.832l-.068.1Z"/>'},HT={width:32,height:32,body:'<path fill="#c05454" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><path fill="gray" d="M15.266 11.311v18.375h14.449v-15.1h-3.6v-3.275zm12.146.813l.008 1.158h1.252l-1.26-1.16Z"/><path fill="#c5c5c5" d="M27.028 10H15.281a1.316 1.316 0 0 0-1.312 1.313v18.375A1.316 1.316 0 0 0 15.281 31h14.438a1.316 1.316 0 0 0 1.313-1.312V13.642Zm.394 2.133l1.247 1.148h-1.247ZM15.281 29.688V11.313h10.828v3.281h3.609v15.094Z"/><path fill="#c5c5c5" d="M16.594 19.372h11.813v1.313H16.594zm1.842-6.8a1.4 1.4 0 0 0-.558-.394a2.05 2.05 0 0 0-.82-.131h-1.28v3.839h1.28a1.66 1.66 0 0 0 1.313-.492a1.8 1.8 0 0 0 .361-.591a3 3 0 0 0 .1-.82a3 3 0 0 0-.1-.788a1.6 1.6 0 0 0-.296-.623m-.459 1.837a1 1 0 0 1-.164.394a.8.8 0 0 1-.3.262a1.1 1.1 0 0 1-.492.1H16.6v-2.429h.459a.87.87 0 0 1 .722.3a1.2 1.2 0 0 1 .164.361a2.6 2.6 0 0 1 .066.525a2.2 2.2 0 0 1-.035.488Zm4.002-1.837a1.4 1.4 0 0 0-.525-.427a1.7 1.7 0 0 0-.755-.164a2 2 0 0 0-.788.164a1.7 1.7 0 0 0-.525.427a2.2 2.2 0 0 0-.3.623a2.94 2.94 0 0 0 0 1.509a1.8 1.8 0 0 0 .3.623a1.13 1.13 0 0 0 .525.427a1.9 1.9 0 0 0 .788.164a1.42 1.42 0 0 0 1.214-.525a2.1 2.1 0 0 0 .427-1.444a2.8 2.8 0 0 0-.1-.755a1.33 1.33 0 0 0-.261-.622M21.29 14.9a.7.7 0 0 1-.623.328a.64.64 0 0 1-.623-.328a1.87 1.87 0 0 1-.2-.952a1.8 1.8 0 0 1 .2-.952a.806.806 0 0 1 1.247 0a1.87 1.87 0 0 1 .2.952a1.8 1.8 0 0 1-.201.952m3.41-.031a.7.7 0 0 1-.131.164a.7.7 0 0 1-.2.131a.6.6 0 0 1-.263.033a.575.575 0 0 1-.558-.3a1.8 1.8 0 0 1-.2-.952v-.262c0-.1.033-.2.033-.3c.033-.1.033-.2.066-.263a.53.53 0 0 1 .131-.23a1 1 0 0 1 .2-.164a.6.6 0 0 1 .263-.066a.57.57 0 0 1 .427.164a1.1 1.1 0 0 1 .23.394l.755-.2a1.6 1.6 0 0 0-.23-.525a1.6 1.6 0 0 0-.328-.328a1.88 1.88 0 0 0-1.608-.033a1.55 1.55 0 0 0-.492.427a1.3 1.3 0 0 0-.164.656a2.7 2.7 0 0 0-.066.722a5 5 0 0 0 .066.722a1.8 1.8 0 0 0 .262.623a1.2 1.2 0 0 0 .492.427a1.7 1.7 0 0 0 .755.164a1.6 1.6 0 0 0 .919-.262a1.6 1.6 0 0 0 .328-.328a3.3 3.3 0 0 0 .263-.492l-.788-.2a.9.9 0 0 1-.162.278m-8.106 12.936h8.203v1.313h-8.203zm0-2.533h11.813v1.313H16.594zm0-3h11.813v1.313H16.594zm.055-5.8h11.813v1.313H16.649z"/>'},GT={width:32,height:32,body:'<path fill="#dc7a7a" d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z"/><path fill="#dc7a7a" d="M4.3 26.5h25.2l-3.8-12.8H.5z"/><path fill="gray" d="M15.266 11.311v18.375h14.449v-15.1h-3.6v-3.275zm12.146.813l.008 1.158h1.252l-1.26-1.16Z"/><path fill="#c5c5c5" d="M27.028 10H15.281a1.316 1.316 0 0 0-1.312 1.313v18.375A1.316 1.316 0 0 0 15.281 31h14.438a1.316 1.316 0 0 0 1.313-1.312V13.642Zm.394 2.133l1.247 1.148h-1.247ZM15.281 29.688V11.313h10.828v3.281h3.609v15.094Z"/><path fill="#c5c5c5" d="M16.594 19.372h11.813v1.313H16.594zm1.842-6.8a1.4 1.4 0 0 0-.558-.394a2.05 2.05 0 0 0-.82-.131h-1.28v3.839h1.28a1.66 1.66 0 0 0 1.313-.492a1.8 1.8 0 0 0 .361-.591a3 3 0 0 0 .1-.82a3 3 0 0 0-.1-.788a1.6 1.6 0 0 0-.296-.623m-.459 1.837a1 1 0 0 1-.164.394a.8.8 0 0 1-.3.262a1.1 1.1 0 0 1-.492.1H16.6v-2.429h.459a.87.87 0 0 1 .722.3a1.2 1.2 0 0 1 .164.361a2.6 2.6 0 0 1 .066.525a2.2 2.2 0 0 1-.035.488Zm4.002-1.837a1.4 1.4 0 0 0-.525-.427a1.7 1.7 0 0 0-.755-.164a2 2 0 0 0-.788.164a1.7 1.7 0 0 0-.525.427a2.2 2.2 0 0 0-.3.623a2.94 2.94 0 0 0 0 1.509a1.8 1.8 0 0 0 .3.623a1.13 1.13 0 0 0 .525.427a1.9 1.9 0 0 0 .788.164a1.42 1.42 0 0 0 1.214-.525a2.1 2.1 0 0 0 .427-1.444a2.8 2.8 0 0 0-.1-.755a1.33 1.33 0 0 0-.261-.622M21.29 14.9a.7.7 0 0 1-.623.328a.64.64 0 0 1-.623-.328a1.87 1.87 0 0 1-.2-.952a1.8 1.8 0 0 1 .2-.952a.806.806 0 0 1 1.247 0a1.87 1.87 0 0 1 .2.952a1.8 1.8 0 0 1-.201.952m3.41-.031a.7.7 0 0 1-.131.164a.7.7 0 0 1-.2.131a.6.6 0 0 1-.263.033a.575.575 0 0 1-.558-.3a1.8 1.8 0 0 1-.2-.952v-.262c0-.1.033-.2.033-.3c.033-.1.033-.2.066-.263a.53.53 0 0 1 .131-.23a1 1 0 0 1 .2-.164a.6.6 0 0 1 .263-.066a.57.57 0 0 1 .427.164a1.1 1.1 0 0 1 .23.394l.755-.2a1.6 1.6 0 0 0-.23-.525a1.6 1.6 0 0 0-.328-.328a1.88 1.88 0 0 0-1.608-.033a1.55 1.55 0 0 0-.492.427a1.3 1.3 0 0 0-.164.656a2.7 2.7 0 0 0-.066.722a5 5 0 0 0 .066.722a1.8 1.8 0 0 0 .262.623a1.2 1.2 0 0 0 .492.427a1.7 1.7 0 0 0 .755.164a1.6 1.6 0 0 0 .919-.262a1.6 1.6 0 0 0 .328-.328a3.3 3.3 0 0 0 .263-.492l-.788-.2a.9.9 0 0 1-.162.278m-8.106 12.936h8.203v1.313h-8.203zm0-2.533h11.813v1.313H16.594zm0-3h11.813v1.313H16.594zm.055-5.8h11.813v1.313H16.649z"/>'},IT={width:32,height:32,body:'<path fill="#bf7f55" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><path fill="#cfcfcf" d="m18.008 24.674l-1.969-5.882l-2.021 5.882Zm5.046 6.126h-5.306v-1.287l.344-.021c.535-.035.694-.154.729-.191a.32.32 0 0 0 .109-.247a4.7 4.7 0 0 0-.314-1.316l-.609-1.816h-4.016l-.691 2.023a3.8 3.8 0 0 0-.262 1.088a.3.3 0 0 0 .115.227c.029.028.2.17.893.232l.336.031V30.8H10v-1.236l.3-.066c.589-.13.731-.273.754-.3a6.4 6.4 0 0 0 .885-1.942L16.116 15h.78l4.134 12.387a5.3 5.3 0 0 0 .791 1.726a1.3 1.3 0 0 0 .892.379l.34.026Zm4.827-2.573v-3.746a15 15 0 0 0-1.67.912a3.15 3.15 0 0 0-.968.988a2.25 2.25 0 0 0-.291 1.127a2.13 2.13 0 0 0 .368 1.281a1.05 1.05 0 0 0 .848.512a2.9 2.9 0 0 0 1.713-1.074M25.381 31a1.94 1.94 0 0 1-1.6-.84a3.5 3.5 0 0 1-.624-2.148a3.34 3.34 0 0 1 .311-1.482A4.24 4.24 0 0 1 24.806 25a16.4 16.4 0 0 1 2.713-1.493v-.07a3.3 3.3 0 0 0-.287-1.723a.9.9 0 0 0-.806-.387a.76.76 0 0 0-.612.245a.72.72 0 0 0-.208.5l.017.607a1.77 1.77 0 0 1-.3 1.089a.96.96 0 0 1-1.577-.018a1.8 1.8 0 0 1-.293-1.066a2.87 2.87 0 0 1 .887-2.047a3.13 3.13 0 0 1 2.344-.876a3.37 3.37 0 0 1 1.881.493a2.36 2.36 0 0 1 .909 1.265a7.5 7.5 0 0 1 .183 2.066v3.338c0 1.191.024 1.542.038 1.645a.7.7 0 0 0 .04.188c.064-.074.213-.212.648-.758l.617-.772v1.849l-.072.121c-.718 1.207-1.412 1.793-2.122 1.793a1.11 1.11 0 0 1-.943-.524a1.9 1.9 0 0 1-.269-.7a7.4 7.4 0 0 1-1.075.918a2.24 2.24 0 0 1-1.138.317"/>'},VT={width:32,height:32,body:'<path fill="#dba17b" d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z"/><path fill="#dba17b" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="#cfcfcf" d="m18.008 24.674l-1.969-5.882l-2.021 5.882Zm5.046 6.126h-5.306v-1.287l.344-.021c.535-.035.694-.154.729-.191a.32.32 0 0 0 .109-.247a4.7 4.7 0 0 0-.314-1.316l-.609-1.816h-4.016l-.691 2.023a3.8 3.8 0 0 0-.262 1.088a.3.3 0 0 0 .115.227c.029.028.2.17.893.232l.336.031V30.8H10v-1.236l.3-.066c.589-.13.731-.273.754-.3a6.4 6.4 0 0 0 .885-1.942L16.116 15h.78l4.134 12.387a5.3 5.3 0 0 0 .791 1.726a1.3 1.3 0 0 0 .892.379l.34.026Zm4.827-2.573v-3.746a15 15 0 0 0-1.67.912a3.15 3.15 0 0 0-.968.988a2.25 2.25 0 0 0-.291 1.127a2.13 2.13 0 0 0 .368 1.281a1.05 1.05 0 0 0 .848.512a2.9 2.9 0 0 0 1.713-1.074M25.381 31a1.94 1.94 0 0 1-1.6-.84a3.5 3.5 0 0 1-.624-2.148a3.34 3.34 0 0 1 .311-1.482A4.24 4.24 0 0 1 24.806 25a16.4 16.4 0 0 1 2.713-1.493v-.07a3.3 3.3 0 0 0-.287-1.723a.9.9 0 0 0-.806-.387a.76.76 0 0 0-.612.245a.72.72 0 0 0-.208.5l.017.607a1.77 1.77 0 0 1-.3 1.089a.96.96 0 0 1-1.577-.018a1.8 1.8 0 0 1-.293-1.066a2.87 2.87 0 0 1 .887-2.047a3.13 3.13 0 0 1 2.344-.876a3.37 3.37 0 0 1 1.881.493a2.36 2.36 0 0 1 .909 1.265a7.5 7.5 0 0 1 .183 2.066v3.338c0 1.191.024 1.542.038 1.645a.7.7 0 0 0 .04.188c.064-.074.213-.212.648-.758l.617-.772v1.849l-.072.121c-.718 1.207-1.412 1.793-2.122 1.793a1.11 1.11 0 0 1-.943-.524a1.9 1.9 0 0 1-.269-.7a7.4 7.4 0 0 1-1.075.918a2.24 2.24 0 0 1-1.138.317"/>'},UT={width:32,height:32,body:'<path fill="#9b9b9b" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><path fill="#fff" fill-rule="evenodd" d="M31 20.5A10.5 10.5 0 1 1 20.5 10A10.5 10.5 0 0 1 31 20.5"/><path fill="#333" fill-rule="evenodd" d="M23.013 27.6a2.5 2.5 0 0 0-.713-1.944c2.339-.26 4.794-1.148 4.794-5.181a4.05 4.05 0 0 0-1.079-2.818a3.77 3.77 0 0 0-.105-2.779s-.88-.282-2.884 1.077a9.94 9.94 0 0 0-5.258 0c-2.005-1.359-2.887-1.077-2.887-1.077a3.78 3.78 0 0 0-.1 2.779A4.06 4.06 0 0 0 13.7 20.47c0 4.023 2.451 4.924 4.783 5.189a2.25 2.25 0 0 0-.667 1.4a2.234 2.234 0 0 1-3.055-.873a2.21 2.21 0 0 0-1.609-1.082s-1.025-.013-.072.639a2.78 2.78 0 0 1 1.166 1.535s.616 2.043 3.537 1.408c0 .876.014 1.537.014 1.786a.6.6 0 0 1-.032.177a10.2 10.2 0 0 0 5.27 0a.6.6 0 0 1-.035-.173c0-.344.013-1.476.013-2.876"/>'},$T={width:32,height:32,body:'<path fill="#bbb" d="M27.4 5.5h-9.2l-2.1 4.2H4.3v4H.5l3.8 12.8h25.2v-21Zm-7.2 2.1h7.1v2.1h-8.1Zm5.5 6.1H6.6v-1.9h20.8v7.626Z"/><path fill="#fff" fill-rule="evenodd" d="M31 20.5A10.5 10.5 0 1 1 20.5 10A10.5 10.5 0 0 1 31 20.5"/><path fill="#333" fill-rule="evenodd" d="M23.013 27.6a2.5 2.5 0 0 0-.713-1.944c2.339-.26 4.794-1.148 4.794-5.181a4.05 4.05 0 0 0-1.079-2.818a3.77 3.77 0 0 0-.105-2.779s-.88-.282-2.884 1.077a9.94 9.94 0 0 0-5.258 0c-2.005-1.359-2.887-1.077-2.887-1.077a3.78 3.78 0 0 0-.1 2.779A4.06 4.06 0 0 0 13.7 20.47c0 4.023 2.451 4.924 4.783 5.189a2.25 2.25 0 0 0-.667 1.4a2.234 2.234 0 0 1-3.055-.873a2.21 2.21 0 0 0-1.609-1.082s-1.025-.013-.072.639a2.78 2.78 0 0 1 1.166 1.535s.616 2.043 3.537 1.408c0 .876.014 1.537.014 1.786a.6.6 0 0 1-.032.177a10.2 10.2 0 0 0 5.27 0a.6.6 0 0 1-.035-.173c0-.344.013-1.476.013-2.876"/>'},ZT={width:32,height:32,body:'<path fill="#c09553" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><path fill="#61dbfb" d="M22.364 15.607c.463.77 1.395 1.172 1.934 1.357l.116.042c.156 4.532.117 5.029-.116 5.966c-.35 1.404-1.427 3.248-3.558 3.217c-2.13-.03-2.248-1.47-2.403-2.397s.008-3.05 0-3.1c-.015-.108.57.026 1.3 0q.782-.027 1.375 0q-2.01-2.271-2.157-2.417c-.006-.006-1.084-.856-2.55-2.548a63 63 0 0 0 0 2.661c.015.863-.036 3.071 0 4.408s.227 3.647 1.055 4.394c.827.746 1.285 1.236 3.652 1.303s3.747-1.661 4.438-2.303c.692-.643 1.186-2.212 1.279-3.218q.049-.537.024-5.516q-.012.476-.024-.45q.253-.105.282-.115c1-.401 1.174-.777 1.626-1.284c.453-.507.704-3.168 0-4.021c-.704-.854-.954-1.077-1.908-1.313s-1.741-.134-2.43 0s-1.371.658-1.935 1.313s-.465 3.25 0 4.02m2.214-.173c-.739-.366-1.177-1.186-1.063-1.979c.097-.646.49-1.19 1.063-1.474c.481-.239.955-.27 1.463-.104c.89.288 1.455 1.231 1.294 2.144c-.231 1.282-1.602 1.982-2.756 1.412"/>'},qT={width:32,height:32,body:'<path fill="#dcb67a" d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z"/><path fill="#dcb67a" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="#61dbfb" d="M22.364 15.607c.463.77 1.395 1.172 1.934 1.357l.116.042c.156 4.532.117 5.029-.116 5.966c-.35 1.404-1.427 3.248-3.558 3.217c-2.13-.03-2.248-1.47-2.403-2.397s.008-3.05 0-3.1c-.015-.108.57.026 1.3 0q.782-.027 1.375 0q-2.01-2.271-2.157-2.417c-.006-.006-1.084-.856-2.55-2.548a63 63 0 0 0 0 2.661c.015.863-.036 3.071 0 4.408s.227 3.647 1.055 4.394c.827.746 1.285 1.236 3.652 1.303s3.747-1.661 4.438-2.303c.692-.643 1.186-2.212 1.279-3.218q.049-.537.024-5.516q-.012.476-.024-.45q.253-.105.282-.115c1-.401 1.174-.777 1.626-1.284c.453-.507.704-3.168 0-4.021c-.704-.854-.954-1.077-1.908-1.313s-1.741-.134-2.43 0s-1.371.658-1.935 1.313s-.465 3.25 0 4.02m2.214-.173c-.739-.366-1.177-1.186-1.063-1.979c.097-.646.49-1.19 1.063-1.474c.481-.239.955-.27 1.463-.104c.89.288 1.455 1.231 1.294 2.144c-.231 1.282-1.602 1.982-2.756 1.412"/>'},QT={width:32,height:32,body:'<path fill="#55bfa0" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><path fill="#2dcc9f" d="M31 15.778V31H10V15.777h21"/><path fill="#fff" d="M26.674 17.8a1.653 1.653 0 1 0 .845.467a1.66 1.66 0 0 0-.845-.467m-4.591 8.667L18 20.786l-6.062 8.428h8.174q.987-1.374 1.976-2.747m2.955-3.076l-4.188 5.824h8.377q-2.094-2.915-4.189-5.824"/>'},KT={width:32,height:32,body:'<path fill="#7bdbc0" d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z"/><path fill="#7bdbc0" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="#2dcc9f" d="M31 15.778V31H10V15.777h21"/><path fill="#fff" d="M26.674 17.8a1.653 1.653 0 1 0 .845.467a1.66 1.66 0 0 0-.845-.467m-4.591 8.667L18 20.786l-6.062 8.428h8.174q.987-1.374 1.976-2.747m2.955-3.076l-4.188 5.824h8.377q-2.094-2.915-4.189-5.824"/>'},YT={width:32,height:32,body:'<path fill="#c18053" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><path fill="#59c2f2" d="m13.065 26.488l-.383-.365v-.753a4.48 4.48 0 0 0 5.557 0v.753l-.383.365a3.47 3.47 0 0 1-4.791 0"/><path fill="#59c2f2" d="M12.682 23.9V13a4.03 4.03 0 0 0 5.557 0v10.9l-.383.365a3.47 3.47 0 0 1-4.791 0Zm1.111-6.455h3.334v-1.111h-3.334Zm1.667 11.114a4.57 4.57 0 0 1-2.778-.966v2.077a4.03 4.03 0 0 0 5.557 0v-2.077a4.57 4.57 0 0 1-2.779.966"/><path fill="#8abf4f" d="m23.968 26.488l.383-.365v-.753a4.48 4.48 0 0 1-5.557 0v.753l.383.365a3.47 3.47 0 0 0 4.791 0"/><path fill="#8abf4f" d="M18.794 23.9V13a4.03 4.03 0 0 0 5.557 0v10.9l-.383.365a3.47 3.47 0 0 1-4.791 0Zm1.111-6.455h3.335v-1.111h-3.334Zm1.668 11.114a4.57 4.57 0 0 1-2.778-.966v2.077a4.03 4.03 0 0 0 5.557 0v-2.077a4.57 4.57 0 0 1-2.779.966"/><path fill="#b533a5" d="m30.081 26.488l.383-.365v-.753a4.48 4.48 0 0 1-5.557 0v.753l.383.365a3.47 3.47 0 0 0 4.791 0"/><path fill="#b533a5" d="M24.907 23.9V13a4.03 4.03 0 0 0 5.557 0v10.9l-.383.365a3.47 3.47 0 0 1-4.791 0Zm1.111-6.455h3.334v-1.111h-3.334Zm1.667 11.114a4.57 4.57 0 0 1-2.778-.966v2.077a4.03 4.03 0 0 0 5.557 0v-2.077a4.57 4.57 0 0 1-2.779.966"/>'},WT={width:32,height:32,body:'<path fill="#dda27a" d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z"/><path fill="#dda27a" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="#59c2f2" d="m13.065 26.488l-.383-.365v-.753a4.48 4.48 0 0 0 5.557 0v.753l-.383.365a3.47 3.47 0 0 1-4.791 0"/><path fill="#59c2f2" d="M12.682 23.9V13a4.03 4.03 0 0 0 5.557 0v10.9l-.383.365a3.47 3.47 0 0 1-4.791 0Zm1.111-6.455h3.334v-1.111h-3.334Zm1.667 11.114a4.57 4.57 0 0 1-2.778-.966v2.077a4.03 4.03 0 0 0 5.557 0v-2.077a4.57 4.57 0 0 1-2.779.966"/><path fill="#8abf4f" d="m23.968 26.488l.383-.365v-.753a4.48 4.48 0 0 1-5.557 0v.753l.383.365a3.47 3.47 0 0 0 4.791 0"/><path fill="#8abf4f" d="M18.794 23.9V13a4.03 4.03 0 0 0 5.557 0v10.9l-.383.365a3.47 3.47 0 0 1-4.791 0Zm1.111-6.455h3.335v-1.111h-3.334Zm1.668 11.114a4.57 4.57 0 0 1-2.778-.966v2.077a4.03 4.03 0 0 0 5.557 0v-2.077a4.57 4.57 0 0 1-2.779.966"/><path fill="#b533a5" d="m30.081 26.488l.383-.365v-.753a4.48 4.48 0 0 1-5.557 0v.753l.383.365a3.47 3.47 0 0 0 4.791 0"/><path fill="#b533a5" d="M24.907 23.9V13a4.03 4.03 0 0 0 5.557 0v10.9l-.383.365a3.47 3.47 0 0 1-4.791 0Zm1.111-6.455h3.334v-1.111h-3.334Zm1.667 11.114a4.57 4.57 0 0 1-2.778-.966v2.077a4.03 4.03 0 0 0 5.557 0v-2.077a4.57 4.57 0 0 1-2.779.966"/>'},XT={width:32,height:32,body:'<path fill="#bfa855" d="M27.9 6h-9.8l-2 4H5v17h25V6Zm.1 4h-7.8l1-2H28Z"/><path fill="#40474d" d="M14.54 11.41a2.076 2.076 0 0 1 2.724-1.21c2.191 1.057 4.714 1.79 7.122 1.032q.556-.149 1.1-.347c1.023-.319 2.082-1.239 3.185-.689a4.54 4.54 0 0 1 1.847 3a21 21 0 0 1-.044 8.83a13.7 13.7 0 0 1-3.506 7.026A6.84 6.84 0 0 1 22.711 31q-.5 0-1-.016a6.78 6.78 0 0 1-4.744-2.419c-2.486-2.966-3.347-6.938-3.534-10.718a13.7 13.7 0 0 1 1.107-6.437m1.281 6.5a7.16 7.16 0 0 1 4.831-.014c-.29-2.344-4.52-2.317-4.831.014m7.908-.023a8.03 8.03 0 0 1 4.821-.05c-.408-2.271-4.46-2.242-4.821.05m-5.694 6.15a2.98 2.98 0 0 0 2.279 2.717a5.52 5.52 0 0 0 5.17-.792a2.9 2.9 0 0 0 .923-1.922a12.55 12.55 0 0 1-8.372.001Z"/><path fill="#fac502" d="M15.821 17.914c.311-2.331 4.541-2.358 4.831-.014a7.16 7.16 0 0 0-4.831.014m7.908-.023c.361-2.292 4.413-2.321 4.821-.05a8.03 8.03 0 0 0-4.821.05m-5.694 6.15a12.55 12.55 0 0 0 8.372 0a2.9 2.9 0 0 1-.923 1.922a5.52 5.52 0 0 1-5.17.792a2.98 2.98 0 0 1-2.279-2.714"/>'},JT={width:32,height:32,body:'<path fill="#dbc87b" d="M27.9 6h-9.7l-2 4H5v17h25V6Zm.1 18H7V12h21Zm.1-14h-7.8l1-2H28Z"/><path fill="#dbc87b" d="M25.9 14H.3l3.8 13h25.6z"/><path fill="#40474d" d="M14.54 11.41a2.076 2.076 0 0 1 2.724-1.21c2.191 1.057 4.714 1.79 7.122 1.032q.556-.149 1.1-.347c1.023-.319 2.082-1.239 3.185-.689a4.54 4.54 0 0 1 1.847 3a21 21 0 0 1-.044 8.83a13.7 13.7 0 0 1-3.506 7.026A6.84 6.84 0 0 1 22.711 31q-.5 0-1-.016a6.78 6.78 0 0 1-4.744-2.419c-2.486-2.966-3.347-6.938-3.534-10.718a13.7 13.7 0 0 1 1.107-6.437m1.281 6.5a7.16 7.16 0 0 1 4.831-.014c-.29-2.344-4.52-2.317-4.831.014m7.908-.023a8.03 8.03 0 0 1 4.821-.05c-.408-2.271-4.46-2.242-4.821.05m-5.694 6.15a2.98 2.98 0 0 0 2.279 2.717a5.52 5.52 0 0 0 5.17-.792a2.9 2.9 0 0 0 .923-1.922a12.55 12.55 0 0 1-8.372.001Z"/><path fill="#fac502" d="M15.821 17.914c.311-2.331 4.541-2.358 4.831-.014a7.16 7.16 0 0 0-4.831.014m7.908-.023c.361-2.292 4.413-2.321 4.821-.05a8.03 8.03 0 0 0-4.821.05m-5.694 6.15a12.55 12.55 0 0 0 8.372 0a2.9 2.9 0 0 1-.923 1.922a5.52 5.52 0 0 1-5.17.792a2.98 2.98 0 0 1-2.279-2.714"/>'},ez={width:32,height:32,body:'<path fill="#558dbf" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><path fill="#b2cde5" d="M20.62 10v5.999l-5.188-3"/><path fill="#b2cde5" d="m25.807 12.999l-5.187 3V10"/><path fill="#4c89c3" d="M25.807 12.999V19l-5.187-3.001"/><path fill="#0057a9" d="M15.432 12.999V19l5.188-3.001m0 0V22l-5.188-3"/><path fill="#4c89c3" d="M20.622 15.999L20.62 22l5.187-2.998"/><path fill="#b2cde5" d="M25.807 19v6l-5.187-3"/><path fill="#b2cde5" d="M15.432 19v6l5.188-3"/><path fill="#4c89c3" d="M20.62 22v6l-5.188-3"/><path fill="#0057a9" d="m20.622 22l-.002 6l5.187-2.998"/><path fill="#b2cde5" d="M15.432 19v6l-5.187-3"/><path fill="#0057a9" d="M10.245 22v6l5.187-3m0 0v6l-5.187-3"/><path fill="#4c89c3" d="m15.434 25l-.002 6l5.188-2.998"/><path fill="#b2cde5" d="M30.995 22.002L25.807 25l.003-6"/><path fill="#4c89c3" d="M30.995 22v6l-5.188-3"/><path fill="#0057a9" d="M25.807 25v6l-5.187-3"/><path fill="#4c89c3" d="m25.81 25l-.003 6l5.188-2.998"/>'},tz={width:32,height:32,body:'<path fill="#7baddb" d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z"/><path fill="#7baddb" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="#b2cde5" d="M20.62 10v5.999l-5.188-3"/><path fill="#b2cde5" d="m25.807 12.999l-5.187 3V10"/><path fill="#4c89c3" d="M25.807 12.999V19l-5.187-3.001"/><path fill="#0057a9" d="M15.432 12.999V19l5.188-3.001m0 0V22l-5.188-3"/><path fill="#4c89c3" d="M20.622 15.999L20.62 22l5.187-2.998"/><path fill="#b2cde5" d="M25.807 19v6l-5.187-3"/><path fill="#b2cde5" d="M15.432 19v6l5.188-3"/><path fill="#4c89c3" d="M20.62 22v6l-5.188-3"/><path fill="#0057a9" d="m20.622 22l-.002 6l5.187-2.998"/><path fill="#b2cde5" d="M15.432 19v6l-5.187-3"/><path fill="#0057a9" d="M10.245 22v6l5.187-3m0 0v6l-5.187-3"/><path fill="#4c89c3" d="m15.434 25l-.002 6l5.188-2.998"/><path fill="#b2cde5" d="M30.995 22.002L25.807 25l.003-6"/><path fill="#4c89c3" d="M30.995 22v6l-5.188-3"/><path fill="#0057a9" d="M25.807 25v6l-5.187-3"/><path fill="#4c89c3" d="m25.81 25l-.003 6l5.188-2.998"/>'},nz={width:32,height:32,body:'<path fill="#8ebf55" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><path fill="#fff" d="M21.688 31a1.6 1.6 0 0 1-.807-.216l-2.57-1.52c-.383-.215-.2-.291-.07-.335A5 5 0 0 0 19.4 28.4a.2.2 0 0 1 .191.015l1.974 1.172a.26.26 0 0 0 .239 0l7.7-4.442a.24.24 0 0 0 .118-.208v-8.881a.25.25 0 0 0-.119-.212l-7.692-4.438a.24.24 0 0 0-.238 0l-7.693 4.439a.25.25 0 0 0-.122.211v8.881a.24.24 0 0 0 .121.206l2.108 1.218c1.144.572 1.845-.1 1.845-.778v-8.769a.22.22 0 0 1 .223-.222h.976a.22.22 0 0 1 .222.222v8.769a2.132 2.132 0 0 1-2.278 2.4A3.3 3.3 0 0 1 15.2 27.5l-2.018-1.162a1.63 1.63 0 0 1-.807-1.4v-8.882a1.62 1.62 0 0 1 .807-1.4l7.7-4.447a1.69 1.69 0 0 1 1.617 0l7.7 4.447a1.62 1.62 0 0 1 .808 1.4v8.881a1.63 1.63 0 0 1-.808 1.4l-7.7 4.443a1.6 1.6 0 0 1-.811.22"/><path fill="#fff" d="M20.231 21.965a.22.22 0 0 1 .222-.222h1a.22.22 0 0 1 .221.188c.15 1.013.6 1.524 2.634 1.524c1.621 0 2.311-.367 2.311-1.227c0-.5-.2-.864-2.715-1.111c-2.106-.208-3.408-.674-3.408-2.358c0-1.553 1.309-2.479 3.5-2.479c2.466 0 3.685.856 3.84 2.691a.22.22 0 0 1-.221.242h-1a.22.22 0 0 1-.216-.174c-.239-1.066-.823-1.407-2.4-1.407c-1.77 0-1.975.617-1.975 1.079c0 .56.243.723 2.632 1.039c2.365.313 3.488.755 3.488 2.418s-1.4 2.637-3.836 2.637c-3.372.002-4.077-1.543-4.077-2.84"/>'},az={width:32,height:32,body:'<path fill="#b1db7b" d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z"/><path fill="#b1db7b" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="#fff" d="M21.688 31a1.6 1.6 0 0 1-.807-.216l-2.57-1.52c-.383-.215-.2-.291-.07-.335A5 5 0 0 0 19.4 28.4a.2.2 0 0 1 .191.015l1.974 1.172a.26.26 0 0 0 .239 0l7.7-4.442a.24.24 0 0 0 .118-.208v-8.881a.25.25 0 0 0-.119-.212l-7.692-4.438a.24.24 0 0 0-.238 0l-7.693 4.439a.25.25 0 0 0-.122.211v8.881a.24.24 0 0 0 .121.206l2.108 1.218c1.144.572 1.845-.1 1.845-.778v-8.769a.22.22 0 0 1 .223-.222h.976a.22.22 0 0 1 .222.222v8.769a2.132 2.132 0 0 1-2.278 2.4A3.3 3.3 0 0 1 15.2 27.5l-2.018-1.162a1.63 1.63 0 0 1-.807-1.4v-8.882a1.62 1.62 0 0 1 .807-1.4l7.7-4.447a1.69 1.69 0 0 1 1.617 0l7.7 4.447a1.62 1.62 0 0 1 .808 1.4v8.881a1.63 1.63 0 0 1-.808 1.4l-7.7 4.443a1.6 1.6 0 0 1-.811.22"/><path fill="#fff" d="M20.231 21.965a.22.22 0 0 1 .222-.222h1a.22.22 0 0 1 .221.188c.15 1.013.6 1.524 2.634 1.524c1.621 0 2.311-.367 2.311-1.227c0-.5-.2-.864-2.715-1.111c-2.106-.208-3.408-.674-3.408-2.358c0-1.553 1.309-2.479 3.5-2.479c2.466 0 3.685.856 3.84 2.691a.22.22 0 0 1-.221.242h-1a.22.22 0 0 1-.216-.174c-.239-1.066-.823-1.407-2.4-1.407c-1.77 0-1.975.617-1.975 1.079c0 .56.243.723 2.632 1.039c2.365.313 3.488.755 3.488 2.418s-1.4 2.637-3.836 2.637c-3.372.002-4.077-1.543-4.077-2.84"/>'},rz={width:32,height:32,body:'<path fill="#00a23c" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><path fill="#aaffa2" d="M22.6 16.3a3.79 3.79 0 0 1 1.8 2.8a3.048 3.048 0 1 0-1.8-2.8m-2 6.3a3.1 3.1 0 1 0-3.1-3.1a3.116 3.116 0 0 0 3.1 3.1m1.3.2h-2.6a3.9 3.9 0 0 0-3.9 3.9V30l.2.1a16.1 16.1 0 0 0 5.4.9a9.64 9.64 0 0 0 4.7-.9l.2-.1v-3.2a4.15 4.15 0 0 0-4-4m5.1-3.2h-2.6a3.23 3.23 0 0 1-1.2 2.6a4.62 4.62 0 0 1 3.3 4.5v1a9.8 9.8 0 0 0 4.1-.9l.2-.1v-3.2a3.82 3.82 0 0 0-3.8-3.9m-11.8-.2a3 3 0 0 0 1.6-.5a3.7 3.7 0 0 1 1.4-2.4v-.2a3.1 3.1 0 0 0-6.2 0a3.27 3.27 0 0 0 3.2 3.1m2.7 2.9a4.2 4.2 0 0 1-1.2-2.6h-2.9a3.9 3.9 0 0 0-3.9 3.9v3.2l.2.1a16.3 16.3 0 0 0 4.4.8v-1a4.81 4.81 0 0 1 3.4-4.4"/>'},lz={width:32,height:32,body:'<path fill="#33b563" d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z"/><path fill="#33b563" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="#aaffa2" d="M22.573 16.294a3.82 3.82 0 0 1 1.776 2.835a3.079 3.079 0 1 0-1.776-2.835M20.555 22.6a3.08 3.08 0 1 0-3.08-3.08a3.08 3.08 0 0 0 3.08 3.08m1.306.21h-2.613a3.95 3.95 0 0 0-3.948 3.943v3.2l.008.05l.22.069a18 18 0 0 0 5.362.865a11 11 0 0 0 4.682-.879l.206-.1h.022v-3.2a3.947 3.947 0 0 0-3.939-3.948m5.1-3.179h-2.6a3.8 3.8 0 0 1-1.171 2.644a4.69 4.69 0 0 1 3.347 4.484v.985a10.6 10.6 0 0 0 4.133-.868l.206-.1h.024v-3.2a3.95 3.95 0 0 0-3.943-3.946Zm-11.806-.21a3.06 3.06 0 0 0 1.638-.475a3.8 3.8 0 0 1 1.433-2.431c0-.058.009-.115.009-.173a3.08 3.08 0 1 0-3.081 3.079Zm2.766 2.853a3.8 3.8 0 0 1-1.171-2.629c-.1-.007-.191-.015-.289-.015h-2.618A3.95 3.95 0 0 0 9.9 23.573v3.2l.008.049l.22.069a18.5 18.5 0 0 0 4.441.835v-.965a4.69 4.69 0 0 1 3.348-4.487Z"/>'},iz={width:32,height:32,body:'<path fill="#bf5555" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><path fill="#40e81c" d="M14.2 18.428a4.2 4.2 0 1 1 4.2-4.2a4.2 4.2 0 0 1-4.2 4.2m0-6a1.8 1.8 0 1 0 1.8 1.8a1.8 1.8 0 0 0-1.8-1.797Z"/><path fill="#1c91e8" d="M26.8 25.38a4.2 4.2 0 1 1 4.2-4.2a4.2 4.2 0 0 1-4.2 4.2m0-6a1.8 1.8 0 1 0 1.8 1.8a1.8 1.8 0 0 0-1.8-1.797Z"/><path fill="#eada1b" d="M16.187 31a4.2 4.2 0 1 1 4.2-4.2a4.2 4.2 0 0 1-4.2 4.2m0-6a1.8 1.8 0 1 0 1.8 1.8a1.8 1.8 0 0 0-1.8-1.8"/><path fill="#474756" d="M14.19 19.094a6 6 0 0 1-.645-.015l.519 3.306a4.9 4.9 0 0 1 2.1-.475a6 6 0 0 1 .668.042l-.517-3.3a4.9 4.9 0 0 1-2.125.442M22 22.158l-2.321 1.22a5 5 0 0 1 1.307 2.475l2.337-1.229A5.07 5.07 0 0 1 22 22.158m1.359-4.458l-4.38-2.422a4.9 4.9 0 0 1-1.355 2.448l4.388 2.432a5.05 5.05 0 0 1 1.347-2.458"/>'},sz={width:32,height:32,body:'<path fill="#db7b7b" d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z"/><path fill="#db7b7b" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="#40e81c" d="M14.2 18.428a4.2 4.2 0 1 1 4.2-4.2a4.2 4.2 0 0 1-4.2 4.2m0-6a1.8 1.8 0 1 0 1.8 1.8a1.8 1.8 0 0 0-1.8-1.797Z"/><path fill="#1c91e8" d="M26.8 25.38a4.2 4.2 0 1 1 4.2-4.2a4.2 4.2 0 0 1-4.2 4.2m0-6a1.8 1.8 0 1 0 1.8 1.8a1.8 1.8 0 0 0-1.8-1.797Z"/><path fill="#eada1b" d="M16.187 31a4.2 4.2 0 1 1 4.2-4.2a4.2 4.2 0 0 1-4.2 4.2m0-6a1.8 1.8 0 1 0 1.8 1.8a1.8 1.8 0 0 0-1.8-1.8"/><path fill="#474756" d="M14.19 19.094a6 6 0 0 1-.645-.015l.519 3.306a4.9 4.9 0 0 1 2.1-.475a6 6 0 0 1 .668.042l-.517-3.3a4.9 4.9 0 0 1-2.125.442M22 22.158l-2.321 1.22a5 5 0 0 1 1.307 2.475l2.337-1.229A5.07 5.07 0 0 1 22 22.158m1.359-4.458l-4.38-2.422a4.9 4.9 0 0 1-1.355 2.448l4.388 2.432a5.05 5.05 0 0 1 1.347-2.458"/>'},oz={width:32,height:32,body:'<path fill="#828282" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><path fill="#333" d="M16.012 10h11.642a3.14 3.14 0 0 1 1.913.817a4.73 4.73 0 0 1 1.363 2.833c.03.212.048.425.07.639v.368a.7.7 0 0 1-.306.491a1.2 1.2 0 0 1-.678.1h-1.637q-.009 6.069 0 12.138a3.57 3.57 0 0 1-.532 1.888A3.63 3.63 0 0 1 25.96 30.8a4.4 4.4 0 0 1-.972.2H13.92a4.04 4.04 0 0 1-2.216-.8a4.48 4.48 0 0 1-1.6-2.7c-.054-.258-.076-.522-.107-.784V26.3a.73.73 0 0 1 .3-.454a1.1 1.1 0 0 1 .639-.1h1.681v-12.14A3.6 3.6 0 0 1 13.744 11a3.64 3.64 0 0 1 2.268-1"/><path fill="gray" d="M14.092 12.777a4.6 4.6 0 0 0-.154 1.653v11.318c2.434.006 4.868 0 7.3 0a.65.65 0 0 1 .587.433a3 3 0 0 1 .051.572a3.42 3.42 0 0 0 1.038 2.278a2.66 2.66 0 0 0 1.806.652a2.3 2.3 0 0 0 2.338-2.252V13.889a2 2 0 0 1 .03-.466a4.6 4.6 0 0 1 .569-1.4a2.2 2.2 0 0 1 .673-.719q-6.051-.008-12.1 0a2.31 2.31 0 0 0-2.138 1.473"/><path fill="#333" d="M18.008 16.819a.7.7 0 0 1 .607-.258a.656.656 0 0 1 .582.722a.2.2 0 0 1-.009.056c-.045.256-.268.415-.437.591c-.638.641-1.293 1.265-1.924 1.912c.654.666 1.327 1.313 1.986 1.974a1.05 1.05 0 0 1 .375.53a.66.66 0 0 1-.466.761a.65.65 0 0 1-.629-.158c-.885-.865-1.757-1.744-2.64-2.611a.665.665 0 0 1-.043-.939v-.006q1.3-1.293 2.598-2.574m3.804.357a.66.66 0 0 1 .574-.609a.67.67 0 0 1 .547.188q1.3 1.285 2.595 2.573a.674.674 0 0 1 .105.947a1 1 0 0 1-.094.1q-1.259 1.244-2.512 2.491a.77.77 0 0 1-.475.277a.656.656 0 0 1-.719-.479a.66.66 0 0 1 .182-.646c.724-.722 1.456-1.434 2.174-2.162c-.711-.713-1.43-1.418-2.146-2.126a.69.69 0 0 1-.231-.554"/>'},cz={width:32,height:32,body:'<path fill="#bfbfbf" d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Zm-1.7 4H.5l3.8 12.8h25.2Z"/><path fill="#333" d="M16.012 10h11.642a3.14 3.14 0 0 1 1.913.817a4.73 4.73 0 0 1 1.363 2.833c.03.212.048.425.07.639v.368a.7.7 0 0 1-.306.491a1.2 1.2 0 0 1-.678.1h-1.637q-.009 6.069 0 12.138a3.57 3.57 0 0 1-.532 1.888A3.63 3.63 0 0 1 25.96 30.8a4.4 4.4 0 0 1-.972.2H13.92a4.04 4.04 0 0 1-2.216-.8a4.48 4.48 0 0 1-1.6-2.7c-.054-.258-.076-.522-.107-.784V26.3a.73.73 0 0 1 .3-.454a1.1 1.1 0 0 1 .639-.1h1.681v-12.14A3.6 3.6 0 0 1 13.744 11a3.64 3.64 0 0 1 2.268-1"/><path fill="gray" d="M14.092 12.777a4.6 4.6 0 0 0-.154 1.653v11.318c2.434.006 4.868 0 7.3 0a.65.65 0 0 1 .587.433a3 3 0 0 1 .051.572a3.42 3.42 0 0 0 1.038 2.278a2.66 2.66 0 0 0 1.806.652a2.3 2.3 0 0 0 2.338-2.252V13.889a2 2 0 0 1 .03-.466a4.6 4.6 0 0 1 .569-1.4a2.2 2.2 0 0 1 .673-.719q-6.051-.008-12.1 0a2.31 2.31 0 0 0-2.138 1.473"/><path fill="#333" d="M18.008 16.819a.7.7 0 0 1 .607-.258a.656.656 0 0 1 .582.722a.2.2 0 0 1-.009.056c-.045.256-.268.415-.437.591c-.638.641-1.293 1.265-1.924 1.912c.654.666 1.327 1.313 1.986 1.974a1.05 1.05 0 0 1 .375.53a.66.66 0 0 1-.466.761a.65.65 0 0 1-.629-.158c-.885-.865-1.757-1.744-2.64-2.611a.665.665 0 0 1-.043-.939v-.006q1.3-1.293 2.598-2.574m3.804.357a.66.66 0 0 1 .574-.609a.67.67 0 0 1 .547.188q1.3 1.285 2.595 2.573a.674.674 0 0 1 .105.947a1 1 0 0 1-.094.1q-1.259 1.244-2.512 2.491a.77.77 0 0 1-.475.277a.656.656 0 0 1-.719-.479a.66.66 0 0 1 .182-.646c.724-.722 1.456-1.434 2.174-2.162c-.711-.713-1.43-1.418-2.146-2.126a.69.69 0 0 1-.231-.554"/>'},uz={width:32,height:32,body:'<defs><linearGradient id="SVGdWbdmbkP" x1="127.346" x2="125.823" y1="-116.408" y2="-119.26" gradientTransform="matrix(.864 0 0 -.864 -81.843 -76.99)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff"/><stop offset="1" stop-color="#fff"/></linearGradient><linearGradient id="SVG8lm6nc8b" x1="127.349" x2="125.824" y1="-116.274" y2="-119.127" gradientTransform="matrix(.864 0 0 -.864 -81.843 -76.99)" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop offset="1" stop-color="#6a6a6a"/></linearGradient><linearGradient id="SVGAPCDfbiV" x1="126.507" x2="128.647" y1="-131.222" y2="-131.222" gradientTransform="matrix(.864 0 0 -.864 -90.788 -94.496)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#e7ebef"/><stop offset="1" stop-color="#c4ce00"/></linearGradient><linearGradient id="SVGAxOVFe2Z" x1="127.346" x2="125.823" y1="-117.409" y2="-120.262" gradientTransform="matrix(.864 0 0 -.864 -81.843 -78.528)" href="#SVGdWbdmbkP"/><linearGradient id="SVGlZ3Pqc9R" x1="127.349" x2="125.824" y1="-117.276" y2="-120.128" gradientTransform="matrix(.864 0 0 -.864 -81.843 -78.528)" href="#SVG8lm6nc8b"/><linearGradient id="SVGbfvqkd4a" x1="127.346" x2="125.823" y1="-118.411" y2="-121.263" gradientTransform="matrix(.864 0 0 -.864 -81.843 -80.066)" href="#SVGdWbdmbkP"/><linearGradient id="SVG9bgFBcXH" x1="127.349" x2="125.824" y1="-118.277" y2="-121.13" gradientTransform="matrix(.864 0 0 -.864 -81.843 -80.066)" href="#SVG8lm6nc8b"/><linearGradient id="SVGjvhMwbEq" x1="127.346" x2="125.823" y1="-119.413" y2="-122.265" gradientTransform="matrix(.864 0 0 -.864 -81.843 -81.604)" href="#SVGdWbdmbkP"/><linearGradient id="SVGOpHcfeyf" x1="127.349" x2="125.824" y1="-119.279" y2="-122.131" gradientTransform="matrix(.864 0 0 -.864 -81.843 -81.604)" href="#SVG8lm6nc8b"/><linearGradient id="SVGy8DX5dGM" x1="127.346" x2="125.823" y1="-115.406" y2="-118.258" gradientTransform="matrix(.864 0 0 -.864 -81.843 -75.452)" href="#SVGdWbdmbkP"/><linearGradient id="SVGlg3b5bBd" x1="127.349" x2="125.824" y1="-115.272" y2="-118.125" gradientTransform="matrix(.864 0 0 -.864 -81.843 -75.452)" href="#SVG8lm6nc8b"/></defs><path fill="#53c1b6" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><path fill="#00608b" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.28" d="M29.374 12.871a324 324 0 0 1-4.66-1.331a1.3 1.3 0 0 0-.642-.038c-.113.038-6.883 4.008-7.11 4.121c-.038 0-.038.038-.076.076a.8.8 0 0 0-.264.567v0l.078 11.743c0 .189.038.264.189.34c0 0 4.912 1.965 5.479 2.116h.076c.264.038.34.038.453-.076l.038-.038c.113-.076 6.416-4.869 6.529-4.982a.57.57 0 0 0 .151-.3c0-.113.177-11.554.177-11.7v-.038a.51.51 0 0 0-.416-.453Zm-.118.567a2 2 0 0 0 .227-.189s-.113.076-.264.189c-.264.189-.6.416-.982.718c.642-.453 1.209-.831 1.36-.945a2.4 2.4 0 0 1-.336.227Z"/><path fill="#00608b" d="M24.7 11.5a1.3 1.3 0 0 0-.642-.038c-.113.038-6.867 4.051-7.094 4.2c-.189.113-.264.34 0 .453c.264.076 5.214 1.7 5.4 1.738a.82.82 0 0 0 .68-.038c.113-.076 6.516-4.453 6.63-4.566s-.111-.314-.27-.367c-.181-.06-4.518-1.346-4.744-1.422l.038.038Z"/><path fill="#00608b" d="M16.66 16.3c0-.189.113-.3.264-.264c.113.038 5.441 1.776 5.63 1.927c.189.113.3.189.3.34l-.076 11.932a.235.235 0 0 1-.34.227c-.567-.151-5.479-2.116-5.479-2.116c-.151-.076-.189-.151-.189-.34Z"/><path fill="#00608b" d="M22.969 30.389c-.113.076-.235-.013-.235-.226l.046-11.895a.47.47 0 0 1 .189-.378c.113-.076 6.53-4.528 6.681-4.642s.227.113.189.227c0 .113-.214 11.5-.214 11.616a.28.28 0 0 1-.151.264c-.113.113-6.467 4.958-6.543 5.071z"/><path fill="#00608b" d="M16.886 15.963c-.038 0 0-.189.113-.3a.83.83 0 0 0-.34.642a.236.236 0 0 1 .227-.189c.68.227 5.365 1.851 5.554 1.927s.3.144.3.333l.037.451l.068-.459c0-.189.126-.324.352-.475c.113-.076 2.969-2.095 3.775-2.815c-.766.408-3.8 2.777-4.216 2.777c-.321 0-5.831-1.889-5.869-1.889Z"/><path fill="#00608b" d="M26.521 15.4a2 2 0 0 1 .34-.227ZM23 30.365a.46.46 0 0 1-.533.109a.28.28 0 0 0 .281-.226s.029.205.252.118Zm6.58-17.056c.189-.091.269.007.275.169c.027-.167.021-.466-.451-.6c0 0 .379.188.176.428Z"/><path fill="url(#SVGdWbdmbkP)" d="m29.278 23.842l-4.1 2.976v.151l4.091-3.027l.007-.1Z" opacity=".13"/><path fill="url(#SVG8lm6nc8b)" d="M29.3 23.719L25.18 26.7v.151l4.1-3.042l.019-.094Z" opacity=".13"/><path fill="url(#SVGAPCDfbiV)" d="M18.51 18.444v.227l1.852.642v-.189z"/><path d="m18.51 18.671l-.113.075v-.453l2.04.718l-.075.113l-1.852-.68z" opacity=".22"/><path fill="#fff" d="M20.437 19.464v-.453l-.075.113v.189l-1.852-.642l-.113.075z" opacity=".72"/><path fill="url(#SVGAxOVFe2Z)" d="m29.278 23.169l-4.1 2.976v.155l4.091-3.027l.007-.1Z" opacity=".13"/><path fill="url(#SVGlZ3Pqc9R)" d="m29.3 23.047l-4.12 2.985v.151l4.1-3.042l.019-.094Z" opacity=".13"/><path fill="url(#SVGbfvqkd4a)" d="m29.278 22.5l-4.1 2.976v.151l4.093-3.027z" opacity=".13"/><path fill="url(#SVG9bgFBcXH)" d="m29.3 22.374l-4.12 2.985v.151l4.1-3.042l.019-.094Z" opacity=".13"/><path fill="url(#SVGjvhMwbEq)" d="M29.278 21.824L25.18 24.8v.151l4.091-3.027z" opacity=".13"/><path fill="url(#SVGOpHcfeyf)" d="m29.3 21.7l-4.12 2.987v.151l4.1-3.042z" opacity=".13"/><path fill="url(#SVGy8DX5dGM)" d="m29.278 24.514l-4.1 2.976v.151l4.091-3.027l.007-.1Z" opacity=".13"/><path fill="url(#SVGlg3b5bBd)" d="m29.3 24.392l-4.12 2.985v.151l4.1-3.042l.019-.094Z" opacity=".13"/>'},xz={width:32,height:32,body:'<defs><linearGradient id="SVGdWbdmbkP" x1="127.346" x2="125.823" y1="-116.408" y2="-119.26" gradientTransform="matrix(.864 0 0 -.864 -81.843 -76.99)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff"/><stop offset="1" stop-color="#fff"/></linearGradient><linearGradient id="SVG8lm6nc8b" x1="127.349" x2="125.824" y1="-116.274" y2="-119.127" gradientTransform="matrix(.864 0 0 -.864 -81.843 -76.99)" gradientUnits="userSpaceOnUse"><stop offset="0"/><stop offset="1" stop-color="#6a6a6a"/></linearGradient><linearGradient id="SVGAPCDfbiV" x1="126.507" x2="128.647" y1="-131.222" y2="-131.222" gradientTransform="matrix(.864 0 0 -.864 -90.788 -94.496)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#e7ebef"/><stop offset="1" stop-color="#c4ce00"/></linearGradient><linearGradient id="SVGAxOVFe2Z" x1="127.346" x2="125.823" y1="-117.409" y2="-120.262" gradientTransform="matrix(.864 0 0 -.864 -81.843 -78.528)" href="#SVGdWbdmbkP"/><linearGradient id="SVGlZ3Pqc9R" x1="127.349" x2="125.824" y1="-117.276" y2="-120.128" gradientTransform="matrix(.864 0 0 -.864 -81.843 -78.528)" href="#SVG8lm6nc8b"/><linearGradient id="SVGbfvqkd4a" x1="127.346" x2="125.823" y1="-118.411" y2="-121.263" gradientTransform="matrix(.864 0 0 -.864 -81.843 -80.066)" href="#SVGdWbdmbkP"/><linearGradient id="SVG9bgFBcXH" x1="127.349" x2="125.824" y1="-118.277" y2="-121.13" gradientTransform="matrix(.864 0 0 -.864 -81.843 -80.066)" href="#SVG8lm6nc8b"/><linearGradient id="SVGjvhMwbEq" x1="127.346" x2="125.823" y1="-119.413" y2="-122.265" gradientTransform="matrix(.864 0 0 -.864 -81.843 -81.604)" href="#SVGdWbdmbkP"/><linearGradient id="SVGOpHcfeyf" x1="127.349" x2="125.824" y1="-119.279" y2="-122.131" gradientTransform="matrix(.864 0 0 -.864 -81.843 -81.604)" href="#SVG8lm6nc8b"/><linearGradient id="SVGy8DX5dGM" x1="127.346" x2="125.823" y1="-115.406" y2="-118.258" gradientTransform="matrix(.864 0 0 -.864 -81.843 -75.452)" href="#SVGdWbdmbkP"/><linearGradient id="SVGlg3b5bBd" x1="127.349" x2="125.824" y1="-115.272" y2="-118.125" gradientTransform="matrix(.864 0 0 -.864 -81.843 -75.452)" href="#SVG8lm6nc8b"/></defs><path fill="#7addd3" d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z"/><path fill="#7addd3" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="#00608b" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.28" d="M29.374 12.871a324 324 0 0 1-4.66-1.331a1.3 1.3 0 0 0-.642-.038c-.113.038-6.883 4.008-7.11 4.121c-.038 0-.038.038-.076.076a.8.8 0 0 0-.264.567v0l.078 11.743c0 .189.038.264.189.34c0 0 4.912 1.965 5.479 2.116h.076c.264.038.34.038.453-.076l.038-.038c.113-.076 6.416-4.869 6.529-4.982a.57.57 0 0 0 .151-.3c0-.113.177-11.554.177-11.7v-.038a.51.51 0 0 0-.416-.453Zm-.118.567a2 2 0 0 0 .227-.189s-.113.076-.264.189c-.264.189-.6.416-.982.718c.642-.453 1.209-.831 1.36-.945a2.4 2.4 0 0 1-.336.227Z"/><path fill="#00608b" d="M24.7 11.5a1.3 1.3 0 0 0-.642-.038c-.113.038-6.867 4.051-7.094 4.2c-.189.113-.264.34 0 .453c.264.076 5.214 1.7 5.4 1.738a.82.82 0 0 0 .68-.038c.113-.076 6.516-4.453 6.63-4.566s-.111-.314-.27-.367c-.181-.06-4.518-1.346-4.744-1.422l.038.038Z"/><path fill="#00608b" d="M16.66 16.3c0-.189.113-.3.264-.264c.113.038 5.441 1.776 5.63 1.927c.189.113.3.189.3.34l-.076 11.932a.235.235 0 0 1-.34.227c-.567-.151-5.479-2.116-5.479-2.116c-.151-.076-.189-.151-.189-.34Z"/><path fill="#00608b" d="M22.969 30.389c-.113.076-.235-.013-.235-.226l.046-11.895a.47.47 0 0 1 .189-.378c.113-.076 6.53-4.528 6.681-4.642s.227.113.189.227c0 .113-.214 11.5-.214 11.616a.28.28 0 0 1-.151.264c-.113.113-6.467 4.958-6.543 5.071z"/><path fill="#00608b" d="M16.886 15.963c-.038 0 0-.189.113-.3a.83.83 0 0 0-.34.642a.236.236 0 0 1 .227-.189c.68.227 5.365 1.851 5.554 1.927s.3.144.3.333l.037.451l.068-.459c0-.189.126-.324.352-.475c.113-.076 2.969-2.095 3.775-2.815c-.766.408-3.8 2.777-4.216 2.777c-.321 0-5.831-1.889-5.869-1.889Z"/><path fill="#00608b" d="M26.521 15.4a2 2 0 0 1 .34-.227ZM23 30.365a.46.46 0 0 1-.533.109a.28.28 0 0 0 .281-.226s.029.205.252.118Zm6.58-17.056c.189-.091.269.007.275.169c.027-.167.021-.466-.451-.6c0 0 .379.188.176.428Z"/><path fill="url(#SVGdWbdmbkP)" d="m29.278 23.842l-4.1 2.976v.151l4.091-3.027l.007-.1Z" opacity=".13"/><path fill="url(#SVG8lm6nc8b)" d="M29.3 23.719L25.18 26.7v.151l4.1-3.042l.019-.094Z" opacity=".13"/><path fill="url(#SVGAPCDfbiV)" d="M18.51 18.444v.227l1.852.642v-.189z"/><path d="m18.51 18.671l-.113.075v-.453l2.04.718l-.075.113l-1.852-.68z" opacity=".22"/><path fill="#fff" d="M20.437 19.464v-.453l-.075.113v.189l-1.852-.642l-.113.075z" opacity=".72"/><path fill="url(#SVGAxOVFe2Z)" d="m29.278 23.169l-4.1 2.976v.155l4.091-3.027l.007-.1Z" opacity=".13"/><path fill="url(#SVGlZ3Pqc9R)" d="m29.3 23.047l-4.12 2.985v.151l4.1-3.042l.019-.094Z" opacity=".13"/><path fill="url(#SVGbfvqkd4a)" d="m29.278 22.5l-4.1 2.976v.151l4.093-3.027z" opacity=".13"/><path fill="url(#SVG9bgFBcXH)" d="m29.3 22.374l-4.12 2.985v.151l4.1-3.042l.019-.094Z" opacity=".13"/><path fill="url(#SVGjvhMwbEq)" d="M29.278 21.824L25.18 24.8v.151l4.091-3.027z" opacity=".13"/><path fill="url(#SVGOpHcfeyf)" d="m29.3 21.7l-4.12 2.987v.151l4.1-3.042z" opacity=".13"/><path fill="url(#SVGy8DX5dGM)" d="m29.278 24.514l-4.1 2.976v.151l4.091-3.027l.007-.1Z" opacity=".13"/><path fill="url(#SVGlg3b5bBd)" d="m29.3 24.392l-4.12 2.985v.151l4.1-3.042l.019-.094Z" opacity=".13"/>'},dz={width:32,height:32,body:'<defs><radialGradient id="SVGe2Dq1sES" cx="20.365" cy="6.269" r="2.721" gradientTransform="matrix(-.148 .989 1.059 .158 11.812 -5.692)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#bedcdc"/><stop offset=".5" stop-color="#8e9e9e" stop-opacity=".74"/><stop offset="1" stop-color="#404f5c" stop-opacity=".84"/></radialGradient><radialGradient id="SVGFdebDgyO" cx="6.566" cy="14.644" r="3.9" gradientTransform="matrix(-.148 .989 1.059 .158 9.451 15.181)" href="#SVGe2Dq1sES"/></defs><path fill="#55a1bf" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><path fill="silver" d="m13.886 12.006l-1.803 1.803l-.901-1.803l.901-.901zm2.886-.094h-2.551L14.859 10h1.274zm2.105 1.974l-1.803-1.803l1.803-.901l.902.901zm.094 2.886v-2.551l1.912.638v1.274zm-1.974 2.105l1.803-1.803l.901 1.803l-.901.902zm-2.885.094h2.55l-.637 1.912H14.75zm-2.106-1.974l1.803 1.803l-1.803.901l-.901-.901zm-.094-2.885v2.55L10 16.025V14.75z"/><path fill="silver" d="M11.663 15.442a3.778 3.778 0 1 1 1.107 2.672a3.78 3.78 0 0 1-1.107-2.672m3.779 1.425a1.425 1.425 0 1 0-1.008-.418a1.43 1.43 0 0 0 1.008.418"/><path fill="#a9a9a9" d="M15.5 18.939a3.5 3.5 0 1 0-3.555-3.439a3.5 3.5 0 0 0 3.555 3.439m-.113-6.457a2.96 2.96 0 1 1-2.907 3.012a2.96 2.96 0 0 1 2.91-3.012Z"/><path fill="url(#SVGe2Dq1sES)" d="M15.489 18.162a2.721 2.721 0 1 0-2.767-2.673a2.72 2.72 0 0 0 2.767 2.673m-.075-4.275a1.555 1.555 0 1 1-1.528 1.583a1.555 1.555 0 0 1 1.528-1.583"/><path fill="#a9a9a9" d="M15.47 17a1.555 1.555 0 1 0-1.583-1.526A1.555 1.555 0 0 0 15.47 17m-.051-2.87a1.316 1.316 0 1 1-1.292 1.339a1.316 1.316 0 0 1 1.292-1.337Z"/><path fill="silver" d="m27.572 19.763l-1.706-.947l1.098-1.176l1.024.568zm1.636 2.356l-1.005-1.672l1.539-.47l.603 1.004zm.238 2.859l-.034-1.951l1.568.363l.02 1.17zm-1.223 2.594l.946-1.706l1.176 1.098l-.567 1.024zm-2.357 1.636l1.673-1.005l.469 1.539l-1.003.603zm-2.859.238l1.952-.034l-.363 1.568l-1.171.02zm-2.594-1.223l1.706.946l-1.098 1.176l-1.024-.567zm-1.636-2.357l1.005 1.673l-1.539.469l-.603-1.003zm-.238-2.859l.034 1.952l-1.567-.363l-.021-1.171zm1.224-2.594l-.947 1.706l-1.176-1.098l.568-1.024zm2.356-1.636l-1.672 1.005l-.47-1.539l1.004-.603zm2.859-.238l-1.951.034l.363-1.567l1.17-.021z"/><path fill="silver" d="M23.9 18.372a5.626 5.626 0 1 1-3.946 1.716a5.63 5.63 0 0 1 3.946-1.716m-2.017 5.658a2.112 2.112 0 1 0 .592-1.5a2.1 2.1 0 0 0-.592 1.5"/><path fill="#a9a9a9" d="M24.081 29.045a5.053 5.053 0 1 0-5.14-4.964a5.054 5.054 0 0 0 5.14 4.964m-.163-9.327a4.275 4.275 0 1 1-4.2 4.35a4.275 4.275 0 0 1 4.2-4.35"/><path fill="url(#SVGFdebDgyO)" d="M24.061 27.893a3.9 3.9 0 1 0-3.967-3.832a3.9 3.9 0 0 0 3.967 3.832m-.105-6.027a2.128 2.128 0 1 1-2.09 2.164a2.127 2.127 0 0 1 2.089-2.164Z"/><path fill="#a9a9a9" d="M24.033 26.324a2.331 2.331 0 1 0-2.372-2.291a2.33 2.33 0 0 0 2.372 2.291m-.075-4.3a1.973 1.973 0 1 1-1.938 2.007a1.97 1.97 0 0 1 1.938-2.007"/>'},fz={width:32,height:32,body:'<defs><radialGradient id="SVGe2Dq1sES" cx="20.365" cy="6.269" r="2.721" gradientTransform="matrix(-.148 .989 1.059 .158 11.812 -5.692)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#bedcdc"/><stop offset=".5" stop-color="#8e9e9e" stop-opacity=".74"/><stop offset="1" stop-color="#404f5c" stop-opacity=".84"/></radialGradient><radialGradient id="SVGFdebDgyO" cx="6.566" cy="14.644" r="3.9" gradientTransform="matrix(-.148 .989 1.059 .158 9.451 15.181)" href="#SVGe2Dq1sES"/></defs><path fill="#7bbedb" d="M27.4 5.5h-9.2l-2.1 4.2H4.3v4H.5l3.8 12.8h25.2v-21Zm-7.2 2.1h7.1v2.1h-8.1Zm5.5 6.1H6.6v-1.9h20.8v7.626Z"/><path fill="silver" d="m13.886 12.006l-1.803 1.803l-.901-1.803l.901-.901zm2.886-.094h-2.551L14.859 10h1.274zm2.105 1.974l-1.803-1.803l1.803-.901l.902.901zm.094 2.886v-2.551l1.912.638v1.274zm-1.974 2.105l1.803-1.803l.901 1.803l-.901.902zm-2.885.094h2.55l-.637 1.912H14.75zm-2.106-1.974l1.803 1.803l-1.803.901l-.901-.901zm-.094-2.885v2.55L10 16.025V14.75z"/><path fill="silver" d="M11.663 15.442a3.778 3.778 0 1 1 1.107 2.672a3.78 3.78 0 0 1-1.107-2.672m3.779 1.425a1.425 1.425 0 1 0-1.008-.418a1.43 1.43 0 0 0 1.008.418"/><path fill="#a9a9a9" d="M15.5 18.939a3.5 3.5 0 1 0-3.555-3.439a3.5 3.5 0 0 0 3.555 3.439m-.113-6.457a2.96 2.96 0 1 1-2.907 3.012a2.96 2.96 0 0 1 2.91-3.012Z"/><path fill="url(#SVGe2Dq1sES)" d="M15.489 18.162a2.721 2.721 0 1 0-2.767-2.673a2.72 2.72 0 0 0 2.767 2.673m-.075-4.275a1.555 1.555 0 1 1-1.528 1.583a1.555 1.555 0 0 1 1.528-1.583"/><path fill="#a9a9a9" d="M15.47 17a1.555 1.555 0 1 0-1.583-1.526A1.555 1.555 0 0 0 15.47 17m-.051-2.87a1.316 1.316 0 1 1-1.292 1.339a1.316 1.316 0 0 1 1.292-1.337Z"/><path fill="silver" d="m27.572 19.763l-1.706-.947l1.098-1.176l1.024.568zm1.636 2.356l-1.005-1.672l1.539-.47l.603 1.004zm.238 2.859l-.034-1.951l1.568.363l.02 1.17zm-1.223 2.594l.946-1.706l1.176 1.098l-.567 1.024zm-2.357 1.636l1.673-1.005l.469 1.539l-1.003.603zm-2.859.238l1.952-.034l-.363 1.568l-1.171.02zm-2.594-1.223l1.706.946l-1.098 1.176l-1.024-.567zm-1.636-2.357l1.005 1.673l-1.539.469l-.603-1.003zm-.238-2.859l.034 1.952l-1.567-.363l-.021-1.171zm1.224-2.594l-.947 1.706l-1.176-1.098l.568-1.024zm2.356-1.636l-1.672 1.005l-.47-1.539l1.004-.603zm2.859-.238l-1.951.034l.363-1.567l1.17-.021z"/><path fill="silver" d="M23.9 18.372a5.626 5.626 0 1 1-3.946 1.716a5.63 5.63 0 0 1 3.946-1.716m-2.017 5.658a2.112 2.112 0 1 0 .592-1.5a2.1 2.1 0 0 0-.592 1.5"/><path fill="#a9a9a9" d="M24.081 29.045a5.053 5.053 0 1 0-5.14-4.964a5.054 5.054 0 0 0 5.14 4.964m-.163-9.327a4.275 4.275 0 1 1-4.2 4.35a4.275 4.275 0 0 1 4.2-4.35"/><path fill="url(#SVGFdebDgyO)" d="M24.061 27.893a3.9 3.9 0 1 0-3.967-3.832a3.9 3.9 0 0 0 3.967 3.832m-.105-6.027a2.128 2.128 0 1 1-2.09 2.164a2.127 2.127 0 0 1 2.089-2.164Z"/><path fill="#a9a9a9" d="M24.033 26.324a2.331 2.331 0 1 0-2.372-2.291a2.33 2.33 0 0 0 2.372 2.291m-.075-4.3a1.973 1.973 0 1 1-1.938 2.007a1.97 1.97 0 0 1 1.938-2.007"/>'},hz={width:32,height:32,body:'<path fill="#14622a" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><path fill="#06cc14" d="M19.146 30.989a1 1 0 0 1-.207-.025a1.04 1.04 0 0 1-.726-1.213l2.709-14.431a1.04 1.04 0 0 1 .444-.683a.9.9 0 0 1 .7-.122a1.043 1.043 0 0 1 .727 1.213L20.077 30.16a1.03 1.03 0 0 1-.442.681a.9.9 0 0 1-.489.148m5.432-2.045h-.068a.93.93 0 0 1-.668-.377a1.1 1.1 0 0 1 .1-1.419l4.658-4.553l-4.638-4.239a1.1 1.1 0 0 1-.141-1.416a.94.94 0 0 1 .661-.4a.9.9 0 0 1 .709.237l5.47 5a1.1 1.1 0 0 1 .144 1.416a1 1 0 0 1-.142.163l-5.447 5.324a.92.92 0 0 1-.638.264m-8.155.003a.9.9 0 0 1-.639-.267l-5.452-5.327a1 1 0 0 1-.132-.153a1.094 1.094 0 0 1 .141-1.414l5.471-5a.88.88 0 0 1 .7-.238a.94.94 0 0 1 .665.4a1.1 1.1 0 0 1-.14 1.417L12.4 22.6l4.659 4.551a1.09 1.09 0 0 1 .1 1.419a.93.93 0 0 1-.669.377Z"/>'},pz={width:32,height:32,body:'<path fill="#2a8243" d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z"/><path fill="#2a8243" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="#06cc14" d="M19.146 30.989a1 1 0 0 1-.207-.025a1.04 1.04 0 0 1-.726-1.213l2.709-14.431a1.04 1.04 0 0 1 .444-.683a.9.9 0 0 1 .7-.122a1.043 1.043 0 0 1 .727 1.213L20.077 30.16a1.03 1.03 0 0 1-.442.681a.9.9 0 0 1-.489.148m5.432-2.045h-.068a.93.93 0 0 1-.668-.377a1.1 1.1 0 0 1 .1-1.419l4.658-4.553l-4.638-4.239a1.1 1.1 0 0 1-.141-1.416a.94.94 0 0 1 .661-.4a.9.9 0 0 1 .709.237l5.47 5a1.1 1.1 0 0 1 .144 1.416a1 1 0 0 1-.142.163l-5.447 5.324a.92.92 0 0 1-.638.264m-8.155.003a.9.9 0 0 1-.639-.267l-5.452-5.327a1 1 0 0 1-.132-.153a1.094 1.094 0 0 1 .141-1.414l5.471-5a.88.88 0 0 1 .7-.238a.94.94 0 0 1 .665.4a1.1 1.1 0 0 1-.14 1.417L12.4 22.6l4.659 4.551a1.09 1.09 0 0 1 .1 1.419a.93.93 0 0 1-.669.377Z"/>'},mz={width:32,height:32,body:'<path fill="#5590bc" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><path fill="#1572b6" d="M14.167 28.901L12.482 10h18.516l-1.686 18.898L21.729 31z"/><path fill="#33a9dc" d="m21.74 29.393l6.127-1.699l1.442-16.149H21.74z"/><path fill="#ebebeb" d="M15.25 19.535c1.691 0 1.929-.685 1.929-1.3a7.7 7.7 0 0 0-.192-1.475a7.7 7.7 0 0 1-.187-1.46c0-1.616 1.429-2.3 3.453-2.3h.5v.967h-.428c-1.406 0-1.881.562-1.881 1.51a5.7 5.7 0 0 0 .167 1.247a6 6 0 0 1 .167 1.334c.023 1.124-.644 1.686-1.716 1.9v.034a1.8 1.8 0 0 1 1.716 1.915a6 6 0 0 1-.167 1.334a5.8 5.8 0 0 0-.167 1.266c0 .983.547 1.528 1.881 1.528h.428V27h-.5c-1.976 0-3.453-.632-3.453-2.406a7.5 7.5 0 0 1 .19-1.44a7 7 0 0 0 .192-1.423c0-.545-.238-1.3-1.929-1.3Z"/><path fill="#fff" d="M28.25 20.43c-1.691 0-1.929.755-1.929 1.3a7.3 7.3 0 0 0 .19 1.423a7.3 7.3 0 0 1 .192 1.44C26.7 26.366 25.2 27 23.25 27h-.5v-.967h.405c1.334-.017 1.9-.545 1.9-1.527a8 8 0 0 0-.167-1.266a6 6 0 0 1-.19-1.334a1.834 1.834 0 0 1 1.714-1.915v-.034a1.83 1.83 0 0 1-1.714-1.9a6 6 0 0 1 .19-1.334a8 8 0 0 0 .167-1.247c0-.948-.5-1.493-1.881-1.51h-.424V13h.477c2.024 0 3.476.685 3.476 2.3a7.5 7.5 0 0 1-.192 1.459a8 8 0 0 0-.19 1.475c0 .615.238 1.3 1.929 1.3Z"/>'},gz={width:32,height:32,body:'<path fill="#7cb0d8" d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z"/><path fill="#7cb0d8" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="#1572b6" d="M14.167 28.901L12.482 10h18.516l-1.686 18.898L21.729 31z"/><path fill="#33a9dc" d="m21.74 29.393l6.127-1.699l1.442-16.149H21.74z"/><path fill="#ebebeb" d="M15.25 19.535c1.691 0 1.929-.685 1.929-1.3a7.7 7.7 0 0 0-.192-1.475a7.7 7.7 0 0 1-.187-1.46c0-1.616 1.429-2.3 3.453-2.3h.5v.967h-.428c-1.406 0-1.881.562-1.881 1.51a5.7 5.7 0 0 0 .167 1.247a6 6 0 0 1 .167 1.334c.023 1.124-.644 1.686-1.716 1.9v.034a1.8 1.8 0 0 1 1.716 1.915a6 6 0 0 1-.167 1.334a5.8 5.8 0 0 0-.167 1.266c0 .983.547 1.528 1.881 1.528h.428V27h-.5c-1.976 0-3.453-.632-3.453-2.406a7.5 7.5 0 0 1 .19-1.44a7 7 0 0 0 .192-1.423c0-.545-.238-1.3-1.929-1.3Z"/><path fill="#fff" d="M28.25 20.43c-1.691 0-1.929.755-1.929 1.3a7.3 7.3 0 0 0 .19 1.423a7.3 7.3 0 0 1 .192 1.44C26.7 26.366 25.2 27 23.25 27h-.5v-.967h.405c1.334-.017 1.9-.545 1.9-1.527a8 8 0 0 0-.167-1.266a6 6 0 0 1-.19-1.334a1.834 1.834 0 0 1 1.714-1.915v-.034a1.83 1.83 0 0 1-1.714-1.9a6 6 0 0 1 .19-1.334a8 8 0 0 0 .167-1.247c0-.948-.5-1.493-1.881-1.51h-.424V13h.477c2.024 0 3.476.685 3.476 2.3a7.5 7.5 0 0 1-.192 1.459a8 8 0 0 0-.19 1.475c0 .615.238 1.3 1.929 1.3Z"/>'},Ez={width:32,height:32,body:'<path fill="#bf8e55" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><path fill="#675f58" d="M29.025 14.38H11.974A1.98 1.98 0 0 0 10 16.354v12.675A1.98 1.98 0 0 0 11.974 31h17.051A1.98 1.98 0 0 0 31 29.026V16.354a1.98 1.98 0 0 0-1.975-1.974"/><path fill="#ccc" d="M29.925 29.026a.905.905 0 0 1-.9.9H11.974a.905.905 0 0 1-.9-.9V17.62h18.85v11.406Z"/><path fill="#ff931e" d="M14.9 24.446h2.8v2.8h-2.8zm0-4.2h2.8v2.801h-2.8zm4.2 0h2.8v2.801h-2.8zm4.2 0h2.8v2.801h-2.8zm-4.2 4.2h2.8v2.8h-2.8zm4.2 0h2.8v2.8h-2.8z"/>'},yz={width:32,height:32,body:'<path fill="#dbad7b" d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z"/><path fill="#dbad7b" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="#675f58" d="M29.025 14.38H11.974A1.98 1.98 0 0 0 10 16.354v12.675A1.98 1.98 0 0 0 11.974 31h17.051A1.98 1.98 0 0 0 31 29.026V16.354a1.98 1.98 0 0 0-1.975-1.974"/><path fill="#ccc" d="M29.925 29.026a.905.905 0 0 1-.9.9H11.974a.905.905 0 0 1-.9-.9V17.62h18.85v11.406Z"/><path fill="#ff931e" d="M14.9 20.246h2.8v2.801h-2.8zm4.2 0h2.8v2.801h-2.8zm4.2 0h2.8v2.801h-2.8zm-8.4 4.2h2.8v2.8h-2.8zm4.2 0h2.8v2.8h-2.8zm4.2 0h2.8v2.8h-2.8z"/>'},bz={width:32,height:32,body:'<path fill="#b70b0b" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><path fill="#fac6c5" d="M28.3 27.423c-1.729-.4-2.332-2.482-1.329-4.583a8.95 8.95 0 0 1 2.217-2.779l.314-.26l.009.357a6.7 6.7 0 0 0 .748 2.425a14 14 0 0 1 .625 1.631a3.2 3.2 0 0 1-.073 1.958a2.67 2.67 0 0 1-1.111 1.087a2.8 2.8 0 0 1-1.4.164m.351-3.565c.124-.143.155-.332.164-1l.011-.825l-.2.158a1.68 1.68 0 0 0-.635 1.4c.07.214.286.448.411.446a.5.5 0 0 0 .249-.179m-15.527 7.087a3.85 3.85 0 0 1-3.031-4.563c.254-1.07.2-1.008 5.726-6.787l5.2-5.442l.738.7l.738.7l-3 3.132l-3 3.132l2.508-.054l2.508-.054l1.773-1.85l1.773-1.85l.735.707l.735.707l-5.213 5.43c-4.783 4.982-5.257 5.452-5.743 5.692a3.9 3.9 0 0 1-2.452.393Zm14.662-12.484c-.138-.082-1.546-1.4-3.129-2.921l-2.879-2.772l-.009-.421a.86.86 0 0 1 .194-.673A.99.99 0 0 1 23 11.3a69 69 0 0 1 6.277 6.023a1 1 0 0 1-1.492 1.133Z"/><path fill="#fac6c5" d="M11.578 26.851a2.1 2.1 0 0 0 2.579 2.614c.191-.2 2.407-2.515 7.387-7.737c-2.505.054-2.475-.055-4.98 0c-5.015 5.195-5.114 5.157-4.986 5.123"/>'},vz={width:32,height:32,body:'<path fill="#d32626" d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z"/><path fill="#d32626" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="#fac6c5" d="M28.3 27.423c-1.729-.4-2.332-2.482-1.329-4.583a8.95 8.95 0 0 1 2.217-2.779l.314-.26l.009.357a6.7 6.7 0 0 0 .748 2.425a14 14 0 0 1 .625 1.631a3.2 3.2 0 0 1-.073 1.958a2.67 2.67 0 0 1-1.111 1.087a2.8 2.8 0 0 1-1.4.164m.351-3.565c.124-.143.155-.332.164-1l.011-.825l-.2.158a1.68 1.68 0 0 0-.635 1.4c.07.214.286.448.411.446a.5.5 0 0 0 .249-.179m-15.527 7.087a3.85 3.85 0 0 1-3.031-4.563c.254-1.07.2-1.008 5.726-6.787l5.2-5.442l.738.7l.738.7l-3 3.132l-3 3.132l2.508-.054l2.508-.054l1.773-1.85l1.773-1.85l.735.707l.735.707l-5.213 5.43c-4.783 4.982-5.257 5.452-5.743 5.692a3.9 3.9 0 0 1-2.452.393Zm14.662-12.484c-.138-.082-1.546-1.4-3.129-2.921l-2.879-2.772l-.009-.421a.86.86 0 0 1 .194-.673A.99.99 0 0 1 23 11.3a69 69 0 0 1 6.277 6.023a1 1 0 0 1-1.492 1.133Z"/><path fill="#fac6c5" d="M11.578 26.851a2.1 2.1 0 0 0 2.579 2.614c.191-.2 2.407-2.515 7.387-7.737c-2.505.054-2.475-.055-4.98 0c-5.015 5.195-5.114 5.157-4.986 5.123"/>'},Cz={width:32,height:32,body:'<path fill="#bf5e55" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><path fill="#e75749" d="M12.879 10.281A1.9 1.9 0 0 1 13.9 10h15.272a1.91 1.91 0 0 1 1.817 1.463a2.5 2.5 0 0 1 .054.646v8.381h-1.18a1 1 0 0 0-.165.016a4 4 0 0 0-.436-.008c-.225.005-.457-.01-.685.01a2 2 0 0 0-.3-.015h-3.553c-.15 0-.294.006-.44-.007l.075-.049l-4.764-2.859v2.916h-4.979a2 2 0 0 0-.188.016a3 3 0 0 0-.481-.012c-.213 0-.427-.011-.64.011a2 2 0 0 0-.19-.016H11.96q.007-4.089 0-8.174a3.6 3.6 0 0 1 .053-.848a1.9 1.9 0 0 1 .866-1.19m.4 1.641a.48.48 0 0 0-.367.454v.987a.48.48 0 0 0 .47.45h.982a.48.48 0 0 0 .45-.456v-.959a.48.48 0 0 0-.247-.431a.53.53 0 0 0-.268-.058h-.852a1 1 0 0 0-.163.013Zm15.254 0a.48.48 0 0 0-.355.455v.979a.48.48 0 0 0 .45.456h.981a.48.48 0 0 0 .47-.454v-.985a.48.48 0 0 0-.445-.466c-.261-.007-.525 0-.784 0a1.5 1.5 0 0 0-.316.018Zm-15.248 2.862a.48.48 0 0 0-.339.3a.8.8 0 0 0-.031.289v.851a.48.48 0 0 0 .45.45c.3.006.6 0 .894 0a.6.6 0 0 0 .3-.049a.48.48 0 0 0 .27-.43v-.959a.48.48 0 0 0-.45-.468c-.253-.006-.508 0-.762 0a2 2 0 0 0-.332.016m15.251 0a.48.48 0 0 0-.325.3a.8.8 0 0 0-.031.29v.848a.48.48 0 0 0 .456.455h.913a.55.55 0 0 0 .285-.058a.48.48 0 0 0 .251-.418v-.963a.48.48 0 0 0-.445-.466c-.262-.007-.525 0-.785 0a1.5 1.5 0 0 0-.321.016Zm-15.251 2.865a.48.48 0 0 0-.368.456v.986a.48.48 0 0 0 .47.45h.975a.48.48 0 0 0 .456-.455v-.98a.48.48 0 0 0-.454-.469c-.261-.005-.525 0-.784 0a1.6 1.6 0 0 0-.295.012m15.249 0a.48.48 0 0 0-.322.3a.8.8 0 0 0-.031.289v.848a.48.48 0 0 0 .455.456h.979a.48.48 0 0 0 .471-.454v-.985a.48.48 0 0 0-.444-.466c-.262-.007-.525 0-.784 0a1.4 1.4 0 0 0-.323.011Z"/><path fill="#fff" d="m19.6 17.574l4.764 2.859l-.075.049q-2.345 1.4-4.688 2.811v-2.8z"/><path fill="#c0392b" d="M11.96 20.49h1.156a2 2 0 0 1 .19.016a.48.48 0 0 0-.307.2a.66.66 0 0 0-.083.388v.784a.514.514 0 0 0 .512.517h.9a.51.51 0 0 0 .493-.427c.006-.335 0-.675 0-1.007a.474.474 0 0 0-.391-.46a2 2 0 0 1 .188-.016h4.979v2.8q2.345-1.4 4.688-2.811c.15.013.293.005.44.007h3.555a2 2 0 0 1 .3.015a.48.48 0 0 0-.356.289a.7.7 0 0 0-.034.305v.76a.51.51 0 0 0 .475.538h.913a.513.513 0 0 0 .514-.493v-.738a.8.8 0 0 0-.075-.442a.48.48 0 0 0-.315-.219a1 1 0 0 1 .165-.016h1.18c.008 1.291 0 2.582 0 3.873v4.719a1.93 1.93 0 0 1-.459 1.238a1.9 1.9 0 0 1-1.172.651a6 6 0 0 1-.736.025H14.547a7 7 0 0 1-1.026-.036a1.92 1.92 0 0 1-1.5-1.384a2 2 0 0 1-.067-.559v-7.84c.005-.225-.002-.452.006-.677m1.346 2.882a.46.46 0 0 0-.289.175a.57.57 0 0 0-.1.348v.871a.514.514 0 0 0 .514.493h.962a.515.515 0 0 0 .426-.537v-.892a.46.46 0 0 0-.15-.343a.53.53 0 0 0-.365-.127h-.852a1 1 0 0 0-.146.011Zm15.272 0a.465.465 0 0 0-.391.435v.916a.507.507 0 0 0 .474.538h1.003a.525.525 0 0 0 .421-.513v-.76a.68.68 0 0 0-.085-.425a.5.5 0 0 0-.4-.2h-.715a2 2 0 0 0-.3.008Zm-15.271 2.862a.46.46 0 0 0-.3.187a.57.57 0 0 0-.093.336v.849a.525.525 0 0 0 .45.516H14.4a.515.515 0 0 0 .425-.538v-.892a.46.46 0 0 0-.15-.344a.53.53 0 0 0-.363-.127h-.856a1 1 0 0 0-.149.013m15.269 0a.46.46 0 0 0-.369.32a.7.7 0 0 0-.022.247v.9a.51.51 0 0 0 .492.425h.895a.517.517 0 0 0 .515-.518v-.894a.5.5 0 0 0-.214-.409a1.1 1.1 0 0 0-.59-.082c-.234.007-.472-.015-.7.013Z"/>'},kz={width:32,height:32,body:'<path fill="#db847b" d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z"/><path fill="#db847b" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="#e75749" d="M12.879 10.281A1.9 1.9 0 0 1 13.9 10h15.272a1.91 1.91 0 0 1 1.817 1.463a2.5 2.5 0 0 1 .054.646v8.381h-1.18a1 1 0 0 0-.165.016a4 4 0 0 0-.436-.008c-.225.005-.457-.01-.685.01a2 2 0 0 0-.3-.015h-3.553c-.15 0-.294.006-.44-.007l.075-.049l-4.764-2.859v2.916h-4.979a2 2 0 0 0-.188.016a3 3 0 0 0-.481-.012c-.213 0-.427-.011-.64.011a2 2 0 0 0-.19-.016H11.96q.007-4.089 0-8.174a3.6 3.6 0 0 1 .053-.848a1.9 1.9 0 0 1 .866-1.19m.4 1.641a.48.48 0 0 0-.367.454v.987a.48.48 0 0 0 .47.45h.982a.48.48 0 0 0 .45-.456v-.959a.48.48 0 0 0-.247-.431a.53.53 0 0 0-.268-.058h-.852a1 1 0 0 0-.163.013Zm15.254 0a.48.48 0 0 0-.355.455v.979a.48.48 0 0 0 .45.456h.981a.48.48 0 0 0 .47-.454v-.985a.48.48 0 0 0-.445-.466c-.261-.007-.525 0-.784 0a1.5 1.5 0 0 0-.316.018Zm-15.248 2.862a.48.48 0 0 0-.339.3a.8.8 0 0 0-.031.289v.851a.48.48 0 0 0 .45.45c.3.006.6 0 .894 0a.6.6 0 0 0 .3-.049a.48.48 0 0 0 .27-.43v-.959a.48.48 0 0 0-.45-.468c-.253-.006-.508 0-.762 0a2 2 0 0 0-.332.016m15.251 0a.48.48 0 0 0-.325.3a.8.8 0 0 0-.031.29v.848a.48.48 0 0 0 .456.455h.913a.55.55 0 0 0 .285-.058a.48.48 0 0 0 .251-.418v-.963a.48.48 0 0 0-.445-.466c-.262-.007-.525 0-.785 0a1.5 1.5 0 0 0-.321.016Zm-15.251 2.865a.48.48 0 0 0-.368.456v.986a.48.48 0 0 0 .47.45h.975a.48.48 0 0 0 .456-.455v-.98a.48.48 0 0 0-.454-.469c-.261-.005-.525 0-.784 0a1.6 1.6 0 0 0-.295.012m15.249 0a.48.48 0 0 0-.322.3a.8.8 0 0 0-.031.289v.848a.48.48 0 0 0 .455.456h.979a.48.48 0 0 0 .471-.454v-.985a.48.48 0 0 0-.444-.466c-.262-.007-.525 0-.784 0a1.4 1.4 0 0 0-.323.011Z"/><path fill="#fff" d="m19.6 17.574l4.764 2.859l-.075.049q-2.345 1.4-4.688 2.811v-2.8z"/><path fill="#c0392b" d="M11.96 20.49h1.156a2 2 0 0 1 .19.016a.48.48 0 0 0-.307.2a.66.66 0 0 0-.083.388v.784a.514.514 0 0 0 .512.517h.9a.51.51 0 0 0 .493-.427c.006-.335 0-.675 0-1.007a.474.474 0 0 0-.391-.46a2 2 0 0 1 .188-.016h4.979v2.8q2.345-1.4 4.688-2.811c.15.013.293.005.44.007h3.555a2 2 0 0 1 .3.015a.48.48 0 0 0-.356.289a.7.7 0 0 0-.034.305v.76a.51.51 0 0 0 .475.538h.913a.513.513 0 0 0 .514-.493v-.738a.8.8 0 0 0-.075-.442a.48.48 0 0 0-.315-.219a1 1 0 0 1 .165-.016h1.18c.008 1.291 0 2.582 0 3.873v4.719a1.93 1.93 0 0 1-.459 1.238a1.9 1.9 0 0 1-1.172.651a6 6 0 0 1-.736.025H14.547a7 7 0 0 1-1.026-.036a1.92 1.92 0 0 1-1.5-1.384a2 2 0 0 1-.067-.559v-7.84c.005-.225-.002-.452.006-.677m1.346 2.882a.46.46 0 0 0-.289.175a.57.57 0 0 0-.1.348v.871a.514.514 0 0 0 .514.493h.962a.515.515 0 0 0 .426-.537v-.892a.46.46 0 0 0-.15-.343a.53.53 0 0 0-.365-.127h-.852a1 1 0 0 0-.146.011Zm15.272 0a.465.465 0 0 0-.391.435v.916a.507.507 0 0 0 .474.538h1.003a.525.525 0 0 0 .421-.513v-.76a.68.68 0 0 0-.085-.425a.5.5 0 0 0-.4-.2h-.715a2 2 0 0 0-.3.008Zm-15.271 2.862a.46.46 0 0 0-.3.187a.57.57 0 0 0-.093.336v.849a.525.525 0 0 0 .45.516H14.4a.515.515 0 0 0 .425-.538v-.892a.46.46 0 0 0-.15-.344a.53.53 0 0 0-.363-.127h-.856a1 1 0 0 0-.149.013m15.269 0a.46.46 0 0 0-.369.32a.7.7 0 0 0-.022.247v.9a.51.51 0 0 0 .492.425h.895a.517.517 0 0 0 .515-.518v-.894a.5.5 0 0 0-.214-.409a1.1 1.1 0 0 0-.59-.082c-.234.007-.472-.015-.7.013Z"/>'},Az={width:32,height:32,body:'<path fill="#bf6d55" d="M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z"/><path fill="#e44f26" d="M14.167 28.901L12.482 10h18.516l-1.687 18.898L21.729 31z"/><path fill="#f1662a" d="m21.74 29.393l6.127-1.699l1.442-16.149H21.74z"/><path fill="#fff" d="m20.99 24.011l-6-3.607v-1.307l6-3.608v2.023l-3.828 2.238l3.828 2.239zm1.5-.002v-2.021l3.855-2.238l-3.855-2.237v-2.022l6 3.591v1.336z"/>'},Bz={width:32,height:32,body:'<path fill="#db917b" d="M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z"/><path fill="#db917b" d="M25.7 13.7H.5l3.8 12.8h25.2z"/><path fill="#e44f26" d="M14.167 28.901L12.482 10h18.516l-1.687 18.898L21.729 31z"/><path fill="#f1662a" d="m21.74 29.393l6.127-1.699l1.442-16.149H21.74z"/><path fill="#fff" d="m20.99 24.011l-6-3.607v-1.307l6-3.608v2.023l-3.828 2.238l3.828 2.239zm1.5-.002v-2.021l3.855-2.238l-3.855-2.237v-2.022l6 3.591v1.336z"/>'},Te=(e,t)=>({name:e,icon:t}),Ko={file:Te("file",a_),typescript:Te("typescript",sT),"typescript-definition":Te("typescript-definition",oT),"react-typescript":Te("react-typescript",K_),"react-javascript":Te("react-javascript",Q_),javascript:Te("javascript",N_),json:Te("json",j_),html:Te("html",F_),css:Te("css",g_),sass:Te("sass",X_),vue:Te("vue",dT),svelte:Te("svelte",tT),markdown:Te("markdown",L_),config:Te("config",f_),env:Te("env",b_),yaml:Te("yaml",pT),shell:Te("shell",J_),powershell:Te("powershell",V_),docker:Te("docker",y_),git:Te("git",A_),npm:Te("npm",P_),yarn:Te("yarn",mT),pnpm:Te("pnpm",I_),bun:Te("bun",o_),vite:Te("vite",uT),vitest:Te("vitest",xT),eslint:Te("eslint",C_),prettier:Te("prettier",U_),biome:Te("biome",s_),tailwind:Te("tailwind",rT),image:Te("image",S_),svg:Te("svg",nT),audio:Te("audio",i_),video:Te("video",cT),font:Te("font",k_),database:Te("database",eT),prisma:Te("prisma",$_),graphql:Te("graphql",D_),python:Te("python",q_),ruby:Te("ruby",Y_),go:Te("go",B_),rust:Te("rust",W_),cargo:Te("cargo",u_),java:Te("java",M_),gradle:Te("gradle",w_),kotlin:Te("kotlin",T_),swift:Te("swift",aT),c:Te("c",c_),"c-header":Te("c-header",x_),cpp:Te("cpp",h_),"cpp-header":Te("cpp-header",p_),csharp:Te("csharp",m_),php:Te("php",G_),lua:Te("lua",R_),dart:Te("dart",E_),elixir:Te("elixir",v_),wasm:Te("wasm",fT),protobuf:Te("protobuf",Z_),xml:Te("xml",hT),terraform:Te("terraform",lT),notebook:Te("notebook",__),text:Te("text",iT),pdf:Te("pdf",H_),archive:Te("archive",gT),license:Te("license",z_),build:Te("build",O_),cmake:Te("cmake",d_)},wz=[[/\.d\.(?:ts|mts|cts)$/,"typescript-definition"],[/^(?:package|package-lock|npm-shrinkwrap)\.json$/,"npm"],[/^(?:pnpm-lock|pnpm-workspace)\.ya?ml$/,"pnpm"],[/^yarn\.lock$|^\.yarnrc(?:\.ya?ml)?$/,"yarn"],[/^bun\.lockb?$|^bunfig\.toml$/,"bun"],[/^tsconfig(?:\..+)?\.json$/,"typescript"],[/^jsconfig(?:\..+)?\.json$|^deno\.jsonc?$/,"javascript"],[/^vitest\.config\./,"vitest"],[/^vite\.config\./,"vite"],[/^tailwind\.config\./,"tailwind"],[/^eslint\.config\.|^\.eslintrc(?:\..+)?$/,"eslint"],[/^prettier\.config\.|^\.prettierrc(?:\..+)?$|^\.prettierignore$/,"prettier"],[/^biome\.jsonc?$/,"biome"],[/^dockerfile(?:\..+)?$|^(?:docker-)?compose(?:\.[^.]+)?\.ya?ml$/,"docker"],[/^\.git(?:ignore|attributes|modules|keep)$|^codeowners$/,"git"],[/^\.env(?:\..+)?$/,"env"],[/^(?:readme|changelog|changes|contributing|security|code_of_conduct)(?:\..+)?$/,"markdown"],[/^(?:license|licence|copying)(?:\..+)?$/,"license"],[/^cargo\.(?:toml|lock)$/,"cargo"],[/^go\.(?:mod|sum|work)$/,"go"],[/^(?:gemfile|rakefile)(?:\.lock)?$/,"ruby"],[/^(?:podfile|package\.swift)(?:\.lock)?$/,"swift"],[/^pyproject\.toml$|^poetry\.lock$|^pipfile(?:\.lock)?$|^requirements(?:\.[^.]+)?\.txt$/,"python"],[/^composer\.(?:json|lock)$/,"php"],[/^pom\.xml$/,"java"],[/^(?:build|settings)\.gradle(?:\.kts)?$|^gradlew(?:\.bat)?$/,"gradle"],[/^(?:makefile|justfile|taskfile\.ya?ml)$/,"build"],[/^cmakelists\.txt$/,"cmake"],[/^\.(?:bash|zsh|fish)(?:rc|_profile)?$/,"shell"]],Dz=[["typescript",["ts","mts","cts"]],["react-typescript",["tsx"]],["react-javascript",["jsx"]],["javascript",["js","mjs","cjs"]],["json",["json","jsonc","json5","geojson","map"]],["html",["html","htm","astro","ejs","hbs","handlebars","liquid","njk","nunjucks","pug"]],["css",["css","pcss","less","styl","stylus"]],["sass",["scss","sass"]],["vue",["vue"]],["svelte",["svelte"]],["markdown",["md","mdx","markdown","mdown"]],["yaml",["yaml","yml"]],["config",["toml","ini","cfg","conf","config","properties"]],["shell",["sh","bash","zsh","fish"]],["powershell",["ps1","psm1","psd1"]],["image",["png","jpg","jpeg","gif","webp","avif","ico","bmp","tif","tiff"]],["svg",["svg"]],["audio",["mp3","m4a","wav","ogg","flac"]],["video",["mp4","m4v","mov","webm"]],["font",["woff","woff2","ttf","otf","eot"]],["database",["sql","sqlite","sqlite3","db"]],["prisma",["prisma"]],["graphql",["graphql","graphqls","gql"]],["python",["py","pyi","pyw"]],["ruby",["rb","erb"]],["go",["go"]],["rust",["rs"]],["java",["java","class","jar"]],["gradle",["gradle"]],["kotlin",["kt","kts"]],["swift",["swift"]],["c",["c","m"]],["c-header",["h"]],["cpp",["cc","cpp","cxx","mm"]],["cpp-header",["hh","hpp","hxx"]],["csharp",["cs","csx"]],["php",["php","phtml"]],["lua",["lua"]],["dart",["dart"]],["elixir",["ex","exs","heex"]],["wasm",["wasm","wat"]],["protobuf",["proto"]],["xml",["xml","xsl","xslt","plist","csproj","fsproj","vbproj"]],["terraform",["tf","tfvars","hcl"]],["notebook",["ipynb"]],["text",["txt","log","csv","tsv"]],["pdf",["pdf"]],["archive",["zip","tar","gz","tgz","bz2","xz","7z","rar"]],["license",["license"]],["build",["mk"]],["cmake",["cmake"]]],Fz=new Map(Dz.flatMap(([e,t])=>t.map(a=>[a,e])));function Sz(e){const t=A7(e).toLowerCase();for(const[i,o]of wz)if(i.test(t))return Ko[o];const a=t.includes(".")?t.slice(t.lastIndexOf(".")+1):"",l=Fz.get(a);return l?Ko[l]:t.startsWith(".")&&t.length>1?Ko.config:Ko.file}const Nt=(e,t,a)=>({name:e,closedIcon:t,openedIcon:a}),G4={folder:Nt("folder",r_,l_),src:Nt("src",hz,pz),app:Nt("app",bT,vT),component:Nt("component",FT,ST),test:Nt("test",bz,vz),public:Nt("public",rz,lz),config:Nt("config",MT,NT),docs:Nt("docs",HT,GT),github:Nt("github",UT,$T),node:Nt("node",nz,az),asset:Nt("asset",CT,kT),script:Nt("script",oz,cz),library:Nt("library",YT,WT),api:Nt("api",ET,yT),server:Nt("server",uz,xz),client:Nt("client",wT,DT),dist:Nt("dist",LT,PT),database:Nt("database",RT,OT),route:Nt("route",iz,sz),hook:Nt("hook",ZT,qT),service:Nt("service",dz,fz),model:Nt("model",ez,tz),controller:Nt("controller",jT,_T),view:Nt("view",Az,Bz),mock:Nt("mock",XT,JT),coverage:Nt("coverage",TT,zT),font:Nt("font",IT,VT),audio:Nt("audio",AT,BT),video:Nt("video",Cz,kz),image:Nt("image",QT,KT),style:Nt("style",mz,gz),template:Nt("template",Ez,yz)},Mz=new Map([...zt("src",["src","source","sources"]),...zt("app",["app","apps"]),...zt("component",["component","components"]),...zt("test",["test","tests","__tests__","spec","specs","e2e"]),...zt("public",["public","static"]),...zt("config",[".config","config","configs"]),...zt("docs",["doc","docs","documentation"]),...zt("github",[".github",".gitlab"]),...zt("node",["node_modules"]),...zt("asset",["asset","assets"]),...zt("script",["bin","script","scripts"]),...zt("library",["lib","libs","library","libraries"]),...zt("api",["api","apis"]),...zt("server",["backend","server","servers"]),...zt("client",["client","clients","frontend"]),...zt("dist",["build","dist","out","output"]),...zt("database",["data","database","databases","db","migrations"]),...zt("route",["route","router","routers","routes"]),...zt("hook",["hook","hooks"]),...zt("service",["service","services"]),...zt("model",["model","models"]),...zt("controller",["controller","controllers"]),...zt("view",["view","views"]),...zt("mock",["fixture","fixtures","mock","mocks"]),...zt("coverage",["coverage"]),...zt("font",["font","fonts"]),...zt("audio",["audio"]),...zt("video",["video","videos"]),...zt("image",["image","images","img"]),...zt("style",["css","style","styles"]),...zt("template",["template","templates"])]);function Nz(e){const t=Mz.get(A7(e).toLowerCase());return t?G4[t]:G4.folder}function zt(e,t){return t.map(a=>[a,e])}function A7(e){return e.split(/[/\\]/).filter(Boolean).at(-1)??""}function B7({artwork:e,className:t,...a}){const l=e.width??16,i=e.height??16,o=e.left??0,u=e.top??0;return c.jsx("svg",{...a,"aria-hidden":"true",focusable:"false",viewBox:`${o} ${u} ${l} ${i}`,className:fe("inline-block size-4 shrink-0",t),dangerouslySetInnerHTML:{__html:e.body}})}function w7({path:e,...t}){const a=Sz(e);return c.jsx(B7,{...t,artwork:a.icon,"data-file-icon":a.name})}function jz({expanded:e,path:t,...a}){const l=Nz(t);return c.jsx(B7,{...a,artwork:e?l.openedIcon:l.closedIcon,"data-folder-expanded":e,"data-folder-icon":l.name})}function _z(e,t){if(e.pr_status==="merged")return"merged";if(t&&(t.dirty||t.unpushed))return"push";switch(e.pr_status){case"conflicts":return"resolve";case"checks_failed":return"failed";case"checks_pending":return"checks";case"mergeable":return"merge";case"draft":return"draft";default:return null}}const Tz={push:{label:"Uncommitted changes",tone:"text-working",icon:c.jsx(uk,{size:14})},resolve:{label:"Merge conflicts",tone:"text-muted",icon:c.jsx(Jr,{size:14})},merge:{label:"Ready to merge",tone:"text-add"},checks:{label:"Checks running",tone:"text-working",icon:c.jsx(fn,{size:14,className:"animate-spin"})},failed:{label:"Checks failed",tone:"text-del",icon:c.jsx(ak,{size:14})},draft:{label:"Draft",tone:"text-muted"},merged:{label:"Merged",tone:"text-pr-merged",icon:c.jsx(Tx,{size:14})}},zz={push:"Commit all outstanding changes with a clear message and push the branch to the remote.",resolve:"This branch has merge conflicts with its base branch. Merge the base branch in, resolve the conflicts, then commit and push."};function Rz({ws:e,local:t,sessionId:a}){return c.jsx(Oz,{ws:e,local:t,sessionId:a},e.id)}function Oz({ws:e,local:t,sessionId:a}){const l=Rn(),[i,o]=A.useState(!1),[u,d]=A.useState(!1),[f,h]=A.useState(null);if(f?.ok&&(f.continued||e.pr_status!=="merged"))return c.jsxs(I4,{children:[c.jsx(b0,{size:15,className:"shrink-0 text-add"}),c.jsx("span",{className:"truncate font-medium text-add",children:f.msg})]});const m=_z(e,t);if(!m)return null;const{label:p,tone:y,icon:b}=Tz[m],v=async()=>{d(!0),h(null);try{const B=await we.merge(e.id);B.ok?(h({ok:!0,msg:`Merged${B.method?` (${B.method})`:""}`}),l.invalidateQueries({queryKey:["state"]}),l.invalidateQueries({queryKey:["diff",e.id]})):(h({ok:!1,msg:B.error||"Merge failed"}),o(!1))}catch(B){h({ok:!1,msg:B instanceof Error?B.message:String(B)}),o(!1)}finally{d(!1)}},C=async()=>{d(!0),h(null);try{const B=await we.continueWorkspace(e.id,a);B.ok?(h({ok:!0,msg:B.workspace?.branch?`Continued on ${B.workspace.branch}`:"Continued on a new branch",continued:!0}),l.invalidateQueries({queryKey:["state"]}),l.invalidateQueries({queryKey:["diff",e.id]})):h({ok:!1,msg:B.error||"Could not continue this workspace"})}catch(B){h({ok:!1,msg:B instanceof Error?B.message:String(B)})}finally{d(!1)}},k=async B=>{if(!e.active_session_id)return h({ok:!1,msg:"No active session to message"});d(!0),h(null);try{const N=await we.sendPrompt(e.active_session_id,zz[B],e.id);h(N.ok?{ok:!0,msg:"Asked the agent"}:{ok:!1,msg:N.error||"Send failed"})}catch(N){h({ok:!1,msg:N instanceof Error?N.message:String(N)})}finally{d(!1)}};return c.jsxs(I4,{tint:m==="merge"?"add":m==="merged"?"merged":void 0,children:[e.pr_number?c.jsxs("a",{href:e.pr_url??void 0,target:"_blank",rel:"noreferrer",className:fe("flex shrink-0 items-center gap-0.5 rounded-md px-1.5 py-0.5 font-mono text-[11px] active:bg-surface",m==="merged"?"bg-pr-merged/15 text-pr-merged":"bg-surface-2 text-muted"),children:["#",e.pr_number,c.jsx(Iv,{size:12})]}):null,c.jsxs("span",{className:fe("flex items-center gap-1 truncate font-medium",y),children:[b,p]}),c.jsxs("div",{className:"ml-auto flex shrink-0 items-center gap-2",children:[f&&!f.ok?c.jsxs(c.Fragment,{children:[c.jsx("span",{className:"max-w-36 truncate text-[11px] text-del",children:f.msg}),Er(f.msg)?c.jsx(xa,{className:"shrink-0 text-[11px]"}):null]}):null,m==="merge"||m==="checks"?i?c.jsxs(c.Fragment,{children:[c.jsx(Lz,{onClick:()=>o(!1)}),c.jsx(Zi,{onClick:v,busy:u,className:m==="merge"?"bg-add text-on-solid":"bg-working text-on-solid",children:"Confirm"})]}):c.jsxs(Zi,{onClick:()=>o(!0),className:m==="merge"?"bg-add text-on-solid":"border border-border bg-surface-2 text-text",children:[c.jsx(Tx,{size:13}),"Merge"]}):m==="push"?c.jsx(Zi,{onClick:()=>k("push"),busy:u,className:"bg-working text-on-solid",children:"Commit & push"}):m==="resolve"?c.jsx(Zi,{onClick:()=>k("resolve"),busy:u,className:"border border-border bg-surface-2 text-text",children:"Resolve"}):m==="merged"?c.jsxs(Zi,{onClick:C,busy:u,title:"Continue on a new branch with the same chats",className:"border border-pr-merged/30 bg-surface-2 text-pr-merged",children:[c.jsx(wA,{size:13}),"Continue"]}):null]})]})}function Zi({onClick:e,busy:t,title:a,className:l,children:i}){return c.jsxs("button",{type:"button",onClick:e,disabled:t,title:a,className:fe("flex items-center gap-1.5 rounded-lg px-2.5 py-1 text-xs font-semibold transition active:scale-95 disabled:opacity-60",l),children:[t?c.jsx(fn,{size:13,className:"animate-spin"}):null,i]})}function Lz({onClick:e}){return c.jsx("button",{type:"button",onClick:e,className:"rounded-lg px-2 py-1 text-xs text-muted active:bg-surface-2",children:"Cancel"})}const Pz={add:"bg-add/10",merged:"bg-pr-merged/10"};function I4({tint:e,children:t}){return c.jsx("div",{className:fe("sticky top-0 z-10 flex items-center gap-2 border-b border-border-soft px-3 py-2 backdrop-blur",e?Pz[e]:"bg-surface/95"),children:t})}const Hz=A.lazy(()=>td(()=>import("./PierrePatch-Dfh5TW8u.js"),[]));function D7(e){return e.patch.split(`
|
|
28
28
|
`).some(t=>t.startsWith("@@ "))?c.jsx(A.Suspense,{fallback:c.jsx(V4,{...e}),children:c.jsx(Hz,{...e})}):c.jsx(V4,{...e})}function V4({patch:e,truncated:t,className:a}){const l=A.useMemo(()=>e.split(`
|
|
29
29
|
`),[e]);return c.jsxs("pre",{className:fe("overflow-x-auto font-mono text-[11.5px] leading-[1.5]",a),children:[l.map((i,o)=>c.jsx("div",{className:fe("whitespace-pre",Gz(i)),children:i||" "},o)),t?c.jsx("div",{className:"mt-2 text-faint",children:"… diff truncated …"}):null]})}function Gz(e){return e.startsWith("+")&&!e.startsWith("+++")?"text-add":e.startsWith("-")&&!e.startsWith("---")?"text-del":e.startsWith("@@")?"text-accent":e.startsWith("diff ")||e.startsWith("index ")||e.startsWith("+++")||e.startsWith("---")?"text-faint":"text-muted"}function Iz(e){const t=e.regex,a={},l={begin:/\$\{/,end:/\}/,contains:["self",{begin:/:-/,contains:[a]}]};Object.assign(a,{className:"variable",variants:[{begin:t.concat(/\$[\w\d#@][\w\d_]*/,"(?![\\w\\d])(?![$])")},l]});const i={className:"subst",begin:/\$\(/,end:/\)/,contains:[e.BACKSLASH_ESCAPE]},o=e.inherit(e.COMMENT(),{match:[/(^|\s)/,/#.*$/],scope:{2:"comment"}}),u={begin:/<<-?\s*(?=\w+)/,starts:{contains:[e.END_SAME_AS_BEGIN({begin:/(\w+)/,end:/(\w+)/,className:"string"})]}},d={className:"string",begin:/"/,end:/"/,contains:[e.BACKSLASH_ESCAPE,a,i]};i.contains.push(d);const f={match:/\\"/},h={className:"string",begin:/'/,end:/'/},m={match:/\\'/},p={begin:/\$?\(\(/,end:/\)\)/,contains:[{begin:/\d+#[0-9a-f]+/,className:"number"},e.NUMBER_MODE,a]},y=["fish","bash","zsh","sh","csh","ksh","tcsh","dash","scsh"],b=e.SHEBANG({binary:`(${y.join("|")})`,relevance:10}),v={className:"function",begin:/\w[\w\d_]*\s*\(\s*\)\s*\{/,returnBegin:!0,contains:[e.inherit(e.TITLE_MODE,{begin:/\w[\w\d_]*/})],relevance:0},C=["if","then","else","elif","fi","time","for","while","until","in","do","done","case","esac","coproc","function","select"],k=["true","false"],B={match:/(\/[a-z._-]+)+/},N=["break","cd","continue","eval","exec","exit","export","getopts","hash","pwd","readonly","return","shift","test","times","trap","umask","unset"],F=["alias","bind","builtin","caller","command","declare","echo","enable","help","let","local","logout","mapfile","printf","read","readarray","source","sudo","type","typeset","ulimit","unalias"],S=["autoload","bg","bindkey","bye","cap","chdir","clone","comparguments","compcall","compctl","compdescribe","compfiles","compgroups","compquote","comptags","comptry","compvalues","dirs","disable","disown","echotc","echoti","emulate","fc","fg","float","functions","getcap","getln","history","integer","jobs","kill","limit","log","noglob","popd","print","pushd","pushln","rehash","sched","setcap","setopt","stat","suspend","ttyctl","unfunction","unhash","unlimit","unsetopt","vared","wait","whence","where","which","zcompile","zformat","zftp","zle","zmodload","zparseopts","zprof","zpty","zregexparse","zsocket","zstyle","ztcp"],M=["chcon","chgrp","chown","chmod","cp","dd","df","dir","dircolors","ln","ls","mkdir","mkfifo","mknod","mktemp","mv","realpath","rm","rmdir","shred","sync","touch","truncate","vdir","b2sum","base32","base64","cat","cksum","comm","csplit","cut","expand","fmt","fold","head","join","md5sum","nl","numfmt","od","paste","ptx","pr","sha1sum","sha224sum","sha256sum","sha384sum","sha512sum","shuf","sort","split","sum","tac","tail","tr","tsort","unexpand","uniq","wc","arch","basename","chroot","date","dirname","du","echo","env","expr","factor","groups","hostid","id","link","logname","nice","nohup","nproc","pathchk","pinky","printenv","printf","pwd","readlink","runcon","seq","sleep","stat","stdbuf","stty","tee","test","timeout","tty","uname","unlink","uptime","users","who","whoami","yes"];return{name:"Bash",aliases:["sh","zsh"],keywords:{$pattern:/\b[a-z][a-z0-9._-]+\b/,keyword:C,literal:k,built_in:[...N,...F,"set","shopt",...S,...M]},contains:[b,e.SHEBANG(),v,p,o,u,B,d,f,h,m,a]}}const Vz=e=>({IMPORTANT:{scope:"meta",begin:"!important"},BLOCK_COMMENT:e.C_BLOCK_COMMENT_MODE,HEXCOLOR:{scope:"number",begin:/#(([0-9a-fA-F]{3,4})|(([0-9a-fA-F]{2}){3,4}))\b/},UNICODE_RANGE:{scope:"number",begin:/\b[Uu]\+[0-9A-Fa-f][0-9A-Fa-f?]{0,4}(-[0-9A-Fa-f][0-9A-Fa-f]{0,4})?/},FUNCTION_DISPATCH:{className:"built_in",begin:/[\w-]+(?=\()/},ATTRIBUTE_SELECTOR_MODE:{scope:"selector-attr",begin:/\[/,end:/\]/,illegal:"$",contains:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]},CSS_NUMBER_MODE:{scope:"number",begin:e.NUMBER_RE+"(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?",relevance:0},CSS_VARIABLE:{className:"attr",begin:/--[A-Za-z_][A-Za-z0-9_-]*/}}),Uz=["a","abbr","address","article","aside","audio","b","blockquote","body","button","canvas","caption","cite","code","dd","del","details","dfn","div","dl","dt","em","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hgroup","html","i","iframe","img","input","ins","kbd","label","legend","li","main","mark","menu","nav","object","ol","optgroup","option","p","picture","q","quote","samp","section","select","source","span","strong","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","tr","ul","var","video"],$z=["defs","g","marker","mask","pattern","svg","switch","symbol","feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feFlood","feGaussianBlur","feImage","feMerge","feMorphology","feOffset","feSpecularLighting","feTile","feTurbulence","linearGradient","radialGradient","stop","circle","ellipse","image","line","path","polygon","polyline","rect","text","use","textPath","tspan","foreignObject","clipPath"],Zz=[...Uz,...$z],qz=["any-hover","any-pointer","aspect-ratio","color","color-gamut","color-index","device-aspect-ratio","device-height","device-width","display-mode","forced-colors","grid","height","hover","inverted-colors","monochrome","orientation","overflow-block","overflow-inline","pointer","prefers-color-scheme","prefers-contrast","prefers-reduced-motion","prefers-reduced-transparency","resolution","scan","scripting","update","width","min-width","max-width","min-height","max-height"].sort().reverse(),Qz=["active","any-link","blank","checked","current","default","defined","dir","disabled","drop","empty","enabled","first","first-child","first-of-type","fullscreen","future","focus","focus-visible","focus-within","has","host","host-context","hover","indeterminate","in-range","invalid","is","lang","last-child","last-of-type","left","link","local-link","not","nth-child","nth-col","nth-last-child","nth-last-col","nth-last-of-type","nth-of-type","only-child","only-of-type","optional","out-of-range","past","placeholder-shown","read-only","read-write","required","right","root","scope","target","target-within","user-invalid","valid","visited","where"].sort().reverse(),Kz=["after","backdrop","before","cue","cue-region","first-letter","first-line","grammar-error","marker","part","placeholder","selection","slotted","spelling-error"].sort().reverse(),Yz=["accent-color","align-content","align-items","align-self","alignment-baseline","all","anchor-name","animation","animation-composition","animation-delay","animation-direction","animation-duration","animation-fill-mode","animation-iteration-count","animation-name","animation-play-state","animation-range","animation-range-end","animation-range-start","animation-timeline","animation-timing-function","appearance","aspect-ratio","backdrop-filter","backface-visibility","background","background-attachment","background-blend-mode","background-clip","background-color","background-image","background-origin","background-position","background-position-x","background-position-y","background-repeat","background-size","baseline-shift","block-size","border","border-block","border-block-color","border-block-end","border-block-end-color","border-block-end-style","border-block-end-width","border-block-start","border-block-start-color","border-block-start-style","border-block-start-width","border-block-style","border-block-width","border-bottom","border-bottom-color","border-bottom-left-radius","border-bottom-right-radius","border-bottom-style","border-bottom-width","border-collapse","border-color","border-end-end-radius","border-end-start-radius","border-image","border-image-outset","border-image-repeat","border-image-slice","border-image-source","border-image-width","border-inline","border-inline-color","border-inline-end","border-inline-end-color","border-inline-end-style","border-inline-end-width","border-inline-start","border-inline-start-color","border-inline-start-style","border-inline-start-width","border-inline-style","border-inline-width","border-left","border-left-color","border-left-style","border-left-width","border-radius","border-right","border-right-color","border-right-style","border-right-width","border-spacing","border-start-end-radius","border-start-start-radius","border-style","border-top","border-top-color","border-top-left-radius","border-top-right-radius","border-top-style","border-top-width","border-width","bottom","box-align","box-decoration-break","box-direction","box-flex","box-flex-group","box-lines","box-ordinal-group","box-orient","box-pack","box-shadow","box-sizing","break-after","break-before","break-inside","caption-side","caret-color","clear","clip","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","color-scheme","column-count","column-fill","column-gap","column-rule","column-rule-color","column-rule-style","column-rule-width","column-span","column-width","columns","contain","contain-intrinsic-block-size","contain-intrinsic-height","contain-intrinsic-inline-size","contain-intrinsic-size","contain-intrinsic-width","container","container-name","container-type","content","content-visibility","counter-increment","counter-reset","counter-set","cue","cue-after","cue-before","cursor","cx","cy","direction","display","dominant-baseline","empty-cells","enable-background","field-sizing","fill","fill-opacity","fill-rule","filter","flex","flex-basis","flex-direction","flex-flow","flex-grow","flex-shrink","flex-wrap","float","flood-color","flood-opacity","flow","font","font-display","font-family","font-feature-settings","font-kerning","font-language-override","font-optical-sizing","font-palette","font-size","font-size-adjust","font-smooth","font-smoothing","font-stretch","font-style","font-synthesis","font-synthesis-position","font-synthesis-small-caps","font-synthesis-style","font-synthesis-weight","font-variant","font-variant-alternates","font-variant-caps","font-variant-east-asian","font-variant-emoji","font-variant-ligatures","font-variant-numeric","font-variant-position","font-variation-settings","font-weight","forced-color-adjust","gap","glyph-orientation-horizontal","glyph-orientation-vertical","grid","grid-area","grid-auto-columns","grid-auto-flow","grid-auto-rows","grid-column","grid-column-end","grid-column-start","grid-gap","grid-row","grid-row-end","grid-row-start","grid-template","grid-template-areas","grid-template-columns","grid-template-rows","hanging-punctuation","height","hyphenate-character","hyphenate-limit-chars","hyphens","icon","image-orientation","image-rendering","image-resolution","ime-mode","initial-letter","initial-letter-align","inline-size","inset","inset-area","inset-block","inset-block-end","inset-block-start","inset-inline","inset-inline-end","inset-inline-start","isolation","justify-content","justify-items","justify-self","kerning","left","letter-spacing","lighting-color","line-break","line-height","line-height-step","list-style","list-style-image","list-style-position","list-style-type","margin","margin-block","margin-block-end","margin-block-start","margin-bottom","margin-inline","margin-inline-end","margin-inline-start","margin-left","margin-right","margin-top","margin-trim","marker","marker-end","marker-mid","marker-start","marks","mask","mask-border","mask-border-mode","mask-border-outset","mask-border-repeat","mask-border-slice","mask-border-source","mask-border-width","mask-clip","mask-composite","mask-image","mask-mode","mask-origin","mask-position","mask-repeat","mask-size","mask-type","masonry-auto-flow","math-depth","math-shift","math-style","max-block-size","max-height","max-inline-size","max-width","min-block-size","min-height","min-inline-size","min-width","mix-blend-mode","nav-down","nav-index","nav-left","nav-right","nav-up","none","normal","object-fit","object-position","offset","offset-anchor","offset-distance","offset-path","offset-position","offset-rotate","opacity","order","orphans","outline","outline-color","outline-offset","outline-style","outline-width","overflow","overflow-anchor","overflow-block","overflow-clip-margin","overflow-inline","overflow-wrap","overflow-x","overflow-y","overlay","overscroll-behavior","overscroll-behavior-block","overscroll-behavior-inline","overscroll-behavior-x","overscroll-behavior-y","padding","padding-block","padding-block-end","padding-block-start","padding-bottom","padding-inline","padding-inline-end","padding-inline-start","padding-left","padding-right","padding-top","page","page-break-after","page-break-before","page-break-inside","paint-order","pause","pause-after","pause-before","perspective","perspective-origin","place-content","place-items","place-self","pointer-events","position","position-anchor","position-visibility","print-color-adjust","quotes","r","resize","rest","rest-after","rest-before","right","rotate","row-gap","ruby-align","ruby-position","scale","scroll-behavior","scroll-margin","scroll-margin-block","scroll-margin-block-end","scroll-margin-block-start","scroll-margin-bottom","scroll-margin-inline","scroll-margin-inline-end","scroll-margin-inline-start","scroll-margin-left","scroll-margin-right","scroll-margin-top","scroll-padding","scroll-padding-block","scroll-padding-block-end","scroll-padding-block-start","scroll-padding-bottom","scroll-padding-inline","scroll-padding-inline-end","scroll-padding-inline-start","scroll-padding-left","scroll-padding-right","scroll-padding-top","scroll-snap-align","scroll-snap-stop","scroll-snap-type","scroll-timeline","scroll-timeline-axis","scroll-timeline-name","scrollbar-color","scrollbar-gutter","scrollbar-width","shape-image-threshold","shape-margin","shape-outside","shape-rendering","speak","speak-as","src","stop-color","stop-opacity","stroke","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke-width","tab-size","table-layout","text-align","text-align-all","text-align-last","text-anchor","text-combine-upright","text-decoration","text-decoration-color","text-decoration-line","text-decoration-skip","text-decoration-skip-ink","text-decoration-style","text-decoration-thickness","text-emphasis","text-emphasis-color","text-emphasis-position","text-emphasis-style","text-indent","text-justify","text-orientation","text-overflow","text-rendering","text-shadow","text-size-adjust","text-transform","text-underline-offset","text-underline-position","text-wrap","text-wrap-mode","text-wrap-style","timeline-scope","top","touch-action","transform","transform-box","transform-origin","transform-style","transition","transition-behavior","transition-delay","transition-duration","transition-property","transition-timing-function","translate","unicode-bidi","unicode-range","user-modify","user-select","vector-effect","vertical-align","view-timeline","view-timeline-axis","view-timeline-inset","view-timeline-name","view-transition-name","visibility","voice-balance","voice-duration","voice-family","voice-pitch","voice-range","voice-rate","voice-stress","voice-volume","white-space","white-space-collapse","widows","width","will-change","word-break","word-spacing","word-wrap","writing-mode","x","y","z-index","zoom"].sort().reverse();function Wz(e){const t=e.regex,a=Vz(e),l={begin:/-(webkit|moz|ms|o)-(?=[a-z])/},i="and or not only",o=/@-?\w[\w]*(-\w+)*/,u="[a-zA-Z-][a-zA-Z0-9_-]*",d=[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE];return{name:"CSS",case_insensitive:!0,illegal:/[=|'\$]/,keywords:{keyframePosition:"from to"},classNameAliases:{keyframePosition:"selector-tag"},contains:[a.BLOCK_COMMENT,l,a.CSS_NUMBER_MODE,{className:"selector-id",begin:/#[A-Za-z0-9_-]+/,relevance:0},{className:"selector-class",begin:"\\."+u,relevance:0},a.ATTRIBUTE_SELECTOR_MODE,{className:"selector-pseudo",variants:[{begin:":("+Qz.join("|")+")"},{begin:":(:)?("+Kz.join("|")+")"}]},a.CSS_VARIABLE,{className:"attribute",begin:"\\b("+Yz.join("|")+")\\b"},{begin:/:/,end:/[;}{]/,contains:[a.BLOCK_COMMENT,a.HEXCOLOR,a.IMPORTANT,a.CSS_NUMBER_MODE,a.UNICODE_RANGE,...d,{begin:/(url|data-uri)\(/,end:/\)/,relevance:0,keywords:{built_in:"url data-uri"},contains:[...d,{className:"string",begin:/[^)]/,endsWithParent:!0,excludeEnd:!0}]},a.FUNCTION_DISPATCH]},{begin:t.lookahead(/@/),end:"[{;]",relevance:0,illegal:/:/,contains:[{className:"keyword",begin:o},{begin:/\s/,endsWithParent:!0,excludeEnd:!0,relevance:0,keywords:{$pattern:/[a-z-]+/,keyword:i,attribute:qz.join(" ")},contains:[{begin:/[a-z-]+(?=:)/,className:"attribute"},...d,a.CSS_NUMBER_MODE]}]},{className:"selector-tag",begin:"\\b("+Zz.join("|")+")\\b"}]}}function Xz(e){const t=e.regex,a={className:"number",relevance:0,variants:[{begin:/([+-]+)?[\d]+_[\d_]+/},{begin:e.NUMBER_RE}]},l=e.COMMENT();l.variants=[{begin:/;/,end:/$/},{begin:/#/,end:/$/}];const i={className:"variable",variants:[{begin:/\$[\w\d"][\w\d_]*/},{begin:/\$\{(.*?)\}/}]},o={className:"literal",begin:/\bon|off|true|false|yes|no\b/},u={className:"string",contains:[e.BACKSLASH_ESCAPE],variants:[{begin:"'''",end:"'''",relevance:10},{begin:'"""',end:'"""',relevance:10},{begin:'"',end:'"'},{begin:"'",end:"'"}]},d={begin:/\[/,end:/\]/,contains:[l,o,i,u,a,"self"],relevance:0},f=/[A-Za-z0-9_-]+/,h=/"(\\"|[^"])*"/,m=/'[^']*'/,p=t.either(f,h,m),y=t.concat(p,"(\\s*\\.\\s*",p,")*",t.lookahead(/\s*=\s*[^#\s]/));return{name:"TOML, also INI",aliases:["toml"],case_insensitive:!0,illegal:/\S/,contains:[l,{className:"section",begin:/\[+/,end:/\]+/},{begin:y,className:"attr",starts:{end:/$/,contains:[l,d,o,i,u,a]}}]}}const U4="[A-Za-z$_][0-9A-Za-z$_]*",Jz=["as","in","of","if","for","while","finally","var","new","function","do","return","void","else","break","catch","instanceof","with","throw","case","default","try","switch","continue","typeof","delete","let","yield","const","class","debugger","async","await","static","import","from","export","extends","using"],eR=["true","false","null","undefined","NaN","Infinity"],F7=["Object","Function","Boolean","Symbol","Math","Date","Number","BigInt","String","RegExp","Array","Float32Array","Float64Array","Int8Array","Uint8Array","Uint8ClampedArray","Int16Array","Int32Array","Uint16Array","Uint32Array","BigInt64Array","BigUint64Array","Set","Map","WeakSet","WeakMap","ArrayBuffer","SharedArrayBuffer","Atomics","DataView","JSON","Promise","Generator","GeneratorFunction","AsyncFunction","Reflect","Proxy","Intl","WebAssembly"],S7=["Error","EvalError","InternalError","RangeError","ReferenceError","SyntaxError","TypeError","URIError"],M7=["setInterval","setTimeout","clearInterval","clearTimeout","require","exports","eval","isFinite","isNaN","parseFloat","parseInt","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","unescape"],tR=["arguments","this","super","console","window","document","localStorage","sessionStorage","module","global"],nR=[].concat(M7,F7,S7);function aR(e){const t=e.regex,a=(te,{after:oe})=>{const _="</"+te[0].slice(1);return te.input.indexOf(_,oe)!==-1},l=U4,i={begin:"<>",end:"</>"},o=/<[A-Za-z0-9\\._:-]+\s*\/>/,u={begin:/<[A-Za-z0-9\\._:-]+/,end:/\/[A-Za-z0-9\\._:-]+>|\/>/,isTrulyOpeningTag:(te,oe)=>{const _=te[0].length+te.index,L=te.input[_];if(L==="<"||L===","){oe.ignoreMatch();return}L===">"&&(a(te,{after:_})||oe.ignoreMatch());let K;const R=te.input.substring(_);if(K=R.match(/^\s*=/)){oe.ignoreMatch();return}if((K=R.match(/^\s+extends\s+/))&&K.index===0){oe.ignoreMatch();return}}},d={$pattern:U4,keyword:Jz,literal:eR,built_in:nR,"variable.language":tR},f="[0-9](_?[0-9])*",h=`\\.(${f})`,m="0|[1-9](_?[0-9])*|0[0-7]*[89][0-9]*",p={className:"number",variants:[{begin:`(\\b(${m})((${h})|\\.)?|(${h}))[eE][+-]?(${f})\\b`},{begin:`\\b(${m})\\b((${h})\\b|\\.)?|(${h})\\b`},{begin:"\\b(0|[1-9](_?[0-9])*)n\\b"},{begin:"\\b0[xX][0-9a-fA-F](_?[0-9a-fA-F])*n?\\b"},{begin:"\\b0[bB][0-1](_?[0-1])*n?\\b"},{begin:"\\b0[oO][0-7](_?[0-7])*n?\\b"},{begin:"\\b0[0-7]+n?\\b"}],relevance:0},y={className:"subst",begin:"\\$\\{",end:"\\}",keywords:d,contains:[]},b={begin:".?html`",end:"",starts:{end:"`",returnEnd:!1,contains:[e.BACKSLASH_ESCAPE,y],subLanguage:"xml"}},v={begin:".?css`",end:"",starts:{end:"`",returnEnd:!1,contains:[e.BACKSLASH_ESCAPE,y],subLanguage:"css"}},C={begin:".?gql`",end:"",starts:{end:"`",returnEnd:!1,contains:[e.BACKSLASH_ESCAPE,y],subLanguage:"graphql"}},k={className:"string",begin:"`",end:"`",contains:[e.BACKSLASH_ESCAPE,y]},N={className:"comment",variants:[e.COMMENT(/\/\*\*(?!\/)/,"\\*/",{relevance:0,contains:[{begin:"(?=@[A-Za-z]+)",relevance:0,contains:[{className:"doctag",begin:"@[A-Za-z]+"},{className:"type",begin:"\\{",end:"\\}",excludeEnd:!0,excludeBegin:!0,relevance:0},{className:"variable",begin:l+"(?=\\s*(-)|$)",endsParent:!0,relevance:0},{begin:/(?=[^\n])\s/,relevance:0}]}]}),e.C_BLOCK_COMMENT_MODE,e.C_LINE_COMMENT_MODE]},F=[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,b,v,C,k,{match:/\$\d+/},p];y.contains=F.concat({begin:/\{/,end:/\}/,keywords:d,contains:["self"].concat(F)});const S=[].concat(N,y.contains),M=S.concat([{begin:/(\s*)\(/,end:/\)/,keywords:d,contains:["self"].concat(S)}]),D={className:"params",begin:/(\s*)\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:d,contains:M},j={variants:[{match:[/class/,/\s+/,l,/\s+/,/extends/,/\s+/,t.concat(l,"(",t.concat(/\./,l),")*")],scope:{1:"keyword",3:"title.class",5:"keyword",7:"title.class.inherited"}},{match:[/class/,/\s+/,l],scope:{1:"keyword",3:"title.class"}}]},O={relevance:0,match:t.either(/\bJSON/,/\b[A-Z][a-z]+([A-Z][a-z]*|\d)*/,/\b[A-Z]{2,}([A-Z][a-z]+|\d)+([A-Z][a-z]*)*/,/\b[A-Z]{2,}[a-z]+([A-Z][a-z]+|\d)*([A-Z][a-z]*)*/),className:"title.class",keywords:{_:[...F7,...S7]}},P={label:"use_strict",className:"meta",relevance:10,begin:/^\s*['"]use (strict|asm)['"]/},T={variants:[{match:[/function/,/\s+/,l,/(?=\s*\()/]},{match:[/function/,/\s*(?=\()/]}],className:{1:"keyword",3:"title.function"},label:"func.def",contains:[D],illegal:/%/},G={relevance:0,match:/\b[A-Z][A-Z_0-9]+\b/,className:"variable.constant"};function Z(te){return t.concat("(?!",te.join("|"),")")}const ne={match:t.concat(/\b/,Z([...M7,"super","import","await"].map(te=>`${te}\\s*\\(`)),l,t.lookahead(/\s*\(/)),className:"title.function",relevance:0},W={begin:t.concat(/\./,t.lookahead(t.concat(l,/(?![0-9A-Za-z$_(])/))),end:l,excludeBegin:!0,keywords:"prototype",className:"property",relevance:0},Q={match:[/get|set/,/\s+/,l,/(?=\()/],className:{1:"keyword",3:"title.function"},contains:[{begin:/\(\)/},D]},I="(\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)|"+e.UNDERSCORE_IDENT_RE+")\\s*=>",U={match:[/const|var|let/,/\s+/,l,/\s*/,/=\s*/,/(async\s*)?/,t.lookahead(I)],keywords:"async",className:{1:"keyword",3:"title.function"},contains:[D]};return{name:"JavaScript",aliases:["js","jsx","mjs","cjs"],keywords:d,exports:{PARAMS_CONTAINS:M,CLASS_REFERENCE:O},illegal:/#(?![$_A-Za-z])/,contains:[e.SHEBANG({label:"shebang",binary:"node",relevance:5}),P,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,b,v,C,k,N,{match:/\$\d+/},p,O,{scope:"attr",match:l+t.lookahead(":"),relevance:0},U,{begin:"("+e.RE_STARTERS_RE+"|\\b(case|return|throw)\\b)\\s*",keywords:"return throw case",relevance:0,contains:[N,e.REGEXP_MODE,{className:"function",begin:I,returnBegin:!0,end:"\\s*=>",contains:[{className:"params",variants:[{begin:e.UNDERSCORE_IDENT_RE,relevance:0},{className:null,begin:/\(\s*\)/,skip:!0},{begin:/(\s*)\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:d,contains:M}]}]},{begin:/,/,relevance:0},{match:/\s+/,relevance:0},{variants:[{begin:i.begin,end:i.end},{match:o},{begin:u.begin,"on:begin":u.isTrulyOpeningTag,end:u.end}],subLanguage:"xml",contains:[{begin:u.begin,end:u.end,skip:!0,contains:["self"]}]}]},T,{beginKeywords:"while if switch catch for"},{begin:"\\b(?!function)"+e.UNDERSCORE_IDENT_RE+"\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)\\s*\\{",returnBegin:!0,label:"func.def",contains:[D,e.inherit(e.TITLE_MODE,{begin:l,className:"title.function"})]},{match:/\.\.\./,relevance:0},W,{match:"\\$"+l,relevance:0},{match:[/\bconstructor(?=\s*\()/],className:{1:"title.function"},contains:[D]},ne,G,j,Q,{match:/\$[(.]/}]}}const rR="([-+]?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)|NaN|[-+]?Infinity",lR={scope:"number",match:rR,relevance:0};function iR(e){const t={className:"attr",begin:/(("(\\.|[^\\"\r\n])*")|('(\\.|[^\\'\r\n])*'))(?=\s*:)/,relevance:1.01},a={match:/[{}[\],:]/,className:"punctuation",relevance:0},l=["true","false","null"],i={scope:"literal",beginKeywords:l.join(" ")};return{name:"JSON",aliases:["jsonc","json5"],keywords:{literal:l},contains:[t,a,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,i,lR,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE],illegal:"\\S"}}function sR(e){const t=e.regex,a={begin:/<\/?[A-Za-z_]/,end:">",subLanguage:"xml",relevance:0},l={begin:"^[-\\*]{3,}",end:"$"},i={className:"code",variants:[{begin:"(`{3,})[^`](.|\\n)*?\\1`*[ ]*"},{begin:"(~{3,})[^~](.|\\n)*?\\1~*[ ]*"},{begin:"```",end:"```+[ ]*$"},{begin:"~~~",end:"~~~+[ ]*$"},{begin:"`.+?`"},{begin:"(?=^( {4}|\\t))",contains:[{begin:"^( {4}|\\t)",end:"(\\n)$"}],relevance:0}]},o={className:"bullet",begin:"^[ ]*([*+-]|(\\d+\\.))(?=\\s+)",end:"\\s+",excludeEnd:!0},u={begin:/^\[[^\n]+\]:/,returnBegin:!0,contains:[{className:"symbol",begin:/\[/,end:/\]/,excludeBegin:!0,excludeEnd:!0},{className:"link",begin:/:\s*/,end:/$/,excludeBegin:!0}]},d=/[A-Za-z][A-Za-z0-9+.-]*/,f={variants:[{begin:/\[.+?\]\[.*?\]/,relevance:0},{begin:/\[.+?\]\(((data|javascript|mailto):|(?:http|ftp)s?:\/\/).*?\)/,relevance:2},{begin:t.concat(/\[.+?\]\(/,d,/:\/\/.*?\)/),relevance:2},{begin:/\[.+?\]\([./?&#].*?\)/,relevance:1},{begin:/\[.*?\]\(.*?\)/,relevance:0}],returnBegin:!0,contains:[{match:/\[(?=\])/},{className:"string",relevance:0,begin:"\\[",end:"\\]",excludeBegin:!0,returnEnd:!0},{className:"link",relevance:0,begin:"\\]\\(",end:"\\)",excludeBegin:!0,excludeEnd:!0},{className:"symbol",relevance:0,begin:"\\]\\[",end:"\\]",excludeBegin:!0,excludeEnd:!0}]},h={className:"strong",contains:[],variants:[{begin:/_{2}(?!\s)/,end:/_{2}/},{begin:/\*{2}(?!\s)/,end:/\*{2}/}]},m={className:"emphasis",contains:[],variants:[{begin:/\*(?![*\s])/,end:/\*/},{begin:/_(?![_\s])/,end:/_/,relevance:0}]},p=e.inherit(h,{contains:[]}),y=e.inherit(m,{contains:[]});h.contains.push(y),m.contains.push(p);let b=[a,f];return[h,m,p,y].forEach(B=>{B.contains=B.contains.concat(b)}),b=b.concat(h,m),{name:"Markdown",aliases:["md","mkdown","mkd"],contains:[{className:"section",variants:[{begin:"^#{1,6}",end:"$",contains:b},{begin:"(?=^.+?\\n[=-]{2,}$)",contains:[{begin:"^[=-]*$"},{begin:"^",end:"\\n",contains:b}]}]},a,o,h,m,{className:"quote",begin:"^>\\s+",contains:b,end:"$"},i,l,f,u,{scope:"literal",match:/&([a-zA-Z0-9]+|#[0-9]{1,7}|#[Xx][0-9a-fA-F]{1,6});/}]}}function oR(e){const t=e.regex,a=new RegExp("[\\p{XID_Start}_]\\p{XID_Continue}*","u"),l=["and","as","assert","async","await","break","case","class","continue","def","del","elif","else","except","finally","for","from","global","if","import","in","is","lambda","match","nonlocal|10","not","or","pass","raise","return","try","while","with","yield"],d={$pattern:/[A-Za-z]\w+|__\w+__/,keyword:l,built_in:["__import__","abs","all","any","ascii","bin","bool","breakpoint","bytearray","bytes","callable","chr","classmethod","compile","complex","delattr","dict","dir","divmod","enumerate","eval","exec","filter","float","format","frozenset","getattr","globals","hasattr","hash","help","hex","id","input","int","isinstance","issubclass","iter","len","list","locals","map","max","memoryview","min","next","object","oct","open","ord","pow","print","property","range","repr","reversed","round","set","setattr","slice","sorted","staticmethod","str","sum","super","tuple","type","vars","zip"],literal:["__debug__","Ellipsis","False","None","NotImplemented","True"],type:["Any","Callable","Coroutine","Dict","List","Literal","Generic","Optional","Sequence","Set","Tuple","Type","Union"]},f={className:"meta",begin:/^(>>>|\.\.\.) /},h={className:"subst",begin:/\{/,end:/\}/,keywords:d,illegal:/#/},m={begin:/\{\{/,relevance:0},p={className:"string",contains:[e.BACKSLASH_ESCAPE],variants:[{begin:/([uU]|[bB]|[rR]|[bB][rR]|[rR][bB])?'''/,end:/'''/,contains:[e.BACKSLASH_ESCAPE,f],relevance:10},{begin:/([uU]|[bB]|[rR]|[bB][rR]|[rR][bB])?"""/,end:/"""/,contains:[e.BACKSLASH_ESCAPE,f],relevance:10},{begin:/([fF][rR]|[rR][fF]|[fF])'''/,end:/'''/,contains:[e.BACKSLASH_ESCAPE,f,m,h]},{begin:/([fF][rR]|[rR][fF]|[fF])"""/,end:/"""/,contains:[e.BACKSLASH_ESCAPE,f,m,h]},{begin:/([uU]|[rR])'/,end:/'/,relevance:10},{begin:/([uU]|[rR])"/,end:/"/,relevance:10},{begin:/([bB]|[bB][rR]|[rR][bB])'/,end:/'/},{begin:/([bB]|[bB][rR]|[rR][bB])"/,end:/"/},{begin:/([fF][rR]|[rR][fF]|[fF])'/,end:/'/,contains:[e.BACKSLASH_ESCAPE,m,h]},{begin:/([fF][rR]|[rR][fF]|[fF])"/,end:/"/,contains:[e.BACKSLASH_ESCAPE,m,h]},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]},y="[0-9](_?[0-9])*",b=`(\\b(${y}))?\\.(${y})|\\b(${y})\\.`,v=`\\b|${l.join("|")}`,C={className:"number",relevance:0,variants:[{begin:`(\\b(${y})|(${b}))[eE][+-]?(${y})[jJ]?(?=${v})`},{begin:`(${b})[jJ]?`},{begin:`\\b([1-9](_?[0-9])*|0+(_?0)*)[lLjJ]?(?=${v})`},{begin:`\\b0[bB](_?[01])+[lL]?(?=${v})`},{begin:`\\b0[oO](_?[0-7])+[lL]?(?=${v})`},{begin:`\\b0[xX](_?[0-9a-fA-F])+[lL]?(?=${v})`},{begin:`\\b(${y})[jJ](?=${v})`}]},k={className:"comment",begin:t.lookahead(/# type:/),end:/$/,keywords:d,contains:[{begin:/# type:/},{begin:/#/,end:/\b\B/,endsWithParent:!0}]},B={className:"params",variants:[{className:"",begin:/\(\s*\)/,skip:!0},{begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:d,contains:["self",f,C,p,e.HASH_COMMENT_MODE]}]};return h.contains=[p,C,f],{name:"Python",aliases:["py","gyp","ipython"],unicodeRegex:!0,keywords:d,illegal:/(<\/|\?)|=>/,contains:[f,C,{scope:"variable.language",match:/\bself\b/},{beginKeywords:"if",relevance:0},{match:/\bor\b/,scope:"keyword"},p,k,e.HASH_COMMENT_MODE,{match:[/\bdef/,/\s+/,a],scope:{1:"keyword",3:"title.function"},contains:[B]},{variants:[{match:[/\bclass/,/\s+/,a,/\s*/,/\(\s*/,a,/\s*\)/]},{match:[/\bclass/,/\s+/,a]}],scope:{1:"keyword",3:"title.class",6:"title.class.inherited"}},{className:"meta",begin:/^[\t ]*@/,end:/(?=#)|$/,contains:[C,B,p]}]}}function cR(e){const t=e.regex,a=e.COMMENT("--","$"),l={scope:"string",variants:[{begin:/'/,end:/'/,contains:[{match:/''/}]}]},i={begin:/"/,end:/"/,contains:[{match:/""/}]},o=["true","false","unknown"],u=["double precision","large object","with timezone","without timezone"],d=["bigint","binary","blob","boolean","char","character","clob","date","dec","decfloat","decimal","float","int","integer","interval","nchar","nclob","national","numeric","real","row","smallint","time","timestamp","varchar","varying","varbinary"],f=["add","asc","collation","desc","final","first","last","view"],h=["abs","acos","all","allocate","alter","and","any","are","array","array_agg","array_max_cardinality","as","asensitive","asin","asymmetric","at","atan","atomic","authorization","avg","begin","begin_frame","begin_partition","between","bigint","binary","blob","boolean","both","by","call","called","cardinality","cascaded","case","cast","ceil","ceiling","char","char_length","character","character_length","check","classifier","clob","close","coalesce","collate","collect","column","commit","condition","connect","constraint","contains","convert","copy","corr","corresponding","cos","cosh","count","covar_pop","covar_samp","create","cross","cube","cume_dist","current","current_catalog","current_date","current_default_transform_group","current_path","current_role","current_row","current_schema","current_time","current_timestamp","current_path","current_role","current_transform_group_for_type","current_user","cursor","cycle","date","day","deallocate","dec","decimal","decfloat","declare","default","define","delete","dense_rank","deref","describe","deterministic","disconnect","distinct","double","drop","dynamic","each","element","else","empty","end","end_frame","end_partition","end-exec","equals","escape","every","except","exec","execute","exists","exp","external","extract","false","fetch","filter","first_value","float","floor","for","foreign","frame_row","free","from","full","function","fusion","get","global","grant","group","grouping","groups","having","hold","hour","identity","in","indicator","initial","inner","inout","insensitive","insert","int","integer","intersect","intersection","interval","into","is","join","json_array","json_arrayagg","json_exists","json_object","json_objectagg","json_query","json_table","json_table_primitive","json_value","lag","language","large","last_value","lateral","lead","leading","left","like","like_regex","listagg","ln","local","localtime","localtimestamp","log","log10","lower","match","match_number","match_recognize","matches","max","member","merge","method","min","minute","mod","modifies","module","month","multiset","national","natural","nchar","nclob","new","no","none","normalize","not","nth_value","ntile","null","nullif","numeric","octet_length","occurrences_regex","of","offset","old","omit","on","one","only","open","or","order","out","outer","over","overlaps","overlay","parameter","partition","pattern","per","percent","percent_rank","percentile_cont","percentile_disc","period","portion","position","position_regex","power","precedes","precision","prepare","primary","procedure","ptf","range","rank","reads","real","recursive","ref","references","referencing","regr_avgx","regr_avgy","regr_count","regr_intercept","regr_r2","regr_slope","regr_sxx","regr_sxy","regr_syy","release","result","return","returns","revoke","right","rollback","rollup","row","row_number","rows","running","savepoint","scope","scroll","search","second","seek","select","sensitive","session_user","set","show","similar","sin","sinh","skip","smallint","some","specific","specifictype","sql","sqlexception","sqlstate","sqlwarning","sqrt","start","static","stddev_pop","stddev_samp","submultiset","subset","substring","substring_regex","succeeds","sum","symmetric","system","system_time","system_user","table","tablesample","tan","tanh","then","time","timestamp","timezone_hour","timezone_minute","to","trailing","translate","translate_regex","translation","treat","trigger","trim","trim_array","true","truncate","uescape","union","unique","unknown","unnest","update","upper","user","using","value","values","value_of","var_pop","var_samp","varbinary","varchar","varying","versioning","when","whenever","where","width_bucket","window","with","within","without","year"],m=["abs","acos","array_agg","asin","atan","avg","cast","ceil","ceiling","coalesce","corr","cos","cosh","count","covar_pop","covar_samp","cume_dist","dense_rank","deref","element","exp","extract","first_value","floor","json_array","json_arrayagg","json_exists","json_object","json_objectagg","json_query","json_table","json_table_primitive","json_value","lag","last_value","lead","listagg","ln","log","log10","lower","max","min","mod","nth_value","ntile","nullif","percent_rank","percentile_cont","percentile_disc","position","position_regex","power","rank","regr_avgx","regr_avgy","regr_count","regr_intercept","regr_r2","regr_slope","regr_sxx","regr_sxy","regr_syy","row_number","sin","sinh","sqrt","stddev_pop","stddev_samp","substring","substring_regex","sum","tan","tanh","translate","translate_regex","treat","trim","trim_array","unnest","upper","value_of","var_pop","var_samp","width_bucket"],p=["current_catalog","current_date","current_default_transform_group","current_path","current_role","current_schema","current_transform_group_for_type","current_user","session_user","system_time","system_user","current_time","localtime","current_timestamp","localtimestamp"],y=["create table","insert into","primary key","foreign key","not null","alter table","add constraint","grouping sets","on overflow","character set","respect nulls","ignore nulls","nulls first","nulls last","depth first","breadth first"],b=m,v=[...h,...f].filter(M=>!m.includes(M)),C={scope:"variable",match:/@[a-z0-9][a-z0-9_]*/},k={scope:"operator",match:/[-+*/=%^~]|&&?|\|\|?|!=?|<(?:=>?|<|>)?|>[>=]?/,relevance:0},B={match:t.concat(/\b/,t.either(...b),/\s*\(/),relevance:0,keywords:{built_in:b}};function N(M){return t.concat(/\b/,t.either(...M.map(D=>D.replace(/\s+/,"\\s+"))),/\b/)}const F={scope:"keyword",match:N(y),relevance:0};function S(M,{exceptions:D,when:j}={}){const O=j;return D=D||[],M.map(P=>P.match(/\|\d+$/)||D.includes(P)?P:O(P)?`${P}|0`:P)}return{name:"SQL",case_insensitive:!0,illegal:/[{}]|<\//,keywords:{$pattern:/\b[\w\.]+/,keyword:S(v,{when:M=>M.length<3}),literal:o,type:d,built_in:p},contains:[{scope:"type",match:N(u)},F,B,C,l,i,e.C_NUMBER_MODE,e.C_BLOCK_COMMENT_MODE,a,k]}}const p1="[A-Za-z$_][0-9A-Za-z$_]*",N7=["as","in","of","if","for","while","finally","var","new","function","do","return","void","else","break","catch","instanceof","with","throw","case","default","try","switch","continue","typeof","delete","let","yield","const","class","debugger","async","await","static","import","from","export","extends","using"],j7=["true","false","null","undefined","NaN","Infinity"],_7=["Object","Function","Boolean","Symbol","Math","Date","Number","BigInt","String","RegExp","Array","Float32Array","Float64Array","Int8Array","Uint8Array","Uint8ClampedArray","Int16Array","Int32Array","Uint16Array","Uint32Array","BigInt64Array","BigUint64Array","Set","Map","WeakSet","WeakMap","ArrayBuffer","SharedArrayBuffer","Atomics","DataView","JSON","Promise","Generator","GeneratorFunction","AsyncFunction","Reflect","Proxy","Intl","WebAssembly"],T7=["Error","EvalError","InternalError","RangeError","ReferenceError","SyntaxError","TypeError","URIError"],z7=["setInterval","setTimeout","clearInterval","clearTimeout","require","exports","eval","isFinite","isNaN","parseFloat","parseInt","decodeURI","decodeURIComponent","encodeURI","encodeURIComponent","escape","unescape"],R7=["arguments","this","super","console","window","document","localStorage","sessionStorage","module","global"],O7=[].concat(z7,_7,T7);function uR(e){const t=e.regex,a=(te,{after:oe})=>{const _="</"+te[0].slice(1);return te.input.indexOf(_,oe)!==-1},l=p1,i={begin:"<>",end:"</>"},o=/<[A-Za-z0-9\\._:-]+\s*\/>/,u={begin:/<[A-Za-z0-9\\._:-]+/,end:/\/[A-Za-z0-9\\._:-]+>|\/>/,isTrulyOpeningTag:(te,oe)=>{const _=te[0].length+te.index,L=te.input[_];if(L==="<"||L===","){oe.ignoreMatch();return}L===">"&&(a(te,{after:_})||oe.ignoreMatch());let K;const R=te.input.substring(_);if(K=R.match(/^\s*=/)){oe.ignoreMatch();return}if((K=R.match(/^\s+extends\s+/))&&K.index===0){oe.ignoreMatch();return}}},d={$pattern:p1,keyword:N7,literal:j7,built_in:O7,"variable.language":R7},f="[0-9](_?[0-9])*",h=`\\.(${f})`,m="0|[1-9](_?[0-9])*|0[0-7]*[89][0-9]*",p={className:"number",variants:[{begin:`(\\b(${m})((${h})|\\.)?|(${h}))[eE][+-]?(${f})\\b`},{begin:`\\b(${m})\\b((${h})\\b|\\.)?|(${h})\\b`},{begin:"\\b(0|[1-9](_?[0-9])*)n\\b"},{begin:"\\b0[xX][0-9a-fA-F](_?[0-9a-fA-F])*n?\\b"},{begin:"\\b0[bB][0-1](_?[0-1])*n?\\b"},{begin:"\\b0[oO][0-7](_?[0-7])*n?\\b"},{begin:"\\b0[0-7]+n?\\b"}],relevance:0},y={className:"subst",begin:"\\$\\{",end:"\\}",keywords:d,contains:[]},b={begin:".?html`",end:"",starts:{end:"`",returnEnd:!1,contains:[e.BACKSLASH_ESCAPE,y],subLanguage:"xml"}},v={begin:".?css`",end:"",starts:{end:"`",returnEnd:!1,contains:[e.BACKSLASH_ESCAPE,y],subLanguage:"css"}},C={begin:".?gql`",end:"",starts:{end:"`",returnEnd:!1,contains:[e.BACKSLASH_ESCAPE,y],subLanguage:"graphql"}},k={className:"string",begin:"`",end:"`",contains:[e.BACKSLASH_ESCAPE,y]},N={className:"comment",variants:[e.COMMENT(/\/\*\*(?!\/)/,"\\*/",{relevance:0,contains:[{begin:"(?=@[A-Za-z]+)",relevance:0,contains:[{className:"doctag",begin:"@[A-Za-z]+"},{className:"type",begin:"\\{",end:"\\}",excludeEnd:!0,excludeBegin:!0,relevance:0},{className:"variable",begin:l+"(?=\\s*(-)|$)",endsParent:!0,relevance:0},{begin:/(?=[^\n])\s/,relevance:0}]}]}),e.C_BLOCK_COMMENT_MODE,e.C_LINE_COMMENT_MODE]},F=[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,b,v,C,k,{match:/\$\d+/},p];y.contains=F.concat({begin:/\{/,end:/\}/,keywords:d,contains:["self"].concat(F)});const S=[].concat(N,y.contains),M=S.concat([{begin:/(\s*)\(/,end:/\)/,keywords:d,contains:["self"].concat(S)}]),D={className:"params",begin:/(\s*)\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:d,contains:M},j={variants:[{match:[/class/,/\s+/,l,/\s+/,/extends/,/\s+/,t.concat(l,"(",t.concat(/\./,l),")*")],scope:{1:"keyword",3:"title.class",5:"keyword",7:"title.class.inherited"}},{match:[/class/,/\s+/,l],scope:{1:"keyword",3:"title.class"}}]},O={relevance:0,match:t.either(/\bJSON/,/\b[A-Z][a-z]+([A-Z][a-z]*|\d)*/,/\b[A-Z]{2,}([A-Z][a-z]+|\d)+([A-Z][a-z]*)*/,/\b[A-Z]{2,}[a-z]+([A-Z][a-z]+|\d)*([A-Z][a-z]*)*/),className:"title.class",keywords:{_:[..._7,...T7]}},P={label:"use_strict",className:"meta",relevance:10,begin:/^\s*['"]use (strict|asm)['"]/},T={variants:[{match:[/function/,/\s+/,l,/(?=\s*\()/]},{match:[/function/,/\s*(?=\()/]}],className:{1:"keyword",3:"title.function"},label:"func.def",contains:[D],illegal:/%/},G={relevance:0,match:/\b[A-Z][A-Z_0-9]+\b/,className:"variable.constant"};function Z(te){return t.concat("(?!",te.join("|"),")")}const ne={match:t.concat(/\b/,Z([...z7,"super","import","await"].map(te=>`${te}\\s*\\(`)),l,t.lookahead(/\s*\(/)),className:"title.function",relevance:0},W={begin:t.concat(/\./,t.lookahead(t.concat(l,/(?![0-9A-Za-z$_(])/))),end:l,excludeBegin:!0,keywords:"prototype",className:"property",relevance:0},Q={match:[/get|set/,/\s+/,l,/(?=\()/],className:{1:"keyword",3:"title.function"},contains:[{begin:/\(\)/},D]},I="(\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)|"+e.UNDERSCORE_IDENT_RE+")\\s*=>",U={match:[/const|var|let/,/\s+/,l,/\s*/,/=\s*/,/(async\s*)?/,t.lookahead(I)],keywords:"async",className:{1:"keyword",3:"title.function"},contains:[D]};return{name:"JavaScript",aliases:["js","jsx","mjs","cjs"],keywords:d,exports:{PARAMS_CONTAINS:M,CLASS_REFERENCE:O},illegal:/#(?![$_A-Za-z])/,contains:[e.SHEBANG({label:"shebang",binary:"node",relevance:5}),P,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,b,v,C,k,N,{match:/\$\d+/},p,O,{scope:"attr",match:l+t.lookahead(":"),relevance:0},U,{begin:"("+e.RE_STARTERS_RE+"|\\b(case|return|throw)\\b)\\s*",keywords:"return throw case",relevance:0,contains:[N,e.REGEXP_MODE,{className:"function",begin:I,returnBegin:!0,end:"\\s*=>",contains:[{className:"params",variants:[{begin:e.UNDERSCORE_IDENT_RE,relevance:0},{className:null,begin:/\(\s*\)/,skip:!0},{begin:/(\s*)\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:d,contains:M}]}]},{begin:/,/,relevance:0},{match:/\s+/,relevance:0},{variants:[{begin:i.begin,end:i.end},{match:o},{begin:u.begin,"on:begin":u.isTrulyOpeningTag,end:u.end}],subLanguage:"xml",contains:[{begin:u.begin,end:u.end,skip:!0,contains:["self"]}]}]},T,{beginKeywords:"while if switch catch for"},{begin:"\\b(?!function)"+e.UNDERSCORE_IDENT_RE+"\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)\\s*\\{",returnBegin:!0,label:"func.def",contains:[D,e.inherit(e.TITLE_MODE,{begin:l,className:"title.function"})]},{match:/\.\.\./,relevance:0},W,{match:"\\$"+l,relevance:0},{match:[/\bconstructor(?=\s*\()/],className:{1:"title.function"},contains:[D]},ne,G,j,Q,{match:/\$[(.]/}]}}function xR(e){const t=e.regex,a=uR(e),l=p1,i=["any","void","number","boolean","string","object","never","symbol","bigint","unknown"],o={begin:[/namespace/,/\s+/,e.IDENT_RE],beginScope:{1:"keyword",3:"title.class"}},u={beginKeywords:"interface",end:/\{/,excludeEnd:!0,keywords:{keyword:"interface extends",built_in:i},contains:[a.exports.CLASS_REFERENCE]},d={className:"meta",relevance:10,begin:/^\s*['"]use strict['"]/},f=["type","interface","public","private","protected","implements","declare","abstract","readonly","enum","override","satisfies"],h={$pattern:p1,keyword:N7.concat(f),literal:j7,built_in:O7.concat(i),"variable.language":R7},m={className:"meta",begin:"@"+l},p=(C,k,B)=>{const N=C.contains.findIndex(F=>F.label===k);if(N===-1)throw new Error("can not find mode to replace");C.contains.splice(N,1,B)};Object.assign(a.keywords,h),a.exports.PARAMS_CONTAINS.push(m);const y=a.contains.find(C=>C.scope==="attr"),b=Object.assign({},y,{match:t.concat(l,t.lookahead(/\s*\?:/))});a.exports.PARAMS_CONTAINS.push([a.exports.CLASS_REFERENCE,y,b]),a.contains=a.contains.concat([m,o,u,b]),p(a,"shebang",e.SHEBANG()),p(a,"use_strict",d);const v=a.contains.find(C=>C.label==="func.def");return v.relevance=0,Object.assign(a,{name:"TypeScript",aliases:["ts","tsx","mts","cts"]}),a}function dR(e){const t=e.regex,a=t.concat(/[\p{L}_]/u,t.optional(/[\p{L}0-9_.-]*:/u),/[\p{L}0-9_.-]*/u),l=/[\p{L}0-9._:-]+/u,i={className:"symbol",begin:/&[a-z]+;|&#[0-9]+;|&#x[a-f0-9]+;/},o={begin:/\s/,contains:[{className:"keyword",begin:/#?[a-z_][a-z1-9_-]+/,illegal:/\n/}]},u=e.inherit(o,{begin:/\(/,end:/\)/}),d=e.inherit(e.APOS_STRING_MODE,{className:"string"}),f=e.inherit(e.QUOTE_STRING_MODE,{className:"string"}),h={endsWithParent:!0,illegal:/</,relevance:0,contains:[{className:"attr",begin:l,relevance:0},{begin:/=\s*/,relevance:0,contains:[{className:"string",endsParent:!0,variants:[{begin:/"/,end:/"/,contains:[i]},{begin:/'/,end:/'/,contains:[i]},{begin:/[^\s"'=<>`]+/}]}]}]};return{name:"HTML, XML",aliases:["html","xhtml","rss","atom","xjb","xsd","xsl","plist","wsf","svg"],case_insensitive:!0,unicodeRegex:!0,contains:[{className:"meta",begin:/<![a-z]/,end:/>/,relevance:10,contains:[o,f,d,u,{begin:/\[/,end:/\]/,contains:[{className:"meta",begin:/<![a-z]/,end:/>/,contains:[o,u,f,d]}]}]},e.COMMENT(/<!--/,/-->/,{relevance:10}),{begin:/<!\[CDATA\[/,end:/\]\]>/,relevance:10},i,{className:"meta",end:/\?>/,variants:[{begin:/<\?xml/,relevance:10,contains:[f]},{begin:/<\?[a-z][a-z0-9]+/}]},{className:"tag",begin:/<style(?=\s|>)/,end:/>/,keywords:{name:"style"},contains:[h],starts:{end:/<\/style>/,returnEnd:!0,subLanguage:["css","xml"]}},{className:"tag",begin:/<script(?=\s|>)/,end:/>/,keywords:{name:"script"},contains:[h],starts:{end:/<\/script>/,returnEnd:!0,subLanguage:["javascript","handlebars","xml"]}},{className:"tag",begin:/<>|<\/>/},{className:"tag",begin:t.concat(/</,t.lookahead(t.concat(a,t.either(/\/>/,/>/,/\s/)))),end:/\/?>/,contains:[{className:"name",begin:a,relevance:0,starts:h}]},{className:"tag",begin:t.concat(/<\//,t.lookahead(t.concat(a,/>/))),contains:[{className:"name",begin:a,relevance:0},{begin:/>/,relevance:0,endsParent:!0}]}]}}function fR(e){const t="true false yes no null",a="[\\w#;/?:@&=+$,.~*'()[\\]]+",l={className:"attr",variants:[{begin:/[\w*@][\w*@ :()\./-]*:(?=[ \t]|$)/},{begin:/"[\w*@][\w*@ :()\./-]*":(?=[ \t]|$)/},{begin:/'[\w*@][\w*@ :()\./-]*':(?=[ \t]|$)/}]},i={className:"template-variable",variants:[{begin:/\{\{/,end:/\}\}/},{begin:/%\{/,end:/\}/}]},o={className:"string",relevance:0,begin:/'/,end:/'/,contains:[{match:/''/,scope:"char.escape",relevance:0}]},u={className:"string",relevance:0,variants:[{begin:/"/,end:/"/},{begin:/\S+/}],contains:[e.BACKSLASH_ESCAPE,i]},d=e.inherit(u,{variants:[{begin:/'/,end:/'/,contains:[{begin:/''/,relevance:0}]},{begin:/"/,end:/"/},{begin:/[^\s,{}[\]]+/}]}),y={className:"number",begin:"\\b"+"[0-9]{4}(-[0-9][0-9]){0,2}"+"([Tt \\t][0-9][0-9]?(:[0-9][0-9]){2})?"+"(\\.[0-9]*)?"+"([ \\t])*(Z|[-+][0-9][0-9]?(:[0-9][0-9])?)?"+"\\b"},b={end:",",endsWithParent:!0,excludeEnd:!0,keywords:t,relevance:0},v={begin:/\{/,end:/\}/,contains:[b],illegal:"\\n",relevance:0},C={begin:"\\[",end:"\\]",contains:[b],illegal:"\\n",relevance:0},k=[l,{className:"meta",begin:"^---\\s*$",relevance:10},{className:"string",begin:"[\\|>]([1-9]?[+-])?[ ]*\\n( +)[^ ][^\\n]*\\n(\\2[^\\n]+\\n?)*"},{begin:"<%[%=-]?",end:"[%-]?%>",subLanguage:"ruby",excludeBegin:!0,excludeEnd:!0,relevance:0},{className:"type",begin:"!\\w+!"+a},{className:"type",begin:"!<"+a+">"},{className:"type",begin:"!"+a},{className:"type",begin:"!!"+a},{className:"meta",begin:"&"+e.UNDERSCORE_IDENT_RE+"$"},{className:"meta",begin:"\\*"+e.UNDERSCORE_IDENT_RE+"$"},{className:"bullet",begin:"-(?=[ ]|$)",relevance:0},e.HASH_COMMENT_MODE,{beginKeywords:t,keywords:{literal:t}},y,{className:"number",begin:e.C_NUMBER_RE+"\\b",relevance:0},v,C,o,u],B=[...k];return B.pop(),B.push(d),b.contains=B,{name:"YAML",case_insensitive:!0,aliases:["yml"],contains:k}}var eu,$4;function hR(){if($4)return eu;$4=1;function e(H){return H instanceof Map?H.clear=H.delete=H.set=function(){throw new Error("map is read-only")}:H instanceof Set&&(H.add=H.clear=H.delete=function(){throw new Error("set is read-only")}),Object.freeze(H),Object.getOwnPropertyNames(H).forEach(re=>{const Ne=H[re],qe=typeof Ne;(qe==="object"||qe==="function")&&!Object.isFrozen(Ne)&&e(Ne)}),H}class t{constructor(re){re.data===void 0&&(re.data={}),this.data=re.data,this.isMatchIgnored=!1}ignoreMatch(){this.isMatchIgnored=!0}}function a(H){return H.replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/"/g,""").replace(/'/g,"'")}function l(H,...re){const Ne=Object.create(null);for(const qe in H)Ne[qe]=H[qe];return re.forEach(function(qe){for(const jt in qe)Ne[jt]=qe[jt]}),Ne}const i="</span>",o=H=>!!H.scope,u=(H,{prefix:re})=>{if(H.startsWith("language:"))return H.replace("language:","language-");if(H.includes(".")){const Ne=H.split(".");return[`${re}${Ne.shift()}`,...Ne.map((qe,jt)=>`${qe}${"_".repeat(jt+1)}`)].join(" ")}return`${re}${H}`};class d{constructor(re,Ne){this.buffer="",this.classPrefix=Ne.classPrefix,re.walk(this)}addText(re){this.buffer+=a(re)}openNode(re){if(!o(re))return;const Ne=u(re.scope,{prefix:this.classPrefix});this.span(Ne)}closeNode(re){o(re)&&(this.buffer+=i)}value(){return this.buffer}span(re){this.buffer+=`<span class="${re}">`}}const f=(H={})=>{const re={children:[]};return Object.assign(re,H),re};class h{constructor(){this.rootNode=f(),this.stack=[this.rootNode]}get top(){return this.stack[this.stack.length-1]}get root(){return this.rootNode}add(re){this.top.children.push(re)}openNode(re){const Ne=f({scope:re});this.add(Ne),this.stack.push(Ne)}closeNode(){if(this.stack.length>1)return this.stack.pop()}closeAllNodes(){for(;this.closeNode(););}toJSON(){return JSON.stringify(this.rootNode,null,4)}walk(re){return this.constructor._walk(re,this.rootNode)}static _walk(re,Ne){return typeof Ne=="string"?re.addText(Ne):Ne.children&&(re.openNode(Ne),Ne.children.forEach(qe=>this._walk(re,qe)),re.closeNode(Ne)),re}static _collapse(re){typeof re!="string"&&re.children&&(re.children.every(Ne=>typeof Ne=="string")?re.children=[re.children.join("")]:re.children.forEach(Ne=>{h._collapse(Ne)}))}}class m extends h{constructor(re){super(),this.options=re}addText(re){re!==""&&this.add(re)}startScope(re){this.openNode(re)}endScope(){this.closeNode()}__addSublanguage(re,Ne){const qe=re.root;Ne&&(qe.scope=`language:${Ne}`),this.add(qe)}toHTML(){return new d(this,this.options).value()}finalize(){return this.closeAllNodes(),!0}}function p(H){return H?typeof H=="string"?H:H.source:null}function y(H){return C("(?=",H,")")}function b(H){return C("(?:",H,")*")}function v(H){return C("(?:",H,")?")}function C(...H){return H.map(Ne=>p(Ne)).join("")}function k(H){const re=H[H.length-1];return typeof re=="object"&&re.constructor===Object?(H.splice(H.length-1,1),re):{}}function B(...H){return"("+(k(H).capture?"":"?:")+H.map(qe=>p(qe)).join("|")+")"}function N(H){return new RegExp(H.toString()+"|").exec("").length-1}function F(H,re){const Ne=H&&H.exec(re);return Ne&&Ne.index===0}const S=/\[(?:[^\\\]]|\\.)*\]|\(\??|\\([1-9][0-9]*)|\\./;function M(H,{joinWith:re}){let Ne=0;return H.map(qe=>{Ne+=1;const jt=Ne;let At=p(qe),Le="";for(;At.length>0;){const _e=S.exec(At);if(!_e){Le+=At;break}Le+=At.substring(0,_e.index),At=At.substring(_e.index+_e[0].length),_e[0][0]==="\\"&&_e[1]?Le+="\\"+String(Number(_e[1])+jt):(Le+=_e[0],_e[0]==="("&&Ne++)}return Le}).map(qe=>`(${qe})`).join(re)}const D=/\b\B/,j="[a-zA-Z]\\w*",O="[a-zA-Z_]\\w*",P="\\b\\d+(\\.\\d+)?",T="(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)",G="\\b(0b[01]+)",Z="!|!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\?|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~",ne=(H={})=>{const re=/^#![ ]*\//;return H.binary&&(H.begin=C(re,/.*\b/,H.binary,/\b.*/)),l({scope:"meta",begin:re,end:/$/,relevance:0,"on:begin":(Ne,qe)=>{Ne.index!==0&&qe.ignoreMatch()}},H)},W={begin:"\\\\[\\s\\S]",relevance:0},Q={scope:"string",begin:"'",end:"'",illegal:"\\n",contains:[W]},I={scope:"string",begin:'"',end:'"',illegal:"\\n",contains:[W]},U={begin:/\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\b/},te=function(H,re,Ne={}){const qe=l({scope:"comment",begin:H,end:re,contains:[]},Ne);qe.contains.push({scope:"doctag",begin:"[ ]*(?=(TODO|FIXME|NOTE|BUG|OPTIMIZE|HACK|XXX):)",end:/(TODO|FIXME|NOTE|BUG|OPTIMIZE|HACK|XXX):/,excludeBegin:!0,relevance:0});const jt=B("I","a","is","so","us","to","at","if","in","it","on",/[A-Za-z]+['](d|ve|re|ll|t|s|n)/,/[A-Za-z]+[-][a-z]+/,/[A-Za-z][a-z]{2,}/);return qe.contains.push({begin:C(/[ ]+/,"(",jt,/[.]?[:]?([.][ ]|[ ])/,"){3}")}),qe},oe=te("//","$"),_=te("/\\*","\\*/"),L=te("#","$"),K={scope:"number",begin:P,relevance:0},R={scope:"number",begin:T,relevance:0},X={scope:"number",begin:G,relevance:0},ye={scope:"regexp",begin:/\/(?=[^/\n]*\/)/,end:/\/[gimuy]*/,contains:[W,{begin:/\[/,end:/\]/,relevance:0,contains:[W]}]},ue={scope:"title",begin:j,relevance:0},Be={scope:"title",begin:O,relevance:0},Ie={begin:"\\.\\s*"+O,relevance:0};var We=Object.freeze({__proto__:null,APOS_STRING_MODE:Q,BACKSLASH_ESCAPE:W,BINARY_NUMBER_MODE:X,BINARY_NUMBER_RE:G,COMMENT:te,C_BLOCK_COMMENT_MODE:_,C_LINE_COMMENT_MODE:oe,C_NUMBER_MODE:R,C_NUMBER_RE:T,END_SAME_AS_BEGIN:function(H){return Object.assign(H,{"on:begin":(re,Ne)=>{Ne.data._beginMatch=re[1]},"on:end":(re,Ne)=>{Ne.data._beginMatch!==re[1]&&Ne.ignoreMatch()}})},HASH_COMMENT_MODE:L,IDENT_RE:j,MATCH_NOTHING_RE:D,METHOD_GUARD:Ie,NUMBER_MODE:K,NUMBER_RE:P,PHRASAL_WORDS_MODE:U,QUOTE_STRING_MODE:I,REGEXP_MODE:ye,RE_STARTERS_RE:Z,SHEBANG:ne,TITLE_MODE:ue,UNDERSCORE_IDENT_RE:O,UNDERSCORE_TITLE_MODE:Be});function Je(H,re){H.input[H.index-1]==="."&&re.ignoreMatch()}function xt(H,re){H.className!==void 0&&(H.scope=H.className,delete H.className)}function Dt(H,re){re&&H.beginKeywords&&(H.begin="\\b("+H.beginKeywords.split(" ").join("|")+")(?!\\.)(?=\\b|\\s)",H.__beforeBegin=Je,H.keywords=H.keywords||H.beginKeywords,delete H.beginKeywords,H.relevance===void 0&&(H.relevance=0))}function me(H,re){Array.isArray(H.illegal)&&(H.illegal=B(...H.illegal))}function nt(H,re){if(H.match){if(H.begin||H.end)throw new Error("begin & end are not supported with match");H.begin=H.match,delete H.match}}function Xe(H,re){H.relevance===void 0&&(H.relevance=1)}const lt=(H,re)=>{if(!H.beforeMatch)return;if(H.starts)throw new Error("beforeMatch cannot be used with starts");const Ne=Object.assign({},H);Object.keys(H).forEach(qe=>{delete H[qe]}),H.keywords=Ne.keywords,H.begin=C(Ne.beforeMatch,y(Ne.begin)),H.starts={relevance:0,contains:[Object.assign(Ne,{endsParent:!0})]},H.relevance=0,delete Ne.beforeMatch},pt=["of","and","for","in","not","or","if","then","parent","list","value"],dt="keyword";function nn(H,re,Ne=dt){const qe=Object.create(null);return typeof H=="string"?jt(Ne,H.split(" ")):Array.isArray(H)?jt(Ne,H):Object.keys(H).forEach(function(At){Object.assign(qe,nn(H[At],re,At))}),qe;function jt(At,Le){re&&(Le=Le.map(_e=>_e.toLowerCase())),Le.forEach(function(_e){const Ve=_e.split("|");qe[Ve[0]]=[At,yt(Ve[0],Ve[1])]})}}function yt(H,re){return re?Number(re):ve(H)?0:1}function ve(H){return pt.includes(H.toLowerCase())}const ot={},ft=H=>{console.error(H)},On=(H,...re)=>{console.log(`WARN: ${H}`,...re)},se=(H,re)=>{ot[`${H}/${re}`]||(console.log(`Deprecated as of ${H}. ${re}`),ot[`${H}/${re}`]=!0)},le=new Error;function he(H,re,{key:Ne}){let qe=0;const jt=H[Ne],At={},Le={};for(let _e=1;_e<=re.length;_e++)Le[_e+qe]=jt[_e],At[_e+qe]=!0,qe+=N(re[_e-1]);H[Ne]=Le,H[Ne]._emit=At,H[Ne]._multi=!0}function Se(H){if(Array.isArray(H.begin)){if(H.skip||H.excludeBegin||H.returnBegin)throw ft("skip, excludeBegin, returnBegin not compatible with beginScope: {}"),le;if(typeof H.beginScope!="object"||H.beginScope===null)throw ft("beginScope must be object"),le;he(H,H.begin,{key:"beginScope"}),H.begin=M(H.begin,{joinWith:""})}}function be(H){if(Array.isArray(H.end)){if(H.skip||H.excludeEnd||H.returnEnd)throw ft("skip, excludeEnd, returnEnd not compatible with endScope: {}"),le;if(typeof H.endScope!="object"||H.endScope===null)throw ft("endScope must be object"),le;he(H,H.end,{key:"endScope"}),H.end=M(H.end,{joinWith:""})}}function et(H){H.scope&&typeof H.scope=="object"&&H.scope!==null&&(H.beginScope=H.scope,delete H.scope)}function an(H){et(H),typeof H.beginScope=="string"&&(H.beginScope={_wrap:H.beginScope}),typeof H.endScope=="string"&&(H.endScope={_wrap:H.endScope}),Se(H),be(H)}function Ce(H){function re(Le,_e){return new RegExp(p(Le),"m"+(H.case_insensitive?"i":"")+(H.unicodeRegex?"u":"")+(_e?"g":""))}class Ne{constructor(){this.matchIndexes={},this.regexes=[],this.matchAt=1,this.position=0}addRule(_e,Ve){Ve.position=this.position++,this.matchIndexes[this.matchAt]=Ve,this.regexes.push([Ve,_e]),this.matchAt+=N(_e)+1}compile(){this.regexes.length===0&&(this.exec=()=>null);const _e=this.regexes.map(Ve=>Ve[1]);this.matcherRe=re(M(_e,{joinWith:"|"}),!0),this.lastIndex=0}exec(_e){this.matcherRe.lastIndex=this.lastIndex;const Ve=this.matcherRe.exec(_e);if(!Ve)return null;const un=Ve.findIndex((I0,V0)=>V0>0&&I0!==void 0),It=this.matchIndexes[un];return Ve.splice(0,un),Object.assign(Ve,It)}}class qe{constructor(){this.rules=[],this.multiRegexes=[],this.count=0,this.lastIndex=0,this.regexIndex=0}getMatcher(_e){if(this.multiRegexes[_e])return this.multiRegexes[_e];const Ve=new Ne;return this.rules.slice(_e).forEach(([un,It])=>Ve.addRule(un,It)),Ve.compile(),this.multiRegexes[_e]=Ve,Ve}resumingScanAtSamePosition(){return this.regexIndex!==0}considerAll(){this.regexIndex=0}addRule(_e,Ve){this.rules.push([_e,Ve]),Ve.type==="begin"&&this.count++}exec(_e){const Ve=this.getMatcher(this.regexIndex);Ve.lastIndex=this.lastIndex;let un=Ve.exec(_e);if(this.resumingScanAtSamePosition()&&!(un&&un.index===this.lastIndex)){const It=this.getMatcher(0);It.lastIndex=this.lastIndex+1,un=It.exec(_e)}return un&&(this.regexIndex+=un.position+1,this.regexIndex===this.count&&this.considerAll()),un}}function jt(Le){const _e=new qe;return Le.contains.forEach(Ve=>_e.addRule(Ve.begin,{rule:Ve,type:"begin"})),Le.terminatorEnd&&_e.addRule(Le.terminatorEnd,{type:"end"}),Le.illegal&&_e.addRule(Le.illegal,{type:"illegal"}),_e}function At(Le,_e){const Ve=Le;if(Le.isCompiled)return Ve;[xt,nt,an,lt].forEach(It=>It(Le,_e)),H.compilerExtensions.forEach(It=>It(Le,_e)),Le.__beforeBegin=null,[Dt,me,Xe].forEach(It=>It(Le,_e)),Le.isCompiled=!0;let un=null;return typeof Le.keywords=="object"&&Le.keywords.$pattern&&(Le.keywords=Object.assign({},Le.keywords),un=Le.keywords.$pattern,delete Le.keywords.$pattern),un=un||/\w+/,Le.keywords&&(Le.keywords=nn(Le.keywords,H.case_insensitive)),Ve.keywordPatternRe=re(un,!0),_e&&(Le.begin||(Le.begin=/\B|\b/),Ve.beginRe=re(Ve.begin),!Le.end&&!Le.endsWithParent&&(Le.end=/\B|\b/),Le.end&&(Ve.endRe=re(Ve.end)),Ve.terminatorEnd=p(Ve.end)||"",Le.endsWithParent&&_e.terminatorEnd&&(Ve.terminatorEnd+=(Le.end?"|":"")+_e.terminatorEnd)),Le.illegal&&(Ve.illegalRe=re(Le.illegal)),Le.contains||(Le.contains=[]),Le.contains=[].concat(...Le.contains.map(function(It){return Rt(It==="self"?Le:It)})),Le.contains.forEach(function(It){At(It,Ve)}),Le.starts&&At(Le.starts,_e),Ve.matcher=jt(Ve),Ve}if(H.compilerExtensions||(H.compilerExtensions=[]),H.contains&&H.contains.includes("self"))throw new Error("ERR: contains `self` is not supported at the top-level of a language. See documentation.");return H.classNameAliases=l(H.classNameAliases||{}),At(H)}function it(H){return H?H.endsWithParent||it(H.starts):!1}function Rt(H){return H.variants&&!H.cachedVariants&&(H.cachedVariants=H.variants.map(function(re){return l(H,{variants:null},re)})),H.cachedVariants?H.cachedVariants:it(H)?l(H,{starts:H.starts?l(H.starts):null}):Object.isFrozen(H)?l(H):H}var Ke="11.11.2";class Dn extends Error{constructor(re,Ne){super(re),this.name="HTMLInjectionError",this.html=Ne}}const bt=a,Nn=l,Zt=Symbol("nomatch"),Fe=7,Xt=function(H){const re=Object.create(null),Ne=Object.create(null),qe=[];let jt=!0;const At="Could not find the language '{}', did you forget to load/include a language module?",Le={disableAutodetect:!0,name:"Plain text",contains:[]};let _e={ignoreUnescapedHTML:!1,throwUnescapedHTML:!1,noHighlightRe:/^(no-?highlight)$/i,languageDetectRe:/\blang(?:uage)?-([\w-]+)\b/i,classPrefix:"hljs-",cssSelector:"pre code",languages:null,__emitter:m};function Ve(ke){return _e.noHighlightRe.test(ke)}function un(ke){let He=ke.className+" ";He+=ke.parentNode?ke.parentNode.className:"";const ct=_e.languageDetectRe.exec(He);if(ct){const _t=Ln(ct[1]);return _t||(On(At.replace("{}",ct[1])),On("Falling back to no-highlight mode for this block.",ke)),_t?ct[1]:"no-highlight"}return He.split(/\s+/).find(_t=>Ve(_t)||Ln(_t))}function It(ke,He,ct){let _t="",Jt="";typeof He=="object"?(_t=ke,ct=He.ignoreIllegals,Jt=He.language):(se("10.7.0","highlight(lang, code, ...args) has been deprecated."),se("10.7.0",`Please use highlight(code, options) instead.
|
|
30
30
|
https://github.com/highlightjs/highlight.js/issues/2277`),Jt=ke,_t=He),ct===void 0&&(ct=!0);const _n={code:_t,language:Jt};pa("before:highlight",_n);const Qn=_n.result?_n.result:I0(_n.language,_n.code,ct);return Qn.code=_n.code,pa("after:highlight",Qn),Qn}function I0(ke,He,ct,_t){const Jt=Object.create(null);function _n(Me,Pe){return Me.keywords[Pe]}function Qn(){if(!Qe.keywords){vn.addText(Pt);return}let Me=0;Qe.keywordPatternRe.lastIndex=0;let Pe=Qe.keywordPatternRe.exec(Pt),rt="";for(;Pe;){rt+=Pt.substring(Me,Pe.index);const vt=Lt.case_insensitive?Pe[0].toLowerCase():Pe[0],dn=_n(Qe,vt);if(dn){const[B0,Jl]=dn;if(vn.addText(rt),rt="",Jt[vt]=(Jt[vt]||0)+1,Jt[vt]<=Fe&&(Ha+=Jl),B0.startsWith("_"))rt+=Pe[0];else{const Ss=Lt.classNameAliases[B0]||B0;Un(Pe[0],Ss)}}else rt+=Pe[0];Me=Qe.keywordPatternRe.lastIndex,Pe=Qe.keywordPatternRe.exec(Pt)}rt+=Pt.substring(Me),vn.addText(rt)}function Tn(){if(Pt==="")return;let Me=null;if(typeof Qe.subLanguage=="string"){if(!re[Qe.subLanguage]){vn.addText(Pt);return}Me=I0(Qe.subLanguage,Pt,!0,Fs[Qe.subLanguage]),Fs[Qe.subLanguage]=Me._top}else Me=La(Pt,Qe.subLanguage.length?Qe.subLanguage:null);Qe.relevance>0&&(Ha+=Me.relevance),vn.__addSublanguage(Me._emitter,Me.language)}function Ot(){Qe.subLanguage!=null?Tn():Qn(),Pt=""}function Un(Me,Pe){Me!==""&&(vn.startScope(Pe),vn.addText(Me),vn.endScope())}function kr(Me,Pe){let rt=1;const vt=Pe.length-1;for(;rt<=vt;){if(!Me._emit[rt]){rt++;continue}const dn=Lt.classNameAliases[Me[rt]]||Me[rt],B0=Pe[rt];dn?Un(B0,dn):(Pt=B0,Qn(),Pt=""),rt++}}function Z0(Me,Pe){return Me.scope&&typeof Me.scope=="string"&&vn.openNode(Lt.classNameAliases[Me.scope]||Me.scope),Me.beginScope&&(Me.beginScope._wrap?(Un(Pt,Lt.classNameAliases[Me.beginScope._wrap]||Me.beginScope._wrap),Pt=""):Me.beginScope._multi&&(kr(Me.beginScope,Pe),Pt="")),Qe=Object.create(Me,{parent:{value:Qe}}),Qe}function Pa(Me,Pe,rt){let vt=F(Me.endRe,rt);if(vt){if(Me["on:end"]){const dn=new t(Me);Me["on:end"](Pe,dn),dn.isMatchIgnored&&(vt=!1)}if(vt){for(;Me.endsParent&&Me.parent;)Me=Me.parent;return Me}}if(Me.endsWithParent)return Pa(Me.parent,Pe,rt)}function ra(Me){return Qe.matcher.regexIndex===0?(Pt+=Me[0],1):(Ga=!0,0)}function Wl(Me){const Pe=Me[0],rt=Me.rule,vt=new t(rt),dn=[rt.__beforeBegin,rt["on:begin"]];for(const B0 of dn)if(B0&&(B0(Me,vt),vt.isMatchIgnored))return ra(Pe);return rt.skip?Pt+=Pe:(rt.excludeBegin&&(Pt+=Pe),Ot(),!rt.returnBegin&&!rt.excludeBegin&&(Pt=Pe)),Z0(rt,Me),rt.returnBegin?0:Pe.length}function xe(Me){const Pe=Me[0],rt=He.substring(Me.index),vt=Pa(Qe,Me,rt);if(!vt)return Zt;const dn=Qe;Qe.endScope&&Qe.endScope._wrap?(Ot(),Un(Pe,Qe.endScope._wrap)):Qe.endScope&&Qe.endScope._multi?(Ot(),kr(Qe.endScope,Me)):dn.skip?Pt+=Pe:(dn.returnEnd||dn.excludeEnd||(Pt+=Pe),Ot(),dn.excludeEnd&&(Pt=Pe));do Qe.scope&&vn.closeNode(),!Qe.skip&&!Qe.subLanguage&&(Ha+=Qe.relevance),Qe=Qe.parent;while(Qe!==vt.parent);return vt.starts&&Z0(vt.starts,Me),dn.returnEnd?0:Pe.length}function en(){const Me=[];for(let Pe=Qe;Pe!==Lt;Pe=Pe.parent)Pe.scope&&Me.unshift(Pe.scope);Me.forEach(Pe=>vn.openNode(Pe))}let Fn={};function tn(Me,Pe){const rt=Pe&&Pe[0];if(Pt+=Me,rt==null)return Ot(),0;if(Fn.type==="begin"&&Pe.type==="end"&&Fn.index===Pe.index&&rt===""){if(Pt+=He.slice(Pe.index,Pe.index+1),!jt){const vt=new Error(`0 width match regex (${ke})`);throw vt.languageName=ke,vt.badRule=Fn.rule,vt}return 1}if(Fn=Pe,Pe.type==="begin")return Wl(Pe);if(Pe.type==="illegal"&&!ct){const vt=new Error('Illegal lexeme "'+rt+'" for mode "'+(Qe.scope||"<unnamed>")+'"');throw vt.mode=Qe,vt}else if(Pe.type==="end"){const vt=xe(Pe);if(vt!==Zt)return vt}if(Pe.type==="illegal"&&rt==="")return Pe.index===He.length||(Pt+=`
|
|
@@ -58,10 +58,10 @@ https://github.com/highlightjs/highlight.js/issues/2277`),Jt=ke,_t=He),ct===void
|
|
|
58
58
|
`))+1))}const u="#".repeat(i),d=a.enter("headingAtx"),f=a.enter("phrasing");o.move(u+" ");let h=a.containerPhrasing(e,{before:"# ",after:`
|
|
59
59
|
`,...o.current()});return/^[\t ]/.test(h)&&(h=ms(h.charCodeAt(0))+h.slice(1)),h=h?u+" "+h:u,a.options.closeAtx&&(h+=" "+u),f(),d(),h}Pp.peek=qG;function Pp(e){return e.value||""}function qG(){return"<"}Hp.peek=QG;function Hp(e,t,a,l){const i=jd(a),o=i==='"'?"Quote":"Apostrophe",u=a.enter("image");let d=a.enter("label");const f=a.createTracker(l);let h=f.move("![");return h+=f.move(a.safe(e.alt,{before:h,after:"]",...f.current()})),h+=f.move("]("),d(),!e.url&&e.title||/[\0- \u007F]/.test(e.url)?(d=a.enter("destinationLiteral"),h+=f.move("<"),h+=f.move(a.safe(e.url,{before:h,after:">",...f.current()})),h+=f.move(">")):(d=a.enter("destinationRaw"),h+=f.move(a.safe(e.url,{before:h,after:e.title?" ":")",...f.current()}))),d(),e.title&&(d=a.enter(`title${o}`),h+=f.move(" "+i),h+=f.move(a.safe(e.title,{before:h,after:i,...f.current()})),h+=f.move(i),d()),h+=f.move(")"),u(),h}function QG(){return"!"}Gp.peek=KG;function Gp(e,t,a,l){const i=e.referenceType,o=a.enter("imageReference");let u=a.enter("label");const d=a.createTracker(l);let f=d.move("![");const h=a.safe(e.alt,{before:f,after:"]",...d.current()});f+=d.move(h+"]["),u();const m=a.stack;a.stack=[],u=a.enter("reference");const p=a.safe(a.associationId(e),{before:f,after:"]",...d.current()});return u(),a.stack=m,o(),i==="full"||!h||h!==p?f+=d.move(p+"]"):i==="shortcut"?f=f.slice(0,-1):f+=d.move("]"),f}function KG(){return"!"}Ip.peek=YG;function Ip(e,t,a){let l=e.value||"",i="`",o=-1;for(;new RegExp("(^|[^`])"+i+"([^`]|$)").test(l);)i+="`";for(/[^ \r\n]/.test(l)&&(/^[ \r\n]/.test(l)&&/[ \r\n]$/.test(l)||/^`|`$/.test(l))&&(l=" "+l+" ");++o<a.unsafe.length;){const u=a.unsafe[o],d=a.compilePattern(u);let f;if(u.atBreak)for(;f=d.exec(l);){let h=f.index;l.charCodeAt(h)===10&&l.charCodeAt(h-1)===13&&h--,l=l.slice(0,h)+" "+l.slice(f.index+1)}}return i+l+i}function YG(){return"`"}function Vp(e,t){const a=kd(e);return!!(!t.options.resourceLink&&e.url&&!e.title&&e.children&&e.children.length===1&&e.children[0].type==="text"&&(a===e.url||"mailto:"+a===e.url)&&/^[a-z][a-z+.-]+:/i.test(e.url)&&!/[\0- <>\u007F]/.test(e.url))}Up.peek=WG;function Up(e,t,a,l){const i=jd(a),o=i==='"'?"Quote":"Apostrophe",u=a.createTracker(l);let d,f;if(Vp(e,a)){const m=a.stack;a.stack=[],d=a.enter("autolink");let p=u.move("<");return p+=u.move(a.containerPhrasing(e,{before:p,after:">",...u.current()})),p+=u.move(">"),d(),a.stack=m,p}d=a.enter("link"),f=a.enter("label");let h=u.move("[");return h+=u.move(a.containerPhrasing(e,{before:h,after:"](",...u.current()})),h+=u.move("]("),f(),!e.url&&e.title||/[\0- \u007F]/.test(e.url)?(f=a.enter("destinationLiteral"),h+=u.move("<"),h+=u.move(a.safe(e.url,{before:h,after:">",...u.current()})),h+=u.move(">")):(f=a.enter("destinationRaw"),h+=u.move(a.safe(e.url,{before:h,after:e.title?" ":")",...u.current()}))),f(),e.title&&(f=a.enter(`title${o}`),h+=u.move(" "+i),h+=u.move(a.safe(e.title,{before:h,after:i,...u.current()})),h+=u.move(i),f()),h+=u.move(")"),d(),h}function WG(e,t,a){return Vp(e,a)?"<":"["}$p.peek=XG;function $p(e,t,a,l){const i=e.referenceType,o=a.enter("linkReference");let u=a.enter("label");const d=a.createTracker(l);let f=d.move("[");const h=a.containerPhrasing(e,{before:f,after:"]",...d.current()});f+=d.move(h+"]["),u();const m=a.stack;a.stack=[],u=a.enter("reference");const p=a.safe(a.associationId(e),{before:f,after:"]",...d.current()});return u(),a.stack=m,o(),i==="full"||!h||h!==p?f+=d.move(p+"]"):i==="shortcut"?f=f.slice(0,-1):f+=d.move("]"),f}function XG(){return"["}function _d(e){const t=e.options.bullet||"*";if(t!=="*"&&t!=="+"&&t!=="-")throw new Error("Cannot serialize items with `"+t+"` for `options.bullet`, expected `*`, `+`, or `-`");return t}function JG(e){const t=_d(e),a=e.options.bulletOther;if(!a)return t==="*"?"-":"*";if(a!=="*"&&a!=="+"&&a!=="-")throw new Error("Cannot serialize items with `"+a+"` for `options.bulletOther`, expected `*`, `+`, or `-`");if(a===t)throw new Error("Expected `bullet` (`"+t+"`) and `bulletOther` (`"+a+"`) to be different");return a}function eI(e){const t=e.options.bulletOrdered||".";if(t!=="."&&t!==")")throw new Error("Cannot serialize items with `"+t+"` for `options.bulletOrdered`, expected `.` or `)`");return t}function Zp(e){const t=e.options.rule||"*";if(t!=="*"&&t!=="-"&&t!=="_")throw new Error("Cannot serialize rules with `"+t+"` for `options.rule`, expected `*`, `-`, or `_`");return t}function tI(e,t,a,l){const i=a.enter("list"),o=a.bulletCurrent;let u=e.ordered?eI(a):_d(a);const d=e.ordered?u==="."?")":".":JG(a);let f=t&&a.bulletLastUsed?u===a.bulletLastUsed:!1;if(!e.ordered){const m=e.children?e.children[0]:void 0;if((u==="*"||u==="-")&&m&&(!m.children||!m.children[0])&&a.stack[a.stack.length-1]==="list"&&a.stack[a.stack.length-2]==="listItem"&&a.stack[a.stack.length-3]==="list"&&a.stack[a.stack.length-4]==="listItem"&&a.indexStack[a.indexStack.length-1]===0&&a.indexStack[a.indexStack.length-2]===0&&a.indexStack[a.indexStack.length-3]===0&&(f=!0),Zp(a)===u&&m){let p=-1;for(;++p<e.children.length;){const y=e.children[p];if(y&&y.type==="listItem"&&y.children&&y.children[0]&&y.children[0].type==="thematicBreak"){f=!0;break}}}}f&&(u=d),a.bulletCurrent=u;const h=a.containerFlow(e,l);return a.bulletLastUsed=u,a.bulletCurrent=o,i(),h}function nI(e){const t=e.options.listItemIndent||"one";if(t!=="tab"&&t!=="one"&&t!=="mixed")throw new Error("Cannot serialize items with `"+t+"` for `options.listItemIndent`, expected `tab`, `one`, or `mixed`");return t}function aI(e,t,a,l){const i=nI(a);let o=a.bulletCurrent||_d(a);t&&t.type==="list"&&t.ordered&&(o=(typeof t.start=="number"&&t.start>-1?t.start:1)+(a.options.incrementListMarker===!1?0:t.children.indexOf(e))+o);let u=o.length+1;(i==="tab"||i==="mixed"&&(t&&t.type==="list"&&t.spread||e.spread))&&(u=Math.ceil(u/4)*4);const d=a.createTracker(l);d.move(o+" ".repeat(u-o.length)),d.shift(u);const f=a.enter("listItem"),h=a.indentLines(a.containerFlow(e,d.current()),m);return f(),h;function m(p,y,b){return y?(b?"":" ".repeat(u))+p:(b?o:o+" ".repeat(u-o.length))+p}}function rI(e,t,a,l){const i=a.enter("paragraph"),o=a.enter("phrasing"),u=a.containerPhrasing(e,l);return o(),i(),u}const lI=_1(["break","delete","emphasis","footnote","footnoteReference","image","imageReference","inlineCode","inlineMath","link","linkReference","mdxJsxTextElement","mdxTextExpression","strong","text","textDirective"]);function iI(e,t,a,l){return(e.children.some(function(u){return lI(u)})?a.containerPhrasing:a.containerFlow).call(a,e,l)}function sI(e){const t=e.options.strong||"*";if(t!=="*"&&t!=="_")throw new Error("Cannot serialize strong with `"+t+"` for `options.strong`, expected `*`, or `_`");return t}qp.peek=oI;function qp(e,t,a,l){const i=sI(a),o=a.enter("strong"),u=a.createTracker(l),d=u.move(i+i);let f=u.move(a.containerPhrasing(e,{after:i,before:d,...u.current()}));const h=f.charCodeAt(0),m=y1(l.before.charCodeAt(l.before.length-1),h,i);m.inside&&(f=ms(h)+f.slice(1));const p=f.charCodeAt(f.length-1),y=y1(l.after.charCodeAt(0),p,i);y.inside&&(f=f.slice(0,-1)+ms(p));const b=u.move(i+i);return o(),a.attentionEncodeSurroundingInfo={after:y.outside,before:m.outside},d+f+b}function oI(e,t,a){return a.options.strong||"*"}function cI(e,t,a,l){return a.safe(e.value,l)}function uI(e){const t=e.options.ruleRepetition||3;if(t<3)throw new Error("Cannot serialize rules with repetition `"+t+"` for `options.ruleRepetition`, expected `3` or more");return t}function xI(e,t,a){const l=(Zp(a)+(a.options.ruleSpaces?" ":"")).repeat(uI(a));return a.options.ruleSpaces?l.slice(0,-1):l}const Qp={blockquote:TG,break:T6,code:HG,definition:IG,emphasis:Lp,hardBreak:T6,heading:ZG,html:Pp,image:Hp,imageReference:Gp,inlineCode:Ip,link:Up,linkReference:$p,list:tI,listItem:aI,paragraph:rI,root:iI,strong:qp,text:cI,thematicBreak:xI};function dI(){return{enter:{table:fI,tableData:z6,tableHeader:z6,tableRow:pI},exit:{codeText:mI,table:hI,tableData:gu,tableHeader:gu,tableRow:gu}}}function fI(e){const t=e._align;this.enter({type:"table",align:t.map(function(a){return a==="none"?null:a}),children:[]},e),this.data.inTable=!0}function hI(e){this.exit(e),this.data.inTable=void 0}function pI(e){this.enter({type:"tableRow",children:[]},e)}function gu(e){this.exit(e)}function z6(e){this.enter({type:"tableCell",children:[]},e)}function mI(e){let t=this.resume();this.data.inTable&&(t=t.replace(/\\([\\|])/g,gI));const a=this.stack[this.stack.length-1];a.type,a.value=t,this.exit(e)}function gI(e,t){return t==="|"?t:e}function EI(e){const t=e||{},a=t.tableCellPadding,l=t.tablePipeAlign,i=t.stringLength,o=a?" ":"|";return{unsafe:[{character:"\r",inConstruct:"tableCell"},{character:`
|
|
60
60
|
`,inConstruct:"tableCell"},{atBreak:!0,character:"|",after:"[ :-]"},{character:"|",inConstruct:"tableCell"},{atBreak:!0,character:":",after:"-"},{atBreak:!0,character:"-",after:"[:|-]"}],handlers:{inlineCode:y,table:u,tableCell:f,tableRow:d}};function u(b,v,C,k){return h(m(b,C,k),b.align)}function d(b,v,C,k){const B=p(b,C,k),N=h([B]);return N.slice(0,N.indexOf(`
|
|
61
|
-
`))}function f(b,v,C,k){const B=C.enter("tableCell"),N=C.enter("phrasing"),F=C.containerPhrasing(b,{...k,before:o,after:o});return N(),B(),F}function h(b,v){return jG(b,{align:v,alignDelimiters:l,padding:a,stringLength:i})}function m(b,v,C){const k=b.children;let B=-1;const N=[],F=v.enter("table");for(;++B<k.length;)N[B]=p(k[B],v,C);return F(),N}function p(b,v,C){const k=b.children;let B=-1;const N=[],F=v.enter("tableRow");for(;++B<k.length;)N[B]=f(k[B],b,v,C);return F(),N}function y(b,v,C){let k=Qp.inlineCode(b,v,C);return C.stack.includes("tableCell")&&(k=k.replace(/\|/g,"\\$&")),k}}function yI(){return{exit:{taskListCheckValueChecked:R6,taskListCheckValueUnchecked:R6,paragraph:vI}}}function bI(){return{unsafe:[{atBreak:!0,character:"-",after:"[:|-]"}],handlers:{listItem:CI}}}function R6(e){const t=this.stack[this.stack.length-2];t.type,t.checked=e.type==="taskListCheckValueChecked"}function vI(e){const t=this.stack[this.stack.length-2];if(t&&t.type==="listItem"&&typeof t.checked=="boolean"){const a=this.stack[this.stack.length-1];a.type;const l=a.children[0];if(l&&l.type==="text"){const i=t.children;let o=-1,u;for(;++o<i.length;){const d=i[o];if(d.type==="paragraph"){u=d;break}}u===a&&(l.value=l.value.slice(1),l.value.length===0?a.children.shift():a.position&&l.position&&typeof l.position.start.offset=="number"&&(l.position.start.column++,l.position.start.offset++,a.position.start=Object.assign({},l.position.start)))}}this.exit(e)}function CI(e,t,a,l){const i=e.children[0],o=typeof e.checked=="boolean"&&i&&i.type==="paragraph",u="["+(e.checked?"x":" ")+"] ",d=a.createTracker(l);o&&d.move(u);let f=Qp.listItem(e,t,a,{...l,...d.current()});return o&&(f=f.replace(/^(?:[*+-]|\d+\.)([\r\n]| {1,3})/,h)),f;function h(m){return m+u}}function kI(){return[tG(),CG(),wG(),dI(),yI()]}function AI(e){return{extensions:[nG(),kG(e),DG(),EI(e),bI()]}}const BI={tokenize:NI,partial:!0},Kp={tokenize:jI,partial:!0},Yp={tokenize:_I,partial:!0},Wp={tokenize:TI,partial:!0},wI={tokenize:zI,partial:!0},Xp={name:"wwwAutolink",tokenize:SI,previous:em},Jp={name:"protocolAutolink",tokenize:MI,previous:tm},Oa={name:"emailAutolink",tokenize:FI,previous:nm},da={};function DI(){return{text:da}}let Ir=48;for(;Ir<123;)da[Ir]=Oa,Ir++,Ir===58?Ir=65:Ir===91&&(Ir=97);da[43]=Oa;da[45]=Oa;da[46]=Oa;da[95]=Oa;da[72]=[Oa,Jp];da[104]=[Oa,Jp];da[87]=[Oa,Xp];da[119]=[Oa,Xp];function FI(e,t,a){const l=this;let i,o;return u;function u(p){return!ox(p)||!nm.call(l,l.previous)||Td(l.events)?a(p):(e.enter("literalAutolink"),e.enter("literalAutolinkEmail"),d(p))}function d(p){return ox(p)?(e.consume(p),d):p===64?(e.consume(p),f):a(p)}function f(p){return p===46?e.check(wI,m,h)(p):p===45||p===95||Zn(p)?(o=!0,e.consume(p),f):m(p)}function h(p){return e.consume(p),i=!0,f}function m(p){return o&&i&&Yn(l.previous)?(e.exit("literalAutolinkEmail"),e.exit("literalAutolink"),t(p)):a(p)}}function SI(e,t,a){const l=this;return i;function i(u){return u!==87&&u!==119||!em.call(l,l.previous)||Td(l.events)?a(u):(e.enter("literalAutolink"),e.enter("literalAutolinkWww"),e.check(BI,e.attempt(Kp,e.attempt(Yp,o),a),a)(u))}function o(u){return e.exit("literalAutolinkWww"),e.exit("literalAutolink"),t(u)}}function MI(e,t,a){const l=this;let i="",o=!1;return u;function u(p){return(p===72||p===104)&&tm.call(l,l.previous)&&!Td(l.events)?(e.enter("literalAutolink"),e.enter("literalAutolinkHttp"),i+=String.fromCodePoint(p),e.consume(p),d):a(p)}function d(p){if(Yn(p)&&i.length<5)return i+=String.fromCodePoint(p),e.consume(p),d;if(p===58){const y=i.toLowerCase();if(y==="http"||y==="https")return e.consume(p),f}return a(p)}function f(p){return p===47?(e.consume(p),o?h:(o=!0,f)):a(p)}function h(p){return p===null||m1(p)||Yt(p)||Yr(p)||M1(p)?a(p):e.attempt(Kp,e.attempt(Yp,m),a)(p)}function m(p){return e.exit("literalAutolinkHttp"),e.exit("literalAutolink"),t(p)}}function NI(e,t,a){let l=0;return i;function i(u){return(u===87||u===119)&&l<3?(l++,e.consume(u),i):u===46&&l===3?(e.consume(u),o):a(u)}function o(u){return u===null?a(u):t(u)}}function jI(e,t,a){let l,i,o;return u;function u(h){return h===46||h===95?e.check(Wp,f,d)(h):h===null||Yt(h)||Yr(h)||h!==45&&M1(h)?f(h):(o=!0,e.consume(h),u)}function d(h){return h===95?l=!0:(i=l,l=void 0),e.consume(h),u}function f(h){return i||l||!o?a(h):t(h)}}function _I(e,t){let a=0,l=0;return i;function i(u){return u===40?(a++,e.consume(u),i):u===41&&l<a?o(u):u===33||u===34||u===38||u===39||u===41||u===42||u===44||u===46||u===58||u===59||u===60||u===63||u===93||u===95||u===126?e.check(Wp,t,o)(u):u===null||Yt(u)||Yr(u)?t(u):(e.consume(u),i)}function o(u){return u===41&&l++,e.consume(u),i}}function TI(e,t,a){return l;function l(d){return d===33||d===34||d===39||d===41||d===42||d===44||d===46||d===58||d===59||d===63||d===95||d===126?(e.consume(d),l):d===38?(e.consume(d),o):d===93?(e.consume(d),i):d===60||d===null||Yt(d)||Yr(d)?t(d):a(d)}function i(d){return d===null||d===40||d===91||Yt(d)||Yr(d)?t(d):l(d)}function o(d){return Yn(d)?u(d):a(d)}function u(d){return d===59?(e.consume(d),l):Yn(d)?(e.consume(d),u):a(d)}}function zI(e,t,a){return l;function l(o){return e.consume(o),i}function i(o){return Zn(o)?a(o):t(o)}}function em(e){return e===null||e===40||e===42||e===95||e===91||e===93||e===126||Yt(e)}function tm(e){return!Yn(e)}function nm(e){return!(e===47||ox(e))}function ox(e){return e===43||e===45||e===46||e===95||Zn(e)}function Td(e){let t=e.length,a=!1;for(;t--;){const l=e[t][1];if((l.type==="labelLink"||l.type==="labelImage")&&!l._balanced){a=!0;break}if(l._gfmAutolinkLiteralWalkedInto){a=!1;break}}return e.length>0&&!a&&(e[e.length-1][1]._gfmAutolinkLiteralWalkedInto=!0),a}const RI={tokenize:UI,partial:!0};function OI(){return{document:{91:{name:"gfmFootnoteDefinition",tokenize:GI,continuation:{tokenize:II},exit:VI}},text:{91:{name:"gfmFootnoteCall",tokenize:HI},93:{name:"gfmPotentialFootnoteCall",add:"after",tokenize:LI,resolveTo:PI}}}}function LI(e,t,a){const l=this;let i=l.events.length;const o=l.parser.gfmFootnotes||(l.parser.gfmFootnotes=[]);let u;for(;i--;){const f=l.events[i][1];if(f.type==="labelImage"){u=f;break}if(f.type==="gfmFootnoteCall"||f.type==="labelLink"||f.type==="label"||f.type==="image"||f.type==="link")break}return d;function d(f){if(!u||!u._balanced)return a(f);const h=ta(l.sliceSerialize({start:u.end,end:l.now()}));return h.codePointAt(0)!==94||!o.includes(h.slice(1))?a(f):(e.enter("gfmFootnoteCallLabelMarker"),e.consume(f),e.exit("gfmFootnoteCallLabelMarker"),t(f))}}function PI(e,t){let a=e.length;for(;a--;)if(e[a][1].type==="labelImage"&&e[a][0]==="enter"){e[a][1];break}e[a+1][1].type="data",e[a+3][1].type="gfmFootnoteCallLabelMarker";const l={type:"gfmFootnoteCall",start:Object.assign({},e[a+3][1].start),end:Object.assign({},e[e.length-1][1].end)},i={type:"gfmFootnoteCallMarker",start:Object.assign({},e[a+3][1].end),end:Object.assign({},e[a+3][1].end)};i.end.column++,i.end.offset++,i.end._bufferIndex++;const o={type:"gfmFootnoteCallString",start:Object.assign({},i.end),end:Object.assign({},e[e.length-1][1].start)},u={type:"chunkString",contentType:"string",start:Object.assign({},o.start),end:Object.assign({},o.end)},d=[e[a+1],e[a+2],["enter",l,t],e[a+3],e[a+4],["enter",i,t],["exit",i,t],["enter",o,t],["enter",u,t],["exit",u,t],["exit",o,t],e[e.length-2],e[e.length-1],["exit",l,t]];return e.splice(a,e.length-a+1,...d),e}function HI(e,t,a){const l=this,i=l.parser.gfmFootnotes||(l.parser.gfmFootnotes=[]);let o=0,u;return d;function d(p){return e.enter("gfmFootnoteCall"),e.enter("gfmFootnoteCallLabelMarker"),e.consume(p),e.exit("gfmFootnoteCallLabelMarker"),f}function f(p){return p!==94?a(p):(e.enter("gfmFootnoteCallMarker"),e.consume(p),e.exit("gfmFootnoteCallMarker"),e.enter("gfmFootnoteCallString"),e.enter("chunkString").contentType="string",h)}function h(p){if(o>999||p===93&&!u||p===null||p===91||Yt(p))return a(p);if(p===93){e.exit("chunkString");const y=e.exit("gfmFootnoteCallString");return i.includes(ta(l.sliceSerialize(y)))?(e.enter("gfmFootnoteCallLabelMarker"),e.consume(p),e.exit("gfmFootnoteCallLabelMarker"),e.exit("gfmFootnoteCall"),t):a(p)}return Yt(p)||(u=!0),o++,e.consume(p),p===92?m:h}function m(p){return p===91||p===92||p===93?(e.consume(p),o++,h):h(p)}}function GI(e,t,a){const l=this,i=l.parser.gfmFootnotes||(l.parser.gfmFootnotes=[]);let o,u=0,d;return f;function f(v){return e.enter("gfmFootnoteDefinition")._container=!0,e.enter("gfmFootnoteDefinitionLabel"),e.enter("gfmFootnoteDefinitionLabelMarker"),e.consume(v),e.exit("gfmFootnoteDefinitionLabelMarker"),h}function h(v){return v===94?(e.enter("gfmFootnoteDefinitionMarker"),e.consume(v),e.exit("gfmFootnoteDefinitionMarker"),e.enter("gfmFootnoteDefinitionLabelString"),e.enter("chunkString").contentType="string",m):a(v)}function m(v){if(u>999||v===93&&!d||v===null||v===91||Yt(v))return a(v);if(v===93){e.exit("chunkString");const C=e.exit("gfmFootnoteDefinitionLabelString");return o=ta(l.sliceSerialize(C)),e.enter("gfmFootnoteDefinitionLabelMarker"),e.consume(v),e.exit("gfmFootnoteDefinitionLabelMarker"),e.exit("gfmFootnoteDefinitionLabel"),y}return Yt(v)||(d=!0),u++,e.consume(v),v===92?p:m}function p(v){return v===91||v===92||v===93?(e.consume(v),u++,m):m(v)}function y(v){return v===58?(e.enter("definitionMarker"),e.consume(v),e.exit("definitionMarker"),i.includes(o)||i.push(o),wt(e,b,"gfmFootnoteDefinitionWhitespace")):a(v)}function b(v){return t(v)}}function II(e,t,a){return e.check(Bs,t,e.attempt(RI,t,a))}function VI(e){e.exit("gfmFootnoteDefinition")}function UI(e,t,a){const l=this;return wt(e,i,"gfmFootnoteDefinitionIndent",5);function i(o){const u=l.events[l.events.length-1];return u&&u[1].type==="gfmFootnoteDefinitionIndent"&&u[2].sliceSerialize(u[1],!0).length===4?t(o):a(o)}}function $I(e){let a=(e||{}).singleTilde;const l={name:"strikethrough",tokenize:o,resolveAll:i};return a==null&&(a=!0),{text:{126:l},insideSpan:{null:[l]},attentionMarkers:{null:[126]}};function i(u,d){let f=-1;for(;++f<u.length;)if(u[f][0]==="enter"&&u[f][1].type==="strikethroughSequenceTemporary"&&u[f][1]._close){let h=f;for(;h--;)if(u[h][0]==="exit"&&u[h][1].type==="strikethroughSequenceTemporary"&&u[h][1]._open&&u[f][1].end.offset-u[f][1].start.offset===u[h][1].end.offset-u[h][1].start.offset){u[f][1].type="strikethroughSequence",u[h][1].type="strikethroughSequence";const m={type:"strikethrough",start:Object.assign({},u[h][1].start),end:Object.assign({},u[f][1].end)},p={type:"strikethroughText",start:Object.assign({},u[h][1].end),end:Object.assign({},u[f][1].start)},y=[["enter",m,d],["enter",u[h][1],d],["exit",u[h][1],d],["enter",p,d]],b=d.parser.constructs.insideSpan.null;b&&y0(y,y.length,0,N1(b,u.slice(h+1,f),d)),y0(y,y.length,0,[["exit",p,d],["enter",u[f][1],d],["exit",u[f][1],d],["exit",m,d]]),y0(u,h-1,f-h+3,y),f=h+y.length-2;break}}for(f=-1;++f<u.length;)u[f][1].type==="strikethroughSequenceTemporary"&&(u[f][1].type="data");return u}function o(u,d,f){const h=this.previous,m=this.events;let p=0;return y;function y(v){return h===126&&m[m.length-1][1].type!=="characterEscape"?f(v):(u.enter("strikethroughSequenceTemporary"),b(v))}function b(v){const C=Il(h);if(v===126)return p>1?f(v):(u.consume(v),p++,b);if(p<2&&!a)return f(v);const k=u.exit("strikethroughSequenceTemporary"),B=Il(v);return k._open=!B||B===2&&!!C,k._close=!C||C===2&&!!B,d(v)}}}class ZI{constructor(){this.map=[]}add(t,a,l){qI(this,t,a,l)}consume(t){if(this.map.sort(function(o,u){return o[0]-u[0]}),this.map.length===0)return;let a=this.map.length;const l=[];for(;a>0;)a-=1,l.push(t.slice(this.map[a][0]+this.map[a][1]),this.map[a][2]),t.length=this.map[a][0];l.push(t.slice()),t.length=0;let i=l.pop();for(;i;){for(const o of i)t.push(o);i=l.pop()}this.map.length=0}}function qI(e,t,a,l){let i=0;if(!(a===0&&l.length===0)){for(;i<e.map.length;){if(e.map[i][0]===t){e.map[i][1]+=a,e.map[i][2].push(...l);return}i+=1}e.map.push([t,a,l])}}function QI(e,t){let a=!1;const l=[];for(;t<e.length;){const i=e[t];if(a){if(i[0]==="enter")i[1].type==="tableContent"&&l.push(e[t+1][1].type==="tableDelimiterMarker"?"left":"none");else if(i[1].type==="tableContent"){if(e[t-1][1].type==="tableDelimiterMarker"){const o=l.length-1;l[o]=l[o]==="left"?"center":"right"}}else if(i[1].type==="tableDelimiterRow")break}else i[0]==="enter"&&i[1].type==="tableDelimiterRow"&&(a=!0);t+=1}return l}function KI(){return{flow:{null:{name:"table",tokenize:YI,resolveAll:WI}}}}function YI(e,t,a){const l=this;let i=0,o=0,u;return d;function d(T){let G=l.events.length-1;for(;G>-1;){const W=l.events[G][1].type;if(W==="lineEnding"||W==="linePrefix")G--;else break}const Z=G>-1?l.events[G][1].type:null,ne=Z==="tableHead"||Z==="tableRow"?D:f;return ne===D&&l.parser.lazy[l.now().line]?a(T):ne(T)}function f(T){return e.enter("tableHead"),e.enter("tableRow"),h(T)}function h(T){return T===124||(u=!0,o+=1),m(T)}function m(T){return T===null?a(T):$e(T)?o>1?(o=0,l.interrupt=!0,e.exit("tableRow"),e.enter("lineEnding"),e.consume(T),e.exit("lineEnding"),b):a(T):Et(T)?wt(e,m,"whitespace")(T):(o+=1,u&&(u=!1,i+=1),T===124?(e.enter("tableCellDivider"),e.consume(T),e.exit("tableCellDivider"),u=!0,m):(e.enter("data"),p(T)))}function p(T){return T===null||T===124||Yt(T)?(e.exit("data"),m(T)):(e.consume(T),T===92?y:p)}function y(T){return T===92||T===124?(e.consume(T),p):p(T)}function b(T){return l.interrupt=!1,l.parser.lazy[l.now().line]?a(T):(e.enter("tableDelimiterRow"),u=!1,Et(T)?wt(e,v,"linePrefix",l.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(T):v(T))}function v(T){return T===45||T===58?k(T):T===124?(u=!0,e.enter("tableCellDivider"),e.consume(T),e.exit("tableCellDivider"),C):M(T)}function C(T){return Et(T)?wt(e,k,"whitespace")(T):k(T)}function k(T){return T===58?(o+=1,u=!0,e.enter("tableDelimiterMarker"),e.consume(T),e.exit("tableDelimiterMarker"),B):T===45?(o+=1,B(T)):T===null||$e(T)?S(T):M(T)}function B(T){return T===45?(e.enter("tableDelimiterFiller"),N(T)):M(T)}function N(T){return T===45?(e.consume(T),N):T===58?(u=!0,e.exit("tableDelimiterFiller"),e.enter("tableDelimiterMarker"),e.consume(T),e.exit("tableDelimiterMarker"),F):(e.exit("tableDelimiterFiller"),F(T))}function F(T){return Et(T)?wt(e,S,"whitespace")(T):S(T)}function S(T){return T===124?v(T):T===null||$e(T)?!u||i!==o?M(T):(e.exit("tableDelimiterRow"),e.exit("tableHead"),t(T)):M(T)}function M(T){return a(T)}function D(T){return e.enter("tableRow"),j(T)}function j(T){return T===124?(e.enter("tableCellDivider"),e.consume(T),e.exit("tableCellDivider"),j):T===null||$e(T)?(e.exit("tableRow"),t(T)):Et(T)?wt(e,j,"whitespace")(T):(e.enter("data"),O(T))}function O(T){return T===null||T===124||Yt(T)?(e.exit("data"),j(T)):(e.consume(T),T===92?P:O)}function P(T){return T===92||T===124?(e.consume(T),O):O(T)}}function WI(e,t){let a=-1,l=!0,i=0,o=[0,0,0,0],u=[0,0,0,0],d=!1,f=0,h,m,p;const y=new ZI;for(;++a<e.length;){const b=e[a],v=b[1];b[0]==="enter"?v.type==="tableHead"?(d=!1,f!==0&&(O6(y,t,f,h,m),m=void 0,f=0),h={type:"table",start:Object.assign({},v.start),end:Object.assign({},v.end)},y.add(a,0,[["enter",h,t]])):v.type==="tableRow"||v.type==="tableDelimiterRow"?(l=!0,p=void 0,o=[0,0,0,0],u=[0,a+1,0,0],d&&(d=!1,m={type:"tableBody",start:Object.assign({},v.start),end:Object.assign({},v.end)},y.add(a,0,[["enter",m,t]])),i=v.type==="tableDelimiterRow"?2:m?3:1):i&&(v.type==="data"||v.type==="tableDelimiterMarker"||v.type==="tableDelimiterFiller")?(l=!1,u[2]===0&&(o[1]!==0&&(u[0]=u[1],p=Jo(y,t,o,i,void 0,p),o=[0,0,0,0]),u[2]=a)):v.type==="tableCellDivider"&&(l?l=!1:(o[1]!==0&&(u[0]=u[1],p=Jo(y,t,o,i,void 0,p)),o=u,u=[o[1],a,0,0])):v.type==="tableHead"?(d=!0,f=a):v.type==="tableRow"||v.type==="tableDelimiterRow"?(f=a,o[1]!==0?(u[0]=u[1],p=Jo(y,t,o,i,a,p)):u[1]!==0&&(p=Jo(y,t,u,i,a,p)),i=0):i&&(v.type==="data"||v.type==="tableDelimiterMarker"||v.type==="tableDelimiterFiller")&&(u[3]=a)}for(f!==0&&O6(y,t,f,h,m),y.consume(t.events),a=-1;++a<t.events.length;){const b=t.events[a];b[0]==="enter"&&b[1].type==="table"&&(b[1]._align=QI(t.events,a))}return e}function Jo(e,t,a,l,i,o){const u=l===1?"tableHeader":l===2?"tableDelimiter":"tableData",d="tableContent";a[0]!==0&&(o.end=Object.assign({},Ll(t.events,a[0])),e.add(a[0],0,[["exit",o,t]]));const f=Ll(t.events,a[1]);if(o={type:u,start:Object.assign({},f),end:Object.assign({},f)},e.add(a[1],0,[["enter",o,t]]),a[2]!==0){const h=Ll(t.events,a[2]),m=Ll(t.events,a[3]),p={type:d,start:Object.assign({},h),end:Object.assign({},m)};if(e.add(a[2],0,[["enter",p,t]]),l!==2){const y=t.events[a[2]],b=t.events[a[3]];if(y[1].end=Object.assign({},b[1].end),y[1].type="chunkText",y[1].contentType="text",a[3]>a[2]+1){const v=a[2]+1,C=a[3]-a[2]-1;e.add(v,C,[])}}e.add(a[3]+1,0,[["exit",p,t]])}return i!==void 0&&(o.end=Object.assign({},Ll(t.events,i)),e.add(i,0,[["exit",o,t]]),o=void 0),o}function O6(e,t,a,l,i){const o=[],u=Ll(t.events,a);i&&(i.end=Object.assign({},u),o.push(["exit",i,t])),l.end=Object.assign({},u),o.push(["exit",l,t]),e.add(a+1,0,o)}function Ll(e,t){const a=e[t],l=a[0]==="enter"?"start":"end";return a[1][l]}const XI={name:"tasklistCheck",tokenize:eV};function JI(){return{text:{91:XI}}}function eV(e,t,a){const l=this;return i;function i(f){return l.previous!==null||!l._gfmTasklistFirstContentOfListItem?a(f):(e.enter("taskListCheck"),e.enter("taskListCheckMarker"),e.consume(f),e.exit("taskListCheckMarker"),o)}function o(f){return Yt(f)?(e.enter("taskListCheckValueUnchecked"),e.consume(f),e.exit("taskListCheckValueUnchecked"),u):f===88||f===120?(e.enter("taskListCheckValueChecked"),e.consume(f),e.exit("taskListCheckValueChecked"),u):a(f)}function u(f){return f===93?(e.enter("taskListCheckMarker"),e.consume(f),e.exit("taskListCheckMarker"),e.exit("taskListCheck"),d):a(f)}function d(f){return $e(f)?t(f):Et(f)?e.check({tokenize:tV},t,a)(f):a(f)}}function tV(e,t,a){return wt(e,l,"whitespace");function l(i){return i===null?a(i):t(i)}}function nV(e){return xp([DI(),OI(),$I(e),KI(),JI()])}const aV={};function rV(e){const t=this,a=e||aV,l=t.data(),i=l.micromarkExtensions||(l.micromarkExtensions=[]),o=l.fromMarkdownExtensions||(l.fromMarkdownExtensions=[]),u=l.toMarkdownExtensions||(l.toMarkdownExtensions=[]);i.push(nV(a)),o.push(kI()),u.push(AI(a))}function zd(e,t){const a=t??e,[l,i]=A.useState(null);return A.useEffect(()=>{if(!a)return;if(typeof a!="string"){const u=URL.createObjectURL(a);return i({source:a,objectUrl:u,error:null}),()=>URL.revokeObjectURL(u)}let o=!1;return we.localImage(a).then(u=>{o||i({source:a,objectUrl:u,error:null})},u=>{o||i({source:a,objectUrl:null,error:u instanceof Error?u.message:"Image unavailable"})}),()=>{o=!0}},[a]),l?.source===a?l:{objectUrl:null,error:null}}function am({reference:e=null,file:t,name:a}){const{objectUrl:l,error:i}=zd(e,t),[o,u]=A.useState(null),d=!!i||!!l&&o===l;return c.jsx("span",{className:"relative flex size-16 shrink-0 items-center justify-center overflow-hidden rounded-lg border border-border-soft bg-surface-2 text-muted",children:l&&!d?c.jsx("img",{src:l,alt:a,className:"m-0 size-full rounded-none object-cover",onError:()=>u(l)}):c.jsxs("span",{className:"flex min-w-0 flex-col items-center gap-1 px-1",title:d?"Image unavailable":a,children:[d?c.jsx(tB,{size:20}):c.jsx(G9,{size:20}),c.jsx("span",{className:"w-full truncate text-center text-[10px]",children:a})]})})}const lV=[rV,eG],rm="conductor-attachment.invalid";function iV(e){const t=Qx(e);if(!t.length)return e;let a="",l=0;for(const i of t){const o=i.name.replace(/[\\`*_[\]<>]/g,"\\$&");a+=`${e.slice(l,i.start)}[${o}](https://${rm}/?path=${encodeURIComponent(i.path)})`,l=i.end}return a+e.slice(l)}function sV(e){const t=Qx(e).filter(i=>/^Transcript of .+\.md$/.test(i.name));if(!t.length)return e;let a="",l=0;for(const i of t)a+=e.slice(l,i.start),l=i.end;return a+e.slice(l)}function oV(e){if(!e)return null;try{const t=new URL(e);return t.hostname===rm?t.searchParams.get("path"):null}catch{return null}}function cV({src:e,alt:t,...a}){const l=n7(typeof e=="string"?e:null),{objectUrl:i,error:o}=zd(l);return l?o?c.jsxs("span",{className:"my-2 block rounded-lg border border-del/30 px-3 py-2 text-xs text-del",children:[t||"Image"," unavailable: ",o]}):i?c.jsx("img",{src:i,alt:t??"",...a}):null:c.jsx("img",{src:e,alt:t??"",...a})}function lm(e){if(!e?.startsWith("/"))return null;const t=e.match(/:([1-9]\d*)(?::\d+)?$/);return Kx(t?e.slice(0,-t[0].length):e)?e:null}function cx({href:e,children:t,onClick:a,...l}){const i=oV(e),o=a7(i),u=n7(e??null),d=o?.kind==="image"?o.reference:u,f=t7(e??null),h=o?.kind==="source"?o.reference:lm(e)??f,m=d??h,[p,y]=A.useState(!1),b=d&&p?c.jsx(uV,{reference:d,onClose:()=>y(!1)}):h&&p?c.jsx(im,{reference:h,onClose:()=>y(!1)}):null;return e?i?d?c.jsxs(c.Fragment,{children:[c.jsx("button",{type:"button",title:`Open image ${d}`,onClick:()=>y(!0),className:"my-1 inline-flex rounded-lg align-middle transition hover:opacity-80 focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-accent",children:c.jsx(am,{reference:d,name:i.slice(i.lastIndexOf("/")+1)})}),b]}):c.jsxs(c.Fragment,{children:[c.jsxs("button",{type:"button",title:d?`Open image ${d}`:h?`Open ${h}`:i,disabled:!m,onClick:()=>y(!0),className:"inline-flex max-w-full items-center gap-1 rounded-md bg-surface-2 px-1.5 py-0.5 align-baseline text-[0.9em] font-medium text-muted transition hover:text-text focus-visible:outline-2 focus-visible:outline-accent active:bg-surface disabled:cursor-default",children:[c.jsx(Ox,{size:12,className:"shrink-0"}),c.jsx("span",{className:"truncate",children:t})]}),b]}):c.jsxs(c.Fragment,{children:[c.jsx("a",{href:e,...l,title:d?`Open image ${d}`:l.title,onClick:v=>{a?.(v),!(!m||v.defaultPrevented||v.button!==0||v.metaKey||v.ctrlKey||v.shiftKey||v.altKey)&&(v.preventDefault(),y(!0))},children:t}),b]}):c.jsx("span",{title:l.title,children:t})}function uV({reference:e,onClose:t}){const{objectUrl:a,error:l}=zd(e);return A.useEffect(()=>{const i=o=>{o.key==="Escape"&&t()};return window.addEventListener("keydown",i),()=>window.removeEventListener("keydown",i)},[t]),G0.createPortal(c.jsxs(c.Fragment,{children:[c.jsx("div",{className:"fixed inset-0 z-[60] bg-black/60",onClick:t,"aria-hidden":!0}),c.jsxs("div",{role:"dialog","aria-modal":"true","aria-label":"Image preview",className:"fade-in pt-safe pb-safe fixed inset-0 z-[60] mx-auto flex flex-col bg-bg md:inset-6 md:rounded-3xl md:border md:border-border-soft",children:[c.jsx(md,{title:"Image",subtitle:e,onClose:t,closeLabel:"Close image preview"}),c.jsxs("div",{className:"flex min-h-0 flex-1 items-center justify-center overflow-auto bg-black/15 p-3",children:[!a&&!l?c.jsx(Wn,{label:"Loading image…"}):null,l?c.jsxs("p",{className:"max-w-xs text-center text-sm text-muted",children:["Image unavailable: ",l]}):null,a?c.jsx("img",{src:a,alt:"",className:"max-h-full max-w-full rounded-lg object-contain shadow-2xl"}):null]})]})]}),document.body)}function im({reference:e,onClose:t}){const[a,l]=A.useState(null),[i,o]=A.useState(null),u=A.useRef(null);return A.useEffect(()=>{let d=!1;return l(null),o(null),we.filePreview(e).then(f=>{d||l(f)},f=>{d||o(f instanceof Error?f.message:"Could not read source file")}),()=>{d=!0}},[e]),A.useEffect(()=>{a?.line&&u.current?.scrollIntoView({block:"center"})},[a?.line]),A.useEffect(()=>{const d=f=>{f.key==="Escape"&&t()};return window.addEventListener("keydown",d),()=>window.removeEventListener("keydown",d)},[t]),G0.createPortal(c.jsxs(c.Fragment,{children:[c.jsx("div",{className:"fixed inset-0 z-[60] bg-black/60",onClick:t,"aria-hidden":!0}),c.jsxs("div",{role:"dialog","aria-modal":"true","aria-label":"Source file",className:"fade-in pt-safe pb-safe fixed inset-0 z-[60] mx-auto flex flex-col bg-bg md:inset-6 md:rounded-3xl md:border md:border-border-soft",children:[c.jsx(md,{title:"Source",subtitle:a?.path??e,onClose:t,closeLabel:"Close source preview"}),c.jsxs("div",{className:"min-h-0 flex-1 overflow-auto",children:[!a&&!i?c.jsx(Wn,{label:"Reading source…"}):null,i?c.jsx("p",{className:"mx-auto max-w-xs px-6 py-16 text-center text-sm text-muted",children:i}):null,a?xV(a.path)?c.jsx(dV,{preview:a}):c.jsx(V7,{preview:a,lineRef:u}):null]})]})]}),document.body)}function xV(e){return e.toLowerCase().endsWith(".md")}function dV({preview:e}){return c.jsxs("div",{className:"p-4 text-sm leading-6 text-text",children:[c.jsx(mr,{children:e.content}),c.jsx(U7,{preview:e})]})}function fV({className:e,children:t,node:a,...l}){const i=AR(e),o=pV(t),u=t7(e?null:o);return u?c.jsx(hV,{reference:u,...l,children:t}):c.jsx("code",{className:e,...l,children:i&&o!==null?c.jsx(I7,{text:o,language:i}):t})}function hV({reference:e,children:t,...a}){const[l,i]=A.useState(!1);return c.jsxs(c.Fragment,{children:[c.jsx("button",{type:"button",title:`Open ${e}`,onClick:()=>i(!0),className:"max-w-full align-baseline text-left",children:c.jsx("code",{...a,className:"text-accent underline decoration-dotted underline-offset-2",children:t})}),l?c.jsx(im,{reference:e,onClose:()=>i(!1)}):null]})}function pV(e){return typeof e=="string"?e:Array.isArray(e)&&e.every(t=>typeof t=="string")?e.join(""):null}function mV({node:e,children:t,...a}){const l=e?gV(e):"";return c.jsxs("div",{className:"relative",children:[c.jsx("pre",{...a,children:t}),l?c.jsx(wj,{text:l,label:"code",size:12,className:"absolute right-1.5 top-1.5 size-6 rounded-md border border-border-soft bg-bg/90"}):null]})}function gV(e){let t="";const a=l=>{for(const i of l)i.type==="text"?t+=i.value:i.type==="element"&&a(i.children)};return a(e.children),t.replace(/\n$/,"")}const EV={a:cx,code:fV,img:cV,pre:mV},mr=A.memo(function({children:t,hideTranscriptAttachments:a=!1}){return c.jsx("div",{className:"md",children:c.jsx(VH,{remarkPlugins:lV,components:EV,children:iV(a?sV(t):t)})})});function Rd({state:e,label:t,meta:a,actions:l=[],align:i="right",children:o,className:u,dataUserMessage:d,dataMessageState:f}){const h=e==="failed";return c.jsxs("div",{className:fe("flex min-w-0 flex-col gap-1",i==="right"&&"items-end",i==="left"&&"items-start",i==="wide"&&"items-stretch"),...d?{"data-user-msg":d}:{},...f?{"data-msg-state":f}:{},children:[c.jsxs("div",{className:fe("min-w-0 rounded-2xl px-3.5 py-2.5 text-[14px] leading-relaxed [overflow-wrap:anywhere]",i==="wide"?"w-full":"max-w-[85%]",i==="right"?"bg-accent-soft text-text":"bg-surface/60 text-text",h?"border border-del/40":"opacity-60",u),children:[t?c.jsx("div",{className:fe("mb-1 text-[10px] font-semibold uppercase tracking-wide",h?"text-del":"text-faint"),children:t}):null,o]}),h?c.jsxs("div",{className:fe("flex flex-wrap items-center gap-x-2 gap-y-1 px-1 text-[11px] text-del",i==="right"&&"justify-end"),children:[c.jsx(Jr,{size:11,className:"shrink-0"}),a?c.jsx("span",{className:"min-w-0 max-w-[70vw] truncate",children:a}):c.jsx("span",{children:"Didn’t finish"}),l.map(m=>c.jsx("button",{type:"button",onClick:m.onClick,className:fe("underline underline-offset-2",m.primary?"font-semibold text-del":"text-faint"),children:m.label},m.label))]}):c.jsxs("div",{className:fe("flex min-w-0 items-center gap-1 px-1 text-[11px] text-faint",i==="right"&&"justify-end"),children:[c.jsx(fn,{size:11,className:"shrink-0 animate-spin"}),c.jsx("span",{className:"min-w-0 truncate",children:a??"Queued"}),l.map(m=>c.jsx("button",{type:"button",onClick:m.onClick,className:fe("ml-1 underline underline-offset-2",m.primary&&"font-semibold text-accent"),children:m.label},m.label))]})]})}function yV({jobs:e,sessionId:t,onSelectSession:a,onDismiss:l,onOpenRoles:i}){if(!t)return null;const o=e.filter(u=>!u.workflowId&&(u.parentSessionId===t||u.childSessionId===t));return o.length?c.jsx(c.Fragment,{children:o.map(u=>{const d=u.parentSessionId===t,f=u.status==="failed",h=d?u.childSessionId:u.parentSessionId,m=[];return h&&m.push({label:d?"Open worker":"Open parent",onClick:()=>a(h)}),f&&(m.push({label:"Edit roles",onClick:i,primary:!0}),m.push({label:"Dismiss delegation",onClick:()=>l(u.id)})),c.jsx(Rd,{state:f?"failed":"pending",align:"wide",label:`${d?"Delegated":"Assigned"} · ${u.role} · ${u.resolvedRole.model}${u.resolvedRole.effort?` · ${u.resolvedRole.effort}`:""}`,meta:f?`${u.failure?.code??"failed"}: ${u.failure?.message??"The delegated job failed."}`:`${Ij(u.status)}${u.attempts?` · attempt ${u.attempts+1}`:""}`,actions:m,dataMessageState:`delegation-${u.status}`,children:c.jsx(mr,{children:u.prompt})},u.id)})}):null}function bV({since:e}){const[t,a]=A.useState(()=>Date.now());return A.useEffect(()=>{if(!e)return;a(Date.now());const l=setInterval(()=>a(Date.now()),1e3);return()=>clearInterval(l)},[e]),c.jsxs("div",{className:"fade-in flex items-center justify-start gap-2",children:[c.jsxs("div",{className:"flex items-center gap-1 px-0.5 py-3",children:[c.jsx("span",{className:"typing-dot"}),c.jsx("span",{className:"typing-dot"}),c.jsx("span",{className:"typing-dot"})]}),e?c.jsx("span",{className:"text-[11px] tabular-nums text-faint",children:id(t-e)}):null]})}function vV({task:e}){const t=s0(e.since),[a,l]=A.useState(()=>Date.now());return A.useEffect(()=>{l(Date.now());const i=setInterval(()=>l(Date.now()),1e3);return()=>clearInterval(i)},[]),c.jsxs("div",{className:"fade-in flex min-w-0 items-center gap-2 px-0.5 py-1.5 text-[12.5px] text-muted",children:[c.jsx(Rx,{size:13,className:"shrink-0 text-faint"}),c.jsx("span",{className:"shrink-0 text-faint",children:"Waiting for task"}),c.jsx("span",{className:"min-w-0 flex-1 truncate",children:e.description}),Number.isNaN(t)?null:c.jsx("span",{className:"shrink-0 text-[11px] tabular-nums text-faint",children:id(a-t)})]})}const CV=(e,t)=>`${e} ${t}${e===1?"":"s"}`;function Eu({label:e,anchor:t,onClose:a,children:l}){const i=A.useRef(null),[o,u]=A.useState({top:0,left:0});A.useLayoutEffect(()=>{const f=t.current?.getBoundingClientRect(),h=i.current?.getBoundingClientRect();if(!f||!h)return;const m=f.top-h.height-4;u({top:Math.max(8,m>=8?m:Math.min(f.bottom+4,window.innerHeight-h.height-8)),left:Math.max(8,Math.min(f.left,window.innerWidth-h.width-8))}),i.current?.querySelector('[role^="menuitem"]')?.focus({preventScroll:!0})},[t]),A.useEffect(()=>{const f=h=>{h.target instanceof Node&&i.current?.contains(h.target)||a()};return window.addEventListener("resize",f),document.addEventListener("scroll",f,!0),()=>{window.removeEventListener("resize",f),document.removeEventListener("scroll",f,!0)}},[a]);const d=()=>{a(),t.current?.focus({preventScroll:!0})};return G0.createPortal(c.jsxs(c.Fragment,{children:[c.jsx("div",{className:"fixed inset-0 z-40",onClick:d,"aria-hidden":!0}),c.jsx("div",{ref:i,role:"menu","aria-label":e,style:o,onKeyDown:f=>{if(f.key==="Escape"||f.key==="Tab"){f.key==="Escape"&&f.preventDefault(),d();return}const h=Array.from(f.currentTarget.querySelectorAll('[role^="menuitem"]')),m=h.indexOf(document.activeElement),p={ArrowDown:(m+1)%h.length,ArrowUp:(m-1+h.length)%h.length,Home:0,End:h.length-1}[f.key];p!==void 0&&(f.preventDefault(),h[p]?.focus())},className:"fixed z-50 max-h-[calc(100dvh-1rem)] w-60 max-w-[calc(100vw-1rem)] overflow-y-auto rounded-xl border border-border bg-surface py-1 shadow-xl",children:l})]}),document.body)}function yu({onSelect:e}){return c.jsxs(c.Fragment,{children:[c.jsx(e1,{label:"Last message only",detail:"This response, without history",onClick:()=>e({thinking:!1,tools:!1,only:!0})}),c.jsx(e1,{label:"Concise",detail:"Messages only",onClick:()=>e({thinking:!1,tools:!1})}),c.jsx(e1,{label:"With reasoning",detail:"Messages and reasoning",onClick:()=>e({thinking:!0,tools:!1})}),c.jsx(e1,{label:"Full transcript",detail:"Messages, reasoning, and tools",onClick:()=>e({thinking:!0,tools:!0})})]})}function e1({label:e,detail:t,onClick:a}){return c.jsxs("button",{type:"button",role:"menuitem",onClick:a,className:"flex w-full flex-col px-3 py-2 text-left active:bg-surface-2",children:[c.jsx("span",{className:"text-[12px] font-medium text-text",children:e}),c.jsx("span",{className:"text-[11px] text-faint",children:t})]})}function ux({text:e,entries:t,at:a,startedAt:l,working:i,rowid:o,through:u,onFork:d,onCompact:f,compactUnavailable:h}){const[m,p]=A.useState(null),[y,b]=A.useState(null),[v,C]=A.useState(null),k=A.useRef(null),B=A.useRef(null),N=A.useRef(null),F=A.useRef(null),S=A.useRef(!1),[M,D]=A.useState(null),[j,O]=A.useState(null),[P,T]=A.useState("chat"),[G,Z]=A.useState(()=>Date.now());A.useEffect(()=>{const U=setInterval(()=>Z(Date.now()),6e4);return()=>{clearInterval(U),k.current&&clearTimeout(k.current)}},[]);const ne=l?s0(a)-s0(l):Number.NaN,W=[ne>0?id(ne):null,$h(a,G)].filter(Boolean).join(" · "),Q=async(U={thinking:!1,tools:!1,only:!0})=>{p(null),C(null);try{let te=e;if(!U.only){const oe=t.filter(L=>!L.queued),_=u===void 0?oe:fS(oe,u)?.entries;if(!_)throw new Error("Response no longer available");te=hS(_,U).text}await cd(te),b(U.only?"response":"chat"),k.current&&clearTimeout(k.current),k.current=setTimeout(()=>b(null),1800)}catch{b(null),C("Could not copy to the clipboard. Try again.")}},I=async(U,te=!1)=>{const oe=te?f:d;if(!(!oe||S.current||te&&h)){S.current=!0,D(te?"compact":"fork"),O(null),p(null);try{await oe({thinking:U.thinking,tools:U.tools,destination:te?"chat":P,through:U.only?void 0:u,only:U.only?o:void 0})}catch(_){O(_ instanceof Error?_.message:`Could not ${te?"compact":"fork"} this chat`)}finally{S.current=!1,D(null)}}};return c.jsxs("div",{className:"flex max-w-full flex-col items-start gap-1",children:[c.jsxs("div",{className:"flex max-w-full flex-wrap items-center gap-2",children:[!i&&W?c.jsx("span",{className:"text-[11px] tabular-nums text-faint",children:W}):null,c.jsxs("div",{className:"relative",children:[c.jsxs("div",{className:"flex items-center overflow-hidden rounded-lg border border-border-soft bg-surface/70 text-muted",children:[c.jsx("button",{type:"button",onClick:()=>{Q()},"aria-label":y?`Copied ${y}`:"Copy response",className:"flex size-7 items-center justify-center transition active:bg-surface-2",children:y?c.jsx(b0,{size:14,className:"text-accent"}):c.jsx(Cs,{size:14})}),c.jsx("button",{ref:B,type:"button",onClick:()=>p(U=>U==="copy"?null:"copy"),"aria-label":"Choose copy options","aria-haspopup":"menu","aria-expanded":m==="copy",className:"flex size-7 items-center justify-center border-l border-border-soft transition active:bg-surface-2",children:c.jsx(O0,{size:14,className:fe("transition-transform",m==="copy"&&"rotate-180")})})]}),m==="copy"?c.jsx(Eu,{label:"Copy options",anchor:B,onClose:()=>p(null),children:c.jsx(yu,{onSelect:U=>{Q(U)}})}):null]}),d?c.jsxs("div",{className:"relative",children:[c.jsxs("div",{className:"flex items-center overflow-hidden rounded-lg border border-border-soft bg-surface/70 text-muted",children:[c.jsxs("button",{type:"button",onClick:()=>{I({thinking:!0,tools:!1})},disabled:!!M,"aria-label":P==="workspace"?"Fork to a new workspace with reasoning":u?"Fork chat from this response":"Fork chat with reasoning",title:P==="workspace"?"New workspace with current code":"New chat, same files",className:"flex h-7 items-center gap-1 whitespace-nowrap px-2 text-[11px] font-medium transition active:bg-surface-2 disabled:opacity-50",children:[M==="fork"?c.jsx(fn,{size:13,className:"animate-spin"}):c.jsx(MA,{size:13}),P==="workspace"?"Fork workspace":"Fork"]}),c.jsx("button",{ref:N,type:"button",onClick:()=>p(U=>U==="fork"?null:"fork"),disabled:!!M,"aria-label":"Choose fork options","aria-haspopup":"menu","aria-expanded":m==="fork",className:"flex size-7 items-center justify-center border-l border-border-soft transition active:bg-surface-2 disabled:opacity-50",children:c.jsx(O0,{size:14,className:fe("transition-transform",m==="fork"&&"rotate-180")})})]}),m==="fork"?c.jsxs(Eu,{label:"Fork options",anchor:N,onClose:()=>p(null),children:[c.jsxs("button",{type:"button",role:"menuitemcheckbox","aria-checked":P==="workspace",onClick:()=>T(U=>U==="chat"?"workspace":"chat"),className:"flex w-full items-center gap-3 border-b border-border-soft px-3 py-2 text-left active:bg-surface-2",children:[c.jsxs("span",{className:"min-w-0 flex-1",children:[c.jsx("span",{className:"block text-[12px] font-medium text-text",children:"To new workspace"}),c.jsx("span",{className:"block text-[11px] text-faint",children:"Carry the current code into its own worktree"})]}),c.jsx("span",{"aria-hidden":!0,className:fe("relative h-6 w-11 shrink-0 rounded-full transition-colors",P==="workspace"?"bg-accent":"border border-border bg-surface-2"),children:c.jsx("span",{className:fe("absolute left-0.5 top-0.5 size-5 rounded-full bg-white shadow-sm transition-transform",P==="workspace"?"translate-x-5":"translate-x-0")})})]}),c.jsx(yu,{onSelect:U=>{I(U)}})]}):null]}):null,f?c.jsxs("div",{className:"relative",children:[c.jsxs("div",{className:"flex items-center overflow-hidden rounded-lg border border-border-soft bg-surface/70 text-muted",children:[c.jsxs("button",{type:"button",onClick:()=>{I({thinking:!0,tools:!1},!0)},disabled:!!M||!!h,"aria-label":"Compact chat with reasoning",title:h??"Toggle fresh context for your next message",className:"flex h-7 items-center gap-1 whitespace-nowrap px-2 text-[11px] font-medium transition active:bg-surface-2 disabled:opacity-50",children:[M==="compact"?c.jsx(fn,{size:13,className:"animate-spin"}):c.jsx(Tu,{size:13}),"Compact"]}),c.jsx("button",{ref:F,type:"button",onClick:()=>p(U=>U==="compact"?null:"compact"),disabled:!!M||!!h,"aria-label":"Choose compact options","aria-haspopup":"menu","aria-expanded":m==="compact",className:"flex size-7 items-center justify-center border-l border-border-soft transition active:bg-surface-2 disabled:opacity-50",children:c.jsx(O0,{size:14,className:fe("transition-transform",m==="compact"&&"rotate-180")})})]}),m==="compact"?c.jsx(Eu,{label:"Compact options",anchor:F,onClose:()=>p(null),children:c.jsx(yu,{onSelect:U=>{I(U,!0)}})}):null]}):null]}),v?c.jsx("span",{className:"max-w-[85vw] text-[11px] text-del",children:v}):null,j?c.jsxs("span",{className:"max-w-[85vw] text-[11px] text-del",children:[j,Er(j)?c.jsx(xa,{className:"ml-1"}):null]}):null]})}function xx({children:e,className:t}){return c.jsx("div",{className:fe("min-w-0 rounded-2xl px-3.5 py-2.5 text-[14px] leading-relaxed [overflow-wrap:anywhere]",t),children:e})}function dx({children:e}){return c.jsx("div",{className:"mb-1 text-[10px] font-semibold uppercase tracking-wide text-faint",children:e})}const gr=e=>`${e.rowid}-${e.id}`;function sm(e){const t=[];let a=[];const l=()=>{if(a.length>1)t.push({kind:"steps",key:`steps-${gr(a[0].e)}`,nodes:a});else for(const i of a)t.push({kind:"entry",key:gr(i.e),node:i});a=[]};for(const i of e){if(!i.e.subagentLabel&&(i.e.role==="tool"||i.e.role==="thinking")){a.push(i);continue}l(),t.push({kind:"entry",key:gr(i.e),node:i})}return l(),t}const kV=A.memo(function({e:t}){const[a,l]=A.useState(!1);if(t.error&&!t.tool)return c.jsx("div",{className:"overflow-hidden rounded-xl border border-del/30 bg-del/5 px-3 py-2",children:c.jsx(bu,{text:t.text,className:"line-clamp-4 text-del/80"})});const i=lm(t.detail),o=t.images??[];return!t.detail&&!t.output&&!o.length?c.jsxs("div",{className:"flex min-w-0 items-baseline gap-2 overflow-hidden whitespace-nowrap rounded-xl border border-border-soft bg-surface/60 px-3 py-1.5",children:[c.jsx("span",{className:"shrink-0 font-mono text-[11px] text-faint",children:"·"}),c.jsx("span",{className:"max-w-full truncate text-[12.5px] text-muted",children:t.text})]}):c.jsxs("details",{open:a,onToggle:u=>l(u.currentTarget.open),className:fe("group/tool min-w-0 overflow-hidden rounded-xl border",t.error?"border-del/30 bg-del/5":"border-border-soft bg-surface/60"),children:[c.jsxs("summary",{className:"flex cursor-pointer select-none list-none items-baseline gap-2 overflow-hidden whitespace-nowrap px-3 py-1.5 [&::-webkit-details-marker]:hidden",children:[c.jsx("span",{className:"shrink-0 font-mono text-[11px] text-faint transition-transform group-open/tool:rotate-90",children:"▸"}),c.jsx("span",{className:"max-w-full truncate text-[12.5px] text-muted",children:t.text}),t.detail?i?c.jsx(cx,{href:i,title:`Open ${t.detail}`,onClick:u=>u.stopPropagation(),className:"min-w-0 flex-1 truncate font-mono text-[11px] text-accent underline underline-offset-2 group-open/tool:invisible",children:t.detail}):c.jsx("span",{className:"min-w-0 flex-1 truncate font-mono text-[11px] text-faint group-open/tool:invisible",children:t.detail}):null,t.error?c.jsx("span",{className:"ml-auto shrink-0 text-[11px] text-del",children:"failed"}):null]}),c.jsxs("div",{className:"flex min-w-0 flex-col gap-2 border-t border-border-soft px-3 py-2",children:[t.detail?i?c.jsx(cx,{href:i,title:`Open ${t.detail}`,className:"block whitespace-pre-wrap font-mono text-[11.5px] leading-relaxed text-accent underline underline-offset-2 [overflow-wrap:anywhere]",children:t.detail}):c.jsx(bu,{text:t.detail,className:"text-muted",language:CR(t.tool)}):null,t.output?c.jsxs("div",{className:fe("min-w-0",t.detail&&"border-t border-border-soft pt-2"),children:[c.jsx(dx,{children:t.error?"error":t.diff?"changes":"output"}),t.diff?c.jsx(D7,{patch:t.output,fileName:t.detail}):c.jsx(bu,{text:t.output,className:t.error?"text-del/80":"text-muted",language:t.error?null:kR(t.tool,t.detail)})]}):null,a&&o.length?c.jsxs("div",{className:fe("flex min-w-0 flex-col gap-2",(t.detail||t.output)&&"border-t border-border-soft pt-2"),children:[c.jsx(dx,{children:CV(o.length,"image")}),o.map(u=>c.jsx(BV,{reference:u},u))]}):null]})]})}),AV="whitespace-pre-wrap font-mono text-[11.5px] leading-relaxed [overflow-wrap:anywhere]";function bu({text:e,className:t,language:a}){return c.jsx("pre",{className:fe(AV,t),children:a?c.jsx(I7,{text:e,language:a}):e})}function BV({reference:e}){const[t,a]=A.useState(null),[l,i]=A.useState(!1);return A.useEffect(()=>{let o=!1;return we.toolImage(e).then(u=>!o&&a(u)).catch(()=>!o&&i(!0)),()=>{o=!0}},[e]),l?c.jsx("span",{className:"text-[11px] text-faint",children:"Image unavailable."}):t?c.jsx("img",{src:t,alt:"Tool output",className:"max-w-full rounded-lg border border-border-soft"}):c.jsx(Wn,{label:"Loading image…"})}const wV=(e,t)=>e.nodes.length===t.nodes.length&&e.nodes.every((a,l)=>a.e===t.nodes[l]?.e),om=A.memo(function({nodes:t}){const a=t.filter(i=>i.e.error).length,l=[...new Set(t.map(({e:i})=>i.role==="thinking"?"Thinking":i.text))].join(", ");return c.jsxs("details",{className:"group/steps min-w-0 overflow-hidden rounded-xl border border-border-soft bg-surface/40",children:[c.jsxs("summary",{className:"flex cursor-pointer select-none list-none items-baseline gap-2 overflow-hidden whitespace-nowrap px-3 py-1.5 [&::-webkit-details-marker]:hidden",children:[c.jsx("span",{className:"shrink-0 font-mono text-[11px] text-faint transition-transform group-open/steps:rotate-90",children:"▸"}),c.jsxs("span",{className:"shrink-0 text-[12.5px] text-muted",children:[t.length," steps"]}),c.jsx("span",{className:"min-w-0 flex-1 truncate text-[11px] text-faint group-open/steps:invisible",children:l}),a?c.jsxs("span",{className:"shrink-0 text-[11px] text-del",children:[a," failed"]}):null]}),c.jsx("div",{className:"flex min-w-0 flex-col gap-2.5 border-t border-border-soft px-2 py-2.5",children:t.map(i=>c.jsx(Od,{node:i},gr(i.e)))})]})},wV);function Od({node:e,onSelectSubagent:t}){const a=e.e.toolUseId;return e.e.subagentLabel?c.jsx(DV,{node:e,onOpen:a&&t?()=>t(a):void 0}):c.jsx(MV,{e:e.e})}function DV({node:e,onOpen:t}){const{e:a}=e,l=c.jsxs(c.Fragment,{children:[c.jsx(NF,{size:14,strokeWidth:1.7,className:"shrink-0 text-faint","aria-hidden":!0}),c.jsx("span",{className:"shrink-0 font-medium text-text",children:"Agent"}),c.jsx("span",{className:"min-w-0 flex-1 truncate font-mono text-[11.5px] text-muted",children:a.subagentLabel}),a.error?c.jsx("span",{className:"shrink-0 text-[11px] text-del",children:"failed"}):null,t?c.jsx("span",{className:"shrink-0 text-[11px] text-faint",children:"Open"}):null]});return c.jsx("section",{className:"min-w-0 px-0.5","data-subagent":a.subagentLabel,children:t?c.jsx("button",{type:"button",onClick:t,"aria-label":`Open agent ${a.subagentLabel}`,className:"flex w-full min-w-0 items-center gap-2 rounded-lg py-1 text-left text-[12.5px] transition active:bg-surface-2",children:l}):c.jsx("div",{className:"flex min-w-0 items-center gap-2 py-1 text-[12.5px]",children:l})})}function cm(e){const{e:t}=e;return t.output&&(t.error||t.tool==="Agent"||t.tool==="Task")?t.output:null}function um({text:e,failed:t}){return c.jsx("div",{className:"flex flex-col items-start","data-subagent-result":!0,children:c.jsx(xx,{className:fe("max-w-[92%] px-0.5",t&&"text-del/80"),children:c.jsx(mr,{children:e})})})}function FV({queued:e,dismissError:t,onRetry:a,onDismiss:l}){const i=e.status==="failed",o=!i&&!!e.sessionId&&(!e.autoModel||e.reason?.includes("unlock"));return c.jsx(Rd,{state:i?"failed":"pending",meta:i?e.error||"Didn’t send":c.jsxs(c.Fragment,{children:[e.reason??"The relay is sending this",o?c.jsx(xa,{className:"ml-1"}):null]}),actions:i?[...a?[{label:"Retry",onClick:a,primary:!0}]:[],{label:"Dismiss prompt",onClick:l}]:e.autoModel?[{label:"Dismiss prompt",onClick:l}]:[],dataUserMessage:ld(e.text),dataMessageState:"queued",children:c.jsxs("div",{children:[c.jsx(mr,{children:e.text}),t?c.jsx("p",{className:"mt-2 text-xs text-del",role:"alert",children:t}):null]})})}function SV({p:e,onRetry:t,onDismiss:a}){const l=e.status==="error";return c.jsx(Rd,{state:l?"failed":"pending",meta:l?e.error||"Didn’t send":e.queue?"Queueing…":"Sending…",actions:l?[{label:"Retry",onClick:t,primary:!0},{label:"Dismiss message",onClick:a}]:[],dataUserMessage:ld(e.text),dataMessageState:l?"failed":e.queue?"queueing":"sending",children:c.jsx("div",{children:c.jsx(mr,{children:e.text})})})}const MV=A.memo(function({e:t}){return t.role==="user"?c.jsxs("div",{className:"flex flex-col items-end gap-0.5","data-user-msg":ld(t.text),"data-msg-ts":t.ts,"data-msg-state":t.queued?"queued":void 0,children:[c.jsxs(xx,{className:fe("max-w-[85%] bg-accent-soft text-text",t.queued&&"opacity-60"),children:[t.queued?c.jsx(dx,{children:"queued"}):null,c.jsx(mr,{hideTranscriptAttachments:!0,children:t.text})]}),c.jsx("span",{className:"pr-1 text-[11px] text-faint",children:$N(t.ts)})]}):t.role==="tool"?c.jsx(kV,{e:t}):t.role==="thinking"?c.jsxs("details",{className:"group/think px-1",children:[c.jsxs("summary",{className:"cursor-pointer select-none list-none text-[11px] font-semibold uppercase tracking-wide text-faint [&::-webkit-details-marker]:hidden",children:[c.jsx("span",{className:"mr-1 inline-block transition-transform group-open/think:rotate-90",children:"▸"}),"Thinking"]}),c.jsx("div",{className:"mt-1 border-l-2 border-border-soft pl-3 text-[13px] italic leading-relaxed text-muted",children:c.jsx(mr,{children:t.text})})]}):t.role==="system"?c.jsx("div",{className:"px-2 text-center text-[11px] text-faint",children:t.text}):c.jsx("div",{className:"flex flex-col items-start",children:c.jsx(xx,{className:"max-w-[92%] px-0.5",children:c.jsx(mr,{children:t.text})})})}),NV=1500,jV=400,xm=12,_V=2,TV=xm+8,zV=2,RV=1.1,OV=200,LV=420,PV=.6,dm=()=>window.matchMedia("(prefers-reduced-motion: reduce)").matches,vu=(e,t,a)=>Math.min(a,Math.max(t,e)),HV=e=>e.scrollHeight-e.clientHeight-e.scrollTop<=zV?e.scrollTop+e.clientHeight:e.scrollTop+TV,GV=(e,t)=>e.length===t.length&&e.every((a,l)=>a.top===t[l].top&&a.preview===t[l].preview&&a.state===t[l].state&&a.ts===t[l].ts);function IV(e,t,a){const l=vu(t,0,e.scrollHeight-e.clientHeight);if(dm())return e.scrollTop=l,a(),()=>{};const i=e.clientHeight*RV;Math.abs(l-e.scrollTop)>i&&(e.scrollTop=vu(l+Math.sign(e.scrollTop-l)*i,0,e.scrollHeight-e.clientHeight));const o=e.scrollTop,u=l-o;if(!u)return a(),()=>{};const d=vu(Math.abs(u)*PV,OV,LV),f=performance.now();let h=0,m=!1;const p=()=>{m||(m=!0,cancelAnimationFrame(h),e.removeEventListener("touchstart",p),e.removeEventListener("wheel",p))};e.addEventListener("touchstart",p,{passive:!0}),e.addEventListener("wheel",p,{passive:!0});const y=b=>{const v=Math.min(1,(b-f)/d);if(e.scrollTop=o+u*(1-(1-v)**5),v<1){h=requestAnimationFrame(y);return}p(),a()};return h=requestAnimationFrame(y),p}function VV({scroller:e}){const[t,a]=A.useState([]),[l,i]=A.useState(0),[o,u]=A.useState(!1),[d,f]=A.useState(!1),h=A.useRef([]),m=A.useRef(!1),p=A.useRef(!1),y=A.useRef(0),b=A.useRef(0),v=A.useRef(0),C=A.useRef(()=>{}),k=A.useCallback(()=>{p.current||(clearTimeout(y.current),m.current=!1,u(!1))},[]),B=A.useCallback(()=>{m.current=!0,u(!0),clearTimeout(y.current),y.current=window.setTimeout(k,NV)},[k]),N=A.useCallback(()=>{const T=e.current;if(!T)return;const G=T.getBoundingClientRect().top-T.scrollTop,Z=Array.from(T.querySelectorAll("[data-user-msg]"),ne=>({top:ne.getBoundingClientRect().top-G,preview:ne.dataset.userMsg??"",ts:ne.dataset.msgTs??null,state:ne.dataset.msgState??null,node:ne}));h.current=GV(h.current,Z)?h.current:Z,a(h.current),i(HV(T))},[e]),F=A.useCallback(()=>{v.current||(v.current=requestAnimationFrame(()=>{v.current=0,N()}))},[N]);A.useEffect(()=>{const T=e.current;if(!T)return;const G=()=>{b.current=performance.now()},Z=()=>{!m.current&&performance.now()-b.current>jV||f1()||(B(),F())},ne=()=>{f1()&&k()};T.addEventListener("touchmove",G,{passive:!0}),T.addEventListener("wheel",G,{passive:!0}),T.addEventListener("scroll",Z,{passive:!0}),document.addEventListener("selectionchange",ne);const W=()=>{m.current&&F()},Q=new ResizeObserver(W);Q.observe(T);const I=new MutationObserver(W);return I.observe(T,{childList:!0,subtree:!0,attributes:!0,attributeFilter:["open"]}),()=>{T.removeEventListener("touchmove",G),T.removeEventListener("wheel",G),T.removeEventListener("scroll",Z),document.removeEventListener("selectionchange",ne),Q.disconnect(),I.disconnect(),C.current(),v.current&&cancelAnimationFrame(v.current),clearTimeout(y.current)}},[e,B,k,F]);const S=T=>{const G=e.current,Z=h.current[T];G&&Z&&(C.current(),C.current=IV(G,Z.top-xm,()=>{dm()||Z.node.firstElementChild?.animate([{boxShadow:"0 0 0 2px var(--color-accent)"},{boxShadow:"0 0 0 2px transparent"}],{duration:700,easing:"ease-out"})}),B())},M=A.useCallback(()=>{p.current=!1,f(!1),B()},[B]);if(t.length<_V)return null;let D=-1;for(let T=0;T<t.length;T++)t[T].top<=l&&(D=T);const j=D>0?D-1:null,O=D+1<t.length?D+1:null,P=o||d;return c.jsxs(c.Fragment,{children:[c.jsx("div",{className:fe("pointer-events-none absolute inset-x-0 bottom-0 z-20 flex justify-center pb-3 transition duration-200 ease-out motion-reduce:transition-none",P?"translate-y-0 opacity-100":"translate-y-3 opacity-0"),children:c.jsxs("nav",{"aria-label":"Jump to your messages",onFocus:B,className:fe("flex h-12 items-stretch overflow-hidden rounded-full border border-border bg-surface-2 shadow-lg shadow-black/60",P?"pointer-events-auto":"pointer-events-none"),children:[c.jsx(L6,{dir:"up",onClick:()=>j!==null&&S(j),disabled:j===null}),c.jsxs("button",{type:"button",onClick:()=>{N(),p.current=!0,f(!0),B()},"aria-haspopup":"dialog","aria-expanded":d,"aria-label":`Your messages — ${t.length} in this chat`,className:"flex items-center gap-1.5 border-border-soft border-x px-3.5 text-muted transition active:bg-surface active:text-text focus-visible:outline-2 focus-visible:outline-accent focus-visible:-outline-offset-2",children:[c.jsx(I9,{size:16,className:"shrink-0"}),c.jsxs("span",{className:"font-mono text-[13px] tabular-nums",children:[c.jsx("span",{className:"text-text",children:D+1||"–"}),c.jsxs("span",{className:"text-muted",children:["/",t.length]})]})]}),c.jsx(L6,{dir:"down",onClick:()=>O!==null&&S(O),disabled:O===null})]})}),d?c.jsx($V,{marks:t,current:D,onPick:T=>{M(),S(T)},onClose:M}):null]})}function UV({mark:e}){if(e.state==="failed")return c.jsx("span",{className:"shrink-0 text-[11px] text-del",children:"didn’t send"});const t=e.state==="sending"?"sending…":e.state==="queueing"?"queueing…":e.state==="queued"?"queued":e.ts&&Zh(e.ts);return t?c.jsx("span",{className:"shrink-0 text-[11px] text-muted tabular-nums",children:t}):null}function L6({dir:e,onClick:t,disabled:a}){const l=e==="up"?ek:O0;return c.jsx("button",{type:"button",onClick:t,disabled:a,"aria-label":e==="up"?"Jump to your previous message":"Jump to your next message",className:"flex w-12 items-center justify-center text-muted transition active:bg-surface active:text-text disabled:text-faint/40 focus-visible:outline-2 focus-visible:outline-accent focus-visible:-outline-offset-2",children:c.jsx(l,{size:19})})}function $V({marks:e,current:t,onPick:a,onClose:l}){const i=A.useRef(null),o=A.useRef(null);return A.useEffect(()=>{i.current?.focus({preventScroll:!0}),o.current?.scrollIntoView({block:"center"})},[]),c.jsxs(c.Fragment,{children:[c.jsx("div",{className:"fixed inset-0 z-50 bg-black/60",onClick:l,"aria-hidden":!0}),c.jsxs("div",{ref:i,role:"dialog","aria-modal":"true","aria-label":"Your messages",tabIndex:-1,onKeyDown:u=>u.key==="Escape"&&l(),className:"fade-in pb-safe fixed inset-x-0 bottom-0 z-50 mx-auto flex max-h-[70%] max-w-md flex-col rounded-t-3xl border border-border-soft bg-surface shadow-xl outline-none md:mb-6 md:rounded-3xl",children:[c.jsxs("header",{className:"flex shrink-0 items-center gap-2 border-b border-border-soft px-4 py-2.5",children:[c.jsx("h2",{className:"flex-1 text-[15px] font-semibold",children:"Your messages"}),c.jsx("span",{className:"font-mono text-[12px] text-faint tabular-nums",children:e.length}),c.jsx("button",{type:"button",onClick:l,"aria-label":"Close",className:"-mr-2 flex size-11 items-center justify-center rounded-full text-muted transition active:bg-surface-2 focus-visible:outline-2 focus-visible:outline-accent focus-visible:-outline-offset-2",children:c.jsx(hn,{size:19})})]}),c.jsx("div",{className:"min-h-0 flex-1 overflow-y-auto overscroll-contain py-1",children:e.map((u,d)=>c.jsxs("button",{ref:d===t?o:void 0,type:"button",onClick:()=>a(d),"aria-current":d===t?"true":void 0,className:fe("flex min-h-14 w-full items-center gap-3 px-4 py-2.5 text-left transition active:bg-surface-2 focus-visible:outline-2 focus-visible:outline-accent focus-visible:-outline-offset-2",d===t&&"bg-surface-2/60"),children:[c.jsx("span",{className:fe("w-5 shrink-0 text-right font-mono text-[11px] tabular-nums",d===t?"text-accent":"text-muted"),children:d+1}),c.jsx("span",{className:"line-clamp-2 min-w-0 flex-1 text-[13.5px] leading-snug text-text [overflow-wrap:anywhere]",children:u.preview||"Empty message"}),c.jsx(UV,{mark:u})]},u.top))})]})]})}const ZV=A.memo(function({sessionId:t,onLayout:a,onFork:l}){const i=Z7(t,!1),o=A.useMemo(()=>i.entries.filter(C=>!C.queued),[i.entries]),u=A.useMemo(()=>K7(o),[o]),[d,f]=A.useState(null),h=A.useMemo(()=>Y7(u).find(C=>C.id===d),[u,d]),m=A.useMemo(()=>sm(h?.node.children??u),[u,h]),p=A.useMemo(()=>u.map(C=>C.e),[u]),y=A.useMemo(()=>new Set(Wu(p).map(gr)),[p]),b=A.useMemo(()=>q7(p),[p]),v=h?cm(h.node):null;return A.useLayoutEffect(()=>a?.(),[o,i.loading,d,a]),c.jsxs("section",{"data-chat-history":t,"aria-label":"Previous conversation context",children:[i.loading?c.jsx(Wn,{label:"Loading earlier conversation…"}):i.error?c.jsxs("p",{className:"py-3 text-xs text-del",children:["Could not load earlier conversation: ",i.error]}):c.jsxs("div",{className:"flex min-w-0 flex-col gap-2.5",children:[h?c.jsx("button",{type:"button",className:"self-start py-2 text-xs text-accent",onClick:()=>f(null),children:"Back to conversation"}):null,m.map(C=>C.kind==="steps"?c.jsx(om,{nodes:C.nodes},C.key):c.jsxs(A.Fragment,{children:[c.jsx(Od,{node:C.node,onSelectSubagent:f}),!h&&y.has(gr(C.node.e))?c.jsx(ux,{text:C.node.e.text,entries:o,at:C.node.e.ts,startedAt:Q7(p,C.node.e),rowid:C.node.e.rowid,through:C.node.e===b?void 0:C.node.e.rowid,onFork:l?k=>l({...k,sourceSessionId:t}):void 0}):null]},C.key)),v?c.jsx(um,{text:v,failed:!!h?.node.e.error}):null]}),c.jsxs("div",{className:"relative my-6",children:[c.jsx("hr",{className:"border-border-soft"}),c.jsx("span",{className:"absolute left-1/2 top-1/2 -translate-x-1/2 -translate-y-1/2 whitespace-nowrap bg-bg px-3 text-[11px] text-faint",children:"Context reset"})]})]})});function fm({sessionId:e,historySessionIds:t=[],workspaceId:a,working:l,workingSince:i,turnStartedAt:o,queued:u,waiting:d,delegations:f=[],poll:h,agentType:m,model:p,selectedSubagentId:y,onFork:b,onCompact:v,compactUnavailable:C,onSelectSession:k,onSelectSubagent:B,onDismissDelegation:N,onOpenRoles:F}){const{entries:S,loading:M,error:D}=Z7(e,h??!0),j=Ee(ve=>ve.pending),O=Ee(ve=>ve.removePending),P=ad(),[T,G]=A.useState(),Z=C??(S.some(ve=>ve.queued)?"Send or dismiss queued prompts before compacting":void 0),ne=Rn(),W=A.useRef(null),Q=A.useRef(!0),I=A.useCallback(()=>{const ve=W.current;ve&&Q.current&&(ve.scrollTop=ve.scrollHeight)},[]),U=A.useMemo(()=>K7(S),[S]),te=A.useMemo(()=>Y7(U),[U]),oe=y?te.find(ve=>ve.id===y):void 0,_=!!oe,L=oe?.node.children??U,K=A.useMemo(()=>U.map(ve=>ve.e),[U]),R=A.useMemo(()=>sm(L),[L]),X=A.useMemo(()=>q7(K),[K]),ye=A.useMemo(()=>{const ve=Wu(K).filter(ot=>ot!==X);return new Set(ve.map(gr))},[K,X]),ue=A.useMemo(()=>new Map(Wu(K).map(ve=>[ve,Q7(K,ve,o)])),[K,o]),Be=oe?cm(oe.node):null;A.useEffect(()=>{y&&!M&&!oe&&B?.(null)},[y,oe,M,B]);const Ie=async ve=>{G(void 0);try{await(ve.sessionId?we.dismissParked(ve.sessionId):we.dismissPrompt(ve.workspaceId))}catch(ot){G({createdAt:ve.createdAt,message:ot instanceof Error?ot.message:"Could not dismiss the prompt."})}ne.invalidateQueries({queryKey:["state"]}),ne.invalidateQueries({queryKey:["sessions",a]})},De=new Set(S.filter(ve=>ve.role==="user").map(ve=>ve.text.trim())),We=[...De],Je=j.filter(ve=>ve.sessionId===e),xt=Je.filter(ve=>!(d4(ve)&&We.some(ot=>f4(ve,ot)))),Dt=u?.text.trim()||null,me=Dt&&!De.has(Dt)&&!Je.some(ve=>ve.text.trim()===Dt)?u:null,nt=!!e&&f.some(ve=>ve.parentSessionId===e||ve.childSessionId===e);A.useEffect(()=>{const ve=S.filter(ot=>ot.role==="user").map(ot=>ot.text.trim());for(const ot of j)ot.sessionId===e&&d4(ot)&&ve.some(ft=>f4(ot,ft))&&O(ot.id)},[S,j,e,O]);const Xe=()=>{const ve=W.current;ve&&(Q.current=ve.scrollHeight-ve.scrollTop-ve.clientHeight<120)},lt=d?.length??0;if(A.useLayoutEffect(()=>{const ve=W.current;ve&&Q.current&&(ve.scrollTop=ve.scrollHeight)},[S,xt.length,l,lt,y]),A.useEffect(()=>{Q.current=!0},[e,y]),A.useEffect(()=>{const ve=W.current;if(!ve)return;const ot=new ResizeObserver(()=>{Q.current&&(ve.scrollTop=ve.scrollHeight)});return ot.observe(ve),()=>ot.disconnect()},[]),!e&&!me)return c.jsx(sn,{children:"No active session in this workspace."});const pt=S.length===0&&xt.length===0&&!me&&!nt,dt=_&&L.length===0&&!Be,nn=_?dt:pt,yt=te.map(ve=>{const ot=!!ve.node.e.error,ft=ve.id===oe?.id;return{key:ve.id,label:ve.label,model:p??null,agentType:m??null,...ot?{status:"Failed",state:"failed"}:{},selected:ft,...B?{onSelect:()=>B(ve.id)}:{}}});return c.jsxs("div",{className:"relative flex min-h-0 min-w-0 flex-1 flex-col",children:[c.jsx(m7,{tabs:yt,label:"Subagents"}),c.jsxs("div",{className:"relative flex min-h-0 min-w-0 flex-1",children:[c.jsxs("div",{ref:W,onScroll:Xe,className:"min-w-0 flex-1 overflow-y-auto overflow-x-hidden px-3 py-3","data-subagent-transcript":oe?.label,children:[_?null:t.map(ve=>c.jsx(ZV,{sessionId:ve,onLayout:I,onFork:b},ve)),M&&nn?c.jsx(Wn,{label:"Loading transcript…"}):D&&nn?c.jsx(sn,{children:D}):dt?c.jsx(sn,{children:"No activity from this agent yet."}):nn&&!l?c.jsx(sn,{children:"No messages yet."}):c.jsxs("div",{className:"flex min-w-0 flex-col gap-2.5",children:[R.map(ve=>ve.kind==="steps"?c.jsx(om,{nodes:ve.nodes},ve.key):c.jsxs(A.Fragment,{children:[c.jsx(Od,{node:ve.node,onSelectSubagent:B}),!_&&ye.has(gr(ve.node.e))?c.jsx(ux,{text:ve.node.e.text,entries:S,at:ve.node.e.ts,startedAt:ue.get(ve.node.e),rowid:ve.node.e.rowid,through:ve.node.e.rowid,onFork:b}):null]},ve.key)),Be&&oe?c.jsx(um,{text:Be,failed:!!oe.node.e.error}):null,!_&&X?c.jsx(ux,{text:X.text,entries:S,at:X.ts,startedAt:ue.get(X),rowid:X.rowid,working:l,onFork:b,onCompact:v,compactUnavailable:Z}):null,!_&&f.length&&k&&N&&F?c.jsx(yV,{jobs:f,sessionId:e,onSelectSession:k,onDismiss:N,onOpenRoles:F}):null,_?null:xt.map(ve=>c.jsx(SV,{p:ve,onRetry:()=>P({id:ve.id,sessionId:ve.sessionId,workspaceId:ve.workspaceId,text:ve.text,queue:ve.queue,workflow:ve.workflow,auto:ve.auto}),onDismiss:()=>O(ve.id)},ve.id)),!_&&me?c.jsx(FV,{queued:me,dismissError:T?.createdAt===me.createdAt?T.message:void 0,onRetry:e?()=>P({id:`queued:${me.sessionId??me.workspaceId}:${me.createdAt}`,sessionId:e,workspaceId:a,text:me.text,auto:me.autoModel}):void 0,onDismiss:()=>Ie(me)}):null,_?null:d?.map(ve=>c.jsx(vV,{task:ve},ve.taskId)),!_&&l?c.jsx(bV,{since:i}):null]})]}),_?null:c.jsx(VV,{scroller:W})]})]})}const t1={voice:"marin",language:"auto",speed:1.25},za=.05,hm="conductor-remote-voice";function qV(e=localStorage){try{const t=JSON.parse(e.getItem(hm)??"{}");return{voice:lS(t.voice)?t.voice:t1.voice,language:iS(t.language)?t.language:t1.language,speed:ah(t.speed)?Number((Math.round(t.speed/za)*za).toFixed(2)):t1.speed}}catch{return t1}}function QV(e,t=localStorage){try{t.setItem(hm,JSON.stringify(e))}catch{}}function Y0(e,t){return typeof e[t]=="string"?e[t]:null}function KV(e){let t=e;if(typeof t=="string")try{t=JSON.parse(t)}catch{return null}if(!t||typeof t!="object")return null;const a=t,l=Y0(a,"type"),i=Y0(a,"item_id")??Y0(a,"call_id")??"voice-item";if(l==="conversation.item.input_audio_transcription.delta"){const o=Y0(a,"delta");return o===null?null:{kind:"input-delta",itemId:i,text:o}}if(l==="conversation.item.input_audio_transcription.completed"){const o=Y0(a,"transcript");return o===null?null:{kind:"input-done",itemId:i,text:o}}if(l==="response.output_audio_transcript.delta"||l==="response.audio_transcript.delta"){const o=Y0(a,"delta");return o===null?null:{kind:"output-delta",itemId:i,text:o}}if(l==="response.output_audio_transcript.done"||l==="response.audio_transcript.done"){const o=Y0(a,"transcript");return o===null?null:{kind:"output-done",itemId:i,text:o}}if(l==="response.output_text.delta"){const o=Y0(a,"delta");return o===null?null:{kind:"output-delta",itemId:i,text:o}}if(l==="response.output_text.done"){const o=Y0(a,"text");return o===null?null:{kind:"output-done",itemId:i,text:o}}if(l==="response.function_call_arguments.done"){const o=Y0(a,"name");return o===null?null:{kind:"tool",itemId:i,name:o}}if(l==="input_audio_buffer.speech_started")return{kind:"speech-started"};if(l==="input_audio_buffer.speech_stopped")return{kind:"speech-stopped"};if(l==="conversation.item.truncated")return{kind:"truncated",itemId:i};if(l==="output_audio_buffer.started")return{kind:"playback-started"};if(l==="output_audio_buffer.stopped")return{kind:"playback-stopped"};if(l==="output_audio_buffer.cleared")return{kind:"playback-cleared"};if(l==="response.created")return{kind:"response-started"};if(l==="response.done"){const o=a.response&&typeof a.response=="object"?a.response:null,u=QF(o);return u?{kind:"response-done",error:u}:{kind:"response-done"}}if(l==="error"){const o=a.error&&typeof a.error=="object"?a.error:null;return{kind:"error",text:o&&Y0(o,"message")||"Voice call failed"}}return null}function Ld(e){switch(e){case"voice_roll_call":return"Checking the fleet";case"voice_workspace_overview":return"Refreshing workspace overview";case"voice_chat_context":return"Refreshing chat context";case"voice_next_decision":return"Opening the next decision";case"voice_list_calls":return"Finding previous calls";case"voice_search_calls":return"Searching call history";case"voice_read_call":return"Reading a previous call";case"voice_select_repo":return"Remembering the repository";case"voice_list_repos":return"Checking repositories";case"voice_create_workspace_preview":return"Preparing a workspace";case"voice_create_workspace":return"Creating the approved workspace";case"voice_send_preview":return"Preparing a guarded send";case"voice_send":return"Queueing the approved prompt";default:return"Working with the relay"}}function YV(e,t,a,l){const i=performance.now();let o=!1,u=!1,d=!1,f=0;const h=[],m=[],p=(N,F={})=>{o||(h.length===40&&(h.shift(),f+=1),h.push({type:N,atMs:Math.round(performance.now()-i),data:Y9(F)}))},y=()=>{if(u||!h.length)return;const N=h.splice(0);f&&(N[0].data.dropped=f),f=0,u=!0,Promise.resolve().then(()=>l(N)).catch(()=>{f+=N.length}).finally(()=>{u=!1,o&&y()})},b=()=>{const N=e.getSettings();return{echoCancellation:N.echoCancellation??null,noiseSuppression:N.noiseSuppression??null,autoGainControl:N.autoGainControl??null,sampleRate:N.sampleRate??null,sampleSize:N.sampleSize??null,channelCount:N.channelCount??null,micEnabled:e.enabled,micMuted:e.muted,playbackPaused:a.paused,playbackMuted:a.muted,playbackTime:a.currentTime,playbackVolume:a.volume,connection:t.connectionState,hidden:document.hidden}},v=N=>{try{p(N,b())}catch{}},C=(N,F,S)=>{const M=()=>{v(S),y()};N.addEventListener(F,M),m.push(()=>N.removeEventListener(F,M))};for(const N of["mute","unmute","ended"])C(e,N,`microphone.${N}`);for(const N of["playing","pause","waiting","error"])C(a,N,`playback.${N}`);C(t,"connectionstatechange","connection"),C(document,"visibilitychange","visibility"),C(navigator.mediaDevices,"devicechange","devicechange");try{const N=navigator.mediaDevices.getSupportedConstraints();p("capture",{...b(),supportsEchoCancellation:N.echoCancellation===!0,supportsNoiseSuppression:N.noiseSuppression===!0,supportsAutoGainControl:N.autoGainControl===!0})}catch{v("capture")}y();const k=async()=>{if(!(o||d)){d=!0;try{const N=b(),F=await t.getStats();if(o)return;F.forEach(S=>{if(S.kind!=="audio"&&S.mediaType!=="audio")return;const M=S.type==="media-source"?"input":S.type==="inbound-rtp"?"output":null;M&&(N[`${M}Level`]=S.audioLevel,N[`${M}Energy`]=S.totalAudioEnergy,N[`${M}Duration`]=S.totalSamplesDuration,M==="input"&&(N.echoReturnLoss=S.echoReturnLoss,N.echoReturnLossEnhancement=S.echoReturnLossEnhancement))}),p("sample",N)}catch{v("sample")}finally{d=!1,y()}}},B=setInterval(()=>{k()},5e3);return{realtime(N){try{const F=ZF(typeof N=="string"?JSON.parse(N):N);if(!F)return;p(F.type,{...b(),...F.data}),y()}catch{}},stop(){if(!o){v("closed"),o=!0,clearInterval(B);for(const N of m)N();y()}}}}const pm=A.createContext(null);function Wi(e){return[...e.values()].join(" ").trimStart()}function WV(e){return e instanceof DOMException&&(e.name==="NotAllowedError"||e.name==="SecurityError")}function XV({children:e}){const[t,a]=A.useState(!1),[l,i]=A.useState("idle"),[o,u]=A.useState(!1),[d,f]=A.useState(null),[h,m]=A.useState([]),[p,y]=A.useState(null),[b,v]=A.useState(""),[C,k]=A.useState(""),[B,N]=A.useState(qV),[F,S]=A.useState(null),M=A.useRef("idle"),D=A.useRef(B),j=A.useRef(F),O=A.useRef(0),P=A.useRef(null),T=A.useRef(null),G=A.useRef(null),Z=A.useRef(null),ne=A.useRef(null),W=A.useRef(null),Q=A.useRef(null),I=A.useRef(new Map),U=A.useRef(new Map),te=A.useRef(new Set),oe=A.useRef(new Set),_=A.useRef(new Set),L=A.useRef(!1),K=A.useRef(!1),R=A.useRef(!1),X=A.useRef(new Set),ye=A.useRef(null);D.current=B;const ue=A.useCallback(le=>{M.current=le,i(le)},[]),Be=A.useCallback(le=>{m(he=>he.some(Se=>Se.id===le.id)?he:[...he,le])},[]),Ie=A.useCallback(()=>{I.current.clear(),U.current.clear(),v(""),k("")},[]),De=A.useCallback(()=>{Q.current?.stop(),Q.current=null,O.current+=1,L.current=!1,K.current=!1,R.current=!1,ye.current&&clearTimeout(ye.current),ye.current=null;try{T.current?.close()}catch{}try{P.current?.close()}catch{}for(const le of G.current?.getTracks()??[])le.stop();ne.current&&(ne.current.srcObject=null),P.current=null,T.current=null,G.current=null,Z.current=null,ne.current=null,W.current=null,Ie()},[Ie]),We=A.useCallback(le=>{const he=W.current;De(),u(!1),ue("idle"),f(le),he&&we.voiceCallEnd(he).catch(()=>{})},[De,ue]),Je=A.useCallback(le=>{const he=KV(le);if(he)switch(he.kind){case"input-delta":I.current.set(he.itemId,(I.current.get(he.itemId)??"")+he.text),v(Wi(I.current));return;case"input-done":{I.current.delete(he.itemId),v(Wi(I.current)),!te.current.has(he.itemId)&&he.text.trim()&&(te.current.add(he.itemId),Be({id:`user:${he.itemId}`,role:"user",text:he.text.trim()}));return}case"output-delta":if(X.current.has(he.itemId))return;U.current.set(he.itemId,(U.current.get(he.itemId)??"")+he.text),k(Wi(U.current));return;case"output-done":{if(X.current.has(he.itemId))return;const Se=(he.text||U.current.get(he.itemId)||"").trim();U.current.delete(he.itemId),k(Wi(U.current)),!oe.current.has(he.itemId)&&Se&&(oe.current.add(he.itemId),Be({id:`assistant:${he.itemId}`,role:"assistant",text:Se}));return}case"tool":_.current.has(he.itemId)||(_.current.add(he.itemId),Be({id:`tool:${he.itemId}`,role:"activity",text:Ld(he.name)})),!R.current&&!L.current&&ue("thinking");return;case"speech-started":R.current=!0;for(const Se of U.current.keys())X.current.add(Se);U.current.clear(),k(""),ue("listening");return;case"speech-stopped":R.current=!1,ue("thinking");return;case"playback-started":L.current=!0,R.current||ue("speaking");return;case"playback-cleared":case"playback-stopped":L.current=!1,R.current||ue(K.current?"thinking":"connected");return;case"truncated":X.current.add(he.itemId),U.current.delete(he.itemId),k(Wi(U.current)),m(Se=>Se.map(be=>be.id===`assistant:${he.itemId}`?{...be,text:"Reply interrupted."}:be));return;case"response-started":K.current=!0,!R.current&&!L.current&&ue("thinking");return;case"response-done":K.current=!1,he.error&&(f(he.error),Be({id:`failure:${crypto.randomUUID()}`,role:"activity",text:he.error})),ue(R.current?"listening":L.current?"speaking":"connected");return;case"error":f(he.text),M.current!=="idle"&&ue("connected")}},[Be,ue]),xt=A.useCallback(async()=>{if(M.current!=="idle")return;const le=j.current;if(typeof RTCPeerConnection>"u"||!navigator.mediaDevices?.getUserMedia){f("This browser does not support WebRTC calling");return}a(!0),f(null),m([]),y(null),Ie(),te.current.clear(),oe.current.clear(),_.current.clear(),X.current.clear(),u(!1),ue("connecting");const he=++O.current;try{const Se=await navigator.mediaDevices.getUserMedia({audio:{echoCancellation:!0,noiseSuppression:!0,autoGainControl:!0}});if(he!==O.current){for(const bt of Se.getTracks())bt.stop();return}const be=Se.getAudioTracks()[0];if(!be)throw new Error("No microphone was available");be.enabled=!1,G.current=Se,Z.current=be;const et=new RTCPeerConnection,an=et.createDataChannel("oai-events"),Ce=document.createElement("audio");Ce.autoplay=!0,Ce.setAttribute("playsinline",""),P.current=et,T.current=an,ne.current=Ce,et.addTrack(be,Se),et.addEventListener("track",bt=>{he===O.current&&(Ce.srcObject=bt.streams[0]??new MediaStream([bt.track]),Ce.play().catch(()=>f("Tap the audio notice to hear this call")))}),an.addEventListener("message",bt=>{he===O.current&&(Q.current?.realtime(bt.data),Je(bt.data))}),an.addEventListener("close",()=>{he===O.current&&M.current!=="idle"&&We("The call closed")}),et.addEventListener("connectionstatechange",()=>{if(he===O.current){if(et.connectionState==="connected"&&ye.current&&(clearTimeout(ye.current),ye.current=null),et.connectionState==="failed"||et.connectionState==="closed")return We("The call connection failed");et.connectionState==="disconnected"&&!ye.current&&(ye.current=setTimeout(()=>{ye.current=null,he===O.current&&et.connectionState==="disconnected"&&We("The call connection was lost")},4e3))}});const it=await et.createOffer();await et.setLocalDescription(it);const Rt=et.localDescription?.sdp;if(!Rt)throw new Error("The browser did not create a WebRTC offer");if(he!==O.current)return;const Ke=await we.voiceCall(Rt,D.current.voice,D.current.language,le?{workspaceId:le.workspaceId,sessionId:le.sessionId}:void 0,D.current.speed);if(he!==O.current){we.voiceCallEnd(Ke.callId).catch(()=>{});return}W.current=Ke.callId,y(Ke.callId);try{Q.current=YV(be,et,Ce,bt=>we.voiceCallDiagnostics(Ke.callId,bt))}catch{}if(await et.setRemoteDescription({type:"answer",sdp:Ke.sdp}),await new Promise((bt,Nn)=>{if(an.readyState==="open")return bt();const Zt=setTimeout(()=>Nn(new Error("Voice event channel did not open")),8e3);an.addEventListener("open",()=>{clearTimeout(Zt),bt()},{once:!0})}),await we.voiceCallReady(Ke.callId),he!==O.current)return;be.enabled=!0,M.current==="connecting"&&ue("connected")}catch(Se){if(he!==O.current)return;We(WV(Se)?"Microphone access was denied — allow it in this site’s settings and try again":Se instanceof Error?Se.message:String(Se))}},[Ie,We,Je,ue]),Dt=A.useCallback(()=>{const le=W.current;De(),u(!1),ue("idle"),f(null),le&&we.voiceCallEnd(le).catch(()=>{})},[De,ue]),me=A.useCallback(()=>{M.current==="idle"||M.current==="connecting"||u(le=>{const he=!le;return Z.current&&(Z.current.enabled=!he),he})},[]),nt=A.useCallback(le=>{const he=le.trim(),Se=T.current;if(!he||Se?.readyState!=="open"||!W.current||M.current==="idle"||M.current==="connecting")return!1;const be=crypto.randomUUID();Be({id:`typed:${be}`,role:"user",text:he});for(const et of U.current.keys())X.current.add(et);return U.current.clear(),k(""),we.voiceCallText(W.current,he).catch(et=>f(`Typed message was not confirmed: ${et instanceof Error?et.message:String(et)}`)),ue("thinking"),!0},[Be,ue]),Xe=A.useCallback(le=>{M.current==="idle"&&N(he=>{const Se={...he,...le};return D.current=Se,QV(Se),Se})},[]),lt=A.useCallback(()=>{ne.current?.play().then(()=>f(null)).catch(()=>f("This browser is still blocking call audio"))},[]),pt=A.useCallback(()=>{M.current==="idle"&&(j.current=null,S(null),f(null)),a(!0)},[]),dt=A.useCallback(le=>{M.current==="idle"&&(j.current={...le},S(j.current),f(null)),a(!0)},[]),nn=A.useCallback(()=>a(!1),[]),yt=A.useCallback(()=>f(null),[]),ve=A.useCallback(le=>Xe({voice:le}),[Xe]),ot=A.useCallback(le=>Xe({language:le}),[Xe]),ft=A.useCallback(le=>{ah(le)&&Xe({speed:le})},[Xe]),On=l!=="idle"&&l!=="connecting";A.useEffect(()=>{if(!On||!p)return;let le=!1;const he=async()=>{try{const be=await we.voiceTranscriptStatus(p);!le&&be.status!=="active"&&We("The relay’s voice connection was lost. Check the saved action receipts before retrying.")}catch{le||f("The relay connection could not be checked. Action receipts may be delayed.")}},Se=setInterval(()=>{he()},5e3);return()=>{le=!0,clearInterval(Se)}},[On,p,We]),A.useEffect(()=>()=>{const le=W.current;De(),le&&we.voiceCallEnd(le).catch(()=>{})},[De]);const se=A.useMemo(()=>({panelOpen:t,status:l,muted:o,error:d,entries:h,lastCallId:p,inputPartial:b,outputPartial:C,preferences:B,target:F,openPanel:pt,openWorkspacePanel:dt,closePanel:nn,startCall:xt,endCall:Dt,toggleMute:me,sendText:nt,dismissError:yt,enableAudio:lt,setVoice:ve,setLanguage:ot,setSpeed:ft}),[t,l,o,d,h,p,b,C,B,F,pt,dt,nn,xt,Dt,me,nt,yt,lt,ve,ot,ft]);return c.jsx(pm.Provider,{value:se,children:e})}function Pd(){const e=A.useContext(pm);if(!e)throw new Error("useVoiceCall must be used inside VoiceCallProvider");return e}function JV(e){document.visibilityState==="visible"&&window.open(e,"_blank","noopener,noreferrer")}const Cu="flex size-9 shrink-0 items-center justify-center rounded-full text-muted transition active:bg-surface-2 disabled:opacity-40";function eU({workspaceId:e}){const t=SN(e),a=Rn(),l=Ee(S=>S.online),[i,o]=A.useState(null),[u,d]=A.useState(null),[f,h]=A.useState(!1),[m,p]=A.useState(!1),y=A.useRef(null),b=A.useRef(null),v=t.data,C=(v?.runConfigs?.length??0)>1,k=v?.forwards?.filter(S=>S.forwarded&&S.url)??(v?.forwarded&&v.url?[{name:v.port?`Port ${v.port}`:"Dev server",port:v.port??0,url:v.url}]:[]);A.useEffect(()=>{if(!f&&!m)return;const S=m?b:y,M=j=>{j.target instanceof Node&&S.current?.contains(j.target)||(h(!1),p(!1))},D=j=>{j.key==="Escape"&&(j.preventDefault(),h(!1),p(!1),S.current?.querySelector("button")?.focus())};return document.addEventListener("pointerdown",M),document.addEventListener("keydown",D),()=>{document.removeEventListener("pointerdown",M),document.removeEventListener("keydown",D)}},[f,m]);const B=async(S,M)=>{if(!i){o(S?"start":"stop"),d(null);try{const D=S?await we.startDevServer(e,M):await we.stopDevServer(e);a.setQueryData(["dev-server",e],D),D.ok?S&&D.url&&JV(D.url):d(D.error??`Could not ${S?"start":"stop"} the dev server`)}catch(D){d(D instanceof Error?D.message:`Could not ${S?"start":"stop"} the dev server`)}finally{o(null),a.invalidateQueries({queryKey:["dev-server",e]})}}},N=C?"Choose Run config":v?.running?"Forward dev server to tailnet":"Start and forward dev server",F=v&&!v.available;return c.jsxs(c.Fragment,{children:[k.length&&k[0]?.url?c.jsxs("div",{ref:y,className:"relative flex shrink-0 items-center",children:[c.jsx("a",{href:k[0].url,target:"_blank",rel:"noreferrer","aria-label":`Open ${k[0].name} on port ${k[0].port}`,title:k[0].url,className:Cu,children:c.jsx(qk,{size:18})}),k.length>1?c.jsxs(c.Fragment,{children:[c.jsx("button",{type:"button",onClick:()=>h(S=>!S),"aria-label":"Choose forwarded dev server","aria-haspopup":"menu","aria-expanded":f,className:"flex h-9 w-6 items-center justify-center rounded-full text-muted active:bg-surface-2",children:c.jsx(O0,{size:14,className:f?"rotate-180":void 0})}),f?c.jsx("div",{role:"menu","aria-label":"Forwarded dev servers",className:"fade-in absolute right-0 top-full z-30 mt-1 max-h-[calc(100dvh-4rem)] min-w-52 overflow-y-auto rounded-xl border border-border bg-surface py-1 shadow-xl",children:k.map(S=>c.jsxs("a",{href:S.url??void 0,target:"_blank",rel:"noreferrer",onClick:()=>h(!1),role:"menuitem",className:"flex items-center gap-3 px-3 py-2.5 text-left text-sm active:bg-surface-2",children:[c.jsx("span",{className:"min-w-0 flex-1 truncate",children:S.name}),c.jsxs("span",{className:"font-mono text-xs text-faint",children:[":",S.port]})]},`${S.port}:${S.url}`))}):null]}):null]}):c.jsxs("div",{ref:b,className:"relative shrink-0",children:[c.jsx("button",{type:"button",onClick:()=>{C?p(S=>!S):B(!0)},disabled:!l||!!i||!!F||t.isLoading,"aria-label":N,"aria-haspopup":C?"menu":void 0,"aria-expanded":C?m:void 0,title:F?v.error:N,className:Cu,children:i==="start"||t.isLoading?c.jsx(fn,{size:18,className:"animate-spin"}):v?.running?c.jsx(Vk,{size:18}):c.jsx(zu,{size:18,fill:"currentColor"})}),m&&C?c.jsx("div",{role:"menu","aria-label":"Run configs",className:"fade-in absolute right-0 top-full z-30 mt-1 max-h-[calc(100dvh-4rem)] min-w-44 overflow-y-auto rounded-xl border border-border bg-surface py-1 shadow-xl",children:v?.runConfigs.map(S=>c.jsxs("button",{type:"button",role:"menuitem",onClick:()=>{p(!1),B(!0,S.id)},className:"flex w-full items-center gap-3 px-3 py-2.5 text-left text-sm active:bg-surface-2",children:[c.jsx(zu,{size:14,className:"shrink-0 text-muted"}),c.jsx("span",{className:"min-w-0 flex-1 truncate",children:S.name})]},S.id))}):null]}),v?.running||v?.forwarded?c.jsx("button",{type:"button",onClick:()=>{B(!1)},disabled:!l||!!i,"aria-label":"Stop dev server",className:Cu,children:i==="stop"?c.jsx(fn,{size:18,className:"animate-spin"}):c.jsx(q9,{size:15,fill:"currentColor"})}):null,u?c.jsx("button",{type:"button",onClick:()=>d(null),className:"absolute right-2 top-full z-30 max-w-72 rounded-lg border border-del/40 bg-surface px-3 py-2 text-left text-xs text-del shadow-xl",children:u}):null]})}function tU(e){const[t,a]=A.useState(null),[l,i]=A.useState(null),o=Rn(),u=l&&l.workspaceId===e?l.message:null,d=A.useCallback(p=>i(p&&e?{workspaceId:e,message:p}:null),[e]),f=A.useCallback(async p=>{if(!(!e||t)){a(p),d(null);try{const y=await we.setStatus(e,p);y.ok||d(y.error??"status change failed"),await o.invalidateQueries({queryKey:["state"]})}catch(y){d(y instanceof Error?y.message:"status change failed")}finally{a(null)}}},[e,t,o,d]),h=A.useCallback(async p=>{if(!(!e||t)){a("archive"),d(null);try{const y=await we.archive(e,p);y.ok||d(y.error??"archiving failed"),await o.invalidateQueries({queryKey:["state"]}),await o.invalidateQueries({queryKey:["workspace",e]})}catch(y){d(y instanceof Error?y.message:"archiving failed")}finally{a(null)}}},[e,t,o,d]),m=A.useCallback(()=>i(null),[]);return{busy:t,error:u,setStatus:f,archive:h,dismissError:m}}function nU({workspace:e,agentsRunning:t,actions:a}){const[l,i]=A.useState(!1),[o,u]=A.useState(!1),d=Ee(k=>k.online),{busy:f,error:h}=a,m=D1(e),p=()=>{i(!1),u(!1)},y=k=>{p(),k!==m&&a.setStatus(k)},b=()=>{p(),a.archive(t>0)},C=f==="archive"?m:f??m;return c.jsxs(c.Fragment,{children:[c.jsx("button",{type:"button",onClick:()=>l?p():i(!0),disabled:!d||f!==null,"aria-label":`Workspace menu: ${h1(m)}`,"aria-expanded":l,className:fe("flex size-9 shrink-0 items-center justify-center rounded-full text-muted transition active:bg-surface-2 disabled:opacity-40",l&&"bg-surface-2 text-text"),children:f?c.jsx("span",{className:"dot-spinner size-4",style:{"--spin-color":aU(C)}}):c.jsx(P6,{status:C})}),l?c.jsxs(c.Fragment,{children:[c.jsx("button",{type:"button","aria-label":"Close workspace menu",className:"fixed inset-0 z-20 cursor-default",onClick:p}),c.jsx("div",{className:"fade-in absolute right-2 top-full z-30 w-60 overflow-hidden rounded-xl border border-border bg-surface shadow-xl",children:o?c.jsxs("div",{className:"p-3",children:[c.jsx("div",{className:"text-sm font-semibold",children:"Archive workspace?"}),c.jsx("p",{className:"mt-1 text-xs leading-snug text-muted",children:t>0?"Agents are still running in this workspace. Archiving will stop them and end any in-progress work.":"Its worktree is deleted. The chat stays readable and searchable."}),c.jsxs("div",{className:"mt-3 flex justify-end gap-2",children:[c.jsx("button",{type:"button",onClick:()=>u(!1),className:"rounded-lg border border-border px-2.5 py-1 text-xs font-semibold active:bg-surface-2",children:"Cancel"}),c.jsx("button",{type:"button",onClick:b,className:"rounded-lg bg-del px-2.5 py-1 text-xs font-semibold text-on-solid active:scale-95",children:t>0?"Stop agents and archive":"Archive"})]})]}):c.jsxs(c.Fragment,{children:[Ih.map(k=>c.jsxs("button",{type:"button",onClick:()=>y(k),className:"flex w-full items-center gap-2 px-3 py-2.5 text-left text-sm active:bg-surface-2",children:[c.jsx(P6,{status:k}),c.jsx("span",{className:"flex-1",children:h1(k)}),k===m?c.jsx(b0,{size:15,className:"text-accent"}):null]},k)),c.jsxs("button",{type:"button",onClick:()=>u(!0),className:"flex w-full items-center gap-2 border-t border-border px-3 py-2.5 text-left text-sm text-del active:bg-surface-2",children:[c.jsx(Mx,{size:15}),c.jsx("span",{className:"flex-1",children:"Archive workspace"})]})]})})]}):null,h?c.jsx("button",{type:"button",onClick:a.dismissError,className:"absolute right-2 top-full z-30 max-w-64 rounded-lg border border-del/40 bg-surface px-3 py-2 text-left text-xs text-del shadow-xl",children:h}):null]})}function aU(e){return rd[e]??"var(--color-faint)"}function P6({status:e}){const t=rd[e];return t?c.jsx("span",{className:"dot size-2.5",style:{background:t}}):c.jsx("span",{className:"dot size-2.5 border border-faint bg-transparent"})}function rU({workspace:e}){const[t,a]=T9(),l=t.get("session"),i=t.get("subagent"),{data:o,isLoading:u}=Xh(e.id,!1),d=o?.chat_history??{},f=l7(o?.sessions??[],d),h=Ku(l,d),m=(h&&f.some(v=>v.id===h)?h:null)??f[0]?.id??null,p=f.find(v=>v.id===m),y=v=>{m&&a(v?{session:m,subagent:v}:{session:m},{replace:!0})},b=[e.repo_name,e.branch].filter(Boolean).join(" · ");return c.jsxs("div",{className:"flex h-full min-w-0 flex-col overflow-hidden",children:[c.jsx(Yu,{title:J0(e),subtitle:b,menu:!0,right:c.jsxs("span",{className:"flex shrink-0 items-center gap-1 rounded-md bg-surface-2 px-2 py-1 text-[10px] font-semibold uppercase tracking-wide text-faint",children:[c.jsx(Mx,{size:12}),"Archived"]})}),f.length>1?c.jsx("nav",{className:"flex shrink-0 items-center gap-1 overflow-x-auto border-b border-border-soft bg-bg px-3 py-2",children:f.map(v=>c.jsx("button",{type:"button",onClick:()=>a({session:v.id},{replace:!0}),className:fe("pill shrink-0",v.id===m&&!i&&"pill-active"),children:c.jsx("span",{className:"whitespace-nowrap",children:v.title||"Untitled"})},v.id))}):null,!u&&!m?c.jsx(sn,{children:"This workspace was archived with no chat in it."}):c.jsx(fm,{sessionId:m,historySessionIds:r7(m,d),workspaceId:e.id,turnStartedAt:p?.turn_started_at,agentType:p?.agent_type,model:p?.model,selectedSubagentId:i,onSelectSubagent:y,poll:!1}),c.jsx("div",{className:"pb-safe shrink-0 border-t border-border-soft px-4 py-3 text-center text-xs text-faint",children:i?c.jsxs("button",{type:"button",onClick:()=>y(null),className:"mx-auto flex items-center gap-2 rounded-lg px-3 py-1.5 font-medium text-accent transition active:bg-surface-2",children:[c.jsx(Nx,{size:14}),"Back to parent transcript"]}):"Read-only — unarchive it in Conductor to reply."})]})}function lU({sessions:e,filter:t,restoringId:a,online:l,onRestore:i}){const o=t.trim().toLowerCase().split(/\s+/),u=e.filter(d=>{const f=`${d.title||"Untitled"} ${d.model??""}`.toLowerCase();return o.every(h=>f.includes(h))});return u.length?c.jsx("ul",{className:"divide-y divide-border-soft",children:u.map(d=>c.jsxs("li",{className:"flex items-center gap-3 px-4 py-3",children:[c.jsxs("div",{className:"min-w-0 flex-1",children:[c.jsx("p",{className:"break-words text-sm font-medium",children:d.title||"Untitled"}),c.jsxs("p",{className:"mt-1 text-xs text-muted",children:[d.model?`${Ux(d.model)} · `:"","Updated ",$h(d.updated_at)]})]}),c.jsxs("button",{type:"button",onClick:()=>i(d.id),disabled:!l||a!==null,"aria-label":`Restore ${d.title||"Untitled"} chat`,className:"flex min-h-11 shrink-0 items-center gap-1.5 rounded-xl bg-surface-2 px-3 text-xs font-semibold transition active:scale-95 disabled:opacity-40",children:[a===d.id?c.jsx(fn,{size:14,className:"animate-spin"}):c.jsx(Lx,{size:14}),a===d.id?"Restoring…":"Restore"]})]},d.id))}):c.jsx("div",{className:"px-4 py-10 text-center text-sm text-muted",children:e.length?"No closed tabs match your search.":"No closed tabs in this workspace."})}function iU({workspaceId:e,onClose:t,onRestored:a}){const l=A.useRef(null),i=A.useRef(!1),[o,u]=A.useState(""),[d,f]=A.useState(null),[h,m]=A.useState(null),p=Ee(k=>k.online),y=Rn(),b=Wt({queryKey:["closed-sessions",e],queryFn:()=>we.closedSessions(e),refetchInterval:5e3});A.useEffect(()=>{i.current=!0;const k=l.current;return k?.showModal(),()=>{i.current=!1,k?.close()}},[]);const v=async k=>{if(!(d||!p)){f(k),m(null);try{const B=await we.restoreChat(k,e);if(!B.ok||!B.session)throw new Error(B.error??"Could not restore this chat");const N=B.session;await y.cancelQueries({queryKey:["sessions",e]}),y.setQueryData(["sessions",e],F=>({...F,sessions:[...(F?.sessions??[]).filter(S=>S.id!==k),N].sort((S,M)=>S.created_at.localeCompare(M.created_at))})),y.invalidateQueries({queryKey:["sessions",e]}),y.invalidateQueries({queryKey:["closed-sessions",e]}),y.invalidateQueries({queryKey:["state"]}),i.current&&a(k)}catch(B){i.current&&m(B instanceof Error?B.message:"Could not restore this chat")}finally{i.current&&f(null)}}},C=h??(b.isError?b.error.message:null);return G0.createPortal(c.jsxs("dialog",{ref:l,onCancel:t,onKeyDown:k=>k.stopPropagation(),"aria-label":"Closed tabs",className:"fade-in m-auto max-h-[85%] w-[calc(100%-1.5rem)] max-w-lg flex-col overflow-hidden rounded-2xl border border-border-soft bg-bg p-0 text-text shadow-xl backdrop:bg-black/60 open:flex",children:[c.jsxs("div",{className:"flex shrink-0 items-center gap-3 border-b border-border-soft px-4 py-3",children:[c.jsx(zx,{size:19,className:"text-muted"}),c.jsxs("div",{className:"min-w-0 flex-1",children:[c.jsx("h2",{className:"text-base font-semibold",children:"Closed tabs"}),c.jsx("p",{className:"text-xs text-muted",children:"Restore a conversation in this workspace."})]}),c.jsx("button",{type:"button",onClick:t,"aria-label":"Close closed tabs",className:"flex size-9 shrink-0 items-center justify-center rounded-full text-muted active:bg-surface-2",children:c.jsx(hn,{size:18})})]}),c.jsxs("div",{className:"flex shrink-0 items-center gap-2 border-b border-border-soft px-4 py-3",children:[c.jsx(Px,{size:16,className:"text-faint"}),c.jsx("input",{type:"search",value:o,onChange:k=>u(k.target.value),placeholder:"Find a closed tab…","aria-label":"Find a closed tab",className:"min-w-0 flex-1 bg-transparent text-base outline-none placeholder:text-faint"})]}),p?null:c.jsx("p",{className:"px-4 py-2 text-xs text-muted",children:"Reconnect to restore a tab."}),C?c.jsxs("div",{role:"alert",className:"flex shrink-0 items-center gap-2 border-b border-del/30 bg-del/5 px-4 py-3 text-xs text-del",children:[c.jsx("span",{className:"min-w-0 flex-1",children:C}),Er(C)?c.jsx(xa,{}):null,b.isError?c.jsx("button",{type:"button",onClick:()=>{b.refetch()},className:"rounded-lg bg-surface-2 px-2 py-1",children:"Retry"}):null]}):null,c.jsx("div",{className:"min-h-0 flex-1 overflow-y-auto overscroll-contain",children:b.isPending?c.jsx(Wn,{}):b.data?c.jsx(lU,{sessions:b.data.sessions,filter:o,restoringId:d,online:p,onRestore:k=>{v(k)}}):null})]}),document.body)}const sU=()=>typeof window<"u"&&window.matchMedia("(pointer: coarse)").matches;function mm(e,t=sU()){return e.key!=="Enter"||e.nativeEvent.isComposing||e.shiftKey?!1:e.metaKey||e.ctrlKey?!0:!t}const W0=6e4,oU=e=>/(?:^|[:/])(claude|fable|haiku|opus|sonnet)|^(claude|fable|haiku|opus|sonnet)/.test(e),H6=e=>/(?:^|[:/])(openai|gpt|o[1-9])|^(openai|gpt|o[1-9]|\d)/.test(e);function cU(e){const t=e.agent_type?.trim().toLowerCase()??"",a=e.model?.trim().toLowerCase()??"";return(t==="claude"||t==="anthropic")&&e.prompt_cache_ttl_ms&&e.prompt_cache_ttl_ms>0?Ta(e.prompt_cache_ttl_ms,!0):t==="claude"||t==="anthropic"?Ta(60*W0,!1):t==="codex"||t==="openai"?Ta(30*W0,!1):t==="cursor"?oU(a)?Ta(5*W0,!1):(H6(a),Ta(30*W0,!1)):(t==="acp"||t==="opencode")&&H6(a)?Ta(30*W0,!1):Ta(5*W0,!1)}function uU(e,t=Date.now()){if(!e.last_user_message_at)return null;const a=s0(e.updated_at);if(!Number.isFinite(a))return null;const l=cU(e);return t-a>=l.ttlMs?l:null}function Ta(e,t){return{ttlMs:e,ttlLabel:e>=60*W0?`${e/(60*W0)}h`:`${e/W0}m`,observed:t}}function gm({active:e,onChange:t}){return c.jsxs("button",{type:"button",onClick:()=>t(!e),title:"Run this task through your configured delegated roles","aria-label":`Workflow mode ${e?"on":"off"}`,"aria-pressed":e,className:fe("flex h-8 shrink-0 items-center gap-1 rounded-md px-1.5 text-[13px] font-medium text-muted transition active:bg-surface-2 active:text-text",e&&"bg-accent/10 text-accent"),children:[c.jsx(Hl,{size:15}),c.jsx("span",{children:"Workflow"}),c.jsx(hd,{className:"-mr-0.5"})]})}const xU=A.lazy(()=>td(()=>import("./AutoModelSettings-SBdRr_mv.js"),[]).then(e=>({default:e.AutoModelSettings})));function Em({model:e,providerModel:t,agentType:a,models:l,modelPickerOpen:i,onModelPickerOpenChange:o,modelsFetching:u=!1,modelsError:d=!1,defaultModel:f,onSetDefaultModel:h,settingDefaultModel:m,fast:p,effort:y,plan:b,planAvailable:v,showEmptyEffort:C=!1,modelStaged:k=!1,fastStaged:B=!1,effortStaged:N=!1,planStaged:F=!1,onModelChange:S,onFastChange:M,onEffortChange:D,onPlanChange:j,disabled:O=!1,freezeAgent:P=!1,auto:T=!1,onAutoChange:G,beforeModel:Z,status:ne}){const[W,Q]=A.useState(!1),I=v??ud(a,t),U=xd(a,t),te=dd(a,t);return c.jsxs("div",{className:"min-w-0 flex-1",children:[W?c.jsx(A.Suspense,{fallback:null,children:c.jsx(xU,{onClose:()=>Q(!1)})}):null,c.jsxs("div",{className:"flex min-w-0 items-center gap-0.5",children:[Z,c.jsx("div",{className:"min-w-0",children:c.jsx(E7,{value:T?void 0:e,autoSelected:T,onSelectAuto:G?()=>G(!0):void 0,onAutoSettings:()=>Q(!0),models:l,open:i,onOpenChange:o,isFetching:u,isError:d,defaultModel:f,onSetDefault:h,settingDefault:m,onSelect:oe=>{G?.(!1),S(oe)},renderTrigger:({picking:oe,toggle:_})=>c.jsxs("button",{type:"button",disabled:O||P,onClick:_,"aria-label":`Change model, currently ${T?"Auto":e}`,"aria-haspopup":"menu","aria-expanded":oe,className:fe("flex h-8 max-w-full min-w-0 items-center gap-1 rounded-md px-1 text-[13px] font-medium text-muted transition active:bg-surface-2 active:text-text disabled:pointer-events-none disabled:opacity-40",k&&"text-accent"),children:[T?c.jsx(Hx,{size:15}):c.jsx(Kr,{agentType:a,model:t,className:"size-[15px]"}),c.jsx("span",{className:"truncate",children:T?"Auto":x1(e)})]})})}),te?c.jsx("button",{type:"button",disabled:O||P||T,onClick:M,"aria-label":`Fast mode ${p===void 0?"default":p?"on":"off"}`,"aria-pressed":p===!0,className:fe("flex size-8 shrink-0 items-center justify-center rounded-md text-muted transition active:bg-surface-2 active:text-text disabled:pointer-events-none disabled:opacity-40",p&&"text-text",B&&"text-accent"),children:c.jsx(Vx,{size:17})}):null,U&&(y||C)?c.jsxs("button",{type:"button",disabled:O||P||T,onClick:D,"aria-label":`Reasoning effort: ${y?hs[y]:"default"}`,className:fe("flex h-8 shrink-0 items-center gap-1 rounded-md px-1 text-[13px] font-medium text-muted transition active:bg-surface-2 active:text-text disabled:pointer-events-none disabled:opacity-40",N&&"text-accent"),children:[c.jsx(p7,{effort:y??""}),c.jsx("span",{className:"max-[340px]:hidden",children:y?hs[y]:"Effort"})]}):null,I?c.jsx("button",{type:"button",disabled:O||T,onClick:j,"aria-label":`Plan mode ${b===void 0?"default":b?"on":"off"}`,"aria-pressed":b===!0,className:fe("flex size-8 shrink-0 items-center justify-center rounded-md text-muted transition active:bg-surface-2 active:text-text disabled:pointer-events-none disabled:opacity-40",b&&"text-text",F&&"text-accent"),children:c.jsx(V9,{size:17})}):null]}),ne?c.jsx("div",{className:"px-2 pt-0.5 text-[11px] text-faint",children:ne}):null]})}const dU=600*1e3,fU={};function n1(e,t){return e===t?void 0:e}function hU({session:e,workspaceId:t,workflow:a,frozenWorkflow:l,auto:i=!1,onAutoChange:o}){const[u,d]=A.useState(!1),[f,h]=A.useState(),[m,p]=A.useState(),y=Ee(X=>X.agentDrafts[e.id])??fU,b=Ee(X=>X.stageAgent),v=Rn(),C=Ee(X=>X.pending.some(ye=>ye.sessionId===e.id&&ye.status==="sending")),k=S1(),B=k.data?.groups.find(X=>X.agentType===(e.agent_type??"unknown")),N=!!B?.defaultModel&&Date.now()-B.updatedAt<dU,F=l?.role??(a?.active?a.role:void 0),S=!!F,M=l?.role.agentType??(F?ql(F.model):void 0),D=hj(e,t,u&&!S&&!N),j=D.data?.models??B?.models??[],O=D.data?.defaultModel??k.data?.defaultModel??B?.defaultModel,P=X=>b(e.id,X),T=e.claude_effort_level??void 0,G=e.permission_mode==="plan",Z=!!e.fast_mode,ne=y.effort??T,W=y.plan??G,Q=y.fast??Z,I=Object.keys(y).length>0,U=y.model??(J9(e.model,j)||"Model"),te=y.model??e.model,oe=ud(e.agent_type,te),_=xd(e.agent_type,te),L=dd(e.agent_type,te),K=F?.model??"Planning role";A.useEffect(()=>{S&&d(!1)},[S]),A.useEffect(()=>{["selecting","waiting","failed"].includes(e.auto_model?.status??"")&&d(!1)},[e.auto_model?.status]),A.useEffect(()=>{S||!oe&&y.plan!==void 0&&b(e.id,{plan:void 0})},[S,oe,e.id,y.plan,b]),A.useEffect(()=>{S||(!_&&y.effort!==void 0&&b(e.id,{effort:void 0}),!L&&y.fast!==void 0&&b(e.id,{fast:void 0}))},[S,_,L,e.id,y.effort,y.fast,b]),A.useEffect(()=>{l&&(y.model!==void 0&&b(e.id,{model:void 0}),y.effort!==void 0&&b(e.id,{effort:void 0}),y.fast!==void 0&&b(e.id,{fast:void 0}))},[l,e.id,y.model,y.effort,y.fast,b]);const R=async X=>{if(!f){h(X),p(void 0);try{const ye=await we.setDefaultModel(e.id,X,t);if(!ye.ok)throw new Error(ye.error??"could not set the default model");b(e.id,{model:void 0,auto:!1}),await Promise.all([v.invalidateQueries({queryKey:["model-catalog"]}),v.invalidateQueries({queryKey:["sessions",t]}),v.invalidateQueries({queryKey:["state"]})])}catch(ye){p(ye instanceof Error?ye.message:"could not set the default model")}finally{h(void 0)}}};return c.jsx(Em,{auto:i||["selecting","waiting"].includes(e.auto_model?.status??""),onAutoChange:o,disabled:["selecting","waiting","failed"].includes(e.auto_model?.status??""),model:S?K:U,providerModel:S?F?.model??null:te,agentType:S?M??null:e.agent_type,models:j,modelPickerOpen:u,onModelPickerOpenChange:d,modelsFetching:D.isFetching||k.isFetching,modelsError:D.isError,defaultModel:O,onSetDefaultModel:X=>{R(X)},settingDefaultModel:f,fast:S?F?.fast:Q,effort:S?F?.effort:ne,plan:W,planAvailable:oe,showEmptyEffort:S,modelStaged:!S&&y.model!==void 0,fastStaged:!S&&y.fast!==void 0,effortStaged:!S&&y.effort!==void 0,planStaged:y.plan!==void 0,onModelChange:X=>P({model:i?X:n1(X,y.model),auto:!1}),onFastChange:()=>P({fast:n1(!Q,Z)}),onEffortChange:()=>P({effort:n1(h7(ne),T)}),onPlanChange:()=>P({plan:n1(!W,G)}),freezeAgent:S,beforeModel:a?c.jsx(gm,{active:a.active,onChange:X=>{d(!1),a.onChange(X)}}):void 0,status:l?`${l.name} role frozen by Workflow`:a?.active?a.problem?c.jsx("span",{className:"text-del",children:a.problem}):a.loading?"Loading Workflow roles…":"Planning root · one explorer is guaranteed after acceptance":m?c.jsxs("span",{className:"text-del",children:[m,Er(m)?c.jsx(xa,{className:"ml-1"}):null]}):f?"Setting default and selecting…":i?"Chooses a model from your first message":e.auto_model?.decision?`Auto chose ${e.auto_model.decision.model} · ${e.auto_model.decision.reason}`:I?C?"Applying…":"Applies when you send":void 0})}const ym=[];function bm({draftKey:e,ready:t,enabled:a,upload:l,accept:i,removeReady:o,discard:u}){const d=A.useRef(null),f=A.useRef(new Set),h=A.useRef(0),[m,p]=A.useState([]),[y,b]=A.useState(!1),v=m.filter(M=>M.draftKey===e&&M.status!=="ready");A.useEffect(()=>{p(M=>{const D=M.filter(j=>j.draftKey!==e||j.status!=="ready"||t.some(O=>O.path===j.path));return D.length===M.length?M:D})},[e,t]);const C=async M=>{if(!a)return;const D=e;for(const j of Array.from(M)){const O=crypto.randomUUID();p(P=>[...P,{draftKey:D,id:O,name:j.name||"attachment",file:j,status:"uploading"}]);try{const P=await l(D,j);if(f.current.delete(O)){u?.(P);continue}i(D,P),p(T=>T.map(G=>G.id===O?{...G,status:"ready",path:P.path}:G))}catch(P){if(f.current.delete(O))continue;p(T=>T.map(G=>G.id===O?{...G,status:"error",error:P instanceof Error?P.message:"Upload failed"}:G))}}},k=M=>{M?.length&&C(M)},B=M=>Array.from(M.dataTransfer.types).includes("Files"),N={onDragEnter:M=>{B(M)&&(M.preventDefault(),h.current+=1,b(!0))},onDragLeave:M=>{B(M)&&(h.current-=1,h.current<=0&&(h.current=0,b(!1)))},onDragOver:M=>{B(M)&&(M.preventDefault(),M.dataTransfer.dropEffect="copy")},onDrop:M=>{B(M)&&(M.preventDefault(),h.current=0,b(!1),k(M.dataTransfer.files))}},F=M=>{if(!a)return;const D=bj(M.clipboardData);D.length&&(M.preventDefault(),k(D))},S=A.useCallback(()=>{for(const M of m)M.draftKey===e&&M.status==="uploading"&&f.current.add(M.id)},[e,m]);return{items:[...t.map(({path:M,name:D,stageId:j})=>({id:M,path:M,name:D,stageId:j,status:"ready",file:m.find(O=>O.draftKey===e&&O.status==="ready"&&O.path===M)?.file})),...v.map(({draftKey:M,...D})=>D)],uploading:v.some(M=>M.status==="uploading"),hasError:v.some(M=>M.status==="error"),dragging:y,inputRef:d,dropTargetProps:N,onPaste:F,chooseFiles:k,remove:M=>{if(t.some(D=>D.path===M)){o(e,M);return}f.current.add(M),p(D=>D.filter(j=>j.id!==M))},clearPending:()=>p(M=>M.filter(D=>D.draftKey!==e)),cancelPending:S}}function pU({attachment:e,remove:t}){const a=a7(e.status==="ready"&&!e.stageId?e.path:null),l=Yx(e.name),i=a?.kind==="image"?a.reference:null,o=e.status==="uploading",u=e.status==="error"?e.error:null;return l&&(e.file||i)?c.jsxs("div",{className:"flex max-w-full flex-col gap-1",title:u??e.name,children:[c.jsxs("div",{className:"relative size-16","aria-busy":o,children:[c.jsx(am,{reference:i,file:e.file,name:e.name}),o?c.jsxs("span",{className:"absolute inset-0 flex items-center justify-center rounded-lg bg-black/35 text-white",children:[c.jsx(fn,{size:18,className:"animate-spin"}),c.jsxs("span",{className:"sr-only",children:["Uploading ",e.name]})]}):null,c.jsx("button",{type:"button",onClick:()=>t(e.id),"aria-label":`Remove ${e.name}`,className:"absolute -right-1 -top-1 flex size-6 items-center justify-center rounded-full border border-border-soft bg-surface text-muted shadow-sm transition hover:text-text focus-visible:outline-2 focus-visible:outline-accent active:bg-surface-2",children:c.jsx(hn,{size:14})})]}),u?c.jsx("span",{className:"max-w-48 text-xs text-del",children:u}):null]}):c.jsxs("div",{title:u??e.name,className:"flex max-w-full items-center gap-1 rounded-lg bg-surface-2 py-1 pl-2 pr-1 text-xs text-muted",children:[o?c.jsx(fn,{size:12,className:"shrink-0 animate-spin"}):null,c.jsx("span",{className:"truncate",children:u?`${e.name}: ${u}`:e.name}),c.jsx("button",{type:"button",onClick:()=>t(e.id),"aria-label":`Remove ${e.name}`,className:"flex size-5 shrink-0 items-center justify-center rounded active:bg-surface",children:c.jsx(hn,{size:13})})]})}function vm({uploads:e}){return c.jsxs(c.Fragment,{children:[c.jsx("input",{ref:e.inputRef,type:"file",multiple:!0,className:"hidden",onChange:t=>{e.chooseFiles(t.target.files),t.target.value=""}}),e.items.length?c.jsx("div",{className:"flex flex-wrap items-start gap-2 px-2 pb-1 pt-1",children:e.items.map(t=>c.jsx(pU,{attachment:t,remove:e.remove},t.id))}):null,e.dragging?c.jsx("div",{className:"pointer-events-none absolute inset-1 z-10 flex items-center justify-center rounded-xl border border-dashed border-accent bg-accent-soft/90 text-sm font-medium text-accent",children:"Drop files to attach"}):null]})}function Cm({uploads:e,disabled:t}){return c.jsx("button",{type:"button",onClick:()=>e.inputRef.current?.click(),disabled:t,"aria-label":"Attach files",className:"flex size-8 shrink-0 items-center justify-center rounded-md text-muted transition active:bg-surface-2 active:text-text disabled:text-faint",children:c.jsx(Ox,{size:17})})}function mU({session:e,sessionId:t,workspaceId:a,working:l,actuator:i,onCompact:o,preparingCompact:u=!1,compactUnavailable:d,onCall:f,callActive:h=!1,onContext:m,workflowStarted:p=!1,hasPendingPrompt:y=!1,workflow:b,workflowRole:v,focusDraft:C=!1,onDraftFocused:k}){const B=t??a,N=Ee(Fe=>Fe.drafts[B]??""),F=Ee(Fe=>Fe.draftAttachments[B]??ym),S=F.filter(Fe=>Fe.source!=="fork"),M=Ee(Fe=>Fe.setDraft),D=Ee(Fe=>Fe.addDraftAttachment),j=Ee(Fe=>Fe.removeDraftAttachment),O=Ee(Fe=>Fe.clearDraftContent),P=Ee(Fe=>Fe.moveDraft),T=Ee(Fe=>Fe.setFocusedDraft),G=Ee(Fe=>Fe.online),Z=Ee(Fe=>Fe.clearWorking),ne=Ee(Fe=>t?Fe.compactDrafts[t]:void 0),W=Ee(Fe=>Fe.setCompactDraft),Q=ad(),I=Rn(),[U,te]=A.useState(!1),[oe,_]=A.useState(null),[L,K]=A.useState(null),R=u||L===B,[X,ye]=A.useState(null),ue=X?.draftKey===B?X.message:null,Be=Ee(Fe=>!!t&&Fe.workflowDrafts[t]===!0),Ie=i7(),De=Ee(Fe=>t?Fe.agentDrafts[t]?.auto:void 0),We=Ee(Fe=>Fe.stageAgent),Je=Ee(Fe=>Fe.setWorkflowDraft),xt=Fe=>{t&&Fe&&We(t,{auto:!1}),t&&Je(t,Fe)},Dt=A.useRef(null),me=bm({draftKey:B,ready:S,enabled:!!t&&G,upload:async(Fe,Xt)=>(await we.uploadAttachment(Fe,a,Xt)).attachment,accept:D,removeReady:j}),nt=me.uploading,Xe=me.hasError,lt=[...F.map(Fe=>Fe.token),N.trim()].filter(Boolean).join(`
|
|
61
|
+
`))}function f(b,v,C,k){const B=C.enter("tableCell"),N=C.enter("phrasing"),F=C.containerPhrasing(b,{...k,before:o,after:o});return N(),B(),F}function h(b,v){return jG(b,{align:v,alignDelimiters:l,padding:a,stringLength:i})}function m(b,v,C){const k=b.children;let B=-1;const N=[],F=v.enter("table");for(;++B<k.length;)N[B]=p(k[B],v,C);return F(),N}function p(b,v,C){const k=b.children;let B=-1;const N=[],F=v.enter("tableRow");for(;++B<k.length;)N[B]=f(k[B],b,v,C);return F(),N}function y(b,v,C){let k=Qp.inlineCode(b,v,C);return C.stack.includes("tableCell")&&(k=k.replace(/\|/g,"\\$&")),k}}function yI(){return{exit:{taskListCheckValueChecked:R6,taskListCheckValueUnchecked:R6,paragraph:vI}}}function bI(){return{unsafe:[{atBreak:!0,character:"-",after:"[:|-]"}],handlers:{listItem:CI}}}function R6(e){const t=this.stack[this.stack.length-2];t.type,t.checked=e.type==="taskListCheckValueChecked"}function vI(e){const t=this.stack[this.stack.length-2];if(t&&t.type==="listItem"&&typeof t.checked=="boolean"){const a=this.stack[this.stack.length-1];a.type;const l=a.children[0];if(l&&l.type==="text"){const i=t.children;let o=-1,u;for(;++o<i.length;){const d=i[o];if(d.type==="paragraph"){u=d;break}}u===a&&(l.value=l.value.slice(1),l.value.length===0?a.children.shift():a.position&&l.position&&typeof l.position.start.offset=="number"&&(l.position.start.column++,l.position.start.offset++,a.position.start=Object.assign({},l.position.start)))}}this.exit(e)}function CI(e,t,a,l){const i=e.children[0],o=typeof e.checked=="boolean"&&i&&i.type==="paragraph",u="["+(e.checked?"x":" ")+"] ",d=a.createTracker(l);o&&d.move(u);let f=Qp.listItem(e,t,a,{...l,...d.current()});return o&&(f=f.replace(/^(?:[*+-]|\d+\.)([\r\n]| {1,3})/,h)),f;function h(m){return m+u}}function kI(){return[tG(),CG(),wG(),dI(),yI()]}function AI(e){return{extensions:[nG(),kG(e),DG(),EI(e),bI()]}}const BI={tokenize:NI,partial:!0},Kp={tokenize:jI,partial:!0},Yp={tokenize:_I,partial:!0},Wp={tokenize:TI,partial:!0},wI={tokenize:zI,partial:!0},Xp={name:"wwwAutolink",tokenize:SI,previous:em},Jp={name:"protocolAutolink",tokenize:MI,previous:tm},Oa={name:"emailAutolink",tokenize:FI,previous:nm},da={};function DI(){return{text:da}}let Ir=48;for(;Ir<123;)da[Ir]=Oa,Ir++,Ir===58?Ir=65:Ir===91&&(Ir=97);da[43]=Oa;da[45]=Oa;da[46]=Oa;da[95]=Oa;da[72]=[Oa,Jp];da[104]=[Oa,Jp];da[87]=[Oa,Xp];da[119]=[Oa,Xp];function FI(e,t,a){const l=this;let i,o;return u;function u(p){return!ox(p)||!nm.call(l,l.previous)||Td(l.events)?a(p):(e.enter("literalAutolink"),e.enter("literalAutolinkEmail"),d(p))}function d(p){return ox(p)?(e.consume(p),d):p===64?(e.consume(p),f):a(p)}function f(p){return p===46?e.check(wI,m,h)(p):p===45||p===95||Zn(p)?(o=!0,e.consume(p),f):m(p)}function h(p){return e.consume(p),i=!0,f}function m(p){return o&&i&&Yn(l.previous)?(e.exit("literalAutolinkEmail"),e.exit("literalAutolink"),t(p)):a(p)}}function SI(e,t,a){const l=this;return i;function i(u){return u!==87&&u!==119||!em.call(l,l.previous)||Td(l.events)?a(u):(e.enter("literalAutolink"),e.enter("literalAutolinkWww"),e.check(BI,e.attempt(Kp,e.attempt(Yp,o),a),a)(u))}function o(u){return e.exit("literalAutolinkWww"),e.exit("literalAutolink"),t(u)}}function MI(e,t,a){const l=this;let i="",o=!1;return u;function u(p){return(p===72||p===104)&&tm.call(l,l.previous)&&!Td(l.events)?(e.enter("literalAutolink"),e.enter("literalAutolinkHttp"),i+=String.fromCodePoint(p),e.consume(p),d):a(p)}function d(p){if(Yn(p)&&i.length<5)return i+=String.fromCodePoint(p),e.consume(p),d;if(p===58){const y=i.toLowerCase();if(y==="http"||y==="https")return e.consume(p),f}return a(p)}function f(p){return p===47?(e.consume(p),o?h:(o=!0,f)):a(p)}function h(p){return p===null||m1(p)||Yt(p)||Yr(p)||M1(p)?a(p):e.attempt(Kp,e.attempt(Yp,m),a)(p)}function m(p){return e.exit("literalAutolinkHttp"),e.exit("literalAutolink"),t(p)}}function NI(e,t,a){let l=0;return i;function i(u){return(u===87||u===119)&&l<3?(l++,e.consume(u),i):u===46&&l===3?(e.consume(u),o):a(u)}function o(u){return u===null?a(u):t(u)}}function jI(e,t,a){let l,i,o;return u;function u(h){return h===46||h===95?e.check(Wp,f,d)(h):h===null||Yt(h)||Yr(h)||h!==45&&M1(h)?f(h):(o=!0,e.consume(h),u)}function d(h){return h===95?l=!0:(i=l,l=void 0),e.consume(h),u}function f(h){return i||l||!o?a(h):t(h)}}function _I(e,t){let a=0,l=0;return i;function i(u){return u===40?(a++,e.consume(u),i):u===41&&l<a?o(u):u===33||u===34||u===38||u===39||u===41||u===42||u===44||u===46||u===58||u===59||u===60||u===63||u===93||u===95||u===126?e.check(Wp,t,o)(u):u===null||Yt(u)||Yr(u)?t(u):(e.consume(u),i)}function o(u){return u===41&&l++,e.consume(u),i}}function TI(e,t,a){return l;function l(d){return d===33||d===34||d===39||d===41||d===42||d===44||d===46||d===58||d===59||d===63||d===95||d===126?(e.consume(d),l):d===38?(e.consume(d),o):d===93?(e.consume(d),i):d===60||d===null||Yt(d)||Yr(d)?t(d):a(d)}function i(d){return d===null||d===40||d===91||Yt(d)||Yr(d)?t(d):l(d)}function o(d){return Yn(d)?u(d):a(d)}function u(d){return d===59?(e.consume(d),l):Yn(d)?(e.consume(d),u):a(d)}}function zI(e,t,a){return l;function l(o){return e.consume(o),i}function i(o){return Zn(o)?a(o):t(o)}}function em(e){return e===null||e===40||e===42||e===95||e===91||e===93||e===126||Yt(e)}function tm(e){return!Yn(e)}function nm(e){return!(e===47||ox(e))}function ox(e){return e===43||e===45||e===46||e===95||Zn(e)}function Td(e){let t=e.length,a=!1;for(;t--;){const l=e[t][1];if((l.type==="labelLink"||l.type==="labelImage")&&!l._balanced){a=!0;break}if(l._gfmAutolinkLiteralWalkedInto){a=!1;break}}return e.length>0&&!a&&(e[e.length-1][1]._gfmAutolinkLiteralWalkedInto=!0),a}const RI={tokenize:UI,partial:!0};function OI(){return{document:{91:{name:"gfmFootnoteDefinition",tokenize:GI,continuation:{tokenize:II},exit:VI}},text:{91:{name:"gfmFootnoteCall",tokenize:HI},93:{name:"gfmPotentialFootnoteCall",add:"after",tokenize:LI,resolveTo:PI}}}}function LI(e,t,a){const l=this;let i=l.events.length;const o=l.parser.gfmFootnotes||(l.parser.gfmFootnotes=[]);let u;for(;i--;){const f=l.events[i][1];if(f.type==="labelImage"){u=f;break}if(f.type==="gfmFootnoteCall"||f.type==="labelLink"||f.type==="label"||f.type==="image"||f.type==="link")break}return d;function d(f){if(!u||!u._balanced)return a(f);const h=ta(l.sliceSerialize({start:u.end,end:l.now()}));return h.codePointAt(0)!==94||!o.includes(h.slice(1))?a(f):(e.enter("gfmFootnoteCallLabelMarker"),e.consume(f),e.exit("gfmFootnoteCallLabelMarker"),t(f))}}function PI(e,t){let a=e.length;for(;a--;)if(e[a][1].type==="labelImage"&&e[a][0]==="enter"){e[a][1];break}e[a+1][1].type="data",e[a+3][1].type="gfmFootnoteCallLabelMarker";const l={type:"gfmFootnoteCall",start:Object.assign({},e[a+3][1].start),end:Object.assign({},e[e.length-1][1].end)},i={type:"gfmFootnoteCallMarker",start:Object.assign({},e[a+3][1].end),end:Object.assign({},e[a+3][1].end)};i.end.column++,i.end.offset++,i.end._bufferIndex++;const o={type:"gfmFootnoteCallString",start:Object.assign({},i.end),end:Object.assign({},e[e.length-1][1].start)},u={type:"chunkString",contentType:"string",start:Object.assign({},o.start),end:Object.assign({},o.end)},d=[e[a+1],e[a+2],["enter",l,t],e[a+3],e[a+4],["enter",i,t],["exit",i,t],["enter",o,t],["enter",u,t],["exit",u,t],["exit",o,t],e[e.length-2],e[e.length-1],["exit",l,t]];return e.splice(a,e.length-a+1,...d),e}function HI(e,t,a){const l=this,i=l.parser.gfmFootnotes||(l.parser.gfmFootnotes=[]);let o=0,u;return d;function d(p){return e.enter("gfmFootnoteCall"),e.enter("gfmFootnoteCallLabelMarker"),e.consume(p),e.exit("gfmFootnoteCallLabelMarker"),f}function f(p){return p!==94?a(p):(e.enter("gfmFootnoteCallMarker"),e.consume(p),e.exit("gfmFootnoteCallMarker"),e.enter("gfmFootnoteCallString"),e.enter("chunkString").contentType="string",h)}function h(p){if(o>999||p===93&&!u||p===null||p===91||Yt(p))return a(p);if(p===93){e.exit("chunkString");const y=e.exit("gfmFootnoteCallString");return i.includes(ta(l.sliceSerialize(y)))?(e.enter("gfmFootnoteCallLabelMarker"),e.consume(p),e.exit("gfmFootnoteCallLabelMarker"),e.exit("gfmFootnoteCall"),t):a(p)}return Yt(p)||(u=!0),o++,e.consume(p),p===92?m:h}function m(p){return p===91||p===92||p===93?(e.consume(p),o++,h):h(p)}}function GI(e,t,a){const l=this,i=l.parser.gfmFootnotes||(l.parser.gfmFootnotes=[]);let o,u=0,d;return f;function f(v){return e.enter("gfmFootnoteDefinition")._container=!0,e.enter("gfmFootnoteDefinitionLabel"),e.enter("gfmFootnoteDefinitionLabelMarker"),e.consume(v),e.exit("gfmFootnoteDefinitionLabelMarker"),h}function h(v){return v===94?(e.enter("gfmFootnoteDefinitionMarker"),e.consume(v),e.exit("gfmFootnoteDefinitionMarker"),e.enter("gfmFootnoteDefinitionLabelString"),e.enter("chunkString").contentType="string",m):a(v)}function m(v){if(u>999||v===93&&!d||v===null||v===91||Yt(v))return a(v);if(v===93){e.exit("chunkString");const C=e.exit("gfmFootnoteDefinitionLabelString");return o=ta(l.sliceSerialize(C)),e.enter("gfmFootnoteDefinitionLabelMarker"),e.consume(v),e.exit("gfmFootnoteDefinitionLabelMarker"),e.exit("gfmFootnoteDefinitionLabel"),y}return Yt(v)||(d=!0),u++,e.consume(v),v===92?p:m}function p(v){return v===91||v===92||v===93?(e.consume(v),u++,m):m(v)}function y(v){return v===58?(e.enter("definitionMarker"),e.consume(v),e.exit("definitionMarker"),i.includes(o)||i.push(o),wt(e,b,"gfmFootnoteDefinitionWhitespace")):a(v)}function b(v){return t(v)}}function II(e,t,a){return e.check(Bs,t,e.attempt(RI,t,a))}function VI(e){e.exit("gfmFootnoteDefinition")}function UI(e,t,a){const l=this;return wt(e,i,"gfmFootnoteDefinitionIndent",5);function i(o){const u=l.events[l.events.length-1];return u&&u[1].type==="gfmFootnoteDefinitionIndent"&&u[2].sliceSerialize(u[1],!0).length===4?t(o):a(o)}}function $I(e){let a=(e||{}).singleTilde;const l={name:"strikethrough",tokenize:o,resolveAll:i};return a==null&&(a=!0),{text:{126:l},insideSpan:{null:[l]},attentionMarkers:{null:[126]}};function i(u,d){let f=-1;for(;++f<u.length;)if(u[f][0]==="enter"&&u[f][1].type==="strikethroughSequenceTemporary"&&u[f][1]._close){let h=f;for(;h--;)if(u[h][0]==="exit"&&u[h][1].type==="strikethroughSequenceTemporary"&&u[h][1]._open&&u[f][1].end.offset-u[f][1].start.offset===u[h][1].end.offset-u[h][1].start.offset){u[f][1].type="strikethroughSequence",u[h][1].type="strikethroughSequence";const m={type:"strikethrough",start:Object.assign({},u[h][1].start),end:Object.assign({},u[f][1].end)},p={type:"strikethroughText",start:Object.assign({},u[h][1].end),end:Object.assign({},u[f][1].start)},y=[["enter",m,d],["enter",u[h][1],d],["exit",u[h][1],d],["enter",p,d]],b=d.parser.constructs.insideSpan.null;b&&y0(y,y.length,0,N1(b,u.slice(h+1,f),d)),y0(y,y.length,0,[["exit",p,d],["enter",u[f][1],d],["exit",u[f][1],d],["exit",m,d]]),y0(u,h-1,f-h+3,y),f=h+y.length-2;break}}for(f=-1;++f<u.length;)u[f][1].type==="strikethroughSequenceTemporary"&&(u[f][1].type="data");return u}function o(u,d,f){const h=this.previous,m=this.events;let p=0;return y;function y(v){return h===126&&m[m.length-1][1].type!=="characterEscape"?f(v):(u.enter("strikethroughSequenceTemporary"),b(v))}function b(v){const C=Il(h);if(v===126)return p>1?f(v):(u.consume(v),p++,b);if(p<2&&!a)return f(v);const k=u.exit("strikethroughSequenceTemporary"),B=Il(v);return k._open=!B||B===2&&!!C,k._close=!C||C===2&&!!B,d(v)}}}class ZI{constructor(){this.map=[]}add(t,a,l){qI(this,t,a,l)}consume(t){if(this.map.sort(function(o,u){return o[0]-u[0]}),this.map.length===0)return;let a=this.map.length;const l=[];for(;a>0;)a-=1,l.push(t.slice(this.map[a][0]+this.map[a][1]),this.map[a][2]),t.length=this.map[a][0];l.push(t.slice()),t.length=0;let i=l.pop();for(;i;){for(const o of i)t.push(o);i=l.pop()}this.map.length=0}}function qI(e,t,a,l){let i=0;if(!(a===0&&l.length===0)){for(;i<e.map.length;){if(e.map[i][0]===t){e.map[i][1]+=a,e.map[i][2].push(...l);return}i+=1}e.map.push([t,a,l])}}function QI(e,t){let a=!1;const l=[];for(;t<e.length;){const i=e[t];if(a){if(i[0]==="enter")i[1].type==="tableContent"&&l.push(e[t+1][1].type==="tableDelimiterMarker"?"left":"none");else if(i[1].type==="tableContent"){if(e[t-1][1].type==="tableDelimiterMarker"){const o=l.length-1;l[o]=l[o]==="left"?"center":"right"}}else if(i[1].type==="tableDelimiterRow")break}else i[0]==="enter"&&i[1].type==="tableDelimiterRow"&&(a=!0);t+=1}return l}function KI(){return{flow:{null:{name:"table",tokenize:YI,resolveAll:WI}}}}function YI(e,t,a){const l=this;let i=0,o=0,u;return d;function d(T){let G=l.events.length-1;for(;G>-1;){const W=l.events[G][1].type;if(W==="lineEnding"||W==="linePrefix")G--;else break}const Z=G>-1?l.events[G][1].type:null,ne=Z==="tableHead"||Z==="tableRow"?D:f;return ne===D&&l.parser.lazy[l.now().line]?a(T):ne(T)}function f(T){return e.enter("tableHead"),e.enter("tableRow"),h(T)}function h(T){return T===124||(u=!0,o+=1),m(T)}function m(T){return T===null?a(T):$e(T)?o>1?(o=0,l.interrupt=!0,e.exit("tableRow"),e.enter("lineEnding"),e.consume(T),e.exit("lineEnding"),b):a(T):Et(T)?wt(e,m,"whitespace")(T):(o+=1,u&&(u=!1,i+=1),T===124?(e.enter("tableCellDivider"),e.consume(T),e.exit("tableCellDivider"),u=!0,m):(e.enter("data"),p(T)))}function p(T){return T===null||T===124||Yt(T)?(e.exit("data"),m(T)):(e.consume(T),T===92?y:p)}function y(T){return T===92||T===124?(e.consume(T),p):p(T)}function b(T){return l.interrupt=!1,l.parser.lazy[l.now().line]?a(T):(e.enter("tableDelimiterRow"),u=!1,Et(T)?wt(e,v,"linePrefix",l.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(T):v(T))}function v(T){return T===45||T===58?k(T):T===124?(u=!0,e.enter("tableCellDivider"),e.consume(T),e.exit("tableCellDivider"),C):M(T)}function C(T){return Et(T)?wt(e,k,"whitespace")(T):k(T)}function k(T){return T===58?(o+=1,u=!0,e.enter("tableDelimiterMarker"),e.consume(T),e.exit("tableDelimiterMarker"),B):T===45?(o+=1,B(T)):T===null||$e(T)?S(T):M(T)}function B(T){return T===45?(e.enter("tableDelimiterFiller"),N(T)):M(T)}function N(T){return T===45?(e.consume(T),N):T===58?(u=!0,e.exit("tableDelimiterFiller"),e.enter("tableDelimiterMarker"),e.consume(T),e.exit("tableDelimiterMarker"),F):(e.exit("tableDelimiterFiller"),F(T))}function F(T){return Et(T)?wt(e,S,"whitespace")(T):S(T)}function S(T){return T===124?v(T):T===null||$e(T)?!u||i!==o?M(T):(e.exit("tableDelimiterRow"),e.exit("tableHead"),t(T)):M(T)}function M(T){return a(T)}function D(T){return e.enter("tableRow"),j(T)}function j(T){return T===124?(e.enter("tableCellDivider"),e.consume(T),e.exit("tableCellDivider"),j):T===null||$e(T)?(e.exit("tableRow"),t(T)):Et(T)?wt(e,j,"whitespace")(T):(e.enter("data"),O(T))}function O(T){return T===null||T===124||Yt(T)?(e.exit("data"),j(T)):(e.consume(T),T===92?P:O)}function P(T){return T===92||T===124?(e.consume(T),O):O(T)}}function WI(e,t){let a=-1,l=!0,i=0,o=[0,0,0,0],u=[0,0,0,0],d=!1,f=0,h,m,p;const y=new ZI;for(;++a<e.length;){const b=e[a],v=b[1];b[0]==="enter"?v.type==="tableHead"?(d=!1,f!==0&&(O6(y,t,f,h,m),m=void 0,f=0),h={type:"table",start:Object.assign({},v.start),end:Object.assign({},v.end)},y.add(a,0,[["enter",h,t]])):v.type==="tableRow"||v.type==="tableDelimiterRow"?(l=!0,p=void 0,o=[0,0,0,0],u=[0,a+1,0,0],d&&(d=!1,m={type:"tableBody",start:Object.assign({},v.start),end:Object.assign({},v.end)},y.add(a,0,[["enter",m,t]])),i=v.type==="tableDelimiterRow"?2:m?3:1):i&&(v.type==="data"||v.type==="tableDelimiterMarker"||v.type==="tableDelimiterFiller")?(l=!1,u[2]===0&&(o[1]!==0&&(u[0]=u[1],p=Jo(y,t,o,i,void 0,p),o=[0,0,0,0]),u[2]=a)):v.type==="tableCellDivider"&&(l?l=!1:(o[1]!==0&&(u[0]=u[1],p=Jo(y,t,o,i,void 0,p)),o=u,u=[o[1],a,0,0])):v.type==="tableHead"?(d=!0,f=a):v.type==="tableRow"||v.type==="tableDelimiterRow"?(f=a,o[1]!==0?(u[0]=u[1],p=Jo(y,t,o,i,a,p)):u[1]!==0&&(p=Jo(y,t,u,i,a,p)),i=0):i&&(v.type==="data"||v.type==="tableDelimiterMarker"||v.type==="tableDelimiterFiller")&&(u[3]=a)}for(f!==0&&O6(y,t,f,h,m),y.consume(t.events),a=-1;++a<t.events.length;){const b=t.events[a];b[0]==="enter"&&b[1].type==="table"&&(b[1]._align=QI(t.events,a))}return e}function Jo(e,t,a,l,i,o){const u=l===1?"tableHeader":l===2?"tableDelimiter":"tableData",d="tableContent";a[0]!==0&&(o.end=Object.assign({},Ll(t.events,a[0])),e.add(a[0],0,[["exit",o,t]]));const f=Ll(t.events,a[1]);if(o={type:u,start:Object.assign({},f),end:Object.assign({},f)},e.add(a[1],0,[["enter",o,t]]),a[2]!==0){const h=Ll(t.events,a[2]),m=Ll(t.events,a[3]),p={type:d,start:Object.assign({},h),end:Object.assign({},m)};if(e.add(a[2],0,[["enter",p,t]]),l!==2){const y=t.events[a[2]],b=t.events[a[3]];if(y[1].end=Object.assign({},b[1].end),y[1].type="chunkText",y[1].contentType="text",a[3]>a[2]+1){const v=a[2]+1,C=a[3]-a[2]-1;e.add(v,C,[])}}e.add(a[3]+1,0,[["exit",p,t]])}return i!==void 0&&(o.end=Object.assign({},Ll(t.events,i)),e.add(i,0,[["exit",o,t]]),o=void 0),o}function O6(e,t,a,l,i){const o=[],u=Ll(t.events,a);i&&(i.end=Object.assign({},u),o.push(["exit",i,t])),l.end=Object.assign({},u),o.push(["exit",l,t]),e.add(a+1,0,o)}function Ll(e,t){const a=e[t],l=a[0]==="enter"?"start":"end";return a[1][l]}const XI={name:"tasklistCheck",tokenize:eV};function JI(){return{text:{91:XI}}}function eV(e,t,a){const l=this;return i;function i(f){return l.previous!==null||!l._gfmTasklistFirstContentOfListItem?a(f):(e.enter("taskListCheck"),e.enter("taskListCheckMarker"),e.consume(f),e.exit("taskListCheckMarker"),o)}function o(f){return Yt(f)?(e.enter("taskListCheckValueUnchecked"),e.consume(f),e.exit("taskListCheckValueUnchecked"),u):f===88||f===120?(e.enter("taskListCheckValueChecked"),e.consume(f),e.exit("taskListCheckValueChecked"),u):a(f)}function u(f){return f===93?(e.enter("taskListCheckMarker"),e.consume(f),e.exit("taskListCheckMarker"),e.exit("taskListCheck"),d):a(f)}function d(f){return $e(f)?t(f):Et(f)?e.check({tokenize:tV},t,a)(f):a(f)}}function tV(e,t,a){return wt(e,l,"whitespace");function l(i){return i===null?a(i):t(i)}}function nV(e){return xp([DI(),OI(),$I(e),KI(),JI()])}const aV={};function rV(e){const t=this,a=e||aV,l=t.data(),i=l.micromarkExtensions||(l.micromarkExtensions=[]),o=l.fromMarkdownExtensions||(l.fromMarkdownExtensions=[]),u=l.toMarkdownExtensions||(l.toMarkdownExtensions=[]);i.push(nV(a)),o.push(kI()),u.push(AI(a))}function zd(e,t){const a=t??e,[l,i]=A.useState(null);return A.useEffect(()=>{if(!a)return;if(typeof a!="string"){const u=URL.createObjectURL(a);return i({source:a,objectUrl:u,error:null}),()=>URL.revokeObjectURL(u)}let o=!1;return we.localImage(a).then(u=>{o||i({source:a,objectUrl:u,error:null})},u=>{o||i({source:a,objectUrl:null,error:u instanceof Error?u.message:"Image unavailable"})}),()=>{o=!0}},[a]),l?.source===a?l:{objectUrl:null,error:null}}function am({reference:e=null,file:t,name:a}){const{objectUrl:l,error:i}=zd(e,t),[o,u]=A.useState(null),d=!!i||!!l&&o===l;return c.jsx("span",{className:"relative flex size-16 shrink-0 items-center justify-center overflow-hidden rounded-lg border border-border-soft bg-surface-2 text-muted",children:l&&!d?c.jsx("img",{src:l,alt:a,className:"m-0 size-full rounded-none object-cover",onError:()=>u(l)}):c.jsxs("span",{className:"flex min-w-0 flex-col items-center gap-1 px-1",title:d?"Image unavailable":a,children:[d?c.jsx(tB,{size:20}):c.jsx(G9,{size:20}),c.jsx("span",{className:"w-full truncate text-center text-[10px]",children:a})]})})}const lV=[rV,eG],rm="conductor-attachment.invalid";function iV(e){const t=Qx(e);if(!t.length)return e;let a="",l=0;for(const i of t){const o=i.name.replace(/[\\`*_[\]<>]/g,"\\$&");a+=`${e.slice(l,i.start)}[${o}](https://${rm}/?path=${encodeURIComponent(i.path)})`,l=i.end}return a+e.slice(l)}function sV(e){const t=Qx(e).filter(i=>/^Transcript of .+\.md$/.test(i.name));if(!t.length)return e;let a="",l=0;for(const i of t)a+=e.slice(l,i.start),l=i.end;return a+e.slice(l)}function oV(e){if(!e)return null;try{const t=new URL(e);return t.hostname===rm?t.searchParams.get("path"):null}catch{return null}}function cV({src:e,alt:t,...a}){const l=n7(typeof e=="string"?e:null),{objectUrl:i,error:o}=zd(l);return l?o?c.jsxs("span",{className:"my-2 block rounded-lg border border-del/30 px-3 py-2 text-xs text-del",children:[t||"Image"," unavailable: ",o]}):i?c.jsx("img",{src:i,alt:t??"",...a}):null:c.jsx("img",{src:e,alt:t??"",...a})}function lm(e){if(!e?.startsWith("/"))return null;const t=e.match(/:([1-9]\d*)(?::\d+)?$/);return Kx(t?e.slice(0,-t[0].length):e)?e:null}function cx({href:e,children:t,onClick:a,...l}){const i=oV(e),o=a7(i),u=n7(e??null),d=o?.kind==="image"?o.reference:u,f=t7(e??null),h=o?.kind==="source"?o.reference:lm(e)??f,m=d??h,[p,y]=A.useState(!1),b=d&&p?c.jsx(uV,{reference:d,onClose:()=>y(!1)}):h&&p?c.jsx(im,{reference:h,onClose:()=>y(!1)}):null;return e?i?d?c.jsxs(c.Fragment,{children:[c.jsx("button",{type:"button",title:`Open image ${d}`,onClick:()=>y(!0),className:"my-1 inline-flex rounded-lg align-middle transition hover:opacity-80 focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-accent",children:c.jsx(am,{reference:d,name:i.slice(i.lastIndexOf("/")+1)})}),b]}):c.jsxs(c.Fragment,{children:[c.jsxs("button",{type:"button",title:d?`Open image ${d}`:h?`Open ${h}`:i,disabled:!m,onClick:()=>y(!0),className:"inline-flex max-w-full items-center gap-1 rounded-md bg-surface-2 px-1.5 py-0.5 align-baseline text-[0.9em] font-medium text-muted transition hover:text-text focus-visible:outline-2 focus-visible:outline-accent active:bg-surface disabled:cursor-default",children:[c.jsx(Ox,{size:12,className:"shrink-0"}),c.jsx("span",{className:"truncate",children:t})]}),b]}):c.jsxs(c.Fragment,{children:[c.jsx("a",{href:e,...l,title:d?`Open image ${d}`:l.title,onClick:v=>{a?.(v),!(!m||v.defaultPrevented||v.button!==0||v.metaKey||v.ctrlKey||v.shiftKey||v.altKey)&&(v.preventDefault(),y(!0))},children:t}),b]}):c.jsx("span",{title:l.title,children:t})}function uV({reference:e,onClose:t}){const{objectUrl:a,error:l}=zd(e);return A.useEffect(()=>{const i=o=>{o.key==="Escape"&&t()};return window.addEventListener("keydown",i),()=>window.removeEventListener("keydown",i)},[t]),G0.createPortal(c.jsxs(c.Fragment,{children:[c.jsx("div",{className:"fixed inset-0 z-[60] bg-black/60",onClick:t,"aria-hidden":!0}),c.jsxs("div",{role:"dialog","aria-modal":"true","aria-label":"Image preview",className:"fade-in pt-safe pb-safe fixed inset-0 z-[60] mx-auto flex flex-col bg-bg md:inset-6 md:rounded-3xl md:border md:border-border-soft",children:[c.jsx(md,{title:"Image",subtitle:e,onClose:t,closeLabel:"Close image preview"}),c.jsxs("div",{className:"flex min-h-0 flex-1 items-center justify-center overflow-auto bg-black/15 p-3",children:[!a&&!l?c.jsx(Wn,{label:"Loading image…"}):null,l?c.jsxs("p",{className:"max-w-xs text-center text-sm text-muted",children:["Image unavailable: ",l]}):null,a?c.jsx("img",{src:a,alt:"",className:"max-h-full max-w-full rounded-lg object-contain shadow-2xl"}):null]})]})]}),document.body)}function im({reference:e,onClose:t}){const[a,l]=A.useState(null),[i,o]=A.useState(null),u=A.useRef(null);return A.useEffect(()=>{let d=!1;return l(null),o(null),we.filePreview(e).then(f=>{d||l(f)},f=>{d||o(f instanceof Error?f.message:"Could not read source file")}),()=>{d=!0}},[e]),A.useEffect(()=>{a?.line&&u.current?.scrollIntoView({block:"center"})},[a?.line]),A.useEffect(()=>{const d=f=>{f.key==="Escape"&&t()};return window.addEventListener("keydown",d),()=>window.removeEventListener("keydown",d)},[t]),G0.createPortal(c.jsxs(c.Fragment,{children:[c.jsx("div",{className:"fixed inset-0 z-[60] bg-black/60",onClick:t,"aria-hidden":!0}),c.jsxs("div",{role:"dialog","aria-modal":"true","aria-label":"Source file",className:"fade-in pt-safe pb-safe fixed inset-0 z-[60] mx-auto flex flex-col bg-bg md:inset-6 md:rounded-3xl md:border md:border-border-soft",children:[c.jsx(md,{title:"Source",subtitle:a?.path??e,onClose:t,closeLabel:"Close source preview"}),c.jsxs("div",{className:"min-h-0 flex-1 overflow-auto",children:[!a&&!i?c.jsx(Wn,{label:"Reading source…"}):null,i?c.jsx("p",{className:"mx-auto max-w-xs px-6 py-16 text-center text-sm text-muted",children:i}):null,a?xV(a.path)?c.jsx(dV,{preview:a}):c.jsx(V7,{preview:a,lineRef:u}):null]})]})]}),document.body)}function xV(e){return e.toLowerCase().endsWith(".md")}function dV({preview:e}){return c.jsxs("div",{className:"p-4 text-sm leading-6 text-text",children:[c.jsx(mr,{children:e.content}),c.jsx(U7,{preview:e})]})}function fV({className:e,children:t,node:a,...l}){const i=AR(e),o=pV(t),u=t7(e?null:o);return u?c.jsx(hV,{reference:u,...l,children:t}):c.jsx("code",{className:e,...l,children:i&&o!==null?c.jsx(I7,{text:o,language:i}):t})}function hV({reference:e,children:t,...a}){const[l,i]=A.useState(!1);return c.jsxs(c.Fragment,{children:[c.jsx("button",{type:"button",title:`Open ${e}`,onClick:()=>i(!0),className:"max-w-full align-baseline text-left",children:c.jsx("code",{...a,className:"text-accent underline decoration-dotted underline-offset-2",children:t})}),l?c.jsx(im,{reference:e,onClose:()=>i(!1)}):null]})}function pV(e){return typeof e=="string"?e:Array.isArray(e)&&e.every(t=>typeof t=="string")?e.join(""):null}function mV({node:e,children:t,...a}){const l=e?gV(e):"";return c.jsxs("div",{className:"relative",children:[c.jsx("pre",{...a,children:t}),l?c.jsx(wj,{text:l,label:"code",size:12,className:"absolute right-1.5 top-1.5 size-6 rounded-md border border-border-soft bg-bg/90"}):null]})}function gV(e){let t="";const a=l=>{for(const i of l)i.type==="text"?t+=i.value:i.type==="element"&&a(i.children)};return a(e.children),t.replace(/\n$/,"")}const EV={a:cx,code:fV,img:cV,pre:mV},mr=A.memo(function({children:t,hideTranscriptAttachments:a=!1}){return c.jsx("div",{className:"md",children:c.jsx(VH,{remarkPlugins:lV,components:EV,children:iV(a?sV(t):t)})})});function Rd({state:e,label:t,meta:a,actions:l=[],align:i="right",children:o,className:u,dataUserMessage:d,dataMessageState:f}){const h=e==="failed";return c.jsxs("div",{className:fe("flex min-w-0 flex-col gap-1",i==="right"&&"items-end",i==="left"&&"items-start",i==="wide"&&"items-stretch"),...d?{"data-user-msg":d}:{},...f?{"data-msg-state":f}:{},children:[c.jsxs("div",{className:fe("min-w-0 rounded-2xl px-3.5 py-2.5 text-[14px] leading-relaxed [overflow-wrap:anywhere]",i==="wide"?"w-full":"max-w-[85%]",i==="right"?"bg-accent-soft text-text":"bg-surface/60 text-text",h?"border border-del/40":"opacity-60",u),children:[t?c.jsx("div",{className:fe("mb-1 text-[10px] font-semibold uppercase tracking-wide",h?"text-del":"text-faint"),children:t}):null,o]}),h?c.jsxs("div",{className:fe("flex flex-wrap items-center gap-x-2 gap-y-1 px-1 text-[11px] text-del",i==="right"&&"justify-end"),children:[c.jsx(Jr,{size:11,className:"shrink-0"}),a?c.jsx("span",{className:"min-w-0 max-w-[70vw] truncate",children:a}):c.jsx("span",{children:"Didn’t finish"}),l.map(m=>c.jsx("button",{type:"button",onClick:m.onClick,className:fe("underline underline-offset-2",m.primary?"font-semibold text-del":"text-faint"),children:m.label},m.label))]}):c.jsxs("div",{className:fe("flex min-w-0 items-center gap-1 px-1 text-[11px] text-faint",i==="right"&&"justify-end"),children:[c.jsx(fn,{size:11,className:"shrink-0 animate-spin"}),c.jsx("span",{className:"min-w-0 truncate",children:a??"Queued"}),l.map(m=>c.jsx("button",{type:"button",onClick:m.onClick,className:fe("ml-1 underline underline-offset-2",m.primary&&"font-semibold text-accent"),children:m.label},m.label))]})]})}function yV({jobs:e,sessionId:t,onSelectSession:a,onDismiss:l,onOpenRoles:i}){if(!t)return null;const o=e.filter(u=>!u.workflowId&&(u.parentSessionId===t||u.childSessionId===t));return o.length?c.jsx(c.Fragment,{children:o.map(u=>{const d=u.parentSessionId===t,f=u.status==="failed",h=d?u.childSessionId:u.parentSessionId,m=[];return h&&m.push({label:d?"Open worker":"Open parent",onClick:()=>a(h)}),f&&(m.push({label:"Edit roles",onClick:i,primary:!0}),m.push({label:"Dismiss delegation",onClick:()=>l(u.id)})),c.jsx(Rd,{state:f?"failed":"pending",align:"wide",label:`${d?"Delegated":"Assigned"} · ${u.role} · ${u.resolvedRole.model}${u.resolvedRole.effort?` · ${u.resolvedRole.effort}`:""}`,meta:f?`${u.failure?.code??"failed"}: ${u.failure?.message??"The delegated job failed."}`:`${Ij(u.status)}${u.attempts?` · attempt ${u.attempts+1}`:""}`,actions:m,dataMessageState:`delegation-${u.status}`,children:c.jsx(mr,{children:u.prompt})},u.id)})}):null}function bV({since:e}){const[t,a]=A.useState(()=>Date.now());return A.useEffect(()=>{if(!e)return;a(Date.now());const l=setInterval(()=>a(Date.now()),1e3);return()=>clearInterval(l)},[e]),c.jsxs("div",{className:"fade-in flex items-center justify-start gap-2",children:[c.jsxs("div",{className:"flex items-center gap-1 px-0.5 py-3",children:[c.jsx("span",{className:"typing-dot"}),c.jsx("span",{className:"typing-dot"}),c.jsx("span",{className:"typing-dot"})]}),e?c.jsx("span",{className:"text-[11px] tabular-nums text-faint",children:id(t-e)}):null]})}function vV({task:e}){const t=s0(e.since),[a,l]=A.useState(()=>Date.now());return A.useEffect(()=>{l(Date.now());const i=setInterval(()=>l(Date.now()),1e3);return()=>clearInterval(i)},[]),c.jsxs("div",{className:"fade-in flex min-w-0 items-center gap-2 px-0.5 py-1.5 text-[12.5px] text-muted",children:[c.jsx(Rx,{size:13,className:"shrink-0 text-faint"}),c.jsx("span",{className:"shrink-0 text-faint",children:"Waiting for task"}),c.jsx("span",{className:"min-w-0 flex-1 truncate",children:e.description}),Number.isNaN(t)?null:c.jsx("span",{className:"shrink-0 text-[11px] tabular-nums text-faint",children:id(a-t)})]})}const CV=(e,t)=>`${e} ${t}${e===1?"":"s"}`;function Eu({label:e,anchor:t,onClose:a,children:l}){const i=A.useRef(null),[o,u]=A.useState({top:0,left:0});A.useLayoutEffect(()=>{const f=t.current?.getBoundingClientRect(),h=i.current?.getBoundingClientRect();if(!f||!h)return;const m=f.top-h.height-4;u({top:Math.max(8,m>=8?m:Math.min(f.bottom+4,window.innerHeight-h.height-8)),left:Math.max(8,Math.min(f.left,window.innerWidth-h.width-8))}),i.current?.querySelector('[role^="menuitem"]')?.focus({preventScroll:!0})},[t]),A.useEffect(()=>{const f=h=>{h.target instanceof Node&&i.current?.contains(h.target)||a()};return window.addEventListener("resize",f),document.addEventListener("scroll",f,!0),()=>{window.removeEventListener("resize",f),document.removeEventListener("scroll",f,!0)}},[a]);const d=()=>{a(),t.current?.focus({preventScroll:!0})};return G0.createPortal(c.jsxs(c.Fragment,{children:[c.jsx("div",{className:"fixed inset-0 z-40",onClick:d,"aria-hidden":!0}),c.jsx("div",{ref:i,role:"menu","aria-label":e,style:o,onKeyDown:f=>{if(f.key==="Escape"||f.key==="Tab"){f.key==="Escape"&&f.preventDefault(),d();return}const h=Array.from(f.currentTarget.querySelectorAll('[role^="menuitem"]')),m=h.indexOf(document.activeElement),p={ArrowDown:(m+1)%h.length,ArrowUp:(m-1+h.length)%h.length,Home:0,End:h.length-1}[f.key];p!==void 0&&(f.preventDefault(),h[p]?.focus())},className:"fixed z-50 max-h-[calc(100dvh-1rem)] w-60 max-w-[calc(100vw-1rem)] overflow-y-auto rounded-xl border border-border bg-surface py-1 shadow-xl",children:l})]}),document.body)}function yu({onSelect:e}){return c.jsxs(c.Fragment,{children:[c.jsx(e1,{label:"Last message only",detail:"This response, without history",onClick:()=>e({thinking:!1,tools:!1,only:!0})}),c.jsx(e1,{label:"Concise",detail:"Messages only",onClick:()=>e({thinking:!1,tools:!1})}),c.jsx(e1,{label:"With reasoning",detail:"Messages and reasoning",onClick:()=>e({thinking:!0,tools:!1})}),c.jsx(e1,{label:"Full transcript",detail:"Messages, reasoning, and tools",onClick:()=>e({thinking:!0,tools:!0})})]})}function e1({label:e,detail:t,onClick:a}){return c.jsxs("button",{type:"button",role:"menuitem",onClick:a,className:"flex w-full flex-col px-3 py-2 text-left active:bg-surface-2",children:[c.jsx("span",{className:"text-[12px] font-medium text-text",children:e}),c.jsx("span",{className:"text-[11px] text-faint",children:t})]})}function ux({text:e,entries:t,at:a,startedAt:l,working:i,rowid:o,through:u,onFork:d,onCompact:f,compactUnavailable:h}){const[m,p]=A.useState(null),[y,b]=A.useState(null),[v,C]=A.useState(null),k=A.useRef(null),B=A.useRef(null),N=A.useRef(null),F=A.useRef(null),S=A.useRef(!1),[M,D]=A.useState(null),[j,O]=A.useState(null),[P,T]=A.useState("chat"),[G,Z]=A.useState(()=>Date.now());A.useEffect(()=>{const U=setInterval(()=>Z(Date.now()),6e4);return()=>{clearInterval(U),k.current&&clearTimeout(k.current)}},[]);const ne=l?s0(a)-s0(l):Number.NaN,W=[ne>0?id(ne):null,$h(a,G)].filter(Boolean).join(" · "),Q=async(U={thinking:!1,tools:!1,only:!0})=>{p(null),C(null);try{let te=e;if(!U.only){const oe=t.filter(L=>!L.queued),_=u===void 0?oe:fS(oe,u)?.entries;if(!_)throw new Error("Response no longer available");te=hS(_,U).text}await cd(te),b(U.only?"response":"chat"),k.current&&clearTimeout(k.current),k.current=setTimeout(()=>b(null),1800)}catch{b(null),C("Could not copy to the clipboard. Try again.")}},I=async(U,te=!1)=>{const oe=te?f:d;if(!(!oe||S.current||te&&h)){S.current=!0,D(te?"compact":"fork"),O(null),p(null);try{await oe({thinking:U.thinking,tools:U.tools,destination:te?"chat":P,through:U.only?void 0:u,only:U.only?o:void 0})}catch(_){O(_ instanceof Error?_.message:`Could not ${te?"compact":"fork"} this chat`)}finally{S.current=!1,D(null)}}};return c.jsxs("div",{className:"flex max-w-full flex-col items-start gap-1",children:[c.jsxs("div",{className:"flex max-w-full flex-wrap items-center gap-2",children:[!i&&W?c.jsx("span",{className:"text-[11px] tabular-nums text-faint",children:W}):null,c.jsxs("div",{className:"relative",children:[c.jsxs("div",{className:"flex items-center overflow-hidden rounded-lg border border-border-soft bg-surface/70 text-muted",children:[c.jsx("button",{type:"button",onClick:()=>{Q()},"aria-label":y?`Copied ${y}`:"Copy response",className:"flex size-7 items-center justify-center transition active:bg-surface-2",children:y?c.jsx(b0,{size:14,className:"text-accent"}):c.jsx(Cs,{size:14})}),c.jsx("button",{ref:B,type:"button",onClick:()=>p(U=>U==="copy"?null:"copy"),"aria-label":"Choose copy options","aria-haspopup":"menu","aria-expanded":m==="copy",className:"flex size-7 items-center justify-center border-l border-border-soft transition active:bg-surface-2",children:c.jsx(O0,{size:14,className:fe("transition-transform",m==="copy"&&"rotate-180")})})]}),m==="copy"?c.jsx(Eu,{label:"Copy options",anchor:B,onClose:()=>p(null),children:c.jsx(yu,{onSelect:U=>{Q(U)}})}):null]}),d?c.jsxs("div",{className:"relative",children:[c.jsxs("div",{className:"flex items-center overflow-hidden rounded-lg border border-border-soft bg-surface/70 text-muted",children:[c.jsxs("button",{type:"button",onClick:()=>{I({thinking:!0,tools:!1})},disabled:!!M,"aria-label":P==="workspace"?"Fork to a new workspace with reasoning":u?"Fork chat from this response":"Fork chat with reasoning",title:P==="workspace"?"New workspace with current code":"New chat, same files",className:"flex h-7 items-center gap-1 whitespace-nowrap px-2 text-[11px] font-medium transition active:bg-surface-2 disabled:opacity-50",children:[M==="fork"?c.jsx(fn,{size:13,className:"animate-spin"}):c.jsx(MA,{size:13}),P==="workspace"?"Fork workspace":"Fork"]}),c.jsx("button",{ref:N,type:"button",onClick:()=>p(U=>U==="fork"?null:"fork"),disabled:!!M,"aria-label":"Choose fork options","aria-haspopup":"menu","aria-expanded":m==="fork",className:"flex size-7 items-center justify-center border-l border-border-soft transition active:bg-surface-2 disabled:opacity-50",children:c.jsx(O0,{size:14,className:fe("transition-transform",m==="fork"&&"rotate-180")})})]}),m==="fork"?c.jsxs(Eu,{label:"Fork options",anchor:N,onClose:()=>p(null),children:[c.jsxs("button",{type:"button",role:"menuitemcheckbox","aria-checked":P==="workspace",onClick:()=>T(U=>U==="chat"?"workspace":"chat"),className:"flex w-full items-center gap-3 border-b border-border-soft px-3 py-2 text-left active:bg-surface-2",children:[c.jsxs("span",{className:"min-w-0 flex-1",children:[c.jsx("span",{className:"block text-[12px] font-medium text-text",children:"To new workspace"}),c.jsx("span",{className:"block text-[11px] text-faint",children:"Carry the current code into its own worktree"})]}),c.jsx("span",{"aria-hidden":!0,className:fe("relative h-6 w-11 shrink-0 rounded-full transition-colors",P==="workspace"?"bg-accent":"border border-border bg-surface-2"),children:c.jsx("span",{className:fe("absolute left-0.5 top-0.5 size-5 rounded-full bg-white shadow-sm transition-transform",P==="workspace"?"translate-x-5":"translate-x-0")})})]}),c.jsx(yu,{onSelect:U=>{I(U)}})]}):null]}):null,f?c.jsxs("div",{className:"relative",children:[c.jsxs("div",{className:"flex items-center overflow-hidden rounded-lg border border-border-soft bg-surface/70 text-muted",children:[c.jsxs("button",{type:"button",onClick:()=>{I({thinking:!0,tools:!1},!0)},disabled:!!M||!!h,"aria-label":"Compact chat with reasoning",title:h??"Toggle fresh context for your next message",className:"flex h-7 items-center gap-1 whitespace-nowrap px-2 text-[11px] font-medium transition active:bg-surface-2 disabled:opacity-50",children:[M==="compact"?c.jsx(fn,{size:13,className:"animate-spin"}):c.jsx(Tu,{size:13}),"Compact"]}),c.jsx("button",{ref:F,type:"button",onClick:()=>p(U=>U==="compact"?null:"compact"),disabled:!!M||!!h,"aria-label":"Choose compact options","aria-haspopup":"menu","aria-expanded":m==="compact",className:"flex size-7 items-center justify-center border-l border-border-soft transition active:bg-surface-2 disabled:opacity-50",children:c.jsx(O0,{size:14,className:fe("transition-transform",m==="compact"&&"rotate-180")})})]}),m==="compact"?c.jsx(Eu,{label:"Compact options",anchor:F,onClose:()=>p(null),children:c.jsx(yu,{onSelect:U=>{I(U,!0)}})}):null]}):null]}),v?c.jsx("span",{className:"max-w-[85vw] text-[11px] text-del",children:v}):null,j?c.jsxs("span",{className:"max-w-[85vw] text-[11px] text-del",children:[j,Er(j)?c.jsx(xa,{className:"ml-1"}):null]}):null]})}function xx({children:e,className:t}){return c.jsx("div",{className:fe("min-w-0 rounded-2xl px-3.5 py-2.5 text-[14px] leading-relaxed [overflow-wrap:anywhere]",t),children:e})}function dx({children:e}){return c.jsx("div",{className:"mb-1 text-[10px] font-semibold uppercase tracking-wide text-faint",children:e})}const gr=e=>`${e.rowid}-${e.id}`;function sm(e){const t=[];let a=[];const l=()=>{if(a.length>1)t.push({kind:"steps",key:`steps-${gr(a[0].e)}`,nodes:a});else for(const i of a)t.push({kind:"entry",key:gr(i.e),node:i});a=[]};for(const i of e){if(!i.e.subagentLabel&&(i.e.role==="tool"||i.e.role==="thinking")){a.push(i);continue}l(),t.push({kind:"entry",key:gr(i.e),node:i})}return l(),t}const kV=A.memo(function({e:t}){const[a,l]=A.useState(!1);if(t.error&&!t.tool)return c.jsx("div",{className:"overflow-hidden rounded-xl border border-del/30 bg-del/5 px-3 py-2",children:c.jsx(bu,{text:t.text,className:"line-clamp-4 text-del/80"})});const i=lm(t.detail),o=t.images??[];return!t.detail&&!t.output&&!o.length?c.jsxs("div",{className:"flex min-w-0 items-baseline gap-2 overflow-hidden whitespace-nowrap rounded-xl border border-border-soft bg-surface/60 px-3 py-1.5",children:[c.jsx("span",{className:"shrink-0 font-mono text-[11px] text-faint",children:"·"}),c.jsx("span",{className:"max-w-full truncate text-[12.5px] text-muted",children:t.text})]}):c.jsxs("details",{open:a,onToggle:u=>l(u.currentTarget.open),className:fe("group/tool min-w-0 overflow-hidden rounded-xl border",t.error?"border-del/30 bg-del/5":"border-border-soft bg-surface/60"),children:[c.jsxs("summary",{className:"flex cursor-pointer select-none list-none items-baseline gap-2 overflow-hidden whitespace-nowrap px-3 py-1.5 [&::-webkit-details-marker]:hidden",children:[c.jsx("span",{className:"shrink-0 font-mono text-[11px] text-faint transition-transform group-open/tool:rotate-90",children:"▸"}),c.jsx("span",{className:"max-w-full truncate text-[12.5px] text-muted",children:t.text}),t.detail?i?c.jsx(cx,{href:i,title:`Open ${t.detail}`,onClick:u=>u.stopPropagation(),className:"min-w-0 flex-1 truncate font-mono text-[11px] text-accent underline underline-offset-2 group-open/tool:invisible",children:t.detail}):c.jsx("span",{className:"min-w-0 flex-1 truncate font-mono text-[11px] text-faint group-open/tool:invisible",children:t.detail}):null,t.error?c.jsx("span",{className:"ml-auto shrink-0 text-[11px] text-del",children:"failed"}):null]}),c.jsxs("div",{className:"flex min-w-0 flex-col gap-2 border-t border-border-soft px-3 py-2",children:[t.detail?i?c.jsx(cx,{href:i,title:`Open ${t.detail}`,className:"block whitespace-pre-wrap font-mono text-[11.5px] leading-relaxed text-accent underline underline-offset-2 [overflow-wrap:anywhere]",children:t.detail}):c.jsx(bu,{text:t.detail,className:"text-muted",language:CR(t.tool)}):null,t.output?c.jsxs("div",{className:fe("min-w-0",t.detail&&"border-t border-border-soft pt-2"),children:[c.jsx(dx,{children:t.error?"error":t.diff?"changes":"output"}),t.diff?c.jsx(D7,{patch:t.output,fileName:t.detail}):c.jsx(bu,{text:t.output,className:t.error?"text-del/80":"text-muted",language:t.error?null:kR(t.tool,t.detail)})]}):null,a&&o.length?c.jsxs("div",{className:fe("flex min-w-0 flex-col gap-2",(t.detail||t.output)&&"border-t border-border-soft pt-2"),children:[c.jsx(dx,{children:CV(o.length,"image")}),o.map(u=>c.jsx(BV,{reference:u},u))]}):null]})]})}),AV="whitespace-pre-wrap font-mono text-[11.5px] leading-relaxed [overflow-wrap:anywhere]";function bu({text:e,className:t,language:a}){return c.jsx("pre",{className:fe(AV,t),children:a?c.jsx(I7,{text:e,language:a}):e})}function BV({reference:e}){const[t,a]=A.useState(null),[l,i]=A.useState(!1);return A.useEffect(()=>{let o=!1;return we.toolImage(e).then(u=>!o&&a(u)).catch(()=>!o&&i(!0)),()=>{o=!0}},[e]),l?c.jsx("span",{className:"text-[11px] text-faint",children:"Image unavailable."}):t?c.jsx("img",{src:t,alt:"Tool output",className:"max-w-full rounded-lg border border-border-soft"}):c.jsx(Wn,{label:"Loading image…"})}const wV=(e,t)=>e.nodes.length===t.nodes.length&&e.nodes.every((a,l)=>a.e===t.nodes[l]?.e),om=A.memo(function({nodes:t}){const a=t.filter(i=>i.e.error).length,l=[...new Set(t.map(({e:i})=>i.role==="thinking"?"Thinking":i.text))].join(", ");return c.jsxs("details",{className:"group/steps min-w-0 overflow-hidden rounded-xl border border-border-soft bg-surface/40",children:[c.jsxs("summary",{className:"flex cursor-pointer select-none list-none items-baseline gap-2 overflow-hidden whitespace-nowrap px-3 py-1.5 [&::-webkit-details-marker]:hidden",children:[c.jsx("span",{className:"shrink-0 font-mono text-[11px] text-faint transition-transform group-open/steps:rotate-90",children:"▸"}),c.jsxs("span",{className:"shrink-0 text-[12.5px] text-muted",children:[t.length," steps"]}),c.jsx("span",{className:"min-w-0 flex-1 truncate text-[11px] text-faint group-open/steps:invisible",children:l}),a?c.jsxs("span",{className:"shrink-0 text-[11px] text-del",children:[a," failed"]}):null]}),c.jsx("div",{className:"flex min-w-0 flex-col gap-2.5 border-t border-border-soft px-2 py-2.5",children:t.map(i=>c.jsx(Od,{node:i},gr(i.e)))})]})},wV);function Od({node:e,onSelectSubagent:t}){const a=e.e.toolUseId;return e.e.subagentLabel?c.jsx(DV,{node:e,onOpen:a&&t?()=>t(a):void 0}):c.jsx(MV,{e:e.e})}function DV({node:e,onOpen:t}){const{e:a}=e,l=c.jsxs(c.Fragment,{children:[c.jsx(NF,{size:14,strokeWidth:1.7,className:"shrink-0 text-faint","aria-hidden":!0}),c.jsx("span",{className:"shrink-0 font-medium text-text",children:"Agent"}),c.jsx("span",{className:"min-w-0 flex-1 truncate font-mono text-[11.5px] text-muted",children:a.subagentLabel}),a.error?c.jsx("span",{className:"shrink-0 text-[11px] text-del",children:"failed"}):null,t?c.jsx("span",{className:"shrink-0 text-[11px] text-faint",children:"Open"}):null]});return c.jsx("section",{className:"min-w-0 px-0.5","data-subagent":a.subagentLabel,children:t?c.jsx("button",{type:"button",onClick:t,"aria-label":`Open agent ${a.subagentLabel}`,className:"flex w-full min-w-0 items-center gap-2 rounded-lg py-1 text-left text-[12.5px] transition active:bg-surface-2",children:l}):c.jsx("div",{className:"flex min-w-0 items-center gap-2 py-1 text-[12.5px]",children:l})})}function cm(e){const{e:t}=e;return t.output&&(t.error||t.tool==="Agent"||t.tool==="Task")?t.output:null}function um({text:e,failed:t}){return c.jsx("div",{className:"flex flex-col items-start","data-subagent-result":!0,children:c.jsx(xx,{className:fe("max-w-[92%] px-0.5",t&&"text-del/80"),children:c.jsx(mr,{children:e})})})}function FV({queued:e,dismissError:t,onRetry:a,onDismiss:l}){const i=e.status==="failed",o=!i&&!!e.sessionId&&(!e.autoModel||e.reason?.includes("unlock"));return c.jsx(Rd,{state:i?"failed":"pending",meta:i?e.error||"Didn’t send":c.jsxs(c.Fragment,{children:[e.reason??"The relay is sending this",o?c.jsx(xa,{className:"ml-1"}):null]}),actions:i?[...a?[{label:"Retry",onClick:a,primary:!0}]:[],{label:"Dismiss prompt",onClick:l}]:e.autoModel?[{label:"Dismiss prompt",onClick:l}]:[],dataUserMessage:ld(e.text),dataMessageState:"queued",children:c.jsxs("div",{children:[c.jsx(mr,{children:e.text}),t?c.jsx("p",{className:"mt-2 text-xs text-del",role:"alert",children:t}):null]})})}function SV({p:e,onRetry:t,onDismiss:a}){const l=e.status==="error";return c.jsx(Rd,{state:l?"failed":"pending",meta:l?e.error||"Didn’t send":e.queue?"Queueing…":"Sending…",actions:l?[{label:"Retry",onClick:t,primary:!0},{label:"Dismiss message",onClick:a}]:[],dataUserMessage:ld(e.text),dataMessageState:l?"failed":e.queue?"queueing":"sending",children:c.jsx("div",{children:c.jsx(mr,{children:e.text})})})}const MV=A.memo(function({e:t}){return t.role==="user"?c.jsxs("div",{className:"flex flex-col items-end gap-0.5","data-user-msg":ld(t.text),"data-msg-ts":t.ts,"data-msg-state":t.queued?"queued":void 0,children:[c.jsxs(xx,{className:fe("max-w-[85%] bg-accent-soft text-text",t.queued&&"opacity-60"),children:[t.queued?c.jsx(dx,{children:"queued"}):null,c.jsx(mr,{hideTranscriptAttachments:!0,children:t.text})]}),c.jsx("span",{className:"pr-1 text-[11px] text-faint",children:$N(t.ts)})]}):t.role==="tool"?c.jsx(kV,{e:t}):t.role==="thinking"?c.jsxs("details",{className:"group/think px-1",children:[c.jsxs("summary",{className:"cursor-pointer select-none list-none text-[11px] font-semibold uppercase tracking-wide text-faint [&::-webkit-details-marker]:hidden",children:[c.jsx("span",{className:"mr-1 inline-block transition-transform group-open/think:rotate-90",children:"▸"}),"Thinking"]}),c.jsx("div",{className:"mt-1 border-l-2 border-border-soft pl-3 text-[13px] italic leading-relaxed text-muted",children:c.jsx(mr,{children:t.text})})]}):t.role==="system"?c.jsx("div",{className:"px-2 text-center text-[11px] text-faint",children:t.text}):c.jsx("div",{className:"flex flex-col items-start",children:c.jsx(xx,{className:"max-w-[92%] px-0.5",children:c.jsx(mr,{children:t.text})})})}),NV=1500,jV=400,xm=12,_V=2,TV=xm+8,zV=2,RV=1.1,OV=200,LV=420,PV=.6,dm=()=>window.matchMedia("(prefers-reduced-motion: reduce)").matches,vu=(e,t,a)=>Math.min(a,Math.max(t,e)),HV=e=>e.scrollHeight-e.clientHeight-e.scrollTop<=zV?e.scrollTop+e.clientHeight:e.scrollTop+TV,GV=(e,t)=>e.length===t.length&&e.every((a,l)=>a.top===t[l].top&&a.preview===t[l].preview&&a.state===t[l].state&&a.ts===t[l].ts);function IV(e,t,a){const l=vu(t,0,e.scrollHeight-e.clientHeight);if(dm())return e.scrollTop=l,a(),()=>{};const i=e.clientHeight*RV;Math.abs(l-e.scrollTop)>i&&(e.scrollTop=vu(l+Math.sign(e.scrollTop-l)*i,0,e.scrollHeight-e.clientHeight));const o=e.scrollTop,u=l-o;if(!u)return a(),()=>{};const d=vu(Math.abs(u)*PV,OV,LV),f=performance.now();let h=0,m=!1;const p=()=>{m||(m=!0,cancelAnimationFrame(h),e.removeEventListener("touchstart",p),e.removeEventListener("wheel",p))};e.addEventListener("touchstart",p,{passive:!0}),e.addEventListener("wheel",p,{passive:!0});const y=b=>{const v=Math.min(1,(b-f)/d);if(e.scrollTop=o+u*(1-(1-v)**5),v<1){h=requestAnimationFrame(y);return}p(),a()};return h=requestAnimationFrame(y),p}function VV({scroller:e}){const[t,a]=A.useState([]),[l,i]=A.useState(0),[o,u]=A.useState(!1),[d,f]=A.useState(!1),h=A.useRef([]),m=A.useRef(!1),p=A.useRef(!1),y=A.useRef(0),b=A.useRef(0),v=A.useRef(0),C=A.useRef(()=>{}),k=A.useCallback(()=>{p.current||(clearTimeout(y.current),m.current=!1,u(!1))},[]),B=A.useCallback(()=>{m.current=!0,u(!0),clearTimeout(y.current),y.current=window.setTimeout(k,NV)},[k]),N=A.useCallback(()=>{const T=e.current;if(!T)return;const G=T.getBoundingClientRect().top-T.scrollTop,Z=Array.from(T.querySelectorAll("[data-user-msg]"),ne=>({top:ne.getBoundingClientRect().top-G,preview:ne.dataset.userMsg??"",ts:ne.dataset.msgTs??null,state:ne.dataset.msgState??null,node:ne}));h.current=GV(h.current,Z)?h.current:Z,a(h.current),i(HV(T))},[e]),F=A.useCallback(()=>{v.current||(v.current=requestAnimationFrame(()=>{v.current=0,N()}))},[N]);A.useEffect(()=>{const T=e.current;if(!T)return;const G=()=>{b.current=performance.now()},Z=()=>{!m.current&&performance.now()-b.current>jV||f1()||(B(),F())},ne=()=>{f1()&&k()};T.addEventListener("touchmove",G,{passive:!0}),T.addEventListener("wheel",G,{passive:!0}),T.addEventListener("scroll",Z,{passive:!0}),document.addEventListener("selectionchange",ne);const W=()=>{m.current&&F()},Q=new ResizeObserver(W);Q.observe(T);const I=new MutationObserver(W);return I.observe(T,{childList:!0,subtree:!0,attributes:!0,attributeFilter:["open"]}),()=>{T.removeEventListener("touchmove",G),T.removeEventListener("wheel",G),T.removeEventListener("scroll",Z),document.removeEventListener("selectionchange",ne),Q.disconnect(),I.disconnect(),C.current(),v.current&&cancelAnimationFrame(v.current),clearTimeout(y.current)}},[e,B,k,F]);const S=T=>{const G=e.current,Z=h.current[T];G&&Z&&(C.current(),C.current=IV(G,Z.top-xm,()=>{dm()||Z.node.firstElementChild?.animate([{boxShadow:"0 0 0 2px var(--color-accent)"},{boxShadow:"0 0 0 2px transparent"}],{duration:700,easing:"ease-out"})}),B())},M=A.useCallback(()=>{p.current=!1,f(!1),B()},[B]);if(t.length<_V)return null;let D=-1;for(let T=0;T<t.length;T++)t[T].top<=l&&(D=T);const j=D>0?D-1:null,O=D+1<t.length?D+1:null,P=o||d;return c.jsxs(c.Fragment,{children:[c.jsx("div",{className:fe("pointer-events-none absolute inset-x-0 bottom-0 z-20 flex justify-center pb-3 transition duration-200 ease-out motion-reduce:transition-none",P?"translate-y-0 opacity-100":"translate-y-3 opacity-0"),children:c.jsxs("nav",{"aria-label":"Jump to your messages",onFocus:B,className:fe("flex h-12 items-stretch overflow-hidden rounded-full border border-border bg-surface-2 shadow-lg shadow-black/60",P?"pointer-events-auto":"pointer-events-none"),children:[c.jsx(L6,{dir:"up",onClick:()=>j!==null&&S(j),disabled:j===null}),c.jsxs("button",{type:"button",onClick:()=>{N(),p.current=!0,f(!0),B()},"aria-haspopup":"dialog","aria-expanded":d,"aria-label":`Your messages — ${t.length} in this chat`,className:"flex items-center gap-1.5 border-border-soft border-x px-3.5 text-muted transition active:bg-surface active:text-text focus-visible:outline-2 focus-visible:outline-accent focus-visible:-outline-offset-2",children:[c.jsx(I9,{size:16,className:"shrink-0"}),c.jsxs("span",{className:"font-mono text-[13px] tabular-nums",children:[c.jsx("span",{className:"text-text",children:D+1||"–"}),c.jsxs("span",{className:"text-muted",children:["/",t.length]})]})]}),c.jsx(L6,{dir:"down",onClick:()=>O!==null&&S(O),disabled:O===null})]})}),d?c.jsx($V,{marks:t,current:D,onPick:T=>{M(),S(T)},onClose:M}):null]})}function UV({mark:e}){if(e.state==="failed")return c.jsx("span",{className:"shrink-0 text-[11px] text-del",children:"didn’t send"});const t=e.state==="sending"?"sending…":e.state==="queueing"?"queueing…":e.state==="queued"?"queued":e.ts&&Zh(e.ts);return t?c.jsx("span",{className:"shrink-0 text-[11px] text-muted tabular-nums",children:t}):null}function L6({dir:e,onClick:t,disabled:a}){const l=e==="up"?ek:O0;return c.jsx("button",{type:"button",onClick:t,disabled:a,"aria-label":e==="up"?"Jump to your previous message":"Jump to your next message",className:"flex w-12 items-center justify-center text-muted transition active:bg-surface active:text-text disabled:text-faint/40 focus-visible:outline-2 focus-visible:outline-accent focus-visible:-outline-offset-2",children:c.jsx(l,{size:19})})}function $V({marks:e,current:t,onPick:a,onClose:l}){const i=A.useRef(null),o=A.useRef(null);return A.useEffect(()=>{i.current?.focus({preventScroll:!0}),o.current?.scrollIntoView({block:"center"})},[]),c.jsxs(c.Fragment,{children:[c.jsx("div",{className:"fixed inset-0 z-50 bg-black/60",onClick:l,"aria-hidden":!0}),c.jsxs("div",{ref:i,role:"dialog","aria-modal":"true","aria-label":"Your messages",tabIndex:-1,onKeyDown:u=>u.key==="Escape"&&l(),className:"fade-in pb-safe fixed inset-x-0 bottom-0 z-50 mx-auto flex max-h-[70%] max-w-md flex-col rounded-t-3xl border border-border-soft bg-surface shadow-xl outline-none md:mb-6 md:rounded-3xl",children:[c.jsxs("header",{className:"flex shrink-0 items-center gap-2 border-b border-border-soft px-4 py-2.5",children:[c.jsx("h2",{className:"flex-1 text-[15px] font-semibold",children:"Your messages"}),c.jsx("span",{className:"font-mono text-[12px] text-faint tabular-nums",children:e.length}),c.jsx("button",{type:"button",onClick:l,"aria-label":"Close",className:"-mr-2 flex size-11 items-center justify-center rounded-full text-muted transition active:bg-surface-2 focus-visible:outline-2 focus-visible:outline-accent focus-visible:-outline-offset-2",children:c.jsx(hn,{size:19})})]}),c.jsx("div",{className:"min-h-0 flex-1 overflow-y-auto overscroll-contain py-1",children:e.map((u,d)=>c.jsxs("button",{ref:d===t?o:void 0,type:"button",onClick:()=>a(d),"aria-current":d===t?"true":void 0,className:fe("flex min-h-14 w-full items-center gap-3 px-4 py-2.5 text-left transition active:bg-surface-2 focus-visible:outline-2 focus-visible:outline-accent focus-visible:-outline-offset-2",d===t&&"bg-surface-2/60"),children:[c.jsx("span",{className:fe("w-5 shrink-0 text-right font-mono text-[11px] tabular-nums",d===t?"text-accent":"text-muted"),children:d+1}),c.jsx("span",{className:"line-clamp-2 min-w-0 flex-1 text-[13.5px] leading-snug text-text [overflow-wrap:anywhere]",children:u.preview||"Empty message"}),c.jsx(UV,{mark:u})]},u.top))})]})]})}const ZV=A.memo(function({sessionId:t,onLayout:a,onFork:l}){const i=Z7(t,!1),o=A.useMemo(()=>i.entries.filter(C=>!C.queued),[i.entries]),u=A.useMemo(()=>K7(o),[o]),[d,f]=A.useState(null),h=A.useMemo(()=>Y7(u).find(C=>C.id===d),[u,d]),m=A.useMemo(()=>sm(h?.node.children??u),[u,h]),p=A.useMemo(()=>u.map(C=>C.e),[u]),y=A.useMemo(()=>new Set(Wu(p).map(gr)),[p]),b=A.useMemo(()=>q7(p),[p]),v=h?cm(h.node):null;return A.useLayoutEffect(()=>a?.(),[o,i.loading,d,a]),c.jsxs("section",{"data-chat-history":t,"aria-label":"Previous conversation context",children:[i.loading?c.jsx(Wn,{label:"Loading earlier conversation…"}):i.error?c.jsxs("p",{className:"py-3 text-xs text-del",children:["Could not load earlier conversation: ",i.error]}):c.jsxs("div",{className:"flex min-w-0 flex-col gap-2.5",children:[h?c.jsx("button",{type:"button",className:"self-start py-2 text-xs text-accent",onClick:()=>f(null),children:"Back to conversation"}):null,m.map(C=>C.kind==="steps"?c.jsx(om,{nodes:C.nodes},C.key):c.jsxs(A.Fragment,{children:[c.jsx(Od,{node:C.node,onSelectSubagent:f}),!h&&y.has(gr(C.node.e))?c.jsx(ux,{text:C.node.e.text,entries:o,at:C.node.e.ts,startedAt:Q7(p,C.node.e),rowid:C.node.e.rowid,through:C.node.e===b?void 0:C.node.e.rowid,onFork:l?k=>l({...k,sourceSessionId:t}):void 0}):null]},C.key)),v?c.jsx(um,{text:v,failed:!!h?.node.e.error}):null]}),c.jsxs("div",{className:"relative my-6",children:[c.jsx("hr",{className:"border-border-soft"}),c.jsx("span",{className:"absolute left-1/2 top-1/2 -translate-x-1/2 -translate-y-1/2 whitespace-nowrap bg-bg px-3 text-[11px] text-faint",children:"Context reset"})]})]})});function fm({sessionId:e,historySessionIds:t=[],workspaceId:a,working:l,workingSince:i,turnStartedAt:o,queued:u,waiting:d,delegations:f=[],poll:h,agentType:m,model:p,selectedSubagentId:y,onFork:b,onCompact:v,compactUnavailable:C,onSelectSession:k,onSelectSubagent:B,onDismissDelegation:N,onOpenRoles:F}){const{entries:S,loading:M,error:D}=Z7(e,h??!0),j=Ee(ve=>ve.pending),O=Ee(ve=>ve.removePending),P=ad(),[T,G]=A.useState(),Z=C??(S.some(ve=>ve.queued)?"Send or dismiss queued prompts before compacting":void 0),ne=Rn(),W=A.useRef(null),Q=A.useRef(!0),I=A.useCallback(()=>{const ve=W.current;ve&&Q.current&&(ve.scrollTop=ve.scrollHeight)},[]),U=A.useMemo(()=>K7(S),[S]),te=A.useMemo(()=>Y7(U),[U]),oe=y?te.find(ve=>ve.id===y):void 0,_=!!oe,L=oe?.node.children??U,K=A.useMemo(()=>U.map(ve=>ve.e),[U]),R=A.useMemo(()=>sm(L),[L]),X=A.useMemo(()=>q7(K),[K]),ye=A.useMemo(()=>{const ve=Wu(K).filter(ot=>ot!==X);return new Set(ve.map(gr))},[K,X]),ue=A.useMemo(()=>new Map(Wu(K).map(ve=>[ve,Q7(K,ve,o)])),[K,o]),Be=oe?cm(oe.node):null;A.useEffect(()=>{y&&!M&&!oe&&B?.(null)},[y,oe,M,B]);const Ie=async ve=>{G(void 0);try{await(ve.sessionId?we.dismissParked(ve.sessionId):we.dismissPrompt(ve.workspaceId))}catch(ot){G({createdAt:ve.createdAt,message:ot instanceof Error?ot.message:"Could not dismiss the prompt."})}ne.invalidateQueries({queryKey:["state"]}),ne.invalidateQueries({queryKey:["sessions",a]})},De=new Set(S.filter(ve=>ve.role==="user").map(ve=>ve.text.trim())),We=[...De],Je=j.filter(ve=>ve.sessionId===e),xt=Je.filter(ve=>!(d4(ve)&&We.some(ot=>f4(ve,ot)))),Dt=u?.text.trim()||null,me=Dt&&!De.has(Dt)&&!Je.some(ve=>ve.text.trim()===Dt)?u:null,nt=!!e&&f.some(ve=>ve.parentSessionId===e||ve.childSessionId===e);A.useEffect(()=>{const ve=S.filter(ot=>ot.role==="user").map(ot=>ot.text.trim());for(const ot of j)ot.sessionId===e&&d4(ot)&&ve.some(ft=>f4(ot,ft))&&O(ot.id)},[S,j,e,O]);const Xe=()=>{const ve=W.current;ve&&(Q.current=ve.scrollHeight-ve.scrollTop-ve.clientHeight<120)},lt=d?.length??0;if(A.useLayoutEffect(()=>{const ve=W.current;ve&&Q.current&&(ve.scrollTop=ve.scrollHeight)},[S,xt.length,l,lt,y]),A.useEffect(()=>{Q.current=!0},[e,y]),A.useEffect(()=>{const ve=W.current;if(!ve)return;const ot=new ResizeObserver(()=>{Q.current&&(ve.scrollTop=ve.scrollHeight)});return ot.observe(ve),()=>ot.disconnect()},[]),!e&&!me)return c.jsx(sn,{children:"No active session in this workspace."});const pt=S.length===0&&xt.length===0&&!me&&!nt,dt=_&&L.length===0&&!Be,nn=_?dt:pt,yt=te.map(ve=>{const ot=!!ve.node.e.error,ft=ve.id===oe?.id;return{key:ve.id,label:ve.label,model:p??null,agentType:m??null,...ot?{status:"Failed",state:"failed"}:{},selected:ft,...B?{onSelect:()=>B(ve.id)}:{}}});return c.jsxs("div",{className:"relative flex min-h-0 min-w-0 flex-1 flex-col",children:[c.jsx(m7,{tabs:yt,label:"Subagents"}),c.jsxs("div",{className:"relative flex min-h-0 min-w-0 flex-1",children:[c.jsxs("div",{ref:W,onScroll:Xe,className:"min-w-0 flex-1 overflow-y-auto overflow-x-hidden px-3 py-3","data-subagent-transcript":oe?.label,children:[_?null:t.map(ve=>c.jsx(ZV,{sessionId:ve,onLayout:I,onFork:b},ve)),M&&nn?c.jsx(Wn,{label:"Loading transcript…"}):D&&nn?c.jsx(sn,{children:D}):dt?c.jsx(sn,{children:"No activity from this agent yet."}):nn&&!l?c.jsx(sn,{children:"No messages yet."}):c.jsxs("div",{className:"flex min-w-0 flex-col gap-2.5",children:[R.map(ve=>ve.kind==="steps"?c.jsx(om,{nodes:ve.nodes},ve.key):c.jsxs(A.Fragment,{children:[c.jsx(Od,{node:ve.node,onSelectSubagent:B}),!_&&ye.has(gr(ve.node.e))?c.jsx(ux,{text:ve.node.e.text,entries:S,at:ve.node.e.ts,startedAt:ue.get(ve.node.e),rowid:ve.node.e.rowid,through:ve.node.e.rowid,onFork:b}):null]},ve.key)),Be&&oe?c.jsx(um,{text:Be,failed:!!oe.node.e.error}):null,!_&&X?c.jsx(ux,{text:X.text,entries:S,at:X.ts,startedAt:ue.get(X),rowid:X.rowid,working:l,onFork:b,onCompact:v,compactUnavailable:Z}):null,!_&&f.length&&k&&N&&F?c.jsx(yV,{jobs:f,sessionId:e,onSelectSession:k,onDismiss:N,onOpenRoles:F}):null,_?null:xt.map(ve=>c.jsx(SV,{p:ve,onRetry:()=>P({id:ve.id,sessionId:ve.sessionId,workspaceId:ve.workspaceId,text:ve.text,queue:ve.queue,workflow:ve.workflow,auto:ve.auto}),onDismiss:()=>O(ve.id)},ve.id)),!_&&me?c.jsx(FV,{queued:me,dismissError:T?.createdAt===me.createdAt?T.message:void 0,onRetry:e?()=>P({id:`queued:${me.sessionId??me.workspaceId}:${me.createdAt}`,sessionId:e,workspaceId:a,text:me.text,auto:me.autoModel}):void 0,onDismiss:()=>Ie(me)}):null,_?null:d?.map(ve=>c.jsx(vV,{task:ve},ve.taskId)),!_&&l?c.jsx(bV,{since:i}):null]})]}),_?null:c.jsx(VV,{scroller:W})]})]})}const t1={voice:"marin",language:"auto",speed:1.25},za=.05,hm="conductor-remote-voice";function qV(e=localStorage){try{const t=JSON.parse(e.getItem(hm)??"{}");return{voice:lS(t.voice)?t.voice:t1.voice,language:iS(t.language)?t.language:t1.language,speed:ah(t.speed)?Number((Math.round(t.speed/za)*za).toFixed(2)):t1.speed}}catch{return t1}}function QV(e,t=localStorage){try{t.setItem(hm,JSON.stringify(e))}catch{}}function Y0(e,t){return typeof e[t]=="string"?e[t]:null}function KV(e){let t=e;if(typeof t=="string")try{t=JSON.parse(t)}catch{return null}if(!t||typeof t!="object")return null;const a=t,l=Y0(a,"type"),i=Y0(a,"item_id")??Y0(a,"call_id")??"voice-item";if(l==="conversation.item.input_audio_transcription.delta"){const o=Y0(a,"delta");return o===null?null:{kind:"input-delta",itemId:i,text:o}}if(l==="conversation.item.input_audio_transcription.completed"){const o=Y0(a,"transcript");return o===null?null:{kind:"input-done",itemId:i,text:o}}if(l==="response.output_audio_transcript.delta"||l==="response.audio_transcript.delta"){const o=Y0(a,"delta");return o===null?null:{kind:"output-delta",itemId:i,text:o}}if(l==="response.output_audio_transcript.done"||l==="response.audio_transcript.done"){const o=Y0(a,"transcript");return o===null?null:{kind:"output-done",itemId:i,text:o}}if(l==="response.output_text.delta"){const o=Y0(a,"delta");return o===null?null:{kind:"output-delta",itemId:i,text:o}}if(l==="response.output_text.done"){const o=Y0(a,"text");return o===null?null:{kind:"output-done",itemId:i,text:o}}if(l==="response.function_call_arguments.done"){const o=Y0(a,"name");return o===null?null:{kind:"tool",itemId:i,name:o}}if(l==="input_audio_buffer.speech_started")return{kind:"speech-started"};if(l==="input_audio_buffer.speech_stopped")return{kind:"speech-stopped"};if(l==="conversation.item.truncated")return{kind:"truncated",itemId:i};if(l==="output_audio_buffer.started")return{kind:"playback-started"};if(l==="output_audio_buffer.stopped")return{kind:"playback-stopped"};if(l==="output_audio_buffer.cleared")return{kind:"playback-cleared"};if(l==="response.created")return{kind:"response-started"};if(l==="response.done"){const o=a.response&&typeof a.response=="object"?a.response:null,u=QF(o);return u?{kind:"response-done",error:u}:{kind:"response-done"}}if(l==="error"){const o=a.error&&typeof a.error=="object"?a.error:null;return{kind:"error",text:o&&Y0(o,"message")||"Voice call failed"}}return null}function Ld(e){switch(e){case"voice_roll_call":return"Checking the fleet";case"voice_workspace_overview":return"Refreshing workspace overview";case"voice_chat_context":return"Refreshing chat context";case"voice_next_decision":return"Opening the next decision";case"voice_list_calls":return"Finding previous calls";case"voice_search_calls":return"Searching call history";case"voice_read_call":return"Reading a previous call";case"voice_select_repo":return"Remembering the repository";case"voice_list_repos":return"Checking repositories";case"voice_create_workspace_preview":return"Preparing a workspace";case"voice_create_workspace":return"Creating the approved workspace";case"voice_send_preview":return"Preparing a guarded send";case"voice_send":return"Queueing the approved prompt";default:return"Working with the relay"}}function YV(e,t,a,l){const i=performance.now();let o=!1,u=!1,d=!1,f=0;const h=[],m=[],p=(N,F={})=>{o||(h.length===40&&(h.shift(),f+=1),h.push({type:N,atMs:Math.round(performance.now()-i),data:Y9(F)}))},y=()=>{if(u||!h.length)return;const N=h.splice(0);f&&(N[0].data.dropped=f),f=0,u=!0,Promise.resolve().then(()=>l(N)).catch(()=>{f+=N.length}).finally(()=>{u=!1,o&&y()})},b=()=>{const N=e.getSettings();return{echoCancellation:N.echoCancellation??null,noiseSuppression:N.noiseSuppression??null,autoGainControl:N.autoGainControl??null,sampleRate:N.sampleRate??null,sampleSize:N.sampleSize??null,channelCount:N.channelCount??null,micEnabled:e.enabled,micMuted:e.muted,playbackPaused:a.paused,playbackMuted:a.muted,playbackTime:a.currentTime,playbackVolume:a.volume,connection:t.connectionState,hidden:document.hidden}},v=N=>{try{p(N,b())}catch{}},C=(N,F,S)=>{const M=()=>{v(S),y()};N.addEventListener(F,M),m.push(()=>N.removeEventListener(F,M))};for(const N of["mute","unmute","ended"])C(e,N,`microphone.${N}`);for(const N of["playing","pause","waiting","error"])C(a,N,`playback.${N}`);C(t,"connectionstatechange","connection"),C(document,"visibilitychange","visibility"),C(navigator.mediaDevices,"devicechange","devicechange");try{const N=navigator.mediaDevices.getSupportedConstraints();p("capture",{...b(),supportsEchoCancellation:N.echoCancellation===!0,supportsNoiseSuppression:N.noiseSuppression===!0,supportsAutoGainControl:N.autoGainControl===!0})}catch{v("capture")}y();const k=async()=>{if(!(o||d)){d=!0;try{const N=b(),F=await t.getStats();if(o)return;F.forEach(S=>{if(S.kind!=="audio"&&S.mediaType!=="audio")return;const M=S.type==="media-source"?"input":S.type==="inbound-rtp"?"output":null;M&&(N[`${M}Level`]=S.audioLevel,N[`${M}Energy`]=S.totalAudioEnergy,N[`${M}Duration`]=S.totalSamplesDuration,M==="input"&&(N.echoReturnLoss=S.echoReturnLoss,N.echoReturnLossEnhancement=S.echoReturnLossEnhancement))}),p("sample",N)}catch{v("sample")}finally{d=!1,y()}}},B=setInterval(()=>{k()},5e3);return{realtime(N){try{const F=ZF(typeof N=="string"?JSON.parse(N):N);if(!F)return;p(F.type,{...b(),...F.data}),y()}catch{}},stop(){if(!o){v("closed"),o=!0,clearInterval(B);for(const N of m)N();y()}}}}const pm=A.createContext(null);function Wi(e){return[...e.values()].join(" ").trimStart()}function WV(e){return e instanceof DOMException&&(e.name==="NotAllowedError"||e.name==="SecurityError")}function XV({children:e}){const[t,a]=A.useState(!1),[l,i]=A.useState("idle"),[o,u]=A.useState(!1),[d,f]=A.useState(null),[h,m]=A.useState([]),[p,y]=A.useState(null),[b,v]=A.useState(""),[C,k]=A.useState(""),[B,N]=A.useState(qV),[F,S]=A.useState(null),M=A.useRef("idle"),D=A.useRef(B),j=A.useRef(F),O=A.useRef(0),P=A.useRef(null),T=A.useRef(null),G=A.useRef(null),Z=A.useRef(null),ne=A.useRef(null),W=A.useRef(null),Q=A.useRef(null),I=A.useRef(new Map),U=A.useRef(new Map),te=A.useRef(new Set),oe=A.useRef(new Set),_=A.useRef(new Set),L=A.useRef(!1),K=A.useRef(!1),R=A.useRef(!1),X=A.useRef(new Set),ye=A.useRef(null);D.current=B;const ue=A.useCallback(le=>{M.current=le,i(le)},[]),Be=A.useCallback(le=>{m(he=>he.some(Se=>Se.id===le.id)?he:[...he,le])},[]),Ie=A.useCallback(()=>{I.current.clear(),U.current.clear(),v(""),k("")},[]),De=A.useCallback(()=>{Q.current?.stop(),Q.current=null,O.current+=1,L.current=!1,K.current=!1,R.current=!1,ye.current&&clearTimeout(ye.current),ye.current=null;try{T.current?.close()}catch{}try{P.current?.close()}catch{}for(const le of G.current?.getTracks()??[])le.stop();ne.current&&(ne.current.srcObject=null),P.current=null,T.current=null,G.current=null,Z.current=null,ne.current=null,W.current=null,Ie()},[Ie]),We=A.useCallback(le=>{const he=W.current;De(),u(!1),ue("idle"),f(le),he&&we.voiceCallEnd(he).catch(()=>{})},[De,ue]),Je=A.useCallback(le=>{const he=KV(le);if(he)switch(he.kind){case"input-delta":I.current.set(he.itemId,(I.current.get(he.itemId)??"")+he.text),v(Wi(I.current));return;case"input-done":{I.current.delete(he.itemId),v(Wi(I.current)),!te.current.has(he.itemId)&&he.text.trim()&&(te.current.add(he.itemId),Be({id:`user:${he.itemId}`,role:"user",text:he.text.trim()}));return}case"output-delta":if(X.current.has(he.itemId))return;U.current.set(he.itemId,(U.current.get(he.itemId)??"")+he.text),k(Wi(U.current));return;case"output-done":{if(X.current.has(he.itemId))return;const Se=(he.text||U.current.get(he.itemId)||"").trim();U.current.delete(he.itemId),k(Wi(U.current)),!oe.current.has(he.itemId)&&Se&&(oe.current.add(he.itemId),Be({id:`assistant:${he.itemId}`,role:"assistant",text:Se}));return}case"tool":_.current.has(he.itemId)||(_.current.add(he.itemId),Be({id:`tool:${he.itemId}`,role:"activity",text:Ld(he.name)})),!R.current&&!L.current&&ue("thinking");return;case"speech-started":R.current=!0;for(const Se of U.current.keys())X.current.add(Se);U.current.clear(),k(""),ue("listening");return;case"speech-stopped":R.current=!1,ue("thinking");return;case"playback-started":L.current=!0,R.current||ue("speaking");return;case"playback-cleared":case"playback-stopped":L.current=!1,R.current||ue(K.current?"thinking":"connected");return;case"truncated":X.current.add(he.itemId),U.current.delete(he.itemId),k(Wi(U.current)),m(Se=>Se.map(be=>be.id===`assistant:${he.itemId}`?{...be,text:"Reply interrupted."}:be));return;case"response-started":K.current=!0,!R.current&&!L.current&&ue("thinking");return;case"response-done":K.current=!1,he.error&&(f(he.error),Be({id:`failure:${crypto.randomUUID()}`,role:"activity",text:he.error})),ue(R.current?"listening":L.current?"speaking":"connected");return;case"error":f(he.text),M.current!=="idle"&&ue("connected")}},[Be,ue]),xt=A.useCallback(async()=>{if(M.current!=="idle")return;const le=j.current;if(typeof RTCPeerConnection>"u"||!navigator.mediaDevices?.getUserMedia){f("This browser does not support WebRTC calling");return}a(!0),f(null),m([]),y(null),Ie(),te.current.clear(),oe.current.clear(),_.current.clear(),X.current.clear(),u(!1),ue("connecting");const he=++O.current;try{const Se=await navigator.mediaDevices.getUserMedia({audio:{echoCancellation:!0,noiseSuppression:!0,autoGainControl:!0}});if(he!==O.current){for(const bt of Se.getTracks())bt.stop();return}const be=Se.getAudioTracks()[0];if(!be)throw new Error("No microphone was available");be.enabled=!1,G.current=Se,Z.current=be;const et=new RTCPeerConnection,an=et.createDataChannel("oai-events"),Ce=document.createElement("audio");Ce.autoplay=!0,Ce.setAttribute("playsinline",""),P.current=et,T.current=an,ne.current=Ce,et.addTrack(be,Se),et.addEventListener("track",bt=>{he===O.current&&(Ce.srcObject=bt.streams[0]??new MediaStream([bt.track]),Ce.play().catch(()=>f("Tap the audio notice to hear this call")))}),an.addEventListener("message",bt=>{he===O.current&&(Q.current?.realtime(bt.data),Je(bt.data))}),an.addEventListener("close",()=>{he===O.current&&M.current!=="idle"&&We("The call closed")}),et.addEventListener("connectionstatechange",()=>{if(he===O.current){if(et.connectionState==="connected"&&ye.current&&(clearTimeout(ye.current),ye.current=null),et.connectionState==="failed"||et.connectionState==="closed")return We("The call connection failed");et.connectionState==="disconnected"&&!ye.current&&(ye.current=setTimeout(()=>{ye.current=null,he===O.current&&et.connectionState==="disconnected"&&We("The call connection was lost")},4e3))}});const it=await et.createOffer();await et.setLocalDescription(it);const Rt=et.localDescription?.sdp;if(!Rt)throw new Error("The browser did not create a WebRTC offer");if(he!==O.current)return;const Ke=await we.voiceCall(Rt,D.current.voice,D.current.language,le?{workspaceId:le.workspaceId,sessionId:le.sessionId}:void 0,D.current.speed);if(he!==O.current){we.voiceCallEnd(Ke.callId).catch(()=>{});return}W.current=Ke.callId,y(Ke.callId);try{Q.current=YV(be,et,Ce,bt=>we.voiceCallDiagnostics(Ke.callId,bt))}catch{}if(await et.setRemoteDescription({type:"answer",sdp:Ke.sdp}),await new Promise((bt,Nn)=>{if(an.readyState==="open")return bt();const Zt=setTimeout(()=>Nn(new Error("Voice event channel did not open")),8e3);an.addEventListener("open",()=>{clearTimeout(Zt),bt()},{once:!0})}),await we.voiceCallReady(Ke.callId),he!==O.current)return;be.enabled=!0,M.current==="connecting"&&ue("connected")}catch(Se){if(he!==O.current)return;We(WV(Se)?"Microphone access was denied — allow it in this site’s settings and try again":Se instanceof Error?Se.message:String(Se))}},[Ie,We,Je,ue]),Dt=A.useCallback(()=>{const le=W.current;De(),u(!1),ue("idle"),f(null),le&&we.voiceCallEnd(le).catch(()=>{})},[De,ue]),me=A.useCallback(()=>{M.current==="idle"||M.current==="connecting"||u(le=>{const he=!le;return Z.current&&(Z.current.enabled=!he),he})},[]),nt=A.useCallback(le=>{const he=le.trim(),Se=T.current;if(!he||Se?.readyState!=="open"||!W.current||M.current==="idle"||M.current==="connecting")return!1;const be=crypto.randomUUID();Be({id:`typed:${be}`,role:"user",text:he});for(const et of U.current.keys())X.current.add(et);return U.current.clear(),k(""),we.voiceCallText(W.current,he).catch(et=>f(`Typed message was not confirmed: ${et instanceof Error?et.message:String(et)}`)),ue("thinking"),!0},[Be,ue]),Xe=A.useCallback(le=>{M.current==="idle"&&N(he=>{const Se={...he,...le};return D.current=Se,QV(Se),Se})},[]),lt=A.useCallback(()=>{ne.current?.play().then(()=>f(null)).catch(()=>f("This browser is still blocking call audio"))},[]),pt=A.useCallback(()=>{M.current==="idle"&&(j.current=null,S(null),f(null)),a(!0)},[]),dt=A.useCallback(le=>{M.current==="idle"&&(j.current={...le},S(j.current),f(null)),a(!0)},[]),nn=A.useCallback(()=>a(!1),[]),yt=A.useCallback(()=>f(null),[]),ve=A.useCallback(le=>Xe({voice:le}),[Xe]),ot=A.useCallback(le=>Xe({language:le}),[Xe]),ft=A.useCallback(le=>{ah(le)&&Xe({speed:le})},[Xe]),On=l!=="idle"&&l!=="connecting";A.useEffect(()=>{if(!On||!p)return;let le=!1;const he=async()=>{try{const be=await we.voiceTranscriptStatus(p);!le&&be.status!=="active"&&We("The relay’s voice connection was lost. Check the saved action receipts before retrying.")}catch{le||f("The relay connection could not be checked. Action receipts may be delayed.")}},Se=setInterval(()=>{he()},5e3);return()=>{le=!0,clearInterval(Se)}},[On,p,We]),A.useEffect(()=>()=>{const le=W.current;De(),le&&we.voiceCallEnd(le).catch(()=>{})},[De]);const se=A.useMemo(()=>({panelOpen:t,status:l,muted:o,error:d,entries:h,lastCallId:p,inputPartial:b,outputPartial:C,preferences:B,target:F,openPanel:pt,openWorkspacePanel:dt,closePanel:nn,startCall:xt,endCall:Dt,toggleMute:me,sendText:nt,dismissError:yt,enableAudio:lt,setVoice:ve,setLanguage:ot,setSpeed:ft}),[t,l,o,d,h,p,b,C,B,F,pt,dt,nn,xt,Dt,me,nt,yt,lt,ve,ot,ft]);return c.jsx(pm.Provider,{value:se,children:e})}function Pd(){const e=A.useContext(pm);if(!e)throw new Error("useVoiceCall must be used inside VoiceCallProvider");return e}function JV(e){document.visibilityState==="visible"&&window.open(e,"_blank","noopener,noreferrer")}const Cu="flex size-9 shrink-0 items-center justify-center rounded-full text-muted transition active:bg-surface-2 disabled:opacity-40";function eU({workspaceId:e}){const t=SN(e),a=Rn(),l=Ee(S=>S.online),[i,o]=A.useState(null),[u,d]=A.useState(null),[f,h]=A.useState(!1),[m,p]=A.useState(!1),y=A.useRef(null),b=A.useRef(null),v=t.data,C=(v?.runConfigs?.length??0)>1,k=v?.forwards?.filter(S=>S.forwarded&&S.url)??(v?.forwarded&&v.url?[{name:v.port?`Port ${v.port}`:"Dev server",port:v.port??0,url:v.url}]:[]);A.useEffect(()=>{if(!f&&!m)return;const S=m?b:y,M=j=>{j.target instanceof Node&&S.current?.contains(j.target)||(h(!1),p(!1))},D=j=>{j.key==="Escape"&&(j.preventDefault(),h(!1),p(!1),S.current?.querySelector("button")?.focus())};return document.addEventListener("pointerdown",M),document.addEventListener("keydown",D),()=>{document.removeEventListener("pointerdown",M),document.removeEventListener("keydown",D)}},[f,m]);const B=async(S,M)=>{if(!i){o(S?"start":"stop"),d(null);try{const D=S?await we.startDevServer(e,M):await we.stopDevServer(e);a.setQueryData(["dev-server",e],D),D.ok?S&&D.url&&JV(D.url):d(D.error??`Could not ${S?"start":"stop"} the dev server`)}catch(D){d(D instanceof Error?D.message:`Could not ${S?"start":"stop"} the dev server`)}finally{o(null),a.invalidateQueries({queryKey:["dev-server",e]})}}},N=C?"Choose Run config":v?.running?"Forward dev server to tailnet":"Start and forward dev server",F=v&&!v.available;return c.jsxs(c.Fragment,{children:[k.length&&k[0]?.url?c.jsxs("div",{ref:y,className:"relative flex shrink-0 items-center",children:[c.jsx("a",{href:k[0].url,target:"_blank",rel:"noreferrer","aria-label":`Open ${k[0].name} on port ${k[0].port}`,title:k[0].url,className:Cu,children:c.jsx(qk,{size:18})}),k.length>1?c.jsxs(c.Fragment,{children:[c.jsx("button",{type:"button",onClick:()=>h(S=>!S),"aria-label":"Choose forwarded dev server","aria-haspopup":"menu","aria-expanded":f,className:"flex h-9 w-6 items-center justify-center rounded-full text-muted active:bg-surface-2",children:c.jsx(O0,{size:14,className:f?"rotate-180":void 0})}),f?c.jsx("div",{role:"menu","aria-label":"Forwarded dev servers",className:"fade-in absolute right-0 top-full z-30 mt-1 max-h-[calc(100dvh-4rem)] min-w-52 overflow-y-auto rounded-xl border border-border bg-surface py-1 shadow-xl",children:k.map(S=>c.jsxs("a",{href:S.url??void 0,target:"_blank",rel:"noreferrer",onClick:()=>h(!1),role:"menuitem",className:"flex items-center gap-3 px-3 py-2.5 text-left text-sm active:bg-surface-2",children:[c.jsx("span",{className:"min-w-0 flex-1 truncate",children:S.name}),c.jsxs("span",{className:"font-mono text-xs text-faint",children:[":",S.port]})]},`${S.port}:${S.url}`))}):null]}):null]}):c.jsxs("div",{ref:b,className:"relative shrink-0",children:[c.jsx("button",{type:"button",onClick:()=>{C?p(S=>!S):B(!0)},disabled:!l||!!i||!!F||t.isLoading,"aria-label":N,"aria-haspopup":C?"menu":void 0,"aria-expanded":C?m:void 0,title:F?v.error:N,className:Cu,children:i==="start"||t.isLoading?c.jsx(fn,{size:18,className:"animate-spin"}):v?.running?c.jsx(Vk,{size:18}):c.jsx(zu,{size:18,fill:"currentColor"})}),m&&C?c.jsx("div",{role:"menu","aria-label":"Run configs",className:"fade-in absolute right-0 top-full z-30 mt-1 max-h-[calc(100dvh-4rem)] min-w-44 overflow-y-auto rounded-xl border border-border bg-surface py-1 shadow-xl",children:v?.runConfigs.map(S=>c.jsxs("button",{type:"button",role:"menuitem",onClick:()=>{p(!1),B(!0,S.id)},className:"flex w-full items-center gap-3 px-3 py-2.5 text-left text-sm active:bg-surface-2",children:[c.jsx(zu,{size:14,className:"shrink-0 text-muted"}),c.jsx("span",{className:"min-w-0 flex-1 truncate",children:S.name})]},S.id))}):null]}),v?.running||v?.forwarded?c.jsx("button",{type:"button",onClick:()=>{B(!1)},disabled:!l||!!i,"aria-label":"Stop dev server",className:Cu,children:i==="stop"?c.jsx(fn,{size:18,className:"animate-spin"}):c.jsx(q9,{size:15,fill:"currentColor"})}):null,u?c.jsx("button",{type:"button",onClick:()=>d(null),className:"absolute right-2 top-full z-30 max-w-72 rounded-lg border border-del/40 bg-surface px-3 py-2 text-left text-xs text-del shadow-xl",children:u}):null]})}function tU(e){const[t,a]=A.useState(null),[l,i]=A.useState(null),o=Rn(),u=l&&l.workspaceId===e?l.message:null,d=A.useCallback(p=>i(p&&e?{workspaceId:e,message:p}:null),[e]),f=A.useCallback(async p=>{if(!(!e||t)){a(p),d(null);try{const y=await we.setStatus(e,p);y.ok||d(y.error??"status change failed"),await o.invalidateQueries({queryKey:["state"]})}catch(y){d(y instanceof Error?y.message:"status change failed")}finally{a(null)}}},[e,t,o,d]),h=A.useCallback(async p=>{if(!(!e||t)){a("archive"),d(null);try{const y=await we.archive(e,p);y.ok||d(y.error??"archiving failed"),await o.invalidateQueries({queryKey:["state"]}),await o.invalidateQueries({queryKey:["workspace",e]})}catch(y){d(y instanceof Error?y.message:"archiving failed")}finally{a(null)}}},[e,t,o,d]),m=A.useCallback(()=>i(null),[]);return{busy:t,error:u,setStatus:f,archive:h,dismissError:m}}function nU({workspace:e,agentsRunning:t,actions:a}){const[l,i]=A.useState(!1),[o,u]=A.useState(!1),d=Ee(k=>k.online),{busy:f,error:h}=a,m=D1(e),p=()=>{i(!1),u(!1)},y=k=>{p(),k!==m&&a.setStatus(k)},b=()=>{p(),a.archive(t>0)},C=f==="archive"?m:f??m;return c.jsxs(c.Fragment,{children:[c.jsx("button",{type:"button",onClick:()=>l?p():i(!0),disabled:!d||f!==null,"aria-label":`Workspace menu: ${h1(m)}`,"aria-expanded":l,className:fe("flex size-9 shrink-0 items-center justify-center rounded-full text-muted transition active:bg-surface-2 disabled:opacity-40",l&&"bg-surface-2 text-text"),children:f?c.jsx("span",{className:"dot-spinner size-4",style:{"--spin-color":aU(C)}}):c.jsx(P6,{status:C})}),l?c.jsxs(c.Fragment,{children:[c.jsx("button",{type:"button","aria-label":"Close workspace menu",className:"fixed inset-0 z-20 cursor-default",onClick:p}),c.jsx("div",{className:"fade-in absolute right-2 top-full z-30 w-60 overflow-hidden rounded-xl border border-border bg-surface shadow-xl",children:o?c.jsxs("div",{className:"p-3",children:[c.jsx("div",{className:"text-sm font-semibold",children:"Archive workspace?"}),c.jsx("p",{className:"mt-1 text-xs leading-snug text-muted",children:t>0?"Agents are still running in this workspace. Archiving will stop them and end any in-progress work.":"Its worktree is deleted. The chat stays readable and searchable."}),c.jsxs("div",{className:"mt-3 flex justify-end gap-2",children:[c.jsx("button",{type:"button",onClick:()=>u(!1),className:"rounded-lg border border-border px-2.5 py-1 text-xs font-semibold active:bg-surface-2",children:"Cancel"}),c.jsx("button",{type:"button",onClick:b,className:"rounded-lg bg-del px-2.5 py-1 text-xs font-semibold text-on-solid active:scale-95",children:t>0?"Stop agents and archive":"Archive"})]})]}):c.jsxs(c.Fragment,{children:[Ih.map(k=>c.jsxs("button",{type:"button",onClick:()=>y(k),className:"flex w-full items-center gap-2 px-3 py-2.5 text-left text-sm active:bg-surface-2",children:[c.jsx(P6,{status:k}),c.jsx("span",{className:"flex-1",children:h1(k)}),k===m?c.jsx(b0,{size:15,className:"text-accent"}):null]},k)),c.jsxs("button",{type:"button",onClick:()=>u(!0),className:"flex w-full items-center gap-2 border-t border-border px-3 py-2.5 text-left text-sm text-del active:bg-surface-2",children:[c.jsx(Mx,{size:15}),c.jsx("span",{className:"flex-1",children:"Archive workspace"})]})]})})]}):null,h?c.jsx("button",{type:"button",onClick:a.dismissError,className:"absolute right-2 top-full z-30 max-w-64 rounded-lg border border-del/40 bg-surface px-3 py-2 text-left text-xs text-del shadow-xl",children:h}):null]})}function aU(e){return rd[e]??"var(--color-faint)"}function P6({status:e}){const t=rd[e];return t?c.jsx("span",{className:"dot size-2.5",style:{background:t}}):c.jsx("span",{className:"dot size-2.5 border border-faint bg-transparent"})}function rU({workspace:e}){const[t,a]=T9(),l=t.get("session"),i=t.get("subagent"),{data:o,isLoading:u}=Xh(e.id,!1),d=o?.chat_history??{},f=l7(o?.sessions??[],d),h=Ku(l,d),m=(h&&f.some(v=>v.id===h)?h:null)??f[0]?.id??null,p=f.find(v=>v.id===m),y=v=>{m&&a(v?{session:m,subagent:v}:{session:m},{replace:!0})},b=[e.repo_name,e.branch].filter(Boolean).join(" · ");return c.jsxs("div",{className:"flex h-full min-w-0 flex-col overflow-hidden",children:[c.jsx(Yu,{title:J0(e),subtitle:b,menu:!0,right:c.jsxs("span",{className:"flex shrink-0 items-center gap-1 rounded-md bg-surface-2 px-2 py-1 text-[10px] font-semibold uppercase tracking-wide text-faint",children:[c.jsx(Mx,{size:12}),"Archived"]})}),f.length>1?c.jsx("nav",{className:"flex shrink-0 items-center gap-1 overflow-x-auto border-b border-border-soft bg-bg px-3 py-2",children:f.map(v=>c.jsx("button",{type:"button",onClick:()=>a({session:v.id},{replace:!0}),className:fe("pill shrink-0",v.id===m&&!i&&"pill-active"),children:c.jsx("span",{className:"whitespace-nowrap",children:v.title||"Untitled"})},v.id))}):null,!u&&!m?c.jsx(sn,{children:"This workspace was archived with no chat in it."}):c.jsx(fm,{sessionId:m,historySessionIds:r7(m,d),workspaceId:e.id,turnStartedAt:p?.turn_started_at,agentType:p?.agent_type,model:p?.model,selectedSubagentId:i,onSelectSubagent:y,poll:!1}),c.jsx("div",{className:"pb-safe shrink-0 border-t border-border-soft px-4 py-3 text-center text-xs text-faint",children:i?c.jsxs("button",{type:"button",onClick:()=>y(null),className:"mx-auto flex items-center gap-2 rounded-lg px-3 py-1.5 font-medium text-accent transition active:bg-surface-2",children:[c.jsx(Nx,{size:14}),"Back to parent transcript"]}):"Read-only — unarchive it in Conductor to reply."})]})}function lU({sessions:e,filter:t,restoringId:a,online:l,onRestore:i}){const o=t.trim().toLowerCase().split(/\s+/),u=e.filter(d=>{const f=`${d.title||"Untitled"} ${d.model??""}`.toLowerCase();return o.every(h=>f.includes(h))});return u.length?c.jsx("ul",{className:"divide-y divide-border-soft",children:u.map(d=>c.jsxs("li",{className:"flex items-center gap-3 px-4 py-3",children:[c.jsxs("div",{className:"min-w-0 flex-1",children:[c.jsx("p",{className:"break-words text-sm font-medium",children:d.title||"Untitled"}),c.jsxs("p",{className:"mt-1 text-xs text-muted",children:[d.model?`${Ux(d.model)} · `:"","Updated ",$h(d.updated_at)]})]}),c.jsxs("button",{type:"button",onClick:()=>i(d.id),disabled:!l||a!==null,"aria-label":`Restore ${d.title||"Untitled"} chat`,className:"flex min-h-11 shrink-0 items-center gap-1.5 rounded-xl bg-surface-2 px-3 text-xs font-semibold transition active:scale-95 disabled:opacity-40",children:[a===d.id?c.jsx(fn,{size:14,className:"animate-spin"}):c.jsx(Lx,{size:14}),a===d.id?"Restoring…":"Restore"]})]},d.id))}):c.jsx("div",{className:"px-4 py-10 text-center text-sm text-muted",children:e.length?"No closed tabs match your search.":"No closed tabs in this workspace."})}function iU({workspaceId:e,onClose:t,onRestored:a}){const l=A.useRef(null),i=A.useRef(!1),[o,u]=A.useState(""),[d,f]=A.useState(null),[h,m]=A.useState(null),p=Ee(k=>k.online),y=Rn(),b=Wt({queryKey:["closed-sessions",e],queryFn:()=>we.closedSessions(e),refetchInterval:5e3});A.useEffect(()=>{i.current=!0;const k=l.current;return k?.showModal(),()=>{i.current=!1,k?.close()}},[]);const v=async k=>{if(!(d||!p)){f(k),m(null);try{const B=await we.restoreChat(k,e);if(!B.ok||!B.session)throw new Error(B.error??"Could not restore this chat");const N=B.session;await y.cancelQueries({queryKey:["sessions",e]}),y.setQueryData(["sessions",e],F=>({...F,sessions:[...(F?.sessions??[]).filter(S=>S.id!==k),N].sort((S,M)=>S.created_at.localeCompare(M.created_at))})),y.invalidateQueries({queryKey:["sessions",e]}),y.invalidateQueries({queryKey:["closed-sessions",e]}),y.invalidateQueries({queryKey:["state"]}),i.current&&a(k)}catch(B){i.current&&m(B instanceof Error?B.message:"Could not restore this chat")}finally{i.current&&f(null)}}},C=h??(b.isError?b.error.message:null);return G0.createPortal(c.jsxs("dialog",{ref:l,onCancel:t,onKeyDown:k=>k.stopPropagation(),"aria-label":"Closed tabs",className:"fade-in m-auto max-h-[85%] w-[calc(100%-1.5rem)] max-w-lg flex-col overflow-hidden rounded-2xl border border-border-soft bg-bg p-0 text-text shadow-xl backdrop:bg-black/60 open:flex",children:[c.jsxs("div",{className:"flex shrink-0 items-center gap-3 border-b border-border-soft px-4 py-3",children:[c.jsx(zx,{size:19,className:"text-muted"}),c.jsxs("div",{className:"min-w-0 flex-1",children:[c.jsx("h2",{className:"text-base font-semibold",children:"Closed tabs"}),c.jsx("p",{className:"text-xs text-muted",children:"Restore a conversation in this workspace."})]}),c.jsx("button",{type:"button",onClick:t,"aria-label":"Close closed tabs",className:"flex size-9 shrink-0 items-center justify-center rounded-full text-muted active:bg-surface-2",children:c.jsx(hn,{size:18})})]}),c.jsxs("div",{className:"flex shrink-0 items-center gap-2 border-b border-border-soft px-4 py-3",children:[c.jsx(Px,{size:16,className:"text-faint"}),c.jsx("input",{type:"search",value:o,onChange:k=>u(k.target.value),placeholder:"Find a closed tab…","aria-label":"Find a closed tab",className:"min-w-0 flex-1 bg-transparent text-base outline-none placeholder:text-faint"})]}),p?null:c.jsx("p",{className:"px-4 py-2 text-xs text-muted",children:"Reconnect to restore a tab."}),C?c.jsxs("div",{role:"alert",className:"flex shrink-0 items-center gap-2 border-b border-del/30 bg-del/5 px-4 py-3 text-xs text-del",children:[c.jsx("span",{className:"min-w-0 flex-1",children:C}),Er(C)?c.jsx(xa,{}):null,b.isError?c.jsx("button",{type:"button",onClick:()=>{b.refetch()},className:"rounded-lg bg-surface-2 px-2 py-1",children:"Retry"}):null]}):null,c.jsx("div",{className:"min-h-0 flex-1 overflow-y-auto overscroll-contain",children:b.isPending?c.jsx(Wn,{}):b.data?c.jsx(lU,{sessions:b.data.sessions,filter:o,restoringId:d,online:p,onRestore:k=>{v(k)}}):null})]}),document.body)}const sU=()=>typeof window<"u"&&window.matchMedia("(pointer: coarse)").matches;function mm(e,t=sU()){return e.key!=="Enter"||e.nativeEvent.isComposing||e.shiftKey?!1:e.metaKey||e.ctrlKey?!0:!t}const W0=6e4,oU=e=>/(?:^|[:/])(claude|fable|haiku|opus|sonnet)|^(claude|fable|haiku|opus|sonnet)/.test(e),H6=e=>/(?:^|[:/])(openai|gpt|o[1-9])|^(openai|gpt|o[1-9]|\d)/.test(e);function cU(e){const t=e.agent_type?.trim().toLowerCase()??"",a=e.model?.trim().toLowerCase()??"";return(t==="claude"||t==="anthropic")&&e.prompt_cache_ttl_ms&&e.prompt_cache_ttl_ms>0?Ta(e.prompt_cache_ttl_ms,!0):t==="claude"||t==="anthropic"?Ta(60*W0,!1):t==="codex"||t==="openai"?Ta(30*W0,!1):t==="cursor"?oU(a)?Ta(5*W0,!1):(H6(a),Ta(30*W0,!1)):(t==="acp"||t==="opencode")&&H6(a)?Ta(30*W0,!1):Ta(5*W0,!1)}function uU(e,t=Date.now()){if(!e.last_user_message_at)return null;const a=s0(e.updated_at);if(!Number.isFinite(a))return null;const l=cU(e);return t-a>=l.ttlMs?l:null}function Ta(e,t){return{ttlMs:e,ttlLabel:e>=60*W0?`${e/(60*W0)}h`:`${e/W0}m`,observed:t}}function gm({active:e,onChange:t}){return c.jsxs("button",{type:"button",onClick:()=>t(!e),title:"Run this task through your configured delegated roles","aria-label":`Workflow mode ${e?"on":"off"}`,"aria-pressed":e,className:fe("flex h-8 shrink-0 items-center gap-1 rounded-md px-1.5 text-[13px] font-medium text-muted transition active:bg-surface-2 active:text-text",e&&"bg-accent/10 text-accent"),children:[c.jsx(Hl,{size:15}),c.jsx("span",{children:"Workflow"}),c.jsx(hd,{className:"-mr-0.5"})]})}const xU=A.lazy(()=>td(()=>import("./AutoModelSettings-BV17IdxP.js"),[]).then(e=>({default:e.AutoModelSettings})));function Em({model:e,providerModel:t,agentType:a,models:l,modelPickerOpen:i,onModelPickerOpenChange:o,modelsFetching:u=!1,modelsError:d=!1,defaultModel:f,onSetDefaultModel:h,settingDefaultModel:m,fast:p,effort:y,plan:b,planAvailable:v,showEmptyEffort:C=!1,modelStaged:k=!1,fastStaged:B=!1,effortStaged:N=!1,planStaged:F=!1,onModelChange:S,onFastChange:M,onEffortChange:D,onPlanChange:j,disabled:O=!1,freezeAgent:P=!1,auto:T=!1,onAutoChange:G,beforeModel:Z,status:ne}){const[W,Q]=A.useState(!1),I=v??ud(a,t),U=xd(a,t),te=dd(a,t);return c.jsxs("div",{className:"min-w-0 flex-1",children:[W?c.jsx(A.Suspense,{fallback:null,children:c.jsx(xU,{onClose:()=>Q(!1)})}):null,c.jsxs("div",{className:"flex min-w-0 items-center gap-0.5",children:[Z,c.jsx("div",{className:"min-w-0",children:c.jsx(E7,{value:T?void 0:e,autoSelected:T,onSelectAuto:G?()=>G(!0):void 0,onAutoSettings:()=>Q(!0),models:l,open:i,onOpenChange:o,isFetching:u,isError:d,defaultModel:f,onSetDefault:h,settingDefault:m,onSelect:oe=>{G?.(!1),S(oe)},renderTrigger:({picking:oe,toggle:_})=>c.jsxs("button",{type:"button",disabled:O||P,onClick:_,"aria-label":`Change model, currently ${T?"Auto":e}`,"aria-haspopup":"menu","aria-expanded":oe,className:fe("flex h-8 max-w-full min-w-0 items-center gap-1 rounded-md px-1 text-[13px] font-medium text-muted transition active:bg-surface-2 active:text-text disabled:pointer-events-none disabled:opacity-40",k&&"text-accent"),children:[T?c.jsx(Hx,{size:15}):c.jsx(Kr,{agentType:a,model:t,className:"size-[15px]"}),c.jsx("span",{className:"truncate",children:T?"Auto":x1(e)})]})})}),te?c.jsx("button",{type:"button",disabled:O||P||T,onClick:M,"aria-label":`Fast mode ${p===void 0?"default":p?"on":"off"}`,"aria-pressed":p===!0,className:fe("flex size-8 shrink-0 items-center justify-center rounded-md text-muted transition active:bg-surface-2 active:text-text disabled:pointer-events-none disabled:opacity-40",p&&"text-text",B&&"text-accent"),children:c.jsx(Vx,{size:17})}):null,U&&(y||C)?c.jsxs("button",{type:"button",disabled:O||P||T,onClick:D,"aria-label":`Reasoning effort: ${y?hs[y]:"default"}`,className:fe("flex h-8 shrink-0 items-center gap-1 rounded-md px-1 text-[13px] font-medium text-muted transition active:bg-surface-2 active:text-text disabled:pointer-events-none disabled:opacity-40",N&&"text-accent"),children:[c.jsx(p7,{effort:y??""}),c.jsx("span",{className:"max-[340px]:hidden",children:y?hs[y]:"Effort"})]}):null,I?c.jsx("button",{type:"button",disabled:O||T,onClick:j,"aria-label":`Plan mode ${b===void 0?"default":b?"on":"off"}`,"aria-pressed":b===!0,className:fe("flex size-8 shrink-0 items-center justify-center rounded-md text-muted transition active:bg-surface-2 active:text-text disabled:pointer-events-none disabled:opacity-40",b&&"text-text",F&&"text-accent"),children:c.jsx(V9,{size:17})}):null]}),ne?c.jsx("div",{className:"px-2 pt-0.5 text-[11px] text-faint",children:ne}):null]})}const dU=600*1e3,fU={};function n1(e,t){return e===t?void 0:e}function hU({session:e,workspaceId:t,workflow:a,frozenWorkflow:l,auto:i=!1,onAutoChange:o}){const[u,d]=A.useState(!1),[f,h]=A.useState(),[m,p]=A.useState(),y=Ee(X=>X.agentDrafts[e.id])??fU,b=Ee(X=>X.stageAgent),v=Rn(),C=Ee(X=>X.pending.some(ye=>ye.sessionId===e.id&&ye.status==="sending")),k=S1(),B=k.data?.groups.find(X=>X.agentType===(e.agent_type??"unknown")),N=!!B?.defaultModel&&Date.now()-B.updatedAt<dU,F=l?.role??(a?.active?a.role:void 0),S=!!F,M=l?.role.agentType??(F?ql(F.model):void 0),D=hj(e,t,u&&!S&&!N),j=D.data?.models??B?.models??[],O=D.data?.defaultModel??k.data?.defaultModel??B?.defaultModel,P=X=>b(e.id,X),T=e.claude_effort_level??void 0,G=e.permission_mode==="plan",Z=!!e.fast_mode,ne=y.effort??T,W=y.plan??G,Q=y.fast??Z,I=Object.keys(y).length>0,U=y.model??(J9(e.model,j)||"Model"),te=y.model??e.model,oe=ud(e.agent_type,te),_=xd(e.agent_type,te),L=dd(e.agent_type,te),K=F?.model??"Planning role";A.useEffect(()=>{S&&d(!1)},[S]),A.useEffect(()=>{["selecting","waiting","failed"].includes(e.auto_model?.status??"")&&d(!1)},[e.auto_model?.status]),A.useEffect(()=>{S||!oe&&y.plan!==void 0&&b(e.id,{plan:void 0})},[S,oe,e.id,y.plan,b]),A.useEffect(()=>{S||(!_&&y.effort!==void 0&&b(e.id,{effort:void 0}),!L&&y.fast!==void 0&&b(e.id,{fast:void 0}))},[S,_,L,e.id,y.effort,y.fast,b]),A.useEffect(()=>{l&&(y.model!==void 0&&b(e.id,{model:void 0}),y.effort!==void 0&&b(e.id,{effort:void 0}),y.fast!==void 0&&b(e.id,{fast:void 0}))},[l,e.id,y.model,y.effort,y.fast,b]);const R=async X=>{if(!f){h(X),p(void 0);try{const ye=await we.setDefaultModel(e.id,X,t);if(!ye.ok)throw new Error(ye.error??"could not set the default model");b(e.id,{model:void 0,auto:!1}),await Promise.all([v.invalidateQueries({queryKey:["model-catalog"]}),v.invalidateQueries({queryKey:["sessions",t]}),v.invalidateQueries({queryKey:["state"]})])}catch(ye){p(ye instanceof Error?ye.message:"could not set the default model")}finally{h(void 0)}}};return c.jsx(Em,{auto:i||["selecting","waiting"].includes(e.auto_model?.status??""),onAutoChange:o,disabled:["selecting","waiting","failed"].includes(e.auto_model?.status??""),model:S?K:U,providerModel:S?F?.model??null:te,agentType:S?M??null:e.agent_type,models:j,modelPickerOpen:u,onModelPickerOpenChange:d,modelsFetching:D.isFetching||k.isFetching,modelsError:D.isError,defaultModel:O,onSetDefaultModel:X=>{R(X)},settingDefaultModel:f,fast:S?F?.fast:Q,effort:S?F?.effort:ne,plan:W,planAvailable:oe,showEmptyEffort:S,modelStaged:!S&&y.model!==void 0,fastStaged:!S&&y.fast!==void 0,effortStaged:!S&&y.effort!==void 0,planStaged:y.plan!==void 0,onModelChange:X=>P({model:i?X:n1(X,y.model),auto:!1}),onFastChange:()=>P({fast:n1(!Q,Z)}),onEffortChange:()=>P({effort:n1(h7(ne),T)}),onPlanChange:()=>P({plan:n1(!W,G)}),freezeAgent:S,beforeModel:a?c.jsx(gm,{active:a.active,onChange:X=>{d(!1),a.onChange(X)}}):void 0,status:l?`${l.name} role frozen by Workflow`:a?.active?a.problem?c.jsx("span",{className:"text-del",children:a.problem}):a.loading?"Loading Workflow roles…":"Planning root · one explorer is guaranteed after acceptance":m?c.jsxs("span",{className:"text-del",children:[m,Er(m)?c.jsx(xa,{className:"ml-1"}):null]}):f?"Setting default and selecting…":i?"Chooses a model from your first message":e.auto_model?.decision?`Auto chose ${e.auto_model.decision.model} · ${e.auto_model.decision.reason}`:I?C?"Applying…":"Applies when you send":void 0})}const ym=[];function bm({draftKey:e,ready:t,enabled:a,upload:l,accept:i,removeReady:o,discard:u}){const d=A.useRef(null),f=A.useRef(new Set),h=A.useRef(0),[m,p]=A.useState([]),[y,b]=A.useState(!1),v=m.filter(M=>M.draftKey===e&&M.status!=="ready");A.useEffect(()=>{p(M=>{const D=M.filter(j=>j.draftKey!==e||j.status!=="ready"||t.some(O=>O.path===j.path));return D.length===M.length?M:D})},[e,t]);const C=async M=>{if(!a)return;const D=e;for(const j of Array.from(M)){const O=crypto.randomUUID();p(P=>[...P,{draftKey:D,id:O,name:j.name||"attachment",file:j,status:"uploading"}]);try{const P=await l(D,j);if(f.current.delete(O)){u?.(P);continue}i(D,P),p(T=>T.map(G=>G.id===O?{...G,status:"ready",path:P.path}:G))}catch(P){if(f.current.delete(O))continue;p(T=>T.map(G=>G.id===O?{...G,status:"error",error:P instanceof Error?P.message:"Upload failed"}:G))}}},k=M=>{M?.length&&C(M)},B=M=>Array.from(M.dataTransfer.types).includes("Files"),N={onDragEnter:M=>{B(M)&&(M.preventDefault(),h.current+=1,b(!0))},onDragLeave:M=>{B(M)&&(h.current-=1,h.current<=0&&(h.current=0,b(!1)))},onDragOver:M=>{B(M)&&(M.preventDefault(),M.dataTransfer.dropEffect="copy")},onDrop:M=>{B(M)&&(M.preventDefault(),h.current=0,b(!1),k(M.dataTransfer.files))}},F=M=>{if(!a)return;const D=bj(M.clipboardData);D.length&&(M.preventDefault(),k(D))},S=A.useCallback(()=>{for(const M of m)M.draftKey===e&&M.status==="uploading"&&f.current.add(M.id)},[e,m]);return{items:[...t.map(({path:M,name:D,stageId:j})=>({id:M,path:M,name:D,stageId:j,status:"ready",file:m.find(O=>O.draftKey===e&&O.status==="ready"&&O.path===M)?.file})),...v.map(({draftKey:M,...D})=>D)],uploading:v.some(M=>M.status==="uploading"),hasError:v.some(M=>M.status==="error"),dragging:y,inputRef:d,dropTargetProps:N,onPaste:F,chooseFiles:k,remove:M=>{if(t.some(D=>D.path===M)){o(e,M);return}f.current.add(M),p(D=>D.filter(j=>j.id!==M))},clearPending:()=>p(M=>M.filter(D=>D.draftKey!==e)),cancelPending:S}}function pU({attachment:e,remove:t}){const a=a7(e.status==="ready"&&!e.stageId?e.path:null),l=Yx(e.name),i=a?.kind==="image"?a.reference:null,o=e.status==="uploading",u=e.status==="error"?e.error:null;return l&&(e.file||i)?c.jsxs("div",{className:"flex max-w-full flex-col gap-1",title:u??e.name,children:[c.jsxs("div",{className:"relative size-16","aria-busy":o,children:[c.jsx(am,{reference:i,file:e.file,name:e.name}),o?c.jsxs("span",{className:"absolute inset-0 flex items-center justify-center rounded-lg bg-black/35 text-white",children:[c.jsx(fn,{size:18,className:"animate-spin"}),c.jsxs("span",{className:"sr-only",children:["Uploading ",e.name]})]}):null,c.jsx("button",{type:"button",onClick:()=>t(e.id),"aria-label":`Remove ${e.name}`,className:"absolute -right-1 -top-1 flex size-6 items-center justify-center rounded-full border border-border-soft bg-surface text-muted shadow-sm transition hover:text-text focus-visible:outline-2 focus-visible:outline-accent active:bg-surface-2",children:c.jsx(hn,{size:14})})]}),u?c.jsx("span",{className:"max-w-48 text-xs text-del",children:u}):null]}):c.jsxs("div",{title:u??e.name,className:"flex max-w-full items-center gap-1 rounded-lg bg-surface-2 py-1 pl-2 pr-1 text-xs text-muted",children:[o?c.jsx(fn,{size:12,className:"shrink-0 animate-spin"}):null,c.jsx("span",{className:"truncate",children:u?`${e.name}: ${u}`:e.name}),c.jsx("button",{type:"button",onClick:()=>t(e.id),"aria-label":`Remove ${e.name}`,className:"flex size-5 shrink-0 items-center justify-center rounded active:bg-surface",children:c.jsx(hn,{size:13})})]})}function vm({uploads:e}){return c.jsxs(c.Fragment,{children:[c.jsx("input",{ref:e.inputRef,type:"file",multiple:!0,className:"hidden",onChange:t=>{e.chooseFiles(t.target.files),t.target.value=""}}),e.items.length?c.jsx("div",{className:"flex flex-wrap items-start gap-2 px-2 pb-1 pt-1",children:e.items.map(t=>c.jsx(pU,{attachment:t,remove:e.remove},t.id))}):null,e.dragging?c.jsx("div",{className:"pointer-events-none absolute inset-1 z-10 flex items-center justify-center rounded-xl border border-dashed border-accent bg-accent-soft/90 text-sm font-medium text-accent",children:"Drop files to attach"}):null]})}function Cm({uploads:e,disabled:t}){return c.jsx("button",{type:"button",onClick:()=>e.inputRef.current?.click(),disabled:t,"aria-label":"Attach files",className:"flex size-8 shrink-0 items-center justify-center rounded-md text-muted transition active:bg-surface-2 active:text-text disabled:text-faint",children:c.jsx(Ox,{size:17})})}function mU({session:e,sessionId:t,workspaceId:a,working:l,actuator:i,onCompact:o,preparingCompact:u=!1,compactUnavailable:d,onCall:f,callActive:h=!1,onContext:m,workflowStarted:p=!1,hasPendingPrompt:y=!1,workflow:b,workflowRole:v,focusDraft:C=!1,onDraftFocused:k}){const B=t??a,N=Ee(Fe=>Fe.drafts[B]??""),F=Ee(Fe=>Fe.draftAttachments[B]??ym),S=F.filter(Fe=>Fe.source!=="fork"),M=Ee(Fe=>Fe.setDraft),D=Ee(Fe=>Fe.addDraftAttachment),j=Ee(Fe=>Fe.removeDraftAttachment),O=Ee(Fe=>Fe.clearDraftContent),P=Ee(Fe=>Fe.moveDraft),T=Ee(Fe=>Fe.setFocusedDraft),G=Ee(Fe=>Fe.online),Z=Ee(Fe=>Fe.clearWorking),ne=Ee(Fe=>t?Fe.compactDrafts[t]:void 0),W=Ee(Fe=>Fe.setCompactDraft),Q=ad(),I=Rn(),[U,te]=A.useState(!1),[oe,_]=A.useState(null),[L,K]=A.useState(null),R=u||L===B,[X,ye]=A.useState(null),ue=X?.draftKey===B?X.message:null,Be=Ee(Fe=>!!t&&Fe.workflowDrafts[t]===!0),Ie=i7(),De=Ee(Fe=>t?Fe.agentDrafts[t]?.auto:void 0),We=Ee(Fe=>Fe.stageAgent),Je=Ee(Fe=>Fe.setWorkflowDraft),xt=Fe=>{t&&Fe&&We(t,{auto:!1}),t&&Je(t,Fe)},Dt=A.useRef(null),me=bm({draftKey:B,ready:S,enabled:!!t&&G,upload:async(Fe,Xt)=>(await we.uploadAttachment(Fe,a,Xt)).attachment,accept:D,removeReady:j}),nt=me.uploading,Xe=me.hasError,lt=[...F.map(Fe=>Fe.token),N.trim()].filter(Boolean).join(`
|
|
62
62
|
`),pt=!!N.trim()||S.length>0,dt=Ee(Fe=>Fe.pending.some(Xt=>Xt.sessionId===t&&!!Xt.workflow)),nn=Ee(Fe=>Fe.pending.some(Xt=>Xt.sessionId===t)),yt=e?p||b?"This tab already belongs to a Workflow or delegation.":e.last_user_message_at?"Workflow is available before this tab’s first message.":y||nn?"Resolve or dismiss the pending prompt before starting a Workflow.":l||e.status!=="idle"||e.background_tasks.length?"Wait until this tab is idle before starting a Workflow.":void 0:"No active tab.",ve=!yt,ot=ve&&!Be&&(De??(e?.auto_model?.status==="draft"||Ie.data?.config.defaultAuto===!0)),ft=["waiting","selecting","failed"].includes(e?.auto_model?.status??""),On=Be||ve,{roles:se,planningRole:le,problem:he,ready:Se}=c7(On),be=yt??(e?.permission_mode==="plan"?"Workflow needs ordinary chat mode. Turn Plan off first.":he),et=Se&&!be;A.useEffect(()=>{t&&P(a,t)},[a,t,P]),A.useEffect(()=>(document.activeElement===Dt.current&&T(B),()=>{Ee.getState().focusedDraft===B&&T(null)}),[B,T]);const an=()=>{const Fe=Dt.current;Fe&&(Fe.style.height="auto",Fe.style.height=`${Math.min(Fe.scrollHeight,160)}px`)};A.useEffect(an,[N]),A.useEffect(()=>{if(!C)return;const Fe=Dt.current;Fe&&(Fe.focus({preventScroll:!0}),Fe.setSelectionRange(Fe.value.length,Fe.value.length),k?.())},[C,k]);const Ce=(Fe=!1)=>{if(!pt||nt||Xe||R||!t||!G||dt||ft||Be&&!et)return;if(ne){it(Fe);return}const Xt=Be;Q({sessionId:t,workspaceId:a,text:lt,queue:Xt||ot?!1:Fe,auto:ot,workflow:Xt}).then(jn=>{jn&&Xt&&me.clearPending()}),Xt||(O(B),me.clearPending())},it=async Fe=>{if(!o||d){ye({draftKey:B,message:d??"Compacting is unavailable in this chat"});return}K(B),ye(null);try{await o(Fe),me.clearPending()}catch(Xt){ye({draftKey:B,message:Xt instanceof Error?Xt.message:"Could not compact this chat"})}finally{K(null)}},Rt=async()=>{if(!(!t||U||!G)){te(!0),_(null);try{const Fe=await we.stop(t,a);Fe.ok?(Z(t),await I.invalidateQueries({queryKey:["sessions",a]}),I.invalidateQueries({queryKey:["state"]})):_(Fe.error||"Stop failed")}catch(Fe){_(Fe instanceof Error?Fe.message:"Stop failed")}finally{te(!1)}}},Ke=!t,Dn=i?.precise&&i.available,bt=l&&!!t,Nn=pt&&!nt&&!Xe&&!dt&&!ft&&(!Be||et)&&(!ne||!!o&&!d),Zt=!l&&Nn&&e&&o?uU(e):null;return c.jsxs("div",{className:"pb-safe border-t border-border-soft bg-bg px-3 pt-2",children:[G?!Dn&&c.jsxs("div",{className:"mb-1.5 flex items-center gap-1.5 px-1 text-[11px] text-faint",children:[c.jsx(rB,{size:12}),i?.caveat||"Sends to the focused session"]}):c.jsxs("div",{className:"mb-2 flex items-center gap-1.5 rounded-lg bg-del/10 px-3 py-1.5 text-xs text-del",children:[c.jsx(Ix,{size:12}),"Offline — drafts are saved, sending resumes when the relay is back"]}),oe?c.jsxs("div",{className:"mb-2 rounded-lg border border-del/40 bg-del/10 px-3 py-1.5 text-xs text-del",children:[c.jsx("button",{type:"button",onClick:()=>_(null),className:"block w-full text-left",children:oe}),Er(oe)?c.jsx(xa,{className:"mt-1 inline-block"}):null]}):null,ne||u?c.jsxs("div",{className:"mb-2 flex items-center gap-2 rounded-xl border border-accent/20 bg-accent-soft px-2.5 py-2 text-accent",role:"status",children:[R?c.jsx(fn,{size:14,className:"shrink-0 animate-spin"}):c.jsx(Tu,{size:14,className:"shrink-0"}),c.jsxs("div",{className:"min-w-0 flex-1",children:[c.jsx("div",{className:"text-xs font-medium",children:R?"Compacting and sending…":"Will compact before sending"}),c.jsx("div",{className:"text-[11px] text-muted",children:VS(ne??u4)}),!R&&(ue||d)?c.jsxs("div",{className:"mt-0.5 text-[11px] text-del",role:"alert",children:[ue||d,Er(ue||d||"")?c.jsx(xa,{className:"ml-1"}):null]}):null]}),c.jsx("button",{type:"button","aria-label":"Cancel compact before sending",title:"Keep the current context",disabled:R,onClick:()=>{t&&W(t,null),ye(null)},className:"flex size-8 shrink-0 items-center justify-center rounded-lg active:bg-accent/10 disabled:opacity-50",children:c.jsx(hn,{size:15})})]}):Zt?c.jsxs("div",{className:"mb-2 flex items-center gap-2 rounded-xl border border-cold-cache/20 bg-cold-cache/8 px-2.5 py-2 text-cold-cache",children:[c.jsx(jD,{size:14,className:"shrink-0"}),c.jsxs("div",{className:"min-w-0 flex-1",children:[c.jsx("div",{className:"text-xs font-medium",children:"Prompt cache may be cold"}),c.jsxs("div",{className:"text-[11px] text-muted",children:["Idle past its ",Zt.ttlLabel," window"]})]}),c.jsxs("button",{type:"button","aria-label":"Compact before sending",onClick:()=>{t&&W(t,u4)},disabled:R||!!d||!G,title:d??"Use fresh context when you send this message",className:"flex h-8 shrink-0 items-center gap-1.5 rounded-lg bg-cold-cache/12 px-2.5 text-xs font-semibold transition active:scale-[0.97] active:bg-cold-cache/20 disabled:opacity-50",children:[R?c.jsx(fn,{size:13,className:"animate-spin"}):c.jsx(Tu,{size:13}),"Compact"]})]}):null,c.jsxs("fieldset",{"aria-label":"Message composer",...me.dropTargetProps,className:`m-0 min-w-0 rounded-2xl border border-border bg-surface p-2 has-[textarea:focus]:border-accent/60 ${me.dragging?"border-accent bg-accent-soft":""}`,children:[c.jsx(vm,{uploads:me}),c.jsx("textarea",{ref:Dt,rows:1,value:N,disabled:Ke||R,placeholder:Ke?"No active session":Be?"What should the workflow accomplish?":"Send a prompt…",className:"block max-h-40 w-full resize-none bg-transparent px-2 py-1 text-base outline-none placeholder:text-faint disabled:opacity-50",onChange:Fe=>M(B,Fe.target.value),onFocus:()=>T(B),onBlur:()=>{Ee.getState().focusedDraft===B&&T(null),Iu()},onPaste:me.onPaste,onKeyDown:Fe=>{mm(Fe)&&(Fe.preventDefault(),Ce(Fe.metaKey||Fe.ctrlKey))}}),c.jsxs("div",{className:"mt-1 flex items-start gap-1",children:[e?c.jsx(hU,{auto:ot,onAutoChange:ve&&!Be?Fe=>{t&&We(t,{auto:Fe})}:void 0,session:e,workspaceId:a,frozenWorkflow:b&&v?{name:v,role:b.roles[v]}:void 0,workflow:On?{active:Be,role:le,loading:se.isLoading,problem:be,onChange:xt}:void 0}):c.jsx("span",{className:"flex-1"}),e&&f?c.jsx("button",{type:"button",onClick:f,"aria-label":h?"Open active call":"Call this chat","aria-haspopup":"dialog",title:h?"Open active call":"Call with the current chat’s context",className:fe("flex size-8 shrink-0 items-center justify-center rounded-md text-faint transition active:bg-surface-2",h&&"bg-voice-soft text-voice"),children:c.jsx(pr,{size:16})}):null,e&&m?c.jsx(gU,{session:e,onOpen:m}):null,c.jsx(Cm,{uploads:me,disabled:Ke||R||!G}),bt?c.jsx("button",{type:"button",onClick:Rt,disabled:U||!G,"aria-label":"Stop the agent",className:"flex size-8 shrink-0 items-center justify-center rounded-lg border border-border text-text transition active:bg-surface-2 disabled:text-faint",children:U?c.jsx("span",{className:"size-4 animate-spin rounded-full border-2 border-border border-t-text"}):c.jsx(q9,{size:14,fill:"currentColor"})}):null,bt&&!Nn?null:c.jsx("button",{type:"button",onClick:()=>Ce(),disabled:Ke||!Nn||R||!G,"aria-label":"Send",className:"flex size-8 shrink-0 items-center justify-center rounded-lg bg-accent text-on-solid transition active:scale-95 disabled:bg-surface-2 disabled:text-faint",children:c.jsx(Uv,{size:18})})]})]})]})}function gU({session:e,onOpen:t}){const a=e.context_used_percent,l=o7(e.id,typeof a=="number"&&a>0,e.updated_at);if(typeof a!="number"||a<=0)return null;const i=Math.min(100,Math.max(0,a)),o=Math.round(a),u=pj(i,l.data);return c.jsx("button",{type:"button",onClick:t,"aria-label":`Context for ${e.title||"Untitled"}: ${o}% used`,"aria-haspopup":"dialog",title:`Context: ${o}% used`,className:"flex size-8 shrink-0 items-center justify-center rounded-md transition active:bg-surface-2",children:c.jsxs("svg",{viewBox:"0 0 18 18","aria-hidden":"true",className:"size-[18px] -rotate-90",children:[c.jsx("circle",{cx:"9",cy:"9",r:"6.5",fill:"none",strokeWidth:"3",className:"stroke-border"}),u.length?u.map(d=>c.jsx("circle",{cx:"9",cy:"9",r:"6.5",fill:"none",strokeWidth:"3",pathLength:"100",strokeDasharray:`${d.length} ${100-d.length}`,strokeDashoffset:-d.offset,"data-context-segment":d.key,className:d.ringClass},d.key)):c.jsx("circle",{cx:"9",cy:"9",r:"6.5",fill:"none",strokeWidth:"3",pathLength:"100",strokeDasharray:`${i} ${100-i}`,strokeLinecap:"round",className:a>=80?"stroke-working":"stroke-accent"})]})})}async function km(e){const t=await we.joinChatHistory(e.sessionId,e.workspaceId,e.previousSessionId);if(!t.ok)throw new Error(t.error??"Could not join conversation history")}async function EU(e,t,a){if(!e.sessionId)throw new Error("The new chat is not available yet");const l=Ee.getState(),i=[...(l.draftAttachments[e.sessionId]??[]).map(u=>u.token),l.drafts[e.sessionId]?.trim()].filter(Boolean).join(`
|
|
63
63
|
`),o=a({sessionId:e.sessionId,workspaceId:e.workspaceId,text:i,queue:t});return l.clearDraftContent(e.sessionId),o}async function yU(e,t,a){const l=a.replace?"chat":t.destination??"chat",i=await we.splitChat(t.sourceSessionId??e.sessionId,e.workspaceId,t.thinking,t.tools,t.through,t.only,l);if(!i.ok)throw new Error(i.error??"Could not copy this chat");const o=i.sessionId??(l==="workspace"?i.workspaceId:null);if(!o)throw new Error("The new chat opened, but its id was not available. The original tab is still open.");if(a.replace&&(o===e.sessionId||i.workspaceId!==e.workspaceId))throw new Error("Could not verify the replacement chat. The original tab is still open.");if(a.replace){const p=Ee.getState();if(p.drafts[o]!==void 0||p.agentDrafts[o]!==void 0||p.draftAttachments[o]!==void 0)throw new Error("The new chat already has a draft. Both tabs were kept so nothing is overwritten.");p.moveDraft(e.sessionId,o)}const u=a.replace?Ee.getState().drafts[o]:a.continuation,{name:d,path:f,bytes:h}=i.attachment;Ee.getState().setDraftContent(o,u??"",[...Ee.getState().draftAttachments[o]??[],{name:d,path:f,bytes:h,token:rh(d,f),source:"fork"}]),a.onPrepared?.(i),a.replace&&Ee.getState().setCompactDraft(e.sessionId,null);let m;if(a.replace){const p={sessionId:o,previousSessionId:e.sessionId,workspaceId:e.workspaceId};try{await km(p)}catch(y){m={...p,message:y instanceof Error?y.message:"Could not join conversation history"}}}return await a.onReady(i),{split:i,historyError:m}}function bU({stats:e,open:t,onToggle:a}){const l=!!e&&(e.added>0||e.removed>0);return c.jsxs("button",{type:"button",onClick:a,"aria-label":l?"Toggle diff panel, changes available":"Toggle diff panel","aria-pressed":t,className:fe("relative flex size-9 shrink-0 items-center justify-center rounded-full text-muted transition active:bg-surface-2",t&&"bg-surface-2 text-text"),children:[c.jsx(B1,{size:19}),l?c.jsx("span",{className:"absolute right-1.5 top-1.5 size-1.5 rounded-full bg-accent","aria-hidden":"true"}):null]})}function Am({scope:e,onChange:t}){return c.jsx("fieldset",{"aria-label":"Files shown",className:"flex shrink-0 rounded-full bg-surface-2 p-0.5 text-xs",children:["changed","all"].map(a=>c.jsx("button",{type:"button",onClick:()=>t(a),"aria-label":a==="changed"?"Changed files":"All files","aria-pressed":e===a,className:fe("rounded-full px-2.5 py-1 font-medium text-muted transition",e===a&&"bg-bg text-text shadow-sm"),children:a==="changed"?"Changed":"All"},a))})}function Bm({showFolders:e,onChange:t}){return c.jsx("button",{type:"button",onClick:()=>t(!e),"aria-label":"Group files into folders","aria-pressed":e,title:"Group files into folders",className:fe("flex size-8 shrink-0 items-center justify-center rounded-full text-faint transition active:bg-surface-2",e&&"bg-surface-2 text-text"),children:c.jsx(H9,{size:16})})}function vU({review:e,sessionId:t,scope:a,onScopeChange:l,showFolders:i,onShowFoldersChange:o,selectedFile:u,onSelectFile:d,onClose:f}){return c.jsxs("aside",{className:"hidden flex-col bg-bg lg:flex lg:w-[380px] lg:shrink-0 lg:border-l lg:border-border-soft xl:w-[460px]",children:[c.jsxs("header",{className:"flex items-center gap-2 border-b border-border-soft px-3 py-2.5",children:[c.jsx("span",{className:"flex-1 text-[15px] font-semibold",children:"Files"}),c.jsx(Am,{scope:a,onChange:l}),c.jsx(Bm,{showFolders:i,onChange:o}),c.jsx("button",{type:"button",onClick:f,"aria-label":"Close diff panel",className:"-mr-1 flex size-9 shrink-0 items-center justify-center rounded-full text-muted active:bg-surface-2",children:c.jsx(hn,{size:20})})]}),c.jsx($7,{review:e,sessionId:t,scope:a,showFolders:i,selectedFile:u,onSelectFile:d})]})}function CU({review:e,sessionId:t,scope:a,onScopeChange:l,showFolders:i,onShowFoldersChange:o,selectedFile:u,onSelectFile:d,onClose:f}){return c.jsxs("section",{className:"absolute inset-0 z-20 flex flex-col bg-bg lg:hidden","aria-label":"Workspace files",children:[c.jsxs("header",{className:"flex shrink-0 items-center gap-2 border-b border-border-soft px-3 py-2.5",children:[c.jsx("span",{className:"flex-1 text-[15px] font-semibold",children:"Files"}),c.jsx(Am,{scope:a,onChange:l}),c.jsx(Bm,{showFolders:i,onChange:o}),c.jsx("button",{type:"button",onClick:f,"aria-label":"Close diff panel",className:"-mr-1 flex size-9 shrink-0 items-center justify-center rounded-full text-muted active:bg-surface-2",children:c.jsx(hn,{size:20})})]}),c.jsx($7,{review:e,sessionId:t,scope:a,showFolders:i,selectedFile:u,onSelectFile:d})]})}function kU({title:e,onReturn:t}){return c.jsx("div",{className:"pb-safe flex shrink-0 items-center justify-center border-t border-border-soft px-4 py-3",children:c.jsxs("button",{type:"button",onClick:t,className:"flex min-w-0 items-center gap-2 rounded-lg px-3 py-1.5 text-xs font-medium text-accent transition active:bg-surface-2",children:[c.jsx(Nx,{size:14,className:"shrink-0"}),c.jsxs("span",{className:"truncate",children:["Return to ",e||"parent chat"," to reply"]})]})})}function AU({session:e,onOpen:t}){const a=e.context_used_percent;return typeof a!="number"||a<=0?null:c.jsxs("button",{type:"button",onClick:t,"aria-label":`Context for ${e.title||"Untitled"}: ${Math.round(a)}% used`,"aria-haspopup":"dialog",className:fe("flex h-7 min-w-10 shrink-0 items-center justify-center rounded-full px-2 text-[11px] tabular-nums transition active:bg-bg/70",a>=80?"text-working":"text-faint"),children:[Math.round(a),"%"]})}function BU({sessions:e,activeId:t,readMarks:a,promptStates:l,roles:i={},subtabSessionIds:o,fileTab:u,onSelect:d,onContext:f,onNewChat:h,onClose:m,onClosedTabs:p,creating:y,closingId:b,online:v}){const C=A.useRef(null),k=u?.active?null:t,B=u?.active?u.path:null,N=e.filter(S=>!i[S.id]?.delegationId&&!o?.has(S.id)),F=N.some(S=>S.id===k);return A.useLayoutEffect(()=>{!(k&&F)&&!B||C.current?.scrollIntoView({block:"nearest",inline:"nearest"})},[k,F,B]),c.jsxs("nav",{"aria-label":"Workspace tabs",className:"flex shrink-0 items-center gap-1 border-b border-border-soft bg-bg px-3 py-2",children:[c.jsxs("div",{className:"flex min-w-0 flex-1 items-center gap-1 overflow-x-auto",children:[N.map(S=>{const M=l[S.id],D=typeof S.context_used_percent=="number"&&S.context_used_percent>0;return c.jsxs("div",{ref:S.id===k?C:void 0,className:fe("flex shrink-0 items-center rounded-full text-sm font-medium text-muted transition",S.id===k&&"bg-surface-2 text-text"),children:[c.jsxs("button",{type:"button",onClick:()=>d(S.id),"aria-current":S.id===k?"page":void 0,className:fe("flex min-w-0 items-center gap-1.5 py-1.5 pl-3.5",e.length>1||D?"pr-1":"pr-3.5"),children:[M?c.jsx(x7,{state:M,className:"size-3"}):S.status==="working"?c.jsx("span",{className:"dot-spinner size-3"}):S.background_tasks?.length?c.jsx(Rx,{size:11,className:"shrink-0 text-faint","aria-label":"Waiting for a background task"}):null,c.jsx("span",{className:"whitespace-nowrap",children:S.title||"Untitled"}),i[S.id]?c.jsx(y7,{name:i[S.id].role}):null,MS(S,a)?c.jsx("span",{className:"dot size-1.5 bg-accent"}):null]}),c.jsx(AU,{session:S,onOpen:()=>f(S)}),e.length>1?c.jsx("button",{type:"button",onClick:()=>m(S.id),disabled:!v||b!==null,"aria-label":`Close ${S.title||"Untitled"} chat`,className:"mr-1 flex size-6 shrink-0 items-center justify-center rounded-full text-faint transition active:bg-bg/70 active:text-text disabled:opacity-40",children:b===S.id?c.jsx(fn,{size:12,className:"animate-spin"}):c.jsx(hn,{size:12})}):null]},S.id)}),u?c.jsxs("div",{ref:u.active?C:void 0,className:fe("flex shrink-0 items-center rounded-full text-sm font-medium text-muted transition",u.active&&"bg-surface-2 text-text"),children:[c.jsxs("button",{type:"button",onClick:u.onSelect,"aria-label":`Open ${u.path}`,"aria-current":u.active?"page":void 0,title:u.path,className:"flex min-w-0 items-center gap-1.5 py-1.5 pl-3.5 pr-1",children:[c.jsx(w7,{path:u.path}),c.jsx("span",{className:"whitespace-nowrap",children:u.path.split("/").pop()})]}),c.jsx("button",{type:"button",onClick:u.onClose,"aria-label":`Close ${u.path} file tab`,className:"mr-1 flex size-6 shrink-0 items-center justify-center rounded-full text-faint transition active:bg-bg/70 active:text-text",children:c.jsx(hn,{size:12})})]}):null]}),c.jsx("button",{type:"button",onClick:p,"aria-label":"Closed tabs",title:"Closed tabs","aria-haspopup":"dialog",className:"flex size-9 shrink-0 items-center justify-center rounded-full text-muted transition active:bg-surface-2",children:c.jsx(zx,{size:17})}),c.jsx("button",{type:"button",onClick:h,disabled:y,"aria-label":"New chat, same files",className:"flex size-7 shrink-0 items-center justify-center rounded-full text-muted transition active:bg-surface-2 disabled:opacity-40",children:c.jsx(u1,{size:18})})]})}function wU({title:e,busy:t,onCancel:a,onConfirm:l}){return c.jsxs("div",{className:"flex shrink-0 items-center gap-2 border-b border-working/30 bg-working/5 px-3 py-2 text-xs",children:[c.jsxs("span",{className:"min-w-0 flex-1 truncate",children:[c.jsx("span",{className:"font-semibold",children:e})," is still working. Close the tab anyway?"]}),c.jsx("button",{type:"button",onClick:a,disabled:t,className:"rounded-lg px-2 py-1 text-muted active:bg-surface-2",children:"Cancel"}),c.jsxs("button",{type:"button",onClick:l,disabled:t,className:"flex items-center gap-1 rounded-lg bg-del px-2 py-1 font-semibold text-black active:scale-95 disabled:opacity-50",children:[t?c.jsx(fn,{size:12,className:"animate-spin"}):null,"Close anyway"]})]})}function wm(e,t,a,l){if(!t)return;const i=e.find(d=>d.rootSessionId===t);if(i)return i;const o=a[t]?.workflowId;if(o){const d=e.find(f=>f.id===o);if(d)return d}const u=l.find(d=>d.childSessionId===t&&d.workflowId)?.workflowId;return u?e.find(d=>d.id===u):void 0}function DU(e,t,a,l){if(!l)return;const i=e.find(y=>y.rootSessionId===l),o=t.filter(y=>y.parentSessionId===l),u=a[l],d=Object.values(a).some(y=>y.parentSessionId===l),f=Object.values(a).some(y=>y.delegationId&&!y.workflowId&&!y.parentSessionId),h=u?.role==="planning"&&!u.delegationId&&!u.workflowId&&f;if(!i&&!o.length&&!d&&!h)return;const m=new Set(o.filter(y=>!y.workflowId).map(y=>y.id)),p=Object.fromEntries(Object.entries(a).filter(([y,b])=>y===l?!b.delegationId:b.workflowId?b.workflowId===i?.id:b.delegationId?b.parentSessionId?b.parentSessionId===l:h||m.has(b.delegationId):!1));return{parentSessionId:l,workflow:i,jobs:o,roles:p}}function FU(e,t,a,l){const i=[],o=new Set;let u=l;for(;u&&!o.has(u);){o.add(u);const d=DU(e,t,a,u);d&&i.unshift(d);const f=a[u],h=t.find(b=>b.childSessionId===u),m=wm(e,u,a,t),p=f?.delegationId&&!f.workflowId&&!f.parentSessionId&&!h?Object.keys(a).filter(b=>{const v=a[b];return v.role==="planning"&&!v.delegationId&&!v.workflowId}):[],y=p.length===1?p[0]:void 0;u=f?.parentSessionId??h?.parentSessionId??m?.rootSessionId??y??null}return i}function SU(){const{workspaceId:e}=Ab(),t=Pd(),[a,l]=T9(),i=C0(),o=a.get("session"),u=a.get("subagent"),d=xe=>l({session:xe},{replace:!0}),[f,h]=A.useState(!1),[m,p]=A.useState("changed"),[y,b]=A.useState(null),[v,C]=A.useState(null),k=y&&y.workspaceId===e?y.path:null,B=y?.locationKey===i.key?k:null,N=v===i.key,[F,S]=A.useState(!1),[M,D]=A.useState(null),[j,O]=A.useState(!1),[P,T]=A.useState(null),[G,Z]=A.useState(null),[ne,W]=A.useState(null),[Q,I]=A.useState(null),[U,te]=A.useState(null),[oe,_]=A.useState(null),L=A.useRef(!1),[K,R]=A.useState(null),[X,ye]=A.useState(!1),[ue,Be]=A.useState(null),[Ie,De]=A.useState(null),[We,Je]=A.useState(null),xt=Rn(),Dt=ad(),me=Xr(),nt=tU(e),{data:Xe,isLoading:lt}=sd(),pt=Xe?.workspaces.find(xe=>xe.id===e),dt=MN(e,(f||!!B)&&!!pt),nn=NN(e,B,!!B&&m==="changed"&&!!pt&&!!dt.data?.truncated),yt=!!Xe&&!pt,{data:ve}=Xh(e,!yt),ot=Ee(xe=>xe.workingHints),ft=Ee(xe=>xe.pending),On=Ee(xe=>xe.readMarks),se=Ee(xe=>xe.markRead),le=Ee(xe=>xe.online),he=Ee(xe=>xe.view.showFolders),Se=Ee(xe=>xe.setView),be=pt,et=Xe?.actuator,{data:an,isLoading:Ce}=nj(e,yt),it=FN(e,!!pt?.worktree,(f||!!B)&&m==="all"),{data:Rt}=it,Ke=pt?.worktree??null,Dn=Rt?.files,bt=A.useMemo(()=>({resolveMention:e7(Ke,Dn),worktree:Ke}),[Ke,Dn]),Nn=ve?.chat_history??{},Zt=l7(ve?.sessions??[],Nn),Fe=Ku(o,Nn),Xt=Ku(be?.active_session_id??null,Nn),jn=Xt&&Zt.some(xe=>xe.id===Xt)?Xt:null,H=(Fe&&Zt.some(xe=>xe.id===Fe)?Fe:null)??jn??Zt[0]?.id??null,re=Zt.find(xe=>xe.id===H),Ne=r7(H,Nn),qe=xe=>{H&&l(xe?{session:H,subagent:xe}:{session:H},{replace:!0})},jt={...ve?.session_roles??{},...be?.session_roles??{}},At=be?.delegations??[],Le=At.filter(xe=>!xe.workflowId),_e=(Xe?.workflows??[]).filter(xe=>xe.workspaceId===e);be?.workflow&&!_e.some(xe=>xe.id===be.workflow?.id)&&_e.push(be.workflow);const Ve=wm(_e,H,jt,At),un=FU(_e,At,jt,B?null:H),It=H?jt[H]:void 0,I0=H?At.find(xe=>xe.workflowId===Ve?.id&&xe.childSessionId===H):void 0,V0=It&&It.workflowId===Ve?.id?It.role:I0?.role,La=Ve?.phase!=="completed"&&Ve?.phase!=="cancelled",k0=Ve&&La&&H===Ve.rootSessionId?"planning":V0==="planning"||V0==="exploration"||V0==="implementation"?V0:void 0,xn=A.useMemo(()=>new Set(At.flatMap(xe=>xe.childSessionId?[xe.childSessionId]:[])),[At]),En=re?.updated_at;A.useEffect(()=>{!(be&&H&&En)||B||document.visibilityState==="visible"&&se(H,En)},[be,H,En,B,se]),kN(B?null:H,En);const na=be?D1(be):null,vr=!!be&&be.state==="ready"&&le&&!j,nl=!!be&&le&&!nt.busy,fa=!!re,ha=t.status!=="idle",aa=ha||fa&&!u,Cr=nt.setStatus,Ln=tj({statusNow:na,diffOpen:f,canCreateChat:vr,canSetStatus:nl,hasChat:fa,canCall:aa,voiceActive:ha,setStatus:Cr});if(!be)return an?c.jsx(rU,{workspace:an.workspace}):c.jsxs("div",{className:"flex h-full flex-col overflow-hidden",children:[c.jsx(Yu,{title:"Session",menu:!0}),lt||yt&&Ce?c.jsx(Wn,{}):c.jsx("div",{className:"p-6 text-center text-sm text-muted",children:"Workspace not found."})]});const Xn=H?ot[H]:void 0,A0=re?.status==="working"||Xn!==void 0&&Date.now()-Xn<Zu,U0=re?.turn_started_at?s0(re.turn_started_at):null,pn=(re?.status==="working"?U0??Xn:Xn??U0)??null,al=Date.now(),pa=Object.fromEntries(Zt.map(xe=>{const en=ot[xe.id],Fn=[...xe.id===H&&be.pending_prompt?[be.pending_prompt]:[],...(be.parked_prompts??[]).filter(tn=>tn.sessionId===xe.id)];return[xe.id,fh(ft.filter(tn=>tn.sessionId===xe.id),Fn,en!==void 0&&al-en<Zu)]})),$0=[be.repo_name,be.branch,Ux(be.model)].filter(Boolean).join(" · "),ke=async()=>{if(!j){O(!0);try{const xe=await we.newChat(be.id);xe.ok&&(await xt.invalidateQueries({queryKey:["sessions",be.id]}),xe.sessionId&&d(xe.sessionId))}finally{O(!1)}}},He=async(xe,en=!1)=>{if(P||!le)return;const Fn=Zt.find(tn=>tn.id===xe);if((Fn?.status==="working"||Fn?.background_tasks.length)&&!en){Z(xe),W(null);return}T(xe),Z(null),W(null),I(null);try{const tn=await we.closeChat(xe,be.id,en);if(!tn.ok)throw new Error(tn.error??"Could not close this chat");H===xe&&!B&&(tn.activeSessionId?d(tn.activeSessionId):l({},{replace:!0})),await Promise.all([xt.invalidateQueries({queryKey:["sessions",be.id]}),xt.invalidateQueries({queryKey:["closed-sessions",be.id]}),xt.invalidateQueries({queryKey:["state"]})])}catch(tn){tn instanceof E0&&tn.status===409&&/still working/i.test(tn.message)?Z(xe):(W(tn instanceof Error?tn.message:"Could not close this chat"),I(xe))}finally{T(null)}},ct=async(xe,en,Fn=!1)=>{if(!H)throw new Error("No active chat");const tn=await yU({sessionId:H,workspaceId:be.id},xe,{replace:Fn,continuation:en,onPrepared:Lt=>{Fn&&_(Lt.sessionId)},onReady:async Lt=>{if(Lt.sessionId&&!Fn&&De(Lt.sessionId),Lt.destination==="workspace"){await xt.invalidateQueries({queryKey:["state"]}),me(Lt.sessionId?`/w/${Lt.workspaceId}?session=${encodeURIComponent(Lt.sessionId)}`:`/w/${Lt.workspaceId}`);return}Lt.sessionId&&d(Lt.sessionId),xt.invalidateQueries({queryKey:["sessions",be.id]})}});return Fn&&R(tn.historyError??null),tn.split},_t=async()=>{if(!(!K||X)){ye(!0);try{await km(K),await xt.invalidateQueries({queryKey:["sessions",K.workspaceId]}),R(null)}catch(xe){R({...K,message:xe instanceof Error?xe.message:"Could not join history"})}finally{ye(!1)}}},Jt=le?A0||re?.background_tasks.length?"Wait for this turn to finish before compacting":ft.some(xe=>xe.sessionId===H)||be.parked_prompts?.some(xe=>xe.sessionId===H)?"Send or dismiss pending prompts before compacting":K?.workspaceId===be.id?"Retry joining conversation history first":U||P?"A tab action is already in progress":void 0:"Reconnect to compact this chat",_n=async xe=>{if(!H)return;const en=Ee.getState();en.setCompactDraft(H,IS(en.compactDrafts[H],xe)?null:xe)},Qn=async xe=>{if(!H||L.current)return;if(Jt)throw new Error(Jt);const en=Ee.getState().compactDrafts[H];if(!en)throw new Error("Choose Compact before sending");L.current=!0,te(H);try{const Fn=await ct(en,void 0,!0);await EU(Fn,xe,Dt)}finally{L.current=!1,te(null),_(null)}},Tn=()=>{h(!1),C(null)},Ot=()=>{b(null),C(null)},Un=()=>{f&&(N||window.matchMedia("(min-width: 1024px)").matches)?Tn():(h(!0),C(i.key))},kr=()=>{if(ha)return t.openPanel();!re||u||t.openWorkspacePanel({workspaceId:be.id,sessionId:re.id,workspaceTitle:J0(be),chatTitle:re.title||"Untitled chat"})};Ln.current={toggleDiff:Un,createChat:ke,openCall:kr,openContext:()=>{re&&Je({workspaceId:be.id,id:re.id,title:re.title})}};const Z0=xe=>{b({workspaceId:be.id,path:xe,locationKey:i.key}),C(null)},Pa=xe=>{p(xe),xe==="all"&&be.worktree&&it.refetch()},ra={workspace:be,query:dt,filesQuery:it,fileQuery:nn},Wl=async xe=>{D(null);try{const en=await we.dismissDelegation(xe);if(!en.ok)throw new Error(en.error.message);await xt.invalidateQueries({queryKey:["state"]})}catch(en){D(en instanceof Error?en.message:String(en))}};return c.jsxs(cj,{value:bt,children:[ue===be.id?c.jsx(iU,{workspaceId:be.id,onClose:()=>Be(null),onRestored:xe=>{d(xe),Be(null)}},be.id):null,c.jsxs("div",{className:"flex h-full min-w-0 overflow-hidden",children:[c.jsxs("div",{className:"flex min-w-0 flex-1 flex-col overflow-hidden",children:[c.jsx(Yu,{title:J0(be),subtitle:$0,menu:!0,right:c.jsxs(c.Fragment,{children:[c.jsx(eU,{workspaceId:be.id}),c.jsx("button",{type:"button",onClick:()=>S(!0),"aria-label":"Open delegated roles",className:"flex size-9 shrink-0 items-center justify-center rounded-full text-muted transition active:bg-surface-2",children:c.jsx(Hl,{size:18})}),c.jsx(nU,{workspace:be,agentsRunning:Zt.filter(xe=>xe.status==="working").length,actions:nt}),c.jsx(bU,{stats:be.change_stats,open:f,onToggle:Un})]})}),Zt.length>0||be.state==="ready"||k?c.jsx(BU,{sessions:Zt,activeId:u?null:H,readMarks:On,promptStates:pa,roles:jt,subtabSessionIds:xn,fileTab:k?{path:k,active:!!B,onSelect:()=>Z0(k),onClose:Ot}:void 0,onSelect:d,onContext:xe=>Je({workspaceId:be.id,id:xe.id,title:xe.title}),onNewChat:ke,onClose:xe=>{He(xe)},onClosedTabs:()=>Be(be.id),creating:j,closingId:P,online:le}):null,G?c.jsx(wU,{title:Zt.find(xe=>xe.id===G)?.title??"Untitled",busy:P===G,onCancel:()=>Z(null),onConfirm:()=>{He(G,!0)}}):ne?c.jsxs("div",{className:"flex shrink-0 items-center gap-2 border-b border-del/30 bg-del/5 px-3 py-2 text-xs text-del",children:[c.jsx("span",{className:"min-w-0 flex-1",children:ne}),Er(ne)?c.jsx(xa,{}):null,Q?c.jsx("button",{type:"button",onClick:()=>{He(Q)},disabled:!!P||!le,className:"shrink-0 rounded-lg px-2 py-1 font-medium active:bg-surface-2 disabled:opacity-50",children:"Retry close"}):null,c.jsx("button",{type:"button",onClick:()=>W(null),"aria-label":"Dismiss close error",className:"p-1",children:c.jsx(hn,{size:14})})]}):null,K?.workspaceId===be.id?c.jsxs("div",{className:"flex shrink-0 items-center gap-2 border-b border-del/30 bg-del/5 px-3 py-2 text-xs text-del",children:[c.jsxs("span",{className:"min-w-0 flex-1",children:["The new chat is ready, but joining its history failed. ",K.message]}),c.jsx("button",{type:"button",className:"shrink-0 rounded-lg px-2 py-1 font-medium disabled:opacity-50",onClick:()=>{_t()},disabled:X||!le,children:X?"Joining…":"Retry joining history"})]}):null,un.map(xe=>c.jsx(Uj,{workflow:xe.workflow,jobs:xe.jobs,sessions:Zt,roles:xe.roles,activeSessionId:u?null:H,onSelectSession:d},xe.parentSessionId)),be.delegation_warning||M?c.jsx("div",{className:"shrink-0 border-b border-del/30 bg-del/5 px-3 py-1.5 text-xs text-del",children:M??be.delegation_warning}):null,c.jsxs("div",{className:"relative min-h-0 flex flex-1 flex-col",children:[B?c.jsx(SR,{review:ra,filePath:B,scope:m,showFolders:he,onSelectFile:Z0,onShowFiles:()=>{h(!0),C(i.key)},onClose:Ot},B):c.jsx(fm,{sessionId:H,historySessionIds:Ne,workspaceId:be.id,working:A0,workingSince:pn,turnStartedAt:re?.turn_started_at,waiting:re?.background_tasks,delegations:Le,agentType:re?.agent_type,model:re?.model,selectedSubagentId:u,queued:be.parked_prompts?.find(xe=>xe.sessionId===H)??be.pending_prompt,onFork:async xe=>{await ct(xe)},onCompact:_n,compactUnavailable:Jt,onSelectSession:d,onSelectSubagent:qe,onDismissDelegation:xe=>{Wl(xe)},onOpenRoles:()=>S(!0)}),f&&N?c.jsx(CU,{review:ra,sessionId:H,scope:m,onScopeChange:Pa,showFolders:he,onShowFoldersChange:xe=>Se({showFolders:xe}),selectedFile:B,onSelectFile:Z0,onClose:Tn}):null]}),u?c.jsx(kU,{title:re?.title,onReturn:()=>qe(null)}):c.jsx(mU,{session:re,sessionId:H,workspaceId:be.id,working:A0,actuator:et,onCompact:Qn,preparingCompact:!!H&&(U===H||oe===H),compactUnavailable:Jt,onCall:aa?kr:void 0,callActive:ha,onContext:re?()=>Je({workspaceId:be.id,id:re.id,title:re.title}):void 0,workflowStarted:!!(H&&jt[H])||At.some(xe=>xe.childSessionId===H),hasPendingPrompt:!!be.pending_prompt||!!be.parked_prompts?.some(xe=>xe.sessionId===H),workflow:Ve,workflowRole:k0,focusDraft:H===Ie,onDraftFocused:()=>De(null)},be.id)]}),f?c.jsx(vU,{review:ra,sessionId:H,scope:m,onScopeChange:Pa,showFolders:he,onShowFoldersChange:xe=>Se({showFolders:xe}),selectedFile:B,onSelectFile:Z0,onClose:Tn}):null,F?c.jsx(b7,{onClose:()=>S(!1)}):null,We&&We.workspaceId===e?c.jsx(Ej,{sessionId:We.id,title:We.title,revision:Zt.find(xe=>xe.id===We.id)?.updated_at,onClose:()=>Je(null)}):null]})]})}var s1={exports:{}},MU=s1.exports,G6;function NU(){return G6||(G6=1,(function(e,t){(function(l,i){e.exports=i()})(typeof self<"u"?self:MU,function(){return(function(a){var l={};function i(o){if(l[o])return l[o].exports;var u=l[o]={i:o,l:!1,exports:{}};return a[o].call(u.exports,u,u.exports,i),u.l=!0,u.exports}return i.m=a,i.c=l,i.d=function(o,u,d){i.o(o,u)||Object.defineProperty(o,u,{configurable:!1,enumerable:!0,get:d})},i.n=function(o){var u=o&&o.__esModule?function(){return o.default}:function(){return o};return i.d(u,"a",u),u},i.o=function(o,u){return Object.prototype.hasOwnProperty.call(o,u)},i.p="",i(i.s=3)})([(function(a,l,i){Object.defineProperty(l,"__esModule",{value:!0});var o=(function(){function u(d,f){this.width=f,this.height=d.length/f,this.data=d}return u.createEmpty=function(d,f){return new u(new Uint8ClampedArray(d*f),d)},u.prototype.get=function(d,f){return d<0||d>=this.width||f<0||f>=this.height?!1:!!this.data[f*this.width+d]},u.prototype.set=function(d,f,h){this.data[f*this.width+d]=h?1:0},u.prototype.setRegion=function(d,f,h,m,p){for(var y=f;y<f+m;y++)for(var b=d;b<d+h;b++)this.set(b,y,!!p)},u})();l.BitMatrix=o}),(function(a,l,i){Object.defineProperty(l,"__esModule",{value:!0});var o=i(2);function u(f,h){return f^h}l.addOrSubtractGF=u;var d=(function(){function f(h,m,p){this.primitive=h,this.size=m,this.generatorBase=p,this.expTable=new Array(this.size),this.logTable=new Array(this.size);for(var y=1,b=0;b<this.size;b++)this.expTable[b]=y,y=y*2,y>=this.size&&(y=(y^this.primitive)&this.size-1);for(var b=0;b<this.size-1;b++)this.logTable[this.expTable[b]]=b;this.zero=new o.default(this,Uint8ClampedArray.from([0])),this.one=new o.default(this,Uint8ClampedArray.from([1]))}return f.prototype.multiply=function(h,m){return h===0||m===0?0:this.expTable[(this.logTable[h]+this.logTable[m])%(this.size-1)]},f.prototype.inverse=function(h){if(h===0)throw new Error("Can't invert 0");return this.expTable[this.size-this.logTable[h]-1]},f.prototype.buildMonomial=function(h,m){if(h<0)throw new Error("Invalid monomial degree less than 0");if(m===0)return this.zero;var p=new Uint8ClampedArray(h+1);return p[0]=m,new o.default(this,p)},f.prototype.log=function(h){if(h===0)throw new Error("Can't take log(0)");return this.logTable[h]},f.prototype.exp=function(h){return this.expTable[h]},f})();l.default=d}),(function(a,l,i){Object.defineProperty(l,"__esModule",{value:!0});var o=i(1),u=(function(){function d(f,h){if(h.length===0)throw new Error("No coefficients.");this.field=f;var m=h.length;if(m>1&&h[0]===0){for(var p=1;p<m&&h[p]===0;)p++;if(p===m)this.coefficients=f.zero.coefficients;else{this.coefficients=new Uint8ClampedArray(m-p);for(var y=0;y<this.coefficients.length;y++)this.coefficients[y]=h[p+y]}}else this.coefficients=h}return d.prototype.degree=function(){return this.coefficients.length-1},d.prototype.isZero=function(){return this.coefficients[0]===0},d.prototype.getCoefficient=function(f){return this.coefficients[this.coefficients.length-1-f]},d.prototype.addOrSubtract=function(f){var h;if(this.isZero())return f;if(f.isZero())return this;var m=this.coefficients,p=f.coefficients;m.length>p.length&&(h=[p,m],m=h[0],p=h[1]);for(var y=new Uint8ClampedArray(p.length),b=p.length-m.length,v=0;v<b;v++)y[v]=p[v];for(var v=b;v<p.length;v++)y[v]=o.addOrSubtractGF(m[v-b],p[v]);return new d(this.field,y)},d.prototype.multiply=function(f){if(f===0)return this.field.zero;if(f===1)return this;for(var h=this.coefficients.length,m=new Uint8ClampedArray(h),p=0;p<h;p++)m[p]=this.field.multiply(this.coefficients[p],f);return new d(this.field,m)},d.prototype.multiplyPoly=function(f){if(this.isZero()||f.isZero())return this.field.zero;for(var h=this.coefficients,m=h.length,p=f.coefficients,y=p.length,b=new Uint8ClampedArray(m+y-1),v=0;v<m;v++)for(var C=h[v],k=0;k<y;k++)b[v+k]=o.addOrSubtractGF(b[v+k],this.field.multiply(C,p[k]));return new d(this.field,b)},d.prototype.multiplyByMonomial=function(f,h){if(f<0)throw new Error("Invalid degree less than 0");if(h===0)return this.field.zero;for(var m=this.coefficients.length,p=new Uint8ClampedArray(m+f),y=0;y<m;y++)p[y]=this.field.multiply(this.coefficients[y],h);return new d(this.field,p)},d.prototype.evaluateAt=function(f){var h=0;if(f===0)return this.getCoefficient(0);var m=this.coefficients.length;if(f===1)return this.coefficients.forEach(function(y){h=o.addOrSubtractGF(h,y)}),h;h=this.coefficients[0];for(var p=1;p<m;p++)h=o.addOrSubtractGF(this.field.multiply(f,h),this.coefficients[p]);return h},d})();l.default=u}),(function(a,l,i){Object.defineProperty(l,"__esModule",{value:!0});var o=i(4),u=i(5),d=i(11),f=i(12);function h(y){var b=f.locate(y);if(!b)return null;for(var v=0,C=b;v<C.length;v++){var k=C[v],B=d.extract(y,k),N=u.decode(B.matrix);if(N)return{binaryData:N.bytes,data:N.text,chunks:N.chunks,version:N.version,location:{topRightCorner:B.mappingFunction(k.dimension,0),topLeftCorner:B.mappingFunction(0,0),bottomRightCorner:B.mappingFunction(k.dimension,k.dimension),bottomLeftCorner:B.mappingFunction(0,k.dimension),topRightFinderPattern:k.topRight,topLeftFinderPattern:k.topLeft,bottomLeftFinderPattern:k.bottomLeft,bottomRightAlignmentPattern:k.alignmentPattern}}}return null}var m={inversionAttempts:"attemptBoth"};function p(y,b,v,C){C===void 0&&(C={});var k=m;Object.keys(k||{}).forEach(function(j){k[j]=C[j]||k[j]});var B=k.inversionAttempts==="attemptBoth"||k.inversionAttempts==="invertFirst",N=k.inversionAttempts==="onlyInvert"||k.inversionAttempts==="invertFirst",F=o.binarize(y,b,v,B),S=F.binarized,M=F.inverted,D=h(N?M:S);return!D&&(k.inversionAttempts==="attemptBoth"||k.inversionAttempts==="invertFirst")&&(D=h(N?S:M)),D}p.default=p,l.default=p}),(function(a,l,i){Object.defineProperty(l,"__esModule",{value:!0});var o=i(0),u=8,d=24;function f(p,y,b){return p<y?y:p>b?b:p}var h=(function(){function p(y,b){this.width=y,this.data=new Uint8ClampedArray(y*b)}return p.prototype.get=function(y,b){return this.data[b*this.width+y]},p.prototype.set=function(y,b,v){this.data[b*this.width+y]=v},p})();function m(p,y,b,v){if(p.length!==y*b*4)throw new Error("Malformed data passed to binarizer.");for(var C=new h(y,b),k=0;k<y;k++)for(var B=0;B<b;B++){var N=p[(B*y+k)*4+0],F=p[(B*y+k)*4+1],S=p[(B*y+k)*4+2];C.set(k,B,.2126*N+.7152*F+.0722*S)}for(var M=Math.ceil(y/u),D=Math.ceil(b/u),j=new h(M,D),O=0;O<D;O++)for(var P=0;P<M;P++){for(var T=0,G=1/0,Z=0,B=0;B<u;B++)for(var k=0;k<u;k++){var ne=C.get(P*u+k,O*u+B);T+=ne,G=Math.min(G,ne),Z=Math.max(Z,ne)}var W=T/Math.pow(u,2);if(Z-G<=d&&(W=G/2,O>0&&P>0)){var Q=(j.get(P,O-1)+2*j.get(P-1,O)+j.get(P-1,O-1))/4;G<Q&&(W=Q)}j.set(P,O,W)}var I=o.BitMatrix.createEmpty(y,b),U=null;v&&(U=o.BitMatrix.createEmpty(y,b));for(var O=0;O<D;O++)for(var P=0;P<M;P++){for(var te=f(P,2,M-3),oe=f(O,2,D-3),T=0,_=-2;_<=2;_++)for(var L=-2;L<=2;L++)T+=j.get(te+_,oe+L);for(var K=T/25,_=0;_<u;_++)for(var L=0;L<u;L++){var k=P*u+_,B=O*u+L,R=C.get(k,B);I.set(k,B,R<=K),v&&U.set(k,B,!(R<=K))}}return v?{binarized:I,inverted:U}:{binarized:I}}l.binarize=m}),(function(a,l,i){Object.defineProperty(l,"__esModule",{value:!0});var o=i(0),u=i(6),d=i(9),f=i(10);function h(S,M){for(var D=S^M,j=0;D;)j++,D&=D-1;return j}function m(S,M){return M<<1|S}var p=[{bits:21522,formatInfo:{errorCorrectionLevel:1,dataMask:0}},{bits:20773,formatInfo:{errorCorrectionLevel:1,dataMask:1}},{bits:24188,formatInfo:{errorCorrectionLevel:1,dataMask:2}},{bits:23371,formatInfo:{errorCorrectionLevel:1,dataMask:3}},{bits:17913,formatInfo:{errorCorrectionLevel:1,dataMask:4}},{bits:16590,formatInfo:{errorCorrectionLevel:1,dataMask:5}},{bits:20375,formatInfo:{errorCorrectionLevel:1,dataMask:6}},{bits:19104,formatInfo:{errorCorrectionLevel:1,dataMask:7}},{bits:30660,formatInfo:{errorCorrectionLevel:0,dataMask:0}},{bits:29427,formatInfo:{errorCorrectionLevel:0,dataMask:1}},{bits:32170,formatInfo:{errorCorrectionLevel:0,dataMask:2}},{bits:30877,formatInfo:{errorCorrectionLevel:0,dataMask:3}},{bits:26159,formatInfo:{errorCorrectionLevel:0,dataMask:4}},{bits:25368,formatInfo:{errorCorrectionLevel:0,dataMask:5}},{bits:27713,formatInfo:{errorCorrectionLevel:0,dataMask:6}},{bits:26998,formatInfo:{errorCorrectionLevel:0,dataMask:7}},{bits:5769,formatInfo:{errorCorrectionLevel:3,dataMask:0}},{bits:5054,formatInfo:{errorCorrectionLevel:3,dataMask:1}},{bits:7399,formatInfo:{errorCorrectionLevel:3,dataMask:2}},{bits:6608,formatInfo:{errorCorrectionLevel:3,dataMask:3}},{bits:1890,formatInfo:{errorCorrectionLevel:3,dataMask:4}},{bits:597,formatInfo:{errorCorrectionLevel:3,dataMask:5}},{bits:3340,formatInfo:{errorCorrectionLevel:3,dataMask:6}},{bits:2107,formatInfo:{errorCorrectionLevel:3,dataMask:7}},{bits:13663,formatInfo:{errorCorrectionLevel:2,dataMask:0}},{bits:12392,formatInfo:{errorCorrectionLevel:2,dataMask:1}},{bits:16177,formatInfo:{errorCorrectionLevel:2,dataMask:2}},{bits:14854,formatInfo:{errorCorrectionLevel:2,dataMask:3}},{bits:9396,formatInfo:{errorCorrectionLevel:2,dataMask:4}},{bits:8579,formatInfo:{errorCorrectionLevel:2,dataMask:5}},{bits:11994,formatInfo:{errorCorrectionLevel:2,dataMask:6}},{bits:11245,formatInfo:{errorCorrectionLevel:2,dataMask:7}}],y=[function(S){return(S.y+S.x)%2===0},function(S){return S.y%2===0},function(S){return S.x%3===0},function(S){return(S.y+S.x)%3===0},function(S){return(Math.floor(S.y/2)+Math.floor(S.x/3))%2===0},function(S){return S.x*S.y%2+S.x*S.y%3===0},function(S){return(S.y*S.x%2+S.y*S.x%3)%2===0},function(S){return((S.y+S.x)%2+S.y*S.x%3)%2===0}];function b(S){var M=17+4*S.versionNumber,D=o.BitMatrix.createEmpty(M,M);D.setRegion(0,0,9,9,!0),D.setRegion(M-8,0,8,9,!0),D.setRegion(0,M-8,9,8,!0);for(var j=0,O=S.alignmentPatternCenters;j<O.length;j++)for(var P=O[j],T=0,G=S.alignmentPatternCenters;T<G.length;T++){var Z=G[T];P===6&&Z===6||P===6&&Z===M-7||P===M-7&&Z===6||D.setRegion(P-2,Z-2,5,5,!0)}return D.setRegion(6,9,1,M-17,!0),D.setRegion(9,6,M-17,1,!0),S.versionNumber>6&&(D.setRegion(M-11,0,3,6,!0),D.setRegion(0,M-11,6,3,!0)),D}function v(S,M,D){for(var j=y[D.dataMask],O=S.height,P=b(M),T=[],G=0,Z=0,ne=!0,W=O-1;W>0;W-=2){W===6&&W--;for(var Q=0;Q<O;Q++)for(var I=ne?O-1-Q:Q,U=0;U<2;U++){var te=W-U;if(!P.get(te,I)){Z++;var oe=S.get(te,I);j({y:I,x:te})&&(oe=!oe),G=m(oe,G),Z===8&&(T.push(G),Z=0,G=0)}}ne=!ne}return T}function C(S){var M=S.height,D=Math.floor((M-17)/4);if(D<=6)return f.VERSIONS[D-1];for(var j=0,O=5;O>=0;O--)for(var P=M-9;P>=M-11;P--)j=m(S.get(P,O),j);for(var T=0,P=5;P>=0;P--)for(var O=M-9;O>=M-11;O--)T=m(S.get(P,O),T);for(var G=1/0,Z,ne=0,W=f.VERSIONS;ne<W.length;ne++){var Q=W[ne];if(Q.infoBits===j||Q.infoBits===T)return Q;var I=h(j,Q.infoBits);I<G&&(Z=Q,G=I),I=h(T,Q.infoBits),I<G&&(Z=Q,G=I)}if(G<=3)return Z}function k(S){for(var M=0,D=0;D<=8;D++)D!==6&&(M=m(S.get(D,8),M));for(var j=7;j>=0;j--)j!==6&&(M=m(S.get(8,j),M));for(var O=S.height,P=0,j=O-1;j>=O-7;j--)P=m(S.get(8,j),P);for(var D=O-8;D<O;D++)P=m(S.get(D,8),P);for(var T=1/0,G=null,Z=0,ne=p;Z<ne.length;Z++){var W=ne[Z],Q=W.bits,I=W.formatInfo;if(Q===M||Q===P)return I;var U=h(M,Q);U<T&&(G=I,T=U),M!==P&&(U=h(P,Q),U<T&&(G=I,T=U))}return T<=3?G:null}function B(S,M,D){var j=M.errorCorrectionLevels[D],O=[],P=0;if(j.ecBlocks.forEach(function(oe){for(var _=0;_<oe.numBlocks;_++)O.push({numDataCodewords:oe.dataCodewordsPerBlock,codewords:[]}),P+=oe.dataCodewordsPerBlock+j.ecCodewordsPerBlock}),S.length<P)return null;S=S.slice(0,P);for(var T=j.ecBlocks[0].dataCodewordsPerBlock,G=0;G<T;G++)for(var Z=0,ne=O;Z<ne.length;Z++){var W=ne[Z];W.codewords.push(S.shift())}if(j.ecBlocks.length>1)for(var Q=j.ecBlocks[0].numBlocks,I=j.ecBlocks[1].numBlocks,G=0;G<I;G++)O[Q+G].codewords.push(S.shift());for(;S.length>0;)for(var U=0,te=O;U<te.length;U++){var W=te[U];W.codewords.push(S.shift())}return O}function N(S){var M=C(S);if(!M)return null;var D=k(S);if(!D)return null;var j=v(S,M,D),O=B(j,M,D.errorCorrectionLevel);if(!O)return null;for(var P=O.reduce(function(U,te){return U+te.numDataCodewords},0),T=new Uint8ClampedArray(P),G=0,Z=0,ne=O;Z<ne.length;Z++){var W=ne[Z],Q=d.decode(W.codewords,W.codewords.length-W.numDataCodewords);if(!Q)return null;for(var I=0;I<W.numDataCodewords;I++)T[G++]=Q[I]}try{return u.decode(T,M.versionNumber)}catch{return null}}function F(S){if(S==null)return null;var M=N(S);if(M)return M;for(var D=0;D<S.width;D++)for(var j=D+1;j<S.height;j++)S.get(D,j)!==S.get(j,D)&&(S.set(D,j,!S.get(D,j)),S.set(j,D,!S.get(j,D)));return N(S)}l.decode=F}),(function(a,l,i){Object.defineProperty(l,"__esModule",{value:!0});var o=i(7),u=i(8),d;(function(C){C.Numeric="numeric",C.Alphanumeric="alphanumeric",C.Byte="byte",C.Kanji="kanji",C.ECI="eci"})(d=l.Mode||(l.Mode={}));var f;(function(C){C[C.Terminator=0]="Terminator",C[C.Numeric=1]="Numeric",C[C.Alphanumeric=2]="Alphanumeric",C[C.Byte=4]="Byte",C[C.Kanji=8]="Kanji",C[C.ECI=7]="ECI"})(f||(f={}));function h(C,k){for(var B=[],N="",F=[10,12,14][k],S=C.readBits(F);S>=3;){var M=C.readBits(10);if(M>=1e3)throw new Error("Invalid numeric value above 999");var D=Math.floor(M/100),j=Math.floor(M/10)%10,O=M%10;B.push(48+D,48+j,48+O),N+=D.toString()+j.toString()+O.toString(),S-=3}if(S===2){var M=C.readBits(7);if(M>=100)throw new Error("Invalid numeric value above 99");var D=Math.floor(M/10),j=M%10;B.push(48+D,48+j),N+=D.toString()+j.toString()}else if(S===1){var M=C.readBits(4);if(M>=10)throw new Error("Invalid numeric value above 9");B.push(48+M),N+=M.toString()}return{bytes:B,text:N}}var m=["0","1","2","3","4","5","6","7","8","9","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z"," ","$","%","*","+","-",".","/",":"];function p(C,k){for(var B=[],N="",F=[9,11,13][k],S=C.readBits(F);S>=2;){var M=C.readBits(11),D=Math.floor(M/45),j=M%45;B.push(m[D].charCodeAt(0),m[j].charCodeAt(0)),N+=m[D]+m[j],S-=2}if(S===1){var D=C.readBits(6);B.push(m[D].charCodeAt(0)),N+=m[D]}return{bytes:B,text:N}}function y(C,k){for(var B=[],N="",F=[8,16,16][k],S=C.readBits(F),M=0;M<S;M++){var D=C.readBits(8);B.push(D)}try{N+=decodeURIComponent(B.map(function(j){return"%"+("0"+j.toString(16)).substr(-2)}).join(""))}catch{}return{bytes:B,text:N}}function b(C,k){for(var B=[],N="",F=[8,10,12][k],S=C.readBits(F),M=0;M<S;M++){var D=C.readBits(13),j=Math.floor(D/192)<<8|D%192;j<7936?j+=33088:j+=49472,B.push(j>>8,j&255),N+=String.fromCharCode(u.shiftJISTable[j])}return{bytes:B,text:N}}function v(C,k){for(var B,N,F,S,M=new o.BitStream(C),D=k<=9?0:k<=26?1:2,j={text:"",bytes:[],chunks:[],version:k};M.available()>=4;){var O=M.readBits(4);if(O===f.Terminator)return j;if(O===f.ECI)M.readBits(1)===0?j.chunks.push({type:d.ECI,assignmentNumber:M.readBits(7)}):M.readBits(1)===0?j.chunks.push({type:d.ECI,assignmentNumber:M.readBits(14)}):M.readBits(1)===0?j.chunks.push({type:d.ECI,assignmentNumber:M.readBits(21)}):j.chunks.push({type:d.ECI,assignmentNumber:-1});else if(O===f.Numeric){var P=h(M,D);j.text+=P.text,(B=j.bytes).push.apply(B,P.bytes),j.chunks.push({type:d.Numeric,text:P.text})}else if(O===f.Alphanumeric){var T=p(M,D);j.text+=T.text,(N=j.bytes).push.apply(N,T.bytes),j.chunks.push({type:d.Alphanumeric,text:T.text})}else if(O===f.Byte){var G=y(M,D);j.text+=G.text,(F=j.bytes).push.apply(F,G.bytes),j.chunks.push({type:d.Byte,bytes:G.bytes,text:G.text})}else if(O===f.Kanji){var Z=b(M,D);j.text+=Z.text,(S=j.bytes).push.apply(S,Z.bytes),j.chunks.push({type:d.Kanji,bytes:Z.bytes,text:Z.text})}}if(M.available()===0||M.readBits(M.available())===0)return j}l.decode=v}),(function(a,l,i){Object.defineProperty(l,"__esModule",{value:!0});var o=(function(){function u(d){this.byteOffset=0,this.bitOffset=0,this.bytes=d}return u.prototype.readBits=function(d){if(d<1||d>32||d>this.available())throw new Error("Cannot read "+d.toString()+" bits");var f=0;if(this.bitOffset>0){var h=8-this.bitOffset,m=d<h?d:h,p=h-m,y=255>>8-m<<p;f=(this.bytes[this.byteOffset]&y)>>p,d-=m,this.bitOffset+=m,this.bitOffset===8&&(this.bitOffset=0,this.byteOffset++)}if(d>0){for(;d>=8;)f=f<<8|this.bytes[this.byteOffset]&255,this.byteOffset++,d-=8;if(d>0){var p=8-d,y=255>>p<<p;f=f<<d|(this.bytes[this.byteOffset]&y)>>p,this.bitOffset+=d}}return f},u.prototype.available=function(){return 8*(this.bytes.length-this.byteOffset)-this.bitOffset},u})();l.BitStream=o}),(function(a,l,i){Object.defineProperty(l,"__esModule",{value:!0}),l.shiftJISTable={32:32,33:33,34:34,35:35,36:36,37:37,38:38,39:39,40:40,41:41,42:42,43:43,44:44,45:45,46:46,47:47,48:48,49:49,50:50,51:51,52:52,53:53,54:54,55:55,56:56,57:57,58:58,59:59,60:60,61:61,62:62,63:63,64:64,65:65,66:66,67:67,68:68,69:69,70:70,71:71,72:72,73:73,74:74,75:75,76:76,77:77,78:78,79:79,80:80,81:81,82:82,83:83,84:84,85:85,86:86,87:87,88:88,89:89,90:90,91:91,92:165,93:93,94:94,95:95,96:96,97:97,98:98,99:99,100:100,101:101,102:102,103:103,104:104,105:105,106:106,107:107,108:108,109:109,110:110,111:111,112:112,113:113,114:114,115:115,116:116,117:117,118:118,119:119,120:120,121:121,122:122,123:123,124:124,125:125,126:8254,33088:12288,33089:12289,33090:12290,33091:65292,33092:65294,33093:12539,33094:65306,33095:65307,33096:65311,33097:65281,33098:12443,33099:12444,33100:180,33101:65344,33102:168,33103:65342,33104:65507,33105:65343,33106:12541,33107:12542,33108:12445,33109:12446,33110:12291,33111:20189,33112:12293,33113:12294,33114:12295,33115:12540,33116:8213,33117:8208,33118:65295,33119:92,33120:12316,33121:8214,33122:65372,33123:8230,33124:8229,33125:8216,33126:8217,33127:8220,33128:8221,33129:65288,33130:65289,33131:12308,33132:12309,33133:65339,33134:65341,33135:65371,33136:65373,33137:12296,33138:12297,33139:12298,33140:12299,33141:12300,33142:12301,33143:12302,33144:12303,33145:12304,33146:12305,33147:65291,33148:8722,33149:177,33150:215,33152:247,33153:65309,33154:8800,33155:65308,33156:65310,33157:8806,33158:8807,33159:8734,33160:8756,33161:9794,33162:9792,33163:176,33164:8242,33165:8243,33166:8451,33167:65509,33168:65284,33169:162,33170:163,33171:65285,33172:65283,33173:65286,33174:65290,33175:65312,33176:167,33177:9734,33178:9733,33179:9675,33180:9679,33181:9678,33182:9671,33183:9670,33184:9633,33185:9632,33186:9651,33187:9650,33188:9661,33189:9660,33190:8251,33191:12306,33192:8594,33193:8592,33194:8593,33195:8595,33196:12307,33208:8712,33209:8715,33210:8838,33211:8839,33212:8834,33213:8835,33214:8746,33215:8745,33224:8743,33225:8744,33226:172,33227:8658,33228:8660,33229:8704,33230:8707,33242:8736,33243:8869,33244:8978,33245:8706,33246:8711,33247:8801,33248:8786,33249:8810,33250:8811,33251:8730,33252:8765,33253:8733,33254:8757,33255:8747,33256:8748,33264:8491,33265:8240,33266:9839,33267:9837,33268:9834,33269:8224,33270:8225,33271:182,33276:9711,33359:65296,33360:65297,33361:65298,33362:65299,33363:65300,33364:65301,33365:65302,33366:65303,33367:65304,33368:65305,33376:65313,33377:65314,33378:65315,33379:65316,33380:65317,33381:65318,33382:65319,33383:65320,33384:65321,33385:65322,33386:65323,33387:65324,33388:65325,33389:65326,33390:65327,33391:65328,33392:65329,33393:65330,33394:65331,33395:65332,33396:65333,33397:65334,33398:65335,33399:65336,33400:65337,33401:65338,33409:65345,33410:65346,33411:65347,33412:65348,33413:65349,33414:65350,33415:65351,33416:65352,33417:65353,33418:65354,33419:65355,33420:65356,33421:65357,33422:65358,33423:65359,33424:65360,33425:65361,33426:65362,33427:65363,33428:65364,33429:65365,33430:65366,33431:65367,33432:65368,33433:65369,33434:65370,33439:12353,33440:12354,33441:12355,33442:12356,33443:12357,33444:12358,33445:12359,33446:12360,33447:12361,33448:12362,33449:12363,33450:12364,33451:12365,33452:12366,33453:12367,33454:12368,33455:12369,33456:12370,33457:12371,33458:12372,33459:12373,33460:12374,33461:12375,33462:12376,33463:12377,33464:12378,33465:12379,33466:12380,33467:12381,33468:12382,33469:12383,33470:12384,33471:12385,33472:12386,33473:12387,33474:12388,33475:12389,33476:12390,33477:12391,33478:12392,33479:12393,33480:12394,33481:12395,33482:12396,33483:12397,33484:12398,33485:12399,33486:12400,33487:12401,33488:12402,33489:12403,33490:12404,33491:12405,33492:12406,33493:12407,33494:12408,33495:12409,33496:12410,33497:12411,33498:12412,33499:12413,33500:12414,33501:12415,33502:12416,33503:12417,33504:12418,33505:12419,33506:12420,33507:12421,33508:12422,33509:12423,33510:12424,33511:12425,33512:12426,33513:12427,33514:12428,33515:12429,33516:12430,33517:12431,33518:12432,33519:12433,33520:12434,33521:12435,33600:12449,33601:12450,33602:12451,33603:12452,33604:12453,33605:12454,33606:12455,33607:12456,33608:12457,33609:12458,33610:12459,33611:12460,33612:12461,33613:12462,33614:12463,33615:12464,33616:12465,33617:12466,33618:12467,33619:12468,33620:12469,33621:12470,33622:12471,33623:12472,33624:12473,33625:12474,33626:12475,33627:12476,33628:12477,33629:12478,33630:12479,33631:12480,33632:12481,33633:12482,33634:12483,33635:12484,33636:12485,33637:12486,33638:12487,33639:12488,33640:12489,33641:12490,33642:12491,33643:12492,33644:12493,33645:12494,33646:12495,33647:12496,33648:12497,33649:12498,33650:12499,33651:12500,33652:12501,33653:12502,33654:12503,33655:12504,33656:12505,33657:12506,33658:12507,33659:12508,33660:12509,33661:12510,33662:12511,33664:12512,33665:12513,33666:12514,33667:12515,33668:12516,33669:12517,33670:12518,33671:12519,33672:12520,33673:12521,33674:12522,33675:12523,33676:12524,33677:12525,33678:12526,33679:12527,33680:12528,33681:12529,33682:12530,33683:12531,33684:12532,33685:12533,33686:12534,33695:913,33696:914,33697:915,33698:916,33699:917,33700:918,33701:919,33702:920,33703:921,33704:922,33705:923,33706:924,33707:925,33708:926,33709:927,33710:928,33711:929,33712:931,33713:932,33714:933,33715:934,33716:935,33717:936,33718:937,33727:945,33728:946,33729:947,33730:948,33731:949,33732:950,33733:951,33734:952,33735:953,33736:954,33737:955,33738:956,33739:957,33740:958,33741:959,33742:960,33743:961,33744:963,33745:964,33746:965,33747:966,33748:967,33749:968,33750:969,33856:1040,33857:1041,33858:1042,33859:1043,33860:1044,33861:1045,33862:1025,33863:1046,33864:1047,33865:1048,33866:1049,33867:1050,33868:1051,33869:1052,33870:1053,33871:1054,33872:1055,33873:1056,33874:1057,33875:1058,33876:1059,33877:1060,33878:1061,33879:1062,33880:1063,33881:1064,33882:1065,33883:1066,33884:1067,33885:1068,33886:1069,33887:1070,33888:1071,33904:1072,33905:1073,33906:1074,33907:1075,33908:1076,33909:1077,33910:1105,33911:1078,33912:1079,33913:1080,33914:1081,33915:1082,33916:1083,33917:1084,33918:1085,33920:1086,33921:1087,33922:1088,33923:1089,33924:1090,33925:1091,33926:1092,33927:1093,33928:1094,33929:1095,33930:1096,33931:1097,33932:1098,33933:1099,33934:1100,33935:1101,33936:1102,33937:1103,33951:9472,33952:9474,33953:9484,33954:9488,33955:9496,33956:9492,33957:9500,33958:9516,33959:9508,33960:9524,33961:9532,33962:9473,33963:9475,33964:9487,33965:9491,33966:9499,33967:9495,33968:9507,33969:9523,33970:9515,33971:9531,33972:9547,33973:9504,33974:9519,33975:9512,33976:9527,33977:9535,33978:9501,33979:9520,33980:9509,33981:9528,33982:9538,34975:20124,34976:21782,34977:23043,34978:38463,34979:21696,34980:24859,34981:25384,34982:23030,34983:36898,34984:33909,34985:33564,34986:31312,34987:24746,34988:25569,34989:28197,34990:26093,34991:33894,34992:33446,34993:39925,34994:26771,34995:22311,34996:26017,34997:25201,34998:23451,34999:22992,35e3:34427,35001:39156,35002:32098,35003:32190,35004:39822,35005:25110,35006:31903,35007:34999,35008:23433,35009:24245,35010:25353,35011:26263,35012:26696,35013:38343,35014:38797,35015:26447,35016:20197,35017:20234,35018:20301,35019:20381,35020:20553,35021:22258,35022:22839,35023:22996,35024:23041,35025:23561,35026:24799,35027:24847,35028:24944,35029:26131,35030:26885,35031:28858,35032:30031,35033:30064,35034:31227,35035:32173,35036:32239,35037:32963,35038:33806,35039:34915,35040:35586,35041:36949,35042:36986,35043:21307,35044:20117,35045:20133,35046:22495,35047:32946,35048:37057,35049:30959,35050:19968,35051:22769,35052:28322,35053:36920,35054:31282,35055:33576,35056:33419,35057:39983,35058:20801,35059:21360,35060:21693,35061:21729,35062:22240,35063:23035,35064:24341,35065:39154,35066:28139,35067:32996,35068:34093,35136:38498,35137:38512,35138:38560,35139:38907,35140:21515,35141:21491,35142:23431,35143:28879,35144:32701,35145:36802,35146:38632,35147:21359,35148:40284,35149:31418,35150:19985,35151:30867,35152:33276,35153:28198,35154:22040,35155:21764,35156:27421,35157:34074,35158:39995,35159:23013,35160:21417,35161:28006,35162:29916,35163:38287,35164:22082,35165:20113,35166:36939,35167:38642,35168:33615,35169:39180,35170:21473,35171:21942,35172:23344,35173:24433,35174:26144,35175:26355,35176:26628,35177:27704,35178:27891,35179:27945,35180:29787,35181:30408,35182:31310,35183:38964,35184:33521,35185:34907,35186:35424,35187:37613,35188:28082,35189:30123,35190:30410,35191:39365,35192:24742,35193:35585,35194:36234,35195:38322,35196:27022,35197:21421,35198:20870,35200:22290,35201:22576,35202:22852,35203:23476,35204:24310,35205:24616,35206:25513,35207:25588,35208:27839,35209:28436,35210:28814,35211:28948,35212:29017,35213:29141,35214:29503,35215:32257,35216:33398,35217:33489,35218:34199,35219:36960,35220:37467,35221:40219,35222:22633,35223:26044,35224:27738,35225:29989,35226:20985,35227:22830,35228:22885,35229:24448,35230:24540,35231:25276,35232:26106,35233:27178,35234:27431,35235:27572,35236:29579,35237:32705,35238:35158,35239:40236,35240:40206,35241:40644,35242:23713,35243:27798,35244:33659,35245:20740,35246:23627,35247:25014,35248:33222,35249:26742,35250:29281,35251:20057,35252:20474,35253:21368,35254:24681,35255:28201,35256:31311,35257:38899,35258:19979,35259:21270,35260:20206,35261:20309,35262:20285,35263:20385,35264:20339,35265:21152,35266:21487,35267:22025,35268:22799,35269:23233,35270:23478,35271:23521,35272:31185,35273:26247,35274:26524,35275:26550,35276:27468,35277:27827,35278:28779,35279:29634,35280:31117,35281:31166,35282:31292,35283:31623,35284:33457,35285:33499,35286:33540,35287:33655,35288:33775,35289:33747,35290:34662,35291:35506,35292:22057,35293:36008,35294:36838,35295:36942,35296:38686,35297:34442,35298:20420,35299:23784,35300:25105,35301:29273,35302:30011,35303:33253,35304:33469,35305:34558,35306:36032,35307:38597,35308:39187,35309:39381,35310:20171,35311:20250,35312:35299,35313:22238,35314:22602,35315:22730,35316:24315,35317:24555,35318:24618,35319:24724,35320:24674,35321:25040,35322:25106,35323:25296,35324:25913,35392:39745,35393:26214,35394:26800,35395:28023,35396:28784,35397:30028,35398:30342,35399:32117,35400:33445,35401:34809,35402:38283,35403:38542,35404:35997,35405:20977,35406:21182,35407:22806,35408:21683,35409:23475,35410:23830,35411:24936,35412:27010,35413:28079,35414:30861,35415:33995,35416:34903,35417:35442,35418:37799,35419:39608,35420:28012,35421:39336,35422:34521,35423:22435,35424:26623,35425:34510,35426:37390,35427:21123,35428:22151,35429:21508,35430:24275,35431:25313,35432:25785,35433:26684,35434:26680,35435:27579,35436:29554,35437:30906,35438:31339,35439:35226,35440:35282,35441:36203,35442:36611,35443:37101,35444:38307,35445:38548,35446:38761,35447:23398,35448:23731,35449:27005,35450:38989,35451:38990,35452:25499,35453:31520,35454:27179,35456:27263,35457:26806,35458:39949,35459:28511,35460:21106,35461:21917,35462:24688,35463:25324,35464:27963,35465:28167,35466:28369,35467:33883,35468:35088,35469:36676,35470:19988,35471:39993,35472:21494,35473:26907,35474:27194,35475:38788,35476:26666,35477:20828,35478:31427,35479:33970,35480:37340,35481:37772,35482:22107,35483:40232,35484:26658,35485:33541,35486:33841,35487:31909,35488:21e3,35489:33477,35490:29926,35491:20094,35492:20355,35493:20896,35494:23506,35495:21002,35496:21208,35497:21223,35498:24059,35499:21914,35500:22570,35501:23014,35502:23436,35503:23448,35504:23515,35505:24178,35506:24185,35507:24739,35508:24863,35509:24931,35510:25022,35511:25563,35512:25954,35513:26577,35514:26707,35515:26874,35516:27454,35517:27475,35518:27735,35519:28450,35520:28567,35521:28485,35522:29872,35523:29976,35524:30435,35525:30475,35526:31487,35527:31649,35528:31777,35529:32233,35530:32566,35531:32752,35532:32925,35533:33382,35534:33694,35535:35251,35536:35532,35537:36011,35538:36996,35539:37969,35540:38291,35541:38289,35542:38306,35543:38501,35544:38867,35545:39208,35546:33304,35547:20024,35548:21547,35549:23736,35550:24012,35551:29609,35552:30284,35553:30524,35554:23721,35555:32747,35556:36107,35557:38593,35558:38929,35559:38996,35560:39e3,35561:20225,35562:20238,35563:21361,35564:21916,35565:22120,35566:22522,35567:22855,35568:23305,35569:23492,35570:23696,35571:24076,35572:24190,35573:24524,35574:25582,35575:26426,35576:26071,35577:26082,35578:26399,35579:26827,35580:26820,35648:27231,35649:24112,35650:27589,35651:27671,35652:27773,35653:30079,35654:31048,35655:23395,35656:31232,35657:32e3,35658:24509,35659:35215,35660:35352,35661:36020,35662:36215,35663:36556,35664:36637,35665:39138,35666:39438,35667:39740,35668:20096,35669:20605,35670:20736,35671:22931,35672:23452,35673:25135,35674:25216,35675:25836,35676:27450,35677:29344,35678:30097,35679:31047,35680:32681,35681:34811,35682:35516,35683:35696,35684:25516,35685:33738,35686:38816,35687:21513,35688:21507,35689:21931,35690:26708,35691:27224,35692:35440,35693:30759,35694:26485,35695:40653,35696:21364,35697:23458,35698:33050,35699:34384,35700:36870,35701:19992,35702:20037,35703:20167,35704:20241,35705:21450,35706:21560,35707:23470,35708:24339,35709:24613,35710:25937,35712:26429,35713:27714,35714:27762,35715:27875,35716:28792,35717:29699,35718:31350,35719:31406,35720:31496,35721:32026,35722:31998,35723:32102,35724:26087,35725:29275,35726:21435,35727:23621,35728:24040,35729:25298,35730:25312,35731:25369,35732:28192,35733:34394,35734:35377,35735:36317,35736:37624,35737:28417,35738:31142,35739:39770,35740:20136,35741:20139,35742:20140,35743:20379,35744:20384,35745:20689,35746:20807,35747:31478,35748:20849,35749:20982,35750:21332,35751:21281,35752:21375,35753:21483,35754:21932,35755:22659,35756:23777,35757:24375,35758:24394,35759:24623,35760:24656,35761:24685,35762:25375,35763:25945,35764:27211,35765:27841,35766:29378,35767:29421,35768:30703,35769:33016,35770:33029,35771:33288,35772:34126,35773:37111,35774:37857,35775:38911,35776:39255,35777:39514,35778:20208,35779:20957,35780:23597,35781:26241,35782:26989,35783:23616,35784:26354,35785:26997,35786:29577,35787:26704,35788:31873,35789:20677,35790:21220,35791:22343,35792:24062,35793:37670,35794:26020,35795:27427,35796:27453,35797:29748,35798:31105,35799:31165,35800:31563,35801:32202,35802:33465,35803:33740,35804:34943,35805:35167,35806:35641,35807:36817,35808:37329,35809:21535,35810:37504,35811:20061,35812:20534,35813:21477,35814:21306,35815:29399,35816:29590,35817:30697,35818:33510,35819:36527,35820:39366,35821:39368,35822:39378,35823:20855,35824:24858,35825:34398,35826:21936,35827:31354,35828:20598,35829:23507,35830:36935,35831:38533,35832:20018,35833:27355,35834:37351,35835:23633,35836:23624,35904:25496,35905:31391,35906:27795,35907:38772,35908:36705,35909:31402,35910:29066,35911:38536,35912:31874,35913:26647,35914:32368,35915:26705,35916:37740,35917:21234,35918:21531,35919:34219,35920:35347,35921:32676,35922:36557,35923:37089,35924:21350,35925:34952,35926:31041,35927:20418,35928:20670,35929:21009,35930:20804,35931:21843,35932:22317,35933:29674,35934:22411,35935:22865,35936:24418,35937:24452,35938:24693,35939:24950,35940:24935,35941:25001,35942:25522,35943:25658,35944:25964,35945:26223,35946:26690,35947:28179,35948:30054,35949:31293,35950:31995,35951:32076,35952:32153,35953:32331,35954:32619,35955:33550,35956:33610,35957:34509,35958:35336,35959:35427,35960:35686,35961:36605,35962:38938,35963:40335,35964:33464,35965:36814,35966:39912,35968:21127,35969:25119,35970:25731,35971:28608,35972:38553,35973:26689,35974:20625,35975:27424,35976:27770,35977:28500,35978:31348,35979:32080,35980:34880,35981:35363,35982:26376,35983:20214,35984:20537,35985:20518,35986:20581,35987:20860,35988:21048,35989:21091,35990:21927,35991:22287,35992:22533,35993:23244,35994:24314,35995:25010,35996:25080,35997:25331,35998:25458,35999:26908,36e3:27177,36001:29309,36002:29356,36003:29486,36004:30740,36005:30831,36006:32121,36007:30476,36008:32937,36009:35211,36010:35609,36011:36066,36012:36562,36013:36963,36014:37749,36015:38522,36016:38997,36017:39443,36018:40568,36019:20803,36020:21407,36021:21427,36022:24187,36023:24358,36024:28187,36025:28304,36026:29572,36027:29694,36028:32067,36029:33335,36030:35328,36031:35578,36032:38480,36033:20046,36034:20491,36035:21476,36036:21628,36037:22266,36038:22993,36039:23396,36040:24049,36041:24235,36042:24359,36043:25144,36044:25925,36045:26543,36046:28246,36047:29392,36048:31946,36049:34996,36050:32929,36051:32993,36052:33776,36053:34382,36054:35463,36055:36328,36056:37431,36057:38599,36058:39015,36059:40723,36060:20116,36061:20114,36062:20237,36063:21320,36064:21577,36065:21566,36066:23087,36067:24460,36068:24481,36069:24735,36070:26791,36071:27278,36072:29786,36073:30849,36074:35486,36075:35492,36076:35703,36077:37264,36078:20062,36079:39881,36080:20132,36081:20348,36082:20399,36083:20505,36084:20502,36085:20809,36086:20844,36087:21151,36088:21177,36089:21246,36090:21402,36091:21475,36092:21521,36160:21518,36161:21897,36162:22353,36163:22434,36164:22909,36165:23380,36166:23389,36167:23439,36168:24037,36169:24039,36170:24055,36171:24184,36172:24195,36173:24218,36174:24247,36175:24344,36176:24658,36177:24908,36178:25239,36179:25304,36180:25511,36181:25915,36182:26114,36183:26179,36184:26356,36185:26477,36186:26657,36187:26775,36188:27083,36189:27743,36190:27946,36191:28009,36192:28207,36193:28317,36194:30002,36195:30343,36196:30828,36197:31295,36198:31968,36199:32005,36200:32024,36201:32094,36202:32177,36203:32789,36204:32771,36205:32943,36206:32945,36207:33108,36208:33167,36209:33322,36210:33618,36211:34892,36212:34913,36213:35611,36214:36002,36215:36092,36216:37066,36217:37237,36218:37489,36219:30783,36220:37628,36221:38308,36222:38477,36224:38917,36225:39321,36226:39640,36227:40251,36228:21083,36229:21163,36230:21495,36231:21512,36232:22741,36233:25335,36234:28640,36235:35946,36236:36703,36237:40633,36238:20811,36239:21051,36240:21578,36241:22269,36242:31296,36243:37239,36244:40288,36245:40658,36246:29508,36247:28425,36248:33136,36249:29969,36250:24573,36251:24794,36252:39592,36253:29403,36254:36796,36255:27492,36256:38915,36257:20170,36258:22256,36259:22372,36260:22718,36261:23130,36262:24680,36263:25031,36264:26127,36265:26118,36266:26681,36267:26801,36268:28151,36269:30165,36270:32058,36271:33390,36272:39746,36273:20123,36274:20304,36275:21449,36276:21766,36277:23919,36278:24038,36279:24046,36280:26619,36281:27801,36282:29811,36283:30722,36284:35408,36285:37782,36286:35039,36287:22352,36288:24231,36289:25387,36290:20661,36291:20652,36292:20877,36293:26368,36294:21705,36295:22622,36296:22971,36297:23472,36298:24425,36299:25165,36300:25505,36301:26685,36302:27507,36303:28168,36304:28797,36305:37319,36306:29312,36307:30741,36308:30758,36309:31085,36310:25998,36311:32048,36312:33756,36313:35009,36314:36617,36315:38555,36316:21092,36317:22312,36318:26448,36319:32618,36320:36001,36321:20916,36322:22338,36323:38442,36324:22586,36325:27018,36326:32948,36327:21682,36328:23822,36329:22524,36330:30869,36331:40442,36332:20316,36333:21066,36334:21643,36335:25662,36336:26152,36337:26388,36338:26613,36339:31364,36340:31574,36341:32034,36342:37679,36343:26716,36344:39853,36345:31545,36346:21273,36347:20874,36348:21047,36416:23519,36417:25334,36418:25774,36419:25830,36420:26413,36421:27578,36422:34217,36423:38609,36424:30352,36425:39894,36426:25420,36427:37638,36428:39851,36429:30399,36430:26194,36431:19977,36432:20632,36433:21442,36434:23665,36435:24808,36436:25746,36437:25955,36438:26719,36439:29158,36440:29642,36441:29987,36442:31639,36443:32386,36444:34453,36445:35715,36446:36059,36447:37240,36448:39184,36449:26028,36450:26283,36451:27531,36452:20181,36453:20180,36454:20282,36455:20351,36456:21050,36457:21496,36458:21490,36459:21987,36460:22235,36461:22763,36462:22987,36463:22985,36464:23039,36465:23376,36466:23629,36467:24066,36468:24107,36469:24535,36470:24605,36471:25351,36472:25903,36473:23388,36474:26031,36475:26045,36476:26088,36477:26525,36478:27490,36480:27515,36481:27663,36482:29509,36483:31049,36484:31169,36485:31992,36486:32025,36487:32043,36488:32930,36489:33026,36490:33267,36491:35222,36492:35422,36493:35433,36494:35430,36495:35468,36496:35566,36497:36039,36498:36060,36499:38604,36500:39164,36501:27503,36502:20107,36503:20284,36504:20365,36505:20816,36506:23383,36507:23546,36508:24904,36509:25345,36510:26178,36511:27425,36512:28363,36513:27835,36514:29246,36515:29885,36516:30164,36517:30913,36518:31034,36519:32780,36520:32819,36521:33258,36522:33940,36523:36766,36524:27728,36525:40575,36526:24335,36527:35672,36528:40235,36529:31482,36530:36600,36531:23437,36532:38635,36533:19971,36534:21489,36535:22519,36536:22833,36537:23241,36538:23460,36539:24713,36540:28287,36541:28422,36542:30142,36543:36074,36544:23455,36545:34048,36546:31712,36547:20594,36548:26612,36549:33437,36550:23649,36551:34122,36552:32286,36553:33294,36554:20889,36555:23556,36556:25448,36557:36198,36558:26012,36559:29038,36560:31038,36561:32023,36562:32773,36563:35613,36564:36554,36565:36974,36566:34503,36567:37034,36568:20511,36569:21242,36570:23610,36571:26451,36572:28796,36573:29237,36574:37196,36575:37320,36576:37675,36577:33509,36578:23490,36579:24369,36580:24825,36581:20027,36582:21462,36583:23432,36584:25163,36585:26417,36586:27530,36587:29417,36588:29664,36589:31278,36590:33131,36591:36259,36592:37202,36593:39318,36594:20754,36595:21463,36596:21610,36597:23551,36598:25480,36599:27193,36600:32172,36601:38656,36602:22234,36603:21454,36604:21608,36672:23447,36673:23601,36674:24030,36675:20462,36676:24833,36677:25342,36678:27954,36679:31168,36680:31179,36681:32066,36682:32333,36683:32722,36684:33261,36685:33311,36686:33936,36687:34886,36688:35186,36689:35728,36690:36468,36691:36655,36692:36913,36693:37195,36694:37228,36695:38598,36696:37276,36697:20160,36698:20303,36699:20805,36700:21313,36701:24467,36702:25102,36703:26580,36704:27713,36705:28171,36706:29539,36707:32294,36708:37325,36709:37507,36710:21460,36711:22809,36712:23487,36713:28113,36714:31069,36715:32302,36716:31899,36717:22654,36718:29087,36719:20986,36720:34899,36721:36848,36722:20426,36723:23803,36724:26149,36725:30636,36726:31459,36727:33308,36728:39423,36729:20934,36730:24490,36731:26092,36732:26991,36733:27529,36734:28147,36736:28310,36737:28516,36738:30462,36739:32020,36740:24033,36741:36981,36742:37255,36743:38918,36744:20966,36745:21021,36746:25152,36747:26257,36748:26329,36749:28186,36750:24246,36751:32210,36752:32626,36753:26360,36754:34223,36755:34295,36756:35576,36757:21161,36758:21465,36759:22899,36760:24207,36761:24464,36762:24661,36763:37604,36764:38500,36765:20663,36766:20767,36767:21213,36768:21280,36769:21319,36770:21484,36771:21736,36772:21830,36773:21809,36774:22039,36775:22888,36776:22974,36777:23100,36778:23477,36779:23558,36780:23567,36781:23569,36782:23578,36783:24196,36784:24202,36785:24288,36786:24432,36787:25215,36788:25220,36789:25307,36790:25484,36791:25463,36792:26119,36793:26124,36794:26157,36795:26230,36796:26494,36797:26786,36798:27167,36799:27189,36800:27836,36801:28040,36802:28169,36803:28248,36804:28988,36805:28966,36806:29031,36807:30151,36808:30465,36809:30813,36810:30977,36811:31077,36812:31216,36813:31456,36814:31505,36815:31911,36816:32057,36817:32918,36818:33750,36819:33931,36820:34121,36821:34909,36822:35059,36823:35359,36824:35388,36825:35412,36826:35443,36827:35937,36828:36062,36829:37284,36830:37478,36831:37758,36832:37912,36833:38556,36834:38808,36835:19978,36836:19976,36837:19998,36838:20055,36839:20887,36840:21104,36841:22478,36842:22580,36843:22732,36844:23330,36845:24120,36846:24773,36847:25854,36848:26465,36849:26454,36850:27972,36851:29366,36852:30067,36853:31331,36854:33976,36855:35698,36856:37304,36857:37664,36858:22065,36859:22516,36860:39166,36928:25325,36929:26893,36930:27542,36931:29165,36932:32340,36933:32887,36934:33394,36935:35302,36936:39135,36937:34645,36938:36785,36939:23611,36940:20280,36941:20449,36942:20405,36943:21767,36944:23072,36945:23517,36946:23529,36947:24515,36948:24910,36949:25391,36950:26032,36951:26187,36952:26862,36953:27035,36954:28024,36955:28145,36956:30003,36957:30137,36958:30495,36959:31070,36960:31206,36961:32051,36962:33251,36963:33455,36964:34218,36965:35242,36966:35386,36967:36523,36968:36763,36969:36914,36970:37341,36971:38663,36972:20154,36973:20161,36974:20995,36975:22645,36976:22764,36977:23563,36978:29978,36979:23613,36980:33102,36981:35338,36982:36805,36983:38499,36984:38765,36985:31525,36986:35535,36987:38920,36988:37218,36989:22259,36990:21416,36992:36887,36993:21561,36994:22402,36995:24101,36996:25512,36997:27700,36998:28810,36999:30561,37e3:31883,37001:32736,37002:34928,37003:36930,37004:37204,37005:37648,37006:37656,37007:38543,37008:29790,37009:39620,37010:23815,37011:23913,37012:25968,37013:26530,37014:36264,37015:38619,37016:25454,37017:26441,37018:26905,37019:33733,37020:38935,37021:38592,37022:35070,37023:28548,37024:25722,37025:23544,37026:19990,37027:28716,37028:30045,37029:26159,37030:20932,37031:21046,37032:21218,37033:22995,37034:24449,37035:24615,37036:25104,37037:25919,37038:25972,37039:26143,37040:26228,37041:26866,37042:26646,37043:27491,37044:28165,37045:29298,37046:29983,37047:30427,37048:31934,37049:32854,37050:22768,37051:35069,37052:35199,37053:35488,37054:35475,37055:35531,37056:36893,37057:37266,37058:38738,37059:38745,37060:25993,37061:31246,37062:33030,37063:38587,37064:24109,37065:24796,37066:25114,37067:26021,37068:26132,37069:26512,37070:30707,37071:31309,37072:31821,37073:32318,37074:33034,37075:36012,37076:36196,37077:36321,37078:36447,37079:30889,37080:20999,37081:25305,37082:25509,37083:25666,37084:25240,37085:35373,37086:31363,37087:31680,37088:35500,37089:38634,37090:32118,37091:33292,37092:34633,37093:20185,37094:20808,37095:21315,37096:21344,37097:23459,37098:23554,37099:23574,37100:24029,37101:25126,37102:25159,37103:25776,37104:26643,37105:26676,37106:27849,37107:27973,37108:27927,37109:26579,37110:28508,37111:29006,37112:29053,37113:26059,37114:31359,37115:31661,37116:32218,37184:32330,37185:32680,37186:33146,37187:33307,37188:33337,37189:34214,37190:35438,37191:36046,37192:36341,37193:36984,37194:36983,37195:37549,37196:37521,37197:38275,37198:39854,37199:21069,37200:21892,37201:28472,37202:28982,37203:20840,37204:31109,37205:32341,37206:33203,37207:31950,37208:22092,37209:22609,37210:23720,37211:25514,37212:26366,37213:26365,37214:26970,37215:29401,37216:30095,37217:30094,37218:30990,37219:31062,37220:31199,37221:31895,37222:32032,37223:32068,37224:34311,37225:35380,37226:38459,37227:36961,37228:40736,37229:20711,37230:21109,37231:21452,37232:21474,37233:20489,37234:21930,37235:22766,37236:22863,37237:29245,37238:23435,37239:23652,37240:21277,37241:24803,37242:24819,37243:25436,37244:25475,37245:25407,37246:25531,37248:25805,37249:26089,37250:26361,37251:24035,37252:27085,37253:27133,37254:28437,37255:29157,37256:20105,37257:30185,37258:30456,37259:31379,37260:31967,37261:32207,37262:32156,37263:32865,37264:33609,37265:33624,37266:33900,37267:33980,37268:34299,37269:35013,37270:36208,37271:36865,37272:36973,37273:37783,37274:38684,37275:39442,37276:20687,37277:22679,37278:24974,37279:33235,37280:34101,37281:36104,37282:36896,37283:20419,37284:20596,37285:21063,37286:21363,37287:24687,37288:25417,37289:26463,37290:28204,37291:36275,37292:36895,37293:20439,37294:23646,37295:36042,37296:26063,37297:32154,37298:21330,37299:34966,37300:20854,37301:25539,37302:23384,37303:23403,37304:23562,37305:25613,37306:26449,37307:36956,37308:20182,37309:22810,37310:22826,37311:27760,37312:35409,37313:21822,37314:22549,37315:22949,37316:24816,37317:25171,37318:26561,37319:33333,37320:26965,37321:38464,37322:39364,37323:39464,37324:20307,37325:22534,37326:23550,37327:32784,37328:23729,37329:24111,37330:24453,37331:24608,37332:24907,37333:25140,37334:26367,37335:27888,37336:28382,37337:32974,37338:33151,37339:33492,37340:34955,37341:36024,37342:36864,37343:36910,37344:38538,37345:40667,37346:39899,37347:20195,37348:21488,37349:22823,37350:31532,37351:37261,37352:38988,37353:40441,37354:28381,37355:28711,37356:21331,37357:21828,37358:23429,37359:25176,37360:25246,37361:25299,37362:27810,37363:28655,37364:29730,37365:35351,37366:37944,37367:28609,37368:35582,37369:33592,37370:20967,37371:34552,37372:21482,37440:21481,37441:20294,37442:36948,37443:36784,37444:22890,37445:33073,37446:24061,37447:31466,37448:36799,37449:26842,37450:35895,37451:29432,37452:40008,37453:27197,37454:35504,37455:20025,37456:21336,37457:22022,37458:22374,37459:25285,37460:25506,37461:26086,37462:27470,37463:28129,37464:28251,37465:28845,37466:30701,37467:31471,37468:31658,37469:32187,37470:32829,37471:32966,37472:34507,37473:35477,37474:37723,37475:22243,37476:22727,37477:24382,37478:26029,37479:26262,37480:27264,37481:27573,37482:30007,37483:35527,37484:20516,37485:30693,37486:22320,37487:24347,37488:24677,37489:26234,37490:27744,37491:30196,37492:31258,37493:32622,37494:33268,37495:34584,37496:36933,37497:39347,37498:31689,37499:30044,37500:31481,37501:31569,37502:33988,37504:36880,37505:31209,37506:31378,37507:33590,37508:23265,37509:30528,37510:20013,37511:20210,37512:23449,37513:24544,37514:25277,37515:26172,37516:26609,37517:27880,37518:34411,37519:34935,37520:35387,37521:37198,37522:37619,37523:39376,37524:27159,37525:28710,37526:29482,37527:33511,37528:33879,37529:36015,37530:19969,37531:20806,37532:20939,37533:21899,37534:23541,37535:24086,37536:24115,37537:24193,37538:24340,37539:24373,37540:24427,37541:24500,37542:25074,37543:25361,37544:26274,37545:26397,37546:28526,37547:29266,37548:30010,37549:30522,37550:32884,37551:33081,37552:33144,37553:34678,37554:35519,37555:35548,37556:36229,37557:36339,37558:37530,37559:38263,37560:38914,37561:40165,37562:21189,37563:25431,37564:30452,37565:26389,37566:27784,37567:29645,37568:36035,37569:37806,37570:38515,37571:27941,37572:22684,37573:26894,37574:27084,37575:36861,37576:37786,37577:30171,37578:36890,37579:22618,37580:26626,37581:25524,37582:27131,37583:20291,37584:28460,37585:26584,37586:36795,37587:34086,37588:32180,37589:37716,37590:26943,37591:28528,37592:22378,37593:22775,37594:23340,37595:32044,37596:29226,37597:21514,37598:37347,37599:40372,37600:20141,37601:20302,37602:20572,37603:20597,37604:21059,37605:35998,37606:21576,37607:22564,37608:23450,37609:24093,37610:24213,37611:24237,37612:24311,37613:24351,37614:24716,37615:25269,37616:25402,37617:25552,37618:26799,37619:27712,37620:30855,37621:31118,37622:31243,37623:32224,37624:33351,37625:35330,37626:35558,37627:36420,37628:36883,37696:37048,37697:37165,37698:37336,37699:40718,37700:27877,37701:25688,37702:25826,37703:25973,37704:28404,37705:30340,37706:31515,37707:36969,37708:37841,37709:28346,37710:21746,37711:24505,37712:25764,37713:36685,37714:36845,37715:37444,37716:20856,37717:22635,37718:22825,37719:23637,37720:24215,37721:28155,37722:32399,37723:29980,37724:36028,37725:36578,37726:39003,37727:28857,37728:20253,37729:27583,37730:28593,37731:3e4,37732:38651,37733:20814,37734:21520,37735:22581,37736:22615,37737:22956,37738:23648,37739:24466,37740:26007,37741:26460,37742:28193,37743:30331,37744:33759,37745:36077,37746:36884,37747:37117,37748:37709,37749:30757,37750:30778,37751:21162,37752:24230,37753:22303,37754:22900,37755:24594,37756:20498,37757:20826,37758:20908,37760:20941,37761:20992,37762:21776,37763:22612,37764:22616,37765:22871,37766:23445,37767:23798,37768:23947,37769:24764,37770:25237,37771:25645,37772:26481,37773:26691,37774:26812,37775:26847,37776:30423,37777:28120,37778:28271,37779:28059,37780:28783,37781:29128,37782:24403,37783:30168,37784:31095,37785:31561,37786:31572,37787:31570,37788:31958,37789:32113,37790:21040,37791:33891,37792:34153,37793:34276,37794:35342,37795:35588,37796:35910,37797:36367,37798:36867,37799:36879,37800:37913,37801:38518,37802:38957,37803:39472,37804:38360,37805:20685,37806:21205,37807:21516,37808:22530,37809:23566,37810:24999,37811:25758,37812:27934,37813:30643,37814:31461,37815:33012,37816:33796,37817:36947,37818:37509,37819:23776,37820:40199,37821:21311,37822:24471,37823:24499,37824:28060,37825:29305,37826:30563,37827:31167,37828:31716,37829:27602,37830:29420,37831:35501,37832:26627,37833:27233,37834:20984,37835:31361,37836:26932,37837:23626,37838:40182,37839:33515,37840:23493,37841:37193,37842:28702,37843:22136,37844:23663,37845:24775,37846:25958,37847:27788,37848:35930,37849:36929,37850:38931,37851:21585,37852:26311,37853:37389,37854:22856,37855:37027,37856:20869,37857:20045,37858:20970,37859:34201,37860:35598,37861:28760,37862:25466,37863:37707,37864:26978,37865:39348,37866:32260,37867:30071,37868:21335,37869:26976,37870:36575,37871:38627,37872:27741,37873:20108,37874:23612,37875:24336,37876:36841,37877:21250,37878:36049,37879:32905,37880:34425,37881:24319,37882:26085,37883:20083,37884:20837,37952:22914,37953:23615,37954:38894,37955:20219,37956:22922,37957:24525,37958:35469,37959:28641,37960:31152,37961:31074,37962:23527,37963:33905,37964:29483,37965:29105,37966:24180,37967:24565,37968:25467,37969:25754,37970:29123,37971:31896,37972:20035,37973:24316,37974:20043,37975:22492,37976:22178,37977:24745,37978:28611,37979:32013,37980:33021,37981:33075,37982:33215,37983:36786,37984:35223,37985:34468,37986:24052,37987:25226,37988:25773,37989:35207,37990:26487,37991:27874,37992:27966,37993:29750,37994:30772,37995:23110,37996:32629,37997:33453,37998:39340,37999:20467,38e3:24259,38001:25309,38002:25490,38003:25943,38004:26479,38005:30403,38006:29260,38007:32972,38008:32954,38009:36649,38010:37197,38011:20493,38012:22521,38013:23186,38014:26757,38016:26995,38017:29028,38018:29437,38019:36023,38020:22770,38021:36064,38022:38506,38023:36889,38024:34687,38025:31204,38026:30695,38027:33833,38028:20271,38029:21093,38030:21338,38031:25293,38032:26575,38033:27850,38034:30333,38035:31636,38036:31893,38037:33334,38038:34180,38039:36843,38040:26333,38041:28448,38042:29190,38043:32283,38044:33707,38045:39361,38046:40614,38047:20989,38048:31665,38049:30834,38050:31672,38051:32903,38052:31560,38053:27368,38054:24161,38055:32908,38056:30033,38057:30048,38058:20843,38059:37474,38060:28300,38061:30330,38062:37271,38063:39658,38064:20240,38065:32624,38066:25244,38067:31567,38068:38309,38069:40169,38070:22138,38071:22617,38072:34532,38073:38588,38074:20276,38075:21028,38076:21322,38077:21453,38078:21467,38079:24070,38080:25644,38081:26001,38082:26495,38083:27710,38084:27726,38085:29256,38086:29359,38087:29677,38088:30036,38089:32321,38090:33324,38091:34281,38092:36009,38093:31684,38094:37318,38095:29033,38096:38930,38097:39151,38098:25405,38099:26217,38100:30058,38101:30436,38102:30928,38103:34115,38104:34542,38105:21290,38106:21329,38107:21542,38108:22915,38109:24199,38110:24444,38111:24754,38112:25161,38113:25209,38114:25259,38115:26e3,38116:27604,38117:27852,38118:30130,38119:30382,38120:30865,38121:31192,38122:32203,38123:32631,38124:32933,38125:34987,38126:35513,38127:36027,38128:36991,38129:38750,38130:39131,38131:27147,38132:31800,38133:20633,38134:23614,38135:24494,38136:26503,38137:27608,38138:29749,38139:30473,38140:32654,38208:40763,38209:26570,38210:31255,38211:21305,38212:30091,38213:39661,38214:24422,38215:33181,38216:33777,38217:32920,38218:24380,38219:24517,38220:30050,38221:31558,38222:36924,38223:26727,38224:23019,38225:23195,38226:32016,38227:30334,38228:35628,38229:20469,38230:24426,38231:27161,38232:27703,38233:28418,38234:29922,38235:31080,38236:34920,38237:35413,38238:35961,38239:24287,38240:25551,38241:30149,38242:31186,38243:33495,38244:37672,38245:37618,38246:33948,38247:34541,38248:39981,38249:21697,38250:24428,38251:25996,38252:27996,38253:28693,38254:36007,38255:36051,38256:38971,38257:25935,38258:29942,38259:19981,38260:20184,38261:22496,38262:22827,38263:23142,38264:23500,38265:20904,38266:24067,38267:24220,38268:24598,38269:25206,38270:25975,38272:26023,38273:26222,38274:28014,38275:29238,38276:31526,38277:33104,38278:33178,38279:33433,38280:35676,38281:36e3,38282:36070,38283:36212,38284:38428,38285:38468,38286:20398,38287:25771,38288:27494,38289:33310,38290:33889,38291:34154,38292:37096,38293:23553,38294:26963,38295:39080,38296:33914,38297:34135,38298:20239,38299:21103,38300:24489,38301:24133,38302:26381,38303:31119,38304:33145,38305:35079,38306:35206,38307:28149,38308:24343,38309:25173,38310:27832,38311:20175,38312:29289,38313:39826,38314:20998,38315:21563,38316:22132,38317:22707,38318:24996,38319:25198,38320:28954,38321:22894,38322:31881,38323:31966,38324:32027,38325:38640,38326:25991,38327:32862,38328:19993,38329:20341,38330:20853,38331:22592,38332:24163,38333:24179,38334:24330,38335:26564,38336:20006,38337:34109,38338:38281,38339:38491,38340:31859,38341:38913,38342:20731,38343:22721,38344:30294,38345:30887,38346:21029,38347:30629,38348:34065,38349:31622,38350:20559,38351:22793,38352:29255,38353:31687,38354:32232,38355:36794,38356:36820,38357:36941,38358:20415,38359:21193,38360:23081,38361:24321,38362:38829,38363:20445,38364:33303,38365:37610,38366:22275,38367:25429,38368:27497,38369:29995,38370:35036,38371:36628,38372:31298,38373:21215,38374:22675,38375:24917,38376:25098,38377:26286,38378:27597,38379:31807,38380:33769,38381:20515,38382:20472,38383:21253,38384:21574,38385:22577,38386:22857,38387:23453,38388:23792,38389:23791,38390:23849,38391:24214,38392:25265,38393:25447,38394:25918,38395:26041,38396:26379,38464:27861,38465:27873,38466:28921,38467:30770,38468:32299,38469:32990,38470:33459,38471:33804,38472:34028,38473:34562,38474:35090,38475:35370,38476:35914,38477:37030,38478:37586,38479:39165,38480:40179,38481:40300,38482:20047,38483:20129,38484:20621,38485:21078,38486:22346,38487:22952,38488:24125,38489:24536,38490:24537,38491:25151,38492:26292,38493:26395,38494:26576,38495:26834,38496:20882,38497:32033,38498:32938,38499:33192,38500:35584,38501:35980,38502:36031,38503:37502,38504:38450,38505:21536,38506:38956,38507:21271,38508:20693,38509:21340,38510:22696,38511:25778,38512:26420,38513:29287,38514:30566,38515:31302,38516:37350,38517:21187,38518:27809,38519:27526,38520:22528,38521:24140,38522:22868,38523:26412,38524:32763,38525:20961,38526:30406,38528:25705,38529:30952,38530:39764,38531:40635,38532:22475,38533:22969,38534:26151,38535:26522,38536:27598,38537:21737,38538:27097,38539:24149,38540:33180,38541:26517,38542:39850,38543:26622,38544:40018,38545:26717,38546:20134,38547:20451,38548:21448,38549:25273,38550:26411,38551:27819,38552:36804,38553:20397,38554:32365,38555:40639,38556:19975,38557:24930,38558:28288,38559:28459,38560:34067,38561:21619,38562:26410,38563:39749,38564:24051,38565:31637,38566:23724,38567:23494,38568:34588,38569:28234,38570:34001,38571:31252,38572:33032,38573:22937,38574:31885,38575:27665,38576:30496,38577:21209,38578:22818,38579:28961,38580:29279,38581:30683,38582:38695,38583:40289,38584:26891,38585:23167,38586:23064,38587:20901,38588:21517,38589:21629,38590:26126,38591:30431,38592:36855,38593:37528,38594:40180,38595:23018,38596:29277,38597:28357,38598:20813,38599:26825,38600:32191,38601:32236,38602:38754,38603:40634,38604:25720,38605:27169,38606:33538,38607:22916,38608:23391,38609:27611,38610:29467,38611:30450,38612:32178,38613:32791,38614:33945,38615:20786,38616:26408,38617:40665,38618:30446,38619:26466,38620:21247,38621:39173,38622:23588,38623:25147,38624:31870,38625:36016,38626:21839,38627:24758,38628:32011,38629:38272,38630:21249,38631:20063,38632:20918,38633:22812,38634:29242,38635:32822,38636:37326,38637:24357,38638:30690,38639:21380,38640:24441,38641:32004,38642:34220,38643:35379,38644:36493,38645:38742,38646:26611,38647:34222,38648:37971,38649:24841,38650:24840,38651:27833,38652:30290,38720:35565,38721:36664,38722:21807,38723:20305,38724:20778,38725:21191,38726:21451,38727:23461,38728:24189,38729:24736,38730:24962,38731:25558,38732:26377,38733:26586,38734:28263,38735:28044,38736:29494,38737:29495,38738:30001,38739:31056,38740:35029,38741:35480,38742:36938,38743:37009,38744:37109,38745:38596,38746:34701,38747:22805,38748:20104,38749:20313,38750:19982,38751:35465,38752:36671,38753:38928,38754:20653,38755:24188,38756:22934,38757:23481,38758:24248,38759:25562,38760:25594,38761:25793,38762:26332,38763:26954,38764:27096,38765:27915,38766:28342,38767:29076,38768:29992,38769:31407,38770:32650,38771:32768,38772:33865,38773:33993,38774:35201,38775:35617,38776:36362,38777:36965,38778:38525,38779:39178,38780:24958,38781:25233,38782:27442,38784:27779,38785:28020,38786:32716,38787:32764,38788:28096,38789:32645,38790:34746,38791:35064,38792:26469,38793:33713,38794:38972,38795:38647,38796:27931,38797:32097,38798:33853,38799:37226,38800:20081,38801:21365,38802:23888,38803:27396,38804:28651,38805:34253,38806:34349,38807:35239,38808:21033,38809:21519,38810:23653,38811:26446,38812:26792,38813:29702,38814:29827,38815:30178,38816:35023,38817:35041,38818:37324,38819:38626,38820:38520,38821:24459,38822:29575,38823:31435,38824:33870,38825:25504,38826:30053,38827:21129,38828:27969,38829:28316,38830:29705,38831:30041,38832:30827,38833:31890,38834:38534,38835:31452,38836:40845,38837:20406,38838:24942,38839:26053,38840:34396,38841:20102,38842:20142,38843:20698,38844:20001,38845:20940,38846:23534,38847:26009,38848:26753,38849:28092,38850:29471,38851:30274,38852:30637,38853:31260,38854:31975,38855:33391,38856:35538,38857:36988,38858:37327,38859:38517,38860:38936,38861:21147,38862:32209,38863:20523,38864:21400,38865:26519,38866:28107,38867:29136,38868:29747,38869:33256,38870:36650,38871:38563,38872:40023,38873:40607,38874:29792,38875:22593,38876:28057,38877:32047,38878:39006,38879:20196,38880:20278,38881:20363,38882:20919,38883:21169,38884:23994,38885:24604,38886:29618,38887:31036,38888:33491,38889:37428,38890:38583,38891:38646,38892:38666,38893:40599,38894:40802,38895:26278,38896:27508,38897:21015,38898:21155,38899:28872,38900:35010,38901:24265,38902:24651,38903:24976,38904:28451,38905:29001,38906:31806,38907:32244,38908:32879,38976:34030,38977:36899,38978:37676,38979:21570,38980:39791,38981:27347,38982:28809,38983:36034,38984:36335,38985:38706,38986:21172,38987:23105,38988:24266,38989:24324,38990:26391,38991:27004,38992:27028,38993:28010,38994:28431,38995:29282,38996:29436,38997:31725,38998:32769,38999:32894,39e3:34635,39001:37070,39002:20845,39003:40595,39004:31108,39005:32907,39006:37682,39007:35542,39008:20525,39009:21644,39010:35441,39011:27498,39012:36036,39013:33031,39014:24785,39015:26528,39016:40434,39017:20121,39018:20120,39019:39952,39020:35435,39021:34241,39022:34152,39023:26880,39024:28286,39025:30871,39026:33109,39071:24332,39072:19984,39073:19989,39074:20010,39075:20017,39076:20022,39077:20028,39078:20031,39079:20034,39080:20054,39081:20056,39082:20098,39083:20101,39084:35947,39085:20106,39086:33298,39087:24333,39088:20110,39089:20126,39090:20127,39091:20128,39092:20130,39093:20144,39094:20147,39095:20150,39096:20174,39097:20173,39098:20164,39099:20166,39100:20162,39101:20183,39102:20190,39103:20205,39104:20191,39105:20215,39106:20233,39107:20314,39108:20272,39109:20315,39110:20317,39111:20311,39112:20295,39113:20342,39114:20360,39115:20367,39116:20376,39117:20347,39118:20329,39119:20336,39120:20369,39121:20335,39122:20358,39123:20374,39124:20760,39125:20436,39126:20447,39127:20430,39128:20440,39129:20443,39130:20433,39131:20442,39132:20432,39133:20452,39134:20453,39135:20506,39136:20520,39137:20500,39138:20522,39139:20517,39140:20485,39141:20252,39142:20470,39143:20513,39144:20521,39145:20524,39146:20478,39147:20463,39148:20497,39149:20486,39150:20547,39151:20551,39152:26371,39153:20565,39154:20560,39155:20552,39156:20570,39157:20566,39158:20588,39159:20600,39160:20608,39161:20634,39162:20613,39163:20660,39164:20658,39232:20681,39233:20682,39234:20659,39235:20674,39236:20694,39237:20702,39238:20709,39239:20717,39240:20707,39241:20718,39242:20729,39243:20725,39244:20745,39245:20737,39246:20738,39247:20758,39248:20757,39249:20756,39250:20762,39251:20769,39252:20794,39253:20791,39254:20796,39255:20795,39256:20799,39257:20800,39258:20818,39259:20812,39260:20820,39261:20834,39262:31480,39263:20841,39264:20842,39265:20846,39266:20864,39267:20866,39268:22232,39269:20876,39270:20873,39271:20879,39272:20881,39273:20883,39274:20885,39275:20886,39276:20900,39277:20902,39278:20898,39279:20905,39280:20906,39281:20907,39282:20915,39283:20913,39284:20914,39285:20912,39286:20917,39287:20925,39288:20933,39289:20937,39290:20955,39291:20960,39292:34389,39293:20969,39294:20973,39296:20976,39297:20981,39298:20990,39299:20996,39300:21003,39301:21012,39302:21006,39303:21031,39304:21034,39305:21038,39306:21043,39307:21049,39308:21071,39309:21060,39310:21067,39311:21068,39312:21086,39313:21076,39314:21098,39315:21108,39316:21097,39317:21107,39318:21119,39319:21117,39320:21133,39321:21140,39322:21138,39323:21105,39324:21128,39325:21137,39326:36776,39327:36775,39328:21164,39329:21165,39330:21180,39331:21173,39332:21185,39333:21197,39334:21207,39335:21214,39336:21219,39337:21222,39338:39149,39339:21216,39340:21235,39341:21237,39342:21240,39343:21241,39344:21254,39345:21256,39346:30008,39347:21261,39348:21264,39349:21263,39350:21269,39351:21274,39352:21283,39353:21295,39354:21297,39355:21299,39356:21304,39357:21312,39358:21318,39359:21317,39360:19991,39361:21321,39362:21325,39363:20950,39364:21342,39365:21353,39366:21358,39367:22808,39368:21371,39369:21367,39370:21378,39371:21398,39372:21408,39373:21414,39374:21413,39375:21422,39376:21424,39377:21430,39378:21443,39379:31762,39380:38617,39381:21471,39382:26364,39383:29166,39384:21486,39385:21480,39386:21485,39387:21498,39388:21505,39389:21565,39390:21568,39391:21548,39392:21549,39393:21564,39394:21550,39395:21558,39396:21545,39397:21533,39398:21582,39399:21647,39400:21621,39401:21646,39402:21599,39403:21617,39404:21623,39405:21616,39406:21650,39407:21627,39408:21632,39409:21622,39410:21636,39411:21648,39412:21638,39413:21703,39414:21666,39415:21688,39416:21669,39417:21676,39418:21700,39419:21704,39420:21672,39488:21675,39489:21698,39490:21668,39491:21694,39492:21692,39493:21720,39494:21733,39495:21734,39496:21775,39497:21780,39498:21757,39499:21742,39500:21741,39501:21754,39502:21730,39503:21817,39504:21824,39505:21859,39506:21836,39507:21806,39508:21852,39509:21829,39510:21846,39511:21847,39512:21816,39513:21811,39514:21853,39515:21913,39516:21888,39517:21679,39518:21898,39519:21919,39520:21883,39521:21886,39522:21912,39523:21918,39524:21934,39525:21884,39526:21891,39527:21929,39528:21895,39529:21928,39530:21978,39531:21957,39532:21983,39533:21956,39534:21980,39535:21988,39536:21972,39537:22036,39538:22007,39539:22038,39540:22014,39541:22013,39542:22043,39543:22009,39544:22094,39545:22096,39546:29151,39547:22068,39548:22070,39549:22066,39550:22072,39552:22123,39553:22116,39554:22063,39555:22124,39556:22122,39557:22150,39558:22144,39559:22154,39560:22176,39561:22164,39562:22159,39563:22181,39564:22190,39565:22198,39566:22196,39567:22210,39568:22204,39569:22209,39570:22211,39571:22208,39572:22216,39573:22222,39574:22225,39575:22227,39576:22231,39577:22254,39578:22265,39579:22272,39580:22271,39581:22276,39582:22281,39583:22280,39584:22283,39585:22285,39586:22291,39587:22296,39588:22294,39589:21959,39590:22300,39591:22310,39592:22327,39593:22328,39594:22350,39595:22331,39596:22336,39597:22351,39598:22377,39599:22464,39600:22408,39601:22369,39602:22399,39603:22409,39604:22419,39605:22432,39606:22451,39607:22436,39608:22442,39609:22448,39610:22467,39611:22470,39612:22484,39613:22482,39614:22483,39615:22538,39616:22486,39617:22499,39618:22539,39619:22553,39620:22557,39621:22642,39622:22561,39623:22626,39624:22603,39625:22640,39626:27584,39627:22610,39628:22589,39629:22649,39630:22661,39631:22713,39632:22687,39633:22699,39634:22714,39635:22750,39636:22715,39637:22712,39638:22702,39639:22725,39640:22739,39641:22737,39642:22743,39643:22745,39644:22744,39645:22757,39646:22748,39647:22756,39648:22751,39649:22767,39650:22778,39651:22777,39652:22779,39653:22780,39654:22781,39655:22786,39656:22794,39657:22800,39658:22811,39659:26790,39660:22821,39661:22828,39662:22829,39663:22834,39664:22840,39665:22846,39666:31442,39667:22869,39668:22864,39669:22862,39670:22874,39671:22872,39672:22882,39673:22880,39674:22887,39675:22892,39676:22889,39744:22904,39745:22913,39746:22941,39747:20318,39748:20395,39749:22947,39750:22962,39751:22982,39752:23016,39753:23004,39754:22925,39755:23001,39756:23002,39757:23077,39758:23071,39759:23057,39760:23068,39761:23049,39762:23066,39763:23104,39764:23148,39765:23113,39766:23093,39767:23094,39768:23138,39769:23146,39770:23194,39771:23228,39772:23230,39773:23243,39774:23234,39775:23229,39776:23267,39777:23255,39778:23270,39779:23273,39780:23254,39781:23290,39782:23291,39783:23308,39784:23307,39785:23318,39786:23346,39787:23248,39788:23338,39789:23350,39790:23358,39791:23363,39792:23365,39793:23360,39794:23377,39795:23381,39796:23386,39797:23387,39798:23397,39799:23401,39800:23408,39801:23411,39802:23413,39803:23416,39804:25992,39805:23418,39806:23424,39808:23427,39809:23462,39810:23480,39811:23491,39812:23495,39813:23497,39814:23508,39815:23504,39816:23524,39817:23526,39818:23522,39819:23518,39820:23525,39821:23531,39822:23536,39823:23542,39824:23539,39825:23557,39826:23559,39827:23560,39828:23565,39829:23571,39830:23584,39831:23586,39832:23592,39833:23608,39834:23609,39835:23617,39836:23622,39837:23630,39838:23635,39839:23632,39840:23631,39841:23409,39842:23660,39843:23662,39844:20066,39845:23670,39846:23673,39847:23692,39848:23697,39849:23700,39850:22939,39851:23723,39852:23739,39853:23734,39854:23740,39855:23735,39856:23749,39857:23742,39858:23751,39859:23769,39860:23785,39861:23805,39862:23802,39863:23789,39864:23948,39865:23786,39866:23819,39867:23829,39868:23831,39869:23900,39870:23839,39871:23835,39872:23825,39873:23828,39874:23842,39875:23834,39876:23833,39877:23832,39878:23884,39879:23890,39880:23886,39881:23883,39882:23916,39883:23923,39884:23926,39885:23943,39886:23940,39887:23938,39888:23970,39889:23965,39890:23980,39891:23982,39892:23997,39893:23952,39894:23991,39895:23996,39896:24009,39897:24013,39898:24019,39899:24018,39900:24022,39901:24027,39902:24043,39903:24050,39904:24053,39905:24075,39906:24090,39907:24089,39908:24081,39909:24091,39910:24118,39911:24119,39912:24132,39913:24131,39914:24128,39915:24142,39916:24151,39917:24148,39918:24159,39919:24162,39920:24164,39921:24135,39922:24181,39923:24182,39924:24186,39925:40636,39926:24191,39927:24224,39928:24257,39929:24258,39930:24264,39931:24272,39932:24271,4e4:24278,40001:24291,40002:24285,40003:24282,40004:24283,40005:24290,40006:24289,40007:24296,40008:24297,40009:24300,40010:24305,40011:24307,40012:24304,40013:24308,40014:24312,40015:24318,40016:24323,40017:24329,40018:24413,40019:24412,40020:24331,40021:24337,40022:24342,40023:24361,40024:24365,40025:24376,40026:24385,40027:24392,40028:24396,40029:24398,40030:24367,40031:24401,40032:24406,40033:24407,40034:24409,40035:24417,40036:24429,40037:24435,40038:24439,40039:24451,40040:24450,40041:24447,40042:24458,40043:24456,40044:24465,40045:24455,40046:24478,40047:24473,40048:24472,40049:24480,40050:24488,40051:24493,40052:24508,40053:24534,40054:24571,40055:24548,40056:24568,40057:24561,40058:24541,40059:24755,40060:24575,40061:24609,40062:24672,40064:24601,40065:24592,40066:24617,40067:24590,40068:24625,40069:24603,40070:24597,40071:24619,40072:24614,40073:24591,40074:24634,40075:24666,40076:24641,40077:24682,40078:24695,40079:24671,40080:24650,40081:24646,40082:24653,40083:24675,40084:24643,40085:24676,40086:24642,40087:24684,40088:24683,40089:24665,40090:24705,40091:24717,40092:24807,40093:24707,40094:24730,40095:24708,40096:24731,40097:24726,40098:24727,40099:24722,40100:24743,40101:24715,40102:24801,40103:24760,40104:24800,40105:24787,40106:24756,40107:24560,40108:24765,40109:24774,40110:24757,40111:24792,40112:24909,40113:24853,40114:24838,40115:24822,40116:24823,40117:24832,40118:24820,40119:24826,40120:24835,40121:24865,40122:24827,40123:24817,40124:24845,40125:24846,40126:24903,40127:24894,40128:24872,40129:24871,40130:24906,40131:24895,40132:24892,40133:24876,40134:24884,40135:24893,40136:24898,40137:24900,40138:24947,40139:24951,40140:24920,40141:24921,40142:24922,40143:24939,40144:24948,40145:24943,40146:24933,40147:24945,40148:24927,40149:24925,40150:24915,40151:24949,40152:24985,40153:24982,40154:24967,40155:25004,40156:24980,40157:24986,40158:24970,40159:24977,40160:25003,40161:25006,40162:25036,40163:25034,40164:25033,40165:25079,40166:25032,40167:25027,40168:25030,40169:25018,40170:25035,40171:32633,40172:25037,40173:25062,40174:25059,40175:25078,40176:25082,40177:25076,40178:25087,40179:25085,40180:25084,40181:25086,40182:25088,40183:25096,40184:25097,40185:25101,40186:25100,40187:25108,40188:25115,40256:25118,40257:25121,40258:25130,40259:25134,40260:25136,40261:25138,40262:25139,40263:25153,40264:25166,40265:25182,40266:25187,40267:25179,40268:25184,40269:25192,40270:25212,40271:25218,40272:25225,40273:25214,40274:25234,40275:25235,40276:25238,40277:25300,40278:25219,40279:25236,40280:25303,40281:25297,40282:25275,40283:25295,40284:25343,40285:25286,40286:25812,40287:25288,40288:25308,40289:25292,40290:25290,40291:25282,40292:25287,40293:25243,40294:25289,40295:25356,40296:25326,40297:25329,40298:25383,40299:25346,40300:25352,40301:25327,40302:25333,40303:25424,40304:25406,40305:25421,40306:25628,40307:25423,40308:25494,40309:25486,40310:25472,40311:25515,40312:25462,40313:25507,40314:25487,40315:25481,40316:25503,40317:25525,40318:25451,40320:25449,40321:25534,40322:25577,40323:25536,40324:25542,40325:25571,40326:25545,40327:25554,40328:25590,40329:25540,40330:25622,40331:25652,40332:25606,40333:25619,40334:25638,40335:25654,40336:25885,40337:25623,40338:25640,40339:25615,40340:25703,40341:25711,40342:25718,40343:25678,40344:25898,40345:25749,40346:25747,40347:25765,40348:25769,40349:25736,40350:25788,40351:25818,40352:25810,40353:25797,40354:25799,40355:25787,40356:25816,40357:25794,40358:25841,40359:25831,40360:33289,40361:25824,40362:25825,40363:25260,40364:25827,40365:25839,40366:25900,40367:25846,40368:25844,40369:25842,40370:25850,40371:25856,40372:25853,40373:25880,40374:25884,40375:25861,40376:25892,40377:25891,40378:25899,40379:25908,40380:25909,40381:25911,40382:25910,40383:25912,40384:30027,40385:25928,40386:25942,40387:25941,40388:25933,40389:25944,40390:25950,40391:25949,40392:25970,40393:25976,40394:25986,40395:25987,40396:35722,40397:26011,40398:26015,40399:26027,40400:26039,40401:26051,40402:26054,40403:26049,40404:26052,40405:26060,40406:26066,40407:26075,40408:26073,40409:26080,40410:26081,40411:26097,40412:26482,40413:26122,40414:26115,40415:26107,40416:26483,40417:26165,40418:26166,40419:26164,40420:26140,40421:26191,40422:26180,40423:26185,40424:26177,40425:26206,40426:26205,40427:26212,40428:26215,40429:26216,40430:26207,40431:26210,40432:26224,40433:26243,40434:26248,40435:26254,40436:26249,40437:26244,40438:26264,40439:26269,40440:26305,40441:26297,40442:26313,40443:26302,40444:26300,40512:26308,40513:26296,40514:26326,40515:26330,40516:26336,40517:26175,40518:26342,40519:26345,40520:26352,40521:26357,40522:26359,40523:26383,40524:26390,40525:26398,40526:26406,40527:26407,40528:38712,40529:26414,40530:26431,40531:26422,40532:26433,40533:26424,40534:26423,40535:26438,40536:26462,40537:26464,40538:26457,40539:26467,40540:26468,40541:26505,40542:26480,40543:26537,40544:26492,40545:26474,40546:26508,40547:26507,40548:26534,40549:26529,40550:26501,40551:26551,40552:26607,40553:26548,40554:26604,40555:26547,40556:26601,40557:26552,40558:26596,40559:26590,40560:26589,40561:26594,40562:26606,40563:26553,40564:26574,40565:26566,40566:26599,40567:27292,40568:26654,40569:26694,40570:26665,40571:26688,40572:26701,40573:26674,40574:26702,40576:26803,40577:26667,40578:26713,40579:26723,40580:26743,40581:26751,40582:26783,40583:26767,40584:26797,40585:26772,40586:26781,40587:26779,40588:26755,40589:27310,40590:26809,40591:26740,40592:26805,40593:26784,40594:26810,40595:26895,40596:26765,40597:26750,40598:26881,40599:26826,40600:26888,40601:26840,40602:26914,40603:26918,40604:26849,40605:26892,40606:26829,40607:26836,40608:26855,40609:26837,40610:26934,40611:26898,40612:26884,40613:26839,40614:26851,40615:26917,40616:26873,40617:26848,40618:26863,40619:26920,40620:26922,40621:26906,40622:26915,40623:26913,40624:26822,40625:27001,40626:26999,40627:26972,40628:27e3,40629:26987,40630:26964,40631:27006,40632:26990,40633:26937,40634:26996,40635:26941,40636:26969,40637:26928,40638:26977,40639:26974,40640:26973,40641:27009,40642:26986,40643:27058,40644:27054,40645:27088,40646:27071,40647:27073,40648:27091,40649:27070,40650:27086,40651:23528,40652:27082,40653:27101,40654:27067,40655:27075,40656:27047,40657:27182,40658:27025,40659:27040,40660:27036,40661:27029,40662:27060,40663:27102,40664:27112,40665:27138,40666:27163,40667:27135,40668:27402,40669:27129,40670:27122,40671:27111,40672:27141,40673:27057,40674:27166,40675:27117,40676:27156,40677:27115,40678:27146,40679:27154,40680:27329,40681:27171,40682:27155,40683:27204,40684:27148,40685:27250,40686:27190,40687:27256,40688:27207,40689:27234,40690:27225,40691:27238,40692:27208,40693:27192,40694:27170,40695:27280,40696:27277,40697:27296,40698:27268,40699:27298,40700:27299,40768:27287,40769:34327,40770:27323,40771:27331,40772:27330,40773:27320,40774:27315,40775:27308,40776:27358,40777:27345,40778:27359,40779:27306,40780:27354,40781:27370,40782:27387,40783:27397,40784:34326,40785:27386,40786:27410,40787:27414,40788:39729,40789:27423,40790:27448,40791:27447,40792:30428,40793:27449,40794:39150,40795:27463,40796:27459,40797:27465,40798:27472,40799:27481,40800:27476,40801:27483,40802:27487,40803:27489,40804:27512,40805:27513,40806:27519,40807:27520,40808:27524,40809:27523,40810:27533,40811:27544,40812:27541,40813:27550,40814:27556,40815:27562,40816:27563,40817:27567,40818:27570,40819:27569,40820:27571,40821:27575,40822:27580,40823:27590,40824:27595,40825:27603,40826:27615,40827:27628,40828:27627,40829:27635,40830:27631,40832:40638,40833:27656,40834:27667,40835:27668,40836:27675,40837:27684,40838:27683,40839:27742,40840:27733,40841:27746,40842:27754,40843:27778,40844:27789,40845:27802,40846:27777,40847:27803,40848:27774,40849:27752,40850:27763,40851:27794,40852:27792,40853:27844,40854:27889,40855:27859,40856:27837,40857:27863,40858:27845,40859:27869,40860:27822,40861:27825,40862:27838,40863:27834,40864:27867,40865:27887,40866:27865,40867:27882,40868:27935,40869:34893,40870:27958,40871:27947,40872:27965,40873:27960,40874:27929,40875:27957,40876:27955,40877:27922,40878:27916,40879:28003,40880:28051,40881:28004,40882:27994,40883:28025,40884:27993,40885:28046,40886:28053,40887:28644,40888:28037,40889:28153,40890:28181,40891:28170,40892:28085,40893:28103,40894:28134,40895:28088,40896:28102,40897:28140,40898:28126,40899:28108,40900:28136,40901:28114,40902:28101,40903:28154,40904:28121,40905:28132,40906:28117,40907:28138,40908:28142,40909:28205,40910:28270,40911:28206,40912:28185,40913:28274,40914:28255,40915:28222,40916:28195,40917:28267,40918:28203,40919:28278,40920:28237,40921:28191,40922:28227,40923:28218,40924:28238,40925:28196,40926:28415,40927:28189,40928:28216,40929:28290,40930:28330,40931:28312,40932:28361,40933:28343,40934:28371,40935:28349,40936:28335,40937:28356,40938:28338,40939:28372,40940:28373,40941:28303,40942:28325,40943:28354,40944:28319,40945:28481,40946:28433,40947:28748,40948:28396,40949:28408,40950:28414,40951:28479,40952:28402,40953:28465,40954:28399,40955:28466,40956:28364,161:65377,162:65378,163:65379,164:65380,165:65381,166:65382,167:65383,168:65384,169:65385,170:65386,171:65387,172:65388,173:65389,174:65390,175:65391,176:65392,177:65393,178:65394,179:65395,180:65396,181:65397,182:65398,183:65399,184:65400,185:65401,186:65402,187:65403,188:65404,189:65405,190:65406,191:65407,192:65408,193:65409,194:65410,195:65411,196:65412,197:65413,198:65414,199:65415,200:65416,201:65417,202:65418,203:65419,204:65420,205:65421,206:65422,207:65423,208:65424,209:65425,210:65426,211:65427,212:65428,213:65429,214:65430,215:65431,216:65432,217:65433,218:65434,219:65435,220:65436,221:65437,222:65438,223:65439,57408:28478,57409:28435,57410:28407,57411:28550,57412:28538,57413:28536,57414:28545,57415:28544,57416:28527,57417:28507,57418:28659,57419:28525,57420:28546,57421:28540,57422:28504,57423:28558,57424:28561,57425:28610,57426:28518,57427:28595,57428:28579,57429:28577,57430:28580,57431:28601,57432:28614,57433:28586,57434:28639,57435:28629,57436:28652,57437:28628,57438:28632,57439:28657,57440:28654,57441:28635,57442:28681,57443:28683,57444:28666,57445:28689,57446:28673,57447:28687,57448:28670,57449:28699,57450:28698,57451:28532,57452:28701,57453:28696,57454:28703,57455:28720,57456:28734,57457:28722,57458:28753,57459:28771,57460:28825,57461:28818,57462:28847,57463:28913,57464:28844,57465:28856,57466:28851,57467:28846,57468:28895,57469:28875,57470:28893,57472:28889,57473:28937,57474:28925,57475:28956,57476:28953,57477:29029,57478:29013,57479:29064,57480:29030,57481:29026,57482:29004,57483:29014,57484:29036,57485:29071,57486:29179,57487:29060,57488:29077,57489:29096,57490:29100,57491:29143,57492:29113,57493:29118,57494:29138,57495:29129,57496:29140,57497:29134,57498:29152,57499:29164,57500:29159,57501:29173,57502:29180,57503:29177,57504:29183,57505:29197,57506:29200,57507:29211,57508:29224,57509:29229,57510:29228,57511:29232,57512:29234,57513:29243,57514:29244,57515:29247,57516:29248,57517:29254,57518:29259,57519:29272,57520:29300,57521:29310,57522:29314,57523:29313,57524:29319,57525:29330,57526:29334,57527:29346,57528:29351,57529:29369,57530:29362,57531:29379,57532:29382,57533:29380,57534:29390,57535:29394,57536:29410,57537:29408,57538:29409,57539:29433,57540:29431,57541:20495,57542:29463,57543:29450,57544:29468,57545:29462,57546:29469,57547:29492,57548:29487,57549:29481,57550:29477,57551:29502,57552:29518,57553:29519,57554:40664,57555:29527,57556:29546,57557:29544,57558:29552,57559:29560,57560:29557,57561:29563,57562:29562,57563:29640,57564:29619,57565:29646,57566:29627,57567:29632,57568:29669,57569:29678,57570:29662,57571:29858,57572:29701,57573:29807,57574:29733,57575:29688,57576:29746,57577:29754,57578:29781,57579:29759,57580:29791,57581:29785,57582:29761,57583:29788,57584:29801,57585:29808,57586:29795,57587:29802,57588:29814,57589:29822,57590:29835,57591:29854,57592:29863,57593:29898,57594:29903,57595:29908,57596:29681,57664:29920,57665:29923,57666:29927,57667:29929,57668:29934,57669:29938,57670:29936,57671:29937,57672:29944,57673:29943,57674:29956,57675:29955,57676:29957,57677:29964,57678:29966,57679:29965,57680:29973,57681:29971,57682:29982,57683:29990,57684:29996,57685:30012,57686:30020,57687:30029,57688:30026,57689:30025,57690:30043,57691:30022,57692:30042,57693:30057,57694:30052,57695:30055,57696:30059,57697:30061,57698:30072,57699:30070,57700:30086,57701:30087,57702:30068,57703:30090,57704:30089,57705:30082,57706:30100,57707:30106,57708:30109,57709:30117,57710:30115,57711:30146,57712:30131,57713:30147,57714:30133,57715:30141,57716:30136,57717:30140,57718:30129,57719:30157,57720:30154,57721:30162,57722:30169,57723:30179,57724:30174,57725:30206,57726:30207,57728:30204,57729:30209,57730:30192,57731:30202,57732:30194,57733:30195,57734:30219,57735:30221,57736:30217,57737:30239,57738:30247,57739:30240,57740:30241,57741:30242,57742:30244,57743:30260,57744:30256,57745:30267,57746:30279,57747:30280,57748:30278,57749:30300,57750:30296,57751:30305,57752:30306,57753:30312,57754:30313,57755:30314,57756:30311,57757:30316,57758:30320,57759:30322,57760:30326,57761:30328,57762:30332,57763:30336,57764:30339,57765:30344,57766:30347,57767:30350,57768:30358,57769:30355,57770:30361,57771:30362,57772:30384,57773:30388,57774:30392,57775:30393,57776:30394,57777:30402,57778:30413,57779:30422,57780:30418,57781:30430,57782:30433,57783:30437,57784:30439,57785:30442,57786:34351,57787:30459,57788:30472,57789:30471,57790:30468,57791:30505,57792:30500,57793:30494,57794:30501,57795:30502,57796:30491,57797:30519,57798:30520,57799:30535,57800:30554,57801:30568,57802:30571,57803:30555,57804:30565,57805:30591,57806:30590,57807:30585,57808:30606,57809:30603,57810:30609,57811:30624,57812:30622,57813:30640,57814:30646,57815:30649,57816:30655,57817:30652,57818:30653,57819:30651,57820:30663,57821:30669,57822:30679,57823:30682,57824:30684,57825:30691,57826:30702,57827:30716,57828:30732,57829:30738,57830:31014,57831:30752,57832:31018,57833:30789,57834:30862,57835:30836,57836:30854,57837:30844,57838:30874,57839:30860,57840:30883,57841:30901,57842:30890,57843:30895,57844:30929,57845:30918,57846:30923,57847:30932,57848:30910,57849:30908,57850:30917,57851:30922,57852:30956,57920:30951,57921:30938,57922:30973,57923:30964,57924:30983,57925:30994,57926:30993,57927:31001,57928:31020,57929:31019,57930:31040,57931:31072,57932:31063,57933:31071,57934:31066,57935:31061,57936:31059,57937:31098,57938:31103,57939:31114,57940:31133,57941:31143,57942:40779,57943:31146,57944:31150,57945:31155,57946:31161,57947:31162,57948:31177,57949:31189,57950:31207,57951:31212,57952:31201,57953:31203,57954:31240,57955:31245,57956:31256,57957:31257,57958:31264,57959:31263,57960:31104,57961:31281,57962:31291,57963:31294,57964:31287,57965:31299,57966:31319,57967:31305,57968:31329,57969:31330,57970:31337,57971:40861,57972:31344,57973:31353,57974:31357,57975:31368,57976:31383,57977:31381,57978:31384,57979:31382,57980:31401,57981:31432,57982:31408,57984:31414,57985:31429,57986:31428,57987:31423,57988:36995,57989:31431,57990:31434,57991:31437,57992:31439,57993:31445,57994:31443,57995:31449,57996:31450,57997:31453,57998:31457,57999:31458,58e3:31462,58001:31469,58002:31472,58003:31490,58004:31503,58005:31498,58006:31494,58007:31539,58008:31512,58009:31513,58010:31518,58011:31541,58012:31528,58013:31542,58014:31568,58015:31610,58016:31492,58017:31565,58018:31499,58019:31564,58020:31557,58021:31605,58022:31589,58023:31604,58024:31591,58025:31600,58026:31601,58027:31596,58028:31598,58029:31645,58030:31640,58031:31647,58032:31629,58033:31644,58034:31642,58035:31627,58036:31634,58037:31631,58038:31581,58039:31641,58040:31691,58041:31681,58042:31692,58043:31695,58044:31668,58045:31686,58046:31709,58047:31721,58048:31761,58049:31764,58050:31718,58051:31717,58052:31840,58053:31744,58054:31751,58055:31763,58056:31731,58057:31735,58058:31767,58059:31757,58060:31734,58061:31779,58062:31783,58063:31786,58064:31775,58065:31799,58066:31787,58067:31805,58068:31820,58069:31811,58070:31828,58071:31823,58072:31808,58073:31824,58074:31832,58075:31839,58076:31844,58077:31830,58078:31845,58079:31852,58080:31861,58081:31875,58082:31888,58083:31908,58084:31917,58085:31906,58086:31915,58087:31905,58088:31912,58089:31923,58090:31922,58091:31921,58092:31918,58093:31929,58094:31933,58095:31936,58096:31941,58097:31938,58098:31960,58099:31954,58100:31964,58101:31970,58102:39739,58103:31983,58104:31986,58105:31988,58106:31990,58107:31994,58108:32006,58176:32002,58177:32028,58178:32021,58179:32010,58180:32069,58181:32075,58182:32046,58183:32050,58184:32063,58185:32053,58186:32070,58187:32115,58188:32086,58189:32078,58190:32114,58191:32104,58192:32110,58193:32079,58194:32099,58195:32147,58196:32137,58197:32091,58198:32143,58199:32125,58200:32155,58201:32186,58202:32174,58203:32163,58204:32181,58205:32199,58206:32189,58207:32171,58208:32317,58209:32162,58210:32175,58211:32220,58212:32184,58213:32159,58214:32176,58215:32216,58216:32221,58217:32228,58218:32222,58219:32251,58220:32242,58221:32225,58222:32261,58223:32266,58224:32291,58225:32289,58226:32274,58227:32305,58228:32287,58229:32265,58230:32267,58231:32290,58232:32326,58233:32358,58234:32315,58235:32309,58236:32313,58237:32323,58238:32311,58240:32306,58241:32314,58242:32359,58243:32349,58244:32342,58245:32350,58246:32345,58247:32346,58248:32377,58249:32362,58250:32361,58251:32380,58252:32379,58253:32387,58254:32213,58255:32381,58256:36782,58257:32383,58258:32392,58259:32393,58260:32396,58261:32402,58262:32400,58263:32403,58264:32404,58265:32406,58266:32398,58267:32411,58268:32412,58269:32568,58270:32570,58271:32581,58272:32588,58273:32589,58274:32590,58275:32592,58276:32593,58277:32597,58278:32596,58279:32600,58280:32607,58281:32608,58282:32616,58283:32617,58284:32615,58285:32632,58286:32642,58287:32646,58288:32643,58289:32648,58290:32647,58291:32652,58292:32660,58293:32670,58294:32669,58295:32666,58296:32675,58297:32687,58298:32690,58299:32697,58300:32686,58301:32694,58302:32696,58303:35697,58304:32709,58305:32710,58306:32714,58307:32725,58308:32724,58309:32737,58310:32742,58311:32745,58312:32755,58313:32761,58314:39132,58315:32774,58316:32772,58317:32779,58318:32786,58319:32792,58320:32793,58321:32796,58322:32801,58323:32808,58324:32831,58325:32827,58326:32842,58327:32838,58328:32850,58329:32856,58330:32858,58331:32863,58332:32866,58333:32872,58334:32883,58335:32882,58336:32880,58337:32886,58338:32889,58339:32893,58340:32895,58341:32900,58342:32902,58343:32901,58344:32923,58345:32915,58346:32922,58347:32941,58348:20880,58349:32940,58350:32987,58351:32997,58352:32985,58353:32989,58354:32964,58355:32986,58356:32982,58357:33033,58358:33007,58359:33009,58360:33051,58361:33065,58362:33059,58363:33071,58364:33099,58432:38539,58433:33094,58434:33086,58435:33107,58436:33105,58437:33020,58438:33137,58439:33134,58440:33125,58441:33126,58442:33140,58443:33155,58444:33160,58445:33162,58446:33152,58447:33154,58448:33184,58449:33173,58450:33188,58451:33187,58452:33119,58453:33171,58454:33193,58455:33200,58456:33205,58457:33214,58458:33208,58459:33213,58460:33216,58461:33218,58462:33210,58463:33225,58464:33229,58465:33233,58466:33241,58467:33240,58468:33224,58469:33242,58470:33247,58471:33248,58472:33255,58473:33274,58474:33275,58475:33278,58476:33281,58477:33282,58478:33285,58479:33287,58480:33290,58481:33293,58482:33296,58483:33302,58484:33321,58485:33323,58486:33336,58487:33331,58488:33344,58489:33369,58490:33368,58491:33373,58492:33370,58493:33375,58494:33380,58496:33378,58497:33384,58498:33386,58499:33387,58500:33326,58501:33393,58502:33399,58503:33400,58504:33406,58505:33421,58506:33426,58507:33451,58508:33439,58509:33467,58510:33452,58511:33505,58512:33507,58513:33503,58514:33490,58515:33524,58516:33523,58517:33530,58518:33683,58519:33539,58520:33531,58521:33529,58522:33502,58523:33542,58524:33500,58525:33545,58526:33497,58527:33589,58528:33588,58529:33558,58530:33586,58531:33585,58532:33600,58533:33593,58534:33616,58535:33605,58536:33583,58537:33579,58538:33559,58539:33560,58540:33669,58541:33690,58542:33706,58543:33695,58544:33698,58545:33686,58546:33571,58547:33678,58548:33671,58549:33674,58550:33660,58551:33717,58552:33651,58553:33653,58554:33696,58555:33673,58556:33704,58557:33780,58558:33811,58559:33771,58560:33742,58561:33789,58562:33795,58563:33752,58564:33803,58565:33729,58566:33783,58567:33799,58568:33760,58569:33778,58570:33805,58571:33826,58572:33824,58573:33725,58574:33848,58575:34054,58576:33787,58577:33901,58578:33834,58579:33852,58580:34138,58581:33924,58582:33911,58583:33899,58584:33965,58585:33902,58586:33922,58587:33897,58588:33862,58589:33836,58590:33903,58591:33913,58592:33845,58593:33994,58594:33890,58595:33977,58596:33983,58597:33951,58598:34009,58599:33997,58600:33979,58601:34010,58602:34e3,58603:33985,58604:33990,58605:34006,58606:33953,58607:34081,58608:34047,58609:34036,58610:34071,58611:34072,58612:34092,58613:34079,58614:34069,58615:34068,58616:34044,58617:34112,58618:34147,58619:34136,58620:34120,58688:34113,58689:34306,58690:34123,58691:34133,58692:34176,58693:34212,58694:34184,58695:34193,58696:34186,58697:34216,58698:34157,58699:34196,58700:34203,58701:34282,58702:34183,58703:34204,58704:34167,58705:34174,58706:34192,58707:34249,58708:34234,58709:34255,58710:34233,58711:34256,58712:34261,58713:34269,58714:34277,58715:34268,58716:34297,58717:34314,58718:34323,58719:34315,58720:34302,58721:34298,58722:34310,58723:34338,58724:34330,58725:34352,58726:34367,58727:34381,58728:20053,58729:34388,58730:34399,58731:34407,58732:34417,58733:34451,58734:34467,58735:34473,58736:34474,58737:34443,58738:34444,58739:34486,58740:34479,58741:34500,58742:34502,58743:34480,58744:34505,58745:34851,58746:34475,58747:34516,58748:34526,58749:34537,58750:34540,58752:34527,58753:34523,58754:34543,58755:34578,58756:34566,58757:34568,58758:34560,58759:34563,58760:34555,58761:34577,58762:34569,58763:34573,58764:34553,58765:34570,58766:34612,58767:34623,58768:34615,58769:34619,58770:34597,58771:34601,58772:34586,58773:34656,58774:34655,58775:34680,58776:34636,58777:34638,58778:34676,58779:34647,58780:34664,58781:34670,58782:34649,58783:34643,58784:34659,58785:34666,58786:34821,58787:34722,58788:34719,58789:34690,58790:34735,58791:34763,58792:34749,58793:34752,58794:34768,58795:38614,58796:34731,58797:34756,58798:34739,58799:34759,58800:34758,58801:34747,58802:34799,58803:34802,58804:34784,58805:34831,58806:34829,58807:34814,58808:34806,58809:34807,58810:34830,58811:34770,58812:34833,58813:34838,58814:34837,58815:34850,58816:34849,58817:34865,58818:34870,58819:34873,58820:34855,58821:34875,58822:34884,58823:34882,58824:34898,58825:34905,58826:34910,58827:34914,58828:34923,58829:34945,58830:34942,58831:34974,58832:34933,58833:34941,58834:34997,58835:34930,58836:34946,58837:34967,58838:34962,58839:34990,58840:34969,58841:34978,58842:34957,58843:34980,58844:34992,58845:35007,58846:34993,58847:35011,58848:35012,58849:35028,58850:35032,58851:35033,58852:35037,58853:35065,58854:35074,58855:35068,58856:35060,58857:35048,58858:35058,58859:35076,58860:35084,58861:35082,58862:35091,58863:35139,58864:35102,58865:35109,58866:35114,58867:35115,58868:35137,58869:35140,58870:35131,58871:35126,58872:35128,58873:35148,58874:35101,58875:35168,58876:35166,58944:35174,58945:35172,58946:35181,58947:35178,58948:35183,58949:35188,58950:35191,58951:35198,58952:35203,58953:35208,58954:35210,58955:35219,58956:35224,58957:35233,58958:35241,58959:35238,58960:35244,58961:35247,58962:35250,58963:35258,58964:35261,58965:35263,58966:35264,58967:35290,58968:35292,58969:35293,58970:35303,58971:35316,58972:35320,58973:35331,58974:35350,58975:35344,58976:35340,58977:35355,58978:35357,58979:35365,58980:35382,58981:35393,58982:35419,58983:35410,58984:35398,58985:35400,58986:35452,58987:35437,58988:35436,58989:35426,58990:35461,58991:35458,58992:35460,58993:35496,58994:35489,58995:35473,58996:35493,58997:35494,58998:35482,58999:35491,59e3:35524,59001:35533,59002:35522,59003:35546,59004:35563,59005:35571,59006:35559,59008:35556,59009:35569,59010:35604,59011:35552,59012:35554,59013:35575,59014:35550,59015:35547,59016:35596,59017:35591,59018:35610,59019:35553,59020:35606,59021:35600,59022:35607,59023:35616,59024:35635,59025:38827,59026:35622,59027:35627,59028:35646,59029:35624,59030:35649,59031:35660,59032:35663,59033:35662,59034:35657,59035:35670,59036:35675,59037:35674,59038:35691,59039:35679,59040:35692,59041:35695,59042:35700,59043:35709,59044:35712,59045:35724,59046:35726,59047:35730,59048:35731,59049:35734,59050:35737,59051:35738,59052:35898,59053:35905,59054:35903,59055:35912,59056:35916,59057:35918,59058:35920,59059:35925,59060:35938,59061:35948,59062:35960,59063:35962,59064:35970,59065:35977,59066:35973,59067:35978,59068:35981,59069:35982,59070:35988,59071:35964,59072:35992,59073:25117,59074:36013,59075:36010,59076:36029,59077:36018,59078:36019,59079:36014,59080:36022,59081:36040,59082:36033,59083:36068,59084:36067,59085:36058,59086:36093,59087:36090,59088:36091,59089:36100,59090:36101,59091:36106,59092:36103,59093:36111,59094:36109,59095:36112,59096:40782,59097:36115,59098:36045,59099:36116,59100:36118,59101:36199,59102:36205,59103:36209,59104:36211,59105:36225,59106:36249,59107:36290,59108:36286,59109:36282,59110:36303,59111:36314,59112:36310,59113:36300,59114:36315,59115:36299,59116:36330,59117:36331,59118:36319,59119:36323,59120:36348,59121:36360,59122:36361,59123:36351,59124:36381,59125:36382,59126:36368,59127:36383,59128:36418,59129:36405,59130:36400,59131:36404,59132:36426,59200:36423,59201:36425,59202:36428,59203:36432,59204:36424,59205:36441,59206:36452,59207:36448,59208:36394,59209:36451,59210:36437,59211:36470,59212:36466,59213:36476,59214:36481,59215:36487,59216:36485,59217:36484,59218:36491,59219:36490,59220:36499,59221:36497,59222:36500,59223:36505,59224:36522,59225:36513,59226:36524,59227:36528,59228:36550,59229:36529,59230:36542,59231:36549,59232:36552,59233:36555,59234:36571,59235:36579,59236:36604,59237:36603,59238:36587,59239:36606,59240:36618,59241:36613,59242:36629,59243:36626,59244:36633,59245:36627,59246:36636,59247:36639,59248:36635,59249:36620,59250:36646,59251:36659,59252:36667,59253:36665,59254:36677,59255:36674,59256:36670,59257:36684,59258:36681,59259:36678,59260:36686,59261:36695,59262:36700,59264:36706,59265:36707,59266:36708,59267:36764,59268:36767,59269:36771,59270:36781,59271:36783,59272:36791,59273:36826,59274:36837,59275:36834,59276:36842,59277:36847,59278:36999,59279:36852,59280:36869,59281:36857,59282:36858,59283:36881,59284:36885,59285:36897,59286:36877,59287:36894,59288:36886,59289:36875,59290:36903,59291:36918,59292:36917,59293:36921,59294:36856,59295:36943,59296:36944,59297:36945,59298:36946,59299:36878,59300:36937,59301:36926,59302:36950,59303:36952,59304:36958,59305:36968,59306:36975,59307:36982,59308:38568,59309:36978,59310:36994,59311:36989,59312:36993,59313:36992,59314:37002,59315:37001,59316:37007,59317:37032,59318:37039,59319:37041,59320:37045,59321:37090,59322:37092,59323:25160,59324:37083,59325:37122,59326:37138,59327:37145,59328:37170,59329:37168,59330:37194,59331:37206,59332:37208,59333:37219,59334:37221,59335:37225,59336:37235,59337:37234,59338:37259,59339:37257,59340:37250,59341:37282,59342:37291,59343:37295,59344:37290,59345:37301,59346:37300,59347:37306,59348:37312,59349:37313,59350:37321,59351:37323,59352:37328,59353:37334,59354:37343,59355:37345,59356:37339,59357:37372,59358:37365,59359:37366,59360:37406,59361:37375,59362:37396,59363:37420,59364:37397,59365:37393,59366:37470,59367:37463,59368:37445,59369:37449,59370:37476,59371:37448,59372:37525,59373:37439,59374:37451,59375:37456,59376:37532,59377:37526,59378:37523,59379:37531,59380:37466,59381:37583,59382:37561,59383:37559,59384:37609,59385:37647,59386:37626,59387:37700,59388:37678,59456:37657,59457:37666,59458:37658,59459:37667,59460:37690,59461:37685,59462:37691,59463:37724,59464:37728,59465:37756,59466:37742,59467:37718,59468:37808,59469:37804,59470:37805,59471:37780,59472:37817,59473:37846,59474:37847,59475:37864,59476:37861,59477:37848,59478:37827,59479:37853,59480:37840,59481:37832,59482:37860,59483:37914,59484:37908,59485:37907,59486:37891,59487:37895,59488:37904,59489:37942,59490:37931,59491:37941,59492:37921,59493:37946,59494:37953,59495:37970,59496:37956,59497:37979,59498:37984,59499:37986,59500:37982,59501:37994,59502:37417,59503:38e3,59504:38005,59505:38007,59506:38013,59507:37978,59508:38012,59509:38014,59510:38017,59511:38015,59512:38274,59513:38279,59514:38282,59515:38292,59516:38294,59517:38296,59518:38297,59520:38304,59521:38312,59522:38311,59523:38317,59524:38332,59525:38331,59526:38329,59527:38334,59528:38346,59529:28662,59530:38339,59531:38349,59532:38348,59533:38357,59534:38356,59535:38358,59536:38364,59537:38369,59538:38373,59539:38370,59540:38433,59541:38440,59542:38446,59543:38447,59544:38466,59545:38476,59546:38479,59547:38475,59548:38519,59549:38492,59550:38494,59551:38493,59552:38495,59553:38502,59554:38514,59555:38508,59556:38541,59557:38552,59558:38549,59559:38551,59560:38570,59561:38567,59562:38577,59563:38578,59564:38576,59565:38580,59566:38582,59567:38584,59568:38585,59569:38606,59570:38603,59571:38601,59572:38605,59573:35149,59574:38620,59575:38669,59576:38613,59577:38649,59578:38660,59579:38662,59580:38664,59581:38675,59582:38670,59583:38673,59584:38671,59585:38678,59586:38681,59587:38692,59588:38698,59589:38704,59590:38713,59591:38717,59592:38718,59593:38724,59594:38726,59595:38728,59596:38722,59597:38729,59598:38748,59599:38752,59600:38756,59601:38758,59602:38760,59603:21202,59604:38763,59605:38769,59606:38777,59607:38789,59608:38780,59609:38785,59610:38778,59611:38790,59612:38795,59613:38799,59614:38800,59615:38812,59616:38824,59617:38822,59618:38819,59619:38835,59620:38836,59621:38851,59622:38854,59623:38856,59624:38859,59625:38876,59626:38893,59627:40783,59628:38898,59629:31455,59630:38902,59631:38901,59632:38927,59633:38924,59634:38968,59635:38948,59636:38945,59637:38967,59638:38973,59639:38982,59640:38991,59641:38987,59642:39019,59643:39023,59644:39024,59712:39025,59713:39028,59714:39027,59715:39082,59716:39087,59717:39089,59718:39094,59719:39108,59720:39107,59721:39110,59722:39145,59723:39147,59724:39171,59725:39177,59726:39186,59727:39188,59728:39192,59729:39201,59730:39197,59731:39198,59732:39204,59733:39200,59734:39212,59735:39214,59736:39229,59737:39230,59738:39234,59739:39241,59740:39237,59741:39248,59742:39243,59743:39249,59744:39250,59745:39244,59746:39253,59747:39319,59748:39320,59749:39333,59750:39341,59751:39342,59752:39356,59753:39391,59754:39387,59755:39389,59756:39384,59757:39377,59758:39405,59759:39406,59760:39409,59761:39410,59762:39419,59763:39416,59764:39425,59765:39439,59766:39429,59767:39394,59768:39449,59769:39467,59770:39479,59771:39493,59772:39490,59773:39488,59774:39491,59776:39486,59777:39509,59778:39501,59779:39515,59780:39511,59781:39519,59782:39522,59783:39525,59784:39524,59785:39529,59786:39531,59787:39530,59788:39597,59789:39600,59790:39612,59791:39616,59792:39631,59793:39633,59794:39635,59795:39636,59796:39646,59797:39647,59798:39650,59799:39651,59800:39654,59801:39663,59802:39659,59803:39662,59804:39668,59805:39665,59806:39671,59807:39675,59808:39686,59809:39704,59810:39706,59811:39711,59812:39714,59813:39715,59814:39717,59815:39719,59816:39720,59817:39721,59818:39722,59819:39726,59820:39727,59821:39730,59822:39748,59823:39747,59824:39759,59825:39757,59826:39758,59827:39761,59828:39768,59829:39796,59830:39827,59831:39811,59832:39825,59833:39830,59834:39831,59835:39839,59836:39840,59837:39848,59838:39860,59839:39872,59840:39882,59841:39865,59842:39878,59843:39887,59844:39889,59845:39890,59846:39907,59847:39906,59848:39908,59849:39892,59850:39905,59851:39994,59852:39922,59853:39921,59854:39920,59855:39957,59856:39956,59857:39945,59858:39955,59859:39948,59860:39942,59861:39944,59862:39954,59863:39946,59864:39940,59865:39982,59866:39963,59867:39973,59868:39972,59869:39969,59870:39984,59871:40007,59872:39986,59873:40006,59874:39998,59875:40026,59876:40032,59877:40039,59878:40054,59879:40056,59880:40167,59881:40172,59882:40176,59883:40201,59884:40200,59885:40171,59886:40195,59887:40198,59888:40234,59889:40230,59890:40367,59891:40227,59892:40223,59893:40260,59894:40213,59895:40210,59896:40257,59897:40255,59898:40254,59899:40262,59900:40264,59968:40285,59969:40286,59970:40292,59971:40273,59972:40272,59973:40281,59974:40306,59975:40329,59976:40327,59977:40363,59978:40303,59979:40314,59980:40346,59981:40356,59982:40361,59983:40370,59984:40388,59985:40385,59986:40379,59987:40376,59988:40378,59989:40390,59990:40399,59991:40386,59992:40409,59993:40403,59994:40440,59995:40422,59996:40429,59997:40431,59998:40445,59999:40474,6e4:40475,60001:40478,60002:40565,60003:40569,60004:40573,60005:40577,60006:40584,60007:40587,60008:40588,60009:40594,60010:40597,60011:40593,60012:40605,60013:40613,60014:40617,60015:40632,60016:40618,60017:40621,60018:38753,60019:40652,60020:40654,60021:40655,60022:40656,60023:40660,60024:40668,60025:40670,60026:40669,60027:40672,60028:40677,60029:40680,60030:40687,60032:40692,60033:40694,60034:40695,60035:40697,60036:40699,60037:40700,60038:40701,60039:40711,60040:40712,60041:30391,60042:40725,60043:40737,60044:40748,60045:40766,60046:40778,60047:40786,60048:40788,60049:40803,60050:40799,60051:40800,60052:40801,60053:40806,60054:40807,60055:40812,60056:40810,60057:40823,60058:40818,60059:40822,60060:40853,60061:40860,60062:40864,60063:22575,60064:27079,60065:36953,60066:29796,60067:20956,60068:29081}}),(function(a,l,i){Object.defineProperty(l,"__esModule",{value:!0});var o=i(1),u=i(2);function d(p,y,b,v){var C;y.degree()<b.degree()&&(C=[b,y],y=C[0],b=C[1]);for(var k=y,B=b,N=p.zero,F=p.one;B.degree()>=v/2;){var S=k,M=N;if(k=B,N=F,k.isZero())return null;B=S;for(var D=p.zero,j=k.getCoefficient(k.degree()),O=p.inverse(j);B.degree()>=k.degree()&&!B.isZero();){var P=B.degree()-k.degree(),T=p.multiply(B.getCoefficient(B.degree()),O);D=D.addOrSubtract(p.buildMonomial(P,T)),B=B.addOrSubtract(k.multiplyByMonomial(P,T))}if(F=D.multiplyPoly(N).addOrSubtract(M),B.degree()>=k.degree())return null}var G=F.getCoefficient(0);if(G===0)return null;var Z=p.inverse(G);return[F.multiply(Z),B.multiply(Z)]}function f(p,y){var b=y.degree();if(b===1)return[y.getCoefficient(1)];for(var v=new Array(b),C=0,k=1;k<p.size&&C<b;k++)y.evaluateAt(k)===0&&(v[C]=p.inverse(k),C++);return C!==b?null:v}function h(p,y,b){for(var v=b.length,C=new Array(v),k=0;k<v;k++){for(var B=p.inverse(b[k]),N=1,F=0;F<v;F++)k!==F&&(N=p.multiply(N,o.addOrSubtractGF(1,p.multiply(b[F],B))));C[k]=p.multiply(y.evaluateAt(B),p.inverse(N)),p.generatorBase!==0&&(C[k]=p.multiply(C[k],B))}return C}function m(p,y){var b=new Uint8ClampedArray(p.length);b.set(p);for(var v=new o.default(285,256,0),C=new u.default(v,b),k=new Uint8ClampedArray(y),B=!1,N=0;N<y;N++){var F=C.evaluateAt(v.exp(N+v.generatorBase));k[k.length-1-N]=F,F!==0&&(B=!0)}if(!B)return b;var S=new u.default(v,k),M=d(v,v.buildMonomial(y,1),S,y);if(M===null)return null;var D=f(v,M[0]);if(D==null)return null;for(var j=h(v,M[1],D),O=0;O<D.length;O++){var P=b.length-1-v.log(D[O]);if(P<0)return null;b[P]=o.addOrSubtractGF(b[P],j[O])}return b}l.decode=m}),(function(a,l,i){Object.defineProperty(l,"__esModule",{value:!0}),l.VERSIONS=[{infoBits:null,versionNumber:1,alignmentPatternCenters:[],errorCorrectionLevels:[{ecCodewordsPerBlock:7,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:19}]},{ecCodewordsPerBlock:10,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:16}]},{ecCodewordsPerBlock:13,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:13}]},{ecCodewordsPerBlock:17,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:9}]}]},{infoBits:null,versionNumber:2,alignmentPatternCenters:[6,18],errorCorrectionLevels:[{ecCodewordsPerBlock:10,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:34}]},{ecCodewordsPerBlock:16,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:28}]},{ecCodewordsPerBlock:22,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:22}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:16}]}]},{infoBits:null,versionNumber:3,alignmentPatternCenters:[6,22],errorCorrectionLevels:[{ecCodewordsPerBlock:15,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:55}]},{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:44}]},{ecCodewordsPerBlock:18,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:17}]},{ecCodewordsPerBlock:22,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:13}]}]},{infoBits:null,versionNumber:4,alignmentPatternCenters:[6,26],errorCorrectionLevels:[{ecCodewordsPerBlock:20,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:80}]},{ecCodewordsPerBlock:18,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:32}]},{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:24}]},{ecCodewordsPerBlock:16,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:9}]}]},{infoBits:null,versionNumber:5,alignmentPatternCenters:[6,30],errorCorrectionLevels:[{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:108}]},{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:43}]},{ecCodewordsPerBlock:18,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:15},{numBlocks:2,dataCodewordsPerBlock:16}]},{ecCodewordsPerBlock:22,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:11},{numBlocks:2,dataCodewordsPerBlock:12}]}]},{infoBits:null,versionNumber:6,alignmentPatternCenters:[6,34],errorCorrectionLevels:[{ecCodewordsPerBlock:18,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:68}]},{ecCodewordsPerBlock:16,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:27}]},{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:19}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:15}]}]},{infoBits:31892,versionNumber:7,alignmentPatternCenters:[6,22,38],errorCorrectionLevels:[{ecCodewordsPerBlock:20,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:78}]},{ecCodewordsPerBlock:18,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:31}]},{ecCodewordsPerBlock:18,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:14},{numBlocks:4,dataCodewordsPerBlock:15}]},{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:13},{numBlocks:1,dataCodewordsPerBlock:14}]}]},{infoBits:34236,versionNumber:8,alignmentPatternCenters:[6,24,42],errorCorrectionLevels:[{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:97}]},{ecCodewordsPerBlock:22,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:38},{numBlocks:2,dataCodewordsPerBlock:39}]},{ecCodewordsPerBlock:22,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:18},{numBlocks:2,dataCodewordsPerBlock:19}]},{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:14},{numBlocks:2,dataCodewordsPerBlock:15}]}]},{infoBits:39577,versionNumber:9,alignmentPatternCenters:[6,26,46],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:116}]},{ecCodewordsPerBlock:22,ecBlocks:[{numBlocks:3,dataCodewordsPerBlock:36},{numBlocks:2,dataCodewordsPerBlock:37}]},{ecCodewordsPerBlock:20,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:16},{numBlocks:4,dataCodewordsPerBlock:17}]},{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:12},{numBlocks:4,dataCodewordsPerBlock:13}]}]},{infoBits:42195,versionNumber:10,alignmentPatternCenters:[6,28,50],errorCorrectionLevels:[{ecCodewordsPerBlock:18,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:68},{numBlocks:2,dataCodewordsPerBlock:69}]},{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:43},{numBlocks:1,dataCodewordsPerBlock:44}]},{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:6,dataCodewordsPerBlock:19},{numBlocks:2,dataCodewordsPerBlock:20}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:6,dataCodewordsPerBlock:15},{numBlocks:2,dataCodewordsPerBlock:16}]}]},{infoBits:48118,versionNumber:11,alignmentPatternCenters:[6,30,54],errorCorrectionLevels:[{ecCodewordsPerBlock:20,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:81}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:50},{numBlocks:4,dataCodewordsPerBlock:51}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:22},{numBlocks:4,dataCodewordsPerBlock:23}]},{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:3,dataCodewordsPerBlock:12},{numBlocks:8,dataCodewordsPerBlock:13}]}]},{infoBits:51042,versionNumber:12,alignmentPatternCenters:[6,32,58],errorCorrectionLevels:[{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:92},{numBlocks:2,dataCodewordsPerBlock:93}]},{ecCodewordsPerBlock:22,ecBlocks:[{numBlocks:6,dataCodewordsPerBlock:36},{numBlocks:2,dataCodewordsPerBlock:37}]},{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:20},{numBlocks:6,dataCodewordsPerBlock:21}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:7,dataCodewordsPerBlock:14},{numBlocks:4,dataCodewordsPerBlock:15}]}]},{infoBits:55367,versionNumber:13,alignmentPatternCenters:[6,34,62],errorCorrectionLevels:[{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:107}]},{ecCodewordsPerBlock:22,ecBlocks:[{numBlocks:8,dataCodewordsPerBlock:37},{numBlocks:1,dataCodewordsPerBlock:38}]},{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:8,dataCodewordsPerBlock:20},{numBlocks:4,dataCodewordsPerBlock:21}]},{ecCodewordsPerBlock:22,ecBlocks:[{numBlocks:12,dataCodewordsPerBlock:11},{numBlocks:4,dataCodewordsPerBlock:12}]}]},{infoBits:58893,versionNumber:14,alignmentPatternCenters:[6,26,46,66],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:3,dataCodewordsPerBlock:115},{numBlocks:1,dataCodewordsPerBlock:116}]},{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:40},{numBlocks:5,dataCodewordsPerBlock:41}]},{ecCodewordsPerBlock:20,ecBlocks:[{numBlocks:11,dataCodewordsPerBlock:16},{numBlocks:5,dataCodewordsPerBlock:17}]},{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:11,dataCodewordsPerBlock:12},{numBlocks:5,dataCodewordsPerBlock:13}]}]},{infoBits:63784,versionNumber:15,alignmentPatternCenters:[6,26,48,70],errorCorrectionLevels:[{ecCodewordsPerBlock:22,ecBlocks:[{numBlocks:5,dataCodewordsPerBlock:87},{numBlocks:1,dataCodewordsPerBlock:88}]},{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:5,dataCodewordsPerBlock:41},{numBlocks:5,dataCodewordsPerBlock:42}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:5,dataCodewordsPerBlock:24},{numBlocks:7,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:11,dataCodewordsPerBlock:12},{numBlocks:7,dataCodewordsPerBlock:13}]}]},{infoBits:68472,versionNumber:16,alignmentPatternCenters:[6,26,50,74],errorCorrectionLevels:[{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:5,dataCodewordsPerBlock:98},{numBlocks:1,dataCodewordsPerBlock:99}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:7,dataCodewordsPerBlock:45},{numBlocks:3,dataCodewordsPerBlock:46}]},{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:15,dataCodewordsPerBlock:19},{numBlocks:2,dataCodewordsPerBlock:20}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:3,dataCodewordsPerBlock:15},{numBlocks:13,dataCodewordsPerBlock:16}]}]},{infoBits:70749,versionNumber:17,alignmentPatternCenters:[6,30,54,78],errorCorrectionLevels:[{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:107},{numBlocks:5,dataCodewordsPerBlock:108}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:10,dataCodewordsPerBlock:46},{numBlocks:1,dataCodewordsPerBlock:47}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:22},{numBlocks:15,dataCodewordsPerBlock:23}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:14},{numBlocks:17,dataCodewordsPerBlock:15}]}]},{infoBits:76311,versionNumber:18,alignmentPatternCenters:[6,30,56,82],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:5,dataCodewordsPerBlock:120},{numBlocks:1,dataCodewordsPerBlock:121}]},{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:9,dataCodewordsPerBlock:43},{numBlocks:4,dataCodewordsPerBlock:44}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:17,dataCodewordsPerBlock:22},{numBlocks:1,dataCodewordsPerBlock:23}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:14},{numBlocks:19,dataCodewordsPerBlock:15}]}]},{infoBits:79154,versionNumber:19,alignmentPatternCenters:[6,30,58,86],errorCorrectionLevels:[{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:3,dataCodewordsPerBlock:113},{numBlocks:4,dataCodewordsPerBlock:114}]},{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:3,dataCodewordsPerBlock:44},{numBlocks:11,dataCodewordsPerBlock:45}]},{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:17,dataCodewordsPerBlock:21},{numBlocks:4,dataCodewordsPerBlock:22}]},{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:9,dataCodewordsPerBlock:13},{numBlocks:16,dataCodewordsPerBlock:14}]}]},{infoBits:84390,versionNumber:20,alignmentPatternCenters:[6,34,62,90],errorCorrectionLevels:[{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:3,dataCodewordsPerBlock:107},{numBlocks:5,dataCodewordsPerBlock:108}]},{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:3,dataCodewordsPerBlock:41},{numBlocks:13,dataCodewordsPerBlock:42}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:15,dataCodewordsPerBlock:24},{numBlocks:5,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:15,dataCodewordsPerBlock:15},{numBlocks:10,dataCodewordsPerBlock:16}]}]},{infoBits:87683,versionNumber:21,alignmentPatternCenters:[6,28,50,72,94],errorCorrectionLevels:[{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:116},{numBlocks:4,dataCodewordsPerBlock:117}]},{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:17,dataCodewordsPerBlock:42}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:17,dataCodewordsPerBlock:22},{numBlocks:6,dataCodewordsPerBlock:23}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:19,dataCodewordsPerBlock:16},{numBlocks:6,dataCodewordsPerBlock:17}]}]},{infoBits:92361,versionNumber:22,alignmentPatternCenters:[6,26,50,74,98],errorCorrectionLevels:[{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:111},{numBlocks:7,dataCodewordsPerBlock:112}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:17,dataCodewordsPerBlock:46}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:7,dataCodewordsPerBlock:24},{numBlocks:16,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:24,ecBlocks:[{numBlocks:34,dataCodewordsPerBlock:13}]}]},{infoBits:96236,versionNumber:23,alignmentPatternCenters:[6,30,54,74,102],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:121},{numBlocks:5,dataCodewordsPerBlock:122}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:47},{numBlocks:14,dataCodewordsPerBlock:48}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:11,dataCodewordsPerBlock:24},{numBlocks:14,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:16,dataCodewordsPerBlock:15},{numBlocks:14,dataCodewordsPerBlock:16}]}]},{infoBits:102084,versionNumber:24,alignmentPatternCenters:[6,28,54,80,106],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:6,dataCodewordsPerBlock:117},{numBlocks:4,dataCodewordsPerBlock:118}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:6,dataCodewordsPerBlock:45},{numBlocks:14,dataCodewordsPerBlock:46}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:11,dataCodewordsPerBlock:24},{numBlocks:16,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:30,dataCodewordsPerBlock:16},{numBlocks:2,dataCodewordsPerBlock:17}]}]},{infoBits:102881,versionNumber:25,alignmentPatternCenters:[6,32,58,84,110],errorCorrectionLevels:[{ecCodewordsPerBlock:26,ecBlocks:[{numBlocks:8,dataCodewordsPerBlock:106},{numBlocks:4,dataCodewordsPerBlock:107}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:8,dataCodewordsPerBlock:47},{numBlocks:13,dataCodewordsPerBlock:48}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:7,dataCodewordsPerBlock:24},{numBlocks:22,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:22,dataCodewordsPerBlock:15},{numBlocks:13,dataCodewordsPerBlock:16}]}]},{infoBits:110507,versionNumber:26,alignmentPatternCenters:[6,30,58,86,114],errorCorrectionLevels:[{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:10,dataCodewordsPerBlock:114},{numBlocks:2,dataCodewordsPerBlock:115}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:19,dataCodewordsPerBlock:46},{numBlocks:4,dataCodewordsPerBlock:47}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:28,dataCodewordsPerBlock:22},{numBlocks:6,dataCodewordsPerBlock:23}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:33,dataCodewordsPerBlock:16},{numBlocks:4,dataCodewordsPerBlock:17}]}]},{infoBits:110734,versionNumber:27,alignmentPatternCenters:[6,34,62,90,118],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:8,dataCodewordsPerBlock:122},{numBlocks:4,dataCodewordsPerBlock:123}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:22,dataCodewordsPerBlock:45},{numBlocks:3,dataCodewordsPerBlock:46}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:8,dataCodewordsPerBlock:23},{numBlocks:26,dataCodewordsPerBlock:24}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:12,dataCodewordsPerBlock:15},{numBlocks:28,dataCodewordsPerBlock:16}]}]},{infoBits:117786,versionNumber:28,alignmentPatternCenters:[6,26,50,74,98,122],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:3,dataCodewordsPerBlock:117},{numBlocks:10,dataCodewordsPerBlock:118}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:3,dataCodewordsPerBlock:45},{numBlocks:23,dataCodewordsPerBlock:46}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:24},{numBlocks:31,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:11,dataCodewordsPerBlock:15},{numBlocks:31,dataCodewordsPerBlock:16}]}]},{infoBits:119615,versionNumber:29,alignmentPatternCenters:[6,30,54,78,102,126],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:7,dataCodewordsPerBlock:116},{numBlocks:7,dataCodewordsPerBlock:117}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:21,dataCodewordsPerBlock:45},{numBlocks:7,dataCodewordsPerBlock:46}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:1,dataCodewordsPerBlock:23},{numBlocks:37,dataCodewordsPerBlock:24}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:19,dataCodewordsPerBlock:15},{numBlocks:26,dataCodewordsPerBlock:16}]}]},{infoBits:126325,versionNumber:30,alignmentPatternCenters:[6,26,52,78,104,130],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:5,dataCodewordsPerBlock:115},{numBlocks:10,dataCodewordsPerBlock:116}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:19,dataCodewordsPerBlock:47},{numBlocks:10,dataCodewordsPerBlock:48}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:15,dataCodewordsPerBlock:24},{numBlocks:25,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:23,dataCodewordsPerBlock:15},{numBlocks:25,dataCodewordsPerBlock:16}]}]},{infoBits:127568,versionNumber:31,alignmentPatternCenters:[6,30,56,82,108,134],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:13,dataCodewordsPerBlock:115},{numBlocks:3,dataCodewordsPerBlock:116}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:46},{numBlocks:29,dataCodewordsPerBlock:47}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:42,dataCodewordsPerBlock:24},{numBlocks:1,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:23,dataCodewordsPerBlock:15},{numBlocks:28,dataCodewordsPerBlock:16}]}]},{infoBits:133589,versionNumber:32,alignmentPatternCenters:[6,34,60,86,112,138],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:17,dataCodewordsPerBlock:115}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:10,dataCodewordsPerBlock:46},{numBlocks:23,dataCodewordsPerBlock:47}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:10,dataCodewordsPerBlock:24},{numBlocks:35,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:19,dataCodewordsPerBlock:15},{numBlocks:35,dataCodewordsPerBlock:16}]}]},{infoBits:136944,versionNumber:33,alignmentPatternCenters:[6,30,58,86,114,142],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:17,dataCodewordsPerBlock:115},{numBlocks:1,dataCodewordsPerBlock:116}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:14,dataCodewordsPerBlock:46},{numBlocks:21,dataCodewordsPerBlock:47}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:29,dataCodewordsPerBlock:24},{numBlocks:19,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:11,dataCodewordsPerBlock:15},{numBlocks:46,dataCodewordsPerBlock:16}]}]},{infoBits:141498,versionNumber:34,alignmentPatternCenters:[6,34,62,90,118,146],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:13,dataCodewordsPerBlock:115},{numBlocks:6,dataCodewordsPerBlock:116}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:14,dataCodewordsPerBlock:46},{numBlocks:23,dataCodewordsPerBlock:47}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:44,dataCodewordsPerBlock:24},{numBlocks:7,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:59,dataCodewordsPerBlock:16},{numBlocks:1,dataCodewordsPerBlock:17}]}]},{infoBits:145311,versionNumber:35,alignmentPatternCenters:[6,30,54,78,102,126,150],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:12,dataCodewordsPerBlock:121},{numBlocks:7,dataCodewordsPerBlock:122}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:12,dataCodewordsPerBlock:47},{numBlocks:26,dataCodewordsPerBlock:48}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:39,dataCodewordsPerBlock:24},{numBlocks:14,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:22,dataCodewordsPerBlock:15},{numBlocks:41,dataCodewordsPerBlock:16}]}]},{infoBits:150283,versionNumber:36,alignmentPatternCenters:[6,24,50,76,102,128,154],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:6,dataCodewordsPerBlock:121},{numBlocks:14,dataCodewordsPerBlock:122}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:6,dataCodewordsPerBlock:47},{numBlocks:34,dataCodewordsPerBlock:48}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:46,dataCodewordsPerBlock:24},{numBlocks:10,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:2,dataCodewordsPerBlock:15},{numBlocks:64,dataCodewordsPerBlock:16}]}]},{infoBits:152622,versionNumber:37,alignmentPatternCenters:[6,28,54,80,106,132,158],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:17,dataCodewordsPerBlock:122},{numBlocks:4,dataCodewordsPerBlock:123}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:29,dataCodewordsPerBlock:46},{numBlocks:14,dataCodewordsPerBlock:47}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:49,dataCodewordsPerBlock:24},{numBlocks:10,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:24,dataCodewordsPerBlock:15},{numBlocks:46,dataCodewordsPerBlock:16}]}]},{infoBits:158308,versionNumber:38,alignmentPatternCenters:[6,32,58,84,110,136,162],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:4,dataCodewordsPerBlock:122},{numBlocks:18,dataCodewordsPerBlock:123}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:13,dataCodewordsPerBlock:46},{numBlocks:32,dataCodewordsPerBlock:47}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:48,dataCodewordsPerBlock:24},{numBlocks:14,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:42,dataCodewordsPerBlock:15},{numBlocks:32,dataCodewordsPerBlock:16}]}]},{infoBits:161089,versionNumber:39,alignmentPatternCenters:[6,26,54,82,110,138,166],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:20,dataCodewordsPerBlock:117},{numBlocks:4,dataCodewordsPerBlock:118}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:40,dataCodewordsPerBlock:47},{numBlocks:7,dataCodewordsPerBlock:48}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:43,dataCodewordsPerBlock:24},{numBlocks:22,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:10,dataCodewordsPerBlock:15},{numBlocks:67,dataCodewordsPerBlock:16}]}]},{infoBits:167017,versionNumber:40,alignmentPatternCenters:[6,30,58,86,114,142,170],errorCorrectionLevels:[{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:19,dataCodewordsPerBlock:118},{numBlocks:6,dataCodewordsPerBlock:119}]},{ecCodewordsPerBlock:28,ecBlocks:[{numBlocks:18,dataCodewordsPerBlock:47},{numBlocks:31,dataCodewordsPerBlock:48}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:34,dataCodewordsPerBlock:24},{numBlocks:34,dataCodewordsPerBlock:25}]},{ecCodewordsPerBlock:30,ecBlocks:[{numBlocks:20,dataCodewordsPerBlock:15},{numBlocks:61,dataCodewordsPerBlock:16}]}]}]}),(function(a,l,i){Object.defineProperty(l,"__esModule",{value:!0});var o=i(0);function u(m,p,y,b){var v=m.x-p.x+y.x-b.x,C=m.y-p.y+y.y-b.y;if(v===0&&C===0)return{a11:p.x-m.x,a12:p.y-m.y,a13:0,a21:y.x-p.x,a22:y.y-p.y,a23:0,a31:m.x,a32:m.y,a33:1};var k=p.x-y.x,B=b.x-y.x,N=p.y-y.y,F=b.y-y.y,S=k*F-B*N,M=(v*F-B*C)/S,D=(k*C-v*N)/S;return{a11:p.x-m.x+M*p.x,a12:p.y-m.y+M*p.y,a13:M,a21:b.x-m.x+D*b.x,a22:b.y-m.y+D*b.y,a23:D,a31:m.x,a32:m.y,a33:1}}function d(m,p,y,b){var v=u(m,p,y,b);return{a11:v.a22*v.a33-v.a23*v.a32,a12:v.a13*v.a32-v.a12*v.a33,a13:v.a12*v.a23-v.a13*v.a22,a21:v.a23*v.a31-v.a21*v.a33,a22:v.a11*v.a33-v.a13*v.a31,a23:v.a13*v.a21-v.a11*v.a23,a31:v.a21*v.a32-v.a22*v.a31,a32:v.a12*v.a31-v.a11*v.a32,a33:v.a11*v.a22-v.a12*v.a21}}function f(m,p){return{a11:m.a11*p.a11+m.a21*p.a12+m.a31*p.a13,a12:m.a12*p.a11+m.a22*p.a12+m.a32*p.a13,a13:m.a13*p.a11+m.a23*p.a12+m.a33*p.a13,a21:m.a11*p.a21+m.a21*p.a22+m.a31*p.a23,a22:m.a12*p.a21+m.a22*p.a22+m.a32*p.a23,a23:m.a13*p.a21+m.a23*p.a22+m.a33*p.a23,a31:m.a11*p.a31+m.a21*p.a32+m.a31*p.a33,a32:m.a12*p.a31+m.a22*p.a32+m.a32*p.a33,a33:m.a13*p.a31+m.a23*p.a32+m.a33*p.a33}}function h(m,p){for(var y=d({x:3.5,y:3.5},{x:p.dimension-3.5,y:3.5},{x:p.dimension-6.5,y:p.dimension-6.5},{x:3.5,y:p.dimension-3.5}),b=u(p.topLeft,p.topRight,p.alignmentPattern,p.bottomLeft),v=f(b,y),C=o.BitMatrix.createEmpty(p.dimension,p.dimension),k=function(D,j){var O=v.a13*D+v.a23*j+v.a33;return{x:(v.a11*D+v.a21*j+v.a31)/O,y:(v.a12*D+v.a22*j+v.a32)/O}},B=0;B<p.dimension;B++)for(var N=0;N<p.dimension;N++){var F=N+.5,S=B+.5,M=k(F,S);C.set(N,B,m.get(Math.floor(M.x),Math.floor(M.y)))}return{matrix:C,mappingFunction:k}}l.extract=h}),(function(a,l,i){Object.defineProperty(l,"__esModule",{value:!0});var o=4,u=.5,d=1.5,f=function(F,S){return Math.sqrt(Math.pow(S.x-F.x,2)+Math.pow(S.y-F.y,2))};function h(F){return F.reduce(function(S,M){return S+M})}function m(F,S,M){var D,j,O,P,T=f(F,S),G=f(S,M),Z=f(F,M),ne,W,Q;return G>=T&&G>=Z?(D=[S,F,M],ne=D[0],W=D[1],Q=D[2]):Z>=G&&Z>=T?(j=[F,S,M],ne=j[0],W=j[1],Q=j[2]):(O=[F,M,S],ne=O[0],W=O[1],Q=O[2]),(Q.x-W.x)*(ne.y-W.y)-(Q.y-W.y)*(ne.x-W.x)<0&&(P=[Q,ne],ne=P[0],Q=P[1]),{bottomLeft:ne,topLeft:W,topRight:Q}}function p(F,S,M,D){var j=(h(b(F,M,D,5))/7+h(b(F,S,D,5))/7+h(b(M,F,D,5))/7+h(b(S,F,D,5))/7)/4;if(j<1)throw new Error("Invalid module size");var O=Math.round(f(F,S)/j),P=Math.round(f(F,M)/j),T=Math.floor((O+P)/2)+7;switch(T%4){case 0:T++;break;case 2:T--;break}return{dimension:T,moduleSize:j}}function y(F,S,M,D){var j=[{x:Math.floor(F.x),y:Math.floor(F.y)}],O=Math.abs(S.y-F.y)>Math.abs(S.x-F.x),P,T,G,Z;O?(P=Math.floor(F.y),T=Math.floor(F.x),G=Math.floor(S.y),Z=Math.floor(S.x)):(P=Math.floor(F.x),T=Math.floor(F.y),G=Math.floor(S.x),Z=Math.floor(S.y));for(var ne=Math.abs(G-P),W=Math.abs(Z-T),Q=Math.floor(-ne/2),I=P<G?1:-1,U=T<Z?1:-1,te=!0,oe=P,_=T;oe!==G+I;oe+=I){var L=O?_:oe,K=O?oe:_;if(M.get(L,K)!==te&&(te=!te,j.push({x:L,y:K}),j.length===D+1))break;if(Q+=W,Q>0){if(_===Z)break;_+=U,Q-=ne}}for(var R=[],X=0;X<D;X++)j[X]&&j[X+1]?R.push(f(j[X],j[X+1])):R.push(0);return R}function b(F,S,M,D){var j,O=S.y-F.y,P=S.x-F.x,T=y(F,S,M,Math.ceil(D/2)),G=y(F,{x:F.x-P,y:F.y-O},M,Math.ceil(D/2)),Z=T.shift()+G.shift()-1;return(j=G.concat(Z)).concat.apply(j,T)}function v(F,S){var M=h(F)/h(S),D=0;return S.forEach(function(j,O){D+=Math.pow(F[O]-j*M,2)}),{averageSize:M,error:D}}function C(F,S,M){try{var D=b(F,{x:-1,y:F.y},M,S.length),j=b(F,{x:F.x,y:-1},M,S.length),O={x:Math.max(0,F.x-F.y)-1,y:Math.max(0,F.y-F.x)-1},P=b(F,O,M,S.length),T={x:Math.min(M.width,F.x+F.y)+1,y:Math.min(M.height,F.y+F.x)+1},G=b(F,T,M,S.length),Z=v(D,S),ne=v(j,S),W=v(P,S),Q=v(G,S),I=Math.sqrt(Z.error*Z.error+ne.error*ne.error+W.error*W.error+Q.error*Q.error),U=(Z.averageSize+ne.averageSize+W.averageSize+Q.averageSize)/4,te=(Math.pow(Z.averageSize-U,2)+Math.pow(ne.averageSize-U,2)+Math.pow(W.averageSize-U,2)+Math.pow(Q.averageSize-U,2))/U;return I+te}catch{return 1/0}}function k(F,S){for(var M=Math.round(S.x);F.get(M,Math.round(S.y));)M--;for(var D=Math.round(S.x);F.get(D,Math.round(S.y));)D++;for(var j=(M+D)/2,O=Math.round(S.y);F.get(Math.round(j),O);)O--;for(var P=Math.round(S.y);F.get(Math.round(j),P);)P++;var T=(O+P)/2;return{x:j,y:T}}function B(F){for(var S=[],M=[],D=[],j=[],O=function(L){for(var K=0,R=!1,X=[0,0,0,0,0],ye=function(Be){var Ie=F.get(Be,L);if(Ie===R)K++;else{X=[X[1],X[2],X[3],X[4],K],K=1,R=Ie;var De=h(X)/7,We=Math.abs(X[0]-De)<De&&Math.abs(X[1]-De)<De&&Math.abs(X[2]-3*De)<3*De&&Math.abs(X[3]-De)<De&&Math.abs(X[4]-De)<De&&!Ie,Je=h(X.slice(-3))/3,xt=Math.abs(X[2]-Je)<Je&&Math.abs(X[3]-Je)<Je&&Math.abs(X[4]-Je)<Je&&Ie;if(We){var Dt=Be-X[3]-X[4],me=Dt-X[2],nt={startX:me,endX:Dt,y:L},Xe=M.filter(function(dt){return me>=dt.bottom.startX&&me<=dt.bottom.endX||Dt>=dt.bottom.startX&&me<=dt.bottom.endX||me<=dt.bottom.startX&&Dt>=dt.bottom.endX&&X[2]/(dt.bottom.endX-dt.bottom.startX)<d&&X[2]/(dt.bottom.endX-dt.bottom.startX)>u});Xe.length>0?Xe[0].bottom=nt:M.push({top:nt,bottom:nt})}if(xt){var lt=Be-X[4],pt=lt-X[3],nt={startX:pt,y:L,endX:lt},Xe=j.filter(function(yt){return pt>=yt.bottom.startX&&pt<=yt.bottom.endX||lt>=yt.bottom.startX&&pt<=yt.bottom.endX||pt<=yt.bottom.startX&<>=yt.bottom.endX&&X[2]/(yt.bottom.endX-yt.bottom.startX)<d&&X[2]/(yt.bottom.endX-yt.bottom.startX)>u});Xe.length>0?Xe[0].bottom=nt:j.push({top:nt,bottom:nt})}}},ue=-1;ue<=F.width;ue++)ye(ue);S.push.apply(S,M.filter(function(Be){return Be.bottom.y!==L&&Be.bottom.y-Be.top.y>=2})),M=M.filter(function(Be){return Be.bottom.y===L}),D.push.apply(D,j.filter(function(Be){return Be.bottom.y!==L})),j=j.filter(function(Be){return Be.bottom.y===L})},P=0;P<=F.height;P++)O(P);S.push.apply(S,M.filter(function(L){return L.bottom.y-L.top.y>=2})),D.push.apply(D,j);var T=S.filter(function(L){return L.bottom.y-L.top.y>=2}).map(function(L){var K=(L.top.startX+L.top.endX+L.bottom.startX+L.bottom.endX)/4,R=(L.top.y+L.bottom.y+1)/2;if(F.get(Math.round(K),Math.round(R))){var X=[L.top.endX-L.top.startX,L.bottom.endX-L.bottom.startX,L.bottom.y-L.top.y+1],ye=h(X)/X.length,ue=C({x:Math.round(K),y:Math.round(R)},[1,1,3,1,1],F);return{score:ue,x:K,y:R,size:ye}}}).filter(function(L){return!!L}).sort(function(L,K){return L.score-K.score}).map(function(L,K,R){if(K>o)return null;var X=R.filter(function(ue,Be){return K!==Be}).map(function(ue){return{x:ue.x,y:ue.y,score:ue.score+Math.pow(ue.size-L.size,2)/L.size,size:ue.size}}).sort(function(ue,Be){return ue.score-Be.score});if(X.length<2)return null;var ye=L.score+X[0].score+X[1].score;return{points:[L].concat(X.slice(0,2)),score:ye}}).filter(function(L){return!!L}).sort(function(L,K){return L.score-K.score});if(T.length===0)return null;var G=m(T[0].points[0],T[0].points[1],T[0].points[2]),Z=G.topRight,ne=G.topLeft,W=G.bottomLeft,Q=N(F,D,Z,ne,W),I=[];Q&&I.push({alignmentPattern:{x:Q.alignmentPattern.x,y:Q.alignmentPattern.y},bottomLeft:{x:W.x,y:W.y},dimension:Q.dimension,topLeft:{x:ne.x,y:ne.y},topRight:{x:Z.x,y:Z.y}});var U=k(F,Z),te=k(F,ne),oe=k(F,W),_=N(F,D,U,te,oe);return _&&I.push({alignmentPattern:{x:_.alignmentPattern.x,y:_.alignmentPattern.y},bottomLeft:{x:oe.x,y:oe.y},topLeft:{x:te.x,y:te.y},topRight:{x:U.x,y:U.y},dimension:_.dimension}),I.length===0?null:I}l.locate=B;function N(F,S,M,D,j){var O,P,T;try{O=p(D,M,j,F),P=O.dimension,T=O.moduleSize}catch{return null}var G={x:M.x-D.x+j.x,y:M.y-D.y+j.y},Z=(f(D,j)+f(D,M))/2/T,ne=1-3/Z,W={x:D.x+ne*(G.x-D.x),y:D.y+ne*(G.y-D.y)},Q=S.map(function(U){var te=(U.top.startX+U.top.endX+U.bottom.startX+U.bottom.endX)/4,oe=(U.top.y+U.bottom.y+1)/2;if(F.get(Math.floor(te),Math.floor(oe))){var _=[U.top.endX-U.top.startX,U.bottom.endX-U.bottom.startX,U.bottom.y-U.top.y+1];h(_)/_.length;var L=C({x:Math.floor(te),y:Math.floor(oe)},[1,1,1],F),K=L+f({x:te,y:oe},W);return{x:te,y:oe,score:K}}}).filter(function(U){return!!U}).sort(function(U,te){return U.score-te.score}),I=Z>=15&&Q.length?Q[0]:W;return{alignmentPattern:I,dimension:P}}})]).default})})(s1)),s1.exports}var jU=NU();const _U=Es(jU);function TU({onResult:e,onClose:t}){const a=A.useRef(null),[l,i]=A.useState(null);return A.useEffect(()=>{let o=null,u=0,d=!1;const f=document.createElement("canvas"),h=f.getContext("2d",{willReadFrequently:!0}),m=()=>{const p=a.current;if(!(d||!p||!h)){if(p.readyState>=p.HAVE_ENOUGH_DATA&&p.videoWidth){f.width=p.videoWidth,f.height=p.videoHeight,h.drawImage(p,0,0,f.width,f.height);const{data:y,width:b,height:v}=h.getImageData(0,0,f.width,f.height),C=_U(y,b,v,{inversionAttempts:"dontInvert"});if(C?.data){d=!0,e(C.data);return}}u=requestAnimationFrame(m)}};return navigator.mediaDevices?.getUserMedia({video:{facingMode:"environment"}}).then(p=>{if(d){for(const b of p.getTracks())b.stop();return}o=p;const y=a.current;y&&(y.srcObject=p,y.play(),u=requestAnimationFrame(m))}).catch(p=>i(zU(p))),()=>{if(d=!0,cancelAnimationFrame(u),o)for(const p of o.getTracks())p.stop()}},[e]),c.jsxs("div",{className:"fixed inset-0 z-[60] bg-black",children:[c.jsx("video",{ref:a,muted:!0,playsInline:!0,className:"h-full w-full object-cover"}),c.jsx("div",{className:"pointer-events-none absolute inset-0 grid place-items-center",children:c.jsx("div",{className:"size-60 max-w-[70vw] rounded-3xl border-2 border-white/80 shadow-[0_0_0_100vmax_rgba(0,0,0,0.5)]"})}),c.jsxs("div",{className:"pt-safe absolute inset-x-0 top-0 flex items-center justify-between p-4",children:[c.jsx("span",{className:"rounded-full bg-black/50 px-3 py-1 text-sm text-white",children:"Point at the relay QR"}),c.jsx("button",{type:"button",onClick:t,"aria-label":"Cancel scan",className:"flex size-9 items-center justify-center rounded-full bg-black/50 text-white active:bg-black/70",children:c.jsx(hn,{size:20})})]}),l?c.jsx("div",{className:"pb-safe absolute inset-x-0 bottom-0 bg-black/75 p-4 text-center text-sm leading-relaxed text-white",children:l}):null]})}function zU(e){const t=e instanceof DOMException?e.name:"";return t==="NotAllowedError"?"Camera permission denied. Allow camera access, or paste the token instead.":t==="NotFoundError"||t==="OverconstrainedError"?"No camera found — paste the token instead.":window.isSecureContext?`Camera unavailable (${e instanceof Error?e.message:String(e)}). Paste the token instead.`:"The camera needs HTTPS. Open the relay’s https:// URL, or paste the token."}function RU(){const e=Ee(h=>h.setToken),[t,a]=A.useState(""),[l,i]=A.useState(!1),[o,u]=A.useState(!1),d=h=>{const m=ES(h);u(!1),m?e(m):i(!0)},f=h=>{h.preventDefault(),d(t)};return o?c.jsx(TU,{onResult:d,onClose:()=>u(!1)}):c.jsxs("div",{className:"pt-safe pb-safe flex h-full flex-col items-center justify-center gap-5 overflow-y-auto px-8 text-center",children:[c.jsx("img",{src:"/icon.svg",alt:"",className:"size-20 rounded-3xl"}),c.jsxs("div",{children:[c.jsx("h1",{className:"text-xl font-semibold",children:"Conductor Remote"}),c.jsx("p",{className:"mt-1 text-sm text-muted",children:"Phone control panel for your local agents"})]}),c.jsxs("p",{className:"max-w-xs text-sm leading-relaxed text-muted",children:["Open the URL the relay printed on startup — it carries your access token (",c.jsx("span",{className:"font-mono text-faint",children:"/#token=…"}),"). Then use"," ",c.jsx("b",{className:"text-text",children:"Add to Home Screen"})," to install it."]}),c.jsxs("form",{onSubmit:f,className:"flex w-full max-w-xs flex-col gap-2",children:[c.jsx("input",{type:"text",inputMode:"text",autoCapitalize:"none",autoCorrect:"off",spellCheck:!1,value:t,onChange:h=>{a(h.target.value),i(!1)},placeholder:"Paste token or URL","aria-label":"Access token or URL",className:"rounded-xl border border-border bg-surface-2 px-3 py-2.5 text-center font-mono text-base text-text placeholder:font-sans placeholder:text-faint"}),c.jsx("button",{type:"submit",className:"pill pill-active justify-center py-2.5",children:"Connect"}),c.jsxs("button",{type:"button",onClick:()=>{i(!1),u(!0)},className:"pill justify-center gap-2 py-2.5",children:[c.jsx(Ru,{size:16}),"Scan QR"]}),l?c.jsx("p",{className:"text-xs",style:{color:"var(--color-del)"},children:"Couldn’t find a token in that — paste the token or the full URL, or scan the QR."}):null]}),c.jsxs("p",{className:"max-w-xs text-xs leading-relaxed text-faint",children:["Lost it? Run ",c.jsx("span",{className:"font-mono",children:"yarn service status"})," on your Mac to reprint the QR, then scan it above — no need to retype anything."]})]})}function OU({draft:e,active:t,handsFree:a,refresh:l,onOpen:i}){const o=A.useRef(null),[u,d]=A.useState(e.reviewPaused===!0),f=e.kind==="send_prompt"?e.text:e.prompt,[h,m]=A.useState(f),[p,y]=A.useState(!1),[b,v]=A.useState(null),C=e.status==="ready",[k,B]=A.useState(()=>Date.now()>e.expiresAt);A.useEffect(()=>{const j=setTimeout(()=>B(!0),Math.max(0,e.expiresAt-Date.now()+1));return()=>clearTimeout(j)},[e.expiresAt]);const N=e.outcome?.workspaceId??(e.kind==="send_prompt"?e.workspaceId:void 0),F=e.outcome?.state,S=e.status==="superseded"?"Replaced draft":F==="completed"?e.kind==="send_prompt"?"Sent":"Created":F==="running"?"In progress":F==="parked"?"Handed to unlock queue":F==="failed"?"Failed":F==="unknown"?"Outcome unknown":k?"Approval expired":"Draft for review";A.useEffect(()=>{t&&C&&o.current?.scrollIntoView({block:"nearest"})},[t,C]),A.useEffect(()=>{if(!t||a||!C||e.presented||!o.current)return;let j=!1,O=!1;const P=()=>{!j||document.visibilityState!=="visible"||O||(O=!0,we.voiceDraftAction(e.callId,e.token,"present").then(l).catch(()=>{O=!1}))},T=new IntersectionObserver(G=>{j=G.some(Z=>Z.isIntersecting),P()});return T.observe(o.current),document.addEventListener("visibilitychange",P),()=>{T.disconnect(),document.removeEventListener("visibilitychange",P)}},[t,a,C,e.callId,e.token,e.presented,l]);const M=async j=>{y(!0),v(null);try{await we.voiceDraftAction(e.callId,e.token,j,j==="edit"?h:void 0),d(j==="pause"),j==="resume"&&m(f),l()}catch(O){v(O instanceof Error?O.message:String(O))}finally{y(!1)}},D="min-h-10 rounded-lg bg-surface-2 px-3 text-xs font-medium disabled:opacity-50";return c.jsxs("article",{ref:o,"aria-label":S,className:"rounded-2xl border border-voice/30 bg-voice-soft/20 p-4",children:[c.jsx("p",{className:"text-xs font-semibold text-voice",role:"status",children:S}),c.jsx("h3",{className:"mt-1 break-words text-sm font-semibold",children:e.kind==="create_workspace"?`New workspace · ${e.repo}`:e.targetLabel??"Chat prompt"}),u?c.jsx("textarea",{"aria-label":"Edit draft",value:h,onChange:j=>m(j.target.value),className:"mt-3 min-h-40 w-full rounded-lg bg-bg p-3 text-sm"}):c.jsx("p",{className:"mt-3 whitespace-pre-wrap break-words text-sm leading-relaxed",children:f||"No first prompt"}),e.outcome?.message?c.jsx("p",{className:"mt-2 text-xs text-muted",children:e.outcome.message}):null,b?c.jsx("p",{role:"alert",className:"mt-2 text-xs text-del",children:b}):null,c.jsxs("div",{className:"mt-3 flex flex-wrap gap-2",children:[t&&C?u?c.jsxs(c.Fragment,{children:[c.jsx("button",{type:"button",className:D,disabled:p||e.kind==="send_prompt"&&!h.trim(),onClick:()=>{M("edit")},children:"Save draft"}),c.jsx("button",{type:"button",className:D,disabled:p,onClick:()=>{M("resume")},children:"Cancel edit"})]}):c.jsxs(c.Fragment,{children:[c.jsx("button",{type:"button",className:D,disabled:p,onClick:()=>{M("pause")},children:"Edit"}),c.jsx("button",{type:"button",className:D,disabled:p,onClick:()=>{M(k?"edit":"approve")},children:k?"Renew approval":e.kind==="send_prompt"?"Send":"Create workspace"})]}):null,N?c.jsxs(Sx,{className:`${D} inline-flex items-center text-voice`,to:`/w/${encodeURIComponent(N)}${e.kind==="send_prompt"?`?session=${encodeURIComponent(e.sessionId)}`:""}`,onClick:i,children:["Open ",e.kind==="send_prompt"?"chat":"workspace"]}):null]})]})}function Dm({callId:e,active:t=!1,handsFree:a=!0,onOpen:l}){const i=Wt({queryKey:["voice-drafts",e],queryFn:()=>we.voiceDrafts(e),refetchInterval:o=>t?750:o.state.data?.drafts.some(u=>u.outcome?.state==="running")?2e3:!1});return c.jsxs("div",{className:"flex flex-col gap-3",children:[i.error?c.jsx("p",{role:"alert",className:"text-xs text-del",children:"Drafts and action receipts are temporarily unavailable."}):null,i.data?.drafts.filter(o=>o.status!=="superseded").map(o=>c.jsx(OU,{draft:o,active:t,handsFree:a,refresh:i.refetch,onOpen:l},o.token))]})}function I6(e){const t=[`Fleet call — ${new Date(e.startedAt).toLocaleString()}`,`Call: ${e.callId}`,`Status: ${e.status}`,...e.hasGaps?["This transcript may have gaps because the connection was interrupted."]:[],...e.captureError?[e.captureError]:[]];for(const a of e.entries){const l=a.role==="user"?"You":a.role==="assistant"?"Orchestrator":"Activity",i=a.role==="tool"?Ld(a.text):a.text;t.push("",`${l} · ${new Date(a.at).toLocaleTimeString()}`,i),a.transcriptionFailed?t.push("[Audio could not be transcribed.]"):a.partial&&t.push("[Partial transcript.]"),a.interrupted&&t.push("[Reply interrupted. Generated text may include words that were not played.]")}return`${t.join(`
|
|
64
64
|
`)}
|
|
65
|
-
`}function Fm(e){return new Date(e).toLocaleString(void 0,{month:"short",day:"numeric",hour:"2-digit",minute:"2-digit"})}function LU({entry:e}){return e.role==="tool"?c.jsx("p",{className:"py-1 text-center text-xs text-voice",children:Ld(e.text)}):c.jsxs("div",{className:fe("max-w-[92%]",e.role==="user"?"ml-auto":"mr-auto"),children:[c.jsxs("p",{className:"mb-1 px-1 text-[11px] text-faint",children:[e.role==="user"?"You":"Orchestrator"," ·"," ",new Date(e.at).toLocaleTimeString(void 0,{hour:"2-digit",minute:"2-digit"})]}),c.jsxs("div",{className:fe("whitespace-pre-wrap break-words rounded-2xl px-3.5 py-2.5 text-sm leading-relaxed",e.role==="user"?"rounded-br-md bg-voice-soft":"rounded-bl-md bg-surface-2"),children:[e.text,e.transcriptionFailed?c.jsx("p",{className:"mt-1 text-xs text-muted",children:"Audio could not be transcribed."}):e.partial?c.jsx("p",{className:"mt-1 text-xs text-muted",children:"Partial transcript"}):null,e.interrupted?c.jsx("p",{className:"mt-2 text-xs text-muted",children:"Reply interrupted. This text may include words that were not played."}):null]})]})}function PU({call:e}){return c.jsxs("div",{className:"flex flex-col gap-4",children:[c.jsxs("p",{className:"text-xs text-muted",children:[Fm(e.startedAt)," ·"," ",e.status==="active"?"In progress":e.status==="ended"?"Call ended":"Connection interrupted"]}),e.captureError||e.hasGaps?c.jsx("p",{role:"status",className:"rounded-xl bg-del/10 px-3 py-2 text-xs text-del",children:e.captureError??"This transcript may have gaps because the connection was interrupted."}):null,e.responseOutcomes?.filter(t=>t.status==="failed"||t.status==="incomplete").map((t,a)=>c.jsxs("p",{role:"status",className:"text-xs text-del",children:["Answer ",t.status,t.code||t.reason?` (${t.code??t.reason})`:""]},t.id??a)),e.entries.length?e.entries.map(t=>c.jsx(LU,{entry:t},t.id)):c.jsx("p",{className:"py-8 text-center text-sm text-muted",children:"No speech was captured in this call."})]})}function HU({selectedId:e,onSelect:t,onBack:a}){const[l,i]=A.useState(0),[o,u]=A.useState(!1),[d,f]=A.useState(null),h=Wt({queryKey:["voice-history",l],queryFn:()=>we.voiceHistory(l),enabled:!e,staleTime:0}),m=Wt({queryKey:["voice-transcript",e],queryFn:()=>we.voiceTranscript(e),enabled:!!e,staleTime:0,refetchInterval:C=>C.state.data?.status==="active"?3e3:!1}),p=m.data,y=e?m:h,b=async()=>{if(p)try{await cd(I6(p)),u(!0),f(null)}catch{f("Could not copy the transcript. You can still select its text or export it.")}},v=()=>{if(!p)return;const C=URL.createObjectURL(new Blob([I6(p)],{type:"text/plain;charset=utf-8"})),k=document.createElement("a");k.href=C,k.download=`fleet-call-${new Date(p.startedAt).toISOString().replaceAll(":","-")}.txt`,k.click(),setTimeout(()=>URL.revokeObjectURL(C),1e3)};return c.jsxs("div",{className:"flex min-h-0 flex-1 flex-col",children:[c.jsxs("div",{className:"flex shrink-0 items-center gap-2 border-b border-border-soft px-3 py-2",children:[c.jsxs("button",{type:"button",onClick:()=>{u(!1),f(null),e?t(null):a()},className:"flex min-h-11 items-center gap-2 px-2 text-sm text-muted active:text-text",children:[c.jsx(Nx,{size:17}),e?"Call history":"New call"]}),c.jsx("div",{className:"flex-1"}),e&&p?c.jsxs(c.Fragment,{children:[c.jsx("button",{type:"button",onClick:()=>{b()},"aria-label":"Copy transcript",className:"grid size-11 place-items-center rounded-xl text-muted active:bg-surface-2",children:o?c.jsx(b0,{size:18}):c.jsx(Cs,{size:18})}),c.jsx("button",{type:"button",onClick:v,"aria-label":"Export transcript",className:"grid size-11 place-items-center rounded-xl text-muted active:bg-surface-2",children:c.jsx(Pk,{size:18})})]}):null]}),c.jsxs("div",{className:"min-h-0 flex-1 overflow-y-auto px-4 py-5",children:[d?c.jsx("p",{role:"alert",className:"mb-4 text-xs text-del",children:d}):null,y.isPending?c.jsx("div",{className:"grid min-h-40 place-items-center",children:c.jsx(fn,{"aria-label":"Loading call history",className:"animate-spin text-muted",size:22})}):y.error?c.jsxs("div",{className:"py-8 text-center",children:[c.jsx("p",{role:"alert",className:"text-sm text-del",children:y.error.message}),c.jsx("button",{type:"button",onClick:()=>{y.refetch()},className:"mt-3 min-h-11 px-4 text-sm text-voice",children:"Try again"})]}):e&&p?c.jsxs(c.Fragment,{children:[c.jsx(PU,{call:p}),c.jsx(Dm,{callId:p.callId})]}):c.jsxs(c.Fragment,{children:[c.jsx("h3",{className:"mb-1 text-lg font-semibold",children:"Call history"}),c.jsx("p",{className:"mb-5 text-xs text-muted",children:"Transcripts saved on your Mac."}),h.data?.calls.length?c.jsx("div",{className:"divide-y divide-border-soft",children:h.data.calls.map(C=>c.jsxs("button",{type:"button",onClick:()=>{u(!1),f(null),t(C.callId)},className:"flex w-full items-center gap-3 py-4 text-left active:opacity-70",children:[c.jsx(pr,{className:"shrink-0 text-voice",size:18}),c.jsxs("div",{className:"min-w-0 flex-1",children:[c.jsx("p",{className:"text-sm font-medium",children:Fm(C.startedAt)}),c.jsx("p",{className:"mt-1 line-clamp-2 text-xs leading-relaxed text-muted",children:C.preview||"No speech captured"}),c.jsxs("p",{className:"mt-1 text-[11px] text-faint",children:[C.entryCount," entries",C.status==="active"?" · In progress":C.hasGaps?" · May have gaps":""]})]}),c.jsx(jx,{className:"shrink-0 text-faint",size:17})]},C.callId))}):c.jsx("p",{className:"py-8 text-center text-sm text-muted",children:"Your next call will be saved here automatically."}),l>0||h.data?.hasMore?c.jsxs("div",{className:"mt-4 flex justify-between text-sm text-voice",children:[c.jsx("button",{type:"button",disabled:!l,onClick:()=>i(Math.max(0,l-30)),className:"min-h-11 px-3 disabled:opacity-30",children:"Newer calls"}),c.jsx("button",{type:"button",disabled:!h.data?.hasMore,onClick:()=>i(l+30),className:"min-h-11 px-3 disabled:opacity-30",children:"Older calls"})]}):null]})]})]})}const qr=.25,is=1.5,GU=Array.from({length:Math.round((is-qr)/za)+1},(e,t)=>Number((qr+t*za).toFixed(2))),V6=e=>`${(e-qr)/(is-qr)*100}%`,IU=e=>`${Number(e.toFixed(2))}×`;function VU({value:e,onChange:t}){const a=A.useId(),l=o=>t(Math.max(qr,Math.min(is,Number(o.toFixed(2))))),i=o=>{const d={ArrowRight:za,ArrowUp:za,ArrowLeft:-za,ArrowDown:-za,PageUp:.25,PageDown:-.25}[o.key];if(o.key==="Home")l(qr);else if(o.key==="End")l(is);else if(d!==void 0)l(e+d);else return;o.preventDefault()};return c.jsxs("div",{className:"col-span-2 mt-2 rounded-xl border border-border-soft bg-surface p-4 text-left",children:[c.jsxs("div",{className:"flex items-center justify-between gap-3",children:[c.jsx("label",{htmlFor:a,className:"text-xs font-medium text-muted",children:"Speech speed"}),c.jsx("span",{"aria-hidden":"true",className:"min-w-16 rounded-full bg-voice-soft px-2.5 py-1 text-center text-sm font-semibold tabular-nums text-voice",children:IU(e)})]}),c.jsxs("div",{className:"relative mt-2 h-11",children:[c.jsxs("div",{"aria-hidden":"true",className:"pointer-events-none absolute inset-x-3 top-1/2 h-1.5 -translate-y-1/2 rounded-full bg-border",children:[c.jsx("div",{className:"absolute inset-y-0 left-0 rounded-full bg-voice",style:{width:V6(e)}}),GU.map((o,u)=>c.jsx("span",{className:fe("absolute top-1/2 -translate-x-1/2 -translate-y-1/2 rounded-full bg-muted",u%5===0?"size-1":"size-0.5 opacity-60",o<=e&&"bg-voice-soft"),style:{left:V6(o)}},o))]}),c.jsx("input",{id:a,type:"range",min:qr,max:is,step:za,value:e,onChange:o=>l(o.currentTarget.valueAsNumber),onKeyDown:i,"aria-valuetext":`${e} times normal speed`,className:"voice-speed-range"})]}),c.jsxs("div",{"aria-hidden":"true",className:"flex justify-between px-0.5 text-[11px] text-muted",children:[c.jsx("span",{children:"0.25× · Slower"}),c.jsx("span",{children:"Faster · 1.5×"})]})]})}const UU=[["auto","Auto detect"],["no","Norsk"],["en","English"]];function $U(e){return e[0].toUpperCase()+e.slice(1)}function U6(e,t){return e==="idle"?"Not connected":e==="connecting"?"Connecting…":e==="listening"?t?"Microphone muted":"Listening":e==="thinking"?"Thinking…":e==="speaking"?"Speaking":t?"Microphone muted":"Connected"}function ZU(){const e=Pd(),t=Ee(F=>F.online),[a,l]=A.useState(""),[i,o]=A.useState(!1),[u,d]=A.useState(!1),[f,h]=A.useState(null),m=A.useRef(!1),p=A.useRef(null),y=e.status!=="idle",b=e.target,v=y&&e.status!=="connecting",C=`${e.entries.length}:${e.inputPartial}:${e.outputPartial}`,k=Wt({queryKey:["voice-recording",e.lastCallId],queryFn:()=>we.voiceTranscriptStatus(e.lastCallId),enabled:e.panelOpen&&y&&!!e.lastCallId,refetchInterval:5e3,retry:!1});if(A.useEffect(()=>{m.current&&!y&&e.lastCallId&&(h(e.lastCallId),d(!0)),m.current=y},[y,e.lastCallId]),A.useEffect(()=>{if(!e.panelOpen)return;const F=S=>{S.key==="Escape"&&e.closePanel()};return window.addEventListener("keydown",F),()=>window.removeEventListener("keydown",F)},[e.panelOpen,e.closePanel]),A.useEffect(()=>{if(!e.panelOpen||!C)return;const F=p.current;F&&(F.scrollTop=F.scrollHeight)},[e.panelOpen,C]),!e.panelOpen)return null;const B=F=>{F.preventDefault(),e.sendText(a)&&l("")},N=e.error?.toLowerCase().includes("audio")??!1;return G0.createPortal(c.jsxs(c.Fragment,{children:[c.jsx("div",{className:"fixed inset-0 z-[60] bg-black/65 md:block",onClick:e.closePanel,"aria-hidden":!0}),c.jsxs("section",{role:"dialog","aria-modal":"true","aria-label":b?"Workspace call":"Control room call",className:"app-height fade-in pt-safe pb-safe fixed inset-0 z-[60] flex flex-col bg-bg md:inset-x-auto md:inset-y-8 md:left-1/2 md:w-[32rem] md:-translate-x-1/2 md:rounded-3xl md:border md:border-border-soft md:shadow-2xl",children:[c.jsxs("header",{className:"flex shrink-0 items-center gap-3 border-b border-border-soft px-4 py-3",children:[c.jsx("div",{className:fe("grid size-9 shrink-0 place-items-center rounded-full bg-surface-2 text-muted",y&&"bg-voice-soft text-voice"),children:c.jsx(pr,{size:18})}),c.jsxs("div",{className:"min-w-0 flex-1",children:[c.jsxs("div",{className:"flex items-center gap-1.5",children:[c.jsx("h2",{className:"truncate text-[15px] font-semibold",children:b?.workspaceTitle??"Control room"}),c.jsx(hd,{})]}),c.jsxs("p",{className:"flex items-center gap-1.5 text-xs text-muted",children:[y?c.jsx("span",{className:fe("size-1.5 rounded-full bg-voice",(e.status==="listening"||e.status==="speaking")&&"animate-pulse")}):null,c.jsxs("span",{className:"truncate",children:[b?.chatTitle??"All workspaces"," · ",U6(e.status,e.muted)]})]})]}),y?null:c.jsx("button",{type:"button",onClick:()=>{h(null),d(!0)},"aria-label":"Open call history",className:"grid size-11 shrink-0 place-items-center rounded-full text-muted active:bg-surface-2 active:text-text",children:c.jsx(zx,{size:19})}),c.jsx("button",{type:"button",onClick:e.closePanel,"aria-label":y?"Hide call controls":"Close",className:"grid size-9 shrink-0 place-items-center rounded-full text-muted active:bg-surface-2 active:text-text",children:c.jsx(hn,{size:19})})]}),y?c.jsxs(c.Fragment,{children:[c.jsx("div",{ref:p,className:"min-h-0 flex-1 overflow-y-auto px-4 py-5",children:c.jsxs("div",{className:"mx-auto flex max-w-xl flex-col gap-3",children:[e.entries.length===0&&!e.inputPartial&&!e.outputPartial?c.jsx("div",{className:"grid min-h-48 place-items-center text-center",children:c.jsxs("div",{children:[c.jsx(fn,{size:22,className:"mx-auto mb-3 animate-spin text-voice"}),c.jsx("p",{className:"text-sm text-muted",children:b?"Opening your chat…":"Opening the fleet channel…"})]})}):null,e.entries.map(F=>F.role==="activity"?c.jsxs("div",{className:"flex items-center justify-center gap-2 py-1 text-xs text-voice",children:[c.jsx("span",{className:"size-1.5 rounded-full bg-voice"}),F.text]},F.id):c.jsx("div",{className:fe("max-w-[88%] rounded-2xl px-3.5 py-2.5 text-sm leading-relaxed",F.role==="user"?"ml-auto rounded-br-md bg-voice-soft text-text":"mr-auto rounded-bl-md bg-surface-2 text-text"),children:F.text},F.id)),e.lastCallId?c.jsx(Dm,{callId:e.lastCallId,active:y,handsFree:i||u,onOpen:e.closePanel}):null,e.inputPartial?c.jsx("div",{className:"ml-auto max-w-[88%] rounded-2xl rounded-br-md border border-voice/25 bg-voice-soft/60 px-3.5 py-2.5 text-sm leading-relaxed text-muted",children:e.inputPartial}):null,e.outputPartial?c.jsxs("div",{className:"mr-auto max-w-[88%] rounded-2xl rounded-bl-md bg-surface-2 px-3.5 py-2.5 text-sm leading-relaxed text-text",children:[e.outputPartial,c.jsx("span",{className:"ml-1 inline-block size-1.5 animate-pulse rounded-full bg-voice align-middle"})]}):null]})}),c.jsxs("div",{className:"shrink-0 border-t border-border-soft bg-surface/80 px-4 pb-3 pt-3 backdrop-blur-xl",children:[k.data&&k.data.status!=="active"?c.jsx("p",{role:"alert",className:"mb-2 text-xs text-del",children:"The relay’s voice connection was lost. Action receipts below remain available. End this call and reconnect."}):null,c.jsxs("label",{className:"mb-2 flex items-center gap-2 text-xs text-muted",children:[c.jsx("input",{type:"checkbox",checked:i,onChange:F=>o(F.target.checked)}),"Hands-free: read drafts aloud"]}),k.error||k.data?.captureError?c.jsx("p",{role:"alert",className:"mb-2 text-xs text-del",children:k.data?.captureError??"Transcript saving could not be confirmed. Check call history when the connection returns."}):null,e.error?c.jsx("button",{type:"button",onClick:N?e.enableAudio:e.dismissError,className:"mb-2 block w-full rounded-xl bg-del/10 px-3 py-2 text-left text-xs leading-snug text-del",children:e.error}):null,c.jsxs("form",{onSubmit:B,className:"flex items-center gap-2",children:[c.jsx("input",{value:a,onChange:F=>l(F.target.value),disabled:!v,placeholder:v?"Type in this call…":U6(e.status,e.muted),"aria-label":"Message the orchestrator",className:"h-11 min-w-0 flex-1 rounded-xl border border-border bg-bg px-3 text-sm text-text outline-none placeholder:text-faint focus:border-voice/60 disabled:opacity-60"}),c.jsx("button",{type:"submit",disabled:!v||!a.trim(),"aria-label":"Send to orchestrator",className:"grid size-11 shrink-0 place-items-center rounded-xl bg-voice text-white active:opacity-80 disabled:bg-surface-2 disabled:text-faint",children:c.jsx(oD,{size:18})})]}),c.jsxs("div",{className:"mt-3 flex items-center justify-center gap-5",children:[c.jsx("button",{type:"button",onClick:e.toggleMute,disabled:e.status==="connecting","aria-label":e.muted?"Unmute microphone":"Mute microphone","aria-pressed":e.muted,className:fe("grid size-12 place-items-center rounded-full bg-surface-2 text-text active:opacity-75 disabled:text-faint",e.muted&&"bg-voice-soft text-voice"),children:e.muted?c.jsx($B,{size:20}):c.jsx(U9,{size:20})}),c.jsx("button",{type:"button",onClick:e.endCall,"aria-label":"End call",className:"grid size-12 place-items-center rounded-full bg-del text-white active:opacity-75",children:c.jsx(bw,{size:20})})]})]})]}):u?c.jsxs(c.Fragment,{children:[e.error?c.jsx("p",{role:"alert",className:"px-4 py-2 text-xs text-del",children:e.error}):null,c.jsx(HU,{selectedId:f,onSelect:h,onBack:()=>d(!1)})]}):c.jsx("div",{className:"min-h-0 flex-1 overflow-y-auto px-5 py-7",children:c.jsxs("div",{className:"mx-auto flex max-w-sm flex-col items-center text-center",children:[c.jsx("div",{className:"mb-5 grid size-16 place-items-center rounded-full bg-voice-soft text-voice",children:c.jsx(pr,{size:27})}),c.jsx("h3",{className:"text-xl font-semibold tracking-tight",children:b?"Call this workspace":"Call your fleet"}),c.jsx("p",{className:"mt-2 text-sm leading-relaxed text-muted",children:b?`Continue from “${b.chatTitle}” with its recent conversation already in context. You can discuss the task and confirm a prompt to send back to this chat.`:"Start a fresh conversation. Ask about your workspaces or recall a previous call, including one that dropped. Creating workspaces and sending prompts still require your confirmation."}),c.jsxs("div",{className:"mt-7 grid w-full grid-cols-2 gap-3 text-left",children:[c.jsxs("label",{className:"text-xs font-medium text-muted",children:["Voice",c.jsx("select",{value:e.preferences.voice,onChange:F=>e.setVoice(F.target.value),className:"mt-1.5 block h-11 w-full rounded-xl border border-border bg-surface-2 px-3 text-sm text-text [color-scheme:dark]",children:nh.map(F=>c.jsx("option",{value:F,children:$U(F)},F))})]}),c.jsxs("label",{className:"text-xs font-medium text-muted",children:["Language",c.jsx("select",{value:e.preferences.language,onChange:F=>e.setLanguage(F.target.value),className:"mt-1.5 block h-11 w-full rounded-xl border border-border bg-surface-2 px-3 text-sm text-text [color-scheme:dark]",children:UU.map(([F,S])=>c.jsx("option",{value:F,children:S},F))})]}),c.jsx(VU,{value:e.preferences.speed,onChange:e.setSpeed})]}),e.error?c.jsx("button",{type:"button",onClick:e.dismissError,className:"mt-4 block w-full rounded-xl bg-del/10 px-3 py-2 text-left text-xs leading-snug text-del",children:e.error}):null,c.jsxs("button",{type:"button",onClick:()=>{e.startCall()},disabled:!t,className:"mt-6 flex h-12 w-full items-center justify-center gap-2 rounded-xl bg-voice px-4 text-sm font-semibold text-white active:opacity-80 disabled:bg-surface-2 disabled:text-faint",children:[c.jsx(pr,{size:18}),t?b?"Start workspace call":"Start fleet call":"Relay offline"]}),c.jsxs("p",{className:"mt-3 text-[11px] leading-snug text-faint",children:[b?"AI-generated voice. Audio and this chat’s recent messages are sent to OpenAI for this live call.":"AI-generated voice. Microphone audio is sent to OpenAI for this live call."," ","Transcripts are saved on your Mac."]})]})})]})]}),document.body)}const Sm="conductor-remote-theme",qU={light:"#f5f6f8",dark:"#0a0b0e"};function QU(e){return e==="light"||e==="dark"||e==="system"?e:"system"}function b1(e){try{return QU((e??localStorage).getItem(Sm))}catch{return"system"}}function KU(e,t){return e==="system"?t?"dark":"light":e}function YU(){return typeof window<"u"&&window.matchMedia("(prefers-color-scheme: dark)").matches}function Mm(e,t=YU()){if(typeof document>"u")return;e==="system"?delete document.documentElement.dataset.theme:document.documentElement.dataset.theme=e;const a=KU(e,t);document.querySelector('meta[name="theme-color"]')?.setAttribute("content",qU[a])}function Nm(e,t){try{(t??localStorage).setItem(Sm,e)}catch{}Mm(e)}function WU(){if(typeof window>"u")return()=>{};const e=window.matchMedia("(prefers-color-scheme: dark)"),t=()=>Mm(b1(),e.matches);return e.addEventListener("change",t),t(),()=>e.removeEventListener("change",t)}function XU(e){return e.replaceAll("_"," ").replace(/\b\w/g,t=>t.toUpperCase())}function JU(e){return{free:"Free",go:"Go",plus:"Plus",pro:"Pro",prolite:"Pro Lite",max:"Max",team:"Team",business:"Business",enterprise:"Enterprise",edu:"Education",self_serve_business_usage_based:"Business",enterprise_cbp_usage_based:"Enterprise"}[e]??XU(e)}function e$(e,t=Date.now()){if(e===null)return"Reset time unavailable";const a=e-t;return a>0&&a<3600*1e3?`Resets in ${Math.max(1,Math.round(a/6e4))}m`:a>0&&a<1440*60*1e3?`Resets in ${Math.max(1,Math.round(a/36e5))}h`:`Resets ${new Date(e).toLocaleString([],{weekday:"short",month:"short",day:"numeric",hour:"2-digit",minute:"2-digit"})}`}function fx(e,t){return t==="average"?e.calls?e.totalTokens/e.calls:0:t==="largest"?e.largestCallTokens:e.totalTokens}function t$(e,t="all",a="total"){const l=new Map;let i=0;for(const u of e.providers)if(!(t!=="all"&&u.provider!==t)){i+=u.sessionCount;for(const d of u.tools){const f=l.get(d.name);if(!f){l.set(d.name,{...d});continue}f.calls+=d.calls,f.inputTokens+=d.inputTokens,f.outputTokens+=d.outputTokens,f.totalTokens+=d.totalTokens,f.largestCallTokens=Math.max(f.largestCallTokens,d.largestCallTokens)}}const o=[...l.values()].sort((u,d)=>fx(d,a)-fx(u,a)||(u.name??"").localeCompare(d.name??""));return{tools:o,sessionCount:i,calls:o.reduce((u,d)=>u+d.calls,0),totalTokens:o.reduce((u,d)=>u+d.totalTokens,0),inputTokens:o.reduce((u,d)=>u+d.inputTokens,0),outputTokens:o.reduce((u,d)=>u+d.outputTokens,0)}}function n$(e){if(!e)return{label:"Unmatched tool results",server:null};if(!e.startsWith("mcp__"))return{label:e,server:null};const t=e.slice(5).split("__");return t.length>1?{label:t.at(-1),server:t.slice(0,-1).join("__")}:{label:e,server:null}}const hx="h-9 min-w-0 rounded-lg border border-border-soft bg-surface px-2 text-xs text-text",$6=[["claude","Claude Code"],["codex","Codex"],["cursor","Cursor Agent"],["opencode","OpenCode"]];function jm({inputs:e,outputs:t,scale:a}){return c.jsxs("div",{role:"img","aria-label":`Inputs: approximately ${ea(e)} tokens; results: approximately ${ea(t)} tokens`,className:"flex h-1.5 overflow-hidden rounded-full bg-surface-2",children:[c.jsx("span",{className:"bg-context-tools/40",style:{width:`${e/Math.max(1,a)*100}%`}}),c.jsx("span",{className:"bg-context-tools",style:{width:`${t/Math.max(1,a)*100}%`}})]})}function a$({tool:e,total:t,sort:a}){const l=n$(e.name),i=fx(e,a);return c.jsxs("details",{className:"group border-t border-border-soft first:border-t-0",children:[c.jsxs("summary",{className:"cursor-pointer list-none px-3 py-3 [&::-webkit-details-marker]:hidden",children:[c.jsxs("div",{className:"flex items-start gap-2",children:[c.jsxs("div",{className:"min-w-0 flex-1",title:e.name??void 0,children:[c.jsx("div",{className:"break-words text-xs font-medium [overflow-wrap:anywhere]",children:l.label}),l.server?c.jsx("div",{className:"mt-0.5 break-all text-[11px] text-faint",children:l.server}):null]}),c.jsxs("span",{className:"shrink-0 text-xs font-medium tabular-nums",children:["≈",ea(Math.round(i))]}),c.jsx(O0,{size:14,className:"mt-0.5 shrink-0 text-faint transition-transform group-open:rotate-180"})]}),c.jsxs("div",{className:"mt-1 flex justify-between gap-2 text-[11px] tabular-nums text-muted",children:[c.jsxs("span",{children:[e.calls.toLocaleString()," ",e.name?e.calls===1?"call":"calls":"results"]}),c.jsx("span",{children:a==="average"?"tokens / call":a==="largest"?"largest call":`${Qu(e.totalTokens,t)} of tool tokens`})]}),a==="total"?c.jsx("div",{className:"mt-2",children:c.jsx(jm,{inputs:e.inputTokens,outputs:e.outputTokens,scale:t})}):null]}),c.jsx("dl",{className:"grid grid-cols-2 gap-x-4 gap-y-3 border-t border-border-soft bg-surface-2/50 px-3 py-3 text-xs",children:[["Total inputs",e.inputTokens],["Total results",e.outputTokens],["Average / call",e.calls?Math.round(e.totalTokens/e.calls):0],["Largest call",e.largestCallTokens]].map(([o,u])=>c.jsxs("div",{children:[c.jsx("dt",{className:"text-[11px] text-muted",children:o}),c.jsxs("dd",{className:"mt-0.5 font-medium tabular-nums",children:["≈",ea(u)," tokens"]})]},o))}),e.name?null:c.jsx("p",{className:"px-3 pb-3 text-[11px] text-muted",children:"These saved results have no matching tool call to identify them."})]})}function r$({data:e,provider:t="all"}){const[a,l]=A.useState("total"),[i,o]=A.useState(!1),u=t$(e,t,a);if(!u.tools.length)return c.jsxs("p",{className:"py-6 text-center text-xs text-muted",children:["No saved tool calls in this period",t==="all"?".":" for this provider."]});const d=i?u.tools:u.tools.slice(0,8);return c.jsxs("div",{className:"space-y-3",children:[c.jsxs("div",{children:[c.jsxs("div",{className:"flex items-baseline justify-between gap-2",children:[c.jsxs("span",{className:"text-sm font-semibold tabular-nums",children:["≈",ea(u.totalTokens)," tokens"]}),c.jsxs("span",{className:"text-[11px] tabular-nums text-muted",children:[u.calls.toLocaleString()," calls · ",u.sessionCount," ",u.sessionCount===1?"chat":"chats"]})]}),c.jsx("div",{className:"mt-2",children:c.jsx(jm,{inputs:u.inputTokens,outputs:u.outputTokens,scale:u.totalTokens})}),c.jsxs("div",{className:"mt-2 grid grid-cols-2 gap-3 text-[11px] text-muted",children:[c.jsxs("div",{children:[c.jsx("span",{className:"mr-1.5 inline-block size-2 rounded-full bg-context-tools/40"}),"Inputs ",c.jsxs("span",{className:"tabular-nums",children:["≈",ea(u.inputTokens)]})]}),c.jsxs("div",{children:[c.jsx("span",{className:"mr-1.5 inline-block size-2 rounded-full bg-context-tools"}),"Results ",c.jsxs("span",{className:"tabular-nums",children:["≈",ea(u.outputTokens)]})]})]})]}),c.jsxs("div",{className:"flex items-center justify-between gap-3",children:[c.jsx("label",{htmlFor:"tool-usage-sort",className:"text-xs text-muted",children:"Rank tools by"}),c.jsxs("select",{id:"tool-usage-sort",value:a,onChange:f=>l(f.target.value),className:hx,children:[c.jsx("option",{value:"total",children:"Total tokens"}),c.jsx("option",{value:"average",children:"Tokens per call"}),c.jsx("option",{value:"largest",children:"Largest call"})]})]}),c.jsx("div",{className:"overflow-hidden rounded-xl border border-border-soft",children:d.map(f=>c.jsx(a$,{tool:f,total:u.totalTokens,sort:a},f.name??"\0unknown"))}),u.tools.length>8?c.jsx("button",{type:"button",onClick:()=>o(!i),className:"min-h-9 w-full rounded-lg text-xs font-medium text-muted active:bg-surface-2",children:i?"Show fewer tools":`Show all ${u.tools.length} tools`}):null]})}function l$(){const[e,t]=A.useState("24h"),[a,l]=A.useState("all"),[i,o]=A.useState(!1),[u,d]=A.useState(),f=fj(e),h=Rn(),m=async()=>{if(!i){o(!0),d(void 0);try{const p=await we.toolUsage(e,!0);h.setQueryData(["tool-usage",e],p)}catch(p){d(p instanceof Error?p.message:"Could not refresh tool usage.")}finally{o(!1)}}};return c.jsxs("section",{"aria-labelledby":"tool-usage-heading",className:"space-y-3 border-t border-border-soft pt-4",children:[c.jsxs("div",{className:"flex items-center gap-2",children:[c.jsxs("div",{className:"min-w-0 flex-1",children:[c.jsx("h3",{id:"tool-usage-heading",className:"text-sm font-semibold",children:"Tool context"}),c.jsx("p",{className:"mt-0.5 text-[11px] text-muted",children:"Estimated input and result tokens across chats"})]}),c.jsx("button",{type:"button",onClick:()=>{m()},disabled:i||f.isFetching,"aria-label":"Refresh tool usage",className:"flex size-8 shrink-0 items-center justify-center rounded-full text-muted active:bg-surface-2 disabled:opacity-40",children:c.jsx($l,{size:14,className:i||f.isFetching?"animate-spin":void 0})})]}),c.jsxs("div",{className:"grid grid-cols-2 gap-2",children:[c.jsxs("select",{"aria-label":"Tool usage period",value:e,onChange:p=>{t(p.target.value),d(void 0)},className:hx,children:[c.jsx("option",{value:"24h",children:"Last 24 hours"}),c.jsx("option",{value:"7d",children:"Last 7 days"}),c.jsx("option",{value:"30d",children:"Last 30 days"})]}),c.jsxs("select",{"aria-label":"Tool usage provider",value:a,onChange:p=>l(p.target.value),className:hx,children:[c.jsx("option",{value:"all",children:"All providers"}),$6.map(([p,y])=>c.jsx("option",{value:p,children:y},p)),f.data?.providers.filter(p=>!$6.some(([y])=>y===p.provider)).map(p=>c.jsx("option",{value:p.provider,children:p.provider==="unknown"?"Unknown provider":p.provider},p.provider))]})]}),f.data?c.jsx(r$,{data:f.data,provider:a},`${e}:${a}`):f.isError?c.jsxs("div",{className:"space-y-2 py-4 text-center text-xs",children:[c.jsx("p",{className:"text-del",children:f.error instanceof Error?f.error.message:"Could not read tool usage."}),c.jsx("button",{type:"button",onClick:()=>{f.refetch()},className:"min-h-9 rounded-full border border-border px-3 font-medium",children:"Try again"})]}):c.jsxs("div",{role:"status",className:"flex items-center justify-center gap-2 py-8 text-xs text-muted",children:[c.jsx(fn,{size:14,className:"animate-spin"}),"Reading tool usage…"]}),u?c.jsx("p",{role:"alert",className:"text-xs text-del",children:u}):null,c.jsx("p",{className:"text-[11px] leading-relaxed text-faint",children:"Saved tool traffic, including archived chats. Each call and result is counted once; this is not billed usage or the current context size. Estimates exclude image tokens, tool definitions, and child-agent internals."}),f.data?c.jsxs("p",{className:"text-[11px] text-faint",children:["Through ",new Date(f.data.until).toLocaleTimeString([],{hour:"2-digit",minute:"2-digit"})," · cached for one minute"]}):null]})}function i$({window:e}){const t=Math.round(e.usedPercent);return c.jsxs("div",{children:[c.jsxs("div",{className:"mb-1 flex items-baseline gap-2 text-xs",children:[c.jsxs("span",{className:"min-w-0 flex-1 truncate text-muted",children:[e.active?c.jsx("span",{className:"mr-1.5 inline-block size-1.5 rounded-full bg-working"}):null,e.label]}),c.jsxs("span",{className:"font-medium tabular-nums text-text",children:[t,"%"]})]}),c.jsx("div",{role:"progressbar","aria-label":`${e.label}: ${t}% used`,"aria-valuemin":0,"aria-valuemax":100,"aria-valuenow":t,className:"h-1.5 overflow-hidden rounded-full bg-surface",children:c.jsx("div",{className:fe("h-full rounded-full transition-[width]",t>=95?"bg-del":t>=80?"bg-working":"bg-accent"),style:{width:`${e.usedPercent}%`}})}),c.jsx("div",{className:"mt-1 text-[11px] text-faint",children:e$(e.resetsAt)})]})}const s$=[{provider:"claude",label:"Claude Code"},{provider:"codex",label:"Codex"},{provider:"cursor",label:"Cursor Agent"},{provider:"opencode",label:"OpenCode"}];function _m(e){return e==="claude"||e==="codex"?e:null}function o$({usage:e,defaultEffort:t,defaultsLoading:a=!1,savingDefault:l=!1,onDefaultEffortChange:i}){const o=_m(e.provider),u=t&&!$r.some(f=>f===t)?t:null,d=e.buckets.filter(f=>f.label!=="GPT-5.3-Codex-Spark"||f.windows.some(h=>h.usedPercent!==0));return c.jsxs("section",{className:"rounded-2xl border border-border bg-surface-2 p-3.5",children:[c.jsxs("div",{className:fe("flex items-center gap-2",(o||d.length)&&"mb-3"),children:[c.jsx(Kr,{agentType:e.provider,model:null,className:"size-5"}),c.jsx("h3",{className:"min-w-0 flex-1 truncate text-sm font-semibold",children:e.label}),e.plan?c.jsx("span",{className:"pill shrink-0 text-[11px]",children:JU(e.plan)}):null]}),o?c.jsxs("label",{className:"mb-3 flex items-center justify-between gap-3 rounded-xl border border-border-soft bg-surface px-3 py-2",children:[c.jsxs("span",{className:"min-w-0",children:[c.jsx("span",{className:"block text-xs font-medium",children:"Default effort"}),c.jsx("span",{className:"block text-[11px] text-faint",children:"New chats"})]}),c.jsxs("span",{className:"relative shrink-0",children:[c.jsxs("select",{"aria-label":`${e.label} default effort`,value:t??"",disabled:a||l||!i,onChange:f=>i?.(f.target.value),className:"h-8 min-w-28 appearance-none rounded-lg border border-border bg-surface-2 py-1 pl-2.5 pr-7 text-xs text-text outline-none disabled:opacity-50",children:[c.jsx("option",{value:"",disabled:!0,children:a?"Reading…":"Choose effort"}),u?c.jsx("option",{value:u,children:u}):null,$r.map(f=>c.jsx("option",{value:f,children:hs[f]},f))]}),c.jsx("span",{className:"pointer-events-none absolute inset-y-0 right-2 flex items-center text-faint",children:l?c.jsx($l,{size:12,className:"animate-spin"}):c.jsx(O0,{size:12})})]})]}):null,d.length?c.jsx("div",{className:"space-y-4",children:d.map(f=>c.jsxs("div",{className:"space-y-3",children:[d.length>1||f.label!==e.label?c.jsx("div",{className:"text-xs font-medium text-muted",children:f.label}):null,f.windows.map(h=>c.jsx(i$,{window:h},h.id))]},f.id))}):e.status==="error"&&o?c.jsx("p",{className:"text-xs text-del",children:e.message??"Could not read plan usage."}):null]})}function c$(e){return new Date(e).toLocaleTimeString([],{hour:"2-digit",minute:"2-digit"})}function u$({onClose:e}){const t=dj(!0),a=s7(),l=Rn(),[i,o]=A.useState(!1),[u,d]=A.useState(),[f,h]=A.useState(),[m,p]=A.useState(),y=s$.map(C=>t.data?.providers.find(k=>k.provider===C.provider)??{...C,status:"unavailable",plan:null,buckets:[]}),b=async()=>{if(!i){o(!0),d(void 0);try{const C=await we.planUsage(!0);l.setQueryData(["plan-usage"],C)}catch(C){d(C instanceof Error?C.message:"Could not refresh plan usage.")}finally{o(!1)}}},v=async(C,k)=>{if(f)return;h(C),p(void 0);const B=a.data;B&&l.setQueryData(["model-defaults"],{defaultEfforts:{...B.defaultEfforts,[C]:k}});try{const N=await we.patchModelDefaults({[C]:k});l.setQueryData(["model-defaults"],N)}catch(N){B&&l.setQueryData(["model-defaults"],B),p(N instanceof Error?N.message:"Could not save the default effort.")}finally{h(void 0)}};return G0.createPortal(c.jsxs(c.Fragment,{children:[c.jsx("div",{className:"fixed inset-0 z-50 bg-black/60",onClick:e,"aria-hidden":!0}),c.jsxs("div",{role:"dialog","aria-modal":"true","aria-label":"Models",className:"fade-in pb-safe fixed inset-x-0 bottom-0 z-50 mx-auto flex max-h-[85dvh] max-w-md flex-col rounded-t-3xl border border-border-soft bg-surface shadow-xl md:inset-0 md:m-auto md:h-fit md:rounded-3xl",children:[c.jsxs("div",{className:"flex shrink-0 items-center gap-2 border-b border-border-soft px-4 py-3",children:[c.jsxs("div",{className:"min-w-0 flex-1",children:[c.jsx("h2",{className:"text-base font-semibold",children:"Models"}),c.jsx("p",{className:"truncate text-xs text-muted",children:"Defaults and plan usage"})]}),c.jsx("button",{type:"button",onClick:()=>{b()},disabled:i||!t.data&&t.isLoading,"aria-label":"Refresh plan usage",className:"flex size-8 shrink-0 items-center justify-center rounded-full text-muted active:bg-surface-2 disabled:opacity-40",children:c.jsx($l,{size:17,className:i?"animate-spin":void 0})}),c.jsx("button",{type:"button",onClick:e,"aria-label":"Close",className:"flex size-8 shrink-0 items-center justify-center rounded-full text-muted active:bg-surface-2",children:c.jsx(hn,{size:18})})]}),c.jsxs("div",{className:"min-h-0 flex-1 space-y-3 overflow-y-auto overscroll-contain p-4",children:[y.map(C=>{const k=_m(C.provider);return c.jsx(o$,{usage:C,defaultEffort:k?a.data?.defaultEfforts[k]:void 0,defaultsLoading:a.isLoading||f!==void 0,savingDefault:f===k,onDefaultEffortChange:k?B=>{v(k,B)}:void 0},C.provider)}),t.isLoading&&!t.data?c.jsx("p",{className:"text-center text-xs text-faint",children:"Reading plan usage…"}):t.isError&&!t.data?c.jsx(sn,{children:t.error?.message??"Could not read plan usage."}):null,u?c.jsx("p",{className:"text-xs text-del",children:u}):null,m?c.jsx("p",{className:"text-xs text-del",children:m}):null,a.isError?c.jsx("p",{className:"text-xs text-del",children:a.error?.message??"Could not read model defaults."}):null,c.jsx(l$,{})]}),t.data?c.jsxs("div",{className:"shrink-0 border-t border-border-soft px-4 py-2.5 text-[11px] text-faint",children:["Plan usage updated ",c$(t.data.fetchedAt)," · cached for one minute"]}):null]})]}),document.body)}function Pl(e){return e.mode==="all"?"All repos":e.repos.length?e.repos.length===1?e.repos[0]:`${e.repos.length} repos`:"No repos"}function Tm({repos:e,selected:t,onChange:a}){const l=e.filter(d=>$u(t,d.name)).length,i=t.mode==="all"||e.length>0&&l===e.length,o=!i&&l>0,u=d=>{a(rM(e.map(f=>f.name),t,d))};return c.jsxs(c.Fragment,{children:[c.jsx(Z6,{checked:i,indeterminate:o,disabled:e.length===0,label:"All repos",className:"sticky top-0 z-[1] mb-0.5 border-b border-border-soft bg-inherit",onChange:()=>a(i?aM():Qr)}),e.map(d=>c.jsx(Z6,{checked:$u(t,d.name),label:d.name,icon:c.jsx(fs,{icon:d.icon,name:d.name,artwork:"inset"}),onChange:()=>u(d.name)},d.name))]})}function Z6({checked:e,indeterminate:t=!1,disabled:a=!1,label:l,icon:i,className:o,onChange:u}){const d=A.useRef(null);return A.useEffect(()=>{d.current&&(d.current.indeterminate=t)},[t]),c.jsxs("label",{className:fe("flex min-w-0 items-center gap-2 px-2 py-0.5 text-left text-sm text-text",a?"cursor-default opacity-50":"cursor-pointer active:bg-surface",o),children:[c.jsx("input",{ref:d,type:"checkbox",checked:e,disabled:a,"aria-checked":t?"mixed":e,onChange:u,className:"peer sr-only"}),i??c.jsx("span",{className:"size-8 shrink-0"}),c.jsx("span",{className:"min-w-0 flex-1 truncate",children:l}),c.jsx("span",{className:fe("flex size-4 shrink-0 items-center justify-center rounded border peer-focus-visible:outline-2 peer-focus-visible:outline-offset-2 peer-focus-visible:outline-accent",e||t?"border-accent bg-accent text-on-solid":"border-faint bg-surface"),children:t?c.jsx(WB,{size:12,strokeWidth:3,"aria-hidden":!0}):e?c.jsx(b0,{size:12,strokeWidth:3,"aria-hidden":!0}):null})]})}function x$({commands:e,grouped:t,apple:a,onRun:l}){if(!e.length)return null;const i=t?d$(e):[{label:"Actions",commands:e}];return c.jsx("div",{className:"flex flex-col gap-2 pb-2",children:i.map(o=>c.jsxs("section",{"aria-label":o.label,children:[c.jsx(zm,{children:o.label}),c.jsx("div",{role:"menu","aria-label":o.label,className:"flex flex-col",children:o.commands.map(u=>c.jsx(f$,{command:u,apple:a,breadcrumb:!t,onRun:l},u.id))})]},o.label))})}function zm({children:e}){return c.jsx("h3",{className:"px-2.5 pb-1 text-[11px] font-semibold uppercase tracking-wide text-faint",children:e})}function d$(e){const t=new Map;for(const a of e){const l=a.group??"Actions",i=t.get(l);i?i.push(a):t.set(l,[a])}return[...t].map(([a,l])=>({label:a,commands:l}))}function f$({command:e,apple:t,breadcrumb:a,onRun:l}){const i=e.icon,o=e.checked!==void 0;return c.jsxs("button",{type:"button",...o?{role:"menuitemcheckbox","aria-checked":!!e.checked}:{role:"menuitem"},"data-palette-row":"",onClick:()=>l(e),className:"flex w-full items-center gap-3 rounded-xl px-2.5 py-2 text-left text-sm text-text focus-visible:bg-surface-2 focus-visible:outline-none active:bg-surface-2",children:[i?c.jsx(i,{size:16,className:"shrink-0 text-muted","aria-hidden":!0}):c.jsx("span",{className:"size-4 shrink-0","aria-hidden":!0}),c.jsxs("span",{className:"min-w-0 flex-1 truncate",children:[a&&e.group?c.jsxs("span",{className:"text-muted",children:[e.group," › "]}):null,e.label,e.detail?c.jsx("span",{className:"ml-2 text-xs text-faint",children:e.detail}):null]}),e.shortcut?c.jsx(h$,{parts:XN(e.shortcut,t)}):null,o?c.jsx(p$,{checked:!!e.checked}):null]})}function h$({parts:e}){return c.jsx("span",{className:"hidden shrink-0 items-center gap-0.5 md:flex",children:e.map(t=>c.jsx("kbd",{className:"min-w-5 rounded border border-border bg-surface-2 px-1 py-0.5 text-center font-sans text-[11px] text-muted",children:t},t))})}function p$({checked:e}){return c.jsx("span",{"aria-hidden":!0,className:fe("flex size-4 shrink-0 items-center justify-center rounded border",e?"border-accent bg-accent text-on-solid":"border-faint bg-surface"),children:e?c.jsx(b0,{size:12,strokeWidth:3}):null})}function m$(e,t=[],a=!0){const l=e.trim();return Wt({queryKey:["search",l,t,a],queryFn:()=>we.search(l,t,a),enabled:l.length>=2,staleTime:3e4,placeholderData:ey})}function g$({query:e,repoSelection:t,includeArchived:a,live:l,selectedId:i,onOpen:o}){const u=DN(e.trim(),250),d=Xx(t),f=t.mode==="selected"&&d.length===0,{data:h,isError:m,error:p,isFetching:y}=m$(f?"":u,d,a),b=A.useMemo(()=>X9(e),[e]),v=A.useMemo(()=>{const k=new Map;if(b.length)for(const B of l){if(t.mode==="selected"&&!(B.repo_name&&$u(t,B.repo_name)))continue;const N=[J0(B),B.branch,B.repo_name,B.directory_name,B.session_title].filter(Boolean).join(" ").toLowerCase();b.every(F=>N.includes(F))&&k.set(B.id,{workspace:B,archived:!1,sessionId:null,snippets:[],hits:0})}for(const B of f?[]:h?.results??[]){if(!a&&B.workspace.archived)continue;const N=k.get(B.workspace.id);if(N){N.sessionId=B.sessionId,N.snippets=B.snippets,N.hits=B.hits;continue}k.set(B.workspace.id,{workspace:B.workspace,archived:B.workspace.archived,sessionId:B.sessionId,snippets:B.snippets,hits:B.hits})}return[...k.values()]},[l,h,b,t,f,a]),C=h?.index;return c.jsxs(c.Fragment,{children:[C&&!C.ready?c.jsxs("p",{className:"px-1 pb-2 text-xs text-faint",children:["Indexing chats… ",Math.round(C.progress*100),"% — older conversations aren’t searchable yet."]}):null,C?.error?c.jsxs("p",{className:"px-1 pb-2 text-xs text-del",children:["Chat index unavailable (",C.error,") — searching names only."]}):null,m?c.jsxs("p",{className:"px-1 pb-2 text-xs text-del",children:["Chat search unavailable (",p?.message,") — showing name matches only."]}):null,v.length===0?y||u!==e.trim()?c.jsx(Wn,{}):m?null:c.jsx(sn,{children:f?"No repos selected.":`Nothing matches “${e.trim()}”${d.length?` in ${Pl(t)}`:""}.`}):c.jsx("ul",{className:"flex flex-col gap-2 pb-2",children:v.map(k=>c.jsx("li",{className:"fade-in",children:c.jsx(y$,{row:k,tokens:b,selected:k.workspace.id===i,onOpen:o})},k.workspace.id))})]})}const E$="card w-full flex-col items-stretch gap-0";function y$({row:e,tokens:t,selected:a,onOpen:l}){const i=e.workspace,o=i.directory_name?.toLowerCase(),u=`${J0(i)} ${i.branch??""} ${i.repo_name??""}`.toLowerCase(),d=!!o&&t.some(h=>o.includes(h)&&!u.includes(h)),f=c.jsxs(c.Fragment,{children:[c.jsxs("div",{className:"flex items-start gap-3",children:[c.jsx(fs,{icon:i.icon,name:i.repo_name||J0(i),artwork:"inset"}),c.jsxs("div",{className:"min-w-0 flex-1 overflow-hidden",children:[c.jsxs("div",{className:"flex items-center gap-2",children:[c.jsx("span",{className:"min-w-0 flex-1 truncate font-medium text-text",children:J0(i)}),e.archived?c.jsx("span",{className:"shrink-0 rounded-md bg-surface-2 px-1.5 py-0.5 text-[10px] font-semibold uppercase tracking-wide text-faint",children:"Archived"}):null]}),c.jsxs("div",{className:"mt-1 flex min-w-0 items-center gap-2 text-xs text-muted",children:[i.repo_name?c.jsx("span",{className:"shrink-0 font-mono text-faint",children:i.repo_name}):null,i.branch?c.jsx(_4,{className:"min-w-0 flex-1 truncate",children:i.branch}):null,d?c.jsxs(_4,{className:"shrink-0 text-faint",children:["dir ",i.directory_name]}):null,c.jsx("span",{className:"ml-auto shrink-0 pl-2 text-[11px] text-faint",children:Zh(i.updated_at)})]})]})]}),e.snippets.length?c.jsxs("div",{className:"mt-2 flex flex-col gap-1.5 border-l-2 border-border-soft pl-2.5",children:[e.snippets.map(h=>c.jsx(v$,{snippet:h},`${h.sessionId}:${h.at}:${h.text.slice(0,24)}`)),e.hits>e.snippets.length?c.jsxs("span",{className:"text-[11px] text-faint",children:["+",e.hits-e.snippets.length," more messages"]}):null]}):null]});return c.jsx("button",{type:"button","data-palette-row":"",className:fe(E$,a&&"border-accent/50 bg-surface-2"),onClick:()=>l(i.id,e.sessionId),children:f})}const b$={user:"you",assistant:"agent",thinking:"thought"};function v$({snippet:e}){return c.jsxs("p",{className:"line-clamp-2 text-left text-xs leading-snug text-muted",children:[c.jsx("span",{className:`mr-1.5 text-[10px] uppercase tracking-wide ${e.role==="thinking"?"text-faint italic":"text-faint"}`,children:b$[e.role]}),_N(e.text).map((t,a)=>t.hit?c.jsx("mark",{className:"rounded bg-accent/25 px-0.5 text-text",children:t.text},a):c.jsx("span",{children:t.text},a))]})}function C$({live:e,selectedId:t,onOpen:a,onClose:l}){const[i,o]=A.useState(""),[u,d]=A.useState(Qr),[f,h]=A.useState(!0),[m,p]=A.useState(!1),y=A.useRef(null),b=A.useRef(null),v=Wh().data?.repos??[],C=ZN(),k=A.useMemo(()=>Yh(),[]),B=v.map(G=>({name:G.name,icon:G.icon}));for(const G of e)G.repo_name&&!B.some(Z=>Z.name===G.repo_name)&&B.push({name:G.repo_name,icon:G.icon});A.useEffect(()=>y.current?.focus(),[]),A.useEffect(()=>{const G=Z=>{Z.key==="Escape"&&(m?p(!1):l())};return window.addEventListener("keydown",G),()=>window.removeEventListener("keydown",G)},[l,m]);const N=Xx(u),F=u.mode==="selected",{commandsOnly:S,query:M}=qN(i),D=!M.trim(),j=A.useMemo(()=>KN(C,M),[C,M]),O=D||S?j:j.slice(0,k$),P=G=>{l(),G.run()},T=G=>{if(G.nativeEvent.isComposing)return;const Z=y.current,ne=[...b.current?.querySelectorAll("[data-palette-row]")??[]],W=document.activeElement,Q=W instanceof HTMLElement?ne.indexOf(W):-1;if(G.key==="ArrowDown"||G.key==="ArrowUp"){if(!ne.length)return;G.preventDefault(),G.key==="ArrowDown"?ne[Q<0?0:Math.min(Q+1,ne.length-1)]?.focus():Q<=0?Z?.focus():ne[Q-1]?.focus();return}if(G.key==="Enter"&&W===Z&&M.trim()){const I=ne[0];if(!I)return;G.preventDefault(),I.click();return}Q>=0&&Z&&G.key.length===1&&!G.metaKey&&!G.ctrlKey&&!G.altKey&&(G.preventDefault(),o(I=>I+G.key),Z.focus())};return G0.createPortal(c.jsxs(c.Fragment,{children:[c.jsx("div",{className:"fixed inset-0 z-50 bg-black/50",onClick:l,"aria-hidden":!0}),c.jsxs("div",{ref:b,role:"dialog","aria-modal":"true","aria-label":"Search chats and actions",onKeyDown:T,className:"app-height fade-in pt-safe fixed inset-x-0 top-0 z-50 flex flex-col bg-bg md:inset-x-auto md:left-1/2 md:top-16 md:max-h-[70vh] md:w-[36rem] md:max-w-[92vw] md:-translate-x-1/2 md:rounded-2xl md:border md:border-border md:shadow-2xl",children:[c.jsxs("div",{className:"relative flex items-center gap-2 border-b border-border-soft px-3 py-2.5",children:[c.jsxs("div",{className:"relative min-w-0 flex-1",children:[c.jsx(Px,{size:15,className:"pointer-events-none absolute left-3 top-1/2 -translate-y-1/2 text-faint"}),c.jsx("input",{ref:y,type:"text",inputMode:"search",enterKeyHint:"search",autoCapitalize:"none",autoCorrect:"off",spellCheck:!1,value:i,onChange:G=>o(G.target.value),placeholder:"Search chats and actions","aria-label":"Search chats and actions",className:"w-full rounded-xl border border-border bg-surface py-2 pl-8 pr-9 text-sm text-text placeholder:text-faint focus:border-accent/50 focus:outline-none"}),i?c.jsx("button",{type:"button",onClick:()=>{o(""),y.current?.focus()},"aria-label":"Clear search",className:"absolute right-1 top-1/2 flex size-7 -translate-y-1/2 items-center justify-center rounded-full text-muted active:bg-surface-2",children:c.jsx(hn,{size:15})}):null]}),c.jsx("button",{type:"button",onClick:()=>h(G=>!G),"aria-label":"Include archived workspaces","aria-pressed":f,title:f?"Search archived workspaces":"Archived workspaces excluded",className:fe("flex size-9 shrink-0 items-center justify-center rounded-full active:bg-surface-2",f?"border border-accent/50 bg-accent/10 text-text":"text-muted"),children:f?c.jsx(Mx,{size:18}):c.jsx(Tv,{size:18})}),c.jsxs("button",{type:"button",onClick:()=>p(G=>!G),"aria-label":F?`Repo filter: ${Pl(u)}`:"Filter by repo","aria-haspopup":"menu","aria-expanded":m,className:fe("flex h-9 shrink-0 items-center justify-center gap-1 rounded-full text-sm active:bg-surface-2",F?"max-w-36 border border-accent/50 bg-accent/10 px-2.5 text-text":"size-9 text-muted"),children:[c.jsx(gA,{size:F?14:18,className:"shrink-0"}),F?c.jsxs(c.Fragment,{children:[c.jsx("span",{className:"min-w-0 truncate",children:Pl(u)}),c.jsx(O0,{size:14,className:fe("shrink-0 text-faint transition-transform",m&&"rotate-180")})]}):null]}),c.jsx("button",{type:"button",onClick:l,"aria-label":"Close search",className:"-mr-1 flex size-9 shrink-0 items-center justify-center rounded-full text-muted active:bg-surface-2",children:c.jsx(hn,{size:20})}),m?c.jsxs(c.Fragment,{children:[c.jsx("div",{className:"fixed inset-0 z-10",onClick:()=>p(!1),"aria-hidden":!0}),c.jsx("div",{role:"menu","aria-label":"Repos to search",className:"fade-in absolute right-3 top-full z-20 mt-1 flex max-h-72 w-64 flex-col overflow-y-auto rounded-2xl border border-border bg-surface py-1 shadow-xl",children:c.jsx(Tm,{repos:B,selected:u,onChange:d})})]}):null]}),c.jsxs("div",{className:"pb-safe min-h-0 flex-1 overflow-y-auto overflow-x-hidden px-3 py-3",children:[c.jsx(x$,{commands:O,grouped:D||S,apple:k,onRun:P}),S?O.length?null:c.jsxs(sn,{children:["No action matches “",M,"”. Drop the “>” to search chats too."]}):D?c.jsxs("p",{className:"px-2.5 pt-3 text-xs leading-relaxed text-faint",children:[F?N.length?`Workspaces and chats in ${Pl(u)}`:"No repos selected":"Every workspace on this Mac",f?", archived included":", excluding archived"," — by name, or by something said in the chat. Quote a “phrase” to require it word for word; start with “>” for actions alone."]}):c.jsxs(c.Fragment,{children:[O.length?c.jsx(zm,{children:"Workspaces and chats"}):null,c.jsx(g$,{query:M,repoSelection:u,includeArchived:f,live:e,selectedId:t,onOpen:a})]})]})]})]}),document.body)}const k$=8,A$=[{label:"1h",seconds:3600},{label:"4h",seconds:4*3600,className:"hidden min-[400px]:block"},{label:"10h",seconds:10*3600}];function ku(e){if(!e)return"until you turn it off";const t=new Date(e),a=t.toDateString()===new Date().toDateString(),l=t.toLocaleTimeString([],{hour:"2-digit",minute:"2-digit"});return a?`until ${l}`:`until ${t.toLocaleDateString([],{weekday:"short"})} ${l}`}function B$(){const[e,t]=A.useState(null),[a,l]=A.useState(!1),[i,o]=A.useState(null),[u,d]=A.useState(!1),[f,h]=A.useState(!1),[m,p]=A.useState(""),[y,b]=A.useState(null),[v,C]=A.useState("idle"),[k,B]=A.useState(null),N=A.useCallback(async()=>{try{t(await we.settings()),o(null)}catch(T){o(T instanceof Error?T.message:String(T))}},[]);A.useEffect(()=>{N()},[N]);const F=async T=>{l(!0),o(null);try{return await T(),await N(),!0}catch(G){return o(G instanceof Error?G.message:String(G)),!1}finally{l(!1)}},S=async T=>{l(!0),o(null);try{const G=await we.restartConductor(T);B(G.ms??0),C("idle"),await N()}catch(G){G instanceof E0&&G.status===409&&C("agents"),o(G instanceof Error?G.message:String(G))}finally{l(!1)}},M=async T=>{T.preventDefault();const G=YF(m);if(G===null){b("Use a duration like 80h, 90m, or a number of seconds.");return}if(G<1){b("Choose a duration longer than zero.");return}const Z=e?.nosleep.maxSeconds??168*3600;if(G>Z){b(`Choose a duration up to ${Math.round(Z/3600)}h.`);return}b(null),d(!1),await F(()=>we.armNoSleep(G))&&h(!1)},D=e?.nosleep,j=e?.screenLocked===!0,O=e?.wifi.known??[],P=e?.settings.fallbackSsids[0]??"";return c.jsxs("div",{className:"flex w-full shrink-0 flex-col gap-2.5 rounded-xl border border-border bg-surface-2 px-3 py-2.5",children:[c.jsxs("div",{className:"flex items-center justify-between gap-3",children:[c.jsxs("div",{className:"flex min-w-0 items-center gap-2 text-sm",children:[c.jsx(Gx,{size:16,className:fe("shrink-0",D?.armed?"text-accent":"text-muted")}),c.jsx("span",{children:"Keep the Mac awake"})]}),D?.armed?c.jsx("button",{type:"button",disabled:a,onClick:()=>{F(async()=>{const T=await we.disarmNoSleep();d(T.willSleep===!0)})},className:"shrink-0 rounded-lg border border-border px-2.5 py-1 text-xs active:bg-surface disabled:opacity-50",children:"Let it sleep"}):c.jsxs("div",{className:"flex shrink-0 gap-1",children:[A$.map(T=>c.jsx("button",{type:"button",disabled:a||!D?.available,onClick:()=>{F(()=>(h(!1),b(null),d(!1),we.armNoSleep(T.seconds)))},className:fe("rounded-lg border border-border px-2.5 py-1 text-xs active:bg-surface disabled:opacity-40",T.className),children:T.label},T.seconds)),c.jsx("button",{type:"button",disabled:a||!D?.available,"aria-label":"Choose a custom keep-awake duration","aria-expanded":f,onClick:()=>{b(null),h(T=>!T)},className:fe("grid size-[30px] place-items-center rounded-lg border border-border active:bg-surface disabled:opacity-40",f&&"bg-surface text-accent"),children:c.jsx(P9,{size:14})})]})]}),!D?.armed&&f?c.jsxs("form",{onSubmit:M,className:"fade-in flex items-center justify-end gap-1.5",children:[c.jsx("label",{htmlFor:"awake-duration",className:"text-xs text-muted",children:"Keep awake for"}),c.jsx("input",{id:"awake-duration",type:"text",required:!0,value:m,disabled:a,placeholder:"e.g. 80h",autoCapitalize:"none",autoCorrect:"off",onChange:T=>{p(T.target.value),b(null)},className:"h-[30px] w-[6.5rem] rounded-lg border border-border bg-surface px-2 text-xs text-text disabled:opacity-40"}),c.jsx("button",{type:"submit",disabled:a||!m.trim(),className:"h-[30px] rounded-lg bg-accent px-2.5 text-xs font-medium text-on-solid active:opacity-80 disabled:opacity-40",children:a?"Setting…":"Set"})]}):null,y?c.jsx("p",{className:"text-right text-xs text-del",children:y}):null,c.jsx("p",{className:"text-xs text-muted",children:e?D?.available?D.armed?D.preventsScreenLock?j?`Awake ${ku(D.until)}, lid closed. It blocks the idle screen lock from starting; it can’t lift one already up.`:`Awake ${ku(D.until)}, lid closed. The idle screen lock is off; anyone at the Mac can use it.`:`Awake ${ku(D.until)}, lid closed. Sends park if macOS locks.`:u?"The lid is shut, so the Mac is going to sleep now — this app will be unreachable until you wake it.":"Stops system sleep. Screen-lock behavior follows the Mac CLI configuration.":"Run `conductor-remote nosleep setup` on the Mac to install or refresh the helper.":"Checking…"}),j?c.jsxs("p",{className:"text-xs text-del",children:["The Mac is locked right now, so writes park until it’s unlocked. ",c.jsx(xa,{})]}):null,c.jsxs("div",{className:"border-t border-border pt-2.5",children:[c.jsxs("div",{className:"flex items-center justify-between gap-3",children:[c.jsxs("div",{className:"flex min-w-0 items-center gap-2 text-sm",children:[c.jsx(K9,{size:16,className:fe("shrink-0",e?.settings.autoRejoin?"text-accent":"text-muted")}),c.jsx("span",{children:"Fallback network"})]}),P?c.jsx("button",{type:"button",disabled:a,onClick:()=>{F(()=>we.patchSettings({fallbackSsids:[],autoRejoin:!1}))},className:"shrink-0 rounded-lg border border-border px-2.5 py-1 text-xs active:bg-surface disabled:opacity-50",children:"Turn off"}):null]}),P?c.jsxs("p",{className:"mt-1 text-xs text-muted",children:["Auto-joins ",c.jsx("span",{className:"text-fg",children:P})," when the primary network drops."]}):c.jsx(w$,{known:O,hotspots:e?.wifi.likelyHotspots??[],busy:a,onPick:T=>{F(()=>we.patchSettings({fallbackSsids:[T],autoRejoin:!0}))}}),e?.wifi.autoJoinHotspot==="Never"?c.jsx("p",{className:"mt-1 text-xs text-faint",children:"Auto-join Hotspot is off on this Mac (System Settings ▸ Wi-Fi). Your hotspot has to be on and broadcasting before the Mac can join it."}):null]}),c.jsxs("div",{className:"border-t border-border pt-2.5",children:[c.jsxs("div",{className:"flex items-center justify-between gap-3",children:[c.jsxs("div",{className:"flex min-w-0 items-center gap-2 text-sm",children:[c.jsx(Lx,{size:16,className:"shrink-0 text-muted"}),c.jsx("span",{children:"Restart Conductor"})]}),v==="idle"?c.jsx("button",{type:"button",disabled:a,onClick:()=>{B(null),o(null),C("confirm")},className:"shrink-0 rounded-lg border border-border px-2.5 py-1 text-xs active:bg-surface disabled:opacity-50",children:"Restart"}):null]}),k!==null?c.jsxs("p",{className:"mt-1 text-xs text-muted",children:["Quit and reopened in ",(k/1e3).toFixed(1),"s. Send a prompt to check an agent answers."]}):null,v!=="idle"?c.jsxs("div",{className:"fade-in mt-2 rounded-xl border border-del/40 bg-del/10 px-3 py-2.5 text-left",children:[c.jsx("p",{className:"text-sm font-medium",children:v==="agents"?"Agents are still working":"Restart Conductor?"}),c.jsx("p",{className:"mt-1 text-xs text-muted",children:v==="agents"?"Restarting ends their turns. Everything they have already written stays in the chat.":"The app closes and opens again, which takes about ten seconds. Anything mid-turn stops."}),c.jsxs("div",{className:"mt-2.5 flex gap-2",children:[c.jsx("button",{type:"button",onClick:()=>{C("idle"),o(null)},className:"flex-1 rounded-lg border border-border bg-surface-2 px-3 py-2 text-sm active:bg-surface",children:"Cancel"}),c.jsx("button",{type:"button",disabled:a,onClick:()=>{S(v==="agents")},className:"flex-1 rounded-lg bg-del px-3 py-2 text-sm font-semibold text-on-solid active:opacity-80 disabled:opacity-50",children:a?"Restarting…":v==="agents"?"Stop agents and restart":"Restart"})]})]}):null]}),i?c.jsxs("p",{className:"text-xs text-del",children:[i," ",Er(i)?c.jsx(xa,{}):null]}):null]})}function w$({known:e,hotspots:t,busy:a,onPick:l}){const[i,o]=A.useState("");if(e.length===0)return c.jsx("p",{className:"mt-1 text-xs text-muted",children:"No saved Wi-Fi networks to offer."});const u=new Set(t),d=i.trim().toLowerCase(),f=e.filter(p=>!d||p.toLowerCase().includes(d)),h=f.find(p=>u.has(p)),m=(h?[h,...f.filter(p=>p!==h)]:f).slice(0,6);return c.jsxs(c.Fragment,{children:[c.jsx("p",{className:"mt-1 text-xs text-muted",children:"Turn your hotspot on before you leave, and the Mac can move to it if the office Wi-Fi drops."}),c.jsx("input",{type:"search",value:i,disabled:a,onChange:p=>o(p.target.value),placeholder:`Search ${e.length} saved networks`,className:"mt-2 w-full rounded-lg border border-border bg-surface px-2 py-1.5 text-xs disabled:opacity-40"}),c.jsxs("div",{className:"mt-1.5 flex flex-col gap-1",children:[m.map(p=>c.jsxs("button",{type:"button",disabled:a,onClick:()=>l(p),className:"flex items-center justify-between gap-2 rounded-lg border border-border px-2.5 py-1.5 text-left text-xs active:bg-surface disabled:opacity-50",children:[c.jsx("span",{className:"truncate",children:p}),u.has(p)?c.jsx("span",{className:"shrink-0 text-faint",children:"likely hotspot"}):null]},p)),m.length===0?c.jsxs("p",{className:"text-xs text-faint",children:["Nothing matches “",i,"”."]}):null]}),!d&&e.length>m.length?c.jsxs("p",{className:"mt-1 text-xs text-faint",children:["Most recently joined. Search to reach the other ",e.length-m.length,"."]}):null]})}function D$(){const e=yN(),t=e.permission==="denied",a=e.support!=="ok"||e.relayDisabled,l=e.relayDisabled?"Turned off on the relay (PUSH_NOTIFY=off).":e.support==="needs-install"?"Add this to your Home Screen first — iOS only allows notifications for installed apps.":e.support==="insecure"?"Needs a secure connection — open the app on its https:// Tailscale URL.":e.support==="unsupported"?"This browser can’t receive push notifications.":t?"Blocked for this app — allow notifications in your device settings, then come back.":e.enabled?`On for this device${e.devices>1?` · ${e.devices} devices subscribed`:""}.`:"Get a ping when an agent finishes its turn or hits an error.";return c.jsxs("div",{className:"w-full shrink-0 rounded-xl border border-border bg-surface-2 px-3 py-2.5",children:[c.jsxs("div",{className:"flex items-center justify-between gap-3",children:[c.jsxs("div",{className:"flex min-w-0 items-center gap-2 text-sm",children:[c.jsx(R9,{size:16,className:fe("shrink-0",e.enabled?"text-accent":"text-muted")}),c.jsx("span",{children:"Notifications"})]}),c.jsx("button",{type:"button",role:"switch","aria-checked":e.enabled,"aria-label":"Notifications on this device",disabled:a||t||e.busy,onClick:()=>{e.enabled?e.disable():e.enable()},className:fe("relative h-6 w-11 shrink-0 rounded-full transition-colors",e.enabled?"bg-accent":"border border-border bg-surface",(a||t||e.busy)&&"opacity-40"),children:c.jsx("span",{className:fe("absolute left-0.5 top-0.5 size-5 rounded-full bg-white transition-transform",e.enabled?"translate-x-5":"translate-x-0")})})]}),c.jsx("p",{className:"mt-1 text-xs text-muted",children:l}),e.error?c.jsx("p",{className:"mt-1 text-xs text-del",children:e.error}):null,e.enabled?c.jsx("button",{type:"button",onClick:()=>{e.test()},disabled:e.busy,className:"mt-1.5 text-xs text-muted underline-offset-2 hover:underline disabled:opacity-50",children:"Send a test notification"}):null]})}const gs=new Uint8Array(512),px=new Uint8Array(256);let Xi=1;for(let e=0;e<255;e++)gs[e]=Xi,px[Xi]=e,Xi<<=1,Xi&256&&(Xi^=285);for(let e=255;e<512;e++)gs[e]=gs[e-255];function Rm(e,t){return e===0||t===0?0:gs[px[e]+px[t]]}function F$(e){let t=[1];for(let a=0;a<e;a++){const l=new Array(t.length+1).fill(0);for(let i=0;i<t.length;i++)l[i]^=t[i],l[i+1]^=Rm(t[i],gs[a]);t=l}return t}function S$(e,t){const a=F$(t),l=new Array(t).fill(0);for(const i of e){const o=i^l[0];if(l.shift(),l.push(0),o!==0)for(let u=0;u<t;u++)l[u]^=Rm(a[u+1],o)}return l}const Hd={1:{align:[],ec:10,groups:[[1,16]]},2:{align:[6,18],ec:16,groups:[[1,28]]},3:{align:[6,22],ec:26,groups:[[1,44]]},4:{align:[6,26],ec:18,groups:[[2,32]]},5:{align:[6,30],ec:24,groups:[[2,43]]},6:{align:[6,34],ec:16,groups:[[4,27]]},7:{align:[6,22,38],ec:18,groups:[[4,31]]},8:{align:[6,24,42],ec:22,groups:[[2,38],[2,39]]},9:{align:[6,26,46],ec:22,groups:[[3,36],[2,37]]},10:{align:[6,28,50],ec:26,groups:[[4,43],[1,44]]}};function q6(e){return Hd[e].groups.reduce((t,[a,l])=>t+a*l,0)}function Q6(e){return e<=9?8:16}function Ji(e,t,a){for(let l=a-1;l>=0;l--)e.push(t>>l&1)}function M$(e){const t=Array.from(new TextEncoder().encode(e));let a=0;for(let v=1;v<=10;v++)if(4+Q6(v)+8*t.length<=q6(v)*8){a=v;break}if(a===0)throw new Error(`data too long for a v1–10 QR (${t.length} bytes)`);const l=q6(a)*8,i=[];Ji(i,4,4),Ji(i,t.length,Q6(a));for(const v of t)Ji(i,v,8);for(let v=0,C=Math.min(4,l-i.length);v<C;v++)i.push(0);for(;i.length%8!==0;)i.push(0);const o=[236,17];for(let v=0;i.length<l;v++)Ji(i,o[v%2],8);const u=[];for(let v=0;v<i.length;v+=8){let C=0;for(let k=0;k<8;k++)C=C<<1|i[v+k];u.push(C)}const{ec:d,groups:f}=Hd[a],h=[];let m=0;for(const[v,C]of f)for(let k=0;k<v;k++){const B=u.slice(m,m+C);m+=C,h.push({data:B,ec:S$(B,d)})}const p=[],y=Math.max(...h.map(v=>v.data.length));for(let v=0;v<y;v++)for(const C of h)v<C.data.length&&p.push(C.data[v]);for(let v=0;v<d;v++)for(const C of h)p.push(C.ec[v]);const b=[];for(const v of p)Ji(b,v,8);return{version:a,bits:b}}function N$(e,t){const a=e*4+17,l=Array.from({length:a},()=>new Array(a).fill(!1)),i=Array.from({length:a},()=>new Array(a).fill(!1)),o=(p,y)=>{for(let b=-1;b<=7;b++)for(let v=-1;v<=7;v++){const C=p+b,k=y+v;if(C<0||C>=a||k<0||k>=a)continue;const B=b>=0&&b<=6&&(v===0||v===6)||v>=0&&v<=6&&(b===0||b===6),N=b>=2&&b<=4&&v>=2&&v<=4;l[C][k]=B||N,i[C][k]=!0}};o(0,0),o(0,a-7),o(a-7,0);for(let p=8;p<a-8;p++){const y=p%2===0;i[6][p]||(l[6][p]=y,i[6][p]=!0),i[p][6]||(l[p][6]=y,i[p][6]=!0)}const u=Hd[e].align;for(let p=0;p<u.length;p++)for(let y=0;y<u.length;y++){if(p===0&&y===0||p===0&&y===u.length-1||p===u.length-1&&y===0)continue;const v=u[p],C=u[y];for(let k=-2;k<=2;k++)for(let B=-2;B<=2;B++)l[v+k][C+B]=Math.max(Math.abs(k),Math.abs(B))!==1,i[v+k][C+B]=!0}for(let p=0;p<=8;p++)p!==6&&(i[8][p]=!0,i[p][8]=!0);for(let p=0;p<8;p++)i[8][a-1-p]=!0,i[a-1-p][8]=!0;if(i[a-8][8]=!0,e>=7)for(let p=0;p<18;p++){const y=a-11+p%3,b=Math.floor(p/3);i[b][y]=!0,i[y][b]=!0}let d=0,f=!0;for(let p=a-1;p>0;p-=2){p===6&&p--;for(let y=0;y<a;y++){const b=f?a-1-y:y;for(let v=0;v<2;v++){const C=p-v;i[b][C]||(l[b][C]=d<t.length?t[d]===1:!1,d++)}}f=!f}e>=7&&T$(l,e,a);let h=null,m=Number.POSITIVE_INFINITY;for(let p=0;p<8;p++){const y=l.map(v=>v.slice());for(let v=0;v<a;v++)for(let C=0;C<a;C++)!i[v][C]&&j$(p,v,C)&&(y[v][C]=!y[v][C]);_$(y,p,a);const b=z$(y);b<m&&(m=b,h=y)}return h}function j$(e,t,a){switch(e){case 0:return(t+a)%2===0;case 1:return t%2===0;case 2:return a%3===0;case 3:return(t+a)%3===0;case 4:return(Math.floor(t/2)+Math.floor(a/3))%2===0;case 5:return t*a%2+t*a%3===0;case 6:return(t*a%2+t*a%3)%2===0;default:return((t+a)%2+t*a%3)%2===0}}function _$(e,t,a){const l=0|t;let i=l;for(let d=0;d<10;d++)i=i<<1^(i>>9&1?1335:0);const o=((l<<10|i&1023)^21522)&32767,u=d=>(o>>d&1)===1;for(let d=0;d<=5;d++)e[d][8]=u(d);e[7][8]=u(6),e[8][8]=u(7),e[8][7]=u(8);for(let d=9;d<15;d++)e[8][14-d]=u(d);for(let d=0;d<8;d++)e[8][a-1-d]=u(d);for(let d=8;d<15;d++)e[a-15+d][8]=u(d);e[a-8][8]=!0}function T$(e,t,a){let l=t;for(let o=0;o<12;o++)l=l<<1^(l>>11&1?7973:0);const i=t<<12|l&4095;for(let o=0;o<18;o++){const u=(i>>o&1)===1,d=a-11+o%3,f=Math.floor(o/3);e[f][d]=u,e[d][f]=u}}function z$(e){const t=e.length;let a=0;const l=f=>{let h=f(0),m=1;for(let p=1;p<t;p++)f(p)===h?m++:(m>=5&&(a+=m-2),h=f(p),m=1);m>=5&&(a+=m-2)};for(let f=0;f<t;f++)l(h=>e[f][h]);for(let f=0;f<t;f++)l(h=>e[h][f]);for(let f=0;f<t-1;f++)for(let h=0;h<t-1;h++){const m=e[f][h];m===e[f][h+1]&&m===e[f+1][h]&&m===e[f+1][h+1]&&(a+=3)}const i=[!0,!1,!0,!0,!0,!1,!0,!1,!1,!1,!1],o=[!1,!1,!1,!1,!0,!1,!0,!0,!0,!1,!0],u=(f,h,m)=>{for(let p=0;p<11;p++)if(f(h+p)!==m[p])return!1;return!0};for(let f=0;f<t;f++)for(let h=0;h<=t-11;h++)(u(m=>e[f][m],h,i)||u(m=>e[f][m],h,o))&&(a+=40);for(let f=0;f<t;f++)for(let h=0;h<=t-11;h++)(u(m=>e[m][f],h,i)||u(m=>e[m][f],h,o))&&(a+=40);let d=0;for(let f=0;f<t;f++)for(let h=0;h<t;h++)e[f][h]&&d++;return a+=Math.floor(Math.abs(d/(t*t)*100-50)/5)*10,a}function R$(e){const{version:t,bits:a}=M$(e);return N$(t,a)}function O$({text:e,size:t=220,className:a}){const l=R$(e),i=l.length,o=4,u=i+o*2;let d="";for(let f=0;f<i;f++)for(let h=0;h<i;h++)l[f][h]&&(d+=`M${h+o} ${f+o}h1v1h-1z`);return c.jsxs("svg",{width:t,height:t,viewBox:`0 0 ${u} ${u}`,shapeRendering:"crispEdges",className:a,role:"img","aria-label":"QR code",children:[c.jsx("title",{children:"QR code"}),c.jsx("rect",{width:u,height:u,fill:"#fff"}),c.jsx("path",{d,fill:"#000"})]})}const L$=[["system","System"],["light","Light"],["dark","Dark"]];function P$(){const[e,t]=A.useState(b1),a=Ee(o=>o.view.showDiffs),l=Ee(o=>o.setView),i=o=>{t(o),Nm(o)};return c.jsxs("div",{className:"w-full shrink-0 rounded-xl border border-border bg-surface-2 px-3 py-2.5",children:[c.jsxs("fieldset",{className:"flex w-full items-center justify-between gap-3 border-0 p-0",children:[c.jsx("legend",{className:"sr-only",children:"Theme"}),c.jsxs("div",{className:"flex min-w-0 items-center gap-2 text-sm",children:[c.jsx(Q9,{size:16,className:"shrink-0 text-muted"}),c.jsx("span",{children:"Theme"})]}),c.jsx("div",{className:"flex shrink-0 rounded-lg border border-border bg-surface p-0.5",children:L$.map(([o,u])=>c.jsx("button",{type:"button","aria-pressed":e===o,onClick:()=>i(o),className:fe("rounded-md px-2 py-1 text-xs transition focus-visible:outline-2 focus-visible:outline-accent",e===o?"bg-accent-soft text-accent":"text-muted active:bg-surface-2"),children:u},o))})]}),c.jsxs("div",{className:"mt-2.5 flex items-center justify-between gap-3 border-t border-border pt-2.5",children:[c.jsxs("div",{className:"flex min-w-0 items-center gap-2 text-sm",children:[c.jsx(B1,{size:16,className:"shrink-0 text-muted"}),c.jsx("span",{children:"Sidebar diffs"})]}),c.jsx("button",{type:"button",role:"switch","aria-checked":a,"aria-label":"Show line changes in workspace rows",onClick:()=>l({showDiffs:!a}),className:fe("relative h-6 w-11 shrink-0 rounded-full transition-colors",a?"bg-accent":"border border-border bg-surface"),children:c.jsx("span",{className:fe("absolute left-0.5 top-0.5 size-5 rounded-full bg-white transition-transform",a?"translate-x-5":"translate-x-0")})})]}),c.jsx("p",{className:"mt-1 text-xs text-muted",children:"Show line additions and deletions in workspace rows."})]})}function H$({version:e,onLogs:t,onClose:a}){const l=Ee(y=>y.token),i=Ee(y=>y.setToken),[o,u]=A.useState(!1),[d,f]=A.useState(!1),h=l?`${location.origin}/#token=${l}`:location.origin,m=!!e&&e!=="1.131.4",p=async()=>{try{await navigator.clipboard.writeText(h),u(!0),setTimeout(()=>u(!1),1500)}catch{}};return G0.createPortal(c.jsxs(c.Fragment,{children:[c.jsx("div",{className:"fixed inset-0 z-50 bg-black/60",onClick:a,"aria-hidden":!0}),c.jsxs("div",{role:"dialog","aria-modal":"true","aria-label":"Connect a device",className:"fade-in pb-safe fixed inset-x-0 bottom-0 z-50 mx-auto flex max-h-[85dvh] max-w-sm flex-col items-center gap-4 rounded-t-3xl border border-border-soft bg-surface p-5 shadow-xl md:inset-0 md:m-auto md:h-fit md:rounded-3xl",children:[c.jsxs("div",{className:"flex w-full shrink-0 items-center justify-between",children:[c.jsx("h2",{className:"text-base font-semibold",children:"Connect a device"}),c.jsxs("div",{className:"flex shrink-0 items-center gap-1",children:[c.jsx("button",{type:"button",onClick:()=>f(y=>!y),"aria-label":"Disconnect","aria-expanded":d,title:"Disconnect",className:fe("flex size-8 items-center justify-center rounded-full active:bg-surface-2",d?"bg-del/15 text-del":"text-del/80"),children:c.jsx(FB,{size:17})}),c.jsx("button",{type:"button",onClick:a,"aria-label":"Close",className:"flex size-8 items-center justify-center rounded-full text-muted active:bg-surface-2",children:c.jsx(hn,{size:18})})]})]}),d?c.jsxs("div",{className:"fade-in w-full shrink-0 rounded-xl border border-del/40 bg-del/10 px-3 py-2.5 text-left",children:[c.jsx("p",{className:"text-sm font-medium",children:"Disconnect this device?"}),c.jsx("p",{className:"mt-1 text-xs text-muted",children:"This forgets your access token. To get back in you’ll need the link or QR from the Mac running the relay — this screen can’t show it to you again."}),c.jsxs("div",{className:"mt-2.5 flex gap-2",children:[c.jsx("button",{type:"button",onClick:()=>f(!1),className:"flex-1 rounded-lg border border-border bg-surface-2 px-3 py-2 text-sm active:bg-surface",children:"Cancel"}),c.jsx("button",{type:"button",onClick:()=>i(null),className:"flex-1 rounded-lg bg-del px-3 py-2 text-sm font-semibold text-on-solid active:opacity-80",children:"Disconnect"})]})]}):null,c.jsxs("div",{className:"flex w-full min-h-0 flex-1 flex-col items-center gap-4 overflow-y-auto overscroll-contain",children:[c.jsx("p",{className:"text-center text-sm text-muted",children:"Scan on another phone, or re-add this to your home screen. The link carries your access token."}),c.jsx("div",{className:"shrink-0 rounded-2xl bg-white p-3",children:c.jsx(O$,{text:h,size:216})}),c.jsxs("button",{type:"button",onClick:p,className:"flex w-full shrink-0 items-center justify-center gap-2 rounded-xl border border-border bg-surface-2 px-3 py-2.5 text-sm active:bg-surface",children:[o?c.jsx(b0,{size:16}):c.jsx(Cs,{size:16}),o?"Copied":"Copy link"]}),c.jsx(P$,{}),c.jsx(D$,{}),c.jsx(B$,{}),c.jsxs("div",{className:"flex w-full items-center justify-between text-xs text-faint",children:[c.jsxs("span",{className:"font-mono",children:["relay ",e?c.jsx(K6,{version:e}):"v?"," · ",c.jsxs("span",{className:m?"text-working":void 0,children:["app ",c.jsx(K6,{version:"1.131.4"})]}),m?" · update pending":""]}),c.jsx("button",{type:"button",onClick:t,className:"shrink-0 text-muted underline-offset-2 hover:underline",children:"Logs"})]})]})]})]}),document.body)}function K6({version:e}){return e==="0.0.0-development"?c.jsxs(c.Fragment,{children:["v",e]}):c.jsxs("a",{href:`https://github.com/hyldmo/conductor-remote/releases/tag/v${encodeURIComponent(e)}`,target:"_blank",rel:"noopener noreferrer",title:`Release notes for v${e}`,className:"rounded-sm underline underline-offset-2 hover:text-accent focus-visible:outline-2 focus-visible:outline-accent",children:["v",e]})}function G$(){const e=Ql();A.useEffect(()=>{let l=!0,i=!1,o=!1,u=!1,d=null;const f=C=>{const k=HS(C,Ee.getState().focusedDraft);Ee.getState().applySyncedPrefs(k.state),k.needsUpload&&m(!1)},h=async(C,k=!1)=>{if(!l)return;if(i){o||=C,u||=k;return}i=!0;const B=s4();try{const N=C?await we.patchPrefs(zS(),k):await we.prefs();if(!l)return;e(!0),f(N.prefs),s4()!==B&&m(!1)}catch(N){if(!l)return;N instanceof E0&&N.status===404||e(!1,N)}finally{if(i=!1,l&&o){const N=u;o=!1,u=!1,h(!0,N)}}};function m(C,k=!1){d&&clearTimeout(d),d=null,C?h(!0,k):d=setTimeout(()=>{h(!0)},700)}const p=GS(C=>m(C)),y=setInterval(()=>{h(!1)},15e3),b=()=>{document.visibilityState==="hidden"?m(!0,!0):h(!1)},v=()=>m(!0);return document.addEventListener("visibilitychange",b),window.addEventListener("online",v),h(!0),()=>{l=!1,d&&clearTimeout(d),clearInterval(y),p(),document.removeEventListener("visibilitychange",b),window.removeEventListener("online",v)}},[e])}function I$(e,t){return Wt({queryKey:["logs",e],queryFn:()=>we.logs(e),enabled:t,refetchInterval:3e3,retry:!1})}const V$={info:"text-muted",warn:"text-working",error:"text-del"};function fr(e){return String(e).padStart(2,"0")}function U$(e){if(e==null)return"·";const t=new Date(e);return`${fr(t.getHours())}:${fr(t.getMinutes())}:${fr(t.getSeconds())}`}function Y6(e){if(e==null)return" ";const t=new Date(e);return`${t.getFullYear()}-${fr(t.getMonth()+1)}-${fr(t.getDate())} ${fr(t.getHours())}:${fr(t.getMinutes())}:${fr(t.getSeconds())}`}function $$(e){return e<1024?`${e} B`:e<1024*1024?`${Math.round(e/1024)} KB`:`${(e/1024/1024).toFixed(1)} MB`}function W6(e){const t=Math.max(0,Math.round(e/1e3));if(t<90)return`${t}s ago`;const a=Math.round(t/60);if(a<60)return`${a}m ago`;const l=Math.round(a/60);return l<48?`${l}h ago`:`${Math.round(l/24)}d ago`}function Z$({onClose:e}){const[t,a]=A.useState(null),[l,i]=A.useState(!1),[o,u]=A.useState(null),{data:d,isLoading:f,isError:h,error:m}=I$(t,!0),p=A.useRef(null),y=A.useRef(!0),b=A.useMemo(()=>(d?.entries??[]).filter(k=>!l||k.level!=="info"),[d,l]);A.useEffect(()=>{const k=p.current;k&&y.current&&b.length&&(k.scrollTop=k.scrollHeight)},[b]);const v=async()=>{const k=`# conductor-remote ${t??"live"} log · app v1.131.4 · copied ${Y6(Date.now())}`,B=b.map(N=>`${Y6(N.t)} ${N.level==="info"?"":N.level.toUpperCase()} ${N.text}`);try{await navigator.clipboard.writeText([k,...B].join(`
|
|
65
|
+
`}function Fm(e){return new Date(e).toLocaleString(void 0,{month:"short",day:"numeric",hour:"2-digit",minute:"2-digit"})}function LU({entry:e}){return e.role==="tool"?c.jsx("p",{className:"py-1 text-center text-xs text-voice",children:Ld(e.text)}):c.jsxs("div",{className:fe("max-w-[92%]",e.role==="user"?"ml-auto":"mr-auto"),children:[c.jsxs("p",{className:"mb-1 px-1 text-[11px] text-faint",children:[e.role==="user"?"You":"Orchestrator"," ·"," ",new Date(e.at).toLocaleTimeString(void 0,{hour:"2-digit",minute:"2-digit"})]}),c.jsxs("div",{className:fe("whitespace-pre-wrap break-words rounded-2xl px-3.5 py-2.5 text-sm leading-relaxed",e.role==="user"?"rounded-br-md bg-voice-soft":"rounded-bl-md bg-surface-2"),children:[e.text,e.transcriptionFailed?c.jsx("p",{className:"mt-1 text-xs text-muted",children:"Audio could not be transcribed."}):e.partial?c.jsx("p",{className:"mt-1 text-xs text-muted",children:"Partial transcript"}):null,e.interrupted?c.jsx("p",{className:"mt-2 text-xs text-muted",children:"Reply interrupted. This text may include words that were not played."}):null]})]})}function PU({call:e}){return c.jsxs("div",{className:"flex flex-col gap-4",children:[c.jsxs("p",{className:"text-xs text-muted",children:[Fm(e.startedAt)," ·"," ",e.status==="active"?"In progress":e.status==="ended"?"Call ended":"Connection interrupted"]}),e.captureError||e.hasGaps?c.jsx("p",{role:"status",className:"rounded-xl bg-del/10 px-3 py-2 text-xs text-del",children:e.captureError??"This transcript may have gaps because the connection was interrupted."}):null,e.responseOutcomes?.filter(t=>t.status==="failed"||t.status==="incomplete").map((t,a)=>c.jsxs("p",{role:"status",className:"text-xs text-del",children:["Answer ",t.status,t.code||t.reason?` (${t.code??t.reason})`:""]},t.id??a)),e.entries.length?e.entries.map(t=>c.jsx(LU,{entry:t},t.id)):c.jsx("p",{className:"py-8 text-center text-sm text-muted",children:"No speech was captured in this call."})]})}function HU({selectedId:e,onSelect:t,onBack:a}){const[l,i]=A.useState(0),[o,u]=A.useState(!1),[d,f]=A.useState(null),h=Wt({queryKey:["voice-history",l],queryFn:()=>we.voiceHistory(l),enabled:!e,staleTime:0}),m=Wt({queryKey:["voice-transcript",e],queryFn:()=>we.voiceTranscript(e),enabled:!!e,staleTime:0,refetchInterval:C=>C.state.data?.status==="active"?3e3:!1}),p=m.data,y=e?m:h,b=async()=>{if(p)try{await cd(I6(p)),u(!0),f(null)}catch{f("Could not copy the transcript. You can still select its text or export it.")}},v=()=>{if(!p)return;const C=URL.createObjectURL(new Blob([I6(p)],{type:"text/plain;charset=utf-8"})),k=document.createElement("a");k.href=C,k.download=`fleet-call-${new Date(p.startedAt).toISOString().replaceAll(":","-")}.txt`,k.click(),setTimeout(()=>URL.revokeObjectURL(C),1e3)};return c.jsxs("div",{className:"flex min-h-0 flex-1 flex-col",children:[c.jsxs("div",{className:"flex shrink-0 items-center gap-2 border-b border-border-soft px-3 py-2",children:[c.jsxs("button",{type:"button",onClick:()=>{u(!1),f(null),e?t(null):a()},className:"flex min-h-11 items-center gap-2 px-2 text-sm text-muted active:text-text",children:[c.jsx(Nx,{size:17}),e?"Call history":"New call"]}),c.jsx("div",{className:"flex-1"}),e&&p?c.jsxs(c.Fragment,{children:[c.jsx("button",{type:"button",onClick:()=>{b()},"aria-label":"Copy transcript",className:"grid size-11 place-items-center rounded-xl text-muted active:bg-surface-2",children:o?c.jsx(b0,{size:18}):c.jsx(Cs,{size:18})}),c.jsx("button",{type:"button",onClick:v,"aria-label":"Export transcript",className:"grid size-11 place-items-center rounded-xl text-muted active:bg-surface-2",children:c.jsx(Pk,{size:18})})]}):null]}),c.jsxs("div",{className:"min-h-0 flex-1 overflow-y-auto px-4 py-5",children:[d?c.jsx("p",{role:"alert",className:"mb-4 text-xs text-del",children:d}):null,y.isPending?c.jsx("div",{className:"grid min-h-40 place-items-center",children:c.jsx(fn,{"aria-label":"Loading call history",className:"animate-spin text-muted",size:22})}):y.error?c.jsxs("div",{className:"py-8 text-center",children:[c.jsx("p",{role:"alert",className:"text-sm text-del",children:y.error.message}),c.jsx("button",{type:"button",onClick:()=>{y.refetch()},className:"mt-3 min-h-11 px-4 text-sm text-voice",children:"Try again"})]}):e&&p?c.jsxs(c.Fragment,{children:[c.jsx(PU,{call:p}),c.jsx(Dm,{callId:p.callId})]}):c.jsxs(c.Fragment,{children:[c.jsx("h3",{className:"mb-1 text-lg font-semibold",children:"Call history"}),c.jsx("p",{className:"mb-5 text-xs text-muted",children:"Transcripts saved on your Mac."}),h.data?.calls.length?c.jsx("div",{className:"divide-y divide-border-soft",children:h.data.calls.map(C=>c.jsxs("button",{type:"button",onClick:()=>{u(!1),f(null),t(C.callId)},className:"flex w-full items-center gap-3 py-4 text-left active:opacity-70",children:[c.jsx(pr,{className:"shrink-0 text-voice",size:18}),c.jsxs("div",{className:"min-w-0 flex-1",children:[c.jsx("p",{className:"text-sm font-medium",children:Fm(C.startedAt)}),c.jsx("p",{className:"mt-1 line-clamp-2 text-xs leading-relaxed text-muted",children:C.preview||"No speech captured"}),c.jsxs("p",{className:"mt-1 text-[11px] text-faint",children:[C.entryCount," entries",C.status==="active"?" · In progress":C.hasGaps?" · May have gaps":""]})]}),c.jsx(jx,{className:"shrink-0 text-faint",size:17})]},C.callId))}):c.jsx("p",{className:"py-8 text-center text-sm text-muted",children:"Your next call will be saved here automatically."}),l>0||h.data?.hasMore?c.jsxs("div",{className:"mt-4 flex justify-between text-sm text-voice",children:[c.jsx("button",{type:"button",disabled:!l,onClick:()=>i(Math.max(0,l-30)),className:"min-h-11 px-3 disabled:opacity-30",children:"Newer calls"}),c.jsx("button",{type:"button",disabled:!h.data?.hasMore,onClick:()=>i(l+30),className:"min-h-11 px-3 disabled:opacity-30",children:"Older calls"})]}):null]})]})]})}const qr=.25,is=1.5,GU=Array.from({length:Math.round((is-qr)/za)+1},(e,t)=>Number((qr+t*za).toFixed(2))),V6=e=>`${(e-qr)/(is-qr)*100}%`,IU=e=>`${Number(e.toFixed(2))}×`;function VU({value:e,onChange:t}){const a=A.useId(),l=o=>t(Math.max(qr,Math.min(is,Number(o.toFixed(2))))),i=o=>{const d={ArrowRight:za,ArrowUp:za,ArrowLeft:-za,ArrowDown:-za,PageUp:.25,PageDown:-.25}[o.key];if(o.key==="Home")l(qr);else if(o.key==="End")l(is);else if(d!==void 0)l(e+d);else return;o.preventDefault()};return c.jsxs("div",{className:"col-span-2 mt-2 rounded-xl border border-border-soft bg-surface p-4 text-left",children:[c.jsxs("div",{className:"flex items-center justify-between gap-3",children:[c.jsx("label",{htmlFor:a,className:"text-xs font-medium text-muted",children:"Speech speed"}),c.jsx("span",{"aria-hidden":"true",className:"min-w-16 rounded-full bg-voice-soft px-2.5 py-1 text-center text-sm font-semibold tabular-nums text-voice",children:IU(e)})]}),c.jsxs("div",{className:"relative mt-2 h-11",children:[c.jsxs("div",{"aria-hidden":"true",className:"pointer-events-none absolute inset-x-3 top-1/2 h-1.5 -translate-y-1/2 rounded-full bg-border",children:[c.jsx("div",{className:"absolute inset-y-0 left-0 rounded-full bg-voice",style:{width:V6(e)}}),GU.map((o,u)=>c.jsx("span",{className:fe("absolute top-1/2 -translate-x-1/2 -translate-y-1/2 rounded-full bg-muted",u%5===0?"size-1":"size-0.5 opacity-60",o<=e&&"bg-voice-soft"),style:{left:V6(o)}},o))]}),c.jsx("input",{id:a,type:"range",min:qr,max:is,step:za,value:e,onChange:o=>l(o.currentTarget.valueAsNumber),onKeyDown:i,"aria-valuetext":`${e} times normal speed`,className:"voice-speed-range"})]}),c.jsxs("div",{"aria-hidden":"true",className:"flex justify-between px-0.5 text-[11px] text-muted",children:[c.jsx("span",{children:"0.25× · Slower"}),c.jsx("span",{children:"Faster · 1.5×"})]})]})}const UU=[["auto","Auto detect"],["no","Norsk"],["en","English"]];function $U(e){return e[0].toUpperCase()+e.slice(1)}function U6(e,t){return e==="idle"?"Not connected":e==="connecting"?"Connecting…":e==="listening"?t?"Microphone muted":"Listening":e==="thinking"?"Thinking…":e==="speaking"?"Speaking":t?"Microphone muted":"Connected"}function ZU(){const e=Pd(),t=Ee(F=>F.online),[a,l]=A.useState(""),[i,o]=A.useState(!1),[u,d]=A.useState(!1),[f,h]=A.useState(null),m=A.useRef(!1),p=A.useRef(null),y=e.status!=="idle",b=e.target,v=y&&e.status!=="connecting",C=`${e.entries.length}:${e.inputPartial}:${e.outputPartial}`,k=Wt({queryKey:["voice-recording",e.lastCallId],queryFn:()=>we.voiceTranscriptStatus(e.lastCallId),enabled:e.panelOpen&&y&&!!e.lastCallId,refetchInterval:5e3,retry:!1});if(A.useEffect(()=>{m.current&&!y&&e.lastCallId&&(h(e.lastCallId),d(!0)),m.current=y},[y,e.lastCallId]),A.useEffect(()=>{if(!e.panelOpen)return;const F=S=>{S.key==="Escape"&&e.closePanel()};return window.addEventListener("keydown",F),()=>window.removeEventListener("keydown",F)},[e.panelOpen,e.closePanel]),A.useEffect(()=>{if(!e.panelOpen||!C)return;const F=p.current;F&&(F.scrollTop=F.scrollHeight)},[e.panelOpen,C]),!e.panelOpen)return null;const B=F=>{F.preventDefault(),e.sendText(a)&&l("")},N=e.error?.toLowerCase().includes("audio")??!1;return G0.createPortal(c.jsxs(c.Fragment,{children:[c.jsx("div",{className:"fixed inset-0 z-[60] bg-black/65 md:block",onClick:e.closePanel,"aria-hidden":!0}),c.jsxs("section",{role:"dialog","aria-modal":"true","aria-label":b?"Workspace call":"Control room call",className:"app-height fade-in pt-safe pb-safe fixed inset-0 z-[60] flex flex-col bg-bg md:inset-x-auto md:inset-y-8 md:left-1/2 md:w-[32rem] md:-translate-x-1/2 md:rounded-3xl md:border md:border-border-soft md:shadow-2xl",children:[c.jsxs("header",{className:"flex shrink-0 items-center gap-3 border-b border-border-soft px-4 py-3",children:[c.jsx("div",{className:fe("grid size-9 shrink-0 place-items-center rounded-full bg-surface-2 text-muted",y&&"bg-voice-soft text-voice"),children:c.jsx(pr,{size:18})}),c.jsxs("div",{className:"min-w-0 flex-1",children:[c.jsxs("div",{className:"flex items-center gap-1.5",children:[c.jsx("h2",{className:"truncate text-[15px] font-semibold",children:b?.workspaceTitle??"Control room"}),c.jsx(hd,{})]}),c.jsxs("p",{className:"flex items-center gap-1.5 text-xs text-muted",children:[y?c.jsx("span",{className:fe("size-1.5 rounded-full bg-voice",(e.status==="listening"||e.status==="speaking")&&"animate-pulse")}):null,c.jsxs("span",{className:"truncate",children:[b?.chatTitle??"All workspaces"," · ",U6(e.status,e.muted)]})]})]}),y?null:c.jsx("button",{type:"button",onClick:()=>{h(null),d(!0)},"aria-label":"Open call history",className:"grid size-11 shrink-0 place-items-center rounded-full text-muted active:bg-surface-2 active:text-text",children:c.jsx(zx,{size:19})}),c.jsx("button",{type:"button",onClick:e.closePanel,"aria-label":y?"Hide call controls":"Close",className:"grid size-9 shrink-0 place-items-center rounded-full text-muted active:bg-surface-2 active:text-text",children:c.jsx(hn,{size:19})})]}),y?c.jsxs(c.Fragment,{children:[c.jsx("div",{ref:p,className:"min-h-0 flex-1 overflow-y-auto px-4 py-5",children:c.jsxs("div",{className:"mx-auto flex max-w-xl flex-col gap-3",children:[e.entries.length===0&&!e.inputPartial&&!e.outputPartial?c.jsx("div",{className:"grid min-h-48 place-items-center text-center",children:c.jsxs("div",{children:[c.jsx(fn,{size:22,className:"mx-auto mb-3 animate-spin text-voice"}),c.jsx("p",{className:"text-sm text-muted",children:b?"Opening your chat…":"Opening the fleet channel…"})]})}):null,e.entries.map(F=>F.role==="activity"?c.jsxs("div",{className:"flex items-center justify-center gap-2 py-1 text-xs text-voice",children:[c.jsx("span",{className:"size-1.5 rounded-full bg-voice"}),F.text]},F.id):c.jsx("div",{className:fe("max-w-[88%] rounded-2xl px-3.5 py-2.5 text-sm leading-relaxed",F.role==="user"?"ml-auto rounded-br-md bg-voice-soft text-text":"mr-auto rounded-bl-md bg-surface-2 text-text"),children:F.text},F.id)),e.lastCallId?c.jsx(Dm,{callId:e.lastCallId,active:y,handsFree:i||u,onOpen:e.closePanel}):null,e.inputPartial?c.jsx("div",{className:"ml-auto max-w-[88%] rounded-2xl rounded-br-md border border-voice/25 bg-voice-soft/60 px-3.5 py-2.5 text-sm leading-relaxed text-muted",children:e.inputPartial}):null,e.outputPartial?c.jsxs("div",{className:"mr-auto max-w-[88%] rounded-2xl rounded-bl-md bg-surface-2 px-3.5 py-2.5 text-sm leading-relaxed text-text",children:[e.outputPartial,c.jsx("span",{className:"ml-1 inline-block size-1.5 animate-pulse rounded-full bg-voice align-middle"})]}):null]})}),c.jsxs("div",{className:"shrink-0 border-t border-border-soft bg-surface/80 px-4 pb-3 pt-3 backdrop-blur-xl",children:[k.data&&k.data.status!=="active"?c.jsx("p",{role:"alert",className:"mb-2 text-xs text-del",children:"The relay’s voice connection was lost. Action receipts below remain available. End this call and reconnect."}):null,c.jsxs("label",{className:"mb-2 flex items-center gap-2 text-xs text-muted",children:[c.jsx("input",{type:"checkbox",checked:i,onChange:F=>o(F.target.checked)}),"Hands-free: read drafts aloud"]}),k.error||k.data?.captureError?c.jsx("p",{role:"alert",className:"mb-2 text-xs text-del",children:k.data?.captureError??"Transcript saving could not be confirmed. Check call history when the connection returns."}):null,e.error?c.jsx("button",{type:"button",onClick:N?e.enableAudio:e.dismissError,className:"mb-2 block w-full rounded-xl bg-del/10 px-3 py-2 text-left text-xs leading-snug text-del",children:e.error}):null,c.jsxs("form",{onSubmit:B,className:"flex items-center gap-2",children:[c.jsx("input",{value:a,onChange:F=>l(F.target.value),disabled:!v,placeholder:v?"Type in this call…":U6(e.status,e.muted),"aria-label":"Message the orchestrator",className:"h-11 min-w-0 flex-1 rounded-xl border border-border bg-bg px-3 text-sm text-text outline-none placeholder:text-faint focus:border-voice/60 disabled:opacity-60"}),c.jsx("button",{type:"submit",disabled:!v||!a.trim(),"aria-label":"Send to orchestrator",className:"grid size-11 shrink-0 place-items-center rounded-xl bg-voice text-white active:opacity-80 disabled:bg-surface-2 disabled:text-faint",children:c.jsx(oD,{size:18})})]}),c.jsxs("div",{className:"mt-3 flex items-center justify-center gap-5",children:[c.jsx("button",{type:"button",onClick:e.toggleMute,disabled:e.status==="connecting","aria-label":e.muted?"Unmute microphone":"Mute microphone","aria-pressed":e.muted,className:fe("grid size-12 place-items-center rounded-full bg-surface-2 text-text active:opacity-75 disabled:text-faint",e.muted&&"bg-voice-soft text-voice"),children:e.muted?c.jsx($B,{size:20}):c.jsx(U9,{size:20})}),c.jsx("button",{type:"button",onClick:e.endCall,"aria-label":"End call",className:"grid size-12 place-items-center rounded-full bg-del text-white active:opacity-75",children:c.jsx(bw,{size:20})})]})]})]}):u?c.jsxs(c.Fragment,{children:[e.error?c.jsx("p",{role:"alert",className:"px-4 py-2 text-xs text-del",children:e.error}):null,c.jsx(HU,{selectedId:f,onSelect:h,onBack:()=>d(!1)})]}):c.jsx("div",{className:"min-h-0 flex-1 overflow-y-auto px-5 py-7",children:c.jsxs("div",{className:"mx-auto flex max-w-sm flex-col items-center text-center",children:[c.jsx("div",{className:"mb-5 grid size-16 place-items-center rounded-full bg-voice-soft text-voice",children:c.jsx(pr,{size:27})}),c.jsx("h3",{className:"text-xl font-semibold tracking-tight",children:b?"Call this workspace":"Call your fleet"}),c.jsx("p",{className:"mt-2 text-sm leading-relaxed text-muted",children:b?`Continue from “${b.chatTitle}” with its recent conversation already in context. You can discuss the task and confirm a prompt to send back to this chat.`:"Start a fresh conversation. Ask about your workspaces or recall a previous call, including one that dropped. Creating workspaces and sending prompts still require your confirmation."}),c.jsxs("div",{className:"mt-7 grid w-full grid-cols-2 gap-3 text-left",children:[c.jsxs("label",{className:"text-xs font-medium text-muted",children:["Voice",c.jsx("select",{value:e.preferences.voice,onChange:F=>e.setVoice(F.target.value),className:"mt-1.5 block h-11 w-full rounded-xl border border-border bg-surface-2 px-3 text-sm text-text [color-scheme:dark]",children:nh.map(F=>c.jsx("option",{value:F,children:$U(F)},F))})]}),c.jsxs("label",{className:"text-xs font-medium text-muted",children:["Language",c.jsx("select",{value:e.preferences.language,onChange:F=>e.setLanguage(F.target.value),className:"mt-1.5 block h-11 w-full rounded-xl border border-border bg-surface-2 px-3 text-sm text-text [color-scheme:dark]",children:UU.map(([F,S])=>c.jsx("option",{value:F,children:S},F))})]}),c.jsx(VU,{value:e.preferences.speed,onChange:e.setSpeed})]}),e.error?c.jsx("button",{type:"button",onClick:e.dismissError,className:"mt-4 block w-full rounded-xl bg-del/10 px-3 py-2 text-left text-xs leading-snug text-del",children:e.error}):null,c.jsxs("button",{type:"button",onClick:()=>{e.startCall()},disabled:!t,className:"mt-6 flex h-12 w-full items-center justify-center gap-2 rounded-xl bg-voice px-4 text-sm font-semibold text-white active:opacity-80 disabled:bg-surface-2 disabled:text-faint",children:[c.jsx(pr,{size:18}),t?b?"Start workspace call":"Start fleet call":"Relay offline"]}),c.jsxs("p",{className:"mt-3 text-[11px] leading-snug text-faint",children:[b?"AI-generated voice. Audio and this chat’s recent messages are sent to OpenAI for this live call.":"AI-generated voice. Microphone audio is sent to OpenAI for this live call."," ","Transcripts are saved on your Mac."]})]})})]})]}),document.body)}const Sm="conductor-remote-theme",qU={light:"#f5f6f8",dark:"#0a0b0e"};function QU(e){return e==="light"||e==="dark"||e==="system"?e:"system"}function b1(e){try{return QU((e??localStorage).getItem(Sm))}catch{return"system"}}function KU(e,t){return e==="system"?t?"dark":"light":e}function YU(){return typeof window<"u"&&window.matchMedia("(prefers-color-scheme: dark)").matches}function Mm(e,t=YU()){if(typeof document>"u")return;e==="system"?delete document.documentElement.dataset.theme:document.documentElement.dataset.theme=e;const a=KU(e,t);document.querySelector('meta[name="theme-color"]')?.setAttribute("content",qU[a])}function Nm(e,t){try{(t??localStorage).setItem(Sm,e)}catch{}Mm(e)}function WU(){if(typeof window>"u")return()=>{};const e=window.matchMedia("(prefers-color-scheme: dark)"),t=()=>Mm(b1(),e.matches);return e.addEventListener("change",t),t(),()=>e.removeEventListener("change",t)}function XU(e){return e.replaceAll("_"," ").replace(/\b\w/g,t=>t.toUpperCase())}function JU(e){return{free:"Free",go:"Go",plus:"Plus",pro:"Pro",prolite:"Pro Lite",max:"Max",team:"Team",business:"Business",enterprise:"Enterprise",edu:"Education",self_serve_business_usage_based:"Business",enterprise_cbp_usage_based:"Enterprise"}[e]??XU(e)}function e$(e,t=Date.now()){if(e===null)return"Reset time unavailable";const a=e-t;return a>0&&a<3600*1e3?`Resets in ${Math.max(1,Math.round(a/6e4))}m`:a>0&&a<1440*60*1e3?`Resets in ${Math.max(1,Math.round(a/36e5))}h`:`Resets ${new Date(e).toLocaleString([],{weekday:"short",month:"short",day:"numeric",hour:"2-digit",minute:"2-digit"})}`}function fx(e,t){return t==="average"?e.calls?e.totalTokens/e.calls:0:t==="largest"?e.largestCallTokens:e.totalTokens}function t$(e,t="all",a="total"){const l=new Map;let i=0;for(const u of e.providers)if(!(t!=="all"&&u.provider!==t)){i+=u.sessionCount;for(const d of u.tools){const f=l.get(d.name);if(!f){l.set(d.name,{...d});continue}f.calls+=d.calls,f.inputTokens+=d.inputTokens,f.outputTokens+=d.outputTokens,f.totalTokens+=d.totalTokens,f.largestCallTokens=Math.max(f.largestCallTokens,d.largestCallTokens)}}const o=[...l.values()].sort((u,d)=>fx(d,a)-fx(u,a)||(u.name??"").localeCompare(d.name??""));return{tools:o,sessionCount:i,calls:o.reduce((u,d)=>u+d.calls,0),totalTokens:o.reduce((u,d)=>u+d.totalTokens,0),inputTokens:o.reduce((u,d)=>u+d.inputTokens,0),outputTokens:o.reduce((u,d)=>u+d.outputTokens,0)}}function n$(e){if(!e)return{label:"Unmatched tool results",server:null};if(!e.startsWith("mcp__"))return{label:e,server:null};const t=e.slice(5).split("__");return t.length>1?{label:t.at(-1),server:t.slice(0,-1).join("__")}:{label:e,server:null}}const hx="h-9 min-w-0 rounded-lg border border-border-soft bg-surface px-2 text-xs text-text",$6=[["claude","Claude Code"],["codex","Codex"],["cursor","Cursor Agent"],["opencode","OpenCode"]];function jm({inputs:e,outputs:t,scale:a}){return c.jsxs("div",{role:"img","aria-label":`Inputs: approximately ${ea(e)} tokens; results: approximately ${ea(t)} tokens`,className:"flex h-1.5 overflow-hidden rounded-full bg-surface-2",children:[c.jsx("span",{className:"bg-context-tools/40",style:{width:`${e/Math.max(1,a)*100}%`}}),c.jsx("span",{className:"bg-context-tools",style:{width:`${t/Math.max(1,a)*100}%`}})]})}function a$({tool:e,total:t,sort:a}){const l=n$(e.name),i=fx(e,a);return c.jsxs("details",{className:"group border-t border-border-soft first:border-t-0",children:[c.jsxs("summary",{className:"cursor-pointer list-none px-3 py-3 [&::-webkit-details-marker]:hidden",children:[c.jsxs("div",{className:"flex items-start gap-2",children:[c.jsxs("div",{className:"min-w-0 flex-1",title:e.name??void 0,children:[c.jsx("div",{className:"break-words text-xs font-medium [overflow-wrap:anywhere]",children:l.label}),l.server?c.jsx("div",{className:"mt-0.5 break-all text-[11px] text-faint",children:l.server}):null]}),c.jsxs("span",{className:"shrink-0 text-xs font-medium tabular-nums",children:["≈",ea(Math.round(i))]}),c.jsx(O0,{size:14,className:"mt-0.5 shrink-0 text-faint transition-transform group-open:rotate-180"})]}),c.jsxs("div",{className:"mt-1 flex justify-between gap-2 text-[11px] tabular-nums text-muted",children:[c.jsxs("span",{children:[e.calls.toLocaleString()," ",e.name?e.calls===1?"call":"calls":"results"]}),c.jsx("span",{children:a==="average"?"tokens / call":a==="largest"?"largest call":`${Qu(e.totalTokens,t)} of tool tokens`})]}),a==="total"?c.jsx("div",{className:"mt-2",children:c.jsx(jm,{inputs:e.inputTokens,outputs:e.outputTokens,scale:t})}):null]}),c.jsx("dl",{className:"grid grid-cols-2 gap-x-4 gap-y-3 border-t border-border-soft bg-surface-2/50 px-3 py-3 text-xs",children:[["Total inputs",e.inputTokens],["Total results",e.outputTokens],["Average / call",e.calls?Math.round(e.totalTokens/e.calls):0],["Largest call",e.largestCallTokens]].map(([o,u])=>c.jsxs("div",{children:[c.jsx("dt",{className:"text-[11px] text-muted",children:o}),c.jsxs("dd",{className:"mt-0.5 font-medium tabular-nums",children:["≈",ea(u)," tokens"]})]},o))}),e.name?null:c.jsx("p",{className:"px-3 pb-3 text-[11px] text-muted",children:"These saved results have no matching tool call to identify them."})]})}function r$({data:e,provider:t="all"}){const[a,l]=A.useState("total"),[i,o]=A.useState(!1),u=t$(e,t,a);if(!u.tools.length)return c.jsxs("p",{className:"py-6 text-center text-xs text-muted",children:["No saved tool calls in this period",t==="all"?".":" for this provider."]});const d=i?u.tools:u.tools.slice(0,8);return c.jsxs("div",{className:"space-y-3",children:[c.jsxs("div",{children:[c.jsxs("div",{className:"flex items-baseline justify-between gap-2",children:[c.jsxs("span",{className:"text-sm font-semibold tabular-nums",children:["≈",ea(u.totalTokens)," tokens"]}),c.jsxs("span",{className:"text-[11px] tabular-nums text-muted",children:[u.calls.toLocaleString()," calls · ",u.sessionCount," ",u.sessionCount===1?"chat":"chats"]})]}),c.jsx("div",{className:"mt-2",children:c.jsx(jm,{inputs:u.inputTokens,outputs:u.outputTokens,scale:u.totalTokens})}),c.jsxs("div",{className:"mt-2 grid grid-cols-2 gap-3 text-[11px] text-muted",children:[c.jsxs("div",{children:[c.jsx("span",{className:"mr-1.5 inline-block size-2 rounded-full bg-context-tools/40"}),"Inputs ",c.jsxs("span",{className:"tabular-nums",children:["≈",ea(u.inputTokens)]})]}),c.jsxs("div",{children:[c.jsx("span",{className:"mr-1.5 inline-block size-2 rounded-full bg-context-tools"}),"Results ",c.jsxs("span",{className:"tabular-nums",children:["≈",ea(u.outputTokens)]})]})]})]}),c.jsxs("div",{className:"flex items-center justify-between gap-3",children:[c.jsx("label",{htmlFor:"tool-usage-sort",className:"text-xs text-muted",children:"Rank tools by"}),c.jsxs("select",{id:"tool-usage-sort",value:a,onChange:f=>l(f.target.value),className:hx,children:[c.jsx("option",{value:"total",children:"Total tokens"}),c.jsx("option",{value:"average",children:"Tokens per call"}),c.jsx("option",{value:"largest",children:"Largest call"})]})]}),c.jsx("div",{className:"overflow-hidden rounded-xl border border-border-soft",children:d.map(f=>c.jsx(a$,{tool:f,total:u.totalTokens,sort:a},f.name??"\0unknown"))}),u.tools.length>8?c.jsx("button",{type:"button",onClick:()=>o(!i),className:"min-h-9 w-full rounded-lg text-xs font-medium text-muted active:bg-surface-2",children:i?"Show fewer tools":`Show all ${u.tools.length} tools`}):null]})}function l$(){const[e,t]=A.useState("24h"),[a,l]=A.useState("all"),[i,o]=A.useState(!1),[u,d]=A.useState(),f=fj(e),h=Rn(),m=async()=>{if(!i){o(!0),d(void 0);try{const p=await we.toolUsage(e,!0);h.setQueryData(["tool-usage",e],p)}catch(p){d(p instanceof Error?p.message:"Could not refresh tool usage.")}finally{o(!1)}}};return c.jsxs("section",{"aria-labelledby":"tool-usage-heading",className:"space-y-3 border-t border-border-soft pt-4",children:[c.jsxs("div",{className:"flex items-center gap-2",children:[c.jsxs("div",{className:"min-w-0 flex-1",children:[c.jsx("h3",{id:"tool-usage-heading",className:"text-sm font-semibold",children:"Tool context"}),c.jsx("p",{className:"mt-0.5 text-[11px] text-muted",children:"Estimated input and result tokens across chats"})]}),c.jsx("button",{type:"button",onClick:()=>{m()},disabled:i||f.isFetching,"aria-label":"Refresh tool usage",className:"flex size-8 shrink-0 items-center justify-center rounded-full text-muted active:bg-surface-2 disabled:opacity-40",children:c.jsx($l,{size:14,className:i||f.isFetching?"animate-spin":void 0})})]}),c.jsxs("div",{className:"grid grid-cols-2 gap-2",children:[c.jsxs("select",{"aria-label":"Tool usage period",value:e,onChange:p=>{t(p.target.value),d(void 0)},className:hx,children:[c.jsx("option",{value:"24h",children:"Last 24 hours"}),c.jsx("option",{value:"7d",children:"Last 7 days"}),c.jsx("option",{value:"30d",children:"Last 30 days"})]}),c.jsxs("select",{"aria-label":"Tool usage provider",value:a,onChange:p=>l(p.target.value),className:hx,children:[c.jsx("option",{value:"all",children:"All providers"}),$6.map(([p,y])=>c.jsx("option",{value:p,children:y},p)),f.data?.providers.filter(p=>!$6.some(([y])=>y===p.provider)).map(p=>c.jsx("option",{value:p.provider,children:p.provider==="unknown"?"Unknown provider":p.provider},p.provider))]})]}),f.data?c.jsx(r$,{data:f.data,provider:a},`${e}:${a}`):f.isError?c.jsxs("div",{className:"space-y-2 py-4 text-center text-xs",children:[c.jsx("p",{className:"text-del",children:f.error instanceof Error?f.error.message:"Could not read tool usage."}),c.jsx("button",{type:"button",onClick:()=>{f.refetch()},className:"min-h-9 rounded-full border border-border px-3 font-medium",children:"Try again"})]}):c.jsxs("div",{role:"status",className:"flex items-center justify-center gap-2 py-8 text-xs text-muted",children:[c.jsx(fn,{size:14,className:"animate-spin"}),"Reading tool usage…"]}),u?c.jsx("p",{role:"alert",className:"text-xs text-del",children:u}):null,c.jsx("p",{className:"text-[11px] leading-relaxed text-faint",children:"Saved tool traffic, including archived chats. Each call and result is counted once; this is not billed usage or the current context size. Estimates exclude image tokens, tool definitions, and child-agent internals."}),f.data?c.jsxs("p",{className:"text-[11px] text-faint",children:["Through ",new Date(f.data.until).toLocaleTimeString([],{hour:"2-digit",minute:"2-digit"})," · cached for one minute"]}):null]})}function i$({window:e}){const t=Math.round(e.usedPercent);return c.jsxs("div",{children:[c.jsxs("div",{className:"mb-1 flex items-baseline gap-2 text-xs",children:[c.jsxs("span",{className:"min-w-0 flex-1 truncate text-muted",children:[e.active?c.jsx("span",{className:"mr-1.5 inline-block size-1.5 rounded-full bg-working"}):null,e.label]}),c.jsxs("span",{className:"font-medium tabular-nums text-text",children:[t,"%"]})]}),c.jsx("div",{role:"progressbar","aria-label":`${e.label}: ${t}% used`,"aria-valuemin":0,"aria-valuemax":100,"aria-valuenow":t,className:"h-1.5 overflow-hidden rounded-full bg-surface",children:c.jsx("div",{className:fe("h-full rounded-full transition-[width]",t>=95?"bg-del":t>=80?"bg-working":"bg-accent"),style:{width:`${e.usedPercent}%`}})}),c.jsx("div",{className:"mt-1 text-[11px] text-faint",children:e$(e.resetsAt)})]})}const s$=[{provider:"claude",label:"Claude Code"},{provider:"codex",label:"Codex"},{provider:"cursor",label:"Cursor Agent"},{provider:"opencode",label:"OpenCode"}];function _m(e){return e==="claude"||e==="codex"?e:null}function o$({usage:e,defaultEffort:t,defaultsLoading:a=!1,savingDefault:l=!1,onDefaultEffortChange:i}){const o=_m(e.provider),u=t&&!$r.some(f=>f===t)?t:null,d=e.buckets.filter(f=>f.label!=="GPT-5.3-Codex-Spark"||f.windows.some(h=>h.usedPercent!==0));return c.jsxs("section",{className:"rounded-2xl border border-border bg-surface-2 p-3.5",children:[c.jsxs("div",{className:fe("flex items-center gap-2",(o||d.length)&&"mb-3"),children:[c.jsx(Kr,{agentType:e.provider,model:null,className:"size-5"}),c.jsx("h3",{className:"min-w-0 flex-1 truncate text-sm font-semibold",children:e.label}),e.plan?c.jsx("span",{className:"pill shrink-0 text-[11px]",children:JU(e.plan)}):null]}),o?c.jsxs("label",{className:"mb-3 flex items-center justify-between gap-3 rounded-xl border border-border-soft bg-surface px-3 py-2",children:[c.jsxs("span",{className:"min-w-0",children:[c.jsx("span",{className:"block text-xs font-medium",children:"Default effort"}),c.jsx("span",{className:"block text-[11px] text-faint",children:"New chats"})]}),c.jsxs("span",{className:"relative shrink-0",children:[c.jsxs("select",{"aria-label":`${e.label} default effort`,value:t??"",disabled:a||l||!i,onChange:f=>i?.(f.target.value),className:"h-8 min-w-28 appearance-none rounded-lg border border-border bg-surface-2 py-1 pl-2.5 pr-7 text-xs text-text outline-none disabled:opacity-50",children:[c.jsx("option",{value:"",disabled:!0,children:a?"Reading…":"Choose effort"}),u?c.jsx("option",{value:u,children:u}):null,$r.map(f=>c.jsx("option",{value:f,children:hs[f]},f))]}),c.jsx("span",{className:"pointer-events-none absolute inset-y-0 right-2 flex items-center text-faint",children:l?c.jsx($l,{size:12,className:"animate-spin"}):c.jsx(O0,{size:12})})]})]}):null,d.length?c.jsx("div",{className:"space-y-4",children:d.map(f=>c.jsxs("div",{className:"space-y-3",children:[d.length>1||f.label!==e.label?c.jsx("div",{className:"text-xs font-medium text-muted",children:f.label}):null,f.windows.map(h=>c.jsx(i$,{window:h},h.id))]},f.id))}):e.status==="error"&&o?c.jsx("p",{className:"text-xs text-del",children:e.message??"Could not read plan usage."}):null]})}function c$(e){return new Date(e).toLocaleTimeString([],{hour:"2-digit",minute:"2-digit"})}function u$({onClose:e}){const t=dj(!0),a=s7(),l=Rn(),[i,o]=A.useState(!1),[u,d]=A.useState(),[f,h]=A.useState(),[m,p]=A.useState(),y=s$.map(C=>t.data?.providers.find(k=>k.provider===C.provider)??{...C,status:"unavailable",plan:null,buckets:[]}),b=async()=>{if(!i){o(!0),d(void 0);try{const C=await we.planUsage(!0);l.setQueryData(["plan-usage"],C)}catch(C){d(C instanceof Error?C.message:"Could not refresh plan usage.")}finally{o(!1)}}},v=async(C,k)=>{if(f)return;h(C),p(void 0);const B=a.data;B&&l.setQueryData(["model-defaults"],{defaultEfforts:{...B.defaultEfforts,[C]:k}});try{const N=await we.patchModelDefaults({[C]:k});l.setQueryData(["model-defaults"],N)}catch(N){B&&l.setQueryData(["model-defaults"],B),p(N instanceof Error?N.message:"Could not save the default effort.")}finally{h(void 0)}};return G0.createPortal(c.jsxs(c.Fragment,{children:[c.jsx("div",{className:"fixed inset-0 z-50 bg-black/60",onClick:e,"aria-hidden":!0}),c.jsxs("div",{role:"dialog","aria-modal":"true","aria-label":"Models",className:"fade-in pb-safe fixed inset-x-0 bottom-0 z-50 mx-auto flex max-h-[85dvh] max-w-md flex-col rounded-t-3xl border border-border-soft bg-surface shadow-xl md:inset-0 md:m-auto md:h-fit md:rounded-3xl",children:[c.jsxs("div",{className:"flex shrink-0 items-center gap-2 border-b border-border-soft px-4 py-3",children:[c.jsxs("div",{className:"min-w-0 flex-1",children:[c.jsx("h2",{className:"text-base font-semibold",children:"Models"}),c.jsx("p",{className:"truncate text-xs text-muted",children:"Defaults and plan usage"})]}),c.jsx("button",{type:"button",onClick:()=>{b()},disabled:i||!t.data&&t.isLoading,"aria-label":"Refresh plan usage",className:"flex size-8 shrink-0 items-center justify-center rounded-full text-muted active:bg-surface-2 disabled:opacity-40",children:c.jsx($l,{size:17,className:i?"animate-spin":void 0})}),c.jsx("button",{type:"button",onClick:e,"aria-label":"Close",className:"flex size-8 shrink-0 items-center justify-center rounded-full text-muted active:bg-surface-2",children:c.jsx(hn,{size:18})})]}),c.jsxs("div",{className:"min-h-0 flex-1 space-y-3 overflow-y-auto overscroll-contain p-4",children:[y.map(C=>{const k=_m(C.provider);return c.jsx(o$,{usage:C,defaultEffort:k?a.data?.defaultEfforts[k]:void 0,defaultsLoading:a.isLoading||f!==void 0,savingDefault:f===k,onDefaultEffortChange:k?B=>{v(k,B)}:void 0},C.provider)}),t.isLoading&&!t.data?c.jsx("p",{className:"text-center text-xs text-faint",children:"Reading plan usage…"}):t.isError&&!t.data?c.jsx(sn,{children:t.error?.message??"Could not read plan usage."}):null,u?c.jsx("p",{className:"text-xs text-del",children:u}):null,m?c.jsx("p",{className:"text-xs text-del",children:m}):null,a.isError?c.jsx("p",{className:"text-xs text-del",children:a.error?.message??"Could not read model defaults."}):null,c.jsx(l$,{})]}),t.data?c.jsxs("div",{className:"shrink-0 border-t border-border-soft px-4 py-2.5 text-[11px] text-faint",children:["Plan usage updated ",c$(t.data.fetchedAt)," · cached for one minute"]}):null]})]}),document.body)}function Pl(e){return e.mode==="all"?"All repos":e.repos.length?e.repos.length===1?e.repos[0]:`${e.repos.length} repos`:"No repos"}function Tm({repos:e,selected:t,onChange:a}){const l=e.filter(d=>$u(t,d.name)).length,i=t.mode==="all"||e.length>0&&l===e.length,o=!i&&l>0,u=d=>{a(rM(e.map(f=>f.name),t,d))};return c.jsxs(c.Fragment,{children:[c.jsx(Z6,{checked:i,indeterminate:o,disabled:e.length===0,label:"All repos",className:"sticky top-0 z-[1] mb-0.5 border-b border-border-soft bg-inherit",onChange:()=>a(i?aM():Qr)}),e.map(d=>c.jsx(Z6,{checked:$u(t,d.name),label:d.name,icon:c.jsx(fs,{icon:d.icon,name:d.name,artwork:"inset"}),onChange:()=>u(d.name)},d.name))]})}function Z6({checked:e,indeterminate:t=!1,disabled:a=!1,label:l,icon:i,className:o,onChange:u}){const d=A.useRef(null);return A.useEffect(()=>{d.current&&(d.current.indeterminate=t)},[t]),c.jsxs("label",{className:fe("flex min-w-0 items-center gap-2 px-2 py-0.5 text-left text-sm text-text",a?"cursor-default opacity-50":"cursor-pointer active:bg-surface",o),children:[c.jsx("input",{ref:d,type:"checkbox",checked:e,disabled:a,"aria-checked":t?"mixed":e,onChange:u,className:"peer sr-only"}),i??c.jsx("span",{className:"size-8 shrink-0"}),c.jsx("span",{className:"min-w-0 flex-1 truncate",children:l}),c.jsx("span",{className:fe("flex size-4 shrink-0 items-center justify-center rounded border peer-focus-visible:outline-2 peer-focus-visible:outline-offset-2 peer-focus-visible:outline-accent",e||t?"border-accent bg-accent text-on-solid":"border-faint bg-surface"),children:t?c.jsx(WB,{size:12,strokeWidth:3,"aria-hidden":!0}):e?c.jsx(b0,{size:12,strokeWidth:3,"aria-hidden":!0}):null})]})}function x$({commands:e,grouped:t,apple:a,onRun:l}){if(!e.length)return null;const i=t?d$(e):[{label:"Actions",commands:e}];return c.jsx("div",{className:"flex flex-col gap-2 pb-2",children:i.map(o=>c.jsxs("section",{"aria-label":o.label,children:[c.jsx(zm,{children:o.label}),c.jsx("div",{role:"menu","aria-label":o.label,className:"flex flex-col",children:o.commands.map(u=>c.jsx(f$,{command:u,apple:a,breadcrumb:!t,onRun:l},u.id))})]},o.label))})}function zm({children:e}){return c.jsx("h3",{className:"px-2.5 pb-1 text-[11px] font-semibold uppercase tracking-wide text-faint",children:e})}function d$(e){const t=new Map;for(const a of e){const l=a.group??"Actions",i=t.get(l);i?i.push(a):t.set(l,[a])}return[...t].map(([a,l])=>({label:a,commands:l}))}function f$({command:e,apple:t,breadcrumb:a,onRun:l}){const i=e.icon,o=e.checked!==void 0;return c.jsxs("button",{type:"button",...o?{role:"menuitemcheckbox","aria-checked":!!e.checked}:{role:"menuitem"},"data-palette-row":"",onClick:()=>l(e),className:"flex w-full items-center gap-3 rounded-xl px-2.5 py-2 text-left text-sm text-text focus-visible:bg-surface-2 focus-visible:outline-none active:bg-surface-2",children:[i?c.jsx(i,{size:16,className:"shrink-0 text-muted","aria-hidden":!0}):c.jsx("span",{className:"size-4 shrink-0","aria-hidden":!0}),c.jsxs("span",{className:"min-w-0 flex-1 truncate",children:[a&&e.group?c.jsxs("span",{className:"text-muted",children:[e.group," › "]}):null,e.label,e.detail?c.jsx("span",{className:"ml-2 text-xs text-faint",children:e.detail}):null]}),e.shortcut?c.jsx(h$,{parts:XN(e.shortcut,t)}):null,o?c.jsx(p$,{checked:!!e.checked}):null]})}function h$({parts:e}){return c.jsx("span",{className:"hidden shrink-0 items-center gap-0.5 md:flex",children:e.map(t=>c.jsx("kbd",{className:"min-w-5 rounded border border-border bg-surface-2 px-1 py-0.5 text-center font-sans text-[11px] text-muted",children:t},t))})}function p$({checked:e}){return c.jsx("span",{"aria-hidden":!0,className:fe("flex size-4 shrink-0 items-center justify-center rounded border",e?"border-accent bg-accent text-on-solid":"border-faint bg-surface"),children:e?c.jsx(b0,{size:12,strokeWidth:3}):null})}function m$(e,t=[],a=!0){const l=e.trim();return Wt({queryKey:["search",l,t,a],queryFn:()=>we.search(l,t,a),enabled:l.length>=2,staleTime:3e4,placeholderData:ey})}function g$({query:e,repoSelection:t,includeArchived:a,live:l,selectedId:i,onOpen:o}){const u=DN(e.trim(),250),d=Xx(t),f=t.mode==="selected"&&d.length===0,{data:h,isError:m,error:p,isFetching:y}=m$(f?"":u,d,a),b=A.useMemo(()=>X9(e),[e]),v=A.useMemo(()=>{const k=new Map;if(b.length)for(const B of l){if(t.mode==="selected"&&!(B.repo_name&&$u(t,B.repo_name)))continue;const N=[J0(B),B.branch,B.repo_name,B.directory_name,B.session_title].filter(Boolean).join(" ").toLowerCase();b.every(F=>N.includes(F))&&k.set(B.id,{workspace:B,archived:!1,sessionId:null,snippets:[],hits:0})}for(const B of f?[]:h?.results??[]){if(!a&&B.workspace.archived)continue;const N=k.get(B.workspace.id);if(N){N.sessionId=B.sessionId,N.snippets=B.snippets,N.hits=B.hits;continue}k.set(B.workspace.id,{workspace:B.workspace,archived:B.workspace.archived,sessionId:B.sessionId,snippets:B.snippets,hits:B.hits})}return[...k.values()]},[l,h,b,t,f,a]),C=h?.index;return c.jsxs(c.Fragment,{children:[C&&!C.ready?c.jsxs("p",{className:"px-1 pb-2 text-xs text-faint",children:["Indexing chats… ",Math.round(C.progress*100),"% — older conversations aren’t searchable yet."]}):null,C?.error?c.jsxs("p",{className:"px-1 pb-2 text-xs text-del",children:["Chat index unavailable (",C.error,") — searching names only."]}):null,m?c.jsxs("p",{className:"px-1 pb-2 text-xs text-del",children:["Chat search unavailable (",p?.message,") — showing name matches only."]}):null,v.length===0?y||u!==e.trim()?c.jsx(Wn,{}):m?null:c.jsx(sn,{children:f?"No repos selected.":`Nothing matches “${e.trim()}”${d.length?` in ${Pl(t)}`:""}.`}):c.jsx("ul",{className:"flex flex-col gap-2 pb-2",children:v.map(k=>c.jsx("li",{className:"fade-in",children:c.jsx(y$,{row:k,tokens:b,selected:k.workspace.id===i,onOpen:o})},k.workspace.id))})]})}const E$="card w-full flex-col items-stretch gap-0";function y$({row:e,tokens:t,selected:a,onOpen:l}){const i=e.workspace,o=i.directory_name?.toLowerCase(),u=`${J0(i)} ${i.branch??""} ${i.repo_name??""}`.toLowerCase(),d=!!o&&t.some(h=>o.includes(h)&&!u.includes(h)),f=c.jsxs(c.Fragment,{children:[c.jsxs("div",{className:"flex items-start gap-3",children:[c.jsx(fs,{icon:i.icon,name:i.repo_name||J0(i),artwork:"inset"}),c.jsxs("div",{className:"min-w-0 flex-1 overflow-hidden",children:[c.jsxs("div",{className:"flex items-center gap-2",children:[c.jsx("span",{className:"min-w-0 flex-1 truncate font-medium text-text",children:J0(i)}),e.archived?c.jsx("span",{className:"shrink-0 rounded-md bg-surface-2 px-1.5 py-0.5 text-[10px] font-semibold uppercase tracking-wide text-faint",children:"Archived"}):null]}),c.jsxs("div",{className:"mt-1 flex min-w-0 items-center gap-2 text-xs text-muted",children:[i.repo_name?c.jsx("span",{className:"shrink-0 font-mono text-faint",children:i.repo_name}):null,i.branch?c.jsx(_4,{className:"min-w-0 flex-1 truncate",children:i.branch}):null,d?c.jsxs(_4,{className:"shrink-0 text-faint",children:["dir ",i.directory_name]}):null,c.jsx("span",{className:"ml-auto shrink-0 pl-2 text-[11px] text-faint",children:Zh(i.updated_at)})]})]})]}),e.snippets.length?c.jsxs("div",{className:"mt-2 flex flex-col gap-1.5 border-l-2 border-border-soft pl-2.5",children:[e.snippets.map(h=>c.jsx(v$,{snippet:h},`${h.sessionId}:${h.at}:${h.text.slice(0,24)}`)),e.hits>e.snippets.length?c.jsxs("span",{className:"text-[11px] text-faint",children:["+",e.hits-e.snippets.length," more messages"]}):null]}):null]});return c.jsx("button",{type:"button","data-palette-row":"",className:fe(E$,a&&"border-accent/50 bg-surface-2"),onClick:()=>l(i.id,e.sessionId),children:f})}const b$={user:"you",assistant:"agent",thinking:"thought"};function v$({snippet:e}){return c.jsxs("p",{className:"line-clamp-2 text-left text-xs leading-snug text-muted",children:[c.jsx("span",{className:`mr-1.5 text-[10px] uppercase tracking-wide ${e.role==="thinking"?"text-faint italic":"text-faint"}`,children:b$[e.role]}),_N(e.text).map((t,a)=>t.hit?c.jsx("mark",{className:"rounded bg-accent/25 px-0.5 text-text",children:t.text},a):c.jsx("span",{children:t.text},a))]})}function C$({live:e,selectedId:t,onOpen:a,onClose:l}){const[i,o]=A.useState(""),[u,d]=A.useState(Qr),[f,h]=A.useState(!0),[m,p]=A.useState(!1),y=A.useRef(null),b=A.useRef(null),v=Wh().data?.repos??[],C=ZN(),k=A.useMemo(()=>Yh(),[]),B=v.map(G=>({name:G.name,icon:G.icon}));for(const G of e)G.repo_name&&!B.some(Z=>Z.name===G.repo_name)&&B.push({name:G.repo_name,icon:G.icon});A.useEffect(()=>y.current?.focus(),[]),A.useEffect(()=>{const G=Z=>{Z.key==="Escape"&&(m?p(!1):l())};return window.addEventListener("keydown",G),()=>window.removeEventListener("keydown",G)},[l,m]);const N=Xx(u),F=u.mode==="selected",{commandsOnly:S,query:M}=qN(i),D=!M.trim(),j=A.useMemo(()=>KN(C,M),[C,M]),O=D||S?j:j.slice(0,k$),P=G=>{l(),G.run()},T=G=>{if(G.nativeEvent.isComposing)return;const Z=y.current,ne=[...b.current?.querySelectorAll("[data-palette-row]")??[]],W=document.activeElement,Q=W instanceof HTMLElement?ne.indexOf(W):-1;if(G.key==="ArrowDown"||G.key==="ArrowUp"){if(!ne.length)return;G.preventDefault(),G.key==="ArrowDown"?ne[Q<0?0:Math.min(Q+1,ne.length-1)]?.focus():Q<=0?Z?.focus():ne[Q-1]?.focus();return}if(G.key==="Enter"&&W===Z&&M.trim()){const I=ne[0];if(!I)return;G.preventDefault(),I.click();return}Q>=0&&Z&&G.key.length===1&&!G.metaKey&&!G.ctrlKey&&!G.altKey&&(G.preventDefault(),o(I=>I+G.key),Z.focus())};return G0.createPortal(c.jsxs(c.Fragment,{children:[c.jsx("div",{className:"fixed inset-0 z-50 bg-black/50",onClick:l,"aria-hidden":!0}),c.jsxs("div",{ref:b,role:"dialog","aria-modal":"true","aria-label":"Search chats and actions",onKeyDown:T,className:"app-height fade-in pt-safe fixed inset-x-0 top-0 z-50 flex flex-col bg-bg md:inset-x-auto md:left-1/2 md:top-16 md:max-h-[70vh] md:w-[36rem] md:max-w-[92vw] md:-translate-x-1/2 md:rounded-2xl md:border md:border-border md:shadow-2xl",children:[c.jsxs("div",{className:"relative flex items-center gap-2 border-b border-border-soft px-3 py-2.5",children:[c.jsxs("div",{className:"relative min-w-0 flex-1",children:[c.jsx(Px,{size:15,className:"pointer-events-none absolute left-3 top-1/2 -translate-y-1/2 text-faint"}),c.jsx("input",{ref:y,type:"text",inputMode:"search",enterKeyHint:"search",autoCapitalize:"none",autoCorrect:"off",spellCheck:!1,value:i,onChange:G=>o(G.target.value),placeholder:"Search chats and actions","aria-label":"Search chats and actions",className:"w-full rounded-xl border border-border bg-surface py-2 pl-8 pr-9 text-sm text-text placeholder:text-faint focus:border-accent/50 focus:outline-none"}),i?c.jsx("button",{type:"button",onClick:()=>{o(""),y.current?.focus()},"aria-label":"Clear search",className:"absolute right-1 top-1/2 flex size-7 -translate-y-1/2 items-center justify-center rounded-full text-muted active:bg-surface-2",children:c.jsx(hn,{size:15})}):null]}),c.jsx("button",{type:"button",onClick:()=>h(G=>!G),"aria-label":"Include archived workspaces","aria-pressed":f,title:f?"Search archived workspaces":"Archived workspaces excluded",className:fe("flex size-9 shrink-0 items-center justify-center rounded-full active:bg-surface-2",f?"border border-accent/50 bg-accent/10 text-text":"text-muted"),children:f?c.jsx(Mx,{size:18}):c.jsx(Tv,{size:18})}),c.jsxs("button",{type:"button",onClick:()=>p(G=>!G),"aria-label":F?`Repo filter: ${Pl(u)}`:"Filter by repo","aria-haspopup":"menu","aria-expanded":m,className:fe("flex h-9 shrink-0 items-center justify-center gap-1 rounded-full text-sm active:bg-surface-2",F?"max-w-36 border border-accent/50 bg-accent/10 px-2.5 text-text":"size-9 text-muted"),children:[c.jsx(gA,{size:F?14:18,className:"shrink-0"}),F?c.jsxs(c.Fragment,{children:[c.jsx("span",{className:"min-w-0 truncate",children:Pl(u)}),c.jsx(O0,{size:14,className:fe("shrink-0 text-faint transition-transform",m&&"rotate-180")})]}):null]}),c.jsx("button",{type:"button",onClick:l,"aria-label":"Close search",className:"-mr-1 flex size-9 shrink-0 items-center justify-center rounded-full text-muted active:bg-surface-2",children:c.jsx(hn,{size:20})}),m?c.jsxs(c.Fragment,{children:[c.jsx("div",{className:"fixed inset-0 z-10",onClick:()=>p(!1),"aria-hidden":!0}),c.jsx("div",{role:"menu","aria-label":"Repos to search",className:"fade-in absolute right-3 top-full z-20 mt-1 flex max-h-72 w-64 flex-col overflow-y-auto rounded-2xl border border-border bg-surface py-1 shadow-xl",children:c.jsx(Tm,{repos:B,selected:u,onChange:d})})]}):null]}),c.jsxs("div",{className:"pb-safe min-h-0 flex-1 overflow-y-auto overflow-x-hidden px-3 py-3",children:[c.jsx(x$,{commands:O,grouped:D||S,apple:k,onRun:P}),S?O.length?null:c.jsxs(sn,{children:["No action matches “",M,"”. Drop the “>” to search chats too."]}):D?c.jsxs("p",{className:"px-2.5 pt-3 text-xs leading-relaxed text-faint",children:[F?N.length?`Workspaces and chats in ${Pl(u)}`:"No repos selected":"Every workspace on this Mac",f?", archived included":", excluding archived"," — by name, or by something said in the chat. Quote a “phrase” to require it word for word; start with “>” for actions alone."]}):c.jsxs(c.Fragment,{children:[O.length?c.jsx(zm,{children:"Workspaces and chats"}):null,c.jsx(g$,{query:M,repoSelection:u,includeArchived:f,live:e,selectedId:t,onOpen:a})]})]})]})]}),document.body)}const k$=8,A$=[{label:"1h",seconds:3600},{label:"4h",seconds:4*3600,className:"hidden min-[400px]:block"},{label:"10h",seconds:10*3600}];function ku(e){if(!e)return"until you turn it off";const t=new Date(e),a=t.toDateString()===new Date().toDateString(),l=t.toLocaleTimeString([],{hour:"2-digit",minute:"2-digit"});return a?`until ${l}`:`until ${t.toLocaleDateString([],{weekday:"short"})} ${l}`}function B$(){const[e,t]=A.useState(null),[a,l]=A.useState(!1),[i,o]=A.useState(null),[u,d]=A.useState(!1),[f,h]=A.useState(!1),[m,p]=A.useState(""),[y,b]=A.useState(null),[v,C]=A.useState("idle"),[k,B]=A.useState(null),N=A.useCallback(async()=>{try{t(await we.settings()),o(null)}catch(T){o(T instanceof Error?T.message:String(T))}},[]);A.useEffect(()=>{N()},[N]);const F=async T=>{l(!0),o(null);try{return await T(),await N(),!0}catch(G){return o(G instanceof Error?G.message:String(G)),!1}finally{l(!1)}},S=async T=>{l(!0),o(null);try{const G=await we.restartConductor(T);B(G.ms??0),C("idle"),await N()}catch(G){G instanceof E0&&G.status===409&&C("agents"),o(G instanceof Error?G.message:String(G))}finally{l(!1)}},M=async T=>{T.preventDefault();const G=YF(m);if(G===null){b("Use a duration like 80h, 90m, or a number of seconds.");return}if(G<1){b("Choose a duration longer than zero.");return}const Z=e?.nosleep.maxSeconds??168*3600;if(G>Z){b(`Choose a duration up to ${Math.round(Z/3600)}h.`);return}b(null),d(!1),await F(()=>we.armNoSleep(G))&&h(!1)},D=e?.nosleep,j=e?.screenLocked===!0,O=e?.wifi.known??[],P=e?.settings.fallbackSsids[0]??"";return c.jsxs("div",{className:"flex w-full shrink-0 flex-col gap-2.5 rounded-xl border border-border bg-surface-2 px-3 py-2.5",children:[c.jsxs("div",{className:"flex items-center justify-between gap-3",children:[c.jsxs("div",{className:"flex min-w-0 items-center gap-2 text-sm",children:[c.jsx(Gx,{size:16,className:fe("shrink-0",D?.armed?"text-accent":"text-muted")}),c.jsx("span",{children:"Keep the Mac awake"})]}),D?.armed?c.jsx("button",{type:"button",disabled:a,onClick:()=>{F(async()=>{const T=await we.disarmNoSleep();d(T.willSleep===!0)})},className:"shrink-0 rounded-lg border border-border px-2.5 py-1 text-xs active:bg-surface disabled:opacity-50",children:"Let it sleep"}):c.jsxs("div",{className:"flex shrink-0 gap-1",children:[A$.map(T=>c.jsx("button",{type:"button",disabled:a||!D?.available,onClick:()=>{F(()=>(h(!1),b(null),d(!1),we.armNoSleep(T.seconds)))},className:fe("rounded-lg border border-border px-2.5 py-1 text-xs active:bg-surface disabled:opacity-40",T.className),children:T.label},T.seconds)),c.jsx("button",{type:"button",disabled:a||!D?.available,"aria-label":"Choose a custom keep-awake duration","aria-expanded":f,onClick:()=>{b(null),h(T=>!T)},className:fe("grid size-[30px] place-items-center rounded-lg border border-border active:bg-surface disabled:opacity-40",f&&"bg-surface text-accent"),children:c.jsx(P9,{size:14})})]})]}),!D?.armed&&f?c.jsxs("form",{onSubmit:M,className:"fade-in flex items-center justify-end gap-1.5",children:[c.jsx("label",{htmlFor:"awake-duration",className:"text-xs text-muted",children:"Keep awake for"}),c.jsx("input",{id:"awake-duration",type:"text",required:!0,value:m,disabled:a,placeholder:"e.g. 80h",autoCapitalize:"none",autoCorrect:"off",onChange:T=>{p(T.target.value),b(null)},className:"h-[30px] w-[6.5rem] rounded-lg border border-border bg-surface px-2 text-xs text-text disabled:opacity-40"}),c.jsx("button",{type:"submit",disabled:a||!m.trim(),className:"h-[30px] rounded-lg bg-accent px-2.5 text-xs font-medium text-on-solid active:opacity-80 disabled:opacity-40",children:a?"Setting…":"Set"})]}):null,y?c.jsx("p",{className:"text-right text-xs text-del",children:y}):null,c.jsx("p",{className:"text-xs text-muted",children:e?D?.available?D.armed?D.preventsScreenLock?j?`Awake ${ku(D.until)}, lid closed. It blocks the idle screen lock from starting; it can’t lift one already up.`:`Awake ${ku(D.until)}, lid closed. The idle screen lock is off; anyone at the Mac can use it.`:`Awake ${ku(D.until)}, lid closed. Sends park if macOS locks.`:u?"The lid is shut, so the Mac is going to sleep now — this app will be unreachable until you wake it.":"Stops system sleep. Screen-lock behavior follows the Mac CLI configuration.":"Run `conductor-remote nosleep setup` on the Mac to install or refresh the helper.":"Checking…"}),j?c.jsxs("p",{className:"text-xs text-del",children:["The Mac is locked right now, so writes park until it’s unlocked. ",c.jsx(xa,{})]}):null,c.jsxs("div",{className:"border-t border-border pt-2.5",children:[c.jsxs("div",{className:"flex items-center justify-between gap-3",children:[c.jsxs("div",{className:"flex min-w-0 items-center gap-2 text-sm",children:[c.jsx(K9,{size:16,className:fe("shrink-0",e?.settings.autoRejoin?"text-accent":"text-muted")}),c.jsx("span",{children:"Fallback network"})]}),P?c.jsx("button",{type:"button",disabled:a,onClick:()=>{F(()=>we.patchSettings({fallbackSsids:[],autoRejoin:!1}))},className:"shrink-0 rounded-lg border border-border px-2.5 py-1 text-xs active:bg-surface disabled:opacity-50",children:"Turn off"}):null]}),P?c.jsxs("p",{className:"mt-1 text-xs text-muted",children:["Auto-joins ",c.jsx("span",{className:"text-fg",children:P})," when the primary network drops."]}):c.jsx(w$,{known:O,hotspots:e?.wifi.likelyHotspots??[],busy:a,onPick:T=>{F(()=>we.patchSettings({fallbackSsids:[T],autoRejoin:!0}))}}),e?.wifi.autoJoinHotspot==="Never"?c.jsx("p",{className:"mt-1 text-xs text-faint",children:"Auto-join Hotspot is off on this Mac (System Settings ▸ Wi-Fi). Your hotspot has to be on and broadcasting before the Mac can join it."}):null]}),c.jsxs("div",{className:"border-t border-border pt-2.5",children:[c.jsxs("div",{className:"flex items-center justify-between gap-3",children:[c.jsxs("div",{className:"flex min-w-0 items-center gap-2 text-sm",children:[c.jsx(Lx,{size:16,className:"shrink-0 text-muted"}),c.jsx("span",{children:"Restart Conductor"})]}),v==="idle"?c.jsx("button",{type:"button",disabled:a,onClick:()=>{B(null),o(null),C("confirm")},className:"shrink-0 rounded-lg border border-border px-2.5 py-1 text-xs active:bg-surface disabled:opacity-50",children:"Restart"}):null]}),k!==null?c.jsxs("p",{className:"mt-1 text-xs text-muted",children:["Quit and reopened in ",(k/1e3).toFixed(1),"s. Send a prompt to check an agent answers."]}):null,v!=="idle"?c.jsxs("div",{className:"fade-in mt-2 rounded-xl border border-del/40 bg-del/10 px-3 py-2.5 text-left",children:[c.jsx("p",{className:"text-sm font-medium",children:v==="agents"?"Agents are still working":"Restart Conductor?"}),c.jsx("p",{className:"mt-1 text-xs text-muted",children:v==="agents"?"Restarting ends their turns. Everything they have already written stays in the chat.":"The app closes and opens again, which takes about ten seconds. Anything mid-turn stops."}),c.jsxs("div",{className:"mt-2.5 flex gap-2",children:[c.jsx("button",{type:"button",onClick:()=>{C("idle"),o(null)},className:"flex-1 rounded-lg border border-border bg-surface-2 px-3 py-2 text-sm active:bg-surface",children:"Cancel"}),c.jsx("button",{type:"button",disabled:a,onClick:()=>{S(v==="agents")},className:"flex-1 rounded-lg bg-del px-3 py-2 text-sm font-semibold text-on-solid active:opacity-80 disabled:opacity-50",children:a?"Restarting…":v==="agents"?"Stop agents and restart":"Restart"})]})]}):null]}),i?c.jsxs("p",{className:"text-xs text-del",children:[i," ",Er(i)?c.jsx(xa,{}):null]}):null]})}function w$({known:e,hotspots:t,busy:a,onPick:l}){const[i,o]=A.useState("");if(e.length===0)return c.jsx("p",{className:"mt-1 text-xs text-muted",children:"No saved Wi-Fi networks to offer."});const u=new Set(t),d=i.trim().toLowerCase(),f=e.filter(p=>!d||p.toLowerCase().includes(d)),h=f.find(p=>u.has(p)),m=(h?[h,...f.filter(p=>p!==h)]:f).slice(0,6);return c.jsxs(c.Fragment,{children:[c.jsx("p",{className:"mt-1 text-xs text-muted",children:"Turn your hotspot on before you leave, and the Mac can move to it if the office Wi-Fi drops."}),c.jsx("input",{type:"search",value:i,disabled:a,onChange:p=>o(p.target.value),placeholder:`Search ${e.length} saved networks`,className:"mt-2 w-full rounded-lg border border-border bg-surface px-2 py-1.5 text-xs disabled:opacity-40"}),c.jsxs("div",{className:"mt-1.5 flex flex-col gap-1",children:[m.map(p=>c.jsxs("button",{type:"button",disabled:a,onClick:()=>l(p),className:"flex items-center justify-between gap-2 rounded-lg border border-border px-2.5 py-1.5 text-left text-xs active:bg-surface disabled:opacity-50",children:[c.jsx("span",{className:"truncate",children:p}),u.has(p)?c.jsx("span",{className:"shrink-0 text-faint",children:"likely hotspot"}):null]},p)),m.length===0?c.jsxs("p",{className:"text-xs text-faint",children:["Nothing matches “",i,"”."]}):null]}),!d&&e.length>m.length?c.jsxs("p",{className:"mt-1 text-xs text-faint",children:["Most recently joined. Search to reach the other ",e.length-m.length,"."]}):null]})}function D$(){const e=yN(),t=e.permission==="denied",a=e.support!=="ok"||e.relayDisabled,l=e.relayDisabled?"Turned off on the relay (PUSH_NOTIFY=off).":e.support==="needs-install"?"Add this to your Home Screen first — iOS only allows notifications for installed apps.":e.support==="insecure"?"Needs a secure connection — open the app on its https:// Tailscale URL.":e.support==="unsupported"?"This browser can’t receive push notifications.":t?"Blocked for this app — allow notifications in your device settings, then come back.":e.enabled?`On for this device${e.devices>1?` · ${e.devices} devices subscribed`:""}.`:"Get a ping when an agent finishes its turn or hits an error.";return c.jsxs("div",{className:"w-full shrink-0 rounded-xl border border-border bg-surface-2 px-3 py-2.5",children:[c.jsxs("div",{className:"flex items-center justify-between gap-3",children:[c.jsxs("div",{className:"flex min-w-0 items-center gap-2 text-sm",children:[c.jsx(R9,{size:16,className:fe("shrink-0",e.enabled?"text-accent":"text-muted")}),c.jsx("span",{children:"Notifications"})]}),c.jsx("button",{type:"button",role:"switch","aria-checked":e.enabled,"aria-label":"Notifications on this device",disabled:a||t||e.busy,onClick:()=>{e.enabled?e.disable():e.enable()},className:fe("relative h-6 w-11 shrink-0 rounded-full transition-colors",e.enabled?"bg-accent":"border border-border bg-surface",(a||t||e.busy)&&"opacity-40"),children:c.jsx("span",{className:fe("absolute left-0.5 top-0.5 size-5 rounded-full bg-white transition-transform",e.enabled?"translate-x-5":"translate-x-0")})})]}),c.jsx("p",{className:"mt-1 text-xs text-muted",children:l}),e.error?c.jsx("p",{className:"mt-1 text-xs text-del",children:e.error}):null,e.enabled?c.jsx("button",{type:"button",onClick:()=>{e.test()},disabled:e.busy,className:"mt-1.5 text-xs text-muted underline-offset-2 hover:underline disabled:opacity-50",children:"Send a test notification"}):null]})}const gs=new Uint8Array(512),px=new Uint8Array(256);let Xi=1;for(let e=0;e<255;e++)gs[e]=Xi,px[Xi]=e,Xi<<=1,Xi&256&&(Xi^=285);for(let e=255;e<512;e++)gs[e]=gs[e-255];function Rm(e,t){return e===0||t===0?0:gs[px[e]+px[t]]}function F$(e){let t=[1];for(let a=0;a<e;a++){const l=new Array(t.length+1).fill(0);for(let i=0;i<t.length;i++)l[i]^=t[i],l[i+1]^=Rm(t[i],gs[a]);t=l}return t}function S$(e,t){const a=F$(t),l=new Array(t).fill(0);for(const i of e){const o=i^l[0];if(l.shift(),l.push(0),o!==0)for(let u=0;u<t;u++)l[u]^=Rm(a[u+1],o)}return l}const Hd={1:{align:[],ec:10,groups:[[1,16]]},2:{align:[6,18],ec:16,groups:[[1,28]]},3:{align:[6,22],ec:26,groups:[[1,44]]},4:{align:[6,26],ec:18,groups:[[2,32]]},5:{align:[6,30],ec:24,groups:[[2,43]]},6:{align:[6,34],ec:16,groups:[[4,27]]},7:{align:[6,22,38],ec:18,groups:[[4,31]]},8:{align:[6,24,42],ec:22,groups:[[2,38],[2,39]]},9:{align:[6,26,46],ec:22,groups:[[3,36],[2,37]]},10:{align:[6,28,50],ec:26,groups:[[4,43],[1,44]]}};function q6(e){return Hd[e].groups.reduce((t,[a,l])=>t+a*l,0)}function Q6(e){return e<=9?8:16}function Ji(e,t,a){for(let l=a-1;l>=0;l--)e.push(t>>l&1)}function M$(e){const t=Array.from(new TextEncoder().encode(e));let a=0;for(let v=1;v<=10;v++)if(4+Q6(v)+8*t.length<=q6(v)*8){a=v;break}if(a===0)throw new Error(`data too long for a v1–10 QR (${t.length} bytes)`);const l=q6(a)*8,i=[];Ji(i,4,4),Ji(i,t.length,Q6(a));for(const v of t)Ji(i,v,8);for(let v=0,C=Math.min(4,l-i.length);v<C;v++)i.push(0);for(;i.length%8!==0;)i.push(0);const o=[236,17];for(let v=0;i.length<l;v++)Ji(i,o[v%2],8);const u=[];for(let v=0;v<i.length;v+=8){let C=0;for(let k=0;k<8;k++)C=C<<1|i[v+k];u.push(C)}const{ec:d,groups:f}=Hd[a],h=[];let m=0;for(const[v,C]of f)for(let k=0;k<v;k++){const B=u.slice(m,m+C);m+=C,h.push({data:B,ec:S$(B,d)})}const p=[],y=Math.max(...h.map(v=>v.data.length));for(let v=0;v<y;v++)for(const C of h)v<C.data.length&&p.push(C.data[v]);for(let v=0;v<d;v++)for(const C of h)p.push(C.ec[v]);const b=[];for(const v of p)Ji(b,v,8);return{version:a,bits:b}}function N$(e,t){const a=e*4+17,l=Array.from({length:a},()=>new Array(a).fill(!1)),i=Array.from({length:a},()=>new Array(a).fill(!1)),o=(p,y)=>{for(let b=-1;b<=7;b++)for(let v=-1;v<=7;v++){const C=p+b,k=y+v;if(C<0||C>=a||k<0||k>=a)continue;const B=b>=0&&b<=6&&(v===0||v===6)||v>=0&&v<=6&&(b===0||b===6),N=b>=2&&b<=4&&v>=2&&v<=4;l[C][k]=B||N,i[C][k]=!0}};o(0,0),o(0,a-7),o(a-7,0);for(let p=8;p<a-8;p++){const y=p%2===0;i[6][p]||(l[6][p]=y,i[6][p]=!0),i[p][6]||(l[p][6]=y,i[p][6]=!0)}const u=Hd[e].align;for(let p=0;p<u.length;p++)for(let y=0;y<u.length;y++){if(p===0&&y===0||p===0&&y===u.length-1||p===u.length-1&&y===0)continue;const v=u[p],C=u[y];for(let k=-2;k<=2;k++)for(let B=-2;B<=2;B++)l[v+k][C+B]=Math.max(Math.abs(k),Math.abs(B))!==1,i[v+k][C+B]=!0}for(let p=0;p<=8;p++)p!==6&&(i[8][p]=!0,i[p][8]=!0);for(let p=0;p<8;p++)i[8][a-1-p]=!0,i[a-1-p][8]=!0;if(i[a-8][8]=!0,e>=7)for(let p=0;p<18;p++){const y=a-11+p%3,b=Math.floor(p/3);i[b][y]=!0,i[y][b]=!0}let d=0,f=!0;for(let p=a-1;p>0;p-=2){p===6&&p--;for(let y=0;y<a;y++){const b=f?a-1-y:y;for(let v=0;v<2;v++){const C=p-v;i[b][C]||(l[b][C]=d<t.length?t[d]===1:!1,d++)}}f=!f}e>=7&&T$(l,e,a);let h=null,m=Number.POSITIVE_INFINITY;for(let p=0;p<8;p++){const y=l.map(v=>v.slice());for(let v=0;v<a;v++)for(let C=0;C<a;C++)!i[v][C]&&j$(p,v,C)&&(y[v][C]=!y[v][C]);_$(y,p,a);const b=z$(y);b<m&&(m=b,h=y)}return h}function j$(e,t,a){switch(e){case 0:return(t+a)%2===0;case 1:return t%2===0;case 2:return a%3===0;case 3:return(t+a)%3===0;case 4:return(Math.floor(t/2)+Math.floor(a/3))%2===0;case 5:return t*a%2+t*a%3===0;case 6:return(t*a%2+t*a%3)%2===0;default:return((t+a)%2+t*a%3)%2===0}}function _$(e,t,a){const l=0|t;let i=l;for(let d=0;d<10;d++)i=i<<1^(i>>9&1?1335:0);const o=((l<<10|i&1023)^21522)&32767,u=d=>(o>>d&1)===1;for(let d=0;d<=5;d++)e[d][8]=u(d);e[7][8]=u(6),e[8][8]=u(7),e[8][7]=u(8);for(let d=9;d<15;d++)e[8][14-d]=u(d);for(let d=0;d<8;d++)e[8][a-1-d]=u(d);for(let d=8;d<15;d++)e[a-15+d][8]=u(d);e[a-8][8]=!0}function T$(e,t,a){let l=t;for(let o=0;o<12;o++)l=l<<1^(l>>11&1?7973:0);const i=t<<12|l&4095;for(let o=0;o<18;o++){const u=(i>>o&1)===1,d=a-11+o%3,f=Math.floor(o/3);e[f][d]=u,e[d][f]=u}}function z$(e){const t=e.length;let a=0;const l=f=>{let h=f(0),m=1;for(let p=1;p<t;p++)f(p)===h?m++:(m>=5&&(a+=m-2),h=f(p),m=1);m>=5&&(a+=m-2)};for(let f=0;f<t;f++)l(h=>e[f][h]);for(let f=0;f<t;f++)l(h=>e[h][f]);for(let f=0;f<t-1;f++)for(let h=0;h<t-1;h++){const m=e[f][h];m===e[f][h+1]&&m===e[f+1][h]&&m===e[f+1][h+1]&&(a+=3)}const i=[!0,!1,!0,!0,!0,!1,!0,!1,!1,!1,!1],o=[!1,!1,!1,!1,!0,!1,!0,!0,!0,!1,!0],u=(f,h,m)=>{for(let p=0;p<11;p++)if(f(h+p)!==m[p])return!1;return!0};for(let f=0;f<t;f++)for(let h=0;h<=t-11;h++)(u(m=>e[f][m],h,i)||u(m=>e[f][m],h,o))&&(a+=40);for(let f=0;f<t;f++)for(let h=0;h<=t-11;h++)(u(m=>e[m][f],h,i)||u(m=>e[m][f],h,o))&&(a+=40);let d=0;for(let f=0;f<t;f++)for(let h=0;h<t;h++)e[f][h]&&d++;return a+=Math.floor(Math.abs(d/(t*t)*100-50)/5)*10,a}function R$(e){const{version:t,bits:a}=M$(e);return N$(t,a)}function O$({text:e,size:t=220,className:a}){const l=R$(e),i=l.length,o=4,u=i+o*2;let d="";for(let f=0;f<i;f++)for(let h=0;h<i;h++)l[f][h]&&(d+=`M${h+o} ${f+o}h1v1h-1z`);return c.jsxs("svg",{width:t,height:t,viewBox:`0 0 ${u} ${u}`,shapeRendering:"crispEdges",className:a,role:"img","aria-label":"QR code",children:[c.jsx("title",{children:"QR code"}),c.jsx("rect",{width:u,height:u,fill:"#fff"}),c.jsx("path",{d,fill:"#000"})]})}const L$=[["system","System"],["light","Light"],["dark","Dark"]];function P$(){const[e,t]=A.useState(b1),a=Ee(o=>o.view.showDiffs),l=Ee(o=>o.setView),i=o=>{t(o),Nm(o)};return c.jsxs("div",{className:"w-full shrink-0 rounded-xl border border-border bg-surface-2 px-3 py-2.5",children:[c.jsxs("fieldset",{className:"flex w-full items-center justify-between gap-3 border-0 p-0",children:[c.jsx("legend",{className:"sr-only",children:"Theme"}),c.jsxs("div",{className:"flex min-w-0 items-center gap-2 text-sm",children:[c.jsx(Q9,{size:16,className:"shrink-0 text-muted"}),c.jsx("span",{children:"Theme"})]}),c.jsx("div",{className:"flex shrink-0 rounded-lg border border-border bg-surface p-0.5",children:L$.map(([o,u])=>c.jsx("button",{type:"button","aria-pressed":e===o,onClick:()=>i(o),className:fe("rounded-md px-2 py-1 text-xs transition focus-visible:outline-2 focus-visible:outline-accent",e===o?"bg-accent-soft text-accent":"text-muted active:bg-surface-2"),children:u},o))})]}),c.jsxs("div",{className:"mt-2.5 flex items-center justify-between gap-3 border-t border-border pt-2.5",children:[c.jsxs("div",{className:"flex min-w-0 items-center gap-2 text-sm",children:[c.jsx(B1,{size:16,className:"shrink-0 text-muted"}),c.jsx("span",{children:"Sidebar diffs"})]}),c.jsx("button",{type:"button",role:"switch","aria-checked":a,"aria-label":"Show line changes in workspace rows",onClick:()=>l({showDiffs:!a}),className:fe("relative h-6 w-11 shrink-0 rounded-full transition-colors",a?"bg-accent":"border border-border bg-surface"),children:c.jsx("span",{className:fe("absolute left-0.5 top-0.5 size-5 rounded-full bg-white transition-transform",a?"translate-x-5":"translate-x-0")})})]}),c.jsx("p",{className:"mt-1 text-xs text-muted",children:"Show line additions and deletions in workspace rows."})]})}function H$({version:e,onLogs:t,onClose:a}){const l=Ee(y=>y.token),i=Ee(y=>y.setToken),[o,u]=A.useState(!1),[d,f]=A.useState(!1),h=l?`${location.origin}/#token=${l}`:location.origin,m=!!e&&e!=="1.131.6",p=async()=>{try{await navigator.clipboard.writeText(h),u(!0),setTimeout(()=>u(!1),1500)}catch{}};return G0.createPortal(c.jsxs(c.Fragment,{children:[c.jsx("div",{className:"fixed inset-0 z-50 bg-black/60",onClick:a,"aria-hidden":!0}),c.jsxs("div",{role:"dialog","aria-modal":"true","aria-label":"Connect a device",className:"fade-in pb-safe fixed inset-x-0 bottom-0 z-50 mx-auto flex max-h-[85dvh] max-w-sm flex-col items-center gap-4 rounded-t-3xl border border-border-soft bg-surface p-5 shadow-xl md:inset-0 md:m-auto md:h-fit md:rounded-3xl",children:[c.jsxs("div",{className:"flex w-full shrink-0 items-center justify-between",children:[c.jsx("h2",{className:"text-base font-semibold",children:"Connect a device"}),c.jsxs("div",{className:"flex shrink-0 items-center gap-1",children:[c.jsx("button",{type:"button",onClick:()=>f(y=>!y),"aria-label":"Disconnect","aria-expanded":d,title:"Disconnect",className:fe("flex size-8 items-center justify-center rounded-full active:bg-surface-2",d?"bg-del/15 text-del":"text-del/80"),children:c.jsx(FB,{size:17})}),c.jsx("button",{type:"button",onClick:a,"aria-label":"Close",className:"flex size-8 items-center justify-center rounded-full text-muted active:bg-surface-2",children:c.jsx(hn,{size:18})})]})]}),d?c.jsxs("div",{className:"fade-in w-full shrink-0 rounded-xl border border-del/40 bg-del/10 px-3 py-2.5 text-left",children:[c.jsx("p",{className:"text-sm font-medium",children:"Disconnect this device?"}),c.jsx("p",{className:"mt-1 text-xs text-muted",children:"This forgets your access token. To get back in you’ll need the link or QR from the Mac running the relay — this screen can’t show it to you again."}),c.jsxs("div",{className:"mt-2.5 flex gap-2",children:[c.jsx("button",{type:"button",onClick:()=>f(!1),className:"flex-1 rounded-lg border border-border bg-surface-2 px-3 py-2 text-sm active:bg-surface",children:"Cancel"}),c.jsx("button",{type:"button",onClick:()=>i(null),className:"flex-1 rounded-lg bg-del px-3 py-2 text-sm font-semibold text-on-solid active:opacity-80",children:"Disconnect"})]})]}):null,c.jsxs("div",{className:"flex w-full min-h-0 flex-1 flex-col items-center gap-4 overflow-y-auto overscroll-contain",children:[c.jsx("p",{className:"text-center text-sm text-muted",children:"Scan on another phone, or re-add this to your home screen. The link carries your access token."}),c.jsx("div",{className:"shrink-0 rounded-2xl bg-white p-3",children:c.jsx(O$,{text:h,size:216})}),c.jsxs("button",{type:"button",onClick:p,className:"flex w-full shrink-0 items-center justify-center gap-2 rounded-xl border border-border bg-surface-2 px-3 py-2.5 text-sm active:bg-surface",children:[o?c.jsx(b0,{size:16}):c.jsx(Cs,{size:16}),o?"Copied":"Copy link"]}),c.jsx(P$,{}),c.jsx(D$,{}),c.jsx(B$,{}),c.jsxs("div",{className:"flex w-full items-center justify-between text-xs text-faint",children:[c.jsxs("span",{className:"font-mono",children:["relay ",e?c.jsx(K6,{version:e}):"v?"," · ",c.jsxs("span",{className:m?"text-working":void 0,children:["app ",c.jsx(K6,{version:"1.131.6"})]}),m?" · update pending":""]}),c.jsx("button",{type:"button",onClick:t,className:"shrink-0 text-muted underline-offset-2 hover:underline",children:"Logs"})]})]})]})]}),document.body)}function K6({version:e}){return e==="0.0.0-development"?c.jsxs(c.Fragment,{children:["v",e]}):c.jsxs("a",{href:`https://github.com/hyldmo/conductor-remote/releases/tag/v${encodeURIComponent(e)}`,target:"_blank",rel:"noopener noreferrer",title:`Release notes for v${e}`,className:"rounded-sm underline underline-offset-2 hover:text-accent focus-visible:outline-2 focus-visible:outline-accent",children:["v",e]})}function G$(){const e=Ql();A.useEffect(()=>{let l=!0,i=!1,o=!1,u=!1,d=null;const f=C=>{const k=HS(C,Ee.getState().focusedDraft);Ee.getState().applySyncedPrefs(k.state),k.needsUpload&&m(!1)},h=async(C,k=!1)=>{if(!l)return;if(i){o||=C,u||=k;return}i=!0;const B=s4();try{const N=C?await we.patchPrefs(zS(),k):await we.prefs();if(!l)return;e(!0),f(N.prefs),s4()!==B&&m(!1)}catch(N){if(!l)return;N instanceof E0&&N.status===404||e(!1,N)}finally{if(i=!1,l&&o){const N=u;o=!1,u=!1,h(!0,N)}}};function m(C,k=!1){d&&clearTimeout(d),d=null,C?h(!0,k):d=setTimeout(()=>{h(!0)},700)}const p=GS(C=>m(C)),y=setInterval(()=>{h(!1)},15e3),b=()=>{document.visibilityState==="hidden"?m(!0,!0):h(!1)},v=()=>m(!0);return document.addEventListener("visibilitychange",b),window.addEventListener("online",v),h(!0),()=>{l=!1,d&&clearTimeout(d),clearInterval(y),p(),document.removeEventListener("visibilitychange",b),window.removeEventListener("online",v)}},[e])}function I$(e,t){return Wt({queryKey:["logs",e],queryFn:()=>we.logs(e),enabled:t,refetchInterval:3e3,retry:!1})}const V$={info:"text-muted",warn:"text-working",error:"text-del"};function fr(e){return String(e).padStart(2,"0")}function U$(e){if(e==null)return"·";const t=new Date(e);return`${fr(t.getHours())}:${fr(t.getMinutes())}:${fr(t.getSeconds())}`}function Y6(e){if(e==null)return" ";const t=new Date(e);return`${t.getFullYear()}-${fr(t.getMonth()+1)}-${fr(t.getDate())} ${fr(t.getHours())}:${fr(t.getMinutes())}:${fr(t.getSeconds())}`}function $$(e){return e<1024?`${e} B`:e<1024*1024?`${Math.round(e/1024)} KB`:`${(e/1024/1024).toFixed(1)} MB`}function W6(e){const t=Math.max(0,Math.round(e/1e3));if(t<90)return`${t}s ago`;const a=Math.round(t/60);if(a<60)return`${a}m ago`;const l=Math.round(a/60);return l<48?`${l}h ago`:`${Math.round(l/24)}d ago`}function Z$({onClose:e}){const[t,a]=A.useState(null),[l,i]=A.useState(!1),[o,u]=A.useState(null),{data:d,isLoading:f,isError:h,error:m}=I$(t,!0),p=A.useRef(null),y=A.useRef(!0),b=A.useMemo(()=>(d?.entries??[]).filter(k=>!l||k.level!=="info"),[d,l]);A.useEffect(()=>{const k=p.current;k&&y.current&&b.length&&(k.scrollTop=k.scrollHeight)},[b]);const v=async()=>{const k=`# conductor-remote ${t??"live"} log · app v1.131.6 · copied ${Y6(Date.now())}`,B=b.map(N=>`${Y6(N.t)} ${N.level==="info"?"":N.level.toUpperCase()} ${N.text}`);try{await navigator.clipboard.writeText([k,...B].join(`
|
|
66
66
|
`)),u("ok")}catch{u("failed")}setTimeout(()=>u(null),2e3)},C=[{key:null,label:"Live",hint:d?`since ${W6(d.now-d.startedAt)}`:void 0},...(d?.files??[]).map(k=>({key:k.name,label:k.name,hint:$$(k.size)}))];return G0.createPortal(c.jsxs(c.Fragment,{children:[c.jsx("div",{className:"fixed inset-0 z-50 bg-black/60",onClick:e,"aria-hidden":!0}),c.jsxs("div",{role:"dialog","aria-modal":"true","aria-label":"Relay logs",className:"fade-in pt-safe pb-safe fixed inset-0 z-50 mx-auto flex flex-col bg-bg md:inset-6 md:rounded-3xl md:border md:border-border-soft",children:[c.jsxs("div",{className:"flex items-center justify-between gap-2 border-b border-border-soft px-4 py-3",children:[c.jsxs("div",{className:"min-w-0",children:[c.jsx("h2",{className:"text-base font-semibold",children:"Relay logs"}),c.jsx("p",{className:"truncate text-xs text-muted",children:d?`${b.length} line${b.length===1?"":"s"} · relay started ${W6(d.now-d.startedAt)}`:"Loading…"})]}),c.jsx("button",{type:"button",onClick:e,"aria-label":"Close",className:"flex size-8 shrink-0 items-center justify-center rounded-full text-muted active:bg-surface-2",children:c.jsx(hn,{size:18})})]}),c.jsx("div",{className:"flex gap-1.5 overflow-x-auto border-b border-border-soft px-3 py-2",children:C.map(k=>c.jsxs("button",{type:"button",onClick:()=>{y.current=!0,a(k.key)},className:fe("pill shrink-0 whitespace-nowrap",k.key===t&&"pill-active"),children:[k.label,k.hint?c.jsx("span",{className:"ml-1.5 text-[11px] text-faint",children:k.hint}):null]},k.key??"live"))}),t&&d&&!d.managed?c.jsx("p",{className:"border-b border-border-soft bg-working/10 px-4 py-2 text-xs text-working",children:"This file belongs to the installed daemon — this relay isn’t the one writing it. Its own output is under Live."}):null,c.jsx("div",{ref:p,onScroll:k=>{const B=k.currentTarget;y.current=B.scrollHeight-B.scrollTop-B.clientHeight<40},className:"min-h-0 flex-1 overflow-y-auto px-3 py-2 font-mono text-[11px] leading-relaxed",children:f&&!d?c.jsx(Wn,{label:"Reading logs…"}):h?c.jsx(sn,{children:m?.message}):b.length===0?c.jsx(sn,{children:l?"No warnings or errors logged.":"Nothing logged yet — the relay has been quiet."}):b.map((k,B)=>c.jsxs("div",{className:"flex gap-2 whitespace-pre-wrap break-words py-px",children:[c.jsx("span",{className:"shrink-0 text-faint",children:U$(k.t)}),c.jsx("span",{className:fe("min-w-0 flex-1",V$[k.level]),children:k.text})]},B))}),c.jsxs("div",{className:"flex items-center gap-2 border-t border-border-soft px-3 py-2.5",children:[c.jsx("button",{type:"button",onClick:()=>i(k=>!k),className:fe("pill shrink-0",l&&"pill-active"),children:"Problems only"}),c.jsxs("button",{type:"button",onClick:v,className:"ml-auto flex items-center justify-center gap-2 rounded-xl border border-border bg-surface-2 px-4 py-2.5 text-sm active:bg-surface",children:[o==="ok"?c.jsx(b0,{size:16}):c.jsx(Cs,{size:16}),o==="ok"?"Copied":o==="failed"?"Copy blocked — select by hand":"Copy"]})]})]})]}),document.body)}function q$(e,t){return[...e].sort((a,l)=>{const i=+!!l.pinned_at-+!!a.pinned_at;if(i)return i;if(t==="name")return J0(a).localeCompare(J0(l));const o=t==="created"?a.created_at:a.updated_at,u=t==="created"?l.created_at:l.updated_at,d=s0(u)-s0(o);return Number.isFinite(d)?d:u.localeCompare(o)})}function Q$(e,t){return t==="status"?D1(e):t==="recent"?HN(e.updated_at):e.repo_name??""}function K$(e,t){if(t==="none")return[{key:"all",label:"",items:e}];const a=new Map;for(const l of e){const i=Q$(l,t),o=a.get(i);o?o.push(l):a.set(i,[l])}return t==="status"?[...S4,...[...a.keys()].filter(i=>!S4.includes(i))].filter(i=>a.has(i)).map(i=>({key:`status:${i}`,label:h1(i),status:i,items:a.get(i)??[]})):t==="recent"?LN.filter(l=>a.has(l)).map(l=>({key:`recent:${l}`,label:PN(l),items:a.get(l)??[]})):[...a.keys()].sort((l,i)=>l.localeCompare(i)).map(l=>({key:`repo:${l}`,label:l||"No repo",items:a.get(l)??[]}))}function Y$(e){return e.online?e.repoStatus==="loading"?"Loading repositories…":e.repoStatus==="error"?"Couldn’t load repositories.":e.repoStatus==="empty"?"No Conductor repositories are available.":e.repoStatus==="required"?"Choose a repository to continue.":e.uploading?"Wait for attachments to finish uploading.":e.attachmentError?"Remove failed attachments to continue.":e.workflowMode?e.hasInitialPrompt?e.workflowLoading?"Loading Workflow roles…":e.workflowReady?null:e.workflowProblem??"Workflow roles are unavailable.":"Describe what the workflow should accomplish.":null:"Reconnect to the relay to continue."}const Om="conductor-remote-send-immediately",Lm="conductor-remote-new-workspace-auto",W$={};function X$(){try{return localStorage.getItem(Om)!=="off"}catch{return!0}}function J$(e){try{localStorage.setItem(Om,e?"on":"off")}catch{}}function eZ(){try{const e=localStorage.getItem(Lm);return e===null?void 0:e==="on"}catch{return}}function tZ(e){try{localStorage.setItem(Lm,e?"on":"off")}catch{}}function nZ(e){e&&we.discardStagedAttachment(e).catch(()=>{})}function aZ({onClose:e}){const t=Wh(),{data:a}=t,l=S1(),i=i7(),o=s7(),{roles:u,planningRole:d,problem:f,ready:h}=c7(),m=Ee(Ce=>Ce.lastNewWorkspaceRepo),p=Ee(Ce=>Ce.setLastNewWorkspaceRepo),[y,b]=A.useState(m),v=Ee(Ce=>Ce.drafts[T0]??""),C=Ee(Ce=>Ce.draftAttachments[T0]??ym),k=A.useMemo(()=>C.filter(Ce=>!!Ce.stageId),[C]),B=Ee(Ce=>Ce.setDraft),N=Ee(Ce=>Ce.addDraftAttachment),F=Ee(Ce=>Ce.removeDraftAttachment),S=Ee(Ce=>Ce.clearDraftContent),M=Ee(Ce=>Ce.workflowClientId),D=Ee(Ce=>Ce.finishWorkflowAttempt),j=Ee(Ce=>Ce.setFocusedDraft),O=Ce=>B(T0,Ce),P=Ee(Ce=>Ce.agentDrafts[T0])??W$,[T,G]=A.useState(!1),[Z,ne]=A.useState(eZ),W=!T&&(P.auto??Z??i.data?.config.defaultAuto??!1),[Q,I]=A.useState(!1),[U,te]=A.useState(!1),[oe,_]=A.useState(X$),[L,K]=A.useState(!1),[R,X]=A.useState(null),ye=Xr(),ue=Rn(),Be=Eh(),Ie=Ee(Ce=>Ce.online),De=bm({draftKey:T0,ready:k,enabled:Ie,upload:async(Ce,it)=>(await we.stageAttachment(it)).attachment,accept:N,removeReady:F,discard:Ce=>nZ(Ce.stageId)}),We=De.cancelPending;A.useEffect(()=>()=>{Ee.getState().focusedDraft===T0&&j(null),Iu()},[j]);const Je=a?.repos??[],xt=Je.find(Ce=>Ce.name===y);A.useEffect(()=>{Je.length&&!Je.some(Ce=>Ce.name===y)&&b(Je[0].name)},[y,Je]);const Dt=De.uploading,me=De.hasError,nt=!!v.trim()||k.length>0,Xe=l.data?.groups.flatMap(Ce=>Ce.models)??[],lt=l.data?.defaultModel,pt=xt?"selected":t.isLoading?"loading":t.isError?"error":Je.length===0?"empty":"required",dt=Y$({online:Ie,repoStatus:pt,uploading:Dt,attachmentError:me,workflowMode:T,hasInitialPrompt:nt,workflowReady:h,workflowLoading:u.isLoading,workflowProblem:f}),nn=L||dt!==null,yt=P.model??lt??null,ve=T?d?.model??"Planning role":yt,ot=ud(null,yt),ft=xd(null,yt),On=dd(null,yt),se=Tj(yt,o.data?.defaultEfforts),le=T?d?.effort:P.effort??se,he=Object.keys(P).length>0,Se=A.useCallback(Ce=>Ee.getState().stageAgent(T0,Ce),[]),be=Ce=>{ne(Ce),tZ(Ce),Se({auto:Ce})};A.useEffect(()=>{T||!ot&&P.plan!==void 0&&Se({plan:void 0})},[T,ot,P.plan,Se]),A.useEffect(()=>{!ft&&P.effort!==void 0&&Se({effort:void 0}),!On&&P.fast!==void 0&&Se({fast:void 0})},[P.effort,P.fast,ft,On,Se]);const et=A.useCallback(()=>{We(),e()},[We,e]),an=async()=>{const Ce=v.trim();if(!nn){K(!0),X(null);try{if(T){const Rt=[...k.map(Zt=>Zt.token),Ce].filter(Boolean).join(`
|
|
67
67
|
`),Ke={kind:"new_workspace",repo:y,sendImmediately:oe},Dn="workflow:new-workspace",bt=M(Dn,dh(Rt,Ke)),Nn=await Be({clientId:bt,objective:Rt,target:Ke});S(T0),D(Dn,bt),e(),Nn.workflow.workspaceId&&ye(`/w/${Nn.workflow.workspaceId}`);return}const it=await we.createWorkspace({repo:y,prompt:Ce,sendImmediately:oe,attachmentIds:k.flatMap(Rt=>Rt.stageId?[Rt.stageId]:[]),...W?{auto:!0}:{...P,auto:!1}});if(!it.ok||!it.workspaceId){X(it.error??"could not create the workspace");return}await ue.invalidateQueries({queryKey:["state"]}),S(T0),Ee.getState().clearAgentDraft(T0,P),e(),ye(`/w/${it.workspaceId}`)}catch(it){X(it instanceof Error?it.message:"could not create the workspace")}finally{K(!1)}}};return A.useEffect(()=>{const Ce=it=>{it.key==="Escape"&&(Q?I(!1):U?te(!1):et())};return window.addEventListener("keydown",Ce),()=>window.removeEventListener("keydown",Ce)},[et,U,Q]),G0.createPortal(c.jsxs("div",{className:"fixed inset-0 z-50 flex flex-col bg-bg",children:[c.jsxs("header",{className:"pt-safe flex items-center gap-2 border-b border-border-soft px-3 pb-2.5",children:[c.jsx("span",{className:"flex-1 text-[15px] font-semibold",children:"New workspace"}),c.jsx("button",{type:"button",onClick:et,"aria-label":"Close",className:"-mr-1 flex size-9 shrink-0 items-center justify-center rounded-full text-muted active:bg-surface-2",children:c.jsx(hn,{size:20})})]}),c.jsxs("div",{className:fe("flex min-h-0 flex-1 flex-col gap-3 p-3",U?"overflow-visible":"overflow-y-auto"),children:[c.jsxs("div",{className:"relative",children:[c.jsxs("button",{type:"button",onClick:()=>I(Ce=>!Ce),"aria-haspopup":"menu","aria-expanded":Q,className:"flex w-full items-center gap-3 rounded-2xl border border-border bg-surface px-3 py-2.5 text-left transition active:bg-surface-2",children:[xt?c.jsx(fs,{icon:xt.icon,name:xt.name,artwork:"inset"}):null,c.jsx("span",{className:"min-w-0 flex-1 truncate text-[15px] font-medium",children:xt?.name??"Choose a repo"}),c.jsx(O0,{size:18,className:fe("shrink-0 text-muted transition",Q&&"rotate-180")})]}),Q?c.jsx("ul",{className:"absolute inset-x-0 top-full z-10 mt-1 max-h-72 overflow-y-auto rounded-2xl border border-border bg-surface py-1 shadow-xl",children:Je.map(Ce=>c.jsx("li",{children:c.jsxs("button",{type:"button",onClick:()=>{b(Ce.name),p(Ce.name),I(!1)},className:"flex w-full items-center gap-3 px-3 py-2 text-left active:bg-surface-2",children:[c.jsx(fs,{icon:Ce.icon,name:Ce.name,artwork:"inset"}),c.jsx("span",{className:"min-w-0 flex-1 truncate text-[15px]",children:Ce.name}),Ce.name===y?c.jsx(b0,{size:16,className:"shrink-0 text-accent"}):null]})},Ce.name))}):null]}),c.jsxs("fieldset",{"aria-label":"First message",...De.dropTargetProps,className:fe("relative m-0 min-w-0 rounded-2xl border border-border bg-surface p-2 has-[textarea:focus]:border-accent/60",De.dragging&&"border-accent bg-accent-soft"),children:[c.jsx(vm,{uploads:De}),c.jsx("textarea",{value:v,onChange:Ce=>O(Ce.target.value),onFocus:()=>j(T0),onBlur:()=>{Ee.getState().focusedDraft===T0&&j(null),Iu()},placeholder:T?"What should the workflow accomplish?":"What should the agent do? (optional)",rows:6,autoFocus:!0,className:"block w-full resize-none bg-transparent px-2 py-1 text-base outline-none placeholder:text-faint",onPaste:De.onPaste,onKeyDown:Ce=>{mm(Ce)&&(Ce.preventDefault(),an())}}),c.jsxs("div",{className:"mt-1 flex items-start gap-1 px-1",children:[c.jsx(Em,{auto:W,onAutoChange:T?void 0:be,model:ve??"Model",providerModel:T?d?.model??null:ve,agentType:T&&d?ql(d.model)??null:null,models:Xe,modelPickerOpen:U,onModelPickerOpenChange:te,modelsFetching:l.isFetching,modelsError:l.isError,defaultModel:lt,fast:T?d?.fast:P.fast,effort:le,plan:P.plan,planAvailable:ot,showEmptyEffort:!0,modelStaged:!T&&P.model!==void 0,fastStaged:!T&&P.fast!==void 0,effortStaged:!T&&P.effort!==void 0,planStaged:P.plan!==void 0,onModelChange:Ce=>Se({model:W?Ce:Ce===(P.model??lt)?void 0:Ce,auto:!1}),onFastChange:()=>Se({fast:P.fast===void 0?!0:P.fast?!1:void 0}),onEffortChange:()=>Se({effort:zj(le,se)}),onPlanChange:()=>Se({plan:P.plan===void 0?!0:P.plan?!1:void 0}),freezeAgent:T,beforeModel:c.jsx(gm,{active:T,onChange:Ce=>{G(Ce),Ce&&Se({auto:!1}),X(null)}}),status:T?h?"Planning role frozen for this Workflow":u.isLoading?"Loading Workflow roles…":void 0:W?"Chooses a model from your first message":he?"Applies when the workspace opens":void 0}),c.jsx(Cm,{uploads:De,disabled:!Ie})]}),T&&f?c.jsx("div",{className:"px-2 pb-1 text-xs text-del",children:f}):null]}),c.jsxs("label",{className:fe("flex items-start gap-3 rounded-2xl border border-border bg-surface px-3 py-2.5 transition active:bg-surface-2",!nt&&"opacity-40"),children:[c.jsx("input",{type:"checkbox",checked:oe,disabled:!nt,onChange:Ce=>{_(Ce.target.checked),J$(Ce.target.checked)},className:"sr-only"}),c.jsx("span",{className:fe("mt-0.5 flex size-[18px] shrink-0 items-center justify-center rounded-md border transition",oe?"border-accent bg-accent text-bg":"border-border"),children:oe?c.jsx(b0,{size:13,strokeWidth:3}):null}),c.jsxs("span",{className:"min-w-0 flex-1",children:[c.jsx("span",{className:"block text-[15px] font-medium",children:"Send immediately"}),c.jsx("span",{className:"block text-xs text-muted",children:oe?"The prompt goes as soon as the chat and attached files are ready, without waiting for setup.":"The prompt waits until the worktree has finished setting up."})]})]}),R?c.jsx("div",{className:"text-xs text-del",children:R}):null]}),c.jsxs("div",{className:"pb-safe border-t border-border-soft p-3",children:[c.jsx("div",{className:"mb-2 min-h-4 text-center text-xs leading-4 text-muted","aria-live":"polite",children:dt?c.jsx("span",{id:"new-workspace-create-reason",children:dt}):null}),c.jsx("button",{type:"button",onClick:an,disabled:nn,"aria-describedby":dt?"new-workspace-create-reason":void 0,className:"w-full rounded-2xl bg-accent px-4 py-3 text-[15px] font-semibold text-bg transition active:scale-[0.985] disabled:opacity-40",children:L?T?"Starting workflow…":"Creating…":T?"Start workflow":nt?"Create & start":"Create empty workspace"})]})]}),document.body)}function rZ({repos:e,view:t,summary:a,onClose:l}){const i=Ee(o=>o.setView);return c.jsxs(c.Fragment,{children:[c.jsx("div",{className:"fixed inset-0 z-20",onClick:l,"aria-hidden":!0}),c.jsxs("div",{role:"dialog","aria-labelledby":"workspace-filters-title","aria-describedby":a?"workspace-filters-summary":void 0,className:"fade-in absolute right-2 top-full z-30 mt-1 flex w-64 flex-col gap-2.5 rounded-2xl border border-border bg-surface p-3 shadow-xl",children:[c.jsxs("div",{className:"border-b border-border-soft pb-2",children:[c.jsx("h2",{id:"workspace-filters-title",className:"text-sm font-semibold text-text",children:"Workspace filters"}),a?c.jsx("p",{id:"workspace-filters-summary",className:"mt-0.5 text-xs text-muted",children:a}):null]}),c.jsx(ns,{id:"view-group",label:"Group by",children:c.jsx(J6,{id:"view-group",value:t.groupBy,onChange:o=>i({groupBy:o}),options:[["status","Status"],["recent","Recent"],["repo","Repo"],["none","None"]]})}),c.jsx(lZ,{repos:e,selected:t.repoSelection,onChange:o=>i({repoSelection:o})}),c.jsx(ns,{id:"view-sort",label:"Sort by",children:c.jsx(J6,{id:"view-sort",value:t.sortBy,onChange:o=>i({sortBy:o}),options:[["updated","Updated"],["created","Created"],["name","Name"]]})}),c.jsx(ns,{id:"view-hide-merged",label:"Hide merged",children:c.jsx(X6,{id:"view-hide-merged",checked:t.hideMerged,label:"Hide workspaces whose PR has merged",onChange:o=>i({hideMerged:o})})}),c.jsx(ns,{id:"view-hide-done",label:"Hide done",children:c.jsx(X6,{id:"view-hide-done",checked:t.hideDone,label:"Hide workspaces marked Done",onChange:o=>i({hideDone:o})})})]})]})}function lZ({repos:e,selected:t,onChange:a}){const[l,i]=A.useState(!1);return c.jsxs("div",{className:"flex flex-col gap-1.5",children:[c.jsx(ns,{id:"view-repo",label:"Repo",children:c.jsxs("button",{id:"view-repo",type:"button",onClick:()=>i(o=>!o),"aria-expanded":l,"aria-controls":"view-repo-options",className:"flex max-w-36 items-center gap-1 rounded-lg border border-border bg-surface-2 px-2 py-1.5 text-sm text-text",children:[c.jsx("span",{className:"truncate",children:Pl(t)}),c.jsx(O0,{size:14,className:fe("shrink-0 text-faint transition-transform",l&&"rotate-180")})]})}),l?c.jsx("div",{id:"view-repo-options",className:"flex max-h-48 flex-col overflow-y-auto rounded-lg border border-border bg-surface-2 py-0.5",children:c.jsx(Tm,{repos:e,selected:t,onChange:a})}):null]})}function X6({id:e,checked:t,label:a,onChange:l}){return c.jsx("button",{id:e,type:"button",role:"switch","aria-checked":t,"aria-label":a,onClick:()=>l(!t),className:fe("relative h-6 w-11 shrink-0 rounded-full transition-colors",t?"bg-accent":"border border-border bg-surface-2"),children:c.jsx("span",{className:fe("absolute left-0.5 top-0.5 size-5 rounded-full bg-white transition-transform",t?"translate-x-5":"translate-x-0")})})}function ns({id:e,label:t,children:a}){return c.jsxs("div",{className:"flex items-center justify-between gap-3 text-sm text-muted",children:[c.jsx("label",{htmlFor:e,children:t}),a]})}function J6({id:e,value:t,options:a,onChange:l}){return c.jsx("select",{id:e,value:t,onChange:i=>l(i.target.value),className:"max-w-36 truncate rounded-lg border border-border bg-surface-2 px-2 py-1.5 text-sm text-text",children:a.map(([i,o])=>c.jsx("option",{value:i,children:o},i))})}const iZ=new Intl.NumberFormat("en",{notation:"compact"});function e9(e){return iZ.format(Math.max(0,e)).toLowerCase()}function t9(e,t){return`${e.toLocaleString("en")} ${e===1?"line":"lines"} ${t}`}function sZ({stats:e,className:t}){if(!e||e.added<=0&&e.removed<=0)return null;const a=[e.added>0?t9(e.added,"added"):null,e.removed>0?t9(e.removed,"removed"):null].filter(Boolean).join(", ");return c.jsxs("span",{className:fe("flex shrink-0 items-center gap-1 font-mono text-[10px] font-medium leading-none tabular-nums",t),title:a,children:[c.jsx("span",{className:"sr-only",children:a}),e.added>0?c.jsxs("span",{className:"text-add","aria-hidden":"true",children:["+",e9(e.added)]}):null,e.removed>0?c.jsxs("span",{className:"text-del","aria-hidden":"true",children:["-",e9(e.removed)]}):null]})}const Pm=["planning","exploration","implementation"];function Hm(e){return e.workflow||e.workflow_identity||e.pending_prompt?.sessionRole==="planning"?!0:Object.values(e.session_roles??{}).some(t=>t.role==="planning"&&!t.delegationId)}const oZ=e=>e==="creating_workspace"||e==="binding_root"||e==="pending_root"?"Accepted":e[0].toUpperCase()+e.slice(1),cZ=e=>e==="planning"?"Planning":e==="exploration"?"Exploration":"Implementation";function uZ(e,t){const a=e.workflow?.roles??e.workflow_identity?.roles??t;return Pm.flatMap(l=>{const i=a?.[l];return i?[[l,i]]:[]})}function xZ(e,t){return e?.length?e.find(l=>l.agentType===(t??"unknown"))?.models??[...new Set(e.flatMap(l=>l.models))]:[]}function dZ({workspace:e,modelGroups:t,configuredRoles:a}){if(Hm(e)){const i=e.workflow??e.workflow_identity,o=i?oZ(i.phase):"Workflow",u=uZ(e,a),d=[o==="Workflow"?o:`Workflow · ${o}`,...u.map(([f,h])=>`${cZ(f)}: ${h.model}`)].join(" · ");return c.jsxs("span",{role:"img",title:d,"aria-label":d,className:"isolate ml-auto flex shrink-0 -space-x-1",children:[c.jsx("span",{"data-workflow-icon":!0,className:"relative z-40 flex size-[17px] shrink-0 items-center justify-center rounded-full bg-accent text-on-solid ring-1 ring-border",children:c.jsx(Hl,{size:11,"aria-hidden":"true"})}),u.map(([f,h],m)=>c.jsx("span",{"data-workflow-role":f,className:"relative flex size-[17px] shrink-0 items-center justify-center rounded-full bg-surface text-text ring-1 ring-border",style:{zIndex:Pm.length-m},children:c.jsx(Kr,{agentType:"agentType"in h?h.agentType??null:null,model:h.model,className:"size-2.5"})},f))]})}const l=J9(e.model,xZ(t,e.agent_type));return l?c.jsxs("span",{className:"ml-auto flex min-w-0 items-center gap-1 text-[11px]",children:[c.jsx(Kr,{agentType:e.agent_type,model:e.model,className:"size-3"}),c.jsx("span",{className:"truncate",children:l})]}):null}function fZ({status:e}){if(!e)return null;const t=rd[e];return t?c.jsx("span",{className:"dot size-2",style:{background:t}}):c.jsx("span",{className:"dot size-2 border border-faint bg-transparent"})}function hZ({w:e,unread:t,selected:a,modelGroups:l,workflowRoles:i,promptState:o,showDiffs:u}){return c.jsxs(c.Fragment,{children:[c.jsxs("div",{className:"relative shrink-0",children:[c.jsx(fs,{icon:e.icon,name:e.repo_name||J0(e),artwork:"full-bleed"}),c.jsx(Cj,{w:e,promptState:o,className:"absolute -right-0.5 -bottom-0.5 bg-surface ring-2 ring-surface"}),e.run_active?c.jsx(kj,{className:"absolute -top-0.5 -left-0.5"}):null]}),c.jsxs("div",{className:"min-w-0 flex-1 space-y-1.25 overflow-hidden",children:[c.jsxs("div",{className:"flex min-w-0 items-center justify-between gap-2",children:[c.jsxs("div",{className:"flex min-w-0 items-center gap-1.5",children:[c.jsx("span",{className:fe("min-w-0 truncate text-sm leading-none",t?"font-bold":"font-medium",t||a?"text-text":"text-muted"),children:J0(e)}),e.pinned_at?c.jsx("span",{className:"shrink-0 text-xs text-faint",children:"📌"}):null,t>1?c.jsx(Dj,{children:t}):t?c.jsx("span",{className:"dot size-2 bg-accent"}):null]}),u?c.jsx(sZ,{stats:e.change_stats}):null]}),c.jsxs("div",{className:"flex min-w-0 items-end gap-2 text-xs text-muted",children:[c.jsx("span",{className:"shrink-0 text-[11px] text-faint",children:qh(e.updated_at)}),c.jsx(dZ,{workspace:e,modelGroups:l,configuredRoles:i})]})]})]})}function pZ({selectedId:e}){const t=Xr(),a=Pd(),l=Ee(me=>me.setSidebarOpen),i=Ee(me=>me.view),o=Ee(me=>me.readMarks),u=Ee(me=>me.pending),d=Ee(me=>me.workingHints),f=Ee(me=>me.toggleGroup),[h,m]=A.useState(!1),[p,y]=A.useState(!1),[b,v]=A.useState(!1),[C,k]=A.useState(!1),[B,N]=A.useState(!1),[F,S]=A.useState(!1),M=Gl(me=>me.open),D=Gl(me=>me.setOpen),[j,O]=A.useState(b1),{data:P,isLoading:T,isError:G,error:Z}=sd(),ne=P?.workspaces??[],W=(P?.workflows??[]).filter(me=>!me.workspaceId),Q=S1().data?.groups,I=ne.some(me=>!me.workflow&&!me.workflow_identity&&Hm(me)),U=od(I).data?.roles;A.useEffect(()=>{M&&O(b1())},[M]);const te=new Map(ne.map(me=>[me.repo_name,me.icon])),oe=Xx(i.repoSelection),_=[...new Set([...ne.map(me=>me.repo_name).filter(me=>!!me),...oe])].sort().map(me=>({name:me,icon:te.get(me)??null})),L=i.repoSelection.mode==="all"?ne:ne.filter(me=>!!me.repo_name&&oe.includes(me.repo_name)),K=L.filter(me=>me.id===e||!(i.hideMerged&&RN(me)||i.hideDone&&ON(me))),R=L.length-K.length,X=K$(q$(K,i.sortBy),i.groupBy),ye=(me,nt=null)=>{t(nt?`/w/${me}?session=${encodeURIComponent(nt)}`:`/w/${me}`),l(!1)},ue=i.repoSelection.mode==="selected",Be=ue||i.hideMerged||i.hideDone,Ie=Ee(me=>me.setView),De=a.status!=="idle",We=a.openPanel,Je=A.useMemo(()=>{const me=[["status","Status"],["recent","Recent"],["repo","Repo"],["none","None"]],nt=[["updated","Updated"],["created","Created"],["name","Name"]];return[{id:"app.search",label:"Search chats and actions",group:"App",hidden:!0,shortcut:{key:"k",mod:!0},run:()=>D(lt=>!lt)},{id:"app.newWorkspace",label:"New workspace",group:"App",icon:u1,keywords:["create","start","repo","branch"],run:()=>v(!0)},{id:"app.usage",label:"Plan usage",group:"App",icon:Z8,keywords:["models","quota","limits","rate","effort","defaults"],run:()=>N(!0)},{id:"app.connect",label:"Connect a device",group:"App",icon:Ru,keywords:["qr","token","link","phone","pair","disconnect","notifications","push"],run:()=>y(!0)},{id:"app.logs",label:"Relay logs",group:"App",icon:lD,keywords:["diagnostics","debug","errors"],run:()=>k(!0)},{id:"app.roles",label:"Delegated roles",group:"App",icon:Hl,keywords:["workflow","planning","exploration","implementation","models"],run:()=>S(!0)},{id:"app.controlRoom",label:De?"Open active call":"Control room",group:"App",icon:pr,keywords:["voice","call","fleet","orchestrator"],run:We},...[["system","System",Q9],["light","Light",Gx],["dark","Dark",$9]].map(([lt,pt,dt])=>({id:`app.theme.${lt}`,label:`Theme: ${pt}`,group:"App",icon:dt,keywords:["appearance","dark mode","light mode"],checked:j===lt,run:()=>{Nm(lt),O(lt)}})),{id:"view.filters",label:"Workspace filters",group:"View",icon:q8,keywords:["view options","group","sort","repo"],run:()=>{l(!0),m(!0)}},{id:"view.hideMerged",label:"Hide merged",group:"View",icon:Tx,keywords:["filter","pull request","pr","landed"],checked:i.hideMerged,run:()=>Ie({hideMerged:!Ee.getState().view.hideMerged})},{id:"view.hideDone",label:"Hide done",group:"View",icon:_x,keywords:["filter","status","finished"],checked:i.hideDone,run:()=>Ie({hideDone:!Ee.getState().view.hideDone})},{id:"view.showDiffs",label:"Sidebar diffs",group:"View",icon:B1,keywords:["additions","deletions","line changes","stats"],checked:i.showDiffs,run:()=>Ie({showDiffs:!Ee.getState().view.showDiffs})},{id:"view.showFolders",label:"Folders in the file rail",group:"View",icon:H9,keywords:["diff","files","tree","group"],checked:i.showFolders,run:()=>Ie({showFolders:!Ee.getState().view.showFolders})},{id:"view.repos.all",label:"Show all repos",group:"View",icon:CB,keywords:["repo filter","clear","reset"],enabled:ue,run:()=>Ie({repoSelection:Qr})},...me.map(([lt,pt])=>({id:`view.groupBy.${lt}`,label:`Group by: ${pt}`,group:"View",icon:hB,keywords:["sections","sidebar"],checked:i.groupBy===lt,run:()=>Ie({groupBy:lt})})),...nt.map(([lt,pt])=>({id:`view.sortBy.${lt}`,label:`Sort by: ${pt}`,group:"View",icon:Ov,keywords:["order","sidebar"],checked:i.sortBy===lt,run:()=>Ie({sortBy:lt})}))]},[j,i.hideMerged,i.hideDone,i.showDiffs,i.showFolders,i.groupBy,i.sortBy,ue,De,We,Ie,D,l]);Kh("sidebar",Je);const xt=Pl(i.repoSelection),Dt=tM({total:ne.length,shown:K.length,hidden:R,repoFiltered:ue});return c.jsxs("div",{className:"flex h-full min-w-0 flex-col overflow-hidden",children:[c.jsxs("div",{className:"relative",children:[c.jsx(f7,{children:c.jsxs("div",{role:"toolbar","aria-label":"Workspace controls",className:"flex w-full items-center justify-between px-3 pb-2.5",children:[c.jsx("button",{type:"button",onClick:()=>D(!0),"aria-label":"Search chats and actions",title:"Search and actions (⌘K)",className:"flex size-8 shrink-0 items-center justify-center rounded-full text-muted active:bg-surface-2 min-[360px]:size-9",children:c.jsx(Px,{size:18})}),c.jsx("button",{type:"button",onClick:()=>N(!0),"aria-label":"Models",title:"Models",className:"flex size-8 shrink-0 items-center justify-center rounded-full text-muted active:bg-surface-2 min-[360px]:size-9",children:c.jsx(Z8,{size:18})}),c.jsxs("button",{type:"button",onClick:()=>m(me=>!me),"aria-label":"View options",className:"relative flex size-8 shrink-0 items-center justify-center rounded-full text-muted active:bg-surface-2 min-[360px]:size-9",children:[c.jsx(q8,{size:18}),Be?c.jsx("span",{className:"absolute right-1.5 top-1.5 size-1.5 rounded-full bg-accent"}):null]}),c.jsx("button",{type:"button",onClick:()=>y(!0),"aria-label":"Connect a device",className:"flex size-8 shrink-0 items-center justify-center rounded-full text-muted active:bg-surface-2 min-[360px]:size-9",children:c.jsx(Ru,{size:18})}),c.jsx("button",{type:"button",onClick:()=>S(!0),"aria-label":"Open delegated roles",className:"flex size-8 shrink-0 items-center justify-center rounded-full text-muted active:bg-surface-2 min-[360px]:size-9",children:c.jsx(Hl,{size:18})}),c.jsxs("button",{type:"button",onClick:a.openPanel,"aria-label":a.status==="idle"?"Call fleet orchestrator":"Open active call",title:"Control room",className:fe("relative flex size-8 shrink-0 items-center justify-center rounded-full text-muted active:bg-surface-2 min-[360px]:size-9",a.status!=="idle"&&"bg-voice-soft text-voice"),children:[c.jsx(pr,{size:18}),a.status!=="idle"?c.jsx("span",{className:"absolute right-1 top-1 size-1.5 rounded-full bg-voice"}):null]}),c.jsx("button",{type:"button",onClick:()=>v(!0),"aria-label":"New workspace",className:"flex size-8 shrink-0 items-center justify-center rounded-full text-text active:bg-surface-2 min-[360px]:size-9",children:c.jsx(u1,{size:20})})]})}),h?c.jsx(rZ,{repos:_,view:i,summary:Dt,onClose:()=>m(!1)}):null]}),c.jsxs("nav",{className:"pb-safe min-w-0 flex-1 overflow-y-auto overflow-x-hidden px-3 py-3",children:[W.length?c.jsxs("section",{className:"mb-3 space-y-2","aria-label":"Accepted workflows waiting for a workspace",children:[c.jsx("div",{className:"px-1 text-xs font-semibold text-muted",children:"Accepted workflows"}),W.map(me=>c.jsx(g7,{workflow:me,compact:!0},me.id))]}):null,T&&!P?c.jsx(Wn,{label:"Loading workspaces…"}):G?c.jsx(Fj,{error:Z}):ne.length===0&&!W.length?c.jsx(sn,{children:"No active workspaces. Start one in Conductor and it’ll appear here."}):ne.length>0&&K.length===0?c.jsxs(sn,{children:[ue?oe.length?`No workspaces in ${xt}`:"No repos selected":"No workspaces",R?` — ${R} ${R===1?"one is":"ones are"} hidden.`:"."]}):X.map(me=>{const nt=!!me.label&&i.collapsed.includes(me.key);return c.jsxs("section",{children:[me.label?c.jsxs("button",{type:"button",onClick:()=>f(me.key),className:"flex w-full items-center gap-2 px-1 py-2 text-sm font-semibold",children:[c.jsx(fZ,{status:me.status}),c.jsx("span",{className:"truncate",children:me.label}),nt?c.jsx("span",{className:"font-normal text-muted text-xs",children:me.items.length}):null,c.jsx(O0,{size:14,className:fe("ml-auto shrink-0 text-faint transition-transform",nt&&"-rotate-90")})]}):null,nt?null:c.jsx("ul",{className:"flex flex-col gap-2 pb-2",children:me.items.map(Xe=>{const lt=SS(Xe,o),pt=Xe.active_session_id?d[Xe.active_session_id]:void 0,dt=fh(u.filter(nn=>nn.workspaceId===Xe.id),[...Xe.pending_prompt?[Xe.pending_prompt]:[],...Xe.parked_prompts??[]],pt!==void 0&&Date.now()-pt<Zu);return c.jsx("li",{className:"fade-in",children:c.jsx("button",{type:"button",className:fe("card w-full px-3 py-2.5",Xe.id===e?"border-accent/50 bg-surface-2":lt&&"border-l-accent"),onClick:()=>ye(Xe.id),children:c.jsx(hZ,{w:Xe,unread:lt,selected:Xe.id===e,modelGroups:Q,workflowRoles:U,promptState:dt,showDiffs:i.showDiffs})})},Xe.id)})})]},me.key)})]}),p?c.jsx(H$,{version:P?.version,onLogs:()=>{y(!1),k(!0)},onClose:()=>y(!1)}):null,b?c.jsx(aZ,{onClose:()=>v(!1)}):null,M?c.jsx(C$,{live:ne,selectedId:e,onOpen:(me,nt)=>{D(!1),ye(me,nt)},onClose:()=>D(!1)}):null,C?c.jsx(Z$,{onClose:()=>k(!1)}):null,B?c.jsx(u$,{onClose:()=>N(!1)}):null,F?c.jsx(b7,{onClose:()=>S(!1)}):null]})}function mZ(){wN();const e=Ee(t=>t.token);return c.jsxs(c.Fragment,{children:[c.jsx(xN,{}),e?c.jsxs(Gb,{children:[c.jsxs(es,{element:c.jsx(gZ,{}),children:[c.jsx(es,{index:!0,element:c.jsx(EZ,{})}),c.jsx(es,{path:"/w/:workspaceId",element:c.jsx(SU,{})})]}),c.jsx(es,{path:"*",element:c.jsx(Lb,{to:"/",replace:!0})})]}):c.jsx(RU,{})]})}function gZ(){const e=bb("/w/:workspaceId"),t=Ee(o=>o.sidebarOpen),a=Ee(o=>o.setSidebarOpen),l=A.useRef(null),{data:i}=sd();return BN(l),CN(),EN(),G$(),ej(),c.jsxs(XV,{children:[c.jsxs("div",{className:"flex h-full min-h-0 flex-col overflow-hidden",children:[c.jsxs("div",{className:"flex min-h-0 flex-1 overflow-hidden",children:[t?c.jsx("div",{className:"fixed inset-0 z-40 bg-black/50 md:hidden",onClick:()=>a(!1),"aria-hidden":!0}):null,c.jsx("aside",{ref:l,className:fe("fixed inset-y-0 left-0 z-50 flex w-[85%] max-w-80 flex-col border-r border-border-soft bg-bg transition-transform duration-200 ease-out","md:static md:z-auto md:w-72 md:max-w-none md:shrink-0 md:translate-x-0 md:transition-none lg:w-80",t?"translate-x-0":"-translate-x-full"),children:c.jsx(pZ,{selectedId:e?.params.workspaceId})}),c.jsx("main",{className:"flex min-w-0 flex-1 flex-col",children:c.jsx(Pb,{})})]}),i?.workflowWarning||i?.uiQuarantine?c.jsxs("div",{className:"pb-safe relative z-[60] shrink-0 border-t border-del/40",children:[c.jsx(nN,{warning:i.workflowWarning}),c.jsx(tN,{quarantine:i.uiQuarantine})]}):null]}),c.jsx(ZU,{})]})}function EZ(){const e=Ee(t=>t.setSidebarOpen);return c.jsxs("div",{className:"grid h-full place-items-center",children:[c.jsx("button",{type:"button",onClick:()=>e(!0),className:"pill pill-active md:hidden",children:"Browse workspaces"}),c.jsx("span",{className:"hidden text-sm text-muted md:block",children:"Select a workspace"})]})}navigator.storage?.persist&&navigator.storage.persist().catch(()=>{});WU();const yZ=new Ey({defaultOptions:{queries:{staleTime:1e3,retry:1,refetchOnWindowFocus:!0}}}),Gm=document.getElementById("root");if(!Gm)throw new Error("#root missing");Oy.createRoot(Gm).render(c.jsx(A.StrictMode,{children:c.jsx(by,{client:yZ,children:c.jsx(dv,{children:c.jsx(mZ,{})})})}));export{Xj as R,hn as X,td as _,S1 as a,Rn as b,G0 as c,Yj as d,we as e,$R as f,_R as g,KR as h,N6 as i,c as j,QR as k,fe as l,bZ as p,A as r,Ed as s,i7 as u,LR as w};
|