langchat-widget 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +222 -0
- package/dist/favicon.ico +0 -0
- package/dist/index.d.ts +635 -0
- package/dist/langchat-widget.css +1 -0
- package/dist/langchat-widget.es.js +23422 -0
- package/dist/langchat-widget.es.js.map +1 -0
- package/dist/langchat-widget.umd.js +51 -0
- package/dist/langchat-widget.umd.js.map +1 -0
- package/package.json +81 -0
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).LangChatWidget={})}(this,function(e){"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* @vue/shared v3.5.17
|
|
4
|
+
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
5
|
+
* @license MIT
|
|
6
|
+
**/
|
|
7
|
+
/*! #__NO_SIDE_EFFECTS__ */function t(e){const t=Object.create(null);for(const s of e.split(","))t[s]=1;return e=>e in t}const s={},n=[],r=()=>{},a=()=>!1,o=e=>111===e.charCodeAt(0)&&110===e.charCodeAt(1)&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),i=e=>e.startsWith("onUpdate:"),l=Object.assign,c=(e,t)=>{const s=e.indexOf(t);s>-1&&e.splice(s,1)},u=Object.prototype.hasOwnProperty,h=(e,t)=>u.call(e,t),d=Array.isArray,p=e=>"[object Map]"===w(e),f=e=>"[object Set]"===w(e),g=e=>"function"==typeof e,m=e=>"string"==typeof e,v=e=>"symbol"==typeof e,y=e=>null!==e&&"object"==typeof e,_=e=>(y(e)||g(e))&&g(e.then)&&g(e.catch),b=Object.prototype.toString,w=e=>b.call(e),C=e=>"[object Object]"===w(e),x=e=>m(e)&&"NaN"!==e&&"-"!==e[0]&&""+parseInt(e,10)===e,k=t(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),A=e=>{const t=Object.create(null);return s=>t[s]||(t[s]=e(s))},M=/-(\w)/g,S=A(e=>e.replace(M,(e,t)=>t?t.toUpperCase():"")),E=/\B([A-Z])/g,D=A(e=>e.replace(E,"-$1").toLowerCase()),z=A(e=>e.charAt(0).toUpperCase()+e.slice(1)),F=A(e=>e?`on${z(e)}`:""),O=(e,t)=>!Object.is(e,t),L=(e,...t)=>{for(let s=0;s<e.length;s++)e[s](...t)},T=(e,t,s,n=!1)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,writable:n,value:s})},I=e=>{const t=parseFloat(e);return isNaN(t)?e:t};let j;const P=()=>j||(j="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:"undefined"!=typeof global?global:{});function q(e){if(d(e)){const t={};for(let s=0;s<e.length;s++){const n=e[s],r=m(n)?H(n):q(n);if(r)for(const e in r)t[e]=r[e]}return t}if(m(e)||y(e))return e}const R=/;(?![^(]*\))/g,B=/:([^]+)/,Z=/\/\*[^]*?\*\//g;function H(e){const t={};return e.replace(Z,"").split(R).forEach(e=>{if(e){const s=e.split(B);s.length>1&&(t[s[0].trim()]=s[1].trim())}}),t}function V(e){let t="";if(m(e))t=e;else if(d(e))for(let s=0;s<e.length;s++){const n=V(e[s]);n&&(t+=n+" ")}else if(y(e))for(const s in e)e[s]&&(t+=s+" ");return t.trim()}const $=t("itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly");function N(e){return!!e||""===e}const U=e=>!(!e||!0!==e.__v_isRef),W=e=>m(e)?e:null==e?"":d(e)||y(e)&&(e.toString===b||!g(e.toString))?U(e)?W(e.value):JSON.stringify(e,G,2):String(e),G=(e,t)=>U(t)?G(e,t.value):p(t)?{[`Map(${t.size})`]:[...t.entries()].reduce((e,[t,s],n)=>(e[Q(t,n)+" =>"]=s,e),{})}:f(t)?{[`Set(${t.size})`]:[...t.values()].map(e=>Q(e))}:v(t)?Q(t):!y(t)||d(t)||C(t)?t:String(t),Q=(e,t="")=>{var s;return v(e)?`Symbol(${null!=(s=e.description)?s:t})`:e};
|
|
8
|
+
/**
|
|
9
|
+
* @vue/reactivity v3.5.17
|
|
10
|
+
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
11
|
+
* @license MIT
|
|
12
|
+
**/
|
|
13
|
+
let J,K;class X{constructor(e=!1){this.detached=e,this._active=!0,this._on=0,this.effects=[],this.cleanups=[],this._isPaused=!1,this.parent=J,!e&&J&&(this.index=(J.scopes||(J.scopes=[])).push(this)-1)}get active(){return this._active}pause(){if(this._active){let e,t;if(this._isPaused=!0,this.scopes)for(e=0,t=this.scopes.length;e<t;e++)this.scopes[e].pause();for(e=0,t=this.effects.length;e<t;e++)this.effects[e].pause()}}resume(){if(this._active&&this._isPaused){let e,t;if(this._isPaused=!1,this.scopes)for(e=0,t=this.scopes.length;e<t;e++)this.scopes[e].resume();for(e=0,t=this.effects.length;e<t;e++)this.effects[e].resume()}}run(e){if(this._active){const t=J;try{return J=this,e()}finally{J=t}}}on(){1===++this._on&&(this.prevScope=J,J=this)}off(){this._on>0&&0===--this._on&&(J=this.prevScope,this.prevScope=void 0)}stop(e){if(this._active){let t,s;for(this._active=!1,t=0,s=this.effects.length;t<s;t++)this.effects[t].stop();for(this.effects.length=0,t=0,s=this.cleanups.length;t<s;t++)this.cleanups[t]();if(this.cleanups.length=0,this.scopes){for(t=0,s=this.scopes.length;t<s;t++)this.scopes[t].stop(!0);this.scopes.length=0}if(!this.detached&&this.parent&&!e){const e=this.parent.scopes.pop();e&&e!==this&&(this.parent.scopes[this.index]=e,e.index=this.index)}this.parent=void 0}}}const Y=new WeakSet;class ee{constructor(e){this.fn=e,this.deps=void 0,this.depsTail=void 0,this.flags=5,this.next=void 0,this.cleanup=void 0,this.scheduler=void 0,J&&J.active&&J.effects.push(this)}pause(){this.flags|=64}resume(){64&this.flags&&(this.flags&=-65,Y.has(this)&&(Y.delete(this),this.trigger()))}notify(){2&this.flags&&!(32&this.flags)||8&this.flags||re(this)}run(){if(!(1&this.flags))return this.fn();this.flags|=2,ve(this),ie(this);const e=K,t=pe;K=this,pe=!0;try{return this.fn()}finally{le(this),K=e,pe=t,this.flags&=-3}}stop(){if(1&this.flags){for(let e=this.deps;e;e=e.nextDep)he(e);this.deps=this.depsTail=void 0,ve(this),this.onStop&&this.onStop(),this.flags&=-2}}trigger(){64&this.flags?Y.add(this):this.scheduler?this.scheduler():this.runIfDirty()}runIfDirty(){ce(this)&&this.run()}get dirty(){return ce(this)}}let te,se,ne=0;function re(e,t=!1){if(e.flags|=8,t)return e.next=se,void(se=e);e.next=te,te=e}function ae(){ne++}function oe(){if(--ne>0)return;if(se){let e=se;for(se=void 0;e;){const t=e.next;e.next=void 0,e.flags&=-9,e=t}}let e;for(;te;){let s=te;for(te=void 0;s;){const n=s.next;if(s.next=void 0,s.flags&=-9,1&s.flags)try{s.trigger()}catch(t){e||(e=t)}s=n}}if(e)throw e}function ie(e){for(let t=e.deps;t;t=t.nextDep)t.version=-1,t.prevActiveLink=t.dep.activeLink,t.dep.activeLink=t}function le(e){let t,s=e.depsTail,n=s;for(;n;){const e=n.prevDep;-1===n.version?(n===s&&(s=e),he(n),de(n)):t=n,n.dep.activeLink=n.prevActiveLink,n.prevActiveLink=void 0,n=e}e.deps=t,e.depsTail=s}function ce(e){for(let t=e.deps;t;t=t.nextDep)if(t.dep.version!==t.version||t.dep.computed&&(ue(t.dep.computed)||t.dep.version!==t.version))return!0;return!!e._dirty}function ue(e){if(4&e.flags&&!(16&e.flags))return;if(e.flags&=-17,e.globalVersion===ye)return;if(e.globalVersion=ye,!e.isSSR&&128&e.flags&&(!e.deps&&!e._dirty||!ce(e)))return;e.flags|=2;const t=e.dep,s=K,n=pe;K=e,pe=!0;try{ie(e);const s=e.fn(e._value);(0===t.version||O(s,e._value))&&(e.flags|=128,e._value=s,t.version++)}catch(r){throw t.version++,r}finally{K=s,pe=n,le(e),e.flags&=-3}}function he(e,t=!1){const{dep:s,prevSub:n,nextSub:r}=e;if(n&&(n.nextSub=r,e.prevSub=void 0),r&&(r.prevSub=n,e.nextSub=void 0),s.subs===e&&(s.subs=n,!n&&s.computed)){s.computed.flags&=-5;for(let e=s.computed.deps;e;e=e.nextDep)he(e,!0)}t||--s.sc||!s.map||s.map.delete(s.key)}function de(e){const{prevDep:t,nextDep:s}=e;t&&(t.nextDep=s,e.prevDep=void 0),s&&(s.prevDep=t,e.nextDep=void 0)}let pe=!0;const fe=[];function ge(){fe.push(pe),pe=!1}function me(){const e=fe.pop();pe=void 0===e||e}function ve(e){const{cleanup:t}=e;if(e.cleanup=void 0,t){const e=K;K=void 0;try{t()}finally{K=e}}}let ye=0;class _e{constructor(e,t){this.sub=e,this.dep=t,this.version=t.version,this.nextDep=this.prevDep=this.nextSub=this.prevSub=this.prevActiveLink=void 0}}class be{constructor(e){this.computed=e,this.version=0,this.activeLink=void 0,this.subs=void 0,this.map=void 0,this.key=void 0,this.sc=0,this.__v_skip=!0}track(e){if(!K||!pe||K===this.computed)return;let t=this.activeLink;if(void 0===t||t.sub!==K)t=this.activeLink=new _e(K,this),K.deps?(t.prevDep=K.depsTail,K.depsTail.nextDep=t,K.depsTail=t):K.deps=K.depsTail=t,we(t);else if(-1===t.version&&(t.version=this.version,t.nextDep)){const e=t.nextDep;e.prevDep=t.prevDep,t.prevDep&&(t.prevDep.nextDep=e),t.prevDep=K.depsTail,t.nextDep=void 0,K.depsTail.nextDep=t,K.depsTail=t,K.deps===t&&(K.deps=e)}return t}trigger(e){this.version++,ye++,this.notify(e)}notify(e){ae();try{0;for(let e=this.subs;e;e=e.prevSub)e.sub.notify()&&e.sub.dep.notify()}finally{oe()}}}function we(e){if(e.dep.sc++,4&e.sub.flags){const t=e.dep.computed;if(t&&!e.dep.subs){t.flags|=20;for(let e=t.deps;e;e=e.nextDep)we(e)}const s=e.dep.subs;s!==e&&(e.prevSub=s,s&&(s.nextSub=e)),e.dep.subs=e}}const Ce=new WeakMap,xe=Symbol(""),ke=Symbol(""),Ae=Symbol("");function Me(e,t,s){if(pe&&K){let t=Ce.get(e);t||Ce.set(e,t=new Map);let n=t.get(s);n||(t.set(s,n=new be),n.map=t,n.key=s),n.track()}}function Se(e,t,s,n,r,a){const o=Ce.get(e);if(!o)return void ye++;const i=e=>{e&&e.trigger()};if(ae(),"clear"===t)o.forEach(i);else{const r=d(e),a=r&&x(s);if(r&&"length"===s){const e=Number(n);o.forEach((t,s)=>{("length"===s||s===Ae||!v(s)&&s>=e)&&i(t)})}else switch((void 0!==s||o.has(void 0))&&i(o.get(s)),a&&i(o.get(Ae)),t){case"add":r?a&&i(o.get("length")):(i(o.get(xe)),p(e)&&i(o.get(ke)));break;case"delete":r||(i(o.get(xe)),p(e)&&i(o.get(ke)));break;case"set":p(e)&&i(o.get(xe))}}oe()}function Ee(e){const t=dt(e);return t===e?t:(Me(t,0,Ae),ut(e)?t:t.map(pt))}function De(e){return Me(e=dt(e),0,Ae),e}const ze={__proto__:null,[Symbol.iterator](){return Fe(this,Symbol.iterator,pt)},concat(...e){return Ee(this).concat(...e.map(e=>d(e)?Ee(e):e))},entries(){return Fe(this,"entries",e=>(e[1]=pt(e[1]),e))},every(e,t){return Le(this,"every",e,t,void 0,arguments)},filter(e,t){return Le(this,"filter",e,t,e=>e.map(pt),arguments)},find(e,t){return Le(this,"find",e,t,pt,arguments)},findIndex(e,t){return Le(this,"findIndex",e,t,void 0,arguments)},findLast(e,t){return Le(this,"findLast",e,t,pt,arguments)},findLastIndex(e,t){return Le(this,"findLastIndex",e,t,void 0,arguments)},forEach(e,t){return Le(this,"forEach",e,t,void 0,arguments)},includes(...e){return Ie(this,"includes",e)},indexOf(...e){return Ie(this,"indexOf",e)},join(e){return Ee(this).join(e)},lastIndexOf(...e){return Ie(this,"lastIndexOf",e)},map(e,t){return Le(this,"map",e,t,void 0,arguments)},pop(){return je(this,"pop")},push(...e){return je(this,"push",e)},reduce(e,...t){return Te(this,"reduce",e,t)},reduceRight(e,...t){return Te(this,"reduceRight",e,t)},shift(){return je(this,"shift")},some(e,t){return Le(this,"some",e,t,void 0,arguments)},splice(...e){return je(this,"splice",e)},toReversed(){return Ee(this).toReversed()},toSorted(e){return Ee(this).toSorted(e)},toSpliced(...e){return Ee(this).toSpliced(...e)},unshift(...e){return je(this,"unshift",e)},values(){return Fe(this,"values",pt)}};function Fe(e,t,s){const n=De(e),r=n[t]();return n===e||ut(e)||(r._next=r.next,r.next=()=>{const e=r._next();return e.value&&(e.value=s(e.value)),e}),r}const Oe=Array.prototype;function Le(e,t,s,n,r,a){const o=De(e),i=o!==e&&!ut(e),l=o[t];if(l!==Oe[t]){const t=l.apply(e,a);return i?pt(t):t}let c=s;o!==e&&(i?c=function(t,n){return s.call(this,pt(t),n,e)}:s.length>2&&(c=function(t,n){return s.call(this,t,n,e)}));const u=l.call(o,c,n);return i&&r?r(u):u}function Te(e,t,s,n){const r=De(e);let a=s;return r!==e&&(ut(e)?s.length>3&&(a=function(t,n,r){return s.call(this,t,n,r,e)}):a=function(t,n,r){return s.call(this,t,pt(n),r,e)}),r[t](a,...n)}function Ie(e,t,s){const n=dt(e);Me(n,0,Ae);const r=n[t](...s);return-1!==r&&!1!==r||!ht(s[0])?r:(s[0]=dt(s[0]),n[t](...s))}function je(e,t,s=[]){ge(),ae();const n=dt(e)[t].apply(e,s);return oe(),me(),n}const Pe=t("__proto__,__v_isRef,__isVue"),qe=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>"arguments"!==e&&"caller"!==e).map(e=>Symbol[e]).filter(v));function Re(e){v(e)||(e=String(e));const t=dt(this);return Me(t,0,e),t.hasOwnProperty(e)}class Be{constructor(e=!1,t=!1){this._isReadonly=e,this._isShallow=t}get(e,t,s){if("__v_skip"===t)return e.__v_skip;const n=this._isReadonly,r=this._isShallow;if("__v_isReactive"===t)return!n;if("__v_isReadonly"===t)return n;if("__v_isShallow"===t)return r;if("__v_raw"===t)return s===(n?r?nt:st:r?tt:et).get(e)||Object.getPrototypeOf(e)===Object.getPrototypeOf(s)?e:void 0;const a=d(e);if(!n){let e;if(a&&(e=ze[t]))return e;if("hasOwnProperty"===t)return Re}const o=Reflect.get(e,t,gt(e)?e:s);return(v(t)?qe.has(t):Pe(t))?o:(n||Me(e,0,t),r?o:gt(o)?a&&x(t)?o:o.value:y(o)?n?ot(o):at(o):o)}}class Ze extends Be{constructor(e=!1){super(!1,e)}set(e,t,s,n){let r=e[t];if(!this._isShallow){const t=ct(r);if(ut(s)||ct(s)||(r=dt(r),s=dt(s)),!d(e)&>(r)&&!gt(s))return!t&&(r.value=s,!0)}const a=d(e)&&x(t)?Number(t)<e.length:h(e,t),o=Reflect.set(e,t,s,gt(e)?e:n);return e===dt(n)&&(a?O(s,r)&&Se(e,"set",t,s):Se(e,"add",t,s)),o}deleteProperty(e,t){const s=h(e,t);e[t];const n=Reflect.deleteProperty(e,t);return n&&s&&Se(e,"delete",t,void 0),n}has(e,t){const s=Reflect.has(e,t);return v(t)&&qe.has(t)||Me(e,0,t),s}ownKeys(e){return Me(e,0,d(e)?"length":xe),Reflect.ownKeys(e)}}class He extends Be{constructor(e=!1){super(!0,e)}set(e,t){return!0}deleteProperty(e,t){return!0}}const Ve=new Ze,$e=new He,Ne=new Ze(!0),Ue=e=>e,We=e=>Reflect.getPrototypeOf(e);function Ge(e){return function(...t){return"delete"!==e&&("clear"===e?void 0:this)}}function Qe(e,t){const s={get(s){const n=this.__v_raw,r=dt(n),a=dt(s);e||(O(s,a)&&Me(r,0,s),Me(r,0,a));const{has:o}=We(r),i=t?Ue:e?ft:pt;return o.call(r,s)?i(n.get(s)):o.call(r,a)?i(n.get(a)):void(n!==r&&n.get(s))},get size(){const t=this.__v_raw;return!e&&Me(dt(t),0,xe),Reflect.get(t,"size",t)},has(t){const s=this.__v_raw,n=dt(s),r=dt(t);return e||(O(t,r)&&Me(n,0,t),Me(n,0,r)),t===r?s.has(t):s.has(t)||s.has(r)},forEach(s,n){const r=this,a=r.__v_raw,o=dt(a),i=t?Ue:e?ft:pt;return!e&&Me(o,0,xe),a.forEach((e,t)=>s.call(n,i(e),i(t),r))}};l(s,e?{add:Ge("add"),set:Ge("set"),delete:Ge("delete"),clear:Ge("clear")}:{add(e){t||ut(e)||ct(e)||(e=dt(e));const s=dt(this);return We(s).has.call(s,e)||(s.add(e),Se(s,"add",e,e)),this},set(e,s){t||ut(s)||ct(s)||(s=dt(s));const n=dt(this),{has:r,get:a}=We(n);let o=r.call(n,e);o||(e=dt(e),o=r.call(n,e));const i=a.call(n,e);return n.set(e,s),o?O(s,i)&&Se(n,"set",e,s):Se(n,"add",e,s),this},delete(e){const t=dt(this),{has:s,get:n}=We(t);let r=s.call(t,e);r||(e=dt(e),r=s.call(t,e)),n&&n.call(t,e);const a=t.delete(e);return r&&Se(t,"delete",e,void 0),a},clear(){const e=dt(this),t=0!==e.size,s=e.clear();return t&&Se(e,"clear",void 0,void 0),s}});return["keys","values","entries",Symbol.iterator].forEach(n=>{s[n]=function(e,t,s){return function(...n){const r=this.__v_raw,a=dt(r),o=p(a),i="entries"===e||e===Symbol.iterator&&o,l="keys"===e&&o,c=r[e](...n),u=s?Ue:t?ft:pt;return!t&&Me(a,0,l?ke:xe),{next(){const{value:e,done:t}=c.next();return t?{value:e,done:t}:{value:i?[u(e[0]),u(e[1])]:u(e),done:t}},[Symbol.iterator](){return this}}}}(n,e,t)}),s}function Je(e,t){const s=Qe(e,t);return(t,n,r)=>"__v_isReactive"===n?!e:"__v_isReadonly"===n?e:"__v_raw"===n?t:Reflect.get(h(s,n)&&n in t?s:t,n,r)}const Ke={get:Je(!1,!1)},Xe={get:Je(!1,!0)},Ye={get:Je(!0,!1)},et=new WeakMap,tt=new WeakMap,st=new WeakMap,nt=new WeakMap;function rt(e){return e.__v_skip||!Object.isExtensible(e)?0:function(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}((e=>w(e).slice(8,-1))(e))}function at(e){return ct(e)?e:it(e,!1,Ve,Ke,et)}function ot(e){return it(e,!0,$e,Ye,st)}function it(e,t,s,n,r){if(!y(e))return e;if(e.__v_raw&&(!t||!e.__v_isReactive))return e;const a=rt(e);if(0===a)return e;const o=r.get(e);if(o)return o;const i=new Proxy(e,2===a?n:s);return r.set(e,i),i}function lt(e){return ct(e)?lt(e.__v_raw):!(!e||!e.__v_isReactive)}function ct(e){return!(!e||!e.__v_isReadonly)}function ut(e){return!(!e||!e.__v_isShallow)}function ht(e){return!!e&&!!e.__v_raw}function dt(e){const t=e&&e.__v_raw;return t?dt(t):e}const pt=e=>y(e)?at(e):e,ft=e=>y(e)?ot(e):e;function gt(e){return!!e&&!0===e.__v_isRef}function mt(e){return function(e,t){if(gt(e))return e;return new vt(e,t)}(e,!1)}class vt{constructor(e,t){this.dep=new be,this.__v_isRef=!0,this.__v_isShallow=!1,this._rawValue=t?e:dt(e),this._value=t?e:pt(e),this.__v_isShallow=t}get value(){return this.dep.track(),this._value}set value(e){const t=this._rawValue,s=this.__v_isShallow||ut(e)||ct(e);e=s?e:dt(e),O(e,t)&&(this._rawValue=e,this._value=s?e:pt(e),this.dep.trigger())}}function yt(e){return gt(e)?e.value:e}const _t={get:(e,t,s)=>"__v_raw"===t?e:yt(Reflect.get(e,t,s)),set:(e,t,s,n)=>{const r=e[t];return gt(r)&&!gt(s)?(r.value=s,!0):Reflect.set(e,t,s,n)}};function bt(e){return lt(e)?e:new Proxy(e,_t)}class wt{constructor(e,t,s){this.fn=e,this.setter=t,this._value=void 0,this.dep=new be(this),this.__v_isRef=!0,this.deps=void 0,this.depsTail=void 0,this.flags=16,this.globalVersion=ye-1,this.next=void 0,this.effect=this,this.__v_isReadonly=!t,this.isSSR=s}notify(){if(this.flags|=16,!(8&this.flags)&&K!==this)return re(this,!0),!0}get value(){const e=this.dep.track();return ue(this),e&&(e.version=this.dep.version),this._value}set value(e){this.setter&&this.setter(e)}}const Ct={},xt=new WeakMap;let kt;function At(e,t,n=s){const{immediate:a,deep:o,once:i,scheduler:l,augmentJob:u,call:h}=n,p=e=>o?e:ut(e)||!1===o||0===o?Mt(e,1):Mt(e);let f,m,v,y,_=!1,b=!1;if(gt(e)?(m=()=>e.value,_=ut(e)):lt(e)?(m=()=>p(e),_=!0):d(e)?(b=!0,_=e.some(e=>lt(e)||ut(e)),m=()=>e.map(e=>gt(e)?e.value:lt(e)?p(e):g(e)?h?h(e,2):e():void 0)):m=g(e)?t?h?()=>h(e,2):e:()=>{if(v){ge();try{v()}finally{me()}}const t=kt;kt=f;try{return h?h(e,3,[y]):e(y)}finally{kt=t}}:r,t&&o){const e=m,t=!0===o?1/0:o;m=()=>Mt(e(),t)}const w=J,C=()=>{f.stop(),w&&w.active&&c(w.effects,f)};if(i&&t){const e=t;t=(...t)=>{e(...t),C()}}let x=b?new Array(e.length).fill(Ct):Ct;const k=e=>{if(1&f.flags&&(f.dirty||e))if(t){const e=f.run();if(o||_||(b?e.some((e,t)=>O(e,x[t])):O(e,x))){v&&v();const s=kt;kt=f;try{const s=[e,x===Ct?void 0:b&&x[0]===Ct?[]:x,y];x=e,h?h(t,3,s):t(...s)}finally{kt=s}}}else f.run()};return u&&u(k),f=new ee(m),f.scheduler=l?()=>l(k,!1):k,y=e=>function(e,t=!1,s=kt){if(s){let t=xt.get(s);t||xt.set(s,t=[]),t.push(e)}}(e,!1,f),v=f.onStop=()=>{const e=xt.get(f);if(e){if(h)h(e,4);else for(const t of e)t();xt.delete(f)}},t?a?k(!0):x=f.run():l?l(k.bind(null,!0),!0):f.run(),C.pause=f.pause.bind(f),C.resume=f.resume.bind(f),C.stop=C,C}function Mt(e,t=1/0,s){if(t<=0||!y(e)||e.__v_skip)return e;if((s=s||new Set).has(e))return e;if(s.add(e),t--,gt(e))Mt(e.value,t,s);else if(d(e))for(let n=0;n<e.length;n++)Mt(e[n],t,s);else if(f(e)||p(e))e.forEach(e=>{Mt(e,t,s)});else if(C(e)){for(const n in e)Mt(e[n],t,s);for(const n of Object.getOwnPropertySymbols(e))Object.prototype.propertyIsEnumerable.call(e,n)&&Mt(e[n],t,s)}return e}
|
|
14
|
+
/**
|
|
15
|
+
* @vue/runtime-core v3.5.17
|
|
16
|
+
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
17
|
+
* @license MIT
|
|
18
|
+
**/function St(e,t,s,n){try{return n?e(...n):e()}catch(r){Dt(r,t,s)}}function Et(e,t,s,n){if(g(e)){const r=St(e,t,s,n);return r&&_(r)&&r.catch(e=>{Dt(e,t,s)}),r}if(d(e)){const r=[];for(let a=0;a<e.length;a++)r.push(Et(e[a],t,s,n));return r}}function Dt(e,t,n,r=!0){t&&t.vnode;const{errorHandler:a,throwUnhandledErrorInProduction:o}=t&&t.appContext.config||s;if(t){let s=t.parent;const r=t.proxy,o=`https://vuejs.org/error-reference/#runtime-${n}`;for(;s;){const t=s.ec;if(t)for(let s=0;s<t.length;s++)if(!1===t[s](e,r,o))return;s=s.parent}if(a)return ge(),St(a,null,10,[e,r,o]),void me()}!function(e,t,s,n=!0,r=!1){if(r)throw e;console.error(e)}(e,0,0,r,o)}const zt=[];let Ft=-1;const Ot=[];let Lt=null,Tt=0;const It=Promise.resolve();let jt=null;function Pt(e){const t=jt||It;return e?t.then(this?e.bind(this):e):t}function qt(e){if(!(1&e.flags)){const t=Ht(e),s=zt[zt.length-1];!s||!(2&e.flags)&&t>=Ht(s)?zt.push(e):zt.splice(function(e){let t=Ft+1,s=zt.length;for(;t<s;){const n=t+s>>>1,r=zt[n],a=Ht(r);a<e||a===e&&2&r.flags?t=n+1:s=n}return t}(t),0,e),e.flags|=1,Rt()}}function Rt(){jt||(jt=It.then(Vt))}function Bt(e,t,s=Ft+1){for(;s<zt.length;s++){const t=zt[s];if(t&&2&t.flags){if(e&&t.id!==e.uid)continue;zt.splice(s,1),s--,4&t.flags&&(t.flags&=-2),t(),4&t.flags||(t.flags&=-2)}}}function Zt(e){if(Ot.length){const e=[...new Set(Ot)].sort((e,t)=>Ht(e)-Ht(t));if(Ot.length=0,Lt)return void Lt.push(...e);for(Lt=e,Tt=0;Tt<Lt.length;Tt++){const e=Lt[Tt];4&e.flags&&(e.flags&=-2),8&e.flags||e(),e.flags&=-2}Lt=null,Tt=0}}const Ht=e=>null==e.id?2&e.flags?-1:1/0:e.id;function Vt(e){try{for(Ft=0;Ft<zt.length;Ft++){const e=zt[Ft];!e||8&e.flags||(4&e.flags&&(e.flags&=-2),St(e,e.i,e.i?15:14),4&e.flags||(e.flags&=-2))}}finally{for(;Ft<zt.length;Ft++){const e=zt[Ft];e&&(e.flags&=-2)}Ft=-1,zt.length=0,Zt(),jt=null,(zt.length||Ot.length)&&Vt()}}let $t=null,Nt=null;function Ut(e){const t=$t;return $t=e,Nt=e&&e.type.__scopeId||null,t}function Wt(e,t=$t,s){if(!t)return e;if(e._n)return e;const n=(...s)=>{n._d&&rn(-1);const r=Ut(t);let a;try{a=e(...s)}finally{Ut(r),n._d&&rn(1)}return a};return n._n=!0,n._c=!0,n._d=!0,n}function Gt(e,t){if(null===$t)return e;const n=In($t),r=e.dirs||(e.dirs=[]);for(let a=0;a<t.length;a++){let[e,o,i,l=s]=t[a];e&&(g(e)&&(e={mounted:e,updated:e}),e.deep&&Mt(o),r.push({dir:e,instance:n,value:o,oldValue:void 0,arg:i,modifiers:l}))}return e}function Qt(e,t,s,n){const r=e.dirs,a=t&&t.dirs;for(let o=0;o<r.length;o++){const i=r[o];a&&(i.oldValue=a[o].value);let l=i.dir[n];l&&(ge(),Et(l,s,8,[e.el,i,e,t]),me())}}const Jt=Symbol("_vte");function Kt(e,t){6&e.shapeFlag&&e.component?(e.transition=t,Kt(e.component.subTree,t)):128&e.shapeFlag?(e.ssContent.transition=t.clone(e.ssContent),e.ssFallback.transition=t.clone(e.ssFallback)):e.transition=t}
|
|
19
|
+
/*! #__NO_SIDE_EFFECTS__ */function Xt(e,t){return g(e)?(()=>l({name:e.name},t,{setup:e}))():e}function Yt(e,t,n,r,a=!1){if(d(e))return void e.forEach((e,s)=>Yt(e,t&&(d(t)?t[s]:t),n,r,a));if(es(r)&&!a)return void(512&r.shapeFlag&&r.type.__asyncResolved&&r.component.subTree.component&&Yt(e,t,n,r.component.subTree));const o=4&r.shapeFlag?In(r.component):r.el,i=a?null:o,{i:l,r:u}=e,p=t&&t.r,f=l.refs===s?l.refs={}:l.refs,v=l.setupState,y=dt(v),_=v===s?()=>!1:e=>h(y,e);if(null!=p&&p!==u&&(m(p)?(f[p]=null,_(p)&&(v[p]=null)):gt(p)&&(p.value=null)),g(u))St(u,l,12,[i,f]);else{const t=m(u),s=gt(u);if(t||s){const r=()=>{if(e.f){const s=t?_(u)?v[u]:f[u]:u.value;a?d(s)&&c(s,o):d(s)?s.includes(o)||s.push(o):t?(f[u]=[o],_(u)&&(v[u]=f[u])):(u.value=[o],e.k&&(f[e.k]=u.value))}else t?(f[u]=i,_(u)&&(v[u]=i)):s&&(u.value=i,e.k&&(f[e.k]=i))};i?(r.id=-1,Fs(r,n)):r()}}}P().requestIdleCallback,P().cancelIdleCallback;const es=e=>!!e.type.__asyncLoader;const ts=(ss="m",(e,t=Sn)=>{Fn&&"sp"!==ss||function(e,t,s=Sn,n=!1){if(s){const r=s[e]||(s[e]=[]),a=t.__weh||(t.__weh=(...n)=>{ge();const r=En(s),a=Et(t,s,e,n);return r(),me(),a});n?r.unshift(a):r.push(a)}}(ss,(...t)=>e(...t),t)});var ss;const ns=Symbol.for("v-ndc");function rs(e){return m(e)?function(e,t,s=!0,n=!1){const r=$t||Sn;if(r){const s=r.type;{const e=jn(s,!1);if(e&&(e===t||e===S(t)||e===z(S(t))))return s}const a=as(r[e]||s[e],t)||as(r.appContext[e],t);return!a&&n?s:a}}("components",e,!1)||e:e||ns}function as(e,t){return e&&(e[t]||e[S(t)]||e[z(S(t))])}function os(e,t,s,n){let r;const a=s,o=d(e);if(o||m(e)){let s=!1,n=!1;o&<(e)&&(s=!ut(e),n=ct(e),e=De(e)),r=new Array(e.length);for(let o=0,i=e.length;o<i;o++)r[o]=t(s?n?ft(pt(e[o])):pt(e[o]):e[o],o,void 0,a)}else if("number"==typeof e){r=new Array(e);for(let s=0;s<e;s++)r[s]=t(s+1,s,void 0,a)}else if(y(e))if(e[Symbol.iterator])r=Array.from(e,(e,s)=>t(e,s,void 0,a));else{const s=Object.keys(e);r=new Array(s.length);for(let n=0,o=s.length;n<o;n++){const o=s[n];r[n]=t(e[o],o,n,a)}}else r=[];return r}function is(e,t,s={},n,r){if($t.ce||$t.parent&&es($t.parent)&&$t.parent.ce)return sn(),ln(Js,null,[fn("slot",s,n)],64);let a=e[t];a&&a._c&&(a._d=!1),sn();const o=a&&ls(a(s)),i=s.key||o&&o.key,l=ln(Js,{key:(i&&!v(i)?i:`_${t}`)+""},o||[],o&&1===e._?64:-2);return l.scopeId&&(l.slotScopeIds=[l.scopeId+"-s"]),a&&a._c&&(a._d=!0),l}function ls(e){return e.some(e=>!cn(e)||e.type!==Xs&&!(e.type===Js&&!ls(e.children)))?e:null}const cs=e=>e?zn(e)?In(e):cs(e.parent):null,us=l(Object.create(null),{$:e=>e,$el:e=>e.vnode.el,$data:e=>e.data,$props:e=>e.props,$attrs:e=>e.attrs,$slots:e=>e.slots,$refs:e=>e.refs,$parent:e=>cs(e.parent),$root:e=>cs(e.root),$host:e=>e.ce,$emit:e=>e.emit,$options:e=>e.type,$forceUpdate:e=>e.f||(e.f=()=>{qt(e.update)}),$nextTick:e=>e.n||(e.n=Pt.bind(e.proxy)),$watch:e=>r}),hs=(e,t)=>e!==s&&!e.__isScriptSetup&&h(e,t),ds={get({_:e},t){if("__v_skip"===t)return!0;const{ctx:n,setupState:r,data:a,props:o,accessCache:i,type:l,appContext:c}=e;let u;if("$"!==t[0]){const l=i[t];if(void 0!==l)switch(l){case 1:return r[t];case 2:return a[t];case 4:return n[t];case 3:return o[t]}else{if(hs(r,t))return i[t]=1,r[t];if(a!==s&&h(a,t))return i[t]=2,a[t];if((u=e.propsOptions[0])&&h(u,t))return i[t]=3,o[t];if(n!==s&&h(n,t))return i[t]=4,n[t];i[t]=0}}const d=us[t];let p,f;return d?("$attrs"===t&&Me(e.attrs,0,""),d(e)):(p=l.__cssModules)&&(p=p[t])?p:n!==s&&h(n,t)?(i[t]=4,n[t]):(f=c.config.globalProperties,h(f,t)?f[t]:void 0)},set({_:e},t,n){const{data:r,setupState:a,ctx:o}=e;return hs(a,t)?(a[t]=n,!0):r!==s&&h(r,t)?(r[t]=n,!0):!h(e.props,t)&&(("$"!==t[0]||!(t.slice(1)in e))&&(o[t]=n,!0))},has({_:{data:e,setupState:t,accessCache:n,ctx:r,appContext:a,propsOptions:o}},i){let l;return!!n[i]||e!==s&&h(e,i)||hs(t,i)||(l=o[0])&&h(l,i)||h(r,i)||h(us,i)||h(a.config.globalProperties,i)},defineProperty(e,t,s){return null!=s.get?e._.accessCache[t]=0:h(s,"value")&&this.set(e,t,s.value,null),Reflect.defineProperty(e,t,s)}};function ps(){return{app:null,config:{isNativeTag:a,performance:!1,globalProperties:{},optionMergeStrategies:{},errorHandler:void 0,warnHandler:void 0,compilerOptions:{}},mixins:[],components:{},directives:{},provides:Object.create(null),optionsCache:new WeakMap,propsCache:new WeakMap,emitsCache:new WeakMap}}let fs=0;function gs(e,t){return function(t,s=null){g(t)||(t=l({},t)),null==s||y(s)||(s=null);const n=ps(),r=new WeakSet,a=[];let o=!1;const i=n.app={_uid:fs++,_component:t,_props:s,_container:null,_context:n,_instance:null,version:Rn,get config(){return n.config},set config(e){},use:(e,...t)=>(r.has(e)||(e&&g(e.install)?(r.add(e),e.install(i,...t)):g(e)&&(r.add(e),e(i,...t))),i),mixin:e=>i,component:(e,t)=>t?(n.components[e]=t,i):n.components[e],directive:(e,t)=>t?(n.directives[e]=t,i):n.directives[e],mount(r,a,l){if(!o){const a=i._ceVNode||fn(t,s);return a.appContext=n,!0===l?l="svg":!1===l&&(l=void 0),e(a,r,l),o=!0,i._container=r,r.__vue_app__=i,In(a.component)}},onUnmount(e){a.push(e)},unmount(){o&&(Et(a,i._instance,16),e(null,i._container),delete i._container.__vue_app__)},provide:(e,t)=>(n.provides[e]=t,i),runWithContext(e){const t=ms;ms=i;try{return e()}finally{ms=t}}};return i}}let ms=null;const vs={},ys=()=>Object.create(vs),_s=e=>Object.getPrototypeOf(e)===vs;function bs(e,t,s,n=!1){const r={},a=ys();e.propsDefaults=Object.create(null),ws(e,t,r,a);for(const o in e.propsOptions[0])o in r||(r[o]=void 0);s?e.props=n?r:it(r,!1,Ne,Xe,tt):e.type.props?e.props=r:e.props=a,e.attrs=a}function ws(e,t,n,r){const[a,o]=e.propsOptions;let i,l=!1;if(t)for(let s in t){if(k(s))continue;const c=t[s];let u;a&&h(a,u=S(s))?o&&o.includes(u)?(i||(i={}))[u]=c:n[u]=c:$s(e.emitsOptions,s)||s in r&&c===r[s]||(r[s]=c,l=!0)}if(o){const t=dt(n),r=i||s;for(let s=0;s<o.length;s++){const i=o[s];n[i]=Cs(a,t,i,r[i],e,!h(r,i))}}return l}function Cs(e,t,s,n,r,a){const o=e[s];if(null!=o){const e=h(o,"default");if(e&&void 0===n){const e=o.default;if(o.type!==Function&&!o.skipFactory&&g(e)){const{propsDefaults:a}=r;if(s in a)n=a[s];else{const o=En(r);n=a[s]=e.call(null,t),o()}}else n=e;r.ce&&r.ce._setProp(s,n)}o[0]&&(a&&!e?n=!1:!o[1]||""!==n&&n!==D(s)||(n=!0))}return n}function xs(e,t,r=!1){const a=t.propsCache,o=a.get(e);if(o)return o;const i=e.props,c={},u=[];if(!i)return y(e)&&a.set(e,n),n;if(d(i))for(let n=0;n<i.length;n++){const e=S(i[n]);ks(e)&&(c[e]=s)}else if(i)for(const s in i){const e=S(s);if(ks(e)){const t=i[s],n=c[e]=d(t)||g(t)?{type:t}:l({},t),r=n.type;let a=!1,o=!0;if(d(r))for(let e=0;e<r.length;++e){const t=r[e],s=g(t)&&t.name;if("Boolean"===s){a=!0;break}"String"===s&&(o=!1)}else a=g(r)&&"Boolean"===r.name;n[0]=a,n[1]=o,(a||h(n,"default"))&&u.push(e)}}const p=[c,u];return y(e)&&a.set(e,p),p}function ks(e){return"$"!==e[0]&&!k(e)}const As=e=>"_"===e[0]||"$stable"===e,Ms=e=>d(e)?e.map(_n):[_n(e)],Ss=(e,t,s)=>{if(t._n)return t;const n=Wt((...e)=>Ms(t(...e)),s);return n._c=!1,n},Es=(e,t,s)=>{const n=e._ctx;for(const r in e){if(As(r))continue;const s=e[r];if(g(s))t[r]=Ss(0,s,n);else if(null!=s){const e=Ms(s);t[r]=()=>e}}},Ds=(e,t)=>{const s=Ms(t);e.slots.default=()=>s},zs=(e,t,s)=>{for(const n in t)!s&&As(n)||(e[n]=t[n])},Fs=function(e,t){t&&t.pendingBranch?d(e)?t.effects.push(...e):t.effects.push(e):(d(s=e)?Ot.push(...s):Lt&&-1===s.id?Lt.splice(Tt+1,0,s):1&s.flags||(Ot.push(s),s.flags|=1),Rt());var s};function Os(e){return function(e){P().__VUE__=!0;const{insert:t,remove:a,patchProp:o,createElement:i,createText:l,createComment:c,setText:u,setElementText:p,parentNode:f,nextSibling:g,setScopeId:m=r,insertStaticContent:v}=e,y=(e,t,s,n=null,r=null,a=null,o=void 0,i=null,l=!!t.dynamicChildren)=>{if(e===t)return;e&&!un(e,t)&&(n=te(e),G(e,r,a,!0),e=null),-2===t.patchFlag&&(l=!1,t.dynamicChildren=null);const{type:c,ref:u,shapeFlag:h}=t;switch(c){case Ks:b(e,t,s,n);break;case Xs:w(e,t,s,n);break;case Ys:null==e&&C(t,s,n,o);break;case Js:q(e,t,s,n,r,a,o,i,l);break;default:1&h?M(e,t,s,n,r,a,o,i,l):6&h?R(e,t,s,n,r,a,o,i,l):(64&h||128&h)&&c.process(e,t,s,n,r,a,o,i,l,re)}null!=u&&r?Yt(u,e&&e.ref,a,t||e,!t):null==u&&e&&null!=e.ref&&Yt(e.ref,null,a,e,!0)},b=(e,s,n,r)=>{if(null==e)t(s.el=l(s.children),n,r);else{const t=s.el=e.el;s.children!==e.children&&u(t,s.children)}},w=(e,s,n,r)=>{null==e?t(s.el=c(s.children||""),n,r):s.el=e.el},C=(e,t,s,n)=>{[e.el,e.anchor]=v(e.children,t,s,n,e.el,e.anchor)},x=({el:e,anchor:s},n,r)=>{let a;for(;e&&e!==s;)a=g(e),t(e,n,r),e=a;t(s,n,r)},A=({el:e,anchor:t})=>{let s;for(;e&&e!==t;)s=g(e),a(e),e=s;a(t)},M=(e,t,s,n,r,a,o,i,l)=>{"svg"===t.type?o="svg":"math"===t.type&&(o="mathml"),null==e?E(t,s,n,r,a,o,i,l):O(e,t,r,a,o,i,l)},E=(e,s,n,r,a,l,c,u)=>{let h,d;const{props:f,shapeFlag:g,transition:m,dirs:v}=e;if(h=e.el=i(e.type,l,f&&f.is,f),8&g?p(h,e.children):16&g&&F(e.children,h,null,r,a,Ls(e,l),c,u),v&&Qt(e,null,r,"created"),z(h,e,e.scopeId,c,r),f){for(const e in f)"value"===e||k(e)||o(h,e,null,f[e],l,r);"value"in f&&o(h,"value",null,f.value,l),(d=f.onVnodeBeforeMount)&&Cn(d,r,e)}v&&Qt(e,null,r,"beforeMount");const y=function(e,t){return(!e||e&&!e.pendingBranch)&&t&&!t.persisted}(a,m);y&&m.beforeEnter(h),t(h,s,n),((d=f&&f.onVnodeMounted)||y||v)&&Fs(()=>{d&&Cn(d,r,e),y&&m.enter(h),v&&Qt(e,null,r,"mounted")},a)},z=(e,t,s,n,r)=>{if(s&&m(e,s),n)for(let a=0;a<n.length;a++)m(e,n[a]);if(r){let s=r.subTree;if(t===s||Qs(s.type)&&(s.ssContent===t||s.ssFallback===t)){const t=r.vnode;z(e,t,t.scopeId,t.slotScopeIds,r.parent)}}},F=(e,t,s,n,r,a,o,i,l=0)=>{for(let c=l;c<e.length;c++){const l=e[c]=i?bn(e[c]):_n(e[c]);y(null,l,t,s,n,r,a,o,i)}},O=(e,t,n,r,a,i,l)=>{const c=t.el=e.el;let{patchFlag:u,dynamicChildren:h,dirs:d}=t;u|=16&e.patchFlag;const f=e.props||s,g=t.props||s;let m;if(n&&Ts(n,!1),(m=g.onVnodeBeforeUpdate)&&Cn(m,n,t,e),d&&Qt(t,e,n,"beforeUpdate"),n&&Ts(n,!0),(f.innerHTML&&null==g.innerHTML||f.textContent&&null==g.textContent)&&p(c,""),h?I(e.dynamicChildren,h,c,n,r,Ls(t,a),i):l||$(e,t,c,null,n,r,Ls(t,a),i,!1),u>0){if(16&u)j(c,f,g,n,a);else if(2&u&&f.class!==g.class&&o(c,"class",null,g.class,a),4&u&&o(c,"style",f.style,g.style,a),8&u){const e=t.dynamicProps;for(let t=0;t<e.length;t++){const s=e[t],r=f[s],i=g[s];i===r&&"value"!==s||o(c,s,r,i,a,n)}}1&u&&e.children!==t.children&&p(c,t.children)}else l||null!=h||j(c,f,g,n,a);((m=g.onVnodeUpdated)||d)&&Fs(()=>{m&&Cn(m,n,t,e),d&&Qt(t,e,n,"updated")},r)},I=(e,t,s,n,r,a,o)=>{for(let i=0;i<t.length;i++){const l=e[i],c=t[i],u=l.el&&(l.type===Js||!un(l,c)||198&l.shapeFlag)?f(l.el):s;y(l,c,u,null,n,r,a,o,!0)}},j=(e,t,n,r,a)=>{if(t!==n){if(t!==s)for(const s in t)k(s)||s in n||o(e,s,t[s],null,a,r);for(const s in n){if(k(s))continue;const i=n[s],l=t[s];i!==l&&"value"!==s&&o(e,s,l,i,a,r)}"value"in n&&o(e,"value",t.value,n.value,a)}},q=(e,s,n,r,a,o,i,c,u)=>{const h=s.el=e?e.el:l(""),d=s.anchor=e?e.anchor:l("");let{patchFlag:p,dynamicChildren:f,slotScopeIds:g}=s;g&&(c=c?c.concat(g):g),null==e?(t(h,n,r),t(d,n,r),F(s.children||[],n,d,a,o,i,c,u)):p>0&&64&p&&f&&e.dynamicChildren?(I(e.dynamicChildren,f,n,a,o,i,c),(null!=s.key||a&&s===a.subTree)&&Is(e,s,!0)):$(e,s,n,d,a,o,i,c,u)},R=(e,t,s,n,r,a,o,i,l)=>{t.slotScopeIds=i,null==e?512&t.shapeFlag?r.ctx.activate(t,s,n,o,l):B(t,s,n,r,a,o,l):Z(e,t,l)},B=(e,t,n,r,a,o,i)=>{const l=e.component=function(e,t,n){const r=e.type,a=(t?t.appContext:e.appContext)||xn,o={uid:kn++,vnode:e,type:r,parent:t,appContext:a,root:null,next:null,subTree:null,effect:null,update:null,job:null,scope:new X(!0),render:null,proxy:null,exposed:null,exposeProxy:null,withProxy:null,provides:t?t.provides:Object.create(a.provides),ids:t?t.ids:["",0,0],accessCache:null,renderCache:[],components:null,directives:null,propsOptions:xs(r,a),emitsOptions:Vs(r,a),emit:null,emitted:null,propsDefaults:s,inheritAttrs:r.inheritAttrs,ctx:s,data:s,props:s,attrs:s,slots:s,refs:s,setupState:s,setupContext:null,suspense:n,suspenseId:n?n.pendingId:0,asyncDep:null,asyncResolved:!1,isMounted:!1,isUnmounted:!1,isDeactivated:!1,bc:null,c:null,bm:null,m:null,bu:null,u:null,um:null,bum:null,da:null,a:null,rtg:null,rtc:null,ec:null,sp:null};o.ctx={_:o},o.root=t?t.root:o,o.emit=Hs.bind(null,o),e.ce&&e.ce(o);return o}(e,r,a);if(e.type.__isKeepAlive&&(l.ctx.renderer=re),function(e,t=!1,s=!1){t&&Mn(t);const{props:n,children:r}=e.vnode,a=zn(e);bs(e,n,a,t),((e,t,s)=>{const n=e.slots=ys();if(32&e.vnode.shapeFlag){const e=t.__;e&&T(n,"__",e,!0);const r=t._;r?(zs(n,t,s),s&&T(n,"_",r,!0)):Es(t,n)}else t&&Ds(e,t)})(e,r,s||t);const o=a?function(e,t){const s=e.type;e.accessCache=Object.create(null),e.proxy=new Proxy(e.ctx,ds);const{setup:n}=s;if(n){ge();const s=e.setupContext=n.length>1?function(e){const t=t=>{e.exposed=t||{}};return{attrs:new Proxy(e.attrs,Tn),slots:e.slots,emit:e.emit,expose:t}}(e):null,r=En(e),a=St(n,e,0,[e.props,s]),o=_(a);if(me(),r(),!o&&!e.sp||es(e)||function(e){e.ids=[e.ids[0]+e.ids[2]+++"-",0,0]}(e),o){if(a.then(Dn,Dn),t)return a.then(t=>{On(e,t)}).catch(t=>{Dt(t,e,0)});e.asyncDep=a}else On(e,a)}else Ln(e)}(e,t):void 0;t&&Mn(!1)}(l,!1,i),l.asyncDep){if(a&&a.registerDep(l,H,i),!e.el){const e=l.subTree=fn(Xs);w(null,e,t,n)}}else H(l,e,t,n,a,o,i)},Z=(e,t,s)=>{const n=t.component=e.component;if(function(e,t,s){const{props:n,children:r,component:a}=e,{props:o,children:i,patchFlag:l}=t,c=a.emitsOptions;if(t.dirs||t.transition)return!0;if(!(s&&l>=0))return!(!r&&!i||i&&i.$stable)||n!==o&&(n?!o||Gs(n,o,c):!!o);if(1024&l)return!0;if(16&l)return n?Gs(n,o,c):!!o;if(8&l){const e=t.dynamicProps;for(let t=0;t<e.length;t++){const s=e[t];if(o[s]!==n[s]&&!$s(c,s))return!0}}return!1}(e,t,s)){if(n.asyncDep&&!n.asyncResolved)return void V(n,t,s);n.next=t,n.update()}else t.el=e.el,n.vnode=t},H=(e,t,s,n,r,a,o)=>{const i=()=>{if(e.isMounted){let{next:t,bu:s,u:n,parent:l,vnode:c}=e;{const s=js(e);if(s)return t&&(t.el=c.el,V(e,t,o)),void s.asyncDep.then(()=>{e.isUnmounted||i()})}let u,h=t;Ts(e,!1),t?(t.el=c.el,V(e,t,o)):t=c,s&&L(s),(u=t.props&&t.props.onVnodeBeforeUpdate)&&Cn(u,l,t,c),Ts(e,!0);const d=Ns(e),p=e.subTree;e.subTree=d,y(p,d,f(p.el),te(p),e,r,a),t.el=d.el,null===h&&function({vnode:e,parent:t},s){for(;t;){const n=t.subTree;if(n.suspense&&n.suspense.activeBranch===e&&(n.el=e.el),n!==e)break;(e=t.vnode).el=s,t=t.parent}}(e,d.el),n&&Fs(n,r),(u=t.props&&t.props.onVnodeUpdated)&&Fs(()=>Cn(u,l,t,c),r)}else{let o;const{el:i,props:l}=t,{bm:c,m:u,parent:h,root:d,type:p}=e,f=es(t);Ts(e,!1),c&&L(c),!f&&(o=l&&l.onVnodeBeforeMount)&&Cn(o,h,t),Ts(e,!0);{d.ce&&!1!==d.ce._def.shadowRoot&&d.ce._injectChildStyle(p);const o=e.subTree=Ns(e);y(null,o,s,n,e,r,a),t.el=o.el}if(u&&Fs(u,r),!f&&(o=l&&l.onVnodeMounted)){const e=t;Fs(()=>Cn(o,h,e),r)}(256&t.shapeFlag||h&&es(h.vnode)&&256&h.vnode.shapeFlag)&&e.a&&Fs(e.a,r),e.isMounted=!0,t=s=n=null}};e.scope.on();const l=e.effect=new ee(i);e.scope.off();const c=e.update=l.run.bind(l),u=e.job=l.runIfDirty.bind(l);u.i=e,u.id=e.uid,l.scheduler=()=>qt(u),Ts(e,!0),c()},V=(e,t,n)=>{t.component=e;const r=e.vnode.props;e.vnode=t,e.next=null,function(e,t,s,n){const{props:r,attrs:a,vnode:{patchFlag:o}}=e,i=dt(r),[l]=e.propsOptions;let c=!1;if(!(n||o>0)||16&o){let n;ws(e,t,r,a)&&(c=!0);for(const a in i)t&&(h(t,a)||(n=D(a))!==a&&h(t,n))||(l?!s||void 0===s[a]&&void 0===s[n]||(r[a]=Cs(l,i,a,void 0,e,!0)):delete r[a]);if(a!==i)for(const e in a)t&&h(t,e)||(delete a[e],c=!0)}else if(8&o){const s=e.vnode.dynamicProps;for(let n=0;n<s.length;n++){let o=s[n];if($s(e.emitsOptions,o))continue;const u=t[o];if(l)if(h(a,o))u!==a[o]&&(a[o]=u,c=!0);else{const t=S(o);r[t]=Cs(l,i,t,u,e,!1)}else u!==a[o]&&(a[o]=u,c=!0)}}c&&Se(e.attrs,"set","")}(e,t.props,r,n),((e,t,n)=>{const{vnode:r,slots:a}=e;let o=!0,i=s;if(32&r.shapeFlag){const e=t._;e?n&&1===e?o=!1:zs(a,t,n):(o=!t.$stable,Es(t,a)),i=t}else t&&(Ds(e,t),i={default:1});if(o)for(const s in a)As(s)||null!=i[s]||delete a[s]})(e,t.children,n),ge(),Bt(e),me()},$=(e,t,s,n,r,a,o,i,l=!1)=>{const c=e&&e.children,u=e?e.shapeFlag:0,h=t.children,{patchFlag:d,shapeFlag:f}=t;if(d>0){if(128&d)return void U(c,h,s,n,r,a,o,i,l);if(256&d)return void N(c,h,s,n,r,a,o,i,l)}8&f?(16&u&&Y(c,r,a),h!==c&&p(s,h)):16&u?16&f?U(c,h,s,n,r,a,o,i,l):Y(c,r,a,!0):(8&u&&p(s,""),16&f&&F(h,s,n,r,a,o,i,l))},N=(e,t,s,r,a,o,i,l,c)=>{t=t||n;const u=(e=e||n).length,h=t.length,d=Math.min(u,h);let p;for(p=0;p<d;p++){const n=t[p]=c?bn(t[p]):_n(t[p]);y(e[p],n,s,null,a,o,i,l,c)}u>h?Y(e,a,o,!0,!1,d):F(t,s,r,a,o,i,l,c,d)},U=(e,t,s,r,a,o,i,l,c)=>{let u=0;const h=t.length;let d=e.length-1,p=h-1;for(;u<=d&&u<=p;){const n=e[u],r=t[u]=c?bn(t[u]):_n(t[u]);if(!un(n,r))break;y(n,r,s,null,a,o,i,l,c),u++}for(;u<=d&&u<=p;){const n=e[d],r=t[p]=c?bn(t[p]):_n(t[p]);if(!un(n,r))break;y(n,r,s,null,a,o,i,l,c),d--,p--}if(u>d){if(u<=p){const e=p+1,n=e<h?t[e].el:r;for(;u<=p;)y(null,t[u]=c?bn(t[u]):_n(t[u]),s,n,a,o,i,l,c),u++}}else if(u>p)for(;u<=d;)G(e[u],a,o,!0),u++;else{const f=u,g=u,m=new Map;for(u=g;u<=p;u++){const e=t[u]=c?bn(t[u]):_n(t[u]);null!=e.key&&m.set(e.key,u)}let v,_=0;const b=p-g+1;let w=!1,C=0;const x=new Array(b);for(u=0;u<b;u++)x[u]=0;for(u=f;u<=d;u++){const n=e[u];if(_>=b){G(n,a,o,!0);continue}let r;if(null!=n.key)r=m.get(n.key);else for(v=g;v<=p;v++)if(0===x[v-g]&&un(n,t[v])){r=v;break}void 0===r?G(n,a,o,!0):(x[r-g]=u+1,r>=C?C=r:w=!0,y(n,t[r],s,null,a,o,i,l,c),_++)}const k=w?function(e){const t=e.slice(),s=[0];let n,r,a,o,i;const l=e.length;for(n=0;n<l;n++){const l=e[n];if(0!==l){if(r=s[s.length-1],e[r]<l){t[n]=r,s.push(n);continue}for(a=0,o=s.length-1;a<o;)i=a+o>>1,e[s[i]]<l?a=i+1:o=i;l<e[s[a]]&&(a>0&&(t[n]=s[a-1]),s[a]=n)}}a=s.length,o=s[a-1];for(;a-- >0;)s[a]=o,o=t[o];return s}(x):n;for(v=k.length-1,u=b-1;u>=0;u--){const e=g+u,n=t[e],d=e+1<h?t[e+1].el:r;0===x[u]?y(null,n,s,d,a,o,i,l,c):w&&(v<0||u!==k[v]?W(n,s,d,2):v--)}}},W=(e,s,n,r,o=null)=>{const{el:i,type:l,transition:c,children:u,shapeFlag:h}=e;if(6&h)return void W(e.component.subTree,s,n,r);if(128&h)return void e.suspense.move(s,n,r);if(64&h)return void l.move(e,s,n,re);if(l===Js){t(i,s,n);for(let e=0;e<u.length;e++)W(u[e],s,n,r);return void t(e.anchor,s,n)}if(l===Ys)return void x(e,s,n);if(2!==r&&1&h&&c)if(0===r)c.beforeEnter(i),t(i,s,n),Fs(()=>c.enter(i),o);else{const{leave:r,delayLeave:o,afterLeave:l}=c,u=()=>{e.ctx.isUnmounted?a(i):t(i,s,n)},h=()=>{r(i,()=>{u(),l&&l()})};o?o(i,u,h):h()}else t(i,s,n)},G=(e,t,s,n=!1,r=!1)=>{const{type:a,props:o,ref:i,children:l,dynamicChildren:c,shapeFlag:u,patchFlag:h,dirs:d,cacheIndex:p}=e;if(-2===h&&(r=!1),null!=i&&(ge(),Yt(i,null,s,e,!0),me()),null!=p&&(t.renderCache[p]=void 0),256&u)return void t.ctx.deactivate(e);const f=1&u&&d,g=!es(e);let m;if(g&&(m=o&&o.onVnodeBeforeUnmount)&&Cn(m,t,e),6&u)K(e.component,s,n);else{if(128&u)return void e.suspense.unmount(s,n);f&&Qt(e,null,t,"beforeUnmount"),64&u?e.type.remove(e,t,s,re,n):c&&!c.hasOnce&&(a!==Js||h>0&&64&h)?Y(c,t,s,!1,!0):(a===Js&&384&h||!r&&16&u)&&Y(l,t,s),n&&Q(e)}(g&&(m=o&&o.onVnodeUnmounted)||f)&&Fs(()=>{m&&Cn(m,t,e),f&&Qt(e,null,t,"unmounted")},s)},Q=e=>{const{type:t,el:s,anchor:n,transition:r}=e;if(t===Js)return void J(s,n);if(t===Ys)return void A(e);const o=()=>{a(s),r&&!r.persisted&&r.afterLeave&&r.afterLeave()};if(1&e.shapeFlag&&r&&!r.persisted){const{leave:t,delayLeave:n}=r,a=()=>t(s,o);n?n(e.el,o,a):a()}else o()},J=(e,t)=>{let s;for(;e!==t;)s=g(e),a(e),e=s;a(t)},K=(e,t,s)=>{const{bum:n,scope:r,job:a,subTree:o,um:i,m:l,a:c,parent:u,slots:{__:h}}=e;Ps(l),Ps(c),n&&L(n),u&&d(h)&&h.forEach(e=>{u.renderCache[e]=void 0}),r.stop(),a&&(a.flags|=8,G(o,e,t,s)),i&&Fs(i,t),Fs(()=>{e.isUnmounted=!0},t),t&&t.pendingBranch&&!t.isUnmounted&&e.asyncDep&&!e.asyncResolved&&e.suspenseId===t.pendingId&&(t.deps--,0===t.deps&&t.resolve())},Y=(e,t,s,n=!1,r=!1,a=0)=>{for(let o=a;o<e.length;o++)G(e[o],t,s,n,r)},te=e=>{if(6&e.shapeFlag)return te(e.component.subTree);if(128&e.shapeFlag)return e.suspense.next();const t=g(e.anchor||e.el),s=t&&t[Jt];return s?g(s):t};let se=!1;const ne=(e,t,s)=>{null==e?t._vnode&&G(t._vnode,null,null,!0):y(t._vnode||null,e,t,null,null,null,s),t._vnode=e,se||(se=!0,Bt(),Zt(),se=!1)},re={p:y,um:G,m:W,r:Q,mt:B,mc:F,pc:$,pbc:I,n:te,o:e};let ae;return{render:ne,hydrate:ae,createApp:gs(ne)}}(e)}function Ls({type:e,props:t},s){return"svg"===s&&"foreignObject"===e||"mathml"===s&&"annotation-xml"===e&&t&&t.encoding&&t.encoding.includes("html")?void 0:s}function Ts({effect:e,job:t},s){s?(e.flags|=32,t.flags|=4):(e.flags&=-33,t.flags&=-5)}function Is(e,t,s=!1){const n=e.children,r=t.children;if(d(n)&&d(r))for(let a=0;a<n.length;a++){const e=n[a];let t=r[a];1&t.shapeFlag&&!t.dynamicChildren&&((t.patchFlag<=0||32===t.patchFlag)&&(t=r[a]=bn(r[a]),t.el=e.el),s||-2===t.patchFlag||Is(e,t)),t.type===Ks&&(t.el=e.el),t.type!==Xs||t.el||(t.el=e.el)}}function js(e){const t=e.subTree.component;if(t)return t.asyncDep&&!t.asyncResolved?t:js(t)}function Ps(e){if(e)for(let t=0;t<e.length;t++)e[t].flags|=8}const qs=Symbol.for("v-scx"),Rs=()=>{{const e=function(e,t,s=!1){const n=Sn||$t;if(n||ms){let r=ms?ms._context.provides:n?null==n.parent||n.ce?n.vnode.appContext&&n.vnode.appContext.provides:n.parent.provides:void 0;if(r&&e in r)return r[e];if(arguments.length>1)return s&&g(t)?t.call(n&&n.proxy):t}}(qs);return e}};function Bs(e,t,n){return function(e,t,n=s){const{immediate:a,deep:o,flush:i,once:c}=n,u=l({},n),h=t&&a||!t&&"post"!==i;let d;if(Fn)if("sync"===i){const e=Rs();d=e.__watcherHandles||(e.__watcherHandles=[])}else if(!h){const e=()=>{};return e.stop=r,e.resume=r,e.pause=r,e}const p=Sn;u.call=(e,t,s)=>Et(e,p,t,s);let f=!1;"post"===i?u.scheduler=e=>{Fs(e,p&&p.suspense)}:"sync"!==i&&(f=!0,u.scheduler=(e,t)=>{t?e():qt(e)});u.augmentJob=e=>{t&&(e.flags|=4),f&&(e.flags|=2,p&&(e.id=p.uid,e.i=p))};const g=At(e,t,u);Fn&&(d?d.push(g):h&&g());return g}(e,t,n)}const Zs=(e,t)=>"modelValue"===t||"model-value"===t?e.modelModifiers:e[`${t}Modifiers`]||e[`${S(t)}Modifiers`]||e[`${D(t)}Modifiers`];function Hs(e,t,...n){if(e.isUnmounted)return;const r=e.vnode.props||s;let a=n;const o=t.startsWith("update:"),i=o&&Zs(r,t.slice(7));let l;i&&(i.trim&&(a=n.map(e=>m(e)?e.trim():e)),i.number&&(a=n.map(I)));let c=r[l=F(t)]||r[l=F(S(t))];!c&&o&&(c=r[l=F(D(t))]),c&&Et(c,e,6,a);const u=r[l+"Once"];if(u){if(e.emitted){if(e.emitted[l])return}else e.emitted={};e.emitted[l]=!0,Et(u,e,6,a)}}function Vs(e,t,s=!1){const n=t.emitsCache,r=n.get(e);if(void 0!==r)return r;const a=e.emits;let o={};return a?(d(a)?a.forEach(e=>o[e]=null):l(o,a),y(e)&&n.set(e,o),o):(y(e)&&n.set(e,null),null)}function $s(e,t){return!(!e||!o(t))&&(t=t.slice(2).replace(/Once$/,""),h(e,t[0].toLowerCase()+t.slice(1))||h(e,D(t))||h(e,t))}function Ns(e){const{type:t,vnode:s,proxy:n,withProxy:r,propsOptions:[a],slots:o,attrs:l,emit:c,render:u,renderCache:h,props:d,data:p,setupState:f,ctx:g,inheritAttrs:m}=e,v=Ut(e);let y,_;try{if(4&s.shapeFlag){const e=r||n,t=e;y=_n(u.call(t,e,h,d,f,p,g)),_=l}else{const e=t;0,y=_n(e.length>1?e(d,{attrs:l,slots:o,emit:c}):e(d,null)),_=t.props?l:Us(l)}}catch(w){en.length=0,Dt(w,e,1),y=fn(Xs)}let b=y;if(_&&!1!==m){const e=Object.keys(_),{shapeFlag:t}=b;e.length&&7&t&&(a&&e.some(i)&&(_=Ws(_,a)),b=gn(b,_,!1,!0))}return s.dirs&&(b=gn(b,null,!1,!0),b.dirs=b.dirs?b.dirs.concat(s.dirs):s.dirs),s.transition&&Kt(b,s.transition),y=b,Ut(v),y}const Us=e=>{let t;for(const s in e)("class"===s||"style"===s||o(s))&&((t||(t={}))[s]=e[s]);return t},Ws=(e,t)=>{const s={};for(const n in e)i(n)&&n.slice(9)in t||(s[n]=e[n]);return s};function Gs(e,t,s){const n=Object.keys(t);if(n.length!==Object.keys(e).length)return!0;for(let r=0;r<n.length;r++){const a=n[r];if(t[a]!==e[a]&&!$s(s,a))return!0}return!1}const Qs=e=>e.__isSuspense;const Js=Symbol.for("v-fgt"),Ks=Symbol.for("v-txt"),Xs=Symbol.for("v-cmt"),Ys=Symbol.for("v-stc"),en=[];let tn=null;function sn(e=!1){en.push(tn=e?null:[])}let nn=1;function rn(e,t=!1){nn+=e,e<0&&tn&&t&&(tn.hasOnce=!0)}function an(e){return e.dynamicChildren=nn>0?tn||n:null,en.pop(),tn=en[en.length-1]||null,nn>0&&tn&&tn.push(e),e}function on(e,t,s,n,r,a){return an(pn(e,t,s,n,r,a,!0))}function ln(e,t,s,n,r){return an(fn(e,t,s,n,r,!0))}function cn(e){return!!e&&!0===e.__v_isVNode}function un(e,t){return e.type===t.type&&e.key===t.key}const hn=({key:e})=>null!=e?e:null,dn=({ref:e,ref_key:t,ref_for:s})=>("number"==typeof e&&(e=""+e),null!=e?m(e)||gt(e)||g(e)?{i:$t,r:e,k:t,f:!!s}:e:null);function pn(e,t=null,s=null,n=0,r=null,a=(e===Js?0:1),o=!1,i=!1){const l={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&hn(t),ref:t&&dn(t),scopeId:Nt,slotScopeIds:null,children:s,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetStart:null,targetAnchor:null,staticCount:0,shapeFlag:a,patchFlag:n,dynamicProps:r,dynamicChildren:null,appContext:null,ctx:$t};return i?(wn(l,s),128&a&&e.normalize(l)):s&&(l.shapeFlag|=m(s)?8:16),nn>0&&!o&&tn&&(l.patchFlag>0||6&a)&&32!==l.patchFlag&&tn.push(l),l}const fn=function(e,t=null,s=null,n=0,r=null,a=!1){e&&e!==ns||(e=Xs);if(cn(e)){const n=gn(e,t,!0);return s&&wn(n,s),nn>0&&!a&&tn&&(6&n.shapeFlag?tn[tn.indexOf(e)]=n:tn.push(n)),n.patchFlag=-2,n}o=e,g(o)&&"__vccOpts"in o&&(e=e.__vccOpts);var o;if(t){t=function(e){return e?ht(e)||_s(e)?l({},e):e:null}(t);let{class:e,style:s}=t;e&&!m(e)&&(t.class=V(e)),y(s)&&(ht(s)&&!d(s)&&(s=l({},s)),t.style=q(s))}const i=m(e)?1:Qs(e)?128:(e=>e.__isTeleport)(e)?64:y(e)?4:g(e)?2:0;return pn(e,t,s,n,r,i,a,!0)};function gn(e,t,s=!1,n=!1){const{props:r,ref:a,patchFlag:i,children:l,transition:c}=e,u=t?function(...e){const t={};for(let s=0;s<e.length;s++){const n=e[s];for(const e in n)if("class"===e)t.class!==n.class&&(t.class=V([t.class,n.class]));else if("style"===e)t.style=q([t.style,n.style]);else if(o(e)){const s=t[e],r=n[e];!r||s===r||d(s)&&s.includes(r)||(t[e]=s?[].concat(s,r):r)}else""!==e&&(t[e]=n[e])}return t}(r||{},t):r,h={__v_isVNode:!0,__v_skip:!0,type:e.type,props:u,key:u&&hn(u),ref:t&&t.ref?s&&a?d(a)?a.concat(dn(t)):[a,dn(t)]:dn(t):a,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:l,target:e.target,targetStart:e.targetStart,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==Js?-1===i?16:16|i:i,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:c,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&gn(e.ssContent),ssFallback:e.ssFallback&&gn(e.ssFallback),el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce};return c&&n&&Kt(h,c.clone(h)),h}function mn(e=" ",t=0){return fn(Ks,null,e,t)}function vn(e,t){const s=fn(Ys,null,e);return s.staticCount=t,s}function yn(e="",t=!1){return t?(sn(),ln(Xs,null,e)):fn(Xs,null,e)}function _n(e){return null==e||"boolean"==typeof e?fn(Xs):d(e)?fn(Js,null,e.slice()):cn(e)?bn(e):fn(Ks,null,String(e))}function bn(e){return null===e.el&&-1!==e.patchFlag||e.memo?e:gn(e)}function wn(e,t){let s=0;const{shapeFlag:n}=e;if(null==t)t=null;else if(d(t))s=16;else if("object"==typeof t){if(65&n){const s=t.default;return void(s&&(s._c&&(s._d=!1),wn(e,s()),s._c&&(s._d=!0)))}{s=32;const n=t._;n||_s(t)?3===n&&$t&&(1===$t.slots._?t._=1:(t._=2,e.patchFlag|=1024)):t._ctx=$t}}else g(t)?(t={default:t,_ctx:$t},s=32):(t=String(t),64&n?(s=16,t=[mn(t)]):s=8);e.children=t,e.shapeFlag|=s}function Cn(e,t,s,n=null){Et(e,t,7,[s,n])}const xn=ps();let kn=0;let An,Mn,Sn=null;{const e=P(),t=(t,s)=>{let n;return(n=e[t])||(n=e[t]=[]),n.push(s),e=>{n.length>1?n.forEach(t=>t(e)):n[0](e)}};An=t("__VUE_INSTANCE_SETTERS__",e=>Sn=e),Mn=t("__VUE_SSR_SETTERS__",e=>Fn=e)}const En=e=>{const t=Sn;return An(e),e.scope.on(),()=>{e.scope.off(),An(t)}},Dn=()=>{Sn&&Sn.scope.off(),An(null)};function zn(e){return 4&e.vnode.shapeFlag}let Fn=!1;function On(e,t,s){g(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:y(t)&&(e.setupState=bt(t)),Ln(e)}function Ln(e,t,s){const n=e.type;e.render||(e.render=n.render||r)}const Tn={get:(e,t)=>(Me(e,0,""),e[t])};function In(e){return e.exposed?e.exposeProxy||(e.exposeProxy=new Proxy(bt((t=e.exposed,!h(t,"__v_skip")&&Object.isExtensible(t)&&T(t,"__v_skip",!0),t)),{get:(t,s)=>s in t?t[s]:s in us?us[s](e):void 0,has:(e,t)=>t in e||t in us})):e.proxy;var t}function jn(e,t=!0){return g(e)?e.displayName||e.name:e.name||t&&e.__name}const Pn=(e,t)=>{const s=function(e,t,s=!1){let n,r;return g(e)?n=e:(n=e.get,r=e.set),new wt(n,r,s)}(e,0,Fn);return s};function qn(e,t,s){const n=arguments.length;return 2===n?y(t)&&!d(t)?cn(t)?fn(e,null,[t]):fn(e,t):fn(e,null,t):(n>3?s=Array.prototype.slice.call(arguments,2):3===n&&cn(s)&&(s=[s]),fn(e,t,s))}const Rn="3.5.17";
|
|
20
|
+
/**
|
|
21
|
+
* @vue/runtime-dom v3.5.17
|
|
22
|
+
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
23
|
+
* @license MIT
|
|
24
|
+
**/let Bn;const Zn="undefined"!=typeof window&&window.trustedTypes;if(Zn)try{Bn=Zn.createPolicy("vue",{createHTML:e=>e})}catch(uv){}const Hn=Bn?e=>Bn.createHTML(e):e=>e,Vn="undefined"!=typeof document?document:null,$n=Vn&&Vn.createElement("template"),Nn={insert:(e,t,s)=>{t.insertBefore(e,s||null)},remove:e=>{const t=e.parentNode;t&&t.removeChild(e)},createElement:(e,t,s,n)=>{const r="svg"===t?Vn.createElementNS("http://www.w3.org/2000/svg",e):"mathml"===t?Vn.createElementNS("http://www.w3.org/1998/Math/MathML",e):s?Vn.createElement(e,{is:s}):Vn.createElement(e);return"select"===e&&n&&null!=n.multiple&&r.setAttribute("multiple",n.multiple),r},createText:e=>Vn.createTextNode(e),createComment:e=>Vn.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>Vn.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,s,n,r,a){const o=s?s.previousSibling:t.lastChild;if(r&&(r===a||r.nextSibling))for(;t.insertBefore(r.cloneNode(!0),s),r!==a&&(r=r.nextSibling););else{$n.innerHTML=Hn("svg"===n?`<svg>${e}</svg>`:"mathml"===n?`<math>${e}</math>`:e);const r=$n.content;if("svg"===n||"mathml"===n){const e=r.firstChild;for(;e.firstChild;)r.appendChild(e.firstChild);r.removeChild(e)}t.insertBefore(r,s)}return[o?o.nextSibling:t.firstChild,s?s.previousSibling:t.lastChild]}},Un=Symbol("_vtc");const Wn=Symbol("_vod"),Gn=Symbol("_vsh"),Qn=Symbol(""),Jn=/(^|;)\s*display\s*:/;const Kn=/\s*!important$/;function Xn(e,t,s){if(d(s))s.forEach(s=>Xn(e,t,s));else if(null==s&&(s=""),t.startsWith("--"))e.setProperty(t,s);else{const n=function(e,t){const s=er[t];if(s)return s;let n=S(t);if("filter"!==n&&n in e)return er[t]=n;n=z(n);for(let r=0;r<Yn.length;r++){const s=Yn[r]+n;if(s in e)return er[t]=s}return t}(e,t);Kn.test(s)?e.setProperty(D(n),s.replace(Kn,""),"important"):e[n]=s}}const Yn=["Webkit","Moz","ms"],er={};const tr="http://www.w3.org/1999/xlink";function sr(e,t,s,n,r,a=$(t)){n&&t.startsWith("xlink:")?null==s?e.removeAttributeNS(tr,t.slice(6,t.length)):e.setAttributeNS(tr,t,s):null==s||a&&!N(s)?e.removeAttribute(t):e.setAttribute(t,a?"":v(s)?String(s):s)}function nr(e,t,s,n,r){if("innerHTML"===t||"textContent"===t)return void(null!=s&&(e[t]="innerHTML"===t?Hn(s):s));const a=e.tagName;if("value"===t&&"PROGRESS"!==a&&!a.includes("-")){const n="OPTION"===a?e.getAttribute("value")||"":e.value,r=null==s?"checkbox"===e.type?"on":"":String(s);return n===r&&"_value"in e||(e.value=r),null==s&&e.removeAttribute(t),void(e._value=s)}let o=!1;if(""===s||null==s){const n=typeof e[t];"boolean"===n?s=N(s):null==s&&"string"===n?(s="",o=!0):"number"===n&&(s=0,o=!0)}try{e[t]=s}catch(uv){}o&&e.removeAttribute(r||t)}function rr(e,t,s,n){e.addEventListener(t,s,n)}const ar=Symbol("_vei");function or(e,t,s,n,r=null){const a=e[ar]||(e[ar]={}),o=a[t];if(n&&o)o.value=n;else{const[s,i]=function(e){let t;if(ir.test(e)){let s;for(t={};s=e.match(ir);)e=e.slice(0,e.length-s[0].length),t[s[0].toLowerCase()]=!0}const s=":"===e[2]?e.slice(3):D(e.slice(2));return[s,t]}(t);if(n){const o=a[t]=function(e,t){const s=e=>{if(e._vts){if(e._vts<=s.attached)return}else e._vts=Date.now();Et(function(e,t){if(d(t)){const s=e.stopImmediatePropagation;return e.stopImmediatePropagation=()=>{s.call(e),e._stopped=!0},t.map(e=>t=>!t._stopped&&e&&e(t))}return t}(e,s.value),t,5,[e])};return s.value=e,s.attached=ur(),s}(n,r);rr(e,s,o,i)}else o&&(!function(e,t,s,n){e.removeEventListener(t,s,n)}(e,s,o,i),a[t]=void 0)}}const ir=/(?:Once|Passive|Capture)$/;let lr=0;const cr=Promise.resolve(),ur=()=>lr||(cr.then(()=>lr=0),lr=Date.now());const hr=e=>111===e.charCodeAt(0)&&110===e.charCodeAt(1)&&e.charCodeAt(2)>96&&e.charCodeAt(2)<123;const dr=e=>{const t=e.props["onUpdate:modelValue"]||!1;return d(t)?e=>L(t,e):t};function pr(e){e.target.composing=!0}function fr(e){const t=e.target;t.composing&&(t.composing=!1,t.dispatchEvent(new Event("input")))}const gr=Symbol("_assign"),mr={created(e,{modifiers:{lazy:t,trim:s,number:n}},r){e[gr]=dr(r);const a=n||r.props&&"number"===r.props.type;rr(e,t?"change":"input",t=>{if(t.target.composing)return;let n=e.value;s&&(n=n.trim()),a&&(n=I(n)),e[gr](n)}),s&&rr(e,"change",()=>{e.value=e.value.trim()}),t||(rr(e,"compositionstart",pr),rr(e,"compositionend",fr),rr(e,"change",fr))},mounted(e,{value:t}){e.value=null==t?"":t},beforeUpdate(e,{value:t,oldValue:s,modifiers:{lazy:n,trim:r,number:a}},o){if(e[gr]=dr(o),e.composing)return;const i=null==t?"":t;if((!a&&"number"!==e.type||/^0\d/.test(e.value)?e.value:I(e.value))!==i){if(document.activeElement===e&&"range"!==e.type){if(n&&t===s)return;if(r&&e.value.trim()===i)return}e.value=i}}},vr=l({patchProp:(e,t,s,n,r,a)=>{const l="svg"===r;"class"===t?function(e,t,s){const n=e[Un];n&&(t=(t?[t,...n]:[...n]).join(" ")),null==t?e.removeAttribute("class"):s?e.setAttribute("class",t):e.className=t}(e,n,l):"style"===t?function(e,t,s){const n=e.style,r=m(s);let a=!1;if(s&&!r){if(t)if(m(t))for(const e of t.split(";")){const t=e.slice(0,e.indexOf(":")).trim();null==s[t]&&Xn(n,t,"")}else for(const e in t)null==s[e]&&Xn(n,e,"");for(const e in s)"display"===e&&(a=!0),Xn(n,e,s[e])}else if(r){if(t!==s){const e=n[Qn];e&&(s+=";"+e),n.cssText=s,a=Jn.test(s)}}else t&&e.removeAttribute("style");Wn in e&&(e[Wn]=a?n.display:"",e[Gn]&&(n.display="none"))}(e,s,n):o(t)?i(t)||or(e,t,0,n,a):("."===t[0]?(t=t.slice(1),1):"^"===t[0]?(t=t.slice(1),0):function(e,t,s,n){if(n)return"innerHTML"===t||"textContent"===t||!!(t in e&&hr(t)&&g(s));if("spellcheck"===t||"draggable"===t||"translate"===t||"autocorrect"===t)return!1;if("form"===t)return!1;if("list"===t&&"INPUT"===e.tagName)return!1;if("type"===t&&"TEXTAREA"===e.tagName)return!1;if("width"===t||"height"===t){const t=e.tagName;if("IMG"===t||"VIDEO"===t||"CANVAS"===t||"SOURCE"===t)return!1}if(hr(t)&&m(s))return!1;return t in e}(e,t,n,l))?(nr(e,t,n),e.tagName.includes("-")||"value"!==t&&"checked"!==t&&"selected"!==t||sr(e,t,n,l,0,"value"!==t)):!e._isVueCE||!/[A-Z]/.test(t)&&m(n)?("true-value"===t?e._trueValue=n:"false-value"===t&&(e._falseValue=n),sr(e,t,n,l)):nr(e,S(t),n,0,t)}},Nn);let yr;const _r=(...e)=>{const t=(yr||(yr=Os(vr))).createApp(...e),{mount:s}=t;return t.mount=e=>{const n=function(e){if(m(e)){return document.querySelector(e)}return e}(e);if(!n)return;const r=t._component;g(r)||r.render||r.template||(r.template=n.innerHTML),1===n.nodeType&&(n.textContent="");const a=s(n,!1,function(e){if(e instanceof SVGElement)return"svg";if("function"==typeof MathMLElement&&e instanceof MathMLElement)return"mathml"}(n));return n instanceof Element&&(n.removeAttribute("v-cloak"),n.setAttribute("data-v-app","")),a},t};function br(e){var t,s,n="";if("string"==typeof e||"number"==typeof e)n+=e;else if("object"==typeof e)if(Array.isArray(e)){var r=e.length;for(t=0;t<r;t++)e[t]&&(s=br(e[t]))&&(n&&(n+=" "),n+=s)}else for(s in e)e[s]&&(n&&(n+=" "),n+=s);return n}function wr(){for(var e,t,s=0,n="",r=arguments.length;s<r;s++)(e=arguments[s])&&(t=br(e))&&(n&&(n+=" "),n+=t);return n}const Cr=e=>{const t=Mr(e),{conflictingClassGroups:s,conflictingClassGroupModifiers:n}=e;return{getClassGroupId:e=>{const s=e.split("-");return""===s[0]&&1!==s.length&&s.shift(),xr(s,t)||Ar(e)},getConflictingClassGroupIds:(e,t)=>{const r=s[e]||[];return t&&n[e]?[...r,...n[e]]:r}}},xr=(e,t)=>{if(0===e.length)return t.classGroupId;const s=e[0],n=t.nextPart.get(s),r=n?xr(e.slice(1),n):void 0;if(r)return r;if(0===t.validators.length)return;const a=e.join("-");return t.validators.find(({validator:e})=>e(a))?.classGroupId},kr=/^\[(.+)\]$/,Ar=e=>{if(kr.test(e)){const t=kr.exec(e)[1],s=t?.substring(0,t.indexOf(":"));if(s)return"arbitrary.."+s}},Mr=e=>{const{theme:t,prefix:s}=e,n={nextPart:new Map,validators:[]};return zr(Object.entries(e.classGroups),s).forEach(([e,s])=>{Sr(s,n,e,t)}),n},Sr=(e,t,s,n)=>{e.forEach(e=>{if("string"==typeof e){return void((""===e?t:Er(t,e)).classGroupId=s)}if("function"==typeof e)return Dr(e)?void Sr(e(n),t,s,n):void t.validators.push({validator:e,classGroupId:s});Object.entries(e).forEach(([e,r])=>{Sr(r,Er(t,e),s,n)})})},Er=(e,t)=>{let s=e;return t.split("-").forEach(e=>{s.nextPart.has(e)||s.nextPart.set(e,{nextPart:new Map,validators:[]}),s=s.nextPart.get(e)}),s},Dr=e=>e.isThemeGetter,zr=(e,t)=>t?e.map(([e,s])=>[e,s.map(e=>"string"==typeof e?t+e:"object"==typeof e?Object.fromEntries(Object.entries(e).map(([e,s])=>[t+e,s])):e)]):e,Fr=e=>{if(e<1)return{get:()=>{},set:()=>{}};let t=0,s=new Map,n=new Map;const r=(r,a)=>{s.set(r,a),t++,t>e&&(t=0,n=s,s=new Map)};return{get(e){let t=s.get(e);return void 0!==t?t:void 0!==(t=n.get(e))?(r(e,t),t):void 0},set(e,t){s.has(e)?s.set(e,t):r(e,t)}}},Or=e=>{const{separator:t,experimentalParseClassName:s}=e,n=1===t.length,r=t[0],a=t.length,o=e=>{const s=[];let o,i=0,l=0;for(let h=0;h<e.length;h++){let c=e[h];if(0===i){if(c===r&&(n||e.slice(h,h+a)===t)){s.push(e.slice(l,h)),l=h+a;continue}if("/"===c){o=h;continue}}"["===c?i++:"]"===c&&i--}const c=0===s.length?e:e.substring(l),u=c.startsWith("!");return{modifiers:s,hasImportantModifier:u,baseClassName:u?c.substring(1):c,maybePostfixModifierPosition:o&&o>l?o-l:void 0}};return s?e=>s({className:e,parseClassName:o}):o},Lr=e=>{if(e.length<=1)return e;const t=[];let s=[];return e.forEach(e=>{"["===e[0]?(t.push(...s.sort(),e),s=[]):s.push(e)}),t.push(...s.sort()),t},Tr=/\s+/;function Ir(){let e,t,s=0,n="";for(;s<arguments.length;)(e=arguments[s++])&&(t=jr(e))&&(n&&(n+=" "),n+=t);return n}const jr=e=>{if("string"==typeof e)return e;let t,s="";for(let n=0;n<e.length;n++)e[n]&&(t=jr(e[n]))&&(s&&(s+=" "),s+=t);return s};function Pr(e,...t){let s,n,r,a=function(i){const l=t.reduce((e,t)=>t(e),e());return s=(e=>({cache:Fr(e.cacheSize),parseClassName:Or(e),...Cr(e)}))(l),n=s.cache.get,r=s.cache.set,a=o,o(i)};function o(e){const t=n(e);if(t)return t;const a=((e,t)=>{const{parseClassName:s,getClassGroupId:n,getConflictingClassGroupIds:r}=t,a=[],o=e.trim().split(Tr);let i="";for(let l=o.length-1;l>=0;l-=1){const e=o[l],{modifiers:t,hasImportantModifier:c,baseClassName:u,maybePostfixModifierPosition:h}=s(e);let d=Boolean(h),p=n(d?u.substring(0,h):u);if(!p){if(!d){i=e+(i.length>0?" "+i:i);continue}if(p=n(u),!p){i=e+(i.length>0?" "+i:i);continue}d=!1}const f=Lr(t).join(":"),g=c?f+"!":f,m=g+p;if(a.includes(m))continue;a.push(m);const v=r(p,d);for(let s=0;s<v.length;++s){const e=v[s];a.push(g+e)}i=e+(i.length>0?" "+i:i)}return i})(e,s);return r(e,a),a}return function(){return a(Ir.apply(null,arguments))}}const qr=e=>{const t=t=>t[e]||[];return t.isThemeGetter=!0,t},Rr=/^\[(?:([a-z-]+):)?(.+)\]$/i,Br=/^\d+\/\d+$/,Zr=new Set(["px","full","screen"]),Hr=/^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/,Vr=/\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$/,$r=/^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/,Nr=/^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/,Ur=/^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/,Wr=e=>Qr(e)||Zr.has(e)||Br.test(e),Gr=e=>la(e,"length",ca),Qr=e=>Boolean(e)&&!Number.isNaN(Number(e)),Jr=e=>la(e,"number",Qr),Kr=e=>Boolean(e)&&Number.isInteger(Number(e)),Xr=e=>e.endsWith("%")&&Qr(e.slice(0,-1)),Yr=e=>Rr.test(e),ea=e=>Hr.test(e),ta=new Set(["length","size","percentage"]),sa=e=>la(e,ta,ua),na=e=>la(e,"position",ua),ra=new Set(["image","url"]),aa=e=>la(e,ra,da),oa=e=>la(e,"",ha),ia=()=>!0,la=(e,t,s)=>{const n=Rr.exec(e);return!!n&&(n[1]?"string"==typeof t?n[1]===t:t.has(n[1]):s(n[2]))},ca=e=>Vr.test(e)&&!$r.test(e),ua=()=>!1,ha=e=>Nr.test(e),da=e=>Ur.test(e),pa=Pr(()=>{const e=qr("colors"),t=qr("spacing"),s=qr("blur"),n=qr("brightness"),r=qr("borderColor"),a=qr("borderRadius"),o=qr("borderSpacing"),i=qr("borderWidth"),l=qr("contrast"),c=qr("grayscale"),u=qr("hueRotate"),h=qr("invert"),d=qr("gap"),p=qr("gradientColorStops"),f=qr("gradientColorStopPositions"),g=qr("inset"),m=qr("margin"),v=qr("opacity"),y=qr("padding"),_=qr("saturate"),b=qr("scale"),w=qr("sepia"),C=qr("skew"),x=qr("space"),k=qr("translate"),A=()=>["auto",Yr,t],M=()=>[Yr,t],S=()=>["",Wr,Gr],E=()=>["auto",Qr,Yr],D=()=>["","0",Yr],z=()=>[Qr,Yr];return{cacheSize:500,separator:":",theme:{colors:[ia],spacing:[Wr,Gr],blur:["none","",ea,Yr],brightness:z(),borderColor:[e],borderRadius:["none","","full",ea,Yr],borderSpacing:M(),borderWidth:S(),contrast:z(),grayscale:D(),hueRotate:z(),invert:D(),gap:M(),gradientColorStops:[e],gradientColorStopPositions:[Xr,Gr],inset:A(),margin:A(),opacity:z(),padding:M(),saturate:z(),scale:z(),sepia:D(),skew:z(),space:M(),translate:M()},classGroups:{aspect:[{aspect:["auto","square","video",Yr]}],container:["container"],columns:[{columns:[ea]}],"break-after":[{"break-after":["auto","avoid","all","avoid-page","page","left","right","column"]}],"break-before":[{"break-before":["auto","avoid","all","avoid-page","page","left","right","column"]}],"break-inside":[{"break-inside":["auto","avoid","avoid-page","avoid-column"]}],"box-decoration":[{"box-decoration":["slice","clone"]}],box:[{box:["border","content"]}],display:["block","inline-block","inline","flex","inline-flex","table","inline-table","table-caption","table-cell","table-column","table-column-group","table-footer-group","table-header-group","table-row-group","table-row","flow-root","grid","inline-grid","contents","list-item","hidden"],float:[{float:["right","left","none","start","end"]}],clear:[{clear:["left","right","both","none","start","end"]}],isolation:["isolate","isolation-auto"],"object-fit":[{object:["contain","cover","fill","none","scale-down"]}],"object-position":[{object:["bottom","center","left","left-bottom","left-top","right","right-bottom","right-top","top",Yr]}],overflow:[{overflow:["auto","hidden","clip","visible","scroll"]}],"overflow-x":[{"overflow-x":["auto","hidden","clip","visible","scroll"]}],"overflow-y":[{"overflow-y":["auto","hidden","clip","visible","scroll"]}],overscroll:[{overscroll:["auto","contain","none"]}],"overscroll-x":[{"overscroll-x":["auto","contain","none"]}],"overscroll-y":[{"overscroll-y":["auto","contain","none"]}],position:["static","fixed","absolute","relative","sticky"],inset:[{inset:[g]}],"inset-x":[{"inset-x":[g]}],"inset-y":[{"inset-y":[g]}],start:[{start:[g]}],end:[{end:[g]}],top:[{top:[g]}],right:[{right:[g]}],bottom:[{bottom:[g]}],left:[{left:[g]}],visibility:["visible","invisible","collapse"],z:[{z:["auto",Kr,Yr]}],basis:[{basis:A()}],"flex-direction":[{flex:["row","row-reverse","col","col-reverse"]}],"flex-wrap":[{flex:["wrap","wrap-reverse","nowrap"]}],flex:[{flex:["1","auto","initial","none",Yr]}],grow:[{grow:D()}],shrink:[{shrink:D()}],order:[{order:["first","last","none",Kr,Yr]}],"grid-cols":[{"grid-cols":[ia]}],"col-start-end":[{col:["auto",{span:["full",Kr,Yr]},Yr]}],"col-start":[{"col-start":E()}],"col-end":[{"col-end":E()}],"grid-rows":[{"grid-rows":[ia]}],"row-start-end":[{row:["auto",{span:[Kr,Yr]},Yr]}],"row-start":[{"row-start":E()}],"row-end":[{"row-end":E()}],"grid-flow":[{"grid-flow":["row","col","dense","row-dense","col-dense"]}],"auto-cols":[{"auto-cols":["auto","min","max","fr",Yr]}],"auto-rows":[{"auto-rows":["auto","min","max","fr",Yr]}],gap:[{gap:[d]}],"gap-x":[{"gap-x":[d]}],"gap-y":[{"gap-y":[d]}],"justify-content":[{justify:["normal","start","end","center","between","around","evenly","stretch"]}],"justify-items":[{"justify-items":["start","end","center","stretch"]}],"justify-self":[{"justify-self":["auto","start","end","center","stretch"]}],"align-content":[{content:["normal","start","end","center","between","around","evenly","stretch","baseline"]}],"align-items":[{items:["start","end","center","baseline","stretch"]}],"align-self":[{self:["auto","start","end","center","stretch","baseline"]}],"place-content":[{"place-content":["start","end","center","between","around","evenly","stretch","baseline"]}],"place-items":[{"place-items":["start","end","center","baseline","stretch"]}],"place-self":[{"place-self":["auto","start","end","center","stretch"]}],p:[{p:[y]}],px:[{px:[y]}],py:[{py:[y]}],ps:[{ps:[y]}],pe:[{pe:[y]}],pt:[{pt:[y]}],pr:[{pr:[y]}],pb:[{pb:[y]}],pl:[{pl:[y]}],m:[{m:[m]}],mx:[{mx:[m]}],my:[{my:[m]}],ms:[{ms:[m]}],me:[{me:[m]}],mt:[{mt:[m]}],mr:[{mr:[m]}],mb:[{mb:[m]}],ml:[{ml:[m]}],"space-x":[{"space-x":[x]}],"space-x-reverse":["space-x-reverse"],"space-y":[{"space-y":[x]}],"space-y-reverse":["space-y-reverse"],w:[{w:["auto","min","max","fit","svw","lvw","dvw",Yr,t]}],"min-w":[{"min-w":[Yr,t,"min","max","fit"]}],"max-w":[{"max-w":[Yr,t,"none","full","min","max","fit","prose",{screen:[ea]},ea]}],h:[{h:[Yr,t,"auto","min","max","fit","svh","lvh","dvh"]}],"min-h":[{"min-h":[Yr,t,"min","max","fit","svh","lvh","dvh"]}],"max-h":[{"max-h":[Yr,t,"min","max","fit","svh","lvh","dvh"]}],size:[{size:[Yr,t,"auto","min","max","fit"]}],"font-size":[{text:["base",ea,Gr]}],"font-smoothing":["antialiased","subpixel-antialiased"],"font-style":["italic","not-italic"],"font-weight":[{font:["thin","extralight","light","normal","medium","semibold","bold","extrabold","black",Jr]}],"font-family":[{font:[ia]}],"fvn-normal":["normal-nums"],"fvn-ordinal":["ordinal"],"fvn-slashed-zero":["slashed-zero"],"fvn-figure":["lining-nums","oldstyle-nums"],"fvn-spacing":["proportional-nums","tabular-nums"],"fvn-fraction":["diagonal-fractions","stacked-fractions"],tracking:[{tracking:["tighter","tight","normal","wide","wider","widest",Yr]}],"line-clamp":[{"line-clamp":["none",Qr,Jr]}],leading:[{leading:["none","tight","snug","normal","relaxed","loose",Wr,Yr]}],"list-image":[{"list-image":["none",Yr]}],"list-style-type":[{list:["none","disc","decimal",Yr]}],"list-style-position":[{list:["inside","outside"]}],"placeholder-color":[{placeholder:[e]}],"placeholder-opacity":[{"placeholder-opacity":[v]}],"text-alignment":[{text:["left","center","right","justify","start","end"]}],"text-color":[{text:[e]}],"text-opacity":[{"text-opacity":[v]}],"text-decoration":["underline","overline","line-through","no-underline"],"text-decoration-style":[{decoration:["solid","dashed","dotted","double","none","wavy"]}],"text-decoration-thickness":[{decoration:["auto","from-font",Wr,Gr]}],"underline-offset":[{"underline-offset":["auto",Wr,Yr]}],"text-decoration-color":[{decoration:[e]}],"text-transform":["uppercase","lowercase","capitalize","normal-case"],"text-overflow":["truncate","text-ellipsis","text-clip"],"text-wrap":[{text:["wrap","nowrap","balance","pretty"]}],indent:[{indent:M()}],"vertical-align":[{align:["baseline","top","middle","bottom","text-top","text-bottom","sub","super",Yr]}],whitespace:[{whitespace:["normal","nowrap","pre","pre-line","pre-wrap","break-spaces"]}],break:[{break:["normal","words","all","keep"]}],hyphens:[{hyphens:["none","manual","auto"]}],content:[{content:["none",Yr]}],"bg-attachment":[{bg:["fixed","local","scroll"]}],"bg-clip":[{"bg-clip":["border","padding","content","text"]}],"bg-opacity":[{"bg-opacity":[v]}],"bg-origin":[{"bg-origin":["border","padding","content"]}],"bg-position":[{bg:["bottom","center","left","left-bottom","left-top","right","right-bottom","right-top","top",na]}],"bg-repeat":[{bg:["no-repeat",{repeat:["","x","y","round","space"]}]}],"bg-size":[{bg:["auto","cover","contain",sa]}],"bg-image":[{bg:["none",{"gradient-to":["t","tr","r","br","b","bl","l","tl"]},aa]}],"bg-color":[{bg:[e]}],"gradient-from-pos":[{from:[f]}],"gradient-via-pos":[{via:[f]}],"gradient-to-pos":[{to:[f]}],"gradient-from":[{from:[p]}],"gradient-via":[{via:[p]}],"gradient-to":[{to:[p]}],rounded:[{rounded:[a]}],"rounded-s":[{"rounded-s":[a]}],"rounded-e":[{"rounded-e":[a]}],"rounded-t":[{"rounded-t":[a]}],"rounded-r":[{"rounded-r":[a]}],"rounded-b":[{"rounded-b":[a]}],"rounded-l":[{"rounded-l":[a]}],"rounded-ss":[{"rounded-ss":[a]}],"rounded-se":[{"rounded-se":[a]}],"rounded-ee":[{"rounded-ee":[a]}],"rounded-es":[{"rounded-es":[a]}],"rounded-tl":[{"rounded-tl":[a]}],"rounded-tr":[{"rounded-tr":[a]}],"rounded-br":[{"rounded-br":[a]}],"rounded-bl":[{"rounded-bl":[a]}],"border-w":[{border:[i]}],"border-w-x":[{"border-x":[i]}],"border-w-y":[{"border-y":[i]}],"border-w-s":[{"border-s":[i]}],"border-w-e":[{"border-e":[i]}],"border-w-t":[{"border-t":[i]}],"border-w-r":[{"border-r":[i]}],"border-w-b":[{"border-b":[i]}],"border-w-l":[{"border-l":[i]}],"border-opacity":[{"border-opacity":[v]}],"border-style":[{border:["solid","dashed","dotted","double","none","hidden"]}],"divide-x":[{"divide-x":[i]}],"divide-x-reverse":["divide-x-reverse"],"divide-y":[{"divide-y":[i]}],"divide-y-reverse":["divide-y-reverse"],"divide-opacity":[{"divide-opacity":[v]}],"divide-style":[{divide:["solid","dashed","dotted","double","none"]}],"border-color":[{border:[r]}],"border-color-x":[{"border-x":[r]}],"border-color-y":[{"border-y":[r]}],"border-color-s":[{"border-s":[r]}],"border-color-e":[{"border-e":[r]}],"border-color-t":[{"border-t":[r]}],"border-color-r":[{"border-r":[r]}],"border-color-b":[{"border-b":[r]}],"border-color-l":[{"border-l":[r]}],"divide-color":[{divide:[r]}],"outline-style":[{outline:["","solid","dashed","dotted","double","none"]}],"outline-offset":[{"outline-offset":[Wr,Yr]}],"outline-w":[{outline:[Wr,Gr]}],"outline-color":[{outline:[e]}],"ring-w":[{ring:S()}],"ring-w-inset":["ring-inset"],"ring-color":[{ring:[e]}],"ring-opacity":[{"ring-opacity":[v]}],"ring-offset-w":[{"ring-offset":[Wr,Gr]}],"ring-offset-color":[{"ring-offset":[e]}],shadow:[{shadow:["","inner","none",ea,oa]}],"shadow-color":[{shadow:[ia]}],opacity:[{opacity:[v]}],"mix-blend":[{"mix-blend":["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity","plus-lighter","plus-darker"]}],"bg-blend":[{"bg-blend":["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity"]}],filter:[{filter:["","none"]}],blur:[{blur:[s]}],brightness:[{brightness:[n]}],contrast:[{contrast:[l]}],"drop-shadow":[{"drop-shadow":["","none",ea,Yr]}],grayscale:[{grayscale:[c]}],"hue-rotate":[{"hue-rotate":[u]}],invert:[{invert:[h]}],saturate:[{saturate:[_]}],sepia:[{sepia:[w]}],"backdrop-filter":[{"backdrop-filter":["","none"]}],"backdrop-blur":[{"backdrop-blur":[s]}],"backdrop-brightness":[{"backdrop-brightness":[n]}],"backdrop-contrast":[{"backdrop-contrast":[l]}],"backdrop-grayscale":[{"backdrop-grayscale":[c]}],"backdrop-hue-rotate":[{"backdrop-hue-rotate":[u]}],"backdrop-invert":[{"backdrop-invert":[h]}],"backdrop-opacity":[{"backdrop-opacity":[v]}],"backdrop-saturate":[{"backdrop-saturate":[_]}],"backdrop-sepia":[{"backdrop-sepia":[w]}],"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:["none","all","","colors","opacity","shadow","transform",Yr]}],duration:[{duration:z()}],ease:[{ease:["linear","in","out","in-out",Yr]}],delay:[{delay:z()}],animate:[{animate:["none","spin","ping","pulse","bounce",Yr]}],transform:[{transform:["","gpu","none"]}],scale:[{scale:[b]}],"scale-x":[{"scale-x":[b]}],"scale-y":[{"scale-y":[b]}],rotate:[{rotate:[Kr,Yr]}],"translate-x":[{"translate-x":[k]}],"translate-y":[{"translate-y":[k]}],"skew-x":[{"skew-x":[C]}],"skew-y":[{"skew-y":[C]}],"transform-origin":[{origin:["center","top","top-right","right","bottom-right","bottom","bottom-left","left","top-left",Yr]}],accent:[{accent:["auto",e]}],appearance:[{appearance:["none","auto"]}],cursor:[{cursor:["auto","default","pointer","wait","text","move","help","not-allowed","none","context-menu","progress","cell","crosshair","vertical-text","alias","copy","no-drop","grab","grabbing","all-scroll","col-resize","row-resize","n-resize","e-resize","s-resize","w-resize","ne-resize","nw-resize","se-resize","sw-resize","ew-resize","ns-resize","nesw-resize","nwse-resize","zoom-in","zoom-out",Yr]}],"caret-color":[{caret:[e]}],"pointer-events":[{"pointer-events":["none","auto"]}],resize:[{resize:["none","y","x",""]}],"scroll-behavior":[{scroll:["auto","smooth"]}],"scroll-m":[{"scroll-m":M()}],"scroll-mx":[{"scroll-mx":M()}],"scroll-my":[{"scroll-my":M()}],"scroll-ms":[{"scroll-ms":M()}],"scroll-me":[{"scroll-me":M()}],"scroll-mt":[{"scroll-mt":M()}],"scroll-mr":[{"scroll-mr":M()}],"scroll-mb":[{"scroll-mb":M()}],"scroll-ml":[{"scroll-ml":M()}],"scroll-p":[{"scroll-p":M()}],"scroll-px":[{"scroll-px":M()}],"scroll-py":[{"scroll-py":M()}],"scroll-ps":[{"scroll-ps":M()}],"scroll-pe":[{"scroll-pe":M()}],"scroll-pt":[{"scroll-pt":M()}],"scroll-pr":[{"scroll-pr":M()}],"scroll-pb":[{"scroll-pb":M()}],"scroll-pl":[{"scroll-pl":M()}],"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",Yr]}],fill:[{fill:[e,"none"]}],"stroke-w":[{stroke:[Wr,Gr,Jr]}],stroke:[{stroke:[e,"none"]}],sr:["sr-only","not-sr-only"],"forced-color-adjust":[{"forced-color-adjust":["auto","none"]}]},conflictingClassGroups:{overflow:["overflow-x","overflow-y"],overscroll:["overscroll-x","overscroll-y"],inset:["inset-x","inset-y","start","end","top","right","bottom","left"],"inset-x":["right","left"],"inset-y":["top","bottom"],flex:["basis","grow","shrink"],gap:["gap-x","gap-y"],p:["px","py","ps","pe","pt","pr","pb","pl"],px:["pr","pl"],py:["pt","pb"],m:["mx","my","ms","me","mt","mr","mb","ml"],mx:["mr","ml"],my:["mt","mb"],size:["w","h"],"font-size":["leading"],"fvn-normal":["fvn-ordinal","fvn-slashed-zero","fvn-figure","fvn-spacing","fvn-fraction"],"fvn-ordinal":["fvn-normal"],"fvn-slashed-zero":["fvn-normal"],"fvn-figure":["fvn-normal"],"fvn-spacing":["fvn-normal"],"fvn-fraction":["fvn-normal"],"line-clamp":["display","overflow"],rounded:["rounded-s","rounded-e","rounded-t","rounded-r","rounded-b","rounded-l","rounded-ss","rounded-se","rounded-ee","rounded-es","rounded-tl","rounded-tr","rounded-br","rounded-bl"],"rounded-s":["rounded-ss","rounded-es"],"rounded-e":["rounded-se","rounded-ee"],"rounded-t":["rounded-tl","rounded-tr"],"rounded-r":["rounded-tr","rounded-br"],"rounded-b":["rounded-br","rounded-bl"],"rounded-l":["rounded-tl","rounded-bl"],"border-spacing":["border-spacing-x","border-spacing-y"],"border-w":["border-w-s","border-w-e","border-w-t","border-w-r","border-w-b","border-w-l"],"border-w-x":["border-w-r","border-w-l"],"border-w-y":["border-w-t","border-w-b"],"border-color":["border-color-s","border-color-e","border-color-t","border-color-r","border-color-b","border-color-l"],"border-color-x":["border-color-r","border-color-l"],"border-color-y":["border-color-t","border-color-b"],"scroll-m":["scroll-mx","scroll-my","scroll-ms","scroll-me","scroll-mt","scroll-mr","scroll-mb","scroll-ml"],"scroll-mx":["scroll-mr","scroll-ml"],"scroll-my":["scroll-mt","scroll-mb"],"scroll-p":["scroll-px","scroll-py","scroll-ps","scroll-pe","scroll-pt","scroll-pr","scroll-pb","scroll-pl"],"scroll-px":["scroll-pr","scroll-pl"],"scroll-py":["scroll-pt","scroll-pb"],touch:["touch-x","touch-y","touch-pz"],"touch-x":["touch"],"touch-y":["touch"],"touch-pz":["touch"]},conflictingClassGroupModifiers:{"font-size":["leading"]}}});function fa(...e){return pa(wr(e))}const ga=e=>"boolean"==typeof e?`${e}`:0===e?"0":e,ma=wr,va=Xt({__name:"Button",props:{variant:{},size:{},as:{default:"button"}},setup(e){const t=(s="inline-flex items-center justify-center rounded-md text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50",n={variants:{variant:{default:"bg-primary text-primary-foreground hover:bg-primary/90",destructive:"bg-destructive text-destructive-foreground hover:bg-destructive/90",outline:"border border-input bg-background hover:bg-accent hover:text-accent-foreground",secondary:"bg-secondary text-secondary-foreground hover:bg-secondary/80",ghost:"hover:bg-accent hover:text-accent-foreground",link:"text-primary underline-offset-4 hover:underline"},size:{default:"h-10 px-4 py-2",sm:"h-9 rounded-md px-3",lg:"h-11 rounded-md px-8",icon:"h-10 w-10"}},defaultVariants:{variant:"default",size:"default"}},e=>{var t;if(null==(null==n?void 0:n.variants))return ma(s,null==e?void 0:e.class,null==e?void 0:e.className);const{variants:r,defaultVariants:a}=n,o=Object.keys(r).map(t=>{const s=null==e?void 0:e[t],n=null==a?void 0:a[t];if(null===s)return null;const o=ga(s)||ga(n);return r[t][o]}),i=e&&Object.entries(e).reduce((e,t)=>{let[s,n]=t;return void 0===n||(e[s]=n),e},{}),l=null==n||null===(t=n.compoundVariants)||void 0===t?void 0:t.reduce((e,t)=>{let{class:s,className:n,...r}=t;return Object.entries(r).every(e=>{let[t,s]=e;return Array.isArray(s)?s.includes({...a,...i}[t]):{...a,...i}[t]===s})?[...e,s,n]:e},[]);return ma(s,o,l,null==e?void 0:e.class,null==e?void 0:e.className)});var s,n;return(e,s)=>(sn(),ln(rs(e.as),{class:V(yt(fa)(yt(t)({variant:e.variant,size:e.size}),e.$attrs.class??""))},{default:Wt(()=>[is(e.$slots,"default")]),_:3},8,["class"]))}}),ya={class:"flex items-center gap-2"},_a={class:"text-foreground truncate text-xs font-semibold sm:text-sm"},ba=Xt({__name:"ChatHeader",props:{config:{}},emits:["close"],setup(e,{emit:t}){const s=e,n=t,r=mt(!1),a=mt({x:0,y:0}),o=mt({x:0,y:0}),i=()=>{n("close")},l=e=>{s.config.header?.draggable&&(r.value=!0,a.value={x:e.clientX,y:e.clientY},document.addEventListener("mousemove",c),document.addEventListener("mouseup",u),e.preventDefault())},c=e=>{if(!r.value)return;const t=e.clientX-a.value.x,s=e.clientY-a.value.y;o.value={x:t,y:s}},u=()=>{r.value=!1,o.value={x:0,y:0},document.removeEventListener("mousemove",c),document.removeEventListener("mouseup",u)};return(e,t)=>(sn(),on("div",{class:"border-border flex cursor-move select-none items-center justify-between border-b p-3 sm:p-4",onMousedown:l},[pn("div",ya,[t[0]||(t[0]=pn("div",{class:"bg-primary text-primary-foreground flex h-7 w-7 items-center justify-center rounded-lg sm:h-8 sm:w-8"},[pn("svg",{class:"h-3.5 w-3.5 sm:h-4 sm:w-4",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24"},[pn("path",{d:"M8 12h.01M12 12h.01M16 12h.01M21 12c0 4.418-4.03 8-9 8a9.863 9.863 0 01-4.255-.949L3 20l1.395-3.72C3.512 15.042 3 13.574 3 12c0-4.418 4.03-8 9-8s9 3.582 9 8z","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"})])],-1)),pn("h3",_a,W(e.config.header?.title||"聊天助手"),1)]),!1!==e.config.header?.showCloseButton?(sn(),ln(va,{key:0,class:"h-7 w-10 p-0",size:"sm",title:"关闭聊天",variant:"ghost",onClick:i},{default:Wt(()=>t[1]||(t[1]=[pn("svg",{class:"size-4",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24"},[pn("path",{d:"M6 18L18 6M6 6l12 12","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"})],-1)])),_:1,__:[1]})):yn("",!0)],32))}});class wa{messages=mt([]);sessions=mt([]);currentSessionId=mt("");questions=mt([]);enableHistory=!0;constructor(e={}){this.enableHistory=!1!==e.enableHistory,this.currentSessionId.value=this.generateSessionId(),this.enableHistory&&this.loadHistory(),Bs(this.messages,()=>{this.enableHistory&&this.saveHistory()},{deep:!0})}get allMessages(){return Pn(()=>this.messages.value)}get currentMessages(){return Pn(()=>this.messages.value)}get messageCount(){return Pn(()=>this.messages.value.length)}get hasMessages(){return Pn(()=>this.messages.value.length>0)}get lastMessage(){return Pn(()=>this.messages.value[this.messages.value.length-1])}get userMessages(){return Pn(()=>this.messages.value.filter(e=>"user"===e.type))}get aiMessages(){return Pn(()=>this.messages.value.filter(e=>"ai"===e.type))}get streamingMessages(){return Pn(()=>this.messages.value.filter(e=>e.isStreaming))}get errorMessages(){return Pn(()=>this.messages.value.filter(e=>"error"===e.status))}get suggestedQuestions(){return Pn(()=>this.questions.value)}get hasQuestions(){return Pn(()=>this.questions.value.length>0)}addMessage(e){const t={...e,id:this.generateMessageId(),timestamp:new Date};return this.messages.value.push(t),"user"===e.type&&this.clearQuestions(),t}updateMessage(e,t){const s=this.messages.value.findIndex(t=>t.id===e);if(-1!==s){const e=this.messages.value[s];return e&&(this.messages.value[s]={...e,...t}),!0}return!1}removeMessage(e){const t=this.messages.value.findIndex(t=>t.id===e);return-1!==t&&(this.messages.value.splice(t,1),!0)}getMessage(e){return this.messages.value.find(t=>t.id===e)}setMessageStatus(e,t){return this.updateMessage(e,{status:t})}setMessageStreaming(e,t){return this.updateMessage(e,{isStreaming:t,status:t?"streaming":"sent"})}setMessageError(e,t){return this.updateMessage(e,{status:"error",error:t,isStreaming:!1})}updateStreamingContent(e,t){return this.updateMessage(e,{content:t,streamContent:t})}addMessages(e){const t=e.map(e=>({...e,id:this.generateMessageId(),timestamp:new Date}));return this.messages.value.push(...t),t}clearMessages(){this.messages.value=[]}setQuestions(e){this.questions.value=e}addQuestion(e){this.questions.value.push(e)}clearQuestions(){this.questions.value=[]}removeQuestion(e){const t=this.questions.value.findIndex(t=>t.id===e);return-1!==t&&(this.questions.value.splice(t,1),!0)}removeMessages(e){let t=0;return e.forEach(e=>{this.removeMessage(e)&&t++}),t}filterMessages(e){return this.messages.value.filter(e)}searchMessages(e){const t=e.toLowerCase();return this.messages.value.filter(e=>e.content.toLowerCase().includes(t))}getMessagesByType(e){return this.messages.value.filter(t=>t.type===e)}getMessagesByStatus(e){return this.messages.value.filter(t=>t.status===e)}createSession(){const e=this.generateSessionId(),t={id:e,messages:[],createdAt:new Date,updatedAt:new Date};return this.sessions.value.push(t),this.currentSessionId.value=e,e}switchSession(e){const t=this.sessions.value.find(t=>t.id===e);return!!t&&(this.currentSessionId.value=e,this.messages.value=[...t.messages],!0)}deleteSession(e){const t=this.sessions.value.findIndex(t=>t.id===e);return-1!==t&&(this.sessions.value.splice(t,1),e===this.currentSessionId.value&&(this.sessions.value.length>0?this.sessions.value[0]&&this.switchSession(this.sessions.value[0].id):this.createSession()),!0)}getSession(e){return this.sessions.value.find(t=>t.id===e)}getAllSessions(){return[...this.sessions.value]}saveHistory(){try{const e={sessions:this.sessions.value,currentSessionId:this.currentSessionId.value,timestamp:Date.now()};localStorage.setItem("langchat-history",JSON.stringify(e))}catch(e){console.warn("Failed to save history:",e)}}loadHistory(){try{const e=localStorage.getItem("langchat-history");if(e){const t=JSON.parse(e);if(t.sessions&&Array.isArray(t.sessions)&&(this.sessions.value=t.sessions.map(e=>({...e,createdAt:new Date(e.createdAt),updatedAt:new Date(e.updatedAt),messages:e.messages.map(e=>({...e,timestamp:new Date(e.timestamp)}))}))),t.currentSessionId){this.currentSessionId.value=t.currentSessionId;const e=this.getSession(t.currentSessionId);e&&(this.messages.value=[...e.messages])}}}catch(e){console.warn("Failed to load history:",e),this.createSession()}}exportHistory(){const e={sessions:this.sessions.value,currentSessionId:this.currentSessionId.value,exportTime:(new Date).toISOString(),version:"1.0.0"};return JSON.stringify(e,null,2)}importHistory(e){try{const t=JSON.parse(e);if(t.sessions&&Array.isArray(t.sessions)){if(this.sessions.value=t.sessions.map(e=>({...e,createdAt:new Date(e.createdAt),updatedAt:new Date(e.updatedAt),messages:e.messages.map(e=>({...e,timestamp:new Date(e.timestamp)}))})),t.currentSessionId){this.currentSessionId.value=t.currentSessionId;const e=this.getSession(t.currentSessionId);e&&(this.messages.value=[...e.messages])}return!0}return!1}catch(t){return console.error("Failed to import history:",t),!1}}getStats(){const e=this.messages.value.length;return{totalMessages:e,userMessages:this.userMessages.value.length,aiMessages:this.aiMessages.value.length,errorMessages:this.errorMessages.value.length,streamingMessages:this.streamingMessages.value.length,sessions:this.sessions.value.length,averageMessagesPerSession:e/Math.max(this.sessions.value.length,1)}}cleanup(e=30){const t=new Date;t.setDate(t.getDate()-e);let s=0;return this.sessions.value=this.sessions.value.filter(e=>!(e.updatedAt<t)||(s+=e.messages.length,!1)),this.messages.value=this.messages.value.filter(e=>!(e.timestamp<t)||(s++,!1)),s}generateMessageId(){return`msg_${Date.now()}_${Math.random().toString(36).substr(2,9)}`}generateSessionId(){return`session_${Date.now()}_${Math.random().toString(36).substr(2,9)}`}destroy(){this.messages.value=[],this.sessions.value=[],this.currentSessionId.value=""}}const Ca=new wa;const xa={};function ka(e,t){"string"!=typeof t&&(t=ka.defaultChars);const s=function(e){let t=xa[e];if(t)return t;t=xa[e]=[];for(let s=0;s<128;s++){const e=String.fromCharCode(s);t.push(e)}for(let s=0;s<e.length;s++){const n=e.charCodeAt(s);t[n]="%"+("0"+n.toString(16).toUpperCase()).slice(-2)}return t}(t);return e.replace(/(%[a-f0-9]{2})+/gi,function(e){let t="";for(let n=0,r=e.length;n<r;n+=3){const a=parseInt(e.slice(n+1,n+3),16);if(a<128)t+=s[a];else{if(192==(224&a)&&n+3<r){const s=parseInt(e.slice(n+4,n+6),16);if(128==(192&s)){const e=a<<6&1984|63&s;t+=e<128?"��":String.fromCharCode(e),n+=3;continue}}if(224==(240&a)&&n+6<r){const s=parseInt(e.slice(n+4,n+6),16),r=parseInt(e.slice(n+7,n+9),16);if(128==(192&s)&&128==(192&r)){const e=a<<12&61440|s<<6&4032|63&r;t+=e<2048||e>=55296&&e<=57343?"���":String.fromCharCode(e),n+=6;continue}}if(240==(248&a)&&n+9<r){const s=parseInt(e.slice(n+4,n+6),16),r=parseInt(e.slice(n+7,n+9),16),o=parseInt(e.slice(n+10,n+12),16);if(128==(192&s)&&128==(192&r)&&128==(192&o)){let e=a<<18&1835008|s<<12&258048|r<<6&4032|63&o;e<65536||e>1114111?t+="����":(e-=65536,t+=String.fromCharCode(55296+(e>>10),56320+(1023&e))),n+=9;continue}}t+="�"}}return t})}ka.defaultChars=";/?:@&=+$,#",ka.componentChars="";const Aa={};function Ma(e,t,s){"string"!=typeof t&&(s=t,t=Ma.defaultChars),void 0===s&&(s=!0);const n=function(e){let t=Aa[e];if(t)return t;t=Aa[e]=[];for(let s=0;s<128;s++){const e=String.fromCharCode(s);/^[0-9a-z]$/i.test(e)?t.push(e):t.push("%"+("0"+s.toString(16).toUpperCase()).slice(-2))}for(let s=0;s<e.length;s++)t[e.charCodeAt(s)]=e[s];return t}(t);let r="";for(let a=0,o=e.length;a<o;a++){const t=e.charCodeAt(a);if(s&&37===t&&a+2<o&&/^[0-9a-f]{2}$/i.test(e.slice(a+1,a+3)))r+=e.slice(a,a+3),a+=2;else if(t<128)r+=n[t];else if(t>=55296&&t<=57343){if(t>=55296&&t<=56319&&a+1<o){const t=e.charCodeAt(a+1);if(t>=56320&&t<=57343){r+=encodeURIComponent(e[a]+e[a+1]),a++;continue}}r+="%EF%BF%BD"}else r+=encodeURIComponent(e[a])}return r}function Sa(e){let t="";return t+=e.protocol||"",t+=e.slashes?"//":"",t+=e.auth?e.auth+"@":"",e.hostname&&-1!==e.hostname.indexOf(":")?t+="["+e.hostname+"]":t+=e.hostname||"",t+=e.port?":"+e.port:"",t+=e.pathname||"",t+=e.search||"",t+=e.hash||"",t}function Ea(){this.protocol=null,this.slashes=null,this.auth=null,this.port=null,this.hostname=null,this.hash=null,this.search=null,this.pathname=null}Ma.defaultChars=";/?:@&=+$,-_.!~*'()#",Ma.componentChars="-_.!~*'()";const Da=/^([a-z0-9.+-]+:)/i,za=/:[0-9]*$/,Fa=/^(\/\/?(?!\/)[^\?\s]*)(\?[^\s]*)?$/,Oa=["{","}","|","\\","^","`"].concat(["<",">",'"',"`"," ","\r","\n","\t"]),La=["'"].concat(Oa),Ta=["%","/","?",";","#"].concat(La),Ia=["/","?","#"],ja=/^[+a-z0-9A-Z_-]{0,63}$/,Pa=/^([+a-z0-9A-Z_-]{0,63})(.*)$/,qa={javascript:!0,"javascript:":!0},Ra={http:!0,https:!0,ftp:!0,gopher:!0,file:!0,"http:":!0,"https:":!0,"ftp:":!0,"gopher:":!0,"file:":!0};function Ba(e,t){if(e&&e instanceof Ea)return e;const s=new Ea;return s.parse(e,t),s}Ea.prototype.parse=function(e,t){let s,n,r,a=e;if(a=a.trim(),!t&&1===e.split("#").length){const e=Fa.exec(a);if(e)return this.pathname=e[1],e[2]&&(this.search=e[2]),this}let o=Da.exec(a);if(o&&(o=o[0],s=o.toLowerCase(),this.protocol=o,a=a.substr(o.length)),(t||o||a.match(/^\/\/[^@\/]+@[^@\/]+/))&&(r="//"===a.substr(0,2),!r||o&&qa[o]||(a=a.substr(2),this.slashes=!0)),!qa[o]&&(r||o&&!Ra[o])){let e,t,s=-1;for(let i=0;i<Ia.length;i++)n=a.indexOf(Ia[i]),-1!==n&&(-1===s||n<s)&&(s=n);t=-1===s?a.lastIndexOf("@"):a.lastIndexOf("@",s),-1!==t&&(e=a.slice(0,t),a=a.slice(t+1),this.auth=e),s=-1;for(let i=0;i<Ta.length;i++)n=a.indexOf(Ta[i]),-1!==n&&(-1===s||n<s)&&(s=n);-1===s&&(s=a.length),":"===a[s-1]&&s--;const r=a.slice(0,s);a=a.slice(s),this.parseHost(r),this.hostname=this.hostname||"";const o="["===this.hostname[0]&&"]"===this.hostname[this.hostname.length-1];if(!o){const e=this.hostname.split(/\./);for(let t=0,s=e.length;t<s;t++){const s=e[t];if(s&&!s.match(ja)){let n="";for(let e=0,t=s.length;e<t;e++)s.charCodeAt(e)>127?n+="x":n+=s[e];if(!n.match(ja)){const n=e.slice(0,t),r=e.slice(t+1),o=s.match(Pa);o&&(n.push(o[1]),r.unshift(o[2])),r.length&&(a=r.join(".")+a),this.hostname=n.join(".");break}}}}this.hostname.length>255&&(this.hostname=""),o&&(this.hostname=this.hostname.substr(1,this.hostname.length-2))}const i=a.indexOf("#");-1!==i&&(this.hash=a.substr(i),a=a.slice(0,i));const l=a.indexOf("?");return-1!==l&&(this.search=a.substr(l),a=a.slice(0,l)),a&&(this.pathname=a),Ra[s]&&this.hostname&&!this.pathname&&(this.pathname=""),this},Ea.prototype.parseHost=function(e){let t=za.exec(e);t&&(t=t[0],":"!==t&&(this.port=t.substr(1)),e=e.substr(0,e.length-t.length)),e&&(this.hostname=e)};const Za=Object.freeze(Object.defineProperty({__proto__:null,decode:ka,encode:Ma,format:Sa,parse:Ba},Symbol.toStringTag,{value:"Module"})),Ha=/[\0-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,Va=/[\0-\x1F\x7F-\x9F]/,$a=/[!-#%-\*,-\/:;\?@\[-\]_\{\}\xA1\xA7\xAB\xB6\xB7\xBB\xBF\u037E\u0387\u055A-\u055F\u0589\u058A\u05BE\u05C0\u05C3\u05C6\u05F3\u05F4\u0609\u060A\u060C\u060D\u061B\u061D-\u061F\u066A-\u066D\u06D4\u0700-\u070D\u07F7-\u07F9\u0830-\u083E\u085E\u0964\u0965\u0970\u09FD\u0A76\u0AF0\u0C77\u0C84\u0DF4\u0E4F\u0E5A\u0E5B\u0F04-\u0F12\u0F14\u0F3A-\u0F3D\u0F85\u0FD0-\u0FD4\u0FD9\u0FDA\u104A-\u104F\u10FB\u1360-\u1368\u1400\u166E\u169B\u169C\u16EB-\u16ED\u1735\u1736\u17D4-\u17D6\u17D8-\u17DA\u1800-\u180A\u1944\u1945\u1A1E\u1A1F\u1AA0-\u1AA6\u1AA8-\u1AAD\u1B5A-\u1B60\u1B7D\u1B7E\u1BFC-\u1BFF\u1C3B-\u1C3F\u1C7E\u1C7F\u1CC0-\u1CC7\u1CD3\u2010-\u2027\u2030-\u2043\u2045-\u2051\u2053-\u205E\u207D\u207E\u208D\u208E\u2308-\u230B\u2329\u232A\u2768-\u2775\u27C5\u27C6\u27E6-\u27EF\u2983-\u2998\u29D8-\u29DB\u29FC\u29FD\u2CF9-\u2CFC\u2CFE\u2CFF\u2D70\u2E00-\u2E2E\u2E30-\u2E4F\u2E52-\u2E5D\u3001-\u3003\u3008-\u3011\u3014-\u301F\u3030\u303D\u30A0\u30FB\uA4FE\uA4FF\uA60D-\uA60F\uA673\uA67E\uA6F2-\uA6F7\uA874-\uA877\uA8CE\uA8CF\uA8F8-\uA8FA\uA8FC\uA92E\uA92F\uA95F\uA9C1-\uA9CD\uA9DE\uA9DF\uAA5C-\uAA5F\uAADE\uAADF\uAAF0\uAAF1\uABEB\uFD3E\uFD3F\uFE10-\uFE19\uFE30-\uFE52\uFE54-\uFE61\uFE63\uFE68\uFE6A\uFE6B\uFF01-\uFF03\uFF05-\uFF0A\uFF0C-\uFF0F\uFF1A\uFF1B\uFF1F\uFF20\uFF3B-\uFF3D\uFF3F\uFF5B\uFF5D\uFF5F-\uFF65]|\uD800[\uDD00-\uDD02\uDF9F\uDFD0]|\uD801\uDD6F|\uD802[\uDC57\uDD1F\uDD3F\uDE50-\uDE58\uDE7F\uDEF0-\uDEF6\uDF39-\uDF3F\uDF99-\uDF9C]|\uD803[\uDEAD\uDF55-\uDF59\uDF86-\uDF89]|\uD804[\uDC47-\uDC4D\uDCBB\uDCBC\uDCBE-\uDCC1\uDD40-\uDD43\uDD74\uDD75\uDDC5-\uDDC8\uDDCD\uDDDB\uDDDD-\uDDDF\uDE38-\uDE3D\uDEA9]|\uD805[\uDC4B-\uDC4F\uDC5A\uDC5B\uDC5D\uDCC6\uDDC1-\uDDD7\uDE41-\uDE43\uDE60-\uDE6C\uDEB9\uDF3C-\uDF3E]|\uD806[\uDC3B\uDD44-\uDD46\uDDE2\uDE3F-\uDE46\uDE9A-\uDE9C\uDE9E-\uDEA2\uDF00-\uDF09]|\uD807[\uDC41-\uDC45\uDC70\uDC71\uDEF7\uDEF8\uDF43-\uDF4F\uDFFF]|\uD809[\uDC70-\uDC74]|\uD80B[\uDFF1\uDFF2]|\uD81A[\uDE6E\uDE6F\uDEF5\uDF37-\uDF3B\uDF44]|\uD81B[\uDE97-\uDE9A\uDFE2]|\uD82F\uDC9F|\uD836[\uDE87-\uDE8B]|\uD83A[\uDD5E\uDD5F]/,Na=/[\$\+<->\^`\|~\xA2-\xA6\xA8\xA9\xAC\xAE-\xB1\xB4\xB8\xD7\xF7\u02C2-\u02C5\u02D2-\u02DF\u02E5-\u02EB\u02ED\u02EF-\u02FF\u0375\u0384\u0385\u03F6\u0482\u058D-\u058F\u0606-\u0608\u060B\u060E\u060F\u06DE\u06E9\u06FD\u06FE\u07F6\u07FE\u07FF\u0888\u09F2\u09F3\u09FA\u09FB\u0AF1\u0B70\u0BF3-\u0BFA\u0C7F\u0D4F\u0D79\u0E3F\u0F01-\u0F03\u0F13\u0F15-\u0F17\u0F1A-\u0F1F\u0F34\u0F36\u0F38\u0FBE-\u0FC5\u0FC7-\u0FCC\u0FCE\u0FCF\u0FD5-\u0FD8\u109E\u109F\u1390-\u1399\u166D\u17DB\u1940\u19DE-\u19FF\u1B61-\u1B6A\u1B74-\u1B7C\u1FBD\u1FBF-\u1FC1\u1FCD-\u1FCF\u1FDD-\u1FDF\u1FED-\u1FEF\u1FFD\u1FFE\u2044\u2052\u207A-\u207C\u208A-\u208C\u20A0-\u20C0\u2100\u2101\u2103-\u2106\u2108\u2109\u2114\u2116-\u2118\u211E-\u2123\u2125\u2127\u2129\u212E\u213A\u213B\u2140-\u2144\u214A-\u214D\u214F\u218A\u218B\u2190-\u2307\u230C-\u2328\u232B-\u2426\u2440-\u244A\u249C-\u24E9\u2500-\u2767\u2794-\u27C4\u27C7-\u27E5\u27F0-\u2982\u2999-\u29D7\u29DC-\u29FB\u29FE-\u2B73\u2B76-\u2B95\u2B97-\u2BFF\u2CE5-\u2CEA\u2E50\u2E51\u2E80-\u2E99\u2E9B-\u2EF3\u2F00-\u2FD5\u2FF0-\u2FFF\u3004\u3012\u3013\u3020\u3036\u3037\u303E\u303F\u309B\u309C\u3190\u3191\u3196-\u319F\u31C0-\u31E3\u31EF\u3200-\u321E\u322A-\u3247\u3250\u3260-\u327F\u328A-\u32B0\u32C0-\u33FF\u4DC0-\u4DFF\uA490-\uA4C6\uA700-\uA716\uA720\uA721\uA789\uA78A\uA828-\uA82B\uA836-\uA839\uAA77-\uAA79\uAB5B\uAB6A\uAB6B\uFB29\uFBB2-\uFBC2\uFD40-\uFD4F\uFDCF\uFDFC-\uFDFF\uFE62\uFE64-\uFE66\uFE69\uFF04\uFF0B\uFF1C-\uFF1E\uFF3E\uFF40\uFF5C\uFF5E\uFFE0-\uFFE6\uFFE8-\uFFEE\uFFFC\uFFFD]|\uD800[\uDD37-\uDD3F\uDD79-\uDD89\uDD8C-\uDD8E\uDD90-\uDD9C\uDDA0\uDDD0-\uDDFC]|\uD802[\uDC77\uDC78\uDEC8]|\uD805\uDF3F|\uD807[\uDFD5-\uDFF1]|\uD81A[\uDF3C-\uDF3F\uDF45]|\uD82F\uDC9C|\uD833[\uDF50-\uDFC3]|\uD834[\uDC00-\uDCF5\uDD00-\uDD26\uDD29-\uDD64\uDD6A-\uDD6C\uDD83\uDD84\uDD8C-\uDDA9\uDDAE-\uDDEA\uDE00-\uDE41\uDE45\uDF00-\uDF56]|\uD835[\uDEC1\uDEDB\uDEFB\uDF15\uDF35\uDF4F\uDF6F\uDF89\uDFA9\uDFC3]|\uD836[\uDC00-\uDDFF\uDE37-\uDE3A\uDE6D-\uDE74\uDE76-\uDE83\uDE85\uDE86]|\uD838[\uDD4F\uDEFF]|\uD83B[\uDCAC\uDCB0\uDD2E\uDEF0\uDEF1]|\uD83C[\uDC00-\uDC2B\uDC30-\uDC93\uDCA0-\uDCAE\uDCB1-\uDCBF\uDCC1-\uDCCF\uDCD1-\uDCF5\uDD0D-\uDDAD\uDDE6-\uDE02\uDE10-\uDE3B\uDE40-\uDE48\uDE50\uDE51\uDE60-\uDE65\uDF00-\uDFFF]|\uD83D[\uDC00-\uDED7\uDEDC-\uDEEC\uDEF0-\uDEFC\uDF00-\uDF76\uDF7B-\uDFD9\uDFE0-\uDFEB\uDFF0]|\uD83E[\uDC00-\uDC0B\uDC10-\uDC47\uDC50-\uDC59\uDC60-\uDC87\uDC90-\uDCAD\uDCB0\uDCB1\uDD00-\uDE53\uDE60-\uDE6D\uDE70-\uDE7C\uDE80-\uDE88\uDE90-\uDEBD\uDEBF-\uDEC5\uDECE-\uDEDB\uDEE0-\uDEE8\uDEF0-\uDEF8\uDF00-\uDF92\uDF94-\uDFCA]/,Ua=/[ \xA0\u1680\u2000-\u200A\u2028\u2029\u202F\u205F\u3000]/,Wa=Object.freeze(Object.defineProperty({__proto__:null,Any:Ha,Cc:Va,Cf:/[\xAD\u0600-\u0605\u061C\u06DD\u070F\u0890\u0891\u08E2\u180E\u200B-\u200F\u202A-\u202E\u2060-\u2064\u2066-\u206F\uFEFF\uFFF9-\uFFFB]|\uD804[\uDCBD\uDCCD]|\uD80D[\uDC30-\uDC3F]|\uD82F[\uDCA0-\uDCA3]|\uD834[\uDD73-\uDD7A]|\uDB40[\uDC01\uDC20-\uDC7F]/,P:$a,S:Na,Z:Ua},Symbol.toStringTag,{value:"Module"})),Ga=new Uint16Array('ᵁ<Õıʊҝջאٵ۞ޢߖࠏઑඡ༉༦ረዡᐕᒝᓃᓟᔥ\0\0\0\0\0\0ᕫᛍᦍᰒᷝ↰⊍⏀⏻⑂⠤⤒ⴈ⹈⿎〖㊺㘹㞬㣾㨨㩱㫠㬮ࠀEMabcfglmnoprstu\\bfms¦³¹ÈÏlig耻Æ䃆P耻&䀦cute耻Á䃁reve;䄂Āiyx}rc耻Â䃂;䐐r;쀀𝔄rave耻À䃀pha;䎑acr;䄀d;橓Āgp¡on;䄄f;쀀𝔸plyFunction;恡ing耻Å䃅Ācs¾Ãr;쀀𝒜ign;扔ilde耻Ã䃃ml耻Ä䃄ЀaceforsuåûþėĜĢħĪĀcrêòkslash;或Ŷöø;櫧ed;挆y;䐑ƀcrtąċĔause;戵noullis;愬a;䎒r;쀀𝔅pf;쀀𝔹eve;䋘còēmpeq;扎܀HOacdefhilorsuōőŖƀƞƢƵƷƺǜȕɳɸɾcy;䐧PY耻©䂩ƀcpyŝŢźute;䄆Ā;iŧŨ拒talDifferentialD;慅leys;愭ȀaeioƉƎƔƘron;䄌dil耻Ç䃇rc;䄈nint;戰ot;䄊ĀdnƧƭilla;䂸terDot;䂷òſi;䎧rcleȀDMPTLJNjǑǖot;抙inus;抖lus;投imes;抗oĀcsǢǸkwiseContourIntegral;戲eCurlyĀDQȃȏoubleQuote;思uote;怙ȀlnpuȞȨɇɕonĀ;eȥȦ户;橴ƀgitȯȶȺruent;扡nt;戯ourIntegral;戮ĀfrɌɎ;愂oduct;成nterClockwiseContourIntegral;戳oss;樯cr;쀀𝒞pĀ;Cʄʅ拓ap;才րDJSZacefiosʠʬʰʴʸˋ˗ˡ˦̳ҍĀ;oŹʥtrahd;椑cy;䐂cy;䐅cy;䐏ƀgrsʿ˄ˇger;怡r;憡hv;櫤Āayː˕ron;䄎;䐔lĀ;t˝˞戇a;䎔r;쀀𝔇Āaf˫̧Ācm˰̢riticalȀADGT̖̜̀̆cute;䂴oŴ̋̍;䋙bleAcute;䋝rave;䁠ilde;䋜ond;拄ferentialD;慆Ѱ̽\0\0\0͔͂\0Ѕf;쀀𝔻ƀ;DE͈͉͍䂨ot;惜qual;扐blèCDLRUVͣͲϏϢϸontourIntegraìȹoɴ\0\0ͻ»͉nArrow;懓Āeo·ΤftƀARTΐΖΡrrow;懐ightArrow;懔eåˊngĀLRΫτeftĀARγιrrow;柸ightArrow;柺ightArrow;柹ightĀATϘϞrrow;懒ee;抨pɁϩ\0\0ϯrrow;懑ownArrow;懕erticalBar;戥ǹABLRTaВЪаўѿͼrrowƀ;BUНОТ憓ar;椓pArrow;懵reve;䌑eft˒к\0ц\0ѐightVector;楐eeVector;楞ectorĀ;Bљњ憽ar;楖ightǔѧ\0ѱeeVector;楟ectorĀ;BѺѻ懁ar;楗eeĀ;A҆҇护rrow;憧ĀctҒҗr;쀀𝒟rok;䄐ࠀNTacdfglmopqstuxҽӀӄӋӞӢӧӮӵԡԯԶՒ՝ՠեG;䅊H耻Ð䃐cute耻É䃉ƀaiyӒӗӜron;䄚rc耻Ê䃊;䐭ot;䄖r;쀀𝔈rave耻È䃈ement;戈ĀapӺӾcr;䄒tyɓԆ\0\0ԒmallSquare;旻erySmallSquare;斫ĀgpԦԪon;䄘f;쀀𝔼silon;䎕uĀaiԼՉlĀ;TՂՃ橵ilde;扂librium;懌Āci՚r;愰m;橳a;䎗ml耻Ë䃋Āipժկsts;戃onentialE;慇ʀcfiosօֈ֍ֲy;䐤r;쀀𝔉lledɓ֗\0\0֣mallSquare;旼erySmallSquare;斪Ͱֺ\0ֿ\0\0ׄf;쀀𝔽All;戀riertrf;愱còJTabcdfgorstרׯؒؖ؛؝أ٬ٲcy;䐃耻>䀾mmaĀ;d䎓;䏜reve;䄞ƀeiy؇،ؐdil;䄢rc;䄜;䐓ot;䄠r;쀀𝔊;拙pf;쀀𝔾eater̀EFGLSTصلَٖٛ٦qualĀ;Lؾؿ扥ess;招ullEqual;执reater;檢ess;扷lantEqual;橾ilde;扳cr;쀀𝒢;扫ЀAacfiosuڅڋږڛڞڪھۊRDcy;䐪Āctڐڔek;䋇;䁞irc;䄤r;愌lbertSpace;愋ǰگ\0ڲf;愍izontalLine;攀Āctۃۅòکrok;䄦mpńېۘownHumðįqual;扏܀EJOacdfgmnostuۺ۾܃܇ܚܞܡܨ݄ݸދޏޕcy;䐕lig;䄲cy;䐁cute耻Í䃍Āiyܓܘrc耻Î䃎;䐘ot;䄰r;愑rave耻Ì䃌ƀ;apܠܯܿĀcgܴܷr;䄪inaryI;慈lieóϝǴ݉\0ݢĀ;eݍݎ戬Āgrݓݘral;戫section;拂isibleĀCTݬݲomma;恣imes;恢ƀgptݿރވon;䄮f;쀀𝕀a;䎙cr;愐ilde;䄨ǫޚ\0ޞcy;䐆l耻Ï䃏ʀcfosuެ߂ߐĀiyޱrc;䄴;䐙r;쀀𝔍pf;쀀𝕁ǣ߇\0ߌr;쀀𝒥rcy;䐈kcy;䐄HJacfosߤߨ߽߬߱ࠂࠈcy;䐥cy;䐌ppa;䎚Āey߶dil;䄶;䐚r;쀀𝔎pf;쀀𝕂cr;쀀𝒦րJTaceflmostࠥࠩࠬࡐࡣসে্ੇcy;䐉耻<䀼ʀcmnpr࠷࠼ࡁࡄࡍute;䄹bda;䎛g;柪lacetrf;愒r;憞ƀaeyࡗࡡron;䄽dil;䄻;䐛Āfsࡨ॰tԀACDFRTUVarࡾࢩࢱࣦ࣠ࣼयज़ΐ४ĀnrࢃgleBracket;柨rowƀ;BR࢙࢚࢞憐ar;懤ightArrow;懆eiling;挈oǵࢷ\0ࣃbleBracket;柦nǔࣈ\0࣒eeVector;楡ectorĀ;Bࣛࣜ懃ar;楙loor;挊ightĀAV࣯ࣵrrow;憔ector;楎Āerँगeƀ;AVउऊऐ抣rrow;憤ector;楚iangleƀ;BEतथऩ抲ar;槏qual;抴pƀDTVषूौownVector;楑eeVector;楠ectorĀ;Bॖॗ憿ar;楘ectorĀ;B॥०憼ar;楒ightáΜs̀EFGLSTॾঋকঝঢভqualGreater;拚ullEqual;扦reater;扶ess;檡lantEqual;橽ilde;扲r;쀀𝔏Ā;eঽা拘ftarrow;懚idot;䄿ƀnpwਖਛgȀLRlr৷ਂਐeftĀAR০৬rrow;柵ightArrow;柷ightArrow;柶eftĀarγਊightáοightáϊf;쀀𝕃erĀLRਢਬeftArrow;憙ightArrow;憘ƀchtਾੀੂòࡌ;憰rok;䅁;扪Ѐacefiosuਗ਼અઋp;椅y;䐜Ādl੯iumSpace;恟lintrf;愳r;쀀𝔐nusPlus;戓pf;쀀𝕄cò੶;䎜ҀJacefostuણધભીଔଙඑඞcy;䐊cute;䅃ƀaeyહાron;䅇dil;䅅;䐝ƀgswે૰ativeƀMTV૨ediumSpace;怋hiĀcn૦ëeryThiîtedĀGLଆreaterGreateòٳessLesóੈLine;䀊r;쀀𝔑ȀBnptଢନଷreak;恠BreakingSpace;䂠f;愕ڀ;CDEGHLNPRSTV୕ୖ୪௫ఄ಄ದൡඅ櫬Āoungruent;扢pCap;扭oubleVerticalBar;戦ƀlqxஃஊement;戉ualĀ;Tஒஓ扠ilde;쀀≂̸ists;戄reater;EFGLSTஶஷ扯qual;扱ullEqual;쀀≧̸reater;쀀≫̸ess;批lantEqual;쀀⩾̸ilde;扵umpń௲ownHump;쀀≎̸qual;쀀≏̸eĀfsఊధtTriangleƀ;BEచఛడ拪ar;쀀⧏̸qual;括s̀;EGLSTవశ఼ౄోౘ扮qual;扰reater;扸ess;쀀≪̸lantEqual;쀀⩽̸ilde;扴estedĀGL౨౹reaterGreater;쀀⪢̸essLess;쀀⪡̸recedesƀ;ESಒಓಛ技qual;쀀⪯̸lantEqual;拠ĀeiಫಹverseElement;戌ghtTriangleƀ;BEೋೌ拫ar;쀀⧐̸qual;拭ĀquೝഌuareSuĀbp೨setĀ;Eೳ쀀⊏̸qual;拢ersetĀ;Eഃആ쀀⊐̸qual;拣ƀbcpഓതൎsetĀ;Eഛഞ쀀⊂⃒qual;抈ceedsȀ;ESTലള഻െ抁qual;쀀⪰̸lantEqual;拡ilde;쀀≿̸ersetĀ;E൘൛쀀⊃⃒qual;抉ildeȀ;EFT൮൯൵ൿ扁qual;扄ullEqual;扇ilde;扉erticalBar;戤cr;쀀𝒩ilde耻Ñ䃑;䎝܀Eacdfgmoprstuvලෂෛ෧ขภยา฿ไlig;䅒cute耻Ó䃓Āiyීrc耻Ô䃔;䐞blac;䅐r;쀀𝔒rave耻Ò䃒ƀaei෮ෲcr;䅌ga;䎩cron;䎟pf;쀀𝕆enCurlyĀDQฎบoubleQuote;怜uote;怘;橔Āclวฬr;쀀𝒪ash耻Ø䃘iŬืde耻Õ䃕es;樷ml耻Ö䃖erĀBP๋Āar๐๓r;怾acĀek๚;揞et;掴arenthesis;揜ҀacfhilorsງຊຏຒດຝະrtialD;戂y;䐟r;쀀𝔓i;䎦;䎠usMinus;䂱Āipຢອncareplanåڝf;愙Ȁ;eio຺ູ檻cedesȀ;EST່້扺qual;檯lantEqual;扼ilde;找me;怳Ādpuct;戏ortionĀ;aȥl;戝Āci༁༆r;쀀𝒫;䎨ȀUfos༑༖༛༟OT耻"䀢r;쀀𝔔pf;愚cr;쀀𝒬BEacefhiorsu༾གྷཇའཱིྦྷྪྭ႖ႩႴႾarr;椐G耻®䂮ƀcnrཎནབute;䅔g;柫rĀ;tཛྷཝ憠l;椖ƀaeyཧཬཱron;䅘dil;䅖;䐠Ā;vླྀཹ愜erseĀEUྂྙĀlq྇ྎement;戋uilibrium;懋pEquilibrium;楯r»ཹo;䎡ghtЀACDFTUVa࿁ဢဨၛႇϘĀnr࿆࿒gleBracket;柩rowƀ;BL憒ar;懥eftArrow;懄eiling;按oǵ\0စbleBracket;柧nǔည\0နeeVector;楝ectorĀ;Bဝသ懂ar;楕loor;挋Āerိ၃eƀ;AVဵံြ抢rrow;憦ector;楛iangleƀ;BEၐၑၕ抳ar;槐qual;抵pƀDTVၣၮၸownVector;楏eeVector;楜ectorĀ;Bႂႃ憾ar;楔ectorĀ;B႑႒懀ar;楓Āpuႛ႞f;愝ndImplies;楰ightarrow;懛ĀchႹႼr;愛;憱leDelayed;槴ڀHOacfhimoqstuფჱჷჽᄙᄞᅑᅖᅡᅧᆵᆻᆿĀCcჩხHcy;䐩y;䐨FTcy;䐬cute;䅚ʀ;aeiyᄈᄉᄎᄓᄗ檼ron;䅠dil;䅞rc;䅜;䐡r;쀀𝔖ortȀDLRUᄪᄴᄾᅉownArrow»ОeftArrow»࢚ightArrow»pArrow;憑gma;䎣allCircle;战pf;쀀𝕊ɲᅭ\0\0ᅰt;戚areȀ;ISUᅻᅼᆉᆯ斡ntersection;抓uĀbpᆏᆞsetĀ;Eᆗᆘ抏qual;抑ersetĀ;Eᆨᆩ抐qual;抒nion;抔cr;쀀𝒮ar;拆ȀbcmpᇈᇛሉላĀ;sᇍᇎ拐etĀ;Eᇍᇕqual;抆ĀchᇠህeedsȀ;ESTᇭᇮᇴᇿ扻qual;檰lantEqual;扽ilde;承Tháྌ;我ƀ;esሒሓሣ拑rsetĀ;Eሜም抃qual;抇et»ሓրHRSacfhiorsሾቄቕቱቶኟዂወዑORN耻Þ䃞ADE;愢ĀHcቒcy;䐋y;䐦Ābuቚቜ;䀉;䎤ƀaeyብቪቯron;䅤dil;䅢;䐢r;쀀𝔗ĀeiቻDzኀ\0ኇefore;戴a;䎘ĀcnኘkSpace;쀀 Space;怉ldeȀ;EFTካኬኲኼ戼qual;扃ullEqual;扅ilde;扈pf;쀀𝕋ipleDot;惛Āctዖዛr;쀀𝒯rok;䅦ૡዷጎጚጦ\0ጬጱ\0\0\0\0\0ጸጽ፷ᎅ\0ᐄᐊᐐĀcrዻጁute耻Ú䃚rĀ;oጇገ憟cir;楉rǣጓ\0y;䐎ve;䅬Āiyጞጣrc耻Û䃛;䐣blac;䅰r;쀀𝔘rave耻Ù䃙acr;䅪Ādiፁ፩erĀBPፈ፝Āarፍፐr;䁟acĀekፗፙ;揟et;掵arenthesis;揝onĀ;P፰፱拃lus;抎Āgp፻on;䅲f;쀀𝕌ЀADETadps᎕ᎮᎸᏄϨᏒᏗᏳrrowƀ;BDᅐᎠᎤar;椒ownArrow;懅ownArrow;憕quilibrium;楮eeĀ;AᏋᏌ报rrow;憥ownáϳerĀLRᏞᏨeftArrow;憖ightArrow;憗iĀ;lᏹᏺ䏒on;䎥ing;䅮cr;쀀𝒰ilde;䅨ml耻Ü䃜ҀDbcdefosvᐧᐬᐰᐳᐾᒅᒊᒐᒖash;披ar;櫫y;䐒ashĀ;lᐻᐼ抩;櫦Āerᑃᑅ;拁ƀbtyᑌᑐᑺar;怖Ā;iᑏᑕcalȀBLSTᑡᑥᑪᑴar;戣ine;䁼eparator;杘ilde;所ThinSpace;怊r;쀀𝔙pf;쀀𝕍cr;쀀𝒱dash;抪ʀcefosᒧᒬᒱᒶᒼirc;䅴dge;拀r;쀀𝔚pf;쀀𝕎cr;쀀𝒲Ȁfiosᓋᓐᓒᓘr;쀀𝔛;䎞pf;쀀𝕏cr;쀀𝒳ҀAIUacfosuᓱᓵᓹᓽᔄᔏᔔᔚᔠcy;䐯cy;䐇cy;䐮cute耻Ý䃝Āiyᔉᔍrc;䅶;䐫r;쀀𝔜pf;쀀𝕐cr;쀀𝒴ml;䅸ЀHacdefosᔵᔹᔿᕋᕏᕝᕠᕤcy;䐖cute;䅹Āayᕄᕉron;䅽;䐗ot;䅻Dzᕔ\0ᕛoWidtèa;䎖r;愨pf;愤cr;쀀𝒵ᖃᖊᖐ\0ᖰᖶᖿ\0\0\0\0ᗆᗛᗫᙟ᙭\0ᚕ᚛ᚲᚹ\0ᚾcute耻á䃡reve;䄃̀;Ediuyᖜᖝᖡᖣᖨᖭ戾;쀀∾̳;房rc耻â䃢te肻´̆;䐰lig耻æ䃦Ā;r²ᖺ;쀀𝔞rave耻à䃠ĀepᗊᗖĀfpᗏᗔsym;愵èᗓha;䎱ĀapᗟcĀclᗤᗧr;䄁g;樿ɤᗰ\0\0ᘊʀ;adsvᗺᗻᗿᘁᘇ戧nd;橕;橜lope;橘;橚;elmrszᘘᘙᘛᘞᘿᙏᙙ戠;榤e»ᘙsdĀ;aᘥᘦ戡ѡᘰᘲᘴᘶᘸᘺᘼᘾ;榨;榩;榪;榫;榬;榭;榮;榯tĀ;vᙅᙆ戟bĀ;dᙌᙍ抾;榝Āptᙔᙗh;戢»¹arr;捼Āgpᙣᙧon;䄅f;쀀𝕒;Eaeiopᙻᙽᚂᚄᚇᚊ;橰cir;橯;扊d;手s;䀧roxĀ;eᚒñᚃing耻å䃥ƀctyᚡᚦᚨr;쀀𝒶;䀪mpĀ;eᚯñʈilde耻ã䃣ml耻ä䃤Āciᛂᛈoninôɲnt;樑ࠀNabcdefiklnoprsu᛭ᛱᜰᝃᝈ០៦ᠹᡐᜍ᥈ᥰot;櫭ĀcrᛶkȀcepsᜀᜅᜍᜓong;扌psilon;䏶rime;怵imĀ;e戽q;拍Ŷᜢᜦee;抽edĀ;gᜬᜭ挅e»ᜭrkĀ;tbrk;掶Āoyᜁᝁ;䐱quo;怞ʀcmprtᝓᝡᝤᝨausĀ;eĊĉptyv;榰séᜌnoõēƀahwᝯᝳ;䎲;愶een;扬r;쀀𝔟gcostuvwឍឝឳេ៕៛ƀaiuបពរðݠrc;旯p»፱ƀdptឤឨឭot;樀lus;樁imes;樂ɱឹ\0\0ើcup;樆ar;昅riangleĀdu៍្own;施p;斳plus;樄eåᑄåᒭarow;植ƀakoᠦᠵĀcn៲ᠣkƀlst֫᠂ozenge;槫riangleȀ;dlr᠒᠓᠘斴own;斾eft;旂ight;斸k;搣Ʊᠫ\0ᠳƲᠯ\0ᠱ;斒;斑4;斓ck;斈ĀeoᠾᡍĀ;qᡃᡆ쀀=⃥uiv;쀀≡⃥t;挐Ȁptwxᡙᡞᡧᡬf;쀀𝕓Ā;tᏋᡣom»Ꮜtie;拈DHUVbdhmptuvᢅᢖᢪᢻᣗᣛᣬᤅᤊᤐᤡȀLRlrᢎᢐᢒᢔ;敗;敔;敖;敓ʀ;DUduᢡᢢᢤᢦᢨ敐;敦;敩;敤;敧ȀLRlrᢳᢵᢷᢹ;敝;敚;敜;教;HLRhlrᣊᣋᣍᣏᣑᣓᣕ救;敬;散;敠;敫;敢;敟ox;槉ȀLRlrᣤᣦᣨᣪ;敕;敒;攐;攌ʀ;DUduڽ;敥;敨;攬;攴inus;抟lus;択imes;抠ȀLRlrᤙᤛᤝ;敛;敘;攘;攔;HLRhlrᤰᤱᤳᤵᤷ᤻᤹攂;敪;敡;敞;攼;攤;攜Āevģbar耻¦䂦Ȁceioᥑᥖᥚᥠr;쀀𝒷mi;恏mĀ;elƀ;bhᥨᥩᥫ䁜;槅sub;柈ŬᥴlĀ;e怢t»pƀ;Eeįᦅᦇ;檮Ā;qۜۛೡᦧ\0᧨ᨑᨕᨲ\0ᨷᩐ\0\0᪴\0\0᫁\0\0ᬡᬮ᭒\0᯽\0ᰌƀcprᦲute;䄇̀;abcdsᦿᧀᧄ᧕᧙戩nd;橄rcup;橉Āau᧒p;橋p;橇ot;橀;쀀∩︀Āeo᧢᧥t;恁îړȀaeiu᧰᧻ᨁᨅǰ᧵\0᧸s;橍on;䄍dil耻ç䃧rc;䄉psĀ;sᨌᨍ橌m;橐ot;䄋ƀdmnᨛᨠᨦil肻¸ƭptyv;榲t脀¢;eᨭᨮ䂢räƲr;쀀𝔠ƀceiᨽᩀᩍy;䑇ckĀ;mᩇᩈ朓ark»ᩈ;䏇r;Ecefms᩠ᩢᩫ᪤᪪旋;槃ƀ;elᩩᩪᩭ䋆q;扗eɡᩴ\0\0᪈rrowĀlr᩼᪁eft;憺ight;憻ʀRSacd᪒᪔᪖»ཇ;擈st;抛irc;抚ash;抝nint;樐id;櫯cir;槂ubsĀ;u᪻᪼晣it»᪼ˬ᫇\0ᬊonĀ;eᫍᫎ䀺Ā;qÇÆɭ\0\0aĀ;t䀬;䁀ƀ;fl戁îᅠeĀmxent»eóɍǧ\0ᬇĀ;dኻᬂot;橭nôɆƀfryᬐᬔᬗ;쀀𝕔oäɔ脀©;sŕᬝr;愗Āaoᬥᬩrr;憵ss;朗Ācuᬲᬷr;쀀𝒸Ābpᬼ᭄Ā;eᭁᭂ櫏;櫑Ā;eᭉᭊ櫐;櫒dot;拯delprvw᭠᭬᭷ᮂᮬᯔarrĀlr᭨᭪;椸;椵ɰ᭲\0\0᭵r;拞c;拟arrĀ;pᮀ憶;椽̀;bcdosᮏᮐᮖᮡᮥᮨ截rcap;橈Āauᮛᮞp;橆p;橊ot;抍r;橅;쀀∪︀Ȁalrv᮵ᮿᯞᯣrrĀ;mᮼᮽ憷;椼yƀevwᯇᯔᯘqɰᯎ\0\0ᯒreã᭳uã᭵ee;拎edge;拏en耻¤䂤earrowĀlrᯮ᯳eft»ᮀight»ᮽeäᯝĀciᰁᰇoninôǷnt;戱lcty;挭ঀAHabcdefhijlorstuwz᰻᰿ᱝᱩᱵᲞᲬᲷᴍᵻᶑᶫᶻ᷆᷍ròar;楥Ȁglrs᱈ᱍ᱒᱔ger;怠eth;愸òᄳhĀ;vᱚᱛ怐»ऊūᱡᱧarow;椏aã̕Āayᱮᱳron;䄏;䐴ƀ;ao̲ᱼᲄĀgrʿᲁr;懊tseq;橷ƀglmᲑᲔᲘ耻°䂰ta;䎴ptyv;榱ĀirᲣᲨsht;楿;쀀𝔡arĀlrᲳᲵ»ࣜ»သʀaegsv᳂᳖᳜᳠mƀ;oș᳔ndĀ;ș᳑uit;晦amma;䏝in;拲ƀ;io᳧᳨᳸䃷de脀÷;o᳧ᳰntimes;拇nø᳷cy;䑒cɯᴆ\0\0ᴊrn;挞op;挍ʀlptuwᴘᴝᴢᵉᵕlar;䀤f;쀀𝕕ʀ;emps̋ᴭᴷᴽᵂqĀ;d͒ᴳot;扑inus;戸lus;戔quare;抡blebarwedgåúnƀadhᄮᵝᵧownarrowóᲃarpoonĀlrᵲᵶefôᲴighôᲶŢᵿᶅkaro÷གɯᶊ\0\0ᶎrn;挟op;挌ƀcotᶘᶣᶦĀryᶝᶡ;쀀𝒹;䑕l;槶rok;䄑Ādrᶰᶴot;拱iĀ;fᶺ᠖斿Āah᷀᷃ròЩaòྦangle;榦Āci᷒ᷕy;䑟grarr;柿ऀDacdefglmnopqrstuxḁḉḙḸոḼṉṡṾấắẽỡἪἷὄĀDoḆᴴoôĀcsḎḔute耻é䃩ter;橮ȀaioyḢḧḱḶron;䄛rĀ;cḭḮ扖耻ê䃪lon;払;䑍ot;䄗ĀDrṁṅot;扒;쀀𝔢ƀ;rsṐṑṗ檚ave耻è䃨Ā;dṜṝ檖ot;檘Ȁ;ilsṪṫṲṴ檙nters;揧;愓Ā;dṹṺ檕ot;檗ƀapsẅẉẗcr;䄓tyƀ;svẒẓẕ戅et»ẓpĀ1;ẝẤijạả;怄;怅怃ĀgsẪẬ;䅋p;怂ĀgpẴẸon;䄙f;쀀𝕖ƀalsỄỎỒrĀ;sỊị拕l;槣us;橱iƀ;lvỚớở䎵on»ớ;䏵ȀcsuvỪỳἋἣĀioữḱrc»Ḯɩỹ\0\0ỻíՈantĀglἂἆtr»ṝess»ṺƀaeiἒἚls;䀽st;扟vĀ;DȵἠD;橸parsl;槥ĀDaἯἳot;打rr;楱ƀcdiἾὁỸr;愯oô͒ĀahὉὋ;䎷耻ð䃰Āmrὓὗl耻ë䃫o;悬ƀcipὡὤὧl;䀡sôծĀeoὬὴctatioîՙnentialåչৡᾒ\0ᾞ\0ᾡᾧ\0\0ῆῌ\0ΐ\0ῦῪ \0 ⁚llingdotseñṄy;䑄male;晀ƀilrᾭᾳ῁lig;耀ffiɩᾹ\0\0᾽g;耀ffig;耀ffl;쀀𝔣lig;耀filig;쀀fjƀaltῙῡt;晭ig;耀flns;斱of;䆒ǰ΅\0ῳf;쀀𝕗ĀakֿῷĀ;vῼ´拔;櫙artint;樍Āao⁕Ācs‑⁒ႉ‸⁅⁈\0⁐β•‥‧\0耻½䂽;慓耻¼䂼;慕;慙;慛Ƴ‴\0‶;慔;慖ʴ‾⁁\0\0⁃耻¾䂾;慗;慜5;慘ƶ⁌\0⁎;慚;慝8;慞l;恄wn;挢cr;쀀𝒻ࢀEabcdefgijlnorstv₂₉₥₰₴⃰℃ℒℸ̗ℾ⅒↞Ā;lٍ₇;檌ƀcmpₐₕute;䇵maĀ;dₜ᳚䎳;檆reve;䄟Āiy₪₮rc;䄝;䐳ot;䄡Ȁ;lqsؾق₽ƀ;qsؾٌlanô٥Ȁ;cdl٥⃒⃥⃕c;檩otĀ;o⃜⃝檀Ā;l⃢⃣檂;檄Ā;e⃪⃭쀀⋛︀s;檔r;쀀𝔤Ā;gٳ؛mel;愷cy;䑓Ȁ;Eajٚℌℎℐ;檒;檥;檤ȀEaesℛℝ℩ℴ;扩pĀ;p℣ℤ檊rox»ℤĀ;q℮ℯ檈Ā;q℮ℛim;拧pf;쀀𝕘Āci⅃ⅆr;愊mƀ;el٫ⅎ⅐;檎;檐茀>;cdlqrⅠⅪⅮⅳⅹĀciⅥⅧ;檧r;橺ot;拗Par;榕uest;橼ʀadelsↄⅪ←ٖ↛ǰ↉\0proør;楸qĀlqؿ↖lesó₈ií٫Āen↣↭rtneqq;쀀≩︀Å↪ԀAabcefkosy⇄⇇⇱⇵⇺∘∝∯≨≽ròΠȀilmr⇐⇔⇗⇛rsðᒄf»․ilôکĀdr⇠⇤cy;䑊ƀ;cwࣴ⇫⇯ir;楈;憭ar;意irc;䄥ƀalr∁∎∓rtsĀ;u∉∊晥it»∊lip;怦con;抹r;쀀𝔥sĀew∣∩arow;椥arow;椦ʀamopr∺∾≃≞≣rr;懿tht;戻kĀlr≉≓eftarrow;憩ightarrow;憪f;쀀𝕙bar;怕ƀclt≯≴≸r;쀀𝒽asè⇴rok;䄧Ābp⊂⊇ull;恃hen»ᱛૡ⊣\0⊪\0⊸⋅⋎\0⋕⋳\0\0⋸⌢⍧⍢⍿\0⎆⎪⎴cute耻í䃭ƀ;iyݱ⊰⊵rc耻î䃮;䐸Ācx⊼⊿y;䐵cl耻¡䂡ĀfrΟ⋉;쀀𝔦rave耻ì䃬Ȁ;inoܾ⋝⋩⋮Āin⋢⋦nt;樌t;戭fin;槜ta;愩lig;䄳ƀaop⋾⌚⌝ƀcgt⌅⌈⌗r;䄫ƀelpܟ⌏⌓inåގarôܠh;䄱f;抷ed;䆵ʀ;cfotӴ⌬⌱⌽⍁are;愅inĀ;t⌸⌹戞ie;槝doô⌙ʀ;celpݗ⍌⍐⍛⍡al;抺Āgr⍕⍙eróᕣã⍍arhk;樗rod;樼Ȁcgpt⍯⍲⍶⍻y;䑑on;䄯f;쀀𝕚a;䎹uest耻¿䂿Āci⎊⎏r;쀀𝒾nʀ;EdsvӴ⎛⎝⎡ӳ;拹ot;拵Ā;v⎦⎧拴;拳Ā;iݷ⎮lde;䄩ǫ⎸\0⎼cy;䑖l耻ï䃯̀cfmosu⏌⏗⏜⏡⏧⏵Āiy⏑⏕rc;䄵;䐹r;쀀𝔧ath;䈷pf;쀀𝕛ǣ⏬\0⏱r;쀀𝒿rcy;䑘kcy;䑔Ѐacfghjos␋␖␢ppaĀ;v␓␔䎺;䏰Āey␛␠dil;䄷;䐺r;쀀𝔨reen;䄸cy;䑅cy;䑜pf;쀀𝕜cr;쀀𝓀ABEHabcdefghjlmnoprstuv⑰⒁⒆⒍⒑┎┽╚▀♎♞♥♹♽⚚⚲⛘❝❨➋⟀⠁⠒ƀart⑷⑺⑼ròòΕail;椛arr;椎Ā;gঔ⒋;檋ar;楢ॣ⒥\0⒪\0⒱\0\0\0\0\0⒵Ⓔ\0ⓆⓈⓍ\0⓹ute;䄺mptyv;榴raîࡌbda;䎻gƀ;dlࢎⓁⓃ;榑åࢎ;檅uo耻«䂫rЀ;bfhlpst࢙ⓞⓦⓩ⓫⓮⓱⓵Ā;f࢝ⓣs;椟s;椝ë≒p;憫l;椹im;楳l;憢ƀ;ae⓿─┄檫il;椙Ā;s┉┊檭;쀀⪭︀ƀabr┕┙┝rr;椌rk;杲Āak┢┬cĀek┨┪;䁻;䁛Āes┱┳;榋lĀdu┹┻;榏;榍Ȁaeuy╆╋╖╘ron;䄾Ādi═╔il;䄼ìࢰâ┩;䐻Ȁcqrs╣╦╭╽a;椶uoĀ;rนᝆĀdu╲╷har;楧shar;楋h;憲ʀ;fgqs▋▌উ◳◿扤tʀahlrt▘▤▷◂◨rrowĀ;t࢙□aé⓶arpoonĀdu▯▴own»њp»०eftarrows;懇ightƀahs◍◖◞rrowĀ;sࣴࢧarpoonóquigarro÷⇰hreetimes;拋ƀ;qs▋ও◺lanôবʀ;cdgsব☊☍☝☨c;檨otĀ;o☔☕橿Ā;r☚☛檁;檃Ā;e☢☥쀀⋚︀s;檓ʀadegs☳☹☽♉♋pproøⓆot;拖qĀgq♃♅ôউgtò⒌ôছiíলƀilr♕࣡♚sht;楼;쀀𝔩Ā;Eজ♣;檑š♩♶rĀdu▲♮Ā;l॥♳;楪lk;斄cy;䑙ʀ;achtੈ⚈⚋⚑⚖rò◁orneòᴈard;楫ri;旺Āio⚟⚤dot;䅀ustĀ;a⚬⚭掰che»⚭ȀEaes⚻⚽⛉⛔;扨pĀ;p⛃⛄檉rox»⛄Ā;q⛎⛏檇Ā;q⛎⚻im;拦Ѐabnoptwz⛩⛴⛷✚✯❁❇❐Ānr⛮⛱g;柬r;懽rëࣁgƀlmr⛿✍✔eftĀar০✇ightá৲apsto;柼ightá৽parrowĀlr✥✩efô⓭ight;憬ƀafl✶✹✽r;榅;쀀𝕝us;樭imes;樴š❋❏st;戗áፎƀ;ef❗❘᠀旊nge»❘arĀ;l❤❥䀨t;榓ʀachmt❳❶❼➅➇ròࢨorneòᶌarĀ;d➃;業;怎ri;抿̀achiqt➘➝ੀ➢➮➻quo;怹r;쀀𝓁mƀ;egল➪➬;檍;檏Ābu┪➳oĀ;rฟ➹;怚rok;䅂萀<;cdhilqrࠫ⟒☹⟜⟠⟥⟪⟰Āci⟗⟙;檦r;橹reå◲mes;拉arr;楶uest;橻ĀPi⟵⟹ar;榖ƀ;ef⠀भ旃rĀdu⠇⠍shar;楊har;楦Āen⠗⠡rtneqq;쀀≨︀Å⠞܀Dacdefhilnopsu⡀⡅⢂⢎⢓⢠⢥⢨⣚⣢⣤ઃ⣳⤂Dot;戺Ȁclpr⡎⡒⡣⡽r耻¯䂯Āet⡗⡙;時Ā;e⡞⡟朠se»⡟Ā;sျ⡨toȀ;dluျ⡳⡷⡻owîҌefôएðᏑker;斮Āoy⢇⢌mma;権;䐼ash;怔asuredangle»ᘦr;쀀𝔪o;愧ƀcdn⢯⢴⣉ro耻µ䂵Ȁ;acdᑤ⢽⣀⣄sôᚧir;櫰ot肻·Ƶusƀ;bd⣒ᤃ⣓戒Ā;uᴼ⣘;横ţ⣞⣡p;櫛ò−ðઁĀdp⣩⣮els;抧f;쀀𝕞Āct⣸⣽r;쀀𝓂pos»ᖝƀ;lm⤉⤊⤍䎼timap;抸ఀGLRVabcdefghijlmoprstuvw⥂⥓⥾⦉⦘⧚⧩⨕⨚⩘⩝⪃⪕⪤⪨⬄⬇⭄⭿⮮ⰴⱧⱼ⳩Āgt⥇⥋;쀀⋙̸Ā;v⥐쀀≫⃒ƀelt⥚⥲⥶ftĀar⥡⥧rrow;懍ightarrow;懎;쀀⋘̸Ā;v⥻ే쀀≪⃒ightarrow;懏ĀDd⦎⦓ash;抯ash;抮ʀbcnpt⦣⦧⦬⦱⧌la»˞ute;䅄g;쀀∠⃒ʀ;Eiop⦼⧀⧅⧈;쀀⩰̸d;쀀≋̸s;䅉roøurĀ;a⧓⧔普lĀ;s⧓ସdz⧟\0⧣p肻 ଷmpĀ;e௹ఀʀaeouy⧴⧾⨃⨐⨓ǰ⧹\0⧻;橃on;䅈dil;䅆ngĀ;dൾ⨊ot;쀀⩭̸p;橂;䐽ash;怓;Aadqsxஒ⨩⨭⨻⩁⩅⩐rr;懗rĀhr⨳⨶k;椤Ā;oᏲᏰot;쀀≐̸uiöୣĀei⩊⩎ar;椨íistĀ;sடr;쀀𝔫ȀEest⩦⩹⩼ƀ;qs⩭ƀ;qs⩴lanôií௪Ā;rஶ⪁»ஷƀAap⪊⪍⪑rò⥱rr;憮ar;櫲ƀ;svྍ⪜ྌĀ;d⪡⪢拼;拺cy;䑚AEadest⪷⪺⪾⫂⫅⫶⫹rò⥦;쀀≦̸rr;憚r;急Ȁ;fqs⫎⫣⫯tĀar⫔⫙rro÷⫁ightarro÷⪐ƀ;qs⪺⫪lanôౕĀ;sౕ⫴»శiíౝĀ;rవ⫾iĀ;eచథiäඐĀpt⬌⬑f;쀀𝕟膀¬;in⬙⬚⬶䂬nȀ;Edvஉ⬤⬨⬮;쀀⋹̸ot;쀀⋵̸ǡஉ⬳⬵;拷;拶iĀ;vಸ⬼ǡಸ⭁⭃;拾;拽ƀaor⭋⭣⭩rȀ;ast⭕⭚⭟lleìl;쀀⫽⃥;쀀∂̸lint;樔ƀ;ceಒ⭰⭳uåಥĀ;cಘ⭸Ā;eಒ⭽ñಘȀAait⮈⮋⮝⮧rò⦈rrƀ;cw⮔⮕⮙憛;쀀⤳̸;쀀↝̸ghtarrow»⮕riĀ;eೋೖchimpqu⮽⯍⯙⬄⯤⯯Ȁ;cerല⯆ഷ⯉uå;쀀𝓃ortɭ⬅\0\0⯖ará⭖mĀ;e൮⯟Ā;q൴൳suĀbp⯫⯭ååഋƀbcp⯶ⰑⰙȀ;Ees⯿ⰀഢⰄ抄;쀀⫅̸etĀ;eഛⰋqĀ;qണⰀcĀ;eലⰗñസȀ;EesⰢⰣൟⰧ抅;쀀⫆̸etĀ;e൘ⰮqĀ;qൠⰣȀgilrⰽⰿⱅⱇìௗlde耻ñ䃱çృiangleĀlrⱒⱜeftĀ;eచⱚñదightĀ;eೋⱥñĀ;mⱬⱭ䎽ƀ;esⱴⱵⱹ䀣ro;愖p;怇ҀDHadgilrsⲏⲔⲙⲞⲣⲰⲶⳓⳣash;抭arr;椄p;쀀≍⃒ash;抬ĀetⲨⲬ;쀀≥⃒;쀀>⃒nfin;槞ƀAetⲽⳁⳅrr;椂;쀀≤⃒Ā;rⳊⳍ쀀<⃒ie;쀀⊴⃒ĀAtⳘⳜrr;椃rie;쀀⊵⃒im;쀀∼⃒ƀAan⳰ⴂrr;懖rĀhr⳺⳽k;椣Ā;oᏧᏥear;椧ቓ᪕\0\0\0\0\0\0\0\0\0\0\0\0\0ⴭ\0ⴸⵈⵠⵥⶄᬇ\0\0ⶍⶫ\0ⷈⷎ\0ⷜ⸙⸫⸾⹃Ācsⴱ᪗ute耻ó䃳ĀiyⴼⵅrĀ;cⵂ耻ô䃴;䐾ʀabios᪠ⵒⵗLjⵚlac;䅑v;樸old;榼lig;䅓Ācrir;榿;쀀𝔬ͯ\0\0\0ⶂn;䋛ave耻ò䃲;槁Ābmⶈ෴ar;榵Ȁacitⶕⶥⶨrò᪀Āirⶠr;榾oss;榻nå๒;槀ƀaeiⶱⶵⶹcr;䅍ga;䏉ƀcdnⷀⷅǍron;䎿;榶pf;쀀𝕠ƀaelⷔǒr;榷rp;榹;adiosvⷪⷫⷮ⸈⸍⸐⸖戨rò᪆Ȁ;efmⷷⷸ⸂⸅橝rĀ;oⷾⷿ愴f»ⷿ耻ª䂪耻º䂺gof;抶r;橖lope;橗;橛ƀclo⸟⸡⸧ò⸁ash耻ø䃸l;折iŬⸯ⸴de耻õ䃵esĀ;aǛ⸺s;樶ml耻ö䃶bar;挽ૡ\0\0⺀⺝\0⺢⺹\0\0⻋ຜ\0⼓\0\0⼫⾼\0⿈rȀ;astЃ脀¶;l䂶leìЃɩ\0\0m;櫳;櫽y;䐿rʀcimpt⺋⺏⺓ᡥ⺗nt;䀥od;䀮il;怰enk;怱r;쀀𝔭ƀimo⺨⺰⺴Ā;v⺭⺮䏆;䏕maô੶ne;明ƀ;tv⺿⻀⻈䏀chfork»´;䏖Āau⻏⻟nĀck⻕⻝kĀ;h⇴⻛;愎ö⇴sҀ;abcdemst⻳ᤈ⼄⼆⼊⼎䀫cir;樣ir;樢Āouᵀ⼂;樥;橲n肻±ຝim;樦wo;樧ƀipu⼙⼠⼥ntint;樕f;쀀𝕡nd耻£䂣Ԁ;Eaceinosu່⼿⽁⽄⽇⾁⾉⾒⽾⾶;檳p;檷uå໙Ā;c໎⽌̀;acens່⽙⽟⽦⽨⽾pproø⽃urlyeñ໙ñ໎ƀaes⽯⽶⽺pprox;檹qq;檵im;拨iíໟmeĀ;s⾈ຮ怲ƀEas⽸⾐⽺ð⽵ƀdfp⾙⾯ƀals⾠⾥⾪lar;挮ine;挒urf;挓Ā;t⾴ïrel;抰Āci⿀⿅r;쀀𝓅;䏈ncsp;怈̀fiopsu⋢⿱r;쀀𝔮pf;쀀𝕢rime;恗cr;쀀𝓆ƀaeo⿸〉〓tĀei々rnionóڰnt;樖stĀ;e【】䀿ñἙô༔ABHabcdefhilmnoprstuxけさすムㄎㄫㅇㅢㅲㆎ㈆㈕㈤㈩㉘㉮㉲㊐㊰㊷ƀartぇおがròႳòϝail;検aròᱥar;楤cdenqrtとふへみわゔヌĀeuねぱ;쀀∽̱te;䅕iãᅮmptyv;榳gȀ;del࿑らるろ;榒;榥å࿑uo耻»䂻rր;abcfhlpstwガクシスゼゾダッデナp;極Ā;fゴs;椠;椳s;椞ë≝ð✮l;楅im;楴l;憣;憝Āaiパフil;椚oĀ;nホボ戶aló༞ƀabrョリヮrò៥rk;杳ĀakンヽcĀekヹ・;䁽;䁝Āes;榌lĀduㄊㄌ;榎;榐Ȁaeuyㄗㄜㄧㄩron;䅙Ādiㄡㄥil;䅗ìâヺ;䑀Ȁclqsㄴㄷㄽㅄa;椷dhar;楩uoĀ;rȎȍh;憳ƀacgㅎㅟངlȀ;ipsླྀㅘㅛႜnåႻarôྩt;断ƀilrㅩဣㅮsht;楽;쀀𝔯ĀaoㅷㆆrĀduㅽㅿ»ѻĀ;l႑ㆄ;楬Ā;vㆋㆌ䏁;䏱ƀgns㆕ㇹㇼht̀ahlrstㆤㆰ㇂㇘rrowĀ;tㆭaéトarpoonĀduㆻㆿowîㅾp»႒eftĀah㇊㇐rrowóarpoonóՑightarrows;應quigarro÷ニhreetimes;拌g;䋚ingdotseñἲƀahm㈍㈐㈓ròaòՑ;怏oustĀ;a㈞掱che»mid;櫮Ȁabpt㈲㈽㉀㉒Ānr㈷㈺g;柭r;懾rëဃƀafl㉇㉊㉎r;榆;쀀𝕣us;樮imes;樵Āap㉝㉧rĀ;g㉣㉤䀩t;榔olint;樒arò㇣Ȁachq㉻㊀Ⴜ㊅quo;怺r;쀀𝓇Ābu・㊊oĀ;rȔȓƀhir㊗㊛㊠reåㇸmes;拊iȀ;efl㊪ၙᠡ㊫方tri;槎luhar;楨;愞ൡ㋕㋛㋟㌬㌸㍱\0㍺㎤\0\0㏬㏰\0㐨㑈㑚㒭㒱㓊㓱\0㘖\0\0㘳cute;䅛quï➺Ԁ;Eaceinpsyᇭ㋳㋵㋿㌂㌋㌏㌟㌦㌩;檴ǰ㋺\0㋼;檸on;䅡uåᇾĀ;dᇳ㌇il;䅟rc;䅝ƀEas㌖㌘㌛;檶p;檺im;择olint;樓iíሄ;䑁otƀ;be㌴ᵇ㌵担;橦Aacmstx㍆㍊㍗㍛㍞㍣㍭rr;懘rĀhr㍐㍒ë∨Ā;oਸ਼t耻§䂧i;䀻war;椩mĀin㍩ðnuóñt;朶rĀ;o㍶⁕쀀𝔰Ȁacoy㎂㎆㎑㎠rp;景Āhy㎋㎏cy;䑉;䑈rtɭ㎙\0\0㎜iäᑤaraì耻䂭Āgm㎨㎴maƀ;fv㎱㎲㎲䏃;䏂Ѐ;deglnprካ㏅㏉㏎㏖㏞㏡㏦ot;橪Ā;qኰĀ;E㏓㏔檞;檠Ā;E㏛㏜檝;檟e;扆lus;樤arr;楲aròᄽȀaeit㏸㐈㐏㐗Āls㏽㐄lsetmé㍪hp;樳parsl;槤Ādlᑣ㐔e;挣Ā;e㐜㐝檪Ā;s㐢㐣檬;쀀⪬︀ƀflp㐮㐳㑂tcy;䑌Ā;b㐸㐹䀯Ā;a㐾㐿槄r;挿f;쀀𝕤aĀdr㑍ЂesĀ;u㑔㑕晠it»㑕ƀcsu㑠㑹㒟Āau㑥㑯pĀ;sᆈ㑫;쀀⊓︀pĀ;sᆴ㑵;쀀⊔︀uĀbp㑿㒏ƀ;esᆗᆜ㒆etĀ;eᆗ㒍ñᆝƀ;esᆨᆭ㒖etĀ;eᆨ㒝ñᆮƀ;afᅻ㒦ְrť㒫ֱ»ᅼaròᅈȀcemt㒹㒾㓂㓅r;쀀𝓈tmîñiì㐕aræᆾĀar㓎㓕rĀ;f㓔ឿ昆Āan㓚㓭ightĀep㓣㓪psiloîỠhé⺯s»⡒ʀbcmnp㓻㕞ሉ㖋㖎Ҁ;Edemnprs㔎㔏㔑㔕㔞㔣㔬㔱㔶抂;櫅ot;檽Ā;dᇚ㔚ot;櫃ult;櫁ĀEe㔨㔪;櫋;把lus;檿arr;楹ƀeiu㔽㕒㕕tƀ;en㔎㕅㕋qĀ;qᇚ㔏eqĀ;q㔫㔨m;櫇Ābp㕚㕜;櫕;櫓c̀;acensᇭ㕬㕲㕹㕻㌦pproø㋺urlyeñᇾñᇳƀaes㖂㖈㌛pproø㌚qñ㌗g;晪ڀ123;Edehlmnps㖩㖬㖯ሜ㖲㖴㗀㗉㗕㗚㗟㗨㗭耻¹䂹耻²䂲耻³䂳;櫆Āos㖹㖼t;檾ub;櫘Ā;dሢ㗅ot;櫄sĀou㗏㗒l;柉b;櫗arr;楻ult;櫂ĀEe㗤㗦;櫌;抋lus;櫀ƀeiu㗴㘉㘌tƀ;enሜ㗼㘂qĀ;qሢ㖲eqĀ;q㗧㗤m;櫈Ābp㘑㘓;櫔;櫖ƀAan㘜㘠㘭rr;懙rĀhr㘦㘨ë∮Ā;oਫwar;椪lig耻ß䃟㙑㙝㙠ዎ㙳㙹\0㙾㛂\0\0\0\0\0㛛㜃\0㜉㝬\0\0\0㞇ɲ㙖\0\0㙛get;挖;䏄rëƀaey㙦㙫㙰ron;䅥dil;䅣;䑂lrec;挕r;쀀𝔱Ȁeiko㚆㚝㚵㚼Dz㚋\0㚑eĀ4fኄኁaƀ;sv㚘㚙㚛䎸ym;䏑Ācn㚢㚲kĀas㚨㚮pproøim»ኬsðኞĀas㚺㚮ðrn耻þ䃾Ǭ̟㛆⋧es膀×;bd㛏㛐㛘䃗Ā;aᤏ㛕r;樱;樰ƀeps㛡㛣㜀á⩍Ȁ;bcf҆㛬㛰㛴ot;挶ir;櫱Ā;o㛹㛼쀀𝕥rk;櫚á㍢rime;怴ƀaip㜏㜒㝤dåቈadempst㜡㝍㝀㝑㝗㝜㝟ngleʀ;dlqr㜰㜱㜶㝀㝂斵own»ᶻeftĀ;e⠀㜾ñम;扜ightĀ;e㊪㝋ñၚot;旬inus;樺lus;樹b;槍ime;樻ezium;揢ƀcht㝲㝽㞁Āry㝷㝻;쀀𝓉;䑆cy;䑛rok;䅧Āio㞋㞎xôheadĀlr㞗㞠eftarro÷ࡏightarrow»ཝऀAHabcdfghlmoprstuw㟐㟓㟗㟤㟰㟼㠎㠜㠣㠴㡑㡝㡫㢩㣌㣒㣪㣶ròϭar;楣Ācr㟜㟢ute耻ú䃺òᅐrǣ㟪\0㟭y;䑞ve;䅭Āiy㟵㟺rc耻û䃻;䑃ƀabh㠃㠆㠋ròᎭlac;䅱aòᏃĀir㠓㠘sht;楾;쀀𝔲rave耻ù䃹š㠧㠱rĀlr㠬㠮»ॗ»ႃlk;斀Āct㠹㡍ɯ㠿\0\0㡊rnĀ;e㡅㡆挜r»㡆op;挏ri;旸Āal㡖㡚cr;䅫肻¨͉Āgp㡢㡦on;䅳f;쀀𝕦̀adhlsuᅋ㡸㡽፲㢑㢠ownáᎳarpoonĀlr㢈㢌efô㠭ighô㠯iƀ;hl㢙㢚㢜䏅»ᏺon»㢚parrows;懈ƀcit㢰㣄㣈ɯ㢶\0\0㣁rnĀ;e㢼㢽挝r»㢽op;挎ng;䅯ri;旹cr;쀀𝓊ƀdir㣙㣝㣢ot;拰lde;䅩iĀ;f㜰㣨»᠓Āam㣯㣲rò㢨l耻ü䃼angle;榧ހABDacdeflnoprsz㤜㤟㤩㤭㦵㦸㦽㧟㧤㧨㧳㧹㧽㨁㨠ròϷarĀ;v㤦㤧櫨;櫩asèϡĀnr㤲㤷grt;榜eknprst㓣㥆㥋㥒㥝㥤㦖appá␕othinçẖƀhir㓫⻈㥙opô⾵Ā;hᎷ㥢ïㆍĀiu㥩㥭gmá㎳Ābp㥲㦄setneqĀ;q㥽㦀쀀⊊︀;쀀⫋︀setneqĀ;q㦏㦒쀀⊋︀;쀀⫌︀Āhr㦛㦟etá㚜iangleĀlr㦪㦯eft»थight»ၑy;䐲ash»ံƀelr㧄㧒㧗ƀ;beⷪ㧋㧏ar;抻q;扚lip;拮Ābt㧜ᑨaòᑩr;쀀𝔳tré㦮suĀbp㧯㧱»ജ»൙pf;쀀𝕧roðtré㦴Ācu㨆㨋r;쀀𝓋Ābp㨐㨘nĀEe㦀㨖»㥾nĀEe㦒㨞»㦐igzag;榚cefoprs㨶㨻㩖㩛㩔㩡㩪irc;䅵Ādi㩀㩑Ābg㩅㩉ar;機eĀ;qᗺ㩏;扙erp;愘r;쀀𝔴pf;쀀𝕨Ā;eᑹ㩦atèᑹcr;쀀𝓌ૣណ㪇\0㪋\0㪐㪛\0\0㪝㪨㪫㪯\0\0㫃㫎\0㫘ៜtré៑r;쀀𝔵ĀAa㪔㪗ròσrò৶;䎾ĀAa㪡㪤ròθrò৫að✓is;拻ƀdptឤ㪵㪾Āfl㪺ឩ;쀀𝕩imåឲĀAa㫇㫊ròώròਁĀcq㫒ីr;쀀𝓍Āpt៖㫜ré។Ѐacefiosu㫰㫽㬈㬌㬑㬕㬛㬡cĀuy㫶㫻te耻ý䃽;䑏Āiy㬂㬆rc;䅷;䑋n耻¥䂥r;쀀𝔶cy;䑗pf;쀀𝕪cr;쀀𝓎Ācm㬦㬩y;䑎l耻ÿ䃿Ԁacdefhiosw㭂㭈㭔㭘㭤㭩㭭㭴㭺㮀cute;䅺Āay㭍㭒ron;䅾;䐷ot;䅼Āet㭝㭡træᕟa;䎶r;쀀𝔷cy;䐶grarr;懝pf;쀀𝕫cr;쀀𝓏Ājn㮅㮇;怍j;怌'.split("").map(e=>e.charCodeAt(0))),Qa=new Uint16Array("Ȁaglq\tɭ\0\0p;䀦os;䀧t;䀾t;䀼uot;䀢".split("").map(e=>e.charCodeAt(0)));var Ja;const Ka=new Map([[0,65533],[128,8364],[130,8218],[131,402],[132,8222],[133,8230],[134,8224],[135,8225],[136,710],[137,8240],[138,352],[139,8249],[140,338],[142,381],[145,8216],[146,8217],[147,8220],[148,8221],[149,8226],[150,8211],[151,8212],[152,732],[153,8482],[154,353],[155,8250],[156,339],[158,382],[159,376]]),Xa=null!==(Ja=String.fromCodePoint)&&void 0!==Ja?Ja:function(e){let t="";return e>65535&&(e-=65536,t+=String.fromCharCode(e>>>10&1023|55296),e=56320|1023&e),t+=String.fromCharCode(e),t};var Ya,eo;(eo=Ya||(Ya={}))[eo.NUM=35]="NUM",eo[eo.SEMI=59]="SEMI",eo[eo.EQUALS=61]="EQUALS",eo[eo.ZERO=48]="ZERO",eo[eo.NINE=57]="NINE",eo[eo.LOWER_A=97]="LOWER_A",eo[eo.LOWER_F=102]="LOWER_F",eo[eo.LOWER_X=120]="LOWER_X",eo[eo.LOWER_Z=122]="LOWER_Z",eo[eo.UPPER_A=65]="UPPER_A",eo[eo.UPPER_F=70]="UPPER_F",eo[eo.UPPER_Z=90]="UPPER_Z";var to,so,no,ro,ao,oo;function io(e){return e>=Ya.ZERO&&e<=Ya.NINE}function lo(e){return e>=Ya.UPPER_A&&e<=Ya.UPPER_F||e>=Ya.LOWER_A&&e<=Ya.LOWER_F}function co(e){return e===Ya.EQUALS||function(e){return e>=Ya.UPPER_A&&e<=Ya.UPPER_Z||e>=Ya.LOWER_A&&e<=Ya.LOWER_Z||io(e)}(e)}(so=to||(to={}))[so.VALUE_LENGTH=49152]="VALUE_LENGTH",so[so.BRANCH_LENGTH=16256]="BRANCH_LENGTH",so[so.JUMP_TABLE=127]="JUMP_TABLE",(ro=no||(no={}))[ro.EntityStart=0]="EntityStart",ro[ro.NumericStart=1]="NumericStart",ro[ro.NumericDecimal=2]="NumericDecimal",ro[ro.NumericHex=3]="NumericHex",ro[ro.NamedEntity=4]="NamedEntity",(oo=ao||(ao={}))[oo.Legacy=0]="Legacy",oo[oo.Strict=1]="Strict",oo[oo.Attribute=2]="Attribute";class uo{constructor(e,t,s){this.decodeTree=e,this.emitCodePoint=t,this.errors=s,this.state=no.EntityStart,this.consumed=1,this.result=0,this.treeIndex=0,this.excess=1,this.decodeMode=ao.Strict}startEntity(e){this.decodeMode=e,this.state=no.EntityStart,this.result=0,this.treeIndex=0,this.excess=1,this.consumed=1}write(e,t){switch(this.state){case no.EntityStart:return e.charCodeAt(t)===Ya.NUM?(this.state=no.NumericStart,this.consumed+=1,this.stateNumericStart(e,t+1)):(this.state=no.NamedEntity,this.stateNamedEntity(e,t));case no.NumericStart:return this.stateNumericStart(e,t);case no.NumericDecimal:return this.stateNumericDecimal(e,t);case no.NumericHex:return this.stateNumericHex(e,t);case no.NamedEntity:return this.stateNamedEntity(e,t)}}stateNumericStart(e,t){return t>=e.length?-1:(32|e.charCodeAt(t))===Ya.LOWER_X?(this.state=no.NumericHex,this.consumed+=1,this.stateNumericHex(e,t+1)):(this.state=no.NumericDecimal,this.stateNumericDecimal(e,t))}addToNumericResult(e,t,s,n){if(t!==s){const r=s-t;this.result=this.result*Math.pow(n,r)+parseInt(e.substr(t,r),n),this.consumed+=r}}stateNumericHex(e,t){const s=t;for(;t<e.length;){const n=e.charCodeAt(t);if(!io(n)&&!lo(n))return this.addToNumericResult(e,s,t,16),this.emitNumericEntity(n,3);t+=1}return this.addToNumericResult(e,s,t,16),-1}stateNumericDecimal(e,t){const s=t;for(;t<e.length;){const n=e.charCodeAt(t);if(!io(n))return this.addToNumericResult(e,s,t,10),this.emitNumericEntity(n,2);t+=1}return this.addToNumericResult(e,s,t,10),-1}emitNumericEntity(e,t){var s;if(this.consumed<=t)return null===(s=this.errors)||void 0===s||s.absenceOfDigitsInNumericCharacterReference(this.consumed),0;if(e===Ya.SEMI)this.consumed+=1;else if(this.decodeMode===ao.Strict)return 0;return this.emitCodePoint(function(e){var t;return e>=55296&&e<=57343||e>1114111?65533:null!==(t=Ka.get(e))&&void 0!==t?t:e}(this.result),this.consumed),this.errors&&(e!==Ya.SEMI&&this.errors.missingSemicolonAfterCharacterReference(),this.errors.validateNumericCharacterReference(this.result)),this.consumed}stateNamedEntity(e,t){const{decodeTree:s}=this;let n=s[this.treeIndex],r=(n&to.VALUE_LENGTH)>>14;for(;t<e.length;t++,this.excess++){const a=e.charCodeAt(t);if(this.treeIndex=po(s,n,this.treeIndex+Math.max(1,r),a),this.treeIndex<0)return 0===this.result||this.decodeMode===ao.Attribute&&(0===r||co(a))?0:this.emitNotTerminatedNamedEntity();if(n=s[this.treeIndex],r=(n&to.VALUE_LENGTH)>>14,0!==r){if(a===Ya.SEMI)return this.emitNamedEntityData(this.treeIndex,r,this.consumed+this.excess);this.decodeMode!==ao.Strict&&(this.result=this.treeIndex,this.consumed+=this.excess,this.excess=0)}}return-1}emitNotTerminatedNamedEntity(){var e;const{result:t,decodeTree:s}=this,n=(s[t]&to.VALUE_LENGTH)>>14;return this.emitNamedEntityData(t,n,this.consumed),null===(e=this.errors)||void 0===e||e.missingSemicolonAfterCharacterReference(),this.consumed}emitNamedEntityData(e,t,s){const{decodeTree:n}=this;return this.emitCodePoint(1===t?n[e]&~to.VALUE_LENGTH:n[e+1],s),3===t&&this.emitCodePoint(n[e+2],s),s}end(){var e;switch(this.state){case no.NamedEntity:return 0===this.result||this.decodeMode===ao.Attribute&&this.result!==this.treeIndex?0:this.emitNotTerminatedNamedEntity();case no.NumericDecimal:return this.emitNumericEntity(0,2);case no.NumericHex:return this.emitNumericEntity(0,3);case no.NumericStart:return null===(e=this.errors)||void 0===e||e.absenceOfDigitsInNumericCharacterReference(this.consumed),0;case no.EntityStart:return 0}}}function ho(e){let t="";const s=new uo(e,e=>t+=Xa(e));return function(e,n){let r=0,a=0;for(;(a=e.indexOf("&",a))>=0;){t+=e.slice(r,a),s.startEntity(n);const o=s.write(e,a+1);if(o<0){r=a+s.end();break}r=a+o,a=0===o?r+1:r}const o=t+e.slice(r);return t="",o}}function po(e,t,s,n){const r=(t&to.BRANCH_LENGTH)>>7,a=t&to.JUMP_TABLE;if(0===r)return 0!==a&&n===a?s:-1;if(a){const t=n-a;return t<0||t>=r?-1:e[s+t]-1}let o=s,i=o+r-1;for(;o<=i;){const t=o+i>>>1,s=e[t];if(s<n)o=t+1;else{if(!(s>n))return e[t+r];i=t-1}}return-1}const fo=ho(Ga);function go(e,t=ao.Legacy){return fo(e,t)}function mo(e){return"[object String]"===function(e){return Object.prototype.toString.call(e)}(e)}ho(Qa);const vo=Object.prototype.hasOwnProperty;function yo(e){return Array.prototype.slice.call(arguments,1).forEach(function(t){if(t){if("object"!=typeof t)throw new TypeError(t+"must be object");Object.keys(t).forEach(function(s){e[s]=t[s]})}}),e}function _o(e,t,s){return[].concat(e.slice(0,t),s,e.slice(t+1))}function bo(e){return!(e>=55296&&e<=57343)&&(!(e>=64976&&e<=65007)&&(!!(65535&~e&&65534!=(65535&e))&&(!(e>=0&&e<=8)&&(11!==e&&(!(e>=14&&e<=31)&&(!(e>=127&&e<=159)&&!(e>1114111)))))))}function wo(e){if(e>65535){const t=55296+((e-=65536)>>10),s=56320+(1023&e);return String.fromCharCode(t,s)}return String.fromCharCode(e)}const Co=/\\([!"#$%&'()*+,\-./:;<=>?@[\\\]^_`{|}~])/g,xo=new RegExp(Co.source+"|"+/&([a-z#][a-z0-9]{1,31});/gi.source,"gi"),ko=/^#((?:x[a-f0-9]{1,8}|[0-9]{1,8}))$/i;function Ao(e){return e.indexOf("\\")<0&&e.indexOf("&")<0?e:e.replace(xo,function(e,t,s){return t||function(e,t){if(35===t.charCodeAt(0)&&ko.test(t)){const s="x"===t[1].toLowerCase()?parseInt(t.slice(2),16):parseInt(t.slice(1),10);return bo(s)?wo(s):e}const s=go(e);return s!==e?s:e}(e,s)})}const Mo=/[&<>"]/,So=/[&<>"]/g,Eo={"&":"&","<":"<",">":">",'"':"""};function Do(e){return Eo[e]}function zo(e){return Mo.test(e)?e.replace(So,Do):e}const Fo=/[.?*+^$[\]\\(){}|-]/g;function Oo(e){switch(e){case 9:case 32:return!0}return!1}function Lo(e){if(e>=8192&&e<=8202)return!0;switch(e){case 9:case 10:case 11:case 12:case 13:case 32:case 160:case 5760:case 8239:case 8287:case 12288:return!0}return!1}function To(e){return $a.test(e)||Na.test(e)}function Io(e){switch(e){case 33:case 34:case 35:case 36:case 37:case 38:case 39:case 40:case 41:case 42:case 43:case 44:case 45:case 46:case 47:case 58:case 59:case 60:case 61:case 62:case 63:case 64:case 91:case 92:case 93:case 94:case 95:case 96:case 123:case 124:case 125:case 126:return!0;default:return!1}}function jo(e){return e=e.trim().replace(/\s+/g," "),"Ṿ"==="ẞ".toLowerCase()&&(e=e.replace(/ẞ/g,"ß")),e.toLowerCase().toUpperCase()}const Po={mdurl:Za,ucmicro:Wa},qo=Object.freeze(Object.defineProperty({__proto__:null,arrayReplaceAt:_o,assign:yo,escapeHtml:zo,escapeRE:function(e){return e.replace(Fo,"\\$&")},fromCodePoint:wo,has:function(e,t){return vo.call(e,t)},isMdAsciiPunct:Io,isPunctChar:To,isSpace:Oo,isString:mo,isValidEntityCode:bo,isWhiteSpace:Lo,lib:Po,normalizeReference:jo,unescapeAll:Ao,unescapeMd:function(e){return e.indexOf("\\")<0?e:e.replace(Co,"$1")}},Symbol.toStringTag,{value:"Module"}));const Ro=Object.freeze(Object.defineProperty({__proto__:null,parseLinkDestination:function(e,t,s){let n,r=t;const a={ok:!1,pos:0,str:""};if(60===e.charCodeAt(r)){for(r++;r<s;){if(n=e.charCodeAt(r),10===n)return a;if(60===n)return a;if(62===n)return a.pos=r+1,a.str=Ao(e.slice(t+1,r)),a.ok=!0,a;92===n&&r+1<s?r+=2:r++}return a}let o=0;for(;r<s&&(n=e.charCodeAt(r),32!==n)&&!(n<32||127===n);)if(92===n&&r+1<s){if(32===e.charCodeAt(r+1))break;r+=2}else{if(40===n&&(o++,o>32))return a;if(41===n){if(0===o)break;o--}r++}return t===r||0!==o||(a.str=Ao(e.slice(t,r)),a.pos=r,a.ok=!0),a},parseLinkLabel:function(e,t,s){let n,r,a,o;const i=e.posMax,l=e.pos;for(e.pos=t+1,n=1;e.pos<i;){if(a=e.src.charCodeAt(e.pos),93===a&&(n--,0===n)){r=!0;break}if(o=e.pos,e.md.inline.skipToken(e),91===a)if(o===e.pos-1)n++;else if(s)return e.pos=l,-1}let c=-1;return r&&(c=e.pos),e.pos=l,c},parseLinkTitle:function(e,t,s,n){let r,a=t;const o={ok:!1,can_continue:!1,pos:0,str:"",marker:0};if(n)o.str=n.str,o.marker=n.marker;else{if(a>=s)return o;let n=e.charCodeAt(a);if(34!==n&&39!==n&&40!==n)return o;t++,a++,40===n&&(n=41),o.marker=n}for(;a<s;){if(r=e.charCodeAt(a),r===o.marker)return o.pos=a+1,o.str+=Ao(e.slice(t,a)),o.ok=!0,o;if(40===r&&41===o.marker)return o;92===r&&a+1<s&&a++,a++}return o.can_continue=!0,o.str+=Ao(e.slice(t,a)),o}},Symbol.toStringTag,{value:"Module"})),Bo={};function Zo(){this.rules=yo({},Bo)}function Ho(){this.__rules__=[],this.__cache__=null}function Vo(e,t,s){this.type=e,this.tag=t,this.attrs=null,this.map=null,this.nesting=s,this.level=0,this.children=null,this.content="",this.markup="",this.info="",this.meta=null,this.block=!1,this.hidden=!1}function $o(e,t,s){this.src=e,this.env=s,this.tokens=[],this.inlineMode=!1,this.md=t}Bo.code_inline=function(e,t,s,n,r){const a=e[t];return"<code"+r.renderAttrs(a)+">"+zo(a.content)+"</code>"},Bo.code_block=function(e,t,s,n,r){const a=e[t];return"<pre"+r.renderAttrs(a)+"><code>"+zo(e[t].content)+"</code></pre>\n"},Bo.fence=function(e,t,s,n,r){const a=e[t],o=a.info?Ao(a.info).trim():"";let i,l="",c="";if(o){const e=o.split(/(\s+)/g);l=e[0],c=e.slice(2).join("")}if(i=s.highlight&&s.highlight(a.content,l,c)||zo(a.content),0===i.indexOf("<pre"))return i+"\n";if(o){const e=a.attrIndex("class"),t=a.attrs?a.attrs.slice():[];e<0?t.push(["class",s.langPrefix+l]):(t[e]=t[e].slice(),t[e][1]+=" "+s.langPrefix+l);const n={attrs:t};return`<pre><code${r.renderAttrs(n)}>${i}</code></pre>\n`}return`<pre><code${r.renderAttrs(a)}>${i}</code></pre>\n`},Bo.image=function(e,t,s,n,r){const a=e[t];return a.attrs[a.attrIndex("alt")][1]=r.renderInlineAsText(a.children,s,n),r.renderToken(e,t,s)},Bo.hardbreak=function(e,t,s){return s.xhtmlOut?"<br />\n":"<br>\n"},Bo.softbreak=function(e,t,s){return s.breaks?s.xhtmlOut?"<br />\n":"<br>\n":"\n"},Bo.text=function(e,t){return zo(e[t].content)},Bo.html_block=function(e,t){return e[t].content},Bo.html_inline=function(e,t){return e[t].content},Zo.prototype.renderAttrs=function(e){let t,s,n;if(!e.attrs)return"";for(n="",t=0,s=e.attrs.length;t<s;t++)n+=" "+zo(e.attrs[t][0])+'="'+zo(e.attrs[t][1])+'"';return n},Zo.prototype.renderToken=function(e,t,s){const n=e[t];let r="";if(n.hidden)return"";n.block&&-1!==n.nesting&&t&&e[t-1].hidden&&(r+="\n"),r+=(-1===n.nesting?"</":"<")+n.tag,r+=this.renderAttrs(n),0===n.nesting&&s.xhtmlOut&&(r+=" /");let a=!1;if(n.block&&(a=!0,1===n.nesting&&t+1<e.length)){const s=e[t+1];("inline"===s.type||s.hidden||-1===s.nesting&&s.tag===n.tag)&&(a=!1)}return r+=a?">\n":">",r},Zo.prototype.renderInline=function(e,t,s){let n="";const r=this.rules;for(let a=0,o=e.length;a<o;a++){const o=e[a].type;void 0!==r[o]?n+=r[o](e,a,t,s,this):n+=this.renderToken(e,a,t)}return n},Zo.prototype.renderInlineAsText=function(e,t,s){let n="";for(let r=0,a=e.length;r<a;r++)switch(e[r].type){case"text":case"html_inline":case"html_block":n+=e[r].content;break;case"image":n+=this.renderInlineAsText(e[r].children,t,s);break;case"softbreak":case"hardbreak":n+="\n"}return n},Zo.prototype.render=function(e,t,s){let n="";const r=this.rules;for(let a=0,o=e.length;a<o;a++){const o=e[a].type;"inline"===o?n+=this.renderInline(e[a].children,t,s):void 0!==r[o]?n+=r[o](e,a,t,s,this):n+=this.renderToken(e,a,t,s)}return n},Ho.prototype.__find__=function(e){for(let t=0;t<this.__rules__.length;t++)if(this.__rules__[t].name===e)return t;return-1},Ho.prototype.__compile__=function(){const e=this,t=[""];e.__rules__.forEach(function(e){e.enabled&&e.alt.forEach(function(e){t.indexOf(e)<0&&t.push(e)})}),e.__cache__={},t.forEach(function(t){e.__cache__[t]=[],e.__rules__.forEach(function(s){s.enabled&&(t&&s.alt.indexOf(t)<0||e.__cache__[t].push(s.fn))})})},Ho.prototype.at=function(e,t,s){const n=this.__find__(e),r=s||{};if(-1===n)throw new Error("Parser rule not found: "+e);this.__rules__[n].fn=t,this.__rules__[n].alt=r.alt||[],this.__cache__=null},Ho.prototype.before=function(e,t,s,n){const r=this.__find__(e),a=n||{};if(-1===r)throw new Error("Parser rule not found: "+e);this.__rules__.splice(r,0,{name:t,enabled:!0,fn:s,alt:a.alt||[]}),this.__cache__=null},Ho.prototype.after=function(e,t,s,n){const r=this.__find__(e),a=n||{};if(-1===r)throw new Error("Parser rule not found: "+e);this.__rules__.splice(r+1,0,{name:t,enabled:!0,fn:s,alt:a.alt||[]}),this.__cache__=null},Ho.prototype.push=function(e,t,s){const n=s||{};this.__rules__.push({name:e,enabled:!0,fn:t,alt:n.alt||[]}),this.__cache__=null},Ho.prototype.enable=function(e,t){Array.isArray(e)||(e=[e]);const s=[];return e.forEach(function(e){const n=this.__find__(e);if(n<0){if(t)return;throw new Error("Rules manager: invalid rule name "+e)}this.__rules__[n].enabled=!0,s.push(e)},this),this.__cache__=null,s},Ho.prototype.enableOnly=function(e,t){Array.isArray(e)||(e=[e]),this.__rules__.forEach(function(e){e.enabled=!1}),this.enable(e,t)},Ho.prototype.disable=function(e,t){Array.isArray(e)||(e=[e]);const s=[];return e.forEach(function(e){const n=this.__find__(e);if(n<0){if(t)return;throw new Error("Rules manager: invalid rule name "+e)}this.__rules__[n].enabled=!1,s.push(e)},this),this.__cache__=null,s},Ho.prototype.getRules=function(e){return null===this.__cache__&&this.__compile__(),this.__cache__[e]||[]},Vo.prototype.attrIndex=function(e){if(!this.attrs)return-1;const t=this.attrs;for(let s=0,n=t.length;s<n;s++)if(t[s][0]===e)return s;return-1},Vo.prototype.attrPush=function(e){this.attrs?this.attrs.push(e):this.attrs=[e]},Vo.prototype.attrSet=function(e,t){const s=this.attrIndex(e),n=[e,t];s<0?this.attrPush(n):this.attrs[s]=n},Vo.prototype.attrGet=function(e){const t=this.attrIndex(e);let s=null;return t>=0&&(s=this.attrs[t][1]),s},Vo.prototype.attrJoin=function(e,t){const s=this.attrIndex(e);s<0?this.attrPush([e,t]):this.attrs[s][1]=this.attrs[s][1]+" "+t},$o.prototype.Token=Vo;const No=/\r\n?|\n/g,Uo=/\0/g;function Wo(e){return/^<a[>\s]/i.test(e)}function Go(e){return/^<\/a\s*>/i.test(e)}const Qo=/\+-|\.\.|\?\?\?\?|!!!!|,,|--/,Jo=/\((c|tm|r)\)/i,Ko=/\((c|tm|r)\)/gi,Xo={c:"©",r:"®",tm:"™"};function Yo(e,t){return Xo[t.toLowerCase()]}function ei(e){let t=0;for(let s=e.length-1;s>=0;s--){const n=e[s];"text"!==n.type||t||(n.content=n.content.replace(Ko,Yo)),"link_open"===n.type&&"auto"===n.info&&t--,"link_close"===n.type&&"auto"===n.info&&t++}}function ti(e){let t=0;for(let s=e.length-1;s>=0;s--){const n=e[s];"text"!==n.type||t||Qo.test(n.content)&&(n.content=n.content.replace(/\+-/g,"±").replace(/\.{2,}/g,"…").replace(/([?!])…/g,"$1..").replace(/([?!]){4,}/g,"$1$1$1").replace(/,{2,}/g,",").replace(/(^|[^-])---(?=[^-]|$)/gm,"$1—").replace(/(^|\s)--(?=\s|$)/gm,"$1–").replace(/(^|[^-\s])--(?=[^-\s]|$)/gm,"$1–")),"link_open"===n.type&&"auto"===n.info&&t--,"link_close"===n.type&&"auto"===n.info&&t++}}const si=/['"]/,ni=/['"]/g;function ri(e,t,s){return e.slice(0,t)+s+e.slice(t+1)}function ai(e,t){let s;const n=[];for(let r=0;r<e.length;r++){const a=e[r],o=e[r].level;for(s=n.length-1;s>=0&&!(n[s].level<=o);s--);if(n.length=s+1,"text"!==a.type)continue;let i=a.content,l=0,c=i.length;e:for(;l<c;){ni.lastIndex=l;const u=ni.exec(i);if(!u)break;let h=!0,d=!0;l=u.index+1;const p="'"===u[0];let f=32;if(u.index-1>=0)f=i.charCodeAt(u.index-1);else for(s=r-1;s>=0&&("softbreak"!==e[s].type&&"hardbreak"!==e[s].type);s--)if(e[s].content){f=e[s].content.charCodeAt(e[s].content.length-1);break}let g=32;if(l<c)g=i.charCodeAt(l);else for(s=r+1;s<e.length&&("softbreak"!==e[s].type&&"hardbreak"!==e[s].type);s++)if(e[s].content){g=e[s].content.charCodeAt(0);break}const m=Io(f)||To(String.fromCharCode(f)),v=Io(g)||To(String.fromCharCode(g)),y=Lo(f),_=Lo(g);if(_?h=!1:v&&(y||m||(h=!1)),y?d=!1:m&&(_||v||(d=!1)),34===g&&'"'===u[0]&&f>=48&&f<=57&&(d=h=!1),h&&d&&(h=m,d=v),h||d){if(d)for(s=n.length-1;s>=0;s--){let h=n[s];if(n[s].level<o)break;if(h.single===p&&n[s].level===o){let o,d;h=n[s],p?(o=t.md.options.quotes[2],d=t.md.options.quotes[3]):(o=t.md.options.quotes[0],d=t.md.options.quotes[1]),a.content=ri(a.content,u.index,d),e[h.token].content=ri(e[h.token].content,h.pos,o),l+=d.length-1,h.token===r&&(l+=o.length-1),i=a.content,c=i.length,n.length=s;continue e}}h?n.push({token:r,pos:u.index,single:p,level:o}):d&&p&&(a.content=ri(a.content,u.index,"’"))}else p&&(a.content=ri(a.content,u.index,"’"))}}}const oi=[["normalize",function(e){let t;t=e.src.replace(No,"\n"),t=t.replace(Uo,"�"),e.src=t}],["block",function(e){let t;e.inlineMode?(t=new e.Token("inline","",0),t.content=e.src,t.map=[0,1],t.children=[],e.tokens.push(t)):e.md.block.parse(e.src,e.md,e.env,e.tokens)}],["inline",function(e){const t=e.tokens;for(let s=0,n=t.length;s<n;s++){const n=t[s];"inline"===n.type&&e.md.inline.parse(n.content,e.md,e.env,n.children)}}],["linkify",function(e){const t=e.tokens;if(e.md.options.linkify)for(let s=0,n=t.length;s<n;s++){if("inline"!==t[s].type||!e.md.linkify.pretest(t[s].content))continue;let n=t[s].children,r=0;for(let a=n.length-1;a>=0;a--){const o=n[a];if("link_close"!==o.type){if("html_inline"===o.type&&(Wo(o.content)&&r>0&&r--,Go(o.content)&&r++),!(r>0)&&"text"===o.type&&e.md.linkify.test(o.content)){const r=o.content;let i=e.md.linkify.match(r);const l=[];let c=o.level,u=0;i.length>0&&0===i[0].index&&a>0&&"text_special"===n[a-1].type&&(i=i.slice(1));for(let t=0;t<i.length;t++){const s=i[t].url,n=e.md.normalizeLink(s);if(!e.md.validateLink(n))continue;let a=i[t].text;a=i[t].schema?"mailto:"!==i[t].schema||/^mailto:/i.test(a)?e.md.normalizeLinkText(a):e.md.normalizeLinkText("mailto:"+a).replace(/^mailto:/,""):e.md.normalizeLinkText("http://"+a).replace(/^http:\/\//,"");const o=i[t].index;if(o>u){const t=new e.Token("text","",0);t.content=r.slice(u,o),t.level=c,l.push(t)}const h=new e.Token("link_open","a",1);h.attrs=[["href",n]],h.level=c++,h.markup="linkify",h.info="auto",l.push(h);const d=new e.Token("text","",0);d.content=a,d.level=c,l.push(d);const p=new e.Token("link_close","a",-1);p.level=--c,p.markup="linkify",p.info="auto",l.push(p),u=i[t].lastIndex}if(u<r.length){const t=new e.Token("text","",0);t.content=r.slice(u),t.level=c,l.push(t)}t[s].children=n=_o(n,a,l)}}else for(a--;n[a].level!==o.level&&"link_open"!==n[a].type;)a--}}}],["replacements",function(e){let t;if(e.md.options.typographer)for(t=e.tokens.length-1;t>=0;t--)"inline"===e.tokens[t].type&&(Jo.test(e.tokens[t].content)&&ei(e.tokens[t].children),Qo.test(e.tokens[t].content)&&ti(e.tokens[t].children))}],["smartquotes",function(e){if(e.md.options.typographer)for(let t=e.tokens.length-1;t>=0;t--)"inline"===e.tokens[t].type&&si.test(e.tokens[t].content)&&ai(e.tokens[t].children,e)}],["text_join",function(e){let t,s;const n=e.tokens,r=n.length;for(let a=0;a<r;a++){if("inline"!==n[a].type)continue;const e=n[a].children,r=e.length;for(t=0;t<r;t++)"text_special"===e[t].type&&(e[t].type="text");for(t=s=0;t<r;t++)"text"===e[t].type&&t+1<r&&"text"===e[t+1].type?e[t+1].content=e[t].content+e[t+1].content:(t!==s&&(e[s]=e[t]),s++);t!==s&&(e.length=s)}}]];function ii(){this.ruler=new Ho;for(let e=0;e<oi.length;e++)this.ruler.push(oi[e][0],oi[e][1])}function li(e,t,s,n){this.src=e,this.md=t,this.env=s,this.tokens=n,this.bMarks=[],this.eMarks=[],this.tShift=[],this.sCount=[],this.bsCount=[],this.blkIndent=0,this.line=0,this.lineMax=0,this.tight=!1,this.ddIndent=-1,this.listIndent=-1,this.parentType="root",this.level=0;const r=this.src;for(let a=0,o=0,i=0,l=0,c=r.length,u=!1;o<c;o++){const e=r.charCodeAt(o);if(!u){if(Oo(e)){i++,9===e?l+=4-l%4:l++;continue}u=!0}10!==e&&o!==c-1||(10!==e&&o++,this.bMarks.push(a),this.eMarks.push(o),this.tShift.push(i),this.sCount.push(l),this.bsCount.push(0),u=!1,i=0,l=0,a=o+1)}this.bMarks.push(r.length),this.eMarks.push(r.length),this.tShift.push(0),this.sCount.push(0),this.bsCount.push(0),this.lineMax=this.bMarks.length-1}ii.prototype.process=function(e){const t=this.ruler.getRules("");for(let s=0,n=t.length;s<n;s++)t[s](e)},ii.prototype.State=$o,li.prototype.push=function(e,t,s){const n=new Vo(e,t,s);return n.block=!0,s<0&&this.level--,n.level=this.level,s>0&&this.level++,this.tokens.push(n),n},li.prototype.isEmpty=function(e){return this.bMarks[e]+this.tShift[e]>=this.eMarks[e]},li.prototype.skipEmptyLines=function(e){for(let t=this.lineMax;e<t&&!(this.bMarks[e]+this.tShift[e]<this.eMarks[e]);e++);return e},li.prototype.skipSpaces=function(e){for(let t=this.src.length;e<t;e++){if(!Oo(this.src.charCodeAt(e)))break}return e},li.prototype.skipSpacesBack=function(e,t){if(e<=t)return e;for(;e>t;)if(!Oo(this.src.charCodeAt(--e)))return e+1;return e},li.prototype.skipChars=function(e,t){for(let s=this.src.length;e<s&&this.src.charCodeAt(e)===t;e++);return e},li.prototype.skipCharsBack=function(e,t,s){if(e<=s)return e;for(;e>s;)if(t!==this.src.charCodeAt(--e))return e+1;return e},li.prototype.getLines=function(e,t,s,n){if(e>=t)return"";const r=new Array(t-e);for(let a=0,o=e;o<t;o++,a++){let e=0;const i=this.bMarks[o];let l,c=i;for(l=o+1<t||n?this.eMarks[o]+1:this.eMarks[o];c<l&&e<s;){const t=this.src.charCodeAt(c);if(Oo(t))9===t?e+=4-(e+this.bsCount[o])%4:e++;else{if(!(c-i<this.tShift[o]))break;e++}c++}r[a]=e>s?new Array(e-s+1).join(" ")+this.src.slice(c,l):this.src.slice(c,l)}return r.join("")},li.prototype.Token=Vo;function ci(e,t){const s=e.bMarks[t]+e.tShift[t],n=e.eMarks[t];return e.src.slice(s,n)}function ui(e){const t=[],s=e.length;let n=0,r=e.charCodeAt(n),a=!1,o=0,i="";for(;n<s;)124===r&&(a?(i+=e.substring(o,n-1),o=n):(t.push(i+e.substring(o,n)),i="",o=n+1)),a=92===r,n++,r=e.charCodeAt(n);return t.push(i+e.substring(o)),t}function hi(e,t){const s=e.eMarks[t];let n=e.bMarks[t]+e.tShift[t];const r=e.src.charCodeAt(n++);if(42!==r&&45!==r&&43!==r)return-1;if(n<s){if(!Oo(e.src.charCodeAt(n)))return-1}return n}function di(e,t){const s=e.bMarks[t]+e.tShift[t],n=e.eMarks[t];let r=s;if(r+1>=n)return-1;let a=e.src.charCodeAt(r++);if(a<48||a>57)return-1;for(;;){if(r>=n)return-1;if(a=e.src.charCodeAt(r++),!(a>=48&&a<=57)){if(41===a||46===a)break;return-1}if(r-s>=10)return-1}return r<n&&(a=e.src.charCodeAt(r),!Oo(a))?-1:r}const pi="<[A-Za-z][A-Za-z0-9\\-]*(?:\\s+[a-zA-Z_:][a-zA-Z0-9:._-]*(?:\\s*=\\s*(?:[^\"'=<>`\\x00-\\x20]+|'[^']*'|\"[^\"]*\"))?)*\\s*\\/?>",fi="<\\/[A-Za-z][A-Za-z0-9\\-]*\\s*>",gi=new RegExp("^(?:"+pi+"|"+fi+"|\x3c!---?>|\x3c!--(?:[^-]|-[^-]|--[^>])*--\x3e|<[?][\\s\\S]*?[?]>|<![A-Za-z][^>]*>|<!\\[CDATA\\[[\\s\\S]*?\\]\\]>)"),mi=new RegExp("^(?:"+pi+"|"+fi+")"),vi=[[/^<(script|pre|style|textarea)(?=(\s|>|$))/i,/<\/(script|pre|style|textarea)>/i,!0],[/^<!--/,/-->/,!0],[/^<\?/,/\?>/,!0],[/^<![A-Z]/,/>/,!0],[/^<!\[CDATA\[/,/\]\]>/,!0],[new RegExp("^</?("+["address","article","aside","base","basefont","blockquote","body","caption","center","col","colgroup","dd","details","dialog","dir","div","dl","dt","fieldset","figcaption","figure","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hr","html","iframe","legend","li","link","main","menu","menuitem","nav","noframes","ol","optgroup","option","p","param","search","section","summary","table","tbody","td","tfoot","th","thead","title","tr","track","ul"].join("|")+")(?=(\\s|/?>|$))","i"),/^$/,!0],[new RegExp(mi.source+"\\s*$"),/^$/,!1]];const yi=[["table",function(e,t,s,n){if(t+2>s)return!1;let r=t+1;if(e.sCount[r]<e.blkIndent)return!1;if(e.sCount[r]-e.blkIndent>=4)return!1;let a=e.bMarks[r]+e.tShift[r];if(a>=e.eMarks[r])return!1;const o=e.src.charCodeAt(a++);if(124!==o&&45!==o&&58!==o)return!1;if(a>=e.eMarks[r])return!1;const i=e.src.charCodeAt(a++);if(124!==i&&45!==i&&58!==i&&!Oo(i))return!1;if(45===o&&Oo(i))return!1;for(;a<e.eMarks[r];){const t=e.src.charCodeAt(a);if(124!==t&&45!==t&&58!==t&&!Oo(t))return!1;a++}let l=ci(e,t+1),c=l.split("|");const u=[];for(let v=0;v<c.length;v++){const e=c[v].trim();if(!e){if(0===v||v===c.length-1)continue;return!1}if(!/^:?-+:?$/.test(e))return!1;58===e.charCodeAt(e.length-1)?u.push(58===e.charCodeAt(0)?"center":"right"):58===e.charCodeAt(0)?u.push("left"):u.push("")}if(l=ci(e,t).trim(),-1===l.indexOf("|"))return!1;if(e.sCount[t]-e.blkIndent>=4)return!1;c=ui(l),c.length&&""===c[0]&&c.shift(),c.length&&""===c[c.length-1]&&c.pop();const h=c.length;if(0===h||h!==u.length)return!1;if(n)return!0;const d=e.parentType;e.parentType="table";const p=e.md.block.ruler.getRules("blockquote"),f=[t,0];e.push("table_open","table",1).map=f,e.push("thead_open","thead",1).map=[t,t+1],e.push("tr_open","tr",1).map=[t,t+1];for(let v=0;v<c.length;v++){const t=e.push("th_open","th",1);u[v]&&(t.attrs=[["style","text-align:"+u[v]]]);const s=e.push("inline","",0);s.content=c[v].trim(),s.children=[],e.push("th_close","th",-1)}let g;e.push("tr_close","tr",-1),e.push("thead_close","thead",-1);let m=0;for(r=t+2;r<s&&!(e.sCount[r]<e.blkIndent);r++){let n=!1;for(let t=0,a=p.length;t<a;t++)if(p[t](e,r,s,!0)){n=!0;break}if(n)break;if(l=ci(e,r).trim(),!l)break;if(e.sCount[r]-e.blkIndent>=4)break;if(c=ui(l),c.length&&""===c[0]&&c.shift(),c.length&&""===c[c.length-1]&&c.pop(),m+=h-c.length,m>65536)break;if(r===t+2){e.push("tbody_open","tbody",1).map=g=[t+2,0]}e.push("tr_open","tr",1).map=[r,r+1];for(let t=0;t<h;t++){const s=e.push("td_open","td",1);u[t]&&(s.attrs=[["style","text-align:"+u[t]]]);const n=e.push("inline","",0);n.content=c[t]?c[t].trim():"",n.children=[],e.push("td_close","td",-1)}e.push("tr_close","tr",-1)}return g&&(e.push("tbody_close","tbody",-1),g[1]=r),e.push("table_close","table",-1),f[1]=r,e.parentType=d,e.line=r,!0},["paragraph","reference"]],["code",function(e,t,s){if(e.sCount[t]-e.blkIndent<4)return!1;let n=t+1,r=n;for(;n<s;)if(e.isEmpty(n))n++;else{if(!(e.sCount[n]-e.blkIndent>=4))break;n++,r=n}e.line=r;const a=e.push("code_block","code",0);return a.content=e.getLines(t,r,4+e.blkIndent,!1)+"\n",a.map=[t,e.line],!0}],["fence",function(e,t,s,n){let r=e.bMarks[t]+e.tShift[t],a=e.eMarks[t];if(e.sCount[t]-e.blkIndent>=4)return!1;if(r+3>a)return!1;const o=e.src.charCodeAt(r);if(126!==o&&96!==o)return!1;let i=r;r=e.skipChars(r,o);let l=r-i;if(l<3)return!1;const c=e.src.slice(i,r),u=e.src.slice(r,a);if(96===o&&u.indexOf(String.fromCharCode(o))>=0)return!1;if(n)return!0;let h=t,d=!1;for(;(h++,!(h>=s))&&(r=i=e.bMarks[h]+e.tShift[h],a=e.eMarks[h],!(r<a&&e.sCount[h]<e.blkIndent));)if(e.src.charCodeAt(r)===o&&!(e.sCount[h]-e.blkIndent>=4||(r=e.skipChars(r,o),r-i<l||(r=e.skipSpaces(r),r<a)))){d=!0;break}l=e.sCount[t],e.line=h+(d?1:0);const p=e.push("fence","code",0);return p.info=u,p.content=e.getLines(t+1,h,l,!0),p.markup=c,p.map=[t,e.line],!0},["paragraph","reference","blockquote","list"]],["blockquote",function(e,t,s,n){let r=e.bMarks[t]+e.tShift[t],a=e.eMarks[t];const o=e.lineMax;if(e.sCount[t]-e.blkIndent>=4)return!1;if(62!==e.src.charCodeAt(r))return!1;if(n)return!0;const i=[],l=[],c=[],u=[],h=e.md.block.ruler.getRules("blockquote"),d=e.parentType;e.parentType="blockquote";let p,f=!1;for(p=t;p<s;p++){const t=e.sCount[p]<e.blkIndent;if(r=e.bMarks[p]+e.tShift[p],a=e.eMarks[p],r>=a)break;if(62===e.src.charCodeAt(r++)&&!t){let t,s,n=e.sCount[p]+1;32===e.src.charCodeAt(r)?(r++,n++,s=!1,t=!0):9===e.src.charCodeAt(r)?(t=!0,(e.bsCount[p]+n)%4==3?(r++,n++,s=!1):s=!0):t=!1;let o=n;for(i.push(e.bMarks[p]),e.bMarks[p]=r;r<a;){const t=e.src.charCodeAt(r);if(!Oo(t))break;9===t?o+=4-(o+e.bsCount[p]+(s?1:0))%4:o++,r++}f=r>=a,l.push(e.bsCount[p]),e.bsCount[p]=e.sCount[p]+1+(t?1:0),c.push(e.sCount[p]),e.sCount[p]=o-n,u.push(e.tShift[p]),e.tShift[p]=r-e.bMarks[p];continue}if(f)break;let n=!1;for(let r=0,a=h.length;r<a;r++)if(h[r](e,p,s,!0)){n=!0;break}if(n){e.lineMax=p,0!==e.blkIndent&&(i.push(e.bMarks[p]),l.push(e.bsCount[p]),u.push(e.tShift[p]),c.push(e.sCount[p]),e.sCount[p]-=e.blkIndent);break}i.push(e.bMarks[p]),l.push(e.bsCount[p]),u.push(e.tShift[p]),c.push(e.sCount[p]),e.sCount[p]=-1}const g=e.blkIndent;e.blkIndent=0;const m=e.push("blockquote_open","blockquote",1);m.markup=">";const v=[t,0];m.map=v,e.md.block.tokenize(e,t,p),e.push("blockquote_close","blockquote",-1).markup=">",e.lineMax=o,e.parentType=d,v[1]=e.line;for(let y=0;y<u.length;y++)e.bMarks[y+t]=i[y],e.tShift[y+t]=u[y],e.sCount[y+t]=c[y],e.bsCount[y+t]=l[y];return e.blkIndent=g,!0},["paragraph","reference","blockquote","list"]],["hr",function(e,t,s,n){const r=e.eMarks[t];if(e.sCount[t]-e.blkIndent>=4)return!1;let a=e.bMarks[t]+e.tShift[t];const o=e.src.charCodeAt(a++);if(42!==o&&45!==o&&95!==o)return!1;let i=1;for(;a<r;){const t=e.src.charCodeAt(a++);if(t!==o&&!Oo(t))return!1;t===o&&i++}if(i<3)return!1;if(n)return!0;e.line=t+1;const l=e.push("hr","hr",0);return l.map=[t,e.line],l.markup=Array(i+1).join(String.fromCharCode(o)),!0},["paragraph","reference","blockquote","list"]],["list",function(e,t,s,n){let r,a,o,i,l=t,c=!0;if(e.sCount[l]-e.blkIndent>=4)return!1;if(e.listIndent>=0&&e.sCount[l]-e.listIndent>=4&&e.sCount[l]<e.blkIndent)return!1;let u,h,d,p=!1;if(n&&"paragraph"===e.parentType&&e.sCount[l]>=e.blkIndent&&(p=!0),(d=di(e,l))>=0){if(u=!0,o=e.bMarks[l]+e.tShift[l],h=Number(e.src.slice(o,d-1)),p&&1!==h)return!1}else{if(!((d=hi(e,l))>=0))return!1;u=!1}if(p&&e.skipSpaces(d)>=e.eMarks[l])return!1;if(n)return!0;const f=e.src.charCodeAt(d-1),g=e.tokens.length;u?(i=e.push("ordered_list_open","ol",1),1!==h&&(i.attrs=[["start",h]])):i=e.push("bullet_list_open","ul",1);const m=[l,0];i.map=m,i.markup=String.fromCharCode(f);let v=!1;const y=e.md.block.ruler.getRules("list"),_=e.parentType;for(e.parentType="list";l<s;){a=d,r=e.eMarks[l];const t=e.sCount[l]+d-(e.bMarks[l]+e.tShift[l]);let n=t;for(;a<r;){const t=e.src.charCodeAt(a);if(9===t)n+=4-(n+e.bsCount[l])%4;else{if(32!==t)break;n++}a++}const h=a;let p;p=h>=r?1:n-t,p>4&&(p=1);const g=t+p;i=e.push("list_item_open","li",1),i.markup=String.fromCharCode(f);const m=[l,0];i.map=m,u&&(i.info=e.src.slice(o,d-1));const _=e.tight,b=e.tShift[l],w=e.sCount[l],C=e.listIndent;if(e.listIndent=e.blkIndent,e.blkIndent=g,e.tight=!0,e.tShift[l]=h-e.bMarks[l],e.sCount[l]=n,h>=r&&e.isEmpty(l+1)?e.line=Math.min(e.line+2,s):e.md.block.tokenize(e,l,s,!0),e.tight&&!v||(c=!1),v=e.line-l>1&&e.isEmpty(e.line-1),e.blkIndent=e.listIndent,e.listIndent=C,e.tShift[l]=b,e.sCount[l]=w,e.tight=_,i=e.push("list_item_close","li",-1),i.markup=String.fromCharCode(f),l=e.line,m[1]=l,l>=s)break;if(e.sCount[l]<e.blkIndent)break;if(e.sCount[l]-e.blkIndent>=4)break;let x=!1;for(let r=0,a=y.length;r<a;r++)if(y[r](e,l,s,!0)){x=!0;break}if(x)break;if(u){if(d=di(e,l),d<0)break;o=e.bMarks[l]+e.tShift[l]}else if(d=hi(e,l),d<0)break;if(f!==e.src.charCodeAt(d-1))break}return i=u?e.push("ordered_list_close","ol",-1):e.push("bullet_list_close","ul",-1),i.markup=String.fromCharCode(f),m[1]=l,e.line=l,e.parentType=_,c&&function(e,t){const s=e.level+2;for(let n=t+2,r=e.tokens.length-2;n<r;n++)e.tokens[n].level===s&&"paragraph_open"===e.tokens[n].type&&(e.tokens[n+2].hidden=!0,e.tokens[n].hidden=!0,n+=2)}(e,g),!0},["paragraph","reference","blockquote"]],["reference",function(e,t,s,n){let r=e.bMarks[t]+e.tShift[t],a=e.eMarks[t],o=t+1;if(e.sCount[t]-e.blkIndent>=4)return!1;if(91!==e.src.charCodeAt(r))return!1;function i(t){const s=e.lineMax;if(t>=s||e.isEmpty(t))return null;let n=!1;if(e.sCount[t]-e.blkIndent>3&&(n=!0),e.sCount[t]<0&&(n=!0),!n){const n=e.md.block.ruler.getRules("reference"),r=e.parentType;e.parentType="reference";let a=!1;for(let o=0,i=n.length;o<i;o++)if(n[o](e,t,s,!0)){a=!0;break}if(e.parentType=r,a)return null}const r=e.bMarks[t]+e.tShift[t],a=e.eMarks[t];return e.src.slice(r,a+1)}let l=e.src.slice(r,a+1);a=l.length;let c=-1;for(r=1;r<a;r++){const e=l.charCodeAt(r);if(91===e)return!1;if(93===e){c=r;break}if(10===e){const e=i(o);null!==e&&(l+=e,a=l.length,o++)}else if(92===e&&(r++,r<a&&10===l.charCodeAt(r))){const e=i(o);null!==e&&(l+=e,a=l.length,o++)}}if(c<0||58!==l.charCodeAt(c+1))return!1;for(r=c+2;r<a;r++){const e=l.charCodeAt(r);if(10===e){const e=i(o);null!==e&&(l+=e,a=l.length,o++)}else if(!Oo(e))break}const u=e.md.helpers.parseLinkDestination(l,r,a);if(!u.ok)return!1;const h=e.md.normalizeLink(u.str);if(!e.md.validateLink(h))return!1;r=u.pos;const d=r,p=o,f=r;for(;r<a;r++){const e=l.charCodeAt(r);if(10===e){const e=i(o);null!==e&&(l+=e,a=l.length,o++)}else if(!Oo(e))break}let g,m=e.md.helpers.parseLinkTitle(l,r,a);for(;m.can_continue;){const t=i(o);if(null===t)break;l+=t,r=a,a=l.length,o++,m=e.md.helpers.parseLinkTitle(l,r,a,m)}for(r<a&&f!==r&&m.ok?(g=m.str,r=m.pos):(g="",r=d,o=p);r<a;){if(!Oo(l.charCodeAt(r)))break;r++}if(r<a&&10!==l.charCodeAt(r)&&g)for(g="",r=d,o=p;r<a;){if(!Oo(l.charCodeAt(r)))break;r++}if(r<a&&10!==l.charCodeAt(r))return!1;const v=jo(l.slice(1,c));return!!v&&(n||(void 0===e.env.references&&(e.env.references={}),void 0===e.env.references[v]&&(e.env.references[v]={title:g,href:h}),e.line=o),!0)}],["html_block",function(e,t,s,n){let r=e.bMarks[t]+e.tShift[t],a=e.eMarks[t];if(e.sCount[t]-e.blkIndent>=4)return!1;if(!e.md.options.html)return!1;if(60!==e.src.charCodeAt(r))return!1;let o=e.src.slice(r,a),i=0;for(;i<vi.length&&!vi[i][0].test(o);i++);if(i===vi.length)return!1;if(n)return vi[i][2];let l=t+1;if(!vi[i][1].test(o))for(;l<s&&!(e.sCount[l]<e.blkIndent);l++)if(r=e.bMarks[l]+e.tShift[l],a=e.eMarks[l],o=e.src.slice(r,a),vi[i][1].test(o)){0!==o.length&&l++;break}e.line=l;const c=e.push("html_block","",0);return c.map=[t,l],c.content=e.getLines(t,l,e.blkIndent,!0),!0},["paragraph","reference","blockquote"]],["heading",function(e,t,s,n){let r=e.bMarks[t]+e.tShift[t],a=e.eMarks[t];if(e.sCount[t]-e.blkIndent>=4)return!1;let o=e.src.charCodeAt(r);if(35!==o||r>=a)return!1;let i=1;for(o=e.src.charCodeAt(++r);35===o&&r<a&&i<=6;)i++,o=e.src.charCodeAt(++r);if(i>6||r<a&&!Oo(o))return!1;if(n)return!0;a=e.skipSpacesBack(a,r);const l=e.skipCharsBack(a,35,r);l>r&&Oo(e.src.charCodeAt(l-1))&&(a=l),e.line=t+1;const c=e.push("heading_open","h"+String(i),1);c.markup="########".slice(0,i),c.map=[t,e.line];const u=e.push("inline","",0);return u.content=e.src.slice(r,a).trim(),u.map=[t,e.line],u.children=[],e.push("heading_close","h"+String(i),-1).markup="########".slice(0,i),!0},["paragraph","reference","blockquote"]],["lheading",function(e,t,s){const n=e.md.block.ruler.getRules("paragraph");if(e.sCount[t]-e.blkIndent>=4)return!1;const r=e.parentType;e.parentType="paragraph";let a,o=0,i=t+1;for(;i<s&&!e.isEmpty(i);i++){if(e.sCount[i]-e.blkIndent>3)continue;if(e.sCount[i]>=e.blkIndent){let t=e.bMarks[i]+e.tShift[i];const s=e.eMarks[i];if(t<s&&(a=e.src.charCodeAt(t),(45===a||61===a)&&(t=e.skipChars(t,a),t=e.skipSpaces(t),t>=s))){o=61===a?1:2;break}}if(e.sCount[i]<0)continue;let t=!1;for(let r=0,a=n.length;r<a;r++)if(n[r](e,i,s,!0)){t=!0;break}if(t)break}if(!o)return!1;const l=e.getLines(t,i,e.blkIndent,!1).trim();e.line=i+1;const c=e.push("heading_open","h"+String(o),1);c.markup=String.fromCharCode(a),c.map=[t,e.line];const u=e.push("inline","",0);return u.content=l,u.map=[t,e.line-1],u.children=[],e.push("heading_close","h"+String(o),-1).markup=String.fromCharCode(a),e.parentType=r,!0}],["paragraph",function(e,t,s){const n=e.md.block.ruler.getRules("paragraph"),r=e.parentType;let a=t+1;for(e.parentType="paragraph";a<s&&!e.isEmpty(a);a++){if(e.sCount[a]-e.blkIndent>3)continue;if(e.sCount[a]<0)continue;let t=!1;for(let r=0,o=n.length;r<o;r++)if(n[r](e,a,s,!0)){t=!0;break}if(t)break}const o=e.getLines(t,a,e.blkIndent,!1).trim();e.line=a,e.push("paragraph_open","p",1).map=[t,e.line];const i=e.push("inline","",0);return i.content=o,i.map=[t,e.line],i.children=[],e.push("paragraph_close","p",-1),e.parentType=r,!0}]];function _i(){this.ruler=new Ho;for(let e=0;e<yi.length;e++)this.ruler.push(yi[e][0],yi[e][1],{alt:(yi[e][2]||[]).slice()})}function bi(e,t,s,n){this.src=e,this.env=s,this.md=t,this.tokens=n,this.tokens_meta=Array(n.length),this.pos=0,this.posMax=this.src.length,this.level=0,this.pending="",this.pendingLevel=0,this.cache={},this.delimiters=[],this._prev_delimiters=[],this.backticks={},this.backticksScanned=!1,this.linkLevel=0}function wi(e){switch(e){case 10:case 33:case 35:case 36:case 37:case 38:case 42:case 43:case 45:case 58:case 60:case 61:case 62:case 64:case 91:case 92:case 93:case 94:case 95:case 96:case 123:case 125:case 126:return!0;default:return!1}}_i.prototype.tokenize=function(e,t,s){const n=this.ruler.getRules(""),r=n.length,a=e.md.options.maxNesting;let o=t,i=!1;for(;o<s&&(e.line=o=e.skipEmptyLines(o),!(o>=s))&&!(e.sCount[o]<e.blkIndent);){if(e.level>=a){e.line=s;break}const t=e.line;let l=!1;for(let a=0;a<r;a++)if(l=n[a](e,o,s,!1),l){if(t>=e.line)throw new Error("block rule didn't increment state.line");break}if(!l)throw new Error("none of the block rules matched");e.tight=!i,e.isEmpty(e.line-1)&&(i=!0),o=e.line,o<s&&e.isEmpty(o)&&(i=!0,o++,e.line=o)}},_i.prototype.parse=function(e,t,s,n){if(!e)return;const r=new this.State(e,t,s,n);this.tokenize(r,r.line,r.lineMax)},_i.prototype.State=li,bi.prototype.pushPending=function(){const e=new Vo("text","",0);return e.content=this.pending,e.level=this.pendingLevel,this.tokens.push(e),this.pending="",e},bi.prototype.push=function(e,t,s){this.pending&&this.pushPending();const n=new Vo(e,t,s);let r=null;return s<0&&(this.level--,this.delimiters=this._prev_delimiters.pop()),n.level=this.level,s>0&&(this.level++,this._prev_delimiters.push(this.delimiters),this.delimiters=[],r={delimiters:this.delimiters}),this.pendingLevel=this.level,this.tokens.push(n),this.tokens_meta.push(r),n},bi.prototype.scanDelims=function(e,t){const s=this.posMax,n=this.src.charCodeAt(e),r=e>0?this.src.charCodeAt(e-1):32;let a=e;for(;a<s&&this.src.charCodeAt(a)===n;)a++;const o=a-e,i=a<s?this.src.charCodeAt(a):32,l=Io(r)||To(String.fromCharCode(r)),c=Io(i)||To(String.fromCharCode(i)),u=Lo(r),h=Lo(i),d=!h&&(!c||u||l),p=!u&&(!l||h||c);return{can_open:d&&(t||!p||l),can_close:p&&(t||!d||c),length:o}},bi.prototype.Token=Vo;const Ci=/(?:^|[^a-z0-9.+-])([a-z][a-z0-9.+-]*)$/i;const xi=[];for(let hv=0;hv<256;hv++)xi.push(0);function ki(e,t){let s;const n=[],r=t.length;for(let a=0;a<r;a++){const r=t[a];if(126!==r.marker)continue;if(-1===r.end)continue;const o=t[r.end];s=e.tokens[r.token],s.type="s_open",s.tag="s",s.nesting=1,s.markup="~~",s.content="",s=e.tokens[o.token],s.type="s_close",s.tag="s",s.nesting=-1,s.markup="~~",s.content="","text"===e.tokens[o.token-1].type&&"~"===e.tokens[o.token-1].content&&n.push(o.token-1)}for(;n.length;){const t=n.pop();let r=t+1;for(;r<e.tokens.length&&"s_close"===e.tokens[r].type;)r++;r--,t!==r&&(s=e.tokens[r],e.tokens[r]=e.tokens[t],e.tokens[t]=s)}}"\\!\"#$%&'()*+,./:;<=>?@[]^_`{|}~-".split("").forEach(function(e){xi[e.charCodeAt(0)]=1});const Ai={tokenize:function(e,t){const s=e.pos,n=e.src.charCodeAt(s);if(t)return!1;if(126!==n)return!1;const r=e.scanDelims(e.pos,!0);let a=r.length;const o=String.fromCharCode(n);if(a<2)return!1;let i;a%2&&(i=e.push("text","",0),i.content=o,a--);for(let l=0;l<a;l+=2)i=e.push("text","",0),i.content=o+o,e.delimiters.push({marker:n,length:0,token:e.tokens.length-1,end:-1,open:r.can_open,close:r.can_close});return e.pos+=r.length,!0},postProcess:function(e){const t=e.tokens_meta,s=e.tokens_meta.length;ki(e,e.delimiters);for(let n=0;n<s;n++)t[n]&&t[n].delimiters&&ki(e,t[n].delimiters)}};function Mi(e,t){for(let s=t.length-1;s>=0;s--){const n=t[s];if(95!==n.marker&&42!==n.marker)continue;if(-1===n.end)continue;const r=t[n.end],a=s>0&&t[s-1].end===n.end+1&&t[s-1].marker===n.marker&&t[s-1].token===n.token-1&&t[n.end+1].token===r.token+1,o=String.fromCharCode(n.marker),i=e.tokens[n.token];i.type=a?"strong_open":"em_open",i.tag=a?"strong":"em",i.nesting=1,i.markup=a?o+o:o,i.content="";const l=e.tokens[r.token];l.type=a?"strong_close":"em_close",l.tag=a?"strong":"em",l.nesting=-1,l.markup=a?o+o:o,l.content="",a&&(e.tokens[t[s-1].token].content="",e.tokens[t[n.end+1].token].content="",s--)}}const Si={tokenize:function(e,t){const s=e.pos,n=e.src.charCodeAt(s);if(t)return!1;if(95!==n&&42!==n)return!1;const r=e.scanDelims(e.pos,42===n);for(let a=0;a<r.length;a++){e.push("text","",0).content=String.fromCharCode(n),e.delimiters.push({marker:n,length:r.length,token:e.tokens.length-1,end:-1,open:r.can_open,close:r.can_close})}return e.pos+=r.length,!0},postProcess:function(e){const t=e.tokens_meta,s=e.tokens_meta.length;Mi(e,e.delimiters);for(let n=0;n<s;n++)t[n]&&t[n].delimiters&&Mi(e,t[n].delimiters)}};const Ei=/^([a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*)$/,Di=/^([a-zA-Z][a-zA-Z0-9+.-]{1,31}):([^<>\x00-\x20]*)$/;const zi=/^&#((?:x[a-f0-9]{1,6}|[0-9]{1,7}));/i,Fi=/^&([a-z][a-z0-9]{1,31});/i;function Oi(e){const t={},s=e.length;if(!s)return;let n=0,r=-2;const a=[];for(let o=0;o<s;o++){const s=e[o];if(a.push(0),e[n].marker===s.marker&&r===s.token-1||(n=o),r=s.token,s.length=s.length||0,!s.close)continue;t.hasOwnProperty(s.marker)||(t[s.marker]=[-1,-1,-1,-1,-1,-1]);const i=t[s.marker][(s.open?3:0)+s.length%3];let l=n-a[n]-1,c=l;for(;l>i;l-=a[l]+1){const t=e[l];if(t.marker===s.marker&&(t.open&&t.end<0)){let n=!1;if((t.close||s.open)&&(t.length+s.length)%3==0&&(t.length%3==0&&s.length%3==0||(n=!0)),!n){const n=l>0&&!e[l-1].open?a[l-1]+1:0;a[o]=o-l+n,a[l]=n,s.open=!1,t.end=o,t.close=!1,c=-1,r=-2;break}}}-1!==c&&(t[s.marker][(s.open?3:0)+(s.length||0)%3]=c)}}const Li=[["text",function(e,t){let s=e.pos;for(;s<e.posMax&&!wi(e.src.charCodeAt(s));)s++;return s!==e.pos&&(t||(e.pending+=e.src.slice(e.pos,s)),e.pos=s,!0)}],["linkify",function(e,t){if(!e.md.options.linkify)return!1;if(e.linkLevel>0)return!1;const s=e.pos;if(s+3>e.posMax)return!1;if(58!==e.src.charCodeAt(s))return!1;if(47!==e.src.charCodeAt(s+1))return!1;if(47!==e.src.charCodeAt(s+2))return!1;const n=e.pending.match(Ci);if(!n)return!1;const r=n[1],a=e.md.linkify.matchAtStart(e.src.slice(s-r.length));if(!a)return!1;let o=a.url;if(o.length<=r.length)return!1;o=o.replace(/\*+$/,"");const i=e.md.normalizeLink(o);if(!e.md.validateLink(i))return!1;if(!t){e.pending=e.pending.slice(0,-r.length);const t=e.push("link_open","a",1);t.attrs=[["href",i]],t.markup="linkify",t.info="auto";e.push("text","",0).content=e.md.normalizeLinkText(o);const s=e.push("link_close","a",-1);s.markup="linkify",s.info="auto"}return e.pos+=o.length-r.length,!0}],["newline",function(e,t){let s=e.pos;if(10!==e.src.charCodeAt(s))return!1;const n=e.pending.length-1,r=e.posMax;if(!t)if(n>=0&&32===e.pending.charCodeAt(n))if(n>=1&&32===e.pending.charCodeAt(n-1)){let t=n-1;for(;t>=1&&32===e.pending.charCodeAt(t-1);)t--;e.pending=e.pending.slice(0,t),e.push("hardbreak","br",0)}else e.pending=e.pending.slice(0,-1),e.push("softbreak","br",0);else e.push("softbreak","br",0);for(s++;s<r&&Oo(e.src.charCodeAt(s));)s++;return e.pos=s,!0}],["escape",function(e,t){let s=e.pos;const n=e.posMax;if(92!==e.src.charCodeAt(s))return!1;if(s++,s>=n)return!1;let r=e.src.charCodeAt(s);if(10===r){for(t||e.push("hardbreak","br",0),s++;s<n&&(r=e.src.charCodeAt(s),Oo(r));)s++;return e.pos=s,!0}let a=e.src[s];if(r>=55296&&r<=56319&&s+1<n){const t=e.src.charCodeAt(s+1);t>=56320&&t<=57343&&(a+=e.src[s+1],s++)}const o="\\"+a;if(!t){const t=e.push("text_special","",0);r<256&&0!==xi[r]?t.content=a:t.content=o,t.markup=o,t.info="escape"}return e.pos=s+1,!0}],["backticks",function(e,t){let s=e.pos;if(96!==e.src.charCodeAt(s))return!1;const n=s;s++;const r=e.posMax;for(;s<r&&96===e.src.charCodeAt(s);)s++;const a=e.src.slice(n,s),o=a.length;if(e.backticksScanned&&(e.backticks[o]||0)<=n)return t||(e.pending+=a),e.pos+=o,!0;let i,l=s;for(;-1!==(i=e.src.indexOf("`",l));){for(l=i+1;l<r&&96===e.src.charCodeAt(l);)l++;const n=l-i;if(n===o){if(!t){const t=e.push("code_inline","code",0);t.markup=a,t.content=e.src.slice(s,i).replace(/\n/g," ").replace(/^ (.+) $/,"$1")}return e.pos=l,!0}e.backticks[n]=i}return e.backticksScanned=!0,t||(e.pending+=a),e.pos+=o,!0}],["strikethrough",Ai.tokenize],["emphasis",Si.tokenize],["link",function(e,t){let s,n,r,a,o="",i="",l=e.pos,c=!0;if(91!==e.src.charCodeAt(e.pos))return!1;const u=e.pos,h=e.posMax,d=e.pos+1,p=e.md.helpers.parseLinkLabel(e,e.pos,!0);if(p<0)return!1;let f=p+1;if(f<h&&40===e.src.charCodeAt(f)){for(c=!1,f++;f<h&&(s=e.src.charCodeAt(f),Oo(s)||10===s);f++);if(f>=h)return!1;if(l=f,r=e.md.helpers.parseLinkDestination(e.src,f,e.posMax),r.ok){for(o=e.md.normalizeLink(r.str),e.md.validateLink(o)?f=r.pos:o="",l=f;f<h&&(s=e.src.charCodeAt(f),Oo(s)||10===s);f++);if(r=e.md.helpers.parseLinkTitle(e.src,f,e.posMax),f<h&&l!==f&&r.ok)for(i=r.str,f=r.pos;f<h&&(s=e.src.charCodeAt(f),Oo(s)||10===s);f++);}(f>=h||41!==e.src.charCodeAt(f))&&(c=!0),f++}if(c){if(void 0===e.env.references)return!1;if(f<h&&91===e.src.charCodeAt(f)?(l=f+1,f=e.md.helpers.parseLinkLabel(e,f),f>=0?n=e.src.slice(l,f++):f=p+1):f=p+1,n||(n=e.src.slice(d,p)),a=e.env.references[jo(n)],!a)return e.pos=u,!1;o=a.href,i=a.title}if(!t){e.pos=d,e.posMax=p;const t=[["href",o]];e.push("link_open","a",1).attrs=t,i&&t.push(["title",i]),e.linkLevel++,e.md.inline.tokenize(e),e.linkLevel--,e.push("link_close","a",-1)}return e.pos=f,e.posMax=h,!0}],["image",function(e,t){let s,n,r,a,o,i,l,c,u="";const h=e.pos,d=e.posMax;if(33!==e.src.charCodeAt(e.pos))return!1;if(91!==e.src.charCodeAt(e.pos+1))return!1;const p=e.pos+2,f=e.md.helpers.parseLinkLabel(e,e.pos+1,!1);if(f<0)return!1;if(a=f+1,a<d&&40===e.src.charCodeAt(a)){for(a++;a<d&&(s=e.src.charCodeAt(a),Oo(s)||10===s);a++);if(a>=d)return!1;for(c=a,i=e.md.helpers.parseLinkDestination(e.src,a,e.posMax),i.ok&&(u=e.md.normalizeLink(i.str),e.md.validateLink(u)?a=i.pos:u=""),c=a;a<d&&(s=e.src.charCodeAt(a),Oo(s)||10===s);a++);if(i=e.md.helpers.parseLinkTitle(e.src,a,e.posMax),a<d&&c!==a&&i.ok)for(l=i.str,a=i.pos;a<d&&(s=e.src.charCodeAt(a),Oo(s)||10===s);a++);else l="";if(a>=d||41!==e.src.charCodeAt(a))return e.pos=h,!1;a++}else{if(void 0===e.env.references)return!1;if(a<d&&91===e.src.charCodeAt(a)?(c=a+1,a=e.md.helpers.parseLinkLabel(e,a),a>=0?r=e.src.slice(c,a++):a=f+1):a=f+1,r||(r=e.src.slice(p,f)),o=e.env.references[jo(r)],!o)return e.pos=h,!1;u=o.href,l=o.title}if(!t){n=e.src.slice(p,f);const t=[];e.md.inline.parse(n,e.md,e.env,t);const s=e.push("image","img",0),r=[["src",u],["alt",""]];s.attrs=r,s.children=t,s.content=n,l&&r.push(["title",l])}return e.pos=a,e.posMax=d,!0}],["autolink",function(e,t){let s=e.pos;if(60!==e.src.charCodeAt(s))return!1;const n=e.pos,r=e.posMax;for(;;){if(++s>=r)return!1;const t=e.src.charCodeAt(s);if(60===t)return!1;if(62===t)break}const a=e.src.slice(n+1,s);if(Di.test(a)){const s=e.md.normalizeLink(a);if(!e.md.validateLink(s))return!1;if(!t){const t=e.push("link_open","a",1);t.attrs=[["href",s]],t.markup="autolink",t.info="auto";e.push("text","",0).content=e.md.normalizeLinkText(a);const n=e.push("link_close","a",-1);n.markup="autolink",n.info="auto"}return e.pos+=a.length+2,!0}if(Ei.test(a)){const s=e.md.normalizeLink("mailto:"+a);if(!e.md.validateLink(s))return!1;if(!t){const t=e.push("link_open","a",1);t.attrs=[["href",s]],t.markup="autolink",t.info="auto";e.push("text","",0).content=e.md.normalizeLinkText(a);const n=e.push("link_close","a",-1);n.markup="autolink",n.info="auto"}return e.pos+=a.length+2,!0}return!1}],["html_inline",function(e,t){if(!e.md.options.html)return!1;const s=e.posMax,n=e.pos;if(60!==e.src.charCodeAt(n)||n+2>=s)return!1;const r=e.src.charCodeAt(n+1);if(33!==r&&63!==r&&47!==r&&!function(e){const t=32|e;return t>=97&&t<=122}(r))return!1;const a=e.src.slice(n).match(gi);if(!a)return!1;if(!t){const t=e.push("html_inline","",0);t.content=a[0],o=t.content,/^<a[>\s]/i.test(o)&&e.linkLevel++,function(e){return/^<\/a\s*>/i.test(e)}(t.content)&&e.linkLevel--}var o;return e.pos+=a[0].length,!0}],["entity",function(e,t){const s=e.pos,n=e.posMax;if(38!==e.src.charCodeAt(s))return!1;if(s+1>=n)return!1;if(35===e.src.charCodeAt(s+1)){const n=e.src.slice(s).match(zi);if(n){if(!t){const t="x"===n[1][0].toLowerCase()?parseInt(n[1].slice(1),16):parseInt(n[1],10),s=e.push("text_special","",0);s.content=bo(t)?wo(t):wo(65533),s.markup=n[0],s.info="entity"}return e.pos+=n[0].length,!0}}else{const n=e.src.slice(s).match(Fi);if(n){const s=go(n[0]);if(s!==n[0]){if(!t){const t=e.push("text_special","",0);t.content=s,t.markup=n[0],t.info="entity"}return e.pos+=n[0].length,!0}}}return!1}]],Ti=[["balance_pairs",function(e){const t=e.tokens_meta,s=e.tokens_meta.length;Oi(e.delimiters);for(let n=0;n<s;n++)t[n]&&t[n].delimiters&&Oi(t[n].delimiters)}],["strikethrough",Ai.postProcess],["emphasis",Si.postProcess],["fragments_join",function(e){let t,s,n=0;const r=e.tokens,a=e.tokens.length;for(t=s=0;t<a;t++)r[t].nesting<0&&n--,r[t].level=n,r[t].nesting>0&&n++,"text"===r[t].type&&t+1<a&&"text"===r[t+1].type?r[t+1].content=r[t].content+r[t+1].content:(t!==s&&(r[s]=r[t]),s++);t!==s&&(r.length=s)}]];function Ii(){this.ruler=new Ho;for(let e=0;e<Li.length;e++)this.ruler.push(Li[e][0],Li[e][1]);this.ruler2=new Ho;for(let e=0;e<Ti.length;e++)this.ruler2.push(Ti[e][0],Ti[e][1])}function ji(e){return Array.prototype.slice.call(arguments,1).forEach(function(t){t&&Object.keys(t).forEach(function(s){e[s]=t[s]})}),e}function Pi(e){return Object.prototype.toString.call(e)}function qi(e){return"[object Function]"===Pi(e)}function Ri(e){return e.replace(/[.?*+^$[\]\\(){}|-]/g,"\\$&")}Ii.prototype.skipToken=function(e){const t=e.pos,s=this.ruler.getRules(""),n=s.length,r=e.md.options.maxNesting,a=e.cache;if(void 0!==a[t])return void(e.pos=a[t]);let o=!1;if(e.level<r){for(let i=0;i<n;i++)if(e.level++,o=s[i](e,!0),e.level--,o){if(t>=e.pos)throw new Error("inline rule didn't increment state.pos");break}}else e.pos=e.posMax;o||e.pos++,a[t]=e.pos},Ii.prototype.tokenize=function(e){const t=this.ruler.getRules(""),s=t.length,n=e.posMax,r=e.md.options.maxNesting;for(;e.pos<n;){const a=e.pos;let o=!1;if(e.level<r)for(let n=0;n<s;n++)if(o=t[n](e,!1),o){if(a>=e.pos)throw new Error("inline rule didn't increment state.pos");break}if(o){if(e.pos>=n)break}else e.pending+=e.src[e.pos++]}e.pending&&e.pushPending()},Ii.prototype.parse=function(e,t,s,n){const r=new this.State(e,t,s,n);this.tokenize(r);const a=this.ruler2.getRules(""),o=a.length;for(let i=0;i<o;i++)a[i](r)},Ii.prototype.State=bi;const Bi={fuzzyLink:!0,fuzzyEmail:!0,fuzzyIP:!1};const Zi={"http:":{validate:function(e,t,s){const n=e.slice(t);return s.re.http||(s.re.http=new RegExp("^\\/\\/"+s.re.src_auth+s.re.src_host_port_strict+s.re.src_path,"i")),s.re.http.test(n)?n.match(s.re.http)[0].length:0}},"https:":"http:","ftp:":"http:","//":{validate:function(e,t,s){const n=e.slice(t);return s.re.no_http||(s.re.no_http=new RegExp("^"+s.re.src_auth+"(?:localhost|(?:(?:"+s.re.src_domain+")\\.)+"+s.re.src_domain_root+")"+s.re.src_port+s.re.src_host_terminator+s.re.src_path,"i")),s.re.no_http.test(n)?t>=3&&":"===e[t-3]||t>=3&&"/"===e[t-3]?0:n.match(s.re.no_http)[0].length:0}},"mailto:":{validate:function(e,t,s){const n=e.slice(t);return s.re.mailto||(s.re.mailto=new RegExp("^"+s.re.src_email_name+"@"+s.re.src_host_strict,"i")),s.re.mailto.test(n)?n.match(s.re.mailto)[0].length:0}}},Hi="biz|com|edu|gov|net|org|pro|web|xxx|aero|asia|coop|info|museum|name|shop|рф".split("|");function Vi(e){const t=e.re=function(e){const t={};e=e||{},t.src_Any=Ha.source,t.src_Cc=Va.source,t.src_Z=Ua.source,t.src_P=$a.source,t.src_ZPCc=[t.src_Z,t.src_P,t.src_Cc].join("|"),t.src_ZCc=[t.src_Z,t.src_Cc].join("|");const s="[><|]";return t.src_pseudo_letter="(?:(?![><|]|"+t.src_ZPCc+")"+t.src_Any+")",t.src_ip4="(?:(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)",t.src_auth="(?:(?:(?!"+t.src_ZCc+"|[@/\\[\\]()]).)+@)?",t.src_port="(?::(?:6(?:[0-4]\\d{3}|5(?:[0-4]\\d{2}|5(?:[0-2]\\d|3[0-5])))|[1-5]?\\d{1,4}))?",t.src_host_terminator="(?=$|[><|]|"+t.src_ZPCc+")(?!"+(e["---"]?"-(?!--)|":"-|")+"_|:\\d|\\.-|\\.(?!$|"+t.src_ZPCc+"))",t.src_path="(?:[/?#](?:(?!"+t.src_ZCc+"|"+s+"|[()[\\]{}.,\"'?!\\-;]).|\\[(?:(?!"+t.src_ZCc+"|\\]).)*\\]|\\((?:(?!"+t.src_ZCc+"|[)]).)*\\)|\\{(?:(?!"+t.src_ZCc+'|[}]).)*\\}|\\"(?:(?!'+t.src_ZCc+'|["]).)+\\"|\\\'(?:(?!'+t.src_ZCc+"|[']).)+\\'|\\'(?="+t.src_pseudo_letter+"|[-])|\\.{2,}[a-zA-Z0-9%/&]|\\.(?!"+t.src_ZCc+"|[.]|$)|"+(e["---"]?"\\-(?!--(?:[^-]|$))(?:-*)|":"\\-+|")+",(?!"+t.src_ZCc+"|$)|;(?!"+t.src_ZCc+"|$)|\\!+(?!"+t.src_ZCc+"|[!]|$)|\\?(?!"+t.src_ZCc+"|[?]|$))+|\\/)?",t.src_email_name='[\\-;:&=\\+\\$,\\.a-zA-Z0-9_][\\-;:&=\\+\\$,\\"\\.a-zA-Z0-9_]*',t.src_xn="xn--[a-z0-9\\-]{1,59}",t.src_domain_root="(?:"+t.src_xn+"|"+t.src_pseudo_letter+"{1,63})",t.src_domain="(?:"+t.src_xn+"|(?:"+t.src_pseudo_letter+")|(?:"+t.src_pseudo_letter+"(?:-|"+t.src_pseudo_letter+"){0,61}"+t.src_pseudo_letter+"))",t.src_host="(?:(?:(?:(?:"+t.src_domain+")\\.)*"+t.src_domain+"))",t.tpl_host_fuzzy="(?:"+t.src_ip4+"|(?:(?:(?:"+t.src_domain+")\\.)+(?:%TLDS%)))",t.tpl_host_no_ip_fuzzy="(?:(?:(?:"+t.src_domain+")\\.)+(?:%TLDS%))",t.src_host_strict=t.src_host+t.src_host_terminator,t.tpl_host_fuzzy_strict=t.tpl_host_fuzzy+t.src_host_terminator,t.src_host_port_strict=t.src_host+t.src_port+t.src_host_terminator,t.tpl_host_port_fuzzy_strict=t.tpl_host_fuzzy+t.src_port+t.src_host_terminator,t.tpl_host_port_no_ip_fuzzy_strict=t.tpl_host_no_ip_fuzzy+t.src_port+t.src_host_terminator,t.tpl_host_fuzzy_test="localhost|www\\.|\\.\\d{1,3}\\.|(?:\\.(?:%TLDS%)(?:"+t.src_ZPCc+"|>|$))",t.tpl_email_fuzzy='(^|[><|]|"|\\(|'+t.src_ZCc+")("+t.src_email_name+"@"+t.tpl_host_fuzzy_strict+")",t.tpl_link_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`||]|"+t.src_ZPCc+"))((?![$+<=>^`||])"+t.tpl_host_port_fuzzy_strict+t.src_path+")",t.tpl_link_no_ip_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`||]|"+t.src_ZPCc+"))((?![$+<=>^`||])"+t.tpl_host_port_no_ip_fuzzy_strict+t.src_path+")",t}(e.__opts__),s=e.__tlds__.slice();function n(e){return e.replace("%TLDS%",t.src_tlds)}e.onCompile(),e.__tlds_replaced__||s.push("a[cdefgilmnoqrstuwxz]|b[abdefghijmnorstvwyz]|c[acdfghiklmnoruvwxyz]|d[ejkmoz]|e[cegrstu]|f[ijkmor]|g[abdefghilmnpqrstuwy]|h[kmnrtu]|i[delmnoqrst]|j[emop]|k[eghimnprwyz]|l[abcikrstuvy]|m[acdeghklmnopqrstuvwxyz]|n[acefgilopruz]|om|p[aefghklmnrstwy]|qa|r[eosuw]|s[abcdeghijklmnortuvxyz]|t[cdfghjklmnortvwz]|u[agksyz]|v[aceginu]|w[fs]|y[et]|z[amw]"),s.push(t.src_xn),t.src_tlds=s.join("|"),t.email_fuzzy=RegExp(n(t.tpl_email_fuzzy),"i"),t.link_fuzzy=RegExp(n(t.tpl_link_fuzzy),"i"),t.link_no_ip_fuzzy=RegExp(n(t.tpl_link_no_ip_fuzzy),"i"),t.host_fuzzy_test=RegExp(n(t.tpl_host_fuzzy_test),"i");const r=[];function a(e,t){throw new Error('(LinkifyIt) Invalid schema "'+e+'": '+t)}e.__compiled__={},Object.keys(e.__schemas__).forEach(function(t){const s=e.__schemas__[t];if(null===s)return;const n={validate:null,link:null};if(e.__compiled__[t]=n,"[object Object]"===Pi(s))return!function(e){return"[object RegExp]"===Pi(e)}(s.validate)?qi(s.validate)?n.validate=s.validate:a(t,s):n.validate=function(e){return function(t,s){const n=t.slice(s);return e.test(n)?n.match(e)[0].length:0}}(s.validate),void(qi(s.normalize)?n.normalize=s.normalize:s.normalize?a(t,s):n.normalize=function(e,t){t.normalize(e)});!function(e){return"[object String]"===Pi(e)}(s)?a(t,s):r.push(t)}),r.forEach(function(t){e.__compiled__[e.__schemas__[t]]&&(e.__compiled__[t].validate=e.__compiled__[e.__schemas__[t]].validate,e.__compiled__[t].normalize=e.__compiled__[e.__schemas__[t]].normalize)}),e.__compiled__[""]={validate:null,normalize:function(e,t){t.normalize(e)}};const o=Object.keys(e.__compiled__).filter(function(t){return t.length>0&&e.__compiled__[t]}).map(Ri).join("|");e.re.schema_test=RegExp("(^|(?!_)(?:[><|]|"+t.src_ZPCc+"))("+o+")","i"),e.re.schema_search=RegExp("(^|(?!_)(?:[><|]|"+t.src_ZPCc+"))("+o+")","ig"),e.re.schema_at_start=RegExp("^"+e.re.schema_search.source,"i"),e.re.pretest=RegExp("("+e.re.schema_test.source+")|("+e.re.host_fuzzy_test.source+")|@","i"),function(e){e.__index__=-1,e.__text_cache__=""}(e)}function $i(e,t){const s=e.__index__,n=e.__last_index__,r=e.__text_cache__.slice(s,n);this.schema=e.__schema__.toLowerCase(),this.index=s+t,this.lastIndex=n+t,this.raw=r,this.text=r,this.url=r}function Ni(e,t){const s=new $i(e,t);return e.__compiled__[s.schema].normalize(s,e),s}function Ui(e,t){if(!(this instanceof Ui))return new Ui(e,t);var s;t||(s=e,Object.keys(s||{}).reduce(function(e,t){return e||Bi.hasOwnProperty(t)},!1)&&(t=e,e={})),this.__opts__=ji({},Bi,t),this.__index__=-1,this.__last_index__=-1,this.__schema__="",this.__text_cache__="",this.__schemas__=ji({},Zi,e),this.__compiled__={},this.__tlds__=Hi,this.__tlds_replaced__=!1,this.re={},Vi(this)}Ui.prototype.add=function(e,t){return this.__schemas__[e]=t,Vi(this),this},Ui.prototype.set=function(e){return this.__opts__=ji(this.__opts__,e),this},Ui.prototype.test=function(e){if(this.__text_cache__=e,this.__index__=-1,!e.length)return!1;let t,s,n,r,a,o,i,l,c;if(this.re.schema_test.test(e))for(i=this.re.schema_search,i.lastIndex=0;null!==(t=i.exec(e));)if(r=this.testSchemaAt(e,t[2],i.lastIndex),r){this.__schema__=t[2],this.__index__=t.index+t[1].length,this.__last_index__=t.index+t[0].length+r;break}return this.__opts__.fuzzyLink&&this.__compiled__["http:"]&&(l=e.search(this.re.host_fuzzy_test),l>=0&&(this.__index__<0||l<this.__index__)&&null!==(s=e.match(this.__opts__.fuzzyIP?this.re.link_fuzzy:this.re.link_no_ip_fuzzy))&&(a=s.index+s[1].length,(this.__index__<0||a<this.__index__)&&(this.__schema__="",this.__index__=a,this.__last_index__=s.index+s[0].length))),this.__opts__.fuzzyEmail&&this.__compiled__["mailto:"]&&(c=e.indexOf("@"),c>=0&&null!==(n=e.match(this.re.email_fuzzy))&&(a=n.index+n[1].length,o=n.index+n[0].length,(this.__index__<0||a<this.__index__||a===this.__index__&&o>this.__last_index__)&&(this.__schema__="mailto:",this.__index__=a,this.__last_index__=o))),this.__index__>=0},Ui.prototype.pretest=function(e){return this.re.pretest.test(e)},Ui.prototype.testSchemaAt=function(e,t,s){return this.__compiled__[t.toLowerCase()]?this.__compiled__[t.toLowerCase()].validate(e,s,this):0},Ui.prototype.match=function(e){const t=[];let s=0;this.__index__>=0&&this.__text_cache__===e&&(t.push(Ni(this,s)),s=this.__last_index__);let n=s?e.slice(s):e;for(;this.test(n);)t.push(Ni(this,s)),n=n.slice(this.__last_index__),s+=this.__last_index__;return t.length?t:null},Ui.prototype.matchAtStart=function(e){if(this.__text_cache__=e,this.__index__=-1,!e.length)return null;const t=this.re.schema_at_start.exec(e);if(!t)return null;const s=this.testSchemaAt(e,t[2],t[0].length);return s?(this.__schema__=t[2],this.__index__=t.index+t[1].length,this.__last_index__=t.index+t[0].length+s,Ni(this,0)):null},Ui.prototype.tlds=function(e,t){return e=Array.isArray(e)?e:[e],t?(this.__tlds__=this.__tlds__.concat(e).sort().filter(function(e,t,s){return e!==s[t-1]}).reverse(),Vi(this),this):(this.__tlds__=e.slice(),this.__tlds_replaced__=!0,Vi(this),this)},Ui.prototype.normalize=function(e){e.schema||(e.url="http://"+e.url),"mailto:"!==e.schema||/^mailto:/i.test(e.url)||(e.url="mailto:"+e.url)},Ui.prototype.onCompile=function(){};const Wi=2147483647,Gi=36,Qi=/^xn--/,Ji=/[^\0-\x7F]/,Ki=/[\x2E\u3002\uFF0E\uFF61]/g,Xi={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},Yi=Math.floor,el=String.fromCharCode;function tl(e){throw new RangeError(Xi[e])}function sl(e,t){const s=e.split("@");let n="";s.length>1&&(n=s[0]+"@",e=s[1]);const r=function(e,t){const s=[];let n=e.length;for(;n--;)s[n]=t(e[n]);return s}((e=e.replace(Ki,".")).split("."),t).join(".");return n+r}function nl(e){const t=[];let s=0;const n=e.length;for(;s<n;){const r=e.charCodeAt(s++);if(r>=55296&&r<=56319&&s<n){const n=e.charCodeAt(s++);56320==(64512&n)?t.push(((1023&r)<<10)+(1023&n)+65536):(t.push(r),s--)}else t.push(r)}return t}const rl=function(e){return e>=48&&e<58?e-48+26:e>=65&&e<91?e-65:e>=97&&e<123?e-97:Gi},al=function(e,t){return e+22+75*(e<26)-((0!=t)<<5)},ol=function(e,t,s){let n=0;for(e=s?Yi(e/700):e>>1,e+=Yi(e/t);e>455;n+=Gi)e=Yi(e/35);return Yi(n+36*e/(e+38))},il=function(e){const t=[],s=e.length;let n=0,r=128,a=72,o=e.lastIndexOf("-");o<0&&(o=0);for(let i=0;i<o;++i)e.charCodeAt(i)>=128&&tl("not-basic"),t.push(e.charCodeAt(i));for(let i=o>0?o+1:0;i<s;){const o=n;for(let t=1,r=Gi;;r+=Gi){i>=s&&tl("invalid-input");const o=rl(e.charCodeAt(i++));o>=Gi&&tl("invalid-input"),o>Yi((Wi-n)/t)&&tl("overflow"),n+=o*t;const l=r<=a?1:r>=a+26?26:r-a;if(o<l)break;const c=Gi-l;t>Yi(Wi/c)&&tl("overflow"),t*=c}const l=t.length+1;a=ol(n-o,l,0==o),Yi(n/l)>Wi-r&&tl("overflow"),r+=Yi(n/l),n%=l,t.splice(n++,0,r)}return String.fromCodePoint(...t)},ll=function(e){const t=[],s=(e=nl(e)).length;let n=128,r=0,a=72;for(const l of e)l<128&&t.push(el(l));const o=t.length;let i=o;for(o&&t.push("-");i<s;){let s=Wi;for(const t of e)t>=n&&t<s&&(s=t);const l=i+1;s-n>Yi((Wi-r)/l)&&tl("overflow"),r+=(s-n)*l,n=s;for(const c of e)if(c<n&&++r>Wi&&tl("overflow"),c===n){let e=r;for(let s=Gi;;s+=Gi){const n=s<=a?1:s>=a+26?26:s-a;if(e<n)break;const r=e-n,o=Gi-n;t.push(el(al(n+r%o,0))),e=Yi(r/o)}t.push(el(al(e,0))),a=ol(r,l,i===o),r=0,++i}++r,++n}return t.join("")},cl=function(e){return sl(e,function(e){return Ji.test(e)?"xn--"+ll(e):e})},ul=function(e){return sl(e,function(e){return Qi.test(e)?il(e.slice(4).toLowerCase()):e})},hl={default:{options:{html:!1,xhtmlOut:!1,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"“”‘’",highlight:null,maxNesting:100},components:{core:{},block:{},inline:{}}},zero:{options:{html:!1,xhtmlOut:!1,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"“”‘’",highlight:null,maxNesting:20},components:{core:{rules:["normalize","block","inline","text_join"]},block:{rules:["paragraph"]},inline:{rules:["text"],rules2:["balance_pairs","fragments_join"]}}},commonmark:{options:{html:!0,xhtmlOut:!0,breaks:!1,langPrefix:"language-",linkify:!1,typographer:!1,quotes:"“”‘’",highlight:null,maxNesting:20},components:{core:{rules:["normalize","block","inline","text_join"]},block:{rules:["blockquote","code","fence","heading","hr","html_block","lheading","list","reference","paragraph"]},inline:{rules:["autolink","backticks","emphasis","entity","escape","html_inline","image","link","newline","text"],rules2:["balance_pairs","emphasis","fragments_join"]}}}},dl=/^(vbscript|javascript|file|data):/,pl=/^data:image\/(gif|png|jpeg|webp);/;function fl(e){const t=e.trim().toLowerCase();return!dl.test(t)||pl.test(t)}const gl=["http:","https:","mailto:"];function ml(e){const t=Ba(e,!0);if(t.hostname&&(!t.protocol||gl.indexOf(t.protocol)>=0))try{t.hostname=cl(t.hostname)}catch(s){}return Ma(Sa(t))}function vl(e){const t=Ba(e,!0);if(t.hostname&&(!t.protocol||gl.indexOf(t.protocol)>=0))try{t.hostname=ul(t.hostname)}catch(s){}return ka(Sa(t),ka.defaultChars+"%")}function yl(e,t){if(!(this instanceof yl))return new yl(e,t);t||mo(e)||(t=e||{},e="default"),this.inline=new Ii,this.block=new _i,this.core=new ii,this.renderer=new Zo,this.linkify=new Ui,this.validateLink=fl,this.normalizeLink=ml,this.normalizeLinkText=vl,this.utils=qo,this.helpers=yo({},Ro),this.options={},this.configure(e),t&&this.set(t)}yl.prototype.set=function(e){return yo(this.options,e),this},yl.prototype.configure=function(e){const t=this;if(mo(e)){const t=e;if(!(e=hl[t]))throw new Error('Wrong `markdown-it` preset "'+t+'", check name')}if(!e)throw new Error("Wrong `markdown-it` preset, can't be empty");return e.options&&t.set(e.options),e.components&&Object.keys(e.components).forEach(function(s){e.components[s].rules&&t[s].ruler.enableOnly(e.components[s].rules),e.components[s].rules2&&t[s].ruler2.enableOnly(e.components[s].rules2)}),this},yl.prototype.enable=function(e,t){let s=[];Array.isArray(e)||(e=[e]),["core","block","inline"].forEach(function(t){s=s.concat(this[t].ruler.enable(e,!0))},this),s=s.concat(this.inline.ruler2.enable(e,!0));const n=e.filter(function(e){return s.indexOf(e)<0});if(n.length&&!t)throw new Error("MarkdownIt. Failed to enable unknown rule(s): "+n);return this},yl.prototype.disable=function(e,t){let s=[];Array.isArray(e)||(e=[e]),["core","block","inline"].forEach(function(t){s=s.concat(this[t].ruler.disable(e,!0))},this),s=s.concat(this.inline.ruler2.disable(e,!0));const n=e.filter(function(e){return s.indexOf(e)<0});if(n.length&&!t)throw new Error("MarkdownIt. Failed to disable unknown rule(s): "+n);return this},yl.prototype.use=function(e){const t=[this].concat(Array.prototype.slice.call(arguments,1));return e.apply(e,t),this},yl.prototype.parse=function(e,t){if("string"!=typeof e)throw new Error("Input data should be a String");const s=new this.core.State(e,this,t);return this.core.process(s),s.tokens},yl.prototype.render=function(e,t){return t=t||{},this.renderer.render(this.parse(e,t),this.options,t)},yl.prototype.parseInline=function(e,t){const s=new this.core.State(e,this,t);return s.inlineMode=!0,this.core.process(s),s.tokens},yl.prototype.renderInline=function(e,t){return t=t||{},this.renderer.render(this.parseInline(e,t),this.options,t)};const _l=(e,t)=>!!e&&!(!(t&&""===e.prefix||e.prefix)||!e.name),bl=Object.freeze({left:0,top:0,width:16,height:16}),wl=Object.freeze({rotate:0,vFlip:!1,hFlip:!1}),Cl=Object.freeze({...bl,...wl}),xl=Object.freeze({...Cl,body:"",hidden:!1});function kl(e,t){const s=function(e,t){const s={};!e.hFlip!=!t.hFlip&&(s.hFlip=!0),!e.vFlip!=!t.vFlip&&(s.vFlip=!0);const n=((e.rotate||0)+(t.rotate||0))%4;return n&&(s.rotate=n),s}(e,t);for(const n in xl)n in wl?n in e&&!(n in s)&&(s[n]=wl[n]):n in t?s[n]=t[n]:n in e&&(s[n]=e[n]);return s}function Al(e,t,s){const n=e.icons,r=e.aliases||Object.create(null);let a={};function o(e){a=kl(n[e]||r[e],a)}return o(t),s.forEach(o),kl(e,a)}function Ml(e,t){const s=[];if("object"!=typeof e||"object"!=typeof e.icons)return s;e.not_found instanceof Array&&e.not_found.forEach(e=>{t(e,null),s.push(e)});const n=function(e){const t=e.icons,s=e.aliases||Object.create(null),n=Object.create(null);return Object.keys(t).concat(Object.keys(s)).forEach(function e(r){if(t[r])return n[r]=[];if(!(r in n)){n[r]=null;const t=s[r]&&s[r].parent,a=t&&e(t);a&&(n[r]=[t].concat(a))}return n[r]}),n}(e);for(const r in n){const a=n[r];a&&(t(r,Al(e,r,a)),s.push(r))}return s}const Sl={provider:"",aliases:{},not_found:{},...bl};function El(e,t){for(const s in t)if(s in e&&typeof e[s]!=typeof t[s])return!1;return!0}function Dl(e){if("object"!=typeof e||null===e)return null;const t=e;if("string"!=typeof t.prefix||!e.icons||"object"!=typeof e.icons)return null;if(!El(e,Sl))return null;const s=t.icons;for(const r in s){const e=s[r];if(!r||"string"!=typeof e.body||!El(e,xl))return null}const n=t.aliases||Object.create(null);for(const r in n){const e=n[r],t=e.parent;if(!r||"string"!=typeof t||!s[t]&&!n[t]||!El(e,xl))return null}return t}const zl=Object.create(null);function Fl(e,t){const s=zl[e]||(zl[e]=Object.create(null));return s[t]||(s[t]=function(e,t){return{provider:e,prefix:t,icons:Object.create(null),missing:new Set}}(e,t))}let Ol=!1;function Ll(e,t){const s=((e,t,s,n="")=>{const r=e.split(":");if("@"===e.slice(0,1)){if(r.length<2||r.length>3)return null;n=r.shift().slice(1)}if(r.length>3||!r.length)return null;if(r.length>1){const e=r.pop(),t=r.pop(),s={provider:r.length>0?r[0]:n,prefix:t,name:e};return _l(s)?s:null}const a=r[0],o=a.split("-");if(o.length>1){const e={provider:n,prefix:o.shift(),name:o.join("-")};return _l(e)?e:null}if(s&&""===n){const e={provider:n,prefix:"",name:a};return _l(e,s)?e:null}return null})(e,0,Ol);if(!s)return!1;const n=Fl(s.provider,s.prefix);return t?function(e,t,s){try{if("string"==typeof s.body)return e.icons[t]={...s},!0}catch(n){}return!1}(n,s.name,t):(n.missing.add(s.name),!0)}function Tl(e,t){if("object"!=typeof e)return!1;if("string"!=typeof t&&(t=e.provider||""),Ol&&!t&&!e.prefix){let t=!1;return Dl(e)&&(e.prefix="",Ml(e,(e,s)=>{Ll(e,s)&&(t=!0)})),t}const s=e.prefix;if(!_l({prefix:s,name:"a"}))return!1;return!!function(e,t){return Dl(t)?Ml(t,(t,s)=>{s?e.icons[t]=s:e.missing.add(t)}):[]}(Fl(t,s),e)}const Il=Object.freeze({width:null,height:null});Object.freeze({...Il,...wl});Date.now().toString(16),(16777216*Math.random()|0).toString(16);const jl=Object.create(null);function Pl(e){let t;if("string"==typeof e.resources)t=[e.resources];else if(t=e.resources,!(t instanceof Array&&t.length))return null;return{resources:t,path:e.path||"/",maxURL:e.maxURL||500,rotate:e.rotate||750,timeout:e.timeout||5e3,random:!0===e.random,index:e.index||0,dataAfterTimeout:!1!==e.dataAfterTimeout}}const ql=Object.create(null),Rl=["https://api.simplesvg.com","https://api.unisvg.com"],Bl=[];for(;Rl.length>0;)1===Rl.length||Math.random()>.5?Bl.push(Rl.shift()):Bl.push(Rl.pop());function Zl(e,t){const s=Pl(t);return null!==s&&(ql[e]=s,!0)}function Hl(e){return ql[e]}ql[""]=Pl({resources:["https://api.iconify.design"].concat(Bl)});let Vl=(()=>{let e;try{if(e=fetch,"function"==typeof e)return e}catch(t){}})();const $l={prepare:(e,t,s)=>{const n=[],r=function(e,t){const s=Hl(e);if(!s)return 0;let n;if(s.maxURL){let e=0;s.resources.forEach(t=>{const s=t;e=Math.max(e,s.length)});const r=t+".json?icons=";n=s.maxURL-e-s.path.length-r.length}else n=0;return n}(e,t),a="icons";let o={type:a,provider:e,prefix:t,icons:[]},i=0;return s.forEach((s,l)=>{i+=s.length+1,i>=r&&l>0&&(n.push(o),o={type:a,provider:e,prefix:t,icons:[]},i=s.length),o.icons.push(s)}),n.push(o),n},send:(e,t,s)=>{if(!Vl)return void s("abort",424);let n=function(e){if("string"==typeof e){const t=Hl(e);if(t)return t.path}return"/"}(t.provider);switch(t.type){case"icons":{const e=t.prefix,s=t.icons.join(",");n+=e+".json?"+new URLSearchParams({icons:s}).toString();break}case"custom":{const e=t.uri;n+="/"===e.slice(0,1)?e.slice(1):e;break}default:return void s("abort",400)}let r=503;Vl(e+n).then(e=>{const t=e.status;if(200===t)return r=501,e.json();setTimeout(()=>{s(function(e){return 404===e}(t)?"abort":"next",t)})}).then(e=>{"object"==typeof e&&null!==e?setTimeout(()=>{s("success",e)}):setTimeout(()=>{404===e?s("abort",e):s("next",r)})}).catch(()=>{s("next",r)})}},Nl={backgroundColor:"currentColor"},Ul={Image:"var(--svg)",Repeat:"no-repeat",Size:"100% 100%"},Wl={webkitMask:Nl,mask:Nl,background:{backgroundColor:"transparent"}};for(const hv in Wl){const e=Wl[hv];for(const t in Ul)e[hv+t]=Ul[t]}const Gl={};var Ql;if(["horizontal","vertical"].forEach(e=>{const t=e.slice(0,1)+"Flip";Gl[e+"-flip"]=t,Gl[e.slice(0,1)+"-flip"]=t,Gl[e+"Flip"]=t}),Ol=!0,Ql=$l,jl[""]=Ql,"undefined"!=typeof document&&"undefined"!=typeof window){const e=window;if(void 0!==e.IconifyPreload){const t=e.IconifyPreload,s="Invalid IconifyPreload syntax.";"object"==typeof t&&null!==t&&(t instanceof Array?t:[t]).forEach(e=>{try{("object"!=typeof e||null===e||e instanceof Array||"object"!=typeof e.icons||"string"!=typeof e.prefix||!Tl(e))&&console.error(s)}catch(uv){console.error(s)}})}if(void 0!==e.IconifyProviders){const t=e.IconifyProviders;if("object"==typeof t&&null!==t)for(let e in t){const s="IconifyProviders["+e+"] is invalid.";try{const n=t[e];if("object"!=typeof n||!n||void 0===n.resources)continue;Zl(e,n)||console.error(s)}catch(uv){console.error(s)}}}}
|
|
25
|
+
/**
|
|
26
|
+
* @license lucide-vue-next v0.507.0 - ISC
|
|
27
|
+
*
|
|
28
|
+
* This source code is licensed under the ISC license.
|
|
29
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
30
|
+
*/
|
|
31
|
+
const Jl=e=>e.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase(),Kl=e=>{const t=(e=>e.replace(/^([A-Z])|[\s-_]+(\w)/g,(e,t,s)=>s?s.toUpperCase():t.toLowerCase()))(e);return t.charAt(0).toUpperCase()+t.slice(1)},Xl=(...e)=>e.filter((e,t,s)=>Boolean(e)&&""!==e.trim()&&s.indexOf(e)===t).join(" ").trim();
|
|
32
|
+
/**
|
|
33
|
+
* @license lucide-vue-next v0.507.0 - ISC
|
|
34
|
+
*
|
|
35
|
+
* This source code is licensed under the ISC license.
|
|
36
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
37
|
+
*/
|
|
38
|
+
var Yl={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};
|
|
39
|
+
/**
|
|
40
|
+
* @license lucide-vue-next v0.507.0 - ISC
|
|
41
|
+
*
|
|
42
|
+
* This source code is licensed under the ISC license.
|
|
43
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
44
|
+
*/const ec=({size:e,strokeWidth:t=2,absoluteStrokeWidth:s,color:n,iconNode:r,name:a,class:o,...i},{slots:l})=>qn("svg",{...Yl,width:e||Yl.width,height:e||Yl.height,stroke:n||Yl.stroke,"stroke-width":s?24*Number(t)/Number(e):t,class:Xl("lucide",...a?[`lucide-${Jl(Kl(a))}-icon`,`lucide-${Jl(a)}`]:["lucide-icon"]),...i},[...r.map(e=>qn(...e)),...l.default?[l.default()]:[]]),tc=(e,t)=>(s,{slots:n})=>qn(ec,{...s,iconNode:t,name:e},n),sc=tc("arrow-up",[["path",{d:"m5 12 7-7 7 7",key:"hav0vg"}],["path",{d:"M12 19V5",key:"x0mq9r"}]]),nc=tc("chevron-right",[["path",{d:"m9 18 6-6-6-6",key:"mthhwq"}]]),rc=(e,t)=>{const s=e.__vccOpts||e;for(const[n,r]of t)s[n]=r;return s},ac=Object.freeze(Object.defineProperty({__proto__:null,default:'<?xml version="1.0" encoding="UTF-8"?>\n<svg width="128px" height="128px" viewBox="0 0 128 128" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">\n \x3c!-- Generator: Sketch 52.6 (67491) - http://www.bohemiancoding.com/sketch --\x3e\n <title>Vue</title>\n <desc>Created with Sketch.</desc>\n <defs>\n <linearGradient x1="69.644116%" y1="0%" x2="69.644116%" y2="100%" id="linearGradient-1">\n <stop stop-color="#29CDFF" offset="0%"></stop>\n <stop stop-color="#148EFF" offset="37.8600687%"></stop>\n <stop stop-color="#0A60FF" offset="100%"></stop>\n </linearGradient>\n <linearGradient x1="-19.8191553%" y1="-36.7931464%" x2="138.57919%" y2="157.637507%" id="linearGradient-2">\n <stop stop-color="#29CDFF" offset="0%"></stop>\n <stop stop-color="#0F78FF" offset="100%"></stop>\n </linearGradient>\n <linearGradient x1="68.1279872%" y1="-35.6905737%" x2="30.4400914%" y2="114.942679%" id="linearGradient-3">\n <stop stop-color="#FA8E7D" offset="0%"></stop>\n <stop stop-color="#F74A5C" offset="51.2635191%"></stop>\n <stop stop-color="#F51D2C" offset="100%"></stop>\n </linearGradient>\n </defs>\n <g id="Vue" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">\n <g id="Group" transform="translate(19.000000, 9.000000)">\n <path d="M89.96,90.48 C78.58,93.48 68.33,83.36 67.62,82.48 L46.6604487,62.2292258 C45.5023849,61.1103236 44.8426845,59.5728835 44.8296987,57.9626396 L44.5035564,17.5209948 C44.4948861,16.4458744 44.0537714,15.4195095 43.2796864,14.6733517 L29.6459999,1.53153737 C28.055475,-0.00160504005 25.5232423,0.0449126588 23.9900999,1.63543756 C23.2715121,2.38092066 22.87,3.37600834 22.87,4.41143746 L22.87,64.3864751 C22.87,67.0807891 23.9572233,69.6611067 25.885409,71.5429748 L63.6004615,108.352061 C65.9466323,110.641873 69.6963584,110.624605 72.0213403,108.313281" id="Path-Copy" fill="url(#linearGradient-1)" fill-rule="nonzero" transform="translate(56.415000, 54.831157) scale(-1, 1) translate(-56.415000, -54.831157) "></path>\n <path d="M68,90.1163122 C56.62,93.1163122 45.46,83.36 44.75,82.48 L23.7904487,62.2292258 C22.6323849,61.1103236 21.9726845,59.5728835 21.9596987,57.9626396 L21.6335564,17.5209948 C21.6248861,16.4458744 21.1837714,15.4195095 20.4096864,14.6733517 L6.7759999,1.53153737 C5.185475,-0.00160504005 2.65324232,0.0449126588 1.12009991,1.63543756 C0.401512125,2.38092066 3.90211878e-13,3.37600834 3.90798505e-13,4.41143746 L3.94351218e-13,64.3864751 C3.94681177e-13,67.0807891 1.08722326,69.6611067 3.01540903,71.5429748 L40.7807092,108.401101 C43.1069304,110.671444 46.8180151,110.676525 49.1504445,108.412561" id="Path" fill="url(#linearGradient-2)" fill-rule="nonzero"></path>\n <path d="M43.2983488,19.0991931 L27.5566079,3.88246244 C26.7624281,3.11476967 26.7409561,1.84862177 27.5086488,1.05444194 C27.8854826,0.664606611 28.4044438,0.444472651 28.9466386,0.444472651 L60.3925021,0.444472651 C61.4970716,0.444472651 62.3925021,1.33990315 62.3925021,2.44447265 C62.3925021,2.9858375 62.1730396,3.50407742 61.7842512,3.88079942 L46.0801285,19.0975301 C45.3051579,19.8484488 44.0742167,19.8491847 43.2983488,19.0991931 Z" id="Path" fill="url(#linearGradient-3)"></path>\n </g>\n </g>\n</svg>'},Symbol.toStringTag,{value:"Module"})),oc=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2m0 2a8 8 0 1 0 0 16a8 8 0 0 0 0-16M8.823 15.343l-.79 1.37a.823.823 0 1 1-1.428-.822l.589-1.016q.989-.307 1.629.468M13.21 8.66l2.423 4.194h2.141a.82.82 0 0 1 .823.822a.82.82 0 0 1-.823.823h-1.19l.803 1.391a.824.824 0 0 1-1.427.823l-3.04-5.266c-.69-1.19-.198-2.383.29-2.787m.278-3.044c.395.226.528.73.302 1.125l-3.528 6.109h2.553c.826 0 1.29.972.931 1.645h-7.48a.82.82 0 0 1-.822-.823a.82.82 0 0 1 .822-.822h2.097l2.685-4.653l-.838-1.456a.824.824 0 0 1 1.427-.823l.359.633l.367-.633a.823.823 0 0 1 1.125-.302"/></svg>\n'},Symbol.toStringTag,{value:"Module"})),ic=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill="currentColor" d="M11.81 2.45a1.5 1.5 0 0 0-2.12 0L7.961 4.175A1.5 1.5 0 0 0 6.497 3h-3a1.5 1.5 0 0 0-1.5 1.5v8c0 .51.255.96.644 1.231c.243.17.54.27.859.27h8a1.5 1.5 0 0 0 1.5-1.5v-3a1.5 1.5 0 0 0-1.125-1.452L13.58 6.34a1.5 1.5 0 0 0 0-2.121zM9.578 8h-1.58V6.42zm.818-4.844a.5.5 0 0 1 .707 0l1.771 1.77a.5.5 0 0 1 0 .708l-1.77 1.77a.5.5 0 0 1-.708 0l-1.77-1.77a.5.5 0 0 1 0-.707zM6.997 4.5V8h-4V4.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5M3 12.5V9h3.997v4h-3.5A.497.497 0 0 1 3 12.5M7.997 9H11.5a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5H7.997z"/></svg>\n'},Symbol.toStringTag,{value:"Module"})),lc=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 391.31 560.11"><defs><style>.avatar-1-cls-1{fill:#f9cdb7;}.avatar-1-cls-2{fill:#e2a78d;}.avatar-1-cls-3{fill:#213346;}.avatar-1-cls-4{fill:#bfe1ee;}.avatar-1-cls-5{fill:#dfe7ea;}.avatar-1-cls-6{fill:#b46078;}.avatar-1-cls-7{fill:#96426e;}.avatar-1-cls-8{fill:#fff;}.avatar-1-cls-9{fill:#fefdf5;}.avatar-1-avatar-1-cls-10{fill:#f4eae1;}.avatar-1-avatar-1-cls-11{fill:#f9637c;}.avatar-1-avatar-1-cls-12{fill:#ba4264;}.avatar-1-avatar-1-cls-13{fill:#b13a59;}</style></defs><title>Asset 15</title><g id="Layer_2" data-name="Layer 2"><g id="Layer_1-2" data-name="Layer 1"><circle class="avatar-1-cls-1" cx="45.9" cy="303.35" r="41.4"/><path class="avatar-1-cls-2" d="M78.13,278.08a41.39,41.39,0,0,0-57.27,57.27,41.4,41.4,0,1,1,57.27-57.27Z"/><path class="avatar-1-cls-3" d="M45.9,347.82a45.9,45.9,0,1,1,45.89-45.9A46,46,0,0,1,45.9,347.82Zm0-82.79a36.9,36.9,0,1,0,36.89,36.89A36.94,36.94,0,0,0,45.9,265Z"/><circle class="avatar-1-cls-1" cx="345.41" cy="303.35" r="41.4"/><path class="avatar-1-cls-3" d="M345.42,347.82a45.9,45.9,0,1,1,45.89-45.9A46,46,0,0,1,345.42,347.82Zm0-82.79a36.9,36.9,0,1,0,36.89,36.89A36.94,36.94,0,0,0,345.42,265Z"/><path class="avatar-1-cls-1" d="M191.57,88.78h2.79a146.1,146.1,0,0,1,146.1,146.1v95A147.5,147.5,0,0,1,193,477.43h0a147.5,147.5,0,0,1-147.5-147.5v-95a146.1,146.1,0,0,1,146.1-146.1Z"/><path class="avatar-1-cls-2" d="M211.7,474.46a147.74,147.74,0,0,1-20.29,1.41c-81.14,0-147.5-66.37-147.5-147.5v-97c0-79.3,64.87-144.18,144.17-144.18h6.65a142.14,142.14,0,0,1,17,1C147.26,95.87,91.42,154.6,81.17,220.06a509,509,0,0,1-13.33,61.86L54.49,328.37C54.49,402.62,140.07,464.5,211.7,474.46Z"/><path class="avatar-1-cls-3" d="M191.41,481.93a152.43,152.43,0,0,1-152-152V234.88A151,151,0,0,1,190,84.28h2.79a151,151,0,0,1,150.61,150.6v95.05a152.45,152.45,0,0,1-152,152ZM190,93.28a142,142,0,0,0-141.6,141.6v95.05a142.82,142.82,0,0,0,244,101,142,142,0,0,0,42-101V234.88A142,142,0,0,0,192.8,93.28Z"/><path class="avatar-1-cls-4" d="M325.44,305.26v.19C324.89,305.48,325.11,305.35,325.44,305.26Z"/><path class="avatar-1-cls-3" d="M368.43,305.61a3,3,0,0,1-2.94-2.41c-4.06-20.3-24.53-16.89-25.4-16.73a3,3,0,1,1-1-5.91c9.36-1.67,28.17.66,32.33,21.46a3,3,0,0,1-2.35,3.53A3,3,0,0,1,368.43,305.61Z"/><path class="avatar-1-cls-3" d="M21.27,308.26a2.36,2.36,0,0,1-.37,0,3,3,0,0,1-2.61-3.34c1.75-14.23,7.79-21.26,12.55-24.65a20.94,20.94,0,0,1,10.61-4.05,3,3,0,0,1,.24,6c-.65,0-14.7,1.08-17.45,23.43A3,3,0,0,1,21.27,308.26Z"/><ellipse class="avatar-1-cls-5" cx="184.64" cy="499.11" rx="179.73" ry="52.86"/><path class="avatar-1-cls-6" d="M335.74,353.31c21.15,38.6,14.42,76.22,15.16,112.12l-11.45-12.67a123.72,123.72,0,0,1-30.05,60,44.13,44.13,0,0,0-13.92-15.33,92.89,92.89,0,0,1-28.69,48.92,37.34,37.34,0,0,0-1.06-30.87A58.87,58.87,0,0,1,233.6,551.2a24.22,24.22,0,0,0,2.63-23.34c-11.66,19.79-45.18,20.39-57.53,1-.86,3.91-.23,9.05,3.76,9.38-16.8,2.59-32.18-4.49-43.74-16.95a28.25,28.25,0,0,0,9.37,18.32A51.33,51.33,0,0,1,105.4,511.3c-21.68,1.35-43.33-13.51-49.87-34.21a10.36,10.36,0,0,1-2.7,9.92C15.38,468,17.38,382.75,41.91,354.63c0,0,51.63,8.28,83,32.06,8.53,6.48,8.78-2.64,21-7.72,16.48-6.83,45.87-11.63,62.57-11.7,24.41-.11,37.46,30.85,53.1,16.16C303,344.58,335.38,352.66,335.74,353.31Z"/><path class="avatar-1-cls-7" d="M352.35,461,340.9,448.3a123.83,123.83,0,0,1-30,60,44.26,44.26,0,0,0-13.92-15.34,92.89,92.89,0,0,1-28.69,48.92A37.38,37.38,0,0,0,267.18,511a58.84,58.84,0,0,1-32.13,35.77,24.22,24.22,0,0,0,2.63-23.33c-11.66,19.79-45.18,20.39-57.53,1-.87,3.91.11,18.31,4.11,18.65-16.8,2.58-32.53-13.76-44.09-26.22.67,7,2.41,19.59,7.68,24.23-17.9-.91-33.22-18.12-41-34.26-21.68,1.35-43.33-13.5-49.87-34.21a10.38,10.38,0,0,1-2.7,9.93C41.34,476,32.8,461.71,28.19,444.67,44.75,456.74,64.24,465,83.51,472.46c13.08,5,26.33,9.83,40.12,12.34,13.38,2.43,27.05,2.67,40.65,2.91,37.73.65,77,1,111.14-15.22,9.78-4.65,20.09-12.6,19.75-23.43-.39-12.38-13.93-19.44-25.48-23.87,24.6-3.65,44.78-22.73,56-44.92a136.88,136.88,0,0,0,9.89-26.39l3.31,2.58C349,391.91,351.61,425.08,352.35,461Z"/><path class="avatar-1-cls-3" d="M256.37,560.11l7.72-18.34a32.54,32.54,0,0,0,2.3-16.08,63.44,63.44,0,0,1-29.54,26.86l-15.22,6.65,9.78-13.42A19.55,19.55,0,0,0,235,535.31c-6.64,5.87-15.71,9.29-25.74,9.47a40.71,40.71,0,0,1-22-5.69c1.08,5.49,1.15,10.37-3.11,12.33l-1.88.87-1.88-.87c-13.79-6.36-24.61-12.92-33.69-20.51,1.54,6.3,3.28,8.56,4.17,9.34l9.71,8.53-12.91-.66c-19.13-1-35-18.9-43.5-35h-.05c-18.58,0-36.49-10.43-46.18-26.13l-.46.48-2.31,2.25-2.88-1.46C38,481,27.7,464.56,23.31,441.92c-6.43-33.13.88-73.25,16.66-91.33a4.5,4.5,0,0,1,6.78,5.91c-14.15,16.23-20.57,53-14.61,83.71,3.45,17.74,10.68,31,20.55,37.85a5.39,5.39,0,0,0-.06-2.56L61.27,473c5.89,18.64,25.78,32.29,45.3,31.07l3-.19,1.31,2.73c7.82,16.21,18.57,26.05,28.08,30.23A85.81,85.81,0,0,1,135.69,519l-1.27-13.24,9.05,9.75c9,9.69,19.89,17.53,34.83,25-.35-1.64-.78-3.38-1.09-4.62-1.3-5.17-2-8.22-1.46-10.69l2.33-10.64,5.86,9.18c4.85,7.6,14,12.09,24.49,12.09h.66c10.8-.2,20-5,24.71-13l4.51-7.66,3.5,8.16a28.32,28.32,0,0,1,2,14.83,54.25,54.25,0,0,0,19.1-26.84l3.33-10.56,5,9.89a41.62,41.62,0,0,1,4.38,18.57,88.24,88.24,0,0,0,16.95-35.57l1.43-6.48,5.49,3.73a48.58,48.58,0,0,1,11.95,11.55,120.21,120.21,0,0,0,25.08-53.29l1.69-8.89,10.47,11.59c2.16-37.59-3.37-68.28-17.17-95.91a4.5,4.5,0,1,1,8-4c15.83,31.7,21.33,67,17.31,111.15l-.93,10.24-12.53-13.87A127.42,127.42,0,0,1,314.17,513l-4.26,4.66-3-5.54a39.46,39.46,0,0,0-7.37-9.62,97.41,97.41,0,0,1-28.29,44.41Z"/><path class="avatar-1-cls-1" d="M158.08,455.14A10.16,10.16,0,0,1,147.94,445V406.25a10.17,10.17,0,0,1,10.14-10.14H229a10.17,10.17,0,0,1,10.13,10.14V445A10.16,10.16,0,0,1,229,455.14"/><path class="avatar-1-cls-2" d="M240.85,410.47v12a10.15,10.15,0,0,0-9.29-6.1H160.61a10.16,10.16,0,0,0-10.14,10.13v26.74a10.1,10.1,0,0,1-.84-4V410.47a10.16,10.16,0,0,1,10.13-10.13h71A10.16,10.16,0,0,1,240.85,410.47Z"/><path class="avatar-1-cls-3" d="M193.13,394.93c7.32,0,14.47,0,21.37.11l10.16.12,2.48,0,1.23,0h.34l.45,0,.89.06a14.83,14.83,0,0,1,6.56,2.4,14.65,14.65,0,0,1,6.5,11.19l0,.81v.68l0,1.11-.06,2.21c0,1.45-.08,2.89-.13,4.3-.18,5.64-.38,10.9-.61,15.69s-.48,9.14-.75,12.95c0,.48-.06,1-.1,1.41,0,.23,0,.45,0,.68s-.05.55-.08.81a12.38,12.38,0,0,1-.77,3.09,12,12,0,0,1-3.1,4.43,10.12,10.12,0,0,1-6.49,2.68,5.06,5.06,0,0,1-1.78-.27c-.39-.15-.58-.31-.58-.49s.19-.35.52-.54l1.41-.68a10.84,10.84,0,0,0,4.06-3.37,8.74,8.74,0,0,0,1.39-3.21,8.13,8.13,0,0,0,.13-1.92l0-.53c0-.23,0-.45-.05-.68,0-.46-.07-.93-.1-1.41-.27-3.81-.52-8.15-.74-12.95s-.44-10.05-.62-15.69c0-1.41-.09-2.85-.13-4.3l-.06-2.21,0-1.11v-.28l0-.16,0-.32a5.68,5.68,0,0,0-2.72-4.14,5.59,5.59,0,0,0-2.44-.77h-.76l-1.23,0-2.48,0-10.16.12c-6.9.07-14.05.1-21.37.1s-14.47,0-21.37-.1l-10.17-.12-2.47,0-1.23,0h-.76a5.59,5.59,0,0,0-2.44.77,5.68,5.68,0,0,0-2.72,4.14l0,.32,0,.16v.28l0,1.11-.06,2.21c0,1.45-.09,2.89-.13,4.3-.18,5.64-.39,10.9-.62,15.69s-.47,9.14-.74,12.95c0,.48-.07,1-.1,1.41,0,.23,0,.45,0,.68l0,.53a8.13,8.13,0,0,0,.13,1.92,8.58,8.58,0,0,0,1.39,3.21,10.69,10.69,0,0,0,4.06,3.37l1.4.68c.34.19.52.37.52.54s-.18.34-.57.49a5.06,5.06,0,0,1-1.78.27,10.14,10.14,0,0,1-6.5-2.68,12,12,0,0,1-3.09-4.43,12.38,12.38,0,0,1-.77-3.09c0-.26-.07-.59-.08-.81l-.06-.68c0-.46-.06-.93-.1-1.41-.26-3.81-.51-8.15-.74-12.95s-.43-10.05-.61-15.69c0-1.41-.09-2.85-.13-4.3,0-.73-.05-1.47-.07-2.21l0-1.11v-.68l0-.81a14.74,14.74,0,0,1,13.06-13.59l.89-.06.45,0h.34l1.23,0,2.47,0,10.17-.12C178.66,395,185.81,394.93,193.13,394.93Z"/><path class="avatar-1-cls-3" d="M54.48,374.11a37.83,37.83,0,0,0,.49,9.41,39.45,39.45,0,0,0,3,9.29,40.75,40.75,0,0,1-5.73-8.37,42.54,42.54,0,0,1-3.46-9.9,46.05,46.05,0,0,1-1-10.71,50.72,50.72,0,0,1,.42-5.48,35.47,35.47,0,0,1,1.17-5.68l10.41,4.56a24.21,24.21,0,0,0-2,3.68,43.89,43.89,0,0,0-1.6,4.2A39.74,39.74,0,0,0,54.48,374.11Z"/><path class="avatar-1-cls-3" d="M70,382.66c.81,7.4,4.1,14.79,8.86,21.21A47.32,47.32,0,0,1,64.51,384a38.71,38.71,0,0,1-2.31-12.94,35.09,35.09,0,0,1,2.63-13.62l10,5.38C71,367.93,69.21,375.33,70,382.66Z"/><path class="avatar-1-cls-3" d="M98.32,388.23a51,51,0,0,0,6.84,20.32,54,54,0,0,1-12.35-18.93A56.65,56.65,0,0,1,89,366.14l11.2,1.92A47.79,47.79,0,0,0,98.32,388.23Z"/><path class="avatar-1-cls-3" d="M282.66,384.17a26.93,26.93,0,0,1-.31,8.78c-.5,2.23-1.26,3.53-2,3.48-1.43-.15-2-5.39-2.82-11.65s-1.36-11.51,0-12c.66-.21,1.71.88,2.72,2.92A27,27,0,0,1,282.66,384.17Z"/><path class="avatar-1-cls-3" d="M305.19,378.25a35.36,35.36,0,0,1-2.39,12.16c-1.21,3-2.49,4.54-3.14,4.31-1.37-.52.25-7.73.42-16.61s-.95-16.16.45-16.6c.65-.19,1.85,1.45,2.91,4.47A35.62,35.62,0,0,1,305.19,378.25Z"/><path class="avatar-1-cls-3" d="M328.91,374.58a53,53,0,0,1,.5,9.22,44.45,44.45,0,0,1-.88,7.48c-.89,4.19-2.12,6.59-2.77,6.45-1.47-.31-.09-10.37-1.91-22.42s-5.7-21.42-4.36-22.11c.6-.31,2.41,1.68,4.41,5.46a46.7,46.7,0,0,1,2.91,6.93A56.29,56.29,0,0,1,328.91,374.58Z"/><path class="avatar-1-cls-3" d="M63.25,476.89a41,41,0,0,1-.26-8.64,36.07,36.07,0,0,1,.52-3.73,28.41,28.41,0,0,1,.79-3.18c1.19-3.83,2.68-5.88,3.3-5.66s.47,2.63.25,6.31c0,.93-.12,1.93-.13,3s0,2.22,0,3.41a68.87,68.87,0,0,0,.61,7.76,75.5,75.5,0,0,0,1.58,7.62c.34,1.15.63,2.26,1,3.27s.66,2,1,2.85c1.24,3.47,2.14,5.7,1.53,6.13s-2.54-1.16-4.76-4.51A27.16,27.16,0,0,1,67,488.7a35.74,35.74,0,0,1-1.55-3.44A41.24,41.24,0,0,1,63.25,476.89Z"/><path class="avatar-1-cls-3" d="M95.32,490.74a52.94,52.94,0,0,1-.06-13.92c.47-3.51,1.17-5.64,1.87-5.63s1.28,2.19,1.74,5.63.8,8.16,1.51,13.2c.37,2.51.82,4.86,1.3,7,.29,1,.5,2.06.8,3q.19.7.39,1.35l.41,1.23c1,3.14,1.89,5.16,1.29,5.61s-2.46-.92-4.52-4l-.78-1.23c-.25-.43-.48-.9-.73-1.39a31.63,31.63,0,0,1-1.37-3.18A41.46,41.46,0,0,1,95.32,490.74Z"/><path class="avatar-1-cls-3" d="M133.57,497.43c-4.22-15-4.79-27.65-3.43-27.82s4.23,11.85,8.35,26.45,7.93,26.36,6.6,26.93S137.74,512.42,133.57,497.43Z"/><path class="avatar-1-cls-3" d="M246.46,509.58c1.89-6.31,3.22-12.24,4.4-16.52s2.17-6.94,2.88-6.83.94,2.91.68,7.41a78.07,78.07,0,0,1-3.07,17.43,59.78,59.78,0,0,1-3.67,9.2,42.39,42.39,0,0,1-2.2,3.76c-.37.57-.73,1.13-1.1,1.64l-1.13,1.43c-3,3.61-5.46,5.14-5.93,4.69s.94-2.87,2.92-6.68c.25-.47.5-1,.77-1.49l.78-1.65c.56-1.12,1-2.39,1.62-3.67C244.45,515.67,245.5,512.73,246.46,509.58Z"/><path class="avatar-1-cls-3" d="M276.25,498.2c1.34-7.68,2-14.9,3-20.1s1.81-8.37,2.51-8.31,1.07,3.35,1.08,8.62a122.32,122.32,0,0,1-1.55,20.69,60.77,60.77,0,0,1-3.08,11.26,42.45,42.45,0,0,1-4.42,8.53c-3.14,4.54-6,6.46-6.51,6s1.27-3.2,3.37-7.8a68.85,68.85,0,0,0,3.11-8.29A89.28,89.28,0,0,0,276.25,498.2Z"/><path class="avatar-1-cls-3" d="M306.39,479c1.49-6.22,2.52-12,3.48-16.23s1.83-6.81,2.54-6.73,1.08,2.78,1,7.15a78.88,78.88,0,0,1-2.11,17,58.26,58.26,0,0,1-3,9.11c-.63,1.35-1.19,2.63-1.87,3.77-.33.58-.63,1.14-1,1.66l-1,1.47c-2.59,3.69-4.87,5.39-5.38,5s.61-2.87,2.22-6.72L302,493c.2-.53.41-1.08.62-1.66.47-1.12.85-2.38,1.32-3.67C304.79,485,305.63,482.1,306.39,479Z"/><path class="avatar-1-cls-3" d="M316.6,469.6c1.61-4,2.93-7.79,4-11.33.5-1.78,1-3.46,1.41-5.07s.78-3.1,1.1-4.47c1.26-5.5,1.93-9,2.68-9s1.27,3.64.89,9.52c-.1,1.46-.24,3.07-.52,4.78s-.61,3.53-1,5.44a76.28,76.28,0,0,1-9.69,23.34c-1.07,1.63-2.07,3.19-3.13,4.56s-2.05,2.64-3,3.74c-3.89,4.42-6.89,6.55-7.37,6.09s1.47-3.46,4.47-8.24c.75-1.2,1.57-2.5,2.39-3.94s1.69-3,2.6-4.58C313.16,477.18,315,473.53,316.6,469.6Z"/><path class="avatar-1-cls-8" d="M36.38,392.54c.75-3.65,2.73-6.2,4.07-5.78s1.62,3.43.93,6.81-2.14,6-3.55,5.89S35.63,396.18,36.38,392.54Z"/><path class="avatar-1-cls-8" d="M37.64,432a53,53,0,0,1-1.88-14.87c.13-3.85.79-6.2,1.47-6.2,1.47,0,2.42,9.08,5.35,19.74s6.63,19,5.37,19.72c-.59.34-2.36-1.34-4.42-4.6A51.58,51.58,0,0,1,37.64,432Z"/><path class="avatar-1-cls-3" d="M125.55,391.49h-.49c-5.14-.18-9.18-3.25-12.42-5.71l-.2-.15a157,157,0,0,0-68.06-29.49,4.5,4.5,0,0,1,1.51-8.87,166.07,166.07,0,0,1,72,31.19l.19.15c2.47,1.87,5,3.8,7.31,3.89s4.86-1.61,7.58-3.4l.77-.5C149.09,368.55,169,363,189.86,363h0c20.83,0,40.77,5.52,56.13,15.56l.77.5c2.71,1.79,5.3,3.48,7.58,3.4s4.84-2,7.3-3.89l.2-.15a166.07,166.07,0,0,1,72-31.19,4.5,4.5,0,1,1,1.51,8.87,157,157,0,0,0-68.06,29.49l-.2.15c-3.24,2.46-7.28,5.53-12.42,5.71s-9.43-2.62-12.85-4.87l-.74-.49c-28.72-18.76-73.71-18.76-102.43,0l-.74.49C134.6,388.79,130.5,391.49,125.55,391.49Z"/><path class="avatar-1-cls-3" d="M190.39,345.16a4.49,4.49,0,0,1-4.5-4.5V294.07a4.5,4.5,0,0,1,9,0v46.59A4.5,4.5,0,0,1,190.39,345.16Z"/><path class="avatar-1-cls-2" d="M178.07,222.19c1.68,7.42,1.09,17.32-4.12,23.31-6.08,7-15.65,5.56-23.92,5.21a103.64,103.64,0,0,0-30,3.07c-8,2.05-15.14,7-23.27,8.36-8.9,1.55-11-3.2-5.06-9.72,7-7.66,17-15.82,26.45-20.25,17.56-8.26,39.91-12.29,59.6-10.32"/><path class="avatar-1-cls-2" d="M204.25,225.47c-1.68,7.42-1.08,17.32,4.13,23.31,6.07,7,15.65,5.56,23.92,5.21a103.61,103.61,0,0,1,30,3.07c8,2.05,15.14,6.95,23.27,8.36,8.91,1.55,11-3.19,5.06-9.72-6.94-7.66-17-15.81-26.44-20.25-17.57-8.26-39.91-12.29-59.61-10.31"/><path class="avatar-1-cls-6" d="M205.19,214.55c-1.68,7.41-1.09,17.31,4.12,23.3,6.07,7,15.65,5.57,23.92,5.22a103.23,103.23,0,0,1,30,3.07c8,2.05,15.15,6.94,23.27,8.36,8.91,1.55,11-3.2,5.07-9.73-6.95-7.66-17-15.81-26.45-20.25-17.57-8.26-39.91-12.28-59.6-10.31"/><path class="avatar-1-cls-3" d="M289.6,259.29a22.42,22.42,0,0,1-3.85-.36c-5-.87-9.51-2.84-13.86-4.75a64.83,64.83,0,0,0-9.76-3.68,98.35,98.35,0,0,0-28.71-2.93c-.88,0-1.78.08-2.68.13-8,.44-18,1-24.83-6.89-6.61-7.6-6.88-19.43-5.11-27.26a5.34,5.34,0,0,1,4.29-3.82,123.23,123.23,0,0,1,62,10.72c9.2,4.33,19.88,12.49,27.87,21.3,5.87,6.47,4.76,11.05,3.58,13.2C297.53,256.7,295.17,259.29,289.6,259.29Zm-51.81-20.82a106.54,106.54,0,0,1,26.58,3.31,73,73,0,0,1,11.13,4.16c4,1.77,7.86,3.44,11.79,4.12a12.72,12.72,0,0,0,2.79.22,12.53,12.53,0,0,0-1.83-2.48c-7.24-8-16.83-15.35-25-19.2a114.19,114.19,0,0,0-54.15-10.17c-.7,5.74.13,12.44,3.63,16.47,4,4.56,10.57,4.2,17.55,3.82l2.79-.15C234.63,238.51,236.21,238.47,237.79,238.47Z"/><path class="avatar-1-cls-6" d="M173.31,210.57c1.68,7.42,1.09,17.32-4.12,23.3-6.08,7-15.66,5.57-23.93,5.22a103.27,103.27,0,0,0-30,3.07c-8,2.05-15.14,7-23.27,8.36-8.91,1.55-11-3.2-5.06-9.72,6.94-7.66,17-15.82,26.45-20.25,17.56-8.26,39.9-12.29,59.6-10.32"/><path class="avatar-1-cls-3" d="M88.89,255.31c-5.56,0-7.93-2.59-8.89-4.34-1.19-2.15-2.3-6.72,3.58-13.2,8-8.81,18.66-17,27.86-21.29a123,123,0,0,1,62-10.72,5.3,5.3,0,0,1,4.29,3.82c1.77,7.82,1.49,19.65-5.12,27.25-6.86,7.88-16.82,7.33-24.83,6.89l-2.68-.13a98.35,98.35,0,0,0-28.71,2.93,66.24,66.24,0,0,0-9.75,3.68c-4.36,1.91-8.86,3.88-13.87,4.75A22.42,22.42,0,0,1,88.89,255.31Zm-.47-9a12.45,12.45,0,0,0,2.78-.21c3.93-.69,7.75-2.36,11.8-4.13a73.52,73.52,0,0,1,11.12-4.16,107.61,107.61,0,0,1,31.33-3.2c.92,0,1.85.09,2.8.14,7,.38,13.57.75,17.54-3.82,3.51-4,4.33-10.72,3.63-16.47a114.34,114.34,0,0,0-54.15,10.17c-8.19,3.85-17.78,11.21-25,19.2A12.55,12.55,0,0,0,88.42,246.3Z"/><path class="avatar-1-cls-3" d="M183.32,443.66a115.94,115.94,0,0,1-19.23-1.61,3.5,3.5,0,1,1,1.27-6.88c.3.05,30.64,5.45,44.81-4.67a15.44,15.44,0,0,0,6.65-10.76,3.5,3.5,0,1,1,6.92,1.05,22.47,22.47,0,0,1-9.51,15.42C205.9,442.15,193.63,443.66,183.32,443.66Z"/><path class="avatar-1-cls-3" d="M353.48,315.47a3,3,0,0,1-2.91-2.3,38.7,38.7,0,0,1-1.16-13.9A21,21,0,0,1,355.94,286a3,3,0,0,1,4,4.48,15.11,15.11,0,0,0-4.57,9.53,33.19,33.19,0,0,0,1,11.77,3,3,0,0,1-2.22,3.61A2.79,2.79,0,0,1,353.48,315.47Z"/><path class="avatar-1-cls-3" d="M33.65,315.47a2.79,2.79,0,0,1-.7-.08,3,3,0,0,1-2.23-3.61,33.19,33.19,0,0,0,1-11.77,15.1,15.1,0,0,0-4.56-9.53,3,3,0,1,1,4-4.48,21,21,0,0,1,6.53,13.27,38.93,38.93,0,0,1-1.16,13.9A3,3,0,0,1,33.65,315.47Z"/><path class="avatar-1-cls-8" d="M257.31,169.69a45.27,45.27,0,0,1,7.68,4,35.23,35.23,0,0,1,5.5,4.42c2.85,2.87,4,5.23,3.3,6s-3.05,0-6.42-1.57l-5.81-2.68c-2.18-1-4.56-2-7.09-3s-5-1.88-7.24-2.68l-6.07-2c-3.49-1.2-5.77-2.2-5.73-3.28s2.48-2,6.52-2.08a34.71,34.71,0,0,1,7,.58A45.21,45.21,0,0,1,257.31,169.69Z"/><path class="avatar-1-cls-8" d="M37.56,196.45a14.27,14.27,0,0,1,4.18-5.72c1.52-1.16,2.92-1.47,3.78-.87s1.07,2,.85,3.68a23.93,23.93,0,0,1-1.76,5.89,23.77,23.77,0,0,1-3,5.37c-1.06,1.34-2.18,2.15-3.23,1.95s-1.79-1.42-2-3.31A14.32,14.32,0,0,1,37.56,196.45Z"/><path class="avatar-1-cls-8" d="M59.41,173.58c3.26-1.52,6.63-1.21,7.53.71s-1,4.71-4.29,6.23-6.63,1.2-7.53-.71S56.15,175.1,59.41,173.58Z"/><path class="avatar-1-cls-8" d="M74.62,157.15c2.37-5.05,5.43-8.82,7.45-8.15s2.07,5.88-.51,11.39-6.65,8.81-8.43,7.7S72.26,162.2,74.62,157.15Z"/><path class="avatar-1-cls-9" d="M57.89,159.15V82c0-15.57,6.93-29.64,17.59-35.75l38.7-22.17c46.33-26.53,98.7-26.53,145,0l38.71,22.17C308.57,52.33,315.49,66.4,315.49,82v77.18"/><path class="avatar-1-avatar-1-cls-10" d="M312.46,80.79v19.39c-49.22-48.34-115.1-74.62-177.69-59.93-17.18,4-34.87,11.84-45.35,28.33-13.07,20.57-10.54,52.57,5.53,70C106.58,151.12,122,155,137.89,158h-83V80.79c0-15.58,6.92-29.65,17.59-35.76l38.7-22.17c46.32-26.52,98.7-26.52,145,0L294.88,45C305.55,51.14,312.46,65.21,312.46,80.79Z"/><path class="avatar-1-cls-3" d="M315.3,163.91a4.5,4.5,0,0,1-4.5-4.5V82.23c0-14-6-26.52-15.32-31.85L256.77,28.22c-22.36-12.81-46-19.31-70.27-19.31s-47.91,6.5-70.27,19.31L77.52,50.38C68.22,55.71,62.2,68.22,62.2,82.23v77.18a4.5,4.5,0,0,1-9,0V82.23c0-17.18,7.79-32.75,19.85-39.66l38.7-22.16c47.51-27.21,102-27.21,149.5,0L300,42.57C312,49.48,319.8,65.05,319.8,82.23v77.18A4.49,4.49,0,0,1,315.3,163.91Z"/><path class="avatar-1-avatar-1-cls-11" d="M358.91,168a188.7,188.7,0,0,1-7.86,25.11c-1.65,4.39-15.77,41.8-14.06,43.41-34-31.93-86.3-52.37-145-52.37S81.13,204.56,47.14,236.44c-12.27-38.2-42.51-96.29-6.57-129,10.27-9.35,23.35-13.28,36.1-16.5,72.69-18.36,148.62-20.81,221.57-3.88,12,2.79,24,6.15,34.87,12.74s20.46,16.78,25,30C362.43,142.3,361.73,155.35,358.91,168Z"/><path class="avatar-1-avatar-1-cls-12" d="M61.88,102.48C69,96,77.49,92.12,86.27,89.28q-4.09,1-8.18,2c-12.75,3.22-25.83,7.15-36.1,16.5-35.94,32.71-5.7,90.8,6.57,129a163.52,163.52,0,0,1,17-13.88C52.14,185,28.54,132.83,61.88,102.48Z"/><path class="avatar-1-avatar-1-cls-13" d="M104.58,105a1,1,0,0,1-.19-2c6.25-1.26,12.88-2.39,19.71-3.36a1,1,0,0,1,.28,2c-6.79,1-13.39,2.09-19.6,3.34A.68.68,0,0,1,104.58,105Z"/><path class="avatar-1-avatar-1-cls-13" d="M57.19,120.46a1,1,0,0,1-.84-.46,1,1,0,0,1,.3-1.38c.42-.27,10.63-6.73,35.7-12.92a1,1,0,1,1,.48,1.94c-24.75,6.11-35,12.6-35.1,12.66A1,1,0,0,1,57.19,120.46Z"/><path class="avatar-1-avatar-1-cls-13" d="M220.93,96.32h-.09c-6.83-.61-13.48-1-19.79-1.22a1,1,0,0,1,0-2h0c6.34.2,13,.62,19.9,1.23a1,1,0,0,1-.09,2Z"/><path class="avatar-1-avatar-1-cls-13" d="M152,99.31a1,1,0,0,1-.16-2l5.35-.91c10.3-1.78,21-3.62,31.71-3.45a1,1,0,1,1,0,2c-10.58-.16-21.13,1.66-31.34,3.42l-5.37.91Z"/><path class="avatar-1-avatar-1-cls-13" d="M326.33,116.8a1,1,0,0,1-.33-.06c-6.55-2.35-13-4.47-19.07-6.29a1,1,0,0,1-.67-1.25,1,1,0,0,1,1.25-.67c6.13,1.83,12.58,4,19.16,6.33a1,1,0,0,1-.34,1.94Z"/><path class="avatar-1-avatar-1-cls-13" d="M295.34,107.21a1,1,0,0,1-.24,0C270.44,101,258.75,102,258.64,102a1,1,0,1,1-.19-2c.48,0,12.09-1.07,37.13,5.24a1,1,0,0,1-.24,2Z"/><path class="avatar-1-avatar-1-cls-13" d="M105.15,117.87a1,1,0,0,1-.19-2c6.24-1.26,12.88-2.39,19.71-3.36a1,1,0,1,1,.28,2c-6.79,1-13.39,2.09-19.6,3.34A.68.68,0,0,1,105.15,117.87Z"/><path class="avatar-1-avatar-1-cls-13" d="M57.76,133.34a1,1,0,0,1-.54-1.84c.42-.27,10.63-6.73,35.7-12.92a1,1,0,0,1,.48,1.94c-24.69,6.1-35,12.6-35.1,12.66A1,1,0,0,1,57.76,133.34Z"/><path class="avatar-1-avatar-1-cls-13" d="M221.5,109.2h-.09c-6.83-.61-13.49-1-19.79-1.22a1,1,0,0,1-1-1,1,1,0,0,1,1-1c6.33.2,13,.62,19.89,1.23a1,1,0,0,1-.08,2Z"/><path class="avatar-1-avatar-1-cls-13" d="M152.57,112.24a1,1,0,0,1-.35-1.94c.46-.17,11.58-4.16,37.21-4.46a1,1,0,0,1,1,1,1,1,0,0,1-1,1c-25.23.3-36.44,4.3-36.55,4.34A1,1,0,0,1,152.57,112.24Z"/><path class="avatar-1-avatar-1-cls-13" d="M326.9,129.68a1,1,0,0,1-.34-.06c-6.54-2.35-12.95-4.47-19.06-6.29a1,1,0,0,1,.58-1.92c6.13,1.83,12.58,4,19.16,6.33a1,1,0,0,1-.34,1.94Z"/><path class="avatar-1-avatar-1-cls-13" d="M295.91,120.09a1,1,0,0,1-.24,0c-24.72-6.23-36.35-5.2-36.46-5.19a1,1,0,0,1-.2-2c.49,0,12.09-1.07,37.14,5.24a1,1,0,0,1-.24,2Z"/><path class="avatar-1-avatar-1-cls-13" d="M104,132.4a1,1,0,0,1-1-.8,1,1,0,0,1,.78-1.18c6.25-1.25,12.88-2.39,19.71-3.36a1,1,0,0,1,1.14.85,1,1,0,0,1-.85,1.13c-6.8,1-13.4,2.09-19.61,3.34A.65.65,0,0,1,104,132.4Z"/><path class="avatar-1-avatar-1-cls-13" d="M56.62,147.87a1,1,0,0,1-.84-.46,1,1,0,0,1,.3-1.38c.42-.27,10.64-6.73,35.71-12.92a1,1,0,0,1,1.21.73,1,1,0,0,1-.74,1.21c-24.74,6.11-35,12.6-35.1,12.66A1,1,0,0,1,56.62,147.87Z"/><path class="avatar-1-avatar-1-cls-13" d="M220.36,123.73h-.09c-6.83-.62-13.48-1-19.78-1.23a1,1,0,0,1-1-1,1,1,0,0,1,1-1c6.34.2,13,.62,19.9,1.23a1,1,0,0,1-.09,2Z"/><path class="avatar-1-avatar-1-cls-13" d="M151.43,126.77a1,1,0,0,1-.35-1.94c.47-.17,11.58-4.16,37.22-4.46h0a1,1,0,0,1,0,2c-25.29.3-36.43,4.3-36.54,4.34A1.07,1.07,0,0,1,151.43,126.77Z"/><path class="avatar-1-avatar-1-cls-13" d="M325.77,144.22a1,1,0,0,1-.34-.06c-6.54-2.36-12.95-4.48-19.06-6.3a1,1,0,0,1-.67-1.25,1,1,0,0,1,1.24-.67c6.14,1.84,12.59,4,19.16,6.33a1,1,0,0,1-.33,1.95Z"/><path class="avatar-1-avatar-1-cls-13" d="M294.77,134.62l-.24,0c-24.65-6.21-36.35-5.2-36.46-5.19a1,1,0,0,1-.19-2c.48,0,12.08-1.07,37.14,5.24a1,1,0,0,1-.25,2Z"/><path class="avatar-1-cls-8" d="M134.28,55.94a21.68,21.68,0,0,1,9.13,1c2.27.86,3.52,2,3.38,3s-1.6,1.81-3.74,2.36a52.83,52.83,0,0,1-8.1,1.2,52.47,52.47,0,0,1-8.19.23c-2.2-.16-3.76-.65-4.09-1.66s.7-2.36,2.79-3.59A21.52,21.52,0,0,1,134.28,55.94Z"/><path class="avatar-1-cls-8" d="M189.16,54c14.08.87,25.23,3.94,25,6s-11.61,2.48-25.44,1.63S163.63,59,163.64,56.91,175.09,53.15,189.16,54Z"/><path class="avatar-1-cls-3" d="M45,244.59l-2.18-6.77c-1.91-6-4.28-12.43-6.78-19.29-13.82-37.8-31-84.85,1.47-114.42C48.67,94,62.43,89.89,75.57,86.57c75.35-19,152.7-20.37,223.69-3.89C311.33,85.48,324.07,89,335.45,96c12.88,7.83,22.44,19.32,26.92,32.35,4.08,11.86,4.39,25.17.93,40.67h0a191.33,191.33,0,0,1-8,25.71l-.14.4c-10,26.58-13.67,38.62-13.77,40.85a3.89,3.89,0,0,0-1.28-2.7l-6.16,6.56C299.3,207.29,247.58,188.65,192,188.65S84.83,207.26,50.21,239.73ZM197.37,80.24A489.6,489.6,0,0,0,77.77,95.3c-12,3-24.58,6.73-34.17,15.47-28,25.5-12,69.4.92,104.68,1.65,4.52,3.25,8.88,4.7,13.07,36.12-31.14,87.71-48.87,142.8-48.87,54.72,0,106,17.49,142,48.22,1-3.25,2.37-7.53,4.18-12.73,2.27-6.56,5.11-14.37,8.44-23.22l.15-.39A184.81,184.81,0,0,0,354.52,167c3.08-13.83,2.87-25.54-.66-35.78-3.8-11.05-12-20.85-23.09-27.6-9.72-5.91-20.44-9.15-33.54-12.19A441.79,441.79,0,0,0,197.37,80.24ZM358.91,168h0Z"/><path class="avatar-1-cls-8" d="M316.3,283a85,85,0,0,1-.17-10.5c.2-2.77.72-4.63,1.76-4.88s2.37,1.22,3.57,3.91a35.67,35.67,0,0,1,1.44,22.17c-.84,2.82-2,4.45-3,4.34s-1.82-1.89-2.38-4.61A83.3,83.3,0,0,1,316.3,283Z"/><path class="avatar-1-cls-8" d="M310.41,253a8.45,8.45,0,0,1-.74-3.45,4,4,0,0,1,1-2.95,2.9,2.9,0,0,1,3.26-.34,7.5,7.5,0,0,1,3.8,8.75,2.92,2.92,0,0,1-2.48,2.15,4.08,4.08,0,0,1-2.87-1.26A8.5,8.5,0,0,1,310.41,253Z"/><path class="avatar-1-cls-8" d="M300.23,237.15c-1-1.27-.45-3.35,1.22-4.65s3.82-1.33,4.82-.06.44,3.36-1.23,4.66S301.22,238.42,300.23,237.15Z"/><path class="avatar-1-cls-8" d="M258.7,168A36.44,36.44,0,0,1,271.61,173c3,2,4.41,3.89,3.92,4.8s-2.75.81-6,.2-7.55-1.61-12.31-2.55-9.11-1.61-12.36-2.27-5.37-1.37-5.47-2.44,1.91-2.24,5.43-3A36.43,36.43,0,0,1,258.7,168Z"/><path class="avatar-1-cls-8" d="M296.63,182.34a5.05,5.05,0,0,1,2.82,2.8,3,3,0,0,1-.45,3,4.48,4.48,0,0,1-2.58,1.46,4.48,4.48,0,0,1-4.87-2,4.37,4.37,0,0,1-.75-2.87,3,3,0,0,1,1.85-2.44A5.05,5.05,0,0,1,296.63,182.34Z"/><path class="avatar-1-cls-8" d="M320.06,194.45a16.53,16.53,0,0,1,5.18,5.14c1,1.69,1.19,3.15.49,3.94s-2.13.8-3.88.28a28.09,28.09,0,0,1-11.07-7.19c-1.19-1.39-1.77-2.7-1.32-3.67s1.85-1.37,3.8-1.15A16.57,16.57,0,0,1,320.06,194.45Z"/><circle class="avatar-1-cls-3" cx="133.38" cy="300.14" r="22.91"/><circle class="avatar-1-cls-1" cx="143.6" cy="283.11" r="12.7"/><circle class="avatar-1-cls-8" cx="124.18" cy="308.69" r="5.28"/><circle class="avatar-1-cls-3" cx="239.38" cy="305.14" r="22.91"/><circle class="avatar-1-cls-1" cx="249.6" cy="288.11" r="12.7"/><circle class="avatar-1-cls-8" cx="230.18" cy="313.69" r="5.28"/></g></g></svg>\n'},Symbol.toStringTag,{value:"Module"})),cc=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 379.47 510.81"><defs><style>.avatar-2-cls-1{fill:#dfe7ea;}.avatar-2-cls-2{fill:#ceea57;}.avatar-2-cls-3{fill:#213346;}.avatar-2-cls-4{fill:#95bc4a;}.avatar-2-cls-5{fill:#bfe1ee;}.avatar-2-avatar-2-cls-11,.avatar-2-cls-6{fill:#fff;}.avatar-2-cls-7{fill:#f5a2c6;}.avatar-2-cls-8{fill:#d676a3;}.avatar-2-cls-9{fill:#f9637c;}.avatar-2-avatar-2-cls-10{fill:#cc3656;}.avatar-2-avatar-2-cls-11{opacity:0.5;}.avatar-2-avatar-2-cls-12{fill:#f6aecd;}.avatar-2-avatar-2-cls-13{fill:#86b9f8;}.avatar-2-avatar-2-cls-14{fill:#7662fa;}</style></defs><title>Asset 16</title><g id="Layer_2" data-name="Layer 2"><g id="Layer_1-2" data-name="Layer 1"><ellipse class="avatar-2-cls-1" cx="191.74" cy="457.95" rx="179.73" ry="52.86"/><circle class="avatar-2-cls-2" cx="334.64" cy="271.05" r="40.33"/><path class="avatar-2-cls-3" d="M334.64,314.49a44.83,44.83,0,1,1,44.83-44.83A44.88,44.88,0,0,1,334.64,314.49Zm0-80.66a35.83,35.83,0,1,0,35.83,35.83A35.87,35.87,0,0,0,334.64,233.83Z"/><path class="avatar-2-cls-3" d="M356.42,273.33a3,3,0,0,1-2.93-2.41c-3.92-19.6-23.82-16.39-24.67-16.24a3,3,0,0,1-1.05-5.91c9.15-1.63,27.53.65,31.6,21a3,3,0,0,1-2.35,3.53A3.05,3.05,0,0,1,356.42,273.33Z"/><circle class="avatar-2-cls-2" cx="44.83" cy="269.05" r="40.33"/><path class="avatar-2-cls-4" d="M76.23,244.43a40.32,40.32,0,0,0-55.79,55.79,40.33,40.33,0,1,1,55.79-55.79Z"/><path class="avatar-2-cls-3" d="M44.83,312.49a44.83,44.83,0,1,1,44.83-44.83A44.88,44.88,0,0,1,44.83,312.49Zm0-80.66a35.83,35.83,0,1,0,35.83,35.83A35.87,35.87,0,0,0,44.83,231.83Z"/><path class="avatar-2-cls-2" d="M188.76,62h2.72A142.34,142.34,0,0,1,333.82,204.34v92.6a143.7,143.7,0,0,1-143.7,143.7h0a143.7,143.7,0,0,1-143.7-143.7v-92.6A142.34,142.34,0,0,1,188.76,62Z"/><path class="avatar-2-cls-4" d="M208.37,437.76a143.43,143.43,0,0,1-19.77,1.37c-79,0-143.71-64.66-143.71-143.71V200.94c0-77.25,63.22-140.46,140.47-140.46h6.48a136.88,136.88,0,0,1,16.53,1C138.82,69.71,84.43,129.29,84.43,200.94v94.48C84.43,367.76,138.58,428.06,208.37,437.76Z"/><path class="avatar-2-cls-3" d="M188.6,445.15A148.62,148.62,0,0,1,40.39,296.94v-92.6A147.26,147.26,0,0,1,187.24,57.5H190A147.26,147.26,0,0,1,336.8,204.34v92.6A148.62,148.62,0,0,1,188.6,445.15ZM187.24,66.5A138.26,138.26,0,0,0,49.39,204.34v92.6a139,139,0,0,0,237.52,98.31,138.2,138.2,0,0,0,40.89-98.31v-92.6A138.24,138.24,0,0,0,190,66.5Z"/><path class="avatar-2-cls-5" d="M319.19,272.92v.18C318.65,273.12,318.86,273,319.19,272.92Z"/><path class="avatar-2-cls-3" d="M20.84,273.92a2.31,2.31,0,0,1-.37,0,3,3,0,0,1-2.61-3.34c1.7-13.89,7.61-20.76,12.26-24.07a20.44,20.44,0,0,1,10.38-4,3,3,0,0,1,.23,6c-.63,0-14.25,1.06-16.92,22.76A3,3,0,0,1,20.84,273.92Z"/><path class="avatar-2-cls-3" d="M190.57,306.5a3,3,0,0,1-3-3V256.91a3,3,0,1,1,6,0V303.5A3,3,0,0,1,190.57,306.5Z"/><path class="avatar-2-cls-6" d="M40.94,365.6c.72-3.5,2.66-5.94,4-5.52s1.67,3.31,1,6.55-2.1,5.77-3.51,5.62S40.22,369.1,40.94,365.6Z"/><path class="avatar-2-cls-6" d="M42.16,403.44a49.43,49.43,0,0,1-1.78-14.27c.14-3.7.8-5.95,1.48-6,1.47,0,2.43,8.7,5.23,18.9s6.3,18.17,5,18.93c-.59.34-2.31-1.26-4.31-4.37A48.78,48.78,0,0,1,42.16,403.44Z"/><path class="avatar-2-cls-7" d="M137.75,2.51a33.77,33.77,0,0,0-24.37,10.94,34,34,0,0,0-41.26,46,34,34,0,1,0,38.79,54.36,34,34,0,0,0,54.73-27.46c0-.39,0-.78-.06-1.17a34,34,0,1,0,7.68-66.91,34.46,34.46,0,0,0-5.87.62A33.92,33.92,0,0,0,137.75,2.51Z"/><path class="avatar-2-cls-8" d="M89.32,49.48a33.74,33.74,0,0,0,2.8,12.94,34,34,0,0,0,6.82,64,34.92,34.92,0,0,1-6.91.82A34,34,0,0,1,77.12,62.42a34,34,0,0,1,30.57-47.49,34.27,34.27,0,0,1,8.1.82A34,34,0,0,0,89.32,49.48Z"/><path class="avatar-2-cls-3" d="M86.42,130.69A38.47,38.47,0,0,1,66.54,59.3,38.47,38.47,0,0,1,102.61,9.43a38.62,38.62,0,0,1,9.42,1A38,38,0,0,1,137.67,0h0a38.68,38.68,0,0,1,31.88,16c1.2-.14,2.42-.22,3.63-.24a38.47,38.47,0,0,1,28.34,65.18,38.17,38.17,0,0,1-27,11.75,40.18,40.18,0,0,1-4.53-.19,38.46,38.46,0,0,1-58.66,29.07,38.09,38.09,0,0,1-24.22,9.13ZM103.29,18.42h-.53a29.45,29.45,0,0,0-28.94,30,29,29,0,0,0,2.43,11.22l1.75,4L74,65.5a29.47,29.47,0,1,0,33.65,47.16l2.8-2.92,3.2,2.48A29.45,29.45,0,0,0,161.14,88.4c0-.29,0-.58,0-.87l-.53-6.29,6.12,1.55a29.47,29.47,0,1,0,6.65-58.05,28.71,28.71,0,0,0-5.08.54l-3.08.6-1.63-2.68A29.59,29.59,0,0,0,137.83,9h0a29.21,29.21,0,0,0-21.14,9.5l-1.93,2.09L112,19.75A29.32,29.32,0,0,0,103.29,18.42ZM137.75,4.51h0Z"/><polygon class="avatar-2-cls-3" points="225.1 107.59 226.73 112.26 221.44 110.12 233.38 107.94 235.94 107.48 236.58 109.21 243.09 126.94 231.9 111.73 235.06 112.98 224.2 118.39 221.46 119.76 218.98 116.27 215.87 111.89 194.8 82.23 205.66 66.03 225.1 107.59"/><polygon class="avatar-2-cls-3" points="81.49 154.74 81.53 157.94 84.27 155.47 76.54 156.78 74.89 157.06 74.88 158.25 74.82 170.43 78.27 158.75 76.63 160.2 84.41 161.1 86.37 161.33 87.11 158.67 88.04 155.33 95.65 128.68 84.16 125.25 81.49 154.74"/><polygon class="avatar-2-cls-3" points="197.95 122.51 197.9 126.47 194.51 123.42 204.09 125.03 206.15 125.38 206.16 126.86 206.23 141.99 201.95 127.48 203.99 129.29 194.33 130.4 191.89 130.68 190.97 127.38 189.82 123.23 180.37 90.14 194.63 85.89 197.95 122.51"/><polygon class="avatar-2-cls-3" points="149.78 144.16 144.65 143.61 144.93 142.63 148.61 118.63 135.56 121.73 137.8 143.28 138.05 145.98 138.25 148.13 140.4 147.9 147.64 147.1 148.59 155.26 151.23 145.32 151.49 144.35 149.78 144.16"/><circle class="avatar-2-cls-3" cx="241.03" cy="227.35" r="41.06"/><rect class="avatar-2-cls-9" x="238.09" y="225.78" width="15.99" height="86.04" rx="6.5"/><path class="avatar-2-avatar-2-cls-10" d="M249.78,310.38a5.81,5.81,0,0,1-3.69,1.43c-4.42,0-8-5.69-8-12.71V238.48c0-7,3.58-12.7,8-12.7a5.8,5.8,0,0,1,3.69,1.42c-2.56,2.13-4.31,6.38-4.31,11.28V299.1C245.47,304,247.22,308.25,249.78,310.38Z"/><path class="avatar-2-cls-3" d="M246.09,314.81a11,11,0,0,1-11-11v-70a11,11,0,0,1,22,0v70A11,11,0,0,1,246.09,314.81Zm0-86a5,5,0,0,0-5,5v70a5,5,0,1,0,10,0v-70A5,5,0,0,0,246.09,228.78Z"/><path class="avatar-2-cls-6" d="M296.05,131.36a75.23,75.23,0,0,1,6,11c.74,1.78,1.43,3.47,1.95,5.11s1,3.16,1.31,4.57c1.35,5.68,1.2,9.35.22,9.6-2.16.52-6.69-12.4-15.84-26.1-9-13.81-19.06-23.07-17.73-24.84.61-.81,4.05.51,8.73,4,1.17.87,2.42,1.86,3.69,3s2.58,2.43,3.93,3.81A76.62,76.62,0,0,1,296.05,131.36Z"/><path class="avatar-2-cls-6" d="M313.3,178.31c.48,2.42-.82,4.71-2.89,5.12s-4.15-1.22-4.62-3.64.82-4.72,2.9-5.13S312.83,175.89,313.3,178.31Z"/><path class="avatar-2-cls-6" d="M317,202.62c.54,4.11-.73,7.66-2.82,7.94s-4.24-2.84-4.77-6.94.73-7.66,2.83-7.94S316.48,198.52,317,202.62Z"/><circle class="avatar-2-avatar-2-cls-11" cx="229.78" cy="343.53" r="5.28"/><path class="avatar-2-avatar-2-cls-12" d="M138,52.68a29,29,0,0,0-19.37-.87c-4.89,1.53-7.35,3.77-7.61,3.46-.11-.12.35-.84,1.49-1.84A19.53,19.53,0,0,1,118,50.11a27.32,27.32,0,0,1,9.38-1.92,29,29,0,0,1,11.56,2.13,27.34,27.34,0,0,1,9.7,6.66,27.9,27.9,0,0,1,5.25,8,23.39,23.39,0,0,1,1.74,6.16c.19,1.49.1,2.34-.06,2.36-.42.07-.9-3.21-3.31-7.74a30.26,30.26,0,0,0-5.31-7.14A27.38,27.38,0,0,0,138,52.68Z"/><path class="avatar-2-avatar-2-cls-12" d="M108.26,80.3a20.07,20.07,0,0,1,5.12-6.47,17.38,17.38,0,0,1,5.9-3.25,12.35,12.35,0,0,1,4.47-.59c1.06.08,1.62.29,1.61.45,0,.42-2.29.4-5.44,1.83a19,19,0,0,0-5,3.33,20.41,20.41,0,0,0-4.38,5.83,30,30,0,0,0-2.72,13.22c0,3.56.27,5.81-.11,5.89s-1.22-2.07-1.69-5.78a27.59,27.59,0,0,1,0-6.59A24.21,24.21,0,0,1,108.26,80.3Z"/><path class="avatar-2-avatar-2-cls-12" d="M140.43,20.33a25.58,25.58,0,0,1,7.06,2.46,15.34,15.34,0,0,1,4.81,3.92,8.61,8.61,0,0,1,1.76,3.83c.16,1,0,1.54-.14,1.56-.41.07-.75-2-3-4.19a16.3,16.3,0,0,0-4.52-3,28.82,28.82,0,0,0-6.48-2.05,20.5,20.5,0,0,0-6.69-.31,13.86,13.86,0,0,0-5.09,1.69c-2.71,1.55-3.75,3.39-4.09,3.2-.15-.07-.09-.63.35-1.52a9.55,9.55,0,0,1,2.73-3.17,13.55,13.55,0,0,1,5.72-2.52A19.9,19.9,0,0,1,140.43,20.33Z"/><path class="avatar-2-avatar-2-cls-12" d="M186.89,58.43a31.33,31.33,0,0,0,1.87-9.7,11.92,11.92,0,0,0-2.48-7.23,38.35,38.35,0,0,0-3.72-4.12c-.95-1-1.44-1.54-1.33-1.68s.8.18,2,.91a22.1,22.1,0,0,1,4.49,3.76,12.88,12.88,0,0,1,3.43,8.27,30.14,30.14,0,0,1-1.79,10.58,20.67,20.67,0,0,1-2.38,5.16,14,14,0,0,1-3.87,3.81,16.85,16.85,0,0,1-8.49,2.65,18,18,0,0,1-5.85-.68c-1.33-.39-2-.81-1.95-1,.1-.41,3,.43,7.63-.16a16.46,16.46,0,0,0,7.33-2.79A12.18,12.18,0,0,0,184.85,63,19.79,19.79,0,0,0,186.89,58.43Z"/><path class="avatar-2-avatar-2-cls-12" d="M85.1,87.16A13.11,13.11,0,0,1,81,78.56c-.12-2.47.54-3.89.85-3.83s.39,1.48.94,3.56A14,14,0,0,0,94.08,88.92c2.11.43,3.54.36,3.61.74s-1.3,1-3.78,1.06A13.1,13.1,0,0,1,85.1,87.16Z"/><path class="avatar-2-avatar-2-cls-12" d="M133,92.83a24.28,24.28,0,0,0,4.74-.43,20,20,0,0,0,2-.52,16.5,16.5,0,0,0,1.73-.6c2.1-.83,3.36-1.6,3.61-1.3s-.66,1.54-2.78,2.91a13.24,13.24,0,0,1-1.81,1,16.71,16.71,0,0,1-2.21.82,18.08,18.08,0,0,1-10.7-.22,16.23,16.23,0,0,1-2.18-.92,11.2,11.2,0,0,1-1.76-1c-2.06-1.46-2.88-2.81-2.66-3s1.49.54,3.55,1.46c.52.22,1.08.47,1.71.67s1.3.4,2,.6A24.26,24.26,0,0,0,133,92.83Z"/><path class="avatar-2-avatar-2-cls-12" d="M104.17,42.92a20.9,20.9,0,0,1,4-4,17.67,17.67,0,0,1,2.09-1.33,12.45,12.45,0,0,1,2-.9c2.48-.93,4.14-.86,4.19-.55s-1.36.94-3.41,2.17a17.51,17.51,0,0,0-1.62,1.08c-.58.38-1.13.88-1.74,1.37a23.08,23.08,0,0,0-6,8.07c-.29.72-.6,1.4-.8,2.06s-.4,1.29-.55,1.87c-.59,2.31-.7,3.86-1.09,3.89s-.86-1.53-.7-4.17a13.28,13.28,0,0,1,.3-2.13,16.39,16.39,0,0,1,.66-2.4A20.41,20.41,0,0,1,104.17,42.92Z"/><path class="avatar-2-avatar-2-cls-12" d="M163.78,45.73a23.94,23.94,0,0,0,1.71-3.89,22.19,22.19,0,0,0,.81-3.4c.32-2,.34-3.32.72-3.38s.95,1.21,1.09,3.46a14.52,14.52,0,0,1-.35,3.94A16.69,16.69,0,0,1,163,50.82a14.36,14.36,0,0,1-3.2,2.32c-2,1-3.43,1.14-3.54.85s1-1.06,2.54-2.35a22.65,22.65,0,0,0,2.5-2.45A23.79,23.79,0,0,0,163.78,45.73Z"/><path class="avatar-2-cls-6" d="M173.73,70.51a21.63,21.63,0,0,0,8.47-4.27c1.93-1.57,3-3,3.68-2.73.32.11.49.65.41,1.55a8.73,8.73,0,0,1-1.32,3.5,16.46,16.46,0,0,1-10,6.9,22.68,22.68,0,0,1-11.76-.33c-2.83-.87-4.37-1.93-4.22-2.6s2-.89,4.71-1A47.09,47.09,0,0,0,173.73,70.51Z"/><path class="avatar-2-cls-6" d="M186.07,51.39c.2-1.77,1.49-3.08,2.89-2.93s2.38,1.72,2.19,3.49-1.49,3.08-2.89,2.92S185.88,53.16,186.07,51.39Z"/><path class="avatar-2-cls-6" d="M183.86,41.8a2.6,2.6,0,0,1,4.14-3,2.61,2.61,0,0,1-4.14,3Z"/><path class="avatar-2-avatar-2-cls-13" d="M330,302c20.28,37,13.83,73.05,14.54,107.47l-11-12.15a118.62,118.62,0,0,1-28.8,57.47,42.38,42.38,0,0,0-13.34-14.7A89.09,89.09,0,0,1,263.9,487a35.8,35.8,0,0,0-1-29.59,56.4,56.4,0,0,1-30.8,34.29,23.17,23.17,0,0,0,2.52-22.37c-11.17,19-43.3,19.54-55.14,1-.82,3.75-.22,8.67,3.61,9-16.11,2.48-30.85-4.3-41.93-16.25a27.05,27.05,0,0,0,9,17.56,49.18,49.18,0,0,1-40.92-27.17c-20.77,1.29-41.53-12.94-47.8-32.79a9.91,9.91,0,0,1-2.59,9.51c-35.89-18.22-34-99.94-10.46-126.89,0,0,49.48,7.94,79.51,30.74,6.43,4.88,14.43-4.6,23.27-7.4,17.51-5.53,38.32-11.15,56.88-11.22,23.39-.1,35.9,29.56,50.89,15.49C298.57,293.65,329.64,301.39,330,302Z"/><path class="avatar-2-avatar-2-cls-14" d="M345.91,405.22l-11-12.16a118.76,118.76,0,0,1-28.81,57.48,42.3,42.3,0,0,0-13.34-14.7,89,89,0,0,1-27.51,46.89,35.83,35.83,0,0,0-1-29.59,56.4,56.4,0,0,1-30.8,34.29A23.2,23.2,0,0,0,236,465.06c-11.17,19-43.3,19.54-55.14,1-.83,3.75.11,17.55,3.94,17.87-16.1,2.48-31.18-13.18-42.26-25.13.64,6.7,2.31,18.78,7.36,23.23-17.16-.88-31.84-17.37-39.3-32.84-20.78,1.29-41.53-12.95-47.8-32.79a9.91,9.91,0,0,1-2.58,9.51c-12.41-6.3-20.59-20-25-36.31,15.87,11.57,34.55,19.51,53,26.63,12.54,4.82,25.24,9.42,38.46,11.83,12.82,2.33,25.92,2.56,39,2.79,36.17.62,73.84.94,106.53-14.59,9.37-4.45,19.26-12.08,18.93-22.46-.37-11.86-13.35-18.63-24.42-22.88,23.58-3.5,42.91-21.78,53.67-43.05a131.59,131.59,0,0,0,9.48-25.3L333,305C342.73,339,345.19,370.81,345.91,405.22Z"/><path class="avatar-2-cls-3" d="M253.41,500.93l7.73-18.34a31,31,0,0,0,2.25-14.75,61,61,0,0,1-28.12,25.32l-15.22,6.65,9.79-13.42a18.51,18.51,0,0,0,3.37-9.49,38.29,38.29,0,0,1-24.46,8.83,39.29,39.29,0,0,1-20.87-5.26c1,5.16.93,9.73-3.16,11.61l-1.89.86-1.88-.86c-13-6-23.27-12.19-31.89-19.33,1.42,5.57,3,7.6,3.8,8.31l9.71,8.53-12.91-.66c-18.37-.93-33.64-18.1-41.8-33.56-17.77,0-34.88-10-44.23-24.92l-.28.28L61,433l-2.87-1.46c-13.73-7-23.61-22.79-27.84-44.54-6.17-31.81.86-70.33,16-87.71a4.5,4.5,0,1,1,6.78,5.92c-13.31,15.26-19.57,51.18-14,80.07,3.26,16.82,10.08,29.4,19.38,36a5.07,5.07,0,0,0-.1-2.09l8.63-2.54c5.62,17.79,24.6,30.81,43.23,29.66l3-.19,1.31,2.72c7.38,15.29,17.47,24.65,26.45,28.73a83.68,83.68,0,0,1-3-16.73l-1.27-13.24,9.05,9.75c8.53,9.2,18.86,16.65,33,23.73-.31-1.46-.69-2.95-1-4-1.25-5-1.93-7.92-1.4-10.33l2.33-10.64,5.86,9.18c4.71,7.38,13.68,11.69,24,11.5s19.08-4.81,23.52-12.35l4.51-7.66,3.51,8.17a27.18,27.18,0,0,1,2,13.86A51.87,51.87,0,0,0,260,453.4l3.32-10.56,5,9.88a40,40,0,0,1,4.21,17.36,84.32,84.32,0,0,0,15.89-33.6l1.43-6.48,5.49,3.72a47,47,0,0,1,11.36,10.93,115.09,115.09,0,0,0,23.84-50.82l1.7-8.88,10,11.05c2-35.79-3.31-65-16.46-91.39a4.5,4.5,0,1,1,8-4C349,331,354.25,364.9,350.39,407.23l-.93,10.24-12.07-13.36a122.34,122.34,0,0,1-27.94,51.07l-4.26,4.65-3-5.53a37.69,37.69,0,0,0-6.81-9,93.54,93.54,0,0,1-27.08,42.37Z"/><path class="avatar-2-cls-2" d="M159.69,399.62a9.74,9.74,0,0,1-9.71-9.71V352.76a9.74,9.74,0,0,1,9.71-9.71h68a9.75,9.75,0,0,1,9.72,9.71v37.15a9.75,9.75,0,0,1-9.72,9.71"/><path class="avatar-2-cls-4" d="M239,356.81v11.52a9.75,9.75,0,0,0-8.91-5.85h-68a9.74,9.74,0,0,0-9.71,9.71v25.63a9.65,9.65,0,0,1-.81-3.87V356.81a9.75,9.75,0,0,1,9.71-9.72h68A9.76,9.76,0,0,1,239,356.81Z"/><path class="avatar-2-cls-3" d="M193.29,341.91c7,0,13.87,0,20.49.1l9.74.12,2.37,0,1.18,0h.33l.43,0,.85.06a14.26,14.26,0,0,1,6.29,2.29,14.06,14.06,0,0,1,6.23,10.73l0,.78v.65l0,1.07c0,.7,0,1.41-.05,2.11,0,1.39-.09,2.77-.13,4.12-.17,5.41-.37,10.45-.59,15s-.45,8.76-.71,12.42c0,.45-.07.9-.1,1.34,0,.22,0,.44-.05.66s-.05.52-.08.78a11.57,11.57,0,0,1-.74,3,11.41,11.41,0,0,1-3,4.24,9.64,9.64,0,0,1-6.23,2.57,4.68,4.68,0,0,1-1.7-.26c-.38-.14-.55-.3-.55-.46s.17-.34.49-.52l1.35-.66a10.23,10.23,0,0,0,3.89-3.22,8.51,8.51,0,0,0,1.34-3.09,8,8,0,0,0,.12-1.84l0-.5c0-.22,0-.44-.05-.66l-.09-1.34c-.26-3.66-.5-7.82-.72-12.42s-.41-9.63-.59-15c0-1.35-.08-2.73-.12-4.12l-.06-2.11,0-1.07v-.43l0-.3a5.41,5.41,0,0,0-4.95-4.71h-.73l-1.18,0-2.37,0-9.74.12c-6.62.06-13.47.1-20.49.1s-13.87,0-20.48-.1l-9.74-.12-2.38,0-1.18,0h-.73a5.42,5.42,0,0,0-4.94,4.71l0,.3,0,.16v.27l0,1.07c0,.7,0,1.41-.05,2.11,0,1.39-.09,2.77-.13,4.12-.17,5.41-.37,10.45-.59,15s-.46,8.76-.71,12.42c0,.45-.07.9-.1,1.34,0,.22,0,.44,0,.66l0,.5a7.43,7.43,0,0,0,.13,1.84,8.18,8.18,0,0,0,1.34,3.09,10.21,10.21,0,0,0,3.88,3.22l1.35.66c.32.18.5.35.5.52s-.18.32-.55.46A4.74,4.74,0,0,1,157,404a9.6,9.6,0,0,1-6.22-2.57,11.32,11.32,0,0,1-3-4.24,12,12,0,0,1-.74-3c0-.26-.06-.57-.08-.78s0-.44-.05-.66l-.09-1.34c-.26-3.66-.5-7.82-.72-12.42s-.41-9.63-.59-15c0-1.35-.08-2.73-.12-4.12l-.06-2.11,0-1.07v-.65l0-.78a14.08,14.08,0,0,1,6.22-10.73,14.31,14.31,0,0,1,6.29-2.29l.86-.06.43,0h.32l1.18,0,2.38,0,9.74-.12C179.42,342,186.28,341.91,193.29,341.91Z"/><path class="avatar-2-cls-3" d="M60.39,322a37.09,37.09,0,0,0,.47,9,37.78,37.78,0,0,0,2.92,8.91,39.35,39.35,0,0,1-5.49-8A40.74,40.74,0,0,1,55,322.37a44.5,44.5,0,0,1-1-10.27,49.21,49.21,0,0,1,.4-5.25,33.42,33.42,0,0,1,1.13-5.44l10,4.36a23.19,23.19,0,0,0-1.89,3.53,41.21,41.21,0,0,0-1.54,4A38.35,38.35,0,0,0,60.39,322Z"/><path class="avatar-2-cls-3" d="M75.3,330.15c.78,7.09,3.93,14.18,8.49,20.33A45.39,45.39,0,0,1,70,331.43,37.16,37.16,0,0,1,67.79,319,33.53,33.53,0,0,1,70.32,306l9.59,5.16C76.2,316,74.51,323.12,75.3,330.15Z"/><path class="avatar-2-cls-3" d="M102.41,335.48A49,49,0,0,0,109,355a51.46,51.46,0,0,1-11.83-18.14,54.08,54.08,0,0,1-3.61-22.51l10.73,1.85A45.78,45.78,0,0,0,102.41,335.48Z"/><path class="avatar-2-cls-3" d="M279.1,331.6a25.9,25.9,0,0,1-.28,8.41c-.49,2.14-1.22,3.39-1.88,3.33-1.37-.13-2-5.16-2.7-11.16s-1.3-11,0-11.49c.63-.2,1.64.84,2.61,2.8A25.74,25.74,0,0,1,279.1,331.6Z"/><path class="avatar-2-cls-3" d="M300.7,325.92a34.06,34.06,0,0,1-2.28,11.66c-1.17,2.83-2.4,4.35-3,4.13-1.32-.5.23-7.41.4-15.92s-.91-15.49.43-15.91c.62-.19,1.77,1.39,2.79,4.28A34.18,34.18,0,0,1,300.7,325.92Z"/><path class="avatar-2-cls-3" d="M323.44,322.4a51.55,51.55,0,0,1,.48,8.84,42.08,42.08,0,0,1-.84,7.17c-.86,4-2,6.32-2.66,6.19-1.41-.31-.09-10-1.83-21.5s-5.47-20.53-4.18-21.19c.58-.3,2.31,1.61,4.22,5.24a44.14,44.14,0,0,1,2.79,6.64A53.12,53.12,0,0,1,323.44,322.4Z"/><path class="avatar-2-cls-3" d="M68.8,420.47a39.61,39.61,0,0,1-.25-8.28,35.94,35.94,0,0,1,.5-3.58,25.93,25.93,0,0,1,.76-3c1.14-3.68,2.57-5.64,3.16-5.43s.45,2.52.24,6.05c0,.89-.12,1.85-.12,2.88s0,2.13,0,3.28a59.18,59.18,0,0,0,2.11,14.73c.33,1.1.6,2.17.94,3.14s.63,1.89.92,2.73c1.2,3.32,2,5.46,1.47,5.87s-2.43-1.11-4.56-4.32a23.37,23.37,0,0,1-1.57-2.71,33.94,33.94,0,0,1-1.49-3.3A40.12,40.12,0,0,1,68.8,420.47Z"/><path class="avatar-2-cls-3" d="M99.55,433.75a50.42,50.42,0,0,1-.07-13.35c.45-3.36,1.12-5.4,1.79-5.39s1.24,2.09,1.67,5.4.77,7.81,1.45,12.64c.35,2.41.78,4.67,1.25,6.7.27,1,.47,2,.76,2.85l.38,1.3c.14.41.27.8.39,1.18,1,3,1.81,4.94,1.24,5.37s-2.36-.88-4.34-3.84c-.24-.37-.49-.77-.74-1.18s-.46-.87-.7-1.33a28,28,0,0,1-1.31-3.05A39.4,39.4,0,0,1,99.55,433.75Z"/><path class="avatar-2-cls-3" d="M136.2,440.16c-4-14.35-4.59-26.51-3.28-26.67s4.05,11.36,8,25.35,7.6,25.27,6.32,25.82S140.2,454.53,136.2,440.16Z"/><path class="avatar-2-cls-3" d="M244.41,451.81c1.82-6.05,3.09-11.74,4.22-15.84s2.08-6.65,2.75-6.55.91,2.79.66,7.11a75.23,75.23,0,0,1-2.94,16.7,56.28,56.28,0,0,1-3.52,8.82c-.71,1.29-1.35,2.52-2.1,3.61-.37.54-.71,1.07-1.06,1.56l-1.08,1.38c-2.84,3.46-5.24,4.92-5.69,4.49s.9-2.74,2.8-6.4c.24-.45.48-.93.74-1.43l.74-1.58c.54-1.08,1-2.29,1.55-3.52C242.49,457.64,243.49,454.83,244.41,451.81Z"/><path class="avatar-2-cls-3" d="M273,440.9c1.29-7.37,2-14.28,2.87-19.27s1.74-8,2.41-8,1,3.21,1,8.27a116.76,116.76,0,0,1-1.5,19.83,57.15,57.15,0,0,1-2.95,10.79,40,40,0,0,1-4.24,8.17c-3,4.36-5.79,6.2-6.23,5.76s1.21-3.06,3.23-7.47a65,65,0,0,0,3-7.94A85.72,85.72,0,0,0,273,440.9Z"/><path class="avatar-2-cls-3" d="M301.86,422.49c1.43-6,2.41-11.53,3.33-15.56s1.76-6.53,2.43-6.46,1,2.67,1,6.86a74.69,74.69,0,0,1-2,16.31,56.91,56.91,0,0,1-2.88,8.73c-.61,1.29-1.15,2.53-1.8,3.62-.31.55-.6,1.09-.91,1.59l-.95,1.41c-2.48,3.54-4.67,5.16-5.16,4.77s.59-2.76,2.14-6.45l.6-1.45q.3-.76.6-1.59c.45-1.08.82-2.28,1.26-3.51C300.32,428.25,301.13,425.46,301.86,422.49Z"/><path class="avatar-2-cls-3" d="M311.64,413.48c1.55-3.78,2.81-7.46,3.86-10.85.48-1.71,1-3.33,1.35-4.87s.75-3,1.06-4.28c1.21-5.28,1.85-8.64,2.57-8.62s1.22,3.49.85,9.12c-.1,1.41-.23,2.95-.5,4.59s-.58,3.38-1,5.21a72.61,72.61,0,0,1-9.28,22.38c-1,1.56-2,3-3,4.36s-2,2.53-2.89,3.59c-3.73,4.24-6.6,6.27-7.06,5.84s1.41-3.32,4.28-7.9c.72-1.15,1.51-2.4,2.29-3.78s1.62-2.84,2.49-4.39C308.34,420.75,310.06,417.25,311.64,413.48Z"/><path class="avatar-2-cls-6" d="M42.94,339.6c.72-3.5,2.66-5.94,4-5.52s1.67,3.31,1,6.55-2.1,5.77-3.51,5.62S42.22,343.1,42.94,339.6Z"/><path class="avatar-2-cls-6" d="M44.16,377.44a49.43,49.43,0,0,1-1.78-14.27c.14-3.7.8-5.95,1.48-6,1.47,0,2.43,8.7,5.23,18.9s6.3,18.17,5,18.93c-.59.34-2.31-1.26-4.31-4.37A48.78,48.78,0,0,1,44.16,377.44Z"/><path class="avatar-2-cls-3" d="M128.52,338.8H128c-5-.18-8.88-3.13-12-5.51l-.19-.14a150.17,150.17,0,0,0-65.16-28.23A4.5,4.5,0,0,1,52.19,296,159.48,159.48,0,0,1,121.27,326l.19.15c2.35,1.77,4.77,3.61,6.9,3.69s4.58-1.53,7.15-3.22l.75-.49c14.75-9.64,33.89-14.95,53.9-14.95h0c20,0,39.15,5.31,53.9,14.95l.74.48c2.58,1.7,5,3.3,7.15,3.23s4.56-1.92,6.9-3.69l.19-.15A159.59,159.59,0,0,1,328.13,296a4.5,4.5,0,0,1,1.52,8.88,150.17,150.17,0,0,0-65.16,28.23l-.19.14c-3.13,2.38-7,5.33-12,5.51s-9.12-2.53-12.42-4.7l-.71-.47c-27.47-17.94-70.5-17.94-98,0l-.72.47C137.27,336.2,133.32,338.8,128.52,338.8Z"/><path class="avatar-2-cls-3" d="M210.09,385.31h-36a3.5,3.5,0,1,1,0-7h36a3.5,3.5,0,0,1,0,7Z"/><circle class="avatar-2-avatar-2-cls-14" cx="256.32" cy="340.31" r="34.5"/><circle class="avatar-2-cls-6" cx="246.03" cy="330.35" r="40.04"/><circle class="avatar-2-avatar-2-cls-11" cx="250.78" cy="312.53" r="5.28"/><polygon class="avatar-2-cls-3" points="141.26 29.28 141.29 32.05 143.66 29.92 136.97 31.05 135.54 31.29 135.53 32.32 135.48 42.88 138.47 32.75 137.05 34.01 143.79 34.79 145.49 34.99 146.13 32.68 146.93 29.79 152.37 10.18 143.58 3.72 141.26 29.28"/><polygon class="avatar-2-cls-3" points="131.05 92.41 129.84 89.02 133.69 90.55 125.03 92.19 123.17 92.54 122.7 91.28 117.89 78.43 126.08 89.43 123.78 88.53 131.65 84.56 133.64 83.55 135.46 86.07 137.73 89.24 153.18 110.69 145.37 122.52 131.05 92.41"/><circle class="avatar-2-cls-3" cx="123.96" cy="232.98" r="22.91"/><circle class="avatar-2-cls-2" cx="134.18" cy="215.95" r="12.7"/><circle class="avatar-2-cls-6" cx="114.77" cy="241.53" r="5.28"/><circle class="avatar-2-cls-3" cx="242.84" cy="330.2" r="15.77"/><circle class="avatar-2-cls-6" cx="255.89" cy="340.77" r="10.18"/></g></g></svg>\n'},Symbol.toStringTag,{value:"Module"})),uc=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 391.79 532.35"><defs><style>.avatar-3-cls-1{fill:#f9cdb7;}.avatar-3-cls-2{fill:#e2a78d;}.avatar-3-cls-3{fill:#213346;}.avatar-3-cls-4{fill:#bfe1ee;}.avatar-3-cls-5{fill:#dfe7ea;}.avatar-3-cls-6{fill:#e99a4f;}.avatar-3-cls-7{fill:#ce7149;}.avatar-3-cls-8,.avatar-3-cls-9{fill:#fff;}.avatar-3-cls-9{opacity:0.5;}</style></defs><title>Asset 17</title><g id="Layer_2" data-name="Layer 2"><g id="Layer_1-2" data-name="Layer 1"><circle class="avatar-3-cls-1" cx="345.9" cy="275.59" r="41.4"/><path class="avatar-3-cls-2" d="M333.5,312.37a41.4,41.4,0,1,0,0-79.56,41.41,41.41,0,0,1,0,79.56Z"/><circle class="avatar-3-cls-1" cx="45.9" cy="275.59" r="41.4"/><path class="avatar-3-cls-2" d="M55.4,314.37a41.4,41.4,0,1,1,0-79.56,41.41,41.41,0,0,0,0,79.56Z"/><path class="avatar-3-cls-3" d="M45.9,320.06a45.9,45.9,0,1,1,45.89-45.9A46,46,0,0,1,45.9,320.06Zm0-82.79a36.9,36.9,0,1,0,36.89,36.89A36.94,36.94,0,0,0,45.9,237.27Z"/><path class="avatar-3-cls-3" d="M21.27,281a3.1,3.1,0,0,1-.43,0,3.51,3.51,0,0,1-3.05-3.9c1.77-14.41,7.92-21.55,12.76-25a21.46,21.46,0,0,1,10.88-4.14,3.5,3.5,0,0,1,.28,7c-.65,0-14.28,1.11-17,23A3.5,3.5,0,0,1,21.27,281Z"/><path class="avatar-3-cls-3" d="M33.65,288.21a3.88,3.88,0,0,1-.82-.09,3.5,3.5,0,0,1-2.59-4.22,32.88,32.88,0,0,0,1-11.59,14.61,14.61,0,0,0-4.4-9.21,3.5,3.5,0,1,1,4.65-5.23,21.52,21.52,0,0,1,6.69,13.58,39.36,39.36,0,0,1-1.16,14.07A3.5,3.5,0,0,1,33.65,288.21Z"/><path class="avatar-3-cls-3" d="M345.9,320.06a45.9,45.9,0,1,1,45.89-45.9A46,46,0,0,1,345.9,320.06Zm0-82.79a36.9,36.9,0,1,0,36.89,36.89A36.94,36.94,0,0,0,345.9,237.27Z"/><path class="avatar-3-cls-3" d="M370.52,281a3.5,3.5,0,0,1-3.47-3.07c-2.69-21.94-16.39-23-17-23a3.52,3.52,0,0,1-3.32-3.66,3.47,3.47,0,0,1,3.6-3.34,21.46,21.46,0,0,1,10.88,4.14c4.85,3.45,11,10.59,12.76,25A3.5,3.5,0,0,1,371,281,3,3,0,0,1,370.52,281Z"/><path class="avatar-3-cls-3" d="M358.15,288.21a3.49,3.49,0,0,1-3.4-2.69,39.2,39.2,0,0,1-1.17-14.08,21.56,21.56,0,0,1,6.69-13.57,3.5,3.5,0,1,1,4.66,5.23,14.56,14.56,0,0,0-4.4,9.21,32.42,32.42,0,0,0,1,11.59,3.52,3.52,0,0,1-2.6,4.22A3.72,3.72,0,0,1,358.15,288.21Z"/><path class="avatar-3-cls-1" d="M196.57,61h2.79a146.1,146.1,0,0,1,146.1,146.1v95A147.5,147.5,0,0,1,198,449.67h0a147.5,147.5,0,0,1-147.5-147.5v-95A146.1,146.1,0,0,1,196.57,61Z"/><path class="avatar-3-cls-2" d="M216.7,446.7a147.74,147.74,0,0,1-20.29,1.41c-81.14,0-147.5-66.37-147.5-147.5v-97c0-79.3,64.87-144.18,144.17-144.18h6.65a142.14,142.14,0,0,1,17,1C152.26,68.11,96.42,126.84,86.17,192.3a509.6,509.6,0,0,1-13.33,61.87L59.49,300.61C59.49,374.86,145.07,436.74,216.7,446.7Z"/><path class="avatar-3-cls-3" d="M196.41,454.17a152.43,152.43,0,0,1-152-152V207.12A151,151,0,0,1,195,56.52h2.79a151,151,0,0,1,150.61,150.6v95.05a152.45,152.45,0,0,1-152,152ZM195,65.52a142,142,0,0,0-141.6,141.6v95.05a143.43,143.43,0,0,0,143,143h0a143.43,143.43,0,0,0,143-143V207.12A142,142,0,0,0,197.8,65.52Z"/><path class="avatar-3-cls-4" d="M330.44,277.5v.2C329.89,277.72,330.11,277.59,330.44,277.5Z"/><ellipse class="avatar-3-cls-5" cx="189.64" cy="471.35" rx="179.73" ry="52.86"/><path class="avatar-3-cls-6" d="M340.74,325.56c21.15,38.59,14.42,76.21,15.16,112.11L344.45,425A123.67,123.67,0,0,1,314.4,485a44.13,44.13,0,0,0-13.92-15.33,92.89,92.89,0,0,1-28.69,48.92,37.34,37.34,0,0,0-1.06-30.87,58.87,58.87,0,0,1-32.13,35.77,24.22,24.22,0,0,0,2.63-23.34c-11.66,19.79-45.18,20.39-57.53,1-.86,3.91-.23,9.05,3.76,9.38-16.8,2.59-32.18-4.49-43.74-16.95a28.25,28.25,0,0,0,9.37,18.32,51.33,51.33,0,0,1-42.69-28.35c-21.68,1.35-43.33-13.5-49.87-34.21a10.36,10.36,0,0,1-2.7,9.92C20.38,440.24,22.38,355,46.91,326.87c0,0,51.63,8.28,83,32.07,20,15.18,54.48-19.31,83.62-19.43,24.41-.11,37.46,30.85,53.1,16.16C308,316.82,340.38,324.9,340.74,325.56Z"/><path class="avatar-3-cls-7" d="M357.35,433.22,345.9,420.54a123.83,123.83,0,0,1-30,60,44.26,44.26,0,0,0-13.92-15.34,92.85,92.85,0,0,1-28.69,48.92,37.38,37.38,0,0,0-1.06-30.87A58.84,58.84,0,0,1,240.05,519a24.22,24.22,0,0,0,2.63-23.33c-11.66,19.79-45.18,20.39-57.53,1-.87,3.92.11,18.31,4.11,18.65-16.8,2.58-32.53-13.75-44.09-26.22.67,7,2.41,19.59,7.68,24.23-17.9-.91-33.22-18.12-41-34.26-21.68,1.35-43.33-13.5-49.87-34.21a10.38,10.38,0,0,1-2.7,9.93C46.34,448.23,37.8,434,33.19,416.91,49.75,429,69.24,437.27,88.51,444.7c13.08,5,26.33,9.83,40.12,12.34,13.38,2.43,27.05,2.67,40.65,2.91,37.73.65,77,1,111.14-15.22,9.78-4.65,20.09-12.6,19.75-23.43-.39-12.38-13.93-19.44-25.48-23.87,24.6-3.65,44.78-22.73,56-44.92a136.88,136.88,0,0,0,9.89-26.39l3.31,2.58C354,364.15,356.61,397.32,357.35,433.22Z"/><path class="avatar-3-cls-6" d="M180.3,341l-49.84,18.58-82-37.21a62.33,62.33,0,0,0-12.09,21.43A237,237,0,0,1,86,361.31a244.47,244.47,0,0,1,22.74,12.33c4,2.46,12.45,10.51,17.42,9.89a10.29,10.29,0,0,0,4.12-1.85c45.61-29.33,79.08-30.62,132.55-21.06L237.74,346Z"/><path class="avatar-3-cls-3" d="M261.36,532.35,269.09,514a32.54,32.54,0,0,0,2.3-16.08,63.44,63.44,0,0,1-29.54,26.86l-15.22,6.65L236.41,518A19.55,19.55,0,0,0,240,507.55c-6.64,5.87-15.71,9.29-25.74,9.47a40.79,40.79,0,0,1-22.06-5.69c1.1,5.49,1.16,10.38-3.1,12.33l-1.88.87-1.88-.87c-13.79-6.36-24.61-12.91-33.69-20.51,1.53,6.3,3.28,8.56,4.17,9.34l9.71,8.53-12.91-.66c-19.13-1-35-18.9-43.5-35h-.06c-18.58,0-36.48-10.43-46.17-26.13l-.47.48L60.12,462l-2.88-1.46C43,453.25,32.7,436.8,28.31,414.16,21.88,381,29.19,340.91,45,322.83a4.5,4.5,0,1,1,6.78,5.92c-14.15,16.22-20.57,53-14.61,83.7,3.45,17.74,10.68,31,20.55,37.85a5.39,5.39,0,0,0-.06-2.56l8.64-2.54c5.89,18.64,25.8,32.28,45.3,31.07l3-.19,1.32,2.73C123.72,495,134.47,504.86,144,509a85.81,85.81,0,0,1-3.29-17.82L139.42,478l9.05,9.75c9,9.69,19.89,17.53,34.83,25-.35-1.64-.78-3.38-1.09-4.62-1.3-5.17-2-8.22-1.46-10.69l2.33-10.64,5.86,9.18c4.95,7.76,14.36,12.28,25.15,12.09s20-5,24.71-13l4.51-7.66,3.5,8.17a28.27,28.27,0,0,1,2,14.82,54.35,54.35,0,0,0,19.11-26.83L271.21,473l5,9.89a41.62,41.62,0,0,1,4.38,18.57,88.11,88.11,0,0,0,16.95-35.57l1.43-6.48,5.49,3.73a48.76,48.76,0,0,1,11.95,11.55,120.21,120.21,0,0,0,25.08-53.29l1.69-8.89,10.47,11.59c2.16-37.59-3.37-68.28-17.17-95.91a4.5,4.5,0,1,1,8-4c15.83,31.7,21.33,67,17.31,111.15l-.93,10.24-12.53-13.87a127.51,127.51,0,0,1-29.2,53.55l-4.26,4.65-3-5.54a39.94,39.94,0,0,0-7.38-9.62,97.41,97.41,0,0,1-28.29,44.41Z"/><path class="avatar-3-cls-1" d="M163.08,427.38a10.16,10.16,0,0,1-10.14-10.13V378.49a10.17,10.17,0,0,1,10.14-10.14H234a10.17,10.17,0,0,1,10.13,10.14v38.76A10.16,10.16,0,0,1,234,427.38"/><path class="avatar-3-cls-2" d="M245.85,382.71v12a10.15,10.15,0,0,0-9.29-6.1H165.61a10.16,10.16,0,0,0-10.14,10.13V425.5a10.1,10.1,0,0,1-.84-4V382.71a10.16,10.16,0,0,1,10.13-10.13h71A10.16,10.16,0,0,1,245.85,382.71Z"/><path class="avatar-3-cls-3" d="M198.13,367.18c7.32,0,14.47,0,21.37.1l10.16.12,2.48,0,1.23,0h.34l.45,0,.89.06a14.83,14.83,0,0,1,6.56,2.4,14.65,14.65,0,0,1,6.5,11.19l0,.81v.68l0,1.11L248,386c0,1.45-.08,2.89-.13,4.3-.18,5.64-.38,10.9-.61,15.69s-.48,9.14-.75,12.95c0,.48-.06.95-.1,1.41,0,.23,0,.46,0,.68s-.05.55-.08.81a12.57,12.57,0,0,1-.77,3.1,12,12,0,0,1-3.1,4.42A10.12,10.12,0,0,1,236,432a4.84,4.84,0,0,1-1.78-.27c-.39-.15-.58-.31-.58-.49s.19-.35.52-.54l1.41-.68a10.84,10.84,0,0,0,4.06-3.37,8.74,8.74,0,0,0,1.39-3.21,8.13,8.13,0,0,0,.13-1.92l0-.53c0-.22,0-.45-.05-.68,0-.46-.07-.93-.1-1.41-.27-3.81-.52-8.15-.74-12.95s-.44-10.05-.62-15.69c0-1.41-.09-2.85-.13-4.3l-.06-2.21,0-1.11v-.28l0-.16,0-.32a5.7,5.7,0,0,0-2.72-4.14,5.59,5.59,0,0,0-2.44-.77h-.76l-1.23,0-2.48,0-10.16.12c-6.9.07-14.05.11-21.37.11s-14.47,0-21.37-.11L166.59,377l-2.47,0-1.23,0h-.76a5.59,5.59,0,0,0-2.44.77,5.7,5.7,0,0,0-2.72,4.14l0,.32,0,.16v.28l0,1.11-.06,2.21c0,1.45-.09,2.89-.13,4.3-.18,5.64-.39,10.9-.62,15.69s-.47,9.14-.74,12.95c0,.48-.07.95-.1,1.41,0,.23,0,.46,0,.68l0,.53a8.13,8.13,0,0,0,.13,1.92,8.58,8.58,0,0,0,1.39,3.21,10.69,10.69,0,0,0,4.06,3.37l1.4.68c.34.19.52.37.52.54s-.18.34-.57.49a4.84,4.84,0,0,1-1.78.27,10.14,10.14,0,0,1-6.5-2.68,12,12,0,0,1-3.09-4.42,12.57,12.57,0,0,1-.77-3.1c0-.26-.07-.59-.08-.81l-.06-.68c0-.46-.06-.93-.1-1.41-.26-3.81-.51-8.15-.74-12.95s-.43-10.05-.61-15.69c0-1.41-.09-2.85-.13-4.3,0-.73-.05-1.47-.07-2.21l0-1.11V382l0-.81a14.74,14.74,0,0,1,13.06-13.59l.89-.06.45,0h.34l1.23,0,2.47,0,10.17-.12C183.66,367.21,190.81,367.18,198.13,367.18Z"/><path class="avatar-3-cls-3" d="M59.48,346.35a37.83,37.83,0,0,0,.49,9.41,39.45,39.45,0,0,0,3,9.29,40.75,40.75,0,0,1-5.73-8.37,42.54,42.54,0,0,1-3.46-9.9,46.05,46.05,0,0,1-1-10.71,50.92,50.92,0,0,1,.42-5.48,35.69,35.69,0,0,1,1.17-5.68l10.41,4.56a24.7,24.7,0,0,0-2,3.68,43.89,43.89,0,0,0-1.6,4.2A39.74,39.74,0,0,0,59.48,346.35Z"/><path class="avatar-3-cls-3" d="M75,354.9c.81,7.4,4.1,14.8,8.86,21.21a47.35,47.35,0,0,1-14.38-19.87,38.82,38.82,0,0,1-2.31-12.95,35.09,35.09,0,0,1,2.63-13.62l10,5.38C76,340.17,74.21,347.57,75,354.9Z"/><path class="avatar-3-cls-3" d="M103.32,360.47a51,51,0,0,0,6.84,20.32,54,54,0,0,1-12.35-18.93A56.65,56.65,0,0,1,94,338.38l11.2,1.92A47.79,47.79,0,0,0,103.32,360.47Z"/><path class="avatar-3-cls-3" d="M287.66,356.41a26.93,26.93,0,0,1-.31,8.78c-.5,2.23-1.26,3.53-2,3.48-1.43-.15-2-5.39-2.82-11.65s-1.36-11.51,0-12c.66-.22,1.71.87,2.72,2.91A27,27,0,0,1,287.66,356.41Z"/><path class="avatar-3-cls-3" d="M310.19,350.49a35.36,35.36,0,0,1-2.39,12.16c-1.21,3-2.49,4.54-3.14,4.31-1.37-.52.25-7.73.42-16.61s-.95-16.16.45-16.6c.65-.19,1.85,1.45,2.91,4.47A35.62,35.62,0,0,1,310.19,350.49Z"/><path class="avatar-3-cls-3" d="M333.91,346.82a53,53,0,0,1,.5,9.22,44.45,44.45,0,0,1-.88,7.48c-.89,4.19-2.12,6.59-2.77,6.45-1.47-.31-.09-10.37-1.91-22.42s-5.7-21.42-4.36-22.11c.6-.31,2.41,1.68,4.41,5.46a46.7,46.7,0,0,1,2.91,6.93A56.29,56.29,0,0,1,333.91,346.82Z"/><path class="avatar-3-cls-3" d="M68.25,449.13a41,41,0,0,1-.26-8.64,36.07,36.07,0,0,1,.52-3.73,28.41,28.41,0,0,1,.79-3.18c1.19-3.83,2.68-5.88,3.3-5.66s.47,2.63.25,6.32c0,.92-.12,1.92-.13,3s0,2.22,0,3.41a68.87,68.87,0,0,0,.61,7.76A75.5,75.5,0,0,0,74.89,456c.34,1.15.63,2.26,1,3.27s.66,2,1,2.85c1.24,3.47,2.14,5.7,1.53,6.13s-2.54-1.16-4.76-4.51A26.15,26.15,0,0,1,72,460.94a35.74,35.74,0,0,1-1.55-3.44A41.24,41.24,0,0,1,68.25,449.13Z"/><path class="avatar-3-cls-3" d="M100.32,463a52.94,52.94,0,0,1-.06-13.92c.47-3.51,1.17-5.64,1.87-5.63s1.28,2.19,1.74,5.63.8,8.16,1.51,13.2c.37,2.51.82,4.86,1.3,7,.29,1,.5,2.06.8,3q.19.7.39,1.35l.41,1.23c1,3.14,1.89,5.16,1.29,5.61s-2.46-.92-4.52-4l-.78-1.23c-.25-.43-.48-.9-.73-1.39a31.63,31.63,0,0,1-1.37-3.18A41.46,41.46,0,0,1,100.32,463Z"/><path class="avatar-3-cls-3" d="M138.57,469.67c-4.22-15-4.79-27.65-3.43-27.82s4.23,11.85,8.35,26.45,7.93,26.36,6.6,26.93S142.74,484.66,138.57,469.67Z"/><path class="avatar-3-cls-3" d="M251.46,481.82c1.89-6.31,3.22-12.24,4.4-16.52s2.17-6.94,2.88-6.83.94,2.91.68,7.41a78.07,78.07,0,0,1-3.07,17.43,59.38,59.38,0,0,1-3.67,9.2,42.39,42.39,0,0,1-2.2,3.76c-.37.57-.73,1.13-1.1,1.64l-1.13,1.43c-3,3.61-5.46,5.14-5.93,4.69s.94-2.87,2.92-6.68c.25-.47.5-1,.77-1.49l.78-1.65c.56-1.12,1-2.39,1.62-3.67C249.45,487.91,250.5,485,251.46,481.82Z"/><path class="avatar-3-cls-3" d="M281.25,470.44c1.34-7.68,2-14.9,3-20.1s1.81-8.37,2.51-8.31,1.07,3.35,1.08,8.62a122.32,122.32,0,0,1-1.55,20.69,60.77,60.77,0,0,1-3.08,11.26,42.45,42.45,0,0,1-4.42,8.53c-3.14,4.54-6,6.46-6.51,6s1.27-3.2,3.37-7.8a68.21,68.21,0,0,0,3.11-8.29A89.28,89.28,0,0,0,281.25,470.44Z"/><path class="avatar-3-cls-3" d="M311.39,451.23c1.49-6.22,2.52-12,3.48-16.23s1.83-6.81,2.54-6.73,1.08,2.78,1,7.15a78.88,78.88,0,0,1-2.11,17,58.26,58.26,0,0,1-3,9.11c-.63,1.35-1.19,2.63-1.87,3.78-.33.57-.63,1.13-1,1.65l-1,1.47c-2.59,3.69-4.87,5.39-5.38,5s.61-2.87,2.22-6.72c.2-.48.42-1,.64-1.51s.41-1.08.62-1.66c.47-1.12.85-2.38,1.32-3.67C309.79,457.25,310.63,454.34,311.39,451.23Z"/><path class="avatar-3-cls-3" d="M321.6,441.84c1.61-3.95,2.93-7.79,4-11.33.5-1.78,1-3.46,1.41-5.07s.78-3.1,1.1-4.47c1.26-5.5,1.93-9,2.68-9s1.27,3.64.89,9.52c-.1,1.46-.24,3.07-.52,4.78s-.61,3.53-1,5.44a76,76,0,0,1-9.69,23.34c-1.07,1.63-2.07,3.19-3.13,4.56s-2.05,2.64-3,3.74c-3.89,4.43-6.89,6.55-7.37,6.09s1.47-3.46,4.47-8.24c.75-1.2,1.57-2.5,2.39-3.94s1.69-3,2.6-4.58C318.16,449.42,320,445.77,321.6,441.84Z"/><path class="avatar-3-cls-8" d="M41.38,364.78c.75-3.65,2.73-6.2,4.07-5.78s1.62,3.43.93,6.81-2.14,6-3.55,5.89S40.63,368.42,41.38,364.78Z"/><path class="avatar-3-cls-8" d="M42.64,404.21a53,53,0,0,1-1.88-14.87c.13-3.85.79-6.2,1.47-6.2,1.47,0,2.42,9.08,5.35,19.74s6.63,19,5.37,19.72c-.59.34-2.36-1.34-4.42-4.6A51.58,51.58,0,0,1,42.64,404.21Z"/><path class="avatar-3-cls-3" d="M130.55,363.73h-.49c-5.14-.18-9.18-3.24-12.42-5.71l-.2-.15a157,157,0,0,0-68.07-29.49,4.5,4.5,0,0,1,1.52-8.87,166.07,166.07,0,0,1,72,31.19l.2.15c2.46,1.87,5,3.8,7.3,3.89s4.87-1.61,7.58-3.4l.77-.5c15.36-10,35.29-15.56,56.13-15.56h0c20.83,0,40.77,5.52,56.13,15.56l.77.5c2.71,1.79,5.25,3.48,7.58,3.4s4.84-2,7.3-3.89l.2-.15a166.07,166.07,0,0,1,72-31.19,4.5,4.5,0,0,1,1.52,8.87,157,157,0,0,0-68.07,29.49l-.2.15c-3.24,2.46-7.28,5.53-12.42,5.71s-9.43-2.62-12.85-4.87l-.74-.49c-28.72-18.76-73.71-18.76-102.43,0l-.74.49C139.6,361,135.5,363.73,130.55,363.73Z"/><path class="avatar-3-cls-3" d="M195.39,318.4a3.5,3.5,0,0,1-3.5-3.5V268.31a3.5,3.5,0,0,1,7,0V314.9A3.5,3.5,0,0,1,195.39,318.4Z"/><path class="avatar-3-cls-2" d="M209.25,194.71c-1.68,7.42-1.08,17.32,4.13,23.31,6.07,7,15.65,5.56,23.92,5.22a103.26,103.26,0,0,1,30,3.06c8,2,15.14,6.95,23.27,8.36,8.91,1.55,11-3.19,5.06-9.72-6.94-7.66-17-15.81-26.44-20.25a118.77,118.77,0,0,0-59.61-10.31"/><path class="avatar-3-cls-6" d="M210.19,183.79c-1.68,7.41-1.09,17.31,4.12,23.3,6.07,7,15.65,5.57,23.92,5.22a103.23,103.23,0,0,1,30,3.07c8,2.05,15.15,6.94,23.27,8.36,8.91,1.55,11-3.2,5.07-9.73-6.95-7.65-17-15.81-26.45-20.24a118.64,118.64,0,0,0-59.6-10.32"/><path class="avatar-3-cls-3" d="M294.6,227.53a21.4,21.4,0,0,1-3.68-.35c-4.88-.84-9.33-2.79-13.63-4.67a65.63,65.63,0,0,0-9.91-3.74,99.68,99.68,0,0,0-29-3c-.89,0-1.79.08-2.69.13-7.79.43-17.48,1-24-6.55-6.37-7.32-6.62-18.78-4.9-26.37a3.52,3.52,0,0,1,1.16-1.91,3.48,3.48,0,0,1,2.26-1.14,122,122,0,0,1,61.44,10.63c9.08,4.27,19.64,12.34,27.55,21.06,5.45,6,4.5,10.13,3.44,12.05C301.77,225.25,299.66,227.53,294.6,227.53Zm-51.81-18.82A105.61,105.61,0,0,1,269.13,212a72.87,72.87,0,0,1,11,4.1c4.1,1.8,8,3.49,12,4.2a8.67,8.67,0,0,0,4.3,0c-.08-.54-.6-1.9-2.43-3.91-7.32-8.08-17-15.53-25.34-19.44a115.35,115.35,0,0,0-55.46-10.2c-.91,6.15-.12,13.61,3.76,18.07,4.29,4.93,11.12,4.55,18.35,4.15l2.78-.14C239.66,208.75,241.23,208.71,242.79,208.71Z"/><path class="avatar-3-cls-2" d="M183.07,186.43c1.68,7.42,1.09,17.32-4.12,23.31-6.08,7-15.65,5.56-23.92,5.21A103.64,103.64,0,0,0,125,218c-8,2-15.14,6.95-23.27,8.36-8.9,1.55-11-3.2-5.06-9.72,7-7.66,17-15.82,26.45-20.25,17.56-8.26,39.91-12.29,59.6-10.31"/><path class="avatar-3-cls-6" d="M178.31,175.81c1.68,7.42,1.09,17.32-4.12,23.31-6.08,7-15.66,5.56-23.93,5.21a103.27,103.27,0,0,0-30,3.07c-8,2-15.14,6.95-23.27,8.36-8.91,1.55-11-3.2-5.06-9.72,6.94-7.66,17-15.82,26.45-20.25,17.56-8.26,39.9-12.29,59.6-10.32"/><path class="avatar-3-cls-3" d="M93.9,219.55c-5.06,0-7.17-2.27-8-3.82-1.05-1.92-2-6,3.44-12,7.91-8.72,18.47-16.8,27.56-21.07A122.07,122.07,0,0,1,178.31,172a3.5,3.5,0,0,1,2.25,1.14,3.44,3.44,0,0,1,1.16,1.91c1.72,7.59,1.47,19.05-4.89,26.37-6.54,7.52-16.23,7-24,6.56l-2.69-.14a99.71,99.71,0,0,0-29,3,66,66,0,0,0-9.91,3.74c-4.3,1.88-8.75,3.83-13.63,4.68A21.29,21.29,0,0,1,93.9,219.55Zm-1.83-7.24a8.88,8.88,0,0,0,4.3,0c4-.7,7.93-2.4,12-4.19a72.1,72.1,0,0,1,11-4.11,106.66,106.66,0,0,1,31-3.17c.91,0,1.84.09,2.78.14,7.23.4,14.06.77,18.36-4.16,3.87-4.46,4.66-11.92,3.75-18.07A115.18,115.18,0,0,0,119.85,189c-8.31,3.9-18,11.35-25.35,19.43C92.67,210.41,92.15,211.77,92.07,212.31Z"/><path class="avatar-3-cls-7" d="M340.46,243.84c-6-46.08-35.17-92.93-58.18-123.34l-7-5.27,60-2.06C346.81,155.27,349.82,201.11,340.46,243.84Z"/><path class="avatar-3-cls-8" d="M249.46,120.86a38.06,38.06,0,0,1,6.86,3.6,29.12,29.12,0,0,1,4.87,4c2.51,2.63,3.45,4.8,2.77,5.58s-2.86.14-5.88-1.15c-1.51-.65-3.27-1.42-5.19-2.28s-4-1.75-6.26-2.65-4.4-1.67-6.37-2.4-3.8-1.34-5.34-1.9c-3.08-1.15-5.09-2.14-5-3.22s2.22-2,5.84-2.14a29.39,29.39,0,0,1,6.3.43A38.48,38.48,0,0,1,249.46,120.86Z"/><path class="avatar-3-cls-6" d="M92.19,132.81c29.19-4.84,58.37,3.32,87,9,29,5.73,57,5.91,86-.74,38.4-8.81,88.08-27.83,106.7-71.12A76.9,76.9,0,0,0,375,61.34c-20.42,14.6-47.12,12.59-69.71,3s-42.46-25.77-63.5-39.17S197.13.91,173.16,3.63c-23.29,2.64-47.76,17.86-65.39,35A78.55,78.55,0,0,0,91.53,60.7C88,68.12,87.33,78.9,81.26,84.4c-2.86,2.59-6.59,3.46-10,5.08-15.49,7.47-21.13,29-23.64,48-5.17,39-3.54,79,1.88,118"/><path class="avatar-3-cls-3" d="M344,247a4.31,4.31,0,0,1-1.12-.15,4.5,4.5,0,0,1-3.24-5.48c11.44-44.36,5.43-83.13-7.1-127.69a4.5,4.5,0,1,1,8.66-2.44c12.93,46,19.09,86.07,7.16,132.38A4.51,4.51,0,0,1,344,247Z"/><path class="avatar-3-cls-7" d="M84.69,146.36c0,1.6,0,3.18-.09,4.75L75.34,178.6l-3.12,9.24c-3.13,5.88-6.5,11.7-9.62,17.59S59.57,217,57.35,223a130.31,130.31,0,0,0-6.44,22.57c-2-10.35-6-20.67-7.22-31.15,4.9-4.13,7.94-10.22,9.47-16.49,1.66-6.79,1.69-13.86,1.72-20.85a34.9,34.9,0,0,1,7.45,16.14c.05-.22.1-.46.15-.69q4.08-19.68,6.46-39.66c.72,1.35,1.38,2.72,2,4.13a71.28,71.28,0,0,1,2.81,9.87c0-.33.09-.64.12-1Q76,150.39,76.69,134.7A48.12,48.12,0,0,1,84.69,146.36Z"/><path class="avatar-3-cls-7" d="M338,110.71a155.88,155.88,0,0,1-30.76,16c-2.21.87-4.44,1.72-6.67,2.52-4.79,1.72-9.61,3.25-14.4,4.64-8.59,2.5-17.07,4.5-25.07,6.1-29,5.82-57,5.66-86,.65-15.34-2.66-30.82-5.94-46.39-7.76h0l-37.41.79c0,.4.09.81.12,1.21l-1.06.14-1.67,4.22h0l-1.12,2.81c.18-1.56.3-3.14.34-4.74a56.14,56.14,0,0,0-.35-8.13l35.56-.75a95,95,0,0,1-13.84,2l1.47,0a70.84,70.84,0,0,0,14.31-2h0c10-2.44,23.3-8.24,32.64-12.89-1.21,3.52-4,10.23-7.47,11.6,13.7.77,23.75-2.55,37.16-5.45a30.37,30.37,0,0,1-12.68,10.25l-.52.22c.56,0,1.12,0,1.69,0,.17-.09.33-.19.49-.29a49.15,49.15,0,0,0,6.42-4.7s-3.72,6-3.72,6h0a103,103,0,0,0,44.29-4.43l5.39-1.77,5.76-.8c-1.71,1.75-6.58,3.31-8.61,4.67a34.78,34.78,0,0,1-9.85,4.61c1.37,0,3.49,2.12,4.85,2,10.13-.7,19.39-4.89,29.33-7.14,3.41-.77,7.56-2.33,11-3.14,3-.73,12.1-3.72,15-4.82L275,125.25l3.61-.08-2.11-.59-3,3c.11,0-.86,1.54-.75,1.5,16.8-4.79,47.23-14.23,63.65-20.18h1.07C337.63,109.47,337.82,110.08,338,110.71Z"/><path class="avatar-3-cls-3" d="M49.07,260.3a4.4,4.4,0,0,1-1.42-.23,4.51,4.51,0,0,1-2.85-5.69c3-8.87,40.51-120.88,40.89-122a4.5,4.5,0,0,1,8.54,2.86c-.38,1.13-37.94,113.13-40.89,122A4.5,4.5,0,0,1,49.07,260.3Z"/><path class="avatar-3-cls-8" d="M53.66,144.87a12,12,0,0,1,3.85-5.08c1.42-1,2.76-1.21,3.62-.61s1.14,1.88,1,3.42A20.34,20.34,0,0,1,58,152.52c-1,1.17-2.11,1.87-3.16,1.67s-1.81-1.31-2.09-3A12,12,0,0,1,53.66,144.87Z"/><path class="avatar-3-cls-8" d="M73.29,124.32c2.9-1.35,6-.89,6.87,1s-.73,4.57-3.63,5.93-6,.89-6.87-1S70.39,125.68,73.29,124.32Z"/><path class="avatar-3-cls-8" d="M86.6,109.93c2.1-4.46,5-7.73,7-7.06s2.24,5.38-.07,10.31-6.09,7.77-7.88,6.65S84.52,114.4,86.6,109.93Z"/><path class="avatar-3-cls-3" d="M70.57,69.83a55.25,55.25,0,0,0-9.49-9.16c-2.74-2-4.72-2.87-5.16-2.37-.89,1.07,4.59,7,10.86,14.67l2.69,3.26a17.67,17.67,0,0,0-6.57-.85c-2,.18-3.16.77-3.19,1.43s1,1.34,2.69,2,3.87,1.45,6.3,2.34,4.61,1.76,6.3,2.31l.77.23c1.72,1.88,2.94,2.92,3.46,2.62s.07-2.44-1.41-5.5A56.54,56.54,0,0,0,70.57,69.83Z"/><path class="avatar-3-cls-3" d="M189.84,121.17c-.54.28-1.18.64-1.9,1.06s-1.52.9-2.37,1.43l-1.32.83-1.38.88-2.93,1.88-1.53,1c-.26.16-.51.32-.78.47l-.78.48q-1.57.94-3.18,1.83c-1.07.57-2.15,1.12-3.22,1.63l-.82.36c-.26.13-.53.24-.81.36l-1.6.65c-1.07.4-2.11.8-3.13,1.09-.51.18-1,.29-1.49.44s-1,.24-1.43.37l-1.35.3-1.25.23c-.79.12-1.5.23-2.1.29s-1.08.11-1.41.15l-.52.07.41.31a10.67,10.67,0,0,0,1.24.79,16.92,16.92,0,0,0,2.09,1l1.36.43c.48.12,1,.24,1.54.35s1.12.18,1.71.23,1.22.09,1.85.09a22.9,22.9,0,0,0,4-.34,18.43,18.43,0,0,0,2.06-.44l1-.28,1-.34a27.94,27.94,0,0,0,4-1.77,34.42,34.42,0,0,0,3.63-2.31l.84-.64c.27-.21.53-.44.79-.66.53-.44,1-.89,1.51-1.36a33.1,33.1,0,0,0,2.6-2.77c.39-.46.75-.92,1.1-1.37l.95-1.32c.59-.87,1.1-1.68,1.52-2.42s.77-1.4,1-2,.46-1,.59-1.32l.19-.49-.47.22C190.82,120.66,190.38,120.88,189.84,121.17Z"/><path class="avatar-3-cls-3" d="M232.08,127.34l-2.08.93c-.79.37-1.67.79-2.64,1.22-.47.23-1,.48-1.47.71l-1.57.75L221,132.56c-.58.26-1.16.55-1.75.84-.3.15-.59.29-.9.42l-.9.43c-1.2.59-2.44,1.13-3.65,1.73s-2.46,1.15-3.68,1.68l-.91.41c-.3.15-.6.28-.9.41-.61.26-1.2.52-1.78.81-1.18.49-2.31,1.05-3.4,1.51-.55.24-1.08.47-1.59.72s-1,.44-1.5.66c-1,.46-1.86.86-2.65,1.22l-2.08,1c-.58.28-1,.52-1.35.69l-.48.27.53.12c.35.07.86.16,1.5.25a21.78,21.78,0,0,0,2.34.23,30.35,30.35,0,0,0,3,0c.55,0,1.13-.05,1.73-.1s1.2-.13,1.84-.21c1.26-.15,2.57-.42,3.93-.72.67-.16,1.35-.35,2-.55.34-.09.69-.19,1-.3l1-.36c1.39-.45,2.74-1,4.1-1.63s2.66-1.31,3.9-2.07l.94-.55c.31-.19.6-.39.9-.59.59-.4,1.18-.79,1.74-1.2,1.1-.85,2.16-1.66,3.09-2.53l1.35-1.27c.42-.42.81-.86,1.19-1.26a26,26,0,0,0,1.94-2.33,21.05,21.05,0,0,0,1.34-1.93c.35-.55.6-1,.77-1.31l.26-.49-.52.19C233.14,126.89,232.67,127.08,232.08,127.34Z"/><path class="avatar-3-cls-3" d="M285.59,114.78c-.58.47-1.29,1-2.1,1.64-.4.31-.82.65-1.26,1l-1.41,1.09c-.48.38-1,.79-1.49,1.19L277.72,121c-1.08.88-2.28,1.73-3.45,2.67-.62.44-1.22.91-1.84,1.38-.3.23-.61.47-.93.69l-.95.69c-1.25,1-2.58,1.85-3.86,2.79s-2.62,1.84-3.94,2.7l-1,.65c-.31.23-.64.44-1,.65-.65.42-1.29.83-1.92,1.26-1.28.78-2.49,1.63-3.69,2.34l-1.73,1.1c-.55.36-1.12.66-1.64,1l-1.51,1-1.38.84c-.87.54-1.63,1-2.27,1.42s-1.13.72-1.47,1l-.52.36h.63c.41,0,1,0,1.76-.05a26.4,26.4,0,0,0,2.72-.26l1.67-.25c.58-.11,1.18-.24,1.81-.39s1.3-.29,2-.48,1.36-.41,2.07-.63c1.42-.44,2.87-1,4.37-1.67.74-.33,1.48-.69,2.23-1.06.38-.18.76-.36,1.13-.57l1.11-.62c1.5-.81,2.94-1.78,4.39-2.74s2.79-2.05,4.07-3.18l1-.84c.32-.27.62-.57.92-.86.6-.59,1.2-1.16,1.76-1.74,1.1-1.2,2.15-2.35,3.05-3.54l1.3-1.73c.41-.57.76-1.15,1.12-1.68s.68-1.07,1-1.58l.8-1.48a24.8,24.8,0,0,0,1.17-2.47c.29-.7.5-1.26.64-1.64l.2-.59-.52.36C286.65,114,286.17,114.32,285.59,114.78Z"/><path class="avatar-3-cls-3" d="M75.07,168.26c0-.33,0-.66-.07-1-.07-.66-.14-1.3-.21-1.94s-.22-1.25-.33-1.86a16,16,0,0,0-.4-1.75c-.16-.57-.32-1.11-.47-1.64s-.38-1-.56-1.5-.38-.92-.55-1.35-.42-.8-.61-1.17a13.83,13.83,0,0,0-1.09-1.82c-.34-.49-.61-.86-.79-1.11l-.29-.39.11.47.35,1.3c.17.55.33,1.23.49,2,.09.38.18.79.28,1.22s.14.89.22,1.37.2,1,.24,1.47.12,1,.18,1.59.1,1.1.14,1.67.11,1.15.1,1.75,0,1.2,0,1.81c0,.31,0,.62,0,.93l0,.93q0,.94-.06,1.89c0,.64-.06,1.27-.11,1.91-.11,1.27-.2,2.55-.36,3.8l-.1.94-.12.94c-.08.61-.15,1.22-.23,1.83-.19,1.19-.32,2.37-.51,3.47-.08.56-.16,1.1-.23,1.62s-.16,1-.24,1.52c-.14,1-.27,1.87-.39,2.67s-.2,1.5-.27,2.07-.13,1-.16,1.35,0,.48,0,.48l.23-.42.61-1.21c.26-.53.55-1.17.88-1.92s.67-1.59,1-2.53l.54-1.47q.24-.76.51-1.59c.36-1.09.65-2.27,1-3.49.15-.61.28-1.24.41-1.87l.2-1,.15-1c.23-1.3.37-2.65.48-4,.06-.67.06-1.36.09-2a19.44,19.44,0,0,0,0-2Z"/><path class="avatar-3-cls-3" d="M62.89,191.23l-.23-.94c-.08-.31-.17-.62-.27-.92-.19-.61-.36-1.21-.59-1.78a24.73,24.73,0,0,0-1.44-3.24c-.26-.5-.52-1-.8-1.43s-.56-.88-.84-1.28a22.14,22.14,0,0,0-1.65-2.09c-.53-.59-1-1.07-1.44-1.45s-.77-.66-1-.84l-.37-.27.22.4c.14.26.36.64.62,1.13s.57,1.07.89,1.75.68,1.46,1,2.31c.18.42.35.86.52,1.33s.34.94.5,1.43c.34,1,.64,2,.92,3.14.15.54.26,1.11.39,1.67.07.29.13.57.18.86l.16.87c.21,1.16.37,2.35.5,3.55s.19,2.39.21,3.58v.89a8.42,8.42,0,0,1,0,.87c0,.59,0,1.16,0,1.73s-.05,1.13-.1,1.67-.09,1.09-.16,1.61-.11,1-.18,1.52-.13,1-.22,1.43c-.14.91-.31,1.75-.46,2.5s-.31,1.4-.43,1.94l-.3,1.26c-.07.3-.1.45-.1.45l.27-.37c.18-.24.44-.6.75-1.07s.66-1.07,1-1.77a24.08,24.08,0,0,0,1.12-2.41c.2-.45.35-.93.53-1.43s.33-1,.48-1.56.29-1.1.41-1.68.24-1.17.33-1.78.17-1.23.23-1.86c0-.32.06-.64.08-.95l0-1a32.15,32.15,0,0,0-.12-3.92A35.27,35.27,0,0,0,62.89,191.23Z"/><path class="avatar-3-cls-3" d="M340.52,135.12c-.56-.33-2.35,1.41-4.39,4.82a31.05,31.05,0,0,0-1.53,2.85c-.53,1-1,2.19-1.5,3.41a54.73,54.73,0,0,0-2.4,8.19,53.3,53.3,0,0,0-1,8.48c0,1.31,0,2.55,0,3.72s.16,2.24.29,3.22c.54,3.94,1.5,6.24,2.14,6.16,1.42-.19,1-9.55,3.37-20.59S341.75,135.85,340.52,135.12Z"/><path class="avatar-3-cls-3" d="M332.65,76.3q.6-.6,1.08-1.11c1.28-1.36,1.88-2.21,1.67-2.46s-1.68.43-4.06,1.79q.2-.28.12-.42c-.32-.6-3.28.45-8,1.89-1.18.36-2.47.76-3.87,1.11s-2.89.74-4.46,1.13c-3.16.7-6.64,1.35-10.34,1.81s-7.24.61-10.48.67c-1.61,0-3.15,0-4.59,0s-2.79-.11-4-.17c-4.93-.3-8-.62-8.21,0s2.72,2,7.75,3.17a39.25,39.25,0,0,0,4.15.75c1.5.25,3.12.36,4.83.49a68.2,68.2,0,0,0,11.11-.34,68,68,0,0,0,10.48-2.16A105.26,105.26,0,0,1,303,86.69a105.34,105.34,0,0,1-13.4,2.42c-2.09.18-4.08.41-5.94.45-.94,0-1.84.12-2.71.12l-2.51,0c-6.38,0-10.4-.39-10.54.3-.06.31.87.77,2.65,1.35l1.48.45c.55.14,1.15.26,1.79.4a42.19,42.19,0,0,0,4.43.73l2.6.29c.9.08,1.85.09,2.83.14,2,.12,4.05,0,6.26,0a78.72,78.72,0,0,0,14.2-2.19,78.61,78.61,0,0,0,13.5-4.9c2-1,3.85-1.92,5.51-3,.84-.51,1.66-1,2.42-1.48l2.14-1.5a44.2,44.2,0,0,0,3.53-2.77C331.77,77.08,332.24,76.69,332.65,76.3Z"/><path class="avatar-3-cls-3" d="M258.59,56.35c.84-.51,1.67-1,2.42-1.49l2.14-1.49a42.47,42.47,0,0,0,3.53-2.77c.5-.43,1-.82,1.38-1.21s.77-.77,1.09-1.11c1.27-1.36,1.87-2.22,1.67-2.46s-1.69.43-4.07,1.79c.13-.19.17-.33.12-.43-.32-.59-3.27.46-8,1.9-1.18.35-2.47.75-3.87,1.11s-2.89.74-4.46,1.13c-3.15.7-6.64,1.35-10.34,1.8s-7.24.61-10.47.68c-1.62,0-3.16,0-4.6,0s-2.79-.11-4-.18c-4.92-.29-8-.61-8.21,0s2.72,2,7.75,3.17c1.26.28,2.65.56,4.15.75s3.12.36,4.83.49a67.15,67.15,0,0,0,11.11-.35,66.79,66.79,0,0,0,10.48-2.16,104.66,104.66,0,0,1-12.79,4.27A105.34,105.34,0,0,1,225,62.2c-2.09.18-4.07.41-5.94.45-.94,0-1.84.12-2.71.12l-2.5,0c-6.39,0-10.41-.39-10.55.29-.06.31.87.78,2.65,1.36l1.48.45c.55.14,1.15.26,1.79.4a42.64,42.64,0,0,0,4.43.73l2.6.28c.9.09,1.85.1,2.83.15,2,.12,4,0,6.26,0a79.62,79.62,0,0,0,14.2-2.19,78.61,78.61,0,0,0,13.5-4.9C255.05,58.32,256.93,57.4,258.59,56.35Z"/><path class="avatar-3-cls-3" d="M195.19,30.86c.37-.2.73-.43,1.11-.66.73-.47,1.54-.92,2.32-1.45.41-.24.8-.5,1.2-.76.21-.13.41-.27.62-.39l.61-.4c.81-.54,1.66-1.05,2.48-1.62s1.64-1.1,2.47-1.63l.6-.41c.2-.15.4-.28.6-.41.41-.27.81-.53,1.19-.81.79-.52,1.53-1.08,2.26-1.57l1-.76c.34-.26.67-.49,1-.72l1.76-1.33c.52-.43,1-.8,1.37-1.1s.68-.59.88-.77l.15-.14.21-.06,1.73-.51.62-.2-.62-.19c-.41-.12-1-.29-1.77-.45s-1.69-.35-2.77-.5-2.3-.26-3.64-.33c-.67,0-1.37,0-2.1,0s-1.47,0-2.23.07a47,47,0,0,0-4.82.5c-.83.13-1.67.29-2.52.47l-1.28.28-1.28.32A43.6,43.6,0,0,0,191.24,17a39.83,39.83,0,0,0-4.92,2.38c-.39.22-.78.45-1.16.69l-1.13.73c-.73.51-1.46,1-2.13,1.56a28.65,28.65,0,0,0-3.65,3.44l-.78.89-.7.92a17.84,17.84,0,0,0-1.22,1.8,15.91,15.91,0,0,0-1,1.75c-.14.28-.27.55-.41.82s-.21.55-.31.81a18.1,18.1,0,0,0-.83,2.76,13.93,13.93,0,0,0-.26,1.82c0,.41,0,.63,0,.63l.41-.49c.28-.32.61-.81,1.11-1.37s1.07-1.25,1.8-2l.54-.55.61-.56c.41-.38.83-.78,1.31-1.15s.93-.8,1.47-1.18l.78-.59.83-.58c1.11-.79,2.36-1.53,3.64-2.28l2-1.09,1-.52q.51-.27,1.05-.51c1.42-.69,2.91-1.31,4.4-1.92,1.16-.46,2.32-.9,3.5-1.32l0,0-.63.53c-.21.18-.4.37-.6.56-.39.37-.77.74-1.13,1.12a27.05,27.05,0,0,0-2,2.33c-.28.39-.56.76-.81,1.14s-.48.76-.69,1.13a18.31,18.31,0,0,0-1,2.06,12.12,12.12,0,0,0-.65,1.69c-.16.48-.26.87-.33,1.13l-.09.42.39-.17c.25-.11.61-.28,1.05-.5l1.53-.82,1.9-1.07Z"/><path class="avatar-3-cls-3" d="M107.52,78.93q-.13-.72-.33-1.71l-.46-2.13c-.1-.38-.19-.78-.29-1.19s-.2-.82-.31-1.25c-.23-.84-.42-1.75-.7-2.65-.1-.46-.23-.91-.37-1.38-.07-.23-.13-.46-.19-.7l-.2-.7c-.28-.94-.51-1.9-.81-2.84s-.57-1.9-.83-2.85l-.21-.7c-.09-.23-.15-.46-.22-.69-.14-.46-.27-.92-.43-1.37-.25-.91-.57-1.78-.83-2.62l-.41-1.23c-.15-.4-.27-.79-.4-1.17l-.75-2.06-.65-1.64c-.18-.46-.35-.82-.47-1.07l-.09-.18v-.22c0-.77,0-1.39,0-1.8s0-.65,0-.65l-.36.53c-.24.35-.57.87-1,1.55s-.83,1.52-1.29,2.51-.93,2.12-1.4,3.38c-.21.63-.44,1.29-.66,2s-.4,1.42-.6,2.16c-.37,1.49-.7,3.09-.94,4.75q-.18,1.24-.3,2.55L92,66.84q0,.66-.06,1.32A42.83,42.83,0,0,0,92,73.58a39.33,39.33,0,0,0,.82,5.4c.09.44.19.88.31,1.31l.37,1.3c.27.85.54,1.69.86,2.49a29.54,29.54,0,0,0,2.21,4.51l.62,1,.67.93a19.84,19.84,0,0,0,1.36,1.7,15.78,15.78,0,0,0,1.39,1.43l.67.63.68.54a17.42,17.42,0,0,0,2.39,1.6,12.55,12.55,0,0,0,1.66.79l.59.24-.35-.54c-.22-.36-.59-.82-1-1.47s-.88-1.39-1.34-2.3l-.37-.67-.35-.75c-.24-.5-.5-1-.72-1.59s-.49-1.13-.69-1.75c-.11-.3-.22-.61-.34-.92l-.3-1c-.43-1.3-.76-2.71-1.11-4.15-.14-.74-.29-1.48-.44-2.23L99.44,79a11.19,11.19,0,0,1-.18-1.16c-.24-1.55-.39-3.16-.54-4.76-.1-1.25-.17-2.49-.22-3.74v0l.32.75c.11.25.23.5.35.74.25.48.48,1,.74,1.41a28.05,28.05,0,0,0,1.65,2.55c.29.38.57.76.86,1.11s.58.69.87,1A18.9,18.9,0,0,0,105,78.52a12.68,12.68,0,0,0,1.42,1.12c.41.3.75.51,1,.65l.37.21s0-.15,0-.42S107.6,79.41,107.52,78.93Z"/><path class="avatar-3-cls-3" d="M157.63,30.1c.21-.26.41-.52.63-.76l.62-.77c.82-1,1.69-2.06,2.5-3.13s1.66-2.11,2.5-3.13l.6-.79c.19-.27.4-.52.6-.78.41-.51.81-1,1.18-1.54.8-1,1.52-2,2.25-3,.36-.48.7-1,1-1.41s.66-.92,1-1.35l1.7-2.45c.5-.77.93-1.44,1.3-2s.63-1,.81-1.36l.13-.24.25-.17,2-1.38.71-.52h-.87c-.58,0-1.41.06-2.46.17s-2.34.26-3.79.52-3.07.63-4.82,1.1c-.87.26-1.78.52-2.71.83s-1.88.66-2.85,1c-1.94.76-4,1.64-6,2.67-1,.52-2,1.07-3,1.66l-1.53.9-1.51.95a65.41,65.41,0,0,0-5.9,4.36,52.74,52.74,0,0,0-5.32,5.14c-.42.44-.82.9-1.21,1.37l-1.14,1.41c-.73,1-1.45,1.92-2.09,2.91a39.74,39.74,0,0,0-3.25,6q-.31.75-.63,1.47t-.51,1.47a25.35,25.35,0,0,0-.81,2.83,22.86,22.86,0,0,0-.5,2.66c0,.42-.11.83-.17,1.23s0,.79-.06,1.17a22.82,22.82,0,0,0,.1,3.9,18.82,18.82,0,0,0,.42,2.44l.2.85.32-.81c.23-.53.45-1.3.86-2.23s.85-2.06,1.49-3.28l.46-.94.55-1a23.46,23.46,0,0,1,1.2-2c.44-.69.86-1.42,1.39-2.12l.76-1.1.83-1.09c1.09-1.49,2.39-3,3.72-4.47l2.11-2.23L141.81,32c.36-.38.74-.75,1.13-1.11,1.54-1.47,3.19-2.89,4.85-4.31,1.3-1.08,2.61-2.13,4-3.17l0,0-.59.95c-.19.31-.36.64-.53,1-.34.65-.68,1.28-1,1.93a38.56,38.56,0,0,0-1.52,3.8c-.2.63-.4,1.23-.57,1.82s-.29,1.18-.41,1.74a27.31,27.31,0,0,0-.49,3.1,18.32,18.32,0,0,0-.12,2.44c0,.68,0,1.23,0,1.6l.06.57L147,42c.28-.25.67-.62,1.14-1.09l1.63-1.69,2-2.18c.35-.4.71-.82,1.09-1.24s.75-.87,1.14-1.32c.75-.92,1.6-1.84,2.38-2.84C156.83,31.11,157.23,30.61,157.63,30.1Z"/><path class="avatar-3-cls-3" d="M188.32,415.9a115.94,115.94,0,0,1-19.23-1.61,3.5,3.5,0,1,1,1.26-6.88c.31,0,30.65,5.45,44.82-4.67A15.44,15.44,0,0,0,221.82,392a3.5,3.5,0,1,1,6.92,1,22.47,22.47,0,0,1-9.51,15.42C210.9,414.39,198.63,415.9,188.32,415.9Z"/><circle class="avatar-3-cls-9" cx="260.6" cy="260.93" r="5.28"/><circle class="avatar-3-cls-3" cx="245.8" cy="264.38" r="22.91"/><circle class="avatar-3-cls-1" cx="256.02" cy="247.35" r="12.7"/><path class="avatar-3-cls-8" d="M300.59,168.74c1.29,2.37,1.34,4.85.1,5.52s-3.29-.7-4.58-3.08-1.34-4.85-.1-5.52S299.3,166.36,300.59,168.74Z"/><path class="avatar-3-cls-8" d="M310.25,189.88c1.94,3.62,2.51,7.1,1.27,7.77s-3.83-1.73-5.77-5.36-2.52-7.1-1.27-7.77S308.3,186.25,310.25,189.88Z"/><path class="avatar-3-cls-2" d="M299.47,144.54a262.36,262.36,0,0,1-35.32,10.62c-29,6.65-57,6.47-86,.74-25.17-5-50.77-11.88-76.43-10.17q2.81-6.3,6.16-12.27l18.41-.39c10.64,1.22,21.21,3.34,31.78,5.55.36.16.75.32,1.18.49l1.36.43c.48.12,1,.24,1.54.35s1.12.18,1.71.23,1.22.09,1.85.09h.06c7.43,1.54,14.86,3,22.32,4.12,2.23.33,4.49.63,6.8.88l-.46.26.53.12c.35.07.86.16,1.5.25a21.78,21.78,0,0,0,2.34.23,30.35,30.35,0,0,0,3,0c.53,0,1.1-.05,1.68-.1,27.91,1.92,60.1-1.45,89.18-11.39C295,137.79,297.22,141.11,299.47,144.54Z"/><path class="avatar-3-cls-3" d="M48.53,260.48a4.48,4.48,0,0,1-4.45-3.88c-6.29-45.25-7.1-84.24-2.47-119.22C45.3,109.48,53.85,92.67,67.76,86c1.14-.55,2.28-1,3.38-1.45a18.15,18.15,0,0,0,5.5-2.92c3.46-3.14,5-8.42,6.69-14a62.23,62.23,0,0,1,4-10.82C101,30.15,129.81,8.13,159,2c40.31-8.54,71.8,12.57,102.27,33,14.23,9.53,28.94,19.39,44.16,25.83,24.66,10.44,48.47,9.52,65.33-2.54l10.62-7.6-3.69,12.53a80.3,80.3,0,0,1-3.28,9.09C365.33,93.3,343.91,122,293.34,139c-32.79,11-72.38,14.65-105.89,9.64-9.25-1.38-18.56-3.32-27.56-5.2-23.42-4.88-45.55-9.49-68.56-5.67a4.5,4.5,0,0,1-1.47-8.88c24.66-4.09,48.66.91,71.87,5.74,8.87,1.85,18.05,3.77,27.05,5.11,32.17,4.81,70.18,1.35,101.69-9.27,25.37-8.54,58.45-25.6,74.21-58.63-18,7.64-40.17,6.76-62.78-2.81-16-6.78-31.08-16.88-45.66-26.65C226,22.14,197.43,3,160.84,10.75c-26.25,5.56-53.21,26.18-65.55,50.13A54.71,54.71,0,0,0,92,70.14c-1.85,6.24-3.95,13.3-9.28,18.13a25.88,25.88,0,0,1-8.19,4.6c-1,.4-1.95.79-2.83,1.21-10.95,5.28-17.87,19.83-21.13,44.48C46,172.72,46.82,210.93,53,255.37a4.5,4.5,0,0,1-3.84,5.07A4.4,4.4,0,0,1,48.53,260.48Z"/><path class="avatar-3-cls-3" d="M343.6,255.94a4.49,4.49,0,0,1-4.5-4.47c-.3-40.92-49.59-113.6-50.09-114.33a4.5,4.5,0,1,1,7.44-5.08c2.09,3.07,51.33,75.71,51.65,119.35a4.51,4.51,0,0,1-4.47,4.53Z"/><path class="avatar-3-cls-8" d="M327.53,239.22a114.3,114.3,0,0,1,1,14c0,2.15,0,4.2-.15,6.11s-.26,3.69-.45,5.31c-.76,6.47-2,10.34-2.64,10.25-1.5-.19-.14-15.93-2.82-35-2.51-19.06-8.05-33.86-6.65-34.44.61-.26,2.82,3.14,5.29,9.17.62,1.51,1.26,3.17,1.86,5s1.19,3.78,1.78,5.85A114.05,114.05,0,0,1,327.53,239.22Z"/><circle class="avatar-3-cls-3" cx="145.8" cy="264.38" r="22.91"/><circle class="avatar-3-cls-1" cx="156.02" cy="247.35" r="12.7"/><circle class="avatar-3-cls-8" cx="136.6" cy="272.93" r="5.28"/><circle class="avatar-3-cls-8" cx="239.6" cy="272.93" r="5.28"/></g></g></svg>\n'},Symbol.toStringTag,{value:"Module"})),hc=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 464.12 605.75"><defs><style>.avatar-4-cls-1{fill:#dfe7ea;}.avatar-4-cls-2{fill:#f0d7c2;}.avatar-4-cls-3{fill:#d7ad8c;}.avatar-4-cls-4{fill:#c4987a;}.avatar-4-cls-5{fill:#8376a5;}.avatar-4-cls-6{fill:#655a8e;}.avatar-4-cls-7{fill:#ebcbac;}.avatar-4-avatar-4-cls-16,.avatar-4-cls-8,.avatar-4-cls-9{fill:none;stroke:#42565e;stroke-miterlimit:10;}.avatar-4-cls-8{stroke-linecap:round;}.avatar-4-cls-8,.avatar-4-cls-9{stroke-width:10px;}.avatar-4-cls-9{stroke-linecap:square;}.avatar-4-avatar-4-cls-10{fill:#dcb79b;}.avatar-4-avatar-4-cls-11{fill:#fff;}.avatar-4-avatar-4-cls-12{fill:#40565a;}.avatar-4-avatar-4-cls-13{fill:#a699d6;}.avatar-4-avatar-4-cls-14{fill:#485d63;}.avatar-4-avatar-4-cls-15{fill:#796f9c;}.avatar-4-avatar-4-cls-16{stroke-width:11px;}.avatar-4-avatar-4-cls-17{fill:#325560;}</style></defs><title>Asset 120</title><g id="Layer_2" data-name="Layer 2"><g id="Layer_1-2" data-name="Layer 1"><ellipse class="avatar-4-cls-1" cx="236.82" cy="551.53" rx="184.33" ry="54.22"/><path class="avatar-4-cls-2" d="M30.24,275.91A69.67,69.67,0,0,0,21.69,369c4.48,6,10.06,11.3,16.89,14.32s15,3.46,21.65,0"/><path class="avatar-4-cls-3" d="M18,366.5c3.62,6.7,8.36,12.95,14.66,17.24,2.69,1.84,7,1.57,11.13,1.27-5.9-4.26-10.4-10.26-13.86-16.68-15.65-29-9.35-68.14,14.59-90.75H68.76v-1.84H32.58C8.64,298.37,2.34,337.52,18,366.5Z"/><path class="avatar-4-cls-3" d="M419,275a69.67,69.67,0,0,1,29.75,88.61c-3,6.84-7.19,13.32-13.14,17.82s-13.82,6.82-21.06,5"/><path class="avatar-4-cls-4" d="M411.42,386.76a29.59,29.59,0,0,0,19.15-4.19c6.72-4,11.79-10.17,15.61-16.77A67.58,67.58,0,0,0,453.47,316c-4.12-16.58-18.64-31.49-33.49-41l-1,13.49c7.89,8.45,16.35,18.74,19.1,29.76a67.58,67.58,0,0,1-7.29,49.78c-3.82,6.6-8.9,12.74-15.61,16.77A30.36,30.36,0,0,1,411.42,386.76Z"/><path class="avatar-4-cls-5" d="M452.36,118.46c-8.78-30.07-32.4-57-62.92-63.67a46.85,46.85,0,0,0-9.71-17.86c-5.41-6.13-12.35-10.72-19.61-14.48-36.17-18.7-79.26-17-119.65-11.85-16.15,2.07-32.27,4.63-48,8.91C128.34,37,73,84.38,45.91,145.09s-22.25,133.54,7.56,193L262.36,185.91V334.35H414.7c-8.85-26.74-4.64-73.12,7.76-98.72,9.21-19,22.61-32.09,28.47-53.07C457,160.94,458.72,140.29,452.36,118.46Z"/><path class="avatar-4-cls-6" d="M454.65,186.37C452,196,447.72,203.88,443,211.49c-.82-48.6-11-97.83-36.11-139.38A92.48,92.48,0,0,0,398.41,60c28,8.43,49.4,34,57.66,62.31C462.44,144.1,460.69,164.75,454.65,186.37Z"/><path class="avatar-4-cls-7" d="M53.69,331.22c15.1-11.09,21.39-30.36,26.05-48.51A691.24,691.24,0,0,0,99.16,167.36l91,27.16c10,3,20.12,6,30.54,6.38,26.17,1,49.73-14.31,74.25-23.5A165.16,165.16,0,0,1,370,167.87s7.5,121.7,48.83,164.47c.81,73-43.54,137.46-92.3,191.78-11.27,12.55-23,25.08-37.55,33.62l-.21.12a72.52,72.52,0,0,1-36.5,10.2l-29.86.15a71.65,71.65,0,0,1-36.73-9.91l-1-.56c-14.55-8.54-26.28-21.06-37.55-33.62C98.47,469.8,52,405.33,52.78,332.34"/><path class="avatar-4-cls-2" d="M146.18,528.31c-48.31-54-94-118-93.24-190.45l.91-1.13c15.09-11.09,21.39-30.36,26-48.51A690.78,690.78,0,0,0,99.31,172.88l28.18,8.41C118.46,222.82,83,409.19,146.18,528.31Z"/><path class="avatar-4-cls-3" d="M323.51,525.35a270.7,270.7,0,0,1-19.2,19.85c22.46-40.14,35.38-85.8,40-131.73,6.33-63.1-2.24-126.93-17.2-188.56-.55-2.26-1.17-4.63-2.75-6.34-2.47-2.67-6.5-3-10.13-3.13-20.76-.84-41.76-1.81-61.63-7.87a105.08,105.08,0,0,1-17.44-7c19.43-4.07,37.77-14.78,56.7-21.88A165.11,165.11,0,0,1,367,169.1s7.49,121.69,48.83,164.46C416.61,406.56,372.26,471,323.51,525.35Z"/><path class="avatar-4-cls-8" d="M390.57,54.45c31.3,6,55.6,33.41,64.53,64,6.37,21.82,4.61,42.47-1.43,64.1-5.86,21-19.26,34.06-28.47,53.07-12.4,25.6-14.78,71.07-5.93,97.81"/><path class="avatar-4-cls-8" d="M27.49,275.91A69.67,69.67,0,0,0,18.93,369c4.48,6,10.06,11.3,16.89,14.32s15,3.46,21.65,0"/><path class="avatar-4-cls-8" d="M422.38,274.38A69.67,69.67,0,0,1,452.13,363c-3,6.84-7.19,13.32-13.14,17.82s-13.82,6.82-21.06,5"/><polygon class="avatar-4-cls-3" points="237.17 353.31 237.17 432.24 264.71 432.24 237.17 353.31"/><polyline class="avatar-4-cls-9" points="237.32 357.44 236.19 423.51 236.11 428.1"/><path class="avatar-4-avatar-4-cls-10" d="M344.27,308.58c.57,5-.41,9-1.09,8.93s-.9-4-1.45-8.65-1.2-8.52-.51-8.75S343.71,303.58,344.27,308.58Z"/><path class="avatar-4-avatar-4-cls-11" d="M160.6,204.75a109.34,109.34,0,0,1,22.25,7.54c5.49,2.71,8.48,5.28,8,6.57s-4.34,1.18-10.15.31-13.7-2.41-22.45-4.49A144,144,0,0,1,136,207.81c-5.57-2.38-8.76-4.67-8.36-6s4.24-1.55,10.15-1A175.83,175.83,0,0,1,160.6,204.75Z"/><path class="avatar-4-avatar-4-cls-12" d="M397.3,128.18a75.72,75.72,0,0,1,1.9,14c0,2.17.07,4.23-.09,6.16-.07,1-.1,1.89-.21,2.78l-.35,2.55c-1,6.48-2.82,10.19-3.8,10s-1.24-4.15-1.61-10.27L393,151c0-.83-.16-1.7-.23-2.59-.11-1.78-.38-3.68-.6-5.67-.54-4-1.27-8.29-2.32-12.78s-2.39-8.66-3.69-12.45c-.71-1.87-1.32-3.68-2-5.33-.34-.83-.63-1.65-1-2.41l-.95-2.21c-2.43-5.63-4.08-9.23-3.19-9.9s4.05,1.91,7.9,7.22l1.46,2.11c.5.74.95,1.55,1.44,2.38,1,1.65,1.9,3.5,2.85,5.46A75.74,75.74,0,0,1,397.3,128.18Z"/><path class="avatar-4-avatar-4-cls-12" d="M435.13,118.25a108.47,108.47,0,0,1-2.34,18.33c-.67,2.76-1.29,5.39-2.1,7.78-.39,1.2-.73,2.37-1.14,3.46L428.33,151a55.23,55.23,0,0,1-2.41,5.25c-.39.76-.74,1.46-1.11,2.09s-.74,1.19-1.08,1.69c-1.34,2-2.3,3-2.79,2.77-1-.47.38-5.47,2.21-13.44l.71-3.13c.25-1.08.43-2.23.67-3.4.51-2.34.86-4.87,1.31-7.51A173.57,173.57,0,0,0,427.48,118a173.79,173.79,0,0,0-.37-17.39c-.26-2.66-.43-5.21-.77-7.58-.16-1.18-.25-2.34-.42-3.44l-.48-3.17c-1.25-8.08-2.3-13.17-1.24-13.56.5-.18,1.38.87,2.58,3q.45.79,1,1.76c.32.66.62,1.38,1,2.17a55.19,55.19,0,0,1,2,5.41l1,3.21c.33,1.12.59,2.31.89,3.54.64,2.45,1.06,5.11,1.53,7.91A108.47,108.47,0,0,1,435.13,118.25Z"/><path class="avatar-4-avatar-4-cls-12" d="M407,237.87a61.19,61.19,0,0,1,3-13.43,51.88,51.88,0,0,1,2.35-5.53c.43-.84.8-1.66,1.25-2.41l1.31-2.14a30.51,30.51,0,0,1,2.52-3.48c.4-.49.77-.95,1.14-1.34s.75-.73,1.09-1c1.35-1.2,2.28-1.69,2.71-1.38.91.66-.62,4.15-2.6,9.64l-.77,2.16c-.27.75-.48,1.55-.74,2.36-.56,1.61-1,3.38-1.49,5.21A83.83,83.83,0,0,0,414.29,251c.13,1.9.18,3.72.4,5.4.1.85.14,1.68.25,2.46l.32,2.27c.83,5.79,1.62,9.51.59,10-.48.21-1.3-.46-2.37-1.9q-.4-.54-.85-1.23c-.29-.46-.55-1-.84-1.54A30.49,30.49,0,0,1,410,262.5l-.85-2.36c-.28-.83-.48-1.71-.73-2.61a51.91,51.91,0,0,1-1.18-5.89A61.23,61.23,0,0,1,407,237.87Z"/><path class="avatar-4-avatar-4-cls-13" d="M338.06,11a505.1,505.1,0,0,0-65.52,7.53c-9.44,1.72-18.9,3.72-27.78,7.32C237.13,29,230,33.22,222.27,36.08l-1,.35c-15.13,5.37-33.2,6.48-43.21,19L179.81,52q1.31-2.53,2.6-5.07a64.64,64.64,0,0,0-39.5,17c-.84.79-1.73,1.54-2.63,2.27-9,7.24-20.27,11.3-28.87,19.81q-.45-4.32-.89-8.65-2,1.23-3.94,2.52c-9.37,6.19-18,13.53-24.81,22.49-7.31,9.7-12.31,21.4-12.89,33.52a2.76,2.76,0,0,0-1.28-1.65c-.22.33-.44.67-.65,1a164.8,164.8,0,0,0-25.72,75.23q-1.39-4.56-2.77-9.1c-.08,1.17-.16,2.37-.21,3.63a304,304,0,0,0,3.3,57.5,58,58,0,0,1-13.19-23.61,221.08,221.08,0,0,1,5.31-59.68A200.24,200.24,0,0,1,46,142.48a217.66,217.66,0,0,1,18.72-33.54A52.26,52.26,0,0,1,66.84,100a231.53,231.53,0,0,1,78.78-67.78,147.77,147.77,0,0,0-11.25,10A223.1,223.1,0,0,1,179,21.07q6.69-2.31,13.52-4.18a312,312,0,0,1,36.29-7.31c3.89-.58,7.79-1.1,11.68-1.61,10.4-1.34,21-2.43,31.56-3C294.53,3.75,317,4.85,338.06,11Z"/><path class="avatar-4-cls-8" d="M50.86,335.92C21,276.49,16.19,203.66,43.3,142.95S125.73,34.84,189.89,17.37c15.71-4.28,31.83-6.84,48-8.91,40.39-5.18,83.48-6.85,119.65,11.85,7.26,3.75,14.2,8.35,19.61,14.48C388.79,48,392,67.82,386,84.4s-20.53,29.56-37.4,34.67"/><path class="avatar-4-avatar-4-cls-12" d="M119.45,55.71a122.27,122.27,0,0,1,11.37-12.29c1.91-1.73,3.71-3.37,5.52-4.79s3.48-2.72,5.07-3.83c6.39-4.44,10.89-6.3,11.46-5.47,1.28,1.85-13.39,13.4-27.43,31.16C111.22,78.11,103.19,95,101.1,94.13c-.93-.38-.12-5.17,2.8-12.39.74-1.8,1.58-3.75,2.62-5.79s2.18-4.19,3.45-6.44A122.24,122.24,0,0,1,119.45,55.71Z"/><path class="avatar-4-avatar-4-cls-12" d="M152.92,44.74a155.46,155.46,0,0,1,12.6-13.37c2.09-1.91,4.07-3.71,6-5.29s3.78-3,5.5-4.29c6.91-5,11.74-7.28,12.34-6.46,1.32,1.81-14.6,14.92-30.58,34.31C142.68,68.9,132.71,87,130.69,86c-.91-.44.42-5.6,4.09-13.32.92-1.92,2-4,3.21-6.2s2.61-4.49,4.1-6.89A155.46,155.46,0,0,1,152.92,44.74Z"/><path class="avatar-4-avatar-4-cls-12" d="M193,32.11a87.62,87.62,0,0,1,14.89-12.4,79.37,79.37,0,0,1,14-7.35c8.37-3.31,14-3.82,14.24-2.87s-4.55,3.39-11.85,7.73a121.7,121.7,0,0,0-25.76,20.23c-8.94,9.23-15.89,18.86-21.16,25.73s-8.78,11.07-9.7,10.51,1-5.67,5.14-13.44A127.77,127.77,0,0,1,193,32.11Z"/><path class="avatar-4-avatar-4-cls-12" d="M246.25,15.32A101.07,101.07,0,0,1,263,7.14a76.92,76.92,0,0,1,14.74-4c8.63-1.37,14-.51,14.08.47s-5,2.2-12.8,4.79a141.76,141.76,0,0,0-28.82,13.45c-10.67,6.49-19.73,13.51-26.43,18.52s-11.06,8-11.8,7.22,2.32-5.1,8.21-11.27A131.37,131.37,0,0,1,246.25,15.32Z"/><path class="avatar-4-avatar-4-cls-12" d="M38.39,192.46a120.8,120.8,0,0,0,3.08,13.79c.66,2.07,1.22,4.08,1.91,5.9.33.91.6,1.82.94,2.67l.95,2.43c2.44,6.21,4.26,10.1,3.34,10.76-.43.31-1.43-.29-2.9-1.67q-.55-.52-1.19-1.18c-.41-.45-.81-1-1.26-1.52a38.32,38.32,0,0,1-2.81-3.91L39,217.34c-.5-.84-.94-1.75-1.43-2.68a65,65,0,0,1-2.76-6.13,71.66,71.66,0,0,1-4.66-30.3,64.9,64.9,0,0,1,.79-6.68c.19-1,.33-2,.56-3l.69-2.72a38.34,38.34,0,0,1,1.5-4.57c.26-.66.49-1.27.74-1.83s.53-1,.78-1.48c1-1.76,1.76-2.63,2.26-2.47,1.07.35.52,4.61.05,11.26l-.17,2.61c-.06.9,0,1.85-.09,2.82-.11,1.94,0,4,0,6.2A120.86,120.86,0,0,0,38.39,192.46Z"/><path class="avatar-4-avatar-4-cls-12" d="M36.06,250.75a94.42,94.42,0,0,0,5.12,8.54c.9,1.25,1.71,2.48,2.56,3.55.42.55.8,1.1,1.2,1.6l1.16,1.45c3,3.71,5,6.11,4.35,7s-3.77,0-8.06-3.08l-1.65-1.24c-.57-.44-1.1-1-1.68-1.47a42.43,42.43,0,0,1-3.46-3.52,47.69,47.69,0,0,1-10.33-19.94,42.32,42.32,0,0,1-.88-4.85c-.09-.77-.19-1.5-.23-2.22s0-1.4-.06-2.06c0-5.26,1.13-8.39,2.13-8.36s1.91,3.05,3.23,7.61l.52,1.78c.18.62.41,1.25.62,1.91.38,1.32.92,2.69,1.42,4.14A94.39,94.39,0,0,0,36.06,250.75Z"/><path class="avatar-4-avatar-4-cls-12" d="M67.93,123.65A94.35,94.35,0,0,0,69.15,133c.31,1.43.54,2.81.87,4.07.16.64.27,1.27.43,1.86l.44,1.71c1.13,4.37,1.93,7.26,1,7.85s-3.35-1.43-6-5.72l-1-1.71c-.33-.6-.61-1.25-.92-1.92a40.14,40.14,0,0,1-1.7-4.39,45.45,45.45,0,0,1-1.49-21.39,40.27,40.27,0,0,1,1.08-4.58c.22-.71.4-1.39.64-2l.73-1.83c2-4.61,4.21-6.91,5.12-6.49s.62,3.42.11,7.91l-.2,1.76c-.07.61-.1,1.25-.17,1.9-.15,1.3-.19,2.7-.3,4.16A94.26,94.26,0,0,0,67.93,123.65Z"/><path class="avatar-4-cls-6" d="M355.66,174.31a165.11,165.11,0,0,0-59.78,10.43c-10.63,4-21.07,9.1-31.63,13.56v-4.12L252.17,203a106,106,0,0,1-14.22,3.9c-1.55.3-3.11.56-4.69.78a69.08,69.08,0,0,1-11.64.58c-10.43-.39-20.55-3.4-30.53-6.38l-56.29-16.8-14.54-4.34-20.14-6q-2.75,33.38-8.73,66.39Q87.06,265.14,81,288.82c-.1.41-.21.82-.31,1.23-4.66,18.14-10.95,37.42-26,48.5l-.92,1.13c0,1.12,0,2.25,0,3.36Q50.69,336.71,48,330.2c11.22-9.15,18.92-22.41,22.74-36.44,4.32-15.88,4-32.73,1.4-49a1.49,1.49,0,0,0,1.43.57c1.44-.21,3-2.36,3.4-4.18a188.87,188.87,0,0,0,4.36-49.24c0-.66-.06-1.31-.09-2l3.23,3.4c6-11.47,4.25-31.47,6.3-44.25,13.89,12.88,48.77,13.2,66.08,5.51-4.33,3.77-5,12.86-10.1,15.6,1.53,0-8.28,5-6.75,4.94a129.75,129.75,0,0,0,65.78-21.6c-5.24,11-14.41,26.68-26,30.42,1.69.36,2.65-6.32,4.34-6q12.47,2.51,25.09,4.17c12.06,1.61,24.59,2.62,36.17-1.11,14.49-4.66,25.64-16.08,36.16-27.09q0,2.9-.35,5.8a65.84,65.84,0,0,1-5,19.31l32.61-13.88c.05.5.09,1,.12,1.51a27,27,0,0,1-3.55,14.74q25.15-11.8,49.59-25A27.75,27.75,0,0,1,355.66,174.31Z"/><path class="avatar-4-cls-6" d="M411.74,319.21c-8.3-10.85-15.05-25-20.53-40.32-.08-.22-.16-.44-.23-.65-11.25-33.09-16.84-70.92-19.39-93.54,10.71,26.93,25,59.59,39.5,85.45h0C408.88,287.05,408.92,304.81,411.74,319.21Z"/><path class="avatar-4-avatar-4-cls-14" d="M269.63,176.7c24.26-13.66,43.82-25.11,45.05-23.33s-16.68,16.14-41.28,30-46.18,21.74-47,19.86S245.4,190.42,269.63,176.7Z"/><path class="avatar-4-avatar-4-cls-14" d="M257.18,173.65c4.41-4.6,8.39-9.18,11.9-13.46,1.71-2.18,3.38-4.21,4.84-6.2.74-1,1.49-1.92,2.16-2.85l1.94-2.68c4.93-6.84,8-11.24,9-10.75s-.41,5.73-4.33,13.56l-1.59,3c-.56,1.05-1.22,2.11-1.87,3.22-1.28,2.24-2.84,4.51-4.47,6.91a121.8,121.8,0,0,1-26.14,27c-2.34,1.71-4.56,3.34-6.75,4.7-1.09.69-2.12,1.38-3.15,2l-3,1.69c-7.7,4.18-13,5.67-13.41,4.78s3.78-4.16,10.45-9.32l2.61-2c.91-.7,1.81-1.48,2.78-2.25,1.94-1.52,3.92-3.26,6-5C248.28,182.34,252.73,178.22,257.18,173.65Z"/><path class="avatar-4-avatar-4-cls-12" d="M167.43,170.51a127.73,127.73,0,0,0,20.86-7.38c3-1.53,6-2.88,8.6-4.48,1.31-.77,2.63-1.44,3.82-2.21l3.41-2.23c2.24-1.34,4.06-2.84,5.78-4,.84-.61,1.67-1.15,2.38-1.68s1.35-1.06,1.94-1.5c2.38-1.77,3.91-2.61,4.3-2.26s-.39,1.87-2.19,4.37q-.68.93-1.54,2c-.6.72-1.3,1.44-2,2.23a55.67,55.67,0,0,1-5.34,5.13l-3.32,2.77c-1.17.95-2.49,1.79-3.81,2.73a89.12,89.12,0,0,1-8.83,5.42,103.88,103.88,0,0,1-22.17,8.5,103.87,103.87,0,0,1-23.57,2.85,89.14,89.14,0,0,1-10.34-.66c-1.61-.22-3.17-.34-4.64-.63l-4.23-.9a55.7,55.7,0,0,1-7.12-2c-1-.36-2-.66-2.85-1s-1.63-.75-2.32-1.09c-2.76-1.36-4.16-2.34-4-2.84s1.92-.47,4.86,0c.73.11,1.54.26,2.42.42s1.86.23,2.89.37c2.07.25,4.38.72,7,.86l4.06.38c1.41.13,2.89.1,4.41.17,3,.2,6.29,0,9.69-.06A127.74,127.74,0,0,0,167.43,170.51Z"/><path class="avatar-4-avatar-4-cls-12" d="M132.77,165a101.23,101.23,0,0,0,11.59-5.33c1.7-1,3.36-1.87,4.83-2.84.74-.47,1.49-.89,2.17-1.36l2-1.33c5-3.41,8.07-5.83,8.93-5.11.4.34.13,1.39-.74,3q-.33.61-.76,1.34c-.3.47-.67.95-1.06,1.47a32.16,32.16,0,0,1-2.84,3.38L155,160c-.64.63-1.36,1.21-2.09,1.85a54.7,54.7,0,0,1-4.91,3.75,60.59,60.59,0,0,1-26.34,9.87,54.62,54.62,0,0,1-6.16.4c-1,0-1.9,0-2.79,0l-2.57-.2a32.13,32.13,0,0,1-4.36-.68c-.64-.14-1.23-.26-1.76-.41s-1-.34-1.45-.5c-1.73-.66-2.62-1.27-2.54-1.8.17-1.11,4.09-1.32,10.09-2l2.35-.29c.81-.1,1.65-.27,2.52-.4,1.74-.23,3.58-.66,5.51-1A101.21,101.21,0,0,0,132.77,165Z"/><path class="avatar-4-avatar-4-cls-12" d="M72.26,253c-3.94-18.19-10.05-32.28-8.1-33.34.9-.48,3.66,2.5,6.83,8.12.79,1.41,1.62,3,2.4,4.69S75,236,75.75,238a99.8,99.8,0,0,1,4,13.3,99.82,99.82,0,0,1,2,13.73c.12,2.13.24,4.15.2,6.05s-.07,3.66-.19,5.27c-.5,6.44-1.74,10.3-2.76,10.25C76.78,286.49,76.37,271.13,72.26,253Z"/><path class="avatar-4-avatar-4-cls-12" d="M82.64,210.52c-.93-5.11-1.91-9.93-2.87-14.31-.52-2.17-1-4.26-1.47-6.19l-.69-2.81-.68-2.58c-1.72-6.58-2.86-10.76-1.87-11.26s3.8,3,6.94,9.37l1.19,2.53c.4.89.76,1.83,1.15,2.8.8,1.94,1.5,4.06,2.24,6.29a126.38,126.38,0,0,1,3.6,14.79,156.62,156.62,0,0,1,2.4,27.28c0,7-.65,11.34-1.7,11.43s-2.36-4.11-3.69-10.92S84.46,220.74,82.64,210.52Z"/><path class="avatar-4-avatar-4-cls-12" d="M344.09,154.54c1.54-2,2.91-4,4.14-5.82.58-.94,1.18-1.81,1.68-2.67s1-1.65,1.46-2.38c1.79-2.95,3.1-4.91,4.17-4.69s1.56,2.67.92,6.54a22.28,22.28,0,0,1-.74,3.1,30,30,0,0,1-1.27,3.44A34.57,34.57,0,0,1,344.2,165.2a30,30,0,0,1-3,2.07,22.28,22.28,0,0,1-2.83,1.48c-3.59,1.57-6.13,1.62-6.56.71s1.11-2.74,3.53-5.19c.6-.62,1.27-1.27,2-2s1.41-1.49,2.18-2.28C340.94,158.34,342.52,156.53,344.09,154.54Z"/><path class="avatar-4-cls-8" d="M53.84,333.37C68.95,322.28,75.23,303,79.9,284.86A691.24,691.24,0,0,0,99.31,169.51l91,27.16c10,3,20.12,6,30.54,6.38,26.17,1,49.73-14.31,74.25-23.5A165.16,165.16,0,0,1,370.19,170s7.5,121.7,48.83,164.47c.81,73-43.54,137.46-92.3,191.78-11.27,12.55-23,25.08-37.55,33.62L289,560a72.52,72.52,0,0,1-36.5,10.2l-29.86.15a71.65,71.65,0,0,1-36.73-9.91l-1-.56c-14.55-8.54-26.28-21.06-37.55-33.62C98.62,472,52.12,407.48,52.93,334.49"/><path class="avatar-4-avatar-4-cls-15" d="M366.79,83c3.56-9.19,4.7-18.51,5.61-25.39s1.67-11.38,3.11-11.5,3.15,4.16,4.11,11.49a63.11,63.11,0,0,1,.29,13.08,57.22,57.22,0,0,1-3.61,16A46.21,46.21,0,0,1,367.44,101a36.74,36.74,0,0,1-11,8.3,22.84,22.84,0,0,1-8.9,2.45c-2.21.06-3.45-.39-3.59-1.06-.32-1.48,3.72-3.27,8.61-7.49A48.83,48.83,0,0,0,360.21,95,53.81,53.81,0,0,0,366.79,83Z"/><path class="avatar-4-avatar-4-cls-15" d="M393.72,82.48c.87-4.87,1.17-9.75,1.81-13.49s1.62-6.21,3-6.35,2.93,2,4.17,5.79a32.63,32.63,0,0,1,1.39,6.9,33.45,33.45,0,0,1-.35,9,27.19,27.19,0,0,1-3.21,8.81,20.26,20.26,0,0,1-5.08,5.9,11.07,11.07,0,0,1-4.8,2.28c-1.31.2-2.17-.08-2.53-.67-.73-1.26.54-3.35,1.86-6.32A49.1,49.1,0,0,0,393.72,82.48Z"/><path class="avatar-4-avatar-4-cls-15" d="M363.5,116.33c3.72-2.45,7.13-4.62,9.92-6.06s5-2.06,6-1.12.74,3.29-1,6.3a32.08,32.08,0,0,1-21.71,14.25c-3.46.41-5.77-.25-6.18-1.58s1-3.12,3.44-5.1S359.77,118.77,363.5,116.33Z"/><path class="avatar-4-avatar-4-cls-15" d="M405.25,202a22.88,22.88,0,0,1,7.56-8.1c2.52-1.51,4.63-1.74,5.6-.75s.76,3-.12,5.45a57,57,0,0,1-4.2,8.5,57,57,0,0,1-5.26,7.89c-1.67,2-3.28,3.19-4.65,2.83s-2.2-2.28-2.16-5.22A22.88,22.88,0,0,1,405.25,202Z"/><path class="avatar-4-avatar-4-cls-11" d="M46.05,163.48a38.77,38.77,0,0,1,3.68-7.13,28.5,28.5,0,0,1,4.21-5c2.78-2.58,5.19-3.49,6.27-2.63s.8,3.3-.21,6.55-2.66,7.39-4.44,12-3.35,8.72-4.8,11.81-2.84,5.08-4.27,5-2.54-2.4-2.85-6.18a28.52,28.52,0,0,1,.3-6.56A38.81,38.81,0,0,1,46.05,163.48Z"/><path class="avatar-4-avatar-4-cls-11" d="M77.47,109.21a11.49,11.49,0,0,1,6.45-3c2-.16,3.51.49,4.17,1.73a4.9,4.9,0,0,1-.29,4.37,16,16,0,0,1-8.4,7.53,4.9,4.9,0,0,1-4.37-.18c-1.16-.79-1.64-2.38-1.27-4.33A11.49,11.49,0,0,1,77.47,109.21Z"/><ellipse class="avatar-4-avatar-4-cls-11" cx="210.56" cy="221.64" rx="5.11" ry="8.76" transform="translate(-22.94 418.97) rotate(-86.67)"/><path class="avatar-4-cls-9" d="M224.78,442.79h22.94"/><path class="avatar-4-cls-9" d="M20.87,340A35.55,35.55,0,0,1,42,316.79"/><path class="avatar-4-cls-9" d="M442.19,340A35.55,35.55,0,0,0,421,316.79"/><path class="avatar-4-avatar-4-cls-11" d="M36.71,359.23a58.7,58.7,0,0,1,4.48,7.36c1.06,2.29,1.34,4.25.37,5.29s-2.92,1-5.37-.08a19.33,19.33,0,0,1-8-6.91c-2.49-3.68-3.38-8-2.81-11.09a7,7,0,0,1,1.47-3.46,2.37,2.37,0,0,1,2.07-.95c1.42.21,2.44,1.71,3.61,3.43S35.05,356.75,36.71,359.23Z"/><path class="avatar-4-cls-3" d="M306.74,281.15a53.41,53.41,0,0,0-19.38,5.9c-4.86,2.45-8,4.52-9.27,3.52-.59-.47-.59-1.67.1-3.41a20.9,20.9,0,0,1,4.39-6.38,33.08,33.08,0,0,1,4-3.56,37.32,37.32,0,0,1,5.31-3.26,38.1,38.1,0,0,1,28.15-2.45,37.32,37.32,0,0,1,5.79,2.29,33.07,33.07,0,0,1,4.6,2.8,20.9,20.9,0,0,1,5.43,5.52c1,1.6,1.18,2.78.69,3.34-1.07,1.2-4.53-.29-9.74-1.86A53.41,53.41,0,0,0,306.74,281.15Z"/><path class="avatar-4-cls-9" d="M342.4,280.36a49.37,49.37,0,0,0-70.8,6.17"/><path class="avatar-4-avatar-4-cls-16" d="M264.12,323.48c12.85-5.69,25.89-11.31,39.71-13.84s28.68-1.72,41.06,4.94"/><path class="avatar-3-avatar-4-cls-17" d="M326.2,321.18a17.9,17.9,0,0,1-35.79,0c0-9.88,8-13.77,17.9-13.77S326.2,311.3,326.2,321.18Z"/><path class="avatar-4-cls-3" d="M167.36,281.15a53.41,53.41,0,0,1,19.38,5.9c4.86,2.45,8,4.52,9.27,3.52.59-.47.59-1.67-.1-3.41a20.9,20.9,0,0,0-4.39-6.38,33.08,33.08,0,0,0-4-3.56,37.32,37.32,0,0,0-5.31-3.26A38.1,38.1,0,0,0,154,271.51a37.32,37.32,0,0,0-5.79,2.29,33.07,33.07,0,0,0-4.6,2.8,20.9,20.9,0,0,0-5.43,5.52c-1,1.6-1.18,2.78-.69,3.34,1.07,1.2,4.53-.29,9.74-1.86A53.41,53.41,0,0,1,167.36,281.15Z"/><path class="avatar-4-cls-9" d="M131.69,280.36a49.37,49.37,0,0,1,70.8,6.17"/><path class="avatar-4-avatar-4-cls-16" d="M210,323.48c-12.85-5.69-25.89-11.31-39.71-13.84s-28.68-1.72-41.06,4.94"/><path class="avatar-3-avatar-4-cls-17" d="M147.9,321.18a17.9,17.9,0,0,0,35.79,0c0-9.88-8-13.77-17.9-13.77S147.9,311.3,147.9,321.18Z"/><path class="avatar-4-cls-9" d="M206,498.28A59.24,59.24,0,0,0,236,503c14.26-1.51,29.15-10,32.35-24"/><circle class="avatar-4-cls-2" cx="237.17" cy="528.6" r="10.55" transform="translate(-329.15 406.34) rotate(-53.65)"/></g></g></svg>\n'},Symbol.toStringTag,{value:"Module"})),dc=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg height="1em" style="flex:none;line-height:1" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"><title>Azure</title><path d="M11.49 2H2v9.492h9.492V2h-.002z" fill="#F25022"></path><path d="M22 2h-9.492v9.492H22V2z" fill="#7FBA00"></path><path d="M11.49 12.508H2V22h9.492v-9.492h-.002z" fill="#00A4EF"></path><path d="M22 12.508h-9.492V22H22v-9.492z" fill="#FFB900"></path></svg>'},Symbol.toStringTag,{value:"Module"})),pc=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg height="32" viewBox="0 0 24 24" width="32" xmlns="http://www.w3.org/2000/svg" style="flex: 0 0 auto; line-height: 1;"><title>Baidu</title><path d="M8.859 11.735c1.017-1.71 4.059-3.083 6.202.286 1.579 2.284 4.284 4.397 4.284 4.397s2.027 1.601.73 4.684c-1.24 2.956-5.64 1.607-6.005 1.49l-.024-.009s-1.746-.568-3.776-.112c-2.026.458-3.773.286-3.773.286l-.045-.001c-.328-.01-2.38-.187-3.001-2.968-.675-3.028 2.365-4.687 2.592-4.968.226-.288 1.802-1.37 2.816-3.085zm.986 1.738v2.032h-1.64s-1.64.138-2.213 2.014c-.2 1.252.177 1.99.242 2.148.067.157.596 1.073 1.927 1.342h3.078v-7.514l-1.394-.022zm3.588 2.191l-1.44.024v3.956s.064.985 1.44 1.344h3.541v-5.3h-1.528v3.979h-1.46s-.466-.068-.553-.447v-3.556zM9.82 16.715v3.06H8.58s-.863-.045-1.126-1.049c-.136-.445.02-.959.088-1.16.063-.203.353-.671.951-.85H9.82zm9.525-9.036c2.086 0 2.646 2.06 2.646 2.742 0 .688.284 3.597-2.309 3.655-2.595.057-2.704-1.77-2.704-3.08 0-1.374.277-3.317 2.367-3.317zM4.24 6.08c1.523-.135 2.645 1.55 2.762 2.513.07.625.393 3.486-1.975 4-2.364.515-3.244-2.249-2.984-3.544 0 0 .28-2.797 2.197-2.969zm8.847-1.483c.14-1.31 1.69-3.316 2.931-3.028 1.236.285 2.367 1.944 2.137 3.37-.224 1.428-1.345 3.313-3.095 3.082-1.748-.226-2.143-1.823-1.973-3.424zM9.425 1c1.307 0 2.364 1.519 2.364 3.398 0 1.879-1.057 3.4-2.364 3.4s-2.367-1.521-2.367-3.4C7.058 2.518 8.118 1 9.425 1z" fill="#2932E1" fill-rule="nonzero"></path></svg>\n'},Symbol.toStringTag,{value:"Module"})),fc=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 419.23 419.23"><defs><style>.svg-bell-cls-1{fill:#fbc907;}.svg-bell-cls-2{fill:#f3a70f;}.svg-bell-cls-3{fill:#426572;}.svg-bell-cls-4,.svg-bell-cls-9{fill:#fff;}.svg-bell-cls-5{fill:#e8e8e8;}.svg-bell-cls-6{fill:#dadada;}.svg-bell-cls-7{opacity:0.1;}.svg-bell-cls-8{fill:#55e0ff;}.svg-bell-cls-9{opacity:0.4;}</style></defs><title>Asset 510</title><g id="Layer_2" data-name="Layer 2"><g id="Layer_1-2" data-name="Layer 1"><circle class="svg-bell-cls-1" cx="210.66" cy="209.62" r="203.61"/><path class="svg-bell-cls-2" d="M27.21,209.62A203.61,203.61,0,0,1,220.72,6.26q-5-.25-10.08-.25C98.19,4.86,6.11,95.09,5,207.54S94.05,412.07,206.5,413.21q2.07,0,4.13,0,5.06,0,10.08-.25A203.61,203.61,0,0,1,27.21,209.62Z"/><path class="svg-bell-cls-3" d="M209.61,419.23C94,419.23,0,325.19,0,209.61S94,0,209.61,0,419.23,94,419.23,209.61,325.19,419.23,209.61,419.23Zm0-407.23C100.65,12,12,100.65,12,209.61s88.65,197.61,197.61,197.61,197.61-88.65,197.61-197.61S318.58,12,209.61,12Z"/><path class="svg-bell-cls-4" d="M111.69,60.1a195,195,0,0,1,41.08-21.2c3.59-1.34,2-7.14-1.6-5.79a201.47,201.47,0,0,0-42.51,21.8c-3.18,2.15-.18,7.35,3,5.18Z"/><path class="svg-bell-cls-4" d="M35.09,160.61c3.09-10.2,8-20,13.05-29.32A212.37,212.37,0,0,1,95.87,72.18c2.93-2.52-1.33-6.75-4.24-4.24A217.08,217.08,0,0,0,43,128.26C37.63,138,32.54,148.34,29.31,159c-1.12,3.7,4.67,5.29,5.79,1.6Z"/><circle class="svg-bell-cls-5" cx="211.45" cy="212.12" r="156.89"/><path class="svg-bell-cls-6" d="M67.05,232.07a156.89,156.89,0,0,1,283.33-92.82A156.91,156.91,0,1,0,85,304.92,156.19,156.19,0,0,1,67.05,232.07Z"/><path class="svg-bell-cls-5" d="M211.32,152.25h0a9.16,9.16,0,0,1,9.16,9.16V210.5a9.16,9.16,0,0,1-9.16,9.16h0a9.16,9.16,0,0,1-9.16-9.16V161.41A9.16,9.16,0,0,1,211.32,152.25Z"/><circle class="svg-bell-cls-5" cx="211.14" cy="221.32" r="15.94"/><path class="svg-bell-cls-3" d="M210.48,92.62c6.29,0,6.29-9.77,0-9.77S204.19,92.62,210.48,92.62Z"/><path class="svg-bell-cls-3" d="M210.48,343.89c6.29,0,6.29-9.77,0-9.77S204.19,343.89,210.48,343.89Z"/><path class="svg-bell-cls-3" d="M339.84,218.25c6.29,0,6.29-9.77,0-9.77S333.55,218.25,339.84,218.25Z"/><path class="svg-bell-cls-3" d="M81.13,218.25c6.29,0,6.29-9.77,0-9.77S74.84,218.25,81.13,218.25Z"/><path class="svg-bell-cls-3" d="M205.56,153.32h0a9.16,9.16,0,0,1,9.16,9.16v49.09a9.16,9.16,0,0,1-9.16,9.16h0a9.16,9.16,0,0,1-9.16-9.16V162.49A9.16,9.16,0,0,1,205.56,153.32Z"/><circle class="cls-3" cx="205.38" cy="221.15" r="15.94"/><path class="cls-3" d="M135.78,272.58l135.16-89.89L290.11,170c5.22-3.46.33-11.94-4.92-8.44L150,251.4l-19.17,12.74C125.64,267.6,130.52,276.08,135.78,272.58Z"/><g class="svg-bell-cls-7"><ellipse class="svg-bell-cls-8" cx="210.2" cy="211.21" rx="156.89" ry="154.23"/></g><path class="svg-bell-cls-9" d="M243.13,60.17,84.37,301.88a162.18,162.18,0,0,1-18.58-47.29L193.5,60.21a153.88,153.88,0,0,1,49.67,0Z"/><path class="svg-bell-cls-9" d="M289.69,72.6,115.93,325.78a155.09,155.09,0,0,1-14.77-15L270,64.76A155.38,155.38,0,0,1,289.69,72.6Z"/><path class="svg-bell-cls-9" d="M362.16,171.75h0L232.51,360.68h0a160.93,160.93,0,0,1-42.54.43L346.63,132.84A151.63,151.63,0,0,1,362.16,171.75Z"/><path class="cls-3" d="M210.12,369.75c-89.82,0-162.89-71.88-162.89-160.23S120.31,49.29,210.12,49.29,373,121.17,373,209.52,299.94,369.75,210.12,369.75Zm0-308.46c-83.2,0-150.89,66.5-150.89,148.23s67.69,148.23,150.89,148.23S361,291.25,361,209.52,293.32,61.29,210.12,61.29Z"/></g></g></svg>\n'},Symbol.toStringTag,{value:"Module"})),gc=Object.freeze(Object.defineProperty({__proto__:null,default:'\x3c!--\n - Copyright (c) 2024 LangChat. TyCoding All Rights Reserved.\n -\n - Licensed under the GNU Affero General Public License, Version 3 (the "License");\n - you may not use this file except in compliance with the License.\n - You may obtain a copy of the License at\n -\n - https://www.gnu.org/licenses/agpl-3.0.html\n -\n - Unless required by applicable law or agreed to in writing, software\n - distributed under the License is distributed on an "AS IS" BASIS,\n - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n - See the License for the specific language governing permissions and\n - limitations under the License.\n --\x3e\n\n<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 48 48" focusable="false" class="chakra-icon css-ge4a0p"><linearGradient id="bing_svg__a" x1="11.905" x2="17.941" y1="1.952" y2="40.401" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#3dbffc"></stop><stop offset="1" stop-color="#183efb"></stop></linearGradient><path fill="url(#bing_svg__a)" d="M17.572 37.076 20 35.619V10.603a4.998 4.998 0 0 0-2.133-4.096L12.36 2.652c-.994-.696-2.36.015-2.36 1.229V32.5c0 .22.02.555.033.772.336 3.595 4.349 5.718 7.539 3.804z"></path><linearGradient id="bing_svg__b" x1="14.342" x2="34.121" y1="41.478" y2="25.575" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#33bef0"></stop><stop offset="0.159" stop-color="#32b9f0"></stop><stop offset="0.341" stop-color="#2facf2"></stop><stop offset="0.533" stop-color="#2a95f4"></stop><stop offset="0.733" stop-color="#2475f6"></stop><stop offset="0.936" stop-color="#1b4cfa"></stop><stop offset="1" stop-color="#183efb"></stop></linearGradient><path fill="url(#bing_svg__b)" d="M32.682 27.904 20 35.5l-2.428 1.457c-3.191 1.915-7.203-.209-7.54-3.804C10.372 38.922 15.145 43.5 21 43.5c1.963 0 3.888-.536 5.568-1.551l6.834-4.126a11.136 11.136 0 0 0 2.15-1.707c2.354-2.701 1.187-7.447-2.87-8.212z"></path><linearGradient id="bing_svg__c" x1="24.223" x2="45.699" y1="17.113" y2="38.588" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#3dbffd"></stop><stop offset="1" stop-color="#1de9b6"></stop></linearGradient><path fill="url(#bing_svg__c)" d="m33.636 19.568-7.607-3.803c-1.234-.617-2.576.618-2.064 1.899l1.755 5.886a4.996 4.996 0 0 0 2.719 2.758L32.5 28c4.057.766 5.352 5.251 3.052 8.117 4.847-4.877 4.536-13.323-1.916-16.549z"></path></svg>\n'},Symbol.toStringTag,{value:"Module"})),mc=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20M8 11h8M8 7h6"/></svg>\n'},Symbol.toStringTag,{value:"Module"})),vc=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M12 8V4H8"/><rect width="16" height="12" x="4" y="8" rx="2"/><path d="M2 14h2m16 0h2m-7-1v2m-6-2v2"/></g></svg>\n'},Symbol.toStringTag,{value:"Module"})),yc=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" class="w-3.5 h-3.5" data-icon="Llm" aria-hidden="true"><g id="icons/llm"><path id="Vector (Stroke)" fill-rule="evenodd" clip-rule="evenodd" d="M5.83333 2.40625C5.04971 2.40625 4.39011 2.94431 4.20689 3.67206C4.13982 3.93846 3.91391 4.1349 3.64078 4.16432C2.94692 4.23906 2.40625 4.82766 2.40625 5.54167C2.40625 5.92943 2.56471 6.27904 2.82212 6.53129C2.94807 6.65472 3.01905 6.82365 3.01905 7C3.01905 7.17635 2.94807 7.34528 2.82212 7.46871C2.56471 7.72096 2.40625 8.07057 2.40625 8.45833C2.40625 9.03652 2.76061 9.53347 3.26651 9.74092C3.45247 9.81717 3.59324 9.97444 3.64849 10.1677C3.8841 10.9917 4.64342 11.5938 5.54167 11.5938C5.82802 11.5938 6.09916 11.533 6.34375 11.4237V9.91667C6.34375 9.31258 5.85409 8.82292 5.25 8.82292C4.88756 8.82292 4.59375 8.5291 4.59375 8.16667C4.59375 7.80423 4.88756 7.51042 5.25 7.51042C5.64385 7.51042 6.0156 7.60503 6.34375 7.77278V2.48514C6.18319 2.43393 6.01183 2.40625 5.83333 2.40625ZM7.65625 2.48514V4.08333C7.65625 4.6874 8.14592 5.17708 8.75 5.17708C9.11244 5.17708 9.40625 5.4709 9.40625 5.83333C9.40625 6.19577 9.11244 6.48958 8.75 6.48958C8.35615 6.48958 7.9844 6.39496 7.65625 6.22722V11.4237C7.90087 11.533 8.17199 11.5938 8.45833 11.5938C9.35657 11.5938 10.1159 10.9917 10.3515 10.1677C10.4068 9.97444 10.5475 9.81717 10.7335 9.74092C11.2394 9.53347 11.5938 9.03652 11.5938 8.45833C11.5938 8.07056 11.4353 7.72096 11.1779 7.46871C11.0519 7.34528 10.981 7.17635 10.981 7C10.981 6.82365 11.0519 6.65472 11.1779 6.53129C11.4353 6.27904 11.5938 5.92944 11.5938 5.54167C11.5938 4.82766 11.0531 4.23906 10.3592 4.16432C10.0861 4.1349 9.86022 3.93847 9.79315 3.67208C9.6099 2.94432 8.95027 2.40625 8.16667 2.40625C7.98817 2.40625 7.81681 2.43393 7.65625 2.48514ZM7.00001 12.565C6.56031 12.7835 6.06472 12.9062 5.54167 12.9062C4.14996 12.9062 2.96198 12.0403 2.48457 10.8188C1.65595 10.3591 1.09375 9.47501 1.09375 8.45833C1.09375 7.9213 1.2511 7.42042 1.52161 7C1.2511 6.57958 1.09375 6.0787 1.09375 5.54167C1.09375 4.30153 1.93005 3.25742 3.06973 2.94157C3.51828 1.85715 4.586 1.09375 5.83333 1.09375C6.24643 1.09375 6.64104 1.17788 7 1.33013C7.35896 1.17788 7.75357 1.09375 8.16667 1.09375C9.41399 1.09375 10.4817 1.85716 10.9303 2.94157C12.0699 3.25742 12.9062 4.30153 12.9062 5.54167C12.9062 6.07869 12.7489 6.57958 12.4784 7C12.7489 7.42043 12.9062 7.92131 12.9062 8.45833C12.9062 9.47502 12.344 10.3591 11.5154 10.8188C11.038 12.0403 9.85003 12.9062 8.45833 12.9062C7.93526 12.9062 7.4397 12.7834 7.00001 12.565Z" fill="currentColor"></path></g></svg>\n'},Symbol.toStringTag,{value:"Module"})),_c=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="currentColor" d="M5 21q-.425 0-.712-.288T4 20v-1H3v-4q0-.425.288-.712T4 14h1V7q0-1.65 1.175-2.825T9 3t2.825 1.175T13 7v10q0 .825.588 1.413T15 19t1.413-.587T17 17v-7h-1q-.425 0-.712-.288T15 9V5h1V4q0-.425.288-.712T17 3h2q.425 0 .713.288T20 4v1h1v4q0 .425-.288.713T20 10h-1v7q0 1.65-1.175 2.825T15 21t-2.825-1.175T11 17V7q0-.825-.587-1.412T9 5t-1.412.588T7 7v7h1q.425 0 .713.288T9 15v4H8v1q0 .425-.288.713T7 21z"/></svg>\n'},Symbol.toStringTag,{value:"Module"})),bc=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 392.49 390.69"><defs><style>.svg-cake-cls-1{fill:#fff;}.svg-cake-cls-2{fill:#f3aa9f;}.svg-cake-cls-3{fill:#e1978f;}.svg-cake-cls-4,.svg-cake-cls-6{fill:#426572;}.svg-cake-cls-5{fill:#e1d2d5;}.svg-cake-cls-6{font-size:100.43px;font-family:Dosis-ExtraBold, Dosis;font-weight:700;}</style></defs><title>Asset 480</title><g id="Layer_2" data-name="Layer 2"><g id="Layer_1-2" data-name="Layer 1"><path class="svg-cake-cls-1" d="M383.9,162H199.69V2.19q4-.19,8.16-.19A176.87,176.87,0,0,1,383.9,162Z"/><path class="svg-cake-cls-2" d="M355.38,210a176.83,176.83,0,0,1-95.72,157.18l-.15.07A176.88,176.88,0,1,1,101.72,50.67l.15-.07a175.93,175.93,0,0,1,72.82-17.4V191H354.37A177.9,177.9,0,0,1,355.38,210Z"/><path class="svg-cake-cls-3" d="M357.53,212.16a176,176,0,0,1-17.44,76.66,1,1,0,0,1-.07.15A176.89,176.89,0,0,1,73.47,352.79l1.23.38q6,1.86,12.26,3.29A177,177,0,0,0,303.49,191h52.78A178.15,178.15,0,0,1,357.53,212.16Z"/><path class="svg-cake-cls-4" d="M182.85,390.69a182.87,182.87,0,0,1-84-345.31l.41-.2a180.59,180.59,0,0,1,75.13-20l6.27-.28V185H364.36l.51,5.44c.54,5.77.82,11.62.82,17.4a180.72,180.72,0,0,1-20.18,83.56c-.06.12-.12.26-.2.41a184.39,184.39,0,0,1-83,80.77l-.18.08,0,0A181.06,181.06,0,0,1,182.85,390.69ZM104.33,56.08A170.88,170.88,0,0,0,256.9,361.85l.17-.08,0,0a172.34,172.34,0,0,0,77.5-75.38l.15-.29a168.84,168.84,0,0,0,18.93-78.23c0-3.6-.11-7.23-.34-10.84H168.69V37.58a168.41,168.41,0,0,0-64.07,18.35Z"/><path class="svg-cake-cls-5" d="M382.9,158H309.11c-2.89-46.4-18.43-98.49-36.89-144.29l1.33.51a177.49,177.49,0,0,1,92.51,83.56A175.63,175.63,0,0,1,382.9,158Z"/><path class="svg-cake-cls-4" d="M392.49,172H195.69V.47L201.4.2C204.11.07,207,0,209.85,0a182.87,182.87,0,0,1,182,165.44Zm-184.8-12H379.18A170.89,170.89,0,0,0,209.85,12h-2.16Z"/><text class="svg-cake-cls-6" transform="translate(232.67 133.93)">%</text><path class="svg-cake-cls-1" d="M101.22,81.14a166.34,166.34,0,0,1,34.83-18c3.58-1.34,2-7.14-1.6-5.79A172.89,172.89,0,0,0,98.19,76c-3.18,2.15-.18,7.35,3,5.18Z"/><path class="svg-cake-cls-1" d="M36.28,166.34c2.62-8.63,6.74-16.94,11.05-24.83A180.58,180.58,0,0,1,87.86,91.34c2.93-2.52-1.33-6.75-4.24-4.24-23.3,20.06-44.07,47.84-53.12,77.65-1.12,3.7,4.67,5.29,5.79,1.6Z"/></g></g></svg>\n'},Symbol.toStringTag,{value:"Module"})),wc=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 445 271.8"><defs><style>.svg-card-cls-1{fill:#32caf8;}.svg-card-cls-2{fill:#00aaf8;opacity:0.5;}.svg-card-cls-3{fill:#fff;}.svg-card-cls-4{fill:#426572;}</style></defs><g><g><rect class="svg-card-cls-1" x="6" y="8.17" width="433" height="259.8" rx="12" ry="12"/><path class="svg-card-cls-2" d="M439,21.16V255a13,13,0,0,1-13,13H28.72l381-259.8H426A13,13,0,0,1,439,21.16Z"/><path class="svg-card-cls-3" d="M328,33.24h88.92c3.86,0,3.87-6,0-6H328c-3.86,0-3.87,6,0,6Z"/><path class="svg-card-cls-3" d="M283.49,33.24H312.6c3.86,0,3.87-6,0-6H283.49c-3.86,0-3.87,6,0,6Z"/><path class="svg-card-cls-4" d="M427,271.8H18a18,18,0,0,1-18-18V18A18,18,0,0,1,18,0H427a18,18,0,0,1,18,18V253.8A18,18,0,0,1,427,271.8ZM18,12a6,6,0,0,0-6,6V253.8a6,6,0,0,0,6,6H427a6,6,0,0,0,6-6V18a6,6,0,0,0-6-6Z"/><rect class="svg-card-cls-4" x="37.89" y="125.08" width="12" height="20.57"/><rect class="svg-card-cls-4" x="55.93" y="125.08" width="12" height="20.57"/><rect class="svg-card-cls-4" x="73.97" y="125.08" width="12" height="20.57"/><rect class="svg-card-cls-4" x="92.01" y="125.08" width="12" height="20.57"/><rect class="svg-card-cls-4" x="118.71" y="125.08" width="12" height="20.57"/><rect class="svg-card-cls-4" x="136.76" y="125.08" width="12" height="20.57"/><rect class="svg-card-cls-4" x="154.8" y="125.08" width="12" height="20.57"/><rect class="svg-card-cls-4" x="172.84" y="125.08" width="12" height="20.57"/><rect class="svg-card-cls-4" x="199.54" y="125.08" width="12" height="20.57"/><rect class="svg-card-cls-4" x="217.58" y="125.08" width="12" height="20.57"/><rect class="svg-card-cls-4" x="235.63" y="125.08" width="12" height="20.57"/><rect class="svg-card-cls-4" x="253.67" y="125.08" width="12" height="20.57"/><rect class="svg-card-cls-4" x="280.37" y="125.08" width="12" height="20.57"/><rect class="svg-card-cls-4" x="298.41" y="125.08" width="12" height="20.57"/><rect class="svg-card-cls-4" x="316.45" y="125.08" width="12" height="20.57"/><rect class="svg-card-cls-4" x="334.49" y="125.08" width="12" height="20.57"/><rect class="svg-card-cls-4" x="43.89" y="177.53" width="161.29" height="12"/><rect class="svg-card-cls-4" x="43.89" y="204.59" width="68.2" height="12"/><circle class="svg-card-cls-3" cx="379.46" cy="207.35" r="23.82"/><rect class="svg-card-cls-3" x="43.89" y="36.31" width="72.53" height="47.63" rx="12" ry="12"/><path class="svg-card-cls-4" d="M104.42,88.86H55.89a18,18,0,0,1-18-18V47.23a18,18,0,0,1,18-18h48.53a18,18,0,0,1,18,18V70.86A18,18,0,0,1,104.42,88.86ZM55.89,41.23a6,6,0,0,0-6,6V70.86a6,6,0,0,0,6,6h48.53a6,6,0,0,0,6-6V47.23a6,6,0,0,0-6-6Z"/><path class="svg-card-cls-4" d="M379.46,241.49a29.81,29.81,0,1,1,29.82-29.82A29.85,29.85,0,0,1,379.46,241.49Zm0-47.63a17.81,17.81,0,1,0,17.82,17.81A17.84,17.84,0,0,0,379.46,193.86Z"/></g></g></svg>\n'},Symbol.toStringTag,{value:"Module"})),Cc=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><path fill="currentColor" d="M3.5 5.5a1 1 0 1 0 0 2a1 1 0 0 0 0-2m0-1q-.154 0-.302.023A2.5 2.5 0 0 1 5.5 3h9A2.5 2.5 0 0 1 17 5.5v9a2.5 2.5 0 0 1-2.5 2.5h-9A2.5 2.5 0 0 1 3 14.5V8.437a2 2 0 0 0 1 0V14.5A1.5 1.5 0 0 0 5.5 16h9a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 14.5 4h-9c-.513 0-.966.258-1.237.65A2 2 0 0 0 3.5 4.5m3.5 4a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5m.5 2.5a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1z"/></svg>\n'},Symbol.toStringTag,{value:"Module"})),xc=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill="currentColor" fill-rule="evenodd" d="M3.75 1a.75.75 0 0 1 .75.75v9.75h9.75a.75.75 0 0 1 0 1.5H4.5v1.25a.75.75 0 0 1-1.5 0V13H1.75a.75.75 0 0 1 0-1.5H3V1.75A.75.75 0 0 1 3.75 1m9.75 4.75a.75.75 0 0 0-1.5 0v3.5a.75.75 0 0 0 1.5 0zM9.75 3a.75.75 0 0 1 .75.75v5.5a.75.75 0 0 1-1.5 0v-5.5A.75.75 0 0 1 9.75 3M7.5 7.75a.75.75 0 0 0-1.5 0v1.5a.75.75 0 0 0 1.5 0z" clip-rule="evenodd"/></svg>\n'},Symbol.toStringTag,{value:"Module"})),kc=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg height="1em" style="flex:none;line-height:1" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"><title>Claude</title><path d="M4.709 15.955l4.72-2.647.08-.23-.08-.128H9.2l-.79-.048-2.698-.073-2.339-.097-2.266-.122-.571-.121L0 11.784l.055-.352.48-.321.686.06 1.52.103 2.278.158 1.652.097 2.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 1.908 1.476 2.491 1.833.365.304.145-.103.019-.073-.164-.274-1.355-2.446-1.446-2.49-.644-1.032-.17-.619a2.97 2.97 0 01-.104-.729L6.283.134 6.696 0l.996.134.42.364.62 1.414 1.002 2.229 1.555 3.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 1.851-.559 2.903-.364 1.942h.212l.243-.242.985-1.306 1.652-2.064.73-.82.85-.904.547-.431h1.033l.76 1.129-.34 1.166-1.064 1.347-.881 1.142-1.264 1.7-.79 1.36.073.11.188-.02 2.856-.606 1.543-.28 1.841-.315.833.388.091.395-.328.807-1.969.486-2.309.462-3.439.813-.042.03.049.061 1.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 1.068 2.006 1.81 2.509 2.33.127.578-.322.455-.34-.049-2.205-1.657-.851-.747-1.926-1.62h-.128v.17l.444.649 2.345 3.521.122 1.08-.17.353-.608.213-.668-.122-1.374-1.925-1.415-2.167-1.143-1.943-.14.08-.674 7.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 1.967-2.18 2.945-1.726 1.845-.414.164-.717-.37.067-.662.401-.589 2.388-3.036 1.44-1.882.93-1.086-.006-.158h-.055L4.132 18.56l-1.13.146-.487-.456.061-.746.231-.243 1.908-1.312-.006.006z" fill="#D97757" fill-rule="nonzero"></path></svg>'},Symbol.toStringTag,{value:"Module"})),Ac=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><circle cx="12" cy="13" r="8"/><path d="M12 9v4l2 2M5 3L2 6m20 0l-3-3M6.38 18.7L4 21m13.64-2.33L20 21"/></g></svg>\n'},Symbol.toStringTag,{value:"Module"})),Mc=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 12h.01M12 12h.01M9 12h.01M6 19a2 2 0 0 1-2-2v-4l-1-1l1-1V7a2 2 0 0 1 2-2m12 14a2 2 0 0 0 2-2v-4l1-1l-1-1V7a2 2 0 0 0-2-2"/></svg>\n'},Symbol.toStringTag,{value:"Module"})),Sc=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" class="h-4 w-4 text-components-button-secondary-text" data-icon="Collapse" aria-hidden="true"><g id="Icon L"><g id="Vector"><path d="M2.66602 11.3333H0.666016L3.33268 8.66667L5.99935 11.3333H3.99935L3.99935 14H2.66602L2.66602 11.3333Z" fill="currentColor"></path><path d="M2.66602 4.66667L2.66602 2L3.99935 2L3.99935 4.66667L5.99935 4.66667L3.33268 7.33333L0.666016 4.66667L2.66602 4.66667Z" fill="currentColor"></path><path d="M7.33268 2.66667H13.9993V4H7.33268V2.66667ZM7.33268 12H13.9993V13.3333H7.33268V12ZM5.99935 7.33333H13.9993V8.66667H5.99935V7.33333Z" fill="currentColor"></path></g></g></svg>\n'},Symbol.toStringTag,{value:"Module"})),Ec=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg width="64.000000" height="64.000000" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">\n\t<desc>\n\t\t\tCreated with Pixso.\n\t</desc>\n\t<defs/>\n\t<rect id="矩形 1" rx="4.000000" width="64.000000" height="64.000000" fill="#4D53E8" fill-opacity="1.000000"/>\n\t<path id="path" d="M17.13 26.77C17.13 24.81 17.5 22.93 18.25 21.12C19 19.31 20.06 17.71 21.45 16.32C22.83 14.94 24.43 13.87 26.24 13.12C28.05 12.37 29.93 12 31.89 12C40.05 12 46.67 18.62 46.67 26.77L46.67 29.42C46.67 31.37 48.25 32.96 50.21 32.96C54.28 32.96 55.2 38.67 51.33 39.95L49.21 40.65C47.69 41.16 46.67 42.58 46.67 44.17C46.67 44.79 46.52 45.37 46.22 45.9C45.92 46.44 45.51 46.87 44.98 47.2C44.46 47.52 43.89 47.7 43.27 47.72C42.66 47.75 42.08 47.63 41.53 47.35L38.93 46.06C38.81 46.01 38.66 46.06 38.62 46.19C36.53 52.74 27.26 52.74 25.17 46.19C25.11 46.03 25.01 45.99 24.86 46.06L22.27 47.35C19.91 48.54 17.13 46.82 17.13 44.17C17.13 42.58 16.1 41.16 14.59 40.65L12.46 39.95C8.59 38.67 9.52 32.96 13.58 32.96C15.54 32.96 17.13 31.37 17.13 29.42L17.13 26.77ZM25.47 31.54C24.52 31.54 24.04 32.02 24.04 32.97L24.04 35.83C24.04 36.79 24.52 37.26 25.47 37.26C26.42 37.26 26.9 36.79 26.9 35.83L26.9 32.97C26.9 32.02 26.42 31.54 25.47 31.54ZM38.33 32.96C37.37 32.96 36.9 33.44 36.9 34.39C36.9 35.35 37.37 35.82 38.33 35.82C39.28 35.82 39.76 35.35 39.76 34.39C39.76 33.44 39.28 32.96 38.33 32.96ZM27.04 39.19C27.11 39.37 27.21 39.52 27.35 39.66C28.6 40.91 30.12 41.54 31.89 41.54C33.67 41.54 35.18 40.91 36.44 39.66C37.11 38.98 37.11 38.31 36.44 37.64C35.76 36.96 35.09 36.96 34.42 37.64C33.72 38.33 32.88 38.68 31.89 38.68C30.91 38.68 30.07 38.33 29.37 37.64C29.01 37.27 28.58 37.14 28.08 37.24C27.58 37.34 27.23 37.63 27.04 38.1C26.88 38.46 26.88 38.83 27.04 39.19Z" fill="#FFFFFF" fill-opacity="1.000000" fill-rule="evenodd"/>\n</svg>\n'},Symbol.toStringTag,{value:"Module"})),Dc=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M2 15V9a6 6 0 0 1 6-6h8a6 6 0 0 1 6 6v6a6 6 0 0 1-6 6H8a6 6 0 0 1-6-6Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M16.357 12c.714 0 2.143 0 2.143-2s-1.429-2-2.143-2H13.5v4m2.857 0H13.5m2.857 0c.714 0 2.143 0 2.143 2s-1.429 2-2.143 2H13.5v-4M8.357 8H5.5v8h2.857c.714 0 2.143 0 2.143-2v-4c0-2-1.429-2-2.143-2"/></g></svg>'},Symbol.toStringTag,{value:"Module"})),zc=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><ellipse cx="12" cy="5" rx="9" ry="3"/><path d="M3 5v14a9 3 0 0 0 18 0V5"/><path d="M3 12a9 3 0 0 0 18 0"/></g></svg>\n'},Symbol.toStringTag,{value:"Module"})),Fc=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg height="1em" style="flex:none;line-height:1" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"><title>DeepSeek</title><path d="M23.748 4.482c-.254-.124-.364.113-.512.234-.051.039-.094.09-.137.136-.372.397-.806.657-1.373.626-.829-.046-1.537.214-2.163.848-.133-.782-.575-1.248-1.247-1.548-.352-.156-.708-.311-.955-.65-.172-.241-.219-.51-.305-.774-.055-.16-.11-.323-.293-.35-.2-.031-.278.136-.356.276-.313.572-.434 1.202-.422 1.84.027 1.436.633 2.58 1.838 3.393.137.093.172.187.129.323-.082.28-.18.552-.266.833-.055.179-.137.217-.329.14a5.526 5.526 0 01-1.736-1.18c-.857-.828-1.631-1.742-2.597-2.458a11.365 11.365 0 00-.689-.471c-.985-.957.13-1.743.388-1.836.27-.098.093-.432-.779-.428-.872.004-1.67.295-2.687.684a3.055 3.055 0 01-.465.137 9.597 9.597 0 00-2.883-.102c-1.885.21-3.39 1.102-4.497 2.623C.082 8.606-.231 10.684.152 12.85c.403 2.284 1.569 4.175 3.36 5.653 1.858 1.533 3.997 2.284 6.438 2.14 1.482-.085 3.133-.284 4.994-1.86.47.234.962.327 1.78.397.63.059 1.236-.03 1.705-.128.735-.156.684-.837.419-.961-2.155-1.004-1.682-.595-2.113-.926 1.096-1.296 2.746-2.642 3.392-7.003.05-.347.007-.565 0-.845-.004-.17.035-.237.23-.256a4.173 4.173 0 001.545-.475c1.396-.763 1.96-2.015 2.093-3.517.02-.23-.004-.467-.247-.588zM11.581 18c-2.089-1.642-3.102-2.183-3.52-2.16-.392.024-.321.471-.235.763.09.288.207.486.371.739.114.167.192.416-.113.603-.673.416-1.842-.14-1.897-.167-1.361-.802-2.5-1.86-3.301-3.307-.774-1.393-1.224-2.887-1.298-4.482-.02-.386.093-.522.477-.592a4.696 4.696 0 011.529-.039c2.132.312 3.946 1.265 5.468 2.774.868.86 1.525 1.887 2.202 2.891.72 1.066 1.494 2.082 2.48 2.914.348.292.625.514.891.677-.802.09-2.14.11-3.054-.614zm1-6.44a.306.306 0 01.415-.287.302.302 0 01.2.288.306.306 0 01-.31.307.303.303 0 01-.304-.308zm3.11 1.596c-.2.081-.399.151-.59.16a1.245 1.245 0 01-.798-.254c-.274-.23-.47-.358-.552-.758a1.73 1.73 0 01.016-.588c.07-.327-.008-.537-.239-.727-.187-.156-.426-.199-.688-.199a.559.559 0 01-.254-.078c-.11-.054-.2-.19-.114-.358.028-.054.16-.186.192-.21.356-.202.767-.136 1.146.016.352.144.618.408 1.001.782.391.451.462.576.685.914.176.265.336.537.445.848.067.195-.019.354-.25.452z" fill="#4D6BFE"></path></svg>'},Symbol.toStringTag,{value:"Module"})),Oc=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg fill="currentColor" fill-rule="evenodd" height="1em" style="flex:none;line-height:1" viewBox="-2 -2 28 28" width="1em" xmlns="http://www.w3.org/2000/svg"><title>Dify</title><clipPath id="lobe-icons-dify-fill"><path d="M1 0h10.286c6.627 0 12 5.373 12 12s-5.373 12-12 12H1V0z"></path></clipPath><foreignObject clip-path="url(#lobe-icons-dify-fill)" height="24" style="background:conic-gradient(from 180deg at 50% 50%, #0222C3, #8FB1F4, #FFFFFF)" width="24"></foreignObject></svg>\n'},Symbol.toStringTag,{value:"Module"})),Lc=Object.freeze(Object.defineProperty({__proto__:null,default:'\x3c!--\n - Copyright (c) 2024 LangChat. TyCoding All Rights Reserved.\n -\n - Licensed under the GNU Affero General Public License, Version 3 (the "License");\n - you may not use this file except in compliance with the License.\n - You may obtain a copy of the License at\n -\n - https://www.gnu.org/licenses/agpl-3.0.html\n -\n - Unless required by applicable law or agreed to in writing, software\n - distributed under the License is distributed on an "AS IS" BASIS,\n - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n - See the License for the specific language governing permissions and\n - limitations under the License.\n --\x3e\n\n<svg width="32" height="32" viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg" focusable="false"><path d="M512.003 79C272.855 79 79 272.855 79 512.003 79 751.145 272.855 945 512.003 945 751.145 945 945 751.145 945 512.003 945 272.855 751.145 79 512.003 79zm200.075 375.014c-.867 3.764-3.117 9.347-6.234 16.012h.087l-.347.648c-18.183 38.86-65.631 115.108-65.631 115.108l-.215-.52-13.856 24.147h66.8L565.063 779l29.002-115.368h-52.598l18.27-76.29c-14.76 3.55-32.253 8.436-52.945 15.1 0 0-27.967 16.36-80.607-31.5 0 0-35.501-31.29-14.891-39.078 8.744-3.33 42.466-7.573 69.004-11.122 35.93-4.845 57.965-7.441 57.965-7.441s-110.607 1.643-136.841-2.468c-26.237-4.11-59.525-47.905-66.626-86.377 0 0-10.953-21.117 23.595-11.122 34.547 10 177.535 38.95 177.535 38.95s-185.933-56.992-198.36-70.929c-12.381-13.846-36.406-75.902-33.289-113.981 0 0 1.343-9.521 11.127-6.926 0 0 137.49 62.75 231.475 97.152 94.028 34.403 175.76 51.885 165.2 96.414z" fill="#3AA2EB"></path></svg>\n'},Symbol.toStringTag,{value:"Module"})),Tc=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="currentColor" d="M8 13h8v-2H8zm0 3h8v-2H8zm0 3h5v-2H8zm-2 3q-.825 0-1.412-.587T4 20V4q0-.825.588-1.412T6 2h8l6 6v12q0 .825-.587 1.413T18 22zm7-13V4H6v16h12V9zM6 4v5zv16z"/></svg>\n'},Symbol.toStringTag,{value:"Module"})),Ic=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor"><path d="M16 2L21 7V21.0082C21 21.556 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918C3 2.44405 3.44495 2 3.9934 2H16ZM14 8V12.989L12 11L10.0108 13L10 8H8V16H10L12 14L14 16H16V8H14Z"></path></svg>\n'},Symbol.toStringTag,{value:"Module"})),jc=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg height="1em" style="flex:none;line-height:1" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"><title>Doubao</title><path d="M5.31 15.756c.172-3.75 1.883-5.999 2.549-6.739-3.26 2.058-5.425 5.658-6.358 8.308v1.12C1.501 21.513 4.226 24 7.59 24a6.59 6.59 0 002.2-.375c.353-.12.7-.248 1.039-.378.913-.899 1.65-1.91 2.243-2.992-4.877 2.431-7.974.072-7.763-4.5l.002.001z" fill="#1E37FC"></path><path d="M22.57 10.283c-1.212-.901-4.109-2.404-7.397-2.8.295 3.792.093 8.766-2.1 12.773a12.782 12.782 0 01-2.244 2.992c3.764-1.448 6.746-3.457 8.596-5.219 2.82-2.683 3.353-5.178 3.361-6.66a2.737 2.737 0 00-.216-1.084v-.002z" fill="#37E1BE"></path><path d="M14.303 1.867C12.955.7 11.248 0 9.39 0 7.532 0 5.883.677 4.545 1.807 2.791 3.29 1.627 5.557 1.5 8.125v9.201c.932-2.65 3.097-6.25 6.357-8.307.5-.318 1.025-.595 1.569-.829 1.883-.801 3.878-.932 5.746-.706-.222-2.83-.718-5.002-.87-5.617h.001z" fill="#A569FF"></path><path d="M17.305 4.961a199.47 199.47 0 01-1.08-1.094c-.202-.213-.398-.419-.586-.622l-1.333-1.378c.151.615.648 2.786.869 5.617 3.288.395 6.185 1.898 7.396 2.8-1.306-1.275-3.475-3.487-5.266-5.323z" fill="#1E37FC"></path></svg>'},Symbol.toStringTag,{value:"Module"})),Pc=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 356.99 419.8"><defs><style>.svg-download-cls-1{fill:#ffa546;}.svg-download-cls-2{fill:#ff6059;opacity:0.4;}.svg-download-cls-3{fill:#426572;}.cls-4{fill:#ffd947;}</style></defs><g><g><path class="svg-download-cls-1" d="M351,380.73v17.59a15.52,15.52,0,0,1-15.47,15.48H21.46A15.52,15.52,0,0,1,6,398.32V380.73a15.51,15.51,0,0,1,15.47-15.47H335.52A15.51,15.51,0,0,1,351,380.73Z"/><path class="svg-download-cls-2" d="M351,406.85c0,3.95-7,7.19-15.47,7.19H21.46C13,414,6,410.8,6,406.85V380.73a15.51,15.51,0,0,1,15.47-15.47H37.66l3.44,25.27c0,4,7,7.2,15.47,7.2l283.72,12.44,7.38-2.28Z"/><path class="svg-download-cls-3" d="M335.52,419.8H21.46A21.5,21.5,0,0,1,0,398.32V380.73a21.49,21.49,0,0,1,21.46-21.47H335.52A21.49,21.49,0,0,1,357,380.73v17.59a21.52,21.52,0,0,1-21.46,21.48ZM21.46,371.26A9.48,9.48,0,0,0,12,380.73v17.59a9.48,9.48,0,0,0,9.46,9.48H335.52a9.52,9.52,0,0,0,9.46-9.48V380.73a9.48,9.48,0,0,0-9.46-9.47Z"/><path class="svg-download-cls-1" d="M247.93,138H233.23V41.7A35.7,35.7,0,0,0,197.53,6H159.45a35.7,35.7,0,0,0-35.7,35.7V138H109.06C80,138,61.84,169.48,76.37,194.64l34.72,60.13,30,52c16.6,28.76,58.12,28.76,74.72,0l30-52,34.72-60.13C295.14,169.48,277,138,247.93,138Z"/><path class="svg-download-cls-2" d="M280.62,188l-34.73,60.13-30,52c-11.24,19.46-66.68,32.78-52.52,18.88,60.22-59.12,104.3-182.16,104.3-182.16A37.74,37.74,0,0,1,280.62,188Z"/><path class="cls-4" d="M192.3,6c-.22.23-.42.47-.63.72-38.92,45-18.36,116.49-42.85,170.71-10.14,22.45-29.18,41.51-52.15,49.48L78,194.64C63.52,169.48,81.67,138,110.72,138h14.7V41.7A35.7,35.7,0,0,1,161.12,6Z"/><path class="svg-download-cls-3" d="M178.49,334.39h0a48.64,48.64,0,0,1-42.56-24.57L71.17,197.64A43.75,43.75,0,0,1,109.06,132h8.69V41.7A41.74,41.74,0,0,1,159.45,0h38.09a41.75,41.75,0,0,1,41.7,41.7V132h8.69a43.75,43.75,0,0,1,37.89,65.62L221,309.82A48.64,48.64,0,0,1,178.49,334.39ZM109.06,144a31.75,31.75,0,0,0-27.49,47.62l64.76,112.17a37.14,37.14,0,0,0,64.33,0l64.76-112.17A31.75,31.75,0,0,0,247.92,144H227.23V41.7A29.73,29.73,0,0,0,197.53,12H159.45a29.73,29.73,0,0,0-29.7,29.7V144Z"/></g></g></svg>\n'},Symbol.toStringTag,{value:"Module"})),qc=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" viewBox="0 0 128 128"><path fill="#343741" d="M4 64c0 5.535.777 10.879 2.098 16H84c8.836 0 16-7.164 16-16s-7.164-16-16-16H6.098A63.7 63.7 0 0 0 4 64"/><path fill="#fec514" d="M111.695 30.648A61.5 61.5 0 0 0 117.922 24C106.188 9.379 88.199 0 68 0C42.715 0 20.957 14.71 10.574 36H98.04a20.12 20.12 0 0 0 13.652-5.352"/><path fill="#00bfb3" d="M98.04 92H10.577C20.961 113.29 42.715 128 68 128c20.2 0 38.188-9.383 49.922-24a61 61 0 0 0-6.227-6.648A20.13 20.13 0 0 0 98.04 92"/></svg>'},Symbol.toStringTag,{value:"Module"})),Rc=Object.freeze(Object.defineProperty({__proto__:null,default:'<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1742540824332" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="7176" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M208.979592 1024h606.040816c115.461224 0 208.979592-93.518367 208.979592-208.979592V208.979592C1024 93.518367 930.481633 0 815.020408 0H208.979592C93.518367 0 0 93.518367 0 208.979592v606.040816c0 115.461224 93.518367 208.979592 208.979592 208.979592z" fill="#1D7DF3" p-id="7177"></path><path d="M219.428571 741.877551h585.142858c34.586122 0 62.693878-28.107755 62.693877-62.693878V344.816327c0-34.586122-28.107755-62.693878-62.693877-62.693878H219.428571c-34.586122 0-62.693878 28.107755-62.693877 62.693878v334.367346c0 34.586122 28.107755 62.693878 62.693877 62.693878z" fill="#F2F2F2" p-id="7178"></path><path d="M512.010449 376.163265l-335.516735 348.682449a62.422204 62.422204 0 0 0 42.945306 17.031837h585.142858c16.613878 0 31.660408-6.478367 42.945306-17.031837L512.010449 376.163265z" fill="#A2A2A2" p-id="7179"></path><path d="M512.031347 397.061224l-323.813878 336.457143c9.195102 5.32898 19.853061 8.359184 31.242449 8.359184h585.142858c11.284898 0 21.942857-3.030204 31.137959-8.359184L512.031347 397.061224z" fill="#F2F2F2" p-id="7180"></path><path d="M804.550531 282.122449h-585.142858c-19.957551 0-37.720816 9.404082-49.214693 23.928163l223.608163 223.503674c65.306122 65.410612 171.049796 65.410612 236.355918 0l223.608163-223.503674c-11.493878-14.628571-29.257143-23.928163-49.214693-23.928163z" fill="#CBCBCB" p-id="7181"></path><path d="M804.550531 282.122449h-585.142858c-14.628571 0-28.107755 5.01551-38.765714 13.479184l220.47347 220.473469c61.23102 61.23102 160.496327 61.23102 221.727347 0l220.473469-220.473469a62.108735 62.108735 0 0 0-38.765714-13.479184z" fill="#F2F2F2" p-id="7182"></path></svg>'},Symbol.toStringTag,{value:"Module"})),Bc=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg\n aria-hidden="true"\n class="h-4 w-4"\n data-icon="Env"\n fill="none"\n height="16"\n viewBox="0 0 16 16"\n width="16"\n xmlns="http://www.w3.org/2000/svg"\n>\n <g id="env">\n <g id="Vector">\n <path\n clip-rule="evenodd"\n d="M1.33325 3.33325C1.33325 2.22868 2.22868 1.33325 3.33325 1.33325H12.6666C13.7712 1.33325 14.6666 2.22869 14.6666 3.33325V3.66659C14.6666 4.03478 14.3681 4.33325 13.9999 4.33325C13.6317 4.33325 13.3333 4.03478 13.3333 3.66659V3.33325C13.3333 2.96506 13.0348 2.66659 12.6666 2.66659H3.33325C2.96506 2.66659 2.66659 2.96506 2.66659 3.33325V3.66659C2.66659 4.03478 2.36811 4.33325 1.99992 4.33325C1.63173 4.33325 1.33325 4.03478 1.33325 3.66659V3.33325Z"\n fill="currentColor"\n fill-rule="evenodd"\n />\n <path\n clip-rule="evenodd"\n d="M14.6666 12.6666C14.6666 13.7712 13.7712 14.6666 12.6666 14.6666L3.33325 14.6666C2.22866 14.6666 1.33325 13.7711 1.33325 12.6666L1.33325 12.3333C1.33325 11.9651 1.63173 11.6666 1.99992 11.6666C2.36811 11.6666 2.66659 11.9651 2.66659 12.3333V12.6666C2.66659 13.0348 2.96505 13.3333 3.33325 13.3333L12.6666 13.3333C13.0348 13.3333 13.3333 13.0348 13.3333 12.6666V12.3333C13.3333 11.9651 13.6317 11.6666 13.9999 11.6666C14.3681 11.6666 14.6666 11.9651 14.6666 12.3333V12.6666Z"\n fill="currentColor"\n fill-rule="evenodd"\n />\n <path\n clip-rule="evenodd"\n d="M1.33325 5.99992C1.33325 5.63173 1.63173 5.33325 1.99992 5.33325H4.33325C4.70144 5.33325 4.99992 5.63173 4.99992 5.99992C4.99992 6.36811 4.70144 6.66658 4.33325 6.66658H2.66659V7.33325H3.99992C4.36811 7.33325 4.66659 7.63173 4.66659 7.99992C4.66659 8.36811 4.36811 8.66658 3.99992 8.66658H2.66659V9.33325H4.33325C4.70144 9.33325 4.99992 9.63173 4.99992 9.99992C4.99992 10.3681 4.70144 10.6666 4.33325 10.6666H1.99992C1.63173 10.6666 1.33325 10.3681 1.33325 9.99992V5.99992Z"\n fill="currentColor"\n fill-rule="evenodd"\n />\n <path\n clip-rule="evenodd"\n d="M6.4734 5.36186C6.75457 5.27673 7.05833 5.38568 7.22129 5.63012L8.66659 7.79807V5.99992C8.66659 5.63173 8.96506 5.33325 9.33325 5.33325C9.70144 5.33325 9.99992 5.63173 9.99992 5.99992V9.99992C9.99992 10.2937 9.80761 10.5528 9.52644 10.638C9.24527 10.7231 8.94151 10.6142 8.77855 10.3697L7.33325 8.20177V9.99992C7.33325 10.3681 7.03478 10.6666 6.66659 10.6666C6.2984 10.6666 5.99992 10.3681 5.99992 9.99992V5.99992C5.99992 5.70614 6.19222 5.44699 6.4734 5.36186Z"\n fill="currentColor"\n fill-rule="evenodd"\n />\n <path\n clip-rule="evenodd"\n d="M11.0768 5.38453C11.4167 5.24292 11.807 5.40364 11.9486 5.74351L12.9999 8.26658L14.0512 5.74351C14.1928 5.40364 14.5831 5.24292 14.923 5.38453C15.2629 5.52614 15.4236 5.91646 15.282 6.25633L13.6153 10.2563C13.5118 10.5048 13.2691 10.6666 12.9999 10.6666C12.7308 10.6666 12.488 10.5048 12.3845 10.2563L10.7179 6.25633C10.5763 5.91646 10.737 5.52614 11.0768 5.38453Z"\n fill="currentColor"\n fill-rule="evenodd"\n />\n </g>\n </g>\n</svg>\n'},Symbol.toStringTag,{value:"Module"})),Zc=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path fill="#6965db" d="M29.937 25.078a.19.19 0 0 0-.185-.042c-1.464-2.162-3.325-4.213-5.128-6.193l-.297-.325a.17.17 0 0 0-.042-.105a.2.2 0 0 0-.118-.07l-.06-.063l-.042-.031c-.052-.112-.185-.196-.332-.122c-.551.283-1.047.688-1.536 1.062c-.654.5-1.293 1.02-1.894 1.579a6 6 0 0 0-.688.73c-.098.129-.024.251.095.303q-.64.63-1.286 1.307a.2.2 0 0 0-.056.154a.2.2 0 0 0 .077.143l.755.576s.003.01.01.014c1.08 1.065 2.973 2.543 4.978 4.108q.446.351.897.702q.204.247.392.49a.2.2 0 0 0 .279.038c.045.034.09.073.136.108a.2.2 0 0 0 .28-.035a.2.2 0 0 0 .038-.108c.014 0 .025.01.035.01a.2.2 0 0 0 .147-.063l3.556-3.884a.196.196 0 0 0-.014-.28zm-10.21-1.345q.037.047.073.088c.406.342.839.712 1.279 1.09l-1.789-1.366l-.181-.126a2 2 0 0 1-.108-.084l-.133-.112s.024-.024.035-.038l.122-.123c.6-.607 1.631-1.62 2.162-2.116c-.562.566-1.7 2.225-1.456 2.787zm6.123 4.824l-1.474-1.125a37 37 0 0 0-1.83-1.757c.796.615 1.477 1.135 1.579 1.226c.772.689.737.563 1.268 1.017l.639.464c-.063.056-.126.116-.185.172zm.37.283l-.027-.02l.17-.134l-.139.154zM2.843 6.031l.14.737c.24 1.292.464 2.456.89 3.34l.168.67c.066.255.16.573.248.64c.995.88 2.522 2.193 4.153 3.43a.2.2 0 0 0 .245-.004q.006.01.014.014a.2.2 0 0 0 .132.052a.2.2 0 0 0 .147-.066c2.089-2.323 3.643-4.234 4.75-5.834a.44.44 0 0 0 .102-.293c.07-.084.143-.168.21-.237a.195.195 0 0 0-.035-.3a.2.2 0 0 0-.06-.127a95 95 0 0 0-1.208-1.145a104 104 0 0 1-2.715-2.624L10 4.264a.2.2 0 0 0-.077-.05c-.388-.136-1.184-.272-2.186-.447c-1.475-.251-3.493-.6-5.31-1.142h-.014v-.003s-.007 0-.01.007h-.004l.014-.007s-.108.003-.13.014a.2.2 0 0 0-.065.052c-.018.021-.032.042-.165.07c-.132.028.028 0 .039 0h-.039v.01c.025.12.018.203.056.34c-.007.034.074.356.084.387l.64 2.536zm10.81 2.284l-.013.018l-.224-.248q.114.107.238.23zm-2.476 3.28l-.035.042l-.007-.007q.02-.017.045-.034zm-1.415-7.02c.123.122.608.576.72.688c-.507-.231-1.768-.818-2.354-1.006c.576.1 1.372.23 1.634.317zm-6.7-.968c.294.503.525 2.267.755 3.982c-.13-.552-.24-1.09-.346-1.607c-.181-.894-.349-1.694-.583-2.403q.075.006.171.017q-.002.006.007.01zm-.1-.423q-.122-.012-.217-.017q-.01-.021-.014-.042l.23.063zm-.776.157v-.007zm27.434-.412c.014-.08-.384-.433-.259-.44c.297-.014.3-.471 0-.458c-.394.021-.793.112-1.177.186q-1.036.195-2.068.422a85 85 0 0 0-4.576 1.087c-.475.129-.999.244-1.435.475c-.147.076-.14.234-.06.331a.3.3 0 0 1-.097.032q-.195.035-.388.066a.198.198 0 0 0-.136.3c-.81 1.084-1.733 2.25-2.732 3.476a351 351 0 0 0-3.046 3.543c-3.287 3.863-7.014 8.243-11.143 12.1a.2.2 0 0 0-.01.279a.2.2 0 0 0 .066.045l-.168.154a.18.18 0 0 0-.056.112l-.08.087a.2.2 0 0 0 .01.28a.2.2 0 0 0 .28-.01l.042-.046a.293.293 0 0 1 .426 0l.681.73l-.482-.402a.2.2 0 0 0-.28.024a.2.2 0 0 0 .025.28l5.177 4.342a.2.2 0 0 0 .269-.014l.126-.126a.2.2 0 0 0 .22-.042c7.017-7.049 12.669-12.376 19.142-17.137a.2.2 0 0 0 .08-.178a.2.2 0 0 0 .168-.136c1.194-3.654 1.425-6.889 1.495-8.478l.007-.024q.01-.027.014-.05l.017-.065a.95.95 0 0 0-.052-.751zM17.072 8.647q.471-.54.933-1.055C15.993 10.24 12.66 14.32 7.942 19.168c3.213-3.555 6.451-7.24 9.13-10.52zM5.702 27.094l-.01-.01l.07.014a.2.2 0 0 0-.06 0zm2.41 2.243l-.017-.014l.01-.01c.007 0 .01.006.014.006c0 .007-.007.01-.01.018zm2.92-2.519l.482-.503l.01.018c-.163.16-.328.325-.495.485zm.783-.772l.304-.356q.004-.006.014-.014a201 201 0 0 1 3.555-3.58l.025-.021l.95-.727a520 520 0 0 0-4.848 4.702zm7.562-19.519c-.65.846-1.362 1.942-1.966 2.82c-1.908 2.762-8.048 9.528-8.185 9.657c-.946.916-3.8 3.654-5.62 5.37a1 1 0 0 0-.119.122a.277.277 0 0 1 .01-.395c8.67-8.174 13.93-14.982 16.069-17.947c-.046.115-.084.24-.192.38zm5.767 2.48l-.003.007c0-.007-.007-.024.003-.007m-2.375 1.51c-.79-.458-1.16-1.143-.947-1.834l.067-.23q.041-.1.098-.2c.206-.342.52-.646.88-.824q.026-.01.052-.014a.3.3 0 0 1-.014-.15c.018-.109.088-.203.23-.203c.235 0 .961.216 1.237.454q.127.1.238.22c.105.122.258.321.335.465c.046.02.08.216.133.317q.073.242.063.49c0 .006 0 .006.003.01c-.01.024 0 .13-.014.14c-.035.251-.126.5-.262.716l-.038.056c0 .003-.007.007-.01.014a1.6 1.6 0 0 1-.378.394c-.44.311-.953.406-1.467.276a2 2 0 0 1-.2-.087zm5.683-.57c-.171.716-.38 1.464-.629 2.229c-.01.028-.01.055-.01.08a.2.2 0 0 0-.094.038a106 106 0 0 0-4.535 3.532a250 250 0 0 1 3.923-3.476a2.24 2.24 0 0 0 .737-1.306l.196-1.178l.01-.035c.088-.248.468-.14.409.116z"/></svg>\n'},Symbol.toStringTag,{value:"Module"})),Hc=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor"><path d="M16 2L21 7V21.0082C21 21.556 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918C3 2.44405 3.44495 2 3.9934 2H16ZM13.2 12L16 8H13.6L12 10.2857L10.4 8H8L10.8 12L8 16H10.4L12 13.7143L13.6 16H16L13.2 12Z"></path></svg>\n'},Symbol.toStringTag,{value:"Module"})),Vc=Object.freeze(Object.defineProperty({__proto__:null,default:'\x3c!--\n - Copyright (c) 2024 LangChat. TyCoding All Rights Reserved.\n -\n - Licensed under the GNU Affero General Public License, Version 3 (the "License");\n - you may not use this file except in compliance with the License.\n - You may obtain a copy of the License at\n -\n - https://www.gnu.org/licenses/agpl-3.0.html\n -\n - Unless required by applicable law or agreed to in writing, software\n - distributed under the License is distributed on an "AS IS" BASIS,\n - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n - See the License for the specific language governing permissions and\n - limitations under the License.\n --\x3e\n\n<svg class="chakra-icon css-qip50i" viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg" width="256" height="256" focusable="false"><path d="M891.319 340.846c4.9 0 9.728.292 14.628.804a409.966 409.966 0 0 1 108.837 30.062c10.094 4.535 12.58 8.192 3.95 17.335a351.285 351.285 0 0 0-61.001 89.966c-16.823 35.328-35.109 69.851-52.298 105.033a225.28 225.28 0 0 1-52.15 69.412c-53.614 48.494-116.151 68.974-187.539 59.1-81.92-11.337-159.451-38.985-232.74-75.484a143.506 143.506 0 0 1-10.46-5.485 5.34 5.34 0 0 1 .293-9.216l5.12-2.707c59.246-31.67 108.836-75.849 156.526-122.295 20.187-19.529 39.497-40.009 59.904-59.318a345.015 345.015 0 0 1 160.182-85.797c13.166-3.218 26.551-5.778 39.79-8.63h.585l28.233-2.56" fill="#133C9A"></path><path d="M317.66 913.847c-8.997-.512-31.16-3.584-33.866-3.95a536.43 536.43 0 0 1-165.083-48.274c-30.208-14.117-59.246-30.72-88.357-46.958-19.163-10.679-27.794-27.282-27.648-49.883a17823.3 17823.3 0 0 0 0-250.149C2.414 461.02.731 407.406 0 353.72c0-4.754.731-9.509 2.194-13.897 3.292-9.728 9.948-10.24 16.53-3.95 7.607 7.314 13.678 16.238 21.212 23.406 67.291 66.413 138.752 127.195 218.77 177.225a1207.66 1207.66 0 0 0 140.435 77.385c77.75 35.328 157.55 66.487 241.078 86.235 73.875 17.482 145.628 6.437 205.459-40.374 18.285-15.653 27.282-27.063 48.932-55.882a359.863 359.863 0 0 1-37.376 72.85c-13.897 21.944-45.348 51.2-69.193 74.094-36.279 35.109-83.748 63.562-128.292 87.552-48.567 26.186-99.036 47.104-152.942 58.515-27.648 6.948-67.584 14.848-81.335 15.58-2.414-.147-10.679 1.681-14.848 1.389-35.547 2.633-57.49 3.657-92.891 0z" fill="#3370FF"></path><path d="M165.083 110.519a52.443 52.443 0 0 1 7.461 0c152.65 0 304.128 2.487 456.63 2.487.293 0 .586 0 .732.22a351.057 351.057 0 0 1 39.278 40.155c34.45 34.23 60.123 93.622 77.678 129.755 8.777 25.015 21.943 48.86 28.16 76.8v.439c-15.58 5.047-30.72 11.19-45.349 18.505-44.178 22.382-64.22 38.766-100.79 74.752-19.969 19.53-37.011 37.083-63.489 62.098a563.346 563.346 0 0 1-29.769 26.917c-7.022-12.434-125.732-244.59-364.251-427.3" fill="#00D6B9"></path></svg>\n'},Symbol.toStringTag,{value:"Module"})),$c=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M14.5 22H18a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4"/><path d="M14 2v4a2 2 0 0 0 2 2h4M3 13.1a2 2 0 0 0-1 1.76v3.24a2 2 0 0 0 .97 1.78L6 21.7a2 2 0 0 0 2.03.01L11 19.9a2 2 0 0 0 1-1.76V14.9a2 2 0 0 0-.97-1.78L8 11.3a2 2 0 0 0-2.03-.01ZM7 17v5"/><path d="M11.7 14.2L7 17l-4.7-2.8"/></g></svg>\n'},Symbol.toStringTag,{value:"Module"})),Nc=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="currentColor" d="M4 4a2 2 0 0 1 2-2h8a1 1 0 0 1 .707.293l5 5A1 1 0 0 1 20 8v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2zm13.586 4L14 4.414V8zM12 4H6v16h12V10h-5a1 1 0 0 1-1-1zm-4 9a1 1 0 0 1 1-1h6a1 1 0 1 1 0 2H9a1 1 0 0 1-1-1m0 4a1 1 0 0 1 1-1h6a1 1 0 1 1 0 2H9a1 1 0 0 1-1-1"/></svg>\n'},Symbol.toStringTag,{value:"Module"})),Uc=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg xmlns="http://www.w3.org/2000/svg" width="111" height="111" viewBox="0 0 111 111" fill="none">\n <text x="55" y="65" font-family="Verdana" font-size="85" fill="black" text-anchor="middle" dominant-baseline="middle">🔥</text>\n</svg>\n'},Symbol.toStringTag,{value:"Module"})),Wc=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><circle cx="16" cy="20" r="2"/><path d="M10 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v2m0 4l-4.5 4.5M21 15l1 1"/></g></svg>'},Symbol.toStringTag,{value:"Module"})),Gc=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path transform="scale(0.7)" transform-origin="center" fill-rule="evenodd" clip-rule="evenodd" d="M0.833497 5.13481C0.833483 4.69553 0.83347 4.31654 0.858973 4.0044C0.88589 3.67495 0.94532 3.34727 1.10598 3.03195C1.34567 2.56155 1.72812 2.17909 2.19852 1.93941C2.51384 1.77875 2.84152 1.71932 3.17097 1.6924C3.48312 1.6669 3.86209 1.66691 4.30137 1.66693L7.62238 1.66684C8.11701 1.66618 8.55199 1.66561 8.95195 1.80356C9.30227 1.92439 9.62134 2.12159 9.88607 2.38088C10.1883 2.67692 10.3823 3.06624 10.603 3.50894L11.3484 5.00008H14.3679C15.0387 5.00007 15.5924 5.00006 16.0434 5.03691C16.5118 5.07518 16.9424 5.15732 17.3468 5.36339C17.974 5.68297 18.4839 6.19291 18.8035 6.82011C19.0096 7.22456 19.0917 7.65515 19.13 8.12356C19.1668 8.57455 19.1668 9.12818 19.1668 9.79898V13.5345C19.1668 14.2053 19.1668 14.7589 19.13 15.2099C19.0917 15.6784 19.0096 16.1089 18.8035 16.5134C18.4839 17.1406 17.974 17.6505 17.3468 17.9701C16.9424 18.1762 16.5118 18.2583 16.0434 18.2966C15.5924 18.3334 15.0387 18.3334 14.3679 18.3334H5.63243C4.96163 18.3334 4.40797 18.3334 3.95698 18.2966C3.48856 18.2583 3.05798 18.1762 2.65353 17.9701C2.02632 17.6505 1.51639 17.1406 1.19681 16.5134C0.990734 16.1089 0.908597 15.6784 0.870326 15.2099C0.833478 14.7589 0.833487 14.2053 0.833497 13.5345V5.13481ZM7.51874 3.33359C8.17742 3.33359 8.30798 3.34447 8.4085 3.37914C8.52527 3.41942 8.63163 3.48515 8.71987 3.57158C8.79584 3.64598 8.86396 3.7579 9.15852 4.34704L9.48505 5.00008L2.50023 5.00008C2.50059 4.61259 2.50314 4.34771 2.5201 4.14012C2.5386 3.91374 2.57 3.82981 2.59099 3.7886C2.67089 3.6318 2.79837 3.50432 2.95517 3.42442C2.99638 3.40343 3.08031 3.37203 3.30669 3.35353C3.54281 3.33424 3.85304 3.33359 4.3335 3.33359H7.51874Z" fill="#444CE7"></path></svg>\n'},Symbol.toStringTag,{value:"Module"})),Qc=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg height="1em" style="flex:none;line-height:1" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"><title>Gemini</title><defs><linearGradient id="lobe-icons-gemini-fill" x1="0%" x2="68.73%" y1="100%" y2="30.395%"><stop offset="0%" stop-color="#1C7DFF"></stop><stop offset="52.021%" stop-color="#1C69FF"></stop><stop offset="100%" stop-color="#F0DCD6"></stop></linearGradient></defs><path d="M12 24A14.304 14.304 0 000 12 14.304 14.304 0 0012 0a14.305 14.305 0 0012 12 14.305 14.305 0 00-12 12" fill="url(#lobe-icons-gemini-fill)" fill-rule="nonzero"></path></svg>'},Symbol.toStringTag,{value:"Module"})),Jc=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg fill="currentColor" fill-rule="evenodd" height="1em" style="flex:none;line-height:1" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"><title>GiteeAI</title><path clip-rule="evenodd" d="M15.08 14.637c.218.815.46 1.648.72 2.513.238.79-.472 1.1-.755.356a66.148 66.148 0 01-.864-2.402c-1.542.775-3.08 1.421-4.823 2.148.697 2.563 1.34 4.707 2.34 6.744.1.003.2.004.302.004 6.628 0 12-5.373 12-12 0-2.38-.693-4.598-1.888-6.464-3.117.281-5.881.738-8.42 1.308a39.775 39.775 0 001.077 6.587 97.459 97.459 0 003.64-1.718c.92-.46 1.808-.49.312.683a37.134 37.134 0 01-3.642 2.24zm6.614-9.712A11.993 11.993 0 0013.557.1c-.101 1.617-.07 3.658.052 5.603 2.44-.37 5.094-.627 8.085-.778zM11.962 0a37.821 37.821 0 00.152 5.948c-1.69.298-3.28.656-4.818 1.074-.067-.767-.1-1.467-.1-2.077a.8.8 0 00-1.6 0c0 .742.061 1.594.172 2.518-.767.234-1.524.484-2.276.75a.8.8 0 00.533 1.508c.65-.23 1.306-.458 1.969-.681.32 1.96.807 4.126 1.368 6.21.098.363.202.726.31 1.086-2.067.712-4.176 1.29-6.105 1.597A11.945 11.945 0 010 12C0 5.385 5.352.02 11.962 0zM2.515 19.352a11.985 11.985 0 008.237 4.584c-.797-1.463-1.792-3.706-2.628-6.182-1.86.712-3.769 1.208-5.61 1.598zm11.27-5.484a39.054 39.054 0 01-1.232-5.302 15.441 15.441 0 01-.277-1.388A74.043 74.043 0 007.46 8.556c.248 1.93.666 4.124 1.246 6.277l.264.983v.002l.013.046a56.801 56.801 0 002.134-.849 174.05 174.05 0 002.666-1.147z"></path></svg>'},Symbol.toStringTag,{value:"Module"})),Kc=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M6 7v5m0 5v-5m0 0h6m0-5v5m0 5v-5m4-1c0-1 3-1.5 3 1c0 1.977-2.932 2-2.999 4.898A.1.1 0 0 0 16.1 17h3.2"/></svg>'},Symbol.toStringTag,{value:"Module"})),Xc=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="m15 12l-8.373 8.373a1 1 0 1 1-3-3L12 9m6 6l4-4"/><path d="m21.5 11.5l-1.914-1.914A2 2 0 0 1 19 8.172V7l-2.26-2.26a6 6 0 0 0-4.202-1.756L9 2.96l.92.82A6.18 6.18 0 0 1 12 8.4V10l2 2h1.172a2 2 0 0 1 1.414.586L18.5 14.5"/></g></svg>\n'},Symbol.toStringTag,{value:"Module"})),Yc=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-house-plus-icon lucide-house-plus"><path d="M12.662 21H5a2 2 0 0 1-2-2v-9a2 2 0 0 1 .709-1.528l7-5.999a2 2 0 0 1 2.582 0l7 5.999A2 2 0 0 1 21 10v2.475"/><path d="M14.959 12.717A1 1 0 0 0 14 12h-4a1 1 0 0 0-1 1v8"/><path d="M15 18h6"/><path d="M18 15v6"/></svg>'},Symbol.toStringTag,{value:"Module"})),eu=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8"/><path d="M3 10a2 2 0 0 1 .709-1.528l7-5.999a2 2 0 0 1 2.582 0l7 5.999A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"/></g></svg>\n'},Symbol.toStringTag,{value:"Module"})),tu=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="currentColor" d="M1 15V9h1.5v2h2V9H6v6H4.5v-2.5h-2V15zm7.5 0v-4.5H7V9h4.5v1.5H10V15zm5.5 0v-4.5h-1.5V9H17v1.5h-1.5V15zm4 0V9h3.5q.6 0 1.05.45T23 10.5v1q0 .6-.45 1.05T21.5 13h-2v2zm1.5-3.5h2v-1h-2z"/></svg>'},Symbol.toStringTag,{value:"Module"})),su=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="currentColor" d="M13.262 13.576a.07.07 0 0 0 .074 0a27.5 27.5 0 0 0 5.453-3.406a2.7 2.7 0 0 0 .911-1.81a4.5 4.5 0 0 0-1.46-2.98a41.2 41.2 0 0 0-4.994 8.106s-.025.058.016.09m7.574-3.603s-4.7 2.522-7.132 4.168a.1.1 0 0 0-.033.082s.025.041.058.041c.868 0 4.168 0 4.249-.008a3.2 3.2 0 0 0 .95-.221a3.28 3.28 0 0 0 1.785-1.7a3.37 3.37 0 0 0 .123-2.362m-1.474 4.889l-5.535-.2v.009a.08.08 0 0 0-.066.04a.08.08 0 0 0 .025.074a14.2 14.2 0 0 0 2.907 1.72s1.433.486 2.669-1.643m-6.853-1.744l.008.016c.049.025.082-.033.082-.033c.532-.769 2.915-4.315 3.406-6.477a3.64 3.64 0 0 0 0-1.76a2.57 2.57 0 0 0-1.826-1.712s-.418-.106-.868-.172c0 0-1.638 2.113-.843 10.08a.055.055 0 0 0 .041.058m-1.109 0c.033.041.065.024.065.024a.06.06 0 0 0 .05-.065C12.3 5.109 10.674 3 10.674 3l.009-.008c-.238.024-.893.172-.893.172a2.56 2.56 0 0 0-1.81 1.708a3.4 3.4 0 0 0 0 1.76c.492 2.168 2.891 5.741 3.42 6.486m-6.351.909a3.2 3.2 0 0 0 1.056.229c.082.016 3.292 0 4.152 0c.032 0 .057-.041.057-.041v.008c.025-.041-.016-.082-.016-.082C7.866 12.5 3.157 9.982 3.157 9.982a3.275 3.275 0 0 0 1.892 4.045m5.11.647l-5.528.188c.6 1.073 1.613 1.9 2.662 1.646a14 14 0 0 0 2.915-1.72c.041-.041.024-.074.024-.074v.009a.08.08 0 0 0-.073-.049M5.2 10.17a27.6 27.6 0 0 0 5.47 3.414c.009 0 .05.017.074-.016v.008a.054.054 0 0 0 .016-.065A41 41 0 0 0 5.753 5.38S4.181 6.87 4.3 8.368a2.64 2.64 0 0 0 .9 1.802m15.112 7.918H21v2.899h-.688ZM17.16 19.6a1.32 1.32 0 0 0 .483 1.138a1.45 1.45 0 0 0 .974.254h1.114v-.508H18.65c-.516 0-.745-.188-.745-.712h1.826v-.508h-1.815v.017l-.008-.017h.011a.637.637 0 0 1 .734-.655h1.081V18.1h-1.1c-1.008 0-1.474.479-1.474 1.5m.753-.316v-.017h-.011zm-2.244 1.031l-.704-2.227h-.778l-.614 2.227l-.721-2.227h-.712l1.048 2.899h.803l.581-2.162l.672 2.162h.802l.974-2.899h-.679zm-4.407-2.204h-.7l-1.327 2.9h.7l.279-.688h1.359l.287.688h.736zm-.835 1.7l.458-1.114l.475 1.114zm-2.027.013c0 .516-.164.729-.7.729s-.7-.221-.7-.729v-1.736h-.666v1.752a1.1 1.1 0 0 0 .181.778a1.46 1.46 0 0 0 1.179.4a1.46 1.46 0 0 0 1.179-.4a1.16 1.16 0 0 0 .188-.778v-1.752H8.4Zm-3.261-.557H3.665v-1.179h-.663v2.899h.663v-1.212h1.474v1.212h.655v-2.899h-.655Z"/></svg>'},Symbol.toStringTag,{value:"Module"})),nu=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 14c.2-1 .7-1.7 1.5-2.5c1-.9 1.5-2.2 1.5-3.5A6 6 0 0 0 6 8c0 1 .2 2.2 1.5 3.5c.7.7 1.3 1.5 1.5 2.5m0 4h6m-5 4h4"/></svg>\n'},Symbol.toStringTag,{value:"Module"})),ru=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" stroke-width="1.5" clip-rule="evenodd"><path d="M17.47 2.47a.75.75 0 0 1 1.06 0l3.5 3.5a.75.75 0 0 1-.53 1.28h-2.75v9.25a.75.75 0 0 1-1.5 0V7.25H14.5a.75.75 0 0 1-.53-1.28z"/><path d="M3.25 7.5a4.25 4.25 0 0 1 8.5 0v9a2.75 2.75 0 1 0 5.5 0a.75.75 0 0 1 1.5 0a4.25 4.25 0 0 1-8.5 0v-9a2.75 2.75 0 1 0-5.5 0v12a.75.75 0 0 1-1.5 0z"/></g></svg>\n'},Symbol.toStringTag,{value:"Module"})),au=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="currentColor" d="M20 6v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2m-2 0H6v6.38l2.19-2.19l5.23 5.23l1-1a1.59 1.59 0 0 1 2.11.11L18 16zm-5 3.5a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0"/></svg>\n'},Symbol.toStringTag,{value:"Module"})),ou=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="currentColor" d="M4.26 12A8.2 8.2 0 0 1 4 10a8.2 8.2 0 0 1 .26-2h3.38a17 17 0 0 0-.14 2a17 17 0 0 0 .14 2h2.02a15 15 0 0 1-.16-2a15 15 0 0 1 .16-2h4.68a15 15 0 0 1 .16 2a15 15 0 0 1-.16 2h2.02a17 17 0 0 0 .14-2a17 17 0 0 0-.14-2h3.38a8.2 8.2 0 0 1 .26 2a8.2 8.2 0 0 1-.26 2h2.059A10 10 0 1 0 2.2 12Zm14.66-6h-2.95a15.7 15.7 0 0 0-1.38-3.56A8.03 8.03 0 0 1 18.92 6M12 2.04A14.1 14.1 0 0 1 13.91 6h-3.82A14.1 14.1 0 0 1 12 2.04m-2.59.4A15.7 15.7 0 0 0 8.03 6H5.08a8 8 0 0 1 4.33-3.56m3.339 15.055h2v1h-2z"/><path fill="currentColor" d="M20.998 14H3.002A2 2 0 0 0 1 16.002v5.996A2 2 0 0 0 3.002 24h17.996A2 2 0 0 0 23 21.998v-5.996A2 2 0 0 0 20.998 14M9.251 22.005h-1.5v-6h1.5Zm6.998-3.51a1.473 1.473 0 0 1-1.5 1.5h-2v2h-1.5v-6h3.5a1.473 1.473 0 0 1 1.5 1.5Z"/></svg>\n'},Symbol.toStringTag,{value:"Module"})),iu=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"\n\t width="800px" height="800px" viewBox="0 0 512 512" enable-background="new 0 0 512 512" xml:space="preserve">\n<path fill="#000000" opacity="1.000000" stroke="none" \n\td="\nM440.000000,513.000000 \n\tC318.311890,513.000000 196.623810,513.000000 74.361206,512.639771 \n\tC64.559074,509.683868 57.815937,503.042450 57.833218,492.112061 \n\tC58.078167,337.217957 58.013832,182.323349 57.973289,27.428858 \n\tC57.970104,15.265683 62.303032,5.957079 74.000000,1.000000 \n\tC163.021439,1.000000 252.042862,1.000000 341.625610,1.348149 \n\tC345.142975,3.645721 348.528595,5.163025 350.990173,7.609907 \n\tC383.608673,40.033493 416.110992,72.574051 448.602142,105.125519 \n\tC452.926758,109.458168 456.021118,114.420891 456.019745,120.909180 \n\tC455.993103,245.722153 456.014618,370.535126 455.897339,495.348022 \n\tC455.894958,497.899719 454.591217,500.555237 453.492096,502.979889 \n\tC450.875824,508.751221 444.846985,510.119446 440.000000,513.000000 \nM366.978119,199.901535 \n\tC369.117279,207.612961 366.369415,211.534317 358.493073,213.066147 \n\tC347.313721,215.240341 341.474335,220.552567 341.074768,233.635300 \n\tC340.718811,245.290588 341.031738,256.965515 340.962433,268.631287 \n\tC340.953094,270.204163 340.549042,271.804688 340.135101,273.340454 \n\tC336.846710,285.540741 327.903870,291.009766 316.258209,292.941132 \n\tC311.229645,293.775116 305.727173,289.384583 305.007721,284.516754 \n\tC304.352203,280.081848 308.674255,274.864807 313.719055,274.001587 \n\tC320.467743,272.846802 322.964508,270.011108 322.988403,263.233551 \n\tC323.030060,251.400864 322.963043,239.567703 323.040649,227.735382 \n\tC323.052002,226.000977 323.275970,224.122147 323.970245,222.563431 \n\tC326.870880,216.051224 329.988434,209.635635 333.192719,202.831619 \n\tC326.426208,195.915558 322.583832,186.895432 322.930969,175.984161 \n\tC323.254089,165.828217 323.237183,155.646591 322.923828,145.490036 \n\tC322.679443,137.569260 320.212494,134.596237 313.449707,133.900467 \n\tC307.694611,133.308395 303.831635,127.815491 305.026062,122.888168 \n\tC306.393799,117.246071 311.519958,114.295715 317.603271,115.914719 \n\tC322.316040,117.168953 326.941986,118.749199 331.715271,120.217987 \n\tC331.715271,86.963776 331.715271,53.124226 331.715271,19.000000 \n\tC329.691101,19.000000 327.888062,19.000000 326.085052,19.000000 \n\tC245.588547,19.000000 165.091934,19.051859 84.595734,18.897024 \n\tC78.460266,18.885223 76.980110,20.178017 76.981697,26.607189 \n\tC77.007530,131.269318 76.999062,235.931442 77.009834,340.593567 \n\tC77.009979,342.021515 77.157974,343.449432 77.225998,344.679138 \n\tC197.379150,344.679138 317.114136,344.679138 436.678070,344.679138 \n\tC436.678070,271.288025 436.678070,198.218109 436.678070,125.119888 \n\tC402.751251,125.119888 369.146515,125.119888 334.952972,125.119888 \n\tC340.186554,130.577667 341.144653,136.947769 341.041077,143.752930 \n\tC340.883881,154.083420 340.893738,164.419510 341.032501,174.750519 \n\tC341.150604,183.545593 345.705109,192.539749 356.132355,194.157852 \n\tC359.932648,194.747604 364.410126,194.923218 366.978119,199.901535 \nM99.500328,495.000000 \n\tC209.807632,495.000000 320.114929,495.000885 430.422241,494.997711 \n\tC436.530823,494.997528 436.996490,494.537018 436.997253,488.477234 \n\tC437.002533,448.153442 437.002380,407.829620 436.990417,367.505829 \n\tC436.989990,366.069763 436.847900,364.633728 436.775208,363.260925 \n\tC316.708221,363.260925 196.989700,363.260925 77.000443,363.260925 \n\tC77.000443,405.815277 77.005440,448.109253 76.991074,490.403229 \n\tC76.989914,493.829926 78.785522,495.063477 82.004829,495.020294 \n\tC87.502541,494.946472 93.001953,494.999969 99.500328,495.000000 \nM414.501068,98.000717 \n\tC393.237640,76.730530 371.974243,55.460354 350.350098,33.829334 \n\tC350.350098,58.274117 350.350098,82.091644 350.350098,105.614235 \n\tC374.367645,105.614235 398.034149,105.614235 422.273895,105.614235 \n\tC419.523987,102.924950 417.262665,100.713478 414.501068,98.000717 \nz"/>\n<path fill="#FFFFFF" opacity="1.000000" stroke="none" \n\td="\nM440.468658,513.000000 \n\tC444.846985,510.119446 450.875824,508.751221 453.492096,502.979889 \n\tC454.591217,500.555237 455.894958,497.899719 455.897339,495.348022 \n\tC456.014618,370.535126 455.993103,245.722153 456.019745,120.909180 \n\tC456.021118,114.420891 452.926758,109.458168 448.602142,105.125519 \n\tC416.110992,72.574051 383.608673,40.033493 350.990173,7.609907 \n\tC348.528595,5.163025 345.142975,3.645721 342.093445,1.348149 \n\tC398.967010,1.000000 455.934052,1.000000 512.947754,1.000000 \n\tC512.947754,171.666672 512.947754,342.333344 512.947754,513.000000 \n\tC488.909485,513.000000 464.923401,513.000000 440.468658,513.000000 \nz"/>\n<path fill="#FFFFFF" opacity="1.000000" stroke="none" \n\td="\nM73.531342,1.000000 \n\tC62.303032,5.957079 57.970104,15.265683 57.973289,27.428858 \n\tC58.013832,182.323349 58.078167,337.217957 57.833218,492.112061 \n\tC57.815937,503.042450 64.559074,509.683868 73.893349,512.639771 \n\tC49.682854,513.000000 25.365705,513.000000 1.051913,513.000000 \n\tC1.055266,342.333313 1.055266,171.666656 1.055266,1.000000 \n\tC25.094584,1.000000 49.078632,1.000000 73.531342,1.000000 \nz"/>\n<path fill="#FFFFFF" opacity="1.000000" stroke="none" \n\td="\nM366.836029,199.531494 \n\tC364.410126,194.923218 359.932648,194.747604 356.132355,194.157852 \n\tC345.705109,192.539749 341.150604,183.545593 341.032501,174.750519 \n\tC340.893738,164.419510 340.883881,154.083420 341.041077,143.752930 \n\tC341.144653,136.947769 340.186554,130.577667 334.952972,125.119888 \n\tC369.146515,125.119888 402.751251,125.119888 436.678070,125.119888 \n\tC436.678070,198.218109 436.678070,271.288025 436.678070,344.679138 \n\tC317.114136,344.679138 197.379150,344.679138 77.225998,344.679138 \n\tC77.157974,343.449432 77.009979,342.021515 77.009834,340.593567 \n\tC76.999062,235.931442 77.007530,131.269318 76.981697,26.607189 \n\tC76.980110,20.178017 78.460266,18.885223 84.595734,18.897024 \n\tC165.091934,19.051859 245.588547,19.000000 326.085052,19.000000 \n\tC327.888062,19.000000 329.691101,19.000000 331.715271,19.000000 \n\tC331.715271,53.124226 331.715271,86.963776 331.715271,120.217987 \n\tC326.941986,118.749199 322.316040,117.168953 317.603271,115.914719 \n\tC311.519958,114.295715 306.393799,117.246071 305.026062,122.888168 \n\tC303.831635,127.815491 307.694611,133.308395 313.449707,133.900467 \n\tC320.212494,134.596237 322.679443,137.569260 322.923828,145.490036 \n\tC323.237183,155.646591 323.254089,165.828217 322.930969,175.984161 \n\tC322.583832,186.895432 326.426208,195.915558 333.192719,202.831619 \n\tC329.988434,209.635635 326.870880,216.051224 323.970245,222.563431 \n\tC323.275970,224.122147 323.052002,226.000977 323.040649,227.735382 \n\tC322.963043,239.567703 323.030060,251.400864 322.988403,263.233551 \n\tC322.964508,270.011108 320.467743,272.846802 313.719055,274.001587 \n\tC308.674255,274.864807 304.352203,280.081848 305.007721,284.516754 \n\tC305.727173,289.384583 311.229645,293.775116 316.258209,292.941132 \n\tC327.903870,291.009766 336.846710,285.540741 340.135101,273.340454 \n\tC340.549042,271.804688 340.953094,270.204163 340.962433,268.631287 \n\tC341.031738,256.965515 340.718811,245.290588 341.074768,233.635300 \n\tC341.474335,220.552567 347.313721,215.240341 358.493073,213.066147 \n\tC366.369415,211.534317 369.117279,207.612961 366.836029,199.531494 \nM182.000000,177.422882 \n\tC182.000015,166.766098 181.941956,156.108887 182.020081,145.452682 \n\tC182.073685,138.140335 184.514847,135.351959 191.688156,133.986618 \n\tC197.498215,132.880768 200.738052,128.511368 199.997711,122.779953 \n\tC199.465897,118.662819 194.211258,114.500763 189.642517,115.047340 \n\tC175.145996,116.781601 163.832031,126.721329 163.979736,142.462234 \n\tC164.084396,153.617599 164.175415,164.778244 163.950836,175.930069 \n\tC163.724686,187.160156 157.235809,193.880295 146.197006,194.981110 \n\tC140.909790,195.508377 137.208603,198.986603 137.041122,203.851685 \n\tC136.879623,208.543121 140.441101,212.170456 145.901154,213.009750 \n\tC158.178909,214.897079 164.129654,221.464417 164.021164,233.790421 \n\tC163.921539,245.112396 163.965256,256.436188 164.040192,267.758514 \n\tC164.050552,269.324982 164.561020,270.897400 164.911804,272.450867 \n\tC167.741211,284.981628 176.707840,290.578583 188.364777,292.951080 \n\tC193.486618,293.993530 199.171814,290.232880 199.990570,285.607758 \n\tC200.977966,280.029877 197.746597,275.301605 192.075760,274.026489 \n\tC183.972946,272.204498 182.011292,269.768707 182.002945,261.436707 \n\tC181.991257,249.780838 182.028961,238.124786 181.965988,226.469238 \n\tC181.957428,224.883957 181.834717,223.136993 181.173981,221.745468 \n\tC178.250565,215.588577 175.111282,209.534180 171.780624,202.906372 \n\tC177.713211,196.714767 182.694809,188.772705 182.000000,177.422882 \nM250.383209,221.958359 \n\tC244.307816,222.434525 243.355164,227.209244 243.121643,231.654785 \n\tC242.695038,239.776031 242.898300,247.937424 243.032745,256.078857 \n\tC243.137711,262.435181 246.908463,266.015350 253.081116,265.999969 \n\tC258.225464,265.987183 261.884125,262.037903 261.970093,256.032257 \n\tC262.089050,247.724091 262.331055,239.395462 261.893921,231.108658 \n\tC261.551788,224.623245 258.907257,221.480042 250.383209,221.958359 \nM251.699158,186.999924 \n\tC252.363052,186.999741 253.035309,187.068237 253.689529,186.988602 \n\tC259.431183,186.289719 265.228912,181.317688 265.992828,176.467712 \n\tC267.144592,169.155426 264.488861,163.874557 258.411652,160.865662 \n\tC252.236679,157.808365 245.765503,159.888138 242.033386,164.450058 \n\tC236.731155,170.931274 237.230164,183.378647 251.699158,186.999924 \nz"/>\n<path fill="#FFFFFF" opacity="1.000000" stroke="none" \n\td="\nM99.000488,495.000000 \n\tC93.001953,494.999969 87.502541,494.946472 82.004829,495.020294 \n\tC78.785522,495.063477 76.989914,493.829926 76.991074,490.403229 \n\tC77.005440,448.109253 77.000443,405.815277 77.000443,363.260925 \n\tC196.989700,363.260925 316.708221,363.260925 436.775208,363.260925 \n\tC436.847900,364.633728 436.989990,366.069763 436.990417,367.505829 \n\tC437.002380,407.829620 437.002533,448.153442 436.997253,488.477234 \n\tC436.996490,494.537018 436.530823,494.997528 430.422241,494.997711 \n\tC320.114929,495.000885 209.807632,495.000000 99.000488,495.000000 \nM405.000000,404.501648 \n\tC405.000000,399.070221 405.000000,393.638794 405.000000,388.289429 \n\tC399.350769,388.289429 394.279053,388.289429 388.808350,388.289429 \n\tC388.808350,407.889954 388.808350,427.203949 388.808350,447.411774 \n\tC384.211212,439.340485 380.118225,432.115601 375.988220,424.911987 \n\tC369.350128,413.333679 362.725952,401.746857 355.969238,390.238007 \n\tC355.367493,389.213013 353.868408,388.164062 352.731995,388.101074 \n\tC348.291229,387.854828 343.828735,388.000519 339.198486,388.000519 \n\tC339.198486,418.138733 339.198486,447.871521 339.198486,477.799072 \n\tC344.467834,477.799072 349.538574,477.799072 355.228302,477.799072 \n\tC355.228302,458.220612 355.228302,438.834808 355.228302,418.395264 \n\tC362.098145,430.695770 368.300354,441.952332 374.653351,453.123108 \n\tC378.945007,460.669250 383.399170,468.124969 387.914764,475.539459 \n\tC388.558258,476.596008 389.924377,477.825470 391.018158,477.888062 \n\tC395.601654,478.150238 400.208801,477.998657 405.000000,477.998657 \n\tC405.000000,453.445496 405.000000,429.473358 405.000000,404.501648 \nM249.029984,409.674683 \n\tC244.443970,422.396851 244.099213,435.159607 246.816910,448.492706 \n\tC250.405960,466.100769 265.181366,481.234924 287.536591,478.135254 \n\tC303.050751,475.984131 312.179932,467.197815 316.983734,453.058441 \n\tC320.799469,441.827393 320.893433,430.226501 318.740967,418.734650 \n\tC317.785858,413.635254 316.032288,408.318268 313.247284,403.998749 \n\tC305.424744,391.865997 294.190857,386.060760 279.351105,386.874664 \n\tC267.074921,387.547974 253.106033,397.334015 249.029984,409.674683 \nM221.546494,432.959717 \n\tC215.483154,429.650574 209.455063,426.274536 203.345032,423.053955 \n\tC198.664124,420.586670 195.198013,416.460022 195.565277,411.658569 \n\tC195.823029,408.288879 199.076233,403.748199 202.178314,402.335052 \n\tC206.477051,400.376770 212.050064,399.818909 216.787628,400.547089 \n\tC223.952087,401.648376 223.847519,402.339783 226.997971,396.016388 \n\tC227.709503,394.588226 228.405746,393.152435 229.211212,391.512054 \n\tC228.268005,390.957336 227.507462,390.190887 226.647095,390.054565 \n\tC219.794693,388.968933 212.952759,387.622345 206.050934,387.089020 \n\tC195.661774,386.286224 183.521027,394.612457 181.726105,404.903015 \n\tC179.537735,417.449280 180.249863,423.735474 192.618317,432.078583 \n\tC198.589371,436.106415 205.157074,439.238434 211.266983,443.074890 \n\tC217.277954,446.849182 219.199615,451.604858 217.396255,457.108582 \n\tC214.714783,465.292175 207.826859,467.238220 198.130508,465.516632 \n\tC192.827927,464.575104 187.711472,462.585236 182.383682,461.030945 \n\tC181.843887,463.553223 181.725784,466.262970 180.664871,468.531799 \n\tC179.246613,471.564819 180.257889,472.684326 182.914948,474.064758 \n\tC193.024017,479.316986 203.623688,480.203674 214.252014,476.886292 \n\tC226.684174,473.005859 231.700348,465.366669 232.693680,453.904785 \n\tC233.412491,445.610474 229.602097,438.072449 221.546494,432.959717 \nM161.000000,403.501251 \n\tC161.000000,397.742493 161.000000,391.983734 161.000000,386.273438 \n\tC155.372482,386.273438 150.305389,386.273438 145.000000,386.273438 \n\tC145.000000,408.317474 144.790802,430.092010 145.100967,451.859131 \n\tC145.228500,460.810181 140.277298,465.677521 131.822754,464.862946 \n\tC124.911293,464.197052 118.116318,462.322052 110.791100,460.889465 \n\tC109.158188,463.512695 107.050209,466.899139 104.834747,470.458221 \n\tC116.388779,476.730621 128.261826,480.706543 141.458939,477.962372 \n\tC147.681381,476.668518 153.237366,474.416382 157.177109,468.673157 \n\tC160.686386,463.557404 160.676559,457.864136 160.834900,452.416595 \n\tC161.298798,436.456482 161.000000,420.474213 161.000000,403.501251 \nz"/>\n<path fill="#FFFFFF" opacity="1.000000" stroke="none" \n\td="\nM414.751221,98.251358 \n\tC417.262665,100.713478 419.523987,102.924950 422.273895,105.614235 \n\tC398.034149,105.614235 374.367645,105.614235 350.350098,105.614235 \n\tC350.350098,82.091644 350.350098,58.274117 350.350098,33.829334 \n\tC371.974243,55.460354 393.237640,76.730530 414.751221,98.251358 \nz"/>\n<path fill="#000000" opacity="1.000000" stroke="none" \n\td="\nM182.000000,177.908478 \n\tC182.694809,188.772705 177.713211,196.714767 171.780624,202.906372 \n\tC175.111282,209.534180 178.250565,215.588577 181.173981,221.745468 \n\tC181.834717,223.136993 181.957428,224.883957 181.965988,226.469238 \n\tC182.028961,238.124786 181.991257,249.780838 182.002945,261.436707 \n\tC182.011292,269.768707 183.972946,272.204498 192.075760,274.026489 \n\tC197.746597,275.301605 200.977966,280.029877 199.990570,285.607758 \n\tC199.171814,290.232880 193.486618,293.993530 188.364777,292.951080 \n\tC176.707840,290.578583 167.741211,284.981628 164.911804,272.450867 \n\tC164.561020,270.897400 164.050552,269.324982 164.040192,267.758514 \n\tC163.965256,256.436188 163.921539,245.112396 164.021164,233.790421 \n\tC164.129654,221.464417 158.178909,214.897079 145.901154,213.009750 \n\tC140.441101,212.170456 136.879623,208.543121 137.041122,203.851685 \n\tC137.208603,198.986603 140.909790,195.508377 146.197006,194.981110 \n\tC157.235809,193.880295 163.724686,187.160156 163.950836,175.930069 \n\tC164.175415,164.778244 164.084396,153.617599 163.979736,142.462234 \n\tC163.832031,126.721329 175.145996,116.781601 189.642517,115.047340 \n\tC194.211258,114.500763 199.465897,118.662819 199.997711,122.779953 \n\tC200.738052,128.511368 197.498215,132.880768 191.688156,133.986618 \n\tC184.514847,135.351959 182.073685,138.140335 182.020081,145.452682 \n\tC181.941956,156.108887 182.000015,166.766098 182.000000,177.908478 \nz"/>\n<path fill="#000000" opacity="1.000000" stroke="none" \n\td="\nM250.701447,221.715332 \n\tC258.907257,221.480042 261.551788,224.623245 261.893921,231.108658 \n\tC262.331055,239.395462 262.089050,247.724091 261.970093,256.032257 \n\tC261.884125,262.037903 258.225464,265.987183 253.081116,265.999969 \n\tC246.908463,266.015350 243.137711,262.435181 243.032745,256.078857 \n\tC242.898300,247.937424 242.695038,239.776031 243.121643,231.654785 \n\tC243.355164,227.209244 244.307816,222.434525 250.701447,221.715332 \nz"/>\n<path fill="#000000" opacity="1.000000" stroke="none" \n\td="\nM251.279205,186.999359 \n\tC237.230164,183.378647 236.731155,170.931274 242.033386,164.450058 \n\tC245.765503,159.888138 252.236679,157.808365 258.411652,160.865662 \n\tC264.488861,163.874557 267.144592,169.155426 265.992828,176.467712 \n\tC265.228912,181.317688 259.431183,186.289719 253.689529,186.988602 \n\tC253.035309,187.068237 252.363052,186.999741 251.279205,186.999359 \nz"/>\n<path fill="#000000" opacity="1.000000" stroke="none" \n\td="\nM405.000000,405.001465 \n\tC405.000000,429.473358 405.000000,453.445496 405.000000,477.998657 \n\tC400.208801,477.998657 395.601654,478.150238 391.018158,477.888062 \n\tC389.924377,477.825470 388.558258,476.596008 387.914764,475.539459 \n\tC383.399170,468.124969 378.945007,460.669250 374.653351,453.123108 \n\tC368.300354,441.952332 362.098145,430.695770 355.228302,418.395264 \n\tC355.228302,438.834808 355.228302,458.220612 355.228302,477.799072 \n\tC349.538574,477.799072 344.467834,477.799072 339.198486,477.799072 \n\tC339.198486,447.871521 339.198486,418.138733 339.198486,388.000519 \n\tC343.828735,388.000519 348.291229,387.854828 352.731995,388.101074 \n\tC353.868408,388.164062 355.367493,389.213013 355.969238,390.238007 \n\tC362.725952,401.746857 369.350128,413.333679 375.988220,424.911987 \n\tC380.118225,432.115601 384.211212,439.340485 388.808350,447.411774 \n\tC388.808350,427.203949 388.808350,407.889954 388.808350,388.289429 \n\tC394.279053,388.289429 399.350769,388.289429 405.000000,388.289429 \n\tC405.000000,393.638794 405.000000,399.070221 405.000000,405.001465 \nz"/>\n<path fill="#000000" opacity="1.000000" stroke="none" \n\td="\nM249.257431,409.344086 \n\tC253.106033,397.334015 267.074921,387.547974 279.351105,386.874664 \n\tC294.190857,386.060760 305.424744,391.865997 313.247284,403.998749 \n\tC316.032288,408.318268 317.785858,413.635254 318.740967,418.734650 \n\tC320.893433,430.226501 320.799469,441.827393 316.983734,453.058441 \n\tC312.179932,467.197815 303.050751,475.984131 287.536591,478.135254 \n\tC265.181366,481.234924 250.405960,466.100769 246.816910,448.492706 \n\tC244.099213,435.159607 244.443970,422.396851 249.257431,409.344086 \nM303.000214,444.354126 \n\tC304.869690,433.936218 304.954620,423.566223 300.930511,413.623352 \n\tC298.190186,406.852509 293.962067,400.948883 285.988159,400.100525 \n\tC277.932068,399.243378 270.543945,401.250763 266.534851,409.100616 \n\tC264.324493,413.428467 262.298431,418.183380 261.699341,422.936127 \n\tC260.164398,435.113220 259.872131,447.203949 267.469269,458.136475 \n\tC272.404816,465.238861 282.116241,467.730164 289.150177,464.478760 \n\tC297.547394,460.597198 300.930969,453.473236 303.000214,444.354126 \nz"/>\n<path fill="#000000" opacity="1.000000" stroke="none" \n\td="\nM221.914734,432.992401 \n\tC229.602097,438.072449 233.412491,445.610474 232.693680,453.904785 \n\tC231.700348,465.366669 226.684174,473.005859 214.252014,476.886292 \n\tC203.623688,480.203674 193.024017,479.316986 182.914948,474.064758 \n\tC180.257889,472.684326 179.246613,471.564819 180.664871,468.531799 \n\tC181.725784,466.262970 181.843887,463.553223 182.383682,461.030945 \n\tC187.711472,462.585236 192.827927,464.575104 198.130508,465.516632 \n\tC207.826859,467.238220 214.714783,465.292175 217.396255,457.108582 \n\tC219.199615,451.604858 217.277954,446.849182 211.266983,443.074890 \n\tC205.157074,439.238434 198.589371,436.106415 192.618317,432.078583 \n\tC180.249863,423.735474 179.537735,417.449280 181.726105,404.903015 \n\tC183.521027,394.612457 195.661774,386.286224 206.050934,387.089020 \n\tC212.952759,387.622345 219.794693,388.968933 226.647095,390.054565 \n\tC227.507462,390.190887 228.268005,390.957336 229.211212,391.512054 \n\tC228.405746,393.152435 227.709503,394.588226 226.997971,396.016388 \n\tC223.847519,402.339783 223.952087,401.648376 216.787628,400.547089 \n\tC212.050064,399.818909 206.477051,400.376770 202.178314,402.335052 \n\tC199.076233,403.748199 195.823029,408.288879 195.565277,411.658569 \n\tC195.198013,416.460022 198.664124,420.586670 203.345032,423.053955 \n\tC209.455063,426.274536 215.483154,429.650574 221.914734,432.992401 \nz"/>\n<path fill="#000000" opacity="1.000000" stroke="none" \n\td="\nM161.000000,404.000916 \n\tC161.000000,420.474213 161.298798,436.456482 160.834900,452.416595 \n\tC160.676559,457.864136 160.686386,463.557404 157.177109,468.673157 \n\tC153.237366,474.416382 147.681381,476.668518 141.458939,477.962372 \n\tC128.261826,480.706543 116.388779,476.730621 104.834747,470.458221 \n\tC107.050209,466.899139 109.158188,463.512695 110.791100,460.889465 \n\tC118.116318,462.322052 124.911293,464.197052 131.822754,464.862946 \n\tC140.277298,465.677521 145.228500,460.810181 145.100967,451.859131 \n\tC144.790802,430.092010 145.000000,408.317474 145.000000,386.273438 \n\tC150.305389,386.273438 155.372482,386.273438 161.000000,386.273438 \n\tC161.000000,391.983734 161.000000,397.742493 161.000000,404.000916 \nz"/>\n<path fill="#FFFFFF" opacity="1.000000" stroke="none" \n\td="\nM302.999329,444.791046 \n\tC300.930969,453.473236 297.547394,460.597198 289.150177,464.478760 \n\tC282.116241,467.730164 272.404816,465.238861 267.469269,458.136475 \n\tC259.872131,447.203949 260.164398,435.113220 261.699341,422.936127 \n\tC262.298431,418.183380 264.324493,413.428467 266.534851,409.100616 \n\tC270.543945,401.250763 277.932068,399.243378 285.988159,400.100525 \n\tC293.962067,400.948883 298.190186,406.852509 300.930511,413.623352 \n\tC304.954620,423.566223 304.869690,433.936218 302.999329,444.791046 \nz"/>\n</svg>'},Symbol.toStringTag,{value:"Module"})),lu=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M2.586 17.414A2 2 0 0 0 2 18.828V21a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h1a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h.172a2 2 0 0 0 1.414-.586l.814-.814a6.5 6.5 0 1 0-4-4z"/><circle cx="16.5" cy="7.5" r=".5" fill="currentColor"/></g></svg>\n'},Symbol.toStringTag,{value:"Module"})),cu=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="currentColor" d="M7.23 18.25a4 4 0 0 1-2.83-1.16a4.23 4.23 0 0 1 .15-5.95l3.76-3.79A4.44 4.44 0 0 1 11.42 6a4 4 0 0 1 2.83 1.2a4.25 4.25 0 0 1-.15 6l-1.26 1.26a.75.75 0 1 1-1.06-1.06L13 12.1a2.73 2.73 0 0 0 .14-3.84a2.77 2.77 0 0 0-3.8.15l-3.73 3.78A2.74 2.74 0 0 0 5.46 16a2.5 2.5 0 0 0 2 .71a.74.74 0 0 1 .81.67a.75.75 0 0 1-.67.82Z"/><path fill="currentColor" d="M12.58 18a4 4 0 0 1-2.83-1.2a4.25 4.25 0 0 1 .15-6l1.26-1.26a.75.75 0 1 1 1.06 1.06L11 11.9a2.73 2.73 0 0 0-.14 3.84a2.77 2.77 0 0 0 3.8-.15l3.77-3.78A2.74 2.74 0 0 0 18.54 8a2.5 2.5 0 0 0-2-.71a.74.74 0 0 1-.81-.67a.75.75 0 0 1 .67-.82a4 4 0 0 1 3.2 1.11a4.23 4.23 0 0 1-.15 5.95l-3.76 3.79A4.44 4.44 0 0 1 12.58 18"/></svg>\n'},Symbol.toStringTag,{value:"Module"})),uu=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg color="currentColor" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg" xmlnsXlink="http://www.w3.org/1999/xlink" class="ant-sender-actions-btn-loading-icon"><title>Stop Loading</title><rect fill="currentColor" height="250" rx="24" ry="24" width="250" x="375" y="375"></rect><circle cx="500" cy="500" fill="none" r="450" stroke="currentColor" stroke-width="100" opacity="0.45"></circle><circle cx="500" cy="500" fill="none" r="450" stroke="currentColor" stroke-width="100" stroke-dasharray="600 9999999"><animateTransform attributeName="transform" dur="1s" from="0 500 500" repeatCount="indefinite" to="360 500 500" type="rotate"></animateTransform></circle></svg>\n'},Symbol.toStringTag,{value:"Module"})),hu=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M15 12h-5m5-4h-5m9 9V5a2 2 0 0 0-2-2H4"/><path d="M8 21h12a2 2 0 0 0 2-2v-1a1 1 0 0 0-1-1H11a1 1 0 0 0-1 1v1a2 2 0 1 1-4 0V5a2 2 0 1 0-4 0v2a1 1 0 0 0 1 1h3"/></g></svg>\n'},Symbol.toStringTag,{value:"Module"})),du=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg xmlns="http://www.w3.org/2000/svg" width="512" height="151" viewBox="0 0 512 151"><path fill="#a57242" d="M391.383 77.757q9.66 0 15.682 8.25v-7.209h4.98v39.466h-4.98v-6.763q-6.764 8.1-15.46 8.101q-8.695 0-14.716-6.169q-5.946-6.243-5.946-14.79q0-8.622 6.02-14.717q6.02-6.168 14.42-6.169m-89.886 0q9.662 0 15.682 8.25v-7.209h4.98v39.466h-4.98v-6.763q-6.763 8.1-15.46 8.101q-8.695 0-14.716-6.169q-5.946-6.243-5.946-14.79q0-8.622 6.02-14.717q6.02-6.168 14.42-6.169M434.469 64.9q11.371 0 16.649 1.71q5.351 1.635 9.216 5.277q3.865 3.567 5.946 8.77t2.081 12.19q0 6.911-3.27 13.08q-3.196 6.096-8.77 9.217q-5.501 3.12-15.906 3.121h-17.02V64.9zm-73.121 13.899v39.466h-5.129V78.798zm-139.722-13.9l21.702 43.777L264.882 64.9h.818l7.656 53.365h-5.277l-5.203-38.202l-18.879 38.202h-1.338l-19.101-38.5l-5.203 38.5h-5.128l7.581-53.365zM344.36 77.757q2.452 0 4.906 1.338l-2.676 4.311q-1.115-.669-2.304-.669q-2.304 0-4.385 2.379q-2.007 2.378-2.973 6.169q-.966 3.715-.966 13.6v13.38h-5.203V78.797h5.203v5.723q2.08-3.493 4.013-5.128q2.007-1.635 4.385-1.636M490.044 64.9q8.398 0 12.71 3.42q4.384 3.344 4.384 9.661a12.34 12.34 0 0 1-1.783 6.467q-1.71 2.898-5.054 4.682q5.5 1.785 8.324 5.351q2.899 3.568 2.899 8.473q0 6.615-4.831 11q-4.831 4.311-12.487 4.311H479.49V64.9zM391.68 82.663q-6.54 0-11.075 4.831q-4.533 4.757-4.533 11.297t4.608 11.372q4.607 4.757 11 4.757q6.465 0 11.074-4.608q4.608-4.608 4.608-11.595q0-6.764-4.534-11.372q-4.533-4.682-11.148-4.682m-89.886 0q-6.54 0-11.074 4.831q-4.534 4.757-4.534 11.297t4.608 11.372q4.608 4.757 11 4.757q6.465 0 11.074-4.608q4.608-4.608 4.609-11.595q0-6.764-4.534-11.372q-4.534-4.682-11.149-4.682m130.52-12.561h-3.791v43.108h6.169q9.662 0 13.973-.966q4.385-.966 7.655-3.79q3.27-2.9 4.98-6.987q1.71-4.088 1.71-9.365t-2.007-9.736q-1.933-4.46-5.574-7.359t-8.622-3.864q-4.906-1.041-14.493-1.041m55.426 22.446h-2.973v20.514h6.615q5.723 0 8.398-1.115q2.75-1.19 4.46-3.568q1.71-2.453 1.71-4.98q0-2.526-.967-4.459q-.966-1.932-2.899-3.419q-1.858-1.486-4.533-2.23q-2.602-.743-9.811-.743m3.196-22.446h-6.17v17.095h3.048q6.986 0 10.406-2.23q3.418-2.23 3.418-6.987q0-7.878-10.702-7.878m-132.19-6.54q1.784 0 2.973 1.263q1.264 1.19 1.264 2.973q0 1.71-1.264 2.973q-1.19 1.19-2.973 1.19q-1.71 0-2.973-1.264q-1.19-1.264-1.189-2.9q0-1.709 1.19-2.972q1.263-1.264 2.972-1.264"/><path fill="#002b64" d="M222.34.004c-3.513.112-2.401 1.125-9.993 2.993c-7.666 1.886-17.03 1.308-25.285 4.77c-24.643 10.335-29.588 45.658-51.99 58.311c-16.746 9.459-33.64 10.213-48.83 14.973c-9.982 3.13-20.902 9.55-29.946 17.343c-7.02 6.052-7.203 11.373-14.538 18.963c-7.846 8.119-31.182.137-41.758 12.563c3.407 3.445 4.9 4.41 11.615 3.516c-1.39 2.635-9.584 4.855-7.98 8.73c1.687 4.08 21.497 6.844 39.506-4.029c8.386-5.063 15.066-12.361 28.128-14.103c16.902-2.253 36.374 1.445 55.94 4.266c-2.9 8.651-8.726 14.404-13.392 21.294c-1.445 1.556 2.903 1.73 7.862.79c8.921-2.206 15.35-3.982 22.084-7.901c8.272-4.815 9.525-17.16 19.674-19.832c5.655 8.691 21.034 10.744 30.578 3.792c-8.374-2.37-10.689-20.194-7.862-28.049c2.678-7.435 5.323-19.328 8.02-29.155c2.895-10.555 3.963-23.859 7.467-29.235c5.27-8.089 11.095-10.867 16.152-15.428s9.685-9.001 9.533-19.439c-.048-3.361-1.787-5.235-4.984-5.133"/><path fill="#c49a6c" d="M215.447 6.206c.845 2.879 2.166 4.2 7.877 4.728c-.834 7.241-5.665 11.202-11.08 15.002c-4.766 3.343-9.988 6.561-13.343 11.783c-3.437 5.348-5.62 23.654-10.949 41.732c-4.607 15.62-11.564 31.065-23.713 37.832c-1.269-3.194.162-9.09-2.362-11.028c-1.634 4.658-3.48 9.103-5.644 13.234c-7.128 13.626-17.683 23.828-35.321 26.943c8.369-11.325 16.371-23.02 16.544-42.539c-5.89 1.274-5.765 15.187-11.816 18.906c-3.88.422-7.81.42-11.766.182c-16.245-.973-32.91-5.856-48.107-.98c-10.347 3.321-18.81 11.156-27.572 14.956c-10.298 4.466-18.097 6.303-30.92 4.466c-1.63-2.193 9.385-5.024 8.726-9.786c-5.019-.555-7.933.661-12.296-1.321c.482-.887 1.19-1.627 2.081-2.243c7.996-5.534 30.709-1.307 36.787-7.275c3.752-3.681 6.214-7.535 8.762-11.28c2.472-3.635 5.027-7.169 8.92-10.353c1.437-1.176 3-2.338 4.658-3.472c6.633-4.54 14.839-8.657 22.915-11.495c11-3.867 22.148-4.186 33.874-8.666c7.244-2.769 15.12-6.188 21.542-10.973a43 43 0 0 0 4.3-3.65c18.335-17.873 21.97-49.401 50.575-52.339c3.459-.355 6.29-.24 8.868-.319c2.97-.088 5.6-.433 8.46-2.045m-34.872 100.907c.342 5.464 3.513 16.304 6.314 18.939c-5.484 1.334-14.932-.87-17.355-4.738c1.245-5.586 7.725-10.692 11.041-14.201"/><path fill="#002b64" d="M216.84 12.225c-1.077 2.26-3.139 5.172-3.139 10.923c-.009.987-.75 1.663-.762.141c.055-5.62 1.543-8.05 3.124-11.243c.734-1.309 1.177-.77.777.179m-1.085-.85c-1.27 2.155-4.33 6.086-4.835 11.816c-.094.982-.893 1.59-.771.072c.55-5.593 2.996-9.094 4.852-12.137c.842-1.237 1.237-.66.754.248m-.988-1.128c-1.448 2.04-6.157 6.762-7.142 12.43c-.177.969-1.024 1.51-.775.007c1.02-5.529 5.079-9.874 7.184-12.747c.943-1.164 1.288-.556.733.31m-.883-1.258l-.476.506c-2.105 2.258-6.997 7.764-8.627 12.803c-.314.936-1.228 1.353-.769-.101c1.785-5.33 6.702-11.07 9.19-13.62c1.098-1.02 1.354-.368.682.412m-25.275 11.41c1.091-4.686 4.736-6.821 11.028-6.3c1.518 6.994-6.979 9.816-11.028 6.3"/></svg>'},Symbol.toStringTag,{value:"Module"})),pu=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24"><path d="M11.016 2.099a3.998 3.998 0 0 1 5.58.072l.073.074a3.991 3.991 0 0 1 1.058 3.318 3.994 3.994 0 0 1 3.32 1.06l.073.071.048.047.071.075a3.998 3.998 0 0 1 0 5.506l-.071.074-8.183 8.182-.034.042a.267.267 0 0 0 .034.335l1.68 1.68a.8.8 0 0 1-1.131 1.13l-1.68-1.679a1.866 1.866 0 0 1-.034-2.604l8.26-8.261a2.4 2.4 0 0 0-.044-3.349l-.047-.047-.044-.043a2.4 2.4 0 0 0-3.349.043l-6.832 6.832-.03.029a.8.8 0 0 1-1.1-1.16l6.876-6.875a2.4 2.4 0 0 0-.044-3.35l-.179-.161a2.399 2.399 0 0 0-3.169.119l-.045.043-9.047 9.047-.03.028a.8.8 0 0 1-1.1-1.16l9.046-9.046.074-.072Z"></path><path d="M13.234 4.404a.8.8 0 0 1 1.1 1.16l-6.69 6.691a2.399 2.399 0 1 0 3.393 3.393l6.691-6.692a.8.8 0 0 1 1.131 1.131l-6.691 6.692a4 4 0 0 1-5.581.07l-.073-.07a3.998 3.998 0 0 1 0-5.655l6.69-6.691.03-.029Z"></path></svg>'},Symbol.toStringTag,{value:"Module"})),fu=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor"><path d="M3 3H21C21.5523 3 22 3.44772 22 4V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3ZM7 15.5V11.5L9 13.5L11 11.5V15.5H13V8.5H11L9 10.5L7 8.5H5V15.5H7ZM18 12.5V8.5H16V12.5H14L17 15.5L20 12.5H18Z"></path></svg>\n'},Symbol.toStringTag,{value:"Module"})),gu=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2zM8 10h.01M12 10h.01M16 10h.01"/></svg>\n'},Symbol.toStringTag,{value:"Module"})),mu=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg xmlns="http://www.w3.org/2000/svg" width="256" height="175" viewBox="0 0 256 175"><path fill="#4fc4f9" d="M57.943 25.552c33.946-34.07 88.991-34.07 122.937 0c34 34.069 34 89.305 0 123.318c-33.946 34.013-88.991 34.013-122.937-.056L2.46 93.131a8.42 8.42 0 0 1 0-11.896zm109.763 16.364c-24.926-25.021-65.377-25.021-90.303 0L36.624 82.799c-2.405 2.457-2.405 6.367 0 8.768l40.833 40.939c24.927 25.021 65.378 25.021 90.304 0s24.927-65.569-.055-90.59m-44.825 1.62c23.638 0 42.801 19.579 42.801 43.731s-19.163 43.731-42.801 43.731s-42.801-19.58-42.801-43.731s19.162-43.731 42.8-43.731m130.7 37.754l-24.434-24.965c-1.476-1.508-3.936-.112-3.444 1.955a134.7 134.7 0 0 1 0 57.973c-.437 2.066 2.022 3.406 3.444 1.954l24.434-24.965c3.036-3.154 3.214-8.04.536-11.35z"/></svg>'},Symbol.toStringTag,{value:"Module"})),vu=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg xmlns="http://www.w3.org/2000/svg" width="512" height="349" viewBox="0 0 512 349"><path fill="#00758f" d="m152.31 230.297l15.56 50.487c3.496 11.463 4.954 19.465 4.37 24.026q12.765-34.188 17.839-74.513h18.71q-12.069 65.65-31.827 95.41c-10.262 15.289-21.504 22.933-33.746 22.933c-3.264 0-7.288-.986-12.063-2.944v-10.55c2.333.342 5.07.525 8.218.525q8.565-.002 13.816-4.742c4.193-3.849 6.292-8.175 6.292-12.97c0-3.274-1.637-9.993-4.896-20.157l-21.68-67.505zM33.223 199.266l28.5 86.956h.176l28.675-86.956h23.428c5.13 43.124 8.16 82.581 9.09 118.346H103.34q-1.044-50.148-5.768-94.32H97.4l-30.078 94.32H52.28l-29.896-94.32h-.176q-3.325 42.422-4.196 94.32H0c1.164-42.08 4.077-81.525 8.739-118.346z"/><path fill="#f29111" d="M352.498 197.51c30.657 0 45.986 19.586 45.986 58.739c0 21.276-4.61 37.347-13.821 48.204c-1.66 1.984-3.495 3.698-5.427 5.286l21.695 10.727l-.021-.001l-7.703 13.302l-28.253-16.485q-7.026 2.08-15.451 2.08c-15.053 0-26.297-4.387-33.731-13.15c-8.16-9.694-12.238-24.955-12.238-45.757c0-21.156 4.602-37.166 13.816-48.037c8.392-9.944 20.11-14.909 35.148-14.909m-93.88.172c10.957 0 20.92 2.932 29.894 8.775l-4.558 10.157c-7.679-3.264-15.25-4.903-22.716-4.903c-6.058 0-10.726 1.458-13.98 4.392c-3.272 2.908-5.296 6.65-5.296 11.212c0 7.01 4.994 13.089 14.215 18.225a816 816 0 0 1 9.031 5.011l.688.387l.345.194l.689.387l.344.194l.688.388c6.98 3.935 13.548 7.691 13.548 7.691c9.22 6.545 13.816 13.523 13.816 25.016c0 10.037-3.678 18.276-11.01 24.723c-7.337 6.418-17.194 9.636-29.538 9.636c-11.545 0-22.734-3.704-33.572-11.05l5.07-10.166c9.327 4.675 17.767 7.01 25.346 7.01c7.108 0 12.672-1.587 16.697-4.721c4.017-3.157 6.424-7.56 6.424-13.143c0-7.027-4.888-13.034-13.855-18.073a898 898 0 0 1-8.395-4.697l-.687-.389c-1.262-.713-2.533-1.435-3.778-2.142l-.675-.384c-6.055-3.444-11.29-6.453-11.29-6.453c-8.964-6.557-13.459-13.592-13.459-25.184c0-9.587 3.352-17.336 10.046-23.231q10.066-8.862 25.968-8.862m175.895 1.584v103.788h37.238v14.558h-56.124V199.266zm57.93 103.833v2.46h-4.094v12.04h-3.13v-12.04h-4.253v-2.46zm7.56 0l3.931 9.884l3.611-9.884h4.437v14.5h-2.95v-11.035l-4.11 11.035h-2.127l-4.117-11.035h-.158v11.035h-2.791v-14.5zM350.57 212.064c-18.066 0-27.104 14.91-27.104 44.71c0 17.07 2.395 29.448 7.176 37.163c4.428 7.14 11.363 10.703 20.806 10.703c18.066 0 27.103-15.026 27.103-45.064c0-16.831-2.395-29.103-7.17-36.822c-4.433-7.124-11.365-10.69-20.81-10.69"/><path fill="#00758f" d="M303.218 7.333c5.993-14.726 26.948-3.574 35.08 1.57c1.993 1.287 4.279 4.006 6.564 5.011c3.565.14 7.127.419 10.698.568c6.698 1.574 12.972 2.86 18.25 5.866c24.528 14.445 40.495 29.165 55.19 53.479c3.14 5.15 4.709 10.723 7.274 16.296c3.56 8.307 7.56 17.027 11.692 24.882c1.85 3.724 3.281 7.865 5.85 11.01c1.003 1.438 3.852 1.862 5.555 2.721c4.708 2.437 10.412 4.287 14.84 7.147c8.269 5.156 16.264 11.3 23.532 17.59c2.709 2.428 4.555 5.865 7.136 8.433v1.296c-2.291.703-4.574 1.423-6.859 2c-4.991 1.282-9.412.992-14.254 2.275c-2.992.868-6.707 2.013-9.845 2.304l.29.292c1.846 5.275 11.834 9.565 16.402 12.72c5.548 4.004 10.689 8.86 14.827 14.437c1.429 1.423 2.858 2.718 4.28 4.137c.994 1.438 1.274 3.298 2.28 4.58v.434c-1.114-.393-1.915-1.143-2.674-1.927l-.453-.473c-.453-.47-.91-.932-1.431-1.313c-3.148-2.15-6.274-4.722-9.422-6.721c-5.412-3.434-11.689-5.427-17.246-8.874c-3.142-2.001-6.137-4.28-9.132-6.57c-2.715-2.007-5.705-5.861-7.411-8.721c-1.005-1.58-1.143-3.437-2.291-4.58c.205-1.909 1.954-2.476 3.719-2.942l.406-.107c.609-.158 1.205-.316 1.725-.525c7.414-3.148 16.253-4.29 27.667-4.004c-.43-2.866-7.562-6.437-9.839-8.153c-4.57-3.294-9.409-6.731-14.257-9.729c-2.569-1.57-6.996-2.716-9.842-3.999c-3.851-1.574-12.41-3.147-14.544-6.145c-3.625-4.726-6.229-10.363-8.757-16.057l-.688-1.554l-.69-1.553c-2.988-6.857-6.7-14.006-9.695-21.027c-1.566-3.425-2.285-6.431-4-9.716c-10.407-20.158-25.81-37.035-44.485-48.904c-6.137-3.862-12.98-7.436-20.534-9.865c-4.281-1.293-9.419-.578-13.98-1.57h-3.002c-2.562-.722-4.701-3.438-6.7-4.87c-4.415-2.998-8.837-5.011-14.117-7.15c-1.85-.858-7.133-2.856-8.977-1.283c-1.142.287-1.721.718-2.002 1.864c-1.136 1.71-.137 4.286.57 5.863c2.142 4.57 5.134 7.286 7.85 11.148c2.416 3.425 5.417 7.287 7.13 11.011c3.696 8.005 5.417 16.874 8.842 24.878c1.27 3.01 3.279 6.435 5.128 9.15c1.567 2.155 4.416 3.713 5.278 6.441c1.718 2.86-2.572 12.297-3.565 15.294c-3.715 11.727-2.995 28.028 1.283 38.193l.228.536l.228.543c1.562 3.723 3.234 7.732 7.387 8.773c.286-.284 0-.135.567-.284c1.005-7.868 1.288-15.445 4-21.601c1.567-3.849 4.696-6.57 6.841-9.712c1.43.856 1.43 3.437 2.282 5.145c1.856 4.43 3.849 9.287 6.137 13.73c4.696 9.15 9.98 18.021 15.967 26.025c2.005 2.859 4.85 6.006 7.416 8.581c1.143.997 2.423 1.573 3.282 2.856h.28v.432c-4.278-1.577-6.99-6.003-10.402-8.587c-6.424-4.857-14.117-12.151-18.545-19.15c-1.852-4.018-3.854-7.869-5.85-11.867v-.289c-.853 1.142-.567 2.276-.994 4.004c-1.852 7.145-.426 15.296-6.843 17.866c-7.274 3.01-12.7-4.857-14.977-8.432c-7.276-11.866-9.269-31.884-4.138-48.043c1.14-3.577 1.295-7.867 3.285-10.723c-.43-2.582-2.42-3.288-3.571-4.87c-1.996-2.704-3.705-5.854-5.268-8.857c-3.002-5.866-5.138-12.875-7.417-19.166c-1.002-2.569-1.289-5.148-2.288-7.58c-1.704-3.712-4.845-7.436-7.268-10.72c-3.281-4.72-12.837-13.868-8.985-23.168m46.772 28.015c.381.382.841.716 1.317 1.045l.574.394c.765.53 1.506 1.088 1.96 1.848c.72 1.006.854 1.999 1.716 3.007c0 3.437-.996 5.722-3.007 7.146c0 0-.137.15-.278.29c-1.14-2.291-2.139-4.57-3.287-6.859c-1.414-1.998-3.413-3.583-4.565-5.866h-.277v-.287c1.721-.425 3.428-.718 5.847-.718"/></svg>'},Symbol.toStringTag,{value:"Module"})),yu=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg xmlns="http://www.w3.org/2000/svg" width="256" height="192" viewBox="0 0 256 192"><path fill="#0080ff" d="M127.806 103.432v24.705c41.874 0 74.478-40.453 60.78-84.332C182.6 24.63 167.363 9.393 148.188 3.407c-43.88-13.698-84.333 18.906-84.333 60.78h24.762c.003 0 .006-.006.006-.006c.004-26.28 26.01-46.596 53.639-36.57c10.236 3.714 18.4 11.877 22.117 22.112c10.027 27.612-10.26 53.609-36.516 53.646V78.744l-.004-.002h-24.686l-.004.004v24.686zm-24.642 18.974H84.197l-.004-.005v-18.969h18.976v18.97s-.002.004-.005.004m-18.958-18.974h-15.9q-.011-.002-.012-.004V87.535s.005-.012.012-.012h15.888c.007 0 .012.005.012.005zm-62.11 49.766c-3.219-2.234-7.225-3.366-11.906-3.366H0v32.329h10.19c4.67 0 8.677-1.195 11.91-3.55c1.76-1.249 3.142-2.994 4.11-5.184c.962-2.18 1.45-4.75 1.45-7.64c0-2.857-.488-5.395-1.452-7.543c-.966-2.16-2.35-3.857-4.112-5.046m-16.144 2.098H9.15c3.559 0 6.488.7 8.71 2.083c2.465 1.487 3.716 4.315 3.716 8.407c0 4.215-1.254 7.171-3.726 8.79h-.002c-2.127 1.406-5.039 2.12-8.654 2.12H5.952zm25.881 26.865h5.73v-22.77h-5.73zm2.92-32.727c-.98 0-1.823.347-2.503 1.027c-.687.655-1.036 1.486-1.036 2.468c0 .98.347 1.823 1.032 2.507c.684.686 1.528 1.033 2.507 1.033s1.822-.347 2.508-1.033s1.032-1.529 1.032-2.507c0-.981-.348-1.811-1.032-2.463a3.43 3.43 0 0 0-2.508-1.032m23.618 11.86c-1.728-1.538-3.657-2.434-5.743-2.434c-3.163 0-5.792 1.094-7.813 3.25c-2.046 2.138-3.085 4.89-3.085 8.18c0 3.213 1.022 5.956 3.042 8.156c2.035 2.128 4.679 3.206 7.856 3.206c2.209 0 4.108-.615 5.655-1.83v.525c0 1.889-.506 3.359-1.503 4.368c-.997 1.008-2.379 1.519-4.107 1.519c-2.645 0-4.303-1.04-6.321-3.767l-3.902 3.749l.105.148c.843 1.182 2.134 2.34 3.838 3.44c1.704 1.095 3.846 1.652 6.368 1.652c3.402 0 6.153-1.049 8.18-3.116c2.037-2.079 3.07-4.862 3.07-8.27v-20.68h-5.64zm-1.503 13.447c-1.001 1.138-2.287 1.689-3.93 1.689s-2.922-.551-3.909-1.687c-.981-1.13-1.48-2.63-1.48-4.454c0-1.854.499-3.371 1.481-4.51c.973-1.126 2.288-1.698 3.908-1.698c1.641 0 2.928.556 3.93 1.701c.997 1.138 1.503 2.654 1.503 4.507c0 1.824-.506 3.323-1.503 4.452m12.047 7.42h5.73v-22.77h-5.73zm2.92-32.727c-.979 0-1.823.347-2.503 1.027c-.687.655-1.036 1.486-1.036 2.468c0 .98.347 1.823 1.032 2.507c.684.686 1.528 1.033 2.508 1.033a3.43 3.43 0 0 0 2.508-1.033c.685-.685 1.032-1.529 1.032-2.507c0-.981-.35-1.811-1.032-2.463a3.43 3.43 0 0 0-2.508-1.032m15.369 3.805h-5.64v6.152h-3.277v5.222h3.276v9.458c0 2.96.591 5.078 1.758 6.294c1.17 1.222 3.247 1.841 6.174 1.841c.931 0 1.868-.031 2.784-.09l.258-.018v-5.218l-1.964.103c-1.365 0-2.275-.24-2.708-.711c-.44-.48-.661-1.494-.661-3.013v-8.646h5.333v-5.222h-5.333zm24.998 7.855c-1.737-1.482-4.137-2.234-7.134-2.234c-1.907 0-3.69.418-5.302 1.236c-1.492.757-2.957 2.01-3.888 3.65l.058.07l3.669 3.512c1.511-2.41 3.192-3.247 5.42-3.247c1.197 0 2.19.322 2.954.955c.76.629 1.13 1.429 1.13 2.442v1.106a14.5 14.5 0 0 0-4.217-.65c-2.852 0-5.172.67-6.895 1.993c-1.746 1.34-2.63 3.255-2.63 5.696c0 2.139.745 3.877 2.222 5.169c1.49 1.246 3.35 1.879 5.533 1.879c2.181 0 4.222-.88 6.075-2.385v1.875h5.641v-14.638c0-2.771-.887-4.934-2.636-6.429M102.03 173.46c.65-.453 1.568-.682 2.73-.682c1.379 0 2.841.277 4.35.824v2.234c-1.246 1.157-2.91 1.745-4.947 1.745c-.992 0-1.763-.22-2.293-.657c-.52-.426-.773-.969-.773-1.656c0-.781.305-1.373.933-1.808m17.374 8.701h5.73v-32.33h-5.73zm26.52.487c-9.19 0-16.667-7.476-16.667-16.666s7.476-16.667 16.666-16.667s16.666 7.477 16.666 16.667s-7.476 16.666-16.666 16.666m0-27.46c-5.952 0-10.793 4.842-10.793 10.794c0 5.951 4.841 10.792 10.792 10.792s10.793-4.84 10.793-10.792s-4.842-10.793-10.793-10.793m37.096 18.831c-1.025 1.149-2.073 2.145-2.881 2.662v.001c-.792.508-1.792.767-2.971.767c-1.689 0-3.046-.615-4.152-1.882c-1.1-1.26-1.657-2.878-1.657-4.814c0-1.934.55-3.55 1.636-4.801c1.091-1.26 2.441-1.87 4.128-1.87c1.846 0 3.792 1.147 5.459 3.119l3.787-3.632c-2.47-3.214-5.619-4.709-9.378-4.709c-3.146 0-5.873 1.146-8.105 3.405c-2.22 2.242-3.346 5.099-3.346 8.488c0 3.39 1.125 6.254 3.343 8.512c2.22 2.26 4.948 3.406 8.108 3.406c4.148 0 7.497-1.791 9.754-5.072zm23.516-11.447c-.812-1.132-1.918-2.043-3.29-2.71c-1.366-.665-2.96-1.002-4.734-1.002c-3.198 0-5.816 1.18-7.78 3.51c-1.908 2.31-2.874 5.183-2.874 8.539c0 3.45 1.06 6.307 3.152 8.489c2.08 2.171 4.865 3.273 8.276 3.273c3.864 0 7.035-1.563 9.424-4.645l.129-.166l-3.738-3.592c-.346.418-.837.892-1.286 1.314c-.565.534-1.097.947-1.665 1.23c-.857.426-1.817.637-2.892.637c-1.587 0-2.902-.467-3.907-1.388c-.94-.862-1.49-2.024-1.636-3.459h15.18l.052-2.091c0-1.48-.202-2.906-.599-4.24a12.4 12.4 0 0 0-1.812-3.699m-12.523 5.361c.276-1.09.778-1.996 1.497-2.7c.776-.765 1.787-1.152 3.003-1.152c1.39 0 2.465.395 3.196 1.177c.678.722 1.06 1.621 1.14 2.675zm34.528-6.839c-1.737-1.482-4.138-2.234-7.134-2.234c-1.907 0-3.69.418-5.302 1.236c-1.493.757-2.958 2.01-3.888 3.65l.058.07l3.669 3.512c1.511-2.41 3.192-3.247 5.42-3.247c1.197 0 2.19.322 2.954.955c.76.629 1.13 1.429 1.13 2.442v1.106a14.5 14.5 0 0 0-4.218-.65c-2.85 0-5.172.67-6.895 1.993c-1.745 1.34-2.63 3.255-2.63 5.696c0 2.139.746 3.877 2.223 5.169c1.489 1.246 3.35 1.879 5.532 1.879s4.223-.88 6.075-2.385v1.875h5.642v-14.638c0-2.771-.887-4.934-2.636-6.429m-10.173 12.366c.65-.453 1.567-.682 2.73-.682c1.379 0 2.841.277 4.35.824v2.234c-1.247 1.157-2.91 1.745-4.948 1.745c-.991 0-1.762-.22-2.292-.657c-.52-.426-.773-.969-.773-1.656c0-.781.305-1.373.933-1.808m34.851-11.919c-1.596-1.778-3.838-2.681-6.667-2.681c-2.273 0-4.119.653-5.5 1.94v-1.41h-5.619v22.771h5.73v-12.558c0-1.725.41-3.095 1.22-4.073c.808-.974 1.918-1.449 3.395-1.449c1.298 0 2.281.424 3.007 1.295c.729.875 1.098 2.08 1.098 3.586v13.199h5.73v-13.199c0-3.154-.805-5.65-2.394-7.42"/></svg>'},Symbol.toStringTag,{value:"Module"})),_u=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="currentColor" d="M2 5v14h12v-2h-2c-1.11 0-2-.89-2-2V9c0-1.11.89-2 2-2h2V5m0 2v2h2V7m-2 2h-2v6h2m0 0v2h2v-2M5 7h2c1.11 0 2 .89 2 2v6c0 1.11-.89 2-2 2H5c-1.11 0-2-.89-2-2V9c0-1.11.89-2 2-2m12 0v10h2v-4h1v1h1v3h2v-3h-1v-2h1V8h-1V7M5 9v6h2V9m12 0h2v2h-2Z"/></svg>\n'},Symbol.toStringTag,{value:"Module"})),bu=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg fill="currentColor" fill-rule="evenodd" height="1em" style="flex:none;line-height:1" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"><title>Ollama</title><path d="M7.905 1.09c.216.085.411.225.588.41.295.306.544.744.734 1.263.191.522.315 1.1.362 1.68a5.054 5.054 0 012.049-.636l.051-.004c.87-.07 1.73.087 2.48.474.101.053.2.11.297.17.05-.569.172-1.134.36-1.644.19-.52.439-.957.733-1.264a1.67 1.67 0 01.589-.41c.257-.1.53-.118.796-.042.401.114.745.368 1.016.737.248.337.434.769.561 1.287.23.934.27 2.163.115 3.645l.053.04.026.019c.757.576 1.284 1.397 1.563 2.35.435 1.487.216 3.155-.534 4.088l-.018.021.002.003c.417.762.67 1.567.724 2.4l.002.03c.064 1.065-.2 2.137-.814 3.19l-.007.01.01.024c.472 1.157.62 2.322.438 3.486l-.006.039a.651.651 0 01-.747.536.648.648 0 01-.54-.742c.167-1.033.01-2.069-.48-3.123a.643.643 0 01.04-.617l.004-.006c.604-.924.854-1.83.8-2.72-.046-.779-.325-1.544-.8-2.273a.644.644 0 01.18-.886l.009-.006c.243-.159.467-.565.58-1.12a4.229 4.229 0 00-.095-1.974c-.205-.7-.58-1.284-1.105-1.683-.595-.454-1.383-.673-2.38-.61a.653.653 0 01-.632-.371c-.314-.665-.772-1.141-1.343-1.436a3.288 3.288 0 00-1.772-.332c-1.245.099-2.343.801-2.67 1.686a.652.652 0 01-.61.425c-1.067.002-1.893.252-2.497.703-.522.39-.878.935-1.066 1.588a4.07 4.07 0 00-.068 1.886c.112.558.331 1.02.582 1.269l.008.007c.212.207.257.53.109.785-.36.622-.629 1.549-.673 2.44-.05 1.018.186 1.902.719 2.536l.016.019a.643.643 0 01.095.69c-.576 1.236-.753 2.252-.562 3.052a.652.652 0 01-1.269.298c-.243-1.018-.078-2.184.473-3.498l.014-.035-.008-.012a4.339 4.339 0 01-.598-1.309l-.005-.019a5.764 5.764 0 01-.177-1.785c.044-.91.278-1.842.622-2.59l.012-.026-.002-.002c-.293-.418-.51-.953-.63-1.545l-.005-.024a5.352 5.352 0 01.093-2.49c.262-.915.777-1.701 1.536-2.269.06-.045.123-.09.186-.132-.159-1.493-.119-2.73.112-3.67.127-.518.314-.95.562-1.287.27-.368.614-.622 1.015-.737.266-.076.54-.059.797.042zm4.116 9.09c.936 0 1.8.313 2.446.855.63.527 1.005 1.235 1.005 1.94 0 .888-.406 1.58-1.133 2.022-.62.375-1.451.557-2.403.557-1.009 0-1.871-.259-2.493-.734-.617-.47-.963-1.13-.963-1.845 0-.707.398-1.417 1.056-1.946.668-.537 1.55-.849 2.485-.849zm0 .896a3.07 3.07 0 00-1.916.65c-.461.37-.722.835-.722 1.25 0 .428.21.829.61 1.134.455.347 1.124.548 1.943.548.799 0 1.473-.147 1.932-.426.463-.28.7-.686.7-1.257 0-.423-.246-.89-.683-1.256-.484-.405-1.14-.643-1.864-.643zm.662 1.21l.004.004c.12.151.095.37-.056.49l-.292.23v.446a.375.375 0 01-.376.373.375.375 0 01-.376-.373v-.46l-.271-.218a.347.347 0 01-.052-.49.353.353 0 01.494-.051l.215.172.22-.174a.353.353 0 01.49.051zm-5.04-1.919c.478 0 .867.39.867.871a.87.87 0 01-.868.871.87.87 0 01-.867-.87.87.87 0 01.867-.872zm8.706 0c.48 0 .868.39.868.871a.87.87 0 01-.868.871.87.87 0 01-.867-.87.87.87 0 01.867-.872zM7.44 2.3l-.003.002a.659.659 0 00-.285.238l-.005.006c-.138.189-.258.467-.348.832-.17.692-.216 1.631-.124 2.782.43-.128.899-.208 1.404-.237l.01-.001.019-.034c.046-.082.095-.161.148-.239.123-.771.022-1.692-.253-2.444-.134-.364-.297-.65-.453-.813a.628.628 0 00-.107-.09L7.44 2.3zm9.174.04l-.002.001a.628.628 0 00-.107.09c-.156.163-.32.45-.453.814-.29.794-.387 1.776-.23 2.572l.058.097.008.014h.03a5.184 5.184 0 011.466.212c.086-1.124.038-2.043-.128-2.722-.09-.365-.21-.643-.349-.832l-.004-.006a.659.659 0 00-.285-.239h-.004z"></path></svg>'},Symbol.toStringTag,{value:"Module"})),wu=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg fill="currentColor" fill-rule="evenodd" height="1em" style="flex:none;line-height:1" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"><title>OpenAI</title><path d="M21.55 10.004a5.416 5.416 0 00-.478-4.501c-1.217-2.09-3.662-3.166-6.05-2.66A5.59 5.59 0 0010.831 1C8.39.995 6.224 2.546 5.473 4.838A5.553 5.553 0 001.76 7.496a5.487 5.487 0 00.691 6.5 5.416 5.416 0 00.477 4.502c1.217 2.09 3.662 3.165 6.05 2.66A5.586 5.586 0 0013.168 23c2.443.006 4.61-1.546 5.361-3.84a5.553 5.553 0 003.715-2.66 5.488 5.488 0 00-.693-6.497v.001zm-8.381 11.558a4.199 4.199 0 01-2.675-.954c.034-.018.093-.05.132-.074l4.44-2.53a.71.71 0 00.364-.623v-6.176l1.877 1.069c.02.01.033.029.036.05v5.115c-.003 2.274-1.87 4.118-4.174 4.123zM4.192 17.78a4.059 4.059 0 01-.498-2.763c.032.02.09.055.131.078l4.44 2.53c.225.13.504.13.73 0l5.42-3.088v2.138a.068.068 0 01-.027.057L9.9 19.288c-1.999 1.136-4.552.46-5.707-1.51h-.001zM3.023 8.216A4.15 4.15 0 015.198 6.41l-.002.151v5.06a.711.711 0 00.364.624l5.42 3.087-1.876 1.07a.067.067 0 01-.063.005l-4.489-2.559c-1.995-1.14-2.679-3.658-1.53-5.63h.001zm15.417 3.54l-5.42-3.088L14.896 7.6a.067.067 0 01.063-.006l4.489 2.557c1.998 1.14 2.683 3.662 1.529 5.633a4.163 4.163 0 01-2.174 1.807V12.38a.71.71 0 00-.363-.623zm1.867-2.773a6.04 6.04 0 00-.132-.078l-4.44-2.53a.731.731 0 00-.729 0l-5.42 3.088V7.325a.068.068 0 01.027-.057L14.1 4.713c2-1.137 4.555-.46 5.707 1.513.487.833.664 1.809.499 2.757h.001zm-11.741 3.81l-1.877-1.068a.065.065 0 01-.036-.051V6.559c.001-2.277 1.873-4.122 4.181-4.12.976 0 1.92.338 2.671.954-.034.018-.092.05-.131.073l-4.44 2.53a.71.71 0 00-.365.623l-.003 6.173v.002zm1.02-2.168L12 9.25l2.414 1.375v2.75L12 14.75l-2.415-1.375v-2.75z"></path></svg>'},Symbol.toStringTag,{value:"Module"})),Cu=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" viewBox="0 0 128 128"><path fill="#ea1b22" d="M55.387 66.469h8.333l-4.407-7.09l-8.088 12.819h-3.681L57.382 56.8a2.32 2.32 0 0 1 1.931-.998c.765 0 1.478.363 1.892.972l9.876 15.424H67.4l-1.736-2.865h-8.438zm38.235 2.864V55.958h-3.123v14.685c0 .402.156.791.454 1.089s.7.466 1.141.466h14.244l1.841-2.865zm-51.677-2.397c3.033 0 5.496-2.449 5.496-5.482s-2.462-5.496-5.496-5.496H28.28v16.241h3.123V58.822h10.335c1.452 0 2.618 1.18 2.618 2.631s-1.167 2.631-2.618 2.631l-8.806-.013l9.324 8.127h4.538l-6.274-5.263h1.425zM9.059 72.198c-4.483 0-8.122-3.629-8.122-8.114s3.638-8.127 8.122-8.127h9.439c4.485 0 8.121 3.643 8.121 8.127s-3.636 8.114-8.121 8.114zm9.229-2.865a5.25 5.25 0 0 0 5.258-5.249a5.26 5.26 0 0 0-5.258-5.263H9.267a5.26 5.26 0 0 0-5.256 5.263a5.25 5.25 0 0 0 5.256 5.249zm59.314 2.865c-4.484 0-8.126-3.629-8.126-8.114s3.642-8.127 8.126-8.127h11.212l-1.829 2.864H77.81a5.267 5.267 0 0 0-5.264 5.263c0 2.903 2.36 5.249 5.264 5.249h11.263l-1.84 2.865zm38.197-2.865a5.25 5.25 0 0 1-5.055-3.824h13.35l1.84-2.864h-15.19a5.266 5.266 0 0 1 5.055-3.824h9.163l1.854-2.864h-11.225c-4.484 0-8.126 3.643-8.126 8.127s3.642 8.114 8.126 8.114h9.631l1.841-2.865z"/></svg>'},Symbol.toStringTag,{value:"Module"})),xu=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M20.341 6.484A10 10 0 0 1 10.266 21.85m-6.607-4.334A10 10 0 0 1 13.74 2.152"/><circle cx="12" cy="12" r="3"/><circle cx="19" cy="5" r="2"/><circle cx="5" cy="19" r="2"/></g></svg>\n'},Symbol.toStringTag,{value:"Module"})),ku=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="currentColor" d="M11 7h2v2h-2zm0 4h2v6h-2zm1-9C6.48 2 2 6.48 2 12s4.48 10 10 10s10-4.48 10-10S17.52 2 12 2m0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8s8 3.59 8 8s-3.59 8-8 8"/></svg>\n'},Symbol.toStringTag,{value:"Module"})),Au=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor"><path d="M3.9985 2C3.44749 2 3 2.44405 3 2.9918V21.0082C3 21.5447 3.44476 22 3.9934 22H20.0066C20.5551 22 21 21.5489 21 20.9925L20.9997 7L16 2H3.9985ZM10.5 7.5H12.5C12.5 9.98994 14.6436 12.6604 17.3162 13.5513L16.8586 15.49C13.7234 15.0421 10.4821 16.3804 7.5547 18.3321L6.3753 16.7191C7.46149 15.8502 8.50293 14.3757 9.27499 12.6534C10.0443 10.9373 10.5 9.07749 10.5 7.5ZM11.1 13.4716C11.3673 12.8752 11.6043 12.2563 11.8037 11.6285C12.2754 12.3531 12.8553 13.0182 13.5102 13.5953C12.5284 13.7711 11.5666 14.0596 10.6353 14.4276C10.8 14.1143 10.9551 13.7948 11.1 13.4716Z"></path></svg>\n'},Symbol.toStringTag,{value:"Module"})),Mu=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg class="w-4 h-4" fill="currentColor" viewBox="0 0 24 24"><path d="M8.5,13.5L11,16.5L14.5,12L19,18H5M21,19V5C21,3.89 20.1,3 19,3H5A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19Z"/></svg>\n'},Symbol.toStringTag,{value:"Module"})),Su=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" viewBox="0 0 128 128"><path d="M93.809 92.112c.785-6.533.55-7.492 5.416-6.433l1.235.108c3.742.17 8.637-.602 11.513-1.938c6.191-2.873 9.861-7.668 3.758-6.409c-13.924 2.873-14.881-1.842-14.881-1.842c14.703-21.815 20.849-49.508 15.543-56.287c-14.47-18.489-39.517-9.746-39.936-9.52l-.134.025c-2.751-.571-5.83-.912-9.289-.968c-6.301-.104-11.082 1.652-14.709 4.402c0 0-44.683-18.409-42.604 23.151c.442 8.841 12.672 66.898 27.26 49.362c5.332-6.412 10.484-11.834 10.484-11.834c2.558 1.699 5.622 2.567 8.834 2.255l.249-.212c-.078.796-.044 1.575.099 2.497c-3.757 4.199-2.653 4.936-10.166 6.482c-7.602 1.566-3.136 4.355-.221 5.084c3.535.884 11.712 2.136 17.238-5.598l-.22.882c1.474 1.18 1.375 8.477 1.583 13.69c.209 5.214.558 10.079 1.621 12.948s2.317 10.256 12.191 8.14c8.252-1.764 14.561-4.309 15.136-27.985"/><path d="M75.458 125.256c-4.367 0-7.211-1.689-8.938-3.32c-2.607-2.46-3.641-5.629-4.259-7.522l-.267-.79c-1.244-3.358-1.666-8.193-1.916-14.419c-.038-.935-.064-1.898-.093-2.919c-.021-.747-.047-1.684-.085-2.664a18.8 18.8 0 0 1-4.962 1.568c-3.079.526-6.389.356-9.84-.507c-2.435-.609-4.965-1.871-6.407-3.82c-4.203 3.681-8.212 3.182-10.396 2.453c-3.853-1.285-7.301-4.896-10.542-11.037c-2.309-4.375-4.542-10.075-6.638-16.943c-3.65-11.96-5.969-24.557-6.175-28.693C4.292 23.698 7.777 14.44 15.296 9.129C27.157.751 45.128 5.678 51.68 7.915c4.402-2.653 9.581-3.944 15.433-3.851c3.143.051 6.136.327 8.916.823c2.9-.912 8.628-2.221 15.185-2.139c12.081.144 22.092 4.852 28.949 13.615c4.894 6.252 2.474 19.381.597 26.651c-2.642 10.226-7.271 21.102-12.957 30.57c1.544.011 3.781-.174 6.961-.831c6.274-1.295 8.109 2.069 8.607 3.575c1.995 6.042-6.677 10.608-9.382 11.864c-3.466 1.609-9.117 2.589-13.745 2.377l-.202-.013l-1.216-.107l-.12 1.014l-.116.991c-.311 11.999-2.025 19.598-5.552 24.619c-3.697 5.264-8.835 6.739-13.361 7.709c-1.544.33-2.947.474-4.219.474m-9.19-43.671c2.819 2.256 3.066 6.501 3.287 14.434c.028.99.054 1.927.089 2.802c.106 2.65.355 8.855 1.327 11.477c.137.371.26.747.39 1.146c1.083 3.316 1.626 4.979 6.309 3.978c3.931-.843 5.952-1.599 7.534-3.851c2.299-3.274 3.585-9.86 3.821-19.575l4.783.116l-4.75-.57l.14-1.186c.455-3.91.783-6.734 3.396-8.602c2.097-1.498 4.486-1.353 6.389-1.01c-2.091-1.58-2.669-3.433-2.823-4.193l-.399-1.965l1.121-1.663c6.457-9.58 11.781-21.354 14.609-32.304c2.906-11.251 2.02-17.226 1.134-18.356c-11.729-14.987-32.068-8.799-34.192-8.097l-.359.194l-1.8.335l-.922-.191c-2.542-.528-5.366-.82-8.393-.869c-4.756-.08-8.593 1.044-11.739 3.431l-2.183 1.655l-2.533-1.043c-5.412-2.213-21.308-6.662-29.696-.721c-4.656 3.298-6.777 9.76-6.305 19.207c.156 3.119 2.275 14.926 5.771 26.377c4.831 15.825 9.221 21.082 11.054 21.693c.32.108 1.15-.537 1.976-1.529a271 271 0 0 1 10.694-12.07l2.77-2.915l3.349 2.225c1.35.897 2.839 1.406 4.368 1.502l7.987-6.812l-1.157 11.808c-.026.265-.039.626.065 1.296l.348 2.238l-1.51 1.688l-.174.196l4.388 2.025z"/><path fill="#336791" d="M115.731 77.44c-13.925 2.873-14.882-1.842-14.882-1.842c14.703-21.816 20.849-49.51 15.545-56.287C101.924.823 76.875 9.566 76.457 9.793l-.135.024c-2.751-.571-5.83-.911-9.291-.967c-6.301-.103-11.08 1.652-14.707 4.402c0 0-44.684-18.408-42.606 23.151c.442 8.842 12.672 66.899 27.26 49.363c5.332-6.412 10.483-11.834 10.483-11.834c2.559 1.699 5.622 2.567 8.833 2.255l.25-.212c-.078.796-.042 1.575.1 2.497c-3.758 4.199-2.654 4.936-10.167 6.482c-7.602 1.566-3.136 4.355-.22 5.084c3.534.884 11.712 2.136 17.237-5.598l-.221.882c1.473 1.18 2.507 7.672 2.334 13.557s-.29 9.926.871 13.082c1.16 3.156 2.316 10.256 12.192 8.14c8.252-1.768 12.528-6.351 13.124-13.995c.422-5.435 1.377-4.631 1.438-9.49l.767-2.3c.884-7.367.14-9.743 5.225-8.638l1.235.108c3.742.17 8.639-.602 11.514-1.938c6.19-2.871 9.861-7.667 3.758-6.408"/><path fill="#fff" d="M75.957 122.307c-8.232 0-10.84-6.519-11.907-9.185c-1.562-3.907-1.899-19.069-1.551-31.503a1.59 1.59 0 0 1 1.64-1.55a1.594 1.594 0 0 1 1.55 1.639c-.401 14.341.168 27.337 1.324 30.229c1.804 4.509 4.54 8.453 12.275 6.796c7.343-1.575 10.093-4.359 11.318-11.46c.94-5.449 2.799-20.951 3.028-24.01a1.593 1.593 0 0 1 1.71-1.472a1.597 1.597 0 0 1 1.472 1.71c-.239 3.185-2.089 18.657-3.065 24.315c-1.446 8.387-5.185 12.191-13.794 14.037c-1.463.313-2.792.453-4 .454M31.321 90.466a6.7 6.7 0 0 1-2.116-.35c-5.347-1.784-10.44-10.492-15.138-25.885c-3.576-11.717-5.842-23.947-6.041-27.922c-.589-11.784 2.445-20.121 9.02-24.778c13.007-9.216 34.888-.44 35.813-.062a1.596 1.596 0 0 1-1.207 2.955c-.211-.086-21.193-8.492-32.768-.285c-5.622 3.986-8.203 11.392-7.672 22.011c.167 3.349 2.284 15.285 5.906 27.149c4.194 13.742 8.967 22.413 13.096 23.79c.648.216 2.62.873 5.439-2.517A245 245 0 0 1 45.88 73.046a1.596 1.596 0 0 1 2.304 2.208c-.048.05-4.847 5.067-10.077 11.359c-2.477 2.979-4.851 3.853-6.786 3.853m69.429-13.445a1.596 1.596 0 0 1-1.322-2.487c14.863-22.055 20.08-48.704 15.612-54.414c-5.624-7.186-13.565-10.939-23.604-11.156c-7.433-.16-13.341 1.738-14.307 2.069l-.243.099c-.971.305-1.716-.227-1.997-.849a1.6 1.6 0 0 1 .631-2.025c.046-.027.192-.089.429-.176l-.021.006l.021-.007c1.641-.601 7.639-2.4 15.068-2.315c11.108.118 20.284 4.401 26.534 12.388c2.957 3.779 2.964 12.485.019 23.887c-3.002 11.625-8.651 24.118-15.497 34.277c-.306.457-.81.703-1.323.703m.76 10.21c-2.538 0-4.813-.358-6.175-1.174c-1.4-.839-1.667-1.979-1.702-2.584c-.382-6.71 3.32-7.878 5.208-8.411c-.263-.398-.637-.866-1.024-1.349c-1.101-1.376-2.609-3.26-3.771-6.078c-.182-.44-.752-1.463-1.412-2.648c-3.579-6.418-11.026-19.773-6.242-26.612c2.214-3.165 6.623-4.411 13.119-3.716C97.6 28.837 88.5 10.625 66.907 10.271c-6.494-.108-11.82 1.889-15.822 5.93c-8.96 9.049-8.636 25.422-8.631 25.586a1.595 1.595 0 1 1-3.19.084c-.02-.727-.354-17.909 9.554-27.916C53.455 9.272 59.559 6.96 66.96 7.081c13.814.227 22.706 7.25 27.732 13.101c5.479 6.377 8.165 13.411 8.386 15.759c.165 1.746-1.088 2.095-1.341 2.147l-.576.013c-6.375-1.021-10.465-.312-12.156 2.104c-3.639 5.201 3.406 17.834 6.414 23.229c.768 1.376 1.322 2.371 1.576 2.985c.988 2.396 2.277 4.006 3.312 5.3c.911 1.138 1.7 2.125 1.982 3.283c.131.23 1.99 2.98 13.021.703c2.765-.57 4.423-.083 4.93 1.45c.997 3.015-4.597 6.532-7.694 7.97c-2.775 1.29-7.204 2.106-11.036 2.106m-4.696-4.021c.35.353 2.101.962 5.727.806c3.224-.138 6.624-.839 8.664-1.786c2.609-1.212 4.351-2.567 5.253-3.492l-.5.092c-7.053 1.456-12.042 1.262-14.828-.577a6 6 0 0 1-.54-.401c-.302.119-.581.197-.78.253c-1.58.443-3.214.902-2.996 5.105m-45.562 8.915c-1.752 0-3.596-.239-5.479-.71c-1.951-.488-5.24-1.957-5.19-4.37c.057-2.707 3.994-3.519 5.476-3.824c5.354-1.103 5.703-1.545 7.376-3.67c.488-.619 1.095-1.39 1.923-2.314c1.229-1.376 2.572-2.073 3.992-2.073c.989 0 1.8.335 2.336.558c1.708.708 3.133 2.42 3.719 4.467c.529 1.847.276 3.625-.71 5.006c-3.237 4.533-7.886 6.93-13.443 6.93m-7.222-4.943c.481.372 1.445.869 2.518 1.137c1.631.408 3.213.615 4.705.615c4.546 0 8.196-1.882 10.847-5.594c.553-.774.387-1.757.239-2.274c-.31-1.083-1.08-2.068-1.873-2.397c-.43-.178-.787-.314-1.115-.314c-.176 0-.712 0-1.614 1.009a41 41 0 0 0-1.794 2.162c-2.084 2.646-3.039 3.544-9.239 4.821c-1.513.31-2.289.626-2.674.835m12.269-7.36a1.596 1.596 0 0 1-1.575-1.354a8 8 0 0 1-.08-.799c-4.064-.076-7.985-1.82-10.962-4.926c-3.764-3.927-5.477-9.368-4.699-14.927c.845-6.037.529-11.366.359-14.229c-.047-.796-.081-1.371-.079-1.769c.003-.505.013-1.844 4.489-4.113c1.592-.807 4.784-2.215 8.271-2.576c5.777-.597 9.585 1.976 10.725 7.246c3.077 14.228.244 20.521-1.825 25.117c-.385.856-.749 1.664-1.04 2.447l-.257.69c-1.093 2.931-2.038 5.463-1.748 7.354a1.595 1.595 0 0 1-1.335 1.819zM42.464 42.26l.062 1.139c.176 2.974.504 8.508-.384 14.86c-.641 4.585.759 9.06 3.843 12.276c2.437 2.542 5.644 3.945 8.94 3.945h.068c.369-1.555.982-3.197 1.642-4.966l.255-.686c.329-.884.714-1.74 1.122-2.646c1.991-4.424 4.47-9.931 1.615-23.132c-.565-2.615-1.936-4.128-4.189-4.627c-4.628-1.022-11.525 2.459-12.974 3.837m9.63-.677c-.08.564 1.033 2.07 2.485 2.271c1.449.203 2.689-.975 2.768-1.539s-1.033-1.186-2.485-1.388s-2.691.092-2.768.656m2.818 2.826l-.407-.028c-.9-.125-1.81-.692-2.433-1.518c-.219-.29-.576-.852-.505-1.354c.101-.736.999-1.177 2.4-1.177c.313 0 .639.023.967.069c.766.106 1.477.327 2.002.62c.91.508.977 1.075.936 1.368c-.112.813-1.405 2.02-2.96 2.02m-2.289-2.732c.045.348.907 1.496 2.029 1.651l.261.018c1.036 0 1.81-.815 1.901-1.082c-.096-.182-.762-.634-2.025-.81a6 6 0 0 0-.821-.059c-.812 0-1.243.183-1.345.282m43.605-1.245c.079.564-1.033 2.07-2.484 2.272c-1.45.202-2.691-.975-2.771-1.539c-.076-.564 1.036-1.187 2.486-1.388c1.45-.203 2.689.092 2.769.655m-2.819 2.56c-1.396 0-2.601-1.086-2.7-1.791c-.115-.846 1.278-1.489 2.712-1.688c.316-.044.629-.066.93-.066c1.238 0 2.058.363 2.14.949c.053.379-.238.964-.739 1.492c-.331.347-1.026.948-1.973 1.079zm.943-3.013q-.416 0-.856.061c-1.441.201-2.301.779-2.259 1.089c.048.341.968 1.332 2.173 1.332l.297-.021c.787-.109 1.378-.623 1.66-.919c.443-.465.619-.903.598-1.052c-.028-.198-.56-.49-1.613-.49m3.965 32.843a1.594 1.594 0 0 1-1.324-2.483c3.398-5.075 2.776-10.25 2.175-15.255c-.257-2.132-.521-4.337-.453-6.453c.07-2.177.347-3.973.614-5.71c.317-2.058.617-4.002.493-6.31a1.595 1.595 0 1 1 3.186-.172c.142 2.638-.197 4.838-.525 6.967c-.253 1.643-.515 3.342-.578 5.327c-.061 1.874.178 3.864.431 5.97c.64 5.322 1.365 11.354-2.691 17.411a1.6 1.6 0 0 1-1.328.708"/></svg>'},Symbol.toStringTag,{value:"Module"})),Eu=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg height="1em" style="flex:none;line-height:1" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"><title>BaiduCloud</title><path d="M21.715 5.61l-3.983 2.31a.903.903 0 01-.896 0L12.44 5.384a.903.903 0 00-.897 0L7.156 7.92a.903.903 0 01-.896 0L2.276 5.617 12.002 0l9.713 5.61z" fill="#5BCA87"></path><path d="M18.641 9.467a.89.89 0 00-.438.77v5.072a.896.896 0 01-.445.77l-4.428 2.51a.884.884 0 00-.445.777v4.607l4.429-2.536 5.31-3.047V7.157l-3.983 2.31z" fill="#EC5D3E"></path><path d="M10.98 18.941a.936.936 0 00-.305-.352l-4.429-2.516a.903.903 0 01-.431-.764v-5.078a.89.89 0 00-.452-.757l-.451-.26L1.38 7.158V18.39l5.311 3.047L11.126 24v-4.608a.881.881 0 00-.146-.45z" fill="#2464F5"></path></svg>'},Symbol.toStringTag,{value:"Module"})),Du=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="currentColor" d="M4 4h4.01V2H2v6h2zm0 12H2v6h6.01v-2H4zm16 4h-4v2h6v-6h-2zM16 4h4v4h2V2h-6z"/><path fill="currentColor" d="M5 11h6V5H5zm2-4h2v2H7zM5 19h6v-6H5zm2-4h2v2H7zM19 5h-6v6h6zm-2 4h-2V7h2zm-3.99 4h2v2h-2zm2 2h2v2h-2zm2 2h2v2h-2zm0-4h2v2h-2z"/></svg>\n'},Symbol.toStringTag,{value:"Module"})),zu=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg height="1em" style="flex:none;line-height:1" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"><title>Qwen</title><defs><linearGradient id="lobe-icons-qwen-fill" x1="0%" x2="100%" y1="0%" y2="0%"><stop offset="0%" stop-color="#00055F" stop-opacity=".84"></stop><stop offset="100%" stop-color="#6F69F7" stop-opacity=".84"></stop></linearGradient></defs><path d="M12.604 1.34c.393.69.784 1.382 1.174 2.075a.18.18 0 00.157.091h5.552c.174 0 .322.11.446.327l1.454 2.57c.19.337.24.478.024.837-.26.43-.513.864-.76 1.3l-.367.658c-.106.196-.223.28-.04.512l2.652 4.637c.172.301.111.494-.043.77-.437.785-.882 1.564-1.335 2.34-.159.272-.352.375-.68.37-.777-.016-1.552-.01-2.327.016a.099.099 0 00-.081.05 575.097 575.097 0 01-2.705 4.74c-.169.293-.38.363-.725.364-.997.003-2.002.004-3.017.002a.537.537 0 01-.465-.271l-1.335-2.323a.09.09 0 00-.083-.049H4.982c-.285.03-.553-.001-.805-.092l-1.603-2.77a.543.543 0 01-.002-.54l1.207-2.12a.198.198 0 000-.197 550.951 550.951 0 01-1.875-3.272l-.79-1.395c-.16-.31-.173-.496.095-.965.465-.813.927-1.625 1.387-2.436.132-.234.304-.334.584-.335a338.3 338.3 0 012.589-.001.124.124 0 00.107-.063l2.806-4.895a.488.488 0 01.422-.246c.524-.001 1.053 0 1.583-.006L11.704 1c.341-.003.724.032.9.34zm-3.432.403a.06.06 0 00-.052.03L6.254 6.788a.157.157 0 01-.135.078H3.253c-.056 0-.07.025-.041.074l5.81 10.156c.025.042.013.062-.034.063l-2.795.015a.218.218 0 00-.2.116l-1.32 2.31c-.044.078-.021.118.068.118l5.716.008c.046 0 .08.02.104.061l1.403 2.454c.046.081.092.082.139 0l5.006-8.76.783-1.382a.055.055 0 01.096 0l1.424 2.53a.122.122 0 00.107.062l2.763-.02a.04.04 0 00.035-.02.041.041 0 000-.04l-2.9-5.086a.108.108 0 010-.113l.293-.507 1.12-1.977c.024-.041.012-.062-.035-.062H9.2c-.059 0-.073-.026-.043-.077l1.434-2.505a.107.107 0 000-.114L9.225 1.774a.06.06 0 00-.053-.031zm6.29 8.02c.046 0 .058.02.034.06l-.832 1.465-2.613 4.585a.056.056 0 01-.05.029.058.058 0 01-.05-.029L8.498 9.841c-.02-.034-.01-.052.028-.054l.216-.012 6.722-.012z" fill="url(#lobe-icons-qwen-fill)" fill-rule="nonzero"></path></svg>'},Symbol.toStringTag,{value:"Module"})),Fu=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" viewBox="0 0 128 128"><path fill="#a41e11" d="M121.8 93.1c-6.7 3.5-41.4 17.7-48.8 21.6s-11.5 3.8-17.3 1S13 98.1 6.3 94.9c-3.3-1.6-5-2.9-5-4.2V78s48-10.5 55.8-13.2c7.8-2.8 10.4-2.9 17-.5s46.1 9.5 52.6 11.9v12.5c0 1.3-1.5 2.7-4.9 4.4"/><path fill="#d82c20" d="M121.8 80.5C115.1 84 80.4 98.2 73 102.1s-11.5 3.8-17.3 1S13 85.4 6.3 82.2C-.3 79-.5 76.8 6 74.3c6.5-2.6 43.2-17 51-19.7c7.8-2.8 10.4-2.9 17-.5s41.1 16.1 47.6 18.5c6.7 2.4 6.9 4.4.2 7.9"/><path fill="#a41e11" d="M121.8 72.5C115.1 76 80.4 90.2 73 94.1c-7.4 3.8-11.5 3.8-17.3 1S13 77.4 6.3 74.2c-3.3-1.6-5-2.9-5-4.2V57.3s48-10.5 55.8-13.2c7.8-2.8 10.4-2.9 17-.5s46.1 9.5 52.6 11.9V68c0 1.3-1.5 2.7-4.9 4.5"/><path fill="#d82c20" d="M121.8 59.8c-6.7 3.5-41.4 17.7-48.8 21.6c-7.4 3.8-11.5 3.8-17.3 1S13 64.7 6.3 61.5s-6.8-5.4-.3-7.9c6.5-2.6 43.2-17 51-19.7c7.8-2.8 10.4-2.9 17-.5s41.1 16.1 47.6 18.5c6.7 2.4 6.9 4.4.2 7.9"/><path fill="#a41e11" d="M121.8 51c-6.7 3.5-41.4 17.7-48.8 21.6c-7.4 3.8-11.5 3.8-17.3 1C49.9 70.9 13 56 6.3 52.8c-3.3-1.6-5.1-2.9-5.1-4.2V35.9s48-10.5 55.8-13.2c7.8-2.8 10.4-2.9 17-.5s46.1 9.5 52.6 11.9v12.5c.1 1.3-1.4 2.6-4.8 4.4"/><path fill="#d82c20" d="M121.8 38.3C115.1 41.8 80.4 56 73 59.9c-7.4 3.8-11.5 3.8-17.3 1S13 43.3 6.3 40.1s-6.8-5.4-.3-7.9c6.5-2.6 43.2-17 51-19.7c7.8-2.8 10.4-2.9 17-.5s41.1 16.1 47.6 18.5c6.7 2.4 6.9 4.4.2 7.8"/><path fill="#fff" d="m80.4 26.1l-10.8 1.2l-2.5 5.8l-3.9-6.5l-12.5-1.1l9.3-3.4l-2.8-5.2l8.8 3.4l8.2-2.7L72 23zM66.5 54.5l-20.3-8.4l29.1-4.4z"/><ellipse cx="38.4" cy="35.4" fill="#fff" rx="15.5" ry="6"/><path fill="#7a0c00" d="m93.3 27.7l17.2 6.8l-17.2 6.8z"/><path fill="#ad2115" d="m74.3 35.3l19-7.6v13.6l-1.9.8z"/></svg>'},Symbol.toStringTag,{value:"Module"})),Ou=Object.freeze(Object.defineProperty({__proto__:null,default:'<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1723087850395" class="icon" viewBox="0 0 1188 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="39503" xmlns:xlink="http://www.w3.org/1999/xlink" width="232.03125" height="200"><path d="M800.736395 0C906.556049 0 992.395062 92.513975 992.395062 206.569877V278.818765h-145.869432L865.975309 447.841975h-75.889778l-19.449679-169.035852H283.369877c13.520593-26.737778 21.162667-57.413531 21.162666-89.979259 0-48.159605-16.813827-79.492741-44.329086-112.829629h-22.338371c-21.168988 0-29.879309 2.932938-44.22795 19.658271-14.348642 16.731654-15.075556 32.085333-13.432099 54.771358l67.141531 793.34084h601.878123V1024H176.374519v-0.25284C78.07684 1018.424889 0 930.980346 0 823.763753L1.175704 745.876543h152.974222l-49.739852-590.127407C98.183901 71.863309 159.674469 0 237.871407 0zM160.079012 806.918321H58.228938l-0.126419 5.499259c0.12642 35.858963 13.482667 69.594074 37.692049 94.953877 20.751802 21.744198 47.344198 35.239506 76.092049 38.608592l-11.807605-139.061728zM1033.399309 524.641975c49.967407 0 71.667358 14.159012 82.267654 39.948642V529.698765H1188.345679v251.828149c0 74.840494-37.856395 122.374321-150.91358 122.374321-24.727704 0-55.517235-2.528395-77.722864-6.573828v-58.153086c21.699951 5.562469 48.45037 8.090864 72.173037 8.090864 59.050667 0 83.784691-16.687407 83.784691-68.772345v-14.664692c-11.611654 24.272593-33.311605 38.937284-82.267654 38.937284-88.329481 0-110.535111-56.13037-110.535111-139.061728 0-74.840494 22.20563-139.061728 110.535111-139.061729z m-284.703605 0c95.446914 0 117.279605 49.777778 117.279605 120.38321 0 15.739259-1.011358 30.473481-2.541037 38.090272l-176.677926 11.175506c2.534716 39.114272 25.385086 56.888889 74.119901 56.888889 33.513877 0 73.114864-9.645827 90.88316-19.297975v57.900246c-16.244938 9.652148-57.369284 19.304296-105.099061 19.304297C662.888296 809.08642 613.135802 778.100938 613.135802 666.864198S662.888296 524.641975 748.695704 524.641975zM424.005531 448.790123c95.560691 0 136.950519 30.599901 136.950518 112.210173 0 59.164444-20.947753 90.788346-66.43358 104.561778L594.17284 802.765432H502.701827l-83.297975-129.042963h-38.324148V802.765432H303.407407V448.790123z m631.258074 126.419754C1004.720988 575.209877 998.716049 615.847506 998.716049 660.037531v1.396938c0.132741 46.111605 7.003654 84.442074 56.547556 84.442074 54.044444 0 63.55121-31.49116 63.55121-85.839012 0-52.318815-9.506765-84.827654-63.55121-84.827654z m-303.470617 0c-45.814519 0-61.263012 19.879506-62.805334 63.209876l113.777778-8.666074c0-30.075259-7.205926-54.543802-50.966123-54.543802zM412.204247 512H379.259259v107.45679h30.694716C461.280395 619.45679 480.395062 609.121975 480.395062 563.661432 480.395062 520.786173 461.274074 512 409.953975 512z m372.577975-442.127802H361.370864c17.66084 33.842568 27.660642 73.007407 27.660642 114.725925 0 8.116148-0.423506 16.225975-1.169383 24.335803h517.12v-8.109827c0-34.999309-12.559802-67.90637-35.214222-92.589827-22.660741-24.683457-52.875062-38.362074-84.998321-38.362074z" fill="#000000" p-id="39504"></path></svg>'},Symbol.toStringTag,{value:"Module"})),Lu=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-rotate-ccw-key-icon lucide-rotate-ccw-key"><path d="m14.5 9.5 1 1"/><path d="m15.5 8.5-4 4"/><path d="M3 12a9 9 0 1 0 9-9 9.74 9.74 0 0 0-6.74 2.74L3 8"/><path d="M3 3v5h5"/><circle cx="10" cy="14" r="2"/></svg>'},Symbol.toStringTag,{value:"Module"})),Tu=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><path fill="currentColor" d="M4.5 3.5a1 1 0 0 0-1 1v2.25a.75.75 0 0 1-1.5 0V4.5A2.5 2.5 0 0 1 4.5 2h2.25a.75.75 0 0 1 0 1.5zm0 13a1 1 0 0 1-1-1v-2.25a.75.75 0 0 0-1.5 0v2.25A2.5 2.5 0 0 0 4.5 18h2.25a.75.75 0 0 0 0-1.5zm12-12a1 1 0 0 0-1-1h-2.25a.75.75 0 0 1 0-1.5h2.25A2.5 2.5 0 0 1 18 4.5v2.25a.75.75 0 0 1-1.5 0zm-1 12a1 1 0 0 0 1-1v-2.25a.75.75 0 0 1 1.5 0v2.25a2.5 2.5 0 0 1-2.5 2.5h-2.25a.75.75 0 0 1 0-1.5zM6 6.75A.75.75 0 0 1 6.75 6h6.5a.75.75 0 0 1 0 1.5h-6.5A.75.75 0 0 1 6 6.75M6.75 9a.75.75 0 0 0 0 1.5h6.5a.75.75 0 0 0 0-1.5zM6 12.75a.75.75 0 0 1 .75-.75h3.5a.75.75 0 0 1 0 1.5h-3.5a.75.75 0 0 1-.75-.75"/></svg>\n'},Symbol.toStringTag,{value:"Module"})),Iu=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg xmlns="http://www.w3.org/2000/svg" width="92mm" height="92mm" viewBox="0 0 92 92"><g transform="translate(-40.921 -17.417)"><circle cx="75.921" cy="53.903" r="30" style="fill:none;fill-opacity:1;stroke:#3050ff;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/><path d="M67.515 37.915a18 18 0 0 1 21.051 3.313 18 18 0 0 1 3.138 21.078" style="fill:none;fill-opacity:1;stroke:#3050ff;stroke-width:5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"/><rect width="18.846" height="39.963" x="3.706" y="122.09" ry="0" style="opacity:1;fill:#3050ff;fill-opacity:1;stroke:none;stroke-width:8;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" transform="rotate(-46.235)"/></g></svg>'},Symbol.toStringTag,{value:"Module"})),ju=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="currentColor" d="M19.9 12.66a1 1 0 0 1 0-1.32l1.28-1.44a1 1 0 0 0 .12-1.17l-2-3.46a1 1 0 0 0-1.07-.48l-1.88.38a1 1 0 0 1-1.15-.66l-.61-1.83a1 1 0 0 0-.95-.68h-4a1 1 0 0 0-1 .68l-.56 1.83a1 1 0 0 1-1.15.66L5 4.79a1 1 0 0 0-1 .48L2 8.73a1 1 0 0 0 .1 1.17l1.27 1.44a1 1 0 0 1 0 1.32L2.1 14.1a1 1 0 0 0-.1 1.17l2 3.46a1 1 0 0 0 1.07.48l1.88-.38a1 1 0 0 1 1.15.66l.61 1.83a1 1 0 0 0 1 .68h4a1 1 0 0 0 .95-.68l.61-1.83a1 1 0 0 1 1.15-.66l1.88.38a1 1 0 0 0 1.07-.48l2-3.46a1 1 0 0 0-.12-1.17ZM18.41 14l.8.9l-1.28 2.22l-1.18-.24a3 3 0 0 0-3.45 2L12.92 20h-2.56L10 18.86a3 3 0 0 0-3.45-2l-1.18.24l-1.3-2.21l.8-.9a3 3 0 0 0 0-4l-.8-.9l1.28-2.2l1.18.24a3 3 0 0 0 3.45-2L10.36 4h2.56l.38 1.14a3 3 0 0 0 3.45 2l1.18-.24l1.28 2.22l-.8.9a3 3 0 0 0 0 3.98m-6.77-6a4 4 0 1 0 4 4a4 4 0 0 0-4-4m0 6a2 2 0 1 1 2-2a2 2 0 0 1-2 2"/></svg>\n'},Symbol.toStringTag,{value:"Module"})),Pu=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg height="1em" style="flex:none;line-height:1" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"><title>SiliconCloud</title><path clip-rule="evenodd" d="M20.663 0h-1.741c-5.575 0-8.788 3.56-8.788 9.018v.937a7.161 7.161 0 105.043 5.451h5.486a2.623 2.623 0 100-5.246h-5.458V8.787c0-2.09 1.51-3.6 3.717-3.6h1.741a2.594 2.594 0 000-5.187zM10.29 16.839a2.13 2.13 0 10-4.258-.094 2.13 2.13 0 004.258.094z" fill="#7C3AED" fill-rule="evenodd"></path></svg>'},Symbol.toStringTag,{value:"Module"})),qu=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg height="1em" style="flex:none;line-height:1" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"><title>Spark</title><path d="M2 13.08C2 9.182 4.772 6.367 9.32 2.122c-.65 7.883 6.41 8.272 5.023 12.214-.99 2.815-4.244 1.949-4.59 1.342 0 0 1.212.347 1.385-.866.174-1.213-2.252-1.862-3.81-4.937-2.6 2.988-.954 9.008 4.2 9.008 4.764 0 6.583-4.937 4.894-8.099 0 0 4.071.693 4.418 3.811.346 3.119-3.638 8.533-9.095 8.403C6.288 22.868 2 18.84 2 13.08z" fill="#3DC8F9"></path><path d="M17.852 6.107L11.615 0c-.52 5.933.866 8.374 4.894 9.485 2.729.753 3.307 1.04 4.504 2.772-.338-2.407-.78-3.812-3.161-6.15z" fill="#EA0100"></path><path clip-rule="evenodd" d="M9.033 18.323c.709.354 1.542.56 2.495.56 4.764 0 6.583-4.937 4.894-8.099 0 0 4.071.693 4.418 3.811.156 1.403-.565 3.27-1.902 4.89-3.458 1.57-7.29.84-9.905-1.162z" fill="#1652D8" fill-rule="evenodd"></path></svg>'},Symbol.toStringTag,{value:"Module"})),Ru=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="currentColor" d="M17 10q-.825 0-1.412-.575T15 8V4q0-.85.588-1.425T17 2q.85 0 1.425.575T19 4v4q0 .85-.575 1.425T17 10M5 22q-.825 0-1.412-.587T3 20V4q0-.825.588-1.412T5 2h8v2H5v16h11v-2h2v2q0 .825-.587 1.413T16 22zm2-4v-2h7v2zm0-3v-2h5v2zm11 1h-2v-2.6q-1.925-.35-3.213-1.862T11.5 8h2q0 1.45 1.025 2.475T17 11.5q1.475 0 2.488-1.025T20.5 8h2q0 2.025-1.275 3.538T18 13.4z"/></svg>\n'},Symbol.toStringTag,{value:"Module"})),Bu=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256" viewBox="0 0 256 256"><g fill="none"><g clip-path="url(#skillIconsSqlite1)"><path fill="#d9d9d9" d="M60 0C26.863 0 0 26.863 0 60v136c0 33.137 26.863 60 60 60h108.46c-1.779-5.243-3.172-13.546-3.956-23.023c-.675-8.152-.899-17.171-.525-25.87c-.101-1.286-.162-2.122-.162-2.122s-1.874-12.61-4.571-22.969c-1.194-4.598-2.553-8.756-3.98-11.166c-.735-1.243.08-6.351 2.131-13.916c1.2 2.071 6.263 10.932 7.28 13.788c1.145 3.228 1.385 4.153 1.385 4.153s-2.777-14.272-7.333-22.6a303 303 0 0 1 3.542-11.066c1.578 2.767 5.165 9.121 6.461 12.132c.12.279.228.541.307.757c.184.522.339.965.478 1.371c.731 2.118.909 2.792.909 2.792s-.271-1.386-.775-3.524c-.213-.903-.478-1.965-.773-3.096c-1.148-4.409-2.892-10.181-5.125-14.704c5.732-29.794 24.181-68.807 44.057-89.868c1.713-1.814 3.434-3.511 5.158-5.041c11.619-10.3 23.392-13.78 33.115-5.118c7.034 6.267 9.912 14.925 9.917 24.89V60c0-33.137-26.863-60-60-60z"/><path fill="url(#skillIconsSqlite0)" d="M60 0C26.863 0 0 26.863 0 60v136c0 33.137 26.863 60 60 60h108.46c-1.779-5.243-3.172-13.546-3.956-23.023c-.675-8.152-.899-17.171-.525-25.87c-.101-1.286-.162-2.122-.162-2.122s-1.874-12.61-4.571-22.969c-1.194-4.598-2.553-8.756-3.98-11.166c-.735-1.243.08-6.351 2.131-13.916c1.2 2.071 6.263 10.932 7.28 13.788c1.145 3.228 1.385 4.153 1.385 4.153s-2.777-14.272-7.333-22.6a303 303 0 0 1 3.542-11.066c1.578 2.767 5.165 9.121 6.461 12.132c.12.279.228.541.307.757c.184.522.339.965.478 1.371c.731 2.118.909 2.792.909 2.792s-.271-1.386-.775-3.524c-.213-.903-.478-1.965-.773-3.096c-1.148-4.409-2.892-10.181-5.125-14.704c5.732-29.794 24.181-68.807 44.057-89.868c1.713-1.814 3.434-3.511 5.158-5.041c11.619-10.3 23.392-13.78 33.115-5.118c7.034 6.267 9.912 14.925 9.917 24.89V60c0-33.137-26.863-60-60-60z"/><path fill="#003b57" d="M246.083 36.91c-9.723-8.662-21.496-5.183-33.115 5.118c-1.724 1.53-3.445 3.227-5.158 5.04c-19.876 21.063-38.325 60.075-44.057 89.869c2.233 4.523 3.977 10.295 5.125 14.704c.295 1.131.56 2.193.773 3.096c.504 2.138.775 3.524.775 3.524s-.178-.674-.909-2.792c-.139-.406-.294-.849-.478-1.371a16 16 0 0 0-.307-.757c-1.296-3.011-4.883-9.365-6.461-12.132a303 303 0 0 0-3.542 11.066c4.556 8.328 7.333 22.6 7.333 22.6s-.24-.925-1.385-4.153c-1.017-2.856-6.08-11.717-7.28-13.788c-2.051 7.565-2.866 12.673-2.131 13.916c1.427 2.41 2.786 6.568 3.98 11.166c2.697 10.359 4.571 22.969 4.571 22.969s.061.836.162 2.122c-.374 8.699-.15 17.718.525 25.87c.893 10.791 2.575 20.062 4.719 25.023l1.455-.793c-3.148-9.774-4.427-22.584-3.867-37.358c.847-22.581 6.05-49.813 15.662-78.196c16.24-42.847 38.772-77.224 59.394-93.642c-18.796 16.956-44.235 71.839-51.85 92.163c-8.526 22.759-14.569 44.117-18.21 64.579c6.283-19.183 26.598-27.429 26.598-27.429s9.964-12.274 21.608-29.81c-6.975 1.589-18.428 4.309-22.265 5.919c-5.658 2.371-7.183 3.18-7.183 3.18s18.33-11.15 34.056-16.198c21.628-34.025 45.19-82.362 21.462-103.505M28.52 49c-3.063 0-5.554.895-7.463 2.683c-1.91 1.79-2.878 4.137-2.878 7.012c0 1.49.24 2.848.714 4.093c.474 1.247 1.212 2.403 2.203 3.447c.992 1.045 2.977 2.465 5.936 4.27c3.63 2.186 6.005 3.96 7.145 5.346c1.141 1.385 1.707 2.836 1.707 4.348c0 2.026-.675 3.642-2.064 4.858c-1.391 1.215-3.251 1.82-5.558 1.82c-2.433 0-4.552-.845-6.372-2.526c-1.82-1.682-2.738-3.908-2.759-6.698H18V87.78h1.131c.346-.959.824-1.45 1.45-1.45c.3 0 1.005.205 2.104.588c2.671.938 4.865 1.39 6.59 1.39c2.971 0 5.508-1.026 7.622-3.114c2.11-2.086 3.176-4.602 3.176-7.54c0-2.278-.704-4.305-2.084-6.071c-1.381-1.769-4.066-3.826-8.08-6.19c-3.452-2.046-5.694-3.713-6.728-5.013c-1.036-1.298-1.568-2.733-1.568-4.309c0-1.704.634-3.072 1.885-4.093c1.252-1.022 2.891-1.528 4.943-1.528c2.309 0 4.233.676 5.756 2.037c1.521 1.363 2.401 3.252 2.66 5.68h1.132v-8.774h-1.053q-.192.67-.357.861c-.106.128-.311.196-.615.196c-.366 0-1.019-.152-1.945-.45c-1.985-.66-3.815-.999-5.499-.999m36.98 0c-3.733 0-7.121.868-10.183 2.605c-3.066 1.734-5.493 4.14-7.285 7.207c-1.79 3.066-2.68 6.323-2.68 9.793c0 4.662 1.547 8.816 4.665 12.456c3.12 3.638 6.858 5.905 11.195 6.777c.992.51 2.41 1.826 4.268 3.956c2.093 2.404 3.864 4.138 5.32 5.17a16 16 0 0 0 4.684 2.292c1.661.499 3.457.744 5.4.744c2.351 0 4.457-.403 6.311-1.234l-.416-1.018a10.2 10.2 0 0 1-3.434.568c-1.642 0-3.3-.534-4.963-1.606c-1.66-1.075-3.736-3.125-6.213-6.15c-1.164-1.45-1.967-2.364-2.421-2.722c4.745-.915 8.648-3.184 11.691-6.816c3.043-3.63 4.565-7.774 4.565-12.417c0-5.514-1.988-10.147-5.935-13.925C76.12 50.9 71.262 49 65.5 49m23.085 0l.06 1.195c2.484 0 3.876.722 4.188 2.174c.115.52.169 1.478.178 2.86l-.02 26.42q-.03 2.96-.853 3.78c-.549.543-1.476.882-2.819 1.018l-.06 1.195h24.773l.635-5.993h-1.131c-.323 1.632-1.064 2.802-2.243 3.466c-1.183.67-3.273 1-6.293 1h-2.342c-2.717 0-4.289-.97-4.704-2.92a6 6 0 0 1-.12-1.253l.1-26.714c0-1.97.252-3.29.774-3.937c.528-.643 1.48-1.004 2.858-1.096L101.507 49zm-22.688 1.45c4.21 0 7.647 1.635 10.302 4.935s3.97 7.824 3.97 13.553q.001 8.14-4.01 13.044c-2.675 3.268-6.235 4.896-10.66 4.896c-4.25 0-7.696-1.679-10.34-5.053c-2.643-3.374-3.95-7.755-3.95-13.142c0-5.535 1.323-9.967 3.989-13.279c2.665-3.308 6.233-4.955 10.699-4.955m56.968 5.679c-.604 0-1.065.201-1.409.607c-.353.404-.461.894-.338 1.489c.119.576.449 1.082.973 1.508c.521.425 1.083.646 1.687.646c.584 0 1.03-.221 1.35-.646q.478-.64.298-1.508c-.124-.595-.442-1.085-.933-1.489c-.497-.406-1.044-.607-1.628-.607m16.336 4.054c-1.027 3.897-3.252 6.006-6.669 6.346l.039 1.116h3.99l-.079 13.2c.006 2.258.076 3.76.238 4.525c.393 1.83 1.605 2.761 3.632 2.761q4.402 0 9.23-5.288l-.972-.822c-2.324 2.32-4.379 3.486-6.173 3.486c-1.103 0-1.787-.626-2.045-1.86a4.7 4.7 0 0 1-.099-1.058l.04-14.944h6.093l-.059-1.782h-6.015v-5.68zm23.561 4.975c-3.408 0-6.181 1.632-8.336 4.877c-2.145 3.25-2.809 6.85-1.965 10.81c.496 2.32 1.484 4.12 2.997 5.387c1.51 1.267 3.426 1.9 5.716 1.9c2.133 0 5.103-.534 6.352-1.607c1.253-1.072 2.408-2.81 3.474-5.19l-.854-.881c-1.7 3.087-5.133 4.642-7.721 4.642c-3.559 0-5.738-1.927-6.55-5.758a14 14 0 0 1-.239-1.567c4.234-.662 7.442-1.833 9.608-3.526c2.163-1.693 4.336-3.489 3.93-5.386c-.242-1.127-.835-2.013-1.747-2.683c-.924-.67-3.324-1.018-4.665-1.018m-37.257.137l-7.344 1.665v1.292l2.54-.313c1.231 0 1.955.55 2.184 1.645c.077.367.125.881.139 1.528l-.08 11.849c-.02 1.64-.205 2.593-.575 2.879q-.561.43-2.958.43l-.04 1.117h11.652l-.02-1.116c-1.619 0-2.668-.126-3.136-.372c-.46-.245-.776-.69-.913-1.371c-.106-.492-.152-1.338-.159-2.507l.04-16.726zm35.392 2.194c.709 0 1.394.27 2.084.802c.68.531 1.095 1.122 1.23 1.763c.665 3.15-2.166 5.328-8.535 6.542c-.182-2.297.222-4.383 1.251-6.268c1.021-1.883 2.351-2.84 3.97-2.84"/></g><defs><linearGradient id="skillIconsSqlite0" x1="147.614" x2="147.614" y1="5.239" y2="241.763" gradientUnits="userSpaceOnUse"><stop stop-color="#97d9f6"/><stop offset=".92" stop-color="#0f80cc"/><stop offset="1" stop-color="#0f80cc"/></linearGradient><clipPath id="skillIconsSqlite1"><rect width="256" height="256" fill="#fff" rx="60"/></clipPath></defs></g></svg>'},Symbol.toStringTag,{value:"Module"})),Zu=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" viewBox="0 0 128 128"><defs><linearGradient id="deviconMicrosoftsqlserverWordmark0" x1="-2901.952" x2="-2061.249" y1="923.573" y2="1420.331" gradientTransform="matrix(.01123 0 0 -.01123 137.366 9.007)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#909ca9"/><stop offset="1" stop-color="#ededee"/></linearGradient><linearGradient id="deviconMicrosoftsqlserverWordmark1" x1="-2882.7" x2="-2206.249" y1="10288.81" y2="10288.81" gradientTransform="matrix(.01123 0 0 -.01123 137.366 9.007)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#939fab"/><stop offset="1" stop-color="#dcdee1"/></linearGradient><radialGradient id="deviconMicrosoftsqlserverWordmark2" cx="-14217.448" cy="7277.705" r="898.12" gradientTransform="matrix(-.01079 -.00162 -.00328 .02158 13.8 -251.794)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ee352c"/><stop offset="1" stop-color="#a91d22"/></radialGradient></defs><path fill="url(#deviconMicrosoftsqlserverWordmark0)" d="m160.349-58.006l-26.12 8.529l-22.723 10.029l-6.357 1.678c-1.62 1.54-3.317 3.1-5.153 4.68c-2.014 1.737-3.89 3.316-5.33 4.461c-1.6 1.264-3.969 3.633-5.173 5.133c-1.797 2.25-3.218 4.64-3.83 6.476c-1.086 3.317-.553 6.673 1.54 9.772c2.685 3.949 8.035 7.976 14.274 10.72c3.178 1.402 8.528 3.199 12.556 4.205c6.692 1.698 19.644 3.535 26.77 3.811c1.441.06 3.376.06 3.455 0c.158-.099 1.264-2.211 2.547-4.837c4.383-8.943 7.542-17.334 9.26-24.5c1.026-4.343 1.835-10.128 2.368-16.979c.139-1.915.198-8.331.08-10.503c-.179-3.553-.495-6.436-.988-9.259c-.079-.415-.099-.79-.059-.81c.079-.059.316-.137 3.534-1.066zm-5.962 3.495c.236 0 .868 6.06 1.026 9.89c.04.81.02 1.343-.02 1.343c-.158 0-3.336-1.875-5.606-3.296c-1.975-1.244-5.726-3.732-6.318-4.206c-.198-.138-.178-.158 1.441-.71c2.744-.929 9.26-3.021 9.477-3.021m-13.307 4.383c.178 0 .632.256 1.718.927c4.066 2.547 9.595 5.627 11.964 6.654c.73.316.809.197-.87 1.342c-3.592 2.448-8.074 4.857-13.562 7.285a41 41 0 0 1-1.797.77c-.039 0 .08-.493.237-1.086c1.323-4.916 2.073-9.89 2.113-13.879c.02-1.974.02-1.974.197-2.033c-.04.02-.02.02 0 .02m-2.744 1.046c.118.118.04 4.54-.119 5.745a50 50 0 0 1-1.816 8.588c-.217.73-.415 1.343-.454 1.382c-.08.098-2.784-2.547-3.672-3.574c-1.54-1.776-2.744-3.553-3.633-5.29c-.454-.889-1.164-2.626-1.105-2.685c.316-.218 10.72-4.245 10.799-4.166m-12.912 5.074c.02 0 .04 0 .06.02c.039.039.177.355.296.71c.631 1.718 2.053 4.245 3.277 5.864c1.342 1.777 3.1 3.672 4.56 4.915c.474.395.908.77.967.83c.12.118.159.098-3.06 1.322c-3.73 1.422-7.798 2.843-12.457 4.344a621 621 0 0 0-3.336 1.086c-.178.059-.119-.04.395-.85c2.31-3.612 5.823-10.7 7.798-15.714c.336-.87.671-1.738.73-1.935c.08-.277.178-.375.435-.514c.138-.039.276-.078.335-.078m-3.948 1.638c.06.04-.948 2.152-1.935 4.087c-1.915 3.731-4.008 7.404-6.811 11.865c-.474.77-.928 1.481-.987 1.56c-.099.138-.138.099-.454-.513c-.671-1.323-1.224-3.021-1.52-4.58c-.297-1.54-.237-4.226.098-5.884c.257-1.224.237-1.204.83-1.5c2.526-1.284 10.7-5.114 10.78-5.035zm34.056 1.382v.83c0 4.402-.474 10.443-1.165 14.846c-.119.77-.218 1.401-.237 1.421c0 0-.573-.157-1.244-.355a51 51 0 0 1-9.082-3.89c-1.915-1.045-4.698-2.763-4.62-2.842c.02-.02.85-.454 1.817-.968c3.87-2.013 7.581-4.185 10.8-6.337c1.203-.81 3.02-2.112 3.415-2.468zm-48.962 5.844c.079 0 .06.158-.06.869a28 28 0 0 0-.216 2.112c-.158 2.882.316 5.015 1.737 7.936c.395.81.711 1.481.691 1.5c-.138.12-13.207 3.95-17.314 5.075c-1.224.335-2.29.632-2.37.651c-.137.04-.157.02-.098-.316c.454-2.902 2.665-6.692 5.745-9.89c2.053-2.133 3.692-3.377 6.495-4.976c2.014-1.145 5.114-2.862 5.35-2.941c0-.02.02-.02.04-.02m30.799 5.508c.02-.02.493.237 1.065.573c4.225 2.448 10.109 4.718 15.123 5.883l.454.099l-.632.355c-2.625 1.46-11.253 5.054-20.077 8.351c-1.284.474-2.547.948-2.785 1.046c-.236.099-.454.158-.454.139c0-.02.356-.711.81-1.56c2.468-4.62 4.955-10.246 6.219-14.155c.158-.376.256-.711.277-.731m-3.14 1.027c.02.02-.138.434-.335.908c-1.718 4.166-3.969 8.707-6.85 13.8c-.731 1.303-1.343 2.35-1.363 2.35s-.612-.356-1.323-.79c-4.186-2.567-7.897-5.726-10.325-8.786l-.356-.434l1.797-.494c6.436-1.757 11.904-3.652 17.334-5.981c.77-.316 1.402-.573 1.421-.573m19.506 6.81s.02.02 0 0c.02.455-.987 4.522-1.816 7.463c-.691 2.468-1.284 4.403-2.37 7.818c-.473 1.501-.888 2.745-.908 2.745s-.138-.02-.256-.06c-5.864-1.066-11.115-2.546-16.05-4.52c-1.383-.553-3.357-1.442-3.476-1.54c-.039-.04 1.146-.593 2.646-1.244c8.983-3.93 18.301-8.391 21.5-10.306c.374-.237.67-.355.73-.355zm-45.033 1.541c.04.04-2.467 3.652-5.982 8.568c-1.224 1.718-2.645 3.731-3.178 4.482a79 79 0 0 0-1.797 2.645l-.83 1.283l-.888-.75c-1.046-.869-2.862-2.724-3.671-3.75c-1.698-2.113-2.843-4.344-3.297-6.377c-.218-.948-.218-1.422-.02-1.481c.296-.08 5.567-1.323 10.503-2.468a876 876 0 0 0 7.067-1.658c1.146-.277 2.074-.494 2.093-.494m2.527.967l.632.711c2.843 3.179 5.745 5.528 9.26 7.581c.631.356 1.105.671 1.065.691c-.138.1-12.2 4.383-17.788 6.318a476 476 0 0 1-5.744 1.993c-.02 0-.198-.118-.396-.256l-.355-.257l.573-.829c1.855-2.685 4.185-5.626 9.26-11.747zm15.755 11.273c.02-.02.888.296 1.954.691c2.567.968 4.6 1.58 7.325 2.27c3.356.85 8.213 1.679 11.076 1.916c.434.039.67.079.592.138c-.139.079-3.04 1.046-5.173 1.718c-3.396 1.065-13.76 4.126-22.21 6.554c-1.56.454-2.902.83-2.981.849c-.197.04-.85-.139-.85-.217c0-.04.475-.652 1.047-1.323c2.843-3.396 5.666-7.186 8.016-10.78c.651-.987 1.204-1.796 1.204-1.816m-3.475.1c.02.019-1.382 2.27-3.83 6.139c-1.046 1.638-2.211 3.494-2.626 4.146c-.395.631-.987 1.619-1.322 2.171l-.573 1.007l-.296-.079c-.71-.197-5.706-1.954-7.028-2.487a49 49 0 0 1-4.6-2.113c-1.58-.849-3.554-2.112-3.396-2.152c.04-.02 2.744-.75 6.001-1.638c8.648-2.35 13.445-3.712 16.584-4.699c.573-.178 1.066-.316 1.086-.296zm24.58 5.764h.02c.078.197-3.12 9.081-4.285 11.885c-.256.631-.355.79-.493.77c-.336-.02-4.975-.672-7.799-1.086c-4.915-.75-13.168-2.192-15.24-2.665l-.474-.1l2.94-.67c6.319-1.422 9.359-2.192 12.439-3.14a88 88 0 0 0 11.628-4.481c.612-.277 1.125-.494 1.264-.513" transform="translate(0 76.601)scale(.5412)"/><path fill="url(#deviconMicrosoftsqlserverWordmark1)" d="M133.42-118.892c-.434-.059-7.443 2.468-11.964 4.304c-6.1 2.488-10.838 4.857-13.76 6.91c-1.086.77-2.449 2.132-2.665 2.665a1.9 1.9 0 0 0-.12.672l2.647 2.507l6.297 2.014l14.985 2.685l17.136 2.941l.178-1.48c-.06 0-.099-.02-.158-.02l-2.25-.356l-.455-.809c-2.33-4.106-4.896-9.2-6.396-12.635c-1.165-2.665-2.27-5.745-2.883-7.956c-.335-1.343-.375-1.422-.591-1.441h-.001zm-.316 1.007h.02c.02.02.099.573.178 1.224c.335 2.765.947 5.43 1.915 8.312c.73 2.172.73 2.053-.119 1.796c-2.013-.552-11.036-2.112-17.57-3.02c-1.047-.138-1.935-.276-1.935-.296c-.08-.079 4.718-2.586 6.83-3.573c2.705-1.244 10.128-4.344 10.68-4.443zm-19.032 8.845l.77.256c4.186 1.422 14.708 3.436 20.513 3.91c.651.059 1.204.118 1.223.118c.02.02-.532.316-1.243.652c-2.803 1.401-5.883 3.119-8.016 4.442c-.631.394-1.204.71-1.283.71s-.493-.079-.927-.138l-.79-.118l-1.974-1.935a827 827 0 0 0-7.246-6.97zm-.79.612l2.784 3.475c1.52 1.915 3.06 3.79 3.396 4.205c.336.414.612.75.593.77c-.08.059-4.028-.711-6.12-1.185c-2.153-.493-3.041-.73-4.364-1.145l-1.086-.355v-.277c.02-1.323 1.698-3.297 4.541-5.31zm23.652 4.738c.08 0 .178.178.415.71c.67 1.481 2.764 5.47 3.277 6.24c.158.256.434.276-2.35-.178c-6.692-1.086-8.844-1.441-8.844-1.48c0-.02.197-.159.454-.297c2.073-1.145 4.166-2.606 6.022-4.166c.454-.375.868-.73.947-.79c.02-.039.06-.059.08-.039z" transform="translate(0 76.601)scale(.5412)"/><path fill="url(#deviconMicrosoftsqlserverWordmark2)" d="M105.168-105.29s-.434.692-.02 1.719c.258.631 1.008 1.401 1.856 2.191c0 0 8.786 8.568 9.852 9.792c4.856 5.607 6.969 11.135 7.166 18.756c.119 4.896-.81 9.2-3.119 14.195c-4.106 8.963-12.773 18.854-26.139 29.83l1.955-.65c1.263-.949 2.98-1.955 7.008-4.167c9.299-5.093 19.762-9.772 32.595-14.59c18.479-6.949 48.863-15.083 66.157-17.728l1.796-.277l-.276-.434c-1.58-2.448-2.665-3.968-3.969-5.587c-3.79-4.699-8.39-8.509-14.016-11.668c-7.74-4.323-17.75-7.7-30.424-10.207c-2.388-.474-7.64-1.382-11.904-2.033a1213 1213 0 0 1-21.322-3.475c-2.31-.395-5.765-.987-8.055-1.48c-1.185-.257-3.455-.79-5.232-1.402c-1.421-.553-3.474-1.106-3.909-2.784zm5.094 4.937c.02-.02.335.098.75.237c.75.256 1.718.552 2.863.868a146 146 0 0 0 2.606.691c1.185.296 2.172.573 2.191.573c.139.138 2.133 6.514 2.804 8.962c.256.929.454 1.718.434 1.718c-.02.02-.237-.316-.493-.77c-2.31-4.067-5.963-8.193-10.188-11.51c-.552-.394-.967-.75-.967-.77zm9.713 2.685c.1 0 .534.059 1.066.177c3.357.75 9.378 1.896 13.228 2.547c.651.099 1.165.217 1.165.257s-.237.177-.534.335c-.65.336-3.277 1.895-4.145 2.488c-2.192 1.46-4.166 3.04-5.587 4.462a80 80 0 0 1-1.067 1.046s-.118-.336-.217-.75c-.71-2.745-2.191-6.812-3.534-9.674c-.217-.454-.395-.869-.395-.908c0 .04 0 .02.02.02m17.097 3.257c.119.04.316.71.71 2.191a32.3 32.3 0 0 1 .949 9.043c-.04.829-.08 1.599-.119 1.698l-.06.197l-1.026-.336c-2.112-.67-5.547-1.678-8.489-2.507c-1.678-.454-3.04-.869-3.04-.908c0-.119 2.448-2.567 3.494-3.495c1.994-1.757 7.403-5.942 7.581-5.883m1.362.197c.06-.059 8.174 1.343 11.866 2.054c2.744.533 6.732 1.362 6.969 1.46c.118.04-.296.277-1.62.87c-5.211 2.349-9.08 4.46-12.93 7.028c-1.007.67-1.856 1.224-1.876 1.224s-.04-.573-.04-1.264c0-3.75-.75-7.541-2.132-10.74c-.138-.316-.256-.612-.236-.632zm20.987 4.147c.06.059-.198 1.658-.435 2.605c-.71 2.942-2.625 7.306-4.974 11.412c-.415.73-.79 1.322-.83 1.342s-.572-.276-1.184-.632c-2.29-1.342-4.896-2.606-7.74-3.79c-.789-.336-1.48-.612-1.5-.652c-.138-.118 6.219-4.323 9.575-6.337c2.665-1.619 7.009-4.028 7.088-3.948m1.5.236c.178 0 3.771.988 5.646 1.54c4.64 1.382 9.97 3.337 13.445 4.916l1.44.652l-1.006.237c-8.489 1.954-15.754 4.205-22.763 7.048c-.572.237-1.086.434-1.125.434c-.04 0 .158-.454.415-1.007c2.112-4.481 3.474-9.16 3.81-13.149c.02-.375.079-.67.138-.67zm-35.773 8.213c.059-.059 2.803.593 4.284 1.007c2.25.632 7.028 2.23 7.028 2.35c0 .02-.533.473-1.164 1.026c-2.587 2.152-5.074 4.422-8.056 7.305c-.888.849-1.638 1.54-1.677 1.54s-.06-.119-.04-.277c.454-3.317.356-7.58-.276-11.904c-.06-.553-.119-1.027-.1-1.047zm57.668.06c.039.039-1.264 2.092-2.093 3.257c-1.185 1.698-2.922 3.949-6.851 8.884a1314 1314 0 0 0-5.172 6.535c-.79.987-1.442 1.816-1.462 1.816s-.275-.355-.552-.79c-2.211-3.316-4.857-6.218-7.996-8.824a46 46 0 0 0-1.46-1.185c-.218-.158-.396-.316-.396-.336c0-.059 3.356-1.5 5.903-2.527c4.462-1.816 10.542-3.988 15.103-5.39c2.39-.75 4.936-1.48 4.976-1.44m1.52.394c.078-.02.552.218 1.125.553c4.798 2.744 9.496 6.278 13.208 9.91c1.046 1.028 3.632 3.713 3.593 3.732c0 0-.909.08-1.974.158c-8.312.632-18.953 2.389-29.18 4.856a40 40 0 0 1-1.342.297c-.04 0 .73-.77 1.698-1.698c6.002-5.785 8.746-9.437 11.983-15.952c.454-.967.85-1.796.889-1.856q-.03 0 0 0m-43.967 4.502c.277.059 2.843 1.263 4.778 2.23c1.777.889 4.442 2.31 4.58 2.429c.02.02-.928.513-2.092 1.086a138 138 0 0 0-10.207 5.626c-.948.573-1.738 1.047-1.757 1.047c-.08 0-.06-.08.473-1.047c1.777-3.237 3.199-7.107 4.008-10.878c.079-.296.158-.493.217-.493m-2.566.473c.059.06-.612 2.488-1.027 3.81c-.81 2.508-2.172 5.647-3.494 8.016c-.316.553-.79 1.362-1.047 1.816l-.493.79l-1.106-1.066c-1.283-1.244-2.33-2.014-3.672-2.705c-.533-.276-.947-.513-.947-.552c0-.158 3.376-3.218 5.962-5.43c1.855-1.599 5.765-4.738 5.824-4.679m15.695 6.456l.968.632c2.21 1.441 4.816 3.356 6.81 5.034c1.126.928 3.297 2.883 3.732 3.356l.236.257l-1.598.454c-9.042 2.507-16.031 4.738-24.185 7.74c-.908.335-1.678.611-1.737.611c-.119 0-.218.099 1.816-1.777c5.212-4.797 9.832-10.088 13.267-15.24zm-4.126 1.027c.04.04-2.665 3.85-4.284 6.001c-1.935 2.567-5.37 6.87-7.74 9.674c-.986 1.165-1.835 2.132-1.875 2.152c-.06.02-.079-.276-.079-.73c0-2.39-.612-4.936-1.678-7.108c-.454-.908-.533-1.125-.434-1.224c.375-.335 6.12-3.613 9.752-5.567c2.449-1.303 6.278-3.238 6.338-3.198m-24.955 6.12c.06 0 .514.237 1.027.513a21.7 21.7 0 0 1 3.396 2.29c.039.04-.474.455-1.145.948a184 184 0 0 0-6.377 4.817c-1.738 1.382-1.796 1.422-1.6 1.126c1.304-1.994 1.955-3.12 2.646-4.56a37 37 0 0 0 1.659-4.127c.157-.573.355-1.007.394-1.007m6.654 5.212c.098-.02.217.158.75.948c1.125 1.677 1.994 3.928 2.211 5.745l.04.395l-2.705 1.046c-4.837 1.875-9.299 3.731-12.32 5.113c-.848.395-2.33 1.106-3.296 1.58c-.968.493-1.758.868-1.758.849s.612-.474 1.363-1.027c5.903-4.284 11.016-8.983 14.846-13.682c.415-.493.79-.947.83-.967zm-3.06.75c.079.08-2.172 2.626-3.712 4.185c-3.81 3.89-7.581 6.93-12.26 9.892c-.592.375-1.125.71-1.185.75c-.138.079.04-.119 2.093-2.35a54 54 0 0 0 3.415-4.047c.75-.967.889-1.105 1.975-1.875c2.902-2.093 9.595-6.634 9.674-6.555" transform="translate(0 76.601)scale(.5412)"/><path fill="#231f1f" d="M23.012 90.198c-.198 0-.395.019-.59.019c-3.981.212-6.666 1.964-8.236 5.386c-1.343 3.094-1.196 7.138.015 10.252c1.408 3.042 3.684 4.648 7.483 5.254c.803.132 1.342.573 2.9 2.39l1.915 2.245h3.474l-2.31-2.33c-1.277-1.276-2.31-2.388-2.31-2.486c0-.097.488-.311 1.08-.491c1.949-.59 3.567-2.096 4.7-4.404c.916-1.853 1.048-2.426 1.18-4.732c.343-6.863-3.276-11.154-9.302-11.105zm3.045 17.948c-1.69.818-4.144.982-5.746.394c-1.656-.608-3.26-2.328-3.981-4.275c-.801-2.13-.687-6.058.23-7.827c1.473-2.817 3.423-4.112 6.27-4.112c4.226 0 6.63 2.587 6.943 7.45c.248 4.06-1.111 7.106-3.714 8.369zm60.01-12.085c-1.457 0-2.572.59-3.324 1.752l-.59.92V96.34h-2.521v14.346h2.52V106.1c0-4.193.053-4.683.639-5.83c.807-1.574 2.197-2.358 3.54-1.983l.9.263v-2.486h-1.163zm-14.816-.132a7.3 7.3 0 0 0-1.54.18c-3.374.883-5.276 4.113-5.16 7.436c0 2.783.542 4.175 1.884 5.634c2.751 2.257 5.24 2.437 8.597 1.226c.572-.244 1.196-.526 1.196-.526v-2.257l-1.196.62c-2.717 1.183-4.764 1.183-6.404-.21c-1.045-1.065-1.506-2.342-1.717-3.8h10.168v-1.933c0-3.944-2.374-6.434-5.83-6.37zm-4.112 6.29s.376-2.46 1.77-3.424a3.8 3.8 0 0 1 2.193-.703c.755 0 1.507.244 2.129.72c1.277.982 1.49 3.39 1.49 3.39H67.14ZM6.342 99.633c-2.734-1.657-3.947-2.851-3.798-4.26c.424-3.896 5.238-3.357 7.905-1.883l.019-2.621s-1.474-.639-3.587-.673C3.64 90.148 1.544 91.21.563 93.373c-1.443 3.193-.166 5.6 4.45 8.286c2.591 1.507 3.736 2.816 3.736 4.243c0 2.948-3.554 3.978-7.221 2.128c-.754-.376-1.393-.69-1.428-.69c-.132.836-.064 2.836-.064 2.836s1.127.473 2.817.8c4.19.835 8.005-1.131 8.365-4.323c.314-2.997-.77-4.57-4.876-7.023zm102.045-3.737a7.7 7.7 0 0 0-1.559.181c-3.37.883-5.269 4.113-5.14 7.437c0 2.779.54 4.157 1.882 5.614c2.751 2.26 5.24 2.44 8.613 1.228a93 93 0 0 0 1.193-.521v-2.261l-1.194.623c-2.723 1.18-4.77 1.18-6.404-.214c-1.051-1.063-1.507-2.325-1.72-3.799h10.152v-1.934c0-3.924-2.374-6.417-5.829-6.35zm-4.113 6.29s.38-2.456 1.771-3.44a3.8 3.8 0 0 1 2.191-.704c.752 0 1.508.244 2.13.72c1.277.983 1.491 3.407 1.491 3.407h-7.58zM58.05 99.664c-2.734-1.652-3.944-2.85-3.797-4.26c.424-3.897 5.239-3.356 7.905-1.883l.02-2.62s-1.475-.64-3.587-.67c-3.242-.048-5.337 1.015-6.32 3.178c-1.441 3.192-.147 5.6 4.453 8.285c2.588 1.506 3.733 2.798 3.733 4.225c0 2.948-3.553 3.994-7.22 2.127c-.751-.375-1.39-.685-1.427-.685c-.131.835-.064 2.836-.064 2.836s1.114.456 2.798.8c4.195.837 8.01-1.128 8.37-4.32c.311-2.982-.77-4.553-4.864-7.01zm65.153-3.637c-1.457 0-2.585.59-3.324 1.754l-.59.916v-2.388h-2.521v14.342h2.52v-4.585c0-4.192.05-4.684.638-5.83c.808-1.571 2.198-2.357 3.54-1.979l.902.262v-2.492zm-85.208 3.555v-9.138h-2.542v20.239h10.692v-2.39h-8.15zm58.797 2.848l-2.095 5.453l-2.016-5.484l-2.046-6.076h-2.603a446 446 0 0 0 5.37 14.36c.803.018 1.606 0 2.408 0l2.83-7.106l2.882-7.252h-2.487s-1.1 2.88-2.245 6.106zM43.855 84.929c.409 0 .751-.131 1.032-.413a1.37 1.37 0 0 0 .425-1.014c0-.41-.146-.751-.425-1.014a1.4 1.4 0 0 0-1.014-.395c-.413 0-.754.132-1.032.41c-.282.278-.41.62-.41 1.014c0 .413.132.755.41 1.014c.263.263.604.394 1.014.394zm-.902-2.329c.244-.243.541-.357.92-.357c.357 0 .654.114.902.357c.244.245.376.542.376.902a1.26 1.26 0 0 1-.376.916c-.248.244-.545.36-.902.36c-.362 0-.657-.112-.9-.36a1.26 1.26 0 0 1-.376-.916c0-.36.112-.657.357-.902zm.606 1.034h.166c.117 0 .231.112.329.326l.197.443h.31l-.244-.492c-.1-.197-.197-.311-.312-.343c.145-.034.26-.083.342-.18a.45.45 0 0 0 .112-.33a.42.42 0 0 0-.146-.345c-.113-.094-.293-.144-.526-.144h-.521v1.834h.262v-.77zm0-.853h.23c.165 0 .281.034.346.083c.061.048.079.112.079.228c0 .213-.132.312-.376.312h-.281v-.623zm-41.997.69c0-.64-.019-1.115-.034-1.394h.015c.065.33.147.576.213.74l2.44 5.453h.41l2.44-5.502c.067-.15.132-.376.213-.69h.019a16 16 0 0 0-.066 1.396v4.812h.836v-7.154H7L4.756 86.11q-.124.295-.344.882h-.034a6 6 0 0 0-.326-.849l-2.194-5.027H.745v7.155h.803v-4.797zm8.316.012h.722v4.456h-.722Zm.361-1.634a.5.5 0 0 0 .375-.15a.52.52 0 0 0 .166-.375a.47.47 0 0 0-.163-.376a.53.53 0 0 0-.38-.15a.5.5 0 0 0-.375.15a.53.53 0 0 0-.165.376c0 .163.05.277.165.375a.54.54 0 0 0 .375.15zm5.502 6.188v-.785c-.395.295-.82.441-1.259.441c-.525 0-.952-.18-1.263-.525c-.31-.342-.476-.817-.476-1.409c0-.62.166-1.112.508-1.487q.493-.54 1.277-.541c.426 0 .835.132 1.213.395v-.836c-.344-.18-.736-.263-1.18-.263c-.818 0-1.457.263-1.934.77c-.473.507-.717 1.196-.717 2.028c0 .74.212 1.362.654 1.837c.46.488 1.048.736 1.768.736c.558-.016 1.014-.132 1.409-.361m2.063-2.376c0-.587.132-1.062.376-1.39q.343-.441.835-.442c.278 0 .476.05.62.165v-.853c-.112-.049-.276-.065-.488-.065c-.295 0-.557.1-.789.282c-.244.193-.439.488-.554.863h-.019v-1.046h-.816v5.108h.818v-2.621zm4.7 2.723c.77 0 1.39-.248 1.85-.74q.687-.734.687-1.964c0-.835-.21-1.474-.638-1.949c-.425-.475-1.014-.705-1.784-.705s-1.39.23-1.85.673c-.492.488-.751 1.178-.751 2.062c0 .77.21 1.408.654 1.883c.458.492 1.064.738 1.833.738zm-1.164-4.161q.468-.493 1.228-.492c.526 0 .92.163 1.213.492c.295.344.442.833.442 1.49c0 .622-.132 1.113-.41 1.441c-.277.344-.687.526-1.228.526c-.525 0-.933-.182-1.245-.526c-.31-.345-.458-.819-.458-1.442c-.032-.62.132-1.126.458-1.489m7.286 3.716c.312-.278.477-.62.477-1.048a1.28 1.28 0 0 0-.376-.933c-.199-.197-.506-.376-.952-.556c-.394-.165-.638-.311-.77-.426a.7.7 0 0 1-.212-.526c0-.212.083-.375.245-.507c.165-.131.375-.195.657-.195c.44 0 .819.116 1.163.363v-.82a2.4 2.4 0 0 0-1.098-.243c-.525 0-.969.145-1.295.424a1.31 1.31 0 0 0-.508 1.063c0 .375.113.687.327.916c.18.195.488.395.917.573c.41.18.687.343.835.475a.63.63 0 0 1 .212.488c0 .477-.327.723-.965.723q-.737.001-1.328-.488v.882c.357.215.785.312 1.259.312c.606-.032 1.081-.18 1.408-.475zm3.898-4.912c-.77 0-1.39.229-1.85.672c-.488.489-.75 1.178-.75 2.062c0 .77.212 1.408.653 1.883c.46.492 1.065.739 1.835.739c.788 0 1.389-.248 1.849-.74q.69-.735.69-1.965c0-.835-.215-1.473-.64-1.949c-.442-.475-1.032-.704-1.783-.704zm1.589 2.685c0 .623-.132 1.114-.41 1.442c-.278.344-.687.526-1.228.526c-.526 0-.933-.182-1.245-.526c-.31-.345-.458-.819-.458-1.442c0-.657.163-1.164.492-1.506q.465-.491 1.228-.492c.507 0 .915.165 1.21.492c.262.36.41.851.41 1.506zm2.212 2.556h.817v-4.422h1.196v-.688h-1.196v-.788c0-.718.277-1.078.852-1.078c.193 0 .391.049.537.131v-.737c-.146-.066-.344-.081-.59-.081c-.44 0-.8.132-1.096.41c-.344.326-.526.75-.526 1.325v.837h-.864v.688h.864v4.405zm3.356-1.394c0 1 .44 1.508 1.342 1.508c.327 0 .573-.052.77-.17v-.7a.86.86 0 0 1-.526.165c-.278 0-.473-.066-.587-.214c-.117-.147-.183-.394-.183-.736v-2.883h1.296v-.687h-1.296v-1.506c-.281.097-.557.18-.819.262v1.243h-.882v.688h.882v3.029zm87.88 9.416a1.4 1.4 0 0 0-1.014-.394c-.413 0-.755.132-1.033.413c-.278.276-.41.62-.41 1.014c0 .41.132.75.408 1.014q.415.394 1.033.394c.407 0 .75-.131 1.033-.41c.276-.28.422-.605.422-1.013c-.015-.413-.163-.755-.441-1.017zm-.131 1.934a1.22 1.22 0 0 1-.902.358c-.357 0-.653-.114-.901-.358a1.27 1.27 0 0 1-.376-.92c0-.357.113-.653.36-.901c.244-.244.54-.357.917-.357c.357 0 .654.113.902.357c.243.248.375.544.375.9c0 .381-.113.673-.375.921m-.736-.835a.7.7 0 0 0 .343-.18a.46.46 0 0 0 .113-.33q.001-.222-.146-.344c-.113-.094-.295-.145-.526-.145h-.523v1.832h.263v-.77h.164c.112 0 .225.113.327.327l.195.442h.312l-.244-.493c-.085-.214-.183-.312-.282-.344zm-.181-.165h-.282v-.62h.231c.164 0 .278.03.344.08s.08.113.08.23c0 .212-.13.31-.375.31zM80.829 82.947h.228v-1.835h.607v-.23h-1.442v.23h.607zm1.389-1.38c0-.177 0-.323-.013-.406c.015.097.049.163.064.212l.704 1.574h.112l.707-1.59c.019-.048.034-.112.065-.196c-.015.163-.015.294-.015.394v1.39h.244v-2.063h-.294l-.639 1.424c-.015.05-.066.15-.097.263h-.02c-.012-.066-.046-.132-.093-.244l-.639-1.442h-.33v2.065h.23V81.57z"/></svg>'},Symbol.toStringTag,{value:"Module"})),Hu=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><rect width="18" height="18" x="3" y="3" rx="2"/><path d="M7 8h10M7 12h10M7 16h10"/></g></svg>\n'},Symbol.toStringTag,{value:"Module"})),Vu=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48"><path fill="#f90819" d="M36.883 44h-25.77C7.192 44 4 40.808 4 36.883v-25.77C4 7.192 7.192 4 11.113 4h25.77c3.92 0 7.113 3.192 7.113 7.113v25.77C44 40.808 40.808 44 36.883 44M11.113 4.303a6.82 6.82 0 0 0-6.81 6.81v25.77a6.82 6.82 0 0 0 6.814 6.814h25.77a6.82 6.82 0 0 0 6.815-6.814v-25.77a6.82 6.82 0 0 0-6.815-6.815H11.113z"/><path fill="#f90819" fill-rule="evenodd" d="m4 36.887l40-2.092V11.113L4 13.205zm20.963-18.333s.933.677 1.035.745c.667.459 1.548 1.065 2.917 1.694c-1.26.386-2.709.768-4.382 1.136v2.314c3.191-.686 5.692-1.463 7.667-2.251c1.95.564 4.472 1.079 7.781 1.446v-2.314a52 52 0 0 1-4.474-.702a17.5 17.5 0 0 0 3.614-2.682v-.354h.004v-2.169h-.004l-.525.028l-8.974.47l-2.324-.963zm3.547-.412l7.475-.392c-.82.6-1.978 1.305-3.715 2.04c-1.73-.553-2.902-1.137-3.76-1.648m-11.798-2.094l2.459-.128c-.062 4.621-.148 7.388-.82 9.557l5.095-.267v2.17l-6.107.318c-.976 1.569-2.493 3.046-4.867 5.14l-3.874.205q.215-.183.416-.358l.074-.064c2.388-2.07 4.03-3.494 5.142-4.76l-6.228.324V26.02l7.718-.405c.86-1.97.928-4.717.992-9.567m-1.81 1.419v2.42L9.43 19.39v-2.417zM9.43 21.064v2.42l5.472.499v-2.42zm21.552 5.922l-6.449.338v-2.17l6.45-.337v-1.235l2.518-.128v1.23l6.48-.339v2.17l-6.48.34v4.888l-2.519.132zM21.06 28.59l-2.97.153l2.386 3.682l2.97-.153zm13.587-.712l2.966-.154l2.386 3.682l-2.966.154zm-4.75.247l-2.97.158l-2.386 3.929l2.97-.154z" clip-rule="evenodd"/></svg>\n'},Symbol.toStringTag,{value:"Module"})),$u=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor"><path d="M21 9V20.9925C21 21.5511 20.5552 22 20.0066 22H3.9934C3.44495 22 3 21.556 3 21.0082V2.9918C3 2.45531 3.44694 2 3.99826 2H14V8C14 8.55228 14.4477 9 15 9H21ZM21 7H16V2.00318L21 7ZM8 7V9H11V7H8ZM8 11V13H16V11H8ZM8 15V17H16V15H8Z"></path></svg>\n'},Symbol.toStringTag,{value:"Module"})),Nu=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="remixicon h-4 w-4 text-components-button-secondary-text"><path d="M11 4H21V6H11V4ZM6 7V11H4V7H1L5 3L9 7H6ZM6 17H9L5 21L1 17H4V13H6V17ZM11 18H21V20H11V18ZM9 11H21V13H9V11Z"></path></svg>\n'},Symbol.toStringTag,{value:"Module"})),Uu=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M10 15H6a4 4 0 0 0-4 4v2m12.305-4.47l.923-.382m0-2.296l-.923-.383m2.547-1.241l-.383-.923m.383 6.467l-.383.924m2.679-6.468l.383-.923m-.001 7.391l-.382-.924m1.624-3.92l.924-.383m-.924 2.679l.924.383"/><circle cx="18" cy="15" r="3"/><circle cx="9" cy="7" r="4"/></g></svg>\n'},Symbol.toStringTag,{value:"Module"})),Wu=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2"/><circle cx="12" cy="7" r="4"/></g></svg>\n'},Symbol.toStringTag,{value:"Module"})),Gu=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" data-icon="VariableX" aria-hidden="true"><g id="icons/variable-x"><path id="Icon (Stroke)" fill-rule="evenodd" clip-rule="evenodd" d="M0.714375 3.42875C0.714375 2.22516 1.68954 1.25 2.89313 1.25C3.30734 1.25 3.64313 1.58579 3.64313 2C3.64313 2.41421 3.30734 2.75 2.89313 2.75C2.51796 2.75 2.21438 3.05359 2.21438 3.42875V6.28563C2.21438 6.48454 2.13536 6.6753 1.9947 6.81596L1.81066 7L1.9947 7.18404C2.13536 7.3247 2.21438 7.51546 2.21438 7.71437V10.5713C2.21438 10.9464 2.51796 11.25 2.89313 11.25C3.30734 11.25 3.64313 11.5858 3.64313 12C3.64313 12.4142 3.30734 12.75 2.89313 12.75C1.68954 12.75 0.714375 11.7748 0.714375 10.5713V8.02503L0.21967 7.53033C0.0790176 7.38968 0 7.19891 0 7C0 6.80109 0.0790176 6.61032 0.21967 6.46967L0.714375 5.97497V3.42875ZM10.3568 2C10.3568 1.58579 10.6925 1.25 11.1068 1.25C12.3103 1.25 13.2855 2.22516 13.2855 3.42875V5.97497L13.7802 6.46967C13.9209 6.61032 13.9999 6.80109 13.9999 7C13.9999 7.19891 13.9209 7.38968 13.7802 7.53033L13.2855 8.02503V10.5713C13.2855 11.7751 12.3095 12.75 11.1068 12.75C10.6925 12.75 10.3568 12.4142 10.3568 12C10.3568 11.5858 10.6925 11.25 11.1068 11.25C11.4815 11.25 11.7855 10.9462 11.7855 10.5713V7.71437C11.7855 7.51546 11.8645 7.3247 12.0052 7.18404L12.1892 7L12.0052 6.81596C11.8645 6.6753 11.7855 6.48454 11.7855 6.28563V3.42875C11.7855 3.05359 11.4819 2.75 11.1068 2.75C10.6925 2.75 10.3568 2.41421 10.3568 2ZM4.59467 4.59467C4.88756 4.30178 5.36244 4.30178 5.65533 4.59467L7 5.93934L8.34467 4.59467C8.63756 4.30178 9.11244 4.30178 9.40533 4.59467C9.69822 4.88756 9.69822 5.36244 9.40533 5.65533L8.06066 7L9.40533 8.34467C9.69822 8.63756 9.69822 9.11244 9.40533 9.40533C9.11244 9.69822 8.63756 9.69822 8.34467 9.40533L7 8.06066L5.65533 9.40533C5.36244 9.69822 4.88756 9.69822 4.59467 9.40533C4.30178 9.11244 4.30178 8.63756 4.59467 8.34467L5.93934 7L4.59467 5.65533C4.30178 5.36244 4.30178 4.88756 4.59467 4.59467Z" fill="currentColor"></path></g></svg>\n'},Symbol.toStringTag,{value:"Module"})),Qu=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28"><path fill="currentColor" d="M5.75 6A3.75 3.75 0 0 0 2 9.75v8.5A3.75 3.75 0 0 0 5.75 22h9.5A3.75 3.75 0 0 0 19 18.25v-.503l4.252 2.936c1.16.801 2.744-.03 2.744-1.44V8.753c0-1.41-1.584-2.242-2.744-1.44L19 10.249V9.75A3.75 3.75 0 0 0 15.25 6zM19 12.071l5.104-3.524a.25.25 0 0 1 .392.206v10.49a.25.25 0 0 1-.392.206L19 15.923zM3.5 9.75A2.25 2.25 0 0 1 5.75 7.5h9.5a2.25 2.25 0 0 1 2.25 2.25v8.5a2.25 2.25 0 0 1-2.25 2.25h-9.5a2.25 2.25 0 0 1-2.25-2.25z"/></svg>\n'},Symbol.toStringTag,{value:"Module"})),Ju=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg version="1.1" viewBox="0.0 0.0 96.0 96.0" fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg"><clipPath id="g31e21232314_0_33.0"><path d="m0 0l96.0 0l0 96.0l-96.0 0l0 -96.0z" clip-rule="nonzero"/></clipPath><g clip-path="url(#g31e21232314_0_33.0)"><path fill="#ffffff" d="m0 0l96.0 0l0 96.0l-96.0 0z" fill-rule="evenodd"/><path fill="#d9d9d9" d="m41.04961 80.271324l1.8897629 0l0 2.3307114l-1.8897629 0z" fill-rule="evenodd"/><path fill="#d9d9d9" d="m42.221855 81.45145l1.8897629 0l0 2.3307037l-1.8897629 0z" fill-rule="evenodd"/><g filter="url(#shadowFilter-g31e21232314_0_33.1)"><use xlink:href="#g31e21232314_0_33.1" transform="matrix(1.0 0.0 0.0 1.0 0.0 2.0)"/></g><defs><filter id="shadowFilter-g31e21232314_0_33.1" filterUnits="userSpaceOnUse"><feGaussianBlur in="SourceAlpha" stdDeviation="2.0" result="blur"/><feComponentTransfer in="blur" color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0" intercept="0.0"/><feFuncG type="linear" slope="0" intercept="0.0"/><feFuncB type="linear" slope="0" intercept="0.0"/><feFuncA type="linear" slope="0.0" intercept="0"/></feComponentTransfer></filter></defs><g id="g31e21232314_0_33.1"><path fill="#d9d9d9" d="m42.22417 28.470434l0 55.307083l-27.653543 -55.307083z" fill-rule="evenodd"/></g><g filter="url(#shadowFilter-g31e21232314_0_33.2)"><use xlink:href="#g31e21232314_0_33.2" transform="matrix(1.0 0.0 0.0 1.0 0.0 2.0)"/></g><defs><filter id="shadowFilter-g31e21232314_0_33.2" filterUnits="userSpaceOnUse"><feGaussianBlur in="SourceAlpha" stdDeviation="2.0" result="blur"/><feComponentTransfer in="blur" color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0" intercept="0.0"/><feFuncG type="linear" slope="0" intercept="0.0"/><feFuncB type="linear" slope="0" intercept="0.0"/><feFuncA type="linear" slope="0.0" intercept="0"/></feComponentTransfer></filter></defs><g id="g31e21232314_0_33.2"><path fill="#d9d9d9" d="m42.223038 83.77752l21.729656 0l18.653545 -70.385826l-25.574802 13.461943z" fill-rule="evenodd"/></g><g filter="url(#shadowFilter-g31e21232314_0_33.3)"><use xlink:href="#g31e21232314_0_33.3" transform="matrix(1.0 0.0 0.0 1.0 0.0 2.0)"/></g><defs><filter id="shadowFilter-g31e21232314_0_33.3" filterUnits="userSpaceOnUse"><feGaussianBlur in="SourceAlpha" stdDeviation="2.0" result="blur"/><feComponentTransfer in="blur" color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0" intercept="0.0"/><feFuncG type="linear" slope="0" intercept="0.0"/><feFuncB type="linear" slope="0" intercept="0.0"/><feFuncA type="linear" slope="0.0" intercept="0"/></feComponentTransfer></filter></defs><g id="g31e21232314_0_33.3"><path fill="#fdb515" d="m41.0477 27.293962l0 55.30709l-27.653542 -55.30709z" fill-rule="evenodd"/></g><g filter="url(#shadowFilter-g31e21232314_0_33.4)"><use xlink:href="#g31e21232314_0_33.4" transform="matrix(1.0 0.0 0.0 1.0 0.0 2.0)"/></g><defs><filter id="shadowFilter-g31e21232314_0_33.4" filterUnits="userSpaceOnUse"><feGaussianBlur in="SourceAlpha" stdDeviation="2.0" result="blur"/><feComponentTransfer in="blur" color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0" intercept="0.0"/><feFuncG type="linear" slope="0" intercept="0.0"/><feFuncB type="linear" slope="0" intercept="0.0"/><feFuncA type="linear" slope="0.0" intercept="0"/></feComponentTransfer></filter></defs><g id="g31e21232314_0_33.4"><path fill="#30a2ff" d="m41.046566 82.60105l21.72966 0l18.653545 -70.385826l-25.574806 13.461943z" fill-rule="evenodd"/></g></g></svg>'},Symbol.toStringTag,{value:"Module"})),Ku=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M3 19c0 1.414 0 2.121.44 2.56C3.878 22 4.585 22 6 22s2.121 0 2.56-.44C9 21.122 9 20.415 9 19s0-2.121-.44-2.56C8.122 16 7.415 16 6 16s-2.121 0-2.56.44C3 16.878 3 17.585 3 19M3 5c0 1.414 0 2.121.44 2.56C3.878 8 4.585 8 6 8s2.121 0 2.56-.44C9 7.122 9 6.415 9 5s0-2.121-.44-2.56C8.122 2 7.415 2 6 2s-2.121 0-2.56.44C3 2.878 3 3.585 3 5m12 9c0 1.414 0 2.121.44 2.56c.439.44 1.146.44 2.56.44s2.121 0 2.56-.44c.44-.439.44-1.146.44-2.56s0-2.121-.44-2.56C20.122 11 19.415 11 18 11s-2.121 0-2.56.44C15 11.878 15 12.585 15 14M6 8v8m9-2h-3a6 6 0 0 1-6-6" color="currentColor"/></svg>\n'},Symbol.toStringTag,{value:"Module"})),Xu=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path fill="currentColor" d="M16 17v8H6v-8zm0-2H6a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-8a2 2 0 0 0-2-2m11-9v5H17V6zm0-2H17a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2m0 13v5h-5v-5zm0-2h-5a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h5a2 2 0 0 0 2-2v-5a2 2 0 0 0-2-2M11 6v5H6V6zm0-2H6a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h5a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2"/></svg>\n'},Symbol.toStringTag,{value:"Module"})),Yu=Object.freeze(Object.defineProperty({__proto__:null,default:'\x3c!--\n - Copyright (c) 2024 LangChat. TyCoding All Rights Reserved.\n -\n - Licensed under the GNU Affero General Public License, Version 3 (the "License");\n - you may not use this file except in compliance with the License.\n - You may obtain a copy of the License at\n -\n - https://www.gnu.org/licenses/agpl-3.0.html\n -\n - Unless required by applicable law or agreed to in writing, software\n - distributed under the License is distributed on an "AS IS" BASIS,\n - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n - See the License for the specific language governing permissions and\n - limitations under the License.\n --\x3e\n\n<svg class="chakra-icon css-ge4a0p" viewBox="0 0 1219 1024" xmlns="http://www.w3.org/2000/svg" width="24" height="24" focusable="false"><path d="M966.168 275.578a429.202 429.202 0 0 0-77.41-110.397c-80.822-83.944-193.95-138.02-318.61-152.26a583.655 583.655 0 0 0-65.926-3.827c-20.284 0-41.545 1.195-63.097 3.584C316.05 26.258 202.265 80.19 120.856 164.06a429.641 429.641 0 0 0-77.824 110.227A385.829 385.829 0 0 0 3.048 445.074c0 76.313 23.113 151.382 66.803 217.356 22.138 33.427 58.344 75.484 91.673 105.204l-15.068 118.833c-.585 1.585-1.194 3.17-1.584 4.9-.415 1.61-.488 3.195-.634 4.804-.098 1.194-.415 2.389-.415 3.584 0 1.316.317 2.608.415 3.9a38.522 38.522 0 0 0 38.205 34.865c6.973 0 13.41-2.023 19.017-5.217l.585-.39c.78-.39 1.658-.878 2.438-1.39l35.962-18.14 107.081-54.052a550.687 550.687 0 0 0 93.574 18.09 576.123 576.123 0 0 0 128.975-.39 559.47 559.47 0 0 0 126.343-29.622 69.973 69.973 0 0 1-47.446-73.192 468.114 468.114 0 0 1-89.575 19.261 482.987 482.987 0 0 1-108.106.317c-3.584-.39-7.265-.975-10.922-1.463a475.404 475.404 0 0 1-70.851-14.994 48.299 48.299 0 0 0-14.726-2.268c-7.973 0-15.604 2.073-23.406 6.096-1.048.61-2 1.048-3.048 1.609l-87.942 52.053-3.852 2.292c-1.877 1.195-2.999 1.585-3.998 1.585a5.973 5.973 0 0 1-5.803-6.071l3.389-13.775 3.803-14.97 6.461-24.527 7.07-27.405c4.877-15.189-.487-31.792-13.287-41.252a394.679 394.679 0 0 1-36.742-31.037 362.57 362.57 0 0 1-52.15-61.928c-34.622-52.224-52.859-111.494-52.859-171.447 0-46.494 10.582-91.745 31.452-134.436a344.795 344.795 0 0 1 62.488-88.26c66.877-69.022 160.987-113.322 264.948-124.635 18.042-1.999 35.84-2.974 52.858-2.974 17.92 0 36.474 1.073 55.247 3.17 103.521 11.824 197.071 56.32 263.436 125.342a344.21 344.21 0 0 1 62.098 88.478c20.359 41.448 30.964 87.04 31.037 133.267 0 4.803-.317 9.606-.536 14.384a69.34 69.34 0 0 1 85.577 9.997c1.22 1.194 2.121 2.51 3.17 3.754a360.28 360.28 0 0 0 1.219-29.574 385.829 385.829 0 0 0-39.254-169.326" fill="#0082F0"></path><path d="M961.39 884.59a67.462 67.462 0 0 0-8.339-1.39 213.87 213.87 0 0 1-119.32-66.706 16.579 16.579 0 0 0-28.062 9.533 16.725 16.725 0 0 0 6.826 16.042l4.755 4.779a215.503 215.503 0 0 1 58.806 110.25 69.778 69.778 0 0 0 51.737 63.318 69.51 69.51 0 0 0 67.096-18.164 70.217 70.217 0 0 0 17.725-68.778 69.925 69.925 0 0 0-51.322-48.957" fill="#FB6500"></path><path d="M1192.058 705.853a69.486 69.486 0 0 0-72.607-16.506 69.851 69.851 0 0 0-46.03 58.685 215.381 215.381 0 0 1-66.366 119.71 16.823 16.823 0 0 0 9.265 28.892 16.701 16.701 0 0 0 16.213-7.558l4.706-4.803a213.821 213.821 0 0 1 109.787-59.1 69.949 69.949 0 0 0 63.098-52.004 70.217 70.217 0 0 0-18.066-67.414" fill="#0082F0"></path><path d="M896.902 507.928a70.217 70.217 0 0 0-16.36 72.802 69.876 69.876 0 0 0 58.32 46.3 213.821 213.821 0 0 1 119.271 66.681 16.677 16.677 0 0 0 28.477-9.484 16.798 16.798 0 0 0-7.216-16.189 215.479 215.479 0 0 1-63.684-115.03 69.778 69.778 0 0 0-51.638-63.317 69.51 69.51 0 0 0-67.17 18.14" fill="#2DBC00"></path><path d="m817.81 766.464.585-4.242a215.576 215.576 0 0 1 66.414-119.833 16.823 16.823 0 0 0-9.24-28.891 16.701 16.701 0 0 0-16.238 7.558 213.797 213.797 0 0 1-114.493 63.927 69.949 69.949 0 0 0-63.098 52.004 70.217 70.217 0 0 0 18.066 67.414 69.486 69.486 0 0 0 70.486 17.066 69.827 69.827 0 0 0 47.445-55.003" fill="#FC0"></path></svg>\n'},Symbol.toStringTag,{value:"Module"})),eh=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg fill="currentColor" fill-rule="evenodd" height="1em" style="flex:none;line-height:1" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"><title>Yi</title><g><path d="M18.62 13.927c.611 0 1.107.505 1.107 1.128v5.817c0 .623-.496 1.128-1.108 1.128a1.118 1.118 0 01-1.108-1.128v-5.817c0-.623.496-1.128 1.108-1.128zM16.59 3.052a1.094 1.094 0 011.562-.129c.466.404.522 1.116.126 1.59l-5.938 7.111v9.147c0 .624-.496 1.129-1.108 1.129a1.118 1.118 0 01-1.108-1.129v-9.477l.003-.088.01-.087c.015-.232.102-.462.261-.654l6.192-7.413zM2.906 2.256a1.094 1.094 0 011.559.157l4.387 5.45a1.142 1.142 0 01-.155 1.587 1.094 1.094 0 01-1.559-.157l-4.387-5.45a1.144 1.144 0 01.06-1.498l.095-.09z"></path><ellipse cx="20.146" cy="10.692" fill="#00FF25" rx="1.354" ry="1.379"></ellipse></g></svg>'},Symbol.toStringTag,{value:"Module"})),th=Object.freeze(Object.defineProperty({__proto__:null,default:'\x3c!--\n - Copyright (c) 2024 LangChat. TyCoding All Rights Reserved.\n -\n - Licensed under the GNU Affero General Public License, Version 3 (the "License");\n - you may not use this file except in compliance with the License.\n - You may obtain a copy of the License at\n -\n - https://www.gnu.org/licenses/agpl-3.0.html\n -\n - Unless required by applicable law or agreed to in writing, software\n - distributed under the License is distributed on an "AS IS" BASIS,\n - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n - See the License for the specific language governing permissions and\n - limitations under the License.\n --\x3e\n\n<svg class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg"><path d="M228.7 643.9c-0.1 0.1-0.2 0.3-0.3 0.4 3.9-4.4 8-9 12-13.5-7.5 8.4-11.7 13.1-11.7 13.1z" fill="#1590E9"></path><path d="M894 298.1l25.6-15.1c10.4-6.1 9.1-21.5-2.1-25.9l-12.3-4.8c-18-7.1-34.2-18.2-46.7-33-15.7-18.5-44.7-45.1-90.9-60.8-52.7-18-142.9-14.4-193.2-10.5-15.9 1.2-25 18.4-17.4 32.5 42.6 78.6 16.7 114.3-5.7 140.7-34.3 40.4-97.4 112.2-160.7 183.6 21.9-24.5 41.8-46.8 58.1-65.1 36.4-40.8 91.3-61.5 145.1-51.7 171.5 31.3 191 253.4-9.2 385.6 26.1-1.4 52.6-3.3 79.2-6 252.6-26 272.6-232.1 218-333.9-19.4-36.1-22.2-60.5-20.1-83.9 2-21.5 13.8-40.8 32.3-51.7z" fill="#99C236"></path><path d="M212.8 704.5C241.1 672.9 316 589 390.7 504.7c-54.6 61.2-121.8 136.7-177.9 199.8z" fill="#1590E9"></path><path d="M216.3 758.6c-19.5-2.5-28.2-25.6-15.5-40.6-51.7 58.3-91.7 103.5-99.1 112.6-24.1 29.5 247.7 97.9 482.6-56.8 0.1-0.1 0.3-0.2 0.4-0.3-156.5 8.2-298.5-5.9-368.4-14.9z" fill="#CAC134"></path><path d="M593.9 387.9c-53.8-9.8-108.7 10.9-145.1 51.7-16.3 18.2-36.2 40.5-58.1 65.1C316 589 241.1 672.9 212.8 704.5c-4.1 4.6-8.1 9.1-12 13.5-12.7 14.9-4 38 15.5 40.6 69.9 9 211.9 23.1 368.3 15 200.2-132.3 180.8-354.4 9.3-385.7z" fill="#029F40"></path></svg>\n'},Symbol.toStringTag,{value:"Module"})),sh=Object.freeze(Object.defineProperty({__proto__:null,default:'<svg height="1em" style="flex:none;line-height:1" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"><title>Zhipu</title><path d="M11.991 23.503a.24.24 0 00-.244.248.24.24 0 00.244.249.24.24 0 00.245-.249.24.24 0 00-.22-.247l-.025-.001zM9.671 5.365a1.697 1.697 0 011.099 2.132l-.071.172-.016.04-.018.054c-.07.16-.104.32-.104.498-.035.71.47 1.279 1.186 1.314h.366c1.309.053 2.338 1.173 2.286 2.523-.052 1.332-1.152 2.38-2.478 2.327h-.174c-.715.018-1.274.64-1.239 1.368 0 .124.018.23.053.337.209.373.54.658.96.8.75.23 1.517-.125 1.9-.782l.018-.035c.402-.64 1.17-.96 1.92-.711.854.284 1.378 1.226 1.099 2.167a1.661 1.661 0 01-2.077 1.102 1.711 1.711 0 01-.907-.711l-.017-.035c-.2-.323-.463-.58-.851-.711l-.056-.018a1.646 1.646 0 00-1.954.746 1.66 1.66 0 01-1.065.764 1.677 1.677 0 01-1.989-1.279c-.209-.906.332-1.83 1.257-2.043a1.51 1.51 0 01.296-.035h.018c.68-.071 1.151-.622 1.116-1.333a1.307 1.307 0 00-.227-.693 2.515 2.515 0 01-.366-1.403 2.39 2.39 0 01.366-1.208c.14-.195.21-.444.227-.693.018-.71-.506-1.261-1.186-1.332l-.07-.018a1.43 1.43 0 01-.299-.07l-.05-.019a1.7 1.7 0 01-1.047-2.114 1.68 1.68 0 012.094-1.101zm-5.575 10.11c.26-.264.639-.367.994-.27.355.096.633.379.728.74.095.362-.007.748-.267 1.013-.402.41-1.053.41-1.455 0a1.062 1.062 0 010-1.482zm14.845-.294c.359-.09.738.024.992.297.254.274.344.665.237 1.025-.107.36-.396.634-.756.718-.551.128-1.1-.22-1.23-.781a1.05 1.05 0 01.757-1.26zm-.064-4.39c.314.32.49.753.49 1.206 0 .452-.176.886-.49 1.206-.315.32-.74.5-1.185.5-.444 0-.87-.18-1.184-.5a1.727 1.727 0 010-2.412 1.654 1.654 0 012.369 0zm-11.243.163c.364.484.447 1.128.218 1.691a1.665 1.665 0 01-2.188.923c-.855-.36-1.26-1.358-.907-2.228a1.68 1.68 0 011.33-1.038c.593-.08 1.183.169 1.547.652zm11.545-4.221c.368 0 .708.2.892.524.184.324.184.724 0 1.048a1.026 1.026 0 01-.892.524c-.568 0-1.03-.47-1.03-1.048 0-.579.462-1.048 1.03-1.048zm-14.358 0c.368 0 .707.2.891.524.184.324.184.724 0 1.048a1.026 1.026 0 01-.891.524c-.569 0-1.03-.47-1.03-1.048 0-.579.461-1.048 1.03-1.048zm10.031-1.475c.925 0 1.675.764 1.675 1.706s-.75 1.705-1.675 1.705-1.674-.763-1.674-1.705c0-.942.75-1.706 1.674-1.706zm-2.626-.684c.362-.082.653-.356.761-.718a1.062 1.062 0 00-.238-1.028 1.017 1.017 0 00-.996-.294c-.547.14-.881.7-.752 1.257.13.558.675.907 1.225.783zm0 16.876c.359-.087.644-.36.75-.72a1.062 1.062 0 00-.237-1.019 1.018 1.018 0 00-.985-.301 1.037 1.037 0 00-.762.717c-.108.361-.017.754.239 1.028.245.263.606.377.953.305l.043-.01zM17.19 3.5a.631.631 0 00.628-.64c0-.355-.279-.64-.628-.64a.631.631 0 00-.628.64c0 .355.28.64.628.64zm-10.38 0a.631.631 0 00.628-.64c0-.355-.28-.64-.628-.64a.631.631 0 00-.628.64c0 .355.279.64.628.64zm-5.182 7.852a.631.631 0 00-.628.64c0 .354.28.639.628.639a.63.63 0 00.627-.606l.001-.034a.62.62 0 00-.628-.64zm5.182 9.13a.631.631 0 00-.628.64c0 .355.279.64.628.64a.631.631 0 00.628-.64c0-.355-.28-.64-.628-.64zm10.38.018a.631.631 0 00-.628.64c0 .355.28.64.628.64a.631.631 0 00.628-.64c0-.355-.279-.64-.628-.64zm5.182-9.148a.631.631 0 00-.628.64c0 .354.279.639.628.639a.631.631 0 00.628-.64c0-.355-.28-.64-.628-.64zm-.384-4.992a.24.24 0 00.244-.249.24.24 0 00-.244-.249.24.24 0 00-.244.249c0 .142.122.249.244.249zM11.991.497a.24.24 0 00.245-.248A.24.24 0 0011.99 0a.24.24 0 00-.244.249c0 .133.108.236.223.247l.021.001zM2.011 6.36a.24.24 0 00.245-.249.24.24 0 00-.244-.249.24.24 0 00-.244.249.24.24 0 00.244.249zm0 11.263a.24.24 0 00-.243.248.24.24 0 00.244.249.24.24 0 00.244-.249.252.252 0 00-.244-.248zm19.995-.018a.24.24 0 00-.245.248.24.24 0 00.245.25.24.24 0 00.244-.25.252.252 0 00-.244-.248z" fill="#3859FF" fill-rule="nonzero"></path></svg>'},Symbol.toStringTag,{value:"Module"}));
|
|
45
|
+
/**
|
|
46
|
+
* @license lucide-vue-next v0.507.0 - ISC
|
|
47
|
+
*
|
|
48
|
+
* This source code is licensed under the ISC license.
|
|
49
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
50
|
+
*/let nh=!1;function rh(e){const t=(new DOMParser).parseFromString(e,"image/svg+xml").documentElement,s=[...t.childNodes].filter(e=>e.nodeType===Node.ELEMENT_NODE).map(e=>(new XMLSerializer).serializeToString(e)).join(""),n=t.getAttribute("viewBox")||"",[r,a,o,i]=n.split(" ").map(e=>{const t=Number(e);return Number.isNaN(t)?void 0:t});return{body:s,height:i,left:r,top:a,width:o}}nh||(!async function(){const e=Object.assign({"./icons/antdv-logo.svg":ac,"./icons/app-store.svg":oc,"./icons/apps.svg":ic,"./icons/avatar-1.svg":lc,"./icons/avatar-2.svg":cc,"./icons/avatar-3.svg":uc,"./icons/avatar-4.svg":hc,"./icons/azure.svg":dc,"./icons/baidu.svg":pc,"./icons/bell.svg":fc,"./icons/bing.svg":gc,"./icons/book-text.svg":mc,"./icons/bot.svg":vc,"./icons/brain.svg":yc,"./icons/cable.svg":_c,"./icons/cake.svg":bc,"./icons/card.svg":wc,"./icons/channel.svg":Cc,"./icons/chart.svg":xc,"./icons/claude.svg":kc,"./icons/clock.svg":Ac,"./icons/code.svg":Mc,"./icons/collapse.svg":Sc,"./icons/coze.svg":Ec,"./icons/dameng.svg":Dc,"./icons/database.svg":zc,"./icons/deepseek.svg":Fc,"./icons/dify.svg":Oc,"./icons/dingtalk.svg":Lc,"./icons/docs.svg":Tc,"./icons/docx.svg":Ic,"./icons/doubao.svg":jc,"./icons/download.svg":Pc,"./icons/elasticsearch.svg":qc,"./icons/email.svg":Rc,"./icons/env.svg":Bc,"./icons/excalidraw.svg":Zc,"./icons/excel.svg":Hc,"./icons/feishu.svg":Vc,"./icons/file-box.svg":$c,"./icons/file.svg":Nc,"./icons/firecrawl.svg":Uc,"./icons/folder-key.svg":Wc,"./icons/folder.svg":Gc,"./icons/gemini.svg":Qc,"./icons/giteeai.svg":Jc,"./icons/h2.svg":Kc,"./icons/hammer.svg":Xc,"./icons/house-plus.svg":Yc,"./icons/house.svg":eu,"./icons/http.svg":tu,"./icons/huawei.svg":su,"./icons/idea.svg":nu,"./icons/if.svg":ru,"./icons/image.svg":au,"./icons/ip.svg":ou,"./icons/json.svg":iu,"./icons/key-round.svg":lu,"./icons/link.svg":cu,"./icons/loading.svg":uu,"./icons/log.svg":hu,"./icons/mariadb.svg":du,"./icons/mcp.svg":pu,"./icons/md.svg":fu,"./icons/message.svg":gu,"./icons/milvus.svg":mu,"./icons/mysql.svg":vu,"./icons/oceanbase.svg":yu,"./icons/ocr.svg":_u,"./icons/ollama.svg":bu,"./icons/openai.svg":wu,"./icons/oracle.svg":Cu,"./icons/orbit.svg":xu,"./icons/outline-info.svg":ku,"./icons/pdf.svg":Au,"./icons/png.svg":Mu,"./icons/postgresql.svg":Su,"./icons/qfan.svg":Eu,"./icons/qr.svg":Du,"./icons/qwen.svg":zu,"./icons/redis.svg":Fu,"./icons/reg.svg":Ou,"./icons/rotate-ccw-key.svg":Lu,"./icons/scan.svg":Tu,"./icons/search.svg":Iu,"./icons/setting.svg":ju,"./icons/siliconcloud.svg":Pu,"./icons/spark.svg":qu,"./icons/speech.svg":Ru,"./icons/sqlite.svg":Bu,"./icons/sqlserver.svg":Zu,"./icons/square-menu.svg":Hu,"./icons/toutiao.svg":Vu,"./icons/txt.svg":$u,"./icons/unfold.svg":Nu,"./icons/user-cog.svg":Uu,"./icons/user.svg":Wu,"./icons/var.svg":Gu,"./icons/video.svg":Qu,"./icons/vllm.svg":Ju,"./icons/workflow.svg":Ku,"./icons/workspace.svg":Xu,"./icons/wxmp.svg":Yu,"./icons/yi.svg":eh,"./icons/yuque.svg":th,"./icons/zhipu.svg":sh});await Promise.all(Object.entries(e).map(e=>{const[t,s]=e,n=t.lastIndexOf("/")+1,r=t.lastIndexOf(".");return Ll(`svg:${t.slice(n,r)}`,{...rh("object"==typeof s?s.default:s)})}))}(),nh=!0);const ah={key:0,class:"px-1 text-xs"},oh={key:0,class:"mb-3 text-center"},ih={class:"text-sm font-medium opacity-80"},lh={class:"flex flex-col items-start space-y-2"},ch={class:"flex items-center gap-2 text-xs"},uh=Xt({__name:"QuestionsSuggestions",props:{config:{},questions:{},title:{},showTitle:{type:Boolean},backgroundColor:{},textColor:{},buttonStyle:{},maxQuestions:{}},emits:["questionClick"],setup(e,{emit:t}){const s=e,n=t,r=Pn(()=>{const e=s.maxQuestions||6;return s.questions.slice(0,e)}),a=Pn(()=>{const e=["w-auto","px-4","py-2","text-sm","transition-all","duration-200","ease-in-out","focus:outline-none","focus:ring-2","focus:ring-blue-500","focus:ring-opacity-50","self-start"];switch(s.buttonStyle||"rounded"){case"filled":return[...e,"bg-white","hover:bg-gray-50","shadow-sm"];case"outlined":return[...e,"border","border-gray-300","hover:border-gray-400","hover:bg-gray-50"];default:return[...e,"bg-white","hover:bg-gray-50","rounded-lg","shadow-sm"]}}),o=Pn(()=>({color:s.textColor||"#475569"}));return(e,t)=>e.questions.length>0?(sn(),on("div",ah,[e.title&&!1!==e.showTitle?(sn(),on("div",oh,[pn("h3",ih,W(e.title),1)])):yn("",!0),pn("div",lh,[(sn(!0),on(Js,null,os(r.value,e=>(sn(),ln(va,{key:e.id,class:V([a.value,"langchat-widget-question-btn"]),style:q(o.value),variant:"outline",onClick:t=>(e=>{n("questionClick",e)})(e)},{default:Wt(()=>[pn("div",ch,[pn("div",null,W(e.text),1),fn(yt(nc),{class:"h-4 w-4"})])]),_:2},1032,["class","style","onClick"]))),128))])])):yn("",!0)}}),hh={class:"text-center py-6"},dh={class:"mb-3"},ph={class:"text-3xl"},fh={class:"text-xl font-semibold mb-2"},gh={key:0,class:"text-sm opacity-80"},mh=rc(Xt({__name:"WelcomeMessage",props:{config:{},welcomeData:{}},setup(e){const t=e,s=Pn(()=>["px-4","py-2","rounded-xl","mx-4","mb-4"]),n=Pn(()=>({backgroundColor:t.config.welcome?.backgroundColor||"#f0f9ff",color:t.config.welcome?.textColor||"#0369a1"}));return(e,t)=>e.config.welcome?.enabled?(sn(),on("div",{key:0,class:V(["langchat-widget-welcome",s.value]),style:q(n.value)},[pn("div",hh,[pn("div",dh,[pn("span",ph,W(e.welcomeData.icon||"👋"),1)]),pn("h2",fh,W(e.welcomeData.title),1),e.welcomeData.subtitle?(sn(),on("p",gh,W(e.welcomeData.subtitle),1)):yn("",!0)])],6)):yn("",!0)}}),[["__scopeId","data-v-697f9b48"]]),vh={class:"bg-background flex-1 overflow-hidden flex flex-col"},yh=["data-theme","innerHTML"],_h={key:1,class:"whitespace-pre-wrap"},bh={key:2,class:"ml-1 inline-block h-2 w-2 animate-pulse rounded-full bg-current"},wh={key:4,class:"mt-1 text-xs text-red-500"},Ch={key:2,class:"flex items-start space-x-3"},xh=rc(Xt({__name:"ChatMessages",props:{messages:{},isLoading:{type:Boolean},config:{},suggestedQuestions:{},welcomeData:{}},emits:["questionClick"],setup(e,{emit:t}){const s=e,n=t,r=mt(),a=Pn(()=>s.config.welcome?.enabled&&0===s.messages.length),o=Pn(()=>Ca.hasQuestions.value&&0===s.messages.length),i=Pn(()=>Ca.hasQuestions.value&&s.messages.length>0),l=Pn(()=>({width:`${s.config.avatars?.size||32}px`,height:`${s.config.avatars?.size||32}px`,borderRadius:s.config.avatars?.borderRadius||"50%"})),c=new yl({html:s.config.messages?.markdownOptions?.html||!1,linkify:s.config.messages?.markdownOptions?.linkify||!0,typographer:s.config.messages?.markdownOptions?.typographer||!1,breaks:s.config.messages?.markdownOptions?.breaks||!0}),u=e=>{const t=["text-sm","break-words"];return"user"===e.type?[...t,"text-right"]:[...t,"text-left"]},h=e=>"user"===e.type?{backgroundColor:s.config.messages?.userBackgroundColor||"#3b82f6",color:s.config.messages?.userTextColor||"#ffffff"}:{backgroundColor:s.config.messages?.aiBackgroundColor||"#f3f4f6",color:s.config.messages?.aiTextColor||"#1f2937"},d=e=>{try{const t=e.replace(/<script\b[^<]*(?:(?!<\/script>)<[^<]*)*<\/script>/gi,"").replace(/<iframe\b[^<]*(?:(?!<\/iframe>)<[^<]*)*<\/iframe>/gi,"").replace(/javascript:/gi,"");return c.render(t)}catch(t){return console.warn("Markdown rendering failed:",t),e}},p=e=>{const t=(new Date).getTime()-e.getTime();return t<6e4?"刚刚":t<36e5?`${Math.floor(t/6e4)}分钟前`:t<864e5?`${Math.floor(t/36e5)}小时前`:e.toLocaleDateString()},f=e=>{n("questionClick",e)},g=((e,t)=>{let s;return(...n)=>{clearTimeout(s),s=setTimeout(()=>e.apply(null,n),t)}})(async()=>{await Pt(),r.value&&(r.value.scrollTop=r.value.scrollHeight)},200);return Bs(()=>s.messages.length,g,{flush:"post"}),Bs(()=>s.isLoading,g,{flush:"post"}),Bs(()=>s.messages.map(e=>({id:e.id,content:e.content,isStreaming:e.isStreaming})),()=>{s.messages.some(e=>e.isStreaming)&&g()},{deep:!0,flush:"post"}),ts(()=>{g()}),(e,t)=>(sn(),on("div",vh,[pn("div",{ref_key:"messagesContainer",ref:r,class:"flex-1 space-y-3 overflow-y-auto px-3 py-2 sm:space-y-4 sm:px-4 sm:py-2",style:{"max-height":"calc(100vh - 200px)","min-height":"300px"}},[a.value?(sn(),ln(mh,{key:0,config:e.config,"welcome-data":e.welcomeData},null,8,["config","welcome-data"])):yn("",!0),o.value?(sn(),ln(uh,{key:1,config:e.config,questions:yt(Ca).suggestedQuestions.value,title:"常见问题","background-color":"#f8fafc","text-color":"#475569","button-style":"rounded","max-questions":6,onQuestionClick:f},null,8,["config","questions"])):yn("",!0),(sn(!0),on(Js,null,os(e.messages,t=>(sn(),on("div",{key:t.id,class:V(["user"===t.type?"justify-end":"justify-start","flex items-start space-x-3"])},["ai"===t.type?(sn(),on("div",{key:0,style:q(l.value),class:"flex h-8 w-8 flex-shrink-0 items-center justify-center rounded-full bg-gray-200 text-sm"},W(e.config.avatars?.ai||"🤖"),5)):yn("",!0),pn("div",{class:V([u(t),"max-w-[280px] rounded-lg px-3 py-2 transition-all duration-200 sm:max-w-xs sm:px-4 sm:py-2 lg:max-w-md"]),style:q(h(t))},["ai"===t.type&&e.config.enableMarkdown?(sn(),on("div",{key:0,"data-theme":e.config.theme?.mode||"light",class:"markdown-body",innerHTML:d(t.content)},null,8,yh)):(sn(),on("div",_h,W(t.content),1)),t.isStreaming?(sn(),on("div",bh)):yn("",!0),e.config.messages?.showTimestamp?(sn(),on("div",{key:3,class:V(["user"===t.type?"text-right":"text-left","mt-1 text-xs opacity-60"])},W(p(t.timestamp)),3)):yn("",!0),"error"===t.status?(sn(),on("div",wh,W(t.error||"发送失败"),1)):yn("",!0)],6),"user"===t.type?(sn(),on("div",{key:1,style:q(l.value),class:"flex h-8 w-8 flex-shrink-0 items-center justify-center rounded-full bg-blue-500 text-sm text-white"},W(e.config.avatars?.user||"👤"),5)):yn("",!0)],2))),128)),e.isLoading?(sn(),on("div",Ch,[pn("div",{style:q(l.value),class:"flex h-8 w-8 flex-shrink-0 items-center justify-center rounded-full bg-gray-200 text-sm"},W(e.config.avatars?.ai||"🤖"),5),t[0]||(t[0]=vn('<div class="rounded-2xl bg-gray-100 px-4 py-2" data-v-d706f955><div class="flex space-x-1" data-v-d706f955><div class="h-2 w-2 animate-bounce rounded-full bg-gray-400" data-v-d706f955></div><div class="h-2 w-2 animate-bounce rounded-full bg-gray-400" style="animation-delay:0.1s;" data-v-d706f955></div><div class="h-2 w-2 animate-bounce rounded-full bg-gray-400" style="animation-delay:0.2s;" data-v-d706f955></div></div></div>',1))])):yn("",!0),i.value?(sn(),ln(uh,{key:3,config:e.config,questions:yt(Ca).suggestedQuestions.value,"show-title":!1,"background-color":"#f8fafc","text-color":"#475569","button-style":"rounded","max-questions":6,onQuestionClick:f},null,8,["config","questions"])):yn("",!0)],512)]))}}),[["__scopeId","data-v-d706f955"]]),kh={class:"bg-background flex items-center gap-2 p-3 px-4 pb-0"},Ah=["disabled","maxlength","placeholder"],Mh={class:"flex flex-shrink-0 items-center justify-center gap-1"},Sh=Xt({__name:"ChatSender",props:{config:{},isLoading:{type:Boolean,default:!1}},emits:["send"],setup(e,{emit:t}){const s=e,n=t,r=mt(""),a=mt(),o=()=>{const e=r.value.trim();e&&!s.isLoading&&(n("send",e),r.value="",Pt(()=>{a.value&&(a.value.style.height="22px",a.value.style.lineHeight="22px",c.value=!1)}))},i=e=>{"Enter"!==e.key||e.shiftKey||(e.preventDefault(),o())},l=()=>{Pt(()=>{try{if(a.value){a.value.style.height="22px",a.value.style.lineHeight="22px";const e=a.value.scrollHeight,t=Math.max(22,e);a.value.style.height=`${t}px`,c.value=t>22}}catch(e){console.warn("AutoResize error:",e)}})},c=mt(!1);return ts(()=>{Pt(()=>{a.value&&(a.value.style.height="22px",a.value.style.lineHeight="22px",c.value=!1)})}),(e,t)=>(sn(),on("div",kh,[pn("div",{class:V([{"!items-end":c.value,"!items-center":!c.value},"border-input bg-background relative flex flex-1 items-center rounded-xl border px-4 py-3"]),style:{"min-height":"56px"}},[Gt(pn("textarea",{ref_key:"textareaRef",ref:a,"onUpdate:modelValue":t[0]||(t[0]=e=>r.value=e),disabled:e.isLoading,maxlength:e.config.messages?.maxLength||1e3,placeholder:e.config.messages?.placeholder||"输入消息...",class:"flex-1 resize-none overflow-hidden border-none bg-transparent text-sm outline-none",style:{height:"22px","line-height":"22px"},onInput:l,onKeydown:i},null,40,Ah),[[mr,r.value]]),pn("div",Mh,[e.config.messages?.showAudioButton?(sn(),ln(va,{key:0,class:"!text-primary !h-8 w-8 rounded-lg !p-0",size:"sm",variant:"ghost"},{default:Wt(()=>t[1]||(t[1]=[pn("svg",{"aria-hidden":"true",class:"size-4","data-icon":"audio",fill:"currentColor",focusable:"false",viewBox:"64 64 896 896"},[pn("path",{d:"M842 454c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8 0 140.3-113.7 254-254 254S258 594.3 258 454c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8 0 168.7 126.6 307.9 290 327.6V884H326.7c-13.7 0-24.7 14.3-24.7 32v36c0 4.4 2.8 8 6.2 8h407.6c3.4 0 6.2-3.6 6.2-8v-36c0-17.7-11-32-24.7-32H548V782.1c165.3-18 294-158 294-328.1zM512 624c93.9 0 170-75.2 170-168V232c0-92.8-76.1-168-170-168s-170 75.2-170 168v224c0 92.8 76.1 168 170 168zm-94-392c0-50.6 41.9-92 94-92s94 41.4 94 92v224c0 50.6-41.9 92-94 92s-94-41.4-94-92V232z"})],-1)])),_:1,__:[1]})):yn("",!0),fn(va,{disabled:!r.value.trim()||e.isLoading,variant:r.value.trim()?"default":"secondary",class:"!bg-primary !h-8 w-8 rounded-full !p-0 !text-white",size:"sm",onClick:o},{default:Wt(()=>[fn(yt(sc),{class:"size-4"})]),_:1},8,["disabled","variant"])])],2)]))}}),Eh={class:"text-center text-[10px]"},Dh={class:"opacity-70"},zh=["href"],Fh=rc(Xt({__name:"Copyright",props:{config:{}},setup(e){const t=e,s=Pn(()=>t.config.copyright?.text||t.config.copyright?.link),n=Pn(()=>["px-4","p-2","text-center","border-t","border-gray-200"]),r=Pn(()=>({backgroundColor:t.config.copyright?.backgroundColor||"",color:t.config.copyright?.textColor||"",borderTopColor:t.config.theme?.borderRadius?"transparent":""})),a=Pn(()=>({color:t.config.copyright?.textColor||"#6b7280"}));return(e,t)=>s.value?(sn(),on("div",{key:0,class:V([n.value,"langchat-widget-copyright"]),style:q(r.value)},[pn("div",Eh,[pn("span",Dh,W(e.config.copyright?.text||"Powered by LangChat"),1),e.config.copyright?.link?(sn(),on("a",{key:0,href:e.config.copyright.link,style:q(a.value),class:"ml-1 underline transition-opacity duration-200 hover:opacity-80",rel:"noopener noreferrer",target:"_blank"},W(e.config.copyright.linkText||"LangChat"),13,zh)):yn("",!0)])],6)):yn("",!0)}}),[["__scopeId","data-v-2955373c"]]),Oh=Xt({__name:"ChatWindow",props:{messages:{},isLoading:{type:Boolean},config:{},suggestedQuestions:{},welcomeData:{},onClose:{type:Function},onSendMessage:{type:Function},onQuestionClick:{type:Function}},setup(e){const t=e,s=Pn(()=>{const e={"bottom-right":"bottom-4 right-4 sm:bottom-24 sm:right-6","bottom-left":"bottom-4 left-4 sm:bottom-24 sm:left-6","top-right":"top-4 right-4 sm:top-6 sm:right-6","top-left":"top-4 left-4 sm:top-6 sm:left-6"};return`fixed z-40 flex flex-col rounded-lg border bg-background shadow-lg transition-all duration-300 ease-in-out ${e[t.config.position||"bottom-right"]||e["bottom-right"]}`}),n=()=>{t.onClose()},r=e=>{t.onSendMessage(e)},a=e=>{t.onQuestionClick(e)};return(e,t)=>(sn(),on("div",{class:V([s.value,"bg-background/95 animate-in slide-in-from-bottom-4 fade-in-0 fixed z-40 flex h-[calc(100vh-120px)] w-[450px] flex-col rounded-xl border shadow-2xl backdrop-blur-sm transition-all duration-300 ease-in-out"])},[fn(ba,{config:e.config,onClose:n},null,8,["config"]),fn(xh,{config:e.config,"is-loading":e.isLoading,messages:e.messages,"suggested-questions":e.suggestedQuestions,"welcome-data":e.welcomeData,onQuestionClick:a},null,8,["config","is-loading","messages","suggested-questions","welcome-data"]),fn(Sh,{config:e.config,onSend:r},null,8,["config"]),fn(Fh,{config:e.config},null,8,["config"])],2))}}),Lh=["title"],Th={key:0,class:"h-6 w-6",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24"},Ih={key:1,class:"h-6 w-6",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24"},jh={key:2,class:"absolute inset-0 rounded-full bg-primary/20 animate-ping"},Ph=Xt({__name:"WidgetButton",props:{isOpen:{type:Boolean},onClick:{type:Function},config:{}},setup(e){const t=e,s=Pn(()=>{const e={"bottom-right":"bottom-4 right-4 sm:bottom-6 sm:right-6","bottom-left":"bottom-4 left-4 sm:bottom-6 sm:left-6","top-right":"top-4 right-4 sm:top-6 sm:right-6","top-left":"top-4 left-4 sm:top-6 sm:left-6"};return`fixed z-50 flex h-12 w-12 sm:h-14 sm:w-14 items-center justify-center rounded-full bg-primary text-primary-foreground shadow-lg transition-all duration-300 hover:scale-110 hover:shadow-2xl focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 hover:bg-primary/90 ${e[t.config.position||"bottom-right"]||e["bottom-right"]}`}),n=()=>{t.onClick()};return(e,t)=>(sn(),on("button",{class:V(s.value),onClick:n,title:e.isOpen?"关闭聊天":"打开聊天"},[e.isOpen?(sn(),on("svg",Ih,t[1]||(t[1]=[pn("path",{"stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M6 18L18 6M6 6l12 12"},null,-1)]))):(sn(),on("svg",Th,t[0]||(t[0]=[pn("path",{"stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M8 12h.01M12 12h.01M16 12h.01M21 12c0 4.418-4.03 8-9 8a9.863 9.863 0 01-4.255-.949L3 20l1.395-3.72C3.512 15.042 3 13.574 3 12c0-4.418 4.03-8 9-8s9 3.582 9 8z"},null,-1)]))),e.isOpen?yn("",!0):(sn(),on("div",jh))],10,Lh))}}),qh={apiKey:"",modelName:"",baseUrl:"https://api.openai.com/v1",organization:"",header:{title:"LangChat",className:"",backgroundColor:"#3b82f6",textColor:"#ffffff",showCloseButton:!0,draggable:!1},avatars:{ai:"🤖",user:"👤",size:32,borderRadius:"50%"},theme:{mode:"light",primaryColor:"#3b82f6",backgroundColor:"#ffffff",textColor:"#1f2937",borderRadius:"1rem",shadow:"0 20px 25px -5px rgba(0, 0, 0, 0.1)",customCSS:""},messages:{aiBackgroundColor:"#f3f4f6",userBackgroundColor:"#3b82f6",aiTextColor:"#1f2937",userTextColor:"#ffffff",maxHeight:"400px",showTimestamp:!0,placeholder:"输入消息...",maxLength:1e3,showAudioButton:!1,markdownOptions:{html:!1,linkify:!0,typographer:!1,breaks:!0}},copyright:{text:"Powered by LangChat",link:"https://github.com/langchat/langchat-widget",linkText:"GitHub",className:"",backgroundColor:"",textColor:""},welcome:{enabled:!0,title:"欢迎使用 LangChat!",subtitle:"开始您的对话吧",backgroundColor:"#f0f9ff",textColor:"#0369a1"},questions:[{id:"1",text:"如何使用这个聊天机器人?",value:"如何使用这个聊天机器人?"},{id:"2",text:"支持哪些功能?",value:"支持哪些功能?"}],autoOpen:!1,position:"bottom-right",zIndex:9999,enableMarkdown:!0,enableHistory:!0,maxHistoryItems:100,enableStreaming:!0,enableAutoSuggestions:!1,backendAPI:{getSuggestedQuestions:async()=>[],getWelcomeMessage:async()=>({title:"欢迎使用 LangChat!",subtitle:"开始您的对话吧",icon:"👋"})},onMessageSent:()=>{},onMessageReceived:()=>{},onStreamingUpdate:()=>{},onError:()=>{},onOpen:()=>{},onClose:()=>{}},Rh="RFC3986",Bh={RFC1738:e=>String(e).replace(/%20/g,"+"),RFC3986:e=>String(e)},Zh=Array.isArray,Hh=(()=>{const e=[];for(let t=0;t<256;++t)e.push("%"+((t<16?"0":"")+t.toString(16)).toUpperCase());return e})(),Vh=1024;function $h(e,t){if(Zh(e)){const s=[];for(let n=0;n<e.length;n+=1)s.push(t(e[n]));return s}return t(e)}const Nh=Object.prototype.hasOwnProperty,Uh={brackets:e=>String(e)+"[]",comma:"comma",indices:(e,t)=>String(e)+"["+t+"]",repeat:e=>String(e)},Wh=Array.isArray,Gh=Array.prototype.push,Qh=function(e,t){Gh.apply(e,Wh(t)?t:[t])},Jh=Date.prototype.toISOString,Kh={addQueryPrefix:!1,allowDots:!1,allowEmptyArrays:!1,arrayFormat:"indices",charset:"utf-8",charsetSentinel:!1,delimiter:"&",encode:!0,encodeDotInKeys:!1,encoder:(e,t,s,n,r)=>{if(0===e.length)return e;let a=e;if("symbol"==typeof e?a=Symbol.prototype.toString.call(e):"string"!=typeof e&&(a=String(e)),"iso-8859-1"===s)return escape(a).replace(/%u[0-9a-f]{4}/gi,function(e){return"%26%23"+parseInt(e.slice(2),16)+"%3B"});let o="";for(let i=0;i<a.length;i+=Vh){const e=a.length>=Vh?a.slice(i,i+Vh):a,t=[];for(let s=0;s<e.length;++s){let n=e.charCodeAt(s);45===n||46===n||95===n||126===n||n>=48&&n<=57||n>=65&&n<=90||n>=97&&n<=122||"RFC1738"===r&&(40===n||41===n)?t[t.length]=e.charAt(s):n<128?t[t.length]=Hh[n]:n<2048?t[t.length]=Hh[192|n>>6]+Hh[128|63&n]:n<55296||n>=57344?t[t.length]=Hh[224|n>>12]+Hh[128|n>>6&63]+Hh[128|63&n]:(s+=1,n=65536+((1023&n)<<10|1023&e.charCodeAt(s)),t[t.length]=Hh[240|n>>18]+Hh[128|n>>12&63]+Hh[128|n>>6&63]+Hh[128|63&n])}o+=t.join("")}return o},encodeValuesOnly:!1,format:Rh,formatter:Bh[Rh],indices:!1,serializeDate:e=>Jh.call(e),skipNulls:!1,strictNullHandling:!1};const Xh={};function Yh(e,t,s,n,r,a,o,i,l,c,u,h,d,p,f,g,m,v){let y=e,_=v,b=0,w=!1;for(;void 0!==(_=_.get(Xh))&&!w;){const t=_.get(e);if(b+=1,void 0!==t){if(t===b)throw new RangeError("Cyclic object value");w=!0}void 0===_.get(Xh)&&(b=0)}if("function"==typeof c?y=c(t,y):y instanceof Date?y=d?.(y):"comma"===s&&Wh(y)&&(y=$h(y,function(e){return e instanceof Date?d?.(e):e})),null===y){if(a)return l&&!g?l(t,Kh.encoder,m,"key",p):t;y=""}if("string"==typeof(C=y)||"number"==typeof C||"boolean"==typeof C||"symbol"==typeof C||"bigint"==typeof C||function(e){return!(!e||"object"!=typeof e||!(e.constructor&&e.constructor.isBuffer&&e.constructor.isBuffer(e)))}(y)){if(l){const e=g?t:l(t,Kh.encoder,m,"key",p);return[f?.(e)+"="+f?.(l(y,Kh.encoder,m,"value",p))]}return[f?.(t)+"="+f?.(String(y))]}var C;const x=[];if(void 0===y)return x;let k;if("comma"===s&&Wh(y))g&&l&&(y=$h(y,l)),k=[{value:y.length>0?y.join(",")||null:void 0}];else if(Wh(c))k=c;else{const e=Object.keys(y);k=u?e.sort(u):e}const A=i?String(t).replace(/\./g,"%2E"):String(t),M=n&&Wh(y)&&1===y.length?A+"[]":A;if(r&&Wh(y)&&0===y.length)return M+"[]";for(let S=0;S<k.length;++S){const t=k[S],_="object"==typeof t&&void 0!==t.value?t.value:y[t];if(o&&null===_)continue;const w=h&&i?t.replace(/\./g,"%2E"):t,C=Wh(y)?"function"==typeof s?s(M,w):M:M+(h?"."+w:"["+w+"]");v.set(e,b);const A=new WeakMap;A.set(Xh,v),Qh(x,Yh(_,C,s,n,r,a,o,i,"comma"===s&&g&&Wh(y)?null:l,c,u,h,d,p,f,g,m,A))}return x}function ed(e,t={}){let s=e;const n=function(e=Kh){if(void 0!==e.allowEmptyArrays&&"boolean"!=typeof e.allowEmptyArrays)throw new TypeError("`allowEmptyArrays` option can only be `true` or `false`, when provided");if(void 0!==e.encodeDotInKeys&&"boolean"!=typeof e.encodeDotInKeys)throw new TypeError("`encodeDotInKeys` option can only be `true` or `false`, when provided");if(null!==e.encoder&&void 0!==e.encoder&&"function"!=typeof e.encoder)throw new TypeError("Encoder has to be a function.");const t=e.charset||Kh.charset;if(void 0!==e.charset&&"utf-8"!==e.charset&&"iso-8859-1"!==e.charset)throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");let s=Rh;if(void 0!==e.format){if(!Nh.call(Bh,e.format))throw new TypeError("Unknown format option provided.");s=e.format}const n=Bh[s];let r,a=Kh.filter;if(("function"==typeof e.filter||Wh(e.filter))&&(a=e.filter),r=e.arrayFormat&&e.arrayFormat in Uh?e.arrayFormat:"indices"in e?e.indices?"indices":"repeat":Kh.arrayFormat,"commaRoundTrip"in e&&"boolean"!=typeof e.commaRoundTrip)throw new TypeError("`commaRoundTrip` must be a boolean, or absent");const o=void 0===e.allowDots?1==!!e.encodeDotInKeys||Kh.allowDots:!!e.allowDots;return{addQueryPrefix:"boolean"==typeof e.addQueryPrefix?e.addQueryPrefix:Kh.addQueryPrefix,allowDots:o,allowEmptyArrays:"boolean"==typeof e.allowEmptyArrays?!!e.allowEmptyArrays:Kh.allowEmptyArrays,arrayFormat:r,charset:t,charsetSentinel:"boolean"==typeof e.charsetSentinel?e.charsetSentinel:Kh.charsetSentinel,commaRoundTrip:!!e.commaRoundTrip,delimiter:void 0===e.delimiter?Kh.delimiter:e.delimiter,encode:"boolean"==typeof e.encode?e.encode:Kh.encode,encodeDotInKeys:"boolean"==typeof e.encodeDotInKeys?e.encodeDotInKeys:Kh.encodeDotInKeys,encoder:"function"==typeof e.encoder?e.encoder:Kh.encoder,encodeValuesOnly:"boolean"==typeof e.encodeValuesOnly?e.encodeValuesOnly:Kh.encodeValuesOnly,filter:a,format:s,formatter:n,serializeDate:"function"==typeof e.serializeDate?e.serializeDate:Kh.serializeDate,skipNulls:"boolean"==typeof e.skipNulls?e.skipNulls:Kh.skipNulls,sort:"function"==typeof e.sort?e.sort:null,strictNullHandling:"boolean"==typeof e.strictNullHandling?e.strictNullHandling:Kh.strictNullHandling}}(t);let r,a;"function"==typeof n.filter?(a=n.filter,s=a("",s)):Wh(n.filter)&&(a=n.filter,r=a);const o=[];if("object"!=typeof s||null===s)return"";const i=Uh[n.arrayFormat],l="comma"===i&&n.commaRoundTrip;r||(r=Object.keys(s)),n.sort&&r.sort(n.sort);const c=new WeakMap;for(let d=0;d<r.length;++d){const e=r[d];n.skipNulls&&null===s[e]||Qh(o,Yh(s[e],e,i,l,n.allowEmptyArrays,n.strictNullHandling,n.skipNulls,n.encodeDotInKeys,n.encode?n.encoder:null,n.filter,n.sort,n.allowDots,n.serializeDate,n.format,n.formatter,n.encodeValuesOnly,n.charset,c))}const u=o.join(n.delimiter);let h=!0===n.addQueryPrefix?"?":"";return n.charsetSentinel&&("iso-8859-1"===n.charset?h+="utf8=%26%2310003%3B&":h+="utf8=%E2%9C%93&"),u.length>0?h+u:""}const td="4.104.0";let sd,nd,rd,ad,od,id,ld,cd,ud,hd=!1;class dd{constructor(e){this.body=e}get[Symbol.toStringTag](){return"MultipartBody"}}const pd=()=>{sd||function(e,t={auto:!1}){if(hd)throw new Error(`you must \`import 'openai/shims/${e.kind}'\` before importing anything else from openai`);if(sd)throw new Error(`can't \`import 'openai/shims/${e.kind}'\` after \`import 'openai/shims/${sd}'\``);hd=t.auto,sd=e.kind,nd=e.fetch,rd=e.FormData,ad=e.File,od=e.ReadableStream,id=e.getMultipartRequestOptions,ld=e.getDefaultAgent,cd=e.fileFromPath,ud=e.isFsReadStream}(function({manuallyImported:e}={}){const t=e?"You may need to use polyfills":"Add one of these imports before your first `import … from 'openai'`:\n- `import 'openai/shims/node'` (if you're running on Node)\n- `import 'openai/shims/web'` (otherwise)\n";let s,n,r,a;try{s=fetch,n=Request,r=Response,a=Headers}catch(o){throw new Error(`this environment is missing the following Web Fetch API type: ${o.message}. ${t}`)}return{kind:"web",fetch:s,Request:n,Response:r,Headers:a,FormData:"undefined"!=typeof FormData?FormData:class{constructor(){throw new Error(`file uploads aren't supported in this environment yet as 'FormData' is undefined. ${t}`)}},Blob:"undefined"!=typeof Blob?Blob:class{constructor(){throw new Error(`file uploads aren't supported in this environment yet as 'Blob' is undefined. ${t}`)}},File:"undefined"!=typeof File?File:class{constructor(){throw new Error(`file uploads aren't supported in this environment yet as 'File' is undefined. ${t}`)}},ReadableStream:"undefined"!=typeof ReadableStream?ReadableStream:class{constructor(){throw new Error(`streaming isn't supported in this environment yet as 'ReadableStream' is undefined. ${t}`)}},getMultipartRequestOptions:async(e,t)=>({...t,body:new dd(e)}),getDefaultAgent:e=>{},fileFromPath:()=>{throw new Error("The `fileFromPath` function is only supported in Node. See the README for more details: https://www.github.com/openai/openai-node#file-uploads")},isFsReadStream:e=>!1}}(),{auto:!0})};pd();class fd extends Error{}class gd extends fd{constructor(e,t,s,n){super(`${gd.makeMessage(e,t,s)}`),this.status=e,this.headers=n,this.request_id=n?.["x-request-id"],this.error=t;const r=t;this.code=r?.code,this.param=r?.param,this.type=r?.type}static makeMessage(e,t,s){const n=t?.message?"string"==typeof t.message?t.message:JSON.stringify(t.message):t?JSON.stringify(t):s;return e&&n?`${e} ${n}`:e?`${e} status code (no body)`:n||"(no status code or body)"}static generate(e,t,s,n){if(!e||!n)return new vd({message:s,cause:gp(t)});const r=t?.error;return 400===e?new _d(e,r,s,n):401===e?new bd(e,r,s,n):403===e?new wd(e,r,s,n):404===e?new Cd(e,r,s,n):409===e?new xd(e,r,s,n):422===e?new kd(e,r,s,n):429===e?new Ad(e,r,s,n):e>=500?new Md(e,r,s,n):new gd(e,r,s,n)}}class md extends gd{constructor({message:e}={}){super(void 0,void 0,e||"Request was aborted.",void 0)}}class vd extends gd{constructor({message:e,cause:t}){super(void 0,void 0,e||"Connection error.",void 0),t&&(this.cause=t)}}class yd extends vd{constructor({message:e}={}){super({message:e??"Request timed out."})}}class _d extends gd{}class bd extends gd{}class wd extends gd{}class Cd extends gd{}class xd extends gd{}class kd extends gd{}class Ad extends gd{}class Md extends gd{}class Sd extends fd{constructor(){super("Could not parse response content as the length limit was reached")}}class Ed extends fd{constructor(){super("Could not parse response content as the request was rejected by the content filter")}}var Dd,zd=function(e,t,s,n,r){if("m"===n)throw new TypeError("Private method is not writable");if("a"===n&&!r)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof t?e!==t||!r:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===n?r.call(e,s):r?r.value=s:t.set(e,s),s},Fd=function(e,t,s,n){if("a"===s&&!n)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof t?e!==t||!n:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===s?n:"a"===s?n.call(e):n?n.value:t.get(e)};class Od{constructor(){Dd.set(this,void 0),this.buffer=new Uint8Array,zd(this,Dd,null,"f")}decode(e){if(null==e)return[];const t=e instanceof ArrayBuffer?new Uint8Array(e):"string"==typeof e?(new TextEncoder).encode(e):e;let s=new Uint8Array(this.buffer.length+t.length);s.set(this.buffer),s.set(t,this.buffer.length),this.buffer=s;const n=[];let r;for(;null!=(r=Ld(this.buffer,Fd(this,Dd,"f")));){if(r.carriage&&null==Fd(this,Dd,"f")){zd(this,Dd,r.index,"f");continue}if(null!=Fd(this,Dd,"f")&&(r.index!==Fd(this,Dd,"f")+1||r.carriage)){n.push(this.decodeText(this.buffer.slice(0,Fd(this,Dd,"f")-1))),this.buffer=this.buffer.slice(Fd(this,Dd,"f")),zd(this,Dd,null,"f");continue}const e=null!==Fd(this,Dd,"f")?r.preceding-1:r.preceding,t=this.decodeText(this.buffer.slice(0,e));n.push(t),this.buffer=this.buffer.slice(r.index),zd(this,Dd,null,"f")}return n}decodeText(e){if(null==e)return"";if("string"==typeof e)return e;if("undefined"!=typeof Buffer){if(e instanceof Buffer)return e.toString();if(e instanceof Uint8Array)return Buffer.from(e).toString();throw new fd(`Unexpected: received non-Uint8Array (${e.constructor.name}) stream chunk in an environment with a global "Buffer" defined, which this library assumes to be Node. Please report this error.`)}if("undefined"!=typeof TextDecoder){if(e instanceof Uint8Array||e instanceof ArrayBuffer)return this.textDecoder??(this.textDecoder=new TextDecoder("utf8")),this.textDecoder.decode(e);throw new fd(`Unexpected: received non-Uint8Array/ArrayBuffer (${e.constructor.name}) in a web platform. Please report this error.`)}throw new fd("Unexpected: neither Buffer nor TextDecoder are available as globals. Please report this error.")}flush(){return this.buffer.length?this.decode("\n"):[]}}function Ld(e,t){for(let s=t??0;s<e.length;s++){if(10===e[s])return{preceding:s,index:s+1,carriage:!1};if(13===e[s])return{preceding:s,index:s+1,carriage:!0}}return null}function Td(e){for(let t=0;t<e.length-1;t++){if(10===e[t]&&10===e[t+1])return t+2;if(13===e[t]&&13===e[t+1])return t+2;if(13===e[t]&&10===e[t+1]&&t+3<e.length&&13===e[t+2]&&10===e[t+3])return t+4}return-1}function Id(e){if(e[Symbol.asyncIterator])return e;const t=e.getReader();return{async next(){try{const e=await t.read();return e?.done&&t.releaseLock(),e}catch(uv){throw t.releaseLock(),uv}},async return(){const e=t.cancel();return t.releaseLock(),await e,{done:!0,value:void 0}},[Symbol.asyncIterator](){return this}}}Dd=new WeakMap,Od.NEWLINE_CHARS=new Set(["\n","\r"]),Od.NEWLINE_REGEXP=/\r\n|[\n\r]/g;class jd{constructor(e,t){this.iterator=e,this.controller=t}static fromSSEResponse(e,t){let s=!1;return new jd(async function*(){if(s)throw new Error("Cannot iterate over a consumed stream, use `.tee()` to split the stream.");s=!0;let n=!1;try{for await(const s of async function*(e,t){if(!e.body)throw t.abort(),new fd("Attempted to iterate over a response with no body");const s=new Pd,n=new Od,r=Id(e.body);for await(const a of async function*(e){let t=new Uint8Array;for await(const s of e){if(null==s)continue;const e=s instanceof ArrayBuffer?new Uint8Array(s):"string"==typeof s?(new TextEncoder).encode(s):s;let n,r=new Uint8Array(t.length+e.length);for(r.set(t),r.set(e,t.length),t=r;-1!==(n=Td(t));)yield t.slice(0,n),t=t.slice(n)}t.length>0&&(yield t)}(r))for(const e of n.decode(a)){const t=s.decode(e);t&&(yield t)}for(const a of n.flush()){const e=s.decode(a);e&&(yield e)}}(e,t))if(!n)if(s.data.startsWith("[DONE]"))n=!0;else if(null===s.event||s.event.startsWith("response.")||s.event.startsWith("transcript.")){let t;try{t=JSON.parse(s.data)}catch(uv){throw console.error("Could not parse message into JSON:",s.data),console.error("From chunk:",s.raw),uv}if(t&&t.error)throw new gd(void 0,t.error,void 0,sp(e.headers));yield t}else{let e;try{e=JSON.parse(s.data)}catch(uv){throw console.error("Could not parse message into JSON:",s.data),console.error("From chunk:",s.raw),uv}if("error"==s.event)throw new gd(void 0,e.error,e.message,void 0);yield{event:s.event,data:e}}n=!0}catch(uv){if(uv instanceof Error&&"AbortError"===uv.name)return;throw uv}finally{n||t.abort()}},t)}static fromReadableStream(e,t){let s=!1;return new jd(async function*(){if(s)throw new Error("Cannot iterate over a consumed stream, use `.tee()` to split the stream.");s=!0;let n=!1;try{for await(const t of async function*(){const t=new Od,s=Id(e);for await(const e of s)for(const s of t.decode(e))yield s;for(const e of t.flush())yield e}())n||t&&(yield JSON.parse(t));n=!0}catch(uv){if(uv instanceof Error&&"AbortError"===uv.name)return;throw uv}finally{n||t.abort()}},t)}[Symbol.asyncIterator](){return this.iterator()}tee(){const e=[],t=[],s=this.iterator(),n=n=>({next:()=>{if(0===n.length){const n=s.next();e.push(n),t.push(n)}return n.shift()}});return[new jd(()=>n(e),this.controller),new jd(()=>n(t),this.controller)]}toReadableStream(){const e=this;let t;const s=new TextEncoder;return new od({async start(){t=e[Symbol.asyncIterator]()},async pull(e){try{const{value:n,done:r}=await t.next();if(r)return e.close();const a=s.encode(JSON.stringify(n)+"\n");e.enqueue(a)}catch(n){e.error(n)}},async cancel(){await(t.return?.())}})}}class Pd{constructor(){this.event=null,this.data=[],this.chunks=[]}decode(e){if(e.endsWith("\r")&&(e=e.substring(0,e.length-1)),!e){if(!this.event&&!this.data.length)return null;const e={event:this.event,data:this.data.join("\n"),raw:this.chunks};return this.event=null,this.data=[],this.chunks=[],e}if(this.chunks.push(e),e.startsWith(":"))return null;let[t,s,n]=function(e,t){const s=e.indexOf(t);if(-1!==s)return[e.substring(0,s),t,e.substring(s+t.length)];return[e,"",""]}(e,":");return n.startsWith(" ")&&(n=n.substring(1)),"event"===t?this.event=n:"data"===t&&this.data.push(n),null}}const qd=e=>null!=e&&"object"==typeof e&&"string"==typeof e.url&&"function"==typeof e.blob,Rd=e=>null!=e&&"object"==typeof e&&"string"==typeof e.name&&"number"==typeof e.lastModified&&Bd(e),Bd=e=>null!=e&&"object"==typeof e&&"number"==typeof e.size&&"string"==typeof e.type&&"function"==typeof e.text&&"function"==typeof e.slice&&"function"==typeof e.arrayBuffer;async function Zd(e,t,s){if(e=await e,Rd(e))return e;if(qd(e)){const n=await e.blob();t||(t=new URL(e.url).pathname.split(/[\\/]/).pop()??"unknown_file");const r=Bd(n)?[await n.arrayBuffer()]:[n];return new ad(r,t,s)}const n=await async function(e){let t=[];if("string"==typeof e||ArrayBuffer.isView(e)||e instanceof ArrayBuffer)t.push(e);else if(Bd(e))t.push(await e.arrayBuffer());else{if(!Vd(e))throw new Error(`Unexpected data type: ${typeof e}; constructor: ${e?.constructor?.name}; props: ${function(e){const t=Object.getOwnPropertyNames(e);return`[${t.map(e=>`"${e}"`).join(", ")}]`}(e)}`);for await(const s of e)t.push(s)}return t}(e);if(t||(t=function(e){return Hd(e.name)||Hd(e.filename)||Hd(e.path)?.split(/[\\/]/).pop()}(e)??"unknown_file"),!s?.type){const e=n[0]?.type;"string"==typeof e&&(s={...s,type:e})}return new ad(n,t,s)}const Hd=e=>"string"==typeof e?e:"undefined"!=typeof Buffer&&e instanceof Buffer?String(e):void 0,Vd=e=>null!=e&&"object"==typeof e&&"function"==typeof e[Symbol.asyncIterator],$d=e=>e&&"object"==typeof e&&e.body&&"MultipartBody"===e[Symbol.toStringTag],Nd=async e=>{const t=await Ud(e.body);return id(t,e)},Ud=async e=>{const t=new rd;return await Promise.all(Object.entries(e||{}).map(([e,s])=>Wd(t,e,s))),t},Wd=async(e,t,s)=>{if(void 0!==s){if(null==s)throw new TypeError(`Received null for "${t}"; to pass null in FormData, you must use the string 'null'`);if("string"==typeof s||"number"==typeof s||"boolean"==typeof s)e.append(t,String(s));else if((e=>Rd(e)||qd(e)||ud(e))(s)){const n=await Zd(s);e.append(t,n)}else if(Array.isArray(s))await Promise.all(s.map(s=>Wd(e,t+"[]",s)));else{if("object"!=typeof s)throw new TypeError(`Invalid value given to form, expected a string, number, boolean, object, Array, File or Blob but got ${s} instead`);await Promise.all(Object.entries(s).map(([s,n])=>Wd(e,`${t}[${s}]`,n)))}}};var Gd,Qd={};async function Jd(e){const{response:t}=e;if(e.options.stream)return wp("response",t.status,t.url,t.headers,t.body),e.options.__streamClass?e.options.__streamClass.fromSSEResponse(t,e.controller):jd.fromSSEResponse(t,e.controller);if(204===t.status)return null;if(e.options.__binaryResponse)return t;const s=t.headers.get("content-type"),n=s?.split(";")[0]?.trim();if(n?.includes("application/json")||n?.endsWith("+json")){const e=await t.json();return wp("response",t.status,t.url,t.headers,e),Kd(e,t)}const r=await t.text();return wp("response",t.status,t.url,t.headers,r),r}function Kd(e,t){return!e||"object"!=typeof e||Array.isArray(e)?e:Object.defineProperty(e,"_request_id",{value:t.headers.get("x-request-id"),enumerable:!1})}pd();class Xd extends Promise{constructor(e,t=Jd){super(e=>{e(null)}),this.responsePromise=e,this.parseResponse=t}_thenUnwrap(e){return new Xd(this.responsePromise,async t=>Kd(e(await this.parseResponse(t),t),t.response))}asResponse(){return this.responsePromise.then(e=>e.response)}async withResponse(){const[e,t]=await Promise.all([this.parse(),this.asResponse()]);return{data:e,response:t,request_id:t.headers.get("x-request-id")}}parse(){return this.parsedPromise||(this.parsedPromise=this.responsePromise.then(this.parseResponse)),this.parsedPromise}then(e,t){return this.parse().then(e,t)}catch(e){return this.parse().catch(e)}finally(e){return this.parse().finally(e)}}class Yd{constructor({baseURL:e,maxRetries:t=2,timeout:s=6e5,httpAgent:n,fetch:r}){this.baseURL=e,this.maxRetries=fp("maxRetries",t),this.timeout=fp("timeout",s),this.httpAgent=n,this.fetch=r??nd}authHeaders(e){return{}}defaultHeaders(e){return{Accept:"application/json","Content-Type":"application/json","User-Agent":this.getUserAgent(),...cp(),...this.authHeaders(e)}}validateHeaders(e,t){}defaultIdempotencyKey(){return`stainless-node-retry-${Cp()}`}get(e,t){return this.methodRequest("get",e,t)}post(e,t){return this.methodRequest("post",e,t)}patch(e,t){return this.methodRequest("patch",e,t)}put(e,t){return this.methodRequest("put",e,t)}delete(e,t){return this.methodRequest("delete",e,t)}methodRequest(e,t,s){return this.request(Promise.resolve(s).then(async s=>{const n=s&&Bd(s?.body)?new DataView(await s.body.arrayBuffer()):s?.body instanceof DataView?s.body:s?.body instanceof ArrayBuffer?new DataView(s.body):s&&ArrayBuffer.isView(s?.body)?new DataView(s.body.buffer):s?.body;return{method:e,path:t,...s,body:n}}))}getAPIList(e,t,s){return this.requestAPIList(t,{method:"get",path:e,...s})}calculateContentLength(e){if("string"==typeof e){if("undefined"!=typeof Buffer)return Buffer.byteLength(e,"utf8").toString();if("undefined"!=typeof TextEncoder){return(new TextEncoder).encode(e).length.toString()}}else if(ArrayBuffer.isView(e))return e.byteLength.toString();return null}buildRequest(e,{retryCount:t=0}={}){const s={...e},{method:n,path:r,query:a,headers:o={}}=s,i=ArrayBuffer.isView(s.body)||s.__binaryRequest&&"string"==typeof s.body?s.body:$d(s.body)?s.body.body:s.body?JSON.stringify(s.body,null,2):null,l=this.calculateContentLength(i),c=this.buildURL(r,a);"timeout"in s&&fp("timeout",s.timeout),s.timeout=s.timeout??this.timeout;const u=s.httpAgent??this.httpAgent??ld(c),h=s.timeout+1e3;"number"==typeof u?.options?.timeout&&h>(u.options.timeout??0)&&(u.options.timeout=h),this.idempotencyHeader&&"get"!==n&&(e.idempotencyKey||(e.idempotencyKey=this.defaultIdempotencyKey()),o[this.idempotencyHeader]=e.idempotencyKey);return{req:{method:n,...i&&{body:i},headers:this.buildHeaders({options:s,headers:o,contentLength:l,retryCount:t}),...u&&{agent:u},signal:s.signal??null},url:c,timeout:s.timeout}}buildHeaders({options:e,headers:t,contentLength:s,retryCount:n}){const r={};s&&(r["content-length"]=s);const a=this.defaultHeaders(e);return _p(r,a),_p(r,t),$d(e.body)&&"node"!==sd&&delete r["content-type"],void 0===xp(a,"x-stainless-retry-count")&&void 0===xp(t,"x-stainless-retry-count")&&(r["x-stainless-retry-count"]=String(n)),void 0===xp(a,"x-stainless-timeout")&&void 0===xp(t,"x-stainless-timeout")&&e.timeout&&(r["x-stainless-timeout"]=String(Math.trunc(e.timeout/1e3))),this.validateHeaders(r,t),r}async prepareOptions(e){}async prepareRequest(e,{url:t,options:s}){}parseHeaders(e){return e?Symbol.iterator in e?Object.fromEntries(Array.from(e).map(e=>[...e])):{...e}:{}}makeStatusError(e,t,s,n){return gd.generate(e,t,s,n)}request(e,t=null){return new Xd(this.makeRequest(e,t))}async makeRequest(e,t){const s=await e,n=s.maxRetries??this.maxRetries;null==t&&(t=n),await this.prepareOptions(s);const{req:r,url:a,timeout:o}=this.buildRequest(s,{retryCount:n-t});if(await this.prepareRequest(r,{url:a,options:s}),wp("request",a,s,r.headers),s.signal?.aborted)throw new md;const i=new AbortController,l=await this.fetchWithTimeout(a,r,o,i).catch(gp);if(l instanceof Error){if(s.signal?.aborted)throw new md;if(t)return this.retryRequest(s,t);if("AbortError"===l.name)throw new yd;throw new vd({cause:l})}const c=sp(l.headers);if(!l.ok){if(t&&this.shouldRetry(l)){return wp(`response (error; ${`retrying, ${t} attempts remaining`})`,l.status,a,c),this.retryRequest(s,t,c)}const e=await l.text().catch(e=>gp(e).message),n=up(e),r=n?void 0:e;wp(`response (error; ${t?"(error; no more retries left)":"(error; not retryable)"})`,l.status,a,c,r);throw this.makeStatusError(l.status,n,r,c)}return{response:l,options:s,controller:i}}requestAPIList(e,t){const s=this.makeRequest(t,null);return new tp(this,s,e)}buildURL(e,t){const s=dp(e)?new URL(e):new URL(this.baseURL+(this.baseURL.endsWith("/")&&e.startsWith("/")?e.slice(1):e)),n=this.defaultQuery();return vp(n)||(t={...n,...t}),"object"==typeof t&&t&&!Array.isArray(t)&&(s.search=this.stringifyQuery(t)),s.toString()}stringifyQuery(e){return Object.entries(e).filter(([e,t])=>void 0!==t).map(([e,t])=>{if("string"==typeof t||"number"==typeof t||"boolean"==typeof t)return`${encodeURIComponent(e)}=${encodeURIComponent(t)}`;if(null===t)return`${encodeURIComponent(e)}=`;throw new fd(`Cannot stringify type ${typeof t}; Expected string, number, boolean, or null. If you need to pass nested query parameters, you can manually encode them, e.g. { query: { 'foo[key1]': value1, 'foo[key2]': value2 } }, and please open a GitHub issue requesting better support for your use case.`)}).join("&")}async fetchWithTimeout(e,t,s,n){const{signal:r,...a}=t||{};r&&r.addEventListener("abort",()=>n.abort());const o=setTimeout(()=>n.abort(),s),i={signal:n.signal,...a};return i.method&&(i.method=i.method.toUpperCase()),this.fetch.call(void 0,e,i).finally(()=>{clearTimeout(o)})}shouldRetry(e){const t=e.headers.get("x-should-retry");return"true"===t||"false"!==t&&(408===e.status||(409===e.status||(429===e.status||e.status>=500)))}async retryRequest(e,t,s){let n;const r=s?.["retry-after-ms"];if(r){const e=parseFloat(r);Number.isNaN(e)||(n=e)}const a=s?.["retry-after"];if(a&&!n){const e=parseFloat(a);n=Number.isNaN(e)?Date.parse(a)-Date.now():1e3*e}if(!(n&&0<=n&&n<6e4)){const s=e.maxRetries??this.maxRetries;n=this.calculateDefaultRetryTimeoutMillis(t,s)}return await pp(n),this.makeRequest(e,t-1)}calculateDefaultRetryTimeoutMillis(e,t){const s=t-e;return Math.min(.5*Math.pow(2,s),8)*(1-.25*Math.random())*1e3}getUserAgent(){return`${this.constructor.name}/JS ${td}`}}class ep{constructor(e,t,s,n){Gd.set(this,void 0),function(e,t,s){if("function"==typeof t||!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");t.set(e,s)}(this,Gd,e),this.options=n,this.response=t,this.body=s}hasNextPage(){return!!this.getPaginatedItems().length&&null!=this.nextPageInfo()}async getNextPage(){const e=this.nextPageInfo();if(!e)throw new fd("No next page expected; please check `.hasNextPage()` before calling `.getNextPage()`.");const t={...this.options};if("params"in e&&"object"==typeof t.query)t.query={...t.query,...e.params};else if("url"in e){const s=[...Object.entries(t.query||{}),...e.url.searchParams.entries()];for(const[t,n]of s)e.url.searchParams.set(t,n);t.query=void 0,t.path=e.url.toString()}return await function(e,t,s,n){if("function"==typeof t?e!==t||!n:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===s?n:"a"===s?n.call(e):n?n.value:t.get(e)}(this,Gd,"f").requestAPIList(this.constructor,t)}async*iterPages(){let e=this;for(yield e;e.hasNextPage();)e=await e.getNextPage(),yield e}async*[(Gd=new WeakMap,Symbol.asyncIterator)](){for await(const e of this.iterPages())for(const t of e.getPaginatedItems())yield t}}class tp extends Xd{constructor(e,t,s){super(t,async t=>new s(e,t.response,await Jd(t),t.options))}async*[Symbol.asyncIterator](){const e=await(this);for await(const t of e)yield t}}const sp=e=>new Proxy(Object.fromEntries(e.entries()),{get(e,t){const s=t.toString();return e[s.toLowerCase()]||e[s]}}),np={method:!0,path:!0,query:!0,body:!0,headers:!0,maxRetries:!0,stream:!0,timeout:!0,httpAgent:!0,signal:!0,idempotencyKey:!0,__metadata:!0,__binaryRequest:!0,__binaryResponse:!0,__streamClass:!0},rp=e=>"object"==typeof e&&null!==e&&!vp(e)&&Object.keys(e).every(e=>yp(np,e)),ap=()=>{if("undefined"!=typeof Deno&&null!=Deno.build)return{"X-Stainless-Lang":"js","X-Stainless-Package-Version":td,"X-Stainless-OS":ip(Deno.build.os),"X-Stainless-Arch":op(Deno.build.arch),"X-Stainless-Runtime":"deno","X-Stainless-Runtime-Version":"string"==typeof Deno.version?Deno.version:Deno.version?.deno??"unknown"};if("undefined"!=typeof EdgeRuntime)return{"X-Stainless-Lang":"js","X-Stainless-Package-Version":td,"X-Stainless-OS":"Unknown","X-Stainless-Arch":`other:${EdgeRuntime}`,"X-Stainless-Runtime":"edge","X-Stainless-Runtime-Version":process.version};if("[object process]"===Object.prototype.toString.call("undefined"!=typeof process?process:0))return{"X-Stainless-Lang":"js","X-Stainless-Package-Version":td,"X-Stainless-OS":ip(process.platform),"X-Stainless-Arch":op(process.arch),"X-Stainless-Runtime":"node","X-Stainless-Runtime-Version":process.version};const e=function(){if("undefined"==typeof navigator||!navigator)return null;const e=[{key:"edge",pattern:/Edge(?:\W+(\d+)\.(\d+)(?:\.(\d+))?)?/},{key:"ie",pattern:/MSIE(?:\W+(\d+)\.(\d+)(?:\.(\d+))?)?/},{key:"ie",pattern:/Trident(?:.*rv\:(\d+)\.(\d+)(?:\.(\d+))?)?/},{key:"chrome",pattern:/Chrome(?:\W+(\d+)\.(\d+)(?:\.(\d+))?)?/},{key:"firefox",pattern:/Firefox(?:\W+(\d+)\.(\d+)(?:\.(\d+))?)?/},{key:"safari",pattern:/(?:Version\W+(\d+)\.(\d+)(?:\.(\d+))?)?(?:\W+Mobile\S*)?\W+Safari/}];for(const{key:t,pattern:s}of e){const e=s.exec(navigator.userAgent);if(e){return{browser:t,version:`${e[1]||0}.${e[2]||0}.${e[3]||0}`}}}return null}();return e?{"X-Stainless-Lang":"js","X-Stainless-Package-Version":td,"X-Stainless-OS":"Unknown","X-Stainless-Arch":"unknown","X-Stainless-Runtime":`browser:${e.browser}`,"X-Stainless-Runtime-Version":e.version}:{"X-Stainless-Lang":"js","X-Stainless-Package-Version":td,"X-Stainless-OS":"Unknown","X-Stainless-Arch":"unknown","X-Stainless-Runtime":"unknown","X-Stainless-Runtime-Version":"unknown"}};const op=e=>"x32"===e?"x32":"x86_64"===e||"x64"===e?"x64":"arm"===e?"arm":"aarch64"===e||"arm64"===e?"arm64":e?`other:${e}`:"unknown",ip=e=>(e=e.toLowerCase()).includes("ios")?"iOS":"android"===e?"Android":"darwin"===e?"MacOS":"win32"===e?"Windows":"freebsd"===e?"FreeBSD":"openbsd"===e?"OpenBSD":"linux"===e?"Linux":e?`Other:${e}`:"Unknown";let lp;const cp=()=>lp??(lp=ap()),up=e=>{try{return JSON.parse(e)}catch(t){return}},hp=/^[a-z][a-z0-9+.-]*:/i,dp=e=>hp.test(e),pp=e=>new Promise(t=>setTimeout(t,e)),fp=(e,t)=>{if("number"!=typeof t||!Number.isInteger(t))throw new fd(`${e} must be an integer`);if(t<0)throw new fd(`${e} must be a positive integer`);return t},gp=e=>{if(e instanceof Error)return e;if("object"==typeof e&&null!==e)try{return new Error(JSON.stringify(e))}catch{}return new Error(e)},mp=e=>"undefined"!=typeof process?Qd?.[e]?.trim()??void 0:"undefined"!=typeof Deno?Deno.env?.get?.(e)?.trim():void 0;function vp(e){if(!e)return!0;for(const t in e)return!1;return!0}function yp(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function _p(e,t){for(const s in t){if(!yp(t,s))continue;const n=s.toLowerCase();if(!n)continue;const r=t[s];null===r?delete e[n]:void 0!==r&&(e[n]=r)}}const bp=new Set(["authorization","api-key"]);function wp(e,...t){if("undefined"!=typeof process&&"true"===Qd?.DEBUG){const s=t.map(e=>{if(!e)return e;if(e.headers){const t={...e,headers:{...e.headers}};for(const s in e.headers)bp.has(s.toLowerCase())&&(t.headers[s]="REDACTED");return t}let t=null;for(const s in e)bp.has(s.toLowerCase())&&(t??(t={...e}),t[s]="REDACTED");return t??e});console.log(`OpenAI:DEBUG:${e}`,...s)}}const Cp=()=>"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,e=>{const t=16*Math.random()|0;return("x"===e?t:3&t|8).toString(16)}),xp=(e,t)=>{const s=t.toLowerCase();if((e=>"function"==typeof e?.get)(e)){const n=t[0]?.toUpperCase()+t.substring(1).replace(/([^\w])(\w)/g,(e,t,s)=>t+s.toUpperCase());for(const r of[t,s,t.toUpperCase(),n]){const t=e.get(r);if(t)return t}}for(const[n,r]of Object.entries(e))if(n.toLowerCase()===s)return Array.isArray(r)?(r.length<=1||console.warn(`Received ${r.length} entries for the ${t} header, using the first entry.`),r[0]):r};function kp(e){return null!=e&&"object"==typeof e&&!Array.isArray(e)}class Ap extends ep{constructor(e,t,s,n){super(e,t,s,n),this.data=s.data||[],this.object=s.object}getPaginatedItems(){return this.data??[]}nextPageParams(){return null}nextPageInfo(){return null}}class Mp extends ep{constructor(e,t,s,n){super(e,t,s,n),this.data=s.data||[],this.has_more=s.has_more||!1}getPaginatedItems(){return this.data??[]}hasNextPage(){return!1!==this.has_more&&super.hasNextPage()}nextPageParams(){const e=this.nextPageInfo();if(!e)return null;if("params"in e)return e.params;const t=Object.fromEntries(e.url.searchParams);return Object.keys(t).length?t:null}nextPageInfo(){const e=this.getPaginatedItems();if(!e.length)return null;const t=e[e.length-1]?.id;return t?{params:{after:t}}:null}}class Sp{constructor(e){this._client=e}}let Ep=class extends Sp{list(e,t={},s){return rp(t)?this.list(e,{},t):this._client.getAPIList(`/chat/completions/${e}/messages`,Fp,{query:t,...s})}},Dp=class extends Sp{constructor(){super(...arguments),this.messages=new Ep(this._client)}create(e,t){return this._client.post("/chat/completions",{body:e,...t,stream:e.stream??!1})}retrieve(e,t){return this._client.get(`/chat/completions/${e}`,t)}update(e,t,s){return this._client.post(`/chat/completions/${e}`,{body:t,...s})}list(e={},t){return rp(e)?this.list({},e):this._client.getAPIList("/chat/completions",zp,{query:e,...t})}del(e,t){return this._client.delete(`/chat/completions/${e}`,t)}};class zp extends Mp{}class Fp extends Mp{}Dp.ChatCompletionsPage=zp,Dp.Messages=Ep;let Op=class extends Sp{constructor(){super(...arguments),this.completions=new Dp(this._client)}};Op.Completions=Dp,Op.ChatCompletionsPage=zp;class Lp extends Sp{create(e,t){return this._client.post("/audio/speech",{body:e,...t,headers:{Accept:"application/octet-stream",...t?.headers},__binaryResponse:!0})}}class Tp extends Sp{create(e,t){return this._client.post("/audio/transcriptions",Nd({body:e,...t,stream:e.stream??!1,__metadata:{model:e.model}}))}}class Ip extends Sp{create(e,t){return this._client.post("/audio/translations",Nd({body:e,...t,__metadata:{model:e.model}}))}}class jp extends Sp{constructor(){super(...arguments),this.transcriptions=new Tp(this._client),this.translations=new Ip(this._client),this.speech=new Lp(this._client)}}jp.Transcriptions=Tp,jp.Translations=Ip,jp.Speech=Lp;class Pp extends Sp{create(e,t){return this._client.post("/batches",{body:e,...t})}retrieve(e,t){return this._client.get(`/batches/${e}`,t)}list(e={},t){return rp(e)?this.list({},e):this._client.getAPIList("/batches",qp,{query:e,...t})}cancel(e,t){return this._client.post(`/batches/${e}/cancel`,t)}}class qp extends Mp{}Pp.BatchesPage=qp;var Rp,Bp,Zp,Hp,Vp,$p,Np,Up,Wp,Gp,Qp,Jp,Kp,Xp=function(e,t,s,n,r){if("m"===n)throw new TypeError("Private method is not writable");if("a"===n&&!r)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof t?e!==t||!r:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===n?r.call(e,s):r?r.value=s:t.set(e,s),s},Yp=function(e,t,s,n){if("a"===s&&!n)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof t?e!==t||!n:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===s?n:"a"===s?n.call(e):n?n.value:t.get(e)};class ef{constructor(){Rp.add(this),this.controller=new AbortController,Bp.set(this,void 0),Zp.set(this,()=>{}),Hp.set(this,()=>{}),Vp.set(this,void 0),$p.set(this,()=>{}),Np.set(this,()=>{}),Up.set(this,{}),Wp.set(this,!1),Gp.set(this,!1),Qp.set(this,!1),Jp.set(this,!1),Xp(this,Bp,new Promise((e,t)=>{Xp(this,Zp,e,"f"),Xp(this,Hp,t,"f")}),"f"),Xp(this,Vp,new Promise((e,t)=>{Xp(this,$p,e,"f"),Xp(this,Np,t,"f")}),"f"),Yp(this,Bp,"f").catch(()=>{}),Yp(this,Vp,"f").catch(()=>{})}_run(e){setTimeout(()=>{e().then(()=>{this._emitFinal(),this._emit("end")},Yp(this,Rp,"m",Kp).bind(this))},0)}_connected(){this.ended||(Yp(this,Zp,"f").call(this),this._emit("connect"))}get ended(){return Yp(this,Wp,"f")}get errored(){return Yp(this,Gp,"f")}get aborted(){return Yp(this,Qp,"f")}abort(){this.controller.abort()}on(e,t){return(Yp(this,Up,"f")[e]||(Yp(this,Up,"f")[e]=[])).push({listener:t}),this}off(e,t){const s=Yp(this,Up,"f")[e];if(!s)return this;const n=s.findIndex(e=>e.listener===t);return n>=0&&s.splice(n,1),this}once(e,t){return(Yp(this,Up,"f")[e]||(Yp(this,Up,"f")[e]=[])).push({listener:t,once:!0}),this}emitted(e){return new Promise((t,s)=>{Xp(this,Jp,!0,"f"),"error"!==e&&this.once("error",s),this.once(e,t)})}async done(){Xp(this,Jp,!0,"f"),await Yp(this,Vp,"f")}_emit(e,...t){if(Yp(this,Wp,"f"))return;"end"===e&&(Xp(this,Wp,!0,"f"),Yp(this,$p,"f").call(this));const s=Yp(this,Up,"f")[e];if(s&&(Yp(this,Up,"f")[e]=s.filter(e=>!e.once),s.forEach(({listener:e})=>e(...t))),"abort"===e){const e=t[0];return Yp(this,Jp,"f")||s?.length||Promise.reject(e),Yp(this,Hp,"f").call(this,e),Yp(this,Np,"f").call(this,e),void this._emit("end")}if("error"===e){const e=t[0];Yp(this,Jp,"f")||s?.length||Promise.reject(e),Yp(this,Hp,"f").call(this,e),Yp(this,Np,"f").call(this,e),this._emit("end")}}_emitFinal(){}}Bp=new WeakMap,Zp=new WeakMap,Hp=new WeakMap,Vp=new WeakMap,$p=new WeakMap,Np=new WeakMap,Up=new WeakMap,Wp=new WeakMap,Gp=new WeakMap,Qp=new WeakMap,Jp=new WeakMap,Rp=new WeakSet,Kp=function(e){if(Xp(this,Gp,!0,"f"),e instanceof Error&&"AbortError"===e.name&&(e=new md),e instanceof md)return Xp(this,Qp,!0,"f"),this._emit("abort",e);if(e instanceof fd)return this._emit("error",e);if(e instanceof Error){const t=new fd(e.message);return t.cause=e,this._emit("error",t)}return this._emit("error",new fd(String(e)))};var tf,sf,nf,rf,af,of,lf,cf,uf,hf,df,pf,ff,gf,mf,vf,yf,_f,bf,wf,Cf,xf,kf=function(e,t,s,n){if("a"===s&&!n)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof t?e!==t||!n:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===s?n:"a"===s?n.call(e):n?n.value:t.get(e)},Af=function(e,t,s,n,r){if("m"===n)throw new TypeError("Private method is not writable");if("a"===n&&!r)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof t?e!==t||!r:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===n?r.call(e,s):r?r.value=s:t.set(e,s),s};class Mf extends ef{constructor(){super(...arguments),tf.add(this),sf.set(this,[]),nf.set(this,{}),rf.set(this,{}),af.set(this,void 0),of.set(this,void 0),lf.set(this,void 0),cf.set(this,void 0),uf.set(this,void 0),hf.set(this,void 0),df.set(this,void 0),pf.set(this,void 0),ff.set(this,void 0)}[(sf=new WeakMap,nf=new WeakMap,rf=new WeakMap,af=new WeakMap,of=new WeakMap,lf=new WeakMap,cf=new WeakMap,uf=new WeakMap,hf=new WeakMap,df=new WeakMap,pf=new WeakMap,ff=new WeakMap,tf=new WeakSet,Symbol.asyncIterator)](){const e=[],t=[];let s=!1;return this.on("event",s=>{const n=t.shift();n?n.resolve(s):e.push(s)}),this.on("end",()=>{s=!0;for(const e of t)e.resolve(void 0);t.length=0}),this.on("abort",e=>{s=!0;for(const s of t)s.reject(e);t.length=0}),this.on("error",e=>{s=!0;for(const s of t)s.reject(e);t.length=0}),{next:async()=>{if(!e.length)return s?{value:void 0,done:!0}:new Promise((e,s)=>t.push({resolve:e,reject:s})).then(e=>e?{value:e,done:!1}:{value:void 0,done:!0});return{value:e.shift(),done:!1}},return:async()=>(this.abort(),{value:void 0,done:!0})}}static fromReadableStream(e){const t=new Mf;return t._run(()=>t._fromReadableStream(e)),t}async _fromReadableStream(e,t){const s=t?.signal;s&&(s.aborted&&this.controller.abort(),s.addEventListener("abort",()=>this.controller.abort())),this._connected();const n=jd.fromReadableStream(e,this.controller);for await(const r of n)kf(this,tf,"m",gf).call(this,r);if(n.controller.signal?.aborted)throw new md;return this._addRun(kf(this,tf,"m",mf).call(this))}toReadableStream(){return new jd(this[Symbol.asyncIterator].bind(this),this.controller).toReadableStream()}static createToolAssistantStream(e,t,s,n,r){const a=new Mf;return a._run(()=>a._runToolAssistantStream(e,t,s,n,{...r,headers:{...r?.headers,"X-Stainless-Helper-Method":"stream"}})),a}async _createToolAssistantStream(e,t,s,n,r){const a=r?.signal;a&&(a.aborted&&this.controller.abort(),a.addEventListener("abort",()=>this.controller.abort()));const o={...n,stream:!0},i=await e.submitToolOutputs(t,s,o,{...r,signal:this.controller.signal});this._connected();for await(const l of i)kf(this,tf,"m",gf).call(this,l);if(i.controller.signal?.aborted)throw new md;return this._addRun(kf(this,tf,"m",mf).call(this))}static createThreadAssistantStream(e,t,s){const n=new Mf;return n._run(()=>n._threadAssistantStream(e,t,{...s,headers:{...s?.headers,"X-Stainless-Helper-Method":"stream"}})),n}static createAssistantStream(e,t,s,n){const r=new Mf;return r._run(()=>r._runAssistantStream(e,t,s,{...n,headers:{...n?.headers,"X-Stainless-Helper-Method":"stream"}})),r}currentEvent(){return kf(this,df,"f")}currentRun(){return kf(this,pf,"f")}currentMessageSnapshot(){return kf(this,af,"f")}currentRunStepSnapshot(){return kf(this,ff,"f")}async finalRunSteps(){return await this.done(),Object.values(kf(this,nf,"f"))}async finalMessages(){return await this.done(),Object.values(kf(this,rf,"f"))}async finalRun(){if(await this.done(),!kf(this,of,"f"))throw Error("Final run was not received.");return kf(this,of,"f")}async _createThreadAssistantStream(e,t,s){const n=s?.signal;n&&(n.aborted&&this.controller.abort(),n.addEventListener("abort",()=>this.controller.abort()));const r={...t,stream:!0},a=await e.createAndRun(r,{...s,signal:this.controller.signal});this._connected();for await(const o of a)kf(this,tf,"m",gf).call(this,o);if(a.controller.signal?.aborted)throw new md;return this._addRun(kf(this,tf,"m",mf).call(this))}async _createAssistantStream(e,t,s,n){const r=n?.signal;r&&(r.aborted&&this.controller.abort(),r.addEventListener("abort",()=>this.controller.abort()));const a={...s,stream:!0},o=await e.create(t,a,{...n,signal:this.controller.signal});this._connected();for await(const i of o)kf(this,tf,"m",gf).call(this,i);if(o.controller.signal?.aborted)throw new md;return this._addRun(kf(this,tf,"m",mf).call(this))}static accumulateDelta(e,t){for(const[s,n]of Object.entries(t)){if(!e.hasOwnProperty(s)){e[s]=n;continue}let t=e[s];if(null!=t)if("index"!==s&&"type"!==s){if("string"==typeof t&&"string"==typeof n)t+=n;else if("number"==typeof t&&"number"==typeof n)t+=n;else{if(!kp(t)||!kp(n)){if(Array.isArray(t)&&Array.isArray(n)){if(t.every(e=>"string"==typeof e||"number"==typeof e)){t.push(...n);continue}for(const e of n){if(!kp(e))throw new Error(`Expected array delta entry to be an object but got: ${e}`);const s=e.index;if(null==s)throw console.error(e),new Error("Expected array delta entry to have an `index` property");if("number"!=typeof s)throw new Error(`Expected array delta entry \`index\` property to be a number but got ${s}`);const n=t[s];null==n?t.push(e):t[s]=this.accumulateDelta(n,e)}continue}throw Error(`Unhandled record type: ${s}, deltaValue: ${n}, accValue: ${t}`)}t=this.accumulateDelta(t,n)}e[s]=t}else e[s]=n;else e[s]=n}return e}_addRun(e){return e}async _threadAssistantStream(e,t,s){return await this._createThreadAssistantStream(t,e,s)}async _runAssistantStream(e,t,s,n){return await this._createAssistantStream(t,e,s,n)}async _runToolAssistantStream(e,t,s,n,r){return await this._createToolAssistantStream(s,e,t,n,r)}}gf=function(e){if(!this.ended)switch(Af(this,df,e,"f"),kf(this,tf,"m",_f).call(this,e),e.event){case"thread.created":break;case"thread.run.created":case"thread.run.queued":case"thread.run.in_progress":case"thread.run.requires_action":case"thread.run.completed":case"thread.run.incomplete":case"thread.run.failed":case"thread.run.cancelling":case"thread.run.cancelled":case"thread.run.expired":kf(this,tf,"m",xf).call(this,e);break;case"thread.run.step.created":case"thread.run.step.in_progress":case"thread.run.step.delta":case"thread.run.step.completed":case"thread.run.step.failed":case"thread.run.step.cancelled":case"thread.run.step.expired":kf(this,tf,"m",yf).call(this,e);break;case"thread.message.created":case"thread.message.in_progress":case"thread.message.delta":case"thread.message.completed":case"thread.message.incomplete":kf(this,tf,"m",vf).call(this,e);break;case"error":throw new Error("Encountered an error event in event processing - errors should be processed earlier")}},mf=function(){if(this.ended)throw new fd("stream has ended, this shouldn't happen");if(!kf(this,of,"f"))throw Error("Final run has not been received");return kf(this,of,"f")},vf=function(e){const[t,s]=kf(this,tf,"m",wf).call(this,e,kf(this,af,"f"));Af(this,af,t,"f"),kf(this,rf,"f")[t.id]=t;for(const n of s){const e=t.content[n.index];"text"==e?.type&&this._emit("textCreated",e.text)}switch(e.event){case"thread.message.created":this._emit("messageCreated",e.data);break;case"thread.message.in_progress":break;case"thread.message.delta":if(this._emit("messageDelta",e.data.delta,t),e.data.delta.content)for(const s of e.data.delta.content){if("text"==s.type&&s.text){let e=s.text,n=t.content[s.index];if(!n||"text"!=n.type)throw Error("The snapshot associated with this text delta is not text or missing");this._emit("textDelta",e,n.text)}if(s.index!=kf(this,lf,"f")){if(kf(this,cf,"f"))switch(kf(this,cf,"f").type){case"text":this._emit("textDone",kf(this,cf,"f").text,kf(this,af,"f"));break;case"image_file":this._emit("imageFileDone",kf(this,cf,"f").image_file,kf(this,af,"f"))}Af(this,lf,s.index,"f")}Af(this,cf,t.content[s.index],"f")}break;case"thread.message.completed":case"thread.message.incomplete":if(void 0!==kf(this,lf,"f")){const t=e.data.content[kf(this,lf,"f")];if(t)switch(t.type){case"image_file":this._emit("imageFileDone",t.image_file,kf(this,af,"f"));break;case"text":this._emit("textDone",t.text,kf(this,af,"f"))}}kf(this,af,"f")&&this._emit("messageDone",e.data),Af(this,af,void 0,"f")}},yf=function(e){const t=kf(this,tf,"m",bf).call(this,e);switch(Af(this,ff,t,"f"),e.event){case"thread.run.step.created":this._emit("runStepCreated",e.data);break;case"thread.run.step.delta":const s=e.data.delta;if(s.step_details&&"tool_calls"==s.step_details.type&&s.step_details.tool_calls&&"tool_calls"==t.step_details.type)for(const e of s.step_details.tool_calls)e.index==kf(this,uf,"f")?this._emit("toolCallDelta",e,t.step_details.tool_calls[e.index]):(kf(this,hf,"f")&&this._emit("toolCallDone",kf(this,hf,"f")),Af(this,uf,e.index,"f"),Af(this,hf,t.step_details.tool_calls[e.index],"f"),kf(this,hf,"f")&&this._emit("toolCallCreated",kf(this,hf,"f")));this._emit("runStepDelta",e.data.delta,t);break;case"thread.run.step.completed":case"thread.run.step.failed":case"thread.run.step.cancelled":case"thread.run.step.expired":Af(this,ff,void 0,"f");"tool_calls"==e.data.step_details.type&&kf(this,hf,"f")&&(this._emit("toolCallDone",kf(this,hf,"f")),Af(this,hf,void 0,"f")),this._emit("runStepDone",e.data,t)}},_f=function(e){kf(this,sf,"f").push(e),this._emit("event",e)},bf=function(e){switch(e.event){case"thread.run.step.created":return kf(this,nf,"f")[e.data.id]=e.data,e.data;case"thread.run.step.delta":let t=kf(this,nf,"f")[e.data.id];if(!t)throw Error("Received a RunStepDelta before creation of a snapshot");let s=e.data;if(s.delta){const n=Mf.accumulateDelta(t,s.delta);kf(this,nf,"f")[e.data.id]=n}return kf(this,nf,"f")[e.data.id];case"thread.run.step.completed":case"thread.run.step.failed":case"thread.run.step.cancelled":case"thread.run.step.expired":case"thread.run.step.in_progress":kf(this,nf,"f")[e.data.id]=e.data}if(kf(this,nf,"f")[e.data.id])return kf(this,nf,"f")[e.data.id];throw new Error("No snapshot available")},wf=function(e,t){let s=[];switch(e.event){case"thread.message.created":return[e.data,s];case"thread.message.delta":if(!t)throw Error("Received a delta with no existing snapshot (there should be one from message creation)");let n=e.data;if(n.delta.content)for(const e of n.delta.content)if(e.index in t.content){let s=t.content[e.index];t.content[e.index]=kf(this,tf,"m",Cf).call(this,e,s)}else t.content[e.index]=e,s.push(e);return[t,s];case"thread.message.in_progress":case"thread.message.completed":case"thread.message.incomplete":if(t)return[t,s];throw Error("Received thread message event with no existing snapshot")}throw Error("Tried to accumulate a non-message event")},Cf=function(e,t){return Mf.accumulateDelta(t,e)},xf=function(e){switch(Af(this,pf,e.data,"f"),e.event){case"thread.run.created":case"thread.run.queued":case"thread.run.in_progress":break;case"thread.run.requires_action":case"thread.run.cancelled":case"thread.run.failed":case"thread.run.completed":case"thread.run.expired":Af(this,of,e.data,"f"),kf(this,hf,"f")&&(this._emit("toolCallDone",kf(this,hf,"f")),Af(this,hf,void 0,"f"))}};class Sf extends Sp{create(e,t){return this._client.post("/assistants",{body:e,...t,headers:{"OpenAI-Beta":"assistants=v2",...t?.headers}})}retrieve(e,t){return this._client.get(`/assistants/${e}`,{...t,headers:{"OpenAI-Beta":"assistants=v2",...t?.headers}})}update(e,t,s){return this._client.post(`/assistants/${e}`,{body:t,...s,headers:{"OpenAI-Beta":"assistants=v2",...s?.headers}})}list(e={},t){return rp(e)?this.list({},e):this._client.getAPIList("/assistants",Ef,{query:e,...t,headers:{"OpenAI-Beta":"assistants=v2",...t?.headers}})}del(e,t){return this._client.delete(`/assistants/${e}`,{...t,headers:{"OpenAI-Beta":"assistants=v2",...t?.headers}})}}class Ef extends Mp{}function Df(e){return"function"==typeof e.parse}Sf.AssistantsPage=Ef;const zf=e=>"assistant"===e?.role,Ff=e=>"function"===e?.role,Of=e=>"tool"===e?.role;function Lf(e){return"auto-parseable-response-format"===e?.$brand}function Tf(e){return"auto-parseable-tool"===e?.$brand}function If(e,t){const s=e.choices.map(e=>{if("length"===e.finish_reason)throw new Sd;if("content_filter"===e.finish_reason)throw new Ed;return{...e,message:{...e.message,...e.message.tool_calls?{tool_calls:e.message.tool_calls?.map(e=>function(e,t){const s=e.tools?.find(e=>e.function?.name===t.function.name);return{...t,function:{...t.function,parsed_arguments:Tf(s)?s.$parseRaw(t.function.arguments):s?.function.strict?JSON.parse(t.function.arguments):null}}}(t,e))??void 0}:void 0,parsed:e.message.content&&!e.message.refusal?jf(t,e.message.content):null}}});return{...e,choices:s}}function jf(e,t){if("json_schema"!==e.response_format?.type)return null;if("json_schema"===e.response_format?.type){if("$parseRaw"in e.response_format){return e.response_format.$parseRaw(t)}return JSON.parse(t)}return null}function Pf(e,t){if(!e)return!1;const s=e.tools?.find(e=>e.function?.name===t.function.name);return Tf(s)||s?.function.strict||!1}function qf(e){return!!Lf(e.response_format)||(e.tools?.some(e=>Tf(e)||"function"===e.type&&!0===e.function.strict)??!1)}var Rf,Bf,Zf,Hf,Vf,$f,Nf,Uf,Wf=function(e,t,s,n){if("a"===s&&!n)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof t?e!==t||!n:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===s?n:"a"===s?n.call(e):n?n.value:t.get(e)};const Gf=10;class Qf extends ef{constructor(){super(...arguments),Rf.add(this),this._chatCompletions=[],this.messages=[]}_addChatCompletion(e){this._chatCompletions.push(e),this._emit("chatCompletion",e);const t=e.choices[0]?.message;return t&&this._addMessage(t),e}_addMessage(e,t=!0){if("content"in e||(e.content=null),this.messages.push(e),t)if(this._emit("message",e),(Ff(e)||Of(e))&&e.content)this._emit("functionCallResult",e.content);else if(zf(e)&&e.function_call)this._emit("functionCall",e.function_call);else if(zf(e)&&e.tool_calls)for(const s of e.tool_calls)"function"===s.type&&this._emit("functionCall",s.function)}async finalChatCompletion(){await this.done();const e=this._chatCompletions[this._chatCompletions.length-1];if(!e)throw new fd("stream ended without producing a ChatCompletion");return e}async finalContent(){return await this.done(),Wf(this,Rf,"m",Bf).call(this)}async finalMessage(){return await this.done(),Wf(this,Rf,"m",Zf).call(this)}async finalFunctionCall(){return await this.done(),Wf(this,Rf,"m",Hf).call(this)}async finalFunctionCallResult(){return await this.done(),Wf(this,Rf,"m",Vf).call(this)}async totalUsage(){return await this.done(),Wf(this,Rf,"m",$f).call(this)}allChatCompletions(){return[...this._chatCompletions]}_emitFinal(){const e=this._chatCompletions[this._chatCompletions.length-1];e&&this._emit("finalChatCompletion",e);const t=Wf(this,Rf,"m",Zf).call(this);t&&this._emit("finalMessage",t);const s=Wf(this,Rf,"m",Bf).call(this);s&&this._emit("finalContent",s);const n=Wf(this,Rf,"m",Hf).call(this);n&&this._emit("finalFunctionCall",n);const r=Wf(this,Rf,"m",Vf).call(this);null!=r&&this._emit("finalFunctionCallResult",r),this._chatCompletions.some(e=>e.usage)&&this._emit("totalUsage",Wf(this,Rf,"m",$f).call(this))}async _createChatCompletion(e,t,s){const n=s?.signal;n&&(n.aborted&&this.controller.abort(),n.addEventListener("abort",()=>this.controller.abort())),Wf(this,Rf,"m",Nf).call(this,t);const r=await e.chat.completions.create({...t,stream:!1},{...s,signal:this.controller.signal});return this._connected(),this._addChatCompletion(If(r,t))}async _runChatCompletion(e,t,s){for(const n of t.messages)this._addMessage(n,!1);return await this._createChatCompletion(e,t,s)}async _runFunctions(e,t,s){const n="function",{function_call:r="auto",stream:a,...o}=t,i="string"!=typeof r&&r?.name,{maxChatCompletions:l=Gf}=s||{},c={};for(const d of t.functions)c[d.name||d.function.name]=d;const u=t.functions.map(e=>({name:e.name||e.function.name,parameters:e.parameters,description:e.description}));for(const d of t.messages)this._addMessage(d,!1);for(let d=0;d<l;++d){const t=await this._createChatCompletion(e,{...o,function_call:r,functions:u,messages:[...this.messages]},s),a=t.choices[0]?.message;if(!a)throw new fd("missing message in ChatCompletion response");if(!a.function_call)return;const{name:l,arguments:d}=a.function_call,p=c[l];if(!p){const e=`Invalid function_call: ${JSON.stringify(l)}. Available options are: ${u.map(e=>JSON.stringify(e.name)).join(", ")}. Please try again`;this._addMessage({role:n,name:l,content:e});continue}if(i&&i!==l){const e=`Invalid function_call: ${JSON.stringify(l)}. ${JSON.stringify(i)} requested. Please try again`;this._addMessage({role:n,name:l,content:e});continue}let f;try{f=Df(p)?await p.parse(d):d}catch(h){this._addMessage({role:n,name:l,content:h instanceof Error?h.message:String(h)});continue}const g=await p.function(f,this),m=Wf(this,Rf,"m",Uf).call(this,g);if(this._addMessage({role:n,name:l,content:m}),i)return}}async _runTools(e,t,s){const n="tool",{tool_choice:r="auto",stream:a,...o}=t,i="string"!=typeof r&&r?.function?.name,{maxChatCompletions:l=Gf}=s||{},c=t.tools.map(e=>{if(Tf(e)){if(!e.$callback)throw new fd("Tool given to `.runTools()` that does not have an associated function");return{type:"function",function:{function:e.$callback,name:e.function.name,description:e.function.description||"",parameters:e.function.parameters,parse:e.$parseRaw,strict:!0}}}return e}),u={};for(const p of c)"function"===p.type&&(u[p.function.name||p.function.function.name]=p.function);const h="tools"in t?c.map(e=>"function"===e.type?{type:"function",function:{name:e.function.name||e.function.function.name,parameters:e.function.parameters,description:e.function.description,strict:e.function.strict}}:e):void 0;for(const p of t.messages)this._addMessage(p,!1);for(let p=0;p<l;++p){const t=await this._createChatCompletion(e,{...o,tool_choice:r,tools:h,messages:[...this.messages]},s),a=t.choices[0]?.message;if(!a)throw new fd("missing message in ChatCompletion response");if(!a.tool_calls?.length)return;for(const e of a.tool_calls){if("function"!==e.type)continue;const t=e.id,{name:s,arguments:r}=e.function,a=u[s];if(!a){const e=`Invalid tool_call: ${JSON.stringify(s)}. Available options are: ${Object.keys(u).map(e=>JSON.stringify(e)).join(", ")}. Please try again`;this._addMessage({role:n,tool_call_id:t,content:e});continue}if(i&&i!==s){const e=`Invalid tool_call: ${JSON.stringify(s)}. ${JSON.stringify(i)} requested. Please try again`;this._addMessage({role:n,tool_call_id:t,content:e});continue}let o;try{o=Df(a)?await a.parse(r):r}catch(d){const e=d instanceof Error?d.message:String(d);this._addMessage({role:n,tool_call_id:t,content:e});continue}const l=await a.function(o,this),c=Wf(this,Rf,"m",Uf).call(this,l);if(this._addMessage({role:n,tool_call_id:t,content:c}),i)return}}}}Rf=new WeakSet,Bf=function(){return Wf(this,Rf,"m",Zf).call(this).content??null},Zf=function(){let e=this.messages.length;for(;e-- >0;){const t=this.messages[e];if(zf(t)){const{function_call:e,...s}=t,n={...s,content:t.content??null,refusal:t.refusal??null};return e&&(n.function_call=e),n}}throw new fd("stream ended without producing a ChatCompletionMessage with role=assistant")},Hf=function(){for(let e=this.messages.length-1;e>=0;e--){const t=this.messages[e];if(zf(t)&&t?.function_call)return t.function_call;if(zf(t)&&t?.tool_calls?.length)return t.tool_calls.at(-1)?.function}},Vf=function(){for(let e=this.messages.length-1;e>=0;e--){const t=this.messages[e];if(Ff(t)&&null!=t.content)return t.content;if(Of(t)&&null!=t.content&&"string"==typeof t.content&&this.messages.some(e=>"assistant"===e.role&&e.tool_calls?.some(e=>"function"===e.type&&e.id===t.tool_call_id)))return t.content}},$f=function(){const e={completion_tokens:0,prompt_tokens:0,total_tokens:0};for(const{usage:t}of this._chatCompletions)t&&(e.completion_tokens+=t.completion_tokens,e.prompt_tokens+=t.prompt_tokens,e.total_tokens+=t.total_tokens);return e},Nf=function(e){if(null!=e.n&&e.n>1)throw new fd("ChatCompletion convenience helpers only support n=1 at this time. To use n>1, please use chat.completions.create() directly.")},Uf=function(e){return"string"==typeof e?e:void 0===e?"undefined":JSON.stringify(e)};class Jf extends Qf{static runFunctions(e,t,s){const n=new Jf,r={...s,headers:{...s?.headers,"X-Stainless-Helper-Method":"runFunctions"}};return n._run(()=>n._runFunctions(e,t,r)),n}static runTools(e,t,s){const n=new Jf,r={...s,headers:{...s?.headers,"X-Stainless-Helper-Method":"runTools"}};return n._run(()=>n._runTools(e,t,r)),n}_addMessage(e,t=!0){super._addMessage(e,t),zf(e)&&e.content&&this._emit("content",e.content)}}const Kf=1,Xf=2,Yf=4,eg=8,tg=16,sg=32,ng=64,rg=128,ag=256,og=511;class ig extends Error{}class lg extends Error{}const cg=(e,t)=>{const s=e.length;let n=0;const r=e=>{throw new ig(`${e} at position ${n}`)},a=e=>{throw new lg(`${e} at position ${n}`)},o=()=>(h(),n>=s&&r("Unexpected end of input"),'"'===e[n]?i():"{"===e[n]?l():"["===e[n]?c():"null"===e.substring(n,n+4)||tg&t&&s-n<4&&"null".startsWith(e.substring(n))?(n+=4,null):"true"===e.substring(n,n+4)||sg&t&&s-n<4&&"true".startsWith(e.substring(n))?(n+=4,!0):"false"===e.substring(n,n+5)||sg&t&&s-n<5&&"false".startsWith(e.substring(n))?(n+=5,!1):"Infinity"===e.substring(n,n+8)||rg&t&&s-n<8&&"Infinity".startsWith(e.substring(n))?(n+=8,1/0):"-Infinity"===e.substring(n,n+9)||ag&t&&1<s-n&&s-n<9&&"-Infinity".startsWith(e.substring(n))?(n+=9,-1/0):"NaN"===e.substring(n,n+3)||ng&t&&s-n<3&&"NaN".startsWith(e.substring(n))?(n+=3,NaN):u()),i=()=>{const o=n;let i=!1;for(n++;n<s&&('"'!==e[n]||i&&"\\"===e[n-1]);)i="\\"===e[n]&&!i,n++;if('"'==e.charAt(n))try{return JSON.parse(e.substring(o,++n-Number(i)))}catch(uv){a(String(uv))}else if(Kf&t)try{return JSON.parse(e.substring(o,n-Number(i))+'"')}catch(uv){return JSON.parse(e.substring(o,e.lastIndexOf("\\"))+'"')}r("Unterminated string literal")},l=()=>{n++,h();const a={};try{for(;"}"!==e[n];){if(h(),n>=s&&eg&t)return a;const r=i();h(),n++;try{const e=o();Object.defineProperty(a,r,{value:e,writable:!0,enumerable:!0,configurable:!0})}catch(uv){if(eg&t)return a;throw uv}h(),","===e[n]&&n++}}catch(uv){if(eg&t)return a;r("Expected '}' at end of object")}return n++,a},c=()=>{n++;const s=[];try{for(;"]"!==e[n];)s.push(o()),h(),","===e[n]&&n++}catch(uv){if(Yf&t)return s;r("Expected ']' at end of array")}return n++,s},u=()=>{if(0===n){"-"===e&&Xf&t&&r("Not sure what '-' is");try{return JSON.parse(e)}catch(uv){if(Xf&t)try{return"."===e[e.length-1]?JSON.parse(e.substring(0,e.lastIndexOf("."))):JSON.parse(e.substring(0,e.lastIndexOf("e")))}catch(i){}a(String(uv))}}const o=n;for("-"===e[n]&&n++;e[n]&&!",]}".includes(e[n]);)n++;n!=s||Xf&t||r("Unterminated number literal");try{return JSON.parse(e.substring(o,n))}catch(uv){"-"===e.substring(o,n)&&Xf&t&&r("Not sure what '-' is");try{return JSON.parse(e.substring(o,e.lastIndexOf("e")))}catch(i){a(String(i))}}},h=()=>{for(;n<s&&" \n\r\t".includes(e[n]);)n++};return o()},ug=e=>function(e,t=og){if("string"!=typeof e)throw new TypeError("expecting str, got "+typeof e);if(!e.trim())throw new Error(`${e} is empty`);return cg(e.trim(),t)}(e,og^Xf);var hg,dg,pg,fg,gg,mg,vg,yg,_g,bg,wg,Cg,xg=function(e,t,s,n,r){if("m"===n)throw new TypeError("Private method is not writable");if("a"===n&&!r)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof t?e!==t||!r:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===n?r.call(e,s):r?r.value=s:t.set(e,s),s},kg=function(e,t,s,n){if("a"===s&&!n)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof t?e!==t||!n:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===s?n:"a"===s?n.call(e):n?n.value:t.get(e)};class Ag extends Qf{constructor(e){super(),hg.add(this),dg.set(this,void 0),pg.set(this,void 0),fg.set(this,void 0),xg(this,dg,e,"f"),xg(this,pg,[],"f")}get currentChatCompletionSnapshot(){return kg(this,fg,"f")}static fromReadableStream(e){const t=new Ag(null);return t._run(()=>t._fromReadableStream(e)),t}static createChatCompletion(e,t,s){const n=new Ag(t);return n._run(()=>n._runChatCompletion(e,{...t,stream:!0},{...s,headers:{...s?.headers,"X-Stainless-Helper-Method":"stream"}})),n}async _createChatCompletion(e,t,s){super._createChatCompletion;const n=s?.signal;n&&(n.aborted&&this.controller.abort(),n.addEventListener("abort",()=>this.controller.abort())),kg(this,hg,"m",gg).call(this);const r=await e.chat.completions.create({...t,stream:!0},{...s,signal:this.controller.signal});this._connected();for await(const a of r)kg(this,hg,"m",vg).call(this,a);if(r.controller.signal?.aborted)throw new md;return this._addChatCompletion(kg(this,hg,"m",bg).call(this))}async _fromReadableStream(e,t){const s=t?.signal;s&&(s.aborted&&this.controller.abort(),s.addEventListener("abort",()=>this.controller.abort())),kg(this,hg,"m",gg).call(this),this._connected();const n=jd.fromReadableStream(e,this.controller);let r;for await(const a of n)r&&r!==a.id&&this._addChatCompletion(kg(this,hg,"m",bg).call(this)),kg(this,hg,"m",vg).call(this,a),r=a.id;if(n.controller.signal?.aborted)throw new md;return this._addChatCompletion(kg(this,hg,"m",bg).call(this))}[(dg=new WeakMap,pg=new WeakMap,fg=new WeakMap,hg=new WeakSet,gg=function(){this.ended||xg(this,fg,void 0,"f")},mg=function(e){let t=kg(this,pg,"f")[e.index];return t||(t={content_done:!1,refusal_done:!1,logprobs_content_done:!1,logprobs_refusal_done:!1,done_tool_calls:new Set,current_tool_call_index:null},kg(this,pg,"f")[e.index]=t,t)},vg=function(e){if(this.ended)return;const t=kg(this,hg,"m",Cg).call(this,e);this._emit("chunk",e,t);for(const s of e.choices){const e=t.choices[s.index];null!=s.delta.content&&"assistant"===e.message?.role&&e.message?.content&&(this._emit("content",s.delta.content,e.message.content),this._emit("content.delta",{delta:s.delta.content,snapshot:e.message.content,parsed:e.message.parsed})),null!=s.delta.refusal&&"assistant"===e.message?.role&&e.message?.refusal&&this._emit("refusal.delta",{delta:s.delta.refusal,snapshot:e.message.refusal}),null!=s.logprobs?.content&&"assistant"===e.message?.role&&this._emit("logprobs.content.delta",{content:s.logprobs?.content,snapshot:e.logprobs?.content??[]}),null!=s.logprobs?.refusal&&"assistant"===e.message?.role&&this._emit("logprobs.refusal.delta",{refusal:s.logprobs?.refusal,snapshot:e.logprobs?.refusal??[]});const n=kg(this,hg,"m",mg).call(this,e);e.finish_reason&&(kg(this,hg,"m",_g).call(this,e),null!=n.current_tool_call_index&&kg(this,hg,"m",yg).call(this,e,n.current_tool_call_index));for(const t of s.delta.tool_calls??[])n.current_tool_call_index!==t.index&&(kg(this,hg,"m",_g).call(this,e),null!=n.current_tool_call_index&&kg(this,hg,"m",yg).call(this,e,n.current_tool_call_index)),n.current_tool_call_index=t.index;for(const t of s.delta.tool_calls??[]){const s=e.message.tool_calls?.[t.index];s?.type&&("function"===s?.type?this._emit("tool_calls.function.arguments.delta",{name:s.function?.name,index:t.index,arguments:s.function.arguments,parsed_arguments:s.function.parsed_arguments,arguments_delta:t.function?.arguments??""}):Sg(s?.type))}}},yg=function(e,t){if(kg(this,hg,"m",mg).call(this,e).done_tool_calls.has(t))return;const s=e.message.tool_calls?.[t];if(!s)throw new Error("no tool call snapshot");if(!s.type)throw new Error("tool call snapshot missing `type`");if("function"===s.type){const e=kg(this,dg,"f")?.tools?.find(e=>"function"===e.type&&e.function.name===s.function.name);this._emit("tool_calls.function.arguments.done",{name:s.function.name,index:t,arguments:s.function.arguments,parsed_arguments:Tf(e)?e.$parseRaw(s.function.arguments):e?.function.strict?JSON.parse(s.function.arguments):null})}else s.type},_g=function(e){const t=kg(this,hg,"m",mg).call(this,e);if(e.message.content&&!t.content_done){t.content_done=!0;const s=kg(this,hg,"m",wg).call(this);this._emit("content.done",{content:e.message.content,parsed:s?s.$parseRaw(e.message.content):null})}e.message.refusal&&!t.refusal_done&&(t.refusal_done=!0,this._emit("refusal.done",{refusal:e.message.refusal})),e.logprobs?.content&&!t.logprobs_content_done&&(t.logprobs_content_done=!0,this._emit("logprobs.content.done",{content:e.logprobs.content})),e.logprobs?.refusal&&!t.logprobs_refusal_done&&(t.logprobs_refusal_done=!0,this._emit("logprobs.refusal.done",{refusal:e.logprobs.refusal}))},bg=function(){if(this.ended)throw new fd("stream has ended, this shouldn't happen");const e=kg(this,fg,"f");if(!e)throw new fd("request ended without sending any chunks");return xg(this,fg,void 0,"f"),xg(this,pg,[],"f"),function(e,t){const{id:s,choices:n,created:r,model:a,system_fingerprint:o,...i}=e,l={...i,id:s,choices:n.map(({message:t,finish_reason:s,index:n,logprobs:r,...a})=>{if(!s)throw new fd(`missing finish_reason for choice ${n}`);const{content:o=null,function_call:i,tool_calls:l,...c}=t,u=t.role;if(!u)throw new fd(`missing role for choice ${n}`);if(i){const{arguments:e,name:l}=i;if(null==e)throw new fd(`missing function_call.arguments for choice ${n}`);if(!l)throw new fd(`missing function_call.name for choice ${n}`);return{...a,message:{content:o,function_call:{arguments:e,name:l},role:u,refusal:t.refusal??null},finish_reason:s,index:n,logprobs:r}}return l?{...a,index:n,finish_reason:s,logprobs:r,message:{...c,role:u,content:o,refusal:t.refusal??null,tool_calls:l.map((t,s)=>{const{function:r,type:a,id:o,...i}=t,{arguments:l,name:c,...u}=r||{};if(null==o)throw new fd(`missing choices[${n}].tool_calls[${s}].id\n${Mg(e)}`);if(null==a)throw new fd(`missing choices[${n}].tool_calls[${s}].type\n${Mg(e)}`);if(null==c)throw new fd(`missing choices[${n}].tool_calls[${s}].function.name\n${Mg(e)}`);if(null==l)throw new fd(`missing choices[${n}].tool_calls[${s}].function.arguments\n${Mg(e)}`);return{...i,id:o,type:a,function:{...u,name:c,arguments:l}}})}}:{...a,message:{...c,content:o,role:u,refusal:t.refusal??null},finish_reason:s,index:n,logprobs:r}}),created:r,model:a,object:"chat.completion",...o?{system_fingerprint:o}:{}};return function(e,t){return t&&qf(t)?If(e,t):{...e,choices:e.choices.map(e=>({...e,message:{...e.message,parsed:null,...e.message.tool_calls?{tool_calls:e.message.tool_calls}:void 0}}))}}(l,t)}(e,kg(this,dg,"f"))},wg=function(){const e=kg(this,dg,"f")?.response_format;return Lf(e)?e:null},Cg=function(e){var t,s,n,r;let a=kg(this,fg,"f");const{choices:o,...i}=e;a?Object.assign(a,i):a=xg(this,fg,{...i,choices:[]},"f");for(const{delta:l,finish_reason:c,index:u,logprobs:h=null,...d}of e.choices){let e=a.choices[u];if(e||(e=a.choices[u]={finish_reason:c,index:u,message:{},logprobs:h,...d}),h)if(e.logprobs){const{content:n,refusal:r,...a}=h;Object.assign(e.logprobs,a),n&&((t=e.logprobs).content??(t.content=[]),e.logprobs.content.push(...n)),r&&((s=e.logprobs).refusal??(s.refusal=[]),e.logprobs.refusal.push(...r))}else e.logprobs=Object.assign({},h);if(c&&(e.finish_reason=c,kg(this,dg,"f")&&qf(kg(this,dg,"f")))){if("length"===c)throw new Sd;if("content_filter"===c)throw new Ed}if(Object.assign(e,d),!l)continue;const{content:o,refusal:i,function_call:p,role:f,tool_calls:g,...m}=l;if(Object.assign(e.message,m),i&&(e.message.refusal=(e.message.refusal||"")+i),f&&(e.message.role=f),p&&(e.message.function_call?(p.name&&(e.message.function_call.name=p.name),p.arguments&&((n=e.message.function_call).arguments??(n.arguments=""),e.message.function_call.arguments+=p.arguments)):e.message.function_call=p),o&&(e.message.content=(e.message.content||"")+o,!e.message.refusal&&kg(this,hg,"m",wg).call(this)&&(e.message.parsed=ug(e.message.content))),g){e.message.tool_calls||(e.message.tool_calls=[]);for(const{index:t,id:s,type:n,function:a,...o}of g){const i=(r=e.message.tool_calls)[t]??(r[t]={});Object.assign(i,o),s&&(i.id=s),n&&(i.type=n),a&&(i.function??(i.function={name:a.name??"",arguments:""})),a?.name&&(i.function.name=a.name),a?.arguments&&(i.function.arguments+=a.arguments,Pf(kg(this,dg,"f"),i)&&(i.function.parsed_arguments=ug(i.function.arguments)))}}}return a},Symbol.asyncIterator)](){const e=[],t=[];let s=!1;return this.on("chunk",s=>{const n=t.shift();n?n.resolve(s):e.push(s)}),this.on("end",()=>{s=!0;for(const e of t)e.resolve(void 0);t.length=0}),this.on("abort",e=>{s=!0;for(const s of t)s.reject(e);t.length=0}),this.on("error",e=>{s=!0;for(const s of t)s.reject(e);t.length=0}),{next:async()=>{if(!e.length)return s?{value:void 0,done:!0}:new Promise((e,s)=>t.push({resolve:e,reject:s})).then(e=>e?{value:e,done:!1}:{value:void 0,done:!0});return{value:e.shift(),done:!1}},return:async()=>(this.abort(),{value:void 0,done:!0})}}toReadableStream(){return new jd(this[Symbol.asyncIterator].bind(this),this.controller).toReadableStream()}}function Mg(e){return JSON.stringify(e)}function Sg(e){}class Eg extends Ag{static fromReadableStream(e){const t=new Eg(null);return t._run(()=>t._fromReadableStream(e)),t}static runFunctions(e,t,s){const n=new Eg(null),r={...s,headers:{...s?.headers,"X-Stainless-Helper-Method":"runFunctions"}};return n._run(()=>n._runFunctions(e,t,r)),n}static runTools(e,t,s){const n=new Eg(t),r={...s,headers:{...s?.headers,"X-Stainless-Helper-Method":"runTools"}};return n._run(()=>n._runTools(e,t,r)),n}}let Dg=class extends Sp{parse(e,t){return function(e){for(const t of e??[]){if("function"!==t.type)throw new fd(`Currently only \`function\` tool types support auto-parsing; Received \`${t.type}\``);if(!0!==t.function.strict)throw new fd(`The \`${t.function.name}\` tool is not marked with \`strict: true\`. Only strict function tools can be auto-parsed`)}}(e.tools),this._client.chat.completions.create(e,{...t,headers:{...t?.headers,"X-Stainless-Helper-Method":"beta.chat.completions.parse"}})._thenUnwrap(t=>If(t,e))}runFunctions(e,t){return e.stream?Eg.runFunctions(this._client,e,t):Jf.runFunctions(this._client,e,t)}runTools(e,t){return e.stream?Eg.runTools(this._client,e,t):Jf.runTools(this._client,e,t)}stream(e,t){return Ag.createChatCompletion(this._client,e,t)}};class zg extends Sp{constructor(){super(...arguments),this.completions=new Dg(this._client)}}(zg||(zg={})).Completions=Dg;class Fg extends Sp{create(e,t){return this._client.post("/realtime/sessions",{body:e,...t,headers:{"OpenAI-Beta":"assistants=v2",...t?.headers}})}}class Og extends Sp{create(e,t){return this._client.post("/realtime/transcription_sessions",{body:e,...t,headers:{"OpenAI-Beta":"assistants=v2",...t?.headers}})}}class Lg extends Sp{constructor(){super(...arguments),this.sessions=new Fg(this._client),this.transcriptionSessions=new Og(this._client)}}Lg.Sessions=Fg,Lg.TranscriptionSessions=Og;class Tg extends Sp{create(e,t,s){return this._client.post(`/threads/${e}/messages`,{body:t,...s,headers:{"OpenAI-Beta":"assistants=v2",...s?.headers}})}retrieve(e,t,s){return this._client.get(`/threads/${e}/messages/${t}`,{...s,headers:{"OpenAI-Beta":"assistants=v2",...s?.headers}})}update(e,t,s,n){return this._client.post(`/threads/${e}/messages/${t}`,{body:s,...n,headers:{"OpenAI-Beta":"assistants=v2",...n?.headers}})}list(e,t={},s){return rp(t)?this.list(e,{},t):this._client.getAPIList(`/threads/${e}/messages`,Ig,{query:t,...s,headers:{"OpenAI-Beta":"assistants=v2",...s?.headers}})}del(e,t,s){return this._client.delete(`/threads/${e}/messages/${t}`,{...s,headers:{"OpenAI-Beta":"assistants=v2",...s?.headers}})}}class Ig extends Mp{}Tg.MessagesPage=Ig;class jg extends Sp{retrieve(e,t,s,n={},r){return rp(n)?this.retrieve(e,t,s,{},n):this._client.get(`/threads/${e}/runs/${t}/steps/${s}`,{query:n,...r,headers:{"OpenAI-Beta":"assistants=v2",...r?.headers}})}list(e,t,s={},n){return rp(s)?this.list(e,t,{},s):this._client.getAPIList(`/threads/${e}/runs/${t}/steps`,Pg,{query:s,...n,headers:{"OpenAI-Beta":"assistants=v2",...n?.headers}})}}class Pg extends Mp{}jg.RunStepsPage=Pg;let qg=class extends Sp{constructor(){super(...arguments),this.steps=new jg(this._client)}create(e,t,s){const{include:n,...r}=t;return this._client.post(`/threads/${e}/runs`,{query:{include:n},body:r,...s,headers:{"OpenAI-Beta":"assistants=v2",...s?.headers},stream:t.stream??!1})}retrieve(e,t,s){return this._client.get(`/threads/${e}/runs/${t}`,{...s,headers:{"OpenAI-Beta":"assistants=v2",...s?.headers}})}update(e,t,s,n){return this._client.post(`/threads/${e}/runs/${t}`,{body:s,...n,headers:{"OpenAI-Beta":"assistants=v2",...n?.headers}})}list(e,t={},s){return rp(t)?this.list(e,{},t):this._client.getAPIList(`/threads/${e}/runs`,Rg,{query:t,...s,headers:{"OpenAI-Beta":"assistants=v2",...s?.headers}})}cancel(e,t,s){return this._client.post(`/threads/${e}/runs/${t}/cancel`,{...s,headers:{"OpenAI-Beta":"assistants=v2",...s?.headers}})}async createAndPoll(e,t,s){const n=await this.create(e,t,s);return await this.poll(e,n.id,s)}createAndStream(e,t,s){return Mf.createAssistantStream(e,this._client.beta.threads.runs,t,s)}async poll(e,t,s){const n={...s?.headers,"X-Stainless-Poll-Helper":"true"};for(s?.pollIntervalMs&&(n["X-Stainless-Custom-Poll-Interval"]=s.pollIntervalMs.toString());;){const{data:r,response:a}=await this.retrieve(e,t,{...s,headers:{...s?.headers,...n}}).withResponse();switch(r.status){case"queued":case"in_progress":case"cancelling":let e=5e3;if(s?.pollIntervalMs)e=s.pollIntervalMs;else{const t=a.headers.get("openai-poll-after-ms");if(t){const s=parseInt(t);isNaN(s)||(e=s)}}await pp(e);break;case"requires_action":case"incomplete":case"cancelled":case"completed":case"failed":case"expired":return r}}}stream(e,t,s){return Mf.createAssistantStream(e,this._client.beta.threads.runs,t,s)}submitToolOutputs(e,t,s,n){return this._client.post(`/threads/${e}/runs/${t}/submit_tool_outputs`,{body:s,...n,headers:{"OpenAI-Beta":"assistants=v2",...n?.headers},stream:s.stream??!1})}async submitToolOutputsAndPoll(e,t,s,n){const r=await this.submitToolOutputs(e,t,s,n);return await this.poll(e,r.id,n)}submitToolOutputsStream(e,t,s,n){return Mf.createToolAssistantStream(e,t,this._client.beta.threads.runs,s,n)}};class Rg extends Mp{}qg.RunsPage=Rg,qg.Steps=jg,qg.RunStepsPage=Pg;class Bg extends Sp{constructor(){super(...arguments),this.runs=new qg(this._client),this.messages=new Tg(this._client)}create(e={},t){return rp(e)?this.create({},e):this._client.post("/threads",{body:e,...t,headers:{"OpenAI-Beta":"assistants=v2",...t?.headers}})}retrieve(e,t){return this._client.get(`/threads/${e}`,{...t,headers:{"OpenAI-Beta":"assistants=v2",...t?.headers}})}update(e,t,s){return this._client.post(`/threads/${e}`,{body:t,...s,headers:{"OpenAI-Beta":"assistants=v2",...s?.headers}})}del(e,t){return this._client.delete(`/threads/${e}`,{...t,headers:{"OpenAI-Beta":"assistants=v2",...t?.headers}})}createAndRun(e,t){return this._client.post("/threads/runs",{body:e,...t,headers:{"OpenAI-Beta":"assistants=v2",...t?.headers},stream:e.stream??!1})}async createAndRunPoll(e,t){const s=await this.createAndRun(e,t);return await this.runs.poll(s.thread_id,s.id,t)}createAndRunStream(e,t){return Mf.createThreadAssistantStream(e,this._client.beta.threads,t)}}Bg.Runs=qg,Bg.RunsPage=Rg,Bg.Messages=Tg,Bg.MessagesPage=Ig;class Zg extends Sp{constructor(){super(...arguments),this.realtime=new Lg(this._client),this.chat=new zg(this._client),this.assistants=new Sf(this._client),this.threads=new Bg(this._client)}}Zg.Realtime=Lg,Zg.Assistants=Sf,Zg.AssistantsPage=Ef,Zg.Threads=Bg;class Hg extends Sp{create(e,t){return this._client.post("/completions",{body:e,...t,stream:e.stream??!1})}}class Vg extends Sp{retrieve(e,t,s){return this._client.get(`/containers/${e}/files/${t}/content`,{...s,headers:{Accept:"application/binary",...s?.headers},__binaryResponse:!0})}}let $g=class extends Sp{constructor(){super(...arguments),this.content=new Vg(this._client)}create(e,t,s){return this._client.post(`/containers/${e}/files`,Nd({body:t,...s}))}retrieve(e,t,s){return this._client.get(`/containers/${e}/files/${t}`,s)}list(e,t={},s){return rp(t)?this.list(e,{},t):this._client.getAPIList(`/containers/${e}/files`,Ng,{query:t,...s})}del(e,t,s){return this._client.delete(`/containers/${e}/files/${t}`,{...s,headers:{Accept:"*/*",...s?.headers}})}};class Ng extends Mp{}$g.FileListResponsesPage=Ng,$g.Content=Vg;class Ug extends Sp{constructor(){super(...arguments),this.files=new $g(this._client)}create(e,t){return this._client.post("/containers",{body:e,...t})}retrieve(e,t){return this._client.get(`/containers/${e}`,t)}list(e={},t){return rp(e)?this.list({},e):this._client.getAPIList("/containers",Wg,{query:e,...t})}del(e,t){return this._client.delete(`/containers/${e}`,{...t,headers:{Accept:"*/*",...t?.headers}})}}class Wg extends Mp{}Ug.ContainerListResponsesPage=Wg,Ug.Files=$g,Ug.FileListResponsesPage=Ng;class Gg extends Sp{create(e,t){const s=!!e.encoding_format;let n=s?e.encoding_format:"base64";s&&wp("Request","User defined encoding_format:",e.encoding_format);const r=this._client.post("/embeddings",{body:{...e,encoding_format:n},...t});return s?r:(wp("response","Decoding base64 embeddings to float32 array"),r._thenUnwrap(e=>(e&&e.data&&e.data.forEach(e=>{const t=e.embedding;e.embedding=(e=>{if("undefined"!=typeof Buffer){const t=Buffer.from(e,"base64");return Array.from(new Float32Array(t.buffer,t.byteOffset,t.length/Float32Array.BYTES_PER_ELEMENT))}{const t=atob(e),s=t.length,n=new Uint8Array(s);for(let e=0;e<s;e++)n[e]=t.charCodeAt(e);return Array.from(new Float32Array(n.buffer))}})(t)}),e)))}}class Qg extends Sp{retrieve(e,t,s,n){return this._client.get(`/evals/${e}/runs/${t}/output_items/${s}`,n)}list(e,t,s={},n){return rp(s)?this.list(e,t,{},s):this._client.getAPIList(`/evals/${e}/runs/${t}/output_items`,Jg,{query:s,...n})}}class Jg extends Mp{}Qg.OutputItemListResponsesPage=Jg;class Kg extends Sp{constructor(){super(...arguments),this.outputItems=new Qg(this._client)}create(e,t,s){return this._client.post(`/evals/${e}/runs`,{body:t,...s})}retrieve(e,t,s){return this._client.get(`/evals/${e}/runs/${t}`,s)}list(e,t={},s){return rp(t)?this.list(e,{},t):this._client.getAPIList(`/evals/${e}/runs`,Xg,{query:t,...s})}del(e,t,s){return this._client.delete(`/evals/${e}/runs/${t}`,s)}cancel(e,t,s){return this._client.post(`/evals/${e}/runs/${t}`,s)}}class Xg extends Mp{}Kg.RunListResponsesPage=Xg,Kg.OutputItems=Qg,Kg.OutputItemListResponsesPage=Jg;class Yg extends Sp{constructor(){super(...arguments),this.runs=new Kg(this._client)}create(e,t){return this._client.post("/evals",{body:e,...t})}retrieve(e,t){return this._client.get(`/evals/${e}`,t)}update(e,t,s){return this._client.post(`/evals/${e}`,{body:t,...s})}list(e={},t){return rp(e)?this.list({},e):this._client.getAPIList("/evals",em,{query:e,...t})}del(e,t){return this._client.delete(`/evals/${e}`,t)}}class em extends Mp{}Yg.EvalListResponsesPage=em,Yg.Runs=Kg,Yg.RunListResponsesPage=Xg;let tm=class extends Sp{create(e,t){return this._client.post("/files",Nd({body:e,...t}))}retrieve(e,t){return this._client.get(`/files/${e}`,t)}list(e={},t){return rp(e)?this.list({},e):this._client.getAPIList("/files",sm,{query:e,...t})}del(e,t){return this._client.delete(`/files/${e}`,t)}content(e,t){return this._client.get(`/files/${e}/content`,{...t,headers:{Accept:"application/binary",...t?.headers},__binaryResponse:!0})}retrieveContent(e,t){return this._client.get(`/files/${e}/content`,t)}async waitForProcessing(e,{pollInterval:t=5e3,maxWait:s=18e5}={}){const n=new Set(["processed","error","deleted"]),r=Date.now();let a=await this.retrieve(e);for(;!a.status||!n.has(a.status);)if(await pp(t),a=await this.retrieve(e),Date.now()-r>s)throw new yd({message:`Giving up on waiting for file ${e} to finish processing after ${s} milliseconds.`});return a}};class sm extends Mp{}tm.FileObjectsPage=sm;class nm extends Sp{}let rm=class extends Sp{run(e,t){return this._client.post("/fine_tuning/alpha/graders/run",{body:e,...t})}validate(e,t){return this._client.post("/fine_tuning/alpha/graders/validate",{body:e,...t})}};class am extends Sp{constructor(){super(...arguments),this.graders=new rm(this._client)}}am.Graders=rm;class om extends Sp{create(e,t,s){return this._client.getAPIList(`/fine_tuning/checkpoints/${e}/permissions`,im,{body:t,method:"post",...s})}retrieve(e,t={},s){return rp(t)?this.retrieve(e,{},t):this._client.get(`/fine_tuning/checkpoints/${e}/permissions`,{query:t,...s})}del(e,t,s){return this._client.delete(`/fine_tuning/checkpoints/${e}/permissions/${t}`,s)}}class im extends Ap{}om.PermissionCreateResponsesPage=im;let lm=class extends Sp{constructor(){super(...arguments),this.permissions=new om(this._client)}};lm.Permissions=om,lm.PermissionCreateResponsesPage=im;class cm extends Sp{list(e,t={},s){return rp(t)?this.list(e,{},t):this._client.getAPIList(`/fine_tuning/jobs/${e}/checkpoints`,um,{query:t,...s})}}class um extends Mp{}cm.FineTuningJobCheckpointsPage=um;class hm extends Sp{constructor(){super(...arguments),this.checkpoints=new cm(this._client)}create(e,t){return this._client.post("/fine_tuning/jobs",{body:e,...t})}retrieve(e,t){return this._client.get(`/fine_tuning/jobs/${e}`,t)}list(e={},t){return rp(e)?this.list({},e):this._client.getAPIList("/fine_tuning/jobs",dm,{query:e,...t})}cancel(e,t){return this._client.post(`/fine_tuning/jobs/${e}/cancel`,t)}listEvents(e,t={},s){return rp(t)?this.listEvents(e,{},t):this._client.getAPIList(`/fine_tuning/jobs/${e}/events`,pm,{query:t,...s})}pause(e,t){return this._client.post(`/fine_tuning/jobs/${e}/pause`,t)}resume(e,t){return this._client.post(`/fine_tuning/jobs/${e}/resume`,t)}}class dm extends Mp{}class pm extends Mp{}hm.FineTuningJobsPage=dm,hm.FineTuningJobEventsPage=pm,hm.Checkpoints=cm,hm.FineTuningJobCheckpointsPage=um;class fm extends Sp{constructor(){super(...arguments),this.methods=new nm(this._client),this.jobs=new hm(this._client),this.checkpoints=new lm(this._client),this.alpha=new am(this._client)}}fm.Methods=nm,fm.Jobs=hm,fm.FineTuningJobsPage=dm,fm.FineTuningJobEventsPage=pm,fm.Checkpoints=lm,fm.Alpha=am;class gm extends Sp{}class mm extends Sp{constructor(){super(...arguments),this.graderModels=new gm(this._client)}}mm.GraderModels=gm;class vm extends Sp{createVariation(e,t){return this._client.post("/images/variations",Nd({body:e,...t}))}edit(e,t){return this._client.post("/images/edits",Nd({body:e,...t}))}generate(e,t){return this._client.post("/images/generations",{body:e,...t})}}class ym extends Sp{retrieve(e,t){return this._client.get(`/models/${e}`,t)}list(e){return this._client.getAPIList("/models",_m,e)}del(e,t){return this._client.delete(`/models/${e}`,t)}}class _m extends Ap{}ym.ModelsPage=_m;class bm extends Sp{create(e,t){return this._client.post("/moderations",{body:e,...t})}}function wm(e,t){return t&&function(e){if(Lf(e.text?.format))return!0;return!1}(t)?Cm(e,t):{...e,output_parsed:null,output:e.output.map(e=>"function_call"===e.type?{...e,parsed_arguments:null}:"message"===e.type?{...e,content:e.content.map(e=>({...e,parsed:null}))}:e)}}function Cm(e,t){const s=e.output.map(e=>{if("function_call"===e.type)return{...e,parsed_arguments:km(t,e)};if("message"===e.type){const s=e.content.map(e=>"output_text"===e.type?{...e,parsed:xm(t,e.text)}:e);return{...e,content:s}}return e}),n=Object.assign({},e,{output:s});return Object.getOwnPropertyDescriptor(e,"output_text")||Am(n),Object.defineProperty(n,"output_parsed",{enumerable:!0,get(){for(const e of n.output)if("message"===e.type)for(const t of e.content)if("output_text"===t.type&&null!==t.parsed)return t.parsed;return null}}),n}function xm(e,t){if("json_schema"!==e.text?.format?.type)return null;if("$parseRaw"in e.text?.format){const s=e.text?.format;return s.$parseRaw(t)}return JSON.parse(t)}function km(e,t){const s=(n=e.tools??[],r=t.name,n.find(e=>"function"===e.type&&e.name===r));var n,r,a;return{...t,...t,parsed_arguments:(a=s,"auto-parseable-tool"===a?.$brand?s.$parseRaw(t.arguments):s?.strict?JSON.parse(t.arguments):null)}}function Am(e){const t=[];for(const s of e.output)if("message"===s.type)for(const e of s.content)"output_text"===e.type&&t.push(e.text);e.output_text=t.join("")}class Mm extends Sp{list(e,t={},s){return rp(t)?this.list(e,{},t):this._client.getAPIList(`/responses/${e}/input_items`,Rm,{query:t,...s})}}var Sm,Em,Dm,zm,Fm,Om,Lm,Tm,Im=function(e,t,s,n,r){if("m"===n)throw new TypeError("Private method is not writable");if("a"===n&&!r)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof t?e!==t||!r:!t.has(e))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===n?r.call(e,s):r?r.value=s:t.set(e,s),s},jm=function(e,t,s,n){if("a"===s&&!n)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof t?e!==t||!n:!t.has(e))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===s?n:"a"===s?n.call(e):n?n.value:t.get(e)};class Pm extends ef{constructor(e){super(),Sm.add(this),Em.set(this,void 0),Dm.set(this,void 0),zm.set(this,void 0),Im(this,Em,e,"f")}static createResponse(e,t,s){const n=new Pm(t);return n._run(()=>n._createOrRetrieveResponse(e,t,{...s,headers:{...s?.headers,"X-Stainless-Helper-Method":"stream"}})),n}async _createOrRetrieveResponse(e,t,s){const n=s?.signal;let r;n&&(n.aborted&&this.controller.abort(),n.addEventListener("abort",()=>this.controller.abort())),jm(this,Sm,"m",Fm).call(this);let a=null;"response_id"in t?(r=await e.responses.retrieve(t.response_id,{stream:!0},{...s,signal:this.controller.signal,stream:!0}),a=t.starting_after??null):r=await e.responses.create({...t,stream:!0},{...s,signal:this.controller.signal}),this._connected();for await(const o of r)jm(this,Sm,"m",Om).call(this,o,a);if(r.controller.signal?.aborted)throw new md;return jm(this,Sm,"m",Lm).call(this)}[(Em=new WeakMap,Dm=new WeakMap,zm=new WeakMap,Sm=new WeakSet,Fm=function(){this.ended||Im(this,Dm,void 0,"f")},Om=function(e,t){if(this.ended)return;const s=(e,s)=>{(null==t||s.sequence_number>t)&&this._emit(e,s)},n=jm(this,Sm,"m",Tm).call(this,e);switch(s("event",e),e.type){case"response.output_text.delta":{const t=n.output[e.output_index];if(!t)throw new fd(`missing output at index ${e.output_index}`);if("message"===t.type){const n=t.content[e.content_index];if(!n)throw new fd(`missing content at index ${e.content_index}`);if("output_text"!==n.type)throw new fd(`expected content to be 'output_text', got ${n.type}`);s("response.output_text.delta",{...e,snapshot:n.text})}break}case"response.function_call_arguments.delta":{const t=n.output[e.output_index];if(!t)throw new fd(`missing output at index ${e.output_index}`);"function_call"===t.type&&s("response.function_call_arguments.delta",{...e,snapshot:t.arguments});break}default:s(e.type,e)}},Lm=function(){if(this.ended)throw new fd("stream has ended, this shouldn't happen");const e=jm(this,Dm,"f");if(!e)throw new fd("request ended without sending any events");Im(this,Dm,void 0,"f");const t=function(e,t){return wm(e,t)}(e,jm(this,Em,"f"));return Im(this,zm,t,"f"),t},Tm=function(e){let t=jm(this,Dm,"f");if(!t){if("response.created"!==e.type)throw new fd(`When snapshot hasn't been set yet, expected 'response.created' event, got ${e.type}`);return t=Im(this,Dm,e.response,"f"),t}switch(e.type){case"response.output_item.added":t.output.push(e.item);break;case"response.content_part.added":{const s=t.output[e.output_index];if(!s)throw new fd(`missing output at index ${e.output_index}`);"message"===s.type&&s.content.push(e.part);break}case"response.output_text.delta":{const s=t.output[e.output_index];if(!s)throw new fd(`missing output at index ${e.output_index}`);if("message"===s.type){const t=s.content[e.content_index];if(!t)throw new fd(`missing content at index ${e.content_index}`);if("output_text"!==t.type)throw new fd(`expected content to be 'output_text', got ${t.type}`);t.text+=e.delta}break}case"response.function_call_arguments.delta":{const s=t.output[e.output_index];if(!s)throw new fd(`missing output at index ${e.output_index}`);"function_call"===s.type&&(s.arguments+=e.delta);break}case"response.completed":Im(this,Dm,e.response,"f")}return t},Symbol.asyncIterator)](){const e=[],t=[];let s=!1;return this.on("event",s=>{const n=t.shift();n?n.resolve(s):e.push(s)}),this.on("end",()=>{s=!0;for(const e of t)e.resolve(void 0);t.length=0}),this.on("abort",e=>{s=!0;for(const s of t)s.reject(e);t.length=0}),this.on("error",e=>{s=!0;for(const s of t)s.reject(e);t.length=0}),{next:async()=>{if(!e.length)return s?{value:void 0,done:!0}:new Promise((e,s)=>t.push({resolve:e,reject:s})).then(e=>e?{value:e,done:!1}:{value:void 0,done:!0});return{value:e.shift(),done:!1}},return:async()=>(this.abort(),{value:void 0,done:!0})}}async finalResponse(){await this.done();const e=jm(this,zm,"f");if(!e)throw new fd("stream ended without producing a ChatCompletion");return e}}class qm extends Sp{constructor(){super(...arguments),this.inputItems=new Mm(this._client)}create(e,t){return this._client.post("/responses",{body:e,...t,stream:e.stream??!1})._thenUnwrap(e=>("object"in e&&"response"===e.object&&Am(e),e))}retrieve(e,t={},s){return this._client.get(`/responses/${e}`,{query:t,...s,stream:t?.stream??!1})}del(e,t){return this._client.delete(`/responses/${e}`,{...t,headers:{Accept:"*/*",...t?.headers}})}parse(e,t){return this._client.responses.create(e,t)._thenUnwrap(t=>Cm(t,e))}stream(e,t){return Pm.createResponse(this._client,e,t)}cancel(e,t){return this._client.post(`/responses/${e}/cancel`,{...t,headers:{Accept:"*/*",...t?.headers}})}}class Rm extends Mp{}qm.InputItems=Mm;class Bm extends Sp{create(e,t,s){return this._client.post(`/uploads/${e}/parts`,Nd({body:t,...s}))}}class Zm extends Sp{constructor(){super(...arguments),this.parts=new Bm(this._client)}create(e,t){return this._client.post("/uploads",{body:e,...t})}cancel(e,t){return this._client.post(`/uploads/${e}/cancel`,t)}complete(e,t,s){return this._client.post(`/uploads/${e}/complete`,{body:t,...s})}}Zm.Parts=Bm;class Hm extends Sp{create(e,t,s){return this._client.post(`/vector_stores/${e}/files`,{body:t,...s,headers:{"OpenAI-Beta":"assistants=v2",...s?.headers}})}retrieve(e,t,s){return this._client.get(`/vector_stores/${e}/files/${t}`,{...s,headers:{"OpenAI-Beta":"assistants=v2",...s?.headers}})}update(e,t,s,n){return this._client.post(`/vector_stores/${e}/files/${t}`,{body:s,...n,headers:{"OpenAI-Beta":"assistants=v2",...n?.headers}})}list(e,t={},s){return rp(t)?this.list(e,{},t):this._client.getAPIList(`/vector_stores/${e}/files`,Vm,{query:t,...s,headers:{"OpenAI-Beta":"assistants=v2",...s?.headers}})}del(e,t,s){return this._client.delete(`/vector_stores/${e}/files/${t}`,{...s,headers:{"OpenAI-Beta":"assistants=v2",...s?.headers}})}async createAndPoll(e,t,s){const n=await this.create(e,t,s);return await this.poll(e,n.id,s)}async poll(e,t,s){const n={...s?.headers,"X-Stainless-Poll-Helper":"true"};for(s?.pollIntervalMs&&(n["X-Stainless-Custom-Poll-Interval"]=s.pollIntervalMs.toString());;){const r=await this.retrieve(e,t,{...s,headers:n}).withResponse(),a=r.data;switch(a.status){case"in_progress":let e=5e3;if(s?.pollIntervalMs)e=s.pollIntervalMs;else{const t=r.response.headers.get("openai-poll-after-ms");if(t){const s=parseInt(t);isNaN(s)||(e=s)}}await pp(e);break;case"failed":case"completed":return a}}}async upload(e,t,s){const n=await this._client.files.create({file:t,purpose:"assistants"},s);return this.create(e,{file_id:n.id},s)}async uploadAndPoll(e,t,s){const n=await this.upload(e,t,s);return await this.poll(e,n.id,s)}content(e,t,s){return this._client.getAPIList(`/vector_stores/${e}/files/${t}/content`,$m,{...s,headers:{"OpenAI-Beta":"assistants=v2",...s?.headers}})}}class Vm extends Mp{}class $m extends Ap{}Hm.VectorStoreFilesPage=Vm,Hm.FileContentResponsesPage=$m;class Nm extends Sp{create(e,t,s){return this._client.post(`/vector_stores/${e}/file_batches`,{body:t,...s,headers:{"OpenAI-Beta":"assistants=v2",...s?.headers}})}retrieve(e,t,s){return this._client.get(`/vector_stores/${e}/file_batches/${t}`,{...s,headers:{"OpenAI-Beta":"assistants=v2",...s?.headers}})}cancel(e,t,s){return this._client.post(`/vector_stores/${e}/file_batches/${t}/cancel`,{...s,headers:{"OpenAI-Beta":"assistants=v2",...s?.headers}})}async createAndPoll(e,t,s){const n=await this.create(e,t);return await this.poll(e,n.id,s)}listFiles(e,t,s={},n){return rp(s)?this.listFiles(e,t,{},s):this._client.getAPIList(`/vector_stores/${e}/file_batches/${t}/files`,Vm,{query:s,...n,headers:{"OpenAI-Beta":"assistants=v2",...n?.headers}})}async poll(e,t,s){const n={...s?.headers,"X-Stainless-Poll-Helper":"true"};for(s?.pollIntervalMs&&(n["X-Stainless-Custom-Poll-Interval"]=s.pollIntervalMs.toString());;){const{data:r,response:a}=await this.retrieve(e,t,{...s,headers:n}).withResponse();switch(r.status){case"in_progress":let e=5e3;if(s?.pollIntervalMs)e=s.pollIntervalMs;else{const t=a.headers.get("openai-poll-after-ms");if(t){const s=parseInt(t);isNaN(s)||(e=s)}}await pp(e);break;case"failed":case"cancelled":case"completed":return r}}}async uploadAndPoll(e,{files:t,fileIds:s=[]},n){if(null==t||0==t.length)throw new Error("No `files` provided to process. If you've already uploaded files you should use `.createAndPoll()` instead");const r=n?.maxConcurrency??5,a=Math.min(r,t.length),o=this._client,i=t.values(),l=[...s];const c=Array(a).fill(i).map(async function(e){for(let t of e){const e=await o.files.create({file:t,purpose:"assistants"},n);l.push(e.id)}});return await(async e=>{const t=await Promise.allSettled(e),s=t.filter(e=>"rejected"===e.status);if(s.length){for(const e of s)console.error(e.reason);throw new Error(`${s.length} promise(s) failed - see the above errors`)}const n=[];for(const r of t)"fulfilled"===r.status&&n.push(r.value);return n})(c),await this.createAndPoll(e,{file_ids:l})}}class Um extends Sp{constructor(){super(...arguments),this.files=new Hm(this._client),this.fileBatches=new Nm(this._client)}create(e,t){return this._client.post("/vector_stores",{body:e,...t,headers:{"OpenAI-Beta":"assistants=v2",...t?.headers}})}retrieve(e,t){return this._client.get(`/vector_stores/${e}`,{...t,headers:{"OpenAI-Beta":"assistants=v2",...t?.headers}})}update(e,t,s){return this._client.post(`/vector_stores/${e}`,{body:t,...s,headers:{"OpenAI-Beta":"assistants=v2",...s?.headers}})}list(e={},t){return rp(e)?this.list({},e):this._client.getAPIList("/vector_stores",Wm,{query:e,...t,headers:{"OpenAI-Beta":"assistants=v2",...t?.headers}})}del(e,t){return this._client.delete(`/vector_stores/${e}`,{...t,headers:{"OpenAI-Beta":"assistants=v2",...t?.headers}})}search(e,t,s){return this._client.getAPIList(`/vector_stores/${e}/search`,Gm,{body:t,method:"post",...s,headers:{"OpenAI-Beta":"assistants=v2",...s?.headers}})}}class Wm extends Mp{}class Gm extends Ap{}var Qm;Um.VectorStoresPage=Wm,Um.VectorStoreSearchResponsesPage=Gm,Um.Files=Hm,Um.VectorStoreFilesPage=Vm,Um.FileContentResponsesPage=$m,Um.FileBatches=Nm;class Jm extends Yd{constructor({baseURL:e=mp("OPENAI_BASE_URL"),apiKey:t=mp("OPENAI_API_KEY"),organization:s=mp("OPENAI_ORG_ID")??null,project:n=mp("OPENAI_PROJECT_ID")??null,...r}={}){if(void 0===t)throw new fd("The OPENAI_API_KEY environment variable is missing or empty; either provide it, or instantiate the OpenAI client with an apiKey option, like new OpenAI({ apiKey: 'My API Key' }).");const a={apiKey:t,organization:s,project:n,...r,baseURL:e||"https://api.openai.com/v1"};if(!a.dangerouslyAllowBrowser&&"undefined"!=typeof window&&void 0!==window.document&&"undefined"!=typeof navigator)throw new fd("It looks like you're running in a browser-like environment.\n\nThis is disabled by default, as it risks exposing your secret API credentials to attackers.\nIf you understand the risks and have appropriate mitigations in place,\nyou can set the `dangerouslyAllowBrowser` option to `true`, e.g.,\n\nnew OpenAI({ apiKey, dangerouslyAllowBrowser: true });\n\nhttps://help.openai.com/en/articles/5112595-best-practices-for-api-key-safety\n");super({baseURL:a.baseURL,timeout:a.timeout??6e5,httpAgent:a.httpAgent,maxRetries:a.maxRetries,fetch:a.fetch}),this.completions=new Hg(this),this.chat=new Op(this),this.embeddings=new Gg(this),this.files=new tm(this),this.images=new vm(this),this.audio=new jp(this),this.moderations=new bm(this),this.models=new ym(this),this.fineTuning=new fm(this),this.graders=new mm(this),this.vectorStores=new Um(this),this.beta=new Zg(this),this.batches=new Pp(this),this.uploads=new Zm(this),this.responses=new qm(this),this.evals=new Yg(this),this.containers=new Ug(this),this._options=a,this.apiKey=t,this.organization=s,this.project=n}defaultQuery(){return this._options.defaultQuery}defaultHeaders(e){return{...super.defaultHeaders(e),"OpenAI-Organization":this.organization,"OpenAI-Project":this.project,...this._options.defaultHeaders}}authHeaders(e){return{Authorization:`Bearer ${this.apiKey}`}}stringifyQuery(e){return ed(e,{arrayFormat:"brackets"})}}Qm=Jm,Jm.OpenAI=Qm,Jm.DEFAULT_TIMEOUT=6e5,Jm.OpenAIError=fd,Jm.APIError=gd,Jm.APIConnectionError=vd,Jm.APIConnectionTimeoutError=yd,Jm.APIUserAbortError=md,Jm.NotFoundError=Cd,Jm.ConflictError=xd,Jm.RateLimitError=Ad,Jm.BadRequestError=_d,Jm.AuthenticationError=bd,Jm.InternalServerError=Md,Jm.PermissionDeniedError=wd,Jm.UnprocessableEntityError=kd,Jm.toFile=Zd,Jm.fileFromPath=cd,Jm.Completions=Hg,Jm.Chat=Op,Jm.ChatCompletionsPage=zp,Jm.Embeddings=Gg,Jm.Files=tm,Jm.FileObjectsPage=sm,Jm.Images=vm,Jm.Audio=jp,Jm.Moderations=bm,Jm.Models=ym,Jm.ModelsPage=_m,Jm.FineTuning=fm,Jm.Graders=mm,Jm.VectorStores=Um,Jm.VectorStoresPage=Wm,Jm.VectorStoreSearchResponsesPage=Gm,Jm.Beta=Zg,Jm.Batches=Pp,Jm.BatchesPage=qp,Jm.Uploads=Zm,Jm.Responses=qm,Jm.Evals=Yg,Jm.EvalListResponsesPage=em,Jm.Containers=Ug,Jm.ContainerListResponsesPage=Wg;class Km{client;config;constructor(e){this.config={timeout:3e4,maxRetries:3,enableStreaming:!0,...e},this.client=new Jm({apiKey:this.config.apiKey,baseURL:this.config.baseUrl,organization:this.config.organization,timeout:this.config.timeout,maxRetries:this.config.maxRetries,dangerouslyAllowBrowser:!0})}async*chatCompletionStream(e){try{const t=await this.client.chat.completions.create({model:e.model||"gpt-3.5-turbo",messages:e.messages,temperature:e.temperature||.7,max_tokens:e.maxTokens||1e3,stream:!0});for await(const e of t)yield{id:e.id,object:e.object,created:e.created,model:e.model,choices:e.choices.map(e=>({index:e.index,delta:{role:e.delta.role,content:e.delta.content||void 0},finishReason:e.finish_reason||void 0}))}}catch(t){throw this.handleError(t)}}destroy(){this.client=null}getConfig(){return{...this.config}}async listModels(){try{return(await this.client.models.list()).data}catch(e){throw this.handleError(e)}}async testConnection(){try{return await this.client.models.list(),!0}catch(e){return console.warn("OpenAI API connection test failed:",e),!1}}updateConfig(e){this.config={...this.config,...e},this.client=new Jm({apiKey:this.config.apiKey,baseURL:this.config.baseUrl,organization:this.config.organization,timeout:this.config.timeout,maxRetries:this.config.maxRetries,dangerouslyAllowBrowser:!0})}handleError(e){let t="未知错误",s="UNKNOWN_ERROR";e instanceof Error?(t=e.message,e.message.includes("401")?(t="API密钥无效或已过期",s="INVALID_API_KEY"):e.message.includes("429")?(t="请求频率过高,请稍后重试",s="RATE_LIMIT_EXCEEDED"):e.message.includes("500")?(t="OpenAI服务器错误,请稍后重试",s="SERVER_ERROR"):e.message.includes("timeout")?(t="请求超时,请检查网络连接",s="TIMEOUT_ERROR"):e.message.includes("network")&&(t="网络连接错误,请检查网络设置",s="NETWORK_ERROR")):"string"==typeof e?t=e:e?.message&&(t=e.message);const n=new Error(t);return n.code=s,n.originalError=e,n}}function Xm(e){return new Km(e)}function Ym(e){try{return new URL(e),!0}catch{return!1}}const ev={light:{mode:"light",primaryColor:"#3b82f6",backgroundColor:"#ffffff",textColor:"#1f2937",borderRadius:"0.5rem",shadow:"0 10px 15px -3px rgba(0, 0, 0, 0.1)"},dark:{mode:"dark",primaryColor:"#60a5fa",backgroundColor:"#1f2937",textColor:"#f9fafb",borderRadius:"0.5rem",shadow:"0 10px 15px -3px rgba(0, 0, 0, 0.3)"},blue:{mode:"light",primaryColor:"#2563eb",backgroundColor:"#ffffff",textColor:"#1e40af",borderRadius:"0.75rem",shadow:"0 20px 25px -5px rgba(37, 99, 235, 0.1)"},green:{mode:"light",primaryColor:"#059669",backgroundColor:"#ffffff",textColor:"#065f46",borderRadius:"0.5rem",shadow:"0 10px 15px -3px rgba(5, 150, 105, 0.1)"},purple:{mode:"light",primaryColor:"#7c3aed",backgroundColor:"#ffffff",textColor:"#5b21b6",borderRadius:"1rem",shadow:"0 20px 25px -5px rgba(124, 58, 237, 0.1)"}};class tv{currentTheme=mt(ev.light);themeMode=mt("light");customThemes=mt({});styleElement=null;constructor(e){this.initializeTheme(e),this.setupThemeWatcher(),this.createStyleElement(),this.applyTheme()}initializeTheme(e){e&&(this.currentTheme.value={...ev.light,...e});const t=this.loadThemeFromStorage();t&&(this.currentTheme.value={...this.currentTheme.value,...t}),"auto"===this.currentTheme.value.mode?this.themeMode.value=this.getSystemTheme():this.themeMode.value=this.currentTheme.value.mode}setupThemeWatcher(){if(Bs(this.currentTheme,()=>{this.applyTheme(),this.saveThemeToStorage()},{deep:!0}),"undefined"!=typeof window){window.matchMedia("(prefers-color-scheme: dark)").addEventListener("change",()=>{"auto"===this.currentTheme.value.mode&&(this.themeMode.value=this.getSystemTheme(),this.applyTheme())})}}createStyleElement(){"undefined"!=typeof document&&(this.styleElement=document.createElement("style"),this.styleElement.id="langchat-theme-styles",document.head.appendChild(this.styleElement))}applyTheme(){if(!this.styleElement)return;const e=this.currentTheme.value,t=this.generateCSSVariables(e),s=e.customCSS||"";this.styleElement.textContent=`\n :root {\n ${t}\n }\n \n .langchat-widget {\n ${s}\n }\n \n /* 主题特定的样式 */\n .langchat-widget[data-theme="light"] {\n --background: 0 0% 100%;\n --foreground: 222.2 84% 4.9%;\n --card: 0 0% 100%;\n --card-foreground: 222.2 84% 4.9%;\n --popover: 0 0% 100%;\n --popover-foreground: 222.2 84% 4.9%;\n --primary: 222.2 47.4% 11.2%;\n --primary-foreground: 210 40% 98%;\n --secondary: 210 40% 96%;\n --secondary-foreground: 222.2 47.4% 11.2%;\n --muted: 210 40% 96%;\n --muted-foreground: 215.4 16.3% 46.9%;\n --accent: 210 40% 96%;\n --accent-foreground: 222.2 47.4% 11.2%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 210 40% 98%;\n --border: 214.3 31.8% 91.4%;\n --input: 214.3 31.8% 91.4%;\n --ring: 222.2 84% 4.9%;\n --radius: 0.5rem;\n }\n \n .langchat-widget[data-theme="dark"] {\n --background: 222.2 84% 4.9%;\n --foreground: 210 40% 98%;\n --card: 222.2 84% 4.9%;\n --card-foreground: 210 40% 98%;\n --popover: 222.2 84% 4.9%;\n --popover-foreground: 210 40% 98%;\n --primary: 210 40% 98%;\n --primary-foreground: 222.2 47.4% 11.2%;\n --secondary: 217.2 32.6% 17.5%;\n --secondary-foreground: 210 40% 98%;\n --muted: 217.2 32.6% 17.5%;\n --muted-foreground: 215 20.2% 65.1%;\n --accent: 217.2 32.6% 17.5%;\n --accent-foreground: 210 40% 98%;\n --destructive: 0 62.8% 30.6%;\n --destructive-foreground: 210 40% 98%;\n --border: 217.2 32.6% 17.5%;\n --input: 217.2 32.6% 17.5%;\n --ring: 212.7 26.8% 83.9%;\n }\n `}generateCSSVariables(e){return`\n --langchat-primary-color: ${e.primaryColor};\n --langchat-background-color: ${e.backgroundColor};\n --langchat-text-color: ${e.textColor};\n --langchat-border-radius: ${e.borderRadius};\n --langchat-shadow: ${e.shadow};\n `}getSystemTheme(){return"undefined"!=typeof window&&window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light"}loadThemeFromStorage(){try{const e=localStorage.getItem("langchat-theme");return e?JSON.parse(e):null}catch{return null}}saveThemeToStorage(){try{localStorage.setItem("langchat-theme",JSON.stringify(this.currentTheme.value))}catch{}}getCurrentTheme(){return{...this.currentTheme.value}}setTheme(e){this.currentTheme.value={...this.currentTheme.value,...e}}setThemeMode(e){this.currentTheme.value.mode=e,this.themeMode.value="auto"===e?this.getSystemTheme():e}applyPresetTheme(e){const t=ev[e];t&&(this.currentTheme.value={...t})}addCustomTheme(e,t){this.customThemes.value[e]={...t}}getCustomTheme(e){return this.customThemes.value[e]||null}getAvailableThemes(){return[...Object.keys(ev),...Object.keys(this.customThemes.value)]}getThemeMode(){return this.themeMode.value}isDarkMode(){return"dark"===this.themeMode.value}getCSSVariables(){const e=this.currentTheme.value;return{"--langchat-primary-color":e.primaryColor,"--langchat-background-color":e.backgroundColor,"--langchat-text-color":e.textColor,"--langchat-border-radius":e.borderRadius,"--langchat-shadow":e.shadow}}exportTheme(){return JSON.stringify(this.currentTheme.value,null,2)}importTheme(e){try{const t=JSON.parse(e);return this.setTheme(t),!0}catch{return!1}}resetToDefault(){this.currentTheme.value={...ev.light}}destroy(){this.styleElement&&this.styleElement.parentNode&&this.styleElement.parentNode.removeChild(this.styleElement),this.styleElement=null}}const sv=new tv;class nv{_isLoading=mt(!1);_isOpen=mt(!1);app;config;container=null;eventListeners=new Map;isInitialized=mt(!1);messages=mt([]);openaiClient=null;streamingMessageId=null;suggestedQuestions=mt([]);welcomeData=mt({title:"欢迎使用 LangChat!",subtitle:"开始您的对话吧",icon:"👋"});constructor(e){this.config=this.mergeConfig(e),this.validateConfig(),this.initializeThemeManager(),this.initializeOpenAIClient(),this.initializeWelcomeAndQuestions(),this.init()}clearHistory(){this.messages.value=[],localStorage.removeItem("langchat-history")}close(){this.isInitialized.value&&(this._isOpen.value=!1,this.emit("close"),this.config.onClose?.())}destroy(){if(this.isInitialized.value)try{this.close(),this.streamingMessageId&&this.stopStreaming(this.streamingMessageId),sv.destroy(),this.app&&(this.app.unmount(),this.app=null),this.container&&this.container.parentNode&&(this.container.remove(),this.container=null),this.openaiClient&&(this.openaiClient.destroy(),this.openaiClient=null),this.eventListeners.clear(),this.isInitialized.value=!1,this._isOpen.value=!1,this._isLoading.value=!1,this.messages.value=[],this.streamingMessageId=null}catch(e){console.error("Failed to destroy LangChatBot:",e)}}getConfig(){return{...this.config}}getHistory(){return[...this.messages.value]}async getSuggestedQuestions(e){try{if(this.config.questions&&this.config.questions.length>0)return this.suggestedQuestions.value=this.config.questions,this.emit("questions-updated",this.config.questions),Ca.setQuestions(this.config.questions),this.config.questions;if(this.config.backendAPI?.getSuggestedQuestions){const t=await this.config.backendAPI.getSuggestedQuestions(e||"");return this.suggestedQuestions.value=t,this.emit("questions-updated",t),Ca.setQuestions(t),t}return[]}catch(t){return console.warn("Failed to get suggested questions:",t),[]}}init(){if(this.isInitialized.value)console.warn("LangChatBot already initialized");else try{this.createContainer(),this.createVueApp(),this.isInitialized.value=!0,this.config.autoOpen&&this.open(),this.emit("init")}catch(e){console.error("Failed to initialize LangChatBot:",e),this.config.onError?.(e)}}isLoading(){return this._isLoading.value}isOpen(){return this._isOpen.value}off(e,t){const s=this.eventListeners.get(e);s&&s.delete(t)}on(e,t){this.eventListeners.has(e)||this.eventListeners.set(e,new Set),this.eventListeners.get(e).add(t)}open(){this.isInitialized.value?(this._isOpen.value=!0,this.emit("open"),this.config.onOpen?.()):console.warn("LangChatBot not initialized")}async sendMessage(e){if(e.trim())try{const t={id:this.generateId(),type:"user",content:e.trim(),timestamp:new Date,status:"sending"};this.messages.value.push(t),this.suggestedQuestions.value=[],Ca.clearQuestions(),this.emit("message-sent",t),this.config.onMessageSent?.(t),t.status="sent",this._isLoading.value=!0;const s={id:this.generateId(),type:"ai",content:"",timestamp:new Date,status:"streaming",isStreaming:!0};this.messages.value.push(s),await this.startStreamingReply(e,s.id),this.config.enableAutoSuggestions&&this.config.backendAPI?.getSuggestedQuestions&&await this.updateSuggestedQuestions(e),this.saveToHistory()}catch(t){if(console.error("Failed to send message:",t),this.messages.value.length>0){const e=this.messages.value[this.messages.value.length-1];e&&(e.status="error",e.error=t.message)}this.emit("error",t),this.config.onError?.(t)}finally{this._isLoading.value=!1}}startStreaming(e){const t=this.messages.value.find(t=>t.id===e);t&&(t.isStreaming=!0,t.status="streaming")}stopStreaming(e){const t=this.messages.value.find(t=>t.id===e);t&&(t.isStreaming=!1,t.status="sent"),this.streamingMessageId=null}toggle(){this._isOpen.value?this.close():this.open()}updateConfig(e){this.config=this.mergeConfig(e),this.validateConfig(),this.updateOpenAIClient(),this.emit("config-updated",this.config)}createContainer(){this.container=document.createElement("div"),this.container.id="langchat-widget-container",this.container.style.cssText=`\n position: fixed;\n z-index: ${this.config.zIndex};\n `,this.updateContainerPosition(),document.body.append(this.container)}createVueApp(){this.container&&(this.app=_r({setup:()=>{const e=at({isOpen:Pn(()=>this._isOpen.value),isLoading:Pn(()=>this._isLoading.value),messages:Pn(()=>this.messages.value),config:Pn(()=>this.config),suggestedQuestions:Pn(()=>this.suggestedQuestions.value),welcomeData:Pn(()=>this.welcomeData.value)}),t={close:()=>this.close(),toggle:()=>this.toggle(),sendMessage:e=>this.sendMessage(e),questionClick:e=>this.sendMessage(e.text)};return()=>qn("div",{class:"langchat-widget"},[qn(Ph,{isOpen:e.isOpen,onClick:t.toggle,config:e.config}),e.isOpen&&qn(Oh,{messages:e.messages,isLoading:e.isLoading,config:e.config,suggestedQuestions:e.suggestedQuestions,welcomeData:e.welcomeData,onClose:t.close,onSendMessage:t.sendMessage,onQuestionClick:t.questionClick})])}}),this.app.mount(this.container))}emit(e,t){const s=this.eventListeners.get(e);s&&s.forEach(s=>{try{s(t)}catch(n){console.error(`Error in event listener for ${e}:`,n)}})}generateId(){return Date.now().toString(36)+Math.random().toString(36).slice(2)}initializeOpenAIClient(){this.config.apiKey&&(this.openaiClient=Xm({apiKey:this.config.apiKey,baseUrl:this.config.baseUrl,organization:this.config.organization,timeout:3e4,maxRetries:3,enableStreaming:!0}))}initializeThemeManager(){this.config.theme&&sv.setTheme({mode:this.config.theme.mode||"light",primaryColor:this.config.theme.primaryColor||"#3b82f6",backgroundColor:this.config.theme.backgroundColor||"#ffffff",textColor:this.config.theme.textColor||"#1f2937",borderRadius:this.config.theme.borderRadius||"0.5rem",shadow:this.config.theme.shadow||"0 10px 15px -3px rgba(0, 0, 0, 0.1)",customCSS:this.config.theme.customCSS})}async initializeWelcomeAndQuestions(){try{this.config.backendAPI?.getWelcomeMessage&&(this.welcomeData.value=await this.config.backendAPI.getWelcomeMessage()),await this.getSuggestedQuestions(),this.suggestedQuestions.value.length>0&&Ca.setQuestions(this.suggestedQuestions.value)}catch(e){console.warn("Failed to initialize welcome and questions:",e)}}mergeConfig(e){const t={...qh},s=(e,t)=>{for(const n in t)t[n]&&"object"==typeof t[n]&&!Array.isArray(t[n])?(e[n]=e[n]||{},s(e[n],t[n])):e[n]=t[n]};return s(t,e),t}saveToHistory(){if(this.config.enableHistory)try{const e=this.messages.value.slice(-this.config.maxHistoryItems);localStorage.setItem("langchat-history",JSON.stringify(e))}catch(e){console.warn("Failed to save history:",e)}}async startStreamingReply(e,t){if(!this.openaiClient)throw new Error("OpenAI client not initialized");try{this.streamingMessageId=t;const s=this.messages.value.filter(e=>"user"===e.type||"ai"===e.type).slice(-10).map(e=>({role:"user"===e.type?"user":"assistant",content:e.content}));s.push({role:"user",content:e});const n=this.openaiClient.chatCompletionStream({messages:s,model:this.config.modelName,temperature:.7,maxTokens:1e3});let r="";for await(const e of n){const s=e.choices[0]?.delta?.content;if(s){r+=s;const e=this.messages.value.find(e=>e.id===t);e&&(e.content=r,e.streamContent=r,this.emit("streaming-update",{messageId:t,content:r}),this.config.onStreamingUpdate?.(t,r))}if(e.choices[0]?.finishReason)break}const a=this.messages.value.find(e=>e.id===t);a&&(a.status="sent",a.isStreaming=!1,delete a.streamContent,this.emit("message-received",a),this.config.onMessageReceived?.(a))}catch(s){console.error("Streaming reply failed:",s);const e=this.messages.value.find(e=>e.id===t);throw e&&(e.status="error",e.isStreaming=!1,e.error=s.message),s}finally{this.streamingMessageId=null}}updateContainerPosition(){if(!this.container)return;const e=this.config.position,t=e.includes("right"),s=e.includes("bottom");this.container.style.right=t?"20px":"auto",this.container.style.left=t?"auto":"20px",this.container.style.bottom=s?"20px":"auto",this.container.style.top=s?"auto":"20px"}updateOpenAIClient(){this.openaiClient&&this.config.apiKey?this.openaiClient.updateConfig({apiKey:this.config.apiKey,baseUrl:this.config.baseUrl,organization:this.config.organization}):this.config.apiKey&&this.initializeOpenAIClient()}async updateSuggestedQuestions(e){try{await this.getSuggestedQuestions(e)}catch(t){console.warn("Failed to update suggested questions:",t)}}validateConfig(){if(!this.config.apiKey)throw new Error("API key is required");if(this.config.baseUrl&&!Ym(this.config.baseUrl))throw new Error("Invalid base URL format");if(this.config.maxHistoryItems<1)throw new Error("maxHistoryItems must be greater than 0")}}var rv=(e=>(e.NETWORK="NETWORK",e.API="API",e.VALIDATION="VALIDATION",e.AUTHENTICATION="AUTHENTICATION",e.RATE_LIMIT="RATE_LIMIT",e.TIMEOUT="TIMEOUT",e.UNKNOWN="UNKNOWN",e))(rv||{}),av=(e=>(e.LOW="LOW",e.MEDIUM="MEDIUM",e.HIGH="HIGH",e.CRITICAL="CRITICAL",e))(av||{});const ov={enableRetry:!0,maxRetries:3,retryDelay:1e3,showTechnicalDetails:!1,logErrors:!0};class iv{config;errorHistory=[];retryQueue=new Map;constructor(e={}){this.config={...ov,...e}}handleError(e,t){const s=this.createErrorInfo(e,t);return this.errorHistory.push(s),this.config.logErrors&&this.logError(s),this.config.onError?.(s),this.config.enableRetry&&s.retryable&&this.scheduleRetry(s),s}createErrorInfo(e,t){let s,n="UNKNOWN",r="MEDIUM",a="UNKNOWN_ERROR",o="未知错误",i="发生了一个错误,请稍后重试",l=!1;return e instanceof Error?(o=e.message,e.message.includes("network")||e.message.includes("fetch")?(n="NETWORK",r="HIGH",a="NETWORK_ERROR",i="网络连接错误,请检查网络设置",l=!0):e.message.includes("API")||e.message.includes("openai")?(n="API",r="HIGH",a="API_ERROR",i="API调用失败,请稍后重试",l=!0):e.message.includes("401")||e.message.includes("unauthorized")?(n="AUTHENTICATION",r="CRITICAL",a="AUTHENTICATION_ERROR",i="认证失败,请检查API密钥",l=!1):e.message.includes("429")||e.message.includes("rate limit")?(n="RATE_LIMIT",r="MEDIUM",a="RATE_LIMIT_ERROR",i="请求过于频繁,请稍后重试",l=!0):e.message.includes("timeout")?(n="TIMEOUT",r="MEDIUM",a="TIMEOUT_ERROR",i="请求超时,请检查网络连接",l=!0):(e.message.includes("validation")||e.message.includes("invalid"))&&(n="VALIDATION",r="LOW",a="VALIDATION_ERROR",i="输入参数无效,请检查后重试",l=!1),s=e.stack):"string"==typeof e?(o=e,i=e):e?.message&&(o=e.message,i=e.message),{type:n,severity:r,code:a,message:o,userMessage:i,technicalDetails:s,retryable:l,timestamp:new Date,context:t}}scheduleRetry(e){const t=`${e.code}_${e.timestamp.getTime()}`;this.retryQueue.has(t)||this.retryQueue.set(t,{error:e,retryCount:0});const s=this.retryQueue.get(t);if(s.retryCount<this.config.maxRetries)s.retryCount++,setTimeout(()=>{this.executeRetry(t,s)},this.config.retryDelay*Math.pow(2,s.retryCount-1));else{this.retryQueue.delete(t);const n={...e,retryCount:s.retryCount,maxRetries:this.config.maxRetries,userMessage:"重试次数已用完,请稍后手动重试"};this.errorHistory.push(n)}}executeRetry(e,t){console.log(`Retrying operation: ${t.error.code} (attempt ${t.retryCount})`),this.retryQueue.delete(e)}logError(e){const t=`[${this.getLogLevel(e.severity)}] ${e.code}: ${e.message}`;"CRITICAL"===e.severity?console.error(t,e):"HIGH"===e.severity?console.warn(t,e):console.log(t,e)}getLogLevel(e){switch(e){case"CRITICAL":return"ERROR";case"HIGH":return"WARN";case"MEDIUM":default:return"INFO";case"LOW":return"DEBUG"}}getErrorHistory(){return[...this.errorHistory]}getErrorsByType(e){return this.errorHistory.filter(t=>t.type===e)}getErrorsBySeverity(e){return this.errorHistory.filter(t=>t.severity===e)}getRetryableErrors(){return this.errorHistory.filter(e=>e.retryable)}clearErrorHistory(){this.errorHistory=[]}cleanupOldErrors(e=24){const t=new Date;t.setHours(t.getHours()-e);const s=this.errorHistory.length;return this.errorHistory=this.errorHistory.filter(e=>e.timestamp>t),s-this.errorHistory.length}getErrorStats(){return{totalErrors:this.errorHistory.length,errorsByType:Object.values(rv).reduce((e,t)=>(e[t]=this.getErrorsByType(t).length,e),{}),errorsBySeverity:Object.values(av).reduce((e,t)=>(e[t]=this.getErrorsBySeverity(t).length,e),{}),retryableErrors:this.getRetryableErrors().length,retryQueueSize:this.retryQueue.size}}updateConfig(e){this.config={...this.config,...e}}getConfig(){return{...this.config}}destroy(){this.errorHistory=[],this.retryQueue.clear()}}const lv=new iv;const cv={install:e=>{e.config.globalProperties.$langchat=nv}};e.DEFAULT_CONFIG=qh,e.LangChatBot=nv,e.VuePlugin=cv,e.createErrorHandler=function(e){return new iv(e)},e.createMessageStore=function(e){return new wa(e)},e.createOpenAIClient=Xm,e.createThemeManager=function(e){return new tv(e)},e.default=nv,e.errorHandler=lv,e.messageStore=Ca,e.themeManager=sv,e.validateApiKey=function(e){return/^sk-[a-zA-Z0-9]{32,}$/.test(e)},e.validateBaseUrl=Ym,Object.defineProperties(e,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});
|
|
51
|
+
//# sourceMappingURL=langchat-widget.umd.js.map
|